diff --git a/.gitignore b/.gitignore index dc3e1d92..8b9453be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -/trunk/web/docs -/trunk/web/cache -/trunk/web/images -/trunk/.* +/web/docs +/web/cache +/web/images .DS_Store -/trunk/web/uploads -/trunk/web/web -/trunk/src/AppBundle/Resources/public/js/min -trunk/web/css/images/* +/web/uploads +/web/_uploads +/web/web +/src/AppBundle/Resources/public/js/min +/web/css/images/* diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 00000000..6cb8985e --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..73f69e09 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/composerJson.xml b/.idea/composerJson.xml new file mode 100644 index 00000000..1b074300 --- /dev/null +++ b/.idea/composerJson.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 00000000..9a305677 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..97626ba4 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..28a804d8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..5c1ea19f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..8d533856 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/sterntours-3.iml b/.idea/sterntours-3.iml new file mode 100644 index 00000000..3d1a32f4 --- /dev/null +++ b/.idea/sterntours-3.iml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml new file mode 100644 index 00000000..bd98e409 --- /dev/null +++ b/.idea/symfony2.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vagrant.xml b/.idea/vagrant.xml new file mode 100644 index 00000000..a5aa7868 --- /dev/null +++ b/.idea/vagrant.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/trunk/_bak_composer.json b/_bak_composer.json similarity index 100% rename from trunk/_bak_composer.json rename to _bak_composer.json diff --git a/trunk/app/.htaccess b/app/.htaccess similarity index 100% rename from trunk/app/.htaccess rename to app/.htaccess diff --git a/trunk/app/AppCache.php b/app/AppCache.php similarity index 100% rename from trunk/app/AppCache.php rename to app/AppCache.php diff --git a/trunk/app/AppKernel.php b/app/AppKernel.php similarity index 100% rename from trunk/app/AppKernel.php rename to app/AppKernel.php diff --git a/trunk/app/Resources/TwigBundle/views/Exception/error.html.twig b/app/Resources/TwigBundle/views/Exception/error.html.twig similarity index 100% rename from trunk/app/Resources/TwigBundle/views/Exception/error.html.twig rename to app/Resources/TwigBundle/views/Exception/error.html.twig diff --git a/trunk/app/Resources/TwigBundle/views/Exception/error404.html.twig b/app/Resources/TwigBundle/views/Exception/error404.html.twig similarity index 100% rename from trunk/app/Resources/TwigBundle/views/Exception/error404.html.twig rename to app/Resources/TwigBundle/views/Exception/error404.html.twig diff --git a/trunk/app/Resources/views/admin.html.twig b/app/Resources/views/admin.html.twig similarity index 100% rename from trunk/app/Resources/views/admin.html.twig rename to app/Resources/views/admin.html.twig diff --git a/trunk/app/Resources/views/ajax.html.twig b/app/Resources/views/ajax.html.twig similarity index 100% rename from trunk/app/Resources/views/ajax.html.twig rename to app/Resources/views/ajax.html.twig diff --git a/trunk/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig similarity index 100% rename from trunk/app/Resources/views/base.html.twig rename to app/Resources/views/base.html.twig diff --git a/trunk/app/Resources/views/default/admin/fewoGroupImage.html.twig b/app/Resources/views/default/admin/fewoGroupImage.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/fewoGroupImage.html.twig rename to app/Resources/views/default/admin/fewoGroupImage.html.twig diff --git a/trunk/app/Resources/views/default/admin/fewoGroupImageMultiUpload.html.twig b/app/Resources/views/default/admin/fewoGroupImageMultiUpload.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/fewoGroupImageMultiUpload.html.twig rename to app/Resources/views/default/admin/fewoGroupImageMultiUpload.html.twig diff --git a/trunk/app/Resources/views/default/admin/fewoImage.html.twig b/app/Resources/views/default/admin/fewoImage.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/fewoImage.html.twig rename to app/Resources/views/default/admin/fewoImage.html.twig diff --git a/trunk/app/Resources/views/default/admin/fewoImageMultiUpload.html.twig b/app/Resources/views/default/admin/fewoImageMultiUpload.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/fewoImageMultiUpload.html.twig rename to app/Resources/views/default/admin/fewoImageMultiUpload.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgingGroupEdit.html.twig b/app/Resources/views/default/admin/lodgingGroupEdit.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgingGroupEdit.html.twig rename to app/Resources/views/default/admin/lodgingGroupEdit.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgings.html.twig b/app/Resources/views/default/admin/lodgings.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgings.html.twig rename to app/Resources/views/default/admin/lodgings.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig b/app/Resources/views/default/admin/lodgingsEdit.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig rename to app/Resources/views/default/admin/lodgingsEdit.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgingsEditCalendar.html.twig b/app/Resources/views/default/admin/lodgingsEditCalendar.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgingsEditCalendar.html.twig rename to app/Resources/views/default/admin/lodgingsEditCalendar.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgingsGroupNew.html.twig b/app/Resources/views/default/admin/lodgingsGroupNew.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgingsGroupNew.html.twig rename to app/Resources/views/default/admin/lodgingsGroupNew.html.twig diff --git a/trunk/app/Resources/views/default/admin/lodgingsNew.html.twig b/app/Resources/views/default/admin/lodgingsNew.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/lodgingsNew.html.twig rename to app/Resources/views/default/admin/lodgingsNew.html.twig diff --git a/trunk/app/Resources/views/default/admin/loginAdmin.html.twig b/app/Resources/views/default/admin/loginAdmin.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/loginAdmin.html.twig rename to app/Resources/views/default/admin/loginAdmin.html.twig diff --git a/trunk/app/Resources/views/default/admin/pricesEdit.html.twig b/app/Resources/views/default/admin/pricesEdit.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/pricesEdit.html.twig rename to app/Resources/views/default/admin/pricesEdit.html.twig diff --git a/trunk/app/Resources/views/default/admin/pricesNew.html.twig b/app/Resources/views/default/admin/pricesNew.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/pricesNew.html.twig rename to app/Resources/views/default/admin/pricesNew.html.twig diff --git a/trunk/app/Resources/views/default/admin/reservationsEdit.html.twig b/app/Resources/views/default/admin/reservationsEdit.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/reservationsEdit.html.twig rename to app/Resources/views/default/admin/reservationsEdit.html.twig diff --git a/trunk/app/Resources/views/default/admin/reservationsNew.html.twig b/app/Resources/views/default/admin/reservationsNew.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/reservationsNew.html.twig rename to app/Resources/views/default/admin/reservationsNew.html.twig diff --git a/trunk/app/Resources/views/default/admin/seasons.html.twig b/app/Resources/views/default/admin/seasons.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/seasons.html.twig rename to app/Resources/views/default/admin/seasons.html.twig diff --git a/trunk/app/Resources/views/default/admin/seasonsEdit.html.twig b/app/Resources/views/default/admin/seasonsEdit.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/seasonsEdit.html.twig rename to app/Resources/views/default/admin/seasonsEdit.html.twig diff --git a/trunk/app/Resources/views/default/admin/seasonsNew.html.twig b/app/Resources/views/default/admin/seasonsNew.html.twig similarity index 100% rename from trunk/app/Resources/views/default/admin/seasonsNew.html.twig rename to app/Resources/views/default/admin/seasonsNew.html.twig diff --git a/trunk/app/Resources/views/default/components/_bak/_bak_header.html.twig b/app/Resources/views/default/components/_bak/_bak_header.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/_bak/_bak_header.html.twig rename to app/Resources/views/default/components/_bak/_bak_header.html.twig diff --git a/trunk/app/Resources/views/default/components/_bak/_header.bak.html.twig b/app/Resources/views/default/components/_bak/_header.bak.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/_bak/_header.bak.html.twig rename to app/Resources/views/default/components/_bak/_header.bak.html.twig diff --git a/trunk/app/Resources/views/default/components/_bak/_header.html.twig b/app/Resources/views/default/components/_bak/_header.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/_bak/_header.html.twig rename to app/Resources/views/default/components/_bak/_header.html.twig diff --git a/trunk/app/Resources/views/default/components/_bak/_header_bak1.html.twig b/app/Resources/views/default/components/_bak/_header_bak1.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/_bak/_header_bak1.html.twig rename to app/Resources/views/default/components/_bak/_header_bak1.html.twig diff --git a/trunk/app/Resources/views/default/components/_bak/_header_bak2.html.twig b/app/Resources/views/default/components/_bak/_header_bak2.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/_bak/_header_bak2.html.twig rename to app/Resources/views/default/components/_bak/_header_bak2.html.twig diff --git a/trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig b/app/Resources/views/default/components/booking/fewoSummary.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig rename to app/Resources/views/default/components/booking/fewoSummary.html.twig diff --git a/trunk/app/Resources/views/default/components/booking/insurance.html.twig b/app/Resources/views/default/components/booking/insurance.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/booking/insurance.html.twig rename to app/Resources/views/default/components/booking/insurance.html.twig diff --git a/trunk/app/Resources/views/default/components/booking/summary.html.twig b/app/Resources/views/default/components/booking/summary.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/booking/summary.html.twig rename to app/Resources/views/default/components/booking/summary.html.twig diff --git a/trunk/app/Resources/views/default/components/booking/travelOption.html.twig b/app/Resources/views/default/components/booking/travelOption.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/booking/travelOption.html.twig rename to app/Resources/views/default/components/booking/travelOption.html.twig diff --git a/trunk/app/Resources/views/default/components/breadcrumb.html.twig b/app/Resources/views/default/components/breadcrumb.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/breadcrumb.html.twig rename to app/Resources/views/default/components/breadcrumb.html.twig diff --git a/trunk/app/Resources/views/default/components/departuresModal.html.twig b/app/Resources/views/default/components/departuresModal.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/departuresModal.html.twig rename to app/Resources/views/default/components/departuresModal.html.twig diff --git a/trunk/app/Resources/views/default/components/embed/modal.html.twig b/app/Resources/views/default/components/embed/modal.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/embed/modal.html.twig rename to app/Resources/views/default/components/embed/modal.html.twig diff --git a/trunk/app/Resources/views/default/components/footer.html.twig b/app/Resources/views/default/components/footer.html.twig similarity index 79% rename from trunk/app/Resources/views/default/components/footer.html.twig rename to app/Resources/views/default/components/footer.html.twig index 34486654..2be0c7d4 100644 --- a/trunk/app/Resources/views/default/components/footer.html.twig +++ b/app/Resources/views/default/components/footer.html.twig @@ -163,49 +163,22 @@
-

Angeschlossen an Profis der Reisebranche:

-
-
-
- {% image '@AppBundle/Resources/public/images/logos/iata.png' %} - IATA - {% endimage %} -
-
+
+
+

Reiseversicherung

{% image '@AppBundle/Resources/public/images/logos/rundv.png' %} R + V {% endimage %}
-
-
- {% image '@AppBundle/Resources/public/images/logos/DB.png' %} - DB Bahn - {% endimage %} -
-
- -
-
- -
-
-
-

Sicherheit

-
-
+
+

Sicherheit

{% image '@AppBundle/Resources/public/images/logos/ssl.png' %} - SSL + SSL {% endimage %}
-
- -
- -
- -
+
diff --git a/trunk/app/Resources/views/default/components/header.html.twig b/app/Resources/views/default/components/header.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/header.html.twig rename to app/Resources/views/default/components/header.html.twig diff --git a/trunk/app/Resources/views/default/components/home/_back_slider.html.twig b/app/Resources/views/default/components/home/_back_slider.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/home/_back_slider.html.twig rename to app/Resources/views/default/components/home/_back_slider.html.twig diff --git a/trunk/app/Resources/views/default/components/home/slider.html.twig b/app/Resources/views/default/components/home/slider.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/home/slider.html.twig rename to app/Resources/views/default/components/home/slider.html.twig diff --git a/trunk/app/Resources/views/default/components/multiPageBoxCarousel.html.twig b/app/Resources/views/default/components/multiPageBoxCarousel.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/multiPageBoxCarousel.html.twig rename to app/Resources/views/default/components/multiPageBoxCarousel.html.twig diff --git a/trunk/app/Resources/views/default/components/pageBox.html.twig b/app/Resources/views/default/components/pageBox.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/pageBox.html.twig rename to app/Resources/views/default/components/pageBox.html.twig diff --git a/trunk/app/Resources/views/default/components/pageBoxImage.html.twig b/app/Resources/views/default/components/pageBoxImage.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/pageBoxImage.html.twig rename to app/Resources/views/default/components/pageBoxImage.html.twig diff --git a/trunk/app/Resources/views/default/components/pageLodgingBox.html.twig b/app/Resources/views/default/components/pageLodgingBox.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/pageLodgingBox.html.twig rename to app/Resources/views/default/components/pageLodgingBox.html.twig diff --git a/trunk/app/Resources/views/default/components/searchFewoWidget.html.twig b/app/Resources/views/default/components/searchFewoWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/searchFewoWidget.html.twig rename to app/Resources/views/default/components/searchFewoWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/_sidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/_sidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/_sidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/_sidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig b/app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig rename to app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/feedbacksSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/feedbacksSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/feedbacksSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/feedbacksSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/navSidebarApiWidgetInner.html.twig b/app/Resources/views/default/components/sidebar/navSidebarApiWidgetInner.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/navSidebarApiWidgetInner.html.twig rename to app/Resources/views/default/components/sidebar/navSidebarApiWidgetInner.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/navSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/navSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/navSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/navSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig b/app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig rename to app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/offersSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/offersSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/offersSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/offersSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/pageSliderSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/pageSliderSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/pageSliderSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/pageSliderSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/searchSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/searchSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/searchSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/searchSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig b/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig rename to app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/sidebar.html.twig b/app/Resources/views/default/components/sidebar/sidebar.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/sidebar.html.twig rename to app/Resources/views/default/components/sidebar/sidebar.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/textSliderSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/textSliderSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/textSliderSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/textSliderSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/topVotingWidget.html.twig b/app/Resources/views/default/components/sidebar/topVotingWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/topVotingWidget.html.twig rename to app/Resources/views/default/components/sidebar/topVotingWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/travelGuideSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/travelGuideSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/travelGuideSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/travelGuideSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/travelMagazineSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/travelMagazineSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/travelMagazineSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/travelMagazineSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sidebar/ttSearchSidebarWidget.html.twig b/app/Resources/views/default/components/sidebar/ttSearchSidebarWidget.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sidebar/ttSearchSidebarWidget.html.twig rename to app/Resources/views/default/components/sidebar/ttSearchSidebarWidget.html.twig diff --git a/trunk/app/Resources/views/default/components/sitemap/sitemapNode.html.twig b/app/Resources/views/default/components/sitemap/sitemapNode.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/sitemap/sitemapNode.html.twig rename to app/Resources/views/default/components/sitemap/sitemapNode.html.twig diff --git a/trunk/app/Resources/views/default/components/ttBodySearchForm.html.twig b/app/Resources/views/default/components/ttBodySearchForm.html.twig similarity index 100% rename from trunk/app/Resources/views/default/components/ttBodySearchForm.html.twig rename to app/Resources/views/default/components/ttBodySearchForm.html.twig diff --git a/trunk/app/Resources/views/default/datenschutz.html b/app/Resources/views/default/datenschutz.html similarity index 100% rename from trunk/app/Resources/views/default/datenschutz.html rename to app/Resources/views/default/datenschutz.html diff --git a/trunk/app/Resources/views/default/email/bookingConfirmationEmail.txt.twig b/app/Resources/views/default/email/bookingConfirmationEmail.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/bookingConfirmationEmail.txt.twig rename to app/Resources/views/default/email/bookingConfirmationEmail.txt.twig diff --git a/trunk/app/Resources/views/default/email/bookingServiceEmail.txt.twig b/app/Resources/views/default/email/bookingServiceEmail.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/bookingServiceEmail.txt.twig rename to app/Resources/views/default/email/bookingServiceEmail.txt.twig diff --git a/trunk/app/Resources/views/default/email/components/bookingSummary.txt.twig b/app/Resources/views/default/email/components/bookingSummary.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/components/bookingSummary.txt.twig rename to app/Resources/views/default/email/components/bookingSummary.txt.twig diff --git a/trunk/app/Resources/views/default/email/components/fewoBookingSummary.txt.twig b/app/Resources/views/default/email/components/fewoBookingSummary.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/components/fewoBookingSummary.txt.twig rename to app/Resources/views/default/email/components/fewoBookingSummary.txt.twig diff --git a/trunk/app/Resources/views/default/email/components/signature.txt.twig b/app/Resources/views/default/email/components/signature.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/components/signature.txt.twig rename to app/Resources/views/default/email/components/signature.txt.twig diff --git a/trunk/app/Resources/views/default/email/contactServiceEmail.txt.twig b/app/Resources/views/default/email/contactServiceEmail.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/contactServiceEmail.txt.twig rename to app/Resources/views/default/email/contactServiceEmail.txt.twig diff --git a/trunk/app/Resources/views/default/email/fewoBookingConfirmationEmail.txt.twig b/app/Resources/views/default/email/fewoBookingConfirmationEmail.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/fewoBookingConfirmationEmail.txt.twig rename to app/Resources/views/default/email/fewoBookingConfirmationEmail.txt.twig diff --git a/trunk/app/Resources/views/default/email/fewoBookingServiceEmail.txt.twig b/app/Resources/views/default/email/fewoBookingServiceEmail.txt.twig similarity index 100% rename from trunk/app/Resources/views/default/email/fewoBookingServiceEmail.txt.twig rename to app/Resources/views/default/email/fewoBookingServiceEmail.txt.twig diff --git a/trunk/app/Resources/views/default/form/helpers.html.twig b/app/Resources/views/default/form/helpers.html.twig similarity index 100% rename from trunk/app/Resources/views/default/form/helpers.html.twig rename to app/Resources/views/default/form/helpers.html.twig diff --git a/trunk/app/Resources/views/default/form/theme.html.twig b/app/Resources/views/default/form/theme.html.twig similarity index 100% rename from trunk/app/Resources/views/default/form/theme.html.twig rename to app/Resources/views/default/form/theme.html.twig diff --git a/trunk/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig similarity index 100% rename from trunk/app/Resources/views/default/index.html.twig rename to app/Resources/views/default/index.html.twig diff --git a/trunk/app/Resources/views/default/pages/booking.html.twig b/app/Resources/views/default/pages/booking.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/booking.html.twig rename to app/Resources/views/default/pages/booking.html.twig diff --git a/trunk/app/Resources/views/default/pages/bookingConfirmation.html.twig b/app/Resources/views/default/pages/bookingConfirmation.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/bookingConfirmation.html.twig rename to app/Resources/views/default/pages/bookingConfirmation.html.twig diff --git a/trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig b/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig rename to app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig diff --git a/trunk/app/Resources/views/default/pages/cms/components/ssSudan.html.twig b/app/Resources/views/default/pages/cms/components/ssSudan.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/cms/components/ssSudan.html.twig rename to app/Resources/views/default/pages/cms/components/ssSudan.html.twig diff --git a/trunk/app/Resources/views/default/pages/cms/default.html.twig b/app/Resources/views/default/pages/cms/default.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/cms/default.html.twig rename to app/Resources/views/default/pages/cms/default.html.twig diff --git a/trunk/app/Resources/views/default/pages/cms/feedback.html.twig b/app/Resources/views/default/pages/cms/feedback.html.twig similarity index 100% rename from trunk/app/Resources/views/default/pages/cms/feedback.html.twig rename to app/Resources/views/default/pages/cms/feedback.html.twig diff --git a/trunk/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig b/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig similarity index 97% rename from trunk/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig rename to app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig index cbf47ca7..8f924a07 100644 --- a/trunk/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig +++ b/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig @@ -29,7 +29,7 @@ "; -echo trim(preg_replace('/>\s+<', ob_get_clean())); -EOF - ), - ); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Node/TextTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Node/TextTest.php deleted file mode 100644 index ceaf67f4..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Node/TextTest.php +++ /dev/null @@ -1,28 +0,0 @@ -assertEquals('foo', $node->getAttribute('data')); - } - - public function getTests() - { - $tests = array(); - $tests[] = array(new Twig_Node_Text('foo', 1), "// line 1\necho \"foo\";"); - - return $tests; - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php deleted file mode 100644 index 3baa628c..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php +++ /dev/null @@ -1,105 +0,0 @@ -getMockBuilder('Twig_LoaderInterface')->getMock(), array('cache' => false, 'autoescape' => false)); - - $stream = $env->parse($env->tokenize(new Twig_Source('{{ block("foo") }}', 'index'))); - - $node = $stream->getNode('body')->getNode(0); - - $this->assertEquals('Twig_Node_Expression_BlockReference', get_class($node)); - $this->assertTrue($node->getAttribute('output')); - } - - public function testRenderParentBlockOptimizer() - { - $env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array('cache' => false, 'autoescape' => false)); - - $stream = $env->parse($env->tokenize(new Twig_Source('{% extends "foo" %}{% block content %}{{ parent() }}{% endblock %}', 'index'))); - - $node = $stream->getNode('blocks')->getNode('content')->getNode(0)->getNode('body'); - - $this->assertEquals('Twig_Node_Expression_Parent', get_class($node)); - $this->assertTrue($node->getAttribute('output')); - } - - /** - * @dataProvider getTestsForForOptimizer - */ - public function testForOptimizer($template, $expected) - { - $env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array('cache' => false)); - - $stream = $env->parse($env->tokenize(new Twig_Source($template, 'index'))); - - foreach ($expected as $target => $withLoop) { - $this->assertTrue($this->checkForConfiguration($stream, $target, $withLoop), sprintf('variable %s is %soptimized', $target, $withLoop ? 'not ' : '')); - } - } - - public function getTestsForForOptimizer() - { - return array( - array('{% for i in foo %}{% endfor %}', array('i' => false)), - - array('{% for i in foo %}{{ loop.index }}{% endfor %}', array('i' => true)), - - array('{% for i in foo %}{% for j in foo %}{% endfor %}{% endfor %}', array('i' => false, 'j' => false)), - - array('{% for i in foo %}{% include "foo" %}{% endfor %}', array('i' => true)), - - array('{% for i in foo %}{% include "foo" only %}{% endfor %}', array('i' => false)), - - array('{% for i in foo %}{% include "foo" with { "foo": "bar" } only %}{% endfor %}', array('i' => false)), - - array('{% for i in foo %}{% include "foo" with { "foo": loop.index } only %}{% endfor %}', array('i' => true)), - - array('{% for i in foo %}{% for j in foo %}{{ loop.index }}{% endfor %}{% endfor %}', array('i' => false, 'j' => true)), - - array('{% for i in foo %}{% for j in foo %}{{ loop.parent.loop.index }}{% endfor %}{% endfor %}', array('i' => true, 'j' => true)), - - array('{% for i in foo %}{% set l = loop %}{% for j in foo %}{{ l.index }}{% endfor %}{% endfor %}', array('i' => true, 'j' => false)), - - array('{% for i in foo %}{% for j in foo %}{{ foo.parent.loop.index }}{% endfor %}{% endfor %}', array('i' => false, 'j' => false)), - - array('{% for i in foo %}{% for j in foo %}{{ loop["parent"].loop.index }}{% endfor %}{% endfor %}', array('i' => true, 'j' => true)), - - array('{% for i in foo %}{{ include("foo") }}{% endfor %}', array('i' => true)), - - array('{% for i in foo %}{{ include("foo", with_context = false) }}{% endfor %}', array('i' => false)), - - array('{% for i in foo %}{{ include("foo", with_context = true) }}{% endfor %}', array('i' => true)), - - array('{% for i in foo %}{{ include("foo", { "foo": "bar" }, with_context = false) }}{% endfor %}', array('i' => false)), - - array('{% for i in foo %}{{ include("foo", { "foo": loop.index }, with_context = false) }}{% endfor %}', array('i' => true)), - ); - } - - public function checkForConfiguration(Twig_Node $node, $target, $withLoop) - { - foreach ($node as $n) { - if ($n instanceof Twig_Node_For) { - if ($target === $n->getNode('value_target')->getAttribute('name')) { - return $withLoop == $n->getAttribute('with_loop'); - } - } - - $ret = $this->checkForConfiguration($n, $target, $withLoop); - if (null !== $ret) { - return $ret; - } - } - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/ParserTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/ParserTest.php deleted file mode 100644 index 72d19d85..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/ParserTest.php +++ /dev/null @@ -1,190 +0,0 @@ -getMockBuilder('Twig_LoaderInterface')->getMock())); - $parser->parse($stream); - } - - /** - * @expectedException Twig_Error_Syntax - * @expectedExceptionMessage Unknown "foobar" tag at line 1. - */ - public function testUnknownTagWithoutSuggestions() - { - $stream = new Twig_TokenStream(array( - new Twig_Token(Twig_Token::BLOCK_START_TYPE, '', 1), - new Twig_Token(Twig_Token::NAME_TYPE, 'foobar', 1), - new Twig_Token(Twig_Token::BLOCK_END_TYPE, '', 1), - new Twig_Token(Twig_Token::EOF_TYPE, '', 1), - )); - $parser = new Twig_Parser(new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock())); - $parser->parse($stream); - } - - /** - * @dataProvider getFilterBodyNodesData - */ - public function testFilterBodyNodes($input, $expected) - { - $parser = $this->getParser(); - $m = new ReflectionMethod($parser, 'filterBodyNodes'); - $m->setAccessible(true); - - $this->assertEquals($expected, $m->invoke($parser, $input)); - } - - public function getFilterBodyNodesData() - { - return array( - array( - new Twig_Node(array(new Twig_Node_Text(' ', 1))), - new Twig_Node(array()), - ), - array( - $input = new Twig_Node(array(new Twig_Node_Set(false, new Twig_Node(), new Twig_Node(), 1))), - $input, - ), - array( - $input = new Twig_Node(array(new Twig_Node_Set(true, new Twig_Node(), new Twig_Node(array(new Twig_Node(array(new Twig_Node_Text('foo', 1))))), 1))), - $input, - ), - ); - } - - /** - * @dataProvider getFilterBodyNodesDataThrowsException - * @expectedException Twig_Error_Syntax - */ - public function testFilterBodyNodesThrowsException($input) - { - $parser = $this->getParser(); - - $m = new ReflectionMethod($parser, 'filterBodyNodes'); - $m->setAccessible(true); - - $m->invoke($parser, $input); - } - - public function getFilterBodyNodesDataThrowsException() - { - return array( - array(new Twig_Node_Text('foo', 1)), - array(new Twig_Node(array(new Twig_Node(array(new Twig_Node_Text('foo', 1)))))), - ); - } - - /** - * @expectedException Twig_Error_Syntax - * @expectedExceptionMessage A template that extends another one cannot start with a byte order mark (BOM); it must be removed at line 1 - */ - public function testFilterBodyNodesWithBOM() - { - $parser = $this->getParser(); - - $m = new ReflectionMethod($parser, 'filterBodyNodes'); - $m->setAccessible(true); - $m->invoke($parser, new Twig_Node_Text(chr(0xEF).chr(0xBB).chr(0xBF), 1)); - } - - public function testParseIsReentrant() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array( - 'autoescape' => false, - 'optimizations' => 0, - )); - $twig->addTokenParser(new TestTokenParser()); - - $parser = new Twig_Parser($twig); - - $parser->parse(new Twig_TokenStream(array( - new Twig_Token(Twig_Token::BLOCK_START_TYPE, '', 1), - new Twig_Token(Twig_Token::NAME_TYPE, 'test', 1), - new Twig_Token(Twig_Token::BLOCK_END_TYPE, '', 1), - new Twig_Token(Twig_Token::VAR_START_TYPE, '', 1), - new Twig_Token(Twig_Token::NAME_TYPE, 'foo', 1), - new Twig_Token(Twig_Token::VAR_END_TYPE, '', 1), - new Twig_Token(Twig_Token::EOF_TYPE, '', 1), - ))); - - $this->assertNull($parser->getParent()); - } - - public function testGetVarName() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array( - 'autoescape' => false, - 'optimizations' => 0, - )); - - $twig->parse($twig->tokenize(new Twig_Source(<<addToAssertionCount(1); - } - - protected function getParser() - { - $parser = new Twig_Parser(new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock())); - $parser->setParent(new Twig_Node()); - - $p = new ReflectionProperty($parser, 'stream'); - $p->setAccessible(true); - $p->setValue($parser, new Twig_TokenStream(array())); - - return $parser; - } -} - -class TestTokenParser extends Twig_TokenParser -{ - public function parse(Twig_Token $token) - { - // simulate the parsing of another template right in the middle of the parsing of the current template - $this->parser->parse(new Twig_TokenStream(array( - new Twig_Token(Twig_Token::BLOCK_START_TYPE, '', 1), - new Twig_Token(Twig_Token::NAME_TYPE, 'extends', 1), - new Twig_Token(Twig_Token::STRING_TYPE, 'base', 1), - new Twig_Token(Twig_Token::BLOCK_END_TYPE, '', 1), - new Twig_Token(Twig_Token::EOF_TYPE, '', 1), - ))); - - $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); - - return new Twig_Node(array()); - } - - public function getTag() - { - return 'test'; - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php deleted file mode 100644 index a71b97b9..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php +++ /dev/null @@ -1,101 +0,0 @@ -getMockBuilder('Twig_Profiler_Profile')->disableOriginalConstructor()->getMock(); - - $profile->expects($this->any())->method('isRoot')->will($this->returnValue(true)); - $profile->expects($this->any())->method('getName')->will($this->returnValue('main')); - $profile->expects($this->any())->method('getDuration')->will($this->returnValue(1)); - $profile->expects($this->any())->method('getMemoryUsage')->will($this->returnValue(0)); - $profile->expects($this->any())->method('getPeakMemoryUsage')->will($this->returnValue(0)); - - $subProfiles = array( - $this->getIndexProfile( - array( - $this->getEmbeddedBlockProfile(), - $this->getEmbeddedTemplateProfile( - array( - $this->getIncludedTemplateProfile(), - ) - ), - $this->getMacroProfile(), - $this->getEmbeddedTemplateProfile( - array( - $this->getIncludedTemplateProfile(), - ) - ), - ) - ), - ); - - $profile->expects($this->any())->method('getProfiles')->will($this->returnValue($subProfiles)); - $profile->expects($this->any())->method('getIterator')->will($this->returnValue(new ArrayIterator($subProfiles))); - - return $profile; - } - - private function getIndexProfile(array $subProfiles = array()) - { - return $this->generateProfile('main', 1, true, 'template', 'index.twig', $subProfiles); - } - - private function getEmbeddedBlockProfile(array $subProfiles = array()) - { - return $this->generateProfile('body', 0.0001, false, 'block', 'embedded.twig', $subProfiles); - } - - private function getEmbeddedTemplateProfile(array $subProfiles = array()) - { - return $this->generateProfile('main', 0.0001, true, 'template', 'embedded.twig', $subProfiles); - } - - private function getIncludedTemplateProfile(array $subProfiles = array()) - { - return $this->generateProfile('main', 0.0001, true, 'template', 'included.twig', $subProfiles); - } - - private function getMacroProfile(array $subProfiles = array()) - { - return $this->generateProfile('foo', 0.0001, false, 'macro', 'index.twig', $subProfiles); - } - - /** - * @param string $name - * @param float $duration - * @param bool $isTemplate - * @param string $type - * @param string $templateName - * @param array $subProfiles - * - * @return Twig_Profiler_Profile - */ - private function generateProfile($name, $duration, $isTemplate, $type, $templateName, array $subProfiles = array()) - { - $profile = $this->getMockBuilder('Twig_Profiler_Profile')->disableOriginalConstructor()->getMock(); - - $profile->expects($this->any())->method('isRoot')->will($this->returnValue(false)); - $profile->expects($this->any())->method('getName')->will($this->returnValue($name)); - $profile->expects($this->any())->method('getDuration')->will($this->returnValue($duration)); - $profile->expects($this->any())->method('getMemoryUsage')->will($this->returnValue(0)); - $profile->expects($this->any())->method('getPeakMemoryUsage')->will($this->returnValue(0)); - $profile->expects($this->any())->method('isTemplate')->will($this->returnValue($isTemplate)); - $profile->expects($this->any())->method('getType')->will($this->returnValue($type)); - $profile->expects($this->any())->method('getTemplate')->will($this->returnValue($templateName)); - $profile->expects($this->any())->method('getProfiles')->will($this->returnValue($subProfiles)); - $profile->expects($this->any())->method('getIterator')->will($this->returnValue(new ArrayIterator($subProfiles))); - - return $profile; - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/BlackfireTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/BlackfireTest.php deleted file mode 100644 index 1a1b9d29..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/BlackfireTest.php +++ /dev/null @@ -1,32 +0,0 @@ -assertStringMatchesFormat(<<index.twig//1 %d %d %d -index.twig==>embedded.twig::block(body)//1 %d %d 0 -index.twig==>embedded.twig//2 %d %d %d -embedded.twig==>included.twig//2 %d %d %d -index.twig==>index.twig::macro(foo)//1 %d %d %d -EOF - , $dumper->dump($this->getProfile())); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/HtmlTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/HtmlTest.php deleted file mode 100644 index 66a68c4b..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/HtmlTest.php +++ /dev/null @@ -1,30 +0,0 @@ -assertStringMatchesFormat(<<main %d.%dms/%d% -â”” index.twig %d.%dms/%d% - â”” embedded.twig::block(body) - â”” embedded.twig - │ â”” included.twig - â”” index.twig::macro(foo) - â”” embedded.twig - â”” included.twig - -EOF - , $dumper->dump($this->getProfile())); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php deleted file mode 100644 index e2ea165a..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php +++ /dev/null @@ -1,30 +0,0 @@ -assertStringMatchesFormat(<<dump($this->getProfile())); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php deleted file mode 100644 index 08db96a9..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php +++ /dev/null @@ -1,110 +0,0 @@ -assertEquals('template', $profile->getTemplate()); - $this->assertEquals('type', $profile->getType()); - $this->assertEquals('name', $profile->getName()); - } - - public function testIsRoot() - { - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::ROOT); - $this->assertTrue($profile->isRoot()); - - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::TEMPLATE); - $this->assertFalse($profile->isRoot()); - } - - public function testIsTemplate() - { - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::TEMPLATE); - $this->assertTrue($profile->isTemplate()); - - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::ROOT); - $this->assertFalse($profile->isTemplate()); - } - - public function testIsBlock() - { - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::BLOCK); - $this->assertTrue($profile->isBlock()); - - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::ROOT); - $this->assertFalse($profile->isBlock()); - } - - public function testIsMacro() - { - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::MACRO); - $this->assertTrue($profile->isMacro()); - - $profile = new Twig_Profiler_Profile('template', Twig_Profiler_Profile::ROOT); - $this->assertFalse($profile->isMacro()); - } - - public function testGetAddProfile() - { - $profile = new Twig_Profiler_Profile(); - $profile->addProfile($a = new Twig_Profiler_Profile()); - $profile->addProfile($b = new Twig_Profiler_Profile()); - - $this->assertSame(array($a, $b), $profile->getProfiles()); - $this->assertSame(array($a, $b), iterator_to_array($profile)); - } - - public function testGetDuration() - { - $profile = new Twig_Profiler_Profile(); - usleep(1); - $profile->leave(); - - $this->assertTrue($profile->getDuration() > 0, sprintf('Expected duration > 0, got: %f', $profile->getDuration())); - } - - public function testSerialize() - { - $profile = new Twig_Profiler_Profile('template', 'type', 'name'); - $profile1 = new Twig_Profiler_Profile('template1', 'type1', 'name1'); - $profile->addProfile($profile1); - $profile->leave(); - $profile1->leave(); - - $profile2 = unserialize(serialize($profile)); - $profiles = $profile->getProfiles(); - $this->assertCount(1, $profiles); - $profile3 = $profiles[0]; - - $this->assertEquals($profile->getTemplate(), $profile2->getTemplate()); - $this->assertEquals($profile->getType(), $profile2->getType()); - $this->assertEquals($profile->getName(), $profile2->getName()); - $this->assertEquals($profile->getDuration(), $profile2->getDuration()); - - $this->assertEquals($profile1->getTemplate(), $profile3->getTemplate()); - $this->assertEquals($profile1->getType(), $profile3->getType()); - $this->assertEquals($profile1->getName(), $profile3->getName()); - } - - public function testReset() - { - $profile = new Twig_Profiler_Profile(); - usleep(1); - $profile->leave(); - $profile->reset(); - - $this->assertEquals(0, $profile->getDuration()); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateTest.php deleted file mode 100644 index af33c0b9..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateTest.php +++ /dev/null @@ -1,699 +0,0 @@ -getMockForAbstractClass('Twig_Template', array(), '', false); - $template->displayBlock('foo', array(), array('foo' => array(new stdClass(), 'foo'))); - } - - /** - * @dataProvider getAttributeExceptions - */ - public function testGetAttributeExceptions($template, $message) - { - $templates = array('index' => $template); - $env = new Twig_Environment(new Twig_Loader_Array($templates), array('strict_variables' => true)); - $template = $env->loadTemplate('index'); - - $context = array( - 'string' => 'foo', - 'null' => null, - 'empty_array' => array(), - 'array' => array('foo' => 'foo'), - 'array_access' => new Twig_TemplateArrayAccessObject(), - 'magic_exception' => new Twig_TemplateMagicPropertyObjectWithException(), - 'object' => new stdClass(), - ); - - try { - $template->render($context); - $this->fail('Accessing an invalid attribute should throw an exception.'); - } catch (Twig_Error_Runtime $e) { - $this->assertSame(sprintf($message, 'index'), $e->getMessage()); - } - } - - public function getAttributeExceptions() - { - return array( - array('{{ string["a"] }}', 'Impossible to access a key ("a") on a string variable ("foo") in "%s" at line 1.'), - array('{{ null["a"] }}', 'Impossible to access a key ("a") on a null variable in "%s" at line 1.'), - array('{{ empty_array["a"] }}', 'Key "a" does not exist as the array is empty in "%s" at line 1.'), - array('{{ array["a"] }}', 'Key "a" for array with keys "foo" does not exist in "%s" at line 1.'), - array('{{ array_access["a"] }}', 'Key "a" in object with ArrayAccess of class "Twig_TemplateArrayAccessObject" does not exist in "%s" at line 1.'), - array('{{ string.a }}', 'Impossible to access an attribute ("a") on a string variable ("foo") in "%s" at line 1.'), - array('{{ string.a() }}', 'Impossible to invoke a method ("a") on a string variable ("foo") in "%s" at line 1.'), - array('{{ null.a }}', 'Impossible to access an attribute ("a") on a null variable in "%s" at line 1.'), - array('{{ null.a() }}', 'Impossible to invoke a method ("a") on a null variable in "%s" at line 1.'), - array('{{ array.a() }}', 'Impossible to invoke a method ("a") on an array in "%s" at line 1.'), - array('{{ empty_array.a }}', 'Key "a" does not exist as the array is empty in "%s" at line 1.'), - array('{{ array.a }}', 'Key "a" for array with keys "foo" does not exist in "%s" at line 1.'), - array('{{ attribute(array, -10) }}', 'Key "-10" for array with keys "foo" does not exist in "%s" at line 1.'), - array('{{ array_access.a }}', 'Neither the property "a" nor one of the methods "a()", "geta()"/"isa()"/"hasa()" or "__call()" exist and have public access in class "Twig_TemplateArrayAccessObject" in "%s" at line 1.'), - array('{% from _self import foo %}{% macro foo(obj) %}{{ obj.missing_method() }}{% endmacro %}{{ foo(array_access) }}', 'Neither the property "missing_method" nor one of the methods "missing_method()", "getmissing_method()"/"ismissing_method()"/"hasmissing_method()" or "__call()" exist and have public access in class "Twig_TemplateArrayAccessObject" in "%s" at line 1.'), - array('{{ magic_exception.test }}', 'An exception has been thrown during the rendering of a template ("Hey! Don\'t try to isset me!") in "%s" at line 1.'), - array('{{ object["a"] }}', 'Impossible to access a key "a" on an object of class "stdClass" that does not implement ArrayAccess interface in "%s" at line 1.'), - ); - } - - /** - * @dataProvider getGetAttributeWithSandbox - */ - public function testGetAttributeWithSandbox($object, $item, $allowed) - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $policy = new Twig_Sandbox_SecurityPolicy(array(), array(), array(/*method*/), array(/*prop*/), array()); - $twig->addExtension(new Twig_Extension_Sandbox($policy, !$allowed)); - $template = new Twig_TemplateTest($twig); - - try { - twig_get_attribute($twig, $template->getSourceContext(), $object, $item, array(), 'any', false, false, true); - - if (!$allowed) { - $this->fail(); - } else { - $this->addToAssertionCount(1); - } - } catch (Twig_Sandbox_SecurityError $e) { - if ($allowed) { - $this->fail(); - } else { - $this->addToAssertionCount(1); - } - - $this->assertContains('is not allowed', $e->getMessage()); - } - } - - public function getGetAttributeWithSandbox() - { - return array( - array(new Twig_TemplatePropertyObject(), 'defined', false), - array(new Twig_TemplatePropertyObject(), 'defined', true), - array(new Twig_TemplateMethodObject(), 'defined', false), - array(new Twig_TemplateMethodObject(), 'defined', true), - ); - } - - /** - * @expectedException Twig_Error_Runtime - * @expectedExceptionMessage Block "unknown" on template "index.twig" does not exist in "index.twig". - */ - public function testRenderBlockWithUndefinedBlock() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig, 'index.twig'); - try { - $template->renderBlock('unknown', array()); - } catch (\Exception $e) { - ob_end_clean(); - - throw $e; - } - } - - /** - * @expectedException Twig_Error_Runtime - * @expectedExceptionMessage Block "unknown" on template "index.twig" does not exist in "index.twig". - */ - public function testDisplayBlockWithUndefinedBlock() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig, 'index.twig'); - $template->displayBlock('unknown', array()); - } - - /** - * @expectedException Twig_Error_Runtime - * @expectedExceptionMessage Block "foo" should not call parent() in "index.twig" as the block does not exist in the parent template "parent.twig" - */ - public function testDisplayBlockWithUndefinedParentBlock() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig, 'parent.twig'); - $template->displayBlock('foo', array(), array('foo' => array(new Twig_TemplateTest($twig, 'index.twig'), 'block_foo')), false); - } - - public function testGetAttributeOnArrayWithConfusableKey() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig); - - $array = array('Zero', 'One', -1 => 'MinusOne', '' => 'EmptyString', '1.5' => 'FloatButString', '01' => 'IntegerButStringWithLeadingZeros'); - - $this->assertSame('Zero', $array[false]); - $this->assertSame('One', $array[true]); - $this->assertSame('One', $array[1.5]); - $this->assertSame('One', $array['1']); - $this->assertSame('MinusOne', $array[-1.5]); - $this->assertSame('FloatButString', $array['1.5']); - $this->assertSame('IntegerButStringWithLeadingZeros', $array['01']); - $this->assertSame('EmptyString', $array[null]); - - $this->assertSame('Zero', twig_get_attribute($twig, $template->getSourceContext(), $array, false), 'false is treated as 0 when accessing an array (equals PHP behavior)'); - $this->assertSame('One', twig_get_attribute($twig, $template->getSourceContext(), $array, true), 'true is treated as 1 when accessing an array (equals PHP behavior)'); - $this->assertSame('One', twig_get_attribute($twig, $template->getSourceContext(), $array, 1.5), 'float is casted to int when accessing an array (equals PHP behavior)'); - $this->assertSame('One', twig_get_attribute($twig, $template->getSourceContext(), $array, '1'), '"1" is treated as integer 1 when accessing an array (equals PHP behavior)'); - $this->assertSame('MinusOne', twig_get_attribute($twig, $template->getSourceContext(), $array, -1.5), 'negative float is casted to int when accessing an array (equals PHP behavior)'); - $this->assertSame('FloatButString', twig_get_attribute($twig, $template->getSourceContext(), $array, '1.5'), '"1.5" is treated as-is when accessing an array (equals PHP behavior)'); - $this->assertSame('IntegerButStringWithLeadingZeros', twig_get_attribute($twig, $template->getSourceContext(), $array, '01'), '"01" is treated as-is when accessing an array (equals PHP behavior)'); - $this->assertSame('EmptyString', twig_get_attribute($twig, $template->getSourceContext(), $array, null), 'null is treated as "" when accessing an array (equals PHP behavior)'); - } - - /** - * @dataProvider getGetAttributeTests - */ - public function testGetAttribute($defined, $value, $object, $item, $arguments, $type) - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig); - - $this->assertEquals($value, twig_get_attribute($twig, $template->getSourceContext(), $object, $item, $arguments, $type)); - } - - /** - * @dataProvider getGetAttributeTests - */ - public function testGetAttributeStrict($defined, $value, $object, $item, $arguments, $type, $exceptionMessage = null) - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array('strict_variables' => true)); - $template = new Twig_TemplateTest($twig); - - if ($defined) { - $this->assertEquals($value, twig_get_attribute($twig, $template->getSourceContext(), $object, $item, $arguments, $type)); - } else { - if (method_exists($this, 'expectException')) { - $this->expectException('Twig_Error_Runtime'); - if (null !== $exceptionMessage) { - $this->expectExceptionMessage($exceptionMessage); - } - } else { - $this->setExpectedException('Twig_Error_Runtime', $exceptionMessage); - } - $this->assertEquals($value, twig_get_attribute($twig, $template->getSourceContext(), $object, $item, $arguments, $type)); - } - } - - /** - * @dataProvider getGetAttributeTests - */ - public function testGetAttributeDefined($defined, $value, $object, $item, $arguments, $type) - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig); - - $this->assertEquals($defined, twig_get_attribute($twig, $template->getSourceContext(), $object, $item, $arguments, $type, true)); - } - - /** - * @dataProvider getGetAttributeTests - */ - public function testGetAttributeDefinedStrict($defined, $value, $object, $item, $arguments, $type) - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array('strict_variables' => true)); - $template = new Twig_TemplateTest($twig); - - $this->assertEquals($defined, twig_get_attribute($twig, $template->getSourceContext(), $object, $item, $arguments, $type, true)); - } - - public function testGetAttributeCallExceptions() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - $template = new Twig_TemplateTest($twig); - - $object = new Twig_TemplateMagicMethodExceptionObject(); - - $this->assertNull(twig_get_attribute($twig, $template->getSourceContext(), $object, 'foo')); - } - - public function getGetAttributeTests() - { - $array = array( - 'defined' => 'defined', - 'zero' => 0, - 'null' => null, - '1' => 1, - 'bar' => true, - 'foo' => true, - 'baz' => 'baz', - 'baf' => 'baf', - '09' => '09', - '+4' => '+4', - ); - - $objectArray = new Twig_TemplateArrayAccessObject(); - $stdObject = (object) $array; - $magicPropertyObject = new Twig_TemplateMagicPropertyObject(); - $propertyObject = new Twig_TemplatePropertyObject(); - $propertyObject1 = new Twig_TemplatePropertyObjectAndIterator(); - $propertyObject2 = new Twig_TemplatePropertyObjectAndArrayAccess(); - $propertyObject3 = new Twig_TemplatePropertyObjectDefinedWithUndefinedValue(); - $methodObject = new Twig_TemplateMethodObject(); - $magicMethodObject = new Twig_TemplateMagicMethodObject(); - - $anyType = Twig_Template::ANY_CALL; - $methodType = Twig_Template::METHOD_CALL; - $arrayType = Twig_Template::ARRAY_CALL; - - $basicTests = array( - // array(defined, value, property to fetch) - array(true, 'defined', 'defined'), - array(false, null, 'undefined'), - array(false, null, 'protected'), - array(true, 0, 'zero'), - array(true, 1, 1), - array(true, 1, 1.0), - array(true, null, 'null'), - array(true, true, 'bar'), - array(true, true, 'foo'), - array(true, 'baz', 'baz'), - array(true, 'baf', 'baf'), - array(true, '09', '09'), - array(true, '+4', '+4'), - ); - $testObjects = array( - // array(object, type of fetch) - array($array, $arrayType), - array($objectArray, $arrayType), - array($stdObject, $anyType), - array($magicPropertyObject, $anyType), - array($methodObject, $methodType), - array($methodObject, $anyType), - array($propertyObject, $anyType), - array($propertyObject1, $anyType), - array($propertyObject2, $anyType), - ); - - $tests = array(); - foreach ($testObjects as $testObject) { - foreach ($basicTests as $test) { - // properties cannot be numbers - if (($testObject[0] instanceof stdClass || $testObject[0] instanceof Twig_TemplatePropertyObject) && is_numeric($test[2])) { - continue; - } - - if ('+4' === $test[2] && $methodObject === $testObject[0]) { - continue; - } - - $tests[] = array($test[0], $test[1], $testObject[0], $test[2], array(), $testObject[1]); - } - } - - // additional properties tests - $tests = array_merge($tests, array( - array(true, null, $propertyObject3, 'foo', array(), $anyType), - )); - - // additional method tests - $tests = array_merge($tests, array( - array(true, 'defined', $methodObject, 'defined', array(), $methodType), - array(true, 'defined', $methodObject, 'DEFINED', array(), $methodType), - array(true, 'defined', $methodObject, 'getDefined', array(), $methodType), - array(true, 'defined', $methodObject, 'GETDEFINED', array(), $methodType), - array(true, 'static', $methodObject, 'static', array(), $methodType), - array(true, 'static', $methodObject, 'getStatic', array(), $methodType), - - array(true, '__call_undefined', $magicMethodObject, 'undefined', array(), $methodType), - array(true, '__call_UNDEFINED', $magicMethodObject, 'UNDEFINED', array(), $methodType), - )); - - // add the same tests for the any type - foreach ($tests as $test) { - if ($anyType !== $test[5]) { - $test[5] = $anyType; - $tests[] = $test; - } - } - - $methodAndPropObject = new Twig_TemplateMethodAndPropObject(); - - // additional method tests - $tests = array_merge($tests, array( - array(true, 'a', $methodAndPropObject, 'a', array(), $anyType), - array(true, 'a', $methodAndPropObject, 'a', array(), $methodType), - array(false, null, $methodAndPropObject, 'a', array(), $arrayType), - - array(true, 'b_prop', $methodAndPropObject, 'b', array(), $anyType), - array(true, 'b', $methodAndPropObject, 'B', array(), $anyType), - array(true, 'b', $methodAndPropObject, 'b', array(), $methodType), - array(true, 'b', $methodAndPropObject, 'B', array(), $methodType), - array(false, null, $methodAndPropObject, 'b', array(), $arrayType), - - array(false, null, $methodAndPropObject, 'c', array(), $anyType), - array(false, null, $methodAndPropObject, 'c', array(), $methodType), - array(false, null, $methodAndPropObject, 'c', array(), $arrayType), - )); - - // tests when input is not an array or object - $tests = array_merge($tests, array( - array(false, null, 42, 'a', array(), $anyType, 'Impossible to access an attribute ("a") on a integer variable ("42") in "index.twig".'), - array(false, null, 'string', 'a', array(), $anyType, 'Impossible to access an attribute ("a") on a string variable ("string") in "index.twig".'), - array(false, null, array(), 'a', array(), $anyType, 'Key "a" does not exist as the array is empty in "index.twig".'), - )); - - return $tests; - } - - /** - * @expectedException Twig_Error_Runtime - */ - public function testGetIsMethods() - { - $twig = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock(), array('strict_variables' => true)); - $getIsObject = new Twig_TemplateGetIsMethods(); - $template = new Twig_TemplateTest($twig, array('strict_variables' => true)); - // first time should not create a cache for "get" - $this->assertNull(twig_get_attribute($twig, $template->getSourceContext(), $getIsObject, 'get')); - // 0 should be in the method cache now, so this should fail - $this->assertNull(twig_get_attribute($twig, $template->getSourceContext(), $getIsObject, 0)); - } -} - -class Twig_TemplateTest extends Twig_Template -{ - private $name; - - public function __construct(Twig_Environment $env, $name = 'index.twig') - { - parent::__construct($env); - $this->name = $name; - } - - public function getZero() - { - return 0; - } - - public function getEmpty() - { - return ''; - } - - public function getString() - { - return 'some_string'; - } - - public function getTrue() - { - return true; - } - - public function getTemplateName() - { - return $this->name; - } - - public function getDebugInfo() - { - return array(); - } - - protected function doGetParent(array $context) - { - return false; - } - - protected function doDisplay(array $context, array $blocks = array()) - { - } - - public function block_name($context, array $blocks = array()) - { - } -} - -class Twig_TemplateArrayAccessObject implements ArrayAccess -{ - protected $protected = 'protected'; - - public $attributes = array( - 'defined' => 'defined', - 'zero' => 0, - 'null' => null, - '1' => 1, - 'bar' => true, - 'foo' => true, - 'baz' => 'baz', - 'baf' => 'baf', - '09' => '09', - '+4' => '+4', - ); - - public function offsetExists($name) - { - return array_key_exists($name, $this->attributes); - } - - public function offsetGet($name) - { - return array_key_exists($name, $this->attributes) ? $this->attributes[$name] : null; - } - - public function offsetSet($name, $value) - { - } - - public function offsetUnset($name) - { - } -} - -class Twig_TemplateMagicPropertyObject -{ - public $defined = 'defined'; - - public $attributes = array( - 'zero' => 0, - 'null' => null, - '1' => 1, - 'bar' => true, - 'foo' => true, - 'baz' => 'baz', - 'baf' => 'baf', - '09' => '09', - '+4' => '+4', - ); - - protected $protected = 'protected'; - - public function __isset($name) - { - return array_key_exists($name, $this->attributes); - } - - public function __get($name) - { - return array_key_exists($name, $this->attributes) ? $this->attributes[$name] : null; - } -} - -class Twig_TemplateMagicPropertyObjectWithException -{ - public function __isset($key) - { - throw new Exception('Hey! Don\'t try to isset me!'); - } -} - -class Twig_TemplatePropertyObject -{ - public $defined = 'defined'; - public $zero = 0; - public $null = null; - public $bar = true; - public $foo = true; - public $baz = 'baz'; - public $baf = 'baf'; - - protected $protected = 'protected'; -} - -class Twig_TemplatePropertyObjectAndIterator extends Twig_TemplatePropertyObject implements IteratorAggregate -{ - public function getIterator() - { - return new ArrayIterator(array('foo', 'bar')); - } -} - -class Twig_TemplatePropertyObjectAndArrayAccess extends Twig_TemplatePropertyObject implements ArrayAccess -{ - private $data = array( - 'defined' => 'defined', - 'zero' => 0, - 'null' => null, - 'bar' => true, - 'baz' => 'baz', - ); - - public function offsetExists($offset) - { - return array_key_exists($offset, $this->data); - } - - public function offsetGet($offset) - { - return $this->offsetExists($offset) ? $this->data[$offset] : 'n/a'; - } - - public function offsetSet($offset, $value) - { - } - - public function offsetUnset($offset) - { - } -} - -class Twig_TemplatePropertyObjectDefinedWithUndefinedValue -{ - public $foo; - - public function __construct() - { - $this->foo = @$notExist; - } -} - -class Twig_TemplateMethodObject -{ - public function getDefined() - { - return 'defined'; - } - - public function get1() - { - return 1; - } - - public function get09() - { - return '09'; - } - - public function getZero() - { - return 0; - } - - public function getNull() - { - } - - public function isBar() - { - return true; - } - - public function hasFoo() - { - return true; - } - - public function hasBaz() - { - return 'should never be returned (has)'; - } - - public function isBaz() - { - return 'should never be returned (is)'; - } - - public function getBaz() - { - return 'Baz'; - } - - public function baz() - { - return 'baz'; - } - - public function hasBaf() - { - return 'should never be returned (has)'; - } - - public function isBaf() - { - return 'baf'; - } - - protected function getProtected() - { - return 'protected'; - } - - public static function getStatic() - { - return 'static'; - } -} - -class Twig_TemplateGetIsMethods -{ - public function get() - { - } - - public function is() - { - } -} - -class Twig_TemplateMethodAndPropObject -{ - private $a = 'a_prop'; - - public function getA() - { - return 'a'; - } - - public $b = 'b_prop'; - - public function getB() - { - return 'b'; - } - - private $c = 'c_prop'; - - private function getC() - { - return 'c'; - } -} - -class Twig_TemplateMagicMethodObject -{ - public function __call($method, $arguments) - { - return '__call_'.$method; - } -} - -class Twig_TemplateMagicMethodExceptionObject -{ - public function __call($method, $arguments) - { - throw new BadMethodCallException(sprintf('Unknown method "%s".', $method)); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateWrapperTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateWrapperTest.php deleted file mode 100644 index cc71052c..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/TemplateWrapperTest.php +++ /dev/null @@ -1,64 +0,0 @@ - '{% block foo %}{% endblock %}', - 'index_with_use' => '{% use "imported" %}{% block foo %}{% endblock %}', - 'index_with_extends' => '{% extends "extended" %}{% block foo %}{% endblock %}', - 'imported' => '{% block imported %}{% endblock %}', - 'extended' => '{% block extended %}{% endblock %}', - ))); - - $wrapper = new Twig_TemplateWrapper($twig, $twig->loadTemplate('index')); - $this->assertTrue($wrapper->hasBlock('foo')); - $this->assertFalse($wrapper->hasBlock('bar')); - $this->assertEquals(array('foo'), $wrapper->getBlockNames()); - - $wrapper = new Twig_TemplateWrapper($twig, $twig->loadTemplate('index_with_use')); - $this->assertTrue($wrapper->hasBlock('foo')); - $this->assertTrue($wrapper->hasBlock('imported')); - $this->assertEquals(array('imported', 'foo'), $wrapper->getBlockNames()); - - $wrapper = new Twig_TemplateWrapper($twig, $twig->loadTemplate('index_with_extends')); - $this->assertTrue($wrapper->hasBlock('foo')); - $this->assertTrue($wrapper->hasBlock('extended')); - $this->assertEquals(array('foo', 'extended'), $wrapper->getBlockNames()); - } - - public function testRenderBlock() - { - $twig = new Twig_Environment(new Twig_Loader_Array(array( - 'index' => '{% block foo %}{{ foo }}{{ bar }}{% endblock %}', - ))); - $twig->addGlobal('bar', 'BAR'); - - $wrapper = new Twig_TemplateWrapper($twig, $twig->loadTemplate('index')); - $this->assertEquals('FOOBAR', $wrapper->renderBlock('foo', array('foo' => 'FOO'))); - } - - public function testDisplayBlock() - { - $twig = new Twig_Environment(new Twig_Loader_Array(array( - 'index' => '{% block foo %}{{ foo }}{{ bar }}{% endblock %}', - ))); - $twig->addGlobal('bar', 'BAR'); - - $wrapper = new Twig_TemplateWrapper($twig, $twig->loadTemplate('index')); - - ob_start(); - $wrapper->displayBlock('foo', array('foo' => 'FOO')); - - $this->assertEquals('FOOBAR', ob_get_clean()); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php deleted file mode 100644 index cf3593d2..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php +++ /dev/null @@ -1,70 +0,0 @@ -isEOF()) { - $token = $stream->next(); - - $repr[] = $token->getValue(); - } - $this->assertEquals('1, 2, 3, 4, 5, 6, 7', implode(', ', $repr), '->next() advances the pointer and returns the current token'); - } - - /** - * @expectedException Twig_Error_Syntax - * @expectedExceptionMessage Unexpected end of template - */ - public function testEndOfTemplateNext() - { - $stream = new Twig_TokenStream(array( - new Twig_Token(Twig_Token::BLOCK_START_TYPE, 1, 1), - )); - while (!$stream->isEOF()) { - $stream->next(); - } - } - - /** - * @expectedException Twig_Error_Syntax - * @expectedExceptionMessage Unexpected end of template - */ - public function testEndOfTemplateLook() - { - $stream = new Twig_TokenStream(array( - new Twig_Token(Twig_Token::BLOCK_START_TYPE, 1, 1), - )); - while (!$stream->isEOF()) { - $stream->look(); - $stream->next(); - } - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/Util/DeprecationCollectorTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/Util/DeprecationCollectorTest.php deleted file mode 100644 index 887a90af..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/Util/DeprecationCollectorTest.php +++ /dev/null @@ -1,42 +0,0 @@ -getMockBuilder('Twig_LoaderInterface')->getMock()); - $twig->addFunction(new Twig_SimpleFunction('deprec', array($this, 'deprec'), array('deprecated' => true))); - - $collector = new Twig_Util_DeprecationCollector($twig); - $deprecations = $collector->collect(new Twig_Tests_Util_Iterator()); - - $this->assertEquals(array('Twig Function "deprec" is deprecated in deprec.twig at line 1.'), $deprecations); - } - - public function deprec() - { - } -} - -class Twig_Tests_Util_Iterator implements IteratorAggregate -{ - public function getIterator() - { - return new ArrayIterator(array( - 'ok.twig' => '{{ foo }}', - 'deprec.twig' => '{{ deprec("foo") }}', - )); - } -} diff --git a/trunk/_vendor/twig/twig/test/Twig/Tests/escapingTest.php b/trunk/_vendor/twig/twig/test/Twig/Tests/escapingTest.php deleted file mode 100644 index 80a108ab..00000000 --- a/trunk/_vendor/twig/twig/test/Twig/Tests/escapingTest.php +++ /dev/null @@ -1,324 +0,0 @@ - ''', - '"' => '"', - '<' => '<', - '>' => '>', - '&' => '&', - ); - - protected $htmlAttrSpecialChars = array( - '\'' => ''', - /* Characters beyond ASCII value 255 to unicode escape */ - 'Ä€' => 'Ā', - /* Immune chars excluded */ - ',' => ',', - '.' => '.', - '-' => '-', - '_' => '_', - /* Basic alnums excluded */ - 'a' => 'a', - 'A' => 'A', - 'z' => 'z', - 'Z' => 'Z', - '0' => '0', - '9' => '9', - /* Basic control characters and null */ - "\r" => ' ', - "\n" => ' ', - "\t" => ' ', - "\0" => '�', // should use Unicode replacement char - /* Encode chars as named entities where possible */ - '<' => '<', - '>' => '>', - '&' => '&', - '"' => '"', - /* Encode spaces for quoteless attribute protection */ - ' ' => ' ', - ); - - protected $jsSpecialChars = array( - /* HTML special chars - escape without exception to hex */ - '<' => '\\u003C', - '>' => '\\u003E', - '\'' => '\\u0027', - '"' => '\\u0022', - '&' => '\\u0026', - '/' => '\\/', - /* Characters beyond ASCII value 255 to unicode escape */ - 'Ä€' => '\\u0100', - '😀' => '\\uD83D\\uDE00', - /* Immune chars excluded */ - ',' => ',', - '.' => '.', - '_' => '_', - /* Basic alnums excluded */ - 'a' => 'a', - 'A' => 'A', - 'z' => 'z', - 'Z' => 'Z', - '0' => '0', - '9' => '9', - /* Basic control characters and null */ - "\r" => '\r', - "\n" => '\n', - "\x08" => '\b', - "\t" => '\t', - "\x0C" => '\f', - "\0" => '\\u0000', - /* Encode spaces for quoteless attribute protection */ - ' ' => '\\u0020', - ); - - protected $urlSpecialChars = array( - /* HTML special chars - escape without exception to percent encoding */ - '<' => '%3C', - '>' => '%3E', - '\'' => '%27', - '"' => '%22', - '&' => '%26', - /* Characters beyond ASCII value 255 to hex sequence */ - 'Ä€' => '%C4%80', - /* Punctuation and unreserved check */ - ',' => '%2C', - '.' => '.', - '_' => '_', - '-' => '-', - ':' => '%3A', - ';' => '%3B', - '!' => '%21', - /* Basic alnums excluded */ - 'a' => 'a', - 'A' => 'A', - 'z' => 'z', - 'Z' => 'Z', - '0' => '0', - '9' => '9', - /* Basic control characters and null */ - "\r" => '%0D', - "\n" => '%0A', - "\t" => '%09', - "\0" => '%00', - /* PHP quirks from the past */ - ' ' => '%20', - '~' => '~', - '+' => '%2B', - ); - - protected $cssSpecialChars = array( - /* HTML special chars - escape without exception to hex */ - '<' => '\\3C ', - '>' => '\\3E ', - '\'' => '\\27 ', - '"' => '\\22 ', - '&' => '\\26 ', - /* Characters beyond ASCII value 255 to unicode escape */ - 'Ä€' => '\\100 ', - /* Immune chars excluded */ - ',' => '\\2C ', - '.' => '\\2E ', - '_' => '\\5F ', - /* Basic alnums excluded */ - 'a' => 'a', - 'A' => 'A', - 'z' => 'z', - 'Z' => 'Z', - '0' => '0', - '9' => '9', - /* Basic control characters and null */ - "\r" => '\\D ', - "\n" => '\\A ', - "\t" => '\\9 ', - "\0" => '\\0 ', - /* Encode spaces for quoteless attribute protection */ - ' ' => '\\20 ', - ); - - protected $env; - - protected function setUp() - { - $this->env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock()); - } - - public function testHtmlEscapingConvertsSpecialChars() - { - foreach ($this->htmlSpecialChars as $key => $value) { - $this->assertEquals($value, twig_escape_filter($this->env, $key, 'html'), 'Failed to escape: '.$key); - } - } - - public function testHtmlAttributeEscapingConvertsSpecialChars() - { - foreach ($this->htmlAttrSpecialChars as $key => $value) { - $this->assertEquals($value, twig_escape_filter($this->env, $key, 'html_attr'), 'Failed to escape: '.$key); - } - } - - public function testJavascriptEscapingConvertsSpecialChars() - { - foreach ($this->jsSpecialChars as $key => $value) { - $this->assertEquals($value, twig_escape_filter($this->env, $key, 'js'), 'Failed to escape: '.$key); - } - } - - public function testJavascriptEscapingReturnsStringIfZeroLength() - { - $this->assertEquals('', twig_escape_filter($this->env, '', 'js')); - } - - public function testJavascriptEscapingReturnsStringIfContainsOnlyDigits() - { - $this->assertEquals('123', twig_escape_filter($this->env, '123', 'js')); - } - - public function testCssEscapingConvertsSpecialChars() - { - foreach ($this->cssSpecialChars as $key => $value) { - $this->assertEquals($value, twig_escape_filter($this->env, $key, 'css'), 'Failed to escape: '.$key); - } - } - - public function testCssEscapingReturnsStringIfZeroLength() - { - $this->assertEquals('', twig_escape_filter($this->env, '', 'css')); - } - - public function testCssEscapingReturnsStringIfContainsOnlyDigits() - { - $this->assertEquals('123', twig_escape_filter($this->env, '123', 'css')); - } - - public function testUrlEscapingConvertsSpecialChars() - { - foreach ($this->urlSpecialChars as $key => $value) { - $this->assertEquals($value, twig_escape_filter($this->env, $key, 'url'), 'Failed to escape: '.$key); - } - } - - /** - * Range tests to confirm escaped range of characters is within OWASP recommendation. - */ - - /** - * Only testing the first few 2 ranges on this prot. function as that's all these - * other range tests require. - */ - public function testUnicodeCodepointConversionToUtf8() - { - $expected = ' ~Þ™'; - $codepoints = array(0x20, 0x7e, 0x799); - $result = ''; - foreach ($codepoints as $value) { - $result .= $this->codepointToUtf8($value); - } - $this->assertEquals($expected, $result); - } - - /** - * Convert a Unicode Codepoint to a literal UTF-8 character. - * - * @param int $codepoint Unicode codepoint in hex notation - * - * @return string UTF-8 literal string - */ - protected function codepointToUtf8($codepoint) - { - if ($codepoint < 0x80) { - return chr($codepoint); - } - if ($codepoint < 0x800) { - return chr($codepoint >> 6 & 0x3f | 0xc0) - .chr($codepoint & 0x3f | 0x80); - } - if ($codepoint < 0x10000) { - return chr($codepoint >> 12 & 0x0f | 0xe0) - .chr($codepoint >> 6 & 0x3f | 0x80) - .chr($codepoint & 0x3f | 0x80); - } - if ($codepoint < 0x110000) { - return chr($codepoint >> 18 & 0x07 | 0xf0) - .chr($codepoint >> 12 & 0x3f | 0x80) - .chr($codepoint >> 6 & 0x3f | 0x80) - .chr($codepoint & 0x3f | 0x80); - } - throw new Exception('Codepoint requested outside of Unicode range.'); - } - - public function testJavascriptEscapingEscapesOwaspRecommendedRanges() - { - $immune = array(',', '.', '_'); // Exceptions to escaping ranges - for ($chr = 0; $chr < 0xFF; ++$chr) { - if ($chr >= 0x30 && $chr <= 0x39 - || $chr >= 0x41 && $chr <= 0x5A - || $chr >= 0x61 && $chr <= 0x7A) { - $literal = $this->codepointToUtf8($chr); - $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'js')); - } else { - $literal = $this->codepointToUtf8($chr); - if (in_array($literal, $immune)) { - $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'js')); - } else { - $this->assertNotEquals( - $literal, - twig_escape_filter($this->env, $literal, 'js'), - "$literal should be escaped!"); - } - } - } - } - - public function testHtmlAttributeEscapingEscapesOwaspRecommendedRanges() - { - $immune = array(',', '.', '-', '_'); // Exceptions to escaping ranges - for ($chr = 0; $chr < 0xFF; ++$chr) { - if ($chr >= 0x30 && $chr <= 0x39 - || $chr >= 0x41 && $chr <= 0x5A - || $chr >= 0x61 && $chr <= 0x7A) { - $literal = $this->codepointToUtf8($chr); - $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'html_attr')); - } else { - $literal = $this->codepointToUtf8($chr); - if (in_array($literal, $immune)) { - $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'html_attr')); - } else { - $this->assertNotEquals( - $literal, - twig_escape_filter($this->env, $literal, 'html_attr'), - "$literal should be escaped!"); - } - } - } - } - - public function testCssEscapingEscapesOwaspRecommendedRanges() - { - // CSS has no exceptions to escaping ranges - for ($chr = 0; $chr < 0xFF; ++$chr) { - if ($chr >= 0x30 && $chr <= 0x39 - || $chr >= 0x41 && $chr <= 0x5A - || $chr >= 0x61 && $chr <= 0x7A) { - $literal = $this->codepointToUtf8($chr); - $this->assertEquals($literal, twig_escape_filter($this->env, $literal, 'css')); - } else { - $literal = $this->codepointToUtf8($chr); - $this->assertNotEquals( - $literal, - twig_escape_filter($this->env, $literal, 'css'), - "$literal should be escaped!"); - } - } - } -} diff --git a/trunk/_vendor/whiteoctober/tcpdf-bundle/DependencyInjection/Configuration.php b/trunk/_vendor/whiteoctober/tcpdf-bundle/DependencyInjection/Configuration.php deleted file mode 100644 index 49b4c0d5..00000000 --- a/trunk/_vendor/whiteoctober/tcpdf-bundle/DependencyInjection/Configuration.php +++ /dev/null @@ -1,91 +0,0 @@ -root('white_october_tcpdf'); - - $rootNode - ->children() - ->scalarNode('file')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/tcpdf.php')->end() - ->scalarNode('class')->defaultValue('TCPDF')->end() - ->end() - ; - - $this->addTCPDFConfig($rootNode); - - return $treeBuilder; - } - - /** - * Adds the core TCPDF configuration - * - * @param $rootNode - */ - protected function addTCPDFConfig(ArrayNodeDefinition $rootNode) - { - $rootNode - ->children() - ->arrayNode('tcpdf') - ->addDefaultsIfNotSet() - ->children() - - // Core configuration values - // These get defined when the TCPDF bundle is booted - ->scalarNode('k_path_url')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/')->end() - ->scalarNode('k_path_main')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/')->end() - ->scalarNode('k_path_fonts')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/fonts/')->end() - ->scalarNode('k_path_cache')->defaultValue('%kernel.cache_dir%/tcpdf')->end() - ->scalarNode('k_path_url_cache')->defaultValue('%kernel.cache_dir%/tcpdf')->end() - ->scalarNode('k_path_images')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/examples/images/')->end() - ->scalarNode('k_blank_image')->defaultValue('%kernel.root_dir%/../vendor/tecnickcom/tcpdf/examples/images/_blank.png')->end() - ->scalarNode('k_cell_height_ratio')->defaultValue(1.25)->end() - ->scalarNode('k_title_magnification')->defaultValue(1.3)->end() - ->scalarNode('k_small_ratio')->defaultValue(2/3)->end() - ->scalarNode('k_thai_topchars')->defaultTrue()->end() - ->scalarNode('k_tcpdf_calls_in_html')->defaultFalse()->end() - ->scalarNode('k_tcpdf_external_config')->defaultTrue()->end() - ->scalarNode('k_tcpdf_throw_exception_error')->defaultTrue()->end() - - // Optional nice-to-have values - ->scalarNode('head_magnification')->defaultValue(1.1)->end() - ->scalarNode('pdf_page_format')->defaultValue('A4')->end() - ->scalarNode('pdf_page_orientation')->defaultValue('P')->end() - ->scalarNode('pdf_creator')->defaultValue('TCPDF')->end() - ->scalarNode('pdf_author')->defaultValue('TCPDF')->end() - ->scalarNode('pdf_header_title')->defaultValue('')->end() - ->scalarNode('pdf_header_string')->defaultValue('')->end() - ->scalarNode('pdf_header_logo')->defaultValue('')->end() - ->scalarNode('pdf_header_logo_width')->defaultValue('')->end() - ->scalarNode('pdf_unit')->defaultValue('mm')->end() - ->scalarNode('pdf_margin_header')->defaultValue(5)->end() - ->scalarNode('pdf_margin_footer')->defaultValue(10)->end() - ->scalarNode('pdf_margin_top')->defaultValue(27)->end() - ->scalarNode('pdf_margin_bottom')->defaultValue(25)->end() - ->scalarNode('pdf_margin_left')->defaultValue(15)->end() - ->scalarNode('pdf_margin_right')->defaultValue(15)->end() - ->scalarNode('pdf_font_name_main')->defaultValue('helvetica')->end() - ->scalarNode('pdf_font_size_main')->defaultValue(10)->end() - ->scalarNode('pdf_font_name_data')->defaultValue('helvetica')->end() - ->scalarNode('pdf_font_size_data')->defaultValue(8)->end() - ->scalarNode('pdf_font_monospaced')->defaultValue('courier')->end() - ->scalarNode('pdf_image_scale_ratio')->defaultValue(1.25)->end() - ->end() - ->end() - ->end() - ; - } -} diff --git a/trunk/_vendor/whiteoctober/tcpdf-bundle/README.md b/trunk/_vendor/whiteoctober/tcpdf-bundle/README.md deleted file mode 100644 index 3d3c96ee..00000000 --- a/trunk/_vendor/whiteoctober/tcpdf-bundle/README.md +++ /dev/null @@ -1,128 +0,0 @@ -WhiteOctoberTCPDFBundle -======================= - -This bundle facilitates easy use of the TCPDF PDF generation library in -Symfony2 applications. - -Installation ------------- - -### Step 1: Setup Bundle and dependencies -``` -composer require whiteoctober/tcpdf-bundle -``` - -### Step 2: Enable the bundle in the kernel - -Add the bundle to the `registerBundles()` method in your kernel: - -In Symfony < 4: - -``` php -// app/AppKernel.php - ['all' => true], - // ... -]; -``` - -(This project is not yet configured with Symfony Flex, so this change to `config/bundles.php` won't be done automatically.) - -If you want to do service autowiring, you'll need to add an alias for the service: - -```yaml -# app/config/services.yml (Symfony 3) -# config/services.yaml (Symfony 4) -services: - # ... - - # the `white_october.tcpdf` service will be injected when a - # `WhiteOctober\TCPDFBundle\Controller\TCPDFController` type-hint is detected - WhiteOctober\TCPDFBundle\Controller\TCPDFController: '@white_october.tcpdf' -``` - -Using TCPDF ------------ - -You can obtain the `white_october.tcpdf` service from the container, -and then create a new TCPDF object via the service: - -``` php -$pdfObj = $container->get("white_october.tcpdf")->create(); -``` - -From hereon in, you are using a TCPDF object to work with as normal. - -Configuration --------------- - -### Configuration values - -You can pass parameters to TCPDF like this: - -```yaml -# app/config/config.yml (Symfony < 4) -# config/packages/white_october_tcpdf.yaml (Symfony 4) -white_october_tcpdf: - tcpdf: - k_title_magnification: 2 -``` - -You can see the default parameter values in -`WhiteOctober\TCPDFBundle\DependencyInjection\Configuration::addTCPDFConfig`. - -If you want, you can use TCPDF's own defaults instead: - -```yaml -white_october_tcpdf: - tcpdf: - k_tcpdf_external_config: false # the values set by this bundle will be ignored -``` - -### Using a custom class - -If you want to use your own custom TCPDF-based class, you can use -the `class` parameter in your configuration: - -```yaml -# app/config/config.yml (Symfony < 4) -# config/packages/white_october_tcpdf.yaml (Symfony 4) -white_october_tcpdf: - class: 'Acme\MyBundle\MyTCPDFClass' -``` - -The class must extend from the `TCPDF` class; an exception will be -thrown if this is not the case. - -License -------- - -This bundle is under the MIT license. See the complete license in the bundle: - - Resources/meta/LICENSE - -Contributing -------------- - -We welcome contributions to this project, including pull requests and issues (and discussions on existing issues). - -If you'd like to contribute code but aren't sure what, the [issues list](https://github.com/whiteoctober/WhiteOctoberTCPDFBundle/issues) is a good place to start. -If you're a first-time code contributor, you may find Github's guide to [forking projects](https://guides.github.com/activities/forking/) helpful. - -All contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our [code of conduct](https://github.com/whiteoctober/open-source-code-of-conduct/blob/master/code_of_conduct.md). diff --git a/trunk/src/AppBundle/Resources/assets/.DS_Store b/trunk/src/AppBundle/Resources/assets/.DS_Store deleted file mode 100644 index 18058820..00000000 Binary files a/trunk/src/AppBundle/Resources/assets/.DS_Store and /dev/null differ diff --git a/trunk/src/AppBundle/Resources/assets/bower_components/.DS_Store b/trunk/src/AppBundle/Resources/assets/bower_components/.DS_Store deleted file mode 100644 index f248ca45..00000000 Binary files a/trunk/src/AppBundle/Resources/assets/bower_components/.DS_Store and /dev/null differ diff --git a/trunk/src/AppBundle/Resources/assets/less/.DS_Store b/trunk/src/AppBundle/Resources/assets/less/.DS_Store deleted file mode 100644 index e961511b..00000000 Binary files a/trunk/src/AppBundle/Resources/assets/less/.DS_Store and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_glass_100_f8f8f8_1x400.png b/trunk/web/css/images/ui-bg_glass_100_f8f8f8_1x400.png deleted file mode 100644 index a531a9a1..00000000 Binary files a/trunk/web/css/images/ui-bg_glass_100_f8f8f8_1x400.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_glass_35_dddddd_1x400.png b/trunk/web/css/images/ui-bg_glass_35_dddddd_1x400.png deleted file mode 100644 index a70e0eb1..00000000 Binary files a/trunk/web/css/images/ui-bg_glass_35_dddddd_1x400.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_glass_40_ffc73d_1x400.png b/trunk/web/css/images/ui-bg_glass_40_ffc73d_1x400.png deleted file mode 100644 index f5280086..00000000 Binary files a/trunk/web/css/images/ui-bg_glass_40_ffc73d_1x400.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_glass_60_eeeeee_1x400.png b/trunk/web/css/images/ui-bg_glass_60_eeeeee_1x400.png deleted file mode 100644 index 223433fc..00000000 Binary files a/trunk/web/css/images/ui-bg_glass_60_eeeeee_1x400.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_highlight-hard_20_0972a5_1x100.png b/trunk/web/css/images/ui-bg_highlight-hard_20_0972a5_1x100.png deleted file mode 100644 index 342a7e2d..00000000 Binary files a/trunk/web/css/images/ui-bg_highlight-hard_20_0972a5_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_highlight-soft_33_003147_1x100.png b/trunk/web/css/images/ui-bg_highlight-soft_33_003147_1x100.png deleted file mode 100644 index 3b559813..00000000 Binary files a/trunk/web/css/images/ui-bg_highlight-soft_33_003147_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_highlight-soft_35_222222_1x100.png b/trunk/web/css/images/ui-bg_highlight-soft_35_222222_1x100.png deleted file mode 100644 index 68970d04..00000000 Binary files a/trunk/web/css/images/ui-bg_highlight-soft_35_222222_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_highlight-soft_44_444444_1x100.png b/trunk/web/css/images/ui-bg_highlight-soft_44_444444_1x100.png deleted file mode 100644 index 3f19c178..00000000 Binary files a/trunk/web/css/images/ui-bg_highlight-soft_44_444444_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png b/trunk/web/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png deleted file mode 100644 index 6a501884..00000000 Binary files a/trunk/web/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_inset-hard_75_999999_1x100.png b/trunk/web/css/images/ui-bg_inset-hard_75_999999_1x100.png deleted file mode 100644 index b99cf570..00000000 Binary files a/trunk/web/css/images/ui-bg_inset-hard_75_999999_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_inset-soft_50_c9c9c9_1x100.png b/trunk/web/css/images/ui-bg_inset-soft_50_c9c9c9_1x100.png deleted file mode 100644 index e7a6c136..00000000 Binary files a/trunk/web/css/images/ui-bg_inset-soft_50_c9c9c9_1x100.png and /dev/null differ diff --git a/trunk/web/css/images/ui-bg_loop_25_000000_21x21.png b/trunk/web/css/images/ui-bg_loop_25_000000_21x21.png deleted file mode 100644 index 3c227846..00000000 Binary files a/trunk/web/css/images/ui-bg_loop_25_000000_21x21.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_222222_256x240.png b/trunk/web/css/images/ui-icons_222222_256x240.png deleted file mode 100644 index f184400d..00000000 Binary files a/trunk/web/css/images/ui-icons_222222_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_3383bb_256x240.png b/trunk/web/css/images/ui-icons_3383bb_256x240.png deleted file mode 100644 index 45d36133..00000000 Binary files a/trunk/web/css/images/ui-icons_3383bb_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_454545_256x240.png b/trunk/web/css/images/ui-icons_454545_256x240.png deleted file mode 100644 index e6e41cd0..00000000 Binary files a/trunk/web/css/images/ui-icons_454545_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_4b8e0b_256x240.png b/trunk/web/css/images/ui-icons_4b8e0b_256x240.png deleted file mode 100644 index 4faad3e9..00000000 Binary files a/trunk/web/css/images/ui-icons_4b8e0b_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_70b2e1_256x240.png b/trunk/web/css/images/ui-icons_70b2e1_256x240.png deleted file mode 100644 index 0d823681..00000000 Binary files a/trunk/web/css/images/ui-icons_70b2e1_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_999999_256x240.png b/trunk/web/css/images/ui-icons_999999_256x240.png deleted file mode 100644 index 4ae5228b..00000000 Binary files a/trunk/web/css/images/ui-icons_999999_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_a83300_256x240.png b/trunk/web/css/images/ui-icons_a83300_256x240.png deleted file mode 100644 index 51581b3e..00000000 Binary files a/trunk/web/css/images/ui-icons_a83300_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_fbc856_256x240.png b/trunk/web/css/images/ui-icons_fbc856_256x240.png deleted file mode 100644 index f696b3d1..00000000 Binary files a/trunk/web/css/images/ui-icons_fbc856_256x240.png and /dev/null differ diff --git a/trunk/web/css/images/ui-icons_ffffff_256x240.png b/trunk/web/css/images/ui-icons_ffffff_256x240.png deleted file mode 100644 index 2cbe10f0..00000000 Binary files a/trunk/web/css/images/ui-icons_ffffff_256x240.png and /dev/null differ diff --git a/trunk/web/images/.DS_Store b/trunk/web/images/.DS_Store deleted file mode 100644 index bd8d402e..00000000 Binary files a/trunk/web/images/.DS_Store and /dev/null differ diff --git a/trunk/web/images/0507c98_logo-embed-m_1.png b/trunk/web/images/0507c98_logo-embed-m_1.png deleted file mode 100644 index c41431e5..00000000 Binary files a/trunk/web/images/0507c98_logo-embed-m_1.png and /dev/null differ diff --git a/trunk/web/images/119d363_rundv_1.png b/trunk/web/images/119d363_rundv_1.png deleted file mode 100644 index dcecc80d..00000000 Binary files a/trunk/web/images/119d363_rundv_1.png and /dev/null differ diff --git a/trunk/web/images/3bc8286.png b/trunk/web/images/3bc8286.png deleted file mode 100644 index 47b6ad4a..00000000 Binary files a/trunk/web/images/3bc8286.png and /dev/null differ diff --git a/trunk/web/images/3bc8286_ssl_1.png b/trunk/web/images/3bc8286_ssl_1.png deleted file mode 100644 index 47b6ad4a..00000000 Binary files a/trunk/web/images/3bc8286_ssl_1.png and /dev/null differ diff --git a/trunk/web/images/6bf998a_DB_1.png b/trunk/web/images/6bf998a_DB_1.png deleted file mode 100644 index d2d0e55d..00000000 Binary files a/trunk/web/images/6bf998a_DB_1.png and /dev/null differ diff --git a/trunk/web/images/7fb8f0c_siegel_sehr_gut_SternTours_1.jpg b/trunk/web/images/7fb8f0c_siegel_sehr_gut_SternTours_1.jpg deleted file mode 100644 index c17668a6..00000000 Binary files a/trunk/web/images/7fb8f0c_siegel_sehr_gut_SternTours_1.jpg and /dev/null differ diff --git a/trunk/web/images/84103a1_iata_1.png b/trunk/web/images/84103a1_iata_1.png deleted file mode 100644 index f840efd1..00000000 Binary files a/trunk/web/images/84103a1_iata_1.png and /dev/null differ diff --git a/trunk/web/images/cb9f615_logo-jugendreisen-spezialist_1.png b/trunk/web/images/cb9f615_logo-jugendreisen-spezialist_1.png deleted file mode 100644 index dc8b1585..00000000 Binary files a/trunk/web/images/cb9f615_logo-jugendreisen-spezialist_1.png and /dev/null differ diff --git a/trunk/web/images/da2f996_wlogo_1.png b/trunk/web/images/da2f996_wlogo_1.png deleted file mode 100644 index bb18b784..00000000 Binary files a/trunk/web/images/da2f996_wlogo_1.png and /dev/null differ diff --git a/trunk/web/images/f40f17f_fairliners_g_1.png b/trunk/web/images/f40f17f_fairliners_g_1.png deleted file mode 100644 index 876fc0f2..00000000 Binary files a/trunk/web/images/f40f17f_fairliners_g_1.png and /dev/null differ diff --git a/trunk/web/images/guetesiegel_R_V.png b/trunk/web/images/guetesiegel_R_V.png deleted file mode 100644 index 189e20a5..00000000 Binary files a/trunk/web/images/guetesiegel_R_V.png and /dev/null differ diff --git a/trunk/web/images/home.png b/trunk/web/images/home.png deleted file mode 100644 index e340b062..00000000 Binary files a/trunk/web/images/home.png and /dev/null differ diff --git a/trunk/web/images/icons/add.png b/trunk/web/images/icons/add.png deleted file mode 100644 index 6332fefe..00000000 Binary files a/trunk/web/images/icons/add.png and /dev/null differ diff --git a/trunk/web/images/icons/available-0.ai b/trunk/web/images/icons/available-0.ai deleted file mode 100644 index e4f731d5..00000000 --- a/trunk/web/images/icons/available-0.ai +++ /dev/null @@ -1,6981 +0,0 @@ -%PDF-1.5 %âãÏÓ -1 0 obj <>/OCGs[5 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - available-0 - - - 2018-07-26T16:50:06+02:00 - 2018-07-26T16:50:06+02:00 - 2018-07-26T16:50:06+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - - - - 256 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FUo17zd5Z8vx89Y1KCzNKiN2rKw8ViXk7fQuQlkjHmW/BpcmX6Ik/jveca5/wA5IeXLbkmj 6fcag42EspFvEfcf3jn6VGY8tWOgdxh7AyH65CP2sF1T/nIXz5d8hZi105P2TFF6jj5mYyKf+Byk 6mZdlj7CwR53L8eTFr78yvP19X19evAG+0sUphUg9qRcBlRyyPUudDs/BHlCP3/ektxq+q3Jrc3s 8xNd5JXfr16k9cgXIjigOQAQmLY7FUXbatqtqQba9ngIpQxyunTp9kjpiGuWKEuYBTqw/Mrz9Y09 DXrwheiyytMoptTjLzFMmMsh1Ljz7PwS5wj933Mp0v8A5yF8+WnEXgtdRT9oyxem5+RhMaj/AIHL RqZhwcnYWCXK4/jzZ1of/OSHly54prGn3GnudjLERcRD3P8AduPoU5dHVjqHW5uwMg+iQl9j0fQf N3lnzBHz0fUoLw0qY0akqjxaJuLr9K5kRyRlyLp8+lyYvriR+O9N8m0OxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxViXnP8ANDyn5UVo724+sagB8On29Hm3FRz3AQf6x+VcpyZ4x97n6Ts7 Ln+kVHvPJ4f5s/PfzjrXODT2GjWTVHC3NZyP8qYgEf7ALmHPUSl5PSabsXDj3l6z58vl+t5zNNLN K0sztJK55PI5LMxPUknc5Q7cAAUFmKXYq7FXYq7FXYq7FXYq7FXYqvhmlhlWWF2jlQ8kkQlWUjoQ RuMUEAii9G8qfnv5x0bhDqDDWbJaApcGk4H+TOASf9mGy+GolHzdRqexcOTePoPly+X6nuHkz80f KfmtVisrj6vqBHxafcUSbYVPDcrIP9U/OmZmPPGXveb1fZ2XBvIXHvHJluXOA7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FUJq2r6ZpFhLf6lcpa2cIrJNIaAeAHck9gNzkZSAFlsxYpZJcMRZeAef/wA/ NV1MyWHlnnp2nmqtena5kH+TT+6X5fF7jpmDl1JOw2D1Oh7EjD1ZfVLu6fteSO7u7O7FnYlmZjUk nckk5jO9AprFLsVT7y/5D83+YKNpOlz3EJ2FwQI4f+RshVPxyUYSlyDi59bixfXID73omj/842a/ OFfVtUt7IHcxwI1w49jX0lB+ROZEdLI83U5faDGPoiT79v1sx07/AJx08kW/Fru4vb1xTkGkSND9 CIG/4bLRpI9S6/J29mPIRCf2v5NflrbAcNFRyOrSyzSV2pvzcjLPy8O5xZdrak/x/cj1/LT8v1UK NAsqDYVhUn7zvh8GHc1HtDP/AD5fNzflp+X7KVOgWVDsaQqD943x8GHco7Qz/wA+XzQF1+TX5a3I PPRUQno0Us0dNqbcHAwfl4dzbHtbUj+P7kg1H/nHTyRccmtLi9snNeIWRJEH0Ohb/hsrOkj0LlY+ 3sw5iJYdrH/ONmvwBn0nVLe9A3Ec6NbufYU9VSfmRlUtLIcnYYvaDGfriR7t/wBTzvzB5E83eXyx 1bS57eJetwF9SH/kbHyT8cx5QlHmHbYNbiy/RIH7/kkORcp2Kto7o6ujFXUhlZTQgjcEEYoIt635 A/PzVdMMdh5m56jp4oq3o3uYx/lV/vV+fxe56Zk4tSRsdw6LXdiRn6sXpl3dP2Pf9J1fTNXsIr/T blLqzmFY5ozUHxB7gjuDuMzoyBFh5bLiljlwyFFF5JrdirsVdirsVdirsVdirsVdirsVY5538+aH 5P0z63qL855Ki0skI9WZh4eCivxMenzoMryZRAbuXo9FPPKo8up7ny950896/wCbtR+tanLSBCfq tlHUQxKf5R3bxY7n5ZrZ5DI2XtdJoseCNR59T1LHcg5bsVZ15K/J3zZ5nEdz6Y03S3oRe3IILqe8 UezP89l98tx4ZS9zrNX2riw7fVLuH6XuPlT8mPJOgBJWtf0nfKN7m8AkAbxSL+7X22JHjmbDTxHm 81qe1s2Xa+GPcP1s7ACgKooBsAOgGXusdirsVdirsVdirsVdirsVcQGBVhUHYg9CMVYJ5r/JjyTr 4eVbX9GXzDa5swIwW8Xi/u299gT45RPTxPk7PTdrZsW18Ue4/reHedfyd82eWBJc+mNS0tKk3tsC SijvLHuyfPdffMLJhlH3PS6TtXFm2+mXcf0MFyp2bsVZF5L896/5R1H61pktYHI+tWUlTDKo/mHZ vBhuPlk4ZDE2HE1eix541Ln0PUPqHyR580Pzhpn1vTn4Tx0F3ZOR6sLHx8VNPhYdfnUZsseUTGzx Ws0U8Eqly6HvZHljiOxV2KuxV2KuxV2KuxV2KsQ/Mb8xtL8maX6klLjVLgH6jY1oWI25vT7KL+PQ e1ObMIDzc/QaCWol3RHMvlnzB5g1XzBqs2qapMZ7uc7noqqPsoi/sqvYZrZSJNl7bBgjiiIxFAJd gbkfomhatrmox6dpVs91dy/ZjQdB3ZidlUdydsMYkmg1Zs0MceKRoPof8vvyN0XQRHf63w1PVh8S owrbQn/JU/bYfzN9AHXM7FpgNzuXk9d2zPL6YemH2l6hmU6V2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KvL/zB/I3RNeEt/oYTS9WNWaNRS2mP+Uq/YY/zL9IPXMXLpgdxsXdaHtmeL0z9UftD541vQtW 0PUZNO1W2e1u4vtRuOo7MpGzKexG2YMokGi9ZhzQyR4omwgMDamPl/zBqvl/VYdU0uYwXcB2PVWU /aR1/aVu4wxkQbDTnwRyxMZCwX1N+XH5j6X5y0vmnG31W3UfXrGu6np6kdd2jY/d0PvssOYTHm8T r9BLTy74nkfx1ZflzgOxV2KuxV2KuxV2Ksc8+ed9M8n6G+o3f7yd6pZWgNGmlp070UdWbt86DK8u QQFuXotHLPPhHLqe58m+YPMGq+YNVm1TVJjPdznc9FVR9lEX9lV7DNXKRJsvdYMEcURGIoBLsDcy HyT5H1rzfqwsdOThElGurxwfShTxYjqT+yvf5VOTx4zI0HE1mshghxS+A731L5M8j6D5S00WemRf vHobm8ehmmYd2bwHZRsM2WPEIDZ4nV6yeeVy+A6BkGWOK7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FWP+c/I+g+bdNNnqcX7xKm2vEoJoWPdW8D3U7HK8mITG7laTWTwSuPxHQvlrzt5H1ryhqxs dRTnE9WtbxAfSmTxUnoR+0vb5UOa3JjMTRe20eshnhxR+I7mPZBy0x8v+YNV8v6rDqmlzGC7gOx6 qyn7SOv7St3GGMiDYac+COWJjIWC+svIfnfTPOGhpqNp+7nSiXtoTVoZadO1VPVW7/OozaYsgmLe F1ujlgnwnl0PeyPLHEdirsVdirsVQmr6tYaRplzqV/KIbO1QyTSHsB2A7knYDucjKQAstmLFLJIR jzL5G89+dNR83a/Lqd1VIB+7srWtVihB2X/WPVj3PtmryTMjZe80Wkjgx8I59T3ljuQctkPkfyTq 3m/Wk06xHCJKPeXTD4IYq0LHxJ/ZXv8AKpyePGZGg4ms1kMEOKXwHe+sfLPlnSPLekQ6VpUPpW8W 7Md3kc/akkb9pm/sG2bOEBEUHhtRqJ5pmUjummTaHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYqlfmbyzpHmTSJtK1WH1beXdWGzxuPsyRt+yy/2HbITgJCi36fUTwzEond8neePJOreUNaf Tr4c4nq9ndKPgmirQMPAj9pe3yoc1mTGYmi9zo9ZDPDij8R3MeyDlsi8iedNR8o6/FqdrV4D+7vb WtFlhJ3X/WHVT2Ptk8czE2HE1ukjnx8J59D3F9c6Rq1hq+mW2pWEoms7pBJDIO4PYjsQdiOxzaRk CLDweXFLHIxlzCLyTW7FXYq7FXzr+fnn86nqv+GbCSun6c9b1lO0lyNuP+rF0/1q+AzX6nLZocg9 b2JoeCPiy+qXL3fteR5jO+R+haJqOuatbaVp0fq3d04SNew7lmPZVG5PhhjEk0GrNmjjgZS5B9b+ R/Jmm+UtBi0yzHOT7d5ckUaaYj4mPgOyjsM2mLGICng9Zq5Z58R+A7gyDLHFdirsVdirsVdirsVd irsVdirsVdirsVdirsVdirsVdirsVdirH/PHkzTfNugy6ZeDhJ9uzuQKtDMB8LDxHZh3GV5cYmKc rR6uWCfEPiO8PkjXdE1HQ9WudK1GP0ru1cpIvY9wynurDcHwzVyiQaL3mHNHJASjyKAwNr1z8g/P 50zVf8M38lNP1F62TMdo7k7cf9WXp/rU8TmTpstGjyLoe29Dxx8WP1R5+79j6KzYPJOxV2KsS/ND zmvlTyncXsbAahcf6Pp67H984Px0PZAC34d8pz5OGPm5/Z2k8fKI/wAI3PufI7u7uzuxZ2JZmY1J J3JJOax7sCmsUvpb8jfy+Gg6L+m7+OmramgZFbrDbHdV9mf7TfQOxzP02KhZ5l47tnXeLPgj9Eft L1DMp0rsVdiriQoLMaAbknoBir50/ML89dcvdSls/LFwbHS4GKLdoAZpyD9urA8E/lA38fAa/LqC Ttyet0PY0IxvKLkenQKfkP8APjzBp9/HbeZJjqOlysFedlHrw1/bBUDmo7g7+Hhgx6gg77hOt7Fx zjeMcMvsL6Ltbq2u7aK5tpVmt5lDxSoQysrCoZSOoObAG3k5RMTR2IVMLF2KuxV2KuxV2KuxV2Ku xVJPOHm/SPKujSanqUlAKrb24P7yaSmyIP1nsN8ryZBEWXJ0ulnnnwx/sfN2s/nT+YGo6g91DqLW ENf3NpbhQiLXYEkEufEt/ZmvlnkTzevxdkYIRox4j3l6x+UP5vSeZpP0JrfFdaVS9vcIAi3CoKsC o2EgG+2xHhTMrBn4tjzdF2p2X4Prh9H3fseqZlOkdirsVeX/AJ5fl8Ne0Q65YRV1bS0LSKo3mth8 TL7sn2l+kdxmLqcVixzDuuxtd4U+CX0y+wvmnMB7FtHdHV0Yq6kMrKaEEbggjFBFvrj8rvOa+a/K dveysDqFv/o+oLsP3yAfHQdpFIb8O2bPBk4o+bwnaOk8DKYj6TuPcy3LnAdir5i/PfzX+mfOLafC /Ky0YG3QA7Gc0M7fQQE/2Oa3UT4pe57PsXTeHh4jznv8On63m2UO4Z1+TvkoeZ/Nkf1mPnpemgXN 6CKq5B/dxH/XYb/5IOW4cfFLydZ2rq/BxbfVLYfrfVmbR4d2KuxV2KoDzDY3F/oGpWNs3C4u7WeC FztR5I2VT9BORmLiQ24JiOSMjyBBfFlzbz21xLb3EbRTwu0csTijK6mjKQe4Oah9EjIEWORU8WT1 T8m/zXby/cpoWtSk6HO37idyT9Vdv+ZbH7Q7HfxzIwZuHY8nR9rdmeKOOA9Y+39r6RVlZQykMrCo I3BBzYvIN4q7FXYq7FXYq7FXYqknm/zfo/lXR5NT1OSij4YIFp6k0lNkQfrPbIZMgiLLk6XSzzz4 Y/2PlLzn5z1jzbrD6jqL0UVW1tVJ9OGOv2V/ie+ayczI2XuNJpIYIcMfie9Icg5TOvyW0bUdR/MD Tp7VG9DT2Nxdzb8UQKQAT4uTxA/ty3BEmQdZ2vljDBIHnLYPqzNo8O7FXYq7FXyn+cXkoeWPNkn1 aPhpepA3NkAKKhJ/eRD/AFGO3+SRmrzY+GXk9x2Vq/Gxb/VHY/rYLlTs3pP5Eea/0N5xXT5n42Ws gW7gnYTipgb6SSn+yy/Tz4Ze90/bWm8TDxDnDf4df1vp3Nk8YlHm7Xo/L/lnUtYelbOBnjB6NKfh iU/6zsoyGSXDElv0uDxckYd5/tfGc00s0rzSsXlkYvI7blmY1JJ9zmpfQwABQWYpfVf5MeVBoHkm 1aVAt9qdLy5P7QEg/dIf9WOm3Yk5stPCo+94ftbU+LmNfTHYfpZ3l7rHYq7FXYq7FXlH5zflSNet 5Nf0WL/c1Albm3QU+sxqOwHWVR0/mG3hmLqMN7jm7zsntPwj4cz6D9n7HzgQQSCKEbEHMB692Kva vyT/ADY+qtD5W16b/RmIj0u8c19NjsIHJ/YP7B7dOlKZWnz16Tyec7X7Mu8uMb9R+n9b3zM95d2K uxV2KuxV2KpJ5v8AN+j+VdHk1PU5KKPhggWnqTSU2RB+s9shkyCIsuTpdLPPPhj/AGPlLzn5z1jz brD6jqL0UVW1tVJ9OGOv2V/ie+ayczI2XuNJpIYIcMfie9Icg5Sd+UfKOseatYj0zTI6ufinnavp wx13dz4fryUIGRoONqtVDBDil/a+r/Jvk/SfKmixaZp6Vp8VzckAPNLTd3/gOw2zZ48YgKDw2r1U 88+KX9ieZY4zsVdirsVYJ+c/lQa/5JumiQNfaZW8tj+0RGP3qD/Wjrt3IGUaiFx9zs+ydT4WYX9M tj+h8qZrXuF8M0sMqTRMUljYPG67FWU1BB9jiggEUX2Z5R16PzB5Z03WEpW8gV5AOiyj4ZVH+q6s M22OXFEF881WDwskodx/secf85Ia59W8uafo6NR9QuDLKB3itx0PzeRT9GY+rlsA7jsDDeSU/wCa PvfO+YL1ifeRPL58webtL0kryiuJ1NwP+KY/3kv/AAinJQjxSAcXW5/CxSn3D7ej7IACgKooBsAO gGbd8+dirsVdirsVdirsVeI/nZ+U/rCfzVoMP74Vk1WzQEl/GeMDuOrj6fGuFqMP8Qek7I7TqsWQ 7fwn9H6ng+Yb07sVfQX5K/mx+kI4fLGuzf6fGAmm3jkD1lUUETk9ZB+yf2vn1zdPn/hLyva/ZnBe WA9PUd3n7nsmZjzzsVdirsVSTzf5v0fyro8mp6nJRR8MEC09SaSmyIP1ntkMmQRFlydLpZ558Mf7 Hyl5z856x5t1h9R1F6KKra2qk+nDHX7K/wAT3zWTmZGy9xpNJDBDhj8T3pDkHKTvyj5R1jzVrEem aZHVz8U87V9OGOu7ufD9eShAyNBxtVqoYIcUv7X1Z5L8l6P5S0dNO05KuaNdXTAepNJT7Te38q9s 2ePGICg8Pq9XPPPil8B3J/ljiuxV2KuxV2KuIDAqwqDsQehGKvjfz35fPl/zdqmkheMVvOxtx/xT J+8i/wCEYZqJx4ZEPoOiz+LijPvH29UhyLlPoj/nG/XPrPlzUNHdqvp9wJYge0VwOg+TxsfpzO0k tiHk+38NZIz/AJw+5gv/ADkLqn1vz4LMN8GnWsURXweSsxP0rIuU6k3N2XYWPhwX/OP7HmOY7uns X/ONmjifX9U1Z1qLK3SCMns9w1aj3CxEfTmVpY3K3n/aDLWOMO838v7X0Jme8o7FXYq7FXYq7FXY q7FXz1+dH5TfoqSXzJoMH+4yQ8r+zjG1ux/3YgH+62PUfsn26a/Ph4dxyer7I7T4/wB3kPq6Hv8A 2/e8ezGegXRyPG6yRsUkQhkdTQgjcEEYoIt9Lfk9+asfmW0XRtXlC69br8EjED60i/tL0+NR9ofS O9NhgzcWx5vHdq9m+CeOH0H7P2PTsyXTOxVJPN/m/R/KujyanqclFHwwQLT1JpKbIg/We2QyZBEW XJ0ulnnnwx/sfKXnPznrHm3WH1HUXooqtraqT6cMdfsr/E981k5mRsvcaTSQwQ4Y/E96Q5Byk78o +UdY81axHpmmR1c/FPO1fThjru7nw/XkoQMjQcbVaqGCHFL+19WeS/Jej+UtHTTtOSrmjXV0wHqT SU+03t/KvbNnjxiAoPD6vVzzz4pfAdyf5Y4rsVdirsVdirsVdir57/5yT0cQa/perItBe27wSEd3 t2rU+5WUD6MwNVGpW9X7P5bxyh3G/n/Y8dzFegenf849ap9U8+GzLfBqNrLEF8XjpMD9CxtmRpjU 3S9u4+LBf80/sYt+ZV/9e8/a9PXkBeSxKetVhb0lpTtRMqym5H3ud2fDhwQH9H792NZBzH0n/wA4 6aeLfyRcXZHx3t7IwbxSNEQD/gg2Z+kHpJeP7eyXmA7ovU8ynSOxV2KuxV2KuxV2KuxVbLFFLE8U qLJFIpWSNgGVlYUIIOxBGJCQSDYfM35wflXJ5XvG1bS0L6BdP9nqbaRif3Z/yD+w30HsTrc+HhNj k9j2V2kMw4JfWPteaZQ7lWs7y7sruK7tJWguoGEkM0Z4srLuCCMQWM4CQIIsF9S/lX+Zlr5w0z0b krDrtoo+t242Dr09aMfyk9R+yfozZYM3EKPN4ntLs86eVj6Dy/UyDzf5v0fyro8mp6nJRR8MEC09 SaSmyIP1ntlmTIIiy4ul0s88+GP9j5S85+c9Y826w+o6i9FFVtbVSfThjr9lf4nvmsnMyNl7jSaS GCHDH4nvSHIOUm/lbytrHmfWItL0uLnM+8khqI4owfikkbso/sG+ShAyNBx9TqYYYcUn1b5G8j6T 5Q0ZdPsR6kz0e8u2FHmkpSp8FH7K9vnUnZ4sQgKeH1msnnnxS+A7mRZY4jsVdirsVdirsVdirsVe Wf8AOReni48kW92B8dlexsW8EkR0I/4IrmLqx6QXd9g5KzEd8XzZmA9gyX8tb76j5+0GevEG8iiZ ugCzH0jX6HyeI1Ie9w+0IcWCY/o/dukurXJutVvbkmpnnlkJrX7bluvfrkLcjFHhgB3BCYtj6y/J q1Ft+WuipShdJZSdt/UndxWnsc2Wn+gPC9rSvUz/AB0Zpl7rnYq7FXYq7FXYq7FXYq7FVC+sbS/s 5rK8iWe1uEMc0LiqsrChBwEAiiyhMxIINEPlj80vy1u/J2q84A02h3bH6lcncqepikNPtDt/MPpp rM2IwPk9t2b2gNRHf6xz/WwfKnZo3RtZ1HRtTt9T06YwXls4eKQfirDurDYjuMIJBsNebFHJExkL BTDzh5z1vzZqp1HVJBUDjb28dRFEn8qKSevcnc4ZzMjZadJpIYI8Mf7UiyLlJv5W8rax5n1iLS9L i5zPvJIaiOKMH4pJG7KP7BvkoQMjQcfU6mGGHFJ9W+RvI2j+UNHWwsF5zvRry8YASTSAdT4KP2V7 fOpOzxYhAPD6zWTzz4pcug7mRZY4jsVdirsVdirsVdirsVdirC/zltRc/lrrSUqUSKUHbb050c0r 7DKNR9Bdj2TKtTD8dHybmte6RekXBttVsrkbGGeKQb0+w4PXt0xtryxuBHeEJi2OxV9g/lmip+X+ gBRQGyhNPdlqfxObTD9AeA7QP7+f9Ysly1w3Yq7FXYq7FXYq7FXYq7FXYqgdc0TTdc0u40vUoRPZ 3K8ZEOx23DKezKdwcjKIkKLbhzSxyEomiHyd+YPkTUPJ2uNYXB9a0mBksbsCgkjrTfwdejD+BzV5 MZgaL3Oh1sdRDiHPqGMZBzXYqm3lbyxq3mbWYdJ0yPnPLu7tskcY+1I57Kv9g3yUImRoNGp1MMMD OXJ9XeRvI2j+UNHWwsF5zvRry8YASTSAdT4KP2V7fOpOzxYhAPDazWTzz4pcug7mRZY4jsVdirsV dirsVdirsVdirsVY1+ZiK/5f6+GFQLKY091Wo/EZVm+guZ2ef38P6wfH2at792KuxV2KvsH8tGVv y/0Aqaj6lCKjxC0P45tMP0B4DtAfv5/1iyXLXDdirsVdirsVdirsVdirsVdirHfPPnnR/KGjtf37 c53qtnZqQJJpAOg8FH7TdvnQGvLlEA5ej0c88+GPLqe58o+afNGreZtZm1bU5Oc8uyIuyRxj7MaD sq/2nfNZORkbL3Om00MMBCPJKci3uxVk/wCX3nvUPJ2uLf249W0lpHf2laCWOvbwZeqn+BOTx5DA 2HC12ijqIcJ59C+sdD1vTdc0u31TTZhPZ3K8o3Gx22KsOzKdiM2kZCQsPDZsMscjGQohHZJqdirs VdirsVdirsVdirsVdirGvzMdU/L/AF8saA2Uwr7stB+JyrN9Bczs8fv4f1g+Ps1b37sVRWrWxttU vLYihgnkjIpTdHK9PoxprxS4og94QuLY+svyauhc/lror1qUSWIjbb053QVp7DNlp/oDwva0a1M/ x0Zpl7rnYq7FXYq7FXYq7FXYq7FWO+efPOj+UNHa/v25zvVbOzUgSTSAdB4KP2m7fOgNeXKIBy9H o5558MeXU9z5S80+adY8z6xLqmqS85n2jjFRHFGD8Mca9lH9p3zWTmZGy9xptNDDDhilGRchPfJ/ kzW/NmqjTtLjFQOVxcSVEUSfzOwB69gNzkoQMjQcXV6uGCPFL+1L9Z0bUdG1O40zUYTBeWzlJYz+ DKe6sNwe4wEEGi3YcsckRKJsFBYGxnH5W/mVeeTtU4TFptDu2H122G5U9PWjH847/wAw28KW4spg fJ1naXZ41EdvrHL9T6nsb60v7OG9s5VntbhBJDMhqrKwqCM2YIIsPEzgYkgiiFfCxdirsVdirsVd irsVdirsVYX+ct0Lb8tdaetC6RRAbb+pOiGlfY5RqPoLseyY3qYfjo+Tc1r3SL0i3NzqtlbDczTx Rjav23A6d+uNNeWVQJ7gnX5lWH1Hz9r0FOIN5LKo6UWZvVWlO1HyeUVI+9x+z58WCB/o/dsxrIOY +k/+cdNQFx5IuLQn47K9kUL4JIiOD/wRbM/SH0kPH9vY6zA98XqeZTpHYq7FXYq7FXYq7FXYqx3z z530nyhozahfH1JXqlnaKaPNJSvEeCj9pu3zoMry5BAW5ej0c88+GPxPc+UvNPmnWPM+sS6pqkvO Z9o4xURxRg/DHGvZR/ad81k5mRsvcabTQww4YpRkXIT7yZ5M1jzbrCadpyUUUa6umB9OGOv2m/gO +ThAyNBxdXq4YIcUvgO99W+UPKGj+VdHj0zTI6KPinnanqTSU3dz+ods2ePGIig8PqtVPPPil/Yx /wDNT8s7XzhpnrWwWHXbRT9UuDsHXr6Mh/lJ6H9k/TlefDxCxzcrs3tA6eVH6Dz/AFvlq8s7uyu5 bS7iaC6gYxzQyDiysuxBBzWkPbQmJAEGwVHFk9L/ACf/ADUk8r3i6Tqjl9Aun+11NtIxH7wf5B/b X6R3BvwZuE0eTpu1ezRmHHH6x9r6ZililiSWJ1kikUNHIpDKysKggjYgjNkC8cQQaK7FDsVdirsV dirsVdirsVeWf85F6gLfyRb2gPx3t7GpXxSNHcn/AIILmLqz6QHd9g47zE90XzZmA9gyX8tbH695 +0GCnIC8ilZeoKwn1TX6EyeIXIe9w+0J8OCZ/o/fsyn/AJyF0v6p58F4F+DUbWKUt4vHWEj6FjXL dSKm4PYWTiwV/NP7XmOY7unsX/ONmsCDX9U0l2oL23SeMHu9u1KD3Kyk/RmVpZVKnn/aDFeOM+41 8/7H0Jme8o7FXYq7FXYq7FXYqkHnTzpo/lLR31HUXq5qtraqR6k0lPsr7fzN2yvJkEBZcrSaSeef DH4nufKfm7zdrHmrWJNT1OSrn4YIFr6cMddkQeH681k5mRsvcaXSwwQ4Y/2pJkXJT7yZ5M1jzbrC adpyUUUa6umB9OGOv2m/gO+ThAyNBxdXq4YIcUvgO99W+UPKGj+VdHj0zTI6KPinnanqTSU3dz+o ds2ePGIig8PqtVPPPil/YneTcZ2KvMfzh/KqPzLaNrOkRBdet1+ONQB9aRf2W6fGo+yfoPamNnw8 W45u57K7S8E8E/oP2fsfNMkbxu0cilJEJV0YUII2IIOa97EG1uKXsP5L/mz+ipIvLevT/wC4yQ8b C8kO1ux/3W5P+62PQ/sn26ZODNw7Hk8/2v2Zx/vMY9XUd/7fvfQubB5R2KuxV2KuxV2KuxV2Kvnv /nJPWBPr+l6SjVFlbvPIB2e4alD7hYgfpzA1UrlT1fs/irHKfea+X9rx3MV6B6d/zj1pf1vz4bwr 8GnWssobweSkIH0rI2ZGmFzdL27k4cFfzj+1nX/OSGh/WfLmn6wi1fT7gxSkdorgdT8njUfTl2rj sC63sDNWSUP5w+5875gvWJ95D8wf4f8AN+l6sxpDbzgXBH++ZAY5f+EY5KEuGQLi63B4uKUO8fa+ yAQQCDUHoc27587FXYq7FXYq7FUg86edNH8paO+o6i9XNVtbVSPUmkp9lfb+Zu2V5MggLLlaTSTz z4Y/E9z5T83ebtY81axJqepyVc/DBAtfThjrsiDw/XmsnMyNl7jS6WGCHDH+1JMi5KfeTPJmsebd YTTtOSiijXV0wPpwx1+038B3ycIGRoOLq9XDBDil8B3vq3yh5Q0fyro8emaZHRR8U87U9SaSm7uf 1Dtmzx4xEUHh9Vqp558Uv7E7ybjOxV2KuxV43+dX5T/pBJvM+hQ/6egL6lZoP75VFTKgH+7B+0P2 vn1w9Rg/iD0PZHafBWKZ9PQ93l7nz7mE9U7FXvH5J/mx6wg8q69N++FI9KvHJJfwgkJ7joh+jwrm afN/CXmO1+zKvLjG38Q/T+t7dma827FXYq7FXYq7FXEhQWY0A3JPQDFXxv578wHzB5u1TVg3KK4n YW5/4pj/AHcX/CKM1E5cUiX0HRYPCxRh3D7eqQ5Fyn0R/wA436H9W8uahrDrR9QuBFET3itx1Hze Rh9GZ2kjsS8n2/mvJGH80fe9H83aDH5g8s6lo70reQMkZPRZR8UTH/VdVOZGSPFEh0+lz+FkjPuP 9r4zmhlhleGVSksbFJEbYqymhBHsc1L6GCCLCzFL6r/JjzWNf8k2qyuGvtMpZ3I/aIjH7pz/AK0d N+5BzZaedx9zw/a2m8LMa+mW4/SzvL3WOxV2KuxVI/OPm/SfKmiy6nqLjYFba3Bo80tKrGnX6T2G +V5MgiLLk6TSzzz4Y/2PlDzd5u1jzVrEmp6nJVz8MEC19OGOuyIPD9eayczI2XudLpYYIcMf7Uky Lkp95M8max5t1hNO05KKKNdXTA+nDHX7TfwHfJwgZGg4ur1cMEOKXwHe+rfKHlDR/Kujx6ZpkdFH xTztT1JpKbu5/UO2bPHjERQeH1WqnnnxS/sTvJuM7FXYq7FXYq7FXgf51/lP9VefzToMP+jOTJql mgJ9NiatOgH7B/bH7PXp0wNRgr1Dk9R2R2nxViyHfof0fqeK5ivRuBIIINCNwRir6P8AyZ/NYa9b poGtTD9NQLS1uHNPrMajoSTvKo6/zDfxzP0+a9jzeQ7W7M8I+JAeg8/L9j1fMp0bsVdirsVdirBP zn81jQPJN0sThb7U62dsP2gJB+9cf6sdd+xIyjUTqPvdn2TpvFzC/pjuf0PlTNa9wvhhlmlSGJS8 sjBI0XcszGgAHucUEgCy+zPKOgx+X/LOm6OlK2cCpIR0aU/FKw/1nZjm2xx4YgPnmqz+LklPvP8A Ym+TaHzF+e/lT9DecW1CFONlrINwhA2E4oJ1+kkP/ss1uohwy972fYup8TDwnnDb4dP1PNsodwzv 8nPOo8sebYxcycNL1KltekmioSf3cp/1GO5/lJy3Bk4ZeTrO1dJ42Lb6o7j9T6rzaPDuxV2KuxV8 tfnrq1/e/mFe2tyxFvp6xQ2kR6KjRLIzfN2etfl4ZrNQSZl7XsbFGOnBHOXP5vPspdsn3kzyZrHm 3WE07Tkooo11dMD6cMdftN/Ad8nCBkaDi6vVwwQ4pfAd76t8oeUNH8q6PHpmmR0UfFPO1PUmkpu7 n9Q7Zs8eMRFB4fVaqeefFL+xO8m4zsVdirsVdirsVdirTKrKVYBlYUIO4IOKvm385Pypby9cvrmj RE6HO37+FR/vLIx6f8Y2J+E9unhXXZ8PDuOT2HZPafijgmfWPt/a8szHd2qW1xPbXEVxbyNFPC6y RSoaMrqaqwI7g4sZRBFHkX2l5evrjUNA0y/uV4XN3aQTzINuLyRq7CnsTm3gbiC+d54COSURyBIT DJNTsVdirsVfKf5xedR5n82SfVpOel6aDbWRBqrkH95KP9dht/kgZq82Til5PcdlaTwcW/1S3P6m C5U7N6R+RHlM615yTUJk5WOjAXDkjYzmogX5hgX/ANjl+nhxS9zp+2tT4eHhH1T2+HX9XxfT2bJ4 x2KsS/NHyYvmvyncWUSg6hb/AOkae2w/fID8FT2kUlfx7ZTnx8UfNz+ztX4GUSP0nY+58jujo7I6 lXUlWVhQgjYgg5rHuwbaxS+l/wAjvzBXXtEGiX8ldX0xAqM3Wa2GyN7sn2W+g9zmfpstijzDx3bG h8KfHH6JfYXp+ZTpXYq7FXmP5v8A5TP5qVNW0gqmtwJ6bROQqXEa1IUt0V1r8JO3Y+2NnwcW45u5 7L7T8D0T+g/Y8h0f8lfzA1DUUtZtOawh5Umu7gqI0Wu5FCS/sF/tzEjgkTVO/wAva+nhGxLiPcH0 j5P8oaR5V0aPTNNjoBRri4I/eTSU3dz+odhtmwx4xEUHkNVqp558Uv7E7yxxnYq7FXYq7FXYq7FX Yq7FVO6tba7tpba5iWa3mUpLE4DKysKFWB6g4CLZRkYmxsQ+dPPn5D+YNPv5Lny3CdR0uViyQKw9 eGv7BDEc1HYjfx8c1+TTkHbcPWaLtrHONZDwy+wqn5e/kVrl7qUV55ntzY6XAwdrRyDNOQfsUUng n8xO/h4g4tOSd+SNd2zCMaxG5Hr0D6KVVVQqgKqigA2AAzYPJN4q7FXYq8v/ADy/MEaDov6EsJKa tqaFXZesNsdmb2Z/sr9J7DMXU5aFDmXddjaHxZ8cvoj9pfNOYD2LaI7uqIpZ2IVVUVJJ2AAGKCaf XH5XeTF8qeU7eylUDULj/SNQbY/vnA+Co7RqAv4982eDHwx83hO0dX4+UyH0jYe5luXOA7FXYq+d fz88gHTNV/xNYR00/UXpeqo2juTvy/1Zev8ArV8Rmv1OKjY5F63sTXccfCl9UeXu/Y8jzGd8j9B1 zUdC1a21XTpfSu7V+cbdiOjKw7qw2I8MMZEGw1ZsMcsDCXIvrfyP5z03zboMWp2Z4SfYvLYmrQzA fEp8R3U9xm0xZBMW8HrNJLBPhPwPeGQZY4rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVY/54856b5S0GXU7w85PsWdsDRppiPhUeA7sewyvLkEBblaPSSzz4R8T3B8ka7reo65q1zq uoyerd3Tl5G7DsFUdlUbAeGauUiTZe8w4Y44CMeQQGBteufkJ5AOp6r/AImv466fpz0skYbS3I35 D2i6/wCtTwOZOmxWbPIOh7b13BHwo/VLn7v2vorNg8k7FXYq7FUJq+k2Gr6Zc6bfxCazukMc0Z7g 9wexB3B7HIyiCKLZiyyxyEo8w+RvPfkvUfKOvy6ZdVeA/vLK6pRZYSdm/wBYdGHY+2avJAxNF7zR auOfHxDn1HcWO5By2Q+R/O2reUNaTUbE84nol5asfgmirUqfAj9lu3yqMnjyGJsOJrNHDPDhl8D3 PrHyz5m0jzJpEOq6VN6tvLsynZ43H2o5F/ZZf7RtmzhMSFh4bUaeeGZjIbppk2h2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxV2KuxV2KpX5m8zaR5b0ibVdVm9K3i2VRu8jn7Mca/tM39p2yE5iIst+ n0880xGI3fJ/nnztqvm/Wn1G+PCJKpZ2q/YhirUKPFj+03c+1BmsyZDI2XudHo44IcMfie9juQct kXkTyXqPm7X4tMtapAP3l7dUqsUIO7f6x6KO59snjgZGg4mt1ccGPiPPoO8vrjR9JsNI0y20zT4h DZ2iCOGMeA6k+JJ3J7nNpGIiKDweXLLJIylzKMyTW7FXYq7FXYqxzz55H0zzhob6dd/urhKvZXYF Whl8fdW6Mvce9DleXGJinL0Wslp58Q5dR3vk3zB5f1Xy/qs2l6pCYLuA7jqrKfsujftK3Y5q5RIN F7rBnjliJRNgpdgbmQ+SfPGteUNWF9pz84not1ZuT6UyeDAdCP2W7fKoyePIYmw4ms0cM8OGXwPc +pfJnnjQfNumi80yX94lBc2b0E0LHsy+B7MNjmyx5RMbPE6vRzwSqXwPQsgyxxXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYqx/zn540HylppvNTl/ePUW1mlDNMw7KvgO7HYZXkyiA3crSaOeeVR +J6B8t+dvPOteb9VN9qL8Ik+G1s0J9KFPBQerH9pup+VBmtyZDI2XttHo4YI8Mfie9juQctMfL/l /Vdf1aDS9LhM13Odh0VVH2nc/sqvc4YxJNBpz544oGUjQD6x8heR9N8n6GmnWn7y4ej3t2RRppfH 2VeijsPepzaYsYgKeG1uslqJ8R5dB3Mkyxw3Yq7FXYq7FXYq7FWIfmP+XGl+ctL4Pxt9Vt1P1G+p up6+nJTdo2P3dR705sImPNz9Br5aeXfE8x+Or5Z8weX9V8v6rNpeqQmC7gO46qyn7Lo37St2Oa2U SDRe2wZ45YiUTYKXYG5H6Hr2raFqMWo6Vcva3cX2ZE6Ed1ZTsynuDthjIg2GrNhhljwzFh9Efl9+ eOia8sdhrZTTNXPwq7GltMf8lz9hj/K30E9MzsWpB2OxeT13Y88Xqh6ofaHp+ZTpXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq8v/ADB/PHRNBEthohTU9XHwl1NbaE/5Tj7bD+VfpI6Zi5dSBsNy7rQ9 jTy+qfph9pfPGt67q2uajLqOq3L3V3Kfikc7AdlVRsqjsBtmDKRJsvWYcMMceGIoIDA2pj5f8v6t r+qw6XpcBnu5jsOiqo6u7fsqvc4YxJNBpz54YomUjQD6m/Lj8uNL8m6XwTjcarcKPr19Tdj19OOu 6xqfv6n22WHCIDzeJ1+vlqJd0RyH46svy5wHYq7FXYq7FXYq7FXYq7FWOeePIeh+cNM+qainC4iq bS9QfvYWPh/Mp/aU7H50OV5MQmN3L0etnp5XHl1He+XvOnkTX/KOo/VdTirA5P1W9jqYZVH8p7N4 qdx8s1s8ZiaL2uk1uPPG48+o6hjuQct2Ks78lfnH5t8sCO2Mn6S0tKAWVySSijtFJuyew3X2y3Hn lH3Os1fZWLNv9Mu8fpe4eVPzn8k6+Eia6/Rl8w3trwiMFvBJf7tvbcE+GZsNRE+TzWp7JzYt64o9 4/UzsEEAg1B6HL3WOxV2KuxV2KuxV2KuxV2KuJCgsxoBuSegGKsE81/nP5J0APEt1+k75RtbWZEg DeDy/wB2vvuSPDKJ6iI83Z6bsnNl3rhj3n9Tw7zr+cXmzzOJLb1BpulvUGytiQXU9pZNmf5bL7Zh ZM0pe56XSdlYsO/1S7z+hguVOzdirIvJfkTX/N2o/VdMipAhH1q9kqIYlP8AMe7eCjc/LJwxmRoO Jq9bjwRuXPoOpfUHkfyFofk/TfqmnJzuJKG7vXH72Zh4/wAqjso2Hzqc2WPEIDZ4vWa2eolcuXQd zJMscN2KuxV2KuxV2KuxV2KuxV2KuxVCatpGmavYS6fqdsl1ZzCkkMgqD7juCOxG4yMogii2Ysss cuKJoh4B5/8AyE1XTDJf+Weeo6eKs9kd7mIeC0/vR8vi9j1zBy6Yjcbh6nQ9txn6cvpl39P2PJHR 0dkdSrqSrKwoQRsQQcxneg21il2Kp95f8+eb/L9F0nVJ7eEbi3JEkP8AyKkDJ+GSjOUeRcXPosWX 64g/e9E0f/nJPX4AqatpdvegbGSB2t3Pua+qpPyAzIjqpDm6nL7P4z9EiPfv+pmOnf8AORfki44r d297ZOaci0aSIPpRy3/C5aNXHqHX5Owcw5GJT+1/OX8tbkDhrSIT1WWKaOm1d+aAZZ+Yh3uLLsnU j+D7kev5l/l+yhhr9lQ7isyg/cd8PjQ72o9n5/5kvk5vzL/L9VLHX7Kg3NJlJ+4b4+NDvUdn5/5k vkgLr85fy1tgeetI5HQRRTyV2rSqIRkfzEO9tj2TqT/B9yQah/zkX5ItwRaW97ev+yVjSND8y7hv +FyB1cegcrH2DmPMxDDtY/5yT1+cMmk6Xb2QOwkndrhx7inpKD8wcqlqpHk7DF7P4x9cifdt+t53 5g8+eb/MFV1bVJ7iE7m3BEcP/IqMKn4ZjynKXMu2waLFi+iIH3pDkXKdiraI7uqIpZ2IVVUVJJ2A AGKCaet+QPyE1XUzHf8Ambnp2nmjJZDa5lHg1f7ofP4vYdcycWmJ3OwdFru24w9OL1S7+n7Xv2k6 PpmkWEWn6ZbJaWcIpHDGKD5k9ST3J3OZ0YiIoPLZcsskuKRsozJNbsVdirsVdirsVdirsVdirsVd irsVdirsVYl5z/K7yn5rVpb23+r6gR8OoW9Em2FBz2KyD/WHyplOTBGXvc/Sdo5cG0Tce48nh3mz 8iPOWil5tPQazYrUh7cUnA/yoCSxP+oWzDnp5R83pNN21hybS9EvPl8/1086mhlhlaKZGjlQ8Xjc FWUjqCDuModuCCLCzFLsVdirsVdirsVdirsVdirsVXwwyzSrFCjSSueKRoCzMT0AA3OKCQBZei+U /wAiPOOtFJtQQaNYtQl7kVnI/wAmAEMP9mVy+GnlLydRqu2sOPaPrl5cvn+q3uPkz8rvKflRVlsr f6xqAHxahcUebcUPDYLGP9UfOuZmPBGPveb1faOXPtI1HuHJluXOA7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FUo17yj5Z8wR8NY02C8NKCR1pKo8FlXi6/Q2QljjLmG/BqsmL6JEfjueca 5/zjf5cueT6PqFxp7ncRSgXEQ9h/duPpY5jy0g6F3GHt/IPriJfYwXVP+cevPlpyNmbXUU/ZEUvp ufmJhGo/4LKTpph2WPt3BLncfx5MWvvy18/WNfX0G8IX7TRRGZQB3rFzGVHFIdC50O0MEuU4/d96 S3GkarbGlzZTwkV2kidOnXqB0yBciOWB5EFCYtjsVRdvpGq3JpbWU8xNNo4nfr06A9cQ1yywHMgJ 1Y/lr5+vqehoN4A32WliMKkHvWXgMmMUj0Ljz7QwR5zj9/3Mp0v/AJx68+XfE3htdOT9oSy+o4+Q hEin/gstGmmXBydu4I8rl+PNnWh/843+XLbi+sahcag43MUQFvEfY/3jn6GGXR0g6l1ubt/IfoiI /a9H0Dyh5Z8vx8NH02GzJFGkRaysPBpW5O30nMiOOMeQdRn1WTL9ciU3ybjuxV2KuxV2KuxV2Kux V2KuxV//2Q== - - - - uuid:853c81be-14d7-e342-94ef-caa6b68e812c - xmp.did:3b88401f-8520-4c7c-a195-ef470bb571a5 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - xmp.iid:49a36f50-85cd-4d9c-8e40-248846c3f4f8 - xmp.did:49a36f50-85cd-4d9c-8e40-248846c3f4f8 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - - - - saved - xmp.iid:16a9f1d4-6556-4d68-a81e-195f13de58fc - 2018-07-26T16:48:17+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - saved - xmp.iid:3b88401f-8520-4c7c-a195-ef470bb571a5 - 2018-07-26T16:50:04+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - - Document - Print - False - False - 1 - - 20.000000 - 20.000000 - Points - - - - Cyan - Magenta - Yellow - Black - - - - - - Standard-Farbfeldgruppe - 0 - - - - Weiß - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 0.000000 - - - Schwarz - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - CMYK Rot - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - CMYK Gelb - CMYK - PROCESS - 0.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Grün - CMYK - PROCESS - 100.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Cyan - CMYK - PROCESS - 100.000000 - 0.000000 - 0.000000 - 0.000000 - - - CMYK Blau - CMYK - PROCESS - 100.000000 - 100.000000 - 0.000000 - 0.000000 - - - CMYK Magenta - CMYK - PROCESS - 0.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=15 M=100 Y=90 K=10 - CMYK - PROCESS - 15.000000 - 100.000000 - 90.000000 - 10.000000 - - - C=0 M=90 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 90.000000 - 85.000000 - 0.000000 - - - C=0 M=80 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 80.000000 - 95.000000 - 0.000000 - - - C=0 M=50 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 50.000000 - 100.000000 - 0.000000 - - - C=0 M=35 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 35.000000 - 85.000000 - 0.000000 - - - C=5 M=0 Y=90 K=0 - CMYK - PROCESS - 5.000000 - 0.000000 - 90.000000 - 0.000000 - - - C=20 M=0 Y=100 K=0 - CMYK - PROCESS - 20.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=50 M=0 Y=100 K=0 - CMYK - PROCESS - 50.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=75 M=0 Y=100 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=85 M=10 Y=100 K=10 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 10.000000 - - - C=90 M=30 Y=95 K=30 - CMYK - PROCESS - 90.000000 - 30.000000 - 95.000000 - 30.000000 - - - C=75 M=0 Y=75 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 75.000000 - 0.000000 - - - C=80 M=10 Y=45 K=0 - CMYK - PROCESS - 80.000000 - 10.000000 - 45.000000 - 0.000000 - - - C=70 M=15 Y=0 K=0 - CMYK - PROCESS - 70.000000 - 15.000000 - 0.000000 - 0.000000 - - - C=85 M=50 Y=0 K=0 - CMYK - PROCESS - 85.000000 - 50.000000 - 0.000000 - 0.000000 - - - C=100 M=95 Y=5 K=0 - CMYK - PROCESS - 100.000000 - 95.000000 - 5.000000 - 0.000000 - - - C=100 M=100 Y=25 K=25 - CMYK - PROCESS - 100.000000 - 100.000000 - 25.000000 - 25.000000 - - - C=75 M=100 Y=0 K=0 - CMYK - PROCESS - 75.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=50 M=100 Y=0 K=0 - CMYK - PROCESS - 50.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=35 M=100 Y=35 K=10 - CMYK - PROCESS - 35.000000 - 100.000000 - 35.000000 - 10.000000 - - - C=10 M=100 Y=50 K=0 - CMYK - PROCESS - 10.000000 - 100.000000 - 50.000000 - 0.000000 - - - C=0 M=95 Y=20 K=0 - CMYK - PROCESS - 0.000000 - 95.000000 - 20.000000 - 0.000000 - - - C=25 M=25 Y=40 K=0 - CMYK - PROCESS - 25.000000 - 25.000000 - 40.000000 - 0.000000 - - - C=40 M=45 Y=50 K=5 - CMYK - PROCESS - 40.000000 - 45.000000 - 50.000000 - 5.000000 - - - C=50 M=50 Y=60 K=25 - CMYK - PROCESS - 50.000000 - 50.000000 - 60.000000 - 25.000000 - - - C=55 M=60 Y=65 K=40 - CMYK - PROCESS - 55.000000 - 60.000000 - 65.000000 - 40.000000 - - - C=25 M=40 Y=65 K=0 - CMYK - PROCESS - 25.000000 - 40.000000 - 65.000000 - 0.000000 - - - C=30 M=50 Y=75 K=10 - CMYK - PROCESS - 30.000000 - 50.000000 - 75.000000 - 10.000000 - - - C=35 M=60 Y=80 K=25 - CMYK - PROCESS - 35.000000 - 60.000000 - 80.000000 - 25.000000 - - - C=40 M=65 Y=90 K=35 - CMYK - PROCESS - 40.000000 - 65.000000 - 90.000000 - 35.000000 - - - C=40 M=70 Y=100 K=50 - CMYK - PROCESS - 40.000000 - 70.000000 - 100.000000 - 50.000000 - - - C=50 M=70 Y=80 K=70 - CMYK - PROCESS - 50.000000 - 70.000000 - 80.000000 - 70.000000 - - - - - - Graustufen - 1 - - - - C=0 M=0 Y=0 K=100 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - C=0 M=0 Y=0 K=90 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 89.999400 - - - C=0 M=0 Y=0 K=80 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 79.998800 - - - C=0 M=0 Y=0 K=70 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 69.999700 - - - C=0 M=0 Y=0 K=60 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 59.999100 - - - C=0 M=0 Y=0 K=50 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 50.000000 - - - C=0 M=0 Y=0 K=40 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 39.999400 - - - C=0 M=0 Y=0 K=30 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 29.998800 - - - C=0 M=0 Y=0 K=20 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 19.999700 - - - C=0 M=0 Y=0 K=10 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 9.999100 - - - C=0 M=0 Y=0 K=5 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 4.998800 - - - - - - Strahlende Farben - 1 - - - - C=0 M=100 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - C=0 M=75 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 75.000000 - 100.000000 - 0.000000 - - - C=0 M=10 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 10.000000 - 95.000000 - 0.000000 - - - C=85 M=10 Y=100 K=0 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 0.000000 - - - C=100 M=90 Y=0 K=0 - CMYK - PROCESS - 100.000000 - 90.000000 - 0.000000 - 0.000000 - - - C=60 M=90 Y=0 K=0 - CMYK - PROCESS - 60.000000 - 90.000000 - 0.003100 - 0.003100 - - - - - - - Adobe PDF library 15.00 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 7 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/Thumb 12 0 R/TrimBox[0.0 0.0 20.0 20.0]/Type/Page>> endobj 8 0 obj <>stream -H‰TTIŽ1 ¼ëü@Ë¢¨õ'Èi rÈI.“ÿ±5†í–«Y,ɶoßîp{¹'øôùá=$Èú>øóïgøÃíþ=Áù€±ò1å+ÀãäØWŽý~„w ð Klud;±Àù'H€¯‘pÂa‡\³€F(GÊzLjp†ƒbÏ+ x |¿P‡cD*h%kÄVl4ëçΘ»J¥ØK\'s1¦fh A4«r«rµÞQ™Z¥ŒÔó¨B-·r¥Ü%+œú¡(ßnÛÒ…V¾r­ær¹ª½Š’–4}o¢…¥^“ºÎÒ¸IdF¬Tu¬j.cõ÷8ùŒµKõLÜl¶iN™˜ÅK¥kA¾­¡û=C‰‰·*³¢Á[]0sW±©””ÇXz_W]DÆæ ¡x’2ÀÄÎFÈcS¶²—Yó–ÄK)^ï@ŠyºG&.dæ~¥š¾+ÛI¶B ,ž§}]ˆÉÖŽG­SO5·[yõbú«Ë§–Ýqå'¤îA/Ø# ™5}²:?¢\ÅòFÅÿª¹k’qLé„…äGæÞ ê¼Iž›æÎ6Õ­n‘²‰’—ÝØ÷Ü× ±AàÙîÑT­ºh®îÌØÓ ˆª6eд,É”\ÏîY|é˜'Ñ3ü -¯áË ÿÿ½†ÿ ,Jõ# endstream endobj 12 0 obj <>stream -8;WdAS220.^]4Nd!Y,~> endstream endobj 13 0 obj [/Indexed/DeviceRGB 255 14 0 R] endobj 14 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 5 0 obj <> endobj 15 0 obj [/View/Design] endobj 16 0 obj <>>> endobj 11 0 obj <> endobj 10 0 obj [/ICCBased 17 0 R] endobj 17 0 obj <>stream -H‰¬•wPSÛÅ -Ћ!”H $!ô¢¡÷.H¤„Z½HÇ‚€± ÒDAá‚JQDšÒ›4AŠ Â=è»3μ;ïÍ›yëŸý;³÷7ûÛg­Ù€í±´5u ¬H¦µL쌌]\‘t€`ÔÅ-8`nn €:\ ü›¶ªÃ±ýÏóÿQG܉Án@% r´ØÈÅ K…Q¹dŠ Ùäyy(D7/€Ö2…†ÝAfÙ)Ô›2 dQNr:@åì2î7ÆT.ßYGÀ¦3D©d,@½Ëñ/Æt¸W‡ìéâG`¾Ñžñ«ÏŸÖ -p¡Ý‘ºfz–9e¤¸•‹SÀ+¢q*8 /ñ?þ„ÿ& -1œr8jF½=½(HpE$Á=À•ˆ´Š¦ý‚¥‘þn2pÊÎù«jôbÜ ^Ìþ]o ¥¥¯M°þ»q ØÛóçÚàßÎG­-ù?Ÿ~ù:Aì—‚Dç?€0£^‘­0à¼å*àM—NQùyPp?€2¿2õ›þá›êW¨* ‰Pjs5Z4’£†m1Ì33u1×)cÉcMc»e÷ápæ<ÉeÈMàQä•âcáÛàh:ZŒÈŒBzY kŠàDEQ<ǘŠb»âk ’RƒÒoÑ­2µ²¥˜\l.\Î o,¯ €T„)n(+w«Ô«–©ÝR¿®‘r<þD !R3D‹¬¤¤KÖ Ñ48og”bœirËô¾Y¹y•Ee“U§ußÉ6s¶ë§~ØÃ8…N£ðΪg4]ô]ÍÜlÜOÝ=|=É^Þ1>ñ¾i¤L¿\ÿ€¢À² *r]p3¥3¤7t4l6|-âG,šû,êö¼ZŒÁ…S=ÿˆˆM¾TWß›°’È”„N6O MÍKkHÎØ¾Êq wÝ"3àFjVYvgÎ\.4O0_¥àä­€ÂÄÛ·ïÔÝí½÷ù>¤˜÷¶Ä°Ôµ,ªüzÅÇ•3!U‚ÕêOŸž­I«Íÿ³¢îE}ϳÉç ôM˜fûÖ€¶K/sÚ+_µuŒt~yMÓÍõFà­pØ;©^™>l¿Ü{ü€üùAù!ü°ÜvTö#ú“ä˜Ø8jBh1Å?Í=Ã1³?;1×2_´ðÙwÑt »Ì±¼½2´úìKÁÚ…u÷¯ºâ›°ÍÅ­îíÊo×v"v]¾î)ü@ís0€þ·R%B¬ BÐMê·4å´)t~ôÆ0)F†EÆ.¦Ræä#þ,æ¬86.¶ø'öŽœé\aÜŽç‘3Ó.«®ßÝé‰\(OŒ—š·­¯)Ô/Á?' "°%hˆ¼J¡ A†*‡Y…ûG$FEµFOž£:/£ux1á²Øw—¶ã '.[$º%…&'¦¤>MëNŸÉ8¸Ê{Mþºefàô¬ÊìÞœÍ\Þ<|÷‚Ä[ GîPß•½g_téþãâ±æRÕ2ïò¬Šö‡à1U¦Õ¤'IOKj:jê꥟™=~‘ÕÐÐ8ß oÑh%µÝ|ÙÕ¾Õ!Ø©ßô:»»éÍBË;|¯m_xÖûšþ«CôÃÈùQƒŸHc‘ãq“iSÓgftg¥æXæÖæûª>_] Z2[–^­L¯6~¹¹²nöUbºñq³fëÊ6é›îŽÐÎ÷Ýïö’xîkýôÿ  ‚‚LAïQûÑ(ÑÒÐöÐåлÁ¤Á; ‘1‘ɆY„yýH3Ë5VO6U8+|–½Ž#™Ó‰ à å~ÏSÌÅgÊ/Ì¿)Ðq4$¨ƒäC®µ -爊ê¡QߎõŠ•‹'JøHKÉJ³Kï ÇdÚe+19ØX\ œ#ÞP^IA\‘G‰^iWyIeLµOí•úsêã¥' -©šç´´]t¬uõôÔô±b†#NcfZ“Ó³¯æ+ –3VÖŸNŽØ Ù~85`×oßï0è8zzÜiÆùó™/.[®{îP"ƒÜ“ÏKÄí£èK ™øÙùÈ‚ÒÈÁ)M!}¡³a»,‘¨(Õh‹³^çbÎgÇT_x{q)–á’Dœa¼oBÊåÊÄþ¤ÁTí4ïô´Œ'WF¯A¯KfZވ̺Ýæ‘§Ÿ\«£póŽà]{¤¢«÷ë‹§JKñe§Ëã**?¢sàPÿ¤úéD-ËŸêu¤úœgmÏ×FMáÍE-}mÀKt»Ý«ØŽòή½n¡7Úo‰=±ï -{Ÿõ ô/@?ð J © Øz~$Š‹Os9•=}s&w6wîæ|öBæçŒÅ䥸ås+¡«~_\×l×¾ªoÈn"·àÛÔÛÛß–v¦wÇ¿íMþ˜ß_ÿé U D -2-¦&ÑÈÑìÐ6ÐÅÒëØa½ YŒNL(¦%æª#‘,VkÛ ¸3»û*G g —>7÷0Ï^_><ß›@ÊQk„bJ°$¤, wˆ\uD‰¡6Ž5‹eˆ»I(H2HŽKÕJ§£½e´e²;˜÷ØJ\’œž / ¿¥Ð£X¢«ì¤¢¤ -W]TkS/Ð?nyBš@K׬×Êß] =½Iýƒ<Ãh#cU“}Óq³Vób‹TË+G뿪§& -à"°x¢îéáEôE `8l¨¬R,èÚèb RTDÍ×KzBI(„@(RCŽ -ÈÒ›H—ªè"ņ«‡ì1oæ÷¼yÏþ‚ÅÅ —–]úzyÜ­Ó½ÆCã©ò’y |ð+á¾·®úÒ.û9ûÛØ\£^ßqcóMJàª[:·~Í¿ é m»]»øyai÷£îs Ðo ?ä {#ž¨æ‰{WÉëŒæCÉŽâ<âæóªùÝ‚BíÈ "«(ñM Kš]3·Tf,&'©‰/’&’õRL•©‹û L¯ÎÍÒz¼9ûhŽW.˜Ÿ_VЯž×l,²}â_Ì+Q—–ÿ£båͪħÝÏWWŸ©á×6Õ­úã\}tCÓ–æk-Ù­ŸÛtÀ5]ú¯ÎvÇö õ™ö‡”¾Ör–LŽç½œ°|Ç|?8iýA45=ã<›ûiÍç{_úæŽ|Kþ®óÃïµ?·/Dþ½Xt1ï³Q-ô×—N¨6º±²oÑ].‹+= º¨ç5ª‡Þr½Šê Ø¾ ä+*ßpéÀ–ÌÀœÁ 7¸ŽÓ¡ 7±’Ë5ð4³Yå†è2MD…!·"»ºzˆ-I¸Ø .¤Þ¾¥ˆ ·>1!$?˜P¸ö9Ô+’¶¾…F…œÒ'М $•¯åŸˆ´÷sÒ aN£_Ìbg8SaKbmk˜Šõ»`‚¹ù/l–«Çv‚²¸æp:&·¸Ò“®Ié€öFµGh ¿HÍCHñ”–õñ'Î8Â+yÛþ Â;89†EÐ,Û{Ž®PŒ8[R^4™€û“V<Ù -žKx”l ’qQW°2:õÁHGü᪠-r¹;A;bÊjJãÏ - ß¹ü/3?¿z(HËÖjàUé÷4rà•Ò6©\žtƒ¿tL(¸¿Åí÷­¥Ó§»!è^+!d ¦Eü„σeo_ÿ8¯7Îç}/t®g}KLªsÜàurcø.p—‚ç» eŒÓŽ`qt• Ø Ñ3,Í#®|Zh½Ø80Iÿ»ª¾î5 ]’©^üK=¤ Çœ;œy€•±åÞy C¹ñЏ1ÑóTxA6G¯Åä6åÂáÙzW[h -½­>ô…œÞú<1¿Þ]¾^~ÐÓ|äh¿å¾ ãh¦±O#P©T ->$ÆP«@½ø%†€»hÛŒšþ¬o²K/è{ W4yw8”ççã fî8e D*ïR£€Byá;`¹ˆœn¦—½QöªèòÁ€šÇtV×ñÜy:Þì_@ϨÍgaôžJ³»çí¢.ï?ÓÜö“c€}z5Mœ7üD¯ñ>ÒX¶På Ó jª§2è{á89 -ŸO -#/Áé¼a¢^Ÿ#üó¾ñ„.’yš‡?F—Pgq?ôè:Kܘ1b4²òûwߘUuF¤ã]ÁW¢…qP¡&<Ég\|Šô¹‰KÈåW®à'‰ÊS®E< nǪ‰}”XL­'ÇD‡{-IáõZkÂO—oŒ¿å›Ê—á÷=»ßÌi -³ÅzÙøÁ¬ž“"Ì9·7 3g `¿0ú'ÿC‘Åw%îÆ|®¾€WHoçºá;ÅÛãý±ZÑN–*tº³€Qxïû‰2´‹ûÀò%šÎ±£ü e}|ïN JÛ.ïHzö,7“‡d«±-n 3‹Q2Aû¥:·{д(©—-ŠD:ŸXŠþan醚ð…ÿžGê8ó=øxöpç$~:Cþt–›Ê|¼[ý¨(–‹æ)/Qš¬7´¥Æy£¿Jj¯!cQú–KUäJÊ&d-oê­+®|"ë c3’ÊlìXö“ÌYT™aãƒÚ)‰ä{RIÈ,Òœ0èQŒdÇvE0é¤E1rH,§ØÀ  z|Gž´oÃrʲ*Ñ颵å虼Šh{äCVÞŽ$¦õ†!w’í< WùœCb$Ó·¸wEÿM¹ý.ËÀ=´NbpÍd¹5ª©,I£«ŠÕR+D¥Ö†‘ ÙAÁnˆQúVwþ’bâ —+’,lá0™.%â »FSð£]gZF1÷ÿ²=(§N¢#O'%'‘ÐR>¶¡:åÂ=9Çݵ`ez¤}1ìŸâm±Þ’À¡€…pd¤7ªlY‰î1-uCýÛrÒj‘Âz19þü"z/ó -2… cÝâaZÎnûpØHuÉ| -z­P¸à„ðÏ1iDhÖÖÀÿT´ò‚ÀøL.׬‹ÙÇÙYìeP]ÈGÖ&ø¢G,ó,<îÀdÄ !æmŒÕH·Á7†9ª¹/8ÄxÜRÊË&¿•õsHçôzÎ^B#Meï&h¸?˂؜Ïô$V¸ÃŒGøŒ½ŒœÃûÍ·“wðfƒ2˜°’ó]"¾6ýÅm–îäÜæ}R³=¸bÉfƒcúÌûlqÆÈgU¸=dè0ØÕ’W™N{DÄ£Ù'ª!ƒñ` ]Ááò` ÐÂAÑ¡ú-/s¬"> £†¡£šôœBUuF.{Tá}Ø—í) N!ñ"Ÿ€GB;†¡džl¹ß…[ôLû¢p‡¾Ù€¬næªí ÏF9· ZXcÊLä8ëx§ëØçÕ§ÉÀÛeø®W [©ƒ÷o@ŽÄ“1V’L-ž†±—#áC&èÑk’¦ü*ë¼ÃKŠ•&vV,*pê¾$€i;´RxŸ™Ù¼‰_ÏPG?+\ʽMùbL6))r>=@x5*ÄfŠƒvå ]Å^ZdžuÊz]X’?ùP4Ï1p °9Q¼~¶¹*–^ *ÈýÜ,0­À‡˜#Ò%8úÇb»Áµ;«Q'p“×*$L´îE¼Á‡f"òÞµËüw„ ¾þŠÇ•S¡˜þ‚ìCƒó戽Ha€ÍÁÃ…h ¼:è-"€dkªà>è¨uœÁy7C/Îí½Ïß)¼dô¦£ù%Šx®†Ö`ò'Šqyo «SYØ "&¦]‡Û…#6Ø‚5;à4ÍÚuÁã㯽ªƒW£y -²¶–‘ý§tžk/ Gà ™ˆ‘«Á½&§0ôÏ,ú#ÒBùvÁ"Rá9 5ÍÖ×9oQåm@°·ŠÑý;/D«5„RIêP™–Ô+-GÂMî•#º¤™'uh¶èAt0"ÈÜ;ò=k Õ´Ÿõ?{üÐ-WeÃ_]åôÇÚ‰[jAÕ )HîÖ>†íðAuä%WöüÄ#Ôº´>ªž‘´ïƒÚD.žÙœJAªû1~ó ÿSçÌ•ôV—ª§Üþ†É â‹a²ÀsôUÙýØBèÄ -䪪/j)Œ+6ï8Å˼=wpüÄëmbÀnòävþ\ÿßžtGO½¾Š«íÈûãÍì¯x ñÔÅ;è`uKJ’£ ‰Ì„w¨ÝÞAß•Õx~Ïž–l.›É‚Q!ÿ¯±ýËhã0³RÈ¥ûjEëã•Glsܦ5#ë J58/Gü V/ /•é"N—Úà1Á†J;mh`˜$¯ü?§,ÛWÒúqµ®•ËÝ$L$ý·À0l®ûJVz²íÎq+Ĭñ߹ЈAÊaiŸxØ!ŠdpžTŒP¾/HêÀå_ zõZYs•˜-ždqN -……‹²ýø©…U)$YäÇ­, H -ŠÏºgæ,7‹—xeIÑHhÙð×6­Ü <¥{*ÍM…Ä@+{à Pšõ•w/¤fID.—¨¶‰ ÏÝ O-M±°e¨µÌ™ðmu+M­´y’!ô“@*ÊD>×Èæ OxÁ0ÿLÅAÿ ¯% èòv[üè·Flr´t@Ÿqª×+Ž /4·ÈôürÍ -‰ýˆX8Dm*QñäÔ/éZB–\ÃÃÏø@ša±þ8~Ír;ŽíE=,7 îð±þ!ùÅoM‘2‡ÒDõ˜”üÉ[.Ü.R°ŠùîeæÚ“7˜t—A};°— ¹Gü—bsÄW·Õh qÙ2‰A—];%ÏÒmiø"í©°+g‰=Uÿ¢f¿*l‹3xݲœó¯©ñ?I Èaå~ áÄ/Ø&Ç.Ñu®óè -ê¶¥ ->éúÖÊÝêšê'¤g«gUi¢ÉÊ ÜAN…¬¨€—¤Š?oO%)†“€,z¿~U¬Þ¶ 3¦»^GÄüjË)È€·öZÈMÛ‚FiPãånQY›¼#ØTVðìtgÏùSVê¶D¹^éÆÁOË¿Û:…ÖJO»ÊgÑ+SÈ¿×óMnvõeKêßù­l‰ou"ô«†ƒÌ‹ôï†'gøSzÙ‘[Ä ±oÿIõpkš Ðº¦Â½’+/ÎeüM÷=¹ÃÈPm²4¨?EþAô˜àåüOí• =Ф>“Ë­¬=â@tV¯ßw {®[²u)jW¾ÙÕ>'ÛjµŸcJ|ße”ûÜ57—î¹¹RÎ1‡Öa7ù/zÎï£u c\VËž‚ ëÝBßb-ÕC~}È5–®Ö°G©•U*»Š°ëÞZù$ÿSm¾Æ©€«à«ŒL "CÑÆ¼ÀÜ+›g~>û£dw¡ìÈEáÍ¢ûBø`Ѥß*†]vQ)¬TóTîÚ’×W˜ºЬæ~E0!·U~JqÅb ¹`•,ˆ<Ã7q |¡?ŠðæÄ·“z\wþÈ5‚‡Í)r-ø¼ÓC÷#n[-V 1/ÙceŒÎËSÃùˤípm†‹Ø^ß/h†þOœÀC•0Ïï“eÕ®ŽÕXÚd#GŽQŽä(–‰HäJ‹3È`î7óÞ¼yofÞÜ÷Œ†q-‰EߦÝ~í¶_‡ÚŽO±Z©öKÙïÿWÇ>€Š(û‚C8Ç(8÷>¶=%Å¡—•Цx®>Çב/@'‰Ž3E»³“êÖÀºâHe¾Í´‚½¯b#Áô‚®°ïÓ“Ýë"=Ûá³êݯQMcOuä…‚A~­d+Ê¡^ÄÂy¥µkù2® è²œÍˆâöpRt€åÀ“ °™ózdÜsÝw²B8uŽ9ô†]ï7ª}íCꫲQ] ’)>«^ß6&$ËGk¢Ð{’±Â«¼CØ\ÚôL£æ`È£Àn œgãŽgš wŽ -Ú;Æ.ËŠÊÃr_Õ/C:—x)âP£]ëa„Î¥:媀Bø“Ü3-⊗c¶pöcîÙ€=Ñí#Ó—÷­ã=Z"#§û‰jÛ%"£÷÷Áb7KJËйcúlše/Ø_ÐÜ>‡*½¢Eì7ÒÙ@+VÈâ6Ÿ„nvÂQGM]wTnGÖ<2Î ¯œ!_,õ>«‚PŸ®è“§áVã­ÔwN×ý5»[õ,ÀÂ*–Þtëg”ðGœvR20ó‚ÊùªBÞ'«½ì•ˆ­Ç†É«÷†Ã+¡¸ ù×át‹Gj x§£1j”MÔÛT°¼™n"Æ×üA§ÊKF—¹¬óo¢½¼¡½ØUkûˆoȱ*éhÕÙ$éüe1³¡%õ˜°¡Ñ#*54Ní æínR¹®çÎ7â¶‚äÄŽëÈ -ÙVÃ"ù8¡µ%{4G(«È«*ÃdîÍ+ù~¢?ÉŸ§tž’ƒ#¨¹Âÿg˜Gþá9w[‹wŒ“ߺÖ4ݑĈ—ºvÑOrb4é´¶ó‡ר=yR:•pâŒ(‡bHY-È $D~‰)þÅÜŠ5a:GâXì³mrãÉ ]¬Òcà^vˆzˆýKS¶Â8õ=U²ÄŠË3c7™Éßðo1Ê÷‹‘UôNÿϹuôÝ!8EGpý€’²Ò®69 ÃEsúu|?ÀWŠx5É»á 3FI åÎaàºä ~Û¸ß•× -TúC¯Y¡ ôbà–Y#´tÓh‘ë±G:‹tËW5-êä‰BÛòGô^®¿p–w+Ùå.îÓóœ x¿Z¨ t#4rˆìû æušI_o$郅¯t¥š/˜©*†â-©]öV:S¾IÜ#ö< -Bq’¥ñÃöEÀd›_0ø7¢Éˆp¼0É÷ òeì,ØÎþ%ã(ÝI›kLñgu=½Xåin­¿## ÊΊ·è´9®‚ê¯W"Óò©ˆî©½o;èƒ!„tàÞ%‡-ôIz¦Þx`t’o¥[!Ö¦ZÓ?Q÷,ÙâYjÍwÌgW t†ùCOT¾ÄmW²}‹9Ó’ B$p©qøŽžL?¢5LRÐõDõªòÃH|]’ÌgpO©“h¼—zì… ªkã¡J$Û¨ -—sOk½|8˜ŒCØ ø"¥µ´×ôrÕ¦âqÞc ›(¦:íˆ/kÏ~%¥”Djî“[¯´ihH¬–æ5nß›€-7Îíˆ87ýŠ_A%ÍV¶þÜ"²Rñ¿þÓäjxªûwòڶᎣͿœ3ðÍýÅ"Íö汬6EVóÄ÷’Aò†°'X*¹Ì{™ŸG~ŸGÆZÞÙVA‡Zƒv}&ú(lݽ†6ÑúÉ$¥>®YÔŸ¡n-ZT3(º£ÉÇ(± D‰;å³°&ápÛœ÷ :Jùÿ÷2gkSÛIJ}ÿ'¹Ž]œèV‚É -¸W³C÷;KX´_µÄ="ߟÿ·Xʰ #ƒèÕÞ¨=O‡mpê(·eë{Kù ó änK¸‘ ¿¬ÎÓ溞bªª@mfŸl€“_#va»„^X¼w4"fø›0À²µóa³©AÒ°ÞUÒ·`œ™,."Ÿ4ºÏò´ÏøšÂ*kÄ”¹Q¶~·$Òpw‡f À›Þkð3ü3îv¤RI’Üž ­=§Ñ |߬oÿ·ìSÕ-Kòma Rƒõf@Òû‚ò8Š(Mµã_æ!^3<.Á¿áº‚ÛíXש?ˆë{ĻغÎóùíçµ{ª¶h÷*Ÿ0”I²·é¥ ’8Gì.6´ÇÂÏh½ºy›Ñüˆ MãBYnÔW"v¹— ŒvÞéhZn?lš©LÐ,6ž¼¬´ÒXÒS¥ß(i)IfÚ“Œ®H|½ˆ°E˜ÙÀ¡8“MÛ€]é)>ÎZêþÁ¹É¿Ý³çzKó“=¹Iñ£ñǴɽïAÌKý)äjT|姉~Ã/‚|x7®‹éL Á|{R.YX©ªÑßÁv» Öß/h°þãù€‚iqM‹’ˆ:=cMÂYCgHZ¨Žðr‡q’qü¸ÆÝeôÒÒùN£fÒFz×Ð.R&)¹Ï†¤,ÿ³+†ô.Ob¼Öp.5^WÛ¸&På4^ü?þ÷7Hž‘~(+›PjÅ™Ÿ€±v“$í•J½½Ó‡é¸i|z•³K:mS®†`ªR×¥½¿§§~q1Z£o8#ŸÏ€)ŸÉgõ”§‚.‰óÆ<‚ˆ}CÀL‚(p¨º™Ød,µK W»°JžKJ«o¼>v¦Ü‚1%¢ž‚~#žëƒ6Ü­ƒíG“yƒu‰QÅ`ˆý|Æ¿oˆpC¹Ä‡KcË´‹†Wb¯’†Jüª¹…Ã>5¦&…©0÷¡ã…Ì"òž†Jâ›°†)’nƒÃˆíij||b¾ÁŽo㹌Âcv³å‹’W®ðŠªJ¸ª‰í=ý¥…‰h0Ρ=‰("áh‰hþšÏˆБƒƒîˆ„Ä•Î{í¾“üoj¸{’;c³F˜Vµ®PDJh©tŽ"=¿¤Þ:0¨ Œ§"Ýœ¦ŒŒ6™×‰ø2Ž„0‡ýÃ}›ê{b½•™¾nà·ï—b…²³•ŒVE­µ“ÓJ¨Ò’N=~¤8‘0…Ÿá="ã›àZ„˜Ó‹©®™„„‡ŒÃ¢2zì½&Ÿnj·uœûb²2š~Uå­/˜^IÁ¨E–z=F£§”ê0fŸJ“Ü"è›5‘¿Æ—ôŽÆ„ˇ¨›zq¼Å¥…mï· -¢‚a¡±½ŸœU€¬³Ir§Ãšá=£!™ 0Kž½—N"𚙓í—0†qŽ…†—Âq¯(yí¼n«¼mi¶ª¨]a ±P¥U¬>¢?I§GŸ¾<Õ¢¡—03ž8š|"üš•ó5–ª½|…;…üÂ"µÙyh¼!²lô¶Y®f`®°òªÀT®«Ú§¡HϦݤÝ<£¢3¡‡0Å)#™Œ—¨a•ðÇû…e…^ÁÚ¼½xñ»à¸ l•¶´’`S°§°™T_«ˆ­'H‘¦‡©F<{¡Ú¤®0iŸN#™(—µ„•{ß-Œ…‡~ÊÐ~r Éä}­f¤ÃÖ}‡Zì½é}§OG¸D~ C¦²Ê~œ7¦­¨H+)¨ï€ѤÝÀ¡œ‚•–‚j~nÏ„ -rIÈòƒ;fSÂ炜Z¤¼þ‚KO·^‚?Cm±æ‚]7{¬Â‚´+§ÿƒEÜ£Õ„'û d„+ï”Ñ‚©~@Î(Š rÇÿˆÉf"Á÷‡»Zv¼&†üNܶކ‚CG±†67^«ò†4+§(†€å¢é‡>0ŸN†?“¿‚ß~/Ím rÇ7ŽifÁ+ŒôZe»g‹ÉN͵ҊêC:°YŠ;7R«5‰Ø*þ¦g‰Ñí¢Š^žW‡¾…’΃}â̪•üqÅÆw“ùeÖÀn’"Z/ºªN µPC¯•ŽF7>ªnŽ*û¥™H¡2Œ«¬H‰Sî‘ÕƒU}…Ëõ›ÈqhÅÊ™fe{¿Á—/YÚ¹ô•=NZ´W“£Bè®Ñ’F7#©¤‘I*ý¤ÆË3 DŽÿœ.ŠÉr݃®},Ëk¡§qÅ;žÓe-¿,œ3Y‘¹V™ãN³³—òB½®'–E7 ¨ö• *þ¤“âXŸxüi›<‹âƒû|äÊí§˜pÉÄ·¤]dྠ¡ZYH¸Áž®M㳜mB–­‡š}6û¨S™+£f–­ƒž¼’̹šf‹OBT„;|¯Êr­—p„Ä8ªd’¾¦ÉXú¸0£ÃM¦²‚¡@Bp¬ìŸ#6ñ§´œÂ+¢Â™@·ž ”|™¨‹ƒ“Ž»„r|`ʳ°p;Ã˯ìdN½¨¬SX··´¨üMp²¦EBP¬g£~6é§-Ÿç+-¢Á <Ô{ð$*Ïö6a”­Wm¯Ü:¶ ;^h½î(ŠÒz’ÊUfæÿÿÿþçüçb †3Æ`Ü×7)G®‡H$ÑIéÜŠõè³ôÞ÷»[±éµ:.mj­·ru‚ÎpTâFgýÞÊ›ÓQ_:®×= e4ûV}C»?1]@Í8lÌ•^|ŠEb†?‹±,Î¥kÄz, -0î0ë‡XÒÏ mÒ[„<ãòê€?÷ûœbPAõ‹—ƒß©,¶êC] IGeÔ_£ œß  äÅ.´1€^IxOºá³â/¿ò᡼æ'ä`¼cÖ R.ú1ÆB×8-ˆ¹ øÑÿ梛x*g;Ô—~ÉèKtÜ眊ãCP¬ì^W.ôßTª -‚¥D©Ãw’2E†ˆkâäËH±Øý|0`ÄW*q"×]|P&XbÄ€Cüîë\Ç1=Ž.k¢ã´CÕ¬„ÄŠIUl(÷ha^êëÈŠ”àKš´ÉçòJüm—XŸp”q‘‰–}P³9åV£aâoí^QþªŠ#œÅœÿdD@@½‚φþPÞŠÝ óäYAɈ~j±‘<åTŠ($Œ8ø}ãýÖoõ–#ŸÙp•}ÛköRù5­)ZTç ñ" QvKÌ1ØT5qî!œ®pönA–¥Ýu:‹XIO3’`ñÄ[)«¨mÃ!{}Sl«”-­/kã˜ëZ朜Ò!:Ú^°Ítš s°cæ‚÷!X®˜v²€[d¿1 - qIØgVZŸõ°ëMÇÓ&Û·¹¶”d6 Èg9~Õ6Ü0ÎhyfT1ä_äuVÝ͵óz[©qÇIøŒÒ™ÑE%é^¯d…Ž °ª¢š7³M»‹J®²åmæ²yΆ›í”€#«Á"ç!#møYsèzQª—êÉõt¬ƒ—©Þ1º¡õÉë¦Ö±,Ÿ7Ý7e!þqÛ•õvða±˜Þ“%³f¿»“F>àœoJ‹ åô×ÔV@¶ZK¯.ä9¦@Y¦Œa΃dË·‡¹glÄúsg5Å…×hå”7\­œ§ô |[²XÄÌ‘BÐäA†¡aÞ#¤7¶Ìq„´ÆbÌ”¤+®÷z µœ*¶&3(¯VcÒ—œ.«'·‘• -&1O¦Ó%D'™M” çDÉózFˆHÒq KÞ0;J‘5¯ ‰çâõ÷7¢øGÍ‘¶d†øQX"/! C\üÀ8ê"þ‚ïwv%>Á+>øþ„·r'‰÷Ñ„™1žN[MîÆ¿É¢ïâu©ço…✔ˆb/üHR¶l+¾W²š|[‰…‘{p»„ÍÁ÷ŠîÃÿ)Lv˜Åi¦CØÿØ‹pœ™­×¯Â—gšß¬Çú”Ç +1µ¼+µKL‹!Ô˜@ê|m#–š¼>`V(ÙôS<¦{;PXVüKÓ~ÌJxéY'VVŒ÷}Ábó{7an·WÌTý»4[•ñ Ä Ò¿\݈™ËlÏböR‘çÌ%ùoNCl:‡^‰¿ðÔs¯ZèEѯZQý-´£Ä3ï3ª*ðHqB¥6ŽJÕw®¸¡ÅÌÓÅh‡ü‹gÚ›:gÿÕ¤¼73½âï÷ s·ø=? ¹õWë¢Ñ*vnº¯¼)™:ïA£Ðy=‘èÁlÙiC4X•í¹ Q¬²×¢.273gà‘ˆãhg×Îîq4´•Wë„ZÜœÓÁtm|’>x© xRºÿr!øPàï sê˜ðÿÌ{P¸šù"ý’°±_PÅ yW;êØó¨f3xÞ^’CƒšÛéSW)²ÊÏá ³ì”ß ((\Á< 25;í}À ­Ùy$RrýŠFŽë|Žê_­öº»Êì*@uN$ž‘-'à?À¹†‘ðhp® -÷‹Ê0¦8^`lÿw`—Yl…l•`¿‹×²/õl…p¶Õ qÆò28„§óu°Ì{l»bÃۇ̎ µ ™9M;¢¨]w[cÇ]™ˆ|‰ÇÝîB[¢´vÀ‰À4ühâLÌ«%BÀ"½HP—gép"ß?˜û‰èešs1c·‡»\cÈe±£›…kE‹Á‚¿ -ª£ùŽBƒ7)Ø*Ñ§Çø7íÄ{>Ä­àô»Ìõ Gÿu‚£Ãlk(Š67aR¾Ü¶‘c‚Ÿ¥Sí¹|ÿ”­•}<()2«†îL¼/Τ·ˆ£áX.`s©k$Z<%¤ò…“ùS0aëF~l7±'Óy¿ ùùª¥¶i^£2Nç@¿H×S¥•&xpyRäF}NÖ„5Qˆ¤ÿd-µ!ÑÌc%Ù˜À·™$âcL#‚Öûùë - Zx.š.m}1K¥êææ©¤¢y®bˆ³Š‘ÛÿÒIé¥Öœ˜%sSBÜqr’¯MÑ—8mr0)Y¼Û–ͳôýRëò“ܹBß wW®X8J¥e3Ø)}U[è )W¨Oø’{e•ÁTS› âpJ ‰JØyÏ‚G5º­¦©êª²5\E…•2ˆzPÒ$è¡\ -ÒY¤F“ºƒtQw×ÿd˜^ü¡N€—«kÉ+²Jµ*òè6VDòÈy•«‘[JºBÈÛü~3ó{?ç=cÆŒifhòˆEòJ¨¬cËçp¥—ŠÖn­|\§ÕVŸt÷ý¾ê P ïŒrÍfWð©,Õ®¤‰»ÿBõ¨;ÀáÙÕ?Cq×9eÛXc8Úߪ+Í‹àÇš†SO󓬿åë¶…úñþR.óœs•+íÆ€}t×ψÇຎͰճWš¡7Û”A‚˜v+dœol6\äòÍê9)Ý<º:`¿ŠçZ™2^ÕM{Þר8v³ÜWô½A1üit¦}+4~ï²iDð¢?Q‘)pìµC6ñ3:å>áõ·˜§lçímø~¿8Q=¢ÓŒéž*`¤ü{3®‚~|wTâ–¾ó7Q@AXÍË-´Re1…CØÕYT•ŒL/&Nùa%Ç㥮!Ÿ±ý¥o<šÐ.®Î†Dù@ÏàœhLìX!´V[0|ð röãÐrÌɳ$ `MªŽÏöãÁ[²­äq<¾GÍy:-RÆ÷pÖà6mÇY{,Ü”E«Qž"–Ú ëH'dWîc|N±ÀÆá´¿×£¿ÁË‚5è_¡îãHtÙ¦„Nöì¿Eu×ï1QBϪÔC¦^6KJè0h’H£lsn㻉OÉNX>÷Ç>/C -1wE¯ÙtÁHtß8»Eu¬%„®UºTT¨l^*!æ%UøØ,»kFÜ‚¶0†¸¿!wiÇ ž%»Ýáä"›I(s¹“À\׿kn§u6F rH( &U1?OP|¹ ÁvÈôIÑèNIò¾"ä (*È ÎbóÜ Ø®äã·Þ0'kÔMÉÔ¸ÉRßOž3 -ÅÄÊK›y騴vYV:¬^tFÆ”.{ŸÃod%;”ÐÉV·»Ð:‘Ñ6’ßC&õ–1nÍG(yƒ÷%¹ªÖ^øÞe²OacDæ=4O§N¼ƒi6ì‚é²×;¼ •ÂË­L`’¦Ùfò7Qk{Ž2f7‚žPI­"Ýă¦Wì(^\ $b1ÕS¿ ›ª.%.F6陨øÿ;oAAj…[² T>f+â(ßn_úI߉ú^ʻǫb¡ïøÈŒá»[nq 1ëû3œÉÚ߆Ÿ™Bb7C¯ Ó§Ó|·ïøSÊç¶µ<*â¦/ýãУ«¨%Ú‹DÞí½Ìrܱ«´´oýõ|R×”ul®¼êsª»òU “ Z_éfÎת@Û^ðu°Põåµ6T)#ó:ìÏ‚la¤äma$ðHl^ä‘ÉzÛ'ú1`ñëX€úPÒº}¬*%]ib‚›d9‰¿&»Œe@ÀÕ—Š}@´v^¶HdnKœn©( -¸šáÌ–ŸŽ{ÑÀ]1µ¤¶§Á—®Á„;ï„Õ×øR¾ç ;e#ZT—"?ŒhpiâKŸ ¥áBzÞ’…f…Óþ1z†l…RIPˆË<Î…R­Â1èÛ•b„m«],“2éå;%Eô7T°HM>+ñaŸOέb¼ñw?äRøŠèÒ HÂGQ•K+6…f[e ùðÛvÅ&ŧj¥ô|™ê•xRºš4™‰ýŠÙX¡ìßÐÖîè%êkZ¥% ÔNÿßñhr½ ‹ º¬ŒHz¥µOÞ¢[ÅWJkØ2V\¢^ŠÅJªp“sκÓ[¤þGFH½Ø'ò3±YÈñçb}ÌO. ¨±´š„ûñ=דägM‰—§¥•žÊñ½Ö!ôÒÎ.grÊW§s¨þ²“GœÉ ù@dÞ+M÷wÆ8â|oÔA8a½ -6'ðG¹CgÕ5ɇÚE¨èþ•-h-;^)(pdÖéíÏ”PYÚÞÃçˆ uùž_ðTeû¶.ô<Ýe ¢’$ZïΦæOrǶàJFòÏæ·rG‘ª¡‘°ºÚ¬|Gú±)+ME¹…‡ê±îéž8ÜVÃÝŠUìÆad‹ŒµÎ<'z›fdï{þ0¢í o™£èLëXÃf4iòüic½õéQrªÚph)W•1ˆ èÅ~óh¸Ör£Qœ´fYÄXãGÙý/“¤àN“4J´³;ºÏFt˜_äÑù×fNû’ ó áXë‘„‰.ûøÕ Ku70¡Œ·6 ˆWM÷ô•yyÆÙŠ„ü\ÙÓrNA2RPv«Ð7oAq¸È!-KºP¼èPŒx¸øY-|PÒæû™u-Õ®?ÅÄp…(• ¦5Æ]¸„¡H{‚Û'ÍWçsßÃ^Ê÷Àš‹äj åôyé> #!Sì®*üÌô0¹àÄzošÇ#,úÉ,~vï:9¢wÕ”ÂsU CK”ðW¹²WPÛ)Pb‚Àƒ—E8ÊŠ w_{zr_¿˜€Èå‹ ÚY¡¢ŸY«{X~“Þ ¶*û/µš?¯ 9÷e!ÄÚÔ+s<>þ­ð&ÞÝÀ.F§¶6Ò»ÑLç1jªXî‹÷Ã÷¯:UøËæ*$åßI“…OËN‰{y/äÿYf?‘ֳД»b ‰fRow¯gJÈÛ[9T ñܹ•,$~Zž‡Í Iµ3Ú!M‹ö¸úžZÄÖ)¿”%‚ƒrÂáÂKiˆÌ&yNl!ñäÀ쟢#»äÌ"¶Ùç Ñ‹?Ô p{1¦‡«­É(n?ˆ%ÇÊ#TÈ3Byåm#©l™aÌ ó›÷û÷›ß¼ßoÃŒW$e»Ù-me»Ò¡rlw¥º´·ÕÅ©½ûþ ßì`n“·š9Áéq§#é÷»lª#O#Çé&¹&‰EãLœýI¹ó -š–ñ*¢&ÉÖÃ/x ü}âv޲„u±†ÀÞLæ7ü ÔZ -ÃÛÚ¡Š·±>òk$G-)1="üþY_w: ¢j˱‚Lå¾Ãi¼Ym‚ž!ž ;ÆÊ€ÿå}ŠÑ¡b©ZFr'^å;h“¯—»ôͰY’¶Õ¶g0hE6¦AûL%eÝüOº©%wAÝž€a?U°BW™¯¤2ï4Æa:ªžº™Qc᪜¯~–yʦ/ ±dâWƒÅm_À¥½‹§Z!çîËÇÿÿlÊqá* ÏãMlX[ÚÍ”+lÞ;éƒÿ):É|UùÄK³eý×o3§ÄãWÞáÂß #€ -Ž×ð)ö‡Ùln…•ŸÂ>fĆÖ3 Ô_y£èLø3ª’Ì€ÍyVÉùiŠi¢¹‚å¡ß‡Çk4[p§¶+·áÞçÈÂZ~É®·´NìW -WðB~çÛl^Q‚%¸k=×LzbBw ž’-Æ„lƯº*Ð -«†B…D÷Ò+R<ñlÖÑMâÌþMÂtRVˆ ô#Íyù6´_v½È‘u æ-| -Gôoà -%ˆ>¯•7[T*Pu2Gn¾.ù(ù+àšµQäO^Ú÷ÿKò«#‚6`“ŠŸŒº.³m@Ž6?eÏ÷ ™¬´YÍk7 |ÌÜRO”;1òKöK¢éöCX¢oØç }Ic‡¬ã?£¥bVxí*r7k–2ª«3æ{ô7Àê}M¥  ;®Ìä=®3Ëš¸P1YlçÔdÎÂHvòÞ^ÍJßåàg1͘·Ü‡L>²ƒ¹LÛ¡=mz!úbéÊ=õŠØÖü³â ,;1)ý Ý,º%Ž=3…|~ÇÞXÅóÜEâq1o¸[9^ÈiæšUSléw‚zXRkTNÍPàå…'¶JeR§¢@ÑÑÝŒ1¡Ÿp4î‘@¾Ù•ÈK\Ƽæ4ñ2Üüi´Çê|S±õŠ`D7nÖ.ê\þ|"P›ñm¾4QÕXØ!:#ÍØ 9¤Qq§ÑbÄ.'î$œ€™g/¢Ýjèjº«ê¤)²¿‰?ªcÛÿNF¨=ºRÎ%ÈŸ™5µTÉCú±Û"/­ÏA%Ԡڻ̟•›ƒ¹u’VÌmvøÆMIß@V¦õ#Gxt%CG:üT³ýß5É»í5?I†­'ŽÂLwn|ôͱ Ÿ­Ù|†ë!Á\d-CWÝnÑdô …ÍølÇ[¯ ujoTõ^¢6Ý–×ÔDJ(½?X`y÷µt+¸`ˆÝÇÏÐ˃c8ÊBŒ‰e€úÝ^ÓbéUòŒþþóœvRs-‰gÅaƒš¦>ìru³ƒ{’?­VµÜK3(r[Ç÷Ü“Â|í%ºÕö_#|FÀ|¸=I–Þ§i›â mô¶ßˆƒ0Áûlœñ1¡¢êºî0áûü8Õ 1"í+9LìÛÓ(á‘âŸÁ«¤×h_áöUÄK¾ã¥4µwøÈFw÷Â#Ë€÷¬qy²êZ)ÙvÔ¨ -"kSͲE²~Ïfñy,pN<ÐÁÐ<°²6’ e’ݽXÏYÛ»Ì÷mï-;˜§ uŒ¤ÊjÍÝpÔ]É¥cRƒd94Mô˜8–Hjh‘èpM³¬Åq:)ñÞžð=3´«UÐÞ¶Õ ò·5¾ÔOq}šRŽùÈiÅ'¶!Å.gõEW‹†˜Ïó¡OL::Leú­½Ë¾FMëq•.3J»\%|¢ÙGäÙè£/î)ÿ¤^•yS -‚À7%TºŸw#ÚUÌUúC•œßÑ‚sì×0Ö}* Ú‡´(ºÐjWA­,Ó˜ÂëT“»¼R òrë`]²Crz5_óVÁYA9ºŽ?ÆÍu¥±ÔÂaûyK$mÌZiŒi¹nª×%4Œè4êì²Q5Zq%×!ï”'çJj$;£ªátÑÑ€ŸÀ -aú,ß›p½Ë,¤¾ƒíñ=DêŒÕ·{nÚäk>ùR—g,*C¨ºc¹þòL57iRâ¬XZ#üEæ€oÅÉèžP Ý?Ò¶C_Ø=†~¥¬v¾ðǹ{*N†é6u™ŽW©ˆ–˜Ã2Ù'£{R‰¸_irUª€R(5¢kx;$d#›¶DÛ^ŒvS¢:ÿ2r[i¼<W¯ÔÎõû•Ω’í…‡wÊÆ¬wü.n4]¬¦hûÂält9÷š¬¦/ÑŠx‘¥æ²ó;výùò¾jìíjG)žëD´”f{×µ¦'8´yø˜ðGÊWm~ù—„äMSÒE"Ãù70½]˸4OØÚ‘5¸…|îj/@Àž@t'ìÅ–("2Ëh8@$$Ôj˜$§pX¹¤ð]”…¶—mú¯d¢£Ý%WàOöâ,¯ í¬ 1õœ{O?òmSü´hÊŒ#eíÖ3È# (õ$ùNx¾¢Xã{OZ´löߢø»˜ø¾@çÏѬÒͳë»"ûGÆ\íœÕÁÀ˜tÚ!‡n–ŽŠTûÓºÂ1ò~Z“ï%I×ÿü÷†—9•å†zïŽB„‹u¶ ‘-±åãr©­]Žf@©&\YË¥%ŒRMN¡:‹g@W…Š—2Ýš ‰þ$¢–ò‰äc”õˆ¦MS„BŠÔ¶(—Ó~g±l–qÿ¬à”Ieš¨¡’†Y8¤š‘ -LÔ ª¶?øœñŽ…2Ÿ™oœ$–?9—”Šž¹Œa„ŒŠ µ¿žs}DZœ4ql¬s™òe ¨-—¬X¸¤"•¾Lk -”?§œp’r2i˜ç‘@$~•¤Ó2ŒM‹’„ʉiµi¥}°©¢ppʬŸ¼ds§ÆX3£¶š§KûŸ»˜†?P›û– 20˜l•,$i•’²å’|ÊdŠâ„ÿˆ¶µ%«ä|_°^¨àp«Á¥Óc˧j¢·W £SŸûK€ŸS€>ñ›Ž›P1ð—ø˜ý$N”˜•û‘ÝŽ/§ŠM…,‡ô´ä²ò{ª°¯„oi«{¬c6§¨¢W£¥ŽKžú¢Â>œ›1 1·—–œ2$6”+— ‘XŽ;݉ӅQ‡8´§ºc{ ¯ã¶anâ«B²zb¾¦Ý®¹Vµ¢½«VJ»ž²§þ>Wšå£Ö1Š—FžÄ$"“Ó˜níŽD ‰q…oƒ3Ânw9wQ¼òwãka·»x‰_[²ïy)Sf®VyõGq©ÜzÜ:ù¥«{Ë-ì¡Ø|É÷ž­}ßèœÁKŠ’Å€ï‚«Á`}¤vØ»ü}Ëjõ¶Õ}ñ^ø²~S­{~kG%©~Þ:½¤Îk-Ç ï€ö¨€ò%›…äð‘™‚G‚Àm„vE»ƒ¹jsµøƒ`^—±<ƒ R½¬¬‚íFߨ7‚ï:‡¤ƒ-§ ƒiõœ¾„ Zšk„/J‚挿‹Š\u½º9‰™i÷µ$ˆØ^;°qˆRr«å‡‹F §p‡:V£>†Ö-ŠŸY†Æô›ï‡'‰™q†4™¥ƒ¾á¹u;¹Š„iw´rŽO]ɯ¾R«1Œ#FQ¦¸‹P:¢„Š¥-kžšŠBû›ŠQɘjˆþޱƒ`€œ¾`–ýt¹•Qhù³â“§]H¯$‘ÿQŸª‘ Eö¦p9ݡَr-LãÑ šI'—a‰Îr»ƒ¯€½à+tL¸‡›hŒ³e˜ö\Ù®Ÿ–ÛQ=ª•E©¥“Œ9§¡D’@-2F‘g ™”“X–}‹FÖŒêƒò„½r£^s˸ äh²ôžf\f®$›âPÙ©‡™ÁEZ¤þ—á9p ¼–O-œµ”× ˜ñ‘Ä•´‹à*Œ7„+~ö½©£s>·¹¦æg²‹¤[é­±¡APn©žÍE¤ƒœ¤97 <šÈ,ýœ-˜ %˜Y“ÈÀ•Œr‹ „[~e¼Â°Frº·c­g²2©ö[{­O¦ÌP¨ª¤D»¤¡¦9ŸÐž¯,曹š¨ ,—Ù•{ç”oŒ¬‹$„ƒ}ß¼l·XrH·³‰f´±ê¯á["¬ÿ¬tOĨW©sD€£Æ¦8ÜŸx¡Ð,Ô›\œÉ 2—r•Å“øŒ0ÛŠÁ„£w·ËDxÏlGŬy`èÀ*yYU¤ºÊyÝJ‚µ—z?h°†{3׫Ç|p'µ§t}t££à~– S %€?” 8wˆÊ>~ìlÄ­~£`¾¿/~~U€¹Ñ~Jb´¢~Ý?K¯”Q3ŪÎë'¶¦i€®Ä¢²¬ ¤žÐ‚?¬’ëÏw;É8„ókÃð„:`r¾:ƒ¦UZ¸ãƒLJJ³¸ƒ.?8®¨ƒ73¹©áƒu'¹¥tƒï⡤„Ê ì „8 ‘Ú‚vâÈ>Šîks°‰Ù`4½>ˆçU>·øˆ*J<²Ï‡¥?1­»‡H3·¨ù‡ '¾¤‘‡Cü µ‡® ,œ“…óaé‚Iv”Çsëk'ÁÞp_î¼hŽU·%ŒñJ ±úŒ ?¬à‹R3§¨ŠÕ'Ä£°Š¶%Ÿ»ŠU €›x‡”Íð‚’vkÆÍ–¹jìÁ6”×_£»º“T«¶m‘ŠIÁ±Û¬E3Œ§RŽ…'ˢ׎7YžÁŒ¶ äš[‰HŽø‚åv ÆBœ|j£À¦š/_b»$˜TaµÎ–I€°˜”ˆ>­«r“43u¦¢’8'Т‘T…ꎾ9™f‰ž²Ž#ƒ-u®Å¢CjUÀ Ÿš_º–Tµ7šÑIC¯þ˜ð>ƒªÔ—Z3c¥ÿ–%'Ú¡m”#²%•…˜‰Ñ nƒiu`ÅG¨j¿ž¥/^к ¢kSÌ´£ŸÕI¯h±>\ª>›é3V¥c™å'ë Ç–¹ãœm’H̗ЊXŒÕƒuÄÒ®i½¿*ªç^‹¹•§ÔSŠ´$¤ùHѮ碟>:©¾ C3K¤Þ -'ú :˜å›Ò’ø—1Š)–ŒXƒÇtÀÄj´wi|¾È°¸^T¹5­=SV³½ª,H§®§?>©V£Á3B¤sŸ(ŸÈš¢1›V“6–±ŠIÈ‹óƒéé¼ybtÛÖPyåuãÂÈz_vÖ¯zÍw©›A{ÿú˜}“á6xBßÂxvµPéŬïÜ ±°æ–göcnì© -7ßN\±ÍV§YgMÍ`TfM~Áo1*ã:æh‹g±¦K¦ðxöD:âÌëðppqRž ™/ÃÕÐG¿—x-<µUŠw#<ëI|µzp sFc1;TÑLb›Ð–â%˜#ú‹ú,æ…¹bUX¦8‹¡Ø£P5fÄ7ûY`“x‚Ól×X·b3ø½{WVáû¾vd\èÙ˜‹Ì d…!¨.õúDCÑX>5Ñ-àÕÓ ³¼`_ol ¹àts&+­s0K2öÎ'¸AåÙkO*ëëçᯠ-7ýUdì¾A‚¤ÈjD-Q&Ø!ÄøÑÔQï•¢ B‰ã ”\·ÆÐÃü 3h(;óªl® 0ƒweXä{Â!i¿)¾‡5êÅÐü$uÛ™µÈ.ýÈmD&»¾çWdXº×Qˆ<’ØZKµ°ÿVè«6l„ƒ4“ñàê4Æ+Ä\e¿ç8 \áèŽüSžaÝOˆûÆžƒâ*—Ëžà!¡†}S|ILJ\ -hÒ¹8¡ñœ´¸x‡‰‚Õ‰Ï$<¦~ìðPÙZ?„wJáQèÔ”Û5 F¨vS«:r]P"†¬Šéœ6(Fž ^]SðeøÇì >çá“Ï:áÃé1Ö¡*Ù››>ÀL·U§´hý\ùÜÞøWŽ-[·VL•IìkIéHl t²0,x Ôœ÷wŸeÐ\Îqô$óà**ä&6²(Ðw$×®|­è~ë<—½´½ôND€§ëóYo@cuhì"h©áA(¬èw3$Ï›vƒ¸Y­«Áò?‡ßôqz;ï*Ÿªú¬²Ü©Ë‹„ ­Í”åžo\Ã/׸í, %Þ)ga‘ÃNh{NÅ*/P©0õv§(»=£Õ -Ö0?êöó¹ìER.o³¸Ècq¶¼ïÀ¸Eä-è¼™'lÉ$™mÅ'’ƒšŒX -<áÛö|!b_µ„7ƒ°sD¼¤]üùÝÈñ&1ôbì+r'¶"Ø”\„ÁÞ§¸7±™-¶ÜrÜ•bÊãMÃxsüwíq¼ >½"˜ìãý‘5Oã±E"îÏž½˜›GþóG¶­çú2/#w5m_ýÿÓûQ–ÍäwƒRrRq£µ‹<$Wú¸ã²`­„K—þ(ÜËýABc>%îŠ÷žš%ªDñ‡ƒ •0×ëoD²`ÚþßD€ œ²ÿ‹ï:PËÏnYÊE5ýeÛ¹+ÓF2Wͪüy"9u/£“pQÔF¿$¬äÛÉðé'‰ß•í>à…ârŠ3î&ÜÙÿ=70¿¦™Nüªû½Ä@9þš -‚¦màUà³Q)¹¸!Ý.ê.U[ÞÀ™©–_ñà -?»KøùFJ4ÆÛôª‰G†Œ¦ÅŇâÄYÁÍô$Ü''ø™\]»fGÙá63¸IúAv_mf‡axª€"C%Æk4BbT4T–Õ‚"k<·\”æ‡{”dq ìsÁ«ä¬7/üd4V‘óî  -ËÐö{lÄÎh¾ØíÇÌÒx”ZÔ]¶âÊb[~=ïi¦ÌâûŒõfìiÕgÆò 5F°èb(²ó×§øŒ9éÊÝ;ÐOÙ§íV¡i”¤GÑÓGX_}nŒÁù]wõÓ¸ik§ÊÓ6fâ:,°ÖpÁ³ªø‚¾,¥@б‚kîbmuÕFRž!²s—á37€:!Ô?ª§`CWÖ§&`':¢±g˜UóèùDtÀx4D‹ªLؠ²ÅîëÐCKhÝÈÓìÿ#Nà¡L€o×osÖRé -ïmR¹Ò¦U”a9B´‘û6c.¾o¾ûšoî1Ì8gÜ Jè¢VÒÖnv[[mçFªGµêív¿zÿÿâB+J0Ì2ïŠNðh¨Ä¼Ér/ –ƒäœ²Càyü5‡(œÂÞr¥aåDlG“x“~±H?ÿ‘«IœµŠ‰¬.´Œ÷È©½ü GH;A¦ô!þA0„ãs„AµØRáxJ8*ŠÛ›Œ¨Dã[»à×Ñ®~°²bÄ -†ÞWª†.Q{!®»¤£ønÝ(1_Œ³9ø±WÅ'ÌIl–ÏCwƒ'ïCpð^¸~þ¸u% ^p™†î€ãV&È ¼>¸œ £úMÑ„y¬6_E%.Ø×x“躻‘ÇA0Ì1©¾‰æ„݇·"¾QC͈‡‹ò…ŸZ‹K¡+gD¥2²sÏ‘KtO°té z å°nÂf¤•9•› ?¡ÓÊàí”M˜d$n|c-ÆG\ÒÅÜÇzx 1~ƒÏèF;°ÉêÄšBtBóžâ"©:Eˆ³¢&'>"3$vAƒìP¨rfÞm©#t±Ë&pšê´ÞÜÃJN8×Ú6…6n©^ÔyOçÏO‡MZ,»z¥~–ð ŠPìy$î‘;lÙ*¶”ºº|”\¶ÎÜñ7¾¸ó±‡­ Ø’vߪ·¨U³‚ðDl?ñÒáºÖ,"uy â)mÜžhqˆšïû¨SÚ:wdµ¼REÜîûŒÍôéZòÐkÇó4cÈS¾>ÓnWž=kvËìÜããKÅPmGÈYp²f§o&è]•ᬎ*žY÷V.#^žÃLCÜæxTrúšz )ïsÄÖÁÅ=™\ªí||ô¥øV+w]¼ÉðmˆÈÔ‡ùZèüœ³ªçÖc&r~ï¬ð2fÌAc‡SÕ_ ƒîh¼eà)ç>tèÄõ£Ä*ÓïqQàtÛÇàë`°1xó€­ wªìÓàÖ+IÛ¾:¯hYK½¢ ¸¸ê *9…÷³£¥ÊßI|8¶Yké^nT| u ¿¥Ú¿¿kV¬Ü¥CA™µ×$Ír*‚S$s,¿à±+¥æíÑz½ä`‹;‡îm¶P«ê±¢dbPæà%Õúý °@ÍÍ]6è -U¤—žUìu -…nI¹–Rð:^ÙaÃþr¼]J–™&™ :£Ã¾Òm‰)Ì%Ò›FÒšp»ú˜}ûÐ ý¼ 2 ýèe šd';(MÞdÙFâÚ¶÷¬îŒk ¹Û÷”ž¦]*‚HДPPC¬jß™ú m>‰Ê wÎE2jÿö샽ª/;Έ?* ,oqSë6wønµ”iZM¯¡fOdÈI&ÿ~¿ûEj<†uDû¢Q­KkµM|Ï\hF:ŽŠ;TBËY€Ä‡ÚCôK u;ª£‹w1/5Ã%•>*¤t´ðˆ¢¸ìcšHVÆÝ=ÁÖ—§ê™7<žLkù2‡XÚF ]ØEœ=m¬™,ÿ­úª6ÑrõU¾“è¹²ŠßPà/WSEÒFÁl´µä†PðñyzØS¿Šî8øQî:³/ñ~`~ËÆêk€LSµ 0RߪnFáŠSšï+d‡ÔìŸ@÷wQ’ÕÀ•€lf6§V®kÉdÐ`‹Ý¯jŸâ»ª¬5)Ø0¹T5Û 8+ŸF9yá²¹ÈlÊ(»£ ±Þñêܺ)Ÿ,‡ó,‰&¸×L‹Ù@°!AëÉ~VŸS÷H¦ñIe"3Äo“Ñ%¹±Ò4*%yV¢ Ó"_Ñ;Sa8¸iq»kÿŸÂ¦Ì&ÐmÈò&×*ƒF¯‚Ô^ª·X·bBéÏ“É.Éç$±ÒóÉË%¶¬_dÊ n¿C^¤36^$‚©LûI|yÕÜIB¥ 3Uþu Êê+z;´EQ^}±¼NW—°%ê'%3¥mD35+·ÛžAFI#7òñÉ'û_1„Ùmž ë1ËúËšÙwE¤ŠkˆG ŠÕ eÜéÛZaV7ûUÍ…ƒf‡Ö5‚"Ômþ/ˆ)eÑÆuøwòŸìÐØ"óFèæYwIÓ×µX¤ÚÜq ÖËÇ[Ë8ƒÒfÃÿ2—œn8Ÿ8EOÖöfQëk:ýsX»pÃÏØcuº½åÊ’ÌÿÏ@}ø5u ?T†UfÝ…]‡mï©Û[½¿-©S”¯]ÙЛ‘£ü£ñc<"_Ûæ.©Ã—zÿ„®Ÿá;Í÷–,ð¯’^AÉwpöÀ3Ë6œ -—iì‡WáõøÿRj|púI%ª¹(ÞEÖâ:"–·L{+à:âe”—¨‡ôȾ’g£„áãdOÚ˜9‘Ø”g¸FŽ:fÕÕ“ §Ô™db:J‘J¾¶[úåp×Ðd”RíÝ"ÒQfQÉPgë”ýeîÕG°ÍúE}bÂÒõø¶OôÀ£SZ p¶0JØd9 ìܽIrpõG­—ÞmÉ]Ü$h$ç0¶Ã…Òzm¸ñã|Si±ù aYvªq%áÒž½Y[®iÉšS= Ò’»Ëz D>´xÌ¢LÒ#ú‘æðŒž d·šsVòö’«¦ûä6„‘›Sµ'É·b]T%¿ ù÷”/y%7[£]²ÄXêª%iüLjj#]€ûW÷=®fµõ&0]Þþh=¸§í0’¡yxÆ\Pʇ ‰ œØ‹Ú‰„€Ç¯¢¦]uG«_£ÙiÁ§?¡M^.£Zž²R¤Ÿ¶œbGœ*šI;˜Ò˜h.}•¤–h!B’ª’ÓQ0ŒbPˆ‚„E€¯Y­Bt¢«ªZi+¦õ§m]££¤xR)Ÿ^¡ÐF¶›ÐŸf:¼˜s.C•?™!%’8”Í^¤Œkƒˆ „gb¯´ztªÙ±h²¦¹­Ÿ]3¢ÁªYQÇŸ§bFc›†¤ƒ:y˜' É.”íœ!‘Ü–Yi3Œs¬‡¨„ƒ{W½¨rp?¸¦sBe ³át`Y´¯|u]NZ«Lv„B÷§@wÃ6ñ£}xú*@ z1“y{l <›1}8$ëµ{ -¼ux£oï·‘yÓšR„Å—„Pg΂Myi¹˜‹©ni´ÆŠîc]°*Š,X;«ß‰aM§¼ˆÆAˆI6:Ÿê‡ä)öœp‡¸è™h‡ög–z†<όۂ“xð¸è‘¿mÝ´•bʯ†eW´«9Ž.L¤§2A•£Œ\5þŸ8‹¨)Ý›°‹?ü˜ˆŠÔ³•h‡ú<‹æ‚Ýx]¸]—ÕmU³“–6bL®ù”–W@ª©’òLA¦‚‘—AH¢oj5Êži)È› -ŽÎ—ÇHô”}‰w™‹ƒwÌ·ëólϳ›ðaЮ|™ëVͪ&—ãKߥý–,@ú¡è”¬5”ž“g)¯šs’<—{)“®Š@éŠbƒRwH·Œ¤lK²¶¡ÚaP® Ÿ‹VV©«+Kx¥›!@¨¡m™W5Z‘—Ì)’™ç•`–{‘}T’÷Š],‰Ëƒv³·3ª“k̲]§î`á­¯¥FUï©C¢˜K¥ D@`¡ž;5($›¬)x™q˜!•õ“-v’_Štc‰Oƒ¤v¶á±jkZ²®(`‡­c«U›¨ï¨Jפå‚@& °¢’4ÿœÌžÆ)c™š#•‰“³‘‘䊇ˆìƒÂoðÆ}s|e*Ápt+Zz¼itïOì·nuÕEf²¨vò:Û® x-/À©»yh#ý¥ßz¦.¢ß{è ïž'~ ï’@€ -oñÅVye1ÀOyÔZ‚»Pz"Oì¶`z”Ee±¡{B:Ü­|/Ȩª|ó$¤²}ìl¡‚ -Wœ¶€[n‘ €øo²Ä%e¿'jZ`º4POݵR]E^°™ :Û«ü€/ϧ€ˆ$-£›6¢ K‚. -²›m‚eßüDo€Ã …§dÙ¾…ZC¹„OÆ´;„JEP¯„$:תۄ/Õ¦‡„:$A¢’„ÒŸ8…$ šK„0B ‡oDÂ0‹£d”½ЦYü¸#‰ÅO…³P‰E®’ˆŠ:·©çˆ)/Ê¥“‡î$Q¡™‡ÿ -ž$‡Ü ^™$…Û°ŽÑnßÁy‘Rd+¼dðY“·fŽ«O$²‘’Dέьº:©!Œ/±¤Ä‹“$^ ·‹{HŠI ¿˜‡^#‚nnÀÁ–òcÇ»¹•,Y9¶Ã“…NÑ±ì’ DŠ­*à:P¨vî/œ¤9$iŸôŽŸ|œ6Œ] — ˆ)†ŒE‚bnÀ œ£cn»šƒXæ¶+˜Nƒ±O–­DJ¬•5:$§Ø”/‰£l“$tŸ@‘s­›gŽ; Z–.ˆZÚ‹‚›mÍ¿ž¢tc#º˜  X˜µœÂN9°µ›¢D«õ™å9ú§D˜y/x¢Ñ–Ù$ž–” Ûš¦ò š•kˆ…!Š÷‚Ëmp¿1¨dbÖº%¥©XUµ"£Mû°1 ±CÛ«rž»9צƜÐ/j¢N™þ$Œž–8šé ϔɈ©[Šy‚òm¾Ö®rbŠ¹Ç«HX ´¿¨YMȯƥÇC±«£X9º¦a N/_¡äœ„$•’—ö"™þ ú”FˆÆŠŠƒÞðu²oŠÌPv“q¹œw_r‚¦ÈxsÒ“Òx±u*€»yYvŠmAzwÎYJzµxÿD{Qz.{ºzã{×{SÜ¢s™y§Ê>t¬z2··u©z´¤ùv{'’1wR{³Qx|Mlxê|ÔX4y®}PC¨zZ}À-ezÃ~ ñzÐ~-ÚqÔƒ¢È sƒ-µµt;‚£9u(‚i©v‚1}üw‚jÙwäÕW5x¼ BÙyvl,Øyà6Òyç€ûØcpm9Æ+q¿‹å³ér󊦡•s÷‰†2tüˆ|µuþ‡¨iÁv÷†ÇVKwß…ëB!x¥…,[y„i¶yƒwÖeoS–ÖÄRp¯”´²3qð’© sÅÇt{wu,lh²v2‹ØUnw&ŠTAzwòˆç+ôxX‡ÇÀxZ…ÍÔ³nt Q ÄgXS‡Т(ŠLÑRp²*à§¥U™ -ˆ›!²”!¨€¬$$wß›{C IÀ„0BØ{„Mˆ ²—ED[÷ªT쫤~åé{çÇQÒf‹i­ÅŒ=Šê~ŠŸ\CœÂ¤çÊP/–PæÛÈ%‹`vÖ¸û)ÞYõˆ­ÿ ªç/ÜY4T?5hMs¨qjq¥‹+:‹Ým¥'Ež)ŠÌ£Ì/kbîyú@}™“{øDR²3ú9놑´>cìvv’SÇ…þñ䯖ÍM t†?Š´65ÂÝ)`o&Zª³š•]àdç?qûFå4î´Û³}lA©(hú|âýÞõ}üäÃ]f´œŽŠ;ô+Í´Œ Œõ¡@æêê°‹.¬Íå+ý»“¢'n¹ÀŸ&¶oAç\šÑ!ÐR\;u"Q<ö°7!iað°2‡æÜÓSp¬>&ØÎ Ú´A<¥Bù삘©®ùÍ߉ÕR±ÊÍ@Š[mû»r-£àFæ†Éã‰ÞÓÓ×Ф¦ qC[òüH¨|ž¾¶Ïƒ–a×L¦øµ³ÏcF7öûÝf…Öz¸}˜•wØ”b³QÀËÜ6#Å­“cƒpºiËC<Œ¡*þŠË˜V¢oøM–yF¬¾Æî'ü¡€@¢ÎuÿžXBl}ØöhÁi6;8-D-`Óþ`‡§›Þ£w¼È ³FM…ñ…ŽÂ$vCcÖáq‹m¼ró$ô‰ ››„'qÅà Ág[N†Ã8§ ×þĉi4D{…™åè>¢ÁÔ2äŒNPK±ÔGÿíØõÁU†;PomBp:õÈ ¯¥Æo†BvÂñ:ôkÆhC8|Zp»@¾Ã_à+þnPyš_@ii¿úy¡Ëiæ1&o½€)y𑨠®É´-w·€SÙuÝP‚$-_Íg½K?§fB¬ˆ±X/zQ Õ§Ô+ƒv ¸[+Ðü3(¶-Íóú]àt±Y—!¨£(¨µÛå¶yÛ ×ܼe辬‡9ÒÊh Äôrµo/r%shÿú‹x­uê/¼cP‡Æð}ÇO±:k««€¸ÊÕÕ@ÝÒç9³`YÑsî3ÈC¡•rz• ê'X–“çkŒìËÞ¸?i½1GFÿ)e…DK®±þ¹ú˜ÚÈ;ãhèØ²Á_6¨½¿AÜêç÷Ч²ã;‚áµrµ¡l%ªÛ™:—$Q§FÒÎVwpÞ04sf8) w†À|“ÒÎ1âÎ-R‹àÍ“yÔkx‹ ƒšE‚L¦уºÝCìôˆÇSýL]…Š*ŸR)p”Ìœ:Œè¥úR›‘ÛŒhò_´<ò.9]òQ’ŸqçAJü£¥K„êþAmao:Bäõv/2ˆì«0%!;¥9¤)ÙLÍ“kÈaº{‰œ‹˜&µ(}ï{¤9åìlI:RÑV*Ò…ôV‘G¨Ü`¶«@Ö*aÛñ/³­ø&’]ì-éad{KÚÍ”½5Í-üO¶ oØÛ„Åós’³ îk«˜ÿŸ¯gÉNOíï^Òøæ—ÄÑËŸJ5ˆÃYü¬Qâhæl:á/ú=y%qNX¶D2D^á„Z@:¿ñ3­¶ãész¾Ä0o²w=+,šÎáüü¥bž{/ó.— ޏRú0q”¬ 3Âç³NyÖ–âGá.:dù’Ø*ŒÐK%4ÒU=…Ø£Š9åWìuÙÚ"gìŸb{±3öUÁÂmðòg5ñ½¹ g}ðxÙFO]¼RòÊqÞ—õŲfvé5ãgW]±eWC;S·¯pF«ê™bHy f…å•lO0Ã: Wœ¹Œ½“ë€qÛ\‡~Ü#û?–¾RÒ¤w›ÌPw¯@—T²zýÚšY0ƒ­ldüӮ㣖˜e•:Þ s/û:ƒ!ÅñÇg1•ÂØ!›Èw³<†¥Ë<õ>`§…›®ÜEսºshs÷jù-´A…g¬A›ZþBŽ #Jü†>©µÝm¨ø÷øȨtƒÃwXTa´¥)¶)Ô×A? -w©GPáXkm -ʬÉ_B£®IѨ+ °ڣ㞠¢¦øt°®üØ7t©j§}7¶®DeñÉߣo†Ö]º—3î%¾j¸%˜Hn- æÏÐÃE¬ô/ŒGXrº#3,Á+b=?ƒò^ƒ'N¬äÅC%ö}¼Uðss6÷òpÝ)nÆé2Ø¥õÚ|0¯ %€ÀŒwiCð^Ô0m¢oÂ#7¡0÷3:|Üž+¤ö»¸»ñ sWî -üýºÂT’mªJocÛÖz§}aÉ Ò¼Øˆ •WÇ–ÀSKl$¬ãÇ©t_‘Ó@ãÿøí*ðØCœTø­ÄÁ®VØ Âz7v¸dr]&4–‰¾Di„OQŒi¤ ¨½À‘¾l™‡pâÄ;¼—#K}ì&<¶c[w[oAÏÂã¦,äÌ6|d˜~BSá[áaj’žå}"/Q¿fÄjå©×øøÍylа_a¶øÈŽD4w·6B^âÖ¦ñ°5iÐ UŠkå/éÔ2ojbËZ¸wÉÍÒ•™ÂF\sòoÜI6Åß±ÃQ%}Ùe¹OZ=E¨xÓj¨;¯¦?U ©Ú©G ù˜¼¨Î,½A¨Už$®U¸ÜµËýÃö£¥i>ÿB׉/º4"a¢$«+0Î8˜ÞçˆMõ›h‘~T‰Riu+‰a2¨&¼d”°«¢ÓõøöŠ™g°}åy‡«Ñ åjŸ`D/ÿÉ%—í±Ò@3âJ³Å`<‘[ûÐrO‘@­ojÆ›‰iCAñ üF½ã™ËØ-y\úH»4ôt©Æjß âYÎs~ŸTî²:eK¿3û -xJк‡ô’ó²£äDg&v‘hh½\ô -ç6ý™ö+5DľGѺáÐHs͉}¾ðdU„3 Í«åV>à‚œ2  - ]Í-jxP$Ï#ËûâÐâLmÑNÜ«ãyZ4æÙÒ›†ú4êC¦Dý°÷cX¢»ä¼j¬ôµÚ6”µ™Å6Dgm—Z–á¬HSd}ŽßWlɾ[üoy@nÄ™&)ΙŒ;-~Ÿš(Š.xèÝÂírZGÏ“¬`z´¤nùr ÑY—oÈÿB¾ ˜)`cùÛÂТzÙ¶¢mi•°xC,WôS‰eHÃ)5ñ¶Ú—¾Ý>B¯ç>dS#¼ÎåY„½ ·Zª¼Ïí‰ÊFyûQ¶ì ïR!,µç-¤jÅ"~üñj‘ìÐoÂ*÷Þ*ú˜ e; -¶²‚ÉI`hù]<¬ÕnVÜD¤»ä£Hb,ýq(Ȕ셥4ŠZáöc·G¸üP=s÷ÚQÕpêv/Rçÿ0…‰!pxe_ÙïôŒø¥lžŽƒ&¤¶”!?FÌ%GNw33䊘Â""=XCÛã7½Î’ïq/Ç߉)ìË—ðÄM9h;òFƒ—±å¥¢.ÙqY8Ø$I-òBD/ĵÉ#L¼(>f+ýšùúào”Z¸ÎËŽL ×;ÖþT -ËO'§û‘{XzE¬|H³’©”>P‡cU)'ItJ&}>‘wͧ3d‹ÆQ%‰{zˆç¢÷ŽÇð Ì;–-Ö'L5žCXøjõ>ù©Ú^!#ͪIœWhMsfZC&9 -3ÕÑW©Ê®“ÍeÏ÷°‰L¹±£)î!ía™cE2'¸÷(÷¯h* A)ËÐÍ?+f×ÿ7GÎHtÏc„fÕ«¢-(Uå±ޤ¿úúî+ÄbîІ]Qx[¾Be’b“ãÐ;ÏÞ \h3J0§ ÏùDM“óM;Q[ïà9ƒÇÔ˜8¬ÃL*Ëfd@kR9ã€rLçŸáDÐgÎñ5ÙÙBuJ®CÂaÕ&NOÔlÙ¯ùAÿ‘M îš“:mÙê!þ¾˜·v•¸·Ä°Ìžâ;(àê'y äŽ*—üëÜÿ1\ß_M -€U–¨H‹1(ôÄ"àDÁ HÙ €h€²dC„ ’›äfÜÜÜ›ÜìABf¨¬"­•ŸèS©Å"¨ÅY ­¯EëQŸÿÃ÷˧Ҵ“«FTÉã -ϦñÌmØß”«q;¥K›/G¢(:þƒøí'Ü·bŒþƒƒ^¸‡é# jµQŸótk¿ü²A­£}¬R*SéYù˜<~5ƒ‚¹22]’Æt䤶%/pNìÜò—ÃÌ+Ž‚tÖ¬ô¥¾‡í Nh½ØÍù*{]¥YqxJ<+Kî¦K£€G/4x1%îÞŽÀv®JÔÎþÝ1ŸÏaçKÆtׄù\“&I0GIWþ)ˆ­÷ðáãO1„÷)}…„Í+Ï%¢þ örD"PŒc@?CŽ£¼NÎM´_·^Âç(Ô6”Ú”¦LAòʯȿo>î-}ãÒrÐ7"ŸØwÈ:()óº2I»1Á_vZí¾ûŽ4^±u)j'·ú6ÀóÒÛkVŠ6ÂVÇ,°– ›˜Vb#Å èê¯ÖÉÛ?/¨;̱™;oƒñ²ÌÖÄÝ5’g:ÏÐnĬÎóÝ7Ê}Ö,4ðmG6÷_n)ë¥ úyÒ°§Ÿ_Žé2lùÄ(õñîäŒóŠžŽÂøh™³¹s·‡Ä`…‘L]º¯ì£xí¶Ã7»¸z.“ùÕ©”ÊQÒ»Þœêì²±nEÍ£cû:6Ô¥¥4ݨ¿·Ò`j(ÝaÖ“†4k¢›ÒðɪRÊÀêMÊ]Ô¼eÞâ+-[Zbú_’ÊHq6ÏZÙ†®:2+¯·}Ec]ZHÛå&:¡µÕLQîÈОk¶†dªÃ¨çðùÊ´»«i_”V.3Á6æ$£¾o‚ê^ϰÚQ-¥Eå4ÿ<7Ë*š,µÇø+}3a«þ$}r‡£æ¿ RH˜jgK¾VÌ\¶zRffm±Ã‰l@$]Ý{‰%¯ìqf,éëh`=ZoÞÀ:“ºÑð˜5sàœnX5ª~ Ä…¸(J|‹|ÛßÕ³5v h’G»a»Ï÷©}ÝÆ;WüO{ïpî S*8Ÿ"7xèDí"˜U¤ÞÏ+„ 7eƒu®IR -wÚîð»æeó“jwtpO1ÁòYt37¬­z‘²¢• …ÆÎh3„HÔjYhÜ+ŸœÂÓ0¾`Ò•#©äݶ¼b? &ZQÙå~ç )êµTKæt·y  ɘþ1r)–¬™G^T>„ï³äQ0O–N‰\PP€Ù+›8žÍ\«—6´zº³Q-*Ze^PÎåxe -Ïdœ¾P&ŠuÑÄb~‘õJ¢äYð!Y¯‡/”†!]§1h­ý>‰“@™îj³VûuºF¿'š™ú¡lºq½V™„èž©m1:õUåóHœâ‰¢8ØQ¶Ev¿Wb–è\ï#Ë¡³¼yNÅ¿'©«°ŠÑÑ×á\ø‹Ù×Üuä/ÃHÛö$w§õï˜u©îψ‹ -–æMаóÊxoI&v}!®‡&ây¥¬‰Ùý¬ÿh嫎\¹0Át«Ûx„óþ÷žc¥àL´›0£UA嘠é6•,«*–’i™lÈ”ôŒúŠÉn†ƒ¬t¸µmTiy´+nÙ^Ö¯ÝpLT«ëq¤IG¨#s>j¤t©2Ù¡2v&&žXw™+œIxù -Ì™+{SÞ;~–s·Rsªi -²ðt²^y®¿u«S¼ª×vHú§w•>-£xx°2µ !yÎ&Œ.zó_šð| 7—µ~iŽ€ró¶zh„±Ìz^­©{S[©Ï{Hª¦|=ï¢u|Á2Ÿ}|&‰œ~NŒ™¼E ––h€wä GrWµ€?gø°Ã€c]…¬£€{Rð¨Ï€‚HR¥€¬=¬¡l€í2hž=&ƒ›®´˜¬‚j é•B‚–PŒ!qÆ´%†rgk¯Ý†*]«Å…×Rz§ó…tGï¤7…7=_ Œ…285…&wš3…%×—¨…¢ :”„Œº‹.Øq=³ZŒ\f߯ ‹·\w«‹Qÿ§=Š7G†£‚‰š= Ÿ×‰2œzˆ¿&f™fˆ§ô–¸ˆ‰ …“†P!Š9‚pš²¹’KfU®‚‘>\ªr"Q”¦ ŽïG,¢åò<ÅŸ:1՛׌t&W˜¶Œ- •é‹ Å’ ‡Òy‰h‚Yp²,˜Leέô–Ü[‰©â•_Q'¦ “ÌFÏ¢S’u<{žª‘L1¢›C`&A˜›•/; ù‘5ˆÅȵ‚‹o}±«žbeH­qœ¨[©\šÞP³¥}˜ùFk¡Ç—Q<*ž#•ß1gš¹”³& —’º”ˆ; uˆßˆ‚¶nò±4¤®dʬÿ¢‘Z–¨é nPM¥ž@F¡OœQ;â°š¤12šD˜&—•Y“úç <Õˆó6‡¤‚Ùnk°Ì«0d\¬ ¨‡Z;¨Œ¥öOû¤ £ŠEÌ î¡b;©Rž÷1™ä›¨%ê–ž—r“ˆ‘¤ TS‰_‡A‚õhªÁ‘nn^x¼ôo{TY¸cpJW³äqà@W¯ŒsP6O«ZtØ+¤§Šv[ >¤?wÖ«¡íy9Á›»|@%hzÀ=tq^\»¸uTI·6uÃJH²»v˜@N®iw›6Nª;xº+³¦Yyè j¢ê{$ \|h=š1~¡LW€4h9¾òzd^%ºszšTµþzéJ*±˜{Z@<­L{ö6H©|­+¿¥0}€ ¡¯~tZžö—ª˜Ó€»ÌŽH€Šg÷½¿€d]è¹F€>Sé´×€.Iÿ°x€B@¬%€y6;§æ€Ê+Ĥ7 ® ‡Ð¢¹‚  -—‚”ÿ¨Z•ï5x¤”×+ “­!œK‘VӘТ -š’–‡+‰B‚ e·¹q¢~[æ´î 8R°tžH^¬ œ6>ͧȚ¤5R£“™*+pŸ‹–Ö!›³“†÷˜$ŽÚ -É‘í‡K<ˆÅ‚0e9¹¨P[“´}¥ŸQæ¯þ£-H.«‘¡>¤§RŸ254£$œ­+aŸ™_!›8•F—šŽí -ï‘f‡ehˆ`‚NÓôrj3Â.s%l5°Vt#n#žbu oîŒJuôq¦zvÜs[gzwÆtøTaxªv@vywwæ*yÿxäfz¯yoѾoœtKÀ*pïuH®|r/v@œ¤sPw0мthx"x¾uzyfPv†yýS_w…zÓ?¦xd{–* xæ|fyš|`Ïmœ~¾o#~"¬†pŒ~8š÷qÉ~_‰Is~“wt6~ËeëwfI)“wäNgx¥EÍ|k݇¼%mˆ†ÃªÊo† -™gpq…l‡éqÅ„ævPs„jd:tRƒïQuƒu>Dv}‚ý))v÷‚ŒgwÍÔË~j‘ -ºOlJr©mêð—ßo^Œ†ŒpÆ‹Qu!r$Šc9svˆ÷PÎt°‡Ú=«uµ†Ì(Ñv'…ï‚w„8ÉÃi š^¸¤kd˜§†m•À–in“¨…sõ’x(tOgu@‰ÓÅjg­¶y´ii²£±k­È’Öl§©Á 8Ô‰p¶Ú"GÇËV_¹©lR¤´…È‘!RÈ1÷ÿ>fþÿ™13fÆŒc3Bùè¥ëõŠë¥}]¯Úš¾¶ûX½ß¯ˆ6ax4HÙÎ̮ձ§ìµºóáÛ9ÚU¾¸ÌÒ[ës¯ÃKmySò ã ÛGÞöP™ ¾«mÏÒõÍWÏælêÚDÙæžk#X‰Lï¦Çö²ꎇ ±ßêí}œ¯•ëÎqKç/ÝÁÃäõcHúå+ÅÝM™Š±g53Y;‡ÃÕ+²'î 2rcz(æãN‡wòV@óò°8¶ºÞÃ7”S¥ß¾®ŒkRnµ4”·MÞ5ï>•Ü 6dóš¬Ë\´t"gžÝE±7s¥¨ˆcLíìyšCQ˜tÝe‹;Cå®op1\mù’FøÿôM9ŸÎÞky+ü @À£$z îFÀJ(Œãƒl‚SÊß‘äð44ñÍÀl1/W1cVø·æ­Ä£z&yOqu]&ЉOõ(aK½„v\öèqëX!„0ŒÍ¡­#,“†W•ïÙ–µM - Îr½ŸÇ]SÅÏ~³« ŽîœK›¬mŠç¼#À›j½ócðµªÁê=ôBf3¸“Áé>Ô"dÂ'µ£,²Ežod‹¯b¦U}¶)·XO%ˆyÚªÅ!J@U~e‡ ѼvîÓ‹@ëœïqnMî!¤™Áü©ï{Å ëçn…ì3Û²c êÈù¥ùi–wuCcüžS:d°Z7´£˜Òú;Kw%7¬·@kòœs5ã·N˺‘Îò'ÌúA½ÌÕr¶a°{;‡Né9ý­3ñ©ÜÑ&×àÞ`íÅq »íœhJÛ­ÁÛùÑçSÉ×™—ÚæÈά׺#¤4ç³2€0îæ$ÍjÌ9CJ9œ£gÈVžóKò0²£‚¿Úéäćƒ+ø£HÏ`&~Ž=Þê„÷sÍ*Ëñ ž¯¼ÿDa%ÄZ“CøC B ÷‡l#n#W·Ï‘+ÑKŽÓd0–½øy WÄ F´¸y怙V\Å0FþjLM£¿að¨¬ Ü ŸŒoÁ ".˜Ï3Ûy„;áXJÄ“j‹…Ä3þ?ú$&LmB[B›òÝèzúšt¥h1CïÓ‘§|±MôƸkXm4ŠÿL½÷ú‚§P3ŽGqŠ´ð!©°Þóp´bMÃ-øœÜ¾t±Ïw•$!2ÙfèòFz$Ó–(b_¡×ón-ÃöçÙzñ±z1éè„[X°ðdaz=Y¢­n½Ó„ƒÔQyKáU?ØŽüZ°'c+¢UÜ‹]ÚÊ…û3QC~ ×"tN¶ÑÁˆ~‘R§1ƒ8ºë4¨Ö­¯5BÚ©+HR.½…MJ÷í0Qâ– ,²;’€ˆ -=§P«‚¬mµh®bÆa‘OZÜGÿÎûÒ|m¸XsÌ©½^4 >Ö?Î@©Uóz¡ÇÚ½'a8µ¬,¦þ¨Y¸ oÛƒ<)¼àPŒŒ [š¢iê €êH60€?[^¨»ÀÄ&=N×ýàBG ­'ª¡i]æa#ÌÒ -@LÊžÿA’5&iÈ6u”¥3ò·ôQûsÀ¦ßN=®…ÀŸg6P“`f«+ç¿à‹¦]i@'ëRG@ßô=»`eU¨§~Qaîàƒ–¿!:éǶW¼‹Kª¹€ý_5¨úÞPKÀÅÝ)PÞ>›-hÎŽþ7TÕ°ÁÞ\ãë¹–W9ü'i6[Æ"‘²”¸%Ó¡v¥È˜Yœ) -ÉIN0‚áa–ÝI ý”ý! 5Üö€Ótê9Ÿö¯ÙÐáÐ#³$ÚùÖ1$ìg]0d Ý8.ê{t7—MOÓ ¼"nmŒž¨aðóa1%…ýT*²ÇCJ¢ûíÖP¡˜©Ùyj^ßö^ˆl©n¤š‘+…ÞT,š@” :ËbÌ´S‚6Ü,ºI Àkü0áå±JA\´ý,H!Ì­ä\«› „RêÌÇ(¬`H°‘:.pá§üØqüIÊýx¿Ú5ͯ¡¶îká×Rîý|=åm;ÍWRþæq|)µ¤YÌçÈf+1~¤ÌMÊß"Í%gø–’z–ù6ï[*‹¼“—eFÞ_ÝgN>û¹‡“OE—m{ÈQ¡y%yI¸°é)/š§O"…mr#yBAÔ¡J#Ó–ôQ´¥äz9éGzæÇîÍ!dA[‘~Ò¶2â»dÎüi"šnwµ^å½ÄX¹Oþ(ÑYº /"ô%¾ÿg¸ÞÿbJ€'›íGëÕXm„lz›Šô@ª¹EIDz^¥ÇÔôššç9sÞ¯9çÌ«©©é1•”66j?×ǫ֢e³,—]wrUX»>>%{Ýý¾¿|K@‹);» 4jwë@»îñÖQ°ŸOZO€'8Çey`2ëê:<@ü}‘]bQ¶_èѧfÁyÖ“’hе>"ë!èRû é èYcÝšn0Rë}À•ú»Ë¶ýü·®ÁÀ5ÊÜæüÚÕ\—œ?f¥ £U€¥µ¤$ 0·ˆ³úFuR(`¯ï‰º ôÕyÍæÙË>| ‹\»©ûcúæ]m4Ó«¤ ¶{RiB:ã‹õÀú¶³™ù€okd¢ØÔü"*ˆ±> ~–ÏQuIàªP¿¤.µþ|u–7ç dä%õT_ºbB=Ö»I<©~ØýEÆ=õcn‰~êÑ£›#ߪ'l–À•ê¬ÍžÕñ5®u õS[ 7\pÊâËBE™bížâßÕQL²ä^É:§l +ŸRVÔ&y“ýÒä¨rQÕŸëöÍ2¹G4Ñ&¯sNÁw©ÊíÓÚßËçÔ¶3÷+Ji}¿ò¼ò/jZú²xˆò«öË,"ódå‰{‰~yG¤‘ðRÜX;w)G="q‹ªÏù{,xÚº“Ë?˜çÓUŠ>²žÒ)³É!å´¸‡tUÙ3Dºzï.#>8DÎÆÃεǰ`¼GÖޏ  ô™íí ½5ñT<‡øŠÃóå8Ñ »5ðêtß‹vÞÅnÃù–k³0'¸Ç#½OºÈ<Õ2ŸPwndµ»O(ÈaY2~… ,Ô⫈oÅ0"fçÌÿwøèq¼r­MÀýÔnHÈDK˜ÈðC¨€Î èBŽP.ˆU%X‡ãêÆdBfÉÐøùÚÓ€»™«‚0‰):¿}`è8ðMÔ{ÄŸEñ­[ÆKHCæ²±K_ÕÚ0A¤#^Z}ðG¶>lžK0ÂzA…ŽÕKÿ„¨ØŒ˜7Ä{"‡LA[ -áCA€# éç-nr•fš,lpÀ%Çœ¸(l°í0”…y´ž®L@•-ãyÓÈDSØ~-’ÓÐò~eñ -…óS4cš^z -×]Ø5‰Y&p÷^G6 -“tk¤èåÎÁ -º¢΋@ öÄÔqÄѶNôÌ6…„I`aƒÅ?bꢗš `P³˜l¨{Ýi‹0ß>#x…z)FîX™ÛÄv–¦ÂgÚ®‹PxKknØ<èRó¿ýØÒ Mšñ¶à8Dv78™…NeZ^tj5¤¿ªLÑýG2’w‡——õìá–WhEÃÚ?¥±›mÌTÕs_މ‘I„;49‰Éuˆ0%•å±Ë dù;D7^y¸b3oÚrïsqUc©é¬@,Zʼ–Wnö¦?(ì¾IôåwÂz«ê„Ó3¢,­}ox({ÍœÑo”?½ù“Šså^\ž2ÿÐSv­Êk­¥z'¥§Ô­›NÑ € ßÏ© P(L¤6‚ßÏIÁ¯@‡Í¼þ˜FJ§éš[êQ®Z\6›M…ÖýsRëeïíg –Ø›ô\èÞ¦Xj¼xÍ ’…ó„¹düxN> Y^㫳3Ô\~qUÕÃv*Émá”óžIÄ{RžÓëðüXj;¾,ô&©Àž¬9N\ÁF„…D¾ÈÙ D‡Œwùxñ#—ÀY”œv’½Zòš¹ ½žãNÛ™W)+(ŽYC“v:+4•¸CY“M,¤…Ù¸šœrNFâ"ÃI~‰y?Ç©‘)LZ‘iIÉ|ÆË`ÊN¦]õ{ªÉ¿øû;fHwÎ2Iİäše¸L{Kx`*œõÈQâ }Ç7c}¬Ð*–72ë‰â`º¡ÈÒS´Ù”ü# šÎí(%,F§ÔS>?cÏu„0° Îß!.ÄVÅù½ˆvj¿nEe6fÍ_¼‡^ÓôuæUÊÝŸìM~j™‰~@¬ª½∋j&}TX®ñ/áj´”ßÀ‘ÍkØáîB¤_›Òyºzˆžn/â©aûÿ2=È#«vˆîæ¬è ü¢u(¸{X/õñCߘG…s ½›‹;ü9!猬¸/~¡u쪞O÷ž8Yø’§eèIqÇÜÝKˆLû­íoñRÛÏÁQÓ´åËÿ¢fKûKÖÃ.AÐÁòDcg¹ÚT4X}¹n¢øzQšù™¤+ã¼i¦ŒÙ=˸ªB¼½XK}6ÎÓùT {Ÿåƒe) žñÕrtv}Iýœ o˜.Û-åpÕ`-\ñª°¸¦Y’þÂx½ŠMŠ78WmûM'“¯ :Í{*мp^ʆ…«8_•퓪׾ª¯—@Åu‡ä+¤íædùÇ…I¡øWºÐЧ¤-ºªCÛRy…:((‡óf{3ì—À/ ÓXðì']ä5èÓeƒ‘šÐÚðx%] -~ÌŒ%šàƒáú^ ±ëÿAótë Ž‚"‚ÜXÔè]¥ƒ-¤™iø†ÓgÄ4²®ªËÇóÁæ8|G…Ò´ Ÿ˜3°Øå´"Ýìÿ ×÷_‡pd=DSÒâFEK”¡ˆ T¦ƒ)[d/ÃJ™sI.É].—»K.‹,ÂT *Vñ©Õ×W­gÅ­µu<õ9Ñ>ë€çñýá«ÏGIyñ‰ð1iá²AH"M ÎPq¥ ÿnå_Ò}^õò¹À1E‡«„î„:Åc:hÚ¶~ôš*}k·†¦´§KÕ2¥gÜ%·‘dò_o:­£ ~_“‹/l9±PKoíŸçƒÎ:ý~ÖTˆžyÄ(•m£máöa»¬½WHЫͳ„/ËŽŠsõtÑþM¡DxIÌ,LÜþ¶ÑæQ5 ÛÎS½‘M»zt)$åâù¶"`¬¹Êr¸±Sh -K ÈÍq×Á€r#‰§D O[ØÂû5}ÀñyîH¢4€­Ž”&{zƒ¿‡Ek¬ÕÞ&‰ù©ŠRÓkd)Y%V2@q3»œ¸¡(Ùè‹9Àw1>h?h ¯FFÁªÀ‡êf¦–À å&ÏRù#`T˜Þ>¢Íe ˜7 kv¼1œ×Њ¿èùȬ¬«ÄZ5mŽM‚Ó£ûЙ„äC^çàªÇÔ(V¡÷ì‘Ï—~ßZÕžIþͼi:¢çíXjXG|(Î×=ÁEYñø6{ÃT­ ½¤Á5a×ÔÃÈ­@<_ý˜ªP5«6{>‘µH³Zä–ëVã³)Ñr}{)ùo³w‘YWc\œiÇ#Émë5ZÝ‘Õ4Ó‰Uau -îXéQU¢<]ôš-}!e \–ªNf¼ÑQ´­ƒ,u,.|O|²Žf~‹²\Z? µ›Î­®Aú ïÂæÀ÷ô}s yØ%*_Iƒƒ¼’¥)ο`þßž££¨÷Ó6_Ò·;«I¸\¿l¶a Îä¤ChŠíÍê)Ha{~è ‰¹ÏT' 3•¥è‡çzÕIgKwó{è5cõz®ÖºUåwòêž´:™ ƒébÄ€vX~fÕ®àšršCi‡ éì˳îë?q·Lrê(|žÛ#õ -‘/×Ö÷[cW}BwsZåk>K°å™cYÓpÚ¸µ„?f¶r´+"¡Ü4'9ƒŸ0Qç¨&OÂñVtöä\éåq¢êø]s¹Á_œïx>[2ìTÞ´Ööþ¿â (Zþ_Ãô–¬kÝN4 -œLÇÄEF¡)»"Øôäµbµv׸ðÛŠÇ¡<¿Ãæ.|œúÔ²BT?×ȽXî ¿ hLâcÛÔ€ ¼´íÖäcÚi».ºW©¢$-lŸîB€BÿÍ5 ð+—Ø_“òÆ­³$ŸSËÌY€oÜ^,^ž­rhéÄT€ (ÅÊ¥ )4¯¤þîg•É’?šsºøÊ"z`G¬âyÙˆ=\ÁÏ£·_Rî˜HÐOÞ —OÐqÁÚ|< ¨Ð -À6J rU>Çã{E10¿IÜù«ÝÉpêÃe‰6¹úVîË <šRo|‡ÆþI&Aâ¨ãĈê]ÈgÌ¥ÚP‰îWÕRjÕ÷ÀÛ¶°†:WéÎÕüä#t¥ÝÖx~n™e&61ù/c9z/V¢Ô\Šb·!ç°‰HS@êS µ—²Âcè«,ËÏuÀ2½†âà›Œ%­ÛŒ“sΘ!rg2ÛpU÷0vª>ŒDÍÄOày! -­ -ˆÐl×dRÌp’*Êã<ØÍÌs-qwTÛÇíGJ*Û_Y¯ä$˜ý,÷“'ŠÍ×ý¨;b,^vO'χ¤j½tѾÈíZJÔ¡Šñœ'» œc;÷l?o7t=-~Ô®ui³¯™ö8ó7u’í«ÖíÔ•X×.ƒ°Wæ¶h'y`Ö „‹¡üÍSÅyn‰€?ë‡wïdTõ µ[{Ô/Þ\ß»ºáþúÐÎÛŒ½Ñל,yÄíBsò‚ í­ì·S-¾\¦Är77d©ho½ß ÆUaý‹˜Á[—î®aµnþ¦ûcÓOIw]}ìYÑf‡#°Z Ü îZBøÙÓÜLm×DªÞC˜á–§nnûGrßö§Êν79Ï -ö÷Ep/dtu]æ9“ _]lÏ ÿú÷.}œoz—"ç™ð{¬D˜|Ï {“ ~Â׋l€ajͯ‘{a«µ{¥W%¨|%M,¤¸|’C$¡j}9ž-}°.V›M~S"ë˜Ï –è÷ Ú’f€ìJŠ„€ßj*®“H`lªº`Vž§qLµ£ÅvB x˜8Ç8Î.+šV‚"è—΂€±•ƃ6 -/‘1‚궉’(i¢­¯‡2_æ©ä†ãV¦J†LE¢ú†0BcŸ²…ò8~œu…Í-ÿ™‹…Æ"á–ñ…ûÙ”À†' -{ „´ˆ jhû¬ñ_`©-ŒRU±¥˜‹Kä¢JŠÛBŸŠ=8>›Ë‰À-ؘ܉p"Û–1‰vû“Þˆª -¼ †<k‡Ñ¢hc¬H’Ú^Û¨…‘ÒU>¤ðÃK~¡¡¥A¼žbް7ú›-à-ª˜:K"É•‚Œå “Šå -îŽ.‡d²‡!Ògë«®˜Î^Y§è—}T½¤O–"K û”¶A]“t7¬š–’]-q—¢‘‹"©”á ’^Œæ g‡|ûg[«žè]Ù§Z9TL£Ä›ŠJ¬ l™ÙA 8˜S7gš—->— •g"Š”W’¢ ‘ÅŽ’ .ŒÁ‡†‚fê¥&]c¦á¢õSð£T ßJ]Ÿ÷žó@ÅœÈ57/™«›R-–·˜€"q“è”»‘H‘ DŒ=‡žF…°‚7a_¼‚iGW¸RjºN5´6l?D¿°9mß;E¬Qo¤1½¨qz'‚¥@sEw¢‹tøb xv£ј¾zŠŒµ~Ía-»oGW–¶ópAN²èqUD¡®ërŽ;3« -sé1»§KuY'˜£çvÓ³¡xLÏžÂyÖX— |úŒ…Ì`ܹ•u)WQµŠuÀM×±ŽvpDu­ªwG;©Ïx<1±¦ yG'§¢zj柤{ /;}Ï•°!Œ[€`o¸N{Vø´M{QMްY{§D9¬x|":쨖|·1œ¤Ä}`'®¡U~žZ~ý„›á€9”nK‹·€3`·M€âVŸ³B€ÂMC¯I€¼C÷«m€Ù:»§‰1£°c'¯ <Î72‚lØšœ‚î“3‚źŠÀ€~_­¶e†fVL²Z…ëLø®c…‰C´ªŒ…J:†¦«…/1`¢Ó…4'¬ŸS…b[œ0…Ý(™q…tú’„U!‰É€Ã_gµ‹îV±‡‹L·­œŠ@Cy©É‰§:Y¥ë‰;1D¢ˆö'ªžŠˆëz›Q‰l˜q‡J‘ …›xˆõ€þ_´³‘uU½°À/Lr¬ÚC=©Ž#:(¥0l1#¡]Œä' ÏŒ¨Žš„‹ò¢—ˆ‰ŠŒ&…LjA0^º´—Ug°•xL&¬”Bü¨@’æ9ò¤s‘í0ù ­‘/'Œu—™ÃŽ”Ë–°‹HÂ[…쇩[^Y³TœžU¯XšÆKâ«j™Bç‘—²9£Ζ…0Ó •}'yœƒ“§œ™Èì•ùŒ¾† -5‡,~^²±¢BTѮŠK¬ªßžB•§œl9œ£I›0µŸ›™'iœ–6 ˜˜’•fŒÝ Ž*†!^†ÈšÉ ne ¸o—gЧ -pïiî•írl(„ªs7n;sGt\pBa|u€r0O-v˜t<w‹u®&ÑxvË ½y”wxƹk^nô¶mpx¥2nºqï”;psQƒ+qxt£rrËuð`ctw+N°HgŠ; i؉C©k¤ˆ\/m^‡‹n™o †Á]~p¥…üKØr…<9vsI„%Js¨ƒÛuÖ‚t¾Ûd6”w®ªf ’¦žxhÒêŽCj¯P}ðl{Ïm…n8ŒW\—oÞŠíK%q\‰’8ür‹ˆN%rà‡UWu'„­½3cA”­.e®›#g蘟 iÕ–L|Ûk±”l•m}‘í[Ðo.ÛJ‰p³ã8’qåŒ$èr1Š×‘t‘†“»¸b}¦¶«Ød壉›ìg l‹íif{ÚjûškµlÒ—¨[nŠ”ñIýp’^85qJ -$Àq“Ž@Ãtˆ2ºua߯媧d@¬šÌfx¨\ŠÝho¤³zäjX¡)jàl2¬ZjmðšSI|o€—'7âp¹”N$›q‘Dís¦‰¹faD¹©¥c¯´°™Øeì°W‰ögâ¬ziͧæj)k©£ÅYÕmkŸËInÿœ7p;˜®$}p‰“ÅsNŠ/¸‡`±ÂJ¨Óc0½E™ey¸O‰:gn³oyii[®¡i•k8©ÜY^lý¥@H·n– è7foÕœu$ep&•Ç+sŠA½åt1dK®#ufãž2uÌi`õv„k±}‘wAmÓm wýoä[ùxÆqÛJÁ <Ô‰à]*Dm‡ÝõêWɪ-9:¤E"%¹fŒ™ÿ}ÏîÓ`Ì ã¾råXJ¿²ñVwm—·»¯zm,±j³[Q^×KïûöÐÙ÷ÈíHºG(ÙŽÊìE4k¹ÐXø—Û×gÜJ.Ô/üœ w€$í„”@Ox·P -Ùyø9–ƒVìðlxãZâk|Öý]ö”ÙÜ[$HC?œòžÇn–W3¸^û#4Ÿ#`'â-·q%;“¦Q/êØ®fÌ›¶Ý`Æ­èrw OØß'¿erÏ©øuìtK¬àö­eJ°Ÿ4±@ƒx!ïˆæ”@/ÅÎI_!Žâµ;§ÑÕ†‹±yâ@÷8,Z¼Äþ=±ƒýílK®³z¼ÉÈïQ{–¦¼T¨ê/!¬¼‹G=JŸl-ø—ÂxÈöÏî AÂå‚ 3ºF6áÉrüpJº²Çš;jhi´Î-+ -4OäyÜUVX=­æoÌRNÚw‰‰PŠæF¤V¨›ƒ<žªÚm1*GPìš<ø´,çyyfCï”%ÌTÏ/ñQ yM&_ÔY8·8$³ 8Rt8¡ -l/ÐEÚ@Cùૺx·+ðˆ6Á¡[§´éöÈYÕà]ŸÄ«Í0B¹lÕ)ùqþ³ -kdµ Ö"ÈøYØm?ø7hk$"ÄPˆ!(0 ö,ÜàV oÕÓãh‹JÿýH¶¶}nÝJÖâÞ£ÆDY"?¢ÞÞ”×U=–a-\Zqá`8g9ñØf\ -YŒ|7j) -[°ݤþµó^¶UÏt­sNo׬!Ûá(rûZ7C¼¼5y'⺺¶g„Ï«…AÏò®€;Ð?JÝŽBžÅ†þÈz²c*K×?]³3'¢7¹(Ÿ;Òó‹ä\îÞ®4ð*ÿ|ÛûôKNsù­B¦!+| p±F`OWpÜ"Á+&Þ‚hĤž=- {Ó/5Ü&§2Óå™=£(£²yA¨+õ=?9SJ}à t*€Dl¦ïB¸ÌÄÖUÁ(ѵvÉ"9ö®‹Á½sûê>âyŒ1ˆðzÈ­‰V î!¡eQ¤6ô§£_†ƒT–¼~”þ7¸FÓñDŒ]C“¿w¦¡Î[k…>D3 |L‰EH¸þ-ÄÃÏà“'ü‰PâòÝÄ8YÖOª¨ÌõÙÔz™ë2j Û=£ Ð^ ¢uÕ)È>QJá$Ê©$~è=Q ¸£DÒp7Ö!Dzaa΄žEý?’ËÙZ—ä6¶n¾;uí95~VT^€>)à -x\q‰}‚´)¾œQžüÊñØ*ùá¸fì…lf…wÉÌþ…D¸,Øå*'}=?ƒúBò°up±pQÅFð‰þ…~)ôGþO¢F¸WW/œƒh´†´4^£ÆÖªÍ¡ÃØkU§ÿj\©u©ÃEÊŒùmd¤ì_Í? -¯—òÊžoÌuºQÈÊø€)†žÛ ÃE)Ç ÄRp!Ö%õ~¡‰Ø^Ý€ßmlD+s‘bW4óŸM -I"´¯ùÙÒTqµ`h…­µ”å­•ì;Ú¿2-Ñ"ÿ1Ì„ÜG» ?û¡XxÁA—ã˜s~±=‡pQN5F -T-Q¥jauã!MÐPŸNiÁ‚.? B+óSÿ€Êú÷O a¥_…B—›L~nhw±Ô%•ºÚGâíªš“~‚y]wJäBçŽê`Eë}² ´oŠÏeÀ7õc©[ _j$û“à‹•‘Û'‘ê²(߇¨ èâ†|6l³çâûTçBò´½‰æ6AëÙXÕ+aO÷.â-PÛÌ5­ß醲Ã÷=…ëDÛMHPµo5r³¬ÜÅ1OÙ+qkÕ­fIRzjYœÄ)ã“.Aü[6FÿW|’{./]LäŽmÇ lcüÅ»Û/Å1à3Ÿ×âp9ç´¸é³9.îÃ4F‰>ò†KÛØ¹ü³š[¬€GiØ9—üå¬5ˆ¤XkhvëˆÀÛY_ô¾ŽÝƒÍ©fsð›ëì?©% iÌx³yœ‰@vª '}™Ì“7Å´áŽGŠ˜„Õ>’yCü¹­_äA^óñí¦ò9zÑÚÚÖM4Ì ug(.›¨ëôò'z ˆOÓ¡ Â}LÌÕ”FºFäÝO‰øÛÖ3^¢¼3i¢Ï†IfWÙ -EN¬¡Ö†\$¯,¾K*䙊,rBVË.æÜ ²eXòyªI¶iïÿ¨Òw[ëè8éÞZ'Uq²h¾°ícâ%ÅÕ(>–¯5$¤î‚Ü‘˜Ñ¡j2\ógviÒ,8É‚ÉÔ‚;^ ©Öçq8ä -Æ¡N(•7£—OÖéï`ÉõâAl¸ÆYð°Ê¿3Wá­åG•v¥÷¤°ÛRF wy­&ÞËÞý¨]=ùB)+«D÷·_Êÿ7:ÑzÄršzÁ›ØÝC†ª%?à¦*Áî!üS¹f‹ïÿ˜¿óà¶S[x?j½¢(S:PKÑ­š¢ˆt*téÖñVïÑ{>÷ï9Þ÷}Þ£÷M—J‡”ÞÌh ³®5ãÚ™" -)dfe$)™eǵûý¾ÒÔúÉ5£ÿßœ–JþÔ Ù\“i©C &Ñä)Ö¬ô ‘õâùÇGø®b^ï†üQñðQCšBâßñe›@Ò|¸%xD2Û,ZÓ*µ«ÿ¸ì²„­É³ùMI}{HÈìϳÕ^ k -:°³ÔÍâ%Â(Ê©$µ°–”–‘é?‚'¼þ펠°òdðIðW¾Á;ŸFs/‚…¢K->#™n¢\J5¡d[ù"téÄûYð`¬L-‚¥UÏÓ®x["!ü¼Ÿ©.ôvÂψ¿áÞÂoKh++ì­¼¼Á ¤ ÜÕÝÄ'áVxšh¥U]'ÖV'äá7Ä »ã|IJlî!ÝÔý. ñÃ~;pcýòn« -Ìê¨kÄåóT!8+G¡6|³|®² {¦HÉ+ÆŒŠ+»­±h(4f[  òGg`ŽW': ¹“h?|Õê&š€Úb(~žÀRðãŠÝ˜®«ÀÐ!|_nªÇCR×¢ñ¸GL$º· <…r±9¯ ä6É}œÁY»"4Æ3Ö£{UA´MVvË—¢Js^ò‘‰ÚÏC®Ñ))ˆŽú°U¨ì@_$‹ô²AüÉ2î(|›Œµ.…/ž†-Zó‰ úS2K¤\'+ç#aZïœ:ÄžKn„'Ô¿lyªLçáóÊ^ÏK°’™æÞ†-[kì:jà[r5|§~Xj_©[P¦†Õúg߀%AÒœ¤¿´¥×¹ÄÁš~O1ô’=½íTU[?…2Eo ·{'8æ°ÄÞÜ<\Ú/iB³m ?“b Á:»èèœñͦ{P‹ÁÞs”¦‡¸‡ÝlýüEÐ"R }Ýè'¼¡‡G“ć;M%SPOÛxVÄ´º$ž… -UDç@q ã›*¡Õuí÷÷Œg¸@±\›1ß_a"YÍ91ˆïƒÈã½Õ8$é•–$BñÝA™coç‡ÄXÈ®m ê³âuËÝM+W›=šåu \žü˜î_ó“ûÈ6}¹ŽÌýÚm’öt±ci¿Z_²+ë¾ -*ƒ(żž¨LKe÷Æ4z–»_¤Yázû^ú½(Ñ|œ ‘hi2KŽ^ìÚ²N±«šÃ«.iP-®´ÍSºVu%|a‚ÑQIt•ðÿß©›ÕîFj¿Xiÿ€:$©²ÈM¬ú4ß;«ê¢1e»ðüÀü ú)ã=V=˜àGÛˆ'¾>E¥J¦ýqò¢tʽœL’:Ì#såZ‹ëD,ÌQ¿REI£•ÊpY¶ÐÄÄËÍŠÅ´X.ϰ Ž),vUOõ_»’Q³¿¸ µ¹Ç,ØÝÁ ÄÁ&˵¸ ¹£Ò+Í0kÄ›YŒ -0Ú‹/ª¤J±Ð}+È^,"þ8x…íŠd@¶Ûï1å¹;¦t$6c-I¬C”¡ô ãÍÑÎôS~1•LË -%d5±7ŒSE;gù6â5ÑN¿„éáöÿ|vÇ#ÀeË!ô!±YH/Ö(~¥â´Æ*!©Ñ)h#¬j |ÔôÎx‚T"JñÏJÓ†)0nGðyŒÈa –O‡Y9¢^`%õ*§Î$'L¯TgÆùw@€!!ýaÔßÜñ=>£Û>…—j>mPb¯Ø»n…X»Ô!mSY%#C¾!ïµ¼•='—4‡Ut€Œ¦ü|K¢¯aOº+aW—½c%^^[^†=3ôlX‰í¯qv[Ž^ÓdVo{P fÉÜ®=2sp¤Ó7B¼l{™—Bµ -Ò¼©Ù:®ûÜØ·ù3&¬¬¿ŒN_=@£ 9Ë‘löW«>Ø` ¾ô=‘F€­½ëx„®»8÷*>z„L[€‡µ÷Ä`­ã›»°¥Í±ë%(ÓôU;ò°¶×ÁžÔh­nÀ頑̯Ï›'‹¨ý£@Ç5º½Ï[\#/ñNãè^”íÙ>©-áÑa#÷JÒ÷-»ŠŸåºPÍ -mÝW·ˆ -ͲéXY°ª}^%å=ËüÊÖ<³\7½yEÇî0­¶jÛöwþ\X’zZˆùU͈޻š«âÄÉg•—7{BmTtàÇŒ U¹â5'øËþ©_%œ·ß_û­hI*OW¸VωsCU×%o†òžTëò_¥—ÌÈÉ`Æä-æId$,À$5“~u¿>UVjÒKßäDj„2*¥™u–¯‹} ? -MTþCù.aîB®.3Ìjè:Ç@c~”¢¶h°þ$‚‰´:ä§’.Íäuö^¶µH¾«^úÄú*GÐüAf5ø\¡§ÑŸ]îј çU‹-ì‰L‡pt]T¢цPξc‘ÃY”Ú@V%/S%®1zåßÀ£$f!hõ)£½È¥Ê,g˜$Á:‹bü,þ6ÓÞЬè5e¬´xœ]ª>•9 R 'I•Í*›kæ€rGð]È´ù¸Pãä¢$»èœ)ÐLZœÀ͈µÐ|­s­-ßÄþhxVÌQWÔÏtT­Ó§'Ž1uÜ­}[3,¥n±ëÈ«ÿü÷ñ Y„û‹YöƒÑˆXîfƒU| ”šðqÈŒ5™sg;Šá—Ü\_‰œ–Q=ˆo”qEþ‡I’Ö:†G‘W-q…U& „_Ž`ðƒŠ "€âƒx{8¡øpö‹» f‚Šjž[¾‰"›öP³‡ø™áE‹†Ö—â9¥…Ó–-„Û”7ÞƒÚæ肇‹nM€vƒ•z`Œ•©'pC‹Q¦¹eìŠ -¤D[;ˆ¾¡ÃPC‡—ŸKE.†xœí9U…uš«,Ú„x—|¯ƒn’íá‚‹jo€ƒ¬zšžycp,œ%ere‰™ÞgÆZ’—ªiôOe•’l&D““nX7É‘àpY*¡‡r1fÅsÛ ާuĉ{Dy|œ®iìo=šik¿d¼˜—zC“– -9\Ý”».ìŽÞ“‹#ÜŒÿ‘iü‹BÐ ‡¥‡Ñ ƒf‚h›þ¢S_™“ dUá—+žƒLn”Èœ²BÍ’”šû9q™n.·Žr—9#µŒŽ“äêŠÅ` ‡'‡Ú2ƒ -‚)eS®}c”\ªøeæR’§¤hHð¤˜j&?0¡ lB5WžÉnf*ªœbphš†rC\™†sẓ{w¿Š&}#d®¬ÈiÉ[©XkR'¦m[H£$n÷>ß ;p¥5lr\*’šût6™uŸ±—Ñw/‘âz‰å~Ud «&oòZä§ÜqPQ›¤¹r›H¡ÎsÊ>‡žîu 4Ýœ"vX*u™­w¨F—¤xõû–Kz:–x} ‰«dcj©ÃuýZI¦‰vøQ £swßG¢ x«>"±y…4“šãzl*O˜p{XO–c|M=”ð}]ñ9<Wˆå€;b²¨ž| Y­¥h|œPˆ¢V}G0Ÿz}=Åœ }ù4O™Ò~*,—]V•Cºx“­€œGŽC¾‡ø€b§æY¤p‚P¡f‚)FÊž‚-=r›»‚H4˜ò‚v* –v‚º[”Hƒ,¬’Š ö÷ƒ–•Œèƒ‡€Âaq¦®‡¥X££’‡kO« •‡#FqÆÆ=*šõ†…3ܘ0†])𕮆X_“o†™Ù‘ކ!Ø‹ò„§p†G€ù`ê¥ÙgX)¢ÈŒÓO@ŸÑŒ2F‹|<Þš9Šæ3£—zŠn)Í”öŠ#X’©Š õ«ˆf ‹†¶…(`n¥!“>W¬¢’aNÉŸ‘vE±œBt<‹™‚“3a–ÍŽ×) ”GŽOD‘ï4ÛŠr 5ŠW†:ñ…P_à¤z™.W1¡l—öN`žt–¹EY›œ•sרNx 6 ¤Ýxó-<¡|yë#Ážzóˆ›ü| ¼™G}ž™‘3t‰&€X¥±Q{xP­ì{ÌGXª‡|1>™§"|±5ᣳ}A-& O}á#ÊJ~˜¹š³r—ë€}ûü<ˆæ€Xi°<€ÿOÁ¬Þ€ðG©€ö>`¦#5·¢¹Z-ŸW°#ÔœE‚(뙑‚Ûe–®ƒWŽÙ‚Ø@ˆ4€+X(¯4†pOƒ«ì…ûFܨ…¡>.¥F…n5”¡á…]-ž€…m#Ý›c…©˜—†­•…A§à„8”‡h€dWÕ®I‹ØO:« ‹ Fœ§ÁŠ_=ù¤l‰Ü5l¡‰ƒ,è´‰R#Üš‘‰Z2—°‰ 產‡9鄬܆»€•Wp­‘GNãª4?FS¦äS=¾£ŽŽ5< ;õ,Æœí#ЙÆ8D–Õ‹Á“¸‰ Œ<„ц)€¾W¬Å–ÄNŽ©v•pF¦$”>=‰¢Ë“@5Ÿ‚’v,¦œA‘Ý#Ù~P–Ž8’ðŠ…L‹—„ïK…±€àVœ¬œAND¨×š„EÞ¥‡™=^¢.—Õ4ïží–ã,›µ•{#¹˜Š“Y•‚ÙT’O‹ -o‹…s…P€û¾>j _î­ÿk¾bÓ¾mSe¢wn¶hJ} p#j»l{qm[|rñoZIôtAq~7u\si#uØt£ Ixu¦»Åfäi««ßhëkž›çjÏm†‹Ñl€o]{™n&qkFoÂr¹ZsqStKIrÈuÅ6ßsùw"›t_wÛ ewmx«¹‹d's@©Öf€tEšh©uNŠEjˆv\zFl[wXj'n#xNY€oÚy4HGqmz 6Ar°z¾"?s{ vk{§·ƒaå|a¨dj|˜vfÁ|áˆØhÏ}1y -jË}~il¸}ÊXnŒ~ Gp4~D5´q~i!îqÁ~U •u‰~Pµš`…~¦Db²„ú–äe,„€‡sg^„wÒiyƒ´hk„ƒTW¿mn‚ôFÝo&‚’59pz‚+!¶p«¹ Ït¿€Î³ð^}ޤ®aR<•icf8Šèv¥hk‰ÛgjŠˆÓVìl„‡ÒF;nG†Ú4Ðo …ð!–oÈ…4 &tƒ²P]E—r£<`&•t”!bÔ“Š„öe2‘¾u gyf0i­ŽKV4kµŒ¨E¯m‚‹4vnà‰®!{oˆ´ ps}…°à\F W¡ó_-¹’øaã›)ƒædO˜¯t°f¤–Gechä“çUjù‘¤E3lÎ4(n2”!cnPŒ °rþ†¬¯¯[w©H Ò^d¦‘éa¢æ‚écŽŸÍsÍeéœÅd h/™ÄTòjK–åDÃl)”03æm“‘Å!Om³ år“ˆ®¨ZÁ²7ŸÝ]¹®h‘`{ª¥‚bì¦ós eJ£Mcûg“Ÿ®Tni¶œ4Dekœ˜î3¯m – !?m.‘ƒ r;ˆÖ­ÊZ"»Ÿ])¶°J_õ²Rbbg® rodÈ©Çcug¥‡Ti<¡sDk)¡3ƒlŸ™´!2lÓ~ 4qõˆí³‚p -_S¤€q bM•Tr)e/…ås"gèvLt&jdfu+lÊV:v8oEFw Ö¬:Ú•Pr·ÎèXU6ÇöÜì_Q“­8ÁûZ}^²Xp±jC¡Nd1d®”D›Ä ¹À@åìHxÑð*ùÁÜ55{¿he5~å,tŒUŽs“;äGyßÛQñFþ§º­.á9[»Y¬°þÿ˜Tʼn$ÀÙfW`6È0¥ú|DiÝÜÝ]ÅÁ»ûFJùíŒËt;gË\åÜÖÂOtì*ðÎhxÇö]«/ŽG$ÛmŸ#£™õiàZ€Så㻦;ÚŠÔ{sì7K.ôŒ>ržv:È×Ü‹‰Â¿ózvŽç ŠÖ ½hµÃï/¾ÜÐ1!y[ï¸D2jÝ䛋 êû~ºP4éW?»_Iò€‡a%§lŸ™ÄMë Îã…wÆíøÿëOÅß ]mýk~絬‹¸*Q5–K¶_9ê]]V¬0ÿ±cö¸è3†‹Kÿ©x…äVH–K-¼/…ÙD°PÄ>H\Ž/$iàvÄ"Ùè,ëw ôÚ¬(ÂvìÙ Ãܳ76ïYåe4Tð‡¼ý" c.É‚\ ª3†¤[à¸5]Ä|äÞ¢Aâ -ÆfýL2ð`¯=òt"½Cú¸ý_P(è2NWÂ>äK$ -IÚÑy(šÏ¼±=é°Ïø¥5îø#éÃEli+qe’#3¼^ÉòdÏÛ]é—ú$ ‹hÔ7F2‚è„:ÈcÜ/Û¸# ÝKBOÉq vJþbá;\§ØÊáVáIê”Ñ;ÿ±é²Úñ :O̤Ӥå`½„_ -AtðöÕp5ÍÚXˆ Ð]}=E»-´c&ê%k ¦¤~ó–Ç(N[¶à¦±Æ) 4£â§†Åx ©Wðò@¡îFÞ6È©‹Ù°¾¦u®f#Oµ~ W£ý+ ­ÔÄy_#¼T¼Öwüöš#ÖçB¶•¯>(«fbK%Ë,®rИ5ÛìàySú†É0£2xÕbœþymbE#‡ô#@Ê×µ ò4½ª>-à4z¨Ú…ìhœx{]8×)9lÛœ{dX+Ó$PVÕ?V•¸eexozÌúü±2Ÿ±¤u4ïâyµ/­ÚÏïo;I;…ñ­,QãjÙU‰O#?w1°Ý>5õ>ØS{)ö4\s(¼n±º±fÀYæ' Žê‡£\Ø[Žógv*©!Ag‡6Šfì¢Ë¾ãNsN‹ä|óîÔr0 q4¶J¶§…‡ÂßÔÞby@çªÝ‡ðYºš¦}Üѽæ·<ë¾pÊOÖÛ =6wÍåXEΜ` {Whª'ÐÑ:» vŒýð rÚ_|€r­Œ›Ø]W«Sþ$ßa5É¿5«ÓKQ´MÁÆ=­ÈæÕçWÐB¿Ô§Š!ñ–ØL¥/€† +s \¦·r7¬ò0W˜°ÛÍwȹ\¿ª'd=/–>LN2¥²M¢˜2¥¬G2+§Kîü7ÕWž ®<$?Ž„ÑŠ©è0ÓGƒõyŒ+)¢¥é~I’a™/ÕG¨Ä<(z@ì„K8;HÒ½õY‹¾LI–MÅç¯ —¤)aQ²‡D*ÓWö’øÝ3[Q'g4f¢Ïp¡©;&]®ÁIéðˆt:Ñ\š/í&S¶Œ1ä§õNbXÖsäÉ£Bß“#òAæ_È3òqÏn¹KnïBØüÊp4®¢E¡Â¦Wœ¬Ø¹ŠK%¹8\ñ8{BêOy$¿ž¥X1K!ÚCܦb™ b•è9!û]?z¢_h8Oè.È£‘÷ºmzL{½8“i ³ƒðHÍÛäø jE¯´^à Í%ÜÔg˜“¤¿¨{½2ekUsjOW»é•Ð ËWÙ,ø½ù½X„\5h[åðæ¬Ô8²®3Ü]ßÐ &Ó§ùÂïé~öj"ÛÕGmÀmû¨näW¿žü¬íi›{á^äžU´éÚ_õ`ÝLfáF_ÀÃÌ~!—q³ÉÍÿ%>ߘåu ÐÖ À"çAí6pGK1ö?‹noä¼AVÛ7nb¢ßÖ­J2¡wlk¢‹1“1`Oª'û߯(S·7ƒèÔJ¬¤¤iO«.v0¥Áû»´‚7ÐUç­‚Lø—–˜,biêHb¡¹ ?D30÷º7!iX®Íè ·4{/#R´æê& soƒúÀîUâ»AaW Êß•^×þMÖä;ç§Ä“È‹¿¨“hmSNHú¸>Ï5V‡zgK'´í6‰úJ~‰.O]P”Cº«ÆKCDkU-e' -T¼ÄM3U¾‚¡$oú¾Ø;*‚¾ -(¡oAnÓUqp ûsz?n°ž¡—• 4×é¹åíÒ6ÚDð™º%ì.˜C Šk³X”P$®£,Pòòý”~» ’² ÂéIÔ)lýdÕINý?Apc¢\§\1k?Ê6«¬î”J—¦Cѩҩ¥ûš¦9¿ûþ¾™i¦é®)I¤h_ëáÉM„Í’£Ý'Ú–ðÃò´6Ïsäýÿ†y˜uÅV*s_Wúa’€’›˜OUcöJl“t*! ”G†µcŠïP,Iyi&RÝåae@™ù(vŽÕ‘Å\â R¥x­°BÚ•WŠ/!GUê,OdرAöaVè\ðÉÆÇ¨Të0ÆÃn|Âz‹ èºE·:„À› ÏÈGÙ-Xˆ†õÃå¨23nEOŃÑÙÐBøæ³Q‚ø`EÝH2¶—ߊ8bc:t-î¨= †0¦X(x…•6C®tca$¦Cvn‡ú¨qO¡IêlÈ lO)¼þ ï¢üD°ŒZÁï€]¨%“ÈnbJ“xè”\ª>^¥ý´O ~õZó ÓlŒó€V©+BÜ¡|®ß«êææ8¬…ްz~”Ìܵ\_¤ÄjÕŽ†xVõª¾GR”ÔÅç?þ“>ÚÕ4ÇÖåúa?xN·ØË ü }gÿ ü¤õæw€Fu e>ìE'q¾Ê®võ³l"hš’(6xDQîJ‰à8µPU¿d”ü -”š‰ˆçð/TÝ$;¯âèÅò‰ò -ªE1™óœòTžIYAŽª:¢H9À•‘>`ºû'rd'ØGü óæ#0k6H,AÛÉEÔ7ðeÙ ·—%’a×1ƒ% ‰ƒÈð¶J"u|L8¢œû>b>ú›Æ_a~¼ïð£Øis[|3žˆÿJœ¥¬ë e_*$6Rv¢Ïø{òÝŽ -|€¼·õ.'“ð8²Û=÷ ëѸ)ÙÃóÃŽûÌ¥˜‚x…À{´ù*\¦9R’ˆ‡kD.ø25t{ÊouÀþÁm x€éÙ·çX%+0_–Ç‹EG™ÕæÐ”7ªÅ®Õm’}‹í­*V`JÖì2,±fMsÒ›E¶¡_ªgŠÐ'Ú·nõèeíj»iÑôðRP·Íü êG‰ZŒß)õE§[LŠºÑ‘¦¶¬“h_£i"ˆjêe‘«ÑüÚ¿ýgÑmÊ-ý®&ÖîrG?—Œj¼-<‘ ïC±NIUšÓq¹ð-*lŸÎ²EmS P³–¿"Ž"Ï›Mü»‘ëήӈ±ÞhG#†G¼x\{Ë"I§º aÔ¤g@ryÕ æ #û]3»Ã HSGrD‚¶ÍúïDD­7]ÿ…85Ùí„/×ÛóâàâêãbEF"ëþ—]PuªÌI*œ2,Í[‘ù“þVAGBŽ®£xÍ–;Õh©Ñ/TÛZ>î<ª™ÿa›¤¹(Xd¥±“ÊL¾g¦€,hÒðC~£DW“[ø¨àµÞ½Äjç}Ýê2“íºê…埶ØhçŠßoÔlÜp®Q×IÛTõVùœE)\½Â`ÒMBU ¤¿^¶·r«®·"9ÿvu½x:ã¥Ö É‹Ô4Wý.Q÷Ê26EpOäã¹håbÛì{UÈ¢6Ö8dº”C¢€´]ìX=_v5oXk)a¢Y­¸÷Aí£¼v“KUÝñ½Ëöœùì·`§­ˆ†”‹Æè/ðIS9ù}©Z¦=ÖUð4=×î›êh(Ý{ÆùsóàÁ07Ö‰ñÍdZkN·™h°m"}¶¶¢&°½¦¿\¡øªI&ÂË­Õ !É}Âõº´ v‚0ÄV³|bOè&ž8æóŠ>A 9Ñ´71iëK]"]¬ÝÉ_É@3W"‘øCþVÎ}(sà@îpîJv€‹Jíc>°ÿŽ™aÙÒÐ54Á.ðQS2ÇœÂ(1£´µ#§˜ZëâoZeà]dºìWPÓ_ºíÖ¿ÉIe^èíR-L!Vg…¦F´z'j³æ†Óò¬Æßæ+é¬~f]@¸²fgðy$#û–h•¨˜w‰»ŒÌ¦—”<š¨{=IÕ¶†øS 9Þ·È®šÇr¹>Õæ.¡¨~i-Æ1µ£Ù4¦%û¤Q,{ñ9&»mPôžî5ú&SS-\t9Ý4!œ l ÷ÆHÛúËŽrBS—fÓ‹ÿV#¶–aS£ùL@W©üÀªbú÷.{QíÑiŸ\BÉ;øÑ‹Éíó…ud˜q¹w0q´e³c±¼±Á†Á³jeÖ* Ð ›‡¢#äãªÿ3LßMÇV* ¡‚©¬D4€²•UA@e#C†H `„„2_ò’¼‘äeˆ(T-XQz=Q¬Þi­-Zk«UruzüŸŸ¾ß[-ŒBvÞ )-|¯ë-ù=³]󨌖d”?‰ŠPôMû•;+{(½h³ßí -êÄâØ“ ìw8+ðxã*Ö€!¹4¢ÜEÇ£(ܨ«gÜè (1[ÕZ©Ž<©te79 ¬:Š ~̦º=‡kíëGœX*ãZU+tÆ:Nós%VŠ17d,WõT÷'ô*×ÜIFN±oöÁÜÚ8 - BëºÝ ¥œgöWeïWãþ–€ÍL@só X†Ç"Ø}ù‰ªþšÿ¤G*Ãjïn…\­{µ‚iõ_&BQ ž”­ŠìF’û:ùXÓrgðßÜ|p„ïWEÇ -(¥Õ†ë{ª•û«Ó„ȇ¦eÛ3`SÓàVË¥Ì(Ö6[Sœä±Í]î›d¼\‡T©™àψ/ ô••jg>BóUöñ/çBwòߥþ/ÖÇÿµ -h[tŠ]‚ž£<\ð‡÷´,Sà¶ -Ï;H%JáS 'Ñ aé‰ÊRòWIzBr2ÏÉ‘°S“a‚ds|Šbø¼%PÎ&RdûÓÞƒ |çN•ž“X9œŽ‹ç,ŠDaB㬒Çì;܆ºrKa²H¹…(òãîÊ_Ë/DŒË†ålÀYŸ·DzEFs÷”<?;Œ‹§%§-:…mÂ+ K´k)~‹x¨s¾‡n¨ÆRB<åŸryòì„`õ^ÙýÈye§Œ„!Ïd$_.\ -þB>Ù‚“Ä÷ò)p‰]•4\²ÿØRèYüN¿Yõenv›’ŸúV‚ÞØ>ª2¢øH5ú;”ˆ„À­¾qз°=S$@ ñ•ÜJ¾ß•ˆ¤uø‡"®0¾¸@ÇÑGæ<Ñètñ©qêamÌö"匆Fa¤ ;¸]½Á—­Pe’Yò£h'qF–•ÚõIÁÅ»— -K÷Žj¯™Y9 Îô!å‘:°Ùî¨ÜkôÙú2¤¿³y^­X?«0iqäl9YíAü?Ú ¤Z‹`á!¿Ðöض›YEÝAÅM;]94Û¯Y‡FË*Â7·‡”OúÿÚz•O1´ŒW‚¤r#‡©rL6°¤Ö*CݪÅ&K¹Õ=!´™ŽÄÐ=w’:!_Ûv,aø…Ý7k+7ø›MÌ@ŠÈÌò$Iõ>sìÒ jú­Ñõ/Çæ‡ùçîfXfVÙ!옫*‰Õ´ ˜/€Öå,©¾ñû+ -]?TsŽdÖQë¶8ÎiÆ9·­CЦÅ1¤—xŸòWvõWÈÐuZLOšo¯eb¿0;×\ óhé«ýŸÿrC.LJ²M—_ŸOêÕŒ5 NþØîÆY›@8¹¹oQòßîÉ9œY7›þ¦ãg:©ªm]ýŘc¦ pècMcu\Oi -¤øh)Ü%¤LÀýÛ©Zõ’·Î„<ùËB”—×ÓéÅíMg´Ëš£“pæ¥Í£1»ZFx~¡|ƒ×I=¢[ÍÿвB³ŠßOúI½OPäÔ§®³ùUAqá’6ÁÚ¼•‡¬EyioÚ"Ebg««¨7ú“ñºh04FˆnQ›´1b<…€‹ãITûÅ?8=D»ÄC„Ur7±?î -sÍv2BšÔ¬ï%F™¨`wô Ãs0/ÔBw\CMÖ0A‚÷‚º´&ý©”‚› HÔ†°[p70’ëÝNE†Óœ[Ï"© ·[2àñè,Ã2xKȈvº@]‰uCEÞ·TzÈ“tíST8{ÀC2O‚%.x{ñ)Áw9‡ÚÊ5@j‡é 6šPcÔÿì÷‘ø@ –N‘7€”a.í‘úÌ%µè Öô.‹ð‰à¥†è…+:ƒ>€ÔXœ·™RP:šU˜H(—ü–ò?Ë•³•Ü7O“‹”ë.È‘o”%ž[’3Ï^D<‹L‹HÁ†j…>`‚ä€îS*²7_&Jí®øapBš«Îc¼:%¨Äf1Ÿ¥³hu)¢Ãjᘠ\m+;ž´o: "›Lr ã’wP‡E}±Rò°eJ¶¬õfØBe©êh¶9ô¦øj§1€£õlª(ý¡ -n´µž•p±†œÅrŒ ‰™Uu*ZðyÓ†ë~ÑRŒ®!jÜJK«1l9B¨Cm­9¶¥UoB1[¢[pâ(ðŸtr‹Èœôt7Ä›uÕ ä—‘xDÀ| †œÐQù¬opŒIÚ©™q–A°¦¼r´9s£Òsñ1+ Ýu1(ØøvxÏ›uwÊ÷™ty 3•ÿ{UŽ<~†W€Qn«vIv¨:vÜAh¥]w©99¢{xŒ1Ÿys(Éœ«zdàš{f2˜|} ‰”ˆ~=} ц€Q8©Ñ{¨I:§{ýA-¤.|g9 -¡W|ò0èžq}Š(›‘~4ù˜ö~ös–¸á á“3€ÙÚ‹ìx…ЀPô¨¢Hþ¥è€ù@û£'8á X<0Ïy‰(½šî —ö‚s©•œƒ( -’ƒ)Šù‚á…—€Pœ§”†JH¶¤ä…÷@Á¢*…º8´Ÿa… 0¯œŠ…¦(¯™µ…Ï —†Ó”•†, jÿ…lŠ!ƒ« …U€P1¦«‹‘H^£ï‹@{¡/Š8~žfŠB0‡››Š (–˜ÑŠ –Šˆô œý†ï£‰_ƒÐF„È€/OÅ¥ÏðH £&@= Us8NŒŽà0cšÊŽ|(~˜ ŽL •S`’ËK Ã"ˆ|Ј½ƒîv„U€POd¥–TGÄ¢[•@ -Ÿ£”8'œÚ“X0Eš!’Ò(j—k‘þ ”±’, ãŽp‰dôˆ:„ƒù€j³keÒZÚ£ýg^”ŽiCaL…jñdcu€l¬g3eÄneiéUŽplDÈqœnó3rÜq 5s0rw w¦t±bdx¡ádBfÇ’·f]iƒ€hhk`tjemydlUo~T•n4qiC÷oës52qDtÉÞqru³ ßqvò.*r®x -Yr¯x’ºwëzR¢øb¬u]•SdÎv:‡fàwy˜hÛwökbjÊxÊ]l®yšMùn€z\>Fp%{ -Âq]{œ-qR{Èíw |Õ¡3`Œ~ “·bÜ~1†e~]xUg6~ŒjJiJ~½\kQ~íM9m>=´nõ4-fp3Dp)%“¥u-c¤‘ñg‹fIYÊhQާK Ô÷WS‡`e)ꩈ  X,Ï (C-(8€B ƒÌ{soîÈÝÙ !܈ WõxÄžj}VÀ=žu€Ç=pàÀª­Âóù|?~…JuÕ„9àÒŠMÑnUMù†Iþª£ö)¾É8e¹Õ¼¯`âyõ~~÷¦hc€ßÔ§‹.6î‘vIâ6ªò#e6W|ú]ÅAgpÒ Æ-ïU«&SM¬èùþÃh[LÓ® ëvuUàû¶Ž·nŸ…ÙE![ÒðsK]ÞiûR:¢ÕžtPùÁµ+úgp¹Ÿä6U‡ùÆ~±U¹/äÿ~(©òC¡ºýƒgñè=yh¿Ð¶sPÒ"þ°½%/Vš±%5}’ÜÜâ—„*q÷”è0àRýÉ÷¾w0À¶gó3䯆¹µ¨•oµLÆÒD>>C|F^¨ ”6o˜O WW.!¾ÿ$Õï ñôOÔ¯jSðDÚùÝÛÈàý-o!Zôªæ\))2éÔûegð›Èe€Ì.ËŸ€ó 8½P³BÍ$öŨhº‹ŒÇÇ$‹ñïvù¬é!Ð -«ž©á -æfÄQoñjvlÐK|7»Ú¦%܃†²(.¬¼CÞDZºaÊíÜMÄ\¯)>©ú¨-ÍÍÍÚû˧!ctÑ (¬ƒ¢Z1¥n{Ðs¬B×ês–jÖ×ÿ*!-QöU2¾ù!w\‘hÞ?|Í|Ñàsø:#™^.ãÔ#Líñ—ÔE €)!è5ê6˜Föy.¾ø[%¯ÌO:¼"…m‘ý].€^(îÙ-Â×À‘²#9çUdißÒð”Ò°x¡ÚiGMF*¬]AïsÖÜ ¹Êô¼n¦è¢kªísÉç!¦Yú¢vä-XsN8MÙU-ɉ›«F-•@k*ŽÇƒ»Ëu‘OÕ§íú dBÙ¬§‰‹‰3Vx¯ešuP<Ø4ŸÞ/Û¸X'÷ߘ&@ß\¹ÙµÀm'’öFUçpÏßûW?<¢]U4 fË"øVYí<áäÖHë$qʶꉤpËP'“µü§ø¶"¯iEöx ®¡7­¨7Í@D]A¤Fk3ƒ௕×FÆžÖ2Ç*×>Õ²A´kJ)én› -ôK{v„ʯlý1k¿rï¦È´DnÊšÏS}n8)ƒþre½‡]Õ†‘¹šÖ®l*-ÿQéÊÁOd“©W* b@8›~(M;ÏH?¤íe>ÛæíamаˆcÜHõø€lŽBy>Õѳӡ/ʰ%iºK:éB/‹ß’I -}ñ;òp"ëµ[ÕŸz“.€‡æMf<‘gcÇ óG¼ÖiEÔJÇI4[IX,X68—ŠÆ3Uý@›f!Ü\t›G¬}HC{RÃÈ[¸pîªYs1"…žAú˜h#¹Ùë80§kÂàA7‡ ÑX=1€®Å*ë1™æ4¿‡ˆ+kÃ4 Ù»ÄNÈ©ës’™ô‘ˆqd?ƒl¤–3g½Ç²NîU• -bÖ÷Á"æ¾æ€º•*¤—½[ø6ŒË[“…‡p.~®‰Ñ¦Ì¹@Dh·òn´mäL] 7ÈœÓý¯ÒdŸ ËT}Æ—¸ -N7öÊêÍÆîB/ä®±cµ mÜ¿816ÎÉÒÌ0yõšóFMÀQ"Ѩõ>ÏøúËÛ1v·ÞÜXöË…ËÖÊØ\Ú^0S}»ÔoÕe4ÔF§ÂVZÍ~‰gZ×óøxŸe à”FaÑúL¢ “Ë®WܯMÖZ‡?Z¤[ýXê„j«~ـß++VÅ!+*À”8ÔXž3» -³Úsy‘xhYSÀYühéO>ê½y¨Œ•iìÓú*·6¬D `R}›äªª«î¯ü«p¼3=³]írìM>‹\© œ€^¯Ú9õ#&ª¬èăí´Oe´¥Õò„­nnžâÅf³º¨j)‘Ĩ¦4ÍÍ_¹Gg.„ë_'HBÝý¸h¢Ówj7zÖáЉ5T>ç)ž¥Áö›Ìµ;ƒµ*ÖìlSÏTmÿV²lØš“w -ÚÔžñ64û%‡«O5:ãN '7®žºMu^ø.ÄV~ñyGÞµ¶ïÒûäwéBu½ü±h‘îŒ`®4K×%ž–?¤»#–Ië>È/%×O -fÒ窆 ôÛàc~í†ÕŸ%xož°±æµãGãP*¦/9ʉ1KOGcÛÊjöGc¡å™‰³X0oÙNÄ€E -Å>ÎX–èƒË †J¢íßb'¤(µåÏ%÷7^RÀg…#û=ûX üœˆT‰·ì˜@NKdAב!iƒ÷0j-;â2nLtO”/o è]˜º¡³ÒeÜJè”l~¡?Ô'{²WÍ x½<}Gœ:EÀÍào-<e¸Š©òï‹;Ѽ$æÕÍ¿•2H% WîÊ!'Eü°~R'þ~c¹K2çáL®•­f nÀZÛlB'Ÿš—ŠŸ…'x j¸­¨¬•´3i¤›´%y––1§5D„È·ø¿"ì@ ÷'øðc‡„¶õ8~<¯FåÜ DWxð„ìwŇà¸äü0ܳÏC\·žÇÿ‰Tøkq äûìšÌ¸  lïb¥LsÄèØt¹'FL<Æþ$&÷ec爗IÕ˜‘ø=Ärˆ_¶†c>ÄCÿl)1è^ŽÑˆÇŒKè/ä×¶Pq…ÆBóðƒ?Ì]#-XˆŽk÷žFÏ«[çЃjϨ9Ru„þŠf¨"üž¡;•Ãî!¨¿ÒÌ8‰Ì(a»eÈ ÕE;†ÜÇû˲Ц™ü]èBSÂÞȨє(Cú ç¢ÌH·þ§P -iÕýåw1ëüÜç#BmÃŒxhp;_d­RJû IÅ߰븶!ï_cÎ’#ÞÕ‚ÄùÈò*ÿ¨MÈWæw¡[ûŠ¿ø“©qÝ#ø¾ÑÈ`¡~]\§zii¿&—NÁw›÷ä-‡;š®e-„=Úau½fçKØP;j WÕäûÃXÕëuáXs/£zj´·‹…ÝÕ‰–á‹í\™5ͯü7Ó&Sjö̵Œï4 åìh3VžÙRf(.‘¯wÔëJgܺô§5ú-\‡S¹ Û‚zt–.1ŸÍmÍ«Ï_—Ñn|WX÷Ö0Rü:rV¥4&ø‰îDY‹o—v¤üºÛAí^Þi§Tmž Ù&I5&æ`0©dÄd(Ê7FØ”ÞaXÁv[§§sæG&é”?NÑÚñú}÷kb*7\}Oäæ„«»Å›V% þ>еâK%çJö¨>›»=í–.žw56]›-ðŽ8¤ -õ©Íbú×sª§’l·Å u×§ ¥_7L^c"¶^hÏ¥õQ&ÕÖÉRP=»FeYs ¬B1*HñÓÊÕµ¦îÄÎÚ!öˆ,^XÈô“Öˆ6ÒágÄv¦>hEs×·mŸúš}NW…‹÷p:ˆ‡Â,äg€~a -¤¹gÈR€öQi"hÅôÅ«@‚>"iƒV˜V!dK¡ÝÀÎÔÕAd2)Yé…¼æ8ÊŸ"/Cg‘G¾drÇ--Dî±8cºK¤(“>5!ÇLûàóðqÚUð -€r¯*d¿$Ž("eu1Lj9Ylh¼ìWé ߣÒR¥Û¼UÎΗ4K ™öØ!ü6ý=Ú%±5…MQ&í3 -ôsõ×&¯$&ÉËHŸ˜(ÂQÕòEf œõ-Áç”1n—%/çÙÑØ´Â‡i…¾ þ¤BnKíLß@¥h†Á&à>ðëßû†õW&ˆAípô[Z72(MÕüì»ßI¹µIÒ©Õl7l'ùŒi‚Æ)‹­Œõ²3K—óh±AÏwÌt-p]ãît¦³"‰®íþ¸Ør"kÀ;¨©)§Â%½¡-ï[®[_pÔöÇúxÞ³ª:iq¾‘Dñ±¼G_ÔL­ÃŽ¬Ž¼Ì­q)?üž5ùu‹:gm ¼©/—çõ¼áHþ «þ"ÏŠU© + -±½[—Râ¿b‚ì'ÞÈ3ª½ ù)m{ý¶7´Læm(l,ظ²á!å…×Ï™;k-ŠX»5ªÒ;¶o)¢Œ0w#Û+ú—ÄÉfkÌõ[Ô‘<ÓÃcÆÎ6[^ Ðh\œ@é6•Lz±´‰ûyÎ: Vö–µ•ZZQÄ0!ßVÞ7߯œç-i—­Ò7yOÜ“ìÐ| ô]lrcmY@xš®¶¼:ÀI{²¢ÛsT3UyÓ9‹bWͱ\ÈƒÕ Æ:•°ÆÏ|@Q*x¿ä‰Òô‚ %‘MnUÍœû «øDØë« ýÔ•Ôø{ÖSÇËœƒÉÁ8ËQU^{–©ôv™”[‹>o“”!za§^ 5<zsrëŸ -/‡µi D‘þ”f‡hÀsºSìî¼NõF|šµQ™D1²_-¶È&AʘÄppL/lh‰°î2t3fQ{ 6 -‹Ôü »ùÇRx»§ÙW9)?§Xk%ð'_nŽ”XäHGà)ã_Ð3p<ÍZ íê¯ãi1TÝU<-t’šÁ9þKÔÑøß<Tý¸‘ÓåW¸ËRŽàËA—œ°ÀñëØ2ãEä ²œæ• =Ú[JÃWÍ#ʼnPŠZ®Øáw…Ì—O{ÜTþ[N: )8r.‹Fœ!>2p™¯¬Ä¢S2-¹kÂB²‘´ÈØ–àZ7®9=ª±¢¦BãÕ)”«ŸZuRzt+ÈE§y/©²Gب\r©LÞiqZâ-0 …§ ôo^ÿnjø¡C‹i¯Fí–y=ê>Ÿåí2Ò¹.ûÕúž¶C¹Ýv­— œé'[jxÕK§uJ¬ zT“¯ôE½zÆÒû¾Ë\žqP• éþ]éÕÕÙ¼÷’ËávÛ|ÆúŽÖî}%v—šO¥iú®øºG{ªl“¡µ2‚ÿÿ­FEY¬—‘s7ì·Ê\"€Ùe“ÏõJmÿ‹A:}K:AlÞæ8šÚ²‹65#•f¥eBZZÞ™©©  ÷ý¹DNãC@@ăL³YµÉ+k¶'kwڬƮ)»Û²tlŸ­­6›Yþ÷Ó{‚YSuÃY9[çõºŒ¸;®»Ü¤èN iØAÛEá¡é¶ä”OX}€]¸8°ŠÉÜEè¦Þ2öžÔØîu¯aû<&®"v'óÿ÷ĹIpL)ü -‡Lœ¹ìÏWð‚Òž3ü””Ç]L–ÜùUýiÏyZ¸÷¹ý¨¨ ú¤Ã_|pi®•#ƒ¬5àM>AçVö„@öÙÞV! -º‘ s)ãèl¥ë¢x -"éhüq ¥÷b‚lyÀR¯%°ñI@Ss¡b»O(PøÜðŽIe+{¨²HÄŠ®™&¥Ó½ _[æOBTíØF]|®}ÛŠ˜ü¶EñÒ·-W• 7õåˆOˆõ Â^™b:Þ¦øŸí\TÂRê]SJt±Ã¦|9àØ¯"Åcl ª1²Vˆ¾É4¢ÞÒ5«.úù©^ú„¯zͳ^t5Ÿàƒî{Zÿ”\ç¨6ú ]¡Í‚píEZ[<¥-V;sȠͧ{4±%ÚIÕkŸp^á—?Ú]iÌÌr{b ‹pÀõÐ𔸎S/ôœÃj8ÁÛ(†ñ@+Ô€Š¹` ×÷‡Û §µCr-Læ¼>ÙUduea;“-Ïà®(KùæOísèaûUó3HEÛ¹#žceµÄÅÜ7gìác?Ý›@¯fXý­OÐ+üExFÅ3ׯD+jÀ¸ìÁÈäT%n”ÕOg§kG˜¥”W%[XèWw$²gÅ8g=ûIÜ2N''$Jx§XI²;Îcoòš‘„2r¨ä%ÉCõ”[Œ(Œ‘¶°öf1£Ù™8àçdÒav1O ¾ÄfðÕ!Ùõ}õ®¾y”…Ö︆îdŒèŽ`@¿XŒÿÂnd.# 9éh-å÷e1™á‹2†™ë³IßaX\ža :DƒÞéÊ&n«= õ ﮊ~!ˆmÁÕo¦/p¬é†ü=^*K”žA׋—Á†oÅçÁÅL’dIˆƒ?$%õ†•ÿKÂncT’÷M?UKù˜ãÒÚ<®]VT=NĈ‹^“äK¶«i+äy°*ºQ.ï` ä@È,ï‰üC7µô¤z…u¾Bªz ¦ U½õ“è8@îRmF½$„+ßå~Pþ¸=в äÃVÑhÊà*z™â·P/UQî™/¹m°xÊ/N¨2ª€æIÁÏÕÃúyjæ†>µ7­K.g:öRó î0*g\£rMìY~èºil_ÚÁMÜû—÷˜xĪÏSrPõSwz•£6º££ÀŠûŸc9b QÐ6½@['Àg(WZ‚Âú8Dm“kIz8Í^":òô€yÅ@÷NåÝ> É\Ú›P•Žay~+(Åa]3ðÇ„ è9’Ýž -ž¢ÐÍïÃnq¾ÑöwÏSwVŒµfÑj9ƒ‚‰¨·2âDT1‹Dô¢v°ßPF k8bº~;d¯¯áû³] ~>»n.ˆ!NâyN7ÔNXÊÉ™øCÊ+T8©NIQ—S`ŒYº™Œ0?4°¹ì x<'‚ƒZ7ÃÝ̃¹gø ã¢!ÈmÁþDmm¡6ÒÇß‘™ÿä Q쬣¤?hÞ:iŒÑËÍÈl¼é2v©€µNR§ª?ªæ „è wÂÏ¢EçQôYNªñ,VÅío"Äð~çrH•‚-Ä·”özte>í²P–7ϘiÐo›ΊdëâXÿç‚ìYq[p’0VªkW½UtÚ° “&–ÊK±_$k8Ù¦d”0Oº#ÝVÁ¡n‘ŽçeÓY²Ûê˜H™3ñ6`—½e².ÉÞëêóå )2ZñN§f¯2LªÍS~]·÷@±ˆÿLd*ÞìÿžüJq7w¶E1±-˜S &0…„î)xÁŸnÅZ{DeYóJ]êˆÞ, AŸÓ-°·btøõ„ÕÚÖò?Hç4/s¨+5ÙiCô„¦ÁD9ƒÚ´$"ÕÓ!Õ‚@UDÛÄþ»­m#r·5VYÃ5?b¡kwµØp\|ˆi_9ƒø£1:çeMóó4m«~2‘@WêžlÌZ틾Vý×Öþr§+S#©ZÑÑ-^[s¼Ú1;íQØ«¸emYe³„ËÖ†$9Ï<‘¶JlIN¬ 4>cü½ÙòŽÖ„ZÇ˺¼eM½•É= ""JîyÊ\@ÓÜ -ì.l¶sMY#Áßq3'‚d°yÒ)ÇZm‰Å´¯-“ IFžñ^hï‚Fgù½ôáŽúmwÀÚp9Ñ7ĤՌõ^¨½UÛÑõ¨,_Ûé¿{Џàܳõå[ǯ‰yTMÛ'ÐúӖá5<™æ°ÌÚ\aÕïbcP%ÒÊ:ú9;›Ó‰KÅ}àþˆ*WóžP€œ‚åô­Ûë3ÿÏ`øÅœ(ßjJ±:vç“cÕ3%Þ«$’(DŽèJº§iî™ß}ÿf~s4GÓ1£Ñáëƒôx"Çn²<ríz<"^žÕ–u¬÷¾Åx37‰À1|æ;„q¹ËÄîZž -†Ù8€W8SóX.yÞ†>ÊMˆX唯 çj­„®Dî!äEÐ8™‹]à;SZ¼ƒ¥]OïÞæ!”ï²¶+'+{Ùùª‡ê_"ÀÞ6@ ác©ÅpZ¼¦ÍÀ×DNÇ.ƒá§©X¾3éAý‹g×Äi’ªs$ á7– ™UÑ -6 Þ¢*$òë€E¤tóQpŒj‰ûî \¼ bnI±H¶“ï„_Ñxóî°BîPe»¨›ñ4µK˜ª\F±§TQ -‹Fž×¢Òk½Rrí©¸h·iq<ÄÝ -CîéâùÓ°ƒ:Ð5’©Õ¿¨ž5<)J)Ì79’[Æ å|Ù#–{N9ÃX‘2O=Ûxpõ?AãÙˆ›ÐQc_;|Äø€‹ž0»î¡Ÿÿ,¿ž÷›í¸QPÐmË ÒÄYůñÒýÅhÎ{ùCë‡M6ågkÉê õ„uZ„Ük9>gj³ˆù…Èc‹¿ë:ÑôcY[.[Å|……•U¸¼ðÛŠ9'aì%9I²Ëå–äOŠe¶U¯ÕN¥µÑÀé’Î97ÀÓ%ž|\üÎ-…ê³$•îÎÙܪÎ_[×Õ‰xµ"Ùe1»­/û¤´ß—\¬ø¦ªgUƒjnej„«úi…Ëœn`ØÎã·ÀU¥´[ %´b%?d‹w¿Ôåçåîú}Z°s†,¤pÏvçìH©[ýxr |Síøª%Póõ¢êEŽ´9'èª#ü.xjy¥[/åjm°=ÍjÝ¿û!·iï<4]¨lm•ýÖìžuS"lÒ% È:¶^å«hh^Ô¥j«³Î9ªîضƒÿ3t "Úíwò¼õ¤Ý‰°eÈ dzv~Ÿú6¯CÞD],x“3“6H¼’!&V>;öë¥[hdïö€¹tÙ»H{ñq–è d|Yò,ÿ°> Õc9x‚D$[BÄËþÈú…\£Ô%‰©õx¬½ŠÿÄLGÔ‚wÌYl¥÷AMï<¤Ëc¦—¤€²®Þ xÜGºÔ^’1ô=è‘ù3%ê‰tdh¥˜¤°¶ðrŠ&6®Òþä1ï^æ*E»Äryš†â ª—ÐmÐDÂG!=+~ ßÃý·Ž K :¡+#{Wôãý4/<„c‚Íä~vš÷ ºœmu١師֕Š”„}¥j¢¥À˜ÔÂgÐdvöV¸’IpG¾hޝX‹Iµò7ðFn²€#¸z/ -æÆ\>kŽë›ïÊöé2ûƒú `ŽjP¿_4 TëG2¡pÃü[ástù?ÐpÑ,¦4<q¾q†Ïr’1æóäìgãÉ.ù56ÉW[çyJ‰å¿¢)êå–[Hà½E´á´Ëâ¿|âoþuÁ|4ÏÜ.X‡ñÌÛ|$Ä^s6¯›•™lE2±ÞÞC¥#v/µ^X¾¹ IÅ/Ó§¨Ÿ—žØ ¶”¼‰y‡–D…"ˆ­AŽòm |¬ø¨õ½ëæ©y̨,̬M¶HúkÜU]òŽ{ÂÊiÕ%鉪U«âo—*c¡û`ØY¸¥¼Oà¬.ŸêÓŠ§—$»&1”¥ÞP/*Øé žŠ_lÿ¤ò•Å4¦ -ýqõ–´ªˆÚžx 0¹Æ3&<ä@öAo«ÝÞ°£RíÓ‰ ”­p-b¾³œÑ¿*pìq&Ås[n)k¤Å»òÉëš’ÓŠ”Žüø5Þ0N¯C qí,þÊ1˧ƒÊ¯¹¶Ó–ÛEÏ´³3¤T»Ö’=E«ʳ -_s¾]é ŒßÈõÊžDCºheGè)ÝI ÊoT?NÝbˆEÜœf+¨¿'Ñ}ù#½»h†ò»Xü<'{NfHsÓ$*'­OÔè”âfòšb–¢†:¯JÈCi+œêά‡Ö¯cXgdé2_¶ó -y«ÉÂ/øÝÐ\"çös Tó=¨uá^an`.¶ ßûÈËÒ‘k# ,hs,•‡×­¤cˆ/K›_jsH;s‡¶ø]d72¥ž“´ß°Eΰή›¤m„{‰KèL4–‘1˜ƒú#§ï _¤Ä¦my’íZHÒT„Òm²ß ú¥vÜ3†àn8rçõ4Áaí¿á—°•3HeÈG[v;­#6µãº_Ö”˜>!êIè¿™FŦøµQG  'Â|6º¸,ãÜ7Xo`‰ù+è.8aö°°ÃìšõycMþ„…šîÅ}ÀÓM?E­$D¦¿ß%—šÎøÕ’õ¦ÛžMÌ_M=.ÕZÐT@QÝ(›K÷ˆC[Ký³Âàk%%ɪÿos<®˲Kžãhñhp+‘Pl÷³ÍÅJÏn³†º i†Í;éYÊÓŽ¹àLucujá8˜R%Íl‚®Wf&½EU¤ÅÍCÍöÌ%­X[9Œáš²Ã~$~µÌËóuÛ–ÊóÕ0æËT¦¢»qªŽÕ,D]S¦œ¨žä€¡m{W?Dn:V,Q ¿W½ -NÀú*üþÇp}þ5y ÈH°QD Š ¢¨lE†lY‚Á È ëɳWòd2DPpÁQñÐÃÚB=ÁÖ½j±ž¢â¦ÚšÂ‰@(={züßW¿7?¡rv­ï¬·@ž‰c— /Ðþ®>Qþ²­¢ê©hô ¡x¸êÜþÖ¼ó’Ľ©qÒþæËqíÕÑ»?¬‹‹šV*¢w}³°PÖï›m§ž0í”Ѐδ¡žæJ:¨# J|)˜÷÷|)•Ç¿–*¦RKÇ…QYÂçk(PÔ±üuA¼˜ó=- sÙIï«fXô·šX@…›xýâ¼?X<Š[Kzò 'á–”r"´â^lQV•»FJtJþ¹¼ƒ˜’ýĹHîïqyBÙ+²hÊ P½E”±+­(§œáŸ@¢þÜt¨jp‹['y´¡«— †Ž`ãò-çã™J9ç:Þ¥v]D´WYã¤9©4AKÅ+EßC—¤>;zá\™5G?”K“o 9Љ nÈ-•,”@ÓÕ·—û£×5^œ›Ø"0Èu;^=³I'aEðI¹±â挪«è(W¿Î¶@_“És¡ÍŸëa8ü+” A¯üÞ eð5Îm¤©uÝ‹%a3mNâÿ&RäÑjoس¼°‡?òîϑޭg5hRRX€ÆL@,LÒ u`¯ü~€ƒp)ç,Å?¸ÞCS‰I[O܃|_í«H«°KES‘<5J©·ºE”)q@ãGµÅ€š!ª/„ÖSüê ozç.”Aç¹9"*Za[‰)hÌ_1Ëp²l@¹Æ`Úž¬ÚlHÊR©ÃõÖÄ€­7ÅxÏõ¡!lÍ~敟 `Îsî€YÌC·`¸O÷µíIt˜n«©—y)ÕŽQÆÔ¦dþ¡ -«AFÕ~–îè+€½ùCðcàš9Ù/N³ÕtƒÓ¯‘™ܲa޾ÉvUÑŸ$M²»W”Êå‘M› }Å1™Œ²h—mÂoçÝhF^*øÀ®;æç ´Öq®'-oܤÐcðŒE¨§Ö[üB¼ßZò[5¾)8!ïj™Ê RkÎIÈTžÞ}):SÕ×”̨™]¯ý\ç†BÎ`~] › -4if$"×µaR?ãÕ\]i£1 `qÁCC¯6ãýg~׿½zsÉ™¨…ú³«2_D°ï2ýܪ×lµ~Ÿä­Ó\æ€ÜŸÅÒÚ€VñCf?/©f2ùø¶»Œ]INúˆîTÙxü9¢ë"ªìWsu¾÷½.B†³›u­òN"½*ŽÅ¢Á}U4ý ´LNßæ_¤Ïˆ–¦ÛÐÍU‘›>Ѱ$%â&]*Ë_ušÊ7q¤¥»‡¾­28}G·jr§…44¿2˜«–/%Ÿ¼Çd“t2m ¹·ºqSÙ¦Œˆ#;•W’—ÕÜCä ‘ý3õ7ÍY§”æ³Ò(û(Z€çË_òq£’ŸûÿNÕ›ªÁŸ¨ŸoüÿKc~™ðýV9iP0—"ôð -öïD72Ç9’ŒÃXÇÉ.¢iú' P²# ½‰rC±¥pRÊMLÞ¸;ˆô„ça7ÑÊ ³¸+æÉ-Æ7cçØá|\åL‰›YÄ05¯|-lÅ­E²àç0ÈEâRJ8:Ÿtˆ;‚–‘)aÑÃdsŽN¿r° jƒ×,’ºéÜ‹‹èKM3 “Çë…g3ül+\Ãdo9 ¿câ6 éŒ]ؤ]7”ˆ¼× rƒÐPݰ—7ÆÌsƺtËlŽâÝô¢²°ÈÒË›NY€ìˆ²xnI€FÍÆØax›éKX9|Þ¤špL.É6¾ðâ"YƯ\fbÌl~Ã#éÄÒWá.îv œÝ Ûúlßy%yr«¿Û™êÞ„öu‹W¾‡µ. ÞSsÁkÜhnsY‰­'ö•¦{[Ì…ÿÓd6‹·‚š‘=QÉÁ¼¦ñØ2ð—Æî0H´«aå Ôß`Y2}ª·z-‡¦j:\âQwÃÛ(ÌLkKáúÑÜŽÂÃuã3³þQ;ÆËOÖXùòõ÷-_Jȵs,ë„ÚæÓ¢H¾y_Õa÷ló+I·ýˆ1\þvºêX8¿¤¼æ· ¯ÆŸ?3ó¾E x”Øn>P¯0½¨p_c4ET~ðÒø“ø³Oš±S¶Ø½Îx·zÒ!^ß®¶nòòYnÎ,9¶í¸éœp^ƸiiEyÂS#Ui‰1FÄÇÖØvHoì6ØT_ñ‰Ò?Sìv¿ S­thfÖ³¦S»&+½óO(1;c¾ÁQò.a‰Þ";=¬÷„š˜ÃJ§€D¦PÕâãÏDîcL„&ÇaHû'ülZðÇÏò}™GÕuyC £˜•Îc•ÐfBׯ:-ÐI»P®ÎS“à¬}*}¼µ!‹G{nuô§`‹Evé쀟ó–i4ƒi§µ-à­øÚ è›¨Ií Ø2@÷""ÿ't-åæ՘›G<‹ý×QEÝ#~eRµ° t,WFbº4:w×R_p2ª…º‚¿©§Œ„Ü¿‡*'Æ|æPY$æQI­¦Ö;v“SÔ8 #ïR9¼£Ô2팜©¹Ú°ÔrJ[Ï!ok%Q d§– -É&am›Y¢½æãD¦ê<=ôd€.Êq˜ ÓþÀºô -êü¯‰ãx$Ê‚”˜Kh•KšÊ!T@ÁpˆÜ  ˜É䘙L’™$$KÅ"u±(¢µµø’ªmu·]¯—¢T¬J[*¢Ýé?ðþåù<_ùVH•é.j\RCÀ7»„Á§èdÔxm ö¡É› Ò|Å`òÒû=˜¼wmùð¼Ã*РÞCYÇ¡ A`ŽðO9Úã×â¿mðä¨2à¶~0ü2pCï±q˜Ð™}w_ë>ðþ°j1×#@ƒf›ÃfÐÖÙøƒû kB -°Â—pÍ¢øý€ ‰ò¼L¦p °Ö8°ñGÀ×ð³ïVÀÛÀôžmšÃs\›îiiI€î¶IWBO2z­µig?UYng¬ß`NË,ˆDLs9âÐVãàþv½(¨ØN\+fÒ6D)¼¢-Ú>Èj7²êzYOú3 œMþ¾Ù3ûÁvÌø]î@Ĭáh~L¨ÞcÓp¨¤tÃGúñ²k4¾^ZþbÅEJh·}]K'…eMô=ÓÆ§ûYI/ #ù‡b¯… I¸¡d}H»/Û0ªë,1ßhg*%´X­±*ÉÅÃ$év="}óÏÚU»ç‰®â„¤u8QšëªÇE üSºƒÎ!žÚ‘ʉ!ö¨JÍÇÂ%¾´xÍíš—-èºj»8FÖD -q`Çî5zkEÞÎÝ!±sLö«ªþFìIõ‹à“˜{ML€«&©¶›Ù‹ž¨›¦íEõt—:„×pbi¸šÑô)8ÈϤåi/ÕÄ%N`sµ:ÁØGuƒ¼ M‘ôhpÚ_ÐyÙÐÍ4!i2+­ -žl4¹œV?l–êT4ð-ùw Jj?Æ•­N Õ@²—hà‰QϦ¨`RÜôÀþP1•°ȦÁêcà+—_UÃòß—ÞT†B7IaˆìÑçò» §Ð-P†` ¢…Îñèðô&h -Þ¦àùê^…Y«vU¼ YT¥Œê¡ìWv-sVT+Ť`„()zä:ÜšÀE<àÑCp BáÞT_‚Ÿ ¨áÇþ"U/<Ã,V¹#¶´ƒJ áP¹ŠS0uúF5Eá@ FÊrøŒ®(þ:¼Z'ŒNWWë8\ƒê[í­ P%ÐBþIÊ m,3KÉ×2iŸ+Ža)Ô hõ^V©S(9òsPä.D}Æ´%¾Dfަªúë¹BÅ¥+⥘҃€˜© -þ-íô§î6µ -Úª¹¼ –©K(°¼Ú›t«[Ö·=­sWƲÈÎÉ™ü0M›9‡fÝÆmøÑS-ÙEþ5i~[áH3N•Küt-’½d“ý£I»:ÔÂîØ;íD¶&’Õ:ž›¶ÎúIÞ4çËP¡ŒE˜£JéÉÍ›Ë$n®¦3åŽÄñ©%l¾ŽO -Às§µíi®9–Õº1ß1BßÒR˜:`ñ.næXš?/ce˜D³ôh#¯ÒÎ-ÜÐ/~îxVß/¹±ä©FS,jLH|hý¬¨,FÙB-Aø‹fC™"4¸9 <‘j¼YéÉò2hÄélBVÝí–ŽÿPó‰ã‚öYÝ}Û`4¦Ñ‰ŠäÂD/ËP9[ðÌì_ñššÎ‰Í!ÿ3VTSØs‰ÈgŸ­¹OÐ߯¸!ú5ÒƒN,M¶ÊCÖ,RXQj›ŸT_T˜ š¾¿ñãÚšfb¦e_ÁOJ{|é•õçé\]Eäۘ¶¥ÑÁÉŠþÐmÁ+åä>@3%þ…io}¤ÀÞèÔÀ{@\•…„ìÆ­²Wì}Yã°ÏM]LLÓyn¯±(0ÓérQ>bç¯öƒFHá<)(ŒKÓÑýÄ((æ™pHîâ­O“KØ ºPùŒÏ%í:HBOÅT÷µgÅœ=à/”žvåª\e )´‘‚/ñHŌމëTÇy‘újj𔎡b§j©ê"Ÿ!ÌN}Šž…¾€ÝÜ·!Óð‡Î ê“êívG”ƒ*&)H!JÜ~NÓõ›¾Nó3wAÇÓü|Rë®ù…½£j&}z5«4ÑóEÌÞ=þs®WÝG>°»¥ôRm#…,RàèQm:ÿ“{Q»ưp¼í¥áã>mh<îE/ABõî2˜¡ÝäܩڄvØÍ+zUBRØQ¦£åií|üÈ\úñPáááiÎヒìc¾áÝ{r3Ê: óÍWüU”ìr¼=­”f¿Ô|±bÅ‚WÖ ’Mþ·iLàwæðù‡?ÎZ eô¼Ý×Êîz—àëÓñGÁFçâ,…6Ké.ï¬3åö&y•”òV÷4šÒ€wÑ'}“»œw¹çB?ät×XA §¶c¢è _ûöJž1Z_‰6xz[Å)Ô­–QqŸýˆAQÛìÖf7èÉ¢žÈÝ£}{ä…(/®«³X’Üñeiǯý†ˆÏú©uºb-#ϺºrÑ3ÀBTݦJ›'$Svø˜TgÓ‡Ñ RPB”¨Ö.³È–û¸ãËò¾Çö{•|ö›ÖwâqÖ¨•UÈ(´äKîz¦6_[N3¾•nqÈÔûÊ46£³@)‘‚wǽª½\ëåÕGƒ¶…Jž±Z k×±ÎZºë2MÍSÒÏ< SdýÂÊÕ†,™Åáœö¶$¹/÷#o±Q¶Ý=Q§ç浡Reðˆu¢¾š}µÅ¶akØ+‹gM-Ÿzž7VÉž/ åGqrä«ò¹ -Źd*ÿG¥>ꈚ­!wM×/²‡U‡¨?ïˆúÑì–mÔvìtKZƒ”È´ï*;FQØ3àlÚÛI(ŸQeÃ'NÙÖÍÏUܳæ„mù‹yËùêÛmË´è­+[¦¼o)“˜>Ï3Ôê¾SF&׺n‹¨ß9Ÿ@¥ô-Î¥É/C>¿S‘cû%˜RÖÛ³_ÅêÖkï„!‚xÔ©–Bn2î¡‚ød^”´µõ0Fyã«€†h|oÚ’L6Ç™ÿB>Р4• -û6Û³+ wÀÕ¯ÃÛ“ù–úãÝÈ?¡Ýƒ¨R,ÜR6—¨á¥dvCSÿîO\Âe=õ~ý©|Ãá?³¹ù³2Û}^µ°æúîkü[÷E’ýz+Q ¬fÛ¶Ò Â®xÙ…Þ¤BBü%],]ë`4Mö/ÇÁ%C‰Šw)XMiz° -J猑ÎR/òÜ´õ Å‚b掲Qp5/_ÜÏ^©’%reïD]‘ÿÐ}&ûg{ ù!Êá¡e’Ú 5"b™(ŠØ,Cås÷s–nàðÖ…„RÑ—+cEÉÕÄ)Jzo^¢.MùuŒ?Ų%…Ø ˜ZÀùŸN߯{Jæ1FÔWÅâÅ›5\­”ûŸ.»9(Ð*7‰Ç•Í#hû5WüU˜LÁ:[%¨Î‘HâÛ¼|ÊÏR2I@wËÆ·*X‹[J®:åŽ\רú -‚æÔ㉙"¯¦r^vƒžÐÚÛ˜¡ð[z1‡”—•:ü„ê.˜´_ý%ÑDUkvÕ 1ò´ŠkDÏý¸«{Éàü ×$Ö¹úcóf4aã5_V}ÈÐÓŒCSŒ«ìãN˜p×ø’0@¾jÊ­Ñ™4Å'™U¦aØ([bú7$ pš—& -sþŸën^àù¶Žm›×7í&9£éƒ½ØŒ_cÀÿDª´¨UP«lœâZÆ[ÌÇʳ>†$±­ƒ‰×ù{¬;¢^¨A–ßÝÇ‘nŸÎ”W¿×{CfGó¼ ÙVìÏj<’0í®AÎPâ\2Ä{Ú#g? `‚³XH-)š7Ù²TªØvºŽT¿o4Ön…µ/•žiL >f=Â4¤¸kø›þ…È=¤™ÖÈkÔ‡>ŒÈÈñB -™R:©šWîj•?Ú?8ŸTé5´ÕzðÒ¸†9ݪIÓÙ‡£â„‡‘8RRh±L‚aé<¿‚gŒ´-O²sÏy:@·•Æ–^gqåɽ·õÓµI»%*¥/Š9ÞÙëÇÅâb{V —1]—-”†Ž6šv¥= ‘1Ö ’Žrë}ôù‘ÊŒ–ó¾O¸e¨xó-ÞHS²\+ÈÀMñBɉW‹PGI²™xÄ2é^ÀœsMöžGO·ÈŒÇ-V]UD` åbOó¾ÛÇž Ý“¾ãœ¢¾b医¸ZA<»¯æ¬ð(—º‰(&òÍ)’<¡Ó×I/Hpq+•+¤öˆM¥t}B‹¡?5X–Hbc¹€‡Làá¥b\£ ¼úk>EÄÙx@X(áeˆÉJÁSâ‹ò»q¹ò!ÅéÈdýUíG3ÉËOÕMRá‚iqý„è ƒÆ|-!aª€téËê.B.ÛɯR|—])œ§ÊŸ¾P—Ç!dõËH¶¾Tï·OâÛåk$¯'Qk”V:†~Fånâ°–ªmU W£*ÒqCZ\Ök>E· -Ü#ؤ»'’Öèk#Çt]Æû6öÝM ¬ç -^‘qúw´ÿQX§oMÆ9•CP°A£Q)<†…‚XP.¹”› äž“ÉL&×drß"÷½ˆÚºŠèªhµè£.[¼±²j½@ݺxUÑR¥ûdu×à÷éýð -ÙÓzey ÒOæäÿÇP’â’ §bN‰þ0†z¡q#¼è¤”büÑ+K3jš±F—ÏZ¹x$ ±JÅ.z·fw±*¬”w—56/†Wk I>,¸gùoŒ²¼!í XÞ.zZ,.¯Í -ˈe1e•ó*®ò¬S%^[íW÷Œ5ÉxQ·ÂaÔväÅ53É<þ‰ †'ÜëxJê8:‚b$Wì£Þîê[‘™TÚ×Êǘ%-HI;ѬaÐ4å•ý²6†çÂܤßä8Þñz÷ªàè¶0ÒˆpÌ©KÖÖæ{oU/´wš -K¿>R,ïVˆRÛ;§˜cÕ=©eNfMÛîÜHNI«²?ð ¹=¦„ÿ¼)ôP¸¢Ñ7h²ßÉñ®ÃÚÏ·kûÊ”Á”Ø]i" rß®:Ó3S–Ä8Õ=‘3Ínë¼ôXÛþ6&ŸŸÕ–Oš´6O]DRëý½¿Ç©öGÖvT[¬š•öUøˆ²C´›¬ay;£²ì©¢…}.g\ÙÌ Þ8í’ÿ²^µOô(Å+àÊom¦d…»)KeÞ/ΨŠÂ -àW @4)±q&€*KJßVo¾''7F)$bö¸4^²Ru¢ÂHÇÚUŒO0b -òÕ*vcúœ& _ÿ½æ'Ádd—¶E´—P¦[+~î·ÅÐ!ùüönØZò¥‹Á}Aæ`êa†ü e52¥$æmGÿ¿h©ï¥T¦uõòÅxo„HAR÷Š×4Fÿ -uº.ؽßoô•Õ ¾À—{A6þÑ -Áê±2:¼JÓ˜û;rZ»9C7h]ë¥]º£y²z–‹ô.ÿoñlcŽG°Á`z&y^F/Á~ÚÈ _ûKAµÆ§¹ œfZ•:¹oâ¦ÑlÓß#¢¥Õf‚C–d†üŸ«$w¹þg‹…¸éö)þ¿x·í—èÁÂp{WéJÑR;%ç=ôÚNH9ïµ½Œ’¬°F„¡I¶+„ÒdÛìvÊy ëéÖ»’^öÝúKü0¯Ï¬Öóoo;X2 ¼åü-§G4ìÌKAÄuGâZ‘5uQ’ÜÚ›„AªmY@ÁˆŽFOÝ+›/2ÍÚÕvg絫rñ†Z¾)Ù*8߬Ê)hR¡ãü89\Ö`˜‡˜êÇ $ç·u,0(÷Ô–ynÔ5ÛbÙÜcáùr*º§«º±®êb¢c('Xø¾=-%@ôgëdM| eàËOðDs+á'É× ìV¦Ôýӯ˶å£z½º4‰oП¯XS-Õ¿§—l1,ddn¾c °»’£ À½¯ÚŒkw×ø‡Du![M2ñÐüßÍ×$sŸ«V}@þPï¦9x«4¥ô‘ªxÍKÖD1QKãžÎ¾®ç;’Êt0;fN÷ º»úŸúÝHtݰ õÉ1}-_þYÐøÀv,Œ}†{] ðinxÿuQ~LÎz­¶C–;5©ð¹æƒäáj‡¶_:ëŠåO“á¶á³ GÊ— -¿ã *h¢—ÔP¥V5 –á¨oñühiŽùT$ǯÁU{ÃO`ƒ‚É[|qm¤W®Õ°=ð¿$|»ÝÄw2g¦šìVŽÏ¨kiœVy4·AeÁŸLíRíªaňkíëpW¤C4쿵—tz­E·ÈòÙó°EògvƒØ¤2yžA3ÖT²8#Ìæí·‰Ù) RÉbGa¦Ìom¼[þ•ÿjU¸â½CuHa›! Án@ûæØãéÈV¨0ÈOäü¨lVZ¦F€Ák—€S¿ßh/ìë9§ª¼ØLø6âÊòA,QÖ>–cŒeä™Z”(kWÍÏaÉûTw’·)."­1—”ߢnag=ì׆c ž‡Á ì1Û -Òâ¬Rø&!œÓÂd%WS™…”ä.Yš]-ã§’íåqäû˜bE(µ$L¨\J%ù+ÿ¦4žíÀ9ê¶-˜M‡°¡Qú蜧H}š1HôRÚ‚ßÄÝö¬QÉ€®+©CúJ÷eŒ…ì‰ncØJùcÝr¿Å…§ZÙ£}Ç^$é?)ªCÖLÊ~5½ðcÉÇM¸§Bñ£É‹ÍVJŒS¬k`´!Ârƒj«ö½Y>E]Í¿ ôh³ÈüC´«5dÃ-ñ£Þç¤ä~sÞš+2fî;%÷l<ç)P,l\Åæ(N5زžM1–b•Ÿ®Ç¬æ™âÓÁLžq8Û!ñ”1,wsÔ[‘ÿ"ä®þmq¨O³~[™tY¸^]Yæ|_‰ÿÞúŽ~kMËlkdÿ§&gåÓõó~É(Ñ5æM'<ÔEYFùj‡Jž‡jéòó>VÚ”ªÎsm|õ2ç[Z]-j㪭ý<[ éŸ˜£[ÔõE™é5ê¶ÒÙ Žjº|s$¬Nªü;x«ÚGçÝ®^Zs„³_½Zø‡ó5µPü§Mº‘YÎþ·ÚøÔ¤_®”<]q(MO>¨š\_HNW/Z7B¾­uv f‰f{ûRâç9µVÚç†Ü°ØK á[fòIöSÕBÈ3E¨Ú;ÆíF<àñB©öÍBF>F9¨7g9 -¡Ó.Vè)ì†mv„pµx¿"÷Î#ÛãnÉ¿ÀŽøwq«áNÂ-ÂU5€Uqƒ›®ºNÆs\‘Pò¢‹BQB[9zvfúàA4ü!k'ðVc‘œÑdÅB‰uøU¨WC¶Â~š&®?Ü­éâ8ªkî¹ø«ÚtÛíÈš›ÌJl“f!ÇxŸ%òò’< -ˆUù­¤5D@a‡-{Q"1uEâ¹&Ûö)?GÅáϳ7…àb¾Ä·É“2Ï`ùbï<Œ[Xì­*þŠŒ±„v¶Å(«¬Ú4Y%ýb®ÉäØAôiîƒ-ß 5‚ÑÐ4¼ Ë_€LÅ1Ó‘®â—Þ~ˆLˆz„ ñeޤ $VÙž‡÷—ß5=[‡çšTĺÀ‡Šnq‚‰’ðA˜+¼àï -¯,}Ïü ú Zコ/–xD@'Ê»IMP‹äO;k( Xnf™È‡ç‹ÚÊûE ‘zð²X’ž,oaßu’ -Ÿ)°Tšæõ_[±Õ# ¢H §Œc º(\Ì8 Mùí¼óƒÒ«âïH7åZà—k¥·¬ŽM(åK|®)­åG½^*ÍQŤb–ôV1¬µ«TÚ‚—Í•<(nAH“€òPXð)ùeè";F~ šö9 Éàztybã¶TÞ‚4Ú]W¬@‚̆ÝðÍy!ú¹¬ˆøR¦Á[ƒsdz|ˆ½T&Æ{}0™ïó‘ÆG= -dg‰¥n¡²=øU»òTŒcn¬`"¼Ahßn~”kﯪµ{üþ¤Ú/} -€}Z¯[À÷ši1ðXsÉ ÜPÇÚSeWcsoùD>/DÝk:²=*l´a–ógÀázáN`CCò¥U+kÆS§iÖÕ¿ó<ÈÕ Y6ŽQU/r,Çõî‚gF“ê<¡ï'¡HŽ -ª÷I¤‡í¨½±‹À¬¸oGõöÝiŒ'UQ먆¬¬2¹ò¿ÍªŒP­ØšÇEÖÆqÄmÑ’OÂ"Ù•-`#×)ôtÕË´çîóê|7WÞÍ2c4ëŸå”Rô‹r‘ÝuP>Ëñ”vº°Ì -Rý*\a|ç–ŸkÒ(²×Àã‡ÚW¦d¥nôÐgçt°~Ôá¹_h»רõZ³‚a²«¦¸hÈñGõHÉU«+]´Öø5¶T:9×äâHcÝG~MˆLç”×ãß©]ŸßÅB5……<†³ú»bªB½¸dü™ -)-sr"~y[»` ’t“pä™Ëü’iš‹…ÿ±Ò˜ûgªcJPVŒªN8JO¼+  *ˆtÑ>r4~£ÜΉ‹»H Ö…¨/PfÒ -O(,ç…Í¿ª~*w¨‚Ê&ü—{Å,–;>U¾žþÏ”„RØ¿¥»ÈyXTîÔŠªGÖ=ˆ‰‚dò -¶Vž^0"@2¼ o—þ‡=†ÛVL2'±\à0}ñ© Z.ßDÖ"O«!žÊ è˜úB›!æ‚°U¬ ¶ÇÖ)—³ÛPƒò)sy î¢w" øŠ#¨”|®„×8/ƒFás6± |Á´l‚9óÂçWQÑ}‡V¡ž«ºÓ©úåDø]¯Óæ¦3Ôn$3¨Õ -OÔñëô•Ф ˆf¢ËÝ¿¨òu[}Mô:L"C8f¥ƒéX‚I]šjÇc“zãöI<“§8ýyS©);G¸ûww§tƱx3»e᫳Â2fשs6æøyZð™¹wx Ô¦õÒ©¢IC_¼MB?âÀéH¢Š£ù)ÂÜô]±iÇR¢¹Kx··9¤õe= âÅò{|ïe iº,nAs  ´pØôTY꬯Új–zbÆ1ÒãËÎ|µ#ãß~‡6[˜ì•ÔÉ»(å‚àóÐâ4¢à Ö[“`… ¨! - .¢" 2.’@HHÙÉ—½÷Þ“$$Œ0PÔ–ºœ­{VQ<±UO=õ¹Š§Ï¹ª`QîúþŠW¿6ƒ}]©_’Ĺ«†D%ˆßkâ@±æxCFã©ò!ÙÙŠµBÌwR˜àOÜ2yµ€Ø¯xZ‰¥L©ÚŠ®ÓšÅYÌjm}êO¬NÝÉùÓ¢íz„0]0}mH(=®ü§#«|·z­‚riÌüwU0í^ -Ò]Aõ“úõ÷‹J¨#†‘,=Ïx(µ‡1f’D¥ ͦû AS¤ugÝÅS”mvË4¨!¾šÑ¼‰Ê)ó r'öE‚ -% [Æ SB­Ô¬Z³õBêºß–ølâRã"Ø)<犳žÜ„tÅ«BÊ~tÅñR¯\a¤—Usœ_µ¸içóBIë¼™ù…ã€Üf„HX˜lãÆÓêS¦¸Dâ3¼l=¥Ïü;´èµØÒ9ŒçÖÙÉ2v¾Õñ^µÅÍ`Çl'¶Ô±X׊w`Ä5¨q‡±°ê¨£µÚŒç:~€Ÿ!½vœ†bh¡ŽÑt8ãx“\ÏJpFG–‹[zP›©Ì9åP—¯½£=ÿµV!:[1^L×¢÷6c¿TŸ÷ÆÃD…gt)e¯gS:Hp¿K>Ã\ê¾¹S4æÖƒ>ûj¾·oß8ÐD×|(ý¨-@ä7öï*i ßcû°”úAx6Rw šDvû_§+h‘þÌ”y ¼ïèü¢ÕµKCF°'Ì6^8½å©½Ißî6–Ýk‹|¨ˆÖ.,¡jUË -x4>¾é4…Ô0¥wPs©)xú¾Å|œ°ßÏi5t{.Ú°‡{KÕ×Jò¶ ãáû¶™ß:‹°‰˜u[p° \A› šJ¼Þz!ý¥®¥<¥™¾¤I7¿S˜Q¿:äª!ß3îªçL †uŸy¯:%&òûðGèýÂrö„è@‚ H4¬yyWe«¸ÖU©òá¿>`Qôˆ‹Â,ºFiٌϦšâ8D?GHÓR˜;È -á[¶Ÿvàq]Œ'UûøNö·ÒkB%?2/N,þwå.i´$•eË~ -ëÖŒ+ü3Ùöý:ží e.¡¾BC1'ôN3­€9ÍOÁæP„;6Mòz%ós5‚[2`eº¨S¡Oœ)Y Z6¤Ö©ÏÏÌ2nPDYŸY^ÛÿgLGöÚVÉžcÙdIµÏv˜´ŸðÈöu‚²À¾¾x°ÊnÈ~Èø·ý „Ïz똘ÎKvPÃGäÎÙÁ*K¦sÌPŠÀyšd‘¨Iœ=XÕìž&ÅâÁîã(Ií6S©ûÝùÙCô7"gî¬ù#‘Ç]V3 N•yjFƒo›7×ô½e £R 2¶!ˆ¾]Ï$î¬ÖÖu#?¦üÿ*^M¡ú3³8_¤™Ñâ‹O<Ä!Ô>›¤/¼hP’y®û„n6Ð*ù áneíª¬né"°±ÍDä þç¦ÅsÉ¡Ùh¤Fä0ýhÚÄ÷ìõø‚”ác˜¦^÷'­”ѽBB-ÏïB³ŠP ;Ü„)ÌíWNÜ©¶åß’(­ÝÙ¨-k!7€oÍóþ¶œ½<þ&ùX7Ôn*õ,4žÉz%àª_Ø=Òü^†I6"5ò6`åF°âóæº_T9Ü´åGÔÊÿsXßoM -Çʨ@ƒFïM1 -¨ %P²‘²wÎÉÉ9™'{l‚àÖÖ=n•Z±¶Ö -ŸÒZ΍8n¹jÅ¢xÝ\g½¥ÿÀç§÷}ž/˜N0£NèXäeÓ0BŸh´Âp]òºî*lbN’e©œzÔÍW—Â,QÓò‡Ò‹§*Ý2erŽê<™ÀÑä+æábŒª¶ "g³!L#@¸rH„ -ù½H4TGDR¸”*«Ç>]&_ e ðKäë¤k -Py…P *VoÀ•致½ADZAÓZ´•£––C ¼.ÆûB±h3ÅU0o¥PêWTåúÁ}ªÅéw¡êwI^8Q»“°P@_àŒºMú±`<–fÐ’ÏËàvƒ²”ÛÎëzjsŸk²JЧhwå¼’ŠÐ÷é~Ó—%q 8ƒƒP ?7:p}¨Á\ìshmÏ5!ôP]ð”q]÷„3ÀÞ£Zåç± gKfÞ;sÖŠ¦ÏÒ«¤_šmI\°ØRGÈ[­ø¨­Ùv,ø½}Ÿã•êI­Üºˆ¢k­Î&bªáÐlË‹?ãm_æP„=öé œ½-‰'ípL%ôB<Ǻ(¿f7¶7°=wW…×ÌuS¥E´Uî6\¯u ×,ÌõS1…«q}C}!ÈvMíqu%!–ë.áO™À=?jH=êÎé¶ñÜ)Êšªô@šdï*kãVÖº¯Ck‚7TEOØÏü¨ý¼û~Û¢7B?1©I\ì{:³\닞«®öB#­Ãž)Š3ÛæJªÿÛÃBiÙ-ª;ëõÍÏŠN±Ž4O¢~Åí_²è}“>é ‘<ðx¦x˜-U]òëB‹­&O–‚^¾bsøÛªƒ«Y„ÚõG«uôÊuä¢Væþ¶KÔ œÛ­[½äXÓ˜Ô%<Ùrbf¬îŽÞªR4¼5Y=LÕQu\å'Rªú]Í(ë¶ærÝþêví:¦°(µs'g+u:Á–´³z—øöœlƒ ¸Š×ßB™á˜- -9>±jݸbÆêÚÅ{Ÿ?0Qe{¸ªDµ€YøP ˆ–AšÒä´hí ðé::*oÅõ=á,:ÕIçs“E3dýü=ŒX¹X4¯?‘tÜSÁ¢¥ë• ÞTš…I§²oCïªC#f˜£Ðè Á\&ï—Id‚çR - ¬ŸþC&®X({%×彈>ë¢S©!Jœº˜T®*Լ»þªgfD½ñWCJP²³Çš5ð‡áÿ¾(ZLÏ’d(½åP¥ŽÉwȪ5ë³ìòÅhTÊwðŽ´T‘¦ïÅSo3 E|e8bvmr†ÚSe{9#Z?–ÏBùu&á÷:fÙ9I˜Ê2 º,²,ÏèHÙ(2ùIå0Í싟¤"[€Èô¶ÃÁX>6 ÜÉb˜sxùœ—æ´A¾ÇWV$|mÙ›÷¹¤ÆšE<Ö‹)z™Øf&±¡öùñåŠ1ûÍHD7„Á°c›óð #çXÿÁnÑ -¸ØÒk"ö(o¥h»3†Ò.w榈€gÎ’F&rþ߆Œ¸Èït³]ç‚»SÝ8é:âßÁc~ì_X{–}Î×[êåi}¢¼©ÂxßLJƒx‡÷÷®ô´÷©¤yïÄ_Fâ½opAh“g,d²}‹›'UÓZò8ªú Í‚Z1«vµ¯4ÚÔ±ü6ÿ—¦I…È@SØ’Ó0R;`m¼4} -¬lÇQÑi¾c5í·Oò¡–¶¾ƒ£ç¯cÖÆ0gµ½-ű‡Z;—wñN®ù…!\ÓÒÂ?l !uKÏ7#Ó©ò‘&Ön †(m÷Ýû~ƒ¢RÊex°êŸµf£ îâÊûÆ>&¶|’IÊÅgŽšg 6Ï¿c~&¾BµÜNÅœ·mƒÈ“7`s­‹2tIµaunv‡ö:cÇ* -z€ÝSÒ©Óòîç¾Ðó„¯3£ 4É›ù¥ÆZðmhe7¸]ºâäÑI¨&¸Bßœ‘†üiè$/P:Œ7ˆ j—i<özÕ‚ O3ýd{4ÛycðBƒ±’>"FMA• ¤zÓñK@›¤~ !–„ôð§–[äéÈEëa¢[mkˆ×n·£á>ã†9œ©Î ¼|޽^ „ì*ÚŘ#§ðªt¯Ã‘}<áHÿ:Œ‘ÉS`¶›¸9íÌŒËÕlv>¿h\âÚ4€p­æEq×yIuü}^\Å2a¯g¬°YüÔs&ûì9š~DVâé ÇÈã=Wˆ?ÂíÞÄ8¯ºÇK‰À¶{Zƒ§a×·ÜöÝ&[]øPþ› $`)¬9G²Ý’ÁFSú6ИHއÂÞïÉû£âzÔ±þñˆJÃl_Zp±ã¦ë7î',nÛ)Úœï[O–ÿŸÆ:ÿkâLà8ÎérŸ 5‰lÀà6r®€r—K È¡ŠÁ@È}MŽ™ÉÌd&“ƒp¸J]ÏÕzðѺRª­U*RD_U·¢¢¶Åû¥ª¬Ѳ/ƒû¼y>Ï÷y:Öú¬?žZ_Ò>ÖÀ;Ñ6ßÎk«fÎD¶>™Ío]ðBnµE¸!š“ÄÀ6o×ÜDY¬b-*c,{ƒVUžË Dk«eìQ´sõtl5æÇ•‡¿À¾äuRl”y·âƒÂ"ç1â¡ ³7Y¹Z -þR™RÞ V•=‚újeÙ¾p@ݶ”ÿÂ]õcºõ¥ Ã1ijÉ@á#¿ˆ<½O`[$Û]Xx©r“½Iv-K}²vªl§¬ÛRøJ›XŸœ• â]Kaë.òE1Ÿ€½‚—ááÐz1—²æJ7{?@Éo¹àظºóƒ P ŒZgYq\Ei8U¸ðçOf¶¨)ÂäCšOÅK£¿Ö&HËãº9‡’*øxÀþ.§Ñƒºýö&×TÍHŸ JïÊD#›9’Ío•¤¬$9]uR>-ž+»g5n@&e…fF}܇)´2W -Ò -·~°ÓU^âÅrVi¨Ä Ø–?#SNf4Ës€ô¤ÇнjKt¢rBs‘1ÐtÁ\ Vúô€nÐ-WT߆Æ|pßU‚a´„%jËòqŸ.>ƒ!Í=“öÊNϢݑÐuÆ ¥¾HÙ¯Ú¥¿ìóJ{e»^‚û Êá°ò0ÿßú­œ)A â•ï!@ðô+b>ò"I$uAQOeè ã{ùC¬‡rIYlPúfh.ãØ<*4Mü_h¸AtrÔü&âZ^WÓ,1þ¹°×è–”#–c£Æ¤!F1ãGÙ&ãyÊŒ‚EÖøšÕïHbÞh-™æÀ¿$Vî屬ý¯†Ÿ­íyå|£µ,}­ ÙêœÄùX®G]ßµœeŒJu–{Ôpy±5Ôw@]lq›· ¼kúÎA€Wy•+ëûÛ‡ŠOñÌíÞy>ùmuéIM­G’<Ï[ÙQgD·[0nIþÑr†š+ûgK¼ïs`°ÙoÞ)1op؈{¼JS6G¼ü'ò÷2ÇÜrcåŽ%ddu*ëI[=°ø*™Æ -u#·òjƒ¢Må|¦GŸ‰+ÜéTk*“ãö×ÿÛò+†‡g–7L®º‘sÔ0Uó.Íl¯‹f¹à!õ9‹Ëq]ÃgôAüiÓ‚ b«°Çã¥1YrÛé¨ñ¸ÊÞƒ^Yvq©M(ú Y²æ^ö;å¶§^GFxIñZ´ ñ*ó)zE ¢·b<Ñý Dƒ‡4Ì3/Vø;»+4ö¥}µ¢´Ôë‹ÂÀ'¼sÙ Pß/•M ŠãÝàÝ"³S_*ÙOêßËŽe"Š-žuØ. ÅyþW°ÎÞ$§ôMqÓÑB¡æ©ð_Y×µ;Ä0{L× ]wdɃ˜JÈQqƒÎ…†U‚„ð5óõךœwc“ðìÁ°©dDµ]º­ àÊfU©{ؘ&Lå§Ñú ³LûV}Ÿ.Ö]Жõ€×t‡½æé{¡ß\ÐITd¯ú‡’< °,QÎWoÏ|¬òÑt±£í¸ u„îfŠ&å©2KÏ R‰æß2J7©q´/8Hó;ìµ2à ——(ù(¤I² ‹òË¥y†]™q²jÜ)å[¹/V ã}ÌP•3Á¤o¨Äpp±ú¼ñs¯q°ÛøØå¦~ÈøÇœP<*ê4Íæ½3Ó2Æ%×Ì)m2sxì}y­9ù7Å1³‚~XùÌ|)Æ,4ï…º)s–k€>ÇTùQèfµŒæ}-·3‰7·¸¦ˆ$Ã¶ÞØË²x›‘I“÷Øú€bÚÖ¼ 4Ox—ë„ÖP×tø†©mNXö¶UÂiÌÝØÒYæ»ÔÇ6^Ù—Ø`K­Î‹ZÙ<¾z0ܽy„N½Ñüž·ÜoÄVÌs[`=.;ÌZLŠóö¥(zceWHs,C«º—Ô[ªjÆ.˜ßÔý%òŽùn=1`žlX@=m‰â¿ò{i w» ÌÍÒŽµ¦GsÿÄTø†ÄjÈì?Ɉ5ëÒþcœâF&䟬û5"Ý Fæ -B¨_‘í¢}þþä%©«Ûr‹bÐñ‰jÚ—öQÁ,ÈmËÎ5<áy§eÆu¬œÖÔIÇÂwŒ"|H’LÝGPeµþ±„Y!p»OÜ~vœ0.…âìM†$#ÏøÚ¬ndZ°+õ,ºHÔÃP«¤%âúZ&bDc -E!µUQü…p×=/×9å½ýfáÅù-p„$0+KÇSá!ùVŒ>]I8¡¿ ÚÏX„Ô©©WsšÓþß¡»t5î[°°À© ÿœ;‹|?Ýòhæ1ðS€–ê îQ ãÿ€5#¶A·´?0è°M÷ž:ÏBËýg/ø¨ût]íôÚføbNÈûBó•®(s•–®dkBEñ§u8$‚ýàFxMÿ;-ªCfráÃØ4¤÷vÎÂ0¢à£°˜@Îg¼VW¡]lBý+¶6~§Æˆ=Š´µ‚­KÃchºÛ„kÀz&Þ{´èÇŒÎ&ô¦ñÇ9ᳪ2ãÚŒ.Õ qœ]’•ñð’Ü!Tß!_2Øš1S­Q»Íìp„Ì,Ÿôa¦>ç~´Š´~Ö)nZŸdð”|ëÿØ,ï &³-€§A¤’ÐB "PwWl( ,Uz 5žïK%!DYEŠ…]EDVP©ŠOt ®¬mQqAX×òxÀÌ›7óÎÜ;sîýã÷Ç9¿¹÷|ô1Ëù*ùFJÌ=#EöS¤¶khíÒ ažJÚ¼ -Ao”ôj¡˜Jqò%{Zpr™à?^æ²ÓlÝÕTÐcOVIGˆÒ9®øz¸9ð{1!R…³SÞyk\©Œ7Ðþ¢(IÕ&d§Òca0)>wó’“ðM ÅV{ùV+öùyÂÎ?JœÑEŒ¨V ¹H3öÎ\~;~Èøù¤Fõ²C©Ô]¥™™ÌI<œ§³ä$m“³¼ ¼Á%+üÙCU8SíÔ\˜Ð -íÕpj…˜ä³Æ· -‘i:TÉç 7u†8/ç Œ-ÚO¯_zi¯lÜ,ÅÆä¯Ý+‰‰³óÐ'œuú^|,¸ˆ%©¡–Sbqz½ñ1”ñL§Ft!›¯Þ&¼¼8½t -ÓKVo¨~N4òÒ’î BóÔ'„•~@ u3j,'…öY‡Œ„¶9 -)Áqês´®ÀŽ~n -ͳ—¬þsƒä––ïÃ')r÷ð|fqlÊ6²ý¼“sÕò#„¤fš!x ëŽÐÑyàuæ4œþÅÕ_îÅú^OÖ#¯&rwá)©ÚÄ6ÞAZŒí o,¯ §Á·¦[šdðm -ŽèªøþÌrô¿œS¿ ñºVYœ–< òSNy>Ÿô™£¤wpê -zm§9 Œ1žÁ\09ÅMaoÔä>ájjXód|ÂnY!è³^1£ÉGX—YU¤aV»Ž(bõp²mß±¸›qÙõ<'“×ìü½uœã KƒÅ­…a¼¨b™àw‰¹‰×LŽf®â#f¢A -1— @(ÛÌè.’å$ˆ0µc¥ýôdìJa¢Fç©ÐQÊ ŽBZÁUá{²cÁ$+h½&ÆŒˆ÷ÙÎ1ÂĽ8*cA²Ï4”¹S"ӻɺ&nÇ 8[E7׸mÐÄ2ÁÇçˆÍ±{¡𠠧ÀªÎ0\™¦Â½ªÈT7í>ð &Qߥ|>® ©R“µ#Š` -cÑjmZÒ’ÕŸÈæU»ö’**ByN†,ÂGî²Qh<ªÌ*Ö‹.•Å{èKTmIÛ1•éi!(G¹AÖâO!Aæ,9¹ËûpyqX)¥Ì0âqP5ÝT—<ØÏÆÃK𠱄⪤ô{•ƒ©ƒš€¼?£Å(4Ì]¬¡[0³ä$Ûë¹Ê8z½[ñ“Ø9br,^lWê$.àî)˜)ÉØ5 -LÚ¨þó"rFˆfL!”=‚ê”ìÉ[$ˆ¶1G—œzå+fâ+Ý(Eï’tˆè"ƒ”HÀFž–ƒ”MS”Ø ²ÊÌfƒ5…}Ù¯4ÏK¨4+53Ñ•‚:RØÄV.WÒËU’Òãæ'KN{Kx[XEyXJg2;q“ÒÙeXº487Ë€-QÒr´LEutªš@ÆJÅ ê¹áËÏy飌q7c)6«‘ð@’” `Å7s§p³b-[/þ1cÐ':J¿«•-Ä2ϨMì9½°V¨—7¹Bè«r»~½£ezDÁy#a'Ý* -èØûB:㮡©`˜EÑ„Z9/ÔÉoö‚ƒþ+„2!~Ûõ¶àcá¼ „yЇúXñ8è${ÄL:ÊùjH…°¼tm"Ղ޾ WŒòl€ŠØ/] #®%¡¬âùÚ >ß Oâñf›@ä`ØÍ¯8h+ùa‚ÓêÓü8Á â@¨Â;þ48ë:Î/‡:|‚@hò„éx^­ˆl–Ê»$6X…äqÄÚc<–¨íÆëyÃ/ð# `™ƒ}ûöß™œç¾xC!µ`08ìãÿœb1ƒ· äÈtTšŸº3ÚJÃÂ|Ô|©5®= sE·Iï¨~‰À¾*Ý(Ö8Ô$ÐÔK6#šë™ÏZŒ¯î²<+ų­’­ƒmÖ¸ÛÚX;{¤ý'‡ÇW„Iâ§ç—6×F·jR‘;Ã#Ás‡—··CžõyºvÈ÷ʺ&¿ãë+6(7J7þ¬€üÍÔ-¹[s¿£~Ÿÿk?P²]¹£rçñ]§v7µîißÛÜr7ôѾa¿D`"£¬£cÍŸ[8ð7óSÜ?Ÿ½¿_M¾iþÇX\ŽFZ#çP#jÍêJt¦Æ QSKóÖ€v£ŽB7K/HßÝÀÄàoÃÇ«®5«L -L£°fÚfSæ‡Vç[îÁ¹âuðÓVCÖ-6¥k¨¶!€·¹Ý7û)‡!Ç‹„Z¢Ò‰íLq‰rÝíF&Y¹k¹Ï{<÷õêò¾@®ó©\+óåþ$Û÷;rH?<@0A%BCD -EEþFúGöHôIìJáKØLÐMÉNÃO¾P»Q¸R·S·T¸U»V¿WÀX¿Y¿ZÀ[Ã\Ç]Ì^Ó_Û`äaïbûdef%g0hždŸŠ ²¡Û£¤/¥Z¦…§²¨ßª «;¬i­˜®Ç¯ô±²0³N´lµ‹¶ª·É¸éº -»,¼O½s¾˜¿¿ÀèÂÃ>ÄlÅ›ÆËÇöÉÊHËqÌ™ÍÁÎéÐÑ4ÒWÓxÔ˜Õ·ÖÔ×ïÙÚ Û5ÜIÝ[Þlßzà†á‘âãyä`åFæ+ççñèÓé³ê“ëqìOí,î îäïÀð›ñuòOó)ôôÝõ·ö’÷løFù!ùûúÖû±üŒýgþDÿ!ÿÿµl%ã¥m8Кc , ö -À Š V # ò”g;溌^0Õ¨{N"õÉqE  î!Ä"š#p$G%%ø&Ò'­(Š)j*L+/,,ù-ß.Ç/°0š1„2p3\4J586(788ú9ì:ß;Ó<È=½>´?«@ŸAŽB~CoDaETFGGx?R@,AAàB»C–DqEMF)GGâH¿IJ|K[L;MMþNàOÄP¨QŽRuS\TEU0VWWõXäYÓZÄ[µ\§]š^_‚`valbacXdNeEf÷¢ùúdûÅý(þÿÿÿ€€éó€€Ô怀¿Ø€€+ªË€€:•¾€€J€±€€Xk£€€eV–€€tA‰÷€€,|〟ü¹~׉¼ç¨~ˈҦ~ч½¾~󆧨â …ø” …[56„Äj_M„.Ubƒ@Îp‚á, w‚$ú”}ß“€å…}á‘LÐ’}ë=»Ë~e§~#‹è’z~HŠ}×~t‰Ai8~¢‡÷T¤~͆¡@'~õ…2+΃•ø‘|×Bã‰|èš"Î¥|ü—/¹÷}”†¥s}F’2‘}|ú|“}½Üh,~‹ÆSÒ~F‰¡?’~…‡p+…~¾„ðö¦|§ á±|0£Ìá|IŸN¸K|g›Ï£í|˜£©|Ý•Ž{m}+’šg=}€¯S}ÒŒ¶?!~‰»+l~a†Wõ{›°àà{·¬ËP{Ó§l¶Î{’|'ŸŽw|k›*zj|¿—_fo}“œRŒ}qÊ>Ó}ÂŒ+{~‡¼óž{Jº·Þ²{YµÉõ{j¯”µ„{ƒªh¡e{¿¥Šn| ¹yŠ|aœe½|Á—lR}’¼>‘}rŽ"+ˆ}²ˆþòD{ÄÝa{¾ȯ{·Î´N{0±Ë K{l¬Œv{´¦_x½|  Ðe!|k›HQ¤|È•°>Y}%1+“}mŠðüzçÎhÜzåÇ8ÇtzèÀ)³!zö¹UŸ9{.²Å‹‡{q¬6wþ{À¥¿d˜|ŸEQP|m˜µ>-|Ú’4+œ}3‹ïäzÓØBÛ zÇÐ[ÆgzÂȉ²zÉÀâžNzü¹vŠº{;²w[{ª–d&{É£Q |›> |š”+¤}‹ðïzÍâÚ*z³Ù|Åz¢Ðá±Nz¤ Ô‰CÌùp–u>»¹í#%4cÜV5)ìöjjJìö:‘6’.Íô;¾¿s~¿¹§™jj2Õ¨éV¦CEŽJ‡šV‡+Ç«Øð,o]ï½Ïñi 6(S{.ËÌ}_gHú]äW¹æð-‘´°ô—ÑP¯Ä‘Ú¬Õ%âAiþÅM»>ÔNþ˜Ö{ë+qú¦öü&’¿çCUro¬ž–*ÄøpH¤hƒ«„ ™°m7:†üÈËBO"ØxQOi -ña²àæ;|qÛâ„Õ7¦bÿÀ³¥×A'¾)åˆÇ:8€%Xܯ¡èulêÖ4 -à¼}èD0áÕ¼[ùé~->IápcöOYdõ1ÐËöæ€XFÊ‚™’Ðä h3ýSÄB4rüEŠº’·:"¯ñë<;$;:‚¯×¯ékÃ"2 wP™þö\%°Uç¼Ð:%#yƒ”+“hÔAZqØgºwu" ôˆ{‚“ã«^!xÃH_mýÜ0ξJ»œÊʹ(ž%Ïî@—éªh3Ò­yžx -1¨¶ò@äº]ë!ûÄ]€,‘¬\õ~HÎÿ×JÐ_ö©‡?› ¯L@ M)åùèL£D"%9)€„ey%ˆ‘ Úöƒò:h§~!¿ï> n`÷¬úN¢N<ÏÙµ÷£/ª<›ËP·2Ÿ²Cˆ±Ï -C< -¦8ü1W{ªîÔ{‡÷ÃÝ7;7Ã*U™[+) ãM…miÓ³m ©¹­« -ºðêR2bá•:#~ÚÌ]ðËb/B › ->Ç?Ss{Ã=á°¬jÿxkzš›^¨ØÃ[uIêŸN·ì;3Ñ”«¹=ª&^É<仚î o¸¤Ò‚WÂÁÅñxM<¬ži€ýOC/2¸ECm*wž¤dJ‡'çni‡Ý}gÓOÙ²¦x1›X{„2åM+HÊðI½‚Pëó¼4#ôx06šî‡¹ªfûV r]ƒ¶2&n2FÙ߯dæV n†ÓÙå†;Ê£xfþ¿I;“Q5›Xm„à`\sì˜c2EAVð ]î+<¥Šÿ =.Íಈ„öûÝKò¼qíytHõüKò?çdy]D{irn-< %c¯ó4±VlsNg0™6´O³ßŽ.‘'p ˆ“dwßIs‹mËSzó¥µÕWÈÖzWc ¡®(¦ãéeÚ4VT8k^äíÔ¨xÓD͉î’Iý Ô"ÉÇLÅ‹]–öØc?fÆlºæj¦j§5[•cê/ -ùŸÊ¯¾Ì]1GjÖËNˆþÆðØgGÓW™Ãû,T$=ì]EN£:÷àuİ£óÂwvèÕÇ E—•Áú{å‹ä±™6ÙCÒóÚ¦åhfŸþ()VÞúLûÈuû&’o¥¡Þ›‰,f¹³RãŽÏ@7¡¹ËW}(\ÖôNñ:__zQ>ùÌ -}–Ô3û¦ä;/ÀeŽ3ª ßÞ†TgšMü‡ìÍN2_‹6Ç=^9•üAðÕD‚”Uѵ­å,¸–S  ׂT]DA°`AT‚ˆT%¡L’é3™Lf2i$! ˆ œÒDÐç -‚¸žb{Š}êîzêý_Ú³÷![JR? ×&­ Z;¼±A¶†…ýßHîQaná@(Úß{.êYÝäOÅwL/ó Wµ q‘xTþÚÏåd±ˆ“ý `Tk Û -î18mL–~ážú÷H Šn·x`,Föì§õ}/é˜k?Ù¢É¥Žª<ܧå8…¦d~€G«%ý IÊÄ==Š'o\*½ªùæ_!9¡œá&(ìÇ=zçNåæ4Õ脹÷ÊùêQ šQyˆ,ð\e¿Ø;û’B*LþM¾//eG9ž?~£?¶&¿Ê¯ -8Èó‚ø…QWeHº. hU’61÷ø‹›Éf¥`§Ò@²TÔ' @@ÙqñË€pƒ =¤ûå­€„ ÚóWTz ö¥á€æ6Ú_º€óBêØ6¦¶Ë´ºŸ‰PÈ=)žŒOÇ-Ãe×7ðPÏo-&%x[A/É·.'ÝcåºOšÒò‘Ž( ˆ¿!ׇ#ûð¿µ9KÐMì?¼›!«¼×µMÚZj6™wuß1gªÚî+m:÷‹ÒÜóz ë óŸê£GÓ Ë·ÅÇËY<"Ex‡þûúQt†ê· J¡¹JQŒw®û¬C®§y}yy®]Y[BˆÉ÷‹ð¬‹†MâGpm¯¸=>„KÈ;9–qÈw ø‹ªÍåù‰0\u^¦>¬>P5P™Þ—±4d},..^Zø)óQQiá»ä›ZïÂo»­ªkÀœH™ -¬ 0Q‹€“ž·‰ñ@µs4rSâtvse<:Ñø®l²PÁY½àÕ’µ&JÈœ^4lM^ 1ƒ>»Q…Êê#fÒ/d!±r­ôŽçE¼@*vNC‚¤kªVT4*ÖîÙHyÅX’ÄGð–Œ0ýL&8®ùìÊc;ˆð2: ö ˜&w†Ü<-øxÐÓƒÛeÁ• +©3‹úlŽªX9c™Å¬*² -Éöd1zàÜû“íÍF™þzi‰þi0×kÝ - £—sÊ®S²“’&©ùôù‰Ì0µgó'Ç®S‘«±zOæˆ8‚Š¡-ö1v Ôª{XºÏ²“è5'š&ä·ìúá—ÿ'ðP% À»ËÖZݵ»a¨ìh~¤Ffe£Ï-©Ä:KŽ¢"DˆÁ¼1oÞ{óæ|sŸæ6ÆŒkÜÑ—2¥’îV}ÕJßn´û­Ú-k¿ÿ_¶Gbʼ 6ÆOñ+±¶ˆ*îÎ¥½™Ìq¦Ý‹‰ˆOît7hgݧúLKŸô`z‚¾Õàô3•3ÊtõßAÒ7ʘŒ"²´)>‡¿]ôU„ç–¿×›YÆ~äECˆhš{,Ø}4~¨O° IÞÖ6å1~W2ÏU.Wâgó ¤zí† w‘—r4î)6.Â/sª…>þ³Lwî¤W üŒÙæ^¦Â:ã†ú°ž9É—ú:Ô- È$Åß ösÒ\ãtPø«æNÜ1Œ­¸~’Cø_EŸb#^§a>ë…»\ƒì6œ¨ßy5Uœ ÿµ×ˆœTw<­à)5>‡“îkN_*ì0`GÿÄâk…;³çe[üe¨ZïuNdO¸7Ð"&ݵ¶¿ÊAá|ówåÃpL¹âÛòÞ:Ç -V^†ö!ÙåD¨ÊL:ºI†T–‡-¯ -üÞ˯^O8Ân§,tý‰ñ -p×6µmÎæ›reÐYóMÊÕòEÆŠ%wH‹§ØÒ®¨Sì±&ée6´Nxð&MòÆ€ „0öÀŽs`øR#4×l'á2Á®Æ¨ŒÞn^Mç\Œ34ƒö\¼HóWæÒ†cý¥ ´ÌÐ8a8m%ÉÆ ­é#°(5¸ˆ¼&^}¥µó?¤q%« |^_ÂÜS&5¬c¼8KSÏ"Cǯá#×% áÐ%‚ô{$:wœ"Y @'\,²–UûŸÖ­¢ÅØI+ÀŸW˜fy/J깜Ù3ÕÅì¨ã›YÌÎ#q’$tkH« ’¹‘°#a³Œ®ÆÁp%XëØÒ­èäq¬_˾ ‘Llq~ézývÁû3^꥘íC>Ãe~)~ÍÎ -Éà?bî#íâŒ2ÜûÑiØ7 -½¤T~-uñ\»Å®ÞPC3“%yºéÓòZ½hþØWr† ð0 ®âU‡láŸg÷“œ8YLGBZ†”»9@Çésʤ–CõÿåÌYxÆmÔºwÚì ݺrUOÎ\íAù¡TDN8¼Iì,ó×ò‚ü~á,býFˆAWÜüéÓP³¢¸eW3ÀùÖrÚüR×eZ]<­óÕÝÌ WÍÕ¦¼—Ý•ÛiDýâÑ`ÖÁ¿í×Ï6p¢­èG·,:Ž–··lì a'["[)ÀŽ:ŽÕZü½ö³ÉžmTué]Rrd´ZÊ!?QìipvJDôS²ãyB$#“åàуáQ¹kóüe7Ö¿-^]µN]žmc‘Q{ËÊÏvWQLÉÉBµïc^м•šàÅØ6Iœ…½ž¿žÎpgM»iéK?Éæ¾ûÐ=9`Un뢊ñÂËg²ÏÉ$žÜ•´K—V™pð •¾jùþåÒ™ªk¾…ÁÕ<|?w˜’íbfú§Ä©½›Fi‡ È«ìi vúXö˲&êòe‰#Z3ðMt›ò "hX €¾x¸¿ÆÝHur™@j©ˆ{)NGÆÚoAe•ÞÍ4ºªÀÚÀŸde¯ƒÑ‰YZÚ£è e"„JÌ´¾üùš7x;çbÚuãYMðIžý ù®À:A4M¢ -¶™cÔe¾7îFø óš -X½Z1 -™ƒŽJpôaâ;þð-þ6{\çJdDÓŽ -÷ö¬a MÁ'UL7¥ðÂó¹æ,NnfžÁȺÀUÏ0£ô*B7ƒ¾K8âì-ô -ÿ‚L§ºžGA_ÖÉCãm’ÉŠÆ×¢âs¿×O 3~6lã½MÀ©s8äÈûX£?‹× ×‰X2‚Ÿc BÏ]û‘UtGþÝ¡ò·ÙU´ò–ÆJ9íÜ™úJ –‘¯o>ÿ±¿öþþ.ò®)°C¤d¯%¶ñÞ °ç:V² ·¦ÒíüƒÝuMt‰ л•ohÜ®–ä=®ß¢Ü˜þ^HúàÇäZHT5&{ʯ -¤‹|¸‰D=¯œà¹9ÆÀÀ_B˜´ë¾õ.øÆR?vñ´uÂp=oiHÓ‘ž¡›V¾ŠŸ¬u•¹GUÉ΋2ã„70=‘Ï[Çžñ$2óÐø³šã½íRÚ>‚Á6Ǧ¢²»Vù§\ƒ‰lô;ñZ§ÐÜŠ¯V +K¢vË6I·z ƒD·[æÈÜÌüƒ’áBÞÁ®œGZOëó¶7eñÖ¢&[®)È\|¢J—d(Œ'¨ªÕ”ÈÒÛrvà!^¤!–qKy×=#Ðû¬•¸èkøsbh'9”rãòsrYñƒ®[äÖÓklÛÈñ­–Ê‚Ø4©jY8I{¿Ê®¼PáÓ,YMÙâ‘ PÆœE¬B@ÏÌÜJ=G‰èûLu,ŽëZôæ[ê1?Ë+ 4Ö©® ‡}Ö®ZœÝÀŒFOÝáQ‚-¦¦81­Tzw –Ußés…ZŠf;½éã9Ñ-rúÊÔI‹7xñˆÝ8.Ôœ¡Y÷~R8Ѳ}" ÍÅá%ÕŒ¸,Gÿ©AÑóW•ìþêÂÞ"VD‘¬D_dÏ5ÿÉ৪xå×è CaBõ=H¿÷‰¼‚~Óm?xH¹ ³ =EKEWõÿOÐT½ðÒv¹ß>Å}œ-jNá¬H0ÿÿøôsQI¥Œ‹÷Fa 7ŠŠ;¼šà‰&1…•{‡Å'¸"†kzŠÁ…,ŠŠÁhšV~}»H—ür§µ[•¤g¯Ç“R[ãª[‘=Pú¤î>F*ŸšM; šE‹c1‰”߉'処ъ…óŠÁ ~ ºØ,r7´âšMf·¯G—x[Œ©×”àP¶¤f’]EûŸæ;‰™Àw1”X‹( -Žóˆ¿ ‰ˆ† ‰®À¬¥Á}˜ºv¢WqÄ´užñfK®Ò›—[0©\˜{Pp£ç•tEÍž”’w;s™D1’“ÝŒ–(,Žx‰Ã Y‰‡5‰3ÀY«h}º§‰qF´£¤eÓ®bŸÀZ̨çœP$£n˜“Ež• ;`˜Î‘‹1š“lŽ(IŽ Š¸ Žˆ¨‡µˆžÀ°ì|œ¹Î¬”pسÁ¨.ej®£¾Zs¨‚Ÿ•OᣛƒEs´—s;P˜j“h1¢“ m(b±‹‹ ¸ˆUˆˆ¿½¶>|+¹‹±^p³~¬ne­·§qZ,¨1¢¾O¬¢²ž(EQa™’;C˜•1¨’¿Ž(uiŒ9 Úˆˆs¼ÍZ~v0Æå}ÎjñÀr}±`º -}ÙUš³Ì~BKg­~ÌAT§di7…¡6€.šú€´%”¾B“Ž™ádÌfƒØuÝÅöƒ -j¦¿ˆ‚l_Þ¹&‚U`²íþK5¬µ‚A0¦‚.7u e‚g.&š*‚˜%;“×É‚Î9Ë‚‰ƒu°Åˆ;jx¾‡#_³¸T†QU:²&…¸K«ñ…=A¥Ï„ë7iŸ©„ª.,™q„_%[“7ƒøƒ¤)ÊÌ#uŸÄEmjg½Ø‹ß_¤·ŠU-±t‰|K -«Bˆ‚A¥%‡¨7dŸ†Û.1˜Í† -%w’”…*EŒr„e€ßÊ ” u`È’|j1½{_r¶åޱU°½"J‹¬@ÿ¤pŠO7bžSˆý.C˜‡«%¦‘æ†V’‹Å…$€‡ÉW™æu ÂÜ—Qiݼs”Ü_%¶2’œTǰ–JéЎ§@飹ŒÏ7c ‹._—m‰6%ã‘4‡pñ‹…Ú€2ÈÍŸ tºÂNœ i”»à™^âµ—–^T’¯g“ßJŸ©/‘w@Ö£$7dŒÜ.x–ÕŠ›&œˆiAІwíÈP¤GtsÁË ³iM»VD^ µšT]®Ò—J}¨˜”9@È¢†‘k7kœvލ.”–J‹ñ&G‰N…ІþºÇÖ©Mt2ÁM¥SiºÑ¡q^Y´u¼T&®?šMJ]¨–ù@À¡ø“°7z›îp.¶•Ë>&t¢Š#¿‰—‡qoÇk®)sîÀà©Áhź_¥i^³ú¡2S÷­ÂKJA§ˆ™„@¹¡~•Â7ˆ›{’ .Õ•_Žc&šAŠÙí‰@‡ÐDzËs¬Àˆ­äh’º© ]ê³—¤USÑ­\ŸùJ+§#›Ã@´¡—Ž7“›“f.í• Y&¹Žó‹o ˆûˆôÝ|®zoà»|ézâÌ‘}3{i¸\}”| ¤)}Ö|žú~ }/{·~K}±gn~Œ~*S,~É~¡>ò~ù*Þ(€ò~{,„žÞx{ˆ„Êo{ñƒt¶a|k‚ý¢`|Ç‚·Žg}‚„zX}l‚JfB}Å‚ R:~Æ>L~dp*š~«ð5yøŽOÜAzrŒ¾ÈYzê‹C´‚{b‰ï µ{͈ڌï|4‡Ýy| †âe/}…äQa}x„Þ=¸}܃Ê*\~;‚’î;y—ÝÚTy•gÆ}z “²ÂzsõŸz鋉{f=wß{æ‹xd4|g‰´PŸ|æ‡å=4}a†*&}׃ùìlxE¡›Ø‹xΞAÄÃyJ›±"y´˜!¥z5•jŠ>z¿’ÀvÆ{M*cQ{ܘOø|iŠù<Î|ñˆ\*}r…hêàw–«TÖöx(§Ã3x¯£¯ªy(ŸNœRy±›Æ‰z@˜HuËzÕ”ßb‹{n‘yOl|Ž<†|Š *(}†ÐéVw´ûÕ…wŸ¯õÁØx'«®ex¬¦|›,y<¢ˆyÐÁtózm™}aß{ •¬+_çyȤ!M½z_œ;ª{'”*`{Þ‹Ã眃txðÔØ‚åy‹Áü‚vz+®ö‚9zÒ›áñ{ƒˆË¦|?ur|ðbAI}šO~?;Þ€é~Å)€³låwû‚ ÒÌ“‚<À -Då­#¥š;€íЇZ€¼€tL€ sa1€dN/€xN;S€Y (è€5€÷ãe€Ú‹éÐÈ€†Š¤¾!€F‰v«h€$ˆl˜°€ÁX“P+Š­µõêÇÕc¨à‚u}*ÛC+SÀÁ­ˆ ,A@ÙäßûOB!@Ø#È&2*!Èž*RëªXQk‹Nî=Š%– ¿ÈŽ &Ð,1j= 6>ÝÇØÍ@3X”¹º‚ž-„¾ä¬›üRK>v'A™¢Ï5#“gí@x+´›7w~dËžôÜèÉCZÈŸ²³‹„B‰|s%Š þ1 9ÅûA«ä©SàUYYµ=X•«“3 dgc L¼3a ¬Íº‚‚ýü¬CÛÀ»ìn»ÀÔ”yø–ØrÏ -l¬ªíÓËf;~–¨7Þ“ ~~5åf$|Zf‡žD®u`²ÀÄöÈ2ŸÍÛ@–$ï\]§G\@]•‡z˜ªš«ÈTeêì º¸ 9 4È[ã÷“y#'LÅìY{Ð@ø·m!¸‹¯c>î¤zn»Ÿ:> =.¶ö´+„Eù)àpm…Äp¯¸'^Êåç2ó…Ç%€"q¿ôJšlã€?¯Ío÷é™[:ÀxŸé`ðëÁ¶`‹:¥ÌXÙÔ%>Ä]RC °¼ˆÓKî_ 8ËmÝI :²u$ÂióG@3zs( Pöý·ZOr_öx•ÚsÇ.MŠ"¸ÚæÓ`/WS÷$nw¦",8—»X4ì¾0”m²5<Å„ùÅÊo~¤Ýhî¿ ¬›ˆn¡¹}ƒúÊDnaÏ °ž+¾‚›¸l“QlW^SlËí,ýÞ]—{· Ùv`(ù`þøÏõ–€ÅRé¡·ŒUš«Ú–6H[ª°§<Òk³ÉäŒ4Ä—(Ì ŠÿÄÝ}|wtÝG°B`ÚFƒ¾Ž;êùß,dLáßÿC¯„«Ú¨¯áÌ2!éûŠ5‡À:¸æž[…›ÀùÁ01Üî¾]‚Çl<ÑHx”c‡ôÁ¿Ï4S/˜Éþ_ÈgôhK ¹†º¦|O‘OE¾¸ŠÜ`_aì"–ˆ/¡ ¸Ÿ[µZÏ#±eœmˆ'ê4ý”Ú!¡û¤µHÓ¼žê”dàJAPÖ'ìï ²ÌÙèoŒe'zšúóà42ORÖ9H±c ?Ť׷´<ª÷!—Ýh$ðÞ\¯â•øÊìG‚z,\¬æ&¡ÃÂü³º¨§€ #s<îÁ£H -sÊú(¢Cíãü gàO¯J‰Åò­šc„AÉï «pW…LQ†Q üxôqžyõ–VŘ ÷Ä·þDÒ„k\o#ßòwYÀyÌ1Ž3¬Kîú‰(SÍ_~ƒ««gë»±Ûå³… ˜~É[^0š©pɈGžä+£ƒ‘ŒÜµ‡} ×5nȺcõlÇs✀J©¨‰1"º­é×*<¦ñ• -ÄÕ^ù´»JÄú£Ë6¤ó~QC”ÙXàé¯59Ï\ a1d¥…æFœDè04Îû.§w‡áÛ;ôëœ0›uÁ.ôÂE_&¹ZcœÖˆØ•=œ‡GŠÚüíà˜üd—+°ŽÔÔ*’eÍrPh%sr,„øaеëö®×©ÖýÜe‘oZ·­§aDÒ Ÿº¿®Yé#¥Ÿüa“Âi— ¨3Wa•ù‰Ò8"p„5õÃNuņ†£jÐ1­B–Šêv©©)$¤õaj Ü}qYÄ ìZ¹äwš+~ⲂdVA‰øGÊÙÑqøfJN÷áÃÔXÕ¬ÿ¦ÙËCøMé+X„ç–þ ]Í<̘ˆª§‹3ëüÅT wÉ!­€0ËFb5hg*Æ&!‡Ñv …vmÉê‡NÔÒ‚mP`þ oòaôØd(5-ù jˆ,¡žC³~ä¼Îù=Q;[žÀ8ÉT¹ÁÝÃ/…§©G€`ˆÒ¯~Ç?HzË|Ù·D.5Ä´º©tÎD¨¨Ãøw¾oÈ]˜Ø9ŽÐÃþm©‡-¡y¦Uè5tÃW–Hä­~'X–5TÅç±Ǽì^Þ0YÀ¬`éOêtf‚¼Do÷u!jÈ%§—¸Œ˜°¸Ž p¥i#…\ü-ëkçŸÉ…* ÙWR‡œf¦Lò/"–N&»Q®Y6§_‘–|ÿc -b;›äâ›i¾…3 U¦È^ßo#HVêµ¾á½)2,obqùVi4³]vw¡>æ”'¹‘׳WŸ6!úEI>_pàŽÓz¬•·Ïâ)x¨x³cvL0bquf ³åÈ7”ž–æ?jjh>Ãó®?^êÆ\­Y#±¢ʯ G)û’êóRòÇBQXñ­ ð~¯–F8F¡_DîæÈ<ßÙÌ®§ì=Ê×v~Õ´ƒgÔ¦¯4bDñFzGÝväù¶Ò?±“VBa_ãÝ…Jïh¬3ï’ãZô¢dÈâ+¤XðÜlJ¿Óìä˵a†ì?ÝwJÖ3AjÑVj±IgÝuï>Leà©X<½¤Òë–R0ë Ecrô÷ÜCB„qfû`c¦½Ç’Ÿ02Õ`Éj¯ä;1;/FPcêqh˜4Å$„¾µ‹¡Ïp‡ò/)¶_¡uÀÑÝy¦{´ÈQ«™4ÏúhÒóÝ“ÿj|ŸÛ—2¦<.LU‰³$ži42"òLÿ?ÃõáÖä`œ§RÔº®R磇@*‚êC”!`(`@, 2DvßÞ_’/{ @¢€ 2]½ZçE¥žž«WA«ÕRÔSÄóxŸ÷ù*òdR*ö‰WSå•q‰!ÄѪ`$èré"ï?àl™°ß¡’†Û¨¹,ý®æ<‡Jsó•ÕÒj¹”å¤}….´S6mO$y[&Ä,™>ü+¬@¬ò¼YÐmyoŸ‡n-’ÜrIý|Ôš®:Oe®)ú¡C²dæ>49‚þlÉÈ'CÀ„„{¸ — çK` ²Hàñ¡íÀßzZ´iLZs‘z.ífñT¾";i§b‘-2¸(!µ¦·-htB ö _€ÆÀÁ‹a'´‘ ƒÑÝašmÆÑ/¹rušiP¹[•FU±Y’tc?¸‚üõ&í%Á'#„'19N†u#7ÐÛoàd%o˜ ]#škó7ÛÄaÅký3RÈLh…UkèÜobÈJ2m%ÞÇú }±ÙÔÅ01²‡È‚º°<øî:Eªß4Îq”ªêÎ2æšCÄÆl^^)¢®æîÈiZ·ÝJ|—jlk;ÚÎ> ›OP×ú¡|ˆ×"—Oƪ/´¼kŠQIõÑ -Qã<Љ«›_‘CUX…y§‰F|×sÜM{vë*4UõWèpë`ÇH ï -0 8±Jm?q¿ÑWßž¤óS|õ‰lÁÌL‡wy µ¦Þ™û„È«áï -ÇNíñèLí—¡…ð¥,  -l §ó~­îøãþj°ïbÃ7*¯®&í·ìãÎ"4ž¾ÛÊ+«£\¯r„ý©T'Vn݆\5¸†.…çqŽ€Ý`&s÷¶ºê Sïù¡Ã.RŽ kòØîîICwvŽ—¾&[ÝrŒø{‡kªÛ\û(î1b0µ‡Œ@5l@¸œµ|=¥:¿s|¦íÕáÖ…ESÒ®ýÓ(/µcº[e²ò4Mty^îÕ@…8uX!¬Lˆÿ‚þ½*<$TJƒxª4Ñk?ê.3wèjnItvžÙ&Ôè MÒ©ÈcÝ © ,RÍHËr®«Ü¥ÿJ]•ùÄÑñ2`Ã8ñZöDÐŽ“§zi‘ùX{õßðêº!ÓèªZ¬¿í„ÿ¡M)æîƒÀ÷£Ê"pýÎýìWÀXìÕtl°y@™@‰±^½ð3àÛcW¬ ¨3µZ“+ÙËmÒûNè‚ÆŠW—ˆ¹ ŒøÞO1„6ì¸È HOl> ÿsC -þz!(A ¯»p!¸­UjÁÕI¶ÆRU›êï:ƒâ=Ø­™É.?\¢jþDÐtE"5c‡ó9!ÛòÙ‡=ß0 /F3h8üÊ{24U¶l·xšÎÖøÝ €âº•º@›Ú¦>_LªÖ©ðl-û@‘¶]Nkþ G¾Yûˆÿ$"çÐNï (64{˜/ׯ´ºúl"ö½ö®eGõeu˜1êÐYå/ºì½Ã¬D­Ü6J*»¶Ì%F˜»ëÌ@M„#Éx‚·|„hŽŒ›UGZ-Ÿ*š|>¥¬'å¹—5ƒE£JØ»w »Ty[uG³)¦™P*»×Gb!Ì#½a°-v~0wø˜Þ¢[gÒcZ‘óŽì9w¬(š§ ©eU2Cï”K®L„ªëÖM ¿+2sáZ*»äa«œs̉§Í¦é†EÇŸÓ3´‹ÛËæpåG—¦(]Ã3o2ÚÚ´”j³yoôMü.}]?Ú¨ \à4êÝ ÜÃn;bÌ~g?3FëG{Ú(‘fôäi6·µ-èQ y“)d2¶'ߢfÔX¢!üœáÖ:= ö\þödLÞ×z|WÓcGÍác¨½¿ÄIµóJYé)ËŲ܂FCùŽÌ"]AErr»z{¥0jô“Ö2[%bÿy$(Å=]1‡l¸±½ —øÔ_’d‘Ŷ ³ä´yBòs‡á®ÔWÜ©í—*“çpǤï¢ä -‡,g­Ý,{â?…¸//ñ\ƒ~¨æ7&(O7Q÷ -r# -jƒ¶ªkæàê|¡Á»h?|sî€.j®b6Püœ^$ñßñ@´gºH±‡4<%«µê"/¶þ„«+ÿ0i0î ¡ÇÑÞ=ÉyôA… ~‘'Y -Ÿ¢ôÿ¿NxRÈ#poý¢†=ªF͵ڞOÇ-±†²tå&7úå3º”<á'—$RM»"“Øé˜0XNÍG^ñŸâ‘ð1ÏD®ûÆ>jhQߨMÔ}–å–&¯ÂǨåûßêpåÒôj„õO|¦dh¿Í2:Ò'x iÅýùÃØTäùî…+kÛm¶ãÜcÛ{ËÒd©4­.Wé·íÕ}­iK? ^Â-H,Q.S”o¶2ôPð"r΂ÅcW¼øðz$ÓæaÏjêUÚNØsà‹ÿZ×2á¡ÍÓi¯Ãӹ󺩢qÅeîÇÍ‘ôÏ - h„¸IGó Oˆ^)ÐuÔ¿f½}Cë€ÊÅ&=ò44>-=m0Õ åj«­£i˹|Ó\Q©¢Xç»é¿t·:è!acù7Pš¬öª€ŠÑ{ÖT»û‰Nå[\{$8nîhî/ymÈpÌÉ]¦ «§v›¸e5®"…¯1ûÿ Ô‡[SðN[‘Z=E“ 1U( -A%ÈR† ÈV* È† ^’—÷^öÞ{B˜2ણý𫟠µpZ«ž'ÖQë©w¿?â·›ËÁK¹ô7Õ„º;w£ì“b] -Qœ.¡ÇýÄ7 f#äì×ÜDÜ(œ‡üxŠab²ÅaOÏ"¦ÝFî¼Þ’n:`§VãuÉ–ÒTU“þUN§¬K}!åo¢OrJÄÏo¨a›xó¸A؇u/PÈȆ–ŠÒ¢Á2ð™-½—Ûì6¡]®*«î[û¥’ŸU;Í/reUú€ä^ј -·Ÿï/Ý‘É.Táú¡klO “±"ñïÆÖé7{77T4^uío ?yÕîi|WôÉ’Ú4›}Z?ÓüKÒ5ukËÌ÷qrtë³-‹D×È ±ßðt”ïPÖ)j}6œN_ß³ƒTÚ¸¹ó4Iq2¦ýéVQ›™FÞ’½H@¶&5©Æ(AßûÈJ)]ø?E¾Ô,–{Ÿzuq¶ yÙÉ´Q±»˜–×Àti_œènÇE>¦J–EWT$mT- -bïH‡€|üap»ƒÔ —#_R®¨B¾ºÜfxSý¬ã)”yk«a’ -e¦•àõ¬x­Ä(«ìØ)†þS0I'b“9FÚÐû`" àü«ï¿¤í³{1Ï«>Ê‘ÆÑ[o±c W[YÞ™w´ëái‚P19b›$,&€ŸÄ€G±¥œ¯ùht™~œ³§¯Iªn+èŠûêd7…—*þ²¦ñ' †W<ßÌ“'Ÿ¯HfÙb âÏðk|ß %c©ì*p } -dØò>_õõRWˆ2©nqÇQÙu–»’„‚5†fá›Ì%šÕü‘Äò›Ü–Ø5bƒ·óì‚õ”9YÅ”€g=é0^ ºnè&kk;¼Õ7ˆO,5о|“ÁWz/éî/Oì•—1/Ä˹Íx%ÏÃÁ:Yõ0 -³Ÿ‰{X±½§ÚG(U.²åà™‹v§aš˜bY¦ÍGéÊéŒê=2 ±Dö^Œ‰9'rñGñL^§ ;ÄZ‚„cÈà3z7¹Èã®èŽ+g°ö£Öñò óE£ñH»þ Öu`V5§¼˜ ÓI¯ÇDÙÂI|÷3÷1vba0fÈì™ës’qŸÜ>5vûGYy†™f?BÐû·¨,šÑ½÷e9ŠÍ1•¢ˆx"w†½ŠÔ²ž`&À`h5ãÏó± ‚fý0ظ»º°AãÛ£á]SMÖCÉš4·¥³¥a·ŸÞØZ­QÉIäPDÊ"³ƒ® „ÉÛB`œöàIcÍ›†D¤ÇUïûÖ’—–Þvý—¼#÷ƒý²(­ÒsníQ“q°“ƨ¢ôhÁ¥­®MÀõÜ^{ M 7¯ „nÝJŒ&*ý^(,Y(ƒ}ù¾€µ’…úè…cÅðtSàÙ[ðWU>= ЖRl'‘™Ÿ[ÝN]©™Š@ÿX{ŒÑ¡¨ Ï‡ÂâRzm0ŽWI›Ge!Töht7Ùh=Â¥TŠ»/sp%ç k2÷Ÿ¶ADŸÚotÃm ‡4ÃPyôù3#”+:î ÞÏ½ÌØ‡ÒÀ·ée´¦ÑH‰¦që€NôC%ª{›àYI’Å÷Éé±p¤–ýØž„ M+(z|=Ì •ŠPW0‰‹aÔKÇÀïFT± ÖÉÿ}rÈ=,EŠs(ŘœÃV¡àEê:È»?¯p†¢—ÈT,C¨V(†¥ÁfŽ€iEGArÆC j$Q¾a_ŸæÝÉ}î$Õšâ&Zšó…u™„œ2kX(¼]íÏú ûü÷¦/¤’‹&ň¬tˆ†}æºí¦*vŵS¢ýk̯ޟµaª«œIV¡¥ž™L– •öBœ››’Ï8ç–¨©/ª‘£Œ•&ጥ‰ §‡³‡\º“«§vH´ú§ïk[¯ƒ¤`¢ªH 6VM¥9œLV *˜ÚBs›6•+8Ö–D‘~/¯‘Bè&÷ŒIŠtЇ^‡m€Üº<±'uÝ´­¬¯k¯:¨=`Q©ø£ÕV ¤çŸ›L#Ÿ×›rBRšä—?8Ç•ó“/²ô' Œ‹"ñ‡‡Å{Èry&p6‚yke ¼•yÐ[Q¶±zeQ_°Û{5GǪý|#>@¥'}4÷ŸJ~,™d#”“„€Ë€õzÔÇq~úp Á‰~¹ey»¢~›[0µÂ~±QC¯óG¯ªl>1¤Gï4÷ži€~,-˜‚#È’¦uäŒñïz‹Æo„®o»À‘ƒòe3º³ƒZ[´Þ‚÷Q.¯‚ÇGŸ©B‚±>)£s‚·4ùœ‚É,?—¸‚Õ#õ‘á‚Ì-Œ1‚Ñz7ÅyŠGoo¿–‰#dù¹½ˆZõ³ý‡FQ"®;†™G™¨i†>&¢¦…|4ýœÞ…,P—„†$‘3„m‹‰ƒœyíıÐo(¾ÇŽ9d¸¸ìŒ¼Z¿³0‹iPø­pŠAG}§‰->¡âˆ%5œ"‡&,i–P†+$R…8½Š×„cyÆÄ •nñ¾"“ -ds¸A‘Zp²|EP¶¬¸¨GP¦åŒ!>¡+Š¢5›n‰+,Š•œ‡»$ˆWŠ$…ymÚ=n¬½”—²d8·®•AZ-±à’÷P}¬åG*¦EŽé=ò Œô5 šÒ‹,¥•‰"$Ä1‡Uf‰‹…ÀyßAnd½œEcø·"™_Yë±L–œPG«„”G¥±‘¤=äŸú65šCŒÐ,”vŠy$󎪈=§‰ -†KxɈ¤ n¼ Êc±¶™}Y§°»šBPªó—DFå¥$”]=ÙŸp‘u5™¼Ž”,á“õ‹Å%Ž2‰Þˆž†Âx|¨úmÕ¼¥*cr¶#¡dYl°>²Oäªwš=Fɤ«–á=Ñžú“5)™I),ý“ˆŒê%BωÌ ˆF‡$x2Á«­»m™»¹©Jc?µÄ¤öY<¯Ù ÏO¿ªœçF²¤J™=Êž›•H52˜ì‘‚-“1Þ%_€Šc.ˆ‡sêyzuÖáyÿv -òz|w°kzîwÙ#{bx؉ß{Øyìvx|[zæc|ä{ÑOž}i|¶ˆnzÌ}u6{j¨añ| ÉNÂ|ªä;´}<ï) }Ðþå´v(‰Ò¿wˆ ¿Éw͇¬Ñxw†8™êy'…‡yÚ„ùt z„Y`ô{Gƒ±Mý{üƒ;4|¦‚S(ã}Q‹ã°tå’ˆÐÏuØ¢½õvµŽÓ«"wp(˜hx8‹³…ÀyŠNrëyЈê` z—‡‚MM{]†:Â|„¡(Á|à‚þáÀtœ Îýtö™S¼BuØ–´©vž”9–ýwv‘ö„ƒxTÁqày-“_6z‹aL²zÖ‰':i{¦†ñ(¼|r„tàsd¥yÍdtT¡ùº¸u6žŽ¨v›F•±vá˜8ƒawÆ•4píx©’7^wyŠ7L-zgŒ-:'{?‰2(Ñ| …áÞrήùËúsÁªª¹ct¨¦n¦ßuy¢Q”’v^žp‚fwIš–px6–Ã]Óy ’íK»z9îzå‹M(â{´‡)Ý4rd¸tÊsU³\¸t:®S¥¦u ©g“wuò¤´pvà oRwÏ›Y]¹#~a‡&Ãu®hbŸÍIQ;5Ø)¸tñŸíé‚'çV»A‹ZWÌ€‚›|%æ¾æ0´žS™#†¡²øÐVøuáv?abö²µ…oUsmD¹ÖzAæà“6 h¼Ìׇ -Æ»ªó¡%çL¸P(©)HPõÐÃáu'¹Ð¸þìû^h—³vPØ¡†lÚDn’˜¡tYrÏyWª+Å´6˜ü˜º®x™æ'›&†Ò“„wˆ-‚SqÉø4ö—¯üT¸“hÞÚ00"þ7 -RïÁ.Š'|ÐaO&ŠÖ’‰>‘¬0‘ðHSñ±¬À#Äm±aø7ˆC˜èGÊ|ýÎå3ø=Ìá7fãäx[:áIîÒ_Æ›ˆ[ùS¸±K²Ü'fAÑ€Ã/Å„ƒm8ê,poßì øäRÕ-ï.¶\ À¯ÉéÖ[ø&™g•¸(ùšÇ‚ƒ\/{,`Ï vbýL÷áT¬„øÅ5â3ŒE’7\`NÄEÞú×^'Ù[Ï®©™¿VvÓŒµ¹Ë±:•'SŠQˆÓÝ1;Yß!%f&]r}ÏÅø„¢0z[ô5Å{ƒrÄ×KÏÀæâG-EؽÂ%ºõ’–Ý…ñ²õô!t2Ó!mjPw¬E5Êð;””=õ~Œ&HRœß£[™Öæ¨9t1»­ƒ›]°8ítÅslF‰0Kꋾ§‚Ѥ¼[©P÷lÝ¿P[ \€Z¨¼¥è\ù¿œ¯!¸‡Ö«MôšbtÝœ¦G˜™þ÷ò³h±®.3 ݤeÉ tÖ eÊ^äVAáW¤7G<éÐÔ{;!5ÊçJD-mµÞˆüÆdt÷a~g4Mhwã ­ÝVk¢Ù<­²%ÂCÅÑã —œÙÏ ‡ ¦ƒ”HtŽ•×HH†Ÿ3@6Ê!ë ä»p›×eÛP2箖墦Í!‰Hy]'N!Ñz¯äAdUE{ô daÉOA–ˆy~‚W2+³Þy¯ø“ÒÔzŸx˜ÛÒ5„Þ¿ÒS?Іt7– #í¤º‰m±ÿE¬êî%»‰W‘ÑiâÑrã=âá¢#^áâ+Ù#Î>â^U´u‚¸”{Þ“&o>ö¾©Yæ~< |Hr7%#SÏRI5›•ö(Eΰ‚_¸ÒhwP¥‡I/–ì6:%ÿ[­Å?!ë.À²`øDÃé\ábíBnHÈj³ácâæ”(áx8]+6ÚïJ ˆeAFä4b¾é+i‰8­&¶¡VÁxÚq¾S:Ÿ°¬·çîã}¥Û§ªë™Ü<£¯—ɾÔÞI-§w’;@Æ&’à@¢ã[¼øY%çÀ¶s‰d4¥ÖÀ¾’(±aþäBTiôCÖ¥ç0IÇvRNtÅ>š’ÙXò¾pí^4$림óÄr25çB¢ˆhÈÛëBÌT¿ -xƒG(=?‚jÙ<Ç@ì-çh5-¥Î†1ÓÕüªåôƒJ8ÿ)5^®“6÷JnŠòÈyEö UD`ž¢ŒÛ¦³)½rš.­û6¯Ÿ’ë %'I™ÎBXE´–uÇáo‹FÜÅýóÞñ_‚“Y°çìÿª޳±Í2 ï;ô»´ù+C¶itSttKnîµµá:IÃnøq´Ò;Þ¯Ô®ˆØ ->Mò1ž«ö4Áê4b3f¼ŸPö÷Ó/Ÿžb½²Ó$׌Zp–ÏÍ ç6ÆÁN„“Ay$Õ•íí¥2>üXåч¥dmpèGû•|Þjä3'l¹’5ëXô)ÛŒ7É=ùaª/)ó¥îJ‡To‘£œK£¼¥OÓ¯GI¢!S~5{öðà˜X!ºFM‰ú—Ÿ"UÈö晚!(_‡©'à•¹ƒ*¸Ž»¡ðþ ¿„ÝñöRKQb„%W!6ã±ÎâJӽȶ5ñT ònùâÚÛQ - -*¦T—ArN¸r&ðfåòýà{èºô.˜qÄM L÷„°ïÀìíqL&0ÞÐN;ã5þä80]aB¤e cêJNZ®PþÉ6f[(V2·™T™†þ “ZÐ[⢸Fªj·– #¿l›dŒÉíb¨¿ ‚°¦ÀRÅ…Z«ÂÕM‚zjŒq0* UQ†,‘%bÙ 3!—¼½“—=HB2ʼnŠÒ -n-uàgzT«çn­R­ØÿïkVAÊÏ^BÐE¹÷p‘꡺¤a5+`_iiS„D’O©G•ƒ@Òùr|1š2‚þ„½ŒLEjPmÐ,Xˆ¬™ >‚^{%( ã‡j—) ~é4L×@ôí}x!YÌ«¸DLPuç°&æ|Ê:4º1ˆL!ÎoüêÆÎ‰Þ‚yÈm/¹â4t°‡}ãxåÐ2a¶Å\å°D@¤‹±¼ünÐ]˽‰hV$sÈ3UmÄØIߨX E“^¢aå'LåeW ð‹Nˆmmi³Òo›¾QGP¡õ}àׄÓR6†ûšGrg¢¿ŒIoFþUÝÙ¸ -|M—‰ú•vb­×Åä¿ [|(ß–Lwud©|ÉÑ–xå\"ºqmÙìwÇêœ(Ta]‘‡øg„@Ï5‡À:ö¬¨^Ažöº ÜD{ÛÅlÀÉÔ%ÑåG•lyâà/Š@bjÛÌÒDÌØ”šÝ€ú:l‰áKïö1¨I%P&¨‡E r"=Ïë1@câ¶ÖíÇÖJ:¤GÉÀ$x|@à·ºzÅ'±´¶ÙóÑÆ›‰;áNûÒíÍP¾);0œ§9%*P 0[¼F]øäö^k~‰‡m®É(®WmÑ–MQò´õåe³¹Â - g¥*¸òVâsf…dööj¾4!ÀNÌ©nþŒ­–Oâ­G‚jmAÉ8ë!#)9ʼֻJ€'šSÒañ˜ZS eod+e‰kèÙ“í‹È<¹! /¨‰ö¢x­olÆ·œ4/hK¨t«n`¯à~jÅ“TW,+98wÁÔÀñm ÄEàRÀ$ìð@؉¼S¸ñœðdEøtS(æjž¢ïBk(ZŒÜ¯äæ ž%+U3`*³•ù -žœð”ò„ª¶ùÞàü/cá`ŠÐŽ”)ð®C¸²¼é½‘eeÆ~ýx&™ÌÕØè…òu Ù» +&ÈŒ‡´ÏIØAj1ï°søAä/½9øtœ?í׌ãõ— ¬s#6k–i|dçT¨7§0ïØüŒ…ôtÓÎ.r>9ƒûàŸüCÐHL(„áB¤‚¿,†Î6X u¶…z™n‘¥ázMAÕÃ*\_¿OÅàZÑw%”A}aç2â0»õ9öõ‹ÿTäw"G(…>b³ø©Ê·pŸ0D7ëJ´×œ…X8—e•~T­´Î.ºÂ¬0~Ú{™òÕ=‹¯#b¹ë[1¬ˆmÛ0€#̇Œ¸†_£¤g=dpïèÒî×b­ËÑÜܦév¨¾¹ð/úvÝÓ½sÉaóúøéø¨>cë|̃6 Èr¦Km"ÆøV¥7šãpè}¥¡µ1]¿"¥ê·›%¬îÀ’Âpšrö¥¤Ú–Çâí¦ŸC{Ð+ºuÂàßT Â@ð=õ-ÿ˜â)æfÿ—¾û´ˆ»¡åwÂýê¶ÃPU »§ãû‚:ö@bº+ïô[‰Y_‡¢”Á´Á®ç’„ð Í¿¬8‚qöÿ5¼-ñÔ,rXÅd]]aé3É4sU9¿ÐÅÐT±/¯½[y9ö ç)ñØÒÇKsýîPת¯ -VñòàÅwÐÛ5/mœUõ»Z /°VHžTM51R°`¡þJµÿž½Úi2—ØTušìì–dæ„\éç¤æÖÄ DxC­ç|”Õ¥Õߨ½ :msÔÞƒÆYÔµ#•óŒÝµ¾Ò}\Òjb€õ17U@ZÈGf&€û•’ O°Ÿ¨˜î™ˆ€ -±Uäx‡Üf›êtp¢ù°Î—~Hì7©¾qN—(s~;À}!¯ò^ÉôüÍp}x5‘ GwÏΡOÜ=«@7 -DEDT‚K¤)(.UR„ É”d&ɤ÷ ¡7•õa;Ü;;*²–SAdmwç)kãü¾÷{ï«Ï ¼ŽYý„ç<ˆ]%­tâ@,µkœÖM@Ì‘nc”}O÷€¤RUo€«»ÈMì%‘I2;5ÄókÛ®À§è‡O22Ö ’0}Ð(d·Í‡²˜7-ÅàÓ’O†g`Av¸=öuª¢¸âÞÉþä2"Äý\¯7!“s7ðšÏéò9ŒìâÄåŽ9x¢)ƒªgÌChUI”!’_ü³Vó‚ï TZ‘¶8\– Ÿü«x54ØÉ5áÎf–l)w¢ñޤ²šbÇÇŠa}¿(úПš\Á½ÊXI\ tŒÿ>b7ðXÁ—YÈRÒ2~8ô›Ï<TˆÎ5ÏÑTp½³UñUõ¦K -¿¢q}”ôã¡#ê—â{×+šðy´kÒ|áìNB§ƒ[±IÞ iï Bò]±¡á¸Ýeá$5~kð¯¼hÊ×2Š"u÷T'²î«A)å¤b³´‰Æ|ÏØ-:+<Œb,t”DäÑy¥¾I;LzÛÚ77ÀÖ³•n¦¿™FÁt½2+J¨)O •*Sis%zaëgQþ{p&æ%p‘V#/øfßÐÿC°ÏÒŠ³/[AÇãŠDã][@á ]˜eofŸjÌ O>+çižÄ:%4å¼­'DîÒUÁ¡èeQ"‰€hÑ_-˜Ž$cFÛ»î ì +½sì¼ÑÖ²¡°X;c»ž¹C¥·Ô%gËwb3$sÕ-[ÙÂËrÿ`OÁÏV iêÛ ®D†ø´žBƃzÏöåëÊî´ä+)@ì›*s­¤ÊG‰,#¡:jg¶Ö—©ß’®$Ö|¡tICêŽå°žy³PÀå5uÇTsYÕmg’˶;K™7ó?Úè5ÇÒ'-qµ›—hu‹w~§I¨›Ü²^‘ƺHi•äÕw°…*Àâ}ƒ…݆<éŠfÕlV3ä‘_ÚTÐÓËÍU’У€‘WÕBöê- ä:vÅñÕí‘‹à_ oþò†SˆGg´§n–ë8}ôÍ= 2o²Ñ®Nw3¹¸# )º®j¦ºÅM -›½æ.¦ØÄ 8c¿ -¶qÎ2¿ŠÝ 'vذ–ÚÝ®hôüQºý ÿv^ŠuŠwÿÇø7oÏk;²mG´Š  ;#£CzŠ/G`&0˜`CnqMP_ÇÉ@µ¥]¼§Ôj/ýž;`Ý'ÌØ?cÌÌÙi™èé˜wJ-?/L"=Å[DQˆFà¡€O˜¤$¼FÖ‚ðK»XÕÅüܲ^ñk©‡í¥l(7Ô2"Ø/4Œãö¬ÑL‹øäÀ~Ð[®µm¼±¬ºÛYeV–ŒÚü –/ó­(Mo˜¯²Ð 4+åƒ1?("$Caî’,Ñ¥HXÝ"†òÕüE>84ó8oÛ´NzõwÎu¶W%ñMw­Ùz³Ãø m¾K—KwW©Þl¿/*?´ù‘ä/âß(©B/a g}®AD¤ ¾üÔ²¦ò÷¯(/¬êšW±,kvkDåš”‹ÍxUIÜ5ëãêᨳÆ-5þÔÛi-LN’?«{íGÓë½j±kÀÅú rõt¹­oS]¸¦sIMHæqWRÍ¥®½­‰ÓXçÖeFé ‡XáÔauOýäŸås€…~qðÒë.úžýÕ~’,.'÷.‚vøô̼–b #%ÚvÐÄåZÖDUëEìêiÕÛF.•mmXà‡‰ÚJ¼ƒÐM ÷YKO¬…¾-ëîYÎhÿÌÉôt‚Ü÷É3Mp;ãÖ›é\fTªî4w;µSEä.!×Jœç~½¢Ùœ+Þ ¾˜3Tg8ž†~*ÛØýº¶`¼-ŸŸÑâ8ÃËOv4 &Ú+OD­Õ¹ÁT³òTBæI‚ƒ~„É ¿÷ ï1×\Ôß"61z»lxbAfë9átű\€'G7r0:Íb|†zE~ÔfðS…Šˆ“¬„Á,:LðàmµÆ~‚’ÄéZ.OËÞJ•ּ،‰%ISÖ·¢ZÖׇ Œ¼®¹†1¨,ÅþÙ"nå-õß(øæRD¬]ÖçÒéöuZ4Iù•®“Ê?f6Ï“ãI2k™tÍÛpW¼&Ò¦Iþ—Z$¿€";Äkù -ÿTL…ˆ "„]¨Q÷í6¿9ÖfÜ•ïæ¢é¸éÿ±ãjCÒfË´âqìC¶,4²J}O\EÝ+§ “]x?æîÏÀˆ<ˆ0÷»kö¾±Ç—žëxظ*OÓ2ez®°õu‰S±&2V«ÿ¬ôˆ¤«+¥ÃÔhÙ’ÛðdÁæ§&à ø³®Wç²—¦uHš/åíl16N¦Ól7Í ]–p}|l¡¾U­‹$«ýå·¨djÉr;þ°Ü_‰Ö£s}þÏ@}x5} VÑ:QÜO‚ÎDƒõ4 -a©O#%åz -(*D[…0LBÖof‘= B Œ0Bd6FTÔR³<=©\`i‡8¹ûþˆïùZÅjvõe˜ƒI3ôyqƨífnÂw­Þ¼«”—õ%àÒ{'J _Xþ3ÜNˆ-Þ®ÛúÕÒÄüƒ}ÔÚw¢Elgÿ)è¿i=3põb» -¶&|ײÁP^ÔÕ"#¤™ê}hK¸—ýßB8mÛ/âò»„™þߢE¦´Þbovæ%‚°"-½{DÈ¡–¹@!5ac³N«mÖ“Þ;bEóÃW–=¥˜E§Ewñ¤¼Q1É_¥ç‰‹}ɲø+{¯ÛO“Fîº$m¥ÊÚ~”îHXÒ´Xò+åNM£DKzW-I -_[úJLàª%kð§óü²?ú÷êz³ùšÔùÙÃì£ÕwÒ¾é|¨ºB=ø3¬¼«§øƒR{aHD©L“k½K×ÈžTÖK²}x±™*­ôŸÑÍ•®ó}®•ØYŽ>“ÞƒVÕ‰Íå'·ºs<ãá†LM'%åÂjµžT[ѤÂ>•P•§F«§â ÞarʉÁ¹‡e˜½ª-Ò3¬ˆÞ{y‹hѨÉ+ÙØêgÀÆï¨Ô :¹9n’´b¹6$l²ø’º†`- «6âLK9 ò½¥2G¶(k¬7Âú%uº}ÜbLŽjQåÇMÖï4¾yWýPÿŒD-ä¾ -»_¼Cû‚Pny¨~3 -”¬9›[1×”‹e–¬Êžî’ñÔ¦ödÛÊ¤ÙæÏÖÃqêŠòM1îjŠÙ›´ÇþÎP6dsêü µ–­3pŽá£:2 _[«œ‡ù¤(’ûdQz¾¯¨I¥¹^•MºÜ,)ÞǪÛ`1;†,óIßÚ…fß°+¶ ÃBkþXnXàZƒV“0¦%+»ý°Šýr€ù¬ûµ34Õß•[IK26û—5ÄEÖ¶¯Ža:Ò­NÒ"û¦üØ°î¢»Æ Bg¾B§ÄÚS_5Óª8¿Còò£Tî=Æ•›^¼‹Y±].@ǺêŒ÷q0y¯Á7\¡ÄUó&³6Á4ð@r9²Ê¥lG>·CP7òWÅ7óIÖ³!÷à|ÎLé¸Ï} -ÿÛaä Qæ$ ¹›½ <Æ4tš¿ © -&óµ14$P°,4]*@qtZðþ÷YÖr‰éú_ìD Æõ”#În©å‚ÙÇcü©÷&Š ¿k&p-ð -Ö-¯ó;»÷\TÐ.Lƒs^Ó¬­=‹XûRcaŽ÷p»§|nš;·ø›ãM<²åKÔc|J<>ȹƒsÛ”¼¡™ÌçWRú˜ô„¾œú¹ŒºŽÖ¢6æý–{ê:¦~#ôö™êxÚ,Ça‡Gp_©£œ1OE -:îWhR÷¯Ï™57e½2úªguc¤¸# Ç™¦Î*ÕŸYí+!{m]& ᜬª>6Ê-/ù%ŠÁ{c#n©†e¸Û[í9L@Céµýd4–ùSó6”ÍšWú ZÏFsÏ¡“œ·|/~ ‘!äg¿'>æCÑ'‡àÂàG‚:d»Tˆá“ní†÷€aî#°|Û ¿ƒ*J|X8R;ŠÔÃÓHê4§ÿ„ÊгÇgø ø+¢ø2~W°H0G]&&†–ƒ%bcßQÈOœ\B6ñv¯Ï×€°QôV#ËE¯Ò¨ˆ]4~|3.‰Z‰‹®ãùgEv¬7ÿ£¼¹HT{DÀ´J[; ª•¦Â/Ð2E:*‘?„2á]òu4<"‹?–‚È¥:²Ý)q=DG²aWðÅâ—ƒdÞ“¾ëàaè¯ úV5”KUŽÃÚßÀB†’*…·«áI%™ì‰TÉ]A%h¢Ì»‰¿X’xÃÎUÛØ»ydë}gï­åDP›ß+.€»ŒÀ~pLŸžRUäâ<à ÍóÈd»Ê”޼P°h´÷zçªÈö!®ÃþºšÎ‹+iÌÿÀ{[¤’U^<˜œÇ:÷Új¤ÇÓ¡Oº”È x@{$h"WÄÆ¡DÙç³ÁÛ%âú×,tìâÞt,Í»Ãc–ãdf`KI"— ¦Í.sÏ©õÆWÒÏÚžh{¥µÍê¤,¦Þ-c(kyÕHܲ^•E…LÊ1 y{d7ëÖ9_…´9•+Yx?ÿì|\Fò%»“î™óÏÙ-3ÛϬ̟’îéXHþ)[Ôü"c­ìf]k\dÖqcxˆVÎ?ó6Í>¨Oqn…"5f+óàõ -ýÅY䯇ïwúÁ©Íµ[‰ûiÑú1BH¿ÃªŸÌ™'a"Ø_‡?È::_“?ôÎÄ{¡pç9ø ¸],ÅëPÏ‹ˆ/e/ÛâYƒÕ8ž*×ÝŠoÎÞÂ,Á—B ¤&à 4_^Á}¡«À$Ïë!>rº€›aóÅ9øBìîyG€ƒŸOæ‚pÖx ¸€Níêgð5ÈxÌÀX\ XŠÏ In¸“W ˆÄƒœ‰‡ˆ«€€ïíÀ¶òñ-÷0WÎX¹sdäÂ$¬iÀœ4ýS§ÇcÅbèÈà‹X>uqóØ9ÊÞi6I"âN`AœíS¡‘yŸpCwå²åhxŽYÞ4Fˆ4]µ6mU(Æcg gxc°5:Í…oF± ¬‰ÓR,•.aÅ”¨×Q¤MŸ½Àµ,i8úEn?Ò?‚»!Ú«GF©œ«û$¨“ðËNE•76[ ýüÇÿ¡ïÙâ—˜˜†Îü¿¬xÜx1),5GÌ‹þÌ)El `#²MšúI×ÆÈ‘SšAïÐy9¶ž=h„*Úñ2ªã ¶ÿ@Ï0§Cay½ƒ-ÌÔÔ?uF5×”íǼàkEc©"xº0%zñÓ½ ’!ÕyrÏ$äz±Ý L²¡ñlß©å°EkyýkxESbQl_/²`·ê4Ž«¨H „5%‰ÑËà†•Sˆ‡nÔÓ)Ð@Ž$òXÙ®C-¹¦®·Ðð©gu ¡Ëcç ‘• -zܰa³ZŸÃ…ðÚJŸ(æJø÷Â9WŸüQÇX¤DÝhëƒÜå¡ÎI¨îüòã ‚žÃ¤é+¯@E­É𠨯¡åðLh¼æAÔ|ؽ|*Ю<ö|ÄD7Ḡ‰ÏaŒ4(D§ÍÆÃž ¼6ua‰ §?rQ}ŸíNÁÌdÆ£T?æ;)ÝIƒ¬YAó©‡rÞCOùB_­ñ"OÁ9¢ä*Ô£Û‡›–Þªç¹e²E%¬V»Ä(å0êFßÉÞ²Š^ ùF]¦*a‡À=ÔRÄÂÚÔ#×,&¿AGl–G±ë+`ÎÇG˜›X̱¹Œ5ƨæÐVŠÌ¥c7ÛR!`ÑÞ)r„t“  à‡.â5vxA°øL_b¾ù»YY­'ÝËL–Ób&Jq‰è ÐKê : Ù™d¨'{×Ë(y€q–2ýa7Kj®3ÉÅ6)x QØfE§ç4WwSÔ™.T¨àÄ3ä€r<{˜ôW ò Fùæ= ”ÓîÐ6}ÓGü6³Ý¡gh›||9ÑÚEuè;«‚(Ý•£·É¶ü{œ?ù½æy/Ñ‘kup'á§ŽØ}«ÒìøoQôoªÀc¹IŸË~kÓÊi—–0ʪ´ÝhJÖ[éI;Én$Êô¿e]%œt±HüzÞï»gàtnÊv÷&6ƒ·ÊA%÷Âf82ûN˜‘5u7È5Æ4­@´”KgâûâßdOñ~CsÒiÔ4ñ/…9¥ÊâÞSnûóاä‡]æ9yÂ7‡~GƺѦ¤…$”²$.‹lÉwœS½ˆ"'e»ŠQŸV%ŠÏâTìOßÎyóñm¬+'„Ýc¶³E¾óè$¦Ê•¥Ý$ñ ¨^QQB^©]«òÕ-6î¿L›j:l5}Y™°MMóƒ®.” '‘ü“\Ì”Šb=»úµ²­èda»BeHUíãã -¬Ñ眛îü‘ Ö%Ÿ³bÜ5?Б9_m³¢Õå¯I½‚—˜uÜ.Q)^Áˆª”ÞÆ¿¦ó¿˜À+ÙzÑksm5“£fG¯·N:J¡RIºœ•i:¦cîï}ÏÌwΦ¦ššLe…}I^6,ëÅ*„-äÍzÙ>Ú%©X¼û<¿=‘&=áfÍ&“±ñÚbé$z«º¨°¹a¢rÂwõÍ;f@cìÙèh‘êÒÚvp uÛç{v+ÃÐ¥¶6âcÛ÷F ~³9‘ˆÆêlýÒ™h‰5Hð#Rh9š}.3/N΃ô†Òè@°‹ýaí.à¾ÊÅgPù;)õ¼§AÇÕDw§—AŒþønlgÛrÉ?Qï#/NˆgÃñlxeí¡¤çÐF³CÔ-0O¯[û5€kVø\TÚ©ûž/ÍX{IÈÏšôuxÜ©)¬sû.\ ##G3‹àa{q ýÚPœ$¦[¢Ä ·É-xØÌNø´)óéOžS -!¾Ñ–k-h1‚½@Ou9Â=R'¶ hLЩfJ´Ùbæ´($i„+»µ «( ú€³bWþ6Mrã„d'ŒòÒ\Ãr}¬È€hƒÊZÅ£š´ríáÓ*¶B›ÕHß®lHZOqÄ­›~!*%AÝØCéþš âì„{kª!Lò³î‚n…t:Îò¥ƒ•ƒê=²ט•ù€š”OKl$ÓåÂM‡ñ+òÿÁØE9¥ø…S ¯R -ëÆô¿V¤åC>ÈuM(4«âžJvæ?£{AEæBÊÌHt&@ŸMspð)( ­îþ%ð€Óœ»P3ÐXkÒe‘zÖ—Í"þ€Õ§ü6sÍŸF»c…{RHíØ."¦#O7Z1™´u£øpDpç@KÀ>Ëam'û“f¶¦GCA¨êêÕe}ŒcÏó¤X:|·™ø“Jx‚+ˆò~ØWøœÀLjmä÷®H,wH@5[´U“ªšHÓRP£ÚgðMÐÇ´ïåP 4c»ÞˆêMÂnÜ™~¹áZC> -lE8x?ÿ'¨}ÆÝ :Ã遲Ø;V.óNý°¶¨c¦j\DîthUâÁ&²ÅptW -±Tç?€Ѥm(Gý˜¦@ÜENð» ux.lÈs 6‡Òãê¿â*팵aai85TÛsà)S-Ëø?gò‹OÄ¢t÷78#ýšÂ@oxó7~8D\çbQ{U0ØE;ªCÛÎ(~fR›§—H)mÑ@bª~uÏ« @ßšVEGSÀo°“j’¯uÔlî¿éØ6S¼æÍi?*Bõù„ƒ‚ø;Uü„JnùÇþv⬭6ýî]÷gœí¬ˆÜ‹l0äœþ£±ñåàz·Wyë7=®O,8C=² 4Š“æNa\I´‰[ôëþßô-%Tú)m€($Î[ý°l(¢ŠÁ+0ÿdjƒ8œ—J,“:ºwa_ÊŒ5µc¥3ÈîšÕ"ùñ*²lcqºq^yØþEºcñé3Ø­•‚m ªÏb4"‚î–Øü}I@zƒW€Ïô˜‹Æ*² q–K’¯ ¼z±¤]Vc¤>EBÃ)½/A{Y昖¡)–¶yªüånë_Ó_È[üÿNÜQ„ñäØÅStÄ®¬ÕSstÄš—ƒs¥£ø(¤õÁÀõ½û -øWê÷j;йµ™©šÖÛ©TÀè7AZƒñzd!p^;VýŠ˜Žm¯JË%zÃv£°M'Çfå^cƒÑìTÕ{äêÖoéûȲõÉäXêׇóL¨ ÚáñV€Ø7Õ!ê^t»é¬ê¸ØjØÄTú´/hÏ\'M+9²³T%$Îoi§p8üŒÅøÙñoPW^ êOpæCÏ çšQóE#‹ì7ëVÞÔ÷èœ µûØe9‡4|uJÊ3Á¨·DRÔÅð“ÄebÔÀìø -^B¡¥œH(¾§~kά‚eÆÛÕŸ+&õIU‡ÓطƕٗÕçt=)Y ÉæÄÞ¡„ªwá¹D:ú%b!$‡gF<°{œ|ð5bW;šçÚF!­QÜðmÅBÝd]L†ÕÕDd»ªS«¢wÜb¼ [b3(gíÚðYø”ÚÃo:@ÏãÑðƒÀZ4CåYÕÕF‚çŒ>Ía剺v[_þ6Ò’%SiiÙG÷™c^“]†ía§p;K¬F ¦'‡…d§Ü„Ž1ñUOÌg^¶sËNê -[ÝòØiMãY_¨~°ö$?§ c!EUaEx®®cÍ4Z½“W¯¦ü9A¬¾b.h,0–…Xý…ëó.Y>=ÌÌ4• É<ã5Qäæ:ÝeoB]5½;ÃÌKqáÊÏÔ*éV7 -/—§PWŽ%=ÊÖÆˆÒ»"a½£èYÞìš‘²?öœ«ªpI²îWFn^§„Õ|éûº«ÿþ÷Œôr ›½‹Õg˜µŠ°\9•ˉ©Q’䈫F¸‡¡;þU†—1¢Š…˜'‡Ù„®…ƒ×‡ ¡L”`|1ž@’»q[›5‘f€˜-a[´•GËQ’eŒ>FdЍ;njډ1‹Š‡ƒ'Ÿ‡V†>„”„³†) æš {fјxp¥šÀ–JeÞ—¶”[)”Ñ‘îP¬‘óÑF -§;‡Œk‹z1j‰£‰Y'¤†ã‡Tl„…s…V • Íz”xž9oÜš_›”e-—N˜ÖZ‘”h–&P-‘Š“vE¢ŽÆ°;:Œá1<‰?‹"' †~ˆ‚“ƒº†„† 9¦úyÒ%£åo,š ¼d–öxZ -”š8O¾‘0–óEGŽn“Œ:ô‹±1ˆêŒ¾'š†+‰Š³ƒi†¢ƒÇŸØ­y-œÙ©`n™Ì¥ d–¯¡ÓY“ÆÿOdèš#DþŽ'–:¼‹k’0Ž!'•…èŠg̃(‡ÿ®‚mpwuª^o"lã¦apÄbA¢žrNWÁžðsöMx›Fu¯Bô—±wc8‚”$y.q›zå$¶*|µu‰Í~¢;­&sêvÍ©%u lP¥Evaº¡“w#WKôxDMšVywB³–Èz¬8g“?{ç.}º}-$íŒO~wÛˆö×€t¬zWv¨zëk¤¤C{ta, {ìVÖ|†L»™r}3Bt•î}â8L’o~™.‡ŽòX%‹€4ˆ:€ð¤«€uP§€¥jù£R€°`šŸµ€©V[œ%€ÁLY˜“€çB4• -80‘¯0.‘ŽAa%GŠã ‡–í~æª#†Àt˜¦H†SjO¢†…Û`ží…SUÞ›b„çKõ—Õ„ˆAï”g„!8‘ƒ¼.“˜ƒb%mŠ:ƒ͆ë‚ã~9©bŒ®s륙‹Êiª¡âŠÖ_užI‰ÍUcšÂˆßK’—:‡ýA¨“·7èh†+.ŽŒü…L%‰–„€†?ƒÊ}s¨Ò’†sD¥ ‘$i¡R°^÷¹Ž"Tùš6Œ±K=–³‹JAk“I‰Ü7Çäˆo.‹Œu‡%©‰ -…ÁQ…­„”|·¨\˜Qr¤Ž–uhˆ Ô”ƒ^u8’sTŠ™·~Jã–8Ž‘A)’ÑŒš7žlŠ£.~‹ýˆ¹%¼ˆ†è„…1…C|§õž qõ¤#›Ægç c™a]æœÁ–ÕT™A”ZJ•Æ‘ä@Þ’a\7kŽýŒÑ.g‹ŠV%ƈ$‡ù¯„É…Ú{i§Œ£ÅqY£Ã ügY ž]iœ[› S¦˜Ü˜ J+•d• -@›’‘ï7<Ž ŽÐ.P‹3‹Ç%̇ˈåÒ„t†Xz̧)©lpÓ£o¥ûf柸¢]œ žõSP˜‹›mIå•—ã@e‘´”97ŽT.>Šé%чƒ‰©î„0†¾w„¶Mn'm–±‚oÂc·¬äqPY訉rËPJ¤=tmFñŸòv%=v›·wÞ4 —~yž+0“B{d"™ }|‹~èw´ñtAm.°OuWca«ÎvcY˜§w_P£@x€F¾žþy¶=ZšÅzõ4–‰|=+O’M}ˆ"ߎ"~Åꊀ v~³ÃzRl±¯1zåbòªÀ{oYA¦‚{êO¢K|ŠF‰ž}>=<™Ý}ü4•©~Ã+k‘t#R€MI‰Wuë²¼€;l.®-€\b©Á€qX᥋€uOu¡W€–FQ€Ç=˜÷€ú4”Ø2+„´q#QŒšµˆ©‚ub±Ð† k«­K…¶b¨ç…QXw¤¶„ÚO …„~FœL„/<ö˜0ƒÝ4”ƒ+™ýƒJ#…‹åƒî‡õ‚ètో‡k(¬ŠÄa‰¨4‰îX¤ˆüNŸ׈'EË›£‡_<Ì—‰†”4“s…Ë+«T… #´‹7„X<‡Bƒ¾tG°gïj¨«óµa§™ŽdW¨£jŒõNtŸ@‹¦E›Šd<¨–ø‰3ú’â‡Û+»ŽÂ†£#ÝŠ¢…|~†ª„ws¶¯Ù–Ij*«e”™`¯§ ’ÐWG¢ÚçN#ž´EQš‰_<€–s‹›3é’^‰Ù+ÃŽ?ˆ%#ýІ†¶†)…s:¯X›‘i®ªã™z`9¦…—CVߢN”äMÌž,’Eš `‡k½2mñ†¬Šwr`„±y¬sÉ„+h²u7ƒ¢W±v¨ƒFÑx‚~6yÙ&zïÌ>jø±»fl½ª™ni‡™ÛoðŒ‰(qpŠËxrï‰gÄtrˆ8Vöuö†êFPwy…’5Çxô„.&&zr‚¢ÊŒj™Æ¹Äkß—]©m—• ˜ro-’݇æp¼ÌwwrKŽ¿fßsÚŒµVHukЦEÜvùˆ‹5’x†k&Cz„ÈðiI¢Õ¸LkŸ¨§¸lÝœ—8n€™˜†Ïp–¿v†q¹“èfsU‘U±tðŽ@Exv‰‹^5exˆ€&[y§…eÇh¨«Ø¶÷jy§ð¦|l<¤–mæ Z…Êoœ¹u¤q3™earØ•{U't|‘×EvŽ&5=w¾Š{&pyW†ÆGh-´»µÄiö°-¥Tk´«¦”ým_§+„Ío -¢ÉtÉpµž_d°r`™óT¦t •yDÎu¸í5wjŒ`&‚y‡—Å®vsuoî¨kcŸq£¢ISásZœDTu•Ì4ávèŠ&œx¯‰0É$xci»¸ïxÊkרšy=mæ˜yÂo݇…zIq¶w zÓsŒf^{quSU£|wE|ÌxÎ4g}‚zh$”~L|2Çv3s0·vÙtV¦Öwƒuv–jx2v†xáw¤uÎy“xÀeTzWyÖTÏ{&zèDk{÷{ó4|Ç|à$¨}¥}æÄòtU|dµu(|¤¥ uü|ê”ÞvÑ}6„¸w£}t«xu}ðdbyZ~QTzH~°Cã{63×|?$º}ÂírÛ…C³/sË„·£^tº„9“nu¨ƒÒƒ{v“ƒusŸwƒc„x|‚ÃSay‚‚gCkz‡‚3›{‡„$Ê|€úÁq¡Ž!±prªŒÍ¡Ås°‹Ž’t¯Šo‚Bu¯‰Xr“v¯ˆBb¨wÀ‡/R·x؆Bøyï„ö3fzþƒÁ$ä|‚q¿op³–دÝqÌ”½ Krà’¼±sêåt÷qvHaÓw&‹}RxL‰­BŽyo‡Ð3:z‡…ç%{›ƒÙ½éoíŸs®vq œ Ÿr'™çŠs;—Q€tU”Æp°uq’6avž¬Q‰wÑB3xÿŠƒ3z‡ä%{8…¼‰oO¨­+pl¤„Ðqˆ¡Žqr¢ÆsÚ|oÙté—+`mv “ÞQw^ŠAÞx–)2ðy‰È%7zã†;»Qn×°ˆ«÷oê¬oœ¦q¨\^r¤T~!sA Notjœ<_Áu¨˜&Pˆvî”AŽx0Í2Íyl‹•%Jz›‡8º9nh¹ ªêoy´M›§pޝŒrq«ªÍ}MrÒ¦nNsþ¡._.u@œGPv—LAKwØ’@2¯y#2%[zaˆ¹FnÁ‡ª -o¼ šÙp1¶‹²qN±|¡rx«‚m¹s¥¥Û^¶të OÅv>šIAw‘”j2˜x莔%gz2ˆÀ½l~ói.®b~¸k^Ÿ'~“mtž~Žo`€~”qCp˜~ s(`Ò~ÈtþPùvÏAI?xŸ1¶„zT#Ø|;»~|Ër -¬“|ÍsTw|âtŽÁ@Sg`¥¥¸ñœÕ²TcÙC‘)Ê - -A¦äå½ÿû½LV aPAÖ9zw¶‚XÔS[Zzâö®**özí÷•̃VâSø ¸]r7Oó«Ô;ð¼lW¤¾ ~£xÖáLã×Á€/á'ÎH°¹hwG¶³©ÄH¬\£Å®€™P–<7¤Có”ßÁUX¾»â«ýày¼É9âŸíÒñ6âÈ`¯ÌÈ„7“ýĄ݆́ÆÓ}j_ô, ü±¯éÍ9II[¤±OÔýˆ@Möý .£ óh v,¾žü¥ÿ-B©¯;„üª­þ§,Q9¢œ”]U a«Ñíòñì4tŸNNÃvñÖÉØ3ÎÇ·0ìç/á2&Òîl§}ûR¥|å,ÓsdŽ6ª*Q—§e%“¨¹LYœp¤¯þ!©=©ò¿Œ%*:|]€™|®Ó¿A=—b7 -…LÝé7’+õþ­ziDÍ-½£ôfU¾Ü€ÄëæË#OµßgµÊ¤e ñº®Ä=<}¨žô™À*”§ `³<Ðîboö4HÜ[ Zâ%}Æ$¹t›!ˆ¯”~W·Yì«Þ*ºƒ¼Ñ¹$î•׺…]CsK·øT`Ž[§fì¦r‘ýà÷¬;]|±KÕì qm\1!é7må”ÒF©ÔCz§aH´×ÎO8!Û¢‹Bgh Ÿt¨¤Å‰ÂPÕýr`Íß>$Nî3W‰¯u§jŸKBº²-’[ÇÚ$9Òü¯ÌTdžábÂäZ­gès™Q×à3Í){甎9iBí± ù±“{Ä_œokòKÿ¦]-~wzy.¡NÄ—¤+Ú‹2nHZ\â;¬a'fòÊëñÿr·ã,ñœ}ˆ9±yù¶Ìqa/±‘~`‹ÎôÂãוֽƹ²%1xaIiÄS‹Ž>Ä£Õ—yã᪼}‰xºÒ2Çyù Ï—¸‘Vá§ØŸm›ðn&µ}1|R^ÛǪ܋·ÀK:kÂÏk?LÃóe“é(¼Pò"ö[øHs?x6¾@uÅÓˆ;)…¾o³½€ogÕm#0Ñø— 2ì׬†nu͸ n®þ¥Àzè­Óþ+2cל²Ž]zØXüÈs¼¤^)<(lÇá#Ng2‚Éö³ÕqඉVÏ#Í.°|oÍ£u™iæàVÕ§5œY)ßõ ÜVnæ9¦K…;!¯üŸí¬äñV%¨éN®ŠDW¥jÈiï?ŒÖÖ<ÈkÒLX}~Œ0U{w+Þz\„óJMBGè¡Î´›£ä;ZŠAÄà´.½¬2Ø|Ö‚¯;üsß{r`ljª® uÍA‡V_íQ †ËË„KÀ´Æh·®‘?móÔez×lPÛg‰Õ/•¯³ux¢âQnyþˆ|"_•É?=ªŒAy³"IŽJ¸¿bS‘h`šÑë@úµU¦|QUŸRYp[¥WÐ….ÐQ^Ut4ï,NüÝÁ î±Ô:ú·‘-fãeWÝ1 Ø_2ú-Ö•t |×2Cé€lÖoTlD^)·ÊýeØG>õÏà:Ñ÷Tì¯XOôÖdï¬etÐÁ=“~ Ÿ$t4^e}‡ê'RŒùòGÄûÊþ3ù•|œw ¡×¹Ã䂜^öi·¿—ùHúGå2‡É„èq2ÏÝ™Ž"YA5BVØ,£\ÉÎÆ{ü˜\_±“ÿR¾€×r><*;Á*¹±ìæ>’:θ²#{‡é^Ö+°Ÿöf:ÜÞP˜ååCs6¡d5e8ÄÏ,™,Åùßã’XNÓÔ2·ÕEG†UHêBºI¹n¯5m/ÿ=Лêç‡ÝÚ)oN+ØGžeÓl$¤ãÒ°™ Ó”²•ÝìnfBûPÚÅø”}Êš¢;JRRèUŇ÷h©vuEÀå£<ç–Eþ ,"wñ+mêˆ>vo½%{¶á^é;«0aLrÍ|É0ý­^% 7U®Lî¥ÚÊÛ÷XP®¥ŽÙä M››¹_e/ØBLÈûmΑ\Dí;6ÄdYÒÌ46»ÑÁôoâtlýFQ:u¹fEòÊO7‰’7´ÿÚ1M)Õ¹Ž5É‚å¯t·Ã?òjž1S]aÅ]LXûJD›LûÅKi3cOæUÔð! !_Ö -"g’¨>xG=i¥u­#ÚJ26|&ÜUe6ÿÁù'ÕÓL_¯FsŸ™s*ì£vúýÉp}04u vèÕ*CI¸i!€ÆŠ‚" .†¢JA‘„Ì—¼½3^{ƒ Ö…ôÔºªbEz¯Ôr\U´àj{ß¿øJÀo¿Ìñšè=³ô-u ãëô++å‘qº>ëO³u&ÑÇÿÞÒ]žï=T½¶èsVš\¢ŒGò;JÇ Ë -›F0iýžóôYSü0y¼Äñ‚H”ã«wâ -Ìo½¡b<Æ‘jÍåJùBÑ–5>;T -î3DËž• 3wKÖåHhYiEêå\6+>’èUdG0¸Fymµª^#œ:kÚyQðZá`J)3A†ÃŠ@½ýH9¿ø}FÙ{ ”: ÂR×îêä¸SøOADvZóZüŵýBgä p˜g†·ê,öV£ §FY¦˜™:¾ì{ªK·v¿‘,Ò奨]{œî¤Þx}£wßG~ÖozÀwôoêÖß°Åþ^$JhoÑËÑ C—ɇHgöI¢‰‘tã¹ðo±V,&7ÊÑD˜'î@â¡sBO8’ðAÐL«›Äô2ºŸþCsžÊ¡Ý¤wHÊ1kÿ“ü»Ä »M,ŽuD¯âK6~ˆ\lj‹áKè"árè_ˆ+?¬…Ü8Ón¹ŽçÓB®@ÝO^3=“Î&lƨ,_\ÊM–añÌG1,C)ÿAˆâ(8ß \…¡üB‡›‡~UVHµTÜS‘ÑöïŠÄÄb+¸¯{ÉÅ$=B‡L.1‹‘ìPx&ì¿1Ћ¼É¿¦wÆXÃszÖ‰øi;Ú¤ˆ°¶¡‚ÅøœæŸ3êѱú¡ÄÝÈÍê³Û~€o——mÈ€†-‚U™à¿ ¿úÝ×RCüuwqWãpÕùœ¤¢bu.©ô³ÝÉo+PX: -2®™ÍÒ¦Äp£Vv|[2 –YÿÿÈß&;] -ŸP ¬èÀ‚µ–8EvÞógJÿôhãÕ¼ÝïYµjrk}Dý ì'rTs)ø$á©ýJЇI.tä¢î -#°Ûµ0К¬½(wåÂ÷Ü>Ón`÷ç€A -´îNaXÝì-ST¿NÖHzéN7â -ýÁ: —{t ú ê½­Y£w±ä J]ÍøöÁ £Ö¦g›àð]_ÓWáù[ô”Ô–Lh s0† A)‚iôSÈßc¶@ Èqëê‘n)×N”|bj%óò }æÄ¼ÇÏïò¢EØô'ÇüÂæáã¨$8Û‚}g Mð-ž4{ãVO³ -q¦°âtÓ\ÃxN¾a%«Ú+c -·„fêõíæ6ÒL ½„àÓÁáèu¬Ú×ñDãxI Y‚¿´ÔTÌÕn3ëí2“´f8ËãröÜ£'L% žTܼà,T…½¥ðà¥h -aöý| -;Á¡ÈS|ŽE\§Ód˜—ÔDúÒè\ùËþ)vmyöž•´ÆúxgyKŠî'Æs¡ÿÄ,ìâ ä%¥¼ãðßy-`#Úˆ-ãúZ&Ô¤ét“PúÊÐU¿u<3T³>µ™^^é³Ó‹ÜoŸ]ˆßàº× bkÒ £H-$øô–\Êëwa¡h—u4J5`Jk‘J 9-YÙ—ªáfªˆú¡–¿ãéV™ÍÃa›j}aƃ $‰=.x£y÷À%ØW¨W“ G¡jª÷È5KçÖä×eoªÌ,¬J!ííÒ–ø)ˤìëMóÌ)%½kÝ ýòë"’Ù¡xêO>W»-'ñfm1Ü`*Ú®¼ZÛ(í-Š®ê—‰³,¾Å­’ßlX©w¼’•ŸŒ:eJUˆC^°•="]¨NñFHWíŒå“ØpÖ‡•¾Rܪɕî¯Vµ:‘¤¼ B2“lPRòÜq(2ö¹I…D¶°w ïBÚ 9‹8r;äàýw‚æ®ø„\õá5I?ù‡•vB7j‡ßÈøÂªÁ=’”Ül ŒUit ±Øìá‹Â.º=Õ Æ´Ò˜ŠW†OòBì©Ìt†«e„þ.ñ­¹ˆªŠ]hœAÊ#Þ0_±!s¨ÜKT@øcs|<Ñÿ “ip3< h«ÝlЍ"ÏÒ—‹Ùú9÷t%Á”‘¨0=5i6@ÌûˆÃL(¹æ{ò’íÀÏà÷|üÐ"lŒ|£=ZÕT--î,Y™}°×–T¾ùóAnð/ÿø•Uèo’ÓL.Ž”BF‹ÌŽ@8‰’‹å/#‡N‰˜&%…‡e³‚Ç…e|Ôš.¡prî—Šžèi”òœK_>’l™“Ui–ÎKÇ«“ÿAñ‹n‘8=‰7Ž.ù†õ‹,& „±ˆkÓ‚t…ò| -™Ä§orF—0¤á’M~Å5€\R,‚Œhè#׉|€„«†«)w„¤˜ðmê¡!ìdTÑàZ¼š¹ÊQ@—ÉH”}Ó>¡‘‡×5eŽ Ü,‹µê$ˆË‚ú…ü‚%v×£»‡×mA X‡Wc·†ÏZ4š†;PÍ–í…ºG¦“Ö…B>bä„Å5Fþ„J,Ž‹ƒÕ$&ˆ#ƒj@…Oƒv£’lŸ°Œœc/œo‹™Y¿™^ІPk–S‰ƒGW“Eˆ†>+W‡ˆ5*r†Œ,Š„…—$D‡“„®{„»ƒßuU¢|“8køŸ‘ÑbŸ›ÛYYD˜ÊŽÉP•ÅEG’¿‹Ä=ïÖŠ?5Œóˆ»,…Ї@$X‡…Ö®„=„“tµ¡÷˜ÊkSž–—b›S•X¼˜>“O’•?‘F©’A =¨^Œù4ÕŒ~Šá,o‰”ˆØ$b†§†ç؃ԅ.t¡užYjµžœaušß™µXD—Ç—6O.”Ì”°FY‘Ö’&=jŽ÷‚4©ŒŒØ,X‰4ŠD$i†K‡Óûƒ}…¯sT ü£Öj(· ìašüWã—f›NÝ”o—þF‘”ñ=7ޤ‘Á4…‹ÊŽ,Fˆæ‹z$n†ˆ—ƒ8†p ±)i‹gC¬Èk]ÿ¨˜mˆTÖ¤±okKÙ ÎqnCœés…:;™už1z•Ww¼)"‘ŒyÞ!"Á{ó–Š*~ p¯ªo fË«nq]¡§[rŽTƒ£„sõK–Ÿ¯uzBî›Øw:%˜x³1…”Kz^)N…| !tŒÈ}¡‰>;oƒ®Iu–fMª(v”]-¦,w‹T%¢hxuKLžŸy{BºšÐz“: —{¸1Œ“V|æ)vš~!¼‹ë0wˆp€MnÔ­%{de¸© -{õ\®¥|{Sº¡\|ðJ÷–}|B~™Æ~9ï–~³1Ž’sU)˜ŽËû!ú‹*€žÒ‡½Dn<¬,2e-¨D\4¤&NSQ sKJ£œ²\B@˜çy9ΕB”1‘¨²)µŽ -Ö"3Šnÿ&‡‚/m¼«L†®d±§C†L[Á£^…àRퟰ…fJR›÷…B˜5„¤9¬”“„H1ˆúƒî)Ì[ƒš"e‰¼ƒJq†Pƒ -m ª‹ød5¦‹([]¢±ŠIR˜Ÿ‰WJ ›TˆxAЗš‡£9Ž“û†Î1ƒc…þ)àŒÄ…3"‰#„p²…µƒÉl’©è‘2c»¥êõZõ¢Ž¥R>že=Išº‹æA˜— Š—9k“o‰G1wÙ‡ù)ëŒ<†µ"°ˆ…}è…2„nl"©P–`cD¥O”¾Z¡p“QÜÅ‘*Iqš#[AX–~‘9@’ꋾ1`W‰ë)ë‹¿ˆ&"Lj'†s„Ä„ükœ¨º›{bΤÙ^Z è—-Q…:”äI*™ ’A –Y9’xŽ1KŽé‹­)é‹U‰l"هŇG;„j…rk¨1 pbb¤K¹YÈ y›Q?œÉ˜IHð™6•Ž@󕦒Ó8ù’1:Ž0)çŠÿŠ€"ç‡u‡öX„"…Ñf¹j”]=´€l1T¦¯ämçLY«LoÁDO¦¨qÅ<•¡ýsä4Òev -@˜Ïx;&”4z`5•|a¹‹J~Teß·®pM]³0qkT„®§r§L?ªt D@¥~u—<” áw;4âœHxò-f—®z²&S“|f•ŽŠ}ó8ŠSse”¶Fuá\Ö±Ôv‘TR­_w]L¨èxQD(¤_ye<ŒŸÈzŒ4í›7{Ê-‡–¦}&Œ’~Kéžf¦‰z€ve0µ{o\…°¢{¹T¬7|Kå§É|¢D£?}><|ž§}é4ñš'~-¢•¯W&¾‘9€ 2ŒÐ€¹ˆ¾^dÏ´ €Ð\4¯Ÿ€°SΫ3€¦K­¦Í€»CÜ¢H€ãL-»”Ó‡&ïhà wŒý`‡þ‚9d}³)…Ú[鮾…PSŒªV„ØKr¥ø„|C±¡{„5m{¼WX]e¡GO–“ÍsÃúŠ—ªC®X:õßû}6R´·|Êt+ÕjOPõH™Fh}’ÇA&|1œý>ûSƒ…K¦3m3<³]™Ê@¿€ÎœÙ,_è¿üåóà@z.„=B1òŽˆàO°÷ýF?{Û…@–‘Óo¿Áåí´â8øgäãݱ]œ@ð’Z°'j@ïtÚ¥÷vAvË—´' -OG7¯Î\Ð_Ú–}ÈNÖí£±«yâù Y¹xÊ**n=ÚÀn±$ Ü^Óp”œ?ª¿ÔNi†¼ƒyŠÒŽœãŸÏ?hZCÙRr-ëN‹%ŸMo˜E0æ×¦¡,Šæ£žìðâénªuST_h<ÔÖç#Þ»à!¥äbýq^7©1™âtq¢Ä)+ûl¡ö5§5TXF/?5Âr0»jÓœ—ßÙÿw~Ñæ¨5ü`³>È2ucÞ)p¹*ìò˜€K¹ÖšÆfS*þ´W†ÝÐÌ}R#Ü(8“ˆ”sîø*”ÊI ÆÒSQ ž;Þ’‘×^KE<|qg7÷9àÒbá/a÷•Ç<¸™z¸†÷R²"(ì^Ø|tÌ ñ‡Øè>¤;rcc>ù¸§ymv -û;ÿ¿¾k²s=áÙRŽ\Óò¨Tô§àœÃç ƒWà=û»‘¡$D‹E!±»¢A¯ÂÕâ웯$ŸºÃÖKÞ?弓|ÒÞâ…Kç Ïó¥Ò¥¬6AŸtõ&ä&õÞï ¥~‘ÎÈéú@" ]ꕆçKÆÎ2­ª–†µÀVåDQûŠ2DƒqÝy¸Ž‡ËG™çù¿ÉýÒ+Á=²Ü}r¨;ïöv;œ÷MÀ'´4w·—_˜“un#Óèo/c­/pØÞCúpõfΖüQŒË=¥Å×ùkÚCA™ª3þ ä¥LÙ¾®—üŽºÉ˜^M˜)÷n{.*¯#1wبÖÖkK˜ÊÍ2»¡8g¸€þ–Ç׿J 8åßÁͳðF•1à*ÒªÈòº‰ùÉÜÏ´Žê¹µN eÁbam.P®:‹¨ˆ™³ÇZDßÄ}`¾J.ä#†‰ø9 AÿŸˆvè’vC@¯Úá5…Þ“Ç´Ó¼ÉÕ÷é¯ìÃ…BfiM¼bà]Ñ·±/”FÑŽÔ¼i‹KœQPk#8P‚®7À¿Õ,#.Fõ -’×Z{Æ^5Jgž˜µLׯHy(Ën_M²Ãª©œ‘28æÉо DÚ#¶€Ó†ub¸Q[GôD“•î­ Ô Ž›U‹hÿžûË4ÀhsÌÈT¬ˆæÅP0RïLáð«Þ¤.åù–Ä>ã¿°©#œÁ&Sd féæƒP¢òvûì>%¶ÀWfϳÎâh…ªH¼ˆ1†Šñ€ý¶0š“I¾#¼À+Œ»&Štn{.ºýé¿]œŽ<÷´KæàkÚ~Bް¥ÃéÔ+<Ú`‹»2°9oS7,TÕQÎ[’³šÄªÖ”•ZàHvè•Í -L„î[º<óiÆXáct7Ö>(ãþ¥¬1Ë;»Ž˜×*NvŒƒAå¹¶åªKM’UêÛuk’»´ó«¿ŒöÓÅ;.Œ¥ãžIðw¦_ݧ Wøïw?¹ô/«>&:xÒ„+¾íIË•’½§eÃ*ùn¬N5Õ¤N×ô×vEißU^\;…”=ö ‡Ëgî ‘v}ÁÞ*Aò¶.Œš—Ûn=Ex“d}§ô"Ò_³Q2V¾8¥ Un‰ÞH†«Ùµùäfí1ñ)2 º%ˆ#itMÇ(1µ8ÙÙI¸”øX¢ˆOd¯ð6b¾Â*ÿ›X¨ItÄçê¡äÂS+‹:JÄCs×~N¨áNq?Ñ‚®T#ØpûL°XÍW?;4NÓ LÛ¶ƒMö Aú,3xóI÷pO„òÃKP.`?€ânü9È xb[6jÁìUrt {eÌÆA&Æ” ²dÛíêÃá’A0îŒ<šñ±;>…X+nÁ··ðƒÄá–3H W¼DúÙ Ã|ô æ)úšÏX¥wÐ~&0ó:6“žH´a*º!2£#bA&õHìç)Òm.¢>k—XÜoçFüMið]ÄaL,~€<3ìÌœ‰&êe[¢ƒ<qKæ°€iØ‹ˆi°Ñ¸ƒ½tQãu(Èq±|+t·<‚ë…¥eû¡ÇðUÛôâ¹H„µ`grØ<¸5 6}‘…Ìþg°mü}±äÂÜ*?ÓÐШ+¯+²ù8CÙ.èLõGºIدâhQ(¼¿\—цˆÊ¼·ü„·> ‡¦˜Ëýyô‘1H,Á -øÿ¹Á®³ÝõVݼÖ?Ê„ºýÍþL7Ü Ó-Õ²…(ìU]Ÿþ>P±oKiß^‰<(möGq³]‡Í5”ºý†™¸š:³¶©+Åæ­[¿g=¤lëצ@QÍž— ëëÓåptÍ_ ƒðÝʈ𠄵ÿ9¨»õ8=a|ë6ŽEó™µÍÚƒ½¥ùÚ{=§hW¦ó˜æˆî¿íö‚hHÞ’°ã=ô¼þ]‚¶Õ”nx‰øT¸øÝD~·•‹Å(eþZ8ûT?£!É ”|oŸ¥ßœ›Åšy&ÿ±n€»PZ8ÊýSZ‘±œUÉþÜ2U®Þp…ÉPù>¥Gµ½¢$Z=sA‚fÕäž¶UqÅÒv&€½'“jÍl’Â¥à -3¤H_Ï$¨U ‰ô ­û†]´\7ì;@φ9QÕ‡~éºÚ‰=«ýûŠ)]À\UwS·…æœ&þ[ûKþ ºVwkG í½Žï£î!.a¯)ºÂ×BEaA¢^éC¼Ó÷ç.%.ð/¶ ‰ZÞóÁsŠÐ3Æîö™ -™k¢b3OLé -‚µ»îœíð"Ô¥E<c]–“Dx˜ØÓL;7çáo ¯Csñ×z³Ïq|œwíÄ/³gÞÃ;6á×kÒõ—ðÛU$ˆ_®°Ëµxo¹!Û‰W—Ónâx©!ö ŽYÐÐY8iÊ÷aq̰M”ˆòé‚<†•–Gà›$ü0¾½aºO©m‘µã>53%q×Ê‚´|Nù™X9>§ìãõ]økŒO$¾Àd…ásô·çÀ n³=ÜíØÅý žµ -ü§ÙZò 6dHbÁ@­ õ论û!Øç(YŸ -úlo|æƒï,&‘8nôÜøÙeq ª'[Z:G࠶û$ ­Ò¬!PØhJÍ;j+6õŒ*jý"[¾ó›{@Z#Z0S’à9€øöòNÛ’³z?+‘‹¢U–¥³e]¦»E’#ÆCÒ¾Ô‹ÜeÓ=¦L Qó¨ºÎÛÂÑÚñ•oÙ8ü‹Ÿ™Óèyû*Ë£¢hGºQ™8™oI«Q+ͺd*ëRÝõùêÌM®¼J»4d)§×ýî-e[á¦UŸ2ƒè®e+™© ÜÖbŽUÖ²&“—j1zhB¥Í±6m× ýÿ¤¶&ÒÀ”Â.VW¶H=  @Dƒ( áT@@@åF¹¯;$!ÉÌ|óÍL2“;@¼wEÝ¥òXE­ˆUÖA-ZÝzá£]Š‹Ë¶ïoxƒâÔr"¹ñä.l>¹…[nIãM[Ý=Á -I®c#–.=¬Ú+) Ô„¨½‘E>‡—!æÅ×óœ禔”Ë0²éã®U8)!R0&µßÂléI÷P¬^âxM*­¨ÓÈ<¶’ìC=VÄ}4–°@×çÆCÔ5å[¼ÝÓ úQ—°]½e9†¢öî±è8j縀nBWÓýd7yù@ “¢ú98GZñnB?"7‡ÀðöÞ2pÄØƒ5øÁàû¾ø¼E߃"÷4 -uòGÌXŒ¢¸£:){GX*¯ÖÛÃæ<χ´dÿ8U$îyÖÉÝ¢»1%ùk0Ä,‰K>×Ñrȸ'#·p¾S)©rál¬—ÎÀlýBÝ6¼SWX¦4æý¾ \5¶'kWþ9Ú[JoöG)y¹ ™%;ÝLøÊI+û§ŒÐÜî&µÁ™ýk÷á&V) -xÆ›ûôØþ@òŒ­µFÛUmA/Е ˧aä'Ü#e³d¬S¯,ڑУk@ÂÁù‡kƒs=%O±óÈ>lËÓäLôºáYT%¨ 2#T>[ouçÊŽR¸Ó=™-¼BôãÃ'w65àßÛ\c2º>•¤cÇ:‰l¶¨m.é ZcʉrA¦ ‡ƒr¾æÏRÙ/Ê5î>²¹Òé•ôO}ÓüÇ‚7’2ƒu1SÓ¥[Sf[rH“È/ÈnSé*®$]dÆ«\v -hnMm Gþ]Ý€wå*ps»JœNÀ´&O¢ß°’oÑ” ‹ª°¨>«QT¾,P½­:”õDWÃKr ÏÔ…î´V¸7,æNS=‚ ï0’+ü«Û[øXÜÌZŒS=< cªß‹5kSªŽªý뺋þ­<^?’µ–qØ$EKcBd«|ƒPÇý9$÷ J›ÜÙ¶p•¤‘•~’>ÁcµÞWE‹Ô´Ps [9+Š+²f$¢w™ù´µ¸=á\ٔɡ¶I–p1-¹â½öHEl^)ã²¾[°Fc)#gT•²ÊæìcáfA¬2N+V  ©T’q,GDÜ"1{¯…–ÈßÙQà2Íúfüÿë/ª9ÂR0£ðZÅ0óX^P¡èÅ?g|%OÇu»‡Éy|sD&1¹Ð Ò½­ñRìWvà`-Žt‹ATë™ZÁ2æ"}ªâ+:]q'@ñùHzu–Û½—Ì#_DX[ˆ×CÐNqÞƒá³ì"ì;ÜÞ±­;[¥T7ÚÀe–k©òHÅy[>K^ êH{C9(WÅ?'цðcðœÂ*€ÄuT5gðˆ×læëµ¨%Î’ù0³­Ëë hUK._ªØd$ój© ½$-“4kËã+ˆ}ê”ðh¨tÅÓœ.lŽf— ÷ˆËŽ}H7>!Ma;êÒ+;VóîËûÍWr'©ÓæÔIÒÓ¨‹_?é^ïø„?Ò8lû.+#9"¬C!cç£"ò©ãC$ -%cq´¢vFñC—‰·SžÛy2·„ZÔnL£­%q`Wó†½8©»¶í8 NàdbÉôoìý¨/u×ñ²ÎI®tl,´«4÷›ÊÞš¢Ë猟ñóSzõ°b(v@ë]å·½Jõ¹FïïÄܯûèµUñ£ ßåuFøËš#ĵ&²éL[ïvÍBëŸÊÏ•y6÷Uªrœ ⪬–.¸Æ?6F½Pç´ÝIù¸~Þo¾)xî.¿$uyKÞ8,¯$OÄ]­Ï«3j¬ZºkzKcåuVû‹õõ{viƒi×]ÕsÁlØ]ægaŠßSبÏ+‘šlrqe¿K %p½Ì^tÊD ®W/kNoÔ•ð aæ¾nhÕžIõŒhjWœrL|+LD?o:èwQ>/©óʦ¤{\cˆHY ÃyA6 ›[ -¥›ªÖƒ¥UÅfýZé™ìÚeÒ©=Ñj+7æ'æ¿2m›¶•=ñÓʃ¶WYŠ]+  gY€1tGãÑæt<õ@œ!gMê"Á³ì$MèH¾¦ -Å1ÅLð Säa¿ûPÍX¿W"1„)\)|+`E,F0h$E•ŒÊOk!õ!놚¢<’”Z’cC·gBõòÛpÊ/²†^; .^åÚ‰óÀK‚Þ ³†§š¬ŠQݵW¡IóO姬 ÕKælÒó‰æGŸ¢+Ø¡±òÔC¿Å$ ¡—¼D„ºžáRÖiŒ>7„v7o®X¡‹7-x­‰×[eW%iÓr¾Z­ •߇ÌS7é¾÷Éoä½ìà.rÁõÀ‰ ÖCt?Q/Ó_l·*/Ñ›- -âÔZ^fº*6Oœ¦gô™QÓ -G­eH•«"|Û‰ŒÅÆiü\íú#ð$#X¿¡BÈ­»¥ßxx€O›Þéœÿuu{mÆEeUë…ÄÚØü*ªG>hø:¡–h>ûV©Êg'ð6Å+×^ìåìh‡úóµÝGÊ -1ÿpXÉ¢<σÞe´±¶pþàîSvåúÿ1\ßoMƵ>êS´gë„„’ ©QYA”D‚¢ÌÊT@fÈß•½÷ „ˆÁª=žÕëÕY)J‹Vñ|¶”¶ž£‚U¤çÿð~~xÓ&Vƒ5)Nªi<«yÓZMUíh{„9!7sòÿ)ý˜7ÑtµëÂá{5ÞÚÛ¥vçPý©üÛO ":β¡©$}«‘ÚBOZªÓ2ɨ§XŸR•‰œh̬ÌÍ C…KðLãËΫª_¹(M@É¯ŽŠæ'Œ¯­ÞÖè¬Ó¦_™²†¨¶ÙÄQ-À®$Oª¦9„BÅ^^v‹ôþ -BJ„»IÛÐÕ[oXëJâì1¬· ‚`ßÈŠ5Žpvòôþ\k¢Eƒð@ò]Õ~#¡U.T`K—  Æá!Ѿºk˜SÕâxÂwëmXÁ²<—ȼbx ¸¸3L÷©ŸXªjÈ—•qÂ9"ûJT‰µI²E?EB âÜ£‚öóÀëʯí³ÀŸE Öt`2c†3>ºwŒi›mb´jh#û ” ‘­öb/#Ý-¨ÚdÔÿÛù_©³o'H±EB (±ä~i|¼Êü@_†íÐh¾…o$ü­*€7“­òÿAí‹T­ÂN!«@UP?x D×9ÃÕø -ƒ©¢¾5¯LÍ¥iŠÈ=^Ý%ùÇ;24qÒw ·•7$“d¾¼¹J0Iþ‚Ï`ßÁjè\Ð#0 ¼_'uÀwù¼u\Ï(¬5oÕ>Í1ôjJöÐt8Õí´wjŸ21Á¤L—›È²)é A"Hö†­„Qð·Á÷!NíÏößl~åG¬ÚÁ§¦ASMN•!ÈP¹û¹Ö£+H;¯Þ¢¡%RŒ©Ö‘ãdLù-Y/½¶F†ƒ7ôw-Í^äÊ9ô›eÄ1{Pj¢Ø49«õÿÝÚ$£. Vé—$$(Xš=d”,D©"Ô#WdÏÃB¡ œPàÚš3¾'KÊB¼þUìýÊžºš‡Ù î絚µýh=Hi±Í4¼Ž‹4ÍGbÞÂZ§pIšË¬ôÊÎõ€IYcMHÂá…ÒÞ^ií³ýÑ]sõw³½ƆZŽ3² ¦¤[OµðâÖ˜ò˜<’ŸnájÕ}y(Qq€Ç Ì“fʪ%^OÃT©¿' iþP§§ùR6͕Ӻšö¡ýO&—²Ú¢n{»`LfsIë´/¹~8‹ê8ÏÚ,o¬<'a -YU/ú2™%Šî;mÞ|’»Žå¦?hDZEÔ/mßqSÆÍÍܺØIÃÞQJ»ˆÏÄ +GüÐ/dÇ„\ÔÇÈ¿DÍU´Þ¼Üâù®s¼)ÆÙŽB~½ÍÊÿŽZid¤¸MbÁØkzº0“„Öà„£¸GÊD¡¿K=FB–‰+*½žM⯊9×ÅtSü;=ıC[ª¹ «'­QöJ—EEËLÈ F…è᪠\ð´·|  cN.<çš0öåÞrôèÿÊ|dåëbÒ±¦JÍçɧõÙ*KìvMŠâ ÒReŒìzI.™Ãt!Jl„n–ã:u¿Â<×~ëT®Èi>›ÙiY0Šw>7>ÓS“5º)­_,^}_å‹y£¸¥ÈŒ"K¯ÉVbN‘A“JŸ©¸—_3t²êU¶Ì§>Œ¡ö•×~žz [sÛf×xãòb{wóq±¹Y^©ßÚ Y¯Fs‚äûøœ’ô“þGdù©ƒ!uaÙeýëëÇh'<ó žTjç­&˶Míúy­’y†H0¥°î…{uÁœ™Õ -Þh€Q–/p¿=ÁnD3fÚ›¶g‡z‡š4¨Ç×ò85Ú­`Üå,n›&£­Él91ˈån ŸÔ~ ùF¹A@ ˜—ò„½Åü¡•L#Ãꣶí£?è«aáiYÝGÙèÔå NĶõ7–n ååk Á|vÄZM¸ÀŒþH±]è Ì— ‹ôÅ+ŽÏpï3Òú±¼8º½7ƒ×G è*à“(O\ü+Û–Ù‰‚"2ÁŒ.&Jô›…Þˆ]ê]¢,t޼EôSà 2/n-x,šf,?†ý@/õ|&ú:ÝY+zJ¹Ò^-^?gcˆ©äM¦1èÑU‰OGpUbñ Ú(;. i@F‘Í÷¾™7âM€©ô˜t—zÉÝñ(§ŠŸ±¶¿Ì8c/x•xI{ÔGô)ÇÁbô-Ù*Úwƒ‹‹è¾Erežº¯LÖž5×Ý/½LÕw|/Y ÀŽiIvü¸å)â#ÇÞ!Kˆw´kᢈëÊDè"ú­TaP\8ì,|ÑŸ¨‰ÉKí5¨¦³ÎtÝWRK;–+ J±/?Ѳ]V@Ž1&jÚ$èˆ)…ù(#™‡—¢|Є/Ôƒ ƒ¹¯<úÅY®0m)u‹+G}‡’dUÙñóqÅ]òÿ¬¶&Àuuœ¢VQ¨'!€-‚ -("²GÈÞ_¾™|‰IÈN‘VAeˆUQqÕ¢ˆ(Xë@±µÂ\µ-zýïó¼,ý†°-/Ì“ºŽ IÚm.!Úu¯ó *FU‘êÕô¬ôí¡Îú0kï¾ØÚü¢Ó‹«¯^v-ŸÎõ-,Ù–÷Åk­%Õ4k˸Ymøzã|à Ý—ÃÚ†ó”jŽêCO0K• ŸLãDPh5&î-,€Oc|–/L²u: â9dÖD~` ê^…† b(ʳóD0¸d&vçüa9b9 «¯²•¼¯Ì¾Ü}ü_düåÂãüpÁ3‘ £è‚6XÀCÚašë™ˆFŠÿE˜ûJlçrDò–ºh¬šÁ„ JS7[wJù\6ÒÍóã3ÐËéƒB6ÖÃâ3!ž&iòtBP'.ÄTÒÃgš²á`³–êƒwVðèvüOcsP‡±?I«¹A<éëôÙ‚½2ßý½ “÷€U².ò(Ü-&:£/doN÷eþ¤Nkü‰R¨.û¶^•d˜ËÀrÇ%«X×rœîÂÜ•i;øqÊÖýÂr¥_pªè‰âù¼RáF ESäê®-Iæ­ ‘Ù;MC¥âœ?f]a aÓÌ~};žCÖ­Oóò´3öÙ¿©‡ƒDaª:²²æRˆ(òJùugqº{ÉöçY‹Ï”PÞXÎiëhpÁ6—ñÖüž¥asó–¥Üã>5nÛç&ا 꺵YäBˆ¨ˆˆ>—Ú±5Í¿&ºÎ–¹£ªØº–²¨ü…¦†Z_Š^ÅõÌ묋–Ù)ÜÐ|jôþeÓ¥ jp$+À‹Z*qñQU¶ÏJ…¯Û ¸Qì”X»PÝšó®ú{$šn¬ 0—°\Jg'·qÚ‹ê¢Sù¡Ûƒ¢…C¦ód¤êCˆ“𔺥mfʶµµUé?·./òϺԴHõ8'Óî[iÓ5Ÿ(³¢r$Ù³½´=z>ï^ä"„ò½È ÐùŸ/€Ïi,'ÝR¼Î„{~¨SkÑe…¸¥ÚNyùÝx&M_Fÿ›I:––ô}·’u“')aN 7¦3DOM±ë pž6öT€›1ѰF˜—=UJê©c:½¨ƒÑ†5콬§Ð{îý”ÄKÝâ@àv -ô”lDä®VÜŠýÞQÈŘNvoÞ¶·õ” …»SóYØÅ@cE „«˜—Að.yºþ팀Kq´MõX Þ}rí–Ü‘t¶aìÀÛnÎQlÑg4«Mü)èâ$„á1Æà3:/yXŽm’ÀÁâýK‘1 Õý&Å“\IÒ¤:ÆgñÙcÖ„ÄÇp.J:T<&îý%ø¯¦¯I—&eˆr¥êÈ (J:pq”Å»w£½²J×Obl´õ2}gnìÑ_™É¹‹ -¦ÙqÊÛÊ?¸k”yàï•2†ö«à¬réa;`U Ff‚˜Â ')üÝkÑÍòû„Ø´œÚò-õ¶ÑV 0–šòXd}‡â:ÇQwE4Âý ¦ÍåjÆ'…Cê¿ö>õ©g,ƒzTsÜ :å„tL£xÔ|-çdÑóªô–mfœ¹µ@/¿À&˜_o¹ëò©á|Wc]b¢p“þË^žÈK—à?ùjìîJÄC5I0c.¹[š„”«+¦hkËÏäÑq¥™G®³¬ÀÅÒ•cáAi 7yæ™{€&c)Ø£ÿÖ‚{5ý„ïÑ›ªøÆ@Ê<ûæòA*½ÖÇ”A· ”ýÌl­ Ʋ/•ùR^rZ7'ìâ±,ÝÓ¸™÷§€Œ—Ü™0OWHAêäÿl Õ»ìqÎݦr#N_dÿ(sd®«ØØ¾ÕE”nby_ü_m}·'UxÞ2ßßG4e^áž DÂ{4\ãSÏÎúxje™SNÂÉk†h¥-)ÑÒè(ø†Õk«ÍåLuŽGø„råžÕœâûþËDëÝ _Œbâ|t¹æõ?l…UZ„œ}Ü<Œ\¥Úåh*# ø€ÍdE]µs+FÅ2Á†=’4 yG  -¹‘†¥$Dí.Û$þw“‡è#¦âØÉÂóB 2NÉ!,åY„-H²@™3 õ „¹˜7˜½û³8ŽÞá/‰D=H=øAlÜE&¥I®6¬¢‚ûe/@2Š®ˆpÙ"ð.xM ‡F`Ê<ø9r ~':-Û `~ØS¿q1K²šÔ,Éǽ]Úðni’Ë7b¤ÒDÁ(ÖgØ üGLLj’ÄóaP%±f»Cí¸ç!+ü ï‹øˆî—fûÕaǤ¯I¥âg²4—GøÙÛwÜ1EŠõ&?S£ÜTJš'‘ˆ²ŽY‡ÀãŠYq¯`Gù› ¢”û¥¢ÿ“w‘tâ]ò#®‹%òðÚ±~gq 3iõüÚ»bƒp‰v1@MR¦J4¢¶Ç…AqªñˆÙð°j“ß -4.7ƒ$ź•×HÉjʼnšvláª""×1ÿ¬†Çë0 -n¦—›ÐfÔdÜ­5l8x -lÕõ„WÃ!Úƒ¾‘~õSˆíRq\ÅâvåäÑ|¯ì¥eÇ»dLÍà>)~€6ós,—Ùÿ-8á 榃dp™ÉòëůæCøÂÈEÓ*§Üi§£ÕQë¡”’èáQT*'¥ç9§Nçù{¿çÕ9=N§§n¯ µf¸>†0WM6Ÿj«­]܇;ÆDʲ]Ä÷óùÆFçÊt¡G¡S’¯7lðê@ÓøeÍ´ìF[×;׿–e¼JØ$…®—^i8Yü‘*©öõ„=*ù´¶¬ -Øz/o -Õ€Ê.øfÔñ®W?ºX¿øŸ´lcgl•‹|æˆ ×Tr´}r* kAä r°Éõ€ƒ:¯¾;9^ëRóÉÖÝíªªÐm ÑúÂ7Þ`–xM"ú;MÍÒ“'º*wÉ±îŸØç%Ç^jÅÀáײߕy­³êTsMß&MiN×·fê{pèZ0¼bÒw'4UÖî5‹4¬­ -ü¯lIõ5bu®ÂðT AæiÒUÅs/¿”½„8¯ÈO>O.PNoÍ j˜Xò[`™ˆ¦Þ¥Êúõm¾€î.ê²m@¿“=äÍXH‰t«+]"ÄfTN–âYšeI¯ñ!SÌ‘:†,$†¡9CJ1Aùjº;+{+iø¦:”[„è4`)òVû§ì -j2²ü°U`OR"v -v)ÄS0ø>‹Þ±D3î$°“[‰ŒC àfèËŠŒ1ýÐ 샭Èsé„~!)Fîa²ÝgÑÏq¯LÿÜŠ¼ˆÃ§È5‚Aâ$ù3”Òz8NµÒXEõê"¡4êvÑüõhÿaø.í¸Û ¹D¸¥=B\„h_ƒï£}<kiïz±VbøÕ«# 4p†Z˜£‡ -_Baü‹Ìqx%_º‹DæsÿÝâƒÌq»‚×£Oس"»ÎzxÆà­ [;ªÙVQTæ¬ÅÊÓÈ]5Dè- -½AùN¦?”g:»ó5œg4D_Gd†ÝA¯ÑB½«Æ’¹GžîÏž¯éR׎šæ45B"R;P-Wçèª äÀ÷·2ì`ù¼4dñ‰VÃ÷ÍñAW‘§F¹H>Ô×{¶b·¹öNÕÕf“ƒÆáÐ+Оnºœ/Ô]n8™njí;ºÀûÕ’¨رreP>âie¡Mžw±H½Ñöå7Ý”A¡^ع}®ÙØQ©ÌÐ&¶=Ë;¥“4oL_”6ªvì­µ–¨F褭&()?,JEfÍžÓØbƒ_M#÷Uv”i–Û”Gø³CbõZV[ô¨`>»V^ŸáÀŒ*v40íÊɨ0úl“¸71±P§Ç0‰VÿÉø­5òŒ‹LŠÝ¡§‹ë”ÏèŠÖ¼º[y<Ý‹®P÷%>§í­Í—è`,ð]=î¡ÈÄ?Åæl{¨U¥C†÷¨ Uj¦¶©ï•S1Ú]yïSqº+û2©d0<1‹ÊNmΣÄ;ðªmRDZ·kjÐT>#Ò@ ‰¨„â)qöQüDŒÁ³¹Ÿ¯‘‘´¯HWôLÂ2 ³n^IVâÙíä bƒ¢ˆ™5½T(ù]…"z8-."á͸ŽÌ,ûIÛÁt|‚J%Ü(ׄT¢„Úy‘¸FÒê2d>õXàH¥=Ê?E1~õÇøzh5¦á“ŠÄ.sS9îĵ¤FáiÜŽø~ü,û42“ðdÍqÃz 9b˜¹*ˆ"ݹe-'ôï–ÀÕhE™X>ƒ>3‡e_ÄvšSÚ±.£$>_m8¹/×ç®ÁßðR¡Hã`–8ÊÚÊ®ÀGª§èùHŒÍ ˆ‘›UÎr?4¢‚Ï^ŽvYߤ¸`XJãÆ1«y8âk|±)0àN„<þH¿\ÐBláêÌ7¡7·)w¸­þ•. ¨ýK¦CŽÙ'èPÛå½u¨­²&ÀœË÷FH1»åý€+ørS¯dž*Aþ”GM㪭…Œ‡ÝZ¢µ‡á5õJG‘õ.Y¿#]ui{}Qo»%N€vU}±ó+ï¨ÇN•]xqRpïÔ‡§¡¿ÛGTC':R´ËàøöiÜßü*ˈ$jÜ3Š ÖûnÿM±·nz†ŽWÍ °|«Z¨Ä^šç fpµ~¬ (ËÎN¢ÚÍq¹ -]—)¡ [ÕÒB Gä}{]õwèv›ÞOåºÉ‘·jN‹G¹)@⽂“à Ý{ØßÐ1ÓãËÂ>rQ,óÕ H±ZªÐ(جd} ²iO_£¾´}!ï  ?ËaÀñ5ö ¼Ä;˜5¡ë$1I¹&nesÙÃÅjn®†­ª'1n²žÄ#Ô½ÆD9Üüœÿ3aPäºà:•Äsµ"`Þô¿*VÁ3öW¿¬ÛjÈ« .ý“ ”‰÷ž§çéCÔ妡Ähòˆ|2ò6aW,ð'qFÌ`M¥×:ô°î”~À +—/°ïxµ<æVãýRý}sÝ^gª·eiú’R !¨Ö¬ÈC¸MõŽ;¤éçJÐ º¯zä7ýgŽ5¶lh~ÉHù5t¾R[’J´"{v“ûT;)¢DýP‰ë5W#Øv†?NëÞpIÔ øÒk ‰·h ?ÍTÓoô:­ªZLyéVCd˜Î˜s‚HÓ¯Û¹—臄k±N`s¤Nòo¢ž`8÷(’ þÈY wAšlêÖøù.ØßBzÁ E×\›³ -—²4³Ãò„sè,,\†n†%üóH+\ʽÂ5œ$è¬Sç÷H¸q éBúUÑÄpÑF¼™à!¼'m :‡»%Ô¡[1(âbG_ñOÂ/Ð2î8yÆ ¢UÕ’3Ž5¤±†UθŠ}¹ÏŠ1³»W Ÿèë©§ÑíÔé„õÈ iŽ8†,'ªùp .æÎA£X*grA [»ˆ}¶[õÞÑf­ÌŦ­!…Ÿ±uæþl;ZmrJÍAÎ$ñÓˆs4¢6QOøjè¿$Ÿû;$Æmœð8æ­œÄ/uÝ“Má.þ1±#¹A-öðì-È‹¶¯R4ó\|;ìq.ä ~Í»î#Xû•”qøµmY|\lñp‡&Œ›ù)P,“Í} ~Cñv½ð$eIgPÉeY€cƒähù];·RYPÑTÍËzc‰ª}µcÀ”.‹{a¥á̸|}Ð[z¥â™_)U]ð˜ÀŸj‡™Ÿª"é{xõ±r¯¶¼ÚßóG,m2׬|Ó âA†·Mö¸>V(ŸçнʼeÔ"U®Ÿ„hÑõ Çë—´ìùÒ;u;Ú:ëm’hËýÆ”¼ÏfnÓëÌq£T>˜|†QTÄíf8­ëÿ lªG<¹Rs̯ïÔ5x±(`›\ØvY^[`]ÝRSVb–):ó„Æ å?3ý Á­ï’#‹:,ΉvÕT…=#µ]¼-„@7íw›Özþ ¥Á}Í[­Ej²¦É<® /í4…hær; Gµd†ƒõÔE']¥-º·±ç©Mú¾°kÄ$°ƒ·WüÞ`¾àˆ×ä¤lJ³p@{õaÓ x£ä¹1\Èub‡¡ ^ÌV(7i?ubcUd9t&ì0áÝå…a7aWT 'zI‘hkl4»ãèþׯa<¦$Ë ÂÞìجGü]‡¥&}M~FÿŒ'FÑî0סq¼P, -yጼBŽy‡ÿ47 ›DlÞ~¡áW¦¯ø«§g÷.cÖÒËÅ™Ô!ºJî#Kb BVŽ½Æ­¼MèlÄ_„Ô£ÿñš…hbƒ‹Ña]YÕc7/û2·M“{ ´ÌH¦¿¤< ¡"51ÁÌÄü„wÑ¥aQXù˜÷5I´øgÁŸq?Ž34…Îמ;ƪ³Ýí¡E=L¢­mõÀ:™ÞN¶›?Š"ˆ\“gŒ4¸…¹¡Ÿ˜Å¼%ÈåäŸ"xœMб² ‰’*uìê`ú玿rnPûÛ/¥g’›l2Ñ"ü½uyŒ»iR…¾CÙ{Ao5ï_ç’Ë8"(w–Ún+åW,?À”»Ê»^Wþš}©£¥Ú”¶Þþ¾.CxªM[ÏÌ[|ï‡d§å½î,£¬óɦ“Õ÷’¯s©ïUÕ–—tU_.xÒ¹¥îËìØö9YTê·6¤A-,¶ú4]\3Ͷ¸†ì4 *%Û™jÔ§‹j=*ˆx}fí\NÊHL]_Õ—lvŒ4nÜõ]Ñt7u[Ûfy§p©yNQ%è0žjIbMê¿Ó š§>3d¡îŒÇE¼ÐÔút½j6•Ýîh—ÿ;_מ¥ˆØµÆÆU6¤\¶¼iý>á„iLý…@bè×d†Ä0m_ öÿ Ô‰_S‡ày èÊ*Š !¢Ž*IDáÒp•†+\„\ïÊ{¹oHá¡Â<ñ¡³–Npj™+xUp" u¶c[uûþˆÕÕ¿%¬C R:Î ”)‹èæZ0ÇÛv°.7mÚâ+Š`Dï©ú‡âë1éÚKõºÝõ€$5<”ÂLÊQé[B |Wö Ž ¹É …¥ 9ÒÙ'¬ikÚQózéGv€Ñ]ÆLø¯îŸ2{ŒfZ6¿ÛS5# -A—åʰ¥§|ŠP -;qÝ`†BS0dKG²¦,_€—S§Md°5yÈ@+út[ÁúcMùJµ X÷CÃag‘2 `…Ô€7ŒEÁV!™•l.DGR Œ¹è®äcú"¥1!G+@æé'Õu3òÏXÜî¡‚^† ÂO!:á´üÚ·òš,—u&W;ÂymèÖÜMú—®_}%á3ÍM•‹^¤šÆd‘Ì ÝG~§ Wº‡]€Á?Æ@4êÏP¼ïð<-«Í¹ ¦5&Gbð0R“Útëõ}û'4:?:U•©‘GV£¨j„üD ë‡æ”ûSàvø¼±ÂeæKÍÜÆåã7 -‚9!zÌúER†ÖdNØoScèk±·zrd¢™'ßBRU'Ãz!*"ÌÓˆÄS$Bã¹Ë§¬ÙM™ë;bòªokõäEØÓ¼ºðy|‰}ŽßI{fûk©("Ì|OÀ"Y Ï«ð[J´K5?ãO©>Ô øÒQv=7·ôdÊhiË/|phÌ•Âb=q––m¬(k¦³ ~ð5)ª8¤Sú¶šk[Z57êðø_°ñW¾=Ê ‰5çÛö‰bNÆÊ–›¥äC1M“eX"ûGÁÕ¸‡ +U4…%´º Â͘$d“Îëäuô-êAqXÀ^ô·ú_ü~Òþœˆ¶=«Ò«]+ËSFœ‚ª;,¯ÆÞ|jVÓL¿ÔþòÆ@E“†´bq÷–÷ª[¯J”úƒoÊÎd-³BgÚl³{­=%ɱ»cžmDùq1–«â}4ãBývÊ”>J²‘4¦1IW†â°%é|ÀEe¶ìŽ_/¼VÞ•õÔu½~)­È¹ ØóöÒ5Ì<"-‹s3ß–>‰Z2zÉŽPÆu²1Ò¤ú;yt(#ËÏ,"§!~ËP¦Âœ•ÕÜ„¤­p¼ö±û#Ì@kÀнg^0¢îØÀʈ¶`‘ž¨7ŒP.ЉÈ'À\xÈå¾iº¦¤¥69¼%ö— ¥ˆ…ñÀòÁźLt¸;ªOï‚÷PúµîÐ0鹪Š­R.‚w÷ÿþ"œŒ7påÎ9ÍîTŠ=FmM~ikSÝg-Ä~ŽåAÌ+ -ѽCwPš|%•4=B"Ce6Ì̇>B'p-Àà®»s›ÑŸ3ш<’MÖ·ºiÛœ«5ÆFžib£òt9ªE -¬~„Õ’¦°4åBÕÈ b ”@68÷- ‡ÈÇõ¹õ6§²aѲ3™mÍ6©þ¦IÃýص®Þ?*A;§=N©V«¤It“…šXÙh„âá¸À¨1}C/'9eøôżû,y×j^q|vGJ‘O´´¥–ÿuÎi)ýŽ| aB0öØòYUsÐ]Ãq¡hó:Mhë&=–]?ö¼7“7Ÿ¢í¾Wøžu¸3žï¿»íLÉ¡h^óbYuÖTáCæÚøUfâ'¦ëBï`o=¾Ü\ Ö‰G7}Dó$SiÊÓ`±0…ÜZºšµ¢ãRÙ™x·ÖE4£ ®äQ§'ªÓÉ|ëçÂ"ɨ­+NÒ­ó7_P™${|³•ô§´UÝÏ÷Øãí•¿c^ngU%ÄM¸îT÷G;©Â@êxƒ®ÖN.7ÿ& -"2 "q°Bë! ßüoì‚Ôè{•M¦"]&áJvÕIŽð>SÜæV{%ÎÕl¯»íæøƒè"uÔV+¾J›Þ×ùz…äIð%Môx:ú\6í玬”§rNåÔ{³éáõ•LfË›úÙ8a“QRC[°o”®£^³ê¥§ÉÓY"Ѩë’-/¨ÙrDñŠM~©0KáHõ팕ϲ=ÛÃä˜xײüiÇÙ£XI{ÐHWì¤Zn* -Èãa…“8 SÜÁ«šøkJ!°ÝÏõœ¿œ¤Ãúäñ6 -Âxãúú>.Ü1´Ñ†2ˆIí³¬|Èm†&ð!ñ{m4Øò%¶ æáç‘à6¿ "¸‚ÃïÈRmH–µ&b9ŒæPôlÜjûkt ­ÝÖ¬äQfr‹Ü¢ø§4f8?$ãB—¼‘,hnx4p<ÚÕ:(yW‹D[ƨo:¦9ûȾEͦ!ÖWªDªÊÔ‰±ÈMz6ú9ñ¥f%ò!DŒ>„g"à%h·̂ܞk»eú&iÙ5aÜÎHqê{b‡a] ­ÌzTóˆ*6ªEd‡n{C\TkÑô=*@ž$ÁvÄ1ÁPÁùnž(èt²¸÷l]'|s7*Çø¯ò÷ÕΖÜ.¤ž ”ð}2÷ -†Js*o”ïýSõ•ÙC8_ãIŠk‡Ï²s_|õ±Ã˜XiyRVtÙ[¤,öÚùJYEŸ–Ì”Wf+ª0è­(¨úz35ÿc ¾š:W+gQôЂ£§M -iŒÊ‰²* ŒàB6HÈÞyyÉ[™ì@!`˜‚" T\…©® -Å*•sÔUìiëh¡jý¾¿ÊòVR¡JSWw3nʨ»XÐ_¹’3®3ó…Š!„/RA’x¸‡æ–B?Ýä~‰áqýÊ=ªQJòOM`H;f×fXT”†.nºYLDÏVt°`F“•ëUeÀ[ê >YtU}5XªÔ86"òùÚ˜8šâ vœÀëuÂ~ô¶î·ŽÍ|´1šŸñD2ÃðœéøÍÂïðR…;ñ§ù‹%Åøó´_|"μƒSò øñ§h:îþº™f°ƒ ‡ Ûm;Ü×'­Ã†Ö ëJåJn—ÅÁ Íwó¤bܼ: ’˜ðØ0Êx’’Í2¼ ]…Ü2|ÒNÈ{ç¹U¿½ ­<ÝÕJ7¸~,ù€ÙäT+6rºK8ü㥽¹£¢^{VÚli§õQ¬]ÞbA(›•æé¡DkÔÛW»²Ž²=Ô7åôÁUWñ¹ÅíÞcyös¦ñ^¸¹Y¢™N)µ[úqYZ,Mj_JIS†[~݉L½mƒ9}»ÙµdZtcµcOacýžÂ¯ ”ÞïKf³xI•²œ1¡ÐSIeJ®ÎØÕ@WY?…ª¸b»z~`¾Ôz#ûM»¾&=ßÐ6§ìZÁ¯Í:9cmS„| ª?ÄãvÕrÁý*3•(Yì‹]ls…QRæRièc¸ÓÒÓ:38Uûòžu&—­*(jÿT{ÞÑê8™Ïw]dɸ‘ šœÏh !uB|¼òhÌ[àÃòõ”µì‡ÏfÀ+öõ%IjÁš†{RÝá~&a^/y"àÎSŒƒûs9O•¢©Ü>è{éOT ¢–Šqb+”FòEÕc„H\«éÃîkŒr¢êÞ‰´¼Wª„,$àéÿÅ.ÐްÇAP>/çž’ªHI½S 4fŒ4‘Û±WX‘£~¤>Ôfä}( ® â¿‘õ8ê„/åÛõ‰'À·r‰ôŽÒÍzŒÁKrˆàC¤%5[ù ¾Œ«ZÈeØ¿Ôj²–Þ²‹½n®ær‡KYˆ`*Öž}e É&U$+@†¨dËå]êg)?(žiNGë`жœ,Cót±Ä*«î—æGL·~áŽkì?õ‰öoyyz™¦ZЬo’ÑDÏõÃÌÕÒ|FÖY _‘’¯˜‰gG¯…¸8@f"8Lü{£»Aƨõ«*˜[ŽØÔœ7–Uj”/0÷HYÂæ„b¾$Ã4˜õ…삉šüL6~5©òÄHOKûLÍ@< Ïåƒ`˜h¥"I1TdW@Úm¥0 Û`EÞ¢—×\Åv©Ä$T¡¾C€4´‚úÙÂ? w·¸ Ž3R¥ùH<ÌA©ÂÕòlSá1Kµ-ý(L½uÃbøµ&uM=: "ÉTn6¡U³Lw¿v£ @»ÎEÞÓ6”L‰û´“P»Ô§Ë$|Ýá‚ç`´>0=]ªç®?é¯a!oõ“$ v _N¸«öáŒêó<¹y†ã{hêÅO‰d&@Y'á™Âùù²|ãý‚UòÍÆ¦­Ç[ëS <ÃäšåHž¡‘`q†(b˜zQÉÊëè*ÛÉ'—Ð&—^Qt‰iöÿñ寛åÿ)ôÀ²Ä%ô<¢F¸ˆq#Õo´×JÍ+‡ò‡”Z7ªlWµ ÿQ#Øk­ÚKü¿ÈÛ„>rz*ìpÅQ¿çÔrÒK¬ƒ‘ G(£7AÍöbu£öiP3¨› b‘ù¨Ÿ²E¥æßG•8ž†5Í ‰øuòTX鮸õ€ ꮘ¥¬pPx§ïT)¯«ª—RÎä<‰Ú¥¨×BaþîÙlAQúñ?`×èÖ°ˆfžß.²‘Ñ‹­à>óHøº³qÛ¤Š5ü#ƒXy™Àªcùny¥¦‹ÿ:Ï ñ5©½º*ž‰÷Ãfð™«÷áïë§"Æù™â*ÈÝt“PÍÜá -aéK«„ÿ ¨´ðØê s_éaõóßr³´‘eE©^ÈEÓ‘¸Nt½ñ·Õë±;F±ß"Ï/®'{õ{ÝdÔ2þ‰ý¬¿JÁ½•Û*— ¯”Áwe÷TËËsŽih{ð¦}È|ëH\¢îˆ…_=K0;ûyàæoÄd®q½[¸¢oŸ&ý_ývΩôl]/ê®5²e*Ÿêy9®ê›Už›–iémÞkÇtŸ—{„žG´Íô}‡—šÇÄMćÉ7¾høÍ]·»‰]SêܼN§–ßnx&­S6Õ—f·¨“kï¦\Ö|¨Ž^»i¯ÜjC³Ê/ùÞÁlS' ß™“ÜF@ˆñœ5­äHÁì–YöšòŒ£ÔEéѬÈV 7„§Íέ-B’ªÛB³Ð镾°.{ï$AeaÜÿf™d垬SÆu~ó,;}Å\˲6ævaMN ó{ñž”÷ì§²£kãØpÅþ; ÔUË}Øï£(Œ›‹©\Oq*’±‘ßÈ6A´(H·-¾ UÂ?eÙôZù!ݤ¬ùš×”…ø3ë‘—Ë]˜Xª(‡Ÿ±ÍÔBËUò¼ÌŸq!r!’ N)§”dRþªYIT‡æÛyб­YO¢¹«žÑ!øŠåôEòcˤ€ŒykÍ4~@ó›¬ÄïÚâ‰ne1E–£ØÖZàƒÜð3À'b;)é¿ê¤’ 8F5‹éFØ-è`ÂèÑ2oôñŒêÂZɽšx!Hù²œðf^&ƨýÄdÜÊàØª<*‡¶HîA ã>Ê1¦C0A`㌷t[ØÀ 1œƒz&á–Õâ ¹°Œ7ø.}=EüÂibÎÿäàªÙ ã%]”…3‹º`:W) £\“a7âTv,Ô}V–£ BÓHá÷ØbSIFîb|žü˜p4–Æ$3 ÃÁçÁTC²¤¼ÖŸõP×õBàÿ­·igU#䈰¼]¥ °·NC7Új·´a[­|r žk‘FÿJHÍ‘Á<©-›/1ŽŠz©BÃÍI»£ôWùVMDm)^§Í¨~«0"äv]A®µòú´k›Wò¬¯F7âlÁ1ĸeX’I¾7Ï]¥¦˜Ò„ýÔo†NîGµ­ÉÔmp“?ÒÞ®Ÿ—G7»öqúqÔ¿ú`Ò·XzÕÖè4\[ñ*x.a¶ã’P²É:]ÔÚË ÿ )ÎQuoÏn,TãÞ2M^ ÍjÎÌ× 5 -éYºž—“¤è뚇Ñø‚ªÁ•Ï IE·DD&ØŽ‹€ÜÜãæD!&½ÆT—ñ‚ð1þ’-UÜ4úæ)È6\*ìK0ßM’eãQÛôOƒŽêíê!ï0}&2è£Ć\Îê=È nX+ v[¯(r–ŸÐ»ÏOáGeKÓ^ðçäm‰‡ùZ•8Ê‘G4ÍAj>S÷‰w‡Ù<5|$1á*ä£)Ž-äLR#jâÒKw•Z¹UŠÖ¼,.PeLsçü4òÄÜr$3²‘ Dc‚¹(ÜÇ{%—BºzîäJÀ„«–ãácæcf§Ú¬Ëc v®¬–!s®iÔ mV1§±ës¯‹ fgOƒf±Q È;€%)»çiö ¼åz†½Á,ƒOá N#Ép˜ÐJà;rSN\R»hŒÐù†bn¨?¯|‹ÿŸ¡ú~kú@0®VÅ­õΕ!R0F¶deÈ”°‡ÌBBÆwo2™ZyÀQ‹¢TZ±ˆU±žŠââñô¬Ôu.,ŠruÜù¼?~žw¢QTØ_eªg2 ý’Ú’Øú.Çáÿ1$Û…†^ZˆÕHu‚°Ç´x¸˜ZHîòÀ2\¢ËÓ6?U”êJšz -3t¾3dzT5mŸŸØ¯ª7olÒÕL„.68ìâÕ­Æo,*a»±‡ùÕÃÝ$¥<—»™ñ;U-ák•¡f§ìæÂ³Ì³¼ÁL=Qð:±’ž_2MòœÈy!£d®‚0NìS9 ”ø¨f%¯ÒE°na?Ôº,æÇ|Å -úhÁpÁMj ˜Êˆ¤ø² ÇHy™C’@ü¤t 1NªÖ€+¸L#˜°›Ú¼lƒ^¡—Œµs)¬ä]Ùò´|ÑÖ+äür·t%aP.K˜Ž?R-Ýp«p ñÆú*]Z±XO@£·ôÞ5´Ð¸’mC'šëD‹²Qþ¥òÉЧ©§À†4+âs±ŠÊ½Öc“uÜà?нUµ8m˜"¨EÆzÞÒbe ›Á⊫ذÖG6IuÁù3ЇUbé Ô®÷Ü|–E]@çSÈãX@Rjº!¨GV'Ü–ÃC`ÇÞíP¡2*ã _3óÖ". A´ÀëÍÈj03j <^ -Á—¡o|à6XazìGÀñœrx6ü›êoD€+ÝßEÉ¥á=h[êBkâŽÃI¨6ò즋ß PŸ€Yðtª€††‘?ÝÒ¡n¤Ÿs¢óª…°;}­„€žÐI9O ãÔ¥T´Ÿò‰‹¬¤=r/¤&ž‰Aå„¿ÿ¨ × @(»ì¦„Ęç>´=´m”`;Y|b[‡râÀw–÷[‚Ï̓±/ÁGÕÇ#ÓÀ»ŒY ƒè0ÿßÀ'ä+|@´¹`?8Ï»1•²l¨o)ʺÔìk`JÍ«-`¬#-¶L±Žts-âDPnfùïÕŒ· ¬¤RÝh°‚Øå,åøRÅ{`tgNQ7poœ]\o¬N®Ökc³€?k%/Ž9b!8Ǻǟ™=Éàrú¢›\AÖ8o…ønåÒ:V†½ˆªÙš}!ë¡ýlÞ_)Klë §ÆDYΕ¸…7™cä±k!fL!õ•Ñmª|ÏkT‘rí$Wé±fÿ4 *ÜûòþbçtfyZÇ%—Z¥w£6sÊ´á|æ‚’³6ˆ¶«ŽøJ©M´çsröµë‚¯o`•á|“¸|²­©D]pØ*3gFš'Êv%­îSŠ^Î4nû×úNº@ý8è-­ùìI†êØ^Óˆ }(W€‹9¬³X2`”[~Tto=eÖlKÊØV«IüȬ«ÐoÂéU•_¯S.ÚŸƒÚI~U¸¯Ï—ö¦7–s3±rÀ‰=m›å3ªÿ§y“?Ä|1–~„¾­sO̤†ªÖlšLŽé7‡ýN|6ÈƒÊ žQçËÂL—ƒ·í°3‘WÐIYÃÞå i«Ñ‘>ÚmZ‘p“ì5ÛØ@ Ya$áü7H„G€˜ïW˜šíå^š¸è4x5»‰¯—–Óñð¥<˜*†GÒÒ†8%ä}ˆÇÆ5ø'd]X(îHƒfa(’ç3Š"¥^ߢ~ˆ‘{ ©@šÙOà3Èù’JB"¹ƒd9é'ý@ì!îÅã#"y„{œ°É˜?*úòV\ä3€F`Ý^bdŃÇÐa ŽFw–, å–%¹›ˆ&³FªÇ¯>_ƒ»3Ï%ÀÌ ½ˆþA»ˆºÐ(j‰Ïi¤‹œæµq!¦ò¦Ã0ÎáDA#Xb±Žø¡fwÎ9|Øa“ÎĽí…ñb ´9KRÐ!ËéШԼET‡\aÎø´!!´«—7ÜAÖóÁ®„'GíÀ^=ÇßoŸ’“ˆÇ7d§v`­u›'Ð÷5c.ªp°BÕȨ-P¤CJ-,ŸFø>óÆË N¦†y\è9ƒCC©¸¬ððÎÙ².o?˜2РÎÏŒí«ÓÊ"{kä%Lð¸½@ÞxÝ -*ú…çÌûU#üUÌ¿+ç¹Ì¡>Uy/‹#·£ -þÞÞœï‘%h(+¸‘"©+)®Œ ¯Ù+sŠLµŸ)k þÞzG) <`Y¨ž$ì­NÕ´óSé]ºL—$ò™þó²N"Ïä(øº¡±Ä/3©®Q–l©é*Cc:“MOmâm§ƒã-•êÑ@Su_¥‹°—ñÒ%óM”UϸÔïí¬Ù8ôlÕu)\3l5ÊÛIƒŽ¥*:ÆÕV¬ŒPXnkn‰ß›}µT` ³§*@x†fëñ›ÉÆ:—>‚ ±¤ØU°?¿¸vqŧô;Ž¤Ê°$‰­]kŒÞk]¡k‹˜mÞU5 î¨^h˜ȧwƒ„=”ÀTÈÿ•8 Ô¹|Æ3ÀV+¶º—×íh×—iŸnP$öY«Œk¢Å–9Æ¿ÂOU7šŠõ ( -œEuƒK„§È ð"ÿ1 2ºúaûa_Öª€äͱWAÿH;a} ©³,2¨wÓcóBxV¸ž9 Lj£é °=`Œ| ÷ -Oàü<¹fasí‡ÜGÎåjmJ¼"í[Ë^”ðƬÿ?Apu¢¸B¥WÛV’Œ ™Â¨ñÔŒeF¹^†-Gr'·q cƘ{æÿç>LjðØ¢-m¢Uz…öUÚÚ~¥Ò­Õ±[íJÇzö}Ë6©©[Ä7Ø}ðE¨Š'‚&‘°”:ÛƒdŸ9p xLV0p̵X•¨³?ëôø‰ÔQí2·UåöE[+Ûo*~Â(·ØÊœil“7Â7Voãñ¼†´ž‚Vw?T{Üå0Ê—tfÌ·^Í Ý3Ò²(ÿù·@SQ‘&z[Ãê’ a.u–²ëŒfG®ŽÆ2´ðâ|stLÁJ¯õáe÷;˜VœOX‰ÔJdìn9[ôi±ySɦ¸™†“e{£®Ö—W(YW-K+O2¾6¶ð>Шz¶`»oµÖNhô&ãc¢ ’;j”ÌŠa›ìSzOóÓòú$¸‘Ï͈ãZIUîQ–—¼;,©©ƒß@¿cØS“I[§#ÖnôU¨_‰þòŽÁþ+&¥!?ÈJ Ð]ù—´M{ª×&~²~à âìêúW¢¾27×±BEµ9ôcú@ÑQÚ?´+Äó¾Fü4Þ›NÉl$+ü«üÑòP|J«jxW›š¨­?"JŒ=bQˆÃ"/›„"k¹!SònÕ…H'hŽoYŸo7î,W{·¡NŠÒ ØG¹™˜V*ÿH±ž‘‰7ÕárûØs•ˆ4¥ò×Ìi=_‘AWj —iKÔ™Jšï),MiõEò•Ÿ=C*—XÜS¦*ê{EÂe tÆ:™„À`d²Á 0Oëš:GÓ - Ðâ@·ïÚ˜¼Á#èAßRâ8 ÈR=ë†ÑÜ„ -sº=bÔ Fô½Â4j/"ú.õÜ»åöv÷½„ÚA˜÷;Øœ÷H @ü¨šÝRNYnh·$¬5Ñ4³Å†sê—Óºgj7f‰v Eߦގq¶¼ÂÒÑߟ²kƒÔïòà‚Ë Š×» áDi„Ëu¤Y¾5a¼(gÆú·¯¸9Ø2Q‰±ªš^óòyÖÇ|V`—åR‡ÿ#ãXíjJŒîšx‰§£zVòÜí3¶UÖBð€o*6&Ķ/âe³o¶n­n”ÚòøoYцš¿Tí$./¨Fã‚”gÙÍ”‘vöÊ9æl=GåÏð6ÿ âöÞ¨Q7ëȪ۔)uªjÞóú#àãþNb‰Á`PïÒoˆyÖd…í"®Xç¡ÌŸë* >ÆrÓ8„¶ÈP.u«6 r£ü…w€W<çQgPEr‡®‚!D0Úï¾hÛŒkbº»pǛՙ½–ztŽþÞd‡rëô¥ÈS*Cs ظ_—x-ÔO -ƒ² G¢‚ÊÝšfºîZLuà í…~}žfœi0O«ŸÒ§9êZÝ$N †h¨èÜFg G.{Ñw¸Ÿ”ÙA'ˆG púðÇÜ]{ûl#ù†tT×R8¼o»BS|=çb•¢ä„üŸAú~kò@\«€Š½ÊYì©H-†°d(2j…"ÃBB>²Éþ’/ßÈÞ;!„JEëjk¥úèµÂQÛÊi[«‡‚z.T×]ÿ÷§× OX†BÁÚ!¸vkƒþÂÎ%^—?ËŸÔoLÏ·éÆc' 7â-2¬Û´·¿¬Õ™Û8Zñ­c›yaµ×^&K§àl >‘zÐ*Ìd‹¢Ì]wÜlÈïáÇ™lé«DŒõ±/ e†=‘yˆX¿¯ÃVå«j¸P^ÓxÒôa¹ácŒRäÆx{j¸®PæD'¾ìöC»&ŸÍ3Z¯¤ˆVZ¢ãHzLÖH5‚3Üiw¿Ú“éù“XØö¡1mWmóUÔOÆ5¹¸³Àˆ7ƒ¢¢7xFK‡ÙÙõ¦üM܇ÎÈ´·ÂÛé¸å’Ï,Õ‘Çà?Œ¯÷|]¼²ûOèN°k‹ÁXéî¨AfH€ŸÏOZ„”h“M´R'ëHciþr.èNI›¦:?Š['ž³¾Œ¼w›&üÏwˆvKÊú¬ÑOWŒu;¨º¯ó)wÅמWÓOcµZJ‰¬”¦þ¼WÜE Ói3‚;õqŧ핑30j>Úuœ³¤ÒïC¹gI\Ëf>ÀÉ^ -—ÐŽðO‰YóVq+§´, rðySp“èLê$Ú#'|*;„O*F±Ç{ÝÌuµæF?›H—›Ú9‹„9yN8O/póÎRü¢ýšRD|œÊ«–®ƒÐT/Ãs„¬+Åáäïä}í(u”“àéc@<¦1€u_`F38I"#—Ë3‰Áš^Á(D*é+áÌÜ«’hXj\ƒ½ ¬@/ÈàŠå©JÈ¿w»×RA«õ]ŒCR#²”‡‡8"N/D¾Ç/ÁòJ„¯eò\@üüPÊ[)Uqˆ¼PNâP™Y½ u–Ü#›v†ä'uå´³ -Žô9S¤xS§©KPºÈQÜ9UX±U0¬êÉ™©ãR† ³úa!’­Yƒû{¢inqVw릜5”Ý;-š¨ŸM1ë²÷²¦u¿“@θn xÿOÝÁœ}¢=å€ä‡°>¤Ë‹Ä0]XsLÕ<Û #¬µÅkÖ­F(ˆö‹e€u“ù‡eAõÕºÇæün~€I—S% -3žN±K Ï ˜`H(ÄBôXÓƒÊ} fû*Rº§@½™ÒQÿZ²™úƒËÇJbÜsÆU—Ô…Úÿµ#ž—o#æ„ ËíD¼Ï,&dHϘ–DÑ3†Ã¾‘ -ykˆ-ª:®¹XÔ|ÕŠuµ7¼\¦ŸÚ@©ºÁ®pÝä¶¹·N FÁ)q´õ.¡HJ6F|‡J§¼Ï˽ ÖÒªòŽå—äÿø¿Çjq­‹˜«èìÝUUJÖwÞ=EíÜ…žË[‡L×›6ø£c ¡Fl%FÜ@ÓMíÞ,âXÏ#ËÁ]º‡”7uµ€,ÀÔQÂè¥]k›©Šg%6{Š8ŸoÅÖüÿyZRh ßJà@m]¯ÐE檖xá­JãWGbj$âZ`9ôwI;­žu šbÞ­fÁ…œŒ¢Aä2_µ5ƒE½ÉÓòpÉ$>^1ϬþI¥•­ÙÃ+¨ ¶ÿƒÿ‚¬š¶1ŸˆÏ€ëŽ2-âK>N~#…+;åã¾­uÑueV7†ëQJøáüÓ Røžð.~­ˆá<„`ƒ(¡»…aHråu0 õ^“H°ûY·¤§ä™ÉŸ#/î¿„Påùp"VØð=#›”Ì/d™²§uËäK…U\’ügÚQ~§ÂX%| Ì(,+fY ªÚ“£‘u>£©ÿ~NîÓØÜVj‚fʸžþ\‡ý›µ[ ¨œ÷µJê-žPÛ\¡ÜÔ~SðhÏem–Ü×^K^ s´÷ð%è v·Lª}WŸ˜-<ÃRšÌ€Ž0sÌ^¾=l^LåRLæòGüÇÆw<‘ËeÎþõy,é™ô¼¡OG·é/á*e‡ôE®pʺúŸõ!Ô4×02ÇXíìç]dw´ÔÖsÄvI¹”f+([Wdˆíæ»I·¥¦xùÍèÁ¹e%ع¶fùî ]bmŠÏ$ÑcŸð"™ ñµï×u»¹å‹xTW×ö ÂÇPføÒö iê³.ƛȜ†ûQ6߈:rÉ[ÚñZ@÷¯€4zË×ÇLÜ]xس¾Xâqî@Cßv— Ý›‰jç÷I— j{,Þ‡DYŽâƱs¦R»ŠäêÆi)½]¼€úC‡•Áhñ7IlA‹‡(àæ6·“1ÔÌp¥;1i -tÎÇw·­ó±&óüz TiÖ߇ÇHd”œñ&P- ­¥bs˜øLVȉÝ+¯àƒ[X -DtxC ²S2½Vu ;¢ –U8¿{ýº2É8í+ø4‚éå¶Ã™u;l„Á[H B=‚Ï4ØPšñN E­S¨ááè-Ê«}u€:Vd6°õš“`*ç²Ô+îçÿAÑÂÊ6©ÌÚ™ ?•ìÚöHEû±gˆyýOrÖ]ªx&÷­&ªØÊV‹7)Ú¬®ƒw!DÔ-Qשřÿg°>š:S±NED)”0ª¹pœ,¡M,¨LYQ „¬÷òöÎK^{ʬgÑã\XE½¶êYÛZ=ÔVÅj‹‚Ü‹ªUÛ_ñ}Ðï›Ë%Lk…Íè˜Ü‚úáÊvÝKÔP Ajj)Ý!j¡³ÓœOu'ѳLþ:6hQÂ(*7·{6v”ú -¦Ô²Wˆ ½<Æff…6àÇ™_‚Hc»E¿Ò‹9ªdkÑ}æ õ°8†5€k *öla»)sWÜ¢¸ÜÔ‹/·]VÏㆣûÑYÖÅ¡îbU5׬;|C¨mÖa‡²0ËáGiÏ -÷…~¾Ð­¹h ŠæaZÊn?" †ìyÑMÈû´P¦´ê$2lž%µ‰™fRe0q§¨¾Bm.×M”WkĆÀ²¹Ý¦5¥½)y€ÖynõeKeÉÕh |Ð1ªD„A_ã7…ù¾»É>ûJ{†úYý°±îœiP7£)¨Ô'V?Ï 3òUHÊ$󑊇«·€÷Ê•Ñqp@é™Ðt4ËÔ‡3ŽÝ¾—I«i«PÐzWiNµÌ4ýS+o -(˜U\¿Å=§Ïp­îur¯Ù¿æçÕJPWõy´´¯Âú ò¸,±E­Áa›\:A<°I]¨6/Q-Ýms£2 ÊÀÿ›ÜʦkWšo–Z6·ƒçéŒÇ—s~’î,)ŠïEã=Q¾Ø ðFzŸP )žämû>Ñ·t¢Ý‹¤õ j½@7£gQ›éyõœÍ^ÀžÊËNKfEk’/ô¶<;žC:ÊfD¾ÆäÎ^é0>R¢ &9‡DôŒz!L&NG4Õ:ƒ¼Ñ½h¶)¬Ýô¹ùQÝþŒPð@Í­ÄP퟊ˆ+%‘7ÐòéUÜZšA.-!}½¨ƒÂ„¿Î¼õºyXßÜv¤°ÝØØÂnJ7ç6-I—6\Hì´üQÆKàÿV?ü…+Aé þ·²ñÄgƒoE;ŒÔ~ «¬â·)æAeþ¦G|²êdÆ~U¡(1—éø•|¾á|D_,”ñß@ ¿Å6=óa¿-‡”Cl§Ò ±7T …ÿæfkäG¸(íÜô%œ¾xè“V®Ã¸oÅQn ÃǬñ\Re݆zûwð®ømïe¼‰:‚ÔÝÂÓkÚ¤=¡áé[ú`Å3FnÜœ¦fºÍ-k^± Á«+’Ù:Ø+ü7Í“Ôqøÿ~«7yË»ÜÚÎ,¼ˆ6ãBãm2Á,*ØJo!nÙúíg¬¡èôý¸—ÌZ¬'¼žyEäK¶°{(wÿÜzú„÷enŒÕ#°Fè¾á®FTê^b)Ú“k$ƱÁT¹"K©Hϸ]t^̸ҩ’&f€Ä"¶žmòñçdÜaør…„õãè •«ÂNÓ‹rá»èc)NÂÊdÈËÉlæa\6µ’- O ¥œ¤™™Ç¯fÆ­Ù>Ûc€Fá4ë¨~:ò‘*êà 9˜“§R&ã _!$ÌüÖ¸y¤™ß¾˜‚ùc’äûÅfÿÈça󰼂¦8ã‹ãáç”|Jz²+Ѳ’èäf¬ÅqR6ˆw8ÖÄG…ïÃ]É B’¤™ºi¿$¶Ò¿Ú >w˜sö¹–Hðe «‡+Ïçý;+]³=‘ΊiÉ1hùTY-ö¼lrláí|6FÆ—ü,i òýâFúEóÈ>r o¯°ÐõyÐé:QÖaøaͶõѪ=e¹˜¦²"¶o- »Dœ-‹–Ô/œ­â´_ÉTQ ³DØüZóµx±¹Kù -hü1K g7 ®?Œl¯ûN&EÔŽ-ÆCªJÂNºŠ$I%¹½ÌO|ˆºâtåÒQ–©¥©ÙRÝç^ÅÓ<±ÓUY›µ¸$_õ`½‡ãbaÚêGºîËèqaÜøÁ?z…f@ûÑ[aÔ·è¬àŽEø¾ý.¹ès¤+]´Ó.*±2BèÔeʄԢ×ërì2XßMÝ Ç Pk($H¸1 -&È”dd#+€aBÖÉYßï9'›mE[µUñª·¢ÅòºÒZñZÛŠÒÖªØrE½¨×ºj-Àóãûy}Þ)F¢>ƒ‡«7Á†º6ѧ0ª¡ž¿.Sçy΄º0Vxi𪵃Sòe÷ÁWÒ‚Ю8“¡Šj‡„¯ALmzÔRÀS -.*G‘|¢–ó½À\íÏ à‚x±€'ª­I'ȪPù}¢­&-¿’ØY“>HtÕ”À"5Œ¬ï"Ž7î“<%†5JQ>ñRÆ‘îÈBÏR2Ò0Îv"7c‡«S0¦þ´ÜëWÅäíÅ6ö¦»álõ‹ mxœvÝúP¼QGKzñcúó¢hü­Á™ND¢2ÏV‚ľ`o$NããU:ÃÚ§¥t•îEî”ÑÊ zÙ³Á s7”GÞÆä¨P¢Ç΢ŠüðåX/?8â9€Rö‚K.¬´"qç5r's“ R|L6Íp”X߃ºe‘[Q qP?¥`BäŽU~vƒT{Žã‘äö8¾,SÓ/¤Š¿Ó Þå k¨[iÍÈQjw|¶aU¹Ñ°ŸZ.á "8*šƒž…Ûø…˜æ{ÍÄáJw6¾ -ÎR8ëfXFŠºnK]Î:½Ô|7M ¿lÆÏEŠLu‘ä¹±[üÞÐÊÜðŸDW1Žüô-örÇd”Î=û oÞ¬å¶XŠöjo4ÍþAG5õ¥^ÓÏ·éOú>[tÄs¤È:]ü‡ÁÙÜåÿÐÐc -ã—¢™Ìm/ô%ýù”nH*~Ñ”:·ÈOëß±?»Qûßv¯Ô­ºÆV•t§žßÜ1¬¿gŸÿÙisõ3$YVòË ïM©^‘è!¦É½ ‹¡gU|hzÕR8j¿’ÇÏ:iëÙÔÂXaɼ¸Ëæ2Cø:sÎæ'AæŠê !j4ÕòÙÍUùqbè'šn·4:áUL·± îβ†Mf¾·ä•N&_37–Æö›ZCa?TŸ jgîÔ}%T2+¾ôù–Ö«wqLÔ ]§[/%30eæ}òM‹LÊ/e -M© -i²ÐØQµ/VÄ\¯VÆð¦Î+‹¦ž åÔ#u­ÏU¢}È9 ï Å,'¨C‡ä¿•• "æQµyc=S^kI²Ñ?+«cѱ ™aÓ©þƸ *R³Z˜ ¯è–û¼… -d)眃:³dàö ô/Q~–_C»7øe\ Nªz§üªÙ1ëàSè×P£}ørôEÂTp¹èë,h0×Dc‡X_€ÙļÒ88¤¡óÎÃVí¶Œ@˜¬Û•hÓôÍÑcàB†ÖƒBƒ:ðGÀCK…‰ä Læ+$Ïá±Ü\²eýŸ,#%  ÍóÁèHú 0+Hô&obW£;Ƚx|h0Y…ö Ä¡” $úF‘lÒ›k$&ɲ…ÄMà]|œô¿æZÉàCz$ñº$\$~…‹¢S‰>8/t±Î ì$ìàƒ0а‚g¾é qÿEhÀ3v9Qþ*ö!˜rg‹L\Ù0ádü%A‡?4G/ÆÇ˜;!ãø(SHâãôˆ0B‡úào©ÃÜ!bµ‚½…p„§‹öá\{wN.±/‘5àa¶‚„5¸Uu÷³ÀoñõfK` žcR ƒp¥1Ý· 71aÜßñÝ´„Ý÷Q9EXJÛXNFµÈxØö°á=Æ4ÿ#ê ¶ËþMÈAì;[F`vÏòo¡w2s}«p±ûÏ`Xìk¸šúmÓ³-'²Þdmoœ·=uMÛÚB®´¿¥µDÆ5=)û3ØÙž«¨h¶Þª¾)Xm©W¦y'™?V]ZvÅØ§ u=̘‘-›ÂÛü•ùºU^ì™ÒÕœÀ×qfB?"Ž%6r}n¹Ù‘~δՠMr0~®õ0Î@¯†K™ L%>BWâ.¢×Ô~ü¸ Nu O×o8 •ìdYÉw@sÓäGŒ¦§ëÈ”ÄL/Ùs~C^_JG‘ïÅíT X)zÇ@†@ Åá%‚N°‡SÁ%Ö7$^åÔ}èw²»L%ÃIL¦2®1Ûéôõ°T Ý)ÖÁ ´Lt®¤&ZÐAíà•Gj=’Vøõ˜\÷g¿føÖÙ2Ц,ƒ‰Ó¨–´˜ÊÏ|0ì<Ükz%.…S„èè0V 0àÄØx¤•>ÆÙEò¨»ì%ÄEJ’ éðæ»2u¦yq µ¢É7&Òv×°p¶õ8 tZ®‰®׿œ¯¦À ÎCKV ì! hƒ}„‘€„ ‘=„@dïüvv„!Š*zUKAAmõ X¬8Z®«Ê)N8Qžw÷ýŸÎh»°˜`P»™óÑ\G¼b44T°nÇïE¹Y’í¹Œ7i:¾T(’רÿ¬ú;®¦uWmqÑÆ­ÿ7AdÉãTáq&ÿIàzUÈòÖêr$“¾hŸ|!o×çr·,çŽÉm¤´zû3=éh멺ø¸Ûqv"ñ–ågN¡ÙtŒÏÂÇ. -ÐÀRݼ¸Ãû.Sy¨‘^eLÞb‡¡úâ¾½»VN›m=ZïšTd›i°’Z¸^Äa³7˜À6¦ -xº^)^hÆÆ¥{|¾Fƒ®Á¿©òóŠíüúÊÌ{­ý ý´FÛÎUÊk4ï>©Ç,hú@DÃBwB©~QœŒ/Óm•òGÑcr³O’¨ÄpÞÐGuqîÖ^îåL†í9ÿ0m•5¥YJ9hþIèFb™\D'ˆl_Â$0tWdnx F‘O>FÆ”ÌR½ÇÕCñšÒ\Û;¡ý•µN¤IýÕ|W|‡"0UJ¿"Q wdTb™¾Pj°ËŠ1|'š­r -ò†Ÿ¨7úLAû4¹¸QТ-Èé³êekè7¹wªÂ´_±š’lLPüEÚ ÿSÙCÌÑ1U}¥NÄA Íš 4˜ ¹âë9h¸à3C±d«>Щ¦ÇêþT’ÕDS¾1|«±þ¡›Ö¼$Ò0P›C¡ÚAü<¬ -âBPîû=ÈxFjàUö¼9<•ñÑ8 ­§¾7ˆ ù¡>ÊÃf¡Lbz¢äH)Š¿-²OÀ{¾¥À pijXÚ³ ¦8L”±ßpROêMXùW‰½Šy b2:4ðÂÿTðå C`-¼ÑW@ÐNOT{ -òÉv7&š2†F1Õ¤»`¸BÞ‰Y .±§Ñ&=™ˆGÊt,°ÚPGÈ - -‘|ß. .ñÜ«•CæL—=´¢k4—ÞòÒ„$·mÅqÝÕ1Ecµ»#oÚ§Ù a%- œ{ÁÎÖˆ&ÿW&©h©W’þoéV÷.¬_QL?Úk*¯H깺-2»ÏL }é2Ö%ÅlnÿƒÍˆœi[ÂA¤¶ÍüSÁñæÝ‚þÙFw‰«W›n@öÌý#Ú«„é™»VTO¤2wìªM¤X·‡²&HS{Êb¾³/å.œi©äÿf¶L -tÁ5¦dqž¿QGúÅë6Ö«`yБ“ªöŒë;ž³ÞQÿ»ý`ƒ/%±³ˆ“Nj³Ïñ$1.­ü¦È«Öׂ—af‘895:Kíþ§tgå“Þ8ôˆrÜ£~­6d”t¯çºQÿÕù†÷€²´}¸i€Äi«4[–‰â"¯YöIV‡ ˜6IŸÖ¿”ÿîÿ ›PbÞåÈ5µ§Ç ­Q§¿î²©¬žMž±SE—HE­Î’o‰ ÖsҖȇfL¶vÙ¸QÁ žÕ½QÞˆG画½÷!Κ -\¤Ñ²ÓuºKŽPÚݤÇÉãmËeÇI4Û=ù ñ½å˜b(rÞdQކ½0d©~ qÕy©OPOÍ€÷¸\«Á5ƒ€Ò íç•qÔµm7•/È}-7Tí¤hë¸:œøÒ|X}.ò“±OÃ_¡j—…°\mg@?Rxùà ³€w¬ž¦—Øi»SfZud‰m‘Ü,AâL?s‘_ £`X¸·n˜R޶܀+ðiPëCƒ( wøÂé®m&ømÊ¡–>Ä•œmBÜc¿˜GáOÄÆKðÍ(ý<=‚9!Jä%ì°¡“>ð”çé솜6Ÿn•é )RÛQÝ8ù{Ë}]aìSÓ<öˆxÉè‰5F9ê7£ÏÂÿÿGãCìH¢ -ô€Æà3>&P;yú ¨áŸ[Ëfsœ[æ*› -’᮪ç%Å’Üš-å±l¯º3Û^”­dSkvfÝi|W•|ž7Ö8ºqmóþw¡"‰€ë;%eˆÏõ¸g0ª¬OJëʇÁk¬mOEÓUdæ<ëv ®îa©cÝgö¬U K8G“#¸~|}Ì`YPºG˜'Zðý aI»ßæg3i·¢ÇµWZiN=Mh¨6´ÔUýÈ9Çðª™å;lÙZ×¼!©¯q—SÈw3C]Êòó[å²®…ì7ÏMÂü[Ü_4óÅ6¾@À+sh^R{½À%…LÑÒÌ¡ºýbi¾!Eò8f%÷®¬0´¡¹B~Â/AtIØ™–µL$0|ÌMƒêƒ…d‰²¹´ä•´ f¾|HRÜW¥•½ÍÜP›)?Aùƒí«Posž)7… -šzT+ýѪ©ö‹tL5¤ßí£z«Ræ³Õ‘MÅÅ[Ô5Þe5V´¸-^}ˆ~¸&F}¢«Rϧ84_‡v6-×$øÝžÕ°ì¼t12¢ãg¥ ›”âÜ ø<_VxÎ`2 ‰"n¥/GßÂ$ƒG(Y¬ -0‚xºQ ü:ÂGd‚°N;ÝFM;c¶`ÜÌ“\Ñ‘Ã02x£]†ˆêÉ’[ºÅÂÏAØYúÒêÔN‰¨Û0‰ã áøÐiþ:(Ü¿Yèú´ÑªÚ h7ÓÖ&¿Õr·6ßl[]M+~jÙXØ_N7•d\¯ÚoPSþÇðœ¸5uw¢R°®Š¶Z•€â(1R!`1 9$ ä '¹^’——äå½äå¾ G"ˆ‚Bí´ŠZ­nUVŠ :¨~hû¹UæD¿¡xRjAK·ßð‹—/òMý—JìÚ4÷ÎÅž„Ç<‡óŠÛ¿¬zI“´™Ì9%i­xMãló)ñ}v\©\È;Ôp–ö•8"˜”—Ùj;Sg”ÓUI ‘ï@ìp‡wsã’\SÏ¢*yAýÑeØp±êH¸GŸk{*°œGÊ7ñ–8Fk‘ì8Ùòà®O#”‡j£’¶C±ÕÏcƒõÞ×-õ•M¥øš%Ò–²›Wâ”éV~ª$¤ò‹&Y»ÀÒ6Ú v!°5‹«·ª¯ne~×$Ü1ºá¶è¯ÌïÀ<çW?Qt¿ÇòJ²ET5J:+ÕŠyù‘ò2•YÙA‹Ôăµ;îhŸh [—Âçàò„ë¨]ý -[cß/ä2*í>%Ÿ-‹1ëE™Šn T9©|+–ËN‚¹eNÀ… -*Õ:Ý­<Èlø€4¬w¢´„>DaRá¦sKÃ!Ö"Õ˜wœ ‚ýØþ1¨d‹juÛDvI³þ³_~Á Ú3ª|ŠÌS^kRŒ¤Z‹K8oðšãFŸõ“à[f*üƃ±ž"iÆ2”£fêŒû„=â1ÓNæJ#îÙ ´›×QŽ‚+,á$•Öf™N„¯Zµ£S¶kõí¥·-î]ew¬ttœsÀ:¢’òfl8Á¸HcÓ0¬’_l}ùŠ{Pãíe$ tÉ~ïOàç*Çl«E±ê}då=M‡ì­L¦­à>V¼ÓG•̨:á¹W52Ä–qR·Ã˜JŒ4DšžÄÏ£_˜£!Œd%ûŽq«õí–!þ9ø±vRô%‚“-–˜P2w­|±°„¡$˜D¹%`,fÈk fʯpŒ¥“ð1òÔz6úŠ©ÅÖ_µo^`n¬øÚ|z(øÕ’/M?· s¤Ò)ë®âÅ´õêÏê¶Œ 2D¶]J™Õ3íé*B³ûÐô±ƒâ]T^âÚ‡ù8ï\\htÑ%rQÈEbß\t­(fÊ'œ¯¨Ÿ©âœ·3¢4JçÅ”9ÝçÎ.`p¶à„Æ^gƒ{†yÜï4u°-Õ3šLÞÊjFå€íkfçUvWÝ+š‘MWᨠ-e‰WLž/xNê–»!Ô -Ý \§‘áºâþ#£ „ÇXéAlà>©/®LÐjçX÷Äçjþ\ô…,:@§f-Õ³äàj_;q•6XE%ô“žYܘ1Â=àÊ¥§·T“ÊS ‚aœ—M‘â!¾¢qË#zJ/‚¤@=£˜«¥“Ÿ¨›Lb¼6®šM…[ªT1 ÐQO§³­Tرí(c· ª9q­b1Àëmž`QDYM²¢lÉ݆ÿP—(¬Á}äÇê¤ÚKÄ­ÐhO˜€¾î˜èa/Ã+…ŠKÕK*sk”º>ޱ²[‹ObÝ5„‹ý )–6ïJE¯©éE&®úfò8öV«Æ/¶tÁÏÖuØvÝî ŠÅAï©N‹…Ú É’ò~Ý€<ª³”„œ&äCpKÚKtRKI2õÃ4<ÞB)ëÞYK1²ó–üžx#º ø]rSuV½P.eƒ·€Ûeÿ€>WïØ[««ÒœÉy®ÒmHëBZà–ä^c7º Ÿµ›Ôë‹-ó÷¡¤ø›aVNQ]WvAðŠ®ê†Ê"ÀË:m -º“v6ë× ai úCò!´ÇÔ‹g›ÍæõÍ׬TûB1AG‚ÿ.™Ð·rüB€W‘$&]½ÒøÀغ3Uûƒéû´Mp±92¹¹lÉÇÛMaVÏúIs‚í²uTðÆ”«¿(þ[®8-íþãŸRdš Œ3ÊK–µÁm–o³' a«2-\/°}”|ÄðÌ6Œ?mäÛ±è,¬Ç±ÉÒÍ_騮ëe9ùO’O޼쾣•±p;N`êDÇ•ì.ÍŽ;Û&uÁÿ1\ÞoM&FD¯žU®@8$Œ’'âA²w˜…@PFHHÂÈ_’/ßÎø²HØÔÃq×îãq *W¥ŽG롈ł‚8N -ž‡ÔQÿ÷×÷} á‡ÁDÓÆàŸ¡Û¦tcRbãÀöõÀï¶"Zͤ-™+­?b=[Ú#V[còƒd –þ4©rµ%>v 7_?¥=`.^‚*Égþ—‘{d+úSÕ¦æ> ´º©é?ÂVÁPãg¾î¯Î¥Å"³c4oJ*kHc(Êì‡b¯é¶ŽðóÚ`+â£{mÁüß"³õf»îÈUµq-³Âµü+íNKí`ëH©›p°eS^d¸É˜&qŽÅ^R]p„†ßÐ Ù±hÝ>ëý¯‚\ ÙUé¿§OõÎÑ]]õ‡y:qNRÍÇ™¬Qᆎ y6ÉŸZgÒ¾ç5‰=¯â4ŠÃïiDŽÍ!ù:žÝå+²Ñº/ÔÁ¬õ -ˆ[vZøbï⼄‡« X‹ˆI°œç‡–ÕŸHYÄX’’èI\$_ çà;j–þ ëÛo˜„'Pzœ£Â´¡\K}XÌÿ{Õi]~íXÉcˆ-|ž›ÃR”j䔂݉¾RéY8S+ ‚ÄAHåGÑ¿@IøßJLð½Ò«Ë®+PŸN²i]$œ’•`¹l<§UwFÉKž†ÃÙè -¤W ÓÓ°Xh5µ ?…8üý—¸ä¡â[ò_¸t¶–«*‘¿¬ü0£¼_\ªÁ‹9îàFMorƒî*¸/: ¶Aôd4i¡^Æîc¿«‡é -Å˪ Ù#YŒZP+25c•Ÿ«~F0{ ]cv‹¦šIŽHfô*H‹¢3îI]À¾$T?|PÜ*œ†:¥O%%°]°WÖ†H+ª-h3HEbÙTµ›Hz£Eð¾¨W:ÑF/‡MzUP*7QTø×Fš6¤~¥þk©›h¯ÞÉ"õÒß/‘G|‹~P2 \Æ@d8˜tNã4,F={Œyt!tÝx ˆ‰<0­ œÁ†L<ÍÖZ…å¸$En1ð³Äƒ–Œò4™‹ù×¢ EŠù8ƒPáfqR‡úG3=ê†v™|M¡(r$Dxd'e« 5XCotwÖ½sŠx¢=ŽÞ²»’ÿ6Œ.Ê™  †ò¤=1I£ö´)¢.kk¬]t³®ß2ô üÖ²Î?s3Wc‚ íYbÚå¶@^–°»eúSCz5› ûdö&ÃG¹Êy'©@`ÔyÍLÃzz«®ÀÖt>d­ò/B/Xþlãïd‰v×~㨞­ÿt®e‰â’ö‹…&éT듬7 -¢Å3)pm¢F iÌÎhú.p©¡0è,°©?™·ÙrM“‹³Þˆç‰µå^¼ã“ý¶ÌDè«» ó‰;5Û²õ)Â5 ÓúJNF2(ì°'FõºMýÆà°Ï¢i7ãH›"êAf¹–ê´s;ˆùÔ¾üs6(òÌ´ã"id‚œØ¬(TëWÖ°yý#íÙMÏ —  ßJcú^eg!B äVûš Á«„?ls“’ˆ‚ýÈÙ¹ŒWh²4Á;ÌGæàg´;ÃÞ Ô@Šþ:2îÛk¸ŒË”ñªèE½\‹I“8{Á¹¼ô†îŽR^°š8²^£‹Fó@Cd(æ„Úh.ø%ä``61õû~4¬"^ªaå·u:u6PWuWsV³¶” -®ÖZó ºrð]ÆF¨BâMˆ'ü&ò B1Úzì>¾2!hD“_‰žcp—ÿNq -üP»G%‡Rª|Õ^0åÔ8Vþ*í4;}Xb©ñLhOŽtG¬D:m3æ®Ï ìÁ1C±ßbÔÈ”ȦqfÍmÅU|‰¨:ËMM,æuinêkÒAP¤¿yXá^Ã]Z&Ê2V>ÄçüæˆB“ZZ,ÝNÚj‚ä\ò@園A)Ù |F¶å嫇I<=N‹’Òx7]")ˆX†Þ“Õ´2d€äS]±:²žŒ?&ÉQ‰{C» MFkȨ”+Bí?—$(íqyîÀuÛ¾t/ÍÛçq¿€ V,b ª±ÌÒÄH´¥Œо5RÊð&s‘d­è×­ÀSJk>Zé*iú©ø•rmãþÜÛÀ -gsÚSõ{7¡]h¨ŒøM7e£!ð¨Í—šî³ºPŒx¦eµyïðæ+©è8WqR´g÷)JZ»s«ªZ6¤]WM–¸›ZÌ9õ‰€;hVXcÿŽZ²mŸQºð5–½Âì[ÊãÿF.•s*¬äŪ„â@¬~šsšdÖìIÉá¶Øy²@꺥‘T*~ ÝO~¯6¤’té>Yæ0äâC7{ï™aŽ –ï4®ç0FßÚçÙ"Tš»ÇxLAnQ?#¡C&6è 7]„>‡I:¦yã­üÁêI"°ö/e=Änai‘‰x&~™ÍÑÈZSú~eB,Ó°˜ßRnèÑž½eÜ -iúŒWÐ0Ÿw¦BüZý ä…(Œû+zLÒ´}«Ý*|ˆÍ)ž1îá&À=Å‹ hè±ÞÄ(¸m Co„¬¡Ó†hd0`Ê0ƒ=õÍ16ê]ëžB;6nlU‰¶3¾š^X€k.1êÑ9—<„‚\bæðFxÿ–TBŠ„~Ôç`K›þÏ@}¸5y'V¡z­=­!0B‰Æ‹Ê’= 3ì!È–H û›¿og0-Z,Rp#UÏUÇ)*ê£'¶NëÕž ZW-ÖëûG¼<ÀǺù[Á=Zú¹þ+][~±áˆþ÷ô=ÆSÆ`Å5S·);z6Ô CÛ䃈éó@Mè”·;¦ÃÝÝÒðrÊ -B ]ÉJím¸%‡”¥ ‘¨»¢Ø¨DÏD5bù!P>KÞ sx¯ÒJ¼× g ¾ƒ]%†Kñ3$]ŒiÒuž³öѧìÒ½'>*fD¤sT­1‰ YdBÈ -ù6èÙê?'½³Q7j†Û!,ŽZ-¨À©Úõcµöœ0÷k à•+µ÷Ø'kOêX[T€!›•ÿfÜÍ<”7ü5³Å?Nd–{«‘6zØm½C›_cSôšõÅêçus=k±ºei÷4OmMk!·õTÔ<½Õ2|ÇðÊ"Ó¦"s¸*4À{Sˆ/kv›D1fŸà<ÖE?+úŸzΦ9}5ûšÞ¤mÒx4ÞX­ÝÐÀEŽéFêÂ/JlÓrØø‹µÛ?*´Äz7Ã×¹I÷Ù¨Œm<Â*¸hÚjS^ÌYcyŸÕžÚbQäUÄ¿3 Ü`ñ?s+ÊÛV,cOTeIv²ÉjÏæ­fÒå9sÒpž·—±Áhá3]ÄÍ,ÈN¹Åî*Ú¯`]KF¿gŽW&¿j½ì³ ºGÒNßÖÌò-.ÅßG®kGœç›‰™ä—¹c/IO…íð±Ä6x(ˆ9„¬ÿ -½ŠôÞè:B++Á쉻’~¬—Œ3xyÀÂ?Pü󠑪ͭ0ÙÑ'”Mÿ¡'ƒ –±‹©ôhh'ºžÅ}™<@åtêiüTéoxÖ§8h쯯‰™oRÕ™BË¡X¹z -^i­“å b .y‚:š+ÄWÐ÷œÒõ6Ì®¬Â·3ÙyÍâô¥©hãD6/a{CoÞxä©ú²ÂÁwêBJ -W.µyUøI×YÝ«Þúœ¶,Qzpæ(ív烜ޘϰ—á—YÛê_ä.Nù©Þ¾ !a^CÑxdmA©$Ødõ®ÐÉ',1UýÒsÚÓg€ëÖÔ{cÇôÏœ_±qb. ™gm ‹¤¸ZËKæÇÖÃeo".š_T v6«€ü(פΒJÙ'š0ŸŸØ½Ìc„9nâ¹È˜Px˜7@cúŒ'æmeãÉZ³c%7ÅÕWME¤r3«Wõ³xM½e>hF¥<†Ô§úŒ0ŸωìénØÃeªœhG¼.Û-TíJºÏά¾‡05ᯙ(MGKéPy½ÙP$u ƒM‰>¯¨q8D$£ö£ž.{(€½v* rÁÎt ¯Y˜”OÿC;Ç£íôùᇨ‹† A™TƒÉ_JeA»¤ )7D軀œDÛEå七Ë(yÔ:õG‰ÃÊIò1?q”ÜkÚ{™ü -:^KjáÃAþd.Ò#÷#£Ðo¥ûhQHå¸ÂLù²x·ßs1>ÅÞžyÌ$¿cäÉÿmý$¸Å%мÚ‘Ÿ²cT上nº\òpyW£°â„ät=®jõ²³ÖÝöZ7èâõ–ÙÆ—‹¿áî#ë’‹[îäúÅ«¾ ,8YÕ¼g½0$­É£tê”†îŠ Ë›êýU^’>Ûiu»—تÔ.rûÙbg€·¸›Ð¾ÅïÙÑö¤³›fÞ‹{Ô´·x"â}czÙ¯!3ì*O¬â×Pµ-×ÛjÔ6É%«—¦É+ÜüT¿ÕÝ‘»d²8óØKÿg¸>¿š<Œ{Dñºh+ I#}Qc%aCÂÆ 3F È„¬wæMHb'r¯ŠûªXÅqê88®•â@ÅŠˆêiqâ®·ÃóáwžÆ8B*ò‡±7ËÇÕ,§ä8ËÅ~ 6G”d7k±Þƒ1bû"S9ø¨âExŸµW­ ÍÃöh¿Ç¢ûôJ2ôÖ#Ó¥L¹C,¹Â¹×T\OLˆ°çËâXb›@0ŽãbÕr Ѫլ -¿†iu)¡¨Y_¬EvÖ‘Zá)p™¯gŒÙE²g­Yñkü$~Jկжk;¬žÚ£@"¶º!=|]§ºÑÚ‚†Ï™(¤a8ÂÜD¤A§-×3 xú!‡†ÏÔ -âOZ3t'X~Ö0Äp ƒú¯@"J1ÐÃß"EÆêÐÿÁ[L;‚ŸCïÍ} «¥ŸX QÁCTkŠþ{ ëjЇÑ/†kÌwhªÑÊ0 ÇL  6Ï[6֘†,Äy©àkp‚¸ <ÉÓc>f{'*¶$Æg!}–ß™CHÈfÔÃ;À@*~]F†: *ZuR8à>èA`¨„>ÁD˜˜nAÆ‘™ì$Aâƒà£È5æ)˜€ü—Qu#L¨9µl8Žl£þª9E† «;ÁYð3âGË$Ü•î _ÂõlÌÅq_ _q6s'”d}ÉÈ_[íÀZðˆ•´,äb­Tžåú™â¶œùû4{-Ç}þËA„ÀIê(É}”à¹õYþ͚֙âm«óÛç -E‘?´¬L¦ßœ+^I[´þCÝòÅÅÎòàEš Õƒ Ñ¡~ˬ/±¯nåŠâ{6Ï\f¹ÚËh«Z»*ñÈͺêô0wF­žÆq‘eó·8<”ä`»—v¦ÿUhOq*(.Ú5¢ù‰9UZœ±¿é…î!ðÄé£è¥¶ Æ´ÇÖvãüó5)‚Ö"·Ì'Hø‘å*á%ìžJºä:Úàä”êc˜uBcc»}·!·åyt%¾ÐÄ óÀºÌüŸÑ8KVPBÃH\8¼G¤Bí<騳ÜXçáð7 ™ÙöËæ5 —­Êüx†¯´è˜Õ ô £¡çÀC!Ï("è",‡6‘P¨ºCäCá°Wì €‡c³C|&ÃÖÝcXð\8 xn]×ÑÛ0:¼7,y,YÀƒÞBcðÒ(î&Á!¸%)Ùþ½{Úöý̤à§1o†ÚªÅü€çX=6¾Õ¡caeHºkÉ*˜f@Jd‚t œBDÄm þºQ\ÀÏìÀŸíá¾0Ô”Ðø«¤SÂW…šòm×KÚø’ª“åÇÓ(5UÝ1ÓëÙ’ŽÈ\ù)DQ•ÔÀVNó´Å#׋?ˆÝä¿/ÌÐwÎôÖƒA¥L(Q-«UH«€o2@ÑI¥)SwökµºA÷óìÊÒ-è,Þ½òœ*¿Rôº„Bïêá:Á°$?×QÖ]÷%e¯è°ÌÅš¬9¯$Çêo©»¨>Š :ràkM³þ_ë)é‰bØžM“„j_äÔÑkãó(ÒR°(]î•ó Ô©xŸB¬Q ±q”æ0 «kѹ©3åõÒEDu¿!ÛÙʹ$¯„–fÌS\Öô­-T‘%i¹GÔ¢’ž‚¥šÎœÁYíÎÞò܆Y¬èªWú5@^­­QM ”½3œYT¥^jšæˆJºÛPdy™Šëg¨d-×ﯩàõ7¦ -þÊ37>æ*N7¨9¼2¢Ñ“å/úø IN›˜Ôñ’Š<,ãœÙ™–!æÑË5@)ñ´Ü Ú¤Ã–7䥪`»—…ÿÛ4–\û)§Ò¬VMõ»ìMØùâÑÜÓØ\ßQ{´Ôéd~ªL„ß­5bxõœ´ -&kUßCø‡˜·)"ñ®ë“²85ÀÙ_­Ê:äÅÖœCM$nÁ4Ûeö£’ \Å -¨Øl¥×Å#è0õ£t:²—|ByFqY4Оn<àØ¸]1Êù³åFõœÌÒ Ãű¼õÜ}ù±Îì1A—c+ºbŽý»Hq N¦-¯?ŠÅ’'”[=îË"u,5²ãÍ[ï+Lì©ÍõU=ζábO±5“»!o׆_ØÏäõ« |‹£32B<ÏîM˯—ZÛƒ(eh¢saÉHæm°Px–ç­ÞU~…¿V’ÆDÔÙNnõ – b¼\½Jéö­Xj4[ ò"ÈRbUi5R"z -¢%&š³P²¼µkp…¶Z§<´‡Ž7/pLa‚»ÌRv³%V±/°:øÝb)&¦¨Š%;¹©¹¦ÀWz¥º¹ð ©P÷*{TbâfÆÂ%Ðñ¤Óh<7b„yŸ -Ë$µHx(ÔÈ<òw2|µê û­*Gë«8 ]j(.L3hÍ1ä æãPÆë‡ðÚ¤ë¶X”ŸiÿÀþ›‡Á}ß„?h5öŒØ¢Û µÈ: ß± ò‡¦KÑê<ðqÁ^ÝiË;2fâ# Cд$é’fâMX®s T/,¹^3¢9&¸þ)i‘TY\Õf`Äúf¦l@Œ4-Ý6J®0ÎÃô7Á{ö±ä)°Øé‹?ƒv¸?r¶2H6ÔËN¶áÔ×xƒhŒx@F­º%c`ƒ«¦*Rí½Ó5qŽmdª!Ö¹!c Œv5&WZ{ÝM8Š÷Ô9< ’KöWÍtmWÇpÆ]ÏÅ©‚Q7¹ªZòÄ,ï®ùÝ=H½¯žêY@^ª'y"™ÓÌ+<¿'¬i^ ³õxÚ·ÓE`“ü\%`WΈ¶ðm˜õ«xG`a¹¸í¡žRÍ÷ï"/Ó™üÆL’iŸš|ÄrÈOÀõÙDþiö¨ -UCªYÍØZ/ST ×5‹È¼ŒÚ.ÖNQ8r£|…ìiø¿Ôï•ìð2K{>T)7%k“Ÿ[*ý¸qÛŒÀL]>¾îŠé>½b-¢”²¾iž)ü…;»i'Ë lmÌ-O—ÅÕÿL=¦ØW§!ëµù‘‰ÌfcO¸• ‡rðiÈÍÀ8z}åƒd“†–ÓFTF3w·d -·r–¬_Ä¢ -®­Í)Ÿ)µ­)¡U$7–“½škõ•™’Z6!ê ð dwðãµNH÷€}+«MUjxÂÙ'Ê5I},#¹¸’ «y°<ÛzQ5¼”‚¼Õ¤ŸÅ2LÏæ¿uH-s;]vÛ {®ò‡iŽQGø=Šß´*1N¥gʘ©F‰|l…×ìSëò·Bwuÿ"=y¦ÊônÛÏÐÙÄ;ÁÇE9†6aÉGƈü’¬O¾C'÷ñŸkì*Úêݨ6¶¬ß¨Ö?Ëǃ_˜N‘6[@é;M°7±ËBiqÇ?3lxñ3%h¨’EÔí5[äDí9þÇÊQý_ Ÿ¦Ë”^¶DÅyß™|–V5ÂCémp“ åv^Üû³>'¸d8©Ï÷˜hÀÙ·æ_xò.ÈO¨:eSú½ö.|8OkœmãÊ@.öAú.kÈ~(±ÍærÖĽ³/qb=Ê[líÕUx¯ì…¤ÙÅÝܱ¢Jz²T®A±ËyËõ÷ìIeæUÎIéW,;\‹ÿ‰ ¸ñb¬Ëã´ô°Ÿ:Z„ÏtÜ–å‹N;©Ü)²\çÚkù1WVi¬:ßÕ7GwÅ]HZa’¹ï¤¿¿+i:’çMŠ?€z‚nW=÷§jNr¾1é^a‚ï2§]ò“ï ms ü^áGª4ßú¼(í°¯•Ä4nòm]8 *ðu'•§}—ã_¢#¾QˆÈʫݪIa¿‰ü%ÍàwGØœ1ÞG€êðç%}Êœ=wB|NRþÊ.û÷’l°( À¥£_ùŸ€ß®¾µfB½¯zOÓ%É9ž§±=.’4Ôвd@}~ÉNX7/÷O ZCràðèBÈ]MÚìÅñPnàXÌ8ÒŠÿ?ÃuþsÂpœ^<ŽG‹g[ºt0£CM)MwTJ©™®™æúÎ|gæ;ó=æ{ÏLÓ}©‹E–xxÖ±„\©vW¨Hâ±ÈfʃñX/±Ëã?øüøþ¨Ór¾Ý_„æ–6™Öÿ”o8’1§xGôÄ&ùÕ:ùÊIõ›šÎåuºYÕÎÜRãÔJ|I7r¥üÞ"ç”é`¸4s*pÒ´*{¢˜ §ˆÆ×¿F%¤·¡tÑ_ ;±Aùܨ\¢þz™9tõ×RP W C!~.½–E¸—ñ,øA”¯ŽÐ£â}…¿ž|¶eR8m¯iR>Ù¯–F¶c6íýÐ8jùHiÜë;ZˆI]#X7¢òæþ¨ì×<•æìûäßäì×U¾XÓ í®Ä;™ZÁC‘qHŸa{èwæé¦f6xõSkqÜõ[†O­Ó?T4+:ªŸUòÏ4ó³oƒ+AÉšz»~oÜ&hšàñpJ¨=‡ðGpîèõŽT“:×§4LŸÖµÉ*ÁVùeÅT}´ä¥ªÜ0š¨™gܽºÜ‹ã–‚Qgþ ãì÷PR·ù7š}ÈïeÄ6ºÈ-žêc½Á‘¢18Iî ;‚¬–Ä)PTºî{uÖ¼ÚG;ÅÜ#x¡»Œæo…ZÈ/ 0Nm÷ïÄbéWÞf|Œ¸µPq–2íó‚CÄé’øâV2@|¸dyl] r;%Lí6ÒSm`}‚o5Ô3T(mªc3ü£¤ÅÛû8žayë6N^³vj$Ö™²m…,ïÄ\é'Ë»¬^…·õ«ÔJuºu¹ RKXe|£~µ5´ÖxÑ:àˆüj‹ñ3تݗ’:ÛMFœ^"›] -?‘×Q¼¥<&ËVr£ìZªPP 4šª2W¾N7l -m1rìMáˆÈž¾ØÉ¬¶;¸ËI×Ò_€ÑÜguáÒ­ùKj£òdEÊAV’ìTujj°ry•F :+7óA¿âbè1hOùÛü²|Éâ(³SYš{ñ«}ÀˆþÕ4)])™Ý¨È[X¨k¸›µ@zµ^œ:WÖþ)HÜjóµà©jIhįš`„wTœ\,ƆʋÝO{Ëx_î*<“…›¯çhò0ÈUf¾ÃÿÊפ Ä@±!Öì’³+š¨auepó ¸Õ7›C'Öa¼ h—‰ŒÅO®¸'Wˆ®}‚…H[“ÌE -÷UZ¼Uݲ“œ ú;P†_9ãçz&± 6âRo¹Mf©Åaa~Ѩ]ê+J5y”|\;nRŽ$ ¢ÎÀ¥˜{Øð,¯/0œ !šz}MÔ:ìI1~Ïå¿ìõ“j9øwÅìÂëºãª‚õeЖ±Î -:&ÅÁÓô` Œ<€yåØMXÔƒ ¾òíy®!Oº®`}™ùJgÀSÛ\ðZ;S§ÞÒ9âÒ; _$^7ú›žÇpàx¤—Wˆê±cA=æ]x«ïâ¹ÝsŒj§ë]ë‚U*¢”-ÆÁ‚ê+°¯p¥æB§§ê’Ñk‰¤¡Ù̉~eü ·óÒ1tk ß[ø-ú?^\ò3+t¥[Úäj¹Ýü1¿A9„w眉괇ڣdNb°>€ -ˆî†öÓ3y«`úCÐ8º—yï7ÿŠ}ç¥"K,/ÝBhÐz·äˆì;]ò^±ˆMÎIVídkÓš4ÑìPÂà˜% z·¡ÑRÍ‹0ñ-}F†­”_ Yk}絃x`Ý ´ƒí~É|i¨ý¾/ù§ý|ö#e„½9-KýžŸpUÛm®Õo·/äEõöÁ ‘¥ý²±±Òq¯^)tk¥•vÈvýR½I2OVPõ1»Y1«J”殺Qù}ÂÍåŠÏÑ´®¿àÅ@=åÿ^ -ÿXžà‡bTÙ!¯ ½ìon”ÂNÊR -ñ sÄÝÒøúß³3åÿ¨;¾æÊ'µlÂ&à¯e4¤ãTKx±PLUZp _åׄq*ü¼çâ·Ëg¹½¦¸eN²ÇLyæ}qs0çÒº+Loî…5ŽÌhþÏñ«Ù¸âÞ¨v¶C>6i)P¿äj¬N:GNžõŽ‘·è²í4ÛyC)D¬—n!šEHÞÒEÜ—u‡Ü]È[BùHÏÇ5S÷±QAôêka™Fàæ°vh>Çlaà 3¬¬YäüÚ¦"¯cèÃÂi¹Ç°®âYÓÌûJ.¦"øfåiÁbÐÙEžφi¨QÃMn"ãdúÈib“0އÀb"ø.)V X™ÎÈ‹D£ð²/S†|"SañÚÂjó='Ò„O@ûÂV‘8Œ»’êE¯r0!¸Úf+È÷.-mŒª6Œh¶‰#ÁƵ¦úŠ (A0Úe‚##ÌBÄ懿Åhn -¹oæÜ ƒÈÇ™£ôi—Qö»¿`›Ž€Øõ¸a–Éamt.M™eÉØgH †GÎG_™?…-1Ÿ'6såD5î3“J¦‡<ÞÓoX•k«´ŒäOh¿ðCøLçaÎθ§ÇÓ’OA·‰ÄØc¦Kd*i§DažØ!šà2ø.¦Õ‡OÚØ~Ïp:ÛòÔÕÎ<²¾ÉÏöÐó„:-D7fà:1ã˜l2Lml™ÑÎ.àß…[ØÃa^h‡EÈÝb¾eî£ îY{j¨~[–k7ƒÙF%×ÔζM9“À¤­#ãÿ ׇWÓ`7'¯¨ˆ0„r‰!/C“à#aE!€ ™"„’ùÛ;ƒa[µ«ÜCï''ÐZ)Žs¾¢â<µ.èá³ZÜhµjOï¾ÿâ‹j|CÜLW6³ˆ{+7˜K‰WŠ -}d`Ïö˜T%8Ȇ¸@¹1² *%{C_!,òP©¡vÐ3+‡aÈ}8맆Qweú¢¦÷Ìó•«Më˜MŠS–‹Œ*IlK¦§G;é¯ã\“´<òø‰:ÇǨÚÒ˜WûŠü’ºÞ¶Š¬õW[±´§M¾î•òæMÞ Š#Žw~’Ü:àII¼ë¹íqc®Vfgä=ð}˜ o¢~+™ ^æò×0TWAÀêBJV<+µŒ¼T .&¬gË<侩¨“52•`9¶›Âì¬ùÔe`¼ø >«¨2o'TrtU'ήhÿ‰¯U]ijkÖɸx·áƒ¨ŸnÚÏ»A™8ƒÄ¶¸°)2ËyŽe Ï@Úµ#pGùÎÜð¿+;tï~5£D¾¬mW•£¬úíÒÛhÓˆHƒ¥›^ðna¬ÎM¼Ýa çjà+Ö0qn+º8«ä&ok“tNðKȦÊhÔ©üàEÆqénxÒŒŠ‘¬‰¼ ´Ó~Ÿó;ÖâÚ^†gCª™D2TøÁñ÷ú¿æøœße~ti£š`…iByT[>H (Õ!Šƒ×8ô¼·HµËÃC›Á‘ðÌO†äâ…èÏ…"[I¦aO3Ofnvè[|šÙN§¯ÜâÚc¿"mÆ”H~œ ùÇÔ |>ü>:ˆB!}Øwø¼‚¡–4Û =i­´?É”Ú6;—¦œ´?t©• Î4À*-tíŠ$à\x&_ Õ"¥1]ðQtoDº{2… ‰ùZ3 ÆëÙ–!ð?“Ö9ж”ë•:Ç $Pªs¶"÷Dj á—‚Û°1gá%¸3¢¡‰¡qèñ$ÿló4V’}ȬÂÎelµôâü”*k‚)mDb{ Ü~|‰ëXtÞÍûšB¸¬s„[šý Úœ¹²›hN@¿ZžªžÃ¸µ_.FxvHü=rÍ™#¢€”{ýEDaÛáé°q<ÝÂÆïã‰Ù(°Àš“étÚ.i`PêX¡:¾tn”³ Ó®Çâ!x¸F‰¬…Æâç  g.z ÃvaïCÖãk‰ˆìPgž«.cØù@5j×PuT/Ÿ"p™ø[B -ëàJ´*þ/ˆ3rV Ñxux¶„…tc?¯þÿ©»ÈšŒzŒÆhæ9ÕèUâJÀŠdØ„øØŒ7 @%fÇà ±…cBÚÈÏÂ=h7YrCÈýY6)̈±ËÈ­)7~ä}Õçlj®ìµk%ÅŸZ©,Á&ð8eŽG¡)ÊÃéFRÞðƒ¨Œª -™Æ©Ô¬?Y Ü·Ò§l÷pÊ€}¾{£*ÇäΓ=sÖ»Åç]—™+‚] —ñÅ÷@ffçüúLøä- ]ŒNQ'tw¿¸žû$Uÿyqá‚äSÏKË%í½©’¿µùª ¢VOm'?Ð4\‹áµš#Õ¯UºÛ}Ü™ÌsG€—uìE‘[{ªÝ¯tyru볊GŠç¾×U[$„/º6]¨÷–7ÌáÇxÚŒ·cyHÀ`o }Æ®É`ŒY /Ì4û>–‡iÓ|³*-É~ÞÄêAÅ>]{ORäžn¦¸u|3f‹Õ12›4r?=â„ØBÚBÁ£t"ÉØã ¨Ú«t¯ªÙªÞÁ LŠ -&·‘+‰£?_ -t¿y”/¡µÖock©ÛŽ‘·¨Ï:vÕ M³ü©BT™CWÕý®ÑQ·¾PçR qŽ‚Ge™²%þÔ2Ë^aµÔ¶¿ŠüÉáÝDö¸ÞG-%a(‹½—ô!V!Ù‰¥§Ÿ$g4ý‘ò‰6ÉÕaD‡%KáOPV±d&ñ•=V('ö9£ø&¢ÆŽ8$‹*#þõyž÷ßÿ^¯×?_Š+yü“úÖ`ÚæGܧI6ÅA#eÃÃÚ«žåB•íð*h¹bìo³Xì¦fša€a˜ŠñSàÍ‡Ü -ôpƒq ‘A´37e‚°R[ä‚ûÔëÁiÈV%bÀ;jÐ{xÂü³Œacv„YÈ„ŒÓ˜,üŒ¥ì7˜`¥‚ ˆ¾À6°rSpŠ×öà#+@w¸Så8‰%XBL$ÝcøfŠŒˆkÌa\‡mÉ…ŒA¸Ì@ÂL@6¬}ºi’U…´h'‡Q }@+zP¥LD ¡.ºÓ|?ˆ™î [bqÆôLL΢ÅÞH<¬›ÅD°.=yÖFì•6Ÿ%Ʋ4€`ì‚ʸ“%\;Ñßͪ“XéíQ¼Úmçnè~¹Ý1ž””0æZHlŠ7öÕ³»î³K{4¦Á?V£4Zñüëõ%‘ÑG¢ƒÐ§òOÕÆ{?\I²¿lœ’x×ÉÞpG|‹›<)þ’‰g3±/Väý›c{ÐÙU !‰´¶Q!G]¤´Œ3HóU pV0Ïíe$Ø85¶¾ôÐÝÒP&NÇë6‰SãÝK쉎=k¡w-Ê>€«sžE"pÄÁ·ˆõ¡žˆHíÓÉÄ4MÍ*tˆq\UŠ:±,” ¨<0¦¸y3Õ ÷ ºet˜“E>Ä~âF’go¡*Û°¼Ð&½6ì$í¦N'šÆÒ’CÆX;Ôö l๲rRW EŽÁûM¦Ù(e{OÍ ïÂÌö֢Y´xb?êIÔ“¢šÌºk‘dV¡–)²TPá -ÈBù\oW| ×ÂßL^£•47£µ¨½’¬”2—Vá™2qQTõÕ`)¨¬{N…”´`ø,«&‚×ÃÅÊ5°9b¨øöFRMzÖ}£•pOVƒƒÁû¤åð2èÜÖ…þY,gë†BÏ‘ZùÐ5¤HM -%¢K”¥P#J ÈÂ+ѦêÐ\f¤ e ödyÈi'-…V Î[WCŠh¦¾dˆŽè&CꘆV´3Pß i`j*ZˆÖÔ¡jôºŒÌ·oÿ^ e› ~ró5ddæÉü÷ý¯÷¾~gýÏžº|1„B £ÑLB0‚blNxDdTtLlÜ¥ø„ÄËW®^»žôÏ7“oýrû×”Ô;i¿ÝM¿wÿÁÃß3=ÎÌâfórrù‚¼ü‚¢âaéQY¹¸âi峪êç5/jë^Ö7¼zÝØÔüGKë›·míïÞèèìêîéíûØÿi`ðóПÃ#£_ÆÆ¿NLJ¦¤ÓßdæÍ“••“›7øiáÂE‹ã–.[¶O±rÕªÕxµëðò -x‚Þ‚WÁ³à]ð0ßË̤ùÑæoqfÚàiŽ·•esþäg±¿ÌvS¹æšS|œ!gàâ Ùî£9îIôÞì¡gQ»Ø«¼¹Â§¦®ô|sU¥½"ŸÙUÆG>–ò8Ÿ¹\dd¶ûÁpg°ža˜ä¹†á»^ÿ\à–Ö't{ÜUáÎo­vÕ‰}k«JƒšÅE¡í¢|VçÒ—ŸddCC³ÝT®Å08S&r\ØcyÎW†ŠS>•»™wd·g˜Ø ­Âz«­€––±K_Ai'Æßïéænîövs»WæfnfïnwSv×d“cbA°w±‚н`ìbbÌjŒ*‰ÆŽ"EŠ€TAš‚ˆkŠœëÿÜäfnoðÕ‡ßû÷ðÝnœ2y Ô¡t¶>ÁgÉÆùÓ~¾nˆ›7ÛÍÉ5aØ9æ&V®õ¬öé§ ÐÕCš_èÓ±%òͲh=J§mnÍÂ9ï¶&‚ÆP$ñhÒl Q”£dOwó³´/x™3Mã™ÆgãYsgµÏ¸û§÷cÞWm8nQå¯Y¸Q.^qG³M,M¥Œªl¼}6ìÌ6….¿×Zþò…ðí××׈€¼çÀ Ùìð,òÚóqÅšçó¢Ó7‹Þ/²l öôð«T«oÂâßd ìI4Ÿ0üÂç·>Ђ¦Ã°Ò}\bí6Ùħaí¸,ŠmÉ1‹÷•3ý•Zí«GuKµyúÙO ªºæEifQÐüÂæ¬ó†ó†ó†ó†ó†ó†ÿ«÷¡áʇ†áè—Pr€‡?q’Û¶©ývBÙ†Ïf›q¢¹¡RÅì`…F×ÚÐQeV5ÕÚ”ÏÐË‚æ¶åñç}lðºNpÑ)'øø’¬Æ1’غEDô­Óˆ‹ÄL¦e)0ŠdjZ?ôpFƒ­2©^ÔØ¦ê[ìœÖ;ã >4Œü²!®øp$áñ¿IpôkrRÏ9…°DIgX)Y¼yJ¾ÄH.™š%=Ðê Ó½¸ÍÏרmèuRzÍYþ¿ #A±E‡Äøê2¬ù %±kšŒ[¡§Rmc™ )˜gIìr¥nìþŒ„Pi%uÔ¬`š6Úš6œà¯ÿ¯r<SxHŠ­Ú¡Ä7¾¥Â^m0’í¬Ò/ƒa“ä²ç' zQÉ”‚W¦ç0Ê-ØÊ5LOãV{»ó>4Ñ@Œ.8 Ç<Ú¥Æ5¼c$´o±áýk|~y2ƒdVÝ£éä -Q‰BÈGéél”¹‚ZmmÜhÃ6¯;ëcƒ÷€øsqD‚æïFWîÒcžm³â0oø°îU)kÕfÏjriJE!_,.‘sù(™]fn¥Û›éµöfj‹ÓÂ/QÉGä¨{ï©Q;cЧo¹1è ìå’ÑeÐ#Êé,¦XvOÈO±øe:»x¾…Q¸Ô¨Zj«_tÖiÀä}ùCÃHdÒ!%¹G(wp"k¶„Ñõ+Jx“ÉÓ;­ƒ“%Ê o)a •t^©¾S0ß<–okbVØÐÌŸœŒÜ8m]HbDâÁhxÎ.3¬ô-?üѪ,ºÆ¢jÑš"±R-l”?•ÎeI‘Rº°PEàè_qòæXyÖzÊÚȪ²8ëç†òdžcRlŸ’éà„nˆÃP6Mx•Þ€‘Çø¥HçÑOHÂ|%–ÔaÆs ÏÙ¹óuì’ùgœ -“³âÍ 'ŸË9rD ŽÛc¦¾å,©B‘³fŸ' -›_û„!ÇRÃé4E,Í• ˆ²§:&²4M¼Ì™§ãÙ†Úñc-·Ìà,€tó³ãQŸK'dÈ-ê÷‡¯Êü“ &Bå2¨N`õëd"ñTM"4•ÁÅN¦‹;Äir´0Mõl"MSÃÏÔUó‘új~‘ÎY'd×ÏŽFA—Ž)~à=¦oè¦1?ã‘ Z¾S*\=gZ:)(ލI¦ö+“9/åIMÒ$I8IöX”<õH˜ªz(Ì:…tÚåÖ§‡4ÐÅCÄû^P{€Ô‹®ÑÖÝrÖ*¸žl îÄc‡ztqdÌtüXƒ2~¼V?Q%KUHa’ri’%I,“d:í€vût¯ovØÞ®+r÷´ .þâ­[i,‡×}Êšÿsœ-¼½s>¼=A¨ÓERªÕQŒ‡*(«\Í)™Šå)âyŠD~á´÷ ÷OÞy~µ)rûZ?ÑEºy5„½ëžAq€ËqÁO;–[­]OLAØJC0¥!ëBÉÚðѨÚò¬A­yÖç¯x¡³—¼1é6Ÿ—) ŽäßWIVÿN¸5° f îJ°„:m]tùWªÅÏÃw|õ%íøš+¸Ø¸%Ô»eþ¸çVTºíö ï{UÆæZÄúÝ:øiOªWCœÔk7EÛ}›¡+þ§ÑÎú.}ô»þ èyÝ!±@ot0/ßLýût”v~€q|ú¢/:Ó™N÷hg;û¢NÛí&ÙÙNÓæ6k¢1›£&‚'ž¨¨<£ ‚¨1 -(à -"àÞ"(*^€ˆ"—¯xÆc½â¯ÿu}Ó—ì«}á‹ïûÏ<3OÞ‡ºpÊ;еR-X¬ˆo7•¦ôéóqr‘0:ƒ'MjqÅJ-Ž¢Ò¦W)U–R‘ÚÎe[Ü¥áÒpi¸4üâ lÈÀ‚ Õå8È”#N0i—V¾QQ³ÊŠæ/2ãÅfjrŸ¾2äfŽÍdæ*µø"õt:E=Y£Ë®UËójU?£Ÿ ß]ì§¶ç†:Ä+À H>nÊÙㆼÝä„W¯ÕGñÞ±bÛÌUI=JÚ ®(cT›“£Ôd5š ªf2«Z3”W3ÕWP£é)¨¶8Àú÷AÝ…¡2pá Á/鄇ÌÚç¿Ùâ…1׸Ü¥úè–yvB—‘ùZ¦+OWh ³•"yz*³B;’[¥•Ti; -«´âŸdøÃ¹¡2ÔB®7úŒç›xÒ@Üç•lóCèïÃë—yQÂEn\»©.Y2ÇÄϼ͚TåL)º~C×QȘm!3f›È ¥ý¿æ ag>ñ§?ÂY´#DUlÃX«Âþ;atÛ|cb·“6 ¡gŽçN÷ŠçÄù•ú&2]σj Óç, °!Cý…CžWèG¾7öDè›ñCS@á‡æ êfkhÍZÛ+î²Ó´(Žo× ’ec,ü¸„Jœn&çéy…4c}Q…‘ Å*ª0XÚOëk 2°a^ Ñ+ä£wÜäƒ?lñËßm ,Ûja¬w…³W%ž©7F¬n‹—6¼k¯ÎÐp˲ Ìâ7óôbª™^D3ýœ. WÏ u?¸ -¸¡îö± p$‚‡ïv¹Åmȼ’–&RŒsÈ,Ͳlx.¤®GÞÒ<ÕË–G —I£”Y½˜\Oª.½‡<›ÙÍœ!ˆ,Ô_ÿüÜÐ`oø0øI‹‹ïA,t[â¹¢ðŒ6Î ’4ó^yŠyߊ>]0G¤oåCæPäP±,b‚(‰Òdö%kˆ’œ©¬þr5AR1ei€\<È |ùòHôñ¡ç%rM 6M¹¡§Ì.8Ų[‘ÄäÅÍ yU˜¨v ÝW>&ÏÏì¥LïǪ2¤éJ‚¬p’ +™°4ÀùÏç€÷ð -h|fó±ÙÉé ÃÉuCêì9¯tñИ0ŠçLɬTdð¬hë”(m,¸—<<˜5¬ÀCŽ4f=)£¾’RŠ ‘aG"dXV¯H°8À¿ñéY“Ý?ÛžÞÚì·»©×Ü¿1¾dõBºc*Þ³O¼Ab/ÂË©FX5yÎÉÒ¸ -pj÷Ö$¥‡;茙ðíÂŒ#»1ã!P‘]˜ ŒÅá­ON[¿ÿj·ûÑ7 ã÷þ6¹xÃJºcåÚ~h‡ì=Oa¯¿È¥,9•æ›é½síëÙœx­KcŒ.Œšrkz¥öl W{· Õ-ajT¨Å¶Üùý¡øÑ_Wåw¿T™¯}5°uóaû‘µ»àì šµïX¾iOÌ_µ'§/Ú—'™ŸÑc Ï«#õN¬ð9çºPK= -Ú&xÖ4‹àÎúAù[Ü¡Èêw[’»ŸjæþüÙàæ¿¾é8ºm+¶n,ð}HÙ¡]\Þ;~Ã.'qõ1³ô¸½ø„‚š·§š*‘Ð6þ&gºŸÉ…ákreø˜<˜>Ї-m¯óÞoç¦þôë¡÷ÿø¢ëðú·MÀʆÀÊ€5’tj‰;°Nˆÿð¹ù²n›¸ö(ßoõq¡ÏÊ“"ÄŠ}±×²C±ç²c‰Ç²s‰û²Ë÷e˜Å½ù˯+_ü¦çàê—ÍàÆ·,pǺ Üv$Û¸Œ=¹ùêð6xÿ~²ÿ®uª÷μç¶Mºûö£L·­Ç™®[Oð­§Dئ”#ÑeÓ)ËÒ@åןúÍ¿ƒJ+@yîhð@À@DŸ1ýÓ¨ü]º|³4²f-?–·DLjYHÃuš²úŒqýƸR©1®BfÄÖH \©.‰/U¥ -ûÇñ–ui¸4\~á:d B†J8T!0 : õ¨EÚe Ë6)ÕkÅ1 K¤Ä–…Œ´NS2¡ÏŸ/3`K ØÊCBí€!‘7 yÍ—ãù²‘ ËtÈÀ¸õ£á A&<Ô""; å˜ÊÙ«E—n1#˜ÿc—NƒšÎï8Ž÷˜i§uêÖ™î£íëîNg{Ø‚î¥è**‚‚!œáJ€nŽrF ‘39rr„„@A„’$¹A9~ý¯³³}Ö<ëƒ}ð~ü}Í|¾k•8Ñ2ƒ¨˜ÏËh›!SžNߨ"”ꦈµº)’@7š.éx éëË‘ôu[Ù2° C5dàz£D˜ÔCQ8uWÍ|ï]gã+xùBqšz†ú k:ƒ®$•ê'I,ýDªH?HnèïËmèõíVÎ|0°0Ôy - ÄhÒ‘84gOY²%Ä>~ÍÇñWYÉÒÅòTÕlY3MÓN¤2 c©l£)Sd죈Œ]T‘QM[ò¬ °þ~p~0ÔÂ<@½wh@ÅœH‚ ÇLö;IDÑvCLå†(žûŠŸ$^ª%*çʲÚÇR{É…F}få Ž,Ôä -Õy‚&º`°ÑÊ~4p  æˆ@ AFŸHñG24y_–¿#‹zôFŠe­‹q‚ÅzBãTmfÛƒÒ£¥ÑšìRS…cRÑø&o’<ä›ÄVö_í+€ „DËPÉGÁ™ïåú®"‚¹©ˆ­^•ãx³‚ÄÂKSë+<ÓQ-´"³‚öxXF¯ç×  øùufklÈÀ½ôùæÄ$ùG7"“éÊêvsDñº*¶b©ÇšR$7 I­=¬ÌîÖ2ŠAZ@7 èe~>×Â-àZؼ–•ýhàB '2¿ð#Eî@˜º×By£ÏÕ˜댫S%4¤xUg]Z·¢šl¨gR‡k -‹ÆªŠXc•…œï­„,ÖôCd üOä¾a‡Mþñû-(âŽM~ÝN]éÁL÷DטÚãĽÊä–V1éi7CϪÊ63yã…Œò‰¢ÖDq{œQij&À <ÈÀƒ |˜+"üŽ>˜ƒf?ì®™²Õœ¶ö,œ¼Ð•?a¯6tLj4j\‹BŽïâ‹Rû+8™fz%eœR^2I©`½ 1Ùt{Üš~bÀ`@æísØ„@¿SùF¿mÀmtãW ¤3æ¡Ù„yÜ«‹¶vÅ5‹[5µr‚®X”jÊæfŽ¥s -&2xìqJ5g,§Âº ÃAd¨ƒ B˜Ë‰ÜÓû}³wàn›Oøf—ìjpüÜ0?ñI7ŽWu… äºh%¯+®ó‘:±¦À¦KÓ,$Y¾…ØÄ! yÃd.oÄš÷áò÷; vu>Vxx¶;è5­è¼y1ƒLZ@Ñzf‚*[ÆCêCaŠªþ¨Ž‚g±Ú¬Ž„Â’)¥“nJîf¥©ƒé²ú!k<ÈÀ¿üà;Ø©«Ó¡Ò¾ÛæxÝíå¿8àç÷bÊ7Ô´ˆÄë^QÛ‚ËeS!|Ž%LÎ ’£è¹¯1¤ô¦¿÷¾þqAÏëµ&P÷Ï€Àî3 t°;jrµß}sXÓ¦-÷n›ç]ºu·„Î-/rÓªo±p6 ¦f%(±Ê©¦ uús´oëN6`Ÿ%Ý)ÆOñÆÂ.Âór5zÈ ¼ò)8~s ºg·ùô®ÝÜЯ‡go¹èÖî†tîÀR”›9âefí¬O-sÒO@õ—e™Zˆƒ¨¶¤Ü@dgÂ@B'n€Ô‘8˜Ýž8øð‰5ÁùÓ@|õܱÂÙv§ýÎ…%ý­ó#/¯\î_»é®Ùq -oÞƒ6<©ìe/&sÖ£&oÊ‹Ÿ5îÝ@²øÈ“†ý›ãM*¬ ÓkŠ‚Â©°æû-Xs–UÑ¿NéwçTN_¬÷Üø|lòÂ_õ«v×5;7͇w¢${pgÃ-·tÎÈ›w­ÊzéÆ!Nº Ç=°ciô¨_c$´Mô#–¨ÆKBcÄ(^fM@òï?ùõ³[öž¶ùظ|ñ|×Û+-G7ý$'ÎÑì=bé¦3%ï•saæ¢ó#œKuÂK;f΋˜òà‡Mz×c }B^  B!“‘P±VmOí©íÿ´`´95°øÅ'O·¿ºÐrô£8ú±ÁíHæ¾C -mÛ!3ãõm~Õ±(nÉ©4ránEè¼Kzε:xÖ½&pÖ«ý -j6 9 …©±¦#åÅ߯õØþfhö“S϶ΟU~û¥Ø;²Àu&¸J=¼ž¾gOJÞ¾‘»q37|ýýêvAàªSrŹÄå^‰ß2œá»ìÎðYöfú,ûAXÕv§Í¯F&~÷ËžÍO?R¿·='—¿dK·à[*¸˜ì"“¯$D¿»Jݹ–´mŸ°u“ìûÆ!Ûç#Å{óNŽ×¦3Ô½\Ï x®Ç†”—UýöÚõÝvð·32`û°±e›k¹à‚K*¸ˆH_EoÂCŽ/Å"í|ß_MôÞ¿–ì¹oŸâñî&ÞýÁí#¾çDtÝs†ºG‚í¹Z(=w”Ùœ¥W¿ÅN.€÷eˆP†L>a¢³ö ÃóßæÆ”of&±×ˆ÷…«8²l›§XŠ)Q.ÅT4/Ųš—°åRœT¹߬œIlmšHik!¶+þ×~6ülø¿70!Ã#ÈPJÑYÅȉì5I¸šø½Ö´[ Ýÿ%tÔt~Çq¼Ù™mw·Ó™ît¦ÛÖÝvtîN§Ûª[ëŠA— G@ BBîû†@ Ü!!w€@ B ‚-(÷­" ¢È¯­ãôa|ðžÏ÷ák¾¯ œ×õ2¾]½œ QÍ%éTS)Êq²ã:È@‡ u~U0w@÷ -L°P‰€F}A*Þ­ÄÕ=) 4of’k$jû21_µ„¯Ð.Æ7èñÝb‚H·DèÐÎ%i´S$½Æž®×X3Ð!C=d C†jÈÀðòlD$hF@:ã% SøWó´ÏÞÌOæ¯Q2dËɹêEB™~_oXHàÃÃ$•aФÕÛÓµú!ŠVo¦j ŽèÇþñ'Pjan ŽD8hAáA :íƒÉÛkÄVîÔų¶J“Z×rÒ¤ËiÙª…ÄÃ|B}×<×=O”w=HQwÙÓ5CTMg_¦º«›¦êv4Pÿ:ì:h‚ß<´¡âúª“óœ‹-ÆŠkØ®!r׋ÉâZ–ò©ÈðïÄZãt·çAr»ÑNV-¥±¦2vf){´ÙŽ÷ÆÀ€ ¡2pà~   -„Á8 -K9bh|lÉ.7®n›Ih^­J>*ÌT< ÆH•½¶”FÓÝT¡É’®0™2¦Îì“:GaRä(ú 4¼1|ñÆÀ€Áî ˆ Æ :éPIÝÅ>ÄW¯s‰¬&©u¦’Ú>–—«·PJLæ4º¹/gî¡¶›õYò~U®¼¿=Wn–¼Gï ÈÀ‚¹ÜˆÁ@}$ %È"ÒŸI£ó¶$qå+Bý—Ä gȆK³u½9…&µj@›Ù4 ¡I9²ižl@˜/à¿Go Ì·†FØ5Ð÷dБ …9l¿•°/O}"ÊZ—Ç/¶ª§ù·9£iRsM¦V_”ý¼tPšÝ0$Îå ó$CmK §@êp€ñÖÀ„ l˜ àÃá@êøJñB·« KÞRa(+j\ÞCe|Õ„˜Ø<ÔB’­²2»WXXháå×X9ks¡ÈʆbЇ™ïÑëäkÃiÐìz½NÐÖAT2$É]¥­äZu„ÜX4FjbØÉlÁ(¥^`£Ö:`AöÉÏ2ðaä¾®j?Ï]ÂwË€\¶†"g'cÆî¤›m¡%ÚÁH¦Ø„å7âÕ*bgžô¶™,L³& òGEõw%"+™'Nc‹¬ŽX'þgh‚ Âë;|®îk}¯?1úy¬Zü=N ¼&"¢†gýÉÝ÷QÅòQ4£eÓFï‘uÇ2´ }‰ª ^kÁkëã ¢Û -Ù‘tÐÑ@#dh:õ9h† ·ó/TÞÎÏ:½¯l˜}®Î!§"–î…ªãG#;±6B7v”Ò…-錵³ ±v©gÕ 4Aîéc€ïü·—J“ϺÜO­ZܾŸž¹zʶ仳í…2ìøÅË#2x›ÅuKÈú¢9.u:Pœ4êˆÓàÆcµ¸ñh³Õ±÷*TqleÜ„¸ÃÑçË2ˆ/û\ëöÝVßµof'œ.^>wgæÙ¹ç¦Ø÷&òwnÒ6|KK—|ë³æü8¤„? ÃN†(¢&0Q“xEÔ$I}?[3UÑ3Å9hùò#ÐöÃ.Çwº]þ¼`»ð»±ù³غt±kÏÕ¯ãÕ ŒðÀû6ó)<«|^š³§“y±‰³><äÀ@ÿˆ˜FK§£¡ðÐMEÌd‰"gŠ…ŽZ¿ú%œùþÎå÷«ƒN¿¹7÷×Ï7Ï}ßµwéjÇ‘+RnD³ž»%Wì¸Ñr7ÝŠÓVÜ«‰‹7¸Gð&Ìœ7|ÁCÏ¢x¡³èÖÐÙ(hã¡RZBç(\G‚¯äç>Ýîuúäþ̱,ÿ¢{Ïé´ò貫¸°€KtÅKRî3JÚöµ|â†kvåzuÄ’;½èÙ²àà ^@°PóA¬ ùPVÐB$T,3h!Ñá€ä›w ç>œÿìçÃk'~müéÔqÕÑ…3Bà c‚‹þåàbdîKç„´½K©ÄË™ØÇWò"¶\ŠnmÀJQëîåkžþk>•ÈÕ›UÈÕ€*Äj0Tx%b-Úá^u|ýÁÒбŸÝ]þí=»ß}ªzõϯ„Àé œ½VÎúå§P28%¼ü1fÿGRØ®óÙÓ§&<€ã¾ØY·Ý·»3[k§Çζ«][m×*µV9„„ä6$@8@Â!H$@„3’'!!7 ‡UÔ.ȸjU¶ÜTð@~ûŒãìLgöEþ€¾ø¾þ~JžøÐϯŸ®Šþå,#ò—@fÄZ03| [¶ŽUº‡–äq‹Îww]›Ý½ËùäÃß¿>øg9|õ7!:܇|ðu Ç’àHJx¥'¿>–÷êx^ô‹Ͻ ö|‹B·ü¨Ø-*f3ˆ²Œ†¥oFÐÎmF{Ü•Éßír>Ú½Ëðú£ÝrøôOBøì“zøûÁ*Øœ -üràK ¾ŠN„&ÄÀ7)à• -ÇÒ0p<=NfœobÐŽofÐΙÌÀÿÌ€À,ÿ`4ŒÇ{ï³o/Ô9LßÓp1(8¡‰ÀŽÎVBáN%®êEq&çi~¾`=«¤kPÝ·ŠãˆWp|É -®K²’*FSJVðzÉ*Á"^ÈpˆdŠï’Üý·ò&<ê7Ão†ÿcxÿ¡5°C¡!4¢‰P—@Ù©¾Pù¢ŒÈyVHæ¯çw­¦Wõ­àÙè¿EºŒë’-§Še+x•t…0$]N³I’¹œQÉí¼1ñlþ„G5Ôïب¡Ö×1Єƒ¦¨4àÆç;¥â%#­îY)©e½€Ú¹šEï_N»([Â7+–ðhÅQ,§™3mòû9ù­<—l¦`Lvâ–{Ôï}P5Ôùø@S`0°± ˆÂ?>x)¥¯êµ›•ÙM4JÇj^yÿ2‘%_$ð ÊE‚T¹˜®\ Zçrì·È£3—bªht`’::èIЀQC=j¨÷ñ†–€sÐŽaÚãH H.Þæâ™[¬L|áZaißR6S±˜Þ¨Z t ói2d>C§ú9Û¢ºçPÎPœÊ)ªS9Ns¨F‹ˆ'ýÏÐpôKhô9­Љ‰‚îÈèŠËa2u[€gl5ë7ªóZWJŠEóä*ùƒ,2GlÓÜËkîåhÔ?åZÕÓvdŠê@Æ‹íjG‰Mcñ0hD Üý{ 5ð¼OB{@tc"@•¢8âNO2åyžþ„O¬[áø«©ÝsÅtÙòEä&©E{ƒÔ«›ÉSê¦É#ºË…VÝX±Uk/µêFʬ:C™EïIo ¼·†fïÐáï"lˆ£@ŸþJœB~*—®uY -$Þ8E·’iZ 2UШ¿œ/4\*& -õÍl°–š‡Œåfƒ®ÂlP{p߸¨ïý=tøA? ²è¸yþ¹üi]J -õ;IõwùE­7êÊú¯Ð«1ZÁQÄ7Ú¨"“•†˜FJLÆ¡r“QC7•t“IQéYo MŸïjhõ>½g@Š˜˜meâ…gJ\æê`å±<³|NLbÝR×x%}c,ºÊZQc.ášõ%m™Ü¢)6+éÃfEÕ°Y‚Öïa¿2´{}¾ ;ÊØ¨HbÒr!} Áç>P©?ɳk¦{ÉüK­4‘½¡\i¨aTt¶EQ!°Éèý6i¥ÖÖϲ‰Ðzª Ö.ÞÞw 54¡¡÷1èôðÀ×Èùð-MBüš69u^ϜӧÜTf0¯Jr›Ý]…½#üÒA„C’Ô°¬½ ž³›Ñíìd:…L³­©w´2õvOú•¡Óû[e¸ÿ+M,ö©.>fÙ”ôÈ”Š¿kÄåOkÓ—9Mö¾‚}m@Ñ\>ÔÃaX[YlWsM››Ç’º¹µw#Kãâ²´£\–ÎéIЄZPC3jèö> -² “;H„ßK]Lðº!.bq$1ög.ñ–5‰|Í€¯r#Y<“œÜˆŠýÂR}[ÝÚÀ©q×Öñ&jؽL2^S§g]Ô¸kkµ.OzkxZŽ~=>G@qîûmM¤ïÖPtÀš)óØžvߘpßûƒWi×gpõ*R—\V ïê¥êxíefS¥»¼‘=YÊ^*æ L–6"õêñJ¶fÌ“ ùƒw€ÿÖ ò9 ƒÁß½ÔEœzfŒ<³lñ8–pg**þúäy’Û‘RaIkPé³:úTyÒVES'¢™Ë…e.J+k2¿M0IJ'(mêqj‹z¬˜§q{Òƒàïàèû~ Hˆ×ó¡°ã戓 ®¨SsS±§go`Ïÿp5&Û6‘X®s¦ÖKÍéÂŽ¡lI£:OÍP˜ŠÄ4'©¯Ú#nqgKÄ.’D7šß­sRÚµ£ž-¨¡5´{}ÒÓ‡¶µ˜Ã›FìÑUG¨×£Ë‘ßÜù7ÆçúmLŒ{&2køj\éÀd2»Ç…ok¶¥÷³ŒYªi8WM±e"U¢¦Éž¡ë·eè Ò Á’+1X= øüÚPC§×>8sàÅæà†%äÐÂDÈwgÃöMÏaN]š ²Ü Ï@f£‹û~Œ¿(¸’,`OâDå. ÙNÔgXÉ&‚>‚·sMx§È˜ê2ˆf³!S7bô$ †öÞo?•ß¾Mã¹ý+£ŸÍýøÑû_\yzrt>2Üð *Mv/Š*¼ê¿y¾¥r:¾‡r-Iž1•ªÆMåèR®–é’¯7h“ÿÕ£IšÑ©S¯:¼Û®ñ$hC ¨A|ì“mÿ_7¬g?~xÙwÏìÝ_™?{xt5Äϸû_vê4¨éÄŒã8îåÕvZq;íºc×­ëîxâª,· ÷Ž@B @€@$$„‚9„@B ‡âHKDwµ+‚GD0€AQžþÇéô-yÙ}ñyûÌwæ7ó4ÍRª_2ÏMøú€Ræ“@9u"D1NÐ…?¤6„§7ÇótÄGb-鑺ž4q¹.ü÷¾zS€ì›ÍPu`4XÿÍxÅõ¯³7vþküèŸn¿°Û×»èbuuíÙ¼äCP½ñ‰-x³ò^{åeÎx—Òõ¾ä'Jâ$VŸˆÒà'èü$KM˜Ô—©ÂŸ(•áOÎטä»7CõAóõV›‹ÿ´ß1yïЖѩcé]´;xuÕÙ¡å½»ŸúI²êN/X9™½à.`Ì¢ÏR¦=%zßJüÓ`î)¾û”Œ +°O3Øgü*œ¾DŽÓWTš»¿‚úC;Þ^µÝþüÖ/Æôßÿ¡oáø·«ö­àŒRƒK P‘…k(:ç­sFê¢ /î•[aäK÷ü /vÚ_‚™ÂHC¦Â˃§ÈÒà©iðtš$dš+y‘/2¨v¹Þzpó\ß¡Ïî=ùóç7_ÿôÇŽU˽­àpB §\¤`TöÜñi«§ÒhKŽYQ‹(>ᵫ0ôº0dλ(h6 8pS0K@DûÏQŒ"ÿ9ÖS@Ýî/ {Ì~ýu‹Yÿü­ÞÙÖûÔ`uR–.`À+B*XÇÒÖléQ«öiø•S,Ì*;ÈàÊ xƒÎñ[ôæù.úó}C8¾÷"‘çý&†çõ&>Ç+mÛÍî }i68³Ý¬Óø­­pdW-Xü £' -à¨S6óNã˜88IŠ„_bÂ>ZÓBÖìÞ90üVR|V]Ó¼ŒîižF/¦§Ñ—éa d¢žénŒH3ÅÝÎMfýw>7ëx·cS ü}› -öíÃþïóa¿EüdÇ€ƒn8ìK‹,üŒBZüÀ*ÊlÈž`ëŽwp¦ž^w£º­£©®ë^ß8—õ@ªó:Æ$ýŸ™u<ØdÖ´¶m“¾Þ*†ov -áÛ=lØs öžˆ}öáð£+xú#-Þ`èǃÝÁãV¡.`‹u{ -ÜÀ9Ì\ÃN{˜x"|Lœ]Û û»¯!óèfo l7àx@–?Ò‘ ’ˆiëqîûÈä#]ò+([Áœ¯`d¥x%T‹h¯`;D+¸^ÑÂ@Ùi¨l:êVéÓ˜ÑÒIÊØ†þßð¿Ô`¾ 8ßí6ÒnggWÈñð®Ø!THE^CB,ç}LR¾‘È*YÁñEˡŒeL¹t9T‰ÐI—±$˸k’å°>ñÔ‡¼Uà"*‰´—âh¦¾˜–3!H-ú-3S6Ê੆ègêû¤Ú>z­®7©E{#¹K{=¥O{…Ù§½˜Þ§mÎèÕ5™HCÒ‹4”XY€ eÕŽ òC¿S‡jï”ÄØ)ytòci<û~£p”ŸQÞÏ⨺S„ºÎäÒÆ†¢éJŠ®érê•Æ‹ÌžÆ–ŒžÆFVO£6óFS]fOãFþÛ @J­@%Ê” ñw3Öc|´øÐ—õ¤ÈgµÑ´‡r*ënYRþ`!SÚÍc+¯°øº Ì¢æfyËùtuKSF[s«»¹žÝݬF(³º›kLyHƒð? "ëÃPå|Ôžv´þ.ËÏù&BÐtS~Rû›26}DFöžKwä³jZs8:[ØR—Y֦ά¾ b7µ)³:ÛÙ]mrNW[§«Uf‚O ù{w‚ðÈ ±>ÕÎÇ¡ÎÓæ}c€£¡{z¶ï£o%Ÿ'’ïjÈÌE¼ KÊ],I¯nféT9üÖªìâö -NÅ¥rN}»”{¹]œs­]Äíl/ãv^,ã^¿°šoþÔPpd”Û•ó1Ðyý²Úüoöëë«é àxÔQ×£{ÖÙײã8ƒà8bAé’B:!@B€1‘( % ½ŠJu(‚4éI0"°X”U±ê0AAîþΞ=ûhþ}øœûx¿÷庛mñ<>ÙÆrïàзøÖDõVI•¥yM…ÑeUÙ±µÅòÄæ±¼3G\ ÈW(2$ÍŠt‰R‘.V)2Ä]ˆv]þÓ†4d˜ÁE[c¨:~ê‰G?µ0lßµ3í'”ÞNÏ»<):X'n7qEêZ¤­"4÷J‰¨´üÜéš‚¬øæt¹X‘’’Õ%–•t%Ëë»’ä]É) -•8E©”HUº@*ÒŽ4d™B‰í/pÙù¶‰d6ßF·˜V2¬_v{ÙŽôÐÈ÷T^ܾ6¿HE#/¹±68§ª"¢øbIÔå¬sg®Š³”±érõéôÂëÑÕê¨ÌuLzçµØT…*^®Têò¿†(³ýj÷/·}褚Nªéf¿÷Ó­†o’‰wº™~וœˆÖÖ€¤ÚFAVYmhQ~¥°J^ÝW§æKÔaùyêЂ -uHaÛµð|…J˜­P‰2J] iÈ@òÿ—쌠»÷sÙø}ÙøÕ?¨ûÆîá-†ˆ„¾~GÑÍ -kPú'T´ó2Î_=u!£.´2©JØ *é*MR ÊrTüòKJþ¥EP™ª3䂪3ôœn¾edêAáá]Pig°Ò„3ü¨p3œºá¶{|¸ëÑGó;÷ xõ Ý|Ó3¤º‡_|›–£àJ[Oýzº1¤.¤.²…w%¡=°.«= ¾¬- ájK`ýõfAÕõ–S—Ô­º@†þ:ÈB.š~5v?|iuÙ5{ÍeçÄmì¶ÑÑc;‡ž;šõŽà±ÉÞWî1‚ÊîxÇæ÷säòÿ‚8u@Y˜’_ÃëkôïˆkòSd4ú)K|Uõ¾]½u­½õ= º@&Òƒ4”šn‡zôönëtŸ£Þóaô¦û8î¸õÊŤkœàÔôŒÈüõ)•_ø“6ä)Mdå -osŠOÞäVúöÕøÜŒBÕ¼F¡ŠàOk²`ó1è[¿†{¸ðÃ!/øÉ‚FvDØ‹Áƒñqg8„sS<Ì]íÁ’€7;@mÁhND+À-O²Ñ¨:A¤Þ&Û©AŒ@`maö#@Ù\8á lA0"ãW¨g“´d¹XKÊk‰%ȬF4ˆµäñ -¹'y…2¼è>”<ϼŸ4ã=œ4åó8ñ•ßhâKÿ±„¯ùÃDHC8ÒŒ4[™ƒÐáˆpx’‚ü›»+R}©óžwåïØÿ”¿ö{(?ñD68*æÉðÆR¿b†H¤!iˆ9j vÿ&tΣ’Î€·ÓkkÚWo˙ښ·vÚ^ÑÖLSR=_j5*ej…Gxà}à( -("ˆˆ(‡ r -‚ ((Xê˜'å‘·’®–©ece×ôê5Ó~÷·ý±ÒŸÿ?î€áã Šü/2ä†%ÌØ¬˜´üÑÆ»°BöÛPNÙ›PIÙëPMÙ+”©ìeØUî‹ðîjä(g9f’3Ÿ0;›|›} s‡3–r›;’:[æ tØÐòá?†Ç Àò9Xþ€‰D*áR4î=“÷[¾èe4…³Á*^Á¡äÿià=A[yËÑåË1Ãeew’ÿÍu¤Ì–¦ÎðÒgø}éÓN<è@ru9Ðêv°<®Ï)Pæï¸È%¨˜w´¨´×Ä$â*W¸’˜Ç~Ãà/Eñ„ Ñ2áÃp>Î"xßΟK¸É¿t‹?•:ÃNŸôcoUôd8D]8ç:äBÂÁ= Èí àzº¾¯ú#€yé}9*ò y^ý„ˆ-XÄY÷“iü»ñÑl|¥x&A#žN¬ßJjO%ßO¤L‰nb§D×qSâ®ÌÉÊ_²&%mŸò¡Ct ýë{Àt;xžG€È×Txÿ^‰ øM„B­òÐñOJâ3héy÷H9Å3Þd -³r,™_5‚‘K‡RôÒ›©Vé@Z—´?}\Úƒ›^Ë—¶àÇe¶ì1™5Ç9@ùêK@†äÿ¥nûÐó0¨ò=ä§Þ˃ν’¡‚V*ÑQKü¸”¹Ò´œž>NÌã âè’éyoºXÙƒU+»2ꕸ6åµÌAE+~TÑœ3ªl$Œ(ë‰#JÓgüÿ@íø> öüÈ}áUoÕA>Ï«QhÔ|U|ü,?5k¢$“6H%•õ $×ðLe[&_}5K®¾‚׫mÙ6µ5§Wm! ©ëICê:HmîZ÷ :ä»n4Ø.Pß $^Ê÷ȇš÷׺ Ó+:Ô¹E-yOí¨Äà†Ê3 -ìÌN;•,iÎ¥« œšB¥ÎDÐèŒD³®ŽÔ¡ÕçjµyƒZ5yP«‚(óTè@tØßþO ó:4ˆÃïj޽¨ òX6¢¼çèó³5Ñè1y2¶¯KéäâÙWŠsÅ TjµÌÔiszMžÂPM6Täƒ2¿ß £ô¤”~½ä“ZgÕåKP0W „^û€qèm]àÑg Á'YÂ<çÌagtÄ:1½WšFnf±¹D‘¡8_UM£×Ê(cEbª,ЙDVSÕnPoü‘Oí«û@sÙðéÀ„}DðÝ@åµ÷£qàM}à+MÁGl¨ã·­ÁˆqSDxŸ.>µC•’Û\…+1 s*4œ\eU1µVXȬ/§ Ì\šÊÌ.l0—Ò;̬Â^ˆ½¡´ðºés>¨ÐûTÂwמFľ—–›ƒÍ·†ü4}å’ϰ%ÕkŒÅ´j“I%¶¸¶ -/P‰ -!'¿¶”Io`0¸Mt†´‰Æ04Q‹[› -Ý4F¥°¨×L/²78 -¡ :p`;î -´^»ß×#ö<·]Øû¨õÒ¾{‡'Û.þ<ÐŒ -í0G'7×%ŒÚ´"µ*“'©Ê‘q…¹::·ÀœÇbÚˆ¬ŠfBi-›m…tY ¬î¦\f%Ùë C‡B×-  ¶Èáß½—ë[ b×ÊÕÀ] »fí>?Œvž±·†·ÚЉfs|ŽÎˆ¡ËtØrAu–”)%hÉy Y|º Ëã5§óU¶4Åš&ìnÂòº3¹=Yœ‹3ŸtèÀ‡m*øŽÿ½v¾¶!¾Yn÷ÛqÿúÙ¿9~>8h÷?ÕÙŒ´µ…Ç×5ÇàU‰4Q}*—­ÏÐ4xM¶‚hJ•R“¥eMI2Ec’ÜlITt7`¤ö†TDè(rYŠ Cìk oûÝì¹mµñõb÷–Ûc'¶ž†Ùýntœ÷S_Ѝ Ie †‘ -ú"Yöh^Rw¼$ª+MÑER†w—(Ã{$ò°Þ:ÊÞ. ³OTEþ2.‹l“;X.定ýÿhúiÃÓ.øÚ{ŽíkÆæ÷¯»¾äþ×öEïÝϺiæÎùVÞ ¸Ì™¹˜DsegO†Ð0c(vÔh” l4YtyŒ /…Lˆ…!SzA°£|kŠ:<Í¿<0-p°·®âïÖÃÞuoZ`_,m_3¾à²æÆò¡ í+'·YW|öꟜ;.{|Q¾äJ_8Ÿ@˜ÈL½!?zÉ@Í…•†ÜOà?À³ƒæ Kƒ¬ Eu r©‰‰|ÔWŒœŸ-FÞ»Ãtp¡ƒbçÚ×?­ôn^3áX¿¦oÅõ‹k/Žl²½òüÖðêÌAù‹ŸOòW½ýϽQ¤g> iÏ|q1OÏ’POý©ÈgAEž£«†ÿ bÑù—ÿe¾Î¢š>ó0Žÿ­öLgtzê:ÖµAE­€ ¬a HØB€„BH ;ÙT@A n¸àXEÑq_ªuwT`P, -XÖQëB‘M@žùŸž^çz.>7ïÍû½ü=y9ý; ´ßfÓÎd þ[Oh6 %3§âÐ7Dë…iDý/‰ÛÏÿB\Xùåé‘ ³jG]–Un²-uóÈuÒŽxD§xð¸#ž"户, -bÝAu#v˜±®`³œÁg9AãD%sî^&ˆ+âd AÔ¼›J”cÆÔBÌ™nÀ‚¹*,^*ÂwV X¾> -Λ±Ê=k¼©°¦úÀ.Àp rƒ{°+¼è.ð£;∄Ó7‚I·›Ä5ëê-‚¨o"ˆƒ/¢¼Ÿ˜’iÓ2ñÕW -|ý³¿ecÞ²|»ŠŽÅÖþXfïƒX9»a­«+lÜœaïî¸xl€Åž”õð¥Ø"€bƒ`Ê:„‘ÂÍ‚`î×HX21ä]Ír°×Ý<_opè!`E1žÀ]$D€J¿|‹äð©  #!ß®’Èà×"­U:F! -ëô‡wJ~‹ê÷Åô¥™óÑòg‹lˆß¸IäÞäûxDG|QlBS„TJ@5Èá»M逾ÇHgð»&õ¾þO䟃Ze£¡/dŒé»ÈNé+f·¤›Õ'é2B²·x.bÉ.¹õR\ òö„€# -±q\„' A—I©5?~»TðÛ§õh:üO¥ƒv)·•“AʱVÅ £Mñ>ò¥ü³KÞÛ#këS˜Ñœ¿#‘lˆ[³ |»µHsÙ©—Ä4›#Àá &Qˆ0‰ Á:ò?£z2`‡æ3­Z3xX3tB=|^ý‰~Cõ)ô‘j8¬5ýCd[úkæKewl—²=¾WùŒÝ§2熤EsÀ&w–pýjÈí‘îåe€?$¡ ¢ãÁá -*›S«Æè¹ÚÑàíºz…n8¤F7zL;¸ù_Úa×4á4¿G´ªß0ÛÕ=qªvvê§WӔЧ5©dŸlH ĶVP;¯‡ÎÓ:_¨BB!‰d}Næð?±S¤ÃQJõ #+c ¬@ß¶+óc¯þ}x­þ]D}ÆÛ¨Ë¿EßÓ½a>ÓöĽԶqº´- ݺF^þAbw¦9H›=É‹f#Éj)6+‘állO'ü½  þ¬ŠˆÇñùÉâþx™ê3Cÿ&Ò˜ý*rGö£ª²{™‡²zb겺Y2»ânë;ãŸêÛ8Ox]™»²î'un&ÿšcÄdƒ`ál¤¬\µ% Îß#Ïs#Œþî“[è£YááU,ö{q¢è5_¬ìe«õ]±9†—¬¢ÜŽXSN[\M΋ø ÏÙç ¿pnžqžšy†‡ü_sî$¿ÜrCБw%Ås:Ä fBkñä[/D©ÓwØMY1´‡ºöí¾`»ÞýaÎ{£½ž–LJ?,NJ¼µU$¿’-Ë>«UœTf•þ(ßZ~TVj:"ßc:¬8j:¨8kªQÞ1íOo2íU5™ªI•ª¦rs ˜ù·?ôóPh½»œ–LTS–ð[õæPк®ÃaöÏk"(U±a÷v&r*JÏÿ É<™žT—QzP•[±/½¨rª¢ªZu¨ªR}ªj·úz•Ió¸ª\ó¸r§¦¡²LÓ°Û(É Ùe1ç|ÎWTvÆñ?KÅ@AmKE,C@{$„0‚!aeÊ–=Ã&€”,% pËúJ¥XµŽ×õ(T«–úkŽ÷æâsùœç Õ¦ZÐb³ãßIçÈ}׳n²þƒ_ãùN*n¶=Äg¼5œ9Ú}h *ÝS–Z.,̪?ÆÎomÎ.çÉnàÕgóyuÙ^Mί:g–WõÅ5neε6Y¾4$i«AÑ®o ÖDŽÚh:íø³ËMç‰ÄS÷Þ ²á­ã¾ŽS¢ ï‹<&}¸%*¡¯>>[\•\Ê-K¯k,b·ÖäóÊ­Î=*,Ëí–æ 9yÓ‚’¼'÷j;'w–' ¤K’µU¡DWêM4€k³õ§½Ôë¶ýÑ)ÒŽ…wýë}û+Ýä1!#t€{ îxK\V{CbIKUjMMYVkYq~{QA¹(¿ QœW(³ ûÅ9E㢜Â)QnÁ´0/F dHR¤ ¥ºjÐhò ð­·¬tc5žŸtÑ|0ä¡ù¿!×gú½ì.IHÃ]aÁ}ˆ7:£­5¡¸¡!¹úpuzKAyŽ “SÜ™VRÓÂáv%—JºK/t&q&:SK&EéÅÓBY SMÒµ7ÃaÝÍÐl¬ºÚa¥ö¦×QíéigÕÅQ'õ›#½‰!²ÍXÿ~I­»›Åï8˜ÖÄ+¬:šXYܘڜU›ÙžX™ßûSEwLekwtÕñ®¨êÑÎèªIqlŤ(¡|ªC–/ YÚ› rç&8f¬ò±ÓRåÕIûœÅ®Ÿ¿l©zõ~çåQ’åð0Õ]2@ è8A?p´'"¥V_&ˆ¯ÈmKjLnIãE7²E‘GÊÅ-∦îŽðæaDóŒ ²aZp°F6È–6äjo„Ú€g´á]Fùù õÚß/Y(ÎM˜«L\ÁéŒ]"búÏQ\ºÎøqCœb&VH"Ù…Ç£ËÒÅñõ±‚äcül>“_ÖÎhoâ3<ºð —Þqí“w­-¼e–+ 䨭ƒB­õÐðÃ:¬}{ÒTéј‰üü̹«³¦/Í8|;4é¶·wœŒo¿èçÓ|ŽÆ¨:šP<ÈÌÊê(I8U)Ih¢÷f¶†örZC$-!}âæà¾á¦àW„ôÜj Í5˹ªë Tk´è(ýÓ¥§ðrPOîÞ„*º1·]¹m´~ä–í¶7œ÷ˆf÷a[§(^5¿ìå\¦Å°/„¤'Ñ Œ„W„‰© :“^O;[\8ÒP8ÒQ0:X06Spv¡’Ö?_# ä«®…JM%àm—ÿ«ozx~š›]ƒ&s‹k­4»púmwÜìêoyî+»A¡åÎR¤Ìø'GMÒØaa%¿,÷ŸH)ß?QXî7UWê7-àPgJ|g¦Š©Ó‹ü.ÝçÈ…ªk a‹üg‘:Z\ƒnŽ+¡É¹5èüÃírCÍ×õ>vÔ<"è5=t³¬¸Ot-X$ù¥.YÑ¿Râéw¨éw‚ØÔ;y¾óIy>wós) ÕlÊo¼lÊâÉ,ï{ã™^¿ßÏð¾ý$[(SQ„c*è7‰º9ªˆ&¦й_×¢Áçº -½K˜MÂ%»íÍ/q†•/ð¶…Ï îéÏ\übžºÑéO=¢ýŸ}žú¥z= K#ÿ?&ÍóYFªçóÒÒ‹ÆdÒKQii(qß«éC¤¥Ç ²@Ýz¹?DÍ–G“—åÑùŠhàOÔóv÷ÁÊ^õæ+Ê;“¢‡ŒeGbÜ2ŽÊ|‹ |KˆðY&F{.{Çy¬$¸ÿÅHp{ïò>+Žð¾,–ðwcŒóq´ó‡Á(üÇkñ¯Õë6„nKš“C¦åÑéyEÔý^C®ýÓ.å¦öhT®ší,ZµØ›±je·jíÆZµõ¦ýkïïó/6Äó3Iüìî”HgˆtF$b# #ÜJX¶PDz>ÓN3d™ïDhf¡‹WäÐàœ꺯€¸°Eá|¿¡vo-Ãé`l¦6,0ÃÓCô+/ØRÝëOB x9‚w=øÙAX DѬ ™fì@ ”˜A³LWO!tùBC³uÏ#ÔöZ Õªb9hmȃï4Ò@W'v2@Fv0vÚ{]]Á‚ˆ=À™l î^Ö@ö²ª—y™ËË bȦB6àÎ -çøPÀe1À‘ÇZ©£RLp”0{š ¸ó ÀM1Àé6ðè@xF_uö7éUØ2ùuèkÊ›Ð%Ÿ·!_![Uú½xH(æúà/mð'8€Ÿ´ÁÛŸDF âÂÀ)SúWÌÇ©V`…,Àõ²Ài@jŒ ø &8Ï1pŸ®ÏŸ<^Ðßy¾¢¿ùïúŒjúPã8ÞÞÛáÄŠ -ÖQqT*«–*"{oVö& áOHBHÂR@à*R@q^Š ©¢\”¢(({¨-V.ö¹9÷Ü·ñÅçýäw¾£¤™€IÒXð ñEè,éwôe Ì0À®_(K3Òo^ܾm@;´¢ÛÃõ8|=ƒ ->jÉ?šüÁ›Gï™ÆXðÌaüáUÄxç}ŠñÖ§–þÆ÷}Þï2mÎÿm6 :8B ™¢ £f(OÃfi"fé=‘s C§o@ëPúÍKÞ·Øv»9f ±.öÀôvý›ðƒ‰X@ÑHïâó~)ÌY_kƯ€5å_œ 8Ü<=t1z,¤ƒñ:´—1ŠzA›¦DLG?Œœaþ†™ewbg Â:Û²"·o„è½–Àµû?Û€Àùp½N~`úüA‰@ÏaÈ„)t c<8‘ý:HÌ Î匄hc^„VÄ £êÙÏÑ-¬gaí¬¡ðÖÓˆaVä«3Ӊ޽‰ŸBÚñ“Qß¡oÀcœ=›!áàvHþy/¤8Ù- -=ÿÁ pŸe£ƒ'(ì(–IçÅ ¡EÈ : yVˆ „—#ýáµÈãˆ&¤/òò0ª éÁ !÷qSÈmü·8•4Îkû é"7¯òV3àî±€”ƒ[!ÃÞú£Øéû… £s)þN|”ï>D§SHLFÈí’ðD)ù÷1Z~¦’ÛÀ¿‹»È¿ƒ¿Å¿…ïçwÇø×ȯ—(¯š©¯›>Èk!jó:`X­Áî þÃÚïX”ŸÜ÷Vîa7™éwlTê>”ˆ îG¨øF û‰Ï»C%ÞÄË“~%¨„í„2á bð:©Ix•tCx…Ü-l£¼6ÓF’é#Ég/Sê>(úì¦uÀ¶ZÂÝfi» r~Úºë¸kVénóZá{ø¹<Äq ãדHÆv"Lf3Žwš$¼L§^¢äŠZ)Q µBô í¬¨‰Ö&º@ïg ¥ÕG§Õ2‡Óϰ†Ó+?¨úœ¾!Öj5ˆ¬×ÜvÃGåÑ-ïTŽÛ' ÝöŒ¨|lóBìûä‘Þ]iÄÈŽDãj'¾•ÍOnŠNM?ωÏ2 -$õÑ¥’ºèZI-³YRÃêT³ú%•ì!É©˜!IgHRú @[cD‹5ÀµÔï^ë5sÀlQuÔb^sÂrLçºã¹Î{ï¿ÕAGäFxÞ–®§Ñ¨­‰ì¸ó\nr'I\ÃK«Ø -yEŒV~:¦J^Î9//ã\——ÆöÊ‹cŸÊµÈSy2(W#ƒ2Cþ×@Ù¸ø–& Ùe -Êkß1›)q°-w±ú½ÜcgŸ.àð=U˜[»‡j“RÈDL¤.)VXÅHÊãR³JYŽQ)4H¹¢(®^QצPq»ùÜEžž’;“Ë}’mÐõ ´ ¦`i ²]&Pðýê?u‡×Nž:fö¢Òiã“J×íÝeþ‡nkÑ.× -°!Í9dbC&ƒs&-&©L/Ö’²U<±2/>7?7^—ŸÃ«ÉÏæ5çgñnçËxôçÉxýJ)¯?×`è¢ÍWÐÒ²¾5µÉÛ²C¦ã•ökž×žXû¸Æy[W…ïÁ_KQNmLPc> _›CgŸ’²4éHF^² ';!µ@*J…ê A…:=¡Q-JhW§&<Ôß>•^AšàQ¾!ÀXm,sHÙ²;W.i÷ÍŸ¶3~UsÔx°Á~UoÓÖ;Õ>¶×O‡8¶”D4°UTf‰‚É/rÒ³Òãs2R’T)B±F˜¤Ô& -Kµa½–/¼ªOîÖßž"AÒCuBÒÃBC zõJà˜CÚ–å Ü¹|±xßò™*Ûå/ë-h´3¹ÎѲ£ÎËæruCãép¿ÚR|T¹†Â(*`Ä+l‘D†d ÅüÂø´T"Ê*áˆ4%ì´šVÚÅbfúoÅ,Q·–“Ú£‰Mé-2˜ú†83#o^;¾~_¾çë‰Úý_=k´ù¢¯ù£Î&‡Í7Îy|×Rp¬¡í]Y‰(.#Ñòu´8Y!3%UÉ‘ó²¹*–4©˜–™YJÉT•R¤U%dYs1IvWG–vk©â =Ã0`™®¾Ù -mú -ÔÛ¾|W±ë‹W ÖÿxÚºíóîKVÜl=¶ñò/n{ÏûýTÓêYV‰.¬Â“sNQb3JÂD [£Bò(y A™QŒSèpyZl~S6ÿޛ׫Æçôª Y†Ût$­_Ù_‚ÎêŸsÕß|>|aÓg®X|Öymÿ²WìÍ[Ú\¬ë[þKwþ5ufq@\Šã¾¨,JMKÈB’Üä&¹7¹II@EE­ˆZ•¢`t°à -ET¬ˆHG?R¬»(â2 -ŠRµÈ¢(ˆxzÿóâûöy~çü^<¤è¼Jtðl4•SfJø©4>eKñÒ뎭رüðê}‹ 6ì7l?`,ÌÛo8tü߆C¹1‡¯çÄz’cÌœkÜÿ(ÏX3Á¶M ¹#†Ž8Út”MCÿ»85ÔNCWë½F]ª™Z~%Ò½¤[TxI)ȫһÎëc·•Ç®L;Ÿ–|jiF|iò.CÉúl}Éû¢OädëJíÑ•žÛ­=ùÇ.íÉçYºâ–ÝÑG›÷X©ã¿ƒSìà?Ól>ÿ2=97 -ݯ‰®_Ÿ€ªo1ìÎßZ4éä ¶ë‘k"ÿu8wo )ϼ¬1¤_Ô'¥T×.©Œßl¨HÊÔV¬Ý©©Ø¶ƒ:¿o;Uy$S]y6Cu¡~›êBËVuy[Uö2ÓH7öN²µŽGÏNÛ¡Æ*;t£ÎýÞ0†¾?]lËš|Ço ›ï³ïŽ„µý&ŽmºFh×\¥ët« WŒë55K6©jVo&¯lÙLÔîÝDÔJWÖÙ ¨¯MSÔ?[¯¨y—¦¼ô&ÝØ:ÖòÆ¢–"ô |ºyÙÕÜ.<Î4;Ù?÷¶ÿ¹…é˜óŒí¹ó‰€¹ù‘X˜Ú$%—6*LÆ{ä2ªA—B4,NUÜ[•*¿¿i Þ¸{5þ  EÖT–,}X³Rúðé -¬©k¥ôn÷*k kŒMG-zx -¡[U6¨¶ÞUݳCeÏÆ âv·…í¾ãòÚ™3³^³æoyÅ ZÛ¹ì…7¶ŠuT+§lU/Á[K¥/–/•¾LKÄÚv$`¯Äc¯KKÚ«b%Þ6‰Þ´›„mâ¬ȵAOŠºs¡ºj„þ{Ëyd‡Š:¦ ‚î¹£r»½'euÎÙÒÍôZלÔÉâ™:ÙRê=O%ïEc¸QÔ¥1 »ãL‚ž•&~ÏFc䇬ÞÇ|=¯÷D4¯÷7÷Óm-çs«Æš–B„ʺz¡K×úµÑo¶C?M³Í1»~÷Ó€çÔ|œ× ø{% , -2™ƒÙšÐ(ùK&ä)…ƒ"oHNq,*ÂG±¾¬T‡}IW… ï$C¾ ˜_‹•L¨TC­ÂšÆ]»€ÐåZ„Êï"Tô¡ü¿F¢ìá)#¶Ã,ûÍ0wj*Ìw^^ž&ðñ§À/Dl10ù`‰¸À“°@„….e% IX|/ñƒ ñBÈ-„B‘œˆ²æF9BÕt7ú¥‰þ¿¡½íl~„q#Óaš} -8MNg'̧/ø‰À'ˆþ¡aLàÐG‘€ãRŽ/Ðs¼!í«Øž°!Â2#Ͳ¦†î ’îàÄ}„>AhO+BÛ>!›õ0jd2üÃ>&OŒ†éÓ ˜9K -sÜàæÁ†W,ð ß@ð÷ó‡`ÿ…ðOà,€¨Àù `€:`ĸA‚¿ $û;Ã:«ªê:IwPðˆž¿¡­¯Z÷Ù.42líµ0z‚ÆNÁDLu -‡s‚a–k¸¸ùÒ»ñy^àåî ¾î tŸ ! W`3œAÀ˜ à ”îŽôçF«@æ0øn3!ÜÛ¸¾n dÒ£ðèÕJ#€KÑ•Çaº -æFï åÐ~Vó¸BNÑÎÉ!ô¢ÂêåÞ€CøSXí2ˆè‘Û,â JûùìcÔ0öÁ -Àé :Û‹Žîãâ €qA‚±@ ×$Ö -„mPBh&¡ûhù„% ¼”vV ¬ß”qEìÛ´Ç -༖s»åžï Êz£,².ñü½ Ÿ1„®ŽÀóœ"oWÀé›WÁ\Ì1)A -Ü$úïI`e¨€µ‡v@‡UÀ.!}†Î¸¿À»A ó*-‘mÊA~—Â,èWôŠåÝ‹üfQ¾‘~(é QtÁü9 ¥wAz€:ÂȨ0ëe H¤ßOUw œ,Zõ•[H óŠÕ_"O«-‘çÕþeÕàÕ ðiŽzAö‰:‰^Q¿²T¾“¯ð!U›üÛ€ 3ˆ\A̘Jzºwг‚Njy$ÈuRÇ“ LÑ ó7j-üº!þ¿t‚ƒZ³ð˜¶?ªTÓU®é]¤>‹ë©O’ûêØÿÕÝÒU§¬OõP·)©bPÛl3&ÄÅðyN ™? býçB|˜7Äñƒ!FÆJƒ}QÄ’ƒØ -­Yœ¦ïeÄ|íÑï×Ö÷`%ÑÝÒ_£»dUºN¼Vû^~WÛ!®y«èд+û4­„Y÷TeÖ7©bPßêé“sv’îÃàá‰~.°<Ô’" c U¢~èU.Óõ੆.ÙÆ÷²,ã_x®ñ¼ÀðVQdx£<ó'QÓNÔè_“w¢ÛT-Ñ­ê]‹ª/æÕo¼¯5›néÌq7£¿ (:ƒŒÎ už Œì;Ö„0`5w¡%YÒ—¨ä÷˜ôò÷Úí[2ÅØN¤Ç½"¶Ç½$²ã^ù±­ª£±ÏÕ'M-T…©™ªþ›îúŒkòN8þg¢(ÈPŠH ŽÖýñœ­åܥв„ìr+ΆŒÇU#7⛑Ÿ:‘±„!äþ2šøNü;cøÙGúÜE~Ïê¤Ì ÆM7 ð…ÔeÞ¿Â Ê7,ØöÀ)þ¼ò}ú‘ùö™(vÿC6)r‚ÎÄß$ -é?ãS™×ðÖ¼™5’XÈN,g]"Ô³†ˆm¬ŸˆçYƒ¤1Öù«üŽÝI}Çm§½ãž¦ÿÆkLðõ„8˜´l/÷„Øz˜¹Õÿ“&$è­zÿêçÊÛ§ÒbB&¤„C78Hü—~‰"eÿDVð.³øçÉyü>r)¿‡RÅï¦6ó»¨]üs´Ë‚³´IAý ùUhgü*ªOz#ª›Äûz@ü^àS–/„ªµ‹þµeñ{Ã÷¯ û–?ÖZwOslûx:>ôŠ”{‘Ç¢õ3…œn$UxŽž)î %môɤLÒŠÔKZí’&Æ ÄžtKÚÀ|!­M~-­J~-«`Í&úx@¢ß"ÈXÓ‚§kÇ?›½~³|·äyΞe-WÜÎŽÞrM°(r´_šD>Çç±Ï°¥¢ædLfgêä Ì´.¹­M®B«Y-h«=ÅC+ØÑ“œ©¶i%Üèlþß@]â EKÝ¡"x>Ô¯vÿ”³Éã—üÞO -v-™´†~uùérvÜžLRdW:ƒxFÆaÙ…"q-E«8ª´ -Ž+ãX±“ÜrÌÆmÄJ¹X1o+â=Pðž*¬ü§Øqþ³YA‚ÏBˆø.„Ò¥ó¡*È ¿™÷áøF÷—EÛN•†xÝ)>x-?bãE nW¯žÞžIOlÂXÌš¾¨\,CmBLQ,Ð) ù¹*« T•/¨Uå ÚT¹‚‹™áD¦YøXešf>V…Of‰Ó I>  ÜÔ|5÷˪¹ï -×»=³mžw¿lÇ‚qÛþ€‘¢ðõÇcCΙÃZôÔøºL&£ã -JP1j•¢Ê\±Jmµ&Q¡Ö >¥Õ‹[tYâó:ø¦N+žÒjÅ4ñ#µFü×A’÷BÈòq‡iþsaÖ—.¿ç­ty[²ÖåqùF׉ʭóÇÊ÷úÙ¯í-ŠÙÙ~°ÑLÁUét›šÍ·*rsªT©OÁtZ©N¯–æe«d' JY£A!ë6`²1Cºì~6&{…Iê³€äé®Ï|ˆ}á - sþa v~}âk穪5N·k6Ï­Úíw¡<ì›NÛÑ­… ¡uÇÉ1å„R”Íâæhx)ú ±R•†fa¨Ê”ŠšÌr´Ø,CkÍRô¬Yœ:2mÒ$AïdòûÙ2ùýL Å{xO¯Ÿ 48,üÒñEy°ãýº ‡õ›Ü.ÕîZÜWupU{yô6»-þ@e)º4ŸNÊ·0ÙFGªÖ -2ÒTR½DYXV.³æq•¹lÅ™\–b('9ã/6iæ¥ß3ÎR½@±÷\¨^2æ.uü[i€ÃÓ*p×¾\mÚè:ØâÓUº¢µ:rKí)ÜÞ²“„ÈÂ*Ábe$ërYbÌÄÃ$zQGƒZ’Ôê½Î¥¿u§W{ӠƆðM•µ1»KªðGòÊÉ Ù6:CUÄÊó9i¼1ÉL£2‡d²äM'ÌDs“‰`0&ZîÆ{’~ZÖÌ`’Ç|˜¶h4ø8þ^ä žTºÛvpµÍ v¬vîìØáÙÒ¶/°¦5lɦèkCÜ!S §©¤ÐÒÊžÈÆ’3‹y*r¡4+±@™/0gã Od%5éŠÎkã‹ï¨ã ¦4 ySÚ„Ü)ÝL ÇÝ fx8ÁOðÆ6Ü©ÆZÁPçÐ۳ʩ­g낆®ÝK+Îý¸¶¨=â[Ëé˜P]sü1¬‘H–ÔQYìj†„ZÉNÇWˆUñŠÌ¸ -“ -wʦÄU6*b+û±˜ÊÛé1ϰXÛ“ \éÌ ÐÍjÝ?YÝÀD…¸nwÃŽ ¿Ït\r°nšW9ð½_Iÿ¯s{ö黢öeœ‰”µÅ'rO´*?±‰)ÃÙ…hŒK=Öd@5—¤mnE7÷J£[nŠ£š_I¢ë^É¢k_¥ÌÊç:Cã\ð €ñ0rÚ tÐqÑ4øƒêѵ®¶‘>LJ÷g…nR Þ%ˆ -ãõÃ!½q”ÄnBrlÝÅDu¥ -"»õüÈî"^DO'¼§›Þ;Î:Òó’uäì;™A¥‹ã›<î”pÕÀàY:huU7<Á‰[+çäßü“§q|g`æõ½ëбÐïøWÃ~@F#¢—&Ä ÇQ¢†ÉHø0›qä²9<¢£) …ÖP®t’]½N:tå%1tä3åÇKŸ©3ùCÀd1cµ\<@O­Ã úº3(™tÖ© 'ÓÔwõÃí~©þGw}>Gua?ÈØŠ1 $Ôµ5B½lß½wËÝÞ´Ú]I»*«J‹pL7`‚)‰Ã€p‚ƒ1„Fôf3Â4É$ #@€(F¨K,’žÜ?`óá7çÛ™çœ÷3ïÅ,|H§–5*$®ûjMö=½ÅxÏj×ÝsåhîWäª,ÎQ7®µ«nµ©íÉfŸ°2M7-ʦ_Íò‡½VÙÃlož²wpç;B®!äâYBŽ_!dÿÏcÈΆqdk˲©}úo×¶ÇOZÑž²°-3¶¬•Ÿâl ­-”\ßÂhÕ­ƒ²ÕfR´šäíóM²Žåúåz=ýr‡Ž~µ_KužÕP¯ëÔÒ7­*éëNÆ›†„Ü8DÈl N^&ä`-!ßÔ![ý†lìò»¦‡óÁòÞXßÊÞÙ¡e½É1®ž´$k—«ïŠU½”LÞÇ(©>##î·«DEŒ``>Ã\®ä mPp‡¶Ë¸ïöÓ™ïNЙžZ*Ós[êMÝ>B.Wrú!‡¯²ë6![²¾c?S|Üš”ƒ° "´ˆ‰T n† ñ¤&rÁKN‡8%ò”$hS`IG^JJSf`ar V&Ec}R$¶%Fb‡Wçϰ=XCÈž:B¶Õ³ço$dÅ3B>é#c+0n|||ì˜4Ñ??ƒh„†ŠÁá"zzfF&#!*©ÑñàÆÌ„8&Š˜hèb"a‰€+šƒ²è0v`Á -ÖªHo޳=°ï&!;Øl¼OÈgO©l&¤t€Œu‚Œ·‚øè0þc>ôc‚?¾i˜œ„àÐx„‡ÍÄôðXÄr¢0‹$éœPƒ@³Ÿu˜?Ì¡~p„ú¢0ÄÅ^AìÌè¤Ç‡ƒ—8 ‚ô(ˆ¤³ Цgã#Ã-Bz¥©ŸI‘ºŽµ™õµißJ‘~€uD‚ŒS¬Kd^#³^ î1x/E#ü>á0Xè@0$„ O¡7 ‚üÁe¯‰a<âÔHPâY¨Ó ´òÁ+d÷žO!côµ¬/idl§‘¹‹µ·Šu‚ï‚ü«¬ÿJFM’aa‡Ø#ì‰Þ‹Äõ‰ ê’@â h6/*‚aÆq K™…häª4H-ˆ\RæÒà-‘ƒ·Fî_Øu›ü2ð÷Ê 8Ì:N -ÏÑ#¢jXt‹òˆI‡$íÒi¤Oú^Ò#…ä­ÒW4(o ò?2’èPÈÙªäh3¡V¦Bi€Î£ )—Cô©ÂÕ¬ ÊÑå°èïŠ÷âïÉÅ;É1ùôŒ|ˆº,¤êdýt#Ý+k¥»äÝÔ¹‡ê”îCÞ¬„ÂÈý `3ÈXêØP90óba”'Cgàƒq°9‹•#T¥Ê#]¡~']§¤þ¦ ·«úé]ª>Ù>¦W^ÅôÈO*»—”]Ê›Š·Ì=E'Ó"ïPuËÚTE æ¹ -ªÇ¨½‚Í Žstl ¡ÈáFÃN% KË1dSïÔÌ€rž¦W±D×­X£ëRlÒ¾Q~¥}ÍìÔtªöh^©«_ª«Õš ªví5U›®iÖ5+Ÿëº˜§:¦I í}=ôõ¼82N ôáSa -€kv0Š2"P ™5œ§J̶ˆ{LNæ®L÷JóC‡f•±Mó…¡U»ÙЬۡ¡ÿVÿ«þ€î¹á˜ö™ñœö©éª¦ÉtWóÐܬy`îÒ5˜<Æ;&˜¶Àr# YÞ@0LèTd…ø!?Ò¥³P‘6Z!Š,Q&uåù¯ìy«Å­{a\`zf\fybüÜòØôWó#ó6S£ùŸ¦æ}¦{–#¦ËiÓ/Y5¦ú¬;¦ÛÖçæ[Ùo-µVõZö¨­Æ6jÿÁ>êðš_hƒýÃ>%Ó}1/n -*S‚Þ-Dt/Ž,×¥7Ù¤Oó -4msÌ÷¬‹¬w­«mõÖõ¶ÛÖͶÿdm»•½ÛVg;h«µ·Ý°_´_·×Ú¯:Ûkr:—C¹s†óÎæ¾wžÊóZ6ƒ‰­GAÈ$̘ˆOfL]’ìß¿”Ú¹˜ŠjY¨N|2ÏÊPâRÜÉ/5ßÊ­tÔ:–å]w¬q^ulr^ÉÙê¬ÉÙ鼜»×ùcn•ëRÞ׿Ÿ\ç ®³®6×iWAµk¨ðXþPQUÁ WÐOõEvÀd”ŒÊiìœ;Á³2qr×êÌ€öU’ðgËU±‹-©wäÒµenãOEss.çšɵ²è‚kûœëK÷Y×v÷éü]îSùÝ' -ªÝÕ?º¿/¼]|´ðEqUaOÉ¡¢þÒýî¾Ò{ÃÔÉÈñŸˆŠ °ˆÃÎù1¿X?¡smºï‹µ¢ÀGŸ3Ó~YiJª[ì\ù}¡þRE¹ƒ Oº—–Vý±ìû¢ åG‹¶”W¹ÿQþo÷ÞòCÅG*Ÿ¯8P\[±¯¤©boÉ›9»K»çì*ëžóÍÿ#›ÁÉþ9çú`Yø‡øSÔ½ëâ|Ú7¦Lxºét×{8ÔùðÏ`„n”ŠÝj#tAä.Z—“Kî !—¹3̘ 3F342.C˜Y—\×JnIW¤Nw¡<ÓÙJ§-•³íÓvÛïù={þýãõ|þü~Ÿçýþç½oÝŒØkó}a ÅõÜ×+ì8ÂPƱˆ^ -%᧔̔Îär;©ÒJ’RO'Ë©ÍÉ ÔÆäNjCÊ M™2NS¤<¦Õ¥¾¢J}K«ÆÈÿ:Œý!ÛZÚ(gËŠ¯…ÆšïŠw®x^j¥ý¤ÌqÕ”ôÀ7·Ä»G…áÎù±û²ú©ñm4zJ3…MmHãÓiâŒú4£6­ŽQ“Öʨ&÷2ääF%yšYA~Á”Q^3Ê0')¯3TAÁô°½·enÒBüÍøOb#¥RS¹rsüãJ;{2ƒëÒC;.‰C„D¯î¼„à6Nò‘ÆLjJ}Ffz Ǭ¢ -³*¨RV9µšUFmb•R»YRêEv í>»˜¶À–Ð^²$´_³Ä…é¯EÉz:ˆ½Q ¾ÕøP²Uý¥ÌXí¹™út­öí*÷£2‚éyiˆÝYq´g§0>¨™OŠ©ç’Iò,zºŒÁÎ*¥ó³KèbŽ„^ÎÓÜ"z'ODâ é·xú,Oñ‚+ ¿àèÿÉVE`]HÓÕFœ x$2T_º·X¹÷¯Úm¸u{WÜ8妹ÊÏxPlÓ-ro•Ä( “¢kø©I2VÂffer¹B¦0·€!Íã3Oåå1[ù9Ì~>—9Îç0Ÿ`÷Y.—ù<‡Ç\ä©‚¢õV#ª®ÊÑ×@âMjËe°P½ f›á®ÒJsL±Ýð)ßm½òÃVå‘û›Jc uʼn¢äÄùª(‡žÅÏfçðXüül–DÀbU 2Y&ëŒ ƒ=" ³g°;ŸÏ`-ð™YÏrUA±º«}Í -Ä_¯ŽŠ7àÞT¬‡ÙºÕ0Õ`7›,ñW]t•>[»kƒ,[«Ã]”1¾Õ'ÂN–âÅEiä|-““ÇÌeò¸‚tn¡ˆÂ-+"ó¢T^—(…w©0™7U˜Â{*HåÎ9óùª øÕ+s  ôÔ>Kõà…|%Ì(WÀ½æ p­u·Æ…ç5½M^›;ØÝTæT[Cô.¯Œ.‘%JSRy -“)¢çl!)?¿()ÿÄñ£µE ¢ø‚áÂxÁ„0¾`Np”?W˜7¯JZ©Ø«4h îL×âa²7ÛôàJçNµÁÇUÝmž†­§íP4…8È•Qž¥µG‚Šªù$«,N=Aã“dæÇ‰ó -cÅÅ…±’aŒ¤M@,Ê'ßãGKøÄ¢~l¡j(EK ñVª}–èÀ¿+Õ`Z¡wZÔaìÇU0Üm‚;Ûm§ÓÑå¶±±Óפ¦-ÈFv:ÜMÒH';¼^ÂWT³Â­™aŠsÌPå]FˆbRûŠZýk¦*ˆ‰×ø"Ò€'å“ -l{bÛïJ7¶=~:ÿ ´ [àçt«Îyn‘ø™‹úr{B½2»£‚È]±Ñ‰ IÄödrx[zzh7=¤ý8-¤]N îh¡îL;Üq;5¨c>5 m™ØüŽ¢ -â¨ã^<ª¸Ó 0Ú…m?lv´\YÊQ3uùˆÝêÒ«û ‹.{›å]$Øf ¹Q†B Iƒ‘a1ý±±á}‰‰Á}TRP_6)°Ot,°¿21` ùhÀ@¼ÿÀÍ8ÿ¹#„¾åx¿žGUù³à‰ `B 0Þpñ,@ïy€¶«õÿÐùí­¸ÒÛ–ÚÇo9éóoº±nxû9'xÅŒ†„D†]ò¿šF<4’MFFe‘„±Æp¿±Þ0ßk7B}ÇfC|F—C½®~‰Pe^0]ƒeЂepËÛŸØû?ÜÀAå}<”<Ô‡¢G¦ø¼G{ײ:KvÛ‘4yÀ6æïþ° ïÀ‰Pa"&Àw‚pð#ààd¾¿Ïd)Á{Jéç=}æ ×Ãq¯‡¿x˜zãã1ùÑO•b=¸Óðÿ †±\hº ¿‹ÃÞǃðé:È3ÂgÍ›¯¡ÌÙ$>uÜN|êj:ëáà?ëãê;àîý4ÂÓk.ÁóÀÅÃsžãî¹pÜÍc¡z¿Ç³6W÷çC.î‹÷ö¹->wv]øÝE•‰:€kXúz.a¨¹pb - à‰ð^é«e.mÕ"/™­M\²0ˆ^Úk²d¿ëÐÒ>kï%7{7>Nß¿ tv}±Ïå]‚ó¾eª³ó2×Éé¿bGÇߪík·sxÎÖáý-[ûß¶Qå–Á%¬}°\¨½ P: x ýB2>èi¤þa¨ðÇwºQM6ܵ…ðqÏv¯O¶;Ý>9Y¸|þ~Ógok‡/þÖv_ím¾ÆYïý“leõgöž=¨ÈÒUZX¢&s ÔcnŽ.íVå¯`ìPÜ89 œ`ÿ @{‹Ã‘>­Ó‰@kƒÐ}_ddè‰Ì¶¸¢ÝÛœ•±=²7±A.¦VÈÃÔùššcCi"šîD$3ÄØn‚øÛQ‰±’¡F•†ÎtýîúŒj*Ûâ~Å‚(‚"-EÂMrÓ$@Zh IÄ„ÐÅQDQdP]`ïȃ Ï®OTž:èÃŽ>Åë( ‚€àÀ~÷}ó>ü¾žý?ëì³ÖÞWñlBÊ»RÜ‚ßÿ9‚˜^!Hjb¡‹ñ±0Ñ*ll‚aºœXàêŒ/W?˜ç6üݽs÷¶û,t÷©›;ĸº‚ŠèzgXHp‚ÎPbÖñ¼o"Èæ;Rò¯ßŠ×‰ šw?€XÈ/Ä*ÆZ³aâTXÛ¡0ÍÞ½à4Ü=aÁæÜ`>ÁÈG`à ¤ÖÅN6ø°h “@k?ŒfÕÍæù¸€ß<" ~n€b@Ì4ÌÐx_ð×ù)¿2ø–Áo#nHûp5(øÅÕ£€^ðr#®Ù(ÏH@yK¡öø}Ǿùaà;ˆ ‚_?HØÿ2x»êMê|7À¨@ãÍLêT9~–– ä, - Ë¨à_L´·…ä= À¦õ$¨çÈ€]E»ŽÐþƒ~§½ñ¢& 2¾‘úà×GR/Ps€†ïš¾s]€:‡ oW`“g‡;Xb`Æø=… -´ °|PWãÊh€Ua@Û…Òª±Qz-u„~œúã õ;£2Ìl¢ ±“Yä~v7ÚËD{8£èg6»Y@í2èxt6˜ž.Àõ"BÉYž4x28I°ЙÇe®düÅ,e|gnb ³¶Ó‡Øûèߨ郜£´Î)Z?÷ö•{ûÊ{HýÂIýÌï¢t -(ù£ØŸ< }àã½À$:m¦3ð<œA„gû¹‚„>B}@ŽB@<}„¯c órØßxËÙ¼µì¯¼rV «W°›ùEð+³'à0ósÀIFwàF—ð_ôNá}ÚGQ;í}P'öF4@ïŽ2_ ý28íÂËÅÿRN Äû"ÔÓ dó] -s‡Hþ“ú‹céA)œ>a¯'0Ÿ×-,âu -×s?‰*¹ƒvpþ ÚÏy\Ë~rœõ6äëøóµä.ó•¤Ñ&éd>pž‰GyOC@ð8‰<ƒ€èb{ˆ™iñ>Ž@!B<Çs(&Ø·/2ŠÖªä~ëB¼¯x-.tH*ø/¥[ùí¡{ym¡5¼auÜ?ÂÎp[îrŸ…ßá> Ám‰øÄ>p7lTx' ‚n…Cp“À%8€ÿÎ2‚$zLµ÷tРNÃj–{ŸJ8·SNy­`wDhÚÂ3E„/µF¬>(>‰¨¶Dî>Ь>Œ<$¼/«Þ“]Ý‘5‰š£žŠnE݌깒Æ(6DCèe3€‡×—8Ú‚` šøÎ5gê¨4½ß@'t¥ f½UK}Û•qŒVy²àqŒ!øAô"ñ½èÉèµ’G—KnÅl‘6Åì‘ÞŒ­‘Þˆ­“^=+mŒk”^‹{(m¿ ½$ï ¿7q>"OËAvJñ#à"í§‚Êy -èÝ­!ÓËz(g¾mO.uúûl.±=Cìõ4-}¢ä5'êBš™á7äù‘ò•‘W¥²+ŠM²ËŠí²Æï—]Œ¯•]ˆ¯—K¸,;›Ðu:±=ª>±;úDâpì±Dˆ=¢„¸Ãf€ÈÉbìl@ë4LnV°ÈÓj ßgò§¥d›Ž|–Ck^°ÛÃ,™ïíñìëZuÈ•!ò’27æ¼rYÜYåê¸3ÊõòSÊ*y}Ò.ùɤòIuòcªóò:ÕïŠ#ªgŠCÉŸâKþ–P“<’P2’ø‹ v˜ -|×Ò;ZA.ÑrtéLË/s-ßúMzQȰmY.ri^ás=GθlL:§ÃÇEM¦ü¤zq±”Ê£)k•GR*”‡Ô[•µê}IÕ‡’j4§’~Õ\KªÖ´¨ökß«öjû“wk‡“wþŠ¿ƒÒf2dØ[ÂbÂøï3ÆuÍß±fÞ„gÅØ¤{EN¿„͹²$;Ÿ« ¬7i#êôù¡´Ü¤ƒºŸR¤©«Sש÷ë*5ût»4{t5šÝºšºËÚº{Úmi¯µ[Ózµ›ÓµU¸J3 ÂÎRl¬ kúXê}“þ¶~£¾]_¡ïÑoXð5½lA¿Y5u -¤N™¹vã`¹£Å×5„1ïJ‰cZ7Ì@îo@-o®çÛ5”H<ήŽ"_Ï­ý)YR§‹ÝcTmÏÌIÝl\ª¯4®2l2¬3V* {ŒeÆÚŒuÆÓ¥Æ%Æç¸®ŒµÆ^c±±×`ÄÚXCºµ%äM …öczJŽ2{äÉF"Ò¼‰4¾±‚;õbYˆû?~–ùY#g(TïY¦Þ¶X¯¬ÌÍL-ÏÊ3¬Ï\n*5g•˜*²ŠM;²×˜d™Nf¯2]Ë.4=É)Ìü”]˜ù9«ÐÔ“‰3ý(¬'ƒaòÈ·µ-š†t•Ú"m“‡•¤i³ï¸†JŽÍÙÁÄãe>µ¥qŒýÅJÑŽ•êȪåi‰åKŒ©?/Ê1®ÉÉÏþ/Ùõ õ¾Æü™)»¦Â\˜aÌ0„’[ã6™m\C.Ñ`0fÈ¥%—Èå„è"¢–Jºìnû$9{ïvkŸHKû;¥ö>é~yίuޜŋϚ7³ÖwæyžÿZÿo¡¬0=_V.Ï“ÕÉU²6¹RÖ+WÈ.˳e÷2³Ò¦2²e3éÙ²ä›/ds¡T[S/D¥åmñ2-ø¥FþrÐn6pÕ†ë×霩õZÑS-´è¬v8T¶¡¾8JXU·¹,/1fWNjr^–<-Gž›••Q’-ϨV¤g´(Òä';äCŠùñkvªüY¦,㹜Ș õ¡L[óSfJµ`¼RîÕ-„‘F}øîO– Î7­]|ºÁÓèX]€y[xuS¥ÔýÀÞH¿}¥[CŠwm‹Þ™¿=)[•–ž–£P¤( -•ÉÙûT‰ŠFÕ6E—*^1¨ŒSŒ(cÿȉW<ÍÞ–=•59Fkhb†Ö‚Zð¨œ÷kÔ`¬A n6/…áV6ål«ã¢žƒÎ&?fK}ÿ`m¨KeU¸ÏžŠqaY|DNqRBZQjZb~¦"./O“W–w07jg§*rçeDþ÷9áùyO³£TÓ_eÍ…±ê˜­Aù}—ŒWüX·n7Sàêam8×΄¾öÕšÝmîzm­>´Æ¯¦QâT~p‹×®Q¢ÜªØ0ù¾„¸ä²í©[KÒ³"ŠU9[ŠK•aŵ9a%í -iÉ@ÖæÒ[™¡%ä¡ÅÏ2¥EDá|˜¨¦Ž*5ø[)ÀýjÒûH÷¼q`¨s! t™Â‰nþÂŽ.—eÍÞÆµíBNÅa±cI‹ÔcgSD@v}Lhjm|L|urrDeZšt¿Rº¿DZY›!©<’.©ì—…TÝÜ\5™*ÞÿbGðÞ²àòù0•¢ö&`b/Àu߸Üpöé'WÀÑ®ú¡'úž+*ù±öt‰ì -:$n9GÂ|e­Qâ„–Øð¨¦Äxi£,YÒ L n(I n<°]Üx$IÜØŸÔts[Pãd¼¨a&AT÷*QTû*i.”åÉn2ƒ*€;M×ÚΓüS§H÷ì׃Ö3ì ÚÕýîe}FÑ)¡µòdкôã’IÝ[6Å - ëˆ iO jWÄ}Û¾;VÔQ³UÔÑØq:*°ózĦ·áÂö™Hÿ¶÷Ñ­ó}R<,#38p‹ì`¸` —tÏ3¤û[ Ct¨âk–_pÖ-:ïa¬ôµÌ8+tHré—ø„õm÷ÆHD½ÉÒM½YaÂÞ"©°·*4 ¯UÐ×ìß÷Ø¿o<ȯ÷¹XÐó!DÐóY2׿ -ÿ7ƒ‘f€«GÉÿï!ùGH­»BÊkFPvÝR½èºƒŽêš+5㪧Yò›˜KB§°áo=ÄC}‡"…C ~C¾ „¾+|†›ý}†{|ÃW|—þ*ð¾øL°ñÂ{?Ï Ÿýçú:ƒ±z€ëdC=§IþÑ!€&Ò÷ߢÀîQm(£Q”c<­ô1G½¤»®&1£Òx$ÀIx;ÈÝ÷v˜‡àv¬§÷ˆÌÃk$wƒ×òõï4¹{Žwõ¼;ìâq÷¾³Çè´óú‘w®î·?ºÍu¯†Ü!ÙÁ¥äŽ“üCWjn”ŒR ÷g Oèƒì¡™zâ„õ’è GCé¸3-h|½¥ÿoÁ¡ýÆñGω(G‰d‡ öë'KV¯Ÿ¬³uÔÉw%~ÊT3rŠ­#™âNÙûL­azN¹Y¸ÿæeåò›çüTÂ[7Ísz–Â]ûLiµæùΚ™zKÇ™.¶Ã‹ó,‡—wXö/Ÿ˜Û¿|:Ï5rúúÎtüz’_NòwþDò$=QƒØWËÔÂ_QµBfißlš5×Ìr¨^óM\^;ÒÞ¸0ßxšÙ¿õ7³{lfû>’ÉŸÄ´þ `ð>”йëhV;L9ŸL8Ÿn#ó\$ÏÀÀ9€.²ÿ&’_q àGù/‰¢f€"ý¼H=uµüÑHÇ uÝ‘aà„lªrWÚ¡± ®5梛 ½-0И…›W™cÜJ&¦SéX`DÃý†¦Ød`‚ÝÄÉyÎ’¸ Ðr ’ä’ü̯ù“ÿù(›¾€ºjjmÀ%KœQo©#êÚâªåÖH7°B–!­ŒÌÐÖˆŽkŒLÐÍh - ©(20Ä-Ë—c‚¾.ÊÉKs®î#/L•óœ¼pø¹Á€Ý?dý_¾x -Àÿ5,؈°ÐAs R´íPC‡‡ÚK-qé2s\®Ë@ª MõW!SŸŠúËÑšd:è-AW½Eè­«¢ej(]JÁØoS‰´yÍ0D‡Š,Î -´à­D–½ ²ÝM‘@CÖf"ž¬t&šç¥LdUõLd· dg E-‰Ëtäü™ø™öÅêï´OÜ禸³¦ï¸ŸLÞpÑäµÒf­>Zß`fAEKö -´â¬D®1r]ihåÇ@Ž„Øj†™9Zªˆb¢Â9uD³Z!ºÍ{ЉܳLä 3¿Xßb|¶þ‰ñÑæ1ýšþ†?K›å¤ýÇéØ ãwkdÎ…–tC´`Q‘gFEöJ´ã£3 mLä‹ÍÐ&Š…Ö)l´V°‘WD>÷²Ñ¦†ý_¶ë=žéýàø×-©t#tqRæ2Æ6͆™i3¶v±Ùlvg˜Ò¹ŸEnÅÁ¢’]uq*•sºuò;ª£Ÿ#§{tŽ -Õç÷}üþܯ?žÞ÷çûù>¯¯> ®_P-®ŸQm®s¾?¹Ìúžt™ñ;ç<ãwÅùúçþ¯Ÿò±n"`jÝ;ÿ¹uoÑÀù ¸¾F„1à±Öx®³~Nö žë½`±kA i= »ÿD7à/wÿŠÖz|Fo÷˜EÜgü«Ü?ú×¹Øã6Ðê6é@üƒ9Ž˜ -ìv êuºå:Žvy‹s~<é<†s nσ€Ç³ €4ð ¨ïì@à;€ƒg! WƄփP*âk09‹•x~Äj¼¦±z¯)l‘çDðNÏ÷Á5ÈñFä»}oCy¼ =êþwÆýî’ÛKüM·aCˆga£ˆÇa“nñsÈxà5‚>÷qe xÁçcV­8[ád (îö€â?/œÓg"ñï9–ä3ŽW¡Þâ· ^‡åù¼ Ûá3¶¡Ú{”PïõœÐìõ,ü çÓðNÏ'ÄSÈGÄäCRŸÇƒˆ!û£È!Ò¤÷ qÎ÷.øÝ þá À@­YBímÉ~ˆ]» 06€²ÿLÇ:NÇ\ÆÉ4ÏW\ßQ’ýŒ”~LÚæ÷0¢ØïAd¹ïHd-ê~T“ÏpÔÔ_Q¨ÿDD ’Ï£þ$_GÝ%¢(Ï}û£'ýo’?cúÈ è·(€½‚€•¶€w/Õ~ `9.\W¸?½m>p0ï68Ñ(O¨,ß¿)¢€áh5fˆ’¤äcîRv`nÇTabê0ÿŽiÆôSÛoQÞ¤ž ¼Ûø[ì×6> -úuãxðåØÙЋ±×Cø Tf ÛÙ€H¸9ãW,ü5 A²ó¢Y1rÉûd´Í AèªG²ó0“áýg\"f€& î§e„Þ¤éCûh…¸ë´2Ü5ú.ÜzîWú>\/½w9îîbÜ|OÜ üyÆ}|7ãuØÆ'©8@삌$c ÞAÌbkÀ±]Ä«æù:«i•Û‚WJÔâÇ2¬í°$ÂñŽ€æñ;‡¹Îá®$¨½ñYá—âs‰=ñÅÄó åÄs 5Äî„&âYf+ñ4³“tŠy–t’y•t‚5q”5ÑÉšŽ:ÌäX; DÄåKAÜ{I6ðùó¾¤}7ï}†Ë¼çžV#éë»j¢Ãï²XÄUÓÿR"ž#%ek¢N³³É]ì¼èlCô1vUôQv]t'§%ú'N;å0ç$¥{™rˆ;ÓÆ}Óʤîç~‰ÝDZͼÿ"—.¬…V@ÿÚSíÌg´«Í^oq2{”0¿—¶ê×nXqMCq¾¤ˆ÷í–ðp]Âäˆc|%¥313öp¢~c{b!íÇÄ2Z[ânZ+¿‘v€¶”ÞÂ?Oß+¸Iß#x×(g4æõÀ¨û@±¶Ü…𖚃 [Óél{“1ýj“û9N&·s|-ûôøå½›£×þœçÝ¥b‘%‘ÚÅRêAQ}¿p3£E˜›°WX’°GX‘Ð(¬cþK¸Y/<̬žeÕ -¯³j„ì]¢7›ªE3›ªD€Uù váB X0¨¬Í@Ö2“÷úåГ\[è^þèVÅ•<ÜÒ Û¢Oo¡!f²‚¥òÃ(Å1{eJF£$ƒÕ Ö±ëÄœZq)g·x7w—x·J|ˆ[)îâ•‹áíòJÅ/ay;Ä_¸†ot«@deÒ™Îe[CorA#ùVТ•P_‰—ùå¢ÅÝù«ŽçltëØšЪåmØ›.¢4¨dŒy*»Z–Å«”æðË¥%‚2i¥ TÚd¶&}/=–T,½(,’ÞJG…Òé¤é¬à[@¼%ü-̇ïÁÊdRoäY@÷ŠæAý;èj)Òì‚»èT1É¡³€êòcn¼_‹ŽƒoØœD®ÉÄU¦*ÙeÊt¾A±UX,ÏO.’—Š äµâæûC¬H5uTçòª¤zSÈö -^DvYMcø/ÙeÕ™…áFT°è}§iº›¥¦fëfG Ù ¨‚ ˜!¢1j.‰P(1àˆŠã -®ãDÍdŒ–€F£Ae5,g>*ó#ÕþxþܺuŸ{ßs¾ªû¦&¦ïÈHY¶-kURî†ÌÄܼ¬„Ü=™ñyekåÕ­^”wcU\ÞÃŒØÜ×±_­ŠÛ:”¡ f€~ßF€öíÿÏ àú!Ò9Jj2áD…~éQWÃ}å¾ô=¥!æ_Š”çˆsÝTò±oöÞäÐÕE)q)…+““ -2Sãós2âòó2bó÷¤Ç”®Œ)8•]pcEtA[JT~oJĮё;GSuÁLЛ™CÛ×?‘üpô¾rÒûŽTVšAY•DïÀI§¹ßTz™æ_ÈÛVfµ¹<Æi}i‚fí¡Å S,‹Z²/-1¾xmrLqÎòèâÜåQÅ»—F—&G–œZYòϤˆ’¶Ã‹{“B÷Ž.-šX¢Ëx6ÀÓ<€û3ì'”‘ NÞE:hY­!¨3‡½u³ Nyo¯õco©çTEØgVƺ¥OðK®X¢M8º":¦lu|dÙú„ˆ²Ü„ðòÝ‹ÂËÄ…•ׯ„•_-oÔ–õF…‰ :<«K×gä<Îdð-ɀ䉸OW; °ï¬>gAþëYÛÏ»m9çEË9(Ì:£µ^y:Òii]¬:¡6Ñ?ºfiHxMzXhuv¸¶fk˜¶¦ 4¤æ6¤¶&8¸öjPPíƒÀ šžÀÀª¦Bty–K2Ø ÐDvàÚq€s5ß‘zäé~¤‡~uÕò®[èm¾æ0'çš»IæUoöÊ+âäËZ»ø†—¨ú8uX}’OH}ª_Pý:¿…õ›}Öïò lØïÐP¥ h¸¬öo¸ïé_ÿÊÃ÷â°Úçü”—.ÉYø‘œƒõäûO¨¸Pr`é[nÍ‚·Y}GöÑÚÛŽFi·ÝiÉÍÞüø¦Iä­;mc¤rac¼*àÖ2W¿[kT~·6ºø6ítöi*vòi>áèÝ\¯ðj¾ëàÕÔe¯iRxÞœTêò3ÙÃF²—ÉüÏÿÉz€ƒW -ÿKzhÎOú°æÁµR·åÊ<I=µôxt^ìþøG ÷G/D®mbUë¸D—æÃdUˆ¿º ô:@ÑÛ›>ûÀÚ)í³añ 3½øÁ쨩¡¶CnÐáÄðîðàzvø -Ü:C„®/c…ª®d¡K×*K÷¾s÷žÓ«®²ç$GÙ{‰íØ{¥èíd*^½ý€•ddþ§ˆÿ(ñ{“ìÀm€ÏïdÿŠ_ŸëAl¿±~D?Ë x@hä7 Y °¡º:2œ]YŽo½Ùï‚Øvï¢Øò¡$–íp:Ófx=Ãzd;Ýj¤˜&­¤JG/šIÇn›JÆÚ?àÙÿïIþlj_#Ù;›‰] @êŒÿ@T@èû9³'L ¼'†î“\Šó¤ÈD1%5³›’Sm¦h²iwš%úÒ,PK3Ç8ª—›ñp)¿XÀÆBc61fa5…‰õóu9Göï$ñ$þâßú3À'3þö¿üA} ç;³©6²( äSÌЂbŒVCt  Û|}ô3 '$¦ÎÌ"lœ« r¤täZ‘GÈ6Lä(YÈÕ°‘«%$°“F®ýƒŽœÍ侄B:òŠ ‡ täWÑ_GCÁy -©h~:-zBõ˜½ š‰ÆMGDh:lŽfCB¤é‚\ yŽ„æ3Ș(R°QäÉAó`Â"6 -SX(Ìb¢paÍ È={(:H('T2Т–1->KŸ_¦OZÞ¤OJîÒþ”´ÓƤÝÔéõtÜlP‚ÔK¤÷["Cä‘wYÐÑRÄ@KK&ZÙ³ÐʃÒ@.J£¹(YÊAÉ6J6rÙÓ’]ì)ikBºŸ5!+eý);ÎzoUÍ·úž9fÝÀµ¾Áµù7cØö1ý­íKú€m?íÛ1úd¾¶AÖkkd8b:Jt´æÓQNÞCaËB…Šƒö~<”GðÑ6‰7m›Î°Íæ½·Ý“ïäŽÊ ¹#vÅœa»Cœ!» -Î;û*ö[û:ö ÃÖ€â:«ßñ«Ï±ùƱƒÙ£ìct;ޱ_*Û©@^‡ -tA !m84t`QÑEHC7²nJ6ª¼øè¤N(ã…cÊ‚ae–àr“`P™'èwÊç÷9}ÃÿÃùïsïµË n¯K-·GuŽóÊõ*§Ûµ™ÓåÖÊîpë`?wëãüê:΢Ba» -EUh¡ ʸ4T0ÌPÅ0Eo¾)úI¨èëÀD/î{Ï@á{´hÀ-Yô»ÛjÑk·õ¢÷/Ì»=¾2ïòØ-ìô,vx¼Pü¦®æ?Óœåÿª¹Â{ªiâ=Ñ´ðñzÁèÕgÞ¢ßנ䞥wÕ(#Xý”3©¨¢™ 7}ñŒ1Tl‚Z9u<È…õÖßGð»O˜Å+¯DËN¯4ÉoÞŸX>óþ\üÔg›ø¿¾íÿc»L£š¾ò0|ÙqAq©Ë ¢Ö *0HDIÙCv’õŸ„$¡ {ÂN%$ -‚²Šà@T\±îâ^ÑŽõÛ9vÊuwÌnàjþ"p¡pƒËPa¸wÞîE]Ÿ‘þЖ€qfñÃë I15©rbEJ2ÝšœÆ.Vgñ -Õ¦Ä|•E`VÛ&õAa®ºK¸_}J˜­º"2ªž‰Œê„FõT¢Qògƒò€ª.ßëx -½ó¾úN +šÎZÁ %Ì«·(za{>qe³‰ñ©=‡VkFUdH %éJz.…cJ1r´û“²5…b£¦R’©µKöjÛ%í€4]sIš¦y"MÓ¾§iß%¥k§EéšiáLPpÿ àt¾Ç¹ŒCç¹ZÀë\0T¶ô—…xt•îšßZBøÄQH__—ÇÞV•+ˆ´îã 2´\C2ט–*ÊHÍ’êufyª®T¡ÓÕ)Rt­ -®_‘¬»¨Pé)ÔºWrµîgi²î½"ž *n¿è`FþšA1ô è~g˽À`ÕjÐ[µÅ½½2Ò·¹,ni£•º¶¦˜\–ÏÇ™’bM92ŠqŸŠ£ÏLíÉ0È“õ9J•¾X…èm*¹¾Y%Ó÷ª¤†sJ‰ážR¢ÿ»B¢+—ê§d²ô)éLPpý'ÜÂSèw aðþÅJøß¯v}¶ «v³[« ëã¨Æù¨$T–11%^x^‘0&;_J2˜VJŽF¨ÌN“ËŒF•ؘ¯«ÔB£S%0ö(ƳHâ¾; -¾ñ[ȿ䉙ÿ‘ f*ËDìÁÀm ÌÞ±0ý«§~)8Ò¸ÉåPÃvÝ~Õµ¤U¥5Œ•œÐÜrÁ®L«˜ +–3Tj¾4O'š2¾É¬ä™*žÙ¡àš»eói)Û<.a›_JX¦I +÷ýG|Ðð5ìáÜÁõr˜¼?T:èQ‡hv®vg˜§Í½ Ü¿¼¨hªcm1ÚøØôjQlr¥”"+S²…Ö!ϲW̱˜$lK¹˜eiJbY»„LëiA‚õ6Ÿa™àÓK&´âi­èƒp&“©<ƒ[¼3¸\ 3h`Ð:`s‹°·€ÚÖ­î‡#}KšñK̇(ÙÎŒ¾‰ûGm£ JQ/!ˆ tžMËfÕdðjL¼[—a³s¶NÝ6̤Ûn1h5 Jõ&¹jšE®DÙ3y {ø2€ŒÂ÷;è; @[öv7`ëüTtb\K:·ÏÉëˆñË>¿Òp„¶!¥•µiác“š“vóʉ,§†Êpèt‡‰Fs–Q©N;…êì$QœÃDŠóìø†@lzCŒoü/9¾ñÃÿñü×- ¾¨à|ÿ`+ÜtÐænjŽPzÜõº˜ûB<³ûvÎ3Ç-M9FZƒôÐ1IÝìP^Wb$³CCëPã(éxrG.ŽÔaý×uÕÔ•püŠ@¶—äåå½$$$!„ Â’` @@U«mõ´2ãxê¨ÓÚŽSë±Z;£ƒcÕŽÖV­ Rµ¢äˆ,î «µ.¬ -"² þæö?ðÏ_ï{ß;çÚÛ¦¥°¥”XS ®%¤´Ç;ò{­ÉûÆ“ö½™äÎ3ø/žÁ÷x¸ìg|Žàà{èÜ­.öF_”(Ðç¥!S—•š9‹J¬¢ÅÉò÷O:ýsN¸B²ÜÙî¹ÑiEYR‹Ǧ­°8Üëb’Ý[ÍÉîýQIî“v÷“ÝÝ>íø‹Û±×Q¶£ã“4âoñ>å?áàþ¡B<ÜÞ\ŒÐº2„>ÇwÁ¥U$Z\­™ò—êP¯«£‰¹UV:»2Yáªtú;+2õ)9!IóöŠEÆi•Ë ‰•kBl•ßÙªöè­UEº„ª‹ •­ÚøŠç±å£úØò±I®â=¨ÜP îÅçàBÛN!´á4B«*Z†ï¢¹×<ÐüZ1z¯Îßcv‘õN]zm¼8¥Öîc¯u*mµï¨jçúÅ×åªãê–ªbë¿TZêó|- ?*b -åÑ geæÆ&™¹¾[YûJY3¢˜è,>ƒexÿ‹p¿¯ý¼öxí_U#´ü"B½†Ð¼Æ)(û–7rÝ¥PF³Ú#¥9ˆeo6ñš-ÂØ–iTt‹“6·Î¤£Zß§#ï-G¶-§"ÚÖŠL÷·’áíù°öRAhGÀØñ€ÒÖ'iNT~¡“¸÷wãµoÆkÿúÞƒË}\‹Ðüëýé6BÓ[3òßE ] dH—ƒ îv‘úçs„=¹]Ï'ü€kmïžo>Wó²„ã÷ò*GÝ×ÎV÷=š¤ï!îïÅýïªúæB+® ´¸¡o ”s÷[Jê@ÈÚï5Å2Ä÷ŒzÅx‡+8†a W?¬'FÂÍH4_=j#|_§ò×3yÒ±y\f|1‡ÿ’#~³‘M½ÙÅÁoÎ`U“Çý|Üߎg¿Ïþ <û% ¸ÿî7áþ=Ü€Pì„¢†G8Lõ Žw ,`Øjs|Á+ƒ@.¡\ -¢¹Häp!í 9ì©ËBð©7‚µ^¾Åvy"Ø3Éϸÿîçáþª|Zp ¡Ù͸!ûïY: -ïASBF‘‡§—¦zËÅ’ÁÅ&AÊæ’Í-îØ̸ˆMÇýwqûÏØßqs¶z‰ÆwLÑ 4Ñ@Z± 1ß —þ2+ù øšaÈ­\íÀ~âu;Ìñq.Ð¥ +9o˜+œqæ&gTÒÁfºØCÌ »ŸcõÑÀyI÷m@ŠAªƒÌ_  ’0,ž‰“&¿ÛG" — ^!f ˜ H6 ÝN¼‘îâËöcyc>Gy¯}Šy£ò3Üùeî°âwPqŸÓ¯xÆéU pzäcÜçràuËÀø÷j1øª0ÔFT”) øÎ¤Áw>~þ±Ÿ‘ãŠÕÂ1ß F•›ø#Êÿñ‡U?ò_©öò‡ÔÄú1èw‚ð;Môk.ðúü¯ó^hZyÝþO¹Ï4ýÜNÍñD‚Ç>Ò9ÈýÄ VP ñ¡@‡ß%(˜½Y:»2% }y­](Ñ~B iW’ƒëÈþ€É «à‘Úî§î€Û/‡[)Ao\OŠt»’ÈÙ?!z]$øŽàê€a\x?A±âÅ”~ÜÔ‡×õàmA§ñž n|8¸ Ÿ îÄoP;ð©íøç!­øw!-¢_CšEÄï ¢À‰ÀIvÏ”vð8ù–ÖVµŽpG· 3<ìßÑ®¿šFß:¡fïUažC -)y AIé•i¨§¥Y¡§¤ù¡ÒRšEZMk—6ÑÚ¤]a-ÒÁ°féxøIé\x£ävx½äzäz­ä9‚ ×Hˆp[8R }›„œS‹þó3Hp7ÓÞÏÞ 7s‘f ~Η2Ã\ϧÇìÒð<úÕ¸o·21È¢HmOLoI00šå…Œ“rSDƒ¼>¢^ÞY+‘2«äÓÌJùr”IþqT…ü â³\N¼"Ò‚ è_¢ >BÞyùÆŸrI°pÂæó÷“®äû®Ï u9›µc ƒ{°[+ôîH‘QZ’•´Fe*£îx³Fq"ºJQS©¨Ž1)šYŠnV™â,»T1Å.V¼[¤ø[l¡â+¶Qñ?ÁBÄØBðÁþ—㟥!çÌøyßJr¾‚ p­hLy;ŽCÞÌ‹tëÉá¸[2±#-é’€M"­ZaNÒF—«²Ù¥*#§Xe⩸FUg\¾j0.O5ÁËUý‘gPÞ7¨þÉ3¨~âTç·B°ûñÕóÝÏE çY@î7_¼¦J÷ÀXÙQ‡á’à ýE[»òÙ{[sã=³q¿j½<¤B«Œ(Ѥ²Œ)znžúD|®º”oP×`Ùê6A¦º_ W ÒÕómò_„iê/Zõ|­úe¼VMðl!Ä@úu1 ùV>Ê eP†¼·Ì &L;aÔìe?XAYwºŒ¾¹£˜µ»ÉÈ;\›'ô5åH©%™ -F¾>™•£Õò2Ó²:M¡H«1ãM“8EÓ#VkFÅIšY±Jóg±Ró\¥ù^¨Ò¼$iÌB¤Ç€‡9wÐþ‹È»æMÈwÌvp¡Ê †«=ìúªœ»Ìa›Z*¢wÔ—rTaÇÊ -Ä”‚ tƒAÉÒe¥Æ§fèEÉú<‰RW.;®k%êOIô#R¹~Z*Ó ‘ê>Ëtßâ2Ý/"™ŽÚòRð¹àêÁíRä|fäÈ?'jFê¶€µá ©»žìÔ^úæÉj¦[µ™ã^QÁ÷*,År‹e4½Qš—§ÌÕŠ ©ÔP,“jebƒEІ$"ñа">ņÿŠÙÏEÂlBhËÏ*Ôt‡¿,£ýo ÙWo Oº@O³;Xš}šOR7Ô6Dl5Õ±÷×ð<òª„¾™& USž©*QqäE /ÌÂ…ÆB‰ÀX-Æ -;p~áQ|á” ¾pã~Â3~ƒÅ<Ãâò‰×øêÕ7‰ºxe°€öŸkDÎÕ 0ÜÐÛ¶:;ö@KÇûúvÊÚÊVºkiKÌ΂&îìF옶^LI®‘‡'T)£qs*3eòãMFŒgªâÇ™ÚããLƒq\óe.×¼Äá˜þ[ñ5‡]þŒË*#^ãq:À*ú>@7¸‰v¿†üs¼ ß‚œ£Ëš»Ý þ´©ªÛMÙ)ÚFc'ÓÍ`‰Ý§k÷T·ŠÈ‰ÍRª¸IÁÀS¢y lnƒ‘Íi¨bqÛbb£Ø—™ìÆÅHV㣈˜ú¯#£ëžFEÕ¯ñ)zî¢ ëPÑîS£ÈAO÷4÷!ïp…Jë~(³ú8¨ësú[t½¬])=qÝ‚£’SâAWbH\§:<Ö¢g°- –¥’β´…ÅtZiÑ—B¢-‹Ô(Ë£`fÇjDÛÓЈ֗4[¢÷èv%ê"ÊÍŸèEÞeE ¢ùÈE+FÖBñ¹]?êig8ଡmTŸ|K1Ì~[2Ä;ŒãÊüØÖ¤Àh«Žeͧ0­æ@¦µ% Ò:ài$GXßóaX?öfô?ñ ï}Jë}éoË=ô,¡Ì£ì§ÐÞçÏ ;Œ´ŽTŽ!÷œ0Ln†ŒKû!í’·cò$e}âD˜«x‚¹1v/g<þP̘ؓ9¦81–v”1–{„>^î>Þä>Þë6~ñ0müÝC¡c„^ø÷AêèχƒG_üÁ–Ûè;¸ÙŽz€öŸ@{ŸGî7Ð8 P6=  ™]IsÛA1wØN6ç³F8ôo6l3{–¹9»›>ƒí ›‘»‡Î¨ÝCf²öQgKöRgëßžíÞ4{aWÐì”ÙÕ×þµ#`ú§]þWÝmËêÀutû)4ÿü€>4»Í®B³ ftï(n!ÿ\\ØÒNà-²c/y¯‰Z -Ü@_¢¹„.1·/q·Q–DÛ—o XNßæ¿\°Õo¥j³ßŠÅ•¼2²ÉweÎÅgåîFïå/7[üaÓÑ…ç®¶Ü@ý›¸ˆr?sõÍ®C³‹ç²n$/ˆßàÞ!Aä½µ@ðиÛ?ðr Xõs&¯R×ù¬þŸëúj2Ïã8þãiéÉS(!@:H0ÞAİ%ûÚVÏ[×óô\ïÜ=]*Ä‚(¨¨Ø°³VÖŠum 6ÄEA¥ ”ýÞoææf?^äÌ{>Ïó›gæ/z8Lð0MP9Qà_9“ïWõÏð(“ë[½«¯.åø<¾ÆxW×2^U8ÚÊno'pÿîïÄÛ·Çï  ¿ƒ³ÍÆÛ§\FhTB#n#4ø>B1Õ -«å¢ÿÈëÔ¤_7­¯`|êÃ9^¯Œ\ík3Gó:™ãÞ0žqkøžQ¿Y@»¾]M©ÞPÎGH§¦ -Ò±é9©lj$z+Åý=¸Ÿ‡·¯ÅÏ}Ñy„æ\Ägos¡¤»%Vü•BÜ߈ûËËšŸÁø âíÖJÜŠŸÿ ܯCÈ·!M#BêÈÁ¹ -@„ )šŸâK‘ Ä]5æá~4–€û6l -îÍÁb_®·Z)ð=¥@y³@±@ÅH€0‹À!Uh"Ð÷<@?r-ä€CĈ 4¹PØ.èòº”ì¡O_èrâ3s‹°3Oˆ.æ5ñ‘i%Ú˜n‡VüÏÈæÿ¡þ„¸ÏzHAì.ž' ‚l üÁbà&‹€3^œ|àÌå÷gp—1ÀËdzøëé/ü-ôgA>Õ-(¢ì½ä'á!²Kt‚ì] ;D7ÈvQ5Ù*ª'>ˆ[ˆw";Ù$ªQ t_ Å}¹«d*ä,( øw ²8 ô!é!°Ó=’Ù¼ÏÒqíÒÅœOýVrºdë˜NÙ&ºC¾•n—ï ÛÅT«âÕ¢8F5+ÏQ”Ô{e%Ù¨¬#”Íä+G;]ïL#p^:·7Pྒྷ# ÎJ ¨Õ,¸ëXp •‚«‘—¡’/Î#EvçÉÂNçøíÎ?òÚ\r[T˹ͪ՜÷®ÙÌ;צI]À4ªw1oÝJè7nGé·3ô+÷«t½ûCê¥{UãÞÌ<ó°sŸx¯ÚøU è \pßM.™t*1øj% ÇgÂ;ZÚ­Â~ôL‘´xN½÷œ!lôœÃ£ý‰×ൄ÷Êk%·Þ;‹[罉óÒ'SëSÄy¡Û˩ѕ2Ït§™§ú+ÌýC¦J_Çy oáÝõíÜñÑm=ˆoêAҸ㾗XV!NBÓˆ Ä ùζúÇI› ÃÙÃhIßTQ­ÿ,aÿ|Á³€Eü§üÇkxÕxU¹¼Ê í¼AÅüûÁùwƒOñ¾È¿|—3¤Vp-äƒøJˆ½ Ò‹Á +ï¼$bðã \̃bÕ<{Œ 92Xü¦,û2Ô,}šÊ>ûV\Ùÿ¯âásÅ÷ˆX,¾±B|+b­äFäFÉõÈ<ɵÈ"ÉÕÈ}’ËQG%—¢Î±¿EÝd/D=cÏF5ÉNGu)Ê¢@y2œNô>ÞŽ?-F¦~ô Ît›IÃiø“_.ªŽŽgïÇ$õ»3Fv#vª¼"öù•ØyòK–_¸D^>p•â‚1KqθYqÖ¸MqÚ¸[ñ«ñâ”±LyÒxUy|P•òè §ÃÆ—ƒFp=`õþ> ˜áC ÉÃÄD—EN4U‘/†xQU !¼;&#[÷òR\ªsyÜ—sqÓ]ÎÄýMõkü|Õ©ø«NÆ/SÏT‹ÏV1åªJM;T‡Lû\šŽ»î7ý¦.1ÝSï\ï¶ÛÔæ±ÓÔ£)2g¡ ´½A8Á…8÷¢ÛÊC-É"T—$CÕ#ÜФ@æêðhÉ…¡ƒO'Žp=iå~Ì<Éãˆy†æ°ùæj˜iJÌË5ûÌk4{7z'æ{îJÜí¹3ñ°¶0ñ¬vGâ-¯‚o^xå'6ûlMü¬ËM]Žô½A4‑=V½K%ÐóT=¶qÑÝ‘.èZº:Ÿ),K‰SMª>8ܦ-±ŒóÞk™êSl™©Ûe™«+²,ÐZ~Ñm·¬ÐX²ôù–}ž¥Ð7ײß7ÇRæ»ÙRaØdyê·ÁòÞ?Ûb÷_o€¬a_#¢arhKE¨fBÆ: {cit}œ•OÐeãúóŒ$Û?ÒìZlKò*JN×oOþÖo›uºžuVÀVë¼€ëÏ[¬K7Y37Z7f[·­·î Zg=¼Öz9xuRuHfRcÈʤO¡+“ tE(°"ô*¡'ð½w¾kL"Ð¥ÉýЙ©^Ǧ„rL(-?ØeÇh‹6?=Õ“66psêäà ¶¡Ù¶Ù¡Y¶ùakm‹ÂÖØ2Â2mYýWÙrû¯°í -ϰ•†/O)Xšò bIJCäâ”ÎÈ_R ¢/‚H» ß÷Æ"T‰ï;·§!t;?MŒNÎРC böL‹N‰wÊ›8T³y\²oö˜ô u£&„­Nÿ.bÕÈ™‘+ÒæFe¤-ˆZ–¶dÀÒ´Õÿ—ê2 kòÌÂðùADA-‹X@AY$}A@"@$,Ö°„Mˆ ,BT¤j\¨Áѱj S;L]P¬Îxµ—ª£ÓÖÑB/Û™*š9ý3Ü¿ïë}Îy¿ï}Ä{£šÅ‡(âQJƒØ­OÇÔ‰ŸÆÔŠ_E׊ß!fŠ%ff6cßËÆ -®*±o©ð­²…±b8Q8ïˆ*Òn°0Þ¹?ŸëÑ+OôÝ%K êÈÌmËG¶¤Pš%%1M’êØIc¬F²ƒZ'é¥ÖHiÛ$'hU’ q’©8µä1ò3M-yK-—˜ßÃ,âîÁ7˜ÁMôObç/Å®Qj £å®p¬|-ùã²p[}1mé%ÛmwЧ#7%°5;-´I–UŸ™[+UÒ¶IÕñUÒ:z¥´•¡–êeÒ} %Òá„b鹕ô -S™ñ©”Î0”Ò7t¥ÔoÉï»ð$à.fpý—Õ˜AÀ˜z¯\GªÖT†.Ø«¦.é.e®ØYÄ÷Ò&­mÊo¨Ë͈ª–gSÕ[ôRY ³XVÍRÉšÙJY'§PÖÏQÈ œ<ÙN®l’›“u“#û‰#{ÍÌ•™,™û}¶`çÄ ®”|†½ëØ?G‘£5Î0T»š¨ ±ê­Ž±ïª`¸´•ó<›Ký4ªMÁU…’¨2EM•—›P˜£ääç¨y¹òz¾\Þ.È–ïÈä‡YòÓ©ü² Cþ _*Á“ÊãdÊÍlK^‰î㦋q•—jð­_p¼;ŸÆö7xA_ýúùº:Š]G Ý©¥šã^_!\½­<9¨¼ds„J%¥æoÍfÊ -xYŠR¡TQ#JW´Š$ŠnQšâ h³bT˜ªøL¸)ÿ® 5ÿ9?5ÿ?MO¹º;Ò¶Lç ÜÍZ‘×Å_%ëÜè'éH NiOµm‰ák ¨\­šÆÑ6P9ÚÎXv›>šÕvœÂj»ÅÔÞŽHhý>’Ñò …Þl޶ä.ÞÇ+˜Á8æý'{†Þ=èïhì·…Ú7¨ð'•õ‡Y+÷Æ.Êëc8Ë>âºIöˆ¼7õ¤¬u§ót²0¶® œ¥+gêêÃt;Ctú ÝH0Cwq=]÷UPüîѺ^S;ßm°äfðÎàÂN#ºíØ×½oý°÷ ’ |ÈЇ¼¡phý¼Ü¡HÛ¬ƒ´%iƒL—”|ÑþÞÜ}b?–>+ A¯¤ëËãõõñúÿ8ý€M?ìKÓ_XMÕßò‰íæ³÷•/¥ïŸ%×4¸‹8ûsè?…ÞÃûqƒCšÃ%G±û /„Ü7Ø2âGÊ ±Sì’ŽÅ9 -ޱ–³ -܆Ï8CºÕãk(öŠ1Ô®Š1´{Fí[I1u§λEn¸Fù‡kÄ¡ŸÝÇޮ´ä -f€s7¢½ƒèí6´à Žc÷;u Íè©cž<¶–,Û`Í£Ø%ãâŒlç£È…b¯ˆ4ÊVD·.0V¹„[–…{C‡—n0žu 1^s9ýØ!xtfiЩ7N–ŒãîÅìO}Œ»ˆgîGoçIœÃ'åcy@ÿyáE2pLNÀ2­†ÉŸL3…XE›(6¦x»PÇ>Ä”´8x<}ñúñ<û ñ²EA vë&v- œ´ ˜0ÚøOLÚø?X°æÒKß‹¿-ô½øúœGÿiôÀ3wã™[ÎTÅ Ðy y€u úK2„]³‡Ðë®|݇ºH˜ -Ÿï?Eï7Ŷò½‘dµúFÆ|Ÿ›ó½oVÎóšn%8ÝGöœ!yLOÜo}Mr»ùœä:õ+Ù’3è?9‚ߤQ€ðÜíè®ý ÝÙèNE7ï/´ka7îÀûkkXuo ¬¼ç -÷¼ ·ûë×û‘ÄèÄŠ‡BÂå¡„Xö‚pzTKµƒÃc=Ø?»'“`ûä>Ø<š›ïþÏ(ú ˜ûf¾Ï]îÒq€œÏ6O®Äß¿ xÀçï>xnË_,†e/\ˆ¥/V/| û—뉅/£ ›ŸX„ÕL -gå@Ìâx/þ,^¸ôÌ%äÎ{ cöûñì»ñìM&õŸpþ A·Ýô¯"þ°î[ô?@ÿc—§N³¯I°hΆ°s ¬ç\òÜJÞ®AB*À[’Ìáè .ÿ¼t¯O½ÇÁs=pð았»âK€ô)ºéèŽ@w º½Ñíö Àùû,ü`Á;À1$3‰³5²Y†x ~H>XÁœ‚ü—íz‹9mã~ÿæô›sÍTšjt>L¥ÃTª‘f¨‰æ5™†Ñ¨It ”œW%éDJEBTë´z7±ôÖ"Ëb³Žk²/"d‘´xöÙ÷º\Û^×ûÇg~ÿÍ÷~îß3ó<7>œ¾˜ üg„JÿQùˆjÏGðG/.Á&‚)$#Ž™GC°„Š ›‚ +$l">ÃVâl'þ€]0 0à=…wÐoá,üÝðB?¼Àá xù †½ "GòMüW¸O\C’… ×0“ ב‰ëXEý ë(¡€2%Ä('¡šxµÄ;Ø‹s÷ãÜ#8·çuâᅧÓïCþ|†«ëÅyO±'"†C± âˆøˆiÉCl[LÂE¬"DZ=Љh3ÈÏÔ9ô?(é´ÔÔ÷´5ÔwŒõ”7dåw²ŒxMVýd ñŠQG¼d샌CÐÇøž1þ½ŒËð„¼¿‘}ÐÃz؈¸ÏA”_yˆrwdjÉGsâ›ñ… pá"s_.†r>›ªXøÓÈÞ,Æ^½Ÿ·„ö’ŸEí3Í¥<l¤ô -J)OÄÁ6â±`ñ_AñHø5Ñ#l‡Âvx üî™ý -wÌŸ·,(×-õšѺ-í'KDÿY˜ó‘¥ Y›rÙ;âç(ÎGq0gÀ:‚ÝoÃìÅ1zE)ô'V‹h¿Y­¤öXçPÚäSîÛSîÙl¡ÜWQ~×wÄõÄmñâæÈãÄõ‘gˆŸm/ݶw‰+vϨè£Ë‘çíóÜ0ÈšÏCb&9sYÈÝ‚…k¦Í‘fëÒüWéû¥[°B—;z¹®dôR]uàb]}à"ݱ  ]gÐBÝíà…ºøù!pnð_ðèÆkïJÅ=HÃ=ÀÍ¥@ã¼°;Í•Ø6Ï,O á—&…(HTÙæ5®kât£² ±Ò•3–éS—èÓƒ3õËeúYº¾pÌýÖ1iúº¹úÃ!©úö±ÉúØódýà˜d=’aÁ_ôGá½€÷Á•$€ïqöIþO®Ë;*ª3ÿ™¡ mè (‚ -R¤ˆ‘3R¤‰õ -¨ ÒT$TÁÂX@AA ÃLŒôÄÕÝXXk\Öh‹ˆÆ¬«bI,Ñ»¿ýŽgÿxÎ̽çÜïyß÷ûîw¿÷ÿ¼ÄO~ó…ñ}èá<\^ œ£»c-{ ÒÌcמµZ¨Í3Ƕ¼ÉâM¹îÒõ«}u‹r¦ùY3-VeDÙd,sZ–6Ï=yi¢wbjjÀ”•òù)¹Š¹)¥ÁsR¶(f§4(âRZ±)§ä1)7ä1ɃA1ɯc“?Ä& þà ð}¸½”ïkp†îãì·È—ùÀ®uRl/4CU¡­¨b«ZI·NA^ÑšÜб™«#­ÒrbR2ç¸&¬\è5oùbÿøôtylÚ*ELZQptÚfETúnù¬ôÃA‘éé×"Ò"–½"ý#– -#ô%p-,çžÀ#øiºñ¬O؇ÖKPUb‚ÊR+”–LQ),ž®™[`U8côò‚ðñ©yÑv‰¹³§Ì_=Úìœ$ßèìe‘Ù9AY_†go -ËÞå–ý•ßÌìßÐì«>¡Y>!™/}B2þô ÉF¸Ïýà*kp.óÀãw;½Måìwø«\TV裴Ò…•Ž’µÒìõ~º+Ê&KJÃÌ“ŠgYÏ/Šs˜]8Ï5ª Ñ3"©wX~–Oh~!Ùè’_7}FÁ!Ïù'=‚ó¯¸+ò¸Ë×¾œ”ûÁ3h0B×bçþ ó>FgËö|d©Üľ³Jë”c«´e+]ÕVTyk/Ùd°hcˆÙ‚ ãã+bl¢×Ïq -/O˜Z¶ÄmFY¦{pÙ:7EÙWEY­‹¼ìàyÙ ç ²+N¥ýŽ%CÎþE\üŠ„nfò}àœbîßÒy°Š}¯’=×úyüϯ–`U12wXaùgÉ’OiRµ¿î‚íÁÆñÛÂÆFmš¾%Þ&D¹p²B™ê Wf:) ••öÊvʃ6þUÇ'ùU]¶ö«ê·òÙ4dã½ñ½­×†OvÃ\a Ζ'èo£s?[¡Õì;k€‚:ö}»ôz,i‡ä=ö¢„WÕyõÞZqõz³v‡˜„íŠ3£.Î2¨nÁ„€Úä‰~µ+IþߺŠñ>u;,½kŒó®=fîUÛ5ÖkgßÏ/̧U¿·ð¨þd9ÌÎÁiÖý(݇wò}¬å<Ð]^¬ÝKÿ~`Q“ -6c^óDÄ7;Š£›ÝÕ#øh…ëÉ›fû7FòiœkæÕ˜d6½q¹™gcîhÏÆòQÓ«M<ݹ5^4tÛßkàºï¹ÑÔ½ïŒ]ö|4æ,Ûѓ̿-ézëö›÷ÅMÀªföž‡Ù{¶Ñ­ˆl°vk„´;Iämjþm¾šÞm -ÏÖp]Ö8}·Ö…ú®mKõ¦¶å躴˦´mÑqnÛ§íÜvD˱õoš­÷4'·<Õ²ÿúmûÃt†9½•5 ¿…­è¾F úPqˆó@oF+kpˆ; -„üOjÁ§c4¼:¬0­ÃQìÖá¦âÒá£æÜ¡:vDH:㥓;Ií;W¨Ûuæ«ÙvnT›Ô¹KÕº³Eebç_T&tvKÆŸ|¢byâªåñwjç¿õ>Dïn欤·„ÞÕô.=Æœ";Àï³€ãj°?oÛ ã0é‚ ¬.LM¼è)1Ply1\<îÒ‘ù¥Å¢±—²Df]Åݵ ¦]M0î:îë0¼8à ¯`pþ­h˜oéo¡ûË6îIß°ßqЛÞ$œbÎÁç¯çK€ÍU`Üb˜ÞR‡á=èß½;Vu;A»{:´ºƒ¡Ùž$¨÷dBµ§*=5÷0ÉžSÀ?äïòÛ­ô7µs0ït¯cÎ+éN¢;ƒó€OàB·-·¼ Œêôï½"¨H!y`Qÿ ßš¸ð@â <ŒùAä‡è7ÞG\ô8ÑYÜÇôñõ±îõ¼­< ÑEw2Ýñ€™|¯SoÒO·å]ú¦¿Ðì$ü‡¼Ï5g†ÄœØwÞçaýåàE¯¹ ½ææó¦0ñ7í#ìåZÛÆÜË8ß«XóT†8—y‡ÓíG·k7`÷`Ñ ˜Ò«G¯ô1 ~B7K‰WäyOÞ‰ˆ1"¼çüÉš|âaQXLøaJ 7@¡fÚÌÉX-þ×0Y*ÀSM@°Š€X‰€±€e"9¤QJݼÅü޼Á.†±/Ñ„!Æ ´“ãxŽ3x†Ë,Ó]ò˜ á)Ÿ|Jã¿ÉoŸA7ý£ÿcÇlƒ»º€ UQŒacX"úˆLÑ{äÑ]Lo½Uu;]µ¿cï'‡8~+ÇýOð=~EíÝx„‡äñ޼ðà3•QڂĈ11†±ŒÁš1Le þŒ!œµ˜+~Å¢?°Bôk˜o!½åôn¤o+];èÙMÇ>ŽßÌñ[0€£û4þ…‹ä6úxõ Ÿêe ÷è¼ûôKõ´5}MAËLCО ¤Nꂪ·ÚIˆÊï¢8ñ$QôL’&z*ÉÁI>~•”`PR‰IúÅÛÑ'®Ã/â=è7ágñ׸/ù?INá®äׄknïWÝpâ<䲎,‚»@}¢îmOÆý¨$ÜσôÊ'ôœfû·µ6O܉ܔ„¯Ýµ„îE྇ Ü£×»žVpdzÜöÚþâÕ ¼w›ÞûÀ ï1pÝçáªÏ¼ï%Âeß;„‹~ß.øÿ‚Ìú¿±™ñÇmÏA¦ýpÒ"¸;Ñ÷$œakƒ³)È[– ò<Øyº’ióÈ—<ð“ï­L%Þ Ôoéˆ7ƒÈõ`3rÑ€Ì3š‘ËÌNäs+r‘Ù‡Ì1w#X#È,kùŒu -9Ǻ`3Í^°9Ã~hsŠý/ÒIöÈÇٸݷ?öPŸŒ3 F$¾å‘¿†SÀSðéGøŠ†ÜæDÛÞI$͇)I—´¤¹ðBÒùð2Òlx5i†ÛHžæ¶Ïr»Èg¸Ûȧ¹äS¼!òIÞùï8y‚7cwŒwÝî(ïÝ8ï§%‡x/)c<Üñd”‡/]¶x8 ¾À_N$WÁÃP{p/‚øld^ $Ï âì?¤,™ŽÌt˜ŠÌs8%,r8)¬p8!¬q˜nr8&lu8"ì¦öRÆEƒ”C¢ÊAÑÊÑÇQÑÇÑWK‡EO— ‰~sÚ#zOÝ#Ä—ïþ|@ð?ô×À¼%OH ÷ÖØ‚…h¸Dœ•DØ‹)“щK'¢ÓœŽŠ³œ‹uNŸŠKœŠMÔ1q-uTl¥î·S?o¥Kú©C’¡å{%‡–ï‘L.”|î¼KrÇy@üÄ¥Oü‚¶CüŽÖ+Æ]·Gÿ ÎÄ—PÿI,ÔOàÌŸ ñpeýr0›àO˜J#¢Ž‹£”¢.£Òô#ÒœÃR=mHj¤í•VÑvKëiƒÒ&ÚNi§ë€t»k¿tÐu‡tÔ­W:á¶M:ëÞ#½å¾EúØ£[úœÞû–Þ‹ÿð ?Ãþ¿•Ãþ0÷¦pæ¿ó(L¥ú€‰ÔU¶Ÿ¢‡Ñ¤êpbmOÂ÷AY¦ÇNY.½_VHß!+£÷ÊÌžÛdž=²VÏ­²-ž›e^ݲa¯NÙïÙ´w›ì†O«ìŸæøg¾Mñ¯!¸¯õ#ÞÃ3ø!>ëPÿ¶ -f˜»æ`=‹Ùét0žÎDF•öC¢S×ÓúÑdzo²Ò«'Iã³Ežï»Y^äÛ%¯ðë”×úµË­~mòNÿy¯³|ïJ«üÐJ‹|* Q>Ð ÿ[`½üŸuòWµ‰ø,ò»€ïáSêÞ„™ë’€X'Õ6àˆÆÈ -"îÓpɃQKw(cWô¤%Ò» -ŸÎT•[JN@ ª lFK­hemjD[ƒЭÁuè £=À¬F'™Uè%V%zŸeBbU ¿3+PœY‘Œ3y¶Î"<ƒ»pݸŸ× 0wMÁz,f ­ ø$/€°[jÛ—-¤ôh$Î]ñmé¨o3†X6¨ƒ7ä2ê…¬ZE»ZQîR4­ªTts*œ2ÅHH©âxH‰b.´Xñeh‘âÇPƒâeˆAñžcPà«ùúð \3nÃþ¯èaÖëÆ$¬ãùì/ ‚½z?0 ãØlË,éΦ¶eǹYÕrŸ† E@mz:ìÌb›°N9VZŠU†±Æðb¬#Ü€õr ±}\=v”W€Íòò±/"ò°xyØoÜ<ì¿ayiø~„³øÎÀìÿ"Ì}Ó%0ë0¶€}…Ž`—ÁôXÈævíº5Ëšòci Ú¯šlt¥Iƒ1K339ÅÚ0CF!o£ª˜àž_óV)ýå¶ §ÂtUZËÃl-e‘µF1µ²8Î­Ô ÷5lL *Ð)99ùjž:/W ÒDJ­)*MÛ¸fƒ¶+J¡Ý•ª‹JÑN‰Pí Q²ö±09çß‘hΚóy”ÀÐÿËPs¦ -úóç(¬ƒð[¶W@·Ù´Uû«™ƒÔWñíªLk—•UHiEe ^F4 §8iÈWnÌá+ôzQо<*YW•¤ïˆ’ëûErýa¢þtd‚þº@¦ÿV Ó=È -^óeùø¾†>,@ÿ?‡šgk¡aH_5Ì|°¶Õ-ÖzoP_Ï"šë"Håµk(Å5ëœuæxme’ŸÚ¤`(ËÓCRK³xÉF ÑX™`¬‹”ÛñÆ>~¼qtõzã)^œñWj|È•ÿ‹-z Á?ðW8ÿ×ᜇš§¡= ô@Ú7Á}ßbê¬ÀÜL(·†Û[…Kô›$NÚÆ8WuC¢—².% µc%UkBªóÃ×›Ü8s Wjn —šw„Æš÷‡¬3OrÖ™¯®Š1?dK*ŸqĦW!â -üwá]¼Wî¨yÜ -ï#dgÌ;k µm0µ»€ÒPÔ‚è:ødmûZGuk¬³²EæžÚœì“Ô” ³f2â,yìXK {¥†cieJ,½ ‰e$HlùÙeeÇñÏó<3ÏÀ  Ü÷9*Ê ƒ¢¦©m¦æš&¶jn–•î²Ùzy¨( €rˆ¨Ì(¢À(Èå}å…«fbZ±¦–w–ÁÓg_¯ÅõõÚ?>Í<¿÷çóýߊžÉiGz$~UŸôÙ½ž‰óžõJœ«wé kPÏšï!sÛbîÇ%@&µdùËÔÀG«ìñ~†/¦fô&eĨ'¬2ÚŽ]9°ÛèC]_OÝkØò7ý/;piŠ~€éC}²éÓ þ¦EI¦5I¦~‰¦]¾FÓaã²+ÞñKïúö[ü‹_¿Eþ]:Æ5XÃìU&ž dæQ«Ò…l‰f­aߙžk­Œ¿¬sCJŽãr"Ä1ëâä‘ëúë^[;¸Û«Ù¯¹ Êåžœ5Î+)k’·1kºWBÖ,jG|V†{¿¬B·¸¬®}3]úf^vŽ]}ÇÅñÔ-fU‡{—9ÿ{™¹|û^j-[ ådÎ(5‡}×z`B{Ï"{Œ.òÁEÁøSQ”4´(^~¥0Y›\øªCbáˆîñvŠ+xÇ©oÁ4§Ø‚TGCAZ÷˜‚•Ý¢ ò¢ vØGå×ÛEä·ê"Öÿhž÷Ä>,·Ã¡KY÷*rÍÌ»Z½XœËyØ|\LÞŒÝÂÞ³Tij#Yü0ÀÒI–h)Þ¯îk 1˜‡ÚF™Gj#Íãµæwµá–¶a–y6¡“&Ä’«ém¶ÈÁæu¯Òsêž[ÛÕ=6?’õ%Ï5]ªföÌ[BnNΖ4m#{ÏàýR e0r0˜íi|¥„˜*GDUù ÒÚ áÖH!Ä'ö¶&K½¬Ã¤žÖÑRkŠd&Z?¬ Ek¦àkÝ,x[«¯ª&xVÞ‚gÅÁcׯb—ªÈßμ…E\‹Å\‹Ì<×Ì$÷Ý]À[•¬Án ©ˆÞô>ÔiáWïŸúx×÷g} <áÞ0® £àÒ§Æнq6ìMÐ5l€mÃhê!×ý‹º ¹öÑ •3óVró˜y%3/`ÞYU¬¹È}c0¨è[„4GÏ€ã)6M¶›\ nöƒª¹7Äf„æd^Â|¶ðAÒÂK¨e6ÅEÞÂEÕ\Aq€¦KÔ÷/´Ý̵ÈÌÙ̼”ì9{¸È}ç0ºÒÀ98 „ô§¯fÀé+@{.hUñâµçC̸ȇ@(ð5É׆ð‘·áu^Èm<Û¸ánÐGC¶qඦÚ\ä²ÞédÏ'{3Ofæ1Ì<ô(À̧Éo¼Ïέä_TWÉÿ†j£¾¥nÒË-zùÞh×·#;¬É½‘ÀÏ|œÜçAx)ð€“ÿ€…°ó…60û*Öü æN%{*ÙcÉÎ̉´ÉÌ=.0ÿeæ¿Ø’)Þ$óÅR¢ºMýHÝ¥~ɲzO‚g¬ÉóáÀï)@¼|ʺRà£Uàa«ÀÝF¯¬ ZAœ¤`°¨`”  …ÿ™†çø~ÁlY ÉXFÆJÜA&99,E>YÅ,K)Ç-g‰öà;Ôã&šq×èâ®s”ëè Nãÿ¤À…éÁ‘<èAO‘ôÐ_ìÄpáÆ’=™)¦s”T²æ“FÎrÒÉÉà´dsIä‘UDÖ2ÊHµâkÔâ -N㮢•_µ²rYÑ ¤¾,EìNZòí5Šä.+B=„JˆŸbˆp£™s"yï‘5“¬OÉ™Oÿ ÉYFÎJr2q™µ¸ÄZ´r>.bΣgQÙ8‰þÒL×g8k§éá¹'_’"ÛØ*’¨Q´¶²bï¤Vì}U6ÁÒc•A¸'D»0‚ùÆáš0W…qYLE«8¤4œ—㬴_IøRÊF³j=šTÅ8­2㔪'Ôp\>£šK8bÛŽFÝÔÛ)¨³WPû’;ÑFq€¬¸©UЇ¤¸»KœÅÛáÂM]®i‡â’îMœ·›ˆ³ï¡¥Û 4uŸ…ÓŽópÒiN8-Åqç8꜉#ι8äR„F—­¨w݉:×ý8èv 5n­ØçÑŽjÏÇÂnÏNÁê©UžŠØ%ʼn|/¨AìÔOüº ·½¼„6מ¸äƒ³Ñä='}Æã˜ïö›ŽFÿ¿£ÁÿŸ¨ ø µ‹P`€ ì\‹½ù¨,Áî 2TU •A‡… -ý9¡\K,Ó?”¶é—Ì=ÕTú_)îäAü[ù.õ^6_\ôóEsP¸p¼g¢p(x˜X×{ŒXÓg¢¸¿Ï_Ž!‰{Bþ!ZCæˆU¡Ÿ‹•¡‹Å]¡éÒÎÐ5RyX®T¶QÚf‘,aU’9¬^ÚÖ¢Ú~Cµ)ü¾¼1ü¹¦(Lц)6]Rü!*!Ð'ÌÔn4ÎÒçi Œ tŒ&Ýzãj]ž1W—c,¶[g,³Ë6îµË2ÿƒê2 jë¼Âðaß‹X;!Ìb_@ Á!B d°Ø˜Ml± ãQOð"š8nÝñx‹¦q›¶ic×:ÓvÒñ4µÓ¤[b×il«Ç̸ÓþxFšûçýî9ïwÏy½–rx-äü…bÌyF™Ï¶ùÌý6|ÿG™8fò1ëðî · -qÏ&<áRa8ì&;îd¹nçxž&ʼ6 ±÷!§˜ ÅDh(ljNÊD/e•¦¬>KÄœÏ"±êc$6}ç‰7}—üf‰Û~ÓÄ}ÿ)â1Õ@<¥N´ýϰþq´ÜÇOú‡8^ncö»Š£÷û|WØ- 7K,%é®'y¼ÌÅ<Ÿµ¢ -¿U®Ä™« .rÕÔn+už«£Îqû©³Ü‘€îtÀw1`’kœà~7pœûVÐ÷fð÷nðQîg´!îÚPáKš¾Ðüš/3ÐÅ£ö˜ûnH0ëT|Oà;Â@°ˆbíN -SM‚lϲÐw±”¤Î—TÍòk‚gø ÁSüfš§¥Mðºiã<}È("d„?:Ì?:Äß -ä[Ãúy×è}¼è½¼‡á=¼¯èݼˆí¿|Žýÿ¤ W Ô¯à -Ž··¥¸[áèß®öƒM ÃÎTÍrZ©Êr7ŠŸÙ -^Àd¹€6Q&#åa#d#}˜l דáƒd_D?9ÑGÎDö+‘Ýä)†Ž<Ïè$¯Du?‹Ò–þ1Z[ú¨¶Ò猶RÛ+"_ñYzQ„yõo6` u¸[átªÆÖkÃaµ6ÉÁ(Ûç6#É£Ä\êh%IŠèƒÒˆ~‚Ñ+PGu Ú¢u‚®è#‚¡˜ÁdŒV°Û&؈Óvâ .Ç7 ~ßTþ‡xuùßãÔå߯ªËm1¯yˆ¼‡5øsçuÌ}U;¸rlá9N(ÜáúPX¨O°ŸU¤¹ä9^#5þz ŸÖ'л«ªG*k¢ÛEÊØ6Ñáx¨3¡EÔŸØ,OlÍ3‰Ö™¢3IJÑ¥¤zÑ“Âß!e*„ÿNTm Hü+>Å>üªàG˜ušÑMX<Ë&žc­ÑUÁpLk7ÙÈvUî÷Ð+ß>yq®† k— -‰$¶¹º.A->ÄT‰Û’•âVƒx$E!žM‘‹×RjÅÛl™ø"[*~-©z€|É’V}“,­²%!ÌWü½ø ÞÔþ¡à<æÏ-\EÍxŽå&˜k¦ÂTsŒ5³‡Ô™n}ª’ ­/ m©0Ôrqœ²¦†©¨Q²ä²vLǑʆ8Ù4G,[åTɶ8•²·8"é-ŽPú[ä ¶Pú,E$±±^ó zïC¬ÁMÔ¾¤Å>´¡Z1oá9ŒølZã ãm0ÜÊ´ïפ»tÎõlo.ðoQóh‡Tå ÊÊXyƒ”)U(RÄŠ&Ne]Gº¨n ½¢Î.¨[N+¯ûNZYÝ.‡¬{—SZw?µTþ9ò/6YkKyÍo°wpõ½†úow`æDNàÚ·„g™Ágãž0Ü -ñvݧŽölw–ðQ·5´ôÚÃÂhISubå!9«BuˆS¦Ò¦‘ª¾´RÕxZ‰j‘ÃWm¦òTVv±êFJ±ê׬¢ÆÇ¬"åSVQÃKĶÇ]ìÃû؃+G0sê°Èqd®3þw¹Bw0t÷Ä@GOŠƒ¦;˵©ë€·ò—*ï, ‘´ "EÚª¸òÖZfik#‹¯iekzRŠ4cÈB2Ws2©PsY ¹‘X ¹—ßò8‘8ü„I4¿dM¶=>Â{p ßûrÀÙ^ô"²‚ÿ§£ úû@7èíúHÐè“ìÕƒûœ•¹òþ_I/HÔSVÞ]É(é’Åë” \&±@׌ÆçëŒq„n#–Ð9¨»}@w/*¯óQtnÇ“˜Üö±9í¶=~Š=¿ÞðÎÞÄŒ, ヨ?pWñÖQ/h ÕX‚]ýDZv4ÛU2Bx‰Žù—“Áü!aX‘^Y ¯"ô-Qõ]Œú‘È<ý|D®~#öÿ -Ʊ]Ô;=Œ^DŽ¡îÑQ€®qÍ$fŽ)¨Ÿ ùL4ÈfYöâ™ §Šéúu`úÈó ´‘—{¼‹5ÿjžØ@–Pwj@ÚíÏÔGä ˜{½¡r) „ËñP¶”êÀ_ÚïÌ]<èž¿Xä•·P擽På—µ ÷Ï4ªý3Œ~ûŒC¾éÆYŸ4ã:…cÜñæ¯x¥ÎÿÒ“=÷'ϔٯ¼Y3Ï)¬™{\Å÷¿ˆzÛˆ £Øü4æÞ€>Ôn]hXA}ŒCeëÎÀ7@‘™…f¦aNsÈ]ÏvÚ¿žïš±ÎwO_zpÖe©&•Û¤õH1 ¸³LÓnɦ5×$Ó¦é²sÂñŸ;'¬=tŽ_ý§KÜÊ·®q+ÏÝ^qÙ€óá~Ԟǻ€Ú:ÔnÂhXc¨Ø(:ÙÏâY– ÈØf@ú68ÛiölKŽC²¥À‘i!-UNñ…Sœ¥Å1ÖÒãcwˆ¶,Û3,[ö‘[ïØ…oݱ£ŸþÔŽ~êoöa›ß8„üv‹¨y5ÍÈÂ2ÀÄ*zÑ = <…5°”ž8¸~€yÁ â­k€hkDYS!Òº­vt+i¶[ !»J íj!hWÖcàoÝ_«(nƒ×ùà}î ð>ûy¶Ç.Öù4²†Ì®£O¢ÿCuùÇÕ|ïqüu~vÎé÷ïŸú:×sÜ9ƒÓNᣦ‹üaù‘i’¥„¢´¤)It“ÊoQ [clmf×äÇÌvýîw/®¹»¯ú£Ç÷ó|½ÞŸÏ÷ó~™9¾‚ç ˆÞÉÔýêõ? À«Q—&[85{À¡9vÍ=aÓ¬uó(›‡@ÑyóDH› n^Æ&G1L#Þw†ºÌ!©‹ºûRUÅ@ µ–õ^±X´g‘yãÈI¦y/0`ðFÐýÐíàr°>HŽ+8t8QÞlz!Ô_)õ6/>mÚxùµñ ·­§ªu?õ Ÿ¡W_ª‚ö -·ñ^ä¿Ój€$æJîr-ÍÀ@r5‡Ð£€ïqÀµ °ù2¸ÚÅÀg*Ã.lÀÝ8ñáB/D ‡^ÄôÑÁƒ×ÁMîØAqáŽSÔÙ—ú™ ˜9“™±T3˜w<­F3¯Ü¾äö$×\72mβ d_¤¾¤¾¦.Q"à -½|G/×ü8¤ö~à°þã ‹M©‹—q_ú.ô.°.»^ªpkÀÜK²'2óðžVàMr{Ѫ;óN~óCÞ•WúŽºF}Oý@ݤnQw”ÀOnÀƒ àWÖäõß8(=e3~šBñ|ÊÃ÷´ø¥¸)8[Q2ÞR Ј âÿ†áFã &ãfá!æãW¤à¤á2ð3²q¹ø ¸‡"ÜÅÜF9mì =øÐÚ)Ü@mþH=¤\¥k¯D6=ØÑƒ-=xÐC0=üà)Ì|j$™É›NÖ\râRÉJG²È[ÃÕóÈÜ@Þf2ʸn%KT‹oÑ„Ë8Nn\'}Õ.á9·Oø? p ëWÜéÁŸÂDÏ cæHr‡“9ެ÷É™MNs¥0GY¸ŠUdårk -È)"£”©+xTjðpÇð9Îóç:αjŸá1ÚIýôO ¤©\€Š\$|é!”ü¾Ì9˜î‡1[,YqdMg®¹Ì“LÿKÉZNÖJ¦\MNÈ(æºå|eªqõ8#ÜvœäÓmLÓÊÊž`-Ž“ü‡ˆYȉ\*HíÉ÷=FkÝ›Îû3Ÿ‰Ì7ž¬÷ÉšEÖ|®ºˆœTrÒÉÉ"'‡œ26‘Q†T±utp‡q–¿;y:º°ŸšDÿAI¯$HÈ·‚D°‰[¥è‰Òw%>ÜÏPÖõïäpN…O$±8-Ã)é4´Éæà„|Zä)8f•†£V8lµ‡y8 (Ä~E)š”•hTÖ¡Au{UgQo}{ìî¡Öþ7ìrPã(`ç+ -H'ˆŸ¿x•\E¸ã Ä÷ -g|%÷Çyeoœµí“Ž&wŠÁQ—q8ä2\gb¿k"šÜ¢Ñm)Ü–c¯{êÝsQç¾{¢úzñîž&qM¯qu¯1⪰IâíaÓÄa âmaIâ­a)â2ušøCu¦x‹:GR¢Þ Ù¬.•lRWI -Õ{%ÕÇ¥Ô¥꛲|õ¿åyjA¾–ÊU V/ô<€×¹}Ég»ù˜×k‹†³¾Ú oøawŸ0quŸ~ÒíšÙ6EV¦!+ÕŒ—mÑL–k¦Ë7kæÈ‹4 ä…Ú%òÚtùzm¶¼@»Nž¯-¶ÊÓ~d•«­³ÊÑQ¬ÖžW¬ÒÞPfiQejŸ«VjÕJÍõswà:ù_°Åœá•zl0çËl©ý¨ ÷BÕ[¡âòp¬4\oU>DQ¤‹VnÔÅ*×ëÞS®ÓMQæëfªÖêU¹º…ªÝ2ÕjÝJU¶.W•^h^n¾ËfEøA›ôðOm?¿f»L÷Àn™î™]ªNx­Ûl·WÈ<ÉÖ:”ßœ&ÎØl½»IP9Ø[#‚E%†Þ²ÂA:EÁ@ƒuÞÀ¡6¹úÛ5úÑvÙú‰v«ôñv™úYv+õóíVèÛ¥ë—Û/×gÛ§é×;,Ó—:,ÕW;.Ñ7;.ÖŸqZ¤ÿÖ)Yß)yÀS§„׺É|MæY¶Ùclù Qœ±é¥’ž¶qD±ÙM½¤ù‘}9F½ÍªˆHû̈a†Žé†±NâœÒ ÓœR ÎK œS ©Î‹ ™. y.Ɇb×$C•ë<Ã>·DÃ)÷9†N÷„Á÷¨'n³ ¯u£?÷Á œŠŽä÷¿?wDåôTb±ÁÆ(äG…Š×XúXe}Ëf…Ùà6Äìœí²$r”Ûbãx·…ÆÉîÉÆîIÆyóŒ)‰ÆtÏ9ÆÏc‘×,ãG^3ŒõÞÓ­ÞS—|âw¼ã½âß^ë*÷ÿ<³·Žâ¸Å6¿+–ßœl³[X“Âá -äÇxbMLˆ(sxoYú»ýT©QíS,Fçä¡·$sŒG¢y´×\ÓïS¼÷,S‚ÏLSr·éæ´nSÍÙ¾ñæ ¾SÌå~“Ì{üâL-þLT—ßÓ#ß &¡ÛºÂš·³-c¹ãXþ-£—Mô±n¤ 9£\‘(J¥–¦Žè«\Óß.éÝçÄh³ûìaQ^3,#|¦YÆùÆ[&ùM±ÌðŸl™gY8Ñ’øž¥ h¼¥,h¬¥6xÌ;G‚cß¹HÝúê2 ‹ò¼Âð3¬‚€¬ -ˆl2 ƒ‚DAvG`€aÖU6dW‘Ѹàh¢m£h´ÚÔ&®•F›´5©×f«[Œ'ôOú㾆køæ»Ï{Îû}ï9³å’Ÿœå’7N©ã7XûK\û[¿#dPÁ0–­Œ£'M€Îts´e8 )Ý]».m¾~µ<Ш"9ĬX9½ Qb›Ÿ`Ÿ/wÊ’fÍΔ¸¤KË…iÒ:W¹´Ý5EÚ+J’ªE2é!Q¢ô#QBÜg¢ø¸‡® qÏ]â~™§™ä Öþ<×þQ.÷"Ù›Ãd›G7ãiÏ2AS¶ê³Ý´j²¼u+2 ‹Ó™¤†[åÊcl³’ãìÓ“’œå² a²,O$“•¸%ÊjÅñ²V±TÖ#Ž“õ‹ceï‰%²ÅKÇÉ7Iâ®’„×BI‚f’ë²ÿµ¿'•ÀA²'Ÿ9È62޵Œ©)Ïõù6¨É -Væyê”äúM)ÈYh’—µÄB‘e“–kŸœ–蜘šê*MÍÇÊ‹Ü%òª9KåÍî1ò îÑ©;ÄQ©Ä‘òSnò«äž("åy푬N0Î:|Lçq¶zCdé[t2–~Ö衺Р-EÎ()ôÐ*,ôÕÏ[4U¡ 1KËœ‘œ+±‹ÏŽwŠÍJ.ÍÊr‹Rˆ#•âE£8\Ñí¦Ø.Z¢v Uœ†*®C2ï -C2ž‘WÂtË—ÙzŸ¡kdŸ²ôöB Ÿ5%Z(/5Cq™= -ÊÄ‚¼Ro]Ei€AZñb“äá–ñE16Ë -¤öÑË“#”™Â0år×Pe…0D¹†t¹,Vn›½H9ä¬ü¹â¸0ÿ®cPÞS§ ÜWNA9šIÎ3ß§‹¹Øz¿Slág7i$µå@ùJ ¨ÒùU¶È©"³ÚS;µÊO?©r¡QüÊ%fË*¢¬¢ÊcmÃËd³BK3—*ƒKËIƒÃÂÒNû Ò·g–Î ,=1sAéeÛ€’;¶þ+žÌô+ziçW¨™äs’#Ⱥv‘^²ŽÔUÒ_®rWë!³Þ -iõNH©Ÿ#H¬Ÿ¯Wh © 1Ž\a¶Jbµ¸6ÑzamšMPmží‚Ú2›µuÖµ3ük¶N÷«ÙoåWsÜò­šK¾Õ_[̯|bå³òåtŸŠ7“œ-ŽU³dHk-s°(æ(Ûȹ³Hj†„V;HÛDXÖæ¥Ýê¯ÞlÚfÜcØoМjá×”kñVS‰¹oÓj³ùMëL}š¶LóiÚgâÝøñ¼Æ ÆóÖÜ6òjxlâYÿó´¹uoL'8]Å:з‡¨ê¸Icç^º—·pæâˆ&ëàÜ×¥èn+D®wBØzwAÈzíàîºÝ!Sü»# }»âŒ|ºRŒ¼»²æu­˜êÕU;Õ³«ÝpnWŸGç»SætÕwïøT_ÜqKÏmí£)ní?ˆÚ~1œàÃk€töö&Öî2ºs;TŽDq=œ»6‹TFRÙ`Áømñøª|µ¼UA:^ª%ºsUKõæ¨õÜUzbU®HU¥ëªjÑömÒvéÛ­íÜwXËió9-ÇÞ/µ6ý íÐóBÇaãëIFZù^"[I7ÇÁ浜{é^A·bØÄl¥Ÿ£™o¿6<ÕÓà¡¶…»ÚnjˆÔ¾¡z¡`¶:\ऎ8ªSê\Á,u™ÀNÝ[u7¬wíÄŒþC°ê?‹_ÀrÇ·°Üþ–Û^ -&8È<ï"½ô®ëâû`÷"Ýù* ãiìN l7ð.à¹p`ÖfπͰ#¬‡Å˜>ì «á@X ‡Á|8¦Ãr+1u¸C­Ðêƒîà´÷Ÿ€ÖÀ%hÜ‚ö¾ï¡³ïé$tnÛȽÈ|·ôò}°…9àš³vq¼DÁC€Ï{€Û!Àá÷ÀôÀш>ôFÌ¡;2ÚG] u”ÍèQƒxDBxàŒL¼x¸ÁG¸È#;€ÃÉàýëÜ„wÉ7“ìf®U\sóÝÀË*Ô€r/s0È}@oþG£€ó€õ Àô$ w -|±è6ÖÄec<Êft”á›’1¾„Ïðá?ÃM7ÆâŽ1¡£#¼öù{s’ôöôm{€U\sñ ûw|é>ÑéE§Ë‡€í(ý\Æ”?Òÿ1á­ðgð‰>sà‡„‹BÄ^Àå@6l ®²1çKwœÛ8‹<΢Ž3Žñ³üßÅIÞæWÝûy6qÍUÌq½©Ç ½‹NÞc€+/·ý`ö ýè½D®«ä¯ä3Âôâs}6†Œå‡•¯Ü€›lo‡±if3rù¸Ïð> ~ŸE¾ÏÂÞ?6Iÿìàšë˜çb®9“9ŽãzCéO¯ˆ^;zÍèÔŸð1…>¿“’/É¿È-r‡Ü#Y£ïË€ÇlšŸ²6ÏÙ˜=çÁüëò‚uy±ìžDs= Lt50ÖÖÀš¨ ¿ó&‹ð –â’ñ_dqR-Ä(Ç3Ôâ ð-x„µøÝø=ø†ó±0ÀPá.Ž1¬³øšÉºÅ¿nâ)Ã}C4ÿÝŒÁ11+Žün.^"ˆÞ(zéÌ OI_ }Uô­¦¯‘®6º:x÷ ¸^z¶ÒÓÏûîezàFðŒ2m—™¾›,×#\㪮Ñð[40` º:Œƒ1X2†Y¼J̈ýù‹0|8:SéË¡¯ˆ¾ -ºjè©§§™åXKO==øœ¹¸Î\\î|Ûå}ü§Áy\dDx·óÌê§´žÿ h10}ÖÁŒ1ØÐ/Ä·¬ÇÖãbèLÂWȤOIO =•܆«0Ž5ô´p{®£g=·j/=¿ò\îQI§iø! -"Þ@AAM§ÙÔY*PQPTÀK ¤—TL3-5ÍK–¥i©•6ÚuœÊÆ.§ËÔ´]÷ÒîL»§sfç¶Í¶{öÌÙmjgÏn—™eŸ¬?>üxœß÷¹¼ïó<ïjLÁ-ÌÇ ˜Çãs³q®¢•aô®`d/£——Qùÿ >æ0dÔ€çÀÄœFaPWŠ>f£¦ý² –uªQ§u†>ÔB|ï\‚ŒÀq8‹hÅuü¼»ãÏpwÒª,à¾8ê§_Û€ú@ò’¡à?èè7µãÐWêf ¦õLø¦Ô©D7ê¬GfÔiƒ ˜“󘓳¸?1g`ß}NážøWó¤kp‚øŽ“¿c>Oàˆï 8ŒÑŸó{—„KÌS<ªx¼¿"µ ŒsÜ%­€_øH᪯.ùéáµÎÑÊaÑ-œñ¯zœ¢·ÀIz;|Ðó}p‚±Ž3Æàhà8xæ‚ÎÀlð58ü)L‡>‚Ìïa?óG˜bzÂKÒS<ʰÜþ‘ p?˃·ýÃáZp\d‰àlX,°sà$»æ9V8Á±Ã±ˆ*8Q G"š`ŽÛ -³ÜÍð·f"a:rDNÂ~ÞLòNÁï -ìåýÆùaÿ)Œò ð½?ñ’…%% -KM<–;,÷wðù1––+ApŽ/€ÓÂD˜Ic1J8›³±…phY)L/«€ƒË\°Y=LÅy`2® öÅuÂÞ¸>†=q{a4þiwüQ«o¯¸Ó·GÜïÛ-ÞåÛ%žòÛ">â·Y¼è×!¾IÝ$þŒÚ&þ;­UüŒÖ*òÒZÞð,çPÿ.¶–KÈB&Þ·°¼Ï¡-ÓÒ`˜LÀXê -bwÊJÊiºß TEí—è©Û$fZÄFÛ*±Óº$U´NIm‹ÄCë´û·K{üÛ¤;ü7J÷Ñ[¤sô Ò…ôz@“ô£Aú-c½ä?ˆ—Qÿ†‡ÿOQ÷†à¶ü÷Õ¨¯ÄG‘‰ :ìQD°â-bPžLÙ–‘BÝšžéß%Ë¡o‘:dE›ÒJmiŒÖ47£EÖÀh–µzd]²Á õ²± zÙ¡àZÙÉàÙÕ·ì÷!.ÙßBªÓþü7¸:ͻėƒ{€kzŒAη¹è?Ú2­4ÛvªØ0 Ž%õª}º”«¨Yéô¶ÌlF«B´AQì‘[‚åå!ëåkCê嵡µòæÐEG¨[ÑǬVŒ°ªYNÅ|X¥âr˜CþI¸]þ×0»ü_Ȭ5r/óŸÉqì@íËù8V!³Øb§p=†qÙ©%Ã€Ž ½¹BèÔýŒÜ®ùµjRè•"°![R§Ô‡Ö(Í,·ÒÆr)aUJW¸SÙ^©lc;”=l»r˜S®œâ”)G”(/FØ”÷¸Ö¬GÖ¬ï9Ö¬ØÖ,ï²n£ö3N Ó&¼sâzÆeé5A§‘íÆåD‹þç¾Myÿz]zà:­2¤:GËrjŒáê"Ž]]Q®vrËÔuÜuK¤MÝųh†xÅš ^¡ú(߬¾À7©Í/PÃ/Pý3²@õ’kRy—¸þÞ(8‹£ŽÃ°G¯Q´eíØV€s®‰›Ì\h1Ç‘šLI>u+©ncéW„8òÔ¬²ÜVej‹Í6o‹QšGc²ÌïEgš?*L·…rÓWyÁwÈó(y¾w‰»ÿKkðL"d s€¶lÄg#®kAPíà³"ždw¼ãSj_E-^“`*W„JÕá¹%¹\ÍÄ϶ڄYÖŠèLkm´ÂÚ-·ö -3l#‚tÛ¡(™í ?Íz‹Ÿjý’—jyÌO-~ÎO-ò.q }>_{™D†‘^d“çìJÔÇ1´ªÊ*ª8P^ %Õ Dq•È×´6Åßà”ê*³™ê -[éÈç*~†ÝÁ—Ùkøiö~ªc+/Õ±;2Å1ÕÚ"$ö›‰ý ÎêòǫʞE¬*õr_qµ>ÄëÐ,2ŽlGºq oÆg­ õרk|¡¤––:Ö½MʯKöÑ×Jü´5étÕº¬ Lw3ÃmOssR\vŽÔµŽ#qm`¯vu‡¯ví -[åšf­tfŠ«o„Š«?­ýó]ç3Vr¥7ì¡ÖIÔ:èÆ< }ÈfÔm¨¨®ÃûNÞ¹ñÎã „|ôÍq kN$4ž•¥'•ªhRÈÿGu¹GE]¦qü;¿¹pä"²*ˆ¢\Df'ÌÔrí¢k™¥™nf®¥«–7D¼ ƒ(0(" ¢£…𵆢eV¬®Ú¶»²{¦îi·Ìlw˲mMöãäéœþørÎÌð{?ï÷yžßó¾Ïøž#—MбìáÈáÙ³"³²DÞ’áÌ. -–½±gföްÌìý¡K»BÓ—~ØÃ±ør˜cÑÕžö…×Ãoè¼ÖEäU¡¸®%ÄöœåÒ£Œ‹1Üï -Ô„¼hË »ó‡hl~¦qGÞëȼ;oÍ»'8+ob§kjL×Ì®ù=Ò]9!×Ú`»Ë”¶º1pèê}©«_ H]õAÀ_¦ä^ JY~=ä†:–’xµh*Äó -ØOÁþKšÆh4©Pº§Ø¤1%aíî«‘îÁáN3e¹o1œîQ–L÷V‡{‚Íîž0´dF@jÉ\Û’l[JÉkRI…%±¸Á2¸¸Ý<¨è˜9¡è]#¡ð’y`Áw–k~´Þгðsé ¨nþJÞ|σ=c­4¹„¹s4fƒ”UiSfe¤Ò=±²{•æ±+Õ“eJñÜn$yî6{î7y¦=³žE¦xÏjS\e™©_¥W}+öèW/)¦ü-Ålø\1eWL1ë®ùµ^=ªÀscé*Ø‹ðý8ìieÒDƲ»<Òm›¤ôfÏÚ%ÔEi@]¬ú{çµ+Ö›¥¾ÞÛÕÇ;N1Þí¡^Þß+Ò›£ðºb…ÖU+¤v§‚¶t( æun>§ÀêË -ª¾êWsµˆÊàà;ö|Ø3+¤)Œ§ãáŽf4tÖKC¶IñŒˆ½›- -÷õT˜¯B} -ñ¥*ØçT o´|ãdõM–Ù7S&ÞŒÁf‚ØÔ@áïå0x•C‘uƒé¶¯üÚê–<È]JOZ/-†ýìé°'z¥±p‡7Ii;¥„§¥>-RÄ) ÍBc E1h€´7e".í„{9pöÒäÚ)òvL¶³h‹´vÐŒ^—Z΢/üÚÂˉw!ñ^N¼ç׃­Ô~ÇñȨg¤ŒVrÐ.Åî“¢ž“‚Ÿg 9 . %!ˆ‹ñÁX4˜†ÇÅìÐÄ¥¬“‹@'¶“bï$À,~_ä™7ÐÇ~UÃ-ÝÌûH¼—àù Ç>Îóò'áçÙÇùÝ|÷‚_ë‰÷³ìYò€ßGJ÷Á½Ÿéxôšs\êqþ Ö_n°Ð›è-tQbú}„Ρ 6†¦(•‹iÒe.Èÿæ’ø5yù†fp…—ý -we‡_̹–n1s1óöâó@”ÎD:J×4^?hŠ®2g~Ëœùµ2.Óe­Ô%åë é¢Jõ9sægªÒ?U£OUÏd»CW‹Î3q~¢#lí”>ÔY¶ù/t uÿB°Ùƒ=³‡(>Çé -w„®è.¸“xò·úR³á-€³N. —.¨ÛÅpÊ Tècm‚U˺Ûõžv¢½„ê !;Îüú>á»Dÿ‹ºõúóMu˘{ÈzêGõÕ7J‚ëä‰1pï…;æc°æâi!ŒlV\A -òàêm¹a­‡åUc+%ÒŒûVJæ¥ó*%ô–ºX©Kßé¨ÇÐË7ÿæ¬ì!~4ìþÛÏQøóA½£GXe6Œù0ã#Î*&''µV)nËalÒkªƒÑÈú-¼>Ï‘£:ÌS‡pÒ¡ÿ°«k¨ûgÁ'‚/~±â;ŒÿŒÅï¸Ãñ6Þ}°¦Â™ gœ'q¶Îr8« ¬Ñ‹ää09é$‰Å j`ý]z^û¨ŠÃü=­vµQMmdº•Šk…ÞúÓüüïÑ—è¼Èe4ìA<•AGãk¼ð4Õfág.œ§à,…“ Ç…ÛBXnXåTÁ&8õÚ#ŸvC~†'vá`'õá²™Jk¢êš 7ý´¾á52¤OÐ;þ×/v?¼¦ÀÍÂÛ¯áÝ«?ðŽì''ûL³µ×4Om¦…j5²µÇX¡#OϘ‹ô´¹L;-Uj¶Ô©ÉÚ¤F[›¶ÛªÁvB[ÞW}àEÕ}§Ú ëª îöëÚíEÚþÙh^wtŠÓhÖ1S”:­u (]ûCFr4Ü­ÖÐûÕö°žîù¨v…?._ø|5‡/ÒŽˆ5F¬Òöˆ5D–jkd¥¼‘[TµC[¢ö¨&ªCÕ½NhS¯T}IžÞß«²w·_è+øhõgÑöhm/Ój;ûÐÆ#‚µ¿W?µÅ QKŸ,íì;FMý~£Æ~j[¿éÚû˜êcç¨.vjc—hKl®jbóTW¤MqTW-OÜ6UôoQyÿZß¿Keñïª4þ¢ÜñWM%ñÝ?ë"mõ£dZm:­Ÿã¦c¨´?ùÆQhÑîøhù©qp†”7ñ.Õ&Þ§šÄ)ªN|Dg©*q®*ŸREb¶Ê“Vj}RÊ’Ö©4©ÊäN®7'ï2%?gZ›üŠ© ùmÓšäÏŒüäoÍyÉ×Í®än¿>ÅûŽÜã·â8÷[ŽšÝ|ÞE‹mJ WÃÐþªMK5mNË2m´1<öñF¹}’±Á>Õ(³Ï0ÖÙgnû<£Ä¾È(²çkí.£À^l^ã¨0ç;jÍ.G³yµcŸe¥ã¨e…ãMËrÇ?¬9Ž+¶eöQ·_çì´ÿÛˆGËóhÇ¿£w;{©Ï VͰ¾ªr&™*œF™s¤¥Ôy§¥Ä9ÁZä|ÐZ8lšµ`ØLkþ°Ç­yÃXW;—XW9WÚV8 m¹Îõ¶çfÛ²ÿ“\îQMŸwÿ†¹ $ð#R-(Š$IH„@"„p5\ÃE„ˆ¤ˆ”¨ ¦ejÁÚZ‘¶Z­ÊÖvµkzºyºug§[w?ží¬Ûéekמ¶kë%{fÿøÈï$ïóý¾ïû{ßç)8Í*¸À”_ãöËßåúäçõÉ¿àõÊïñzóÃù´ÞÁûz,8[ -}-²jyBE E -§Ñ¢,ötQaÔ”ª$zRUÁWZ¹cÊZ®_¹ƒ;¢læîVzy»”>Þr7o@5ÉëWÍòûTGù=ªå˜nÕ 1ª×^Õ;‚ÕßÊÏíÊ» ü÷q¥½mÄ>/€Ó°@'PKuÍkY4§ÑŒî -è¶DìÕæEí))âŒjô¼a‰?¤¶Å ¨ëb|êFAŸºMУît«‡b;5c±^Íþ¸Í|\»æd|«f5¾YóŠÐ£¹-lRߺÕÿßÅ»Õáxwq8þ=hݨÄ:XˆVÀþµ,”Ãc -í7hª\Få›X£†œÈá2g ´„ß§7zt•±]ºš8¯Îß¡óÛu;…­:Ÿ¨E7*òè MúC úã‰;ô+‰.ݚةû™¸^÷qö³Ä:í·‰õÚpÂÿùú~ Wû%ö8Ž¢–ƒfä|®™Gã•I4Z™ÆÚeÞÆö™äÑÝÆb¾·\Û^nŒo1T‰ôSZZ#ÉÝ–@®öTªkÏ`ÙÛsØUm…Ñ•­j~EKilY‹Q¤k¶‰5Íõ’bO³Tåé’*›‡%Êæ€XÑ<ŸXؼœXà¹PàyS$÷üV”ïþ(!¯ñ«Ä¼†û⼆°øZ3ΰ­0ë;ú·ú^¢†Nøý.Ù»²u§‘¥{ËÔiè*âè;uü’ΊØb¯U¨ôÖ‰Þ&Q·S$÷îæ{§âó½‡ãò¼Kq¹Þó±¹;"ؾó7‚œöc³Û¾ŠËj½ŸÕ¾Û¿ÒNôpšàßIÔݶnx}DF‡È6À!󀘌ƒap3é·G” *"‹4å€WØ_#ï¯äõ»¹ý^Áöþ¡˜œþI~vÿ!^VÿIî6ߋܭ¾78™}ïq2{?änéþ’·¹ë^Ìæ®1—Ñç3Ð Y0Ù…¬mo2_?‘súÃD#,Òûã¨ÄÏÚŸNEþm¤ðçGÈýE‘y~}Ôv¿):Û_ÃÉò7p¶ú;8™þè-þ‰¨Í£Á¨ŒÑ‘›Fžgoy¾û×ì´á²Óv}õèÐÝèGDŸïÁ:€yô; Æ =íŽ!¬â™ÑȨ Ô –ÖM”´tSR°“$ÁÝ$ž›¦„¹c$|ü Åή‘àÀmŠ™¹C‚ýŸQìô7à.‚Þ0&Ð÷´½èÛ íšÇˆŒ3DD3ùA¢­óÈžGˆ˜c|’†$$¥Rbh‰BÙ$ )(.¤%AÈLüƒ¸¡Šù(24AÇðã£OAavá:&ñð?À§às:¾{€}÷A»ÚNôlE<Õ&R%Ê!{.¥'$â.ñˆ½œH¬%ÁåMFd&hYpá,ã€YÆæ^FsKÓDOa€“gq!½ -cðK¼Ÿ`>¥cМ“ûp&A»ÚnhÛ°ñ³bèæž ÊX"J}š(ñ"þ„¢³0á+|€l»"#:CzFp†du¬¢ŽÕ›| žÃ +äìE¢çnàP„ƒ?óѳÑa”¸k½g–ȇ)kƒ¶ó " úÕ.œ&Ê„æú"ÉóD1/"˜Gx `8ºÄ0ã/'ãÀ…!¾²ä]…)»Š:Öp®a³¯aS_ÅàW0Øåáû·ñ»?€;Dyûá}Ä:w=‰9À<ל"*ÇWU«D9ÐL‡s‰(î -QÔt1B!ºàÂ?fÁˆaN®%½9ysã÷ùzñ÷æä&Ý[Øü·0Ñ7!róžc7ÁÏéÀÿ˜.ó¸¦Ï;ŽBB8’ u•ÃYƒ•À ”p ’á"(‡ ¢È!— -‚'^ ¯ -Z¯j½6» ÑusÖZÝ´‡­+:·Ug«k;i7{YÍ>*Ýk|ü=ü|åy¯ßó}¾ØŸïJ–L1}žÉ”Ùò[¤¡dN=Éå9ˆ‡Éûí˜XZ‚¸uŽ:O]à°rQÎK:•+¾À»Ó€«¼,_ãed„vŒðÃa‘_ïã“9FDSTÏWдB–mÖqÀJ#é_™>g%y’?ŒqÞÓEêË W¨÷¨«ÔŸ©ë"mîÀ-w8(Ü ã É Ñ}Ú1J;F™üQÛ(>:ÈYOÊ™WÌ™Sµ’ò¥´x„|éœCÓð¹øEøæs&­Â?9ëÞÃÜå¬û Úq]øçÌÛèÅ-lá̺ådyƒSç÷õ!®Q_àΙï’p…º<&DÂgs¯ˆk7²ŸÇwœ3pÎüŠsæ}Øðìøä”’±Œü ¸ÉY÷/XFÖ -²ºÉZKÒF†£ŸaÀ;œx/ãÃõ.ñÍEîrß0}Žÿéܳ™wÌp-#{-'«“¬Uä¬ÇÆâ®!ž¼údç.ùô§„åP·˜“7±˜¾4‘³”åÙNoW’µ§‹SØÊOf7?ŸC8Éèqœ;ÆŒc>Ž’ø£~ŒÁcЧcíJö¼ }ÓÑ/#m¥Oää’QHF) èC9uä,aÖ[ÉêÀ/ÐCÞzrúx|ì¢p¿ä¿g±Ÿ±•´_Sާzå™ ´êÿcêÄôWE®¥¥oŒ¡™,9YÜm6EdÌ£ È©ÆaÔ“ÕŒW™“¬Ï}ŒÅ^lÂæc 0/ÓúÌÜVÕvVø6Vü6ҟ蹟ñŸ|Z—ž~òrœa,†0…Ü2£ÉK +•;9yܹ˜>”‘³¯!«¬²ÚÉê!g÷ßÊêÜÈe…œÆfFv#IX齂o©G”ƒ·yÄ}Èãö‚7®O …d{ÒzÉÓpP¨Ç>Qöˆ1èœ]â™Ø)ÉÇÉ\l“”c«¤ý’Zü\Ò„-’eØ,íÂFé:lõc½l7ÖÉŽ`Ëi¬v¹Œù-t»~‰•ЇèR8žêž¸Á£ä¢?oÃ\S³È%8(W/`Ð#;=£°]~• }ªØ¢ÊÅ&U6ªJЫžõê*¬S×cº«½V Çk º½úÐ5nã^CǸa´¿ŒåãoaÙs_QÐúœã©n“y•­÷,[Íë<Ò^ãzÿ$¶7ûƒã<°c‚úŸŸ†-ðq¢½Þ¬óNÅï,¬òž…ï9èö.E—ÏtúԠç í¾mhóíÁ2ßMhõ}-~¯¢Ùï7Xâw ~GäQA½ßCÊ!¨óso²½\b{f £öq=À¼CÃv?É›:½/LÁÚ)ÁX5%ÝSÌèÒ$a…&í;Ú4yX®)B«¦ K5‹Ð¬©,ño4úw ü{uþÛ‹ýj¦þJX=õmaÕÔ›ÂÊ©÷úO9žHô‘x“-ÿu^?R<Ú·±õnùï¹Óœ±vš=“Щ ´kÃ˵1ÂVíta‹Ö&lÖf -›´9ÂFm¾°^["¬ÓVkkœj—8Uv8U®uZ´UT´O4?褨,è¼ó¼ Î¥_ˆK¿£Oõ~([`$[ºñ敇ívs¯]´eu°2ĺ‰X¦ó´è‚…Mº§]œ¨NgÕ†¤ŠªC²œ«Bf9W†Ìq^¨›ç\¡[ä\®k—éÚÄ¥¡«Å%¡}’âÐ=’¢ÐÒÂÐsÒ݈4_÷¹,_÷­,Oçå…8dWÈ6‡yõˆã5‹Ï^Ú²Šï;ÙvÛÂåX1M“õZaMøK¢ªðhñB½Y\¡O’”ëÓ%ez»´TŸ'-ÑÏ•ëÈŠô‹e…á­²‚ðn—¼ðÍ.³Ãå¹áÇä9á¿wµë¯QŸQ߸ÚÃËíaù%2mfâÔ&j méâû6ÚÒ-AcŒÇø¡*æEá‚èQ¹!B\jˆ•ÎJEÙ\ -£2åQ9ò¼¨B×ÙQe®¹QÕŠC³ÂnèRd6ºÍ0ìrË4qO7¼ážõuÏ=-òk·´ÈÇni··È<™À«ž…5ÈßËg÷tδk)mi09¡Öä‰EfoT˜5‚y¦ Qq\˜¸0Ö Ë3š\f­®9ÆT…=&Û-;&Ï}†±Ä=ÓXé‘alôH3vx¦Æ®÷´ÅîôL6V&Ï(W•Ö˜»ž‰1<£Qsdç5g7¯\}ÔZª“¶´Ò®Fª†ª´(Pn™€RëdA‘%À)?A'ž5=Bj7Êg˜ãæd÷4S¦gª)Wi3)“ͪ$sÊjnSYÌkÕ æíêxó!µÙ<¬6™ßS›LŸªL¦*sÜJsœCù;2Ø€])̵ŠjçßÍ´k1ÿ¯’×ÒòdæÚÆaŽÍy¶…9ÉÁÎÙIziF¢Ažj5)lV«G¢%Mi±ØÕ –u¼¥ÜËl©õ2Y—yÅYW{­[Õ1Öƒêhë)µÁòõ‰Úð•aúªèéÕi2¥ò0~µÀøñÿ ŠOyŸÒ|æ.85“؇4üZ†rù}:ViJº4‹`Í´(%+Lc³:htV´aDVœqXf¢éåÌA¾ƒ2†Y’2FôOŸØ/==¨oÆôÀ„Œ}2 -â3Öú÷ΨõëÞè—~ÂÒ+ý¼%vòUKLÚwþ1“ÄLj<o'¬MX¢2x…hÌ™({ -wýl)uš4ÎfÒ¨œVz5§†Mïª!9±ƒr<“r^2%Ú†øôµ4÷±¥XzÛ&[âl6K/Û.§L%åò*Þ*cÑ~V–aåEy¬¸†nËXø½ªçòm„Yˆä=‡šg“÷DØ£ÒRb‘‹=ëR&E®•B*Œ²¸ýåã—·»½¼ÜQòtÇÉÃ=@÷P’b¸¸it7…u“ˆ»„0Þnf¶#¹ƒXÆ ¶ô&º«Jò-Éc.£<>v:ìrΫI¥Rïr)ªïY)…n”üXÎXíÍæZð·5\Âj¹tÔòá¯å#TËp«¥ÉkI²–kX ú' ãÃBÌkÕe†âut[kÙç•p—°×v͆=ö¨5Ò`^KØ u‡Ù¡Z -ß,ùo•¼¶sÆ®j‡"Žı“8vrùª#Ž:.$õ|øêrõ4z= Ö³hÝ<ÓˆÞåýóèKt]«Ùç‚Bzö êû57}XÅ9¨‘b¶Ð0#vHu’©ö´ík‘'~‹´Ÿ‹ð~.¡:sárÖÄåãõ8Ä 79€ß¬ÂÜÑh·(ö­Üžñ‰çå' -B‘z¬hý¨~º¯¡º§qx±4ÝV6žp¦nâ1oàí®ã1ÿ†Ç¼¦Uú+^÷k­Ñ_ð™_âäþ„Ãû¿{ù‰Ë}›~¡‹º@ˆ7ð’¹ù¿:ûÔó>‹¡Efœh„~P¸ñú‡ëâÍTx°ràÌ3Î"8Ëõ9óxÝKZ §œ2Têw¸Ëó¸Ûs8ÒOtˆR¤tçØ®«èÔLTÿÓÿÇð/™ôZÃí3–Ü’`×¼îejñ{jqA3ô©æÂXȪ‹É#_kœb¶¦Œ-ª€W¥_R‹÷UO» }ŽëgüïqV:¦»è±ŽB|®çüèŽ<¨qy¶ƒMn}É+Þ(òIÕ¯•®4õgѹä°v\'_?×J²-¡eתdíŽÌ›:Â~f?šˆè ;Àn ÛýPŸëy ·Ñµ–Vb?>Sùu&ò^ð’x{8œqp&ÂÈ„aƒ1 F.«çqL—ÀqÂYg5Œu¬]ÅøØ¦FíbœâßSj ›zö£Ž.«£uëžÅp]E|ÒÞžÔ3˜ü^ ¯îÔ0Þ`x#`¥ÀIƒ‘¥·ˆcqì%ŽFâØCî¢Gèzú³ŽZìP-]Q§í¼±••¶°k›õgþz‡*=DͪF÷à2µé-ñÄÓãwR¾pÃȱIJBxCጆ3Æë¬<FÕž 'NY/ƒ³Ž Në¿¡M<ÑR‘ ¬XIvëéä -öc¾G?ÒÅÍôǘwÖ—QÃx9æÕ2þ äH®‘p»‘[<'m ¬á°Æ’S*œÉä1N¤Ùpæk#ge½QI-ÜôE-ç5†F•~ªRÇr?W‰ç {ÝCTäÕ¬«~Œ•0ògÄågc#wɤCˆÞôì ­¦žªõî§jŸdmò¡¾ãTi¶j½9]æl­3ÏP¹Ù®µ–…*³,S©ßJ¹üÊTâ·AEþÛ´Ê¿Q+üßQ¡ÿG*øBùA·´<è>zŒšu¥ £Žñ~‚qÖ„v·|þÚá7ˆg[€™ÏsUµêªÊ8¹['i]èP­ ¥²Ð•†N’+,C%aÓT6S«ÂæieØ"†¨ Ü¥üðõZ±EK#vkIÄÛZñ¡mþCq™µu^Qü>íë“mœ`£€%0 # $„„@´€° ˆ]ìÂ#âcÛìÄK`Ülu2™ÖmÜ:Œ'ÓIÚ¦m:´ÓédºLëv’I;iÚ¸nÚÄij«Çœy ïñ»ß½Oß½ç74µûšÌ»OyYšØ¥÷ÑæÞF뿉sº†ó+Øæ/"ž %ÖòvÒªRE+O”Ñr¾‰Ž8èhA-(S¡#1:\§ù‚>:´g˜Ò{&ivÏC€×kˆðz íünC7?nàw'Œó‚ŽÊ‚Xåš0Z¹)Ü_ùª°µò¶(bü…(lüúL6üÊŠÞóF Æ,Æ='FO—q½„x#¶´™¡)3K)K Wïe,:NŸ¹Š×c®á'Ìu‚.s“à€©EØajÆÌ¢¨¹OÔf·šçÄËQqÈrN´\•4[^‘,oHýæ÷¤>ó‡RŸé3è+©ß”•¼iÇ8åBjñÔ!Ð1IJ€XÒøÛ$âµKhОKývõØ5œxwÀfáÇlá~›[Ôjõ‰ÃÖ°$dm—m=ÒfÛ°,`›‘ùk–dÞšUYSÍe¹§æº¼¡æ{r·íçÐr·õ_ÐWrwuVöØ/c¼¸ŠQg ãß2”Áõ!ÜŸBl£8Ô -©·.‡uùÔYW´×ê¹m®*~Øiµâfg£Ôïl‘yûåMÎ8ëq° ®IÖíZdë\§µ®K -—ëë¬Óõ:ëpþŒµ;ÿÌÚ÷X‡ã¿¬ÃžeoýFàK¨Cr-àz÷Ç ÄtÐÃ¥¸gu4æQ´±ˆZ=eœ ÇÈ4X„^·CÜèn6¸ýòzw+[ëîT¸Üý -‡{|›Ý½ ¨iXQØžVX^RT»o±÷»ÐŸXKý?–º/¡¬âæ£܋߃u€žôcÆÅq1 "žƒ8x_Fm\ -TÔÐ0~9·Éo4øjÄu¾z©Óë•Û½aÖæíPX½½ŠjߘÂâ›W˜}'Y“ï"[å{Q^éû®Üèý©Ìè½#34Ý•¿d ž,{ük`¬`y`Ž´ 8ŽàºÇ.\Ç‚D‘ˆZÂ;ÉÎ'o¤˜ñ„uœúpß² í¡Z±5Ø(µƒrS0&¯ -õÈ+C£rcèÌZ–U„.H+B/HÊCß‘èƒ?ë‚wĺæ»Rmà¾LëÏÊ_ëYp΃sÖh>Œ@Pðžºã ªý¡ð‘»ÞIŒÿ `NBƒ°«qp÷ƒÛ’ jìÁ¼ßKdí©;“JªHQy²ŒtI#³/iåh’uœ’¤—»7á%;¹…ÉŽ:9ÍQ%2É5&¿ÿóDÿ·eßIÙû{RöüQvÁÉë~ÀÝó<˜Ç°Þ9pÇ:‰úÀîèF `}}DõI"l’E;&%ÍØcT2V@{SÅT”Ò“:e"UÊA)å§‚¤LµS^ªv¥&(7•¡ÇÇÎÒαMÊý&íy‹¶ÿ–v ~B9ƒŸSÎÀæ2˜§ÁÌÄá·°æ!°{ÀŽ‚Ý<€ 9F‰Lãðž“DE3<ÊŸeI™ÞEyiíJ—Rnº‚K[hgº–v¤}´=ÝFl:AòôIÓó$ž=EÂÙK$˜y…øÓ·‰7ùKâO|H‚ñ»$¿OÈó hÜqä; vØ‘aøNX¢Ú ø¾i¢òYxÏCDù°Œ;…Äf¶‘,³›$5‰3e $ÈX‰Ÿq7ÓBœ ’›×Íàå Líâ~t0‘ ·Ð`Ìæï`#ü’VñØr=îò}ìØ-`»gPƒ9"Ãa"Í"ÑXÅ\ü;ù2Cüx¹•(ïQƒ‡ÐìOqÄæ¾‚Mgù)$wI\9‚î,6á-,FòøPüß¡)Œ éó0ê< ‚»l/ÖìÀ«Uà–«^&ÚuŠhÛ"Á9 ¡k<×0®aø{J !ŽuıŽ8ÖÑhÖ±ñlàcß@r7‹õÐ3xîe|€·1 À˜žý€hõSzuž7…Z÷‚Ýv3Ö\5Wn–°û<øëD¢ à? ]‚.#ŽËR4}äã*òqÃ׳¢Mı‰¦·‰Ío ûº…"n!øÍ¯á™×ðì;xnâÊG´ˆ:Ï@C`ÇÁŽ€Ýx’¨f•¨b¨Låÿ™.÷°¨Ë,ŽçÆ\PW\/HŠ9 3ÈŒ02Š‚B(¡ ˆ(H  ^ð’›¶–«–âj¦·2µ›Omº.æZÛî³mé¶Ý·zž¶Û¶[neì‡Ôžýã óãÇœÏ9ç=ïûžsÈvɺ.餩ç²G{ûe”öÑ”?ÂÅCcü( éƒøÑÍÜÍØC±÷dÏjž1ÖÝÍû§uq€—µ^»’|ÏYGˆ9x=¤m<Ìp˜CqÝN91ÂòÔƒC‡Ñt´_&é¾<1Dz’œœ Q=IcxŠ|œæ~Š59ÝÌ3‹y -£§øâÉgÑ5î…}ìJ7›ûø—xâ¼f(.8$ú9#ÒÈÐÅ €N¢Óè©#1 JgðåyêäEósÒù Oøq‘ùàåeüvq·ôA\8­«`—À΃A¼¸·áæhxCNPƒ§°Mê„nè…C%®sè<êEÑËèUjåµÁÒåÑ Q±Ò;øñ>{åC6ßGÔÆG€?f?ÞûÓÌ{]P(“`´¾ÑD¦±4}¥¦Ãæ±R}ÌLõ¡jõë=Ý­wµLokd‡þ®Ný©ê -SÖí_)œ¿°xf¡^!A/ñ³—oÿ^WQßOê½1óÞԲ¦/˜3?UvÌ1¼:£õTð:Ö£“ìwR…kñáƒþüØê¹'×¼žÄpC‰m,qMÐM‚凓 gœBb(†s¤J85TA=¬&8mpVaÿ^ªôA>ía÷f•ž¡r_ÆÃ÷ÈÖè*º¦+¯çqÜqœî?òù¼‡ky·ÑLœ!pGÁŒç†åƒ•¡†m0æi½±PÆ­5•kµi¾V™¨ÃÔ vóR­4·k…yƒÚÌ[ÕjéÒRË!µXžÑÝ–Kj²¾«%ÖϵÄvU¶kzuÇÞHŽaŽøý\Á»ø¼cöŽý­v›6 Ó&[¤6Øêt$jMðd­©ŽSÕ>0_+iÅÀ;Õ6pžZVkÙ EjÔ¬»vš¯Wãà­jÜ¥E!‡Uò¬êB^Ñ‚!¨vÈWè;Ô§—Fq}p¬÷pÅt¡m´[xÞÄß7r ®2Hk~~‹:†FéžañZ>|’Z‡ûµlx–ZFäªyÄ,5˜­%#ÊÔ0¢R‹C¨>t‰†.ׂ‘kU3r‹ªGîRUØcšö´*Ã.©"ì=Í»å_è{Í ëÓY¸Ç£¹zi?vpõoA¹z׎£ÕÁ—öQ6­5\­£"Ô2Ú©¦ð‰j ÷©!ã˜GâÈ×ìè^®¹µ<·;iÿð¥u¬YÍcC´dì(-­…ãâµ Ê«š¨TUGT5M•Qù†Š¨"Ãܨ2Cyô|CYôBCit‹¡$¦ÃP³É8;f‡±è¶Æ;bN b.gżmšó…iVô·¦™Ñ}æ§av»im&’´uðÜæ¢¿â]¾,?@uÎPÕ8oU•Ó©Jg‚až3ÙPîL7–9³¥ÎéÆg±8¶Ä8;vž©(¶ÖT×d*ˆ[iš·Ñœ?á׿¼ ûÍÓ'œ°äÆõZ¦Å½e™û9ú6hš³/è$íÎ~uè¥&Ñr¢<·$J¼«Ç—Z—MU®¡ªp‡«Üm(uÅJ\ã×dS‘kŠ¹Ð•c.på™gºŠ,ùî»,3ÜÕ–é܄åASÖå$k3Úm›8j‹ üÖxÝ›ù‰=6ãkGlÆ5Ç~Û`¬g4Z™Í>@u¨ýérŠò¼Âð» -"‹¨€ -ˆâ ‰×hŒ7d׫ËE–ÊeE妨‹¢èt£ÖÐÆ ¦jÔÖàL’66&4I›1jkÒ$ÓDÛicl{‰‰¶ô™¦ã¼ŠË¿çùÎ9ßÿ}çÍBË“™3±+))F-´hžu¨æÚ"5Ûg˜i›`œnMò~Â:Ë4Å:Ïw²5Å<Éj7O°æ˜Ç[‹Í ¶µ¾ãl[ÐnŸ±¶vŸxëÓ릸”÷Mq‹ïúÄ&ÿË»è‘ù0ì=°áԥ෠k’‡Òmð—à¹Í0?•æ§YiͰGhš=FIöC¢=Ñ8É>Ãk‚}®)ÁžlgO3ÅÛ³LcìE¦8{¥w¬}³wŒ}—÷hûs^£ÓN{J»hŒN½iŒZú¹wÔ3÷MQKù´ÃÞ ¯^5¼2,I!ʆ›–&Y…,—欦g˜””9H‰™Ã4)3JñJpL2ŒuL3ŒqÌ1Æ:zÅ8–zrd£…Æ(‡Ûé¨7Œt´Fd2Dd¾hÏx]a+~«ðô;†ðå÷aËy„Ý s̵äZ× 7c¾»˜œçÁ®ÍÈ–±°ãóüŸ¢¸¼Å8c4Ú™ hçE9gi¤s¾F8m -w®P˜Ó©áÎ2 uÖ)Ô¹SCò($ï¤,+_Spî Y²?“%ë+…d=4´Áݳfù®‚›CÎËa[³¤ù9Ò“Xµ$'üB)¦È¤HW F¸†*Ü©á®8 sMT¨kª†¸æÈR’¬à»‚Jrè*Ñ@W•ü]ò+n“¹¸C¾E/˧ð×ò-¸-sþ=ùå­Ýp=0×Ã\)哳v*ìEyô‹6 {4±XŠÃºŽ,“B+|ì¬ ÷p¸£4Ð/÷dù¹gÈ×=O>î%òvgÈèfÑn|fÅf„y-Ç4–¿Ä¦¿ìc ¦È’¿« æF˜nj] w%õN‡mƒ=¯ˆ”H“Kñ]åRᆭ“‚ªŒò­ñ—±Ö¡ÊÐQÃ…_ËÅRËeSË¡RÃ&¯¡©5«Y0µÕ;¶ -·ž©qÝ4ÿ‡Ñ=må±jj] -·zgÁNƒ {69'¹¥qkñžØÕ0¬b06ͼ‰ao³™ƒ}bàñàç<\ö<]M‡ŽÇú¸À ÔÂCÏ6žÝ‡^`óaëß#y&É_ªf%•Pï<Øé°m°Ÿ&çië¥ pcà†Ã öHþ[%ÃvÖ°oÛÄз“p'ÃN3ëha-¬£µ÷ä€ka£·RÜV -ÙZÏÿéGóažï付ÓLÓ;î¨ Z·ˆ^gÁN…½œgR¾Ipc¤R°ìüšáï‚O(g†à=Ôc/ChCa}ÙG_ö{|àð;À†?HVòs#¿Ãç>û"Ïý‚ç¯ñÝÛZGŸK‘“GÒa[ÉyÎi -Üø&iD«Ó¦¡ î~tBÏõ«ÝÄ<€Ë!ôyÒ# `GYG—ï1Ázrœd¼ƒ`Gøü<Ït¡ëª¤UŰ³ùu*ì,u:ù&ðhô^Þ˜ØJ†^Ö¥Ä.ôÿÄD´ãà „A8é+¢&§éÍÙHeÖqŽ‹ù‡o'=édsuÒÌN‚¾t½‚ºT;ö -ØÖö!ù&>KÈ3 f KöêèçôÊØgB~‚Îõ"a4…áÄ  Âêg¬åfáuzóá%êÑÍ:.Ó“nî&Én]ì:¯ع°í°²¼éíÔnù 9Å;ÐËû)êìg¼ÜoÆØÚ˜Qa„1}lÒ~‰(¯xýõ{å*ý¹1LºÉÐüõø„Ëàv¾ôÖq›wõ{ãÓ£}ž÷;™q_CôFé¾&âLgá†è¯ZŠ'ÍÀ¡åé*Ò§*ŮчøÜðT7qO¿ÁQÝÀÍ]à ½§6]eüKÓ~…¿z›E_Ñ;êÆ_uáp/AêUW¿þ ßȤ*X_h¤îhœþ¤©0çê–Rà-ƒ“Eü|Üš ZFüJ"WÃØ ·prWXG7n¯ Wv ú&îô¢NPªóºÀ'?×G¬æo´«§O¯öë;¾`È5@Ÿ(œ§cõ>þîµx—Z¼Ç¼¬tâçPòJï"~ñ+‰_M[6ÀØB‹‰ÛBËöк@?Jϲu.°…®óÓç:£‡¨çêå?@A·ÐMùQÇPò‹få °¦ÂšK„Å0RY±sÙ‚Äw±%ˈ_É–©‚±†‡¸;غ»t -¿{’Zü˜¿ó­29ªÛè¾zwÁ‘~}Û—¿ô{t½E?ÞTùDKœÉpf™O|+ݵ?“¨¹T¹€ø.^ÏRk`Té˜6·Wx§ž§'?¤íüæRÁúGÌ=:õõ°ÊºÃvEœÞäýx«Ÿ×r -… +Î0f!ñmÄ·sTd?—øSÅ0JaT¨†QOìmÚ«V:²•æh=Me^ã“kè3ºõ5êéÓŸaÞè­^é OR‹ã /œ\baM„3Œž‚±ˆõ/!ò2™0r9¶ `¸x#ÊଅQËÎÜB%šø³GÛYi#Q·AØÊNn ý=B=ìwŽŽ~þéþ£ïHïñ+òBN‘¼ic‰”g&œ§a$³þg`,ƒ‘I÷sáÀ)Sc=±ëycµ‰omdõèX»¨Z ovµ¾DèÞ¿u•£äÇÚY®ÀÔîÇÕÂñ¿O^p‰0æ(xãa%õI8óà,†³”l—Ãr@\ kœÕp*áÔ«ÖõUæŸtÈÍΪàÍ*'ó2ÝE_ÑÁou9€c–«æ®½v´/„k‘ÿ·òy³ÉGM†`˜j0Äi³q¢ê½¦iƒ÷Õy/P­)EÕ¦TUù¤kO¶Öúä«ÒÇ%·o…*|kTæëÑjs‹¾gÞ/—ù˜ŠÍ*2wi•߇*ô¿«ÿûè¡.2‚œ ã*ŠàJeØÍ¿MóÛ¸v“<ü´É?Tu¢T3p¬ªµ.`†*çjMà"U ²©<ȮҠL­Z©’ÁE*\¦¢ÁU* Þ¢‚àf9-û•g9¦\K§r,Ýʶ|¬¬/Ðô½ -óWí!®ýs¸öêzÇ´¡^ª -ù/ÓåWUÇñï½»{Ó†é+¯Í»›÷vw›Í&›GwÛd7¯MšdC6›&é¦IÓmhhÓB)BŸb©ôN •ÚB¤”ÆAéè?Ž# 8(â¨ÿ¨(¢2Š<ý uÆ?¾³»÷Þ=Ÿs~çœ{¾ß4·Â©›³\Ú–åÖLVÒÙMšÎ^§ÍÙíšÌéѦœ¸R9Iç¦4–›ÖhîœFòö+™ÇŠq~UCÎ4è|Rqç4àä­ëü³úÿ@ÿ6ž†÷`¶€ãíX¥tíçûn®í¤_ÛéËlþušÉÏÖ–‚bMTjSO©Âzm,\£±Â6vi¤¨OÃECJk¨xZƒ˜ÏxÉ>õ—Q&`}飧ôŠ+ù¾Ñ]ò†ÑUò'ô¡ÙUü©y…#íUØ!,ØQ76q|>ç¸6K_¶Ò—镚\¹L©•ù[éÒ—[I—_ W£†\a º¢FÜ3úËâF_Ù£·|Òè)ßft—ï1º*™'ÍöŠóf´â²©¸j¶•¿nk-}hk-ûÔö6ãÜ»½¬íD³¬7}™â~ªÊÔXåõ©ÊQ¢ªD7VUj ÊkôUŒõUÍfOU«Ù]ÕivU÷™Õööê”-Z3ck«¹ÅÖê>`_ç¾Ûvßo¹·¯q¿ho®ù)ú££¥úô/Ç#°Î¼ [~–x7ÚŽ¶ò{Š~mäþ”ðdjгBýžõzÊóÔ]žÕf»'h‹zB¶6OÔÞê鱯õÞè{Ç!ßG‹o§£Ùw»£qõqGÐwÎjð=fÕû^°¾×¬€÷-+ày}b]ZÍ~€y'ô6ìÎ.´ mæwŠ~l@CÜðg¨×¿DÝþl–D¾cG^1‹ÚÞ4‹Zßµ­ûÈqþ°öÃÚkÖ8J´áõQ”踶]jÆ×w™ªíZ$ow–Vuª&V¦ªX*bµFY¬ÑtÅÖ™¥±n³$6hÇÆÍ¢ØŒQسÇ(ˆ5òc_3œ±‡äì~Vy]/+¯ówF^Ç»f^ûG¶{`†¹‡(² Þ$Ú3Žº;¨?±±;\Oló­—Üý T9°Tåyr ”¨t RÅq¯Šâ * pùñ9ãÊ*'žVvüVeÅkÅÀ=Z>pIËú¿­¥}/iéúßhYïß´¼÷ŸÆ Øàí‚—f¬a&P_·ÔÑ#…á6×jãð‰K®„]EËUÌ’3Y ¼¤K9I·²“~­iÖò‘ˆ–Žôꆑ¤®™Òâ䜮KÞ¡ÌäI-¾¨‰§´`è‡Zp㯵pð/Êü@Çà±N¡Q¸ƒŒ¹vvó ’<ÃRňT4&e§2´lb‰–Läè ÅZ‘’™"H¦È»)BãFÂÚ8e Ç4ú‹…÷W†¹æ ÌTŸ4 ·@êdÜka7$™ƒQ²ç8ÙoBÊ’–N›Z¸õ:9ÒËeK;e¤9XÒ¼PÓ¼lÒMˆâ¦i0M¾Ko‘¶ìFG!jšlµùyü‹ÛôŽn‡9o1æ!êÝ ;»™1׋ª'¥ÒÍd¿´´ì&)s–ü·}‹˜<·ƒÃ‡þœ qèÌÕ!6Ùž£±9:¾c:@±OI7?ˆk³/K7ý½£½ð¶%èµAÔ»vv€1»†kFʇ»œ¦í”ì·böö`¶öåöbxö’çörØpÀÍsøÌóÒ™g“ÍSàyj1¿•ûÛ}Çy–»— º›@¸ûWÒ­ok'l¡ÖQv/ì6ØŒÙËT–Ã-ØEö¤œ‹öÂgj1o.ÂXÄ ³s(— ÆA˜ƒø(ý8Ê‹ç›ìÅ=º Ñù#G¸–gq®‡©ÆÿßÔ,Ì)4JÉ`wÐå5Œ¹vŽ5Àx‹è~Ömðï€6Í`d1zèý¸ËBôã8õø -õ¸›zœ¤§8ðNñò9Å;MqOÓði:Å|œÄ9Ÿx–gŒ~©æyJðHìut·~TÃxK˜ÂìÃðaÚ>cRJŒÁf»Â`¯Ìó\æ—ŸBW5 {vìµ°ëo%Üü{¤%0ç®ñ.^ã<„ùoAìóPò8zâšXnzŠõúÌõÒ³ãç0¨Ïc^`m|9yq»tÐU -x•Æ^|RãLQœK°›èž‡[¥p³cæ%Ú{=zõ?ÆÓèÄӪ箅Äå%°Š!ýˆµòëõLók¼;~N?~ÁÂãéõ;ù<ƒ iéÿd‘8–ê}²Õ»ª& ô–Âÿá¹Ì££¬Î0þ|ß7B @²/Ìd™L&“É6Éd,“É6Y‡!8I «DDTPÜ(TÑê©T­Ë©•VOµØjåTk­u­hW[Õº´§Ë)îG”Súlÿx’/_fžß{ï}ï½ï«÷ÕCw6L_ºBoè:”Iýîäwô¹¿¡“ù5]Ôkt;¯Ò½B²þŠó%åE:Åç™°çøY~>£·è)?ÕSžüJgžÿÇ?…>“ w‘þNŸùŽJèȪô'úª×Õ©ßÒÛ½¦Œþq½@ùÒ/‰ãÄñ qüœ8žfã«7`r{3ç¶Þýg“1-€— ˧ F5chÀ± ÿþý›Ã0¢øÇ˜ù8ŒIü7໕²S{˜‹+ùÔå¸ìfæ.c„»XKõ&:N¡Óäù¹m}†ïWGàmgâx)°ráÁñÀ©…Ñ£÷Œ~ÃdaN ÆjSøn$‚‹5ËÛ|k;#ØFFl%{¶°c63ó›õOVîstš}űv戵Ñóq¼â÷3W‘ ¾o ¼XN½pêà4ÃèÐ%ì•YöìųÎ8œ5øO㽕Hvé"¢žf×3ºuìŠ)rb-»|-ûc’ÜœÐIã(;BpGë!J’Ð>®ž=”(Wš6æ0§LxvÆä‚U…{=ãiÓ©ί`"°VÀ‰Ã™Âþ—ÑUZmTÜ8¬UÆ7ž@ǵÒ|W1ó„bÖg:º5઻•rh?×ÌUh7Ï—rÄÎ׎„m·R´ÅÊÕŒ­HW®éój´nNƒ¦æ´6!¨‰„>­™;¬Õs—+ž8®U‰“OܨؼY?o¯Æ’jyÒaE“ŽhYÒ1&½ŠÞÓèü52ÿ¤‚wg6×z.ãçê¿ÍRšmãÝf®œÊ‚ó“4=?]S -4™ìÔšä -­Nöé‚…MZµ¨]㋺[< óG4–S4åB-£èMe•Òöh(í€Ón×À’#ê_rL}i¯¡¿¢OЗz€«þ›p÷sÍîáŠÛ‰¶ò¼‘kf=±LËdúyZ³d±âéÙO/T,½L+2*5–Q¯hF‹–evj4³W#™ÃÊÓ`V\áìõêÏÞ¦Þœ+Ô“³_ݹìêÜï*˜ûuæWGÎûèufŸ2î£üúÌk)}v;)ïÐ ZÇß¼§tתO³Y[´j*ÂVµ7jUzã6oå[Eå¬ÍS¹Ï*¯¼ÙrWÞk•U>j¹¼/Z¥Þ¿X®Šl.϶Ûð¿Öep·Ô(N›Bû¨QJ°béáAžÛªÔ\½X ÕYª¯^*_u‰ª«ËªšÓ[ÓhUÔtXžÚ>›»6b+«]esùÖ[¥¾–Ów•Uâ;dû|GÍÂÚÐÛfaͶÂê“¶[àïÃ'Ü{€ödEÑ êá]'¿[ë©õê-Õù¨ÆŸ®*ž¼þ"yüe†»¡Êp5øÍÒ†6ËÙÐc•4ŒXE+­ÂÆu¦£q»ioÚkÚo2—6Þm4þÐÈox½eäÕŸ0óêOZ7Âß gŒ ~ö­É -4‚úQö±¥IòÓ*ÔR¦W¶$ÊÓš*wk¶\­v9¥*x¢@á´ö@ÈXÚ6d´ÅŒü¶µF^Û6#·m‘Óv£²Û¾­¬À#Êl}ýY™-'Œ¬æÏÍŒñ -Ø[aMÁZ+ŠQ7̶Vz.JóZZ·ŠzÏÎ9rª¨+CŽ®|Ù»ŠUÐU®üPrCMÊ •PfhL¡ ¥‡¶hIè -¥…*µë.¥t=¬ÅÁgµ¸óM¥tü[©íŸ×3Ö]ð6Á›€ ¨n5wÒó?%±»›¾£×ÔÒ¾$åõ§)'œ£¬°Ca—ÒÕZö+5Ü®”pŸ…£J¯Ö‚ðŒ’—i^x¿ûkn߃Jè{Zs{_WbÏ?4¯ûS] {æÆgœËÑ ÜÔ»nu¯ä¡e+¡]*’²F”6ºP)‘ -Šä+9R¬ù’"µJŒ´(!ÒœÈy. *ë4Œ?  yá¨ÀA8 œ4AA@Qå~98å"‚ˆP°Å+ŠxIsÔ\d6ÍÒ”´¼5–aë¶©­Õ¦n;înš³5Ûή¥ÍlÓä^öwàÔ0Ï0||ßû¼×ÿÿ}ŠäU2_ž% 2Š0ÅìòElE…B¶…‚Ï úZFÞwj‡{%|uðU+Ÿ+dÂwbº+ÝSˆö+–‚lÒ¨2 s•·s”9ƒäé´ÈÃÉ;"'‰uˆ‡emåX1å§r´f¢¤ô&Eg‹´=Ôx—ÁW3—ÃYæó,¸“áŽC¢M„7¢T -F&™*П•†Us¹×péÖpé-äbY8p¨Õ0Ô5$·Æe´TÄd5B®W…`«D$-¸Áþ‹Y<|—ü’@ŠÉÅÓÈ¡ÛÈa×8u ¸kÄñÆÅ¼ó Þݺù–­­!VÏ&Y÷@+¨ïBòìÅ ît;³w,²,Š0Æ-”FÃëß#ü„¥&–¯&rÑÌ’±2`à²oá‚kq]|Ô¤•Ak¥¨-䢥 lWuð.ú®™žh¦'šÙæ›þ®^©$ÞRP÷¸SàŽ#æ ”2Þ1K‰©:3,R41 ,µyrÑáÇZüX‡ëñc~lä’ÙÄáÚNMÚIr;¹h_ÂsÄíDíz6×uÁ'à¾já¬àȆ{&.'s4ñZˆw,¼þ«¥Amp®@; ÅXÓ¸pÉG§·´•ºlcáÙA]žÇ]äc7½±‹þÜErwax7ìd>v²9ï8Øf·ßQ5uvT’^É€; îØ&ÎVf^ZiP»›¯l—káÅ&Ø h3VV×B<”…œ…ô ØAú£‹|¢7ºhøCÛM.D×~@=ö‚OUE­mõÌÜiÍÔ€˜­Äk†wÄø]œ;Ý|..>G.¡ƒ=Ðí/Ã.qÂb~_ŽÑ«'¨Mùèá î¡ùO‘èӜڊâÓ§Áe9©uqgÀ=rE“ã0Ò@œ>{ÜœÝ|¿róŒ9¢o@=nœr‹•³Ôç9¹È¢z‰åè½ÑKÓ_&Ù— ²—€Þ}¼!;9ÏæQÜqÄInáõírÇwÄ-~Žƒ“ýBXÀ›àŒKœ€ à-@›!Vás §ß0¿×FH7XX?ffÏAx“A¿Mз)îö#¨ýŒ'òDù G…¡‚¢ô@“ô%ëktÄ—hªûhˆ»rè/hˆ;(ˆ?¢(>CGÜFÝÜdP>¥a?A}DÃÜ@[}Hò®“¬«h¼ßòó¾îé -:ó×°½.ƒ^ðÿÁ¿À?ÑV_¢i¾@ÓÜU4|‰ú“fÀ•O>68œú~\Ç«øñÆûøqõuå÷.Í{‰z[P¹‡IÑë:ÏÓsº…7@_?θáâ ‚¿;èÌ[×8b±Ëd¸’á™Ç<ü.Ð;èË‹øñ~œÇs(¹³øñ&‡Ç¨ÍÓ ïë PM|’\¼F!S°cX{•¬¾¢ÿÐR}?ãßð~în]£WÐw½ -$–¸¢ù:ŽTìgÐrÙØ.ĶVtb»ÛµØnÀörl¶ÐBk‰~3£²“6>ÀèÁ“Óê¢ -¿$»Ñ™/Âý\üœÚÄ-Þh«³ÂpƒÃ -G,Ó°?k™ØÎÁv!¶mØv`»ÛµØk€q£ÔJ7¬×^jò‚öðÓMeNp¤¼W·À7tÌÐ×Wüƒ^w‹÷ôq<ÅXÂŽýgð=ŽdìÏÄþlç`»#ʆ}ö+±W«ôÇv5i=ÚIM:yÚÁ—›ÉÒ&Ú©ÇF}~}ýpåÿ=÷˜wWÿ±0”8àÁ~$¾Ç`m -Ó±Ÿ®­ø±?:ðc3~lÂvüØH¬×R­£G×P“5¼Ù†¥çÈÞj²ÛJ¥[ôgð<}ôõ@üÇÜGÞ>÷ñû<¹ØF_t2# -ƒãi8báH„#Žtæ`?‡ˆ á°ÃáÄf5ìõj¦&M<]‡ËÉÔ22ÚH-¡Ë–yØ A_ÿqrÒ}íõ¸ -:ÝWÒFùÀ5’X‚à‰€c"qL†gªVâjž,8rà("úRìÏÇn-^4ªŽ7a¥«5T³šH«ú§é#2öøüOg Žx޳ýC¸Æ†ÁÍQ¿Žë¸ÍËuE{bÅ>\!pEÂõ8x¦i1³R‡‹ð£VyðÃ〣J øï|¾¬ -RNuËè‰R¦ÙδÛéD;õ°qfõÀÝíÇ5ȵÛÁ5³´r¼6ól9ÿ[æ9N8ÇÀ -—®¸â‰! ®4¸2ä4æÉa¨Ü£T¥ d÷¬S‰g“н֍Èk« -¼ö)ßë¨ò¼Î)×ëšr=?WŽ×ð½^u]µ¬Û¸n×sõ·‚åcY½XëñkëI­jTåà Í÷—Ó{‚ʽcUæ »O²l>3U2dŽŠ†äªph‰ò‡V(oØ"å [¡lß5šë·UY~û•é÷Š2ü.h¶ïupO³|¿å÷:l’öÀÛÁõÖÆjÚÄõÒÀïZþ®âù|©é!§ÿ0•ù™d÷QÉSãU4üŸ¬üáS•7"U9#f+{d¶æŽ,RÖ(‡2G-TFÀ2Í2µ)ÝÔ©¦}J3UŠé¼¦›>TrÀšðx¬nbÞ ïFVŸV‹´4œØA%;y^Ì -Ž/%£«È4\ù£•;:LÙ£­š;&FsÆÄ+sL’f©Yc³”˜¯¥J ªVJP£’ƒŸSRðM3ïU¢ùe%ŸÓ”àkŠº§)AÀc$Þíp¯‹ "YyA5p²ªÛñ¥_ -ÈK®ÙCÙf_e™MÊ4›5Û¡tóDÍ0ORjH¢RBR5}\†’Bs5-Ô¦ÄÐJ%„5hŠ¥Uq–ÍšlyA“,GŒXËY#&ì*¸kÄ„>4ž }lìgåê„¿µ|9«×"0”‚"žåáK6¾dáçl‹Ò-#”f TŠ%LI–(M Vbx¼¦„'+>"݈?Ϙ<¾Ø˜Ya<YoÄD­2¢£Ú‰Q{Œ Q/OGž1¬‘Q‘ŸÖñßÖˆ=öb3\«‘I.‰ ä±þÌ×LþŸÎJ–jõR²ÕOS­&%XÍŠ·Fh’u‚þÏu¹E}^Qüü5"øD""ˆ¼XÀ…Y@‘E++ -‹ -²Ô"ZƒQ•Ñ FMR[‰šhjÅèØNLÐÖFMM“Q›&“ĤLÍ8Q;mÓ6f¦û[XN‡9À>þ÷Ü×w¿{ÒÒ•š˜e˜ç)¦b#ÉTi˜’êŒÄ$‘¼Ö˜‘¼ÙˆKÞmÄ&4b’NÑI—ŒhÓ§àŽxoÄnò¾þïÁ¹ÒL°îÔ€JPÊë¢vm>ËáoVŠ¡Ì”ÍL RZJ¨Ìæ(%›d2›•hÎ4âSs©EF\Ú#6m‰“ÖdD§wQ雌Èô]FDúczÚI…§]Ô´ÔOn¾c„›¿ñ$üÝØï€Óƒ4q# ªA9(æuȳxm©?%[&Êd QBF„fdÄ)6#Y1™EeÚŒÈ̹FDf¹1ÝZc„[5ÍÚ®0k·B­;5Õº_!™¯jJæg|¬)–Û -±|cl‡C³û4'’ ”€B— ¿UJŸÅ¾ËšnÊ©³Ç*födEeOSdvŒ¦g›nKW˜-K¡6»¦ÚJbs)ض\“sVëÑœ.åìÐ$ÛsšhЄì75~öG -ÌúJ“²þ¡­ðwÂÝ×2¸Áå`‡³²dKf¤[bŽËz9Ç_áù“–?USó#5ů`»YÚ­ -²çi’½Xì 5Þ^¯qö)x\ö^ùÛû5:ÿ˜ü朓_Þuλ©€Ü¿j ±®…».72`!|¥ äÁ›o¼Isعíð#›BçÒä¢q -r+ЮñŽXs$iŒc¦6vÊÏáÔ#Ç‘Žfp ¯ìÑnå"DÁ<6¥ÂkÒÜ?€?©î6øá[ ß‚\úŽl 3ŸHñ…èŽ"iZ1Ú£Äиòù;ƒäç Õ#Î(pÆËp¦'ÑÉC΀€u"àœìòÎÍ4‚¥ MQŠ(yWšóïh=¼ß…k)qVóh˜G¼s@ÜéH“CŠA®…#_§8ÑÒè*Õ\&.†½‹Açbȸ8Ì. -ë¨ ‡]èÌjÄd5"®S`«B(-dcª¼Ìðû-AßÕ8=pÕ’ã -0Ÿx炸3ˆ9…pâÊ¥éðNÁd`5ú«F2j¹ðkѹu\ln¾›Á^ÏA¯ç@ד‹z‚pã´éFLºrn\[Z-blÉÿ)ƒà¶Zá[ŽË‹@9ñ:@>ÜYÈÃ4bN@žEÂo æüÝð/cÁi`Áhàro$+ÈEÚÒ=GЮfSlE°®¢/WÑ—-_h9|5 Ì_@Àm¥•RjéJ -o ‡øWÂOYYÚ° ‹ÅQZ‡áGçD/üØ€é.†k ßEQ»ÈÅÆqû8¢v=›c'=ÑIO<ö™ÜU´p‚B¸³q9˜ãx$ ÞI­’_;\k&X,±‰åVHLi ‹hÏh.úc‹X/ué#OâÇ] î#¨>ŒmßÂçÔã ¶ØmÔc믵„:W-&pçÁm!æÒÞ&§ßz§—o‹oÙõ.½½€XöY@À.ïBN‘æJŒ?äðh=ëpo‘“wXJ¯²„\av½GÓ_ç`½Oq¯17¯=ÊÑCü |žø3{üEë6Zâ+tÕ-´îhˆÏЩZ ®£!ÞcÓ¿Ê!½‚òx—Cò+T×Ûhš_R¼K$ð‰û‰:“?ÓEÓçDg¾Ûëà ø xÀÜ7ÑV¿Gg~®Ý@K|ˆ®z­{-óŽJtYz ur]÷& -ã<~ü?ÎáÇYüx?^§y_£~ŠÎ<‚;­ã:ŧ'ñþºæŒ>óùð7ÿ ð:óª&W<±ð¤‹žíàÀv­Q©ñã0u9„/àÇAü8€ÊÝÏ ù‡y5é×Ó`€ctžãtü ݈›>þK`œj¹Qðâ}öc±ŸŒ¿X²Ñ¢ØwPé2ìWr\\Ø®Åî2ì5ÁØ¢§¤»P«;©ÉWôaq;ÐK=¡»àþC|è‹ÝÛÒÇ“.ƒÆòd0ö#°ÏñLVìç`¿ûì—a»Û.l×bo™¶ÉCV©‡ÞØLM6ñN7OvIYí¢c7êtÍ·àþ.ûŽÓ1ßì÷ƒ]òƒ#û¡ØÆ¾ kéÚÊ9éQ.Àဣ ûØva»›ËÉ@³:éuü^Ë7×àñ²×A†Ûé¬6} þÂÕópè÷=¾QØ;4GÀ1–ªN†#û±ØO⺘ Ç,*ž GÑ:°_†ýJì/¶[­j¤"-tÇZ®Øn<ÚNvöR©—Á­Ð5¾q Ü÷‡ÆËa¿wô÷ø®ïÑI.Öi–Bàˆ€c)pÌ$ÛY°äj%~|?šñÃ+TƒÝ¥d£™Ê´©¯Ýd°ŽŠz»w Œ‹©Çbý| þ=Tƒ}ŒÕ\7=¬F¸Š×¾žÛè‹U - ž xB±Eñð¤Àc' ž\ à)†§ž*ìÖyââéj2VEd é¤J:­‚S¼€Ó¾@Ÿ0ñîò÷[†ïÖ¡m\»ÇsEƒVþ_É{üib^4R”\ÓàŠ!‘xRáÉ û³áʃ«®x*ø©Áþ2Ãø“û!‡“Ø9œÄŽ'Îé\Ž“8—Mœ2®PšR(7¬å*WYÛu-ƒQÆ´ ´åÚ¦–«åØÚuGÑÆÕVR«i´+´©lLš&MË>^¼©®ÜÜKÊÉýP99w•›óH»éýÓp-‡÷1,ÊR£tó'ðXÐX¥,ën™¬¯Èh}C™–‹Ê(¸¥Ì‚»2æ?ÒNêÜǼ ±'CÀ|  ¸mR=¨æy(- Sqaœ - Sd±•o3+Ïf“¹¨L9EµÊ.nQVñ ™Še´/P¦}BéöoÈ`ViöýJµ¿®”âw”\tS)E_(ÕöHÛéùZbÃ7»8ˆï 4ð”;Ÿ AAi´Ì¥IÊq¤+Ë‘#“ê̲Re”9•^æ–¡Ü«´ò~¥”ÏSrùMG¨N«Ø¥Äò}Š/?¦¸² Šs\S¼ã3%”>Ôú½ -[ô8±G°Š}`r¼4‚Z>W{¹d­ÀwU¢9+#d¬JPFuš ÕYJuæ+ÅY¬dg¥’œ.%:Û•àœ©¸šÅÖŒ)¦f¢k¶)Ò¹GÎ# -¯>£ðª«Š¨ú½"+ÿ¬Ô¿¼”3 ¾!xzáéÍ T¼6¬[>Ò8»ïWªÔúXMoHV¢+Sñ.³b]6ŸÊíªU”«E®n…»†êzL!.„³ £àÂç5 ÈëQ)õ¿ÂÔ~J‘´þ ¸çÃ3ˆ è‚« 4‚PìðZ°m¹õx/¬lª;D ÍQŠñLS¤Ç pO¶BÞÍôð‚Ç ð4´ÃèÁSxînå|^3b¼é}ð ÷@k¨s îjôÃå­åg TÜ6ìšYnj’Ò°±ImøŸŽH…vr¹x9Ø} >†ÛÇðú(ÈG²>~äÃÄzñx^L£ÃæÅSx1B§0–(§¶Ûàž„{\³y­´Ãçu ’ší”T€UËjÅû´ã?;¥X¬JX7ZO‹‡¯›Éæg“÷±‘ûè…?P/ùñ™~̤ÿq~ƒqœ¹ ’z1(ݘ®ß1|÷µ®ypõS§Ï=ÕFpR³ƒš­”“oºÿÙ ¯îçbà²ä›Åe2›ˆ^ Yz1‡^ x¸°ØÉ!fbÃ:„R”ͺD ”lÿ=-†k˜”{áëÍ ÞÃPsKj¦” x“á%\ø,ø)‹Tú‚c.½˜O/à¥r˜Ž²Ù±‘GéÅ(ÁF{À\ža(2 ˜Ë¨Öùx÷&1îj>uÀ×ÚTÃ]BÍ,§ÞäÙøOxÃYZ„1Á"°8”MMcäñuòXBKÉc‚5y‚ =ÁâNÐÄ _Êz,ÅT.ÁLŽ3—ã챫¼Gsè±ø@+¨ƒ»Œš­ƒÌ¼)ðÆ0ÚaN ¦ˆžŒ»–“Ç -òXI«’¸ü˜µ\0ë9øÖ³ÙÖÓèu4rɯ{’g¨ÅÕÌÄ* ëJærÅmÍ¢U½À á®"å¢9̯¤Â3&…, r²¤XâJBÜ -¹8%>7"È6Gs 3Û¸ìw0£»Èc{u'ÍÞIQ;¶ý)ž³[J[XÍ×4ÐÇxÜk*¡fóbö ¼1˾¹!ȼ[ƒâwØâ´;ƒ)`V¿MO^fÏîe]ö“ÇwÙxûhò^æb/…|‡_f¾tšß¾«~ÖºnÜåpÐçt~·6Xc€ó™ ß³Añ0/‚—Àž (ß4'ÀAÖçì™Ãˆ°W¯qc³í,èQzq„^¦‡Îªî¸«á.‚Û´^Jd|C·k|gŠï\¯ÊÀXN“CAƒ@H,„0¥S¦åtæ‘9˺œc¿ža>Ï0`瘋óu†„ßBãÒó¾r°¾y›˜íRä7ƒ¼{‚œ‚|‡‚<ǾÂs*À~ Þosš2¯—Á{ôä„úuò¸Æl\c³ß ð[œY787¯Àåèÿøø›¢õ%:þ>žæ²é3üÌ<æ§h÷Û(õQÔ7Qô×q¿a“^e³üšòKÜÈû ÎÏšw–ŸÒÀË4î"òm=Ï7çõÒû'Þr;IÚ“: ÜÿÁ}ð9~â|æG2ê–,º!‡~‹·û@͸£N½‡køŽå -Õ%ÜÆ;äñ6yœ'³lœ3l˜7ñw?a€~D3O±p'iÜqžž êqª|Ö×Á«à0ø¼w§7õ‰zâ¨Å@fê(†£RÔ@”VâûˆßKü–`˜øs‰=JÜ1âNÀ¶’åZ¯#ÚBüÝta#óC–ò4ø¸&q;“ŒÔ$c<©¿ÀÉ Š p ®À²FÂ1ø&â[Ƚ§^Ã×ýÏåÓæ}†ñs4§€ Øcl0ÛØØœ L8Ç$!‰›IXš,Í‘¤ÝRåÐåÐI­vìªI½èEµv›¦I“¶)m/¦MÚ&Mk»]4ÑÖ)½éÍÔ‹ìg°&ôðÙŸ¿ï}Þ÷ÿ¾ÿ÷ÿ>¤üư¿˳Øß‡‚[Äæ -6P:'°{–2º¨‡ää>›è5Öâ.oß%š{dõ.úî.ÜiÜŸÀùp‚Ÿ¶ôç[2`¿ÛVl;±íÅv+èÐëøñ?°÷YïP÷¨»(À;è»Ûøñ* ôï[ääeþßäÉM -ú: ›¬ô¦žñùùÿña¦„ßÍl¯73[á¾r±]†]vëÂ~'+Ü˶Äþ(ö't?6Q×ñã*ëqE)Ø×©Î ´˜M2s‡j}¯ÞÙªÚsTÝ9}Í÷ç[øUf{ý¼ži=·¶ZƒÛfìVÐØö€ì‡u ?^‹€cŽq*q»{°¹H&V©Šcx±ÁŠ\¦J¾Í·Gz*|ˆST^ -­›‚?÷àûx˜iµévx5Ó–¿ÉZ¼È9§Jl;±Ø€ý쇱ߡSìÙê‡cŽqìOs¤í%Kì”Ã:Ä+¬ÅA¢9@U KTÛ’>ÿÂÛ¯Áó­VóÝ º5^Ìécbµ8¡8ʱ_Ïup4Âá×~ÂUüXÁƒ¬Ç2~,‘—E%µŸ»IÞÚ‹÷{ˆjŽlα#fYõYvøŒ>_ç[9 sã)üYÛÜé#28åàÉÁZö-Äa‡Ã‡—ÌûáicWtÀÓÏ€æ5‚ýIìγ"Kìœ#|;g—” à öÇU?Ê¥Ûè?à¿[kp‹£î2#ÀGï1°F›?ȸ¸D›]PñäÁU -ë5ð¸ái‚' )ü˜¤>&¨qê4Áß(¿Žàáì"q²g PýÔDÝr'¯OŸƒ¯t®qçié'9ú×J•¸&ù¾§€ fŒFø -ˆk\UpÕ.\A¸"puãA<#ðì†cïV–bd²›šèbu²£;Øùí*ít„v}¾Ôø¯Â¹Á1›âÈ_f<Ýfù¼›ñl‚ßø2–k҈ѬaC¹veÙϪS¿¡A}†õBê1v(fìUWö.uš&Ôž3¯HβÚr+œ{^¡Ü›jÍ} @îÈù™Ù¿WÀøw _èá%øÖ}ÖÃÀ\åö¸>Æx8Œ?ƒø繂\õå«7ϪXžC]y.uä{ÕžP$?¢¶‚˜Â…qµš -šçå/ZVKÑqùŠ/È[òŠKÉSü¶Vqͧ*u<Óeb\‡c¾½È“ÝnÖôn¾GAÈ%ùù½ x€«Î¤Ú:³® -Ù\6U¹\ª¬o’µ>$‹»KîA•»'UæIªÔsXÅž³27\S¡çž -%Sóee7ßV¶ï{26½+ƒ÷724þUÆÆ§: -þElO#G›˜qAˆð=| ÔqÏΈ\‰”+÷çª$P,sÀª‚€CùA·rƒÍÊ ¶ÉÔÚ£ìà°ŒÁe*­è¼VNVä Ãp}ãÿ5BâÏà‰6à?LÌIìObû½-¬×h^î×s­ñ£=‘pŒÈÅáåEÌ2E*dŒØ”%˜(ŽFù1ŠÆ‹¢k¢ˆÅ(st”Îe`"" åmï°ÀœØa4oè©ÖymŽyxpÄáèÍÜópuÑž!´O›TŠœÍï0)»«0½aÍ$FQÅHVŒzx §ÏÌÐ1c McŽŽq*ǘº˜”:I BX=Ñqâ[‚cŽBØ OóÙ¼|v!íŒåÖv©¬S¢ÉÔK“ßIíG?ô³ÁØ4qŠ7N@q^䡸@ã ¬‚3±4€Hø)Eÿ üøúTGàNÂ3A|ƒðÄ@´ò½™«›jà­ì†¿ýEx¦ºAº!¸aènŒMž`-V‚ ÆÑw‰8@ÄŽQcÇQDÛ(bi‘2Ìô6„ƒO´×ãøB€CH òI€$*PaÖ‚­tü1kuv[§w´œëÙ«Skwuk«mµ¿fÛµ«óǹiÛëºNÛnë~Üv×k§[Ý­wëþØfÿØ™½âíŸ÷&ßo¾ù>ïçó|žçùŽ¡Œ`|Pv:¥yy¼KŽüŒ!è2 ñ§Äâ"‹¾L,®°ÀKûQÒMððøTyú+süÇh‰?¡«>dnþ‰øLË¿¥9ýš™ù—éf÷ËÊEŠä=’õ]TÝ;¨“·Ù¼7Ù¸ólØ9´ÕtÍ)tæšâ ýopBé¤p?¥£ Í}#Ã-¸—Pfý-q]uY ºÄìþ“ú;Lïo¡. *~„Ò8‡gñã4~œÂ9üxƒB9IÒ~ü.êíe6íA;ÎÓ£X<¢¿¾”ƒƒàYðO8ÿ>WÀO2áË×ÑgѺgˆÅibq -eð}TDȇ±?¦WˆÇK4¬4«ãð1ÆŠè0Éü" uˆdzžX€m?oSh«Ûœâi -¥#ý\ç²[ùªrñßB¬Ê±íÇv´`¿Û½ØÄêé1Ê:VÀ±›÷`{Ž (™-¤îVì”ÚM:?Ãÿã”íYÊ÷7ìÒ¿I·Ÿ)¼L±¿BŠ5 -^J'›æTÀ›%Øuc7@)4€¾w`»—Y¤½hªÇQ^{Ðv»iâ»P¢;ÑVáÇ£4±h¼Gø¿7f)œ‡‰â «Ñ'”{*ƒp‹ÿh6í¿•-Á=2à·›Nlz@-hÄvŒ6ÑÁ -{°ÝO›ZŒýaìaoÖI²rš(l¤¥}…¿YÚÛ."³Ÿ]:AÆ\q}¤2øA¶ÌžÉ–âÎl+Úžiصa×¥mò ˆ`;ÆŽ'°ßM%ôÁ‘„c{£Ø×&öe#Í}wëñh±XC§‰ò™5E…Mé_ Åw)<›/ýt Ú‘mMÛ²ÇÀÄb35²I¥nàA݇ðc=~¬Ãµø±?¦‰ÇñXM~|žÃm’_®ÂÒ]Dk‚'Cï¤bÆ©¶qöcþ4ec¿#{ Ð9àoÏSk¨‘icщíJPý+Àƒ#A….„§æ$6GàYN¦Nò-m!:3dÍ×y²/_âómðø ¤2-wgöHøR–;}4§ËIp75²R&ÖaÃ~ö«@ !Ƙ<1Fš<ÝŒ7ýp-Áî2vf‚Žv/Ùr?U´UdR?3@} PìG¿þnfr }ô}•Ö¾‘cfŠãwŸ¹ó#Ër0&#f,ÛápÁáe=xÂ06ÁÓJ:àêÁö"ì•;¨ž{ðì êb?:©õÑINt’…t£]72ÇÂCð~‘Qh-m}¸Œ1®ŽpÒãc<ðÃà€§/<xÂ0Gájƒ« û}Ø]¢8Ñi'Š­ìhŒ·å-¬¸™Ýo¦F£ú1ø|ªGáß -çFF ÕùVøÁ×IŽÞžõáßmy¸Lp-€É —›uùઅ«®f¸âð¤=$:ËØ©•,_áy Ÿ“§àyŒçå1¼/OÎuÍ¿þixW2ž2r,}`!Ç~‚ïÚð§…ßD­9j21™ÕPhWØäRÐäQ) @Q½jŠZTmî”ß< ¯eDžâ U¯Q…õ¹¬ÛUf}BNë!9‹_“Ãò¦æ÷å(ú³f°}?<«á[Áè5¸ˆ£¾$¸nå»(þ4ò¼?Cö\ÕÙò°YT½À!ß·¼6¿ªl!U–4ËmïPb¤œ¼Ì1.‡cZvÇ•8gesî•ÕqPÇk2—¾¥";'tÉumÃî8&á[ŽDYŠdëC"tòÙ¢|×€?!ž×âO5¿õ9 ªrÊí´Éå,Sy™GβZ9Ê#*-ËîºM%®!Y+VÈRq¯ÌîM2¹gTèÞ¥‚ŠʯxYF×yå•ÿJƲkzõ­ƒã.¸FáNzˆò Z¸nä»àŸßx@(w娴È^é­ªRÖªYªêeöÄTäY(“7©Bï˜ò½“ÊóÝ'ƒo›r|)ÇË©à¡;WqJW¡³*¯f¤À4öÇáñQ~flК¸ƒZüñóÜÜÀÉ}‰?OV‘Šªí2U»TPíS~MPy5Q åú•`ž ˆëCy-Cb€Á°†³ú,FNP¯i3kZÍ;à\ZM 2'@ hä>jxæ• œ{;ÏŠkód -šd Úd±A!œ pº0C×£¯Âˆ†0Ú&ÌÀæsÖ“ß1ˆÖÁ'|¨½ªðOb{ »Idbw1M\‡A-fý<óמY‘qEá<išIIÝÄbšp0ŠÞ¶HÍ Ar^´4MñÉÐÜDGŽ2KG™"øÐ€Þ¬¿¦õ¼¶Û#ØîÇv'ˆFFñ ¨á{/psíļ ùVaþÒÜZh.1Ë|ñ¶³©íéDâÇq´Uc|¦hÛ ÚÛ8!Û˜”b§yŸ8D¯iŠWVÀ¹´­ƒý8ˆr]êàôƒJ®Ëq ¦Í,1¿UÊi§‰'h 4Ø.Û|3é&±zXFzØö£!×}7Ï/ 9™»öÄAÃ>Äÿ¢I8ư?ÈÚºàhM‘ùm ÷.¤š=;ü,/§“C¦›C­ÇH±ý4Òb1H,’$q’ %y)É~$´ƒäÄ"ò²ŸÉ¤7`b蟣 àCïuMÀ1Œôèc} ЫîƒÀÇ}Ë)Kxó‘IR¼$±XÌÁ¶”F>LS¿XŒ‹Qb1ÊFyq”ýXö96›œf2F”= CC—x÷c-g}‹‰m7\í ™ûÿ²]î±MžW?¶óÙI;qìøÛ‰í\'!ÒHJ +)·´6¡°\É`„† Z…Òµ¤ÛX¡´…ml¥-šviÙ´1Rv©ÖN•¶ h·?ÖmÕ¦MH«´o¿×þ*õ ="þìï<çœ÷œóž'Áç1çÏ¡ % ^ëg¼„Å¥MЦ.vüXÁ™´s&sÁ¬¦Gºè‘.rÑE]8ÞÉ «Öð="ö!äCl-í³v”ÄÊe¹]æ:ÜžJˆ9Ä«žô ¼VÅ»ô3N@©³È`ÐþÉ…c~¬Ç øÑÙôÒl½ÔE†{îcñÂtæzê²›ÞèF$®{›¦¼)÷ç|0gµ÷rÄ쥭¸ÏõGœ’ZhV%«Ô‚¥­ ÆÒ¥–¾~êcsÂ-ÔÆVzu˜†æp·bt l~„E‘Y5DMl¢.éÏ÷å Í©òm³à."æ1;‰WS¼«?ǹô(>cé´ëAj£ø±?vsíeÈï¥éöÜÝ5†±]¼°“YµƒMzôU¸kÒB®›@-ÜqÎ8DÌ.ÊXãøXSqö|[Œ¥3Év‹°ZÆ÷K¡ÉÉ!úåù˜¤6&9“¯’ì§ÈÅ9Ì‹‡Ø"Ÿ`VM°[ÞOà®`qŒkÏ:›ŠwÀˆQqn7ø׸ÁsÀX†Õ2xÐö¬‹‚Œ„YJ0œ '§¨3øqš†‘{Ÿgs?‘or?'MÄ]w Ü~bÎd” ,RqŽœû ¾'ÿ—GÇPBáEI‰6JN^ç™!oàÇfèenz±È%|À^Çàù“RÏY'àÁíÜjĻ׈ó°Áùôçb£µ“‚”’J -4®Ÿ¤PRbõÅ .Æ +¼ÈUp¹þüø-Яi¸zdœyZ>å'wÁ¿Á?Á_ÁŸØãÛhÌÛl­`Wý€]õ=û4ʯh’ëuŠæñ3ÔÝOIàUøûëQ§WHØ›$è rö5¹…›ÿa£Õq_' ouùœŸ€Ámð;ð.{ü/Ñwï ugØ|¯³3_ccÿ‰4c‘ü?~€—Q=ßGiMÓ4—h˜ øñ:~¼†Z|…C|™D~W¦8–ÓÏ4Çôžœ‚ñ$¼ßÏ‚gÀÇɸEÞ¿o'ShÆoù°•‹lçÙÜϳѿŠçðã{ ˳(Ÿï0°¾MŸAϼD½@Ó>'9ÔçÐ5Ç9̯s€_ã­)"yFþBvtô­ŽúÓ)3|sTà-pÉ8ҳɲ²á}.vƒø_*°=»s±ÛŒÝû°»»ËQp+°ÝAÙ¬ÁþF”Ì&8†i—121Ï1Næ4%ö&åýGÚêS Sv:§¦“sÊœ3Jì„QêSbÁn–EÏL¢©&Q%“¨–§ðãIü8ÌåõŠë šj‚³9ÀßÏ?ÃqÊÉnþÚ…7*+£dq;•4"ÿ@ýéŒ5OuêF8³T©OmpL€ÇÈÅ>´î8sM5NmìAAáÇ.êc'uºƒKô+\dÛ¹PFðãQò±Zæ\¾ÌPÛ̯†°6ˆõš¨ŸÓîãô{áîêÕRÏ£ÆØgŒ…Ñä8´`ÏŽ=7'œ¢ ŽíJlÏ–/¡ö†P›Ð˜ƒÔÈ~ôs.½ôLtãE?WÊ»j™$C§¸â¦Áà.WÎ3§©‘3apãQ*5¢{ÅŠ=ÈAÃvœlÏÂþl:³Ž&8}+6—a»Ž.<ÙHV6sÝÉJNïA*©óXNÇ-—¿óYOâY#þ1c,«­®uE©«j =Ò…Öíð0ˆa?ŽýJì×ÂØG#XˆÍVxÚàxoºéž*w”§¨â)*è,¿º ->âóÉžž<5Ž5øÕ5¥Vµ¨5A]Û(ºÐr±îa8bpÄᨀ£†Ê¬Ç^v[ø·Žd¦‹Êí¡j¶áá>*ù(Ut\‘yôG#çшñÌ-’\ÔU½RRëŠZ[˜îÄ`ƾ ûV)7ðÆ'F—Æá©€½{ ð̇cµ1]WIQͦ‚j麪š¯bÚÔ0jåo|§'kpèãº]ÃXoçŠYZù»…g¬É²IÒàÈÀ'w“×ñø6pÍv Ú¸ö[ÁÐÄç9<¯çû:³ . žLx²‰ÅW®xŠà)ã_öç3MZyº×ÒMƒ¡ƒ#T^!Ó§iP(?¿ŸÈVÁAVÁu¬Æ+‘+K©U½Ôó¹–•¨JÉ)ü)·Z$a±J™Ù.qS\yRLÏa)k„È#xZHÆ -8¹0¤&òMýx»ÌSTÔ·Àeñr3yåÏ2Bœ}ðwÂù@ë:Wì½ Ôòy+{9WŠ?Åv“Ä2Ò$j³ID³Kæ’°æ•’ “|­LZµøµ¹âÓZÄkm­Sܶ>q¥HNú~ɶ§õŒ8µiqZnH¶éŽl…#ö;à[Æ -Ø‚tœꔄäs”°’Eñ©BN³³4 ØÓÅŸéo†[ò2üâÉ,wf©äfV‰Ë>Gr²ZÄáh»“ÎÎî“ôì±eï«ó˜XgDËš–4û;¢eÜ”ÍÄ¿þv¸#Qæ#@5(%<‹âOßñÅŸk¯+M<9VqegˆÓéGŽW²rÂbwKfn¥däÖKº»Yly:Äâù¢˜ó†Å”GxXˆÜ/!ܸ!]×°7eük±ý \‹|ÔÒ .@ø?b<+À— ßûAžÇ,n&9n«dyÒ%#/KÒóÜbõæ‹æJš¯L,¾Z1û›ÄägQö3eLËw€IàVð³ðy/b <7¥Ÿø:±½¾$Á\¤Z (çïbÁŸßðÅë3‰Ûk—7M²|š¤ûm¢åÛÅt‰)È‚ìŒ!ôU¡F(…Ñ6ˆ„p7à£oÂìÓaÁ >ØXü·¤þ^__3r ž¸ -Äù; -ð'Ÿï|ø’ç7‹+`G¾E2‚i¢…mb*  "$3J²¢¼E×ÄК14EÑBÀ´‹1õcˆƒ7B”Éå–ŠâCá þÜ’Gào‡§ÞÆB´¨%„áY³¾÷‚\àäYfI´ˆEL1šª˜Æ-¥¨âMgË¢ ء˘n ¦m‚éG•"FJ¥øPŠÅ7ð뎬ÅîðµD˜G¼^M™)âs!¾„øÎ< ›g™|g%Ts C4Î@-gpTÒXUUUñR5çQÆ«F×T#`j¸}ªúø·B%Ëz%ÛJËw>”}$«ye)v›±{«w%(ýûUÕô•F uJE­»—BX Aj-•*›ÔŠ‚ŒÁ‹¸à¸t\GEm;Õ aÉÆDe»2B­ÚÞ—ü°Šž™Îþ˜3áœ{ÈòËûî½ß÷Þû>bçdäŸEÜQø¯‰Ï†OC|ŒnjIÍVú8@õpÀ †È‡ÙT0މE˜˜iŒ qƸù˜xnit,ú18èË('¬mƒµÍ°¶>  Óð~–ï´ðú|>q5f5”llÀ^à 3xÁ‚ à^°Aœ=ÀClÜ8l5ÁÂc†NŃŠi46@PO-ÁúXŸ‰‘p.I#~:Ÿ} ŒÁëñùˆ9˜ÿWÄe&ŠKLy™±ÁÃ<¬P‹p Ú¡Èíà…Dذòa‡Û×Ü êÒ -gÄBt-–è`-°7-d”-´±c0öÍDÌÉ€^BJG¢´(qµž¸ä"µ¬—:Öìqé,A}~†ËÅ ª36²3¼p†(güØùX†Ž`)jÂué€sÊÝ»}: -¡†Z}&ú°ÿgƒöt`Þk¢‘NÆëq­é†Âžn0–ÒixV€‡ jÃ9YCÇÅî/Ü!Ä «pN¬DM¸`ÎüçÔ - ƒËË(sÄ2ô W˜ÚÚ¦¨AüŒaAÇ%Z ôËéf‹4{«èæËƒ4Ÿ¨ÓµÈ‹üðÈÉF$Õ‹ú¸õøá7è–¾ų¨K/ìOO)e ¡÷Säybë@³&jKÇý¼WÌÕtrôoÇŽŸ8uúïgÏýã|ÔÅK—üéŸW®r¢cbã®]OH¼‘œr“—ÊOÏȈǬœÜÄP’YƒkóôFW?¸£ï]^2ëXqžQ†„çZ!ˆÝ%€ƒà  [‰È~ƒ,{Æ ê‚ÙÝ/Ñ_Z6çäþÔSù…ÆÉBË팛þÕ ßµdÆí{’.ψ ïJã†wñ¹aÝ©¸…÷}EMþDõÅ“µî–OaWÌô“ÖèÝ3á¦å-Ïà ×ðÒ¶”òxÁ×S¶ÕD'Õýt#¨þRRPã…Ä­ç·7O nì+*ŠF«—–Ñ)ªšj-­ÕÝ$j1<˜Zɾ˜\âŸ$õæ'fùK8¢ÒË™~EgÒ}ïOó½w”ïWv˜ï_~(usùa~`ŸQZ6lpQ•ÎDiít{q«¾¿z£Þöx|ŲËÜR·ØK…ɧò=ÒŽäxŠdyeí{çì¯Í ûä…Šý€M}FqåH†´nÂtI‹®mZÓýÆÓ…ñîȜOœ­rºx´ÌùjXÉŠk!E.7¶ßv½T°š·EêÉ z§H×~¼¾¢;Yoˆü–…¶œgÃìä9¬ìJ^¾³íúª¨êXo~1'°\ kspFFGÐÀÝý;žö /礊ƒŠƒŠƒŠƒŠÃÿ‡TÂÁœw¶%(8¤qïƒC8t$‡.Âg¡ÝAsèL!¾ŠªŽ[C8<s0ïþ}‰ýŠC -áÀk¦‚Ãà[«ƒomD8Èo®QUqž„C¥‚C´‚Ã[^ôGü×9´|ÂÁ VFUÅ{¦ßæVƒü?pxÖW„C*á`eÔÁ·#‚Û’ŒÛÑÕbÎ~p ½àöÌœ‘¿±_§AMßyÇA÷ÁÎîvmµÇìÌîÚîtê¸j·xÔ*"­¨ -(ÊUT”KäÊ¡r È Õ±]u+‹œ¹ïûþ'ÿ„$@¸DÂ!$ $!ä ÀÖý%¨èvvf ö™Þ3<âûšßò೸{ß”i3ìýh†g7YG!€! -lŒ±Ì/v¯øÅÆyßÂf˜Ïc»‘ç¹h ñ´P‰I‚ÑùÀÞcsü2ÓåW3ܽxû¶ÏØ l?`ª$ž*±‰CtžQ‚É7ÂØB3 ö–kÿK[ïÅÿZÁÖ3±l· ü}Û üƒ3ßL==°ztRââ%è\p?σÍ';K¼¸;ßèÞ´ À0m3¸¾zF@õcJˆ ƒÑ/Á\5Â`wŠÁ;ˆ€AôÒðæF¶ËjoÏzÁ7[§ <Ÿ =óxõ0ã·“øH‚½bã®™D¿ a†ã²zšïúNøµ‹ÚBÏ?œ®gûßá¡uòõˆ ©.Ïa‹Ì0@à÷ ûK•­8×eµ^°û}-äþ…Väq\+ôNÓ -|þ9 w£Ê…G; ≟kX4”üOüíhÓ¼­«´Â]ë&Ån›„÷›{]Ö(¾ù¾½sYÈùÜ8qEÍ£fq(¹OiäìI")k -KÊÒ¢ˆ™º&b–®x”ãp:¾ËªIÑ—ïMH\75»ûŽÊ<’:6ÿ?tÅsåAB–ø| KÒÅà¦õØ—¬ÔǵŒ”ájz²¦Šž2òzêè]Ú•Ñ»ôŒG›‚¶8K¶­•ïܨiuõîîß”,Ûq‹Ó·¯‘ÖD¥*¢ùi¢-F´Ö -:îñºoóâ{nqã{opªJÎP²ª’{Éá&ÄœFä[ÞRº|Ö£Úà'ؚ̙t/§{ß#ª‘¸Îpr][8»J!ü¾9BR)‰•Š#EâèÖQL[¾(„%9܈ìONƒÊ¿üöÑ£O¶ÈÆ7ûs»TÃk„q¿›È¡€ï÷6þð0_ÑB-lû–•ÛÊÍRœæg(ÎÒ+M Š!n°ý]§žÞukO>uá™¶ùÒæÜ# VïKMz¿‚{c¾7o ûT øÕf÷E^éñÇ¥t.v“;CɈÎ0P8(çpÝÝ¿vRª?z_`Üô}~çâ3à¦g^±UÏ´ïôž…ãž7Ò5^w’†ÿ?è[3p¬6º? >ª?¸>²ï$(¬>²?ãpϰ¯Z »®›§z}¾@ñõY „ ¬Øðò)T\¦1‰Ñט.ëjÌ}¨l*RÔŽËi¥5%IM©~pÝ×–›àº -³ÕW˜é­á­á­á­áÿ6ƒ_ÔI̾Æ4`Èéik*V4M4×ë$µ%3pm)¸]f†ë¯[Ä å²,ËìÎfسvžæµeâ³hÀ†ØzuÓ¦ªé²¼³)»·µ©`D†,ÖJšJŒb$ب²Åì»ïúвæ){ÖÎÑ<·ÌS´h@Ÿ¯W#L2UѼڧ@æIQÅ1 -lœ×î¿n9Ð3üë†y»áLù$ú|ƒÏR¡’!³_ŽÌŸ€Q%¦çËÒý²Ýi º­£íÈ‘yR Š·bÔè8f/êbK;2c@†Ì›³Ý€.}Õ`÷ÁÖ²ç°a¬tÏÍvÙf+ŸÄœkPcÎ3{щ-í¨´*O £ÀîE—ṵ̈¸÷wü´hxÏJ?¸yîU6ºA=ÇìÅ$´´£/6£òtÏ æW ¢Ÿ–ÝO„W ôÃGæÈ+!¬b -U¯ÁE3TØXE;:®éat‘ FÛKßÜŸ[©Ãf°Òö.(6ÃéŠ)|D½ÉPáÏ)Ú1ÉRTî4Œ.†"3ŒoÌ«ï°rÃ,ãà&`8& çNòˆù:áÚ4 ŸcÀásg°ø<–P`ÀЧ1ÄRýr›£¬w63÷®1±=6šÙ^‡,Ì£ñ®_ΘÔ纪ç«y«7G(káñqYiƒ\F¶†JË|‚¡¤7Óž> §Oþ‹œ ÊyZCÉŸ¨¡-;+u½³‰åö{#gß#×ÓËÄö‰x§ªzvU´ö}Õ)ý˜i¸„%*Yü+ÉœË*$;u°†™ùQšØAE¶FsªåQÐi”ä&%/Gµ”ˆÎµA1ÊB(NYÞ©JVˆ.µ-7ûN:Á—¿™¹~2¢Ø½C©þü¤Û•ÄÔî/&øÞÆ?xЂ¾Ûõ-ñf{(½¬-”]Ør’—«8%È–‡AY²³P†,R”.;Š%.;ïNOÿÃ.5ŸggÚqë±ÝîN§ÝÙi·ín;³»®ÕÎŽ£¢¨KTPÈ!— "rË)Gî@@HÂr„\ÙÃHþ$h‘p) À¿?Ý™¾#ï}ñ}û{>ó{žþ}ÛÔ¿‚&¿=ÐçÜï+];Ï_öÊaÌ]@’­ç«“çêËL>­Æ ¬ì¡K¼»?A*ä/LÑŠ’õAâ$}ˆä¦.%¹©»Úlßïݬþñë!ÓTÌ÷éú>ü­“×éë§SÈ‹^yø9/äý§^•9/RÚÄ™ÆdÓ9j˜-vô#Æx™m dFƒXQÆPP(šéj3š=nãÐ~¥r|ýeÇú¾|ø¨>q… {ÄàÖäkS—(¡“þu!“W@Pè:ÅÕ†õ;Ü4öÏwÈÖþþE|p/>t” :ƒ!Š·Çf®IM^vωq/ -–àYOÔU»7&Ð~`¿ˆ °ù°þ¶ P(ÖßîrpóçÁô½ŸÀ,÷oa¶÷q˜·^K_mŒÁ:ël”dî4)­c¼:³”«Á@OÊŠ‡ %e£Ð}ôTB0A¥U&¨¬Ö•SLZtݘ[7ªr¡†††íÂÒW›€¡ꓹrZçxM¦b´2W;ŒË7s%˜ú™Ìîñ¿Ã1˜ L``DaœŒõ6z<×BK’™hiÀm€ZóMƒmmÑ3 ±tVCÄ8TÕG_ a®«–0×YS1'yP1+v¡ÿ3ð6\ËXcF¢Ìè:3–ca$ÊLôÛêaZ¦¢Ý3 ¶N?®/²?ª)y®~€vö“pÎn -n^FÆÍKIøç¢‚CèBï »aÞÏÿwVjUggÅp,̸Nã–z˜q×ÑsÌ´‚ µhV]wß©"£{ë1‹rPGvALÆ9ÛkñÏ] nöƒ0œ9sýC¶ÞÂQ ìë;;š=;Ñaf%ªF˜©ˆ‘e çY5ô"‡ªùþ¢²¹ÒÝ„Z‘5¢—¥õè%!»ÐFÂÍ»Ò/¾Ç_á¶÷Vhú:; ¹È‰ Ïr#YÓÜh©™§aß‚ Ö]Ó3gFÃ(p(÷—ú[ÊV»¨å/;›‘/Ä èeAf‘vãJpëï€áûÝ[À° [ÜË![ìôuNhù"/Œ4Ë‹`Ìð#%ãü¨~#?AgàÞädX4ìÜY«p©ŸYº.k-_“4#_¶7¢Vxu˜%6»À&aÛ ¦çá0x»¿1lr‚ï¾â…”.ñCkæa4k{¸pBÑ3&Š~<$N‚Ä·ÍZÑݧýü{ RváªQ¾ÊoA¾ä èÀ@oo·_ mï -zýE±R}MÑݯøðÎhGGÖ$Cœf¥ïØIÂ;EXd#‰ÏˆÂ -[%‹h«dn?˜ñ©Ûß®×ÂS_oÃFÛ%ÄšøbÂ’üBú¬òbþ$t†`;ESéü$]êðþξÄAi×ažìŽ©QzkªZœ2CgÌTIò¦«%%–J Æ‚‘TOc$¶Ìü­Û&ÿ‡¯€áµÐëÈëvŸ«/:ÏE;g“&!¯lÃÄ1¢jô¿ô.}€¸CÙ+VÜÔznCTyÒH,Ñ„ïHšÀv¤N`;³Æñf‚¬Ü„–áÍhaÛÁ¬OÜ6?ì\üó+‘ב5‰·Ÿ³÷4¢óŒ4LÎSÏxTËǼièj»P%ç«”Ôþx-©'ÂwÅ#åñÆ2y2(ÍX.ÏAv £ºQOPÝèm³÷¸½nßÿ›5ñ‰?­K</É=½­Ú“çžLü«¶-ÏüT%2§¶ ó8º(iÓãÈîÕu%Nq]SÖ9XÔ£+7RЛ¬/ìMÓöå õ¸Òw·Ûºè߯JµÚñÓ!»êØá¡ñý>êÙCñòÑSï -îÄ¥†1ˆYon#êR´!/Ö„ôæÍV…«²TQªLU( ”¦ÌRç(\i•¿Óí¥ôàŽ•N÷/ç{ÝÿiýîÀ#û_ùò‘Ñ’ç=®ÝÓ:í[[;îÛŒõc–]æüý:‰j?à8ž™iÇqœc/uj}çõ½ik_;­¢NgjtÙDƒÈ*›²CÂBÖ$}_ ‹‘Í„ˆa BÈ$ˆ–EY\ý÷¯õùæn=Ìá{ÿ¼ßí7Ô^ éÊC*3taÝ·u=éºXBwº.¥;},S¹›VÛö Ö»=~ùôþ·¿¶ÿiÿÈâŸOônlßú>AºéË[ñÅ’/ÔUÏ{7cìX(‹?Ëì'N3HR¦e7AòF¤<Ñv'Á ‹•'“vÕ\×Gˆ'½û…køð¾Qסƒ½ý¦}ç;)8ÍÞ:›J\÷*À¯xa‹yrÎ4¦ÍŸmNš=GKpx3cí¾¬›?;Úȉ²s"­Hn¤5œi»ÎÙMÓÝ üñCýܯöªÖ¿ú]ÇÎÑcàyŽ N"ëÁ?ãp['ÓÐÿÊËzâY’²tª"þÑiBô¢W]øÂ a.oâU—/)Ôu‘„t^&#W`a°hÒn2ª>DL÷ ÔOìëÜ9|°x|MG=ë‡_98~ ¾‰ÏØúGêÍgßåĬŸD]ƒäê鲕³Ø åó¸ËK>¸KK—–.Á‚+—Ba‘»J¯ù1°ú¢sûÐ>øý~:øÃWõàð±rð—Pàë€ÛàHX"ðˆÜ9‘úòÛ´ ç'3ŸÊØ<“ë¿y.ÏoÓ'ÏwØ糔ï³Ì»°±«@ÓgúŸæß†çq@½HÁ‰ îZÁ‹ºë•k„ÄæåŠ[¼EL¦Ô…Îï˜Ë-R:²°½öŒ*•=£^mÏ$÷Û³hýölŽÚž#TÛs%jsL5Q(WÊûÜégÃφÿ;Có; ˜Ð@ƒ24Ãó_’ ¡)¼ÅŠ ™“Û9‹.ì±çbÔ¶lü 5»NcÍ&k¬¹t5£±æ‹4fTëàD‘dp´D20âf€ Œ7†#¿lh`ø€fh @õ:~­9±i¹1™·Xs[æÄçt9JQ½6té€%¯B;“[;<“Gž) Ï xÃæBÑÐx‰xh´¬E«)kÝ Pö!ó‹½€ Ïc€ h ‡ç½dB(Ð@J—9k³»}ÖÒbÍ º|Ä\P£3£H:3š¡3ñuã¥ÂÑQ¬pTS.Uá„£½n¨ÐÀ‚4p¿?XÐ@NìðÜ-nlÅ:çy™•Â]¤¦Éœ$h¨ÉWYpEZs V7]H0˜ -IS1Ó0‰áFq|ý<_¯‚uÔnöÞÀ=ú?˜! €‘³%ˆÃ­ n’–yÐÀJ“:iY]"4 -µÓز1SIÕ„±˜49…aMêpÜ mwB ë†uUr':Ý Ð>Eö¡7†€ ßÀ ‰‚ˆìmQ,vC˜H\$sñÓ$Nvf§ƒš×giDk§«JõFL¥q²”dDz¦´Uì)u5{ªÖk«fïV¹×{øï ¼8 ŽÌÚÇ”mˆãWE7X„)­.~z‡ƒ“Ûk¡¢´Óõ%úÉò -ÓDÉ<‚gšûk˜Óݦ¹v—Àœ–W³L27{kàüÄÀ…Á•XО±Ó…Ùl­_mI`>'‰]¢Ô¶YAÖ}+¥™¦ë'«pÓãX²u@·t×Ò-0E Ý"«aÌ´BK‹›ú[Ã'€ïqNy4ˆ®Ä€Ök·_I"KžIcjŸHãhÿ‘$ -J’s-éJ›(wÀÌ+ÒMËM\³½§Žjo‡Éa’ZšM\K³ -kè3hq'@ß‹Üwáƒ_hAF¿–\Mß‘…=—GžÊ¯S–ïÄóïÜ9)yfŸE‚ÒÙcOu휢¾y®&ªkžÔQ¼ZªSC·Â,îôÞ ðøÍ[Z¯D½’…¦nËÃÐ/á•ëmQä•öëìÇ] â‡Ê¤;NUz§µ'kð=ÙÚT>Ïn$-°È.V}Ó<ZÐÁ€{Ðáî?1ˆ A ÒÈù•”-EhÁóö0ÜfWDÃSe4uEÏy4œ"°¥´ë‡Rþ­Ì™  -çªYÄÅ2iØHv‘šæ›ê)³MuT[SÍ­ãàAƒð4œö"?ÿײ ðmEpÒ‹öœÍ{¡˜µžkÕËQ ÇIvs"×0‘ÜÖ?”ÞG•5^Ûží(ël˜¯æÃÿJkš¯!7Í×6Rfëë©v˜ÍÞDÐ >}´øû¾–_ -Ûj»œøì^PÆÚýôÒ`fAƒµY¢‰ãÖ8žf"Y¡¾­jQgê+•é¶ -%Ά»G³Uˆ©v<‹âÀS¨ŽJÕVE¤¹`BÿË=Ðð9h‰ÿ…EòEçÅØµžK·–‚3]ú°l‹%o˜ER5æ(q·!±ãîPZ?[ªÇ÷¤šñ=%æªû &Œ’aÆJé,n)§ÃhîX{@ â㟃ÖŽ¹ß¹­v¿  ¥ÄrÿÅ8çXP‚Ùê[ w^¬t1•¦I›>¡K<”ÜOî¿©+ïM6b{ó¸>üdyq²¨—m,Q°¦J…,S)ß½^½1¡¡åø~ ñ:òJáãõüžÿªÊ'Ø5ꇜ¶žMsy,ø7(mA컦©ÃñêšÁ¸Œú†¡Di(Uë1ýÕc%ýä1”šk@wðÆÑw¹nµÍþD_~ $'öÙ™#[íÞžk=ç|8tîü´Å9æòJX>_¦tùðÏIL‘R¶!º³q$º·üAôƒBè@ ÜA æ £5˜¡B A‹Ò4ksùÃÿe¿NƒšÀÏ8Ž«vmgÛgì®;»ÑŽn«»£[µ3¿WS/±¨•Ê-îÙ -Šc;Auáðbó…cf=îÄ賓Øþ)[ÏÎYC7s)U=åÄ—]//{F”óÝ5ýº„Ïö¨.o}xYÑEïŒèŽyÙÒÕÃi춇÷[Ô;Ñf È÷låñÏWµvßÌÝ?{àùàñ/l.vÎÚzëÞÙ1Õ³©r£3¯tܹ„7JgüÃ¥–õÔUÙ£™ñØó­Ï·5´rö˜Ši¡÷§è9MŒ<‹zS½ Š=›×êN~öVwf׋^믞þzD?gã [<ã£^º&ŸsJ.5]áæ ÓÇ®T$Œ8I"†PІjê ›†òô¦6𩊢 ¤k(ƒÑu”¡5eˆ­²$“ƒYWíݼRo»Ã¬?º}ðùÞ¯ô³‡­uK'ÕëXoÙŠ­dáR|î+û ¶Ñ>/Î`_È|~¹,äŸxyÔI|{äšÔï™›Ì÷™§ÌgÄWæ;B–úŽÐ$¾£Q¨±%ýXƒÁ¬j¿Þô¦õè¶áÑÛ¾Þ·K·ü7õ[)Øy­a)ÜElDêlbìk\ÄãR¦ìø¤É‹>†ËÂ[WŠ=ÑFã×Qî%îã^%îþÅÁ¨Ð"KQb0ïš¾¶{ú{Ì#ó?mY:ð'5ØX‹áû …pÒ5Nú&¿ÿžµx*ËmúÇՄ縘®r]L.Áä†òä¦ý8„i’E k0˜g¶`ºM¿µjYÜó;5Ú%‚ÇòáÈ™L8‚gÁßÝÂá¨uÝ&ðöêñÐ[K'ˆïNEº¾=CX8ç¼p>þê¼}‚Ó¼ËiÞ‰ueÞuå8iQƒÌ£¾_aZ–¶[)a÷§°çKüy:쳎‡oÏ…ÁAG -rõ…#7=à(ÉõÃ1²óÚIªÓªmˆãÊÙPüŠÍaå"ýò²ýÒò†ý²3Ê•qqÙåiQ:6aš‡1ùê«Rؾ-þ°ƒ _ݰ÷öa½à[7øîš3¾áG=/Ãq/{8åsÎøžœŸ\ðÃÁeIXøt\PDÒYð°(ÈþÍ&ÈÞù pÿòd[éØóèè‰.àù>Æ'u1<0gžFÎR¢Ê_û³ª_‘ØR3‰+3“òeæÛEr³¥Ì E)efrƒÌÔ,n‘ŽÒÚ$#ô÷Ã/ÀD2Ä"CÄÏšp6(ªâgƒyÃÀA|¦ý+åÈ 7“‘!pà A îo8ÈÀA†œ};‹ ™X;Hs$›@†4÷ˆ÷IÞ)‹q9ó!ÂZDå+J¼t: µÆäŸ]kòç+MEJ¹Ri -”Õš(êÚ)jcíxh³b„Ñ¢dÞS<± d°îÎ_C.2ä CÎ2ñnE€,bøZ†WÊbòíœù8ªp&œ)2‡ÆÊL”d¥‘|Gm$óêŒEuÆ Q‘ZSg ÖªÇi ê‘°fÕ`„NÕÙ¬î± à"C2ä!C®õAÈFþ:äü!‡È\ãx%/fÜæÎ'Q„3± Ñ43Zþ2$Q=”©¢ðê_5LWÕO…(ê'èZí³A;Ù¤é‹jÔ>ŒnÔvZäl³‚\dà!CžÍAà C.Þøˆaë<¯Ä%.‰3ŸX8“HMGGÖ u/‚Ó&©yM“ÁEM“!ÕM“4UÓ(SÛ8UßÐSßø0¶¾ñ>ªÍ‚6 yÈÀßÿ9ð‹ |¼ ü H_/ðb- HÙ \rÁ ;¤rš.7FÆk&iiM†ÜCHQ‹&i S놢4º¾XN§ÑݯkÑ¡šã5 r7 [A€ |dÈA†»økPDð"íC‰Wü²tç'9–C­0§1寸X™¢›å¶ÓŠÛ&ò¶áHuk_¼úž>AÝÚ– jkf©Ú´( KÕú±6 QÑÙ’T£¯O®Ñ«Q -”,YÑ)µ ÿîîÿ î"Cî”;8A5Á¤î ½±&õM^”pª‚ -gÊBE&A¸Â™Ð4›ñ ?RØõ0^Ö¥K–uiRe]µ(9J’*{T•*(² à!ƒ -¾ù·Aˆ;•xGº¸ƒœð¡Æ3l½Æ›µ\CÊ\‘¯%Á¥/*˜’‘ü¸únvÊƒÖø¼ÞæDqŸ*MÜ+g‹{ÅlI¯ˆ-é©H“v—¥Éº, xŸüÏP€ ÅØÓPw€—n¤5¥;mUu+æ'•oêŒ:€ûR|wLN¯ê/‹Ò´å±:”i™¥iåUéUåéUý¥éÕýÅéâÇEéâ^![ÚSÈ–v,ࣟ7ÿ‹­Pˆ …ÈPе þ(®kÊë>+j"uQ{3b®Á'aº9€mÐò†4T‘^ʬÓǶWrSú îäåß©dV -2EOUü±_§OMxÇ`]ÙíŒÛÑj»vj§ÖÑz­‚rÈ}„p„+'Á€á¾D@ä%!á6rrˆ¬J9È ±‚‚0„@@A仿éììì£@¼Þ¿ßä2iVREßçø£!盇6ä¡ EÆW@‚µøTãè´YçB]o x¯4SØ ­´°Ùg^±“}->Å-µìÚûåam9y1ÒD^êó›¼Âñ¤4ñXêíâ‘Û©%Ci)¥w’Ëû?Çÿ4ì¡öI(1Ö…*;³µ8û÷ NÄÕfWÚRÙ{®‡Îœ¢Æ PÓ;:½ÄuY5âOÒÊÂû£D ãbñWP4—Q<·xøfZéà­Ô2éç€ì]Ð!Úé$”›^úTcg¼ñÐÞFùç´ÔæB|ÛC¦ÈÆ(ŒñiWN÷ùî£k…Œj~ «%®6 7¸úÆP`]á`dEÙGT:S:“Y:Ƚ[&ýÀGrì„üû@„6HÌ.~¬Å¬7ÙšË[ímæºìdãDûñWxϾ7„ÈÖWÄ´êIŠH4t­òv·gsx³Ë¿-¦Ï¯SÔüXÒVUÑ^RÑ‘_ÞÅGeW¨ü¿ ‡6ˆNì…BãPeñë‡zŒ®¢ÅÆpþ7¬‘lÔÁxô•½kßœ³oû"!ªažœZöŠ"Ìž JÝ›{¼ž^ïŽxÆîIïè-og·V= |XÙ|ïþo!E’®ÐBÕ mø -цÝ£[µV§×Yž[|jyQ6l}nTfaÙ;¥´/;\oP8q%è•/#ˆÒ&H’˜aJC@?ýÉõþ 'libKÀ€à±¿´¢…ÕUûÄ¿ùA»º¦]Y­v"6ˆOjBÅåÃõæÇä­¦Ç_KŽN\ê7³mWXÓßÛWÊqñâ·Î<žÌI”ðÂ¥"|_ç?Hmb²±£šü†Rü‡sëYÃåõŒ†&Ÿ¶úfߪy_ Pp`ŸÒ„*½ï”ÍÆß¿íÖûnì_çöÎéë·­˜86nXzU­cC‹—nf½µç%½²Ëç¼Ä•]ö ù ÈRêGz( ¹”%£ü¢Ù-ç«d§ÛÜ;§TÜ!ÕaÁ=ÅaÁ åŸì°žä°©ÒË -yÑ€ Ò¾èþ^õ¦ÍŸÿ^ g€–Îè'¯œw ‚ î¾ÛÚÞ´:þ¤—ƒ\ÖõCqkFöJÓ(ÛU+v˱YÅ¡\9˜U2Še­d¢üTš¨B¾V5¤mX©ÿ¤©~~Ø-„ŸÞ…#Çà˜v$œ0bÃ) ´ÐÃê, çÝAÛÃt6Ûz>ÖŸ ™V[&,Ë- –ņe¾eçg¶åÈ2Ý£¨,“-w•¤ÒÞ£†ÔM"H h¨ @óËÛ°ÿëðCáÐiü¨M‡#$8fî 'mìà œu¶„ xsÐ!šÂ’ ’Á„r,(†`ífv(G7}  H*ut¨!õ#Rú;‚do#êI°cW4h|_}ã _¾OáᇠðÓ 3²€“æ& euÎa @«—mõÀÀî2Ùé‚™½XÙ_¬½6àì/EP ¸; Fó¯}hDjý AúzÀ¶ÀB€ ü\|À‡²íá»I ¸õž™¶ŽO_sMÍPºff*ñBTQ¦’p/SI¬Í\#5g(IrjgÆ;ZoÖ£']ÆèOŸVáφÿ4Ü@b55þÛŒ6¢ ¶$¸îâ Ljð¶ÚàÎNzOޏ³Fˆã)ñ©èvfÚ¥$e)‰T]–’Ôœ¹JîÈ\r–1OëʘñìáMy÷£¤ÿÄ¡ Ü=‹6p´ŽA¨ž„™c K„g°ÉÁÛLÏØ Oÿ¤u÷°t%™›µJLæ¯y9+Ä<Á -©H°B–V(sV(-9r÷þ<ýÆ«+{ʧ7û¹¯T%ˆGn  ÜC{!mC8fÖÅC”“„’‚¶è1LVòšGo•ÍWsätá29W¸L)*Üî Ôz¡Â½5ïGGÞ ãYî”o—`‚Ù›;ä×›;¨Â q{vÁ ´!mˆÔ»\S+ˆ³q…ŽžÀ!n‡^‹Ù`û&­ùòVèQ‚ejB¾œr§@î&@È©•òk¢Ez«h–Ñ‘?ÍìÌŸðëùwç÷^ï© »v@<Ú6pц˜+º`j‰gHÄÑ!ŽÀ•³â´æÏæ)¹rZ\Á5M¼ôoÂë4¨É;ÀxDÑí¬ÛQììQwÜ.j·u¶U±kP<@AGÂrß  B „îprBòæ"$!ˆXë‚Ö£¢ˆ å2 ‚Ò¢ü÷§³ɇçûïëÕ̵\ár-ÑR®%FËù%q€3™jb?Ì0wŒgšÙ?dp†³­È;l 6`C©ã×€èzTº_4Ÿ@@CEƒÊË ,²à·Bø{qµ¯Òr[,ñÎËhZçâ&1šÇ_Œ•ñçãuS©ÆÎ‡™C¼±¬aÞÍì¡ÎákC|Îz üwùŸŸ"l »|ªÜÝA7 -Ô ¢@5& P#ðëe±¤·…©Œ×Ù¸KÊuîb\e×BL“p!¶S¸ g’u‚Ÿ3»Æ²M]£¸A)gP¨Ï1 -5¹Öûh ïÙÊí?$Ø@q>jΟ Þþ … ˜dP‹Íý@‹)}GL¢¿ÎÏbZ2 9 ‰åÂ¹ØÆž¹8~Ï\‚Z4‘®ãŒÝ7rDÆ\COžA¬ÂÄr¼¡ÇZ 6”Æ -Ø@† UÎ߆óg@³7´¢Â@+&0±ÙëõÑÅoi‰ÔåÒŒÆ<žý<Øý4©Fò$™#HSHƳôsž^bÀ뤚| *ÐÉdp=…:©µ@%l¨€ •ö{@¹ãW€qò`ÂßËòñl4°/ǾïˆÈ|ÛS°Ü˜Hž¯J¯.Ëe=—îdR{og´B·®Š¡œV®Ë×Ê•…ZHVØõõAÂ"-Ä/ÒÊ­õÑP (°¡6Ô9;VwWÀññüШ5~dê+^lÎBG"a†™N{ÌÈeŽ‹ºÌyd¹W¯ÒçðÕZ¼Z%/R«Ä×Õja±ZŇãk”ìâ>…µeûØ`ûÑP œA»‡3èDzaPÀº(<|E•ð²;öê ARÁ$7­ü§¦kM£Uù|])ATõI ÚûÅEVP¢ÐòJ-® ìk#¨4-µÊZ ;[@… T‡¦‹àxœßózBï$a˜%iä•9YLò3YBöCaéÇŽ« ÆÆ<D½Þ+(%÷sJÚ "C+Qnh†k"BúF¢¢¿¨ÔÖ—ª4ÖÔß 4ØPåp´¸Ž‘¿Ûº4Øëü2jQ }®ŽŽ~¬º’5.'Žt¥×÷µ_ãöÔÈX‚®®Œnby&:Yj¢“dƒtRï½Ln —A:z™RK'nÞG6TÙÛ†ÃÀrù.û p]“º/©B|fµá¨)Cdø}}XæMeL©A’\ÛË¿Êæ±r%õuEý$ -y„@i1—PÅ#¥’á²r©‰T.3’ÉrC ÒY Ð` 6ÐaC­ƒ=`»ÝžGë 8±¢D¹-ö¹?7…]œ ºœnÒE•¨” ŒnIZG+?[LmËӿוŒ\««¿‘Ý Écˆ‡ói’¡"Št°¸²w ¤\®'X TÁ†*»m z¿hpüp]¿Úx^Sø{¥õ?1kB;OÝ ->{ï®/fôVpjÿöºTC稒XµÒtQiW¶&«£À”Æ®J剳X2ãµFÙ ®FfÌ¥÷à©rƒµþo`À¦ã>ÐuêÀz¯÷¡ÏáE#ÒaæVÀ‘Ÿ'¼Nß~„ 2ÞE'C?^.ä›#iÌØÖJM¢/OS¦Hòô‰Òj}‚¼»?µG©Mç)t™mîj¤Ï®…tÖtÛ- 6Ôìß Ú÷‚îÓ_¼SzXÖ{~ùbÔëà£G—¾›FºŽ<óCk$ˆîáÛÆB)Õ?D0‹‡£»2 òX=Nc¬RE›ŠxƒJ’k”)ÝjU*W¥NoUi¬ªm€a·ÔÁöÑ¿lHÝ>Óçñ÷¹ás{'¸ýmlúÂ7æyä)ýÊ¿÷yP,w*(§îq0™ôÓ€»Êûo”8r,KнK‘„ßç‹#~EÄq}:i‚¬¿7I •[ ÔlC€šÝ[Aý]€ÔnMqfÏKã)»'w¾ÿÓØ3ç˜ÜôË—Ü!‹_ˆ`•Ø<KùÅŸœ?ã_—òÝ5Þ…}”&ˆ˜(åG>nâE=éáb'L¼ˆÛ¦®¨ÁAaŒz@£ÚtÍÄLG4‡L§4‡Ìà™˜™Š&Ìó¦Ì ~=æ…¦.dj´!äéÍMÛhÜ‚Ì][€pŸÍ’ÎqïÞ7æ÷¢_uú\ñÞõ[8wšÎø2€–´á–œ¿v—ñúÜõX‹;9|Þ‹2ëW8‹©AÏF3гé ô\~5zŽLGÏ×ÑÐ *zAAA/*7m­¬ˆ—Ð'ˆ»£Û£sŸ"ô+_ïT¼ÿn_7p>ÒNžf€È2p24¸Äe®»fÄ¿;‹}s¶(dÙƒ€^ò.ó· È~–P²¯%†ä»”—W†\.%"—é¥ÈWí䫎M[b!O…ÄX¿ bäö6„nõ¯6ÐÆ¿?Ç}-Àép5pr!'O<8˜þNÄcß;§ÿz* õî,Î÷íÅ<ŸU$Þ{¿´ú?æë4¨é;ãø¤V×:]ÅNÛU¶]]µx⊢Ë!á"G0@Œ„޹CÂb ŠP@ÁêzQP¨QÔA¶vX¯Új«’|ö¿;;}Ÿîƒ÷ãÏëÉoæû“ú½aKw½åKv½ÍûN¨Ä>Å™ê'#A tDÏõÄùáD>³iÄ’O øÆn?V¬Ò`¥³k<“±ÎŸƒ aL81pŽ Æ6NܸTËNÞ.³o¢9€ïmå{™#øßšcø;-ñ‰ž–”D‹”ça‘Ymð¹™ .Ü&ˆ£Q‡93ôø|nì¾ÌÂ×K3°x]"–mÅ -H¬ö …C` 6„úaÃ[ý@‰Ü (x3ÝáÇtC“‚0¦+"™ÛËÜ^Ô‡ºqŽ .Þ ˆ¶{Q;Nå˜a“‡Y³åøÔV[»x|±|ìX¼)˶ùÁ~‡7V{îÄ:/w8ú¸a³¯+\vmÅÏÔ-ð¦:úAÔM SõÁ._%ˆö‚¨Hî?#ˆ3a#1+ ÄÜ8Ø,ˆÀœE!˜¿„Š/Vx㯞X²Ñ ßlÞ†U[¶ÂÁÅÉtóv'¸¸n…²ž”õð¦8€JY e v“…[ é³?†`Á\ðì>gírD»nA,yÛÇа‡ˆ.By©  3 ”Â?_j™ÔC -øh&;­@àE²^……v[þŽ> ½{Hö2ò¾ìiôˆô1kTb­ÿ CƬÿ>ùðg»3âHCœ? ,ÒÅâ",A€`Ò¨! ŸÜ.UÂß@fT’%O“]R"¨Wi6)Þ† (^…É_DÝ—?‰‘±F­Ѭ™H³ý|»ˆ_» ìm›Áõô—ùlj‰æ"2^º@‚`©Ò”“e ,Q›«4æÀz9¨™¬Cc¡]Q[‚ûÔïè&õëð¬Ì!Õøžûª±Øåhì¨ÊZÈ$ BÒDÖ,×e’<Ü‘´+¼à(p"ãÁÚ+@D²ÔBg™ƒ5ÙÓ´ý¹Ó´J²úÜéàf²ÎÜéïs߇öçünÊù™9ý„5¤‹»¯ehîíͶÄÏDºí$/ZiàoqDšû}ý‘J‹@bø>pâˆæK-»EêéЬ¼÷!ESÁú‚©ºÂ©æ‚©Ðï -ÞÓ¯¼ÝÝ—ÿKÔ­ü§¬¼1öPîè޹Ü‘ü;û¬ iȘ?©‹lÁ' çÈÜAØÇ¢ÀÝ0ö‚ÇJ;Ajf -5S eÁ$½°h2´¢x2´®x’ÞR<v®h’q½èuTŸöˤcß-Ý7\8ÿ@{›{¿¨/ÁzÎü"ÒF’×,…hózÈ)Û¡ôò" bzÌdðöIÌq©š©(™ö#¯d"¬\7V[:Öª›`œ×½‰è)yÁê+ùÛ´ÿaü`ñPÂp‰‰7¤»‘8¤»Æ,µd¤A<ïO.´EÊê¥99@íº9^^ÈöAV( ’ÈDØ™–„$õdL¦v"2»ô £ôÀFÍßÂ[¼ŽüGù/ѽåÙýe¹wJywË~à”÷$ èJ¨¸”rÇj“ iH_8ÂU‡Êq ò(ÎÐzyBë„òmh"¸ÓÒ˜ôwžêwnºö×UÙÏÌ"ýs¦¡òéž&ý“˜3úñ¸žƒ£Ü[ƒü;}I·õÝ)¦ÊË©¦ªóSÕwè¿)i‘†Ì•‹‘í¸E'è¼w 4€ -]hø´6‚ó6‡%x%—¿Hä'ÈÊÆØyUâ*ý“m<4Êi7ŒÄwî&Þ2ÜL¹eèüpøBZÿá³ÂþêŽôþêSéý‡­ÅLÈæÍF&i­øùŽöÐQ6¢ÂÛú_óA:}¢<"æÕ~ÿyGüXž’ó£P¬{¨1 Æ—¹Ã­®1%´ÖÜJ¼TÓ›ÜWs%­¯æ\úÍÚŽŒµm¢µ­¢›µÇ3­%i“1iPÚ…"§å8à¶U>.8øíäazÐkCdÔ‹ƒ¬øÇ:ŽðÇ‚då=¥¨Ø”®4ô&Ôu'4v%7¯¤ž1^Lë1žõOeöm÷=FÖ(é1%½õÖ‚ê#(Hƒdá<¨ííPâ´•nkQíãl® tSO§¾¬‹dŒ×°b2pøJ“d¦|¡öºBZu)#Ûx6M×Ô)¬9Ö‘~òX»¨»©Er­©IÚÝtTz­©Nv­©Fv­±Zv½ÁZÿ3Ì‚”4äØ/B™Ór[…:ÇɆ ×WMa^Ïš¢‚ÆY#ulî@%OÒ«^ÊWv*”ÆVqAóñÌÊÖFɱÖé…–:yW˲Ê®fƒâjs•¢û˜^ÑÝd-d‘%i‘†|û¿ Âéo8âfßõoÓ¶¼le¸Ÿdú>:Á -nŒÙ×_ÃÍìÒ§äŸ-É8Øš'3Ö+³[«å¥mEý©JegÛAÕ嶪Ë'ËUWN”)¿o-Svµ”*¯·Ô¤AE䤡ÐþKè¾BÛ²éc¾k~;As|ÞÎpëˆt9½›v»uÏÞë œŒ Gø¹§ôІq!OÙZª.ìØ¯>Ô©Õœì(Ô\è(T_<]¨¾tª0ër›6ëÊ mVW‹µHà d‘ÅÂ?£ØþsœáèŽ%“-»ìmv?Cw|tž±uè\h`_{TÜ•¶ðÌQ^vó‘Ôò½¨öß|×y<ÔûÇñ/ÊÕ¦{Ku´9Ýœ"I*[–fÆÌ`Œacš…3cd‰8‡6;•¥Eå"K bZê´ï¹J)‘öºá>zßß¹÷ŸûOóÇóÏïãóúçóx|?;ó7ÍÌJoJÉÜݼ)«ªyc–æäæŒSM)§RÓϪÓÒZëÒÓÎÓi6LÔÇæQ`f„RcTÑg­óœû¦‰oöâ´ŸEw›·ý­³~¼ Í’:dÝñ#ŠÔŠÊ¨Eãl-üµvCþ¦¦øÜ\ͺ¼2Ml~KsüvÍÉÄœS¿enHÎ<«Þ˜ÑZ§ Ò©†Tª!…jØe6 ‡l¦~?BŸþ±;»ï”×ÏO;|L:¯¸Ù^éðñl=+ -jh^S}"lKɱˆü‚ªè’ÔCñÕqÅÉ ªÂœæˆâƒ'•û›×î=ݽãtClÞ™qÛΪ×ç´Ökƒ ª!jHŸ1{Í&¢ÂfÒp}ÊÛ©/Úܧvßd̼u‹µ´ã*Ï£ù‚0ðè9iÔ!MÈÆ=áÛ³ë"ö%ÕDެL¬ ¯ÈRË—Ö‡U5W”Ÿ;QÒZ§*l­[»³µ.*_;dêé"ÃPÙ3Æaßüñ¨^fø¥6ñu+ÃðÉu—q÷ºí¦_îb,>sד]ÝW\qI¤*nLÊm ÉÙ¢‘Æ6*Ëeê¸ÚuÆ‘à†ý5AM ÕkÔËj:ªÃËÛk¥mG”EÚ!KO™†£‘;ÝçÁ±%cÞkœ z.ÙŒî|d©í™ó´óOX–ÝŒêNž°äŽ@^pC”˜~Yš‘paõ.E[Ø ó1åmiåÒŽâ2éEõ¡ÀŽ«‚Z.—…Ô_*­ù½"¬âb¥6Ȧ²©†?F…é衆E£^·/Öízh¤s­×zlû+š±æǢKÙ3oßÝ}B³úÅ%uú§DÞåÝ^](¾½vŸènJ±è~aQ@WýÞ€®Û{ÄWoJÏߨ·ªùzIúZ©6ت«ƒ­†£P4Eµ³tÞ2!]w ÈõÞ™ºíƒË 5ƒ4“úAwëÊO×¢×\Á¶WÜÐM½ÜØèÞ¦5Ïù9+Ÿ‹óý{;½É‚—y‚¾ÃÛýúÛ¶ ŸÝÙ.¼ß™/ºro‡¸íî.m«C;A ÉõXrÿ‚>¹þOÒþÖt´æ“ÝäúÏtÓÊÏ,Ûâ,vî–0å;4þ=;:ü{’ä7UðVÍ ÎñŒÉñ~›’åýnO&ï}M:ïÃù4þÀÝT¿§]é‚û²´A>!Ø3V§§Z—ÜiÑ#W®Œ"mƒ†Dó/ ƒúûi•#NfÅ#.öy#+ÜRGVø' ÓB"†éªÕCŒø€/îÉüOÞ›yÅ[¼>ʶp?Åmöüœ¶‰óy÷FΗÃÉœ¯-I_ïüæ=øàWm°“w ¹WOÈ•óºäÜíQ¤iÄHçÌÇ•ÃÚ¸6æ¹°³O…=;ö¾*8Hƒá([ù}E¤ï3–7äïùÍo½Ç·À÷!ùz·¡øxöpjs¸`säP,s¤>†ùï‹ÑÚ í%¤³†š¯!äÜeÒØ¥Kj0Y· ¿æÆÛ`i–+›,¦GÀÚ3K+a'õ…cˆh2Ør7x)YðW2¨d \IG¬b6Ê]îŒ"J•L›‡ÿ äZ!çÛ i¼MHÕcBJ0AoŒÇåÀdÚ&˜ÎÇ<+%ÌVc#–>¬}ôõÒ1~L2Œ&ÅÂxV8f΄Éb̵ãa¾³,L,fѱŒúð9pœàâ¹L®=<¸¶ðá.ƒ»«¸K ó\LlVHähÓÑLHËï„ÔÞ¥æ?"$·Ÿ”ïD/º‘П°㦬Ä_gòadÊñL¬h0]ê3[,´·ƒµƒ l–/ÅrGk¬p²Ói8N áãd¡“9ͪթ6BŽÞ$¤ô!yO Ù2@tâ©%È_‚@Æ Aþ潩lL§Áp¶#&ϱÃOs—aÖ/Ö˜3ß -¿˜YÂÜ|!-X€%f°³˜gêPa,œ ÷…sÀ[ø3ZA>v B¦L„Èd¼¨'^Và»:‚ïÅ/€`1Xª`0Ã@O -WŽ…”2hµ” -ÐÏÈA¿Lé’ƒù‡îOÃG¸=á_|^Ê>øö…½ñïë¾ ý(þ¯÷g6ÕàËp„/— o!œ ØTƒkÕ"m»‚j fú_ý¿ ”Ë -0º`=–Ãã©|Ø«'ü3ÿeø{¿>Ù€°?¬/`à‡ k€5Tƒ˜jð¦üìAH[!‡€ïUpkÀŽ“Ãu³Œ­*Ð÷PF‚QCQGÂõŒ -®WU`>TÁýQĈדˆ¯üçÊ÷‚^å@@Ÿâ¥¨_ѳr@ù#ˆc€0#CHfOßbl-!¥n=‰;"_jÝ$àÉBá«{C$˜ÙQpÝE9 ×êh0ÕQ`¥\‚Ûƒ¨ïÜGk¿ù@9èïÝ ÚÓ‚! >ØD8GNÓéDp—à”‚î:£k$ðøgˆÏÿH|}qаøˆ02›ú8üYêdÄœo¡¾÷ê¦þyaœòkÀy>t†<1Gþ ùŒ2ŒzNí‹zNëŽ~fàŒ ñÆäFG@ýs#$íÙ„Ã_éø7@8spü . ‘1Ø¿“‰ï/0ho½3™xIYo|ÊY¯.虿û61_úu0~ g,„NÓgOhã¨9Æ`ô³'fŽu?v–ÝŽ6 ’­,!aÕrˆ26 ·®ž/€îºXÇÓ¸ ŠàÃßÅ£âß  ¿“ÿõçqýÄÜ_üK¹?Vs_]ã,„Üå̇²#±Æ¢Ÿ°ûcŸp;Ñyí˜Þø™ô–O¼±klˆÙàØ¬êng຺@ºÛAH÷p®·ç[z@ð«ÔˆØ_0)/Pú|;íiˆ(c6T–ñ8L“1QŸþÙÊ›FñÆbfx}q2:0m Ó™·°Ó™‰Ó™×?R,-!i¥-Ä®wü–ÕÀÚ½ ø®ÛAäödy|ûNè}úUz€ß"3 µ@D'ÍbñÔ‡1tÞ’Ÿ9ŽÌŽ¢Ê„ÃQ—„CÑ7…ƒ±}ž¸)a{¤¨%q"»1i"ûn"§>y"ûò'@ª±glˆ36·8BÚî åúˆÝvÈóp}-ñ>±˜ãïµ  åÄÆMQpÄQ9m Ž+êAgçv¡‹Å†8­¸sMÜß!nÃŽ‹›qãâ†ä1I~,ïRÊXž.uLR:n,, ÙÞ0ëWÕÙø»Öø3HÝv¼•yøMæ}ôE¡¿Çœ$Ôo:+5ÊMLé£8÷ñŒì¶D~þml¾ôVb™´9©VÚˆ»#½ž<"­O‘ê Ã…UF•ÄaiqDZN)0å x{À®[ Lç• Úµ -mú«ØmÛk…ÇÞÿ(½]Ÿ+üÏÈC=Çó£"ú… É÷¹xÖm*%ëF*WzŸ]\‡—ËkSªä—Rå5„^¹–4(¯ ÊËÈŠ•”Å¥”!Y e¨È þ¿·Ö8ΟAÎNG(:´þ½ÂmËËŠÓ;þ­ñÚ7«ñ;2Yì1TŒ -ëÌÃ$¶ -qŒ\’è2YXMæ—V’ -”jr…ªœ|E©¢t(K©}J9­_)£õ+Šh¥RÚ`‰”:(7HK- å3HY³x›W€dç*(9´æÏòï6-jOo}®óÚ9£÷Ý?VàÞ«Š n—¡š%‰´zajfUµPÅäïåTÈh¥êBº^]ÀhUç1º+$Œžr1£·,—ѧʥ÷+r饦–Bê -k ®±þæåPàbʯ_W[÷sûçsuç·NÖy~õ Æï¤AxGƒia)z ž_."ñ˜*1›_™Å*¬²µUvSŸÝ©å³»*ù¬nµ€ÕS.`ö– ˜}*S€ll («—Cæf(r±ûX~påKÝQ§…ºSkgÎmkðØÛ[wñÄ]]ˆ“& -]§Ä*e¸ô’³¸'¬½”$º§Ç :t„ C5)½SKáui¨iÝjS€jl ÙYÛÉr7Yrû²?tûl^\ý—íã›ÇlÆ8ìÔwç¤ËÝf¯£ >µõá(µ>:¥X‹áä”'åpKRKRª6>§Ë+Ô£ jjb¥íÕ‰¡:!ÛP•$ìÔ& º*ñü.)@36í–Aš“äo°€òm/k÷X>o<`1ݾoéákýÛ[ÚιrË÷|ÕHÅU$.¯6–É×Å‹hœ «"VD+Òª¢”R-ªLW‰,¿«Ž.íVÇu«Ñù]Ln·:>Û4 /1Êòe p´€¢uæ´[–üruû’™Ömfc½›—ôôí·oëùnëuƒ‡«þ®ÏÙ²;¡…7ð¢ëHëJ¬__S“¢ˆ¨á”…ëóUá—ªaµm¥ºRdE¿¥èSFËúTÑ…¦ÃÌhË­ ÛÁJW›½Ñ¯EÌ7;!Æ»—!ú‡×›ÝÙc×<üóåSÔ=žîņ‹9íqi­¡$RK$Ó“q#©(¤‘) n’5k¥A7[óƒšFóCëF¤aº¡¢õYdÙƒbS€el`ÙZBž½Ù»ŠˆÉ+ˆÑVKDÿ€¢cÒ Ñ2½ÇæÊÔáÚŸŽï-õ8.:1£ÿbµÇí fEÞÈ êHÈñ¿OÏñ7äfùuiD¾Ý·3}» -ü['EÙAõ?æ׎‹Mb dX›C± bJg†¾aŽè½gޏ7l‰hy²Ù¬áéA[ýÓcëÊfOþMw~5}åa¿¨§Š‚"ÊAˆ‚,,IH ûž¾ E¬J•޵Œ¶Óãèh3Ú©µãô8Z­¢ŽUGl©Z¥¨¥(E$ˆ„U*<óûÌ‹ÏÛû<ç~ï÷Å]»¿3ƒ³§C(ÞÖ.6Vü")µ<×hîëê -vÉÖî”¶í}Oúëg;$·g?îxWÚÒ½CöýÓŠ+ï+/þö'WPOuØ÷ŽÛ³£„´RÏ[—f‘ëͳIcÛÈÙþUsNÄ.<6À 8ð"9º¡?%qGoš¸òyº>ï¿@Û#ª”õ(7g=³l÷ÚkÄ}ïoõª œªÊt4WŠúº*ÅŸWgýÜ[“}§w‹+ØMÜFòðKBnCÈõën¤ñÞrzp>ù—3ô£#ô%FÁ #¬õu#œ¤jg¢¨À™¬6 §äÊEbgv¹`DW‘>VPÁ«)Oo(KøGIÊä¹bîTKo¬«Pð¢·PÐÓ_ì -öÒNÝÁÓ„üï2!?º‘ÿ<œM¾˜ôr;ò&Øcÿ›Ÿ§é!uÓ1ôêiFBÑtß4Í”*¦9ZñLJk*d¶dm‰(Îã`«•‰½–xËÇysZrXè1%¾é5ºòäo„Ü;IHÓyB.5rº…Ïr‹fý+<>@ˆ÷v„Ѫ¹®Qq&йJÄðňËÎGž‚U"„6ä&ŒŠ4±Ø¢Þ€=*:>UÒñ•"7åѸïRëç„ÜuöR73kö&¸»—`Á ¼}´ð be¨´ˆT„ÒuqC}F˜,:’ØQHgG ‹; fv(ŠY!ØÄ¢a3 .}wsÔ NÜ%äP•ßIȶÄÍ>C悸›0{¾î^bx.KÇâ•Ið dÂ/8¡t„¬‰BXx$¢Ö†#&b ˜‘«ŒŒÈ dE@áSÄ -Fø¡Ü¥o¯r’šÁá„4tPùÝ„T 7È=ÕAâ)Y”âÍÆߘë· ý£àåaðZ`Ú*¬¦ÑA ¶Œ åà-CJàR½! X¥KÐ.ð„Äw x!~`ÑiH`„‚›LWÈB¢2l³ñeb0¶J»[Š ŸÈ°áåå´ 1””VJ· ±/¥`¾’"Á)wL2•6‘=ž1™5,˜r ºùž.óBz°¢hàÆ„‚—@ÏW–ŠDS&XÅÙˆ¯‘Q¯@ìÇJÄ~Jù‚ršÒ¨ÄÆ&%­”.â -p†àËçÊÆùã2§pRê½– ¸ýüyS2¨\jŒ¼õ«ÀçDƒŸÎOš®^„„BXÕJÄïTƒ±Oƒ‡5`× îå¼ñ×5`ÞSƒÕ©{@ä—ªé´Wª þˆÒ™9¦O(z³&UÏ]€ê  :hËÁ[=bfÄiL³Ó¦#Ù&ÇNeÔéÀü³̃z°>£|¥ûœœïôH¸£Câ#’úµHÔNò_iœ"§f0{LÝ+×<•ŽëžÈÞFÏyP.[ !ÕA€ìuÁÇ­ƒœ‰(Bµi%¸åÔùï‘ð ûMHü{’¾4!ùŒ ÜË&¤4›ú‹i½Æ)¾Ã0"Ò;$Ný3Ù¨á‰|ÔØ®3ýêr<çB½t1DA¾È -] eDôŒµÐ'3 r!Wˆ ÊQ!£„:¿ÆŒÔz R>¶ õ°iÇ-à²Ì¤_°LgÜÈ}ÃoÍ}-è1ˆf‡t(§G1œÓ¡ræ¶©G,-Úk‹v4ïm`ž7š¥‹è µ†µ°Æ†!/)¹ü$èe™P”È*0AXeæ×åÿžÑÿš `Rp,Bx2,ó\þ˜øªm$ë®m8ûižCæ°v«†¬4¯l÷uÃ?é‡ ›Î¢\@î\è|ABuÐQ+¶%1«PFíFq:¶ìŒ“V>¥¶š&¤å¶Ñ¬­ENñîâWâOJ†²JN;¤_ È/½PÜ.ìSvvk Úu/‹Z C%·LC¥M9Ce×Ì/˯澬TƒÏB(ü—Âàƒ’5¾°o a'Õ¼¸™ -qêd¡J2’k6 i‹mŠÍ%ýòåÏåû*ž)•w«þYÞ¥>UöT{±´S×\Ú¡ï(m38Êîæ V|ovT^³ Øÿk°_Ȩry0z/„f…7òý— rµj×ûc{ ¶¥ÅLÖŠvE¦£Ø¨îµX» öÒß´Û+k÷ØÛuµ·éÚêÿm¿oøÖÞjl²·˜Ú«î˜ªnXû7]ÉëÛ|ÁÖWóM~_Í×}5g\€ÍÃ&ï0.÷B©ÿbl]‚:ºêY!Sõ©Q#;3™Žm2ÞóMzYg¹-§=¿¼ø¾yKÕ=S}ÍO¦¶ÜÊ9\û£ùxí¹gjoZ®Ô6Y[j¯çõÖ^ü?Ýuþõ¾püc0CѩӢºmçÔ·"$•%²o5–Én,ƒ1Ìf˜fÁ`Ì‚“8"‘%Dè!u8Y²•,¥¸uŠ–[=Nº-÷|î÷à‡çÏï×ãýùüðùD½¤·Æ¼LoŠ}‘Ñ@x‘QGx™qu 0JK †n€á[ô!i‡Lß§¹¦›a®ÕΕ<»_ßó]޽Êö>õ<3Ðu†0NЋХPúñŒô¾ˆ\fod1ó6^ÅêÆ×±nEu°:£Y7cXÍ„ÅÌú¸…ÌÚø…Ìꄅ̪„ÅÌÊ„EÖj`4Ò†4DmÖƒ);taæ>]˜kbø]h¹í“Øvï’ØÙxQèe1—è0ÁÃÒc£î&“ÈÝñiŒŽX6»-VÀ½[Âm&TsãZ¸×ãïrëãç¸5Äy^Uâ<¯‚4ÏS‘žq•¤gœµÀ¤!ÜP6é´í:³W -ë)²Øü^vÆè¥üÜy™§é#±Ÿí0?Ä÷;:¢›NLj¥¤0¼kÄœÜZb1ÿ -ñ¿:±ž_Eêá_&=ä«’çø -Diò“\9B–ü4[ºƒÁÀ]˜°i=ÌØ® söhC±±î_òãËŠÓ?/–;îšUºÿsL†== -öºÍLJµ³ã¯g$gÔPiÙ•dv*Y T’Ë„ -r°”rS(§Œ¥)ÓÂâ”iAaÊL8e6_D™ËCðWc‘†H¤d¨YÛ´`ÞnÌÉ¡uf^Uœ4˜¯²ßò¨ÂåàâüÉ>iG§(2¤‰OH¨åè jv)!”RsŠŠ¨’b1µ²X˜ÚR\:PœŸú°(/õQa^ꔈŸ:-äSg -Ö H~ãzH6Ô†ì­(Ø¥ùM~óîÒ‘uÿ®¶Ò­µÙ4V}î— -ß= -œ[«4üb½8&®*˜VÆ%óŠ˜4Q~:[šKʳéJ9—^/g§ß‘gÑÇeYô )›þ°˜M{TÈ¡M‰ÖãÐ…4P ´ ïgM(Þ©±¢8 ¹\e‚~^g¦5Uoe0|Õi__µ·egE€s£"4°F«*Œ§Jò“8ù<ª“É3˜¹ -:S®LcÖ(RY] -*óAYc¬„–1!£gLJ2Òe¤?*\ ŒG£a´¾¤mÄÀÜ-P²õIµõgͯêsÆêãMú×Ïîé©ó4o­ösª»ìW©ÄG•È Q1‹W@гiòd»<‘S¨JàVªâ¸íåq¼%‘=ZFÊ+IfË(ÌIÉZ`‚&ÆmX5aÁO¨¿å[ÕÞWnW[¨ß ¦Úþ¡6Üf¾¡¯ÅnWG£ÛÑÆkªk.^PV…G«¢“ø¥ñL–„”G¦Èbó™åø|*²à’2BpC!-ÅóGK£³ÇJÜqy<{BºHDˆ:Z0KOŠ Õ¾+ Ár>˜mÑcF ÿÖQîŽ3F7Ú\L¯6ûØ^jð–] TG9—cÓÓ” 9ñ%ä¢)£$TZP"SÉCä-²à’’Ðâ I˜hB‘?!ÅçNJÖ54!Yyº((Ù–+ÖÇõh0ÞŽƒ··‚Þ^SíöÛ6[ºœŒ«:®lu0Y]2ѨobM0«`¼ÛP ùûuiƒæÑ}µÌ Tç÷JÌòûݲîúøR{±aq=ÄЮ4ÿÎæ…[TÖù®¦owçûzºwÏ Í»ëOºïŒó ‹,lÍB&öÊBÖj ¥y(µE“¿0Ô@ß-d~? -4M Aí´ªbÆDWöø„‘à¡ gâÜ©´Q7÷„/\øàùhÿû$ŸûxŠ×} -ÅsGö.Iò©OtðÑmä ÑýÞÛ$ÏîeŠWëÕ»õõª`*PÿKÀt9#uÜk  ù{5«ƒ+ÓP±¸U²hº^´h¹÷üÔÁôgö–‰O#ç\|f=‚}f±xÙðh÷¹¤h·'l¼Û¼$ÒõYm¸Ëó;aÎ /Cf>F:}ŒvéÿHpý}u ÀS)£È~o »€–?¨™På¯×ÙÛݚ·Æz¼·Çv¤¿±Îá½2Àþ?ÍþvF°vß_°{õÙÏáé -ÎáÉê^#;˜DîÁ@=·;h½@íÊ£€ä“žZþg#4gåÀFúÊa#ÒÊ‘ƒøs3ÜgËS>+ÖŽ®+¶îg¿8{Ûý×Ç÷ô× _›¯ëotïß ¼¬~TxZþhó°üߤ›Åßï\­¿|u9¹òmU3rkèm ¹‡uCÈüI -çÈý¶Å‚[0©p—>îß íÃÁÃ&>ðÈqhnã­mÏ@»³ÖÐÙÑú8‡ANfÈCø(¤ŸýÌw0…*{xÃî0´= ß!>œYÍHw3¸ÙÀ5ä TcÈüixÏÈøŽV'C=-ܼ! nÿÉîÞé÷ïw†í¡ÉxÌÜ -ž°0‡g¬ŽÂsV¦Ðûÿt×wXÓ×ðŸW‹Ê‘­l”½Ã!ƒHH€VÂHØ; P†Ê#KÊ®{ ×:êlźµX­JkUzñjÕjE±€(ŠT(‚È÷ž§çþñù÷¼ßçœ÷œç¼twȃ\ä„Ê@G4ØcqØß?Ðìp]£îNŠúŽÜƒã?RÔ^r›îST㊪ (õ 57Z R £'ƒ¡QLÌÂa±Œk[:hp^á OgÐ\\Ápu×Õ"Wû¿¥tW+¹X¢ÆÅ-Î&ØIìÒ¨ëk6ÌiB&˜`ޱÀÒ"C’ÁÜŽ–$ó.ÝÓtÒÒtr­%þ ÉðÍeû2^õ\x¶qáµ# ÞûÂàsŒ8ß..ünpA»Ï…(üGC0ÅA8Ó!`O°Àå t$\Me¨®ù’ §e`¹Ù€Es›ã¦(ôD&³Èºe<ÐêÂá×Êm ±‡ÿÃ|œà#ðAÝáºzÁox³Œa™› 5ÞrÁæ!|€¾&/ÒGÉì@Ú™äà9[ïkÓá‘àÈX`*ɺÅÐk#Ô,}£ÁÄ!ßD"äl$˜?D‚Õñ‰ý$bšóZð!tR0ÎÿM8ƒD>„ð‰"Mm žÙ°mÍÁ·3‡hÅRH¼mÍpCyú"bÙà¥ðÁÉ])«^2Ëj“̰·I>röJ¦Cˆ§¸'ÅÂ.‰'y?GM„?ŠzÏ)z'˜¾ÌŠ^gÅ¿‹g£•ÌÆÜF¬&ˆÑ×#×Ç<+SDY›B¶Ü‰žVH¢;#>̱Ò3É‚A–x:¼4v’·Z:Ák‘އo’þÉß-”¾‹èŒ¼ûVøcÌÑýèᨡèÁ¨‰èçâÒ‡1e½Ò™øž¸™„ŸeŸ4‚T_¦Fˆ´4FÜRc(L ô°DéËôP¯Y¹ˆ1%K—(%c¢"Ù[auˆ°1ñ•¨=q8jGÂx äëøèsñÄ\—õÇÞ‹ë“Æ=‰O¸7•Ô?-ÿ)qZq-i:åJ²fˆÓÓ…Ðt1¢É^ÈÉó’io„<7SúÛÌæ³]'³"ÆÒ¤Ü‘ÄñKinü@L¹¼?ºNñ,¦Uñ4v«üIÜ—òÇqGåd§åeWå¿Æß•ÿ7a@~'a<åfÒ‡ôkòIå%ŤêBÊ_ªs©ehÉE2ÈL ¡²0@Ý"¨]ŒPN³œZÉ\>¦æû¼Î‹fdÈ#ûY²Ç‰ê”ñµé÷â›”w6¨î$v¨þ“ø•ê—¤NÕíä.Õ­äÛªоŒnÅXæ÷©ãÙçÓÞçœNŸó­ò}îq•fHÐÕÄÄÉÆȵÐC©­>w2øTëk:¾*Äf¤šç:P.xZœö GÓ«,HéI©È¼©¨ËùIÑšÛ­Ø’w=eOÞÕÔ#yWRÏä]Nëλ”þ(ï¢òMþiÕ»ÂÎŒÑÂc™£…G²F ýH$¢I†42÷™ë ÒF«Wè~Xë½x´!Øb¨>Ì¡oM”×Ãê„;¥éâ›ù¹Šë™êœËÊšÂ.ecñEe{ÉyÕŽ’³ª%g2N”œÊø^}2³WÝ™õR},{¤ô`ÎHéþܑҽмµ&HÒÑAÜ’EÈ0ÔA©ÙBÔZ-@½ãÂñužú¯¾4îÿ‚³ì·u"§Þµ2úÍšTᵕYÉ]…E9gs+JNf¯Yy"»¥âxö抯söTÍ9Vq$÷BÅ¡Ü[_彨؛?\ùï‚áÊ]Ã;‰¯Ê5A²Ž6ŒôÉÌ© -Óù¨[¦õ©Ùaþ»õnÚƒÿò7xºer¿-Ò±§%.ðúZ… «6#ñLy~VgI©úhauåÁü†êùm5û -vÖ|Yp°vOá©Ú݅ݵE¿×n/¨ÙZ4X³¹h°zSÑPÕÆ¢¡Ï5\[Ɇz(0X€j-4XΛjµ÷fƒ³VÿVíß¶1 ïlØßh‹¥]nI?W¯”u®ÊÍ8\Y\²¯¬¢j·zÍꎒ–ºíÅ[ê¶•ì­ÛRr¼nSÉ•º êuíêþº6õ‹5ëÕ¬þ§z`UkÉ@­&P )ä(ÖŸUKæ¡Ù|î_íÖs‡·8Îíëp׺ßdp{;ßæÚæŸïÚ“¸'[Ò¥G²•ûWïª*«ÚZ^]·±¬¡¡½¬½q}Ù®ÆÖ²£-e›Wö66­ìkh*{Vßô?¶ë4ê½ø=CŒ­“,‰ìÛ3¶2YÊN‘0DÖj0hÆ>&kŠ&)J¶VEöÍQ='-R.%EêézêNëyÊÉýüÎéÅóf^|þ/þ×õ¿îûúý¾/þ߬ÉÂÒ¬—‚ÒÌ)¾$MvˆU”ÇL%¨H¡hõC½åµX2ÖbB}Ðb§t«Ù]çŠ8ÀêÌ®p×ã51í¢œý¥©›[rªó¸…ÙüòR®HTÌmr‹øÙ}¢íÙwDÙτ۹Ï˶s_”ð·Mó·MJ‚1rr¯ ‡\ÅyX¬L«V…™u˜Ü¯#m”Á6[Å­«—\Ø¿–uJêÔµ;zmkm|”xGrJmY:WX˜UX˜Ï«Èç•Tåòꪳy-ÕÛòzª³ònVeå=­ÜÆqsÇ˳sž—åd¿(‘äŸåh˜« …eó)_ë~‚·âùðì < uè­ΥòWÚ]Ÿ9äg~ì@°Ãá½Q¾ûâ"víLLÚQ•¶µ¨<ƒŸ[Ì­ÈðkÓù•uiü¦ºÁÑÚ¤Âë5I‚ÑêÔíO+7Œ‰6ç ·ðž—I‚±49L•‘Å|yêœHÞí¢Á“æyð¨]hÁ£Ö´óGœõtúлÚí[Z#¼÷qBkölL(«OÉȯI/Èe “ËójâË„uÊ÷ÔÆ »kb…Wª8Â'•JŸîH(% -žU$ñÇ…’`†›¥ç¡€FùX%O÷Pa¸UîvIÃÀ u¸Üc!ÓwÒQõè1OãCݶ{;ÂÜvŠª8°!VД”ÎmLã¥Ög”ÄÕæîˆ©-«Š®k¬Œªë­ßyY¹óYyTÕ¸0Z4.ä”—Ç–J†di˜%%…¥Ò0Qðxî¦Â­ãT¸Ò« ?ŸaHŸè³Wn?í¦ßܳÆz÷ñ ×Êîÿ⎘hÞ¡ø”Í-ÉÜ„}éü¨¦œÒȦ²Òˆ¦†’ð}EáÍ—aÍcü°=“…áõ“E‘5Å‘U’a‚¬,æP¨ï+ž4€S—:¨Ð2¨ -â»f2uƒlá¯Îú‚ÛÖÜ›¾N©ýþ¾±×ƒÃ®EÆ®»¿ÑÿjFâšk‚k®×%øÝhÛàÛ.ηÿ Çëú§8ïóŸ|{?&ùü, òÈT ‘3¸Ù p™ÜAéŸÝ¤ÿµÜ‘‚ÝiP3ª+%µPŒ,×Ê~ìl–6ìf7ä½:üÁÚµ÷CBüîs"|¤Gx„{?¬õn ñ|t6Èãñh ûðû Õ÷fÃÜf#<®Í®—d¦`d7À¿‘ ;8Kúç1ÒÿÞh’‚Êg4(ŸÒ‘â¿b(r§l4Ò^ÚÅM:Z‡M¸:LxºùLøûxNFú¹¿Lòu™íã6Uîíöj¯çê×Ç=V½¹åîúæ­ÛÊ©ïž+ÇÑÇiý$¯&w°àÆ’3'®´ÝØs r„Å¿)@Á´Ö¼­3FJi3æ‹â¦­ §m™þÓ+l½¦]VÏx¹¸ü±ÎÕé}ô*Ç÷©®x.+>îp¶ÿtÀiùç^Çå_î9Ø}ù}û®`O££$Åä.žþ‘öñ @Õ0@á@î'9JÆW5™äoÚJœo†ªaßèÚþ³,cÏY¦ë¬½õÊ¿\–Ù÷b³¿²—ÍE³m0•m…<[K¬\f–Z`Ÿ ­™øÖЉ_%ºÝF2ÐÐK2ÐÙÐt‡Ì"óG¸/6ý)MM@%Ù(TU FÍ…kPWôIé5°GKc[d›ÚàJ3Kô`°ÐŸÁÀH3:&š™ —nˆå¦(&ºMôñª±>’èêq’s?2Øü+@õ2`Ûs€äW±_A*¥eס¼¢7.X° -ÕÔQSƒºZÖd dè2ÐZÏíôŒÐYO½tu1HG9Úš˜¾D ´Ô±’‡&MUìèÜÙ<@2X{ èïùãISQoüHù!Ⱥ#(8¡ô|;¤-´F%Uª¨ÓQCõ ¡¦Ò55ÑRs²Iqt^¬ŒÞJ¼H9ê4ܤ&ƒ¹äç¤DE’“$ƒIëIKÿþúÿü¯9v!;,G·APb!üdŠ lˆÒ*º(§ª…óU5PUM«-D5E4R£!CMmTUÝúÊ€± $Aò©éy&æšhÆZ‚fKuÐÄA < Ð Ø âLÑ` õóÍQOÈDýL4h"Ú˜hx„‰F½ÄE&0Ñä!ñÂMß™#ý‹9š!ƒøñd ý»92þ’Քњì@7ÓD¦ùdZé Ã^MÝ Ñ4ÐM9fh²‰Ìà±Ð¨Ìk ±%š´DÓnK¤÷ç-ЬŸ¸Oâ1næoYÈüÌBÖYhŽäÍyó_+dý)®$;Øè¨£¹©&ZѵЊ¥ƒ–l}d­2B¦?™QÌÿ±]ïñLïÀ¿$•\B‘SN—ŸÓï„_ÌÜ7lfîs33c†Ù´¯f¶¹lH.¹S%•nºê¢ÓÑ)ýN©ÎÑýWî!%‰Jéýûþþýµ?ž~ÞŸ÷ãóxÞÇ lRíÀ:ËÖà`ýVX7àÀ¦ ¶û0Gpð¯Ó8ØðæìÚƒýk{À}´ܜݜl˜Åüíö“N€›Ð<—ÞÒ ì­,Àñ§ÀÙÚœñ«ÁÉË -ðÁÖàÀÄj%cP<Øå9‚]©Ø×bv`§;œÀá#àOb~uÇ«ŽàtÿÍy?ë<á0í2ëðÅpŸÿÁœF àüV ™ƒÓJ3pZ½Ü×XqÝ -ð´_D+ øÛ€[$\¸Ø»€“«´Ùœ«ÜÀ¥Ñí›Ë.×9×ý®_ÝŽaz\gÝ/»Ìn»|!¾tþä1î<á1ã4N—1"¸½ö÷d <×ȦKÀûÂî–æ@ÆP±÷ðÛ` T·€ÕHaxðd»1•0GÈ"ÎÔÓÄr/õSž-ÄÏž{ˆŸ¼ºˆI§ “ä‹„ ï÷qïg÷n#”÷aoðxI¯ÇT Ýóò] ÀëÁ[!$‹eà‹­Œµffû„:¯y=ãg©L÷/”$¯OÞÒ¤wùƒ÷ò{J5y̧‰ôŽÚNzë{ôÆ÷¤×ˆ_¯×kÿžCO=_Œy>õŸ&?öʽ ï5øõk>&F@øßýæ&jaŒ5¦À²6ƒüJ`x®û;"÷‘éþ> ž<êŸî3â'£ûP¶R_6P_µù<îôyF;Fyržò8ä:åQÈÊýÐ1êiÿ›4ì…à¾pîš&@56’¹)/[ÑË ~µ$þl<œù4—°f‚Mµe„¹‡Ç’_„ðýž†dü’ø0´$àAhm཰æÀ»a·Ã»‚n…Ÿ ˆø=èˆA×"Gƒ¯Ð§CûèþkDœe½;è'5?¬ª™1D˜Ç\R~Ô‡´u†_…v¦…n+Fù”uƒÜ‡'l¦çƒhžßHí&=;ìÈ‚ðë‘åýQ W£Ú"~gtF\fœ ÷E_ _Œ¾E¿À¦ÿœbœa~‹>ÁúÆ<;Ç<ÄžcÔü—B 6ÑXæL2ÓƒtËE ±Ò›Ê´5Ët^6$!­z" -¶¹Ïg¸ $ÄûõÇ -Âÿƒ2.Åä0‹)Žé©bg5²Î±v³zb»Xgb{X§Ù×X'ãžÇ‹›dwÅÍÄíçÌpöÆÏp:fâvkX!ƆÀ6Ѓԥ ]¡ûM¶vÁ¤b½ÞˆoôLá±ü?²@«I¤Ó•4¶ÏŤäðó ¢˜³çG•p’SšpœSÇ=ßÊ=¿Ÿ{8¡›{(á2÷÷ww<±#qŠ·‹7ÅkåM%îà}Ñ‚Œ Â@¸úXÖ1Y:39«tÞ«Öé¾*°Ó{TH\r+ÏM¿<Âá"Êò>—žÚÍOeMB¹‡yÊä¼¢”N^%¯‘¿'©ƒ¿;é(¿=©—¿3ù¿5ù­ 9eR°=å#¿SŸò)¥N64€¨Å‹!y1öÆ: 0ÓžR¯Ô~³yí¼g%ÖóÞØìûcŸ*ÌîÓ«{S<­+#%f¿PÌëd vñó…müÒô~]z³ MÔ$8(Ú.è5þÕ †E5©ã¢ªÔé•©„‚‰4M€†õƒåÞT½ù 5Ò†£X8.ÒB €å½ôE:m õµÀ+1FžW,EîÕ¬Õº^ë¤w©Šbq®œ¶þÄ–(·ƒlÿŽÜĨ–l·aS†°zcZ!Η–‰K³JÄ ²bq»¬H|LV(î“©ÅOd*ñ©Jü6S%EU¢wU¢±ï@(6 ñó@ÆÂy£‡Lé!ƒå‹‡5 ‘› «+Ûð {ëÉæ§«ƒÿydk¤Ë¾’Xj[!—¾=/%¾ZžžV*E3‹PE¶ZR¤Ì—T)s%­J¥äR.éUÊ$0ÃòlɈL¾ñTžñ6Sž1úÓׇÄyº€êjÏä/@·è *u»õºÈ¦•È¥fÜ‚s¤¥'­ÖÐwWÄPšKãÃj‹’âÊU©©…Ê 4W&UdKóó¤Ò2U¦´Q%‘vægH{òEÒ;ùbé`NƦa…$óu6ŠŽd¡è›ï]›G-ì?èhh#Êäní+ZvÓlêwFºmÝÁò+jŒ§çÔóÐjPP‘.M(Û”[šŸÏ*«Ì‹)Û™S~\É,¿&g” ÿ—í2 ŠêÌÂðwQA–^è}¡è¦èn fkvÙP‘ *ŠûEMÔ1*5EQPJ!¸P“èD·©Ñ² ¢FË…5ˆ ‚ˆræÿÙóã©þªëÖ}ÎýÎùnÝ77}Ssîä ͹SÖµ¬ÌXk ~aM³VÏ×Ó æ¾½”»Qî9 -pºlœ¨Z«Ð>TÌÚ[-ßq,Q¿épZÈ×ÅñË‹²¦ÌÛ?sÖ´½sMÙ³ôË´ÝkW¦îÙ±"5¿xùÄüê¥)ù×–$ïi]’²³}éÄmíËRóˆÍ–à :°àá&€[» -.PöªùàD•5?ɇ’“šÕŽ;«ÂÅy'b5ëÊ’M+KÓ£šš}xZVFIΜÔâÅ RŠ¿^˜\¼}ARÉ¡yI%?ÍIü×ÕÙñÅ­³ -_ÎMÜÛ5?éû ’vY‚sÀº“úÐø-À}Ÿzp¶”²gÀ±3”}j°ÿ¬bè®:Û-5Á¼õg¢¹§â|U'›gV¦'L­˜:9µ|ƴIJ…Ù åk²ãË¿WQ4-®¢ê± ™*Zè¥Ö›5áHÏô؃o³ãŠº- >À£ ŸöàÊAêÁ1€3•å§Š)ƒæ_°¿K¬·ü[kóÏ‹þÌU¿…Jÿå9ë\œ)ólRdjmzbBMVZlͼI15«Òcj·¤Eט]w"%êl}Rd]KbØÏýëÒ"Ê?LŽ,³äÕªO{p½€zð@m@%ù¿à"À¶†!°ñ&ÖÝtž{S7~ñu^ε÷̆}j}l`ü•äˆè+S£#¯Ìމ¨_Þ°)*¼¡ 2ìjy¸ùÚå0óÕ–Ðàú÷¦ËtcƒÎYò˜öà¿». žƒ2êÁ)€ãä/¤ úeÀoþ3rGÂò&¾õÂ&ÅèYM:§Ì{FáÄÆ EÜáºÈ»qưÆtÿÐÆlÿ{KýBš6ƒïïñ ~Pêôð‚!ðÁS½S¯o#úùÜA“Ïm üœÁ³ÐPD= 8] PVG3@þ]W6ÞX}Ç -? óšÙCg´HFg´(RZ´Ü -ÞÒ°“"¨%\К õk›âilËÑÛWh|;òÔ>PywV)½_\S^t¸ë:P¡mC¡þœƒ= sXó@ùKÈ¿›ü›ý·5ätްÊzã8lr7×&©[<>¦Û•e~«â¼Õ‹}߸zÂe^½ rÏwSäš¾™ºo…‹ê}žÔ£¿P¢ì¯+>Ü)>¶ŠÜû„îïÑ‚ßéÖÑ VÕÒ üF3Hþ¼ëä¿EþF€ìGS_[Y¥¢Í°xt‰lÛ`8ú¡ K -Ž'zòTèËW`ß 'ðå˜ÆsÁ .sáF¶÷±XÎâãE&Ï-8G3xòg€£ä/¸ °…ükÈ¿ü3þ˜ô ©¬cÐz¸GŽ -Àqc½Ñq¼Ù(`¸¡Œ)C%KŒ^äòcqÑÌdc<ƒ‰NŽ8—‚ä[ÜNÌEôÁXe7OYpšÞ¥¿ ÿ6òuûÓóO§çO'\;@D Dîƒ0Ê­Çxàˆq®8ÆNŠöã…Ȳç!ßR't§à¨uƒ~ö£(4 ÃD;kÌ´œ?pÕXÀ­Äv Êϼ°ƒüký÷Èÿ ­`B@HX?Â/„a#]F‹ÆðÆ:ãq ië€cíìÐÑÎÙvÃQ@^yUäõ%Ìä‰8Ép&‘cº³P$e ߉B% yZgd9Èç S²3:e±Ñi!±šÖ›èÿï8ÈÜGsuœ¨ä û %®rs—ƒÜgÎÈ{éŒü~6òqÖßpiMWY ¤Œ%–0PäÊD‰ Ejgäzs‘c&¹èü]5XIë <älç!7Ÿ8ÈCÞQ¢‚ZqЇ‚óD=…wx(zÂEq%}” g@‚ÎDÈ!xýBKЃjP R&Êe,”)œQ¢£{Ó½âø(Ê ßÙ|. p½E[‰ÝB -Qr˜øQˆÒj!ºÔ—(»%@ù#ºvò?ºöòûÝ×犼^9 -Q ÅŸƒjªA*f ›ˆ‰J1r6*=¹èn [Œ]Ó‰l1Ê—HPþ±Y‚®;¥èV A÷b⸕TÖÅ7ÅTÄ}êvQ¯ú­¨[3 |­Bñ+J_z ¬ëÿ€†=Ê… TñèÉg NÂB½Šƒ:£µbÔ¤HPå‚êùrTçä5Ûä´{äýÚ"ù{Ïä}^åòw^§d½º_d=úk²nÃ=—W†V—ÞÝÒÀ¬]®mztoա♕ŸƒžTƒ’ë„z¶#ú&l 0ðÑ"FŸxÙ€w†[¿!GñΰLÙcX«ìöÎS¾ñÙ¥|í»_ñÊX¢è2–*^øU»wúŸuÿ˿ޭ#à®[«©Ùõ™©ÛíIÀ€ÇcTÿéÚûþèy×d êœìÑ“åˆ~TK0sºÿ³ÚòÖ/|Íýë’ù„€¿Ð÷¬»KÞô=‰½ýnŒxç-¢6ð1c×·DkÐURQÐReÐ7äÆàKäöà ”Þàó”3Á3”‹!ӱ߇LÆ>Þ=Fy»ç F ÅBÜâúiïÑI_´R÷r–ú@ÑJoˆ­[ðûÜïAÒ¶¥?òCWÇ!~z“ÉÜ6' ºDU„§Âg¨™Ó´¼ˆ³4{Äd\ n"®7FïÆÒq§éӑÌۑƒŒQ'¿áûèÐÀ1]ñ0¦ƒù>pú†häZŒ>P¸Ø¦|äñF±Æó‰jƒ÷OŠ-~÷dÁËnˆñk/ é_Îpx!S,1nœ©ÁŸaîaf‡˜ÄAV9q€UO<Éj#õ%ô‘zÆIÇ®‘ºÙ?“;^RÚ`ìQŒ=‚hâ¾ Y²’|Ð |¼ d¡;Tù»½Ô®rûE¿ÎýýF¯[úÀ/«£ÖÌȨ›'’ÙA#QÔ)žœÔÏÕSOpM´®5î·8®‹WEïà5ÓÛyÇè­¼º#ñ½%ñ_Œ¦Ägñ ‰0¾–ã«ùQõ€ahT/(ðò€r_W¨]ìòÔ¸Üå§´Õ.wÓ7¸]MðýÚˆ[5©¥|>¬dž”ò#{’%”N¡šÑ&ÜÇr²Z„6öa9»IØÀnu°ëD§8µ¢sœjÑ=N¥è)§BôšS&zö#JDoœ~¨‹î^0ÙÓ ª}\^|ÁÃô…àfp#sË¥Ì ΚÃÿp:ô逞ñUšÑ.O¦´HåÌF±ž[‡eðk0‹  -+TbÕ‚ -Ì!(Ãú„¥Ø¤°»-,Âæ„…Ø+AöŠoÃþ›˜ýÆsFà Yȵ¤î®o´žàaš'¸gö·³¼Á¬å0cÝê=–¶lðqý‰tú¶gO³VD®SIYUr5¿<ŘT*ÍÄJ¤6¬HZ!>$mÛ¤ÇÄùÒQq®ôºØ*} ¶HŸ'çH_$eK^ˆ²%/…ÎÀ˜w]h®.ÏR]Áwè­Ð |kñóWƒ)ÛÏ‘¼ÝKû-„µÝY´-SBh}š€X©3K5 -~¡R'¶É3Rrå™E^"Ï‘×ÉÊ;ä™ò!¹Y~En’ÿ[f’ÏK3d¿J2dϰ Ùódg ÙkäÔEþƒœïN&@ù®àr¾;8W¸Œoö, Y|܆ÿ¤ÝJÝÜ”Í -ª6'âK÷'1¥¦ð­Zµä Ú¨8 ÊT›TštU¥&MåÐU½ê‚F§º¯Ò«+R•Od©ÊùƒâW‰3êá EÀíõ^ä[Èwnfp%ßœ/t“öå`¸l“{¿=haWqÔ꣇b7Öå1+r¸‘E™"Znº„—eTHÒõ:•A›®Õíµê÷jËôjí½BÛ«—k§u2íZ¹ö‘F¡™S*ÕO*õ™3îæÅÀu^À]ä׬ȹ -‘óØ‘s”/§*ÿâÚs8з­·²ÑNþ¬ªˆñ•ÝÆ ·Y”ìƒ'Ý,ÃtûÕ*¥Ñ¨O1dņ"#f¨7&„ÆÉTñž^dx MÖ?Ò`º9•XûXé dt—€ËÏÆw=ಠ€™Æ+sTùÞÚ .µ Zª#>ª=LüsyYܶ’„Ý–C‰Ds^+Õ"IRf)”˜Y§˜ÌÆDS‘gª1pÍ]©ó˜Žm¾«eg<ÜËÝÿP“¸ï‘šoœS9ƒúè•¿ïá:šÁä]S(¤½ùë½AwÓ:àhÚîÝÐæ_YGX[\Mû"ï038«Œ½¯DH×Âø’|*Æ^ Û’¡cYòu,kµ–iíÔÄ玪¹w”tËœ2>kNÉ4Ï)Y¦ÇïÀí™íáêšÁ¹2Æ{j »Ù´:>Ž-UGCÙ›£>¶5Q6f×3ÒkغJ>EVžÄ–J“Ù%Y|qº‚Qœ¯ —TÉè%Ò8û¨„f¿ƒÅÏK¨¶y)-w^g™OqbÀåGêbêA1“UÈ»P~/ò/Gz÷w.Õ]ÝJ»vút„¯Èi‹Ù`rP·ê›ãCMBR½€Á©•ð5jQ\Mz2­&?‰ZS%¤ÖvðckGy”Ú;\Rõ|"©â•€l)$½9åhè&̾›ÚÁh=(¿«€Fä`‡Oø{ßz—‚¾m>9½¡þ¦ã‘L=FÚ¤ì¢íLî`FpÛ¸$FkƒêP²(Ž´rk.‹ÔZOjm§ÛÎÄŴݦâ>‹j†ñøzÈ$Ô¼Mpfíáú/¢NÔ0Ԃܳ¹rК~ä^ƒ® oxÈÞäaÞùaêßÂV*£6`Ä/¹'©AŒ>&ŽÒË'{SH„^‰Ð—ƒï+'D÷·FG÷DEõßÂázŸF…‡„=ÝÞÉÎüuñjÓ•œnà$Êïïžs¾÷Üû¿Ï9—+jpùæÖ§fÔ´¥Ô—Ú“ÆÚªÂ]çg‡¹?±%4® ‰¿°78îû‹Ö绂õ/l޳°?ƒÈÁ^ÞÅ•téüí¤û¿ö¿8DÏà(!¥ýwN2©Ñ¼ÞÄ#£šUî¥-~¼ü–qVËpEJKœ.¡%Í8¢5ßÛZa޹ñ–9ææ “³mž1úÖ美[ÕzÇíïtÃo·k#n>7„·Âhky°:z¯§g@û[hívŒ¹Ç ù#íO>OȘ)»éAŠ:Øa#;´üô?&±ÓÊÆvF(]±êÈ®ýáHmØ£r­{¼:ôñ UÈã”Á=ËÖ'Û¸ '§åAOïÉzúd–n q„ÎàÞmô_@ûk²¨†yu„̵ ºßWÑÀÚl2ë€CðÂÅù!SnB±ÌcX=¦Iu˜+Ñb©Xƒj‘µŒ7„*t±ÿß„l§ó÷%í/©%dþ BÞ=GûÝÿ_ú¹m„¤>$n Äà /Œ ra4"Å&Jô“¨-Q IÌ"W,F¹H€‰ ðñ±«}¼°ÓÛ 5CìÚMg€îÿ2Úÿð$!³ê ™r‘ö¯RÒJHömB’îó„¸G‚x„‚xÁï/_Z°B%TŒ F ãƒPÆ ÑB7$ ò}*½ ¦ò fS yˆØLû+h!íÿ™ö§^¢ýk„ß$$ëGB\÷ ÞEÜlω{ ]ƒ‰®AÂSƒð9o)Ü}„à ¼Á_Q[DìA¸ŸSË@TÏ@|äé!$ý/½`  _ ]ƒ"P…ƒ&ª€Ä¡€8EQ!f´ Ìd™Rçˆ!úH Éb $+$®“€Ý$»] Ù>1äGÅàΈ¡¸"†òŽÊÇ¢Š>¦_ æ9Q/1%¡¤ÿ¾:4þrèÍ ~´VT‘J(•PäQ£èº&Ò=šÁ‚û Ň,”ÿ`¡ZF­f¡ÞÀB³•Ú#…ö[)t'¥Ð_–Ú%}†‡’Ÿ ÏÅOõôèÁöè ëÑBþx˜´tœŒr˜ røùr0ù+`¶«`ŒWÃ7[C™†70L£k|ƒïŒŸPKè·+¹¦/¹óy¿ß.ê ¼Ïÿ¸¼×rQö, MÖÐÅ> -èe;-wøCA©øCýÀï×`ÖÈ`Öɤ–ÁJ…˜8„†*£FPºEÔëjNQ ÎTõÍQõ-Pýd]¤z¼\õ4xêIÈ&UOèvåãÐo”ݶZ声FEgX‹â~xw'¬WÙnƒæ– º6ô7l0 Ú R²礈¤œÎ ŽájD&é`ÏÓ?¥{>A×cÿƒ®Û>[÷0b¾®3òS]GÔR݃¨iï_¯½çت½ëØ«ù1ú˜¦ÝyNsËÙ¬nuvh®G÷®FÃØ óð»ì€ÿ¥A`QÉFÛѬñr’õb¤XX$ÚññÚg1Y†GÎRc‡sœñ^L•éNì,S{ì\ã­oÆ-6Þˆ_áۿη9a‹áºk·ášëˆáŠë¬á‡ÄfÃÅÄS£«×RŸ€À³ °ž‰Gð©x„ †  ‡TŒ!ƒt™¹Z!Fú‰rBÙ'éNUgrªáNb¡¹ÍUéßšø¶åzÒ ËÕä÷ý›Rþî9å3Ë¥”Ï-ß§®¶\HÝp>mG@CÚÁ€si'Ϧ7žL¿g=žÞZ›†°c©°IEÄá—Ò~íç=ˆ£oÎToäKø(QñQjô~Vbe: -#e·s]šæ¬\sSFYàÅŒ7‚3«B2ߵ͚c;µ ìTö¢°Ù_„Õe¯ ÿ.§:¼6gOxMNýhÎûáÜöˆ9O£öåÀ±'Ñ»³áÜ™çŽAEÏ ‰¾÷ry|¼Âxâ5γ´Îóa¥…ßþjsý•8ù¥â,CCA±õt^¥½.obÔò~ï¨É{Ïq4^ô·ù £å/q,XåÜ_°ÁùMÁçÞ‚C1» ÏÆì*¼³½°{ÄÖÄW a3µþwC!F$Bš—7Ї<úÖzÍݽ¼éœìIÚ¦òȵ*¹0ÝävjzÿXUw`RŽß×ã‹#þÇuy†5}®aü {© ˆVÄ¢ ŠHq€ ‘ a„•0$d‘„° #pXaCd¦ÈjÄ ¨ ‚xªÇª uõXµZl§¶Šã´½Îiûž‡oʇßçûºïûyÿ×ÿ>Îq=ÊRq}ÕìLÿnv~@'»œÞή¥à´Ò÷sÔôVΉÀfößÙߪؓõì™À:6 ¬eú^6 X¡êPÜZ< üW -ðc -þgË4á~†Üʶ„+ò-:²<–¥ûZHÝ|DÊÚ©ñ¼;„ÿ6~jP OÚÌS0yÕ ¯QÏëdÖñŽ1kx#L%÷&³šû3³’û–YÁ%Œr. -ã’à…-| I„Ïqó}/ø6›wr´`Ü]ÿ(ÇÍUi §«×Súª·ôTz™w”X73¶ÔDºUårh%Y‚Ð|™$:;5…/KÎ¥$+$II5’„ä6I|r¯Dœ<*ŽKúV,Jþ5Nœô–/IœáÆ'¼ã,„0ññžb÷sqó\©ÀÍ…ûsh¯!¯³#µ[õºk2çŒ$"÷¶(<çU\Dö”02ó­ J6ÍGx2¯ËnÏg€þ/Ô âþ;ÖDƒ-ÐѺY«¥ÅuQ}ÓžOªèëJêŽy5‘îÕlZb!,ÇÄ' #ÙâpE©8L¡1‹ÕBfñŸQ|‹¢xÉ )œæ…æMó˜93Ü…X€gó=äã[À.¡ÿáFÌ÷WOî®vshíܤ¡êp6PðZVºßMAKˆ}Vc¸s²*š*ª‹ äÔÄED*ÙÌê,nhu 7T©â„(Õ1ÁÊ¡è`å-V`õ$+ r6š^6X<¨ø˜9¼…3îbW÷b¨?´3è@ýn€fõbØ×cCQtÒ-S{˜vû¬’wnHmg8IÚXîÜV6Õ,f4%„7fE5–„5í lR3èMC!ô¦[Aþ“Á¾ªÙPZaø)IØB^ã›|4ÿ+ñ-¨0ÔèÂ݃pÿa€Ú£ÚPuÌJûìµ -޹,’÷z-O=â»6þP=¯‡¹ƒ¥ŽòdtsiA]ñ]™þ]ÅþþÝõ~~Ý_Ðüº}|»ozÓº&½÷tÌÒ¨ˆµ…ø#ò,¿ ˜Á5ìàæ?ˆú}‡p{ö4â,; PxÚòNÛR²N;饜r3‘œ¤ZðüÖ±N90úÃvÐûÙî~}¢]´¾ô]>}…»|úkÝ÷ôw¹y÷ŸÚIí¿áLí›töì}çêq„x¸÷Ï…L`7«ðšÎ¡þz?Ô‡ Ôœ(: y^RG- ñÂ&-Ñ…m†±£nf‘ç©–!#~¶þÃÁö>ÑŽÔa¾“×pòç»Gò=G”[Ʊq“Ú¸ŽË­w^¯Xër½ÕÊåzÿ§Î7®®v¾þ‹å¶k3VNWˆµãeb»ØÁÅg1ÿãÇÔè½ù@Õy€¼/Rq‹Æ°îh@ð} ?XIñ}h«M}è`èñÐÙØåán³íߘo{a¾õ±I[æô½Âìó •©ãÄ᥎O¾4qxò/cûǘÚ}G–m|@–#+>ä2ÞÀHÀ)Ô?<ˆ ÷½è½ð@úUÑ €è;!÷|&4ÁëcŠûs -ççÖzN/ìŒ^l]l?é±ÄñÆ—aK6¼â/Yÿ:m±í›âEëÞ4Ùü瘡õ¯× Öþö\Í›wúŸ¾$«_ÃUc˜ï@û@zW`öc’›1ß þÚ€û¿œÿÐÕØú§‰–ÃÔ -]»)+ýõSë ­ßn1²šv1Z=C5²˜ 2üäÛÀ|6IÙl¡žÙ\ƒ®é\¯îÒ÷_é˜üõ“¶ñûYäýGœÁûëGý.Ì~ßE€’+xƒ×Qÿ6êßCýGèÿ·Ÿœ&¦AcÑÖ²%F:k‰©îj²Ro%Y£oN6è›GýÅÄÐiz:$LWƒÄé‘#Jm ÝZ@‘;š@î}Äæ¯FýF̾³Ïþ þ.ê£÷ô¾ç)ÀΟQÓï@Y7 V´VÐ^A´ẗ® Yªkø¶ë3ªÉ³øM ‹ 2 ‘ ‚ì0 a˜†!œ("ⱈ¢¢ˆÜ¥(-RW]”WO¥Z±VëlÝ«.ÔJ¹zÑ÷ý€œ÷Ãï<'ç9'ÿ뾟'9÷Dt:Xb®€' -ÆìXÌNG…˜]yµh…@Ëvb~æWŸÇßî}ÁeBÔ¸ö„Û„D`¶ÿÐÚŸ2ú!–ýDÇ Åˆ.çààL 4¢ 3ÙÈ™#{ÌöD!˜/Çì‰(3KQÙ€oÃÖh>°±ß1 ë‚_?EIäÉ`)ÔR‚q‹@jè@ê1¶m£ÙZõ€AÇQ7ºŠ~×ò -}D ;ˆèýu8à <;lÀÅ+ÝçðâE¢À9Ô¸\- H1ÎQ‰sTãutÐi e (;¨ »Ÿ -zíT vQv]Fw©ƒôz´~½¿h ÷ï~ íè#ÐZ†ÈدVàà~°=À -ჾœŒt.Ðs9@›Åú|}`,c³–úëÀÚDv 8{èÀmCtà¦ò.Ñ>óoÑ>òžÐúùïioyƒ´7| ¿æé¿æ} Œ0W4Jb3>˜‰ù`jƒŸ]…` £h•<h¸ÀŸÎA)„‹Yƒ†5ú­aod~6ÙÊüK´‹ùIÔÊühÚÁü`v’Ùov‘ñV|ƒñ§ø1ã…øý™xùT ¬'bà<÷Ñ`b!€Q">XñþekÉ;'!XûÁ2\£ñþ$þ€¹ÖàÓ¨b÷–ËÙï¬V±ßZ¯g¿±nbÿi³ýÊvë¥m;ë…Ý1ÖsûÖSûkúìêÿaÿ–}Ï~{×x·ìAð›nÚp80ÇõÛòÀoNB.¸™€¾£.c…àbøÙAnØï.|ã+xå0“ÿÂqï™Óƒ§N5ë ¹470¼âÆ—ÝÀä'7õº‚ép`mÌGܱwúðY`Ê.øºò?zù¾ñ?÷H6~ì1ÙèçTÃû^s…w½*…·½«·ÆÕ nú4nølüê³Kð‹ï!AŸo§ðªß9῟…½þ /ú½õøY·/˜Ÿó‹³>`qÆ,‡ƒÑBðÀ|_ì|a\D#KýO’1œWÁÞ‚ÇþaÆ÷ýâE·üU¢y&׋L®•‹®-ý\cÚ\oúcH£ÙÅf³ ¡ûÌzB›ýzR|>ô’ølØ]óSa¯-‡Z -¶GCÀ®3ì;ƒ¿.\.ø åëÑ!†E…8!u ^L{-³c<’ºqn‡ -¯KbDW$JóKã5ÇZö„[u‡WXŸ‹Xf}&â+ëÓ‘ëlNE6ÙœŒÜis<ò í1i—m—´Ç¶SzÓ®Cúbt»ôó˜¶Hp:ˆZ#ÁùÀà‰{Da@”.º äRÞ§Qž$[èÞICïSør.É#D=1 VgcTößÇä:œˆ™1æXL©cWìBÇÎØ*§obëœ:d ·eÛœÛe{Ûd·äg\Zå}.ûäO\÷È>¹ï”Çvx¶üàƒõì{ñØ{Sôtú'2ÈK‡ÜK7"¿¤ÛQ~L÷Ö?Ÿ"1>•$·þ.!Åñ[E¦ë…ÖãkE‘ç!Å<σŠÅc$ԌݗP?voÂ&¯Ý ;½v%¶yíH<áÝ’Øë½-ñÁ¸Í‰ý>M àÛø_>G€=&Dbך@tÞ«ùÏú73uɯ“˜¤WcEº³<'3C„ªËÃiIN•*ÏýÉ9ãö$OõÝ•\ì·#¹Â¿%y™³²6`«²!`³²9 Iy  Qy4p£òB`ƒò^àÚäwAõÉ´­N†Àº D‡2܃TB åçÒ7E‡\Î¥’ÿ䛓ïµn´£yA¼öì¨Q2޻թc·Oœì¿5=?hsúÌMi¥¡Ó†mH«[Ÿ¶&lmZ“¤>mduZ‡dUÚyImÚoãW¦½¿" $+RAR -aU©:Ü¿ÏAA(ý¸w°k\ó~o!žs )äì496ÃEïÈ´nkA„ÙÑÍÙJÏ&:`CFvèºI…áõêÙ‘«ÕåÒUê¥ÒZu­t¥zCÔ -õލjÕ×QËU§£–ª®G/Q½ŒZ¬”.RAä‰1>êÐsx6´yxΟ†ù3ñ¬N‘oç8RÚfû±öÎ -7i™&³k*˜àÞ0%ÝMödI­&OZ3yFLuf‰lyf¥|Yæ -ù’̵òE™Ûâ*3Zãd›Ÿñs\yÆsù¼Œ¿ee[6 ¢QÔpïB -ö½,ì:¸þKØ7º‹±ï ®¹|Ò^æ ³¿Ô‡¹s®ÄhËìXë 3]×LMõûJ;IR5%'ziN|QV‘¢2«<±"kiRyV]RYVSR‰foR±æhÒlMoR‘æIb‘æ³b–âŠ&ƒɆzÒ ¹›‹{çÌ>S†}u”sÈÁ -;ÝÞŒæòPAci´ÅÚb…Sm‘r\ÕtUèâBMtE~^|Ù”éææ–(çä.L-Ê]™:3wCêôÜ]©Ss¾I-ȹ˜ªÍy˜¢Íù4A›‰Ù @ñÃA¡¼Ur ߃ËE„ü€Ù§æcç[@H[¥>Ù·Èšl_ìIÛ¼0˜·¾B*®+wXQ’ìµdNzpŬ iÉ´œø¢ÂåtmQz¡v¾J›_¥ÎÓ®Uåæ·¨²óÛUšè.Ó (¯, ŸoézEöTVE¢Ò -*;‚ì ÐH‚;(ÁPAqDPhTP•p#h .@M&qI†JÌÔè$*Ê¢ÁåäXó¦j~<Õ ÕÕϹïwîí{Ò¾M˜ŸÖ£^öfî‚4Œ]´£‰9á~dž¦Ü¡>¸¾–æòŸßDsïfºë nËh¨ÙâÂï-š)ÝY`¶mS˜]цèIùëçÎÈY—4+3{AxúêTÕÒ+f¬KNÉ(HIÎÐ$'eÔ$'dœ˜§Î¸œŸq/!>c0^ý)Æ%.GUÒrŒõ#<¢ýØE}p•æ¾òUDÞÊÀg¥ -¨ÞæÄU–N—mõ3.Þbý÷‚(§ÜM*·ì ¾Ÿ®O Y²nqLÊšô„„¬ìäø¬ü”¸¬²dUöþ¤Øìc‰1Ù—ÔÑÙ¿ÆGg ÄG¯Æ¸Ø•¨R­ÀØá`<Àý4ÚÔßPþɺ„2ØN÷m¢ZcUŒF3M·¤ÜÇ `{Ðè¼’‡µÅ1®+ ã=S7Ï LÉ_©Þ°,N•›™»1aNî6õœ¼ê¹QyMq‘y_ÇFäuÇ„¯ï ËÁ˜ˆµÄš‘ôìzÔ—höl-h.8B3h5±«Rš*[(©š",¬ô”oÜ XWf·ª|ÎÄeÛãÜ”&ú&ω-JŠ*\Y¸!&¢¨4:¼¨:*¼¨)"¬¨#,´¨;4¸ ?÷Ô_^ XTj›t ÊIµ/NU=of¨v‰w°v•O6Ï{¶¶Ôk¶Vë¨mœ í˜ ívóÛÓ7ç -=¼*ÑËkzçßԋרÛ·Q´þä®'ï^šC·×ä¡Ù«A™caE£3ŸÖè&ZØàm˜x4ÐRu$Ì.òp´SH½zr`ýB嬺 ¥}Ž«}ñ¿ú=“|ëºøÔ·9ûÔÿâäu¨o¢G-NžñºN¯Aåp~¤ ®Ð8¿“2 ãA€ÚÃÔG¶4¬?Þ °´ÅµØ2É-.u‹»$ú o£ðæ@‹ÙÍáÖþ§bí}N%÷j^F¬çÙ\hïÑ\içÑ|ØffóëÍ?[¹Ÿ|e3í8Ú+áx×&tÎ÷t´WP”ÿ òב[{Œ28 °‰ÜY§Éÿ€úª6ˆn·c"Ú]„Ámnÿ6oï¶@“™m‘Šémjs÷¶Åæn홊ií›Ì¦¶W˜Ní8d¬ìh5ríè2œ|±×Øå<šM<‡æÎ­h1œË´ÿZ÷Ò^ CÀZ÷r’{ÝYš?Ï$Ó<}`öUü¾7ŸëVŒÇuGÞ½S©«ìôOî ”Nº1GêrcžtâÍåç›9§[¥âOní9ÞnÑ›pû–®ÃÍgzã:ßI쮡Ìö*ʇs‘zÿ4=ûctÐÚ«ZŠÉ½žÜ\P}r Àç&ÀÔ.\ºÅàü«‚q¼kË¿ë,°¿ç.´»ï/´¹)´~$´êIŒ}˜+ó°œýègñ¸3|3ëyÙ>@Þä> -†s–ü'É_Šúð @i+õ!¹Wv,¼0÷;€°NßÜ~pîpxÊý )cÓkÊŽéµâ-z'ðf/§L^yò†}Á¼~_/é_ÊIrXñ@+¨cuÛ×Áàk†À4SþG)û}_ÒYpžö!å¾ú‹ÿIþëä¿Mþ.€i¿ÿ€ýC«–oFz¬ p¨à¤hM—BGºOåôå#YÀùD6H‡>Öô€ñÑ3‚&ò×Pö6M=H¹/¡Üã)÷0rû{Ú]'ú¸ío¿˜~F†ÀŠ‘¥K¹Ç¡>yM +‘ÜnD yã‰t‚A¤ƒ©ñðø>'ÿ.ʾˆžûZ{*å®þ‘üwÈOëVÒºŸX“Ûì9À¨—’! K(0<ÕÀð_ÈÍbzoLŒ%œÈíA„tQCº  ý(añ'GÞVŽœÁŽ–æ(EPJüDQ¤š§ƒ°L€°†”ùB1¡a*‰j*¡–8B'ÎP)mÄUâgøOà=ôàýçíÿy{9êZVrdéÆQS¨o1B¸BÕ‘*DȤ:ò¨Ž"ªa;±‹jØKÔ»Žh"Zˆ äü–œ]ôýa^ÁŸô×kr €Ìÿ‚z6ú(-G‰ÕA¯¬­ ªÁƒ²¦,æR ‹(‹•TGÕ±™ê(¡*ˆÝTÃ~ödßCóN1CÐÊü W˜7ð3(…^xIÕ¼`yÎ"ûœCî~$(£fr44‘£ÌT†r+J?‘¡È]Š:bƈOÑE.]ù5Â÷‚‚·Â-üNÿF·’{­WÍ ŠjÙ~ѶOt‚}%>˾_b{%7™g’{̤/˜'²!ö± ùGú(x0 -÷ P84T裙‘245”¢¹¥ Íè½R†F¾4ˆ¿•¨÷fTªîÀ¨L>Ã\áK£A¯q©à¹Éþ™ÉþÓîw³zî©Ù1î‰â ÷›¢ƒ{¬èäzÌï²wÍŸóÝCÂ;–¨ó“%êvY¢Þ¿,Q443–ã})ŽKÐV_ü×eÕô™Åá0@ ąŲ)DH $ÿ=!@Id kX ȾCÙA–‚Z×V7”©Z¬ZÅ:Úº[§vth7~)hƒJƒ.3úZÛB -°‚È·b,- ‡`þ†½ÚüŸL·e?Ñ}­~Œ ÙÞŒàÚ_¥Ç­\dhW]ŒÜºúëÈ¢5 QkÎEÕ;že¶9žav9žb:dŽ;`M;ͲŽ:cs>ʺáüÖ—ì׮˜Ðmš ݧ˜ÐãÏÀ@ô™§"çŒæbÍÌ^ ,ÁK>üŒ­?p½Ì¯sƒm¾á°þÊ9ͳ•kO±Ó>›ãäº町ãVºå6ºÏpî_b=îG°aCØ^ØýØ)Ï}ØÏIÞ#Ï=Ø¿½&0èý9zq¡Ï(çSàf` Ày§Ù+1r>)÷%àG\—º›]’‘­ÎI+N -y.Çq3õú#‚LïC‚ï‚m>Ó‚Ò>a3iRØIÚ+ذG4¾aB´øhÖwLtÉwDtÏw—ð¥ÿ ð½¿nì@ÿ>þ§@°ü˜ÁDj¯DT!ïEŒÕ8‚¡Z_óžšPüŽ*¦CóvžkALÚ^G)-V†çë51Yùéü´œÉ–ì¹:»&N•mŒKÊÞ%OÌž–'dŸ–)²ÿ&Ul})ŽßúA˜ù‰™0Ö”7è&¥¡{(@Þk@·€ê~…üs?b1Ô°ô6ù˜u6[µ6DÚ××q«ª…^e•²@}yuë¶dfjI -O]”%NÔÊãõ•qqúV¹\?(“î“J OŠ%…ß‹Äú Åâ|È—æÂXS^ ›¼æp e°€úŸ«GÎ׌œ± ÑÛJíž ­Œkh V·Ä¬14ñ= -$~9µŠÍéÕItu¥–Pž! -ÄRC…Dbh‹ ýBQù_X>+(¿‰ñ·½ÀbËÞóbK!_ 1S~Q£]@»xe0úžmà€ D/bG‡hÝùhعѢº“†7t°ŠŒØÚÜv‘·®U¨iN¤&6ª£äõéq]>&¬+ç êš¹üú~¿~2&¶~ŽÅ«_bbµÏ™œêwÑì*ÍÞcLyŒæp³ÝšÁ)Ô÷Ìöí`¤ yo7zó÷"ïé_ªHf†þ`Ë¢>ÆòÜ^¶cF7ßCÛ%õUvÆSäÉ4‘1Á7æEñŒD3öѹÆÉp®ñc\¢Æ´?§±Zß…3›aDT¤›ò}‹®¢=<߈vÕ?‚4doƒý´P= €a„JF=€~4Ð"g”f£a®Ðc.Ê!Ñ:ù ÜO8Dæõ§sûsC8ÿçº<€¢ºó8þ}û¶²…¾ ÂR”¶Š -¬"ÂrÂz&F½ègŠÉh.z‰gt<£IN£±ž%œ¨ Š«¶Q ,öhŒe, ¶XK<£ˆ±üïk&™C‡ùÌÎÎðÞçûû½ß¾÷~y“ºý!ï+{VÞâĬ¼5 ޼Ê.™yÇ;g,¾Õ¹wîÓ„´E")e¡°·å4ïÕ\;vÌå,Ò¿!($¹tÏ\üsðq‘£×X0ª8Fz¯8IõÖšTÃÐ"‡ÿÀÕÎþ«Df»†Æd¹Þ±eºFÛ2\m}\ÓcÓ]¹1é®ÕQ½]ßtHsý™ZØÜ>yùÓèž"¶G¾°µåèdÎ"g ’}ßLwI!gq%ç€îik¸û­åîÇôm·Ã6…bh©M1¸Ô®~}SªÁévøe¹ûõq -IÛøWkª{”5ÅýIh²{jH/÷Âv=Ý®àžîm–îïÍÝ74™íë~ N\+BŠ…µ-5ÓÙ^ûmôo¤wU1g±˜µ˜âÆnFlþÄuµ¥ýòI¬šâX5×”PµÜصªÌйªVßÙsCßé›Ç&[¹ð‰Û*üÚ²w>ç`{@ k. wWÑiôNØ|@÷0ï2÷=êÐýÛ Ø«£¤„ê.r—ê^ªN5™êŽ5¯iâýY{h¤:¶v¼*¦vº*ª6OÙ¡v½²ýwäˆÚ«rxõ#•õ Ð„îÚ¶lçÜm¥ë^Iw.Ý3Ê9Àè*à-ºÒÝ÷|èú=sB‰ðÓXÏ#ôL4BÎ& ]]‚뜪˹‘<7 ³áw~|ÎWÀx¡Æs÷a¬’ñŒP´¥œþMô±çKX÷ìJ`òvàﻀwè|È¡;õx ˆ;„×– €ÿM|`j ƒ¾É]SwhšPÝùö¾ñÆwk6ÐÌ!kfA·Îóóg"^b3ý%eœCö|ÿísÖ=–ît¿I·“u§§ŸîXºÃé¶üx_ô÷m« -ªV¤Çàq$ÐORH?—’V>}´ðs+a1­M/±žþåìûÖ>u0Ž=Ÿî!t;OКþsô_¬Wó ÀÈCÕ·¹Às"^ "FÂ,¢=I „/©‚/&â ¿àMT¼ÄJ~äöñÕÀÈÃÀPÖÝî´ á}½ ø5³ö»€’õã>yú»¿- -¢'A$šô ì‰àÃYðf$¾ü-Ëÿˆ2 -D¼À ©ˆñHÒ -d¨(†ËS|" |Ffð˜yäk²”¬ ElÇ<Ãƪ ÇÈeü‚»äÅŸx‰Çm ×($+3„2C3´g†®ÌÐ[#Ð_%ðfÉ ÿ ÿS2ÇÌ& I½t­â¹Ö¢¥x„ -´`/â(¹€¸Mñ+?ÿÆý6e˜I¨ƒBb†`Á ñ:fp2Ãöâ=æøˆ9&2ÃÒ3̤÷ßôæòìËè*äy‹y>7î¡?a7«?LÎáÉC&¸EšI#¹Ù¡kg^F¡õ7…¿ž™ôB²1Cö"‹×c3¼-?LJŠ'/µbŠÔ‚é¬i‹è\B×rzVÓ±M¼ØÉs œÅu~»Æ WèºÄ*.(…ô*Âh¾>a2è…ÉÇKø†x ŸhÐ'j…¦æ©ê5U«³X>[ Ž]-ׯmkâʕն}ʃ¶ãÊ}¯¨vw¼¯Ùaº*›ðòØ„¾2N*Ú ÂÕ^"Šþxî|IJYØõŠÖ„@ùv|„òj\¼ª!&UuÚÖOu¢ÓPÕÑÎ#Ô‡»ŒÑê:AS0Es0ñKíÄ9Ú}I‹´{“–hwÛ u»ì%ºö2]•}§Îc?âUÑí¢×VûOÆ2û3ïÒ$áãN¾^ADKZÑ‘{o7(ž§@z˜¢ÂÝž\I²Hõ QŠãIÝÕ‡»eéª{ Ôïï9ܰ§×(ã®äÛ“'šªR>7U¦Ì0U¤Ìó.OÍõÞ–šï½%uµwYšÛ§4­ÒÇVí³1­Þw]êmÿâÔ'E©Â¼*E˜]¯@¿F$BiÀÝ>ÀeÞ^z+P×Ë Çz‡K5é ê½éé†éô©ì3į<ã]ÿ­”eŽ ,ÍœèÎüWàFÇLózÇ|ó:Gžy­c…¥Ø±ÖRäØfYíØärœ -Záh .p<ÉÏ¡ËÈÒŒ—]Ùƒ^dr×Éê¹wä­õX– -59!ØÓ/^åq&¶æôõ/ÍhÙ˜=¬Ýºì÷CJrÆ„®ÉZ”3Ùº*gšÕåœc-t. -[îÌ+p…å;K×9w…/É9¾8çzDnNKä¢l¹,èû2¼²Hnfçß Ÿ˜#¤f€„=Íð Ž“· úÓeÕä™Åñ›("¢«X”Ev -a „‹ „„HÁ°…°²)È¢Ôd*u‹µê µ.µ*¥{ÇÖ¢SÏéÌ霞NÇqÚ9óÎíF>üÎó~zÿçnÏsÿáö³i±ÛÍ)Üݧx™®S<©ûOá1Î;¼oŒWåyŒ§÷åµyóŒ^C¼a¯£¼)/ïŒw?ïªw/ïcïîŠO÷WŸN.áÓqð1$¼×‚O -ùßlÌz¾¯Ðï’㎛^Ÿ¹KÒ-ð®Ìƒd–ÛNçE;ŒI8Îâ÷ì,ß¾¬\Š1³`w¦ú@§ 2Ø ¨ n´…´ -zCZ£!M‚jƒà"µ^p‹Z›ñ8´&ãgju¢Ë ‚uéÄdÿ*ôâ\ìCÀjßVÜ(B¿Uˆ^ãX®pRd3^Hß2’·Ó”Çu3æføv戃ÚE²V¡2¬YXÞ(ÔEè³›hõÙ]´Úì!Zuö4íHö¹Hmö|dEÖ—‘åY?Ñ4Yÿ ×daH(B]å5ãàk)ÀǨ¿X‚5P£ßÂó¥ Ì”¸À„вn´„fT»ÃX˜¼·#?ͧU–½¿QšZ/) Õ䨢t9•ÑU9õŒJq;£\lb”‰O0KÅg˜*ñ³XôS)ú[´RôºRDD"kù=ày&À瘃{¨{ó0îÙôœxž.%ÁdÙ.8®ñ#–…Ûõ•Æ8v–$º´*S¼ Aµ‡ÄaGä2zE^³LZÆ*•VǪ¤Íìb©‘]$=Î.̵°å^eËs—زÜY²Üß™2 -—Q}•`/<,cn—¢×ÀUÇŠ«è;xN—ŒUî€a­7©_Kµí®`8´i8Î¥´FCH{7@ƒ ºo+hûÝ@Ó´NÕG³Sô²dÆ„]âž[fWºOj§0è`G^H¢AÊ1hCã MÔøŽ¾à¸ŽÉìŽóA±†;”XófÛË F q ª™ŽjzÍ—8w°çpí·v¡çBÍ1¤¿=‡ àÈ €fÈT#Πñ%ŒPmò†£ìEClGÁ`’sêÑT·ä,/ŽIêÇ6ùÇš*ýY¦F?–©×'Æ4áÍ4÷d˜n{0úWÜé½/=iFÂ;¢›ð]ËöÁ"Öà -Æ}5O  ïDºQ»q}×qÅ ÙÄVÈtñ$…œ5fËŸ`l枈wLçîbg¸ÄŒI\c…®Ñcå®Qã {éãFúø‰·"ÇÏ:ÓÆ>Ü1öýΰÑ.!ÃÄÞ¡×ÜÃÞ¿Ž5¿„úgF&Q¬j×¢véêÏ ÷3“oq‚T‹p-äDK¸-Û´gš9oÐÍ)Ž4s¶S¸Yîf.Ýj®E:·QÍÇB̳o›·8ýÝ– ™_OŽ”)b{Àá´Ê"öÀ•>ìEÔ=šÇã$öáI-ZC¥ ç @êY€¸ ëyÑ ¢­@·RÈáÖ°õT+Ó6Øšh·ßÊßh•l¢X‹ì(ÖªÖ¶þÖ![_«eƒõ†·õ±çù_l÷#ì<Þ%6¹¯ak õg1Þ“§Q×`Æ îaÔÍ¿iHº uýçüo8€ßÍ=àsÓ¼æCHûæ£Éó d·…t²ë‚”¼wAMÚ³POrY4’v/Nƒóâعðì¼ù3éÍëÙiŽXçôgbý*ïcîÏMã€ñŽ£nê6£n%ê*Þ]à]`] .ø}àv`çØöȹÀÖ%زDû%lú$‘ÀFø Ë `³|Ö/[€¼ü^Ïðq~¤‡¼æ"êŸùÎ#j¢vû%œ…÷Š1fÉÖà&{ ü6@ÀGœ—¶}`û5é±-Àc'|ü]ñÒø6—\ -Ÿ -q9Å¡û~|\ÁŸ<{޼ÄïßþÏYÔŸ9‡³€qw¢v Ƭ˜¥óü[ñw"îP¸Šú_¡þc»'¨ÿðÈ_6áð?¶Ë*ê+‹Ãw -Ì MaèMšH¡cÔ¡Š ½" -" QDAE‰€‚(Šˆ+¨‹ .F#êÚ¢$ëªh¬ YK4cyûãìâ²99s¾38sÞwß}÷ÿÞ»úD?[=v!zŠ êsÑ lÂ/õãe@²0©?pÿÛ÷5 畘÷"¸çÂŒ|G ß“ºá¿ÿUøo ÿðŽ¸‡ù:}à1x1Œ~Ñ+¢×¶Do‘“÷¡Dp }Ä&ÄP| Ï e‡>шZ«ÆÜK^.æŠyGÂ=söº/ÖóÕG -5àUt>ÏÿK?ø ¼Æðya¦ÀL¸ 0\JX)¨uŸ`d©ÎÈL‘©ßBFÖªŒ\TMà1 -å0Šéø](K@¨µô‘ l‚º´Ñ;j§ßé8Koéè£7ô+>Œ^_ÿxƒ10D†ˆÁBÀÈ 1ø † .#%bHÅïæ€Ïá+g•¿)¨‡£‘^ÓVŒ·ž} “^Ò?h€.GX¢—ô ¢ý# òìÀ¯ÁH1è"1b0C ˆÁ 1LF ˆ! îÙpæÃU ÇRŒZe¨ÂøµX’ŒÝ„ñZÁn,U=¡ã(•úÝC&^ |Þ"ö§0¾žãiï…µÐA ƈÁ1¸óù!†©œß)sL‡3®B8J0þ2Œ_I?#}ÈÅÈÅ#ú+=Äz< tŸ¾†½›~ ;ø<¡^dë&|ƒÜøL¨­Î„jjŒ§*d*&0Pe<+ÄàÌÿ@¾Ü7Ä %¼ÓáË‚g><Åp,¥»ÈÅ´ŽZ8è5ñƒþIûQ Gè*§+øï%ÄÐÃý¾Å¬º1òyTÜ7Ã`Zðkñ„LƒT™X¨ÂÄb¦mΧnÏ{)ðä>U™ÄùIe=à'Ò• êUÍ¥›‚Bº.,¡kÂetETI—Ekè’h=]Tk¢õíô­Æ~êÖ8B4ÏÓ7#nÓiñ3:©ûŽs\qŽé1î׺ÿÓ勘üÆÄgæ<3×à½31à½Ð·æöé¸pîiO [Ú!t]C—õRé¢A}g8ŸºŠé¼ñ:gRAgM«è´Y2k¤“æ-tbÔêÕIÇFᵸÁ9lù˜{Èò-ï %ã°d*íLeŸ%Sn3߆¸ÌŽ8oƨP¿µýhn¹m4†®šzRÅÎ+çìè$î)Û î »n—]!÷˜} ï¨C9ïˆÃ*Þa‡5¼NÇ ¼CŽÍ¼Éßø%_òHNò÷K®ð÷HúTwI^ vJ˜p»„‰Z™ZË0Ø(äÀþ±Ør°<À÷;õZhÒ%[K:ï0Ž{jìD~—s˜ÊQ—Õ‡\3_ºÍt/´»/îw_.Ü+]-Ü#­î’6ŠÚ¤­¢ûE;<މZ=zÔ¶yAc·Oºf›O¶æNßùš;|‹µZ}—hµøVhm“UØ*Û0b‹lëˆ&Ùî²Ã#7ÉÎlÝÕ®÷ЩóeâZ&^;ž‰× ùç~tÅÖw/ú¾Ëè».`k=3K]ô©ÓÏŽ×îç!Üí篹Ó/td«_´Î6ÿdñVÿ ñÿÝÍþŸë6,ÒÛP®×P©·> N¿>`³~]ÀNýÚ€ƒ5þg ªý{ Vû?7¬ôûh´Ê­œÈŒ*&2Ã!s0à‰#Þk8^ºÃ‰NME߈žK®MíÁ6œ¶`WAkL«90P¼90Â`£<Îhƒ<Õ¸^ži¼NžgR+ÿ‹ÉZùbÓù -ÓêÀjÓÕ f•ò³Uòv³ -ù óåòëæåSžš—Myo¾t23_ò̆½zž.Љþ«=\ƒÚÔ¢pVÝ1^scø$Ýú°0ãÚP¥YMh⨪Ðt‹/BæXV†ä[­ )¶ª)³ZZi½,duYH³õ’=6¥!ÇlJ‚/Û, ~lSüÎfA³. -bVÃaîXäàFr€£í$zžÃà® »”Bj5£-q~CŒ—zÒO\dòED„ÅÊi±Ö+¦¥Œ^ž1¦,<Çnix¡]iøbûÅáö‹Â×Ú‡o¶/ -os(œú•CÁÔ‡ùSûòÃÞÚÏ cvyal °â-êïa0ú=Ìý\2ÖG}Ø“„^#OÍIF´)Ùž·.I*ªIøL§2Nn¼"zªe™Ri[•`_™&Y™5vbžS‘¢Ø©PQî\ ¨rÎWltÎSìpÉQüÝ%;â‚KVÄ#ç̈7N™L’99‡!úQ‹÷Pß'NC¯ƒkOûL¢xÞ:wÌ4}ªŸ1†³&ÍMP™*¹áùãõGÎãûú¼?ßïï{Y4/hîÂÃ>PgD¤¨s"§«×G&«·DLSï ORëÇNQŸ KPßMH}’¸@‘ÀÄù"`€{ü®sÞ»2€V¾=åð͹Š÷\²5(Ë1Dq® Ö­)É_í/ÏÍkº"{¼Õ²•qŽiYIn 2gŒž“1; eijè´ô%áIéÙ‰éE éá“Ów…ŧׇƥŸ ž”þmPìâ'A±i"0v‘ˆ]ø–>~W¸;˜»‰Wߣy|kj²™ó=º6ßk -]‘[à#[‘ªÊXež–k›š›8|NN²GJö,Ÿ©+æ&d-‰ÏZ—U2)ksplÖÎÀ˜¬£þ³Úý&dõúŒÏ|ì½\øFeeo¹Íyø‚sßÎÜ'ò9| -ì&“âBú‹€¼õ¦X¥uB–ÖKºL¤H[ašZ4ÑjÎÚx‡”‚©.SóS<'kæyOÒ¤ùÅäeùMÌ+ð )󯩭9â¥ió§éõˆ\ýØ3uóy×¥›ŒÑ­RÖi•^ºmÆ£ê{Ö5)<ê®ÉßßûPá¾§_é¶K¨\w -“Ú´ìÁ~ôí!U¤¸Ðì–ïRÿÌ8ÄÂþõ*øÖÛÂ[ïŠÑú1’Qú`©‡>J6R?Yæ¦O‘¹êÕ2}¦Á}¡Áp}…ÔY¿O:Lß(q¬¿,q8z_jwø…í!ah{P ÐÄž§óà.œ™‹˜9{?°ø 0ç0{PŒ?þðlœOÁ¡ÉöMÃ`×ì›fX7Gâ½æxX5§À²e!,Z²aÖRŒÁ-5ÔRUs”M÷ :ùªªF! ±ÐÓ©ÓÛéÝH¯†Þåzöà8{ðçàv -ݸœlÏfä]Æu[Á ÛÒ/Hzxì™HxõðÐëá†×Åݳ—"‹ï¾ÊÍð>ù èo8Æ^fŸw³Ï•ô®o`è]Dï¬& žÞpz}Ú7zí»‹ €ò" ¹ ^< yè®ÙqÃuãe”Ã〛<Œ{¹÷rãéå"¿Å7[I/ù…Äó7ÔÂó‰îít—°Ô\æM§wöi ÞÈÀ¯ p?Oÿ—ô3Šòk@zƒ~Çg^ò½è3ç¥ÐøÁø‰=ù™“û¼ˆ<à¦ÿÜCÖñ€ƒ?¸Îÿé >j˜»ì$°†?/cæ¹ç€)ôF}N?óŽd^{þ7‹[€ñẇÎ>òwòáP|r<òЈKàépà{òœ—´ßy0¿øxɰŸ‹½Ÿ¡ûO¿a³W°ç…ü3“ó<Ÿî©Ì}‰ßÀWô3¯=³šÑ+íüñ߃×Nò+yLþEž¶/À+k@x^XE2áá,xˆr²ã öÆÖ -÷ä6|‘:ñe:F*&ˆãï3‰šdR@62¼B%úùÞ}‰Z²/ðgüŽz–Јÿ ÿÆ%ÒÇÒ‘~"þzYÃPÖ`Î,Yƒ#kðd Á¬!†¿O'ó9ÂzVÒ¡ÁoXGÏFüåtU1z ]»9žOq˜-i`kN³EتÛä!yÁÖ‰?DÀJI?k0e ¦Fv¬Á5°†hfM¢s]‹èɤ#OPHϦ+¥k ~a/°÷Ù‹⠗ǧ\&M¸‡..™oð7üŒ»¬ø.m¯é#wÞAÀŒ}P±kÄ>X³†¬Á[òÌ8™¾™ô¤Ò³”£­¤GCO—F =›é©¢§šcïÆ÷Øïpßân¡7qUüˆìÒ×ìæu¯‘¯ÞAH•¬AF?Øcú‡pM°Oæa¶üÓ˜k=iôdÒ“CO=Z~ž›èÙBÇvŽ¿“cÖá -çã2>×8‹‹üë ¦?Ï®}Îù観‹t¾ƒËBF¿!dÂXf ƒ¥ÂÀNò ®ÌìKï8:è›Åœ1z‚VÅ+43q9¥|‹¹PÒo©°„¤ßB!yfbû†t{â–4×e±¸"OÆEÅ<\P¦¡Ç$݃rÐiZ€Ž!Zœ3+E»Y%ÚÌ«qÚb/Z-¢Ù²M–m89ô­î¢Áú)ŽY ‰ž%Gþô5†D*¸Õ>uà§oÃ-À\Ž;J ÜP Çe3?œ·ŠB§M"ÎÙ}€65N;.E˰hrÊÃ)§µ8á\‚ÿ1]æAm]W¿B±/f5`@H€@ Ú0–?B„$’Å"@È,bµØ‹0ˆÅ,Â`ldƒñn/±c·qì8I{’zÒ6ÍŒÛñL3MÆnš&m¦ÓÆŽÓד™jÜ?~#½÷Ïwï9÷Ýó}7gÑõÄ%t5q mS7ÑêÂ%êÂEÚCÂyÚSÂÚw›´Ÿˆ§h8é$°A} …ˆø.Dø2¡?¿‡ÿ¿òAbcÑ{º›$&ÜI‘n¦–y\O«ò¸ÊhðxƒÙJ¼Â´/±ˆYcÄólñ{žx–}„´•¾A:~t*ý&i#ýÒzúOû¯cìWäU6î}„…{¯0_û÷ø‘¹— ×¾´…}ÌCèCÝO‹DwØtÂ Žˆ¸!õ¼ÄSz]àë¼Î -Œä3‚Fòia;ù”°Çû¤pÈ{]4î}B4ã}\´ä³&rùñY]óY½ë»,úÌ×)üÚoAøÒN€fù¸¿<¾…óE&Œ»È[ýރ߻ð|[‚®í¦.eexžÍÊö>½Gî{R¬ñ;!6ø»Äõk’怣’΀UI_àŠd$pY2¸$™tJVƒ$›Aó’7‚IîÏH> ž? ™ÿrp2þ3Y¯Á“àêçC@û±F¼üe!d> |vŽ?ºˆÅ£-)ËsCºÛ×…å¬b%Á+˜6ä0V½Ã‰5„.b–Ðyì@Ø66‹ÙÃf¤3áSÒÃá“Øzøv1b»1†}1²÷ËÈá½ÿŠÊÅ#~f0wóFÊWbé ÿH…Ð}-·`ôoÃØ½ #£ÓE1h]‘FrZfŒš’5µGOÈz¢ÇeÃÑvÙd̨l1fX¶c+8;Xp+¶¿àaloþŸb»óÿkÍÇc¬yxôÿãûtèƒ,èþ -2×/aÌ^Õ‚¿„õl)‰h]‰ŽiR<«yÞó¥’ ™’ü0GqÉ΃ŠòX»¢rר¢>~DÑoSt% *vJŸâ¥§h•b-Ú¢t]OìØ&šØ*ÿžb)Ä€ø–B<ÎÍ·pŸB —#ô òä®Ëð—°žuxwL†–u4‚Žã5£Í -˜(ÃÂÆ4EÑÃ*uÜ`©ŽÒ_ZCíUšiÝʶ$«²'¹K9’Ü¡œNnS.§X”§RšK¶SK¤˜‹ÿ@o(þ{²©§T“OtóWèÃ%œÅ}Ý3‚Çûu¾¼¬g Þ-‚ÑBÍT±='*3ýÆöåî°éd;ûµÊøîòrZW™!¥CS—Ú¦iN³¨»ÍêAF£z‚iV;™&õ:³N}™iTÝcV«>gV©¾K«*ý½ªO’Ü<ƒ³÷9œÀrÝ…Ü· œ;zÖ³ïŒ~h¶.MÖ1ˆcµB[Mvp_U~”Õ ˆk׫i.µ©¢†iÖšÙ&m§NÛÇ1jíÜjí·²ÜÅÝW~‘£+›£-û ø[[öS«ÁÓ*48ÝÍ—2¸tð=ÔAæ›sy?xl3ø|X‹Ö2kòF“ædߟêa3óÉý â@k½4¢½V¾«¹¦”j®*O­«¬d×긕ûZxûôV¾N?Â×êgùeú£|þ9ÏZ—ŠY-©{­½ô\ëÁ”ëá¤lëišÄz3QlýužÏ)»;_&f¶ãÔÌ6œ*úáÜÝë ´ÎõC€`b¡^°áí#yFª·ï@Æq -ªgyèíB¯²1‰_é¨4¤hDY0¬ŠÅ†uñ¹6#%ÛÖB‘ØzĶñ¸=¶¥]Y¶Í˜Ý¶›Ñ™¶O¢DƒÏw -ú_ÄðûðX^/¾ËÍC¨ÁÛ°çk6è°ÌÃ9íî1„š"dt@îšöA3Ѩl&©f8ÄâéLrátŽÞTAp®£$LìÐFf9ª£v;š¢2Ý‘"‡=\èX 8N…ò'oìàM~œ1ñ,˜;þ"4} câánÞ‡žß†ý^¶#tp`´;AÛqÄ0¹g²çR0*\ŠCK©é˜³”EÞãÄ|3òSÈwVe8Í\g0ÀqÎû§/nø±¯û2ù0æ¿òI;ôƒ_ê,îOŸÁݼuô΂ÞQ`°OA ¦Z@ÛèD¨|!9D¢ì5Êr…¢LWºÒßÅóàºÄ¤tWžËUâÅpéÈi®z¯TW»Ý5ä™âš%%¹Ž“hkÛDêÚ‡Dʱ?{$¬þÛ3~÷Š[ÆÉnîÀž¯‚{ X¦A×¶€Ph›W G*9Žt¡ÌM„X[Dô_®Ë¨É; ãÏ—„# ‡$¨ÔQA[ +IՈР[êQ–ºhQQQAE)"Ê"TD”"QŽà­àQZ­UÔ]¯Õ£mulu½©U¿}@h;;Ì3 Éäÿ{ÿ÷~U=ákî ÙýÌÃÐÇ,ø˜Coó$¡·yºàež Os"<Ì™p7¡—yU'áZy ŠÏáºC\ÊDI·ö1Öµ¬ÍT>•AŸ“éó‚Æ ˆ*B+]50¬ðåºêÕ(íÐÓâgK_8X£‡E {‹r‹ ¶MÓaÝ42Ë -H- 4ÒÆý|ø¹ÀÖsQ­ÿÂñ75Ðת­ÌýÍ%7Ü%;r?&7b7`¨-À ½€šG)ö‡ÉQîµÍ®”7› Ñ-C¡cl¾ÇXxñ‚£s-<¬ù‡ƒÿPÙ~¥^wjÏÌ™…ôw¹)5@<¹1ô5ª 0’ù§ƒÌ™}š·ã€ÃI@Ö -6ê´ŒEÎ8ãÎ!ˆÃðY$ç‚¶Ž€÷ îE&ü"ƒ{Î\8œ¿ÃïŸQÏ;Ucfvy䦓»”¾Æ’;…ÜÐ#@p àOn¿/÷SäóÙ9²ÏS©KÔeê*m¹îÈ¡PÅĸÅñv‡u"whÇ]^ü»Û8´Ñ±ï¿åûÛÔÝN•3¿Ÿ72d/?ÀzD§Ñß äêé«?¹ýÈu#×é”^!ïF—þE1´\åÀ¥“gS÷¤Àgà!—•ǃgzà‡ƒ—,D/3(ÚÑ^G1˜í_uj ó¼ž~§’=ŸìL™‰1þ€Üam€†¾ºÑO»ëÌÿM2h>—Ïwú¡ƒIñšá'êÅTƒ!F»ðZt Í¢–bƒY”E`1bòÅŠN‰p㾫à¾ëjõnßõ:ö]‘û®ˆñTMÅQ T2•†·Ü3ß`=^#›l!~á¾ûeÄ›ñ õxŠƒxÂíö ®Ó¬Ô+š(vêa×k·È·áHhƒ#mð¤ øy BE’7ƒ¬Xž²¬D²Rñéä­#/—œ|üE<{;~FCRËÐìÃ}œ¤.1T?ðïS%2|¿ëû.‰èIìiƒœ6ô  n´AÃχӿQhÇDþz*Y1dÍ#+¬d²Òè]ÙøyV!ÏÝŠ;ŒÅmTóŠ4âZpmø7ÿûŽ‘¹ÁS¯ÿA7ºD>saE™;ÚЋ6¨éóþ*˜±OÞ‡ôk&YsÈZHÎ2rV±†ŒL^Íž•Ïs‹p±¸‚J>*uøãïøhEO:Çhž#ñìÿI„Œ6€1ùÖ.Â[xò~ôq™^ùò¦ñ¤OÈšGÎb2–“±’çgdd‘±çâ[Æâ ÊqšùøûÑÊ;ñ%þ‰ôâ8#zŒÄµüAd3` @¾ÀØ3Ï -²}Èõg u¸ŠPf5Ь™äÄ’Oï–âRHH#g-99ääóü-<· GQÃ(ìÅ!~s€ïçØËŒ6‘ØH5Põ]e]|[í,½¥úoOŸ=È@?¯±ô+‚¬i¼e18.Ä¡E²G¥I8"KÅ!Y:Zea¿uöÙlF“M),¶ÕhïE½ü$öØ]F­ý=Ô8´£ÊIDe—*ºD¶TìáiO>î|œoñõ†­„–;£M¢Æ)kœ´×£Ù! ‡£pÀe&ö)þŠ&åX”KÐÐ+õni¨sÏÄn÷\Ôz¢Æcª=ªP¥² Ru;U—Pæù#J½^ -Û½Da›§(”xŠ’nuð_)YjÔ,±à -už%Z]ÜÑì6<µhòAƒOöô™†Ú¾AM¿OQ­Yˆªþ‰¨ìŸŠ -ßt”ûf ;|ó…/üŠ…R¿Â6¿z¡Ä¯Y(ö» ùÝ•ú=—øŠÒ|_Q–ß_”ý­K"ÛÞCòo³¬^ÎvCµa«cy;ìウþÔ .ì4J0—T ‰’”!-:[Zê?OºÝ?AZ°\º5 MV)+ -Ø Û°YVP&+Øm•pØ*/à¬Õ†€ÛÖ9þÏl²ýE›,jÝÐßõ†-æþ –þ@¶4îž­,ïG‚8[Ñ–Æ!=P;Lª÷†Hv¼?RV:bœUɈëâÀ)6E³l>ׯÚjØnÒ.µÍ×¦ØæiÓ僲å¹A›ä9AÛäÙAÕvYÚýv™ÚÓvÚ›véOìWŠöi#ÞiÕûïôÔ‡¥Ÿmÿ -Ûþ#[ü8î:c€:Ú³KkŠ‘*”êJ¶êFXoÖ–èÂìòu¶ÏÓ}Ücƒ>Æ!Gÿ©ÃzýB‡,}¢ã:ý*ÇL}¦c†>Ï1]_ì´F_锦orZ©kuNÕ}眬{ä¼<ø­sR°èœ8RtêÖ£¼‡l÷¹w~eâ¾Çñ£.”s>ÛîÎÑ”zaKHIÁØaÖycuv¹†qŽÙ“ó:ÃG=×f¸df»¤æ¹®1$¸¦R\WÒ©†EŠa³"ÙP®LS¯\6æ„rÉèkÊÅ£V.ýF¹p”¨ˆ%ºvë§æÁÀ{@þq¶Ø&î~5œkÂ9WЮ-¡.(˜ÐWØ>Ô*;,È.3tŒÓgãÃ\W#•«ŒS{¥£ÝVç¸'ã=’Œ‰‰ÆUKYªã&Õ"c©*~ÜnÕüq-žq!—=ç†í*ˆpÀÆH5²#ËÖN -”¯‰øÀiåD£"e‚É=)8~–_ÐC•¬¿ ä~œvd/låú»VB#T?+² ÒAÊ Þ2Ï*%†½ŠŒvʯLè;³bò€¬ùi>éåjÿ©e9!É¥EaI¥eCK«Ã&–6‡N(]’Pº#(¾ô•€ñ¥—üÇÍûÔoŒþ{ÿÑ%Šÿè90û1o±Ï”‰®äL‚h#ÔD*«¸ïWÛÈœwÑÕȬZ•m^mLoMÍx—éՓܦ-šê™²0Ó'iáL¿‰†Â€ü€xÃ"ÿñ†¥~ã m¾c Û1¼¢i*YM#í2–ŒvHmœÐ'¹!Ù-±!}@B}¶×¸úï1õs½G×WyÅÕ?7ð7õ&ÏØúN˜ÅÝ£_è]wË홚ûî#«UÊ€áUЧ•‹Ì÷ÉjÎF|[¡ –×±pWâžC»¨mÉZn'-2­%@¦¶DÚ$·DÛ%¶ŒsHX>ÉyìòT×8£º_¬Qëc,q‹6ú26õ}ÆØê:Ò¸­Ïˆe/¹ _vÞyXs·“ê¹û.‘MŠkD£ÒúY9³s׋Ôçó<—BM“H9îBZ4ÍJ‘´5"“LŽ’`ò’ø¶ Ûegе‹1ÅÛ2MviÊpnÊqf*vŒ2U8ªL ‘¦Õ½Ã[·Øm=`Öz¶WÈší‚Wk´RqZ¡8¶(NVN‘ïÁ¥Ôßzž+ qu -ÓãÎÃÙ&2y½È˜Mô^.2Üì-Qæ`Q™£$Âk3Ôœ`jN± 1gÙ™ lÍ¥¶æs‹oG»Í޽âÓ~Z¼Û?ï÷l¼×+¶^ë;èeå¾}+8›ÁDÎËxÖ®bpÑ’eoIé ÷Ü"2j›Høv¿N2Øâ)>–ñ¶DŠ—%ZZâÅÓ’"–â¾K'n– -qµ,‘>–6qÞiÇÇÄaûÛâØùwqzáGqÚFG³õ1‡píjÙÄs5,11ëDJ62fzO¼‰xc-"*ÚÃÀ=ôŸ¿q=`/ö]nb×5Dl»ÂĦ‹à..]\BºøÑëâpë¢ÐŒ@û÷³èΓð-{ð(=ÀÕI®ë™ëå¼®ãßËɹ°SdÞ)»EÆíq@$ä ˆÏ+"ýÓ¼J_{”¾öX?Ä \s ;Îåã?x'Øt'j`5Ÿ‘ȱ£|ç].I_ÁC. -¿ô°ß–Íü6le?â]ˆW7\Ó»D&âŒ9B øºïq÷ß‹8¾†ÿ4üÎØˆœu9ÇÅø<Ó‹\Š.Årør»Â!|•ð*‹î*‹ê -_áK—?âþ ß÷°k'uÀ»’y®ÇûìKœ‡X8“qÆáŒÄé÷ºˆÇYüð^‚ËpÞ€?Â[vü»Š¼7èñåü&µù0AäµH7qt³Ùn1Ñ·¨I7uŸ÷ÐÉGëÈ׈·¯ïL¼)ä9æŒH%ôÇéÏñºÕï=áOp>„O€RË[‘»ÔçË!"_©D¾aÜãbö-q|·Dä>›ë>Ž.ôÐ{µ]|‚3ñ5 ß´s¬¼Ã®‰£ÇÛÔÿãÿ>~â²r>ƒ»ðPfaŠå[x@,h˜~ùµQ¸*¬S¥ØpÊØÛƒ"ô›ýè÷\éyÝè7}ø,â`2¨!ôPÕò‹4ÈOÒ,d…<¤Ï| ëèQÛaå.ùNöÆù7]î¿èR¿!ȯåùßþ/_?…"}‰Á…œˆÁ™¼ø,b`"¤ãÌ•é3I9#-ÄS‡£Iî‰Ç*R7áÙÀØ›™Šô«{äKºÙ¿É)ùœsG>eʾã¯ò?n?~bèM vObðä³@ùYFàOŽSqf“Ó,|s‰»G5Sß@vKq´PŽçk-c·S¢mòWy‘åÑÅ29Ær¹$æÕûDù>ÙÜ`t+ïÁ»OP¤—='1ˆ­"ŽÄà†Û—¨#qÆáL™INyä3GãXµŒÜÈiƱ‚åÙÊØë{³¼Ã\¼)û亖kr–ísƒmô%<""EÎù§Àm9ü½xïŒ{ ÞPrEn 8ÓäÑà)Ä¡Çñ,Û£Š-Y‡§ Ï*mrQ6áxónŽ—9FNËkDtŠÙ:ÉŒÇpô ¯>áÿs Ö×̽9»I·øáU‘Á|ɸ¦ãÉ#b¹ ¥Ä_ÉŠ«Æó+ÏeÔÖuàó$@‰±HBlF¶YÄ&,K€@„‹Bb @lFìH–Yl 6¼Û8Ävܺnì6I“´ödšI=ã4këé¸ÍL›&v“NÛI]çõ¨0ýñÍ{sG£ïÞsÏ»çÜa´8Ñó -¼ùyóâ'°ŠŽó˜•[p Í71'^Ã¾Š«»ŽÙ¼‰&7×vØñÿFÿ×ÈŸþ÷©{áÞ…âìãàÆâ]ÈAŸ]è1¡§ wº==èÀˆ¢kWíB×QtD×þÿu¸‚¿¾D<„‹”/à<õ8G{ùuäìnÿ <âþÊÄÏÝàS|>¢¸?º¹¸Î=èÍ‚;TÜöÐÂMº^ó®ƒ-F \gØ`“y®ú ÁŸq¸ì; YGàkÎù­Ã†ß&œõ¿ kþá´ÿïa%ð[8H‰Žï@ÒžãQòµOxìºüP,¾¸O†;¾±p+ ¶‚ràZˆ®pÊáRX \o„sm°Ù ë‘ýp†; -kÜI8Í…UÞ¬ðÎÀ2ï*çý–x¿„c¼Ïá(ÿ9Ìó_s<’˜å‘”™¾÷ø ?,5&cÙÙ‹}þ.,q8—Û¡¾°ɇ«üD¸-X%œÓÂZ|œŠ¯…•]ÍÄÉ]ÄrÂâx±$'…‡ˆáqDxŠ˜^"f…¯Sf„ïP\Â)Ó¯©S ÿ¡N$´‰]$íàßášÿˆþÒ± íC&öØ©[X†7ãèp1!Ö÷áôÞ b%)—r"IM]J.§K1RRêiGRZió¢NÚœÈN›Ò‹¦h‡DóÓ©ËS©ç=&D7<ŠÞôtŠ{Ž¥|å9’ò‚>œLÒ‡Ü$mó ãÿb‰{;Ëzöv+rYŒ½ˆ€3©Á°’KÏQ2ö{Ìg*=g3Kè‡Å•t—Øä5-nòzEÜæ5)îñšÈôÏ÷vföËZòÍZg ‹_e Šï3úÅ}™föf~ÏìÉ Ý0ºÓ·ù -cð™sP‰1Àè>/çlà\NãøI‰,J£`^–H=,{NKs½§¤jÆ„TÇ—|œÒZß1Y³ï¨Ìæ;,³³ec¬Ù4Ë.[`­±{¤×Ø]ÒŸ²mû?ðkßÿ%»mÿ¿ØV Éju³o›/E¸ØnüªsÙÄòv®ýØ --ãø19æò¹àR©Sùéôñ<c,Oé;"×°‡ä~r£¿]ÞÐ'·ôÊ{»åC]ò‰@›|>¨]¾d•_jɽdÉ}?¸1çiPCÎ?ë³ÉÄ¿^¶ÍSl½`.b«ñz)ÆKý™ô«Ñãst8¤ƒÉ¢xŠS-ò)”0 -äì>Ua@¯ª4¨[YÜ©4‡t(-¡mJǪìç´(‹r†Ó¨\«W\«UÜ3å?3æÿ!¬:ÿ¡Õyd\-'ƒÜ<‘| Á¶ ÛÐÈylW±[ĹÌa\•Ð`BN],1\šäѯ3z59ìÎbe`{‘&ÄZTÖ¬6†7©"ÕÖÈzu/·V=Ê5©q…K\Cá9®¾ð·¢à=n¹ê ·Lõ÷ˆ2V¦$9H¨›/pïßGç½*l‘u=À‰J¼oá\\› |:*`¸Rý•{©½^¶r)˪Ël.U‡6hK#êJô\S‰™o,iŽ2hºzÍ R3%(×,tš³mñ ¦ø¨â¢ßE}Ç+V“‘Hxqá6Ÿ`¼ ÷®Ûnd Y¬ÆûÎgçâÀçP5 ìFô…›1n5H|šªäþu•ªS…&ÂP^ί,3F——5Æèt±Z]¬Fw0¶Xw$F­[‹)ÐmE«Jß(J?(´ßòZ’«(!#•2ÂÍc܇÷Ðû#3À%d9jÂ=¨Á>LJ𽯖ÝuáÐQO´Ö¥x4Õf1êÌ9ìšEp•±(¼Ü ãi«ª¢‹«êbÕzk\þ@œJïŒUêçbòõ§£óô×¹ú·¢rôŸñ³+ÿÆË® ¹ÙåHéæ7ë_ÔܬÇï9Ì"“uØg#:›<¡Í-Í1ÐØœH­µdÒMR_}C^€®¾0TS«T›+£Tfst¾©%&ÏÔ#79¢s̳‚ló)¾Ì|'5½)1}±¯æyDVõYòÿüÚ€ùˆW‘-l{Ï"‹øîBœøÞ‡ØZZ­4¶ùC];Lí»‰êö4Ê6 £ÔšË.nQ4k8 -KE¤ÜRÃ˱4óe–nžÔ2ÆÝo™‰XVÃ÷Y69Y–Ÿ‡f6}’Ñð<$½þ‡Ð´:’“V»ÍCŒý½VÌär™BF¬¸þv€Þ7ºjº™`è }o”õ$Sµ=bzQ·Œ©êÊgçufÛÊB¤6#GbkâdÙºBŶ‘LÛáà ÛJ`ºíZ@ZÇÏüS;~ë'j{æŸÜú2 ©… Lj&ƒÜ¼‹k¾ÓpYFfƒÈºÛºñÊh´ã½o€ÚÁ Ð FAÑànB5˜FËÐsr™ÒþÖ¾þR¿L»Á?ÃÞèŸfïôKµ³Ev+Å~Ò7Ù~Õ'É~Ÿ™Ø÷coï3æîî—¾Â.’•ÐI²Ý¼Õ†¹€®ud™FÆz0ÐÝ‚nó Þ¹FŠñz¢t2!Ϲ㱠O$$Î ªØ)óLw*¼R‘ä¨c$::¼÷:½ö8¦é»'è±˞ coxÄ=¦Å|ã;ô’3HzG 7÷зهû€Ì#“èBºšð:bphÇÑ? ™¦@†ËÒ\‘ rÅC²+™Ht‰){\9T¡«ö_®Ë<.ê:ãŸ9`”Ö‡ ]ÆtÔ±¨4íÐòÊL%%2Ä[3‘[Àñ€QòÈ ÓÚÒ2³¬­4ÛvmÝÊÜ2µË¢C×u³é=H¯zío^Ìõý<Ïó}~ßïóéQ2ÊW2Ñ|KI¦©{ÉDwH½Ô—ŸÇo‘¢±¨áÛ$ëá ່c7Cðž`øÛ}ᣅ ¯…C¶%ØÔ½$³—î~ßcPú ®·±¾Š;š| Ð]@­³j©ùÞnz“ÔÍ??#Åî–:µHŸÅ@ÿ9ø ¼/Z€¡üP¤ôRw=Óà c¯0Œá:Bã¡ÀGÖó ¼ò.Ÿ_à{?µQ»Ž}@w)ÏF÷QtDZu#vQ4SЋ£„Ñ -<ˆþËh†WàUx H #"ýÕ_z;\:Á|’½ùÃÉ)‘ÓÄqš‡î4Eÿg#ü'á\5èSçÅä›îä}œGä˜Î×RÑŒG3 -½€£èóêÀÛðR -SÄÚð¡•>ù¬³t>Nú‚ù†Ëù[âøn¾ÔJo´Gë~x½*ê\°—^ä­éä;öEé.tí´p_éò&ù£i<Ñ®u -N·ó!œ³ðœ‡/á´b\~ Å<Ò¯×aPõ‡‡gÅCóyܰµ ñ›V<¯ž××7Aôƒ¡0ÆÁý¢,Üâlý¯{U¹úþuYå¸Ù*ýˆÇûAõú¿û®ïÍò5…û’ ¿äÓ/Xå7ÎÃçp®ÍoZ‰Á—Ìí1„Ã̓ЎîhNBg:ëg«¯û-^÷^÷ Sª¯T‰N ë×é‚X»>Å•ž¥aÎP´3Dõ1+~À)øG;YˆÁÐæ{‰ƒ×!º®hríEŽ·¢›Žî}hM@#CñºçñºçðºŸáuÿ­Ôk zw u¯öi,“ИFçÏ Ú³´ƒÞØNol£OS‹&ž‘Föc3J›øæF½¤ Tr= -udZ‹ª—uíxõ€ ~<îVŽ|_Û1ØíHjÙÝ~¬4„¼†£3 - ä4E[ ™j4f«Á4W›L‹´Ñœ§ æb­÷Y©:ŸuªµlÖZË.­¶RïIUû—ËÿŠVZ=ªüWÑûŠ£þ Gý‰®ÒÑ›¤ƒ!ø ?µ Õ.S7m÷í­fë5vLWCà=ª£ !Ëš¡ºÐ,Õ†åhmØ­ ÏUMxVET¨*b\ ªŒØ©òˆCZqR¥º¨âNWUÔÉ£B(h箽shŸêÁ±ŸÀt ×GÛNbÚâ§æ°H5tŠ×†Î©ª‹¢u]†kM×Qª‰¯êèGT3M®˜'TÙmŽ*º=©¶|•ÙÊTj[¥b[½ -m;T`{Aù¶ãʳ}nXb»bȵyŒOuûKä}†+÷x -W´$1ÛõâÊ'¦ÍÝŒª‰Pmlw­îž¤ê¸rõ¸Cñ÷Êã4”%¹)s|§,öY”Rà³0¥Âg~J­enJ“evò~KNò–ìä³¾3’~ô}¼Ç7ËKï|î½bpµ3þ´xG Æz³±¬"WŠU+úE©8-ÞPÖ×´,Íá³$-Ý’k黨>Úo‘}‚ßBûd¿ùöLÿyö™þsì ýgÙóügÚˬÙö5ÖöFk–½Åš™öZ‡iiwÈHý¾ÃÔTO‡©ý<Ö)^úz¬gÉ÷ÄPÆtz –׫ˆ¥’1¤l€EE;)PwÃ’A}ÌO:úû.t8ýç9†Yç8îí0Û1¦cŽcb@¶##à ÇŒ€ÇssäNwNs¬ -Ìpl -šúˆ³ ìa§+ì!熰ñCv†r8ìÁÁ„=0øÛÐу~ íðx örš|ß`ôÛ?òÆ(ZUŒ`+; -‰%žº+X ‡Gkîð_¹.¨(Ï+ ¿Ã&‚¨À Œ ‰jPE4DDÖaÖ¢®Œ(²0Æ­1U³˜Mms²¨ÑØ4ÍÖ$Í¢¦¶Mšä$MÒ,š¤íIkê–éCHN[ç9ÿpæŸÿ½÷~÷ûþûNðZš9ͯ1cv€+=eh5#¸Æšê´+Ó*Li ÂÊÓ›i«Ì¥iæâ´­æÂ´}æ‚ÔGÍy©§Í¶yçͶ”¯Ãl)×¶¹žP[òçÉ÷Å|ÆM¸öÀyÌVÄÒA,kˆo•-PËò,jÊoX”7Õ·>71 &gÎЪlkHEvŽÉ‘e7—f:"Š3‘…™ ‘™Ë-ù™í–Ü̞ȜŒ½‘YGfdœŠ´¦¿aMÿ*Üj½f¶¦yÂÀdMõ˜ÎRûç -uáì‚-ÐU@þIJ’k‹Ý_KŠÂÕP4ÆP_4Ù§¦0Á¿Òž4¿`^pI~¦©0//¼ ·Ä’k»}DŽ­>*ËÖ•ik‹J·m‘fÛ3"Õö%%çéÈ䜳ÉÙ"æd] OÎò˜“3=aý¼‘K?–p&À=pl„öbi5±4ó¹±ÔG F-pܤjÇ$¯Ûñ~޲ÙÅ%s‡§s‹láÙ……– {y”Õ^joŠN±»£æÚ7ŽH¶÷Yn³ŠL²Ÿˆ˜m?cžUð¥91ÿª91ÏcNÌà5tžvHÁ^lÉV®ÝÐ-eè—KuØ„êÊ᪬ŠRyUŒ¡¬2Χ¨2Ñ?¿bNPNyZHÆüì°4GADŠÃaIvÔXn+[lIr´FÞê¸#b¶cWx¢ãPØÌ²ã¦„²·ŒÓK¿4Æ_1ÅyLÓ -x¹”~Dã~ÆÍ>Øëa54V¢ï”ªj¤òÚ•-ˆPqÝÙëb½rÌðË®½5 ½&eè¼êÌdgž)ÉYjžítša3«M Î ÆΡÓÇW>­êÍaS+¿6¥âJðäùžX‡'´ŸçÑz °ÕÒrtë _ßpIE ¾Ê_dTnãHe7N0d4Æy§.J4·!9 Ée šåÊ>ÓU<ÃU<ÝÕ0<ÞµrØ4W÷Щ®ASÞ?dòÂc±õoÜR÷yÀÄÚËC&Ôx†Æ8=Ãúy­Ãh탭Р­ux>´k±‹åèc×r°Jé-C”Ú¡”ec”¼,ÖÔ2Ý'±%ÉoFsª|sv@\saà”æÛ'7»b›W ¾¥¹ÓRóöA–Þë³ôI¿ñM¯ûŽ[ò™ï˜ÆËƒF7xßìòôs’„ݰÚaÚhW5á7ÐÎÃ"Y±'I­¾Jt‡(Á¥îñšæžb˜êžé5Ùìs‹;Ãw¢»À7Æ=ßw¼»Îgœ»ÅgLëzïÑ­Û¼oj=à5jõã†èU¯¢WþÕµâßÞ#–y|,-¿~žX,$Ïí\7À>· ]v9ÚöUR¦ß·ßÕŽ÷쬉&ÅtŽÔ¸®íŠÓè®Yº©kžaTWŽ!º«ÄÕUm°t-Qdg›Â;{ÖqŒ¿TÈú—Òþ±B×^Rh›ÇºÆãGZXØ -° -£]MÞ¥h笓歗»¤ÉØÖ±›ñ^=þ -ï5ÊÜ-Sïx{§*´w–‚{S5¼7WA½óØ[¯Á½+4¨gƒ|{vËgËÃòÚô¬¼6¾_Ë{ÃUùt{~àÐjö¹n‚u°œÿ¢]AÞ¬ÁéÖMRvuüRô]’q§Ðç/ŸÝ¡òê‹’¡_Ù7xù÷ñÒëã`ëcSõQØ>´‹î<(í8FÁÏr}!mc‚Þv¾×~n¹ ºÛ$7×%Ô»ºS*!çlla25~»4q—4j·¶W‚Uôú9Cà~ÐýF6ƒØâ8Hâ-A-,ã;9ð3î=ÊAÈ´ºï^Lİ÷{`®¥Æ=hvÀŠnÉEÎåäœO¾©è&î¡мy¿N*A÷aŠ¡ÿ`YõÃð#xÛGû‡¿Ñ A±ƒÐâ8Êa{”Mv¤•ïHæðýÜwŠûßá·ßðŒ+pM;YßÍІn%«ÙA È7ënöÁÖÍqJ‘HÃK¾¤ÂÍKž€'á)o" cÉÁË`t2A:ź<ÃašvšÆz†EGrgIà,qœù>V/ºí÷°ï•oº9IsÈ/î„4=óiiðO:/ÂK0!¯À«ð:¼ ´FWz‡õyŸ>ùhC;=ò9ÃÐ^>–JYì‹,ìEâ¸È/¾¬Mp&Pç&ò­A·Ý4t§“ßXn G3€1^ÿÕ9÷ƒÐûC¿&¼Â'?Æ‹Ì[ôíé;†ã«s¥ëÔÃCž@òÊsŸ5Ï;¿çÍg?0ÁhˆƒÛ Šu]UºŠ×½Œ×ý¯{ ù/µëŸêÖ·Ú„WÛªh§þ†›ûZ÷â,Õ\èîsý—÷w}Ê“>‚à}xÞýÁëùáy †ßë!0 -ba–®(Í´ÊÑ©åI‹ô ó+­D§ õèl@g :Û(Ãnýwù!nð÷=æ]Šö'î|›LÎðÔAÛë'ß;@ùZð€1h&W -yÙô¥Jô^÷SÕ£±eh¬Fc-,ÇF–¥Wçµ­»Y²ûôõ šø5ýŽúT/ðÔP¸‘cøNƒ¨iQ&¯8}¬$ô2Ð*Ðñº¿Çëž“‹ø›hå´c+ -ëhÍ.Zt­ºêïÖóÚ¯ç8@~Åzœ$‚§©þ ²:ŽÊü¯>'5ö&â`4G¢9‰œf’Ïú¾M"Å ð¦À›‹‘Œð•ÃS‹|\ðtÀÐOÇ~ÝÀ]Ç;YÃ>9‡uq†Nbüóøy+ävî}¬Ø_c÷|BËÌ´„Uxô)8±éORÌ<üJÃ(?ßÂÑ›Ë`^e(M;‘cm2tk¦ ¾Öõt.¢…ÎFvÒéH/úé¤pNˆÆè¸hšVÅ‹´">AËâ Z_§Eñ=ZˆºOóQ¿¡Yé§tXúÍHYš~ÊÇð=ÂQöãd”p%çæv¢çÏsQÚÆÑyI -­Ér茢ˆNÅX鄲†Ž+›èX\;­Äï§åø^ZJÒÑ„Q:¢š¤ÕÍ©ViVµN3ªkVÝ¥)Õ[4¡zÆ·}JcÛX:B*–ẏ D¿HC¹Ñ ô›é¸ó¡¸ˆx6ËzœŒNoÛE'vhèX¢ž–w™éèîJZLª§…¤fšOvÓl²—«ý4£¢°úM©gi"åët(å,©¯RHý"¨ß !õ/™õ'Ìä¯8Ád–Lb9ð\ïh1(q/ä!w£CÜmtFí7vH<ÆnI§1 é0†$mÆi‹qEê2®K›Œ×¥ E¯Hë -ß–: -?”:öþ[â0°‡þ Qï"÷ï¢åº…öï¢ kÏe|žG,ӈ彶EHCe* -ZSY6¯§¬ ¢»Ô$òX¬Q–*i‡¥!ºÍÒ*k1{ä.sŸÜi–7š§õæ%…Ã|VQc¾¦¨*yYQYü¹­øÏr›é_2›‘¶mñ6Z­W+ÑbÚñªÐjƒEü>ƒx&Ë(° ¨¿RI}ö$òÙ5Üý•y‚N[‘¨­Â"i©°ÉœåEc¹3¦¾Üë°ú”5ÖeµuBi·.*mÖÓ±åÖ«±ee÷b-ecÌ¥Œ1[>W˜-¬Ülfå–Vþ¾—kpÔ­c`LU£ÏFlˆÉ_ážZu;v‘Ç‘Æéphù­µ¡³¦DÒP].sTUÇÔØ”v{[œÍÞ_nÄ[ícñ¥öù8³ý¤²Ä~Eiª¼ùØBÛb -+>W–³ŠBëà»[‡µP«X‡Á8¾Äßüxúpeñ4JÈÝ´Ú{˜æ¦l^SSAD]£Q\ÓPm¯¯TTÔÕ)ËÍq‡'¾Äá/v„⌎9e‘ãÙØ½ŽË1ÇEã<¿öy^Í?åyU¬â vVñ}Œ»{² ûS`ôã{/®ûО·· -©¹-žœmÉÔЦá8ZóøU­…B[‹9ª¬¹BfvÕ*L.Wl‘«SYèê‹5¸Fcô®YEë„<ϵ)Ó9ïHµÎHr›~/Énü,:«ž•eÕ=Aþ:·À<«`mç!0¼h…;ÛÑk»‰š:yT¿/†j=‰TíIc*=¹\ë>ƒÀÒY,4¹­Q…îêhƒ»IVàvËòݽ2{$Zë>,ÍuÊq_gw¼(Êì¸/Ô´ÿN˜Þú™8­…Js±’T+ý<×Û°'Á2|3 ÔAžN¢¶ýDÝè÷qm«ì‰¢ò•õ¨Éܓɘzòx…¾"ÞW™ïµ‹tÞq®·]œãëeù†D™Þi¡Æ»™á½‘æ½-Hí~‹¿§ë·üÏ?"Ô¬0ÙÍŠór¼×)pLâª:äÁ½n7Ü.‘£¨W¥’€€Š‚1´7˜Hú`*åsmPÏÍ –ð²|M Nl¤»ù©Áþ×S¼”À -79pž›ÔÿMÎnÿ›L¢ÿ}fgßß¹;zXþ+Øîe·»PÀq0 ç"g/Ü­p×÷ÙƒDf\ ôÃD¹£bÊ -Å“&´›2Bé”ÒÒžP!“*eÔ¡jNRÈÅÙò0‰¡³34Ál]"Õè:Åܤ¸áïQìÐ{¤ø)°LlåÄXî \I×À2÷?ÜäíÄõ¬î²¢Âƒð¥NrhwXB‰áÚN¢íá R…u”0m¤øp9)Ãun'“…C$ /xê ÿÇv™FE}^qø7 3,¢`ŒQœXeÑ ¨ ʨ@±ŠÆW"Š ˆÁ A”MÁÈ⣠Fl£ûR­66Æäm6ÓÆšZ›¸¤íIr¢1q9™>£œÄýð;³ýç}î½ï½ï{oq‹¬E'dYö±¬…ÿ‘gÁ}y廪?×¢•hZ˜#eâw -ì$Ø#–J±ERd‰Z*õ¨`ö«2ª}µ¯|ª»ÈÛÙSžÎ>²:#eqÆÊìL”É9I'êÄ çr6y €í< rå ke×H¼Û臱KM‹8—à•¡”Ãçô%äìÑÅäÀ -)ª\ -c\ dDëR#uxQò¨£ñ«g¾­§©ïIa‡>ºl¸h8Ø(²6´!Ÿßlö& -o0†ÇÚxlXuý¤ ĸšÇ›òx?—x§ÀÏÃ+¥ApûÖJA¸Ð ù­•¬ëi_B›¬ÈaÇfæÛ-ر…&d‹ûæðm¢Èšn±ØÂŸ73Ünb˜ÝÈ€ºáEºÙõ.Õã•0‹P.¦ãóä*òcáF4J½`vƒÙ‘1Õºö6ô -z5[ éÒ×hwÒ”µ`G —Ý.Ù]Ø.6u‹¶lá÷ý<×Êó7øMó}­fËáæãs>§¬¦1yÜ( -³;[ùD³ä‰4¹4;h7úzíuËSÚçÏÁ  -¦1Œà""G9øQlG–ñ]ÚÉï a¹„èè|¯šUœÍÄz>Ï"ÎSð7±IŠÆÏ~0á=Å6ú¸Y¸@ÃÏè:†Ž#ÂË E`”NùÐП!GÎö•Αïq!´Rp­ºu ¾Ãqö2º©•Äzéê‘8Ï ÆI;¨E¸Q0CHO–üa™2Ð)tý A¤ã‹{0¢9Gç݃’‰F™ý¹DÃîn¯Ò¨}ÉtܸNàoàëØqE¯¿£2bǾfãi|=nÜQÉŽo=av‚çáfmã´¶Éͺ€þ‚>Báe”’H{]w¯ìÏ·äÉ-õiÊîaÇ} -ÿ>Eö€€?hAo0iY˜7z4÷z Ž¨ê‹bÐH4‘él:3Y†î2cÞÑbÝf¶»¥&·r}+'ÓÓjæµý—)ëß$íMæ«lÞ5÷%ì~½ÄJCŸ!÷û‹èÃÇfÞ_ÔÙ`öÑ= ‚™ ˜ïn1ë~£4Y0æÃXcŒ0*p½ZW™è®0MþƒÉïïLgŸ‘´%a>"hçyº•[YÝ­÷Û^ßý?6üÄœù#sæwê3ëŸÕWk"Œé¬?[—• ð)_Ÿ2c^T©>ÖJ|ªakêám$5¶ëô¶ë-æ4ÿ.7ÿAÿ‹¶ô>//˜aÂì‹?ƒa ƒ1ÆDÖŸÆúi¬žÉúóˆø"0J`Tà} ÙÐÈ1ÚÄqÚB†ÔVv¥IŸ“)·K›“Û†ïúÿ¨ÄÞ}XþF|õƒkƒÙ^$¼X8¿fű0&«Y)0Òñ4FŽ^ÆŽ­ÔJ9º™=ÙD,6r©làÉuXÝÈ~4àa=VG…­ü"ZîÀ¼Ùæ¿û¨9Ùvî“'Ü'ñ­'ÌpxXqpñc<Œ©fÀ˜¥õÔÊ:je-µÒHnÔ‹:ÕÂXc;QÙCÕ¼É.}€u7UI¥UÀ.oÓ×îc¥G×ßI®âµ»­®…òe…¸½ð-¿¢a%ÀyÎ8ÏãO*œ Õ²UcX¤jc¡œ¦RU™V©Ò´Vå¦m*3íÖ -Ó •˜.¨Øãš–Yî¨ÐâúY7áÂ5óÇê¡n\G¼oîÌÜÇõÓd5k³¡£Ö›{¨Á¦:Ï(­öªŸ‘ZÕnœœ¾“UÕ>E•íÓUÑ!Kå~óUêW þ+Tâ_­bÿF-óYKýw+ßÿMåù¨Å¿ÒÂŽwµ £ëg]íÊÑÄÕ"íAͼßB+°áiú+ŽÙF?o­ñ漢N½äì¡Ê§¢UÞ%Ae]GkEÀ-HVq@ªŠºe¨°Û<-µå)ßV¬%¶•Zl«×B[“æÛ~«\ÛqÍëvA/Ønh®í®ævs2ÛtæY®•Cá\ï\sMa´´"uñµ´;6³ªlOª¼{O•öWIO‡Š‡ª0h¤ -‚Æ*?h²ò‚S´88]‹‚³´ d¡rC -•RaÈYcÈ -ÙlÈ ÙeÈ>f˜ü¾!-øšafÐÆÔ —15ÐerëS˜§¹ê÷Ò†½Š6Úá÷§Åž•ØV-¥!~*îÝ]…¡¡Ê4äõ‰6,ê“`X6Ú˜–dÌ ›jÌO5¾>Ç87<×”^`Ê/5Í -¯5¥…¿dJ ÛišvÄ4-ì=srŸ/ÌSûÜ1O uyLyæ‘>€{"Jz}=>jD5|®¤*Ŷ’~Ìž}}”ß?@‹"B4?¢Ÿ1Ç>È”mjβ0gÚÇzdØ'y̶§x¤Ûgy¤Ef[R#ó,Ó#—[¦E®²$Û×[¦ØwX'ÙZ'Dœ³&õ¿jßÿ{ë¸~.븾(Üem…ytûÀÕº Õ¡ªhø|_ä ÏÈÝ>ЪQ•ãTÖ 0ãÇólGŒGº#Á:Ó1Ê:Ñä™â˜ê5Í‘ê•ìÈôšâXè5ÙQä5ÑQåäXë=ÎñŠ÷˜¨ýÞ££ÞöNxÅ;qÀmïÄH—w¢ÝååÖ9˜iušiÿ6 ZTA VBÛQ€-‹±/7Ú¬ì˜'”û+ÍŽ}Ƙk7ψl™3Ô39f„÷”˜1>“b&µ›“Ò.)z¶ï¸è\ß11K}GGWúŽŠnð½Íwø½¾ CÎøÆþ¼]ü [ÈÕ.Þ¢\>†¹/^Úž@ jTŠ -ùn1¶ä¢,žÉˆï ô›RzRú™“‡EY&ÇÇxMˆOð7Êwl\Rûçâ’;ŒŠKó÷?¶Ë<ªé3 Ã7ÃH©;RE‚,* dQ`XCP‚ -AYâq%**¨(`eÜ Z·"µS­ƒØÎ9k[wí¦µË¨­­Ú±3g´ÓÎTgœŽhmæi3¼„pŸ{¿ï~ßï¾3} I |’“j½Ç%­÷NLÜáØ¡›xR«O¸ªÑÇÿS£ëÔè㜚8tÞ½Š @«Óðœü\Àg•üÍ–"2÷Åij™’ÞO,éCebz¨K^z¤*'Mï‘™š¤ž`HÕ¦²|R ùºñ†"]’¡B—`˜§‹7,÷‰3<ëkØî“r@;:å¸&:ù MÔø;š¨qNmTJtjß"þ¾tFÿ جIr ;ïgÏ4~NÍÀ{fºÉĬޒ—=Xr³C”YY#]'dqKÍLðLÎHÑ$edx'ótc“uzc™.Æh÷c\æmlÒFŸ×D_ñi<¦1áŠgDúm¯ðT§&Ü€RœÚÃðöÂhÁ’4da½ÐB4•¢©X„Æó¼<É1ë$Óì'Fs"Íî’bŽî5./Î=Þ4^­7MÐĘrµ£M…ÞѦRm¤©J3ÊTã5ÒÔ¨Ž0mó ÏÝï–{Ô}xηìÛÁ™?©‡e8½†^¿‡Ó–M/Àª‡µÍeŸŠóD&勘°m™Ìü/1ö“äÂI*®ˆ/å¢/ŒU±$¹G[Ò<# rF6T ;ŸºX¢D;¾o¾Hø"‘@‡ÈÀ¥"O-q¯õe/É3xÔáqëxÈÕq¹×r¹ÕrÈjÙÐZ°v!—^=ÂW-ß“¸3¶ä¶Èâ..§l‚µ9P%5—" ìì¹")Ô wÜ ìª_­ˆï*BJƒ+É35âo6šÈ£‰`y4q¹5qÐÖ±©ëÖDÒÛ†EÖ`"ë/eŠ^õ€ƒÀ\ɯ¨d™Ð,~/†m&õôÅìÜQp‡a­Á{6Šx>‹!i&‡D›Ècylf=¶0Œ´G ¼.ÚV[+ÍÜJÀ–þŽ¹ÝŒ¡Ýx^dÃ74Á=‘õNYC­5h*¯f –à{I{õFà iñ‡Ù¦çfe+ì­èy´íPr¸=Ev=ÅC‡AðŸ6òØ‹¸€ÛÙ“vš¹ {жï°»Ù]wøß² -æ4‡Ö±R³™šS©7nø&zfŸm"jJPì‚ÙÖ=ìr¹¢—äñðû2ÚÇ ¼_Ë@Ìø;†ÁƒäÑÉC·“KøMˆ¦:´–÷édr?ø1º)ÒqWêà.X)RAÍ…´oÖî‚îê âë÷ˆhá¹<âÐR˜ þB,+K0Z ÁÐäò&ñQäãÁ ËìËiò8Ë;ÍŸp’ÄO9£8qKjXëªõ<›¨9ŸÖMãéá†ñµÁèxn¯öpºèH9Úmˆˆ‡N£³ˆ£‡áùˆýù´ŸÈe†Á/Éã:…º,ø×ìÉWìÉ5‚\ýXª©yk]´[$—z“_á,rŒƒaúf øšâXçLz§Ç½Î¡ èt}Ž®!®¹IÏ~Ëùýž^ýyüÀY¹gébñ»¶ˆÜgS»:q9Š_|¯çÄï:e -E1(Y~ÂW=ÀÏÜÃÛý€§º+U¸Æ…rOu[VàUWãàå;\Ï78¯›¸¢¿Ð07pk_áX¯â¯>“oå2‘.ñ‘.¢Ð¹¿ùk©ÑùŸÙ%Q0aa™áL‘¿á©nÊLù3þòOøÜë²F­\ÁÉ}†ãºÄ¡½ÈÁù”æý·x <Ï¢½/_óz­rvë=tú?9t‰Ì>Ô@æ#¨+f -²åK<æ%)&~5Ì’ÉãÇ»vVç5:æ ·Êµÿ’\­±Mžgô|¾|þl'Ð'r!w“Ø vœì\ì\‡ÄNŒsun¶IHB‚’—@nJ¡-ƒv´6¶U‹´uešÄºJÓ6m«ZMêÖíÇ6iê¶Nlû±•¶|;…GŸí÷õwž÷ò<Ï9˜a¦Ç™ýqò‰?±õþœ¥ìm¶ß»élI¶D–ûkz¶Y•’k}†¼Yä5’Ó‚S -N*ÝXVyq\íǒ؉cb M‹š1ÕLa^šÇœt³ÒâÒ ˜–î`JÚÀ¤ôSLH!¦{ˆqÝÓÉOð!Kú¶þàµäçó -ÛÍþ¾ÆØÎê58­MÃI}N$›plS%ÏÔ`1¥ [Z1—À‘Ô̤!nÁ´aS†#˜L[ÂDÚYŒ§]Øá«5l`¿á]D D8í?N“Ÿ`È ã=¶Ù²œßek¹E\-¢ßâ÷Óy”9”GËŒåxÚf$2²°°Õˆ¹íÌd:Ïtc:Ë‹CY~Lfwb"»±œÆrb8ÇHγˆæœA8ç*†r^Å`ÎwПýú²?Boö¿…žlYèÎzŠ_÷­Ê¥ [þE>O—’›m÷ãY¤$YØ¡ÃlîVÎ+ÀT~T!VX‹ñÂF(jÅhQû‹z…Hñ°.> O ƒÅ‹Bñ)¡¯ø²ÐSt[è*zS=…¿WtþKÑ^ +ÛóŸâ]rn”óX(µ¬Ü{>WvQ[ñ·yŽÍ2¾ÃF‡ŒL”äb¬´#¥BÔä"&·bØäU šýŠs—2dPö™÷+{Ì“Ê.ó¼2h^QÌUíæ›*Ÿé[ªVÓU-¥ª¼%UÞ²ú Œ²úù¾]AIUI‰WÅ= –øy¿Í0ž)ŽO”+0Vž‚K"–baÈZ®°Ú•!k­ª×ڨ궶ª»¬uÐÚ+¬a±ÃýÖY±ÍzBÜk=/z­/‰Ë]±Ñr_¬ßõ[Ñ]þO»ì±Æm–Ÿà¾ùH)üåßJ¯b‘ŸgÙî§KŒã£|F*“0d߆~{úì&E·Ý¦ê´;Ô»[l·7küv¿Ôfï’öÚµ^ûm³=®m²Ó6Ø×´îªÚÚª¯k«+$9+?¶O$GÅ’Ã*K‹,Ý#×Nàz5ó †÷˜'h›c<£Œ'Ìç€S‹¾êtt×ä"XS¢è¨±¨üÕv±µºVj©nÔ6;[uMΠ¾ÁÙ¯w;GôuÎ)}3¡w:ŸÓïq^×ív~MWåøÖæx_kÛó­m÷ç:›]ÖÙªdÝ÷Èu§–ùPœqñТÌùy”¿ s¬ŸÏn—Aw*õÙð7 ­õeJo}¥ÚãvJ îzÛåÕ׺:’ª]½IW$ik2Éî:šTé:£·¹®é¬®7´–º{Úòº÷¤²Ú¿k˪?Ó•9å'Øàû_!çz=m­ÉÑFî1NDø=DtÑ*<|Í›ÐêÝŽo<^“¢ÁkU¹š÷hjšë´G·Ûã×Wyº“lžpR…gBoñ,èvyVµåžç%³çu©émMIÓoÄ Óë?“ŒnYktɺ7É}“|<ÌÇfÚBb’!i:‰ö½@+¥q³O‡F_:êý¹pùw -5þ]J‡¯Jm÷Õh*}RE[›ÖÒÖ©-oÒ–ùb’É7§)õÒìl»*Û^Sµ~_UÐúkeþÞUyÞGbžG–¾Ä7È}ƒÞ¢Ür·»žÜŽúÚ¥Ò°ˆâH - -£ÛQÍG^Ô„Ühr¢NdG‘õa[´Ñ(Ò£Ó0D–¹€ÍáÛHÞ€~ègÐþÉýÿErHFrŸ,¼L¾sä["_¼‹~«›¾—è&·Ü䮦÷ŒÐ÷Т ïˆi±-–ŠŒXÒb…0L˜‘:Q…”‰Zlšð")¶ºØ¤ØÄñ£PŸ…bìEc4i£?áeû„èC("ŸC–q\§iK’o’Øb.ûÈÝÂu×Eû(PNkRLëš}H›¦ÿœÑAšIƒ8“ ÕL1”ñr(â,6q^ò8/Rœ/3èóÄI&=Í4ÍÛÔ}ýŽþ Ðÿxùd\"×ò ë"1NÎ0ÑÃuûÈÝHî=ã€å `œØ‘ÎW&ϪE‘h3A›`ÓO ö Z‚ÉœàÁ&ø²Ä$çã"/4‘ 4ŒsïGÃì§L‚Ç8Ë=~–|ÓÄ(1°Ÿ{ÀýöÆxü{Åaú>òæ’7c‘ÞvQ}œ"k™bk…žre ›ü6Š€SŒc•Mf•…o•‰¶ÊC]åBVç8v–ónr>Íë2•ã ªè%îÃ’Œ“Üãyb’ˆ=Üï6®ÙÍ5Wñ¯&òæq´ˆÉ+ä_%ÿsÄqŽqœ§<ŸòTô\ä~\bëŒcÅo‰v™}™¸¾Ì±8盜ûÿûg¾ƒŽbí1–8<ËõƈAžs€knZ`p½eäÍ?l=C~r*/w¸Bðx)pÙhˆ<—ÉÀ‹„/Sø|…Âã…À-ü[L¸ÛÜìÛ\ЭsãyܼÇyp>Ïãú#$fxuˆNéáš[—€Z^!+y‹ÎÛɹéÿ\— tTõÆï›™7ÃÀ¡,ÈB–É2“e’Éd™$d²M2!„²’’@€$@E„@•6²­ÛAieX„Ù«"X¬¾A?Ï0ÏúÅÐQpÜ/N|é…a¡&r–ú¼ÆR|³z‘º¼…ïÒ'oôeŠyy§È¥càœtSãM'f÷z‘X-»ÉœcàSaç9?cá+HH‘Ó>>¿H:þ.wÁpu”ÈuÎê êòÃ4ÞÍå€dAr?ßÿ?ÍûF€` ì`2(EUËçhªÒ†6씿 e®¡/?A)ýusõñJäC”Þàû’÷(ÖŸHÔÛ8w™o^”¯qÑ;Œóà,xÙ¯yˆ;ä ’/Ñ™·$In¢ïn «®¡1¯Ê 8±ßŽý.B]„ý»Ðª+ä-ü¸DÓ^Dß½‰2{Õ{ÅxŽâýždáW§±ø /úñ8ñ>| n‰αÄF|ñü2 ¾ÉòŽ”Köë°?õÚNú»äUòq?NãÇËøñ~üŽ~&zžƒ|’\‡é¨ü‘ãsCÁ4ô=üž_¿¦¼#‰m\Ñp%ÕW<åø?MNI=14a¹]ŽáÇQü8Œš<„ÂByþ–v€!òŒvàÇvYCÿœñ#äIFÉ>*ó×q*60N##»d#™ÚÃTyÖ¸ÿ‹›þºào»Ãþq³G‰i<ñ„ÃW -\YøG zà˜NÔÃÑG;ö»°ÙCw,“õÔä~rqß\‡•µDÔO5×pªWsêVÃíýàSþ_ôß8Ú><†uÄ6š¸‚±Wê±T>ÞaÜÞ÷˜#ŒûA-#Yóí•à»6Ó§dœ¡ðÅbÑW<“á)†§ž*xjái 3Záé„§ûËñ¤_c¡‡ .$³ ¨r7ý1_þ*ó˜8]ðûp)@䔑Q<š«<ÂXÛ4‚ëÕÀõ* -¼#±t'œðYá³Ãå„+®⨀«Zz©I5YD.𯛷ó”ÕÒ© È\¢êà4ùº¨ Õ¢\“Í-iÖx‡ñ:Wÿ®Ü\1³Šlâïý¬FýãX7ðg•A••š1²B"}jŒ,Ñ'I¯!]zreá…² °LæN•y#j¥ÓØ(ss¤ÃØ-íÆ¥Òf\--Æi2>&Æ=2Ëx\êL˜‘×¥vä—À+µF¯œ†÷ÀDjÀHëe=XÃç•<[λ>|Y:*P2É¢EH÷‹Ì›*ã²ä'ã]Ò1Þ-íAi š.-¦YÒlj•Ù¦yÒ`Z"3M«¤Þô ©5=*5¦ÝRm:&UAoÊTÓ§Rôðã|{#Y ¸f7på¯5³^ñ·g‹ñg+É‚«2ÿαÒ*b¤}b²´†¤Ksh®Ì-”ÆÐr™V%3Ãê¤.¬YjÃçJMx¯T‡¯”ªðõRö°T„í”ò°£Rú†”„^WJBn+î¯âžèUŽÁ½3–sÇJOþ-¬  —ÿwãOïçNâ~Ÿ4JZ#‚¥)2J£¬2+Ú.õÑN©‹v)3¢K”éfRm®QªÌÊTs‡â1/T¦˜W(eæû”óCšâèíšÂèÚü¨óWÔ5M^ämm^„wÏÂÿ”•:$°&²ß –€îDÖožÏÁ¯V¾Ó( q&©Ÿ$µ–8©±Ø”jKº¦Ê’«©´j=Öríë4m™u¦¶ÄÚ¦u[»µEÖeºë:Ëò .ײM—H—N—÷‰.3öߺÌï0³•tkF?+Ïr°ˆ«¾ ´ó¼_A}¢Af$“êäP©J6+•¶Í›][fsêJm.ÛV¢Ù*Õ[­ÞekÖO¶uéslKõN[¿>Ó¶YŸžük5-iHMMzMMI¼ª¦$|©O±zõ©à7ðlw :88 t€fž5àK-ï«íZ™š6Z<Ž RR‡ESì°i j¾#WŸç(2ä:* ÙŽš€,Çì€ Ç\ƒÃ±Ä`w¬6¤¤mÔÛÒ~¥O²Ô'Ø_U­©«Ö”é­6¯!!Ùk´‹< -ßú zyÒ›E@+Ÿ@-ï¦ñÎÃçò,£”8MRœ.Ù±ŠË™¤Íu¦©ÙÎl}–³Àá, HsVØ )ÎŽ€dg¯!ѹÊàÜ ·d=©ÆePc3ÏêÌ©æô[z³Ãk0§y ;‘g¿ÄþÏ%+²‘e9ä4z0gH…RÖô¢¼Éw“ó®NÐŒ\¬Uð–‹ä#ÛrÊØw‘MöŠb«’$O¨$xÌbñ$(q»&Æ“­‰öj#=ÚÏ M¸§EæùÙeõ}†ñg…QÁE]aYDD£ŽF­V¢ÆHåp¹vØå\¹A0PÔD×´QcDMt¼â1±ž›4wuŒ5%“q’Ô4±vl›T­iŒn?kÖNÚþñÃï÷{Ÿ÷ú¾ß÷©3 ²5"çxd™ó²"Òk@ê2§\–9ù¶Á<ËÛ­’7`ÜøZે¯ŒÜðÚXƒg¦ÿø‘Kã2¥QÙÝ5ܦxû@ÅÙc5Äþ˜;ÆÊêHP4‰‹r¤h Ã.‹£Háö™íKÕÏÞ®°ì­ -Í:¤Þ™ïªWÆ -I¿¥›W¡s¼†Íð¶Á·¾Zb-3d‚TâN„û‰,â·£ýrÐ^y’ÕÙSQÎþèŒR„3Ná®Q2»~¢þ®©êëJ’É•¡§S½œ -v.RPþ*ó7) o¿ºå¾©n9Ÿ*ÀqMö{2f{µ®•p5k…M*9ð¦ƒYÄý$ÜçJcà†T²¢}Jdr÷Vˆ{€z¹£ìŽW÷huwÿTFš)À*C)—¢%Jë W‚€*F¼±%¢5]_KλRþ­ƒ«®Äêù ;›ÀwB>º y4¼HŠÁdD™dª‚ªƒd¨á²¯á¢­áb©a˜Ö0èj|‡›ÂVgœ®®¦É“Uˆ×JDc©üEÇ7[\é}µÁõ .Wƒb ÒáN‚{ -Üã‹Ñžó¤Áå’ÙV+õXÀ‚Ó€®\È¢±=׈ÆmäRiâ’ib¨5qК(n#Æù¸±‰÷Úøf @ÀÕŸå"¼Ê0$µ^-‡«Á‰k 8@ -ù~ª„ó¨J)^ ¼&$ḵž0ÔÁ24å2ôm3|K$C.Vjå‚YÎàkåP·RØVrÑ:ŸgÔ£e#ï"$›Ù\—²Å/¹…­ZJŽç«äƒtò=ƒ˜Há˜:)Þ‹ˆ ùo†÷g`x<VáG~¬Æ5ä£=ö‡ ØÃðóP‰ö ޝEܶÓkк«?ãÛ›Øø^MÄZJ€ƒ˜“k˜´Ñ8âoT ü„äã$,±ØÏd+‹.uÙÐSÚÈR¶‰þx‰þè`è 7:8l[HîVrÑÓ/óüuïÓîªÎJbvòJz}ø 5 ÞĽJêgóç—\8ü /¥eñfù¯€í¾eÜÈRÊrº‡åðU–Ÿýäc?ƒø‡î I>ˆñ8¾oÏ©ÇÞKàšsi#9 UÉÄ<™xGÃ;˜8Ípû8;ü|>ž`·_` -ùâ#?ˆ‚×-§#,ÊÇûJ¯G³¬²˜œbwR“ÓÜ A'ÆNCÌ|.«šÞ*h•2HÓÓk™Eäv8¼‘¼ºC2ìòóí÷óò‹ L üàñ £N?Þoù "á,}rž^½À’ò..ú³‹"wÑH×IpNeä;—\§®§ÈñãÄËc3œ=|qiÄ&¾ƒÓ~žß‚·Á»à}pœçý¢1¤K>KŸ\¥W¿&×¹¾åÀÿ“¤ß ØkwýÄCÍûßè"@x\ߣ%¾CëÞEÛÝBËÜD_Þ@)øTÊ7¨‰¿£fþŠÂ¹Šù {…F½LÃ|…RûEºD’>ׇú”·>Ñ}Ô…Wsà}ð6øºëÚê.:ó¦FÂ7Q×Ѻß(+™ðäÁQ¤/U†ý”[½>Ëøñ ~|Œ"ëB~„®ù½öÀ~÷iú£>Àê{~Þ·@'8ù?>Üߪ1šˆ'®x¸Æê rñ9ó¢ÒàÈ&ÕyØ/Â~ö«±_ýEØoÆþ³”ÉC¹^¤lÛ)ßAxNÑ6г×åËüqp‡~äÃmðp\TOb ‡g0<#á™ ³z’Ü%ѽ‰øñküøu9ŽÇP”Gðã0jðªô5óAjr€C´ƽ|½뻩ì.a§ßnò,b9ôµ˜‘\õÕo4®x¸ÆÀ5 KOqôfsWÐÆéf­ãkUh'«ítñzs ÜpÃÿÿÑóEn¾ -"ž¾ðDÁ3K£á™ˆßSá˜ý²Ž};öó´–º¬¡?VÓ§mjä*i¦3ÚèÒõx³Ìü’«æ*õ%¸ÃSïðgÿ‘>í?{üã°CbêM<ápÅÀõ69Må™\šk*SŽ©Nö°¥Ê -kSFØFÙL»”f:¡”>ç”Üç -¸­Ù¡Þ‡8 ×î(V -®ÙÕ¬„-¾µ¤ÎÊŽÉÿ+ñ­œu ¬oˆJûYTdŽUy„œÆ*/|’rç)'b¦©ÊŽÈR¦%_–RÙ,µJ³,VŠå9Ͷ¬W’e§fDSbÄYM¿`f²jì€÷CXφ’ÿxVN~WÅÁËZVŠ/E¼S,g¤Y¹QVå &{ôheY'(Ó:EéÖDÙb’•“¡Ô˜¹JŽ)Ö¬˜jÍŒY¤§cVjzÌ š³CS­G5Ùú;%D_6$Dß1$ ò¢¼†CðlƒÓ3Œþó­Å¬>µ Œ¿‹ù_Ïòñon¬QŽØ0e ‰TF\œlCG*mè8¥ ý7ÙeÞt}ÇñÏï(B¡nØr´ÔÞM¤mÒ#¥mèJÛ”ÒPh-¤œ,R@¤PBk (Bå˜È(·Îy¬È”¨L “‡M§(Îæ‡l,{¥„çÑí÷ÓBšÏûs?ï<Åa(RÊ eJ™a”Rjp)vCƒRl˜¡æ«6Ã25ϰFÍ5lSs©f%¼«f&\P3ãoª™q>53Ö§í%îMð­äü[©1g~f:÷%?‘O2\H‡šdEœ)!R•:X*Sc¥Â˜,eÆ ¥Ô˜£Ú6µØ8\+2UjÃLc´Ó-ÏäÕrMsµlÓR-Ó¸Z³·j©/ji©o«Æ”ÏUcòwš)ɧ› >½ þN¸Úá]d¦€©ÒÆó{m7þTñ¹#£”e Rs”ØÍ‰Rl1)Ã,Yj%O˳ëC-ºÕ2:(ÛR”i™¦›-sôtËÝdyBK5oÑ’Í/hIÇÔÄôójbÚ -ÑäÓ FŸ¾ûOÁÓŠ4Y…LBL@-pò#ù¬œß‡g÷’âœþRh"6kœäYS”\«YͱZµ,k¡n±ŽʰV¥[Ç™¬SôTël=ÙºX7XWi ÖÍj|Î56ç-%&ûS%:ëºmñéÑfŸþ±> Ï£9H!+R Y0 Œ5`$1T¤$[/_•ü‚ɵ ’[ŒdÙ’‹-MͰeki¶Íh®§Øªôd›K7Ø&k ¶YZœ­Eµ­T£ žUî/د É?*yŸHÄÐëjx®O ·úô-Ä÷8ÜKà™Ït$ÁPËI> -”ƒ"¤[A‘H.çqVI1—„I†=RÒì b´•{¦’dÏSí%j¼½R³Ucì j”½Q‰´/T"ì+dpÉ&X²O‘Т?KXá5 ³ù”°Ÿº‰8;à\d£pMã ɨ„·Þ;šƒsÔ‚lJ+’”ŠŸHRÅ`I¬ˆ‘xG’Ä:2$Æa•(G¡é(—!Ž wL”AŽ™2À±@B+Ú¥ùF¹·|ô+{SúŽø£ô+ý»„ØoKH‰OÙ@œ­ð=ßLø<ÈDo9(†{hñWÀd2T¡=ªƒ%Ê&‘ÎH‰pÆË`§Q93e€³@œ¥rŸ³Z~ꬓ§W‚KïêVéU½^‚Fí­ê ¨#ÿ Zåe r|/A>YïR¸ærþO‡¯žXk@%(…{ÜÙ#Ñ=H¥d'ü5"ᵺ„ºC¤¿{ Ü뎒·AúºÓ%Øm•Þî"éåvˆî®Õ…¶r!à\ˆ§ZDÓXËDIÍi†ËÉÉé¼-«àmkV9; >7¨ú¸‡Âm-’2ÝTЇþ« öôÝÓ_TËÜâõ0äÚCa=õà°9ñA€p° - œê¹êÞ§àøàþÿnI\ó‰ór<ŒU nÜYcEŒn‘øñh/L†5ˆô%bÔ7coØàÛõCž€ øx°z8Ýá‡ÀapŒœçX<Áî8Á¼ž¤áOQäSx -sŠ/|O<ä{4ÜvbÎ&^y çã¾~ÎÝ`_€ï¥×¯‚ì7ax¼Õ#Rá F¿h:>çÙ#_Ы9„.³”¯Ðô—ú2E½É•Wz4ïÑ„`BäÊ-ôÌ÷hªÈTAªu²\EA|Ë•ÿ :â -*çƒò -ïK”ßšå< ü„}$ÝrNN ®¾–³X:‹ÕÀ»àxü¿šÜD[Ý@[]GÓ\EK\EÏ|ƒ¶»,£ä"úò ”ɧøñ1~œÃñã ~œfxN24'ÐwïÑ@ÇÑ5ïP°c$ê(ßø-–ß„Á×ÁkàåÿñáŸà[ð:óKLøc¿>¿ëi3®b‡# FbÈÆ-:û•ØwbÛE¶ë±= ÛÓé€FìÎÃn +£•Õ±šò ؃7‡ñs²Ž*¯ƒuíp-À:ÐâÝØKovÑ›;ä~8 øG®l‘BÖD)ö+±í”Nê²?žÂµäc uYÍcò8zw5YÁ'+ÈBÑ´SÅÇèª6:½ î»ø:0F‡£îÿþ•Go>ƒÖÝH_¬—X,¥Âa#Ž"8FÀ1û£±ïÂv=ö&Ërút™4ÑÍLÊrYDW.¤»š™°f¸ïÂ_ÿ·¯qßYƒþ¼®g5÷'žHbH„ÇO6–óåQù/Ïeuz‡ñç7 ‡r(Ç#03Ã1ÂÈ1ÀÀp çr‰È±â‚ -FêÏÕÕu·ºÛ5nS][³ní¶é±¶éÆv³mÒ?z¤MÝôH›´Ù4M¶v›lšÆzÐ2íOæúÍû¼ßã}¿ÏSO3mpX€õwkY“ZÒœQ“E~]Ôy-°â:cž,ï×/©Ø}°úü,”ÿÛOc_B#é´Â‰)–xRàÉ"–|xŠÙ{<5ðÔÃ䃣Ȼá Â1Æöi†OÓ<½O±ê$ÝC¦'è¸q}€Õ§ø!\_[áð3úÎs­ [Íkãò}±¤Dø¶Á• W!ñ8Ù¿.\^¸ZàéÔ^zc5™€qŒ'Fùçn²6Ì}1H†ƒœœ~NX?õèç¶ë‡¿¼ ÷m®õ«Œ˜ ›Ïà(mi#R…ý,ÐóÜÏh«f9«Óô甊`)ƒ«Š8jákÒ5ÙM.†`äÛžîgç½T­›»³‹žè 'Úé¼v: Óè×÷T #)a}ìŸaÌ­€C`žÏsñèL~ŸŽˆÐ”)^{Li³j4¼@»7k(Â¥Áˆ D6¨?ªE½Q]ê‰P zLÑ3êˆ>¨¶èãj¾(_ôëjŠº£ÆHn™ˆUù1x¸³é8/šñ{H%dÐ<˜æó$#oœq3ÆGc¢´;f‹c34—«¾ÍõÆ—©;¡J] µêLlV{b‡ÚûÔš4"_Ò´š’Ê›t\õIU›ôº<‰o«:á}UÅÿ|U½•‚4€ïœ…úg‘dú ØÃû¾b_AäÈ@r˜ú¶nVwršºR¬êH)P{j±üi.µ¤ÕÈ—æU“Ù¯FsÌê3Oi—yAÕæcª2_Û|MiwT–öžœ©¿L¢”'*M^Õ-8®Àuf;RÙ3䘣¼D®÷±Ÿ~›Žôµe$«Õb‘ÏbSS¦CÞÌ25dU©.«NµY-òX»TmT•uRnë•[WTj=¯’¬«Ú‘õe92¿¯BËoÁ'†=ã‰aO_5ÞÈDžÁÞÃyôc~ >>lp³?Ïø²#Õ”(oÎ6Õçf«6·PžÜUÛ\F•ÍcTÚš —­Ã(· ¥¶ £Ä¶ßØa;j8lçŒBÛkF^î[FnÎ÷Œœœœì9Û¹ÖUÓXû"<ÏÁ¹X¸nSFäž×hç»~kõaª-ˆSMaªvÚ³TiÏ“Ë^d”ÛËR{µÉio0;ÚLEŽ>“Ý1f*pÌ™òGL¹Ž³F¶ýs†Õ~ÛÈ,¼'KÁà¾aÉl²ä­š®Á©µßìÉ$Ö`YÞ:xß¼|_Ëk5ßUo”«d«ÊK2TêÌQ‰Ónìp: ‡³ÒTè¬38[MyÎS®sÄ”íœ5YËF¦óŒ‘á|ÕØVò¦ÒŠßUjño”ºã¾R‹©ŽUÓkðŸ…ãë?SÂ9À2 É»@+hµ  - WJ+"UìJP‘Ë,‡ÛªBw¾òÝņÍí2rÜ»ŒíîfÃê™îa#Ã=mlsVšû´R\W´ÕuKIßUBù¯”Xöw%•>2’œ«ÆøOÁ}ž™2Î<½ÈñvÐ ê\h]¬[Y•TŒurT‡)¿&V¶šdåx,ÊöäÊêq(ÓS&‹§ZéžF™=Jõ *Ù3¥-žƒJôœT|Íemªþ¢6V[Ñ;®USLåmr¯ê%â>ï|{á¤x+ðÂë®j|–ÉŽ4¶!K­ Ѳ4$*ÝkÖ6¯UiÞ¥xK”ÜX©-õJô¶)Þ; XïÅxŸU´÷¸".)¼þ†Luß”QûS™v}¤pÏ¿´¡fUà^o® â쇯4×°î²Z4½”‡e²6á=|áJnU’?Y þ möç*ÖïPŒ¿\Ñ~¢ü>E´ö(¼uTF+¦u…Æbú˜ŠÍ‚&”Rã_õæ}¨³ð.Ã5×qö?œ^àn¸‹áÎoÆ{µHé~ü2¶+JQm¤)¬Û*S€ƒ ¨‚ 4 -``x¼.Œ[f­ãÐÏkG-´ý"öÐúP'à\$¿{áä¯]ÀêÁN¸Ká¶ÃÝ?Ë&¤¸)¢Ÿ!d¸¹ÌÓ×/´AW¦ -P?ñ™A¼Up‘FǼ à¯úQI½ï쟤îOÁc}žýäw ®>Кø¼‹× -lb-·KÊ膟%ã¤HÂÓwtãú0ãÂç2࢛àOÐT1ÎÇñ4ãÙ1ÔÀÊh¥4r à€< =ÑÛ&¿Ã øámൊ˜Kˆ9¯W²À› o¶5b ~BC,p©“‹} ýiß Ce–!3·vÙÒèsxŽÅæ‚|O=fñV3˜¹iŒã>TÓÔ¬ñO.¤Ç:ÐÉ’ º€xˆ¹Œ˜ ù{¼Éðnš”6LÁ;h3D—X`‹ øƒìãƒv‰},ÓËÔd™"/‘‹%8L=å9Lì"ÊqáàcéÙ‡š%ÎQÐ:¨s¶ÔEÌŽQÎñ¦ìƒN -[ã\ÁÒSÅ+k‚‹º¢ñG(•K| -1q…ô=ô]´Ý€yC'#iõÊpŠÇÃHÅ~Šð¿B?dOˇý6ìwc?ˆí©ÓYؾ x€c´Û«°½žÝØÆ‘ÞK)9ˆ~Æ?Ciù…ˆ½ Ú†¨Øúz;Â>9z‡4F"öÓ±Ÿ‡ý|¯"ºõXõa¿M»‰Ç.òc'~ìÀGñc;~l£¨?BadO6CÞˆ…D,œ) ®‡û•Ö¡ó‘£4)-O¡DJßnb±“¼Ø¡,ìâw)ŒjÊe½¶’£ƒø±?6áÇüXO~¬Õ™4â§í~Øa  7#¥ç@¤ô‡Ù[• –+ñpRX‡N> ;‘®€P §N“ªV7œ>Ó±=—]YÈÿ+Õ?GÑ>Íä„Ì`×§ëSt…ø.u‡#WNøê _‰áë8|U†¯éeÄb‰`™ádÃ)„ãÀ'QwÁñhŽšY}œ²b -vï%"óÙeT´‡5‰ýè#“zÉê‰ìG>D_ Ð°Â9øåtg,×qœôZÎûÅ#i}ðéÄb@qð’áe°®\E°Ê`U³–:Xã!·Â À -òo¬yTÕ%DgºØÕNv¹ªÐÆùhÕïÑ?ÐmÒhƒçªÝ–@;‘t·ZÈëŸçò¼fˆ†9Ë©¬/ ^k³Ã«`mµðÕchV·¡C¨‰êŒš¦ö¨¹jZ$Ôj5G Êõy ‰ÚËüõ)t…ŒúQ¯à솻…ke5­ÇÚÓÔÏû™<›†?ShK&ÇÅhRÌcÒÔ3ʪ ±ãˆ-UW\•:âëÔ?^­Æ6µ{Ôlœ*Ÿq޼ÆEj4®VqP.ãÕ©:nHU±§Tû©*ã®ózG¸Z¿ o-éJ ñ§MŸƒfdÀåYÖl"íH~N§À˜u$fª-)_­Évµ$W¨)¥V¾¼&¿Mݪ7M–ÛÔ¯ZÓBU›VÉiT¹iJSžVIò1'ŸFWUœtCö¤ö±ÖíðÖf‘´_VišÂû^Únžwâ[¾´™GÊoNT³9M¾4«¼éãÔ˜^ªúŒj¹3êåÊhV¥KU–>UZîU¹å•ZT‰e³Š,»eË8¤‚ô!奿¯¼´«è–òÍ!=ŽíG଻8È¿;®Q7Ÿ;h?ü|×Âßø² òdÕªºœ,¹r -T“cW•µRN«[Öñ*ÏíPin¯Jrgª8w¾l¹+U»IyÖÇdµTvÎËÊÌ~ýU™Y7QH{YãÂ\Àˆ2›Vc2êAÈÏ3_ý>ß×!WA¬ª ’å,ÌPea®Ê ‹Tj+S‰­Fv›ÇPdk5Øl=†ÛtCžm@VÛreÛ6*Ó¶Ké…d.8ª±§46ÿŠÆæÝ”9/¤ÇˆùFl¯€7Ÿ±`f11@ÔŠ|¨¹ø®š×J{´Êì r”˜e/ÉVqI¡Æ9*tT)ßÑ`Èu´¬Žne;¦)Ó1OŽoÊìX¯Ô’J)yRIö—”P|R E—•Xô% iüuð—a^x\tÔŽšQ#m± 9QY9ý^¹AEñ*¬4)¿Ò¢¼ÊÁKñc½ÑÍÐéæ wSäå^Že|ÏR¹„¾ìbqì| ‘€¢_ôZ᪳ˆ· ¸q;«Fr’B;¼-Rp›Á¹tùÅöÁ ÁÅÑSBdB`5uYƒëðë,ëhæµ]³ð`/KíÊC<±pw¿T|5乂˜=Äœ‹Ë©Ä;†W"8Ú¦Nƒó>ƒ¯Ç/4±gˆNŸøãØ!²¹üÈÉ„ØV.ú>üØÎîçÀ÷ÓT}îã|lãÁ-¨çÍôÄF¶Š‡¿P#õ­&æ2bž@Ì.òG[à ^apö|üb›÷ÁVÐgˆðG Aìå»Àr²!v>}š³ò‡ï I>@`Vògt/õxâ""î5s5.!×ÙÄœHŽGÑÂÃ|¼ë}±bÛÇ·ý{\»}\`Ÿ±üÄXNKÒÎî1zäyÄÁ‹ÌÚs;@.0zœ‡•Ž^U5ù.£Æ…ä: cˆ×¼Ñˆ³ßàÜeðí7¸~jˆñgÁÏÁq .hσiÖ@Éõ*9y?Þ`n\¤&—9PoRÔKôúa¾Y³à.;îܳ2FL;Œ8÷±ýÌà;jðq´XH—³“ßYƒÓ·°^¯ƒ75¸H¾O¯^g†]c_§?ÿJ±¯Ó× ¸6€ªÕÿ ˜A´¾E?ßa¯ºƒ~ÿZSt íþjúŠþSTþß8¤sX®Ó´×Ø‚þB³^eCzæ6–+ð ú=Ûä%}‚šöòÉ‹Ë^Ôµo¯ð–÷ÿ|ø|Å>ñ9:þûÝghøOÙ#>R±>d;¸ÊÖðÊþ”þüx?þÀNu?.qH_£/иç)äËl®/±×œáß)Þ:‰õS°œÏú4=xÚðá[ð5ø'`jèñF„þ¤8œÄ’ O!½Ê>õ;¶£ß°ÑœÃ³lYgØ‚NãÇI†Æ/Øt_à °[×cÄù|´éEJz¼´“WÀ^°܆óøü¼ ^ñ—5ŒFéWäâ4¹8¥ZÍMË•bq±ÜÃöXCK6À1Ûí´ébbë&¶•´îxú86{øw®—¨Îû~Î]`ØúÀ¿àû¼e´Ò)£½)XGÈÅavÝgè‹g”A¹Øwc¿û3hÙYÄR£'ðc7~ìÄÇØLw0@¥&ýìmüår±™ìl¢b[¨ôx7‡Àzp¾Ëà×F«6ŽÂ~öÌ=äb7}±“]÷q%c-ûùØ/Âþdb˜GUØ­‡gÐŽí.²p?#tÖòT/–VQ²R^?€+ÿ ƒ{1úý#"Û#ð9ÛÊHÎÂ~>öÝ0xÙÓà˜ GuØ{™XÊxïÑrÞZŠÅ%tA'Õ좫;éÍN¸¿Ã#÷>þÆ8ÜdŒåµœÓ^r±J‘øƒÅüNãfa?ŸÊ»áðÀ1 Ž™Ø¯¢#¸N[µ3ëó¤ Oçcµ•̶i Yo¡ûçÁýN£u—1}ܾ1͸ö_‹Ý -Ç]Øϱp$a=Žl®Ò2_Ïd-àܶÒ-ôG3£‰oy³žê¨ÒæPº½š¬fêTÁ_埃ãðG?#ÓE.L3¸± -‡…xlð8àI†'žñðù$¸JUKŸÎQ%öë°ÝʧÅxõóîÖÁ!•õ ½ þM7yùéõ÷ ¯¾kw•‰¸Á"®›v¤êÇ/[šè‹Ffg=ýYGMj©I ½Q­qpåÂ5“Z ß4*RW ¶›ÉÌBM%¢RêQêïâƒTî•Pbz³˜ÉTŒ¾>ØÎµòC®ýŒõÅHåülB®Ö#jñiN@|!šÍY­T\q0%Á•N\YðåÃçÆƒR&z9ÿφ«ûíþŽ™HçN ' -Éx>=‘Gæq"óô%ðjü[áì½ ©‚Dî@~4ƒ:Ÿ\ÁÞÇõ[?ÁAº{H˜Ê"5=À®iM LVé y†ä¨$h‚&yTd𮉦Jš”ojS®i™Æ›z•mڦ̠½Ê:*Wày¹¸]\º îhqo„ïA¤`ç(òêA¨°¢1ù{>MC’L Ö”áš2Z%¡±šš(wXš&†e«0¼@ùáÅÊ3—)Ç|²Í gn—˼\iæµJ1÷)ɼ_‰áÇ•ú[9B¯*>ôsðí Ö p­àŠ_ˆ,n5`˜¦ …<¬%Y£OÈ}A–¨À-EŽöj1®† œ­ñô ƒ€2ànPÀßsãØ9x&36P±aJ‹Tjœ]Éñc•Ÿ¢Äø,u(ÞáQ¬£\1ŽÙ-ŠrtÉêX%Kü#Šˆß«áqÇ{^a±W>æ¦Ì1^m!¾l/†«™µ I^JA(9ü= ¸@*¿;‡)1)Bc“¢ïŒSœÓ©1Î Ùy²9')Ê9]£œUŠt6+¹XÃ= -snVHÒn K<¢à„s2%¼«à±ÿÐPÇmm$×÷ÿÛHàJäxY25@.È.Ì—*ŧiLºYöt«l®EáÜ(Wš¬®ñ²d¸ᚪá®J…»æ*ĵPC]+äzXéˆá4¦r*;o -"/ù3$¥õäù>¸Ûਃã¿\— P”÷ÆN88åDzáŽûàäŽ<¸=@E¨„ŠŠ1Ú6F JhŒcˆIMjkÚ”‰¦m¬™ØdB“6™hgÒ¦“Nš¦F›Ñ™d’jÕ\ïÝÛN§ã<¾Ü×>»ûßÝÿ³õpT#ƒËA1°3È&dé=¬O)–0I²FK‚M/zû<™k_ :{¶ÄÚ-Sä”Ùö*‰²û%ÂÞ&á6$Û0x˜`¸ -ïBn3;¯ù ‚»)ß'þ p¯£¥€sUp•°€|wº•ÝËŽögm‰/Ž­K'Ñ.£h\iéÊY®| w!ÒÝ€¥ÑÉòädÚ:ÑóNö<'Zz¢Ü.âÆ¶³oÚoɃð±¢vÁ±ÌÂ€Ç œÀ̼—ÃÓw*ÜIÅ"zVmY¤D¸.ìvUZ± -¾\Y³ ¡Ýhy7‹‹›åÌÍ­TÎd.Eü—\ÂO|pÝ–b¼žv8ê ÁJXy/gÆ"v?dy¦õåð³BFVq©x Õ ˜š—Âò‘TùpÖÇ—¼~>cÇ«a‰©aa«áf®>ÊïÎlTcåuü¼#›àéá'-ðÔc%p"^›yfsz©H2éÕWÂᅥK¦–K­N#²”\øÉE=ì‘n¤°ÉE#?jðñ> m= ¤ŸÅÑ2ñ³˜ùQlu¨G>xïÊñu•„~RÜÀÉk+È)£'y1ü¤V‹ÉÈ%ð%‡G.š¹ì–3È[vm šv íÑVÅÀá‹+Xd[7ÔA ËS Š¡™¨ ¾•µäv1.…ËÊøÛ -ˆù^bNa=Ó×Áo„ÂÛ KÐÁÅÚ…«¹ôÖ0Ð{ª½4Z/ÜC@=üx çÑMMtS—«'D,ˆ«Øw;¨‡•ßÊjxšA-¨"Þ`!fÆŒ¤.1Àï¬V•³PfAqÑ h=é#ýø187tñ)CWi¶û9äõ\‡u}?51H]°¬ö¿ ® TîH;\ ÀGž+‰ÙÛ¹õÔ@“H¼Ñ„ÖO·ÊyëT±EÛ!2ÔÇVêc—ývüØImìäLvPPbt;Fà‹Û¨‰‘çŠ,©›ÿ‚hº)-ðÕ“g/1—4P‡´´‰<ùIŒkŸÊ¹lT…Þˆ*8áGË!Q©$, "{8›1êt?&€4ý‡ü(AÀ^ÔêÊm”šØM]îº!ËI“Ÿ+8c;1go2ùÕªq*œÛÀ•k—*<{Á¸*Æ•eà€º0¡r=&U1>h7ù!xÇÁ p㙦_ÎàÇ+4àÏ)®—ÉÅÏHÚ)~x’}éñ÷Þ¶’k.ˆ7â!uÉP8WcSøžVE8c&(Dý,!>J%W‚B]YØ…,«,®øq?.rÍPøoSÔ3ýãoòãó¿/ÜNÞÊ…;…˜cö©±NþOŒ”kRhù©„–²ipZåR–”sà @ze¼#¡%–ëQ> ¹Ê¹\¡6®ÐW ü„W ùìªVþa ÁBgÜA ßB)‚þe}ƒáð zÆüœ‚ýŒæø”íëŠæcï#ŠäC‚¸Ìá¼ObÞÅ© |óm,¾΀SÁ½"À±þË}üKÅ—)×EÏOŽ\e§ú;*ý¯(÷’1¨>dXü?> aßÇßQÀïàÇe†æ-¶¦óÞ9˜~%gåU~uëÓ*÷1pTÑõà.œÿ_àðgpYb±ŸŒ}“¼G.Þc¸È>5ÃÖò~œÇ×Éǯñã5üø%~¼J>NÓ¸Ólª/Ó4§ÈÅI -çÞý ^cÏ|ÎgÁS`_ÃÇÄdãâ¢|Àùàñj°mÀvGž…} –œØ¯ ôj(‹¥Ø_F9® L:Éi<ýðl€g„‚ëQ21ß 9„Õ'`yÎÇÀØÆÀ55îwÕ2~E-»—¨‹ãäâÇìºÇdÈVÊÓIºåç2E}fã:Äv­óÃt?ƒô1ü˜ ¹Ç${aã=D0*—¨–o12 õœ\€S¢Mʆ¸B-§´ÂSÁÖÐà{<¶S€ ûyŒ#Ñ9‰Á}£Ê‡}?ö›°ß†ýnì÷cöw2J÷âÍa2sR¶pŠ›‰z3¼ -6à¢Ê¯´ùuü@I{d‘h±›@fS±ò±o£œØ/ÇþbƨjôÃÑ$ÃÔêF.´ 2ÄxßÊÿ»¨%;?bìÿ‚ ôOà.x†p.˜÷ÐøÙ¯Ž`eïTGåVr±Yæ`; ¿ïÁ~&ö °oþSñc?úñ£sY˹|‡}·‡WÝ|{ÞvÑJ"l§’Úèžv: î•@yN«cVáU¹Q<ÁëI¹$œb°hÀv -X@divY]øÑ‰R‹ÝxZ©ÔndÆÝ3BåîæÝI<|l½Áósà½@𩌾CêhV®¥a0P_Ä‚ä]…}öñ;˜àÈÉ O‘»àrÃU¼Z‚í&¸:ù«¯†ÅË Våb:ÆÃ´ðP…¹ AUÏ…Ãy"1TnEª(’E‘.Ë©‹fr±Œúldf4r& Ô†_réP \¸J8Jø¼ð5Àׯ«<»Ÿé¶ƒO•J~†ç4ø=^_ ”úcœoG -­çzé %*$ëÃCòq ¹¨“8¸àJi\™på3Å­ðÃWÎ?”♋ “EYµSY6úÃF7[¹Ü,ô‡…éná°àÃAøw÷)Ö¯E¦!?Z‘B <—ðÚËûÕ|î™_4|s™RFøR‰Ï_6|fb,b’–ÀYg\ÍRÈ)š©¨|:'.ËáÔ³9ý,:!SþÈó+ýØÿ\‘ƽsÉ<ñëáÕü]…TuãSß)!¥‘ZqEè¥8bž8"Ò¥(2Cl‘yb²Ja”SÌQ’¯©•\M“dkº$SÓ/÷jFd¡fTÒ5“’u\R#^“ÔðËDq)|[Æ‘;;àYÇŠÐÍ5ßÂë7†Ö–Jþ.å='Ÿ-Â'ß+Š»6N¬ÚD)Œ/æX“äÇåHnœErtÅ’¥« ]­˜tÍ’®[%iseþœ$Y7&FÝaIˆ{Q ±gÅ ½$ú˜«à#þmp ÀÙ™„äOfý`]Y Ê@1¯‹xßÊç…ød6„I¾a¶äâ%'!Y²Ò%#1SL‰²0Ñ!é‰å’–è•ùÆe2ÏØ)Fc¿$G$>ñÑ%>)± /JŒá¬D.K´þKF‰o ö×Â×þo¶ëõûô¤C…í¥â_±ÿò»É_@~ Ì€iPn/bïýÜò¹5ëúEÎ ¬^a5HªF‰Û$PM¾Üä¦iš vèFݾÁôi0 L¥zB½I9],jéPóQlcëZò—’?— ÍÖï:¯UÞOq.Nò:Áû±¸GëŒXïmÒÄgjê³4ÔÙŠ«•/Úø¢/Úiwg¶‹G«Cn¶ Ôb¶8–Z -Ž™thú3?ŽÍxV‘ß%Œmìk€WzV…ÞçÕáçÞ\b6ão1@Z5ùv·å\¾èà‹ùšÙBÅÛ)±:ÕéGîÌ…ÚrbÞv°™Ìskv<bÑn“mý$6àèöõùìkPÍÞr(öw¾m¤Ë1@ˆ$¿‡É ã‹.Í~±f»T£?C£é–äËùb9_,÷ÃîùÑsP.3‘—ª¥G4![ãÛób:tfc ¿.aßh†éÞO…Éþ'¤#™’ÛÑÿSÞ.XËz†º¦ÂgñÇÙôXCsé±^LÖI°uŒ;·Ír†Ï6È{}O}®r®:æwòae6V°¯Zgõ¦Q-_—ñõ?…7oÿdx+3£°w¡`–¥&Ynz—œõ°‰çÓc‹:¹(i:òs«DºˆÀ ; e_¾@NœXSÖ#6Ùâ7º(6þ'–±qÌÆÙÈ×U|]§Øžá‹§yL¿:æªxâñhÁ= w÷0å›sMjëWSÎä¹ îLùî‰Þ£ô!ÐúãhÊ™¬?…§¢÷€<¿†WáM½ôM½ë5I÷:£ÿÄo yí^eôàcø7|ŸÄ ÏF@¡¿ËaºÏ[\óâ}Íáo -ô=Ûÿ»v÷·]@'%ê’ôu×ß«÷Šäø­ýõe÷ÝK”<ÏÇ/â¯ñ4‰Áýp'Ü·À'8?„ÀßÓ׿DùCã;üÛmÈ'mϯۙÿ QýŽ¿±»¿¬IüJ±žP4Ç%ïó’èYzü\ ŸÄ'%Ê.Éûÿ±ø#m²Þe…1˽É]‘¥i6>Àù¼“¸ ^—á%¾xÑ-qœ/^p˼à:xÖîþ =޹0žtuüÄ=õ#Íãq>9ª€Ñ,¾GéqŸ$¾G‘ÜÍÒ»<½ƒ¤ïÄ?¥RVje¥u––YˆÉºUü> ßSi*ýÐù¨ûîhäA1ùåÂ_ËMd·‘=Oêwñé2òWðëj)³ÞݶÏîåì<,¥¾†ó.éõÞpÓe=Í*ë¬V’uße{Ò%±ûgðhšÚIÚÝ·óÅ­1œÌ˜•|XGvÙ­dwhÊf)ùËÉ_-׳m žZÇÞ¸Ndn–%ã{)öˬ}xwÃ.¸Nàz2Mñ„÷¦´Žô´¾dæÂ(r'ĵ®£Ãô8Dkèqµ‹ë*ßwÕ•rd?=.§Ç>¹º×·Ó.ßÞɳì3,Ý&ò[ñnI±Ž¥¶ßš´6¸.m Óvxy $ót2ÇB!”]EvUC Ž9¼¿ÐÈX‚gŽshpŽíªflbÍ ëDu­¬^‹÷øôõié_Ÿ¶Ü+£·ý'ã  ÛäÅÖBæȇŒÌ+#*ùu˜q´ÈÈ9¢°ÏR²W’½N¦n1êv³Ÿ§ÙÆîý²ç8|Yï{qwêû„_‹ê I«ÖºzFU2–×Å£ëTMþ8(&¿ŒüªX%O좂 -z,—nùq†ËÄd í³¤KÄÊÊù¢Ý!òsUû|Ü RÜ’úÿ@ÊŸŒÆ ŒLã«gl/—Ý|ÑÃè=ÃxY\†£J•ÖanÄ3›Ìyþ-Ƶ‚gÖE;ϵŠh‹Jl&¢Q˜¥3ÍÂ߉’ÑwYjÿú”;Y‘’µÅ6س:uòÅBù¹@Læ«×ùr£C­ÌÑ;ÚÅ¥U/e–w3}³‰¦,©—uÓeP­xÔ¨ªj½¢F%Ôê†uø|%õÁN8Ïz¸Úr&,êÓ»º%+\²B¶ñEk ÆsÝGáÊÇU„k2®r\Ób†ÿë|ZëWÕ"15Uzh…ì*WESd}™á6EoA¶ÉØÿ¬Ñ¶Õ*¶Îê±b~˜mÉêîy3}§/êã\ÃØ6ß86ep•ðD%¾Z|ÍøÚquE©xL–UUM1K3*¾HW+2Ü -Å£PnÒáÙ»­›q®>Ūê\X`Ô¶ym†zÏê¬g5>¯Ð7ªûŠ©9C£*gDTääᛀoR”æL¡IuLÊiˆ‰9­øFQÎò˜³ž¦Ûu¹+DðK*ü6Ú•Ý'xó]¯Ù8ÈÎ8þËu¹GU_aü$›dwIvÙîͽwÏwÞÿsV·”5a!£O;ˆƒ˜ºÆÙ˜³g³o Wˆo‚³Ò$h2KÀh_†C¼F§”QLq›ªÅeŠI±©Yœ¦Rh‡iTòLk%Çô°ØL{ÅšqT,é§Äb¸(–”«TÛ-ÙÿÈ…k€#~«J‹ºº÷Õ ”ËŠ -|¼÷d§J™5]k¦¸-9â²J±µTœV¿Z«%ßûìɵõˆÍv·Xl+d–m­˜m‹Ñ¶W2¬G%ÍrR Y$5sZ æ² ÛÖ`ï0wÂÛÉÊg4ŸÃ5 BÀÏÊà -ïKAI^ª8óŒR˜g•|»Cöɳ{%Ç^!6GXM’éè³£_2÷Hšc¤:¾+â ûì a¹œ 9 9ÙÓà†lÁþû±uŽEp·1’ÏP ÀS(â%¼w‚‚±¦InQ¦Øœ¹buI–S‘YÎr19Ã’ál´â6IuÞ!)N†E'ñ“êwÒ ‹Øy Ñ!ÿ<:¡ƒýsÙˆý÷aë8zÅ›ƒc ‚¬m> ØùÛæ2HV©YÌîlÉpçKºÛ%Å+)J%?`9U˜£v7 ‘›AÙýNä$*e8tý˜%?}¾õêj†­‹‘ÛÅøÛXJ€Je<+ÅèTìÜg3žf•Äè5‰ÁG"ûåüìVþ `¯ °´˜£ýì6>ö<]ØK7ôè °o–¢ƒë¦ŒÃ?Œì>øÚr15 Ľ(ð•ð®8¸Ïá]–WÄä7ˆ¡Ü¤Kά,Яôƒ0 3tU;`y¨ û†è‚!æ ‹@“ºüú]…䖬ƮA¸z=Ô«ÙPGxx憳äsŸÃ;K~L5TиªhbavÌZ’*ŠC£83ʇuì4uÄ£®Ðí#,Mµ,ƒ5,*5œa†ò0:T2A†¾–•È¿ Ù]Ènd-‹€ -îý˜SÆsºpŸË3 £¹‰p0S"4·:v˜¾hP…ÛX ³QÆNƒÜsÍe׬g2¨gQ‰½Ða“d$!#|Þ‡]m¨^ Èß>tqƒ"îóxf©1"65 - àjiäPi¢ÉµÐdæ“íXyÑ/:ªupâtpÎghaQlá„j~™ßQMèИAìêE~3¶Õ©aä§A8= ˜{;Ϭ¤˜צ$yASòÓ³Nõp£Ù÷“…Ĥ˜ôà> èCá¾À2»‰ gß2)t³œuå·Ä¢“9Û:á˜Çç®U5ä¼.žÓnÄZÿ<¸(5Ž"l]Éùúß豄Ãe˜,§Ð—ä屌/#Cô‰%ëùŽ1À¢¸˜é½ÿSEøµž®8+ÐEá>®Èlì5¶êx·>HÜ¡r&0¤<#äÇ -â²=î§Nƈɉ4†a«Q~ÕbÞñ “ê(=b„)þž(ʯ¥ß6z8kðµû"ÜgÅÞŒnÝÖ;gpbÜ6ìPöŒÚðEÊ1Њ¬'ODÍäÆòs3AÝ„/6bÀⱎž½–¼§>×ü¿vìl‚3†ÍÜ»:©A>Oÿ†wè6ÎU3øÖéÃïF}ÛªãÔíNôxœÜØMLvØ$Ïêc‚x<2ÉðJNl%/·|&íø9ŽÍ5ØìÅæ|\fÔyWÜÆ¹AçSïmßðÇôp7@|r8;@l’§G8ŽP䇸OßÇòB>A¿ÜG<&?”vr+FŒƒ”›-£ºÕá•YS„Cã{ô6®ý¢-C¸VÂÌJ¥- /JPŽ£ÇOé§(ò$öq¦äWüÒ¾ù‘Èóg%Ž¿ÃÄXÁ掷ÔtÞm:ç®|ê25ƒ‹ôf‘ÖIÖàx]´ÅU]¢~‹—©•KÜEjä¢rŒÿOcóU´Òx·‚Íà!ðG¸~Þ'Á+à˜žöϲ[ òòå›É!6‰)ô8€O¡Ç“ O Ç~ôØË&:‰? .»i*»h`;aÚÁÝ£üê¼µUþ ïik ÚM%d œ×Óúe=õ§ô2Ü£—å÷Å„¬l®Eüíá‡5ȱ95RF­x½ù i#ýp âQZÙj¸¤Å|mö³å<ç9¶Ï±™ÌÜ ã xèØKÛÒËr»Þ–6%[…kW;($ɼjd×aÏ\<ßL+íÀ¦^8!Úú½ü‡k =×a†m™·Þ»À€ŽWõ–3©·]•W=Ôö¬E´(£ ŽräWR¥µdD=^ˆ#¿ŠéEöÝŒ+ðÎ8O¶‘Á{ˆÚ‹Ò"¿BÛk|™H¢Léþ߬ó+É©™êÑ©Ž L¥èŸŽäL8rà(@~ òË 3+‘!" Èo&K:éh}IïÔãÉz"ƒ¥Žê‰3·ŠX²Ohñ_§Û¯ò÷‹6®¨ã’:6©ãS+¾h&&qê$.¹ <8Ê‘UG”ó=Ÿ¬í¥‚–’5+ÑpƒTÅ!*+H¥åOà+ž%øU‚lÑ|0¦ûž£;9¦©£¢:6ªc§.݉y“¾%&Qr#Jߨ¥Vj¤/²‚pÕ 7Æ]3Zuá¡ñ‘‘^2×C}(TµBõ+tT…ú(ƒß vˆ6†¨ãÉRÆÂEŒíŒBqð?öË4,êë -ãgd†u˜a–tX\qD$Æ \1î#M¢ÑªScVãc¬iŠâS‹†5.u©ZS[MÒ´q©[5u‰—éïSëÓí“çyfæ?sÏyß{ϹïiÃë >kp†ÄЃFÄñVxÙ‰å –“æb½fÄÊ`íÄèFv½Qê)vm4ߪ ã—Áj‰”:pxxïñÚeOJˆÙ[Úƒë­3hZ‚4Â(“Ä3ßi¢7ËD¬J¬2ˆ!^"ñR¨ÞÄkËÚ]‰‘Ï .$Ó§Qm'i>™¯[ÀqpƒÛÀãí£X»ˆXù\óݰ`íY2@HMø,gNƈ8“Ab5’?‰6‹Ãh“(c”Dnt‰Ý˜.6£[ ]$DŸ'Vý@ 2ŒC¹˜õsĤ{ëÁp xd*ñKáY@œÜ@F`|•ýA -hâ_bA4Ï£ôáï#á~¾n›9DÂÌjŽ«¹±XÌÍ$Èœ)æ,ñ3çŠÉ¯@|ü‡‹ÞÊ÷›QdÞôÅìø`n _{Âdâ…c?Öïaå0d¨¸@ïcƒgÀnÑK˜Å(!Á¾b 2KPPÛÄß-~–D1YRÅ×’!>–Nb´äˆÞÚ_ÄJÅY8uŒg¦(üw’ÞÞ|M&¿˜øO²~6v¼  R@"ˆ>6r - 5ˆ5ÄG‚C|Å?Ô$æ°ñåA#[¤mNÑÛ“Dgdz٩(;&ÝN¥Ùè:6<¤ -£#…’ƒ•9+¿•1Ä/"~>1º`Ý êñ¼Ž‘Xt;³é%$Ì(Á6ñ·ûˆ)ÜWŒ‘~¢‹bâø‚#4T‘ƒAÉA…;Ęô(ŒjäL@äŽá³!Ÿ[2’ø‰ß“X¢ØÐ4qØP¹„ÏCí±„$  ¦H£KŒ:¨q²ˆ“ÙÊÉ<Ÿ -ÔÀÆàâ¤Ë:Ä⨾Xn„˜×9Dsc;ΑÓ†ÖýˆÑ˜í£Ù¨$ó?İd$Ÿ‡“KX„N,üà½)Z'ÆXš†“à[_8®zñ’˜­’’sMþ5‰Ž—D÷uÑéȉånÊø½÷{_JøYob=Ë>ðó4Ð8yM>‘<³+9ðÞÄ3C<Ç9¸hbÉ̘MÑ"ÂIƒP:_Lg?ÒÓÃc:?s™ÆÐ’ÊÀLÉ8¥$rHÂÅ&y¤Ÿä±ng$Ì© ‘qØpy„ƒPžòÞÄ3#‘C«'³Tsòh‰­ÑÂnÄr³€›ýpÓáÝœ 77{ˆH+´ aÍß'/ö"î‘þ|½;i·sñˆõ“yÇX>aÄ ä3ÏõÞ¸Š\$ ÜäÑ-: EgšKg3‹Ä³H4‹/e1[eq&²8—&ñ]œŠ›!ÅMÈ$‡Lôfí®É¼dý4àâ§ äC\;Ï‚xfjJü´‡ã‚v #ÈR+g#[5z -=—Cž‹yÈ%á\¾˜Ë0Û“3‘ÃÙ ‡Øå]€{κ@ÞéÉúY¿hÊky8‰”V–0µÑeh—g{í2í¢]êݵK–QVž@>èÑŸ=H#È&@¢€pû OôçLô¦6z1¸åâ"{R›9é·¶­Ø&b¥¢qcUÚ´˜>3ÃW§âvÖLD6ÈyS»è•Ù)Ð × òŒødJÙ“RшŒ >†ó£¡¸³bn¨Bê³€!±€ApÀ=É"N&G§é¦OlkÎÇÙ¯£÷qk¾fnúiF§H3|ƒµ‹¿T3 c•!âŒNál”³'åhQÆ¢e7y€Èxúåh\ûHj£ô ùÝðÌ$fs´NTí•ýõ{ÀWÅí«ñT1K4³Uª™ž±šS¤pì± ‚]™Å¾Ì#ùìÉ<6vZÌB¼çqÉôËiï` kùÝyé€Î™pNapÈ{(®2V”fúß1¡á5¿Ê|MÊ€(CÌuäHÔ`¢ "m@Þb_–R¯Kٓňüä^¥>òãìGåF‘¹'¤åÛœ³Où„ÛX¨é«¸Žy(æpsŠ÷Š“+Ñ;(,«m@ªÐc}|=…V…àà”×àžß#á•ÔÇò:ÉDïdö8’Øæ¡ÚžNд­Ð8*ã]ù¿±Ô@¸Rê‡C5(©Aqà¸y‡'¤f´9DO?N=JÁDð½lì´¨]$RS%éÄvªë]i=Iã;Cãù½¦€rb¸­çåÖƒÍR?,ÖJ^h=XVa”9 NZ²\'Û\|×[ˆ\Aôó=Ë]~j‰<ú§3}™Ì~þAÁÖÐ0{xD”#:&Οи‰+9%µiZzó­2Z»Û´mסc§Î]º>–ýx÷=sóòŸèýdß~ý üIáSƒŠK† 6¼täӣnj7aâ¤ÉeåS§=;½â¹ç_˜ùâ¬ÙsæÎ«|iÁË _Yôêëo¼ùÖÛK–._ñÎÊUï­þÅû¿ü jíºê 7}¸å£_ÿ¦fÛöÚßÖíØ¹ëÓ={÷ýîÀÁC‡ýÃg<þ§'?ÿò/_ýõëS§ÏþýÜù‹—þqù›^½~ãÛ›·¿»s÷¾çýkàÿ#ç¯Ó+ƾŠrœ-Š´ Ö‘Šv¬âñ$ż™¢Þ|{Å> úÝÿè¥è£$(@ƒ"%Â`¥Âd¥t¯„˜‚Ï()~Š3”?SjÌGŽŸ+=^S‚,F‘eJ’w•&kåWJ•õȲYé²U ó1Ê|¢¤Ù­´Ù8¿WêSòü}¾Pý …Î(‰.(® Ò5¥Ò-%Ó½ûžñ#Ë•óƒO¡{ô0ü—÷?r½D§Óë #4òõ5™ÌèàˆÁ‹5BÃÐÃŽ"‘Qh‚(¨‚,è‚0J¯4õÚ<"ŽW¤é•¯J‰J*T2d؈‘£ÆŒŸ8¹ü™éϽðâì¹ó,\ôÚ›‹—,[±rÕê5”‹ª–ÍBÒËñŠõ½$Kh¢0…*\Ïœ…í¹óð½x Æ—¯\ùÒW¯]»ïooÞ¼uë6Üïܽ{ïÞýþžµ1Ou²Ÿg]+»§ª£ËSÝÆ³µWŽçãþÅ÷ë•}÷ɰʫ;F-»¸sÜÚÓ;&Ö|U;e÷‰š©GŽ}Tñù¡3Îí©~éöEC 94äÐCC 94äÐÃÿúGrØíöÔäåܯëW|gWQÙÍ=C*¯î+]~áÀ¨êSÇlÿb߸}Çv?¶¿vÊ—µ[Ÿ=WµiæõŠïs¨&‡µä°‰¶çõ¸»³oñÍ}…eW–T^:2lũφ¯?q¸´öðþQ{w:ö趺‰'«·•^¶¥âò¿Ø¯³¨¦Ï4Žã¨ª=gz´®­Îtª N;A;‚HÙDŠìa $,a‘M¡T6uØ\Šl¢ ‚k ¬@ le kH$€@ €€bÙ„gþåpáÜÍIn¹øÞÎyÏÅ+k›ê¦áä_V€¢+?m0 ôVM0ïÛ-oÍö`L°)ž•ÓE`Ô·:7T4ºvPk=úÓª¼‡cÊü¦d (›†½@Ý2”è\Xc\ýÐjl;׃öZ?Š0¯ºìóºñåŒvÇ:Z³KkÛ­çYõÍÁ(†Ï˜¬mh[Šš”éœ_fëë.tÙHæ¾£訾QÛÍlnU/®¤€C¨!·85½h ržÔºõßgz -e ¨[šòA ªÉ¯3t”›ôufy7¬ÇÞ˜ø M›G¶Ù$× ÚeѹöEÙ]¸ÊWmv|³Sk$Û¥;˜åÁ“5 ß ˆ¡1¨\aꜛoÓ× -EÓFÞ}oÍ"ê'¬ž• -1™¹<,-µÇ¡ì)Wó¨ßx¯Ñ©= Þ­[Ö€† -ÏìBå@WûîCÎYI7JcxÌÍ›7ôj[0 «[&P‡mÒÒ0yÏû°ôè.{FX‡Cm` ¾éV±MÖ 1!†"åëejßÎ7iÿðf¥Æ—è£9‹×=ÙïŒïѧ,b3G­_% Ù’cøjD¦8¤ Ëðëp`y¶9ÕËÛ¹A?³Š•¿ZbªŸâhŸ½r™³€Bׯx”/ÞΙ1{ürÂòYì°ÕëÈ!ë¬P¾ ÅŸkK÷êÁ–¹"÷*kEÇv¬—œÙ½^ª¼®Aíˆh@ãD×´ŽzÊ®E9 ˆ”¥k)ó&áqó˜¨qtRèˆej€Ð*Ó[`ãÊÇP<š¬},þfÇjÙéÏ—*•¿ïTÝ×3~Y¾ñƒ–zh›æƒ.áõÊ7~Ñ0$ê­IT¨Ä,æ±y¢÷:ÙmÔ2ÅÙˆƒK’µ•²£rKŒSŸÍ4žÛÃ)íkž¿tšê—óAÃ0´íâA×-jÅÀ/qøÏ‡{Íšx©Ö)öm[†¸Î³x¸Ú§nùYôU÷7Ó†‹RJRâžÎÄ=x>)m›†¬O yZŠPŒÒØ`›®ÕZ—°Á‹Í„¸·-.™®%C-ìÞFߎÖÚnuE¨(;'lêyzÂì£øD‰´mö1Eë,”¢~þÈ22Yn@»,¶`‚ç8q“½òP—SiW›+»©É³½ªÎ—[À ¦‡L&”$LG¦?Ÿ”6ÈúÄ¡zhˆ¡¥¾Â¾a²Øbá2ße<ÅÃÆ‹ìÉݽø’Ævç:F“k­îf_:ÓG[î/~PþPNO—¶MC6bÈB dÕï PëÇ•z——š :Í%|« 7£6ñ\!6ó÷>½²Ã±†ÖìÜ’ÁvíI¬vD0¼Æî2î…V&ŒJÛ'†­ò kþ°R­§ö¾ÕÐh†kê4>b48aÛ.²#±ú -‹:ñUäÇÆΜèZbÿ]¦‡0,ü•ùXê 1ä †lÄ«ò-”h~ÿGÞ¥¹Îë†b‘1aXbØ;eS?ŒI+åÛSsºq¯ÚñuqÍŽ-õÎÝ,7ž?+€ïÇ -çId½1ìįò÷šgÞ5]U™â^3™4Ä.ßiFGWŽÚ¦Pv¹¯{íK8Õ[ñ ¡M„6ÿzb·Oýínïú»R9ˆ!1ä*~*Ç—˜š§fÚ¯^èñg¯ã;X³ -Ǭ“IC¶äg<»‚Ç=Øòûûš_[q ÞÈ6<š½[Ü›ïHä"†<…ݧ¸ŠU¾^¨×81Ö§{Ž/ÖCu¼7ÀÕ/ú—Ì™F’Å–O“†­Ó¢¶¹a\ÛÂ;=˜2ßNû*÷G±ýf­s‡ŸÔAÞÑ@‘ß Å}Ë•Mµiüm`DK±cî*нв/_»æ›ûÎøÞK‰ù“'c–Éá"«ôÀAëœ[|ª;SäÜ‹+!ôº–â{}¤(GwMþs(:ûåûâ>!_íH§DS‰½¬ƒ*]LÞêfʆ±s&‘Sæ±AãI·G,S=DV$gämpƒö9XS®À]ê€vxÊÿe©òǽo:/ìíÿ/ûõÕd‚‡a<:Œ®svfÛîÌ,®¢«£¢®(¨(JoRB ¤I‘Ž&ÒCE”&H ЂD MRB(BJ¯"   Ò…ÿ|Ç3g÷ÌÞÅ«½ðâ¹ÿ÷î=õ‹hQM¡ÎiæÁy &hÚǯ躇/ú#i³×—è‡ L’Í8–N|AHÅÙ0¬Æ¾¸5þvÔ§’=2S¿}Ó9rð»†9%Ù2P>–gÔ fçIá éì¿¢ëáŽìá21Øþ­i˜õ,:‚8c‰{ƒ»…}Mв|mûÅ­”lA½«’]×;¸m]ÓŒüå« -;¹pâH*œT‰e½PPÅPAÝšNN«:WmWôÝIŒ¼ðË&>VËh_Ë% ?ÌÎÏ|‘äÿ¥-þŠê}²Õ<%+S±r`s>ÈË2àÈÁX8v’Š|à´áPÁØÃYÂ%¸`ƒ-{KÐsÄ€¡“9;›™‹éÆÕd ûÅõˆdPâþ ¨GïwnàÁžÍi°÷×8Ø¿¼á¨Š×´ƒ“P6µ5 Ô±& 3m¼è Áˆh&$@qöw`Ê}©òÛ!IIRÎ… ]Uà  !“H¶#eA YN¢Æ¿ aMGDæOÇ¿ðO.£¦W>§æVRùÕEµ"W¾°Æ™_'m_ _ _ _ ÿ÷†´Ï†mp10ÎŽ® -ä˜@žYö”56™¶ÄðI˜M bOEGŒ‡Ç”=J¬ ` -‡ý³ëüî7<¾Æk8<~èÂk’6HÿÃÀ@ Ɉ!íÜaÈÖ9\}È·"׎²–ãF[ÌôJœar^&†>‹¾Y1~»~0˜Þ2Ä‘´QóÚ*ɹO ¯p[ï_½'–6Äð ¤#&b #ÖYyÈÕV†c}àa‰À³¡¬8‡.æ¹'Íp¨Y“i!E£IÕƒÑÑÍ}á‰íÝ¡ìî:ßÌÞBJfož{îÓ÷¼6iûÃnÈ8{¸Ú§áÁE=à[‰ò©Ð1lá>ùî›|쀒‘4š°?1²µ3*®Gr#u 2˜=Àõf÷gxgw²¼sÚ¥ Xˆ%· Òä·B -bà †{Z§ ÈHJ,«¥$ÊJ©}ØB‰[òk¾Gî8Ï·ìYöõúnVx[ó¨žê¨;ƒ%‘éC™¬¡¿Ìº_V—´ýɪ´ ²ÔBb(1Ô…‡ÂGò¾Â.l¾Â…>- s_”z–<ð¯oÍ¡µ -7zŠãc†x·™ÃŒÐ´á„ëýñ×3{¤ Xû¯²ÕÀ}­“Pf¨³ZiŽ_©ÂS–jlÂæjéSB×ü‘êkåe¾¢Æ‚ë­NX÷=úÍgw’žß¹Å½Ec Þ¢±û¥ ؈ÒCšÒ?!Wí7(ÔR‚ríÕhürŽ2ß`>óørÊ„Ø9 ‘üPòÈ«®¦Ø_R”ÜÅa… %%ÇŒE'¤Ž…F¦ ‡Þ` JÛŸ éJ;!1i*­Vh¿¯3Ã-4aɳbøT»Mêh§·«Í­¬Qä^W.ðßãt1sƒ‡¢ÒoŒE¤§ŽÞNŒM’¶ÿXò[€¥¸òÕöC±¦âJ•¾Öb£©ÕÛVKòt'>l|èRJÿe®¤Ã¹¬¦…,ä =ÅYßÎăܰÑ0sÔ‘þŒJg JÛgCƆ EY(PÝ·V¦y|Y¨¯1'1Á¾îÂ\Ɔ ='ÐÛmò„¥%—Ú¼&r ³Î£#ZàÓO+£= ®d ùrÙ>Y}ÒŸ 6bà(þî«îý(ÐP˜oлð¦ã¢ÅÄ0úÊè+LhÇ8.Y4HÊ-í´-Ékµ¯a495lj\Ûi5ä^ÿê€~ßêø>/Afg1§[ÚÃzÈD ‡¶@Žâ/ÀWݳ\¥ñïY±žúä ‘ùÈ+c×¾tHÓ¤URù3BV~7‰Ïl³~ÛlÓRoûÄ[èØå^ëÙMFt]­ctPDœviƒLÄÀA ™‡~®âÏ«¥ª»Þ‰4¿ìÐU×7ë›5ri}gôè¥eoÇfõx í¤‡áR­ßcëÇ”†Ë·J«KCĹ1^ìÔxWꀳc=dÉmbàØñ¾BEvºå‘!íÓÝSzf’ECgá‚q “9†e& ârovã Û å­¤W±È±Å­ÞALÙ‹#ë.‹c¤²Cöî}h3Ø:'Tùy¬ó¼\÷„†rË;ÓÚOúŽ¥KFÔœ³Hú„ERÔ–<`ÅõêÁºuJÚmÊíž: lÚ=Öí!åÖíᥠr¶¯ƒÜÝ€{èûeÁñ'Åg¶öŽªÊ‰g.œ©YÑ2);î}ÏÔ9ZÌ:–6Ž¡ûŒX°¯a³p\Û¾K¤>{±Ì#ôùàû®Käm[ÜÝßÿ঑¦þc?H¦UþUó^ýLœ7ÊMcUçJÜ’¡_è[“pê´Y yÒ<Ñé…EŠís+&i”˜ŽµeáF\XØQ$o©ƒü­((Ø%³X±_f¸ýÀúÖI…-µKÊûŠ@õt6œÕKA>n,h:„}Ô½FE”9ã§Ó¶¯Í£HÓ–1ø)|œÕ«K·-_9ܶxu‰"uÀû µV´sýDó¯¨'/ö|+\8¶½÷eÃ)%:(kDƒª) Ô‰¾ áHþ¤Cvü`àe³t‘J\4 À-˜bç±Aó„ Ì;›`ô;Ç`ô¼³Ô}äš­ýÕ1¼ %šÛ·©ïȆ£{“AA! -Ղᔞ7¨ Ýàwöë+¬éCã8ŽÖÚzžÖª§íQQÛZ±nh(PDM€°‘ ²‘D‰ ÙCF ƒ‘!„@ BØ F¢$`,‹D†ä=ÿ‡Ç§çÜþïÎ…ßûÏó^ýÞsî ívt½ìÀÀÇú½±?ö=&ÀbÕ2Ð|Õ:³êd¶ê‚䊺¹Ú- -2ɧ -Ïwm¨]ûá‹RøéŸù t Ž‹†ª! ¢å§ \á,Æ~³²M; Ðq0ƒK—MÁÐÉLœãlXgC°u1{ÔÉînT=ܬ \ùfSìù‚ Š;Sá€b4ü¨„ƒÃÊWà˜šœÒ²_u-@ÕÀÔà26µÌôAs t1z o® ÆæcqÌQÄ]›!wÿçux'¤©€L£@DvÉô"äÛYA®‡dâW“"â_ÅÄd-^K.˜ËfÌᨥ³8fÙ,ŽË™Á ʧƒ›¸£þ-Ò+­¼÷–J4}4|4|4üŸò1d#†tÄ¥qHÈC5Õª-H_ÍÀßz™@ÈY $ÏEd²gÂHÜéPzåt§j*¤¦úqp}ÍÿFA·gÃ6šÖ yû>‡œÃ; Ce?äªÿ TÍäÐl,¡ÈÕ¨~øbh‹ŒëÄùÄxÆSBjÅdd®àIx¡pÏn˜ÀóåÁ‚ænßš–F/Asw]=š ÿƒ!1d"†|u%(ÒùXFÚÀ²²¦³çÝ¿RˆK\λ–ÿ,3¦d*1‰?A¸Ý8~Ü6ÉêxÎëê â‰ê½¸=Õ¾üöJA3šÃ&Èß·uÝp[eÕý‚ -° µ  ke—=VJ½Âß0ƒ’–‹"Èsùödæ­;ã·ÒÚF£‰=ÃQ4I$GÒŠãHøþ1'°²‹}µº M@ú` "†,Ä@Uÿ ˜”c  æï+<Þr=Â_–ù'/²B)³Å×9Oòc…#)‰ý1’>¥¿'†Ý_Á¾Ï fßgà¸=´ª4ý× ô5ä(+B!b(A \ƒóPeŽYáÛ{¼®r _æù&?+¦N–FpG ¢ëeÙñ¢¤Ik\®´9ž.«Š.‘1ð%2jGLÆóDhZ7CbÈUÞ Ej¡Tûðôϯ՘cÞ -ìÜ_ -\Âj¼SføËC+2£„}äØŽÖÌDImRæ@uuϤF±s‘{äDr{Ñäÿ1•÷MíG(Ó> UúçVk1fo„¶îËõÎáóõž)“B¿ÂQ>Ž+-‹vîÖãżôÔv -QÎHaȉ†<#ªTš~#FÓºüÁèj?@¹ö ¨Öÿm¥ÞÌôU“µÛbËeül«{êD‹OáPÝÕrq%¾®¥äz{uAŒ¸4'q°0#sˆ’Y<”~‹>”H` &Ø÷Ñô·!1”wSí{àjÁ%wM¦&/Û­Üžw:à§»]SÇ:¯ 4rº¡µÂòÈv.#º¯˜7“<œ‘?’ZÅ  ‡ò¬šþ6C¡ò·À9»o­Fóç×-zgúŒ fä§‰ÇØáq»$Ɉ3¹EêÉæ÷øÖ0Û[ˆõ¸î¤š°þ¼ëòȪ4yD óA0“5pµ€Ý& îÜÔÚ©o€{vïJ¦ÒR‡îéY©¡Þ“Ǧ£Óæ8é”MBǸ#©vĵ„-ó¬¦ôù4¥uø‹-Wï…7EÊÂZSd¡ti@ û~@9GŒ&(@ û¶Eé+`žÚUgv¿jÒ<ø¬WWåɈÁ…ѧFöæÍ‚»ç°ñ¿ló8£Ž,ªÜ¹*£ßµ1¦Ï£3LäÝÔ"ñÅJüDD±Owy¯OO„¦uC!b "ö©«‚3ß-Þ=ÿý¤ìâ‰GzÚÏ íz—M‚šÍc+¦¬³ Çíh·‡í+bêÂî9¶úö¹vyõú‰ÛvÊ%ÇfÊ+Çj*)";M@”|©ì=›–š7Œ ïPè9º­éí¯{y zœj¹ a çmn‚¶þ½žÀ[ƒPÏ—&‘΢h‡%ìMÛEÛXëÇ8ì‚[œå‚OœÅBpœÅbx,š l›ÂJÍN…¡{[ÄÓ»76¿>úöë$ªéà8ϱµ3N«X;ŽŠU[ÑÑ* "#²É@‘M=²$@„²¯@! !„„%a„HHpDQGiÕªàHeQ¡ê¯ÿÇÌëóosèá{ÿ\¿[ZAkO5œü:zÙ k–gð`x) LüÀ"Èë½5æÒ;;¬ëÚ…(ç5çh§UwÜ…U/œãª?Îa5g¿ñI½iùBå¶x£ÊøíÏUúWö~ƃC[kàðn -=”Z'‰pòlèXƒ¾½/¸\c0óv+_G°õ·‡;¸pÜÐ¶à‰¶?$tÀ§t§KEE>¶Qe`ñ¯*m ¶©öm¥Âw;³@ý@Öˆ„£ºpÜÈ ´-Ü@ׯ ÎØÛƒ¡£-˜:YƒùE œ­ÀÖÙì],ÀÉÅÜ<>©qñ•Á[Tðå†:øfS ìØ’»v$Àž}XØ {Â]gÐ0p€ƶ szæ–pÆÂ -ÍÀÄê˜Y™‚…• X£Œá<Ê>)(Øöä«m†ìƒÛ!Ukdè\Sm(°5†|7{Èö÷‚´p  ñïbR3ÞFæ“^GЊVÂk¨ËvÉ2FPº„é¡-b$eó!Rú£ÀQúL€¼\á#¯P¶? þ/ $Äó?C¦þaÈC …ˆäj¹~^Ž’ââßÅ¥d¼Î+XÁ–R–ëK—ÂY´¥p~Ùbx7ýf¸üyÈHÅlàuÆ´ÿX儌©lP¸m#bø äªo‡4Ä«ÿ ›žª!P\ÎÙÇ òC1‰OXKNÊ^!dQqEå¿DV0°õ5/±­µ/±Âº¹ˆúÙPqÃt ¤Qæ;Ü$ñ©W6 #†ħþ5dhí’ÞA šºõY ;ÛB©÷e(Ƽ'EW³r—’Ói Rõ <­q>ºš=Íá<êlù)¢§u:´Ÿ'C÷µ ¢¸=C,e[7"†|Ä¥õ-õÔf¢ •(¨¼h /Ï÷e˜5j$ñMÁÕüŬ”òÿ$å4<'sŸâüŸñ¬Ž'¸öÎ;B¡,¨KÔî ƒzùí¡ƒ-ÊEr4÷Eï”#ŸUú'Ô8Y¨ñôXc^Á¼)H\¢Æ’HIŒ¹ŒLÖcbAûÃXZ÷}\mß]|kÿD¤ 0¬½¿3¸½&êl ïã)Ûº¬ög ©oƒ)¿Zu¿0‰;•‘.’óÄ’øRÉPB¤?'áÇð†±¼áÚ¨ŽÞ*œ¨SÙÖ Eˆ¡1"ºî~¨6úš,uß·ØY¾åºº/µø„½lJ|Ö„%ÏVÅTOÓˆ-òüT¡8-[ÜT$íJfJ;¯q¤Íñ\iž+­ˆ Ðc»Dʆþô»¬¹ Êu÷A­Ñ`[œþ•ggñšïâöŠï6ßv%ñq †|¯W5Ɉo¡$wuçdˆÛÒò¯·¤–É8鲺dެŒÀ¥Æµ :z• (ˆ¡1"†bÍÀÐÝ õF‡c¡³&8o¾ÜéìºÐåú¬Ë?q–BžæDUÕÆqè‰rê +;{´.“"¯Éª–Wd°åd"[žÏÉO (ÛGU hþ˜§¿…FÃCZ-N½í´5[ìvryÑçò¤Ï7ñ¾0¨PÁÃ2%M1Í¢ªøŽÚµš‚ôQz.i¢4·ü%—u#;…5‘‘ÄÍHjR¶ß dÄP¢¹ªOï–áÁ÷mæÚ¯E6¦¿ ^pž“¸ÿ4ìM¼Ó¥`¬S9Àf •ÄþŠ’”QraÖ<U‘SX§¸–Õ¨ ¦²å‰)­e*b ¨}±n iü jO«ÇPý×vó+}6&/¥ŽNOÇ]ƒŒ]N˜ ô„2D,«…ƒo¯®¿ÚGe$^Ï*I›¼F!ÝL¢VN]-lPà³Y±™\©²­¨ˆ¡1Ð5¾úÓ»€{öûU¡™ÖâµÑü„½ã£[ÎWf¦<âå2¿¼qP9¿ÓÔ ˆâÓ91½ùõW¥É̤ #GÇ,Wà+š&±ÅìqlWªlP¢ú_C±úV¨ÐØM:;?ðÏîÝk¦ñreðôöy»ÿ¾€žšq#Œ(¼s…£hz³8¸ÙÞVÜÕ“ÎÅK¬x9Ž•9Ý\6ÙÌ–‡19£ae­e[7”  -b`j| Í:;Ö: ö¾Ÿ;òlÒJïÇY›Ûüe]âúf<³y -ß²Ú1t}©$˜—Ó&" -±CQ±£é£áÂÒ똞fi0·UÜÀT6(UÝ¥j›€ª¾jŽ©Bë©í+=»çe¦¼k©=ó³5êÆœ¯ø‰SLû¬[fã=ÏRú-ŸÚüþÜdº 72&Á …HS‡‚eTqð8{=(@wtö(Ð 1ÐÔ¿‚Æc_½k?¥º0tfÇ£›&{ï<2;9ñ…^°õéšwˆf?½˜VñØ•R0ë^r׃ƒÿ×åö`…_wÀdx¯ÿdBŸ"·ÛWQ!ò™júȺ;” ÊC™ÚçÀ8°8G7¯tkùT®¯:óðÌž‰¹sÚCË–(áÊ‹óÊË\pL*ž¿HÊxìB'Ñ^>ðÞðÙÂ1ÝF05â…-¬|òÀ6”±gæ]qñŸ< èiRèû*j2ˆŽœ c¼‹ÎóŸÄ2ü&3”ré¾S,šª@°Â-j“=ß!î=X…œÜ󎯇4áˆ.LÃ/–t0sÍËÀT° ‹‡˜È—Ä“óž8ÔœoZà,2Ý6$Ãw6ï3“á=›¤„O÷š#©l©v5â¹t%âî͈¡wÕ®ÎïYÝ6óÀ`ÐÀèµK†ã1`Ö!A`.h?ðŒöß/@b޹!ÁÌÛ,ý<Á6МN¸‚ʼQÎàä¨ GUB££²{2bhx9Bþ¯eh¨Wæ6lÛDÛð »'öŒ„&ÁpÐ, ­½ÁÄÞŽ;¹€¹‹X»:€½›=8¹Ù‚›»-xºÛ€¯rŽîV⦪ë×Ô£„èƒ:‚ëÔ‹aà -lÚ˜[4@kWìØÝC¾°ÏÈô¹ÀϦpÄÜL,mล˜[Y‚••ØX›ƒ½µ8[w%/•}ÃJ h­ƒÝÍvpŽýDkCÈUþ)À2ÃO@Zb$M‚8Z`ØYSI\Š©'-a®ä.bääEŒ‚üs‹ò)z„:…¾K}ñíñ©ô±‡ UüÝðwÃÿmHW6dݹևêb †!ál|¤f$C"…°WDZŒ-§,ÄÖÒbÅô¯±Œ¯±ýŒ¹Ø›y¢oç¿A0ÿ~õ{èý‚{!TŒõ+€ªµˆº€7Іܣ{nu˜Î¦ïçôÐ@ a¢€Šƒ3Äì…$&ýKB k.¾ºp6¾áÜçx)ûs|oñtÜuÎëèáóOÑ·¸cá#%wBGJ‡Ãî«ò” 4͵«lÈ2Ø4“ÝÀ´4€"åožóu„‚`DG-å&ã¾ff¿¤Ñ™Ÿ“ÙœØÊÒ™Äú Ó‰’‹Ó‰]oã•Oc†xÐÃU·OÝà…ß*¿9RªŠo ô?t4€h°òLt ÈR8ŽGëmÅÁþ‹…Qèù<,n6Ÿû‘@.úp¦ l*¹”÷+¨~‹Õ¼ÁÊ.MÄ÷ÕE+êoG(.D ÖõD óå§o•«ò• eYgõ·Ëx[€RG¸àm·Tä7ž-JHa¤‘§H9ì7xFå \qí¶Bø4±¾ñI‚D4ß-‰é {ÅÝQý ²˜¡šÖØ›Uª€üïÿlXeU+k×b?”;ÏËv¡å;w!"r†—:U”JyMÏä<˦ð¥2ưÜ+÷±Õ’ß’D’єΖë Ý-]˜î)¦W|%n ^”p]  -`~¯yʪ²®¯lãPf±xG–žÖ_ª‘>ŸªÂ#Þ—ÇâÞ”¤P& -ñÜqrNÍhM|WÔzW.N­—^Ok“öâämÒDy›(¾«Eˆ½ÖX—4X§ŠÿiÈ×׎ñv(·Ø Õö† µîV³u^Óµ¡áo1¸ç•IÔÇœ´’ûùY5·ˆ¹¢|¾´/+ëÉttáŲŒ™×!«M’K)½b>®_¨ -`)ò• 4€¥÷#”mƒJóÝPcÿó¼ÐÍâSƒ¿çTCHø«ËQ¸§‚êØÅTî› ¤E]94i;᜼•PÑÙ’%”7g·ËëÒÛå<œìjù™®– i}Mªø«®l(Ôû'”m¾¹.ÔÙškr5Ÿiöõx×|ê¹(2e¼>–2ÊO9?\†¯î-Ìn’ÒÈR‘Ù)Ì)é®'ÖtבZºy™mÝÜti×ù ¹´8£§YP l`j®þÖP¤·.iÀLgQhg0Ûìjö¾ÍÇíµúTž2&Š!ß©Mâ(*ÓøW¹™Í,b[-ÞÅ'³ûxd^_µ©¯„$é+8+éc::˜„.‰*þj`(Øz›¡ÂH.™i/4Úê’¸Ÿ¼êåú¢yò±ìTÒhËéÜá†DvOMjUk9¾AÈÉn­b‘»JéÌ~­LÁ¦×) -hWÔì+ý”ìöNJ¶\ªŠo ,eCžÎFàèiïÈPoºs^l{`¦ÝùØÛOçgýÁ»Obï´£IÍqç®^N®W§ k.f¶–» -X4#¿xˆÆäQ˜âÁLró`&©µ'‹ÔÑ¡ -(ü¯®Þ&àÙBÓís›ŸÞËL^ x8<¹áº¯NîŒÈéiÃµŠ°ÿa§Nã¡N8ŽmìÚxmÛVl§ÊŠj³î;Ç„÷=c˜qߌ+ãÎ5Žd­–„´¥Œ°ŠýCÒ_¡T£öÚRʆMŽïþüŸ›‡ÿÿïÇßÏ£o]mTí™Ê¸kEåI72Š9=ÉÜÜÞ„B^_|Q}oTî•;‘YÑ™Ím Ö!ŸhÈ!Ê7â¼Êfü¦³mạÜÌ-3•—VÆ‚û¶.C}®A·;½“[Ûüò/óƒ*ª®„Õœ®‹¾šSÉnKæ%uG—eõF–ŸîàÕÞ )m¸Ìmì Ékn¸DCÌ—ÈÛó xŠß FyÓòUm™m†{¦ï˜ž±8òø‘µÓÝûN½ÔÄÆ.z^Í fyÅõ  ܆°†´‹Q­1ÕìÎÐóé=!Õ§z‚k.tžoìdV4µ³N·¶ -…D—hàÊJጢ.*o\lÒÚò¡Ó`çÔ}Á ½!Áq‡žQVË}·øKý^9çz|ËJÚ™ç³Z/'ðC›C¢ÛR;X×JÚYüê›L~ó F]k+£ª­I(’\‡B¢¡DV• -på'©¹6Ío_÷éK žïž2Õî›°´½1në×ðØ)®ê¡{öéA¯Òœ>ŸÊ䯥ð[,>³=¢•Ñ‘ÒÊè,jñí®j¦ßn¹Nk½É§]íhŠ%EQ$#Ž2Y Ôì—Xâ+I¼ëV—|1¬³qxÂ`oÿ´©ö­×æÖSÖô ØE— œ2òÇ\‹9#îg£†<똃ôŸû!×¼ÿ|Íû÷ª×peƒçhóÎß<ºº/ -%DC‰´8~‘ý—äÅçÚ‰Mþ$>òB}cÿ´\ÇìQþ{³ãuo-¼+^[‡s_Ù¦¤M9äÇN8–’" ü© ~kN}+Ygí’¾VÅgÃcEŸÉÎY‹¦¾I‹a Ç㙳¶©Þ3ŽÙnoÝs§éùŽÓÁùÓqyoSsíßäØ¿;{Òn¦>[à}-‚_7‹~æKzÔ/Nº÷ò;‘Î$šVUdj¡±¿Ú…Ð#gÀÀ&F0ñc-›‡Ð­£ÝìÙÎó®‰sÞIvsÌ$Û¹°$ÛùøD›ùô›…¢xʶ0pæ+Òb½i´ã Ò½b¤Î¿¶­kZU¬Å2<(ÿÀ…šJ:4ÄCÇ< úöþ0ôðÂQW˜û;‚`·âd³âLYñ ±^a_ #°ƒ¬VÓ­V „²R)F½N" ô~Aêz²žÔ´ºc}-öIñ°_ºö¦áða6”µB fÄ€¦9º6N0p´ÙÕæV P-àài7Ïcð&øyš!˜j†ª)Nxcì2±ß!Bê%5Í-Ri1vH`÷–TìÛ‹ýŠA8¨BÇa7(:@Ý„msKè[ƒ±µ)Ì(&°¢acc G#¸¼)†`B¬…1ØB"u÷‰®‘HuË_‰ð°Q,›%9Þƒí;±[Îû¹@^Å5­ ¤{ ªGL ih ]#C€LÖ‡Yd]PÈ:°'kÃÕX žBéé!µ< öÇI¤ŠQÑ|ˆ‹q ±!R›XØô½¶È:a›<»šCNÉ -*F8¤vJzPÕÔ†¦6t´4¡¯¥C-uµÔ`¦¥ -K-P„‚DIqÄIK!|ÏV0܃P5yDQBä1mDÚ› „fÿP*è в@+ ­2´K!ði -…OG(èwÃ@ [ñyþ7M>ëõñÖçQʔ׎ÀC:âþ‚3ä1‘´œ ˆ†h¢!Rq'U÷‚£wi&êH§!Å‚x?*¢ÂVB’¢—XÙ‰‹ÌSœOþçÒþö¯K_ðçgÌû·gÎùßÍša eOù ŸxŽæ»åÞ£ -2û<Ÿ§®…hC"ѳ{3b·ã„Š,2t}T' “¸dŽ/u)>4p1’»œÎ™ àfýÅâåÌ2«ó>0 -Þ3çÎ0ï¾bÜ+ІJRœð)üíINíYÖZB4$mÝ€X¢!^qÒTv᤮<òÈÊ(°:‚`]Ê«M,ºšVÓWœÝ(Ê'´µ]& [²«Ä|c'û2_ÌÊéÓ3äâê´~eúpËÕt%[¯ ùª†ÃPºo#ÐëAƒÅÎÏÍ6{ßòœÌæÅ6ÏÅ?¢žðC#¦Z"Ó” ñ…rZJU%³¡”ÓÆÎ/Õç–w_#\ë¦Z»iy=ݼ´»$S.&g µ“³FšÕ+_´!Ïp”ïÛµ‡7ëÄŽ\›=o„N¦³×Ý­ëñó|Ø>Ö~1uˆ[Ð[«PÓ™œŠln‰ ª&’z(ÄjI9‘-)-KŠòz%DU“OÄßâªóµ¨j êeŸ.ÔÞóm:NïzÝåhòRêfõTæãq¯'£b’åÜhbKic¤0j2[«Ë/‹JHDIaa¹”XÄæ“xÒœÂif^oo6A.ÊÎä©…:ß@ªáŠáz¨Ú·˜¦–[Í·, -­ æ%ûŸ ºšOz¹MȆºÃp½ü¨<7¾‚ÃÆÕÕ2ÒZÊk²„ÄŠÜÞìRF Už^ÖÒŸZv]–¨êÀ]éïL.¨Eÿk(2\5Fë€uhýÞñÍ Ý§vÎÊÏ|ÿÛm—£÷•žgGo¢Cå}¡‰]s¹‚˜2f¶¶ª)™STŸ.ÀÓð\UA?¶ª²[Ó$K vK£)’¾ØÒþ®8ò :_®lY dõ@7ZœCk? -Žmø«ïäÖ#v»žL9™sw¾¥ð – %tô]ÈawG–Є±ôÒv,›ÐœÜ‘Ò˜q=Ž™×üÚÝÈêfuöD0¤×#©rQdÕÍu€¤j(T5”êÃH¸uÞu]7wÓjãï6ÛLÛšŽþìê(÷+ýãšC³ëúË)’(jAWLc† ¡=¾=EÕ–ÛÁ«èŠèhì¼È‹1í7Dö üÅUŠuVi‹\5X ßk-óÐz#=¢ýbÔ|Íô/'ô&flL†»Ø÷Ü?‡nŸô‹fÞ Ì¬ -Rn^ÁÄö]j”$v`$—zËøaRfG˜LÔ*j  ·„òMê@‰öJ(V5P VAó¿4?vkÎ Ô|òàз“Ï,õF^Øï—þádÃêîËšFERïû¥‘ïúsƃ(¸ÑкHe8û¼"®%D™Ý|»¤9øN='hLÐ8®d Ž6HªWJU %z« N_x»V.H÷¬˜™4Xq÷w­‘y«­²y»„³Öœ.^ô?Ü1¥3çp„§(BÊcßÒ¨GhjèÃFà£h¦ÿtF=úI1ý˵ºå]ó›¬õ}0IóŸªVʵ5€¢§ ìíŸ:·#/•ºÈ½½ŠySmÙ‚ÅáÂiÎíNÕ¾vð(ÿsqÎ-6ã•gzÜ,*ó§9èÏà -ôlÔU¿ÙTŠï+b…ï«ÊrŸ9V™÷\g)jþ§¯gwÉêeµÐ7i@ÛFä‘ü[dêî·ˆbî; Ù{Óµ¢¿ësþ¶2¡°¶*o{–øÎùÎ)»è±è™²èƒG/|Âó|°yÞ Ùy¨·$ê-5×k±9çÜ¢ä²ç;^¨Z½× Ó]Èä°&¢|¸ -‘½ß£)Z6YÏY>¢O_>~ lÙâqùä™ÌåÓç–ì#–1!Ë®Ñè%¯ŸÏè$Ô§ó¸sŸ.áöàc§:Hv²²—:÷ø¢”#Hÿ8‚Ÿ H¬[I=-2ìÐ̓m)°gw íƒfþpð -ÌN¹Á1[g°°wk{°w´g§Óàád ÞN§Àßé$„:YA„£%`, U­Û‘+äöëüê…à¸s:÷¦)%¥Å’J$BBQZÜÒS·Å>‹™1˜3f1‹f˜ “u2#ƒÉX"#†ÛÕ"ÅÍ-*=I=‰Š.O7]•ûy¾·ÓÏÓ?ðüðúùó>çs>?|!óß(`îœ 02‚© –-‹‹UXeV›ú-?ÁF×½°yÛ.pÙ¾Ü=½ÁËË|¼·ƒŸ÷6ð÷v‡o7øÙÛ‚¼¶ÊËpžßs½ÍÀ ±ÇÀ â)2ÜÀ  æ$ÁC:Ì5Ž‚f(0Yq–¬ óuûaÕÆÝ`í°ì6{‚½“8:»ƒ³³¸¹lgðvÙ¾.Nàçâþ.pÈyù. ÏêòE@°±ÔfkÀ»®"òóFú{@²R4.BãCpRg„Aˆ"BÊPzaMˆ„w¢!üPÏ£èÏáã˜a˜ÉÐw˜Ñà)ìÈwü¿á[C·†Hk À:XAÔV; íp„˜ýÛ€xt7à°€Ž „0^„¦c LŽ…°Ò¯Fèp€º‚èÀºèÿà¿ ‡ñÓ¨7„©°1ÂxèÛÈ—Áï"ƒ' úcá<ˆ[nDëå¹i P\l!Þ{rVn{ØH¨ ƒËÆZLTPEÑ€®@ÔÅüi&ÍbÚH³Ø;¤ÏØ~ò4fˆ2‰~M ¡…ŽRŸ…LûCß‘ô&Ò4D! 1WÍÙ˜^µg+0ÿå´°ƒ@Ž‚H"„1³ØLʬ"ö3¶,î¶&~ÛDû+âýcD}:¢/a;ÀE1Ã^1ûCG½áoã„OÄêƒ4ÍÜb¬–uƒ%0××s=ðüœ°ƒ=2h–LÃ&ò)3ø“ô¸|ætD1뮊ýWŸøw™ó_\w -×ËÃ>㢒ž„ -„sn£Ç]èñ}€edtsc Y™mý -ànY Âíë e·¤ôa ÿ,8C§¦É‰qï‰bö!‹ÿ^)x‡/KžÀצ¼Å_ãÛÄ£øž´!lŸ¤/üÙÉÔ€¸ óRp;ÌixÃÖØHCÒ@^kL; 8Y‚ØÃ$»áäí³’ûfR°'>pÉ„©&m‚,àÓÅ#„ü“Äbé+|Uæ¾A6ˆkÉz»ý$âßÙw1³:±O¥m¸ÔüKÁü+¾>h4ËŒ²vpìÌAä´Ò=¬ Ó×NýäþéÔ±=ÒÑÇ&EÑøq.>Lã -‡Hbés¢,ç)A‘ÿ„P&Y+Dl–÷Fÿ.¿õP~ÿPÞJxœu™øTúKÔ€¸1j0Eà,ø§a!Ä­Y -IvË@²ÙdÛÖ@Žï†/yþ®ÓùGwOe‡ÿ<žAĽÅÒY)}qIÙc$§ïEç*ïD«”Ý1UÊ.²Ny‹r]ÙAéQ^îQ^Œ~(×ÅôeiIÏÒkIÏÓôùÚÀDè«Í yH7›CζU ÷±›Qìwy_xÄgBzx8—€}!¥Ðú’RzØÜ¬[ñ"ÅMjfQµ@u=ö¬ª5®Vu-þ’ê*­KÕD½£ª£ôÖP{ó+cŸÈ*bû3ô.ÒÀB˜«–€xÝ9.…|÷•+}l¦Uû&Kï-94¤ÀaúsHñ÷OÒ„·„lÙ ¶@q•.)n¦å¨/Ò‹ÔMô*ucB£ZÇhW×ÒºÕq·‹Ëâï+JirJh}Yúoþ\`/]‰–‹!Íֲ͠ÀÝâ‹j§ÕŸê}å‡<_k‚HøÔ¸–¦n»òÃ7óõŽ5Så{íǪ<†Îú?Ñ ÃzTQÔ9•ß"Kþ’Æ9­ -Jªx’r '·ò,WU¥æUW•ð~­Rñ:*嬎Ê|Vwi.«G™Ãº_ ð¿5ð-A†­ œv0…b·¥5Þ–œÛ³~D{Ðu@{|ï£s¨nu$ùF!…ÛœGO¿ cË«Òø%¥É¢Š3I™ÕÊ$EM ¼F.ÐÕä Ûk29¿!:5RΕ”s¯PŸ¯ ¤Ahi§lAá`j×%ª¼V¼ÕúÙ¾Òp~ÚpÔï~mXPG>¦¥„”بŒ—Ôä1óÎÊ8ÅÊ4aE^Šä|VržV–\ªÍHÑj¥¢­8é†VÄï¨ñ»KE¼ÛÅú@Ò¼kf)–Æm³Îl2žÕl5}_ãe>Ö°{í`³¿ãã‹GvÝ® l«‰ˆnÖD³ëJbS+” ¹ª<¶*/“_!•ˆjSSeõ¢ÔÂúäÔªzAÚ¯õ\QëNr{ WØ©á -»Ôú€àkÃ[A®Í(¶7úTéb2Y·Ýl䢯åókûì^>ìÛÙt¼¥Cl¬&2«5d±º„–] dž‘åqÊE2–›.ѱÓó™Ò2#C§£¥_kˆOk«¥‹¯ ‹;5ú ?iX.¹Í|PÛÏÿ«ÆÙh¢ÑÃôU‹Ïòþßü6Üm=´³ýÒ‰£Í(B]>¡¼:&¥¨"öTN)½Pr†¥áɹµ´‘Žš“ÝHÉ-Õ‘ó.4r[ëcNµÕ’2:*ÉÒÎr}@høð‘éÊù °6ÍFÃ?ëœæ^r_øâ¦÷âG]¾v·nô¾ÖzìÌ×é?Ô{Çñ¯8’º\JW'´(DFÈ „qìŒa³o˜aŒ%B¡Ó‘6-ZNRZHqÔ±¤sJ‹:Õ…tuU.©äªT§¥ÍVyŸß?pÍíëÆóöûõøÜø>_ví%±¢â\TjÉ煮ýÕ ;óN&Ì)K+M?šY•xdÃoê#»+:zZU|ºFu´ñTÌÁ¦ÊØ‚—Çæß*Ó¨†l#}ì6ÕCÑ݉ -+ݾZ[Ý®zG½ŽVºÁÝV†ùõ;®uÿ - 9U/ˆ,ûC–rð¢â§Ýµª›O'ìϪJ.Iú5ýdì‰ì*åÉ]UŠ_‹+5Ñ• '£Êo–G•Ü9]Ü\¢ 6Q 9TC¾‰.Ž›é|­±Ð~ÙJûÏ;ÖÚmm§Ýjw3»úÀÏåLKóä-®´¨I”´·^¶vë•è­ëêbóSÎÅÅžM)‹:»®<²6ïù¹¢2ùùS¥² õÇ¥gšK¤UwH+Zi‚Íz:Øb¤‡Bcœ˜3i°v®VW“ yÔ1“4ÿi?¥áùŠ9ç;|+Û™þ%÷9‚žzûmaFöMɦԦÈݪe¡¼>©HR¿¶Xܰ½HÜxøˆ¨©ú°èÆ? ï -/µí^x˜¯ r©†¼ß¡xÖ$TÏ"ﮇwõHs§©Vc·ãÔ‹Ýî¦5Þv¥/¼Õ ´™ùR D»Ñåç ÛB™?xI!à® CDn¸ù\ðŠyààšrA=å6BØÎ¾æ -?ñ‡„ƒ‚>ÁÁ;þ° ‹?Ê£pÿÄÿ}*¢©¹ ¤‹çAé°*×ÅPù8Bâ¹Äâx6k¨½MBð÷ˆ!8,ž”I&„Õ’oÂsÒqÑ5é˜è¦tTÜ&¿’}”õŠúäo…‘¯ŸeÏ…#¢g Á`*”³§CD5D[ÍÚÞ IË­äí€x–b…ÔË4M8!Z/åEމD‹W(FÄg”Ã’ËÊ!ɘ/’û1Ò±Ÿ$ïToDU/„½ªÑ â¡xX®  ôC5ˆÍ¡²4A²Ý<¤-³@š—R™Ë±’ï‹8g\‘,ù*ÿQ1,ÍU}‘ìUJ‹â¤å ýÒšÄ>é…Ä^YCÒ'ÙÝ•dÏ“»¥oRž‰zR‰?%Þ—Ä5ˆ”š ‰jˆ¥"ÌF¢…1Ò—ÌA–ËB¬õ¤!+Èk"¼GWE²‡â¥ƒÊ U_䯤Oò«>È -SßËŽ¥÷È*W¿•]óFv5£[v;³SÖ‘õTüúÇ6éیهÔ[òÞ•M‘êë`åßô¡šmåüYH1ÿY¶&Èvž†5rècëÃ~Ê’…ö§ÆI?&¤©{bÖ¥uGåþÅçœÆC7ÿ»ï£¬Š§ž¨í®}lçfµ¶C…°È‘sŒqŒ1†¹cs`fÌ`f3r5µ³U‰M­£ØzPv?=Km»û{|ö}óâûþ‹{É%ÍGˆ3g#ää™ð¦ìéˆ6ÊTde6AxIŒ\Èì…½ÁõD-c:£W“µ( ¿Õ vØìn[ux+ ßhgöü•Ñi=ßçÌo9!ž+ÄØÐ_0(ä<—1 §dOÀ˜yã°ÚX””6­¤ÀoÒÇôÐ41#´ø ínôµ¾¥ŽyWÅ.c´(s€Ü8$l·ø]6 ç- ·,—] ÝŽ¼/òr^a»ÿB¾6GLD>Gcð£H"U›ÇŠe³b…¬þ89뢉ÕßÁº‡`õ 'Yê¸i† -1GmŽ_ÈjˆƒÓ¤l¶Z”ýf¹k ´ǶýÍùvçïÂÁUþ•So¸AçY°ÀçÔxÄ1˜Š£ö&e³zì; |NW‚„Ó‘¨ä´'Ýâ´%ßãÜFsš&Ø ‰ÓôºÄ9ªIþcñ›âäæ× ßÙÍ´\Ü=vÝç›Áškž=•°pµ‘ÔÌO&Öaò%ôŒâRj¦ˆCέ,Èb˘Yâjz–²:Ÿ¬–å‘d9¤a)…øD@!Œs)„gŸÒLAÊÆlg -L€`ŸÉǪ#fï”'¬š]l§nžw|Òâ}ª¯>È£Kª’Æ&Ö ñU|tž°ËáÐ "zn¶ŒJa(²)¥5Y9òšÌU ‘ú@#Tã³4åøÌ§%Ú¬©@ÛZ€œm¦€³Óˆ÷­)›,73›¿ålýL}Öaøæ•w›.«•áךåpd™Q!BQù%6“!¤0I2<-·6=£L£IëRó›êÐôžZT^¿"…:,ESFÊ>¤o06æ o›1àýÛH¿4|¯Ô9g -©÷(_³–.:ïä/¸:1_^øž<{Ù'í…g8bÊ;!|Ò7-`2˜à7 'ý0•JüašBðyÁÅ{ÏÈpÞs73¼æ‡Ò¯Ì.¦y-¡µ4=Ýß…:ÐÏJzt[êíÕ…:G  +¶:ÊwûŒ¤«N6üw'˜o¿"¯|ç‚]>ëŽ\r» -[r þ¯OœßR`¢Ï,Ék99éÊ -)ñÊ[V‚ç;1Òsµá±Úçþëxìå•¥m‚¦dô¸‚të@CºPë„T÷»®ä×&¼‡¾`¬;í$¯Ÿ8Œ]?} -¹ær.rÍÕ3hí‚¿ïšG°×º_˜Çzh¸û‡¸ðË1a—>RB/ýÁ¹ø‡ôÚÅOÍÁnŸ~ -rûs:ÀíÏŸ5+‚ ‘êkƒ ®>èÿ|×YTÓWÇñ?sÆÎD@D@ €„}°C²²' l°„,A NDQqߩ˸T´Ct,V«Â¸¶p¬ë¡ZZwQDE@í7ÿ3ïñáóxÏýÞíáÿ¾cF{õÑ û¿n‹y(¶uðq®B€wB‚³%AT<1t’Xt°8Ip¡HK€Š*NV²ã°‘‹}©±8ÁŒÁez :Lºw„ nœ&ˆ‹— ¢­› ŽõÄÞ_™m†õ #Ìkál£…»“ -^Y úŠ’†&"¢“@‹Gb| Rã£ÁOˆ‚<>yñ([Œ¯cÃaŒ ÃVZþ†Ã&ýÜJ—.Ä™›ñí]‚Øó;A4 ›™­ÆÌË1Ç\;ë8:dÀÅUwO6¼¨) Ä#0˜†°Ð(D…/F\x(R‡€ax 2ÃüQæM¨/–‡P±&˜Š“:È38{• Z~%ˆ}¿ÄÆÇa!þ² f3Jñ7ó\̲’aŽs˜ppMÄܼ"áéj0|êç‡H?*bü¼‘äç–/|_wȨnPú¸¢dÑ—´wÄÉ.‚øæ>¹þ^‚Xõœ ªÉ†b3²AÌÃl63lSð÷y±°pŠ„µs(ìa¾›?\Ü©ððXoŠ|)QÜNqÅŠ3â< Åc>ØäNàö%ÙÌFÚ|;${‘Cü‚B3š -:#É¢$æE#±’†¤U¤ 4$ï¢!å ô–h0ÚHç¢Áì$u/AjéÙ°H#Q`OFM³5ÅAÔç/ ,Á›?÷ÿ _W°‚)`-¡"5%tA’•ä¼±H^‹”ÆXÐwÆ‚q Ìã¤Säul'uÄ€õ é 짤·4pFhÓœIÚ$´qÒ§/€œlH'R<€íã^ ;Ò£|–vz$˜Y1`”%€Q›fC"R·%‚ÕœöQRk"8ÿ!]L÷&énÒ'L§õ'Lò†Æy“ c<$ ‘>¤#ÞdX[‚ï8 O'ð¼!òwƒ$¢Ä@¤s#ÁÍŒKvM -Øÿ ƒ³™î^¸‡éH;I:Mïé}:ý6}2ýÆ8ÿ c”?ÌáO2ù` ð‘òF€$Sim£-Øäõy9AîçŠÌŞȈ€˜,<9Wu*Ò lð6pÀÛÉ™N?È™J?ΙäŸâLðÏqÆÿå|Ü⎠-çŽ_s? -‡ÒÞ 'ÒÞ§¸/E`=i -²æX@H6ðÜ!£ÌGޝ3òÂ=ç‡ìÔpÈÅqç1!¨àN êÒ'kŸ[cÂfá¨ð¨ð“ð_ÂÑYѰè²hHÔ%?¿÷IÞŠ‡$/Åc’§’ A¯tš÷P -®)È&͹ÎC6ùTTT'¨CBã#¹‚Ø)E6s\VÊ•ÔHFÄ«åC⦌AñîÌâC™ï%-Šw’¶¬É…¬~Éì7ÒžœWÒWʧ’Ae¯ì“¢GþY~W>%¾•)ȱš‰ƒ dÎvÈ_h‡2hC\ ö‚&%hª”G+Ìdå ?dTeÈV(û¥ëò^K·¼’6¾”U=—¶=“¶?•^Q?–Þ+镾(í‘¿/º“1œß•9–sC1‘y5kJf -”dƒ”lÈr²…ÚÕU‹ì¡ vBÍ÷éš$ÿ±¥Ü¨} (_ø:·<ç…b¹êIÆêÒ?åË{e»*Éj“ŸÐödœÑ>ÈìÐÞWÜÖÞQ<Õv+4׳Õ9Ã…sFsÏ+?g›‚ÜÙ³ Ÿg\Gh\­Qãm‹º ¬Œr_™è3´‚>°\’ôªRÉ¢.Q>Ê­*} ¨«¾«hXv[±Ew+kŸ®;ûˆ®+»U÷sκ›Ê›ºëÊGºNåëe?å¾Õ¶ç}(=“7¤jËÉ7y–æÈ Tóæ ÚÅ -u^Ö¨´›6F:}ZïùnMjpŸA÷¤6›÷°J•sG­)ëίYv3×ðõ5åzý•Üúμú޼ý¥ü3ú‹ú …÷ôíÏõ§ útß¾­…GÝnäïÚüln6†zOVGGŽ”Æ§ô¦ätæQ™­´ÜÊÆLfmµ¦¾†Ú^_9P_™É©¯È¼S_J]­-ÎØ(g¦o1é?åó‚gÅE1NzfËŠ`É!!¬Süܦ%ôsYôùÀq‰'ƒ”ƒ÷û\H·:ÏP¦ZC¼Æ¢Â«â’ºK“²[‹ÒutZUeö…†RZyS1­¹™Aëm.Êk.Ⱦ՜O[n¢g=©¦g>+Í£nñ‚qÜ ñRâ˜++Œå±Q™¸Ó¡I|ÛThsØHôñ°¥üâ ³îL¯·%§#È}¤52´¯ál»:1«¡4µ¨¢ˆZÅÈÏmÌÏc¶æåÖ²rò:Y´¼aV&ý+#ï!+#w¥žš³^‘Aû±„<'.‚I’b˜/#„U°õ0ÿ‡5þWCZc$¡‡£û†µ§¼ÌÇ.¸v„w³bϵ4ÆS«k’ ŠËÓ*ó˜YMÔ mç *Ø),vrá ;±ð?í EÚ -–›ó¨N¤o”ó‚çÄD0UB eˆX+ÏÿW»á×þÃ|Ï/«ð­q´‰Kf²³£öG8æ#~Î}½¡í]QgëÛâÒ˸Ó/Ô¥–S+3KsÛãJJ:bK›:bÊúÙÑeœö¨ò{mÑ%ËMÑÌµš˜¢§¼`<7Cº¸0K `Ã>—.y¾w—öóIYx4¥)pûš‰ôôä)õ±1·ãƒ#g:‡‚|›û#¢«zbRìsyÙ­É%)iu±uÙ­µÌ¶ðºÆ¶ðú¾Ö°†É–І¥¦Ðº•ú°ªõª°Š2^0QT³Ä±|/[d`§W -6¿ÕiaXšQ#ÌÞ4–äL[« _u6º8qúkÔß»v8$¢d02‰Þ›ÖψëL©oÏjig4³‚;zëƒ:'jƒ:ïÖ²×+ƒZž•6n2yÁ$n†9‘8Wè;žÎ83^Àð™¨+ô™ì)ðæ\É?ÍY¤Ÿæ¼Ìõ}Mó~›É f±LïgVî_!ÀÂM>¸~WÆW$áë5M¡žc¹–e+Íê‡ö'÷\ì³=|’o{GDÏû&Χû|M;=—ší5—Oó¼U“å9ßMõX¸’á~{1Ý}áešûì¯)Ó¿%ñ‚¹|ü_jÖ»ܾÆ7æù`ü{"\ÚÜ ½ÿ=Bdmî­Ù4SfnXä¬ÛQRלÜbV\ƒ{F{/ûÅ{,G$¹=NNr[¡'º®V%¸¬uÅ»ü0ç¼¾xÖéÉ‹Xç•ÑÎv"yÁb€ÍV€G_ܘ™˜\"À¥U"\|#ÏÇz¯)\óŽ,Í|k|8ç)õµ¥Yì+ûà—öž>/\Ü_x‡º¼ s~æôšêøº$ÄñMk°ÃÛ¡@ûw×ì߯øÛ½ûÝÏîåg_^~©Xí¸{`v -€s›Û? ûG"´nËóW降2·udr¶ÉJ©éÄ|41þ`néýbïöÑÞÕ飻‡ý¶¿—Ýv¤×©OÛ?è¶T¹Ù|êpµùtÙÅúó¬3å˺#åË/<=eܘã\›¾нÐü»0Tý%'P´«(–½«.“²«­³KÒ Ú5ÐóÞ5>îºkfî°K¡Øþí`CA[K °=‰Q¶˜jcŽtŠVY™!ÛÒ ¿>iŠ3¦øÀœ—‡}óW¦n\¾ Ðó i |G¯%‰™¸_<¤£På` j¨œF-ÔÓ³C#C -š[ Õ S´79n&ÆÜ‚v ÃOaÂq¤ÓÇb#26’±Ç€Œ#ú¼,ppûƒÑïz¿çîPº@ÿ„tŒG ñp”‘òGùý¨ è„*ª6¨¡yu´M¬kŒÆ$C4'‘ÑZ„Ž$]ô$épËšFéÁd ¤i«#SK kŽðrã*À•[ýÜ´¬”=È}ú±‚!( vE$]QBÖ¥Xâ>S6×?G{À¯X!ÈÜ–CˆïZÀ…mlì&àyB@†h¼[ᵞ€kðüAD;‚N¢'ƒ.£'ƒï ?E…¼C„|A Cý%6 †‚;ÂM Z›iÀ.±ƒP¤ƒ´zD ´y5„…¸B0 x¶à¤Àçb ¨3\ƒù\ùÒŒ™9‚'ÇŒÎcFCoaFBc†C»1_Â1ac¾ýá°ù#¼ûHàùþ€„4.˜Á¿Ù!ÚÊ뺢½WB$ÞˆOMô$ˆ&Yc¡E£¡:Ü÷°:Ü·°}¸áðVÜPxîkøÜâuü ñ¾Ÿø6èq ¨—4†ï‰l7ü_Sóê€lex¤!|á< 9Ø@¼Ó|`º8@¢çr``FDOPâüFHü a¢œð•¨$–…}&m ï'í ÿDj!~$%ö‘ÿ ½'_!õ’ï“»Éo"Þ?G¼Š AÂS*=¢AàC`õ -Òd?(vÖŒ4g… ðí^ -ÿ5ãÌP÷oq1~ƒ4vHdù%;²7¢ˆÚ¡£uSꢻ(û¢ßPZc^Q~}I¹@ÿ'ò.ýYä+úã¨þØGÑ£Ôû1q'ÂoÆáF,„è‘–f@°› Ñó-¬”ÔåÖ¶Þ$b_§aAÈÆÏ*¦/!‘Ð+ˆzM•Ó_Då%<‹,a>‰ªa>¦Ö³þKma=¤c=ˆ>Íú;ú&ënÌ3Öíè¬[ôÆ5ÆÏèK ˆ:ÇòYô(KS ÚZ¹{S•&]fеsAéf?¢Øì8 ǯŸFñêâ3‚Ÿ³8´Çô4惘,ν˜î_1¼Û±;x·bx7è­¼ëq¼«q—xWx=¼ó ÃìÓ‰£ '˜ôæ$ AÕ¨HC¤%°»W¼Ðަ Zc1‘‡²ùšçãð!7pUW&Ù㹌Ž{(HŠú‹Ê¼™Î¿Ÿ›z9^+¼¿Ux>a—ðlÂ~á™Ä£ÂSÌ3¢“Ì̗ۢ¢Î¤”cIÃÉmìæ!öxÜAö] Y˜mž9p¬M@¶ÀTKA³Êt¤ÈÕês±—}O1vÙ ÉõQvŒÿ“r-•—x“–r:)SüK#=Î*“þž´MÖ‘´WÖÎ>$;Æ>.;’|UÖ–üDÖÊù(iá -š¸CœîwÖ^îSˆFèÖfbm -û9 ^2ŠW •n0ë+GÏ{SðÛ“’ðõ÷44ßëÙ ¤ éœø“"!¿ƒŸ.9ÊÍ‘·q‹­\â w§¢…·_ÑÌkWìçŸWîãßW6¤¼Ë¨Où”¶3e µ–?ÄÝÁJÖbÌM ÞÊDVs Ën6.žý£ÔÉp@·Þø]µ‡å‹»‡•akþÜBõ¹¤a„ÊfÇýGžÂ;œ&‘´•Š&A~V£ 4{¯`›ª>µAµ;õ°jgê)Uð¶j‡ðj›ð}ÆÖÔOiºÔA¥`0EˆE˜Æ ±2„Üù³@ë0s´rù¬O5k »jQ&Oë|mîÖV]«ˆô:«#tæ³bÚTùѧ4­¨_¤ÐÍmfé–³ ßv”.šþ­ÚqF_Ý꙯ê] ÕožûgmˆÓ¥jʦ“±AÇ´LÚA —Ý“*®SJ”5éÊgj |#CÈ´˜Åó &«ì¦ ì\4µ«qñÔÿµ¬š~§ÙÓòr#~é©Ý$TûŽhìêøˆ½ìÄ[x‚Êa†6Wš§ÎR«”ê²LeY¹BYW.W(—ež(—fÞFü£•*^çK2º³%òž,}€4¤þÿî5Ÿ%ÖÓ&jl¦~¬·ò²ÙvʃÖ7n2?߸øx#Ñ¥m7Õ¯©–AÚUÃbTWrù¥%‚ôüBqn–:]+ËQUˆUÅ:¡ª¦JÓ¤KÉéÐñroTòsŸ•òU/ ùY]¹üÌ·9ú@¼©ˆgϵ©”[N­µœÒÛh:åi«á”»G§]is7=u(`Q{K˜ó}‘˜={èaÛë˜ôŠmÉÜ"_ª*ªdZI± PYÁÑhªØUUI :Vaû¿l×WXÓYðì;«(E†J!$T#U)ÊÚÇŽ aUlbY,Xб¢8VÚŠeul˨㪠2θ*`¥ ¼sö>¿çù_ýÏ÷œï=oAjîÍüÔÜÛf®¹qfö«ì™Ù­ë AòÈáX:ÄF÷ޤ·†Ñ³£fô¨ÜŒîœçÕVHG\,÷·9u*LPr<ÚgYBXᑤø-ųÒröÎù~ÅîôÕ;¾ß¶}E^r^NAR^AþŒí‡¶'æ—oKÌ¿±5± aSâ¶æõ‰›[³7ý¶Ö¤ ŠÌÁƒ°y(uìLϘУƒè^Å Ö½&ÐÕK¢¡g/øZ«q>X¡Ø}2.8ïÇéSÖ—¦¤®>’¶`QñÜÌÙû2r’Š–mšþœ-ÓŠ -6'ÊMØ[¾1~ïõñûrâ÷´®/ü}eüŽ?2 ÁÜÁƒ±ÖÔ¸w»)5°Þ÷¸Ì˜îŸ1¦›—Œ¨ªÚ’Îן¨RŽ=rEÇ+º¨—åŸÖæ–O\{*qÆÒã)sçM[’R:MBÉ’ì©%ërâJò³cKfÅ––¯Rv}õ”²†US~x³"¶øí’Øï‚…&¦XolôG!ÑÓCDNÑ-Öýª«ˆ~ºþW:u“oZzC>jÿ5 §°6D´¹2ÜwÝåýò‹SãÓÏOOK=—’‘P>{Yì™E™1åY™Ñåy+¢Ï/‹:{fi乺őçE–·gDø0?ê¸aXF&Ý[ˆ^Õ—Ýfݯ–u¯ÿwŸ“wͨôÇøÀÑÈwU6[îh]³o…z¯¸>9hÁµ¨˜™µqI ÕÓgÇTÍJ¬Z˜Q½fAxõ¶ôðšó'מž«¯­›£¯mœ­¯ù˜¦¿Ò™ª¿Ôe²È¨¹€íà ÑÏ'ˆ®] º\Ctæ¶1•Ô›Ñþg–´ë™ËЭOe9OÔŽ™´’Œú`ͬ‡“ô ÷#ã¢ïÅÍ¿—œ¢¿—ž:éþª”°[’Ãî›úïS‰!õuÓ‚ë_&?ür¯/.äç~ƒ¾æ=gwpÿ(ÑsD••Dgo•=0¦}OÍhç+k£­­NCr^y˜g¶Èí3š}³š4ŠiÚèÆ0½¾1**´qzLðË91ÁMË£ƒš7F5ï‰lù1\÷ªR¯mýu’¶¥=, ¹/4  ½dwP˜èÖi–¶ƒóuDÇîílDÍf´¹ÍÚ$»;|E»ë˜m"»™mRç„÷ -qÔ{µ2ì½NÔ¦×iÛbÚSý;2tšŽ5Z͇m~hü>žñóýTç«þü\­þôÉGý©KeÈöng`;¸ðO¢ãwˆŠë‰v<#Êmb”Õ=ÖtYíˆôî˜Ôg›„¡cTØ-´ÇËS×£–izu -u¯Þ[õ-ÎÛ»/Õ[Ñ—áåÕ¿FîÕŸ'“Kä§Å2ÔxÊð\$C³AwËX*ˆ.U³ þ‹èàCvþ¯DˆV15ZŒïÌæÂrD2ļ‚cž}\àᢆLà •»Œ•T Â<<ã. ¡;æ „Èt ×Õ »ÝPÂwÅ'W\5¨Ž½ƒ+W‰N³ ¾OTø˜ÿ‚(³…haÿ ƒÍ1rø˜ÒÃÊ"Æûcç žƒ ®\OˆxîóÜ vrŽÇÇdqŽ\¤r1‘ƒUvÈåØb½-öÚRy‰eð:Ñ,»~!ÚÈvÙD”þš(µ‡L@fQ0Š!ß`„¹ -£-e°'Âx!ì'¸ÀÑ–;.Üí8²ªìl µµ†žÈXVž’mÆ`ÞøÑX>nVTÁ2PÆ2°‡e`ÓØù/‰æÿF”ô–Œb¿‘Éd6ƒ4L )‡Ñ(O˜š 0t,±äÂÜŠ+k;ØXÛ€3Î -¼*œ ¸Ê\çÁû>ÊçŽP¾v„ªƒ; êâöù LìõÁĦ[ CàÇf±äÜñP9ÙÀÇÍ>r.”ÎPDà•(„|¾;¼V -áµQE¼÷ºAyÄÊã®Puê² |®9C}—yê<àÛÊïómç÷úu9uû 8ujàôUÞ  †Í ··‚ÒaüØþ.¶L„ÆýO/„*AÕO¨–3Á'Ïê=ð=ä¿£Ìi!4„ša¿ÿmaŸÿAO@‹ + MðEÛ)ø¤|ÐÁµC—Ž@8‹Ñðb3øÙYAÇrÂrêÉA°º!ücÅÐÌ’B³HM–lÀ³´?`§ô›v¿´W["éÑtë*$]•’ÎÀ›âΠ_ÄŸƒšÄ‚Þ‹Û‚;%ï‚ÄoC ú_(Üß„BhØ J[Kh'X ÌΑNã%²C„’} !Q&)út ”=+•]A”_ƒò•_‚‹”Ÿƒ+?…S~)Wv„^V¶‡Ö)ÛB*ß…5*ß„½S½ëT¶ê-“!o‡´)â?Ù®Ó¯&Ï4 àOXE×VµUucS!l$’ÈKö²!!H!ì"¢ …)¸±X°h]FÜP‡*mupA‘Ñ£ÖŽúÌûäÃïû}îû:Ïy.W`$:þeA»4Æ/_ikAÆ–å Éá¿bwüÃ}¾w«Üÿ6Z6]6c {c{…k -‰k뎻ñ w#â߸G‘¿ã^EÞ‡ý÷uïh<ÜýC`ˆ+0*(F, „„Eó!mù|ÈZ9_ Sv®øÊÜ·î# »í¿dj蛸”ðWxñxí¡q¼ ûo~‚¯ŠþïˆßÄ=&tâzq£qWqãGq#q±wHï±·È_£nRaø?àþë p¯+ðàÂxÍ%%hd/› ÓW@ÁÆ@(رôOÞžUïRn~Í$…<£%GüAæÅ<&*ãFãsˆãͤûÄ2Ò=b-驉t›ÔN&Ÿ!Ý$_"Ý Ü%]¥Œ“¯P§ã‡è_p—;˜\L„®ÀCè ±è.hïE–úAq°?”oø¬Ø4#ÿáÛIqäúq^ÜwcF؃ÄÔØ» bÊ0UM»A5Ò¯Q‹è¿$T0.'Ô3†hÍŒK´NÆ ½—ñý:£Ÿ>ÆèeLÑ.$ýE:Ï„„3LˆëbB¬+8Ì…¬ùs p úÏ_9ª×û}Ôn ˜Ò†,~®_õ›¿åˆ¶w8»ÊâS‡’Iƒ‰Y¬‹‰ù¬¾ÄvOR5ûBR#û\²“}6ù,»›9Äîb>`w2'Ø)§9Ú– -‰'S!ÁƒÎ@™ïÓ|¡ }Þ5+f}ÍYë;mØì7aعàIîþåÿÊÂýí–Šú‹˜‰HçR{9bæ9vfj7+—û#«Ûɶ!§ÙväTJ3âLéDÚ8‘VÎ-¤™3Ž4sgRš¿’‘/4’]¸ó í½¼y>Pµýçãõ¿¼ÕÞÿ9¼Ñç™y‡ÿcó¾ »y1ë®e‘w f$쑤’»øæiDÁu¦éø­iy‚–´bÁ‰´*a·QxŒëåž:kÂzä7a=ïRÇûRÍû”\™þ™î -ŒEï„v-á\o¨^è Ë<>{¼.Zïõ¤d«ÏCëžÀ›fìš!#ñû¾,Fdwf -ñ”,=¹E$Ašø£<½¤W µóʤµ<»´†×"«âwÉ*ù?ËÊù£²rÁQ™`9"øÀ)ábºñóÑ,Ìö…R/¨ ô€¦%î3E+Ü^–®q+ßäy·ì‡€«ÖƒÁæøí猴°Žlᤚ›Ø¨ríR…¸Z¤•WJ›°XU&¬R6©J„ªbáEU‘è^†EüJ^(~+,ͤ¾OuÆøCŽÏ,¨ðó„únмó®df¼b%f´zƒûpeè¼!Û•½VÂÖ.sÂ>g^rlSN*Ý®á§U*%âRY†Ò*ÉÉ´H -Ôf‰MS iÐäKœ“¤Gk” kÒç™éY®äP/žNw’æúA.Ú÷2æx@CæsQ xc T/#öun×kCüª¢¾9W†ßÜa¥în1'E;Lœ„j}:§T+Y2äÊ|…Fc”³reÖìymv¶¼%G'?“£‘_ËÑ(žê4ŠW*µ|Jš){'tRýÐSe6¨T…ê˜A¦ú‡Aš1ddŽé¥/4RÕk¥D9%qÒg£yôô„:·Ï¾`²ÔüZãî;¼Á¦`Ìà±ï|Ï;–tØqZªI»匨ª±Ä’Ê,Èçñõ‘B-Ï’i5F‘&Ï$ÐÉçiLéÚS&®v «5"ºç:D3‘dNÊ]I>>PâáõÞ˜i‹x\îîÛ=Àí&Op¥å[Ðß²}V÷ñ}‹œØµMõÄïkkhá¶Šd‚¥”“h,F­Y “™$:ž!ت×ç§è‹³sëòY§‰ièÏK6Þ7° ϳXú‰LVö¤ÂÈöFóèîþÕèÆKxX·ºƒë-n`À¹œwnõîhÝØÜ|pUCa{¥ƒºÏZ—ˆË¯fÓ²ËÓR•GxA±HÍ)Tè“ÍÙy‰fKÃ\k`¶åÒ-}94ËH6ÃòRÃ8üZÅ0½‘¹Ó<¼`&3ƒöÎGeܳpã8üì §c!ø±s“gÛéЀÆöÈ•5­¸-¥Í¤Ýæc4l®#™¢¶sØâjDV!P&Ûä:zYvv‚Í’•`«ÕQËÛ4”ò>5¥b$“Z1© –NI©Ö·"W xÀ,žXxPÀ0Ú=/£Ý¯í>]Ýþ ýì:÷ãgvú×u…-·ub7ZNBŒm”Hm #Nv‚™„ã LOBk))õY*rƒEErÔ*HŽ6ÑÑ'?:"!:&…$û4T3ƒ¸%ÀíƒÝÁî ;¸Šv¿ŸNp¶€ö/p¢?Sß·Í·¢gÏââóQkMgcvèºâ÷Ë;)1¼ÓôV;“Mk㦓Z%ÂøV0®Í,ˆsÖð ÎÖt¼³Á·¤á“|ëG6áÄ'¦+0`žp¿½A#—Ð\è íǰ_^*¯lò¶íZiÿʬ›•ý1¡üÞ¸ì ä8Ú¹ÿÓ]¦QMŸiÑ©ŠìÙCBBH I,„@a "›"KtêX«­cÇÖ[[;µ­Õjí設N]Šc¥(¸—Í (:V­´*(›ÞygùäI?üÎûáÿáÞó<÷ùŸs‹ŠòªË˲ªç–gV¿1Ëýý{eîšu33jv”ºÔ–¸´¹jz ]Õî}È÷Æà_è hÏÑÔï ¤n/ÝÁBvÐþõeãòɹÉäÃÑØ-±SÞñî]bï.­©÷˜&¡¯SÐû ÖØ¯´l 亃Zš½‡ùªžÏ©þª „,ë dqßxŸWúC^¨àûÎMëdg ¨„©Z©m !*qÀ¦2>N1<ñÄègªtƒs•qCK¢µCï+´Ã_È5ûeš‘£RõH‡D=ÚáFz‡þ“ZB¶ÿ@ȆS„|xž·Ú Yx¹~çó{ø+A¨¯Ü7„ $\3#bE:"40Kb*Q"Gâ*Är,ɰB(ÃZ_…I±Ÿ/A#ÏGè šfð›ã4ƒ' ù¨…ê·Qý«„̹IHÙc2¦/ŒË¯o:ý“Á6ËÔCÈQCÊS!š¯€&L†ø0ZÃDHç áá…¡ŒËÃ<f³ð>‹…µL&¶2¼QC3¸‹Þà¦fB>>GÈÛ­T¿“—oRÚEHþëç€Ï¤$Œó3À7@€`%BBåà0$0E°P°¸ˆ¥Zf(¬Ì ¤3ꇲ_TOÄâ ñxÛ+ßÒØBoàÓ³„¼Cõ_û¿~ ÕÏé%>ÎQ2ÖJ=ăLÔ€LV‚øÉ0Ö_Œ Lâ!0˜MgÃ78Âà©OBtðxÄER AjA6¥ÐŸ`ÖTo –©„ 9í™Qr¢bùˆ4 - q„#Â#BD9}ç ñ¦+à ù„é<ȶp!û‘UÈkØeCqŠ…¨6&¢o1¡¼Ç€ò1åiè3:´§”‘ß±ìÿyˆŽ`A%ã@¥ä#Ú „Â.‚,&1Li‘0æ+_…øùQ0.UbZ-6}9”¸9r0q»ìIÒÙã¤ïeæ£Ò~ËiéCËeé}K—´×úPÚc•tÛÑeƒøN2D·“þ<ÐSzN(,¬Øi>b\J.Ò áH±Ë`͉~j™3l®Œ}bY3`YóȺJõÐö™êWÛFÕýämª{É;•}ö}Ê^û!åÝ”feOJ»êNÊmÕ-ÇCÕO©£Ñ×S¡¸–y§2oÀÀ†‰úHa"ƒˆÜð`x¢˜ÈÕ…Ám‘Œ83”…š‡)/ÅÝKY ëu¼©ûÅñž®;uµ®+u½îvÚfÝÏi;t·Òªô7Òêr6è¯;[ Ο étm#ÚKn¨/ºs>JoÀÈ‚5”ê‡ø#ŸåbaJå!(Ö°G -Ãå¦Eõez´=®²øÛéóL7Ó_O¼îZžx͵*©Óµ&éJÆFsGÆ6s{Æns›»ÚÜê>n¾˜yÞÜ’yÃr&ëפSÙ# ͹04åB×GS›Íó zpûÿ·o•0§àEfËüŸÎŽ íŸ•Àë-±Ko䨯ç•$tfWXÛ³Ø[³–¦\ÈZáhÉþÈq6{ãLÎ&Ç©œíŽ“9UަÜZGcnsj}î•ÔãywGóm‡§Á|¨¦ºé0ÖNGüó 14.ª_0Õ/2&áüI˜'™òdž2à^¥y§Â&üWyft{Étãù‚rûÏ\g³gQF£gYF½g¥ûDþÇîcùëÝG¦mqž¶Ó]7m¿»¶àxæ‚K™Õw2÷8÷ÁñÏb$ï-…¥ªæç5$Ù~SPê7/‡LÀ+ÜñÏ^O|øšbr÷¸Àë²p~œ›!m™=Mß4s†ýDqEÆ‘Âù9u…Kr.Ï«)\•W]¸Æó]Ñ—ž}E_{öWyªŠë<ÿf»Lƒš<×0ü„U§Øê¸kQ¤j8¨ˆ ì‹,@Y + Y ö% {-,‚ ›€ XW{*¶p*ˆôœjG´Î+ˆÀè±¾çíô_Ú×ïk¾ç¾¿o¾»›ú/ÒyêÓ°Nú\p{ÔÇ“ç˜È·‰<[™ÈÃäñ…"YZ –å2$^m†7˜~PY›ý–²sÙó”–’]V'øÙ|/ uâSÝ®±Ù—¢D¤>F¹‡žÑM×Dœgè":úÈvFcd[TgdkÔ7‘ÍQÑMѨÌ×äö‡ -¬ç ÿ:ò3ù¬ú Q–¯@< 3÷¹ R­3^Lßbü*ËÆäIö^óÉLçU#)>Öß*ˆ®É"\ûc£ý»ñot[ÙÆJ¢7³2M¬ü¨FVYÔÖé¨zvkÔiv_t-{(ºš=]ÅyŨâ-Qô1ˆTÁCÁ˜ C?Ί·Vì -S”he„R׿²×¦5[ swiœ>»“åµe05Øî’’ìÜÇð='æ’š"Ú™˜øèÓ¼v WÍ©âsô\=§‚w–[Îëæ–ò®sOñîqu¼ŽŽ¿ÀÐ ~(⣰B>"‚--ÃÔ‰—£¤•„™«àµf5<Í_“…¶F#‡Wi=7^Éüº7-Ü©=‰æÝÏ©“ -¨UB)«\ ä•ò3ø%üÐ A$ÜŽ‘)Š7#|H7‡_µfð°Ð~:e£åÛàv™Ãò+%nk{ ýmÛsCs"OÔ¤G”%s(E‰–V.dK’ I†,M’/O‘TÈU’Fy’ä‚\!’'Hþ¯½%Êæc%‹¬DÉÓD6Çï$Á)MsYÆðK>~*1ñrS¸«ß -ƒz{óòã«»Nùmo) -9X—Gq­T3üu¬ðÜ”˜è,¥H’ —*åÉ qêDy\‰BW§È;"ùu…P>¡'üW&ŽŸŠãÞñDq CP¤é2$ãO*#˜Vü\p¿ÌF«ŒáÛÚMpµv¿Yoµëç핾֥Ä}ÕÅdçÒ|šO†IÊÉâ2RÓbù‰*©LªT(b*¾¢PÅST«¸Šs*¶âJKy/‰“ô«œ«|#æ&¾åsçc AtÜ -¤<þcwâÍóc%†k 0xf œ±3éªs¶j©ñÞR§ÚSQv¤¸„ê¥-Œ"¦çrhJ5Ÿ'ÉIcÒâ¬ÔÔäè”ÜdFj¥ŠžÚ’DK»¤¤¦*èé/äô´ß$Œ”·Fò[¾!ˆ ¦H„W™ø€3øïž¡€ËM_@Oónãö&§• «ëvª!9æWF¸e•1“u¬ˆ¸B›Ÿ+bjd 4u²2R­UF¨+Ms"Y3OÖŽÈÉÚ)E3+¤dÏÇP²Þñ A\0ù¤x‚s˜ÔáÝW…wÞ~×ðþìk[ í¶FMç-j[ÝÖ•7ùí(l Ú«ëÈ®©54¿}t˜°œÅ>%àÓtR)¹X%/ÖÄ…é*daºf ©d@Z2*$•L ÂJÞqI…‹,RÁÓ$£¹€Gycøçn6áÝÓÐÙe-¬¡®ûà²Êó.«‹;¼­µçíÒ[Bg)^’z0·ŽI¥×ưÉÕR>©ZZ­„ÔTðCjZxÄšKÜàÚQvpÍ “X½À êÿG#V~¤‚d@˜Â9LŒTÜ> pû{ºšûðöXú½¦ºþ#V¹}î›2z|w)»ƒ¥¤¼vŠ?£N"·rh!-¢èàetP‹SÎlm¦´PZG#N¶ÎPšÂ›)°…òçðXûç îà n´ôcG?@=Þ€å×­@7hk”{ÃÁ"óÚ±µIW=¶Ë.ûí¹t”ÑêIî‹ öF‡ô -ÂNö&†ù÷æüûJCýúšˆ¾}ýÁ¾G}ú^øô,úû\@~ÇtúŸ7ø¡àV îa@7ö7]Ðã VpÇÔw7AÆÝ=æIÃŽ«dß¹lŽù§ÇNÆm_{òPà±à[$ÿ›4ß›<_ï[ñ˜Lo¯¡/¯¡FOÏ¡‹î·GÝ<†^žp¿¹tÜ}¹ºßø+ÜàÇJÜCœÁµó¸‡Øß†ýµ·tw²GA5a “_KìµàM8®aÜwþ2|ÜmwИ½ïXÐaÏ1ÊQ1¶³û¸ô¨Ûý4§÷‹Ÿ˜8sèøDŸ£ëƒ׉—ö.ã‹öÇî¡¿åþ × v \Ä`=ö—b¿f y‚ÒGæ;µÞˆýÌf9ujÏ*ÒÔÁ '§Žlózz|§Û”Ï^×)¢Ý±g4»cÏvÎÏ{ŽNk¾>:£ßå4Ó¾óÈ‹›_~ùÈöÐôÜÇgŸlŸ¡¿0‚¿·p¾éèÂþÆ!ÜìÏÅþ”û²Ÿb^™óÍ“È7›W„ÌÚXùÏî^ë1»³Ëì!k§Y›CsÞ;þñ–¸Ãažfc?/Ø~ðrÛw¹Öûª·î[8¿eßâÐf»¥‡›ì–æ6Ú-.l0ä6îÀÕüàþ5ãç×äaêþÿpŸÐçŒ áWšÿŸí:jòÌâþ"È–}#!‹„E($ˆ!€ ["ÈÑHDq_jUZ«¨µR9*ÚŠŠ•ZÜ;(­¨U;j]Úºëè`U´(£Ã€²üç™sf¾ ~çùôœÿ½Ï{ß·Ÿå•:  %HâTÜ1ƒaÍ`´pâD¡H«a#O¨B©@|9Vrƒ°™#ö-,)®Hqë='È?p¤…Ìɯ%ýW‘üOÿŸŸ¢ -Ú)*»›rÍÀ0÷ñð1þ¾±àøk d†CÆ -ÁHŽ -á²rÏÃÈÀÊæ¡˜ÅÁ f*LTù3PKg ‘ÆÀ÷4¥¨F2ÿÛIþ:’¿ŒäÏ#ï_JúÏ'ù–geê¥\@¹kAyFÃÝ;^~Á Ó`ùË `H e - drÆd"šAC<Ã&OdÓÝa§¹b¦…%¾ÖøP¨zϾ“dÏRÔz’¿œäÏÿ_~ÞcŠ2wPTÒKÊ%®r‹&5„“‚AyÉAùÂÕW?.¼i,0H?\š/„4OÈhÃL£IrãH®‘ädÞœ^¦½r bA„<˜iB­|£<1YpÁûœ þz[ ¨€ð[&„ûý•ñ ˆ¢Cr•ŽÀ4HŸûAú/¢ÏRøHáÓOô}¤©‚ÙuU*a|Hc„LAbAlBWýR_òB?7¤#¡BýİJýGbµº=q³úQbúaRƒúïIûÔ÷“šÕ÷’TßM¾r+ùAÈoã;Õ×½ÁWLP]6Aq)ò‹) -z²÷šè~Èdû"G쇥?lìžL¨+ݨè0e…>6–Œz4~Fäã¢È»Æå‘·M_DÞ4mˆü=¥6ò·”zÍõ”½šk©‡5WR[5¿¤^ˆº”v;êBZGÔ¹ôžˆ³?mFh›êS2¹C †¼AÉ·øx#å…b¡ì -ß·%aþ]1Üg6ƒôa¦E}Çœ¯ù=Ý9æzúÜØ+éKc/gTj/fTi6×hÏ›·iÏ™wkÏZštg,ͺ6K›îÔ„kº“ǵf¾‰ýÞ:8º% QDzy4£†ÂXò©dç´y€é'ße²oÊÔ>¥QŒ‡“ôü[…éŠk95³ìºóÖòø³Öú6ë' ?ZW'œ´®K8‘µ9¡5«.áû¬=†–ìC†£Ù­†æì¿¾Ë¾ŸxÈöJ0§oì\h÷å#¦)£‡B Ù÷ -¼H¾¿;fp†½›-vôhŸ9ÊçNy<óª3UzÁžqº 0îdn©áxÎìäc9›s>3~—³Æt8g½éPîÓܦý¹M¦¦Ü£)É;›²7ïFÊž¼çƆÂÞÄÝEÐcwC7’|}‘5Ü“<ÝQî熹®Ý ø®ÏJÝî/Tÿu¾Žöó,£¸­,3¬Õ‘§m.™”t¸pzÊ‚yéMK3 *Í{ «Ì{ -kÌ …ÛÍ» ÷Xv¶Ôý`ÙQtÕ²½èóö’îÔmvŒßjGâÖIH -&oLtó@©‡f{» .¤»¼ZÌ¢þ±Dàrs©ÊõòâXß3 “'æXÔÍå91ʼngÚ7“fMØeÿÈZoÿ4k‡}uv½:{›ýëì­öÙ[ìûl_ÛÛ6Û/Újìl5“_O¨q ¦mtÀ´q -Æ…tòò©á˜æîŠyžT÷b/êy…uÿS:uý3¹Ëùec¼~XšÄ=¶(Cyhž-ºqfaÂîiŽ´Îé™Û¦Ìµmq,Îùʱ\n°Q¬wÖì©ñ2ê¨ô·j) Ýv¤8Ò­º Ö¯ì@ÿPNZŒ,3#)Wz05KZ"ÊÖŠÓ¥-b±ô´8M:$J'Ä©OSE™ÿNe.D‹¤ï#—Cy¤›…9ê|SÔ;ïWRçª;Bç¾l´^uîèVwƒ‡~kÝ>‹Æª­uåû]—Dû%„ÈòS¢³H’%99¢Ôì¢ôäìJibv£4!»[—s!=6çÛôØÜ'¢ø¼×I ¹oã²¢–ó¿<¦<ÉxXF3¨¥ÞIþ¯›†Ž³a ÅR±ç¸#³£É]ïøÑ½f õÁöU5áÎòŠ(¯‚²¸ œâ$¸(-)© C'“I£eeQ²#‚üNiDþéûóÇųi‘¯’ùoã²…èåPßdý>Ì€z×Mòœ ÎÑÊ„³íN¶9¨¶~êÆ9vÜgmmc Mù¾ã¡úH÷51þÒÊ„ý)åÂøyzjDÉIxI©$¬¤A&ïñ僩¡ò1ahéL2¿t>>L¾Vü^°L¢=äüDY¼÷a4ê^©ÿõv®†î“¦Ð~r³rsçNv}»·qE«¿UqKˆƒ¬i¿KæÑ(ßÔ†øÐ¸ºä¨ˆI"¿:/%¤ZžRÓ\Ó‘T3˜T;X;T3/®YÜ\…aËÁ4€_h?VLÒnÒûw vSï: Ð~FŽŸÙ¤ÔpšÇª:å®/?黡 3Ð>»ï$jôL8 hN -ç7‰£‚óbå1M QM‚€æÁÿæñð}Í3aþMó!þ‹AþÇ0p9o2~.øþà š®Òû_ÚÆÛ=Úï¸{tl»Û謃ëðk×ËK.C¸‚‡”ƒÛt׺.“€üÝÔA›Gª©§þ9©’»ú ¼ûÑêø;[X‘“<Ý S¿ ¯¼oï³q¿Í·w›ˆµwØ»LäÛ횬²Ù5ybÓÎ;ç6:ß¹iåtç±¥ÓÄkKÞ­%+Þ·¸‚ïèÇ(#´ÿóäï¹ ðé€úëÔ?©‡æM¤ý ±TA0­¯6m¡8m§á;µë1µËÐeÊk­ótÀ:§éÈõ;~NYÇ›É]Ë›)5uœm4Þ>{ÚhÛã+†O|<óÂpËô‚Ñæ)4^Î7t‡W(ÿÉßKþÏhöGnÒ¾8H~ñqª ÁsœU~sƪ^sæ,—9kís[u·ýꤿõWƒÍ¿ùÚÿ3ÂÀîy²¾íóÜ56/Êu7½hæZ¿ìåXÏßÐÙ8?£mõò%Ûòùâ -®Q‡úÉßEþcc‡oÈîHîÄ“?l à7EŸ·êJîo¹ª;ߪo·^sË;KmÛ;ŽõÂv®åï®\óß}8fïC9ëãuÖ.f²M–äZ&KšÆK=F8Ê2Äê†ø÷|ÕOw@ûï&3ù+ÉŸÿùÿùgüžx¾—¥UJú?ÀЍκ࡯TC “p@·5ª»xø›~£D‘>Sx¤YJ†é{Êz“7nÆÿqo0šöh%¾òè ¾ôì"Lyö~ó ¼ð:†¾ú,þÙêqü“Õ÷ñ¨/ñ¨sø{ÔEü5€ŸX†·‘[Ë€ú~ª­­šjª !Ö8tÁõ¥›ÌÒÂÌßPȯ©bòïkòÌ_ÐJÍžÒjIOè›H¿zo%=òÞeú‹wéŸC¤û>GH÷|FH“¾WIw|'ÍnùþnvÝoŽ4î¦×üÁä*2æÆ?..úº@ÓBõÕÔ!BO bŒÕ!ÆRké€ûÀð"¼ 4{á³òß~|Ë_ü3-ïXNTXÞ ¨·¼Øbu+p»Õ¿‚öX]êµú9hÐz<ø¸õµà ÖWƒoZ_ ~js1äõùÐ˳¡°r”ä˜/žºÚà‡ê‡£k“­« \‚2$š«Îql5_ǹé=cú= ´¸ËàÚÜ -•Ø]ͳg;üĨr kt¼Öêx9l‡ãÅðnÇóá}Žç‡΄8F\sú!â¡óɈiÇã‘_ì2Áö{&Ø GƒõÐ2@ÓÔ„%UˆUVž–" æE¦Š3B+åçÉN¸t½Ûl†Ù?cX¶cQ|çKÌtÊyæZ·3ÌR÷‘¨÷¢šÜOEmq?Ýéq<ºÇãhôaï£{ G_òйã93åq8ö#¥Ÿ.}lp:ÈÄ~)ðUÓ€”÷8J - BWmš®ülA~*Ý|Å#©Ò„˜ª=.6¹”m{&žK9Í{˦+Xs$®œ6ÄÚ@û;«™6Àj§fï¡÷³ÒûØÃôì3ô^ö ïïØO½÷%| îå,zvsÀ½‹ Äu)PQƒhL ø -+ UEn>K›ÉÑÅžäà±É+ùŸ³<5.§GELëüx×á$>u›æsˆ“ç×Ç)ò?À©ôßÏiðÿŽÛê¿»# ›ÛÐÅØÍ=¸‹ûSàNî£À‰oý:’è< nç⹄(ª e-‘œÜ—Ll:O{’¯Œ=”©a7×YÈ­uW=›çox"3|å”å|H˜Díˆýz’³‚º“×ïᕆìâÕ„vòšBwð¶…vðö0Úy}Œm¼£Œ-¼Kam¼{a-ÉÓ!-üù€>ø¶€¾Y´¥ \^¸Ø -”uÐ÷£¼…2×½‚ØD26^l†](¦(Ÿ.ðÑ;"c˜ÎŽuÜŸÎ]Ý-MñÛ%J éHÉ kDl”G¶ ê"[-ÌÍ‚ÌfÁ~f“`(j£à\Tƒ`"º^ð2²^ø9´^Aõ"ðGü–&š“ŸÏ@Yeû(sÝ.‘Ãn”*`WÊL°ÑrgÅc¥Þ:ƒ…¡¦ÖFÛuç&xvf&û¶§‰CÚ$™‘Íâüè&QIL£¨:¶AÔW'jÛ Ú˪ °ªE#¬JÑ v…è·ØJñÇÈJ 0*¥Œ-1˜"0¹÷Y¨ë1ì.Ê\7ÊÑ¿v…!/s1V– Ìå íB*šC>Ê[ôիðó({lÔÆ7®’ïoôRë© 0è¬ ·ØVëÔ\š°º¾ˆPµNQ*Keäd'æg¯ççf•§dg53³¶ Ó³z„iYCBiÖE¡$ûAJjÎÛÄ´œ…øôˆEb–Bû(ÿíÂc4‡‰?z°åF iB™«Y Øl%×Ûì¡ÒÕä§×ÑfÖZmßXïYS–äWV"+(”Äå­ËHÌÈ—¥¤æ•ˆÅyµa^›$EÖ%áË%ɲsbžlRÄÏŸá Ö~å¤ä ‰[ -í£ÜL6†=,ư›¨WQýsͨ­(sµ©b}[,°}[(J­>:[›CM6mŒ²©«g¹UÔr½‹*“Cde¢˜Œ’4®¸('…”TP%M,Ø,åî–p -Ä …gDñEw… EÓË›;y]Nê´ÛÓg-ÚºxÎü¬ó“3?ɘ“™½pv殌¤¬ÒôĬÚ4cVÓ|cv[jbV_rbÖðì¤,4&eb»¼½:ßöa ½ y4´û¥ý³®„vŽåeP\æÉ)($Ê+ ×|±?ÚnsQ¼ÇúÂÙ†U{RBïN›™–·È˜œ»<9)çãTcNVjBήrÌ‹Ï=67.·iNÜŽ¶¤¸Ü>c\Îë¸øŒËóå·7Ñ,R­{(ò×ÓþWK;hù!€ý‡•PpØ…µ³Â_°íP¨"ó`¤õ†²YãW—$ê—'¥ïK6oÂe ñë’â -²gì2Î*,-¬‹)lŠ)l‹‰)苊ÉŽŒÉÇéc¹O÷RG6Í"ÍàÅ}”Aí]U•_VÑÞQ-€5v°­Æ‡›Y=Y²¡*Ü|ue”ýÒ#qžI)_¥LI*Oˆ+[:3¶l]TLYVTtٮȨòÒQåµ3ËχG–·O,í ‹<0Y‚!cé¤;áêÛ ¨MTýa€ãG*ŽÑîù5Àë²OiáóS®ìõ'ý…«ë¦(—žˆ°Ê8íœRïxl¶aVMjPTõâÈê5!3ª7‡Ì¨É ž^S4½æØ¤ˆš¦‰ÓjÚ ÓŽö«†Â+ñ¿¸‘EÐ~÷%e@õŸ¬¦ È]z’28M~Úןe`m£-¬lôâ~Ôh/8¢™w&Bglˆr‰iHðŒ¬OÖGÔgø…ׯò›Z¿ÉwjCî„°†bŸÐ†j¯Ð†sž! íîS¾éw>=ât -=Ær5—2 œ£ÞCþڇȽ—Ü9g6Ñ.¸ò"À‡­rÈhµg¥¶zñç´Hã[‚5QÍÓ¬#š£íÚBšç;7/snÙàÔ²ÝqrË>ûI-Uv“Zÿj;±µMø}¿ÎpqÄ6àÚùáïÔƒ ÎPþu”{e=͹wžȼ°–vÑÅ´‹¦\á€Ñ$ƒ8“-;ÚäÆ0ùŠCM“•A¦píDS¬¹¡m®E@Û"ó€ö5Zÿöl_G¾Ú·ã°Jí/Ê ×ÿ¥ðiïUx›^©<F5¡y—ïiiöþLþjò—6RÎl¡Ú?ùÀÒRÿ `lˆ¼Í…ˆ{*Vh— wR—³Ð¿Ë[¢ï6ȼ»Ãäž÷£å=säî=‹dnÖJÝl•¸>,»<ª¹<ú–qê½Å8>ÚßGf,çþDsHù×Rö©öªý ª}ý%€e—æÿ Ø0ó6@Ø}€ ç"¶á¹š«´x:2nƒîbç¾Ç—A»—Ó%º¡±õPšÈòÕ‹×ÙBó×…íp_3ÜÄÓ wðÔ#O¹ª‘Á÷8Cþ¯É_Aþ¢ïè=hØHµ/¿f"ÿ òÿrÀÐ,ý0‹ã‰®+ÊùN¨Ø¡ÐKô`4èÏ(1D(Á(!ƒs<üˆo†Ÿò8¸“ËÆƒ\Ö™±°™¸Äy—“”%ù÷Sö¹”ý§ÿXq•ü”½ñåß Üà÷Àó°ÆÇÁL‡lÞ8ðÍQÊW¡F E+ú0upÑ]ÀB>`(0–Hå®4Ìäî&ʈ¯Þã(ùKÈ¿ó€Ï)ûU”ý‚ëä¿0ãeß ïp} `?,kŽAÀU ðÄ„Í補!¯‚° ¯-áFnb*ùãˆTò-#6²7½ŠÇ+Qå¤Dµ“ -å.*xªmP"+‚‰r„t)Â*Rm!lcv Š¥|„ÃD5YuDÙç‰Ìm"~å »ŸxÉFöoìQúù? ÂY‰Z{%šÛS¤Ž*”¸©PèOg W"?AÜ4rVH½QŒœ­"4Ëc[(D^‰ù‡øÈ¯â£à8…§‰s\dZˆ«Ë¿ÍF™^Î3ÈyÍŒr†ä¼üú—wAƒÇé”heCO[:‡³Õz5*CÔ(U¢ôŠ—ÈPô±ÅYb”äŠPº‡Aù~!ÊË…¨8"@å1âUgy¿©/òFÕ?q‡Õ·¸Cêî ú¹Ù3õ³§ä¾åÉÿ-ɯ³T¢…mÇ*Ôy«Ñ*Hƒ–3Õh1—2úPÚ52Ô~&E‹m’Q‹]â7–{E#ã0ÃV‡˜×VG…¯¬O‡¬/l¾ ê~ä?Ó]ç?Ñuóút¼Gº7ü¶Èï!ºíPÐ5´!¯£FãÕrtÑÈÑÝV‰njt Ô¢c„íšßì¨FìV(^Ùm¿´ß"tØ!}î˜/p*?u*?q®=v©õ»œfzÇ71\/1]Û„Ý®]»®L§ë掊n¹£è&=oŒ´ -tWÊÐ[.E_µldèï¢D½Ÿ½B͇=bÍ_¸§hÜ—¨{¬SöylV<òÜ.àµ[~ß»HÖí}@ÖåS!½ëS-ýuÂIi§¾QzGß*ùEo’ÜÔß“vøÈL¾odW}Qv…ø‰¸<tUÉQ/‘ ã…ÃÆ‰1ÔQ†A^ÊW“µ~‘½¾³-züšßó_¥é ب¾cØ¢¾mØ¡º˜¯ºX¬ºxPÕ>ñ?d—iPÓgÇÄ«Žj9ª„›9È}'„nb€@8ÂDH8”D"7"hPK]A-ꈺ¬VP+Ã:µÓÖuw¤ÝN·;®Ú­ÝgŸvߤ³/>¯ó|Ÿïï™ç3î³’tÖg?ëû?ïûÿÀ÷>þ©ïgÉ/·ü)ùç-L†¾·R ïü¯$Cg~;¢—7$®õ‚ŒMžãç ÙAëÞÒÃ7¾$Çù|›šæ÷,YàÿUŠÊÿ‹Ôü­+ƒÿ2¡Æÿ!ÑpŸØ°D<pÔp—4p‡t:p<x›<x‹|'pžüdÛõ´ï·Í¥½ ¼B—(ÐöluÆzo€w4®_žkÞ‰·yüC¸Ëk•µákFªÏcÛÿsªtû"5{ç]ª>hV|›V|“Þ|ƒÞ|Þr>2Çp„|ʘ ¹Ì˜ ½Ä¸:ÃX½À|:Í|ržƒÎ²áÎIÜ1Éþ=ïé )`-¸¹C©—+Tnrý—ÒÏõ;ùN÷o2Â×®¤'m\âÓý¸¢àyŽj×uvÞ‡sìÒ°Ëœª°YÎÁðŽ5üÜöðO¸½áÓÜãç¹ãç¸GLñ®FLò#ÏðžFŽó üò¡CwÀ¡Îü–9'\ÑÓîòFã^h6‚gj?ð8s—ë’*Þû¶Œâw-ƒ|Y$ ¿(Ôì™ì=/4Dq“ÂÜ„¨ wZÔ‰õG‰ND;DSÑ'E³1#é 1ÇÓ¿ŒJÿ{ï€F""úÅ0̘æâ ùÈ÷ÀåUϵ.à+­;x’½<Ì vYÐÆx]Ó|gUì i¹8|J¢ÄÆ´±ã˜>ÞíO8Õ&Œ`–ÄãXkâÖ“8ˆ %`§’ìØ…¤>l>Ɇ­à{°¿'vKÞÆ•Âè.)ŒBìuÒL®ïÔ¬j‘o!ïûs¡+XÎ÷w‹v€E8Kù„÷¦µÌíaØX¦,zD©IRèðƒòÒ”~YUjŸ¬>Õ&³¦öÈ:GevB—ÌAè#¶Ë®[eI-²ç„fùëäfLDÄ5)`¬3…îA\þ‰2ø&ýóKÐ?ý÷KÜÀ­²ðiù÷ %ɧ -éc:þîá 7 Q%öªsR»U…¤.•Ü¡4¦µ)(­ÊJ³²‡Ò¤¦Z•“ÔFåešEyfV>£šU¯HæL˜Ú ñˆ$g ¸£{ßþšA1Ë4y×B×+ýÀÌH·sû“ÖŸ*£úsC -Ä{m¹òÄÎl ¡U“—Ö¼¯˜fUWÒÕu ‹º‘iVw2©YõêS¬:õEvzmÌüšmÚ÷#Í´ï?d“©Î@pû%€¿¢ ¾@çpyo5òÄ£/øÄæ:aLXç8¶)LPo‰(²³HߢË$Xµ9svã`V».«š[“ÕÀ3eµòª³úø²üýYӃ榠\óDXžý’mÈ~G¯ÈÙ(®¯5<-`yßíZ®!.Önçêw»Œ×Åy›HïÛ«XÛVÂZ˰ØF½2åP†R«ËcUçêy•Úý -m¨\{$½TÛ-.ÑŽˆõÚsâBíuq~ÎJFAîüÂÜŸÙEy 9ÅÀåE6rNÔƒGȹî¢Ù7!ßALZ&Ì¡ÀÑã1x¸ÙVËl7òw©ãÌ9¾¶43í€>‡U^P (É/éŒX¾Î"Ñé:¤¹ºcÒݤ4K7'ÕèI³ò¿OÏ.ø‰—SÙÚÈtJËjOPî›ï Ù×£ ÿM5z‚1ëNpÜŠ[c?œº±«¶µ¥žz¸&}O}µ4±ªRE*7hXE¥y¼âb,[_)ÓT¨õ­ŠL}¿\©?-Wè/Ëdú2yñwÊâ·U1äfC¶3P Àß -Ñ>¢ÜCÞwͿ҄2hF¾ÑìFZÁ@Ë·žf¼w›•²ÅjajF뱸ŠA_­¦çVæð÷UbJƒA./¯UHË›CŸ3ŒË2 ³R±aI"®XMÇ*Þð± -È•T@¶3?íC]øõPs¡ù³È?Ïvp1Øélá® ^Mmä÷Í-Ìm5Gø»+Ÿ³,YwPEÑÔeq5ùéc™Dl4IÓG$"S/&2‰…¦ÙtiQ$0=ç M¯9Bd‰ŒáÌ9h'ÑÞGÜFî9×À…£Lô0„°ÙÞ½»\šm±–n¦º.ºÿnhY›è£‚IBö%QÙ¨a`–<žÈ\*˜M"¾Ù*ä[l|žeŒË³Ìp¸–E×òœÉ5¿¦qÍÊm€gVÑ»øíágÔEtþKÝ|ÜÀørŽ~:צcAÀ2å^?ì]e§l)ïcï(´ Ârº3¢U]r¼¤CMµçÒùm%Ln›‘Éi³28í6:»}ŒÊjŸIcµ/’™m«$fëk³¦"Rœù z>¯C]Dwpÿ"š;5„¼ky× ¬']@ƒc+¨u„»VŒ÷,?AÜ\8L÷×qC2‰"¥ÒXQ&žgרö"Ën$2íVÓޛ°áéöÙ$š})‘Ö·Oí}OµÁ8jÏïùíã"êá|'ÚG;êâ0ꢀcã(ƒÓÔŸAî7±ìŸ ¥“QîIÞ9gÈ>ªSŒm’qÞÂ1q$gTcŽfÇÒú8ª£:–:ÚCíÁQFG£ÒFgöG—>"9V#I'ÞD‡áÿ±Œz°ÐŠ2@ù_DóÏŽ¡.þ—î2jêLãð{s—„¬7l!!@ØBÊŽ([•€ŒÅV·iG§Nk·£s´Žãè±U;®u« -UÁ¥‚C@\PY¤ãˆ —QW*ZAÞyOçñœ99Ϲù'y~ïï~ùr?ò®/XFgÑyN€O÷1ðQ…'L«03S+b¤yû’T¹å)Ùe6c†3;`¤ó=sªs²e¸s†%Ù9;d˜s‘y˜sMÐPga Õ¹ß?ÉÙ`J*m÷KØûÜ_‚þñÅi uxŒÖ^eu@³ï*¦J©ƒr€…³üñ0ÀÄj)Œ¯1À¸šɘšéèêDը귔*›×Ð*‡wRUž1±zšwBõ†øêú¸ê•^q5[uCj*<WŸq­jw9òÜ3ú0ê¢*r|5ýèþW¿d/­ƒ2Zûi˜Kî™ÕSé<š{ óŒF5ê ­1H’Ü!$5ÆÉ㇫b34ƒßÕDÿ<™øXÕ4WÙ´LÑ´Y~¶Tvö¤<´éŽ‹¥á™"ä4ªÌ§Pý&5›i? þKÉ_´`#Íý-¹ÿBîÏ|x`ü){#@Ú€øfboh!ú¦$âfz3F°´X¥æ–tipëXiPëdià­™B@Û|Þ¿m%oj+ä|9ÂùÜnf½ou²†Ö×¼¾PYPNþÝÔûæJ€U j¾ü'À´z€ ÙgF\H¼ -ÕÞ!c,n’àÇÞœÿã@Þ÷q¸`|'è;S]§wïœÀkŸÎàÄ®¯XM÷ -VÕ]$Qv•ÈŸ]a\ž=ad]½¨ 1ù höÕ4û"ê}õ>ý4@^@οÉßLþëä¿r °SŸ 1ö«Y}¿'çÑïÃiûƒyFÒÃiÇãHŽÁ±,àÀÙÄ2°€('èËñÊö’ù×Ö,¦ÙgŸøˆzÿÝyò_&ÿ5€„V€ÈÛÁw|zñD¸!°Xª8Ý9 9À rGIäÎ òÈ;“X@ÐâCÚt°xEäß@Ý/¡û>‡fÿÍ>‘zÏ!w¹ãÉAîÀäîpïû€QP)ÁS†d ¡%ôD ù£ˆdrçS Ú‘6Düf( Q ¢œàè=„j†¨F(Æ’jŠ Â'¤›# ,$å·Ââ{áb‡¡˜(#*)NÑH\„_‰.¢^¯þ¨$·ÆODµ/åð§ fbåHQ!äPމr„2„Ù”cåXB9VQ†õD>e($~$)q€¨!ÿi¦š™>h'G'¼€×ÐC®gÿƒyÔ’ßÝ›0ˆ()G ˆ²h…ajd³TÈL .¦S_PŽy”c±€Ìr™ï8”lâÝÊ"·“íçö²}\…äTò’«gzù‹LׯtñO˜Nþ%ó˜>Õ!ý ÉC— ùõž„‡== “ˆá"º&R765*Ç)Qþå3]P>GÖ§X(}¥\*¼T­â{Uøçê|®G,䞉{ØnmûT{˜íÔ—<Ñž—<Ò¶Jî»v0wÝz%ínÈÞvGö–'r­oòûºiÐO«F?w5øhÐôŽˆ>CD4¤iÐkŒúµn’ò…ç yç,—.Ý|Y§××Ò'úåB‡a­ðÈ{ÿÐ{+߸‹ÿÕXÊÝ3äÚ}ê¸;>Ml›ÏM¶Å÷wݯ—¿bBþ² …KÄÅ·@?ò©Th–+1LT`„A‰áAj´D‹}AÃÄç£5OýÇ«:üÿ |ð™ü^à\—ö …²ÛÁKemÁ«¤·Ì¤-æéÍÂáše¿pÕR+4[…KïÜ.„>”6…öÊBÑå4qЍEù›`°Za2Fñ.¯–a‚Ž®&ÅëØ0uwd‚ø(|”x7ì]M[ØUKÄÇÊ둳W£þ*oŽúZ~)z¹übôwò 1›äçb¶)ÎÚ­øyP™¢qÐÅ™Øz婨ÿ(ÿ{OõÓàÕ±Xú_Œê*ºEÕ›`Í?ˆuÁ$VÀT9#ÜxL5J»‡™å÷bTmƒ‡‹×ÛÅËCò4â¦kÎÆ&6&ÌÏ$üM<•¸D[Ÿ¸B{"iöxÒíOI…Ú:k‰k­õ€kµÎµÊzÎõ°õ·ƒÖ§nû‡ö»í³¢[¹]C‚1‚@Š#3¥,f©%ÏGëØé&¾5%LÖœœ¨<7ÌæÚœëQŸ<Åóøðººá_êjS¾ÒU§,ÔMYêu8u¥Weêz¯ƒ©^Rwê+Rúò´£ú²´3†Ò´†’´Þ´WúÝ#Ðk×Ôí| Œcd˜LçÞLôa™ž±2xìPC[¶Óœ,iÊ¢¨·¥¹Õ¥çè«FM0VŽúÐçà¨O|+Ògù–§Ïó+K_äWj[æ÷Ûj¿Û÷~{lÛL?ÚŠM»lL;mÇý‹2.ûoϸoÚšñ¯ }ó3Ñ'?o‚Vê`$°8˜ÎqtÖxŸÎ\ïqpÅ¡€³ãü™¹1²š±É®‡r2½÷ÙsM¥Y“÷fMÚ“õiðî¬?ïÌšoÞa_l.´ÿݼݾּվ%¤ {gH¾½,d‹½Ö²É~βÑÞnÙݼ.ƒˆ€µÙèÿ&8ü·˜çäo˸:™Î“8Ÿ'ÀÉI>P;)R8”gËÞO7çŽ Ø5v|H‘ã÷¡Û3Â~p|žï˜¾Ù± |“ã›ðŽ•#Ö9¶G¬uì\ã8¹ÚѵÒqë¿T—iTÓgÆoµX (‚ Š, -B aIBÈÂ[ DÂ’B‚l ;Ù¬"Q©hѺD­ãÎbÏXÇé8n—9µgTÚ™)N[ñŒüçö[üðœ7ß~çyîý¿y¿®Äw[:“¯]I„'ÊÃTD4XñsiÏÄØ·¤÷dعrÍà†Ä .I},ÎäRm Ù ÇÑL¾«>-Ås(5kë¾é¶=)Eþ‚ò€>Au@¯ ! G #w úÈ‚aJ‡àE'8Ø&˜l< jIù% 9å£_s -±µ)…ð1ÁóÉ8vNdßǾñmö9¾ñä+ál—ÙIyÐò¯¤Q+õ¹—Áì$ÏÌt¿ÝébrwZ~`gš2¨C¨ -nÖ…´ [BZ„ÝÔfá>j£p4´Ax&T+¼¦>«þ+¤.í”Ú4"µÍTÌ~Mx™‹ ÿ.ö¾É€« -|ã)ìáT‰iLA±)Œ°ßŸÏ^7 ‰÷è§úîÊ΢´eIBZ2 B›2ÊÂ2ªÂµ 4MF½6c½:c$¢*ãTDeƵHUúƒHUÆM•ùªÊ$‚PS\ ý”ŽsÀ þŠÜ;;°kT\ÆóL™ ÊÝáÈŽ«áRšížb–sOc‡L°µ%/Ò Î¡j²e´QqD•¨"ªRT­µFWˆv3vˆ0JE¦Rô ³8ë>«Xô:Z‘ýž¦È&”ÙDˆ©þØ…âžb÷ʰk¨0ì=Ôãêep´r¬ô[²¯"̦¯Œáة亶%ú4È…äZYu§$^‘+.—²JÄU1 -q#»HÜ[(Œ•‹Çb·‹©ø.êÇYîïQÛs :*ÌTDÀ+œÃÃbì[èÿVfPƒ½u¼ÚÕ¬ƒ¡š­æUÔåÝêè•íå—ÆÒÏ:EŠeaFÈyN„b»ŒY(-ŽÍ—ª¸2‰†'‘èø¹Ò/ù9ÒQ~¶ä?Kr‡Ÿ%ý#’þÊÌ–Q92‚nªü&ÿsø>³î ÿëµØ{µøÖGjÌà€Ö öj½Íz5ÁK;j"í›w²×jÔq›ªÊ“}ËKÓ‚ -=¿(%)(àæÈËâDòšøLyk|º¼?>M~8^(ÿ:.E>ÍO‘¿ä¦ü7FX@0Ò -ˆHSýû]À9ü¥ç€ÞÿT¯ ßÚØAGðÜ×´úš7“:›(V­õtÛz Ë©º–çVQ•裬L¥È+2ÃóvˆY%Û9iJe\ªbg‚@ÙŸ¬ÜŸ¤á'*OóJ&¹ %/bKÞ±•‹ÑIJ"ÒToðNzŠ»x3¸‰Þ/µà.¶cßÐaßÀ³¿ÝºtîÐÞ±5̦¶™±JÝÈq)­Oð,Ðü%5éTQUv¤°R“¬*æ&¨Ô¼xU#/NÝˉSŒå«'bxêÛ,žú9ƒ§žâ©#ø*‚fª%øMâ.ÞÁ\Cï:p»°sõ`ïų«{)´u¯‡¦î­æu]!Ë*wEÙ—éØkŠÚâ6J[’¶d7 Ӳ“µ’¨xM“¯Q³xšF&WÛÃàhFq´‘±ÚÛt¶ö9­™c×-†²ëª©^âîc“ x'¡÷³È6ôãzðl0ƒ†ÕP7àEªì´*룭(ÚÍt”õp]rº6§w¦ø%wdÅéò¸텴ØvÝÞÎnï Ñé©,ÝD0Kw;ˆÙþ<Ñ6Oa´.’-D€©fñ>ú3fp£ à"ò'öÝ0Œ=´{ U5dªaw(ÚfQ´ŸºL6eŸ³—íœþeœ[òžd¯¸t?N.9¦¯ÂêSQ˜} ŒþF¿Þ/ºÂ7ªrKdßsŸˆÝó>½‹>ôâ=À{`wï -æ~ù'‘yä ÀÞC‡ª±–±„¢QgÈõ"IŽ-E‡Ãm„‡I#œ5¼ƒ ®l½Ðƒ¡ÏñŠ:P੯ðŠÐ×{Fè»=èzý&š~Â=\?é~à…kØÐ;×Ðý‹nÔAâ}§Á p.bö§‡Ž![ÿ@ßv¿c•XÇòOˆÇm kÜÒÇ}ÌãÖñ'ÃWpN0˜®S¤!y-͹>Ì [j([jЬ¥:ׄ†ƒ §Vn;¾Š26ïH>º¸šÈ˜úŘûÙ¨°'«íŒ:[ãàçÛŒ'VøoÚø^xöÙ–só+|Î.~î}†°5Õu¬¡Fœýiä;Ž{p - ¹MÈUŸ±^FþUìŸ7I6¹¨Së xÊÓŒ<åo±m*ÔÊwŠi½e*~©Ït†µ÷ôvk¯ér+Ï™&ËÍ3–›fÆ–lœ¹já>3ká:ùË’ ·>Z¹Ü ¬Muy¿äŸÀÌG=€ìVô\u  ø€d'ß`O„ àž,aãC{p¸\y‘\QHëG’Ö=æ‘Ö>I'­y’OrzZ «Ÿê`Õìp˜=ö³ßƒÝ“ŸÁîÑ’Ýß 3SGþ)Ì~ô Î}w »ö -@É5œ²S‘ÍA6ý;ò÷ÞÜfÖ¼ZN¯mÁñµ38¼ÙH²ãK²}K%Ù¼!-›€õœ,RÅÏ:ücÖã# Í=xû€7Ä':ü±¯ñNÄ̻з}—![‚l!²¹÷l -²½‘íöÀù‡9»÷æ`³°–-8,Ö’Ìå=‡×L ‰”Ýç@Ø=?*×í@Ê–¶𨬷@ÿÿ'æ/bG““M¨'HÃ*Ò`„ôƒŒËþÙžRä¸K‘!à)Að³B!Ä ’x#¹ãèëNe#|ÍB(d–’•dÅn"ÛÈnRKŽÃ'¸¿C#|€äyOðïÿäS¶ÀUŠ<nTƒ7Õ*Fè#DÀGH¦:Ò©†ÉTÃlªaYBùed5YOgÙL¹»(·†Îy~ƒóðà ܃×ðŒ¼#í¼êÅ.Öh%“¢ˆp%ÿëE0Õ ¤^|I½J5¤R/²©ŽTG>ÕPDÙ%ÌGXÅ|€ -Ê­¤”픹—²ÑyÏÀK¨‡çp—ümTÑ3ÊzJ~!OÈãNІ²í¤hk/A‘ƒ%îX!7JŒì~Ô õbÕÉùSØ õŽ)`½e–0¯™åL;³†ù•Ù/™-𜩆6¦ž2'¡•¹O˜ÛðˆÕ --ì7ð€ÎpL³™»ÿ€ŽöRt’Z¡ÌJŒ2[1:»ÐçîVh.Fë8Ñ'«‚ßÄɼ7¢tî+ÑDÎ ñLv›$ŸõTZÄj•–2O¤«˜GÒ -æ¡´Ši±Þ ¬kà¾Í1øÍeøÉö4Ù=†[¯™FGdÝ$ ŽÈþŽ|Û ºH%è&£Wˆ^!úÈèè)F÷`ñ{¥è•³VØædä·ÊFs9çüì<•}¿kû'—V³K1ëŽër¦Éu ó£ëFæ–|;ó½|Óèv„¹évipod껵°®z¶³/{"ç¢'rÏ“sä¬Ç_ÐC(F–X|ì)äaˆ=ƒå‚wþÂç> -Ñc/ð¾g¿Ùkï¶wçŸIœFß™œ›Ýó9ßùqnø•pêýWr®ûWp®Tq¯ìâ^ -<À½xš{>ð÷LÐ=ÞÉ ücA¿ Ž¡àp -þvç1xô“ÂÁh•Röû^2N[¸'¯%8Xp70Fð}þü†àa‚úÑ‚k¡Y‚Ëa¹Â‹a³…çÃç φ/žŽ(žŠ(ˆX/:±UtT±OT§8*>¬¸">¨¸-Þ¯xjµOñ^²G’êH”ì";;Á ÀpÊƳ˜wj¼Œ³aZ”]YM‘¾œ›Q‘‚ëQ}Å{ ’œím–žŒN“ζ>ªœj]§œc}H¹Àú@Ìb›Ú˜2›š˜56ÿŠÙd³7f—ínÕAÛjÕ9ÛªF»íªÇv[ToíªThW©BÛMÿ@ù<ú)c¡àeí;¤¹/šúH AíÁ\V‡òÏÄÇJÅ%ÚŽêPoéR?¶ËÞøœ.{ÔÓ«ÕyŽ;ÕŽ;ÔÅŽÛÔ+d[5²Íš­²*Í>Ù&Í § šNßh8¯Ó´;­Õ lµ?+×`—E=ˆ¦ýK€ûš’hÎÖ3РåÃNë‚yuý•ÒýÚ/ö$$9íLÞu{BªË–„Lת„I®• 3\7&Ì•¯×.”£-‘¯Ó–Ë×j7¹­ÑV»•këÜW%\q_‘Ðì^¦}á¶LûQ^ªE×-º®P lìðòïiç©'W±àÌg¨3pjGYíJR;l˜èR9`ˆûzÝH -Ýϵºñž«u¹žåºY^+uó¼Vèy•é–{/ÓUx—è¶y/M¬õY’xÞgqâ¾E‰Ï¼ê>xêЃt#îPE¯ŸÏ= ï–™ö^zµ\&ç’iïLv€ý#º³ª“Â-Ãbí6µ.k IåƒLÞ+’,¾eút¿R}¶ßRýTÿbýÿÅúÿEú¥ õ« -õU ôûçëOåëƒæê[¾Ö¿÷ûZ¾yzôîìóuxJ=hN;çh€k´{žK£“>H±=£½™m)aü£T6kÍýœW˜x”‡ø1,œ´Ð0®G¡abðÃŒàù†üžù†E=çV„ä6†Ì6T‡Î2 aø6lºáQÈ4ûÓc ñ'~>¿âè>E;'e_¢Wý©Lš13h×HÃŽt¨LïÉ]÷U´teŠFV2²¿ûâäA¾…¦aAó‡ê9wè˜Ð<ãø°9ÆÜðYÆÙ3ŒÓ¥Š©ÆŠÈ\ãŽÈIÆÃQ×£²?Gfß„eÅž¤GgŸ´-4fü@;ß¿)ÿÜÚ·hï©¥tW¦6gÉa}VNùØ^VËÒâ§jå½OþÈ!AsÌÉ¡3‡§DL3eDN1åôšlšÞ{¢i^ïSqôÓêè,ÓVå8Óe†érLºéž2ÝÔ•1#H( éð6‘îºÓiç¤üÓ4fÔM¦Ðq[66æt…µ9ìå"…ÅY±v…c¿pÉOà5;Õ8Í2,tòÈ‘Šœcz7g)3͹ª±æ¼>鿢>cÌ+c¿2WÅŽ6×ÄZÌâF™ïÒñ×hËŒJ -Ñáù@ºè:4P.Òèw‚ö®ƒ´î¦cÕ².W+sý˜’Éü¢•ͼ }æd&zLÏHòŸ”f Ÿš9vtŠ2-%£Oªeb|Še¦z”¥@=ÂR¦6[6ª‡[öª‡YΪ‡ZnÓñ…Êdù=Ü‚½HT¡‰®C=õà¿\—{XÍÙÇ¿{ïÚµ«®*2)åR)$]u±»HiJÆd£•KmºM)Š#—íÎHreÜfJ3gÊãNfœÁ™$sÌaï<ÏA?>ÏóÛϳïç]ï»Öo­u:‹k!¨Ëå]ƒl^¬]h‰•Ù.’ò…Cå%YÊ‚y*ëį̀æÍ‰í?gV‚ÇÌÔDïé3’’RRB>Iž­JL^6!¹8ü£dMØøäMaã’÷©â“uª¸ä«£âS:‚Æ¥¼ —"üR„ïð[p•}ø5ÐÑ,Ÿ}(ªˆ6X•gŠŠ|G”æyêæúçf‡Zf-ˆì=÷³±ýRÕñîÓ3&xM™3É?qÖôàñiéªqiŸ…Å¥†}˜¶,,6m㨱é{CcÒO„D§_ ŽI“öÒ?&MøŽíÆÏ<~_žÅõÀ4Ðy¸˜}(ax¯äñsY±¥Å}PTì.Í+a8¿ Ø,#?Ü6-7ºoJvÜÀ¤ã‡$fMôI˜7-ðCujÈØÌy¡Ñ™Ÿ‡ŽQWQoŠRï9z^C@ä¼+þ‘êvßÈÌ.ŸÈLá™ñŽ»ìCsðmû@gïŸ5KyÞ/4|.-“¡p‰ ò– ,(ó’g–*ÓKTV)ÅQöI…±Î Üò‡Åæ%ùDçÎôÊQŒÎÉ÷Ì­ð‹ÈÕúDäîžÛ0<,·ÕK•Ó>L•Ý5TµP éÎT ‰5бöGé<°Œëa°‘Çî - PH²5æÈZá„ §,}¹¯"eYˆÙÔòÛ‰K£ÊâûÇ–Np³xÊÐÈ’^á%™^a%ùÃÂJʇªJ´ž£× ]ÜàRÒ겨Ý5¸¸Ë5¨H¸¾ã2¿ßsþÕ³ö_Ñ¿÷ïìÃ`ýZÞûH.Ÿ3×böšÞH];H’¼f¸<©2Ð$qµÊ2aUT¯Ø•±}£VŒw _1yJó7×PM¦kˆ&`ˆ¦|@°F뤩q©ip -Ô´:,owô¯èrò/N~ݸÀ5xŠsàXpp5×Ãz`ëFÞ{6±›ù$•|ºÅI[œ0i‹‡lÂfÃøMAʘᖑbìTÚq}B´Ÿ8iSúj3µyh—öñ×®ïí§­éå«m°óYÅvĺv[ï5]vÃ+E¯îœá¬ý?Ìñï×r=ðzºa;çÂ@ÑN@M¦WñîW-GBµ âv» ¦ÚS6ºÚ×0lW°2xW„y`U¬•_ÕÇÖ>UÓzލšeí]•må]Uf9¼j­…WUµÙ°ªúCw¶šÙÑÞÃc[—ùà­Âbð–wœ*e x ¬å•´f°¾Êj ¬ÈÙÌÚ LÙÄ} DÔbT-Bê\0²ÎSæWç#÷® VxÕŽ6ZoâY;ÉÄ£v¦ñàº,£Áu‹nu« ]kw ª=n0 ö’¼ÿ—¿¸ìïR8ïFýö¾£žóï+Ž?Ǿ“n-Ëè, S}H®&ðj:æ(0òkÞ?äðl´†G£#ÜÝ$ƒ½¥ƒd.º(=g]‚¬ŸnªÌI7[æ¨Ë“:è–K?Ðm•ØëKzéš%v'þ#±«!µùFÈz~-ôÞp”þƒ;8vó»H÷*zâ<8 ̤wÒq ¶ÕŒ8 ¸8ý Aï -Ø6÷DÏfGX7»ÃªÅ-a0o‰ƒÙÅ$(/Î…ñÅB(ZVðe7ä-§ ×Üý Ï N@¿éuôïcÝ·sÜ•t—áZ¤7ýöàÿð;x4.Í€ý%Àê -`|C -ý[FݲôV?n<žÀ@à.7»ÜÛ¸´ñ£ÓÆÅÕÆ·}GÚÈSòü-ØóûzÖ»üG÷º§žøJÄ?ÿs€g à|™þkôßLîz÷^ ‰xd<ìEúó÷p Ä -:¸>áÄÂE×Ébw6âé·TÓ¿‘c_Î^ÐÁqJ÷ø³@äyú/ÒßJÿu ×mÀ’^£û€ìº’Nòùý/˜Ë3sbÏg7àÏ‘ÀK’_ñpöŠ›Ñëå„ O ‡ß²…þ•{1û­fÍ“9îèý#p•õç˜ïv?fô>$íôu'ÿw¿&¢;úÄ‚8/ ƒ˜L¸)öFðã+Ö¼EÀÁD Ï_óÙHÀÙP`˜@ˆ¾@¬L`’T`†D@Íÿæ’E¤œ¬"ëÈf²ƒiìÆ+ Gð:t¡‰ÜÀ üJž?Éä÷÷R{¥Ø1;æÐ›98*<™ÃHæ­'È’™Ã\²o’%tjèªdì Œ½•–*Æßǘ‡H=žá þ‹«ä~ã¯ßøF'ß|B:Èãn¹­Rè[™‰sèɘƒká'ˆdãY‹iôÏ"Yg>½‹é«`äUŒ½O±‰ñw0~ ãdÜãhÇw¬À%NÙŸI'±*èû…ÜaL¿‘™±005R #!³g™ƒ7sP1‡8æ0Yú3%Ï‘IoEt-¡GÃØ•œšZÆßÊø»ðoì§õ~ÂIÜC3Úpw™Õf~“¾ëäÚ{ó&Â\a$” -aªT3;CaÒÏP 1² ýˆ–=ÃÇÒNL—<ÆlŽi>ŸÓUBO9+-n³·ðgÀ\—Â5I#þ%=‡VÙm\Öï@‹â%γÊçXí&c!9kòa£0¶2…°‘{…\Ø[;ƒ×Önògf~ú&²‡ÊqÒû&I’{ÊTÜQªqS™ƒëÊ"\U–áŠér´š®Æ%³ øÑl;ZÌkpÁ¢ç-ÐdÙ„³Ö·ð›Ç8mÛ%9i'¤äi°²7{úÿÇt¹F5ueqü\Hä!ò° ¼I€DH <HH€ $ \LH0ÂÂ;¼1È;"ò* à©TÔ‚Je`¬0•eÕjkG»l§­³Æ5:vf:ËegÆvZïl?°Ê‡ß:ç~úŸsöÞwï¿7ÚBP™ “ID =é ÍôÊןü½Gé©kœå·®©ØWnYØC=zài@ŸyѧޭèŽOvÛ§»å{[÷ÃnúÃþ@™ÆV)°¨KØuê:¶B}Œ-Ñ^X.Ò^“®ÐÒ Ï—6APáHYl û%Ôû‘¹{A÷²xBÙeù˜mñÀ_bñi ny‹®µ¼¹«Èr-¨Št#¨t=¸´ÜEZf$-1‡Hט¤EæIÒUÖ,ù2ë2yžµJþ€õ€|õ×-çY?Z !¬g€³,ÂzzîÿVŸƒÐ«(øõqÁw…Y¡ï‚·£‡L*v7$œ´Îm¹&·Z WY/EäZ/F”Z_‰¬¶^ˆl´™Üos‰Óms‘Óo3DZ9Ï™´™åNÛžã^´á.ÛNsïn=ÍýóÖÜ—vǸo즸„Ý$‡°;º ‚…,‰H„½‚Vó4¡oâúRˆ¡?r¬Ñh/´Æc‘—y16‹¼$»~ú¶‹1ÙÛæbòígcÊíÏÅÔÚÏšì§íg=§'…cÇ…' ßwœ.:®;M¾vüà4*øÅiX@¼ÅqhYüÊGè¹ô¥0ç§ t?¡Û"ZKpCK»¤1×vN$v8'Juší}ç´Hë|BTè|Llpž×97»p÷¹Œ‰‡\FÅ“;FÄgw ‰çw ŠWwˆíì}¿ó èç}"â-.½› "ö2Z(´Û/ÓA‡¼×œåw)ÎhA`q>%Üú¬Tèp29Éy*I±óˆ$Ëm\¢s{WRì>"©t’Ý%­’.C’C%cžfÉ)Ï^ɯɊW—äsïNÉ3¯’ÿz¶KÀÝ$!Ü6 ¢¡íB›ýVž<×'ÐöWe8Ëåt4—IÁÎâ¡VÇÓùöGÒ\FSS݇Rp¯Y¶w¿Lïc–•øöɪ|{d¾Ý2“_§¬Ï¯C6ì×.;F1Éf)mÒkÔVé]Z³ô)µIöo¿Fá x7J ¯ Þ@{}wþJ žS‹ÐÍ\˜q«Ðæ.dÙ¢µ:¡f’¨¢ìF2ãÒ“ÝÍŠ=>=iJJWš–Ú!/ µËËýMòÚ€6yK@«¼3 Y>Ø(?Ø Ÿ¡åWµò[ŒšÔ'Œjù«€*9A¨eƒÿ@>…7xš·Ás­‚÷\æaN»Êñ@“9A–£û8¶šØí}ªD·®ÌTŸv<ƒÖ–®hI×Ñ›E»•»ŒŠ† :E{pÂ\¥cV*N3 ŠyV™âã’= -)Q¼ *Q¼a”(ˆ@ `ƒAždBt }½Þ¸Pó•ÞM廢±|ºÅ`^„µY'pìÚ—°Ó¤–y·¨´†½{éu™ÙAÕ¸žY‰—…ðÚÐr¼•]Š÷°‹ñá°BüDX>~1\ßÏÅGäâ?„æâ¿2sq"('üjà›,ÈEu>íeð] Àl9xðÅÎh¸Øë/boé.àokϹ´è’<ë÷ɩ՜nÈÊb–ªrB‹UEáÊʈ|ecdž²ƒ£Sæh•SÜlåy®Fù{n–ò!ðϵòlµŠ`iTsƒrÈ…}à9áÞ« }­¡K5à9a„sŒ”;¢C -ê-!(ÚÚZ÷N}A¢{u^Š_¹NA/Ö*Yùû²ÃtÙzŽVS•­1F«5&žJÓÏSjŽò25³<\³ÌK×|¡ù;'Cós8®!Ø@ÈÏ A~RqÝ«àýæê:ëXø­*;ÔWí:ª‚-Û*96¡cMénWC±Ô§¸0-@Ÿ3µyêpu®Ž«Ôóðœ~FNkŒ"ÇÌߣç§éÞã¥ê–x)ºÏ£St/8©ºŸ"ä9DºÁ_ ¿(@hF½н܄Ðû-à·š†o³Ñ -uÝÑ~#kª‹°ª«‰ÙVQ%v)©HöÔ—ËiÚÒŒ ¬b/Òr……Gj¨à&š¸C'ÑðndbÅÙð݆%TÜž‡ˆË_³Äes3_C Þ<ø¨¡ÅýPPàAæ0ïÃÜÐî„jø¡Êv–e©‰k¿?Ö>§u·‹ºEê‰7¥QÓq†¬^ÃJª×³v‚±‘Pß"®e‰ê§ƒãëƒâêï1âŒÏé±u¯éÂZ‚.¬ù‡ûëð+­‡NˆCx®ƒ÷ƒç‚}s/BU½6¨¼×÷20}o8YÛÃßšÕ%rÂ;%®i©ÞÒö j¢I(6å1D¦rF¼©‘gêŒ5ú MÓ4i‘"0Ýó‹ÙÿÜßöÚ×JP¢[~ã3xƒ5ˆÁ5¸ÿ%3ÄFÿãCàû†ꆵ~¡’ÃÒ:#Ý e²,U‡¹VÂmòC Û“û¥®»*<ãÍ*ŸXs®¯À\æcnðá›»¼ùæOžùŒG´yÑ=Ê|ÏÛ÷Ü•ÓóÚ=²›pì"<6¸ ywÞû -Üyô¦ÁvLŽ#tx|P {= ž°E{'üÁ—óžsîw¿sowKÎ ¯„ìßùõÉåÿZÖ8SÖ$ÿø¬™†^YÉ~=³VûôÌ*ñŽËªõê‘u̳ûêëžÆÌûÞ1Â'f•ð}N×ÀÁ~WÓ_NWQ>÷dß…B`™BÆÚ€áEÀÐbO *ÅÀâ(©qÙ\ÔÇ¥w‘E×Ë6Ô=Î6BßÝö®>Ö6Qo´}æn´-r‹±e¸FÛŠt] k´] -j:|«‰Ê¿¯ë”'\#× ·çìá»WK%kÞÄ«àúbÞýJÅ›€‰ä^Uß,^ߘì^èeE\e't·wWÄØ{ËÝìT]ìIê(ûÛêNöT‘öOTöyr¸=Mî`/P†Ù«í¶R´­¸¦ÙÜ*oªàBýœ«Øú+XoÝ9eÀò -`.}SìÀ¸Jà÷UÀÀjàµí¼ò~¾ÃstD;G4B&„8,R°# AŽÑÜ9þ;§ÃàX_G.¼[àéh„¾î2ôµ÷ ¯’~ûKjè¯d¯7²Þ<ºÓé\@ç§tާóí®Aàbw‘{À·I 7§;tÎ hápqÆBíì •sdç(( 9¹á|ѲÁ¨é$ÿá`j%âU\çrözkÎÜ -$Ó;£–k@ïz“èíOoÜ~ êÐö`8¸ŸäSÎhˆ¡üèwæaŒ‡ãæD!ÂæÑÂÞBÑ9lþŠÏÜ ­/°Ó_ôw {¿tÏâc“êw÷Ãö–F ×A óúéõ? èF}Žþ’‘“K: <Œ´çÁ<†ÔÐ8opÝàæ»ÉÎMæq“ÅÝ8N.¿ ”}_ËÚSù¯¹tO¦{,kÞ$¦Ÿ5wùhw–õ·ntª.Ñù ¹J¾%ß¶˜AàsùѸÜeOîð€ôñQ -ÉsÑ×½ Ÿµ¯díŸï¦Òý>Ý#èÈšãYs—fÖëÏZ]éT\Åwó©“üH~"ÿ%wÉ}òÐ x ðòÁC»E8˜’àÚˆµ/æ-4ˆ·Ñ­@0µ€QHP¼! Œæ3ãÉT2‹, )$¬!kñ¤QŽGØŠ‡px€3Lç*îág¦&þ{¯ È ÌÁ9˜C[æÐ9ôaƒ™ÃH>ó'ò1™AÏ<ÆOfüTü‚ ’MOZac¼MŒ_Iã?Ø’}¸ƒlÑ%Üf“nñ—·á·’/sðf^ÌÁSþ0‡(æ`b™Ãp>õëû®ițc!)t¤Ñ±? —žÆ+áòTp™¶á{ìâkr˜¯Ëvâ®0Û+Œtù7*OPºÒ¯¥ßƒ}dáÌ¡‡R ŸôIt¿Cçxº¦0Ú :æñ•XLÇr\ÇJz²èYGG!c–±ò*\ÄÚ›pÍ8Ç'Ï1ó¯¹b_Ñyögž!tZÐÈ¡\„Z§jƒJHí™C´òúHw1˜5þQÆá>¢g·Ä,nÇϹ-—p{® 'ƒŽ:ÖÓQʸvœâzœDŽã4Ž1Ã#ìÚaæà¤³‰xá¥Ô¨…'TÂW- /Yx„(ÑtRü$÷”¾—Ð;Œ¾1tG³4gÓqZ1§” qR™‚ãÊt“×àˆœ‡Crœªr4©kШއ͗ا½Š=nwQ¯pxìðÒ«¸d ¥•"D§¸觸í&]sÆE]_4»Ái÷‘8á1G½>Äaï¿â ÏLð¿dì7¤â Cöúçb·ÿÔ”ag@5vîA]à Ô}ƒêà;RU°*ƒ…b ©xÂúC¡Z#Â%ÜnçŠ+hñ Ç©€ž8œˆ¦Ð·°¿Ýìmÿgìûõ>•fKuHµ—J5áiÒ¶ð5RuxžTQ"UFTJö‡TqHQyA±)ò¶²$ò‘\)d[¤PÙ"^"ÂX$¤Ÿ£ýÄ^$ç£$4‡ºâx‡¶hŠ4J_D%(ê» UÖu©¬é6VYý¹*zŠ\3]Þ3G®ˆY(oŽI‘ËŒ+åÆ¹Ô¸AUlܬ*Š­QÆ6ª6Ä~­Î½á²ÎøÀ%×(49$;æ%¬_ñˆþïøY½Ø—cÇ œ4ñÎcT¡Ñˆ]=:+jãLª­qÕöžÃ\Ê{Ö”õz_S?QSÿ‰¦(~†¦0~®vƒi‘v½i¹6ß”©]gÊÓ®5•êrL[uÙ¦½º5¦S®™¦ë®«â[ÝÒã…[Ú3Vé–i>+,³|R- |—Y–ù¦X2}—Xòý’-e~‹,µ†…§ásËEÿy–;†¹áG|çôI+{pu7Žxïªçx©y‹gÜ7uؘ‚¤®òº7âuYCúy¬<Ä'mÐpCªu´ÿ2븀¥Ö ÉÖÉ‹­Ÿ.´Î \`MœoMšgÍ šc-m3Ûº­Í߬Á3¬çC¦ÿç2jòÌâð ;¢€ˆìK†@Xˆ¢€È H€°%l {XKTAEE­ -¨PGâ2 —ê´‚Óª£Žxê§sl«—SOÛ3N«£Îôô›ô0<' ž÷½÷¾ß{¯ð¥k£ðW­qÖ&2N‹¼ŒÄ5œŒ6þ?åcÖÁÜuWíYúüLS“ºÐa©¯ñPf¸Ez´ÍNq¢}OjªSwŠÔ¥#9ÏmKr‰ûfQ…{»¨Î£MÔâÑ*êðlNÞéÙ”¼Ÿ­Mc׋¦8µ¢YNèWµèGv•èˆqn‹ü€:ø1˜ËC›UŒYs—mÇi¬e\΢a¹íÏõaõËæ;³×-Û&³ïÈ9ëÒ%nmi9ž-b»I¬òÒŠ5^õb­wX·ªFܳªJ<ÀÕˆp+Åg|ÊÅñJS¿à©R¿çªÄÿñV‰Ž*•a/ò"g1 y(D¢õú°3'Ðc-£XÇ…í-ð¢>E°é¶¼µV[å±víÙB§fiª»63“S—!÷®–q5’r^¥¤Ö·BÒê[&éòSIöð•’a~±ä¤¡äŠ¿B2 |ÇWHÞñ† ¼yŽ<<@ Üs¦3'ÚŒIpï!%ËhW‰'õ”wEX¶ÄØ6ç%8Ô˓ݪsÒ9•ÙÙܲ¬|_•TÉ/‘jФÒ­A -i_Pžô`\z"8Gz)8[úyp–ôy`¶ô-?[ÊøŸEžà ÜGþo•!UÈf¿Ó`¬óⱻ̒zËݨ³ÌÏHWfÞ¢Œ²n(޳¯.Hr­È³UyRŸ"¹œ¯æÊ*‚å²zAŽL'È’mHeû²ã‰ì‚ Mv< N“½ H—1|à—žÃøÎóíï=ÔÁ§jÌ[uȃyh$:‚öoñØ®1¥NmÖø°ZÕSmE¤UuY¬]…Jè¬,Iñ,,Îàææðs - -‚¥ŠRAF~MXz~[XZ~OXªb04E1š¬0’·C’O‚“òÿ ÊgüøÍóòð9êàz ÎüS-˜5ÐŽãu7ÖÔ tµöÔZçMÚÚ “šš5–•U16*M‚Cae²{nyºwvi–ŸD•(V*)%U¡¢’–Ð$e·`“r_ˆP9œ¨œJPÞ -ŒW~_òš_ÂøÅ/à;Ï—ÈÃmÄàö}Þ3íD`=¤#Ú–|Kæ&kjhò¤š&£ÊÆÕæ*mÔ²Âú¸¹uIÎÙ5b¶¤*“›ªÉå'©‹…jMP¢º9(AݯðÓãoÔLûÆjnñ6¨¿õ‰©|åSÁÌÃ)ÿû¨Å›ˆÁUø¦á=ÕAt¬ ç¡“¨kykªo·¤ªvªhç±Tí¡&…ï­[’Ûk›Õ"t4§¸¦4fp6ieÜm/®Aí»±¡‰«íòÙ Ý»*F{Ì;Z{Ž¥½ÉŽÒ>ö\WÿŠYǰ#kÎ"s¨ÿëÈÁe¸¦àèE-ì Ý=D-ÝDê.#RuÙSq—)º‚ŒäæYÑKÓ·Æ/OÞ"rnNwÓåxlвct•ìh]£g”®Óc½n¯û:ÝQ×HÝ9—µº›ÎkÛ;E¼÷Êyu+ãÞ¸.rgàã6äþ3AŽcîG=‚®=˜;ñ¹#c~ßR’õ¹QVŸ/+£/ÔD¼3Ò"iGìÒ„íÂå±½â•ѽYŽëz œ"{*œÖöh×ôv8DôöÛ¯î9º"¼ç¬]XÏÍåaÛÛ -º_Ù…t2+‚;ûE>E¾¯lÅy€ÿ$¼cƒD÷í[@Íæü,sЈÄC+(eˆCICþ¬„Áp“ØÁ(‹è}ñV‘û’­#2mÂòmÃÊlBl[­Cö, 8b´wjIàÞ–ý,ýwÿlÅßÅ,õëc–ëyfPោΣ}†0ŽõŽ`öÄ«ä1>ÇZP̨#EzSäh +btµqØh´©`Dh<’f8"·QZøÔšóGtf¾#}¦¼áaSŸáI“Uß{þÆØëàϦœŒ{?c¾ÈUä|þÓï#ð>J´gŒ¨ãiP숒~G´þQˆÞ‚ôä¯çŸÞŸxúpWmä­ßdä¥Ï0bëFžúJ–‡¾…å¦ïe¹N¼OΧÈñÄ ­<ñŽÿ‹å0þ+Ëþc´ÈEø'á×A à‚«w‚¨Uœ$Rœ"JȺñ÷DáSD~ç0ž7&gƒ-9ÜÈÁàCö†ZaXOË ‰dkÈ e†²2T“¥a3Yœï'³óãd2}‰ŒÏÍ‘ñÙd2õ–L&™ÿsî bp 1€û œ}ðm†¯vu§Náy¢È D—ˆ¼®9ýÈúc"Ó™%Äšq šå°Ä\ij¸gQð³(ö$ù6sí:À׸þ‰&åøï“ˆûö=w?¼pjá,5å\$}Hu9øˆhÕ ‘ˉ–ß 2¿E¸èÀgfh>mñ°u%ú Í  œKÅ%€à½z€„ßCQÍáŸßÅ—î>Áßþ^-p -1?Š}ž%Úw3¼åðæÂ›Š½ÆÌ…Âë¯ëm"»?YÌÁ}Ü7'zh‡fÄè‘#Ää)Âg¹üg(üg(¶gØÜ³Ïð»GàÉãØûi<—ánƒ[8çc¿iðÆÞ$ -ƒ—¯ë]ìNó/á{¾߀Çàà)x^`-?ØcPA~~BL^ǽA“ö—òÛmxƒ ¿A^ÞÜXà–µë2jîj¸ ?!’ ÎqXj8¼¼/à@d¯Ù¼KÇàù›ï»y'øü^„˜^ƒw–D¿81ˆ ƒ¡AƒÊ A`ð@fððcf|†œ,ZiÁ½CަÌÿ¸. &Ï4Ž?_$Ü÷n„ S¶ A‚ I8Ã}É­ -(ˆ "EA¥¢VñD±Z]QKÕuÇ]u;Žë¶ë¸ÛYuÛ©[­ÖµÕoÿ´µëv˜ß|@&ßÿÿ<ïó¾ïóó.ÃÒ|¦I ƒ*°4ƒvж`’݆èæÝé ý‡Æè{:GÏ1í>£{ô=¯ûOÁ“·€><8Àƒ9KŽðà Ó9,IñYÐ4òñ– -hÔÑKj‚Î:zA zïCoz»ñþ}HÇú†N#5Wèkú Ò4õó’þ…7=ôáÁ¬[xÀƒÞÅgÐÕB/:9Ð(F5¼¯¢oi-¢kƒV'´z µƒxç,Ó(ÊcËv‰îÓ-”Ìdã9ʇ¥/Àç¿Úð0 9àƒ5<¸ÁC <Ì¢(¹‹†^´2K⨀N-tP-ÐiGIvA§ïïG¹îBäûé§Ûô;úŒ®cûünÂù dñOPü#¸þ,‡ô úæ<Ô<ø2¯(ß’"6¢ˆƒVtrK1¼WÒ]ª‡N¶f+4: Ñ÷÷შ‚ºF‡é*Ájüž>Å7&‘©KX¹‹Ð¼&Þ‚µ€¾ñX>qYK‡5·a^3Ìw$D¬è.Bljè%!&#´òGtª¡³ -:ké2­‡F'}‚ú¼ˆ\LÐ0Gmž£Sô1œÁ·?BÇ9/è¢ÇõÑ_`í¿5qXgb^¹` ;˜ÑSKzÈñ‚v(âœG7˜(ú7Ž®ðRiÒ,›.™Ò¿‚ÎókéœE}lÙBg,7ÐGVÝtÊj´ÞE'¬Ðq›q:j;IGlïШÃWtÀéÚçÌÒ^0âÌ2o`]¿;1/p¼=ôÂqã£ÇžGw§ÙÓ- ºf#¡IÇE4ᢦ³®‰tÚÍ@§ÜMtÒ£„Æ•tLPOG=›è°ç::äÕI½zéC¯AÚï½—öz§Ÿ ôÏŸi·ïòýžôe9;ÀèÿÖƒ˜q¤=áÈ›AtWÏ-!Žv>]xÒ„Ï :ã?ŸNFÑ1aJaFƒ3™ÁùÌ~Q³WTÍŒ„¬b>YË ‡´3»Bº™âíÌ x˜æô‹Ïr¶‰¯súÄÿàöŠŸñzÄ,o³˜5ëù¬Ñ7!ˆôçA\}óÆt¹Ðøô`::ã=ÎÁwäÜ}3ÕÜ=3¸»g-ç휕Í”òvHÊyý’ÞvÉjÞVI ¯O²Ñ¬WÒk¶E2d¶yö³îÙ§¦uI®NÛ(¹g¾AòļMÂò׃uSÌú™W¸êÍÆñ/#º‰k÷J$zÜŸRáåÄ;:4ןöÍÉž»Àl(,ʼ?Lk¾-LÏï 3ð{Ãrø=aEüÍaüMÒ:‹.i“ÅFéz‹i·E»´ß²M:b¹N:fÙ*´j–ÞµZ#}lÝöÚº!Œý?ž†âºÁq~; -W0®Û‹1èó1ƒŽÁϨ̂ö.ò¦‹¦sûÃçš¿/“[öÈ¢­6Éâ­;e)Ö2£M»ÌdÓ&+¶Y'«´i•­´m–5Û®•m´m’õÙ5ʆíVËŽØ­’MØ×Ën;Ôʾv¨‘ýh_½ý‰ª…¬Ý±÷ wÚŸbî;—€þ2½•}…‚G;£Üi{”ˆ³E1Û¼+r¡Õ†…íúˆûVy‚C³<Õa<Ó±IžçØ /u\-¯q\)otª—·9ÕÊ{œ«åCÎUòQ—ò³.åò›®eòG.%ò—€u.^Ì:½á«ù¸ŠUh% sßi\÷ÇðÜyÙ®v¦-1L§z¦Y[ô<«¥Ü®i©Ò±!Jë¼R‘äR§XîZ«Èv­VºU**ÜV(Vº—+ZÜË]%Š~"Å~Aâ´ _qÝÓ¤ø§ WñÂ#7’unox€µ¿³ -tϧ£;„çü=[bí©+ÞÚâfðšµs-bÂíêÕ -§šhk¥*Þ½B•,(S%J“g‘²Ä«PY㕯lò6);|rU[}²•#¾™Êq_£òšŸAù¥¯AùÜ;]ÉzO ˜âKÑgÈÁe´]g3QÙè/1ÿ톗>øèJ´¢ö$ojNsæðëâØTÅF8–k•nÅ1Ëš¯êï†{1ëƒY³ß>æ=xéA>6¤šSKª5¦‰˜úÉ´*ý<«²ÄÅ…º(WS¼Zç“«÷7h ˵&aª¶,(E[¬×¶'j{D Ú]¢xíQQ¬vR¤Õþ ϧÂX-»Œõ~S|u¸ž†ýÍSù˜9Ñr€ü¾ yi5r©ÑèJõF!Smx‡W¾<Ì¢(5ÜΔé’©W Ò—ù¤&$èuiA‰ºl‘NW,ŽÓÕˆcukÅËt›Ä1º!±ZwX­»$Vé>Qéž«t¬0:ž SÜÅ:\3¢íFü'Š1s¢F º ¿w kà­>Û‘ªsü¨<{·(ë=sSÆB›,C„SzúR÷”´ŸÄÔøÀ¸ä”`mr†X£/Uë+§«’›B•É¡K“wˆ£’…D&_Y’üWÑ’äoƒ–è_ #õl`dÒÏÜÆ:\†ÎÙB¢ãhÃ?¬Ä~}Dë‘UÈGU¾ •å{SQ¾˜ÉË›m–ešo•ž»Ø>%;Ê5!Sí›ë¯1êƒTCÈRCžXaX!Ž44†,1lE‚åÆÑ ÅÆ á"ãÝÀpÿÂÓ_„/gåjñäà4b?R…Z¨E-Ôa?àÙuøi)Ÿ -JÝ)·4ˆ2KgòÒKÂø)Eá¶ …‘N±ù*užÖg©)1 27]‘k -’ÿ—ër‹²Lãðï›NÒp’á49 Gå¤ *eŠÉjæ©0Ó.5CD0• …á Œ Œb* y,SA×v­Öt½ŒÝÍÝ5ÓP#wUôÛ‡Êkÿ¸/‡Ï™÷~žç=|ê3)9Ç{bŠÎ+.¥ÊsBJ‹GlÊiULÊu·ñËî«Æ-}FDUô»¢û—9ç§Y÷væn¤»~#×BPÂsùwz:°[Æx’²­0?Ûs³}ñzv˜41+Ú,aÃD«)™S“3_³Ë˜í“ñ–r\ú2etúǨŒì‘‘•öͶáé'mƦ_S„­ïµ ]÷Ì.d­h’:ÄÙÕœæÚFW[²ší\ @¡Èág Û£%|þF¾ þï€ùžHÈ^Í—ÅçŘÇåÆ[Æä&XGkg)"µoÚ„k—ÚŒÕjc´Y/…i·[‡j+¬B´û-ƒ7Ÿ”m¾&ÌéµToì-Zûg‰/ pŠsp”µo¥§Þ=Å@i û.’õ!û®ÀB¶$3É+E–˜\䄉E>˜P,Œ+Š”EÆ™Ž-œbV˜hR8O¬[l¤[e¨Ë4Wë¶šùëô¦~º&ß‚ã2Ÿ‚«2Ÿm?™xoí7µE4'tfóý@s!ça'P¥ç¹Pä‘4~N.æ‘~Ž%áåÖSîŠÐòÑ.Ë£%哤~úéhýl©þmé(ýr©—~½ÄSŸ/q×— -ª²Áµ´Î¥ßÀyç=Á©¤_¢üP”*‹EÙíœ÷̱±”{²’óPͳq÷$YMÞ!³ÈËlÍ¢j5Û³Q†ð48ÃÝà 7C\ Qp1L‚“a:”†¹iXû: lër ¨ÛëÚ:XÖ…ÅG—!ßs–»òJüCô73Ïz¶¢»é(¦#w/k@RêdzkЄ6>Í€s+ 0šÃÊh¹ÑF˜ÃajŒƒÌ8ã šùÓKïÚ¥G€¹ yZ0þS ø$àÅŸ:²”Vçè›ü‘|IþD®˜_+€¿¸ßò’~ã¼ }Ç‹YünþNzíað=×ø·©a­w±Î[è^Oo -ó]@ïtzcÏ!g¹ÏÓO§Õe@ÂR²ñ‚ðéã…˜ô¿“[¬Ëmà/ìwY“Þ8à/CYŸ7}œü>&ÝÇ¢öDÏzocÞè^É:'±Î‰Ì7ŽÞЋ€7½ŽôÊé|ß »øžü“ü›ü@î.76ªÀ#Sà ·‹»Exa¹NEº"çEäú›ag&†]Ÿ »@;ö»*A„šÏÇ‘idYD–“T’I6‘|R@Šñ ¥xŠJ¿Ýû÷‡¡` VŒÁ’1X1ÆàËç‘ä2‹$á9’ÑÕ)®lüZú> «ž:ô¯šcïÅ=ö»wq?â4îà+–è_,Õ#–Lü[/@/c0c ¦Ã182o>CçD<Á úæÓµ„ù¬ÀÖâ>2ðrèÉ£cn£ˆ–]»‚cÖàhäTµq‰çÔ] ü ×å5Ž:ÀÕa¾F„ c€ a ŒÁ¹ÑCßTúf3§…t%ÓµŠžutl cnrNnpNþÊ9¹†2޽ß°_±Wð ·Í9nŸëŒä·ÒStÑøÿÐm:äk`Âl„~8ÓëËFÐϼé›Ï忘£-ç–XCÇzüYÜ–›q™sr :\äœt±çY‹/ЄÏqg8§ð5N2ƒœã4~J:IÇ0¢ð«ÌŸËræoË\=è f~±tNcN³éJ¢g).`%³KÅY¤Ó³‘ž\z¶ÒSDG)ǯæŠl@;rUœ`$_âÐàì<à“~´ÒÒò¢)ý¦žÉ¹¥Ì¹½$`’5õå¯#XÃxæ•H×ò›%TûϪü þÉB¹ÿ{BY@ªP!ì Ø$”| KvTH -Õ{%ê6ÉvõÉ6õUéõ]Yžº_–«M´¿ó¯º[ô_a¯3‰~ÒÉÏGøÊ1ªåh rE]ˆZ¨’T„ÆKËÂþÇs™5}¦qü‰$„3$á„$*Š˜p$H€Ð Žp‚$r „3œJ¡ž(Z­ -µUñ¨­[ÛêvœînwëºÇì1»³»ãìÚn;»Óq:öØììîŸùýøåÇïû¼Ïû¼ïû|õÌCÒb朴’yPZËœ‘60§¥{˜SÒN椬Ÿå’²ÆeXûd‡Yc²3¬ÙUÏaÙ<eÙ²gì>Ù ¯^©{žøb Ž€ðœ¿8öïåB? úDKÉLz-Y@ ŠÆa¹Œ9+Oóœ‘g±§äùì ¹Ñk\^åµOnñ“7zÈÛ¼†å¯Aù ·SáòîWÌz÷)}z—|ºw}»äŸøÚåOý:ä_ûµËÝ/I~ɳ³¯ ôðœä¿^Ç˲=6rr<-æ3¢3éqÌÉt{Z¦÷¨2×wXYè;¨,óPVûõ+wûõ*mþÝʇ²Ï¿S9Ʊ+g8{•Ç9íÊ¥€Vå­€åÇÜfå_¹MÊçÜF¥›Û˜êhø§ÈÁ¯1þGEðh9n¢ý¹úzú[Ä1¯æÐt–„\Y[]Ù™œ½YZ^›¦€ß¢16kLAMKpƒ¦9¤^Ó²[3 °hƵšùÐÍ™ÐjÍ[a&̓°Jõ…ê‡V¨Ý‚Wùæþ´@÷N zì]ð¸žÄßsÈÇ„E£9 70z -âXö|¹w›>cÓix9º ºœÂ«¶,´Vk«ÑÖ ÍÚVa•¶'ܤ ¯Ð•iO‰JµWÅ%Ú÷ÅEÚ߉дÿe»Ã@è*¿G þù¿oÆ<À{^Ùy°¢Ç â32ÈYH=Æ(²—lóh+Nôj.Lõ«/ÈäYòµAæ¼|A•¾DX©7‰Êõq©Þ&1ê»"ŠõÃEúéHƒþDd¾þrdžþ½Hþ7àK‰N÷½X¯s‹@ø*¿E¾™° £í7Z®3à(b™B\Cˆ£§"€ìj«ˆ]×\.ó¬+Mñ­5fp«‹³‚*Št¡¥……¢bC¹¤ÐPY`hŒÊ7tDë Îha*:ÇpåJ›>ãíhü†ßàŒ«w­ò9x»{#ô—`‡NÃçÂÕ‰6¼ñX`׌Á”×Eºî­ŒlGSݵ“Ñ¥òUvj9)Üd{/É^ËK°Û¸2{w€Ô¾Ÿ#µòßa?ïo¿ã»Ýþ ŸmÏ|·¶¿ðßÒææÄ¶ºV¹9¸…ñ¾½ó£ð\ã¨GÑ$è‡]mÁ33b2À&eú“z0œ2‡6Rú`#u0™©LóLrj¼œy>Rg©O¼³Æ'ÎÙì³ÝéðÞæÜçµu`ž;pÎsóÀmÖ¦þŸ³búž±6ö¾`oèv{¯w¸}Vy׎yÀø/¡&±?O£_…ïš!êÆ}Ã|žë'ˆÒ\L’»ø”4!¡Ä‰M$ØÁˆw)Ömw©˜[]¹¬XWk“«Šãj`ntuzlñˆŸ]5~v]Äþ[ ÉþŸ1Äcÿ`ˆF_xˆFÜÌða7k•ÛÈõ›û0pFÍ¢a>L4 :æ1°D% (À¶96mž ¢˜9 m˜ßLëç¥5¿“"çÕ É\C‹&òZl$öI±NŽ“Ç |x^÷8¼î±?`üE÷ 1»×xù¾ˆ±Ÿ…ÆÂ)äà5¬XÁ½ÀŠ{#®Ùg‘ƒ×‘ƒsD‘ç‰B.ù.3Éc9ÿŒFð"Á‹q@MN Ð,›_nxK(´%Lî|àLíÙ'X|Ÿƒçà»5®ÁÏ'‘hÍAc4Ðh\"ªúeÔÁ%¢—‰6¼Av•(à-˜¢k0×™Øà9 á -²•m  !YA7q®`a¯ Ù7‹ëøÀµ0ùÆøÂ÷k\ÄØÏBû(ô&/b-@«i3ãuô2¡—xs°B$ºEÄ»CÄÆpÐÜÌ -6o¢÷Ðß—½Æø4F¢{€Ãèa-À&ó…ý‰ýð6~Œ÷þŽ÷Ÿ¯qã^€ö t‡ ÙÍZhCSÍdhÆÞ%ßû/ÛeÕ䕯á7 ¶Yˆ‚íx4™–?H !„%« È"‚Š€ˆ, -qAPª¨Uq츔©:öhµŽ:ÖÝQë¨í8µu™Z·ñÔeê7¿ =Ç?æÂwÂ}ÞûÞ÷»÷¾D’/áÿ -Þ¿€cà8ø+øœFNκGN.ú]šHt%.'×Ç l@7°&בäkìÚ%pwˆu˜wÜÍÈm%¼ÓàMÃ<˜gÈ!¢À#D£à” …B»ë 8?ÌE€åE#†±Ên!–ÛhîŒD³„ËêƒP¢‡ñh °!?Æf÷/ßLü1òñøä=˜wÛ ö<*Á|3¢ Þ0xƒ0Çѧˆ<Ïbýí¾+î s üü üîŸÀ#ðL@ôÓ ÔëkÔÈ›84’È;`óaQìŽ!XrCÏ+FÏ錞Ó=§ž! $ƒlPf‚jPGo¨ c½F¯û’ºè­¢_h-èGg»ƒþƒNóúݧèTÑ]úßzˆÿüÀƒ18!ž€(2èWʇ¯#Íg=GùŒZÐŶÓcôº¨žÕó¤b=@w{Eû#¦;èw¿GT·1Ò»|n Åà `‰‡8Ü·1xá™/œé…c~&Ì+¾)ðÁ3“þMU>f·Ž° ð,Ã’¬ÄØ}»ŸnÒ§tƒöÑßQ¸Wñé -þó2F½„Ñ/‚sà,83!B1ƒ;æ:ÎÌ/óІ3 K O>¥ˆ}6Êa.F®£ë´žV”åbxºàè¥ ÈÅ9ÚŽ |†Wæ0ÄÓˆø8Fþ -ÆÃàËw€›ÿÖOðs±ÎŽÈ«óôÇüÔp2pÆÁ— -ÏŒVGs0‡xêáiÂ+ÚǼ¶ÝðôÁÓO‡h'Vã :€oíÇHö -„ÑÎgï0œø 5†rF?ò9 -s ÄÜBጆ/ óÉ€'žbT[9<•ð̃§žxÚ‘ýåpõ³öÐí¢½X•øô-ýë±+¼ V;[‡ùÍÿÜ·‡^s!ÜRÌu¼j8øLpYéÏ”O><%ðÌ„§ -ÕW‹/€«oD'\=p¬£-øÙom¢£ˆè¬Ð}<ÅÛcß0k8C1ж ÑMl·ß`û¿€Wû¹À=ëoœzÚÃI ¼4ú”ŸC‚i´]PJ[fчjêÖÑ&amµÓzÇ.Z縆úœ¶Ðj§=ô±ÓZå|…z\P·ë+êrc‡X>ÌKlõ°½ÞòÅ–‡íä4ŽžcJlãˆå /ú““írUÑ€Gm“i³gmôJ§O¼siw!­•Π5Ò -Z-­¡^Y#­’µRl)uË{©K¾‰–ÉwÒRù!êTü:|îQ»ò%µ)YŽVŸ·<•b[GtGïi5ŽŽ¢@ÜïÓn©3 (FÒ–´a”†ÖÖÑš1fêc¥•¾™Ôí›G+|‹h¹o9-KÆÎ§Î±MÔá×Aí~ÝÔæ·žZývP‹ßjö?ÇYè‡Óèÿ ·ÁŸåÖû³¼z¿·<„뎗 8úáˆ9>×àh„㜀6úËhíûïQïïÔÔ3>‚Ó5ÞÀYÈé HãtdsÚò9m%œÖÀYœ–Àjns`wa`+wAÐrnCP·>ho~Ð>^mÐ×¼š Ûüê ç‚ª@VP9ÌœÖ᎕k8VNáÈ?C´ìŠÂµ# w;äeõ õLò¥e“&p«Bx‹TQ¼V•‰ß¢²ð›T6þU¿QUÀ¯W•òëT‚Zu­`žºI0WÝ)¨R÷:Tª7;T¨f«Ogªo -ËÔOE3T¬¨ô¾‡çr$щX¬Ž·A0`Âס5ÈÉŠÅ´D3’iÆs[4¿ç/Ô„;4h¢…u³°6Ø*¬ ÎU犪‚‹Ds‚ËEšjÇYšFÇrM»c™¦Ç©T³Ñ©D³Û¹XsÔ¹PsC\ y,Î~X;Îv¾CÎP¸nìOFÐn³à^…cn%âèŒQ[„‚š&ã4DLä׆‡ç†G:VjNÚçYÚTçrm–ó íTq©vº¸D[áR¬ïR¨ýÈ¥@Û嚯]ïš§ý£Ûía·líU÷,íÏàW·Ì0ö7\¿Åuç4æ~8u`C¿‡þ³? 9@]ˆ£MÏ£…zoªË©Ññ*u -gE…;•EêÅÓ“K1“äZÈØÜ -˜÷|¦Ð=)÷Èej†rmÜ,›Z`K q´¦LvM´FKÌÉqÞ±‹<ƒ᣷LUê,3”‘–%ciQNNîö‰HîW„'.K>#µü( Mz!Ibå!‰¬,œBœá˜Z˜‰V¨÷l|^€œTá*ZŒv%/ÇrrFRFÎûœ´ì‰üäì`QBf¸Ø”¡s7¤ÇzémI²H›M1Ù–§·•*´¶jEXz³<4ý\—{TÔeÇ¿ È‚r“‹‚¢Ê%nŠšš¶j¥§P‹ IZQÒAaD”KâÉ DR*ÍʬLËUw;Y[­§­Ž—ڳі­i—ÍÙÏ(ÓÙ?¾g˜ ïçyž÷ù=ïûm NŸß4~þ ãæŸ H›% uîÀ”LGÐ-=ìz‡}ÖA˜K¥]˰ahÖd 6i5YDM²r½477DçŽÔƒ¹q.s¦ïÉ™è9ã±»|¦™gúM1ßï?){nà„ls`zvAàxó“ãÌ6ÿ4sÃàTóžA)æ^¿dóŸ}“²/û&>zcPÂÇ`äŸåð?A ŽÒ ð÷=)íÀlåê[Ãëêåø >_H]2 z  @s -#toa¬afA’ëôÅéîSO1Ý™?ÃgBþßqy™~©yÙ~)y‹ý’óK|“ò+Þ‘¿Ù'1·wB~¯W|ÞiS\ÞeÓØÇ¯{Éu Œ]èðÍqø'Ç-ôüŽURö°±\ªæuï—‹™ï2¨ÍÌbý¡8TÓŠGjjq¼aÒÒT·ô¥“ÜÓ,Ó¤Xî3%YòJ´<â•`É3Å[–yÆY*ŒµÔ{Œ±ìòˆµr.z×8ºè’qÔŸ®{Œ,txF8LN½J½aźVÓ œXÆ*f²VJij LšÃ÷SJÝ5¡4@ãK‡)­4F)¥w’JÓ]¬SÝ⬳Œc­ÆXk–1ƺÈ8ÚZì6ÊZî6ÒZç:ºÓeøÊç]"Vž2D¬¸hVòƒëÐåcø2‡»S‡©÷ÖÆF/TÓµRý&f¯%ñ]ð]Äs±Mä7‰6“âlÁc‹TŒmŒ¢mÉe›hˆ²Ýmn›cˆ´Í3DØr CmE†0Ûj…VÖjHe›‚*(`íÛò/ÿ\k®) ÌaXípqª—z?ÇÚXÒØÁf¬XM#ýÈkÑföK”a—¦£4C|v/…ÛƒjTˆ=VÁödÙ')Ð>Cþö5Ⱦ@¾öÅò±¯iÓz ¨m–{M—Ü6¾.·êPŸŒë–{•ã–zàw’s;̶&ö¡Eªje6òšßŒ÷ã³{Ñ$”Èû(ÄIÞ­&y¶É£%Rî­±2¶&˵åN¹´ÌbÐsø´Ðì-4Z3›ÙD2MíÒ e#¦±¯Ûp!ô º©ýäµo w¸-mRí© !3Ê@ÓP*ö0f—¾[¼Gro7¸â"Öbp\öNæoçáÏài§áÛWÐhlòîmlv>wûe&†6bhûU]ä·vëofmÛ^i9Z„ævH³Ð„}RÜ3Rd§Ø%™žå"Œ]Õ~âè6!.ÃÝCi¬Ñ·/`=\/Ó°ñ»_è‚>'"'ïú}ø;9d ƒˆÁ•÷ƒ`ƒsÑÏ ¯ x `ä²þäQ¬/µ‚\ÊtIpÖé…Ó ¨Î.}B-þ¦C´Èq½Ï¾Gtg©à»Þù?ÁvíÁù7l̘Ñä–Jíî"§ÙpæÁ0ëSåÁXcù¬$2•p6КvcOÎh-»— -tó¸å±9Ëct‰¹®W ü^GoÇÐ_ƒÛ1|'#\rA‹%œ¤5‹|2hý,ýE90Ã("‡å:IoœÐQ›ÞÐFXõzMͬ¿K/«‹1ò"Õ8©ƒDþ<«;;ð@¿ºûõŸ©ÉÞŠ‹|½i÷0ò‹9ŽGp9͆• çÆC.9C‘ލ„QU -©\½ôÆAö¤G¬Ý¦gÕ¡NÈÏÙÓ¬Öq«S~R;Ô=hw¿œüë¨]êÌ> çèÍSÔâMjqŒZ¥/ë8óàdÃyN!gUk¬ -XàÔÁh¡»µ“_lç¿·±âSZèèf:® ²S[ÑÏN¾;ö@écÆí_=o ·äEMCáFÃM9•#âXÚ§ùäd&ŸEP -a-Õzt;½±=i¥-ôEŸn1t©ÁpX›]N«Îõ3ÙWUë~S5mì×÷Œ×+ÁÒ'}çõoc s¾ÌQÔË3Ò­uºÅ«Ã#]{L×NÏÙj3=¤§¼²Ôêý˜š½ó´Õû mñ.V£U›}Öªn`µìT;p»j|;UíwXëýN«jвù_Se€Ch­Sþ}ï³(Fm~+‘#…×—¢9êùÏrW‡ïíô­mÉj š¬­Á3Ô8ä~ÕÉT]Èm -ÉQMH¾6†.Quh‰Ö‡®VUØ:ÙÂìª kÕÚ°•‡õª,ü¤V…ªÒ¡Wµr¨ÃàÔ -§Â†¯†SƒÆ?ÇËñ ƒéðñc9öù®-l°š† WCd¼ê†§«vÄ4mq¯6De¨*jžlQª"*Wk£ -T>réÿh®ö¨&ï3üæ~# ñVï$I$„ A’pI!\„& )jœhmÔ¶*X©Šà­^:­ÓS®÷®µgÛéÝÙìv<;;»ôœuu[·nóÛãaûã9_¾|ßù=Ïï}ßïý=/©wÐNõ.Qÿ€†5ÇhH3ËÔ\eE4Xš/Y}š?³·ižrz5 §W½ˆÇé8ºòƒB©ø[;öÿ̆@Ó h;¢I ƒ©+iÿ†4Ú›žÃÚ“^ÀO/aÅÒݬZkT[ÏÖ¶°‡´íìAm;¢°·kÇØýº vŸ.ÎéÕâôè.sºu÷¸º/¸º¯yíºóBZ†ÿ<‚õù ü÷q´Ý‚í¸œÃñ2ƒÿŽ"&S™Ú—¹”vg©)–•ÁÕçqvè‹8ƒz7¢÷rô~n¿¾»MßÊëÑwòÂú~^—~˜×©ßÃëÈ>ÄoÏ>Éf_´fß´dÿLØœýGa“þ_ÂF=#lÌZÄ—ˆÿÇà|Ǭ@ *‘<>4.ÂܛϦq£’væ­¥¡¼tvĘÃí7Zx½F?lÜ$è2T -¶j†&aÈ=ÂVã h‹q\Ôl< j4¾&Ï‹ë·%uÆÏ%µÆß'Ô¾—Ô˜Eä2’/°ßÊ‘‡*Ì{5¨àT5,(tLAÇn<±$Ò`ÁJê/Heõdq»,yü³M4—ŠZÍnq‹©ZÜlª—4š·HæÎ„zó@Âfó˜´Ö<)­±KôYÎ%V™o&Uš?Mòš—ä5ý`½ù‹øi Ñ»ØÿÛµÈìß9X¯éͰ¿Ð1 1èˆÚÅÔg_Na‡šµÕ¾‘,Êå·Z„6»¸ÁæJØlõJk­5‰5ÖÆ$Ÿ­=©Ú¶MVi‘UØöÉ=¶#r·í ù&Û[ -—íc…Óö[…ÓúÜieäÎFæ"ÿ÷}øÁ© þ¶µ«q:öBÇ(tô¹øÔåTQ»kµ:ÓÙM¥z^CI¾°¶Ø&ñ9Š¥UŽò¤ -{µÜk¯W¸mŠrGXYæRº{”¥Å/'—ŸNv_O.r|˜\èx¬,tü]YhgEE‹ø‰µ~ü0̶Á_âz÷»¡cúº=l -¹´Å½šÝ©¬úòLnÍ&ƒ ªÌ"ñºìR·Ë%+sV(œÎÚäg‹ªØÙ¥²»¢ª"×.U¡ë%•Õu*¹Àu5Ùìz_irýFirþ `”¦ÒE|„½Þ…å¼ÞùvxlŒ¯à:-ãÐŽèh®’R zÕU«Yþ*§²2‡ï©0‰Ê¼…ÒRO©¬ØãQyüÉ6O“ÊêÙª²x¶«Ìžñd“÷ 2ß;£Ìó¾©0xß“çz-ÏñüU‘ãf9åŒòÞGÜnA_ïF™0¾ÉnÌ{ðÙÐ1€g!h¬¯QMݪ®[GuéìòZ=×U“',©±JŠü%‰V_¹Ìâó)L¾€2Ï×®4úLžë?(ËñO'eû¯$êýï&fù¿’fúž$eT12@¾±’‘?Àú7ƒQÀcÀÉ~ô%Œh“ø=Šÿú—6hñ7sÉÛ¤ wÓ**kJe•6epž-P ´’ü†MRcCURnCCRNC();П¨ĤY©„ÌÀ´$#pE¼1ðc‘.ðH”^ÿD²a3#M«cÓj™Ä{[ˆÞž/lCoÜŽzÄ(LÀþCK/´´ .UÐâ %Pqh9ÙC)d iY–`6'?hâÚŠ„9m.‘¾­RœÙV/Îh Š7ûDºà˜P< Ø<)Hk»ÌOm{À{¾íW<Í–oêfF”ÒĈÉäàxæÁyzõ8Šy£Ù^\wì@=F‰1žx¡±°‡Oæ°’òëÉN¥Üp&K6r2ÃVîÆp)Oöò7„ëøiáV^j¸—÷|x”«ïç¤tç¬ï¾È^Û}Ÿ½¦ë—¬Õá¬êxÊ[ÕÎðW†Á-äÿ -øçFЛ^@=î":ˆ±ìE`÷гÏ6AñÑG(#²”t‘u”Ý@iÑlJšXš¨-g¯úÙk£-¬5Ñ0kUd˜µ22A+"¯Ò²í ´tû=R ü‚–ô}CK¶=e©z6À¹ø_ÇpOïCÄ86µß®¸o݃¹ zJƉŒ1¢ô1­“ÑÚ±´z,…VÅ´ô\,—VÄ -hY¬”–Æ*I Prl+)bQ’½HÒ±£$Ù9G¢Ñ;$ù9 ‡ÿDâ¡ï†Äƒ ]ÿ<8fÁycØ‘—PÀè!¢0î1y ©Ïõ€f‚hù—ä“2’M.'éd -%LjI<™K¢I 'ʈ?á'îd+±'À ߇ÅöžFp1¼î~ˆÁóî®'Ø(\ì ]ÿx^ïñ#èMÇð9Šo÷5q¢Ò—‰ò-°H„qÀ¸XÀÅa~â8ðã8èâh®q4ÞøVøñ‡O`q –1cxŒÿ[àŸDûŸÒÂä<3¯¢/G ðêqï¬@îÕÀ2 á$Œ‹4 #8™rú9@E cfdFdð ÿ b1Džɉ9lô>†ÔW¾Aâáf14‡½Î‚ãø $¾Žð dý@+àŠg‰ o¥+ÏÉÎñÎËÁHˆÇy˜áùeŒ× Øâ± hÂÐ|PÌ Hè‚Ðò0„0I"¢ëÞD7`¾Š„yBŸ~ƒ‡é.Ãaø»(þ0@Ãg Ohì`7ƒ[ -n>¸fäw=æTð$£¼óOq°ta‚w º]ƒn@· =º Ý“=@¿>ÄàüÙÏFðŒà€ ±G°Ñ#‡à´Dð¼xN¾ ¡g¡ (2@™òÀ¡UÓ¼ÝÏ´þ¬α‹ÃcþD}ð‹ôÎê!|æàö~€Ç»‡Mû7‚ÿ–nÂiþHÃXåŸÐÍ ]‡®ŽùM.÷7ßËš =EB:(Ì÷¼OÅ0*˜¾È/ ¹i½ 9å€áÃF `,c J߉œº± ½à¬Å–lq]F-.á]@ã~ ÒtíómÄÒ»¿ÓÓü_¡ÿ’yú ¿@0c°µz°¬àäÓTF5`4‚ÑFËÀYIÒ‹¨ü½Ç{µ8KC8.GÅût +EFéÈïôt ¸Á‘/yNB~þدÔ/,3Ú0'Ž@1V,Güµ¨ò|:ƒ8N!Žˆã8zãìÉQÚH‡i+¤=¸Fö£§ÐWèOX}:j´ß´w<†1ÝŸhå[c-î…½ú˜!¨a,xz°,¸r‘“ŒÄ_AE‡ÇôèÛÔÖrpz°ö:¬½WékˆbíFvâPvÉTz;ˆ¯NhÛD  aèËÑ£ }ŒÞ|½y†[ê—^*X™àä#§ÙàxÀ©§œ&ìþ"Ú…³²=º{ò*ús+ƒøÍˆôeìÎKèšÈvý‚c鏿ëí®Ú‹Ðy\ÿÿ»þ$Èu**f4˜:zÒÀʧœ9àx@©¤-ˆcql¦Å`u‚µ -œµà¼‚Ÿ»©«ô!£^tÒè Z…S½ìQuC÷p¥ÝÂ5i:®<\õ§ðÅ“|PÏC ž%?¬ -fxz°2h3'‡6q i#¯ˆÖó<4À¯¤µüzêç7SŸ z+¨GØG«„›¨[ˆÊà‘Y.¡v)KmÿÚL\߸ÊNãÉ;Šçf?Æ¡çð¤Éø´]0…%3i“4’6Èhc¤~…•ú&9¨w’“V?3—V=SJÝ“«iÅäFZ>y-ó޽ÔὑڼwP«÷[´xÊIj™r™š}¾£>#ÔäÃþ_·ñÜ^Ä•~ÏÜ;xràs_4fìYxòQ›MÞ2xÖÖL ¥žçbiÕ´$êžf¦.ßLZæ›KK}]ÔáWLm~e´Ä¯–û5SËôvZ8}%-˜>@MÓ·Q£ÿ5øÿêü/PMÀ]ªx© -`9Uþ,·ú" ÏØ§“ñœP=žu-ÆŽ8ðQ›þçEÔàCÝ3iÙÌHZ˜@m)Ô˜A‹‚²©%(ŸšƒfSS‡æURCP#Õ/¦Úà.NMp?§*dSò&§<ä(§4ä®'ä·$ä1o^Ë›ÌòGu5}îq3z {ŽÏí`f|Ôdu‡–ÏšLí¡þÔF-ᱜá:Îüp§!ÜÊ­ ·sk ¹Õs¹•¥ÜŠˆZnYÄBn©²“çQ¾È+Q¾Ì+Vîá)óç(?仕_ \ÊŸÎV8¦pVx 9¿ þ1üÆÀ7²0ÓXQŒAkP›.ı$JF-ÑÓ¨ILõª(NJíRéyª4~™*“ÿ‚*—ïQ¹ùóT%‚bU• HÕ$˜Ó.tǬºb^ÆìåÇåÅ| rÄÜÛU Vl×§xRÏ€yÄŽ}ÀèõGh+¾¯ÇßzÛRıP-¦µÕjfP¥&œ[ªŽåyÔZA±Ú(,ŠÏΎϹã DÎø"q¡ºL\ ®ç©[%¹ên‰]³^’­yÍ+K³ß˦>'µªoJ-ê‡RK<;®8Öë£4ŒAÈÿF®}3vá‰,ÀŒ8V¢6mˆ£1‰OÕ:o*Oò'OÒ,Î\]4o¶V#pi“E‰&q^¢U’›èð²'º½r´i–¶Fš©m‘Yu]2‹n,]·]nÖýEnÒ•µ7 åÆDvL© ¬ì<ò=ŽÜ€½wfü"Œ¼Ë× Ž.ıqÔb_JSšgô¥"cÇ•¢äâ½V”£O‘déÓ¥6}¶Ì¢/”gè‹™4}%c6,`R ŒÑÐÏ Û˜dÃ[L’á £3|Îh ­žetÉãz58†qïm°ßÅKÐ øìC<ˆ£qT"Îât/r§O¥Âô”—ÆÍISñ3͑Ŕ,I7™¥f“MžjÊcRLszS¹"Ù4_¡3w(´æ>E¢y‹BcÞǨͧ˜xóuyœé>gbq©¬"ÞÈ*ÎæbLEÞ{O)î„rÌØøìÅïˆc>â+ƒUpg )?s -92ý);sÇ–ÅK·Å MV8Åš*Õ[,ò$‹ƒÑZÜŠk©BcmP¨­íL¼­—‰³ ÊcmC2•í¤4ÚvMeýAeù•‰Ì`™Èt–9 ÆábxN؀ݰE[ªÑø\X– ކ¹ðn¢‚|.eçN"[®/eä‘9WÉ5:bùzG¢HgO‘$Ú3¤j{Ž,Þî’ÇÚ_ÇØëe*G›4ÚÑ+r¼âé’('ÄᎫâ0û÷’Ðì_¤¡Y¬ ’Ÿ@®‘÷¸;ëÐ}êá50Š·VÕ#¶Ä’‡½ÊpIÉäšJF× Ò»Â8:—Š—àÒÔN½(Ö™&V9³%ÑN§$Òé‘(]u’×q¸«GæÚ, uíÎr»>ãÿí2Šò¼Âø3Ã""Q•\q š¸Õ½U’*Œ¢8‚Ê€ #2(Š .ȦRÅ%BdQc­ -Ô˜å´iãÒ$¦51Ö65¦*¦‹&j=¢Éô‡`ê=œçÌw¾aîsï}ï½ï}L3n9÷ŒùÞ%ô{ÇÐév×w°þ}ðV¥SKÑ[` ÏËx—‚/sù~*¾Œç¬æ.fö× æ0Eš# ƒÍCŒÍ##Ìãú™_rêcŽqîm6;õ2§8…™³Mæµ=Í[BÍ{ÁæwAsÏãn:Ì~ìkwöµw8FÎW=¼»‘§[s˜Ï À&eeIIR,’ñ%r4ŠszÞâ¦_EX‚ÕÏÒ[},ƒ ½,à a–±F“e²1Ô2Ýb‰3Y’ –,C€¥Ðàg©PÄzuK|[¾ ÏÉwÁ ù&<2ú$ؼãíŽMÄyþ8w­”*òèKäP>ŸKs©Gü™\üY¦4ŒÜô[â$“ÕS¡Ö -±öTµŸ­‘ò·Ž”Ÿu¢º[§¨›5V>Ö…ò²f¨‹5_­›ä‘V#·ÅoÊ5õŒ:¥\“Û¢¹'Ûåžd7!Îýð¼çŽ5ô2¨ ²r-õX ™ñ'z•4"—K½ø_?›‹|l]åeóW›Iž¶þzÎ6Tî¶Ñr³M–«-F.¶yr¶¥ÉÑ–+cv ƒ½» m•‰XZÚ,eÜ‘Ò˰ĮƒØ¬‡§ -îíé‰Rꑟ؊¥ä"z¢ønd!ÚCðËt,è(Ç/ d(çð€­` - Ø (¤|8#«·KyˆÊ•·\tæ -ôîòðƒÞÈçŽØ@-”Q›©…-ü+Hç9¡œ~àýxüzá›è K(^´\©`+eá(eñ(.߆oi<Ÿh»‚,ÆhQ=ƒ¹a¸ -»öûžMÔÂVΡ’¯pׯgò6jDñ~ˆÁÀ‹w.€U°ðUºü¨ÄJüØ>¨íâ¯d¸no½|, ±N‘ø?Am¿¾Ñ6¸7™ ßb⊃ï燙GðEÀ—'<o?,íøø=Àò@Û!§¤3œÏ9êä¼K; ë—øq™Ëñ*}r•!ðgÒŒW0tù3•½Þ%Äß(M£dÆÂ9Î`8»¾G´rhçù¨?dÒŸÀ§àø+øÐzÈ:é:çs“z½&}K¿ÜgQzÈÀm¡É[(êïH@K*Çø£æµËtÁ` &WôZ÷1Úî‘ë;-ÕCÙô@+Qhµõú5uuut‹¢½‰2û…ø5‰º¦ úŠò–.‚/Áðgp¶Mo>ãC+<€?è‹*|¾ pM…#Ž8’õYáÈÒ -‡c•®£Øþ’û'êñ+ýBͨÀ+¨ÐK: çoô¹>ãïk}‚Å3X~ŠÓàƒÿãÃ÷èÌtæ=…áy$\cˆ'ŠXbàˆƒc)º¬%ú;:÷"~\PÇPˆšÜHl›à«äx^‡çÇvŒr9M6®R>€Rú~ÛæÃ`r«#¼]á æWˆe¹›ÏT8frìóÈ_"öS)‡t¬/ƒgñ¬Ö)ÔìIÃWý]”p=íÒ€ïÓFŸs2·Õzú á<ån+r×ß8shÝO4®ÑðL¦$§c6±Äë=YÈr*<éz?ÞÂcʇg=e:¢m:D.2Hðû)Þ}œX=§[ã³hå¿n´—rkYŸ• ñùW( _ñ2ž—‰'†Xæà§ma<¥Â’AfÓ«½Ôh½ŠTK}îÑNUóf7¿ØE†vrz;t—ªµsZv¼lCK;s{kµ¶Ú)ÈåsðúÃÙ¾Hb×OᙂÕø?‡Q@¤xRU…¯áÇ.zeµQIŸlå¯O6ãi9‘”Q-%°ÓaÅpoEà6œWÒ_\¤ÓมmUâô&!pö‡ï¸ÆÓ$x¦Â3ž9°$Ð m¡g7ãG¹rTJm”Ð'y³ÏÖ‘¥B*c UTÀi¯&óyp¯jÇ5ÆÈŒÖ?2ÒÞïÁ¸e¤4rÄ—½r#ÎîX #á×8*21EÃó*ñÄK\Ip¥Á• W.•QO;žœÐr{U•mhÖ2ã]e9َؕf®»³!Œ[®Ýw{ÃÏHû%£¾Ž÷»]ŒÄê o ÊŒ}Tì© N#µÎy‚ -;D©Àešò]f*Ï%N«:ÎWnÇEZÞ1]9®6e»æ+˵D™®•ÊèT¯ôNGeíô‘»_UªÇ=¥xØŸ`¸ÌØíÏøLþ#‰ŸÏ:®šÝ&®z®À2÷*róÕZPåwŽPžçP­ìò­è:Q9^/+Ûkº²¼f)Óˬ ï…J÷^,«w–Ò¼W)Õ§H‹|¶*Ù§VŸ&-ôýP º5k~·{JèfW| çûr !Œó#£Ø-ù¬Ê>ÁJTÎ*°Þß Õ¾žÊí œ½µÌo°2ý†+ì–øORZÀ¥Ä(%`¶’”˜¬ÄÀ - \¡ùAë”´Eó‚öhnPƒâ‚Oivð%Åß5Ì -¶gµáÓç©®µcãX&ÖÁ]£¹Ï‡qŸ²Šäs>9Á”Ò]é¡&¥…F(µçP-ê9JI¦ J4Ei)ZóM¯*Þ4Wæ°DÃܰ4C\˜Í0;|aVø&ÃÌð*ÃŒðCƘðãÆéáÓÂï8D‡Û¢Ã쎭øx8×=ü¿žÄjÅŠÓº‚±–ÿ—í2n²ÌÂøÍ¾#HekYÊÒ6]ÒЄ&4M($¥mJ i)4È–*[,È@”½U‘ÖÑ©²É¢"‹2:0(B„uXÎàèœ93zÅÁ 2¿Bõ0çÌÏù¾äû¾÷yÞ{ïû¾÷ñÐSð,Nnbé:™™ž$ÑŒþ2-#Cîɰ*"f‡b’Ù£¨5û•5æ ²Ú\¡o®VŽËŒ(+3ëUc3T¡ÌŪò¬ÕªÒ¬§Õ%Y;ÕÁ¬6õè¬óšQ™_„v”ùÞfÎFÒÚ”‡RúkðDðV[º¬ c¦U)ÓrºÊdK²L² – –lEØbS޳ WUZ¼ê -K±:d)U—Yª4¥–‰š1¹Ó5Áܹš@îƒÚQÖUÚbk«Öo}AWd=¨óæž—ô^Ë Ð{sú£Ä~?œ/Òblãx_7–º4ÃëÉËúžLˆÆl#:6>‚Ì·i  ¼÷cÐÅ?…£i½*›àieœÕ„iñ&ÊÔràÖÍÔ!i¤=ŸcÚ›]xþ6lWM òŽ6ò²3ŸÃÚØ] XT»‰Ånw½Ä³wxXìøZÖÁ³žåŒßÀøSA%~8ìŒö‚H¯"FBˆMàïÃ`¨8l:ðÊMCÀ!¬¡øÍ!µú: ò!Å6£7ÈI «"kcB‡ˆÅ!jóà'ò8œð-ØÎ¾ _¾Ñð9vSðô§ÓË?öw€!n–Æp¼þÞ£NNbΠļ ã|@äC¡ÉÉyŠíoãÃs§eÜq8Î1{¨8³öФÀÕ¹ëuÐvG;Župï‚7M¢ÈYÀòÇÖaÉϧÔ묙KÔé·ì—Ù3¾gŽ+ÿòž_<ï-(@2øä~æš„q«¼á ¹"³pJ rçò-NæüÌW8Kxš/qB)ÚÏ)š $ìS‚ôo„}ÄÓí|Þ'Á»ž÷a½äº¤Ébƒ«P¾“€|·»$µpL‘/¤žñç0þ<ùDÊǸ·É -<ë*ù'þñ™àPÏ’¸S¸Ø?óö{òÓMÎwÀqðxóÿhøQ´ðvg^©pYàÎ×~æRÇxæS'Ç_žÇ_žÃ_þŸû>nî îî4nïðô]bqŒÅs„‚}¶6¾<ÈlÀò3^ûnÓp\ÿ!ŸÉð¥ð•®apÂ`ü -æRÃ<"ò6þò:Ž¢ã:Kœ²\Jä› ³ÿã?C)ïBÅÙ#a9]”ݰµc×mh翾ìžpS²ÿeºÊc›¼Ïðói$!÷å$Žs8±8N'8Îá'ÎéÄ&Ĺ  PÂÑÒ@ á^a@9KP2Úµ¬k·v0UeS§­šZmÚ!MÛ:uÚÚmš´S ߎ?&ëõgûûü{ž÷~_DòÉ´Ÿ6³ËIŒêÒÊðìfJ‰1DŒ1n²“LËi¦éVzqöðÜôÂ1\Ç–Ž+|ÝÂeð%ž~‘¾@Ôóåå>1ÿMùäq(ø0ÌUZ/Ž˜™Ä+Ä÷aç).â4£=} ?[à*ðžü¨ÜzX -\C,m˜AÌ|FX ±œÄ©£>^êÓN„≳Éã9ò8€MÄÚNŒ=ÌØy¾Ÿd´^f¿F Ýeôþ‘w?§hdûH>&ö‡qÔŸíæíD–\–”…ˆG-áãâ ©[õ21ÒÊxj5qê‰ÓL:¨G±‚ŒÆ!bkŠQñ$±v±zÌÑ;Ç™ÁÈì&­ôczìwXÏ,Ÿb†‰ÿ@~Oÿ³ÕÝ6ßcy_`û})•í-†»KÿQÖ¬y¤ð´\♉UNK»¨S±š©O±z±UX…-Â06‰k1-Ncƒ¸SÒ,ÂÒQ¬“ÎaBZÀ¸t£ò¯1¢~†îk ë´‡ò1ßc«}ËÂ6de ,¦þùœ-ÉëËýþH{ä8ìR20£ËǶˆlYäÀ¦ÈLGz°á‰LEu"Õ‡uQƒ˜X<ŠñÅS]¼ ¡è=Ž>Œ5Ñg1¸dKï ¸ô·Äü ý±÷(úc4ü‚-öN)mÀ6{£’3>¯gøý˜‰3>ÛÍ3lO-}[b’°16Sq&L.³aí2'Æãk1¿# ­NðcMB«‡0¸«7#´ýIóèK:ÞäëèN~]É¿BWÊ?Ñ™rÉšÐAyŸ#àÛN¶aŽ_×Ü´¯'ùý[Ý,m²ƒ>šNSNŽÃDJFSóJ³`(­«Ó—c ½«Ò½dt`eF/ú2Ñ“9ŽîÌiteîD§þÚõßF›þ*|ú Eÿ‘ЬÿLðêï‰^½&z35ñ.õ~‹¸79ò\án{Öù²–#V5mÀV·ÕÌÙ2WÀHV4†²R0˜ƒ`Ž ý9¥èË©DON º è2ø„Nƒ_hÏ -m¹#‚/w½ÐbÜ.xsB“ñ„Øh¼"6ßë¿댟JµÆo¤Ú\M®5hò»Ë9ÁK?p =M9Ê‘cŽãàNÞÛLä±:?üôåg¢» ]¡£À.´T ¾‚:±¥ IôtˆM…+ÅÆÂ!Écš”êM[¥:Ó¬ä.ú–ì*º,//zC®2} ;MSœ¦¯g¡¦8 4åu¾Eü—Û¸ku09†nå(L3õœíÈc”<ú-*º‹cÑiNC›Ù€³IðšKÄf‡ä1»¤z³G®3·ÊnK\cT–[&”jëÅiÝ£TZ)ÖKªÝzK-³þ\µYÿªÚ,ÿÕÙ,š®Ì¬éÞ¡í_#æ5®ç9~ž¤âçgÉé)ò˜"!ú¥·\D›--¶d4Ù²à±å u6³XSZ&¹J«äj[RekV+m]ª£,¨–—©vû&ÕfZ-µQKìU‹ýuÕlÿ™ZlÿD-.ûJWlÓ"ŠKµˆrÄz¥“#j/k×ç)ó}Œ?WòXG ’‡ŸöðVFÂãˆG]ej¹Bµ£Ht:J%‡Ã!—;ÜJ™c…j«ìЕTö묕#:‹s£ÎìÜ­9«¦ªóJ¡ó»J¾ó}%Ïù%¯ò+]žCÓåUhoç;=¬KŽÛ«ŒÇ WrÙLãôÍ*ò줽jT¸\±¨v¥¢Ò• -WP沊¥®rÙêr)—G-vµ©E5+USͰZàÞ ä»w*yÑ}N6¸_•rÜ?•²ÝKY®/•¬åššU­éÞ Ýopô~‘cï™!ÖÊ~Žž»­Œcää3íôWí -ÏbØaóèQâɃÅcŠ=e¢ÉS-xä‡äÖ仉Dß]$´ü ÍŸ ^MŒoÒ¤Wiÿ«Ä¿0Áœ˜d}æ*²²cs‚\FÈ¥vñò¹*ò5wË0v-¡+ Ù]zèýùÈô[î¯@š¿)þ&$û»è@‚-–ù·!Ö¿1þÓXâ_Àâ®wÕùDwüKÚ5aI›&ܤí¯ÿÜpb#óró’23 ¬_Ïœ /?×VyVK!í’X„”@’iH ä >`²€ ±*Ä<ˆ´#*@dp ‹[  ÌB œ€ÜRÿ õýrß? ô~µGà ž™X/lfNlåÎÇd–2C™äZ4@.í¼_K.6r5Ò6É#"–†¢J@d(‹BFèBf¨¡ -È!7Ä ]ˆ‰†©ØðÓ”cTˆûÄ.-«¹„ üÁþ%å>®ñü‹Ä:=ܨżäãÏ>ÃÍÏãü­oýð$ý@ŽÅä£ßÄÓfS:aî¹a6µ0›o˜Í/Ìæ®¢°è‡™ðaÚ$;¹ƒI~XËÅr‚Ò8'¶1N¯#_Pîá -Ï?ϵç×Ñã{™—sÀî}ŒÇYÒæo»zÞ/ã1yÛ”ÿ‘]æQQžW¿ó}ƒà®¸@FdfØÆ%숀QDA\qÔjDtbpE+îµ®1õÄš¤¶±QQSÛ´6MmlÚÚÒ&i­¦§™þ†Ï1'<ÎÈ|ß}îöÞ÷>ä§~)ËÐPËúà,·.pÉÖqÙÖ¹..¿Z4U-Í\K¢kHpM‡½Md bn1âl!l5y¨vÊAâÝ ß®œK\mt0].7sx-Fá[ ϯŒ_Þ@ºá ú†á€Kv —mC` 4p¨h¢XÏË«wrè´«Þ£Ølð+Øf—#?$î=pî|^@ÖƒE®ÒmÉM$˜ñKüy®7ÏÁ2¸?6³mÆ~8¸äÔÄÁu0d4Òf¹ ’f¶Ä&¶Ö ˆÒF6úõÿ•ýpµm'¸¸~iU|Ÿ¼C$$ýÂoâϱL»±‹exWo¾³˜îflÅV³ÖÑg¸íq @rÑFR[÷ð,=±ã‡€¾ÜöTÚ±µ“25óÓʽ´(y Ä´‹íñÚýÝ‹.M €>ÿd>Ä"z˜>=Bu-‡éî ñx% É“äcÇø;õ8‚¢9Ü%­p8°[ÍEØ)A:v㉌ uCŽˆô8 -¯"6Ü8Nzp -œöà,Bá\/–Czµ“ór?ÞbA¹HM.q/Ñ\—îâàx(-𭃫žJxŠÀ8¸,ð„ÿXÄû>.ÛgÀ9øp¡\èCØ—Å-N®€wÄ-V®svoŠÜ¦?îâÇ=ÜÎÈ]šì.¤w.‚›ÒçŠãœâ*3N|Qðéàêéâ¹èáx\õ1éD -R>pÃ#Ö(5²Î-öEHÒ«ÉG×x„-—ЗðR“.ïz³[ó~½€D HCäÊ×hݧR*Od&úp®|) QŽµÒ…šù;Šão(«Ç(­¿¢HþB£~NÃü eúœ ÊÇüúk¬Ý¿·Áup |×oùF†Â†"‹“¯ÐU_ u»Ð2¥µX&ÐuD×=D9}Š¿ÇOP?P^¿åà~Œâ¼½ƒÎ¼%o’ž÷åž¾.ÏH™Åç$}NÊæÄÃoûð?ðQ‰o |AÄb„ÏÊÛépä¢Ò&a{Š|„®»‹®û¥v?n¡èn¢ºn0¸~!Mpl¡L»)We;E ¯ÀuŸ’~A 9i%7΃³/øð 01È¥¿¾Ä¤“_‰^îI<)ØÏ"Ž Ø/$†RyWfÐUṗc1ËàX…íµDÞŒý­´ð^ZùÇ¥“ªÜà(ýYŽé1Ÿã°Ç¦65ù ü¦»¥¼ycy &# -qö‡S‡Õ0øŒR­1Ë|%Yæ*i2G'UÚW¤Ò+_*¼ŠeF2™Þ£JÊz,’©=ÈŽ÷)ñÞ.ÅÞt±O§úÜ‚ždR¯'À)ùà}ø/3Êϰ‚µ²×äjw­ Üeø·’œ,íã-Õ>ƒenÏ@©ê¥—ŠÞ12£E¦÷%e}Óej¿l)í7AJúHñ€R™< B -TKÁÀ’?°Qì¾Ûä{¾%Ï·S^ñ½%¹ƒ>—œAÏ€³?…ÿ«×ItíA4eŸ[E6²žÖ““:ê³€u Ò·¯”ò—iƒC¤tH”” ‰“⡉R44U -ý2e’_ŽLô›(vÿb™à_.yþó$÷¥:Éyi­dëZd¼î€déÞLÝ2V÷H2tÏ€SãÂUb?Ϻó£ Ö®×Ý|náÿ6rÀ -Êš:›udÚ0)Ñ –ÉÆKA@¸ä˜Ä>Ü,†Û$oxšäŽ“œÀ<É,”ñAÓ$+h¶d/•ŒàIÙ"cBökF‡œÕ¤„\×$‡|¦I~ª$;•ä §r…µïÜXÎ"×ê>Ö¿ÙÔutíîôdÖ^ü¨ÀWô2)d€ØCt’*¹¡Qòrh¬Œa•¬)’9b¬&#,G“–¯I ›¢^©I _¬¥_­±éJ’¾]±êÏ(#õ?WÌú‡à‰jwªæ0§ö2køiø Kö²úmg%ß”ã^‹]+ú|ü(7‹Ò³y½å刡2."P2#Ã%=Ò(c"4©‘Iš”È4eTÔx%9Ê®$^U 3UKôBÕ½JMˆÞ¤ÆGïQc£O©¦èkª1úSÕhø·ÖdpjMQN/ךuþCvVOÖ¾­H“hÛÕü­©2?¦áG>~dÇøÈX“¯¤™†Iª)T’M‘š$c¬Æj²(Sª:2&S5Çä©ñ±Ej\l¹6&nÖ÷}Õ׬âÛÔ¨ø“jDÜ{ª>îUû/­>Öéãôê$÷'àì(`&!ÏZÀ¾¯Â§%øQ…SðÃNÍ2-ZIIè'6³¿$šƒÄ’ —„£&ÞlVbÍÉjŒ9C5ŽÌÕF,Ð,ej¤ežaY®ê­Mj˜µUa=¡„ZßU‚­¿S‚-_©Áf§— çÉÿñIÌEVÎÝ%ô#hD­,dÇÅ -jS‚Ÿè™ ÎM¢­—˜“†H|R€ÄÚÂÄd3h¢mñš([’ò²Ë(êó ãÏrß‘K”C…bÔxÔ“UŽ ¬ - A\Aŵ(à-56ÒD­€Š¨<ªÆ“ÑÄjb¢¡2š&Íä¨1iš™˜ªÍDMœNM„þV63­æe÷¿ßóÞßûÄŽKtЉ›ì7Õy@Ül§(ã|§HãJ§~ÆC_ãvC„ñˆ!Üø¶!ÌxCaq÷BÇu9‡Žír9EìŸÃlÌ£‘¯°îUówÍ,êÑ.[±/—8™‰I"52"Ñ]Cü5(¡·&DêW ±ŠNjèŸ8Ú•oè—h2ôMÌ2ôIœeO*1„%-WhRµz%5($é°‚“.*(ñº‚î‚㻜‚&t9Ÿ€ç ü»ó™MôD!³‰¿«ù¿”5x.qÉÅÆ4je16ÉY1)¾êŸÒS‘©}Ô/5Z}R+¥¼.ä= ¶˜°e,±yšg#°'€\¹– £J|—1—l1—m1ƒ¬˜Ë¯˜f.¦ˆçÑló0¼ˆCŠÐ»…;Bjî%ÛÛoˆÃœGjÆ÷&¤hÃ:úòɆ¬ÚHO¬Ç•ç¥LlIÄá+¥ÂóÞØ,;*иè¹ -.×ròÀ¥[N,Ê,erA++“–làÐ: -!¹ˆqá—ú|èÔ«¤ªîúú’pm¬eF¿„üŸƒ=“øl,ö<ØÔƒ9=±¨BßVrRÅe_Å¥_Å%SÉ…SÉp©¤±*ÉÇœY½™Bk!ÑÔŸ!rï2ŒÖxvÂ[ÇÇ›¶ðu°Ij¥„2y?»†(ì -¶Iî@v¼ä€EÔ†6B[/а”ØÈ‰‹ÀF,l‘ Öð…ê=8z†æû€Â»C⪠¾ÛÈC=oƒe Yx/åwôˆ½2•ºÛž‹é6–Ѻž•¼ÔS£u,&õ\ˆ ÔE±¨'˜uÛù>[óVêr ½±ùv5ðUJ¥f'¡j$E`&¯§€80ˆÿÃ/@*tƒòfUæ²Äd¯7ÍÎØÌ’ÚÂÔLmì''À(¢w3Ÿç¹Ïyþ{mç¼ZÎ[Kë.VâY¬ŸÙÇ<âqRè´Žà 8ôxùç¢G8êe¯cÄä¹9‰§Y>ZYŠÎ“³ ¾³ÕY?s´³@}¥Ípm€§Ž O2<#à‰„#sŸ ø²§A+`ä 0»…Éët\mÔÉejõ=ìø Zî*=r‚º†£×øâÕUù¾büÊÁœ£á‹&e=OIn­ÿÅa?ÿ¼o‚·Âìð.¸ Ú‚ñÏàS`0§w¿!/·°ãÃöƒçŧoŸy¬yÿî D«-ñ}÷P&ý -ó£fè*á{”Éw躲éßAÑÜFuü÷-ó&šæ”Ñ×Ì$ì¯ÿ©:Ðr7Ñ“ô'ÿt€wÁÁÿÛà¢+PÐ4÷ÑwwÑUß¡uo)³§qvž¾B±|‰Rº¢ù5uõñ*ä”ÐÇ4ì‡hÝkh«Ôâ×N ÞãÉKèš6ÞÁ9pö ‚ûàŽü°:u ߸&à‹ 2õzê}TÒUôTv\ÁŽv츌¶kcp½¼ˆ:{‹†½@,þ@ážãçu’soZa:íÀqpÔaC'`ró„à%…ò§žø×3ðŒ# Ž)Ä.‹ós9ßÊÉœ]ÂÙ¥”æRÎ_¥S軓¨ÃzŽí´I msЬ\¢¥¾¦µ~Ò~X›Á>°Øù™ÚäSÄWøJ©’Ë -À§¸báAÌŒp$s~-2ûs9{6gЪ%œ_Êùœ¿ -ÖuœoÓ«Ú -G?‡ÕH!ï SõDº^;¶9`÷ÿ[p¼ï(m{[½ÖmU/ü‰‚o0\£à˜€ý)œ®½Ø±›¼4QÔÇNîìh õZ ÇÆi-•Ñ@•¶ðªU›ˆ¨ okð¼î¸ ÓŠ¢m×úx¸ã_ œðÅÀ5ž1D7žóS°? /³´YÓ‰z<ùðÃS -Ï2ήR5¿_à©õXûÇ'i1Ý] -÷/ø˜ÒÎUsë÷ãõ0£­ÙÀ}Ž urÅO| ãø4ž_Ç?‰ð¤Â“O––cÇRì(§>Ê´ž -&H¯lšÏIÅxUD„ `d.µ™¿ׂuaŒB®Ü£\w-¡\K¼·Í“ý;^”'ÞqZøbà×H¸Œø”„©ZH},ÀŽêcýRÄï¬Èçsˆ”•|ä‘Ñ™Tô *.—þÈ¡§ÃoG;¼çYN2J‚=¼®gy™1_ÍŠ´Ö••ƒœT“Åê_,\Ca…OF¸’à2Áe†+®™üäóžå²àA6c¯àç Ç•ihS†á†ÌNw•îôèRkÏYÖ¯×X}šÑ”¬¥[¹bl¬‡ë¸öV“Åž®*qê¡B§ÞÊwŽ’Õe ò\†i¦ëhÍp¯·geqŸ¤iê1]ÏyX•éY,³g…Ò½ž×¯—5É«I&ïcJñjÓDïJö¾:3þÖÑ\Å\ó{Ñ” ãˆÁHbÀûk°¯œ•°–ÌññÐ,ï åú„Ëâ;@Ù¾ƒ”å7\™~c”ñT¼Ò{LTšš&ûgËä?K©EšX¦äÀ*%Ö*!h—⃎i|P›ŒA_€@—Œ]:ÏÊur+»ù ð/Ùƒ{ {Pq‚õ„{/–`£p;¯«¹b_AWÓ0Æ_tT3–MÀBŒ3÷“Óì§Qæ ‰RaH¼òCR5<Ô¡¼ÐáÊ +VvX™²Â'Ê^­Ìˆ:Ù#+ݲJ©–ÍJa IŠ8cØ"®‰wÄðS/޳îýðvŒf¶Å´a®c| / gÐ1-k„ŽÒȾ*´ ÒK ò,áʱÄ*Ë’(G¤]‘9²GéÑcŒ´è -#5zš‘3ÏHŒi6l±+ŒøØF\l§û¾û™óOSLL)6ºÇãèHÎx÷<…Ï)g¾çuEïHîÄðÙltLAG9µZl3”kõV–Õ_™ÖÙ­QJµÆ+Åšªä¸aFR\¾a‹/5âŸ6â¦Ö„9F¬­Ñˆ¶-7¢loÛ>#Âvʳ]Q˜íŽžðSx|Gk~Þ]Œ{›*¨G°_û"ÏÐQ‹ŽJÆÁ2jµˆ¾q${)-q°Rƒ””![’UñII²&g±ÉyFLr‰RnD¦T–ÔYFDêB#,m™š¶Aæ´·œzR©—”zÛJ¹o -Jîñ8Ìš÷Á¿s"õ8‰s‰1¼•÷‹Ñ25äh{5Žš) VíŽ>²Ù}g*«=T1öhEÙm²d¤+"#ÇÏi„e–!™•2gÖ*ȱ@Ž u¬—¿c¯|'4$ó¢|3oÉ/ã¾ákï1tQpnÇmÀ¢¾–M¡'ÐR÷+l!9™X&¥^òÉI9‰Éé¯Èl_Ed›–©Ðœx™sRœ“¥ÀÜB䎕îùåÖhHÞsœ÷Šæµi@^‡úçW¿Ü¿Ê;ç{ Ⱦ'Ÿ¬c?<ðocüoŸ×- ùéYžW£eâi4Z ­dzÇRä©à‚A -*P@A¸ü båW˜¤!…™\8B PX!ï¢éêWT/¯¢—äY´F} -wËTøøD7Ô7ÿGyŽèÑo·÷À¿e&çãlú ð*hš…ßAK5ŸU—r5Œ=K`BÇò+í¯A¥¾òqšåíŒRg‚žp¦ËË™«¾Îy8]2&©£ñW£_F'f¦”½”á{Ô7er,þEûàØßæyØ®ùœÑõhM¼ŸÇ³iè*GK!#¹¼Ä %ˆZñqyÊÓ5H®@.S‡ª‹ÃÄ…¿sÑØ.ĺX ‹¹šÁ*aÜžÂ8”}H}ÍßÌvðï¨ãžz޾|³¡‘ó 4aËfó¬-cæJyä)-höcyOLîÃá9@ªò! -pÑTqÐWqèTQÌ•®¬®l¥¸1³™N&œ%¹LŽã™"ÇßSÛøÊH]KÊV-AÃRî lHM_å³b´dò½8ò̲’ÓL†Œ™\ðµ µ€\Ô‹rQÃá[CáÔ°y3=£MÅïN_™ÄTMà MezœÂ^L¾¯Ý¬w+Ü^ælha^@î^ë°…SÑ2-ÃÑ—Bn,èñêy¡I½hàbo õxÜzzËÿ.˜ù$ó¹€êh¨:6°Žšx–ÅÍ[ÃÁ‹‰ó’|Yšu‡uü¢ðlYFO¬älXM_bò~ærRÆóäg¢ÏÊ÷‚ã^=ŠÅ b‹}hf.ùE C‹"{²ˆºh&Í4^3ÙDR!X¸“K€‰uôó·XË=í€k3µ#ñµµä€×:¨©”ñ8žçQJIh -_! æ»@ÿO6òÑJ>ZÉÇrt,gOZ9LZÉE+ÔÊ~,#É-[ØìC GÝà&ÓOÚç&¶iÍ> ÚÙFþ%-Z'¥ƒ(à>/ ‡X÷8<õ±Žúh£>Ú¨Ñ6.™6zd=uÑN.ÚHä:‚¯í$éç8¯´R]¿™{ -yÍ`ï'm¢…XA Ïúõb‹´ÙƒÁ÷ql'';’wÐôèØEŸìfOöpؽIÓ¿Iâö°;Oð½«üæŽ6ò»ÕKy<LåýXÃû„]’y·4`lø=èpþ{Á[nì{oƒNútŠÔÆÙ®j°ä.zô¹8ò¥ÖÿUâ?Oìjàùp$;Œ˜;݆ãw`?8ðÀv’.·1êÅQð.`™:E½žfü€ž=ÇPô{ržé¦.ºY|7?<^­¬§¾YðM` Åp¦Ã ÏxLGá8æŽÿ£×§ÝñœÛ¬õÆ?¿Ëää ÌËW ì×è×o8øop |ûºt“ÄÞ|‡é^¡ðÃZp!IúYY8³‘úÙý“ú?ð¹g¢ÿž ÿ;¦ý›¸o™þoà|®ã‚¾Æ…}‰Ÿ¸Jq\aÃ.‘¨‹úPt IÿÆÓâiÀGà x<®ážL¸Aº‹Ï¼¿»…¯úy]N¢¸ˆ_©ÏqŸá.®à .£ã":.àgþ‚«üØ+<¯úX»`߯ÕüçÐq†Có}\å)­÷pƒ'q£'hØwi ãäâ(ÙůŽù0l‡ÀAÐ öº5ü ¸ÁÈ«X§XŸyó…/®¸ì:«Ulëà]ëÆл~¦ ö”VgÝ%ß…×=(ÖWºÁéçìdÆä &£°=HTàÙa¼½_ß`sdòKûýB)ÿ|¡½¼¿Ð/¿hÉþ:E¾MLÉÆ}²Àqãá.«Á¨ ju£ð8ÄeX½` òoTû`·—Sú¸Ñnz¨œnª»‹êïÞ~‹ø%#ïþRÚ#ø:­6çGÑ"¹‘…;¥’qÙTa8pJÀ©Ð<úáÑ=Ä¥W;ÁéÓ.íÀ+œ´S;ðpÞJô[ÉÍðçí1ãö§±´mäØMÆÿeZüÙPF£‡± öbnf~K+ÓÜÉͼܣÄJ°jÁjÔ+äi;ÿ·ñk ±Om‹‰h½7P t½ð뱇˥{VF-ý*6è;ÉwÇióøg„V; îÁÝâÁ³‚eÅ –,/X¥`Uµ¬f°Za³Œ~­ÇsuD±†ŒZKNT‘Ud`%·‚ª¬˜ïY´ñgá'>ÀÎðþMäØdÙ!äÈ r gñ"¢„/£À3S 6°2ÀÊá^ù`UƒjÕêµÖ°YU‹¶©rÑ­1Ž¨ÌøšJ|ÎhµÏ ¨Èø¹¼Æ/åõù£g‚y—½ö#ö7³é1Æ?}Äh2­%ÀW;!jôÑzßÕ-NQÍ’LU/Y¡J¿•ªð+V¹ÿ•úש$ YÅ* -ì•'pX…AGµ2è´ÜA7”ô@¹AŸkEÐW¼>ÁætüÛÈà«È®ì#ö\Æ¥C™ø€ñßaF’›º?U‡«"8Nå!‰* IÕê¥ÙZê’7´Pž°R„W+?¼Qîe­r-ëRnÄ~åD¼*Gä)eG^WfÄÙ#~'{ä×ʈxÆç9}\€<`¸Â.y®œ\Dzåó!x À¯ ?µ¯F¤{UŒQ%‘ÁZ%OärDY•e—;Ê)Wt¾r£W)'¦RΘz9b·*+v§2ãe7M*ÍtR)¦k²ÅÝWrÜgJ6}%kÜsYcç q÷›à_®$ªy¼YC.2êûá±[³Y‘È×r ;g¼¿Ü¦p¹L±Za²ÈiJQv|–²â]Ê\î•Ý\®tsÒ6+%a»l–}J¶L(Ñò¶,–we¶ÜS¼å7Znù+öÌ`N˜3|À½o€}©u xtzX‘òÐØÈä’t4f²¯œ‰ÁÊJŒRFb¼Ò“•šhWJRŽlIJN.U’µF‰Ö²Ø¶ÉlÛ«ø”1™RÞR¬íŠbl+ÊökEÛ¾TŒõ©!Ú:g¸ƒÜ¼î…zò±Az›dU†Ón~{¥„\ GjÈÕÕäª+Ó {j€RR–Éš§¤T‹SS•æ9Í­åéÅŠO¯–ÉÞ¤X{‡¢3ú•1ªˆŒi-˸¬°ŒŸh©ýW -µÿEaö' -OŸ3ÜæÎWÁŸa9ÙLM`¼ÿßõÀ£ƒØ4«µäH1±ÉÅ')Ž%²d…Êœ­ø,³LÙ6Åfg*&Û¥hG‘"•Šp4*ÜÙ¦Pçn…äRPΔœåïüPKœåçø³ß*0{N·¸ó0Ï#½O°–ÇÆ· 1YW»ñI;¿7Á¥.EÄ͉O’ó}ç -Rtn„"]&E¸’î²+,/GKó -œW®À¼õ -p·ÈÏÝ­Åùä›\F÷¬ n„ªûSòþ$£ëùäÎéæä?˜gÛ˜¬§Ç°±vê’Õ¨ ^ípiBWÁ¥¼ÉÂ' ø$Âã§ÐÂ0{bè±Èß“*?¯C‹½+åë-•Ñ['ƒ—ƒ‹vaìyE,k^/â܃øõ – -Ù7 žê8—À<ÓI]² -½¶“õ‹×!>wÁ§n UޝÜë¥4|bÂ'¡å¾ZR,Ÿ²(-*£¹—ÑHÊ(är‚UÉ2‚\ÆÊ·cƒz¾ŒIXŠp/aJ—ü‘ƒCñ]ÿî¢G#ýî†6ؾká·:¸#És6üM®Öe¨ $Yi¢µ »ZvÌ;¶›ObœVÃÃ5ì55ýØIÅ"YÍQõ ‹;VÅߥ5Oõ.wžûkØô>8@ù064@oà»p©Â7ø%¾f¸„ã;ß~d¿lf 43l›i¦M4³&šI¯‰†·²pä†=Øa‹i T=‹É:”c~¨{®€ìwöÓXÃŽŒÀá ýi˜š`©ç -¥‘ ¡†s |.¾ÑÑ/Úpí ºvšH­æÒFÑ·’ä­Ý8”C[Øk¶²Øm¾ÇR‹z܈’mz®KÜù,Ø'Gá0‡Iú¯=|ÞŸjÒ©.™ð4ï•Âð±Ò¼õ2Ø{ýxÔI!1àºþÝäE…ÜEâì¢ØwA|'—Ü"Ù~ÆÇ‚¸ õÜñ78?Ó…Cp T'ŽÐŸxd‚ôà}ç÷q\Jqá -ž±Â' -®~øÉúoÛoĈÉÂgˆÁ6D~‘Ÿƒäž  â>ÚO^î¥6ú¨Ï=¹ÛDïÍðõ™ãp˜¦&°ÜÕó:>€O5|VÂ'gLp -ÆGˆÈÿ¶qü1Ž?ÆC0xŒãqDÈ‚` _ŒScÄã0Î=)d±AÁ|Óÿ©óàž>Aøi ëç}Ç[̨7©~s`x…aÆ7À›·©ÿa/¾GœN!¾¦ˆÓøc2EL3ˆ¦)®i‚:ѝ³ë'/ý‹ÿCçOÑ›(ÛWÏâRlï›NSÎ|ŸË«•WF¿|1ÄýK›¼gÿ£^Λêe³ÔÉ,1¹H£»DR_$À³3ÂG<÷óµNññØ,î!UzxÝ‚UcùX*ßÅ\$0ÍÛ¥ÑOj³ðˆåê¥]ý»¶°üŸü··ÈÛ â;ÔÈ]Šþ.¾¸ËƒïÓ«ÞûBSœ;Æ™}œÙŽ­Ã¼Xç!9pcþ¼»ùbùáLìöÂ2rga)úÎ>ÀH{DÄ2ùú?£f?aðþ‚Z}H<"ÑáÌGüñÃO5 Ö ¼;±FðJÀr€c~O -ùcþÜ_,€/Ïþ×åu†ñ‡Ër™¸ —`a@`Fá"2àTDToi’Fæ-o¹’i^ñ’G-]ËMÛ4mÛ³g3×vs«MÛ­sZ[µ]Oµµ{ê”ǵ6öƒÎýã=?føÍû<ïíû}ŸW|‚ìUì,FiY—Áñ‰µAÁx{{»ÌÌ\a9ýˆÞ¸Ê¬^cÀ¯Óð×IÀõSlÖú?óCE¡“õ´Ä-tÕ7hª±3ÿ“ ú3¶ø›lØgwÿ5sýýjçTÖÇ ÉG(±P›—iŽ÷)ØŸHÖ»{Mq ooƒðì ìWØì§ø?b·°¯ÆöŸ¨/Øáo¢gn 1?Q-^ÆéC6ú4Œéø÷â{>~»Ñ«=úZâ*ðMôÄy= N?)yUs𽿗¤l@ç|Ø'±~ÂáÆ Bœ3DWÑ4Aß]FG¼G..É­·P&Po c~ƒÒx¯Áã<Î’WáqUv}÷ -û2CtŠ~‰‚žàW/’µãdøˆG±Cس>ƒ±‰qbK_ùŠÏB62Y@ .üWÑõðoÂï$üNÅïÄâÅ÷|Zuþ{ˆ|¥žC¥¡&‡ÐxùæYXî#¢=Tv7¨ƒ¶ÛŽ}æçØ_ïb‹œÞk©×¨ÇitÕ)rq‚¾8®"¸Äw ãWïF|OÄw#Û‰ÿYÚ‹Æì‡ÇnÔé.tæjòŒ¶i+oõÁ|‹.’Ï8ÎÔë³·½$ªÅ¨øÚû—wÇ!ˆ˜¢Á³€•NÅø/ƒ üëñ?ÿ÷Sù)`L£K›áñ$ýÑ«Çô3zã ¾YGôkÈÒjºbÑ®Ôm*6@÷ Ü}^õÏyߘôÿ!æc?¹ØM.¶3#(2›Ç0Êá_ †ŒñZÂ]‹â]Ç᱊º¬Ðb&e…–òVl—Íb2ÛM¶éßzì…>»ìås>ü£¾#ã“_¦™‰³O6±€QJ,åÄQM´pÆÓN+8àxÁX¨Ôd>ìæâeyé¢.¦g¦þÁúñ6@W3«-¡?\5Çxäónð·ú®¡' -n,%—–8¥à”ƒSÍ*á¡ãÀiÑlê2 Ï3Až®‡a´RxjÇkn¥Ã'SýItâ$ðíi7¨&8BUA&U'©,$]#Bìr†¨tH‰Š‡”«(´Vްq*›¬aá3”þì+•eÜ,›q¿2"N)-â÷²o(Íø­Ò#ôøÏU°¢T3‹Ø&VžµpYÊ*¸°5˜Ú´Q¯FV¢Ñ¬Še‘Á*ˆT±1^…Æd9"3”™£¼ÈBåF¹d®VvôeÆL”-æ¥Ç.Õ´\)¦MJ6íSRìI™cßÂ>•ÅtK–Øï0Z¶Ÿ5g[½Às5Ÿ{àõ üfÀc2ý2–©FÆ8ýå0…)Ï£“YÙq©ÊŒËRF\¾ÒãK”–à–5Á£”Ä%'NS’y¾ÌæeJ´ô*Þ¼W&ó/k¾¨ó þ¾…qw÷!°÷4°[#7b³ -?‚¶ç¦à1‰~i@2TfIÅÔ&gh°l–û”f‰Sª%I)IéJNÊUÒÐá² -“9y´“›ŸÒ.SÊ\Ŧ.UtêFE¦î‘1õ„ÂSÞÄþ&cÊwŠLÐωû ¸»}hÚ B1é£ިȌ6msnëQhæ ±íR°í¸ ¶ß*(ãcg|­!é:FüÀÝÉÚûu¶r3Áw³ù_[è“zjSANŠèáLæÆœ=DqYQŠÍJPtvŠ"³3e´ç+Â^ª0{•BsÆ*$§UA¹³dÈ]¢€¼õòËe‡ÌeQÌaáËaK°%ûzžÕ?ø;![Z9›Ñ³+øûa¸xÉK9iK=\Ê©[9Icnâó#ž§Ð‚¡ -)ÈP°#OG±nù;äWÈîXˆ8-b—.ZÃß„BVÇëØ‡8ckÉ¿­#àïûÖî͜Ӥå<»ùì…K;\Zš¥:¸¸è›\r’LN¢] -) S`i¬üK^'âdˆœ4“FwÒTN~ìœÎª.t…‹[ÈÉò\Ê\ògš Å·uü~0·ñê&(¯ë‚Ïn>{áÓÑ.5óN \‹ÉY}’X‹î«öW€›ÃÜqѸSî5m%MS9‚ϼ䆼'• 0öywe‘/gK(»‚}%¼­ƒàïs«—{ -I¸nçÖ=|×6ƒ¹ÄM5*˜(Yqk"'!ÔGõhLÏ}‡‡ÄÃAâáà­CKÔ1àu4UAÔá°n†pÍf0 -aPó>ÃNªîèqïûi¨ö’²µÝpÀº¡9D÷Á¥ŽwœÈE;î,p1RæÒ¬– i—ì.¸f.ºf÷&×&·‰ÁnËáÆÑxb½Òx4ÅX6µ†÷ˆ-Îó½öAqx}‹áЇ¥Ô[ðs —FäH%ïâ& .&òÒ >¹Q—Y;Ú² 3•\´ ½w¨¶18ShÞ)4Ð’×Ê[¹'£k&!"'²-µ\‚óðü^ý´ìv(>µœó‰’­¥uzxÎ&u­|ïá§.¸Øáb!/ðñ#o\æ¼4hèJ/}1‹‹m}ÑE_tqáuq Ì¤g2\3 =@§³‘tî„?®ã"ÜoÂ÷ŽþÇw™ÀD}¦aüáácF®ŽATT((µ@E± -‹Ö‹V.µ(¤Ö‹Ój×UmlÓScSè¶±Ûmë66Û5kj³éžu³µ»ÛlÝ®iØßØibºÉ†<™ëÏû<ß{}ï{®>xósO'ýéIî*Þ¯á»2´äó{*~‰ÁG!è1à/9ÑèÂcN c;:¶££ èh /êñE=‰SO<¶!¾ƒ[¨ÍLŒ›˜Þk?Gÿ Á××·'A!«ås%zŠ:(!Ê:¡] -Û+ùì¹7X}ûß;ÑÆ؆Ž6t´1x´Q«­\6­ø¢•¦×Jâ·p¦ƒ8ú ˜úÜÁDßøµ†àí£dzÀnPW‘¾ñè|~KASäb€.9Ñåzý1œßw¹/>XttsÑuqwÓ+ºWÚ…£;OR€¯x&ê}_i¨ôóìëheËp×Bl è¨äôœoïÿA>À'ƒè¤g 0œ Ñ\Ž“Ðƒw’~r¢—êØ:6„,é&†ùM¼®äs˜Íûx¾3Ïg\Ãþ 8‹Mœú~æZp·†Ñ1B~Œ£4úsÔÈyû<¾ã¡Ñ žùL=ØÚ­­ ÊYº [‰Ø -ã1¯3÷† §MF]‹È˜k!:žQ/€—Á«è¸H/¿Hÿ¼L­ŽS#ÜàŸ'ÞÑðl‡c-(‡'Ž”êûÆs÷Ù½à²û¢krÚw.…´<½.º%'¸’X#¤·%¨|Y&€>¦^§V?¥¸o’ì7qîÍ™¬õ?¸+?6Âp¶»þÁ>ó%;Ä-&Ø?3Eÿ‘Iþsö‡ß±Y|Fƒø” ç·é'l!S,רÆ>b§ù‰q•€}ˆ³>`§ø%Ý/°ö. WÀ8x¼ îçþ| ¾dŸ¸%3|1bú…k.< àY O•Ø­Ö{lSWhVï°¼ŽŸ£ã-tL°Ž³™¾©A½Ab\Æy—`¿¨¿à¶I6ŒI\ÉüFîÓð/@÷†WpôvškìwW™ßßÇï*žEØ-Áf96+9G56Åf-aÙʙٚ±ÿ¬]„ï(©q’pŽÁ÷)tƒtºCzM¢l’”ž$Å'Ù<¥‚?:#|€‰ó„òŸ1ð%Óíù¤DvK°[ŽÝØ­"E×ržØßJê6b¿…Òh§DzàéGÅÊê%¼ò!Ÿn«^'Ž#àïðý0Qð„ð«àu¦š7œ!¤c$·££ÛˆKù±™¿Z~Ù€ºuxéQN´†xü„xTSmUTájø¸â.]b$»À(2Ìus’k‡nιéá :m£Fšd!Ê6¸ìð$Ãã€%“säâýEZ?Ö¡c-ùQC5߬æÉGðE%–V`µ?L+'eTB)üNŒÒòƸ^N™¹R¸z¡§-\×p»q#ÖBà ç\1œ)3¥p&lóàÊ…«®%((ÕpÕðnªvêAN²„xS)ETp!Ù_H< -ÈÍ4\b ¼`ã:àº?Á8x,êûk·mÍø…ngôǪ¾­$7–Ó7–¡ãat”¡ã!åi)–Kø[Ì/E©b$©`\[J+ó…ÂÅÉãà›ß,øf××"¸Jà©À~ ¿Ôá­f2¨‹'‡ðÞ9"9nY·ÉòÿèÆ­aF¬%½ ‡÷íhÙ5“0™†8­´0_“'Ý•çé£l·`øÂ4Ç-ZnñJwORª{šfyd*Å#OIžÅJ4”+ÁP¥ø)›çµK1^²z*ÊkL‘SÆ>åº,^“Åû[=çYV³ãùŒH ›=n/£èNÆâ-Œèk‘W›É›…Äfž¿§Ò¼šé¬do‹føX5ÝÇ.»O²âŠ5æÈæ[(«_©¢üV)¿V–€ÇÐ)sÀ Lçì?¡ ÿ -¸­ÿ»:ǘušg¨€\`=ëb=ÚÃçèØÌn[“JÈ—ÅäM92›Ø$觘©&Y§†+:ЦÈÀDE¥*É;bŸ¦DôÊ1"ðËà×ò´üUS,w5ÊùŸ…»ŸµìiöÈÐZÂÊÀص‘±¼Š8•¯"+*±IÇ'ÓY¥¢¬™"üaR`d„"cå•$ßè £såm-–—µBÛZyØäÃÂbc~³1¬YÙy­ì›Ö[Rô s¼}åÔk@¯-Œ[ÛѲßV£±_á“|’Ž;#ª%Á]±Fcƒåg‘WœM†øDyƧËÝž#7;δcÐÎü˜À2;…d:‹Cªá/þš÷øFgáz†G{yŸb—Ý_‰Þ7ðÝz´­Â'åh)BË|´Ì¢vb¨3>1&ùÈsF Ü’˜“Ø­’)¤d(e¯üC2‡I©uÒL–Én€†ådn§¤*¿ÑiÎ}c=«Ù3ªè ¼6¬¤.Ѳ --å¥Ô%Z29Z:"É× |bppÑ8hš½ƒ„u$EÁéàŒe0Ãf´'C{:q·e*fÝÑ)øá=‚ËÐÛA3¨çóz¾_ÍzTÊ3 Ðê gìäI(µã›GóÌ¡™gûŠ6›âͦág'•ÍYÏâ0Ùµ€y>›¥-‹e"ó%iîÙ®óફ; -àßÈI ’1*Ð(Kƒ,A6…‚AEUEˆ DDTDaP¦…¶Zw­etÚŽŒ3uìtªµNít±*N;M?!Ï©:ýã›÷òÞïÝsîw¹÷Š©‡òÓñœF˜uó ­¹¯Kàp½ó麈 ¶2\ʦj#[ëÊÆ¦à•)cèö1]…zŒVÑûÑi´f¥ÙGÙÀ( Z!‘LÒ¡‚jùá'þ:f¿€¹MÉjµNKj¸Åû9R8—JË•µŸœ·ÈÀÅE%AÉŒ©Kö²ÎÂ¥;I=&©ÇDõ˜¨'&*ÞO°À„[5ž‰ǬŒ¥ÜÆà0úëØg+ºÍ#µ¨Ö¬Ò“bñrs‰Ëe¸Uàx¾­³è:[\sæ ¶D¹H¦ËÅt‡ùUrQ%U×*í4=1M3Mõ£©@®¬ÔÑÔÒå¯[œ’žøu<¸ÌL¬t6h™Mkq0B+´ðü5–Ái¬ïËý¼.ùø¦ããJV(1¯5¹úbN†èæp×Õú¢ÚàTèÙ -7ÙkÙ€YΈ™ÌâÕ/áMMWްàne½j7:#7¸«Ðí³ËoW2ß—áX,/]ðIZm¢¢5ps5 `Ø÷k€}jvw5½µ~w›ß-3Åxq‘èc‘ìh%‡Û¢I4'Lˆël‹‰x"OŠƒÑfØŽàqÔÙqTo3«ÇÍÈ }qBÁOpSÇ_‰;­½ÄÚÕb²£¿õó¬rà{k¶š C‡[׎]r½Í¤=Ÿ×"[×f\`¼¦.o„oëwÕä=C}ÊœžrVœ:DÕÆwâßâ4íúýü7Úù/é§ÔãÇTì﹄©ù¨û÷¹‹ß8$~Eù¿cHOr@' ÊÛ±ž›ÛoiŒ7í { ÉW}úr|†R _×'ÄQÑÊàìÿˆ/Ä_ŧўúï -¯8~K Ÿ¢’M3¿CQÿ‚cyxÅ!ù/:¨^àe~†ÇOñø 'xšã¼î£AJ‰cøœ§ŽòxGøšg!ûES‚ÿØ¿§¢]¼Ëg¾M;¿A¿¿J™¿HµŸ æÄM£òŸÃã¨|áês^ÏâñŒëOóOÔ'ùš'4òãr±_‘šem/OñÔÖxH4ŠÓ0?K`¿'N¶–O¼éöÒ ^‘’÷…q¾µ/¶ö%ÖkÝIgÜãc¼L3Çׄǣ\î^<öðwÇZ£sœz8{¸ÍC²òšÿ>U¥#ÞÂÓ¶p>-\_È·Vn9mk©ÃêqŸ9 ñ˜MÊ^5y˜¯Û…ÇCxìäe9¯ívÞ®¯ªÇ£N]¶ÆªØ¢7ɓ÷`½Q&ïÒM5|ÍzØëÄâÃþ+âx¢Í&Fo/¯»+r¬P§wܯ&uüåV<¶¨ËfýQ«O7ÅdU0f˜ãFë/µþmq‡OoóËÕ²´Rõ–C»5þË`/Mu«ÞmøÏ&ÆüÑÄ´ƒ×­‹,xù°ŠÍ}TyŒA0†ÈvŒ10Æ»2&Ûù4U˜c.ŒE®µå*³ŽÛÛbzvÉÐÓ®ÜWMÓ':¹ÅSmñfbŒ$Ž‚½‰ã°õ¸Ý|æJH‡Ù^¬8}­|ŒAö0DÖ+â&s1 ñ¸A>æëyæ`PÝlYºÆŽfªÇ hÓUÿªøÊ“-gâç®Ýç\»O¥´­&ð]WòöÙn†½u‡×ÓîzÉt?8ePÛǸN]ªåãZu™E`] eºOª<9ã+ìbŠŒ^.ÓLÔõoÇÃoãdñ3®üýŽÓÝ®ÜusJ~ëÕL^ÙgªÕ:Û[.¼"X½í©Ÿ=•Á k¬°*aM„u%¬™°æÅ8ÌÇž©Ø§Üîi‚G˜ø -'A…±‡ç¡OëR5ðºü¸§µ¸,—òÉ~ÛÉgGûË–Ã<E²ÞÖ9°Ê` †5$.5/•Gûf¤'+äb¸†©Ç{‘*—›îÁN›ÁNƒAñ¥h‰Ãd×ã¤ðn¸…$½ —5¸Ýâê]ÀBPVì`Ÿ`v•¿|XE°zÃ:r¼Áð†ÅP»½Øå˜ÖuÈ&â|óQ¦'è‰sÍè¹NÂþnƒþ­ç5ì}¤ß®®yWJ-I¼—•®ýŤÐ\9™AM!MÆEŠœfÈe7x=ì­ØÞΆ×ÞðÊý­€U k²O¯>Ó9}UôlÕ=Ë ÒËÔ—8mKLd‰Ó±ÄYqnS¹^äkëÄ=$àZŸ-wÕ.”“ê"š"®Ò7£ädXR*¤L9Ì×^ ¼>ðÀèÝPÙk’o®ÂržN^Ië#?©>ò’šuÕ1þŽþd7_Åð÷’,É6q7ùw.Ëäå†ê@šN%ÉÆ‘í#È‘tJŠóRÒâœä¬èÓ.'z·+ˆ^É¥Q’Ü7ŠÚ—EÏöåQÐaDäwy)Ó"'õºè–º$²ÓÖEVZ]d¦6G§ÔcÑ1åd¤§~,þó°{زÈ‹ûÄÆ‘æ¡B/°( ‘ãç±úe¬Ú /l³–ý³ÛEiFZ¦gE´î‘—^¹égENÇs£[ÇA‘Ýixtθ422¯ŒŽYÕ‘ÖùæHí²6:tÙí»4Er—ç#)ë—‘”ùQ´Ëü2öÃÛMrng‰¶ðo¼®!Ç—àu=~3ÕfŠ~©Ô7ÃÔæB9égvŠr“#';-²²²"³K^dd—D§ì~‘Þõ‚Hë64RsÆD‡œ)‘ÜýÚHÊ5]¹Dy.ÁœKœu'zºóz9ˆèöy샿k\›äÜÌ¢Öx]Í&.©d.aEÔi²zUê‘¡rr¡~í×\²{¤Dznf¤äuùE‘œß'Úõ(‹¤Å,Ôæ´Y-dŽz:mzÒo…td¡S¹à-‚ÇÉÿ<šìý!òÿ~ßKrÖ°f«½¿—¹r2ÃR“åªRN†á2PŸôÁ¥™šQší‹ùšbÃS¬P%È•h¢R–*j©…KéÇ^ÌY/ä,†¡±ZB¿!ä¡èóxÔÞw®gMkY€õb•÷7ùlŽ%fÈÉd\Æâ2—2[,Õ'9xü—ý2ÎñÌâø“XÓQ¥5 µ!iX²¨JPB”"±DB,ŸˆQ_RY$iÄRboµe” jë0-R£”N;MÇZKZK‚"ó{¾ïKò-ïû™é™9Ç™¾÷œ{Bî?Ï{ïÿ¹÷>÷Öt§¡ºáCK¬ ŤqãÒܸv#÷¡(;–;ËÚ‹,+-H[0)¸âƒë‘Ç·rC¨K oᲞ]v?uCð_†a/øâGžxptCòµ¶73w[fU/š‡'ÍÌ“ö䂼H`/.΋óä’=9܋֋eÑ‹eɓŠ ƒq+&%î£D,²ïfÐ çŽÂ4Õñÿ~:Œ½nºrGí Ë•´-KI™¾™Ž«s¡LÏ -2ƒŸº(òa =šÕ¨7¼tÂÖpÒ˜û©CU…ÑæÙ•ÆÕ•Ç¥ ÷@ÁÐühpìVþ$¼?äÏ!þSP^Bæù—™’^bjêˆ~%b .fóÝ4R7…ÒOÆt²ŽI*ã[w|ôÆ×–Ü— a9Á c-Í}.zÃEoî#ˆûèÅcÓK6r¢'„õŽr` »f Kew–nìy]ŠðµT,b Í⛩±øÀC­gL@'@]¿ïƒoᥠ¾6&œÚøR%ÔðˆÑÄÑÁŽ4Ò(¹9.‚ÉÍÍMeÖŸ ì//”ƒú%¢L'}Y úìÅçïñ±TäBQßL¥tRh#z`q”rä ŽÅ§îØ½á§¾:ÃWuîˆÁ…dAG£p$Fr'#¸“pîd8y1œ¼£‘„Q£¡$P(9Œ@†ò‘¡ô©!,sƒ™Þ2Í—Š…ü:“µ+5‰|˜#ĬdÞËÙƒ?}f’”T+|iOµbøÞdÃPc,&š”ÅxøˆÆh·q4ôq $cáb,…EaEá슠>GÓ§FmÃ÷3ø}[äðÍÌòá-£|"ñe¿…ëk/Mñ§.þ8â/ƒQãM:ݤӤ2Æq/qø‡q4÷©p1•úˆå>bq<†ƒuÔÆ$úÔÄãø_,rh]™éôt&4M` Å— Üõ÷–”“3>UçO…Ô$ÓOsM2©¾\ÉÓ$ò4‰ÇVOÏÒó ëId=—8›`ɉYäåLzDÂe‘“Å=dcB§`¹€´É ñ©ú<~9¥š†l©©&MSPóß§ÃI~dÐÃÓhðéäE\,àBÓ 2mçíáøN,ÈevC§¡‘”î îm‹6AkåJÃre\¤.6Óòÿ/1-(< ">šGÿÌãNäð -.V’€+/g£ZvRÌ›€ŽG‡¡½ø{o~6{‡Xf:g¹IóL ˆ\‚ƒE“AФkÍt0.K ´e±IïôÏÍÔj> f;y±Ä˼å€Hä\熣}ÑNœïÆùõ8×±ü¼wMgÊ%ˆk4,ƒ´[Ætãr&•3,Jò'á±FWèûÐôŽƒ¼©G¸“ã<'HðB¡Ph)UªV«^Óé©ß=]û™ºÏ>WÏÙ¥þó 5~¡i³æ-Zº½èѪµ§WÛv¼}ü:¾Ô©³@—n¯tìÙ+èÕ>}ûõaÖì¤9)óRÓ3³s-ygùŠUkÖ½G¹ÈjÉßJ€†ø¬R !)dV$Q&q(‘^¸Hv\¾B¸W¯ðâ⟈ùæ­[· »¤´ôîÝ{Äþ˃>Òâ×DM4ÑD“_#·c/ùîæc·þ[®h¢‰&O–Ü¿Pjß¾-wK‰=ÀÅ%±9Eö÷¶æn¾c÷÷ÎÛý‚&šhò„JÉþõGív&'Ú±ÿ°¸_•ÐÝv… &ö‰ûÌàçÂO–æ_·ëDÙcÌšh¢É¯‘¿¶oÿ4}Ê;懻ßìútÂçê€#É=D޽ǧÝT ãaÁú•ëvœº§f×D“'PÎm[½ØÎ|ps£î/ב_©6D6¦n:¬S³™n(ÿg“Ô^÷å=Œµ9æKe{¡î)#àÕ]Ê€ÛíÂç}e€ÞdM+Ú¯ù•j(wE…$*F6­D+v½ÓËý”7¡¢5£ZU3¼Î*‡QöÅ¢ñƒûš‘½Iý6î_½þ‹ªQMþc¹ñÕÁÕçƒókbvëà¡6ÜŸIïe(ߎەí%¹¦ÇÛ%K°o´éíqÅŠ€…啦¸ ݘPQ›=*´¨´WR²+Ë¿á%@@% j¶‚½H˜ÉÀhs€NмŠ`à#ûÆ•ºÖ•ïK -GÜÛ7­ã³F»ƒsRewödèÂBFêfÍ_tN å¾6áhb!?üYÍv%?+aì@ï×Uì‡;×5äd÷/íñ®¯Xz%©¾åYïø–`_He]L±-œ²²œF•€°«¶ö»Ñf¥¤P§››|ŽØ6›W÷ ;mCÌ5ß³ Yhc_l °]s,í"ÊÚ~Ä -ÐÝæ„z™Æ£x[n—}»6ªSƒÕ¡v#/¥Ä4·1#9iÞÛ+6ì<¤h×ä7&—m[•©P7RÎ ñi$¯–mÖKÙáRž’cï+ØF×­ÈÙNÇóÝ+“ºîZ…˜×E²-`I}sÀh[@”EeÛ<ŸE®€n6=èCËÚôüÆb p±áÒªº…õ0¶Ú°Ê -pÂò¸OØ,JV€8kÀNµ-6sPiÁ¾•3‡¸Õ¯×°EÛÎA!Ó­F¹~ª àä7ç¯ksÊÿ‰Ü¿xjÿ¦ýʶKÛ²§‡÷lß°º§xßEVÔ·¯R‹Ù\™pÕ—ÛÚOŽq4KÉ©¶€ ó×_]·¶oÑ?D3›Uꃖu±Á0ÙªpÒ­nV€ÉVöÃÿb¿ÞÃz̶8€¿ˆ™Tî åVîJ®ÓH׊È\JäZ¢†&M3H’&DD†L9¹t8(¤Æ½t* R1¢#ÓA¹ÌžŒÛû]kŸçç™çÏ™s~ëÏÖçyßÝï]{ïµèÞD@  ØCÉ/Ò)¨K¯ - óhI@ÍÜл¢áÿ¬ÂÎûnºUÔ ÂY -î§ßìã6qÂ4¯…KB6î”N”Úø+ÅíÔ¸MÞ.v½.ɲ©+ÆYÕU :’í/¢鼫wž?0@]PÝòÙÛ]¡$k¡ oå[ -œHUÓÝ]И€þl!y¥™ÖR sAÊñ ¬GÍÀ×d• Љт‚yL¥€ö»)ð$@4 €}ð¥L¡@X7o^ß Byê£FM-:;3P÷³~<“r);¯°ä…,­On?´5QšÊÜì5ªG«Фc-£3;V~[ ]éV~»ÛªËåãXš¿à€ÅújRqŽ$» mK¬¡U¯K™(û°ö€¶ »pCÀ:zHÝaÀ‚üŸU)¨O€%už!˜FAíG¶iúè? ‹p&@ç.gtˆÈ%@,# â5c’‹“ËOŸ¯C7îà@2eþ#:tчN6y²ìßáj½þ”ìöÇÆ×Vì%4ŸÚ«a(H¹˜ÜÂü!Zոм‚`.dw¯gÀoš"Hc@ÁAêÎá#ê3@ÎÚÞ D"àç`‚HB\«Líæì)XEÀ& -}XDArCÓ))¯'ÆJúu4³°d5UeO?z&IiãēܔØõe™ÜøÕÞcz™ý~F¬àéHÇ&ªo9‚¦oºà…Òè&ôF¢—{+j_C†€Jkß1Pég§PNÈã`;¾C—f ¸"Ì@?´S+Q ´GÍÎÚåô¤  ˜Ù„€Æˆ¯ 0 @Œ"‚1Á .Ou›9ÛÇyðÚ-;÷Ågr ÷ŽÂ‹·xŽìj:J’<ì?¢]7Â$Ÿ¦#ɽCò>•ÈÇ^€ùpZpŠ>y `äîŽæ`€‹,PÂÁX\¥ ôbÀÁ$þ´q/b8ø ÀuÖ«)iøÞÄœG°˜T‰ìÉXG©'àDsö "j"¡@Dµ0…ñâË:削å-J ‹NÝ8Љü”}²??<é;ÁÆüÕB·¿( ýâ<’?Ü…|ìÞ˜#ŸZQªcënÍ*Rù;o‚ìâïî ¬q•ú ÔFБ?¢€#ÿÀÛ å€ÍDHä`€Âz ÏeÇÀLü| ãÁÑ*LF RàBÀæ -Œ$€¥Ý(¸1A] -DyBœ^ÞiÖnܦÛ0€Ýé ÷ŠSažc‡ôïeÝÑÌ´nµOi6¤~ˆŠ~Ô—U\,K–Wü¸q0€ä|h ‡å)ˆO8¸€_¼drç '¦8ÀA™lkÒÂø)VÁRª 8¢Ã‚Ò>€Ò®õÐÄVz–Q±ÊÁ -Ä~õÍTëÓã ”7¿Î_ø…l‹;•õoIRïÅùYW~Ãà´WÊqWéÇÀqÉæÄ#¾|G@.­Dúpƒ(ý(Šn½–íœæíºÀòåñ¯+·µGÇŸ/2v„.ó;kº«³ã0‡~6v>ígoú1ùÚIj ¹™•p5øIfÁ;pЀd|¨ PòñMÌu>ä(YðˆN$ÃÁV|k’.'šƒù.×g`aÏN{â+Æ!8Ú˜‚áÄT -l H ¡9"Œ~s -D¸ÙÛœži—Ñ‹)®Î‹VDÄ$f–ð¤6>d€¤æ ä(sb ±ø©n°cì±›¶kˆ-í_gôM­†x¬Œ¹Eˆ7m~@ØÎÃçóe9müÕ¢´¨àÖœìÌŒ«Ùy÷ U”°ÁoÖÄQ6=¬-;´iÕ¢yó–­Ç«ÁæöÕXͶVƒ¾+”*ðK‰ Ùy6HÀs5H’Ì07Õà¾d§àüêÆ6H|ÃL{b+¤ñEø“ðF^“‚©ÒS03! -Åsª¾KÖ2ï75”‘ïUÝØ¬K¿ÑÓ­Þ{ö;Œ'Ï_/–%´ñ¿÷2Î$ìÞ±nMHP`@`ðºm1êô×]ÌVû¨Â»ª‚tæK¦u¾$©Á^ ء٦À"rà`.ClâÛ ¤f ´P8€r$‹¨†`»1®²óAu5€ <*ëur$@é÷2¡glþùˆY+v§J‚CÓ®ŒÜŸ˜v›§´ñÿ¿––<¸w§ ïöÝâ§$u5."È÷ 7×ñcF4À~àQ.îGÔ`ÅgX“2Y N°šW5(éÈ,•Á’w8Èö9Ÿkb²&TQˆo£äÕĪz–2Óµ:–’Gl~3¢Ô1ë3þËMGsH^¼XÕ®ûà ^þk÷$^§¹×q>ûþÈhC$îf]8}ì`ì¾=»¢vFíÞät:”Õ§Á6Ý-Û¶nÖ¸±‘‘qÃ&fá’­‰ûÂ[ØÁ·&‚‹í4€'£9¸ b1Wq¼=À)è\þàñL¢ñ·ÞÈÚœ5R1]¹i±ÚìMN¿YÏñ¾›Ò­žëmXͤ}Ï¡S}×Å^*’¸º2üûã—óËd9mhãůϟ–>{.I¤ŠŠX´tñ‚¹³=½¼æøø­ŒÜ `½•™©q-=U᧨Á‰Ú|óþ E¶l€wÌæ` €Õ˜à$ŸÅƸãÌ€=þKY+f †½£‚,Òæè¶@~í°¶o“5Û:x¬ŠË" c†¢Ô0é`ë³yÍ ¼-„Ûg0ÛW£`ȆƒÀÿ;­2 endstream endobj 9 0 obj <> endobj 18 0 obj <> endobj 19 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 22.1.0 %%For: (Kevin Adametz) () %%Title: (available-1.ai) %%CreationDate: 26.07.18 16:50 %%Canvassize: 16383 %%BoundingBox: 10 -30 31 -10 %%HiResBoundingBox: 10.0367892976592 -29.9698996655516 30.0033444816054 -10.0033444816054 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 312 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 1 1 1 1 ([Passermarken]) %AI3_Cropmarks: 10 -30 30 -10 %AI3_TemplateBox: 20.5 -20.5 20.5 -20.5 %AI3_TileBox: -259.5 -400 299.5 383 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 2 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI17_Begin_Content_if_version_gt:17 1 %AI9_OpenToView: -11.2675585284278 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_Alternate_Content %AI9_OpenToView: -11.2675585284278 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_End_Versioned_Content %AI5_OpenViewLayers: 7 %%PageOrigin:-286 -416 %AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 20 0 obj <>stream -%%BoundingBox: 10 -30 31 -10 %%HiResBoundingBox: 10.0367892976592 -29.9698996655516 30.0033444816054 -10.0033444816054 %AI7_Thumbnail: 128 128 8 %%BeginData: 13918 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD35FFA7C9A0A0999A6F936F936F936F936F99939A9AC3A1CACAFD %64FFA1A1999368936E6F68936F6F68936F6F68936F6F68936E6F68936F6F %6F9A9AA7A8FD5BFFCAA09A6F936E936F936F936F936F936F936F936F936F %936F936F936F936F936F936F936F9375C3CAFD55FFCA9A99686F6893686F %6893686F6893686F6893686F6893686F6893686F6893686F6893686F6893 %686F68936FA0A8FD50FFA19A6F936F936F936F936F936F936F936F936F93 %6F936F936F936F936F936F936F936F936F936F936F936F936F936F9399C9 %FD4BFFCAA16F936E6F68936F6F68936F6F68936F6F68936F6F68936F6F68 %936F6F68936F6F68936F6F68936F6F68936F6F68936F6F68936E939AFD48 %FF9A936F936F936F936F936F936F936F936F936F936F936F936F936F936F %936F936F936F936F936F936F936F936F936F936F936F936F936F936FA1CA %FD42FFA8A16F6F6893686F6893686F6893686F6893686F6893686F689368 %6F6893686F6893686F6893686F6893686F6893686F6893686F6893686F68 %93686F6893A0FD40FFA19A6F936F936F936F936F936F936F936F936F936F %936F936F936F9A99A09AA09AA19AA09A9A99996F936F936F936F936F936F %936F936F936F936F936F936F936FCAFD3DFF996F68936F6F68936F6F6893 %6F6F68936F6F68936F9375A1A1CAA8FD0FFFA7C9A09A6F936E6F68936F6F %68936F6F68936F6F68936F6F689ACAFD39FFC96F936F936F936F936F936F %936F936F936E936FA0A1CFFD1AFFA8C99A936F936F936F936F936F936F93 %6F936F936E93A1FD36FFA89A686F6893686F6893686F6893686F68936F9A %A1FD21FFCAA77593686F6893686F6893686F6893686F689375FD34FFA899 %6F936F936F936F936F936F936F936F9AA1FD28FFC999936F936F936F936F %936F936F936F936FCAFD31FFA16F68936F6F68936F6F68936F6F68939ACA %FD2CFFA79A6F6F68936F6F68936F6F68936F6F68A1FD2FFF9A936F936F93 %6F936F936F936F936F9AA8FD30FFCF9A936F936F936F936F936F936F936E %A0FD2DFF756F6893686F6893686F6893686F6FCAFD34FFA79968936E6F68 %93686F68936E6F689AFD2BFF93936F936F936F936F936F936F93A1FD38FF %C96F936F936F936F936F936F936F9ACFFD27FFCF6F936F6F68936F6F6893 %6F6F689ACAFD3BFF996F68936F6F68936F6F68936E93A8FD26FF6F936F93 %6F936F936F936F936FC9FD3EFFA1936F936F936F936F936F936F93A8FD23 %FFCF6F936E6F6893686F6893686F6FCAFD40FFA8996893686F6893686F68 %936893A8FD22FF6F936F936F936F936F936F939AFD44FFA06F936F936F93 %6F936F936F9AFD21FF6F6F68936F6F68936F6F6893A0FD46FFA16E6F6893 %6F6F68936F6F6899FD1FFF99936F936F936F936F936F93A1FD48FFC96F93 %6F936F936F936F936E9AFD1DFF9A6F6893686F6893686F6893A1FD4AFFC9 %686F6893686F6893686F68A0FD1BFFA1936F936F936F936F936F93CAFD4C %FFCA6F936F936F936F936F936FC3FD19FFA7936F6F68936F6F68936F6FA7 %FD4EFFCA68936F6F68936F6F68936FCAFD18FF936F936F936F936F936F93 %A7FD50FFCA6F936F936F936F936F936FFD17FF9A686F6893686F6893686F %A1FD52FFA16893686F6893686F689375FD15FFC96F936F936F936F936F93 %A0FD54FFC36F936F936F936F936F93A1FD13FFCF6E936F6F68936F6F6893 %9AFD56FF9A6E6F68936F6F68936F93A8FD12FF9A936F936F936F936F936F %FD58FF9A6F936F936F936F936F9AFD11FFA193686F6893686F68936FCAFD %58FFA893686F6893686F689368A7FD10FF9A6F936F936F936F936FC9FD14 %FFA7CAFD30FFCFCAA8FD11FFA1936F936F936F936F936FFD0FFFA168936F %6F68936F6F689AFD13FFCA6F6F6893A1FD2DFFA1936E6F6FFD11FF996F68 %936F6F68936F6FA0FD0EFF6F936F936F936F936F93CAFD12FFCA6F936F93 %6F93A1FD2BFFA1936F936F936FFD11FF6F936F936F936F936F93CAFD0CFF %9A6F686F6893686F6893A1FD13FF6F6F6893686F6893A1FD29FFA093686F %68936E6F6FFD10FFA1686F6893686F689368A0FD0BFFCA936F936F936F93 %6F9399FD13FFA1936F936F936F936F93A8FD27FFA1936F936F936F936F93 %CAFD10FF9A6F936F936F936F936FFD0BFFA168936F6F68936F6F68CAFD13 %FFA16E6F68936F6F68936E93A8FD25FFA16F68936F6F68936F6F68CAFD10 %FFA76F68936F6F68936F6F9AFD0AFF6F936F936F936F936F9AFD14FFA793 %6F936F936F936F936F93CAFD23FFA1936F936F936F936F936F93CAFD11FF %9A936F936F936F936F93FD09FFA193686F6893686F6893A8FD15FF756F6E %6F6893686F68936893A8FD21FFA06F6893686F6893686F6893A1FD12FFCA %686F6893686F689368A1FD08FF9A6F936F936F936F939AFD17FF99936F93 %6F936F936F936F9AFD20FFA1936F936F936F936F936F93A1FD14FFA06F93 %6F936F936F9399FD07FFCA68936F6F68936F6F68CAFD18FF6F6F68936F6F %68936F6F689AFD1EFFA0936F6F68936F6F68936F6F9AFD15FFA86F68936F %6F68936F6FA8FD06FFA0936F936F936F936F9AFD1AFF6F936F936F936F93 %6F936EA1FD1CFFA1936F936F936F936F936F93A0FD17FF99936F936F936F %936FA1FD06FF99686F6893686F6893A1FD1AFFCA6F6F6893686F6893686F %68A1FD1AFFA093686F6893686F6893686F9AFD18FFC9686F6893686F6893 %6FFD05FFCF6F936F936F936F936FFD1CFFCA6F936F936F936F936F936FC9 %FD18FFA1936F936F936F936F936F93A0FD1AFF936F936F936F936F93A8FD %04FFA0936F6F68936F6F68A0FD1DFFA768936F6F68936F6F68936FC9FD16 %FFA16F68936F6F68936F6F68939AFD1BFF9A6F68936F6F68936EA1FD04FF %9A6F936F936F936F93A1FD1EFFC36E936F936F936F936F936FCAFD14FFA1 %936F936F936F936F936F939AFD1CFFCA6F936F936F936F9399FD04FF6F6F %6893686F68936FFD20FFA06893686F6893686F68936FCAFD12FFA06F6893 %686F6893686F68939AFD1DFFA893686F6893686F6893A8FFFFA7936F936F %936F936FA0FD21FFA06F936F936F936F936F936FFD11FFA1936F936F936F %936F936F93A0FD1FFF9A936F936F936F936FCAFFFFA16E6F68936F6F6893 %A1FD22FF9A6E6F68936F6F68936F6F6FFD0FFFA0936F6F68936F6F68936F %6F9AFD20FFC96E6F68936F6F68939AFFFF99936F936F936F936FCFFD23FF %9A6F936F936F936F936F9375FD0DFFA1936F936F936F936F936F93A0FD21 %FFA8936F936F936F936F9AFFCF936893686F68936893A8FD23FFA893686F %6893686F6893686F75FD0BFFA093686F6893686F6893686F9AFD23FF6F93 %686F6893686F6FFFFF6F936F936F936F939AFD25FFCA936F936F936F936F %936F93A0FD09FFA1936F936F936F936F936F939AFD24FFA06F936F936F93 %6F93CAA16F68936F6F68936EA1FD26FFA86F68936F6F68936F6F6893A0FD %07FFA16F68936F6F68936F6F68939AFD25FF9A936F6F68936F6F68CAC96F %936F936F936F93A1FD27FFA7936F936F936F936F936F93A1FD05FFA1936F %936F936F936F936F939AFD26FFC96F936F936F936F93A19A6F686F689368 %6F68CAFD28FFA16F6893686F6893686F6893A1FFFFFFA06F6893686F6893 %686F686F99FD27FFA76F6893686F689368A0A06F936F936F936F93CFFD29 %FFA1936F936F936F936F936F93A8FFA1936F936F936F936F936F939AFD29 %FF6F936F936F936F939A6F936F6F68936F6F6FFD2BFF9A936F6F68936F6F %68936E939A936F6F68936F6F68936F6F75FD2AFF9368936F6F68936E9A99 %6F936F936F936F9AFD2CFF9A936F936F936F936F936F936F936F936F936F %936F939AFD2BFF93936F936F936F936F6F6F6893686F689375FD2DFF6F93 %686F6893686F6893686F6893686F6893686F75FD2CFF9A686F6893686F68 %93936F936F936F936F9AFD2EFF93936F936F936F936F936F936F936F936F %939AFD2DFF9A936F936F936F936F6F6F68936F6F68939AFD2FFF6F6F6893 %6F6F68936F6F68936F6F68939AFD2EFFA06E6F68936F6F6893936F936F93 %6F936EA0FD30FF6F936F936F936F936F936F936F939AFD2FFF9A936F936F %936F936F6893686F6893686F76FD30FFCA686F6893686F6893686F689375 %FD30FF9A6893686F6893686F936F936F936F936FA1FD30FF9A936F936F93 %6F936F936F936FCAFD30FF9A936F936F936F936F68936F6F68936F6F9AFD %2FFF75936F6F68936F6F68936F6F68936FCAFD2FFFA068936F6F68936F6F %936F936F936F936FA0FD2EFF9A936F936F936F936F936F936F936F936FFD %2FFF9A936F936F936F936F686F6893686F689375FD2DFF756F686F689368 %6F6893686F6893686F68936FFD2EFF9A686F6893686F6893936F936F936F %936F9AFD2CFF9A936F936F936F936F936F936F936F936F936F9399FD2DFF %9A936F936F936F936F6F6F68936F6F68936FFD2BFF9A6F68936F6F68936F %6F68936F6F68936F6F68936F6F75FD2CFF9A6E6F68936F6F68999A6F936F %936F936F99FD2AFF9A936F936F936F936F936F93A09A6F936F936F936F93 %6F939AFD2BFF6F936F936F936F93757593686F6893686F68FD29FF996F68 %93686F6893686F6893A0FFA793686F6893686F6893686FA0FD29FFA86F68 %93686F6893689AC36F936F936F936F93CAFD27FF9A936F936F936F936F93 %6F93A1FFFFFFA8936F936F936F936F936F93A1FD28FFCA6F936F936F936F %93A0A0936F6F68936F6F68C9FD26FF75936F6F68936F6F68936F6FA0FD05 %FFA16F68936F6F68936F6F6893A1FD27FFA16F68936F6F68936EA1CA6F93 %6F936F936F93A0FD25FF9A936F936F936F936F936F93A1FD07FFA1936F93 %6F936F936F936F93CAFD26FFA16F936F936F936F93A7A86F6893686F6893 %689AFD24FF766F686F6893686F6893686FA0FD09FF9A6F6893686F689368 %6F6893A8FD25FF7593686F6893686F68CFFF6F936F936F936F936FFD23FF %A0936F936F936F936F936F93A1FD0BFF9A936F936F936F936F936F99CFFD %24FF9A6F936F936F936F9AFFFF9A68936F6F68936F6FA8FD21FF9A6F6893 %6F6F68936F6F6893A1FD0DFF6F936F6F68936F6F68936E99FD23FFCA6893 %6F6F68936F6F75FFFFA0936F936F936F936FC9FD20FF9A936F936F936F93 %6F936F93A1FD0FFF6F936F936F936F936F936F9AFD22FFA1936F936F936F %936FA1FFFFC9686F6893686F68939AFD1FFF9A6F6893686F6893686F6893 %A0FD11FF6F936E6F6893686F6893689AFD21FF9A686F6893686F6893A1FF %FFCF936F936F936F936F93FD1EFFA0936F936F936F936F936F93A1FD13FF %6F936F936F936F936F936FC3FD20FF6F936F936F936F936FFD04FF6F6F68 %936F6F68936ECAFD1CFF9A936F6F68936F6F68936F6FA0FD14FFCA6F6F68 %936F6F68936F6F68A1FD1EFFA1936F6F68936F6F689AFD04FFC36F936F93 %6F936F939AFD1BFFA0936F936F936F936F936F93A1FD16FFCA6F936F936F %936F936F936FCAFD1DFFA06E936F936F936F93A0FD04FFA793686F689368 %6F6893CAFD19FF9A93686F6893686F6893686FA0FD18FFA1686F6893686F %68936E6F68CAFD1CFF6F6F6893686F689368CAFD05FF93936F936F936F93 %6FC9FD18FFA0936F936F936F936F936F93A1FD1AFFA16F936F936F936F93 %6F936FCFFD1AFFA1936F936F936F936F9AFD06FFA16E6F68936F6F68936F %FD17FF9A6F68936F6F68936F6F6893A1FD1CFFA068936F6F68936F6F6893 %6FCFFD19FF9A6E6F68936F6F68939AFD06FFA8936F936F936F936F93CAFD %15FFA0936F936F936F936F936F93A1FD1EFF9A6E936F936F936F936F936F %FD18FFCA6F936F936F936F936FCFFD07FF6F93686F6893686F689AFD14FF %A06F6893686F6893686F6893A0FD20FF9A6893686F6893686F686F6FFD17 %FF756F6893686F68936899FD08FFCA6F936F936F936F936FCFFD12FFA193 %6F936F936F936F936F93A1FD22FF9A6F936F936F936F936F939AFD15FFCA %936F936F936F936F93A1FD08FFCA936F6F68936F6F689399FD11FFCF936E %6F68936F6F68936F6FA0FD23FFA8936E6F68936F6F68936F6FA1FD14FF9A %6E6F68936F6F68936FFD0AFFA0936F936F936F936F93CAFD10FFCF6F936F %936F936F936F93A1FD25FFA8936F936F936F936F936FA1FD13FFCA6F936F %936F936F936EA1FD0AFFCF6893686F6893686F689AFD10FFA86F6893686F %6893686FA0FD27FFA193686F6893686F6893A1FD13FF6F6F6893686F6893 %686FA8FD0BFFC36F936F936F936F936FC9FD10FF9A936F936F936F93A1FD %29FFA7936F936F936F936FFD13FFA1936F936F936F936F939AFD0CFFA893 %6F6F68936F6F68936FFD11FF6F936F6F6893A0FD2BFFA16F68936F6F68CA %FD12FFA8936F6F68936F6F68936FFD0EFFA0936F936F936F936F939AFD11 %FF99936F93A1FD2DFFA1936F936FCAFD13FF9A6E936F936F936F936EC3FD %0FFF6F936E6F6893686F6893A1FD11FFA7CAA8FD2FFFCACAA1FD14FFA168 %6F6893686F68936893A8FD0FFFCA6F936F936F936F936F93CAFD59FF6F93 %6F936F936F936F93A1FD11FF9A6E6F68936F6F68936E99FD58FF6F936F6F %68936F6F689375FD12FFCA936F936F936F936F936F9AFD56FF9A936F936F %936F936F936FFD14FFA093686F6893686F689368A1FD54FF9A6F686F6893 %686F689368A1FD15FF9A936F936F936F936F936FCAFD52FFA1936F936F93 %6F936F936F9AFD17FF6F6F68936F6F68936F6F68CAFD50FFA16F68936F6F %68936F6F6893CAFD17FFCA6F936F936F936F936F936FCAFD4EFFA8936F93 %6F936F936F936F93A7FD19FFA1686F6893686F68936E6F68CAFD4CFFA76F %6893686F6893686F6893A0FD1BFFA06F936F936F936F936F936FCAFD4AFF %A7936F936F936F936F936F939AFD1DFF9A68936F6F68936F6F68936FA1FD %48FFA1936E6F68936F6F68936F6F6FFD1FFF9A6E936F936F936F936F936F %A1FD46FFA0936F936F936F936F936F9393FD20FFCA936893686F6893686F %6893689ACAFD43FF756F686F6893686F68936E6F6FFD22FFCA996F936F93 %6F936F936F936F9ACAFD41FF6F936F936F936F936F936F936FFD24FFA893 %6E6F68936F6F68936F6F6893A1FD3EFFC96F6F68936F6F68936F6F68936F %CAFD25FFCA9A6F936F936F936F936F936F939AFD3BFFCF9A6E936F936F93 %6F936F936F936FFD28FFA899686F6893686F6893686F68936FA1FD38FFA1 %93686F6893686F6893686F686F6FFD2BFF9A6F936F936F936F936F936F93 %6F9ACAFD34FFCA99936F936F936F936F936F936F9399FD2DFF9A68936F6F %68936F6F68936F6F689399CAFD30FFA89A6F6F68936F6F68936F6F68936F %6F9AFD2FFFA16F936F936F936F936F936F936F936F9AA8FD2CFFCA9A936E %936F936F936F936F936F936F93A1FD31FFCA6F93686F6893686F6893686F %6893686F6FC9CAFD27FFA1996893686F6893686F6893686F68936893A1FD %34FF9A936F936F936F936F936F936F936F936F939ACAFD22FFA7A06F936F %936F936F936F936F936F936F936F9ACFFD36FFA19368936F6F68936F6F68 %936F6F68936F6F68939AA1A8FD1AFFCAA19A6F6F68936F6F68936F6F6893 %6F6F68936F6F6EC3FD39FFCA9A6F936F936F936F936F936F936F936F936F %936F936FA0A0C9A8FD0FFFCACAA1A19A996F936E936F936F936F936F936F %936F936F936F939AFD3DFFA76F6F686F6893686F6893686F6893686F6893 %686F686F686F68936F9A75A09A9A76A09A9A6F996F6F6893686F6893686F %6893686F6893686F6893686F68936893A1FD40FFA1936F936F936F936F93 %6F936F936F936F936F936F936F936F936F936F936F936F936F936F936F93 %6F936F936F936F936F936F936F936F936F936F936FA1FD43FFCAA06F936F %6F68936F6F68936F6F68936F6F68936F6F68936F6F68936F6F68936F6F68 %936F6F68936F6F68936F6F68936F6F68936F6F68936E939AFD48FFA0996F %936F936F936F936F936F936F936F936F936F936F936F936F936F936F936F %936F936F936F936F936F936F936F936F936F936FA1CAFD4AFFA8A76F6F68 %93686F6893686F6893686F6893686F6893686F6893686F6893686F689368 %6F6893686F6893686F6893686F689AA1FD50FFCAC393936F936F936F936F %936F936F936F936F936F936F936F936F936F936F936F936F936F936F936F %936F9AA0CFFD55FFA8A16F936E6F68936F6F68936F6F68936F6F68936F6F %68936F6F68936F6F68936F6F68936F9AA0CAFD5BFFCACAA09A6F936F936E %936F936F936F936F936F936F936F936F936F936F999AA1A1FD64FFA8CAA1 %A0759A6F936893686F6893686F6F996F9A9AA1A1CAA8FD32FFFF %%EndData endstream endobj 21 0 obj <>stream -Ç„ ûÇ‹öe”AØ rèózbÎòá¼C3å°Oúý iÙ­šYíC{¹õ·œô²ó#üâ‹3}MÏæ0)£}ðèaóýéné”\R7ÕCJZÐ`’CÒŠ›£¢¢Ë }-¯ü´Ö?¾vÞ‰ÓÁR¾Žs…ŸB\î=D‡¯¹pÅ;# ì^€ÇÙ ŠzvF8”U;¹bÕB®˜W¢RÆ%µO<¼Ò+:|þ99ªê,¥$õ9,ÿ¦ZrCÖøî˜º-昨.êh7$á»êþX"9Ô {{ø;£ò㟓҆w㲚ÇýÞK:c#füåc—?ÞÍt¡ÜbÈtAô/ä¼÷§·,Ȇ9eõð¦þùdWéÝЋc½M¯ŽùÛ«n+é•מ^;ŠI{wfª úrˆ_{Û†-½ªG]&ç¼9^y%"ëÞ¹ˆª×rêãg¿½}’øøèd°Ž’ê‡ ýÕ‚â¼kz\ìi~å½cªÖç'×ÍI³DŽŸy3(ªx{àÃC÷½$øº™P²ëÀ,õW<°‘cÿ—VF®š‰å -tÙ«IUsÁ´¢>n\\½ ‡½Û.bQÓ˜à`f^–Ô¿þy^AÊî@å$ ÔU-$ÎNK¹b%Æü9Û›{ÿó8}Ç IŸ‘— Z»ãe¢‚rtñšU 0øó¦þû8úu[ÿcœ†_±´å s}AËÜu‘!놶L=6î¬uk^Ž«!Ñ‹JtòªQ_Ò0+WìæU«· £×ÍkyK:T2 eSfû˜´íA~N‰Îí'_2S‹ßc —t„MÀu£Lâα1liŽÝð[öƒö¬ª-ð‘z€¡a+è¼ÅþºgÃÂÔË ïV­ÈŒ3¾`’ÂU¾xVÛöá`” ÿ1ؽ]<¥€Ä®˜ IëV€¬È¬½!Bã? Ù§ Ø\Åæ ¡æ @h]uaÀ£LÆ×‹ñ9HÇì)¨°W¶d0>±X?&8‚Çéä¯#øú7¾dÕˆÉXüi²íçÕÞØÄ”ºd¸D¿5§"æ…ºZ_Ï)Ÿ.jëŸÍ(_»jïv6=œQ²ËÇäÜÒÉnbÒ²Z>wxn»·æ~XÕüjÍÒ–»ê„¥NhkŸå /öGÙŒMÀ'VÝ4Ц‡Ûñ3ðcí½_ÆÅšÃ{ CØú°µ5eÝMªYÐasVô¨»ôJ,ù¤¤)õ¸›Öpk¶—Z0Òÿ¨AeŸ4GÙYÍoýí¨°›¹b%UÌ @? 3ÞÛ èöÆGnVÍm Ʀ­ÚÒ6­¤òu€¦zñ)£½˜xü<ØÙuÑÇçÐdO§z^i0é׌ä’ûž.|¬’xÔš—x²¯¥òNHŽMÖË.²‹?%e~8‚Nyu•ôê&éÝ)nqòÙ>xÍxnÒivEìi !óozɳߌè¸ßM¸¸ -xܯjtêe/§äÁŠWæ—·Ä·¥>ø¹”pýkÅ\1Îh~3)ɹࢦ\˜W#Š'´„Âúä秇¤õŸGˆM@윔Ô<ó³ónôµ¼9-«ö³wjV‹Ë%W'þ]ýhËŒÌ]Vƒ£w-ø-SõG#)憸æá 9íê:ÀQØâ˜ß5جè/CDü?Ó4ê?ãø–/¢pÓN·³¯éÐIO©š?ö᳞*á‰çÌä´[vRÁ“žÖä]'ºtY×–4 (7¥ðþRKΆ…ÈÚr4øR`ÿ2—t”ê +µq݌ɛ”âIã“oQÓOôƒr§z^oyÏï1){A*Ð`ða&uÍE†99Å·—ôðô1y[•GX¿¤i|ça&]Zì¯|¼í>ß-_ÔA><”°¨¯ó)ˆ­Z¥ãÝ7£’¦çK:hÒ¦S±ç¡c¿…XÜÿ.rzÖìm©›.LéçQñÛùÏ÷ï ‹ÿcŠÅù:Τ~™b0¾Ïrºþ3ÏéÞò`+ÿ™dqÿgšÝþÙƒ¯™ë½žéª4Û ŽœW´¼^Ô4¿ý:Šo -ªÈ¹‹:rÕî Ÿ¶jdÖ…uØô‰îš»¡Î’¿'¤%W–”ð¸5)s¨ýfºõaÓÉALöƒ^ñrÏÛó/úx9WL­©ÛróŽMß r£ZDb@ˆÛôquéèß)>‡Ø¼Ï -rÝÓš¹0Ç’³-×Î)»¹j ”ÌjpÙãÝ­ïü¬ªëóÝ-¯˜Ô™Þ–w~^þ¥ ¹lÍ!f|V¶ak‰ uß—\YP×En¹ñëƒ4Ðt?ôÍ -Í?‚l:ÀñUËVLöŒ¢õÝxøù‚X[µçgbö|T¾ædã·=<êš•R¿h¥7 kÙÅÎ^R¼»5¥¦ä, ú@k¾eĵ>óð o&¥¨¤)1âmP~è¤7ßÕ!*Ï ñjo©Ie7éy¯OêZÓþ<Ü· *yÞL.Û8°Y›˜äìAÇI :鑇=×ft /CÊšûSªÃžÆ ÷›vBõœ©‹á‘‹ø ÒK+VLí¦½)vNQ~gH˜^ ;ÑÝRÓ–òû¸´>rLK.i΋ýýÕ•?#D5/m`)cÂü[AvÊ+üåIJî# §̦{#2Zr}âË£Œ²¨»;.$îßi-¬®|:.Ê¿èb¤žV?<ê”Ez»Aqà̧§)¹‘Ç~ÈÈoCDÈg/±~ÙØü±ó;«àÑq~Þ£#“âÒ§FÉËÆ7O˜H9oö†¨Ðm«u^ Môp3.õ‚ÞÿLÍ{xÄ€‹;?ÓWù’Pü쬕÷îßi^Ï÷Y^×·I -a×ßV¼ê€¥K«î à2NÏè‘YÈ’³ž]ùyZ *Ù±6}+Ëï-«+/ôßëj|r‚Wtû„›•pgk[Ê<…H{þ‡_Xÿ=Àfüãò¿Ù̽!lË /Þp4Dÿï"™úmšÊÁU½}Î~~wÍÇ}›ìt|–8ÿϪÀö¿ËÌî¯AXå‚¶èÞ†ÝÔÕšþH‹Ë²¨ƒ¦-¨!1ˆ¶Ôm7ºøÀ‡Èý7ˆ­^±£2לŒæ°^êÃ~\w°[6€F´à}z9&.½m¥ü­lM;5ÕÙðrÙJû$u'»ë#ÜäúÏCdð× þ-D#ïÑÐsJÙ¸Ž˜»àà‘Ýíãz(ìêäïxùôm®pÇŠÌùäÇUo¹Û²vœ¨¼75pð¨ôp\x®§áÃ/š–ÄSN|Ò¹÷ö¼lrØÁBM«ñ;bÝ–[ö=DA|Ÿ `w‚¤–°µ-s¤£òÁ²’¿íÅV{A/Ö,覓?ðâçÎ|Ó¸ë£BÖ:m‚§lYôÕAj`¤ ,vÚO[t`жGHÐð µa¤þvXÖ9¯aU¯Ùeí‡s3–ÙÓ=˜“.t7§ý®Dd^—·¼^÷ˆk¯«œÑK¦Ôøôy+±8즃¦-̺y+­jw„Eü:Æî À+.D šÃvf㺇Ҹ !¦M¸œ9;¹|ÉA­Ü öûAç-¬±b§Ôz zIO)^2‘ŠfÔ˜T/ò‘ÛxÛÆ®y°ªGeÄU÷M„ôK.Zá1ìÍT!{REÏîåäúz99“bÖŸ‚þ6Á /ZÑÙ³zxÚ’ [´b£6¬ºX¨/ |~áXwÓ«mÓÛo£xÈdOõ½ñΪ›3Êæ×zBîeUkÆŸ^få°…\c#Þ @ç¼²kƒ¨’±î†ûcÒ¦§S½-ogØ´q9&uÕIªÝò“›ætð´U+ªêÛ“{Xs¾ãiË™ÕT?žü^~¿`&Ô¬B3úRK(°fCUN‹Ë¯NKJ®ûéx™Y燄•‘!IÍË%#ºdÚ*€wÂ󮊛®9ªô`wsZpÔº]¸âÀÏZÓvŽÙ qÙCjh$÷ũШ‡—·\xÌÿYdIþ;Çüw^äÜ„¤à樤ìáP:¯ðÍ£ãµñO.n„?9}ŸCD슥!!Ô‘qÙŠ=µ "×G¸Ô)#µb¸½ì ÕÆæ ±Øû¨C=e&—\w²*.ð¥£ä²^\Ée;§æÙž— -;ìu·d„Æ­ZPY‹&|Ñ¢C@Xñt´/ûdòI[7ׯ”CñŒ©‡½` Œp €\Zódy îź¹5yÖH¯ê§VÞéhIýc´ôr¾þq²«áñ´¼øÁÞ 8{ËGGÍZ ¤Â5‡²1®y•«^Lñ’‘9¥nŠZµÂ’÷|ˆ’U²`ÚŒHš2£3ô¼Šç*lÆÅ}¥~ÃJ©Ù°“k¶‡(P€‹ÉëÃ<Ú¸Zã6DŒ2H_¦9‚/Ólþ—ÃÙ{RÝŠ_¸dÂç-ê)%K6h´þfFIÊY6 -`ãÀc¿üúDWÙÃ9uÝK/ïÜXwÍ‹ 7¥ÁÀ®|`çÖ<Û¦!öFè¨M7¼ïG–ü; -ÿ<Ö¶7Å~‡E—L2¤ …Ôð¸O!:u{˜ÿ"µ}› @‚˜Ú 72oo_ð3nV{·l@¤l8ÙÓÊÆW!%ômØF(ÝôñŽ—?ìÁ½zØsÕÇcL›ØM‹V&hÉFoœ7SjVœðÞòmœÅÜ p¨ó66h}DÔ±à²ÏO®ù¹”Y¹jÙŽÉ[6¶&m¹P[^Áß~>"€D­Ù¹ÈE3­rFO]Ðó¦pé# -bʸ–Z²êÐ'õ¤"¯ñfÞÜAž·Èa+ `!Jõ´c¡–¯{©à / êeV\™òÒ²]ºjElzÕË\ɼ›RÒç ЪÏÛ µ÷öÕ ;ˆ _{ûÎòº×F„ÂÑNLPÏoô)‘±ƒ²ú‡Ó$ôÇá¸û -Þ¶·¤nÚEkv\ÝŒ¶<¦¶ Ð[?¸EЦØÝ›@Ž›UU?u2²ÎP § ¨Ô‹[À~±´`£Õ.X¸È9+¾ ä’;²h¤WÏi ™¡dtHÞövÁH,ÕÐòGú(…3h{ø_@“Ïpù«VZ=c7‡…üy'»uÎ% LX;I>¥´) UPƒj xÖÀ®´·Æ.)ÑÙ›vbݺ‹Þ2¢!çŠÑ¥—Øui¿»pùa¡ $¯y0(L½0ÕW|ÕA¬\pòqKžvÖÚ°€³êgÀ—tÐÊ ±âa¶†”ê5'*gÙŠ ;Ú2W†(ÍølzkæetvÔ±M ½qËÉE­Ùé›~J˪—ZpÑçLк—ÏÛå 7ƒ [ȇ}èž_XópLZý `íg3꺨°–±á%7úZ’=àĽzÝE¨ õÖ¿“gßý4RýîóXcÚn€Øˆ{æœ2Ñ‚Q3¡%—}™ê0}ª>…hÄ-,gËÛœ¼íEíðuÛ>Bõ¸ü4lBf} -À{~té–W¾ÿÿ×Ä +WmØ’‰>Xôº›Ò¼3!è^òrhaµˆ? dÿñ{Ë…>ìU’v‘k¬Ü–õ!q÷ˆª%ÛÓ]³2H¯ø(më>xÙ­Zs“A+.Þ-hy9$†'mzÚùófzõŒŽ’·`¢–ϘHå³&tÖ!bι;S&vƒSDŠŸ°¨zCæ~Ñ‚ö«lAdÎi¡q¡^Hܨ¬%jVÓ¿3Äc¯¹ù´Ý‘ö®ía¹gÆ!†­\Èšƒ‡šÒ³ªíÂÖ'þζWJLbØÆh^²u0Wݲ­!isš±æ&UÎKsËÀ1Njñ­ï>ÓßÑ»ê“i–½]êY‚ èÛ!ýŒŒI¯ÎßAK‘S‹·Ü<Ü”Rl´ÊߊëÇ&Îè€õ±¾Œqx~6qÍÇBO°9“è¤0 â×}íÜUo;syP@Yd¶mzh˜½q:suˆÐ4¬Â¦˜…H+=©çC½´ŒE­b/@mÛð³ˆKƒ¬Öµ!zÛ?ó|ÕÁ$W´1D‡m·K¶‡»Ìß뉇‘å«6pÒ‚¾1zFÓôb -ÐVKv.fHI.Ô’ÊÏÍ*ž8aº¿%zQ‹ë½ðvÔÜ4Æ«m©aˆÏóFJÕ´–T¶ À‡µçß&ɈOãlÞ’‡š·ó?3W¼]Š·¬{ÚÎG.¸ø„e›t¤‘?¨œhù¸`F¥¯9) -/±êÀÍ4GÚ/qÓÕðaN›{ÁÐônÓ p$ µ6x½:Äg®H5+yÈa€.ËŸPâSç Ä’Ox0&1. ¥Ý„’»|pòÙy3´1,¬Žðèá&fÂL*\r³Ú–[óñXÛcâþE; «ŒôŠàùõ!.mÎÉE[ÛQ!S;lÆÌ‡†4 -þ„U«1(¸!“¶ Øù¼³dFçoûið͵îgã6†9”ý™N÷Ö›·1ÊnNµ«·fE¦Yzw‚Å]õSÚæ¤ŠÐ!/4Àk¶Š‰©PÖ9@ÛUnq¹£ ü¼\·1DE­ 1ÑóƒäÚå!ZëF€×5ªjŽ×4F®ùövj7| ÌÞ·ãûb»í°_Àš]v3àÛc2÷´‰Þ25€/®‡¾>ÌeïŽq„ûãíý[£íò/½uÖ+Xò’VGXø'¾(lk~ÿé°þ|LæøêòŒuæm¬æŠœ99Àot÷ñ -ù ²ÓCTöÞ±íc WmÔÆÃ3ûkßl8…ë>I‡GÅ(§AR/VE]>¶c%£Æå¡ ÌöðHFjqPÉÈõ˘i ¿š *ú£½>ãî’žFÝ ˆ»·‡9¤ ïÞ^°0ë'5‚š RXéé&¥ú:êŸÌ›Û2–lÄŠ% ½aÅÅÅMhxuãÆnRPß éɹK6!fÆ"cÍ:;˜3Vvó°¼-aZKmœ5É8c&ƒÒÕ§@y:„Ù‹ÚN̆YF_6öòçmô)#"gÑVýnÚ¢!€ø¾ì\ó0Zæˆy zJÙæ µi×OjØòêÃN(4@Λµ2ÁKveBIHŠênmÚ) kƒL亅Y÷Ò¡a­ib€3 -°ù–G 8ì0Æ¢nÉmKƒØÒ/¾îµÏ›…x§„•jéeé: .©xÍ#¯ØYÐãV?X±aʶüL¼_éäÖÞëi~yÊ·Ç…Ý6yyƒ ;è a;¾hÎÜš¸zØs(ÈöÀâ\2X̬­“=¢í§Žxõ3‡¶¼÷„•ß:cíâÏYûºìíÌ,FUÙ… ·1!Öl1w¦Ã¶;Ó®]²¨€Í–MšhU#<êÞ©m{ [3ç³Æí½ÒùÁ>ýНÇ8ié•Zå]Õêö®45_–8ØÓYåààž÷ÒK×½²þí`§vgLÔ·3Áë QactÌö„X·3)óíÎwz·&h”ykkæœYbÆmÌo5ÕÓKN i°éë€/1‘‹lÒÌEn -d{SR×Öd‡e% R„‡x¼®dÁM‡/:º¶¿ÞúÿÙ€IXõa+¶†‘%»côî¸X·’Ù& ¸Ü9 ©i{¬C·âwîŒ1)ó6JÍè&uÖClØž¢>-0$«~m˜ÇÜ™*vGùí;ãøæÝ³â“ˆêž6oŸcï²ÂÕBE¦†Äy>&ëƒÍjÔa9;Ã.¤¼ðuò’§úeSÚ_7 põ‹Ì<ô¿5õӨĸ3&V¬ø¹Ä€žšïV±s]jÒÔ£ƒ(ø²i+ú–ƒN.X6t -w¼âöM«mέ)%ÕqoŽ‰Û“®çöf P´{èÒ¢Ÿ´ä¦—›ž.ņ§G³êé5ŽêÅ0·¢féê«rõË›‚Ð$ëoh—ç9{,ÈaWç×Úû­r;CÅÑW)˜ªL|á.¡¼íAgí¥Ý—b誽Ý5ó:^Û÷‹ùŸ)¶àpVÈvH¤ð+;ª]eÅ`§ªÎ×Õž?k¥WNQ)‹6B店ÇZü:¨·ÚÚiïmtüã`­Èʇ$Oª)à9³5kã¢Âƒ|æ~H¤ú1Óa| ±1/þ4Éé<Ü£%Ÿ¤}XM/5 POxÌ \Z?mïd®ûEËN8  åùeø´Y5µ4 °®S{:&'d„úP93Z|ñ¦ŸÏ -òðsvdÊ(jÖê¦LŒêE7¾è¤6Z?{ÆL+óë:š¬*J#R:º;˼Šn°½§§Þ®ÐÓm=&†¹ËNï$ô~·ržøûºZçìJØËA-øy¤€a=ÔÆõ ±h‰e?½uѰš‡‡1šúŠ!£¹Ï©èmè)’ø\U (Œi–]Ä€ùתӪþÄV!ÞhÄíuÓF>$ìæ¡—†ˆ™ARíÎ$OzØûjRlÜ 1è+ÃlübPÒòˆÉ^SÚ¢VÙû»k\Š®† [}Ü.y=PoŸ -í–kxn…Ðó! ¡"¨E¥­ ò‰›#ÝÆ±¾‘ÝéNÇö¸H¹7Á—~™åv}š§2ÿ»Ê’ÿ'ÌSå÷ïN²XëclÚœ¯³cÂÖ#ttÐÒ&,í„­2¤£M -˜; Öâ º|Ê„+YK¶‚Ýöõ‘vñ”‡‹”²|‹Ò,a+Å£mR¶/_D1¾£äûñš$ ÍœßM3Äãà²Ûà -Ò rç•”¨É’R»sìQÎH?¯pÞÔŽX ôùæ¼}ÚQG¯À¢•·¨”f˜B9ΖIG!\Šî¥‚¢O´ l ‘®Á#î*öÊ úvsyÝ™Î"ØßW¢¯Te´]†Vpþj-gþ¦¢t¤®y{µ[#ý36ŧd8=àS«BîAõõøQ¦9•CпÒ\éRÁx³€éÌ"aµ/« ‰k -‰>&ÃO¨ë…›zÚ3ì³¼·¨¿Ó\*•hhå#,ˆ~ŸK¥Šù¦|äÅ{kîìÎñ[”ÜIW'w à¶E¡vÚˆÊ3 `^“‚lê·`$zƸUHÚÉœûãbå‚·ï4š:•j³S1Çä‰jPDÿËÆfÕ¥6ˆò2´±çl~úDR<ä×¼,öéü2å/÷ßÀ"þ¾•{ôÍëš“%YˆS,$ûŽAÒ‘5¦—¢&ì*Õ ÙiÔ ËÄŠá6šx¾€"Ø/$²7R¸ÀCd‹ñ:j¼o5ÝD5÷_j¨“_//•\¨(éù#¿Dvò^dEÄÍ[¹I‰¤Ÿ!PÇ5©h´aÌbR¬x¥² ¯yÔ „ùŒJ®Z7È¥wOW!˜³Ñm¤égµ-öK9Eí¿•öœ)¯ÔüVPÔs<ò ìÈÕÛ¹‘ïPGž¿'D\{Tñë駯£N–•pÏb ½7 ²´i'=çåàì*a…R¢+•ð‹lzOÇéÞ1ˆæ(Ly­(ŸúËíkÑGŸ_‰Èˆ.ÿ­4 uWOŽ´J,ÈI“U»èîà-Û¨-¿T·ì׌9¬6}<€–ʃ­’®±fi÷ -AÖµˆkç¹2ø4s —äˆÆ<‘Õ%ô•¹¨_« 03“[O>¹Ÿð{n\Ñín’"»O»£ÂU\V!â~ìkKsm}Ê~®§×߯••£©C/jû¯Õ4·äñ¨ÚÆs‘/jŽ>}Zz<¿Tð[nyÏÉGÏj".\N¸t-;âMùÈåõ/ߢ¡Ž§½}ÿUÛ57ÔÙ=åb·ùŒrŽVão—ôÎâ(üéLÂy#6‘xâé³Úã ñ¨_ŠËU§2 -ä?¿ûH>r÷qmÄëXÜ‘èdæ‘Ëwë"nGb" -*ì¿‚š-W(XÕ•XYlˆÒGÔ´œ€š”îVËá²î ‚Õ1[Fä%¶`·‹*E«Á—ëÁ¶ó‰ ¸Ÿ?*>rébLÄý»9Ï£ ^+8~üvÄíÛiGj5—>¦ÑOÝ}Tý[zöª¢£¯:<"–ìO{ׇؔq#¿Ék0uY Nù€n¸»WbJk*o2޵ÜE îáˆÞpŒûIMM×ß1oªOefâϤ&7ü•™”[)dV†Ìœ‡ÑfÖ+ ’^[-M<•‡áÌÆ6ÆîåÔ©~KÈ"MÊ$ýô:¾%âú³âˆ_þzqÿ^~ÄÛrĽWˆK·s"ÒRàÇixÕS•d Â§ílöôqr5N©rây]*‚`9£•~ÙL»W÷žO.hÿéõhD|2áhz6ï§wIäˆë‘µïuñNQÄ“Wm£0G¾†ÿ\YÍ?×Óa)t+°Y›”5çKƒ¶n®YÓQÑ£è/!Jƒ™˜ñ+Å¡3ùÎß -dÇÇ’"ÎÞ¨ˆ¸õ 6"&‘väÉ;BÄÕÇÍ·"[#¢SyG¢’G½£À8 |UΗ¥O»;Ûg\<ºÏÚÍàQ;žÓhú×T¶ï;r7«¬ÿdTíXBŽä×´ÜŽc÷WE<} :ú1•ös\6ÿÈ™kY¿üö:â겈ûÑȈ¿®•yýs…6~4ö wÎØ îY»¬cÔ&¢êµýP–À“N“-×å; Íô¥Èzäðµ&øÈõÚ&ÛÙü"ÙñI¬ã©Ù’cQï‘GÎÿñ(²&âîÓêˆóWÒ¼~ 9JA÷Ý–“H÷ݶ¨' bèävIŠ8Á)xÏ©Êób°'½CIÈàMÎäÿô*ñÓ…ÛGž¿…ù<GŠøû^EÄã8ì‘”jûñìzÏï­”ÐÛ.©­|P×ݺ4"Ó¬Nu ÙœFuGß4ܱRÔÊšŠ‚âüwêÁ¦så§Ÿ¿ûûNù‘O"îD6FÜyÖñìöسDú±·9òcÙu¶sPâèSŽ(TØ×åƒ8uzöè¯zÖF«ñ+q‰J>õ—ªzÁ³Hâ…(-ü<¯Ró{|ó8àsGcXG^Dã"î>jŒ¸ý°ˆuèˆÈ~ÄÍ(ìÑ ÷À?Ý}…>š˜¯ú%³Áwµ¸Ay_ÆWåϹÙÔ+"mÞB.öª:j»ùêôvÑH9[Å!hß öJJgM´ÊE'¹ÖÔ~mUöB½V0¥Mï˜)ÂKV  Ì™ØJ¸éQQìïÚæ¾K ¤áFje×¥ûÑГQq°#ÉùÜã‰%çÒªÛï6^Òø®”¾~rØÔ ™s37FÙ´íIaß°M‚׸ùuˆÌÊÉLã["Iñ˜ÄP?oÅ)ï•6öß˪l¿•^B¿]ʸ £9Þ‚éÎmtk4G ‰5èäÕnCtÈ ksw°¦Œ¤üY .?¤Çf ЊTüTy—²¤«Ï\Åh£±tÕCÍö2·®÷ZL¦è¯»oI¿üý°îÈ‹xôñ„bÉŸ å½g‹QC×ËI# -Ú-t[A·v„ê³kH“|ö”¶þͲ]µ>Ìã„lŠÁ`I5~2O>\GŒÄÃèsoëÐ#7+Û\rª'ïqª¸‚{UÜã ïì²¾Š -1kBy¶Êæ´ê§0òªÔ2Êë¾~C½´Ç]Ó)³Iûmub¹¾B(V&ò¥é‰/ŒS¿i‚qo#IògL™£¢[­-Òéz+¦HÈ!Aí1°ßç¨Ô—˜¢¯³,þ¨œï4ö‘MƒÐdÑQú»K4ÒÎteWGjoOw†¼ßT+WÁ=ý52™©¸[íÁ÷šmD¡§F/A¼š4Q‹çœ<ø‚‹‡Zr²[½°WKvRýÚ—¶2ÂgM Ѝ^c{“¾‡˜ØÃ®¿*ã#ïKú´”vSb Ny·‰j+(kíH‚àzâpBGNh‹gtš>r¤º8‰R_n÷¸¬sÁ®îaRóŠ ’²îE7í U{SRÏÒH—nЦèÔô#ú”êÚŽnC¡¨/avøs_2ˆ«ùUâ¿ ©÷rkÙ/`dnL§VŽtÛ¥¸€“>ÖQe#½¿µdÇÔøâž 5IÃÂ:JRåÕJ›ÜªÎjM»àR¤Ìê›JzD¦JM—líÖ5úz{*&ÕRðò€º3(æí„â-/<£Áe/h Õ{^sÓGo›4SK}N‰UJI5uF£H¥Ö{eÝZ ?É©æ—xôPï€ 6åèå.ùÚIa¿æãö‚\Ö燽ëEOÈKw–͸œ)->mÚȪ YÛ‘C:jÁ¤C€·wýN¹NÜ|[Åo¾> n»oïæ»º›GŒ´‚à6iÞÚÁÚTØ÷|\ê'?¢`ÛÕ6·|˜6´ÆÏXiõ‹þ^Ë‚·×0n´ 0Š<Z¾C!,ÕtõÉ…ê4Cû‹UÝ#QmQX‚ú!Ž ºEeÊ>pÚ5YâÎÞ”~¹,gܦjßô+íkn>kÉL¨ü<,lÿ6Ö¡;œ °é‚däåÜÒÊ;ÎîÖ(‡ª©’;áÀVE½Þæö¾a‘ÕÕXEC¥%ŒzÉ zZñ¶Wµ=ˆ¯ù2LGÌöÕ¾d'_ñ‰Ó.ú•µO&Vµ_ûœX›z.`¦F%ÝãvÈ«#gXåø8“ÿÖ® % Yø ó!u5D†ìNsÄ_æyòo³tÚç ªükÓø9„kÙöc*gŒØ¼)¿¤cØ!çO9;™;£ÑæP»`ÍÇ'¯ûYˆ5?¥qÑE([pKg‚¶éA¹|Æ+¤¬˜¸U0g%­ ’j—]È¢E=(fVÕø|ˆÿ1+¶lþÖî#ÖÍ9(Õ!mÛÇyscì’›P=RwPÞzܪ.§ž‘7¨Â~ð8Å#ÿGïùÖæµ­ýžó¾{•¬$ËIÇ%Ž{7ØÓlzï½ ê]B½"ŠÀ€Á›ÞA!êE4!I¨ªK’µ÷¾Î¿qå*sŽ1îû§g>cÈÞ16å͘í…&„]ßÖ~´Ý>æPÓ«­rJžo£¼û^çßîQ»×[ßïÈp²‘ærÙH}Ñ - ‡º¹>þâL7F4þ<- -†¦$õc£³ áÄ(Q*l«ÔÌ3s,ë­ížÕæÖ hôR{îÕ¥žò„í È ¿äúÒ[rŠiª¼?íÚÿҽ+»³ú¾æÁž°±jg¶¯«/ã"C’]¥wC'Ë|¦Mm?1M€C-b|Òá<5g[HÎbÞ5ô³>/±0>>˵HÉw.R -}Z&ÒªbÕ ªÎàÜÇi¾ä~™Y‚M8\$fx4Œ*ŠUãÕrà;³´ËBêd…O9[åOVxû"µlkŒ¿>HŒÞ§&iûêb Bf‰q†šo’Sí2fu°‡´eŸhšÆ&µ7Œ`÷†‰1›ÜÂí±ºLŒ\â ÞC£dCüZF­SF Î5­ðjêI–E>Â$äƒ6FiÙë#Ô²íIRÒJ?"l¥£¥'¯‰;‰KïкAÁæ'׺Ø7l^èj·É™HÓLͫݡü;. ¡Ð§i©?^ëè;ÕwŽûL©0Ù¦IHŒKÖ@öj[š½KMëbxw^±¹ÐÅÒK?4(§Þ€¥ïHFQ#Ì6ß„µJèà= ¶À¥ €<*j¥WUžoøX/r Ù&%éº ÌÀ2NVÉ5-o_ä Öaa«½5áþužÀ³Ê«3‹½™$eGñœßáÕ0jæ1±æ9|b`•K>3p99&Cû.ÿ–1ØÃ`þÊ-#ÙbS\õÌ51»xu‚[|²ýfÈ*Æ¥l÷Ö XçóNÝŠ£µ–wûÓWïòo®¾+ºµ3Vý<°FÇœì¶9WxÄ£MåKëØÙfSç¡[¾;^eÉ»µ3zq²LŸ¯1ÑŸ·øÍΥƦ9v…EÁE{×;'½†îEïVÛ c¥‰ cA6„¤ä5!£ä@÷nȤîî6Ê›ñ¦ÅFÔþ<æÕrëŽWØÔ#-“à—“+µÔªÓýÎÅÝÁª{!5 ¨ý…]ÄÔ›3Œ‚.«È6U—æSóLc””ÝqBÜæ2BÂ+¸æ7ãÒÒš»ÕƒŽvÍ’ó -J™_YWx0Y)o˺Ú^õìoòú¢_WšΖȕ֩҇¦¡Ü«‡3U!N)!Ý­àÁ½ªfºeŽU»?ƒûëœ[N¯ô*Iy–™ªðÝÑŠ`v§ð±&!9ýHÇFùUŒZ·Œ]}(Á¤ïŽÂÃ7zOöÆq¯RZÉú ᓽ ØÔ¯zòëv}#°Æ%öņw©½Ý¥ªÇ¹eEŒŠ·Ið©–9lªKNʵKñé1&awöâd•SçÓP@>¦À½ËògAK°É®rÞùšàÍéfSÛÎ4:z_HÈð(Ù@Þâ3„T× &Õ%Ƥ™F/÷§pñ‡Z™KƬôʈÙ_V™È3-³&°HÈÚþÿÀ<\öÂØ[ü`w¸øþ&^óÙ›m™ÃgìŒas¼ -:«ÁŸè±¥Ç+MŠÎw*H…Áž+g|‡„”»1X­ï/‰wˉГU>ÿt…вÏBgÁ/7Æ1 VŸx´ÑÚýe§}<°ÙÜê\mä:µ¼:—¢®âh™p«—’·,0Á®–6Ïæ›î}i°6ì…ir0ZûÌ죳€Mÿjæ·9Eð¨Ãlüj,´óÝ»ô™oŽqÍ2 <óŒbÃâ©q°ö¡iòÄ<Ž‰ØŸ¤e­t#B×? _xÅM¸s¥€zÔbÇ<,Vó&õ¢¶)ùû•7¹×' 9.)ia^›Ç@OÌ£½óÈø€,8wg¬‰Zï«Ö þ< bAj6Ò< y¹3˜}eo¤ðö¡¨6Ò%­Ëö*¨¥î\ºUˆŒtÍsÇC[„øøaD(àoi:òn­t—ÞØì¯¹¿Ú~ô÷ãÁ(.Þ1…OXmÍýeŽÿÝ$!öÛrü÷Ë­ù×Ô-Ù?§áñòpì &õ’_Ê…¸ÄôbÛ:~¤ô‰¾3óŽª)å’®5ㇵ®²[N1£lo›gÞ³mïš'¤[ƶ1d¸y7UŸ}µõÝÎ,óóRk뱂ÞüXüh©#éÊÆÇ¸+^øå±š˜P+R¶T^6à¢d|œyóÚ#%e{åu‡B|ιWp®‚Ä+Ñ©{B|ÜÖô鱂ñ/RKÆ<®º¯¤ü8Izñ7/á»@ð|¼ŠQ©‚¼aæýt´@}^¢Tž/“J|JdâÁTå“®¼_6Ú ~ÞÆÅ¬ÑRÖÞÃNöFЯ÷'ÉSèØƒqÔËÍÐíµîêç¶ zöætD/ôÕßGà©ßɹE¿êßÝ6W>vÏã2¬|ò\kɽ!\Ê'Á9ïø¤å·——;R.(ëS.èšr¯ ƒ_-âÓ7!¤%ÿKÛ^xçd…_ï¯|4NNùVÌÊú÷"?óßC˜è™ªB]RÐÔƒIl‚y‚o›¡¡bb¡õoóÙš¦È =¹×z;šÿÔ8Prc­»ò7«°¹3„O2|,½±7\zË:VõHÓœqaŽÿ#à•ï U¼P·eÿ´7Šˆò.²ªL£€LÀÃw‡!!;ƒmåÏÎu€‰èÕ#ЈiNÎ1¥0 ã`ÜJzåÎ(4lõmÆoÖ Pˆc²ú©w{ºJƒ*;ó,,ý¼Ê!© 9@¬•ú”ØÌ½ÑÂ{;½9×mSe!':\‰ºÙTù›OA†ÿ¾U_ÿû»Î-Á¦X' |›sgòw«[_y1÷ù•.´…ÿ¹É¡~Z¦ÕZ'j#TÌäKbBÔ÷*^ò÷» à9°åw û›ƒ Èóu髱^à‘Ö)ꊀ–®¼Ë¼j.º{²IÁ»u4ÜÞ4!Õ)ã<ª–ÎãåúÆÿlrhŸu4¬m»?”_ß‘~éÏÝ–ßrˇÃ&* ¡Õ­ª×“A'bÑîPYÈFOÉ­€–C -öLh‚ž…ZèY$ez ox¤<§ŒœçSí"èKËduˆ¦=åâ5á_ærÎÚGtØJGõMÍ›Ê_•‚Ê+únÈý!B”i„»7LŒS7ý¼Õ yb™Â½¶ ±¯w†Ëï­t¦ÿ´ÜžñÓîè[‚K:•óÑn1³dwùÌ!¢f:ÄøÄC!ô¹]XñØ#Çí‚B³~\¨/ùÕ)e‚ g»Ã°çæqX¸CŒŒ9?Ýí­}´3Œeä_êC'~»Ý‹ˆrŠ™Åv%kg®lÌ»(©‹ýv¯¯êÎF?>l„Uv‘òðÿ•0*îͳ+"Xôjgö%ESÂ…yvâuKùíÃYNå©®™cŸ¥d;Ääl÷,䜤eœH™eÖqdô<7áû)jäßµ­¹—€}4 Q±ªÖ¬§Ñ¯zm¨y¢iN¿¼ÕSðô`¢ê¥¡¯âÎúûªðUW·MØÕ´ÒIˆÔ¶¢¢6?@cNø\ÿ""Á< z¦ï)¿ß‡Küá*þ§Ï«Müãà«yØ«yAÄåIRÈûƒWÜsÁûUIé´‚{ÿµÐ’ÿüHGÛĨØiZò÷äôûßPRïÿc÷OóÐr‘a  N¾ñÍz/øõï€w?Rcó&Šnt§\–Õ¿ú~„øüŸš7é¿XD”\¯äªª½6äDÕÂ;’3ª]"päNoúåiêóo¤¼ŒÄÜŒ‹{°8—›©ë(¼{¤¡Öéÿ7 Øê¿u¢2Ú)®JXîʺ"d¦\ö*ëJŒµ¯Ößçýj™¨}~0ŠŠ4#£\‹èôýYLj?>㇦â—ÿärŽSŠ-5 –=0 €ìûìÁcóH ~ã -msˆXesÖ¥µùÏÿ³Ëdž­S¡€>? ö)\}[zK-È»~ºÆ"z¦þP>ÇÍþñx™Ëø²Uß씀ãÆóoZƪ"öG@/ÝsdŸžô§‘M“uƒRØ —ÿ^Dd|Ú}§<Ò :œÒº"ÓhñMy}ü¿»k}§hÉzx´ÊÀñ+C¾[é½>R±¡Ç*fµwü§$—ú^äYħîÝдÅ~Û‹zð†Ð/¿ÛÅ&t‘s¾s*ïîSRŒ£ø¨Í~è¹ ô¦¬±ð²œ_øÓZ{õíý)r’¢½êZPpÅ)!eŒ’-£øWÞyt<›Q¶)h8 »V:Š/ŠÎ™£æX§‘Që=u-¯¿Ur’ÿµÒ˜{øŸ„•axä !þ›¥7—@ÌVî ‚Ÿê»Š~›¤%}ÿ¦6âÛPèß$ì¬×ûaÏ„ E7ż¢ÆTÔJWÅY}æÏú®üßÔmÅ×'i©ß}„Æþ]#À„Íð‹L².î T‡ -Ñ©ŽiB†s–^dâ²ìbpœi¤ü.àåb·GˆñÓÔü›;}ˆ4?ÀÒ;CÕ¡»å­ãÕ!ö‰ÚgòúÔ ÓĨï‚ùf…Þ—ÞÅ$þ2 ‹¸°Òœú‹[:WSË -Fµ¡óJÛ úÍ5ÕÉ4ôRBd¢}¦&|µ³à¦¾³èÞÞÈqZÞùjs£}¾.oi"'ÙFP‘®éòûæá’{Û}¥wÖÞW>±‰˜Û©éª½cúLjáz7ü¹ŠSøÃj[ե޲‡Ko‹nj»J8$´ç\]ávèÞÖÇŠ'Ûk£ =Õ¶Þ^·Œû§•„/µ\3ô‚ÃüŠz¢\Pvc›ù3PÇ_9nG¿ÞAFÛ¶Ð÷žô ã~2Oá³lbrÎ85ëbSQèÿé«þ»˜’ü½¨}àhÓ µè *á -»øþÿ=ÑÒÁîJ‰þcUØ<'ùªŒ—þ“‚—wQÉ˼è“ã‹9•á?ôÖ¥<<”Ñ«-³ô|e}Î%ðø¬Ø«[’¿—ñ¢¾± +âßflBªWÁ¬5ôV?5ô”>5öT<7V§5?zõmÁÝÍyWþ³ÏbxÕÄÊõÞŠ;ö9DÒÉr{çÉÒ›Öß ü†€—0@”Y‹0NC#¼:ål³ç¢¬"tœSKð, 2RT -À4Ðc@cúðßêº+Ãý?zè%Á¸õ«h®EBÚ_³gЉ†¾ò'š7ù‚õÐ$¢f ñ*®(Z`/çx5Æ Ü«¥÷ÅWÆ(ñߌcÿ¡h*øyëâÅÎ8-u&x'çb@Ý@r±mÄF.ufÝ”5½úiµ#÷¢¾³ø—õw ;»˜8uGÅÃí!dÌÎôéFgÑåÍöÒë°Pû .Q÷¾ðæ õõ7›]à—ÎYv©ºµèârWù-!;ÿZ[mÜ#ظ+ëïÁáÆ)BÂ(7ïê43ÿ×½Ibº¦³êi',æo=ðˆÿ'Æýc†œðMSáe}/'« žrá ,懘 Ã.ÄìˆXí*¼±ñ>ÿªy´ü®S‚Š×}€=n,Žü›öMU¬`ΕwÅ÷M€ÿé+¾¡iLûùøðÜ1?n wcb¾Ÿ&¥üb"&:+ïZ‡K﹄ °ÞŒçúÎÄ»ªæä_,Á™VÃÄBniØ¿'¨‰7ü22Ľ@*öÌ¡ܳˆØÃ)Ô+`¯r´Ý…7åíÅ׺ÐÙ7Æë2nz_xûW€NEÈ)¥ž9J™¡#f¤}8KÊ9˜¡ƒ–:kŸ.µ–ßпÝW5\ßx_úàðCn)¡`¹­ä°Ö·}2:È2ŽO\ï,½±Úž}Qßžþƒ²1æÛ•öÌŸMÛìÏàSÕ¯þÙŽþio ™PSJ€:Ÿ²ü¶ø‘¼)ýöú€Sú`.)y0CÉddÿ8T—qUûµÝ‹ŠÜE„­}‡ÉZ+C;¯¿ïÁÅþê×° ;ãˆh;ëâ>î‚¡³ä¡mnƒ„[„ð¨Vhì…ÙæŠ$»ŠGØ %ªšJS4>Yê.½=XfŸ®Œü¼L¨þ}‹‰7Mãã‹L0P/õƒÃþ.ƽþÇZKî¯K‚ÜÛ«my·¢òìÐÐÆ)Xâ ?÷ʾ•i•6“‚3YŽ–©Õ5:É*ª}~(AÄú—ë@ŸM5q0 õ*ÉålóØgzrÍá|M䡵;šóp{ äŽOE…œ,Õ×¹¤ä\@# }ÁY,’ºŒàw45Ÿà—1+o±7Ûì­¾oF†X&ˆÉŽ>lw†–±'ÄÆm|„<]éÝÙŸÀÄ8®·ÌââÖ{Êoš!a§«mÝA¶6 a"”-Y¿([’Ù†…9E䜻'&åJ[ ®†±©û3ô\yCѳÔäïfi)?Œ‘¢¾›&GþMÎIûq¿ï’pÊçyy—‚}ŠìV¥qøÚ -°ÀÑKïÁ–ßÕÜ2“’,€Ð­öcToɉ‹ÄóÕNÈSc?,Ô:‰OØaejÞÁŸ®÷¢^)[øÖ9|’u -ëœá€“<ØÞ *ÌØ_yg«¯äîúG€û;Q‡bb}ŸùØ—~ØËoŒ*ïl¼¯x yz¼=ˆŽÝž$¤ÑsZ‘~É%!æèZÓXíH¾`èÉ»ªoÿÙ<”÷È!„¦k¸$u?2¢–xa_þeµõ½{—µõ¾è×õ·—Œ½ Û†¾šÇ+½µÏ$íU·kÒžü žr÷⹆Rq¢ª+rÏC^ïä?œ¥D]èßûû"#ú[‹û™r¥2æÖß%OÏ54°[Tê—„zfËBUñ?Ma^üß•7×ÝrVíf?"t«úÂ6‹ÏعÈ)&ä»ð9@œÄ¯öU=îæ|û™ryé,t”™õÛÆ 8ÂÂ_Øæ¹–áòû9W×Ú‹®zÊ~³LÃÃ}jÀ齃0}Oõ=ç)ï88'][_ç˜Ã%ÙÆKot%ÜÞx—}Ï.&¤Ú¥´âņšß&Lý˜ôÏ+õ Ç6Æ.B¥,µ¥ÜÓ¾-|©ï«yº5Oô鸬ajåä©K/úd`ÿØa³ÿ0²Ÿ6É(·W¤ïϹ®ëNºhžÅ-´F©ß凸4uµ^­îh ‡ú²A¯;Õׄ@*¹éÕàsöÇQæqÂk»˜’åW³¡‡³ä4·´.ëp¨qÐçþBú‘œVfŸc•˜&(‰~9cž$%¯uUßÜúXsÇ8º§iOþYÛ”tÉ1Љó/òPÝÇ;aÏå\¸[JÌ8œÆ½¶ ññKo o™&!Ï·‡A÷-BlŠ]Æ«Úʯ(›Š¯é;«™† /¬#øx÷4½Ä)$äë»Ë­v–Þô, Rjy÷jo -ýz©¢ê¨y²ùþâDÅÇíÍ0‹×?âÃ&ÐíI^ÑÎ!fgú|¹£ðÚÎ`õc O1)5 fTLAÂÆq©€ºÕKÍ_ï„ÝS4^¡Çý¸ÀIþ! k"Úåòú%MZ_ú³cšœ|©_M-;œGÆ*¥¿.ÖW^—7–ýjž%fZiæi Í”г喦S­ï©|6DŒûa–“qÉ0q-ÒAgK-MgÁžž£ðç–Z‰_ù¦Ñ½PÛêÅD):àÏ$o ÷?󾕷ƒ/L©4OU<4=Ø-ÞoŒe¤ö™g™¸9T&âæ]òðµµGJRÑnî­å昫[]ww«"vA¡®9tJ°÷î0-õIcéKŸ‚;Vוº¥¸]gîõñºÈϲ3®É[‹o«ÚÁϤ­5«’î~7ÉN¹¢ÄdÞÝ^kû+¶]jÉ¿²ñ±âSVW:R_x'/ôçÿ‡•óô[»˜õ«Y(ËdU˜¡/÷öÊÛœŸ×º+nn#^&°¯ºI‰?¿…†}oáÓ¼F±Ÿz8‰3—EØ„ÕQ>92Þ§&äj?@_[xÕ."e)Ñ9*ÿl¹z¶ÆD›…¤tÕ›ªûBZÞ‡bzíÁ\]†i»5T:EOüm”–r÷P‚Î9Y¡Ö¬2›¶&áÉãì”Ëf1¢èýzÁ—6Õ"†$È[R.-¿Ë¾o©zÐb²ôÃ(hÊãqA‘η[ú¦iû´„*ò)añÃ%wVŠ&9G/âò™MHÍt/²* -6xgiŸÃ§Ù§!‘)&É.BÄ®̽¹5Pxg«·êž{‘Qn™¥äú¡æQì+ þ~%eøˆ™ Öèß—Ý—0S¾Ûþ~}¦má;¤„TÛ4ö•]HLYí=:œ!帩eN)£$ØCgµ«òúþ81Í%aW!!›ïÊo-µfþ²È‰ÿ®ùOy}Î5×­t‚’¹Õ‹ -9^æ½z•[^Wä ’}2L&À–ɶiB¼Cįö‘_›Æˆ)'Â''å/ÓÀ'&Ô*DÇî‚Z'kC"BÚ–ÓGÈü1Ø#Ô6KͶL"_ZÆÀOŽÄà½uï+îN‘’ÿå—Ó+çÉ{Àg°Jðé†!xìJ'äÙÆ{H˜G¼þȪ2æÎ)e‚}Z>58Or©ž8Á.ŠXî†d|ÙärþØâ°NuT¬{W`…>7ϱ ›lìæ !EÛy,dä_Î=Zi?ñÈyp þ¦íOÁÃŽ´üñJ3/8«h«ôHÂKûqŠüòëXñÓOzBÉ×mymñÐõPßv¶ÔÄ;[kàž¯QÁ"yo¬ì±©¿âþ±šKp,2Pb^îMÛ 1ñHƒ8Èe^%ØKlªêmN¨¬5ñÞjOÆoÇ:|å‘_²õ±ä¾i’P2q^9îVp .§ì¯}öÿ½„[xÃ*f—#uÅ7³¯o~¨| -øÉb¿’Qe›#eKZ -nÈ:ŠÃÜ2v­i÷Ú4X}Oמ÷›ˆ÷ËZWî3±òtƒU·2óŠoΑK2lšyo*xáõæ@Í#™ ûÚrOy$À0µ}ô¬ÛcõÅÏvEÌ*·²ë’2ÊŒ—"jÊÕiJÜ%·ŸãÓÐkV™ÈC5±À®!ž¬3ˆ^-y²ÌÄZZ±3 -ßÁÇ©?b£÷%uUg›lêÞxuôVoÎUŸŽ÷¬Ö×û6›ÚìKl¢QªpÌÙ•è“á²ÝËÞìE†˜&àkï ®NAÂLcÐê–´W;³.íÔ>¨¹h·†‹¶ÌQ³\ ìêÝäsÀß“U¡ºŽ´Ÿäéÿ–ó³O>]næ[ƒóƤ´¯„^hÁF»E”€’µ‰IkÀWÞ–]· -)yÆQBšºµøCOÍ ¿^l½«}¹ò¦öÙ^?â¥GB+9˜À%˜¡O—ÙèÃytœ}n™‚¼p^3  æ+ ·” ’½Ý[ê¨|á_ •¹çpÉÇZÀ³üÕ×cž€FyÉ…1!ÅÔs)7û¿‚ Îw— Н­t•\³‘‘{S°çë}UtíÅ÷ŽÔŒš}!)mwŠœ¿éUQË,SÀçA„»çH¹žv•m†Wis@ëÃè˜\ŒKÖÖè–··k¼¯Æúú# ¡À2~±Ózh“Š6ÅØ ¿âÉ»ðº[Ê…Ù¦ë²íS¸÷,>Í2N4 ‘QÖ9\‚_Û@Þ%æ-¿ƒFlô¢–º!‰;Õ‰'*dî±æx•Ò¾/ýmócmL@ÙÄ=”r1N%¥ìtwÈ©æÉÊ0ï<"ç4xä,©¨ŸòƒCJ­þllé,³q>%­lw=Ë{uE̸f™,ù_‡ýIÏÄ9%˜„“eÓ¯cá–¹x§‚Yaž'gîÌ ¢7@‚½°v§)Ë=èg{SœJël=ҳȮõÊÙæ)DÔÖ`íc vžÔô—œ‡Ò¾ƒ<]ê,¿á]ÄgœéÂb¾®Ra ®Ì"ǘ…ˆ—Áy[& ·äM%WU y×¼2,À¤B×">ÿh•Žs¯p½ôœ[£¼òpûj{”ž³úû\ÓV{WÂÌ¿ª><×3°¿ùŸ6YD›—y Ãgþiá·}2°è‡³˜ÔM@U€×ô<Ò£cÁÏ&ñ¨È%ë½ ‡;cÈÏ;­ý'›‚w. ‹`"_§11{5O×ÞgüdÎýu¸ü¶eŠžc—4 M“Ìâ=×9Äööµk“p¤À¦ŸkðÁœ²ŠqI.U#i½r«¯ìúöpÉ­þ’;ÖILB`Rr¦¦UÏØ¤ìr×B=`—Ø¥ö¼‹jAÖO¦1PˆE„ˆ4ÁCÖIÝ› e+:@w”-Å¿¸%ÜJ„[ísA–QBB*æB;(ôÂ<=駃!ðcŸŠ‹Üì‡<Ùê®øÍ|=›pºD*öɱÆQðÓ ö‹8Å··úÐa󼂟R|æ±–;R±jŽ”bû,*no¼æ‰¾»àgucÒ¿\ „\ &•È;à×ûq1öyrŽGV—w¤bÖØÅÁþg p ŽÂmsu…çëcð޳è×èHË8*üXF/;Uñ n¤íÝ2Œ£c}ºîQ¯¶gòHÛÂ9[´@CÌ,à3 uÅ~@Ì‹ ðÒ0"fk —yºÔȲ a‘–‰ê§æ‘ò»Û}÷½2À·é¹ÄÀŸ¼Ð¹§y‹ŒqÌ †ä#δ¬ZŸ“a)¹·?Qùij€Í9_â0NO¿1‚‰¶Í×å|5ðy§« ô‘ -“iWE¯|Ⱦ«îʼ¶ú¡üÖ×m~‹MVW%k«¸»9€9Òò™~ “ÐÐ1îylšeªê¥g•è–ÓÝÚfîLsámikq¤GÎFøÔ„_E«q_HÎ]û¹¯ë¨üuœœþÓ.åýÛª‡ªl*»!eäý°ó¡æÉ'm#Ǿ€ÉÚ*¸s0{µ7}fÃÆîŒÒÖ‘‘‹Mù½J*äx¥žnª ÛzŸóórGÞË44Ì%A½ö+ˆ9^£Ú"¡ï‰èÙÖ…fœ]Á®±ÌÂ"·‡+îHÒZ¤ÝÜ…ƹhðóµŽ]ŠIu±dŸ%¥©ÅWTMÉöG+LÃ_®÷U>ò«I¥'«,¢GÁ„zõÈ€Ž‹7ŽT=Õ¶d_Ô6ü¢nJ¿¸ÕuãX†Î:R5à7úqÑŠÖ‹Àû{æ]$fNÁ"³ˆ¸ƒið‹ƒ)D¸c¾.Ó¾À­Q¾GǼ…'þË!!å|ò'8Ïø É16Ï8\zg8ïºu¦6òÓŸãüž¨6ìPK´ÍÁ’Låa 2í|•ÇÿjâwÛäøBugåMËt]žGI‡¼ZëÖP*̳˜dç<1?Øgÿ|™C;\`“'Y¥7dÍ Ÿœ‹7#£×Þÿj=:Ÿ»ðøÏ›* K½§ë‚ö½ÙºÌÓ­Ön‹˜V¹þüXÙœõs{é¿ÏÔÅ^ب<Þhyo’7²emÕ77Ñ>ÀH:6Ù¯e“}Z6ɧf£¬@ rÈ)•'ú¦ÆýYZþ!À³çëTä‹úu»©ëTÏeýõ8)³Ì0Å-Ú¶ã¶Fù¥{SôìÓX{ü±¾±éóNÛø—½vÑÑ&—kS’Köf)YÎÅžKÞÜÔ;ðÙ uºIª6‹ I{SÐßt¾Sß¼ø‚=1ìÔ¼}w¼#è:7Õó­“xuÍl&د‰^aC"ö&Ëî»$ðèc5­üXǬµÏáŽÏ wÍcãl³ð¨þ¢GkÝ9÷÷á€÷Çþ¾ÝôƯcÔºåÔ’`_KÀ,{cˆ÷•/÷FáéÖÈ<ÿ¾Í´ø¾Í,iƘ¦(©›½°ÇËmy?ÏÑ’¾•qR/Ëpù§Ëþž¨³6ÊË]eeÇè)æIJ²y«hÉúeöòo*VÞUçúµ_N.4Mãcw&©¹NY=ÐÒ8M{ÎåwˆÇÿø€zðµàÕ¿O×Ù$»†GØÅD›'Q.i] aчbh¤k¾:|õ}ƯÆÑÒÇPƒÔºqŠ·;‰ŽÞŸ"f›§IY>©ä«M;YbbmSðX]{ÖUã`ÕSÀÞ°úÖFOm˜_Ψ -z2¿Š”¿7^³ö.ㆡ·ø®¨«›£Œœ Jò¿y™W=³”·w8ZóÒ9 I²N! -~ÑuUÝ´̵:ˆŠW ŠoZ§k£¦+žØgÀÏì"tªi“ yWõ`¾¹èª`_Ë%£¿âÞZOù½µÕÏwGk¢=‹˜¢óUþ|“Ï·õsGŒKp©Þ4¸•,x@E(ò+ ;£ P‡žlž…FÙæ g« ÄÖ0øñÞ :édGõiÉÕît†y¬2dëCÑíÕî‚ßÅ”‚#]3÷pžV!_¶Lã½rJ™WŽNý}ƒ ® àÇ0Á3¡ûs´²ÀFë{£’»Ò‡2Œ“×ûªÃb|Á‰ŽÏô- Z6…Ôü­)|¼Oǧú–˜ð H„EŒH<”b³¼jèd…VýÙÀo8]onÝ<É¡öÅÌ‹º¿œ”ï^D'¹¤ÁÙK”R·¶¥ùPÙÓ¯"'¯ Àž¼ûkûì§ízÁP§Î <ޕЬ1§ë\Ö©þM—ê-4LÄ˽îT+þcièú¼Sßt²Éd8U˜|‡º®Ì»Ê£n6½ùdè è9äÀ:îüÊézûǿμ)ñn9)Û'G'z¤¨8û *ð³ 6aÍs—„uªm¤Šñ Ûc'Š·YWT‚ø æ¾ÚÇg@=ø²ÆÀxà×òp.E Ã:Ç©Ðt•Ü'Dþ]Ý÷£uïRuvlÏ·“Mbâ`–W~0Å*4b_ïl« µ‹j£-"löž°¼#ìÀšfÛ "n¹y’¿?Aˆ×÷TÏh=1÷AB‡`Ï­ã𻣸¨ƒYnS^´‹ñÉúîÚgÃäÄ+cuÑ—ö‡òž¬Pk¬€²ÌÑrÝ2Â%cÔǪ˜…5¡–™ªPC_þ}›¨*âd‰V외-$':^éQv½sÉðûÄë)U.91gwb¨Š¶KêJ÷g˜šĽC1½Ð¯fÁíL’MŒˆZêȹ²Ö‘yÝ:QéQr`ÛŒu{ÅÓí~DÆ‘²k€…)ù™?ÏPã¿Ó4gü¤nɺf™Á¥:åìÚÅwµ¡Š–ª°SD¯vg]§$ýðuq––tqóCÕC—š‡^½cdÿ¨éª~êUðHÇK¼ºÓU.É« •îL@ã¶´(é•NMG›~¸Ø’{ à¬t§¼Ê q;œ‡dxÈ\ótÍ3à¼:BÕ]øPÝžÿ›em†$¸p…§+<êéŸxÕÛÊ[N)dÁå¬tåݲMU¿ôµÓ'gV4lôéZó›£ A»I©4Šx Ó,¯jùø‰iòÊ)%Uz–>œÇ§-³p_·›;‚½t}ˆ_®SYW³? MwÉ1©.E]™[ÃF§0É> ©ü|“Có©i5Ç&âl™…ö -ìê©uÚR*7¡Ï·GÁN–(Õÿmn›ü´Å$¯Rk¾îp8_6i¤c5ðÚuPÛ.G÷t{k þÊ·ÌÄø×X¶®Ô¯'ÃÜBåñ&¯ñl›ß|¬g½j -Ø4ˆñ-Ñj¿.Ñ1ßô¯¶¶ºT- ›„’eÁÂ6úKn “¿&<øf‘ù/ÓHeÈÉR=Ù.¡åíM“DćáÖ>;œª Ýú˜rUÓþúß'+üapÎî#Å8R—¸ÝW⟿úŸUbå¶„mqm„¼»à¶¾·ú¹SÚ„µˆjÿše™F¼” 2~Zë©x⑾áx¤=oÅ|¨yõje—2A.e~ODËT·UÞQós>C„ûæë²4Á¾È„Ç&Þ!åÃ×GÈ ÛC˜0Ó èžU{éS26âºf†MJÉ?Ö†ºeØ Ÿ–‹uHërv† ïï eÞu΃Âì ÔB¯¦£ëx©gÊ%«ÇJ¯?¸“u&Ú¾HÊ2M!_ÌÓ cøÃ81Ö±À(óªÙ›˜˜P±1N 1Ã.‚E¹÷pùmò}ûle¨OAʨšYnU[ó8+õ‚ª­ôÙþ±Ø#!•k 'R)ÀMYë½5Ì3Ôr×"­lµøŒ‚¢K M {òÖÒ3 Å'rz­_M­ÚžDGi?‚ŸÆp@¼µ´ø—¸¸Ó56! Åe;æ°™çæï»íŸ7›ãØ$y[å—œC>¼¢OÇFÛfÑ ó ©×š.ØÄWŸ¶xÀºË†)i?Šêsְ®K†JÚ«z¶3\pøK¿†Zs²ÖØ`ÅĬõ@B<ó4ÈM-ç@Îùè\Ë8Ö&…&X•l°i‘Þ˜bdÍòÊ‚³æbÎuTØÿìp¹~>ëTG,?ÑàŠv†Êž¯qÈþÍ–w“Ø´¥¾Ò{GK4Àp¬¯&Aïçí¦wG:2àÿëòýFÍgCc³KÁDlÁÂ×{Jo¬½/¸n—àÒÝJBÀ_دz6ɯĕ¸ФO[4Ô¡ ›}0VùÈð®ô¶y íRÖU¹ut< ¬s#¿Á¢Âf,¼ËmÝŸŒ3¿[š>¸—‚}ëJÜ*6Pë98@—y¹èt‰ð*9›„Yd™¥çé?ÖÞS·U]S -*“7ߨúyá -ž'Uç¤ãâ,³´œƒYZîÊûâë üØoT‚”ô€®ì–?˜¬æp޶NñŠÜà÷ üåÁDñ ï|)/¹×WûÒ.*:Ó5 ×D{ešm®|0MNvHØeÎE6È%%åzþšOˆŽáÄ~?Œ{üí¡™q²ÜÌskšhû3¬|;ðX»—`®yXÀ¥­÷dÞе¥üâšG%9l¨´½öñÊÔëc%ÔdØù*v¤#¸”˜ä•¹—õÝé—ƒç¾OÖš\ŠF¢M‚M=œ­Ž8QbrΗ٨€–ñ«¨•½•%ìøŸt„r·–Zn•RÜ‹„Ï"1óHM¯>Yaã2B†mŸl“ÐKýš6Áþ4*bo¬úÉBsö½lÔ5Ï<$ý­zîérXÛÊ­1TŒKÁ%¹<Œm³;œss’üìÇijäe»0^{ËÖ5I÷vO÷~ÿPÆElÖ<ï‰i(ÿÆî@öMÏ":ëd™M:_kí´Š‰Y&!&át£¡é“¡±õHG©q9VayèÎpæç!x=D`¹µÕ¡j¤ì -.y+˾ÐDp+X5G:&âP†L²ËñöR–[ͬ ÞSc“à’ü:Ø­¤ƒ½2bΙŽXöi•Œ=ÐAë}xÀSs϶Zzöæ ù#U!k½%÷·@ÏüZ2(ø±EÁGo YùcܳD@ÞÖU(ºË¢V>€ÃÖ>–=´‰ ñ&÷?¦ú/PŸÍ²”EÆ©>Ö Z½&Ø­ª+4Ï"¢ö…Ðp¯–\ñy»¾ásËÀþ¥HÝ {d³k?šßü·¹¡ëë:ÜïK¾¤kθ¹5O=Ôš4ƒø$ykÙÝ/~óÿÚÃ_·9 ¿¯Qðym¶s¦èùÞtÉŸžÍÎß6LcógY—¿ì7øc¿múË6«É+Gd삟x5,˜WÅ…;95v)½Ø4ILÜ£$ƒ½ÇùÅ6I#Ü£j$8UìÚíIÄ‹Í~ðý½ Bìá<«Ô4ALÜìÅFXu÷«˜àS=hT±à,ë4!Þ5Ç*¶Špqûà z~â–#âüÚà>²j½óÌó,nw¤ì©]ŒJö*ÙµÆax¨uŸhêñÚp¸m™øu‰û¬¯g8”’íT˜y†˜`«~¨ïÊùÙ=‹ŽóÌaSŽåäâs]=þØc÷)Ë;OÎÿ¼Æ£Ú¥ÈWö9ÀOÈQ > !×­$Ÿ®Ð1¿ŒáU3ÁŽEV•¹Eà[4ù”õè#-j™?·K¡QÖYXÀÆyçë,¬CFÎh¨_×YÀcS½RdœUXõÜ'ÃìM«XGÚÎnÃ8&ÊœEÄ:ç i@Žå)Úòoô–?>|»M΄®Ï>GÈ÷)€XÑÓ_7¹¬€–†ß§Úf«Â}bñ٦୥Ep¼ÜÀ:YzhX¢UTòû¼ÄÀyt¨CÎ튨%nmÛ‡²•íQòà­Ü&F&Ûç‘IGKôZ@ƒè~ ¹Ü9K=Rïkkjð)ñÙ–™š—k=é¿nôU=ò©8„φ–wþM>gæMÉUÕG€ï”|¼•O èmVq`‡*ܦd#ìK]=sô‰7ÐphFÈ7k£äjÀ»Ñ×!Ÿë)P‡¤â•_K*usUÙ*°+ÚßÇñ¯ÌbrÎÑ*q´Ê@žmr§›lº…†°ËÉÀšÔ:u‚7G…ËtÍ#ã\ó°×ÇZDö þ5A›k©U`±Jf)ÅÿÙô}Úb1ö'Á!Ö1ð³žÂ扢ø?òÿ6ö}Þá²- Øü­ pŠ™ÍÓ÷×$íMVÞ¥6ëlX ¬)Í¥àÁ-vð|†ä ‹”Yj]äÕÊ^]Ù¥æãì -dŸ`šD†€86MbcÍ3”tÓ8;Û5ߌ:Yn¤:Ìu(H9@]Ž·Ì’m"N‰mŽ[nѲ¬"b’Mˆ,‘ -=rÑá&no"çg\Õ'üÓ4TñÐĨe†žŒ-Ÿš]Ì™Ó%jÅ™–Pà^@&˜& Ï ÈýiÀéÈ0óì婚õ/²OUÄ·–´7œûØ6 zbÁ£ŽW0ç"!Ý1Kñ©é ãeZu0Þ¿l±©'«„JË,$ðZyÇ›íÃîµÖ.ó,5÷t•Ct«PI'+¸Ü?¶é¨¯›t„OE,²K¯Ï–ˆÅ'ËTÀB_úá¯]HÌ'-þ?›-èÛÞèšY€—Ëu¨¸èy=zgÿÊ&„¾<¯yäIôÑ©øLÛD?Ró°€VVØæë2Îô ,oðÌ4ø¹q¨ð¦a¸ì‰˜Ÿp`òn9aœ£oÖ¥´­‚ÓUAÓ‰Ž\áU SŒcOe­)—ìs•/Oõ”ÚO††ß2XæR>mýuÏ-ȵˆŒõÈPÉÓUÏ÷'kÃý:.ñlKÐXæ3œ ,Pðzð§ÕzÊ‘’^å—s=2lºe¶*jg¼<$xã÷õæ–óõ†z€—‹RRÙÞ$Á4^óâË:‹t¾Å¦™•¤ü¥aXØîîZ¼úF®ÈÿJûx³©åÌÈ«w,ó™z!#O=ˆ ŸkƒFyt­'‚Ö@p–•‚RfVÇŸ¯Ññ_¶ë϶ºÄNe=Ù8RópwyºÝØéP’˼r‰WC*t*ê -@žœ¯a;EæE6̱ˆM>]¥Ã?m±Ig[ Lð[uÍ»ÂFL;^a!~7Õ7YpÚwU7] ,0ÀÌŒ¯»ÜæÿÞgpKxK貞Tö‡‰ËW¾§1 -C¾Ñô”eþyÐôñÿs0Ø^E]POPµ€åVòzèòh‚3 ˜ c=Ÿ~¬¯§8ðá"»Ò¾È©:1 v&êÒÌ"Ræá½Ä8Nxe­ ±!QÁïò<>Þ£â@]2n­[ÑDò¨šÿç±Ê, ^=Ò±áöEhOˆŽÙ꫹½ú®êöú{È#Ë1è·*Uz°ó‰žÏ¬ðÁ ~ .ýˆê"2Æ Ä k‘QêV0*Žýj0hãCöeóXîuËdÞuëtÁC·“âZ •¸”ìç½Ø«á¢@îLÞ·Ì?°K!öyH„st¬å‘Î ­=Á^£&19ýx•K´HÀQ–¹²G^% ˆ1t‚y -¨?"ÐãÓejõÞ£Ä(DÅut¬%û ñŸWQy*moª:ÔÄ£àç`Oó™Æªë¶Yrn x_ß"ôU`pfüî.Ú""§{ä|ÜéjKëÁ,!`í¯‚qËé `OЧŸ¬µv8TM”Ãy>,8'Ø6Ï…älŽW…/8Ò’áÿÙa3¾D¯“·'¬~a£“Ï7›'ëœ:¿†RPѪ} -|®OI.?Ö52¿nqY@Žeoõ—ÜÞª ±JH·°˜_Æ)I×|rdf@-öJ±Ùç:Zõ×5åd‰u+늂÷o)›¨S°pÀƒÄ;è4× -sºÉoþÝÔ:øû>¿Ý²ˆÉuëÈà,‡šsk1Ù»bèË]1"ÊøôÓ•¿æFuqÅ>Z ÞÛÔ5r´ÕÒýÅÈe©±…^%Àá ¤lÇ6åLOÃ|15u+º@w¼jrõŸû<Á—]Àoíry 6Å¢dք䇜Tøß­#î ú+ h`™ƒý¼Ëåü~Àoû¼ËãžmP¡‡ -tòž“èPÒçoÞŸ® šÎຄ¢C)¡À§««9ߢ£|ËŒ®;×Ròԥ£þܧS|Êš(¯“qºD¯9[fÂOµÔÊO@îý¹ÖÜüe£¹ùd•O¸'Í8 -v0CLrʸ`¯\@ó¿S Î5œçC‚Þg{°èúþDÉ›á”3ÝrJÁ'=ò»¡õÃWCsëÉ* éSÑÊ€(ö*d»T€wÊùp·ŒYî^ ¤{dä\ žgÚ%äÌ3 ÷e£ XK>Ã¥eT9• D²­Þ±ÈƒJÉ9‡R\ÊÎâ¹E„}í’Q -€ÿË݇˜'a/Ý2bÀç–B²i¹=RóØ+%圯57y—hVi]¶ELHu)Y`·ð@ž™Du™#°Ûèh€Ó €¯ç×Ê!Ø]ŪqÉeöErŽ]FÊrÊÉyÆ)L¤}‘’w²Ê#¯3PÛù¿Y¦ËÚç ¦)è ¯’íxjwžQ¤Â…¯ë•SkLãUÍ ÏÂ_÷V–œhÙ˜Oº¶Î Ä{ ­%•ºWÍ~5PÀ_·ÈUÇËäÒ¯Û,ÒCS‹_×ÄXïÇE;$´’¯†–®O›,²SZa)}`›…ìMT¼p. ²Î­ñkë™~-zºÌ«û x%™à"^ï CW:s~Ù…:$Ä|·’‡[!ä4#¾"g…zd´Ú#>Ï'Å$úÎ Þö`“°3¬0±)»fkþy«žu¾ÙÈ?^æ¾lá't†]\úÄ0>ëÙØ?6¦^#Cv‡Jî)Z².íN¢3ýk6 Þ\:¨‰ÌÓµzÖÉF= Дúÿ1s›ÎõØë èÉ'Àg}1ñGëÔ·š\ÜG»‚Yi•qj‚sqÔD¬a°$n£¯øî¹Ç:5°‰ÁŸÀ©Â*…ÆXv÷¯ÑÑ“ ëy,³îV1Ñ쵟o³Ù%jµu—¼/"$.Öå­ÓÐÿ±qšþاÓí‹°œc-`2Äë#5:ù¯ Î?/1Qç«/qH¿›:%ÞÙ4 }~(Åæø4ì©^Ð|¾ÕôÆ%¯+SµeßR¾É¸ äfµWÁÃF!ODøôàaÇ<½ü¨ã'+õtÃ7reù‚6vgv§5îi^«»Gê’Z%[’ʪ¼'Ë,zoAÞ{‚¾¼“Ê{zï=è=áL$YÕ3û_ìžÔÛ÷>lìF¼±Œ<¬b%€<÷žó3 Ü¡öS¨YLÂlr:î–ж‚rÉÖ¬Bµ>ͯš}Î:ü¶>&£¬ QOD‰õ~¯)nRr¹8l f—tly5IOï=ÌÛs=cµ¡fFQÒØqnéEËÍQ~ jת1_ϵIàD›˜Šù”€ƒ-gææI;åâ —lL¶\cÖ#ÞÞû »úŸ˜’ öýŠZe´ðõJð—Š}³¿–í{Áúé¯7|ú7î‡W~ü°ª¾™ôÊ8p°³sªþŒ_&ÈΨº0¿T²9M©t=¨üÚu·úÏëcŒËÙ B2Ù_ôÅ»–‹i7¿mÛ/aðòH©iF‹ÿ—úËÏø§÷ŠK>ýŸQ‹œ‚Ú¸µ˜“[›4S –ÞÖì MuœNZAK8%ä”CÔ -ùפ¬‚º¾ãìÆxÓ±¼›×’q{À³/Áü_?[º6ʸž`—lùD)Kç…ðtÝ›“ ?åögd| °$iTCSŒÂµ±ŽãQƒ¨~cx`ŒyŸ ¸JŠL Ê|~Xê<‡Ø9ոߚ°‰:@ç5¯ëä­a³š¹¡WS×Þ‰ŠŸÒOè»/}²òºz_lŠvyc„yyS/m\œV¶Í )—†¤ ½¨yc”zÆÿkã7³/Z÷Ãs‘¢V%ky’{uyRTÒ À¼?z2\ïŽ[5¼Õ‘öÎ;埆ÆÙ×›’•ñ+e«Äþēª°­Kwh¤ÄçŠW‡É'çŸÖ쟱/®—4@͉âà1ÖÆ¥qƒŠã—¦ ¼ŠèíÒò‹¶‹/:-½¦ë$ ˆIÅX{˼ü¥þ›ùg ?& Ô¤‘r!¦ï(ܘh:»:J¿6uKã¶Íêå\ðqéç‘ æåÈ„ bsˆvöƒ[ÂÞžë{uȹËãÜ«q‡Vsô_»úoÆéÚ½Ðu¯ì{ÿãê3)³”¹6ªjwݧþ°ôFx-4©ê MR/#JYx’|Áÿ á‹qÙ•~Ã9õ±÷^ýÏËÜ©þÒA_J˜ù­+¯ÛNDÆ©—âfziÔÂ, yå1“Fœtiµ+cœ¢•ú¹L@¥Á|*EÊ!ã%,ÜŽ¤‰Y7rË»„Œ¯¿Ëø{nåý]ýyŸBžóÊI£´±Ê¨(ÌkÌ@-™{ÞðMÄÌ­Oûdü•ñ†#qSçÕ˜…× Þ™‘rª• ×íaÄwýeÂ#æÆÌ -ܧí‹Móʃ«þ2.:ñ·Öô~7ó¤ì\.ÈåüuUûK0+b“róÝ÷.)cmœU<ÿªõg×Ãò/æÞ4êée C«ÓNi´«ðÁ g² wp룯«~0© >¹Õpèo•‡> ÛXAK–GÍœ²„… Ú…v±Áˋږ†)'ׯ(§7G™ç¢“üRÜ#c¿J8Û!9íäÖDuì¢è”°fïaPÑ¢¦.~¤f&ÌrNÜ ºÙÉoKÙ©Å›“­G7ÀË¢NQgÎÓ;i¼³>-…듵Ïu‚v/‰LužQñcàׂ=˜oà“n4Ø{Ã,í ø¼-<*¨‹ŽrŠ#£ä³›c$ðIÔó)£Š•0÷÷­ q.­¾&qÜ(ûÔw«âSÐ÷ˆ‰[™,H™ˆ’ׇÇeM¨UÉAÌ¢†õá¶cÞ{—þà¹[øÇ„ÛŒyûï¥=uÌ,¨è¥”¤­Kº—Ÿ¶q*c-Ç’fvEz0a“Ññ™ç€××#ö.YÜÙÛ³ˆ[£Óìâ茟‰ß°6Ì+^|Å»Tv® ¯Í>«ütåmíWK¯Ú÷/¿æ]Z}+©‰Mˆš:IÛÒ§À÷¨ã@¤BMP—ß4X}K;1p+·  Ÿ‘ËÒî¾Û {—|ô$ø.¶0ø|:}uŒyqSG-Ä]œæí€L’‡¾Éxµ=¨MÍÏû{ïnÁø%-’NàÉš¨ñ·÷^NEàüˆžÛñjºñ`W_& àž»¨G%C\ZÆ+æ N1ŽÙiW×§Zf N6†gWß‘O¬²kSf û}@=ðï‹BqÚÙqmu”U|Î:xÊ>· <YÅm ÍŠ¢~KÖ'Õ~˜•IcSüªað¿ã”SKCm^#¡ã&bý®þ‡¹W­'ƒ¯© SÂ΄SÝ…C­'­ôËq3ãRz ïQK·¼*iÆ%£¯ŒÑÎϽhüjáiÍ›¯Z¡rqÞ'¦nUò­•óŠÉ1кÑñ汉Žcqå4bâU`61 …zF¬¢F|î‘sp‚ƒØõ1#åbÔ$¬T䘩[šêá&ŒòvÔ&£D³£zAeÒ,¨Emâ6Ì©`šߋÿ<*Þÿ·Îî‹ÿ)eeÆ š& %b5mNŠª6GdõëïXþ;%Ÿ­Àµ†ÞQN$§øeøÔŒCÂÁ¼ -â‘PŸjã&^UÊI+‰jE¦*¾Y}WûM -¼æìR¥í×nê8•ÞÇå™yVöíæX󩌓Ó~²¸õ¢ÿ5ùÐò¯ ¼ZwÌ iq?¨ÿ:ðàÚi3ãZÖ)jO™8M+Ãí…Ág0fog6u]ì¨^Ö²2L»0Õsù÷#ò ·9ľ€è€·ÞǧœÅ2j“¢zvÙÒ«²ïŸ—~k>˜vˆ:Ò®Á‡){6f’’’€e‘iâ|¨+«1:Ñp>©'ƒWâ—/ŽóJR®.Mznæ9íÄ´¶ö ÿº¿ ÒñŒ‹Y™óËÅq‹‚¾>Á/‰Ôô°®W1öˆ–‡©g\wJÿè¼Yú{ç­ÒO —kpOWêVŠñ€RŠyúnAÝÞÈÍË„™ Ÿ´:ľ5È;§V…õìWõEBâ;ÑZñ™þ§ÙuïÖŒD°6Nºä¹SýUÆ",Ò¦ªÁ”Mƺ8)›VŽØ5êl@©þ°¤¹}Ð,›„[³J%âQcVN5hÕ☞]Ž{…[+ë崤̌òÅWMßnŽ“ÏnϪcFNõ̋ڽ³O˾Z~ÓzrdÿÔ`Žþ[IKOÿÔRܧæ–zŸ@½2‰Ï¼á•üÞ9Hú…^Ålœ†”•ÏDÜöåáŽ#a#¿*a6oŽNú–~f»uîc8§sЮ¢6J|šuJiyF‘õhÕQ³°Îû´áKË+ÿdê9ýwÁû—ÿ¸å“0¶gTª­Y•s‹Ú‰Ï/£A=j`—D'›®¼©ÿqùUóO¡Iúù¤…_µ”‹·g”rÜ-£§lÄçö‡¦Y—c Íq·Jœq«D¸ê¼-à*+ -ó›f^I™% §*¬TÍ¿#Ÿ ®WÓâæ¾„EÚ±1ÖqÊs§øOã’#¿[Y˜øþ¡”]Ø3s›À?^Y•¯¼VÔÍþÂ8kÙ:Hg;½8픳ÀÜ×¥ßГt)ù«S’¶…—¬++o¨'7ÆHÄz±fU2Ñ.gg¤‚l û:ê–óS.AKÚ#ç%Ì²ŽˆNPž`]Û£žÉ…˜GÌÈÍô<ÈÌÞYÑñ*"FNbv¦íBÒÆPçy÷½ªƒÖ[%û–‡)ÅQã`_H×#u?¢^´Û^ì}·I)Ä>²9;ø{{h»*Ä)c¦=ý÷3mÌH/Ú˜h=º6Úrhc‚t*n"Êú™uù9mÓÐztu¼õ0hyAn¶÷!ñ3ñ~'£"f`^Ëäüœ\‘ï¾vJ©Ë“’Ð35ˆ_m9é¼ðÉ”úô?ŸV|³>M+jX|Ë(´VýqöióÉqÒµ¼[)Àݜژ4ÈHëÔ*jÂí*îÒª¢VAƒ÷yç!篤ŸÜk¾…ù<õaNÈÈ„9¿˜†Ø„M9WßfVsQ#·lc¨þû¹Gµ{WŸ“Å'ˆ‘z1çä7á -ít`.Í—0ѯ„¦Ú΢¶Î¢Œ‹S=©Â@ë'ͲÎÍ ð·/Ú~X}ÙøÍÒ‹Æo . À»Ô"vigÊ&i#ÞÜï¸óy¼bÕê(èâ1ÞµqqmRßÅ%>óæ½[ÿ…^SôÏÃìC¿ÛxÓtl04Ðö'ì½Ý³Ãâʵ)qm¢ä! O@Ô¯5ý´2û¼ñÛ•×íGRS¼ò øÔÖÓ1ÉÉ ïègfŸµ]|ÞrÕÑ/§Í¬²(è–åaâ^_òɤAÔ¼öVXahù<4N>¾Žš (9¯€7vFtôkˆßœpÈ(Içà½Íi5Ë÷„rlþéÐÚPÓaÄΨÂ}¼NÜÏ£§Ü–eÀÔ¥ÒqÔ£‡Í¦åáöãÇÓŒÌÃnþ°(‘nÏÉ»¢6!gÅÈ*!¾÷ú°ú¶eîYóO®»U?Ì>¯?2‚n2+eóoÈçíë¾™"_É/ÜÔ%¬Jþâ+ò™Å'µß†Gk¿Ït5í–0¶ºïa™xq¨eÿÚõJÜ*æ¤ÝBrhºõxHß -ÞžvuM×zx}²ýt.¨Tƒ7R&ì¢Ä!¤æ‚25î³ÒfZyÊJ+‹;„!§¤3l“v„õ¼ŠÍÊñ¹GÕ{Ý7‹¿ö=i¸¼~>já÷ ´úŸPO›>Údüܬ¦7c—Ó0+¿.9E/È9íÛ>¹ ë“2NQ[ÈÈ. TÔÍÉ.ð)ÔéDÚÓr -÷ÓËò~^[Ö#eæœ=½I¿:©g— za]Z'oOL0‹ç—~iÑîÿ‡Ù;W÷$ Œ¢ŒGÊÈùº´i»¨ui¤i¿ïñåßGÆjö¥-´ÂœSМuËh ³¸1J|>ú$×›l?¶159F?šd_‰5i§ZY˜¶K;bzε٧­û“ŒBÌ!¥bË~»þ϶þÎïKË¢£Ы̲•·åû6FꆦíkÒ:Ä¢•"ÖÕÒˆàhQÖ/—eR!°A— £6Akà%é@hXÖ4÷RZ§ïªúÓÒÓÎÓiBãØ¸[D!ø1ã–±Ö†§"“Œ‹˜CÒ‰Z¥„W w[}Óøx” )Ð7à‹Øa½Šº<$¸|"»6ÿRR›6Å&Éç-'¿üªü›õáÖq3·6aÕHׇ™‘qA=b”у´cþQûñ!É…Ï&TŸÏ¼`ž\‚6Í’¶Õ1Ú9÷íŠÏ“zú•Œ“[—õòZó>AçæXë9ç­²Ïg“"N•õ)„¨‡ßœ4Ñ®À˜žHNS‰ïqlݞ̸º{7¦„5³¯gÀãÑb:ò¹”¹í\xªá˜iðÔ'+ÃMG¢FVeÌÂií%›8e!íbÒΩBm‚ð¥õ);ð”­õÔæTëñ´[ÌÈÏö?Ö„u¬«9¯Œ¿” -½Üw«úÛŇ×öÌüZôYD×Yø~^sk{A{7n7¯°®Âµ6蹕ݳã1ÐK3ag4it¬éfgÕ nqGÒ#!£^ƒ9MX-1#£<;#–‚VTåg8¤¼Ÿ]Ò³‹Þ2O…§E)›”• öÜÍøå¢0`úúãBhšs x½ õH9¾͇RAí–µKœ5É;¶@Â5Ö§­Ô‹ˆ½ãìÊhã÷ðSH'¨ÚœäEôœ’í!õß—Å¢íEnGÆÃ®[n;²ô¼íÇÄ$¿*9-k‹Œ³®F§È¼ËþlP_øxñ×ÚoA?7nùáºmðÒΨIÖ–0 jq'§2ilØ×Un;™æ]‹›ä ü -¯|y¨á{cÏùßÍ?ªß%>',Tɲ^ø×ª¬W)ÄÝrnÊH»²øªøËÀãKŸ¬¼¤þ×ãú~yÜ¢¤'Nà”¢)³÷ö€W¢n ·ÓÎG¦%u[3}¿äg´72PGI§ )í4c„›…¤Ä4«dí øº fч¥qðê³~1=Ñ~m\/®Ï8ÀWéW–^Ö|…š¨%ï½%fQñ–ߎ®¾«ÿ–øÛâÆé¥·Â+†>?"¼6óšv44κ¼9B/ÜöŠÿ6+—nù%ÜàIdŠ[’4hE[·bþý¨^[÷¯ÃââAKÌØ»$Y¯Fºä¬å Úyß“¦)b¼Þòpë¡…7ß-¾nø~u¨íDÆ©íC½÷tˆK)ŽèØEŽd,¢–ødãþ•WWÿ5øðâÇà‡No.Cr¨ðÕv%?¤cEì2Ô!çæg5}ùYím¼3ÔæÉõqÆEĦ`  Ùÿ´ùû”SBû뢲ûÃŒð’Ûôï3 -ÅVP@'|çÊhÇÑ¥ú¹À³6À vqÚ,êÜö°*ÿc†×ñ *ÿ,ð¤ý@Ü*eƬ2ö‹ŽCSšKŸ¼æù{ÿ/Õ?¢Vaçûy¥öÂ\:ÍÄw -d½RÖV@&ové)íË¿±vüCb²óâ‡y™tkQ¡ éÈWƒ/j¾DÝRéÖêMˇÕî'I+­Ö$?ð÷zå…Wˆû— ÜÒ”MÔã{lcŒWžõÉy[A14î5Ì^{fþé¹/~%ñ7«ÃU_GÆigsV )g5çœÂÜÆ¯Ã´+˜£ójé8•vqkßÑN¬¼•TGõƒš¬O)ØžÒ°zyØÜrÄu¿ü“ÐFAÖªŸSN*Îÿ!m&x…WšœUl÷e=Œ2ÌI»ž ŸˆLòÊ»4èꔑ^0ûüâ?û=÷÷Ä÷1¦¬ÂFâTb}}e‚syî-íøòkÖù÷aûÿ>/ áZEØP¹oiøÒçlÏ(”¸WÎLÑ -fŸ”íYy]¹ÕñÊó67ëQKÂfA5êP²³žþ[YïÍ„]ܱ:\÷Íâ‹Ê=‘ ÊÙŒ]-Ü -j¯£)uJÉÛsš>Ü#êŒORÏÎ?®Ø«×ùÈu½ðàa¶<‚Ž¿ÂøÇlì²ü¬LøaIÙõªeiðÚi·n}¸ñÇwÂã¼yáÓ¬]DŠŽñŠÁÇ|½ôªú/›cíÇAg´n¹4âmRÒ3¯.’&,rZÆ)g¦íüÚ„‰]²ðºñ›ÅWµ{ó^úµ-/zUØD¬­G@¯%ô’FÔ$mÉØ»í¬kI t¿ *ïQIó^•< ¼¿6É,Œ™$m¨CFËûÔò ü>f“P6õ¬"â¾—ø´|>·hs¤yÿüÓòOŸ7|‹{EäíyuwvFÓöÊùñ~«¥[µw‰°ÙžÛÙYí`4ÓÚd牉ŽcˆUÍO;ûâàgßPާœ]êü¼º7jh9oí¾øk¯›öÅLmÇâVêeb¼g†9…–û¬Ãk㽊¬ÿú+ |oR_÷ÓÚÛâÏü.üxÁÓ¸K¥ÈÏõþxE>;,+úçõa xUå,t?x” -Cã-GWÞ6ü°:Ò~(\sÅXxC91O|Á»öœ[¥þëŒJ“—0w¸^þ“¡÷ô?¤¬,ÒöjÏs|F.&ÖCbãŒÐNV5w¶übVÖ!lñ( >jßÖñªs ‹fUýeHtà±_¿ðÇÕ×5ûÿc‘Gù?þ ÒÿßðÿUì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ Eþ‰Ò=ÿƒÄïöî-ä’ ÚÅíÕ_ùhïù«GÚàß•í"1EøQéG{Û~:/0:Å ·]¨Øs~µÿǃ‡÷üTIigïù濜¹NÚS&dÐ\øeUg;›òíž}pêI8>Ú¿çÀžý¿ý©W|ôñ‡ÿxèØÁŸ;|xÿ±Ÿ÷;ptÿ?ï?vôøÁcÇ:°‡óÿxÒ‘ã?9²ÿБCûì?xh›8‰øÝáãÇ;zøçŸïù¯:~üÀÑãûý9éÿörìÿžkbDÿ¨î#îGßóÍ·{êë «ó”ÿ-¹Dr¿ß%›râ¿üõFäÿLxœsù£Ÿ -(RF'åⵆâ=õ¥5íùm8‰§øá·¿ÁÅ=ðßR9vxOËžƒûì9°ÿgbéÿ] þó¿>è¿þ<¶ç0\Àc¿]ïá=¿=ÃG{÷þv‰ÄüŸØsìÈÁƒG?ª¿ú¿%Ì¢&Ô¦b'*FT'® O jB^CÒÆkÀ½ìZÔJ¹×Q/'-œŠ¤CØ‚ºü˜Iи6A;žf]LñJ³´³)X¨UÅMeíI³¸‰Ø-‹øVÚµIiÃê·lþµpíµ >E/HNÓ QãjBß~2m—3Öë·â¶÷£¶nexZÖã^Ý%ŸˆŽ;Ϧ&¹Å¨NÞ–±©s/ÙE+oùå)«¨%¬ë<·>Aúyå]ãO µs³k’:êEÄÌ©J;ÅdÌ¥ä#^MÒÀ.‰ØE«o;¢z~ý¶·«+ãPR&Q bUp3^¥(å·oL2 –ÞµPÏÅÆy¥i‹’“4ÈHñ)}ã¼Õ÷È¢ãÏë΃k¯ë¿Z~Vöid¨åHÚ ¨ÁL -jƦ`.µ™T»wåyó+¯š-½¬ú::Þ~r¨È˜•츞Wž0ëP«ŒŠ;5Ò´[Û5u Â: scRÚ4cÎîn¸žÄέϺ$ 8軤3eâU% ¬’„QXÑó®%Í‚š´S½0TýÝÊHýÁŒU‘sÈ[^¥4ëV‰Q˜“ÕQÚ…õ1fbS‹Q§F6²ŠC:zaÆ(ã•°ñ BšrÊèëzVyðUãO¨EFIXÅÔˆ‰]ŽŠÜ¬öVÆ'ec^15íÓ2QgÒB¿’2Ò/¥mŒbÔÊ,ÛöÃëyå<Ì-îD]üÖ”Kг°®%¬œ -Ì+"#nMÆ%ef=UÚ!yµgÜRzÚ)e‡ŒŒ¢ =õRÊ&lÃ<ÂŽ-Ÿ\ð~F{k^7Ðh1—6j•3C&q{˜ØmêqiÔQ¨5ÔÓw÷ >ÃÝݽ˜S%Â\RFÖ/¢;Y#.^cÚ-lÏú" “0ð*Q›Œ‘öôÝN{•Âl@)ÏÍhzÒ^agÊA/C]ôª¤V3Ð 7&é¥ú›?{R -b¦^MÚAì¸L)\}C9c_J;a,ý5ê‘Ó.NUÊD+J[Ø5Äî@ðz¨‰W¹2F=µ2Á(H¸¤”¥ê™è” "m†±«ˆ]Ü7Ð -czjAØ(iž_C=ݨ£§'b„þ›jû9i$Ĭ”´…\²pÊ#FneÔ$nM9µŠ„IÖ¾1L;µô¬ùÛw¤#±©öi=»7É:’aÓP×Åß¹ï5½Ø‰Ø¤‘é¶Ëo®þic¤â+ÔJ¿šqˆI˜]ÉDJ6êPqÓpM˜CÅK; „ØeÒÌ,Â]‚æŒKØšõª¤ù•&íR‹¡†øq“¨1:-ªN[%m(Ô_x‚|jéuÅ^Ï/å_èºÊ? ¿U1Sz-/<μ¸þºùûù_Kÿ´ú¢ö;TG½€Wc&öµ± ÿhî/ú ·ã.•0óøòï—^–~ž6Q/¤M´ °s©ø¨SFK»Bü¶ãL—b+¨Ľ2â”3¡xÙ@Ïl@Û—vB?[ø5 =¿Ññ«p»°wòê³n^=îàV¥ô¢úŒM%HÛX•ˆ‘~5ë‚ZpH)¸GÎθœŒ[-Éx{ú‡J5ÉH ³š‰:4b̯’§2â‘s2PçD/ ^~k`¨éǹw­‡²AíÌ\÷LP­ÉÎh¯»ðà>•<ã¶fìrÄF¹õRK²~zUÜÑz&b!#vmC]2:˜“´r«ÓnveÖǪÎz9µI íÒÆéxÊ,¡ä\7ç}7^¦=ZÔÂ,Ù4PΆL”óˆMFÝšé}½«È$LâÛô3¾¯QïÀØKÆL:˜¥ ³$Į > ÆŠ{µ=˜[«ÆÜJ~Î/$ÿÛ¢D˜õ‹™˜[ÆÌØyõ¨žØé\Òžti»RN¥Ø ŸÑ"nAûúdãkuß­O6ì‹™W¯Nô“¿ÿݰ¸l/î¹oMPλWÏÿÚ¸7>ɺšõ*xP)M{D˜[Ê€¹“ç½jyΧàc.qçúëüú8çRÔ"i ÙùMýEŸ¬¼a^ÂmaÞÝÓ·s–ßV}¹ö®öë˜QÜ øHO{µ]q»Œ¾6΄1L±ósN^CÚB»š"]zÛ²osŠy%nWqWÆÙWæž’~X{Å:•Ö&uÜkˆ‘q%>M»¸6Üñ³ùfÅ–ßRÏ$̲Έ‰_³1Örxs¨ápÊ@.ƽ¼VÔÊ«F¡wRp@íqpwߌ«» µ«¹ˆMÜœ¶³«r>àG'x‡S‹¸è¥)«¸=m×ÊbfygxBÞ€š•Ô´YÔ¸1Ú²ß÷àÂ?:o\úg÷õÚ/#jZdRÚ¸>Ä>¿ù–y6ò–qÕ1.o ×íóýZüé싆ï­÷ª>üÚ|³Ê¹IÀþ1ò©å—?GÆÛ/àvF në<‡9eÄNaà7¨¥Î¼¿«+ïS+·‚ -YÚÉ­E o0¯J’'j% éJ9D-i›¸-ïT ->¸ä¬m»zËG-Îz;/GÆëö§& ¸½·'j¤G§H'r^w;¨RþÛ‚¦?ë“󇔊8Ԣ腔CNGì*6?Ó>Àþu>Û5ˆÏtõâ~¥8í—²WuôË!àè‘Ù¹®ëp äºïææ´7³þÞÛÐ{<ÌÁ­ŽI'P;éTÊÞ~.lj86µž v¾ˆÃ¤]Rê¶â>næ¦án:`tÛ±•áÚ¯z^cÎ}ý îí½‘´K)1³ 1aáÖ!NAb“´gj æ—rÓ€Ëù¹þçÙààKÄÓÝ“pÉXi£÷0+rAgÆ/ !.jѦ‰Q2ŠZV§+<=ýSÈÿmQÈBœ¼º”MÜšss¶ÜÔ«iÀϘUF†y¡áþþ‡¨W­Îk‹š¥)§1ådUÇl¬kkm'¼K¿\~J+ÌzïNoŽðK–^w ÓÎeü†¬ƒ]uó›1‡ w«ew·6íÔˆ»’4‰Ò&ikæ·úµ­è™W 7+? ëÒ6ÐYfQKÌÊ*‹éɘ•SŸw»Ö©$ »°ytÌêãLê&2!(Ké…Õˆ‘Sš¶; -³ÊQ‡¨õ¨%óo©'|¿XyÍ8;ÿœuvý5ë|bšW™`\ ÐNEÆ™I#¯±ñ냯[¬½aAöö+Ó~sÌD>‹:ؘ“[xÝœõf8•œ4ÔjÓJ¶ ×·gx¤”R3¶ŸH˜i)+«4 Øž°ê¢zq]h’_ç@_²¯†Ç;Nn¼mÚêüÕ kWß‘¬¼¡Œq/¯¾ã\Œ ‰JŸ×~m¹yþ¿”þkÊ ¨Ãm*!îRKVˆ벎-oÏÍÌGH×~zñuég+Ã5_‡§;N…õ¬« +±ÓŽ„œ²ˆ³.¥÷¨y_Wp¶óÚ1·„‚Ø ˜CÒ‘sÊ9˼‹U–óQ®¤]m§Â“¥_waPkË£­‡¢§¶@_¼ŸU©ÞC­¤ –“Va3âP°›‚އ¦ìÜ*ôæ— ²óÚÛØŒB‚”2, é¾L{Ää¤j!(nÍ©´[s -EvF.Î@ÿlÍö?Íú5Zb‡»¸‘Y”wK9[A© ”ðó3.îb&V -š*aåV;Mâ97ç’s0¯µ‘/â.~Kø&jæÕÆLÝ’´³[“õ(øÄ®K)‡ŒŠÿ%Ý‚–”Kܱµ ½›U(pÐEù…ÞGÙYn[ÂB-€9®F]¬ª\P@Ú8Uó#ôÓ‹£ì‚¬¯ïÎo»!ÎÈ„YŸJ‰dœ¬ -ÔÚxd}´iÿúõ ò3=÷0÷@Æßs3í»þö=ŒÁØú^·|™¦žÅmìʼW!ÌÎioE&otÅÌ ¹ÍœÒ¸‰^Ó‘Nàvvpyj4…ôŒÂõ)Q]ÄØ¯‰ZT,ÄįN)ÂS­‡WF('BSÂʸUN]ž¤ú•ÿ N; &2ZÜÀ¯J˜,ôË 3»4mçÖlN‘Ï,¼è8ÒKÛ·===bx+³$j¢_Š™ÙÅ료3£ÌóÁw¤ÃRÒwÿë;îå?¦ÆÕdD¯¢&§8Eñiò™5À÷Å·ßÌ>oÜä–®ñx]4s0±¶Œëë~L~ŒZŽë:O§ì¢Ö5ƒ q}”z~t$hGú–_Hy«èȧbºÎ“I=åÌâPëÁ±ÞKÿì¸[û}Æ¢&-¼ª±Ö Ï«?_xZù铪?o QO-ŒOt3üÝÜmfá–]«Èfd]Ì2ð•Q#íÒ¦v1bâæIyB€öˆ›µ¶äý"J^;Ñ3^%íN…±ÎØo¿L»zza쨘SÔžö²«ßÏÉDùAg6ÀiÜÐS.lŒñJßûzo½Ÿ—+ßϱQ[Óᘾé@TÖL½˜qñê2n19ëS²>u÷¦Û)¸÷:š u·³ËbvNâ¶ãA)È„î@}ÚÞ´GÁÃ}jùÖ¬Zó~^ݳ5+ççäÒlzÖ ¾jw÷àž{xàÖh.Ø}+?§Tdg¥| Æú¯s Û2.;í”1òî¾[9èð´”•W¸tüÌUÄÁ©Šš—P·Z·ŠÚ¢&vIÆ+çf}r3=w‰]U¶TÝÙY rðy©›•ËRðD¾þYÿWïµ÷@“Iâ6B§ƒ vßλúQ¨”¸Ö€Bž®°²)mã×%ŒÔ 1#½0ic^K¹¸`æø5¸þ:éRK£)èãž¾>m߿ͪ´q³Âý¬üSÄ6p“𫈠ø‘ØAÊ&jÁ]쪸±åäòPåWË#Õ{W»—&Õíîç´Óó/Ú'ôÜ2ðÕˆIÜ›–6€>*œyÓ¼oþyÝ_r>)øt~Ù&xÌAì’ çÙhWRVrAÜÔ|dñUÅgK¯Ú~J$$Ô-ç­ ÓN'Œ¼š¸ 0Æwc¼ýè‹Öœ÷jþ|›väotŠÊ¯SS -Rt‚S§œŠMtžŠO3.Ŧ…áñÎ㈉Q7R.%-¬òŒGÆŠYE›'ÃSm0”KQùìÆ8øðéŽÆûEÿj»qåÓ÷>Aç–_ÐÚÀ ˜—CÓô‹1£06M;¿4ÒvÈý´î»ÕÚ¥4è¹±Ó«‰SÓÑ -Ö†¿_x^õ—ð(õÌòÛŽ#wG?òßi>ñ´0`%ˆMÑà¹8•i‡¨0»…ÀU¼,ð|Gø!é’3¢fQ\O/@« =1Ðìi'óîUʲ R!æîéÇ<½9¨OÌ+ì@Œâèš…wu_oŽsJr~íâãud<üÖ¼›Û üߊ;A«ØÅI£(íaUeƒ|Rp÷>B]ý·xB—JN -™W¢Vviz%b¡^†k$oÏ«´(à+ÑÛsª®|P.í%Ë‚fËͨ»àФÝ2FÊú£g@'aÁþ'x˜­…âòzp{AÕƒûø­ µØ%(ó›ó¨å¨ƒ_‡‚FÁÁ$aŽS0î(hÊ”[•v; â6NEÖ/áA• -ªÕÙ9•:ø=‘ggÔZ|N ÿ§éÂýO1_7¼žf07Ó5îƒc•ñ;¬ò“NЂ ›6§:O¡v)9ãVWæÕ"V.Ô6Á­¢Nðcšl ÷>h;müM¦`mÁó¢VAsÒį MÁu%œ´«÷:±SYæ“à$xè„…tzéíµ?Ï>)úÃÆDûÉIX·¬“ÖîÖÿÅy§þ›”IÒ7pÊb:néÆ(÷±ÓVàiëwCŒ‹[¥|m’}ec’[~‰µ4Ü|ps²~_hºö»˜¡ñ@x¼ñ@Ê@Ô’³ :Ë÷K똥K’†ëKÙÙ•s¯*þì}Pþ‰ózù¿8ú*ÿzÁ½Ã©pÝ+ûbõUË¡-§„Û (\çúpËO+ojö.¿®þxà<‘Ch’}µJ:² w‹ÚÀk#mW†ê¿q?,þÓòóÚCüì:üH<<±ë]ÌÈ-éÙE›ã”“¡IêYÄÊ©Ì8M)ÔÐ4»sªøˆUظ:ܺß}¯ø÷ëoI6‡ÈGƒ[~B ¢ö-ŸR†šÉ"íÌØÔœC«Æ] -nÌÂ*‰ÛÀCƒ/Íyå¼­YM_ÈÆ«_„Ç& ½Ýƒ8ÔEÚ Ü£o9š°R‹ðE> öÞK{{»E(`3ôZ{šð0¶ð2Ì2Ü/a'=œF¨YöðÛAµ–عð¨|'?Çëx¿ÄjxøŸójÔY_ÏuÜ×{<`®ëâVNEÂÁ«Ý¹0Ú´/X’й \~‚†º8µ¨›[ùÕš¤[Æo¤Èú»1¯R˜ñˆÈ¸ô¼OÆœ– na[~^*ÌÎJÀËxÙ€\Œ¸ùm)'x]!Ê€VLXXÅÀ!ÕhÞ˜…]ÒÑÎÇ-ìk)“] -N0>¤£œË¸„i8võdJ%æR¶”êÜlÏ]‚_²³Úë9Ð~¹Y… ˆ(ÏlÍ©«;ãÕ(2 gñôJP¥~䥽‚¶¸™WIx£„KÔ²0ŠÁ[Ãxô?ăO² Úû˜GÆ‹[ÙUa«qvisîIØ7ÂX¯gw „¯L8õD-Üêˆ}5 -ú*<Á¸œÔ ›3^;î”t¬9%žÇM{W^SÏ`.)54I>›œæ”%&¤Ð¸¼qñµ¬luXÓ}Áþm=v¸e?¾támý7q=ùjèæ5þ5(¤áÐç1#³xe¼ãØÆ0órÆÒ£Šëd­1=¿bc”^™`Gǘ—1·3 -ëVß¶rÞ.úÏ+¯HG ?Qó - -:&Êž»¡nþËÎÈÄnõù9•†à8Ä©`£ Q‰ÝGAkõææàœY…,PJÓ.%—ØIÛõ²åç¡+ÿ’÷öÞÝš¹1Œ{ï$½¼æõ æÅ¥!iehº[šñÝÏ‚ÎJ»T¢”ýö«˜í±3æ¾ù2i“t nók4™@WwÊ¢¤£v­µ÷jÓ ðô¸‘V°®§ß˜`_Ælr&î‘q“´‹ÉIQjìMkY¡iEëÚ¤¨|jiåMËÍQÊùŒMÅíq!c¬ukäÄn (ðßêhóþåw­‡ÂSìbÜ®‘eì½})ð¶)ƒ¬ 3«9¨QÚJ¬+%tä³K¯Jÿus¸q_l‚v5ÊÚW†Ú^}Ór8c—3›œš4Ò -×Þ•1ÿ¨ø±aøjA5îP0 p^ÚŠƒ§Hè;ÏÆ&k¿INÕ|›Ô5B̈́ߒR³à —†[®¾k?•uªå9¶¼µ 󈩘‡ß’²òës>‡ ->5É(wßí¨Žquíuã·á‘Ö#)=»5ójP‹ )Zfs’y)¾0gS°·Á¿4ƈ~œ‚ù(ˆ[ø5Ä®áèøR0w_Œ¹ïŒ`¾Þ»x ûž =i—vâþÞ;€ò´]ÉMÛºd9ð ¹ Œùy-˜Û›á·ggd¢í¹î;€§ZÐ.àTPÓ] —znnÏhº³~7ãVðò —¶gµ72Þî~”Ð= «Óvsʨ0Ï Èô ójTx ÎK8T¼”£KŽxúï.OÉZV'¸WQ§¨ckF!݆:ü°¨êÏÎHy)èw—:庯Ǝ‚&ü -A. ãoZÍߥI{4ò˜Vžj9ž±+DYÏõǸ[«™µq3hmð`ˆ[BÍÏõ<È?æJYÚþ`uÜz†yº»Ó^µ4š…9Ág{nkm³JUÆ)j·æ^@í¼úŒaÎ?ð8¸ñ&è t@Â$m MóJsÞ®î˜EÆ[›”´Ä-×cÖûÃ!ËÃɘóÎâUÊ#vùê$£pÓ¨oØûfG„àw»T˜G!L¦¢ðO&I+jïëµÂ°^Ö„»42Ü­’¯3±ßv“×v2¬c^ŠOñ+Önõê;aI| -êÆ&ãÔÈr0VPsbŒØéúMÅ—áÉŽ )¿iñåªï‘@ïIqR„»»Ti—F5J;—Þv]!_ã\YxÜy(1ÁÏéJèhW²NbíNLÎØ„- ¯ª¿œRýÔÌo‰YxVóÅú›ú“ä‚,ÌyÞ!¥!çÊ»ÚKO›~ŠêxU Ï[ˆÑ/dmrþ6h÷à[ü8¿ze¬íPTG» ^T°6Æ.ɺåÜ÷ Ç¡d9¿œúœ¶:Ùzdámã·±)~EÜ©ø“~Z{Ê/A ƒ7¶ ‡¼S#ÉÚU\Ä"jrÿRú¹÷ÎÅ?¥&(WSViÇÒ걄NNNZzÔiÂg@­¦bRÊΫ›Ÿh>°©§g\÷âöÞþ˜UFÃ\7Ÿ`„‡mZG‰çGl’ΔQ+JîÜKYT,Ì%!g|fÆ/¦çç$‚÷K2ù‡%©õ²j¢Ðƒ¨S«‚Cqkdù`÷ ‹Ó•4û~N{ ÷‰™ {g!¡m1k—1©Y¨µKJÔÖÖ|ðVÏú[MöFÌ -JÊ­Q®›d4ÿkî¹”©[œõ)EÙ „‰:…ÍQ §"Ó³sbæS«PÏà¯a«¨%æTwµi?x%‚{)#eS²’VYGÄÀ¯JZdëf~›íVýÞ!^óö øoO?èì>Ì®ä$Œœk³Ï«÷Fuô’•)òå!qÁÇÛ¨«»;é”ãVq[Ü*jÜœæ—/½%Ýg:Ÿ·•\ùxã ½t˯!jY€C¦ìªõ‰¦CλgÿaîQùÔÄ«8å«/ÛbF·ËÙI3§" ~8<Ñ~tþYù—+Ï÷ûßµŸÿ•wæãàÝöËÛÞë/@ãK1¯˜Ž‚G‹›xUQ#é8b¥— .~«ïQíÞœƒßú~Q©ÁüB*±NŠº„­Säsëcä³i›Œv°Û,7ª>[{&§"¶_¦Qø“¨…àÀè”°Âz³ô3kߥÏ"#Ô+KS¬«“Ý_!º^À•{ãÿõWq‹¨•à•„…[¹<Ñ~:¤c•c€ƒ¼3nV²Ò®;CiÏà/)WÏ`’à§”Ó *ãz%9fêQ,½-iUr·Ý·¶‚Ý·>,j Oøi«6nï< Þ³5f–Ó—G™%ð¸†|ðúkƒÓ„eà%Ä4ÄÍmÈø»ÖôJúÒ˜¤zd¼É}<Ø}=ìÈÍiz GÔù JÖÓ«†¾Aô=ý ïÀ/!àSÄÝw3ìû >'ôÛûy=ãæ7Ͼh=6÷’ZsÞ|µbê“/麹a[·:7Óÿ(Tªc&~óÆãrÚÁ«ëYEˆ“ߜ݋ƒÖʘcÀë)»‚_¾1-(¿½5¯éÍÎK+9jT’“V}w[ÇÛºï7|žà5ågºoÆ­jvܪáÿ†wvð=Fi;j•Ó`ήŽÉ®üfì‘GLRÒ¦ž[·jÁ³4&Ì¢†”EJJ˜”Tû“Ž£/¹ç·ô¬ý*±†Ž8 ¿Ä­ ™i…ëã'æžÔÿ›`]Ë:<Ä!gƆ…×òæ^uxJÔ2÷ªã joeµaVAsBÇ)1Ý«ûZÓðÃÿ¤ë®ø9ÐÞŽÚyµI‡°5ãT‰òÞ®.ÌC:Õ5ìêIÇÖßÔ~•·2Jñ^Ǧ™r±ªÄ8ô3j“Q€Ú3N7le–® ‘O#Ì ˜W¡kSf­8iÔ -â“Ҷ䔤5a‘LÏZ -*¿ý§è¸ZŽyn½ ›TܹWŒ31ܫݣ$Ö8’ÐcKoÙç’Fu«äq‹Š·iDI›œ–'Þ‹p‚]=7Öqé^û¡A¦åœ-ï]Ä!¦d¼R&JÜòÛ}RîSŠg_Ó.¼”^øOÖ›Ußäƒ7Þ"žÛC çõ_bv øêî­™®þ-Ðg˜SØ7ò+³¬µ+˜¯%ç— pð@Ôæx„Àóo˜é…Ëô³áIImÞÕ݃8x ˜[ÂØ -ô=Ľ]šx¸u‹ nï]Õ±KGé¢)ef˜q.eï’ag™™€íÚž¤GÎM8E¤ˆ[6÷Š|ts\ÖD`&æï¹žrõÝÀª., íÏøÕê\@.œ`-ŒI«G…eY¿Z‡ -ß•™x†Ïj0âàþ¬_)˸Àë»n½Ú4³[Võ”KiÏÀcÔ÷À–tß‚×îÂüô²¤]™q‹)À…ò4\* Ñ þîëiÿà“L ïêQáú˜O©}?¯Ôàà¡1‡Zºìœ<˜®LØ%í)§t¡¨#”K¶TŸ©‰÷ZÑ€¶/fV1â6mÃÈ)Ÿjù)2B?—2Рލ)ðNIk—$~& Z´¨žW¾9Î.ÍSæ]C€;V†)'—_Åõâú„EXÕ *FqSD'®]xÇ:›T~ð*ÄfåRBGã ÁG p—VÞ¥;f·†u‚ª˜_£ŸÅ@‹&ôÂÚ´UÉÛ&´;pýúXçÉ™G {—×~~G:œÖƒÖv)…Ľ  Å9gOWÎÕ­IxÕI±îÌ,C,¤Óy7½|c²~?x¦cWïí´­[…X•ì”ôÌÏÖœ„³=ǧmElb­ -³÷hÒöÛÏQÛ½aÔyëYÂ"!­¶\xÙöSðû´ëõ,æÕöÅ -þ*ÔXÜxÿeÊz÷ æîéK¹Ä!Cç餅V2³Šp·”žrñÐmö¾þ”UÉ$Þ› O *ÀgËcõûgîWíÛv+e9Ð%Ľˆó泤ûæs”ÐgžÁ‡)wWWh’wm}ˆ~0ðÞ?aë’Äý7Rî{P¯OSàP¯˜‚ºøM[ ƒòAê¢\ 뫾M[¹õY_Ï „ûÀ æ%|”³5#fäB2j%_^ªù*:Í,¹á¢.)…ü23ýÓ Õ¢àç¿ZsJ(³#Ô€ËÒ,</³©øX@ µª€Gâä½z -üZÈ8ãÓRž;ØœövÒ'c§ÜÄýW=ÀY½w0?¡;AÁÜ"N•u<Û»TkF^y~¦÷^Ž8f{îdáÀ~»÷ŽU9¹-Yÿ£°M#Þ4ie¨ûÖ»Lüú¼f0” 3>ñˆi+õJƯPdæTÝk6Fq~®ïÑÖòõI|®çæSº›ót÷Çþ’ j{³í±ÞœŸSÈ2A>9颗ƒ.¡áA)ŸUª3³]}I›ŒŒ:Ôâ”C-zã÷ ¡NAÛú4åbØÀ)M÷=YŒõqAi\/¼†š¾Ùòrê²nÚµµ±²ï^”üiõeý·¡;̺$c6€ð)ˆSF#Ö7¶|JÖ# mŽ„zè‰÷Áè¹eik—hcR\¿¡ãU÷Ÿ­Õ}¿>Üx1ð›·ý]݈‰SŽ˜9eIh~“´39Uù]x¨è³èHÓOiðñ¸GÔ‰9¸µ¨™SZEˆ~°1t ãVVÅÜ«’Ï#“mЬšœWDÏi6&¬2ÔÖãìL× îç6¡Nrb§\ÂüƬG%κúp¨Y𤚤IFŠŽ‰j’SŠÎÄ´´s±ªq?§1i¶¤œ]2»`|˜qƒ’’2÷(As0“&ja\G:‰žÄ<ñþ+b·%MÜ -Ì¡`Z .A\Ìòð[ÚÍ®I¹¸õñÞ´ïÆ«˜³o á|pÜŸÄ܃¿€§bæ] -î´&ͼZ ê-åéî¼}wqàz,ð[=ÝßšUi¶ü"*îfU§]´â­ §y;ÀmN»¨¥Q+ýZª’à> `)±ÞG¼w(ãa^3jãÔdÜø…ºMé4âUi@クGÎŽxT’$ð:£'=Ô¢Œ‡×ŒyEíཷïÔô". uò›0§&ia–®OwœZÓÓ/¡®Áô¬T€Á9™Àí)Ô÷Ð:ñ h«A|¦çNnfàEj•XËËÕ]¨_DÞšSwÃ8ð`z·çûë[s -éö¼T u+œ¢…Z©H{´}„…ø¤ Àox4àûµ7ñ¥&;+!jÍ¢¡öÇü\ÿÓÜ|ßcÐr7¶€«¶ç߂֯¥ã•2K\K°«¸çñpcVð“>¥dk® üˆRzK˜°óëˆuè軜0p(ᤗ¬O·ŸDì‚âZ7M¼ÚÙW”à ’¾ =˜uñš[ÛéÈtÍ÷Ko¯~k=ƒÙu—”¾ð–|Ë®ÆÝZ5šˆIP³©g\Žè;Ï$¬ìRÜ ˜TkÃNVõìPÛÔÔ«FA#v9cs¼íhðQÉ'+oj~L[¸ÍYŒžh;’4’/æˆ{ô¼ -Ah¸box¸úPÚø’ð• mek¸i§©M•¶´Ô¨¥”ÒR(îîN@ÜÝ‚{qwwM€A‚C€Á¡sν¿ã®Ìý°¿„°³öZïcK6>ælŠC8”’£·º“ {¼,uÃhŸ­!&b­…¢ãÝâ}4ÎÄœ2î$±?J7¬Iê¥,4§|ÝxgZòïY*üŸYJÊo5÷{–E:Q‘ö¤(ÿ½1bØ‘”‹Ñõs`{½<øî9ìh:Õó\IÞ„C:6ì{˜ã 6FÈaÛý|Ô±´ öp2³ÕƒóÛîŸʸ” %—q %ÇnÀ´½I_OA›'Ó¸<Üñ4}(#ÅÉÉ Grjòï9.ó÷œP² 2˾Lœ¸è“Xl˜Óþ® •P|¦ý0òï4=ø1øÅ‡y®Éj8Vg”æg/føüÿ,pXÿÌ3‰ÿÌ3ðûã)®ÚÁh í`â7Ðÿ[£ØÝs2™Wy®Ì©8›NìŽ2wF9ˆÍAZìæ@ªûþ”§•‰Ø [êyuGÀß. -sôÊoÃ=ަÙxà‰È'†œªâ÷¥”¨Ã)ö|V˜ñ[ÃK;£¢ôJbÌÉ, u4G„‚Ì9Q•Œ©K&Ž÷ŸÎ¥\,f·ü³œÝy¡木¹ÌC%›tòÿñÀ;1ìV‹²ÿ»()?’ãŽÔ”35dBôR'Âi{˜¤Ÿ¤§.a¼ ûæ²NçršgÓ2ŽÕÆ¡Š?Pbc÷äDÄÅ|FùÉLšøôÐŽª“Yos îÛ1È Ke>V¦ . u™°‘s>ËcŸ)…ðLH£PÇrü0. ÇgË9Cžû\ÌñE¿5â¢5Ÿ¯›@ûj{àöÀósOåi|Pûc„ˆÃ1æDšž1ýó—Bœrsêr+Üv{€cØŸò)ê`dý±4Ž^&ào -¼#id€Í´×fÁO?ZP®3w¸°.jÄ~/1âpÔÈ}h×Ý~¤Ó¹ûÔ‚~‚‹ÔˆøÇ2IÞÉ´$ûø5þ쀓Œÿ¹š˜ÐUékÞÆõ±:p.TÞñ s0ÅDn^Û¦ÆË@ß(ÓÒ s6ªfø· À'ÿÓ0©§rt°ní©ÿw ™~(ÃNÑá»Rb|-×ñE=Ýõ•~˜Cû½ ÈþÏ‚@ ôœ¹5ÁFnI)ÐÙ¤ãÖ8«“ƒÚ¡CO&$guÓ¹{c„ОT»µöx‹íþT‡£)>e£Ÿ ícÅœñ{VRúKMGÈËé)GÓŒ½a¾W.Nß›b¶G¨q Ëç+…¼Sƒ·T@Ž&ë&1Ç f~-Ðñçž`ÔŠ~:³ð|>»ñbÇߟ$ÇÊÈÃié|†Nù? xJÄ\Ôb±‹Ûý¾3*:"‘ìgfíŽÖìK ÎdîLòÉK£ìä¥AZر*¯Y¼ÑþŒ0íP%È8K -Ž”’Ü“™,ÿœ(‰ÑÛ#8¿ƒ)ýb!³úp–AØSá#÷¦ñ¡»RlÀ~4cØ–ßs±”Õx>—žêö×RfãÙ"OtÚ®ÙÏ0' -ÆëDIGï#ðƒÇRÿÜð àûÛRzWÆAþáýšr²ä° EzÖ…*=çB–þ[Í㜩X8þàÀñG“¹?Ïæ2Ê΄@ùœCðÐ!ò…šË0Ìqë¥ðìÅLFéùLNݹB’{1-É:™² ó †ýKG“Ø¡”»?‚8™Hé¥ùU;£"ºnBÄÜâ!&8ØsÐç'*Y'£!5m@{ÚÉ1¿§rÊN§Øø­~¼Ÿv€ ²ðÖl‚/f™Ø3 Å@ß‹7ÇD¬!>âß¹P!ΤøýQ¤ÇV?Âi®.üÕju¢Ý…T$:SòXÛÇSiüsUVÅàÄ yvÙé´}Ú¹?AŽy„r,'] ¥€{ÿÜŸ,h8S … ;ã€?J^nIµÏ‹|-+ˆût<ÉeÈ üÍÂè§Ìíq.fŠÑNPã´“Ì”IFâÚ%ìèÛ_ žN³Ð'r.íb–C5ÔÿFÑo­ŸòHèÞ=úL øM!’0ÎFLI² kkǪœšÓÙÌ2@ÛY§€o–º°ó )¶*qÖñ ÿ[â^Ì3ÉÿÖ¦¸lÃ:ô¡‚Ç>÷L&>2puûé|^׉áÌÐÈC)nkŒµÆI¯Lã¯Òbޤ¹¥SEízyv©!ïO‰x ]‡3áÈÁ'*1ÈY‰^ž×x¨*:Pfä·jS§ Á¶†ŸbáNfžŽRâWú˜1{²œÒceA›aîíb1§ýbARz¡Iÿy2ÃÄÿ3/Ê;ÞP¯äíÊKÇŽæsÛõ*IÑÚ§•rÑ'Jâ× )á—Š’º9€õú 2Ñ®þ£æÐ.”ôT½Œ«¼³ÞrÓö¢ÝÏTØÅ Æ {òÊ¡òçø¡Jœ³'ç3ö\æÆ û^f…"Ã|î)ð²‡Rm” ÓKÙpýŸ|¤àA6CLÒa@S ç/ŽFÓ¨û#ìÔÝQð¶l¬aÏÿ±œ?bÈÒ“Œ“óbA ú¥IË>™ô L²àG küš²ÀXeÉùL€¹ècÀoçÊôìÀË'McŠõZ{ÊwàŸeB†nŒÝ裆íg§ï¥3&Ø _ÒS¶@XêNúº7L‰:Oãþž¥Ï5ÅÛì¡@dbþ™"0ú{–ü˜¥!ÿ»È îËè‰K]ô­!N’aýýDÆH:'€|Ž ?œÞz„u4J½>ú\Å£JéPÃ:Ó©´oœO:›ÎÌ;Ud–œÏˆsͲé»ÃMà{P†úÒO‹ÆðhúI· ç†(‘k­(ÇõN´Û±©—¢} ëgÊüæ£éœ -Ã~­íqjÌ!ðøç ŸŽä’a}Œ1ìß ;™‘y¤¤# sŸ›”(hÛ‰œ³/ÃúïN‘¢ ç#N¦Ò8犌<àksŽ {œfEYg`<i¸àsqwŒ•×Áæäÿ²çé,äjò‰ -p¨¹ß~Ú—Ùìÿ,²g -æLɦüZœ-Š -/ÅÅgóâ"P#’_šô’ßKâÒ³¾èp†KÓ“Cg+3‹÷äúî”$ãDÓø1×àÎ'?œNcŸ*Å’3»äéYûʬ½¢¨û@YÐy¬N/:րǓY&u¾+Þj­G€Û«Þ.›Ð)Òó€¯*÷Ë:×ξì\-àί*Å™ºÉЉCevå!ð @Ÿ² Yþ@NMÚAzéFP~2jÂ?siéÿÓˆ þQóA_p©GŠ´L¿+•œ+9ä -åXAI84äc5—}6+.ÐMÓSuràyæs[>6…Bƒ7<Ürªb`tƒäí’ïî-J<¯aÿþÑ)|wçµÓOô;g§nwS7Ûq.[x÷_*> xXö ÀÈmèý1Zìþ8-Ô ò÷m˜7Ú“q±»RžáœùtBH9•rñÇ2Âð½mpßÝJ”^ÊLÕS#–»¨+íd?mÎûh‚¦&…팒#7úHþÛýi¸…fœçRÜ~ðÏ>àrÝ%ö×´ûkRÄ?™f ÇJMÖ:Iq»ãBúÞ¨ûkZ,úï¼8ÿŸyÀ -eØ70¸ÝO5ìà ;'GüV±ˆÿðéÁuôï™0RÀK왂žz$¥ÄŽ£wú±~ú!f¹<¿áD‘<ÐÕ)Lj„ðS9!âxv c¤ËÓ§@ k¢c¤XEeàsEU€ÉÞx²#È¿~§†>)`ÊÒEG /LòÈg*x0 ðêX€ÿ¤S91êdŠ -²=p4M‡üî¡\”².Ðdrâ®á¡EºŸÉˆ3 Y†µ0 5©Gr& -äÈ<ïþZâ - ý¼ 4g­›è­íÄ{ü_(ïìß=a|Ú‰*»út^\x:KÇþZ %ý®³iBøÙ9æpöÉ<›ö[#ÿÒdTT®ªsÀégó ׿qT´Ô3—ö@V±5ž‘q4#šCÇ¿&¸X^[)`ŸªhÈ£iZªnœ‘¸§Z+/—ë•%ÃÇê̲}ðù±’‰>RR¦ÐÁ2{òg﮼ yø˜c€­³ùÌšÓ¹´Œ}-ùHÉ!«y þœEvù¡L,º˜Í(>Seë'DÜ#‡~ y2EI=š|èÅ ýKÅ¡”óK“ß¾’Ýq±˜^úk–ËK=œ¢Äé'ÉQÇr -ôpŠ œ§åâä%ç€S€‡ã+w©Xø3%%a»ã¶Ü·^kCýXiÅ»-Õ¡íö(!{¿]ð·í^¬Ûj Üf¥1Ñ|©6öí©z*£B&‰' ?ìƒõ£äУ ZÜ©Œ™º7ÀˆÙæ£õR!ýh2©aÃöi‘[½†s¤½!rˆnï³Ý‡s×öb\µýŒˆ•N’ïZ'Úaë³;‚óÝu½7F -ÝìÃzÈ*BM”51o×»Àÿ ðúq¶á<þpŒÝA{l¤8ɈQ;Ãä°­jÐù„€ôȢ瀟ÆAž˜ ÅëúðÞ;Ýhg]ÚåXJŽú­f|Êa]¨y¬ƒqVêN?9è`”õ xû)5v³+ùÛbôÃ~/-âd\H¼ÍÙ÷_}úZv8FŠÜí‡;臓¾ý2û/µ¤èTù¯î@]znv`ýÁ3FþwA½PÓ‘'Ó”xý(>p»ïs"r÷ ûÄA69žöðñ‘œ9š&Ål¤:í‚O&è ìè&yÄõ>ZØÞ8!øx21ì·’…9›d$KiñÀKïÍ¥΢æ¥Ïçü ÃúžŒm˜oˆ<Ïúà ûnNdiLà v'€ŽÊ™˜óîŒÿ?jæhœ¶ÕrÛ•¢}.ÔLÂ…a½ ´óL%É;8WK -Îfù\½ÜY¨‰;`|¶ {h• k€~9UtH~>Ï+)I'rbôñ49þüÖ ðþGÀCìËìCUV9В³Yþ|–IøÏ‡¹+¥Aw€—Þa%/u“ýõÒ¬<ýTzææ-f¹õýDÉ&œÿlÈ]»Ã„-ȤGS\Âî;e¥‹v|âð1§“,”®ïs8õ?ž „žMÐ {LÏf%Ådz’"üäÅ\fí9èó“I.îPÊÅ쎒Ã×;S¾-µÂ¿-¶ l·ûО†õe½\À8Q ¹ÿžC1œÇ•ö{`=·{pnÊ’ÔË5Ûí¢ïJ3ÊV׃õÐõ1"×Úpnšº$³™âȧ+µÐº>œ§áÌúö˜€¸Ð€´ÛíÃûMPböA]ï Ñc6; ž†óŠÛ]´ Õ&¼£nµÞIðZªE}Ùî&zæfw@ý¯6Á­g+ßÍUÃ-ךQßõƒ„€Ã BÈjÜn¹ n«"ìâüõcÄ­¢Ïz;Ù[Yžø~«“ä2ÆN9#† !]öúaßwºS¾íõ"ŽÇÁ‡#”ÈÍn¼§¦i½?ÀJ\mNü´Úûn¿ãui{” ´ž¬ÁÞs ãnØs~$£Æÿ3Ã@]L³Ñ $ÃZØá$5ng°ÜƒtÞ§¡þ3/*ø¥b“ަÈñ§3Lì‘ŠŽØ“R¢µ o–ZÎsدš¢ãb-Ís"3Ñt¥9õû9àûseöêGP‡ãø m%HÝJv›kÁ:íõSc@= µDÏÓ)ö¿s|þ…üþ0#ÖàvÇ„Dý¸D´;"æh~ºAn½››´ÑM Ø_Ûƒ°×vþî %~Ý@¸>ßìâ$œÉ%YÀOyÿ¼F0à?7M%Úz»ïºÖ„üºX‹°Úh!z¬6Òý6ÛÙa+ Teì­*?Ñt½ï¼ÞFöÖ´PýF³cžn´áÝõ#ŒXm/ÁàÜk¥ a»ÖŒqÜj'{iÛH›ÝD_EE’¥4úrpýÉ8-΀³åFÄ>æ«–‹ÕÉfú¸³~8Åy»ç¿Ù+@l÷ `¬R¶ûÞKhÛå¬Ýz Öñx„w6Á†oÎÒ÷u½”`€g÷Nø÷f¨ùjC‚Å2жÔ/Ëx¿ñ¼GËuPë ) ½7ˆX1|§9îÃf[¢øÎ·]ÀÕûƒœ¤£q.pBÔþ`n§? »ÑËŒž©H±P'˜ÎU§˜««’?¬u íϤŒ”sÃÎ=wÉA'“ ØÉ½7„ž‚|k˜S:WØÇ2fÊÅ,Ÿ¼-uÔ¿n„¹=ˆõ]jM²ÞìÝE \k%ù-Öc~lvPÃö‡x(À!Þ[ݯ­.¢÷F+Ê~­ ñu¶*ñýBmʧåì÷ý.jèÿT kƒ{o·º±n›í†s¤X·ƒ|üïbcê÷±ìˆç³?“Í·šqN‹5)55Éæšjاf”£ú'Ì|®k p’´ÖΉ–—`­§ -`ïæ«Q6À{Âô£4ÃÙùH=Ð]/-l¥ƒà¹3hØ[%ž*øìàôÃÚn¤Ã6ðÛ=Àk4"¾­¶ v)ƒÌ؃.üаÆùïÙäÉâ˜ò¢˜ç»=X?ÇëîL2¹úq!eg˜´Ò‚wQ¤¼QäC_Œˆ"ÛÉþ7fŠb^ìíØê èGðÁÿÓSN&±:àÙ—ÚQv²Òègêò¸·›mHû­nœ§ál׉‚OÛ•rÛ½ŒˆmP;½ÔPÃ{Dæk_fÊRÍjÖš&ŠÏÁ˜€|Òv“C×A=mv Vš‘¶kÀÛjê-Õ f“¡&ÙþOf+ÂMwúÐ>§S|ÆÞ;y½çix¯…º8éíR-üóªA#kQ6+ækõ×½Nr€Ôæz#Æ~¥n­.3]z2šòhµï¡ ×û¸ [\¬![îb}ŸJ »7.Ž3–eE=M x0]}]õ6õi½ |ÚF+Îm23öY5àF#ÎçFÖçF +ôáL%Þq±‘è&/Jz³ÓCòÛêÂ{ìöÞýÿ2˜æuwTòd*/öe7ÏÇpr¤~„‡Ûh¥luRkS?MÄ<„Þâ‡ß‘Ä<)GxüÕÍŽ0]¨Á¸èzØqdÿ…˜ÅBàÜt€Ï‚èêÊsð<÷:‰«]b†¼’à´ÜF ÙÍÌ\m£‡Ërc^u‘=ÿl'ùÜú™ê|›àò2Wç¶Öóeïr]Uþ|å¹;€¾'éën/Êåh”v2ÎÃíôÒB÷G$Ý(ŸGÛ<üCYåx" fj®=i¾–›cÞ­5E¿Ui*cÞꇨ‘¥xÇÇ[­Ø¨à7WÛq. 5I“ùÁƲ<ÿ‡Ãi~÷Æ2¢ž ïäÆ~¹¶ZvWU&¼ëåùßê ÜèdßFÝï¤xÝjÆ8ßìÜC»?¿<" ³Ò‚šV”áld¹‘ÏÆ3BFÒCôqïtQ¼¯ £žU“‚žW$»Þ^i¦ùuóâL€å¸!Ï 7^­N¶äù?hÅÙ_J÷¾«®À»NdàÊi>;=ÜÀo?VjaçK ¦sÅIïd™ÑO'Ò#Õ%Øï½lØyfŠí45h›Ífšÿ|ö«º ñE]ûÚ+pº-/ -{µÙ‹[©£û«~¢,W›hÞ«-D×Õfô÷¥†T«Åºäê²è7ãÙÆc!U¥TeÉ~©è<_‰°R$š*‹ßNäĽèÅ>/G{]k¤øÞ]jÀ¸¯´½¦ó Ï‡Ó#º9Áw‡ÒCŸHsž* -Ã^®µ¥~où7Ó<Œwzy€Áðip¯‰¬0£É¼è§€^v±½n71\î -"?ÿÕÍ 4= E/×&[-VÝ«O²š-5Zk¶Tëól,ÃåþR;Ò{{”–¸ÕKÚ4]„0ÓT`l”…)æÊ6 _ZfE½ÙÒÞàƒæ«’¾,7’<ä%p‹ñ,è³é¢äwsuDµNf„Ág §Þ[¬GÚÊ‹afòBà©[q®S…ÐÒ¬ø—s?SÌ÷ šQ‘úu@ûf";Ùb±ž0™•d:WI°›,@DMå&¼œ)EÇ¿¦ù¼:™|oÞ£“ø°ìq}˜pw*;æ™òg¢Ùf'Ü^?† Ê ~[³»:‘Ÿd±Ú–A™©¢z ¤Ç¿i%>i%õ³üî¶‘ÿ^¬OrXlŽû¸ÑŽñ>œÈÈ:Wð‹ÕQoû9N7î·Õ%aOÕáÆ3ÅÐWê -„Õ`V¼U¯(ÑBןF8å¢vûñÞëõ°oËU0+MUŠ…ª,ør¸«² -Ù-Š4›*N²:#G/òy¡4úùbEüû©¬èwŠÂ¤/ýBš~4©íæÄ­¶ —šΚz˜¥êgüëÉìègF“™Aw©1s °ÏÊø'y>Ùa,a6{­*Jý ú‰³iÅ?ùnr©›h£ëá§*+0ßzŽö~üÙËs¿ÞIõº©.€}舾Nöûxiûüòf;=¼‡z·ƒâ~u€ã}c"=èN7ÃãVÕõÎBu’µöãÚùýU©8Åç\*bmt"ìæ«ßOåÆ<ía߮Ÿ]J‹xÜÄ‹4Žw|ÿǰ úÃR#Ö}Pùb<#ú4#âYÁõ:è®+©ï/ÍV…™Ö BßÕÒ|MV[ÞËD -©Ö–Ê’˜ƒ¿ÛØïW*`–—ÞÆ?‰þ+ˆÁï–üç*ÐßæÊá—ÐßëP_§‹`fuXû¿ê¶W×6WW#¾uYo£†-5ÜÖZðΆ9µ£|Àñ>PUñ®h²Ö*„­4s"窰?¦‹“?Ì”&[,Õ lª0¶=âЗ¤³¿©þo·Ú©A£"÷[>FSy‘/;(žw¥iîVk,—ªÂ¿ot‚fê¡f[Ý”ˆ-- ONÂÞµPo6¼ÿêcÝÝjEÚmõá¼:3üßPƒ^_ÓÔÑÃdEè¯ýiaÒ|¬Ô¦~_®G}W–$¼VA_ÏU¦~V”Âl”¥©ßwûÅäÍNAÂR=Ö^QóR]cÚB÷½“ks¥›hRLò}R‚õ5^<32,'é¥4;êYËÿn^‚Ã_ÌëKã fDÿ7xïÏÇy¬m#éz¨a{ ·lt&Û*K½ŒKœoˆ<îÍT§~/À¿&x>ÊÃû®¶ñ“—ëÑë —kbß©JÃ?´Q¿ÞP—FZìÒ¡³•p;U~ìëÅ:˜Ç\MŠ÷Z#ÚIS}³T¶,L~Ç þr5?ÉÝd·‡Ú¼°ßTvðEnijå:˜Õî Ö{¹é$Iµ¿C4¿ª¨¹®-Ï9“ó\™jÜÍp¹£í ùêúø¨.vüN¿µÑ'Âkšp £~ÏŽ~:Ä÷»=åo¾<ò•v˜Ú™ødº˜°Þ\È^¨å‡M%½ÎŒ|Ö-ˆyÕ›3m †¼+ÃE f fkhÞaO¥AÆòâÈçêâä÷‹UDûáìÄ7YÉŽ×Ëa®À«° Ùñ/&3£Ÿ© -¡oF„þ˳"Ÿj*’?jêQßÒáÎ7YA_ÿžÎEžËDœÕÖÔos•) •hàÏRÍx¡eÙ‰¦u¬°Gž/µÐüÞÏÖ|ëh¾wJ’¿þÑApý«‰à~ígŠÝ_íû[+­©v¼”¸1Ÿnnv"4õHEI´‰,?Êxª0öÅXfÔó>¶ÿýa~ÐÓ¥´SfªÛb”Ð_Zˆ,úè–ñð\겄·cYak1ßnô2Œf«â¬˜O×ñagS’œí^Jø -Ð&y~ìö ÷û‘ÎI_¤ùÐwCyh‡nqü§õ6TSGpš¯H±Z­GÙ­6a~¨€GëçÍþD8n´Ò‚‡ù¾w«N+MôðùJŒóv+Æë¿“ôÔßT¨¶#õ‡²,ì•~ƒÜùM^²š­ÆýèåÇw1Ãî« -ÞèºÑ.ºaœÿ`Aøfˆùµ™RŠ×Xܲƒø÷ 0Ðx¡,ÑàÙUS‡wÝé$nw|eQ¯•å 6›BøB-Óg¡k;_›òe¾:øx¤ãHvôçÙj¤k%#øM%%àår Ùg@ó¼“|§‡x·‹ü¨™ú²…i9U…rIñý|ÓáÕH)Âíñѹmx'ðsꊘWªâ@ceaÐËù -1z©´h»›áv¯.·‹âÝA -M÷{,Íð8ò¹×Ïýq«‹þíÎRÔVÛKðkdx?͈6?‘ñIÇ2n³à=™n,/ˆ5íå>¤y½¹\žêòxªá< ‰û¸;ÌÂjÛ±þk€¶:^mHçñ¼ÈW?1Î·Ê îF -8ÿ>I"È7°-Ô0]?>|³;Õm¡.éãTaØóÉÂÈ—[}¬äézŒ“¼2õ«¶‹³ÞB ^¬Nú¸ÚµØlKþ²²­¼:õÇZ›€´Ý›'Ö4¢¦ -°ŸºxÆ5Xë“q/v:(¾§Ò4æá˜„¿Þ&‚-·a³5GeYœ©¢ üɈ0úQÃÿf5ÂùŠºf³ÜB ÍJz5WNóÒTÑ=«Ñ¶WZH®·&2£žJóâï1V—¡ìt]|„~˜^ªCØhÛÑëí¬XU ÌL–ýd€ñ¨›þ “ùr¶ç¹ÒœŸ.!9I³“?K%±/FÅ!÷eá×ê`_´½ôˆñ”³¬$åÇî µØŒsV×"l4í”ÐA6\݈ý1,Šz8.Žy2ûm=*‰x"ÍŠz·ÒÄž.FZÍ—cmךHîkM8§Õœóz3=i€MØd§ŠSíŒ@®r>Wdì Sc×@æÝé!úowã=t}ï½~Jˆ¶“!+F;ô§ÇØîPGsâß6‘®ˆÝî,Ö‡¿ì¹ý=–b´T±:( 1¿¹T<– -©c èî!`³f¯© y=)ùqc¶<êÝѨ€<|Üx^ÒëÅfŠ×dôå ?ønÛóvñÛ*²ýƒñÜàçŠâ8SU)( æô •fµ×' è:é¡€cô(¥úpKMU¬ùTnÈ£¹ò¤ÏKM¼ˆ<´ïÃþœÛ­>jØZÚq²0Îb®2æÓrcŠíBMœ…,7ôÙTEŠ]ËÿáD6ô£º -ç°Ø@p_Ùb»—<׌uíÏŒ7ïàG~8ŒßîgÆmö0c¶xð0– U‰f«M𯀟ÞÊK“,eeIŸÇÊÜæ[ñ‘m¼€×’ðgKUÉßךà.Û=ÿý! -L?B -_ëHµkeºÝš«€»ì±S6;ðîË È¯C’àûâ0£!QØ£n÷Ë¥Æd÷Áœ8;q¼ýÍÙ& -bµá"þw¡,É|Tð° åøgÉë´ ÖB °Ëþq½ð$`쎑â5 f+-”€V^Ò^oqo@€YlÆ8.·â}¶ú…¨•&¢ßzÜFQm*Ë -{ -¸ÎþXÊÃê™qKíT_yÅ~w0'}g@DZoÃ{lÎÚ6'Zï'9mõ¦Ú¯^Ô§sV@îU”3Ý…$û™ŸØ¯Óyño s.ËuHÛéâ„÷3Uuͧ;7ɲžpKž“b¹ÖHöZo!y,7aê¿.7AAƼUäG¯5ƒWÚÉ@Çß ‰Â_ ‹"_Œ‰"¯×`\ulèLÖMšû²Þ’†)ÂÙ• 쯖ÃmþKx²Ôˆ´ÛégÅëÀ5Äoöà&ظCEFÞÖ˜„·ÔAQ–¡¿«¢m4åu1âãV3;n¥‘Þø//Š~»ÖJñíþ8,ö{ÐÏ y4š™`:SIv5½7F=šðö&xdÝp~¾~L’¦ª†”„ƒ -}8&ö¸½P’´a½Ù™†Ÿ«Ã»MF>[¨‡~4¬Szù¶ÞDÔ¶ñâzÓbÞv³ƒ?ì´s;ä\c’Å&ÈÌZP{›Íx·Ý6¤ÃNÔ.Á_Ó`x¯æÇî=šú²éö—¼$òíPvܧ~ˆ©ª4þãþ > ‚zFªÓƒ^ ,ô` 5WšðVžüxPèv§ƒýãÞBmœÅNÒu§‹>Û@ôJG8ÜëË÷Øb&MÄ¿o¤{<îù¿™.‰z§øöZÛ‰õ”–%~oú?Ûì£$~µ­#ÙÝìå9?˜©Šÿ°Ð’j»Ð˜úu£ã±ÚBãò~®†¾7’%ZíbF)KS¬f+S­»…&­4;kh·™ˆ7^CŠKñ2»7]“ê¹7ÊLÙì$ù-·âœ–[0N3 K÷<7Òœê@6ïËKvn y?Z©Çùh»Ó‰ëÝÒz7/qwŒ‘²/£!vÆ©1›£ èÖ¨€XCóz<™i¹×ÏÅiû„„½NŠÜÿDFnõ¦8­µ%ÙÊy¼_óY »cÔÄ¥Ö„/‡²œ’CifÖþpi£ƒ¸øhœ÷|Ù¿„âúhJ·Ñ5gâ·Úø‰;ÝÌý=a© f­iDØ®tpc gÖúi1 u)Ök ð¯3¥±£>î ã‚¶{iQûã<ìj7;z¡‰¨iÅI‹1Ÿïþ¶R‹¶+M|0ÿLY·“V ¿½ïÕ“CŒ—êqkmüøÉâÔ] ‡\ŸûÒÜзóåPÛåz¤ãN#r®‘ä9Q’ôN×ÏG¬µá<¦‹ƒLš©wºx¾+ñ?þªÆ;Üš«¤…uåâm ‘^7‡Ò¡6ûLÌ‘” -=¡Æi»q¾3ÕP3UUè+C[d,øZ9PÛ-Dlgò4ÍÌбŒègí4Ï[ÿ]\ïGX›«m#iܺŒêõ°“ç÷t©ç·ÞB } Óñº~fòbG¢ÍZ?ÚwgDÌØ0—Z9±ê*‚7ÈÑö‹åP˃^¼ßN'Ág¡i»Ô€r]i&zi»x°ÕvZÀHnàãÉb¸õJ-`¥â£à#öÆÄÜÍ.|¡ç©È)Ý/nÚêç"45ðϲÂè£Ù‘ϦK’>i{èQ@'c³B_ôü¶zh°õvf´¦ñ}ª ü¹¢$îÃB3Åg±…µÙ%!¯¶0£%ð/K ø@€³°­^R°aa¶ -úq8+äUwšÏýÕNœÇÎ0·ÞÇL”W#l ˆ(Ú~z¥à­®„~Y¬Mú¤©O°ZëÅzoO0akÀä-7b\¶;qº^Œ—¦.áÛ€Øß¸…ár»“ üAnÄËýA>n,S¼9 ahû²9 VQÔÀ…JÄ'YAœùX ìûL#ÉGUCð8Q¤‰×;‰¡såÈÏŠÔÇ¥f‚Çf?1d£—²ÚØã+ù6¸¯÷Vš™ô}YqëÆh¶dy€ ›kÁ:¨êß·FV¦DÂÙ6j¸›™$íýc{,»x¹WHTWÁ?«*âßÎ×G½–—‡¼…|8‘‹2õ“âìi´ƒ¤0½43G7’ÎØî"·{xÉ«ÍÌàÅzº—²†âò“øt˜ƒþ²ÕP@]©ÅÍ”¾Ï•’~,UQ¼Öši![BäÆ(? 2/ð§ßw{xðÍvTÛÅéØÍ>vüf/%t¹™è²ÒDõZjáEüÄûý="I~?_F²_¯£ùo6±cV[Iêj†ïDìí\%É{¥KBP6Ðü†³“^ d&~R•|´í<Ìñh:w£祩N°V–F¾RV$Úîãë°“yáÏ[é~OºÙ/EЯŠ" ÈLYÄ>ò}~¢÷E)î|*3ϰ^´Ñšl½Ø˜l5ß„òXï$…ޱR÷ÉáSÅá¯ç+ÙÁ«=BU-'dDÿðø£:¢×ƒv†ß£nnØûéb„ûÄO¢“0ÉãAN‚ËÝ“q »—¸<Åa¥ f;Søi¹í«a ´#|ìz/q­‹5Ô®O€^ØVÛ’ü}½9ñ‹¢(ÐXšëód«ƒ±7˜ÅUV±¼ü>_GÔ €^ó‘«dÿÕ^¢ßj?)`kœÔNçV®Œ”¬ô¥a–Ûéasu(‡¥Fœ÷V3ÙðäåV¬ËB⻦ë±;(bÊòR-äy ¦ê¢dë¥ZRÌþHkk‹TÔ`¼3Ã_®v0£ö'23õ2IúZ'Þ± ñmº j9”òvª,Ú~w˜;[ï¦ÇMCßLdå.M©ÀØŽ¤G?[©…ÿXoÅEî ò)º±4ÚV7 à=A×ËI^¬I¶ùÝéæúÜëøšH ÂÌ7»á~†w¼ê~©•¡íÍåmô¼v0CÕep‹vŠçA‘Ͻٚx³ÕV²a/¾¶“—²ÚÀ Zªe…oî3Ûs’•F[KË"-ç»p>síÔDU6A?šQ´?S¶fÀÈ`:g¹ ÕIù¬#¥8kR$T·|…)ÎÛò#vU’ŸË€Oj×·¡ý—;‘¾+]„è^JÂá´¿5ÊDJ+>¬õüWZI;¹iëÝÙŒ¥aœü'ÞXÅç=t”É(Ÿl6ʧXtÐ0fUˆøGÉñwÚq°Çê,¶Çr'PQŠþ6Û„qPÖ!¾¬tÒÁ8g 7z3¨š6qŠºž ª¤8(KhßçÊ9ê®ûX&å³8Öõr&êþ¸˜b¹R•¹RÅ žÌ§;ô±Ñ¦*1Ér»-‡²Ð&N(À~™üIvÕäåÏ7q¡ËÀïì ˆI²B¨é„$ø¦,Á|«•5S‘6.![Îä3핹祟ia[õ™ˆ¥²ôØÉô ¯nõÙƒ`¶Z*Ž_kÄ/5`ì6[áÛ½"ÚÖPiÓÖ@WÛË‚N'Y ˆBŸ¨ËD³õEDueFÌLËYS™)…ÌqÜ+S ­Í4ôË:TÊã)Ís³)=u¾õ}®6Ùzkˆ¹;ÆbîOçÕïMçÕlŠèÅ Ÿ¦~¬A^Ú ä%(KE~«Å*˜åZ=ÒYÛBŠÔur ë b¨,‡c?[’ºÝ\@ÛnÎÂ/Ws‚F%1Ï ÝŸ -tÓ¹µKÃbê\'NÓÊ\ëç§î §‘õÃ"Êv/®i$¸,”§~Ün§øéèÕaJ 2ôF5:âÞT&Íc¯¥4o¯;ª©…SW$~]kÇCõ“9åû“9%{ÒŒôÍ>NÊF#no\,Þå‘õRq­+ÕEÓ˜d§,ƒšÍÖ¬æë‰~y0_£RD¸É¨ˆôq¹–›´×“›¾Ù"ÁΕWªèÞ;mÙÄÙJ^ÊXf’ÙJ#Ñw­•è»ÝÏJÔ sRvú‘þý×'<—»êjÔÝPn†#‹ Éb¬f+h‹Àã-6\çë)nêrªç ùÃ/ùýd>ÙMV„³žú ý -Œü /³Ù— 3g úNfr–;IQÓµH§µ‰`gª¸s_™]±¯àçÛPžCùѯee1¯×{q¾ÓibýtfÁZ·®©£žNTVMäotÁ½§~z¿VT‡¿[ÄùîOsɳuU ?¤/›þ­šžú ”ÿwz|Ð_oç?Rì.…²†Ø¿~yùðoÈkW &ÿ ùöüÁ%JÀ×ë=üx“Åz‚Ï©\À>V -Ø+ƒŒ˜¡ -—ž"êçî‡.úe—ð¼œz_’yîI÷u½$ð÷¹”ö§ ÔçÃ×ñJ˜ã_L!>fo.!¢ž ƒžô§£,êØA«\˜ºŠâ¡®$;iS•ÂÀ Ͳš†yUJ@>ÌNL¾Î ¹‚uw»œdûõßÇýŠ(ÔíÅûû•¨/Ÿ/¹¿{ qxe qyûµ7¿TŽŠ|8SÎ ZmKG­÷dsºÄhY5Õi`yª4;z8;Í¥…QO¼WOH}ÔB%š×ãQ/j±I “#ï&»Ù^6úòòÞˆÛ›—Ù!î7›X ¯Fò1N@7èºiq[ÆÄ¬ô3¥åHëþœ¸š6zŠn4S4ÓĉèàßôðP/‡Å‹Q1ÖvP€¶*Nõ¿Í u½‚ór¸êcñî2ÖÍî:ÕÇþÙýûŸÓy8¿A;ÌÁoM¤qºÉþšNœ»¦ m|“çr?q²„î0šÃ°í3mÚyH³jRäóô80—/W“]\¶35¼3º q~óì23ÀÕ¨œô¦Mã ®ÁÄì ±[üày©¾ØFõßâãö&„ÔÍ!FÌtEŠå 8áÙx6Þf,“ô=#.èÔöË%˜½í%ª×U¬Ç÷«ä§ëŒ k ÝW\LŸ^ -³þx ëër;;Öž¨Q7‡%,M› ~¶ë4]µkA{N”b¬å5t·‰2·n Üô':êV9‰hjå®86ø3Ô÷†—å»?Œoþy .£[× ¦î@â~XþÙ.Jr>šžÍòÒ·† ‘ʺ(ëÑ ½œÍØ‘I2V—´ÒÖûHþ;#¬ä>j±?ÛHOìÍA¹IR_püþÎŒõ¿‰÷þq'ÎÞêVz‚·q;;ðQ¯0â…ºz¢æþ³žÞ ìàCAÜxWʀݗ ã®±b®$xy@ܬÌ!oïAžß½yÿè!äÕ£{×þ„<»ý7ÄÅÌë`}©vwDý|”¯`ÁdMi#/°¯TäÙ”A³(ÀÇÞ%‡_ãÄ„^y9_r5jõ9$ØÒkkqxûbftâýñ5Äæý3È­kW!îïA-ÿøp)+Þ릴ûy$þ¶‹Ÿüd8÷^^ÆóêËãÛ—ÓiϹ °èàKÑNN`›o;SSÈ«»C¾>~ q}õòÅÄrÿÖ_? Ƚ¿®‚v߂ؘCÀ8þÑÉI|®('|S7°ýÕ­Y¸¡2¡_{&Óª„€yú“ˆ5.Ä"î°"C®Ä;Ú]ò·ú ‰´þ‰³±†ø´€X>1†¼ýñðÎÈŸüyuïoC_@„qÞå¡­z°«#ØeCògiЀVÒÒ€ˆ8^Ç lÍ"›àRnÓ® <.¡\ì!·³OO Aî]»¹û×Èë· ÏÀó¸|0¹š‡p7/Jú°Ü…u›mM±Yî z©ÊQŸÄïíô›*:üAz çïw%ÕÍmû âûñÄÒøäÝý{³÷ ¯ïÝ…Ü¿qríÊåyî“ è÷ÏOþèO·Ûqô“’Œí1moBÄù¹ÞC ›©'»>aâ¼=þ$xx_Ž´¶X>|ùðà>ÄáÅ ˆûÛ· ßïA^ܹ 1{ôbtó&äÊå? ÏÀï¶„°#½î䑾Í5¥'.u”fmæHÖûÄøÙVNXê}=f’‰ -¿Ku}ârÉÓÜ bñØòõ™ ÄñÕ+ÈSp¿ÛW¯B^€ßxùàäÖÕ¿ æF!(OÇ?Ûx ¦£¹q¯çê?ö¤,üù¼0c_™ž¥î䯩ZùѲjŠK_ê]‹ù®¶È…ÅÜÃûxþðåÓ¥à7žƒšpüÿÞè>äËû ¾?™Càî.WHÁ®OU"\W{àŠ.¢>ƒð¦„  Â$Ü`Ä'^%„Ç]Iô úÃÞâÓ¥GwîA€¾}ùà!äÝÓÏ߯B£î`Q¯ú$E9æ«vˆ ÝâÔíi°©–Ì”ªÜ˜¦Ü4ûl äH¿Ë˜ïKH_ïKáŽöO/žB>ƒËÕüäÛÛW`Üþ}òâóùã%OK³?¨AÎ÷Ëñ!&íü„ÊzºÿD%ùÇ@éÓP.ëÛP!Ï¡’‹x^HÆ<Î&âââ®;ZYBÌ, ¶oÞA^=0‚ç4œùá‘Ääþ}Èß^‡˜Üº ùñòép³û~"eú©ëxA²Úôضl–mc’¾ž‰Hº•‰EþMŒŒ¸ênõ òÆø ÄÔ™•ñCÈÓ··M Oî܇<ãebd ¸ÃâùÉŠò½Ú+F¿Yéã&¬ °¡ªœ£¼<éãj/=\Ý!ˆ®áú5çr¿fˆÆI>8}2ƒ|3}ñ·ü±xúôñuÈí?ÿ„¼12<øû.äýcˆ·µíe«ÏW2 eD÷õfìB És®ä"/#|—•Ò~4ðð¯ª8ÄD⨻ۥàïß ÖÖïOV “§¿¯\…<¹qôÇcÈS3Èý¿o¾¸q7{w)Êùë~´¥¶Ÿº+quÓ"þŽT@ÖŽpóíTÿ¾<ø›Þ|òçlLÊÃDWç+a_¾B‚,?,C,?øëÀáSÐï nþ y ÚýáÉsÈ‹‡O f&/!qÎ.’‚½†ó¨v3uÂðåŽâôœ,E5Ý{²Šé>VIu*e¤ÇJqöŽ”ƒ_3æ{2hKC¹93é¸fîµ{ ãïý‡¯¥Å%ŸV o¬!–Ï_@n^ýòôÖßàwŸ@Þ?{ -1côåû%FTøÝ,tÄ»© -¤ãha”ÉX#?¤%‡nٚűiÍIw«¦ñÍÊô§Tþ»,4û%.~;Ù#ö&.v‹¸WÏÍ÷íÉ©ANV—3Ú ¹‹=”Mù6Çs²V‡s3gú2ýõÂàö2ŽCC6óSc•…Ƙä O ‰B3V,Ù$Å7å^¢Oì-rxäRPÀvHˆIk=”Ç W7PügªáV D÷•Á Îb[ÝžC™n)¤6ä¡$˜à»¹è¸gm¹Y~åY¹ ý %n„ ˆ¹žèyÕÖÜòîñ=PË!Ïï?Z;^¥‡BŸ–bI6£éáòJ–÷b‡ a¥GBXî’঄P &äAZ¢ß!Á¢#óµLÀ3Ϧ±M™ÉøGAŽþW¾¾µ€¼Üirð›©%ÄéÓ×Ëî_.‡¹…^N Œ¿&@¤¼j`>ÉËhΛƒÌ•.A¢¶O€ÝIÏÞ—fæne¥/åGšrSò ýÓ)¤çI‘‘7œmlþp3·†¸q…˜¿4‡Ü»yâóÅù*&aÌ„ͪùœoí"Ž£²6—½Ú[·Ð.L4\+Ýi¨Õî4ä\«1Ù˜O,û·d3¬óY¸ÄäT£8¯ «!Ž^—­ìÆ_€Ú}¹{ý6äýsKH¨‹ÿø˜q9=ÍOÕ”Í]íç"W{™Ñ;bÁž¢ }_™Uº+Ï,ZäcF꩞µ\ß*>ýu1™ò*-1Ùˆ}qz×õ«ý_¶ï- ž6¶_{§ËŽžWÝ¿Ù]J »ÎF¥˜tçÓ]Ô ièµÎÎZOu¥W²ÐÊ+Á~’U³üfºrh½ei9$˜1>Ì线͵(w—¿0·ÃÜ®[½~ ùòÆüJ´¬Q _àH¿€«LhÊ=1÷¶J@¶*À~ëE=’WÂõÓ’ü}…P üaìú˜²2š“9ÛŸÍî)å8çP1 1Ñy~¶¹äni‰uõ‚Ä{\ñ¶³¿jõú $ÈÑæ2.6äz6aÚ dºMÕK0K=iØ>~sB¾8P\¬f¾+Ÿ5ÓžG–×°½ÆJÈ6-bôûJ*ÌTUö=ßP!Xh.b¬uç°6ú³x+½é„¥N!ls8K¸)-Øe® q‹½øò`:y¶/ =ÓŸ†Vte§ Уå<ñ -a€²½B2ÓR›©n­L“7bTuùMËw¯OˆÞøÒŽfp×ûÙеN>BÛ•Ÿ­í­j]ÌÏ›ïM'jú³¸ =™U5/P]-‰QÔæ§ U%4Õ‰ûkjèmùE­’|—J6Û<žx·‹}Ù‘6ÛTHÙì/ÌÞî/ÌßÈï Iº !yw<·=œÁŸià„NUÐÍ#Ž÷kï95 ‹õ}Ó%PÓÀ)­Þ)b5Û–Xu!U;5¤0½ -: îêrI{xyß.a‚öV°éû+˜tDZؾŠËsIY-¦VÑÖ„ Ö+ÞmwÏût«¥^9±Þ'g-ÔÞñËùg~‡OÅÁºd\bÐÐ5ì5õNï©ûFTÃSûб©}Y}s˜nòjwE]›ŒQ1R‘ÇóÔÈeü·Fæ«=^Ñ«$Öø4LL`SÐ `~¼:.^èXCl<5Rá%µÑ!¢×JºÚž³š²nÍóÚªwåBãF{ë–Œ\iSëwÅlhX¯[Ý·5w xÔ˜Úˆ¹}$¶5¢ZºÆ] -J ¹Q »´Àܪ迊‹9Z%•Z§ ¿yd4HP×3²3‹|m®½±3MÒÏ£Òw¥T¸]É¥ÚÔú ·ô‹ 8i9jêŒ*`ÙaqKŠWÔ’|(lKñ‰IQ% –3!'f.3¤g`lK gGs5÷­cE?è{‹‘²Þ\ب|Ö zŒBUÔÛœd—ѰÑíAyL/èjhˆÝ%pâ7ç i{æ%Z~¶'˜òš»'7j$^kòØÄãGô2€3Mû+ýp寛Óu÷ý›l–»gތçcáÂ&' gÀÃRcP…-óK1ù6!øÙÁBóÃó=þPD38Ïä#Ó~õàdPEù%„"Ç -.kstß-Á–ê&šŸjAwìKøl×:&; "Õ”øJŸVS[BJRU ˆ»˜iX3 ®Äsàx“Ëtªˆµv 6×.Â严„Jù`Å n想Íαˆ¡& è yD¸<ÇRóoΕÖñ}í^³ms‰Ò(dWÿf[D–Eõ=c!õÀD@Ù?䕳[cå7¦êïÙÚlkÄRI"[݃,÷ˆÛÉ@ÑŽr¼§UL‡©t­6&nŽe\ (1õQ}× [Å#k'Ú^z xHÝΫ»z"ÊvZPN -áY6$5fâñÂZ7Î1n ì‘P|2*(¤Ρžö*p€„½p -)åMÿDHG†­´¼Ø_hKò±ðXƒ­ H!ÙgF2òl“ß|F‹_ÙÁ;± ŠcÛ}k.C÷˜Wß;æÑtõØeä&—”PæU0ZB:6.f¦#ÿ>LÅkÜFtTXÔ€©?³ kb|W†-«Iõ±M6Ý'§¶†â}Àöx}[Ùœ?·è„ ‚Pa„>5@¹EtHDß94wŽÚ”äºÀ¯'²Û³z¾Û1ùŸ=vÇÙ“2ZwVªï…ŒØÆ¨±£?fêè‹Û;N¬]³@l±"À|žhiЀ_z¸X{ïp®êfDKiÛ_"Õ['aIžU|IDOC†¬lvl¿cêØ*tiÈâÂÛÛBdkh³{òpƒ\ëÝ€¦ê Sc¼f3 Àsf*^Úæ^E4¤f—˜Úh¨º¢é,øÚ:^ùKP‰*ôIá%'2:fî1-"J–y—]24ìt·{Ù'Á—z¤èü2s¡-Ó£$´Æ,œî“ý‘C×Ñ5E/¸ìXG6¼³p8^)®$¬ Vúe¨ÛJãóHÁu»¨1íd‡É‰üæQ2ZæÎá¹wÊ­æ`\R\±g½5Á·~f_jxäAÓÿ8àød̶­ zÕá8µúXÝ3tjdSâ}}kˆûüÅÎtó=¿ìc_ó]Ç2¥È)Ĥ¹EèŒÃùÖ'¶ùæßëˆô3€Þ‰î²ù§›ü®ˆ–;æî÷C.€Uø2¿_T‘ëW™û³ 7ï,CQC÷€OÊEø×Iåö™ÖÇT橊ñIxÅ6u Stáhšq®ç±C -Ü#f4±Zïa*|r2$¨æ’mÒnªZxq°5÷‘KÄa¸e\¤W-òÊáé>9"Ë)jMq¬Ô'¸¥Ø’}¹lsóÚ%æRcæÞùxv·„ õ¬Š]+Ľ©ê[öåêû>¶T;ÒøpkšUõ Ç5`HÉÃ{e´¯‚\ãXG¼ñÉÐùñþ´À{’¾ºÛ@n—Ætî±¥½ïÜÊb±µ§F\ÉÞ=ðK舳ÍÞy¯’‰´­3}šžGÙÁvÉ™( >ûNMzœG=2Tn¼?A¼g·WŽ+j°Q tjè:ÖãV" æŸî8—1Ù'&Þ æXO¨‹éHÍñû|N¾ôØÄ&¿ÛâòbH†S†,Žíö+=%ö«H-¶ÕÚÇÎ Ðëˆßx¼EÄì°ø µþ`•X3·ø4 ð[ñuÇZ1``X,Šj‘%a-®j’AĨºï‹¯ a‹\’¶\—]âV  ½*t^Ô@Å6Ûû¸›q*¸¤ †K95±È§&øX‹.Û™(¾²€ð’Ÿ~ýXKj ª8ø#!>Ï'÷º!c¢&D±c ’¼;×öjs•r° -O=Zƒ¾qKñÕQÒBúö® a`%ºÝ9Ýá÷ŸXÇM~·OÃÂZçP)±&ÞÕ¾ŠÍŠiyŒ°†Gë™ø¨I0v¶Ûµz¾Ïí jÉÍ5¹9¶5l˜úfm2Ô-#×ý¹K!ý½KÂý½K¥üßoèÿö8½N) Ú|saº-íÊ;%¿ëÐÏ¡õÖWž…ê›ûC¥—-=å—Fï;–QéóüŠ_¸åϾ .‘«Oäí¤s {ªÅx -/ôJ_:—JùÃHÄñÖ¯¡ÀÞí°;ÃFJ›K‚ÎwJ0y~5¦0¢ÆV„dèJ›ùÖ.äl3´Jß21/$"{—ÐiöYt’o x¾‚ÎtÌ5=Ø›(ÿѹyå“+æpU5Z³}P¼·„LۛæyVYuÁ &(¨¤Ã\rU<÷N óg€®‰éÙ€W$”8Öqù‡k¨4çˆeAGÄÀašƒâSw"ºÎ®S-©éTƒÌ‹(@‰nä•m–l[jKtK)õÆ1t’WƧ„u]=! ð:ïß%AXæ‰=ð7wgµ'¦®‘ˆ±³7 %Ôø°\€ÿÓ½’¶7€[BÀ<í¬1@|pê×òކ71sß\ÐÐÙë´“/ÞSEKu®·¥´tÀ瑊)®5r͉¡gâðzQm7¤d!ýbLñáäe@Jmp®àóæqy_î·¾ùÏN÷⟶! ÓP~@‹\W¶;MÜœh|1ÑÐÁ펡#ìX!ÿg§cìÏÝŽ±¿öùÃÿ9àGô¨ªý¥–'–™ÖG¶e\ÖÑ2:5¢bÂÏ QQ³0¢¶×ºžâ‹Ë¸´/çñ•Ö VÙå?+: -~ö+ Ígó÷Žàt‹Íôk˜È£ Zc@×5Ûì™voà«¶Æj~Ù«ý9"|š™Œx§%µºç!ɦ®üïÅ´ì¯÷gZrNLdd@Ms,C’,Ìhx4¿šO -›™¼ˆ‰ˆ÷'ù ÀÝ(—{¶E‚ tŒWEp‡ ™ø3+›unaÑ"hŸòqZqnœoű›Òv(ªá×µå´ð¶ñö±ŽE|#l4AVÓZc -ȳIôÈ9XíPË“í!DÚ¹ªƒ•Ò›Ã"BIp“s8ÖxÛÄ¢X²7×–<ŠKûŒï+?À·Þ JÝÑ|[ÂÞ|Ýë|íÍI‡g~ûËÄ㈱µsÜœ+»óà¼ßw»æN69l o›@Žì-4>Y£¿þ"¾H3ˆLf×&\vͳ½BBöV?è–¹»êб³âƒ ä{“ à+×|óï±L9M­ysçãXÎM¯ˆÚ쑲ÐA%£-¬$×{Ö¡i;Óe·œk ÄˆŽNðËHmvуjR“_ŽÎ«àY1 ,+¨€¤í/Ô>Û›jz’3qAmÿ´[At :ÿD…«ˆÈ‰~9¦4 Ä»ÅèLÛ2*U7PûÓ¾•§çZ'›^„ä”:ç -âµ}üÐ è½è®àDMÅ´”¸¾f endstream endobj 22 0 obj <>stream -yŒsÀ+Ä랸×ÿf¼÷Á¾È8 ÄÚ ã”PQ¶ b­е1‹P’<ly@Nù6HåÞ5L.À×YA)_Ñ xcÏhÄ,ètIðN.ÿ`úLÍÈù"´Œ,:Óµw†L -¨)-^ | x™°‚…Œ©ép·Yä£J=rrý‰QÐýw¼fî¶`èÜÂfD$PP Is‰[lË-OœkW®5X’W„ÎlÊ=«˜,Ÿ”T~›ON¨q¬ ²ms7!-‹¸µB¬ÅU<ÿlk -]~ní];Þ ÕÔ6¯]àŠ<ªôÛ Û6ÿh_b_#×9€±j;+o:Æ¡Ï÷†ê8aYÞ BåÎ ô¥W†«;³òzOwôˆ[P#ó]²†WNIÍ‹ÓMLÃï;t¢GIª6O6?÷™Û»Ã€¶?µvŒœï F¢&8¨†fîÏ5>0Vß -阬ˆž/81±¨Ç&ɧÁ@O­t湕Œ|p£} úz{¼é¾c_²µ€/ճʼ’‘¡²§=ªåc -r­_Ait¯á²ýk”x­¤kõÖ·„/Љi £Mw3M¬cµweü¬¯ÜŒOM—ñźá–ÇÖaÈ#û -©Þ!b€Ýë,hÈ·ßuív¶BÜYtcVx -ð¡ˆU,Ž €æY†§+%w6›ž¨@÷˜•O¾sL  ÓÄL-·æ’ŠUü¥‚Qô•APpXž5Ô[ǹl–]}7õá…÷X…Ï/%l¬SB®´e9ÖÀ¯¶§Š2 ç\ö¬·¤ì.‚_+; -J1¿º'¬çùÖëŸ9æËîìŽg^Ôt$¶7Zu+,¦4º6XíDB|󙆅>Qóh> ±Ò¾„L±-À€XÉ:œ?wVÝÁ—>úx—z!xðÃEôÛ½±ú»GU¿z…Mls•¿îÍÝ9ÖâZÃJܳ†È‰qï—ëí«°¬È&¶ùØJFGîòk¨pýxó£ÝDNÔÀžþÂ!!UYç‘)îUt†k©íÕá,è•‚_ø‹±§üF@L­ š%¬oø< Ö믬ƒõ×-…ß!©Îù–4ÛBãóð³í~µmw²9ٹؚº3UwÇ2YsË'‹÷•êš:5w Åâu©,í='›t\¼ÿ¯{£-Å-‚§úÄÐ×%*×ð¨[ØòÔ» Kô­ÓjÿÛ»žÚ”cŠm ÐĽ9Dªy -þjœ\|ÿp‰Š {Ƽj&ú¿ð -A5zbô›{¦WÑÙ«¸¢€Z ðëºûD´ZM8ÁÜzî]ÂfL5=v¯@Ò<ÉÚk}æZGÆL\Ô„®èE!u¼æX¼Æ1®å•¨Ð¥€þJÖÖßµ¯!‹ýZ§¤·F lÚ©µ½Ï£@唈|Ï2×/ÇWEŒî®‘RÓЧÛÚ“ÎéÈ& çQ óík¨ôÃø›ƒ9XªONª5OBžG‰ùõøz@ÕÛP²!9¹&ªe¢ÃJB™OŒÈج¾«ág»7 zlj~蜆&Ú'!Olã@> ÖÞqÌ5?óʱÅÓÝ¥wÛJîþ{™{íÔÔ=æWp±^øéh –º?~~´Øò4¦á²À ²˜Ž†:Ûâð¿Å8–ÖÐýÍþêkæÞš[!³z{‚’©`Õ^rΛ阅'L¶Ü7T_•µ—|·BÏÿlúêýÝq|ƒk¥»= Mæþ¶cšâ€3Ääª Ð£­ÞÚ;19ïi¶;WySÅËøTÁÌùÌ:PuË» -Í>øþDIª·¯ ßêê¯Ûæà¯¼+¸<÷>×¶HÈ>˜A¼<œ‚?sÆï× ž›ºOEÔš;¦®æ§¶UT¯¾""¦}¨åf~é_?÷,ƒ^¸—šÏtä»ð66ÿö§bNUê©ÃñˆšN o¢†Æ´Í©ü[¦á´ËÖ‰ªŸÝ"\ÙÑ2&ow¿†Ch»†£À¹Ú›h¸³LÍø´«áñ{j~þ¾ BM,ýú&ínXÃî8â ôõ×ôܲoôÜÂ/EääOæPwÞ×w§^âf[¡ÕÎ`3Ü‹„ZŸ„ŽòoàŠBxæ;#zb !£:.íÄÀeoø«¡€czB㱞ØUâË¢€Ïò.‚žíö–\²•]ɹ^ ¼;Jµ/"Ó¼ë˜l×:×¶€y{8 {¡ë¬¸i%»¤thÏýZîØÄ¡EÔŒ¶îS2aArbâw†t‚#1§Å£éí÷*Ûéž jU@Œ+Ø›¬°3VuÇ/jK Šáoì‹u5éÌCùWÏÌìùvÇhX*÷Š!¯ -džc <â*€oôJ ™‡BØk€·Šœâ¸Ÿâ²Ã::2¦£ÃÈPy® XæÎøiDÇb[Ft¡ÍŽžÈVû@ÄÒ>2\ª§!ëˆL@7ä¹%ðt· WÐñX^Àõ|^lSÐPpHÞul¶s ñÚØ[}#¾×EÈÊù_|û}C_}ºSˆÍ5v_¶Wܲσž‹ù9ßmðr¿0õ”ÿp*§¡ŽMí=n1¾ÐðkœDmiîuTA<'Î-Žu­ëm¾é^#TŸl²©G+¸¬ƒé¶§{ãÍ÷,=•¿N6=Ü]@¥,°Ë~ äßýgXÂB- Þn Uý¨ë*¿dì­¹®ë(»¤ï,»¼3Zwð¿-{ ˜ŒíIƒ<6 E¸ž |µs’j¯¼¾€Lþ`ƒøö‡ÛÒñYn¥"*§‚Oµlâ Y€\ªs/Ÿm æ_ZÀ'|°5Þòh{¼õ7cOÓ QUôõy×éõ;cmO„˜‚éOþÁ/{ò¾ˆ{Á1‹Ë ¢ß ´e|º3 ~ó§ËÙÔSwOßUñÀµXóÊÞ(»v*#T™Æ Ù•/¯þ“ߘxÐ+Ü– -ÝŸj¼¯åg5Ô|ÿ# +éBTGF„ŒÂm!¥Ò.”ý¾)è>7p™¿›È­¾up²gµé¿×‰=äH;ݾÁ¨s‰È%a­y¼ù±ž_pQÅÈþb ñâçÛ~û×-õ‚}Tø—;,dfÞØš¨I>1Ñq§@^ŸšØœ#ð9ë-¯å¬ÔÏ,Ãe·#z*,¨ea\Rjýá>ׯ¢C£z&!^sýO3®îÐ1²8 E”û5xðÉnç|x‹ÛëÖëßÜâôµSŒ* j1Õ'Þ§a´¹dÔú Fо/dÀõ|N¼^TÁ‚yWéÕÎ%\–u¬é¶š_sͽD®w,"ÓuíÍ]?Äk!H8—vá[k{slà°ì&do˜_ûU3§&2ôÝ6ùÎJ!žl¢jŽ–:–‘éa5µ³+6Åûœs>UpÐ>&È…7(™Ÿnà3?X#¦}¾7RqÿDI¬ÿ}‹+8Ûb0h¥?¿'ãç¾<ߤâCjtÕþ\Ó“ˆ]æC³ ý€¾%€~ô“[Æ%ªú[ïí.áóæþÕèÎî÷'´Þ’x8Z|yw¤øòÖpñO5¤(¬Ã7,ƒ_úu¸Æèn·ð|ÿ¿õ’ÛãµÁcF¯&7D¼ŠhX¨ejÕO'fçDÇÆžh9ø€˜ÑäZA½±O×Þt̀Ŵ§ýÆ6‰Hð¯bóƒt. )ùVšžxE€†•«÷×)¶uZMPÍBùT¸òžЂRâGÌÉŽªÛ -OM4  Iâ¾²;r~]Ò±vXxhÓg]+Ð$]gÉE%+ï-¯þ¦~—E¯úÑ8<ý§à*n¨»»€yõÑ -!ñSmGη"úÛO×ÉiŸM6'žyüýyÈ3Û2:ß-e´y%XXF(ËZß8WkŸú -¯Øç‘iï̃g&>ß+´Ø ä…{•a‹}"@§JÐyŽExòë„ qYñ= ;S-í+øÂÝEr‘”[wYJ/ùZF+ùNÉ©½3Éúv‰”ûýî4$e{¼å…’_ü½˜YôÓ¾àÖÞ@ý‹s@¼ÓÓ1mž=W÷ßgáðÞY¹].Wlóõl‹MOK€_'žo±Ùa=å–àKƒ* -øÄÈïô¬ÃßìŒÕݔҳ>Ñ -r¿Úª»mŦw¶ä^'ß~ß:Ñ’Ä:Þ+%58—«;ò~èmúí3Nñÿ•R²ý‡¯ É8DCoKÂÞhÓ“°‚Úr¢gbþÚáÞ™™¤ŠPå—còÂ*b_É&Ø–Q9 ¥ùð’ñÚ®^øÙöPÍõáæÔpé¿ü¿ðæ?7; -~ýÃHE9WP™!¾<ª¢4žhÙØ[æ×´ÚE€æÚhI<1²ï,Ý“!¥õ`ºâŽOÒ’q¢§"€ïªþ§Õ·A¬9˜&x×Éñ=5­K”²ËŒÝ4ô5>Þ¯½é_mxXkyëYgìOÔ>•1“> Š[+â×…gëîÎ@R€ï ÄûÅt$ðŸÖÿöÍéóË)-ÚþÚŸÜR:ÚgÕ…·†5Qà¼Dm@<×Üs AÉ!®öÿÙ)´w&l]HÙ–{ºÃêŠíõˆN,4Ìé& EMÔ6@ÇUøŠc€›ü|­¾³â–MF¬V 9׈MÇZ˹ŒÎØ.ýÁ>]ñ³s¾þ¡µ¿äG—™Ò1‘€Ç± [ŸÖ‘9Àyªð+)Àû¨ˆ‘…ÿïµk8.¨§¢ƒz€ø‡µsÈóIà}¢u®õeDEÆmvOžg@Þ„åÄJÏ -ê­mž°7‰I2¢_Šùå×,“à7G+„üUjþgK˜ø~ÿÒŸ¬ƒˆ×¶yr•g™X–“â}bö„ˆ$;€—~—ê“’jÝk•w·Ç2¾Õõ¼ùbžðaHŠ-‹9¿cKv¦!ÏOÞŒXQ²‘ÇL‰k¥éáÑ|Ó=ï*,Ù±Œ}»Î©¹¼Á¯úép•Ú|$áÂ4} [s¨´^þ³¯!éŸÔüÛÿ#gçþh0ßôì›ÖŒ_??˜ÂæÄôƨ_â_mI´ ÝÜ`½¾$¤$}Ö@ -þÞo‰÷¯ËQ…‡ÓMŽæ@#*låÙ“~¼Íbƽ³W†.4 4¬¡z òô`¦õÉþ ôµgSì“âKW°™šžÆ›k¨ìÏ=KМ˜Ôª(¸ªìyû¥a¸üæ îí•iÄ›Kdg˜„åÁßÜþho¬îå_ûLα[ï’«5ý@è(ÐxOs—„Ö`Â#Ï:¡*¢æÓ«ˆ4ëDý ËPÝõuZñwí/?mMºàœgXgA/µ/¿³¯á#jjÛþlósËXý óhõµ­‰ò+>IÓ³w›vDÏgÛDÔÊ ’9Ýä÷ü±ÃïjI S_ÅÏ*Véw›ý5×Ýk˜„Ùl? )¹`N¨{c5wëï}8 þí1!åßjfÎþÕ¶ìÿ;â 9m AÝýOs˜²w¦îÑw&&ù܈®>5ÀŠË•MCÙ—ÍÃÙß½ÛnšWÝ -ß)"W™;FOõLÒ¹‘‰©È!IëÛ£Ù²{îÕ†W¿ïðú½Úާ˜ŒšÚ;·˜ä°_¼¹s’8‹LûNPrÿC†G;\#øUäf¿‚ß§“tÄ’mºùáÑDåõ£Ñ’Ÿü«ˆÂø=õ`Ã/‡‹” -„·­¢³ì«èLÛ -"Å!‚¥x•¨Ü ëû&£ÆÁµ¨©oîÔÒ;wfᵿÛâò€G^gtÐ’*|™KAmô©Û™GËè¸?I° €ïnõ7ßÐòK.ìŒÔ=saÙ–‰Ö‡›Ã„WGs ƒèp‘U°DÈ9ôàÞ<$Á:_s/ª'Öûœ«Møs;`ž†¦Šà¿®gêd¯gÍ'¥ÔîÍÀŸúÛÞ*;¬¦ÂB›lz$^ï]OÙWÐ!&ݹJ,Ú‰×Yê/»¼=Xü£œúÕfñÕƒIè〈³L¶¥Kæ IA9¾úÌŒYàØ Ññ8Q_3µw;zηú–ã}ðÎ-\^ÌLEø´Èü€WåÒ*µ³È×S„ÂKn!¹Ò>OÌ—RK¾ë¯}ô^oåýJ‰i_Ú'~u­ ³ÄÜ!bÙOS¤·a)AVrða-¾:fÀÖ¸å€/˜B&Ù7˜m.ios–”c]Äç86ðåA%xþïÛDð[î©IÐŒ‘Ñ ¸1SÏı©£+jdâJL™k½)ѹޜê‘*ýbvËá¹PÂ]›BUü<ɺ8Ñòö“È›/ûš’>_Äe~gî(ÿÑ¿B)[ï¬4€Êüzo†På·ãŽ0öeðó€ üÊ%ª¿Ö!ŠBZ2Ô)¡!Ž·»fJkPO¨ i‘%-ºÚ§¡ãr­¡³÷çà©–Éš{ûK/Übd6xÝäµ´·ú6ÀùÜw»3§ñz‘ZBƒ#^[r –æXkËrI‰µ–id -§¿„õlvÌÄåxeØËhùÏ2VÞ×bZá£m/>3 ßõ)È`!³âî(âí7'€vóki0`üÿ®µÓy¡`£WÉ¥ ³EѾµ7‹- ü¯¡Õ0`öXb¼®©Ššþé8ì·/Œ#OûP¹W“ùú¦ÑêÄ?­D„_ZŸ²?]|WÛSö»âþû¼ŠÛ8ækžÿ}Äéó( õ6< ðw@Ür™ï¶8¼?÷éô?v1-Â’¤ÝéŠç»ó·ÀxÇf;¨ãC:6>¦eSNU,ò_[Tüßû$äé¾mwüâpŸ `+#¨í -jÛ¹!½ ;jhU’o_ h$RX)ó‹a¹NaëKçü ³ê»ë¯mõÄkÍÕßÑñ -¯î UÝvÎ@žM¡ÒÖùW'1/ÿ½;Ù’tfdàÎ-ÄÖ˜]`uŽ_«>#pFHÜ›{&OM<ö™‰Ë8Ž—™ØtŸSEkÖãÞ,SënZF`Iëìê_çÚ²?—Ñ+Ÿ+Yå·z-+= J0…F —qÙßÌ_~ê“àkN´‚ ‚OôJãë,Û’]ë˜ÜÃ%dš[Œ/Ù]Äå©úÁ÷lkPX/è‰hIÍ98Ù+iJòn@sñbNôlbTÏgD |NHËŸ˜ø'&.?Þ·>¢4þ±øh—q8‹y-n¯»Qõêú{9w¾ùÇ*ïêþ2o³¿ùÞöPÃíuzÎR^É­%^ácÄÜk¦1\þ zöæI‡BhÊ¡ü4 hË:ß! ÿ<âôžY;§b[Ã~=5~O˜tºÍäYÇ[=ósG_À·’TÌïóUvá•ilöwÇJ=ïÝ® ”G¤ÔZû,2is¨êGó`Ù{3-¯œëÔÆeNå5Ygõí к6Áøj¿WîWáËÝr|©büDÜÝð$láOŬü^¯’Xáã‹1òÇ–®éÈfÇPHÇœšÙ ÷:®(¢b`ÿA=·°È^ —p$fƒ«üÖ½1fÎ:«þ§Îú×Ñe—˼Vû$<Ñ:XyMß“óõÖPåOûóˆÄ­ ÈSû$éXÀ{Wñ^¥" `€}Rd¦W {ë\kIRtåü(äc_l|~n¡’]*Ø#…gx$­É~4;¦Ãƒÿc!Cþ³I‚¼‹÷d60 ¥:®Ÿ*%¬éêñÊxxó,qÿå4ãk¯þ—1dþåžú·ßXúÐÙ‡‹Ä²íÑÖG»mÏÇ‘Yß­Ñó®ø6Õî .js’ž7Ž/üZÖÕôÊ#å}*ZkÌ@hŠ1u!=ˆKt¾OKkñéðˆ¹s0¶Éë<ôò±¥%bꎘ:û€ùßš?04Ü57?´NcÊàID삟}ËŒ*ç4ò•ŽŸóµœ™ö¥¹¯ôÖÎtKâ !ûëu^Ùý(àù\è"ËxÃ]ËTÃÝ£x 5¥ ð̈¡sìì°G4³È.9ê–ôpCšQÑÙ6¿7 ¥¶c‡€ñÆ{lGŒL€×ð%àyLÛ;SAn1&oo¡%QÛWum{žä’-œ.›Sc™CdôÙ)¥·…ulJÌÒ30vt;”z€ñ;smIG+èlYgÑÕÀ¾)lèŠïƒq‰ðùÆž†ë£-¯ßï©~úž˜Uú=¹òù‡Ä¼_?0÷Ö%ùÅØ"Ÿ•ã“ óË-)Ûãe4ÉßJ)/?Ùª}p¸L(”u–ü ë(¿¶3~ øÜx]óŠ?­„ÖS#¦æh­ö_*ûÀéß­ÝóÿÙâòÃàdÿrÝ£°šÓÓQQ3È<ã@íÏv!¥Æ¹ÎBiúZŸ šÞ~[ûêæ'‚êן›;:Ýu,ÁÓǑɟNÂR¿ÞÅf¸—9­»S ßÖ˜…—ä57·¦á/½mO7§É•U—À¥ Ö¸7Ð…~Ó³ig›\þ±™€ k1°€×äSbËü* -äx»g1¼)èóëyôÝEXöþbýS¿´õu@Ê×ÀßÂ󮩺¡)¶yVõÖä¡•öÕHó˯Dø7—µœô öÙ¦çQ-%®zή|ò¹sžŽª»»!ð|PE¨ ê°5Ç»tŠÏDl¶ŠPY“ÔŸúÛ’/Ÿít/D-Q –ãý¼÷§ê:– I>®ÐFHqgíƒ1ÔÛ¯·'AI€¶iô\ãÊÀáTÐA[3è”#!¾*Äýö -©ygYP·³‚Z3¨g Ã›ü.¿à65 áQ±`>íðÒч´/$Uø5ªMB­“w¶<˜€\˜Aeý`ªýYÊ+øY7P“r°ˆ(F¿ùι-‰©¨˜ðÝ›tZÔB¡„ÔèFçRœGñ…1sÇ`ØÐ1îP1ñû˜^ é‘kl2:Ø hŽ©£àïÁµn‰Tµ ÉCæQmdkXûßÚ¦Žž –ÑfüâÞ½v£³é¶vøl¯[? « -ʘp×2.Ã1{¾?Ùx{g¨úª‚“ñ¥ŒWzeœÝðCòíoþ!¨}õƒs•y¸{eêkºim¾}0Ýp϶PsÇ·ŠËürg_;JH½à—àšüÚ‘e§blÁ)ïí -jùì³ ;bä±¶æÐé;sD€¿Ñ%^ ¡Æ¹Š|»;}"fTßX!—]ÎÕ-LIʧļŸº@™žeTööXÙÖ©Škª®ìïg¿}²ˆõ½”veg¢1A?Ùò¤»5ýË­~z™OØCɈ51-¼ ¨jË<6þæ\mxQáA'z&Þ+Å—ÇT¤†¿ÌÄ€ão+·ã‰Ç9ÖR ÖÉòÛ{SU÷ö—Ñ9èëï©e7ö'ñi;#­L½eWTüŒo—ˆ‰_ô‚}Î/¾õžœQtEÄ®ºÅ®|õ½u¸æáæpsÚÎ4à‰E˜\÷¥Ö%BºÄмÃÕ¦g€¿E†”‚® œ† -© 6Qe¾°ô¹} ”кq‹A H­)< ðíï¶:FÏ·ð ˜Vä—Á2#¾åäÇ2&cgñÜ6KÎr¹Ì ¼Ž*ñåGs-‰ÓØÔïç)¹?mñ¼H«~m›£×ïÎЊ-³È„¨Ðä&"âØˆŸXȈ(ðÙ¶RÔ]þë3çîÙNç´KÆ%9780¿ŒCõ­£j=Bhšs®%×»Žª2K®Nà³ïìη•î/a‹·&°IÖ)dòþ"*Ã."•ìM#ãõØ -œR|ÕzOóãenå3¯²³; ë莯mp²Î­ Ôø| oñ~½@ ›@¿U !ܪvöÎ*­f…ZûcoCÚ Œ×üØhÍ+•£Ø¬ïSï\øçJWEzl“My ûºØàœc½î¥c¥!5¤¦#¢×2ËÑ ¿1Á¼ ²%[¹¾¸NR8¨b´™I9‡+Œ&¯Š;\‡–D79½Ç–aÍï»ãñÞUn-Ú¢¡}ñ:arB©~ üÿø£ R@s¯ÑªâõÛí3°{C [›½µ?êz[oMÐj¾oJ½ù¯yBÁ=û2]Ö^tIÊÊÿÊ:Úxó`¦áWŸôêXÍh ªùDõ , ’såßÖþæÂ fÆèÓŒK¢æ¾Ù“-n{ÌÌ¢ÄuÇþµtº½ù»:ù›ÍHAXF©ó,bÒí³ÄÌ­aäSCOÛ]1µñ’‚Ù|Ó1O*7÷ƒé»J/Ù„­ ;Óv&js‘Ù€FN²-·¥nÏ7?”¶×ü²ÙO/UòPol³­¯Žõø–€Œö¬’Ag:*êÌÀ$z$ˆlÇøyD‰« JÐÅiØ¿wƒgß•„ꃙ¦Îå¶¼ƒL^/2õ’V~cw›bn¾£i/ü~ƒšù5_ê^|>Ïüq³·ùá¾ðjÙ£ËÿØiL -KâþÖ¾KÝ?~¾‰® -)à¦áÆ{”’„ÏùO>8Z&AOu,±ŒÞZǕʹ¦­³ŠîHø™€Ëø*¸ -Ëq­“›Œ]7Ýó¨L¿ˆ\îÛÀäù%˜b¿„Ô”‘@RNöWS ÔS-‡x‰&¿žëUbËjrË;KÇHXÍ€E ,Òá - ,ï½*(Q=q4­Tü(åæ~=}ýÍ4úí³­É€×*Á”¿úòÍ­‹ïÏËŸqé‘BSÝhªk£59¨Äç–¼êp“í“+cÚÎŽ‚…?ZlKÊñµîeXж=ÿò4ôÙ§êîš;ݨüë…/~ùp ™wq™ýñ48é¤ôTÀ Ã>lIù¦§9ù¢œ[v{ƒ_ý0åÆ×ÿ¥ÞüøHD„í,!SWÀ‰!=±Õ&Á”lÍ·>·®@’C@ÞþŸÝ»?H÷I˜ØãÍîÉèVÏÂéA¯äü?~¶MFŸåXl~hB_©ûjîìÎ Ò\KètÛ4ø¥}¦9åhª.a¬ê·°’:˜ÁXØü`^|} Œ¿úš˜”÷ù"âíÇBÄëEØ×™Ú .Ú¦@Œ“ ø­/>€$â\@ç¸WÛÒ4‚¢ë†®Â›naÑ=¿´âÄ®9ÙäpN·âû ™„c=—¿¯Õò(%µ)¸A*ó®Q+Œ½ ÛÆNȽ VÓý‘–ôO†šß|Þ^ùêãixÖ—^Ù5Ïb[’Wa[‚å­À³=2دj§F´¤&—¨5YÞžÿÝ:+ãËÍášî%TfDÍÂ{}âS0Z#êvfXÃÁû×QYÞõ¦g6añ Ë Gæ`)gZ6!ªæ«äª°ŠC« û2¥hðÜºÞÆûrAãmCøÎîòåá£ZÕQÿ“˜UryV|{s¸þÀC7Uí•÷·ÇZÓ5£ð¤ö¦¬o@y7Ü«”VËhã] î†±üdüÒ³}u¬¥Ã¢ñ= -¬’ù±XPýäÔLÇœoSÑ'fTé‰ –{l€ç:±VÝ×ôRžðñ$¶à~ØÀés‰0y£ 7·ûª~Ó³¾`–þú6ãê{ Èg$ð¼~Í#fMò¥­qdGB©×–þ´Áxù¥ðà+mW·;õO½b -Â%§ÃˆÕO/®±³~ûÏ.·#Þ/ûLϦ†•¸R§°5ÉÔSvWÉμâ|û£ô·I\ῌso`K]Bxªm¶%MÑYþXˆÏøNÉ+¼ ëoxé“Ð1‚šxŸ<@£±~ßåvYXt¿–i[lzº¿Ðx?¾÷$ -ÌÿÞ,ˆ“²KG È·®u|s[l›ÁxÖYàítª¢«éæÎ >{…”ÿ}oͳ÷åÌÂ˺κ_f™À荒‰ˆå¦1HJGý«OÀ)×ßE¼¾æ• Š„µë­9A e—qØ~¿ÿdÛßû畱3SèÿÜ:¨<µ¶ǶÙÜÈ6 5áj}bÈë SéWàÁ›3à ×¾É `‘ŠU|q¼éùû}Õ÷ÿG„ó¥KD(W*¯L"S?àV=~oRü-½ôé³°œï ¼–»"\þjZî;=€w«ùu —ü·îñ?ñÙß͵½Ú›j¸§ä—ü¬é,½c›.–ËÍ\Á‰¥wÈ‘Q—œ\å’Ðëýr>¤n§z6ÈN!æ­}“º è+s?än?$ãSNéËÚ!OUlÐM µä·èŠ¡«è†Œ›|e•úük]wÑuÿ:£ÙµÆhµ-ÀRâõ1÷§@/¦ªï»«ïLßw *TnHIEU|ª[D(ñ¯!3O”¸ºˆ šç“ÂJ<ëè¼-â•àK­€§´f›WÞɲ-QJ¶FÀ÷¥œœ/VÉÙŸÚé’g ž -hÌœ5FÕEMäCȬÚìk¸µ€~ó¹ úáûCMÏ>±ô4ü¼3Œ~u4Ë[gé5Ó„Üo,ÃÄ\ç"¯Ù1‡zã]E¦¹7ðeG@LØ¥¤ -)àe £Ðd¿ŠÖ6ÐàQxêÖ¨_ÑêÍ£Íu7Ñ%g»3n ±âp®-i -ùfg.ãþÿ½õ[›Ù×=L;Óv¤ãi;êÔ¶´´¥ÐâîîqwWH  îž,,¸–Ú|äy¾×û¼áù+Üܹ9çì½ÖJö^»þŽ’}ÎÏ­º»mÇÕu£ŠÿjÍxtv´Xµê\œì_í´·—ìŒøiÑË£1êh‚ˉŽÈê„?Tļçÿšc°Þûcøé:®so}2-©ºâaæœó0ó®/™±•вW¿! -“¯íxX‚}¶=ÐSz]Lþ‰Yqï+aÍý“s¢Ò‡^LãªÒVœxó £9åþ‘‡ú÷Sð1ˆ­hëîÏËʯn9;Ó>Os„.2Ì@-½éå”Ýüb×v=¸º¨‘·ª¿ 5Þ™i~Ñaóqe/¿‡æ>83!ix·˧‹@Æô@í _OÕ­!Hö´²'_™ˆéç×Mm›híå¾—Ó[Ù§Ù>WlÍ”¦)¤NÆøyGÖ§)DË? |ͪGí+O>š%a?„™ÝŸfɸÃqdÅ—)<øc \u€ -×\„–e¦$2ÒõÚÍ*¹ábäüµm¼›S"Ó¬òßìä’_ ˜²_y€¬o`Yñ_™°U·çú:ãyõÏÎ -®5xrFƒ}ó-$çrœ -þ槈¢ý•»¿þ®øêû‰î–w¼ ìѾ}ÙN ëñUQ'µçg×Ü´ï(EG¯¸º A–î¸YØm¥uYKä×\£Wü®Cå|oDý2+†¿‘‚Š~·`Šÿ°ª¯9UWÂâêø¥¡ÖŒu$gU -yåçÕ\‹Úâ ÔÆ¶àÃñœleSü¬ ðÒs[Ú¿'‘Õ‡Hκ²3iNÒx{ÛÛ‡ap憴gë|·nêJÞ²BÒ7­ˆÜ}7¥kŒ]±àÊ£rõªšÙäÖ\×À’ΨÁIßšqi¿{˜¥ç'uWcùì_ ~=Ø–yvª»õY »á™”tÖÏ(¸¾8Ð’[×w.~ûÝxáù= ¼ïa¢Ê[E󳨖V_îú0 û~rÅL¨™‘ƒ×ÌàÌÿ.säÿ̳„û>*hI‹ËT^]ˆéσqlûaˆ‚ É@‰k6zdž£—³nï!9˜7ñ%ϾEÅÿ4ʸ8!n¹æ¬ÙY¤e;Ñà 'èœSlþŸI\5¢+\Ü껣‚ú»¶§»:ëólâh’AÜñšÖ­ÄÆU±qI‡)ˆI5‹Z³™Ûžà ªöÇz‡ÃjP²žûÃPë»SzTÁï¡ÞÚ{»`f,žô¤²¶´ߊ@Y?øpð/3TÒ†š}àC4~œÄÃdè–›_µ‘šmœÆSÃÀìÿ®t›>L [xþ’ørU xÕ´?å£ôÉaÄ+hAÒixᓟf•€šM'¬ÌLM9ë¢gþîÔý´&LKö¼°ª£ ¼éb£íÜâ‹«Dý§¶`Ë ¯Y·µ§¬Ùa¹Q®zÇ‹iþ×"wdcœÅ”‘«W&ýõÕÁ4Køi'ÿ0M=žù]µ¬k{6«¨½iK˜ÑÓ›5„æKa6ÿÀKhÝs´&miâôl°‡×ru”^õ›ƒZý«‹Qa²·ãîœ þÚÅm¸2Ò‘ýý`[Ñ#¶öƤ°åæ´¤íÞªðbÃ/ @^ëÈeWçd][v\YÔŒÈ^6#‹-äº5' y0Éao¸Ј%¦= ˜Ò]—¹=Æ¥­™‰•³ÒÎ-*ó§îꇧ†o¿µ*&4ŸK¼{1’ýä÷°¸=)¦ç޳ Î…¥·ÇyÅ—Uð·ß°«âÏ( i¿ÙéÕ—áÙÎDú^}tcçúêîû—|¬´Ÿ¥í÷¿l~òµ ‘ñ½™Uv-çÑoqÕ ¿Þµ€ǽFÿ -ÀŸÇ } ¸|EQ÷lFZsÍÉo¸†*{ûK[ÎÏv\ñïxÞo6Léù ·ýo3¶üלüÆ«Oú–˜ÿìÔ8¿îž•^~—\úè4ýö·‚ú—?Z 9¿Íö·ÞêÁQCsî͇1àpŒMÚsãêby·f×-Šš:ßÌˉëÇ={ú›€·®šºÒbº´eéãï¸0u+š¶äEEKÒ²¡+y{]¾;JÏŒÀó5¸¢?ÃÈ·žnh²žÚòt\Ðp7"«Žß06Äø oÝ/<öqú<Ãâú©èˆX¶5JîÜr!*Dø—0w¤â7F‘ÅÛ>\ÃVìÚ3¦zÅ„©Z5âÊ"JdjD LÜsá[?Œq9;.*j¦6­D„%5¿kn„˜35~n ]R!3 ËÀÉQµvÇNnÙŠÉm±3ÎãnzHØu'ºeÕ/š—¶Ý¸¦Ýqò}Lƒ½àÁ‡A -j?À"oz舱Íͬº®Fäÿl§”Ÿ›“6Ýٱ ü4ì´–99Ò‘¸éÄÕ,›ÙÛd醔Öt¾^µ¢J÷½tð†Sy\#q4E§îðÀ–YýŸ—¹ÊO1ì8š¦ÒWøÎeµ}É€/ŽZðUŸ»Û~:é Èb}™è¾Ló¾™Ô“tün€M‹è…«ÇóMäcŸôÛÓâêë!%£Á'Þ÷pZ®;hÕ¿Oð*·‡Û-hÑ™“ðĉîÎÛsƒœªY©¨yv˜¾¨Bg„ĵ×&击žú¨]®)b&/hÀ™§8ÝïCÎÞ›²3Fƒ­;±»t̾ŸËÞw'Øä5©vÍLªÈ‘™S¢¦nnÕ% ®äœYÿ+¹2ë[)¸äš•RyUÒöꔚtJМpr˜ú­“U;ØÏ _ÏC¯{÷ËŒ¸õÕ”¤ñ~Œý8 NÿÉJÈýÍ˪¹^…ûQ©.!ðª4ñ[Rñë³ÛfD낼áåñLÕÍAÀ“SCíÏNùzêoÈiuWR^>‰Î~õÓl?èé¯é†Sõ—^~‘TøâtUü¥¸ü[çâêŸ\9Ény{ºàå“À´û'gzcë(j¸»8Òp' ,¾¬Ã&ŸåÕÝ:¥€<þfÃЙ>¯‡jpyׂڗ‡^èÀC„m˜ð•{vtéòHí+)ù—)q]üš‰P#CU?›Qt–ÎÉZR¦„M‰‹Rð«ÝØC,©ÚR팼‹¢–ç_GdÄ‚ñ^d¡_ÈZSSlÔÌKBÒ/óCE·&:rv]Àœ°´2ÆA“w= d@ŠªX·!b¨ã(ˆnù<…}œÄ´|™¢â¢fhaŒÃ\YÔ€óöœ$à†š§Ã¤üjÅç_H;W”ÀÄ%9*cÍÀ‡-«ukVçš…]ÔК#*|ñ²™Ó²™ó#ð7+ZtöÎ(· Gõwd\0Q*^2»—5ÀÔ-wŒ×M2»„¶sgò¦—Ðu`³æз±i‰qhpT‹*^i~4ÞuuUÛújÍ‚È ›p¥1NR¶fÅUÌ«¡o'I°/áØ¹7£*feÀ䨘¾a‰q " ßöÏ"[ò>DÆÄÎ\íÖ(¾ñЇ¬9ч“ úÇ“~ ¡däŠ[} Óß™Ì/Ólþ¿¦h¤¸–]®rÍ€Î]ÅÓÌ ,ÑÇmºº7Š®rJ°i>!8aAA(õCž/ÈÚ.©[…åmOýM·'ûÚï†å¬š ”S53@H_ÕSjŽë¶‡o¯(:Ÿ­›¡EkpÖ´ºéa@Úúä`’EߊÅÄš‹ -ØrÓÁ»>:î0Ø3ôaJ¨:þlas Ó²bdn¸ˆ‹LaT‡Ì´³ª.õƒ3¾µgvQ[¯ÏQJ'zaïTÈ‚ßÇø 6fçK_0aE‡É‹Zˆµ ZЛHšêJŒéîò±ž¶{.fãXŽÍ^×C³·,ÄšwšÂeN¡ßº»;zAI{N|ü¸MÒöpv°õ™ -sÙ@ª¼íîÇ%ËYð{â´o†»êþI1BõyVÅ»“ļ7'P™ÏN ÓŸA§¿úžS‘ñë0¬ñ¬(ý,«6ù¬ -Ÿ÷'­òÑTÊFlÊ,å;%*뢇]y'jÀVû¤]o¡Yw¾¤Þú'Äìù`2¢†ãù/fD…8)™D”ðŠi5¾¬%ãñÙ1qKéÑ¡ý0–;gD|¬â«Ã]/ÎJZ}mB¦|?¯Æ‘Òþlx{ë'=¶àÞ¶ Q´ªìHÜ3ßnÞˆIW…wÏ8IÙmÄx¦"éG&?ñÃ÷Ï•òÏ®ëÐ/Û²väØ˜i—5¨ô?gï†qùå°´s&Röu±ôÁÒ0$cϪZÕ@Óçc ÊE.»½<ÒU¸ieâühᢠ-WÛ¿¼e ¹aÓBiÛ0¡‹g$€·ZDúŸ¸Œë'”°ôûÓ#€¢Ù¡ÖçÛîãú=y?@AÄ4lwœAYw’ÀvÅe,'(…Ö»»›Þ.«Ú^¹é–FêîïØcïïÃÔ,i€ïb|(uI×òâ}X³À«¦€/&Eí—5 ô-ºvßMÃ| -19ÿYb®Û Y[NtÕÑ$•ð)Heü3Mãþ+Ìä}™e²?N1(féôÏóìþGØÛnLÝ?3LÎçX=Gn\ãÂ0ày¸¿åÞü@G|DÖõ|IÕùòã$®=  -iHõ{£<êšÑ¼¢ÁäL4Þ õUþ9-®¼´,‡¥„•ļ±>Ô‹¹Aä›->3x>Æ-:è)9ïåž!Y;nRç®—EÛ pø“jxš_OÙòrbëÒ;rÈŽB,ŒØpCò6cœcÙ-²±«¯­éÉ•ó*lÁÔä•Y%2ÐõlI†Î -u½òqK.,ªHÕëv!#ÆÏª7­]É¡þŠ«SâÒK‹Êæøm®vc” -˜½ˆÆHó—‹ãñõ«tAXy5ÕßñxQ {Ü[µïc ü<Î’™X³î`ávÜ\ʺ…ܲd¡µŽ«YŽ!â[W,aVI.óËHùfèŽÛyÝ€…ÿÑ¥¯çä€Ê]Kû›yÍ­UeÝýÅ‘Š[ýmÎpËoœq1SÿÞÇ4 K⿇g?þÙ×Ýüö³ŸEÿäð>XŒý1"xÛ«Ø´·&þï‰òiŽÂÆÖ¿|ÐQðøæº‡ý4Ógÿ8'rüÏßú¿«ŒpÝ¢ºüÖ¦ÕÞɹ§Æ–MÓiKTÁ¼–½lÄ”G­”Ö5'õp0±÷/ ´?‹ªÛ_~šÄgnMõÕ_ Ë;ŸëðEÜ_<Œº«+fR£IÍäþnçV¿YEVZoÅíg‡º^ÎË0ÙSRtÖšƒØ´í#µ/h`Ùkdý§Yç¸ç|× -œW5ÜŸÅD×ñzÑ„/ó+™e&.è©_sgÝŠ¬›Öü5'ª¼â£çüìaäÿ>Ö]5>]6 *ç,|X¬ø/a{ê•FU½»uG†Uµ£+ÂzHö^ŒÇì†8¬1%(XôäûÚä»·8ôÿ,1Eÿ™Ã¡ÿ3 «anjHTzmRT}wlU\öâÞ馷Îo㻿,±‡BLÔÜšêͽhG&à§ 6&8”Y¥v|‘¸j§¶ç標PÛû„c=e"U^q0ëî®êqU“ZRõ¶ò¢ÝøhßC{Ý-@)kfdþ’W¾dçã£îÞžU¯D:càøä’ŽV% Y‹zBé§4†¥VµÍO6LŒy­~„R÷woWÖÏ“½€§‘Ø»™þÖûsÒŠ;û£Û^rÞBoÖËÖ½lòæ³îÆ×­yÐËxÞ¬²=aÍÎØ÷Â+×܈Ò9<}Ö„ÊÕqk+0¹çœä–M ¹qÓFjÜ#ƒb¼˜´1Î¥Né)ÎîÖÄÃI:ñÛÿaŽÅûp<{ÏMlŽÚqeËF\ñ’Ž\¹l¥&a/Ârb᪞ŠýìåÕ\™î¯¾» l~êäŸ 4>Ùt‘[õ¬º;6Nã£Ýq*|‚†ÜrQ:|ˆÊÍjŽ‚­Ù+¶ö¤ãÿaÉ)ÉHå!%,å}ˆFÙ'ÂÞ‡ˆÐOÓxàaÝ´éBïOàšcü;¯¿ZÕÃ37ð‚9yÛ³ôrÅŠ¯Ú‹éã]vìÁ½vì¹êåÒ猬ö% °l¥µEL䯍ƒÜ±?F~šb2výlJÄÊlLz·ýæqýäºCž·“êWmèâU$}Û‰,Ýö°ñ¾žŽÇ|`ºƒX2QëÂ2\Ö¢ŽP<«ÅæLÈ™SjJåš—O›ÑË="ø‹ˆ©—1Kè+fŒ ‘æT¨Œ=:ïxMüLÒ^L¯;bºÔ‡ï<îõÙpá÷ Òª‡ h™5a3¥fÃCéØôPAFí¥ù.­šQUkTé–ß°jÇVFL˜âŸ±Ók^w7Ô3rì«·b'´~<ööç¬OtwOjûЯÍ+G$JZîΩ /Ç5pa:ë0ªØ±uemYáåë6lsXÝÓ”‰¡ZäK*ûg–5°øyEÃC=ÿW=2õ¬™u~;¶Ÿ±Ü X´R›ÍÄ‚…[aIÔÆ.h j|^h‘’B_.“*jÉÄ0¹,¬§v&bÓä=¶dÍBm‰aLÛÖx7/â`Aœ|ü´¥è•‹Ûýj% uÌëY-þHò²U°e#4o8i]*R‘UuÕœýc [²bÄ—†¤wF»³þ˜®¸½f'Ô-:xØews}œÏ^óÑa« :Ê€GÝ ÈŠÜ°î@®I+vh^tŒÜ9®ÅÐ yQ §¶Ì´¶m¹n£µmùÈ]k"`ÑIm‹Ø€ »3ÉëÞ -ÐÑ1l!ûxîzHíû> -ø`œŽÚñÒÀKlÑÔ,qQKmX4±:¼À-_wãÝ ¸áQŒk? -+›VLàÜM©Õ?Ü•îìHÛŸ ¢6œøÆÐPË“ ´àæû‰†WGÁ¶ì½¾é.8$‚1½qZMªþ0Ûkü8×­x¢¶½àÂmOgÆŽ^~àÇ5ïxñ SÒŽ‡+FDþû¾c߇ªÚvckþ¯'U·fÅTNƒ7\äÎÝiþÀ²‡M]q²;~¾ð}/ù'–¿·¨c¯’¢'©iÑÂéÚL(º -Ü IÑQBGÔK†nxñ«vLýº‹ˆ:¹8¿ë阖¾åîáEL´†°†\¼h¤Ô„Äšy34o0\}üY#«Õ! ¾6+†B¦Á¢ÙÛ¯š3®zÃIîùYÔ÷S݃û!6û¸Ç),ÐíMs„ë>rÇv€AX› "æ\ÔŽ% ±`£:ÔD­½4)‡—D=\²_¹ã Q¾qÙŠ«]¶R:¶‚¡I‘zÝÏ,º¨í;tŠÛ·À¢|³÷. Ç¥ÏÏ\õaZþ ÷h>‡EöOs=Ê£žì ÀìÏçqB -ví´š]1òÀ[¡øÓŒP·b†ç-¨A)¡!`ʤ¤+a^}»;Æe­»xÔ½‰žþq©;lw¯X8Àu;9«c6غ!|}ÐgÓrtÚŠ•Þ¹líe¬9$ÛclâÖ(wÝE¬?ž—æ’t$9(×?ûy¼-_ïКW¢Zõô+C&Ö¯ëŽÑsg4Üf_/5+,¥Tl»¸ØY=¹BÏïºã能˜R‘j­<¤o™Á¤…5±õ±Z?ÙÜM‹°îe¢fõ˜Â-*}%&â7¼=œ5Ocu”O^e@·ÜTôþ±6†oW`2MÝÀx ˜8£ãýCÔÜ%#µvßOnú˜„åQ&d}Œý'ÂSÎp›c4ðÎxhg¼ßô鸟xQ³fíH_Ôµ%†UíOfcÚjÙÆAÉIejb͹yyŒOÄxÂÜHWâ’œ<ñô6ÞŠiŒg;nbëN,?G äú95±aÅŒì8î=ÿ4C‚¿Ÿbq—Ý,dįŹõôË]’9±èäáW,âa€JŒÅAݼ¶ëÝ¢ ™³î ¶=4øšSÑv&Æ´_Ú–³õÍ‚ºäÆ¢¾ýÕ–#Æ#cZk+–¯×ÆxŒ ±*êf“ÖbÓe%Ór\Ö‚žP¹ëçvE†Õ±nñ¾ò&¯#ã׈ Øïæ¯Mpi+ ô´‰X¶ìbB—clÝËeî…#K¶˜®2Ðj£±×7Æ8Ô5eéA†Œ=à°‰ -©d¼i‹Z=¡—qBFx5vÎ#Tá² U²ã£Â¶ü\憅Ýg“Â}®íYws’Û½5ۣܞwçùʽi&gÍG†.؉µ!-¾8¤åvZ„„,6 ÿ\LÛÕí9œÍI:.b#5oŽQÑ1*2JjZ£B6ýÜþIEgÒ”ª-~ÝãÞvbÓ¦—ŽÞŸæô~^ê±û¬{É U¶”¸æŒ´®Y-®&ö<´qk/Èî>˜êÙžì‘.zhy;¶tÙCl]›`â¸òkçë÷ÇýçA‰ý(Ôï> öé#VfgHAÊ›ÑòÚ\ÃÜ2 úì˜Y°?Æ¥ïxé¨5+¥í¸f=Æo6툲 ¯¨×­ ×PYçë.žÚµP‡SÒÐn@bZqs‰ÓJE@N/òIÙ~¯(ÿ¹§%÷沎JÙó vÆÙÄÝî&¼hf´Ì¨øyw{€˜åímy1As—­„Úe3­5êä`§UÜæ)Ã1 ë…t¤¢ek7:l–0罌°…Õ9.…¦Î©)móF ;hÔËÃ2¤»·»`I݇Þ4Ih«†!^ÄÚG›5À —¬ ¯&q€ý1*ü0–ß·ƒ£ënzWDK(^Ô‘«·F)í{>bë¶ß²â BZRñ¼…ѱl§åøœ€ ùú–ܺ>Ê@lx™è  ´â¤¶Okñ…“1n¾íæóýñƒLÊN€]ÅTE=4؆GÐ1uã"f–¹_P0¦é.:ÅÂu·Pµ1A!)8ÉÛÝp'jEWoûøˆWçà4]v>= uKw¦º6ý,Òê(±b§µ®Øpå &HÚÚ±çP€Û=:NqJÀIóÖ>Ö„z„2©ç¶„ÏzìÞÓ$léç-X†ûm=Œ|z}õÓz.vsZ¨ÚŒåü½p¯u/Ü£Þ0)±3[=c¤ÖoNp)ûÓDèNÓ¸à2§lCâÈè°.ê4̘‡Äiƒ²§?[É“¤öÕÛÙØGSC´ª dd'Ð§Þ -†w§¹}+cðf†Þ™jvg$Þ½HŸg{šJŽX y fDÙÊ?ee´z†)Yî!RZH…ÉÙˆÅðê±ä¦ƒgLÄö$_²?+vnÏôš£~leŒË [±•‹.lÕßÛ¿‹ëíÿã üšS»=Ž¨Ü ’Q{SBÍVHbÑc‹ÌÄö`¯f'ÄëÛ 2È+¹qR‹ÎšwZwfÉø÷‹tÑšŸŠ[ç2vg»e{“¼žÝ)\ç^ˆ‚ŽzEB¿rêÖ¡mý˜²[–§"²%Ãày•Œ2.eåÚºÉO¼}ÜŒÙIÛ¬ZË÷i´|ç`w¹‰‹záæA²ÞOŠ »A¡,êãü:J‰KÁ*r*eã (ãIRÅÔu;TºªïëÞõ{¶¼Lè‚™Ó’‹ì¡B#g0GÇ*à#©·PUå_©IíO·Üý²M÷ jÍ=d˜Ô Á.Ù0ØÜ?\ï‘¶ôªn£d¤MÛ#-v šãƧ¶X¤6º‚­«—1y¸vüM| ôN_-õ©5œiák<} ú9Ädü{–Å?ž²È|òÞ§H^;Ú§höö÷”Ì[hu³dæ’_·áá2£±¸è„kõµ•†»¤–[xÀŒ%¹cÁÔœ·r+£<ÆAH øîµÄb ¾9 -«x?Ãî;Þ£e¯¨g\I«2ò‘e8ôU·TÜ2gëclø½«z‡_F-öIpÙóJJÕJŒë:øà‡A)>74Œ, «q[>se”‹[°±³d\Åož5Ò–\Ø’ƒÒÓúaµÚ§ém·(4H•@Vfè«öÈ:lƒƒ-6™Žf4ÒMý6Z~èÂ~àî‡,ØDä¹èãcvÉMiÛðSá1-±ê£A–¼1®ææ¢' ÆáQ­]6f0 ;dC­ƒY:£H¢¤÷Ñ’óèÞå†ìú_0õð*aOóœ\qqQËctxx”Ø´;Ã{_Ì [!:-:ÎÂ-D}!·ä1ö£Ì2q½md Ñ)ëo¶öÓ¦lR[6ò +P.©Šë’‰Ñ~2ãkjdvt”GØš0l‡'öæúì;Sùþ4OüažÓÿ>Baüg)ý÷ -Wùqž7²7ÃdnYÔo_ï´u°ÛÞKÍž6÷àCÖò˜†R>7ÊgìNÓ™K£¨šY#¶ruT(Ú Ø6&z„³n|jTÌôšÍr“t‚%NBÅ,o‰€lx%DJïàTé*ª©d€ª‹…IntÔ¯’šÙÏÄU¾˜2Ph -'F¸ec|Ý?ì]ð «'íC|³ZÚ¥›À2ùK"žrÈš§2².ÍÊ·¶ÚšV·°¿Â#Õ‚t=¦šaš#‡‰·½®-C]ªÏ…^Õ²ƒÔ0~P{³Ö=Cê퉾‘°U@öÊ™¥Ù`‡vБIÝÈáA’Ï0e±ñºgÝTgŽ˜?ÕÉg8ò‰õÓ†2ÂùÆ2Âï2`gîÝ/;9ãdÁó¦È€¡DËÝ0*V‚V­Øò½ xÕ¶]4Óµ½C…ƒ4Cª˜¤Nì§¿ÔIuͺ¾þBŸ\ -[ä’I³FlnS°z_Ëq‚‡ü.øŽŒ”ïppÚœLÍZµKz6'úä‡3‚˜Æ “u-/×mâýÉYØ«ŸUkz‰¸LÉ㥨Ø^…U8i’óf¬C|¿ª¯u„ÝLniùY†Ã?óˆÄ%"ñ/#_0§é§¬˜Åô½,¢%WNJÁɳJN‡G£åŽj¥°QÍÌ8Ø“gèc%™¤Cå#}¦*±8ÐJEÉïa´Û¼$KÈ3–à0²— eØkey°k¹]ç* àšJ€÷xHîKSß@¡Ï,çÌ8û8Ë1Þ¶äÆ7ÍùAì1ÊHÆ3ZĵײÉú".Y[Ì%Z’Ð×=D©¦^p¶¸€öua1åë¿o¦ÄݺöætUægRõæ•ûÖ!¦¬ʼS@‰Ž²©3¶nÖJ®óYä<½ÞHRUKzU’>KŸ©O¥ce¯Q&HzÓ\Öu·«šø ®}·$x©¦°ú¦£á¯=QÉé©Õ -Fð­º=(V­ÅxÉÞ§ûãoä`–ÉÞ[¶¦ûíQ¿rÎ+æû]J±^¡FËÅòêA¦èv@٪ѡd|q–Š/H³Žtç[‡i¹S–nâNHâ8˜Ê==<‡ÁØ'Wz}²W¸Øˆ$øž¶u*.@ò‹ ¶Á_KrQgÒß¿+Îg-©–{û8îÏëE'_¢r—ó©ŒÅ,wª„I2¾¦a5¯èS,¿\^BùöÆåÄ“¯$Åå&ÖüP•¼m!Å[DfČѢ^rõrWmtä¶O¬Yõ©‚v‹U7(õ£ÄÒDÔìDñ’þ%lיˣš’8D{"ïŽo¨¤©+B~×PŠ>Ÿ—ùæÁíÔ‹RÊo eƒ8êß -líE<å»™ah¶Ý`–8±ƒC>(G¬AQÆž4¶\n¨nÀIS MmÚsñOO>|Xuº¤ŠÿCQÍà7÷5Æýq1+îÂ傸©¤ï´Ä=}‰:…DØ ã}uÿÂXßÀ¬“õ¤lµÊ×#šÇ’ysy¸ãjráÌÃGM§Sß"¿­¨Q|Ÿ[*ýúÕ;Ò‰›÷›âž'cO$f0N\¼Ùw#WZkûÐi¾DÆ((„ò -½H3¡¤ú•Ä—R -“ àÌÞùj/˜Ö…¶ß(¯œoèÐ^lé°þž–Šýêþ½ŠÎ'ÅݾY÷8÷Ë媸ӧoÄݸ‘}¢±Muá]6íû›÷~ÈÉÅü%ënX™Š¦»‡6ÆXä)¯Ý£7ö[ô©V3>0$ 1IJu6…;“ØoÂÚ[X‚ç ízÐØØÿgÒ‹†ïóòp?ee´þ–—^rCÞͨ[±óÑ n:Ô¤“ãECÖ&ªp¶ÍžOnÃo6+~HÍ'œLÏ#~õümWÜ•Gqßþö,îö­’¸—©¤¸[Ï€qnÆegÂNSqЇ -‘¶Ö«îët³ í*%V®pà¸ýþz<5B[yÚI Þª‡y~Ï(íùêùPÜÛ üÉœîW¯ÒIqWâ›â~‰ÝëüßåqžAãî& OÜ}ûº®wn°×\æ’ËÀóV1sÁ.¬“ª·vP6RIòjÑS—*€c?•´9~H-•œºŸLŒûõjmÜõ;MqIiÔ^áãþºßw=—˜Å=‘Á?yïåôóTúYp,V¥96MΣ<âPOÝ|¢p±D]y\\§úñm6ãt,æN&¥2O BŒ¯k/¤±¿KÊÆŸNÈÀ|}îVñ‰o~zwýQKì¼QNV²Ä€ú_ËD&€['Ã-Øy š˜7¡"ä»ÕôbRÙÙ;R{<™(Šæ¡ÿ³ä¼ò2Ã"ÀÉ› ã -˸gòkdß% -O?JÆ~“œIýµ¹E~‡–ÞWõ2_L*)Ya.wÅAnŒØ8°i3«Ý,cdɤ½y}2G½o²E¶=Eí@¸Ñ;EͪsOÓßÝÑþõ› ì©´æ©ìrÆ/em’K•ÅŸHóu2Ñóº5Zl”èA+.>)bïÊõ«»RÜzx°WZÛ'1„RwïNoƒª/¿+îùáY:ý̃—¨÷€±óÐtâÒí²¸§É¨OÓq´ÅýèG鼸Ôj÷™J€õ&î*2«œÝ‹Ž¾žI <Õ#>Ó3ªT*#‚78VGžmB nV¶’Ãë;íçjÛ?åV¾ùýZyÜÅëUq·ã.ßjˆûã¯Â¸„WÐ9…üSeÂïÙxõ‹Ñ!QÕ¼‘Z·ä 5{QÏ-ò! lÈÒAcêžÓzÃå8ÑZ)ˆN®ƒï•7Kþlê¾@è¯fÕõ_¸ú&!|"£„s:­²÷\vCÏÍN¼ö)•çÌq#Æ}À½ms’Eݙ鷊pj­‹'R†Ht‰¿†Ä0¼$e÷‰tåcV~«ªmäV~]ÏõœJÚ‚*ú50Õþ²ƒæx¥YÙ|U²^#mpéAcz dÁÕËœ5KæÍØ’“;®¥–+zyYÒ~yeÿ°©žÁW'bhŠ»`ªõiQóÐå¤<Áo7_¿ýónó‰'oQ§S+D¿¤Ö ýZ»RCœ¸SWßé¢YKÔ¯MEœÑã -fÕ-/Ví¨úq.;d‘õz“@¬ò‘¸Òñfâ-˜¶ð²5q­êü£°^öÍßÚO|ÿkVÜ_7c¹¹õdb6ð¯¤0AØ-}ç• š¶]xpÄÖvtb‹Þ$T©õ¨!©±¡WìªâyTŽ5 …ÓÞ#Õ÷šAò«™åÌßd ~Ï+å\mê|À¤êr'1 3Ë—ÜÒá˜þFL u>sjnøe€„q»Þ¨S %âá–v¢gð§K»ˆž„švÉ•œ¼ö³PÏE8FyS\AbtI–ºD.64[Gj#vRíþ®å`]·éD-Ð9KFLžWŠJ´Ë¸FƒšªÑª`#Ry…´_W%î³V2YúDaè.!¼ CÜAa¥Ï¹Æ¡F'xÌÙQÅcèi× ÒY-IxˆÛ¢au)¹Ç˜Ö…•ßl§XK«!½é@ì` -¶ÛžŠí¶¾¥÷߱Ś‘\Wcs;- þÍqbgÔ ÌÜð Ú÷§ºû³b÷òD¿fÔ*ëSkGàÃreSL02z}…x¾7Ë«%õÂ?ÓÊ(·ŠšXOÀ$NRŸZŠpÙÄX¿ -ì­H°___¶a*üJ\EHÇMEðqmw³[!ª÷¨Åí.E_ƒª‡ÿJ.畃cªßÐaдy‡kg”âŽU­´;*äø»…ÛJGX…-XTãö=LÆ–—1Qª¼*v¥ELÎ2öâSíƒ@¡Ôt IrÕ"^ºCÉ«tëú@­nÝËÅï8Ì£›µçWLK«n†Äµ¯š°…³j\öœÙ²ô Æ4”Ò;3eë%ùôì°ó†‚×yE+„Þ¶t—8µji@‹IXz™[£2Û¾—Cyî8Û“VL]oæô·a µeÉ7d^ô é§Ì|踖^îVQKì²î*UÿP¹´[™Í§«Ÿc0Š[DŠ5ƒWÞÅâ×) Év*_Ø7”9"•NY=[>¹mÝÅc.›ðuGãÝ=Ÿ‚½šã™[N`¾_ZsÏ%®ûÛ1I°+F -©&ŠUÁ§³gxL`%´µ ~j©þ„C¯ð»9O•òF»Bê‡H‹:jÅŽ[¿3Škü0NƒÏ7½ee\ò -³ÏûäMüFfƒ×ô˜Ð”uÎo¢'ES66À£!åZ¤¸£÷Ò&£¦™y­‘—²"÷æØÂ®ôÓZ3ƒS7m¨üy=¢@K(ù;<Жûo?xèçî:‘E;NdÉá8°îÅ7-8h-Q¯àxî£n?DÃÆb¿rÕÚõvÓ ÍÞÃÖí{ñ ãĶˆ ¿æ u|š¤"¿IÐO“dÈ–U9§„¦LC_ΨP©ãƒðWa=®|Á€*ZÐ#2¶\¸úcé5øÝ’®+u!¶öay׳9ôÕ¬šT2¯„çì»å‡Ç=4BóûqlÓŽ y<×´ú`Œ[sRÛ—ôÔÚ:oZŽªœ×ÀR'¥íO'¥àW!&mÊ,€úÕ½rVñ¬–X°î”­:„üQ`ÉÐðzq¤èÆ®Rr8Ʀ|œêüÈ?ûLyyKšæW».â`œÍ<ð3XëNxã¢S=ëâCv Í£å6Ú{aÏŒôÖ £kÝŠi\¶vﺑµû^TÍ—ŒÝOö1ÄŠÅ:©yQK•ÜŽZ³? ûã$ð–“Ø1=Üú48Ððìý4™µ$ÃWÍ1¼ÑÀ²䀔}7¢öx~ÇÁ¶)j¾Yµ€ßIˆ/aq{˜=Þ[tmáØÃ@×özÏ+ûϹ;CÁM™ eA5©ìÓš®ºì/½––ÿý?!LÇÿ›£qþ3CN GÓTòç‘ûûwE×üz¦·èj°·ôZDY4…~ZäŒìL’¡f‰Èÿ]ã(¿Ì2›Ö®ªEUebX^x-¢®}ò)€nüg -×ùï9*sÇOgD,„ê57©ó`Z 9‹œs¼áíI5êÂ7ÏèaiSzlyt¢wdÉ'-Œ2ÁKNzÇŠÚz0N‚œ$ >Œã ïG5ÇQuŸWÎÅẛÛzTn,÷—¡W ØâÛ»F|醞¹cF.)‘é‹*Hò¬ðÜJ.þsßÌïØi°¨U0'î|¹kB¹‘•ï=𒨦éÅ(/÷"¿îñ©QJé“ÿN2h_üˆšumÅ¥‘‚‹›†º‡;vHÖž›ÜvàebÖ,ø¦èÿê„öF15Xáš¡îÙ¢¢úa4¶G‹Zð›%="ëáã½Û´ç"ÔoZY‹Š¶g3í÷—U ×ÛvtùôpÛó‰ÞÚ«KzXæ¬ µa„e¬« 3Ââ?æûÊÿ ÷×Ýš]³¤Ef;è9?,kZÓvœdàü02gCÏ^i¶¡ëJ>´C³ömÐ̈¬í‘“Uô›–qvÛŒ©ø2É¢¿#6, ÌC/¦v׎,Ü1Ã2öGqu~YG¶VxóØGd~¨%sSÛ’üÞHßw4¾[7'~ž„7xÑ•‡^bû{‹¼;ʦoºhàˆš±f¨~¾3Úšµ7IAmOÐQøíª˜¹?ŠnXÕ¶¿ «nL -JnìZZßìÙ¯ß"Ëb¿k[3@³7mÈü/±uÉÍ?ö} -áÛvdÙ¦œvàèÊøo øï<…[ãò-'{àçów½О Y»fîHÙ°‚3Ö,]»£°‚-;8kÍ |»¨n}ò)H„Ž!k½Àâ=gkîûãYÐÖ®´]¢ðŸ)÷ó,ƒÑu¾\ÑC²÷ÝtB,nÁÛHÆ®˜±kf.)ÚV´ ”M+ºr×…«9pAóþľŒãŽœÜyIÑíUYå“…²Û‹²²[ÿ»Df~™!Ö,à숲+ÿÀi?—} -uU|œÖnØ;‹vܰ’cÏ•/3tê¶V03\ý2$-OÙ…¶| -R©Ÿ'Q[¦æw›¦Æ„ðíº› -ý0Ãý'ÂWÍ29;A:igœ ßuë?°í{^ló®‡^sàwgؼýY®hÅ~ì…ÝúdIÞø0ªhz¼~ì£ãèÊúï*•·clKÜ4t¥[ñ¯ÎZ-Ôæ]®x߆- µ?Xnº³¤h¾¿ª>_Ñ s'Eí¦%OÌ Ð?êK,oÛZߌq3~g¤ý0É-øsSÉßµ“ëF`Òª²öþª¢úÞ rä:ž;Ù–nHœ¬‹­S[ü‘ßrä#VuÍ ‘á¼ Ëò’ë›Æ¦»vxÞU±çe­ë/vm¤‡#w®éÁ)Yû£_¼6Ö]xmRTqeVÚp+8Øx·˜üKTJÙÖ‚ß9XP)g57ß)?8EúØy¿,èÚRFÅo†¿¿·“šw͘² mgÊŠ¼â~HsÃËHÿ}‚“ýó”°òÚŽ[¹¬î*\Š=ó†©#e×ÉZSµ?ßPž­ª;’µ”¼‹ƒÀij‘‘Öœû9œnlãlÙ]wê…™þä ®Æ„>hÁ‘Q½oGT{8lÒ![v:ôß~2òŸ¾s×ò½NXö‘^± oz87ØtwMMhÚ5ãë\àÜSSBTÑê-¹jx‹—ò?`b”^ ËÛ^|Ç·}ñÓqû6xþ®µãÝ®¥1yM]ù|Ã~·å<®y¤ÃfUà”EUÇó¨©+m߇oÙs£ê–Uu/ÃCU7fª®NÖ\ÿ<‡®[^E µO×M /¼ˆŠdõ¿ýèæÿ7GÀù µá‘ê[`áç ‹³kÇToêAïÖ”-Ï6´ñ[ÆŽäcDÀ{7¦iq¸þÅûQHnlÍJV”€wûVPÎÂ`yüº¦!ey¤&~[×”øÑ ©[QÕ%ÎVßü0F%úˆÀ÷ã’=o{Úº¹11"o|ºã€äŽ#+|¨š%Uó“Sˆ¶îaÿ™¡‘÷¼øÎeM{Ò´¤üÖ¶¥%yœBû0E§|™Áƒ?MŸfÙ‚ƒé>û—9¡ñÿ‹PÙ_&@e«úÆ‹ÊúÇf`J Çp‡“$ä²1–3̠̃QDÃûQTí¡Uy<8¢ªMÙ27?ó÷•\˜V_^éx¶¥Ç—®i é ƒmw „Ѝ‘¶®­«ªùAT|9Õßr×î9¿0zùÁE­ÊIûvXÞÁ(¼xSÎÿÇ *þÇÛü棧3cYNžjyðÑo~ïDUDU±8•ÕÝò±ÒÑÀžœr‘ßž=:®÷bkÜ#Í r\á¯èÚû‘5ÿ`å‡À»¨¶æþŒ°ð~ñ¹eèÕô:}ª¯íΦúvYÞ™´¢¤Eµo¢ªŽ„Yqíõ)Q}ü†“7+é|>Ðòú´¼-ãì(©ôR¨§ôúª¬æÞž ”½n§Y8å7G@é¿|:žó®§zŠÏºÓòPÒš`\ŒÊŸ|p‚³fcÜÖÔ?8p´¿ùD·x…·ýÿ?GoùÖfº¶}¿ïóÜKfÍš5ÒvÚ™©LÝ…¶ÐwwM $!ÄÝ…àJ…hq—ˆ $H‚‡$Ä©ÍÜ÷½½ÿÆ{f>°õCCB®ó8ö}ÿ]re1uücG?^dT[Fª+ØI§fˆQß)Ißm½‡€÷d!_A®®}€D­°ÈŸ7êšÝbJ~@F)´/]z•ñËFáåÐàÒ0ð;ãćDHt+Z:ƒ‹u ®ñ5 œu³Û—wUß‘vê­–÷ÞÅ–·ûól´_Ũ -,‘¡n% ê‘‹ŽôTHHE*Üê+½³ÚUü»_Í#‡÷L÷«Â™…^à^ g» λeä\‡„šk‘RlSˆGæÑÊ;ªöä³ôø™¨ÙËï0K•TÏ+~“7WœÑ¿†_Ýì#FmcvúI±ÊÆÂ“†nø-ó>Ú6‹Þì/»²Ô™öÓb{úO[k.>ñ@*ĸfØÅ[}µ÷ìSô û !aqß6Q~Ó-‚Åî Bî,4dþ8_Wü›C̆ßÃïmõ#‘í3µO÷†`··º«olöbYy§z0 ß®w£¢3ì"Û-ssõPÞ{BD‰ùv§ziµ—1À)=‹J¾þÿŠXåWsÜ -Çò‰®3딬1þû9nÂ÷Ê–²‹ûÓ¼ŠMÏ6M˲ÏP³\Ó|ˆc”‘³K-õOæøñßÑ#ÿ®nÍ9Ö=Ò4ŽQ´fþ¸?މze©º¥jJ;mèÊ¿½7}dì)¿´òú0¤xùÚ:ñ²q©“©nEG­½E< É9¾T¼irOßUvµŸðÃ[tÜOuÂ`xŽÕòÙ\óãÓ£ä;?ì~H?ãš ?¯JNcä_ù¯ù–¼û fAÇŒ3’¾£¦]ý†–rõ#˜Øšú`ÀS¨…Æ!D ,éü7+ݰè/ »”¸Ü½‘¢ë«¯“OKêž}7@ºÿOÕó´ŸÍS´œ)Añ/Šöê;!E‹ eU:§`‘›Ýi§Çé÷¿ Ҙ᧟ØAÆ:Ÿ MGÁ倊^Ѐü7Šx¼ ôß2RñÄ1_|™yf‚|Ú#§oŒT?[y“û›y¤úþÞ :Ò4\å\À¤íNcSz é?4=ú/ÐËÙ1®Äø¡ôšñ=äÚXgûTMŒc®è7¾À:‹Š‘7ežZ~›wÿÏ-6ûp…Žþ|/¼O¡îEÉïÊæÜ³ËRø™òmÅÃY~ÖÁE>ë“¡®É!‚Åí ç]0Aï@¹fáI^iMâ\†ä5$™ yôŸ¥¨ôã­Wò€¾¹Ã!¦n]ÖÅýçuÕËZ2¯t,¼°âο—º ÑT°+=³°^9µø{¡{²Õ_x^Õóm7úÚÿéÃ<ú÷Ú .þ%5û»^ÅåaZòÆ !j­qKÚ\rAÒPpZ*,øi¹½òâî5QÖ½¦lÎ?㑳öÉ æAÂ3Ï&Ôf”u ñøî¥Ž¢ÓûS€sféÙ–ñÚ¨•®ôš–èo弤-5䜿¿Ô_ù÷ö9ü¨ÙŠÍ°Ûú—…çF‰ß=¯~ümäîßDÜÌWz‘÷&ê /Ì -Ïo  £–^–_’ÔeœÔ¿Ì;§l+:;ÊHù÷;DÌßUÍØˆIaѵQNü‰Í÷•û˜û81Ý1Í,´Là3m3°Øí²Ë ËŬâÆéy6{P©>ÀÒ›}•w·Þ—Ý´ WÞ±Tߓ֥|?NŠúw¸ß6ÞCîß”œÄ&üÜ|üýRSÊÏ®)DÔ‘’^æ—±*½Øgê&È9çX'ÛØEL±OÔ&Ø&«ê:ó/è; ¯ìô!@3rtM ¶9JÞÎ6r»šh@G:ÇË®šú‹¯¬÷”\Z~SqË:ÅFYg…µª—Õ—ŒïÃ9“^°òºæ¾‚Wðƒ® zIÛQz]û¢ð‚úeñ5»ˆQ嘥¬÷@®Þ•ßZWe쪼axSpÖ<Þ?­ø¡¶=ÿWc7,Â'«#I›KÏÏó3Nzü¡i½3PûÄØBß¹Õ…‰ýÉ4FÈ´ÎP³‡é™' ïþŸžê'Ÿ¡%}§ú°Ú{²=I/|ŽŽ?Ã-ºúCj&Ì5O+Ö¿ƒFÌñ’~‘Ò~’ rOÈ'¼RB¯âáÝ”äëûf¥yš™'¯Ë>5EŸóeKÒwAÔ7Ö‰ò¸/ël¢UDLñÈØÕÆîÊÛÆ®’Û]å÷M*S€æ?ѽȿ¼ö.÷ÌŸ»–GIªXé.¿d›E%†Û;CÚç­_ŒÂz¿Ÿ  Ê4…|¼1ŽxìÑðh‡kC^b™ÂÄ:DÈx÷<:Ã!F'¦AÇô«y]ñÐøÑ=Ï,×­OÁ(w.Sÿšu8‰I0ö”ÝR=Ï»ÖÃí)zfŸ üŒ¬ùhVPµ1‚¦}Stfˆ÷Í)æ²Æü“†·¨›ÃŒ”ÉðsX¼ì~e=Ùj{û.RÛ™yAÒøì']GÎ }gÑÏ+¯ —¶F°±ÊŽòëë}µO7û·W; O¯µ—œÝ{¼k›Ä'hÞ\˜¤G³ööÈ1Í-Q¶žX|Yöû7ï×¶êØp±gVÞÀnŒãù¹¿Œ³ó~Û%¥©:¡·;‘OÿÖUóø¿†I±ÿ˜¤ÆÿCÕXpZßÍËl¬Iþþ9òéöÜ2†m ØõX÷²àü꛼_Lƒe—"tœæ-òfCQäßÔÏ¡1.ÀœK¯Š®n¿ù§§è¼ª!õä[ØðÞO\íƒÜ|}úÝ89ùgK)ÑØYqÙÒ_rÅ9‰ØìN¿¯ïL¸¬hJúÙžiÕO*à—Düg„žpÞ'¡Â]óä"÷,:Þ5ŠÙC?k•­~]pAÚ^ôëKLÖùaJú7È Û?>’ÒJܳ´Rc7âé +õ»ýiröÞ$¢í¬¾­m-;¯¹ªhÊ?»ú¦äZä!—˜˜¿ØV|ë‹^ b&$¬t–œ×µgз§ý oxúíR{ÆÉmÀ6»“„äæÊgÿì€=ùig¨6ɯ¤O^|QtCÚ˜vqå-à”äc§˜_»7IËeeýØGIÿEýµÞŽÜDE,¿ƒEHZ+îv¢¢¿ëÂÇüæSq›Ã¨'SÜÌ#„ØïÅ×­ƒð‡Ö!øCóDMT+"æûé¦òD›B@Ü!'(KÎÉ ni_—E¯¨ˆ°WD~\$V~1° Ûã„8Ç4ñT/,âï3øè,·äü¦mι¨kËýÝ>Uöàë&³1†L˜æœÙBgXÄMäðL–À"½Ò­Ä$Z¦ªïï‹P1¾E -äãFc‡[ÉDíM×ÄxäÔ²¯ëZµ?W¹/‚Dm f___|É« ÃCÚ:ŠSLÍYà ÏbQÒÃçhüJ!Ñ'a—ƒl¾3T±Ö]yu£¿öŽy„”dŸ"·&é;¸ØÕwðÛKK»#اÀõæi|ìJWÙÓxÄ®íu˜­·û°å-™?Ë[’~ÞíGF8¦¨Ù!™·3CηæŸ1öãRv'™9Òú§éIÿžf$ÿ0DŽú÷85òoR^껽˜8§ˆW6'È=Þ§È&âTl| E[{î|¢}»¶øªêwÓ09Ñ ŒN×KzªxAMXhFÝ×uÂooô"ïZF ñëœ Õ«šÛ+Ýègy‹Ð2KH´Œac“<˜}T€Üù€ŽØè­¸dè)¾¼òp'úñþ µÒOÈxÖ¥ùè›·—Vß”_S=‡Ü\ÿ€‰Y%¦ô1s€V¤rŠHÙšÖ´tIß»rÑ·Æ4õåÞ°O Ò‚*>YÙ[û¸™ðý¼°ìá']ë×>Óð¦ð·•ù§6º!=U7—º«ï‰Ú¡«Roý­&ùò‰#­<¤ ºæàÑ[ïó®OÓ¢¾ï]ùûëÉ·æ)tÌóÚä3OÿÛBsñí#暪¸ë™)¾ëž.½«hˆûi ûàÿ.=Ï?ë’rª×zQw =ˆÖiB.`çBÇ 1Ï9OÈu§ëÞìÁ%û¦6ù´öòî ;óÜêØcÓ*e{°:Å/%•†g¸Ëx5æIt¬º3ïÔæ0:j£¿&z« <™”8Ûsz‚“üãÊ»âëÎð¹•Yrºú5ìâÒ»šÖYb޹¿ìêjgö/Ëí…¿»JÏ™Çkz• ï+ØH}WåÇ<97ž“®®£Øgñ‰Öá’›«/ã/®¾Êºb›!¦ØÄŒ¢…úªs#Äüï·{±i—êêƒ*.Ö6…NÖ¶%_Q¿(x¤ï©ºm®IðjøœÍ‰zôÒ[øm§ŒPxld“¾nr¹_78¬ã5*Ú%Çê{³Ïj^'ž0M"cç[ ¢”¯òî8U”j†A hñèO«LÊžÛ›:ÐW|Á£"dïÕF™†‰Ñ¶Z¦OÉEìOSS]bJæþ$иÄ}ß<1- e”Úf9ÅÛ#´ŸTˆ5’“–_V^0¼«º´1¹¢jO:©nLFßUq¯ûÃ4/ý”±vǹÀ„j[Ã{zÖÜ7O2Š}òç ®ù:¤¡%먹'z¿úŽ”û­´²0­Â4V~}{¸ðÚæ`Ùcð÷>5TßsÏÖ&¬õA#¦ø¹§@‚\[“ ·zs~_lzú‹áeúåÍÐÇ[ w³˜äðÞ»ýŒ”D %¼22¨¤”¸ÄødMgÎÙaJ䦹é¿J[‹.*Úa÷Ä­Uס‰—ÿ=ÊM¾’c³Œo -/.·ýUÛ¿i[òά¾+¿æPJê -.åÞ=ùÿp²ok›a |JÚ< -0öä\\z‘}rùuù…õ~ÔãîÙkrÂɈˆïlS„TˆUä›#¤ìOÂc7úK['*£¼ÒÚ8¯’˜£~‹ˆKø‹mŠœcÒýRtÞá"q¸ÌƘ&ÈiŠçЫŒÜög˜Õ{³”ôíI\Œ¡¯êî3áÜ #ùò¾“Z¢SB:v£a´&i˜›|Ú4ƒ*üº[×üi“K7ÏÀã¥-ɧ_e]µLBŸùÕØL}?< -‘|ó_|Häµ£õ–^À4mÇZt¡WŽŒ[í/¾´ô¾è†qäÈYf¨Ë{Ö z†kSáqa›ƒøHÛ,!Õ6ô‹±‰¶)TÌÊ»œ †÷— ÝÐ+®V™yš–cìAÝ5 âžúüJN÷Γ2ì@kôoJ¯ŠØÉÿ^ ‹>T·íbbŠu÷Ì6AJÖu@nìO’³ ôR‡˜UÞCG÷²âìî0)Õ)â–o|€ßY{Uö»¶5ãç^Ü¿{k#ÿ)­ËþÕ9Ë(Ù¡eºÑw‚‹’GÅ„º¤”B»ä•`3[&Yljqö)!L×CÞ"%‡T<”WJÎ=ZdÀB*6Â2‰Ù„\·ŒVßµOS÷&Ù=ÄŒÃ{„Z§éYæÑÚGæ!Ø­€Œ‡ÚÙ[ó¦üò9é_>)³|Žš¿¾ƒEDH3öÕÄ,uÂï­¾G¸¥áëè6w1æU éáy’Ú®š„náãÅ×ðôOk|ÞWs ¡ã\søüAÄ}Ó,¾6ÂÅ­} &«Ûà7'Xy§Ãs–Úa·ÜRA ÐßÔÝ±šˆ€šG.5 Â³Š ½"AêcÔGßX†Šnë‰ÅŸ×9Ôå>Ôàëw½ó<ä¡¶Qp¸\Ï?Z¦ÃÜ2TÒÎPéÍíÞò«A%Ÿh_`¡g9¬“¤tûnŸ§–zäL°–¸ŋ컒ք+º®ôsA ¡" "Þ_Ýùål¼GÊ­qÉx§F€—÷Vß{‹ûNÄ/8o™á–m a"5E²Î®½­¸ òd‘O΂ZgÉY¢–üó’Ž¢—„[½=ˆÞþPyEÓž{nŠûóòËœK‡RÅÁ*‡²Ô‡ˆ›]ØŸ¥Û%¸TÓ0,n»¯$ -ðBôÚûª’æ¬_»Ê"ÃT÷03/ÕÝÛšbC]òzœSÌ*Ýx4EOþeœ{Ê%%d{UÌꀎ]»¯$åÛTä‚Ð -‹äQÓkC‹lðÒòÍÁš8Ã!Vù÷dWD®qé;ÕO ÝÙ¿x5´·®®Î»ÖØfÓrI"N¹}6Ì.诟 |/k­»öÎöHÍãå7ù¿îÁ#¶‡”-©?ê:3Oí Tß÷+ù—Š1ÏÒ3óÜÊ­ÚûVÀß{£Ð»šŽÔŸ¤ iÿ‘ -3A¾ªI:XlZÂóÆÄŒ|ˆY`À=qMÑ -ürÂ:CN_~ »¾ô¢ô¬e‚–»1HLU¶ýl쪺úëáUõ£¥çÕ÷vzQÜ"FñÞ>~ûâvp‘‹ÙŸÃÄÚ¦‘Ícð5ý2RNPÆ‚¸Ä\ˆä9䊶£âožQêšÅ'Õ ³üµ¯-æ©iåY ØgˆÉÛ@ÏÅü¬|2<<ß]Ò\ôëÒËâ_͵‘;cÈû+=Кö¢+%«jw‚œº5FLÏßô(è¥æ1ð}P]³ä÷<jTXgx•~ÌÓÕ÷ø§NI[ƒKÚÞT7 >oÔÕTÄ|óìÁf/äºy†\¸6ÃC~–ßáœu‰ùHë8%Ë6†OvMRÍã˜ÓDm”eïS×S×I¹‹¯W»1ñÚ×ð„Í÷• !EmÎ'#©*¨#BÔoJέ½«~ê—7ò÷Å|¬CN+=XaÔØ%µ)¦ÑŠÏ*û ü ä4¹°›üƒ]L¯ü¸ÑòÚ¿ÈÅ{åŒÒ­ä“iÁ³33üÇ¿šG‹îüï6{¬gã"l|hQÀöi8„À"Ÿà±ËMsÔŒÍIô“µ÷ká½°¶Æié‹]˜{;c¼ -Ët]­{[푳Lc¨(Çꛠvîù•Ì*§T€V¿‚ßÖv–÷,²§E:&O?ëèH· -_jÕ<5M …çmmƒÞ’6ÿ¢¨ÏýÕ#Á 8yïZâ»™Ù¿ -ÊǸÐõAf¶î­ú²ˆ÷‹¼¹àú‘ž…û²!l8^ã¬r|Æž„ñ‡YØvlä0÷§±)kÀ ë?tk85G€IÜ -jñJ7äúæ<òãfkoh­ù•SÅ!nLÔ>ÛÇ>Ý©º½ü&ý'SÎo»ýeÍcÌl›¨¾v{”]´7ÅÌqÌÚÃE;g±ñ.íHEÈ÷”eŸèT4WzàW =¥g×û‹Ïz‹/YF±ñþyZñ¡’ ßCbsËœóuÀ.1ÚöÜÊæÌŸ¶‡ wÌS¨È¾š»€uRvFY²È%yKÑÏ.¿Â-âWºgøó 1¾ýôûvÈÝï瘉?íõÁnzüÚµ^ø-ÃëòsÞðçè¹Ä-¹È+Å¥o Ân¿Ú?Å+ºhèÁDÌ òO:Ä„Œ šƒ (8U­È6ŽÝ®º¥RÙø/ç<1hR±´£æúJ/þ©mŽší–Pr -v•m&¼ÿä!¨£‡ÖYJÁÑJs³}dÇiLôÞ&Ò<Œ~”0KB¢K†¨» ¿‡11^ÍëAºk4 ná®/P‘òüó„ ÿ<¥È¼Á´À‚iûQO CøŒmÇ:Œ4TÞ6 ”]^ï)¿ê‘€Ü¦ç“üZ!u¾~Eõ¢ö©}®0¤u¨æT{åØôâ+»#·Üó¸ì#-u2ýêö‰uŽ’ýÙ(èX˜€›a›>Yz›uYù2ãWÝÛ²ß?¯ [¬ -TÒV~yí=îi@-dûTlª_Åĺæp©æ1è#÷,:Á%"¥¹ÔMüɦ‚‹âÖ¢H·”‹ò*y(Ÿ‚QZbá—ù¬½Rêj?*"Êñ=òj˜ð|ç½qtäÞ(øô¦g¦â–OŒŒòÌÒ=kWsíbLœy´âúö‡Üßö†á÷<¢&ŒWÒ!´ÎÔ!×ú¨)[c´\‹˜”¹7…yºùy{ãCåuEKÞiycÆOvë‚j!iw‚š³ü~UÓQñÛ05í§>|òÏúÐ;ö bм±ô¼˜•ûÃæÛª[Çêžm›ièË¿´7‰|¶3‚¸gÂÅlSW>ÔF.4æðÈéðàRs£¯:Âð&ûäbGîó8"Â)BGûd¤lŒUi1‹v¦˜Y–ù&¼MÆ­2O##×ûË/‰ëÓ~ZhN½°9ˆˆuÍ3jŽ–ëy616ÅjÉ6MNU4Q4&}¿;Xqco¼æÑJOÅ Ÿ’\ÒqHná‘ÕÕú5|ÂÆô¶º%넺)ÿgecÚ ÃëÌóA &3 ¨'¬öâŸÈZ N€¿ïžg”µ?†Œ´O£b÷ÆaöÆPís” Û<¿JþóôEM¿ì"rö'Ð?áyŽà;$Ùgp¹ý%W7ûsÏZ&«#W…<7È»SÕû"d‚u™¸=RaÕ¦éÂÏÛÂ×V)¡@ÙYqÁI‰ù~ý}udpµåͶ´+i«¼°úõÄ«Œ¤áR}j.Õ«æ’½J.Ú4È.¥U„ô »ÓŒ¼}À³G+ôÚOFýózãË=Ÿó×ëÄìRã¿p}¢o–ìŒ1³–x8pì A}CãÇͶáO;íS5>ß*§ïLÓ2 -§´©èìp™>X#Wš¦‰;cˆd¯–9Ú¬kÚ¹`gFs¨^¼ -n6¿<Ú®Z“x4M\·*¼_³Ü2¼3ZzÕ)ªyT2Ê‚vµmŸ8>Çþß9‡‹µN×D­öÞX~}u÷ê!Èþ¸/ëÏ}VµKJ/ïki̲3¼ú¦âÑÎ`Mše’1ͽiÛ^xÓf5a·Çh)kÝÈ›‹m¹'g‰ßJx)§‚|ÞÁb³pgª»<(ÈYä¤o 1“M£´$Ó0!FÖ’ùó{䣿)8¹¿8†0Ñ>)µ`{œ³9JÏqHêPÀKcUíÙ§_¡nþã-úÚ?”ÍÏþs°Â%ÛT¢aûÄ4RåSò‡=ÙŸAD:ç*êÞ¤ÿ¶1XrÓ-¤lfnŒ‘b·F1OvÇHY¦qr¦WA.þlä2BZ6Î:V£iÏüeãô6ȇ Vþ¾ÚUᓲ áLæSóv†ËŸ.¿J?oì.ºlºº6ÈÊ¡%ýgAñ‹{š–ïšÀÅîV=rŒÃ-c¨øùúüŸ5/¡¬€¹tÐqÊæ¢ –ñê'{ãå·l“°{¶)LÊö6^õ -zm®©ð `_ó,-oµ·üÊrWÙ•å·•÷·«ž¸°…G:áhM(´ýÜœÁÇ;Ïë]rN_A,ôɉù›ƒ»viM’ie­?Ô±P†~ØÍILbhE@÷ª©•®yLºi¨âŽámáEÝëüsû3´ü€¦‰¿?Ç(—66ãç@ÿü¥â"bJsÖ!#•ÿi®ùq³®1´Æf9Ø<»’RêÑ kσ~=ê_aÖ8A^9Xi÷×=oò‚KJÎòJ1 n1:Ö6‰Žy6Þ:Quß)"f¨hû3„øõ!ø-Ù‹Ì3Šæ¸ïM=Õ7|Zfa= øÔ¼SÖ²ÌòÊU/‹&Fþ]Ùû£e´&ΩèìXŸk§nÏ4£ö¦e{cœ‚íA\ôð`ËPõ]ÛTõó.kg¢¶9ÑÛžn'îMñËL£ä¸Ýbœ¾«"|Ö-Süî~ò¾e¸æÁÖ >još_åÖÕÚfIú×Õ÷ú© g†(ONíöå]-Ñ«, ™g9.‰å”°ª6†*¯™&ªîš'¡w=yW­SÐÇ!-£2¼gâú5 øx…[þò•SROìÔÓ N)){ë=üŽñ=ô‰MD)Ùdç«:PWög˜>%§Æ&Â&ZgPQÚŽì3Ëg-#•‘n9¹>ÂÊV¶—ß^ïE¥äu8Ë2B.Ì89Iû·ª)ý'eKæ¯æI|ŠCÊ­^xU}WÖ8аjsð'º×™g†i‰?¼­:1ÍH<±özÝ©`ûðÑC¬¬U/+o{drP+ èødŒ\²9‚ˆÛli–3+ªŽ6}&a¡%çwÀYi1&/¨c‘@"÷çàénYmŽi¼êžd†…R¼.¸®lÏ;g…?±ŒÃã]óø‚ƒ%ý`YÈÙ#[ñ¢âw‡˜ ±Lâ³—^æþn«|äÚ镲+ý*.æ`¹éy`µ¹}[īؘ@¶§ÐÅ·°[Ûƒðg1¹ÂXzŽXäà?¯7u„÷ÒõªP¿|‡œRµ;HsJ±)N¥Ô¥â¢6ưI^¹ìhÇð*UAu¸ÈÁ‚µ‚¹žZ¦ñÝ ZÅêÄýõAØ–Vùߦ¶Ñc›ÔÑ«>oòxŸÖä ’²6aÅgkÞ@.†jžyÙXß2 çVSJ|z*Ò¥"V× ‡ë¦ žMò(i°íqÔS¯–QýYËÄþ±ñ¼'¨kmu*ZXV-Ó:…ŒXí->ßO~øM?ñÚ7 ‚ÈmTÜ ië¨6#wgœœ°7EJ¶O!»&ªïíUÜ5¼KþEÕýŸÐ°ž³;ÀJÞ $¬÷TÞñMÞýŽTñç:‹¸>SýXú:ÿ¢¾»ò¾C܈3OÕWüšiG=’4§ÿ´ÜU~Ë-~Îs‹»^ìϦaô³Ýa\”M̆8åõ„)F†²­â’R˜srõÐ;GÉ -¨Âû"³í³Ø8»XX³2@_ïÃFl€\±L yå,ÀF’_ÓIJŠiy{Õw]\ºWÍÇÙÅ”ìÍþ‚«›}—sÛ<½À£êxÔv9%uØ}Qmô±‘…­°1¶ræöXmôÞ4)Í8Dxj&ÅØçY¥%e!¥ø\¬CDJ·M!£@ï]_|‘tÕ6]q×+#gùM—¢­i˜“ò½¢­äÞî©È-"—©‰å!¹pSæJwÕ5Ó$½Ì¹À(ÕuïØ\xj¾rEÚZrǼ8$eVû”tèú(&JývÛ8„õÖÒâÓòñË\¢_ϲÏâ2ŽVyì/[ íך׆q‰Ò¶Š[N)YÑ«áb¬Ó˜ø¹ú”_çã¿·ÎÀŸà¸PKûi©?NÕe_™»Ú X×)A'nAïmöWÝþȧ¢W…–ê7±O—»àwÜs ø×ÕÆ–#Ðs>&Ç<‹±Šñ9¶½ €­Ž±2§¥áYsO4täÿlòù>!ó@C* ©ð…›}¥·‚Ë<ªo­åÕê(.UÛSr% e Ãq>o7w\o|ÐPAþ§äùT¬ªÆ†&§ŒZïC>\é*9¿ü&ÿ¬M„Osɉ…€¿pŸõ\²OŽ/vɉÇz_‚ËÚª¸a|UrÑ4„xâ”S . “zs´!¬7+p鋞Ŷ×Ç“_Ìo]Úð>€”b—‚ ´ž‡¾,ð+¨…Z.Ê#çÁ­"v¡yš™«W}EÙýUÞ\qNÚPtÞðþÀ¾ŸTž“Ž5O3²÷¦9KoŠÎÎ c¾Q4'ÿ ¾²3Xv 0YÕþ¬fºDàßÉšG{#Eç=s% ^rÎêzROÈ:Ó~3öW=ñHšÖÙ:ØÞ85É.â–:¸§˜œãþk>!&f’ó]?þæ·ûµé¡Å&KÕÈØääÙÀkmSøxsÕmÿ<>u¥+㼦-ùgç:Ñ!ã"ÄíÕ7—Þ¢£ƒr.h2òHGG4¤|§›´ô.ç´þuÚéð}ß¡å¦z§¬dáRö§+‡äØì£E.Ú¯fÂ} -zÅjwÅM7îd@C,s©ée11Ùµ@Ìv/2Jfeh‰KpHˆéÖ9B’UÄ,ñ©ÚšwÇÑw†*oÍ7e]ÀEýꞃ§}5ÔñëyàØV†ÐO2>Ù%`­Óè§[ýÙF©÷~§Gž¶M¡ãµ·艚WÈ+šW5W÷%|Ôú`Õ-Àx·¶ûòÎo½Ïºà^Àd†¹ä£åÖNË )s{°Zßxllh h€Ÿm™(»»ÙŸqÆ1OLŸ‡ò/¶¶Ú ´­ V¾SÚʱÍ7]2NU@ÃFíKjmTœmžœéR²«ÃÏÔXEøDŸŠ sÉ™0„”}¨!•머=²ÒCyœžshhéÚ™#æ­@ï,w_]¹çSS!ásÄf™³>ÁÉ[â›DÍÔÍ J¹ìuiÔÒ[XÄò»ÒëÖ)Dœ_†Íùs»®ÅôÙ$©G›%¼Ê ¾¹Õ£bÃ\ -Jiµ;xèQSË?®×Õ5µ¼ß¥*_#o˜f¸ÕMÏÿÛTÿòó -­Æ3 ÜíI:¥iJ¿`¨IÙW57ª>¥­¥—?…Mÿkmîÿ¼Î«ÿ²L#ø¥ÕYŽÉÂû;ãÅ×¼z.+<Û8ŽË›nÎ<ýi·éí×ݶñOëœF•¾3»åQq¿Æ±À«²‰™EÛ£¤„õ!ZâFxoçaa‘UÔPãV4 -nõú(êÁZ/ìêÎ1fŽS²=BJXëÆ=¶€ãîS°azxT‘p–eœçœåY¦ð±»#°pŽºoŸ®¼å’¢b}êð:rª=sì*Ó2vk ô¶mä‘s«7úkîZ¦ V ÇËoa­£µ Ÿµ\üG}Ë!£¯ #L“¤xãPåuýËì“®iL¬{—”R‹Ž4u„Xc×,9Ó3GÍû¸, ÛĵÏl³ OHÑñ^1Ç%',1±_cx”l˜}õ-¶4{›½ò:L@ÍF˜ga÷mbD”e Ø8÷h…ƒ³K¨y~½üó -c\ŠG\k™€Þ÷J€½é° ¢žPw¾6c£LӌⰗ:Ĭ·¨&Öêaöh³·âú‘ZÈø´Öú:¸(dØÈ ËÝZÑþ4*Æ1‹H=–+k˽¹Ú]vsäv«”XÏ6KÌóÊ@­è¨Ïk|Ž_Í ¬ÁR¬ÓЇ^©èp­ù…o©¥9¸XÏ -†342Á2Uvç‹EjYx·Œ‰°KÙ­)z±KÝöÜ.oåºå‚·ŒQf©M²ÍÕ&´ÌjàALŸŠZæ˜Ã§”áçÚë½rB–y²êÑrWÚo«=Ð^øÑØòÊ·&äM>/þEñð\Hðé„t¿x³‚‡ÜWðj¬r.ʦ}Ùµ:ÛÁyŽxˆH¿óÍò µd7&øꑞ†°‹ÊŸùÔäW¸Wå­Í6YûóaÂ3Ó 5; °:VíáŸu°Æeú–(›”šŽIµCÓüÜ¥­çºø ç\m¬sT£²wú–›ÛœÚÖæ)NÉÞ4­èÏÝæžc‡µ; -»c‚Ý[í*x`)ŒûcƒFýßý†ž›|®y—g%û¹}oUâÎh9È.Õ™‡+¤jpLN™ Æ,â–ƒ÷K7Ô>0‹Ù%–AÕ¾¤¾Ö£©§:•B¼MƃïNâ·GkAoâbL“´´ían–s® Zl`æÛeäl ËqæIr’uŠWlå—™§™–)R¢uõЯ%¸UÔÂýYlìÎ üŽT˜þ½¤.þŸÛ}å×} F͓̬pmy•ÜêpÏhéå‡jb¾k¾6~{qÏø¾öÎî8pzm„i ùè@ÉAøˆY -R¾K„LÜéϹi…ܲMÕD—XHÇ1Í>‡Oö*™à"£2\ïŸ \zHG¬0Oì•\kïw-·¾4MÓst<’KN -ás¾®3џט(¯‚Th¡¢µ¤¢Ð"dCÄ#ïBM´Sz¬f×üÏZKÇW}Û«¦‰²\Ž]ÁÇìIë0›#„gÖ Ä£½áªû OžæÉE‡êFf@)À¯,·ÎQÒõõOøÌ8ìþF_Ácé­aü Àä\Rjc–Yd¤¤øÕ­ÍºæÆ†Zî‘a’7†ÊoKZ“OÙf+èiÕÇÆúzè_äÓŽ =s q.ÔÆ¸%褽qèýÝÑê‡> Ÿthhîô/ -YŽy$|=øXWG È™PŸ””ã–àÒÌÓШÍá²;áë_VšZŽVêë/ÙÅäÒ1xüöpÕƒO+ò‘Ë0ÉÉyÚ~dÄÖ,»Æ¹ØÜìÑ7ð½ G|KõÜàZcËᆠξ(dë'X¹Ê¸‡³mˆ(·¦µ#´ÚÜêϲ’ÑJM•qGËL§õº†CÃˇ¼Žº1Pu}k¤&ò`½¡Ó.§–zTÔbŠ\àQ -ü OŽÂ×06:§L \¤}—t cÖ¸äC ëyË¿"`x–¸À4Èàõe»®Ñ2ÏW¿‚^pÎs`€™YŸ·øMÿ½ËâûµˆS|YO.ýºÍÊßÀRYw¾Qu•fü±×øîÿ³³¸%è Ú­læ¸äB 7,¨[žaÀ†õBfP_G³Ëx°ýn…mÝ›bçoŽPRMSäŒýyfñÆ0ñÙÆ`Õó<*|.Ï­Ü -Â)áW»dd·¢ ü¾Ô*»4|ý5 áÖØ8 ÌSCOÕEÝ+èÅ•7ðæ1R8o•ƒUìÒ Yþ%1<ԧ§»Ð@kŸ:@ :X%.«<Öh0dõmÖiÓPÎYóhîYËxþu—›ìœg;åÜ*Ç<³È£âc 7G -®š'‹®ÙÄðǶ9øcÇ&1¨­]á½F·g¨iAŸdÁ¢Ì³¥7xtèÙl‚PSkþÜä²>o°H6wg¢òy“t´ÖÔZáQ|*Z‰_Á¨ôÊ9^9µ,¨i`6ð9 Ç² ½Å×ûªîXDdø äÓŸ‡i‰¿z¥µ~%®È#Æei•Ÿ—´–‹sÉ)Eðó[òFúÞò!È q&չᬠ›¾l·~ø²+l7/`s\Vmx–‚]É@ºÔج­Ä£­T”äôƒ¥¿æFu€ºâtág›^ -¯?mð¹%®À#>OβÏã’õ ì§íÆ×²—K%µò]Aó§-·¶øÿ*—f–³«Ôd»”\ðß{­ì6÷ú—Xÿ"÷q‹Ïû²'lû¸%à®Òû2LÒÎ 6Á.gÔ­>s°ÜÜ8ƒï’ ÷ÅÄ|¯†Rud`¢½‹<¬¦3ÛR|Û©  ÿØeÒ¼òª( ›~ eV.²kÔôŠcÐ{,75}Zmj -é„4À=©ƒ5÷ö&I‰ æ‘63¼ásŠá¹†sBx8û¬(<»;R|É-Å¥;¤¤ —”–¬о[ß~66µ†tœZ¯‚Q -j È#k¦ÚÄ͇TXã’°Ë\óÄ4·„šô<Ã&¢fªøøO«àX -YN5 êדÜò¶:û‚¾/¦fï‹ñÉ›C¨ûæ)\´SBË¿—³5»cE>rIH™€ÏË͓ĤíáÚÈõª›19ûh¹©Ñ£­gXÄ”,ó 1Å)çÀ\j@ŸmOQ2VÖG0O§!@®ç‡•] -Ø]Á©rJY¥¶j¶MBÎtH©¹cØHÛ-7¤VXèõ÷yçÌã¥×m³ðÇÛcˆ91ËxjkŽU¨ïÃGÁçz¤ôªíaèMÓäŽ{þ¯g+‹Cj.öXÓÖÒpРÞ3·û—ê™%ñÙHƒ}6P¡ÁEjÉçuù“±±Å§id­ôâŸØEŒâÏÆ–—ÇkªC\ýØ2YrÍ: ¹³3RþÀ1Ê<^ãS×±}j:â`Q@ù²’[Vo£¢wú`w—:³^ÿ¹k‘ò\r~i€˜Ý{ü]5ó®[¨È¹^16Á8ϲíÞ$6~sñÄ¿ÄÆ™ÅÜ*ÃûÚ‡ uœ£µap‘Gþ´J­ ©0é¶™’[¦ÑÂ«ÇÆÆö¥Dô2ÿw›œFýÀú¨çâ¾®¦^¦Â·úНÈZ2Omb2|Ë#VPoN §h"û`¹ŽZ­ãO©û¿ñH+¶LBnƒœõi[ØX¡W¹”Ô’ð:Údì -‹„Wž‹P’pÆű«=E—ŒΑK -ÿø—Éå1â©°»o™‰LÒw¤pLÄ4—‚ùºÓ6|´ÎåúµôJË>iwŠ˜°¿@ɬ00Zy_w™LÛ2;¨f&CE”˜¤¿~@Ô²ÑG:Õ® !Ë2…K -ßÓç¡“ÍÓû~%!7°ÈF8¥¼*û#Ï<‹Š^}_xng¤âÆÁ±àã*©ì³=ÐáJ¿np(Ç«`L´WÆ­rI¨V1Í!áT8X¥àó«Ž´<ô_|"c•m¼¯¸k›A%´ ¨_ÇFù´­MvÉ닸0È|Â:ÁÈØÄF-¾*¸²þ¾ìŠ{Qr ð:Vñž˜S²Ø¾§~ ¹ÞëZ@JÉs-PJw§ð©VolÒF"`ê9Vi®¾>&Do j@‚Z¥AMèl»„qªê°•¦Fó<«tc÷Ì4GÉ´ýuï9ݯ ç†Ôäb{*=z!ÐZ¬O%$[çKh»c˜HGøZØç˦@¸/¡—l‘’‚ãaÌSØhwø|¿’VåU01ŸVø|àaížEÊ® •ùWZß®¶¼8Ò²!!Û¯@%š†«#ì³ô²ÐbSýáZK§ux¢–=\«:XàSÁ¢ý‹˜ôà>×6ˆ1‰ˆàjë;»žר˜ëÏ߇4<œS„Í\ï-º³ù¾àÎ0éþ/ çþ±Ü“yïOKýKÿ*~È·„mGãㆰñÐÀåØ%˜b}wñu}Wé…}!ã㺀3ß–}ig²:å`™Žøjàÿ\¥!Bµ¡’1H»ÊÎ=÷·š i©å‡:j¹_…M5M”]u, âü%tt`‰ß¿, aT8d¨Û\ÕÓÏË´ê#}x<9¬:àÙ|ë,!Ë)&ç~YcÕÔµÉNIÅ]û<ôþgàa_7xôC %~…íX ¤YE¨gn9 b›> "fg]EºkÝлûSµ‰ÁEJéñîÓ²P çÁö¥|¸SUO´Éê±ÖIVöî>ZÖœ~Æ96ͯÀ${d¨4›¸*Á2‹Ov*›¹^mKƒE„I\ïË¿è3\bF‘} -—ðç2‡üuëy¿{‰OÝ›£fy—šêõÌ+è£Ö=ú®ùôw 8Ðr·ŠRàS“AvÁ%ÕLÀò,„icaâì³ÄD÷<=ÿx…GþcCùjd¢tÔ2·”œí^`h8È#­ï“2Ë4,˜_A¯jˆÃ%6Æ«d”ù5L¨SFkÄ*¨øh/ÈP.º1‰y¦é*¿äš'çë8'Ðäuã`‘Ø“˜ç×Ö&zUµ a&~šÐ2a0 =Û'ç!ÝRįÀg¬tü¾ò²ä"àˆGØC.Ĺ•tŸ²žèSñ)^ÈÍ::"°ˆÍ±ÏßØË†t¬ÚO+m¯ý‹oö%\ð÷ñÀçjAvÏu-Ô&lÝ3¾OýÝÖøIsh½õMÅE…ý°Î9˨pÏRr\³è» 8 ›PI>UÛsë%Ý2†Ž\ê,8·öªèÈ÷©A%µ8´   ÷âœãU…4u” ŠÝŸF<]}›þËJWÚ¯>9v¸Úöö`¥¡Þ£b@\2.ƯmäÜK?ÐRŠ=âê§~¹È zЧåá7Ú‡€^¿p-6ò¼ºÖVš wKÈ9îpü”t¨uš–³;JKvÏ×Õš§˜y›ƒÅçÌå×L£5öÆhé– N™G̪òI9Ó%uí*§0AM`÷Æa– \œKN- -.3Ç|ÞÁòó×¾ÅFþ>È“€»‡;“€Óñ1Å.Ŧë)°¯Fç3蛣զ–¶žþÙÐÚõ?¿šS |²Ì­øëÚK¬ ¼Þ%£BVš×Ÿ¹ŒccKWhEÈ ê9¸£U6%¨c‚Àc=‹¸¬ý…ê‡G NlÓ„Ë$:z–\PqÈëÛÿw—É>Сò,³¤Üõ!Rœq€ïÕ¶w;4lÈfÙn9½úã·éÏM׳@/±MþÃÄš¦>5­2œ½Êðù;ÈÝ­QxÌú¶hgYëÓÕ7ƒZ÷kð^!ýèÏ+õÜ/«B‡7‹pI[Õ×vÊ.ÙG«…äèœÏklì—u!ÿˆPp¸ÊF{@ÖuÏÁ"w+˜á=ÑàÇm7ê[¿lpÖ9dúÊ›ÒkGj.Т¦Ž°# åQ]òFJ@ÛÄ.6Ô4ÖÕÿijè}PëZêU2+¿lÖÕWXX†R -²jŽGF.<^e¢¾Y¤«”ꀊP¸;ZuÓ>‡NøºYßáQPJ7†Ë¯n\Û‡ÇïHüÙp¸Ôöʯni³Zò® ¸ŸL­ý ^‰áçNÆi¹§uÈ{!Ы‡Z -4 ¡ƒKÔš½iT¤SA/ñi˜0û 2ÆÐ“^û*ñ$xMéá.+¤Å¤Ÿ~ÔqqŸWWšêÝ*fÅêôŠº3óGeKÜ·ëï2~ý²Æ!|Ý -¿l -ë—Y5áç—Cr$$'çºç«šÇ!÷öFa÷óø$¿š^òuÏþºQÇ?^æáÚðóÐ )òùñ²}´,d/ƒúl t•äëí‘3 -b®ON)qÊ%Û“èDã4j|¤§UYf¡×K®™Ã³¾Å¼J§´™fel¾GÆøf‰ÞYBÚN_Ù])ÿñÉþ‚«‡:.þp­©5°ü¼Ã¥®§X$Øä©ò‡®tŽSTí!ŸÙÅ5){3µ)v¹àR5°BúÞ±¡Ž¾‡qs *bo¬6ɲ³_E=J,°Š1± -ÿh‘ ?Z¤”¹$µñ«ï²Î¬¾Í¹à˜ƒ? ¨(EnUζÀ)3MÒ3 ýÄØå7°«¶qlìê›ÂkʦŒ ‹m'Ý s븒Y¶>Ruwµ;÷j@ŽH=Öãò ¸l»˜Tà‘2!^Y=ΫjîSsQ6*våMÎosœÈï@‡÷ -,2µ -ðc¦u†UhTlöž8EÕBKÈ„à">ç@Ç'ö¯56nhñëëè–bg„”iÇÆØDÈðù¾ð9«4‡—ñqƒËøhl~ZþÿÙ{ï7¹ªìPô·ç_nÛïùó÷]ûßràfèæœN xFj1¤„ˆR«º: RuP†0ãñõøÚ¾cOðDŒÈHP‘s@àñ»þÞñÞ -{Ÿ³Ï9%u•æÒ]Õ:Ňºzõ {í½òZ{íMë?»áÖcû6M|zãÚÛ6¬Üÿ躥ï?<¸èÀŽK?Ý75rò•{ÿçñWÿûƒïl›¸æÀޱkŽì®Wí®¯yÿê¢çþ~…Øùý¾óßÞZ»ê£ßû·Ûîy%/ýìÖèË7ïûñ'»fjxŽìÉÝà—ìî_¶ÝŠ#{7Þ~lßwÿáø¾»¿ûñŽá+ßô¶ð½‡n•ï?ºæâOžZsñ‰o¿áó×6 }ðämá»Ü¦À–ßpòÕû~€=fŽïÁ|çÈ5?yûÒ“/møüµM›O¼~Ïßïß;3øöcÓ׃=sý‘'ׯøø¡[/zö{‹ÿðñ;/ù¿^þÉ5çþú‰!°s'o|óþ‘Kw~oÅzõ'·\ôþ#k–~þÜ– Ÿ=7¶òãm`ƒùìwþêÓ§ï?ºc|Ùû¬úúk?\yλ?]#?yldÉ‘ƒ½'÷®¿ù³}ÓCÇöL¯ýôÙ· -6ßÁ§†/ÿðñÕß8º«zåñgÇnž¼ãS°õ=½±úÁ£àßþlu÷»?¿éÜ·~vÓ¹@—KÀwYyd÷Lõð®éÕ˜|ÿ‘µ½°žß_qÅ»]üðÄÒ÷™Zyhû·ÇqÏÛó·êO·ßuåïo•ÿáý_Ý} 2ôó—îþîÁÝ÷ÝóêÖ©kß{|jåÁg¶Lûì‘Uï>póo?pC÷»¬¾äÈsßùþáçîûëýOOUïÞ´îýÇ6­ùõƒ®>òÔÆê¡ã×þú¡[½]£lì=¼wø©õײmð›ž\òöýk.9²ctÆy>zì–ð}Ðï?>yÍ{Ï\÷öÖéåoüsM<ÿ··üÙ×üîÃS‹þàµ\÷µã»G®>ñ܆Û>zòö+Þ}dðX¿›=U»|ÿc·èWzÓyïü²_~|bùqðwŽîº÷ÞOmxã_†ÿòÕîßüé­Ý6|Ù±§×-ûì–··b­ïÀE‡žœ¼å½ûë×ìü«[ÿäÃG_7x⥠µ“ÏoþdÇÚKl^zd÷ú[îÙX;´÷{ÿÁw®{áǵèõ_¬‘ï=p³:²{dÅg/LT?{qbøðžñ[ß™úÖƒkâ£û6Oíº~óÛ[ûÕû­>1Ò÷é¾Ñ[~óæôÌ—¯múöG»êcïìXׇ}ï¾½õµ¾å‚gÿnE÷«?]uÉá`7=½eãë¿X´û7œûÚ—þÆßl;¸sËú71ð—oþxåyûZùuð™®8öÜôÈoÜó÷ŸîÛ8õæ·zï=:xù';§ÆŽ=Wøð‰Ûâ·ß¾ýÐïm»Mýú±þKN¾¼åNð¶Ü=yë‘=õÁ“/o¼ó³ç§Ö{zhùáCË>ÙS_ûáÞéêþ]3k÷oŸ¸æƒkñk?¼îœçþ檿xáÇ7^ö>øó=3Ž5(·½øãÁ ŸüÞÍòÑ®ëO¾z×}Çwoútçú=>¼ääž ý_¾°iÉ=SkŽï\ýáŽÑ¾ýOÞ1øÁcß} -tµæÂcûn½ø³‡—}þâÄêûfn?¹÷Þûm[Ý¡í£}G¶×o8¶mSÿÁGo¿êõ]ýçÏÜíýÞ«ÿãŠÊÁ'G®<¾ofää ß¾ûØîÉÛÞzðfï…]ö<|ýùÇžºôäÞ ·œxnãÐÁ§§nú÷Ÿ| ãùø±þèý&þæ‡^þÑŽ ×Û{g|äú±Ý3k?Þ>¶ôÕŸÜvþþÇF.ýtÏÌà§{6¯Ûý·«þÛ®ïV¿þÆf–}ôаWo_öÎýËÏÿÁUá‡OlîïÑ™Ž ö øE£û·ß1øö®xùÇ—¾þóéë>~¼~óÇ ,zæ¯.úoÿbù¹¿Þz›ÿÉÓã+î¼kæ×[o_rà‘ «ŽìØ8täÉ™µ¯ÿ°?~`zñ?zÇ’?yåg·_ôàðÁÓÓ«ß}xè›Ïýí5rhûðåÇ÷Žßpâù‰Û>aCõƒ‡oûæÞï/û“W~4Ù{ÇÌÑ6×î[Ë¡§†.‡9½ðЃØÇñ¶/AOöžûÞ¼~ý«¿ùKðñ†>Þ6ðÍÃO¯þæþÇoŒžúÞÅøÎÖ›õG;Ö]ûñ3c7‚íµiÿScË>|r¨÷Ðî±Gwm¸üÒU‡wƒžÚuÛÅ<~[|칩‘Ï_ýîO@ßµÛº+N>¿qý—/Ïl8òÔðò¾Ýyoþ`i啺òl«^ú¯¯ßõý/߸ûï>yjê–÷\w¬ã5Ÿí^ÓÑëoÞÿXÿåïl½.|ïÁêÅv¬[~ü…;ï>ùÒ½ß? vÏû0ož¾úø¾zu?ؤ=|³üt÷ºë<7µöоé£ÏoœøÖôàÎ ·~¼cdù‰W¦fÀV¼ãóWÆÖ|þâ誷^ùÆý·_¼ÿ‰É›ïšYwòå{ÿîø‹›&÷ƒLÿõ£#‹?|bl)èõÕG÷ÍŒ½ð³[äá'7¬übç·§N<µií`ÂWÛ9Ø{d÷Úo¼óÐM_?úéÃmV|ðØÄ•¶õ}ùJ}ð½=5ùå›ãkï½áÝ­«õ[?]Ýsð±õ+=±qõGÖ]ñÑ㋟ÿÁ²ÿöä‹ÿàÍZyØÏ7}ñ"Œ{×4ø3ÕžÚ¸úàSV~¶wìÚC;nô>ÙvÝ×>zbu|à‰‰¥Ÿ<µyàýmÓà¯L,û¿¾ãÞEÿáõ®:çÀC¸/ndáOì›X þëŠÏo©öܦñÃ;†.óWýùK?úÖ¾óóÁà“Gîødûw7}ò̖შS»úè“3µOwßw/øJƒïo]­>|dhÑ'¦oøâ•ïüãç¯ÜýßÚ»áæcÏm¸åSô…À¿þìéúšƒO¬ë{ïWà×=zû•¿yeË]GöL¬:ñâÔðÉ—'‡>³~å'Û§Vß~õŽáËßúùõÿ÷ѧûþõù»¶|úÌoÿjMøî¿¬:÷±½ù«‘KÞº¿~ùmw ¿þ`}é+¿ -?|dÝe<8|é—ÏOü?¯nšùâÅéñAžx|¼ïГwOßuÏæ×6n¿û†ÿ²uêª?[RßýíéÏßuçÑg7­{ûÑ¡E/üøfÿ0ÆIÀ×{{ëmò_Ýôµ7yã×ß}`õ…Ç÷Þý£Ïÿý¶#Ïn™:°môJ”#ÇŸ™¼õ“ÇnòÞùÅÿååôþøCƒß¼ìÈžM@+àWïÞ²þÃmë®ühÇè²£{6þê]ßùüÕ»ÿö(øÎ@›ýú‘‘Þ#»6Ù3=ðâOnùúá½ÓCÿöæ–{~óJäåøÍÿë•Í›¿xyÃ0úï<´6|ëÁáo¾ôÏ«A^Œ^uìéÉê—ûÖ]ûï¯L¬ý÷7&íY³äå.ÿã—~Üï²sæöwn}ãgkåãw}ë¹^ÿî‹ÿx]ÏÑõ꿾¾åîß¼±éΣ{6Ü‚=N¼kr5ÌoôþÃËO¼°iâ‹—§†ÁÆ]úéî•ùúO¾ù§ÿ4ð§¿óîÖqà‘¡oœÜ9½æä®É[Nî­ßúÙ®õ7|¶gèòO÷T¿yô™µ{v|å›ÿ2tá;÷O_÷ÑöïÝuâ…-¾|­>ôé+ÃË÷?}«~ö–ÿᇿYrbç]^þií’‡6/ú£cO£^™¸úУ“×|ºïľ‘eŸîº|ÿ£xlbÈ®»Ž€]}xÇð’WÚûû/þÓ7û1ÞY¿ kP1¾þΣc—½vÿPüö/×-ú×}õþÿ÷õ CŸíºfÿ“מÿÖÖoýÈ9ÿËW6oùìùMãZòê—UÞùåµçÝ6±üó]wŒŸØwçôþ§7\wtÏ–Ñû¾ûý/Þ÷7wO­}wë ç¾ù³k+­}ãøî;ë_¼|÷_Ý33ptïÌÀ—¯ÝõÏöMV?ylð¯ÿèšs¶ß­»žýëKÿÏý`Ã|±oÃÚƒùÿx×è²Ï_ÝXÿÍ[[î9ñü¯}l×ø ¿ÞzSÏ¿ÔýßÙû7‹ÿë‰Ý“k>zxâ*ðcþâ­_\÷g<܃qÛÏÞ5õå¾-õ·ß~Å[ „ŸÙ4t|ï¦Ûí^¿òàS£}oüò¦sßüÅÊs>~xéÏO¯ÖoÆØú°×nŸ¾éèS3·ß ²{÷º¥‡ž»ÊÏ÷Ý1óùówl:zÿ½Çn¿ô㧦WݳqèóîÜtàïš®}°}Ý•X÷òÉ3àç_ùÁƒ·x¯ÿdù}ó§7ž÷Ùó“_¾~ç='^¹ëžcÏoZó­ÏÜ3ýÑîoO~úê½{âÕ»¿wl¦÷«^øþ£k£#;ï\lïwþêð_ýU->¼÷Ûw~þú÷}ôä­‹vÞÓû{ïýòæó?~juôÉÎÁËp¾_Ù:vé3ÿ°N½÷È}›O¼ø×¿øüÞCÛo¸à½û¯úã¸ø÷À¼ä³gïØüùk÷ýãK¿øÆÖWþþ¯¬_¾ê–ãžÿù¯/ÏÔ?|äÖðûoì~÷Á~yt9¬ÕÈ¿ª]ø:ö ø—þKO>wÇÿöÊwîàÓk—<÷ƒËþó“÷]ò{‡w®[óå»÷þô³W6Ma<äãGFúÀvú«ß¼{×ÿøâÅ©u'öÔo…ùè{ù‡ýçïß6qÝI°‹^ùáŠ?{`Òÿ?vÿõâÿôî/¯÷þý͉Úÿ·@>kæ{ÿ»>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}JDÚíS"ÒnŸ‘vû”ˆ´Û§D¤Ý>%"íö)i·O‰H»}ÖX Ÿ«+ äóÎ9çÒñ%ýSý]«.ï:gÑz5ü~mÿäT­Þuu×9«/XTŸZ2R™ï¯o®\ ¯G¨Ê×ÖúG+çò•¸¨²¬>242ÀÕþÑÚy•óáÒ‹àÿ.¯âW<úoÕæ®îȲG -åG‘€¢ù:îÑÚ“ZzÚ²2†IÕ##ˆH)/ -ŠâESqE¡ -U±wűÆ^òE…×5uQáuÃ]7tw]ÓWÎ=¯²ê†®ëo0oÎÛâúôäðòþ)˜’ñd2W_=1¾¼>2>52>ÔÝÍàÅ5˜*÷]W¯Ç¿øÿiÅÊ˾52ŠkpAòæþ‚UKû®ž¨á×Ì¢œòUÎÝ46:ê†aÕGÖNOÕ&qm`]ëý¹+ªÃ#£õÚ8þ]T.¸b|*ýþ3µy=­ë¹‹®X½híPmp´¿:”}ÌLÿè4?gd®ltÉxÿ]ƒÃkΟk»…wN³Hl>ý…*›Û“MMc²i0ñUó˜l˜nsu[c4\žj%{ùùM ½]¤ÊÚÑéz³ÓQ¯MN6?öò9_bÕ,B“SKj3#ý8 ¦ÑÊÞ4çÈ­˜˜®Wk‹F×÷7-ñ›Gnd¼9ò=ÅÈýÓŒ¼±ÒIG9X»¬zrr¤|ñ¬4™Žø4óß®T7мò˜íÕ<"Íë®ùP^ƒƒ“µ©Ù©©ó$\+R»S¸­Vçñý(*}t3ª£õ 7LÕšW@›Gg¹8£y6³7Çê¦Ñ™®öWkÆm«ÌMsŽÜäúZuÙô,tWJˆŒ„˜k“½iúƒµœí¯÷NŒONƒÜ< nœ{$½V±¼tÓú‰ñÚ`™ÞØIž -8Õðiv’¶4=+[æ#@à·‚K›;t ¨´í˜'SdùÄÈøT_+¾ÿù_Í@VŽí36FçYGg䮊ô‘˜’ŸMa¦¸L¬¯Õû§&švgJKh^Ðêw©wblýÄ䬾F;Ê„¦í¹u²éµÀKÛ×0]×¼D[7­iý½n”]Dü¶Fd–(—‹ˆê©Õî:³¿>25±bjdª:˺¹¹`¼úº‘ÑZóÒ1sÏœ/ø,.gŠÚøôزêTÿL ˜¹·Ì½ŒéñšÎy¯íŸ¬}«^Û0]¯6/9swÍ9†SÓõµÓ£ðòYŒ¢O¾µIôì{櫯ܟ'Kúº&W¬½›VÖ¥ý#Y 3ûSFzJ°t‹¨&.`Óe±¥ Ø6x”.`ûbTº€ ÀlZ(vž Øtȯ3=ÀÁz?LîèÕ#“¥Xú€mµ.¥Xú€¥Øæ> 8FKjÃãµñÕ³Té‰gÔ96^ÓÈ×ûF¦›·~ìås.FFû›ßÁVŠ·6oK'êë‡'F'†š6AKùÖ¤| ÎfùÖ4ò¥|+å[)ß:J¾]ZŸ©ÕKn‰¸¬k)áJ WJ¸T•F\)áJ WJ¸…&á.ëŸ~ãþÉêp­~Cm¤:¼ÿ¯Õ¿Šr…ΑwsÛpž¸éÌÚå•ütfüžÍüÔ4ò%?•ütÖÖ ^>1ºe¬²VŸž­SO vû ¥\°LÚ¼`P/¸‚Á0: -ËnÜÙû«v×Û˜ -I5‰K“Fowí"ÊÞâ§Cd~{‹×k-µ7ì¹½:O4Ñ[¼ódZ§vL˜0íÒ׎öW×]TaÐÄúþêÈÔæ ½žŒ†Nè N¸.4ÑRÂSßBBì<–:suTÖÚÏO¢oá­É‡6· &‡û&6ö.D‘w6tf&hí`’Ì=sNp-#“=ƒ¦i ó·Í}ø¯iwpdppz²ÖòÁ…ûæÅ}xŽ™Þ…¦¹’ëÛâ}J«m”…lšû·ŒŒM·>I®Ÿóå šîx^…_ZŠ­;wÌ9^¤ššn0×)¦Ö’RCíp´Ì– {²ÌYa -hëÁžG¶YHDyü^C,ϲã÷Jë©Ó¬§Òx*Ï囥p¥Ìt@¦`›Ig€Z§ìuêà¨zó‡¨Í²sÚY‹y9Ÿ¯yDÚü|¾æ,ÏçkϰjÛëÎò|¾NT  z»p«ÐòˆÛvS¡å·í¦BÏÈø/Õh©F篳QƒvN¨ú·)†íŒu-Oº]KòÕ£óÈbá•Ñ|†±ÓÎÊXð§%.Ô³2š=O¢ó º3Jou†¢éäC@üŠgþkô-4»dô­y!i/Ÿsjë‡G5Ýû¦$Çepëäìµf'8Z‰"7hïÒÒ&(±ÇBÞ'w4HYЏ³[Št7m³·{O‘îÓTdÙ‚ß¼ƒrÚŽãÌ©®ýÓ1 ³"Ãú¸^×ÍÅY—íîYtŠxèàj—ÞšÞ“×)ç÷4¿Éª ð3‘ÂRmãʬ¬Õ¿5R_pa”vâí²Î¢ÒtægªíhmekQÍÌ=s¾Ðôö¯4²9O²å[ÓãÕk;O¨ô„¯R’[G’ÛeHn~)Ü:”ÚÏs¡ -ùC¸úºzÿøä`ó^´õŸaõ}4™¯  /ØB4¸ÏÄ™è7¯ƒ#'T·htô+'·Îq‡ÎŒ;…V;´ ô«CyŠUGžbuÕ/Ö×[¨ulßC¬Ô‚9ÄJ7H›ŸaÕÂi\r†U Dvœaå÷4Ÿ"êÓ¦FFû›ï5ØINÑ‚+0™‹z³v]£Niäu&Ç€—Ò­”n-c¶àŠcŒLk¾¡”iíT@Ûæ¥Àk[<¤ý9þ««ÙiÛ¥é–ïÔzß…¿Õºé‚¾NÛií5o}–;­"8Oû%^Ùl ò¼Ý5Ó‚;f¤“·ˆÏÒÏQK­u1Og\´@\m_²¶éµ)…Xû®MËBl®SM'ìz‡ûÇÇk£+j£µj+©âsŽä,•ÅN2ïL‘,Þ8oêhÉÈäúÑþjm¬6>µ´}ç餴5I¥ðÕÏ|mvYËÎ%óf‰7ìê%Ö¼èow%ÖôÚtŠ%ÞÑMWÖ6GéViþ(³ÜéÙ÷´»hšððqµÞ,æê« µ°¢æêöå½ÁúÄXóå’tñÜG˜›^œæ·&óµsŽK½FÖy³õ ŒLÌ4oè¥7Ì9jÍ‹q?ûú« …f‘ÌÞ5ç˜ŽŽŒ×ú›>r´Ú?Z]:Ñ|‘ºsCû&s¦&š÷=&æ‘þÑý››–`#Mõ×[²©øú9Çk|b¼yáQ­NMÏ^oär–sË<ä£jµ-Mc782ÛNŸl¡ÿè¼y&ýã#c-,ÂW´I¥³ûwtG ¥l¦Z–Í´«+ÔüÒtJH¤,›iײ™…{BWQÐÈ`î€p}uÁδ ÑÛ]7•…3m¤Ÿš¶F;£p¦âjû™ê‚+œY@B¬,œ) gÊ™9*œñËÂ™ŽµÄ\áL ¢¿Ý•XY8ÓNb¯ZÎtRáL ÜÓîr`> g:!EÔ9å?-,e«D9OKÙÁ‡V·PV.Fç6Á蜵øêÆ1¿cX0=#µWÑM;µŒöµ-øµÎsndœ]í0—lªN®©®n-¿ÀÊ‘GÆjƒ#ã³vav}›õµþ©%-Ô¿:wÌ}Šx¡•[7PY¢<%ÊMÊþN¯Ož\Ê ±>¹,ëí¼²Þzmlb6ñð[–õε¸¯ø ¯âkø×«ÀÿÁwøyü¡éó Î8¹2/ŽSË5ÌíbJ­5–Õyâp!ˆ`SáVhð,Ï ‘•‡IuDgáª=’hÙô,¹óDyK¢¡CB¬|„TÓQ§u³”38k—¶oy]ó2mÝ|ˆ´¦ãºëfAÙEÄokDfÉ»ˆ¨N1ÐÚ]sö×G¦†ÇjSÍ[ªAÜöÃ31ÎFUÚ9é3"×NYÒ2]& ËôémtkûíÊt™€.ÐeºL@ã¨nƒ¬2]& ç?Mö&¦ …wQK¶g™tn»¨~§„YʤsÎì/“Îs,:=éÜbäuEK­C2÷Ì9±m®ŽNll¿QÊ8\‡+ãpeîônÏECõZmü"0ÃjÖš¸hfdb´6uQ½6pÑD½|¶D{ ›ke52íß226=5K'j—ÅìõsNAÓ8ÕFá—–âsÎóÙ¡½â>Tàó\<³„Ý”>cKt€dZðÑš˘\_«‚"¯—{"Ú:žÑ|›» - ‹7¶3«™Á^ºi=Xºg€ezcÌÉókÌ)ƒ9e0§ æ”Áœ2˜SsÎ@Gc膃9&²C12˜ÓÞ¾lÌùm‚9ó¡±Z]RE¦V?©sCS rñÂì̱€ƒPg€Z§ì@íàþÍ7QhóþÍ#Òæý9šo4RöçhϺ¶× »7ÇèÈÔòþ‘Ù"á§@ϰÅZ©BÛF`·¹ --[\•*´ŒÿR¶ƒ]pí­ZµÎFÚ9…-“i§,gÙÖjáµµ:»z?­¨Ãkãg÷ÑC ±uAÓ­¼ÊÖm¥S:{»ÓÝln¾€ló=¶¬:Õ?Ójî-s_EÚÓt7™µý“µoÕk¦kãÕæ}ˆÜ]sŽà`½&wôꉑæwiðÍM"hß4ÇxU›Ž¸vŠ7QýêÊôÚvmÊ–ÚÛ…©yÉ9XŸkÞ¤¡‹ç²Só"{0µ „ËL§Eo[0y=MŸï45Ѽ!21¨”ݤÊnR ºIÍK<©åžJ_I,éºéúÚéQÏl,»ÁtÀ¼|Œ ŸÁµ2[b+ˆ]Y«o©¯­N­že3}T£5_%ÔÞµhÍãÑæ•hÞ‚«Dk£³ má'1š.¬é¼†·À“SMú•Â@¬¾ò$Æ<³¥XzmÆB¥ØÒ8J?°óýÀ¦Í‚Òl\ãG=~$‚JÔJÃ~Ð*åWª]>Ü@ºÇ÷Uª'ôñ&á÷ø±€°'ÒqLWh­C¸Iz=òñ9^#¿/ˆÁ«{|ß—’*0zOz"”ø&‰(¨È†ÀC”„¯`ðž@é -¼%V -o€‘D¼Ox=aèÁ_Dèâ«ÀNTb_Â˃«]AQâÛ=©DQÒ1¼&DÅ¢Ò“HUhÖ"÷tVžˆ%\Ü O‰»Â]ðžî¸Çó<ã‹TèátÃX<_û8–ˆf§-ò¢ -ÌšçÁ »qÚ¢‡³x`Lë³&uÈëÅÒ¯˜rĈ098PxZñ»`ÙüHâäðR!˜@­bŒZ -_`´BˆšH/&ŠP±'ð>˜N)4Æ <€Þ˜Ø$ÍcŽúª]“]ç¬Ù2•œç¬Æš['ßqÖ/^„µT×NL%[â᫜+V ÷¯¯-<°¼jø:ÃöpÑâS^tÅsÉ¢¾¾†-íG~bqmp¢nL¿ºËï‘1Pá¢ÐÆÐQ CÁœä‡AT zbéáMh_†@{°^4G@®^@ô-`–„ ÉeN‚iÞ¥Ç@È>±Ÿì cø qRüWé†5f tß„ÀRÀWU`¥EÌH2QÀ>ŒWÄ=2€ÁÁ‚¸RÀz¾DúÂ;„º‡åÈìaŒ,'|-‘6}tâÁW°Š@Š‘+à -'%‡B™6‚gÄ„Êà(h…¥ÿîç -ˆ' –¼á+Ä)„»C¢¶HÂÐ𽎅a¤ Ò‡)‰dœ5’q3VhãDhHýpi£í6¢Ç‚PCFð~éQ ->æ"I¢`U|Xno1±ð ¾ ˜ @æ…‰ˆEH„¹S°œ$MÒ(ÆÖ$‘ƒœ…Åó•0\jÁR˜Ÿ@ðÇ,p/‰+$*XYÀ(OxÈD°R ?#âñ -ÔõÈÈg¶`Ž€×#"Ox]¤Pü?Jh¤\@˜.æt–ÈD -^Š·@h:”„½§|ÍÄÒHàÂý$Gƒ D©ćs†“èÁ-B*z ÉD­PcGá LŒbfH3ã;p%jÊ d Ý.!1ƒô Qa­à -ø -uÕã[Ñ#|Ð0mÚ÷àwœF««C˜X~¬Q©Á‚DÚ# !ÒBçU †¼ò–œh&Ù(ö}¦‰J y>ò™A~ã~,IwHšSr¯j´"r/‘ÒÄÏ2 b"`š3¤$ ¼##ÍD΋Ø٣TÊݧÇÂAahÉhˆÈ"àããÒù0)‚ÖÙCI÷)£(éYš$`-qa%ΦF¥œ#;¤E &)B&<Æhcàr…ÈsÀ<°^~…ô¼Ï¤ïG¤Í0‚ð…‰;‚Õ/P@Á 54Üí‘*6‹Ð"ÌlˆK„ h‚»G¤Ç‚4¤€¡{p³Ï´¨Qƒ÷–à=BÇ$怫Aþ¥€œCÑ{šL Õ8©6 é£ŸÁ¤£-¢‰|>ˆ=šI o´(bσµ Aˆ6†Fåñi²cÈJ‚ š0U>¡òkX ¨8$b„%g±_M9œ^š3I|BÆ .€)â}í‹ÐP£à qH,ƒ–‰œƒšœä9Ð;0 L´rÔ*ˆÑð‘þ ç —.1&P†e&L]°™sçÉ Ý°Š€–ÕÅrÉ— tà‰°†iq”@,v‘5`™p |Œ_‚ì¯è‰Dð}H@°°$#LŽ ‰{"0ô`õ"°͸ѤC‚£q oS#(D<é>Z‚€l(eXŒ\%¢N 8°S£ ›tò™· XP„{ðƒ4\$*ÙóC1-¢ €:1 -I'ƒ.TDI±Oâõ p4ˆ6£ÔA~Fh4À²¢©î«ÂT Dma?"£Té€0ˆ@eŽŠ 2iq°8l”â:†uÁ ߬m…ˇ3F‚ÑÇÉ„‹aÆL•1aQHÈÀÐ"[">b}ÀÆ$ãUÄ @”¨‡}6>q-=0Þ%ˆ‰0˜}ÒHÈü¬ˆ"4ÖI<ÝnHž“éE(¨1³fyF ?]š2˜DÊ(w²Íp2£`ñà‘‚U¹Žñ¥†bN†¤'„™"| DœTbt~`º T‡¤ˆZ1FPJ(c(ãBß+pá€abCä)T0!ù.qÄÓ F"r«BÄ>ˆ ˜rHWˆÖ^ˆ†°:?>S!¼Œ¬0D"²%9HÀÓR°¢B9˜’G/}ç“©r¨ -© Å7ê)t‡chœj¥c¾„—&‚Q±‚¨¨dŒmP$w&[vÍ<’ÆÊÃÁ0ˆ€¶ ½X…`ë‘dU‹“"P‘TBû0f“%ðœ3åÓ"Cƒ¹⬂q X EºXI»>QD ¬oHÔ+ŒÕË>m8ÔfkH*DÚð=ðgט-rÖ"¤Šã02f%)gä2ÒÑãûÀø‰bqÉæ¯ / 9Q¥ƒ–󙘲9kÖg!Cf¤(!¬UÚÑâ‹ÈÍŒÙC‚ïT°ø–¸j`.€€5ªXOƒì }6ß@ÃiÉŽ`èKÒQ:$Ž@Ù+Y‘[£QH„bä¶Ï& *CôY`Ý4‹(úæXG1Qùhñƨ|©[Ð -É0õcʤIÁãò#P€‹D¡†^–ϔDŽ Æ4š‡hJ›ÏCßÖX - •ȼ -"p\É0ôb–v@åºBº“ Tˆ ¾Hû<7ì#¡39ÆHQð²Py­Ñì‹qØ‘ÐH=Èó>*kRý> LËЪf ŽFs|f %ÎÀ0^´,Hkz‘4/’¨¥qy -8?&Áè‘ne•Œ’ÖqdùEsX@øxgh,“ëók%Z¾äåsÄYH+Ū9ðpÖ5{{èrEèRæÉŽhQ {Çö±Ž`YÇPûÁEìQ)pMÈ(„P’„fMÐfY¥ÐzˆPÀÌõŽ#D3(ŠDŠç‘+%è!DŠP4°8¸[$Ct=Ä™2;¤ ŒÏ„Š€Ì&/"Šó¢RÝǽY ¸ÏzFX‘SŠn±ä7¸Nši…ìYºkk͆À£G AA{!ØãA7âí4A¥Œ5†$’N!úÚäŒpU«&>¢PJˆZоoBôHš )H’ԌȚô|˜`ÐKÊsJ£à6Y‘ £ð<Ì6…ë1jŠÆ‡f#”üœ÷Ѷázòj CT8X™Ð¼$ãC‘“3íSž#’ÖƒÖ€F…õ6,¯Y² ´T9*áfŸÙìlÄXR,ÕÄäÑí׬m -”wêà<úŒàuF³çg ª/¤|[óqüE³Æñ)6½É‰ùœó+)]¶j +¨œ{^eÕ pECÌèîØ\“fö8'× KwY­¾¶Vïo”¨k“ó$äyxlQ€i -ìN¶Б…ô%’Sè9÷¥÷5‚¥wާãY†všOq“Ãa@S!Œj‰ ²á»QeÄ!ú¥Hc`+E(@Á^C"؃b3SÃståFº*@Û#’1¦¸ÈªÄ˜ˆ*p<jôôÐH0®ô’ýá 2Èâ€XÒÄÆ%¦PBŽmiŸüBIj³—$qŒ¶‰B6t¯dL–Y)bÒÛ5˜Î%e@K¡ØQI¥zD9ŽW‡1(¦•äÎÖèfÑË|Iq„HÖø&å¡ÉÞ¼ŒR) ´<!dí J’â¡ëSH· ¡·©((ÐéR$-<²: -ÃGœp)Aa ÀÁPL,.fˆAy#É'óäEÈ×9´áA†±ŒY¹¨2ü¯ÀÈíí -Ù%à.ø.>P œÆ‰¾Jˆ¢Ä˜ýl?hI!]Ñ0Aéc"Bó ‘‚õQõ)8øÊ:À§Hƒ*˜îÓø¸Þ" -}á´‹ë‘k¡Q°fÆP?ÄÆá@r¤'Ž´ F SNá&$¿\z\p"<ÔtZÐ V¦82ÅWââr¶U#™ÜBI/g%ì[¦œ¢^tÈ£kd@[ô…ñã⢱DÃQ”HÅ5Ä< -¥TJ”÷‘º!;+¤|†@Zó(j èQ.Ù É<õRÙ—<"ó¦´83 @› xv"BMáxÆ5P%#rhú¡Â§hƒV’¯ƒ¹7Jqùœt“9™&Ñ|c)»ªRCH«-Œ@Ây%‹Å æ%`€8%ˆ’è?Æ ^ ¡AÏQ¥ɳŽcç*Óe0u àáÅ€ -ýë±ÉJqU Ò²`íÛ^ ›*“É hhû<ìGPf©›MUŸœl‰¾y/â‚aΦ{ÙŠyän<5}£ËJ–7e‡1œ3ÖÅnlÄi;rÑ>‹ÁÙ¶ÁÐbãµIÆR£ÐAr‰R‹@ã*ˆ’ ‚@H{&à¯IÂ%¹4nW„« ÅáŒP…>AØÐ ÈÆo{ ý4+ω‰¦à!F€LPr˜Èù±˜£”Šs“Š3¢=(‰ Ç´ÜÝááŒVì‡àgõáH<’b˜Hf±N‰mC \ë"MVœTf” »R@èæc”Ä:O½@gºˆ9%ΊóSœÃÜLSò}m¦Œ& ÏH5/¨|‰úP -sl0&FîÅ©ÓvêB $ôˆ¨Ÿæf›@˜<ÑÎrS~:"ŒM„5(À°„<}Ÿ³E(¼(`ß_˜2ŸÈó؈þ¤á¢øˆ‡‚(`w³E¾â y…>…ÜA,zÊš 1 R? †& ÌN‰†•”sàP¦Ì9>>ú| -=JíS²' (ÚídXð; ¥¢r°1å“hêCò,É1eÏP*Ö9üÞÉ:æ£ÌtÈâ&©¤#3èŽEøpޱÄ$˜it‡=¬B#"»”¿Ò§°– -&UÁèÊ[fU$=Z%‰ÝcR¾vUQŸ²´+‚xŽ£DË´¤Âtè L]ñÛ³óvZ3†2ºÈ©˜oà"&9V³…¦{0Þ€Á¥0IÑP€ („ ôòC®ŒñÀ05·D(Œ`¶#œ'RîhˆÄœZÉóáBQð”¢Z†WC£Ò7•ÈÔ örvTFh³È!tp¬2 5ÍMRïi%Ræác] a.¡åôÉ|×CáB¦¢ÏI+´¤0¬CQž"A\yMF"+4ÀP­¢“À“C¥‚øΠG=T㓾Òfç4l¦)3^!êSšY{TÁ /$V4kÐSd–J.R¤°ÒQcÍ‚UÂ`¼^PªBJŸ‹íÈÐ#;[’$‚Y•ôSÌoŠQ¯¡ßë³’i1›” ÆŸ˜ÎdÎáÜ'ùÝT»¯Œ<’UD†^$y” ‡%ú‡ù™¸ñÔ¶e"CæcXé„Ò‘Ð¥±4yÏô¦£¸‚ªýBE91F…”'2÷8ÖG¥@‚ÂáÖ[½4T×…9Œ)»šØFv¦NGŠ˜|¦ÇÄ4ëL‹&nYD%ècjŠ$:c‚qTÁòæ CèÄ„\ x&­`¤¿[™ôCÀ%“½h(’vC÷+úÀì'ˆ 32‚J½ieÌÿXc8³ÉÖ¼”² pZeû4è:²àÇ:SŸ³˜!k)öçÞó0ŠAÎ%D&V„Uæ*¢Sü @SšŸ -cë˜ðÀ$âˆfŠ] -YKLg‹™E6›M]¡ÜòÈ¿Áê©c®âPʳeŽœˆá•XJ…Ð(PRH“i¹JßxƒìŒ^Ä‚ÌÌ c([°½€¿“TÎayj!ák”òè cpžŠÈ­ÁØ-fÌPü›,´‡µ 7v‘ÎyfEA‘}®­EÑ… -CÐß},è¥"%430/®Ø™…¦GEŽ35ôHI 9:A9#S<„f$†Nl0 ¶k£ŽÈ©ËãqúÐ 9]ø0 ªQ¥-Ê` Šàìb™3 VR°ÁçäÈiEULh@Q™Œ ²äT½Â‹æ€±4—ÅЂË穞&7ŠÓZ…^rQ®q°l¨¬ŠÁ3éÓ%¥›ïa8ˆ M}Tú9F>ç(ÞFêÞ7Ö@ú;;¬!åÚ‘ÙÀ—x$YÐ^ÇD e¬=¼øWÐï$à%„1Ǹ|,³³œ×ÇQNøeÔj‚w?°%r G³IBsMv&U** -ߣ‹sެŠòK/còÚ„`ªH*Ñ$ÚÑ#êKô~±æAP„0*Hgº -!ÔBŒµ‡M Æ#Î'q’8¤bäíÁÊÁ®BüŽ -Wå!¤BãC.Dùz7v\ö9€ä‚Ö;öŒ³…;ÈFÇÛ QxT£)UÚ -@T@A‘ßÙôˆ híSýd!\Š„P©æ‚®\«]…ù(ÌXaV©¤!/†É3tʇ›h¡Q±$“{¸ ‡šx-Šm"4Q%ªàW!J:Ó• £¢¬ÅH,ó½â¹S˜ÂT -ƒÞÀ÷XABC@ÊÅÙCUAº€êÒ` aM1þÓæ@ !pŤÄ0ÕxÄÛ=e5¦ÉÄ€…@@SÓÂuS¼«@=½]ëkL‡ gºŠñèBÄ:Õæ‚Sò…°pe’ ¹hŠL‰Ç2ÐŽÈCÄò=a<<CÍÄ·¹pt>`]j“T£ ”ÑA‡>ÀÒ3/âòhD³°V§•èXÖI®¨4å W¶ð̾FáêBP»¯aà;ŸA¥læJR¤Œ”{òXeîJü~ DTPÎY$-Bž$ìÐXSXꆑ,°HÆô¡‘ÅñoeÖÃô.\xL+&äÔ6 ¹Pí'$ë±.žZ\6ÜDœªŒ3WJµÜÐû¨$…j+±z}d#ç“B[l%. -æêÉ›&Õ­A‚HÏ”i#…â5¬ÉA›c[ï¬1Š&‡Ãi©¥˜?À¼Càq~ˆûi$ŠQ´DC_ÜH%p±)ŒqÇH€{"‹™Ë邺`SI™íÿ·¬Ö„D¼432ö( “ ÌÆòÅèw0UtT|;…]r#,àÇ“c.«¤ÍŠi›B¿Bô°‘†ÍVÐÅ ylDŽãîî&–©é™é*–ý -ƒÖ!a½OŽ!Êùi:µA<ÅÆgŒ½bN} ŽXìÃÞÿîÓ®)LS Ä&—Mqc_+ãsL¢¥žˆù*²éÔÊŒ -…Hùb¥j”Eº9ÍÉIaŠ=ð±l!IÞŒ¡tÖÓvHYò€¹—;ü{ìÂ*VWdý[€G~M¥0W§*…R(XGHËüX‰Ëeil“¡›N 2blT#yØ’ƒ€1Gv<î -†¿“PQµ«Ñ¨óxeQÇÜû„T‹G}Š8å†9-änGˆiû2]91·ƒì‘«ãšé*ÖyeÊÀNQAÕP‹¨bÃÑhüDÄd>¡­„äqr…g€¼·€:¨Q=U—Ù&ž¡iФLb"HÊ”I&`³+:²k†ÂS„ŠÆrUeù¢³|YZ°vŠh_<†N°D‚Œ/nИ)ô¢ž‘…R°|©˜[LÖ[(7ËÏåÌé(sà49ÛKò®Ú¢ÈÑ«À4ó+Îb~žóë_)¬Pá‚ßã}é±)…ÁMå¨üòµiÔç S½–/nË¿Qãj|e{VP!ŠGùy)ykjE*B%Ò¤´ ¥ë±×C¾jR²Õjùj¶\½­#yI‘‘Ûh8âÏдWÅ$r—ÝêÞÛez4hä.ÎÓ’µ‰GœDeò•½ù…;õ¶–|µ.q„YZôR¨Å¦ã1`…iÔ(¶lE™pHo—‰y…ÁípòÃÃjgô9Ìò¨Sç ¢€È–› Síè‘’¥+8•aÀJ…ºÝq[sõl3]…‚·l9\®\®·0I§)~D^×ÜŸ=º1ÌÑsÆ@& Î¥" F)ß V!_ÎP¨w(ÔD` VS1ã“M_Ѷ\€‚Ä>õ1)a,U§§6‹JaŽÎ¥þQçÊòõ J §ŸÉ« I8Sý†·)N\˜(Ò¸gýkÓ]~eIÒæúT[›eDq6ÜÝÅ[é‘ÛEÅ*;ìöœ/ÅkP­—«É»ru[…Ê®Bõö 9Ž'M|K™`4L½L®o*ÔìªzrE6TÌ‘-Ä)”êÈ —'OÍ­ÞãOYhŀȡÛðU¡<ïÉV°J\ÕÁ4ª–)VÔäj%ª] **ŠUùÊ *è0¡v"€™@Þ?—MæÓ-ù|±& Ÿ§f³•)I›´SÚ Ûvà+¦–ÉWÉ' ‹IêB*›Ë(€€/cN;ûžI`±'[ÈoÒ]Å$h1QšK q~3—fk”ŠË¦ È‘-$¦²‰ oùC«…"Ý¡!;Œâ“º-FÿMÖ ˜#(æŠÙ†BJ¢´Èªùe4ÏÂhŒÛ¦ÜQ!ØË·äÂùˆq6¨L÷"!åùÔ/ë‰Ñy’vX>ÆIë•‹ƒ6ˆ”fCftËGm Ä;ÕðjcÞå£HtK.ДDå¢(Dð¹@KƒPL64@ÜSÄ/4»](,€R ¤j|]ô‰MÅPÆoÎ;Ö9×£(Å=Ù­?…m1Õ®¼ã;ÚÕÐ9Î9Ð/e£`Á‰ ”J‰oç²>$uF˸™y74犡Ø.ìvÉí†Éº>¨…²ÎQÞyÊ;h­d]‡œg‘3`«dÑ"¹³£+¶ØN™dKÞ,­v ×¼a›µêÈ@Èl¥Èoµh´#¿]#¿#³ßƒêœÉx‚àB| Ã-Yè–BÛ–|_—¬}„%m_»Þvò+‹ÖÃ÷%H<´ ÀgÛ’ņ‰èp”Á7«¥cî8Hß$KÓYÈg˜YºxâÍ®&!sÜ -;&r­¢4…g…α¡‹­PMf{rp³ÆÈ¶.J’ߨ˜ ݧ> -.aàqÕDæ}TR)(ÔSóDlƒôŠ¢24>nE©tÁª…ʧ&ìÂleÂà_Äœ\ÂDx_WRŽ¥ÌTbJã¤(2Òkö$ƒríTòU$Ï<¢´ÈÜi ¬E¦að¨0ÉÖ"Å&\_Œ8qøÝ¶ñ ÔÙ¢S¦ËÍoN qÐ\c…Ç=É,ñiÙÒÉÅ+²/® -w^E;„v?ãÒV•ü<^‚$ó©Ì" 뇋âÉ„ƒ‡d6…4áÙÍÒM]4oœ ¸üÂ#åH‚+ÄMçav.å ]±ëó=¾¸ç•/)£.j¶)-(mÚÀé"Ÿãôc @Ò)¤¢UÌ=i‰~ÒI²²CrL“‹ué•ÉS€yé6† ÚÔáÃ<­+6ŽÓõ° É<ždlŸ“ÃÈTµF¼[Šâ†US{È}ë>L&À¤.Ømý4e³†É¨TZfH.’†§ìS@:‚›‰¬5hðÍî0g,µ(Ù'ÊáTe‡rý¬¤ÀUØ×‡52íY%‡üB6t_zªYF€ÌæI - -Œ±æÜ˜\•<¿¯Á;‘Ž¥i਒=hó¡d·ŒÖ—\ƒ¸*êÏ¥Lž"…h£¦Ò»ì5*)—Ï¿‹CpQDËéS]ÁÊÁž ¤íò’ä³¹Lp$……G5o@;7Ø?ÛÇöß„¯GÎçz{JyÇ·ˆ°Ò†DØ+1ŽùÙvÁþ¨ #“ÖwoN¯KÞÒ×ðÝ4&aÙŒJ,i7+±Sý Y˜h{ô9×)ÓЕp`Zª8 ÓâÛ¹Õ^fßÐ×à­}\å¬M-è&ås‘sÌbÁ7á„>ç2aR‚¤2A¼–+Ä™{“ëÌ+úŠo5C‘´;V4h(\îŒUDiÿä*Û߸;$q‚!I3Îö*‘ÎRþfÜØÍÆ<¨ÞCF謊”ZìU>¯,ƒ{‘}z_ñ…4 -Ÿz'ÑV( -”ïpôÉFªúÒ«¬KJ´¯ò04,¹3¹Ì¾ ¯øN#ÔªŠŒLnZ…EOø¼{Ú绾ô:ô…"Ãr¾Ý'‘…1۷ɽö²ä} ^ÛGí8‚`û,cÎùÌ:}É5‚½$Ùt!]Nï²×È„»óïâ÷ n8‰j‡ü2J²aæ› <}éeÂT]ãó}aö¾¦ m¥™½1¹*y~_ƒw²•ÿïmÚW›®OÕÆj“•eõþñ¡Ú)-4.ȲSwGõ½l{TÌ}cî5¤gz“Z˜Š´)0íúŽÁbþÂU5ÜW˜!Ýù[»‹Ïç ÚÛÓ/öO^ú•<̈˩ ¨ð€F¯Y¼æãÜëÇñ@ÉÊP½`¤6>UQâ<š˜çÈ7Áoþwñ1¤û¡3@—(êÄMç¤ä/Á¢?2§4F@‘a­¬+<‹z·ô,ì¢vqµÁÀpßk Bpxè°¹Ö†·x yìtîa"Çõjö)¡ÄÊ*ûîÅE\1n£%@ÜRkôfŸ‹-»#lç ®c£ç¶>‡ÆØ#4ÂðØ–Ål­.^|R¾ï•”o(c)˜(¢Й}…ŽPâòñd ¦ŸC©w…ðï˜Èç¡­&8ûh>b’ïn–æ»-ÑwŸ~êuÀ=ç1,ŃiHöÝv!›}œÀÚKÌ""áSTH0È™ÕêˆD1 endstream endobj 23 0 obj <>stream -B¤Át‡-<#Ä”ƒiˆÔ´s}ëæ'äÞùà,à¡Å UmÀRž/☎öhúÑx€²·5d¤–  ¹&ÖצM¨ÃðÔº¼¥Å;ýL‡“ ’¦K+ìÏnÍ™³Ð15¦0É  â*~ -Á©øÁ~ãbãÌ»óww7zEwa Ý…±:˜ôv}Ë -$9ÖUäá|^äÓÞ®ŒÐ¼¡ÕájÜ@Ÿ|ëíÊ£D(¥77zCaâ`Òë¢ÕÇñ|Šsöî²fži O ÇjZI{ƒ€ÍðÔkT©°+wr¸@û»²t!KáI˜<ëfä§íœÕO¡³£~Îê3CîkýsVŸÙœ³zõТq<¡ãÔ> ¨\ph§sÁÛ“Ëû§¦jõñK7­Ÿ¨O¥Gqx• OLŒf¯ï_;Z»lz|Aç4ŽœÉåõ‰-µÉÉz ]ÊêºSz’^Ëž$µ~5§¨+ìPć\€ .ol -ÌIëQœ€m{žˆvâq˜Î¤·yf·ž‘œ¼ÜzéäaÚf#¤ ±9M -!ôXSŽOuÔ›ßìèú\ˆ½…ži1´oµ¿÷ç¥ï”öy‹æ9 -”Òæ¨¡ü%¸-Ò%Ϩók`¨øtŸD ÛìÓ$Öò©HŸÂBXü-|úXØâ­s*•§| \ÈÎi³ Ñ⻜_NÃzFÆ_[xN€‡¬iß;•“Ûò´EtúP,ÃX°wcŒŒ’{~[î ‰}Ùæ)Õeœßúa!æØÐ1=3‚Gjɺ¤ÚÑ)%å·BùÖñX<ÜX…ÄçUlA¯Ë0åȸ -ífD Q±ô ­>Z3#¥â˜wÓ"€eè¡qT¡\ÁßZó-‡)Œôê>=ªˆ›’%|ØPzu'\Ýìㄇh¢yÜP~aß•ö·8¼S†”Ðwoöq!66E]ßø-ã›JØS†pkƒõsa— é-‡V u¹´’%ì{NŸqÌ]°V†û’;9ÅŠôÄ…ÐÁ‘å]Ñ…+¾ñL_0éÄòg>½FHÓ-ÒT[K/ÒtÀ@ ’Ž ÌZHñ‘M¸IVš[y+©'{§0>DH>ã%™5môÊ^'±JŽžÃmGaï¤b­0ïä‹t™ß•i”@”67(ìçéi‘£ó‘#l£$Cäªäsä0ÈÒ;-(N§%R­[ñ;ùàqa»eRöÓ¨M“ xf¯£#“"³­ÕL)uº1 »:¹ëh§ ½Bzf–yçbå«äVX~žPt.4‚¨XAZPÄó(lK*ͨÂê™·†tâ!‚b:3 íTmè‰Zo˜[©«H¤yû-Cì”Ó™ôÂ#çd -¡±Æ^ç/£•Œ´9Ÿ!*ô'ªp7wj:f‘°g²STÉÉÓ¦)÷”‚{mæÖhNÅ£§‘­˜|è¥M$Ž'Ží’ÎÞ „yoÃCWh!¢¡y>Ì­Ü[Ò¹÷S~…Eúˆ2„·×ðŒSÓOÒ®<ÑAó4i—TUªÛé„€dÖ!žåDÞ€† j]ÈäŸdÏ@ÚˆÀ(¶ÌHÇ;ã$y /`k±”P¾ùë¨3>;Cg™‰“6!$íJ›fv -|ÆKʲwZ iF³Ó«Elß©Ìʈ(C~`&“OÊ%FU|«ŸÈ4Þ3™“¯ì$Åf~©D•§<0O3'µ {@‚D² µJDNÛJ3¨âC$ÜÒAì¤Dx€—å@‘ŒÒ7@MÇÊ™‡I–ƒ\ˆÈ/U–yãd¸Ü¥Å<‘aàAÈçk¸Ò ÏH•¹ ·Ç ~iÈmêéÀ -ÈK(rZ9Ú§qoí‚M¶Oùƒº#d”8ux -%î|µMZ2Z~Á Ê(ŽP0Òcî4…HñÀå£(0 ‰ÀDýPi5‚˜ X7Ð)l’»zYCò(”¶9É lW€ -¤µIB”p°ŒS Š’:³ò¥y¯’F0±v¢¡DÉPè䲕´«›ð -ãDlj(I`Â*3n¢‹ ÏEg®abw«X 蘛ÐJiƒ -B«ðIÑYAt@§ZÜI@†x£LÖ†úôæ@´¥ÜyÀ¼ »ÑYCIR6A‰R’ÜØ>ÖÂ0ˆT ‚¬ÆH!ÎB'@øipå>í -íZ‘ÌFˆ–‰Ì¤Nn”‘oWÁ<‹Ï)%œ´LA–¸âdI•ö™gnP_gŸÑù–4?Jm–a¶²…Ž œd”¹¸§À@[µmfˆ.öÈcšn‘LwROwY ¯¹‹’maAwîzœ]yVï!2Lý¨šæ$m-Ì7t£¹S<‚(Š ÞÊ$ÌÙŽBÓÕÊ`ZLr3q”$Ü{TðÙ R]™[¹'zæ:áçž%³9± -ãÜÐøDzB 0ˆÈÐ.!j­Bmä;#Ül43wŠ·¤ÍlÎj Áh³f*±P syŽNÖ °^R)ÇñÁYpŒJ ´d‡Oó‚ qâK}?GÃV;´®LW‡#Ð~ŽuŽ™PŸK‡Ã þ Õ¦7'l’¼»`f¸ZÑîÃüÖ‰µEËZãâbŸÀ3á1ÙýŽLšà /»ð€¹@f˜ÉÚ(™å3ŠËe&ÅLókO î²2[«xaÈ-Ø©®è|°ŒèW|r^VE(:¤ÇÕ$É”§êÆ%ZÉå…3jÉj8|il•²cºQ&ÉјhÙ‰ŒZʼn2¤:9áW'+jƒ»™]bGíóF¥œy °U]ÆŠPìEº¶†êá‹sèg­—>k©±­f-µ L )c2QOTXOÎ× <K­åœQh{Xv^5|s + d5÷AoíÙ€º""ÈÑ:|¢nà9Ú‰Ú2((@*zQdÝ û0<¿ÌKÉãIâfpÜ””=ÔÀ€Ddu5Õ„Z%’À½Îp¯dÄæ¼‚›fG¢z¸Ï•3be/ä;Œ“{§}˜KEâ²S®¨•yfiT)á, âþì ÈÕ}6š…¡J%„áóiš(è<ª˜Ý™ÙÉîC•¤ƒ©È!+±U`,_ÄèdAŽbJÆ1¶ -@oå:KM‰ÄE¥ãF&‹&38ŽQ²\Æ‘[P57%4Øó~Ú|”f< 7ùVÔ¦I?•pÖ¢éJ@fÞbÊg_šÂ 2mR‹T'™~š,äfÅ( M–Cr»w™T‚L ƒ4ËMsoKXÈ–Í`êd)+ÑÓëLf÷i|´²Šœ<‡L,™tp\LE(>Í¢jååN -o’Ÿ>>Ó;LLdAŒ‘¹ÑD«ƒ“<‡¤d $åd–>mžÃ9•SÊc!š¡Ï 0H¸tŒ]&sô&tœp'ø3eÎÅͲ”¢s™37+‡U’DKŸåmeÌuG›ðáeâ&:˜µïÌ)Ó‘“è–Ç\sTPK‡¡°±­Ÿe(E‡×æÊ–ƒd]s!rÂX¥zÍúžÒñŽqø(Ìèœá ¯+0÷gµŒMt˜9DG -r#ý 0‰¦ùV?¥‰Ÿj3*Qõð!âŽê4¡.G½*³JÝœ°Nœ)> ~áîÍÒìÚɨÿ0 ¬rvê Ȓ͘Ü;ct„ÂúÎNùAÖŒéKkRÜL‡’IÄ+ð«ô“È…óUÉ3ˆ’´ü‚3ˆ’h“Iƽ‡‰ÉfíA:&!1 0q´Ía ¡“M“(bÃx ŸÍuIrŠ»©!(! >ê‚g…zó‡™üw@ÏÜL=VùIÞ˜(І’(HÇC¶„Lm1Kî)Èa‹˜°Wy ÈòRÈ0É2ÖüΔc•ôx¸)_sŽØ‚ÿP¤0‹=yƒ°dÙ¼9ƒ‘R—[ cŠN„$‚Lú†2/æ¹H^´ á™@\kÖdÃgù ÓÚ³€ÇêJuIeL¤?žÁ DGðqdɋ⠘¤ˆQ(dnލî%ó -®¡¡8©rã˜äþù ÂËV$ L.=Ú|ñM$_Åyišò4aQ$)³4†ãÜõ ¥V)ȺÖ$éskÏá fê0b²”d)MáÞù2HŒ6ÝC]Ú dì"m*”mڜŇ@cfa­@gÜf:/+™[}bÝìu‘¡áôig ·ÊÔ©§Èdftî!ƒ‡2,®6˜EIÌ̬è>¦43º‡› çTñଈæÃ¤xÝT” B³¾i$‚í`¢6ÛtÊzÖlsA ¤Y %>|šadK¢øVåHGçË Éc!y¨3ŒµüÂÏq1´ÃjfÒMoN¹%yELGÐf\óñ–,lÜ%f)$v›r' fÖ9ÝåH(M'­äÕÅ®²Á™Ì=æröÔ-,?ï ͈cR´-$ÏÚ‘ïð^?T-€C1*5Õº‡[̤:%™ôTñ¸ DA¹@£È´I ;êNó1}Yµ¨éüÓŒúÔ¦ÅQ²ÚTíd4tÂ=®†Ö¦ÚqŒ -ùVA'g -—æðÏÚ2} T¾puÌ'9ô`®t©c!rÔ…m¿ JC±Ih#…8¡h³ÎÃè|žìK©.Ð(ìàLBÁ0'>á{ŽúKlâй.±±=™»9ґʽ"a$w(6饩 ss@™ -Îh‹\“‡¥•°V1¹³¼ûÅY»#³‚xÎDŽ£³ŸaéF±<‹ íyZOå°@ù¾!LÖì°†#Hœbi®Kv°C…4ØX)H§õ))0²Å™ìbg¬ZvsÖ/•ase2n[š˰y:)®{à! wYŸ¯pX_=a}Œ½YÖ—FŲ¶ì %“â‚â½^ÎÛý3™¥&Ìè,™±8 +S{Š@ Cåh ˜;£ÀKÂBY:I‚ŠV™¸@*ØÍ¼˜íŠÌðèÖ<Âÿ[j’“äÌ] -LxÖO¸‘}š´Â_:áMòŸ3+› ®¿9é,KPÜÏࣞòÀ0Îz{ôNÔ•••Ƨáy‰˜ =‹ç5lÌס'”̉ L¹}˜`çé:8c³ë%øÈGwU…µB\rr°wIBR Eæ_ó@W–e´[RÜ‘-ДéÖX™nõÓý°ÎWy&{o[~ÁoQÜ!t±¸CèBq‡Ð…â¡w/îºPÜ!tƒâŽìuž[¶¸CèÅBŠ;„.wÝ ¸Cè|q‡Ðùâôƒâ´X‚‹;Dº ×m](îºAq‡Ð…â¡óÅœm˜Ä0ÐIºPÜ!t¡¸CèÅ™ë3¹ùâª.йâ¡ ÅBŠ;„nPÜ!t¡¸CèBq‡Ð Š;„.w](îºAqGæ:.îºPÜ!tƒâ¡ ÅBŠ;„jPÜ!T¾¸C¨|q‡P Š;„*wU(î° #‰³—Ùâ¡ -ÅÂ݇kŠ;„*wU(îªAqG{bB"ÚR…⡊ÅBŠ;„*wXPBøA”»Ž‹;’˜`ΪXÜ!T¡¸C¨|q‡P Š;„*wU(îÙ­©\Ü!T¡¸ Ç0©¢æyUƒâ¡ -ÅBŠ;„jPÜ!T¡¸CÈBq‡ Š;2×q*P¨BqGW[Ü!T¡¸C¨Bq‡P Š;„Îw](îºAq‡Ð…â¡ ÅB7(îºPÜ!t¡¸CèÅBŠ;„.wˆü>ܼïLÓ˜÷-°;uO‰—³¾sF -Xwé(ç;“‡ä!ßYØ­Ù™‡å}g¡øÎÌùÎD”YßÙ‚2¾³f|çÌÍì;g^Á¾sn(ìî:C¶>±ƒ˜*úÎé<9ËùΙ9·¾³³6Öwά ûÎäúÎ6š…í¸¾³ íd|ç<0´ú3ç; ]ðmô(ã;#0ç;£öÊùΠÊûÎB|gâʬ‚ïLF\Öw&ÖÊúÎTÍNJÑwÎYé‚ïL¯ÍúÎ4¼¼ïLhd}gB6ë;g&Åæ|ggŠ­ïœY -ë;;Kf}gga­ïlAŽïœ¡ ã;£È*øÎ¹ ÙøËÃ8ؘ̽$ºà;çÐ ß9ƒ-ûÄ™9IAß™æ8ë;ÓJd}gëšd|çÌÊ&(ä}çA±ïœ!ë=怡±yó¾³óZëÇÒðr¾s¢ÊRŸØ¡'Tð¹K–÷3ëàŒ-ï;;«*R \ôs$Án²5oóÀ‚ïlaÎÆ×wöÓ.~Ú%Âé áú¸­{Î->þŒÒý"ÿE:~3®:Y¶2qœQ²„ Q6Y°¹#¿YáäKë7k<áI2$´é0Íy!²wRVæ:N€ÓÃL -‚ÍT; kEiigüfm,\_&~³ Jüf¨tr'7™³~³qç’úÍÖB ñ›uŸóæK'Ÿ—‚âtŠR ñ›r_¤õ›µé¼áKÇo¶ _&~3ÎwXKüaã®Yˆ¹3 J¤Ìeòx­ß¬M½"•øÍä;­Ûœ6dâ6#È,{ê6kS"‹S©ìºpjÌ—‰Û >÷R:n³6HV %øìŒ[w8°ûN¥ã6'É÷:n©A¯`ù°bÁq$^s`…“LœÎÀìgÅy3^sŽ×ì­×$;À¬ÛðN0_8^3 Ígw.ñšÓtp⦜ٙLfòì;ÞuÌÜê¸ý,”x͘Èc~JÜfmZUÑ8¤YÓÐã?:n³6^"áYž´›B·Y›-¹JÜfm,¿“Nüa$è(JA ás¥„sþ‰ßŒyÂÐNp’cæu‰ÛŒ‰BÖ^Ömv!‰Ûì­ÛŒÏ2³k¼f|£—ëIrÛ+Zeæƒ/òS¨Y*9.3 -].I\fL/›GyIì%ä9vûúÙÖO‰%“ŽŽ“\¾ÛûÉ–Þez?EÖòrg…[Lø¹V?昭lÅ¢'rëaLT·õ“‘ÙÞOÖÓv’X%P®ÔÏ‚’J€)éY×!P+ö3„h-s$„œ°[3<•dÌ2µu¾6 ™ÖÖ¥¬’ÔÖ‘o‘ånµö¶žŠS[—€ÜÚºh-<;×NmothÆ"…YŠ3,…I9™e)¬u—ÚÜêQÆ*³þXtªâœ<Ö©zËC£àÒê:ŸUNª4÷‘ɪ Z­T×™i—Nu] -r«Ë`R]çk/«ð4›xYň#ñ¶Lªë<öTS5‹9ŽÄÃvXй'Ûÿ‰wø97cC-ßèò´ÄÞLg¦Ÿ6Ôd¬ -ö+\Óƒ;gÐÿÿÙ{¯ÄFŽdQôm€{A‘0å á½÷ŽS0$a4’6sîÞ×û;{™U…hš­i¤3­žéi##ÃedÄ¥0óÖ¹Ž9 Ìú£^a‚QüЄn G ŒÀ gh¢¸Š6º]éTb¸ Ð Ozg§ }ГUÞ09ÍzϨ~µ†cɨ±'ÏŽ´v‘pv¦µ«„3K«J eþb*`Wø³)ƒ]A£ú^dN…š4¡wv9hM¦1H&4§‰+ºCžåž‰9”ÆŒ/‰»ðÙ‘6¯ȵ–ô –:ZÅß³BÂíXƒEWU µ`¥¸?×ÁGÿdÑU k0éꆣ“I÷Td0éž -%íQ ‰u&Ùr8¨Í…L"£žIʬ$0)Â×0¸£õVÖL@g…Œj9ÙtI:Ãég4-ÑxüQ!'Ÿ͘ŠW«uOE£î©P?|¯ -í'«®¤QkƒQW’5 ]Ý2F½»4l,Ü×q¬ÐÎwð#Ô銀¹@µÃâ—…¢jבÖÌ÷ps‘ TËýÅW׉€øÇFùC^v„œQxÑ,«Y0ˆ}U/Õ•hôRR†CË’|š?CRk!é°FW DPñƱ(,½kÝéeŒ|öΕ”"ù]o,ñ¸;JÐ}ÕˆÕ”ù]½äŒmžÑ.²%‘ÌQÖÕ’s8h…€i½ÀJ^­_‚Ÿ$ú>ß'Q&`0î'yÜ©—i`ÀúÂ%>dyïBì2s–Ææ—…øÖO+$“$öf8úzä|ÖGVãONb„ñál¬^$JÛE &ºFBÌ7NsôRÓ‡AÔ M7$ÛF㨧–,)#¡ÞNH@c’ª”XÕ"MªÆˆ¥jG càYcUøÂù £q(;É`[áI´»‘œ·Oƒ›^d\¾^xò  hƒI²ö Ÿ˜¨1IÖÁàç½g;Ãà÷Ogû§J=jÑØHa.6_#;’ŒugÍ׆hBƪ¬ú¾é²{a^Ê,+œÍ ;‚t6oV} ëí@3€bôÑš¡ˆIܼ -5c‘¨z!ñ"½©»KëÆYYÅŒÓN²šèwÚq0âª;®á…šöå §tžjÄ)VsH5¶UïØOhËj¤FìI—€I8E ÜðtTN%§ÅŸÊNâ6‘™!®¾–Ôƒãiæ¡ôÎÆáU¨¶øcŸ!«E;=G(ò•‚KEöЖbÕRFµccò(‘˜™$S7Q¦àÊZ† F¥”*?bË9ù"¬W ÃÍîçSÛ sÚÈ’ÈÌFz ð¢IÍkž$¥²TʘsˆdZÀ1qul!áÊqä\JS•ô2ç8•ê:T3`ê|H5ê]p,V?¬'Þ¦Ei1²@Võ?g¡ ËÂ% e‰÷Áysr·Ãpz^-§аCœÚ#ñ'€Ä§ü$äÈÄaÛô)²5”„×¥¶/!ªs1B–¼Ð¤ÞÁÀ Šv`)Âl9rN4²#éð‰nN¬Ì„7 -œfÇYŠ&…Å^ÝjMØ5Äd¢4ªŒ €ª ZØ ‰Â a8þœ¸BTPlý¾ ®*¢é²ì·ePÖô/gÊ_©¹IbQògz«^áB\¤{²à´‹ê/ÆlèÇS"Æ*釿Êñ m§§uD² -)G* ¾Äƒ†IœÍÁ0…³œOàrü†ÿxô`E¬hÄÃÕŒ•Xá]R‰k—/ÏŸR+áOc,¹kÒþI£ juò•œ#â<¡W7|bµ>YÃ}™¡=mz3ª½‚̉ĀqÒ6h1vŠô¨ÚøDãîcŸ m¥ú»tÍDO¡¯T=wÒÉ7ÙDTCuòU])þ|ª®Ò*áOªÕõ¬=gz3ŽºÒoa=CT¯ÿ–MüºzøOÛêÄçDŽ>Ûnm”•a©FÀQ'À1¡¤©¾_««óíV÷Q‘"‘=`¯ Ø¢ÖD»âÈÅ)T0"›¾½Pݸñï4F£ðæá¡ÂÚésÇçBÃXˆp‚€sÎDzó}U7ƒF#s²¤†O7ÐB­)¢¹³,¯ªª¦s¬Ò7ªwøÆht‚¼3yÛìtÌßÅ}"ñ¼9(o;¾<`É· yÓð½Ãÿ.ˆ4yé]ؽsZ5þÿΡüðL~€7ÒÌ›MÿàĽ‘“ÞiøÎÙ~‰ öæD¼3Ä¢~pöÞYÔeÃ÷Nù»pû.qþç‰ø{žˆ¯k?ÏÍ;7ß©ù|ùöÿ-×úiÕ¯,Oxwˆ-ƇÅf=Üýfò¢"ÞäI¯&{8M³¥áá ìÖe¶ØvC¨Vûm«8LNT‘2y"›Í×äK‹_•eIÙM•ñ¡úÛj´YÆ×ÃÑRyQ~#µiY?'óE#ð3,Mÿ$‹ %¢CkEìúá©(Ãe~xØ-~E-Ϧ"W—‹±R—‹õ,¹[L²úoçÿu»ÙN3¦ 3Öëài&‹‰²'µ|èÿW²Éî0µšWT•Äײ(üD@Öj‰½¡¼6»ýx¾:~w€?úë_Ä1äxæB™fzvTç7ô%ƒ><£"|`êö(Ó¡G«©úÞJàR‚˜)òºBÒÔójh 2?©Ž¹ø¶Mk¹EuNGe2§>E >¨„%h—£E¯¦h"1ÜšØü‰dõò›áÞEÁ7 é2ÎK“âíIXh j¿ ’"á{=A€0ÒhF"~ÈIãZŒ„3ºÉ­œ€½òq3xR‚³ð -žÇq³êhZ¸$ -|ɱ+¾ †Ð^Á~J ãq¼€°Nõ¿@“Ä÷|®‚È=Ã@g§`"¢ .Âi±iò‚ÞJ81M²KF¯ðßÂéxy œ ðͪ(@,ÉÏuñU“(Ý'zÅàŒ‹°™øV ÑSï%ë¦âèÀØG\Ö`3q\"×R_}" à¥’úæG&¯0p #k@ÄQ”%œMBšœv…ªã̘p/k"]á;F ²¿àœ¶hØ»•ð8€Œ„ÃxÐgãÉzâ‚Ä­ŒV½È H nÍñÍ%J £µd¼>:Eƒ†wFpû$ÂÓ -ÜÞÀ“œª˜'íïáÒm ˰êƒE|+RêÝâT$çàýN.,"Î,ÁõÇ«QÐpBNœæ -o°Dü.!µN–.¡éKŽB# GF`Á¯p9Fu®‘Àçí9§ùPŸ– ƒã¶¢DÞ¹pZºrGˆ¸—óéÁœõH^G@8^ÁAΤ,@`OSF3c:5BØŽSô -†xâ43AË÷àùü â 2ÚküXRàÕœÐÍG`I[¨‚PF`ÔØuðBǃVƒ 2 ifñ£Eh"󲉗Üd I¦iÔ‚—ÔÐDh|8˼ì}‡˜<¤ÎLàù0VÈNÍɸñjòz|>(¾ã;gBp¸lRÄÖ‹¤ %³¸€ÁI`Q2ÇFØ rEâ™1ê‹5бb(àµìºG¦Æ­äh£½âÕhk¼@R}òTõ‹÷jÔB$þ|<\Kó¨OÑ-b«4ÏW̨+BÈxš¸à6Ä?§àQôJ¼d _e„‡7ì yþÌ1$w†hDæ("£ò”–Õ‘'NÂL3G¨³Ä ˜ §ôh–,œW?eÕ8žP€8²úKx(Â,À¾ fG,RàHŸÁi¡]‘ÄŽ‰^èDǃ6€Î'„S>b€L´¬ú^©Âš6Ci¹fhòš¡Õ§’,‰BâýÄ™†x¢ã %/÷q¶´À IË(ÊŒžx@&ºCôŠ–5jŒêà©XFh`¬jÒ`‹Á¤—š jÁªïè,H–7Ñ4yÅ x*2öNf0Ù”( -¶UVü±2‰B ü_ÃKxO¶Ã¨Ñ”IžHu5æÁœ*Þºe5}¥yœ0°lEê` -Îà\'¤;—Ó˜¶p¸[‰ÁT•ŒÃr#G$1xúH‚EI21Ú[@d•›QpR±! -ÄZl’H„3Ž%,Œ^ŽÐ¤®)Šmv$°z€:L±‘ ¬³Êjê5íh›yŽŽP ÅFò ÁËX.’URD29šÉZÚs¢MWû„9²ŽÀª'û- ‡#PD†QC ƒ–(É£%£¥±æ˜†A«fÄÿÑ Ð’5bCÄæÂÆ@ òcu(œ*›'r¿K`ƒ€8Mˆ?yH Çä6µ o™&¼ Gã5¿ŽàV7Ê*÷`ÕÈÕ.üèV$r­KÄh¸,©b2eœMû¥“£Âx£Vz0žàH×±;í‡Ä a°ÙH; j8J ¯ 7‰ Ì‚b¡J"˜2ð®£P£.!WÄ(I $´1úÔ°SÑÄ¡„X h-¥·¦l¹h‘œl˜$£=ú൪”瞆ݢˆb'“`zH’±„H²jt+Û5ðé"ñÜ$õ/H9$$Ãi8^‹[ “‚MãAîIs óð›;QG<gU €–‰:Rƒ ʪ´¢‡P[ƒ‰ºFâê€<„_ð¼þ“%Q£¡–0I\bä‰Ü;DZØ#«O[&çö`¾ÁoX]i¢Ñj@0ØVŒË 1¸ ã2ÄvD"ÉËše2Ö›XàŠ1m“ã†z'ou‘B&“tðüC›é$RF‚¨€= ¤”(lÇ6¸óa°9 ›®ñ°v`Q]WÜÐÒ°y‘%ù 葨— øà¥ âibUûËð֜Ʋ‰a8¢¬Š@ p&P˜‡T…l]¦2ðLlð%!YUAGR!É̇v˜'r£6\tÂólh'ªïµ!¨@ Ç -EŸÄK°ã0 du*’ã#ÉbÈ8êâ”4†Èª1!@9F¦ŒU€0M_ø"¨B{G¦Û'=LXdÉæÉjæAÂÏac—¤ÒxPýq„¸‡ÀI‘A° ç\àÕ쌂v€NÂé6<™!¶7r×rš&BiòÌp†¦H-’·I2˜¯™.Ђi–0FPÁÉÔeü*‘Æ'ˆþeü‡ÿ·ñóKV=yêcŠ-¡1ÃÝÖõƒ7AM0&‘Pž a^ÂjiUÎÒÉ‘„ýkÆ)òô-b‰“•´x:n’wOmÒˆS„@c –ÀP1|â« ì'°%œ¯ÆØHÍnJã—Q4¦üØ–EaŽôYSü) jZÐ, €ê`ÆáwÁ† ‰‘9Lö ölݲ Ù? [#ÜáÛ0^Ui-¶€’EsD8T!vPnÞà ÀÐHø6aö[¢Ù(QDâ±2€…mè„á΢W€¼€Óƒ¨ ŽJA *ø0žƒìªfmbàé2XÐ’Áó@Z »ÛD« bÕä§4B1‹ €;:èS”xA*phC=*Ð6 {ð6ÒXwfY’žšÈäB~!æY5Ý7êžgŒH‚jã8+&ú8ê!HÈ £Ó$2&}Œvž5½ ±—0Zì,¨ ÆZÍI}?+3iOR‰ä‚CÝaɇH 2È…ï-žÄ˜l;äðÕ%ÔP'؈rÍ.ÏX¸]!¬Ý² ¹Q)4.\Dr‡å(ìÀà˨9E¸‰BZÌ.…°…¤uz4±ùrä&–Üöâ¡%X¿£ƒƒ -§d1Ðq¬ÐÉDU&ò àtLÞ‚ ¡;NM®Þw²$Þ Y ÷Êø¦Œ‡ûR;$Œ ±³Øv€3;PÄTMH4„¨‡ÄQ$ŠÌO —¼;ÊJM¿ -¬‚¦‰5UTM!aH¢Úäð<ÁÀ«7“á1.¾YQ€aR FUŽœq4æÀ6…S§ã,ä"¾9ÃhSh yu L€<ÚÆ†ßûÀ›ôAÀaQqÀW°ÛˆšÒãä"ú%€ö@öÆ·â`¼cÙÐ@àbpqó8c'fT@X)Ltè+¹Ü†ÛKlL¡ˆóœœI I4%P*a[ -9RÚóæ“‘†‚ðÅpù)räÎÁ÷"¹Ê@SÕ®Ê?ƒ®×YŒ(`<’á.]ÆÏÈA@£™´½áúPÀŠ'…9¾XGGQr“G«Dœ€ºràû…m½øö‹h¾¢Dä2?`Év$-ªR¢ã\è;8á»°™Sµ<‚È+ZÃáâ`çÏ‘¤ÛUI¨0¼$?5™ôiQ"§¾ƒ«,°H’`0—1ðm,¬¼-@b‚‹e0 àÕú§þry%¸>CdìŸÀ˜p3Ü_Š¡úv*ú›À&`^ ÕW³ôF¯@HæÔûA Óe°ï:‚ «&9Ôœ\Øb‚A·}h«8LqÀhí6Øe°l·DÕåÔX÷p»íkÚï – 6PÁc„Ãg4I¸fƒûa _«cÝQPÂQŸ\ý ‚ ¬j¨I8 nAÇ‚j1bAn¦Xb*ÅÞ&¬@.5T( †.·9 ÓˆŸò¢áT³d&XëÑÞ°<\æ UL€˜vƒp‡„H2ÖI@DPϬšÕ¤Í…\­HæqRhÀ«6m†K8%.Xx0i¡Iƒ^ /Ò±›O<¬æ’;>Â\ànÁˆ-°zuð3Ïh‹Àwh`¨äñ*!\+‡Á#é f‘€‰!Á@fBú i¸\¤;•¸*lá‰üRZÑßÅÑ3Ö•=<ÙŒSdwÜÏMùáz8Sv¦ân¢ìŸÿf"?F‡Ëåb¶n狱Z³†–æ1U`ç]&ÞT:¸=o*;L®+ûû-èš\Ô.â.~.Qök-HeC÷¸‹OZ$–ÃñüãE@mÜ…¡ImsDMÞö¨µF_\£-ŸŸÂ] ¦ÙÍ|© Ñ -‚ð'õa”²^#Ì[(g ™:Æš e÷¯Å~˜â‰Ø^ÌÔB LôÅLaG$|9î­ÜO`#žÈ¿xÔ;˳<üïÓ5üÈ}ù\Ùu^ðẆ~¿˜?/ÆëÖ~S·UÖ¾ õó…„L~A[]=ü¶TöWžìzó¯5þ‚P{x¤¬'“ÿù¿«•²;®g“§€Vä1OÉ©¿(ZEOT•n‹%‚4·‹µ‰T ¥"EªUœHoð4û’ó Ã·=TÃñËwôîccóÝæEùz{ÿ°,îÔ†¨G£4Ž–¾9T”ñI|ø‘TS!`úðù!ÕSßRðþW™ ¾•©Égº2Ù ý€¤ë3áaM¾+“§4ÜÞYYt³ž‡¯,ÊØË¿¿Góp}GëÏ ©ëõ½ÿEY'Þ‘ˆ‹¿ò| fÀ]i''2G[l×Î!bq“…‚4MÞjÈø–™`8–Õ‘´¿#ðÄ41lœ>·/n¡0µÝp½Ÿnv+îú`Ùõjîáb‹Î9ꨲ¢žÀS…‚H2ªR[¾Ð;eºDd£ “çT%m‹ˆâ™è{&ûiuJ -1Çña³Ã¿PÔÙoÒ5Ç -iv긞lV‹ßµ”4ØmÃ2ˆ)³B4;ú¢¯Ó8—Sm½×Sm#‚ÃÙO«Í/0©ÃÛÒ”¡”ôGÍ-Öêd.––ºX†Òú¸Šn¶ å¼£ƒ¶* ÙÿÄŠŸXñobEâøûï¿™òÃýËçhAj§—Ë#¶ mvîáö}ôh*‹ñ\1e‡ëƒòUä`ôÕX_]Bd‰d‡Ä<¸³#€×o_ã'r}êâƒüä•ßä•Hút©ÜJÃ;~Ø ¸°úÉ-ÒÅŸÜò'Vü×sË¿³d¿Ê~rÊïå”4D-‘hQæ9‰†—^ôGŒ“'|“"y•Idˆš)#ú“qþ$‘>‰üó B/7Çÿ¤1ÿqiœ–Tiœ$]ay!ã -û“ªü¤*ÿ|ª"þ¤*ÿyªÂÉ*,„ÁªÂ‚çÞ¦*®ˆgþTüù;ì>ùóòÝxðõ-û‹vïÏPZ®<ñ_•ñæ€Àmß^yÎà®s¢S|ü¢¬M vÅø¯>ßeµì,ÝìÖÊnÿ£Z² á/ðËlWWiwŸª´ÿøÜÊ•vßžýú‚jÍ}îOúó¿’þ¬7딟ÅÁÞ¿à¬ã¢€ÕW‰§ÀeLb Ö3õÑùgþýãÿ'q Åét¯~ÇÈnÖ‡ãîq/”Ñq=óšr#]ñéTy9XÈwîˆ=½Þ/À¶f±ž™ì±Å~»þF¾:>#Ðní–¾‹ôð夜ÀO›Ýß@Œ~jA?^ zOõ‘ÈL]òÉåê@ÄŒ?WSþ_³Ã4E¦ú§ìð?,óÁòß(°™h™ÿoÚ~J.Ðsñxø#¢ yš |$¿ÐcIŠÿ} õ·`4ŠòS|ù³™›ðS~ù‰$ßaé—&ÍàeÄxGõwÇþÏujùGn÷{{ÌÐ?Þ÷Pÿ§¼ûïÉ»œÀäÝêbµ]êò.Þ'·Â†.úûˆKˆ@¾1 ™¾1 ;&»å?wÒç³ÀþñH¯ _ºaj™öÛ…2S–ÿ,óñÏgz3ÞóGôoÐÉ¿¯sû·t.¢ÿfÎEô?̹è/äž¹áq4HV’èŸ$úß‘ƒ19Δ7ò§KamÚETjÃC0tð2gEˆ³'ðBÏ´ý¯ëÿ°¡4Áó§_Â$\%DU†“Íq÷“zýé×ßÙF•þéèø.4èôÿYr÷g:DÿSM^_ÝSˆ}lÂ*;õ“vÿPÚ]Ï—ÃÙ~<ü§yàM½ÿjùê/3Äv›­©:GDÿ_?êŠøÍ¹ø’¡€´˜¦x ¸NFK‰ÿºEz½)¢ MW@“û8rž”ãñ~7v˜ ÞÔ¿(»ÃYÁ|³û -x]Õž w/g -ÿv¸Ø}âŠû‡lœúíÇËsóÂq¯”ª¹Èò¸3.d´\cÄÀÚêD7ÛáXµ—‚‘Úè¿UÏÇOÇMÃÑL™BÜÎÃéùOÚû¢½Ÿ.á?âÝû—¨Ð?äš§qp5†§1§Yà%¢ˆC˜{þÏzÿþ÷AS_Šñp±"NAsrþ£Rš'&ݿ껞a>ò¼>l ¢ÎD¦ûƒú¢W5L/«¿³éÇNuÛáÈùø±WÒÿm|·‹xÞ‰M“Þ·îdu-ó>ûzÿ~U¯'§ªßŒËZ.$âY”FW$ /m²wKÃý^Ù­ ¨¬{°7­ýÕeéUilX ©ÿù?†BAÌý׉–¤X3Ú£ùvÖTÙôêÆò¤²áèËvÿóÿ­õ_(Ã/Ñ߆ÚôÙ‘åð¨nü!?œ¡0$¿]ÞÕÛ£T’ÀÍS; S¦,ú¨Í×RmÔhPQ6pª†å³Zî켯/Wá¡ -Œj¬ÃòoDEçº)lº€¹‘Z0}}òZ%ÆÐC©UÎÆsóÆ:üûuijJ"ÿn¥ / TQ"0Õkj0ÅeUx¡¸²Œ×©ƒŒ=[ýç|xÑçY BF§´Ñ9cEÑh÷îp5€ï›Åjá¥àÝ:Õ¢µPú˜°Î<, à õhâm‹ÿ2Ô#èÆ@M†?-—6Lî„•ç{f¨ÃSïÖa гüi?ØSo,oÜ2CÃ*ôzü9jâå2gGÖÊœ!¯­–ÓQf &g¬É©ûåVˆërÐ+Çkcó'4u«>Í:yý ”†¼VQ ³ •a® kçΦ˩• Óåôª:Daß5êSÏ ÊjS óeõ)HgóÕF'çÂ׎4k¬,ªûuª(žNo8ÙÛ%üï b¢>‘T%Ò¦çN“FÁMU_B¸¬~꧸®gŠ“õoõrVùÔGCÙ–À|Ö$¤«•²üf_ï6RûÔøñO­*óé_DÈÞ“(¦Æb¶æøÍq>o ~|ezq[@*â&ßuË`¨M(Œ=¹")ú8Ù˜6•fF¦LNªF –Y9NÆ(soëÉçÕDTK’ÞV“Ϋ Лø¶šx^‡jïLN¸¨ö¶^ƒý`öÜy5æƒÙ³çÕèfÏœW£>˜=}Q{P^Û´*R{æ "©x¸öî$9NÄøRP/¤ ‘§’Æ¥Œ]È%Öý>ã6ð»ßQyÝ%ßT:†ô Š¥Opá&¥ˆ.·jâé÷$È-ö‡3Yü­õã@95~lS{›§àägsqqýF>Ç3ý#©hŠüD2PA7ÿk·ù]Ùïw -Ìnü‚“”¼ -{u<üóRŽðZöÞDè,Ízq8™Þôh—]8ŸÖ£ýA Dÿ$E@q\¦¾"¼ucb›ñq…díØð0„TcÚw“3hvð½•Ï6åÝ}&û¯«åýìB;¹[ŒŽ-E—'¼Û ÿ3]ü€þ µÆóÅr‚]¡ŽfŸÐ~…¿z¶2»u½ü2Üí}†÷_ƪ¿ —G­.”ï?¨fRMÉþìÛ?:£Åz‚–J8ˆUåPÀ`ø6„Œµí×›õGS6®o¹ATmò•µi5Ðöÿ›«§?]ý—öuÙû¾‚øßÜÉÒA÷þòå£Uÿb,†å‘xºYýµ”ìÏÃCï~v?àyˆt|ÿôsQ…7Λ©üo8¥ûé¿þÆÜø/>{%ÿá»ì¾Ë2ÒŠçyðÀ 7D-ú·¯lóo5 ¦)H/J2#‹/3ßZÕ¯_BÞ¿|U°Wx›$Væ„o®ê_‹ \J~{ejÅÖêæÊb6ÿ -Á×kþÅëÓn??ZÐhs@2CN™Š»R-¿²´·mþò&ŒÕÍq7V"pãþ— ˆýÕSX)‡áÉKÿî<äs7Õ@ñì2TÆ»ùÅá°TvŠ)|œ.ÿçÿÝ×3¸®¯cÔVë/œ¦i“nA¢Ðq 9®Á<¥ìL¥'…“>¹å…Ó²)¯ìç¦ÊpPv‹ßq6vSEÙo–ø~š´`©³Åãa{<|£ §Î÷f—®gÇáL1•6Ûã–4 L.^?QøÚKÊn¿U°‡¤cT´0ô%±Ülváz±Ÿ#èOO¹êß4šTZ× -öX,‡ßªð¾ðófxœïoâãVÇÒ&‰Õ¸ÿ'«Õ'U–Ëø¯7$Z¦M¢ÌÑ_Ùà„;¸ïé ‚‰Ÿ±AD}@G_éã½ÝeþkÐz ˆ÷ûˆ!ÒéõDùµªŒ7ëÉ÷µI,vûï…·>Ñ?n½ýh‹"ý5hCï[çˆ`y5Mu -± -±ûE1m~Qv[°ºî?o0^.¶¦ñtÒ_M;e†½ÚiµSol±Ã´Âõ‹/M£!ZàX—uâòN—†;D¨PÝ}õ8Bt+±A³©‰É*¿ï^t·Ù†wÊøŸ¾Ue.„ ‰–|Òðvý|5V^õ]F¹ƒïåÖˆÿ_¸Ÿ£ßÒb™ÕVU -W´•š\´‘Â!bVÛTÈÐd'7ûÌÿJkÄ×äb¿ÞŠÑ×@¶.½ï£Íp7©*ðÄZ™|X!¦L‡Ç¥Á4©óF­†îE{Lß5ÆeZ .€èœiOj 1Ë€g8FÒ1C6 Õþ->0&x+~!ÕA=üâz;DÜxüª³˜˜öêssˉ®,ÿqŸ´±OÃdeÓv¸E¹_¬ŽËá‰_}³»¹o.f¤³ÿoVݽَsp¾¬7ã— b¶³ÝFc”ô‡~q%§ùÑg£–4:PS~=˜â“ÅaHX—ZY`%VïWãèÑáú—ᾪo‹îIŸ\nÐ9¯(Ûãr¯CY?ê‘¥¢LT¶ OçüWD@?ü¸“˜Esn¤‚d,DJÇåR›¥úŒýz CšT·›C`“ßL”·Û!èØp}X˜†ËÅP§ß¤ÆUˆ2ð9ßA4äpÚ»ODŠŠ†.o,gj:é©á­_@¦c{ùý fnƒ¦ 'ßX×X¡f6õü”^β¦ËÆ,# -âgÂXòì|~\/¢o³³ß­ªÃç$â¾[¯¸Žu¼æøOë&†c%¼ži{øqmØ ËÊÒ‡óh,”!LE<æpâ…_–@˜Ô(¾ºâ‡ÂË0ÊLŸÔ…E«r¼$rŸÉƆ]ülÇqÝÓN~³êv×;ÛIF`è& 3Ì•—d‰þ¤êiªO›ŒãcªjTP¢ƒ}TäÛ(Òâ:÷ÿ¤â‰ì2O3µAJÚf2Xe8{P5E šåãȽ)§üQ—„Ð(Ð!ž´\¬Ó±ŠÏ…E­æ?n¹”,ÏD¾R,¯jŸñu²gUã«‘2)í6ÓÅRÑ%Ã÷{….g;1!æ½›s$Ú]vxÎtˆDn`;Æ%‹¦êq‹Ç1¡®TÔ„é÷)¶FÇSÞ]ô¶GüHÝ}Ý>¼N.%…~rV„¶ooPÙñ“í­“ópÚ>6ºî®¼?9TSw´@¿xâ¿n7»p€ðáð^æ§;Ï_tté[az šNR{>‰-â3ëiÑ|LH(Ű´rÙè|$Ú/U¿{(ÒêÛc}·©CÃèÚM´NÇÞÙŠ·ÔvÕs24zž7#÷hqX ýÎf¦¯ÆX};[½¸G€Ð›éÔM,š*ý°:xôì/«ÓïÌå¼óã^AàÀ‡gÿÉŒÆèà¸ç#}”Þ -ª¶X!`º”¼(~^sw¢zE^׸8{ì¸ÏMµ²!*6Q¦‹õ?t½Tù.û:™ôìŸWÞ–nL!”ÝÚ¨6¾*TœåL­¯ËÚoêŽw÷VUUœyi b ðlá _ÞV\îÜ+£`üÑþøËGîÇÛåø’¶¾™"œËáÖ=ÿ¼¯bš~i°!¼‰ßî_¾8æ7ëífZ÷6Š 8^ï—TØXë×­{÷ÎIýä,©uÀ×û£ŠðجájIâ˜Ðýb¯>ØÑOä»Ûµ°Žþ†|ž¸wïçɲS¾I Ó"{÷ø’›„[í!ú‡½­•Ùðd=z¯Òt}pO–ÛÝt£›Å>¢ÁølbâóÓ¤›ÙFËáøåóºã͞׃H°ÿQ‰œ¨É‡hµ×^¨}³C\ø×œ–öòH}ƒTœóŒ¿{˜VnÍ29^ýör.»]T¢x²s~ƒy,‘Üþ xP=²Üo€›SFÃÝ×ö7A›s€—¥_ 2ó/R¶ÏN ©¬Al›|£qñ3YýX}w(m·“/ï·AÖ8íÓ*º~W.Ù# „*•R½_ey¦ø¼‹áûãhÿö Nè1Vb¾AÆ©X+_^ž~R>èÑiP¹Öˆ2ê@x—¿©õ{ÿçT²„uº'†jn¶ûÏ+€I [ÔtnþaOãÍÇv“ÝþÙ± -ð^G³KæûÕ‹Ö‹~>'³xÆ“ãÇd UØ«*ã¿@c4з;‡—§)ÕûO©x\?™º'íÝÝ HÇH“•0+›íéjÑD3'º/CQÜ£ãs€`r}Îý¾ENüd¸}³#-þ€Mœñœ÷ ÜþÅzºùqÃã×ëÍgg³€¶iâ{²8ôÙU×G‚ÃDÙ/fëoÉá'v¸9Ìu@~_$ü¶,¥K,Ã=Q?ÆT½êHu/ùÊ¢aUEåkÚŒÆ;Ο»†e›%Üb!H¾KÍÚNI–gîê¥Z—)¬U7LÜß²e| -ÓåR»vù†Ð¸Yl‘¸~ùì à~“w6_µZ}4 맆ËJ;‚d(‚ÝÇÛk„Á{ ÎlFit €6\Æ“KñâÚYh»®FÓi‰)°pøñÚl-‹üÁlq_·ظsk z¯!‘òMÞóÚ¹6׬¡ë[æ>òCþèÇM~Gÿ]_;žb××w6óõµ=c¾²è¿¨ÿ]£ÿz„¯}¨€¯ýÓW4?TÐCŸ‹6\ HÑ9ª.ãh\—_ѯ§E GÞü5Âñm4äub†ævū Œ -!Z W–›ò•Å›V|Y:¬ÜKeOÌE)‡VŒ'IÚiÜ”í!ó»ñ¿+ ù7ö¿£ž¶óø¨F™þx`Eeéû`Xmg÷‘»²ÕñÓ*]°„^ÒO½@¤:Í£ØÛA€ŸýµŒÀ2|%=IÅä³,l[ã­XJüŽÎß&ì‰ú=¦øëÖÓì-Â&Ø:žÍEÿC÷÷ëQö…½žlkëömíòµÛQ^\»+éÚɸXbîî2ñ»Y®Ý°!ðæþ½öûïnQÅ›üua™í™â^º²˜;ÇcèFnÉ£›•·ê¾Í¾.‹–»ìÝÒÒ›1¬ÕŠ×¬ÛÀ«ÍVÌWkv÷&â± þ#´µ¯Koæ®@߆ïïoœ‘û^¤Rtúrù…sÚû]…ÑpåvgF…+‹{ÛО¨s3¡ÌþŠDÕ÷/ušÕF´Ò˜Hk;b5Ç”­Øê{Ž¢Ë>nfŸùX>WnG/A¡SªŠ¢ß®øÄ½;”•êÏAE–ŽMF~m‹o­ Pñ‰½NØ·µÚgþj¿ˆµÌ2°}Œfj«ˆ#(•Í…àöQ^…ªý¬£fx}´˜#•{$Ê Õqt•yuÇJ¾ëdœ½·Žã/ƒ'Q¨«IÆí·'_ní­+KªÈÛä4ûا—;¡œ)WòÞ¬ðäòd_["“kåÍ©|è!º-8ø\³0wÉb‰_¼”$›à-ÙÅ¸Ü ¥ÄJŸ˜-ð¾õÍ“ì/9|©#¾–sÅ]È<÷'AWªe*Ç\(~´†]ã§þ•%<ËÛc‘lýú&J9éAôÙÖ)ÆŠ¥\*Η³ñíÚQK4G‹iòa1´§¬Ám"5¦ý/él`ÉpæÕufwc}Ìv“ùL.î½ygÄÌOVo!wŠla’¹²7¹ú ÔXìå‡]ªØüfgEñS³já©Y¯IY_ºnõQ¸œiäé×JSJÔ†­›Utßš¤d¶]ÜØ¹Ž¸«w;Çk·»ÛfíÇx½ÂöÜÑÚsoYßÔ®,ýF¨š„ž‡ù'ç]¬ÿ´\ÆwÃf¦½…_†›±ÓÒ[Œ_ÌùÇI-°Ž(þõäuz» §C—·:KVF­¹Kz*Íg'-²~çãó]¤·~îVÃ18J¾ÌªŠõʲŒD‹•åëÄl^ewÈÚ¢$úëZ"zܸö>aó˜er[Áé™l'm›õõÁ{û𺺵µv‰ñÝaw|MD×Éùôézóé˜ck¿Å¼Mr­›D{ë¾y-ÇÐîß&»çíþzÚ·¤æ¤õºÒô[ ýº×f“_¶šÌÛ®¢ÓÞ¶…oô´wôas'D¸åݸ)=ßûŽ‘çûE²²Fôr}tnïSnWº(ÇÜ7ÙÔÌ]Í'öxl5Úóäan)ÿÄ}M­þ[:çyÇ*az÷¹.ë+u,ìÆ›á -ÙÇkÞ}]ªñ£hÐ*„òÞ p°æŸÄÊfÏH Û}’¦³FPN´z7^ëä8ô>ºãˆ&ûüƒë o—ësþj®â -pýÊ]àå¶åxÈß±rÐS³‚3ŸeÊp´;ì"ù°’l#©W.uö6›¨ò8ÊÅÒ«¡3î.˜ñy(ÞHä›÷Ù$ËÝ$’kžM#jY+×KiŸÙÞÍ\¿Ì7™¾´³ 6ÖϹ»¼7·L‹¯ùz·Ò-T¶hîy‹³zØU*W蛲¯e}­Xfæ%`å²Zœ>¬kÞFÿP·”(k}2¸ß5 -ÝíâÊ‚ »·n\ë§Ö¨x=hç]üðrÞ5/­»îø~à|,T -Áž×-ö-ÖE»¯ør³A©-˜Ÿ|«55´Ýf½Ãisà•zu÷Ø{s\LÌÙi bí*ñÃt~e™:Y×ótÚ=ôgÙB$1÷ Âæù\Þ&/ÇÏ.åpxžŒ2¶—„÷Ѷ´Eëûåã­÷™Ôêõµl[—y¹º¡ƒë͸¹ m#^aôzšû^ɽ“*HBÚm·wsÀF÷uJr<_o#O#sLA‚ÝÆöÝÄü¡ÊÍZdç·Ñëº]²–¨P|¶¬úCÞõÝÔ­«¥Ïl‹–[qÛ:d}¶ÇÜŸ}cÙ±E„vlš -Âä»8g7ßm”`ä>.•F÷›ÅÜãŒýMçöpø’s×Êu<ݹtçÉc ¹–žjy~G¹%B=ZÖ}šŸìnèIá`<»³|\<³ nxφ­W ÒuD-m5ï‚o8™;ÁÓv„…~ÔÙ%A¸gL<"…COŠ´}–e9[ÚͼÖî&émºnk.î}¿üì‹É•ßXßÊñ&bÇ­VùaL¿ì‚«?ºæ÷Û+K¨ÞeüÐs„û^?’®´üQ‡·õí­«…X –rÄ^{T3^v¨•=%”ë¦?«—·©ÛD«–j?šƒi¯XeÒÛPÞ©\+|–“séìÒ×{É•èLêÊ’ç636¿¡ów…:Ós}Ïþ@éÆ"7Jƒvñ¦œìÙ²Ê:»­¬ -ÍZµÁÖ˜Úê¤Ôméd¨>™Ó+  ±&Ÿ¬oš»ž7Þêìö›vô®ëܧý»Î¯,Ýò«ŸôU6öžå`¾ëMýO¡~eç_BÃn÷É“ïvž·Ôl8¡ïì£Z›ã|b8á§-»b•Çqåå`™LGQz–ÙuæA„: ZZ¬žo:bçù¥ç¨^Y^á`kYUî–«´-á_}‘×`ëu¶.Ÿx½Ù–¯O®¿›¦©în*ç2ÎõBÎ8£p£ð6ã9†[í/7cáÛT†õì'ðu—ެÃÎŒÐì¯,W½òÎͯ­Œ·Ö‰dîŽáÔiˤøF%=z¨— +UsÛ;=¼®†{-?×Èù;ÍëôÌ^._F kvӯߧ_¹žø§…lõÎ:@×ÀÊt” ’”²Þ»V?H6óš·% -¥Ì±éM'mÃÌxZëHE§7ÕLg<¦ÁØrbÁ¹]¥Ë,ÿ”Jx\î¼I–ÒíæSÛë ÷¹òóc%Ý/n-ŽØíÃ"w'Hô]†›]YžÍ7®ÒÍ'æi÷uÐñ]ÊRi} ¦yáÈž[Þd1'‡BéÐ8#†oZkº û7wé\ƒé14õlÉ â“#.X¯·|Àçl¬¤Zj唣Úkùµ–{Ѿ¤vÁ¬»î*Þu*Áxé>mÙD“õGK¬TtŒiéfì”+‡Da[í®ÒáÆñÖÁÚ¬Ñ|ÁÂìR=žOÏ—ƒ€­U V­©Q'oé†ò×ú„®»RÏÂcÁ\Ï»¯,Õà䡞¾µÍ¡x|S.S¯¾}š©r·ôre –—HÚ~smßÉn¬÷rª>JF‡­FËÛ~µÍ©v$S­ùRgclSÊ!LÂæeu'šéëyÄ{e‘éb䡜²Ïâé;w§íR®0lÄv©BÌéœ_ËÞI¿™(–S…ú¬Ý)6ü¯å5äLÕ_øNþ¡Ñ¯7ƒ©èSjòØ£ƒ{Åk©±%³”ÚuZú±ÌzÊOq±Ôè!~XGÊ!z| ÅTš—Ÿf¯IË ¸¾SRé’©VÙ R²özªÎ=ïÉvpÛì¼LשQÙW‘65w¬&ÏCÙÔsÐrø²•H±%g¬©dõávÆ{Y$MÖbÍ›Š){®=«,vO”ÐGCe+\n¸ét'ósªVME‚öî©Ù­‡©^Û§Ë«»eõñ§RŇÕlõ4³-ž•zÕ…¶´?1k9¨]%*ôElõ6zx*Œ˜\*sóÚKXÓJw¨ôs©Jê&Ž„ ÷¤)úéߨ9‹»×âØ3|È¥¶^ËÜu“¹OÇ{Ê<»ªŠ±®s¼1§kÌ¡Ÿ-Ä›·ù,Èéi 0Dç…˦™P(¿,gn:sæøœ±ÒÝíµ3×w™UËú´ZT$g®~Sd9^~:NöÜ-¿²Á)ÅÖ®‹Öj¶ýT gm -wLŒìC6ÁÜm3/ÞºGz•MÎ -5ú&Ó»¾¿¶7ó·Î¬p<Ú³½0Ýš*צhgŸÑDÉöö^én_<–Ì«µÉíg/‡¼œ³93ƒ‡—›`moárm'ý˜©<<4¶ßäœ3k?“šÍHê+*áJw°^g…»ha0öù-å›Ö5™ßÝò•Wѳ(¶–Ì*Ssubñ]®‘,d'CG&Uß8¥Ð>nÍgghÍŠoe9îå\÷¹ÁeÅH·¯Ôë]­ý˜f›_¨R*•ú`œÌäºæ~Χ¥åñ®“y¨f·ûÂvQ KL†¤{Ô3uS*xÖ£RÆ:‰Ç^r£hºµtw7™—‚Cè÷¹mƒ>Ú˜LÆ\Vn„øíþ"Ÿ©dĤõ6.ÊuyXw{3îôj ¾vØâöé˜ÌÜ„Ã>{¼j å÷½¶-s¼YÆ'­Û,߉4w™¢Í4·/%±ÓB†s±ól0Ü{¨µ¦f:cKä®,hr£Š°\§þUjk›R¢™+¥[iWè¹sÆî¼=”éŒãÞË“gÒÍ?LªþNꕽ‚oÑ¢ G&c.Ô_b½a:WwíXszãèSb“+9ït}eI÷£¡=›\w »Gî!³bíñÌåfžä¶u“ ±NK“ò=…ƒód3s©W2OŽ›Vk0ßµÓ‹—ºð`§_WõøÂçM|R‚ÊÑO%ÛÊEÓCÊ»˜çHêSJ\0›)Ï‚tÏ]m<]þì8ã°<ߕڷ¡ØãÎG—Ò‹›t?&dâ¡öu'´N?>míb´«´ê¹›†’.Œx¿½ˆÄ‡"ß³%2ó›ÎrÌ9Óiú^ä3b÷ŽFšxÍlYûÛÎí…½’‘l™u­I·éGîZ Lö/ùÖÁo§ ¥ôœŠ˜xu—(ÅÒ.¡Rv=´ïRë»Ü¸ày]ýëX½’¶¸]ë|<åu–k¶a$Íwžn¯,¹¾”ÈÅžš=]‹tƒ9O<þ(¶;§ô.t­dGÒlbL|b&dfÛ…ˆoñ:NT_åì pÏ瓞î±)Ø–ÅlÀu åFœ0ϬåÞKÖã~Èå¨ZðáÁÎÐ×èTÚŽ®}v½)Qn_v“½}0³¥eüfþ¼é[ -¯¹æK¾Ö?ng»F3`G‹ÜÌ9º)ÕÚO/yº.Orl&å‹Ñ•X2×röiåqŠŽál–s?sýlx^ô\YlUï¡”]>(åü˲3’‚wý²-<åö1fÚð¼&ìÅnÒgÎùùœ3shM -Õu£–8Òã@Ò¯æ;e¹˜ 3ÂÑ3Yù|¹+ù²® ¹;,ÍÙÚ¸á_!yŒ5óÎnŸ7*Sê&œKšwÉbÛá+–ï–¶Vö™"l‰/²ÅN¹ÎÆê½¡5ª— IÛ&µ<,­¶B¤³Ï;™go>×hÙ‡b‰u6²²û&×òMu¶‘³\YjGfš=ÖÓ´Ø»/W<³Ã.›ÞeãþM¦;/Å«ý¬-“®{Ê“ºµèžH™¶eŸN/áΣðPÍí‚éçδ¼o7•U\ȹ×ioaì5ëôã3b!‘0ÂäÈÊéÊW^ÜÕcÖÍzê‚¿ºÞ”VÒ²™,«w¶f¹W)°sW:ªøòOáfÑùxãJ3¹xs?¨%ýt£5i ÍìМh¥šGwº¾ìI/Y>-mý¹pdPõe ÍÊ+‡'Vš^—E¶ð’ÖBXy­YâOƒD¸˜›‰O½Î­ïfݳ9‡µì¡8˜A6Ù®ðÛl¨k[F"ÅÕ¤±¶½™íÝ¢)XŠuOµ=Ùó™L ÇÛú¶#’Ç -Ýë›ë¼ïÖ·´v­âp±=ºsþncVYJÛÞÌ[e«*”rÜšÛ[Ï3ÍZBæ ßÉÐ:n,™úõúÞ#§âíÊ ¬¤÷]†VüÎz|æáûÖÜø®…¸X;‘ F×Q$ƒeÂÅ|÷~ìû–h–‹Å#‘ëßëø993ìu'ü¢òPiðG.’ñnç¶Qò9Zè͉²,ç\O7Åã*Õ¹u&ŠÓgk¦÷2bêyôÚFké9äpêQ”£i¶ -çûC{ÇŸŽ´ûéòÖʽJÖ'Ï{µH¿R.×Ûù«Š½nmdãž¾äñ=;Úí~⽿(ö¹ ³`ï¹ó™uÄÿ˜ß;‡Óˆ¼N -“Yt^Úù»ãk†G2™ùz}ÌežÚ.ëã𦘵(ÍN©êÙ9ú‹Ã+›_„VQ*.½ÕÈÄ5ÎÛÍR´ÀÛ))ù<+usEo”Œß÷ÌÞÆrw’RÈ•»!´wOº•³Ï&Ë·Ôj]ì:ïK­Ö¦@‡»­­÷eÝyÖ? Ú©^-_}áú´”ÌïRJn”hÞðÁu23µÏs.Z¶[;ÛÑ1çWîÐÙ/¹WùIo¾_¾VމX¶°L§C•tY,•}w•® ¢Éûýs¼¸©ÝærÇVÅæ{àŸK…žÍÁå„JkâN-3‹üÊ¿“²ý¡2[˜Ûtã15¾+†œŠ¿Ùß¹‘^YËR‰wÕsqÆk®Ÿ -‰¼X»} ßÜo-¥yxs“K‹|’;®ƒþb¤EñÙñ1'[ÇéÐ1Ÿr¿¤Š¯Üèéñð`mµ¸ëýc¡™²™Ëvϰޞ)¡|ué@ÒE"KÓ×Õ8ÂÅÜ@°¶¼Ïö®œöæì~âZ¸ýQ*P²<ˆ,›`Ú#&o>ƆGW‘½V»x¯ÔŽÝÁü‘*òÙáî8h””\1+7ý¡‚ýVª™…(?ŸO5¹~s(¯©n.›½ñä­Ëb`]¸—þâjæj=ÒwÙL¯YuQ…|üpSÚÊÉŽÌN|ùø£»_eË&ÛC -[¡ízó‡u¾–f^VÙ§î$æ¦J Y”Ÿ¼Ý`faEz*?ªŒS_¥H¹"™\›û5¶ZÊ/ŸK©ìý]#ß9´ŠÍܲÚî„,MVj¶^_•œUìu¸Ô¡@ךT|–•nžlÖ½¥>(xÚS©¸ÊÕÑîw öÐÝ8:; éÚÍ])ØÜ»r(gË$›5Ò·Ýø‚[æ¢všö²ù Óœ†™l¥7®¹­¯k¥²M=Ù2ÕYH†vž}Ê¿6û*SK6Ù(Eò¡T9“B¦ì¶;ÜÙbŸ£RÏ~±8°ný¡‡­8J vÏ]!ß°¥¸H·^N7êþl¾Û¶÷-Ï ™ñò w5ñšíuÃÅeÖô£·Ü5;†¥’îfºQ ]â®Wóxã°Í SÙ’GËÂæ¡TC­3™¶y—Ÿ>ׯ®b)³ÓRÈž%Gô‰ß¶óOîí¼"º½zaqÍ›Wnséñ(ç2ÝD,—DD¹2?ƒ­j$g½/Ä žBT¸²°‡:o£¥#˜—ûÊ«eÑeÇ~¸²m„ŽøfûZT¤à¤Ì;3¾b/ÝÇl³8VW±ÐhäŸ+ó|¡Üe6ò ñPÈ;;…u>óè™»±®97lŽ‘öšV¶Ã”WfUûAŠ——±ä¡Ö¹¾¯–s¶Ç|ÉÏ›éÃuÞUºæ²Eó-íºÖ•ûÂ.ÖçÍç[¶ÕŸòù#·Nä¶ó“eûr3ÏõçnºÒäíR«‹¤‹Ú¨ÅäJÛ×SØ:Ú•Ê<'ŒŠ¹íÊóOÜ›2S<Ì Rï°—}Hl*åÛFžºŸv]tyBVž»û›Dû‰—½¥•U^åv³ôT]x¹a_f%Û]zŒdKÿöøX]Nç‰ÂPrúÚuÊ]Þ¹²/ù*ïͰßÖZ --™~®b6ßXí刯x®J6»¶¦Ýmµ=¨H¥ázî*“v´iÏ'gEWqFÇÝÊ´Ö -_#ˆ,3åQz}²K•ìCæ:·é¼Ô]v¹Æ—ê].•}špýÞÓ}ð¾s̤ʵXiu/9g9âlÅ×Àô5ÕI2Tsãn -•ázý@å7«:Ÿo8ó‘L>Î:ïé"’ùÍst:|Ö}ßJ?Å[ùVæþ¾R°I£–­ál\»é]ip›NçK·–ûîã£ÏRdžm”MÖøV+óë›ÞƒTI?Hõ~Ä6Ï :Å€s×/oË›d+Ÿ§Ò•åñ8•ÇÏm¿\¯Y¼•¼ï𲔋ârèK§œ7qù1i, -éªl Œ%fßÚ—ûž¼ðì¹fÖ·½n—Šýܽ5uk·Ùeþ±¹xjøÊ­Më.ï¥"f°W«‡\^©vf©¸­¸ùÒu4¶HܧoG«”ÍøÉ?¥¦‹÷^±åoû9¡î*õfõfOŒ62Œ´¯ìFH¯Ì¶›‡ûÚÃMR*»ç£X¸·•ÙJúz)–cÓN®˜Ò°œáà~× >«”«‘{ –Ÿ:L=︗æÇê^çJÝ%ÛlqëòVLNÑ\þPç›­)’.ø†ùÖ³†¤ª“o^ú²­IÏ’‡t9×a÷ù˜Ý±$SU&ïê†õ»U¾QÛ2nG7rtT*Ï71k…A Ñ®|M»¬aúéP¯ý5Œå·Õ»Ø¸HIýƒ›Œj¢zMB½GknÑh½Å½ìvíîòÃm/ ¤Î‹Z¨RÏÚõ ãI‰ô(7Éþ‚ýöÚ”Mº5 }°8v\“í. ù ”䎻úï•bka:x¹ž˜üÿ› •ËÒÚë©GÌ[Ž-»ÕqnV)‰¯>›NWþ–ª†¾ÞúfØC¶¦V é(€}¦/Ó5§ší†áÆï½[¡Ê|b{•@øƒ†ã{PŽüJ3³²öi]ò¥¢¬NRÛà¬Î[aõ¶æË©ï%×›Ræyù¬.鬬×ìRæðÇ Ÿ ½§¤ v3±$ïØ$* ʨӌûƒŒ5º˜V'`¬Þš}Go_¾h Õ†õÄ~U?©wZ¾öfqÜÓ¥ y0·]ÕéÓÀÔù”z“:¤ëurk¢#ZÑû2ÖÎQ02ÊVu`ý,Y¡&xpn¶¶ÞDG^tÑð·Tš“užX¡Óho†cÇ~wM5}«Å P/ì.2²ðì×ܬãnʼn{sxº‘ísæUl Ñ)SNçYƒþücÖ ÷ÖRê¥ÙÀ­@w®¦ç\ë5!XÏŸëð|‘aù¡‹^ã(ÏEñm¼ÅðòúƒìWqãfÖÄœðíÌ—¬ =5Ê÷ÖëÁÖúÃ-WspÍOMO5¬p>v àÅB×EŸ…½žzÔ5<ªh€é<¥¹ÄêÂçä›¶5¶ö—ZFá?Ý.úØ$öŒ{¯f´èJicõ]'ŸõxóEÍ+?;X®3Öê”Nßä29t¼ -+ÂÕ˜t¢çzr²·Rg>J­v#ܘ±¹nVˆ^÷ü£Ü»dôû¡QûƒªËè@šé‚-šôû^÷|zµ^×Ò­äù¨Ò"µK‹ÙçãD'ØÊ8UâdžJV<#…Á5žÃÁQKT#;œ¹VS|çmœ¥¢^¸6T²•·z‚/Èÿ§<û -gj§eUdz-†¦ë)*e‹ó¾Ë¾9"éã@*íüB@ãó«›hݱ$Á†g™ÌýÆbù*×϶‘ ÆÍâRGvíJ=:ÈåžÕè‚aä€Å3/ÊDy:O]=¾Áƒ9óÙʲ:Ãl2‰Í¦pYMäõÚåÍ]vç€4@¥éN› 8-Œ'\*«þ.…Qáï¸ «Õ¥Šxf˜BsobeåXÞ.^»|°h)KŠ,[µã+G0qTÐEV³âuôúømr¦{õ¤`üÐûïyÍ÷(ú8kkͰײÛô}n€Ön¢Ž‘UÁüV2mRÜv æ" ˜Ì!|§¶–«åá±GÂ~e0v7lh;pôãYê;1§}óð+}aTfÑÐW°|µOÒë¶ŸðDA‚[ç„zŸW‘_´EËŸê -kŽnt#gCBdT¡W¶7iÙnŒè¥O×fºÜN|3—î°sž_r3•$#îñ˜å„©Ùl,>¶þ»ãh -ˆ<‰ÚyðßXÐù¢éÛÞzÐ%ó2¯sýi;í&Ps_÷jÆ`­fE{Z¶-qKv>ÇîÍä®orÔ{ŠFƒJÏ(WdT{Ú½ý™ÓÍp”cƒðQÇm ¶ž‚éäWÛF:´Kž[±KÇ¿ö¤”U'6kNWƒÁ^4;¡Í^º!¤ £:¾PûxâŽ9½ûãÅH"A0h7¯ÖÑ€?+w¥~ôjdö UÞóÖͦ¿F­³Bk§³Œ‰©³¥Å»¿sù«éÕYÝæð…œv–Ü><â/™Ò^‹¥’¥xï™ -MNí«\|KrØsv#ÔòÒRWµÐ¥üþƒwó^±×øƒ5°èu¹ªb{ãÅCÇ嵜X›K:ëúYÄžÏG9-[týïM³4Ň¡˜ŽmŒµŒŽ!À™'.û–ñ\d/4ý¢M‘!1T‰º,Dï{Ô\–•v|*¿[YFj©½é8ûÀøÁnÔZ•Ú›ðèqÒJ+lgT¯Ìz9ì¸ù;™òzoV‘ã½]kпƷ¡Y-**˜?:¸‹îCëâZcçÜý½—ÔñZÓ[´×ĶS>Ÿfk…íšÊª4mñàèGÓ܉dpž“ÃlÔ2¤V¥(ÚJK"ï\Ðãgz?¨rmTT-\ —®ž3Òú¤y´µQcÐ6ÄÚOVÓzqªÂ¸•>{@yÀ囵|¹£˜{\zyÆ~¦ÊÕ‰ ž*Ýõ§½5¼Op§›Ë³Þ©·tét4»~‹ü`à*N¯>Ê’G»"ªMúêJWtñ¾÷è‰÷Q;tÈ_°L&¯ÑÃ_’•çœ'Ó–I¼TS›LûŠXdL°¸>:Uý*®_êÜ>rA»Yµþ 43pÎ0¯‰×µR\‹·eZ:¶G©t§þ£ö]výr¯m·¾éÔ-{R^ïjÐÑ4ZÐÆr˜¹ ÌF›¡²¦ùr&ÿ6X‘§û˰P«EJ :“Îü`Ž åi8Ö',©t­¯;* ´×¿c\KÞS ;3­<ê*¢ 8¦ëÕÞG—~ªÂÓ]gÁ?ŽL*vy^6›LÍ+\t)Zt‡£<ÿ"Ƙï;HåêÊNPwïšuÒ¦Ô‰Oð²V¯nµ[[°9U.½—QW‹.0WI˜mŒ,´xÖ¿!­eñÖ«×*I+[4`g¥WŽi¾ÅŸÃ½‹ƒ^Av·ÆµG[ýtgSºëm!¥Õ¡<•F^®¯ÒÕœþª£—4–oK°õa)éøÈ$Õ‰§±8 ¶“-=éŽW˜€ªfÕö’"7&·®ûÓa{4ÃB•÷ýÚÌÍšâ²î„UZÕÅ< ,}2ª“Ƕ|‘¯ÜâÉG:#Õ³|cée¨¹ö»q¼?R¥^¸xh?|´iѼ›]J6Ú®k“òp²&—ßÿyèUrÕW½T‚Yœq­vý<‹î'ÄÄ·å©uŠ]ûK›Òªî\¨b܃]¼R³Ë¸ºQà!ÐÎØÐ¸°ÌõŽRY¥­P#Ȥ#í±[1óó­÷—p}ÁÑ8zý ÞzÛØ[ÃP£JÜC›I z^NMÕ§ï¼Ùr'I„ À…p²ÊoálšÕ¢¾ñé"YòSÏ6E¥¦7ÛiÄmêC|Ý%âB•J]Íýn‰&ª¡,®Ø×«+”¯OUæüA›N^}pcÞ¡¯—ý¬…0 †0Îï»—cs?ж¶nÚ¡T½¨‚æƒvL-nØIܲJ´áɘj›µ17`/H•ôÂ-SZ¬`cCLi#þ?ߟ¨¤}N^ƒ÷¨+»‡ökÚ¨UÁ£Rj:S1yCŽ^U/¥b.yX²§9øªQ%V¬¡(¯Ÿ=2àÊ7‰ `ûLß$€3Eüƒ¡2mÆøópùƒˆa¸~{†PÏý¬fV[¶íר9®×aî½´[i<ÐÓwý ž^Ê3Yr;ÛëÄ`Úœ?͸9ìâ~nBƒÃqƒ‡¥ !)Ÿox .TÇGlÁc?ÎҪ߲I™WŸÚqЀ¾hðJ\^ô+ÝOh÷Š²Í¤Îg8^\aç ùÚRâÀ¨Èáìó'á’.™ñœœlrN“”“‚JɰQd¦×nöI+} -K ÁÞ¯à)Áº9ã ì®wuª`š‹ïÍ¥í¥þDMWj6§¹@èl.ßï ÷,; ~ #oKŸ›$;ú¬’ƒº/gÈð!6ÏÏB/‡ lÎuê;E©±7k4µy;¼ˆ«Ö4µµŒÕañÇoÉñR*žn†R§Ví´…Ò[RÒÎþ* 7¹)“h=L}±¼Z#š›ìÞüAâPYÍ“áE£1„pÑyî§üœ¨:ÂÆžx…cïHC'0+Á'¬èüá¡ßvWðÒÉdÏàÂ}.<÷è3R^Še× Ã;îU]óê #ktUÔSi4•ýžþ;œ=q¯VÖmD‡Xm³ÁÎâ²Åí¯,‡ÍC:‚õEùŒŸnëÞ²[û ×ZcnûRíåˆÆâ"âç!Ç¥ÍÞ×b³Ù\Ô]¹ý‘݉½Å¥r¢+ú>hÉÅÛ ÝKwôTP²c4üE*]u¡ˆÂþ´¥7ñI[º*À¼êŸ‰6p$Uº¾ ¥U1QµN åVoqÜõÕš‹ÞZUiŸ×½d!~[6©œriñÛÍM1U_…*Óa“¢°2›Ã÷ÊÑúmEJÞu±ˆÂG¯ôTSJPÁGxÙQ‚¹”ReþÙt—ê½—ÐN²ÎÂÑGétàlÞTtÞ’Þƒ”±ŽBo i^úƒ˜Ù²Y5QÜ.Kæ«5¯ÝE/Hñ* ™¥|Øœ >Æqû,ɇne‘ßjÀVEEšHðψ´äÞ*Ÿ’4V›CVܶxÛn£Ž4Ïfߎ%ÓxŠ×bƦènä(Îèe&\IÒ·Q[ÓõºðƒñY¢,êQ=ÕµÒ’zIõ¾ó‚I{/õùþð•Ø)s.Q¤¢4ã3šŸú“ŸÜb²¿íøÃ´š<Ч¼ªßã¯lPÇ5¡¬¿?Ûc4÷ËRíe³7A±~ý ¤æÌáˆ9¹‡œ¡óIU EÁõ ñt¥I“y¯L ÖÆv=‘êÃÕ¨p1§±,¥^-¸IpKÄÕ £³Õ%¨OP´·a»þxÖ]Hq]5Í -‰Û©Mwĸ|Þì‰7²Ù÷Á\jõD<øì†¯—0©¬ ŸúüK±ËæŒ*èBüðÍöÌjŽ+1䏸9—+D·Yúàýˆwj·E®ÏêÛýâ¤YJ®éëÚ¼ÖUwøyîÙâg/Bí×F÷‡äõW¹hW§¾²74“A«ós±.•ìJ*rÿ7g÷“ÔE©§Ì¤¾çÏ !Ï›eLÝ”Ë^ü(˜P¦˜Ž¦âYÌÕXÛÉýÎV²'e°Ðøy–Gã"¯±µNô„(óBUQ°+VP|›=*²;£×jÖS'«ªÓik@mþVk÷ùÎU$Q¹l•( ‚âêjù99*ôìQ§…IEWo~§@æêÐÏÇX„öN¾¨ëή×~yÞöw‹{—@ÔúÁÉÕð³Oç -.Ûj ¿“‹óšnËÓ6úÜ8i×hˬ‡j½šÔX4/Ë(Hþ².ó7GÛªrŠKaŠ3=5í­wož-ë¡$VôY–ò*ø&übyvü§[Êå9˜¢Cظcnsº;ÊNUÒܯY&UYKްíoøp>X¿˜UxóRŒt²êaI Ô‹|á¬L Ú³¹y’ÅùÏœd Á ¦Ûh*·–¯F÷ZñNîlûK'~g#Šìê„«aJö!òD›îï9Ú˜ï˜_¸ÖÈœ3Hþ?ItNåßC{ù¢µBr¯ÔèR›­vçò”^‚xlL„¨gŸ‚.''asð3H€»;Û§Jp#K°—H¬ˆt¥& 0ÑÞâ É ú6ŬX}1øŒïj®œ݇ÚèJØŠÜ©ÔÀ ŸU½IÙºö5tŽ’]ëGIOxêRnGV¾é“Òý²šiWy/¬ƒ2ÿ.êå PÔ¹­äÆ·A¨ä`ôýƒ°çÊ~È̶®Ï'¯ÃNEQ3¨ èѤ=ð÷ =S»‚i›"ô+¹•‚ÃúZáÔÓ‰:¹‹ŠY2uÌwž]鈵æäì•ËèÛ‡AÖm(ÝBtÅêß>ÍëbõÙÁF|Ú‹®æy­ÜtD]­áGwí¤@¡ÊeYŸ‹5Þª5E˜±r#§ –Ø-H¼TfxwåˆfÍØÈRÇ߃“wÞuóB••®h£R-—5J1\Å@TývÆw©>ѵAó§–zòµ[^ Íaõ’¢0ß3Œ¾»}•;¯†º!˜V¼¾®[›$̓2Ó,•ͦÏ<ªî•|òqíy™›¹à©˜zj n5&¾ÐWÌßõŽédxÕ¥9çÉOôÛÌÂjÿ–=H{}#÷@5Ï¢tSƒ®^WîVG<£ŒÊ üi<­ëBxú)Kæ¥u‘Z2¾÷YC©?aîfÃ&uñ>©üˆèAyD]­¶6 f˜Ñß13áÀ¹j%8÷JÈ¥ZHE¹ÍÚú9¾ll®ª „;c³bÆ&›é\V±Îc¹Ïƒ_ªÐŒ¡mõ·ëv&U8Vl櫞ÅNá Üi)T««Åqt݇U÷1_*ŠœöGó9oÛ‹:Õ”ÏuÉ€i§´ìT«è$J‡PÔÄu¹Á;–Ö}én¿¿öb.)•õ¬ævêûÐ_%9y§ACp"o¼>è -â–cŒ¤€®µ{O\hgY¯df.=Fº1Êq•%žmÆ`QÉjv[›RåË]ô¥êÊûhÿF*tÿ†¡¸÷/qIUÜ×¹<•Ãw'‚§«‹£åqlÏÏt ’í Õds6/©83 Þ Â[o`x•D/´/v?öD—¬3èÏ÷Oq—͌Ұ¾’\F¢JÜL+‹M/}-¿eɪ±GkˆÊÎf:X³øÖ÷»KL£.IéBlê[‹.z õÛJ7+ohy*Ö¥S“SÍv”†Ü 7Öˆ¬:=ÎZ£ƒsÈNÄšZº*’I¯¡^ïú‘âs§¥@Ä.sº°`èê°H¯Èµ?ç”îø|×°ËõW7Å×TéŽÆQ1cÃu“Oríêç_íl®^èØ¾uTn·‘!Í‘•è¨ÖP¢»LŸ‚µÅ¼»šu:’Æv[¾Íf'µ ^jlmhx8±Êòê|-âx~*|,ôbÞèÕĸέ™6&/#:N=ñ_¶ -zÔSöZ’‘S’ÙxmÔ7ê®#‰uöë3Zÿ<¹+oÄ€˜Æ.ÖFæü -\m`1ôl%ÑŽVÏwE~¹r©cþ†ô\‡ÔžÁ: -‘2CµJ×Zãª7-ëVgU‰E>„Su{?,¬ò¶ù!Â×¼uŽŒà0/«ÞÛ(9ko‡ëb[­Í´OÞ´>k€þƒ4nRåûï3_(çwz«ò¹Ö‡Ý|kô<+WøªrYà=tI‡6{xK°ê< nƒê÷§š ¤Ø‹ÝÍɵ}¯3h'6ìE¼ÃÔÃo»ÄÉÚ/_ÙŸñÊsWmAö¯²Òzv˜ðuó®¬Ň3õ1$zh+O¨å_½ÿmËÓÏÝ‚=‹­Óå󾓬u‡ªöï*Ñ¿­ëm}›«qï¬ÀCüƒbµz׳2/fmF0¦“rÅ‹®õͯråã:n‡/¼jzìÐa™qý†ÞbÔÀ"L¼|®Ž4^•…Õ|@±…D•‚MóXº{i4«Žiª4ÆËÂ0&æOO¶´ÜÔ±¡óšjiW‰ÌÊ—×àNGíSícÇŸ·ž˜Š0]¨^u +(Ï®ònݨÅbŠ2üê,ËÎUy»æ±0>a2ÆUí¢þ!%…W -÷ó«eZÀ¥AgS eU®ïÛ)ÍÄ4œuöî/À©!ù…A¿×‘Þ¦× †iþbïv°®ÛŠ û¹¤WÙ…U)5ñ©³µP)ƒõ -~ÁÉýzçXÖ‡º8ðµ™Tä!Øš|‡óHŸK„rº‡Ë©ñ›®ŠÓý$–‹Øßi- -sÄ©Yç^K77=¥½sßú>¹NÚóQöV°W>+jìqðš WçJËÒBˆmw²%ìovcܰäÀ¦Úèh8³>³SÀ4>ê¾ßŸý¤s"Ö¨ª«ãvû¥#§Ñ°Ö½Î?*±ê ê;ÂKaPÊÿ½²­´ì‹õVëÇ«S³Ú­ËœsÄd¡˜ÆÏXŸÆöpåÞ}í‹4]Â, Ý\C´6TækM9ÿ¾à¢ˆ7jëUVœeuÓs¬WаcÝ­ÇFFjPÃêÕf%“°ÉDz¸ãó¡–úk—Ò[ÒÛú™•I-CÎZc7ê莅ª,¼^'CyWõS³ƒpuÍÿÜjË›O4â¹2ôÈìÑ7í5&;ƒÅ!ØÜ=Ö˜ÞJC´õ>ÔÃ{{ ­ÔgàïÙêjåIŽþôíÓ½ÓtY·BpÆH¢¸zí»˜•½öœ”&iÍéÌv=-õ(E†E·äüÒ¤ÖPëH°Üt•—Ñ;ØIð>­ÙJúRµSõ4 ­\7WÙÓ˜óû§ãcÒ¬aÑ¡îu^HUÐÞÈ+i­ˆíÝ÷àNÍÕ¨¨1ð×–Û…à”¹#Z>jã¾*&¨³´”ï})žRiéé]3žÐñ3ÖfÚÕ¿¹#TW­e­—#,âšãVªu[O²VFOoó0Åg:†ïÀ‚»RâUAJöl]L(唚)»f¦ï¦&û­¹ß˜®LæFmæ”UéLy àZžoK-3çÕÌÈ'„D¬­Þº9¨PÁ,¯Òó)@`ìat¾3â!ªtjÛžÓùxú¥êbó˜4­ñv_êñÛ7!®GÔ¸Rɱ -Ÿ~²4ñŠ®eÔ‡‰ÆBÂ~ï}>ûƒVn´‰¹žÛÎ…áÇìfŽ/$u&ÜíRHAE½º´‘Êe“YöKͳðetØ=”uµ€,䎴ü“¥ž¬6»);Q®Ç -¶XaÕÒ.îvòÍ÷£Ë9î+Õ¨³2Ÿ~ÍèUÓ–‚˜à¡¨1ÕrÿúU˜—µÕ®™‰y…ów´÷ì1ódÌfÔQs¼Ó&e£çÌÉ7Åv‡®¡îí o¹­܆ÇÊÆÖÃx²VsW½ÁjƒîÄúþÑhoÉxüß¡Ê w_„¾)ªá׸˜úÐívnGAvw¬~ß›.SÚˆ}·X½&¤CÓîô©î¡]ªiü~ÎÐ×l¢_ò<Ôð×硆WÉ5Ÿ‹³½„A×kñåK1Ê‚èo-®GŠÐŸÙ‚kfóyT,2<Ï*ó®µ™àžMšÞ{÷Ô'£c_IúlV‚Jvªß±sØ8PÉÆ|eç;7mþqo,l7Ž‹Ïô”ùÖW©…ée®|­kÖ¹q w{}Iæ4ú9é=,«ê®:𜫿¸Æ„Ý_Éû)ÕɉóŒF°Ï—22ëTf[Ç9:©èxuÐÔúÿ=WŒ3Fo£ÝÙm`†)ioå‚# ´Vga룂[2ÚG‚¯µ-éìúß+?þM}ßxIŽu”Ú£çÕÅóÇ„±Å¤Kòï«CVº«ê„>™†jÜ[TÙ´qq¨m('VÙcÜs¯„}F_¥Ù)gÊÓ%¨jÌ2óp5]r_²»^‡ô£®øÓæ´Û̽¼ Š xVåZ½  ï—N(=<®‡éŠv'Þ›wCåø´¾|­dh-™¦OaûET+Gq]PN^¿ê?t¢ÝÑ+ÉïLL˜&*Vi¶Ózœù=EÞÂõF«I¿¥jª¤ì„ö ¡=šŒÅV8^9Ûù¶›9šG¦(hþÞze/º¡óÙKB¥™¹ó#¨nÚ=¹[ß}¢ F?ôRìL¤†¶­yjr36%ŠA÷îD§×w]2ÏÑØŽßƒjGø¶çÒõÑž˜W üVÖ&ÉBPúVϬWm|WæÔx¶&½–Ä_Ø¡‚Õaß[•·øähŠü;~eGM‡˜/ù»éŠÕWJZ»ÁÖÛ5¥æ¼ ÷á@E¡t>(ꋺ­Íš+Hc®äÑOÕE}~‹¶ºÒÌeûV›fFŒ¯Îß+Â&§a»Ók'ªÚ(ɼÉßì}%oÐׂ“Isê¸ÏaÖ`ÎBÆ77Áv° Ä+Ïôßð xŒÉ°“Y>méøÌº9u™÷ÓüЬ=R€çUî4à­áè“0ÂT²?SŽÐ\ Ÿ,Wt~õ0)o-ý¸CüÙ›Ígfœ˜t R]ؼÁÃׄßô–R­'á+Òf èª6™›Âj•ýo?ÑvÕ¦¢yRg`®Þ½ÀåÇÞ(Ðç™#N«gŸÄAÑù=èRöÆßúÒ°f=µÏësŸ6ÛC 2·qj5šiwi°ÍÇÈh?]Èî‰òÔVáji”Õ!¼½\ßQ~ã—œØÑï8—SVwö¥OsèöªH¡ý^ ­ð§âøŽlpæÏ%|c -ÊiãFú§w#5¬g¡fGA‰ù¡QP´Î¥p”Œ;Hu÷Ô_ŸÇF©2vO|d;ºÛ¯¾HÄ©pÉÔ›íj€³$µ(<¬ëÀ -€;j·TôÊ…¡ýpeíè˜8ï¿ÔϬ0WßÁñ vÏ–¾Ãnç¬{KÅ~YܶÞÁ­ 9á±Õ7DáY«å¥bð’]*ÖewZŸ ÿÒ^¥okÏ=«·&Ò4^Müá&·20njø4LU±çõ˜'NxòÉz 4™yWÃÄÛ´£wù¬›¬ eç¸P[3LÖFJËù[*xLèË$Z¿àÌG)NÈfÃ((õu‹â@€©%7uµgû׎Èf&>:¸ck,1B&o‹”¢ûI¥òÖ-'?IøDlÅ—ñZmß’hwÜ Á—ÈüA£ñd™Jj3ç=©¥DD9^ Ò^ —>õ3»ÔeâýÛYùúÚ*§,ß”÷ÊšOê•5%½ø¡eÖ0Îë̈ -(p+YúÊvY§êr -*ånóÿ/Á%ÚŠòÓ”j•å­ÏÅ¿!"Ç'Š„]KFI?t( ‹?é-ž4œŒ–õ‡¡ÀüÄÝY#Õœ3¯¼á½í¢ÖRɨØKÈÝ×w-¼È•*qrûV«´Ë÷†D+œ„¹‹¤¹îKGò&½ ¹—Ø'œž9f¦sû å#>ò_3VÛ(ßñ‡ï}{äÌêÚh—?-5½Ý³Äê£2ÕõùEù4î¥Hfm—ì;€å€ èúÏŒÁ ÚûY“‰¹®`xÌ®ã]$í™^Îè;…HìaRqë«áé3(™–¸"€Fš€Š[Ùâ‹ysèH\Óy:ø¨W0LȵÀTøƒµ2è’·ú¡ôÀ\R–i1eÑ!×a§w0ÆXTÚ E”‰‰ZažgýªÞ›ÖøL;>ü­¡QÞ 8bD¼]f—zþC ÌÈÊ’B•Éûà¹ÌRæ{£ÅY´ØG±Ò?dêÉJKLÌÜ­LäDv€É;3”ÕøB-:Ù­/~ÖÕu@j~-ÄÛa:E¨|ãQÝÎÇ“oûå „=Ç[=ö/ø4Þ.¼µ›2U5×ÒRGV]PÑ*$5ÜzjÒøöc5˜Ì"·u.Ïw1Y -‡õâ§Ã¨Å”Ê5ÊÇwí¥‹ÖÛ¿^MF?.g#±µìbŸz@]‡–¹ø‚ÇÒEP´ ‘+§ª·YÀ”‹F‘ô_é…`X£'™“½¢FßxÔÍk Ê^ø¿é%µs~µóáΆן© -w -ɹ: / ,Öš»Þ^iRÓe¡J¹péò@ÕYÕH×BöØvb•†÷Ã×î‰íõB -œùÁí¼ë¾%æwóÊü¦_#‡Ó¦$DNəι\_‘‰ÌOÑs†“Ð^ ¨ÄY³ßb½ß¿ÿ ±¦î)I3O×p=ÒºýsT§¤Í +yFª6Óаäf«_„¶àvõP–Wâ 6¶Þî"ïF;R¦q)­íï ¶ƒíC¥ fô¾…ÒЙµz -’C›?(€æÓÙ}ÔŽR~Wxk߉6i…‡ñ»íÛv«<íæ”‚@»4·_‡?šQ먹èxv2Œf¸š}ÀvHµg?£ŸÊ‘Jà‰!¿jX«èüêð2œ꯶€‡ùþ©Öh4û’"K)gjª¼?ÁÙx¡z¶úÀ‘\ÿ †“Çu¥ƒìîèÛ¾‘tâð-k¦;Ÿ‹ÔÈL4!|×­ï‘»ýAe—ç·Jé•—­Û ÊkëdþðÞ9Þ÷Ûâè;opÆC¦ô`¿b}™v.j×I¯lŠbÓÔ²—n“gǶßò–Ë©6ˆ¼n|Ž¢ÜR×Q“]ÑÇ’!fä3·5hÚõŽŽjØVÙÇÊ| ï£ßæÇŽ[LÑ3\Ç1œ•SR-ÌÀ¨fhMºqR¾ÈáWaCO¯ÊÕá;swÓYÅêyŒª¾þƒÔ&¿<¾‡ýA¬m­}ë=/Z¬½mÊßrnÀÏnt§ÁF{w·ÇbÌùXÚehŒöK æì7´Æ.qI%<Ô¬œ:éÚ æ]ŠúufU÷n¯$8rÚ^µQc:lh*ݱa^¯@êÁSÑOw*–·w!³SÌ«ç˜lrÖˆíȲïfg9Àó°Ò¯¤ᾑƒíŽ?í^“ „®B£ÿ{v“P‡×õÙGæH[v¾ IÈ{ñØÆÓÅñ:Ãf¥Ý©i§¤ºõéœ -Zx/ÛRè­&Ù!YL÷Jædl?‡Jµ6r©ŠU7&cÓd+gF‘_|}lÐ+ê•áÖðFËõÚïÒÚ¢«ˆMåãk§Ý›öž¸Øž‘ß{ul½??¤b^`/zº;ð½Úó2Ö{Òf$”07ت´e/‡U§¬¬þ Iå3kJaDIÉrtÙ‘÷z ’6Ûnq¡N´ƒñl$WùìËm{…ºäÔ“ceàæ‡Ø¥3dëò’4 u\ûòlP†ŠB«é²~¸Ïi.Ü”öýÖúƒâõ&÷èúSš‘û œ·lby)ì`E»¯Ûd 5#Tf‹<8û øÁ©k¡@‚™•Ü´ñ£g&Z Ê¡¤vÙ4É3ÂUUgÑ903ŽÛÞ™ù§—“¾‘w=ðe4&Èêú•¡CËñ¯\™ =ùBaÚÝN,?þ¸êHÔ¬ÒSšžžNÍT%Æ[ì¾×??-G'ÍXæ–Ï·kÍæEÍeÒoá/s~ÞTëxÏ~½àzmfñÞæ“¡³5Î6g’ýúoág5™¼¢‡1m<ïáð68µ-²×Òwò¥â1Ѽ8™f®è]÷m÷â-ÊÓ²-+ð«Qô±Õ’ÀY–$©m6 ÅôµJ×:øÂê#>Z³1ÞèkÍ -Ú7½¶Mœº‘v¶³F ²Ü×QëgO_ ­¿/;ůå*%é±%fóB•rDϽЂHCI»Q¥®Áí6eÚêmZÄöÙu¯ À ·¸œânÙÀ¶j”½ç¬¡ôi°bÅ3Í"¾Æû•¸%ÛˆV†Ï¡?w'¢:Œ&¥óõÀ¨j8ÕaÖò½—‹lA°xûótHž[@kj°ÕÆÕk¦÷‹ÞÉ{?ž ßÇéeÉ‹¤8ž^'±ÿ¼Gp|J,É2âõC¿˜=àÖ–p$lS’«2T-ËÒ¶øÄ¸Y?ËÛ¨ª*cUWµkŒÌnÛhmwe&Ñ–Š9Ì—EÇYÔÚú ÅCܳoóÙJظŸ­¸Òø7÷Lˆ’ÈÞÕH‚F~‹¤®ÄK|>6G©Ÿ•òöH„¸‰…9å<ÿ ]·»žKg‰Ãa"«•©*ùfùòÇp6y=©x4[exg>W}}ôî8Ýé¶* þñ)S'ض¦©³¼ä\g‚y±ù9‰ Éš_{‚è´ -ýß?ö˜ëû#«§Dd7•._×lÒÙP²£±~ˆ² 9¯‘Ë[RIÀa£Ã®?QËn‰yMHÍ%Î<111`„Ïva#ÇÒ°¬m‚Ò˜KÊiº>5õZ`úÈ÷cOðÒïKá §ñùJÙI!Ñ2=b>g: >«ùvP baµ£ûÍÝ;M·@DÁZýƒZïÙ£HëÜÚ‹±¹n%LªµxÖ‡[‡Ÿoøö_8ÿü޶l—*¬5G)P˜ŸPpN̾ÈNXį.rëf}A³g$·³®K3šGa£ì¾DEMq>x[4¯Àai¤Be¸˜± -¡©ôñ|>yŸc|¤6¶¥¬©ô±­ìóˆ÷Ü žr¹"»q¬ö• X‘dž`EROÊ)Ý’ Å¯ÛælgÇ(ŽJ;ŸõbbNzd‘÷³Èœ -_vgðeôƒ€r–™ ÞOÞèŽôî78NûB{žï¥çVIäæ§>®Ù*–ÞJJ3ò3ÂEÍ+?e°ÛõšAºIeÙÉòíÿA --*“R'UɘYÈ"|¿m‰µP2ö熑¥ó¦dŠCKr+©ËªÇÛLÚì*{iY›*„1í~¤×R†¥­Ÿjÿ÷‹r%˜Ÿ¥Ê¨ ç ˆ*†Ÿþï¸Ã~©è5-IU–Æc-õò#* Ú'¬àßÞJš¢Ã} Á»‚›`YÒKÇn³&Wò/Õ‹cÔ³G‘`ŒÙŸwëp«'m®Ïª±*^'Ï·¾µº]h%!…Ù6®Õó›Ç¤®Š– XEQµ7‰±Á;üêõ«Š/•Ê¢èg³lµé–—ôÑ…ê/·ÕJfGzÏÅ%ÜE9êFÙDsñ1þVþ º/mí±#D©:‘ˆÆ1 ¶+›bäVeû¢¿¸ÇL_¤A7‰ðÖhë"ﲬöPQÖ -7´,úO0›aC 1á³ÓϽ8éŧ9¢‡·°è0âk6X"å*J©oû\á¦á-óøžµÓ<;jÍv¨+>s·Bt'8… [Üaí8#MÑ9Vˆávýé›Ù1Xˆ[û×kìîÓŽ1Üw¢óL°mÙZùe1aî±´X—Âp·Cõ üÄÚ³k8!î¼ëDF÷ÞS6ÆÎ%Û¢u¿½éåàZ­Áýýc€ âÓÓ>÷¯/œ,CNŸ|IO6om/¼ÑS­H¯:¨g‘Û”±jÌ·BÓI¾ûÎ\‘©²êµ^€³÷ªˆ¨Nz•Ft7¬! `â|Kyç~½¯¥g{)ìûJ)¸zRzù4Uáa¹j¬£4fsêÿ®›ª![Óúó‘Ы§ˆ´Tfz^þváy'™ø@Éd©S_å,um¤½UÅÚøW1òäö°©¢,ÓAžË*Ê/TþŸ½i.Ö1{8¬¦ü Èb8¾ø‰ƒÉóÓ°P½a§}`-ÂÛsž?â߇ÛÛ·· -Ÿ_x—„ïdêO±ï”¨©Îà - ø¸7Ý‹“‘XV¾®àªG aMŒøçS~\§»?®{Xj5XÙŸ³Nºũx»" 2ƒÆ°Y:(UÌ.ª Ò¦)ОI“ðIʧÆo?,B©.…L_`ì¾Úè”NCé’)ECOö«MÔ‰%¾ãÒp¬ÊÂAaÍ1(_š¤šªè*Êm.GœM+?KTÊü’õû?ŽÎAU€¢+x‹PEQAÄJ ½7{oØÝÿgþÄä–Ã$d-Ç<Î@v¬à9WB¤Á•>à€FþZ³Y?¾ÍõÎ OvíÙ‘ÉùEŸ¤»Pç—h7Έ¶è’×;°§ªÖíqC@;Pýu¨¤ê«–fAÞZÕð½-'gøÆ®,W7ÆÂ½F=U—øž2!çR­ßw—w~m©åw]»ŸyRB*](ð(žÖ?„hêw S -'`éçaÖÏ©+ -côÖddm'ÔÌ^³œÐÛ Ž/;´zå-¥ü˜á³×ß3-ãsÇòDVhíVß–s+ 5v¶Rs,ÄÍõÐ:Fúû›#øðä@ ¼¿àmuïÎeåºãvÃì(ìæÆ?)‡Í±Ab÷ÅÄôRx¦D;DØï7ùÛ)ý$Àjæ%Y¹«]´ô%(V…Ì*¬³ };®•ö¨ ík‰t3Ìn)óñgŸãÉÞò8©ÜO¬ÍôdULNS¨*ýY‡7=û¦ëÅ/-f÷©¹'e;R0ÀüÖ½°Ý*¯•œ„~CžÍzžÝ^WóU<¶¯Þ½ïôœÃ0æw æÞý¢j¾ÙÄ.Ô‹M£­6X¹´@‰UQÏç^!§7Õ¯ùU:C2ÒÄÑ×QÄciѳ¿UïW±:˜obC#p¡¯ªäiãâ¡îÍP›./ÃâágªÃéÙÑ[½õ&Òç<ÆòKÓnÎÏ vl1ÓUßÓÂø<=¹Úƨ•^¶ªnXŒ>aÊY֌K„ÍXç m.’(jÎ+KHv'pòÒî„9oÛ§[°Îï–mÈ ·Z[¢<¸¨æ‘ ê‚“™D‘ÎF­Û“¸Æ›ÀÀŽø¬›Í'lÚ͘—ÚK÷¡7¾»>æêWg}]¢÷ºÛf[¸.–¿)1[¿l ÞŽTvUZLêæ;c°Û-÷˜ÿ™°q æ"hÙ†1#Ôú!ºQ¤¥ñÔZv¿©Éùªn¦õD.òqÁce£Òv‹ábK>9 ú ÀÅlÂßuËíô€§Úœ¢¦³%¡¯¥Ä”ûûW‹JÒÛU¿¢jk«Ö;ãùý¡NKòfU[¯ðRã ¯…œÊÔ’ ô0­b¢Y~Z&²Û)§ìN¤Â%$Fb…Zç}¹Øò—ÆScJ;ù/fsBºÙ"¾Ua§dq$‘:þvÙh€ê?‰‘…\â•á ÎwªðÚó1}¨±?ͨpç Y9l—;°m©Çþ¨¬µô;@-SÛßogÒ.yç[”§5N‘Ýõöµê ýzÿ…q -t¶gIƒR¼“?IgÈ©% ò®k7`aâ_Cl)5Æ$nã¢tÍFøš9”ÑÎö(§Ä¤&Í¡ÒQ7¹* ¼(¯ä±°¼j·äÞ€TûÛVèú²Â˘ úÈmx¦4n0šì§ª¬óó™ÁÇð|Â+`*ßgá[7ª%¸;ç;@¡ƒÇAÛŸåy-=Õ -JtÚÏþÁÞ|C‰¹¢ê >4»fræùRŸ=°‚ÂÆðù!+•Áçoô9\Þ÷oÌŽjÌ´‡ôò[ç»$S[<µñ︂’€tyÏíµÍßüa×ÊÝR/èžq -8_MèßAÒѳ;ïD¦¬Uq틘u{½G¨®'ÎD›dµfßA¬úo'ÿØ£RÍ«ÖöeÞ1"3ëñ-°°‹G_.©æ”$N.KÆ@/ZE§¿F«?þ{¢.ÒPêoÜFÞÓR÷Í®n˜ðwŒCÚ×ÞÎÑߪÎm‰¡2Ljþ’úh%8­Öضõe<ËÔªŽ£¹Ÿlüjég—Rùlö½øåŽÖV?úŸš°ä™Ž½Ü·ÚWù^ÙlÉ…b´äOk0Òr3+‡e šx2€¾bVךþ4{HaãFפôtc´ã V“ªç*z¦Ó%“ýísÒl4Ó˜‰)kP»Zß šgÁ¦U¨a²o -Aí™™QÞùï¦þ#æw?ÛG†‡Ý›áÏö‡ºÇë'~%=my[¬XéM7]™oãê·j«-´Ä}í¨²ÐUõáÊt·Ô²M—3ýcÃùL‹jº=Ïrâ3 xWUµ,ÄPiFêH(ÏGõsr -Äu”iÝÖ¨6{±½Š¸‘T ÙZ·hÖú-ëïC†!£åk1Ÿ¾ê‰©³¬ì t1®P|ÆÃ\•ëi–þÑX4j¢aqiîÕ]µ×Ço„Öpƒ1…ߦ¹†`j¯Ã;uÁ°¹mC ëØÛBÆ)·ª(ˆ=$¬IåÈ8ŽžI}:›Åߺ ªb–pÒÑÑ*ܪ0† ya5§zÞ¾Bò¾™KÇ3†:Ô¶–YFÓej—­µ¼½ð«­È>‘>èV¯,<YªonÆXú±¸<,þ©³-çzY–9¥”%Ì ÔÙ-â¬ë’äЋÐÜÙ ÍZ*h~›€m¼‹æ]´‡‹á6¯ŸÁE2cyï̶Ýî·Š>ï¶ïÕás,ƒ8ô,-†kLÀ zÿßß9æÀŽ:òF³“P³ëÖj;;‘¯~™#ÂÉ,Êå^Ï]}ïêú9lëoœØám|S­ÓžÓ;Øš€*”5W»O¸ìtÊ;Ä–ïdà‡¾ø2?rù¸×<žž´$ºSU<Á st‡jç·â=xn¬ÓkÁýÛ1të¾Z*ç4‰X²ÌœJôg"Ù¾-5pŸÌ¸Ã„ÞâËŽôÊUš¾A·ÞNKµJ¹ËBú¤dizŸ;ÙaP\›ò­̉œX0 Abr=öþÁÉd^ÖŒyá«pÇÏà.*¢›=:"•eóîýÉXSºvT­6v°Õ£®øq9ŒDû"Kòá嬪Tÿo-3". ÙÉñòqD{J¼¨0Ó›')Zï†æ{v\5 I“'^ûf’³Ã®Ô`&š’çtÃx86q©'HÙøUp#n^d"ÉôÃØÚO™q^t«ÊË5½ÈCû¤‘ˆŽ± -¾òÑÇö1‰V¦ÞOY‚‚T¥…óyU•<3{K¥¾w 9µ;¨êÕ‰øáe¼a¹&ÀÞ›žu¶2zÕÙöÝh”M¥¢>'ç°²¼þ)fKã·úƒ]wEù¥<2xìuÖè21uQÂ…G·êãp¹ÛÂxpXÈöÔÙ¤p7ŸöþÓÞÉû@ÕF}ÁHÖE»ÕštCG‚Ê×iöÆØN‹°{T¥~Î/grɵ©:%(¾;û]M—/mÂ’ç÷"=Z_aíyØ&rBèÆŒ°yÍA]ÝJɹ馺è -^¸gúìôZX~ksu–VIº=<5ÊÂþÁ6²xxýDa]cVÝ)¦_míGØúÃa-ƒ.wQM5}úÀ§šÊ`M[%ç¨+ÁÇ™klA!_ÐÞAÛ{Ñ^p%x´2W®µá«5«1Ü t mæMÉ &ÎX~¯Å†É| ãÔmÝwôkiÚc­xÊT/¯‡‰^)Þ}ïßÚý¿Ì“×íÞF#k_ Ã>mì{%ø_³7åvwj–اúKlÿ`´r\þ- LF$NÞÖåÚ÷"ò<:¸¡EË‘@ðr®­r—¼É$ÁÕãsϼK]¶›ÛCËñ–éÌPŠm kÔú$BU§Ø'WzìÝŠVC˜Üù½nÄ·4²±7®™N¿4-ñí§½ûÛ;l¹Çn‘½2ðIÌ›eG‰Ÿ»X»ôágé©•Ñ(„9¾i§…¡º(’©5\/½ywó¹mn(ÊxÏÍ=9YÄû¦=hû·áøQÔþ<®æ²¢XÝñ­µô³ôÜD7qu|µÙ× R©`j¸— "²ÎZÑ]…oÏмu¦ûãü) -•øæÕä†úfeOL¥i^œ'¿‰ Uä"‚QVÚô+å•ÙçåÝ™øöÐeÌôg•$û¼‡ðÙÜKÉ_s~«úÚ;×ñÃpê]y„sZ0!uµö‚œµ¤}>ÇÊ´ªOýú@ -`ÕqúR\®®0 ‰Mx×_²:Ê*Wå*½T?tËʔή@¹V5×ú–v,‚(Wê¢t3KMÐC;µjéðQ>‰Ê!Wå*­ûú½&ÌbQZ^~ŠÚ˜¬¥²wJÔý¨ -{l*ºƒ÷]ë«6s眡Ñ;QNãAª¢º;YÞu£Õ9þûQ¥A‡2õ_&ßa?P»ÍM%äÇê/¿ÊG êóm¿9<>'ÛðÀë<=ÊܪtVzÉëj¯ŸÛTëQl}gÅ¡f÷·‚³*T¾:¤ YEÔì±eð²v·ly*Õ)vuN¾™Þ{ÿƒÝÇrzGµUsiÚ_´Ö¡h3;P¯Ú²Ú£Ã¡Nþw= Œñrûb©EÓ¬êï xˆ6ß hãŽîԆÙwvÔΤ›ùtøq}g{¸^{Ü@½çªÜoz;ëîQÖÖ[Æsß›™ÝqçRþœ®¾£ì¶¶Kž¢~äÙ—_h þ™¸!"$®.ß]nÔÙmX×§í×´&Û©„Þ¨Â|iX³í™÷¢ÿø×kžo¦~ñk€*ƒ–ÆÍu¢®œ -ܽÚGIBŒœùÚ É ?> É3¾‹—cÌ(žùBÌyÞã‘~íEËêÛ£FCã5Ûˆå/^9Gü2É›Òäí.t¶öšÇ¡ÂD~zÕ‚ÉN¼ÐLÜŸ+©5‚[¤‰â›7âeËU«37йZo†bF¿oûVs/êÇ8f`—wXÒÆõ½zjÀÃ`}ïàJ{ãÁ¹*/íæ© ;ËcŽôîíç /ÇÜsBà ÄþjoIÜÕm Å r·Z𠺕ßò³`œ’‹¥a5ù¦1£'%»Í<Þ[¤ÎÏT²)¶ÝÖ1$¸ôùîß«oN|¥êÔ»"#<¢Š´2MÜ9Ë‹Kíà_DYŸ1u{çw×g©iÊã%bÉÙâ[2;]©ÒÉã;™úÈ·kS™¬nd _ÎôIžçxéO‘|Žéñâ‡ó½ÓA!·³¾½~YDA?åiPccÕ³.êAž•=@Æq³dTøîö¨(׫ìþ±3ïÛAá¡|¢-äõÃìF‘VŸ¼:LíY¯í¹WÞa€!ÊS»´”OÅñ¦èƒËuðI¨Ún.¨ÕD=N¬Shké¨s…ª“a9¯Ò‘¶Ñæ@•WæÃ-Ì.¼ÿªð^m‚j²H°5nªÝm?ò±2¿ÿ`•YÍQ~e(jfÂô¸&#ÝìîûAš8ýN§ÞÔ¡ÛpOÍ„ä{¯¥v†Úûn%¨m—Ç¡æn’§5þ ¼¢ïW‡*ù¸ÕãýÍa¥ÁÕ«š«ž7¥°± ‚áñ²YÏó½Í*|ÐÝ»$§Ž“O`¼ÑF‡úâAÖìÖMåSÑ•ÁC7Véœ>!âtÔæ:b•Átªäކvï/Š6cŸqÞúJ1dºŠ6sI¢K¼Í4ëÚÓ ÖÖxùd¸_õbî¦ïfñ|œ:qnÍØ8­3ñ¾|Ý@{¿ƒKT2‡ò¼9Äøâ{2#ªta¢4íâªÿr¨¼ûã¥êìfaånËb›M¹ð®ç¬èHe½“ÚåÈw®•—‘7ùÕçmïäž%_ºOÖš¿în—üán‹ùÚßQ\³¿n­d£åERKƒáÍjUàQî04DJ% ««šÆ—ãáèûÁà`‡«KuÄõKeˆÖ?ÿ‚mw^{ßéwûCÇ#ýúÇþíHór͎ΰéôÍŸ;7ì> um1^)Ê«äæ“äc=¼‹a<‰H]ŠöÍ›ç³ý É2XOv+¬ê|wËk{§ C/‡¢•Ïš¨”£³ÝçÎ]³„®˜R½ïŪ[ ìù»ó^ -e튋ÐZT’C½˜7XîSqÑ]KœÎÎTNHS l‡MßMW ‡‰T™®óe×/Ù?˜òk]¥sbœ¼QñÙ i3oKéïúúGf]®O„bŒÂÓR¯"öÙ°ý\/LcWÂCi  HGð0¡LVÛƒUâ™ôrÄíNÒôÔ ö˜“u*ãíâT¹¸³W‚'Ÿ*ç³õŸr?/ÃP6¶:5*ñ¨ÒûÈ{¥å^ðªõ\•|0\:kA°”Dpþãrñ4'f¾z²§F:¼9þåä•/¶÷H…^K&3Ò» -ûÀ¿Üá¡btA•\qÍ1ö¬vµ¡«&5abÏíëç\D ® E4ëò`¾z$~ÓØõ97Ü‘Þ(WŸÁ}t®R­žkk{\Ýz“e;k€œ?5688½×Dƒu´:æ¬ yéò¦0óÿ=…Kn›És´ºfM³ÂóŨ”´2&Ø;%cÜßoü‰l̈a™¬ë7¹P÷@WÙ[+Õý°>±‹ñG+—ª"•$œQ±lòXö¬ÙtHHq§Öî6¹*s× íòút¾ÊòhòTür¿­gДïÖÈèȳ·R%€÷vÒñ zÑgÚn%©;kán ”Ol TF"£ŽœÝaÊU2f¼õ»k±_j¬ò#ÚëT´F·pB1t«ÃJwiV—“%«»FÑiím•°ïëô7ª•§{½2ñ‹áÓŒžÇ׬¿JÚ%WK‡QÐ’ªIg;ßíjnèÑËÆpQ[Ø…ïä}lT\OàÇ~¹Óå礧3S’êû˜ -¯Î$é¯'ï6ë\ƒZ-ÿÓ*¯0uæ§x ÛÞêøV‰J§8rK{då°w÷U#«—²G Z£Çâ²=É1•í'Dº­©µ©º/úÑg7ëD‹ý´×׿o?,¾‹¡ÿÆ¡YÇ7š ŸÊ{‡;q\¡Ñ›m"Çè+i-¤Ð/ÒºÎÞzÁÛü·²yŠÕ—©.›¦*ÿƒåÝé%:Fé–¾ëC®Û{_*©ÌÕè95|`:¹8“¡ ¯ºïŠÄÊùðÝ£îÑý¼ -=»Â€ú³³Y 0íuíû–TI›íý·—JúWž,.+î*‰N´Ði,_Ç›nó -ôBQàÍλw7%¨olj€2à›éÛ;šÏ¶нº±kº4€‹Ÿò@^Ÿ”ÖÕ´Û«¶w è^ˆV€êVÞ“;Pß±YÅMí8xÆyW×Ç‚×ü2ÀEl™òø{Ì×RHÝìÎÉ ”£}/œlʪ^LñxÊ·ö]›îT™¿~}rÜbhT¯¾{Í¥¡ÿƒ!ãvº¨ -?ŒÏÓ}òë¥ôÖ¯ë£2ßå÷l]^ÑB$àÔm7͇v«u‘ÐóÊ;|ècž–ÊÂÆ{.æLe±=§ZlмÓNµQá¢Ì -`ÆÙ?x‰ëÍѸeõËf—b™ôÕK žX¥†jϽèbT¹ö¾V³ŒbC—ü7Ýò°ÔiØúQîµ]ChóFr̪”ëÆ “¯<È蚭ͬڜ[—¯F®Êœ·“Oƒy·зi›ï°NRg¼7;êfiŠÞtßd*—×¹mTí3j›MùSÄØMdo¿¹XÍ›“Ñ{|/9qm…¦fº|÷ÈÇA±…¾¥D9ÞäM©NCß²ûâÃ×mŒÀæ˜7Wúxì¼”õú€·¦>®~^™)ÏÌO{¿]¾g¯^䔡¶sg{lïÔÏ“ºRÌÅ‘)¥¬íû§.γ›÷±ä©•_E Ì®°vñGàÅþ9ù¨P³¨/$"ùŽ6ÍZ/è¤ö'm󣸇ð Í Ÿ7.B×>o àNÞÏŠß„ë>¶ý‚MVkGuW=¸úÅÓ¼'?¦ú\W?G‡F9Ff…ælÞ[¹Ï®²R#ºž\%ìµô» -?%YÚ´úåŠÖ{*V™) Î<¤×ýŽ9V‘ƉÃzõåª,‚û‚“Ä×Ã[)`ÿwžØa¿©dpƒ*W’(ÄáR†Èµ×ä±n è÷ÆIÆ™¥w0Á5&X¡)XŠxO?Ö­JŠtÅÌâ÷äi·äuJó9ùÕ~{­_à’¾Ç†ÿ`Šò=]Ýš,Ý¥_.¶Ë¨JYYÄoÙ¯½B{vd픥%øóúÅðjÏ4 -dQd„!'oeHF¥B£/eź.ýnÉ<:v³¶/µ°÷ÿŠ»äq”öÃ5Üõô•‹ñïR×ÍÙ™m}BX!j`ç_l—)}/J[z4éÿVÀtn’$U»Y­s©~FGÁÇ’òÞ–Êå(héùøåiƒù-Ër–w¡râ…æÂ,¸Æ‹(zD…í wûS“¾èÍrðTÄ |ÖØïäá—%‚îšg¦zÆí]¤îccí†ôK¢ãéÊÛZieÏ!>&†#Œ”Ýß[ͧï§ês—íF¬®¥Õx×þ[NßNyGª*Ëã[ÖÖ§R=e°rÃÅú`Ôôk Ô¢¹Þ}{ü¥ë\uÒÙÄȤA^õnIƒwpꊓ3²Ø‡¾ë<—òOñv(5»åth—F\Yü°õOïöêjcž³¤VT«9©–P-ƒ¾¶:Îqf%°pš·1{õú?sPQ]ò“‡k'ä&//¿íªÜVù’1À“æt’ÈÜ)ŠŸ *Œª|´q§!Тžz‰0&ï¨x”ÐdDõWb…èlÙŽÁºï1ÌäM#ý:„c ?WÜHË÷?x—€G•õÝV~ܘm¬×ÆÍœ‘YFhÿ«ÿÜ–*ÊÚµ¦àâ6›à=o( N²¦Œ_JÐq÷{^Æ*÷Šbýô!BqÝŽìS%F¦ÒØ^¨US:O®dÅ!.q} -rg™ørúçÒâZÉä”aÚòÓ¨£lê<<¥«C¥¥­k !k“Êt²¹*¹Z?Û~œN@d’tÝžá¨7_~þþ$ró£oô¢]~媔־%ËÚŽ‹×ƈ¿ýRÞ3¼SÕF6k»ƒü3ƒ Ò-§s0Án=‰­=žóNðctz«–¤D€ƒß‰ƒ–G¹P:¹âóØZ[i|åÁ^OþÁlíFuÔ]s£Ë‰yy5z¼Qý|—ŒûÜTÈÅ̲Nß§„o¹VHŽjS¡D2ýh¦ÕŸmÖçZYz ¼6Ú“7Kwä!.÷>Õ9Ï MÛµÇolÓ«ðé5SQ=M$Fœ[p0k·ÌIµr=Ÿ¿`cS­~×n:üCÒ‘ÚU$úUÞÜ'£ôà×Ã^ÀÃKÃJ™î Ûú;ϺoÔi™;½kºmsUŠÝëQ\*†°PñÆñç)Õ6ã•:öoGÍn®dXoDþ®'kÝAçÒ»·.’“äC™dI¸É˜µœ"ÓN4Ñ¡es/üÖ8¥+g(„Ý@ÜÔ(Odeþ‚_¥Æ', nÇR\ù0’kGa„;{Ê<éÝZµëëšÛ)J¥Û_0(̆gS…¢—³&X]uÎâþVÞ‚ÙV‡ƒÍ’Éy_"‰V:\.O=Ç.-)e‰ë™}WO[é }7ˆr)àúéAÄj'ד*÷'óÕù‰ªGæ–ôÄ.JŠ˜a?H(}Z³pÇ@boƒ5sAžûž§³7)^_àzꣂ-ËGiN»õ¥ºÀŒ€+"‘ gï:VìÅqÅ÷E·ŠAsþÒÞEEÄ_2/‡•¦^â’¦¿u½ý‚{O[HmÉa6Ò?1¸×L¿Þ‡SµÜ(©nš¿ÃËXF‰uŒ1CØÐ°¡(.S -—RËâîÓèQOñ!yãë­_XÜÇU™9 -¾*ÓûÔ…/åzÓçæ®2È@5ÖX€o›¨¶åØS»ÌŒÜôA»´ì)7ýs¨×Æ -0ì ªd÷Ì^¬¯ªeXU¬¡Ýð¼"'iü¶UU ® $JSõ7Ê€bˆDN¯C¼®Ôø ÅwîX[“h>o*þ]‰ì ›C-R‹(Vº9ëWѤ1(]¼j·¡À§¶Rè¤{ºÄ>uë³÷•°ê3íÛ×Í!ÏéU£‰=»a  'ðDá«Õ|ÓY°ŽqM”R±¼vbâØ ½ˆ+Ðë([à™W3+h+Ó.¯»ÆòîEÜaL“OýËÞ@nÜÆ gM¾5Ib:`9®~ÜŸü½ŸSzáSÓº®T®QÛžm˜€äË×f篢D­N‹–c¼‹sH_žÿÒSTN v-;$„º‡Óþ&¯=NT‹ÐϾüæ¤|¯L}âþYaVÛìäóð¦´Óõ.þz˺ùj‡òùxŠWJA6üQU,·°YJ…ÜÇŒMëÒò–Ëã ¿TóC ƒ:êèÎ}#oOé‹«mÆâ¶_åâtV)­ÈùY¿eÁÜ-ê䦅tÎÈ‚8¥¥oþFÕ}Øx.À«ÓÇ0q–­&‰KtœgÎe»Ù¹Ã§ê.Ô§7Æ“Çó¥”jyÙé;O™ãUÛ ¯ôuìòP6Él÷Ë¢¥öíË’m94–=}Q²)‹Ö?³†Èv½úKÎÑ}>Û¼ú _€7íý Îc3¹ ÕÙ„×ÆÖO”“¢ýˆê¨÷Z¯<(o®[©(uëª%-Â5O@:ãÛ§:)(D•«U^}´ib[åù¢ÝWKÓÄ -Z0S°L‚BR¯YÞ+æ’:iyBì+ùÉÇE‰êkH Ëùtä¡DY•®%•þ -N†¯Ž’ý^¾ZÜ.ÏEpSPFÞ}p†KèõнQ’šU -¨Ò¨®¡öXRµÅ*Ô$Q;¨ËÇ÷¢6Nwö< -ÚQC›·.ew×·×Eín¡HÝwíò}Ôút1“ ˜¶2ã{—›ª½nÖ3ÿmv÷öP‘×£-•gk_WŽü l6~ÿ¾ÂŠÚ…˜äM 8…ï«õ¯Æ5(Œ8Þì´©×EQÎWŸlÎF´ç@…q­úŠ›×ü`ÁÄx³8îŒãêgP}E]î™wÝ››¶“¡ïœ“¿óÅØÙõ§¼"{ÛžÛñ¸ã壻bϪ¸CÅY~¶5¶â®8i¿g6±á; /©TŸ‡÷¨y)è Õq+ovFâ -å-y¸Ò ¾š—îWjqV­åù"¡>€›ÁÌöHîÇÇC¢¬&‘¾“•ÛÌ!_~ 4?ï&õí­ -–£ŽªÊ'å’Zàq'³Ú¢búh­æn¼ú®Y°.3csÀŽŸ¡\yƒÓéh lž4ë77ó!À¬Á¾NË…¾[RyYYK8uL;o„†ˆoÆ{Y¢}Ðë œÌxçηn˜¶¯+På/ Ð)²Éñ 4Æ&9ZhaÞ”‚Be%(ö3£Âæ´ïÆÊ'Qfm¤YÓê£Ì²O«tÕštq9¤¸p¶ÂØô³ãlâ ÐnÕ¡‡4^ñ4§~åñ^)¬Wƒÿ^kc Êb ÿþÁ-²¦L]¹¼»*c¡þƒ;+PÓ K.0#.ó<*Q-~úüN°ý2ÁÎQpA4¾;}×bã -Ô™‰Â"5uxÝ©¨#dRw÷4ÍÒ6Õí®´’Ëc_û«ßà|ˆ:†ˆz±z7Rú´0«ÛsUªCäO?zË—`·o¤”^ɢޖ‡›Î¦ŒÌpÆGè—Àï1ÉÉÇàåjõò.… ½ )N~s´‡ºmþþÌUIÌrz¼Æa=Ÿh‹XÎæŠ^ïÐû‘P„>ŠS¿dšV}(rv,+ûR›Rûõ¸:Ÿ=w|U¨›íï[uÆgõ¿•?cƒBBUˆª·¦œ^ù U.¨ïØÖ ºÔbñÝ=Q«$8k…Rñ‰'t¼P ‰3Uƒ¨CTÑ<€Ëlåw¸u¨Ûӿ袤³Õç\iÎÞ½ÿÀZšo@úðØîGÚîJ*¹•î(×¹´ïŠÆnÎj£ R _H¤¡ÏžïQ«5i&e[M¢§Þü×<„_[¶g¾ùzƉ‰s_w'v/ Ÿù•'t[õa Ç*õsU2õÝKm°‹-Ä£GCý8ޝ'x}i v³à¤rÔ^Èñ$˽[Ó¦ÏóžÖ5­õn =«°*Qêl¹ªt´Úãg\žë‘Jt[µvôÜ€±ÖHâg’ç‹0Ûþ{Ÿyzã>µ°Tà´B½öl’GÕ•õ4Rg¹î4~nÃN§¢ 2sU%¿Á›ºÎZBœ7ë•´…tKÚçHê}t£“—“FûñxNáŒË›R -¢«êRhŸ¹SËkG¡¬Â·ý½ùî ž!Š äÊî¥à¤¹-f©Ó)º·œ÷göå˜hºHN$VüÒñ™}ÕƒŒOczí…DSUrºÈYŒ¼U†ÝÖ`H¥:düš%K=H¹”=ËûL0ÝLß;»‡ùe Üÿ4RÏ*\z‡)±šp_Ÿ ã>–öÌo®Ä+x&F¡H/›àÒIËÝÊGßÓý| çU¥d.¶])ͬÎq×s'[d~–¤)£I½õ2k¬üL‰ÑMz0¬n`Ò Ã¹ÞµÐ®êc~G¥Îµª”…ÇC q߇Î1ï0k$¼Y꘩ê7 ”ЍÚ&W{ÿ‹O•^Ò>çÌTÙ7{~Xé²ÅãÍ^¿”Ë–¬kßð.icì ˆX‡}àšƒóPP[Ï{Ù´_2ø‹«B Váõ•1 åÀpt킇•t?/-$‡}p·g-kkü‹î3ÖrF»‹_ׅɵ¥G¿ëÕ¼ÞC°˜ÏkzGŒìA“BnÚ"³r×å×þV‚µÖg=?'guݬ¾V^Œ&WНÒ|ãÃê«-¬þ¦f1çÙ3n˜Ø¼Óá“ë' .ÕWhsܤ|5‘~ëíÁ’…Ãì–_eì\M¡ÊÛß…^ØX3u$y‡±ÎWGÛŒdÓ*=¿ xÊfÎÂÏÒXbKœUß³¤Ü©G; ôfVZXKÈþ®ñì´Ñ›åãým×¼p醣W­âí{´~ÜôsM{æÝ7މ( -Jø¦8VQýPÞË_Ó& -Ì?ºF!WåîCãºs0J})‹bo~ÿŽ´´"ÝÚ|<­:×Ò'S/øíƒ2 N3} /OëS醹*?ˆY§ª|ùU”¤é¥#ýç=#Í­³áü ½T+ä},/n…§/‚îSÃ[ˆÛгè V¥µÊeœUl» ‘•ñ´¶‘O’|øÁ؉œuB8ü™ù½„‘%d6Õjx}5'âÈ=f–ޫĝi$Ƴ°q§r¥²Õií­nºVk‰i+±É¥²Û:Py1m¼ÅË—=Ù¾ŒX“$ à‹\Wø®mǤ\GŠ5.NZõËÀ¿Ê›^M7T7ý÷=áoçùr­¸ÉE´QÏ“äô)¬Q ¾}kù9¬åO¯{ädF¡W.™k–¯Ë)ÒTü"íýo¥Yi«:(7¡¢vhnC3sÓ>8¨êÒÑŸ[4×~áö€ÒÿÙÅͱ3ÜèÑä><0“îÓî'òVÒÀ0œK½¾¾pšA‘~½~‚Ü&9­g¦[ÎGF ¸C#·‚¦e«&rú8QÑì’Sþ[è¦÷fG´Îjä2sÎËØ-õ}[zú¹ÝS+$_±ÕO€<4Zõ-'ßWS+Žƒl™‡4ˆØX×Ëy‹CªT+¥}7»cL§N·äog=ï´oF-•ºÿ)è:dÞòè(l¼R—ªÁj|ÞLö²Áð©Ý¹–Ovt§e< ­†øêš«Û¥×{7Û CšDÇ1{yèâj¶ýW:éu­k%½¬®’××Ðn.â•_TÛÞÌ뼸}ï΢î-zâ·ûRö³ª$okå­{u´êîïÇÍr]qÖ{“ž?$팠˒Pl Õ-vÎû˜£P¯õö©ÂúF‰éT÷MTSYfzϪùwgÒ\f ŸÖ'(¸v9<©zÍÈ” -1C#Ö¤:Â&]ýÞáÄètÐYÛðP$‡ÒßSëW–\¡êƒÁÑrü¢Ñn‹r]¤Z ˜wé㤠›‹ê¢Î@›¡~EM=‚’qŒ%õ¼n®˜T”Ó¾WNÚXãgÍó>4©~öBø“¨­Éƒ¼ÁöÈ1ññow5JÍÜZ^3ÞÕƒø¬ÝÒ{¿RßÙŠñÙ¶j•ÊD]Òðætgxý 8[…ó ^òÇm‡ó }âro㎠-‡þòætæd§3£º7q?ý{•µüÄl\@JÒœ¤wVýáŠEl­”iq[üÇí LÊeQœ„3ÚóŸ=bœ°T]‚à,vvªÅlª¦.-NÅÆà´ÜB·#NžümòºÆ9ǯ¿³9ªú¥¨§×ÎBÛlŽu™U K¿ l)8‰ìjɵw§‰ÎU~Vò¼ ˆeÚ™ -¶ÒoÔ_V§60‡;e vš9nuE±´EaÿYâ.¹*—J£TĂݟB;ãÆr€L_l‡¨Ðfm`ÈÌrГ‚¿Šø„§¾b²íáù-.ð]ñ%½j'¸V}ç¿@Zu/›c~6‹Úˆ¸|ŽÅcÌ!¶Ô1îÚÕ¤%ujÝ´­^l7£Á–Âz÷LUOýBÕXÊI1Ñ©‘JwªÏ7×¹…±—¦a=æ/פGú(nÁ+=ûVöú]l2ÅJ¡ò—•®Q±êϺ¯FèVû -ÏÀ8Ì+D¹Ò;ÄšÉÐÍh|ÖªAnê6òìn½Þ „| 4Zµ!GŠ0²OWމŸtÎZwynhCä ÍìÎ&«0Ö3Û(…*k4 «R¼‘ÏŽÊ·Š”_#Ò¡äg´P†á’ÍÃnD¦ÇØéßÔCêF§Ñ®bÑõÎÜ<.¦,nÕÙƒÉc‡öò\ÆêìH_ìVÞ`‘íÍïÄŠýÜËï<¿¶§É‹VÝvo;MÃÔúÔóŠ:†…K>‚3i%ÈÙ¦}þk¼¿¡Œ•é=l^§_Ÿï¾q ‚FoU;¦°—}*šTVýn®ÊÛe¿u ÌJnóë§ld·´Ð¥KWw-´²2í7kãìçQµ?½cfÔ{b½\­>"£»ç÷êò8ê‡Ì¤v•*îùCµ§”„l¢òyØ{±û³Úê4ÐojQÙwF²QÕðhk„+V•òèßJv gy˜Çݶ« ª3S–qì¡¢H§/kî*Äuv1øXLàç^Ï/8g¢«Y‡¹È‚Æ?Ø…?-¬Ù+D@x|`Ç-[…M¸^”û íjØÉÉ)‘DÅÊ!X‡¿Ü×'2W¸ˆ›Âòç/xfÃVÜÉBšgݧ£g[@'s]ñOû¾zÂÕ¼N>r½ìxlü)œ®ŽÊÕV1£$ìÖ¯³Ìj«ôäÊÀíï‡òüÕ«z£f•ìvZ]Z©Ö$ÇM¨Iô¥˜É4²^ n ¯+ü½H¿ÓC®}èTôA?FÒ°¯Æ“|7Á¸„×}t¿}öV¿ÑL3ÍïÙYµIkÄ3hí~3*W÷å ŽÓgßBãò¼X–5õ-ê¸G_èMö3môï9‹Ýßy€¿?­4X_ÝC»ÏS¯uaªžµêÔ¾ù·zMfšºåkØ7bø´5=¶Ö:+œCÙF^˜!3H!8•µ±NúózΦz¢{Ó~Lÿe%<Ô¯T.·‹<óÕ!lزŽ_÷QÝ­ËUíý¤f&¯¦hqôw9 Zx0F[þt%S ]W\_ßkî0úáf;c®ÐÙ™Tr?Ò†¥äþ¡V_É?¸ñ.¼Q)î[æÅC3:uuíöº×´Õkr”áU‹q¬¦Ó Tw°7:$dƒŽ™zŒdD=”5-~¹cn[‡MûjÚ÷<§dæ<¯n*ÔÎX\œøŒk ]­ýÖQ[>×Í&÷ã'·âÁ+" ë“ô|ȉÃeê¤õ´áVåɘšF£­>ÑÆkÃiãÈ·N–úíQ&èžkz6rá8® ÒyEò™¿Án­]ªî”F«²õi]y…kOc6—†în:ýºýÕ&áU-GÑ·Àj¶£šøÝ«…úEÎñdz8ãÆ3•™Jñ3_¸×ËQ¾Mý"…çÚçj;Ô ØÜø«ï³N* /Ë£­•» ÖHeªí°ý‡`¶ V©]OáßÑ­,ôÚ"ó˜®ylC>“;+CåÆ1BåBŠm!Ú|,*Â/ÓÓ|Ž]2uÛ4‡ø™Y/÷vl£h% Uézš_R–zµù)iAÓG£§LÖN‹Z‰üÅG-eï^}!¡âÌ.á”ü†¦+íáÉ®_«OjêßÚ¹8wv›™y¢*Z2ÉŒ8{á5\Ìåv÷L%õ®á Ûp “ÍO- ÒsD›&,_gkÒo·®Å5®É -WÿÜfò°Pâó{+ÙeMØÜwŸ·ñ‚7'e`®W‹´u¯û~¼PA—¿qè±#ôýsÏ&3òp܈ժî~{ÖÇ’ùíë ×Ì…ŽÂs ->²Ò5 ö†ìΨ­Ïçäëâs9¸-^‚VœjðíøkºÖ¦HõÀ6aÏ+:ýö=.ÔÕy%;–ñhïK:êköëY^gD®fo–ä§š„+6› “]WÏno:ü¶ªvX5Ã?UÞáÔ7ïƒ+éï¾]™Ñ–Ë‹µúI"íAÔ—¶¨¯ëp©|µf÷óÒ…: -ZË~â -¿+lÿ)™}ÇÚòíw¯ÓéÛðmÃkþGÑU ª -DÑüE¨€ØHˆHw·Ø]Øîÿó6€ÌÌ=%3s_oûØ+ [Éj¼æU_ïzm²ü¾ÍéÅnÛϼù(×+RËKÀ}:4Y’] %ÓÕÆs ª=“‚!Äpô©É…ù"Ò(+Û³‰{yLH-²QÆìvl~ìå7R°£TxãÍi˜ñ\žrá¸Ï¯~~ÃÁdEܺcì5@½Íñ¦4¹n£ýbäF‡ËÓ?v­¤{¾·ÎŽšMÝìK÷kòøØ•|w³E…#Ë„Íÿ@½ôðé§,g–½ëÄRL蟜Üï6Gÿ‚®Óàtê…ú;âÞ,Jï×ÛpkÀ™¤[ª”y§Q0ˆ Ð,“ë–áv h®^Iʳê)Q¦ú— Œè|±ï’Î Å“”—c}é;·ª×]Ûƒ¶_™$?—_K«»îö~%mmȸQe^yš:âåŠ\†¹´áèÈ»ÙÐuüöžd¢ÿ© “ -;»Ô—l,9Pc+)Ø`nþV6vr;²Æ¶¢Ýî¬òœL6%r9ç •Xáè6§©ïc'N,[Gn*mHM÷ê[– -¥ˆçŽJv€[=,PÙeØmÈd°U•È ©|ãî9¾)Õ:r õùWy1Qü3,õ`…ŸìýL»$~j×Q%>O?ÉŒ®ã}é³ß¨Õò‹à­5 -«±K´8›Vþ•íš(òËæXÇò,á¢îkCócÌl³ŽR>›h½µtOçßlƒYÉÕˆ58ŒÞgËé@3d£Yå…øZ]ªFËNGûZBì.Þ˼ÄmQãglë¯×³óê¿õïÑN÷F¯ƒÏ".ÕW¶TKÊkÒçØ,Ò3“Û†ìáÜoX‹! iìSÔ *ãóD7nÙj€øœëŠyÛ|ü_öùPmjS®A»nàG?mÅß>ªË‹Y™KPÄÒ¿cHãêþzþ»Ã`Õƒ ~Œ)»];£é”¦Ø¹­ùþm7ïlKïñ…Ý*ƒßt$’n&S¤œ‘[Bëýìæ¦nµ²²\nø52ߎ}÷âÏì -`ÍÁÛ F3­Ø>³Ÿ'ºuÑ,ÏLg@QîŽl;úoŸ$óžZEGèL²ç‰N„/auJÓÝØÆ&ËsáÇä»3¯¾3ûl†3,ì^[/Ý‚·¥-/¿çl}#êãO¼;ÂÒ¼lqZ‰#7êÚ\\Gµ ßÝ€Ùxpÿëhp^÷¤ÎŠ;†ÑŸ#_º_±$(ˆ„ëï·=X ˜WÕ ¹ˆHǪrŠ&EUnW¬öÕì”¶\ùˆíõíJaTúÍø!»D<ÐpýÔ”ß+ÕB_äýqsÀÔÄaõ O(ý3q0zz–êñµ0ɱ¶Ûµ 9ÑC‚„¥.»Î}Ê©O¼‘‰u؉…ÇÌå}oUvüá†ðª½üèbŠÉônz¯ÊüŠæ¡¾ Gà˜sÞp°—†×ù¤uÎe›´ëRÖ; +¹ ²¤‚¹ëúrƒ»¯'g7‹ø=|i[=¢~·A -9Sú0‡-®ù³ö<7ü1EPéS0Œ«¶kŒ4ÐO9¤O!Á\l}ëdÖsšÝ³9L¥?~íûú¹7ÒijÂÐ]½Åº7šD¯ë\ûM_GăV ñÅw [„ªºƒá.•¤Î‹ý.Íëp½½m.è^®ay=âíϾÎÇ60*üõ²4Ír¨)„×Ü`ä%Çô»Ô.Ò%è à%\­ºßK‚Ìœdªr|ب³jµrâ-WÙüu2*G¤;œ›°GBWì ^j¢­—øÜ±¢b_‘ÂÄüœô™r%ŸÕ–1ò¦ÉuÕ¡Ÿ «ÙéÁˆ¯íï&7>ÕWT'j7)÷Ùú0”ÞgEޗǃúH~I¸<¶\)%X¨°ØJFàs>Wü¼ +Yõž‚Æni¨¥úd$Q_î Q¸GIÇÎ;튩ƒú·&ŒÉK…ÞJ•úÂJ>4¾Ã‰´ÕTÊ0±ž­!Ý8«{ºWVb9R—ã½3Ñ/QC—в ê³(ëÖZÿJ™q5zñ¬édÞ‘eÄÀg ÿ“wz½q8ÈnZÌ®ßX{¬°}¡ûp‘ —:?-Vý(œŽã4Póµ5é±5 |ùK»ï¶`3ZVRrB°+²üwÚ¦etRJ©²{¡còJ5;-È}¿ô{wi*M™HýIþ×ý'}Q^|Uÿ%Të»U/RMm -ªU16~Ò|=­Kxi2µ“)¹­ &ø7G¿`!B„ƒ³Y;2Ê6ôÎÏÙ3‰šé'nmªß/[¡g^h¤ÞÄÜòïç¾é«/-=&JqŒÙM·Ú’ýÙn>zsÏj5ãPžwØÚó©Ę¦ðÛ®¿a̺!n½R1•áŠr¾K]Ÿñ¿}°ÌÓ%.v…\ýHo€š jÒ^´÷ƒÇT|™=¸·]ªOW‚>Òx¢Ã¤«#±%3‘µQØèN•âÖqÙ¿6>cÏË€w'ÿΊ‚×sS1%úS+hwPa¹Öõpý|I~ŒÕblÔgÁ½t)Hçv+õé €3^U©Îü,­.xµ9zkW$§;¹W*s›!"n:„ ¼¨‹’ïû.Ù å÷/Q“}P»_)ûª¨éª²++#’Få níyÿòhwäQë}WïWt -ÌußVŠpÿRazˆ'¥Q?³qU­=ù«yÝdEâ“æuÏR%ÝæÍ™°“%*i©ãÚ3ÀÍëUPZHTÍo6û H(iÁ™ê -›=fèîÊ+\:Šw·$=‘»fÊ´<Ÿ*Kt:Rˆí™TÞôÜPr8Iüà^¾*A™Ú$¨F_O& ê/Q_%„ʸD¯žæcE6]':¼"ŸwO”2D¸£ñ7 íÅ}E+îpLïÚ©¨Ê‚=pˆpcmÓ;½þ:Ÿ¬¬ ²¬e¿¡©l”Ì`#^X•ÙŒ•÷Ð2p¥åxmòúZ†lO6–¥–qð{‚B‚„Æ¾ÃØ'®Vý~Oÿêz~\”µïÀïn\G–2"“àî›E*Dì7"'ùíaÀ~ÆØ½.5”_È}ÌuÊQÙFMYÁÚ¿Ï0RS⸶bAk§‘2Ǹ6¨²dª×iM8·}ƒÇ*òxÞÒñ–÷Ü+?'Ù¥Á’t8ÜI'\œ|õHn´®î@{Ì‘?fïþ P ¯˜7eTɰñ¸× –…4é¾Íà=jYáHÛÇrÿ8:Û R_Þ¹dÁÉÚLØRÚî‚\èųyb84ÝÈiŸ7”Òù•ÆnØßYWç]U˜ÆÑL‡M·–Þ––r¥z³]x2»#÷ÎéEê¹^9ˆ©"3›»2"Ñ’Y ÒwÇsù–ôô^º.œ›ù¥äw/™ƒ€~ŸãV¤h)·ƒFm¦^oGÏF2m1Û…I)ºÉòÀ¹ïÙšér¡1iüdg_¡±gsáùÈ&½Ë—^T¸‹Æ4ÙÏNå+ -Ìm7‰CôbYª¥R¼§d-FÙÎߤÒó¬ÄÙòðN®¹“Șý™SÏù*àòn#Ghf÷Tf,ú½¤å óö ¡ ›Ãbõßþ¡ÖpÏæ;F¯­ßY7|$H³£¡÷·û›´o1оöá…éJç¼4£»vV_ŸØ›‡²=‡ÚÎ=TÒ¶N¿DäõÈô6™ì+Ú¿¨¬m-¯ãS©×š¶¤Ó+ìk3…†FJ>•ƒ‡Åkžu<öPC7’ý¾5§G_€Æ÷ØT¡úÐv˜ëû¿62µÊ½PãÜ5“øë1¤•OºÑýöÓšf5–°ú Ê -0Šö˜¦ÞCõ½ ïÄ FôD½ºáSÝã¹Q„=Eݽ»ç õœÉF¯”oÕ ñ·Ÿ©Ó‡õ#ˆìÔítX­_t¯X—@qz5=Åè›&?ûñj…jÒ"ó³k6ÔþT͎¡*­ÏbQÉÕ%9u!ĨܼRVÎÃtbkƒ© 3+Í&låœB*ÛßÌг‡T,AÀ*‡³ú†ÈÞf¦ßË*A¡dõGǰÏ`¼Š¼PÕDæ}Ü·g@áÇÔž°0…ú{1uŸåªv·;9U.‚#Ñ뉊¶®ã®jâ¹ÈL… V‚íîݪïôæRÔ‹.+1W¡Ñü«°­5\ﶦƒ˜XûÙ¢ÐQ'•"‹éª÷ØkiVNqOª¡`4îawò¯k퀣'»²-¥,ŸZÃ×ulT«ÒçæN3…ᦫ=¢…ðq®Çh‡ié°xÍÌ,q†%žHm€ƒ¢’ÛÒM*nIOÅeª…bcî¸òk©£Ê–fMÚÚ´]ÔÚi"å`ŠXfG~k¡¥™̳úæz{XíÊ÷±mÀfésHÝZâ«ñd˜cÁ+ÛŽÈíþ¶çv»Ó]z2YîœHÞZnüé²6ÿ¬Ë)†çZ(>2«Ï½µ|ü3ª=ÅËÊÆ¡ð–~ÿ³êhžt§ðpÚŠ]×gtŒ?r§¼¤Úª\ÕÛ{ƒµþím ›sªËÆ*7×µs?Áœv WìY]T¦Ï8êjc-vC`ô”Q*hdzºFÍŸá?p°ír+yˆwõ×UÓšá•u[©&kÕTúkºØ2»×¸‹ÞFZ'•G¦QjÖ?#m9µ".”¸9N mÒïpò6ñ‚˳q× öœh’Ÿîµ*Ôß÷ý`yX?û•¬Ö"éðåá¢is -»WxÙˆÛ†·”ùˆ§‹5œŠÚnÔ5“ožÌ~·*¹i}`6jA ñ,‹VS4p -ÝLz¿"ìÍ–‡+M®Íž¸é¢–¥³ˆÇÂÛC_rݨmf´³Æ;;Æ“¹æìdV(ãÖÆõAiFlì0âPÎa…T©t¬ØÎ3Í!IJ%¡?ËÚMÿ:°½º©” [1—]ô;Ò¦&ªèCŸ2Ë7ú2ìqGù°õ‘¡?0Öæ+N~ê¹€Šç9+r ª…±Ô¬„ì. 2+iêi{ƒÍ­3Ê&jçZRŸÓîêïÍð®Ý×OƒÝ¥i(ÕC©Ýšj¢6ÔÕ†Ñfvn¥ }VšnÀ5븙• ¾[¶ôßÞçÌ[­ï ´eÔõÕ÷63›ÐªA}:ï“î”f°¡¶R¼ÿÜQpQÉ\™ê¿Ù©xÍlé2’|ôöéô°¯M ·øÙV·àyã­@^¢šùªjâ×¹•ÝܤäÖpÁ*6»³Ü8Š•‰Qî}v­Ïkʛ亇«…¾TÆO8ÒÓ c½ûIOGépf3¥U®òKÊPlÅúhÆ">)=[å–ßZ~ŒZsEö¥p§8tw5`}K—ÌÎj;×RïAÛ­ï{ç÷åw½˜±Ùéø‘%[©yåù5òµ1qý:«ýýd Mô‡ýÔ…d»äª§ç}½µ¯ïÖ^#Fz}W¨§Þï–ô#9õ,Ìhí'yÝà>T2³©¿ß|'¸*¦C‚B[Tuq«¹§O§®ïú·VŸÑȱ«S^Gxˆƒ%zjY*U5 -š­-U9´8«æ¦üTgÒ¹ ö£Q´õx:¹Œ¾Ý -”ñÔß‹õÄ”ʼ嫬ël Q-ï³9ç‘¶ÒÖø¤Uñ_¯¶žwô‘¹Ÿ{¡&.ŸyêŒPÇxÖïknaøÕXµ½Ñ¯{9¹jä·®ñÝÉ¥A¿>]šþ‚ç…ûPAO˜¬j7†úMƒ˜ïÏÒ× -GÒ|ûÎ\VîS9çéf1ÞO¹Ÿp‰«”/3ll&¸T:ï|+Ó^׿^îrEqKÑåOù¯WX¡È‡çØô4~ýÕÆZØÛ"¤ºààÆqN|„¤Š:ÜÛðY'µÖÜ“n·’bmQ©ZÍ…<Ó¤·Ô¬Ú:Ë…¿Ž~FhÆo3Q®%éË6S—ƒÅX¤Î¸þ“Ýþ¨âTt9.Š·¥@Mda½‘‚þÞß³RxÞ­V›QsÕ–j】æ”íQe]ü4@ºôÜÔx!ª[·•} y‡Ú=Ïìó°ŒUçJþÝÔÚ¥Ë;²bB¶´Õ©årðC­ .ê¦÷úU<2'7Ã:[ã¼=u§KNr䞢ZZ°ºôÚù¶¼ßôèeüPtbÞ^Z΀ÑÄà £ˆ/aGÞm¦ë&­£‘T1ËS­^^un˜^v¯Œ[mCCå|0ÖfPµWö^Ò,c–³qt+ !áãdlÌoÇœƒdÞ눛Ä(´zl<ÏÕÒ?°Jœ‡Ñî3S]ÿöt£ŸßTáC§ßÇnÂõ­omÊÔ_vEDŸAcËä:¤ù>;”†»+óÜ¥·f=¦ —^¦ª‡†4¼×ËÏ꤭K«m§H¯Ù±ÙU0œ2ÝCÿ\µùÏ•š\>ã̃lÑðùI %ëcgµ†e2âÒ}ÕŸ]ëÜhÂ†ÝøÕ1Ñ"ÌBßc¨‰nfy7(âodßÞt[ BQ-P9›kk–÷‡£ÚGÝ׿™é{K¡¥o÷ä,ÊÔØµ«ß椽m;-„÷§ýöÈßu˺v‘ZT‹ìž›Q×½_ìÖÔžLØ9ØœüÒµÀ0+\~Á[eï×e³ðx×îtV\·¬ ıßUâÞï[ÜDìk«Ó¼­=Kx=e~FËNG{“?W:ÕX1gKKU×éH ®óÐû¶¦dãd¥ }ÿØü»ßÒ°7§~³ÎÞnyq_ëS½Õª´¹§û×É&´O—Ç×·{;÷µ?w¦ô¤üm7„î¼x°Çp¸¸("_Û¢NÚ*•:ï_ד´'åÛ‹:´ÏÏmñ+²:qû¦õöÍkü`Á—Ÿ ~°4^]ßAQ©5O¹ß±Qå„-$Z?.÷²ÞqÖ–=af¯*ü»A´EW©Ðí¡Ý62¥t리÷sà0¾@åÒ.2¸‰nÞ­B{Œylöe/óOîøTáÐqË*c³´?Žôè§Á]YíÕõi²™¡ªï/ãútõ:!Ê£rµüñâTâ®ußT[_ªp°î¦=E(J •Û¹C¤VwðìG‘:/ïövý&ÕäÇ™jU\i[¼o5ÊpiÞèbø9°–$¸Ë:h¯×’T>L©ÄðÚ{µï;+¸e 3nÐûcË6¶9µ×ìL¿MT/ÇDñ0hHBtë=¥a#¹—¨R’L ^éÞ®’Ž8êÔ/ü½’]\t!T»b ='C{?QAÂï û¸¾òb]Îꆚ¹ a©Ìc+^‡¥ÉÊçã]E´6Dz]y~wûUGc·zXãMÂ9#zç ™x;17J»WLà í-,0§.š÷M³‘ÝÁ×pße¦`˜í¯úR’•1qMÙp=Þšìiî‡eÎù>HÈßWíÛ×lš ž=ž­ó·¼¶0°Œ4Ú{³ˆÞ¬ivËfAI_y­÷™›æÃ ?¦ü÷UØ•ç­×¸ÑËŽnþ½Ãö÷Œ£ÃJÎ Ý{W²Ò]>êî·Ÿƒ2jZl‘Ô1Ú,ë|ƒB•p…×xO{ ¿E²c”}ªÝ gñ·‡„ UÛ¯&m·£órи£ž{ê ó]]þ%™Û)]ëY·QžÑøU'x½æí­ëS0ÀðS|qŸÂZ¬8¿FgÉ^>wKl}.œ+Üø;ec‰æÖîÀAŒz@'ˆL¥ˆèmsn”Þª·Ÿ–õ<X)oa'mE®ô¨«ÊÜöRE¬C|ƒ¶sâGMðÚ0Øõ¢ä1ç ‚Ž¾öÍèbcÌ™Ÿv…еrzmuo!ÛâÍï§õ­1ä ýÀxâîrjYïr ž=GfH£¬á ¹û€ЏÙíÍÅ«d»$`§½H/WMzÕ»ÛûlKÕöåbvJú°¨1œ åºÎÌ´Û4Â-bϸq9â|búkÁg¨óêÛ!â;î'}öQ8(Õ­\÷A‡&u°µÄRš_Âz_‡cpü¬iÆ1¤ŸF%ŒEº=æJàÞn·ñ .ƒîe›£^š "NðÕ9;eÞyáM³'ü&§bÖ¶4èâµ¥×^XËEÃ5×—‡KXÔ~ñöÊÝfïm èB¦}iTùü)©µZø5lM¹ñ#ß Ç£µq?ýñÁ)/{ÛVÄ©°Ó³T>sÝ¿#³vÝ,ôÙr —ŒhǵÜõâ&оƒ ]vRõ¸zeŽWúªtü‡òç.ª¶‡.‘¥—Lg ÝéÔÔZ[-û¬>Q“S×Ly’ýn:´Èâéj8‹'óÛýÁwV-éºö•ì+—£@y«AøOïsüŠ ðZ³{[ÉBòŽ]×;ÚtRY/.cÜ"?‹mîü²~x ¾ž ’Ï}„Ócl}Õžt‰Òt¬b‡²EJÔ®Û\‡ïw¾š[–O£ë]b9«Õ£ÀßiìÜnBûXª—ï?õHl -dÞoî„5J‰” 4žœÙ1ñFæ˜,·¹iˆ–î@|7<JäšÇK¦9p¸•²ò~–{;.Aouy«“æ>8ühõç‰þu™éæ”E—Ö»PÉM}>¿óð £ö¥OìŸPöÙ¹ÝB @%òê!v‘(Å´Æ…¨: >ì—ƒ4!­]Ó:"¶˜_ÿâkž`™Ñlý€‰$L‹JÖ‚5û)j XÛ3´Eóúó‚qÙoRŽÖ^˜u›3yàCó­WEN2#qĽN+ÔE¬øá1šîû}«”?!Ë?Œž&wŸ œB‘;Ûýè?‡~¹F0kÀcäu0ê9ØÄ3PKÓÖt«ùÚí•xn2IpÞX5q:‹yo@pÔqlF¼Ò êdT­S`â½ÅËk–lªÙÇ…‘Ù%²AQcfÔx2%zÚ´\#á3•³÷͡ӻ`Ÿ¸}d#n‡j¶¹^2Á˳¬qÞý¬ ¬ÑÞ•ˆ“ÎÔé•,þ«Q.(}#˜ßº¼ËÔšaµoé’ùµbÆ~ÿ“tÛgœÙý³›™g%ÜYƒhxóÜÙÅו?;úHÿöV1ÐÓ©»Ô£J³ù^Í‹×ü,´æùûúÎPÝŒ^à­D¹ñM§SÚ§ñ]É{ñ(îF'¦ûC‰J6äzpVìU}\>Èê¡[D©švÃ+#¶²Ó”m]5óû g.RׄONÃnJ·{µÉ’Ú€gW“R4­»9…Áš¶ÖÝ^½)þôMyBKËáôêù6t¨É±[BîÕªF’×V^ûõÑ28@`Ê­¬w9l_ýDó³ÈE…bƺ—约ï¿Ý4臲[—*ÀÁ¨”&gÊ_PÅùø'Ýêo“è‘[&e¶_ó³í)xG9"9µ¦x±ýØåKÏÁIf½$e!¼šD­U¼y™%nýýÓÛ,ûÐcô - o?çí[õKjWºkò;ϳª“S#g;6ý!µÄé,$,xñž•>U"uw"ûµðßdê/EhÕŸ5¿m#pg =¬¬ìó­ðÉ¿í;Æ—)×%×êU~©¢¡2§ÐñuW»=ˆ ïÞÎíË/ˆíq·5—¿ç )dT%ÌM¹y±«“q­ïáPsoòjו/£±¹e¼^Îø²˜üX¬Üu'>†I¥;íf·¬çW î“;àïEÛn¿Å¹•ki™ÕÝolHûr€$¶–çfaß@Œ;–¿5»E‹¦±R· á6' )Ôo¥s8tñ`yÀ|Wëë%fáÈα²Ã¶YZ/bHK’YUàJ­×¬Ã!6 endstream endobj 24 0 obj <>stream -‡ÇþC$‡VÇ힘_¯¿¤Tñ¾? $éÂÁŠÅ«Ì¤MYß‘2°Ž%ÂÞdá*-U…<¹K2m¥*šßÕåq½ -ioB ÕR:‰àß»,†AÓ+ŸêWo󯤉—DÌ¡ðÉ|â!“®hI3¯>ý" ¤<”•ä^oMRµÅ*̤s«X§G3Êïeü⿟ÑÜi(.¨ŒÁ›%¼o#I²7TY´ß²x{olâòn®TPäŽÒ´ìù­žÛŒT <«/óµ¹40¨®m€ZÆŒÌ^.káûÕàúKÓˆ[}£Yê~*Vè–ÉŒ“™¯)³ÕPü¨X8ˆÚ×&x‘Ô¶‚Êë×ÔZƒ€cCn\J“³(üMq¢ø²wíÎôq1ލ¸ZçR(ز`Ô¤#Š}–Øl‡õÉ¥%Љæw…Å:ÛºÒµßÞ-Æ¥näÌ?dý¦£µÿD^Û}洞 »]E£§0ÉÝ©™¤ÞÁ;õ›8Ç¥ËÀ¢ »ð²¿ÙŒ«u†ÏÙËÖÎ]®ü–“FÍ» Js1°š¯æ…À«føf*’bŽØ9M~‘': +r>ïדm7pÇã6»ž¥ì-là%á‚ÿܧú†¸sy1‚X)ÛÜrfYÈ®‹úVÐÀÕˆŒÍÖYOä=aÆç*›'TæØì“NÍ(z¯Ã§Ì·ùî°“òãÕ}åO•rW Å_އŽÒt=ze‹ˆ9h77Ð6´3}®Hiœì=ðÑL31–F¸àI·:•N•YÀq@©¦ —7½OKžšF_Ûl-`¸=)Lé_é»áUÁùRìp»/x—‘)Ô´gáa½I±t(˜ïiExõØJsF> ÷´æ·EyÇEe=¾°È§jJÁ–&ýÓFA¸Ëöu—áuZлëBŽÆ=Ùù©“±[+Ñ—jsÚ~¼þsºJ‹[²PDŠä€YIådùÝJDƒ g ­Ñ_a¿ÙÇRïæä|ÞâN¬›ÒnÒhóñ1פì‘Td¶yØŸ-›)Þ’ï× Ú$T®Ô'YªØhù=‹ùÕHFÙÁMDø&æewå*¯&ÁKüìz™"KÑXéýŠaÄé ¡ïØr¯$:ÏÉä¾§õíŽqTßðoOï´[Ö€=1*¥pš€üT3® U]k<˜ŠØ<ò ³Éâ­E¶M1'"÷´Î­sšCR¤3Þ0Ž–Ö'à—ŒÅžß¬ÄÑTk¯†[ù“UðŒÍòù?Ðøm¤0¬Ôu7)Ë™aÍÔ±Øj39+£‘µ?âÓ7ŠtÒØLô¢5 ‘ºýÁyŒêÍsû8‡“†h¦ÆÐ—ª¶Ç3Ÿ´Ç HËínä 14Æ+g-ëMò7lo‘Aô‘F듳±ÊKw¸» çœØÒ;UjNIŒ£‚“¥ò´;:!bZ“„R‡VïÝ@sÛÛS’ób°ZÈ“Qµ¿mn§[Â4`×À¾Ðmþ -•CÝö ï°ÛÍ„m-gØEê@nçúAÄdxõ‡ô\ T¦÷o[¢­q·±ŸŒ¥ö;/¹öÂÔ\×ì„Ižoݯ?§Ò|kQóMZB£×E%¦Üå(a×by¿tG<=¸énÄsªízËäõuXS½J´{ø‚½Ì™_(ð8QöfQz#6[^;õ5íáDã˜kÖ ˜‹f ¼£NI$Ö•Æ’‰7¿¹øãéIc1'§ôÛÒõu'ù\,Àönû䎴åüdõO€óû¨ÊŠ7á^OðÎ óqȪ㾿o$:3ü×ójÏ­w™Œx£û ˆó¿®Y±g?EÊ(Œ÷Ï>’êWñVKPîHàÈËG)³ßPéIuF]!ºÿR)3õ:=÷Lg]ºHÅ“‹`}!Ý+Öï¾.ÉÛi–‡e~M¶+›ßÔø»Û>ö¶Ü[Lü5Ï_ŽÌ;?\VB° BêË}è#èº]´ôè²° ¹L¹r–^Q_éå17Â(œ’`^ ·¶?C.,uqð»M -ÉÙÉ4äñlB¦î+«¨~¯±7îlPñIjþnRe¥óbê‰ûõe7^‰Qæ7§“gêš¶ü~Ì­Ã. ì»÷ËW3¯“ Îÿ›åU ]Lnäf§]ÅÑýÐÓPž4»pÂ’*u|­?Êd…¼ålئÕCéI¹+9 Ã&*¨Gì(³ -Û¯ÕÃe‰ýN_Œ%|_ â”*ʈôAîi$¬Þ¥w¥v5í»|îœT <¹Ð`]Obй¦qB76”KϤ«2 ðÙíäɾ$Kªˆe89x13¥«ZÂõYŸnÚ9E¨Ì;ªô²O%lL=udŽ.Jê½\g*¶mµÙuÊÊÕ8¯åk ÕÔGeÊ/ñ½ñæwbT«¿Ôæaš#¿¶M©K°¹SÉaX«JýøÔ‹ÌŽUsç~ŠEØúz¸G,…mWÖúU^>tEUÅ“”÷»&C3œ®²ü‰±êâC~ò{­NÔ¡ZÚëJ&ÊQƒÊ>õÖZ¼ 5ùl¯ ¼Ø‹R=6ït)½]Õ’k=1Gþ|§pkì5î¾×Øî™»äH §†ABA¬ìÀÁ²¶¹f£<=*@ô+¾²QÎʸÓòúóépéÛ´÷Ìùït-°‰¶ÜÄDRëDh™2üi‚øägó•æŠYï¼:<¾<™èËó”"74*Ÿó«¥¯KŸ¹~ÚÆþáxgUr–ï°ÏW"¼&wcÕÁ÷Z{qýqÔH/TL¹i5«·^]ý!TŽ*­éº–Ò890Î[-·7ò~´b¡‘Š¼Øœj¸u!È*/Xm×ã Ï©Ã· [ù¡]¶AÉîŸ,XùPÔ×BùNößÍÀJæn.O‰¤ÇÉ×àbž—™Á¨ßê’¿z¨Ù/v¦6}±ï¸O#;d«‰"iŒ(cæ–Neô~}*­HiX…^¿õvÝã |ÍYuk>yX½^ÅÒãÛ4«Ø §*Ûñ@ÞìݰÚRÒ/q3Zú…ûÑk’Ë*Û:ò|t¹éšúØYü¬XÏlj˜¦#c’t=TɬÑãù²øñ%£A¹ûiþõ}ã¡Þ“G“/™Àèßӳܪh ¦hDÓ/þT¶~âQ5^rÍ”úÓ¹†™®BÃÛ§±_?Î} ¡’q¥Šœ*iÁY²¯C¼Ó[«ë¿“×mªÛݺWÔSSçb\ÕžæóiZbúÖ”çÔ7–ãáOjèuHsôóÇè÷hLàúO³~?D_HôƒÈ~IsiŸÖ¹ÉòÙ|˜ã•màŠÞ•®ü?°¼9Y -\™´‘-꺪ž‘¡1­ã{£_=öÉU^CM[úô¿$8ºŒ"[”tª\rzšXXÀß)ë%îTvo¨§ùׄf´5žkÃââWÌX{ç\DE¹?,Óh¥úŒ±ôæ”.ÍÓ¦ò·K¶/£³ëÏ2Ñ·ðÓ^þ‡knòÍ8_„Šæ]ìRù½ -k)8£Кr膦ó{—–úÜ,Ï4ÿοTšDG'L%]œØUd7ÔîOVì¡¡oXÃ.¸Ö<„pªÆ°Ïší¬rÕJM50@â­û›6vÕ7Ç+\—÷³^ˆ>êÉ<=Š©ºK—F-íÑZ½þ(›>§i4ͳ§óf žÝ˜ ÊZ—n•¨Žuƒ:úåy›+üôeå0ѹGÿ=yøðÄdß“öy÷‡y\b× m-ð°r÷§9M ù¿ïbHÓmWÊîXøâÕ¹Öòu1ƒ:‰3#º}î‚Xt¢ÿ]gš²:^Á·@PÅFQzïMÄÞ{/û¿Ìý9ÏÌ@HÎÛ$žì¤ ·ášp_r¥&o&•­<><Û¸Z0TKÇ+¥®KC!Ø TÌÜ6!D.¼b]ìÔôÑÐÚtBƒÞ.öbæ,—½ÚÓÂÑx2ÆÑo¿ã˜Kº<Ô|ÅudÂãßþ—T*MS]IwÀ=±Ë RÙ,Ú¢1;æf™ÙêvZ‘  »˜F§\¸q¶‚£ -ßïÝ|šV_Üìg•Uù´ž˘֬[¨¡¶©Jî(ß,±ä–<õÁ¾»²ºƒ‡µ8™ðµu F—Ð]ž«—Žú\¼1„¶ZÚpò}YLµ¸7\¶_º Nçn2ïÜ -‘Ö²*Én¥ºî"/lóo—±2Y·R /é3ó×ò¥Rx,‚­ ¯{†d—ŠL{Û1¼Ü´£-ñðÑ -T‚Üsë|žë]Sõk'e½6ØP/?‹(]¾SÖöÚÆu{‚_ß^@ž|öVÊV­wÝY$—zMèZ]gu,$ÖïP´-©~Y9úgƒÿƒ±:™YÙrmšYèæ±;aºŠHÞlø¥¥7‹tVîé½í°3Æ;Ù›÷Çráïl!éEµÓϾåhÑÄ씫ÚIɺÙ÷¼AŠ*ÿìÊyVT²w«Zm­†Š_¯–TŸÔµ¦|m:ÈÜtºnKÒÉîA;­\lÿ½9ÎOèÕøíç,ÿa¿Ë1‚hƒ -ï4Òèfmæaj’ëSDŠ×òÚ!'iOôÏïwÜ•Ï+Ë -@ÕûUhα°Lm ó:£ä@;rŽI+éénõ-àvFóch7oŒèÙû{I µÊ;⪠âfåG6˜xƒQØ©vΩç~ÿÁ]»^î e :„ Öê‰a©>÷«ìmŸ^™ˆ¶fo®@ç-KùQ˜‘t~ï>¥{ ßâK¿'ñî2Ôܲ¨/˜gþ"ýßœþpîQîQÏCª·™x™º kóŠš8g½=œžÝ³MÏWgL…“Z~øÓa4gPW¨æ€ò$ù‘Ó‡µ2¬Ûúô±†ôûú>­ëÊ`‡é–Ûíð2@Ô:üƒÝ]¦v,’T5C–5O8ÔHL.–;qx=Qâ\¸ìo®Œ ícyåú‹@M®Ûæ¦xµÚ¯|]87«Ø¥çim ½Qâ€AÔ#ð˜çÿü˜²üeyè+·ðñh³ýó{|UýÝ'N®3uÒ“z˜ž¾)÷t"{îXíÀ=oMYŒ×&Kýx’×δôõɤœ«Ôˆa"â2Årûi%Àmœ|êÌLÅó†ÚvŸüÔà·ÍñËô¨}ºxùøv«’F«a0÷é×}60ZM3s.ØHŽÕp|Ç<Ù’+¶ôÏF M„ wYÍI[Õns¿3‡í­l~# ^ê· qx¹Ø¼Þy»r¿VõŽÕµ‹T+jÌ;—"M앟îô€ƒí5¹ - F\zV³ýx´›Ó´Þ;:·¹òô•¿l6ÅrâÔv=oU‰3TÈÝ™ÁçÚÁêL:Z×J‡ §V–¾´Q̘¯O”ƒÿw8ήBo}|½Ý{Eµg‹{Ã+|鮜"Ú%KwgÙÓvc% Žž;î¶U±Q¹©çÆ />Y$¯Gð¾ŒB°ºúäÿÁ½—ò{U ½r=ïAmí³tvkô«"U2öøøä;àË]y½°~ÞÚöqG²._96ãoÏö©WÅñn4(ààNBµµI„],Æ -¼hE…¥ÇZȼj:~Àœa/í\ܦk§Öæ9ÕUþ¹!†­¡¼ -ÊËO›'¾²˜ì§ê]…!ÒËý$Ö¿{ÍÝõ´]cµ#„ˆ`ó¦s†#úš=ŠÄçÒõÌ'`“³Æmµß‹»Ø'ƒa˜„Übé67“Ñ$£Ç߆]wÂûÅò|^¡M~Nç'uîdNðd±fñNÇâU×uÈy‘Å”ñf÷’ÁRöL^W«>:ý¯BÆ^ܽfÝ5pÔNêXá|ø¶ÈuªjÜ©v|ÊyWâÚr¬÷ä¸ç“@ÖðÛ\5y˼´d>Ef.×U÷*gÂaÎÜLg¯qÕ£•3Ûꊖ¨c©U ƱÁÃQ¢ßÄÀ߬ÞÃRÏ )<ŽVÎyµÚ)8ÿ|êW¶$/yýÛbè“•ÕŽô·Ýí*¬`~£AÝåà5ñkdÔ;³Æ‚½ýõNnT¦Ùën2Ùšóú©Ã*˜ñV÷½Æ“PçÂF}L1½èŠg:c õªéG3-0B ¾“YÃܳÐÐÿÁI¡•ø:íø¦ÙG:î¯%ã.l­úpÌŒä!Ÿ6‘ú£XúÝ´¾‰ËžM€^xÄz ;°nÀ/ RJ »~¡¿¼Êªõl•u÷À>ò´EY12®Ço+ú -ýþHq~Ç…õŸÒ€!œQÙ™öq>(üãˆZE?ÍÑÓñÍ·&[Ÿª•‡#Œ;]Ou¡J)¥íŸ½9èU{åÉ%¹<—Ò¢Æ*ÃKÝ–L«_7Æ^”Nµßé“αc‚^i]üÓÌÉN¦¦n oÚ¡–•uÃÆÝ&jz.´d(àÄ„Sk¶˜Š±3ûîù‡fšÁÂk?Â;ȹ’>\ -+öuã@uaŽòbÞ÷é­}ñ+­6„GûñÙ[–f„û:wŒÒävø9YyàÛÂe­J¹ô|Ǩ¹#çò¤¸%N%YªÔ‚OßvB—†Ô#ËŠg Âz›,߇I Ì'‚Ç> ¸2£#/ª#'žm#à+]ŸÖ®™1žÔ¦¼ÿ‰¿(ÏÂh—Oè°T¥c~mcAUÑZ@Äú£­·qL7=ë\è‹Gš›T²UiÁ!“³Ç]½5Ç/>'" ·Àì5¯ïYoûŽ$£ìRé-¸)m¶·«È[˜&Ðå2'f h©Ø¡ß‹rýä"·ô4ÖÚ“A7a÷ðøV6©Œ©Ž¼6öÈÙ0–£;ï Å›ö¸²xRrƒ[ÀŽÍ2Ò©¨«šE»WƒÂ ™{Òv4ë‡ÅýN˶CªÃ˜Ë‘­HàÚZùvÑÛ_7àMïÀ¶4ñª‰Ân£íåWKx“*žÙ«>Óõk†‹é (£ÑwoÐ(óñÕ 9/†yš/ -©dÁòš À ±ô6öSÉ™øsÿ`}ãƒA<ŒGãÖ—Æ@/ãáÏ”c ›-ãµî±Áù\Å¡8÷ÌëmÞr~gÂæì»bœ?íéXw æZ9f3Oɤ³~2­“÷Z™–>{EZ'(jŒj«y¬fpð™#­rç±­¾qëy£ -Ží~gi1ÃzgxA”R?[é¹µý&§¤¨Ìjwùâ–Ö‘®a1¬õäÆÂÀu뉤AÈ›— V}!›0§ì__ëþm­±eã­€täé38„4xZ¤Ú°ÈBLâ‘£îi"ž>)¸5ú=îNë¥÷Ãû¨ærXuHÜGqÓTÊbÏ%œj甸ßf·Yþû¦¦Ü9œ -ÀÛ¿×m„ûD@’°ë‡{ˆr% -;½}#ž3 ×Z]÷ÁÅþޱrVu…FõìÛ­†ÝÙ]Ã) “ý¢62ÿSv«€óÊNZá”Â3œ„)þòLþbêÄ[4û5V$Bcmˆ„ؼ¿¼Å|¹öo»Þ¶¬ú´ãÚ$8uw†•sd³•žEmÖ‡Jò::uâü(â¡Üä‡7o–#ržÌ”üÌTªÙ"®<5-:õO‹~u–‰·!ö¯šÍ.źüĵîûåò¶¬ÍÁ‹g™·ÜEÉëX¿ª•Ó|ò†ò‹crCܾ=O#mKÞï*Ã+Ï43ªGk{§È[è‘È™QùÉϵ:ÆåI|ÔÆ?¦ ©—4ಀ"ôÁ±,£öå2n½P²GiHW)qµoö%«LÓPK­(á.ÝÒŠ]±£5{ .©˜uv¦;Jæwà™ÔíH¢yæ?x|x#-æ2o•UÑ×hE«vo.>µÒëa ONêa½ÿծ߂MÄÑãˆÖ²XÑw˜D à€€cÅÛ™ƒîqk•ì*ÄO;ݼKÞ;.ª=@Šôª3¨‘U^‘ÒÆ§_(ÇInCÂÇ­ý·d8'¨ãÂH†1šÂ|Øðó…]/zF,ü4³ò~¾1sà±3¶àožíòϰÕÙ›YÖÃ}šâbáúꎉoMýªÞãähwCIæ{ŒPá&]𡉹åyñjßWlˆ:±ýéß`lé(ÙJóQ³YøÕ³®2.¡J‰…;§v`RÔÏUSø5,“6&Ö÷ÞÝ.1@ù:øX máæ¬ü ™ ½è:H‹f qD·¾ËIɾÖ7­’gͺáêwûŠ”ÏÑ ®û¨0MÇÕ°Â¥O¨x„Â)Ù6òy;n“²û-ßÐÜ—¼ßfrïNKÒÍ5ë¾”/w¹Y·Þo·1åxÒoû¸;]ºnÙ‡áòǦHÕnøŽÇeëŸ{E¾é ·j&£ÕÆ,¨äë|ÓçÇT{˜q;¦uÜN}o?¸ç‰-Ö±ºÔj™ž=©Hù¶tTKî¢{¼ûêDO?{{"í9#ò÷Á9,è7Ï ?л.)Avüë •rârÓ„7f+(×å(¦–Ì·¡ÇÆ×ζóõ¡ð³äºM¦^¤Ml(bÍ·”•ùqÔûÇM¤å-|;lVŒAkîŸ{áööš%åŹRçjDá”ÂÒhµ náÝÓ ó[ëŠ@¥Ÿ I¸Û¶WÄ´O÷™×:4ÇÖÈ[j4OÅ÷@Ì’P"¿å™äùÌÊÌŽ­«6¶2cÍ”-´B5þs/x¬y:¡[­r=—´‹¼o–†ƒÕöèö$!· >j éPŽáR.sÏ•ï>ÇüEÙ -ó‘"“|O6³ÎX½àÂSUžŸ gñµvâ{o­Ç€wS'3Ý圿.4â0©N‡çŸ®•ÂE*¾Zßkä&9£M'û…Ü`Î`”y¢óbRS¤³\ê¯+ºª¿ëÈ\Õç ÑÔšâÞÐÑ^}?§•Ò´:èKŒ¯ -†rÕ†¿ƒówŠÌ, ª_#çkÈ;³]b™sK±´q>€©êã…â•¡°û[˜ªeH5OQˆÝ>üÖL:A[Ce"4¬º}{Üvœ™,C»™v´;õìë¢;rÓ³û[‘ƒnÐoÖ““]qýƒ2w*@³ -e°uDÀP¥À*m³iIçÌ Âéž>'©/b8Ÿ9èçµu³}{"™9–°øÐs>¥àdùÅ×n˜Û#gÚMåR¶½½û4×s®õÇlÿð -ÇâiÉßÄ4HVî&Prx'º‰<×vªxói²¤ ¸˜‚^3iØJc2^5ÎÔ¦à1·ÓmeLJ¥ß¦í8ïFqŸÂl±î“ó3 êˆÙ?ã£rcH‹¿Êb!ËÐ ¼à]•E ØwÛÖ¦êcN+ŠIÑØ—·†eõíì‹»ä†[39›5øþì¡û·ýJùnù*ü¶ML£bf‹û%Yíí•cF›Oh3^ ¯. ÒŸÎ?õ¬ÒyÐM¸ÆºwgÁ_Žƒºà”‘Û-s8{Aÿ`Ø=\kÇZùpt?³bPŸ_E\z ÇMéóñ¯S¯Dµë¦£ÀèœÁ&ô¾ˆ8-4Qg³*1:­ö—~‹òÁ«ÚÚúÂéŽÙ°³†ì±plm‡ügaݹH8Üør@çþM®Y:µà`5Ú¥#Änò›56p{YùºÀ‡T`ÿöÒ  ×„ØÃvêd†tAI¹-­_YµÅ÷«¶‘?Ðv ýŠ ôîv]k©ËðÒ ³l`ØnyÔ$ñD>8[ç_dÔ†n{¤Xêó¨É«"?wϽÊ=X á.®bÙx§UQÍä¤AÖ(þóÖÎk…nð€òÔ k]ä½ûÀ†¥Òó¶Ô¯`²—)°O$ uì©o¶¬)ÝóGµ¡ãy¬Í8ÍRëÓO*¶ÒeÕ9h%ÿ‡vÖ“üm”^z¨­×´P}“ﻡ­Ô¿Ý­ÊhGë"WÊŒÈ˵Ò4õÎÚ2fUý¨:À¨k[_•™©õÞýÅ–ÉÊì<F+WÏ‹F‰ŠŽ¦1\î4}ívKÄÇꛑ\/&ká c Ÿ"6®W2•ó§ýÖÑ«jýNïLé-J–WlÙ:Sõ®Jß“ovtkÎã­b?vÕüˆëþ³±×Ü$ÍüßÖuÈ—H·5ö ]‰¨¿e‰îEji¯PÎá¼}yß–+–cW€Ãv°†jLÊmrÓzíáԽ¾Ú–x¦“Û`\²DTõjQ4€š"rQݶe*´óö)”}ÊÙqI àÛy]y³U–\|í=²] Rû5\5ðêzŸ‘Κ† í (“a¦0QlŸ·è–EÌÍåU!.I[d»VôþM -Æn»!¿›*sGyÏPæ¦ü.¿uGE -7¬Ú‡ýbÆJîîðrªTÿ"øÄ.·á,å‰ÎM|]ß?cC&8´—žL`îŠ÷qáQ1h¤0ØpÔžžNÐæŸµv›5ªóÑ!óFøŸÃl£©U4Îê¿Fƒ·£™«ST§êÕhe!*M ÒƒàVR–èWèO“’ wñ\»/%Z¼†0‡/$ñНê5©YÆØ§+ßÁ&z)ýqúºVL†\’=H-°Ÿñ…;…¥‘^û(¥x ZpÑÇÖÕiÈ)Ò‚ûv^à¥6Ïè Sn:½UÏÆëþž§—åó£ÖÌŒP'ÐpáV¼W?ÛÎLìÚuùf7Úò’ÚÓëž¿uû4ˆuOCõkg·4ˆ‚(ô¥¿•â.AU•‰³ÚŸÇèd”Ïb¢ZÓßÓ@õinèXUÐHØ ^äùëq!k'ÄÛÈe½0kKc¨+Œg¢{z75¹ bçZKÕÊ׊+˜®ÄΪÐJÛÚ3+htJªR9srê–ZK ÿ^.ôùTq,sõ„ŠkOÉúHŽ8Kk ™^Á¾h~x6­n·rÞ²1ÿ;_ÞœŸ_•”ìzkê\9};¾zýëÜ¢§ÒlÀË}?¾Q­ÍÚ­Y©»²W3ÿ­j~†® CbÛ³ÉQ/껯KÉÙ?Ô.ïK-¢PsÇó~Té­,ã*…SÚôˆµ©¡whu¦È¨¼ô»ZŸý¦um²ñœ°ùhŽñI Ç)ÛÆæõ‘>~ýå7õ•ž”VÀÛÕÆŸ©¤O³¯Ü+²mQU_OuI¼ô–|r3OªÙ) ïˆkÃ+Ï7cpä—Rœ8vez40¬¼4‘ã U++íâK¥µQ¿ûu®Vã)O#£Í)°7Í•z/µ'õîòpõ{ÏVWCÌ滑¬@סê×ð,«éÉ èš<<¬HJN€ïTÃûK;¹×v_Å>N›}sÅù1„,ÎêàÒZD*ÏCæ´©_xD' ºì½³Þ×¾‘äôFcy'Òãá:QûÃ˨ž°|‡]ÌÒ-‘Þ“޲ðaoKwñ"d«j47Zu\cF¡3XíÔåÝiüõ)5Þ|Ü5k­#êë;w-î­g6Kųìú•ž„ÝŸ/³÷Šëg\Ož/ß ©HËR qô®Z£ò‰™¤Ã{eÄ; ó£Øü‰£u£#aäaiH§&fMpU¶˜02l#Š/¨Š+3tœ§¸6îmP¨^°NÁ0få<#‰œÆÚùÕé™íŸ€À|†ýêö=þ}DÔÖ<3õ§0°Ô‡+²Z¥·Ùí÷Ú'·­Ý‡‹á%“š¶³Žž—EÙØ'†Z™_fyJý|M~VÝ„ï:xÖE¯ÉèÄ ™«÷è _ íFuí&v>îÄ`õ«þžSf¯Á†Æ‚êW±ZVbÍ -S)ú—Á Lÿ¹[jbdÂÚ—·Ž6^}íµ×•Ä»+«\h›.õzo.ë¶ÆVM4I}ô#J .o«áŽQo­Ê<·.V«<ŒS]ƒ‡ª9Ú½ÿÑz‡'c< ’wHñï]’vôœ‰Lö}žÜQÅæB÷š/Ævôk¬ôõ:}¼íÁ®`ómÖ@¡ÁãØµö)²RƒÛ‘u|ŸixY«ðWÝ‹³V¬•#¹¯ÅxS”@(p˜Œlé2ze£3–†QȦÜvfHÞÓ³ç-­Ì¡ãЙm( *„‡V—ÕÑ´U1ZšŒÞ0Öèè@ -åÖô•è…lqßtsrð´oóV\ÙŸüƒ‰ê¶ôrÇýh¦ÓoT\¬9°7cá§Â“åÑ.B=óµßPÝV[~ ƒYø=¿û`D7Ωv½¿ï•á…t}àËwõ«ª\ľÏ6õ†ÕÛÜÅF“™Yßš¾ÿóÏDâ¥ÃúÚ³¶c‘ì’÷¢Âøw-²æu*¯õÉšñÛ§uÆÚ°[ñd]qÐrçߨž|§ih¯˰ǀ<}ç=ùá¬ç–„3Vª#•¨àgÖ³÷xÐì'[­ëäTñãt_v¶ÁQÙ•i &3Ôû¤Œ®h{Y7/mo¢s¢§JÂsl^Ùŷ㺯u~‡½y}•Îü>ut§æCŽj5ÊZ¡…O>D­¾ù.Ëè/v-ãµOf§™dÖj -Õtê,ŽLA7釷}±Ï¦¦Ú™¶™ómãõiiÚßfÞøe·1Kºç¥kˆ ÅÌÊܺqÁÉ^IZ¦ÈöG²¸ƒæC=ÀŒ„güZýá`¤«æüÔ›h¥Õè *3Ù¼Òµ²ÙG‡:x-PD³E¿à&º%V£SDfúÖÞš·Øí‰ÿª5—=‰é“ÛA}c©,ž _›íþJ[7m°oLÇ4j×/íµñûü²ò"6fµT“1O/—¯¯–œWÞV5u÷(ÁnÖãC¶ëA…¹¸*Ñîgf„ðlÔ~m£·“xÂÍXl”þŒ6¼ÓÞÜ#lMðÛºvìö8¬ècú˜õ©”8מàÛdÅy^egöÞ±Ó¡ŸåUßSÐt`èPÃü7´íBwózwh¸Ëèo !çlÖ×Ðx”´ØÑ?š=SßѳbnTª%!áa<ôçîvîŒà—fq mgÕs×wO§Ámœ7¾žy /+gÑß{±ñ†0úèÛá¥ônªãFtæÔdÜx2z¦±+íÒ˜š÷ÚúuÅWék€áê¯í4j<÷ ª»¼_ \_}ʱ<1½Òtm#´½·á8+rå.¿Ó:ç^2e}‰Ã2)Àúp°}öYü¥%´úEðm9ºJQL®¸ –xFžÅÀ|%‰~õÖ;ˆ’¢Ñ‡³›ØŠY²ƒŸ@o·‘óVoÓ›¾p• Øsp’èðZÏåô·ÈŒQrU¥ô{¡ýî½"¤› -‘v¹ž-Wm‡¸Éwqµú"N°_w•g¿t•)ê;t:õ[§v[1hõï”™íáÛhWî)¤æ)ƒØÁÀU±3$¾©æÖmoéß—óþFú3bÌžŒÂ ëÊ4B {G4EaƒžEu4YÛnUŸ4<ÝöµÀ†»}EޤÛùx*%pWøÂ*°Gä°Ñ0 À9ZË…P·)jwÕÜæ3¶µekªÔýßMo†û‹]'ò9—?EZ_Ãzh=~ü­µ„æ„Á)_ÁS Û”ØØÙeÍ‘èó›¶ ˜“õãgcË` ²ÏÞ„±—kGoH¨½}Öd~CÝÊ·;º—Ðí¹PGÉrB¤L²ÕKÙ\‡ÐÝRCqÐuÂÛSÄ¢¬ÂË61·1 ÿú*lò‹lzÍ®µÀÒ±dÏáQûiÜ[4oŽ[RiSµ¾_xn5~1‡M£þÎú‘8o•ZÆT“2m­ˆåÄÄMSËðmàväüjµð6ÏÇ¥ùßNÈ3û"-tÓçzä{½sL™¿¤y!ËÝqjá½j^Uô“%bo²n.oBÉÌßÙÓwuÔ•åCºa?ׇñb>XÆb§£yÓãØéÀÜ·›ÅŒµ*Ÿ*âŽNÒÂ\¨£~[ö ;[ep>Nÿv±@Þ6íBçT?gé9Ü/MugsƒukÉë¬Lþ ”»É·uŒöm>0DÜÔ'É3 ižš([º"Áv¾wojÌ™äڢͮ­½øþ½½/´~Ð)ܸÜXÞźøwÂßÀY¢­ÆÒf6?¹‡½Q¸ó^ZŒ¾äÜþzéVUâ@ª¾ÁÎÝrí2/9@°Müúõ4Tm豓ÄIï‰T»Fò,.'OFØ¥`ò¤|Ç$æV>àø=´Â:A决CG˜»¦Ž^'…ZÔÞ*£»|$Œ×t‚»8çé¯ò% —뱫=3\Bõþ©•G{ð£*âtñçúf:âXè®j }ÕGÍ]ÍÁ18òy‹3»»M앪ͦ2?ľæÁ;Êå§­aÿq.ªŸÌ.#gCZ¥Î¶Áíôƒ%œ^ÒoÇÛ|bÈWjmÿvéú ë5†2+e´Qò=Õãk’ZÉܶ>LŲ´f òk9ùV˜F0&ŠTa?ÓæV)—MX/ìõ£‰TU8ü™K@m‘ùXÀ½¹T-ÚÀébÆð}õ©À¬hYI»ž;ñ>›õ¥¹Ùµ2Õ[:•UïÈËUÕš` É&rÏlYK8¨Ùµv†O[Z§3¾³‚Wy¡Ýƒ¡3 &”ãcËDpÏg¢@¥ùYüTBzÑ/•œ&YýØÑý¼iº[0²?*ù*ÒØWùÙ·d?6[ÑZcÁ¬>Ô³u¨¿½~‘-›ŸÞÐK&sJ˜ÆqŸ>CyÈy¤ÙQ|,f¬ƒî™ë•]Å&u¢GØz¥å¢×ÑÐ:¢ã><”{ŠÓ41Ôª3+\^LiÏÓ !”~s"`’Uq±-Ñâň}³Î=í:¢¾šôsoz³xú+xlw˜Õ.ÝŸºŸÆüd1ªX»óËÏúeוSyMé›X´ÈØŠ=ü¶>\¬¢·p·<»q´×íãóóF¦”9º\Úüù³,-YJ§ŠÀÙúÛÝÑ­½y.«ëÂ}h`ªl[{ºì›üØÙGI-R}»Ã- GµèલuÎ_b³:Î?a²9­,«øƒj½þ°}•ùfæÇ¸] óÍmÄYý"¶ƒFZŽÂXh¿’Sˆî -ì6f\G¼·œžÿ=äí6§}뜯”CMUëåÆÔA//5ãR{Ü´^{×w’v.¨~剉žöCæ|÷¥Ï¤¾ýûví7Më½pÊ -Õ…ÖÞ÷š@ ÙnÞT#›¬=ºÝè¢À¶†kŽâ—\ã«2@½Í3¨èa©[Â%ôNÿ+’+ÿ×­“ìToœTjøéú€µª·>íS‘,4jÈ^í±fjýSé©ã<¾v'«Û«dLqÈèxÂÔ¾_йrô%u·ëÔ -Í\îy£4×¼I¨ûÐB`{Øñ²Ô[;pèa…Ì6ˆ­tÐwáíƒj‘÷Ñ -ÃÏŒ 6ý9éDª¶· Óm¹A)S¦¢ùw¨cÍ[~¥ªÆlc´¬þ2P½FÁ­´s£ŒoЄ\™Ú§µÖ‚L±;¦»TJ[æÏ·™‚“'Wêºlš¿è{ôÉêÃÔÔ÷ÄÂÑçÛcÕê.çNfumÍÕ{@>o»ÜR륮³Ÿíám˜º#Xú¡ì¦RÕ} -Z…1Zí©ßì£<µU ­×ÀÏß7 f‚„³#éa« -aïx]:Pµ»c¢å—eaL®Ó§RÔ8ƒ¸W{þÄ~?imCÑ}—]ͽ.iiAà —’vý9!=Ô_ð¥¤(šå®òK+å"¿0Dݰ>Cš>+alm7ÂÑë»ñD@…Ó9^ŽÀ‰í;Cžf›([T«ÎÆ9›ÔmöÃäV?„úñ³ ܃Æa}·U¡a–Nùr–¼cY¢oÿ}r\F¼r¬­ãOö¸p~8‰µ|+FN5ö;]«wæw Ée #¥m÷€yž³²!MUKÚ[oý¾cïšÆØ;F ¦‡6Ï/ž-©Éº…’O¨Ñ] -«ËnØn‡ìk;hÞâñHÙO¬q@¦@Mýá^ÇÏâirzÌX»s¥Èîø©ÏTÙ«FJ´c\‡ÃÐê@Ib+4éŨý,Œí?XMõu´ËU¿ÎýxBKIüë÷ó*ûµ,Óíòq÷Àö\ t#™î8îÄÀ”ªö^CWߦfbóÐ;†’¤ÍÒã)'w´9ÄÀ£®o~;Ÿ=é…"c ÑÄòvõ&4Ô…æJkföRDwÐïq$ÊSá…™¯^´üÅŽìõȨDãg‘¼Óõ¡á/Þ‰¯-6xØžJèžçûýfytúM?Ï„‚“K¢‰­ÉB±˜ÊåëoÀMž9ºp¯àbGÛži”yUWþôà/šÒ´ÌXUÑæ¼L£X0iëµ{èÿ¬Ò±=€¡Ô–¾–íÁj¹^jm'¶²y1î«jñåùóy·ƒ#:wd$9zé˜YZTÅC׃þ3•@·»™æÃþú]47 çü*ƒ•OE¯IyŸ•³ìž¯fnߘamgtkÐ.sÝJPnåö†üíjmlVHé>ûR´`äDsæt*^¡ -ßlÂõv•¹®=²§2]÷âŽĶgW[æÓò"b6nà3û>@ ³‘åÊQXêy£~¸¾µƒ/÷ýcç¤tŸÇÐo3÷æÈDo–í¶Ÿ#å¯;=š1¦rݿރG“ŒœÝéÅ—Ð¥YDoü ZÛ- ¨ÕöãÞ17‚ö«l3c3¼EƒóÌôË÷A¥õHõ ´°†á•úþØ.±y65·L<áòì‚-<Öv0–kÿ``¦Y+ÿ¨LnTœÆ¦S¡_™VS[[‚ ñ¾bñ‰á;äT¹2²™äl¤hÝ­Ó…rZÛh8Â’ ˜Ô\{σ…ã\.UÏ ±òé?8Ýö²m“TÚ‹Ò:Á {KÅOú¬T"ƒŠqA×D8•Už¯Å¡N((µ^³¯ÀË{c•ûÖ¦~×Å!~:RÁëòËS®‰\KðŽ´ýœÿÁÊÚðÑQš¿H¿$ Bj¨-záHCJ\9püC¼âèט@îÙa§á`’¤²^ $˽ܡ+uþ¡ÕöT=&’Ë„âµä¬Ý‰fSwö®1^Ñ'hóPäÚ[ iÒ=Ëp÷«‡‚ûr1Ð5já@ÛMëã~™ÍÃýNÿ¿ý»#®Àzà~â/Ëáï6‘˜éqøø)³Þ¢÷Å`eæ½Ð}?~.„ŠÕÜ‚õÉÔ©9ÃÖDÄ4~½v“Þ&Φ2åµH¾ý@Š0é†9ÕsðlÌZ{xÞZ%éÓ÷çË“…ðC¶y™¸ünåöñ¯Ç]tû‰š<=vÐÉ(ë]HKtœûiûjVž6p¡¡ð)f¯[:6zc+þOxÍÑ·±¼Úƒ’yÇE‡ƒhqÄÙÄYÚÓE}Ýß¡èÙ™×vTÌõ’‚Çz>2ú8ñvÀ…ZmP.jŽz÷¬@ÜP³Z#Â0GŠG¹½U1[ìÝ) ×¥³Ýü–@·#-ö6ÅGí±ðŒÅ=Å#ŸQoV~´Ç~mê•ËÈ_WÀceƒ“øôÜ­¹Í}ã»3Ð7Ÿf®EåŠ×ò÷;H![{­™›³­¾Õ¤~üÛ ÑÎý-z´Ü^û÷i…,,›Ç.Þõez[÷ïßÚ¢†Õ÷ß•Ÿë/÷†HÓA\ lºlœõÞï‹€œ>–lNÄXèˆÙ¬a-¼Z#-Hx{¶S¬q%¨Îní—S+Ǭ}‰²à\òÐ;‘ËJ?vÛ¦nm?i€¸$‘Í߉}òF³Þ,÷t˜tâWýö…"p¸.­¯_ -Xò¨qí¡³ñBÞ -‘‹ÁHÕ»û®òqM¸ÑòJóôdªŠ€>œ4Ö»óç‰wëä75(P¹iN¯"Ê6tkó˜4Ô…là’'5GÂï"zZò-²Ðe—;IR½è®ãÊcR•«û/wÔÏ?ÔÔVHÍÙW´¤7uŒ÷ÖqÓ¯¸G@Õv¹Ø@GE©ÞïxõI3ÏØá•|u­)à[ˆÈëRkõþUŒf™+ÁüodVEê¿6 -w¡ôg!&_å7Û}Ë|$È*ŸZwј¸¼ ,à‘UM~ö¥Îî;^Цt|QÐméUä…¡æÁLk.3<ã/¹â<«½û€W¯†ˆ_GùN¡‰޲·Ä)eTáì|sÁâC´içeo$3Ê G¸PT²MO¬Ÿ¼¼R¯ÄÑVžÔHîÒWñˆmÖ~¥Çƒ °Ì:Aq=A„©˜{ü^Ï.nT*O¤þ´Û§ë¢áìÇ´$;èìPÍßÞÕé îìJ‘‘‡ZK}FîB±ûÖ˹R0Cò¾xÃR›…4šþë%bWÎ"f ¬`o`?iE'_Òœ¯Ëî\²2¹W‹Ü’YÄ,û¸3~ú˜ÔÂh\é'zæþ(]À6ü³ªE»Š -Õþ3æù'¬„¤[ÇŽñÚµßëúyWT­³²«yówñzàqŽÊȤ$õ[КüŒ ÄWI⦕†^qâÊÀcs¸Á‡ð©Oå™™µúkïr1PíAf­ñ£ÎO -¦ã¡Q×N޽ÊOÔðkq—¶º_pÑp5_K3œWG¿áOhí©²ß9–)¦4”¯‹¾ü»X„/¡UeÛÙ•™º„¤JKÔìIæÌU’Ay{HÆšE%c² Ní5ÿº6iw2„ >àjšbn®’iŠó¨QÝ÷Å-V‘dË -ã#;#™ÅB@qÙÇ‘÷ôjªŒæ§Ú_—k+…'Ro¿EGãpSCOâÒæíNY?ÛÙo ¢ù–ïÛ.!áAlºyþ)Oou“¹J¿"_:ÊT½Ÿ?OE+ Ã2K^ÛGó¥jž¸Jýظ«z4nê¹¼ð ¯i;wZÂl4?¥Ý×~e !æß;>£|b@=hïg2'ï”Ám€[F¶Êг…¹6H۬Ỏ¬jÀs†. ¤flBc¬wÞc3ÙОé4[¦°Þ(;=E3%?©žS_™X¿Yˆ¿Â[ÊÖ>´èý‰Í㔼gÓõ¸÷™·uë¦ÂµÞ½§y­îʼ®´;(U §4²i—o)Ý3{‰§ž¤í7ù€ã£Ô6%Ï”×ÏyÖÊåT-PÙñœ²¤Z4:xÏúR AÛ Ñe|<ç¦w«¦s~_Ú²6«–FaÔ"_ ɇHÙ5ËVKÚ7–6-͉iʹ«À‹a¯.Ç6çt(å¨XØ´Yø±ËÛ m2ÿ䃄#¿y‰™xФÐIn¾–àߊ$nvȦú*‰w½Dnî‰â5|ë^Pe§Påp„N#ðé–«Õ“¦ž¬s ÍVTÒ:wwÿ`¾†„{+;[f´Õ›GaUiõ%hgráÀ^‡R¯9jÐV[ùï“É¡|ê½úeè­sSAâÁ¶`ÐoÅÁ¦ÏÛ:Ú‚çŸdx Ž¿8+ž†÷y¥@%õë&"óTè¾U¦Æ‘:åi•6¼é)ç`SB>òŽ\4Ñ)Œ½q·4rîO"ÕZÙ*½ÁŒß.¬YÛfjŸ"„“ ÅцÓî ?/Óúp{WÇ„¹Adª}ÞÖIq„Ø®a˸%—êe©çô[\¦uÇß:¤Ì÷W ÁÉÉÓKõ+"Êw­ýò×ÿ¥iU:ŸsXo¯UÃÒD1s²Èûú®û4*Ks\RwU7>Ì|kL¡[©’“ØíXÏ×DÓ“¤&òÙ–ªž²’wðPѸïAîÝŠè¦ÖVq]/íi€˜´‹xÇô~W]ÀÍx¹³»¿“X!”ã|ùñ’ á¦õZké,Z•å1#†òv‰!ÇôKiíŽù™=ú3¡9kCÄVšI̦®)¸möº½›£&s‹ßÄ0wdµ–n[±QÀ®šzÃn-­brcìô®"^á­ìœ12ÀLËÔÜòÐf¡y+ŒpKWЍ½:a²?H»Ù]³ª×ê°ÿ>>;åWUæyß«€ñÄ"û/É\^s½¹<'Öñ•#²±á€ÑÏHžj£Ò«NuäÓ#mGüì‹õÍçØÏÂÏ™¶ZpzãtØìglïh`íÓÌõ‡\ÎÉ]ûô’.oKqÞŸ†n 30hzK`¸Íýœµ>‹Q¬nÅ¥ëNqß`}/© âî%¾ªŸû+0Áª*=ŒµÔki‘½ Á,(Af7©ôÛ11ü{Ó>p%K|“Ú^uÐTëôh°Ñ°`‚¾;7æ²~y³C¦xÂõ›w¬âºû{tGóèHö¾¾eËf–'&›˜DÔR9çü%¡õpàÍÇ«µH‚!ü>žêà#”U‘ÐŽ ¶W*j_»²ÙNýä™. KÚøî^»ÒÜOƒÝe™;špk‰ìÒAåò­N¡L`™]+øfr¡óž|)Xkÿ)Ùzã:÷¼oMwqÞ%x‹” ½0âyPrb8I'ΊݻËcø=;uó¶•KÆìCj׿ZBï¥>Â$§«7*h ÷@ßnØ8\¤{û3w—Hœçÿ)çµ5r×j‡åoA#Ó&Å­žûËiØ¡èS­M›¼x¾;e_ÇÌöGNAÇ.™þ„× E»4dçUWMžêï;niÅœÅh0Atgm‰.·S0VÔžsã´™J®ur·˜ü£q Z¸S7뎾Ы6ØÚÇj¿ä>zè'l ƒé›uÄZ—VK¹¾Œú•~}@òÂÍ™#fÎå°ðè™bÀÖä6¬¸%ÑÌŠ E¶DѶ;kû\•“ò¶nÊ´¤ä-²d~v÷r‘²°}}ÓXç3›Öõ§½vþ˜Ï¥Û½–‰:)´óÊo6ŒšÝPΉª“p]kíÜzš ­…ô>Ûs«Ù¿–™å5FÇbMq§­£s»¹ÝßáÖy²µœž©^$ÜK©[ÉDÁé ê­ØMüœOgqÉ­ì§OÒÀ/{«䥯,&5»°°‘ÎfÜѾ+1W%WG~6èî§L÷,È 3XöõÜËGáòZ‘‹úPŠak<¶NÝWæú`-¬Ço÷ôwnYZ¹ø’* ýnfÖk?š´ôÁ‘õ6fãc›(ÿÿ^ÏìxàEìmjOŸcqÄÅ#¯s™ãÎtÛåÅpž„[é`›K@Œô -}n„5«CX#¢Âcõ ûFSë9BÖ O'VP`#Ç–Ÿðµ<ר©?"Ór>c“„ð@†§+âY-Ã+KØWƒxÖ6|s7[¿e%§­è |-Ëêi …eÍyø²½²õN,žFN¥VHnf?»Þ*µŠ½9øÛc,9”(®™ ¥\•Àám³)Ž»Ú˜â;©¬_dóIB7Ïâ U~+Ü2¦H?1Í–Öë€ÎË=§ï„gž{Ùþõ ¯lÉö:/edÙbkž> -Ó¯®` x›Óx¡D<º#‚ʬ’¾®sgüÞMéñei æB‰º’ƒa¼ÿòeë°5®Å¬_ÀƒÃú„8Ô9.¸¿â¡&‹éÎ[oߌöCtO~¾gOë‰0ìH®ºùöí¼’9T6V®*èà·½yõl8"†‡ošÇŇçµSÈ„T¯¢ØÒòây¸††}új™¡àlAGé—ˆ7m¼MK`MŒ\º¸õrv,‚é¦ÅPœUΟi R˜ÿþÙÍM.yXºÔs_KÎ;ö´ÁlÜÍÍã¤Õ\ è7µù n ˆ}*™Híýõc5Ô —Zø ©@bpa[6Ü@@º­´(”ÉáÎYukKwl¿&ScÊy†¤·÷ £Óš -b´Ýø·l=ºÞ™ÒN}éÅÊÍ–;Þðž~»ü‹ÚEºzàÇ•œÑ ¥þ¡õ×7tä‹EVãW ¢1ýp’)®ÀüÍÙƒ›£Ýdê¾®lFÓÂo#Û?á—ÎëpÒ’ÂψìcW šÕZ¡Dæà·"Z+×BTS±ctåi»ZëçöÉ~û²”Þ¤ª mš”ÜÆÑ eº ‚®lï—½xç>_¦ ñ2°À´êZÚ($Hõ8P6mòl°h¾h:œ8ÂZïSòJÐÑ ùÈûé.q=IIk$}Éêì뫵r lð P±–±»Sy¨ Wµ?.ϼmuŸ5Wûþá:åvuÌHÚ ½‘ƒ^-683 -eMúA¹Iòùun«;îKùã$‰y¬t¸êüiø-°[×6ôËɳØô¼uý"{ºâì›GÍS/þx»ªtƒ¨Lº:bû¤ø“éÇÔ&‹ÅCG×7ÄoH¶Sÿfƒë”‡Þý“Ùœ=F¦ÉÜÞHÚadÿ½-Çu¯+¦íh!]E;÷x-ÛT6Ç–ÑsÜ—w,à™\.33©½‹^°ÙÑ­ÜÌÚVt;¯5ºÞk^¯ØìéIxäx²Äùí|h?ÍM ¼Å™â0uÉØüí&_ÚHêïvå~ <ÒëB†“?{nüà O{ÌoGöž8ú¹/þÊ$øè†³.2X$T˜o¼©k‹—Ð÷üÇX$[Üyíj;p¸âo©wŸø¹*[D¿Æœ ·ÈÏià†óËx!Qc烅»ÝMÇÀ\Ä3¼u„ƒ¹Ž»j zЩ­ÜÀl±k¸·‡õPîFu‹y†Z -Vû¬80\ß8w~‘׌ݢÇÁÏv7›E:ÙØ=å Š=Û´V¸o~ݨß0ç}·W»íõTK¡D¯7n7¡ÎâÊÝx¦uq7صJ\‚ «Ñ½Ôÿºþ@ïÒ— ÌDUT®U†9œ~Ž¢ÒÖ=WA–=è«M]°«O®Ù¥ó£(Á9üuÑ%Òp¹—¶{à§H¹õu¥O’1¼¿(WL£€,SÕgt<>\·Ò/= ¯ööw÷í*›‚¬aï ³Œ+FzÍýu Ÿ>tý1îöÁ3’V³]©Z¿gH—ÏTAW5lÂüzŠm)ûmL! èU݃ tF8ıEû7µW¨k'QÎqc¾ÈõŸU0MW™MÈ,oïFY=þîÁvZû` |•r>Ì}î®ß/!YSk[KE›y)¨›Ú„:·Æáü¶S:geXÔ­ú azJ5‡Å•c Ïx(¢ëP·¨Y1wëÓÉÿ´‘\/Ø=ÈO`ýÔ!¿1Eù@'˜[:sxa!ƒ~â+E׃õ´‰ó¡[š“ðZUlßkZý’çeÂXTPY”lóôP}Ç;ìó–#ÁycüÝݶ3 ;–‚µ‰ ­Úp§}-d62¨þo85CªkgÍÑÍwz5•­¦‡ödŸXÐkì¯öÎqr/xö¬ZÅ,d‚+1›Ò«6Eþü¥¯ýcPíñļé:ŸÖíâK\Í®¿³š+õúGïÝå1ŠÝ)gcÞX¸4 ÈX¥A& +—kªãN`”9ËŸw׌pÙ£5àOÙgý(ÏûìÃÖ1ÐûTšÞúÑ)ÿçs`¾¾8žŸ%ÄêöÀgó’Á‰"—uèuåâ¤?ò_' Hç³/z†O–ÈQkÛo°>B±7s/µú*$†~aþ÷Ε'6=P¾Þ[†÷­¾^Á+µ -ä® xγûÊÏ!ðP'ïGßPwÁ8"Äú(êš½;¡nƒ`òZêWLª”ÚÌêÜxåQ voy®ôw*&5E"¨×rw 2´_zœšÎ]ù¸ºZÞ½Áù¶o…8óŽR¶mxÌS2ëÝÕ û3 nå^Þ‰õZ¨MiøQ-4ìeÃFdÉÍE7ÈUÙ]Lg© ão4‘x ÛA2ÀŒÇ`?õm\ˆ÷ Ûj× ZÚê£ìb")°+/Â2T$ê; h&9]Ð hÞ/‹¨W·ô*¦¹ï'KѪsPš):Èci¼«E•Ò[‹Á'‰¶ôÔ$ô¬”ÅUD43á횪Z¥ï¤çÍr_–¢*½î'ýo¶i+åæYí•yƒK•±ÞYÞ-u¼•‰Qºe°jqH¦Fh_éð·¬]‹úïº4çsš -¬Å£• iZt! %Ýas×¹|~E-ël×±=$êÃ4#ý±§ÈïÕ¶5žÔëfeÛÖÂé÷”g1B¿¬ÅÞNnر4Až&gÿ˜Xõܱ‘r`Ð¥³uTùÓD’MdP¿G¶rÔœ¿•ÌoŸÝ‡iQä½V>[÷‚_u¶,ÆEì%¾Í3²Ÿžvr>ÐŒt7LêÄô{uämº´TÖ¡#ÂÂæÁÛ6Nåí>î«5„Ûµím1={«àÚŒé9æ«å|™£07’ˆ—×ví…´ _—<‹ÝW,Y8Ïð¹é–#üEaÚÁ“ÆÁo³ =‚ÍXPÈmšÙ®àý6yËì‹™ßý¸'u{— Y…Š|nдZ]GÜ2„÷ð\v_8i…½Ë›ü‡6£¶Õ2(Çd²¥Ï³¥ùApM}Á`ð­lý.FUí{êƒÝÝì€[ÎŒ’øùt½YÖ`ÂéÕòUé8öæJw¦ûi ºÆÃ›ÝbÎc”òü³ðùófÐ…ðãùœ(®˜oÎÖ—Ù̯'jb! ´f‡çóý(ôÛâ5ÈV¾Ân -¡·:“r)h.¾?z}Nñ^~:ª „| sRò?ɺâ½Î†„ø]Šò6>}s;ˆ¿EpŽ‚KáV¾%¹ua¶‡¨Ú]v™ZW½·ÃEÖýIaÉ Bõõ¼ø«·.n\ŠÉ쉗,¤¶]  ¨oØa͵ÐiŒý¤‚üæAÀ µf¥X›Ä»þ~¶þÒ1w¡·4C}¢ójÜÂM%b<çgo4«Ž¼kówí¥ÈvžI4¿¡ÿý‡öö× ÁeËH>…ímWÞ Ø:1‰~joÓ) -P«‚i]çUu‚4D äˆ6v½n·×ŸuvœÛ©€÷.îáÛ¦¡»¬Ìw{­ÛáÔ³±O¹ö5V3·iñ‹ =×ßúByµâÏÌê•ÆåU`b°wŒ±[‡¹…8° äõöºåé·8POËqÚ5EÏã„©Oê•)¿KË©]«îÒP@¥ßÑUõZA ÑÓLíìãytEÙέmíÇs%Ÿ…?ë„Ý©¶ªtch&òó{°1Zjºh%`gSXš|ëWˆÂH¤ «Óµ8?£§S¥¹ŒßìZZ˽2|m/Mèý®ó*SmOG~-7s€¿J©ˆaæ')•-óñý%Äx@ÕFÓ·éºhFŸ5°Êßî1µUUˆŸØBõ…ØvŽJÔô/íÒ4æ8ïc r -é4n½{¼òˆ<{Y~/ŽÃß ‹œ‡o<½˜ôd¥zë5®Î^f~l¦¥ª®Êµü>¬Dx*ÐXQ-¯A¤˜… Çe£¬–€[+¿.Í…60Ý43æ±LTÕšMT÷²´§,èòç-.£Û»PR0 M´6 †óÚÏgÛ¦˜tøÍ‡éÁÉ6¿|HpÜË£teŠt>ìgç0¿ú𧻨{.9m‚msÿJÓÂ5v«s碚·…}ÕÅ0¢Wßb­å='Qwâa}p‚Ê÷þ„Œ`¬u—Û¢‹*etÐò´ô@ôß“®^ùû‚;žÔ7\qK/¤ój‰ Vpd×~廤Äù¢OX _Ùp VdOîNµ[qÒ…Rý,w‚d'w®PXzÉÖ­—w§ù'ry»Ü.È×ã\œâvÊ8×^ëªòÞïsì¦AÉ’9Ñ6Åò±;î£2þPñÐhŠ^˜v'/ù>ã³§A5œOëŸu–Ýþøƒšx7wèû¦µ¦—[ßà<§v‡$>Û=õç9UVÌÂ2–â%µ®~½xNægÉ‚‡´å£Ä±ÂWÏsñò†Çãøïü¶ÓïÛІ©§“£aׯ…^iK(vp~™î^›¦1µ€ðwŠw,ï£9]è'ñZ¨YÈÊþª¥Yp:髎y…Öý+ÏgÍà¾æîÇ=qF!µ¬¼- —ô°²ƒÊlÆ/l6ì 3Žp +¤SºŒZ‘ñèVa˜úryËÊ\Åk1ŸakÿÙ›v‘öG½ái°`òš³í¨Zùt©¦MP´Þþ9äö°H²Û% -‡Ýß7§•vlÖÊ‚aúKwSêÌ‚ò°ý§ø‘ž“>ö>ûN’«R¹¬UçBµ³®w -ùZz>£n£%i‘z•…!Ýq÷ÎÄC¦zÃj;~Ø‚.‡É `&Ä ›~¯ü>ò­ÞsÝÄÝ“P5žfµüS?§‹Ô* U/¿`©"Dü e› î«Ä+=áJ4ª$ûBwÛ×½êÍ4s'þuÐa3hÕï±<ÛkǪ̀ï¡m5]›à[s·kÁ/mð[¢D³~eÖû[qÚoš½côZf-LèÏ®>É>†ÁEš -°ºÚ¼<ÌyÁ?BKû`ù±^Ýêa7jlJ¬ôªÖ%YŸU¬*õ TÐJ¿W0¦ = .b—õeZ‹ÍQÞ>¸bø>œèøPÉÏ'ë#TxЗxdô>oLQ3wþ0‹Ö~yd»ñÌ{ò~‡¤±Ütz¼õU~ŸÓ9X´ºuéë™W9oƒÕßKµ´®]t°›“mûúSuH=Ÿ¡=XQ§Û»` ~Žmb-ŠB¸_©lîúj[zyf!YoÑ\/Jzm •^a­;^÷HiF²ZK*r1Ôú ²ºQ -ç,Zd “áÌaKT ïeûºUÍVÖn…»ý‰Ð°´Á’¤Õëû½ò¨¨?p³¨€o)ï0ºþ%³x¤GZÕüEEVáÝŠÔå#ðÕú(©þqÉ£a`o8ñØÙÅn/Nk¾hÞâ#EѼϴ5žL)¥)–d͸’-Žÿ¾רàš2ýkyfß>­+N°Æí9 ¸Å[4¶€zœdŽ4½ME¼Óè{ãvŠ8Y¤2±»‹ÚÜ«ßW:îæ`·ÞñÚ“ºÔÏYhŽà_¨¦ç=Ùídã§þ·Å'‘üμh œAý¢´‰>=ôû;‹=hcXg¡ÀÁ·r²zõÅÖDÁZÈpUžoLûZ¹ƒž©¬µXx‡¸Ó†ÀjLCsúþÖè¶°J1¸â ! wÉ-žO/8æÝ’«™ÛulE §A.˜“oXYG–¼Ð«VƒG:Îý}ôyÐ8{ºqÂ\ƒbp8qzÐ|M{ã ±‘õ*+ ºý™¤û ÆÕre;®ÕÎ5©*rš×X ÍRÆ#Û0Ø¢[s;ìŠñCôž/DJ†[Ƚ`hcméÔ›ÌZ›½*œõ”'¾\˜vlsͲ֎:o[Ù§O“B«[6L5âìÖÅ5aæuËõbU÷Õ®®V÷¹(õ•Åè×úr­¬¾ÄÎÏØÞŒ™àÝð‡ sR±å:ËR5ãCŠ¥-×fMÌ<=¢’Ó6K^Ôg¦úe¢®fµ¬¿µ Äh­KÃýPOBu"눵0’ÍãbtŠÓ\Æa΃YÁŒ³E—Ä×ç›5)$ªÕ†vªÑÕþ®ø¢r9^O¹ÆU³üñM+ÏNíî} ïÝ¿=…}Hk?î>aí6’)Õî­À°ý)˜ê -03lÞí{»BÛiù -CR/ØœW/)—àw¶6Ø*±·ƒfþ¿/@•ÖÒbì0áÖôŽ4E&Í}ß$z` èήòZUŽy„½ìÌà^Gà¬íï]'p²õØ€å{™{¦~{lË€ö/÷Ýš}ÆmK»Á‘z™>·ûXm¤=%€ÑÃHT>§>Ì' Uˆ¶ë;$ z{éíóI5”× ñe×÷ C[S¥‚$¶>_{‹ýÓ–¾ÄþŽ“‡g'ÖM¿_‡»Ê™.t<†0ã-7ðã´ÁÌ(ÿPI»Ò±$Í_èQ…‹R‡{õ9-4‚ãÐêŒvÇí"È ·çzñCvkŽ×™ø9võ烠°nŽ}TòMëŒuÿ^Û —ÚMéóy¦w>åIn]ž!WÖâìQ ƒ^R.Úµ:þ¦€ÃëÐŒå!Wu:AÚÒ±'îý añÞðÊêv—œÍì×¾ÙóÇ™uS:z1¼XõàÝ21àÒj/grëþ`*æéÓóÛ¡ßû{ŸßW¯ Ëo -X£0LM§qsëêU"â/‰T5û’¥5è.të.è2S"I"hôêLf~Ûø1÷­¸OÜ¢ó;æ*bÂæ ¹–\nc,S¸2ÿÐê©!þ\_¡OÖ¾÷%Ñ¡œžÜý~›3}¥âØ]xä—I| -öÊǸ%`‹ðŒñy·¬ÜÞ~s°èh[sÉŵúªÞ>ƒ)$-,>ÍïÛ«ù…ƒÿö³h2˜äÖ&H;}D‡‚81 J¯áß§ÊȨüœ¦(Á~ÓÏ«½c"Ÿ ÙTycæ×[Ûš¹‘WHuêŸzÞ£ùÅ­j‡ÐÅ­VñÜ-;rh~ ¬÷¸^ÊU)ÂyÔj~~c0®~ùœðéOáPaâÆ÷dVG_¥â2Ñznn;B8™¤h›­ ΰñ1v¬&ñ[T&óCR_=´—tNã`tã–óë`Ö›TÓÀ#Ùö9³ýà†Õ®8/…)¸gæ&Rt'®tYwö#P¾–·×:Ý»±¿ks¡¦+¤ÐÓÉÍ{è;ìrâýF$&vÏþöã;ó£º)-N±¨ ±©yêšÈ ’}}j¥1¦Â&X·<¢À~!V«9¯„cqØÞ?¿Ö¯"nºycoz€ùØeö=ê\ÔeÅŒOQòh\óÓÍ(¨€0ÝV š·.G€?A¶¢fÖrðÝI‡Â=võá‚WÈ%WTæA¸>–'2æ4¤4Å«ÅnÿV»×NÜLÔ`7tw“†·ú{ʤûÛ5 µož, ê>Ú«ÓÖrt`Mtä3ÉÔ×(|9Ó¬=êhãÙF3¸î<¤ýƒµÃþÖè?‡¤K~?sr4àæFx´] U£ƒÆôÊé¸dn®×»ši‡"hž¼eQÑDPÜi -yaXŸÅªÎ¬êx(©%Ûf•!H­Ñ<ÇÙ‰ùŒ—×Ká< `Ы­ç7šÛ†®yœÏÛ‚9}‡I<Ýp¿jÓ¹¦ÿ°æ1êÛÞýu-[WîC×pæWðæØíe·ÕÆ$æ˜ð¦ätï”Õ´ÓrN`ÞÕãÓ ß*ÅS•_e–9{(]¦Âupp_™%â· qÅÄ÷dd¼M¶ñ}â¿ÑÈ.šÄºð^˜Gï‰÷ÊNmZúÚÔãþœž›ÅO-ÊUù~e—‡Os%î(nÒBáˆ!ÓR•K‰~?¬F2ZhíÊÀù - F âj¯T„!áR{® Cé«Ê&Ðziç„ÈfýÁÃíµ<Ù'ÂAü{CõüjŒ:ÏMBœxsË®ìt’a®h¤…‘` Iö„§mÏ?½/gÇ©õßvA‡Sšoå,-^€{––àýblgœÒÚn”Ey¨zÛgæÒíÉü•srZ:xÞ0{ìV©~ ˜;Y^?{þíïÓ‹ìÐܼ~R}(Còñ–'Y‘ðÌxµlË©£ZÂöØK7Ö¥ªc2Çyd\*ÌÓ†or¯|À?™N«ÐÛ–Áصé¿÷Ê‹‡I0¯žFb]s!Í-ˆ)Õмfê¹pwÎŽé² ÑpS×Mìr<ƒAnnØç:Vùó%Áèùù[½!÷«aôÈÆý°ÃP¾ùìP_f£:€˜•Æï«òÎ8CîÀú¨ÖЩêÕ¼|Ô(ÊÊ¡R¡»CksóV ö£&Èå´:Ð<¶A{XÖ4W &_R®$œ‚Î0§Ÿ\•5ñ¾síÖmšã5—ÓñNsÃF<¦¶ò²¾~sÇ&ú)øoè0}ÍpoÀ‰ †¿ -Ýìn ÎdN÷dÝ~쩎³ÎÍüUyy±y:õy%uQ68þCDÉ -qŽªn­d¶+hå°wKùî¶QÃ( Šxr7ÏüÈ›+óUOÌåå:â*s:ÒëTݦ»¸/'AÕNïa²{–Og±©©þâ>çéÕ¹k¶TZŸ»@ëJ´+Àô²æ–,¥hÙ‹þ5–vzò"n"9EWêò0MžëÕ#GàËïúUÿ>=-º ÿwVÊß)ùõ4 :9=²—s]2˯‹GÎã«Ý [QßÒì^´c·Ø6º*•åÙAo¨ì™0žÒ3l§‚PGÊ£ž‰¿DµüPûþ¨DL1Ô7ú -éœÙÖêu»G­Ø–:ÛIž‘õöˆ¬§³¶íÒj­J:Þ úÖ^¿¾Ø§Y(k;ÓÉ3•\~\ïip?à]c~{F‰_+U¾ny-•û‘`“éîaÚãÉ‚wë€ø}Ls¶´eúùb§ü“)ÚS“-Pú;æðÅö•¥2£¢Áe>pGŠÐì»Ý‚ª ç6“¥ -GÙb×ÄCþs‰ZÜv¡ÈY«‘WmÕÑñû‡ª\»W͈Õj}Õ[‚-écßôEÁl‡? -œÅÞBÔâ½Ô‡ÄY0<Õö·m7»LÓB Ì·Þq´röíû¯¦W‡¯è3VõýîîÝø‡‡Aú4¾Q§è½Âàø§xÔ Q‰ *\6½T¿«`JÕüUs`qëÓÆ×,VõåÐLksj <Ã^üâ•­³Þ0½#ú…å‹AˆÏ±9«÷·l¿>ÛÈPÝj¿1÷ í¶Mø}3`½,yzã0ÉѨ›óK¼Ápð¨r3ôi‘ÛçÛó"uV\­› éN‹ŽÍ@>ÌäçÅãMÛm¬ó üEÞ-ÅxéyçDïÆXuìh{¬½lÖÌ—½±áÆwï¡ïDd½-°—P9¿O爴cªçB¿Üã¬ê!“;ozkoÖ+Üwþ[Y(¶÷„àòÞþ¡L ®‘N‘éà`r@¤j…î4œ^ØZ‚^ÒÅ Ú]Š)îIv=@½ž| -¦µŽ}S..“*‚ጃ{Ÿ£+Z’ÔÍ­Zk’7Ù’sõïû—UëKŒ;y×ú,®:¨]­6â¶r‘Z c Jŧ+m:46»ßToÁLÊ ¸éë9À–Ûeî3óxUú=÷㌄jzî=¤{ÜûPÅ×w¿ÊUIcRÁ½ß+Ä®˜´8çî+P£Sì1vоysñÍæš[Îüäó‚Ýéëú©Zö…Ÿ¹#ç.CÝøêñ»É L®:^¨Ò‘»lž:ª àk8…+‚ë}/}^œyqh¿‘k}üyã*kç)³ºk*F|7Õ`v®°®üX»Åÿ.ø[CÅ\/nÏ!µ8%·&˜¬°¢B¬š·BÞù9¾“6»PŠE›ÅôèÖïrPƒõ)±¯YÏmÀÊ胚Z„ˆºåOðF2äÊx¯VÇpýzwÇ6щÖ÷q|äË‹V@’eiJÒ½è^Aõól˜Ó¸2±nTÙn•ì‰ZÞ=ýpï^ª9§_% 8¨_{kÜõ_Ž~ï¼c½9AÛŸq[•Á”¥£ðÕæÙHt(•Q½G¸{iEj¯!í²»k!;ëöÿ¡81‚±²/~p”¾EX-ë’5ôƒØ’=ClJR‰¬¯ÕÀåÕ*Ò±†3‹}èq›o=êKÝ= §àJ¼eçÆ>ÛnƒÐ8¤¨70u +¦y®ôYìù'¥®é -ïÎ<C£ðóì⥄7ö.×þÓ}àgñWøÕÄ0ðЧ9ï°üL89nÏ{ÆîËÇÙá°E0õ‹+yéON­öøÉ+‰Æ°'0ÕMEf¦;[ð®äVpcMß[ÃjÔ-ä)©X<@së÷¹Þc^^âD°-v#/~%ƱI!è[RÍ«Õ2@±þU -¬îíΕbok» =÷À4$‚.;ª¼.#€Î•¯x6ÊdÌûÛ'±RBšñéEdwñðÃgQ; ò*|î‚1Ø}ìoE¦Ù^˜„¤ìò#Eß·òÆÓVŠ…EQìCM{õé¾ü²ÒjâôHì£ä,íNšIƒ2ß›¨Ü›#hâ1™\Çó©êï…xÒ‚g˜†àQΨ%µzšòµ‡…µâ¿éE©¶MZ’uW:©ôíÓlð”x OõEZÛËê3>®c+\þ¡Ä’‚ûz¨×ŠÑaV~¤ï 6ûA%pzø§ø’[·VJVï*w>G*ù' f¿¯õë›]i½u+ÃFƒþR€†z$»þóBj¶á¿¦Âzÿ AOI}Ù‡¹³F©ÑFŒ«±ü÷ß«Ý%Ë΄ÝM4úê¡ESH6¦Ÿ“UªŽ˜†2¯¦õ UcÓ®ôÐw“þï–ë*°ƒMÞÈ1ç<¡1züœèhÏ¿õƒVÍ¡²\FÐô¹"‚]Z±û8†-ªkaÝE¼±mDÌù`wn•Á*vzÏÓ5>Ù„óZ—Ñê¹*¿ÁÖ²–³ŸíN#§[ß¶ž¬Vó„CÌùçPžá;xæI·ã6Š~^¦Ôâçr!qµhvý=9zwŸÛß¹6 -¯Yˆ×û€9~gùŒUˆ­KºîRqáå ´sÀÜ>Ä·|AUCXB ŒçS ’Q“ç–tÕÕë@ /ÚaÂl¾‹®{è–º!¾Vrä*M@õhŠr"–éÍUé.AËŸOÏËÂU"`I¡sÞÏßÎʜÇÔo5ßÅ%ìu¸6–À„­wèžà±0 ”±šåÖ½Q}Aøï\ÃÛLð¶Jµà -õÜÅ`p%éËoÀ'ñ·¿ÖÉ ’íÂ4}çš²LÓíÜA4Ѝäœ3(æœæpþ›yŸýý¹FÊîZ«ÖšnªÄVvù…:V„Hã?Tý\—žáôÂeÛ«òƒF°½-‡po`jMÃ*=÷ýÇÖŠ0“?bj<ÿr,šžéÅp·í ޼¨›RT·Çöe7wð>" ½3åÕ% ñ1Ú/Ý6AdÊýFP¯·0›úzÐôžßJFI‚ºHc2ó µ!§¨ûžB˜½ŽäÈÄxêֺN3f"¼ÊÃUIÑ)½¢tÙÛO†è£D˜žèÕcçüÔÿ.^A^%áþeâfmÀ™]ª3,÷ÌZ’#j®WúÖW[ÿÌ&•žTœ¸ *‡¢ÅجÅï"OêNsБ(‹ò¯]úË”†nY%U¦'cWêöª¹Öëe~†>D‡¸tȽ+ëmç¸?ðåÕþ17Wé¯âžÿ¶ ¿0¶C®Þ‘WîîÿÄrÓ;mT°Çð^í޹ªT†„LÖ†kìJíoç°"«˜qœwÌï”Ó•¾áOBíö-®Çi°~qyV0Œ;×ʘ?@”^$*aÌ·‡IñaL“Rå+n®¡CØ97nzÁr«›µìNŽéô~9•“©e/_“J’­Û hj‰¼«™$œrΟ‹ïâ>~z ³òé¹+PéQ–nû´óЫ1‰F_Ü5ÝTÑfjËq:5>™bä­‡RËÕgó Êì.¬Ã€õòrøN²}Ó¾šßœJ–Ü»àã&PÌ¡úræŽ=*VìzÚÄz^&\þ¡ëÉ®Á^ʯ_éáþJ*Ô<ƒîÑ5ò¾ÓO5DôSþ¤Kè³Õ­ÙqK«Žûñû—ÔxH Ì*ž¶ïÉ#¸Ò˜w]äë#>÷:* îÌÃðìðŠàÜßè%Ó—–lNË«R櫈Õ,¾˜=£ˆ ¿ðº–ÂÃH,ž5":Ù#þY#§‚TT*0‘íki¡úàòöq ¸Ž›éUûsIÉ»ôÞíˆl޶ 1‰šd¥­VsV¿?ZÈïoyR‹0óóJ9Lô).Àê÷10¤T& éZ5Ëî£íç -h Cï¦U‹™F´X¬¨Ôö<Ž‚{M= 4Q¿LL_•M´ÎÃXÕ·»JÕ:>"x£ú^>ÀÍkKÛWõ4ã×ßåDòñ+q‘wµ’˜Ô'~Á0E¥&\•¯Öv«ðŒòùRÚ¸©j·W­4ïõÂÂO›n} ÈðÁe—”Åã84eÛ‚.|º9³¸ËFd²Q:û±&T|[ˆî‰Oјy[ÒÞ½sIs޵[è®1¼ouý\__j¥iX°K,ŒsâôÁõÆÆlu°…|:ßD×#rÐö%v'ýú8e±›2e0ìðªì†³\tÚçÜìV6Ìßü Á7ëX‹W,è±ÊÆI±m{8ˆs-u"]§º ÷þñ{~0Ÿ_—ÁxQU;ÌènßzIyÉšÃd²§wÔâ1á;úoÒ·#Ø–þØù…)’Ò¥g³BŒ=%<Óxf^ X¤¤EAOtuâXeá¸B…Lj\@\Êjû´¨‰Ú´]]Ï8MçªH™ØúÛ}¨+{¶ý/®qž:!`ž^4V®pÛ×½hûŒÄqH”=_zsq‘H–0­Š>ôþÞéQ“ëƒ"¦=Åö϶®3©«@õÔt½‹Ñ°Xœ¹b!ÐlÁ½Ñÿþu<ëÀÇ‚¾‚dújí…?G¿éŠÂ¯ʇù}˜®f•zVæ‘táŸùÑnÉëgÒ_Ÿ¡xò©]8øœJ΄q71Ø{jÂè)J‡SÌÄÚ ,}D—þŒÊ·p„ìå@ôßÄÄ -Va¥ÿxh»æ‡„lRYep'2çíáµÓ]ºøðÀ£ÆÇî&ë2%Š·ÍÖãÏ>ÍTÅBSf6 £õ£6T¾ßŽ\vÈ&’­iAMÐYºÊ.>ºd›¢ :-mv£`t䟓ÈPȱaw*·S$ÉnùNŸ‘˜¬TS˜—Ð$Ö]òÅÖßÄO«ÞY@ƒÒ% -gø£Õqùßt€÷Óu›â”eàt˶+v,<þºcÁaÕ頔ɡâP¦f}Ò ”nc”»Zo7þfeøÏJç}mðYVÑÚ9!nÐ’Ôg/] nÊæé¶”Gø ÷g€t>’úÝÏf:2–j-c{Ö,kXZ+ 5—gVz{W|þƒG©q’?V¦ªÃ+Qèd£_ ú ;;íû~O„Ê™Þë3çÈlþ[6n•ÞÝd§KÂlüQ‰:ï\‹‘Á²óX‚ÓDT眺htÎòêœ-Π;ºˆoûªÚØžðvTùÔþ»£x1Ú­ìª Ðð—Ñ ð¾M»eµ&¬9@¿*¨?QÇ ÚKVœ±Óߛ͟‰,Š<¥È»~œU,Öªì?{|"óB®{œVèÌc#Þiãˆ}9õÙ•ΩT»—ÆŽ4È+Î0¬eq£¹ºÙx¾SÄsŸÛÖ öíü¹èÊ[j³’ =Gû5bÕôm$íwå·rÞªsÒáïw÷»äÆUúÐË8eµÂ%½¦OxÕš -ò7¸zóÉÀ½]PYj 6gà Ì#Fß–BÔ˜/¥æ‰Ý÷V½›ÕAC”à‚ÃѨ½òu·Äy…ëìÔ‘S+œb$˜€páº`~Á½ïk}Fƒ€Rê®4†0Lºéô2fô]àçE{<žüCgPѨìudzÑáèO‚¤f°p3o<ÒöésÙ¾ŸzíäüŠzOâ.âHó§ €gQ+£r%ƒåÖmfq«z³ˆïŒT¶›FI!Ü/Uµ62Û”lÖ‚¿’ì嶆½µ¬¤¢Íx'+§V+ûl“Ô6`q“¡v×x”õ{ò•K ¿ß¦…I߃™§¦ÖƇ‡°ácr®oû!Tß—‚úgkv -ö.îœßVºœä+‚ÒD-­ÝQâNÙ¬l¤ä]È©xœÐINoÅOÅRƒdn¿x·¢ÿÞâ\ªS«”•VÔô[¹m³*$2Aê‹÷ö„Û¬É<x¶}—b£I_¯ Ýfª»²Â”êm³©¨éб¿jån?ðy—³„&z´î¿ º‡:9[ÊN9é­…•*ÊÁ4ì&ÙÑöÚ¥"/'FÅä‡å7ª‡…ج@‚EÁï;9¹›Œ~9“¬õXB…„ÒÜĤqݽäH;‚s(í’Ä×VôÝü‡XÂÚž(Ç¥Çë¹qF%MìÚ¸ÒÁ'“MÛ…«ê…ÒÍ×%° VïšÛ]ú±ÅÍzä«ü`¯VúL¹ô9Ä5* í0¼&H»Xý¼>޾%üß)­9d÷Þšµ-Ô0¶ÛNHÊ•úÀ2WÑÌš†RYQ£¦vt]ÃXw@Ù•Hœ+½ÊüfZT­e2£ÆZÃ$_—ô͵¸#†êÁ3¶zûR ²í5c~¿¶±Ðùúðûà–¬W`y»s\½:Ò¥]á7eϛ٥*»RrpU9âèÛ› ÒÐꇹÉvJuÚÑ]è®÷¦‰F–­éÒy^%ÃÝÁE&£ìV›¸nÝÒðRó€uqlp–á‰s0¦©ßp£W{¥ßæJl솺{ð&ÍB~í/ï,¯ôpúÒ=Ÿ0o -ý<3s+Tê êÙCoÏ6 -TŠBãÚŸ£Qó{ËvéÔW­××O9¨­ÖÓ.É6î&îûëkKʧê¯ÝÕómÌõ¡ÒQ§´;’4œ^dtüÚfWŽÀöÔó„¦ ¬)Þÿ!á$ÊQù_a·ú¶BÚ! 5[.¢VÙ<Áå:±´ïú.aAý½™\M퀽թêçǽ(´Î¯™­¿nFRÍÇK)lÁ-EÀ286&ß"É÷Èì¼+ñ#š -¨ÁýÏ­~ý êE™O¸)šmëͰ¶œéÓ“.^fzýv¹áé6Òg“iš^Ì9"W¿!/D³A+ÙãèEySÏ[ó Åq|¸‚ù_­ôsK(ú•½ñh‚op‹pP ýæ0ŸÔ» ë{Jñ,^,Þâé×$¨Ú˺µ„äÝáÓavŸ­——³™šLƒZ=Ÿ/õdFŸvÚpðn¡s¿<¦’½}¤Ô®ïoIÏÌ ˆ5Èñr,%†{±‚Q—†Q>Q6þkiã—•Õ쟈•v‚䣽?/ܪK`°ðWßùL” µÍ…µ`›_§ÈdXyz2p³vãA¬Ícµçª¤ùYV§Œý‹I]¯¨µ…:LÑÇSãs‘î¶¼‡ç†¤U¹gOìyÏ6÷S•¦=ÓßW½}êµ8‹ŠydÕGçúñ¾Ñ^«PÃ'÷ÚÖë> gÝVuª7ŸQ~‰-#v€{Uº Ÿ”MØ7OˆSHÃ,–^¿iBÝyÁ0a£gÊù‡%æðQ‚ÃàjГhæzd‚dòxë3æëÔºH/ ‡]Þ¥rB&©× -ª”Pÿ»)š8ˆ´Pcÿ5mÊAtÎT÷Õ(Å@“‡ÔÖNþ!Ü(Ó‘>cm9Dʽl‚ðZ-¨)[Ûª~oMÃTV›! PŒŽï:W©Äï £óï©i2¥dØ´øÞü$^˜:›º¢áûxº}ýu¯^’g-ÉhôËÁ¯þ»6 -AŽÙåУ(ÇÙºÚÚ=ƒ[V=0éPBj­¦ûr¤(½õÐâÜšµLéYÖšDépƒN&’×-à;®Ú«¥ó‰‡Q”¨gý:Q 0§ìtžÇf©úÀE @Áº+©Ry¶å;7Ýc“vþèêê&žøÎñ)nˆ…öõ"h.#ösX€†uíj>~™**ßú- þh[s¦ ¨X ï•¤Ô·l¥]vš¦‚Ñ˾Øs½1§lØ(u0Ù1l•«à54çsãÚ›°çbê?»bÇþÌ@:"­î<·X1« -÷"Çb¦.ì-É:äå_›ËiÃXɤlO¾Õ/[Ðá°±_þ -†½u¶kïIQgöŸ™õö]‘Θ1ŸIE1ƒÑ ý–9]›^´Ú?Ä\01h…åêTÉÚÐã­M½ ×Uý㌾ì©Ü¥ýûzºÉ—BôVú¸ë‚NŸ¬Ú)2à{…ZÖowM¯;ß´îV¿a¯·Õ’%N¡Ç™±tÇ~¬}ëúöàáÀàÜ6lŒ½¶Â¬ºß4í×Ìè-è<’W« ë„¥znXÓלŎóºóùúÀª¼ä~!x×ÊÆ;‹ÊC¥n·«îcÿ<2ð\ûÀø“ÞvÌÔ#B-µñ^zÜxé"Oz´9ynóNU¼qiõñUÏëQØ´µwŸ`>5Ù;,BÕBßþ>V²ÀÇ‹Ü=6lúbü××Úˆ—V&Ê‘Ì6&Ï€›ó}Ý™ ³ç•i€»ûÌÈÕ$¿BI `ÜŸ˜–¨_*­4Å‚òaò¶CwÇW²¶÷—à Wö ,Óê³'Ùåà®®Áù1#úXý¤>·ž-s¶ù„½¡z7Ö­ù–h®ËP‚o¦éKçü^ÒÇ Œ<ËG³Ð9HrÎ†Ê -£ôvrR{¸†6K“í¦tl;`½@å'žÕÈëâ‡G'Qž—ûª°O‹ššò² ¢Þ‚pyzðOFž*h. ê±“ÐG umˆ?Ç6£ÔKJo½‘a‹ïPÒ©£_ƒâ7¢‰l NŽãZͬxLŒ Ë Ö qù¦22Cz™ U”f ÿTäBL¤TÉ 7'½€±·Ûµ²hÎ+º˜$Nm‰–iψ?Né4|> ÞŽ5¿Tù»«HÚ÷Gî9öéqV/Dù!û—è\PÿÈ[Òb©³}äÖ®ûEsÅs¬ÞÀt¯€á¢×ýÁרÐ:æ>…` K,d)à{\ þ)±ð” 9=Ø…£ºÄUÃfý~U‡Ä´1}ôß~¯·hgx8÷ëÏhÄ›-ÝJ:!J×:–[N{.zÕÎñþ¿0ÝÚ ˜YrÜ~¨¥d•éówÔ¶«ƒøÆãk±bÆ[›Aö¼Š1MiÑž¼ýˆG¦ý­Í¥ç§‘9Å⃮Ò2¦• 5O°:¾±%ĦbK£½‰O5sþ8Nõ.|Qx_C+é“›&ÂÞÞÎSº¿ìV~ia_$h»Îs(+vèå6 ÞÌãÅæÁK“·ŽðôPǵª1‘Pl>’{÷Ѿ9F.¹LäÕ‘e¹°L×Ó£Y(âÀ™Ú% º•á'|ñvŒ¨;ëWð‹{ïþC|ã9½³ÿ ò8,ýùâE‹ürÎý¹’æð:ÞR§m³æÏâíÂ*ÈÅÀ^÷_×ß5QØ®¾»]˜ÜNžþî´>xÍxÐ’~»nÙî^_zí‚Ç„³l–ÂÞEOÖÚg%<†ÂßðöùegÖ=¸þ +1° -2é”±K >†9RWØcëøéöµùüȉRã©:UõWßEØíy›Åµ‘~*vÿy jÑ$€hì¯só¸ }ì•-*‘œá«Öa~Þœ/Í|ºªbjxï=K_¿áFGëÓƒÁi”6!.0ˆéÃnÏÚ;1ŽVl’'Æ®›ã¿‰Ÿñ–&;æ -e2?Ÿ¢ŽZ/Š#LäÀÊ6&…ªíýK,r„Å™¨.¾e#Öß¾ryãü!pQD[Ùª‹šqõgu©îªèBô²ÀÈiþ¯ö³mf¿¨W@i¿ÐÐÕw()dçR˜Ù6+4lô¤¨›áÞÛOåi»ùW‚.‚wÛ=äšgý¾›Â>nWEtÉ€Éû§À÷­Æä? Áͱý×çÊÏ%iëí Õ”‡{÷Þƒ*Ìõ -KÚYÁ^%X\Ë6Ð3ÜŒyÒÏM«Ó‰D™{}2òæª^…Ê'…°»úW㟬J³‹†6u:?çV»d|/;ªÏ(¯Û>Žo­¡¶ M.‡ÊnÊK·},ËZ{W÷Úm<ѹ^¾ØZܘyC®Wþ_ ´ÌFöi0¹JµÏ(jz—wTÙ& -¿9Zš>–ÍA+ôXñ+‚ÍîzG·6e˜êpÑý:x†¸cuˆ@¬-]e>žC[%ûݧVÕ¿¶ËG!OiÕž‡‰ðåZKÌNš#˜P¡°æ}¹†ÅÑy~v÷`O»Þ=íSÞM‰ÎÛ}˺ Ñôîݰ‚ï~&ŽugçÖvk7ÑÉ™©’iävRye¯5Sn0Õºç¾äUî´ ·:šb–§|»=çÔí/!÷lþÍ®EÆçº—OŒDA”<õžW9·”'âp›ÁßyåàlØÐ~}oUt`á·^˪{j ž½r_ŸãŽ­+ô}Âö~‘ë`7hä‡Ï¿[Óo­Þ…Gf¶¥jðÞ}‹ŸíúÂdïàüôÖ“åª <)׃Õû:°CbT'èûì¿øÃèåýö @¨æìÔ0Ù¹æä0¯Ÿ^ùÅeçÜo2ûu…¯ž–ÖúÑkøÚoº{£Šá¬¢S¥J8E £™w<©S;±Hõ<7ãn-ûë¢yü‡Pi~¡¬ÈÁm¯SŸøx8Álw7ùz‹‘±B–S¥ëèåè—†îû?Ä/5Ô‘;Å›uðkí§åº»ÍM»‘B_»{’6î;÷ÿºãKG„ÿ&yØûæ:H\¨…><'h£àAY?<µ 0E •Ø—~¾ÃÓ-Ô­\É -3Ëå¡séÎWíó2¥d\ß•îÇÌíV_¼?}- u¼=¹›ÖtŒÜ½ÐÉ^ŒzSÏ;½·ÿ ÔÇÏYÅіǘí´ìéÐúâlæ ²õžmzÞð69¸0–êøàx÷ò¦är°ÿ®è#®ï³òšwW¯Ÿ~¿úòóÑŠ0«`J -ô¨ *}‡˜¬AÆüü]³Ÿ°íÂD—2ªiáRÀ¾bÙÙ^gžm2;ÐsÁe^CÁ=y 48V=˜k€Šž1Ÿdª,¢7¦AJèßôŸÏ ->´v¥_žóîÁá¨ô]´Ÿ.Cv­]R)8厫ÄÀmý Tµ9#èÔÐ{vG¹ð¸Àzü \ж{âœi*ãFÜ%/{/t -3×iÊFÔ'œ&Ø“ñîýS°=EŒ_‡y´Š¼Öá,åîrÂÄÀŸåöéô1H‚ÈÅÙïI”De½ÕâÃ-R›‡‡Ü•“K<›„£Õ¸×SûFkÝèÓþRZª‰®‰çw¤q÷بeÜbç¯ßÚà}¡ñyl%‚®°1võyºsRg.ê;w|Ng®ÔY;jƒ½ FÒL_6¡AD6{8 -ئéÓ⻄ a’ÿAi×výH#UŠõ»Z…r³Út°²§°ï3ÍíZ¹uw R¾B{JµJû”B̎ݪ„°ØC€a•úÈžx|÷FY+¤ T¬:Õ>ø>¬w~Ñ5,¦*9š 8ã‚´´à¢e,†¼Ѫt6ØO{xnº¶ëNAÍlIÿ©÷肹›C,T^CÆx@rAH&ËH—HÅܼñw Aý%ñè,ªÖÞ‰€êìÑR.ä¹½)½þwj2 9ågî ->›E eŸ/¿Û3\Yÿu—[í@SçVŽÕLÿ˜v›¤'®=΃ÕÿÞæXì0„_¯oüÑ Â—“»¡ýñ]ƒõþHÂÐ×¶Yƒ™˜oÆ©øÝ·¯Œè#õ$&¤³ÚçÀ ÎÙqÜÏüf¦'¥ßfVd²û£Ð¯Ý4Ô¹[Á¯«4ü”¸8PÜhQ÷¼Ü­"m¦r8x°Òµ½9¤R÷}O»÷'Þ±Ì]1ô¶˜x£žzëx!0t°}ÍÔzÞ øVÿ¿K*e#Ï|®JŒn<'~R *ž>µ™Ac¬sÏÀ²q(5ÏþGµvžñmÈåÊkz ¸xðⵌƒÉ`F0ˆÞÿ SïḬ̈†%…ó qµ‘‹†â`ôö€bEH¶µgB¡ÝØz¥Yw‰U:&š/àáÁŽÔS}œµæÀKcõa¶—nÏ«dLmsŠ¢§òî|ÝΨ1ÅýÍGÞ´G²»T8œØù.³ë¸Ë»Lþøz„ƒaÙ«ð#Ý\ÀT—àÿeæ°¬uâÒkÜnF´ak.¸iÂÒ[ú’ËÒ…rW¨Ô -ÀË©|ñhÖÆí%Sè --m¼Gç8õ7-_.\$[/?bJåÿJ?È4õ¦}ö÷&LåéfíWÎb90lãY+ 9ðMŠCüà¬*]pÝñOLoà/Ç—,tˆn6~%_*?ÿæ'û‡Ýû–n\•‚‹pÚ  Vw÷/_g‰WNU#xOÁÏ轕ÕàYÉŸZÕR°Þ/|ָܳ¯ÆÓýí`Õ¡@@óE­®ýN‘Éø–Þøcd×T<îFäB#|'—™Êð7B¢šJ§~õ °ÃçݰJOlØœ’ÿ t7ê=³iÒ¬u‡=±ÖÙ]²¡û’j»óÞ•ù0vÓ™<þ‡T‘iÀ¨²Ó›uŽ÷~>ÓøC7&ižåí.Û­Fõä[¯lÛ /—o=k[I~¦ ,X\êµSw‰·©Žö·Ó^í’?ÎAÝò'ž¤Øu9ya~5­*ÿw£)ó´ú-ìÿCÝfµ’ Â±³Ç'bmV9 YùÎÓóoU±”ªë[$y¥¸U øú+™Q!×£ÜÁŽ@Üü½)¼xlÅŠ¢|kâ~ª=åOK‘ é©j¯ÁˆL;²ûĵfÃ2D5z%ëÇ—ºÛÒÁœv î‡×2Õ¶ýˆ\:”»"ýßz¢ö_Kqº¦ -¶7ÀUýržŸS¡‹OkIª™¥¾‚'ÞÓ^V1û;´híƒÄ›8!fCØØƒ›†ûÊî ÞõÈ<ýoã[’kQÆ¥¶[r±k‘Äyæ¯ü|ýC:×p•më­üè8VÛËB×à‘ýµëQ¤5„b¶¡ïnæãy0$Íéÿmü L.{Q¢œ¹-[?Ø•Œbnµ`3;Ùû§x€@ªÔýÐüë£_>ÑHž »4ߺ+Uœü¥Ñ×>øˆÜŸþh‹kÖ¢¹Ìâ÷§ C~Þq®A{“÷û×Dàé¿Î%ŠWæ¶t§€ÄkS\'´ü¼ƒ6ô›ÕT ²õNõø˜6 JÅù¥W•ØM\Z~ˆš3¿m½‘(t#Å7_UŽ*ì 9¾šá´dÈÐ#|¥‚f ´ 0›×¿_ãß.é/Plå4}ƒ–ÈÀMÒ|.6þ]ñzQÛ¹ƒ¸#RÀuµn8sn¹‰Ã`Ú·Õ`D°]h¢pH`BêÄŸÁVõÿÂçÑínµ(ÚÜ ¶$;F1÷ñ¦f6¼[è*ËwØMÀjU¾R¸™/OÁ È[ȾÝx‡­Çýê¯F8úLÅŸ™ÕõÿÂL~×µÇuÚ3G:íö˜Ó'¢µØ^¥º"û…SÊùDw*9Sä`N3Û­á{EÓëŸÞïÖžœú“Ô,—¸“¨ù­ßË‚JÛz€ñùB¡ÐT*çç‰~Éв*ŒüP±o,Öž¶Ré¯{v¿6$²¹–µ.YÐKé™}­+»yõã@¹еÿ1üº%v(#¾VõÆœxà» ™ov'úœš£ò -í¹QÞš$ÓÛ«–å4pÎþÎ+U3’ „nNA¡CAöw¶Ý°ÂYø`Ïëêç9à³åæ©WÚvj¢¿ÜO‰ràÎíÒÅ"E—¯þzO¾µ¢@áB5SáñÃF·µ8ª:pY(¥H»næë±{³²QŸZÓõ¬eízËïnEZlØ–×@Oª]æû¶Tï98rò{ŠR8f>Nά{‘uz¿î€¡È¬Ü¥Ë"4ÒBr ÓÙ ÂõÂn›—ºæ°Ç—[?ƒ…ö@û&gccÜ ¦@êsêˆÜ•f3wóüQ -ZÝè{aÝïj:ìø,‡~ˆ……(éôÀ|ùÀnD¿.¬$N?~X‰¶ôÝ_&WV¹ððX»R%¦~‰èÒëêýðºýüb)mÚ…SðÜVcŸ ï–©÷F®ca’Ô~ŒÁ[ê[ºMC";:<)W7y°dâ†8~Z¹Üo@]J‚¬;¡V"¼ÙÛ#§Ë:MÚc}ß–™ê½°ðâ-N–•)ß G;Ž캫¶ å1ŒJ£+(5¯Ó>.9K*Œ%‚(üK+RGP…¡_A«·LšÜdQü©`½;í–âÑf°=¨ÃÖÉO =rÆu8„žÖ“Rk‰`Šrä)_¸1¼+Ò£…MJÖHÃs3´l[;5ƒ¤s+\RÐ’KËz¶Ù& ³»‰¸Ó7=]Ü|M¦#*§ Ÿ ÕY>ÕwÉOFq%WA< Æ\|\ŒÇêõÑÉ ÆäÁø=nÉ_&³=ŽÜÈüƒmÕU´‹þÝPåL5Â¥3ÕÄ£9æ°¶µW^«e¤gÇ‚qÚß ¢—§\lØEž ¤AX8”‡ün‡a¢´DÛ¨_¥§VåÌáirgæÅŠ-MñLò†:wIÊ×!Â[ñKWõD4t·& ÆÎW-³=s= hà˜á¸Ý ¶aB>¨"¿{’ZÂTÒuQÖÔ—e¨ÔÄdÆFë jðD]RÇ@¬ç½éß›\ã:Ð.<ã"ÏêàbeýùÀítífÐnѨvëÍŸþ¶Æ5²tƒ×·R³Íúb³<¦–žÇJ èY­Ê>[[žn¯Õ9ÆšXiȲ¶B¾ZÆåhû‚uóí|çðåvˆoyg~™iG`™ª¯lP³Žó|"©·l¢(;±3õ|P$¿´«íáÐn©NÚñùmx¢Pi“ƒÛ¸öŸëcÖ«þ?„ãB°6Jǧ“ÔÇw!C°¿ù‚'Èù–ù™´'/PóTÒ-W­ ]% «8ªç΄h4Ì!ŠÂôã_µÍ4oRÕvõRÉËFÓ:·€_ÒîD½:']·#b†Þc–æñè-k#^¦ój=¹@=o§ÕÛÊ5Éêhë}¼÷÷6tF7væ ™ù*FwŸÙˆJSw¥`µ ¼âµÎ‚lãXàÜÄ«¸m¦ÇBóOÕœŠ\È=–_cï ¶v×§¯ù̺hÃïv»ö–Œ]ëE ßq-ÎØxp)É—¯{ÒQCm=g: ù ß‚ô’ìŸô¨÷°m9tÈS¡úá7Y£®ë¿‚],дGˆÛ{z†Ã=¹÷ ódòZÖûœ}k'þ´Ø êoÚÍÉ+\Ç„û’¥ß@50¹‘¿†*:ÿ…Žà¸&‡eºulh¦Õ1<¬Û-w+Ì<:)òÀß.kíxgÖ¦__šiI‡šâõé*õi6á„7ºòÓ‘ctä¡Ë¨¬bû÷U_ð6$7š—x­ øßˆ~ž8±Ù›Àz}˜÷„ÂßäÉHÍ&0;7iü´U?óEd2-Ô«¿ðª›Pj;—g¥HÌ<°¬îú®à¤s´KT®Kæi§¨²V:Ê3D~*þ,*VLëïk{¦Z'š÷< -znBNm¶˜]ö¿[Ñ„ªƒfä3°§×<ÈÃY ­Ëø"Ëuó§}Üq®Nìq_9Ûý ß»·z¡OwšÔÕ]ê°Š{ÿãÈ:šÞo&ã*PÚ-”þîÎ4y ½Ts‡hG‘m|7V•hõæ̤÷K_Jßu­dXÉS&! ÓÙªÚ1§³4Әè™óþÚZ%µŠ-ò‚T‡ÃÎðYà„ ºåîëV( ‘Ui¢5/œb‡U]záÞG‘ßÚÊí¤l oNyGjc7>¨QšV^¨|v„ÃG7§‹üìåïîãEQ÷yì¹øšÂ^‘ím†ÅýYHÆ&Ü9bݹÉÍ…ÌÒíærâ–ç¹ -ÜènM `Ãe·GKúÏ"nˆ{¸ÂàÄá·o(“ð7ïÉ[dû"Ǽ=HÅ,z\¹Ñ½¥zm›>ÊýoÛ¡JÿyÆ TÔZ= «Èffx½]3«¢Ú+ïŽâ—ÙEƒí4XØX’48¾Ç_u\üS+AK—*ç÷¡Õ½ùçÍù« ^&Ô„•½õ7äó¦^:‹*’àKÍ_ؙ㖪㳽û¾Q_ifÞ”J*õFŽq†Bàœ±­NÃñ× ¥œ1m`‹5 Stî8©6ãuBUamLŒ²ñwQè€øóËhÛV×®™$Œ×àÎ*"‰‹CÅ+ÿ0Û˜,·oÇÅ$"A—e±­é;x»¤ê²pAVMàð§`¿Dî¬?úØÖ—5¹Ûü­:lS,Øë©JH±à6?ã.Ž nIòºK©Ä;Íýä|“…Ó'—ª*SZ ?(ÆPwíè¥_€kǦ¾VÍüoÆÞŽøO“ç «Óën†IÖΛMè¶»¯ÙFÙ•¥ÐB#*#¬WPÓN³v¯-×l¬o …ññKeçF ™t½ÖF„J(·ÇX–¥ŠTT1}ìísö²“ߪܥÆ´½Æžíèmÿ;2è/·m¬{Ø(›úËîý^€2^=b=ï?/J߯sêk.""¤7zÛš~uJ¬a­ßM‹§\ÎÛ–¡þ´¨m?¶ÉëÆÉ´³N æÍ“•Fso=t먺Özf#»œ¥b¬Ϙ¤Ú“eÚß…±ÿ+üß 6 ë[4üƒ6ªÓýåRÞpÖØzéó…Môsƒë“HL¿Ö×ËõߨÄ2 )ßO\°fzßBûüV §RØÊ†ÎËz«KW{§¤ðË^+oCÝö?°Ë 5gŒf}‡¥Ljz+98r–\DCýÊœñ´0{£öU^?+òôc'ÎÂXiZŽ vùJÝvn^‰–{=³ÀP5UÏW¡à¥yf8ú‡¸*à’Ó´”¿3·÷ùÓo-ùÙ[¸W0œ¨Çiß"€¿é! kè…WàÙ*½y3÷ÖsOÔên*…õ÷cÏ „m½’È(Rùæ¨ÁHëü®þC˜^|•é4•^¼TÉU¾úÀXêSô -´¯÷ü0üÌp¤üîý03<^K‡x=¹aW Ëb 1—ü|4NB*pC¹Ój—kpKã¨@寰 Ô­@Áâðô´÷kÞ‚o½é.`¹>çúkae¼ë×FhÄ€ŸŽÚ™´ê:H,\gq{a/ŒqU¢É7äÃëÙ#—³ç;"˨ª -tWitÚË•븯™}»>¯7óÏjèpvÉQŒJÇc(|´áã n$£x<–üTmñˆQ|WÌóN$p`þŽ›Ÿ”Ð2xÓFò3µeóçÒûÊßlôÎî“sû>,™?ÑyKW[DJOV¨Óª¢¨Ü¹‘U»ò÷H%6ê– ¯öÚ›G¥ŽFßtþ1Üļþ»&Ä|ìŸÑ∹:+“D1Ï¢Vš0pÿñµ ‘(Ͱ1÷Mh:¢Žjäû!XYë‹`yÿ êá-¶lõ†BuÊ›Ccû-¿.ŠªrßÊ_ºb§™øíÕúj Û¬ ÕY¹tÃøß›)÷™nJ¨SïÏmÃju»VMXÜKÝä:3' fîtýúïPvLÍnjÖ åÄìwZñ‹L+êÌ•ó.ÛX¿n{sý‡e8õíßp³^•M8§â6ëÌKhà_K3;ŒSþö„ç‰4dÚG°C -TŽ”Ü5( À\ÌJÁð›éîƒök~pªi½?l‰Fe -êõ$¬ôåF¶”Û>¯¶â(KZà“:Ýqýè—“¼¦a¿L(ô-" ±âäS¨ `+ -ž?ž\A{yÙ.å^m èÙ/ü;õb­1ÉJvì Ž:zÝ(  KÊB¬CNŽK÷j¿–£Ú u¾îb?ý€;I/œ]æ¿ - ­ª¹­b-kÿ&°cÊJ¨ Ý›\¯fm»² ƒÖ=>#jìí9upkÌ}6ÓaS¹: †¨ z#+.ÿÍ9¡þ‘×…R¤e4UæÌÍyLžg 5®>ey¦µjÙü›¦iS«.ô L¨µw“|Á‡Ö WE ùC•ý©Ž¨ÒÖh~‚ïN CðåjÖªÝ2ë©¡L£r!Ò/5@ï­Ít¬Ãר¡4ѬÉ8$\²DÿÊö_‰¥ÍÞ5[ªDã‚96£od2cÚÙækÚ°¦'u 4š5¦bÙÏþÚÜíf~ÕØ¹­îJ…‚µÕU‡Èˆ"ÛeÒ)ý9ʸº¨›ñ=Ñ´w|á¾y›±æŠwг²À¶ª©Ý¶Ó7欷 î\yá4v7ßL+5Ì?¨síêN€ƒ »»¿nó½ PS1Ü‹½é†rÚ_y¯q"‚Ð-+93ëéàÊ6yÓrëÜkcŒTƒ¬ú(ʹ³¸†YáÒü@¦Êí½Aöjz¹R+^¥WI•ïú]¨>®PŸ‘Gs7O“[!Ô¼ghêY#û 'Ë&‘“‡7c™1h]ôÂ7A†§Â8d€>ÜϾÐ(òê2ZˆÍùTs¾¥VwNÏÛ¶@d×-89¡ùi×&@ŠõÞÒaµCͯ1(/Ìûñ±„²¥•øïÞE÷Òßr+¯„ÜÈ3µ—ïgìÉiÖÕ -/‚²V¥¤ôlîùý)Œ7¾®> ®° ¨ÔÌWjJ*Auù"ãk·ò0Naî›RሠÆùÆ—×ÊRZÑ·JwÛfÜzÉKuY nä£7ÙGÛ¥fé5ÿZ®ƒã%òÔÚÎŒ¬÷ç-S<¸ÅgÕSêÏž|ºÌÜíñ-¹/•œr•Â&‰4ã*šŒÅFr\º^£·)á9\_¨³ÑáãœE‘ãXßâÔ·Œùç? ɯ]Q÷Ê»B'—8 ­(±³kاö]kw•Ò-SÝJëÔÖë¢A‹Z^‡©Ôö¤§¯ÇúÜSî”Çj‘ûwMè’I¿2Ù’[ùzi[KhÀ: YÌþ:é9ðw,KŠ+qÚæÿ#ê=·•¶`Ñ'ø#"DrÎ(bÄœÀðç<ýe½÷¹?VÃ5hºgÕ¬‚Ù³­U=V?è0T¾ø½£ ®0“Vk> É|Nü¬m`º´ä–K4ý,V¡ÃÊä—AÌå†q"þ÷RÖ·™h5 mZ–l™S“]¨g®}ÖæòisnrÉ«Uk‹HWÚ6Q჈‘êãõVø˜ˆÖÄKKïõ6Qñzú¿¯ÈIåøV'Ø9f¼–Ê ™pþV%bT8 ¶ñnã½T£í!ÜÆ«1°f­÷j²¼·ùõþ¥@ߪy³Ò‘âÉw TØJ]E•O:µƒ¥1ÚÞ¬Ž-€™—=¬¿2v‘^­ŽCvW¾ªm®R:ýƒ´Ÿ=M¹kͼÕ9´ûÒHy*BgüYn„øY£¸çKyq·”¬?&¤‰1£êtÁÆú°c^¾FŠ«Uf﮲.Ô¬î @›\¹¿jÁFÚÊ |Å–ùžÿëq×ì«®ÎmãºÄÁ¥€ò1¥ e§¡›¾<¢/5Ÿ( Y}_>å~eµN(ºpêqš#ˆ¸ywh êÇÏêÁ®Œ]y^µÞ›XÛqßåõyðŸÀ_/b6çÄË`,åКe‘è©Wgˆ)ûëïÔ© -5…Î"‚V>0yivöÎ ‹TÉÏ[ʶÉ-Ž­’¿öá€4¹o–²¾Ù—ÿ É…$9Ö:QÏ«8Õ©ýº¯åYÖ}Ôf±Š,*c:3«ÇñTæ6t¬<ÃÝøˆ-S”e»Z ó}¿pé:ìQ2ß‹hPš :£d×·tÛ½ŠC·fåÃ>rµ! å5ëåߎ‚¼³„-ªKHúµ‡rŽÿy7§à C™áâxî²³õˆÓ´ríámkÏdå$d¶~[¾Ççûéô¯ƒnß_Woçû]øêM¾qº[B¾eLî¦]ÆnÐjL™Ê=âM]Øš ‚E›Ò†¿i5R$í ‡:kQÒJÖ_`gÒ¬c?V\n¶¦¤¯îðj€…¶”.IåïœM鿯e›w­ˆßBÓß¿,"e<(·~èA rÓÊB,u§ÓÖ«˜IãrUœ]¢m­luj2–âOêt%÷JX{>ÿ[q7ú­Ë{iYnùé¹c|ØÿÈͨ Uo=G%ÏcdZ8ÂáU»5›Ï`«TE ]+\BP~y)W¬žÊ!?þý¿z¦:§4¸|è7¡›¿—Á_Wó.~î>™¯<ó̓M‘NëÑÓ{j§n´„UåZ»}¸«ÁJ®KRòž•ìE«»vÆþ§P(NW¦&”¸7f®8Ö“×=Mñ2Š/±!Êr÷¯gר¨ð/G6QÍ3´x¬­„gÔK¡ÞñwÒ´×Ò•ÇÀàÿ -¬‰Õ!¬ë7ØÎ£î!­JzVQ#¾^¾­{\­èW ùïë¯A Ÿœz¼(V ÚÏœRŒ { ÷WèZ§„åè6˜;Öx-úã¸Û!{Kü¢ïU·Ù êi¢ÚUQÒ©ÏWqê G ý`0ƒ²ïù({Kjq/O‘Lÿ¥N_uxÓTÓ¾’äj—µØí_E™<ø'¡% Àªz­L/ŽP×­S»"~Í3;‡Nó,vßÖä4×pɽ÷Bí𥞾åAïA¢*í>2HݶâòqB›ÛOG½†í[Ýmžl6ßw, \’Dyñyç5[¯¦ÿR‹j”•³ÓQ°OÖL§úbºVö·ÁîÔ¡jâ™-i®ä¦|‡'qÒ£ÑPÛÁ©jtäìt¤ò7» ̾‹Š4g…=¾Ìð.­Æ_á¸|^„žC‹ö-ZJé.<‘½”ê<òíÿU¨[0«»%&ÉR‚Ÿ–ßJ ó[UQÛfô¯<ê$å ÃüÛäÀãY†)ùØi>î#Ý©,ÏÈ&×ÿÿŠ;µcc4ñ´$ ¦âQ‹Cô§¢méµdvÒ0©üàÑz”ÈzÝÝJ1g•köV”²ÿÈ»þn\Ï£µÚg½É†YÐ/ïv1cbØî{ˆS¯*£gøÅý†~„+á%ÌÄß­Ù¨oqR[´+J«þ…™k}­3è ÀÕñëÃ4_ž,àCusÖº–&è³ÔÀŠüòy¢3|&Ñ# õ£*&¦îéRw‰¤©Bå’I¥Î;_©ùvØøO¡Ð·V>ëôêÓšVúí•d¨3ï%˜ý@fñø­ ÏFW츭É?¨~/Ý7z7 Θ1h~·CíÖa ùäËÿÕ7<ÎÖW“å>wîã_ô­ÎR²Úî6(â¢Kf|f8ºÿh±_¦³»ðPûÞ’˜ÙõS\ÅÀìú_í߇®šÅêì–Ñ+b¾åjæægdc¨ÝRÇŒS[ÇZ ²Ö§÷[ºḛsPýVò ÉxÕèW*XéûÝj|LjI÷ú+îäßÙ®Ú¦õ‚/M”AWÕ¿w -nÓÖš›âOë¥oÕ¸"t“ºï›ž¬é"§}Û9UR»ŸÇ € ,,ÁJýíú@1jÜåhZÅ›:zã*9õueÀ¡èj9ÿ^ÀùöÙdÿÌ­ö Gd­­Sîg?s-„M©ŒøÄ[lW6¶¿úÿÝž²“+O¯Þ”ÊLF×;ì‰Ívk,ÁN¶Š¼¯5‰Õ¹áóoñ-¶|ÉAw(¼bWOvt&'*‘mÙXþ«ïû¿á–gï?..ø` v:¿Ë·×åH¥{Q¾“ðDè?Æ{UÖr´gi‘÷E2ç×*ûæºev¡dôÌTñÐ)ÿoá· eÓji=hDª¢í>J„Oçmˆƒr±ºj­”]en6Be@‰ï5=T®h£ Ew´)Wqm®Î¨t’´¡¬÷À -[úlaˆÄý( žT:GXHHaþf¾žO:7^¡2Ò³[ ¿»OÙ—EJ¤¸¯@í©£³¦(L½·6Ÿ‹«†`ÿÏ0õÄ•da¥çbYBßþ´R D¾”y%¾Ñ˜­.ÄîE† «&þõ_GÑ”W£qV>®qCkªoÅBðM$Im‡¿îêý15‡¹×%Ù™o‘¼·Ö´‹¯Þ¥ÈŸþ¥±ß›e½ýj\¥ïµÐ‰U´Ö×¾Cç)gïu¸£ØK]ϰÿ ¾Wy°ÖÈ“=wÔ­ÚýΑ@‰¹9TØŠ™úîO‹çÒ>§Ò­v¦SÞÄÁÅW°A©_Ïêœù:E:Ç ðÿ¤Îó+š8s]¸u€ÉE!GíÙ~cã´`ûBMÜúĵ>¥Æ¢¶’;ñÔ^º†¥{× l%½H½­1½nþÚ´of}{8ðøW®þèZÉùBuØï×ÊõÏ ]µšeºi¼Õ/‡Æ„éc|ˆÍ“8ñ*,:l”QÃ÷w@I„׸ eFMÛ—¡ÿ)$?˜Et¡m¡`£—ˆÑg)“L÷ì|áïµ3Ò´ÿ6[~E­mÅoáÕ®kl0Ù)Üšð™ês,Tþ'æåÖ/zü«[]T¼«ÓO6ÆçÖK‘“þØž5 SfÓIãÁjç íÌèmJËŠ^X<þ3œôn> K 4$iÒ¢5¢ÿ-¼ri£Ú®[ãÀ‡Jéã%ï<íò8T3t羦k×q\0¿ í\ÇNÃ'è”Ô›TIw¤Ök0= ©Ûse4PþS¬Þ-ýÒ„û®œPçà EvšzáÖ~»Ò‡þ º£|1ŒÆ~¬”ˆa1DV©Hoµ¢¨aA|T¶äÔ‰ÿ`ë4î”L:[ŽSo¥ ™Á實’yþ ë6I–ÃÞž{¨9ÂÛ ½fe/Ü“¶hz[Oê"dMºµP¶°êHé]©rÕq±6Ø´ÚZ»zh”dc:á2³Žéy®¤‚mìr³ñê`lÿz—½“Lå¡+p¿ÄkÁdÍ»ïÛ™™Ìð’ðš}öÍú<2ÀéðbX«´ƒ0mU Mlt£D{Ñë{‚âP -¤%5’ÒâXý%I+ø¬Øó,[×6ël½¿þ>µN•·(¹¨moÖ¯µs¢¼Çvˆ·¸½[j}€ê¡ ½ÃùWÕù„:ÁJžvC?sS¾s•IãMaàJ ž÷ÐõUøŸ›êË;ôœÓ÷9}ÃgõØ!UæIùèùÈ'ÉKA* êù¡ä(ó¸ÞôZ\¼?ê±ù‹ yP”tR²¦C·\ßêÿ òbaù`Ú‡Á´ý‰ º–¡y|TÔÝÏ«VDbR øs»Ö[¹¥Ú¾’§¤fýšÇ§ÿ¸uß5­z­7¨ÆŽäªÚžƒnëx߃ÖÏòûÜöö_íŠøM+ý¨Ãþ¾ó- ¿]{èÝMzéµÞésY4ÇJʳŒÍmÕ`ïQ}pÝÓû¡§Þ|é¾ÕjÈhúËwcl«ã¹‘L 5#žå͈´ë„Lu‡¹CÈl¢^W)Ý’Ã}Xþô©¢,+Lk¿Y1'£Æ³Ú (s(ÜYs×jdñ–­Ëæ,5!{Ö}1Ø]ŽÒä²­É:ûÛ?½ï7E£ -‡Þ/=õ]®,µX2T] †cfÚ8~+cSÿ &VÏLÕB¶ÎÖöü¹®9“KÇv«d v$zòÌM0óqPf¥=%ÎvŒ£ÎΟ§pÑßþ=Üü„©<ê-¬W­ ß³8ú'ƒÓb)ÌÜ^‚pþ5¹Ï^þj>õÔõôº56pƒ_mîwá½ ÔÅ{Çܶ¯= %—ý­d,SŸz²ò™æÿ #ø¦èã¶5öN’» Ï-|cŸOý>~ÑHxym°Éó{Ìú6¤wÒíä*w–³Ü{ž–JíM±Oè ®ž¾Èý^­1x-µ®ž àvš¥‹j!ùÇ`áòX ßâ¾ñ}ÿr‘ý‹FÎÇ ðº²Q‰’P)“úaY\dH9wø9(Å ~€ã -R¾%©¸Y1W³qµ:ºQUŸÜc5¸eÁµE•ëþ)œÐj0x5lÿÞØøµIüØkó"¹Ï‚/Ÿ?8kÊHK±Féén‹ê¯ÜuÃúÄhôFtÛ¯˜ô‰€NSµßA˜Ö€5 -¶<¨ëŒ•ó>ÇÁÉëÅ–;W[X@ÌÒE8O…¹hMMêõË¢ôÄzŠì;3[!JµXnç—ºÂßCMìñ+‰±±~W†¹1‹Ýؤ)T³j׿ýÓÖiÆ´lÇí”"¬ä.t*ÝÿâòîYÇÉÓÏWßd£•Yºn¾çfœ]Šy½ïÃrë¹ w°^-l÷•ç¸t¯¼ã}s /Mפ“q‹³VPå²ø­„~ZÛ‹AiC<žè¶ -jãí1Xwv2Cöãòï’–´#]\¤„ïñ|„{­ëñW'ÍdÅs{Í”ÎçQ&ýEåþÚ:|¿×t§VoâxY½W¹Y±ú÷å·³{PMU~ä¹S}:ØÈ{¡õ5ðÚïiÆŽ»˜ž‰|¾Æ‘7î. ºÌç¿XD¯_ŒÝìJüû–^m†(óäÔ-?‡½3Èñ½øØO´Ä ¬+ôXm± -G”g•Ç(U9'ªÏiåZ㕨½ Ï¶Î_ØNýæ ¡_+5^šm -¸½k¾.ç6,lÉξånK:·­/µÜ"ºmÚдU0ÛsÎ ´Õ=°èz®:Xú.wRóGu'í·ß½//מØß6{ßm8훨2êþø‚ÍáncÐ^Ô™ÁŠƒã!>”‡§®ÀâÌtsÀ³ëh4Òì÷i\‰_E®­:BôJÖ‡HÉÑ•d†ÒƒüÌŸeÊ‚"‡¡3Ùwnoš­üÀ>Ùtì4$uæòIV¬â†$W‡9—<=“§x¹Îç Ný‹Š…TÞîá¤ÄÏœLÅЗ 'F+ã¡×U²©¨.pÀ´þHW´;‘Üt»£ÊFÿuꯎÑ0gݱˆ+IÙeh4·× «ìHIUsÑÊ tfà{óžßýù“‡}˜Ui:KÏLJò&Í^Á; aôþ¼\Ã壦B¾£ Ô³b''±%á¾j ô-5’#¹™®Ü7ù\O·q¼iq´ù‚èi›vµ¿À -‡º0q›bǰv¨ŒöÂáö…ÒãrÇuNÆíé"x.üò¸–£at½%uï¶fèðî÷‡RÉ'M°ùkPM¢¬ÕÆÄ¼œÙõüÕÖWÆï÷Ôù¿ž×Â~ÑÎAèâµýãµÕ!íàþzfj¯òEÿþ|©ôvލƒ¿R[º…“'uH©£~} 6Ÿ*ߟ–JÝw†²CÅóM -®Ž~×.±²5ór¡a¾Þç ãsUN«_ÃvMp£]Qp«Ü‰ïCráF@²EÛBâK]±•ŒßNš)šÍ¯1G€ ÙP¡.‚t“nŸc _‘¤ÊK|Òóo…tšw¹¡!_iÊ/tÈ/ôÌ+õ.²'¦ËFn#ÁoªµÉùáóÈ(;L¶›Ýàܺ…üª.ÕÞ²32é(ß}Š«D­ö“Ç]n¶FŽ?Wš^"_ïqÆh{iì>[¼­Ôs/À@r[“6®+„uY=%e–ï©ÛÏ“5¡oë÷ð¶ÚF>V€ö¡ûíóÀŒ¤ó&#.”’äÔ?õ9:ˆ|»à,óaàVMTi^7t»Ä—y#©‚¬èvb/]yÿiYŠ·q4hòÃÕË—²q#?F1¦wÔ+cž_* ƒþ"q&ôpº˜±û2õ³ý¼a;—Å@A1þó8N·Ñ%¢UY¬íúê’)Ìê2¯Î^ ¢Ê*9ú¨l=ü¹ÔY#ÃÅØê6䤩Œ¿èUõŸ ”¿ê¢×.?¿®Ýòµª‹SïrqqG#…Ò®G¡Û¥ÌÚqYÓšâÞ\=7uåÄÑw­} Sæš“¹ -òN}+§M@íâ1§úƒÞãñ*ÝtÝç7-™Wÿ íÐiw±FÑ–ã»u,Ôfq>ÑÀmJ·èØÑ¦%ÔU¿"ZÏÓCkXŽ¢z£ð„øçAEÝÛR‹íotüDöÈ7Ôºñމ&R7òæßixê ¤ªÆ~¡‘FkÇÕ¥[j2mö(ê"|™«&.íû¡½Ò´æ×*e ›÷àÕþ¸Ö£6Ôú:ùÝTÞ¡oßê••zœ•ÏR›”%-Ÿ;Õµ¼²Tï,ŸÅŒõ L–‡bX5€!TRÇïXB>´µ(0ÚØÌ郱}±H›êñd¤‹á]¥]دUm5Ùê¯ÉÕ¶M¥ÔV©ùq3u'þÁ<‘òSí/âB]ô§áejTÃ9ªÖ'ßüæ/ÃÐ[z•éþºìC›Ù-T…iµÜ0Îï7\uXZa¢ˆû§%lŽ*2ÝÈcü7̧l|Tˆ³IDÅ;ÝøQœü­v£ôÒ»ƒ‹Ï~Ѝ¦ö®…½rægNÕ^VÂõþ­êxŠÉÔê6ð¦Í¬I8½ê‘Tò-ë÷ºÏ)6Z¹„ôô-G“U°kèjV¥U×› -T>ÞÍ¡ÚT:NþîÿŽ0›j¹r#„—áf>„ôÇJ¶œëc`IØöÊ"åRjKˆ‘jKcÈÏLõ>J°ôÙöÚ:H-•ÞoÇÁ‚ý€Ký¬‡»•t@uµxqmÐÆ41Æö¤«õ€tÖ³,¥¥w+ðDM÷{º§Žà;‹0¡­/k¿‹ï:ÃÞWgR™´§ìж„jûˆ£ùm2Œ­¾â­´ñ³WhËbÏ#º7mõ”ÈÖǶõRó:6äVp*ê«6GÑ~¨{³`<Ûv–†·{:¹–AO@ÅjÉ× ûÎPcñb’LÈ™5¯õ®jÎdoúÚV Ûøë’« -ù;¾3\ŽÆÄÕ_“ˆ{µö5 `ù®7ý­5oŒ¾¾k0¹¦ÏUïi3Ô‚ÊI«t76~g[Kæ­’êe"†”ƒy_?ÈÌÙ Ú,(¬P±8_š:ƒý°ô¨°:^< -+X¦• “~V%y­Í6Å eõ!çÖ½ºêºU×{ƒx™ûhI«]]›Ÿ~¸)G‡@ßýNßHâÇãe÷Ô¿hYeS(Xó3Ój¡|è—4b1ës…`¿ûçå¡®^Ž -„K}átèªr#“Gª8p4MŒÁŽY®óSó¸9õ¢Ž¾éOÈmi°h¦YÏMiöÒM8±R¡˜±Lê“’ˆ‘~ žª…m´BsŒu[Oß*xëà]6‡çkê«s4\\S®²…åA;5Fž)ûßÎrrÍp­}‚ŽÍÀµë£"‰d®Œrïä®Ã:lº ¤~НÆí™QNû1šlˆ=XHf­[Ëqeæ÷‹N!—J€i…ÌP‰BY"/Âжzy2¾Å¨2'È–n{³îÛ×å‡ùà -­‚ù#ä¯Þƒ^žm(QOQÍí¤Z½^Yš§o27/OWoÙámì¿IÊ…ËÖK=ðƒ¹~^Cœ{Ïîê:èö´L!j-­j½ -V©µm•¬rë6<,ò#¸|1úSï{&*ú7}^̳)Þç½×ùÒT7š¦x¢6Gi¡=@@Ó{Ó2 1Ó¢[~vÖ‰f?$df¹•:²¨æ#˯:&+ ‡f‰{é½x¯ˆmp–-qeëO³û»\×LÝÔÓu¡qÕÂ(Ê[*p$5C»®ì -}>­ÚºÛ%33w·êË«W!Ô)ýFmce%e¹K2ËÌmB?4ìÂWR£>ª˜¤ÔÕ²ôÈu­v~Ðcdz4ð5ïñÕg9g͹` ñG?ìl·ßòoO³úiÏŒÁ¥®»Õ5<4HµÇ*Œw³Ûºˆè˜Qa†›Õˆ4ñW+ò Sï8-ó‚:e™-ëüì>2u^Á®?Mã½Â\j6žÏêÇÊÏi–‘|~–»‹…ŸëÖ.aÉÇ}5³ÇíçH‹ï­ZW¸ï&F&lê¶ ®wR§û+Pym«}«1<^ 5„;ÕŒk¶ÈõÙ›6g±@Ýõûô3aKÂÖtÓ« ëeüOB×…Í@ŽÖº{LËXc£„'„uqÛ¥ ýžËcš·M.s¹3{€öbàÏÆ˜1¨?³ó'átú&/I»ڮđMÃFv—‚‹w£´ÀUº]é´œâƒUE©î|û›djަÆn6#‹Äcy Ö† =¦o€f‰q«ßl¦´AU»ÖÊÛá8ïjކf‚úÅK\+øÄ—k+½®Wñ³„Û—ÇŒÌiÝ’ðYøbn•Þn…—E÷Ö÷Ã÷ºÕÔûÉ‘øF.ò¾/ö;¸FW™°;¨y+g«ŽÊ¡£Ú6ÓB,Eª4üV]áì?ÒØÎòª§óN ”ŸÉ&´ÄüÝa.ÒÆWã·6kªRbÉ{­$6Ëë©ì—þAp~Z*Ö¬ÂÞ¨J”ãílª÷åöíh€zrúG±ª.5Òú$#¦8«³5ö4]S†H<˜kªß,{Æ€WÍÎ5Ì/ê¼ÜÁ´·¶7ÚþïÂíúX0LsX™Î+‹™9Il 7šoP¡><`«&B/f >Rí1pdcó;ƒG‹šR‘Gº2Hø‡"ŠV7çuwJhtFç°RÞ¤*`ó [)P©/†å>ù¥ØZ_‡Æ¬¼º›X¶Ï‰K‹3ôõEÜëïæsÝI‚ÑJ{,:¦UÌÏÚ-/÷z[tœpoÌzï"/`Òþ`7rs¬>gƒµ§¸…¹é—Ðt#N!S^ŽO†”Œ•Á\À0Áé«Þ‘«a ´Ë˜vÃë…~I;ÝÅwå°>3u{«üÎÖ"¨¹.çÞçÖˆ{`‚íº_{¶‚•e¥ ¡`}Þ¼ÈôïԂмufu2àðÒ&„®¶»VZeËÑ&幯ÖÍ÷̳“uÍÊCu о×ÅZ‘©^;ãéØî[ö×0£{Ö€{NæîdàÚ«“6[0\BŠ«xçã×¥òg´ŽðݤsÛ¥„¹U’µ`ŽŒU}FCjí»žýÎacã=™0¢}RZ—vºcªº‰ N/­V2’Uu ¬,|âŽÞöÿ oãÔÚ‹gÐk[[)JMçásõ5Ié“З;–xême€ß :ÉågÍëQK–ãW«-ruwÚùLB3­RÉçãïm N§&•O¨7‰ü¿Œ¼þœx£ñüÎíx…Þ¯ãOÇFæ^O‹²>rr¯#>[3« -w|´d2zá;±L'Ž~V¼L°Õp%¸V NBi4VQ¥1 Ì -Ÿiu¦Ãÿ Ù5ªPú£D]¥{©â“‡§9Âka47Š]Í«YØ g”È‚y,Ìͻřn(àò*áÎ!I>¡Þ¬ÒÁŠ „Þp|hyÅZ¶9®·‰P˜H™ -t›†¾ˆ5yùa[¬º'Ù÷$íÁ꣢X±TÆÊ·•a²;«fúì¤Û¡h iÌTkct͇°M^¨Þ£×6È*VükeQV7¡ˆ÷¢'X?XÌ1ׯLàFóµq¼ImÝÀ¹ÃkT—oŽ6†öiÛÖ°›cnÃO4ß°Æ›%èí®úÚpÇ¿u ÖKDâLk ìbqà•Ë8j¥X—u¢Ü&Rä`0fŒýõFØ4¹Lh ú¯öX™ájOcú„‚õ^¹64J4U‚Ííz¦i }™5~B8¿º+G»^î Ó,£VY»Rf§’× ìsÉæQaR‹®ŒJã*íˆ†Ï”ÛÆâ=~£)!–t±Ôu´ß 4bi€þœ!Qïš  ³¨ú¨ç¤#‘ J~ÅcücWö2ÃØ¹Å­ÿú ™Lk*còt½aszBv28Èö¼Þݨÿ‚ÓѼMʳÖ“Ü%Ø“tãmòÞ²Zˆ¢¼qÍr;r¼w³ê'y7ÚqÖ2µ½op×ÓÝȗ‰† Ÿ j -ãh6ë ãGo½U:wÀŠϯoíé̯ÆQ2Ú}ÌÇÚHl]„;;TW°³:m]™ÂÖªZw«_Þ(ºÜ!*ðé,õtiAþÂbõns‰äJ—pÝOxÕ¯é ˜šíÄ^ [˜g/Þg_›ƒùdOùHc ³#pht‡$ˆÆ¶K˜J0¶5àG‹¼nÄ+6 ^µC›‘c)εÈȦ8™‰Ÿ^íhÜeg-»Bºß·_*©ñ œuÿ3Ù9¶‡mGS>–+ºA}Á¿$ýß_áÕw×0\KÚm5ÆÈ‚¸Ô›Š¶MôŸl_©:9¨ƒ`îìþx4¬û¶=Ê€EƒªÇX˜A`.)½…Ä‚<¼=¼ kƒŒÝÒOŒì(ç¥3MA<÷á|wÒÀF—3t¬¼µ°± šÿƒúµ§•´í„fǶ&ͯçÞT>6Æ!áxžÏ1û©ê@Ëýl‘-9­58 Tñña¼ ·¯³`tTéâ‹N«YPcþÖeÕ”~©ù»\O($=vj´êüWóÑ—0~i¹&);_`É¿0Óåê]ö‡Æ¦*Ž·oCû%Â…’Þ™ÏüµR“­õ€ämŸ-üœ6]oÆ)c`¸²AZ;+mƒë¡jyk‹H¾Š‡ÎlÀ97Õ© ãI_÷Ã>Æs=Ó@´ÝØ>¼‹Y‹åY—æÍš}zö¯4D´åÂú|¶ƒß²›8‘·æ´‰mÌرl"~7½'Õhÿƒ„}ºW¬ -k|uµ[#³¨Âyö>Xžµ‹ûýÊ÷¤_¾ž·´Mn=è7´óÒ‹ÚT äRâVDƒp¢’þ+ÈìVºo[”ÃÕú5q36 /}£·-eð˜é]t [TÑ9Wi¡`ø·yiŸ ÊŠ"¬qS9e®¬Ã£é®uy¸¬6¯Ù£Ÿ×ÄÑæíŠ àfKgñv~¬’Fª$°ö¹§…¯œ/¿k´oSÀZAº>¤qðFp£p¢Åy˜žÕ¡îÚ6.‰÷¼½K¹wÖjö½—/Źå¨(¥ï7Ìö’þ<Ö'ªçúºÝbÝC;…¶\î‹Ñ½ÜEö0îâÌŽN:6œ`×÷Õh˜+›©³_3M#ß -Dû™µ¦w‡$mÇöóV†Ï×òFlÏ{{3sZŽw2ró¸[ãÙ…Ðû…àŠœ&`ÚÄ÷gÌüé>ôÍ·¤{§ï¯d't©Ë,Ëzø¸{ŽÛerºK`$Ëó8l‡Y[{9!îÖŒ -÷C:£ƒR÷Ë »ØËÔ?h¨1›Lq^ç¡]‘N»6¶–pΚŒ†ýÙˆËLÕÓ%mÁ0Û—n˜Ù@eœÙ`./=›{›Í¯J¿g?o¿5RÂi•UüMÛ‡˜R½‘<µT?0°bõƒWÚœYåzëú~>ß„=÷yV7ŸN,ª?YúÍAš£Ä•””ö­ÍK‹è¯åŽàŠ5•-VG{ÉŠÃרÝS_¬6xns£?‚¿þ½Ʌ{Ûqf+ìQ¸Ÿ›cV¤L›C‡“ÈÙ8ãøæy¬óÄkÍô€8¥öq·{íž…ë`§*˜diÁ7 -éhtÏ£ÁbMÚ·“m3NšÁxO1&éïж†)>õ¹›ÒX‚óf¿»Ø8Ÿ2õV7¢zÚ¯jMw²Ý½È=}xL$ýºý2~o½)0a¸¦Á¯«AÕõlËOr®¹GÖvk)Y…êkü¤ïø_*æöklý{ -{•ClèÆgÏrÍ«}¯èMõåG Ð,3Üh¾$ XPé@°T¡JW,G„O öäI -+;ȹ/ªòà~V‹3o8µjT'j÷¿gÑ@W´­ëðóœ ÷ ü—Æ2Ë4µ2e¸³ÎrͬŠÉ±›¦úqŸ±äÞЬ4ÞÀ&mowÐÅ~ª|÷Ms¶´3cYÛ'…Kjª¬ûñu‘1‹2}º?¼#Bt¥g2 RŽñë ˜XËFÛ«6g #©6XêE²Ñ~ÝšyΧ6ÖyÃÆw)4õÒÛyàQ'âG4ˆ ¼L“•ªêi…ÇhÙ˜1ú³ÏóQg¶ Žž»›±ÜôîNïÜmH/»·É·m¥w2”ù܆ëã'­xµ¿¸ôÒ´y[YRK¢??¼·s±--‹,î,ëå4Á¨Ùl6ç„3|+s£~·\ÊÌ…»y´û —5g °Ó«$ÿpî=—+l&-ʳÊ|?¾Éé£â„^Ì–g÷^*µ9œémÑü¶±zT´7»Êd&ta”®*¿_çm™Ýû¶‰Öð¥êÕn"EcÒÐöúWõŽgyñ­Ò¹ÀPÖB•3?"Í+eÆ ©jÐøâíµ†“Q¬Î'Ÿ‚Çì-ýáa(íÕ -.sK­9,¾2ôÓ9ÅB¨ZJ??…ú0˜¦!»àK“4VL`«á0fsl!놥Mtù½1ŒQ+ïÖ¦8lý&· àÚò ûúuç¼X}Pø³˜þÇìªzìþyÁ" -|êÄ! »íóˆØ‡Xmg‡©!µ—ý¾ÛkûÝ$ÔjP“|ZÖ+¾N¬`›£ðôW'¦[‹þÊ=÷Fp¿6üUwV¼Ýù*OFÆÜäè¹)£áF¸ ñ¤‡›xá¶*›Í¢{{\ùð“^mwn‹üRã' - 0Ãê§èăÂŒ™^_0^ñæaƒÛê ÑÊ^_\±«•›šmý8¯`4kíùS®X¸Öè(cä3 ÚUÃiO‚…Ï(lÔ¯‚ÇÔg;\êìÂ#Æùrþ˜>£›3`æè¤´÷—J¹CèÃ2ñ›m¾ÍrøñOm~ü}´=ÕÞÔf‡T@Ém6þ¡×Ýú/) ‹¥hÜÚ’€þB,®‚ úª0¯vã}é„WãºfÜa*—®|@ïØB¡¦c¹\ò6ä¦ï·PWÁóF_w(¡µ(8¿»ë<(hdfÉ3aJÕ›ëß Ó€(òþ’Ò~eí óÛüŒÂÃües¯f-œóç?s—P…TV³¥çdzÄ5Ö†‰õÈ>Â|¯ð)Û2â¶o¨Y].M]Kt×Zš4°L¯|=RÈ–"îvø-ä7T -ª -SŸ–š7wÞN´ÔË~ƒï– ÀýùÉÈÎÞåGç*5›ÖÅ/qFÞH³æI>LõϼIl¦¿QÙ‰µVv·]²¾³;eóS,ë„G'¿üƒ…ž®íB@3J\eýéî½S²/2vnÔåÜ -ßùÊazÝ”«¦h´¶P_ƒºª4؛Ȗ·¦ºÄ¢gDvctòön¢ê߀êüè -üðX(5Fب`þ©ÕŸ ù5¨çJïn½2‚n<Á’®~ŸCk½+GŽZÝÝ,ÝÿfÏø&h{Ö˜,Ëz5Ç û9ÄȾøÚf{\û·d¸îã¶¼ÐìXsl“´’Æçoo+=Á§ÆÏŽÆÑY6Ì[ÖÛ%ΨZÔºo|(-nac2Ù©­Øè0ònÎ)\0ŒGa®{nyï~üç}uážE•eìwÏfY}5ó#ðkÊ|fÿ åwP¹ýÒX6× vôÚ7ÍúK‚œ݉f<ãŒo²Ô}5ßîû¤êöÓuÀ%ÑhíàÁJï"÷ÀðÂß×0ŽØÆõ©û>é0ãT¸ HÝ©W A±úZýRŸ˜ÄúhE{›˜ÛqkhÝ Àä»zËuÍ–€¾Ä6:ƒ×ÐjvóU³½×:ġܺœMhE7O´§t »¦Æ–šŸýÖÏÀ}°q E®´AÝtýf:Vû°ÆNM9nŽí(8ÏZ×{©©ç»ŠetÏÈPa>LJž²|}Žºà”1دµøý}›¢&.0_h³(~n‡B.œìêh»ÃF£ˆd4nç&º¸qfÚâMvkuuiûVÇte)Ý$&æç·ŽnZ¿Ã¬ÒÃÍŸôC/¢ûxËÿN*ú¢Þ‘Ì åÝ”Ak_{¯ K9ÈZ¹/¶ 7LÏ…Kzѱþ$ØÃâJïZË4ž -ó¾Ã××Lª`ðòGA¿;cã=$' ìD¶s¾çÓÍ?Wڪƞi>ùâöXKßÌé`5GªùÙÝîÿA`p@{¿'ó÷br~œÜot—c6~{§¬{®’ë}¨Ì8öý}¦í6Р`llÌÊê뉱S—£AW1Rlµy̓7õë±Â¦(´L…{¡`I}†“Š;XÒá^É}ì·Ý>”|uÉý#"ôÛ'Ð^¨SpFÙ#ÁÚϰÔM·}ÝÅ?=o_¨£5îÓëÊVÔ>V(Z=äBé ŒµƒãBMKbÁÉóÂÀ$ÝS-­«Oy¹v­à5‡?©?ÿÊ™Žœ~UsüjäíoÈ5žp½XÙè í/±e7&Ù©Ð×¾ÕÝ5Ž0ö’MQ[uÜ®O¤:ß> B‘‘5k¢6qh ‘4‚ª(;{ÞÄíOM)¸U‰ÁËôú†B†É.Qùv6FMh•ê·á«:¯Îžy÷€›k}Ò¤p·ÁÑh›c-}¶ú&|õŠŒ¬òK-°wd^Ÿ·j•ƒg‰µ‰ïMË#ɤ°£ôX‡ßz„Ýã0$¥½ûXáÛ×; è>±þY÷34N]¹¬¥D·¶MÄçCœMrÚ™ŸUçT° õ ]²5²›˜~_8§®?*+…‰¹Àmx6ÛÓh÷Ðæ-#² ÒYœ]¢…Öš‚n–¨º±œ}Jjë]ýV{pXKƒY‹ÍèÁÑíŽ -ŸC?:{ÅïŸ{M€z0ý°!v&–šȋ̓Ã_«™Iß°ì¼m)sxÚoé@ï©ÈpË0qE&cÆÛ4œtoÊ•æ›Ë¶«_¤ZÒÐÃs`Ѱ¢d̰ÒAúu¥6/}7sÆi½Ño‘—Ù ÛjW…„¥ðˆrY7O»:»ù•3ÿ.rLôËs›Ÿ»¾ëÑ\m}>õ“-G¿»×¸3ZB “ÉzËîßÛ·\Ÿ7»dè&r\mkù.ÔÒ -l?,ÆX¥±l ø‡Ä†ç,€ð«Ït]êqùÅß½4Þ†•™»›$vÒâü_bÌÑe4œ+§œ³*Y RVÈëêv„]Ö?æí€"‘_´*G";¯lŸ'êè|- Ù÷ëNB•Nî%Þ7ÐZéÕ±ªmæ8ª4 Ô(/W9¥Š¤ƒK_ä@Yk´» -F÷ ¥´X²,_÷@7ÂÂ)b¨ô_ï¹âa‹h XK\Q6q¥õCô§óa¨\‡Ï3[dã¹A¢¼L©ù®B„mз;ò¯D÷gè›9k%pçüí¤ -G™œø=õÆŒÂg©DìPP“Ñ]QfÏ’†Ä·ÓAU§~Wî6¸ü”¶†°‰ÌHÖ2~—Èp`Pÿ{¶lŽ»-S_Äý“E˜Ë¸ÌlYÞ7& -¹’ þÎò"uFšâ˜ˆðp°øëNÓL®,ëÐ&5‘‰=ü)™Æþ?ŽÎs]YˆÂWð]„+EA°¢ˆ(%¡w{ïÞÿaŸÿ>”dÖÌ»$™œƒ¾Ù‰öåèº킨n7 õ@¬ÿÖãõ'½»†}a#WîµÏÜû„ÙEƒù൷×ù¼}ž ZâW7úá³®Ì[©ð‘:î7㶈+Dµ=—<`ëÜ£í⤴žôÝeC¥£)<ò *E窘W#(Y±¹Wב‰å228w˜¸ø|ôb›Öƒ¾]r{9©»=fçB-1N…7.EùÏ¥§®'±æ¿¼‚\øÐ!®'‰ÙBc#vðY²óˆÖ04 -«TtއHÿœ1Œ[çTü {.ÅòÜž'³¡4tÊ?NÜœñ~iiE!BO‰ÖznŠr%l«ÕÕë‹vMÿˆƒS¼^\)`D––ÇÅ®A ~öE[A*ì#ë2cɱhîÄ@šž.“ýq^|ý(é0Z´pk·BÕj`é"Nëâ6¥šÊ’)/òÏÝ3h/.&iº"¦¢3ƒ5¯xõ8¦JõýGå*0\Û³ÖÊœÜòR‹YÖVºê+‚ôžY¹¨Õ·[!_hˆd“).j»ú}¹ï/F"¬=§æi©²1W]NÅs_jM/Œ>ònΣ(Q‡¦ÔCüuÍ9;S -ÈÝw^Ø_·ïyþºsÁÅÜVÎÇÒöUı³ #?Hey'™¯èxÓe!º~¤™øéôãÑþ·pÝÕI%¶Ö0ZœïöúH»Oü»Ì¸†$ž?t”^Ýî?d9Tî¸Ô6‰«r²‰š]U^iÞÆ¾JxÛG³Íä}“ñ¦C*ú·öøßì*›§¦L—:‚“83ßõÖYY‘ëvµíÖ•Óóà*ºXÑÿÍ÷”p·ûdõe†?f­ÓœâO]…}ÉmަzWÅ:ª„ÒüQ«´ˆZ -0ùªBªWý\¡ÖOõÓqJŸxû‹‘«á‹VÉkg•ûÕ4ûR’ß,Ç ×L•ÅUSªQï^‡2 Ô™)žÙàU¨Êý3ì(h˜ˆ]äiƒîŒü‰{®o‚ä¨çC¾už<²t¥¾wŸT¾úüqä“¢?ʆ’ÇÉöB­µ— -žéh)?·x|n±©ý¨.MùЗvIÑxXòt&rRR Š1uý™KŒ6íùv¿îòªÝ©wåoTkUåí âHxÏlÊåÒËòØ¢°‚kY«ÈnTJl=ë_Ï9›Œ-ÊêÝ4”[NçÍÑ Ä²q|FèkòÖ9õ3•3æºS–?f2pnÊáûÚ><6ÕWx8ì×2¸^¥yõ„¬3U¾ÓuGæ»”ip{fì°eÚ—y“…´ä¼ÌÍÊŽe…/¬» yÉëÌ|ÿ– i³ÂkØé =Õ¦eåZ©Åq\9—&rÿÊÏÝÃ<ýãåËíÃè¯ÓLç™k;+§fÉç4®>ZÝŒ_›TÔªN‰g -Ѽ| ËâþÕ:”®e¹ 84»Øå÷+u6þä5LnH·½>Ÿ4JÁ`‡rë>„NÏäœù§´ÈF¬Ýõ6×k›He—È#q86|Cµ;3YyÜz½V‡—Æ­l|^—qö\Œº+sþÐruÐÌËËÃTvÂËu+gå˜r -gû(“;ýEüÕß?Šk±eË`ûéõ«íâ\—›çã0šyiõkZgi®z£¶»Î{ÄÈ…aLà«9É•+RqÑÙvç9ËwÝ{vmNÄ {ê¨éÌUµˆÿÔ®H@ t®šúÀ«5TªnK/Hµ÷;Ål É¿ û ‰Ãþð“¤ÜÐ[ГÇCŠžà9x_Xå¼®žö®µ*“ã!„É›Eãþâ†*½|éït/ì œõã&Fæ–â ôëat9¶ @·7¿uvŒn)¼óƒÊx>æD‡·"”ÔÆ BZñI3ÓF #a¥tÞ¸Èg"ÂQz)ÜSyÅýí~Eyè«ÝvKí ÐzQ ÚûW*å íÝ2êêµ}@±•Ãd~ʪCu,Óʽf¦3ñ[¤ñ…©8¦½ÅÌÛ§ -ºÁ‘tŸm-û‹ÆÀªw¦O®>ºSë^uC“/(hMSú}¾ û¬÷ÊSvsï~Ôƒ]º(Îæ’›ü…R\ùÛ Ü½Þ™íp±›~èl¿2ÎR³ƒáw:ô½­¡:KšónrS®í9©‰µ~Ñž_Å͵ÒNµd—4äÖn(ƒ_특'ý±ZŠ×%í-¸-qøÛû\.`LQs»“VÎ’í)Ê3@i¸ÿ¬q~˜S\ʽ±ãVge”÷A¹ˆï,ŠìçOÉÔF‚?/æãérº fÌȻòvþï)iÈkî´î³Š‘Þã¿?ËŽ«EeÌIƒöÉüÆzºïÕ•ê/l`‘î7áépÏC­õNtIçÊRìâ@I–Á °àÊŠCq[]ÅnôƒYÝWø™|a ß‹d ú¹¾‚‘…©;¥…öès}ùP‰»ëýuRäoŠTýù~XOúÉ*§IÅ‚—JivTÓQf½Å“érÇv¹¥4&R«ðæëbNœ§/?–¡‹%§}^`ª òóËö›O—íÐÅ~­dåZè6a)‹W,:+Æ# ÁC«¬•–{ƒõ’^Iqù[;“¤t±-ýü=9ÞÐ'oJòe Öœ­Ó_µŒŽçK–èô’FY©ÂCìKDZÕA9‡ó~\]J+H7¡*P§vÜI¶roX€T뜰òàT—oÞp§Ï¼Ã!ÁK›H~‚Jæø4.1Ö´Â`òChT  7qA£¥HÁÆÎJ\¨oUÁ× ¼û‰]®+¥KÕpÐtÝzz»ÌJ0а—fŽ.7¿÷cÆÐ'¬öÓôE6ÌT™VÓ2<íèø÷\/À ¾mˆæÙI»/o-2˜õV¸‰²÷ž mŸŒ -óúú¼Ð®sÔWO5˜šßÄÔÇaÁ«E"¹ŠêË« º°7-^2'>ñæc8þÄp9…m~ñj†ñÝä­Ü“³¼: «:â4­® ªÞø2M r*µfàò3×zÿÄ2P޹t<»è´V}ÿ Øuš•v¾±Ë<$ÛH²wA bèWCïS¦&Á'ã§Ú{4U— 1¿uóå7Jp~ãZ3îHw æ{À`¯þÏ“6š-=€-…æiGŠð±|l'š÷—ÏÏò˜©rF•qõ¼˜ª®¶´‡nå´Ká[üô@s’$Öi“ì!©¾Ü;F’< ó-³ÞµMÍÔ+¦r¾˜FWU(´ÝDë¶' bí×5X öUí•zŽï7F;î»}žCÉÓÙ{Øœº‚4è¼ûÁ~(óZ÷ ªî¹ÒLo/^«Ê”2b½É-Ñù”j£¼³?´Ð6\—±bâüד² ü×ÇîYpÿšëŸ€…ˆ1ò[Ý Ò\ ñ×딞šßÍZ³ßC§¤l“9Àß*Æ5ëI&ÓöÎörÚ§’'ÉCXezßg÷ÓÕ?ÄÚ`ŽªÜÆ¡åâ£^eZ˜Òè&þBt?Çu#f¡joû_§™W ÌÚ_¡c ¥œ«Q~GïÁÉ /ÍÛî‘R a<fÜx‰¦U—ª -4çûÖ'ή*¾]«½ô¶á%uKbC -ÖÆœ¦ÆúFtŠâòð¼ëcئÑS$ö9Ÿi˜³úÓý•îñ­Ú±Úìþ¢½¬5Ü"¸ ÍEÇBÙªT37±–ç:Có¢ÈÞì:××È·¥ôæ$£eQÓI‡kKMT~4Ê/• © -ÓlˆRë„ lûj£V¬po³o:ü¥œ6·3x/v†=~ªv¤…l^LÁŸh43¢?c™ƒŽžWW¿õ©÷Ã2T¬]z÷e»‰o©‘rÍ- i‡~2Àùš–Ž÷˜a;ôÒ¶QoŠÀëÝÞØíð©è¸ÙÐêñ›ÿ‡ŒRœ¡¼fhµ@>Îô#\°‡w¼ÁòІ¹™ -ššÅš53Yù߉Áq÷Lè‹êiØs^Ñ'þ¦®©}‰„v¾¦õ‹‘¢NÒÈì¹Q¥¡’zå1È6/D³T{í@cåë|êtDû4]„FæpE+?Vuí-GÒC.²†&-,uŸwÚ£Ž¥z¾•sáríéø!{ª|w^ Ø\tµ5³œ ¾uW5.^ñäcìtèömL—½WªÎÞœÝLðÆXëú䙦IAßW1“îõº{;ÒiÈÂ’…øï{ÐW{i5#S?ÄvõRî÷×Ψ”…ì]Ì5èz£ShË,ÅKC‚MíËo©ÖøÞÈŒ3LQXÙ0¾ŒWÏW¯>˜|q =ôNô mëõrêMä´þF¿¡Þ¯ï(¸JÍ/Žì¿5ð%K#'#(Ÿ|FÓðE|Õî'qÖf+Áé£ï·»§jl»šëèZŽîmõ™üâbNÿ´§ŒÙaEõ2̵a´×.úñ{¬ëª“‹ÛJµYåbß›^QýH÷ÈJÁÔ´øg„^~¯®Zgo}#öŒž»ÏuE´xýô¦z¯BúÕÉG§©¯ü៟»ë犃nw…O7——]6Æ !HÿÒ8,QÇ9«¤èÞß›Ülÿ²JvçË&\(Ï,êŠ=sWH)­Q©€4šþCíHdéd;4—,†tñC7ef¯wULœ¡hiZP”ü²~ÓnM-óæ.Dt1 œõñÉÈ‹õõ(Î=ê›.±Â½·G侪ù]¼S÷Î=é]½Ú2ÌS„rf¿r¸§´¿oIÃÃÎ3oˆ+·çªëÛ¹—º_»ŽÌË·-ÞÞ›i±¢–e}~ M?4Ãɲ(ï®ð)·pBÍ1òï´sþ¨z§7VDÒQà-€ž®1¶y¬`¦Êév`: ½äšÍ@X`µ‚âŠý¤ -0™í·ÑnŸfNyLÓ¾6ÜNdB¼ rÊG^P­RCwó Fê' ;ï¿j‘*¥];7ÞÝÿ!‚z>  —ýÜDôãºÿS¯ ¬SDGí-Béé§ <·qP»ÙÃÕ7j£Zîîëá=51³ÚÑ}À"ö™è¾$}DKšëî æ‰¼Ü¹’ÃîÕdýÎô¢?ž¦Övè‘w‡b¢Úƒ!1+•ð©FmHL=É­W ‹ï/³0ÄiêÆ~fæ¿ñÝŠØYÈF–°RÇX´ÖºrMã,é ÄP§´UÌ´_=¾îÛIýÁØ6Ö\£ -Nô˜€­kå0µ|;¹JÌ_~G%ÝËö,P‰«nõª|RGyúâo = -©÷ ×9fyù¢G[†Â1‡Õýßôeì“Cë¹OÓØöœ¥OZËJü}D”Ý»7}±XÁw_ùÍÌVcnŸ†[p»Hs­·KfæÄ™—Æ‘æ)af*{Cf÷t8M•7E0©ƒÀ&9)™Ý{á-èNåÉR¶(À íF›7Å/H¦ þìâÒ&ÃôÙó¨\Kòß'רt´‡¸%ËNF`w'ëä Ö2'eèU, µMó3”›îó"oÔš§!É)â4g“×Pý‡ì¯s„9F2Ä›ü4Šo/î xô˜ëÊàØ·Uœ, -–•/ü2Ur›ÚÀ_¼Öš2¢ ªeØq‰ëuÌ÷¾§XyöÀÇJGÁ­7ô–r!ZÁì±”»ºSN!Ÿ%ó±~¯ÇÞNyRœ¤–9ßVÉ¢zäSÌýCfUy®B÷UûکФ‡\ùz1ÇÍÚƒéV𬢮篃<_{ À×ñ®S·j¾êç7„Ï^ºˆ|~‘/-Qÿº„ù:>¾UbB=æ¿×Ì¿Œ¯eºW–ž‰Z,–)£ÐÎg|D[Hoã@]ò[¬.Ûy˜9Š Ô^=Q}÷Ò0± ²w¯‹7u›‡~P’º-ìõ%{hõ§Z˜š&R_9LµdwQ•úM×bgáá‹úª Çä]†c3¦Í)^Cìg$Œýò¶ŒÊ|¢æ¬ÖÛóåÝ8Žam{4ìv3¶*»äÒ=äcK/•Jº¾ìrà| Uýßê¤EEÿº_¸ºÛrÀ62†Ä°9tóúqé¿:m¾‘õH±È&ÚÆ™…ŸkÙÌÅtߨ>ýøag½$‰&¬*¾< µ…Ú,ך_ãÞËoÌ63ºðn¾J—Õ¨ë®êMÜéìao\=—^ö(jÈYâæ¿]ƒ·&âM]Q -o²Õ=´ÅŦ2¸»,ë+ oB‘2 ñ}IÐÁÉBpº–v®2ÏsÂrû -þÖ\íײõ™Ä_¶Ñ>Üì±](fñ£—_µhxëö@#«2/+ƒ‰úÚ+,8iO.« >³’`á­Ó ’¦)¾ ±j4tÐühÊ¥‡=éå^¢k†o)ÓK—-_ÖeËÔôÞí¬è^âõå/ôàû_êû瘆ç5/Ì)ºÐ±\Å19ÂByô¼ßÑE¼„ÞÌ«_™Û@jÍ’Ò/2v¯0ѹPñelåÿ­µ -b—cÄÈ—ª]S÷,yÔ½×V¦±I!êÖ”©è1õ̵îŒßݽ\^Dë²|›Žøù—Ù³òYîlÍ`­æ¸¸)ÔwIk¡&ÔîWhþCS~d®&3ÿ­—ú”f8Òdå‰[Þo•ŸOn]Œô¤ÔÊ+÷x‡YÇ endstream endobj 25 0 obj <>stream -JÍo]"œRnüb  ïaÏš”‡÷ê¨Ä<´CñŠª£û¡®ã:öÉLýpß©ô½½lr£ŒÌjp0Õ—Nþot¦XÅqãi2½‹Õdû rƒfF²|©#G¾ ÚI‹ñn¯l„×R{Ÿ•4@ÃÐȲnƒœBS£Ï½§’ŸktQ5Á8x{CzôgCBµAåzÛX×c³2y1ÛÄ;(à…ö‹- Jªß®å“sŸû£ZZÓ—Hl.VôÒè݇•J@ª»× Š ÛS9ivô†È>ºª½–^·0øªÜà~{™wUå¼1ÚŸv“ª¦¤j6¾x¨T?)®4u>®êïrá‰IÍwËùèo׳€•Uj’ÞDÚàqÇ?ü&þ'Ç:l©ÚòOj Ž—X$¡,gÈSÌ$ÕÛF#ú[Ä»¿A“hh #Ùç+u"½ _½5çŸró&æù|/Såg'ÔÂÉÉ»qÈ'¼:Êþ8óªëÒ««Éû®UO¯Šue´ÕNù•žÎ?;=–.˜ªIgðï„hj*·ø…Ï`®Æ¥çŒžð=/ï—ëÚÆ÷¦í¿wh¯^GÍ9\bšLÿÜ¥Mç&«f6Í[L(íƒÝúêož•ŠvX¯B¿îp©ð3ÌiɰÖR¡øKç¶9‡Ë#±É{u¸è”^!.Ýz‡Ñ_Ý?Ä$YÈymYë~\«·[t–ŸÌ Ûšš]f’ìüywÏ]–$åëc·y_Èqª¿bAæ¿ý:b„ò^Ëñ~ĨÕÖ¯t.+õ}°ïþ²B4oL¦}EºÍ8ìÌZwPJ?&«MQ§…ût/ƒ‰o7’œ\¸ Ûvñ*§ú3ìT£F'­eãÀÁÕúÅ7Y þLèÃÄÍô|Qƒ#P¤é†<^Y$KÓþ Î<§¼0?‹âXÔ¶®œôÐôËQ…튙÷ë‡ï®õ¹Šà®\[PÞy‚ö¢>°'«›.ƒWM|.. 'ÓöŠÊòº°XFZ2 ²l9Ÿ>»!ó_ug–Áª¯Ú_¤_Ϭà½áàÅ&‹îÎêæÖìOû[4ê.-°ŸÔ¶ª—S/ºÝPƃ5›‹Z'UÆ]º-éÞä7ˆ8dô^9ùÏY¨‘àùÓ4n=ÛfC5úÚz·Ê4Ñß/–ÐËî:5èDµ¨±ŽÁ&T½å±5áê]3mbɼðý-دUè­×®ôcrѾ4ùªö$_Ç©?KÿA¯E5Êĸn²‰ß‹«èSI«Zïóò×iÄ\-IŸ>2Fkªou?õeøue«·Ã­¡aKñÍcL"l]OmJ/ŒÏ¸e 91ÞúO'ªÐ" -’?9d4&ÌoíîœcSà‡½Ç¦½i3¤ýùåºdµgnô5Š>Q¶°Ü/X¨²µœÃdJéWòÊø3V ‰<ŸË[ËéŠLý¹’à(ß´ÁI9‹GîÚÌ"y7ð›bY™°PNF!Ò³«? —xUn§ÉBv.ϧ(&çÑNO>ûyG¼uÒQXÓ¹º|ÜI9©³h÷à ×—òç*~¥Ð.œ<_üõì*}å’\ZÎýV³,ü”z~ÿg509ºÍHE”º*2ÓEsáO’)¤+.ò7Ä’ö¥x,sE ¿½åY/×q€æ-É=-î½’#ö@eïr©a…¥©ø%ó63•x¼­Iç®tÅDÄs\äÈ5ªq½&ú=o¾¯Ï@ÇT aG¾5:¿8êoú)$ÇRW¦½^÷ДQà¹'£«÷ml ‡™{µûh1ÅõÝœÕ|C¬ëÏÐT¯M¿ëÒ\Œºi†8¿ÚCñ“¨FžÎÝ稜/ß´ü{¼r~)À4Ñë¬"Ôo›|åñr‘_¯1‹Ð£îµ¿¯o·w¬ˆä|¯€ñŒwM–ÅÍè´±¡À*•Øwã@ÅI‡U«EˆJçËrÔí¤ÒX·?#Ù«7·œUì)«îa–v“ÐXÈ·ýà»w‘Ý1ÇÈ´cSŒó¾ø,õú]öíÛêdÁ0)E8úpæp¦"Ýéº:GÖuʱ"ÿ›óf#Æ*{ôx<ñg¯);»“£Žâ »³3MR„Õ4~jã™)Ä㿳v«æåJ|Šh‚WdÁQ‡ptÈP=W)L¿?ö¯j¬[·.6ƒ÷D0 -›ÅÛÿÔ¦X”‚º²BgfÐM1fÖI·Æk”qP¡#õrÑ'î¦1?Jž«S_IiŸ8¸«–ÕY“؉®¡á¼¤Ì,¹|oJn=™ú?zÛ»ŸÒbè>{Åx±”’º£©îܘ‘¤zòþuJ;–5óÓsJdÌ—Ù9¾Š&çûŒœ_ºT—ÐyAŒfOº¶P ü>¸"À†…Î ¿–<À»ú#êxóyÓU¿Æ·” -a\Öb3güÕåÏ5¼=G!bÛy¿ÿ!òkpÖ@õ0!Åï*3zi$ZÂÄ’ÂÂyª “ˆ¾œ!·ÕP©‘ï ê3Vî[U_6Fä`^¸ÔZ²ðF2ª%7²1»õ~²EèìµÐ¢°ÝÕþúÖo†%§Xé–ŒfIþ|ø–|‰Æößz‘‘Rý@®.¯«œXÝz@&îߎ›Ð«ˆ¾&wŒð¦0òØãçf,O¹úbè~ÛCPµ¹¯ìZÇÅ?„¯l°OY^?üó¾Ó:ßõv“¥Ã­T¹Ìšu0Ò×5õ}S§ Ý“+aOêv„á†É^훟u‚Ù‚ -®²ôÌ{ P<¡™ã“”o§¾*‚Ô0géø!ù!;«.·4rÃ<”Ö†]•A=&´eî»sÇÖðTÚ?Ëm§A‘OÆW i‹#äoóV©ŒÜŠÑÁ¥êéácNçþvqnNtv«öA›ÓmvÎ]SJXšÀ×å¨k‡×NúÕ÷ag0mu#$?™°±Ó'Èò'ª¸2_V‹|Ù[™¦Ô6Ö¨}clÅœáEš5þºH‡¨õ±»°–’:Þaãm2Öw¡øÉž;Ü“Ûcñ¬êQI–i `ÛV²éG7j4“2À¶ÃêöÂú/áÑ•šÜ:Ð2 -¸µïè,MýÛi’ßÞçÖ0+ÖÙ]–›Ç¢S6§]•§rÚ° X¯‚Ìë|—ÏE»+#óò‘·¤ÜíÅÛØ¬ƒ‹m{-5­oC¢—µ†+Ù’$ «5;Ì¿ŽV½îkÙh'(¯s}Ó`Ð’‘QÕ߈uoºòëxžbI0¼(üüØ•ñçá#•ûRÑ -¾D=µ+o¤á’Ôƒ—à-,¶/7™qC—ŽSÇR%Õ¶ûé‰)¦f99±Ö,“މm_<>©¾e$=<©±µ»T€¥ƒ¸¹ÛAºÎÍ¥.rŽØòó&Í!’]q¤ËD;ìNzX¹Ï}Vüéu˜à‡œáð@³H*öþvs‡«Ö{Ý5q|<-AÓì&Tþ¹‘°GºTÞìGìäJƒPºŒ;¬²ØWn™GÙR•/Ø -5|Qq_zæ5ŒÆvÁîhI®·ÊP/p‰¯ýíæ'ŸÎ[ÙÞˆÛã7Uyųrø®ìå¬$ÊtiµÖ·Î'ó´·°z ÈÇ=¸å*縫ãe®jfL*Þ>—ãµýg®¼¶Ù ^ ÿ!íÌ‘W3ç6A•Qàæ1" Š‘/ÎAÑ™‘ Ò× ZYŸPJ2pdk8šÖÔκßP”YΣr¥ ½ÛZVØW8ì~]æK&«0·G@â^ë†ÖßÊa4Dži:Žkfï¾f'&Y¿uÛŸôß8Ö•Qˆ ÝemÕÛJ3Z•Æï£¤© Ë -š¿0í.û{AgÐ+œþ°æu.€i9+ú•ÿÌóDÏTIؽ½Òܦ¨T¾æM ¥ú»ÃÙ·Sžê§ÊšQrôó3àÞ‰¥uOŸ¯ün–×d¡jÜá|5lÊGYbVëC;òÃ-¡tšÓc‰gß±Èwªöu=›ýÓÔY³5“oåÚkp˜¬ÎÃ|?9HEË[O}üê|ó°žÚ'nñòŒºMþ!Ëîv~MO¹-?‚ÉÍÍuJÝä.hºìI‰²¤…Oxj¸ Yº7œkªnh´6Ü5«*Ûáëš>=gUøòðf% ³ºï4ÖØ€p2;Hé -Þ„2“ªeJôrã2Òm×–÷OiœÇ *ÑBS}mk2Š•ê :)Kð"FÒä¿j¬_ +([Fšo/eø¸Wwþßé^Ô ‡])rWPßÊÃcµ–üc´~2—ãUVù›ÏuÀ¸¥ §%­Î'‹uø‚Ÿ(–·|·;ýИ»Ê>$\Dnº¸l$eqoa`SàÁ?¤/®Š‚â¯F&èˆø§9ÆÚ}E_ü*J:Ç aùªû QUóÌŒqdZ3UtÌáhÆ­•‰3žCõÕh‚Ý]޹aWô`¾Qªöz0tÈfõÛNŸ™*/“ð‰.ׂò¬-w¢àó 6úãHï ˜4=/Uem»Q–à2êw¦Õ£5WD0|û“ö‘ÁSfY•—}5Û5kÎQ³¨H‡µ˜ÌÊ -–©uູöÇ6²`jo­¾¹~_ŽJ7Î@ˆ)$©G54Ò|¿^J<Ò¿Z^PÉóˆTÌÛ½îÞ ¤ßù îXé”]Sv–Fá -±~ÍþûO ŽúÖçŠÀôýŸ¹*o‚€'à½y—™jïW4U"}Ç7‰Ììf°Ìu"¥sss̃1½ÂÑp6·¶Ã4u Ì á8rñämµ~Êœ8 ¹ïk4NGM³Ñ|­•Íäz£7ÝFCÛ%ã±ÂöÇKô:¨Ö¡”•_èAjä÷.ßahÅÕÌ¿hxY56¥—Íû°ñî9ùfißIj­\¹Öãü{ëbùMÅA¹Y> E­1ÔòÛí¬â}í&NÒña³íGV;,£q«§¨åeIaË¿|¡ògÇá7YËöJs?йË´U]OŒ\¦ -Ö»rÿôÙŽ¯ðû˜bP¸éEªSZðn‰ë%vW‹„2ŒÂÙŽD×?O¬nfl/–(*snÝíÕ.i=çJYé¶K£fNÄ.:òüYòž®«óÒù6šÎŒÛß—‘–¿£-LjµY¿l¾ôüe3“îÏù@¬œ·EõcDÝÅäîâ-(ðçïDZX )Þ®(Xú­%Í€L¶eÆ6`ݼÃçq”ÚâÓ»n±£öÚÊßÈVÐkj.M'k8?H¿A‹Ré¡GôÊËã=§ÁþÎí4Œ«èÉ;£ÄV{Ñëz•`¥æu­ÿ»›þ~f)º8°´™¥jŽø¸"9©¢Ê*š9‹a$¹¶"ç¿khÞ†WÿÍkŠ$Û?0_6·(sÚ - -XM}ߪ?Ý+Tð©ñ-ÞûP³Í!KPËNšÕ{¼m΀ûý¨ÑM–E -¨lݼ÷Ï|CA®[PK2¨>-** ÎR_qÐóL/1ko¢­?êTý˜B*BUÌ«'AÌ©eĆÔá³Wóù*[­ßz­Ì"ÄJ!ÓìÖGGÝ¡”Ý¥÷˜¥:oH7÷@*¦îà”6øž³ dVN¶LuŠwY]×®t̓ Ñ·ºœâ!ªýŠn 0»!”oMÈrâ[Y_Jfˆóó³ØÍ‡Úâe c e~bÝAU#@îgWáMŒ:ìáf±ƒì6¯£z&Œx¥–ÕJIÓQå; ªîP±¡añ‡}t"©ÝU#¯8M­R=€ò`dŸ-?£qµ -¾îœ s1¹Ë~¸[ž|¾º¾1E0 óBc¸biU`Fs­`vµŒpÎÏ)MK¦}¸*^ýªÒݨ",–fƒbýåÈŸ£õËgÊŽÏç9›çߪFiÓ2†\ “µ)¯\Ô"ƒÂc;{7%ôÂç´·MxyDó<ƒ«·Ç…S´ÿ»°h3ØÂd†ÖqL zÜÙÌ&CSê·5@ÞK§H£“?͵aZª)ýǸæ¯ñ~~á‚¥¯Mš=BÛi!¦k“Ú#nz)>IiÕ8n[W¶”Þ\‹+u`ŒN›ßΆìÊ¢LMP#ÚžÔ¢Kdª´Û¿OhïkïÕôh[KS¸r(Ž3 âÐ(¡ýëøXº"ä­¹'ô®µ­4È•rê¸9eˆOTå†ûÐ!6)G~r½Óâ5³VaļµW–<2U -06ä(ÿš¾Ur-͇ï»^~6ÿð ŒÍ(AÝÉz­Uê%YIZú h,À»¾äK -F¦±¥OѺâB˜÷¢qŸ¯9¥<#h¥'ØS]›‰ȸƒä»Ê«ü´Öç¨v†By¡ðå¥?‡#MDYšQäÿé€A¼­xšÃäӲ̩Y¾iDZ:Àa¬7ô×Ê¿O9 ‰Áƒ×8-Ä>ÚÀ†;`>‹³,Æç+Q×[Š¿ä E hý~Ê3÷L­Â¶ïZU»h«c×4fÛÔ–§ÛÛC½ëå¯^= ]n£‰owÒ¥zndÈ_‚Í-Õô‡õ;á^¦Ê`š«á _î§€b¦D ž‰¬Råf¦Ñ·Òšn×—oa[j>õÊ©$hºÖP*•SŸ—ÆM­Nðµ˜Go¸nR-pù]ýW_@p™<>É!‹d®þfm„ßvdiwÞŽL¡DÚîý³¸ÂÜôS¯+©æ»5lo7UOk»Õ/î -áNk2\öî]PÑ7´ÛÛeª>kì»>Ü ŽœCòÿ무f„n{·³8c´’ô9ô/ÝÄhD®O%ʤ¬ZŸÐˆ=¨—sc´2ÄJ°S?MCrkFB^&>GiýÝ«Í$º:»;ïjTѬ@ÛŒ®ì-£>˰.º:¤x±­µ±ŸQ O*¬—*ÂÄ™Õ÷'åTbžŽ‡{ÍèpfX#ÜY}H•`+ÀóTÇL÷0ÙñsÑí÷Èz:;L_“âŽ5ݵ[Ð7ö™ã£&»]æSXþ„æàˆâÕç.œ3fÎØIh4ö³~ì¹Q[ß‹ñPÜ0q#H}¡ ‘㌴ëhë¢×&¢ã­ÕÎ&q`.À €WQüÉ[M˜¬3½(q³útøin<Aqë¸ d QtеótbùïOn’8·œXš„¤qt§å>»ÝÅû{ŸêU0ôÉLh¤´ÙžNªxžê­M+³!§7꬗¤ßiêïûþ'¦ªv—'yÑÊ"Yâ?Ë”X¥=b»¹ºtŠ«@_PœÊ|h#’ÙT0´WáñË&‹é+1Üéפl yw•’¥&öÚg0ÅaE©y½U~©•È„(ÿî -ú~‡ÆPÚlzŸ *ÌÚjaqù%÷ç{IOWgµ8VGu^響ÃugÉ¢'èWØx˜}kÕÌ1YYV`ŸæÆç9‡·ëáô¶ae1ÖÌ -=³— 7¿Ê(ØÏ ,YßÚF÷±æüôȆeFS¶íå^½ŸeÞô¦£m¬ÚŸ8ýUëçzÁ°ªBM¼ùZ„$™XIš©ò ƒã¸®ßèíì²3”NM| FÏk?¬±T¼Ïf¼’×+X6\Õ¨•k8;ÿjo#wc`ò²Ô*Gùj? |üª7X]Ž: .4aÉXÛ¡GÚT®ì)¤¶²M [¬ÌÁ~uå)¨Fu }t߉νaowÑ¢E´ÐrhùMÚú¨ÒolGŸù²Úp žãüÙ©^âzÕº¨3øTÍì.h½—L_ÆâmÍ~¤cŒêywXw{Ã?žmÎHe¦O šÚöSTU¤0˜üuy!ÕB©óc¡s5µÕñÛ8Ùùh¾ÌÌ%?sÛÒÀ0«õ0^ÕcV_òê¬Oêãn¯(‡c«fjºJR2¬¦*eÖŽ[POwFuÊ~?éŸÊÆ”pÖF2ß |9•Ú¬ç®G½ÌG?ß(›F}ÁÆçÆDSr¶ûa*TR3fçU›QŠŸj§«šÛ* Æ\j"(ߌ×Rа®œ¿I¢þ N—ùØx95y,ÔЋ{ÀZo5–ïî+k¹ì^T˾æÉ¡ÁƒÃÜþv>>oŸfýÀÀ+LÇ=& º×× ò›¤™øê *œ©òKžÕ«ÅY^ùvrS?סDl+õhN]'ÜØM¡žJ0îÑ’ «t§]:z³ap|wM·ýMþóvwªuÅ÷o¬À]ÂÎ~ÿÍp©í·CºÁ××EOÜš:5›k‰SŽ`ZE­]YM:Œ~Ããâ«Ã2åê¸Puš¾!&P¨Ötµ†ÁÎ?¤ÎÜ­p»ãEo“è!x™ž›Î(Gñ“È+ëÆU ;ä[ƒ1¿ikeX1;tõ›jr„úAœJíÎfø×/Í‘‘“ñáåâò2ʈÄßZ>UÇìJÚbG»W­d<ó‰ñ åŽÃß.z÷^þ£è¼T‚(º‚·F0U’HÎTÌ9‡ý?æ{´»ªn t·u9Äû¾ ´h3êImc·\‹íIé^3ÚÝV-ÒÞüM‹ôòQ!ª x<6ó°¢*©­©º·'P5ýqw)(Îíí+ŒÐ‡Ák6Ö´¾æ|<‹:È9&Ltý#õxr¶­æuN•ÎÝѽޔæåUÕçOÞ»f8ÏJ,äûÓeüpòõªˆþ€rÞEæÓ¥5Í¡W_þÖQ+aŠáÙíJ[Í>{Cû€µˆ~¡¸ÖIƒßàþ¯&O&×:AEÃwXtÈóêCn¿ß™o@7̇®»…ì‡Ývùo7`uÐîÀ·¯`žjÓ•®TæK³íT÷¢¿’¤÷âñ>¦k’¤r$¼KfVw§2ìb²¿AŽ(4¯«4ðOÅ%€ò´7Å7_å7ÖêfVZj| þê×rÝtT{T*¿ ä—TkÄò¶OšœXVXjÇar!k`|W.ƒUî ¸Ñ­´Ê5U,}'v^/¼ñøØ,:Cv‡Íábê)3í«ûéš:µ†öõ›0So5OÆ;c&¬2W¿Ï èX€&¤;Óz˜;«-¬öâQs ñn‰µsÚn¥‹F Í LK²·¹RN RÖóÀJ£›P›p«Ê}®+çYõP¥ð9Ú[Ï—>|TÖîö0Ý Ïæô©·õ%fªÁ’£¥—c1Îv¡ª]¹c™W³ý™V£ùBl¶Èž9rq2d3÷Ì4âñÄXà…g>\ š Zô­¨JX¯m?½eÆúŒXtÍ “$­špúh{i%øS¬+!Mln²;Fš9Ò¸ñÎZâc¾óïÔc3rd<7ýæØry*áC% Eò«Y÷Ú­ dÕ6…0‹;Ýví¾¾@CwÕ8ñLßz¬6G-<íÃ28ѽ„Û•äžFn]¢þ&JV­$÷œR9*÷³è×qíbêç[«]>‘´~„.'O¿.K(% vðÎq«õé7ÂU›2ábÖ÷ƒÞQ{8³¼ñt›“tˆ,¸£auõ kùL‡¼ÏÏ7fËVÍhEº¤“ Ñ ­~¸Ž•¤RFß\Te2´±`ÙçYZ]?n>îî<8ç›ø8¤öñì…mzÎ&9›ÏO»€ýØiC0x2°‘âM·)º’ýlGta ¯ ¬ÆÙ§u -j-ðÙ™óøŒT¹‡-÷+w}„P¥n[Zléé@a‰tL†£+úeÃIÚe9’aç«Ç£ê¼Â/ë JG½e`OóˆFãÂf›_â•ÔÅ—P‹r¥îrSð˜Y]Ñ=ãÕ´¬½ãE•Å6 -Ά٬Çsdˆ[¡d±„wÚYrcÔkyäMúâ\€VÏÔUÞ/Ñ­ÊqŽÚ£T™ÙmÓ9Ýä g™^T¥l"æÓýÜU;Ì䈲>Àh“$”•ö!§5z°¢:Ǻ©ÌtÖ•ºƒ­Ë”£âC©÷÷ÐzÝõVM=dh7çÙ¨5¨vyMH¶Ó™Žc…‘Êö -R/ß“ »ø‘¥«>• - §^2¸Ó‘¦µ -î“ïööžÖé4t(Im€Ëñl£ù!6ÅjŸWûŸ6§/¯2:w³3±;ë‡nÏèÚ? Ö*ù[¦©NyŸZ`òàKWò^ï½Üªëùo7´F¯ËŠíô¥°Ï¯^íì±³7â|4üšüR¦yKزÍóyd‡þ*\ñ—ã`µD l°£¥ãíµÞvØñT¿Ö -¾¹6Nmð$%3]×øÙµL¹7ý¦­>írÚlÉye±)[,®Œœ€\yl®Ó3Ô_ sž·Àø´ãB_y÷èNI95ЛXpnŠ­­-t÷3k”/Enú¤œ4rS&ÅÌÞš•mETÚáx¥½žV»Zc¢J{Rõ‚ÀFxJM¡¶Nã6ø^lJ†ßÌb,ÞTÇzýr[i%뱚sÏ>¶qMis²®¥‘Öíør*kèéç…ׯäÕF´ÂGMpö÷ÖMéÕÂDî`žudÖÚoJý§q­ŒØöbí‹<æ_JÜm -p;Œ±ï‰ã8ÿN³ðsHÇÓ½ö¶è' -óY¶a°v¿þ¡Êýx6.î}e ³Ž‚vÚF$Ã%%1ÓV‰›Þ2àÄñÛü@RE´<ÜÆa_Þ-WS¤¶Ó«„ºcÝ‘E7½4P«EXs30æqëÙ…sc”çI”ÛwasFZÑÃSñ* }ÉØ@B£o°ß˜Á ^P%¯Ý´’ ¡¶´£z_³Þ_.‡êg‰4Ù5 -M,̤®û$ -lL -,²«›Ó“N@Níû ÝÌ’ÝØŠVý…|"c§HrÒôÍdwt,£Šª¤ÜËØþ·õæi*´@Ÿ¹’OÒÉsãu”!(jÙ¯"•¨Ù(8*.³¦:´¨âÇ›+¨uçÀ¿È×ú}<¢ÔdXd¿”» °ÒîŸ5ÝÑVy¤škF©¦•Ÿ‹Û||ÌB6—NŽúLÑ_rœÆpnõçZå×B#™œŠÈ÷>âµtJ¼çb[êxžhö(¦lÑ…åVC>…Úf¸ðK ®MŽ•™©O±¿ÝN²ºã©©[#uÖ«²ñéUÃñ£Z€*²p‚`òêú(ê:¾Dç±v<°[¯Yzm£¦]»ðâgHfxÕäY¾ìÏÙ0¨Æ{ɨҾ c§K™,çŠC¾ê»dTì‹è ’Ïu¤°¸QpØYïÕÝj ãþP'Kt¾Àéx6‰NøÖÚm4]GN‡Rûû•yoš÷˜é“¾L[³'T¦þÍ%ÿ€>RÑÑ‘ÏÈ$¿®¯ïc6ÊÕB>ŽÀɹ Àc6üh;‰â¡=¥ë‹ééºéÕ[me9êL.9yƬkº]¹ìþˆU­³ô’™á+ÍÞ?À²ür¹¥í-X_‘³d¾ÏóùDè^î|J)'šÔð™ŒÔdéè]²¾øÔõFÖS;,|¯lûƒx5ãc:¶%Û" X&VƂۢ§ÿÔVö!{ÊÅÂ/òˆ…<ª²Å U)9ÞC@Òhä6¥Ÿv /8%žÔ…Î~wL‰Û€üZ [q#š™^ž›X¯:ÁÊ+6°sVNÍý(¨RK=½ò£°á#¸{jÍ ^Õ|Xãþ¨E‚Ö\Ë@{ƒ!(hI¹c¼èy`¨Õ”‡ô®×f:‘¥DçÃÖIeÄžO{þbÏ5ïqKµˆK°y,>ÈŸ½Ï>`.7²òÎOGVK@ó—ÀV.´5 3é²8¹ëÛî ‹‚Ôòdß.ãæ¬J”Œä Tõáó2—‘xQÀ>±¹-HI©­]K9¾ë4bm×’rÜ•wÔc­?а´%—ÈÆ3ÆŠÚµ¹»»–œ¬k@ÊŽzbòb]] -ß™²R{âÃUF"Í ±ZZSÙø­œ/ª]ðØü½7Õ]ä½Å¤uÙ­<‰ðtð%,$iá¢íz‡ßríÔ 4™f@­ø &ÏkÍ1³sĪÖ/…™ oÅt' MÜ™ˆò÷ý¢ddy8c§«œ!ú25UqPÄsûŽíܘý[‘FðktÖë¼Iƒ×`O>®º‰Ž9Eͦ8TøÔ¶SÒŽpi­"£]̉]ä%.~C&ø&þ¢`†¼“’"˜o5mr =U†gŒÈ µÎ×lÝ@~]9RmMDý‰| %Þ}ÎßÙ#bmÅÝÒžË_=Éû€âÅÛÅÖíÔ ü|èKñï[0 Ÿ¹cÅn]@Qò±=PçÏÐT9µ®ôêÇ>4'©¾ÔýŸÀ _ÎmÅ ªŸ DMÜ(h§Ý³¿i;‘Tÿ*]µt 7LV¸t9Á}º\Z¶ê_ -÷*§=ß:Ò̤Ru¡ˆKð³u®ÕFŠìè\Èâ›0ÃvQ$î M¹[ðÈ+L8³Á% ¾÷k—ÜŸÒßËQû PÀ>Ú#{T‘_Ik ­´Tè˜5ÚØB³6Ý,vÑÈ,ØXŠ¥ÒPðÇ”ö™â²Ó·¨*ã<ÂÚîHV-0ûú¡ÜSOžÈ"°UáͅȬRn -®5÷›£É0˶²¬ -­œ< ¨17c*ˆµgºü‘žÆæ‰•¯2YŠ};¸MuéV(ô Fg·Ö‘¦òJÒõwìDRFÔÎT–y´WÖö…RV꥖7ï„ö½‘¦ög?GeZïõÁÆ‹Tï²}© Ò&6öš¹iñv)Ë£ÅOW²°ÒÌ–J*Xÿ‡›‡ž kÒ¬"(ö7LÎ):ÓÄÞ>Q×+B£’6éE?uä]];Um8§üb,¬¾ßν+›ðÌXÉK€{ûŽÁ2^* }£*•Î67št0Q´vÉ¡é×.(xó08Âd¼Ä‹ÖùÙ«túÅ×4ž¸ŽHq_§~b}I,s÷lºÔÅxZácéŒo®n‡oÃÖ%IåÑØHËhsòyR“·ŸºI »ôÎÕBÇu®5&…{5ó*¼WöÁ»´Ôj<—­]— M«FFšLW©ÉKÏò¼¦ óîI¥,óàçÁ ©ÚÅ+ j ¿@°LT -R´€¡Äû¹õŒ|<Å¥~m3ú;í7øTf'\Šš¾ÂŽ÷ÉDDy^®¾hTBA¿½ZG¶J~î÷©'¡ÚAiQò¹ÿ1ؾuô.’Ô*ï|»]7Vt™Œ¥Ñ†dCa‡/æjíï>Œ´€Ù½Þ žÄf­“ÜG¤÷ø‰6ƒPç•DÎ †ÄÏZÉqß^+”Ë Éß’ dÓÛè@Rþe·õMnP½«å_Åwõø–ˆ÷«i¶äR˜4.Ýâ5£ —ùž"óáU> ¦qƒô³ ©¬Ó˜Û;_²úy"£Â7ÐÆÃLŒút“We>×»eéÏt=´ö}èsLÛ”ulõ5ŽþîZï­¨¤﹦A‡t.³É^]oõ‹TÏé|ÐZ 8UÔ«ùÚ9z­ñÖªÒTSmKØki­¯ª'ñ®‘ûqGÓà¡[QŸ®Ôw º¢aÙß>WêO»/óöC6Œck«ª®Ega§çï fGª±oís¬ úmWúÅ´ñZA(Ýʇ5ݳ Üö(½£í]uíà®FÐÚl^MÔ¡¹Â“ØcŠþb·?´ªIchG­²aucº¬R ¼.ú•èeR3ÛTùï&' mkèÊõ¢º¸î‹ýí\z!­f×*±h -“Ø£˜ÌP6ØðaœBnÔ#^þ2Àº¶u\½ÔÎÒÇèõ³²ð¯á«4Q.ã˜\Úo²A©š?¯œîê^ŸD”cižæbgÔO½•rY6 ëØDî1å5t ¼›– \N\mÈ⬀¦aeD©©mЧ’V߸Íío1ŒápO! ·"£Ì4æá‹XkNXQ–ç¿{œù-tC(§¡³›Ûêà\üÒW­Á/_R¶àäp`”T¼ÔûOu­dŸä'~dñkÏÀÆiÅûõ&4‰àhdÔNÊô´æىƾß™Ê~Ä1£Ù¤UqŽ]x Vç¯q=?«:tÛ*œÝ„ÀLîóåy½Zwu‚±^~æ¤à™²¢“½ZZÀJ´J”“⿬-ËYï¥oŠ¿§r€îM쀆¢Ó7•_A ü"(iœ秈å]#&ù;4ÿ ¥_¡c&^˜Á¦ }#™u¶Bë›Qô=Þ”`/cd2u59m•¢*±WÖ·ÇÎ]]攌;_ç^‚­ÔêCAÍü«—Yò¢|Wñ5ƒ³)Å»Âó˽knÍògµ·Ïš¼ÎU}žb_p_e”Ë[lÍ‹o)fÚ¼(—ûç¬}Œ}ÞÛ€b¢Jóh­Mó~öí oª³+ûFé«'žAïoj"f;Ýë¶hå¼ö÷êj e:œÛ?ªêcNÚ}b–0u3i ¨ÿ·*-Ò²)È”¤Ÿ†<ÓD?÷FA´ÂK¦Q]ŠVÿ#¦æ°Awô´†€zK-5øMuùÕ'8w×övµQGoÙQ5SôÙË°Ž­í‰¡Ñ‘¤×émüwŠYetÒ'Àsƒ^ø±jÐPÐ+ñS:„D›ƒ3õÖrp1gf³#e¸kù­™Íì‹a‡ÊV?ÚpE#kI·^Y¯ï/žN…Ò¥WDU/-æß‚ú´ªÛ^kkYÎø®nû–¨k+Mf€Õp¹?›æ€œAS@Ï_w·F3—e­)~òûÛ_¿´¦~ÚRg3·Ö½èúZÒ%¶²~ÉžNV°éßΓîï ?´›ã©¨¡•QŽUÜ{ËÔÐuª•ù4ŽðO?ûWí÷}aÉŸÈ¡ÕÔ‹¹n\*ú¾Ìö}aæ»§&ñ$éîjnaÓ%­;”¡„£Í¿çÈŸ]¦• -Aè™ì-71ÁZ««Oo›ôµ–4ç=GË=Duj)`GÓ9u×&R´–¹9Ò@çô¢½êÕ ¥"pŸ­¬¢‡ó²«`OT·q{ýÝ“ašTôàÑÁ¨AŒ¦žËBÿÎ²éæ—›dxôÓZÑybß®âßÇÒ¸ÖÅЙ-gͧd´k÷…0P>øWRW¢A~j‹Š×sQP»ìÂÓm ƒL]õ‡ÆøD"« 0oPxd³”gÝšµ³nE·  – -”©i}¾ØêsîeŽ«P«\íF¢·—!¦“„pÝA‹ÓìËóÛMmfd‘ëêG}A’ð1±Ý:Û³Ìî,ÙUÙÚ>*v¾º‚Ò¹ ?S˦nòp˜ÜŸÔRSL‡u„œ™TƤ9Ú#ëé|e -¸cê¹qž‚¿•¶Äzlÿ¼x¥ìå+‹îÁ²ö;ÏøŒw*]0ç[F"d*” FBÔÝfÚITyƒzrB楪¼²ßÏÎðìñ3MU°^©Ùõ ›ñïcH¨L®®ÍïqY%pÔ¸“ÿ=I,b\Cº¥¯>Qy^ä/»ü{zLhƒcÛvâ6ê8õæ³`Ôh_¶Ù¢3ÈGàXÕKzßµˆ²Î.r´Ü^˜èÃt‰~ûx×6D Ä -PŠŸÙîÿ½s¥Ä¦NN‡OŠÙši±©½°I–o6¬×Ïr ã'=’0̧Q6Íj²%{ãùǨÈÒÍp«ÏRÙúkÝðtEJ·Æ'V¯>{m -ÑëŸ{=¼×¶¼[ÉÖã§Dr¿9,s!æéôÎÙFÕUÍèEŒówÐÂÃ4Jó«?ŽÀ²Û¨—7zѨMí B¾w×5¯ó[Ðö¸2tµ÷µÜp—._Ô>RCèÉù÷#lﺴÌþó7´ËÖZ‹…AоFºg|ÑBÈv{ÞÎñ®çGðcŸ÷ÅŠÒÖO6lEI±«7Ý7ÞMç·3©;+ú‹ƒOï”á/šs… -øt)X÷ó=êòîž3ÞTDã5)õGÚïC:Æ© e’müàÅ™YY´ªzM0:í}o¹0ý³Óž„Z¥ÄéÄç›Û´D±‘I­÷½ -^\3jýa†þžô®»jŒû%.nš‡èq„.‰÷a·TÉfÖ×Ù¿]ø°êFqŽgµƒ¬·ËÕÓgq™­jËܰ14)UŸ•Ð[û'c5»ÜF(°¬zÎMçõC`ïÎç¶F¬wõVBû|9ÎŒéë °n Ì×ç^и`écß›¶ .+ÆþëlºÉœ>²%¥KAµÑÝ‚À¥é^ÎgÐ\™» 34E[9—–1‰AÄå%e$ Ç"æ]´ûP?À·\zŽ}õ‰bƸ=´Ää$×%{ÆÔðµ U…C¶…®Lnö~ŒÚ¢«¡qºLëk7êó’>d&JYæ‹; Þ¬¨½¹Z1cÌéšë€^@¿ŽÊnM«È±ÙoÐÆ.½-®ÎÁ6iŽð7Õ¡½ÚNkšš«¿{“‹à}DÛª¸â!Ùø©Vò^ÛôœÂæÐÉ‘›€Ô²ÙêdwÇ:>Œ[——–$nÇܬí7\þÿΈs•3¤ì¥µ;ê§¢ÍÆ8åmåfh+‰3NÞt;¯&%\ƒ²iLòAÏN¹n“&«ÉYÿ¥—‘EÄë–Šq¨{LÜ4•Õ¬3ƶ¡Ÿ+²îÍÂvQ•÷ö»n#ïYê®ÞP¦Uëj){öè ã“>>Ü•Ÿ9m3k3<†”Ô1Œ‹V¾š"$/û¶®Í&uKh·É:±Ó'Üpé hé6Eœ#Ï‚E½ìÞá]à|Uµ§eÚ°i—»QOgÍX:ž—Ìת×ÂTY›t ± ¿àíÎø‡ÛÒvš:Ú“—61;©¾íg®ÚlUäËÖ<`'Wì;ýÚŽ…;Fߢ…㎥-ÏÐèÎIëåÌTbηþ~Ò¼˜i<Ô7›V¥-¤A©ÓôúJc¦[ ¶—QÝqø|Ì_Ï[Þ»ñÊÏ®†ò Ïv¾vî™ÙúX¨%†oÞŒõ{ö_Ó™þ:líõ4ë¥KYû4Î7+ý\€x÷X—˜—~2³š‚áT|ìŒYÔÇårƒñ™¹”[D»]¬™áüzKÇx@䥟ڨby“AóoÿäæžhëÃ÷Ü/øŠû—ˆ¶yqõiœ_·Ǽ¶ïQYk½­Ë‹oQÃI§äÎZÃÔQ«]'GQ¶Ñ“íÅw^fþ‹oÚ–¨–gþ?€ÿ-š­ÐiY–\jŠX÷{¡/߬9;Õ±TKSÞUPx0 ¯ÕµŒª[͔՝ÜS…Ywûf^Ç–æ_5&r‡}y º’ÈNК§'óõõ”ÑÁÑô@ÈKPdÏ'–|¸4Q燾”Åõ(YÌ)³½ÈTûjÕ ¿¦í -7.9Á.¼U%ùºø)³”‚¼]ÿÛ`±yP+ùßÊçø‹A³G0ªÄS©]´_&;gõÒ¼Q&N²¯Ö|_óµ â§¡‰ ®jÞì4ÕÕ|¢—ÿÔ=k»ÙºnCsHëFß4ÍX×íÙ -Q©ùùSKKaóng2”hU‹ùKÃè3»ñNqͰ­`ºðïøji ¥iâ üÕ‡9<­t¿UTÛÈüÏ‹HÐIƒ7{òD\…E½2TZ^Œ=|™‰ù|îêá9¼‰ÐG:” ¯´j¬D¤³åXù13c[5¼)¸}g µ~~Ìahš¥gž½î1{M‹èóûêû#½/Ízð¬g ìÛ‘Ú  ûÑ+wfØô†”…š­Ó§cÅ20¶ð/PE³*:èlƒ=+¶êÒ“‘…ø>BKÄjòή[3¼B±A·KJÊuÂøõÏ7˜<+xsQº<‡m¡Î•ºïËý ­c"˃ÔJVÌ]g¹°ðÈ1Q=-¥êïÛÓv< NÐ;dM¾RµÒ—òóœ'Øö´@5×øÐrèE´…ÇkœÐGÂz· Ô¼æýW>@úûY¹© HÝwçö·oU¨Ü’‹ªÌ‘ÑÚ·š[êz-×–&‡…;8ßwØ«ó­~sö±›½¹Þ}u—±ñjEãºå‚ÖnŽú!ÄJÑW‰Žb„·¿´=üØ‘Þ]Õ)¾­ÿƒ—8(´Üß®œêGˆà}Yq,üCœÍS¼|Càw¹5fqé©§þP…1€†atÚÔ&…ýÝ:”}ÜT.ä{“î95Gn‡vغô ìÛ½’˜[5¨ ·’x•±l –Äq÷<3±…Ïç€îÙò÷™ñ³@ŽQ0¿‰åîJ×§,´„’ÀG»`0tÝŠ( îb.5Ú©–" S“ x¯c£«Ýͤ[r³)jw.·®§LïôÁúV´y¸9¢ºù~ã¬ÓÅ ‚Kà Íãú|Š8×½MÛ#yÜîÚ¡r®ûDžhw¥]¹0Þ²Êýå»Ê*ÏÚ/tʇñ „gBS]"ƒ‚uˆa$7 í@!gÞ*!ãõx9„’¶úï »s/EïSI­ŒxÓßAަÎAÕÖ‰Û 0³óîŽêÏIo–°U[õï i"}O¥ËÜà×Âe¢á©KÄŽÝnÒ.Ô*¤™NúÁ)Ýô‰ 2ýÝ·¬ïn^çÚúKÒék¦¶êÚFÏK@æ, -שŒ‡üíJ‹c\3Wi:C¹hlÔÎOýÔx¿ÃçúÓ‰J/×=wøèÝ?¢¾ ½uŽc_NPéþÝrSýèýŒ›˜ï½Wo¸0ÐëM$7ž†a(›þû•ŵW¢‡ßyˬŒ*ë`<»*„˜÷^†ôöîì Ìû‹zyi”š%Õ®…û1¨Šã½^ j\h² -M!i»ší)¯|J˜|6F -ÿg­~è)4™õl„P­»y­½šÞ±¯ìQ½íÍÚ]38Ø]`qLŒT2L‡Ù;-u¹âu÷hȉYA1¾ÍþV -¯œgeZFÐÀ¤LÛn0^¥©S"s³oIíÝÏe;_¯Ÿõë]st>Ö¢FË ‹èœUóØhwö©ò4@ï÷÷ñC7îìcÝ¢Ü>Àa·úÁÿ£Ò¤Ÿ9m¦b{X_¢ÜK¥­de–í«ÉÉÝš7ÞšÈé›xSK[Á²´×_Ëð›Àò¯2ÙÇ0æŸøV3â*²Cí¼ÞÇ«÷0ÂÏV›hwô»CVZê?À­…W¢i¯¥_«°%I gÒÄØùŸ~©œqΣrDû=N?ŒÍf›,ÀnŸ{pÝìÜá!á}R›¸G´h¾ ¾°²iO¸ß­á ¨Ê¯/øf%&»­ì·Í øÕÎ='YŸ×“-v³š¾ÇÙjÜd©³³x¶;X|¹ìävƒÓ9ÿe=¦4[*øù3ta¥tm+ÑÜQ™}³cUãOAãüC®Ì¤=d³>¹0è¿¥ƒr;Ÿ-§ßò4+î)oç—r¸¼T}øsC=%¬#O÷+Mèþ¼Gª"d¸Mt\¬™™lª!Ùs;g¿oj|L©±b©ã‚-Sd}Y“À³¦)ûŽÌÅUȰ˜‘3•À[{OµŸ=~-sêö^Ȇ»qÃvâ_÷ÚHó#S͇%~Ma/ ßL™L\rú°}­Oóùt8Œ„¦u‹ª$Ž`)¬ÿ<þ ëKMœ-¯îíæ Jë9Ñ"°½¶rú­4·=©í»ãÙ,SQnœ•ûž¾{‡Ä™–6£gsºelß©‚XO¤>nNm¥ó? '?¡DGqsjØjÔÊRo|Æ,CÍ5oŸ^+3Þ™pzá°)°7´H??‹—ôé5Â×0b -œzùÒ÷Êh`·­Ë/wB¬ïÏzê…¯´ðmmAÐé®Sû=ëSÓöX}ºÖúuÏ“†9ŒÖ\*›·´Q _Q.a†Ò›Ý‹Kx›z©ÑÓAäe¨ˆ~°#+ì·?§> ïùzn¾½Ì³VÝ+ªò°ª3©8÷mZ[v;ð#¦º 6(§Þײ*5è0g~IâÙ´‚$uË?dÕAÊ\ÍpÅyb^~ E‚’¾X.Ñl³ªëãáp©¹Qc¼›¦ðßÅQ¨ÖN_„¸ÐÖ(¡n]?ÀÊ^¹g¼¸¨dì>§b/cRcxƒ8ãßl÷ŽþŸïÒÓªÑÔù¡z-ßF§™·OKpÔÖß;ðEíRø. ’u=†3SI‡xø™ÉøîÚô×YKx9‰Q~áLõ÷¸A)³}M¾Sf“#&OÞºç!z¿w0ÖÖÖwRW¸®zæí÷÷„×B Ø.ÿÂ9¥oÞØËêШA–·#w®ÍcuG”¥èp4Œ»‚H‹9v¶N7§#¦A|—™w"óá.¼K;x}PÊ/û7`Ux+_¦POYtõ‚Ç0þ))·›èŸ&zÈë­ÝRZ´ îËŸ•ÿ”ÕÌ-'wÉyñSåøº]‹ë42y>t¶õ %R«¥1¡Ç°û’}µgV0å’—›{l©V:AŠŽ|l ÷Ó›Ñ*«ÞdšŠ °|4‡êO-º-"9$ü›¼'@=VüªÌÓŸñ\È{õ5²h'âUñ3¯®VªUP~ÛŠNóÝTy„#t„ãly•_+üþ¡1¡ÄÕÔk)Í_³««‹%'¥è[¥{éKÕÁêµ.ûëÏ ·ý©–“ãb(BsÏw#[¿Š=þ•\'ñÁ[Ñ–&¾"á[›7ÍFiœ›Á‚hˆÏûyø˜0»;jl8¥+ÝC/ ü;éëÏ2Ë6á Rí{¾áqöÝ)äUäi¼Ü_Öú8pÿŠèqÉ“Y£b]æðRBþŒÊ;cÝt–Çï?@Æð·#‚p¬+ˆö!Wžx„´²Vy±û•¢ÛÓ+ùT¯þŒ]gbPç}êÊDðíãèÃí±¤ð¤yµ&y Ô¹„š[nàÈAsr€¨Ëºð/úe@†“¸ó[e;ÉZDŸ§ó›»Ñw±2ü ¬¬vNÆð+íÎẽ'† Þ•¤AÉÛо ^zÿò ÜRº_Ó€²£ü{,ËÅjöÈbÑœÝ:/H ŒprÚ%¡L€>ý‹ž•ÅIHu¬’ˆ6‡"Ç.š O]ñ4BÇ)Ñš¿Ö¶‡Þy™£E%WÈð°ïdB¯·|ÖXŽE]^ÅXÍñ"å5½®‡…& ¶g‘ÒHìg¡#Ž¿bä¶oTíQ-{P†þ¤E(¬á -)°V"kòq×.-[[Ô]®…­0ÙöÙFè,Úì”~ü5¹Òz¸œ$õöµ+|Î.Õ½uý°£‘©Î4dü=É.D6‘K"Äïé•Ù¸U?rvQË3 ÍÖ|šžüª {ALxWáš2Z¶×2Ñ]Ê8]JJ÷AÊ´ŸsyPâ5µÅžfÿ€þ1 -SöªÏ€âò[èRùRoËý׊ÂýG–ŸzæS0œ½—e}*uJ?p.ò•Žü+ݨá¿NWP޽:¦6ñ Ü(Ð^U´¿ÝM¥IkQÊú ©µ–¯I|ê8Çg«Xº>ÈòÄW%}˜tUÕØDJ KT™F%uþCÊJPe§ý„(½Ô†œÔ~x›æSxòÓq¿,!\Z­P~]Çp\Úßcm[:NÌ;Øjü7}½22_ÅâžËumã¥e–õZà¡a<4ÙkuiÎÌ3æÏ^ÏŒÙIJ¸™Ê˜uáÀÍW~e„ná®Ï‹¸Xl{¥Úë~Äæ%\ÏÖÇÕ­²“—ÜÌ ì»‘|§ÄïÚò“#PÉ™5Œ¨nvœôâ)•ÌçOçb­¼ËÍÛ˜þ&w’‹Å-: „¯ -…!+ôZò@ŸÅ„>ö¼Ç6•E lö „6­CãTS#ò:¿œºÇÉNq¾êâÜ+Уi ½þ©¯¦ãk Š<:GÕÙhÕ·ë¦$ ˆªû鲨ìë:gyç%õƒ*8p¶såqÕn“SÅ"©6›û*8':Ö4¤"9‰·ŠŸj°°›Æ´ìÓ -¥òŸã{´Yœ2î–ªj¼F½»}­ªõ/QŒE½Â)> b -RÄ•¨(!R| ´|*óÕÀT¶Õ3¥’íº¤–+\ùÓ.kú¿»ÊŽ©­J ‚–Õ] „§ê@-_õõ³ËJc^ÇT‡›UÙ<2?…’Ï ¹jÚ%íX?Å%¢›E¥m±PN\àŽ¸^ý®e‹Pá±’÷vD&hÆ (ìÝ$ýfªïÞÍ'‡!ò9ä¯YúÙæ°á -dv‹±(îXøIZȇ¤%[ ŽÑêaeÿlxöt4Ý\)`qm •Êç ñÈ’ÞG”ØŠ:÷äe'§0‚­ –”a®x«€óñ}ŠoÿŽÕ+Ë­ñ° -ù8íëpoN0º~VʪŠº\jˆÀÜGÎURfh/q‰qtÓNnËéa4–ï·rºÐWª ûej|²æ“CKÑ>;ƒŸÏÂ+’Êý©Ê ]žzæoé·S¡nnÔàŒœ¶2¹©æî>JÞå1ÉiHùòöXuÞðFPšé{;̈`Wjߥâ­>¿^?'&À? åWVJÿ€$;ÞžS9^V¤ŸËÍ«º¾GMä–Ët·®ÉTïøspäÉó½¼b ¤ÞvÉ`+ð§=ÅÊõ|hg£TÉFÞ w»ðYëŠTè†lr’Q^¡0rÙ?*zdå|t-ǾÌ}(fb3¿[P¡wž| WÌp²HžncÔ¤Æß zNÅ\YD”•ýä$•%Ì£œYIË/Ѱ߳ù(•Í”Êf'ü™ðˆÁ߬,«Ò AïÓBóô È?£i §wéã`^£«˜»(ÇF'0ö ¹¡?ê:<ÒçiNiéÊ—oÜõð⠱Сo|଱¯¹‚j×m­ ñ¡± -9¹Ù%um_´X»?•¡(™šëö‰Oæ¹HïNg½}ŽûÛw%”yÚ™–3™\WY¹¤¯ÚZ4¦üqcùôfšIN6hJœnJ|ª<¦ ŒÝoßÚÔF•Mà©­?‹gàÌ KéoAsú”¢ÏP>hü`'OøÐ•wé^ÖFä}4lÿŽ•ݼl n¯–Ó²š«%Uë§„;U¥¿wGµ¨çšž%¢Vù­æ½Yí§-ù ƒÒtÍìjÕéL ­ë३_“Ъ´¡J•5é¢ÑZuµ -À -ß´1,NÕO5$|÷à‹ÆwûÛªã9¦-jéÜP¡†¬î“ьۧìÎ(.«î4u<ØöfîPªž{Vñ‡jª×ˆõO½l¬M¬öº™½ô*35ÏwkÉÛ†uäo5äê¹øTÅ|ì­ûßêZyNÑu\™€EwÔÄŠ3?F§”ÌÔù] -Áö‡?êÈ×9© -{¹xóÑnë£ê\;ÁK+ ͪƒéôOå¿ ßk={ÁTU ?P‡Ç°¨Ê`× U‡õwÝ×€¥«^w*EÝ;ëø7V ý:²*[ºí—×\GŘÙùþêâÙ£C£2±ÛzãLªã«™¢uèl™ó6’ªòüTè«3HrFGíÐ]Å}ßWǨo‡ˆÚ|WuÒYcAµÙàÕÖ t:Ô=J¼Ú«xûA"(;PKiĬ{é“éŽö*;×áå£í’¬õ·^L-w±…É=_YŒðYIù„%œºÏYÄë§ZÊ'5Šº=4÷‘­4µý¹„ÈU‘»[Ä_Å[£2HÔæoC%Žoåõê.{{ÓÚc”³ß(7»“U¹…7å&;ØXi&û ÔN¦òA*8ñò:ˆË×7µ™“ýîî´@¬þQÅT¤ÝoGâp™Lô|› ÈÌÛÝó·‰â¿x2ñÖá!vµ`°”…ý(µ7©JbØcôÝØŽ‘0r!9Å1î?Gçµ¥ªá'Øa@%)Š‚‘œšÌbÎ9½ÿaÎÝ\ÌZ©ª¯”þpÈdŠŠéÝ4¿{Åuƒ1ƒ†+5Eµ˜êt 3C¬¶RêéZ‹o9ì"ÑÅ«¦#_Ë`ÓiMècjLÜ­¿ésQŸo0¿< ÛjÙ>_ÐI*—ñ‚1G¬³&¯‚ 3¿Ø¬%æÜi¹|M‚nÑt¾£*Ètì¿`þ`FLvÎc¬WîX&_ªÚW«µAW‰óÏåö΄¿ ‚íD0mÜÙ­ -—¦UGv½oTÀp÷ÄêÚYÚä­€ö|ÄÑþ6íîÔ¨Ø×¼7Ó\Ù¼‹Ýl¯‚N©ÓôÅîN•ìJ9õQ";ä·@¼ÖòZ~ÿ…à(,ê 1³a.éñOÜyË>W[’u.ÀúõÈövSEý³½RéÜØ¿Ms Æ }± ݌ՊáÝýr•_ Š×¬ï¿Vs·ºAûÐÇ-š -Û„Ã]s6õf™Û D©ü ì&á±kÜn¡ð. 9ŽaàFÔ4h¥ƒ- å­H…æØ/®n¦½—gsŽ4¼‹¹çr8ÉÏìU!1ò·u&Ja`·µƒîï¸w>ãÂ’ð›Õ¹}æ§ «kl4ö¸Jsа^ë#{dâï[h–ß±¡@ýhµìµ¤paÓ(•?É–»ë:©ÄqÖ£v|D;¸ {™vwùÚ—<“&rŸÚ×™|—/­µÃÙ~É-°çh"ÄÄ}Ø]¶Ýj½¿¹‡D_ßúžv}ôÂU•fI~Ç”/xž¸F‡L%ÖìÆùú`6“O—ì$²BÖÜ­"ÿØelææ†Ô¢2饕ײK]ª×À¾ðÄõäE²uõ5܉6™W/E€Ü÷%[¬>¸œÆËìܶgâ;”­¬ÓŽGlAZ[lŒÔn¯¼nvµ×€Z;ѶüÞ÷¬}©ÒDæNpü`¾”¨{÷ùLWÚé÷á7&ï—~+nÊjà<Ú!µs†v´©'âÆ¥Ø÷†r¯ŽCßБ—…QÝ®tóNsz¶@:•y{¬Óê+k5}š®“v´ÊíUlaíÁmÙËhJ߆*b-ù³j»”?É~O>µ´$˜ iÁº›µP¨¹Ö¬pøƒ|9ãÜdŸ3 -~´?C^rgwNÆs§•Ó©iÇîÉ‚èeÊ$.”;°)O¦ŽÉ­`Á1€o†|óFœ§ŒÝ¹í”áêísëê;Kw’ÖR ƒ¿µ¢õóiïl^“£ -§x: C§ŒÁs~©¯~1à ûD«#æ¾°•æÛ^ÂQT7ˆfË8a×déæw¨nOv?®>ºsÆx•ÊuåÁaÏÀ¬¸9)‰šŸ=µVYúùȯâwoP­¦Èì»ç®µhö\xclíSêLeA<ýäXdÈQK>¿=W_š mÓ`¾(Êíé!:Í'Н•T‡wõ«Ñœ+9{e5n6ðÕÄZÝÀù!¶…/ßuÇB>5ÿ\´«§CŸ­QËVX®Keƒ­¸À˜Õ¦EÞŸŒû/¼u2É[äx^PºñŠZš;g$»Ü§Pi2›pô7m>Û»Nk‘dužve ^¡|}C¶ËógK=°fP@éŽÂ6=+!¦UoØ*TßÚŸhÆM©SÚÞMç#;·DÈñî½ ~ÀIÒf´lhŸ·WwR9`  H¥t¢˼Ä^ùÈÆÅû§Þ1”,÷qˆg]v1 </œóhÏ6;lÀÚ·jðû^ÒEž÷Dµw…q5ØÛSÖ:ÞIÃU>èäÛÑΑ7§¼=^;yÐr3ßà2±;R›µÝ~ Û©ù ÀéIôœºùã§Ýó ÄÚzŸ³äMt ügþ“.¶ôê·ÖõžŠøôf›‰Ø/]þ_eS2’£ÂÀì–ܦíâ2wÜÅQjâ‡uh&zsihµ]¡Á´©@ †Eï‡AÈ<‘j>*÷¼w5€f9²|&©ÍÉÙ#ðvÕÙÚ¹2ÿÔÖ[ë‰ëjï -8WÙ'~èºÃ¨3×Þ8öÁ‘½Ý/~þ°·Ÿ·ÿPó•“™qwèÉ¤Ê ƒ#» NPw»Ñ«ðÝ󛢸u(+i6Kb’ºààés­ëä mèÖ¼F. äåÑœÝNçmâ‰w4Wºå^L*ÀK8ÉU…fHÉÃþ -Ÿv;©š>cÞ+üpM–nj;„Ø Øâ/+Læ+ų¤!]’NÅÊÀkèl,pµë$ÎÚv+îöD{S•Ë7r Vœ÷ :õ<|Ej¥¢íkeä°Ãê*EΩҥP¡xSŒ›³¡ó’üañ­úþjª»õ¥5M»ôV¦?¿^r¢£¨Apþ+ÏÂÍû1òÞ ×™¦l@fêÚ¾ñ˜-õÔÕ³%ksH¾„·m9èÝ^æ>bŽ9)­ÃâDWÇ‘1x¹—”?‚QÂÀ­(™„°÷gÇZâ缘ÒÂÉ8 Ëo£ECv$³3 Õ¶Í©±†~Ý £<+¥(eʇ[Ňež Ã-¿ÍU ÁÛ$GíUGÞjËZjìÀAÔµ÷ -ó3?ÎÇŒî3ÖP›q^bÈÖ»¶»ô®舱Ìsü(¯ÔéÔkZ’›yÕÁëCä|u²aXGä'™ÿ ÄíB¤mY0ˆf±)ðEP -§œïû_1‰À¾n ,À ¥ÆB=îiŸÂÖˆJŸ5gï˜IÁE—:Œ·†&joye¦—ñÕ&烳[C’Ù?(êŸÆ©2Q–cgøé6‚̦ð2·œ¶WU}Ì^Œ¨IÿÀq5ܸc÷ÒÈÓf±Æ•°–!Èô:}L†•¸€>³›/oVü !Ÿô±5f6¹Ã<*ÞÕ_â˜Á¬Ifí\'óÚE‹!ùq{îhwï”㄰©ƒE™º®]{X£hV Ë¢Z ¿¯¡t¥’ÿ¶vã@˜ß2‹³wºV=oGvÿ JÝÏkî -غ+œú{¢g\¸@¹Ïd, 0n-©hf2gX4àˆMüΜÜßÕz§à^>Œ|õÀ·»%t}sY+»ÏzË$ëæÖvß›„ý[a§Íî8ö=Ç9úPZF m'\r*ýpö’ò:\Aq{K†A\ÞýRhžêªçu…j‚‹ç§«>å©Q'`–~º‹ró Fe!§X,[äG˜ä©›¢¤eWÙI7Ëž¬{ó¸o¼ r<ÿÖYŸ¸ˆ†ê׿aØàîîüΚdaÌ`~×.†RO8UŸ%.ÚCûøÆo¦ ¿LyQƾfxZÿƒä—Ä*ô¤£¤2Z\¸ù+*j½™…ïàu´æs®1{è¿Ô{µA&å­Yx=óð-|ôf"<,ÔWƒîµŸÆ(Ç~’õ7u!ãn¦NFé.ÆFs3é‚Uÿb´ w¤‡ß¯Õ1ûŽÙ†óêI­GÇê*·ØYÖ¦ªñælH?„µFª;ÆUšJ%Ï0$¥÷üû”Óö`B³%²aoÕaúEëoÇœ¡™ù½_áÑèô—eô«²«2ñA õÃ&æ7 ËS «Œd¾‹\˜«ÄAœåÀjï”zT@î³.m&V(Oý xPµV3]Þ¬}tÒ½Ÿ’ïúJ™\É?G£ÜíÎe¼7‹Þu”B,^äYI°ÂÉ}Ð[+ÌfØ*'å–óÈ«ÛŸÊØäq`"ÍX ï°îˆG6Bª-%þsUêûÀN4½äz} -K ã¸þPâhýñÅž(9ï0~ ®Á¡$½éär…ýÏPÀ¼×,Ù6-ðèùtéÂ,<ÂfËš«r±" æP¯ÌŽÍtt&êñtÌŒE‚û8ñú9សXÁ­‡á‰1.þê4Ø´'’òñ§kÝ}¼ªB£˜#÷ÐmÊ ù ã´wàö?ÏJžûr³²‘”Ð=CCâ¨xzzqÕÝ©TH¦ÿ¤ÂÁ&ÓÑë8ïßO]"nsdkØ%ø›v,££Ö#3†ä*~åoàKGQ/N¶ÁÜýݯ݉’¶÷ÿvÌI$›3ÌŒôU_‘ãšûøS§[ã¼j×»ÆwlžïQe]„gõùÁºãò¸Èo é²g"1»«2y9|y× ŒùfÆ_…M(ý=lÿ­FOåBã˜x ¸…Ãײ_¯¹-ô8\¬Ëà°qNâµ§¦ë-mŽžóï°W,êÂæsïY…Ù¾šœÉÍÀÅ›lõP©©Ÿé™L—´keìúT®hÞÄëb¿Þ³1Vݸٙð«ê&¶¯Ëü¨?F’[=¾l_[Ó•2Ús‚lØAcÐŒûÛ¹G1Ï×ߤ#¦|RhK<üÞâ˶7Rúô'äšÝôçÎ/» •¾þi_¨^+³ÕìiMtJÂå+«4ï^ÕF–º.‡"¸‘^l5€³=F~,p­Âs}17Ûç+T“ª„Ë(‚XqskyÎeHÂaEälÆ£)áBa‘¨s]€÷#a회¬Õît.æ½mÕ8·umù³Ìe2Ž|>LþAñÌ£¬Çö×ò'â«‚ -ñ£b‹aZs^3Ý”(½Ø -äÆú¡ïpOW/ÚBð“Éy\¥vw³µÊºOÉKÖ*ZÐÏè Ö­îL!ž½Ó¿=† -A±oïVÉ>Eâi9i&xoÇo† —úa(üVQ¿~Mn®á¶%ŽíÕÒQá<€ÙþüLÝ,ûí±‡:7uú¨;VÙI¤Xÿ{ÆRÌÅGw¨wá6L2w¾—áa€ÈkƒšÓƒ©Ìñ'nWP¦UÄ·™S+MÞ´©ŸñtU,ƒis×È;)½¿ÒðÚtI%HMìáÍz¼9ì’ÚäÄ â,÷ý²Ë'fãÑhóÄ)oà­éïïýsc-ÔŽápo“¼`th²C°µ6÷¿u$¬T”ÏQ0yõ›#í ­¹t¶¾û9Éép6ïQI3Œ={~xæfÿ$>¶#ÜÖMû­Û# Ò°LÚ½Ù4Rñ-b+Äl iiWÍ~“Ꜥ]ÉFJ':ÉþͼWœL‡ª­ºÚºŠ1Nƒë#ÚpQâ8¯³€äÿiÀúÑÓkMSžˆöÏ)}Íâb}ÊÆHà -WÛȹžë ¸µ#_:Ò°ìjykƒ°Ÿ×cö´º *ž(íÃåšß^þlJpæ‡ £‹-.ØÑâ˜@KJ,!² DÁ£ÀuyÔ« ~mÉJÁ{ÔO”ׯ}ÔêÜFòugŠkHsõÕyê>ìêOw¨[«)•VG¼ÆjÔ¾Í'è߬0×T¥ñÊûK<7,6Ï_©>͵]ÔÎQ•u[ªÂfþ«Ó8•šió„)­Ó^©§VŒ"-%ØÃyýÀãS@Ä)ZÊFÜx”  xÉÚòÔ^ M[—Y~%貚: –Õh~¨}ÔëC0Ù³UùÍÖÖ×Û¯Ôäê§¢›L¹²gçÙ åNÓµ¸©I,»RâŠôܶèi)gêìlQ®æ¥û…óR«+è‡gÁ͵¿cì§¦ÍÆ³Î÷Ú·üyèêûfSÁ¾Z³âø“K[ä Ô.œ­ŒçYºÇ ëÞùq4æ¡*¤Ð -U©ètJ4O©ƒW…fG…Ý"êLÕH/¥ükÒ^ô’Åälèç4Èúòd,I—iEŸõÅQ¢ÏR>B£5¥Û6/TFª«á#û¬E1·wH»·aÕä/£Œ*ÓÞÀ ÀB5?ìyƒÑyJ™¾åüM;I^ýñh‹¼õKŒÎí‘‘­=mÑßã”VøœÓ/OÝ0½.Çž”Alì&i -;dHíJCª[;ªÄBžæá·éÆ¡1&æPõ•«2Ü(SönÍɆZÕ"1£e{žÕB={Wƒ÷y«¨ûÚtl–WîÏOK£»¶™2uap°VFº¾½wNâ'Îõ¬4ŒÍïLa޲Ì=SÔYù«”„¼¿Ì/þ1ÁVØ\…§_à¨ú¶±ÏSC«…âRAWî4°³ô¨#Þžf– —zã¶ŸõáxA ýæl—áȬG+nüzÂýáò×ö±~·ƒÌâ¸Ô¦þæÁªJíù2Ìkí“ÙÓTõŽm²;Òí’:•õTò‚©Ü6‚òº‚E³ÛÈ©W¨‡Q&Oèf:ö[éÑö[C½nŪ¡øŒ™´úŠîV·eK3—w‚XÝ/ÆÿÛ%ÓÚûn‚ÓfA­ -ÓØ8-Oõà÷æ-­Ùònf³s*©µèÄ>^›Î³23ŸFóq–íÕq¡˜Ä-[b‰ÑË€,ľԲŒ–“ïz{ÍŸd,M¿†“ßà.yc¦2'ãq¤Êò°ßšô’cMñ`..ÌS¿a›×ÛêBÀÄ1µúëßÄ’w6zVž3+D†¾õ~þ—ÝBÖ´ÎÏvyŠ]šÛ޵¹ˆ#c׌^†œõH°f¼N¥í©»Ì.g§Ì|Uú• -»` ½Š“ø}ÇJN ˜+}vÛP:!K°˜/1£³mˆ2Ä¡C  ]ûÏa.ãg÷œ3ÓøÚ;¢¯E{iS ºÉðD¼–Þ±•#A¥¾¥}`¦Wåö3}ºh]ô¦iš.ךuî¤mö¨uÉwÂ5¿7^£û¦ÍÛW"WåîÒŸ˜qÆ«XíÛ;çxW"5É{ ãêO¹ûø’êXéÒ·ù†üø\úò´¼HîÌq=Õ›ù†êµn|9n{rÍL¬„›’þœÂ‹2Íuû¹ù uü_‡@óa8õ$!(G}î·ÓÉáhƒÕ æ™»Ô/ËŠÁ_x;ôkÍåÔHwÓB_×¶®:-uMþ'½1bm)¹ïsõ·ÙT#¡³©§Þk§äÎ?Ÿ?Ö,ýر]zluq°N¥Ê0:†j]ÅZ)œvùYö™{Á2N£Ã²qŸÛmÝc#3p»å³ªQãÊü¾×Zû‹å.ƒó}0êîGÚÕ?/4ô£ˆÿ Ÿ~_zp -ÞcÉ(ŒÖÉÆt•&C±ä=cãg¢é£ÈŠè°US§ŸÖ'\Cxa‚þ(CÓöd‘Ë“2ìh!¤ÃÓgYœ÷¬RB¡µ²~Ø®zyG.Ú'ÄsÇ1F7Ο_Ë+†ž©†JkHœð¶„q“¹mmÄ£d퇼Ó´ÝsÔ†6Â+•ÙL{vûó(òëmÝÓ–%©h·Q§M®GoÔ%ý­±â7STŠÌž쑵_éÛHºL UÝJŠu ×Ok6k@ßœu4÷øáUA÷Ûå±u1î‹.¤£ºMfžõ~|» Ñ©@f\–»VÙÝeNÈ?}Ýè×‹É 7î¹%õÑ%‹Y¬¾öÓXÌW[Ëî–$ž©hSSj?5ø8[2Ò:«ˆä׸ëBoÔ¯ŠV‚ƒ<íút(IΪ¿ízn«<ÅÌ;3ÞXý]FX•×z**5Q·"±ú¶(µée56­­\Z }7Ú}[ïß½oe¨ÒL~ÝQ嚺dŸœz€â3Gs,A•›o@ vÞ’Ìs§uåNÞ²¿ ²ð‘jïܰ—÷1°4ê{B'_²jÛþ]1ê`hÍÂ×] yÅì>·+³1ªu\,¦ÓÙ\ ý3û8îÍ­¨_hí€çܯׅ…"«gƒ}³ ºBdIÇU'fZ€ysoœzû|ŒŸèƒáãnÖcxªd—ÙÄ3Z˧©w§C΄ž¨«Öó[´µþ¾i>´,§_½ã2u:ÿ tkY]ÀÆlh±ÑòÇù±"jã¢9Üäq_Ì`û _&ÂËI_U÷o_שi”è"Ý(m÷ô¬Äæ¡Ì9 zT•qý,ôLÇ1w\TÓ¾˜f¹™ÓIðÕÎ,Žßó³±õ7…ü¶gav§&¢ù4‡<¢Ÿ¿O?Œ bJÖ¨ìžöÁÆ<oWôÂ~¾à9ëï t¼íú¥ÚOÌüCÓpèf”N§Q®JëóÉÏ;´~i\F fšqiH=;gÇ_%ͽaƒ”È»+HÊÂ|1…b4k(U£õÈ${¿oM†þ¶“¾+å#iï“ã£x3.¢_û±§ì$G¥Qˆ›Ýôñi½ûŽ· ÝœAp}Ü -°#:¶³*÷e?¥vœt/ë¾Ó^5k†õŽ|Å‚³'ØèïGŸº´tõãÐU =UjG]ߺªíÿfªTÒϤž¨EÕ¸ÀÏ©½ó@?†>+[üÚpù* qèê¾:I¿ÊJQ|.µ‹Ê ÕŸ´Ø½ú+ëY\Ø㕵âv`›ÐvÛSf¡U¿ó7Cµ®e2°§ëŠ7Æ/0?t®P¤/ú=Ô ü,µ?ÏG_˜cxh\Öµ§Hoò ?¹qoü×c ÈvÊzüS±`VvÝÎSõ×Òº—~유&Ô+x€Òz¹tHÈv˜O.º9‚¶Zá—?Íóe}€”Í£_?Úˆv8Nz®Ê´|ã#â¤>e®œ³F2_´1¥g(ˆ„9 ¯ûê~.üЬw "|ê¿&¨\Ææ¡ €uß*²Õ˜ž5S·e—¯|ºïÐù¿+I»äL -®©Ü‡•¹©v)i^T>ЩU'–ˆý_½SëÖËíÅ€_+&þôxÔº¡Ï½=G*/7ª‚m\ª¬“+ƒÒ&¶íYc?¿c•Í&è¿®BÓvŠ ØiÝ EÙ·~àÆyÝTÇÑݶ±B¼CÞY¦ØöÇœ:1ù¶.QŒã£hß©Pú·àÓ,J -OøÇÊ¿¿^¹w³Àæ Û>ï.Ð -ÙÕ^Ùpw”(_–E»ÇU箟ˆšw½‡S-ˆ®>ÞÝk#VÄ‚ÐîÛÄwâ]¸‰ÿº‚²y;Ó[’Ù›l–÷Ê&·›LÀCÔF¶Ì[S.: Ç£ƒ´Ö5k'©Å ,—`€j¼|{œoÉ ˆïÔã6•ãõvó¾½+ÌáöD|Ùn£ý¦m£w¿æ§)~œr5ø›ÚTöOçÆO1±LO`ÖZzudôÂkr¾€>½õ«òuH+Q±arîVûVäN‹m¯zÛf38ÝÝÎàp±±âöŠ6q¯Ö2ÑÛ÷±kµŸô1W¥›L+€Ï~®,ÙÍ^´*¡ª}ó÷EÎÜŽÁ «8¶ж•î[Þzfvówoãß9v.æåcë´í°ïîr¨¨Ý1Ð/Å®6¢¹R*¾;ýë4rRV)âÄU[؉ˆ­é³zÁZ!M»ËÒïfÍÞ¿<áÌ”­Ú{æVVœFÁê„ds4·8ôáHogûo1dö+,'ô¼ý~pôq××ÊÖñýÊýVl¯ÆEw—ª³¢‰3Ž ]լʜNËQŸèþ ÈüÏ"Ñ?jÞÅÏÔ¡¡ÙÞ“‚¤¶ž÷µw4¸¿úó UœÇ÷“Nóïít¹–Nñðé#=ËXýDª°¯Úf8Óa½²m¦~É%Ri¹û¹ú¹Q^éFöâ®Æ8[¿Ý²èÙšvõ×vš—÷o¯w¶ÅO6"î/÷ݺ>7v»éc6««—¿39èyõr™ R¾›Ùíöv[›Û†îTÍÕl4ŽŽ8?Õ {§m¬Ù{€àÊ”otum<Û˜>Cøþ­å9I -ŠàBÌŽÿõ¸Æn gOáŽôdä*_Âyš -å2Nä÷%æÚœýÊ,àÁ~Ý•IùMîè ^f% ê÷ü-Ð;ßJ8!wˤED%wö.T•^ýæG Þ;G &øGw²«èÉv lv§Ü>¼ö¹'=Ò£ºÒ]'üdvJ¢8r7θIHÅýÍg¾hï”zL×.þû$ÿ þwÌ@1?Å!§×f\ºø!Ýià –8IM‹w¿imûJûe¼×¢fÎG¬5íya,•ëÕ¤úé+FÙäöVÊnu ¯fì-l˜úŽ÷ŪvÝ?È+Ë6UZ\¦Ú¡¢×<ê·fî»1Du9OÙÀ×F±J$ŒÞðc¡½]‹Ržâ ueuí‡cw¢!&¿ -ÈQcškRÕy~{öb)[i˜þíÌòÅD—Þaæ7«°¹E¼žSFn‚¹_;M‹¸u¸ˆ“ºì¶˜Î,àÉ{Âלb —»å=rØ9BÏøM6cwP –àÕ™7æ6t$³·ø!èçZÇi»•úMTÐQßX^çq0 ¹MF‚—ÙI&=ŸÞ7Ý˺ó673¿à¾åJ’“÷Q³xºb8Kå"cc~1±®»ÑD»1«£nX´üŸjÜ•¾ÅfÍo%Ãðd“[·ÞuÍ×ciÖI]¥h×~oÍEp®ÛˆÐ‚j3KužSUExv©Ú~;…|w/ªëP>³=š…oi.LÊzlðzó7Œwcò¡‚†qÓ]KÅ:­¼ë7@q¸j;ÜýXÁ–nÚ÷Òþ²k€Ò©âZ‡é*PÑóKò6áîáÁljÄC–v\`îÜóÃÊ}¬£Þf®ÊùÄ™¿í¬á_¬„²³>A¬¡Ï‚ú ¨Áñ¨#*ÛN+~Q¿~0þÞzci6;û&ôn¿å—] f.²-;-Ñ`oN@ó óõê0¶ùe°zàˆ}t7QàðMØEÚ· xlr"A@ Õ·ø>Q®^ê~}d$ì]÷f½:7vQVqrâz6l~M8óFTôý+!1¶ûó±aµ¬Ö­·WŽö-Š~¼ømÆö> 2 -aÑrÝþ¸.:H&~b-Rç0¡¾­v¢ÝßX/¬(ÄØvˆFŽÅC;…ßMÝÙ7ù±Ë»?Ÿµÿ q¥ IÌ@'Ý3¾Ü›½óg#ºÝõlÕ©Ùú×uä4>ܵ¡ -ÓNè+¨,Æ2öK ðé ïéÑ/J‹që2rü}⣭õÚËgC•üŽ…Ÿž; …›žjÄ{eøœ¬7%j‡è ²<¥þ4ÑCÿt2ùVéî,ÐÏI»Ž[¥w£; ×Ïû=„¤G5"U%2» -Ï¢°¤i+—º£ùêÔf²Kã¤ÿ^¶é=Æz¯u_±I§TÇmï;"œ9ͽå-•dפžòB|ϵ=YD/jZ毊\ÓÇeúšh¬%FÐÆ _?®NÍ>Ê MÛ©¤îú¾Ë›8ú3З¥½Ï‡xèeMB>‚Á° ËÒûI[Ckͽ„³ª‹0{‰ÊLq3ÿÝ:müW\XEŸ¬z|/õásX°ÒOÆ;YCëÀ¯dgÙT˜çž\vM¦˜QÕ?""­ÚŠwKnÝJözü?ãíflë|3wÞiº¸4¹øQ·Ñ‹n¹Ýö(ÂÐ6™Ùjí{KʇÔÃ>€ÚûýŽvªˆô[rú×÷“MÂØeüÂìf/ó…¯aoº] åýlü<÷¸¹]듹V²¯… ît áŒ`©ˆÙæüÕ¿I‡Oãç¬ÊXΚÕ)ß®çy…mKAù{ÿ j>åBðûYOsÞ—&M~ö ='çü­0²mA÷pñ€@–gªŒ5òDžÕˆ×ÃX¸'Ϋ:}2†c†»ýö®¸ÄÍœznwòæÍ1gÒ¬q9Y +«O…Ý|Þ éñƒt'< Ä/ò¾ÓjA2ŽG3(­µ°ëo®Ü3À~uíÿÍ˪S”¿t¯ò©m¼ZeplÀzº…¾¥;~PL0tõ¼YØ ñ¡ª V7»¾ø!-øÖfWt›S“Š‚?_—2ovÝíÈ5 -=¡Mâ.ÑÛ¶ë£því¼zWŒÉJ€Hðå –Ây¥°“{²„Ì£YU>ìôËÍ úKá'üúDI¬üÇm…º‡&›6ákåâ5æ<ìpöžÃ˜ÁxìøOŸ·Ïí"kªd†ýlX"·žY…nJñçæGI²ÍQê§êÖ¯ÈÜ­·­lt’uÑ€wZxr³Pcª†¦‡î!Ì〲Úóz<œë÷‡X‘÷CµXóG©T c6!î®Öœ -1qbšžó1rUêTqü†…„@‘³h,Dcæê­Ú;‰‘Uç-gGVjr<ôSSÔA¥Ç¥=Âæz«æˆñ•Ykôa<Õ¾ ç}v‘çð«f–͉Ýöè?Ï’ÃÓ*‡— t6ãÚд>Âà3X« ÞŸ7ç¸aÜ£wÌ^&+p9ßB]ééån±ÓÜ ’9¾ÌJgM{üB‹· -žGm>eÔÁ·ë3Dókq¸Js"7íƒg¾}ÃMYcÚæ/è³ØIã$у.ÄYÑoñ¡žŠµ’4°þ Ë/ì ßÛ¥MõJs·PåMx×N1;z×Aí°}±Âç c/Îz%~–f>‹`׫½dp)<ŸP§2™~ìÕwQõ7½×…À7àfoWì®»‘„ŽàÑÛ>Ú5œHç!í·«ž#׆ûdQxüÞ¬œzﻉÆx/÷dÚ”w pJe$ˆ–2Õò÷û ˆ¾çššÇ ~…†}Ðã‹'*€7üíz€ªþîï£ÿ7ÔÕÝ™hë‹!ÄÜ¥ÅÀí :T>«ý&úg<ºäíÕ—Ø!ðo9µk9s¥ÝD—KÁÁ`Pôß’Ël?þ´€•ê:yÑ7*ÞC[/£–òdh¶%ÄT/¸Aãù–åæàÛÐ?S¯¥*]üî´óöê0ÜlâP"]EàWÔ¥Hç°v¸™Èã⯣0³_}퉪ÍÚ¶}È$Ûs`ÿè—»#ˆÝ¹L½Qp«ÑÕCwç¹âàæ¤ -:×hŸ«²‰Ö:ÑÁSKñõ(‹|Ý1Ö¡Yxâ;%ºnz­ %/ÿ:HZ-e42“º„»(òÌ&rj5Ì·;hL©úÁî?ecM[•œ”ÜwZÀæ Ãl^o›£[³»å3oß4úþ8Ð7D‡>IPÍjߎz|i‹É_ž+Eçã¦ÙUýoQŽ]ÒÇ+oQœ>Ñʮҳ5z8Ò$ÕûuáKåªÔÒRoØ7÷ -Û$î/[™’Qryt­Ž}ú¶­½ˆ)^ëM¬}ìTúiþ‚¡¼üVì*H.uÜúðİFytǪ̀³{ ùˆNap¸ïOéYÌ”\•‹uzQ¿8‹åú#™ë Za¶ Ö8jTêÍ0¢?öèá쀒ó0õú -¯s·,ü ½”CaðlÇzÈB_má¼~¡šˆöâÝQ…äìØàžÓExHÒF»h/§ZùÄ>‡(1ŽsÆ];çK±¶Ý `¡8œ‡ôƒW -ºî%+ÄH{§N§ƒãÝ=ê|9:Ÿ;M²Sk.ÞŠ·AßÛÀ ˜j¹*5ñTu¯œ( üÆçÁò­½ÁSa9¾piÝFŽf»Ì½qÍ|¥éÓñ•|;| ïɨ¯ÏzæÜxÝsÎÎÀÄÏíP¦b¸2š‘ÒVÉ®ïP ÊyO³×¿·nÞW#Rg[á©®v£šÁE;gå¼aÆ‚Ñ|[£¢CâôN®&9ßÌî³kÌ~ÕÒJGn'7VÏsŒåETßÞûâµýšÅ-¿¼a½–¡ºó2oâ–vl˜X?ëð5a;ƒ©Š™ËƘ1ä³Àèøé[L¯8grÚ¤ZÕyw"sòËw·lE·º¥RªÌ–Š£"êqjY¬ªiµÀáYž6ßÖ¨Ç=òÜ·¦û=1§±­µÆvKã4”érYk€³2À¤l¼#¼‹ãÀ¬aÔË ËcÐÑ©®B-´+¼¯÷Šý;f%í?Ž®sKU -?Áy *El€(JoI肽÷Þ}ÿËÜ5?g-™$ûkÎ&ÛÑõ.+½[[8ͶùOª[ÿ& %u& NšÜ7/ÂÊk2”¨X}Æp^Û^˯ -£etTÒ[ÃÇúºWÕƒÖëšœ¬â=Íü¥ŸTû§S1RÙ³¼ót3žÝ7(´ã±Ì`,JñÒâ'v@Û¦®<«­µuk~"ïhEs÷˜):¸‹{y`”~Õ5[©—]ÇÑosˆÇSÊέTÄôEIüdÇAÒʃ^'nMä#›98Í%… uNUL…Á©¿áóŸÙ_ +æÑYÊÔcémÌÅðYí‘âÄqŽó¾%\êÆèºãzý‡e¤Io´zÛK=^mæÅüY˜%â£r”Ì1C#ø“%–ÝcšÄ«½ïë+hlöñ5=f~Ú¦RÓ~PþãÑ{aŒEäãçø•³õ¡ÐÌÌdî4Wíd^§+*Þ“¿j”å&½Rò%´Ms°n™Öj¨{±iØQçû«VÒ¨ÈÞ-Ú3.£vcRŸ6Æ;Iêd›Û'|nT‚B´Î¸ù¸¶˜>±»ßÕûXt/“q7z]&¢î4' ædן}\ÛdÝgD%´~qàÚ¼§*F)_ØW‹ã–¼£Î㔑ËÎ5_©ƒßfjúä⡉Ã¥·û/ú”КЇªqã6»œø¯jÕU,-9c 2ÖXmeuC 1}¸0¾!±vš)*‰s¦oøêX£·{6ÄSX6µG´{µ6½fáa‰@Ìjáf¬ ~«Ùmï“G€öJ}cšÊ[«„nam³ Tr:1z¨Ù<º¿–a½Mzú#ÅÞX‘œ¼M ëd«Y:Ú¶À¥Ócò³ja—ì6€vx»Ê#<¿9ÛælVÔ¤'C…µÚ+^Øë° ù(“7€uo#ÌðÝî<ä -@, )™S¹1NlY æsŒµIEòQ¶$°¡;ºZ}±0.|–gDš%UC¹S •>µ"|û7FüVH-’E îÜæÜ8L‰¿]W[8Àç+_U†•ïÍM]ÔF÷‹]ðø0Ç@νŒ× Õ’¤‚_‘F–Ë-f¶d2³äŒò”ª¿%•ï6öØ)0öÏl¨M‰„WˆŒÁïdYêfMåNS¤~£ÿëUÇÿUê©“Í"Tr 5ÿ\ É©ø‰;u/+)6diš:”BŒ;û0Ù˜c‘ò+¯^;‡æ‡¦m=±Åi@»ûÝg¦©mV\Ïü=‹áÐê,Ræ¯æcÂÃ/”ïÇ¥Žú˜Ý¹>:’7p7CãÔ½˜ò·XrqéA[Õœ± hý "y²òa–E&;ÇûæSP…Úw -Ö½^'º^&{­?> -Ñü{¿2xåý7úr¼Ä­'Þs_M%º×+÷²ëéÞ´¥0è|³<¥fVÑš’îbö³³Ž«nÎyŨcT¹7Ø+½LШ®RX‹’ÀhKý‡1¹ç{£U§g~„Ýbó5Ç¡FoC†2e‡×¢ÜÁMWP>©æa°Ìô§Äe¡ueMÞÔK‡Þ¾=‰ôy)Éó•_±Gͬ„Y¹Þ¨¾{â¿oG{ã6U‘#Í·öî<º)£ÕEµ&äãl¼†ë‰¦Ò©Ã#\&é<Ò˜`ä§ÝÖÆ—Æ! Çæpz½&î½I9I?c_)³…{´|\'é¹0x–4·Q¦Þñp¢{³¬dI½ ”›Å–±¹h;ë] |žÚîVvõÙýŠ×ª(vT³«¡—ííI難 -i4C4Ž“ážN¥¯I¼ `úb#e~ƒ6ð•ùt£µUßÎÕŽV{6­•›Q¬÷¼Zn$µ'a‡Lܲg^P#|“-C^è'þz ^Ùe¡ø4&aÕäÀÑl÷8ÃM‹Ê’rPßÓö}oþ¿Ö¯4w ºÚ"Ó°K³8ªtkS%õ¨¸oß|îð§Ò†w}®o§ÔÕù8ØzSylŒ>R £Ö¾ Á¯s2‘ƒ¿Ó²²hÚùØÒ.ò§aæï•rùµ²Û6Kö[™#d8jgç…“JÅs®2ié·ìU³•ñ4v´]›-Ö•³Ë¤‡^¯aÓœ5¾£&ÚÞ·(Ç5®rX¥­ïø®Íu;l&)öc‘ªtýAÑHU¼ºsozËv{k`åuE»¯Ÿº{Åã÷¬¯…H €óÚ¨Ž•qÓ÷E'¥¥¢õ¹u1rÕ"*±æ]«ÇfªŠÔh"b¤œ,8^ÕÚˆÉ5¨Ô^{£õž<¥hž½{ªšBuòir£KÉEÚ1¶Äò¬ðª¹rÈÏØjZí%kóHÌׂ]ÿŽÂÒf½¢ÜAï-憦¿èCªûõîÍ2âFÜWÌû†ñ Ìñ¨4ÊÅFɾ†mÍ/.Iž¦­|éïöwrê 8ÀûØßEÎÆ£g5+m§÷‹ýiNRC¬ Â¥ñïù´M=þk¾-˜ Ç1PáÊOÇ-»LZ;íǯ—eØÏȺECÉ䚨Dôý¯Å„z Α†q¤«-Ó4„qC²pÁ…Óè˘ƧH7òžWöî8MI–ÿœmRª×}‡]¬PÙ£ rüîåþó”lГ­[%ù¨V Í@÷'#ÉïËw¶Ý@çåŠû0_`ìÊ•X–e‘Ù’¥ËMænoЛëzªbÂ+ m»uX Þkjó‘}´ç¼?Ô:ÇzÞÈ<¾sû㬋Bö!oÌv o•NõIw3±‚Ó+­x¬ê‘`†övªV¼Ö}R@YC-D;ŸÅ éZ -zR2ùýíd+öÌ_ -ÚIáµ¢÷,7jÏÓÚ¯WP©MzÔÁEû¼ÈO@ã]ÔÖ{Ë–ö‚Å_¶œ »õáäÀZr/A…µm”˜•vÅÏ/ÛÉzdØ·Òilî•i=`åt?xÐîŽ&¡  ±g:RÒöê%ï ³nS·¬q6¥áÝÅÅioÅxé%Z¶ƒe~¸³ÉÝÂà´NéoDu’ߨӍ€Ñ£úÁZ= á×a¯7Žt^mM~žàÎÌ›NQŸ!+ÿÌAµ”´i4wóV/¸9mF¶¯HÙ—-»îµOuíLJ(›aöæðœþÃHYóì«]c~-a®|~ô=£†v¦}\hÆlªÝIf#YÅBïÛý®ñªó|’¡5¹ºK®Ü;§RåíîñŒè!'Hõ­œ}Oðy°áGvN§”-ObÜ»xØýg˜ÞlÃ)½P©z7í|µ*{GkÝãÎçïFšfaÿ\hÇU„‘Ð’É•‘ûCƒÝÉg¶g£P Íl#UKÍü¹ñéxÌwã÷·áÏ“÷Ù‡ZÌ>ÖÔÊ+‰‡ƒ•’!Ý7‹KÇ*nwöä¹t®sLŽT§b²سAËŒs¬C›Õ£ì)µzØŒŠ­©ožó…4ï·i” òZ ³ÂUQ­ÓÉ7vŸÝÐnåwb^Ý/{[¿/[˜S×ü ë›–1C¯¾¾y•{ñ•,¼?3ØÕæ”ó·Øü˜Vòáµ€tìlNnKÆxÛÑ$XEUJJª–†ª„̳‘S\…€ð±î{;®jÜ»HÀ¹ª·GÃõ÷/ÃøZÕf'¶bömv };#¢}TL+¹{’DèLâµÆM½ô/.´ˆ¡ÞlNgÖ" %"9w;ƒFl» [fÎB¡·4/ŠKÁæà½-¿ƒcWf—/l]{’?Ë =ñ›¸Ök}°JDÉFï»\‚Û´ÈƦÛÏÏÁ£¦x­Æ-•#û¬¨à“Ï-kýžô³5»ó„ùléMlßþtJºZ%÷FÂîiu'™Ð>»Ho¤“u¹ì‰€|¾Ý9ç¯GÛäT ôÖªËòʶ?Ói¬2'qh Àî5®îýçí¿*ÐÖ…À¾£5ÌG_" Žó‘Ü’Ÿm°êsWPߎ"þ:o§<”@Fùx­ùŒq„˜ŒAr{߈Œ`åÓÏÛr©{†G×QÂݲöØÜ¶´Qæ ¶„_û¼Ž~õûbPí~éƒ9²yCÀ7Þêîøûù‡ÑÙÍûg•ÙxGä¾cœt?ì6g3âÆ2߬¿qõÊ^²{êKkm1qvÚ\¶—–àFNhº 78k†ó–PPßÒ ü™$Q¿”áûû¦Ò[?{OXÖ}o4í²k,4rµy;måÙúïšíd?ã›»ÇqÉž55æðX˜Îúp€,÷éÒÙ[¦Ö”øÜ; -ÜVÂË‘™7‹ÖZÓߦê]?­\‡’Û—$iˆóÃãÔVM>ä[¨yñôã/²gé^z¢ã¼Káä2v‡¬/ÑEP±”cƒ^vSìeófm;‡DÒî$ª½ßŸµ˜°h°éÉ,>‘md²9fhYeÏcŽy{UiÝŸÎ8} (¸Ë‰3×þ¦'T-{²WŒoÇÙÅ{n¸·övHbú& DØåþªÌ—Þü!0Ï?2­dØuµxõ‚›‰G5§_ŽÕ0î&•3žZûp'[ü\ÄŸ$4ôógXFñ_ßéÁœ:&ÓiO÷Z—«ãÞN±¢à‘VVv‘!ijâÚï_…uŠ‹eî¯ÛÖ+ÔõG¸ÿ¡és³QÙwLÏòºäKk!pT70äp‹Š2b"÷*Zwa"½š§Ëvаoêžèκ‘9|ÆHi€¡—žWK&?©ëC¥•9ÁÃÖ‡-ñðð+ÑMOÎ4íÖiás#«ƒx]µÉÞ„`BÕ_kwÀž¼†¨DÒ¦­ç. -ÀçäîJ£Â½d¦ÍÂÄýší“vÒµô뀖9n4ž/ß' Ça÷¥µÊ -w_À’8âam#ó¨ƒÎ%TƒŒ†©¯øóÃÏ8wéþŽT¾½(†Í•¦7Ù*7„GTÁê~+ýꡞpú>|aq¹f‰Yoô×Öcæaw‘¬E²Üº­.ÂÆôÙVÊQðs’Ä ;³6´S¢-c{+-Hh¬"á‡ù^ |¤>YÖƒ¢§4ñÓzÁdY=ûØ÷aö]é ²Þ°J=ÁsÇÝØÏ¶Ý»äÀi¦ÜOÖ·ÎS-ÌÁáHPU¸«ÅVvÖ`û qlN׈ë?ip:ÿ¶ý¶È¿îÄ1`#…kyömfýS2D`ž½½ÚµéM÷ú?nœÆéÔèÅYËí.a Œ–Û ¬[Ÿ†S% Äýæ æîé. ·ÜCLäµÕj%Fé BÅÑßöVçU¸¨ ?½p›ó¶ì}?+øùRÕ²ÎmÑ„¼ˆÇ¢?F‹'/û+˜³ÎîOÏþ€1ÕÉEW™À\mäÖwýǻ鎙CØnØhóxCæY]”õÜHvv{üLï[…Ì5;‘¦ËÝ矄®­ÄÜV‰u–öØ*t‰ý¶­‰uÛw•âéÍé3çb7îΉ׫yeÞÊÿuìZºM©~/Žxbâ½¶Œaß¶¡Î[æÅ#Šg$WrQY§²EÍí^vÕÔ.œÖ†‡ó§7+uëÏ›b˜Ì¬5’¦èÚÝi‘EBçžM×¢à Óòhé~ûEQ#­ÚÞà™£â61Eì IÅ3[— Õëïst²µ-ÑaoèYÞD•ùC¶öónHÄ%‚š+G€È©êžônÞàÙŒó-þα¸ÕQ\÷u…Ñ::%•íiQ¤u?¤B¡‘îØª7§Y‘Žß±Ý,TÏe¢”´žk­›ÔÜ9b4Ìièp¨\ÃÛLôâ%xʳÌh$ÅÃRÄŒ­¥‚ÍúVRùìåÝÖ›îáéÑìnQÛh\ŠJã÷»]Œ™\ÈÏ»4³v¡8ùÌrfNw‚¥Ü£ýmÑ—OɈÓ$>¡|Û·îíCáðÑ׃…ïµûXÄìäðk6ÆñÂeàîGÙ†5K?§Aÿ½û†/œª¤ããÅÑ×À*ˆuoçýÀÜYݸk–ÄHžåMêÍ9ÌÍÌEfȹjù¶¨ÍÞÁ×:•²WGë iŠ$K¾ýS?K„dšùÑ4sÍÿóûúÝ—ÛT‰1·!ÿñÂß|Þ6¾{ß -²ÒÂõ Bdâgܳ»»ïÛ顯оŒÃ [æMK£#þz¼òà)g}Þàöê5nø6rojí„nù~ÕR3ÉswÖÄð¦Q«Y€FqVÛµ^ÜDë»…nØK¦­FÃü³«¡Bé“3´_‡…™î@õŽ Â’Ì@ªÁ8î Úø£Œ GUçÅ“Ïcü(½ -eâ'}­_ -оé âÞ•A9=ì73ïוT­½^ ýrØñŠoißÙ…ò%£™æVèM«Yo§â¤Ó0M³ú¯IRGÕöBú›2ÃŒJ`Æ<üµâ¯bS¿QÕ£»Y%CŸ6’y-h®€Wq‰Aë”ï%ΆË)é% -Ó:x §1ŠÖhî}úR&hèwøàØÁKùÒßíÙg8óœÜ´­|ÉeËç;UÒMdPï |ã{PkÜe)73CŸq“Ï›AÏí–¨ÙUrÆÕCU¦>E‰ËÏm1Ob TÚ›ÐLbÚ=ÿ?!W*qóN`ÀÇÁùeR+©©?Ÿ×»E§ZT{Lù!/;ùMSrÓôþÛ…Îl÷Æá\B»Ôû̦^q…•inä×…»Ûêkë×zWBª\N“¸cB³Ä烈˜Ü _Sò‡ûB±ŸF=¡d)[t´ì÷÷×C»µƒDº[·OOpvGQ•Øœ²ä‚b8y~ÿ.µ\P\w ¡ ÷STò²êEKB._Á;g -ŸKÖ×..ÎHÉ>wm¼çË%\~®§%utû°áÝ g‚‘p¿Ô®¶ÿ¸Ì~ü6ÂvaìݧÃCÕ••¬…á祛ü‡‘ —÷mï¢eœ´Ê暸îU´k}:j~Óè~­4òwwÌæ¿ï½Û³üà2>зF-7¨ZBêÜ“W¸–?Dz‘-cÚW¼w,`È.ýX²Ÿžl¶MÊäÂcüðx&XI¶ -èyð# çÙM|Ž­ë3Ï{µ5¼UѨ2´øq®á5 “OuÂ{ZâÃÔS¨‡æY‹–Ñ |Èuƒ=ÿ÷– Ó(÷P§Yžk_){Ý? Ï÷Û¯FA‚_Ъ}·©d†t^U0°Ý9–“Yk;|;­åa‡±æá0è~¥ï÷½ÓÖN šoÃl//{Ü;UÚ{ɇã?Œí=´$ö¢;H#xÔ¡ 6€ŽÆ7äRø  «*jǵ*‰í3çe­Ë"üŽÚ×\äwÅç› Õ”ÊÜËw®ïúG¢¨xéÔÓÛ+?‰.îzüDC õ¾VÿÔWwxŸžÕ0Ïu©¿¹fœ× ÇýùŠÂÛNáýtÂç=»8—XkØX8´/*nãô\VM#Fhæ÷¯NNî#ò0>¦ ûc^æ |Yâíío‹S@}F£ÎÓÚš÷Õ_Þ™´Âæ1Ùæ\ÿ†ÙnUë—\D9ÛåïàX <Ð%rÍ9YžP«¶)¥ÑHEr¶Ñ ÂIOQÙNèE@Äå߯Èr›'&3¿Zû|¼°¬°ë<ºs®:—ç»TUúÊÍÍ.»š3ZY(‹>ýc ÿ¨$³£UJ˜è¯2åvgÒY.‚ý¶ÿaŠá«9Q¾–?Á)ÑíJḾù^f^ëÝVRàiºXÁ—ÎYã(T¨s5¢³ßžù¾w Æ"O¬?òû;ÌÆ&+ÝZÕ‚o©3A}Gö}¸fØ«“V²îÔ>pº–Vé\›‰Ù©/M/YÔÄ©{|Ød}g÷†„<(dÊk(Mâ ý¸q`Qš±ÑèèÝ(i\k²~©|ßa®šµ¥Ê¦Z}Ÿ|ú°ªþÃÊ¥'Ã[–s»Ô"s)ò€´ã&I'râîã+¶t¼…=MG}þ9~F ¯aಠ9èkæ¢ã5ýiB|*rÛÜ[ŸN?ë޳ĜÌ[ÖÐ;{Ö3¼ŽdÖwŒÁÌÞõ.Ö)ðÊX6ýFÿ.vÀ)É£o©ÖO˜3íÕ&N}l·:««Ê9¯\ÏTº !;¿í•L æÍF¬jƾn˜•Öªo”¢ê9ü¤;mÚÝ™A»z«Þøu1`ßåJÙϧxE5¶,@Ú‰w»vaNÖ¤7‹3’G«¥S•öMï èv'ì—ÙPÈœÇE€NJ*Õ3õãƒè6™Fßïg²JmXº\aá\;»Dª•[7Q‚Ò¡µqxä|ôÀÎpp¶`o< NÝsÃóÉÅÃçoB¥2𢈩–çy²q;ç7ðüßdÉ]–ªèW¹/4óL vØ';aW‡W#õ¿âRö$‡©?[é•#çÂêíía¸w¸€[ÇE†áJC®”f½ïÓ.¶©%øIG©£þ¸h8’ÊR€¥®É¥}=MIîßÏÑQØ\ëaöÖÍqͪ{nÙP/Öw|QÈízoÃ_ókìN“­³n£À#Á«è®ëP‰]wñ@‘zž#Q Û?„óqŠÊÆæíúƒ¿¦‚\ùÞh‡Ç,ã=2b «Ǿ»Ó¹WŒ¦·š¹Zà¬U·êĸ[¦ÂZYÍ d‡ó”Ð9þ˜ècËýk4ÚÜs@Û“ôvyçÍñÌ%@ÑOÀÂ1æ£:çU ²B÷AòÒFþ¡²íó‰+ -[ŽxÞç*¢åË×ëuÖwcþÙŽÝZÝã¥ûœI3«èFö¾Ç0• -Öpœ·ÁÝÄò«B¶svp×}xUåCQS|" á©Úuª¥)iü]–P«JÊ `ë¶=Þ=ë(ó=®Ÿq•æ¥ç®¯èV»D¦^Ÿ„w—ŒÍ‹_¨ &´¢“£œlÓùn‡™ƒ3M·Ã/j|ZíŽÏkjPiýRç;ªÃ³£ËÖ¯\¢I”Ÿ«+/·ÿ“›TªmðôÜÎu:qO†÷¢–ÛuÞWŒ“úò!À×Öè‹z|VžÑ„í3®t“€E 30ùçß=ðÉ…Ò[›} ²W×ô¤Þ1Ž´üAvj°Y$˜ç‹¾¬’øól>÷@°9ØcAÌ»bì4ꟂSžLRfêýéÈ–Ùázº•M"½#îFiχٳ±?g߯ZEwf¤&]%<‹A7›Üb˜bk¥“'íöÞ)~åzœ~ï‹ÅšË541MÛ¸õ~ª–Å*wÕy`..§G$(·ˆGï`ͧÔõ™2ÏV¾réeû/9k-K{ø.Y-‹Ÿ`´t+NX?È÷¬E-*(ƒc7͓㄰ÙRFÓº w}íGÙ³’#Ù‰?fÔñ¼ -()xšÍ9“Ç%‘z~V€Û_cØ;9$ ‘CÉLIðl<,œ¬šß`[åRŽHHÄD;,Ö ~5w$HÌZy#Æ ¼rËЈ…ï«%s48zCàœàû"n çožÅŽB§[ -¦òb2ôÍì±VA–;TûÅ{»‹ëË‚c^Õíã*e—àûAÙO¦e¶‰øJþHþáשv[Yµ=‹¹½_(­’¼#¶:ç\¯©V*¸Þ²Ò k&¦uežÈîLÓ˜­ï϶í­Õlµ±Ñl2í;'m® -v¨ê×ÅÀ=ï”Ð äé[›HEÉ ZškRçÅSíµ^G -âèA9E%ÿ„\#Âçs'2ÈŠk?œ´kÉ×þ úŠ’qëõpøYÅVé²û¨F§sDžt¬1´Â겕¿6Û‚£aƃæj#Úö†~ÞÌ_,Tøý˜MQÉU¢ž=×l"Ùy ¸ÓvN¡j‘è¼&°ú7£öÑêv²4Àʦ:ÙÊ …Ç`僋Ïß!]º7T»€·tµ­r¹Ù&ÃÉEŸfLJ; §*6›[Cô÷gŠõj´mi˜åSS¸/kÙi—¾Ãvˆ¤òWÐãI\hÚÓÑ劖fÖ¶ø¤Òl„*ÊqÕš¯ë­X_âš·`ÑYfç9µ¬Çþýÿ3­dåÊX/íj¶nC`cÍ»ôà/‚ºc7/#£¦· ®\:¡ñ蘻ÏÂ#ÔŠƒ}Ð’2ä?— ¦â:‘—ÃùÃZ ¨Èwf¨š­íT -&Zš,¼n!$ôò‰rš,¿\»„Swu©43ê]ÜÁÂÓ߰ןÇëÞö°J±?"ÿ#nôcÑòkš^â'ÁžjZ©ÌµÎß÷üŒ\ìé‡Û0Õ—FYmfÜ6“™Áb‹¥Š›(u‘hŸ?žß-㤛Mú2¿\¶¬&ŸY÷DõkªÙUÒ—#òò¯½¨mM5 þ»áSÔúcD‡Ì©ÂÝÚç•íÿõu’ù¹—ÿÅh¸²k„TŸ§»Xö}1pfò×1­ 8t'uU|sB^[íÂŽ”üôðÑ:4Š©kðƳë0}4EN½9øæ²7æC² ðrR7.²ÍdKåšM¼Öš¢ë™‰y™‡ki’ú ­{ÕÏVÜîñÍÜüŒÚ¾ü±õõ‘¡ÇüØ2¿ßr ðk½çX*ÙJÿi`ÁXE‡gáª&cœãø¯ß*7¨SŸïÊœW PµdôõsÁŠø­>=ôq«$n¶ŸÝ-È|÷U°íÅý§íÙbìK4÷Ñ›kó©¯*•‘ŨþÍ)£—.ãý” -¨kšÜCIQ9;]›Üt¶]Z脽¬µÚýÒÃríaÃÇ{oo ': >„)±ÖVë]Ù6¼T—S+ãÔ/úäpŸ©ûâ®c!4VgáÜžtǸƒiÞçlX÷wÏûöËïv>k«dÅï4€Ííª‰øÀ“§ûÀØåJë“¿³‰Š”Z5è;ÓÁE3½çÑöÌŒT48cd™`Þ~)»ùìèþGŽÀEØ`¶úÁöi~Ù N#dDÌH ùI¤\±£cV;*R-,B…u6J—KÒn¯ ¯ä¹dª]ìT׋xGY©j æ~›ì -šÕO(`5Ä\§ÖÝžÙ‡ÿ0õp»áƹ؜9?áFéô}þñ‰j9w t­Ý¸ZaùEëëÀ6OjÖ¥ñ -"J\tmü7ƒŸ^§Ó¿(û[”|O~÷ZC qeá|RãuÞë…ÞëW£ÖïÈJnÛÿ.ßì·­·7wÁaÚ“‡%žkiÏ_6ªæ8L>fo¾sç«^T¢ƒœÊ×£ûûý‚ÉŽŸh¹!t—°›õ›a)eìBþñcïÜÍM9·lúì¹Hf;ÂaË÷…u«œgbÎê Ùg¥û@®}½~§= oŸÕ­JAE43V±'^o8uÔZ«‹?^ÿ1 /¯zÃ+fÝ)&ÿî„Ô -o2èÓS´®¦Z¡?Êž£E§r_!Õšrë3ºþìJ\[Î\MÒsdÎΣðþ2#}ß/ÝÙ³!3¾sS^f'ì·Ó?sc¹ÄRY+&“ EçZJ½eõTÒ­ãou ÍdqOÇv¹•å”ÕÔÎeâÚ®P]µ¶Vi©³-Ó³¿2Õ¶\·câˤདZ?Zï•3WX·–šsœQF~¯m±c<ó3š­|¬qõ_ÇZ|©ëÎZ9}³Ÿº¶Pè®Ø^/ÄÌÖyÆÛ7bÜ-ï9ÕZ~ª7àhp0Ÿ,Ðt=™›ì ÿØcêáäášwuðP0nžÓçå¯G1kIKÆ.GópŽe›}•ýÚ¤ÕIÕF3·ösPÉë'Y°£Ǫ̈Վ”“Æ‚œÙñ=­B=Às]+·ÌÕÌ%®ƒnÞ¹¼­ÕËÈ[α€X™ŸÄ)*í]skw‚I@g¥8ÈýPÅ]wè³Ùðc+Q§``ïZ÷QÍ·¹œdÜG·¹Œ´(°Uïc.OĤ•7ß;*EŽq¨õ -û ~¸ ?"÷#ž»æÜÅqS'ÕjÑ¥ÁÎw’Qbõ§v]ö 7ŠY3³X'¢f&éa˜ÏŽ‹±T£ÀÔ f­KY;ÓùÊÊÚåõµçþΓ귂[:»Ó¿›À‹NɪçŸkgX]· æðÖ¤O´š/·Íúò,ð“÷]Dó>‘·êÍC¶®“b8îe—û¹‰så.Ÿ“ÖUø´:ͱŠnt¶œ&®òç¿ér}Ê1€±";õ4]¹ºS4Ñ! -˜§D]ˆ–»#c#rë‰m‹²;Þ®¯ál¼«j});2kÁ ·ôh‹ ~g»íÛå'÷ãÍdnyùšŒ™§Gd×”ŸÁ8“ñ|f]=4!ë'!mxSÕc÷¾w’?ö˜{^×¾_[SŸFGñ3kàõE,<>Ø8ÈÏ-³ÚŽV̆Qö»VÒkÁÚÊ;´[Òå햳ʳ_öTc•¤c²Ç¬7÷¯®Ž¼Ôjäæ7œ~ §“ðÍÍY¨Z˜ñí°ª wºÏÎR²fmG¶¸Ù=Mâ—MpGvß„Ð[d$~ó~ƒÕëj¼­5•N"ÁŽnX¯ßi­y'nòÅfììŒ7ªø® ±ýoPnݲw«•*ägó¹ëG-y²Øµ@¦˜™ü½cu»®Uqçb B»¼Äo™‚öh×C [埛¿Ê”z è­É°º zŽ•›]¾à2!®/;x w6e*𣷶œ ï¶ Ö7Õ{$ý¥ði·Wòü!ÿ]1)#5ò¥l•`¸E%±„>>útÊòj¶Mc2؈+ÑñMÕ0Ü]9´†›¥i,´±dJÄojÂëQ\Uý½E—ø« ¢j«¹ÈìS†±Þt²²¿ù±º,7wöüjú@Ã,ákõ1ÂQ5¯M¯b¯ûa—í–%³?åí¤îßu¶;ëü,&B©<Ûï†ôµîØfJ ¨Qyû>Ï\ÿae£?Y§ZZ¼enÑ´m»ÿes2ßï‘x°Æ?z¼D–hòcOë° çMxôa»hìl=¤µêH˜¤ùƒ…Kûý}Lˆ¹X¸Ã®^K=Œñ5ñ²¬S½ŸEs6ŠÒ`Xtñ‡‰Å_Ù\{¼¹UQàgëÆ?F«Ô4Q©]l·þ¡Ë¶Wð¬ÙEPЃ6|3QÏó3;Óø=ÛšnònÊüîåóÚ™3’˜u÷ùt5h§{±r³¼ÇÿbÚ¹Ý ªF½ÚÍ:c_›qZÅ1ÊïiÕÐrGÜ2nõ ` 7`ƒÛI~Uû‘Ïk`;£Ô[¶Uq¸öÊ÷|ŠMÒÙ6æwaåüª·³]_F2f¢a6ñªúñçTÎð¾Hûí×0hœVf»«¿»N§QþWXùâ©Î}²½ÐKf˜šžþbÑÈWÑyæ¹y–‹mÃˈ×ê:AÏ ô·ÜM½Wõ°‰ÊW2Vb]”#yÛÛ™^kvl×É‹xÖ³x©ýh$µ“æQûe}‡V[iøsmí±ÀGèTÅÆîÐįÉzûì|d=÷‘ø²a×_|›ªª_Dü¬57 7‚Þñ>+øî&…ÊÙ|]Mæu£áI¾–ñûáhÛu£ì l˜ü}oY§'[¢üî¹*ÇôÙÒHC àtŒÿZïÓ©ªÏ'Ÿ)Œ­c¾AÍÐlÇ¿-ô¿y•šõT̺}ó̃SZª÷¤¿€µ`uæÒù»y²¾Ð³ÝL#çVOŒ`'NóŒ¥9™ò2Y«œvÖÔzôðl~Z$Q.GSP¦.+0±ðª©©Ëu( Ë™“œS Ì ÔS,ŠÓI+ªéS,ã‚p8ô6Ì:›·ù›Çƒ­e¨‚J€œ9,¡r”ÅoÃÒº> (µzTŸgX¿=ÜÿvbBÛ\7@/exŽn§Øÿ½Ò¨›Üγžxs¯2`7UžDç• À{öÈØƒ`$‹ö´ F¯coé|F‚Ïúœ±}dÃÇ ÕO˜Ý³:à ¼Z? ¸,c¢œv¼¤ÎOr ù±ýÍî›oÛN ƒËÏîââR•‚~ ¹Wаci¹èPÛúu½j_J[…½+Òç ª[¨lª¯ÄþLcpO_àLøùÖMå•äšsFÙô»¤ycßq3ò ·QëráŸlptÌõœ´ùº]Ÿ7gt¸§€Ö_Oê j®ë Ð.„aå&æ¯^Šm­5º­Üö·‚ŸçŽ–Mtþ& cÒóÊàݲí—²óÉcãV¸k®‡ ²ÈUnNÕz+€^VûD¼˜PËñŽ–ökfõQÏòBþ0k¬qYb@ÕKo›,~Q ¶Þ)0þ¦e9ÜØ¬Ç ûv­ÑW´/.»¡žtÊD3ÖA=šU,Yœ½åðP²N”ð£&QçD¬¬Õ%_’V, TÁ®âÆöv“²ŸÏu¿vd®¯•ñªÃ¦;Öô#ûý£Ó*‘Š'4uV¾W<ìkúªÕØHÚzlº©O‰I.›QL‰Î"[)ð&žŸiÆú[wjÙ›ZÏnŸ!•CˆæÃ,Ga¿aÆê6”êÄã?†‘žÅ²,Ò°ðLæ}E µ½Ê·¦Ç,¯¡©·^ÚõX[£ %‘YÃ]÷Ú(°â1ýÍd2Ý{ŸPM«ñåÀºÚ{µ>t‚b›ÓsüÓtM.¦ SR(K,Ĥ¬Ïp­f2vä órßÌdz$ñܨöïY«Õ îë_ªzÙúvô$ßpã4Ó÷\¤ëš{GNÞœDÛ¸P¢T ’íÃîñùëQì+7„?«"sY;sky¾§ùÔÑ.•Œûö¤|¬ÁÆñ×~ÛýÆÒFjMéK«ƒ4ú9¡µ‡9ëy…$<Á£¹LpÑö—õÉÖìV;ˆž ÈbRƒÎ•Q-]ý#0PœÜVÆ‹Ù@ÖÆC¸9e™«|5Ðýζ0ÞÀzÛÚö§ ÉI´²*ÇŒÁçI‘‚â=ïÒ¿}‰†øñØIyŒ!+‚JT¤Z:q¦;çJm -E,zt+óQ¾ß‡.d­ no%¡éHØÖæÓUnnñP)iSpÎv[àûކ˜Ù‚ô\>j*Öø®¥ýf Á`¢ÂœRHÚ•<ýq¸ìæ ÞsžfœÙ~€vßïâvIëßI)a€ë[êü¸2…¿åi -u®«Êºèxñp¤ƒ\>ÿaS2hºoºù»ón¶üéÖ}dƒM9kýÌ;r9ª‚EcJ ò;™gæ—œ«ŸsQ3Xã.ƒ’áK ›Íú·q³zÖƒj½¤%ë.»KÊc ,Wå9ÐÝ©é` ñ?úy[A‰ó>8 O(ø"AÖ´ŸÀè7Ôl£eFÙŠ“‘;ä-‚Ù~Cë)NštÎÌùm†+ÇeªµÀáosß<žÙÙRF$—®ò¬¥Ï²ã¾htTߟ©rx.d09o.·'-gõ«öãÆ¹kpŸ6vDv Ûp@;K-ÒÄ6ž˜f`Š9™zÿ0\ˆ† —ñƇv÷£L¢¨«È¹à”ºÚµCaBEËþä­;K‰š‹À¸¦Ï´ÝÏ¹ŽƒYõ\l(¦’Å SFìÕÚœ]DíõREÏ=Æ[5”‡)[zê‘k‹ÃUÏÒîæˆuc´n·Ê•Wb°æ:ÇR°kôyà1]§@7·)x :SV°íN5ðø;q-žˆ…1®¤ºo‰ZwÖýœk99Ó*ûÅŠCi¦ºÛ ŠM3ü¹“CÎÕQTS㿲9×´ÜákFïî -§É^,/¿m«u(^œñò.ó›ÕT°~ùåÐ)„Zš+Ö9õ¿ãWmÜ-•~êˉíWQ¦:Äð-øÌ!»·.…ÚËžõuÙéUs†Ðv$ à0QœÊó Ž<Œ×%XïÉ: Ú‰¢¦„]Hžà9.^Áºëzgí6A¿ûõÊ{u1½«¹A¾ݶv†‘ÃçQA î4gPm˜ðáƶÆâÖ»Y–>’˜oñÏ*ÌYå·)nñ£'f5@BÕ–]y_ ìÇà…)qŽÔÎåú ‹æ˜+‡¹ŽëÃ`±¢ßø¢Ìô×õö‡Ùߪ½†¹)<ŸŒà ¾Yë|¸ÉºJ·t6×” ­…WcÖbsnÚ/²˜Óg°`·­UˆŸý¥ðœ¸þ*UQ ª_+æðT>zkf\†Õç}f-ž…,o¿W°VcÆÎX‡ß9Ì -³ÆŒz‚óL h–TߦUúrþU }ÁÝË0µpv5ñîçiОOëËOh÷{®—AºúúÚ+kõu!¥õ”Ô¡^±ï3|è§Ã¦ã§j¥`2 JßfƒØ$²j×lâ×—ïV«@®íS¯P±Ž 9°=›¸ögÄ<\vÜK€IÛù:ZvÖÖø“2Kì|nܨtYÒõï]uàÇää¬\ÇeÔ­8=éX¡ÛskO;ær3qƒKiªA»@å ÎêúÉ¥»n¬Ò〮 ËW×ße_½¸U"Ô&®é‚ ’úÝ ·×m8îú^ `Ôëºui[sÞóà Øgûž“wß½Àm_ 7Îû¯&àC ú´R—„e½­”U¼5 a8Uמp­îû"³íée.»G©±uÛ‰Š‚ö.¿²Œ—óÚšˆ3;“‚g鯸ÙyɲMÛÛR(Ù{Ï'¬ ‚øSá¼ó»5EŸqËönÜkî*IS‡ƒgòªÊ~ëLË( <ã²+¬ZÿÛmîù"õóQS´Ž>” µ ´_ˆì„' DGËÇ_·_. ÜÑæÚã·¢xߌ^9wN@?Ÿwܧ]2³^Â’«´„Ùq~H.U_aªTi+-ëü¶Ëè»')»¿Ó|¥cdXr³sêÇŠ–Å%;8^5È©ÇÆ¾3DýÞdÖl>× ^TéQO«êæzÉz<+lݱ}! €˜jkÛ\Dëçë6ÎÅÈÏ–C…ÓËÁž+ƒçjçÚ—z+QÈâû÷æßmóïuo×P´ÉØê‡þ¯B/êP=ŒK~\AµS¯s¾:^›0¡=6½£¢ƒR™ÞBé;_Z—½Øº6¸zØÎ¬ëô·‰²§å_Ÿwm=ú1ѬìHæ4wõ‡Þol’gØ{ܹ˜U+ãaW=#“’¨XhÞxùø:he`áRXzÕvçê£Ï?Áp«ß?ö!]¥õA°3.-*‹ZK¹¨ä^  æl‘Á|r_u²ó˳‚Š:ðyós†SÅ.²¿æUfã lé@œ|ŒO½`ø®˜?‰e"Õ¾«d‹ÓV\i Æ]oa—ÔØØ ýÿ9¥î*EígOžšêi½žÕz@‡³ƒžŽ¼ÛÛÊm¾¿lî±£Õåt£q¾Ô°'¯X ã·ÓȰ_øe€¶·èdz"9X=\{‡'ù„‚T0LS§à9ü±Bè‚8óo*ÄÀÂØ²´ ¤Î÷ú‰ÃõOÛù-¼Àý”žiÃØ~ÉÅ?ÒïU%d-Š“¿Úýµ'Xië’SaæÜ¹Ç @%—•TÏ Á_áV3º"ÎO"}'8÷'|{i ½ Ô ÎÕ€¿»[²ñ½»…®ñNrµ[M‚=ü€i¥:p¡Ý·ÑÙ:ÔýËŽÌþÕB žðÄ!#N¾RÞ>ƒòªÆ`k1œx§¤ßñŽ•¾‚dÜâⵕŸ;¢×UØny7œäš3^1[¾öØaðšKaZ˜ZêâÃ`lê<`|>Øþ½á­àÎ×'ûOg1¯Ø>Œñ©×(!Sè±¹~=ô4]¹¥%uŒ]Ã;¿GÔ°¼¦½Í•¼) ൠõÈ_–3M}%•#g¢\e¨ª è‘…‡>Xèïã~lƧUOæû[Þ%»l²h§Òd7_ œ -²'™3‚¾‰77ò.v¦Ð¿HžÅÊ/x¶• »ÓÃ~ŠdÚ÷ Å˜#bVø1_!móÂÌ–6^{ÎG{סéÞv®Vçä%y:±Ýƒ¾ÀW3UŒsä¸E™À?ê¯H§CpÒ칦«U¦þ¯¶V[xá9­×<ûyd7vY:šoÿn:b5åFÌšlR Foóo߆ª@th܇ö0r¥ï¹­ÝbØL0ùô ¾_äknªåmƒhðý¥}Ù·÷é:%eºFg‰vvÿ]íw T–™WŬu= n¶JJ55óÃ]½°}OyxjV3ë©´/œ^ß–Ú³¶ö.iÞÜMZë³ÕóõjÊéGKtð™yaéÌçþÅã¯}è6‚þÒêV^Â=Yµm;pl"myþ;?õ¡¦ Ýíû×êyÄŒ–ŠÙb޹&VÉgáðìj¿÷Q<ãï1p±3ÜE¼¡4á'ö‚‰ V}xËœ §ä þÃóN…3jÅ¥ wÂãlæ -gmÊ\êÜÖ‘ÁÒŸ=~SâRßO“e~qy³¯t«Ùôî$â]Ii_nû::+€A|Ë´ÚFÞ×ÎÑP÷,¿EJÒuƒužFØH0áeRë› ¹ël±‹ý_üÀ/ -ÞvGw]ϹN ägà»aì_‚Ö§³}sÅ(â=Íô­éâ5u;ßÖ­õœ!3JË“"¢~ -Eîס‘I,?òÜ»J—k¤_?ì»f(Ïäx°ÉT¬ÈÓÜÇ×™_uÖDýØ·;fw7l,<ä’V6èÇÕ^D¥Âzó6—¡õßn¶û¢’GÖ~ª|ÙB{oÜôëÒòWÕ¾!÷Ç1«·\i+Ãñ’;ÆÒ²s®CÒh8h–¸ ÕDe®óôodç_ë³ÈÑ/•-ßÞ¤¾ˆž¾†2_Ó6p7­Ë .8Ìo(éÏK¹¬füð¦C…îû|a­¢ãLÜ]A«Õ³]¾UJò­u7ÙðÌlº¾ãÕÜ;uºP«ˆ+Þì¾ü;¡À‚nºŽíùy~cwü{ѦêVZ½Ð»@-ó=r)窜 w!éa§#&1h9 oùUR{ù"Ûh¼vü…hÙ“æÚEÕÒ§ÕûÆ%š”ÒJ™¾ú™g\XÓ7cNºÉÞHx•o¸ê–G‚À㱌ɟÛ­0…ësìò¬WøÕ­l7=—:t11jOp¶T®ÎÄY\™ kµÂ€QÁðxø%¼Rx,S|˜“`W!`q½À)#m94\¥q5›Äw€î¼qÒÝiòƒ(°ß†ÝÏÙM¼UÉMñWÂz׿ýNv£á²=½ò±=hÛ­Gµö«ìÂß-ÿHÓé´Í|Ö>pó™Z=kدŸfÞ»ź:ÉvàzJ:Dä5Xܘà{±Ôµî0Z ŒGZ2úÃx8‰ï;Çu/šõÿnn–/Ä­á¦Á<ß^5 ÏìÚhOǽ¹öU Çúý}‡{Œ® ޲”‹¤Nö;UÿÕÑ…¢øÓkVVÖC¿‘t_ÑWb6Ç9sP_«hX¯•̽߰ï©i¢²mëøàc¥êæïB° ûFŠ7M…Z¾ŒT¿ßû™×im-)<™hilÞþÕþºÒ–õ8>Çä9Õ’ÚñnB --"ý}ZpÜ;-[Î¥B'y_h‹óp„É7½¹ƒí2—ã K«8}bU|€-T¯«Z´ÂRæRÍzÚ'=ýÝ< ôl?²nуQ?³>D`=¥jã}ò§ï“·ŽxL{aÏ\5ÃAÃŽ•²ìu¬$Ü{Û±}-Ÿ¦ŽE -+g›¾üÕSÀÑÊ ®,ÂÅ‚iT­#l¶ˆ6lho¬·±x‡|iáv.¾×§}¹6y'Š<˜ƒ+oƒ7¢5‡ú®~=¶ŸNd ÛHüéIÜ=ÎÇoUY(2Qj—u—½>ºô»RHø ÎÎ_k&yPý肱Zh¶”ÿ­ú¤M4§@0Ü-†Róä¯d¿¿û«zR ˜é½Úr¼‘̵“5†uôîÞd¿a 3€Müâ9¿MkÏÙ\ó²Ê7ŽYìH[ýêˆÆùQmo½¥ÓÀøÈ6Áª[®*¯Ë³×»R™çK3Ö«G¹†±øàþ®¶öwUΚ>\1) ž^iž4k•ÝÿšeOÎb<Ër{ÿ;G¿7BÉ3):уç¡âUVTOm¿Ž!Çä+Y:Ð?÷M Œ†’;Øc'6Ï6ªGÍѰ@å¨ÿ¼ \[Rµ}—D’(Ø4$ãxyþ°±.c%} ¿½ÝD€BxµÂµý•±ap5½‡y߯ш“Rãkx­-ÖÈÃÑgÔמ?¤TXãèåmŒî®ÁQs½DÃPA‹}q5"3ÏFYi­Ô9fÍí4•‰ øö*·Ùl˜£ÊÒ=-5{fî ||[hõÝ,á>ï™À“²t în{˜']ÌO+eW)†™Ž ŠŽ-2TÂ[RùºfŠ‹µ- ™×Š63üñ¥\ ()ÏZÒ“P4nkw¨ëG¨XǰêWkwF ©··ÉÉÉ2%áµnÝFÚÑždA|ÄÏ—‹¼v}íŠd!‘,TËçØþL’™Š9ÖŽ³…àTYÿ©íì7Þ+•–ÓÕ•¡Áœ÷ªˆòÓ—ù¸ž‘@Ìê°¡Äí|ÔDäÅ}U{ˆRÝöxñÑ{»ï&œúPgÓgJ%#¤æö>°ÿ‡Ê*=ع…8b–‘zl´F;'b˚𺎎ý£Ý€¸­Té¼t5•ó°¶"óŽ·Ç—·G۾ƔkE®ÄÏl¯Øƒ+àÕJ}‰”:ƒ…K×@Òœ¬_=‰…jtgw1-×c2Ó†áýÞjËú…Å ¼QÁÆ·J*Ú*=(E}ü4|í{hÆ(ÿŠ—ž -™ë¢ÆÖAçbØ·æ:Ä œ£7í¼nVúþoIŒ™”W·1ë)ˆ)@-Ù»¥¡oh¦ú€ýÏÐãÝ¿oÔ½¾~ô<¤êl¿ÅÓ­ôº~'w‹”4Ðù$‚U¡kÐVi“ ½gM.­Ç–H‰P;^˜…rLê E,îÓpéñ#mN(gD’?(e#®WŽO‘»Þq‰Ao.g}B(¡jµ—¾§Å\Tqñ¸J\\ÚšRù±_“{;lš¿ù臫ùi¡Å‚“Èá4˜,ýöƼlOU+þõÊ¥¢6êxzªÆ°‘¼°ºÌy“!†)Òë¾¢6fë¿÷ûÀË‘_h†i‡yE0_³hÐYôØ1ñcíK¼×âŽÙê.ؽÖmKs{™õúÊlðÙè=‘++± ‰Z³Í ˆ?–X}ßt]½Ì:Öcñ¶Ý¾û²ñƒƒU5¢*Ì.ª3«A“¶õµWwï„ -{Mç°¥ú f}{£^º­9ŽÞ HFX¢ghß–n¼%Gzt7¥’Dšè;vF -;²è¬):Y—e¬¥f`™/‰­ÒÅø;EPí¶V¸é|Û‡gšZ­÷¶;üéÔ‚ÛÜÚ¢*¡ÇkL2úc±ª&‹¡ Û•Ô({}Žò´Ù‚/K:š_r¨ý©.\K/iæ>rðÒíHEß",ôÏà­ƒ5vKL›_^3GÞ:6TÏÛ¢QD)Éû¨gžfKìͦ¾m&jIž„õŒ+Ùì¸yXµßè¨åjÚóÁjÙC¬&¬y °ïrUC~ó¯kŒ°°ìÀhe¬~ï¹eÈUÚrçϯ&$Ó"?Ø:8磀ﰮzT¶Ý¨11I£àï¤ý]÷m‘òè[®[ÆÒšÌíY¥žBoá1Ú‡Â+”ýfäBxW×µ’g~¦ÊI.#Û†öÓÏ7KËó^a™Q’ÔZM{üÙ°&<Ê÷v›ú»u¶]2Õ™…ŸŒ· ¼½n³ÝÛÃlÙ5R\(ÝPåñÁì.2¿ÊE×Dl½õ€<ØKÅ|ä±h%a=xÁn{c»Uì6D³ØË7Û¼X±~²|$Ø®[•ûzg\6 /™ÂWµâ©ñ1ÍÅêËD!¨Y¹î]ÍßS]â‹íûi O·’Æl×.m¢Ü^žRët¤0|”L£.™žÚ8”ª'!Ç¡±1é9_˜ÌžC_~O³ò?2ä˜ÃËsʪÈí.š!#õÑ¿Ÿ ø Hº¡cÑÊîÅñYfó™§gT7éV*ÁýŽû1vœ±¹®ñ5†x5ÎîdPLS9.ð(/®]C >¡t1PŸwk@åeèøÖ¢‡Ë»³Çž3,LIg<ä¿ hg@•$å~Ðcì‹·o\Ì»GŠìhã-g¹@eŠimtFW)SŠÅcz¥¨äŠ×(¶~Ù¹©#XfGM²+èv÷8Çèr5¥c=xÆÔ81 >ßš5±p½fáá}Žjæa³©#¿ÇÓýWóˆOwiÅý·ÕR’Ñ×eK=²HŽ+G!(PŽu\¿ë3âQá6–“Fh©‰¸¦Iü<õƒËà·6™ÇAG øÆSYÍŇ‚lvézÍ -вŽÛaÁc:w"ß|9jµ—±ßd`Q¡ Խ̎YÓ9ºž׿¹y÷542uEi˜K#Ò~œïú]8x.¸Ž€x]­`ŃC¥uÁ¯RwÐ÷ÃäV›SýQjº€"âÄò<쨯›’9ÏÉîÖyõ…±¾ÕÑ9$?Lï\ÉÝ«gc¤4‘,YåLu=>­yUùöµÂVɯÍ­¿Å§hfþ࢙îbu„ôÎÈŽ==önÆE¦Ë¼¶…iuRàn]¢ ÐþbìWÖSHƒŒ(vÊŒg±ÏÖgªó0r*÷¹Hh)(ΰ|tgcò¯Ö¹¸½Z1²sÚç«®àêÑ:Ä`èŸÂÆîŸNO*ë­fÎQ0 â4¼òqe-³N}Àønr”Ø£ôxè†8(YЪÙ‡²õCˆ3ëX9 y*¿ØG¶+µlo#údíŠ|,ÝæÏ£y5)Ð.o¯5Öo°†¥áeÏÆî©ItJJÓzØ`k*Yêìg…+Wæmù<­ÅÄ~ AlŸ?d¢öúüß]^Ç-["ïBù#’öïV&c5ëŽÇö›yuíZæ»Zy˜9-yÛÌ£1Gh5š«æv¿í·€ügsŽKÙ]óm{’^ò -œß¶Uä²5¶[ù¶]æ{å ¾¸N{¿3Ýqá@þY#ÑîdgEw>³ßÓ&“ü¾ºTÇ9!·¹]$‘’¹å­Ïyfn·G‰Ÿ.eï÷Ž6¢¥2e/~}ÏÚ•¿s°Å4»ìÛzå=7¶ju€0ý¹êºMämS“…ÒjnÀ­îIäµOCª×òJpÑ.¸¹bKkæ[ðF€¡iµòè×»º2ê‹Ðâe…=¿ÙY†H‘÷=k†|¬|óY€¿²Î¹ƒÑ§ló;à§H+‚‹îo01Y¨7áu§°mŸîêh.Õ#Åo*ipE¼†ÕaU—]ÖŸ?Ú5taî7ÀsÒÎÜ®çÕE‘’:™rõ-p -)$î_³“Àèãµ'Ò ³±ä]¿59Úv3fM¥XÄó›F½ýʵ¶ö@ºG÷ú`¹Æ& Œ¦®÷rh¥UzvĤºï둬q¹}Êõ‰½óŽÜ+\¦•ßZ_z´i€XpÞ ´ÛÄ븻7DÃæ×[ûÎ-ÖfÌdùv·æVíí=Ë#]ìÕÁ§RåÄs†óžèB‘Õ$sS¯¼Ôú½Zª?uD)Ø$y¶ýP†uc]6.Nׯ ¦»g‹'_çÅÎÖ²,†j·”’^õ¼íqVwhþ -0ÝÙµ:&­ÝÕב¸üyý«aŠí2Ư™Ånõq;Â~®¶­ž4{9»iŽŠ4«)n€Â¢ú\Õz.o•z­L9cÔÝ`n]=Âø‘fÄý2çp Ìö„˲S¿P±á~C¼¶Bl§ŽõšRÒƒ¯f3ŠœÅ4®îRusƒ¤[gë5‡$´^V,)A~N¿`jŒ~mJÖÜÕ³ÌáDyìþÄ\;œ©ÀxTÿ;q‡šE5ôKý­@'ÑıVÓ±ïEÛP[³ 5uŒ7øt¶íÕîa9øUvÛWÕóJ¸_9í¬œf¤*ŽRœTÒŠ¤ªsÔYÍ•ƒÌäB+ÙÌ|µý2¯:M—Ú9¥HξYŠœR4}bxý:[I8Û?êèÂ#Áwœ,,lÎÖH`&¸³¥›€}’¬6ÿR¬³§»žbÕ}!Œ›Wä¡-;+fK”<ö¾va–±»½Ñnûb×Ìím+`à|z.BžûØ4i©N±¯ [Xg;æÄ:ëJ¸ïï¨/n‡ôûEFC×GûWØîSk÷÷?¡ Ú#´*Â2[ºÇ꘱皞ÏÝ.›°6%–2~²ÑÆ¡†œ-ˆMãÎ-˜õiØ–¶‰»ÝãoÙX°­Ø®µOïýÜ[ïs;<¶ }ûŸÇÌݢϕ=Z2¹è}´ O ¯m„csÙ‚ÌCŒW „K§Zï+¾9[MvA‹~wQ!]õû ->~{çv¡IÖl÷Zz €›/ªïZÊÿwA‡÷ipï÷f/uC ^h³Ea·`®@¥á1(¿š½n´ ­ºú’>$ã%äÞÜõošéW¶­)=ýš÷k\u“o—KëD“aáµæÜ`äôMü}CÒÖvþ ×½%Õ~iòD™úõ¥  í’¶7Jg§é±rE…6‹×ÁŸ#w 5¿2Wj6ºXqkkÎʸ‘º&ê‰?» ä5œôßÙxŸ—üøWëÊDûmõñ(ê×GîÏÊÒ_ª_w¨oÏ­Ãæ¶²ÞBwì6ú×®àôrE»sôÑwîî€) ©ÿì óΤ -ôöt5>ÔKôºµ¾Œ6ÓæÉÌgJá”ÜYiA¯r³rôº i‰¡,Û7oìø´Z¸&6M E oqz³ä°?j˜GgÖôàAMï’-)³ü…U*ˆiœ!/)Am¼ÊEÅ£VfëC¶œ¢’MÍqF•š!Ô•fËRûE‘÷[ FgÕîÓz>íÕ›°ÇÍ!JèFf uX-ÙËÁF(&ù8@y³„:P³£9£Hs ÑT/»O<l÷ -Tnrxçô¨+ë~, Mθ8jÕû¸Ã»ç™:Þ¹øŸuŸš!ù(;ƒövÆÌ{ 6ýº³xÖ<‡96¿®ßEw]ÎP÷ºe×´? lw["ÿÿF<Í{Ýûuøô¯…Ô@E«`‰s5»¥8£ëj—Y½ívŽÓ®Ã&Ÿ‚šròëüصéîN·Œõ;ãÔ§ØËÖ•±ÞŒd¼{Ý{êÉØù>Àw´ÃåŸVÞÓ xØ©‰|Oâ>I²ä°ie"ûRÛUøVá©Zj“7~Ø%x^ð³Ëß»Zˆ 4$vÞi³Üƒ²:çOž&æŒÙž‰–WÕ§wã.”íÂ)ÁµåøåUߢdÍ °æ ŠËÍÍ[RŸ:Lã-!üjhì ŽÀ]’6tµÃ*«•¦škú -À7ûKèçÞ|CUZÈ謶q s!ó÷‰ó§•©Ø9=¶ºÎ›¢pî!ã$ï膗^² -.\JÌ»ý¼=ç:xüA•þBÕEþ2[cèîêýk^´k=ñG5–SôË`7³`~ùÿ:Ri°D©C j¬†\ë ú:÷–z÷Mà~vÚÜà÷³E/— ½QÙ,&XÊC+BPÍhW’k  \²é#‚°üBæ8ãhŒz6Âò5é¨<±d¨5V÷ïý¾Ò¾‡f–féÊÛç !:ÇXrþæÜcã.2Û´ÓÅÀ‹ÀéR /ÜÊÔ»«¯V•^o»¸[+>ƒ Ì4ôô~ìMiÄ£¿æx 7H‘|»–E²O÷G1iË­økÛûÛÁGGvÑž Zèas”Þ#<ð&‰Í õº‰Ýåã½0?ŸèíÕò ýpk[#^[—ª©E®´£¿¸l}2ꎢҗCˆ‚®ô@ݤVï©UÌ/c½±'߬Ý8¯ûLu)£mÖKORƤñÎìã}øpڶѽ+/‡p’³ù–â•F•l‡Ð›m®öd[Kûšau_ÍH¶;Ì_Xéf^ø­%ív¿9âÀ2ÝiÛu!9‡N¿£ô§ˆ‹€ïoN¶à@u’Ö ãSÈëcZø17Œ½ ¿r]ì’—¼é_£Û—ysQDãÝ MLèp|¸-=^Ôt7Z™AgniëE°ÙUYlÀ>½ &þð‚a¤VÖ(ÏÎ&ª·Û5ÆÝþùXý;;ZA[^þ”Úo*Zº7JÅ\²m”!+vÛ®s¹—a;5´¹ÐýÐò³R³LwgÔÄ?¼CÇû0'°g켓/ W+;×I4{Ô×ÞÉÑî®Sÿ»K éôê ¯Í9gÛÄk­ãÉCÝ`Áœúvé ^:ñáá¥aóºë=áŠ,®Eí/–0‹Ábw%ŸntêLzÈ öC5vºp²)UA&S#] ìû¬îô›ýô—X£¬¤i ËÈ 1b‰MÍþeu@»ùÄ”Î^µb¸u6;J»ýÑЕ…R¦ƒÐ‡ì, -¾¦þüØ÷‹̭Δ‘=òü²ißþ:}×O')óø ·^qKeÚ­cMfkÀ¨%M\mûá2@$dê: ~ÐXÍ÷ ´ºæMž2^Ò)ÁÍýaü¶Å=LZãÓ‚t©ÝPÕ…5àS òØ;¼µ#X÷¢z¤kiÚˆ MõÀr5 ®#ÜÖÌÂÖËÃͲU{¬ X×½»¼ø.Ýío;šl΄ø!Ã^|—¦z0…H’Ó¸`9[0¦C -úW εrY–—_ó"N>ßÛb`òºáv9Ÿ;^^š¿c·a¾•Y¿2Å$Û.µ ¯—£qº–ºëw›Ì$µÂ.0nwu-Ìmóþz•áŽZM T‚Ïä }“lÎèk¿Æ Û%emG—™nÓ´«jôx Óž[_Ÿ-Pø‚at5OXùö¬ "^Aû̼ݹs¶5¤*ykæ0×gyèT»È ;h‘Ä*Üœ ŠMbkÞ9þà÷ð*vw¾]v¸£´ ,WÒŽ¶Tì÷ÑáýH†0->ç÷6îÕÌ-áã¡eCéÎCIKÔ´çOÝ·ÿj¬¸QO9wN:.‚sM¡¿Køs2:ûý¤³GΙÌ87¾\÷‡À+Μ7xíºI•ØNÊ:ïxÝŽ´+º'@ »q`‡PI»#¡bŠ¼Ú…cÿe7;]ü|Ü1G,¼i&À°¤†´kšä:sþÑ2_ZâbëõÉ™ØÛ5?z¤ßbRè)ßuM„‰w˜kãoöègÕøy~26|0°*o¹™y0|(ÜøM¹€¹ùñÝÉ>;:ÏßÊ”Ð"Ü ÄN¯rïq˜sKߤMWMáÜpDÈEHZ†pPBßâP+Ýœ°2v£¾~,ý×·ú]i :lô @¯«æ¬"õ{~É)˜Ž…¹¤øn ÇeÉÊK{©_֞ʼЊÂÉ%E›š9£¢{N#±ÍJSôS‚«ÆÆ¨_ÖC)i“Öûs-ÆÜµ&m®(©O0™d…-Å”š0…hÐ03ÃWãeK ß Ô»Mk¿õ¸£ŽÂŠhæàÎì¬ý®ÐØcÎåŽ`¯üÕo7†Všu.ÑÄF‘Å@1kêpà…Ûün)5U’ p·üÉH°ßÒGl› ‹­ª¶®¢Xuß™¿›‰êYˆ4Áª±¹[wüá0Êæ¶ô'H˜ÍÕøª÷êv`Í©£~LÔÛ:¿OÙÔBLJ‰|Ý¥«Þ±t\Y³ÙÔ¸[ŸA8Å+ÛåË4¦øúÃAcb+ûqƒ­‘ÍCµŽõæ?ÏôXvñŸdO†õ†D(e‘Sø¾@eÖ„ e?©4вÏì^ëÜò1{+tf¿' õê=sï,Âc÷8 0ö=ž„œëCçéÛ¯¼ƒÛ65¹;™E½É­QqNÔñ¥^^9[Ô˜j@ž¢N×Ъð â©ê4pÛ».ýy¾AkIÆ„¿kBmî8Ïr¹þ¾À~…C±ßMZŸ_ß©Â.Í'š‡èÃu½%¥WÊ¥¨k±èåá¿ùFÖ´G¢û8Ò¼Íeø¢Í- ™ÞðÄßµJ‹o+ø'hQ÷–´€Zxo ÖLïOçª7ª±ˆ‹“7wµ=^ \85ÂÝþH'âîÊÑøØ¥-úk+ßÅ>Âu‡ã“´ùxÄ][lV÷š§p*˜íA~=ÓVÞ S¿vÒWÚn¯lÀˆÙ€®½nŸHî:ÀÜ«QaÓlËBšÂfq‡ol³Å¿_F´i´ñŽ‚$ ÀSoйFÁÒœ¢*ÙùÞ‘ø4¼y3‹]ÀíÄòSåXµ5å1!lþG<…Ês¨+÷¬§Éê/%ëx[h½S‹¢…ë6Pöïï¸@ån¸Pw¾-éÍ¡˜êå´ÂV2‰LòÄ~ûä{›€ÒEæà2†ø–v³ELæï’£¬ÙbÊõOk¥’I ÐÔ2î¡áˆÕáÖM3:éîog®Œ·¹Ù;·_GÕ“û¾¶-rÞui‰-c  Sk-·ìMKÒl¬ˆ;Pîãí”z`³‘Þ?íhy4ÊáúÖ,»¹±²*Tk6–ò™Ìy:ÐO[Î_¥@£]5V.k0ötùD$2wÂV\4"C3ì›*¾ª2þàÍÔ ¯›éÀ³þÓ±´ázejŒó ràØ3¨&‡ó}8š¡³sÍ*µ(öE\Ð(ÕjaŽ{¼*ŸænFEúùhõI« Á2Š©ç‘uj¨‹Ö‰ÔE[¯Q ;H_mç2JNVnâ¦Ð -õ±ê½ºÝ6±Ä.=ŒCêÄ_Ç­ŽáJò& |5_ŽíTÆIíþEïðqò¨Û‡fññ6Ó ZäöâÞ“ãìkh<œâÂàù)¬Ax(&7DwžßÊAFåŮ궳ÔIÕí½Ûÿj(Z¾AŽçÿ†úi߉ÀJ­©‰¿}3<:ޯסC“‡rÈU+kíááð%FXfÏW'ñº¿`¡Th2ÁG2»imúÑÜAZ…ÏéÛ-çöªØý‡_}ýò£Òç -²ŽÐ†ºw÷a»ªÍ„rY^ŠäÁÁxï$ßXN¨ö¶©û­+¨õÑ}vïä5\ÒãO{bÀsÁ ¢S3¸ÚóçßmÀñʉEÎÊ&ueò‡HQ;©XZgì”iuƒO"Är"ÕT|¡ïÍlUCwc)ÑÁЫ¯ù™15[´÷cÞ4åC–9´V}£ú)uúwo—óî¼J»_$ËS v]jñ« ØW)$eNÉßJæá+8 -êJ{o‚ÌȪºÃ0Ø)ÇëóàÌ·­ ·½EQ‹‹Š¾¿‰{-íªÚ/v³"»òè‹ÅŠÕèw ÇçáLÍrnª CÁZg l=¬õ{´òO××W€v•£‚Šl8£¹)2‘¨–X*‰à8ï*˜æÚZFÕer;y vÊè5't'\@Yñ)õPÍå'ß¶˜„>™Ê—Gåì1drò‹ûòÃ\øŠî¿µ3©¬‹jÿNXÒÚü›sZ9Ãî‡NÖ?cH]|Æ‚9Xc«s¸>ÙËbï«òöÄ‘ºŠÚÐÇjáUcä‡UÚ A:üè—ÕšIíRNlʺ2OC{´Í 1HLèùþû•dwb…54›8Y[šË ‚´À5Iù–?òXžßŸ#@g¬\PVghÎÆUVkà ÙÝêÄ’ Â3J•Mî?7»Á›fÆmîáìµ-,§ú¾G¬µ|‚—­Á{ñ–vót-Ô|¦ÈÈÖk¹ˆ•<ܑȆm¢¡yÚ: -™ŽŽvÜž*Æ\B_­ÉùÉÚ÷ºyàë¼eXµgPqâ{õ. -â&“O¡ëøžâË’T«2.[?:F\kªúC.8¹˜#o8 úÿf° %¼ÃˆÌ´b{ì6G°ä]k‰Ï¢÷GÓ5ˆõÜÚ®"~Ú=ŸÝ¹W^°/¥é-¾Ä÷ÈwÝ0þ²Y~¿:zÜk¹ÍeX0Œ!“â®uêΜèë\sÝý˜^ºJ‚í¡[¦I7;;ø¿jÜ‘–èáÄÐÈ×ö¡ø)¯0ò»ƒå¡ê‘Ê»«·Ÿ#ÖWFâjb™D~ãœ0p‹üsóáš/C­ÚúañÝq¢Y:o6ëZXIï*mèCÜ« ïo±IU½wƒŽÍLWž}^ùïVþr—ÙÍV¬mÕÚ&¨M™þºQø¯«ú" ](ˆÛ·*‹üÀÀkI -ãúWúæ‰í¦öïW9×^xm »nÏö(èDš Ždnøl|Yg9œër-Ô„†á„ú}޹|øî—$óóÁÿ:°o‚Hò¨j{½p°åN{^"v k%X6pÕTÕT¯¤ºáÆ3‡ ˆ >ki%O¤AˆÐ2CmÅ*}J£ŽÚºÑ˜1L2ûbå"%éÞþfî÷òHóY‚Š• =ßQÛ•µ<¿}µ¾ZÔô=*¸ÀÓjšÜ}²]©»fèÅD÷=ÞébŸ&ŒÔ"ÛÓ{7Þ•ÅÒjÒàû_­¨/̲kMW–µçÃHÒWG¹Vž³º*æÞ…ÖÎû¨‘ÙîE«p•jÍÒ'ù«ŠíT‹2Ñ„'L¨#o¡YEA-ñ-«YÄWÿ²« ŠJ–urWVÞÔ}b]{¢ü„†Ê饅mVïOsxnÙ˹72û5êpjûb ž:fÆ#¡ äÓæc«—{ žæ{B¿,Ï|ð“«<×BÔ¥c­@¥ÈAg•‘‹Å­_6–µ9ýí9#DlÆË¨á:hôyïmÔÇïŸ@/ÞZïsûö^eEÑE¶ýCT©SU€«Z5Ä©LÁše{ó_­· *¶Ó$lYw{‘О¶†¡ÓnˆS³ó=-gÿý9T:o -Ëæ“Ò©+a¸â¤-p«‹•R¸ãñ}¥ÄÔ|EewùÒ}¢‰ßkŠ ~»Š[é€úÿ7ókèú ·NR/óDúµFPÐÝÙ¾(_²Šœ/¹®?¾Ve™O|ŒÝÖÀ‰—Ÿ GŨÙ‚‹G‰‡Po,0±=ߊ‘Û¿ê{ã¡rxkxÉ‹,æäåÙ¡Õ™vž£Ãðöâ¶°ga­“Íàú}•2wרém'ûÇûOTóæw‚¥0ð2cùÓ¯R#‚reùsR½š“’u33-ê÷•×Á¶ãîß7$“bTqušý¤ƒ?š²éÈß„CU‘”ýu…õòØ °ý>ÐvT§×^ •·iœucé^­å—=ºF·Q1²êú¡shïÈ]¶ÑÛ¤—ÌX¸L3OdËX‘^ #J”‹½òôÁž,vn%èOßµ2 ØvÈ0¨ˆCØÔu{[‘« -Bsþ§öt£´A yä½;Rs± 9Ñ~²öh*á¯o*³Ò«ž]þ_Mk¨Çš… çò(¯fF³J ùn‹1s·j*šk´^iR“Be\mÕõ +uH¤EåÂ{Œ¡pT÷?ªÎ";v&ÈÂ+x‹P±JPb†LIÅÌÌ “õ-÷¤O{`OlKʸñÝS©éw\æ= ´v¡²Ý~ØC>G˜Cæ¢ÚìÙüW$ð3¿ [u 8KC”yމÛYz̳0µž\ê!k§íËjé¢ì=wæ M¦¨µS‘_ßÙBÙºz,Q·­‡Kí± Ö»£OÄ«Fßvûý¯è,®ã’;.}7~àëy{›½÷0—A&o¿&tîÒØ wa•} ‰ ;¯~„Vó“p\º¼ ~^xG?ççEë\;Î\ÿáb­#¶ì¢›)8ík;ŠŠÿÙÑQõV\ûQ«»à;þÉŠVFý¬s—<õ,¼ Î~”§^(F˜8?‚µYp˶ä#µîn…hx:gÏh~¿Ùý5癓|Fƒé 3ü}¾¦°£I¾î*] -™0âcÐÖ!ñþ¢à>“ü™±V;5ì£=\™ÏûT™Óuú;VÈ÷n/pôíJÂGÃÁK£â_'pL¨ñ:Ãé²Ý -'Q~‡);o»D¯n5nšîô0O©9‡9 -ßžiwé&#>ÜÝc“$û%d1Õ|]‚*;Ð}?î—7QphíD€ø0ó/x\L¢*¼¾m®aUW›PEÆìuR´ÞåK§Œ2ßMù3íŸÒù¢Â{æúñÎx'§u¸÷oâDýî«Lzêy2 »ŸæõnŸ˜üöUó–³ÜwŒi6Ë1m/íë@›­¾×FºÚ¹®ñ•k••ܺN3™æ*.Û—&ã—IÐIú"ÆwR|…D#*µ]Ä_TšuìîÑùCnÌånÖ0µúwRy9ùïçVWX€˜Šiõ±qÎGÖ ÿÉá)¼__Õr°ò¨ŒQýí„áLôÂ^kYs´(qÌâ¸Q錵¨Þ@mìúÉGÁdô§³wþ_Ñ%ŠëMt— ™¹.z®OíG4÷loëñ3äpD‡¹4¿ö¿ëŪ>êxðä\hïmÿìÞ:L·ØAVÅ tûZ¥a\aY&„è+F§­¦Hæø(Ú®‘!b'àß'´­¹h4IÆþ$O/ìÎ&]RX=‚dL•3ð¢ûïFÈËÑ^´ª¯“¿9»ýðëã³]ðå½—›Ñ†eP|Z¸ÄQ€÷ÎYÄâ ÇxÅŠùñMlä»ûÐHn§Š?\¿.|}[µW%{¶{d†D·CWÁÕ˜‡Íêªx0¦¸ÂgÕC«Ý>Qݨùˆ?“œ'N«syI,+}Ý*þÔt¤á¸HjAívD¢—‘<ô6¡U få½ûÑ3æø¨:=ñÉh 3ÿV¸ˆ®ÌfÔŸâ?O¦PÄ(7¾ä+ãŠo*Ò¿bm¤c ñ*ð -…VÕ¢}ÐyÝraô›Æ”T³GàÙP;Q,wLô“.3fyèy—~u«‘Ÿ>á¨åð^}µz¥ËpàÛO¿i!uá½|q°Ø8ËÊñˆZ0Ëü÷ÛÌ·oÇŸ_‚íÇ>ŠöÝåÇy¯_­¤¾17h2ÇözÝ)ϼQ©ëÔ@™ůÞÖòOC¹ª(7/n&‹$¶£Ôê;s¯1÷a܈«–E £|^¹£ã%ÌbÉRçž••»¡È­š+É\ÚÔFGïwÙw„s•ß&çÊI ¤&zd³E’óÆac@ ÏvûbG=ß»dYÙæU¢Y“þNÒ?SN¯íIÃòË-ˆôk͘kLÝÀGE?*UñÚ¹¤êAX+øÄ(ƒ»oI¶"Ü+ûj­cåúÂá^j=-:/½Ü9O³º?ýN[ʪâVÍxußÁfwå -N™ö5™a“YLéwXýzR¿|€£Â…à #C -&âM€‡õÍr’m=Õ_aÛ -9ÑÉ[¨0 ÁI=.¤½´üfk!ªÓ;xæg®Ñ-½=¶¡ 1ôËdˆïªü)ªÐwr¨°øÔ"³:—¢™—ø&<ma®/PØ¥~¦¢Ë3Ï6î–,”ÂE×óåI4€üW¤oHŠŒùRÁ5ó“8[Jø<·)(T\Ñ^Ê¡¨ò(B¿ MëWêº;4öÕ(Þ«U)øÝ­ZtmÓÎîMçý¹Ì€ùw2všÕp—{þM“߬¿&< 0:æ‡ØAŒgNö¼_ÖÃI3µ3Œ_ ü«âfŽ7ö‡ü1*Ácè­¢R°és°ø…ßn²ìpuß A‰ZA°ŽÅšMùó¿7쨂ì“XkÜð‘†H x™z'‰™"ßpvÞQa¸®pr"죰¯¢ñç„“mä2UgÁeûÂÐ!:À{ ý»ÑÍÀnž"}^ü“$Aþ寒É*¶ºn…±,ñ“†KU˜¨x˜¤ôù›ŸÞjyŒÖÁà¡PÞÀò£¶î[Ã:}ï`ý³ËUÕk.á ±d£`ˆz}ñ7Ñ|Xm±™GÝܶÉñöæ•yÖý(bžJ.s Fäá½j{ˆî†í{V:K a/²}ÔQ¼NæÇUJÖ»ånÜY¢ƒ`¶R›|[ÞcB?l¶®}yö6YVÒ¹å%reÇÄ£þ¾ÖBPÜâ¯u6i§-çGøRÿ¨ýˆÌ ù"´äºíˆ\|$ãç«ápHqì¡0IÈIp ÷ëQLfFøwÜMü+¢òô7~üHzæU*ë'ë×_-›÷͹{’YíZ«Sçá*қŧ?µ‘]¡Vs G_·T9ƒE+"UïUå8î­rFôRC‹nUõ¡®2ºH¦kÔQ«ÑŒ2ìB³”T͇+jôrn­nÑ7ÞÝ š ƒøâ2ès§-ˆKà¤~¯ñªÅzT6*AÅ‹ -ËÇ6>ìiGwÍÃÒDʯNÜ÷.Z3ØŽÿf¦8{¬ ^µºmùK—¥o·_ËtÎã]_“¼ ü­›.96c§Î6s +ƌɖd¾t«/+ª,/r`¯íî®ýMKøŽç©›”¾Ý4æ_‘ÕŒéÿ}ûÅÏ8µWHlz¬ÕJ.ÆÇ覾°$ìí|Kmgj²,$‚J­Æ,3jþö,ÕöÀ?úÝn!¬1|ÐH³5+Ê%Ë}(oÜv÷uÔÒ‘ôÖ'hÜÂí×=?Üð ´£X˜¯ø•z»Zªßz––ÜS%À´_ Xå¬Ð$…%¸ª­ñ¨<ÖQZ2yˆÉÕO*•åþÀžÜ¢I¹×ÂèÖ Ø»Œ¾V`I÷©h„ElŽÖ…åjXÿvÃ+£[ @x™.äðe´¬©}0Ï Eì' е¬6øÕ–†á¯ÌfX÷öÝH_˜ýE¥Ôõ¨ˆà~~4¢:K¡e¢ëhÏ¥èzM–óä+àþ†ª«|•"si„€ ªZ`äË;4,¨éÅ|8òë/ DçÆ3B#ì#Í^Å;˜{Æò¯s~%«–COÀ{’ÞsîݤKׯ «—–d62l)ðœV50®Ý¿FqY˜Å¹Ü´&쇑÷·n+ÆðÎ,|¤vNëi®Ãsd=K–%ìŒùᯂ„Ñyde–Rðö -À¨7!:|s<ö,,¸R¿¬tNLÒÿÝZ¡/¥/©5:E‰q âðíU-Wd1šDÞØÒ¨Ñ*ǽ³ÿ‰Þ¿bá_ñïäc#®Ær„qZÖw,W×é±Ü‚ß@ üAºçJŸÐö+ÁÎSlÊZnøv¡Ì2ð‘$ w&EM•ŒH²âÐñIF}@”]Ö99æ®ùá¿bi¯*›SϺ:êU4Å5oÍ…ÓS?ãÎ+¯y‡jΜdùlTe-®¼î$T¡ÜªúY á¥i‘Ô)¡¬êo6¿IÇ[ݯí -Ãã¿¢ED'-f¤Çû×.íˆÄû—€VáǰÉTòœç°¿K[@PUì´Ë endstream endobj 26 0 obj <>stream -/=N†^9'Ó$ê)›(-ž 6ËÊ³Žž2Lºß`%†÷t†òÞJHFÊ8™“JÈÇ‹lèdz6§Sxýg†Qúfzðµ0{ U#º,ââwùÒºoÅ^ùU!©ìĸôõ‹kÍ]¼lRžû½‹ÞIŒs±·ßw¢«_{ø÷)OŒý. -!zÏðÉ×\˜•V-.ý|3nÔÒ£b(AÉ“óì=V«6!²óÏOR—_áȼx æ­³Ow±AQ't~2 ÇzÉÁê8ø;NM­lmÓ·F‹eÖ78ºOÅôT£[Ïià Nƒˆ/—P¹¬TØè™!茎E<0°N]ÂFaØv°„6 ¨ƒ,xo šA9‹˜R É…ÚÚ¾‰ù…ùŒ°8ûuÈ®2¬…Ñ*O™™4½Ç¿ÿ­€ïo¿"ïMlB›°TEoÙ/uuOå’h*}pчôqÂ.àrß?…¹¾©¤ú%{ÐhOp7ðC -=<¬í<”휀%»å·Q?øì¢îœÑ`¯ŸAR#y;Ò*&+Ô«¹p;•&pH[ÛLô¾YT’øïÝ7uZ#¤âS -•ý—][‚•Ö=`ÛS˜Àýú.dWTµ1@Îñ­@«€1¤·´]O¼ø¹®n@uúÕûô¹ŠWñ$Ö† ê5­ÄM½’Íÿ+-¼Äò¶Ý³í ÉM`âœ~’£­”ÐrgŠ©2˜è aOÝɳt™€â~¸Â´A'1G –w"ʨjün¹éSÅ.ã7»òâïs±yc·ÉÿÒ×(Ê|6»Ú¥.nÙÙÄŸùEÃ_SwÚFko¹nrK›.Îç{·M*IªuÞEܸ:&)×Öq´^=i|ý¢ocW‡Ÿcq„ßø 7Ì„}8~ t°­C“ó¯ u_Ò¦[E¢Lá³/ œÁ×rÒäÎM<Öö÷s,Ì5€µ¿ÆƒL~Kæ¤M6ÖÂó*»&ô'hÊö%ÑAqS8—„V‹‰ÌÏÎ –ƒ÷R¦cÐÀ3j9¢NJ3N(Âò Ä8ñw .Rîå‚ ¢JP,Á=Ås±#ÍRÏë±´‰ø‘o)ÏÆ—qlFô NÊç€9Þøb¬ûÑúõü+’Ýhð‹…e¾™ÙÇRé´‹ËÈ'‚xñ·‘ñßã•dÅ€†WJu…«ÉÍаs°Js.¥ùD°3h6¦€æñË*~b×9ħñ•À(a×÷ËÖRhÌ1Ô¾}ј°°¨Ó&”¦X]Þ-=ÝrÕÖï7.s›ŸÕ6¿Š5#š_ÐÙõ=.ðQýµõ]Â*p¤_•qšìÏ&šùz…õ21¨ÂMZÿfØÅ$GµÎ[Ùâ#aбøLâ›aºØÊc~w¼€ Å•!‘/GÒ½ÉöÕIÇSäŒgϵ<é=ž€ßQ®4ÛíKt,Ö0`ÙsÖ¢ñ~4Ý­üe%¸1Nïy[4ðÊU¦Ó“£x­‘óKÝú‹€ÝÊ-èl©UÒßÉ:¥º£Èý¡¥xŽÜö·;¤•QSm#./ÙjêÅ!Þ ‡½[À=Î[µ0ì_1ý\Æ>ùû²Ý š|èd[ÈG8ÉÑ "ØàÊ—eeYÜøŽ£E“^¡°è›{`¶A´¿:×Yë%Ÿ m·^x/Îtº¬fƒô“äµ#ßD§ùr²¬Ì©vü˜w$ôôõ€l¹Ï¸Zß$ÖPt¯o™ËJog<•ªWÿ¤ÜËõ -u²yk_Þo•JÑÇ%ȸ¦–ÝÝ·ŸOJ­`€«NR‚wǵ‹‘yäʳ.ý Fî2'„Á_}rv¬ú˵Ôn.LƒŸ²ñK ÛÌ“¹›¦›ˆ[îM,”á¨O-‚êaù†²‚¥wówËC(¡£Ê1lõ¸öß,Nÿò¨³¿FÚ@ù¦‚¿YD«·è­6•Äh‰bB%Ÿ¡ö2Çßü¿Ûd9Pƒç ï )d¥3?«ãc ­Íc‚äÓÚ·Œqu­Žfõe=ž˜I8LHºßy!-ñ(3jĹ¼¬À”¦–ð)$F—n8ÿÎ ˜l´¹”ëé"4=â‘jŒräóýû.¸+›Ä¥s‡-èr>B%ÞI÷LÇ(imâB8êÆøÃñŽ"qñ(ǰٻ•PVü®à§”žSõ\Õpí¡ñâvì&½Öäâá䯯1_Ñ4 G“‡ÏôäW±ex'²§õ›ee×ôHL’56æ›ÏÔmÚœêÕ¼ü²*y#\ËËhí$m†oeù®59\¦soáNûµC $¨<¼&s,ýæß^rf@a }§—Åà:ú$Èàú4rg^ÓŸ÷Aê±áýkU»ÄÞ*ê-$ŽSǾú GçÒ -¿4ðž¾Ã²·K²½Êß‚øzÁÃr 6DYMÌù¸ÕTûB8øW {Q£d Óõ׺90ßódã2|x·œó(ª‡b¥Ñ :?ü@0ŸÑØ `ÏÌùÍÍÃÆú¸Y‹*hË,–ÑÞ«5\ìNœÔ™Ó@]€æCÏywŒLaŒÒ#P_—±æ÷}ĶQŽïñ!¥QÁþ©î­œ+“$¢¼>¶‚:=.×s“úx&rÐ|΂ã|ÕŸT+"¤«½©ôh<ÿÌ,ŽAš;ìÔ"dÖ&rèó¨–8CtE: ZÌÊÐÚ‹a®ÇœËÝøçõå‡ç³­ø@N<ÿ°ha‰çý®¤›ë‹EAîûÀÕÓÖŒ<¹+H'£«xMÈ:Í^nÒ6WBêÓúÉßd@E,¨IZ\(†G7Ñ®Òs!N”)oÂŽ‰C12ïªÍÓÀZö;‘3/W<%žS›£gUÍOËÖbd¼¼tœV¯?¸Šq±DódA·×ÿŠþjöŽÃ×P¿¥ú=k{/^CÔ¹ø?è˜fÙu-ÇWŒÁ®ma\+;Ê` -$ó5]÷Ô¨xÁ}Ñad¶8ðëó ›á+0É)o¶#|5¯õ‘ÿNt§àhùïkÎ0óäÉ~á¤ç0ýà -¿¯³²YÒk÷þgQ¨ÔªÝ55ñ{ßãÒDZóˆ,àÔ#T>Ÿ04üMpâç8ôšÑ5‰ð>Ù„‘›)2ËJЉÎFÇÞ~:¯Z·ÓÙW€jÏ«‰õCŽ´ShÃv࿆›+æò—J4<. ÃõBÄWÇ?Ÿ³àD‹3ž²µElþ{šÈq^P¬×7Ìtì³oìÉõ]­z:½¹pé¹OúN–ë-PÉ n¼Ú‹«GN©7S`‹ÈyðäLÂÉWGtœ0-½WAD/:¡yÕ噸ÁìM4Xšg!ŽÏÿŠ™mÂ|@ü&îÙÖ_­`B$Óš½¿Iak¾h>îUº›Ö!B`6ž¿Œ<Ó;*•Ãm6õKl½·¥bÕL¸TEݽo¼=Y…ÂÊÇ}¶–~¹œ‡*²ãûùBËäC®z?ÁâAÉB4lMcºìMÅXí‡k“è[¶8ÌÊ2ü%«¶ÃÞŽ"Ãwöy8{DyŸÞû?ì0ÿÍ`½&5%¬¢OÃòïme sk+w…ô×NÊ·w-]z9ùe4õ$¹sË]à·ª3ÿÁø ©#·Á¤‰=š1½z qnxÓ?(i­:`wW€ËªmÐÊ¿¢Ž.ø¤n¦ùÐhozœ8ä‹Õ´†–ºöî€3Œ ~r´*ˆ÷bêmìÓ:¤1}÷ObM‚ò{·.gà˰Û[ÒPì5ý}•×»MW¾´'aý‹×3³òòi^à†J*ºr=hQ‚“ÒÉŽe…åc~·P¼"íÕ{ôö9žk[›vG$,ôª Ʀož}O.¸(?â‘Sðk+ÿUýžè†^ïÿ+zݳI…£:ÐsÞ-‡eÚfÌù—¶CΛúµ!ú6¾"Š–6ÖfV¥Œïœ‰ReåF9/Ͻ T¤¸9‚Q^d{D`)Ä”€»vtn˜ÑCDÊê>Æ0ÓöǼIiJìšô¦aûWÃzÛŽÖwó+çNŸÇξ<¸ /²¿òÆÇŸéÝÝcÏÜB™«#ˆÑGisê´Ñl9˜*s€•¶F5±oê  _ðµÝ-oBzÈÏAÃ*°nØó4Dg°63äÐnèºÑŒgäÝ¢Šz¿÷­ã^ë«ùx{g¬ Úóch¢R¬uéâ.ãgÐev›aç ;›ïÓk¾‹)±}-0AzXˆ;Lx=üu¡I]Íí)­Ù´çSK®ÍùO×÷"§6'­F¢ÃóÆ"5ÉÀ×ÇãmgÓw~ëN·ßc'®±KÍ_¤(ŽõÏç ÜÓû°¶¾ƒ›×ß³Fä-µEt™&×kÛ\c̽á_Šd-Ùa»Tág9ÛTºyNr§Ä –žDTæÄÃ~㸒/—ìOÂÄ)­Î{ñ”÷÷bGÍ=ÑT湪6ÍÙ°¸F¾;ó³=6~ydp‘®‰Cß™¨ušž0•_ƒ…ßè µŒyŸ½X›­.Óç>]¢nj£rZxHn›ËÊÛ‘1häzö&9ÕÄò8±6e‹ -ª5¼Ãnfóæ_¿>ò2ûÈê‹ßüÑ¿5/€Äw¾]S[bÍ©1b:í-Qwá~Ô -)ïm|iÚÞ…5~×Ú§®þõ±¿ šjˆ‘ß<}ð=GÿŠèøbóáΖAç.‡¶<«ò$C{Ь~‹W‘}Ù ;×ìZ±´œcw‚—*~¾ê“l‡ú~²ët‚í-.ȳ΄“ŸD®\¾f™öîØ].Ze:–{gÊ1•È¥óÊ{…¼¥q#æžÛÁY·)Žx>©={þ¶>¼¿ÔÄÀé°Öï -¡¾-ÏÑ+øqÑ C6ã._nDôI/Ô[Ð*í²ªa>\Fàps| `’{«‚„§}¯TäŸ,Øèë°%ó§ß=ÛH4œ¼áë¼¥/;bjýÓÎãÍrL¯ß4î!HIS¦R–ûÐïýpÕï.Iˆ«Fb7uZ?ø›¹6—ßµø½CVíõ¼H(Â_ãv~Cù¸ø[®ÑQƒ’ý¬ Ìö“ÚiÏú¦><*këYGÄYpnôéêwþNà7D o6^&xÅñæ×«îi†Ê@‡¡ì^jîôX‘z5IôÝÃ{CeHi¼¸ê˜¿ÝCòûC#äm;<¶¢‚uN˜3“ºõ@ðæ¢ÜQÎÖ‚ƒÉ°Ì[x¸mÐöæN31ë¸p Nž4ÖùnÓ:_º'Z@•ó„m8ãzÒñS ¥U—ZÒ^Ãç@ðä®üá9ˆŠþ6Rk -mk6R;Mý_ÑÖ\_±mn|sJæ±ä,®~Wíçû¯ôÐcÇD,G¢è}ó«¦?Ç;ÓRÉ €‡•жñNR¹GyÜ[Fã:îdªÓt'6Yh0O"½Œ.Á4pÖ‚Ø« ¤¬ø,/“…çò°Ê#~påß«€Š!U(Õ¿Q©:EÂUý¸BWÓËT}waÆ÷¶öÔ -Šq³`Ëê³ ò¯æ"ØìEÛ-‚wæøÎK— -[Ìðè]TÁÏn´Ô\‘}“Š˜Ñ ]¹qºr#ù–ã]+_ÅÃ푌ÍÅâúÒ÷´a.ù²‡í³WsFS&ª‹ºâ¶ªSP¥Â# -6¼ÿÍ~zˆEý¨Ï®FhT›#ô³Ø>`q?ªÌ¢W¶,Öœ‚]tZôz+D¸€c>_q8dÇ ‹Uþž­çñ¿¨Ãt30†8~}üè…e{ëv˲R5˜w”§óç2Ÿ{ñ.:ÛÆtúúé)Ããx@Í­U÷ت 6…aîèÜ_Ú¸Jøþ&.\Mß/ô -Jc¼´­RX»†7$NÌ\׳|¦É…uÅI}þ M}÷)Ûû!Ÿì*¥£Î°ž0ö.cÁÝrÇ xŒäìá?w]Œ@Ê×YÌn¹0߬u·J9ï|ìÅãZ -ÔÎŒã/ëâÔí]u;4÷…½¬¬Ž~+n‚(zv8öÖzaZ}e -@ÚFìS®ÊÚä¯pŸVg A‚-8CÖdüⵤHâ÷õñhNéBòXp\(øsŽ…ñWsI«'6BÍü†ÑôVè¢>†œ£LY³à'¿†qA›»ÇñåçΦ±)šÎÐÏWÎ{¿˜_Üø¡Q’‚*©7fPzæÝ+ah&£pG3\´ƒhF_ qËu»Š+w_|2÷.`¦VÆ÷;tîö]ÏVB>øÄUݯ‹G”Êqx¾iZ°É®M‚­tŒöbåq'åŠÆ5dvçm}á½`øï„P;®>'Ù)ÏŽá`K¯Âl&|:ºU£ -³|ñ'&JÓ+¶/C).=q¸S`Û¡¨h4%VÖlU‰ã›)TöêêkÑ›dnãy¸ŠÇ¦Ø¶ÛðêŽTâÐ}*}e÷ ”=“íÒù{»vë„'¼°C÷.RžÞ Íû–Ûå lŹàeÙu‚/Ë çàím]Õð‡|xG<¸{*¨O¸l•ÞÓí\?÷·àºãL¼>½$pnX\äs}&ÛÉVol'7i[ò®»Vë#øNb©¸w -W ——Š›”†µ¹û¡ê!‡…×O<9Nqÿ\!—äøb­@®Â®j˜ès°6áÓÝ<Í‚§ªúñîWëµv÷ï*ÇÆ•+­Á0M¬sÏYV·ïç ³,+Çyoù¾Äô™ì„xμ`ÈxŸÞÁ8(õö‘ÔèÍ­(}Ÿ•Ñ ÛƒRü[ª2O:ûªÖqOcQ¹v²§onÖ– -ÜOÅgí–Sq\I^ãxFãG+öKö¸Mdv¬\Ïô&Û”.7¨Ã§?×OŸö=ªtì\-5Ùªtæ»ú…WujÌF޹¬² *eî•zô.Лò’†›`C+ó8ù=H¡´B[æøSㆋBp\¨–2û~TkÉîG¡¿™@áJ,gÈŒ„o_J,Ç•_^¯‡W¢Ë¼ó%–·À †tîþwêFî^Q¼ËbQ{iš~c–¬µÇNMìÙv7jû“PCï‹‘+3“~ˆµî§j$˼wyͺ•*HPßä©èÞö±Íf²ˆ¸RÍsÞ2Ûz22ºx.ž_:ΞŠv;<ö _An …¾Eßýˆ/ýÂü QdqJÕ‚U8 £òr©‡Ãû¡ÞüÊÔC5S€p²{–¯‘´¯Õn”wÝþØ,+C&jµÒ&ÈqZ¿jœb(¬2ͤÈ’zi‡IT‹íHñk ö®`- ¬œP&וÑ;v0;Îhw9Y}•ܤaf/ï%Ó!zP üÊÏ¿÷øXÒy±˜22¢I±tƒÑ'Þ6üúì òúM«Öâæ>£Xg½ÒSÝG³$‹úþG<¥¯A^¡,ŸÄíj­dxÀØ(H±r‘FF*™=—C‘¤ÿÚ`7q”,ùP°˜@Ê¿¼Áô&¨Õ_¤³Ø²y›«úÐÝJM¯díÇ‚5í×`°^û~ -Ë—Ö›Ñ>øÒ¥YºQ°k-Òš×LaÐQM¿ÃIgù´'Ráª^¬!ËGÚùýʲ”–íj<ï?d·Ufói§9?(¢M—¹Ë“Õ>¬ã¢ˆsÕb>ÎÃqm)ª­@»˜.ÛìéÛßQ~'÷‰W˜²Ô}êº?û"hHh'ƒãòìÜ’Çgq”3Fvx&Éùð÷Ë–á%«†®j}.® ”J\áF[5•‡-ÇeW;‰s^ü„BæøŒöòøƒã†pik»°¹V‡ÓM>Oáõ{Ư äße‚qIšÛ‡¦D¯«‹¶êÌßàØüþjŸá;4Þø¹Ž¿TâtP·ÅmAä[ÿŠ ÿX n×¾JP,tKy]™Ò?\`S‘˜Êqêë‘RÙ„QV‹Ê×E\s&ušÑí]Š­ùLµ¥qpÑpÏ©U8sû¨°í©àSø§ÂùÓÝãorñϘeª¹pU.õ '”vû©Š5[Fýð2Ú µîñý‘’Îm^~fLù£Ša´·?W†ê3òn½€ù@j„`ö‰0`Ü.¸¯…Z ÄOv•òø”{ú)ÍK» -Ù¯†:ÉD5=î¼þ­ñ?$éql±üßõ;¹ßŒ¢iìz–{j£fcÉ1E¢½ñ0À£÷ìj6íÝ<ïR–Kf;¹¦u°³[ÏeX–ž=žl\wACýLÂÒ{1ÔÂÛ„Cí„Dý}îõ×k¶mná 8w ‚7:€}ùnð^+ü$¸½ôR™ÎD¬ˆPƒ…â_—æÂðÍ‘¹ó;Âì×0¼Ñõ%z§]ô¡Ö³hœ l’¿X`s쉠I’­üíÔÃçÆÄýêù×Ð]ã¹Ry`K–â‹Ãæ3ºØ¢J¿Ä0ÆŸZº‡W5*ˆe|Ыr­7‹ºòÁƒAïxú€Éß\戗kúìqʈ9|;oËCžhu9\9~*J¨¹Ié¤T~­E¶øãÿ±ÝîÛ„ÝS^r_&ÔݳªÄÒøÀx¼ÒS>Öc±; }íˆßyÎo1=uƒX)èLuÐèÄx ¿áø1¿ïÚŒ ÍDV%l‚¦ˆàÃk8.g¤T詼S˜LÚ‹¹—P_xºÒ.ÑúÛ‡?pû›†¨µypï¥3ÊiúñÈÎT§Ã&v«Ý­8#ÿ"À@í£Êúh¦Ü+Ø 9 ¹¦DýÜ,+uËëDÖ·Û*~û,,tõ)Å/n£ÑU»YsÖ‹Ï=½F9¼aÌÇ~ôNN1ÜÞ©JëŒ"¤Qcâ;BÖkßގן”ˆÅíÂùÈÿ¦ÄËz¹N¬7³XªTœök¶‰9RHH£–oû9ì}ÑgIBß&d»‚1:§sÊ\íàÆd.à¢Ñ؈GxYÓ1ÆÂ~û¸G):ÓKü×ÏYÓLœ -Þ6Ø()ÚÒAcÜ£ù._Ö¶²Ù2³hn-pY»ëZ»0Úþ¯‡zØóKaå¸$n—Á¯£Ð,r òÞewÎAªµÒIi0)R¨}ã †Ýñ¿bä -}6‚ûBá¥Tt̉€B'yˆM}ûsWf $êkqëû®æKb³ZiwK3#uÇ ná›äAGUjBê¦*É^g­kDÂ|­¥&µ>{oòÀÓ(Þ{2ßžüu½èvFÌ—kŽÃ|y•GV$“HÄŘ\6=¬6f `[ËD7yZ¾½Ä·¿ØóB¸ÒühUµ`œŽ -ÙZX³¬r3ò2…ß)šw©ͯ©Sm÷&`“Ùúž™¢‹¦‹Ì‘RÒ뙢_óZôªýÎûw; 3*áA/"#/ØQáüq™ÏUjeWy÷•hèq Ù‘ç4èϹ#¨h‚ù,B®£ˆ`C¬¡<¬m^Ñ[0XÁúL¬.ºo("*°äpcjwëßõåkEHË¿æ ’Sˆ¦æSøW$Jýí¿Õ–1 òäïd“¼€È ?éìã"Ú«nÐÃâ!ï. -Üæ*h¨Í'$óëh÷̳.†‘{guî ãðµ†Zta+¬Q~§ð¶oî3…iršc-ÉuÞÓ1õXÄF©? wúÀ¹áhUŒ×bi&\þLí¦wú¹ 22GMÐ´ÅÆî2dþ§£¶—q¾R¼U¹‹ïÒÚÿWÔô>ÏÖ枯ÚãÎÖø<ã0M›Ó6}½–ö_’su¸ ZõžéY·O;˜6ßt)øâJ?ÞŒêÛZ\íAm7xŒÒ æ‡BQv“ d%Í…DV÷ÙÆWFíÆTI|¯¿©ê¹ƒºß9¹ˆ¿ýˆÅ±eÞžºœÇí»ETÇ|5N£MšO†ˆØÛìxs\cÅ$ŸŒjµ8ߨ‹=å&ÅÚóMŸGî 7—ßY†àÝ©§ceiÚòr AÇšCI”Ðêzþ¹•ãâÚÒq•ð¿÷+©;Ä ­Ì×ç'™—ó´³Ë<Ávî<Ö^>=ºV-2vÓ Õûû´K¹pïåÙ.X°pžX©Î Àá& ¡8é¥ztׂC]áêŸùºwñÂ)}?]ÌØØ6ùl-‘_[|@'wW)gÇ5 ú0ÇÞ-5ð ->­A -ëÖ†Þpm*4%|ljMvt+Úaí;÷,; å·P\ÿnô}ÖÙeý{f—¶ÿÉ'!?ÿLÁ¯À}ê¿«)'œ)n«%·Qœõ“¶Ÿ÷˜ü ÙûD[È%e~HÛ"ÇÁ.ÉÕâ°”n°sb|#§[»Æåb4üW¬LHÀA{×NN[¯ÊW>îÝ#êê3Š޽ï}ã'Ó1o“kZ’—BpcÅElpÃ.Á„u"R 0†7¬qAgºàˆ'5¸DówAQÙŸw)ݦ™Ž½ŠÎ­kýaPžµ¼´Sò„sÈv„|Ì™ûÇ›vd¬ó,\ Æ !K0aû,¶*gT`õ×ÈÅœ2âsÆö“t³ÌOf=ÃΔ?\6bÞNïµÞnÔo¾Šp¸(!„ö\ÜA:D»ÐA*zn¾ß³ñ:ïM(°ÍN´(€ç`ZæLôŒjÓÌ@åŠ2¨KÈ Z¾Max~ÊYVöéÍ œäæòøýˆsƒF ­ß#‚|¶”ʶàÈ/°¾“ê7ºÜÛ—G°ö,*¬;=»àõœ:hÜxêVs×Ð<4CXÖ@•oõ§Uì¯/’×Nèo$«pO$¤€0ä& = ÷0¯¹éóÖ€‹·xÇbYbðÓ¤#ä×z©A.ò]*&Õ¸Érëod“hy¾òEËAÐÌ®ò‰åS«—‘ÿûæQ“«ÿòqÖA°rî¿ÿþû?³od9'ï~R¾ÃÂ¥:ü+–¨GýPûN®²Ô+*®-žm¢lÖäì¿i6c6uÝHLZ-}ò3Þ]nÂÐZTÄW¹]«ñ?’SX*{?jèõ›×ΡjL”±û¯h~‘´cK3kã4½êÇ=áeÊ'ö#ðÓu=œó½9@žÑ* ;-'×bÔéåyÔˆÂÙ©¹¢Z… ³=¾£·$¯Û¯aÝ,±ÞÛ7Þ}‡±=¢ÿGÛJbNÊ[³1µbn1qÅÇüu»cK¡»RVuµ ׇ\8Þbså¼s}ª¸ŸˆpøNþ©VŸöÎ-¡±»œ^ÎïFE昨õX_ÍWnµ]¾ÕhðüWÌ∑Á»NþSÌ‹ßÔÌ߯¨ÐØ­";¸KÔÞß”vëÇí/²HÅÛ>p´´òx,ÿøšØøš|Hc]¢§¤¤pgŠo:¥;Ô_ µLÃÃpËú~Ä„ÑIÐ^ÍÒ_¨åZ“׸zí5ßW2Ïàî-í““G}9,wÀ -ö陘žê·y«D ¬ÓtàŒé‰÷,ÔÖŽl@‚Y¥÷w º­[ÉlÅå3ÏÝ[ªuTgt ×éñ†KƒƒÕ£ª;ÞkæXœ]¤¾C úQë—4ýNÀŽaT¶¨?¥„f–vÔ×¾jƒæ¾(;K#Âs<›Ê®Y?%[Ê@Ì!‰_I%nßQ²[èðx1…=|1èïÍ´D©*ÝaÏ]›-‡Ýîߊ¸2Sæüe[}^ÎñGÑ•Nî5-¥ ®|,r*r°Q;ËíÏQ<mGã¼Ï‚š¹^äÇïFÐDß+Ó¾¥À¶Ÿôj6«Ü¨ æzóÁµ‘¼rçÄ} IÙÂÅ'!—J)±ßM¶þnð<™,a8Êf¡—/ëÊL>/½LWúbÐO}>w¸6|îq>g¡]´IGƒÂÑëêäòãóy2âíúNÿˆ¬ÆêÁ¹‘'ë2;95„ Å’Üʾ©›ån¨»5Õ}ÝA—•¶à´5GÅ’aµ–¾yºãGk·§´î´»VûòŠRĺI*à 6W’<Í\ïFm{)1ó#€1ÌÏý߉~B3ý²è'ð?çòuÑOhÆ _ý„æ;ý?ü?IÿÖ3ýáàÿç\þHðšÿä~ùz=Á¨ïÏÿÅô¥ž1èÿßçòç‚ÿǽå×ëƒþpðŸ?—_®g úÃÁ;—?üïJÿš`ŽügƒÿÔ¹D¨Š¥ß¢ô7Ñ=ŒPíz˜>¦z½Š -&¢6Ð]QÛ é&F]Qžk‡Ìf£‚‰1è-ñÕ[+©6KßOSzþß{fË‹õïÁ‡fì]Ñh•’½8²XhìÄ}ÀLqÅëuU̘‡uw}Ä,õè†nåáós-<É+õµžíÔd+}P Tœ¹û,nÖ½h„Øîðe$ìëù[ämÕ4—ƒaØs”ÕÛ™—¤%'™ó½˜ÐçÎèº:T²¹M¼ºíí³[i|0ßÿAë'ðM´ž_ÿ·æŽßŒIŸý¶‹9®x(&\I# ý"Tì˜Æ~6Ó¹±UO—Æî^Üv— ›ÛI˜ƒ-vñó¼Q˜Ûˆ=å6ݯ#ý¨õߢð€zQnVÇì*h\é“ß)LM/Ñ%\(Ü–,\vŒfN˜iâÔ^Þïþy}­\6«sðdVÇ[G%ÞkJä¶ÀL—n‡™öÊÄï¸Õ×¹¿4ßé'ùAX¥¸¥ï¯qÁ{&ð‡;Jc‘}ïm‹æ‘ÛDÆÞ•¡ˆ_«è~"·ÎÚü$œò$¯Ó6Û\¤Ùl+Qg³#ûÀ¹üìÐOñõT¿Õ³TûÓ¦IŸ›bœ×Wñ»C0Ï*‘ÛÌã9ÏU@o9%”ÆuåÊ]¹ ÃÓ1 ¤Q%öÛf»ÌLåVœ),˜¹¡Íö?D ú®!*ø<m0«(4<®°™éÔïLqÖµ:'K›ºî¿’q•(4 -Wóª#òÎ~ÕOÇY£#.ç°Ø,›;a°NoÈW¼‹mc Ú¨]ý=øÐ Íbõ›æêD7Á8¹™™ŽA1k´}¯f9ÃÙ'nZ:3ðnËT6.s“döt´Ú¨4FãLOÔõÞ¡°…Œ(\ë3ÕZ—57\/览ýüЕj×bhÖ{Û¨4c¢°º›V|îÚï¹i™˜+? 4i×:ÞÑåÊ”ƒâD|˜ï/™–R8ÞÙ&z`Ò^z7ØìB¦ˆ`ÆÊ:m”U=³5Wõ’åÿ -Þß–÷ïý¨ÔÃu²Í‚²N‚€m÷‹^ß-Ô,í¨¶‰Szt×È»xiM§·ö™âu«=s¥Ÿ>4Ð Ú ž‹¹W¯êzy³äåöÚ:Ña¡~A`3Ó~B³ð€Ãê Þ„+oèR–SNŽA.zgVÌ+Eåˆ_vçøá4b6¢XØž”#z{œ0¶'ëtaà8\W,‹[¶Ì -K½H¥úð„¿G úÄ} ¬nÏÅÀÙ•6m˕ȇe°å²¦Ü«LþâÏ«“ÓémŽZBÛ e¥qážië¸ÍÜŽ¸_踸Y5fò‚>\Ñ9• VÄ"ýêMÈ Óž““FúeÄ MÀ¶$`Ç™¥÷ìù'«—·*q]®; ŸÎ®8áAóvo¾å¡N1j}>Y×°)FGÚ²Gaq»½Èì'͹҈7æ0¥4f”ynû£8©/½Y¢¤ö HÞ UvN3é½»¦§ëõš8n'=aµì¤‰ÖòŸ@ úÄù —w%lÚ~ðJðº­ÎÆìŒ™GS\ÖÞ,:;¼8-mVÂ)K¿äf|A\‘`¾ØîÔÒ4¼Êv:4‰@‚M¢›Ž[¸ÐU,Žˆ&ŽrxSÄîÙšôô×þ?„=»qªRdŠG™×Æ%©8nxWÔT”Mß=Ì(ÿ:’ȘÝNÙåvCô¢#=>£)r4¹s$¦¤°9wùP{ÃRÿI ×z#X}1èïG(´Ö"ÍÖ#4órÙ¦"$J`:^ A}[6ÜWc:£M&cÝ&ÍœIrb”¶ªW”úØà|)in½SÕX kp#m›J-”çÕ¤orˆÏo¹Iç—ð¡ùž#ÿ¢è'4cÐ/‹~BÌ‘Uôø›sù=Áh‚ôÿlðšïôÿhð¿–þ—êƒþpðs.¿1øÍôÿdðš ý?ü?NÿëõŒA8øŸËïþC¤ÿg‚o! àJ -b¼¡4BKÈ(Bwg1¨Kå‡×½K@TȤìÊÃæ"” z6¨éÕÞªöØ<œšænȆÆzxWkžx\kúðú>ZÐÔuGæmL¿C úQëOñoÑr€=~ˆFï_'‹ÐÓõ05üá*ªïœÊ”M¨lªNÌ‘eYméëq®ó`Øa[ÛÞĶP?U}qy½÷j ¹ò\NÎÌ 5þ:bÐ_ûŠðz„Žš­o¢¡œ¥$‰÷r(Ø<­z¡üôÜäƒJÙ“DT°Š«uÅ0 rG·fûÁƒíimGdj Ñ˜ºo‹‹q©Ñ¸¼êl¦§6jcÒauü -Þšoš#^©š¥d'ï§mßË¡öu­xa˜õÜáð˜´/Bµ`ÍÁlȤòlǨ,‘ÑÃ¥f„æ“Byµñá -,B6:£ 0Ô0qˆ5ºÇ“œêü1觇¾ÃÿŠêYPJŽÓyVÛgÅoÊŽ{´í¤3昂´kæ#ï‚ô åŒëL®FªOìNÜòM«sfT]:ôÆ}ðñ®/’ þ®aµˆô±‰Ðæ¿è·¿‰¢nö½|‡¿¬› œ õw.îxñI:ᜇlO˧ºEÎŽC“¦ò±»—gw‚éaòš™5ÄTŠÌ ùd§vÐ"¼ïJ=½¼7ã2ú+ø·&*»8Kà"}f£Rò 4w"ó~ÚÖdϾ?em¯Ÿ$\(ß‚,ÙmÙEh91j5S±’<º¢‘Ù‘žVºÂ“µgškЯÌng½ò»Ý-Ìý=bÐ'þè?¢ío¢c(DÅqXs뀉XÉçú¬é=R•PurUµcË%ñ8zD º¶ÝþÙ_Ðãet„9w2}2xþä05“bÎ…|’MM«¿„woù!ºþ»¢Táýè2‡}¬2 “=úûðúêùåÈ—[Ñž¯;=ƒÍ-qu¼÷±‹ Û’èdË<å´sÛ#TVeÁW–Ã'×$qŽÇ µ²¿ÆŠ)Æ7Í­r7{3?œözáûW–?mëÒwwÔû¾zæMs›m?úçÊðûtï|àvõ㌾!û&AL~ Ùô®‘Q©ŠçW•\­–93ù÷ˆýþˆ>Ì‹>ÎàfÇ -áê´îli=÷;ýéÖ•FäÅÉDÛ*'j}Oèuå6¢ÚGµÒÉ˃Y_ñ¹­¤­^«õµ«QýÆD_Hͺd.'€Þ8ÿ+øÐüø—ÄuÀ‘ÁÅIÕƶƒf†&¼¾ÔY½—l«ÄòšìÕ„–¦¥[Ù¿VÎ<‹¢b~r†õ( ±Äö–­ZåN%l䄘ùw3D‹æ®9pïlþ!"”tÌošj4‹ë|àŒ§5¿3Ű÷‚-iiJ‡AzÐí_´ôøÜŒj&-wB!+áƒINx ×Cˆh£5¹*º;êêtXÌ%—­Z¥÷šPÿÀ¹üìP„²‘9 ê¥.QiÀe@)±’—Ø"-{O ŒfùIªr´oÆ¥èÈ{õìI¸5 H|ßï"Èg/»± -®1{æžè.ò”¦/Ôk$8ô¡Hd6ù_¸*ãv„ºçÁÇ¿&Àï‡ì§qPÌrÖ!–.l8´^ÑÒ¥îäfèáQ>L»Dà õˆ¬væÐæöœõ®›B -ËVÔe©Apa§Êi¿8õŠ*yØ[Ô0íúˆAí ó¼• dÞP¶Ýð\ sB«Ôà#MÚ‹÷¢Md¾\:Ä é2TEA¿ì·¦ª˜ -*Ç ¿2˶§©!vŸ/Òvoö^¤v[ò"Ïõëgñ~ò[A1^TªÇÇ¡YÞ¼g5RìÙ‹½=’ªÜ)òT’£Go&]«eF0öîÐ*Ÿ¹­Üì®7ôÊŸ/}Á%¨¡bÈk®×{ÿBé)êÏ´ÈÄfÚ33=²“ÕÆw̯ *&0Ì ”yþýtº¼Þê¾Jß5–0.F»*ÝÒìäXÚ ‡V¢¶;Â7e3Þ[v6jƒ‚ò¯™5J³¥”¦æš-O«ê´ -ÀµÌÁ´êÅG!}×ð D¥þáVµÒÔë+âܬRVS™ÇëK`˜tOYU©Ë´ŽÚÊ|´ÍÇ·MðþR?ø-V~‘U hŽáäÔ*ñ‰‰[èlj %Τşùr ‰| ïç-ÿOCX•v/ß7̾]žE5×µ‹_°·§¬{Ž«íŸ­Ê*++¿nPÃuš=²ÈªÎ¬2Lš“-OÄ~ 븰4u޽ÉêPfTNôf3;ÃáÄÓ^ Çr×VñÎPO‘­ùDšƒÚ Ñî;®Ûî³[«Ûo¶Tpï÷|Cî¨Ã·’±_A„tnl„ýW„t%<‚mõ!ùzæ½B²ºa¡ÞsYßí²×i_TG„|ÃùËʺ„c*šoÌÃH×À8`š+ºöŠ·õGe<~¬á¡<×Ñ]J¯±ïF°?hý~*ú ÍôË¢ŸÀ·sùÑOhÆ _ý„&˜#ÿÙà?Ÿþ/×Ì‘ÿlðßÎåÿ¡ƒþpðš1èÿ©ôO=Á˜ÿÏÿ¡ùNÿC”¸ü²nÒe#äâŽ"Ä,sA-¯^çœÔqQ²ìñ|êZ¹©˜…C:2àÇ8ÒÙ¤S^k:egú:õšLUßôqðRï§nnD¼<ø‡ˆ\ßFÈr–xkâ’ îrØ‚áþû»Ñ6y6RAsä=³°ÝÄúØçeZº7‹­yÂ@æJJ§³ýŒ^šõ½´¹¶õÒƵf)šÜ%”_g` ëÑþ{Ä Ÿú&º_&­NDH5¡Dˆ!ÞË¡Ä{ÕöØ}\õ®îº¼w -›´®ódÎû¯ŒæáŒNÓlô–æ+\{ªŸš*‰‰_gÃ'&Wê­ÎÉ Æ?Ä[“ýÐ|§¿w'ÿEÓV8ÒÓ÷c¬‡°r¥ï~ËH8î1µ|9£Y*cgW¬©à›¢A¥E}™2áGÕk–ÁÄšî+¼J×|ÃzW -ó«šøj¶+1ècóuDì"D~¯ÏhNÄ€#Tã§¡±;sáª}¾û»QÍy?k}¼½œSy˜±‰…R° -$„z«¬yQØ,wôt½ÁÛÁÙR_)¬2 1IÄ+ÇôLD?ô£Öÿ•ŸSpŸ×€è¸€€Ù²8y/‡nÃjI¼øž‹[ÞáPx¹ÃÆ=뤅6ljq²¤×vƒŠ2ÃÓk±n€\ÎÖ"Ÿ>×ÂIEê’ÕÚñ”}”…܃ùY„þ!þ[󒘽Ó?t´¥ÊÈ{‘x/‡nÞë¶ç€¹Š–µ°§›z;?F¢êÓ1Š·i¿œ9Û×ÅK|Á½è(YýŒp)’(?ϔᕷò{ƒ2ˆAí î!º}ˆ‚{húWe³åëÇrè:pJ¢4®WËšïg­3~YH‘)ê}§¨Œt&{YBVRâÑ´/L -¼uX8e¼À6ËÙûAš«¿ÐÔÎ;¦“ŸE ú®á¿E챯ë(ü‡ø^M³ú{}Ì#ÑÐLž‡Óæ¾Ïs{—Ö7wš¦¥A‹”¾5{E.íS“ŽÇ¥#Žø¼z¦Ì]ÒïL«Šëù½¤®ï/ÊÙäs”½¹È÷/Ä ïþàâÌî#$¸¥A)2BQ^—æ Wß &=óž ’uA}²o©›«nózË^¿ÝT·ó:…]x¼t{ooVÚÌäU¹Îîèf¡)ÑÍÚÃ\®"ßX•èÌ׃þÚÿÑ‘b€‹“…A)É–ÏMqÜëKÓ•#_hÁÒ”«f4^ÍHÍÈÚëbïŸ$.OfŸ6o›¢™UÅ«“ïZçä7ýºÞÌ^øZ=Ї+±"sübFÌÍŒ*ŽÏ1h¦1¨?/¾^È|6ßåÿ!¾i¶9œŽJÊ¥¬†®4‚1È¢†:ôxÎ$T¹÷‰ÉÕ©æ„ó𔺵!¶DJÞâûÖa½nŠêè¦góûžÌál‰žÏé»0¿3Ì·r‰9ÜKg„ôÓCdŽ àö)€AÒb½ -«»¶ê=kþWSç„©­æÖ(zuºÞì, -Ãwn‡ƒ×lp»QUeÞÏ[^arÙ)êÄ"³d³GæÑ›•¦>+ÍôŒ²4~ö¨ ”9¼×݈K¢EàXƒ$×ÙÍLéìBÁY4;¨ÄA7¯NeW>‹ÏÞL$›Ù%Ϭ.ëÝ)Í4¹Ã—ï_¤ D²9'áTejN¹Ú{m±=q -6­jUòý îúe7]7’â?D„bœ¡Ž€Û§ÄxBÜd¬Rª¥¥bëðêûB…ÂÌÐØZF½×sqٱΕ7ÆÄ+U¢»€<™»*ãÑUGò™ÖGD‡4xoDàèaF‘ý§ˆJµžêwzlÎ\ípõ®Í·¾ÌŸv0œŸ‚ŸÜÈ‘AŘJüá,y³®-¦Eó:3‘ÛiÒn_x|ˆ¦öãôãF¹sÝ;M+ -ˆ0Ôˆй ©$Æ©IRû{Ä Ÿ -«ÒðaßžÜE™“›K§>OK³E›˜”/ri–81•kþ´PÛã¢p¯r³Ú"±!xÊ£ÆçQi>Ê3ìƒéæôý*·ì|`‚ù`%Y‹Au¤S}'m­ûN&±Èrÿ^‚q$U.÷Ê1è ’çS.Q*öPGt¼±'W|9ðöR#VÓ©Wè‰Ä£Øg·ÃFÞ¯íaï·Þ+¡­¾›xvúÍÖ­ÓóC¹  Þ˘Ã^§*T<}l¾mh>2׿ÂODÕ{CâÒŒ‘†df™Üµò$•ƒ Ó]­ Ç ü4Á£™Ë‡Ë»™Ôñi®ßªCÙÞ~ëæz]TÍwŸÆ­ØV2Òä·p7¡lQ¡Ò‘È}õˆA?jà¾ÑàÙLŽàGE/\D0<ºGðÜ€"˜L·BÍM}›*Ñ^ j®grÏÙb<ìäž:Y#¦}³Ò©žÀ€1¿•†”•n6ŠV[U­4it¢½ê<ªR[å~ëëøNÜû¿*ú ÍôË¢ŸÐ³¤_ýþç\~wðšïôÿhðš ý?ü?IÿÖ3ýáàÿç\~,Ú˜)Ìxé+ð¥gA59Y{­&Î8Ϻ¼·Åü hÊÌh6€&<4!€ÿ;üNcê@ÔîéÚ‘êjÌ-ÓV¢ÅµùuDðÔDðfy®Á©$Ðdõ½BG3’Ÿu#ØYRÁêî¼Ý4up»•òÑIdf';ÕÔ.Vú8TÌKjh›G=MâlfMBoTÌKóÔ†“žÆX™®ÒOs­Û™Ej!}×ðSDðú5Œ`a{¶/dž£"ضïUÛ\„¬ä~„Lôe`ꣃçÉ=4Ïg'¡YW~ÊEïV&Çuå›hEÝ€ÌEë½ÊˆÃ÷*c‰¥üÔܹùp´'›ÊͤVGýѢʺÕ`4~¡î‰«V†Òq”è‹BöÐTøYU ª(Ç÷z°~rÖ«põ!ä ”õñ;ýÑW«!] ˆ¶® ¢¾¿³0WræñéÂÆûÛ½E+g£*NõØÓï·BÔ%Ëb*•êKâÀ|¸ú`ÿØyE×ßµ( ÌÄ·{sio»kÂú:>D#$hoMPÏåh.|;*yôý)ùnÐàéI rEâIÙ׳°5õ"!=¸}^V2Ííå²t3²ô\/%!o:ŽÁëö5™°l’dNÌ(ðLf¤úf$kÚOæb?;ô_¢Hnêy€€è.n‡†Ç&"›~'\(÷œ[*~Ûª%h‰ÍC¼‘•®tÞ-Å£˜nÕp•·ëí–¯½V›|–#WèÑ–†i^VhäßVT9~]ixæ$Þš•Äãý^ù!j”pq–PÌiÎ÷×XÕã·Íž“=>q ]B+½9… Xþ²ÖB^Ø^(¾ìךt6 ~ّ˪ŒAÌ=[çѤy¦ü4~ŠA4³ O_Ç_¢³Z„¦ûlTJÝÀiOÓ~§ÐD\)]nÚ36;ˆAfµ’ 4±úboÚãÎûõaw¼>!vïàóõ6黋••ˆÅ“sF‰y\*s¹Ù¹.âNç¼è9eéïƒ~Ô -2áàöÉÑî²î!tëÞÄ f'îñêûYÆ„Z%¤ÙÖ9Á)×ฺ0Ás#Óí ¿ÜÞÖ;! /6Êf æÈôNx æbÑjxe<¥:úvJ-9m.;•„XòòuM‚ø¦Ilï÷Ê…¸ «TÏô¹iÉw± zYÚü™6š•BYK—öøm9Sç>#ÐGøÑ\è lnr,]>=$Ï&ÞšÒÃQkR+/ñIhr„;ɘ3XêY³û6®±Í—!åÅ8– p³ ÍUý}Àfªª.ݾ½Ëphß×$M/Þ©Vôcr¸I‘â͇¦ÅÍ·Ù¬G¬«û΀JÇöÔ!Ub—’Úø¡ ÍðÃRðÞjçNê'8>±PÊùbÐw ÒÙÑeÓŒÝmG¥z›¥L\HWÎæêÌ5i‡wm[/|Æn&¬¨ -É%wÓéfy:btßs[s¤Ñ®þ¡€‚ù>ß„Z8±<’J[¢Sð¢S\>ñ¨=N~‚ï§"OmpiÖ:àöÉoߟG[7¹~ô=ˆ¹k¤j]|æT:á‹hx,=oø¾§'Œ¶t—!"ÖD¡ŽN­Œ’%¸C!‡?ãÍ -ßß`TMt¦'Žà¬‘ ûˆAí©d„¬¡ÛõýKD:1ëÜÚí(Eq³†„w’ëùòq‰4{‡Îäõþ†¥ÔWÞµP£”™#¯IbÒT‡Oœ™¯±èß ±!ÙÄ‹Ž÷Ý#ƒ÷½äñ³¹üg?BÁ"B‘«šÉxÏKlǬRnA¹ç[íkã^ÎÐú6lüi¤Ìñf­‘LsÁ{E±|KŒˆJ";’—ÓòHÞ›½1¶'_G„B:B±(ò¹ÕµjiƒÇK%¼Ê•y†#àx?*õ<„3ÞÞ6&´vsHDÆ&áZY›6RéþZT/ãÑ‘—G‡_±ÛW±™@š¢ıٱ™Ãfw¶ôbÐw ?pÄÖQ©¶{92¹t™«S>fΘy˜‰èjr†œ»½wQwíê¤Nc¢}%áˆ}ò´qñøQímG—#Ç`w®ÏµMv7¤ê~ˆjq`Pey`ì¦*€høá—ðþ4:ØD¨"n=^uë ðÛŠkÉg)3AÄ…1¤#¶ßΞÆa½CXž­[{ÑfÚ\J4.òÇù躌¦|Æ'Ã’P˜Vn0ë;-kÑg •ŽA`lúÕsÛo¬Ë|¿ÁOÏ_G¸RÌ­il·Äõ.„œhMqqIU€!2ã±Ùs7Ž}ŒNóu|nÌ«Ä$D>*…½Qái iݬoH³ÏJV³¤owº½NOtŸq Pñ./Z³./%¨ïƒ~ÔúìYUƒïŠÑOÉýÅ…‘ŠØ+8 -rb[ªÉuë@Ô¥gdç«¢Y˜t«0¾à¹"¶Ûù ‹`.Öß -å­„vŸ†”ë -+©ØT…-‚v$rSª"5:.µ¾0ßׯ®*÷²Ï´¨A=8vŽÛ"oˆ«¦OÔ$N\çm®¯=©Žs×ých,C½ïqc½wdÌîqô°»É‹ètÆyÖ뤕uо`Ó€~¶'Ð2ƒÚ9y‘l݉°É|Q±éç£âhNFET3¢ÂÁ/GÅ µˆŠcï;ip%G+žW¬%&èzL½2r·«ãÔ šCÚáö=ÖétWÀ´«ÝΤh‘ÓY]ÒUP;!%Ë&AÜËúâ1A•[£ôbÐZÿÂ'D?¡ƒ~Yôšïõä_ý„&Áþªè'4ÁùÏÿÿKÿ÷ÿ¡ù‘þŸ þ­9§ÿ!zW¢b{G©Pú -ÐzFÅrµª5³”œBß³­în/÷™³Gz”ÓYö¶ÀíèuRìg>iØkŒœýœ+¤ßKÆì¸é?VÙvIõ$0Üý -€c¼ (`Ë6£BW£âÉ^Fpª{XÍÇü]gÒAm¬‡žC«w7..œ=»ZÙO¢½³y{|8i6ï$=[ˆORös–¬QÓ®Åᤠ-“/©môŠÞb³ðSÄ µÇ Àö -8 -­¨XjT^nÁó­ Å#x‚ûÆ Ð½<á×°òÌõë Ú9ä5Æ~Ê“½Ý?¶OG#Ù}1Ù}‡ÉÛ %¬ƒ:RÕGÅ‚«j»u-ÝSÍBá:¹ Ù/ÂŨ(è¨H%íwúÔ¼Á -½«`–ïä’¬T€<‰b!jífþ¦Ç/¼f9Ø8aTÙÙ‚¼} l¯mœÂIÝ50¯T[ºøTÂC¡xÓBáB&»Ùóº§A’¯ã"¿±Ã/ᛦk,ÿ¥ æ{}ì%Ñö^`~X>“m–xý}1œ¹‰Dcigµ•¡¡æ±~æÁ¥ FXû?@·ÒÏ]sW>ÞεúÞmk[,߬®©Ë½DÚåüìæ]Ò“ - -ç ;}é³µ˜T¨§0]$]nV(ÊìwˆA?jý \ÛU"x3ØEð-x~³óþ^`xïwòÑÑ‘‰³d•RÊåñЖRljKÑsRfÔ(òWFv‚5£ñJ[0@½™ÕÔde’¸REœËäzx;’—x';=Oª0-M–2ÿ%DpÿXy§/¸ÙÑx„n9,h\SŒ—h^»È°¸­šëô« Ãñ“4_¤úøHs|o”cî¡“[5’›ì"=ð“ÓJŽ~âÝÄ)> !2ND‹þ8Y®­cÐè”nø©ª¸Ïå/!‚§0n»-÷²\$#Ô51PÊÇÜ!º4a°Ù¦Ê&´ó}C¶tù ¤â_f-\„¶Y=­\ŒMQP"ñš•®L€÷Î}o4ÖÒqìÚž¡Ø´œÅ°)þ`±Bw¥ŽÎ­œ?N.çúƒ~z(‚yŒÜž!š -«‹hà%0¶kg¨¬Aá¾y3ôíNæ;CšÆ«/ÞAÃôîtÂR›jò§“ÇR4G—2]à¯tÃÚÆfõõ › (v;žûØMiS£\Þ;Žrµ=8ŠnŸ_B_Ãz„”Uáý^¹mB>7¹ÖíÙÊjR ñï%¨Û—£ÊK·4c -ëÛ>Ήr5Á”¡u´Œ«iŸœó´5ÙµCe|ÊùwìöÄ”¡êõ-9>ÔRå"VŠM¬HV‰÷Š¢co±™Û= ’­¼?ìõCÃåR.Ô:×/\îl'åH³qé¶8ˆ‚¥Ç­´Tõ€Ñùª»|R’¹˜aeêt…3~”ÆÂh³üPŽCô„\ÆÓD`à40h¢A¦0™ü1èG­Òoêh“=ûêÐ7Wã¯Bºt’»Â)«®æÇŠØ>ï&¤°èi§¬ºs貸Œ8[o Ñ‹ ft͙ˡö¬-ßë–^b3¨¢Á®o›Y±Ï¬kZï3¼é÷ígê;Yþ"ä¼ïƒRf$ûfMy0Ï•½ñ…«×À±]Žyj?0¬ pœ0«®°TŽ|±3ëÊ- !UŸŽ³hÇ;¬ëиï,ÜI¿qQç=bÑ=.ÿdz\¡|èµ]ì ‚>l|ëKˆPØÅ¼D£0SñÚ5{ñ§ÚúDÒþqO5á¾ÃãL{ùÚ¨ÝÅÓ OfJÊì}wœKÚC}~­jB¹ÞonÝF3n­î3¿ïtyEtû¤<°¦ÝÝD«ÉtÄãþ1è»/*„y5-_Ý+³ŽWOrïrú­gÃè¾$ßz¯„Úÿ^ eÃö!ŸíœŒ¿Zw‚H´æ9"°Ì¶Š÷M¾©Í·p úØ|×Ê•NP#”y7œ¸‘î0+(.®€‘ÎàÓ–COðôi3Ã(D[ ê~‰×X/Á/^Ì -,0Kp­;mí[EëÆ7µ|lRuùÔD=Yn;éÒXµ¥[£I -€úøbÐ_ûQ!¹QþÕ¯Dù#¿‰ò°âDy…,E…¼3‰ònüå1óåö¼Þ޳t@®ïEŸNÏk~©7îz†2Ç´¥g¨9Î3\â k1È3“Y×3‹`üÁ–Èæ·é”uµ¤1KíRú¢CAŸÅO5ßëÉ¿(ú ÍØ¯‹~B3ý²è'ûuÑOh¾ÓÿMÁûNTÈá@ó~f¢üÐÿ™çËQ¡Ÿš¾Ó¯•€¨šW£-êÞ:ÿþ¦#¯J ¯Š×/Þ«.F7€›ãUwhÜñ¯­,pÔ ã6dÒ:š¦µú(J+a~ø,Þëf€hw]é›[PÌaóµ÷ò2  ‰Q!ÒLPàÝ+Ê/:ù@îËþ²öjyëɤï:Xoâ:³E×i4×Y¡ëPƒœÝ'Ãl Ôñ¸ËÇ^V«Sñìý…u·SÙy~Qxàê }&«È ëQq§-¢â9wz¯ŽÒ¨ž©TT(ðÅîek¾‘t¼µqº;ž9>Ñ[;\n'8m;TìH¸6/·™·a#§Õ>0$;É[Z8?Á¨¬ü…ô]Ãwø&ºQ¡ç¢ÂåÇUã½¼L¿³>¿×Á½¨ÈÍ3!â>`=tË^£^o9{qܳû›+—ßîLZ©ÈÙšg«'›¸p4ÀÕXJ€û šS=ô -Ù>tKßί œ©…gC¹¹Ÿ0¬¾Y²°¿Ñ^ˆ†F½{+‚‡ƒU3ÒÀ CŠ;f}&­Ý€³P§ŸIÖ¬Ó²Ô6s¼¯«Í'®#‡òê±ÌOùGÙQîš%U}Õ Á[î €R1è:ìã2µN'Z:’Ÿ«˜Ÿ0lûJdïAæÉÌç_í¾ïÁäùõ¼EH¼Å  jíÒ^{eœå"–ÜOV …É7†Tè¨^ªÛW«>½?½îê.hòñ>àÇ픥AÈ»ÚólÆÕàÔX‘OÆQ̬´ïƒ~Ôúo¢²Ù÷yõ)LIæhLBu&B&%,³µÀoÎ)7î˜9;3xÂfQÊ•õ²_mª\×jÞ‡5­*v©öú—;Ò›\Šû#k«ôI.Å ódWj“¶§Ž†€'J*Å¢ûg ß7¸þþMá¨phóQQÇA1G=à˜e#äB+Aªùîó´K8eMåts4¨¨áÔ©Þ1_¿(“aílXlóÄŒ±¾ä™<)µûÎVŒŠÃ‹¯ áÜo€Ñ?Eå@v¹Ûþqœ^>‹¿DÁ=4"8É$@ÜK y¨±š¾ªþVnºn²-¼bkå3†ÎÕrf/ +ÃŹt݈êÙÂJ©%ÊG0kn -眀 & @9°Ÿ×ÏÊÉ­ïû2\»pµöó¼s"ëô#Ä µÇInŸxç›hý”ŒŠÔÜ…• ÷•šåŒ3·§U4J)}ó,§U¡¡ån×Õ‘ ­^’¬ƒ!rÆ–夡û¯µöådçÖÔ`ÌôÓ®9N[Î]Jì³ÕX>¬ðŸÅ¿4‹é Ð çï92<3RBèƒE¹]ÀäÅ«û²;¦=YK®YêåÂÇn–ˆ+#|—¾"d'n˜iDLz"Ì+ƒ·I´óÛ ç”Øg3ÓeûûÞ„MÚŽÁlíÀ@óã>md˜Ùì>¨PßD‹èîÁÇäû{ áûãçœï)ç‹›jkî.FÕI:1H‹·øàv ò†€2ïØaÑ…}5•Ën»Äb !‘Y߯‰ÒºpíôV‹O®@ÿ»Y!ª²Y- -þþioº­¬Ò´kÁ<Tľo°AlÀ޾P:I=ÿJŸýÖ·ªÖx×Ú³jÿ¹È‘sŽámdfdDÉîñƒþ­ã?B+¥(N5®! -MjP¨œâ#P¾*AއnűφÛY{Ž¥Ë@§éâ[NF6"¢.Ÿ»¸é!ÆŸrQöuæ)ø)¢ùföL’¥9¡^§»kiºIJošî¶ßš;â4ZµÍoŠèzönƒEΗ ;dÿ¼b2IØÂE„Ê\üåì}õžIº¿‹a.͇þK÷˜÷­x s+‹£G12»Ò­hžQc*ÃF¯õ4l`+mÊ·Wdµ¸\gùÖ’ÊŒV0£nÏóê·ø -½g ÐÁ* *Sfü -r¹C8Á†û'õxîݨÂí©1–u—yCŸ¬ô'—@Лׅe2o~`Ú©½¡-ÞÛæ&ˆ©Ifê/×.´/fȪØh,GoA:Ml¹\/3‹öÀæÿ˜‰ÿOË—7óÞ”Š]”·ç¨Hú8>¥,:˜šëÇöú¦œ‹·Ú™¦\¸©QK2¤)F¸WçõòO§¡sýy̲L´ùŽÏ®ÝtÑÆ9L3óΫWŸwÑd¾hÚ zñ°ëо6Fþ Ø‘¡ÌÍl—úFe×Í%žŒ¾§S×™;èÈk7ß#[ ê”þ “’Ê­¡ÈóÌn.7ñfåŸLï)?Öä¶f/|)cÍ.cþ1#Êdúy]³Tv0Ÿ]w?çlƒ‡ÒžþAÿ\~PœhP(·þ>ó£ê ÒÅs¯ƒgõCtÐi?¼Ù»æ m»eÚ§ÏJ=£Çƒ¨sØí4EúäqmdîïÄÞv ɦ¹¶Aîî®:»ž#mŠ"ww¢¼ÈÌDÍf“¹wžOæ`~™¥äÉiFÐùÃ/ðƒþ¹€"uÿ€¢ÍO¿·‚pÌ—¹¸_ëþjλ}üú¶V⦩·î%Oóým;ˆÎ§¡6–œ‘·ñê(ofç²d'qö¹J„LaÊØ¤VÏt¼î|Ðq©rnK½ÎräÔrÒci¢ÒÖí·EÀ-=­Í@YI£Ke‰ZN{AŽñ~PËЗ~0‹=E°ÉXÊ÷ù ?ÁD£:W6JÉWzZßVµ{r…?Á§çÓÈ-pʨ&¡Á¨ªùáSîw‡Ï8E }Ä”G[´èæbüÁúWûŠa!'g–üžamBS¯ç½µ3ìÅ`{у¼‡(â’%Dª­Ð×v¢žø]:í{ãÌ õ6W¥÷róO¸ÞMÖó9;jTBnØn¼%" -'Ä35lv•a{]A̰}\iÃÃQõ~‹?¿%õ o¯mÉij Z Îí.•"Âhôº">h\´‰Ü䮆,¯æÍÝ~ç÷Œ”ÎìÖnNaïöŠ™.‰Üj\5úëá!q7{¢Ç¥oDObîߊ¢ÄDï>Ͻ(n½˜œ}Äg~ PZÒyP)ç—ðwG7^ø-ƒ™+5]m=EÛ«Ö`<ÕNs^}UȽ_x¬¶™·¦6&I‘I'g‹´0»%e8 "tøç°Ì°$rp¥žÌ`XÉóƒa—’©D¹R  Ò¹c"(ÿ…ôo(=L˜pXñ]ÀÀ,³CTN½“T¬dÞ×hNUx­Slî}òÑÞfø}‡¢±Y‡L¸~wž×Û“J£Ð€s¬ùžÔˆsÅ­n…skžì{} ½úÕ^ôÑÅkÓGÙþ±§6¨kO%³·H#îoñjáß{HlÑpUƒfpjl ¥b™—®]=xò‹X}í…õj¤¨Š‰¤ F43Ï*õì„®ÙQK¹¢Ä9Ê£ƒ«æú’Åaý,º)öTu_ë-çVÃ$w Óv'»«cŸî;óýoqOë¼±ÙMeåJv ±Âè“K²ìïxìÔºì["2r7TàŽ\1L•¼tD}¦Ílã{c¨9ŒNä 2)÷[ }ô³ôÈòòÕÃ\êÝ]×énÑ_¡ûa“ïÐí}±S‰ÏÕ¶wR›aïoøAÿ[ïv!:)ÉÇEÜàåó‡êV8³wéï¢õnÌL“Í|í­Æäâs.“3L¬Çlý°vAÌ „)ÃBqùý· -×~w]³¿•Pûö-‚Jÿ«Êönz»nfË¿J÷Öa¨z­vÚ Âø·P9Ÿ=‰ËQF°—ž¹âEKvÝ»þ¦µ™Y×m]ý[nº.h…Ñ¡‰Ëp^íË‹g½G–öM¨«Ûº*ý¶Çg‰v=IF­áMZí”7oF¢G6ù‰·j$ª¶þA—…F7ìÎBD‡ß`÷´°Y>y0킼.q›Ož;8l…È*òÅÛú±Ülc€ìuä'j8ø$‹)‰%‹®\O•Ï Yô¦$Ä™Ióô9QFOT'öãûH £FŽ -Þî„~ŠMyÛ<]Qÿáýo½ÿŸ„þBæú,ô2¡ÅþO…þB&Ì^ÿòÀèò `¹Uây˜r ¿‹ƒû3ÀjoäW6”)ß,ø]²Uhéq*YlÖ…Ë^I>‰ˆË –ç]²`ÊÄÎN°¾F¿ Ãöpù„úžˆÆ^ã"—Ú/Âÿ†ôo )C¡| -íq}€Á¤ ÚøªS…Îd0w¸ùzùVhC£JQB~ebSÛ€ˆÆ/ãÑ¥ ¸ïÛLŒw^^LQx¸B×l:z(#‚·±S£‹ñ}çEá/ -Ŧ 0¹ŸÀÑ?C™Nÿ»^ -G$…€)ƒ‚%N@arevž o–¡Ðè'äòy™Ý1þZ]È&„7y—•M|o®¸˜NÛr\¹—ݨQ¿|0E_OÄ·_Þß&µ¸¿t,>´ÎåYð €B«oÁi:pô¥4åæö©oí‰|ü©ƒÏžFв–°ã$Ë8ÿ‚£Òt:¦ÉR!ò¨\=ª»="ô·,þ.l7Z· NqVÀ‡ù×s‚ Ô¸Jœm¦û¶;Á%6Gò4¤ýãñøAÿj…B‹FË7}ƒ…ƒrƒ À¥o|Füº†ù~º­%¥úɉ½Ü+Œv^ë¶1ðƱ샌Øõ/Njæ§úÍS̳Ðó?Çï5îCoyÚ¼šŒë%²/3ý ž:V»ÚjW¶PM,8úÇ4j8?€2=ÿó­'÷È(Î4˜šöüK²ÁY=Þ­Ov…ê#8 ŸØî'é'¢½°Ç,x×=}Ú$¼ee·ôðl¼w­!ºå¡ìÝŸÝ{b)òeLW–¯ ï)^Y‚«R©Ÿ÷æ/ -«%TÛº¥ Qß#€U ꪦAQÖ: c(:­kìwi5ê"Š ³gç)+\•¬š.õZ!shï»Ó e‡ùýØ>>Ÿ”Ýš¼u.uó­¦B]vOõÞD]¥®î-‰ocºÔ>Ú¿ãýs…=s‡fUÓ PÊC¡—™ Šü Fú¥Ì·¼¼ _|åñZ„šhF øy+þxeëÇã°íâÁg!¢ÿ…ô¯ö*B{šià‹ÇNÎ.úA{ÂQ‹’ümd¯uêq?›;·{;SÚ^ œkj#Â-‰èûÎzƒãé]zëñë¯L!<¦žCä0]«{Eû9³fvú“øz·Ü·7¿(¼õïóûÿKè%µ¥â€c¾É&[ïEã6ñÉewé=0y}øncjµ§m'ˆ(Ÿ¼§&(#Ù¾Ü]Æá£fÝ>¦ÄÚ秇µSˆ-OÅcÜgýÝÖ.óólÌIˆ%¹­±Ç_ãPèàóYèàKPæzÕòVʽöVºŽ[gâ¹¶+Á6>0;+Í…±e÷jë\¥´u–oxo­ŸþÐâˆ)fí±¥¢oëÈY£¹ÖÀÙ¼ø}²é£ÞÆ´GÝF›Ñ¦ÿV'›sÍžl^Ìkú~пuü€ç8C?å\ìã%(Ý ”U7à ¨Ìø}÷ápÅžój“kN S½ÊE[ù²:ò‚†n„ËvØSøS\ÖáS‘ÎV»”²IVi=¥yµØ®Ý6©åÊW îƒÖˆk¸é ÖÓ^wø ¼xÇš¹?O¥Ñ+Pz†ß“ÀÑl”(nÙ'Á¢æ=+Ùêýv*ÔMüŽÕ#ɯ%d6Ü_ïBñ|Ц9ñ(]]yg·…éšâZNÌ y7‚Û‚=ŒE£6Žçþ;(ü ó; ìâÐ#iTî“÷ŽÖûþ#´ÞÏŸQYé‰[‰—-#QªfžÔnw¹s„ÚÙÝ£ ½å–¹ ä7E’Âr‰3—†ù¦ÃMxÃݶ{ƒ¸mF(z]RâŸiñ4;íú¬?G³þÁ§ïöe0‹}o4?|äÁü`zü.ÿ¥àpò|0Á@)Qpr­—Ïæ>2º!ŒÌœT Í5'T¾5mKÙ: J·:õwÂö Ÿæ{vÿ‡&¦€ûžx°º­íl?ýä§i¦UЧ™‘OäR¯0‘;™áô,Ó÷1;™õÅÌøø¶ð„>iY€î½þ=å¬ü:š1/ıφ¾ÁÅbç‘–£7SD«õúí~wç®Ï͹le¼Þm[è†éŸÀ_V”Þ{úûÂ4#JDç±½¼¥»TÞ°†{ÃîÊûŒ|Ä¥}};.wma£=-ææL¢$¥µøécÍålÔù,ÆÆi¼Ù·õq´Y%úhsàâQeRÁ‡^Ù F•Íõ8Æ7ýí¯ ›ÿ†ôow‰n˜¥2(3O:i”cÅ7ZÁbvdnNE^MXÿ!gÍìmëek§t2¬6E¬·}Õtb3ŸlFËݰ4š§èçplÕ¸WŽª'm9Üa?løœA"Að,G‰Çûú:lÐ¥Ó…“åE” ¾7‚WA¥\£""Æ·0¶¬'¼yBëU´›œ‘P]Ú…óE¹4ަØl±ÑÅëÐYžê®ê‡bw~sƒî¤Ø4:C?Õ%ˆ¨¼XÜëÉ]m¨]€$D/w-’gu0HÞŸý:HÖe ˜ü €bçøT¶S›ù«FR³ -^3­ñ6½’çeÖ¦œ:¿SEœ+$zywík?(­,õÕƒ -ë‹ÔU¨O(„©ƒÝqÓ¤\nÖŸ \¦ú·žè÷žöÞ½¹d•zó;9ìå•ß›;{ññƒþÕEñƒ²SÇïÀ-¦9îx—ßyNa[j¸ç·6•·Hc øÅõ¶'–·õ¢8ŵòK|ðöÜR_¢¸zO]l:ðS˜4îë纻ê4W¹[Ìæ<öÓ±¹ -Ñþ@é1Mî‰1:™K0•´öfcÊyÁü B½ŸÎB¶orÅÛÈßñåö‹É^ñ÷š-¥R‹Ïù™š®qõ3:´ïob•Sƒ idúÙ —ïaƒÞ] «j·8>w:÷R8élÜòºSÙÎ÷mo ÜÚlª`ÿ ðÒ{üNø.îMx­¥F‚¤8¾vkÉMâ&‘\³//–NׄÉh‡n~Okדi •U¨¬j$*‚4ˆ|œ­ €ÕÇÅ^“i«T›Uj-ûx4ªÚ.hW±ðуˆ¿À·¢ÈÖ¯ getC>o+Ó= »ȧ9ä$9 r¡ -²$;¨µ^´Csy 2@Ü m@\²I z·‡4ȳ¼Èû -= @ˆñZµFäå+lIKË¿5ó‰”Þ¿Á/d~ëÉÿ‡B!óýß ½toÿZÎ~@Žú ß\ñ ?4îP­í¹¹×@VF ›b¡LêÀ•(3ùÊì~O¢€BsP^¦1êØ$@ó@kŠœÌßÀŒí»e…~“2ƒnÒ±ž‚˜6¹¾jzÚûlü;@^ ßÑOÁl3×)¥@.ˆ¿Þ ÐgÞù}1ò¬rÝdªm QUS¡ÚwÅÑB.4‡5 -=@g/ø…˜9—¨}]y­Fè-£íãtønß~ -Â:ú¹j¹%¾eþ ïMo ãu›4RЊÅ!Àrá`óù`µ}j6¾£u§ —ËnA¶á_*F:@§Ø3Q’Á'™kžäÙ¤ù2†õÁk…oɺì«XœKqev½׿??Ÿ? -o¶[’»Ö½hÆ_øAÿÖñþ#´Ñ‚öêB‚u<ýµªk^l¯½$Þtª0‰+(]‹\WëFÛKvÕÉ)ú„{ øðîCëLÍvTµì¢¼.¿Àºg.û½ òÐ¶ß - Ü• Æµ -Š9èŠ=¶ñÚnrDÄ•&³àÊm×OÙá·lêðnùôºÝ÷­f‡ÇŠ¥Ulõ+b‚äS6¯×VÇLãû¹!FèQW«K]µ¹´ò­'c[QâN™‹8X -ü/°é ÚÓã,€ÍFyPøè+€'šŠ0'Kî´V[^®Nó±zÛÅ÷Í’5v«ìƒ³£‘q6ßb$â‡Öu%^»z~.mùŒs~¨VÕ ²¨e'¢÷¼—¤©âùa^„‘Dò·,‹þ~пul£B‹&7NÎ}&Ê` ŠÝ -„ÔËr%ê±ÕN€ä©áÃ$o3w»7©{‡Rv¦6G}ñ¡/ª­;¢²í ùyQž?¨Ü*Äo‰Ûày©Û¥b’§â`G…‘=;ݲ„»˜kq¾ŸæÛ_`œ-ÁWï P´q€_ªÔ·B"CçZ%é8X -Å0eåO}Eõ<:FN;s_Z£-Žö*í´9¹• /â9¶Eáö4,!3z7é¦oYf[¼jýWïºøP›Ëº½ÛŸéyŸýAOìÝòN¥~(Ôø®&û[®á˜Ï6ДS”„J:ŠÃ  ¤ò°‹»–»Ÿû³ÔÐÆJ«d[¬|¼!‘°òüm6]¯ØS/E;{?ÓÝA|®f…ì‰%£Ú©ÑÜÌøƒ¤2\\áh®ÇN©ã%¨,ÿ?è_m€Iîÿ-T(—A±ÂÒ Ôâ̤† ïð== þ¢\*z®|¬9÷ܶéëSg¥RZ|Ûñî6gìÃ¥¤Eü÷Ý W¾=nÀ8™ãõƒë1æçxùäð#!°ýƒXòW‡±c’{¥Æ/ö³'=ûf‡pà»Ïo•±en4”öôü¯’~…£ì!ý\ 9×ïqûý™Ö £Ò ÔÇ>=—â­…©§3û&íOM8HG +ǃؤn{¥»3ö¹‹îïô!žÙl¦ÆZtjÊR•`O~P¶ä9£_à?B§¡ð:SEɃö4B#çé0˜’‹äAcHÚ‰ô bÉH±¤oˆTW9ÚOø)¢Ø×VWÓÚQ纼ÝrçíŒ= Ëùn‡cêqë(ga[Ë»6³[çc¦Ùæ -tð*èã9? ·üE­ÿø÷°ð-Ãeÿv¾@¡á‡e 7£—þ|øZcyžŸ}ÝA³˜d5´úÚjÊýD -ó=¿¸0e†ây}´9f zW̦ifŸÇ˜Í«"@C½w‰º¥[•žRk©Z©¯¥\·M ùU›ºÞ·¿(dP¸ò¨û}¢¢§f} ʃ¦ –îF°¦8õÜ`yÚã—¥¡œU¢Ó©&JÁªwµéñäbÍ7ĻԞß臿"Úµú™h÷Ýû Æ©oå[ƒ8¢5™áý[Ç_x^aGºøI\¦R¼ƒùK³°RÚÖFþ©dªnM\ôæÚ2G×SfCš‡Ñô¶gÅ6‹†’,÷Õé{ž^W??èØÎæ?Ã&C£ƒW‹, ί?èÇÓuÿ­<Ïý·ËØýwRKõoÚ£ÙíL¶µg¿ÀÕœ JÍ÷mŒÝçôlå«#Qó7-Eƒ©#–*jÿÚ>ïÙÓX÷„ƒS² ¶Çž­Ÿ«Æ ÌÇÈßõGHD߇¼ˆ¾™êGw¬”ê­žŸ§=mî{3Wqro–AožKa½ÜC zóüùô €¢uq½m{u´fšÏéuô~QRã»,0Ù"z‰_‹ñ í%ìÁ-®pGîóy•Î/0{µ³‚û"Ý³Ý %\œáÑÖÝÁPìø=5ÿ~uvéâJ½Ø±®Ó)¿ÃYÛúlÛ5R{{œ=!b¤]ŸšÄ}ø¾•«ÿWÇâ®s±3–Ñu}P„< VÔ.}')òªÛKcÃösŽÆ&+aµŒ¥EfÜ”'÷JKFsRŒn³}üÓòo­\«YTšüìÜm$úsÖ¸¬šlƒ(ž„Q"‚_À~'$e”Ô£œܑłpç׋9qfo†ïý…ÓÚ -­ôh³F±ùªõ(­¡¼™Ü7zzô`œÝ1ß{BÙïcñǶÇoO-ÿºš‘4›½ìÈh$ÚÖk…[\¨{æOE1)Ôd¶Û¬enú k¬ÕÎ=`Drsb/ù‹æ–¥´‹VàµÍpƒ4uŸ¯óˈ+óYæ\ûA'÷Rò½ 9Èhx³‡9Ü·Zï¶ëI4hµSæ¨ÉO4h¶OÖ?&OÕÇ%~[Ï8W›Õî·ZöùQ«d»W±xA,â¿áý[‡z”JÊr} NOŠS—ErwÔ&{^)koyPÉäð°gÚôåŽÙzæA$מߟa»°»®¥£¶Ç(®š=IAq)ZìcÄùzænáµYU/ײ§^%›NûO]³²îÆãJäezX¥I²çÔ•uì?Ñ‹‹”†ßß_¢Âb]·›Å‡SS“ÌR£C«´|DŠî‘EcÛ¡›Ý}ë00DsPWõ u¥nµY%–jYhU²óèØ•âËrËô@–+'*±c+ùAK ä™*æaö9¤·Ùrhúªtß{ƒì ×…˜1 ‹d€>@â] óc yë{QÆÏ‘ cÎvÚ d¬¬2Á -þgÊx¯c\ -tÑŽÈœ“<‚ÜbêñÂçfw 8v~óÏbíòßðƒþÕ¹Òø+4u(®h}R)Ý6ú4:¡xSðŠìÒaN€ÔœÈ|¾2}rÓd$U±R؇iø)€4ëØ·::¼µ²Â§P㕈Y¸½–||‹Ü! H[Yêæ'©Îíy{¥¯ÿkC‹dç%hϦ¥ƒl_É€ìë{"(È¡wø'÷£AµIÍêÀOŽ­T4Ö©³„/„èÞBÞb€ì2@®‹„шќä©ï“|)%Æå+T¸Ÿ2¢Ÿ:ŒÆGÊëöÈîÏ×€{òþ?B—zz¤AŽÒ† 'Õ 7í ëu_ Û¨b¥rp$_%8’êŒþZì,Ÿ²ý¨¹,<€h6H”]MæÃA)ÉãçN’oå篥¼ÜÅvU‡Ã-ýÑXž#ç%xdfuu×Õúåñƒþ¹€Üš…B™*ú, W®¢ ŸÎŽA¾¹åaëfƒÜæ @V£‹ ›"Úô¦Eém2ðç$÷ñÔ—nU¼×ò¸z½ð‰ŒÄ6cÊ«O¢(kçIäîòÛ¨ž^Þ‚.Ù” ÆPôÈâêæÜuìvgÚùßr‡”©W8æ”)®³ ¿›NAþ~ï¶Í¸ òøûÕúe¨Vë'ܨ_¸ÛÄ”S8Æef&EÌ›·£šá‡áóPü„û1‰…­’\ ÂW–8uKùIýu}ŽâPö°h*8ÕFt³Û[òüƒš`\8ý;@N¸@֙ݠڃò;°ª±Øi"Œ9>Aþ½É$zT¯¼JGºW|dÕ{â*lá§ï›ò¸©x ºÕ”U×,ׯ秩#O!ƒ”ž£ˆî=3r²zÌjÓ“W(n”;k™‚ÅÚCìYg]Y2Ü¿ã»^| -Éï¢òlhÇz`Nm -m]…ÌMg_•jv.t‹ñLìû—Mmö°÷æ™™ Ücêv¤Gö|´=Ó kŠÌ]Sz αR·½pªäáh^0¯mä -P' Ï¢GµŒIì¿ä>w¸^Jä,‚b³-ÌœÆÌ¬‚ -}OÆÒHtØÕ±àl¶Ë~zÈ´³;ò -µé–2ƒ­CÏV§»÷¸Ac]ß®dò‘}¸/+îÝÊÖ)&ØŸ¶fê š.Õxµ<0òΰÒññ«òÏåò˜ÏASòó© °»]ÿ±8I« \¸y@S°ëY¸aøÛ0 ·ìHƒûnó™Z1Å®`Æ×S;“0ù‹™:øš1~e\Q/}^?dõ|*ÓÔ–“Å\µ^/^~¶{©£GŒðæa˜Œ×ÿ¯Gßsc -Õ¤n´p¢…z¦úÚR—gøŠàO³õôcÉÌònõ²«ÚÑ~Û6ß?4Ж3Õó9‘Òðôi§R禖«9Ca®í‡R[òyg?ðT†ÑÝ@ârÑVxKæ&± êª -ñêb(§Å¿ähσù-Þ½}P†ïSò4(Î05n©ì=ú©údŒm×}®‘û1Ø•¬=mêÚ‚è©öƒ)55œIáX¥¤Žò<Šçüû§qßnã] ŒgFH»óÆm:«+VRV—bŸZž+«æâ´½§gðƒþÕþ@žÌòpÙ{ÀèZåc³:¡sY)ê –?ÛÞ£ÔèGÎaĦ¬º,ók·¦:ãjG>LË}ñ/F0㲋۴û¡¯êµÈ_1|$_ ûì\ŠÝ09ßs‹ây£¿G§møžó‡¬:å"–›p|c3þw€<‹qN Ž>vŸ|D±ZßÇÏé»Ë!aÒês‰–û8v¼{Ÿsúiæ4[*–•&“kŠß7&ßfÃOÿbäø|/÷–'¯ÞcOu½ò02ø–›õ¹hû=ˆã‰b÷˜ˆ­ñ‘(c£ƒÀDÃøvü;þ#”¨Ëß[ë¿xОRBLJÀ?“6)>()М°\3~P;¥W"£ÐÎgÔºšàÒyÔ´m´.ÖÆëžhaÈ·‹§)×ËíÖÇËR9>v ¾ç2àö²Q­îsEr°ÓîDGÒî®P-uþÂú·Ž?ùKîì -…aÁ÷à³(eŠt½£?Wˆ³·­X·ûëŒ*¦||Í¡ß)9úx˜˜ÙˆåëªÏÕÏ5Vhs±aõ~Ðcj™'öòËï4ߦw…ö›g×j_cK‹«¿u -µü¶JQMæ‹]“y”—õ\å­È{Àü9¾…Ž›ðjìÓ˜·®Ÿu8ûf¸¢±BMWÝ]- ]ÛZî¦iÇâ¥rÛ×xîÈ6išjít•ë²%%C0¡?g2 ¹Á•n?ŒûæÔ*ÃL|Ó‹nUضÿ ²‰WÏÿ  Ð:°ìY…~ßÇÏ[IU®¬Â¡*ÓûY¢¾Ál¬é»è•:oÿ JÇ>FâdÎf®Tj‰‚̦ ^ëú~±lÖ·î¸Þ¤Ò¬M!¨a¹D®Åóú°F>š¼RÄV°Ê—Íl%…5fñõ¤Yù;~пu@cv¿¿|¹:Àëí7œœlëµëefÁ£ž7‹ûElÎM L9ÕÏ4é“]ú7cÔ}_j“yžïnñ û2{ß ¦5ûÀŒaq}•ßwZKœîŒHêÁP w\ÛÌØ^Ôœº`âJR&™#­ý¿È'£Àä´ð-ù¥´ wäø¨Eck7†î»öl„ GºƒWv -ÏT%qàÎuÃã7À3\zX/ìq¤PÜ6ί҆hšåÕ"+‹íEªÎÂצ3ëÔÙ¬KNŽÓ¤èÓsHÃ96Mp ™qK'3o˜Øü+à˜OOp±÷-€¿ÄÔ÷ݭͨoñÝÇ}öh8½¤†›úMêk—GÉ©e|½™Î®ý³Iî3Šß õv›‹1údºøZÙh%²º_â³ÞdSœ|>ÓÖd<–¦“1ÕßOŽ£Lî!™ •Gv"L-dòÙè™ÿ˜‰ÿOîD+(t¿³A±óø¾Ë1ÓÓ¯vÅk ›ˆ=9œSºÛ4•“Ï“â|£ó×êSRO=Qs¹Ü)ÜÑu-Åpá5CI§=ºÜÈܼÃóðSDuóÖÏølœŸœöãü´ªŒŒŠŸŒŒÜ¬8žWØxæì¿NÍýÞÖ÷LðRæµãñ¼¦Ðû°ž·Lü‰FjDeIRƓۦ±dÏyuãÐúÌØ—‰·m+£p3fÇ`µõ?‹–[MM3ËZfü=m´^Q‘šO†÷NÌï]ZÒ¹J<¤ó™ú:´Ze„ëlñß° wúÞhëÁ1Ÿe¢3‘ùÜS™ÑÍ4r Yó»[WtNX7AïÒrñŸY¶N‡b©!ÿ l3iZôШ?Öx',- ¦âÈÆ® éÏ VÅ~•xPúxp³-±ëzÑÌm¢™_T öù}æÊ¨Ôÿ?èŸ (¤Ã söùzpÙ×=Ux+wùœÿSÃ+ÝU± Þ×F"6N©ýsz°ÊŸë¿‘+-¬Cymv}ƒÜ?û,S>ßÇÅœìëÙv@´ -ÃÔ:«2à¤6qß ºôèÖOúi"¬ô_~y0èÜÜοžsÍs8\¦­qÙëŒJ•Cœ¾õ±¨-^÷8nÔ²|\U¥ány3䬅×Ô Xq6ÉQÊxýÙ¨D04ÍÁ)+<û€©þu8+õ‡¸?è[[ºŸFòBOt¿'º×joB~϶í‰X<ûw܉eŽœ!Jw%FyÅ…½HJmŠúí$'„ÃÌNs_¹ ó9]Ö”IœØeKÞÀv&}zÜx#uÎDôý5d°èý?ðzrŽ{÷äZ±Ø›¾¹no†5×½YýqíåR³{/‡7²]’ûŒ;&é-ÿÐ[úûãÅ~³%ò?5<^ßHY[Ü]wÔäp_fþÑÚα]pµ[Û”…M(‹¯®–ÇA™ž#â‡;LŠ%b6¿ë‹óo¸¸»ËÞÆìXºäw¨}®ÊN¹µ*·ÝLØo3Î|Ýf^© ÄáÞ®im¤õd£Î¿Ã9N«p»99¤Üŵ$§wôõ1ÉÓ§4fŽå³¤× 1FbMj3"ûKŽ:Mç(Ø/Æ®@/†Ý¦³îKbžêa5›íØǵ·úæÖò›g­Õâ ·Íð¤ÙÕ§¹Æ¥)Õ—QÚ 2âö[Uêçû6“?—„•E¬¹¶Ëœ–òŸ¯oôá½> g­ÅÁIߎì0­™U1È™wÕ™6ãco«µ‰ätú2Ùùžx`2Ñ¡[Ûi»º‹f$e¿Ã'tƒ(du*^ê·«Öä-çÕ²¾TÉN& ±mV±—=üwèUèÜ`þrK7I¡h†Ë[óƒ½ Gl’ÙјÐÕÖu›·Ÿ“îÎ0íåë~1&.Côg˜õé®kƒL›íÞÑV;Åæš=t†7¬]®K…ZmVCZUmŸëk°QiR1ùñªRô®L/ç’'ÝÕ;Ë:ÿ¥ß,Ï Éó)ÓšñA{°MÒËöf©éÓUËÕ·‹Ñ;ý=o¼hU£V4>„É•ïiëòµC7÷BË¿Täf1ÕúÇ õzæN˜µYµ³öféQYwS~ù~I½ÊÕTê]b'y´è«x¡ØÆjœ_÷Ûx¯´$þàý«ý7ˆ‹;¿´G­éQW‰ÛM›ì´*/¹Ì¾3Ÿ¥»ƒ ]šõ†|÷Ôd”°ß]W[D›íhÃ&?n ëý1©Á¥?…Өɼbk‹Jñ…¯Êô ¿)±£.f‹GºqÄ{¸q.\6†€}OéU€Øà hÞˆ|Z¤'r ó°4Ù#ÈŒ†È´®ei#=ˆñ dÆ2 2Ì 3Ô@™ãÍ)‚Œ½‡ÿl¿* -¿uK$¬Rjï^ä3µ‹K¶Å†;vÇ†ÍÆrûèuND·ɦ¡Li§´Xøttj´SPk|H?õ½{0ó,E s£²P²U™C•€ I<d¬úb%ƒL`ß’®EÁoY€Ñ@Z§q2“ÔK¯!û¸ZßWwA‡j²þÉM3ðƒþÕþ ՗Тv™È´|hZ1z[fúŒ{J4@K¥+@”† ÕŽyóPpÜ¿7‚¸¬Aæó9¤0úž>‡8 0Èp˜diä“™ý®½ôÞpô*è§uL5­}øHŽûàLöÏ[ÞÞ>Óûó(8 ›ÐžÒð[QD—±²5ÙE{²uþ“ÉÊP-éBµ,œsÈ ÐH}6Ð6‰’ÊpÉÌê -Iî¸Ñ_:Ü—_ú}½–•ú*$F-¦–ø(rÂ%õƒBÔ.àR“ÃóVsYO¥GŒ·è þ ›»® ;p -à» @ß dÝRäÐ˶¾Uð…§@­æjUR_‹9q9™½Aû¥K“×™Q±Åö1Õ¿_ã2–Q"ǬۑãsaÄQ&ªQ£J¸{IDÀaáÒËûç(oï½ÅlÄ:ÑcœÊD£ÿÂú·­*PhsιêÜ@öÄ; wä‹ g ' 8«tueëQ’­4\ÊL!¦øc+r×aTkZ‹p'&lÒíSöhé[ÍiVÐy|žþë6úøç•Vô¥zÿ9ꯖéŠÛ¹«+ÆÞ·/ž±øR޲º1òÏÙ™³èpÉÂÁÎÝ@®ýùžÚ”o|Ê å ¿sÏ Ÿ6Ì×Ú*úqÅ`ßáó‘Ïá1¬/ÝõÏÚôù'ÔóF]ÏQ'¸=3Ù’ö<Ò{LY9yd‡%Ì[؇®»J¼…³ <öµ[~1/tLë²4Yë³ÍðŸ²t@AÿtüÖÁÇȧVȃU `st°~çò²¥ÐˆžhÖ ` û—‰”þþfqS¦ÛðÔçŠð°Ö~îš™'㮜wîý¾èÐù£åTŒGx÷ý¬íŸŽM»]GæV¯„0‚S¼¤WŠÓæ -oæÌÄÿ§  ÓƒBuq)H ÏÀhFÑÈr¬™ã%®'O%HòËO Ç£€k>ü¬CWØÒÝ#/mÛ?Ê#»õò–V¤a¬Õ+Ôak&ÁF1‰‰ä˜©, - ÁÛ—t%õjz§Ô’ ­ä]­µ:io*ÆöýŸ­ˆlà$  Ló£¬Z~B©ÜüÞA$8Ô«údŽá©` þxÑ‹°çºåxÝwœ¶NHœ7‰Õ©lw½k ÕÇXŸÝ•¦gJ¬FÞÉ‹Và5]]ƒä©–Œ5ª0­¤-ïúõ…‡wh1᪭'71¨Žn“cnøÙúÈì©pyb¤ŒŸ'P!Õx£°ŽÂô ã}zèJFré¤mÞsÊ7ßÁ÷Ù1ˆ¶l„˜J•Ýšâl_=¥ä§ò®S[K:ÙKÇ­(H:°Ä“8bT„!ÛßÐ1]óŒ2¼à·eÿl†½ÿ˜‰/ ‡4hˆñä5Î…Œø8&6_.•Z„g~IûYÔ=x›>vqšR·ˆ¨ìÙW=VmÐLÉÏÅ•ŽVOú§.¼‹X_Ò­™îm¡‡¹M®7ÒÊu~ï?®y>Ì_Vy¨lÓêNÛî»ÇïI¤ÿ+@®Ô†2Ç,óù§ -«øðmÜŠŸñ÷NÈ@È É‡96ný–ÝÛƒNN4Ô\ÞÖJÆÇ—} ¼ÄsœM éÎ^U²Q¼æÅvó²BÇÄÙÞÈó¦~gO®˜½ž¶“•Í?ÝðÃïÙmƒãÄU瘠­Özl±Æ¿ã?BÍïmJ4 -…šå4À½B3Šæáφµ‰wÿ¨ä=N+ÃĽXuew¿»RïÄpŽ!¹×çŠ]ªÈy£ˆØi»gÊüžßu¸\Gg¤¨cR¬ç;«>½Ox¸½ùÒ!3ºÔ÷r‘¯í³4Yýw|Mhß@"`÷ŽÇ|˜ÅJ¯&Ƶó$í|ßݵ¹±}­˜kC3œ“êMlUîVMG?Jp]6]p®Ž½ßÎÔcÂ> ‡e×#õÙÛËüìÝOƒùv§uN—Ý")¸¬I*9v]ˆËlÑrJÛ;¥àzñÇ|ÆÀ5”áA¡¸t¾`2I…-TÃTk×xP\ûÎQ™¶­Iƒ]èëèzTÛ³$ -8kÜ0dçÝ -ñǹ í™ÚËjÝ‘­O]W“:[|¶ˆ-=Ú,OV ;¯éL#o½ißÄ1ˆ2FÖhî…—|þrklä/­3œœWઘy±\9GTÅcT£|?×Zu3?!&Z-·dåž¹Ybõ˽¿tNp¶p޽Wt¼WDhO*£¾™ÞCi?)át› ZÞâ§›•l©‹×(‚}TªÙE(b·€XN3ÔEß ÿ;ÐÛï^™¬¾'è(¢$>¾T<ïîëû¬=j&eÝÞ%lv6R*œn¤7VÎÞsyç»Áæyîëh‡«ó˜y€M²9 „7E8óìzü¤*+¥%B³Êñ€\êý·,‘½,˜ÛÏ’üpïUnk| ìÈ ‡í÷™Š(¼ãÇ÷]£HÄ;ÇÌ'ܔà µ—•í -ÿ]÷ºvªó7üîƒP"{Š´S*Ù•M -‰ˆdßv8ÿ'ëÿb=×ïº×›OsYÖíkvÍŒ1Š?ˆ3™?H{% }뀖fµHì–Ä¥yZX7ò6—óìkr/t…„Èp¸Ë²q¿?6?rµ8É÷ÔÑ ï5ÈfWš­g©Ù)îÅ äDÒãñIzªTû?ÈßôH»ñýÀÍ%¦øå]=°oöý¨žUßû(‡ûiXä‘CË6›;nH›Aç3[Í«yS׫Ž&aißs-UÒ1ŒJTªÏwϽúƒð¥ç ÅöóžVD¡,0Ù9Ý} ô4Yš]çÃî{-Â*7 „˜Ôþ È¿¬iÚ½£ßÏ’Jþ•\vuÈï²þm¾÷ög±Éœ{ôùØ P–3Ô;isÆKRŠ– ïfŸ&ie»ŒM¹œOòèM…ãCX7¼g—»loÓp‰Þ=âáÅÒçsîrÍ9 Ñçs 9äw¾ð»3ïÿ€2÷ÉwÿªVMåOo÷ø~ã–ÇÝÝÅixpíqZ‡»¬^*¥÷—ŠÚ£V;•u¾¼œÍÝöi=Ũ‹­¬z~úìæÓ“¯Ñå*.åíµ›ÝÄîHÝN~c®zm®øêôSÀºsÞ:¯Î¹{\±mÅ\±jüäoú/½Ò@Ÿ³4Ð…ý|íÇMÛÛ¬•‰[Dˆ‰ÓÌÖ—vGaŸVäÖ³9Ö4Ì‘(hGj4ž> -“…Jýy$»´ûã»~øA$}£»»…érƒ -ríxj3îŒ+´Sý”ˆN­°ï±·3µd'£Ïƒr–½å -ŸN•,ÿP¸ (©C†ÇôU.Ë„ºN»2vÜyd¿;éXõ¯®‰UÔ÷’É]* é“¥gjPí©q–QÇÙ;¥ *›ö²G,SÈÖ)‹sË}§žíœÙ©4 Y¼ñα8³h2~&›öüŒ¶ÕŒæ n !æPFË93O¬Š%oÊÕÊáê+âY ½£2ßö÷K³#o X ›SŒÞ.“Sé¥çÎZÚ'ÏköŸ« 3Þ`yàm‹JO§ ©°Ãrç•*:û,l7Ìâºt˜¶=é˜‘à”¨A¯ŠCž¦ÏŸMÁ•z+“À L‡PúËòŸÒ‰6^v¯6òÌ×U8 ÞKé@<ÚÒ9’9¥çòÒ¬ÏçºDž.s•ÁÞ“È\V”¬vj+ã;ߋг$ØÛCŸ/‡¯«‘•t&ÎP™ŒA³HÞ¦>7åNY+¡¬µR£ø>Ü¡øÙaFe¹Ù…Ê<™G¥&)¢4þO’ê³£]¢Þ‘s è¨{ðó á±!’6ãH—–@¬õýø5œßü¹;%ùZ¬Â(?K›†LfÖm±— _]mxv^"½É)CjWTæ²p¶äA¨]ÉÃøð&W%{â³CýôþBêÔv3ùl»Œ8áâŸÜî ?mv×ïÜf×6±`•‰¹°2ìï±Õµ0Ç3Üz²v[WEœÝßCe[JK_¦ÄZEÌ*uî4p–"z…^,éÜ]©íúθ=Ü匴ªâJ>Ÿ„šçà”#Ô†*õOqA4 -w¯õðÝbëq«ÿáù›öÌá¬s_ªÜžòãî}m„5Q.ðºT•ÙÙÓì¤Ã`»ñ¼®ÃÆTLzon‹èÈAù†r-±ôªÒˆ:ÆÈ~Xn·«Î§C4ÎI:³h5ãϸ8ŒÞ$‹ãûÁ _ízœ¼2Î(}ûÔÏCìC[‡”×ùŸœ\£³ð˜ß°Mwý8#»2?ÈìI™„j@yk;hM ·Ç7aà{>÷âË€e¼~†ÎYAŽ,ŸzbJ•+-"b߯î8[pÌ^ ¾†ƒ†=Á´Fî5ØÖebçÕ 1òg‡j<É×ÜÕ›¨¹ëõOÚ4ævÝɆ7ï ’7,HÏUeÑT9ìTU« ¶o`GM²9Äè^F̺ʆ±º~z£äJÇi+Í›Ûz­—4¼ÂgÑO€ñå{ÜëλîÌÎi4ÁµøÝ°Z¯^ÌÛkíž¼á<¼Öòõ>ëŸLÎMø|Ùe®DóôQeæÄ½5ñoÜñQ¬ÀËcîÚ;92€Ãpتì/{´§ó½#·½¥¦ÓÖ~¿é¿¤1V»yÌ ?´W]ï¾;‚ûŸÄ]BXøº÷¨×çdp's–oc]f:¹:S{Ñv3pör‚ï¾ÌùþÛ‘Óêúƒ\'# ånkñUv¯,ö²ý@ÀÌž:ìvçãîsGì¨üv™ÓZ{&Z>Î4M Ý7þIZ+Ó^<'>Fßý–æw¿eº¥óå+ ®t†i>÷œEß+ÝG÷òÚ7”3Ãæ§tn¸qоäì¯ zµÚø² í´7†îˆM¯¾]–çi>]¼®eÒÐÈbßÝåf;¸^ÒÙköJC¦ÔXÖ×}n„­FJ£¶¼¤úObvÒ@¯ù4P™Ü€‚Ýy€â…£fó„úP»V}”D¿Î{³÷à9‰D8;xÉce?{Èn×'®‚ÖÃêÔZÑf;åáMÖM©»ÆL¹Óëþ4×[—ðÞ|uöŸ‡UUâ¥êxecæo*zДõö)þåùÏ9J"ÈWð4ÐûÄún }‚â§ ‡íÝ&›þÍz»=†/¶Ì–ÛÕ=Ñ¡¶²Çñ«±M¸çÆ‚‚òÁ”^†·î_•×ÊC•äYUKd©†çʲ±ÌÆì]çŒæISt½ü2õöuü\¬ÕÞ›¤¨q°ƒj½Îÿ“´jŽ$׆ -(ž Šƒã3í-Gõ ˜ÚìópѺj% -9o¢~nS»w÷2½;8[Õò‹Irǘ¬¸9hÝñzäµe³b™ ·Åû™ ÜéàA¦½åd‘z'å¬:IìªòbZÑ n0…Ózläû¯±Q?¿ÓÔ>I9þSÎi˜SxšVÍvfx…úãš–þ³˜½yWâ‘;ž³®:Wá]°£B¡¹åKD×t+ÝÑ -« æú -• m»^š3ù}ÚMÞ+¯Ãô4­ácLFÓd´–®èˆ-Ô[Ck8†ðõ>Ø“yÚö‡ðí á; ùZ5ü' w‰Ò@ï­ù÷Lð(ÄW°.©Þ£"møööt¼ŠÏÃlzBvf+lXy¡ÒY+R»ÿƒ¡Ì¨‹ÍIÑçè¶¿š\ÃÉFY´×Öh‚ýïoÏq¼÷ûÎ=†úÅfµ,»Á,[‰Ùqïš·rEj=äá’yÈîU¸ÿF:ÿ^ÒÆ^ìBMH=-PЇOß7ÛcöÑÏÛX\GïúmßÞÎ3Û®âVÍóÐ+|S’ôõk"ÌϧD2Ô95XÞÌÐìÍåV>Ëß³nzjöy‘fè;’ðW//.ˆCS$â¦$D+߉DñÄEMó$|ç\þIzÂ¥ï6F ”Уß>Eï)k=Ã{g²io颛H;<½«»{ß:‰…šZ:s¯„…PwÁÇ…A:°®¨“i¯³'}n™–+¿–½q×”šËùVX^0§û®÷žÝŽéB]ˆÃjüÞqü®23øR<ÿ ÝΨîvÍ-qþ'ic—Ó@oJÒã0þ{}Yb¾tîîMé8Vfêž\«û­`A¾érnÕÊn1½“Ü:ÊÀiÛŸªüX‰†ÕéÈòÈEß]†ôb«†À ˜/ȉͼڕ;‡×3j® X® ©Zç”f ‡~2.wèåÿÍ÷ÓÆ@‘CÒÑÏ|a]_·3çe"•? ZMþ A¼³F%sã‡Û»—?ÆU´ƒ?'fcî«Á(’Ç%¢ ŽNyÖ{Ì‹šºè‚ÒàŠ¥r:ßï¸ÁäÚêñ»3´çÕNEBXöŠng¬âŠ{qÅk§ìR—ÐÛ«—VͦîÃ<ô/1®ô¤9gâxŒÍ2½ÎbÑfÖg½Ó’Ò.á¾Tóó -ÒÃ&Z]£ÇfÛöfϾ|³’±#µ‹ô )W¢&z§Ú™ïXuç]XõÒ}§e¶¡J ód*sför=f¦ÝÓ†yhöýŸ¤•“$ÕAC»j̈:wé} OzO!¹Í—–©*5eçà­Þ•¦÷ùyd¦ø«VVÌßå‰ýƒôëµ9/Q¨!vmöØçÊó÷ˆ<63æÕ¼™Œ·Ï)ç„i]éªgŠ'Ó màä™Jºƒ˜&Û­àŸ€bi5Lg|H(òÞ:j§ô¦­óœÚñV¡m^_Æ‹¡ ï¬µ¡•aÜλËPy!2’îÅJ_=5pi¹mµ…l(2ܨºàØY•â ©ô²ÕXÒT8s~šÎV -\Í<nA™“׈2§§#•Ù¾Cr‹<Á?IÎæ[¹j˜Dºß³ÏLÞP6Û#I«”w‰•Î1=·9§sd­‚V”©6½Z*‹I·‘3;€þ}øÈI‰…T¹±‰ãl‹Y´éղݡ6ºOqsNÁ•쎂 ãAÁ]"KÚˆƒ“Â}0 …c{ßv eÐ.Ô6ðòçòwo±h{ iǤGí©ê€Úæ#˜\ÏI¹eÀê›+>Y®;¼ -UGÚ¨¿DýGò=0þm$BÞß@œÚ -Ñ„%¢L³ŸFe÷{Š”Ð‡@æ_Ä„Ì.Ûöq‹]ÚýÑáÓîë½z»$VåvIÊï‰óS|Õ² -ý“KhµÛ§þî”æØÿŠ;kai‰@a|º\«PíÚd¹òêJ®ÛFe­9ïk%o'YUØíºõúÃVjÄ$Ô+CÙ9!{çJ¹=ˆñV»|˜òÄ¥w -Þ2…õN?Q‡Ú!Q/ÅÖ=Ñ­G–·¦‡Ü¥© É?q÷ýqxç¤é ôfô¸“Ë'Zš{éÖ&ÑA/Ž{ ¬í´&÷‰7¤KÝ"·éžç¶Óñ·‘ǘÃ΃’š§°=b@4ª8ÒjbõRsa±x³=\³x܆‡iEtœ>Üì=íø)1Šm:}ÛpÅÆ•ÝÝ~¿é¿8·µÞ¶×²úK˜ZéŽH,dN­OíCi|¨'¹ÁÔ(Ôd&ÄÃz0ëÖЋÑÑMÜd¸žiS…zlׄݥ5?s¤I®°g¬ò³*Dƒ—rµ!¼§­Fîvër¥6®¢Õºæ® 7EjC&@k•Lÿ'ÿ«h¶@­çc--}]l±©ßÝ„ -‘†—?½N[) ®\èòÓÆºÏ&ffô=|U%‡õÛ”˜’‚Ö4ø×gÑõãËS«!Öå}]n²Çš«ó—Z9úU…ÕÞÕzæ‘ÖäÊTÈ7Ê/‡eËDq*—ÂóeZ -=lóOvY—¤M ²IÞûøìÇe¥+¾²ƒ [xKV™º^}‘åZYa>ÛRý'íz³­4a¢ÕúȾ–ò{[¦îLûš» »µrÜîUkŸR¿‚g¡Q™ÈÇ“’1€ÅäR2‹l½}(X3éR€ƒE€ÚúBsÉ»ð—ä?lªÇe|Fùæ\9¢5ÁÈ`‚Ã@²àºß­Tû·Nû³Œi[’>ä°¶I,†c<±‡ãKùwÝ™2µ!1€«µw-[™reô»j-$Å’!_ÊÅõh])X“i ¶‘w–"‘s7<ƒ\l¾‹Ôó²œö§ -üò íŸèda sR*Û€†pÿ»;$çÒ€Fh˜2)¨û$D6{ª-ÒÍ=6ªnÊô êõ]ÌH’Ë)k @ê‡ÐJHÿÇê0ÓÞ¦l¯‰€GÑvh&.äJ¹hÐ ²Qés€CÏZý -€žž*§1 îÙZã»B’%Í{š~#~Tq›ýï:ø~`.¿Il˜w“œ8|ÄN~ǽ‡Ç…M±¹Q†e¹•/›NZïR¨Ð5T¤Õ&˜ÎŸžÿŠJá+B±L:º 8 }&a}®õ¤ðdÉ;ú¦“Vš© àÛXÙ1¢‚l`îgŸ {¡ó «Œ­›½Dììg±LÍÈ]GÇ$ª@ù{¨• ¬×¤LpO–ù`º>V\Mß/)_ DÑ'v¶òŠÄÜêE=çgÚ>Ygî{|ÞE_+Þó#±p;¶ùÿòƒü¹Xú4Ӓƾ«ö MuSå{€Ç4ÈæXÑq¿3£ŠÓTÂú¢aø¤¹óµOß{EüìùZVÎàEÅPúÞVÕâ³S ëÏÌK%~ÇVÛsn7;x Õaš»“ËñÖ×>þu¤¦-ãúÊ.êÀ/z3ež}ÐÏÿ€Wå4³Áwéö-€šÑAn¹>ÜŽ¿«£+ª—ëf3lÜKœ¿¸nú/º5˜>Me¾~lÍó@ ïrß_ÿŽR÷í”äný£^¾•f7üêµæZ5š½ËM45ïÙ÷÷^3$üsûÑθ´WÍÿ §÷-wÌ!ì~V¹ßH«d- t´brTû w®@~TKçy‹ ˆ‡/ ñβþJ†ù„á?°÷á­;ÚÕcBë¹VÏåÓeRmÝ½ç„ ½æ§÷9–‘?ë¼SqãkØrW“z¿zãÓÆŠ­ãîÖ¾9·óv -•qá0PIt_ë„9û]ßø~špÃZÉ,È©™1Èká÷Üý–œŠÁ;|DÖ§µôØ7ôÆÍu>ìµ¶’%o¾Ï«g²éîÊÎnOŸ|åtâúøí¸ øè(è3ÈqrÛ‚Ósé]Ì)ô‹Ôaˆ½CY¿ëûÚ±u¶1¯ï´ÜÙµ%o%‹ -b­»Å_IËœkÄlsé|^œ¤2;€Þß÷¸Ö>…©ÖÀòd){ó›Êe¶¸·ÎÔ>Ã,½ß?Š™ÒÔéÅèê0ø ÛýeØ<ô´ïê(¶§ô!»{m¼âNã|^;ÜÖP+ùP+“U^^Úæ}Úæ~µö‘µlt²¿‘–¹N‚\~”jÙ3€:+”Î#‘§ÿ²6¹àînYpÅ.»üyµr±Ò?ÓNчĽrŒlœªÍ~Ñ©­·Æ®eo)¡çYkgò²2øl,ÿ•Ûðz¡jîseŠŽ7\KMs]Ô÷Õ0yg–W6ÎÑ6fUú´ùxßOsÊ–K3Ö@ ö‰k«Àø¬®Ïüîr½Õoxú4s Ÿlm]sʂٶŸê‰ßFIҳ̮¡n¶Œ¢›{Bܘùåð°>ÒÖu]<]‚Õy˜…V•k½øƒ,¯ËikY_ãa †Ñ¬}1i€Eôªet+~ÿ€àoäBŸÿncLôKûøZ—.~‡¸÷s²>^¬xýAÜíŽ~‹Ëai?•GøŽÜ¬ ò]Ñ”ÜÊ`]¢³Uµy\-Õñqg<îדÑìdžzá@o ÝÜ"Ιõ-Gí]NµŽ5ˆ„ónÚ9Ï‘“ö0³„E¿Y‰y¾.4é-@¦Ѭ“ޤº{Ò¾MpÑòø|:¡k$<¨*¿‹ݺeÙƒ¶Ù‹ n56üžñÔ;ãt«¡Ù"îBë}@÷Ú¦Ðð4hØ æ»ŠÍõTš°R{†j³áôÔ®ï¦ýØzM¼žLÆãßäѦ@Þ•¥ï§ ¤žÊõ÷ábÛOôøZ][ݬv†ë‹ƒã¹Ï×¾y)Â[óÖ®lòG¦µºÖx™{q‘°Ð@Ûìuu.”[Úì 0›zäœé 4¸N¼ñ*šŒÉOÚ[ª7³…©“ÎATž6½J‰nÊ\Ê<•VÞ¿ÿ«K@ Fï{B°þýº}@ôõÝó䉗H[õätºÛÃ$ÚÜÒö’ä’%ª¥µWjaË/R:µ›ñOÄ™Ó*¦ev­Njme¡N&SKy¾¬“Ò"î¯qW2c’Ë£øóbGL·71㦗ҽ¡sýrùAþ\þCÚ†fi =W… Гóf±ó;l~›ÜâÙH£ãpœ¶V{[ wãM¡çV·]«a´÷l{‘I$fž_n„i¥vï¥9†Åøpr×É(¡ŽÆˆ1öЂ³—!,ÑÀΛè 7È}§¼Vú½ˆÛ÷Šî¦¬ÜAnxø³—$@Ÿ(–Þ‹tt1sžzš™ÁK–%ÚTvê“`iSsÁµÄ®˜åKŒ,ç÷\Egh¶¥!S‰žžŸs^á–06ž‘<´Lz8kЬ/Þ+ÙU¹|ë>z—Õ þAzõL£!M»[Iš -ÊFºï҂/‡ßyøH‚B®6ÅAI÷;§Ëà¥öÙJëáñŒoº{_Ó绌QØoä›òüAVwpÊT!)-à9ŽÏN~—œLZcVi/Œî(¥þ±ȽkEKÓ6}˜Ùˆ„²òÒN)ˆ…ô=» õît×Ñ^¨¾Œ3µ¢ kýáù›þÈ@¨À bµ¶›Ü÷pjºya€;õ£mZ"UkO¶fµ Þ—‹æèþŽÎK¾6UªÍ–Ú2ÌèkÜ@‹nšc·ÂFÛͻ܎6îfΖÁoǰçï)à³I’ãöÇÅIƒîŒÛÏ÷&Ï¿¯›/æo¤½˜†éM†M[Â%„o䜅&Øq„—ëûÅÉmnwÍWSÚËÕ,Êž z< -µýÞEf£(«>†bãµI¶‡baÈÈ—Ò¨#Ñ€ër9Cà]vÀ¡‡é¢sê½ìÎi:~ux’ýA:ehÕf=ƒVYOÙ[þe¿éômÓü €22 ŠÍÝðvc†Ç<ôúI¾cµÃ3{¯î6"[µ -9EXOVì|IRÑa±›ÒiéÏK§ùgò፲´Ðú(ëÕðþ™àIÉÏuhm :œ#[|gˆ(}öÒ³çìeJîYß]i²}h’Ûb?•d‡#j¥Þ-ò½ Ï}z¹¿‘THR¼Î[§šk{½º£nsu›á´´¸ƒLi¥E DïÖ¨Ö×Kì¬ÁŠÃcsÜí^ÒYÒ°ÕŸò¬Ö‰Eí}ºyÙÌv.ïe^`P¡×¢@nÂSkç6¢ÖÇÎ’bgW—bçbLeZ Beˆ»LZ7nݶ-á”2¾ü‡äÏåq\´2óxžbõ½.Ýë[1ÏWÍúd_4LóÌÇUä=k=L]âX˜•çÃ2flåyÿzßgôÞEíšß¹u•„Ñá CÓæ¥:»M:N&w¹Eví^Ê~N"|ŸrñÛ^,´#NlK±§§Bì}÷}þÿeež$k‡y6©ï¬–ÝØ ½JugGéxl:sxÚÚxo%[R²£c.!תۗ‰%¡‰éHÜêé›Ó™Î`1VÚ“²–ùˆ;1Ôvl¤Ø–•~«]¬ùv‘f¿§y¹[bè2wbèçòDeqã~¢2žé-e½=´êøòøg«3¨9·L­a¯Þ/Ìr€ÒX7¿ª eMb R¬£ Grî#«z¹·ŠQ(EÞ[tµ´½Ì[‡5Ã@µ=…XÚ©}’ÄáÍå„sÇ™W/­Ø®*Ùþó»wAѺú»Ï)iZÅǺ¹j¿¢ú¢  ÅIø‚¡ÑQÈErÐÀ¢ Ï.¼ÚÞ#7«1<Ò$¨ÂeG·kA«Ój}Üô^‰³(+bð%/\× þcR+ÇG­ª0×UånEvG²nùuàý2QXfJÆÐ/—¨*E“›!דϬ¸ž–õß°Ž¢ÛJg|M§Žé9Ž.OµI+;Îïjq¿©²OQ`Gw–VâÛ”b²|¿@­×ŠÈâ‰}Íc|©Ö)Zª¹Z\­^–i¦O¹9^ÖÄQ2úU\ÉÎRøÜ©ûÂÛóyÞY69×z‘Ëþ}G” Rz™ßX?I7àÆ¬:›vÇ9%;ëþì*¿þFȬ=øû«¨Ss‰û¢|oœxÆ,ù|jän}¯6$Kµ¼[ùµ›?J¡#¼JTQˆ Ÿ[!.ÀÏäÃùä\s #õ\?—Å‹ýLTG ˆÂFDf­-;–xôï鞣ßÁ/$Ÿûµ -2T…§ÒÔP1œ‚Œ$ì@†>\A†Á2)«ôyXL‚ N‹ ÚJJ¤ƒLÿþŽU¦?tR¬ ÈÌd6ä'E˃Ì郌Ûë$[í6N¤dÄR¯aEG·}ˆJ•ªží·ŽÄ節ÌA&çW¿¯bàøÿV™3á¥2¶™«ž>i?Aæ dSnéë­«lŠÚO9§ïåXY§ˆ6È<¬sÊë2ïZ”"CBÝR²}šIWëñßõäìa•4dŽ"Ô nõø¨Û)hô7ÇßHƒË¤*Å:€`PkMHKÇÎ6_hœÔmGj¯Ðïzr j¥H]å¶#Õó:€(q›lÁÔIºGçš ýû+>´à8–Â:£¶\Hqñè¤Öø¨ôž(a ÖÁD¹íüyÿàø-hw~;Ý{éÂØûAþ\þÈØÙ4Шh¾nè™|·0ëiÏļ·.6¯òÕ7€ÎÏ2€<šJv‚*%ˆ³Uã^ñ¼ˆÑ kE2ˆÊ9âüƒ„ž#>B/mãáxzÍ„µN î%¾L<‹õ_<ô[&¹x‘^oûdîôø°Ìåae°ëƒÛ~%-çb @œ\û³ÆüçìŽA÷»uy–Òß8-´ïVp8±KH=îÞd48#Bx©6ÇamÒ™“Ïh`–iû¯áãìkpó[q=|…+öý2z‹ü‹*œ«ÏįÓÏõv=øA|ÏÖîâð²½9ûûù&K¯ûÕÝé‹S~%-n<ͧ·]O#,7Avñ4R¢#È^ŠA’—8ª0“Rp¿ -é{ñ_§^Ç'Êzÿe§IÚ¢ŸÆ“@Ö3Ój:+ì^¼={>²â>¹ïëïì=?GK·#7"nýJ¦5ê‹‹ZÆmo–¯xg¿Ÿ¿ÿæFÝíõ?ÈßôÒÌäË^}Òn¤·ÒW‡yW)²› ÊoÈøþµœfLàÖž™©M>xÿ%ÜÅ8ÜŽravëãÜêz^ô¶×Qwuü®Ž"§Ûåz‚K£}¼ÙC½f{‚Ÿý8Üïh§wU²OP¡ë»ÃöíˆdÑ«³·ß¿’VH£²Uûî 퀜”ÿžÜ’»®-‹>—¨ö¨ß|ÝíøOÒß÷C‘*ÞJLZ—ªD†¾¨{¢çÍNÄø”Ùù¹mÈ+7¦´K›ëÓéÝ¿?N›2Ÿ ¥w”R="æ…qze2}•à>¶öãÒØµoãÁÕžäÈ‹Ýpj¿`é^Ùí¹ü‚ùÊtòÛò.5ÂS@y÷iEíë=‡ךe½V½[NË%Þ5Z§·ÓäNйÙ; -UZq“®æô˜…y8YKû0àÏç½·<öãIØ·Wµ'Ú¾µ{!x†Æ–ÚGkµ·®#i—Íþ?~¿iǵ:@ðSäl ¦ÓÐ× ìØŸƒ»ýêÜ|ûÞß ÎµQœ<ÏFh€_½å§ÂU.Êû Üâö5‘ëÛ“£ ì^ÍÉb76æOÚ?’‡ýÖȽ/VÒGk]àÍg¼©m,ª)˜vg67s»ë~-çÀu]p¾¿N/d»\棄ƒ<ÏËi„5-°zz¯ He½~>ûÕõ#Ö9>Þ©kÊ‘Stçð¾Þ¹w/gŠm.OYÉAîZlAl¬¡6ÙÀ×µnÚª»1sïä¸v¬Úc-ó=°r¯ni5œìòò:L~e½léªé8Ӹ蚋x¿‘–ù¸rb¿ò¯u ÷Á"®-z«—Õgç÷J¶?ñ»g¸°;Î@'^ûÆ^úl£ÄH{~‹³ÕM–Û6Í<µ`Ö²iŠ«3´­*Ây¶¼æÀjYŸmãÑä/®+¡î“œN©Ö"ê¿F êB~÷ ]}L.ZfÖóþÃòçâ& ô²'Óýk -äf¾åùSÔ3£ëôôÎìy>?ÊvhïïëâmGαŇYS:K«ó±ÙXªí¸mÌ0Õ}íÙÓ‰(/¢U)ó/¨Os£ktÒ:ÙåCËìßм[èÔçY7’fR[^Îò±{œW/oÚgÜóoDöª ß@WŸþw•Q ¨Ázx?3ýôŽìEÞ†;íŒz¸š¶eVäYŸ°˜N›‡VcEÍÏÅ»ª·­qsAK¥™¬«A09˜wEn2ÛË™Ôßí§Gïyö•˜œ“Òd4/qê5\Îõ÷ªºÄOjƒ. NœªUh€&µA|Y÷?£àÂõa¯góÎÑÇþ«0ÚÏGt£9C§CzÚ?…‰WÕF“êÄš«7,´ÔÆ¢à*Ïv/Pš+'?XŽë™÷tÜÞIÛ”ÅáŸ|{Ë<šúb™´ÌÉ~¡Ó4F£WöâR¡ä"Ö‡pjð«o·jaíÐåÞ,á·ëªþªÅzÔ욥ÍÑynV¦ƒ)Û˜T#¿¥6žgVi^¶â8P|å·Ÿyc´jû[Ïá†ò3ÃÎ[i !·5Nñ6)ñ.åý+ijVŠ)lâ’ŒüÏü²0Ë…s'¾ާ½…ý ûWÞ·Ÿb~ºéq#k]Ýž<#¨ä‚…9&>sñÚC¦Ã±UPï£lUiÍUl”ääð¡ü#KýÁnMϹÌhÓïu÷ç~!Wò@^Öätú!Éåæg™ÎÅó–)Øú7@Π+¬ÙhJ4+[yÞ¾ò.ò™æœñI¬ÙFSä·°sp‘Ìå3^õ•>µ®SLf}I€~I:ÿÈ)„t.ŽØz©6°Û:Þï¹ %®ŒÐ»4ã^m¾1¤I$lÙñÅùÛ+ˆ-KåD-Ciâ‹65~äáÙ÷ײЛËúëÝ¿ø œ?C‡5rt³¼£ÂŽ%óôÆÙ‡ëhFØ›Þç=¶M«'.£i0§}a°Çƒ²ì~Ȇt?ZMQ†´:ëÞ"PÅû´›x­m—­Í¯üçQ€ykæ‘|Z…•.Ûðçݵ~äç:(TCö^™Po• snÓ§–Ímcm"Ö¾°'~søœõ–~ñ=××Vo«‰%Ç›•5ðR_p#¯F24ܵöù~©}(H;) Ë^ëf†Áó‡,Ïí1v̉/{Ååe·slïÞ~nÐìÈ 4ìëÒôáòâhúiÊbqÍšRÊüÌ!6rDiVúÐ5³ËŒˆÏ¦xm×W»Ù5–ÝÛdÁG¤9/Ž­ÓäEūш»qïdP fpoÒÛä…xæø]1_áPz‹uú›Û)ñø€õ*ö’ÝÊÇ”SÂV§cŒ¹•™¹A[-Ñ“ßH»w¶å³µQý¹,Ž…üÿ2³Þ¨gmê®}¬ü{¬ÕcPZ¶×­CÌ|0?¾ ÆT*{•x/cöQ ·Ld¥?Jç€Ö*½{vŽ+tóEÖ{?lÏ3Ì=+÷¿k°•ÁLn=‡Á&ï˜Á¦§ý*uztK˜Íé¹ÐŸýFZ5-êO™Ÿß‹{îè•Ü~Eðv{?fÕèûK] :פãätBƈ³ôšªÁ‚2Ç›òò8”¶ñ½_%Z¡´ØXÈ,GîXs³ì!PfêVê >”iÚ¯¸=Ú¯2 Z‹½­%ýˆ&ÌjŠšûE EÕ|=‰/ÿ!ºW(â:SHÔ&VΩKlΦÉGÖBøgÕê4}so±&ÊÕ™Ò€ÙIën ÇŸI^:ùþ¶?^NRð¯WÌ?ÝtÃNuýü0³Û¡/¥B·µ IÅÝ–”r˜S«\u—rö)ú¨–É7WHóÂNH(Ï¿ñ%õh?É]í{âÁ~1ÀóÛ›ŽjÇVöc¬…R0wŸåëôQ—³j$ q%Ó­w‡Gx;î+»’Ñ#øñV°tËáåvÆëÔ.ôi=ŸJ&›7Ÿ.J~e,EçH‹„ÒžŸ´Ó"ù|åNÂÇJƒk {ÜΉ÷ÅoÜp¯à -é­ìðdt÷VŠèÆEfÈJ¯ŸÅ¾Ó™pñ”wÕ -ÆÝsæ{Fwÿtl÷ÕǨ'ÅØi,lŸµ_Âe“}œ¶[::6Ž”9z_Éíä’Y¿·÷‹q%%¦Ú’ õÛhѼr&Ž'<´j§Õ»U³Dó^9ôš˜tRãäô.…C³¡wp¾RÜTc!ÁFj ÑŽ>šL£öçâÜŸöG©“i{b6^eº¥l¯Ì5Ê‚mã6Og^E™”¨³Jœwê¢uuF›V7O͇=›³]'“r®4› -Åàuý x@·¸^hF¸žA0,®6ylyèé_âîŠeKîÔ++_S :"làés3¸»¾ Åw%“Eìnÿ}p¸ITŠ~6òôgêT©ÜŠmµËvÄ´¦%Sl¶î£!NeÔ–œ¯l­W\Œ%åÆ - ‹eò|½a=^|ƒß f Þ­Ùá3SßWÕfÝŽ}á/?Èß´o´Ê6÷`«ëÇäZ6 Î;7»íc |úðkX!ê—•´ÝSCßvæÇ܆Ï »d’'û£u•P5k.Ìc {×f áýnéŽé«H·å´vÂöËÚ “Ý×Jgù^õFî»:&©Jµš8Låvd”ʤÚT&óѳ‚ú[[ÖÌ«¯oš.̽3©ë:¦íe¨Q×ÞRèTÝí:óu²f2Õˆ꽨=>¯áÖüC¡ø:-bðX­Ö¶ƒÕÜn“¨^&M¶r×J|ùµ¯Êem«%c éÅä²ÜÙº-Xs<ùA -|kY(ðD…,À‘"¡öò>ý͹ÉÖ—1±,k'gƒLÈË$íÑ‹v³“€.OöŸiîC,ÈbD­ L]›<¼þ _Ê>êÎdï׆Ä(ªÖÞMPÁáB¦Lä>ÙbrvÂçf -ð˨ ¹ÈÀò…÷šD.¶ÁeïGg˜Å˰k -i§ìn0Qãÿðƒü¹¬‚£º8ìÞè´uº½GNì¾äEÿê Rôܧ% ›4_`õv¥¿œ6õÜlYìvÓÈÝšfmØÚ-+w“Y•5!g–¨ÂÅ*²Ë.ðé[âñ{⨜Ë6:g§½ã&*æ3“<Q†m²–¨VSfdŠ/fÒf9þäSlf’ÞE’<Ê¥,Šécf=ù4‹ŸôѦ–>©¯’O¹wL¹=“O¥ñI>DZŠâ‰%ŸnƒNé )æ ùŒ¢IòWôä£ËVŠ•þ7;÷H> J,ãSKàw‹Šóp‹d‘IG}¡{äFá°S†eÿó+iŒí4PYÊ&g™OÙ¦/ÿÈ)C1ùïÓäsbÒ×ÛlÎÉÇBÔq¿åU“ϹúÝ¡úñG\Ê^N‰”äT4d3±<ÃNø±{N²TÎO²âŽÅ£[äàC†gªÜ ®²ÔõÂØTñ?½]~åû*lJ>÷EdjÇ|Ê£2†B§¤³åŒT[¤è{¡ßwa¤wŠW¶ÚL¶™“ðç™ï«‹~¼o?&±ƒEœw*ëè(»¨+ç$*úÖ#*A•L8+•@®Ûþÿð/?¾ô_mì2yF/;Å]ÿaú’ÏT‚@†Ü§aî@@0[Ð á4äT«ïn[(¸ ·ýd»Ò¡xomJ1šõ°¨¯¾é¨„•ºáùÓé‡#«¯„U~¡·Êq¨×Ç6h¬òGÿÙãþ³?~ÓÏ—^í˜ žLAæ^= ¥’Αï;Zœß»OüW’O2Kõ¢,€8< ÷« `¦'¦œf."6€Îí[|è5ÂhPÁ2á¸A‚Û|€pòlÝç²²HÛ(à#X‚9'P¨’¢’$ôü7kÞ]5_­š?WSÏŒåMC‡»´HÌ.üŠó䊌’°@GȰpÓbW¥ÛT Qæ¨ß±ëʧ–¸É×ü…óydÏ]«0nc‘q­œí׎ì‘´Qø­±MÌŠ•s5¡ý8…u"“ß <¶Ú»ªìg[TÂ8i$¤"¦˜Þ ÑG: .H ðt¸ðo+|ã/kÆ/Å -ïé¼}öjÐûîZzËþ\jµ~ºÍšWq:H}h÷1xùÁðΣ]ÞL£gbC›ý…ûCV(d…íY“þvü™2¿ÃÍ),“†*É”1'ƒ£Õ@I'¶µ›^i-]m-Ý2­ŽuZ÷Vž¨Ýº¤¸½-]PâTþ>ûO²bWÌ#„K¿OÛB<ÊJ'ÈÊ wxú©{ˆÎoïë­çÑ¥O«‹=H–5Ñ&Y˜µRc~GK:a¢MÍl,úZ]¤Çw{,Íî-Y!oÞ:Ùݺö›»†Lëre;„õ©Éñ«Hª\¤åQ>Æc£àõŒ—¯ ƒ—óƒû…ÿC^•”W%YÎJËòû‰dºnêû®ÉTp_J+—ù:ÛÇ«XËósMoº^ =­Qß$÷vi ÜzµeåÊn™¶šx‡Šô¸ñåýµtæo”/T<(8Y•b¼Ë Nòå\-žIMJæ7!¥Æ¼r8ÑÄŸÚûB~õÿ)þÍo^•ç|T.f“<[¾­^^eµŽ¦<óì‚ÙüëL˜ªõÚ’ïÁ¼rhªˆ{I/¨yü¶«Ê·Žœg¯ò"xŒÎú ˜žÉ'@HÖ¸¼•¨òŒ?9kærbêŽ#úL#{Ø8¼´†O|Ï‹ãÏ#Âý¸­³R§ÕÈÊTgòÏ©>‘$× H\8á;ê[йœé&¯2÷®˜œÔ—߸_0—såÛ³–œW+÷#Qs :9šÝ81ä»'ú"ö[\ˆÞÓ0B×þùUÏüxäã>—Aã'‡‘FjÎÎæš!?Þ´3÷_ä׳’Hü.ÞÍ&oºIMct5xNé[y¤Ô²ièK`¬µ5žº -†_—Ëôû½È„2{H[LõOmòû—^AJe^ü4Z\6¬ö¸ó™p@ž¤°—LزàÚŽ÷báz,/§ÁÁ(‡¥CmCŒ÷†»ÙSn™Í©qÿðý{ü„ÑÅüšË¼*94~§ÓŽëcûý”™5#ÊU:ð»LÉË÷ÊîeôÏ’}ëèb8ß:¼ùÄ\)ØT‘u¬òïØª},«Ìè°†8ìPÓœÕ~[MûæQv»ëì:~µÀûÒ9k¦ŸìØž£ãü¤þßšRæ&î¾i°9ô­Bòýn>|?°ó2Œº Þþ4¸ŽÝú\¹—hæL–x:”k7!'§,¯> Ñíä`DV¶¸2¸oUNÕÝn£vvÝF-P}‹¬ 7^š´ÕBù3•×}t#u”s~]Ä–)Üׂ ¶´Þ;‡ û–K=™pXþÐIû Ñð±ÐÜžlh@}xJÉé‘¢ -˜ÁoæWð¾*Y2Ø\†5_æÉ!ÿòý{œ•”•¿µnTiЉøû°Nb2j]¬œ^'V¥¡hsrÞª=ò4hp>ãƒ3ÎÚ±V ûöEw™á¦nß¾ü¢”9ü@›+:¬l i¯‰‰¬LBY®6Õ´)øB¶î¼Gx$\!¼CË9PdËwödK×™?äm¨[No¿ç9m)µE¯ñ2ï¢ÿ@úÖn7¡yOÔ‚cVä B¥î;ïHÞËéž!SEÝ»ÈÂ`¢—øØ¦×—O·p¼&Yí½jtE’^subO‹}¢×ަKöØ IBŠ AH~ßßgtqL¦HŽK.©¶ý…úCÞ†¶µ×¾¬¶\ÿ°Or¯˜ß•k]ïå_ÑîÜW´liï†DŠóŸ`F±yϯþa|äÝñ0¼Ó§ gQyúê®WûJH2c2YFÛïg!| hžÎâÖÕjÈìR3ÜÒÙY‘Guü¿?ø­}íã·¼gž™Ýz†ßŽ«ùþ)²2®6b‰ ËN“©5Ç£—N×gñ-ù>|µˆWl¹q­|¥^Üh )«O¸[½¿:n.üa¿_$Ž{×íTaŒM¥v·I—M¼%_h„ósÄåùþlFL|¹™V§ºÃ¦+æ5›Öº³]NzŬ¯òÂ(íäx8f] Ëi­P'þ•ͬ·óðcŸ $5 Çk=¤_ÏMÙÿ”U[3$߳ߢèú5þâˆ0»Z”‡ökËì†v"l¿pC¡Jƒ¾²ù»E n¶=ÿ´‹Þ ©xº–3l;®—°f¶íb­ -8C]“bÐÝæ© Ý¦ßch·E¶'fb“<- þ‹Ôˆš]ikŸÇ´×Hzv{ßž«r¬?„wvZ_ -€B\ÙÀz—Œñ]us‘i{Rþ`uÅàY|Ÿç<–ð:m°æVû£ùëß?‚­–™b|Ü—ʃH(6ÛÖa¹çº}Ù•³mÉ~×6X’W.Ïõß}{æ ëAãMëˆõVÒi"HmeŒÎŠ:¢Ü‚›)V¬2R¬"øj]_µïs^¼ ÐH“þˆ¬wðQÅnÎþ`¿T1ï“Í©ø½èËWó³¯Lãn*¦‹BHZ»øP¶Ë:o‹©·Þõ÷’G‡%–ÝóeÚÇðæ‰_`}ÚLÆ<»G.ß!ß^ ^ž&\ž\£hdT«…ÑÊ¢›£ÕÂFµí‘>ÚÛðÑ)~†”¼lœä08öýƒ5ÿb€v8f…«|– Š)Á€Ä•O©Víè g“Bù’b;oÃ’ð‹¾hÅ‹‹Î˜™Â²>ÝÜ* §ÈXÁB$š€+’Õï$?´ EÒ½‚=lEó×ÀãÌÒÀS‰Ñ`?ÉA¯t8ºžôãUýúƒk4ÌIá?{¿x;Ñ1xÑx<ûT½ bôäÍn»‹`wR1ƒ2ÇS….(7×ñ0köë4€¾ÆYÏïäËc°Ómå÷X 6Cç+ ƒd—ƒ>¡Ðý¸ûú\_û£‹êõ^óÚ·÷ÚÞÛ½S{4ëýˆëf²t³ Zîb"Þéb ÞûÃo z]¹¥¼·lhÇÒIÌÂgpásÏû–³Õ6û*j…çe1HYÜÅf{ôdƇñ•DcG\ÏÀçÐS“Â`X•*}d¤t{èDBºßJ²è*V‹îâÜNìâ*˜Ï“»Åù*îÜò9og‘àNI®Rm}jíUƒÿ´¬ŽVϱ[¸*ãråRUƒª&%*­¿‡Ç#ú*¬õ¡0P $O³¦Îò>ùÝ è1”[˜2›×aЃ‘ú{ru÷êÎ^d¡³üà•öº±h·ÌfØÚŽ5¼éŸMsÇN¹fwx¿5B°6Ž®5ûñ°ž Ñº.´R‡íéûÊ‹=ð‡‹>jç wªŠ…‚Y_³ù !ÌWÜ8Ï›™¡/y«^6þ®ó gÞrÊ ªÙRºþÔ›Ú™êoª—¸­,¦¼BÔC‰ÂŽ,èk®ÈQ¡0î„g„Wœù `£JùwÁvðû í,xÉäPûß§móâ_ÒÌ]é‡2âôùIúiÊIš½ŸôM9’fis™f>³K3Ý?¥™Ü¾§yZä¦Yö~¦Ÿ -¤Ÿ.[É1[é…†?P^ &é‡Ü-ÒÏÞ¥ÒϡƦ -¶º¤8`9ïE»ø~i«ZñUyŒêϺ×i%6Yë&tøOÒÏHŽÒçF¯œËïuæÈù¿Ö¦éG`ò¯ž|úakúY²Vú9òS;MòºKåôã&­TÙz)Žv‘œù4-VÄûj©Û÷‚{±ïÜ¿¼tHtžVÕÊ¿åÙ 20iç-%Þ[@7îQÀ Šñ? ÿGæÆé·&é+ÿÒÏÒïùÑH¿ÇÚ(ý®™eúú»ô‹£rú*Fú‚ü\ðSë ²ø^„ûÊ»ÄJÍ—ŽÛýת˜ ¯ª a9ðòi¶Û'5‘Ùg³’)‰-ØÏ³©(ú¨`4õPƒA8Hfœeùü@ÿ§ß‡wîäÑú£8£˜"ÖÍæ<Í€ñs“]TÈ€Š’OûÅz—;^øª ¼çóQlŸÍe»œ¸¼™0Á¦—td Žƒ©†ý@ñ±ž,ã¾QQ,NŽ?æ•.¿¬ð´½‚igúêqÛöA{{D›˜xe2qCwü‡ô{¨EОåЇ$+ Çå¬Àú£öîh/³ÂˆÜ§s‚>½Œ~}¶êC#é¶Q/>6I”Â7âU«¾[~=æ~üËäPÂòZ´oÏ<¼Þ÷w3‡æï6Áã¬HJdZ ‡§}+rqÈߤH@o÷/V ìžùì"(DÅÔ_ÌšEO»wʹ[¶¼j—é¹EDÜ~›:N1"ú^bl¿‹ˆvÝkhøN,±Ò(™çb»k\Êí± Ì(b)ªßÿÿç•¿E\Ïy=²ÅgV<ùÐïÆË½ß'‚±téVOFém¢§JÑÁ—þˆÏù5—*w\‡ŒÛf»—àƒ[m«QíÔ¶žûз£é;[˜nLÙœº`+õõrTÔjðª{§öÌä–ߺØáÆØ­3êü%+LÓWVì"InñJ  Aw³×6 -ç?Pô.9³`ö–^m½¥FŸò¸Õ½X¯ÞÀ0³Ù40±;ñ2ÔÊúk€,[ÒïÃkC/‹×ŽfŒ½‘V3ÞØý±©“÷¦3`n.s”n x\øì«òËc>‡¹¼du|™ä©’]SE^¬±?d…°‘dÅ—òÌ ¾VËJå#œ’†'ËW•º6£ŽíÁ¹²´&„´3Ô)éĹjëšgâ÷‡¿ ï­þ>½íx®pë·Ê5¦qϾÊ[)¢ÂÛöüròê2Ù³¼"ߺ2U·©<×´ÆY«~ÆçÊìK&èM¥µkãø}:Xä•©Ö³ ÊZ¬tsG/†ž" Øh{T¨ÙÜ`Û7/ ‰ë$Ó¦î6oq·®EÉ×KéªPaÜË›ãËäyÉ”<5•iæV”‚œµåE£öû4䌧g²³$Ï•àr”6ƒïUª?éøÔ.?kâ~Ó ¡ƒÎ„ð6œ ì²ÿ!+ºû8ƒ°=•Äm3]‰~ÂWÃfP>s s,ª…ÈÂünK_™ìäÞ©Eä5¿÷v)D§åß;Tó¬=dïLn‰dzÁWj ŸÒÉêS{ÞêŠ>4‹=r»¢ž»†|M៰èóȹVæ¤xöûlÊ‹8û…¹Ù‘#-4 ÁßUÆfïµRPN‘ÄíV–îc²î§qy×î;^aH_\€ñ+O[ö\»òÉ!’û蝹ù±ÅCŠ„hWy ðQàŸ,Rá‘'ÞâR‘qç±™©ü¦Ø >•ØâínoÄ<–Ì{ÿ ã/ì°*¾ðÿ"/Iôû¼å²¾›Çn9¨”¾NVö㽈Ms=b&¤Ò51zýËÔZ¡2±vWÒ¶Ä`bžÎÙ¨¼(u.M†.‡!HÄ^ÎhÊÎ0<ÞT®v\έþtе'zX­zë½õØp{jê;GŸg;f•´wú`’CÌßžLÿA@=ÉïJJFÑ$s½Ñű‘FÓ²pLÖuó» nþûŒ¢ŠªÏ¦RjÎɦå…Â-À8Ës2ö=³3ï¬ïUÑ< åV'.¸?çϾ‰ß¡[|µv¢ú}#u}?yã5v×+ãrWµ7à®êPPYÕK³AÎmú_d¥v<-­àz\ä?P§oúãnjªp½ž -ì]¹Ïéè¼ÍÀ¼½ôí¸-ŒÕõ˜‹ÊüXµ‹›=1†=Üö}îž(¥é©›¹BkkB\8+#£“U}*¤]ˆdkY;_,Ãúõ¸<Þær°+—GWí-˜•yQFÿ•˜z1’™äå„/Ë·fš­SÞθÅbxU½¡Èë}>§ßÝGF ðC¶œwK‡æ¢¸Úõ›3†F•¥”òÓÌÍyµé¯dëa™DW»ùK¶šÏ“-PZÀÞ¨;ïÅé|¥Ììó÷™‚ÀÙì#|Z³8Gæ“çqò‡¬äLKAABû9ùýuls)—m‡nÍëIVTåù§s‹}Ú§ñLùÏA®rZïÁ~² ¤hA¿ˆþf‹Ñò~Sz…ܪqk‹D•…`5osé^¶gŠÆ3Ÿð«#7 |±'x©KQS-*]¦$¥=§Z>ÀæxÜò‡Tî*~]F3NyÆÈœû`ªR—®ò< §ðv6„´ ?¹«JäWÿh²ŸÖÞ[ÓÃGÖlû©Œ×›û!ï_Dx$A‰_ˆÒò4»äc¾,õéªÄ{Óªg˜µ†«U—‡Xé¨ÃÜ$”én"”éU+(S%{¨C^á<ÿ-þåÕQâëÅÕȺ8+_oµ\ç»ó²X°7É —¼ˆGW÷—K¾aà@;^}7\ û4:º¡T>8.×`G‘ÝÍ•Y¼/ûÍk,àeù~ƨ”¸¡në Lüx¡+\™ y09–k‹GœôM6dzbiðÎ8nÒÃ?D@f>L#s™}­+=ܼ·üVZ–R=·ÓÐéóüeH¬þ(;‡ü.~ï¢@*Ñ©Þîl‹÷ÛxSk3Òo«¥p»ÒseûÝã$8f±mrÑîa§Nޱü˜ ø,'ÈÊ º?ÐX(/çc¡RưbzÈ{4‘“K·‘ ±ïÿ!¨tòÈó¹È¨úÁ-‰îžZTºöÙyàw[½8֨·]e{ßÅ"2ã„Ì{þí,.66+“¬:«%Fèd1ÿÂ*Ÿ°øæØí 1?ÊXˆ3sŒãhŒ\]I—£r.ßpä\Y°jÕø;b °âšM'¼Þ?ü@ÿ{m I¬ÙSŒ´=R ÿY¡WôgÝ‘Ž-\çÁÇKÈo½„ÞÁôûL¦]{;×ëïÍún•V»Ö&`X.¦£6+Û›ù´iE+ôXa˜¼Æ^Ë&‹dSPBä¦#Øõ Ø­ #¶`µ[BaµrÝÃ3kmÁà,þŒ–»Ou´$ëí?ØO¯˜ky݇çZ¬Îvr(oÇuïß½¡Áš­×i‡š.‹Eî…ÛÚ%ÕÃÉLò¢ð%š³J– ¦­t1A/6–†‰(_3ž'ç|#¤ ‰d:ÒÆ~u¤MÈ<¯Ÿ5ª\ mTÙŽßõ4/ ëè¶ù‡ DOͳgÉÿ_ŸWN±N ¾€æ±ÆgúKkûMãs!WýŽÅ¯ÂW[b«(ÌÛËMã2ܺ×!Ì·¯ÉóÑ뱊#ÅÛa -— Š­êânTµ£ÓÐ}H•hHMÚÅaã£ôÎe@ ˜Q|0­CØ÷QñÛßÊ¿ü@ÿÆ:Ÿ·§>~© ›½dº¡¾NÈörú¤hí9*P¶ËóõHÆÌŠ\ï×jNlk¬ÞëhS÷UöѤpO&^@T­X…+Åssø0¨þ°Uçòy°£/Ä ÛNwý [È9Þ£TàW€›µþ`¶Æz Ôá{üþòèÁÕôÝÍC)üAë]™÷u -`™b’µuø·PŒ”àØYˆÆÄ`áQÞ´ Å˜ÈËõ¬ÎqŒuê$ŠÈSn‚^ ¹Õº˜ô -ÑÐjé`Ÿq`Ÿ+ê½çBìöÄöí!AoÕM,Û=O?j÷Œƒ.B`ç{?  Î…ÄèþMµNqÛ‹Ú7Iÿð¿gü5xÈm®ˆçëôÍ>&¸¿;m;µ– 'R÷sÍWXÄÖññ%ÞLF®]w“·—AîO}^$o½É·»S ;ª¿È:óó¥ÒÖ§ÓÖêÚ&laÕ®ˆ¡e.y£µév²V=4ÚMz¶"›­wCmxäÂmì¾›øyo9ù¢ÒØàI4î_Θiñž?Ÿ[âyTW,Ió‹…MÑSÿÎçuZ -qxM¶ÇƒA ÂÝKû0íõˆî”âThWßÏK«YM&³-z ÿÝ{7ÚúêqõÒ¬¸®½`œ¬ ¯}¬f‡WV¶í*àŒÖ•‰.•ywhÿA±Z§’ƒ-PýIv½€^T}ÝË[é²(;¿ïŒ0*@M²[w o°ãÜUÒZ¿mô±IË®ùTÓƒŸ\#ŸqHu¡©«5irÓ« -~±«Ç+Pàge¯•Kr­zÉh î¯ö\)F0Ÿ]Ùp‡Ê{P^ÖË?œ—yIl 8z]!aðÖò±ö°º¼ìÚ<îöG :®W° K³+>']ÜoZÖï4»wÔîdz¨–Z+ªúug»j1±•Ò³)–¬sv†˜ùãö«òý÷©U HC9°að°Ñ¼ñ»þ9ý]°ÝR½æ°~N’ýAÌŒw>»`ífòÞ¡}ËÛ8cY#°Ù^š5}îˆNX™‚M5!ÃSëÎÚ3¸EÝÕ^=f fMOU<;N*¥FÊ+‚K¯=ý;;)r+Œ; À¥åïì§s®Bh垳˃ -9|7¶6Ï9ìrñiÖI´4ÛAzš-ß÷45¤KšÊ‰•¦&ñLSV+¦)Uoý@i:ÛÂ9Á"Mç#&çÀ§é6Êÿw¡­ç,œ4½*QšÚIš¦N£¦O²šžÅ}+ÅÆJÿýÍBô}1áÍl…×’1nÏÕѵ+y… %¯(i"ñ+vÒÇó—׿¤Ù©n¤pb¦™[ÏC‡×2ˆ½³ðûìè ©¸WѰDÜC¤¶s‰¿§ -{EÿóÖŠ>N -I?Ü.4:êéçËkéwU ÓïùTH¿‡W3ýNû£ô[?ÌÓb‰[ÿ@ïRírxU[ºølôt%±¿_=io«Nì·zAÜ“$ŠÐEqUŒ†Ö¥>9¿Špq"ïá48“ô&Àª¡àÏZÍ[öº«_ˆ¯[IÈ¡ˆ^Þ^lÇøÿ~«ª™~÷AŽ–™@ëï ¸uÊ ú0¾aï%Í,žÔ¶¿J:½>÷Gc>MÆR(šÔ-³—Gp~^Ü»EÉËôíÏBðA¶Söîø¬éÅCß5–Ô]w‹k·nDÛó‰m _#+¶À‚ÛVÉ|é"dNjKðéWzYÐ.ë`sîïz2;²‚é4ó£ïèeVH²ãiÄoäy8éÈ› PP÷>Ô~ˆqˆ/®Yuwm\ÇngëÏž¶×Ÿeö8‚pÎ×lëѵ’ýkl ý>‘çbož9š(ôÔŒ‚õôE«SÐ4²VÒÈ*P¾››ô‡<ÆZ^‹ÉRÏ -$Ί§ÌŠÚzWoÏ^U_ÝPb‰¡¿¨½Ç^Åû,~ ÇV {¿‡Žð;8?†3øj îÜ4ÓîÜ1¥p_üø6.ÅkÁ(.µ²~+‡M½ÄBCMNçZU<íî› Þ˜b?¸úË5pí»ŠÊeux­—ò±ò·ø—¼gFV03+¾ìWòt9½oÍv¬ÏõÛí*Þª&T¦ºè=¸ ‚Yãâ4¾Ápg̸ /TÖt¼k«ÕÞº[6_î¯=oÎ[ËnŒWÿ›Ö®µÝScEUN»R—W¿~¾Œù§`ûÓG¾DfUžqJUó¡âYa}6òZD |L>´JòYßkûÅËÑä\úzÆõõ²mQ´Æ™ß4f>k<›ßè’º¹³åáÖ¹S§ë±+^Õ˜u•êÎå%êÁå4Ž^Jf€"oše%ÃÛ²ÊÆ2X«è|g‡â¹R4]©–…Ùi‹—*§V±XÝëó/Y!óõ œ™~ãéûÞÌY ޝïz-=gÿ»3:ªtæj÷íè_Ã†Šæ×…7ŽÄådiåÓ>qÊô že5¾_å9˜çû;pÎĈ$³VˤõcìÑ8m=y$z½x!îâ'„óÈçvÊ À²ÂÃêªÎ½áQí~ ³â®aþ.ßE)‰Ò(Vm¯q<ž¿=8[©T·ŒR`?ïíG¼Ù{ç‚N»°|Ý{³³F™ësÅõöÒ¦›ˆ'›}+§Öós½SÅÊó—î§î ¡2y Ãâà“›P㑲ÖãÞfçÐÆzÏ~\@gñîêÍB£|¼²Aó¸h¨õ?äw%ùû&?‘$ÑPñ=jì*N1•~ Ç˜òòé^Q¹ßÝÅ&¸ŽNÏï(ÏkrÉóúÒæµ@OíMu!ö˜ÒV`Ò‘Ö«'^°‡*—¶“|Òe¿ýMÄ*±òa‹°•’–ºÇ†`Ðò졊´n{3U“}û”öé ¹s -õÆ22½ J4¸‘ŒævdW}Lj•“9ïî9ía —Û`5t/²éd21€+õ½văRúýEƒQÛšs©J­8ô½bX<³l‘[IÇÅ‹ºôÉÁ<Ÿ‹··pëµ§@ ¸sˆNsÇTd×V¢ sq™éÝß‘ ˆæªBã?ÿû× Œ¡ðݘOŸ~m4ºÛ¼ «¿?$éf9Þ»üó¤J³ÔR Û!‘l*Š!¸oò/;rØc‰² -.Žå†»9ÔÊê~OMe~ç§óŽAŒ[ž¿øg÷Á¦`ʵó¡¹Å¶¶}êê`+®k•Ú܉:3ÀÂ:—…u‹œÒ_2¨ÇÉÐ|×Ýu´ÇDß©†¶ %­]®þîŸ,ìEîRìŠÚÙÌ–ái¿¿‚0YT9¥ätY(ÿøaÝP§û¦<]î:tbúä{Gs—„§GóÊe+j-ʪ°G­Ý›š×ÒæâA½ Ø›Ï×KÎå~ ufœu)}s¨ÚJOWõ?dÐùø -‹ÞÅp‚°¬YxPõ¢I·¨ŸUô2;È:>»JL½ã‰\5Èx”–ØviL²™çbûÖò8aŽÛN¾±» ŠÂÌá~£6ÐÓd×õ½#ØëòÑLV«$-’q¯ER™€.í æ©šÄœ¥9F9'®ýá÷݄ߛ³ŒžM;ÁAÝ\ðó«Æ4®ç«8wŽ—â¤ÏÔ”O´…ñH~r³ÆÌÓås}O_€ÊLÚ‡Qò Ÿoæëïj]NÏÛU->°äÏ?áJºNìÐo° ÔÞg9€¨Ú‚'õÑ®¡ÛùK}ßæ/[}Í_N\Àyõi“S?Ÿ™÷õ¥ä¾ÞŒpVÏÚí(ë‘Ï”¤ÎáqGškò±Ùò¸ð=4¡Uy×{ÆmZ,L‡Ô·jN6PXÅW›’¸$<¸¹^†•×n‘4ba/3u~2kùd³zÎdç^šMwµ>®†‰Ï9DÉs15®Ä9û¬Ð÷*xî?ïÈk5ËRô»¦ShëzÒEí]Ø3•WbÌo9>‹ø;†SÿXÓ“tß‘V3b‚ÆCºÝhs£®ÈÊ1Âf³EÄ\Z®·3¼08â×ÅôŒCúNŸj+7œ’õAqZ±å¶é”çXݸ‰Ø¦ÂúئZøb&¹(ÿ!ÂêÕß7†º'êaÞúª®1Vývð³B̬Ô-+á¤å½ÔœªG³Ñ²÷`>™8¶™q¯Rà¹Õ^×vìì >²µFÓ9úäçø­^_MI-ÙayÓ~ ¬1oÝQÚz(­´}˜7'~ÿ…Oö‰ÈOöêNö·kšó…þÜ¡§m ›¾eèªlÜûÏÏMÒ¨,¯_/ -À`ÅÊ3¾Jð–­ÔÖwƒ7ÐÒ¨÷¡®uµ¼6JƒtCº·ŒõžËhs‚ßËÛé´†Ô‰ìíÄw5vrØC—IÝ:ãè¤ã êcN}¡ãÑâÌŽGc<¯1äH/äiDàü5ê;T,[ÿûCœçt—E ¿œÛ•ÏÞЊ%ryhÓ4»ãöJ§èÂÝÇßç¦ÚÞ«vóS%ò¡1Ïø“ØÌæVž®å#ŠîöŸÙäH…ë|f”Æpo ç¨ä—_ȉ?V“Ð#ÄßÃY°1ay­%ð´ð,üÁõfºkàñiÝêÚT?r¨)U QO\qÄs%Ö$Ì „ïFµ"MŸ¥†´Á’±YM­pÅ`³Œà&!´8wÚìÖÒ;S lQ/9"“a¿5#-ˆ@¤ý` ½]>"çEfÂ_`•ÀŠ—aåz@`|ÜfàB`ê£ëŠGógëûûY9¸Æêá>nI^jqrXÜÅq§Æ³µa¸Ù$}J'&ÏÄ)¢qa7µ@¿®víƒCð­Z¼§Ïì^o@ÓGU¬cI­3!üIãéþ¾§ ø"ñ4Tº¯ÕÕéžêC ;¶“aw|Sw¬óRòn4 Š¹=1 RÁËÛç19 ü;àôNjî#Εi°dWÁP\-Tt>™î¤;þ«²( endstream endobj 27 0 obj <>stream -ž'°¶ŒV#s†t[? º±xí%Ò*ÿ–îû2óº(H½:×;ÊlvðÞ îàhDvŠÊµ¯ª©µ‹é«¥éa«ENy²U±c¾i.k·œæý_®À¶üRÖaÞ;FåÝK˜U¯ÁtÌÇNƒÁÌíyÓô†;b2í³ú®0F…U£ëÅfmÐÏg:½1E´»ÙÈźÀ$ ;3åµk/]àÔ2ºeµµ -Çægâæ¶¨›M·Ól¸»ÒØ¡¿¿ÊÔè|÷Rý8û8µXc¡XÏj0«/ÿp!¼ÎGnSÀW<ÓÝ'û¨ôÜÝ oÔúðIX¼mçdï¾ÀX[‹w¿7dÎYýê£.Ô&ŽJ±áp¨R»>œÛHíY*,jÈa@WÓþV¨žÇ­ŠÚM¯riÏÒ -žºõòmÝGÊËú*ébO,Y fm€ ó^‚í!€ípÊÿ@ÿÿ ;ÕAáô Ô_æÌxÏ8kKÜe5ˆ†ÇE©Ý\O{f _T5Åe§w’øZ[ë$P³Ý& µçìý©Ês¡YÞÞ¨2G“i™˜…y?V2îo -zD…#è¾*g°KLâ€=†øæ©2èó¾&ÖL&—Ô&ªX&× ú)zUŠB>J¿Á³äÑó0¸¯{-ó”/·:ÇL}W&'ÀJÁF[ÜöÞpÜê@¯I­Ù¦%¨öTÛ…ÊÅ”²²Vm—KV•mC ¸‚‡ -=)rÅ´€Ã€P*Gá¬X¹åð!€uèwu4`}7ê9gõQ@u3ûƒ\ߣûÙDÌô7 -¿PW–³ò—Å;TFåw&´m­Ò¸÷¶Gý¶n› _°+µñvþ@½~¡‡Ü~ƒžÁ‹‘ìT -O›+©•¬?®æ0í°AužC39‰`Câ‘“ý®1󃛿 ¶âïséò/¿ç’iz\i*/ø4¶9C6çw݇9»gΧ”¦3¢“ó˜¤é¼IäP¿«¶·ücóç9MÕkz.õŒÕû}© Ý7þÀ£èuká¯×ÂÛ|Ÿz+?ÉÈï&\Å’Í{O' É;%ó@lîÄ ÛÿEšf‚”fe6Õ@ÃlrX9çcý®'ãë$'ó'­œû8¬¼ÌYÒé:ß_ò ¼q‹9½‹”ø»¡òåþZ¸ºùÔ»ºý$C?H¬aôL6¯2;“Q-¦?â(n_ŠyÌ32Ï’¢ÞUˆÈ{(®"iá0ô?¤cŸs>Í:ä>Í–v7ÑÒÒl²óÓ¬’×iÕóú´¶ô^®†qq5 GùˆŒÙâÑ—øÅDÚôÔåÆòÀla¹w1ÿåw=¹ø‘ÒOã-¤™s=¦n{û}tÙK?Ûæ;ýÀÛR*kró ¾ÖÝW9\ÃÏÚs;MšÙvïÖ'* - Ct´31LÚ¯sÈ ÂÇš¼ýGpJ0ÿò? êå+%ð§ú«îÖcØ›'·µ[Ñ}ÞÙ ª7›¦‡ÎÃK«Îc¿>½žóÈãÈéÇê -é·º–Òï¹öH¿:óûxð£çêïúXu4o$ía¥…Aa& 4 ‘<õ ÐÕ`í+ñtçãêŽónÐîä-´ÓÅÕ{òÝ%#Ãt«\ì9 &NC6S%jv;ráÇî¬,Ž\ æxÆi?q¾_\#8Wÿ~–Ž~QÆö¿äáÍóðÐ ›mà’׋—ÎoÃÉÊà³Iu‹Q\Р èªÑèŽw³Ø‘«¿”©ó¨\ §¹1ó9¿Í<½½ÝßüãXþH¾Y¹Zü°eX£çÄ5OK"6'eþcÈk³bL‡­®Š;B».7ìì~¯wjÞm» -Ü[«f8W÷!ÿÒ¯t÷‚n©lV˜ÞŒ¬`ì -Ÿ' ^|”_¾ªÞ®¡X€³e¢Ú#¬G=+A¾ó¥3sbW×†Ò®ÒÆ4E8ýŠ!'},.š¶ÝhÙ컹—òù¾éÙï›­¡=_ô®žv]{µÊQ¶àëEد]åmÁž"Q­¿düòWrVœ Yñ®Å廙ÇÑ“ª¹þ‚|[Ž­ù¬ïÁ‡©)éµ’óͶ¾:#´FÓ»Õ/ïÓr{£?«Ã­­0üõPd¤kïv¾ªã˜ê0ˆ¼Ë“-½.ȳ_TRñÐRÐ,Âä ŽîåâMºž—eÛÍ3q}m†RÕfƒ?d@R²bçyÍ@PrÞ«v’C|6°>çNÊ–xN-c†žmE¬‹÷fc^¿úÁ¤wíO·u´XÏ.¯¿ú.ã¿UÎÓAÁ¶wAàø"Ϥ—&ƒXÙ>/ÕNt.Ï×€´ÒäºT[•Ç'*æÑ…Ó«ô¾¶pˆ‘Ðç‹É -ëÕùw•ÑøÞëʈ&]WðjošrÜYqm½ì'o@­‹vßîúÁõ¸p³ËK•ÊJ&±-¸°CyJèù¾3—çrh®%ƒMvRí™°§Ç©p:5?*ºÊÀ» "¿úBàÈaÐñ*|Â0Õ wÚ•enÒ]9¬Ìbv:\å4fÑ¿üÿª¤L;†çcÙ«?Þ{;´pê:i,jÌáNs3õ:¬¿~÷éý¨ÄSžGÕâ¹²ôkR}íwO[û‰ˆ^;ÅÅîáKǤH ¡±çù´ÍóðU¸7FëÜD\ö3÷ÞìT/Blaµç¸ò®=­™Ìþ: ¦‡0_š=?šôpŠá[á [d¹°r̘JËæóÈyNXPbÉ툓…½$V7®_æÞ…ÊKõ4&ÊÙÏu¾ˆÁÍËó}þE£1‡qþ÷xSæ¥ÃªS¨ï)ÀîìØíÚ’1ûÈ\0=.¡höõ9ÐC©%m…ïä¾E.GÊÏ/Ý|I¨¶¹TytSÜÖŽ9–±¾µKaÎðùýSüËïʲ”†/ÙŽ‘©dÎ Ó¶¾Ï\ .Óc?›µ:sòÐÊY೫ÁÉzÛ?ÞwâûP+Àήæ°Ç›td!ýíó^… -ò)M©3Þ (¬ˆ2›ËrÁofeI]ßÖ¶½.9…çjÕAË«j`Ã$5œïHjTÖr˜€l¼Ää¯Çgÿð«·XyœV]É B6Ÿóß{ÀQ¥M@(úF%zR"» E­ÓwvƒYá’ë¿2æï¡í‹*Õ¨llåyLýÐ߀¥%²^®¨ùJ6«Zë| -/’Éf¿d ä³¾¥ÿæŠËù4XÄ€D-âÂüšãz‹¸XN~‰ÿ%è‘æ5;ÁÅ’I¯?qî6Ü^våé’gÓÓÆ§!­D”X¿’ê‘ä¾ùÕßÓø*dÂUü¦áý¢@É·¨¼m¬¶2ЬE>FávÕ Ñaåòð èE<ø÷ßæ/üàÍÇ7ç3ˬ3ǘÉUMžÉµ=“môËïΓ¿Å?„o¦þóóÚüH}#…+âq;e‘‰ŽöˆðdKîk,ölÉïɇÆÝÒw=qìÑ‚j$Ô'š|6óLWk¿Y!ÜÿÇÖ}®©ªl¾‚¾TÌŠ’£¨dPPD fÌ õþ?ìuöéõìgÿyi§sNKª«jŒa »Ö·Ft;Ë_ì~ïNe°Ã¿vM™ç ÎâãÔït‘Ó¶S¸Q)ëA+pž+‹SNhûëŒ÷‰‹‡µËç<Æ»k8¯Ó§›%f¸3×ü=I¶Å)Rè‘¶¹Qt«ëææóqÇó84ðRk«1Oï¬DæSÚ䜜U°¾…,¼žMž &H§;Ói.þLú\™_Ø5Xž±5‘[1»Ê*/Œ¶EËLS»rL³çÚL³--š3üÓ§â…·OÈ–ë÷ÁÆéÌçÓtz6¨œsóDŽ΂Ê<4–#îK¾ö’«Y«û KƒÚ]4zÃwŒ? -ݴÕø<²¨q¢HB¬ÂC£Ó•¬!Y$JüЦ‡jsAà ûBå"5Æ5’T‹±iL8fOPæðËø{8l H¼ñY9X$ÊÎ äø±jXÓ“‹ -6—ûÖ*è£ÃÁ¸ß3neÉÐé>>UƒàË«ù ÷Öó, KåÙ£¦'€ç ´À-ƒE…­_ÈæHE”ºŒ*5®3…ÝÃyŸ–ÃŒé‰t˜Z$?+‚$¯¦I¤Ú% Ò´Ë ìÙKü~Þ›ŽïžÏðþ;þ`«ì$aUçÜĪSšB·B ¢Z¥4Bs)@AþŒì»óï÷÷÷¤Â#-smÁ'àìÁfp ÿX6Ö:œÑå•¿ì­W3sú ìùu;2÷­‰¤¿æ&«Ô é?;L¥ n±£0G”Ó»yžŠE•¾%É(•3y<#sG*°Á”r¼GõzpCÆê Û`iŸ98cÛ³hIƒG¸3ƒÑge׾͖ùöÍRí pÓÛĤ§åbxQW®žOCSn)®Ô†Íí'D½ËÕ"^ ª/xb4ÏP†—æ¾çš•ÊÆKCI¤žˆ=¦nÀ3±v/Œš‰¿êeFÕ±8ØWñÊõ]qlº^¡ˆU‡¹-£ ó¨Ä÷:ïß*b%¾¤÷KyO—ÿðe?¾»0e=²üeÎ,NV²›¯ ÷=ø§¨ÜÝ€_ë?I†¸\ Bìí‹È¥}zµøêûÒØVôcõê]’²·4÷¥n0¾à*W¯*¸FZX³y¶°#æJA/³h¼Ð\*Ëü°º¾æÎ:TÊ nVSˆ›dÞÌ2áG£•!‘¸‡û*ý½<õ¸Jcÿ)*Kç‰ðl™ -¿æ»sK{Ù[K5»2Ø(ëÕ¬ηš3§ò[ŸïŠ‹Y eç.ÉiŸÃKàp¯7@åÑr†‡ŽôŠOl€ÒÄ5@é¹@MÂ@9\ö„ór*v³\  x.éÿ1½¯¦/»¤†—áÕ5ךàpžxS‹ÃîbñÙqîÌÑô‚ 'äZks\¡Y#›im„û÷ò§^9—Èx_0Ú¯u§älæhjµèiáÐüРŸqj´ˆ“‘Юèô©yèס0e‹˜JÃx 2ÄÛ“‚Y~˜§Ýg¯‡åkö*Òy1™ôza_ãà7Ý¥ø Ga­Õj{­ÚTаPÃÔÛ«<ïtîEIJÎùÜJ€‡d§èe­úÑ:Ìf™Ì|þ˜±ûåQ›…2¢lN˜Sæö¶ß×K”:ßmÁß=¶`I(ú#M¹ú £¨gäÕïÃïO#'M;¹E†vÊxiÊsµŒýVG»…N+¥Ì‚ן >|D |ü(ç¾lSÞ½2ƒÛc7å.mouÇý 5+ý^~ú9RÙoòc)l·×cõ¹:“xg}ìt ý¡Xª_“õ­þÞíÒ¸=V‘Ú¶Ùöf öñ ¶0˜µ»kòâŠ+—´[HÌå\8N–<\ ÑÞ,úüä/ãû÷^U¸GD Þ—C#>ƒSù0 Ìõ ÎhòGú~Ÿ¥ô3Cå0)Ø/àfÏØ¤âë©ßôOîvÅ›ãí’­´Ø"¢zØàóyºz ¼ü¸bßÛÚ²›_µ–…ä/„ÖƒŽW>ÀÇr§$ĵ|K´~k5[ýI8°T?l£Ñ:ÈÙ%@û<8·WÌŸ&yÑ{·0Ëã,fæåPxæ·Êô—ð÷ðm£ò‚‡ùÊÉÆô¹Ð%÷v¬ñÉ;`Æ^F)ukÙ€½ž^€x–NÉB̽î±RÊ‘Ž‚¥ð0)×Ã!‰ÂÁyI“V¥Ùùm+ôæm ÿ€þó0ÐýÙ,{ïÏÖõü °ôò rrÃÅ4çö¤j h’0]æ£iN|gw‰‚A]G/´£Mp-ÒˆÇé¬Î´ ÒŸ¥¼ÉPünâ)Üó} ÿx4 Óýe«fnïãá`Õ7J<(¼ºÁƒ|ã>/!·JYçÝûÑtÇcG|«ŸófÅä’AæÎˆ~> K²4ÔX‚:ÖºÔ´‰uok$V!Õ™ñYöÊP=Eñ½ÑXÉçFµƒ\,é9i±.c’¨ÄšTiT§R,U -|øÇŸnLJz­9Ú¸qo°¬]%BÛYÂÊU˜»ÂæÕé ‘Ù¨´¥4ö˜þÀŠ[¯©YíYáÀÐÀµ¿GKô›FzXªº9<§|H¤¬t\¼)g±*»+-AW’*bbŠÊæã‰u­·ôÃâ-@fîÑ\]ô‡7ÙÉX…Ûq~c{…m{´;ÃE“uÔð·=¿k‡øLë›U%U̦m³7êŽqÝ”å½=Ø»‚o ñm¡9Io«²\þø*|sy•û•q*I9'n­"Ö×VKH”%@ɵ×7Û½ŸùioŒ¹ëîÝù<ºí@]òÈ»Kíy—¼¶ƒ?ιN0Ù]ïq¶¾Ä>cÆíÀP¦¾ê{åÅŸ¶­~Õ~J­ö87C8«ò°9±‡†µmOµÇ{ª\ [)û˜HÒ¦4pZèþÕ7'·Rïr¼5z8šÃºÎ¤Æý€|šÒ2ïºÞ„€kÜ™‡üµS(žªBiÞíÊä(cæwxzüqÏÙ>à§½\ça3ic}Þ1¼¾[¯(øäâÕ±?¾6¬Åú‘åÈÃÝiÛÀeè$ÚªÍ|ä*±$°«û¾…®®=ü(?»Ô–Éóì®t‚ -ÓîT…ââÆBäJƒ·Å®ànÈJ›Õ‰­jݳ…J[Õ¿ß|d«äf0ó?Ž•~0Û¼æ·Ébg@V89¨ºß;Yýégp{¶,TFEaP6ëŽ ÌœÅëw–S5f–)=CŸJë0ˆÍËxÝ•KÉ÷ -º¤}æ9­|ï€åÝ›+Ý]•©eƒÙzœÑ:p—iæGz=}z {º]ÉÔi³b¨SÀtØLéÖõâýq¨Ÿáñ:¥å6bÕ'E°ô ;ï©ñjt%þ"Ü¥ -¬5  V¤2†">ß=Ç8o œTS¼Ð>!X4ÇE¬«&Öo¸Î@½ §Á«—Ÿx2Ýü€ÑXó£x9Ç–C—5琢p¿%½ž¯‰í„÷o!Ôë1•»Ê‡ÂØê”ªÃj×À§Ï0SvòÞ’´ ®7yàÁr™Ç»r¾ŽƒµŽÅ»°÷bq‚š˜`!VnS7¬\)A¨Ì«=´ºwt´oƬ‹`Í./e6f©3;Ô®†ý®U³%Ô ^tUùæG‚¸ÑCÀ\³ÐKµe;/sxIó½‡+pY¬±ù°èKÓ›Q¤ŠÎ‰Oé¹ÀÃÝz‡‹ë &JçV©A%t½¨¢Ÿ9T1­·N²;«'d·ÁkTp9ø0ØÈðAH‡?àïá—eýüž‡Syèû ©îM±blŒ{˜ÂÓ‹«Ëõ=–ïßÌ£;ßߟ|‰/”;Õް{ aó4nï Ò½ÈÁšS¼„>³x «B»%ªšç=’Ür7Ę0ùŒEiQe>¾lú€#˜±…¼_j_â„l™¼ÐÆ.íØÊ?À»MB¯Î§ÞdvÕôQÅèuÀÁæ ­ ©5è{@¦Ü6aO̹F½è4¨ROĆÉ7a3Dð‘û¸0m*X{›h³ws6»öa+‹õa´W>´oÅî³m/¥6!—áÖ³6ÈÖýÖ³^µZÓÈY@ï2ö†^ç#yj‘ƒ¸$þ>©÷Â_Gñ ~Ï]; uÓ°ÈžþâYJ‘¡n[°}¦Ì/æÃÂ%þJú!!Š´öÌFeE K˜’ T?HžøŒ¹¡=¹Ž´Öì9´ZÌláB潄æUîu¶ÁÊë`­AÕ,J[¹±¬ñnCŒò×F…rëõõ*Áë -wç~ùÿlûVÝpí8wí`z0¸†˜ u§<+$í}òb½SòyšÊQw| ‚˜âªM-:§–W¾ZìåX†€*–ü`i–òPq^왽=(Ú³wa}ø4ÀB;y];²§­$•Úù|ó¥Õÿø½@õtB,öc‘3Âáh/Oôüq6üï¢òë]ñšúzÂDz;4ëtY;¢H6^*TÅ›£uÎÎï‘á$ß²Ã0wêå’œU$îÀURò€]]4|’~³e¿W§ó€?Ø\FŠøa¢ø‘|ù¸øJ+ÿ‘åÈpK»Oæ°´’ÐYîYž)HþSTîl_kœ~ªQƒ(§^Á²xŠˆÙ¡nÇueZlE¥ÂÞò -š~°s¨Í˜±€Gq˜Ì"Íí²(g1?@’Ï@öe W cw x‡;Ç/ZÈÓÉÈsŸñÊýᤓæm\mCÉà¡•"Ufwö¿ŠÊF~@bYGjȘV¡V¾Õx_yæ¢m©»-- -zG˜çFæa -öÌÈízPÀͨZ-(t°(¥ð(ß®Ô% þèJb4;ŒÚ"íç o¥×÷z½¡ìŒÍ ·õÓv †WS]iqÒõ$t™ÝÅì*°Ø$¤È>½QD›–[ÝÒôS߷ʬ“?–Šˆº+@~¼î«vð­Z£à ävPÔI[þ¿ -n+ØtÿºèiÿР0ͨ0º>˜„ÞÌ#—ØBŒl“W–¸L–ÄüÿŠ"{ég¿%Æ¢˜¡·±>¿F!ùVBŸßJèw¿à´ýœ—ø£—téGÑtïËÖTº‹§@»W¬Õð¶A·£›r;9·úäá] -¯ú«ºúVG=|ŸaÞ/Gn_¸ÀQµu— þt—“Áé®Àn†ý/¾-26Y°ÍFlÆ'{Èõ¾Õ惛µÞdķ콸…\î™—ÏåûZ7ndßêöš¸&Ä™½B³927á2ü¼• €ÆùÒ­Yç1Øžœ±íœÊtw"7§ÛÑm¶‹‡ÏÐBsøÕ?t®ˆñfc’1žò¶êüñ-Ô~Ûè2_èo»¿'•ü–—ÃIÖÆö2uóÚñÕˆ[Ö¸Üëª?îùËð})Ÿ/{ãŒE÷öé.ä³|ÿä”+ô‰\×¹cªÀ½#“@âácÚaÞꙇÎièì#t2ß÷n‡M²¤j÷݆Ë;5·Fwj¾ÝÝÕ£®²Mú‚þ_¤©¹ä²Æõ‘ßÞ7°4õн4•1å[°·R7w›?ŠšÝêcr}ýüþä“ó1•îé‘Ù¾r‡yóU<䇯ê>B -Í}ïZ…“%QÂñÙ v¦Êî”ÞßÕç}õÜÕÜg¶×—õú¢2õ¸±©®îƒY90Ì®È Æ/Óq½óGš¦K2M]¶‘¾úE:}E)ãm¥¬µß%<5¯PbŽÏØŸ}«ÖêÖÛGôv±/ú×$‘Àe§¶m⟭Ñ)6Ç,mÌ~­¶AJmh=¶t£½r&2¿¢HOYºËÓhÉZl¼rËë‚¿÷«±ÐŠˆhåݳõ%’åK7Êþþô5I‰ô•ä±ôí¯»éûÒü–—5û^3I㜠åè+uãs·U8g; ¸`s:ÙÛõ-7=­ =~¬¦éö³|Kgð\úÕgeÉÝÊÍEH–á,'iñB¢¹X¬ÊB´¶§F¤×i¸["«P—¢g0 [ù2è9fº}ÿŽŒûþäªþ‹ô1Tú)Ÿùô3#²9åaA½o8_>ßËj÷vef·ëŸ;›ó=§¯I¯æ,?z3\æ]t³(n‰c,Ý{\yjïHG…¨Qñ+¡¡ÎêÙ‹/ÚÁñq#„~²ó˧ܟã*¡ÿ€¾³—Ÿl—Þ‹aÀ{5—_Ô,®T{³Ò¸$þ2]a/á—ô½öÙôó”¥gÿB—«¸ÁN¬¼o"¤]ßAɬ½vÂYgÉo'j¼gvÖ/Z–·„a± -NëÝ>@±Ûun;ÏÔ¼RÀŸ®+EŸVàšç%pËã órÔu»Þ¤ï‚ÜNŸ áÓž•ût<•WÞÕÙaíªÓt,z2xÅâ¤mòhŸQ[þã[YÎ&à`œŸ• yó@;iíÊÖR”Âêuƒ a ÓQsS‘‚]Í'ºë3­Jìù¼óò9æìöz‡[,*Ÿ™(©…pV©Ž+SE3ëÓzs;»ç…r &íNޤN² yd_@?²1)wß«³Ê(mžÉÑìˆJ#FBUëS­ý‹ mµÛÅc/N˜ÝÑ} ?àÆÛUg…æ^ ‡š;­¨ï}&ÎÀØñt&j0݈æjZß8{Çh¸—Éqà>&&½ì‹¿íqçQߣWkìU|L•)nä*}iÄÖçY&nÍ‹oñíÎÑŒFÇ¢Y|äp9‰C©êÃÊy¢ýñÊÕó<[ŠÝ½ê/¹Í#‹V…Å[2_O§4§õø›ÚI׆êìÛ×ÑwOoýäÚ×Ö>²që´;·ëaô"בû*¤#€+ȵKÒ 3.v³¿´èáªCiû ¶P˨G'1öhµ`·ˆÔOd*èæ©¢ÿòþýüX3+ãTȲÊåÌùunñ µ7‡g8-Χ>UðºÛžÕ¤ã â“dÛŽ<O­®3â ¦oR-¶ -ÛæÖší£Y:з¡ s¯pX½(ù†ë•Aãá·Œ½ÀÖûÝÕ-¾©éhA›j×ø±ÓˆŠœSÛ®ÒM^PiÐ1”×ÂÔÿ¸bèY<ÈMQÚ’¥e¹¬<Øèسޟ§…¤ä…½Ë{¦t_ g8~öd4íÞ+B³º‡ƒe -›E®Æ“p ùÊrÐìŒvÆ šœõÓkxÓ-Ïë(—5{—64€puzb:*mM4Å»í&? ’k•Wrpò^rwD#2ˆ­zRüôŒÒàßöÍ¡¨¬?Ü\X¨ü‰ qòŒú·[r+ÒE¦?»¾ßßÿÆ©ãŸÕŒ ÓñϰœÑÓ¿h¿Ë28ܤ1©/¶’*…özÕõ⃈L2R²ãÆsÔ­MŸ¦ÌúåÁ~1ih¡CiÓN±¯ÒXùî‚~"C©ZGBâqNß$A¿7†Ïq÷®¶]r»ð.œ{óÌ…¬tæ¸Øîä§3†‹˜œÆçÜ,‹ÚN{V|J¬˜"»$—RFªÑ~É¢‹Ú-gn€6f,šˆ©³º×uå ;è¤T{Îãa•Iî:lj½‚a]: íIÄÊéÇŽ’(UÏ/M”´a™”íî#›ýy7ƒÎ|ÝYw -ùÎñäú}%‹"WÈJòb6I…bTC—™FëæÐɺ»¥ µVÌØ“´¡á¦öÇê¾­uÁ‡qÛ–”y§%ó3¯Àâù*@9¸ëÉlîhœ‡àG'PMõåVÀ圖ä'ÕØU飲`t§³çˆç£i§°Ææß -f¶ì1aöåFïÉFŽn¹l:±sœ²rEBB}D^ûàú$íÒ ÇoË8õÈ+ÜRÿØ]f·Ñªœ¯ " ì«~O&:Óï×KÇïϪh®'Ö}7ÖT‡ê¿6E¥n i˜„1H§?rößû%=w]ç>g“[ÐÊ„•“¢Ç4Ù(¤Û„³¥PÆ9“×ÏñMÚA£B]%žà¥KL—“ ¥sLÐrðÆßyÆ_w¯ƒ¿’“”q•Ù:›u¶¾,kNÝ É!¯yäÌÛ´GQcZB}ÓïBxTçsVŠ;)'m\£&¶@éùÓ#_«>?‡h¥STÏVñ{#ú¦Sj¤¹sr2¯ˆçÆÉzŸ`Ëþ>”Šf÷‡wï =Ï]Ÿ!ž»ÅO,4¸6Ö+Ù,Ö}íE¬{ÚþÆ+„ãø°ü˜óaõY2»qvºsÛ–Ô@cÜ­Ý4 ÿý^’RBÒ,86ói6)4J}»Rmu_ý=Á9»Ó)±m‘U§k>&ä€K›¤ÀÈ#˜ãs>Jð||¼áù•Ç"ÑmbýjžÎ˜hXqל£Ký”ýŽ¡â«Û@+–G¡ùÔC6µ}ÿ—Õ¢<±£1p·æ…FKŸšóÏRËltP§fà])yõ½¸Ÿ™ëþõaœ{ÓuërFPãAÔF¸Õ±K³šVî~ëÉk_¢ì~Ï ^AjÀ,™â…ù2À„Âeƒ•õ3º•*W’ZÝbdÆZF¶=b†hÅ×Q_A Þ×V¼ÏØÿ°¬×õ,]'Ž£ïîôÓI< -3*-hprÚE ø€OI ó‡þ¤A­»>÷Úòà«úèTrÈÕ¡.ĶMŒÆÊ;†|FÃ.áˤŒ÷²A‡ ŸãU -É ­-ò1²¿;º½2K‘ææS‚Z‡àº ‹² ·W}ûŒŶµ{!m+j1m´ß`‰ÍVÏ €ÙÑžíwjs˜6·Ïj˰Oµ’ -ŽË/á|øœºŸvk“ÍÉWŽXèÐMø3Mé±z.QT9lŸd„á‘LÒØR‡º¨Z¹KˆÑ8ðqp·a3‹ŸaxÓY·/ªŸÒf>ׯ -Ôºo\ënZfË©µÖ-2Ü? ”¶ -Mh¶jáñKøà:3Q¹OËÉcЩ3Ã!\hkïí³$¯åOÿnV®|¿Óر-Ž)꾎I`õ<…|áB *b2Zo Ã¥±Ö%!aä±ì´m:‘Zÿb´¦xqÒ¢L½¦³ò˜\ -±±ó3Ñ º‚Ò,ÌA³`ΟxUýIµÑ@~ ¸IÏww±ëL¢™Åü–b¦Œq¯ŸÚjDæªR«\ÌõØ xç´Єˆ. Ðêùhór àó4ÝÁXºµ'*ùi=÷|¹Å”ù&Ô©SH34úL³×÷ +Ò"ú™4Êw&þëkÇ?ÖºÔv¾ÕtìÖ©¦š]­cuð±sÕöxU«¶ÕUýqî$µß² ]SNwªTM°!Ø -ÈÇÏJʶOÈ™ôçDÖûX]g‚¶Ó¦ìfdnÆ2xÅj±šÔU ¹ÖÕþ»fhX=ìFÕn±*ÂV;•q@)¼ëØegq‰K/ ~*±]³Pœ/R´˜ÅÁ -Ø's!éq6öÁ¨ŸËg”Á_<Õœ­&¯Rc2’Fou`ƒw^+¼ ¤4¸6Û=߀*:ƒ´ƒ²w¢TèîÄdb(¨#N]#ºÃŠíøZÉÛ)f)G†^±ëîÙ«,€[–{¹ka]$BM+ù]5DòMíÙÉ Ž¨œÛP효nål¼`Ju¥‡€¶Ÿ'…Áë/3‹Wv 7¦¿—§ÖßR>Ë‘EA8áÞåðnñÕi²æE-ýSTÞûíCë ã†|ªÎª#˜¶J¾¥«…õeÞËÁ#\°ˆ72æ€í+‹ ñ±{Ø®X6§XÚÎV±ì°Ø«ŸØ»Ïˆ²§.Œšñl;8gx÷_¦ÄBߎËaËbt{¤ElO—[±ø¯¢²·@LÛ¯îí&ÍJ~ý€ÕKs?+}¦åX-vôœ»"€û|ÀÏcÀßw ² àÅ Øæ ¤Y ¬«•ç¾—â>c ÄU$âêÓìŸÝÙ*–¨ë/ÿ3Ü[ÉÄ\¯¶åþwQyÖpê¸ÂÊ9˜4ˆksÉ0»Rã£2;<°z»Ù¹3Ð3bpÏ^`Q$HZ™å!ßzrw8HûäN;T>—(Ìn”Úâjs4ào:×Ët¾Ffl €.°óŒÍ>ãrúe\-WvC<¨FêÊ<Ø"ÑÿSTþ’…¢bø¾¾~ q¸Ô¬Òe[Î@Ö|Áÿw=ù¿ŠÊÿ£~K· @‚@x`Šyõ»Û¶· &ò³ï6æPèe8c€9ã hõKš²Éoô[`Œ¨o%ô[`¿mÓo%4û+Õíùé€ß:èwG(ô(5켋§&}¯Xhç¶AéþM¹uå[}"d£ƒÔ†W=µÆWÈN/&`{çKw±…·>ÝÅÇåäTéü‰Ü®àcªSBÆf|LÊü_»V™ãÅûÿ)Ôšø·Àˆ|+¡\ÖFæ[`\ØßJhüœ—ÚÉ£¨—¯÷ŠY{ß”+V¼&Y»B3¦u92"v~têÏGÜùÂOºçqa&œ±8T~«£¾~Lß<2I89Ì[ ïÐ9½WûkŸ÷½{XÜ÷]j_œÆR²¤_æÿܺš²Î÷,JÈšyd¿—pø–—'æøüôî]ÞB‹a–ñmŽR±º1« -±·³Îú¢­Åõ¸é d-ãáŒVí[·m} Íäwãrï»qY»‹û¥q½êðtïU§ÇTj„‡–ÏrØG0~ý÷Å1þLÄþÙmh4¿SÞDq›tÐÊŠÚõYjBxE ëq¦ÖØNë®ÈVVäñj/]_.™Ûò±ø8òbNõÛ‹ÎË$yÏ ÿø­'W«…bšºj3M—Çï¯ÀyD“» S›=º•r÷7Þʾ8­Ý†|:Û„½ù[(xÆ|oÖñ™¬±Íí¸rçËŠÜ?K·}{-™K>ÿ.æx¾´è< FÑ÷Þ --;¾I…ò$ªÄö&TË×GXß ÅÀÀ»Àà5(hºÍ_²Æá•ôU4ké+ü´¿›‚Ég¡WèÆ5óz±ò&KäÞÞ&LDlLüØ[ãåïþ$ìb.]ç>Y弿àG•8ŽîÅUÜà$.õÉS$­È[TµÄW¨ÞÔ|ؘ8•`PÜ´ƒÖ*OÏ-”‘æÈm1ñ¯·ËbËgéœóèQ³á¾;4ìúuv¹¤Ùþ%}ANã[·ÅÒN¾‡Ývb«z9½´Òñ…ÓŸ¤ŠtÞ›ÃWW½Š-9ßí.@ÃUâòjcEµÝÒ uò8ÿÃì-/‚¡œßp­r˜ôâyŽ‘ØÓ¿¥<à“,ziÕixŒ6GÜñáÜŽ‹©nžõg³Þ®}˜.I??­,Ÿ³‘˘£7äô]Ǿûù?í'{ç_Õcçùö¼î´Þ¯oÃüsÙT+±”DZ0ñ¨N`ê¬<»ý¡ÿ$Û§4ÓóÜÃ8òØá|íÎ?QâòóäìøûcƒùϬ$¾÷²YÁT}Z÷g‹»œÓˆïêd/vf“ÖfØVίC¥9¶aã—öÇ·úÍÞZÍ#zìÖVõD Ê¥Íõ^NW¯ný¸ˆ¢èi¹kù P` ûÉõ¼ùIpƒýËpAÍ„yî `Z gWÆ·NSÁ“Ö¿NwóeŸ)+o[¯¸:¾qûöx’/Ñ£gŸG³R4Ñklkùõe.‹-sƒßîhcä ßÒéjL²ÓÝ(­nÏ£Ùöñ´>Í7`ùÇfÙÊ#DË ¯Ê,±0\¤Õñ°ÂŽ×%,~õžIqIú2¢ ÝuÉ_nÆ £ŽaQ?àANè*¨¿±z8æB¤•\æN9y WE¥…‡©xþi¬äò§™Ä@(ƒÙÈ”¥q”Êuö)ʆ–õ¾Xk­ At§”þÀI¼ÞéÝ»ö,?­ô¬yíYãýDZÔí›§7î.6üŠ iØòŠ U˜B³êÕ¾½Êëѧ¹ÛYEþð*ëeá{Ý’Q×G!‹©ÏË•VÞ±ÇË!Æ 2hªT¶šCq]kÛbMG]A;Ò±Ð4µ¤?¼[ïÜÝåz£b¹Þ½IÙ%¶S‘öJSž^ºGž^ñ¥Œùyz]¡ÿ8TŸ=iý©™½8ÙÇìÜÝŠ­ÙæTÊO.ë×uìVŸk«÷QVÃÍ`t´òãœ>æøªš_-e^ðp¹ˆekK¥ö„]à ýÃLÿîém†foÄ'Ý[<™w'ÂnÃ?×·3?S›ïÎ{ß«vüÁïä.9 UÙæÀdl‹xÄá “âzМþeß;ò:Ž…èDœÏ`(›“÷È+o;Éê2â‰ÝÚ¬6 hÐêÀG}|‚SÒ«Ee¾Ù7äâ[€ÅL˜Þ…!ùù´u×yF¾Œ:þ.u;ùV>æÂyàŠ¨ø`·eéd+äfÖ/±Ë(ÞmÄÔ±Á–Þ=Úy¦Žo[L( ê—ÝyN*«RQ"ät<®@ŽE¬rcНV‰™¬{êêWý¾Óh ½«Àâ•õ¾,‚ª¸ÅHhI;´wy*T—ÂóÏ––½N>;G\Ñe¬ðfÓUF£ˆ—mT‘ mÇ-ê¨}:|ì É‹ô^‘y—£àµQ°ÿ½ÿKvˆÉ_¶÷¦.«¦$ϼƹòèMì™—u¹Áe¸U••Ö–F³æRÍ5£‹,Œ·TkËEa`Ôê½ëvw§LàãÂpqÍé±’‹dy%£Ú6f€M/€G!x#kÊC=“ãé qiÊœ%œ ¢Tw½ ¨žõ&(*×Èà0‚juñ_~/!³h}iþ¦hvÖ4¢†=ýXßUL…Ë MÃKíI:šÓðP.Ï‘DÜ Ø‡0¬·s}ôÖº3pñ9F¹øugXY7yzúÔizRÉ«¿'žSÈò¦ŽøËw^¸ÇÕç -*‰qªàÀ" ±€åžX€jX€Ö,¨µ±_Öü(¯Åí.%ù!Wf¦í“Ów -`ÖŽÄE¿)Å¥Ú©òsYž¨;×µ+À¥w‡^ï°;Û®‹|ÖëÜ"†`VáŽ$}p%–5K=’Xoe‚޼î—Vž“¯Ö‘$Ã}bÝ}¡ŒCí„.àõ¶Â-w×e´LæZh*gcÿ÷°*íR=¼ÍÙ³µ~rÏ©lâ¨~‡+xV?ÅÍB^~odäíiŒÊa7]j ÿ¹Nïh6ÌqÎTØú9ÑG}‰QãªD©XèàŸÎIÈÎXžZiXÏ;Ñeð3¤-*FËZ ²);0²©À¢lÎ.Rï.ðî°+Àºø¬Ã: ¶~YìŠ#Ha\%ðŒ²Ý"^77èëcŒ ·ó÷úÉl´ åä÷q™pºìì6íĸâVLóÄnùvÊ ÊEF¤FáË&<Âðù§Ê`}çÔE%o+¡Õ`"jÔšeŒ—H£?ÃÉ`ò6æ ·ø÷¤}|NmS|æÚP®¶ák³ñKgÚÆlK[¯óí{G¶ÜáCÒ®["r]©Žƒ £«û G¶¯+‹4¹—@ƒÛ>nŸ^ã my÷¤v˜4ãXk] ݲ§O³eãm‹¨V³< JД j¿dkå]Û˜ždyÒÄYqkU8Õˆ|4`´¾J±Üö¦« è,àç”9ø°EMÜã˜d´OHø)¹Ç#€¼aKû ëOD’B¡Kvû’Ûm¬wå~ÀÖ½T•Z“?l‘ò܃Òz~Íñ1ýM±ù)3xÓ÷ÏZ³Ã{Ëfnÿº7s ¢Ð´ôKâÖlP¤/¸Ù8O«úc;”8 ob{¶üîçï «˜S‚,‡ÁhL䟬ŽUqÜFt?DŒµ›Àfâ\Ú×’“¶5+ߢt»¹G¯HŒ7ç×G§ÉO¥¥Ò¸Ñw7a£„Vöõåmø©WÉ4ëýÚæ4ì×T¥íÕyïX«ß¯Z}æ~ñãMd;vëÓÅçºUÓüæ,/×^þ£¯$G¾îWŒ98û¤ûªO°ê¦e´¯7YÞHׂ8Ûò~Àfð –MY%øó¸5Ê]à]—e°¶«´ë5m# µ¦tªƒýU­¶‡ø¤b]ÌEùÖH.e{A•JÏʆ*ÑÝŽYšNÊëÒT.¥ioðüÅÕËì(‹-}zÑûçZ"Ãj¨EfŠfm–ö€ÂòÌm¡ë–z¬o!¾ÈÕgH{ß2¡÷‘ëë·ÒÍR|Hª\8Ѫ`ápV¾÷þ¬7]3žùÞ¿· 7¢C„Ì3!„L$DAÄ,¦ìÿ}]÷ÿ¾ßçÍGÍÑJ*µj­³O«VA‘ ÷»BÒÍ\ â¾üÊ 9Ý+óRÔG!ù6ãs!{Wr%«:Ȫ·^9TÏ· Úa‹ G1ƒÖýa¥óËŒ1w¿ÓòÃæ¥IëßN"]m8)¶Fív‹—ÚëôqS\S‡<2ù 6¬æo¬^ÆhµULã„Ü—­,‚Fæ(?Ô v†mp¶k ïÚ*Å!ä¡”¤€J¦ µ3cR9?Vˆ\Oâ|};n_¹ý:•‰I,ÑFŒ¹HåÉöŠ—¤ä›“4רÚÓtGiMȦHwêU0R4@ ‹¥C -ã h<)šHw ºuŞ€¦ÈSŠ[ЈÅ:‡˜)V @=3û_89g7´°×,ÍÇŒéuÛTË÷—Ðæ&Ùm©‘q„|R8±z/^"{òæ–F ¨Ÿ—e¤“=ä: @¦ ÷;Ð÷[ 0Y¦z9L£äFëï3|~ݶÌ\)æö¦›w‹ðÓɰ¯Ø*'¦¸ô@šäÌ›Ÿï~ñçÌÃûúÙ×å¢v¢¸Õú#*÷¸|•¯wo9º:bì½ì ŠjZ‹Òè£òË=\Ór‚ð2`66`ÞÃ`ñ¥ -Xa«ý#ãŠ#ÀA÷5à¸îpÆ;¸¥CîAv_I¦€o®®€7À›Tóëƒ5wÀ÷ÈE -s÷ ÛÌó óUÔ'ê®)§,çþŠÊÂcˆ0ÜÎà“WùZÙjù-Ìpð<à”›íuT °ã ØÒì“°þÕ“ ç¿ -.üž¾^ž~jï€PdÞ -SP LÜ&"Ñ"V=¦¸ä(LE *µ~Šp–âþ"IjþW`´¨¯ÀˆÿqÛŠ_%ôÛw`óUB©U".»ÑÓ/Œ“Dz<É>òÆ -Ž•hƒÆ%ëNßÕÛ…»#γv;°ïÆ <[×þç¢\®“zI·`óB¯2ƒs¬”ÇgnûuG‰ÖÜD^%¸Gâ‰*ýóM~X;eÎè\«ÿXWMêmQûbË~•ЯÀ8±žR8òy}´Š•ÓætW¯›t¯¼˜Ë熎cèÚ'ðë0ûÁÏq+¡ÎÜúÊD^9âOc+ž|4jœ¤(QNY»då;bó#É;(É`½ßÖ.÷=²àÝA> ;³Pí¤ô¯w4}ø_%ô;<ò«2¶ª_%”ù—¥§ŸÏwï[Ü5ozé^#~»¸\ë‡í9–·§3F÷ȃ¯¯“_ ?§l?Èåë<™éWëSsd¿¦è>­öÈÝAš3;3{¬m£ÖYÞë—¶¹ªŒ³¡ÃÕÚų5w"a2¸²¡—Öÿ?ëj .}uÐïŒóß±zܶ±pßb/þJxvý7nä•ìþɯŒÇÇ%îø‡¶W{õÕÜìõæa‡.êÑÖÊ ×-ÖãÍ’ ½“Á:ÖUhÍÔRèj%¯jå3+ñZeÇ—v ªv÷ƒõ2l2ɲ9ÅeiTSœ‰ñW«­år)*ßj•gV)T/´?(DâFAKLbÊ]jì5TÙFMÔø6ÃRÖZÇZ~´æŽy/ôðü|õdƒ•Oç׫¬›ÝK¾t -äz]†uô±,-ˆÏb+§[1j•¹ {ÌÝgÛ¾…*ŽOD÷Íìj³÷Ù2@ŠYþšÑ÷QþÿŒ1—ùŠ·¹g¶=üÜ똜ü²z;(7â½Cg¯üfX8§5ÎþH­>VÀ¯²Î\ -äç:M{ŵ¶,ùëÞbÛ8H°Íí³÷ÍÍâcîGê-ð­ -ØÎ®½ÜiF_àû443S.îÁ^²|q^ ïh“Ï'ëOü­qšä›dä"0n$8—¼8¾k1“œÝÍf›.=?Í.ö[†\l­,Ø­¹Ûî²jˆ˜7¼ØßøüÈ@Ü ª’oã¬2» XmæHíþô±l§ã–>ž -ØØ÷^ç`åÕ뻗ɼ.“¦ 'kæÇíéK+ñ¢ZÜîÁ´Fûvi=ª^ŒØ9 ¬ӧ—¹‘¼ŒCå®oŽÐYdϯc‰^v}ñ°Ú8Ý`NI}´'ó˨œ2þe¶‡g#÷BL'Ó ÷yŸò[ò$3Óž,^Em"Oñþ$_œ±²¯OÆ%£;w·¨ºˆ7ÞµÝu„ÎωxÁ!¢&6¼Zëú¾cýA¼8„¾€Þíd­ål¯«å‘֕߇çËâî<.;×{vGe¡çô¶» ´ìÉRPó9q¬Ÿf<Ý~M6*M–÷>:^çGÌîÌj®vÛ´FGvәϋéœÅ‹íØpÆuÈ]yö jy9dNìvðèwÏþÚ{Ø/ÿ”·ëPµæŠ ZÍÒδr»NØoWqom\ŠJ±×%s…_Ü¢ƒüŠÊ{ü™)®¥Îó”cÿ8¿T4&ûNö>NÕâaœ«Ïq™ËçÜj‡¨Žp ªòCçJHƒ'C·“œ¢Ûï¶Ü³gEch×7£‰µ@F¾Õ<¬Âþ -ÛûíwñÑÛHt¶§fû•^yyO×¾iìnѯ4b?Îóú¥·†õK{^úÅ•vð£Ê±M2»ÃÁv5{χTë8ýîÒ[tGãI1Zl\”ÝÜËg›ŽÆ><˜Ì|Üž-=&—lÁ-¹»löWû¥ÒWŒƒÞÛD‡~Oµb§‡PÙ©i,Е‰ÊÒÁè‡ÊÕ :ËŒ>Ø]Ë:mpœ£]ãla¡¦;E¬Šn1§Š& w?Xµô‹è<}Xô>²Îäº?+‹³¦¾gS´y­žŒ5TvG‘.S2ί'¿ìÂä­üº€ôKiÛÓò9Ö z¼ö(öê/ueõ•µ»j­å˜*ÀvN·a§Ý ;-·rRÂWí©t¦Ób{—¹‘mmÙR~ Ö±{-s3¸´0éšia ´”‚€q*m\aó†Žl`Pt6“J{E£ z†g~<±;¶ÚÝ康Kü³Ùs¬Ä JBN{EX}MŸi-¦Öîª;çîB7gêÖíÔRÖìEU:IÆjïjE·­ÃõEë¨ëûvšÆò¹ÿ†dòÆÍ›ÈM&ÂÜÆÃŠN‡Ý)üRcLyp8f­ôN^/Ä5·$¸Au*É{ŒâÇÈÕ6Á`VŒÓ1žùao/·–fŸ4ú½ÏܵI¥Ôút“ïB¨ -wаˆ)e!Ûº‚ð­ã©·z§Èç£hÈ.O“¿]F³&K¯ÖÇ#sm ¤×{‚JõFF’2¹±SŸO˜CŠí»>÷àB -þÅþìëájðó¸&U<%ŠÞ£+=> E}ØPì»}$“³ÒUÙ·à™Ci6:ÙÂW5ó -žÕ¨ŸUT-´«ÁµÜÂgKL¦\‹j:go<)³ÑFVGzsa_ª{ÑXÊÔK«zs/EuÈX|jí0FjÅ®R7HÆþÄî!؋݀LRظÉíà_윳)­¶Ì\ð“9]™hdøvb·wdûʲ¿yi#3ªÞ,=n®&^v+5ë®rî -bQ¯V”‹s2MwÒ˜Üä0¦,½w/T’ ]_(ZÚ¾Zµ•^1jÅ?7}k!–¯áAØ;¥—P}¶`þ4¹ -|ŸTz<~/¯ù>uLø>R†R°Å_l'u­±BßÓgþ*‹ŒMÇ{“Wûdç?rÐ33ŒcПi_ózúPÍe{óN¸îm• -*œ[Ñ<óé÷ìÓHL>'ùePªË«y¥¦ø=RÜvY8ŒYœE†»º™GŸ¡6ÛBŸu)ÇcùLZÞ$ËÚñZë‘r…y矓/<ÝlÞTB*ÕîÔ‡_ – T‘"#r}Ÿ²kP²Œù2YÆû3b7»G„Ο„^ᲿXUvÌ·v†ãÝZi˜ái¥¼ÝŒQætÛ›î }²ö¦|?‰jã“M´H’íSW–ȼ¦®Ñ­ˆÙ³@(×çÜ;™ 9Fâ3%Z®ÝQJa÷4¹™Ük¤Z«vHt-b?_O‰ý‚Ù†ì'ZÀü4]ÖñÓl0ÆûÈ3­Äq<¨ÆØE >¿X^ L™®Ø;q…¢½êîž=ü19è"é:-ZŸ˜ Ÿþtëa·#×*y«'b°7H6 iŒî9žñ®ÌçÝy2٘ͤW,´ÞyrëÜy> Â$ÞÞ(ÛÄ-ö<Ɖ„YcWÏ¿c×)_†ÔAÄèx0DãÖ{‹Æ{CG—úë‹‘w~[ž8¢x.Xªá<~ #.-[sƒvÔjŽšÉiÒ—Zfš%9¾ÅßtÐáÆ"l³S™²àØX1¹Kí@Ø•ÜY¯'qtî{>K¸M<«ØÍÉP˜Ã -Æ<}L΄Žküåoþ¹úUrÕ)·e«Sl`UkÓ÷ª -h<ª¤ùü…ÿ¡11.Q¿¦ï^T«ÇºGK‡nèX«6É÷&91±k;û  T k³õ.¥«²ýjv)µlȽ1Ÿ’Õh½"ð[°ÇìúŠÝ'»}ú« :iÜáê{üĪ3çªõO¯]ÍøÇ~E†àišh{d%&o¤}3q¤8¢U¤(Ÿæåõ Jg¿¼>S×_LîÞñå°Kï&dö¡ùiMÝÑNZ(?¦½©Tdú_l N¬æZq‰ V³:k³Æ=.ê é†+~ª‹ªß ¶Õl œ J«X‘PUÒAf¥òÖÜãe /‹eäÒíÂ&2–¢JV±s+^Õ\æ†âàɹÅÁj°*&›Ã/&fXlýÄÄûfŒCŸj» F?Pû|m¬›õ½î×öÁhÄ¢°Ç,EÐ%ÍnµñC‘«´î!‡ÀáA.ëð÷ÔQi÷8΃±D Jv­¿+Q`u-:ÍÓ«ð³…¸#âù×nPËס}º*¡fšÿç‚f}“+L‚$Û¹QXv]ì:Óqr…úuù —Í-${íXÂÊy½®P¯Îžâ.­t;)Ì÷–¢%¬<Ñ€Ò³7 wä¢\möh!—ªU#Šì;Àòf3ОKLݺ¹ÕèÕË)<æf7S~žUëÖ.³_,o4 ß­ €È˜< ²yàñhðcõ ðñ¦ð¾^Oñ2nÕÒÜò÷ÁɨrݪN`ÜdÏTI]ùPC¼7ývçX¯ÔìÓ³S¬nbP¸™¨DB -‚ÐH­D;5:ïÓc4«±§2 +F5Å)ýPÕª H¶g|5Xö8$‡-‰j‡ô§äH¾“¾»ò€ÄUä²4½°%@ìnu@,L;E²øÅ@iõ>!’”î—Y¤‹<Ä\‹÷äDZÌKšÃPúxÇ.Ì}@¡b4Á<êeW:,¤Â$4 -µU‹Ïu^=ØâTiSYfRt€ªí4@Õ @uÍyŠh(•~j°-*½sRÜõ¯ÒëØéó#ì(c—þV«(>éÿµ§°5L–MwȰ¿í©»7€› x˜©£Høä½êãÂÀEhG0Ãϼ´r£2^Ê…w¹ÔÊuþÊà‹6 ¨„"H@s]Ðò\´YèÚÕÒÚ`Íýw€Ém€©rEÀ4Ÿ<`Œ± “Y¦Hž€i«€QÐ`ÄI05|ù‹¨î*ŠQoXõî^ØVRÜcüÅ[Ëq¹{’öè~@çïí¢|jN¢ˆ-ŒÜæ¶ÀµþÿèÉLæQ ꀑ*¿"î¯3ø}è}=½%bXe³¬ÇÆ€Mî%Àñ¸q«¸ºÜ3€K&à^l7E0Ü^ý¢7¢†žo$Že’ÍVíÔëÇñuûQ§ö÷{I˜Ä*;ÄX7æEœ_“2¸áf0Sù¯žÜŽôÿȸ_÷¯~û+ÝfÊàë»;àgÝ"à¯9âA‚7ûíÓ{Ö_@x³$‹¯.KQŠCð‹¯†UÆÊ_¿eH'Ih}¿Ä?H¼lfþü´¨ýSZ·ïyß~Ç!j@÷-©ÂwÄQ«¿þÕèÚÿpä•ð%örmÈÂe˜Sê:0äsÜtÎܦ¯E‰:éG²wOó>?I—âî(ÇÂã˜wŸè!ôfŠGÿйÁÿà;¸ê¯¢Èü*¡È×rKý£„"ÚCÞ¡ÃX9ѳû–P6·£F×HPî—«$¿Îq‹gnÍC‘WfŠ‘¸çË'M×¼ñø)kÕ¨ã’lqǼÓ¿NHÖ”¥‰ÕÝ#¾ÕÛ™9ßÝFíÏzk•Fï-±CñÍUü׺JŸ­_|]«¿Jh6Eí;Ö!–ˆóK½ô=ÐåÚ}»6]®õÚøËEäÁÌú$ -é市Ó!¤_—ƒòÈÅû­’=2}¼w)“Ý™Y(¿Z™ÒÖ*”«›k·L¬cbÖ\T­‡)tBñ6wÒ`oVR²üü@+éÅcA+Ã3A~ÑËP.P¿øG­ý(Yø^Ôr\2{𵟔ÑsÜÌ0‘¸yJ§¬yïBêdîÕd5Ø™`æn-h4Ý\•Ñb3,Í´zÓJoíVf‡0éN¡‡Ï®«Ï`¯¤xòZeÝ0ä§~a֯貴̲ ­ÀµÈzãÌMDØû‘9N|â¼Ï§¸—þÅ¿:èïìçÀóÓ¸e/W¿G^áù9Ê‘Ÿß«O³² r3,òüÚEøFèaŒ²úؼ¾’îiå³ä˜A÷ÈÑ2¬1“eÔüŶÉ/ÈŠ 祱Ÿ£ÛFº#ûVºáúÄq fC|]šÆƒ9å–ç ‘ë‰q›bv›|üý+Åéý‹¿Zm:ÂDzÈÇ׈ÍlOŸÎ'8”†ÖvIüyí–Á#£Ì×Ó›>KA~üL/ÇìN-剛›…SmŽ®Ÿ²o•ïŠOìßÚlˆ>Í}ÎØÓØ.ަܽèyÉ_xbÂn&~­M`œŒ—ÍSaœqÚ ;kÕí”ÉÉä–öf8ÚÞ!Åöü‹ß1ÆÊþ|¹Ð—IxjßÛ«±ÓÛ\e|ŠÇ“,éÍjYš.Žóƒ<»ûǸ6ñ{Ÿæ${IÚã¥èãVƒ¶Üð(¹.Œ+þhû^lGõysŽieá`½ ><‹¬2´KÇñàæTÖ‡­N³sþų‘[¾/·ùøv‚–÷t^v}" Ö‚Q·W€VÒÛùªÏ·ØõÉ]OsîìM'Râ–›@·ÇCt\l‡´ÛÝ„¼[Võ‘_[£ª›t“7|ƒ‡UôÒÌ]N÷—ÁÝ]ìëÛÏ‘·EdÆXï#«[’°ö­l ;öÛÚíd¼Þz|%‰¤Õñ½ÇêÏ{è¿­õr;Üy”EUÿBzÝésrp=©ñ 'yIsKw[Až£ƒ@fGèŒ/9V¶V^Í9b&7ˆmM¸Ô°9àî~ÇNÒy³kùȶ>ëìÄj”K +»—öý7Šûù$É÷:u‘êÁå·fjfwfV°ã1­,pÿ—¸`CÇÎçÛáé”ÍÖÖ¿}Ê“ékJô<ÒéLZŒ5tµ™»aîöèÓÃ}È쯟Á}åí— ÊvížÃ¬yš,YæÒ9¨Áµ~r¿°k©½nµÓëÁ'wdê„ÏggôšèÍÀ!+§ŸWR§`££ÝöÅ™æúQcÑy¬>¢ñœkvïñã³曳d~-“»h: 2Ó‰‚æ­q¹ÁwFÇY¥ïP­ZZÞù=Mgkk/ Òí\¿Ø×‹½ áTz塃›{fΘÕñ\0N®aà³][¿H]§0Ðî=~¦pkó©ÏÁò¢N˜B¶ûwðîLÌ*ÝŒ?˜v÷±Ó|–ï)ðÇ/NÁýXÝr›K)¨”ÔdæM^»Ih_f®ñ‰mçò†»Ã‘|Ôí÷í1¶dåôí{VZÁÏwó{ –qŠßAXØÏŠNÓ¡Ü ­q|UT'kª©ŠÝ¶Öíu«+óIgƒŽ<%/J˜Ñ¢ŒÎX{óªÉmuúñÚˆ¤ì[‡ììþµöñâñ‹#’ßa@?‘…ã’in¸Û+£ïÜr‡Á Ù¿TÛ'{+¿{3öMô¢o "ÖÏ:}nÆšK©@õP.§Š‘\êú¤\éfÿ:K¶Ïuò“A] ÅE[)m/f{«Ý6r¢-“è[èu÷’-¶Z‘‰gÐhk5·9$Û&}Ï_S_ì-xއmþTñ—ìs²¦»‘ÝéÿgÁ_†ßÎÇ;µ>«r¯ÒÀ{Æ&ú0¦·¡½ -ª§s·¡ì–¶ú(aàç¸èÛšêWÚä@¶L3âZžmÊÖ UeRR†Íár0k2­KZW6ÜMõ)½~YòŽÅºTkχ(‘›ÃKŠðQÿ|üx—^?jU®OÙ,s}ŽõKoç°Ž<d²Û*ܦj¯ry6 ›?©:‹dFê+zúÝfõ»WvÚ¥ÁQñÚ®ÌGZéçßò™/ädrZ(5 Œ6™C7ÆùZ­Á‡–"Ma¿/ÕîÙi}ÎÑÛzÎëǵ€¼k­»!Ö -nu ®±i(®qp®zµÇôû° €ª‹>2]ÈÛ§Û§Û»¡I¾µÂx»·‡zªqÉî›:kÏ:ê,¿°»ÍÝÌëcÙÖtÓÂëñI¦PÿÚdÉá³!T[iªÔsR½Ô… ú\ëáõ&³jÁø,×Ú"lŠkŸwÅnà …]ß]iä…j)æøã|dñǵâ#'J±‹±©÷çÌâŠeoúÏÑÀvI¡ýþfÊ ¾zrIèê#lÖTg2×ìB7ÉT6Ñi Úoá¯Ïª9B‡ÛÆn¤ú -¾Ö›³Û£ÄÇO­È_ -bwz¯ˆe©Ìú’’ÒO¡«|ï¼vx|PXrú[‹q”{̲w¼F±Î5o²÷ÒfÉÞaü”¢ÿbÝüLÙy 剺ÓÎè…ïly‹ø=c‘³ ºR쨟ŒÒèæ‰¸¦¨AÒm£Ã¬-_ùdÒÝÃEz‰–¹–²Pe_[ÍŽi†åNïÂÞÖ_Bõn@|5ÊÜÅu› ì}‘é°#¹>`¹ü|ÁL:¯#–»€~§)=ky=kKsú=Þé÷ºÑï~æö…Š6æ|¯òÇ&ÄÇCʤ¹ë2ššô°µ»(Ý%Ê5­â ­h0”åaË7›|ÙJŸÈœIÙ]cU •ÂNԲ듀NõOŒ„„£-$ÃŽv¥âÄ$UeľÈÒqÖ¢gŸwŸ–æõ)m®Ô2O¾)9ÜáT¾ÞéPy:?Maì¨<²¸¤X]WêÃág |[r-‹½ÔýJ!œ ±³ÕFy¡¤ë†KVôîðrZ ÖÓ ¯Jó|ͪpm\뜰…XQokþ\¸[¦}a]¯ü`¼áóCŸ½Äj9DªÕè7©Bîd’á -Ÿe¼%;,ùH^£ÄvÑj—x„†‰"­…£ƒK`¶maÚRÝâˆQ_w»5YlzX×›êüpnwÂDm·±qX—™˜áuøÈI¹ç«][ï€)îNÀŽ—WÇxÛ ÎéÚ;Vȳ'¦—ït3÷~Síbœ#×RR&á O»žRKqÑ FDå:]ãG=wO”ñÚ‘qÌ‹]ìL¡+ì\–)Ôhq£…´Ÿì0>ïð‡óÝ‚}cmÜFæTm·Ú’Yɪ7êÓ_oŸtJÜ7º5áÔ›ªüe0íswwê²Ï©3gf\=¤duO­XèBnð˃ØÓ ôG6}<½+0¼÷VyŸí÷ÙviÌlU®˜ý\1ÊÓ$ô'CÔYÐK”åÄm -å8ç“7;îÕ+ùÁܶ¯½ãQZëc÷ºÁ¥m·ì'ª4Þ®&¥fåœyѲÅËǹP“õ -¬ÎøeÖNÿ&5¡B²º ·•÷š8à÷#ª§+Þ?Ü_ØÏBØàÂU1z0`ј¾ÈèèÁöQnÝp›»òŽÐYeÖáÖ)¤í¬©Oèѽzûcú6í j3˜™vÔ,kËQêH‹s«QSO;¿Ž«4[㌴κ *|NZ,n RóOƒ¯§7ØLÒéCŠQ)wG*[.sû6¬Û W);(à^ v¥„½ùv©‡œ¶‰g%l›]Œ ì€ äžéõ癋öáâu·ÔÏÍZW» 1o -h!¿t{ðuÛÒôê.:}æw€^ß 7 h?ÛJѤXŒM>(5LÊ•ö--¨›Í¹ü©–ØWëˆÖº§ >ÎE~µÝØž=ü:4 lu½c6©¿{   'ýÝ"àÿ+ãÒ˜ Õ5ã—<À|f;À’ø°ÖìyÞnG¤›G$EÀÕf"à¨òW稞›b>3À‘OÓÌH§ZÏ÷ -ý¯¨1 i/ÞG,ð%­: -Ù²¢e‡Öü;†_ù*Ùü+%ÿc -þêÉÿ:‚=¸ì ςھ|{^uÒ˜¿å@ ‰1ìâÓK3[‚_è§Ð¦)ÜÅWVüªŸLñkµüÂ'¿§5OËõq±÷žRxË2tŠC´ßÕëóoóÕHˆ WbvýúW“ê?þÕ˜<»…„9s›¬%jIŠ<m>&Ú=IgÂ<Êwbx9ÙÿzG“ýi¯eÐlŠ·ðÛwuu‹ê–Ø]:4Ñ/¾JháU ûŠwšˆó­ðÌ*‡vV¢Þ}‹Çîí@×þ+Þ\èÅöpæÂåùŠ<8ŒO}™œüêüq°.‰uþ(_ð!dÖÈAy±ýVØýõ¯¢ËumkŽ­Íµû26ô™¬cópZ»¸Y ÅØ£VÒËåÿÅ÷›õüRøGý+ß}¥f8‘]õŽØsúqt‚ %ŠÓ;}´ñè¸ÄuïÒÝÅ~Ë×W{d*ü׿ÉͯU¸o®fš[nè]ý³v«bäûb!¯²òÓe•Ä@~ï;˰ÁNÛöü´@¶ÅL -ýü¿a‚? -^ˆÀkÄN?ç¸a¾ý`U®rÌÛ%j¿åòâîPËË[+—t7ÃâÕXÇjl¯¹C< -=ì:Y}ìÃt%Ý·óUvt‚%wÝy/Ú/ÃZ-Kóø¶ÐÒ9›:…ÜÝaeߪv˜h6$üöŒ¾‰Þ4v.Ñ4I`êrrî_üçRN>ñçÚÜ7‘W÷Ç|ÿsÞo7Þ\[=°v˽Rè¡=tå“=:X²º° Åo’eÉoÊ -×ì, ­Ím½7G7]ÛTÝñ-ÄžÌÒdÌŸ ±éjÛóÝ”»ï.ž˜ìž¿žÉO™.5É.sêxÙòüq«ð9Œ[E1þƒü†¸ÿ£'û97ù3F1Œ¦û-}m†yazÕòr•fvA~\¾-¶ôšZùœu³%ŸØç«³!š'¦±•¥§.Yâ§Ü ­{‹4=ñI(“Ï„ÓÒl\úp½ñ²Á Æ­œ2qÃvé–6³ýh«>ãr¤óΡ·ç“h›z]{ÃhøZ #§²ûE"ú‡÷¯žü;ÂÝo¦Ó©(òJ:'ÊRI¾ÿ±Z óƒëGÊa1V¶Û©‹o#Ï£ÃûäãÞéuÌŽ—õcaœ_ì`7”ÏU·“ni ˜Ñ¶[FȾ 9ƒT4âadiÃ!qsgƒ!{Øè„H#¿{iÁghÉJÓòŒ»kyfq–¢šæ‰‘}Š^êf·×'ËEøJн 0 8R~Ôž×fôa¬x‰=îMÒÊd2^†•în;ær—‘Âé»8Gû8æM€†g–-­g’“66¸‰=zÀø=Þ~hAÓæ»®õšÀ«öa¦ð‡Û~³’<ûi…Wéµk%¹W„Gs}»ûf×y.ñ+*ÿ@Ge ¥[èËm³8ô¯hÜ™>Çg~*dYz2§ªÒ¸˜on¹3Ÿ8'v¾tðÕy?¤®·Ë`Ä<ö™ûØ1“µ…O¹hÍ´*bI·2Ç&Ó—ñ¦fãÐ{Üê)Ò\땲¡©ö*¾‰àæÁ0‡—64\ïE'ú}7Å}¥]‰Kø‹èS½½wgê¯ ->ôoƒ“3z¨N -ȱ>.ÙEÊE w-½bý]UÒ+Áp×îÜݵ巓•ÝŒoý2~öBsüéu°Ô+÷%S«_ªf%ó& ³•IKŒmêѹ«ê$åØÚõ~žiL«²S…a¢º›Jš)u_ȲÝõ´Û­õÔeŠÑº pc}*ˆiù®ÍâÅ© ¯§3~åŽ7„§Ž¯] ;ú Þ~áÅš#w«×[Kв/«;SÇØ³q´ÙtUØMôóHÎè6§æµ›§ÂšSaêc>aÔ±~‘º¯ÓSéN-¼ß·æ¤3w‚MÊÃO%çU¥Ý­µÚë}8jwådÑî¶õ›ƒîdòaRÓLÉ«·õ$ÌôÝQ”3á}?•ÂõÎÛõ¶ÂôƒƒÒìu§}ì}ÇÀ­ÁL·o“P»³³½–†ê³ú÷±*øûW÷ݸfºõ .t3Jé4¯Ù†b:ûJû¡Èí0ÐÛj1­÷¾n•q,ŸúPYîASÆwذyÑÍEŠåæ»AûRÔ´8šÕJÁz\É+c‡~× ûcueK/ø~ñþÁÍýI£¥Ñ7ˆ®N“¨¥q,:VE™wg>±éfsô±# èYYÍÐ4dHÜ»½YòÙ¶jj¥Öþl¡-”rùt2ÑÊkÍkA5éî(hÄHæÖàL£$%Åbú.Òd3H“ma!‰¹‘ÄFe½å.Ox=J±·|èáèLrãÁ‹fLk9äÞvÐçMÔÛâúµršK\Ûªø8]é}vò®;Q”—´Õ»¶œuøZ¨g卿=dbî½›×æjÒ«3Òˆ;9²Áݘš”8fWŸËAýãå—õÏõì<.ÔäDjò«j§pæ5ù¼SìÖ€\Ês§Ä“ôNX§ëåæ c{Þ‚Í~çT•Mó  -úõ¶$4þ{¼7¨ åÅê*·ÓoW(ÒiahÁ“I,›Cí±nÄÇÇ¡Áã‹”\s)MÇ@ýó`‹õ†ÐÄê¹â<ýZK=·k… -f‹^Ça<ŠÒ’Ï •Ê•*ÕI_¨ä3ÓB( †¿*ûãnu• -‡ã4C°‚50{•OF6È3ÍkchHtç ŒuZoì{Á¦Ý:Ú]¶«»Élç£ô¦RmVŸ×çÙúºžkÕµÖT¸Ô -õn"vö£œûŠ°Ã F¨ØT“OJÇ·)wæ™t.^»´òž™{còÆÄ‘ÃÉ”#µÓ*Å=\­§“ò¬nxw·w(‡ƒé;rûøfš¸t—µÇ=Ë©àÓ":ÅÂiïîg¦…×Öu™ÒÏÝÆ³45¥iÐÔç3Ê­µ¹çTì’«ù$ìœÍF¨œV'þØ¿Ä<²€;Ïi˜³›ÉÞV‹:ët2:ËÂí 3Ö×;F@™7ýŠ^4ýZû:ýÚ ÿÕeŠAè ž6#ë>`™Ð^H¡ûõöúÎ4¨Ã¥¥¾Ù˜ë¬* ÑÞ×ç•êxs”æ!‰Ø“%)×ÖêЬگGoGH«µ1ª3ï!GiÒžuÒ|”e{ƒ3¾, Œ0H0úÝÒ˜LÏr3•δŸµ(µ×TsûH(¨iã$74 -â¶.¡Ÿ9Õ4‰Õ‰’§À›3êœVÖjé¹f?<Úó<“»ÍË(å´ânhirÍbEú8›®Ê,CIµÕ»¬ˆÛ,d†··ù¾3sƒ¾2cG0“º£ßäLKñ¤f#Gɼ_¥ ×‡#W3I!i5 K9|El‚ &T±^%ÔZ¥C¨äpô*¼õSÄÁ‚†K¥ R­\‡“ÝjÕß,×\uCýPYÙt«¿_cMfÉ6¥z ¹µÒù$ˆÈýÔÐd¯ò$XYlbÈ«Ž]çXpªPymεÊËçÍʔ餳_™V¬©.k÷œ³3ÄÒ`,à¨MÙP*N¾Ùx…7FÊ=븸‹WŸÞòV¸³ô¢ç"ÔjàST1ÞŠdù6 £¾Uñ¾¼ìa—0a4¼ý@èH?¬ªÏS|¨N,4®Š¤–­¼oÛJe6BøŠ„J&zºÈ¢ÛÞ"2RÌ"Ð2à¨WÑÊ«"c—ƒwÃá[f0/³§^¯,´—v:ëÑEoùjdÈ3[Û,!ôùU•}&Ù"-­,q9<êæ*ØuSØãE4ö2ʃ–Zõš~å³2ÝJ£4ô+Ùm¸FZ•k„äOhRûV©Ü!®¼ÕKéìÃZudÃH¥Cmš”T—*Ê¥d, ½’áV£Ûj ìB’9šuX¨ócà(z¸ÒeçÉ´»ý‘½¹¸>Aé—HMÅ²Ø Ö’ê´ÄfÓy™3m¤’÷H$¦¹0š"½mÕK¨ý¾å>FuŽ[·ÑW¶úzÖ^H±kË!ÀT(}BÚPc¨V -]ï‘ žÖbÚ'–Ž]¸ª­ZÃWÏk䮓x*GÜÔÔ¶P­ãCQf«®…•µmP*:Ô; 5Yè‘ÙÅÒàVrøT|¤p³)®e€o2…*ürúöƒÅ¯¸ðÏÔ€)Ü 2–b+<‡?Ü·?N2ŸPtŠ]à^Å6Íz¢å\õ¬ôÄκù®çu•Y¹|ÌÅÓa8STºöÑzŽã‘2Ú!ŠwÁ)C‹Ú,›-¿Ÿ_=¹Â=±üÊËË+Ä‘(â1"Sœ@BxU§H.7¤lÙÊi.q@¶¹ …‹ûUzEûH²šKqdY®uS„Žþ†ºŸn÷lÜZ÷­{hÈû](FÇ·Ï;?¢ª•‚‰=e¡SQE*]aùcRFž£ü_=Y£Ó?:¡ï»lÕ ¯ý" ?£ J P$Ū6nÊÎõ5Õ¦€Z'{@½o@—hÐÄS49öMñg@gÎ@ÅP‡kPGn¨-&£\µÉ$×˜í¥¾kåþô}NsqF Ž-͆=³lÎ&JáÕtÅ\›’¥ä?*rTXÄþëþ_÷ÕtÜ1¿ÝèÏôo;‡yšå°àN¶¾V«Z ÀÓÅΓ*`¾”âivÄŽÔŽrÛN9É6!–xÕú-íÎ}”鉮Pû Î~e>F%'Þ¤RJn\öÎÿQ‘q?‹ÿHÉé¿ -î׆ûÇû•n9h2œ!œg²€§ -ð¾gþf„@Ȉàë¶E ô¼ vR4fÿ|ÕüW¹«|õ1÷k¹ýÔ/#iÏ<=äáÇÊi°¹«×Áéf<ú·k”f“Wb6—av]è¥[<»…aùçÛ†Õ­F^ÙÂ"q?$O>j1§¬eòÿt`¶Ê34öêçàìÍR°3¡ÙcsÕ’Ê:î‹õµKHÍÿ î«òÿ‘@sàWk•ŸÒªA=òZ£vW/¼rC]¾wí¿´ñe˜Ñæg7ß #níO~•?²}æ’fÄäý2ØóU}ç>»Cýù?þÕ*º¹vq꫎îYaí¢íV˜XÓþJz®ý ø8Å«ò¯uõ_üÏ@Ë¢ù¹o±fñÚO ÊÙÍ]¨HÜ\j§4r+Ç%™_Õú~·÷ˆ·íÐùl²%VƒÙæªL–z;Xýñ¯rÇÁþU¼ .ÿÇ¿ºÍòëZ^v21±@ÂX˜›eN›£ûwàG¦óô£^þzGñ ü/þã3Ûn=n²}ºÐ³÷õ”5”ÇA¹Õ2»ƒH–¶QƒÁ6×6Ï®]«…7W>•SVÙQN –Ü ò^ÎZ†5ø{öSTÆ‹mž.´4 ˜”ÊjŽn+[ߪ`§ÙµÇÜgô¥ ¦.íÀ^âÞXφ=OüaŠÅý_×êÿ³®þæÍ¸Qû3·Dçß+vefÛ¨~\®ãÎ4 U§Þy•êÏ@~LrKå=[i†Î­9G×#Ö·Êav5úõÙÉÓØê·§.9R½ÄžÇN¬tß^&ŸÉe6‘>ïð/›Åã¸5Ÿn¨,Jn¦„ÿ­÷\SPÛÖu¯ .¢«¨(Y@Œ$EPÌ¢(&L˜õþUs¬5æÞûüy-Ÿ*‹n­}ÏGcï®ÝÁ¶­¯2ħÿ˺šõ¢”œ^z1LàÞÎß0«™µúv´NóÅ`á䊳¹[„ãЯ ‡YÚbn?¿¾Uê=yhn"<Ðâ8lTà±ü!Ðq~Æ’£H™‘ž×ùa¬+âÐ,™ê^Ö`kE²ßöû.~ûø™Ú>mßêö­öÒáLí ¬×c>Vøe/£U÷>ë,ÿ±×ÎÚËý–™{knK)ˈVê ûûàC¿¼VgrneÉö¡7nçÉX~]—#œ·ÃX½‡ðêš¶&xíûÓOZP¾ïbåâÔÇX%8yu< Òz­—*× Ø®Ò½Ff—û¬=ÿ&¾Xà7Þw¹}y¡a’^~›¨¨·3ÈAGÇäÁŸì}ˆvñlýРv´ÎùBxzXįÎ_]”'/FŽÃúŒißq–.ÎÀ)¯º}Y ûxr™>qYõÒîeÛcnǤ{ÜÎÝ!÷¹ù¯ÉçåO¤"ðÅ^ô¾ ñ”¢FyùxÐèè••þ¹qÿÓqMNšºðëpl;ÝV©Ê%¾u@3CÔi¹IÜ=½g·d{ ‡Ñr~ü°gúêä3ë²cÕTGúè^šHTí'çøû—Ò ÞE»û°˜ßgrñ7mìO9-ôAl¯¼¹ÙÛy…wè,[ã´ÓÄNé™×îE·ZAÐv«Eeñf­Îxf¶HáÓsºóú¡Õujßðj××ÕzZz;Ã$Èòʧö«C9¿>šŸ.«î@Ns¿UnàBc¢ïÙi)8¿R¯>ÖüK~n~2= /úÕ„u`À„®­2Käm»íi‡6NµÓ–üê–-Š|Ë#‚¦yBì;œ¯Ùœƒ Öøa˜–0Zõ̯mTrؽšùV5"ì¬Ú‹÷ŒâÄE_éïÝt_®õÊr6r{½Ñ:äqk4vëQ¿•(ÖìÛ5ÈÏ›:Ù‰ëNÃu`Gk'AØn…$hùÍÓØI7éÜ ìolß“×Öæ‰×Áz]Š©5™1/ äùœFlˆ iDço”˜¼Þ\çíl\š}5×wåzª£ö¾¢Ц¬¹‡u[s…æ®À`ó8-n‹Îõ¼œ,h¹7ĬÔcLèæå-“jÇü>ò®³¼VÛD˜Vm‰Ê{©™öˆ;¿ªõP ,ñ­-0u禚sWÆRs6FŸœšk?¼5­ZòÑwý+¤·4Ó±Èjs¨ªçëÝS»!T®¯ÅIéO5X©KI~Ü­ ¿ƒ»O³¨o-í¼[x;Ηc˜c‚~oS²º³ð#x†Œ×ܽiVÛîÐêΦe§®/)»Ñ= VŽ[k¦:9ØÆ -\=£¬>Mkõ˜è{ø1×[»B¬±ÂN#ǕӤ^þ©Ò¡šSnδªÔ»šüô*ŠÜH•¶ô â‰4«3G)7NJâB´qQ»´ÄMö3Ô‡«ÕJ¾ÍÆßîr˜˜pp·‡åk›ØAÜ|­M©l]8·Ë²Çz£`ÉU3¡W“5`Дš¤6u–Zš§Ô;êeÙè«L¹1Vn›æ\áf,?“n" ü4•>ïóW’¥OIÊ#%jnG‹ÄÙV~ü 0&Í-4ìΫѰ=ÛiØÆ¢—a?XÚ)u›*)œ¶ß Š;Ë«”7bû4IkÎ}L ¶t +/¾¿F\ÌÁMûZ¦t|UnhÔ죨Ìð7³P¸é¦%Or_új›¾$Oc)/î碶»mÄb»|Œù`߆[qƒ7ù§Á'šdñx<p' Ýq~nç¨Èä8jx·9jDu9ïa"üþ½þ@%:úÁaÛë̹ÕA{+©uÛš=™½«Vþ­B†Y_ôd;ƒ4¿³ÀÔ · žï5d‘¶UIÁ¹¦¨×pGˆû¸'ÀG8h82i )·ä“ÐK~ ž(ŒoÜi™æ8ßcÐzšÚõzì öþ¬ìpwæ×Òé:®ôÊQ0"Þ_Úõ­öyè‰Î›Ô¬yþ\5Ö9¬ð[Uƒê´ÚHÊÃÖ*ò”iN uq‰ã¢`nS¥‘Å$MþPŽZc£ŒKG!:›]‹èÌþT5Ùó€ö‹?Ó·KnIÓþ,(Ñ4 -|M÷ŠuXyŽÚ99·¿eŸ˜uô­±?rÙy*E®·Tútiö…(ó%x…ÉW+Mºˆ§Çe;×!¹?¼C²=f·$.øYC¾çáÍkA©ÃAix O‹³Þ›Ò—,g¤Š3ˆ%c·¨oa·áÚ›”[…Sðì·çÞ¦Küã¦ÎaÑ@H´¦1"Y‘åžañj¸sãÒÞýV6AŽØ˜ù&œÉŸK ]¼¾?P ~^U -ùîLÒe×.qíÂÀ OÃJŒŽsÆYtûÅYŒE°ûqÂaC3ŸnÅ¡¯Eù˜áYE'DC@…uË@…é¨=Ú®§ÞlÌ…vÿíg»å¯›ÚŒáTÐOôƒR&ècÉ5’ÝøÍ³×•}óÁ™Qöî“ÖOýB-;ˆªÔN]’ºZ×Ib;‰na¤á×æÔÆÙÍÒÇöu„ñÊ}”ïÛŸ¨ø-Á(t™³'QŽ\€¼Û)˜‹Ru™«Ö«Ñ­©WõvËÉòºþáÏîR«ƒo‡ÒÊøó{k¶£d¥y©»^à»PïSoä_YtÁ@9å\«Š¥”Bzrå}‡‚‰3y´<³âkÍH»ÚzC‘*sZ¬"„§ùâß»´!mŸä©‚¦8·±D¯wÇŸà$=¾`·Ÿ/”OÏ"\öÇ QJ¿SÊB+©ø(d!Úpyô Éæ2„D‡ÌvËBxh] -…ò*—×Ï— -%A/gÂþ6‹|._ôc,¯q®[ïwí>.Ží†î4s¦©>îŠ CêˆiÝÍËÞ.>yá÷Ã#Íæ˜2l*-¨·.õõïšâ=^§´ Š÷WÊ•òùå‚­äËE‘È­ã€ÏU+‘v»W`8>Ì0ÛŒ Ÿ+-ªýÐ@/ [ÐyíW!AûÐVLýÙ¾O›VuþcûžñŠ$ÚF‡å{ç Á*ð·Rszlè÷ÍùV­V¡C¹›HÎ ¹Í¼¶8 ¶Øsÿõ«Á»Àk( -ðJvòà•XxwN'G ]†Ñà…*°ÇTØ‘íl•n6 !€uq`–&¸ô_ÛZá=6ÚDÎÓ^v*hSEÉb<íóõwu_£­Â!».QĦOó[Ýèó{ùr|žŠB‡Ùæá‰¾ø³e³+?‡)  ûE¢ÜÅ2lY@ˆš¡×Dšeèdç> „25"Qc›€¨$C€ß´à Rx´à>‚š-AKc˃iÓ;W{Ê7Äq{Óuž}ôEÂ÷,å•ï8.Ð¥2bl›y˜Ú·E‘] ||ÏïÑ—€Ø91 ®Q’áž2Ç}Y–3œp@2xrOËðìRiÎé¼€luó€l£t†­H]›’žI޳ÏÂtãWé…—Ž£¿[Ó¡ -¡öÈ•ûr³Àuç—nf¡u_©%`ÃÜ=¥Ð^Aà3IŠï‰õÎ[²q¤™&€œæ³ëñì훹d®€*¿€"¾ð¯§·Á€jŽy@u>: ÆMP«k¨Ø<ê\ÊþäÕu‘[€Úܲ_lG7@ÍÉJ†¨ß¶õi~ß<;¥H•Úõ‰¸ïØÏù—1™e[’×úMÆT2_¯A /º\(?ëY+x;ûgîà¨dÿÔýò54þÛ¬pEÍlÔæ9Ô®–hpèšVf€–îG@ÛÃ_¥—dÐÎÓ´Ú_ZcŸÎ( yQÈ´¬*ŸôúƒÝÈ«—µjåŤ®ì¶½Zgøhãj"RÊw•g â™F€rÿ‘’A-ÔŠ¿zò¯”LóÊ?¶àÁ2î #Sl²€áÎ`†¦˜ä¶à«fß…@ Àî¯=ÀÞÃ=`|°£-XQk ÜÈðòMý†'É9í¶üã -™Mž÷`% µ+þÝn–ÀÊòmQÿHÉ*òÿŸø+ÿ¯~û«'ÿ•søx›v@}5^W¯€sË0àîoðl:|ÿxüb€>"%À'ó6à…á¿‚ØÿÀù-òOyuÒÚö•}—{Œ!Ã;ìqÿ<-ËûÀ‡KÏ_Îw=?sëüû4©pö…Â1ÄÞÅ£|ð1ï—Ѓvø¡Ø/ÕãYªï·*í‘0 ÷Ü‚ân©9Z‰áîŠ_=Š'Ì–ýOÝÕñOÝÕÿ£¡@”Úæñk]ÒW|°–Rjr0/ÌüÜ9½Œ]ÿ¢óÉ!"GóC±7Z%Æ}´ý­ÕÉ÷“=2ížvn®uÙá‹Îm{Òú¯-w>› Òέï­v1~yvuõ b%?zÜRûÌ´(VÊAdv‡^YÅÿ«àêÿV]ÿÞ¿½ï1RÊÖ÷¸ù: Báøµ©êA;ÃTbÜ~og±æÎˆ¹¥–/g”¿Þúnƒ5—¼†±pNÆ«Ž§«ü š/µ×$ŠbqG&³[lÕð¸p ä6OŒô3w+h9<µD2¤Ž¡2K}a0 hèõÒ™ö¦þè1wéÓ½|—{%ÿ5õ"-jÞw±á=¥xÓ¼üšt;zÕwŠûóÎÝNþrM­»ðÅ72dý¼í%þŸ8¿=YÕ,·\>6üôj^êr)æ Ÿi¶Bäµàå£Úщ«Õ)~J7ž¡=·’G‡ímÂÏÚ(Á.ZÉYY·Ü®“´)¼:þ"ÎV¥SÓÞE;XW0›íº kx‹M‹RCsòžíMñbMÐ;Ö²‚–Œ¹Òж—À_D›ÇÞ›¾ê¼ògªí{[¸Ò»•\wŒMî]>%®>h€·WèÕ³è¢SŠ$­œ›õvKêÊm¬º6[öºÕ"¹G×éN‡–ÀÄî/ÀÜ®k•ØzââÁjøJj΀ÿ1¥Ý¡l,²PÊPO¢Ø\‰a«iä©¾ÑÆgÝ&´ê¤WÏ{^¯^ÊZÚ\OÊüb^CìÎ8úÚ€hç²cÎý"¾¢Õ -^1tŸÃ}œÝt~¶³C¿Øò¤2æ\öuÖ¾½¢Í‰ªn½@˶„V·c~±ið™²7Ê’^j93´`Eå±k+pnÂFí¥ÛiÒ¶iíÇ£¡ž ÞV}8«ÔN>)i;+×ã3Üš -s:+}XXÌF„ì wÑ[ êðŠù|•Þ"¿O¸‡Ú‡†øjnËK‹:u®s]ämX"|¤L…½pF4ºI†.@ÍfBvÓT°Ž¾=ÐŽ’ôHK.R¨ŒºRÏùÑA­éË›r-}²¼Ra{4"?˜>'óó!½â@š|îI 'e ¨p=ƒ­gXQ«¶žOs4ãÈéNëÎÐ1ÛÙàÙÞ‘rª6Õ•1!c ÍtÊ}èÕ°ž\¹Q]-~o–uÛYwÌò=Î+.!®óf™ ëœc3¼»‹B¼Þ ïjlËlÛ»ºÙùâpö²dóú6Vc:mÚÈ,ѱs¶Q_ÞK¹ÅH~î†Ué³rqI†]Z\8~C„¾"¤ßÊ—‰Ó°™Ðo ùû˜o7ó—™„;^OŽb’l\ê—^«÷F=•½}ž]vv7,W's4Ë᨜A1fÙ;âAìu¿“ŽÞA†m1Oµ¾Ãd[óWÓÞ–SíTj'joÏÎ϶ð¯Êf1Œ”7jE±¨”ª‚±¬ {úÈ"ð܃çqí!s§RÉà¨.áÖÓ¬ËëÌÀ Ù»¶Ý±ÃRñƼ,¾ÀLª‚’¢L‡„Ñ¡åKnEçí釖·V–Ãu¶[f/ïæ4,Ðóõ˜x~Ô§U—੺Ã,fJVÑ€ŸÓ·Ž'—‹Êܘ½üZÝ·’‚&gQ'OOÁ”ù†ÃïJ¼+-QÎçºD=¨©t]ª}íb^«‘ÍLŒOÓ÷„ûµ˜Vêþ¥­ ¦›Z+¿AÅ‹|›2µqDUJÒ›‚ßO‚2IUÈ0Ò'z9öÙ†ïù¥:­µý3R·Å°„ë* ýêÉpç­ÝÞI~ãx"X?Öe7i8‰såüäËé.T¿rÌ>D cÞuŒbÄ1ÉÑa6sé‚R7³e.uj¥ÎhD­É󒪥#¹cõé¯[jþ6wí*¤uÑÆKá÷í³¤|ï{Á"•¸åk[î¼&Îõë}þ@ìãE¶!ÖKŒT/Wiµñ!jMùÆRëè&PÕÒG'w¬MbH= IwNtÜÞ ì?¦0~þu¼ -œ®SSìú¼Ý°ë©‡a×ɞîSHùþj³ôÄ;›}vvSQÿ^7›úÕ§¤ÖØKRMê$X£ÉŽ?"DÌѓݒ}¶ óñÎWFàCk…g¡f”/0µ‘÷¹×W5[o„WÝg±%Aî?6Þ#ª]œ>«Sì6]o±\¹g•0®P`ÐçÈi¢c¡8Féâ‚6vrù¨ùü>Øä<éͺ…wÁý+"bKãˆ5¬õÕºß $ìÜë6jþÄ{ή~;½cv<ELžjmj«GóXƒ›ýeof€l'ƒ"q"U‚êŽI¼w›qØ[HØàu3Ñ—”ë “\cŒ -‹QŒ|µwŠ„%µ€Èëù!òLÔ¼|TÞ±šm?¥ªfصª&Œýþ\žþ¹Ó[7}¡þ¹©›Øm„ª\aVƒË«Ñ½Î\/Ñ÷ì¤r]Ó‘ÑŒ¨í(‘®Û§¤zÉz¬FO<˜Êyì‘Ó`Œ× Ä6‚J»„»…ް½SNå~U÷›QµT[+ñ ýVÌv«Tˆ‚ o×Avdjo{¯¼udv -F=h¬I]´±yÛ[mÅ„ :£]^MD:cH4âÕ‹÷Ë÷K}¨›FQ›ZE¡#â,§8û¬Ð÷ÜÛ£4¸ soõBT*ÍW—Á½\mÖa¼²ãLÅ~Ýéð.lpKYy0AÓrÇhlË$¼|–Îó2\ꪣF©öª¸Å«¿]—jÓö·Të¦HÉ¿0LwÑKÇ.%tÛ¶<•fB²ÌüÞùYœÚâ?²w¶^Ä©r¤Kãõ–ì4 ¯kÞ Y¾Ójyv_VìB~ï›ðÆ6È£|´Å\™L”RéâúX‰~Glñ6})E.ÛИgz…Ï´=/ȹý±bßü‚Ÿ?P^½`Z’çü¸çü|WÈrùs§·†h£eÆ&,ë¾\a”IŸF¥bDkü©ó÷ôF/ì‰j…Ó~“žKT®³ÊæËT·6*ÞµÚâ*r1¿„]-)|[úµ w!ïM¡¼–®‘|±˜œñD%° á°~~•apH©dØKá­ de²ÿÕϺàžìÀþ~ ìD6Pö$ilûÍÈsˆÄ„®•¸ëqþ#|WcôLô:=úÅ÷«ªñÄÃò)òGE^½y}©öÁŽ¡'6"€º­möÓ!è¨òÉ`•ÚY’¿¬W2¸v†× ~;ûKóù¨ÕC*c -@™Ã èð P…ò«¦oKßïmýÜŒ$•=X©)TñFg­Áõ15ÉÓ†uz‘Þµ’þ@ØDV¤TY­a7…ÅGWç—a· 0êLV§F+€ÙÀâ–Áü,ØÁë£5€µ\9CÚØÀ˜¬}ÙÌm€5sd†i3û.U ~]&• _ú¯„¶±‹Ç¶výÄÊŸé[Ø+9‚»Ýä*¡D¹ÚöƒŸ•;²äGø°êmŠO"YÔSe Ú µð²58¹žÿêÉBi›?Ü÷®y€ûhà“€ÉðRÞ•;Ÿ^B€ÏšÙß…¹ìcAŸx µ®Æ3€sö à‚fèñÖªÜ šè9ê³·ÍNdÉP|ƒA5öû’±šsqJD½2φ@¾>*Ø¢|*q¨¼-9wÜÂyðÇu -¬¢NDô- Ôð ˆÖ÷ˆv-ˆ_ÄþÅânh¿zòýââ¡.Yx\ uK€x¡< N± ˆµ¶ÄôóDoŒÂÁdÓ¶»ýr]¸Šœ$†¬~ŸÀ\¦9z½H’ŽÌ -–{N •öyý* Å\6ú]†wÀÝ)ÿèÉ$nY‹w€“ý?°ŠÙå»ò Óäú‹ò£±€*ï5@ jPÔn(ѼʪT2l%@ÉFPJyû«ô²ó/ 0šÈ°”Dž5[ùÒš¸; ºVÑÙÓ©ãSc°ïÔÁªÛt^.³û=(,GÇèLîÿ­'S%!ýG¿ý3»ƒßŠÿxƒ7o@ŠÙÛ‡†þS2X­ë ÖßuAm!Fî7P»GÙoš -jOhaES')ŸáZµ³¢6kÃåL™o›Á7Þ)ÙÚ§¾©a  YHEÃÝÇ…æªÃ™ÍóŸ6üêɵüóû?Å%~Á¡VüÇü+ðÿ)âN²˜~ítÀb÷·zƒžF€YŽï€y`‹u0¯Ç 0ïÉ0Ì%ª&…uíÙ+Ùðëa#y£z¡v©ó{éà¹p¯UÛ‹¯Pz+t~{ËUÿÑ“S¯ü«Zÿ[\â_GðTä‹ÿʸÿ*¸åxmþ·ï«êÆb êqó8^­n©¸€‡¸ àñbðÅý[½á]Õw¶:ÿ¯d+ÂϯêÔžyc(ÝcthÞìËл!½d”žøx~I¥(>ßµpz™ÁñbÊùQµ4‰ÙÒ-G…çÞ~¿ß?Ð.‘ž`çæsÐö¤}Ê[¿TF·Ôš®m‚jƒ_ßÛ–¶æNóN<¡+‹Õw°}¯B^'ÿ«ÚÀo™ÿ­5þ[hð½Ãn³ô]ñ‰^P¦ÏCO/£a¿N£Äô¥³KĶ·õ!¡·I a¸a¶Üd}wäùzˆ«5w°7ñ«ã%ñ„ìVß^ïº -™Ùk%ß·¹eÄŸÊËâ,OþzGóŒÁÑ¢½pÊR½üá)/ÝgÖ‹ÕÝ1ß2‡;|Š9ñËášËˆ¾Û÷ï»î_ùýÚ³Y€†ñŒ9¤Ç)wIÒÉ„9='Âý Æ!ÿ(Œå(ó³2Šä ->ÒóD¦Dlý?þUx­¨ƒ­åZ§:éô“övØw‰âòWí -§€ºÅ…^:´ÿc^í,þµ®Þß:å?Úúài­äsÀ/¶Â’ ©Mž‰jc"ÜÊÚ8äèÖ8?‘z#4ÇÃXm-†ðªÿ@ƒ­ÑßmÿÔOœéµï¢Ëg?¬?Á©sÌÔåX꥽[µ°9¢{AL—ûTÿ5“š¾˜ïzÞ7:O=¥\K¼üæZôòÛHêD-¼“ÁþáÊf£íÚïzk•ï:ÜÜ-4Ð齊!›æGÚ'­á(!NéÅ÷»¨öñ·Ÿ :½´Ë½,ouï9ìr/!ò_míOD{ï}çÆÑ ÕvvŠy -4xzùU::;ÅíuãκðQVÚ[oá¶ZuÖF®Ë´• ,´år©åò¼AoÿIó±¤â_ '“ì@ÎÇ݇ðât黕0;_ê8ÍõjWéÙé¿F׺÷E/T€îå—ÀêDÍŠÛ)nJ¾Ûhß5‘ÚØ…>lo]}Õvw×Jºî±åÒáÝ9 â¯ãó¶Ó)AÙäË?Íæ^ëµ#kØ$ß_^á—yóµÅ¤-uýØQEù){¢£Ò2Í÷;Å×½w…Ф{ïõ×þk8=yßé2ë‘Å*×)ÆØ5+{¬½m]趃}ø¨•xŸìû×Êz ¿b–sêg¿¡ž¤g§Y*f3ßÆØº‡ÖÂ*£­ùZ.ϦX>¿Œï+¡Ó©ùÃNiFž4õZ>if)ÈVõ¸ÿ%b‰Ú·~ °Xq´ò/Dß““b÷9O_~.¨œ=¨dm:zÿ²tco¿k;èìÔJF——sÚÜóN-Vì`‰6ÛäëA ‹ï²ù–{MSŒz¶ ôYǘ—6Aº—IsÉ”WÍÒLt«Ô¼ë•õ -ÒZÕ¡¡‰•%aî»§vQ¢’0ŸSÎÛɰ¥–åÇÂ|oq¨+²Ç½'%/¢·»m€´Ý4v­£·ÏVe«£ØK§ÛðvñnÖhóS:•MÉJQc~ûÖ usÍU ›Í³ ëZ°tëf¸Ú^ó ‹{cõhn–*yý”Ë€~(L±W’oñ­&sÕúolùÜÒØõO’Ð@‹|2C\ŸŸd­=Öå³\aô•…Yrwhðis»Ôakսͼ¥5Þ só“à[3÷R£XÕÞM£íôÍɯèˆ8Ä ­=ŸÐ®Fœê·’Jy©®ôÒÔ’ïÊ·#!| s+m.M¨ÁNÒËM U -³eF ‘qS½Ò -„âž8d8CØ%ˆ &²<Õîø¹ôõFŠMuÖ¶Ô&ËúÇ©çWkZÏ%¦2ÓV†®fÍØLVú¶u?jÉø{WOáë£Ö ¤^¥¢°KÈÀ¥ežUxi²4e ”M] 7Ö¨ôNÙè Ñý5ô%·i¬Ëö¥an’\£p$ï<Æ -zÕw  ç^›ù ‚s÷€¾»ˆ;èX]©›#)Òmí*%ç&‹_k:W*oöÍõZé­Êd–õ˜û4çªÿõwJ¿àŸåQÙ½KïÞHâ}^çü¼"*ï.,¥-4sW¾±vÒ°ÂâwSÑã[’?â‹hÉuÜâ™# Ô»Ý­Ó .²×ûÊÏ2ñ~Gݱuò“cë”…³uxÄLT5m÷éASò¡Nµ½z©l?£Ú×Ô0õÚÜÈ‹DǺù•zœ™Ò³sg”m ÒtC$â@v²°u"Q;&­¦xüšësÔšÕ™o9fù´gÄÒçL+ÕË­µ/Yœ\+žÒa™\R´Ï\Ø–g6/R‹UҌޭҟZe§«TšÃéN0/hÄMu\g·>óÞô²\ŒVy!¨•«Â”²ÚÆŠÜì‰ÕÚ'‚¬7¼;6ÞØõë°~8AÐg!¢ÐÑ1/¢ 3‘5è!Óô9G¤~ã€äêëouþ¢ñêütЪjןT!¹ü@U(徭{Œô^÷‚ÓAí™èð+‡4Ö’ZÒº¬ú–ß ï".ƒÓ¾åAT¯«ä˜™^V}rå.eƒ—Gb«t@éwŽ÷êÅ5v[ጃñ :ÎŽ÷ùØ2ë˜0’»øDuÑ‹¹,¨þjUè!¸•Õr5­´«”¿­¼ ?¼é÷eØÆ‰>lï'Øz+9Ø:•î¼xuÚg×lŠd³Õ¦KjTÏæ˜œÃÛéŸðÍ]ðsÄ6ŽXvÞ ³e[x—ðÆÃ6ÎÃúj'¨° #$D¢ ’wãCv^®Õ,úTÌ|ªÀÀ[Ýg`dJåÄú:e‘³UYƓպtj–o%¿<€KTXnSvÙ-¦˜¹+Qê÷]òzÙoÖÖΟ;Ý\>*„Nú¹¢ÒØTßb¶O\íòp_¿Å×#ä¬fD‹‰/àÎ|‡¬ÇÂY¡]-á×nÅœ–&ð.WYÀ΂ݔEñXvcçV:׆ߒ=”‹×ú/²“ -¯A|?è&ÏÓ´ N„CÔb÷™7+Góü÷PËF¿ ¢“ï_­o§±€†]zê-ØC²ŒdçøfΤ¼× öU;Çt1¬†òñô•ÐÉÃìTK‹]î´š­RvþôŠýÐAÏBg5šÝ¸ð)/ÙU${w-ä÷'¯fŸÈ-/u<×ìõ`,› Jz‚¨ÂŨ|Ã*¨\eTöå¨,ú;Pì.íK€™ÖÂ;ñúq?Å”ñrIEîòn$uý8&2&líÖÔö͉nΛ ï0 ªË ïÁ˜?uŠ7¯jrï…“[ ¼N®üêÀc€€M\n—AºfXä’‡ -.ÃÕÕ‡’­ýì%]ƒêÓ~‚ꩈj¼Ð@uÚš‚j¯tU›¶8ýf˜°òZïÕÁäE³øüò§1~cß%óÙ›,ç"ltÒ¦ÙVöá6_ðJŒÚÉ"Ø‚-ô¼ÐL€œ 7Ã8Èp™äMƬC†õ Ÿr!C Ïpòm€¤Û@®ò »ã ƒHT52¼ÎÒôïÙ‰l+¹q³é6LNåk.E³A–óŠ)àØ-ò`TZ?S˜3ÚáõÛe‰,æÌ¬‚ØÃa)¨½»…oZoåÌéØèÀ³3¬<€FÙüC£údIÁ ÷óùWO~ ¯ ­b†3 Ð'/eˆÛ}1S€žV€žµ@×O ›‘ЀÚ/¾A–1UMs"ëÚ•a9Eœ7 qÍŒaþ¢/«u‹0}P­?Wi‘^}à/I]k7 Ö±Z™o¶eÍGPŽ#Æ9ëÑêìSïœl¿WivïLGeC†+k€¯ô#ÀáàÏ7®TÁm@ðŒžaÕDSŠ3œï€0º( DBD-¢j'€ÈÃ… 3Z¿`”ñ©¡"НÅð½õgóۦܤ”ÇÞ+âYÝ”Zi¹G÷P>F¹,o|¹ÿ£'«Äâ?ð\_ý)8ØœN€¬"@ÒNþ×Ók@Η}©ÔÏp^ -øïÿ©ã€¼ga-y /€\nJut’myñvÔÿx©'·M­¶[ÞQ¢¾®”UXû–SŽÎÖ>¤r’CEwõŸöü—žüŸ -ÿ‡#ø?2.¡]Å{@¹÷ F -¨ÇªjÝ5õœÅ¢š¹5þ‚Úðô«(ÖFƒ¨yõÔŒ¬—k¦UÉðàÔ‰ µ¥Š|ß9(Ì -¿qäå[¤°ü¾†Tˆ&](NÍæûŸ¢­ùkÈ_þ¬À¥%’ýû÷* -à?÷_-7] €®` ýµ èµ8ôû»L9Άò8Àˆ’«´Éc‹`äIC)l{]¡sKÚ?Pý •ÌZ2%üíÈÿT¾#¤`´¼ü?zò¿Öä/ÿ¯Šü¯~û_.àÿÕoÛýú¯žü'ÞÚ¦Ø-<ux“€º?+‚ú{*ŽNËWPOSp•^#ÃÓü[¶ô”W(vÑ{Û’¨|mß+æ%‡l·<¡C÷$l烣|˜NÚ¥;Ob¦»Jàag³·ß­ý.‘¬ãÎÍuÒ¾è?¶Ù¦ûÙRñ8·IÍUiÃì6ÈúÞúÐkîTã—oÙ±p}ÌV!ÜWù)Šý@ÿwµß·ÿ¥„þZWE½_Û×Ý÷’ -³âiR*‡ˆ(â‡b—ª'Æ“öÈ×wø¶¶Ô*ßÞ0›´³"i/~¹§Áô?XOÙµé{´’oßõ*?„“¥ö†ÏËâ”yD±dæ"xT[íD/5gÌÝêe6Ç“éó?þ}PÖ¿µ~ ®Þ¶øôô]zŸÁêøµàub¤Q²õó•Ã&(÷õÝ’rëaµ[‰…S[ÉW‰ZjÏ:eI_I^l•ÆoýUɘ'͆=w˪û?õW»ÃÐG¦³YêΗ¿÷‰çýŒ¹TnÓ!ÓÈM¹û’˜Lls"|áh*½[†Õû_ü5ô¯Tèy˜çÿ±®ú9¬ Ï_FŒ6ŒbÞ˜Gð´·ÍNñYv¾ÌmõOæìR»0? °°4cŽqu:¤"lÊ¥[jò -NìdÂÞÿ׿úÕÇò¶G‘‚tFzA ã¦Íòb7ØÚŸÇÀA{è96í~âæ?Pß­)É¿ø³×þØ#Öûws•_cèY©ÍR›1ÉÚ™‰swòê¾Ç“ C,Çßam;–ßµÃ(’j—Q6‘nC³ˆ>‡p\ûþ@§Bæ³ «^ê'-©Úw1‹èãÇ.øT¿PéZë¥Á»Õcžh¿{û«.÷M¯þkþD3ì Ÿ‰?ÑËáþtпxý©ŒZíßýû³ÒdRà±ü䈑öêÃX±•!¼ô̲i·û.âuƒ“Û>1›õÒîxÑ èEÜcn›]÷>غCîrér¯Ï߈Ÿ/æà‚÷]pU/Ôì,÷òqïDæ±ÙÑ«d×Û…kèÃ5Éã—¡•áÞýÃA;ÖúñùJ $ìàÓ!.Æòcðšùü­Ÿ˜é'8µÞ¥Þïòz̵Dw‡u´ñù¯1¡øA4½o(¶¼PÑ=O)8—_ú£Ž^v§â&X¸±=‰]‰÷.œ¤—ö¶“¶‘ šo%=¥ÚÂï>휆©êø Îs¨Ïqe§á,o§ó“EJé|­g8›[j~4#ãù¨ýµqTœá¿Í3u¸nº÷ÞrïOøyê…ÒòíåûBG/Þªâ"]³Zf]xO -mÇä6r¢õVâ7¬–[û­>ׯ–ïøu«Ÿ%MÝ‰Ž§ ;[ë>ÎÖPE_æk%͉1§L±RRŒïnØ3¶¡ — …°kÕ×Ý -³tz«Œ¢åìÓ'ÄàÜΦë_Oo|›yùyoÜ)®‘ oÇ¿Jè&m%ã«…_îyÇg^e‡zQ;hI›ù ŒuŸQ¼ÅçqÑ|EŒjNtÙ4Å’Ý6B«Ý5”êl܌ڛ¨©¹ßZq—¼ë&íA:|»QÚvh55§Q™fHoò­Ô$á¨Â±ÜD*.ªŒñAwôt¯Ùg¦{×jÝ¢6fË+‰âÀ9u'Y.yÛ.mæµÝYCñ”­}ó5¿?LºŒo\(J¥P6ò» -ÒŒZÑ, Z=–Óá”—´m`65äá¶ÔdªÛøÎ•Ó–Ù+¾3xÊé!-Ëgðràc¾ÌЇôÈ¡Yt!=ªÎ7ìÎ ü¨¼ î_O Ä[;ɵç’.–öm„O­gÕíY£"Ú5ß 04Tšª²nê!{Ô×þªW:ÊKÛ‘­œæ|F%õ ªjùõ))gwÇ(]þ-È×YA“ûrÍ‘‰H#7š‹ï÷7§3ù%Jò¶*æ -‚(¨ÍcWPîVPýÒS€jõütܹ6ícó¿4çf]~kÕŠêÁz-{«¬ÇÂê}j,Nz߀ƒÛ\.ç]}½YO´Ýý°Ô0ý½W;pV.Há®ÐÃÊG¾é H”šéÙmáÒ˜îÓâg1oˆrq©ˆ¹3pF{B1ç/†g£ß€Kð‹ßœ'(0E‰Û'³€ÛšI†ë‡Û±â$o/A2¨§O -ù6Ñ+ÜíQþÉ´ÍøMu§^ -´¤1íh8#¹ªç¶†JoÚ˃E7›ÉÒ«ØO$ÁŸ^Äom÷åþî+æÕOQÐVŸŠP4«DøÒlî7%Þú&¬>çÖ*3¿š»úiž¾êµb­Â¦q,°$wY6ŸÛeè¾Ù€¹”~ ‘É·øÞð£JxÈ9×Å5;$1è`”îB¬£;ªžÉk \óVG¾ÇO[zÍŸ¾$ËcQ©”BÔ'7BñI¦@_¸ùä§ùåQ´WäÜΠše¯DcOe‘Ñ…«×Rg¯l§Ã²£å˜y…5Ãoõ;ývÎ0=…DžW_ŸælK©úÌ`‡ÎÚjtÅ÷ u±Â2g?‹»» 5n}_ÂcõüÔ§Ù«#Ë@æßõŽÔ±)ŒA[øÿ;Ï-Uµ-Z?A=ÄÉ9£ (‚¢(Š9'Ì9¾ÿEkí³ö9íÞvÿ|U«A-yÌÞ:}bþ ™ñ¶³~Ú?ÆúÖZ.u~²ÞjçrÒ¤Åå¦6©PÕ+‡+·¶Á*¬¢ÊÏÅØ’³òÝ—ÁUkK9§9—ì™Ü/âtYÄÄ‚uÖD<¢ËÍŒo"¶GS-~-§Ã\vÏT„B*¾¼ÑÕÅëm¾F>fv‹PûÙWº™£Ñ½bŒ’—¡¥˜fq±ªWKFK«·­Á¢žŸù©r‡ô…’Éë¹?×rÖsï2$ SÒè¼§$$÷Ū˜"VŠÂRZGBñÂNªU?ðë4”âÙ~QævYævÊ~Æíã³þnÊ•Nž–…ñœ)ËË*T„VÍk†ÇÛ\£¼ŸY“ê™ãb12 -»u%½VuO¯a‚&¯÷¾ªíOu¥+=:ò@Û÷¥±O$$šÌE7oD|z= Ë÷J¢\cõîñ|ÅŽÓ<ÇÒ.·Û•ê\­¶q¢$ïØãy ±–,± -·-1—C8aœ8³òË‘Béj í1~«T…=”-_.]ÛØ­Ý|–µ‚[Ïp+rãI¯‡². -„§^¡¹£tç‘'[å ò5¿!ÎNAG$Ô` ÐgÂoðöšçJ½#·§7®vÃPö”á¶ñòTVYÆ9æêÓU¦ÍTúŒ¾½lèG-—ô0tO¼ð´±ªº´±6G´1Þœh£¾¾Ú_wz©»)À.áf.y±ïn¬Mõdº‡7t±“/«mêêÉ—&9&'z"S|•©ñ›ßü¨Ö/©Ç…–4fOsɪ¼½c®‡ðÆ´ëSˆIË7’îM‰6?K,ö©áQéRÃåxEÙ>û R̘%'³ŒCNæä€t$o› ~Ô¡ÛX¯ÔVóƒ‡|.бp±¯cqµ{b—N7ͽ_ õz4*òpÞs%Lãs -ßfù`3u¸ð¹­°çì¡Îªãs›éð`H?ë©9Ý—ù Zê‰éÞ“Ê¡ÓäìS©Èi1mªW"±MÒð/‚Ò‚(ò—A.ó¾²^6¾²W]|¥™[‚,ï!Z¤Ëk2ž#ãP~¿yeo§ªN2Œ^íjgf×Pú0—tRDž°ª‘yî0©›l³^°™Î¸\¤ûûj•†¤zDΣ…hÓ19Cn1‰{`O,IéNPå,Œ¯Ù&—wg gCµ€í¤^«^’]*•3zäaâAë‹–‰Ö¹z8&ε—JºŸ6xÆõš/(wæg ¸ïõWøNóórO½Ug 9—&±X‹|uð̳—tÓ¢:bPyÊ“®†ûÄr&„?Ar ¯øZç˜ÂÛm›kLF'ôx<¿PEÅq¤ÕÑDÏt²©îà\N¶Ùƒ_·É$÷l‰xƒ~õ³“Tæ°Ø}Mô%`=é3Û}¾édggsêÇ«¯ð­Ëd®§<_ãH*,ЪÀÎü×PA1ä‚E¡Æ1CÐn éR=µ[>ª<»5¤4Sñ¬ŸêåSø=­a›ÂO0¼Îƒr¸ ¡û£’þ0ˆu½ˆIjš`xDÇdQC]@¸Ýp{Ь|.¢šWà§T¾îWßV6_;‹Û|´Û`ªiÍl_³–X’á/A2Ffé³KMôŒMøê8ƒI–¢§úäÉ€í]œƒ¦âƃ°h_ ŽÙE» ò³ã {ÈaK°“YÏ: Éz%{žà,µ{|2Þ'5·HÍÆ¥ç}¢ÖP™ÌiÜ;›ÛWΙu¦·ÖÜs¦Hf Í6ƒ¶Àµà:Û¶ -mgW±"Ùv( ÌÔsÿРé®”í˜ zW'å?@•Åf‚ÒP¹ÁPù¤¡ò¹W‚5(GÖL=@eøV‚x(ÑzŠxˆ€c—â4ÁùXÌBÅö2a½–òÛÄÏú)yZî–íÖêÝæò„†"}ht8Õ=5PHd1é÷°ÃÊ#™IÞ„‘Qœlï¤MÄ9@“p Ð’ÚluìÆ€ÎR«Ås‚5hKf“}¡­~Ð6ã:¢šå¶ 6)@£® -¨'•ìéóêèÝÝRU•s­BdÇWüm”FÖE?)ÑVy¯Îˤ‹aǼ´®ô˜¬:È%LVqaU.ý H·±s`T¦M@w'I»kÐ{ºè‡[ :ŽÃ½ú€Ik³Õ `œó 0 I0c`ÙQ“FCé8` c0p3ü(½)oè;€œ:‹¶q»æÜAA&Ðò7­=édç~X ‚€OÙÌÜPø«×Âk "Ɖ-Áè³[ŒNÛ€iY`ÆnòÏu«˜Ë®X˜úd¨²taXe´¬õÜÖ7€®ð?¶àf/Ø]O0ž6Ðn€uŽ `3Õ`E¦•àšü™¡¹ëc*ZvõN™dZLég×z(£EïÓðÃņÓ-vIÍYñ×Hôî‹:´(@eÀBÝ"`³»ä·ú+ÉZIyG!ì+oö'l'€3ÈàjÁpÝÍp{‰Üc¢îÀ}²m¹Ã¸¸£îõ€‹«"àVj pÍÍp­ÆpMÚÏp!g§.žìD]ÁÔ—o½¥R%¼òÊv{ 'hEð1=Aúcµ -™jã·Ï6þ£'wFÀm·ÿØ‚SÏøú‡ùœ½|¹½|ótŸ¶Єþ'ÌaY‚šéÁ¾}r:òªýQBz¼.tK¿vt“R‚Þj)¤‚ND¼èÉŒJ‹3É–ï[´[@çP °þ¯žü[Í·¯”|?oÃaüÇüMtøŠ¸ bÿÙʯ·t"?‡@Ò²@ÜÎt !ÙR‚[HhtRÚ&€T - eÖM ‰å ßÉ1–@]°PŠ43aJV4ÀUx‰yõH.³Z¥¨Rpxü X[¼áùø´ü·žü­ç¯ø+Þþãþ«àþÑo¿ø«ßÆcȤœ²w(y ?>Ø¥ròe€B @!;} @é/ÛOônÒèû)§ß:eCÁñ*(ÖžgÐÝ™ ¤#Ýþ¯žüµ&ÿ—tûÑ“¿fàâþ?a¿ -ne•*Ö€êëS _7 ž/Шm4k²š­ *Öò¿’­1¼A· ~ ÏY£Nµd˜u{Uó¾{h#ýÊÞˆ«áÎÚ–[Ûü1×ÝÌ•Üp§åñšî ³Õ&«Å+n,¬ãew±8×’»r‘Ú}q-kŸ)³JØüQ«1óž¸Öfï&”ŸY÷b4ƒ{êá7ö#ÓNæyLžxÈSú›6ðwn§¯z<øqo,Æ·\i%ì6¿‰Í\º -¢ë«q2ã05±—Þv×R»¸Ð7QyÞãÃêì]곡6gp+èLó`0ñ€3Ç9g>ö‘h;Ú¸½óˆ‹ã÷p_&©¡¸ó“‘ÅàÒá ’ñc‚1ö‹ÿNøZW¿ÆÐï§Ýë8~Åûìt¸ŒÐÑbÑ&GÛù£¼½Î{͆„Mó·9!]zLOjÜ2 -°Š8ÜK««N•’1ˆ¸šýOk×ïëçY­×ÓÖ­žq »ïžwmP–ÿ _}ŒšÜÁØFûúŽBeiGâ­Úmœ:ÛÅ_üÆ™~TÆoÌÀm1Ê×t9ˆ¨ß×÷w­gœ_Ö'W¡{,t&&Ré8@k¶ç¹L¯MÌ2£–Odf-:ÎÅÍ€Iž)Ü6·öÕâ9 -…ê½qj”_Hi¥ÊuLÔÛé%Wןw5| ;ìYÕJí=YtjÃÂgÎúZòtÂ<œ¼ª´4:_|â7h`Bt·âàT\â=ãtywò/÷ÙŠtª¹)šT“[{bra:÷C»q -÷ņrÞWêmm†î&úAÂä/;¡ñ¾ökïá{\æÐy žÁquâÒ»ªC(ç*»¿_ò'Øs•¸†¦+¾èzú´k•7Íê®è9¦¤S¹¯kõ‹ïyžÌõ”œ\ÉʺváNåÞŠóóC”\䫆r¼íëúõy ç Ô†’ì.,³5x’“«§š©¢‹ªÌ‹M'Hz^¯W:åŠÏõ«z?m”7áª]¤óÀß7oÓÄulU:õ˜C‚ð]ŠÌ-Y¼Ž1¥ØÎ…bC;Þc±;{e—ýºVÈö%49ŠI&k¤ù1¬–§¡ñ¸tÐÁ ŠÎÆóÀ#v»¤û—K…Þ¾^åMFʨSþ>Ò9?T-Éo®VŠ2ùLIy•¬âuPsŠm«Uô“VÅë9ãºû^,;î°x»6-o\xS½&Á+ GAvæ‘ûQG#èxšþLÓŽ§£ò¸ôîðÝw´~}õäzš.L“òjÀÃߊOkå€ï5ýPJ§Ö|VRûM±mžŽÅ4߽ǘž‰’)÷=—’±˜;ôÒŒ ¯$®0)›rÁaÝ™×ÓñÄÐÉÇQTÊûj\ÏÓwtÛt­8ǽ[{?|£v˜+)v˜—[BŸK[¢g‚óç95ÃÛÞ ÿh¨;)9bÕi]˜UÊb¾ç×±v½_¼v;ž÷&µ›©iÓV}^¦‡>Çt vŽ'€“C±[>yA>óô•‚r›¶Œå¸§@Úû~–·ÃlQ±NãªñƒXQ~áZ*jÙvQêeÓT¸4ëÇÍìišœMp옦X\ïSçÔ3÷ ¢Y ”gm¬‚}e]¡¾|ÓÅÌ:ˆ<ˆX•ÝÔTp -“Å1_@׳Ïyñ¸]÷¥u#·i»9î~Úûîkf'­ClFÈÖŠrì){Ý ·l»–ygÓF 3{ÃmšþZ6†Û»iØ]­h¤Œf”q†Ûd°•Sé2M¥½¹©%# ¯— Èbm”`·êF.Ùhe‰W•à·{ÿ$^Ec€\ÔT#g¹ùu wól¾eå¶žeçø²îÚRרXM¢eo~¥›Mo+CóYmÍLóÕ f;cTº\ŒÔæòÈL;t*ƒ½D2½XV¤4Ew }u}u¶ EÚïO5¡ô<ªG¦ŒªõéSSë³yM•=q¬ÖçÝMkÝUÈppß<+›ââPjÛËErMZ§ÁW¨ÍíåÀnäùhÚª#W²óÀ5ß]Ú2­eœ1Æ›(ÙŠb='CÈ“rºÔš‡úú·tÎÛ÷µÚj?ÖÄòc¡6èVUzâY¹zîKÑW"÷´ +÷¤ÅzŠ#Ùd+”à 4=·Ñýæõ‚*xt*øA„y)ž -sŸÞEÊæDT½¨÷ò£GõॕÅWO¶ÏU”}ÖñŠiÏÜ‚á4VÆK{zÚ—IUß´TKÛ÷TW“@º¬F93T®3»¥¤ »'÷"oüƒÈÉ¥³”A*ÞKvõz“R" ‰N¤’"fG²°`9¬‰¿[}Þ?#;ži6`.ؽd.د.XØcn‹íw4¿õŸ¥ŽY8¸8œ_äÖë'we§Ýlü -µØI/¤WÎ$«´{Õè4Õ•›ºµågfåÊæ`[–ìÉ´*NùU$:‡[OXÈϱP„ù•@n¼¿ -z/¾œ¾áÜv@ -\µdN ÷e¶^庬,´VÌ9F^LÓˆŒÆæ|¦™O ™¦n¯ëf}HTª‚ý,öG™CrôEN®™ýlÿYn3dWI¯StA¯Ö£¬&£@Sn§¾,÷;¹ä-&¹Œ8dmÇr®P,Ê|¹’©ò,WL^öþ«öVsN(b{¶¾æo¬Üª"ÌE_°L ã ú^ôŠt—Ú´èÌF_R/gö ¸ÅSý7^L0MŽÕ?c«0Õòñr½¡>½ÑÚ;lŸ˜ýÉæ8›kd–ï -pA“Ç^Vé¼·š Us’8“_¼°Ôï -¿6ïÏŽ^9®ÆáEöR+Ÿ©:sijÝ„ё„¾Ï:kº[;_hCb!êu.ÒÔ`´Õ)+/yŒ¶›äx.È|¶v#Q˜f‰Y{Y ‘m¹—à×pÔ#üæ•yº3ÚçEðž[†JöÙXûèÉ¿VÖŽ‹kA¹ïÓYºõ5Ñ- ’@sKŽÛƒ®Èž®Î*îØbZ§µK?ÔµO]z»H›²bjDÁ~fIN˜ú‘Ìßoí²17ª -á¾ù„ Fé:çæS¼ô/8ÝÛÐØF.åqºÄ¶ñÒr´¬RžI|ÓN -ËÁeŸS´Í¯ðY>ðº^›Z¾ÚZOy˜¬èË ‘Ï ŽUîVÒ'ÓX—©÷VÏPv&Ÿ£àW­H:V# 1zÙ$¼`Ý#Hšáñ1yVúêÛ\ÇL)ã U=àI/ÍrNMHÔMãˆ*žLTBwM4tr³¤»Ø•I¼8èÝžÎ^ïm½;™}…ïôÆxÕµW|¥§'â$—Ê - œÕ¸0ÄZ;Ëx·g_Ù[ßuµ]¢?_¤{QAœï€ÅóAFg›`'ÓÏnI R×CPrŪsO@R;ÊÍž…hÝÈI݉ŸÊ “>ôe?:pv†ŽaÈ5ÖP.®\ Äß#`Æ*"Àk ;½â!U¸×Ÿ<«Þ®€dÝvΠ‘߯o„KìšœJå·ÙTÊ™þ¾S˺һei -ü‚°Êô/€>âÉoÇzò‡Ë§ è8=B?Ý +: èüÝ´³:ãœìnµ›³^ãš©6;]I3Kv3£_¿·Z{DtjÉkV“³jËe×i”ºm еžèÝÞôýj†C-Àè† ˜|£˜Êº˜6Þ̦8Ìuµlй'hâ€ERJ‚(Yù7 V€YïžÜßI€i”‹€‰Ô1`üÇݲ–¥Ô7æ;½Ï<Žj¯H®$/.ÌxêèÑmþk¤F[»œ£}7äM -sôäKÃ,5.}MÁ=ù+ã6`™`—õ`_·%àDó8wþ\O¢&;É“#ÏÇ=À•²{ÀY/ pj'86¹.ûh½³Žâ"†ïíÞºÚx_’§å´Bn¡“[2ƒ^cLÒa½žŸ  ^þŸ¢¾&åÿèÉñöëþÇÜiÿQL?".À³Î -ð¹ø ø–}Ò.´a^¿9ü\ŒhÀïíàpðýñð =•ÅJƒ?nêì}ˆ9²FaC‘Ze†5ÓÃ<=¢¿%ýGOþñ¶¬Nþ+!ø?2î׆ë]?6\ý -„gŒQPx vŽgÕ:ClÄ^üâ"”€¸üÌÄÆe D¿~bYfŒòfÉh÷ݓݗñÑʾÓÓvõˆ×ß•85'ãÎ_‰û¿õä_éö¿sÿ“ãðÙÊÿLïö/Ï«þ™Im-Ù,Û@îKQ‚} äAùäê@räóy äuøò$Å¥O黨¦H‚ù«Š~¯­„¬ô;7ÔLµvãEÿ¯ž¼ öêùò?5üOŽÃÿMºýª¶Ü§ƒÊ&•ªuí5^î:*á@ƒŠù¤Ñ5û@cà3Po!Ô;ªýoÚÀÇ¿z‰yì}ÞÈìg¶,œ=‰½œ~<™üQMý½\jÛüá^Y—µÊ*n-ÞçÜ(gVkFw©Äùá¢ÍX“ù£j-æ=¡´™½¥Ã̺ÖnÓIzOÑþ‰™Ì-%=!&ƒò8.Tã1 ÈoÂÀ'kàq[™œêkü_“yå—üå$vÖ‹ƒ>)Å»!e¶.ߢa'­®„Åa -PKeqàúz%ÍýH ¥Qf7ûÙiþÞ´'s£îLÜw§øÉƒµ›å±Ÿê×F›B?øª7Ü—“¡¸y®‘ÀœôÑþõsîÛj\í=ºÍoÐ@ÏDÁ­«ßdØo…[´FF«Ê³Pû¨Ö(Û\´Iy8ƒãÑ4]/§h:LÜ~ÓãËs x¸÷®èP\ˆAÄîéþµ³ý¶¸ÿøW7J¯§žÒü«\èÂCÔïLl½ÑA§¥Á’ü¸lÚ!?ÛD|‘ZqùÐhù\¸N0ÜÿŷƯ½vµIç*矚=Þ†øÔDô¢Ø¿‡OôjªÝ×Ò'z•I:Ø®õÄâÎ$›Útˆ<´çyìÜöPòÖ&æü«{ÚÇ¿*£ý«Ñ¾VU£Pe§hë5"Læõk»×ÛYB¯·-¨YOÙñŸY™’_Íû[ãoÐÀÇúµ®vßÑ;Õ™dTR›˜éV\ÐsɨªTjnJ•j“ÛÔ¢h´:‘xhôý«Ê¥1­_[Ýe½­7ÉVôÇòöÌå%4ÁñYæ®pÍFiª:ñt©êlÕ¡¨Z]w&ÁŸî³£ÚмOª“ÜkUEçø1˜{Ú#ðÈR* V-²—ÇÉ(©BïÆRyS[jå@Üeît±ýPÝå}ñvñJ§Î«\Š <,^‡x³Ø¶µ÷˜fgž‰—·î{¹¸»ïXKFšví¤•pá=·qáJ&õ’– ¢'wåG ýÇ=wõ¶’›ÔlÐís—ˆ*>=¯—~Þñ÷õýØ8.Ú讥ÅKIyZ¯âµïÁÅ4äaÞcP^/qî{ŠîÐk«®M?s£Ã«Ø.8l\pæµ}Ùñ$¸‘›\?ïk¥ež¾ï®¹MOÇ\2¹ Ûr<ìr|*…$0™¯ìÝö Çé[arìÜv…ÞDÕ¤.Æ/š[ï)¶NÉ{ G5ÏL­Úî°°¸6þœ¹pL® ƒí -è–?;óªzwˆ£ôÊÇ œ÷•–§¯E*¤‹\Ž{6;Ìö [‚¶ŽåŸKÅÒìuÑû8!Û%ôšMÓ!a>¶\Ö|ìð^‚ÕÑ|ìð=ÝQ¨a«ší]†¦ôn–¢5Vöï‚ã¥á‹V¦€®¶ãqƒb>Çtå6Í]'h÷á’ãÈÌMhiKßX§{°T„½d¯3ù‘m»d>âØäR Úš MxÑÈõF´‘:×ÙŒs/Šé…QÕÓdܱô2Óq~ÙNKZ5³ªjüëÐPëÖ¡­Ê 6Rš~¡h{'w–áMΔ¶ˆÔ¿aœ”íx†8Æç%1saÆ4V ¡ÞB¡;–ÜÔ¼ýFÝ@†·¯—:¹_k\ðH³• ­b`¥A·`Z¯«i$·š–!¼gÒ·•댾® ¤^~Ëœ¶cY= -”®ÊÙR.¥‚«h›‚/wùBUÎ<;-iPœ$‹:ÌÄq$[QLº -³EyÁòË+–æKm¿Èm°}›« ô˜ã”å‹ÝÝ* -»» ev·«¶BX oåÕÖÞ°!ކ%ÿèÉ€­ ŒŽÍtœ\)z }¾³ÐBB£Õ½ÃTÅ™J«¿ääîx&Kon—‘¬ðh‹ãó± ¢Ú±$ÌQ¤&¸s¹ÍÇRnÄû óôèpâ{sܾ@±¡9ÕX "]&Ê{£¢×äÞ§¯}÷A·-Z¢ÛʲH_£l»†FÞÍF -@¤S|™‹³J+«Iƒ¯ãûWøÖ+í¼ «‡ŒHX²ÌWæcŽM®zŠîYŒ‚*Lxåý bç¨Kð„Ÿ(ƒù‡rä+‹iAcu€í³v‚¾°h&p& 6{€M(AÒm`'7°ølT]¬%' ÚX`Aè{ãrù’ez™µ: Ÿ¡CèWöþAcä¥üí`>,+\( x¦]ãhÊ"ŒXP| -ÛºÃ7*3öî¯O0õ7ÀË]àÍ;ð›ô%­B&ÁÈx ìN‚ùàUâøÑ“«íÀkt²fm\x˜M–›‡ Àåz²”6ÍÐ% ùl_s雷.ýtÒéþ -ß²-9yqÞ9˜üf“ÑØh5i3&;D^®ðèÇ TæÈ‰{ ž22EÊ·nI…½#ÉAÆqÈ1€xöe@b7ã£Á -’ÈLXI°iR$F *›÷' ¥ Hò’$U I3“û; nA²§31Ù¿îq˜‹ã£9Mótð¨öÔ[aPW@—%lä»Éû¥ZÚÚÌ]2TîÝPðõâÊ£'Ô£SÆv…ANòü$C€t´¤¤ J²½¹%Ó€¼Ù6 R½" ˜k PšÞÛ˜%¸ÅåA‚ËWéÅrV‚g¯hÈ·þäé­r4«²U\Xý¼{0È—9×ë^¹¯vª»æ×˜.”g¶Ç^Ú«àI - †¾¨xî e@“VÐÒxè,Z.œ@+9 Ðô!Yñ[€FÐ5 îP’¨…PTÿ™ô0YÄT¶”^h©>T^™Kû+|sÇ·ãÓïú´@’$baRÃÐS`Š.’\R H3ÂQÙT@»ÑGÄd={ç½WŠ€~Tª –;v“>‘Á-`ªà‘ H¦pÖãú%Àxh0æàð#øn‚¤+‰½õvƲLÒ5ÅŽµ–™ “QzÙ¸51Ï”‹ü¨øƒ`õÎ%—‚êp” 矢fqæžüuÜ¿¶à¯b -ÍʃK…>`«`OÒpÉ5 -8’a“}m›€ƒ¸Ï¾°—Ù°›Ü °S„lµïÖ5»€5á£AkÜ)-ZáFjý™È¤wöÖ£ÛTa`†ØqTõSpº–ûwIßjþJ·ÅK峕Rýk¿ý·‚ûëÀ}ŽØ+Àkñð-ó£ÚžDÀoòyÀO.à;ÕðÝä¹É× -àÍ  x™žZ^3›²{KzË´;y¹x™Ðy íá!&E©aœ©ü¢éÉßj¾…üU‘ÿ†Ã¾úí9p?n[óôÑm­;ž'ˆ…ŠÄ.å±6íÑLï<1 f'&•|ˆð+­þÒÏ5÷©äêí³P³[æ@KbKÐc¤_!Û`Ñþú“¿E}Uío=ÿ)å_9ÿ÷_²éŸä[—Ò -Ò€,-| gýiâúqÛÒÈöÀr¹<2N@F›¸–y·a©´ž?¸öôy¦}a‡µe&?øS×÷}KújÚßj¾…üÍ-©á?é §rû'ööOrÂ74á“wûk´mM3@µ¢¨ïÖ¨gê×FÝB Y›5ÐZêú/ëê·íW½ÄÜí~ÞÈr<Kâ O̾‡•½±¼[Û ?ÎoÜKÍ]Ó=£ïshé¿r6áüÄÑÜ8ÌÛ¿ófY—ýd:ÑOËdŠö»‰¡×qœO§Æô<âGçG-Ç#n ¡Ã}•¢¾ýk«‚|åÐ¥ |òB¿S<íŽ8ÝæwñrµÉ¤W+nàâŸu«§úº€>j¤fp“å¦ù;%Næ®Lˆ!¢}ø•ÓS(; -°Wn¸/¾ÜaHãåÁ) Âr`[ý¶¬ {V1îõôí­ûî DÏx9åî{˜ßþ ¿vªûè8¸qýÍ]ýjÞŸ´½1ß÷×±2ª}¿ïž Ô›N”ä‰è>ÑÖ8ÎrÃ1=Væ£MÞÝ÷^þ48•õë@Ù)~[ß}ý”Ný$û¯Jhϸ¥Éî0£2]ëe -‰e*tb¦Ûs'ȵ‰E»Ôò©y½EoˆQ3àÝ]3tªˆõúoÂÀgz¬hßdV_ëê×ük]=å>.µÙf~g :_l¿ÍÝ•^Oz™=ã"¸Ýw+t‡z½Ù…{~UGm©ÎÚĬ·|¢úŸüÕΩÉm›×h_í?£PXÂSc‰5”ë.éúê×$×õk†=+W¬½'£Ví=µ7¡‰ÌÕÚ{Þû¿°ÉA÷›^û…ðµ®~m¡í©=·èkËÇàWsS”ð&·6¹h_ Ô:Ê ³ ®n#’6¥†r¾VëmíTÿ3U÷Ý ÷cð/ÿªpëf¢²nÁÜ÷¡€Ø¶ÉJ\=ÉúÄåÊ›hШÐçíB_ñÉmÁ_,Ú„‘û øLõÕðšÜJZ7”csVׯÕ84žõCm˜íßk6´ƒk6Œ“5x"óÕ‰“S«è"›<*› ˆu!_‰+Åä¼T|®êWè}=ÙJØ©—¹s§åjçYéÔ›’š¼/Ší\ò³&ãõ¼”é=hÏ{,Ø{ĸáõ|Êúâ3Ð{„4ô«ÕFÂhþù~¿·ëWÄhA´*>C Ê›*7+‚µ)sÇÚ9Áòåï§”/^OxéÔ~Ð¥(ýæJÊ •Šm V‹i˜Èx —lÊÑ î{¡—Üa±ºðºÑùA -7ž8óð¸q*¦É"–ñÞe}Û-֘؀Ͻ§_<93i[̤CmTïßÓýõ'm¿¥(·ò¾Å%ç]+j>®mÄ<}jó9î–<1ÂL¨[§AÛ²"kR°Txãg¯“k-ÛvÞQ6]³W‚û¦Icã½áæÆ0Ð×|Ð÷™Iݽf¹ ÒóÖO{úCøAô¸ÏºŸ­•tßBº:×7Úfʦ´Í,•Õ7nk§,¾‡²ê”[=?<ø5Ï<Õ=§µÌ\ð>)¶T59K•WD¶/£æc^¥Ìž7÷j”Üûư¼5 x·Íe&µ³›qħŸAÏ©jÚÓ@=Mܱ–wù¾îæTÛ “2°ÃƒºŸöîjX¸¡Ê)&¹í¬ù²¥|ݽr;Sòõ0ò~ùz”Úõt©³¨” £[ì´ÔZ¡ÐÉz¹ê¾”µšÛ¹j¾`Œ3Á¾C©&žÊL¶k(ã3$=o¬©4q]szܾ|Q]Ûô_¦XHNÝO ‚:T2zU%L¨*QQk**UèËíJy*=öÔ WÉ”eT|_š¢8l=mÑN{¡?¯Ó¤[¿Dø]SÅdTúqçæeÁVz^ö¡ÖóëëY—•ž5ðsÄýO/s92Mîˆ^¶Š/™dÞZÐG–4‰¨VR9í VQMZ”o@ÑätNÌHO6Ÿ“z»Š'äÙ!Žˆ]KLE¯¡àÜ©¥€Íª~áî’·_$ž'W‹+³·€+£Á˜óè…ó1ËùŬŠòüzᢠæjÈËvw¨iäÛ¦’ŽÁŠ×9C 5‘ž!ª|^Ê…\_•fyöoÝî;9/é÷•úö„”ÀtȈ9a.Š©ã^ -Ió"à)Ôá[½ÌS·Á­^ƒÇ–ŽKvÇgVèÔRL? -Œglº•jVéæÓZwr¥îRšI'Oþ iËâý…ö8µ­ÙÊ|íšÖqodˆ¯èÒäÔ“õ"”Ö³’’òå) º«”}gq¬êw)ˆo¡°”RüR1Ižš8·v™cí »«Ïs?+B§sÜÐuFáõ}y¶´ž]©­À”Ô8òÍß³äàX¬‘Véw–UÕ×XÙ¬wqq²‡!ÁókÞ/Ð.‡{6Ô-™æñ¡Û¹ôzÌÒ/Ê$20ù>UIrÒ¶Ï:1™›pjiŸÀÄ0ÂçïÓ'sÄ[!¥æï®º%E Vcåól9 «ö Ê ¤é7ÞÇ;} {ß`ޝ‘:½J÷LMš­dùYEÉ^—0a!^!ÞߺŽ/^ÏÌ™ ötûŒ­©Þí¶%‡¯Ã‘LùàA8[à Aqï¥189(ÊØª4JžÉX™¾y³åC´šñú(ÿšÇHÝz_Rç­¦š…‰”Ò±ß†ƒÜÑ„u‚ -ß*Mõk£/R¼šœlÕpÞʯ쭪ïŽ$ƒÃ œ…%wåÇVÃñGñΜ[ñ™N; -lÏk2uì¯îïqŠ]±r}úB·—e -­Ž_rÄ ‘낞ºÈ…\ªyé—SZë–ò$Çpfî¡uPv“æ~(;ÙØ”QB0:®`ב‚XìM‹üVKw²Ï>dŠ6ý+|+»*Iµ¤…¢Ç¡ßá++ľ=†g*[–öÄôµXãÅMa‰±‹\Ò#Ç–vL]zò-¥ùßW%6Ø -½vtïdIT‚Î…Èk@ÑÔ*Aô(– ë‘g/ £d¹[dØ‚2$Ï^–æ¹C—Oz˜,!AºÜ~äÕ Çgäì´ ‰…ñ˜æË+ýމ™æ¾S/3:“¹;À—¥é«8ÅÒ³¸û>î ajw†àÂîòÇ+h„b ,.Á@ÿh°MÈIŠ6·€¶Ò››7@ÛÐàšh¡Ô ’=0î(@¥fú›c7Ïöט®WŸû¼r±Œ”{É¢PB[4·+£ÛÀ#(¹_ºúûAA«ðB¸.sÄ6ðb‡ŠýÜ~tïkÈV—;€áÝc‚¤PLäR òd‚02ä<€I£:Àdfœ ½˜ÂÀ &ÀT+yW,uìô^Þt¯‘Ÿ³ÎêI̬ÌfÛΔˆnYkdçyyÒ¢kQ"¿îÕhNL½1¦Õá¯4OÌÿŠÓC섆éÑ>•γkhø¾oVì>[™A·Â`» -°û’ØQd-€£S`O¬• ˜ìp=ìè£;ÁÉ*§A²ôœKö`t»¬ÒçæØn^Xí§YèÐi¥9µRNÞÈá[ßi!†)‰çÌÃ6v(A&òñÆ}׿£áäyNu¨úyÈà©õà~x.ûx¹•¼™GwàkYJPÎ$X8¿2M ßøÝ×àSë–àD¼ë&+õj‚ÅQyQQL0¶pª‹óOh\YÜ’’rg@xÍä·Þ4©p~€x -ØGOæË Ó UÌäÔ+rWÿØ‚gù) »³= {: Èp)²žKV)>“¥V{HÛ!™³\@¢ÈȘS#=¾"婈9%…D$3‡,'-(î×*"‰;W*‘ºßú)h’¼q’¢VO@bHªa“M™¤¸IäuD -> €Ry P~hjx*j%Öun Ü?úµÎ\5ž¡€šd“5ÛgPU?YîÒçWPæ2ùÃì"Î0ãÕPk2÷¦b^Åà›Çò+{w!6CÎ¢Š‚í© ŸêåR$4Yv°oIŸ#¶©âI=}PÖù—‚ûÇì©€{ Ý‡èyþ{ÙÜ -Ôe³xP(é©§ v<ÓtîoIßjDOùãþê·Sð¯W§?~þ?2n¥˜õú“é '¯ ¥3lÄŸ4aÀ–Ÿ Ê6Ï5«/W€åKÉœÕsÜÖ·Wz=OÕ."ô$7íFÜÉhô°.&= 3ÂsÈÿ¡í<źn}^Ä’(Š (f1g1¡b@A@EAŒÎÕŸîîÚ]ouûÇÐwù¬9 ‹Ád’­0°«Á³·Óýw‘ò'óÖìÔ>š9üåàþ›mÓ;,sÌ€Z7ÀvZ”Wm[¶xÀVšMÀfƒ2`Éé0¯,€YIð;q3d Ío"ë6:Sú1R‡T8}hc·Ý¹ô¨•ý(™þâ'û5ÉÄ󓿘·_ÕÝ~iáðwÝíG§÷bZÿâdˆñžYñZ¡⹇ -âÔÈk¼ËÅ@ìâ6@l?ñzÄz؉ŸX3nð© “êL–~w"iý úØÖ?âäûÉ~³â¿iþÄ+qýܽ᫶·~¿>‚n¹eA‚k—@b‘@¢`@ia ƳPnÀdp*õHlÌü‰=OÛˆë-yŠì(ú’ßM/þ®OöCôÅ·ýï_žŸö¥îÖ·n½G§½«m}×–)%@Òe½Þü2¹üèâ>5a_†ÇW^â×€?à7À÷ÄÈ'ôÝÖ¿ϵOçá+êž\¡ˆX¹C—‘4e’>àƒbÎlÞCE£óz•˜.¢VugÀ Ím.[Zz?ïªsV·¯Áh´-^Di£¤EyƒÏGŠRs}ÝÂæÖªRïK«†–ñc7»qÅ™ìNbw¿)¬_¿:C6ýÛßÅ/ìçùɯ°÷ÛÃú¬fD:Íü§eíF¸¦knÝ9kR˜z¨s†D¶Eû‚¿[¨Y“VB‹»n![nµ¯,’+F›¥—Vc_ÆÍ…àõeÕEÒ2Û²ÄÅùÐwôàî˜ËÒ7®(Îs\E̽2þRàZ}ÍôúÈFö”j]òû¯vÕfkÏÄëIëèÝå¡Óbm·½¢Á6ãfè–˜‘²~éjsT4wÍQ cý^«oñJW¿¾®z^í?nâŸÉ=|;ÛÀ_QkÇ}·N(©'”>ÞÑÛ}ª9ö£ín¼k3v?ѲF“tKäg¹Vüºš£ìºÚL>ÍVÃ]\ú òœÔï›Øªž' zmÙ85dƪJ¯ðÜÑ8Ú©V¸´ó¥nÕ¿دþ}»ŒžWû®Zõ¬FßmÅ/l¿9Jg¤fòÞZ5¤|W…¢ ÜwGÓyéõôÜQœ@j/•ÂkË:K}jlZ‰æù*~lý}'¿Ô*G®ú¨´Ÿá«ó*kiÿº‰:ÄŠ±J…kÃE|ÔïXëu¢³™ï3¶âεÑrÕr=< 5ت•ð¶RÅÍK»¢v±”ÔJ{U ÚÛ²>èåÈ¥·/í'ãS©›ž:%澺 Ö\{ bþˆíÕ…òïß'cW¥ R½QÎßi'Ÿ^ç¹—%˜¹¥x æ^g¼”{Ù Êõå‹_üÙ Mmj¾êû •ÐÑåJûQ—ñ}Ð&XÓyFˆ?•šP{‰tŠ#!2(òh|Rp7éyAªW… YÞäï»æ.?oö÷¹×¾Ê-»37'°6’U÷Pw#ñŒ*Õò™ÐcÝJë‹è<Ý*ÊÏ]Ê‘´¾Ò{i}=3 œÏ¾9ïgÚ·»ý¢Ú7sÍÐE[>… -îz€2xÏÏëp>Oc¾š[¶\nÙåœÀõbÑp«Ì*"×ÏV¸Ì(£Žy)SOååLèVWÒúLÜ¥#¯¹•Ú/­[ŠÅPŒk\4iëÝlrÔr[IÛX¯“¶Ù¸%í}#õ2c(ºê¯í.+têw=Uò:t’)AÜLAZËdæÉ ôê‘Uzí[?7žu8D3õäšúä„¶2Ït:òÄ<'4(¤X„¬ò–mòb%ÑMÚZb5JÓ$xw£K•ÁÝ­ƒÍ刿.h\Hk¹øË•ñ×5½‹/g8_΃%(ã¡£é©vuÃÞ„RCR…i‘ˆæVõ™%6Ç`ÚH¦ni:}´SûùÎ.R,:¼µZÜyS‚I{«ãÉQÍ¢’|žZI-;–ÈÐ/ž»ñ,—ãÅøËfªñå(׎#×Ú0¦Lgr š«.Ã6[ú([/aKa½ -Ká´À]ÕŒ®)4£ï¼ÇüÙø¸‘¹]Û•FÁŠTçó NÉRŠLG‹CÀŸØ-é¬úç$d‰kì¾Od"Ë=wßëg.Ïênüu²q!qqäâÀ9L‘ÃïšUe"ÎÖ \šÑ×|i•[u†Æ1Ú­Ûó(ŽïhËœ¸´Ø'ábw˜¢¹ÖŒØgyIsñù“æ8kdR¯M«lK…YlÎÃul+˜t'G’üYê“)ç|㞵ܙ &­}¼”©kqTÎìb›0gĈ4±gÕ;{f)Žº0à çCÑVÀ£l¿¦OñAŒ_F&â´A%2Nå½gÙð7i¾Îî»p–J_¨‡¡”Üaxª€kTþDN©¼¬¨|³@´]{RÃZ«¶pž÷ßøÎì8#í/ž¤ÿln±]ãe!rŽÕØåžm9 æÅŒÂoµû› C¿VZ´ÇË&}ÚlNt‚\9ggÜ#©ä9¾^ƒdxºI±álµ¦ä³\¢ -KÐ ­QnÂz¢Fncw—$G‚Øñ*Oì¢É:ÑØ®§ŒhÌKÑ/hsü°¤Ên:h/N±èßé}tå“ÊŽð/ôÇËzÍõ:`ž˜}°nFwT‹ÆC+… -í5Üm¦Ö‘Ô9¥†g‘”I=»)‹Zdn£‚rûZ7¶D¨œx2!Ì¥ÈZ¥Z"Cì¦C4W 7]v‹w”¹ƒ3UŠÀú‹Jµ½Š§i MÆŽtXbYA•Êæ¹Ô*ÜSÉbVÍäù”Õox~r†X²=>cu:ç2û†bEEœ3èáë F&ׯ:<;c2õ -Ÿe -a¶ËPY4Urë˜Y[Ï„ŽcW¢iå""öÃø>o&ðn+`"­£¶X0t”×Vˆ»FˆTn½ôý Þe¡œ'àT&·oêÁ9~Õ“Ѥd%S­ü«÷“ú€Nò¶ž¢ùB¡íÓ·’£ÖZ<Ò£:eD2ètÎ=pvA Á‹ÂÕŽDÖ©æœh¥šk|?ëïp64;bbká öa}GGÓ;†ò9†F®¡N -‘ôm)ø o`~–šAžcËÇã^ Ñk ¸Ø(‘ƒÇJ€<.O¿Œ^°»d3œï…ôþ‚&“W:JsÂ$‡ÅêËÅ“éÊw‡vðú1"-¯z8Ÿml(¡^…*eS&t§(áÝc|†‰vhòdƒ\«Éì˜c >†e7˜w›¯ P¬*÷(‘É@wÃ@õàÊ`P‡¾ÔXÑ]s€Nö€vû@«I´ZsØQѵžÍ‘´ -~GŽÄ£òŒÄ+VÄ»ÊÓºvð3Û¡ù¹p ?ø“N-Ÿmhƒ„×dÝÚ-ðC)7Ÿ>C®î}”e} †- À½  åuX¦ø„2'VÅãË–óPÌÀrY8ƒ…/†°¼¿Ô@cKˆe€!ø ®yèuHVZ%z\xPfÃ/Lç¾–Hí‰58ez±ÜýíxO¹Ì1œ?:%œÛ*©U‚k¢ß³Wl0KÎÐT ™¬½ØZZÌ´wÛ‡ŽPŠ.ÀÜeÊ8ZNBÙ -»…»;d€Ýiø=K†_yäP^M€í† €¢6ÀZ7¸½”Ùêu”_E'uß¡ONGÎ/öf ýŽFO»äN1Š~Ü‘Zõ #T-64Âx`<6^¬Ð”Í@®+<¼\ì;P¶^E|‰ãPŠQ(‹ÀWXJoðñu ðNåå¿×•àÒ^ºðìYx\~d9aœ\ ýÆÙ©s°žOÈ×'Ë“0sDu$šh&á¯Dn¸zùd·¥ÒïsÏ-:™ ×ÁÏ,@ùdCÆÏiääˆØñ -ˆ\$ˆZ“‚²¢Žå Të€1 -™- ºww-‘ôúœEî¹ÒåhÕø= -ǧžò…Ç£$fí\Ÿà\îm|‡ÕN˜é£6F_Šég$«ª.UÆø3¹[œŽøñQ2P ;ªÁײ©€J÷¼ "›Ü¢ZÛbº>âð¼â–x2:!™º0‰y(mÊ©È ?$«è€$ãw@œ—@ØE6r°an¢€º|éâ¹ -é>ûª&s‘{ß|-ÌÄ®.N§‘ô+Œ€å5ªñÁ(šW€¸ ‘z9wèk€Dð÷øË%Òä¸t¤±FA(ˆE@(Qõîá %ä”G „’yŠº!š9ò:yòÈÄ k€TÛs@j¼ÈÇrÉ ²»í­ŸJ¬ª_ïýa{sÍH4Yµ ¿"=Tνþ–Ýç¢×Âø„5zø Î{@®H Nâüáàæ§wªƒ $‡Içü, ØSPU¾ eÔâ©J-·Tn}ÅÀA8kÞ‹™mÐU@HQῳQÒ 4[OÓ–°è%çŒTy×{¿oÐFî;;D !z¡ÑKÅÐ+L÷`°<#ü©ç~˜ÊÖéé¹£ŸÜ* (e”ûH€0σpKo€ð82€ÒY€pûh€p'{áô–a¶Ôã:Ôy´”-ÀÅ`r€ZÇ©Q¯ßóÛœ0¿âÛïÈåÛ“XUöa2š¦q,uh$x¹Þ?ìî/¦2< J*áfú( -þä߬½Ç÷%Ó^íhD]K r"7Pz'Ñ.D†Dšü’0‚KSÉ#ˆDï$ˆàp~¬V|fQî%„ù²¯oQ°ÙL¤ÐŸ$BamÅ& ƒJ±ð® ö"öÊ7o›×臟üÊp®_ì÷ -þÒÑ¡\kzmŠ Šd šÔ åiDé1ñîã@ß$ø+ím•´z»Z^DÝÌV-PKÿÑ– ÔrÛìáETèY¡T BÂ0…Êj,¸!ÔgŸÛ/Rþâ'ûÖí䣨û•sp²:†³pÃ{~Zþ˜›û̽BƲó€Ñš}À,H0ÍÍ0B#˜Ý ¶ß$Ÿ±ã$ޤËsÍ®¤«eb@sH©-rN·¢úÉŸúq‘¿.þ»Îõæ¤ÿ¬´ bšϲÄc·ˆ½ÚSsh ÄV bzÄ2ÈÄØµžÀ“Ç+–C#ô„yÕ:ZÌÔŠoóý§/~ò.Ü÷ÜÑ/uÀß@ùÔ¸áKÉí?›Ë¾K\G -$¨T$d¢E‰dòˆë]Màý:à¶±àfÆ9NwŸ«h¶ŸQ$?ÄæñTë#b~Öü8ù!ò‘¾êÞðåAnÿpm½î _ú%ø%·_Y¶~o„rÞ—nþ#žüæ«ëæk_uQ-»´ªNe×ÑÎÂnq#(Ý…ìöꊜ>×µùoÎØzžj¯ý%ïõíš9¿¼Ö¯þ}·3õ C—ùí¼‡oããnhgÚû®2nwYwÙfÎ! Jñeâ¶ÄäìÙ´%)Øe–p‚üP©†+ëtC*X±ú}­s¬>/[©z¿çk/ /×–x³†˜åaµÂ UÜé•Ð…¼–õÉ$\neõr䩜Kû¥È”#¯9ë¿{7\õüdßeô<ßûëþýô+[ªÏ…X¹öÚ¤šµeµ!Ör,A9¬jBÕþº“Ÿ²ªø¶+j»Vê1þQ Á²>¬âåV².í¥Sêfäd‰yœ -‚X¤ZE[ÉX‘'¤MAj¼œü}/ÑùûÁäïÇǵaJhAê´±wMè<ƒ-ýØùx‹,V+ábªRgD¹Wb¥ýHI–º¼•+uS‘*”bÊdèÝ¿[H‚5Û-1wT„øë¬íåÍ(òèy_p7ÏsAªan!нòw½ˆçót-’{Ö|Nˆ=+Ye”³øuºÎÔs´›ó>CËÞýûY×oÛ?·_9¡~Áê×N¨TîÁS\†ÃU‰ü]C³Pø”z=ŸWZ¹—Ùêå¦>È!Vw’UDq–­psx¾ŸÅe›©§T#ºÙ§´>ÝÓ4à±Ô~.,æy±žî%mc·IŽ:CuO ^l‡tÞ2’¦¿.ú†¼ovû„Büñ  MÉ-[œ[æÃøž­ÄJ×,~n¿ÞN¨_ZOž™L'“™Ð5šIëÓD!yF…Ô~‘¨¦ºÅl“·”l—+ÕaÒÖÓä¨1^%ù°¡'¤ÎõœÈ°„›¦p«Œ¿.×||)‰ƒørZÜsù”Ésó‰3áæ»òÛÿ6ÜY¯â{Þ‚˜%¼*ÚpÐwh!æ¤[éí)µŸ÷)”¼µjÚ¼ endstream endobj 28 0 obj <>stream -XÞx[(À’öÖ¥’£Ú+špõ{,!µ^ î~¸§¸yÏÇ_v¨_Ž’Í¸À×Ę2íOc•ìV‰á¯è™U—ý [ž1ß et•†›|¥übÕͤ#°ÂÄßhà¶ï™óe:¤Æ ’¹ åPáL‘Ø5ÅÖ'§¤}CŒ„»mR³µáîûŠÊÍ»-ƒË³â1þ:Iv|9X^ãÈeþˆUÒpæƒßW«ÎµÜÅh–¸í3­2šahœ+E÷j½íÖ•q” ãÚ2›gZì¸ØÛ {‰mY¶¬ åUö¯rT•Ó6/ˆ×n,æm2Óˆ­AнßÜd -ËYÜc±7`^V,¿‰£yg«´Çó~kËl=×X±¡WoËè˱δùÀÐèæíVW—(KjwÚÚƒ´Ø|4Gǘˆ}(ñ>Ö+†Ý³Ñ -K#Z -gxQ gR!x£î·Q˜ºßã(·1u<\êþÔØ†{ÛÔ+Ô¤–õÛHd7Fáí''ÇÆúÂÉ6~ŒclkÇjÆCaŒYOfh;1ö§e+» m=v3ZìŒæÂ»udÔÙn#ÎDøz¾?ÚˆKºÈÄ£à=M̓³;¯sj˯úÒËðžgQ¼ð@&£$€sØ*Šlb;(Ú ³B µC yqDòè·eÉ?ŸJ:iËLÒínß¶7Ûb_vTd2pêÌËÛpî]RHg1õª ëéj½D¤ºìã]·‡Ú¢H”Ñ -ÎKZ¼Ž‡!â§)@ìÇ  ¯”‚ hPê€&ì4@#¹:”£Pºj4 -^Pdï, ¹³pª>ˆŽ„© L,Ù¾¨HÎî¼=ï®iy ‘&;@Ò[ãþmáBÔØ»šÊ_ Èp§:­x:J¾E•@ÈŽk ¤Ïà×Û -„Rë<ᥠ)œÂÒŽ‹|š©9œ¬&ÙN½ùb{Skc~…Gä¦MÙ˜-·H¾Ñ?“ñ¦ùQ®üÅTþRlž€"àî’ÊT)@IFPW>ÂôÒkæð€p´¼al·÷ªmñì PÖŽùx]á1TR±EX@a‹á»Ãw¨™… óY4:ܼÈð’僤¾Ýq®{už:~pyÁ -¬ýa*«†±ûõõá'û>é—âÛw¥+êõä­¤þòms]Qw3Ñ¢ˆÈã ˆ ƒ8ˆÛIAÑ„gµ‹ñ$7bpÛç”6UŒéÍjŠeT3¹ŸïTHKðžàëOd>]?ÈDùö?HÿmÝþU|ë¹£ïÞ·žok^† i+ štŽ Jgž Šj4 lÐ3]t½©:‡à+™-àÙýõÿÁÿ@~ÞŠ¯»~8ãÞ)ªg2ÔÞ‡CŠtÂùíu¹ž‘ctBËD¢¹˜^Ê áVXé$˜ÕþFŒÓéa|ÞÏ2…µ–Ó[Ú«Pg¬ظíÒÔz*•dˆºW­«·„d½Y1«Ë6¸¶ÜÎ £½dlRé[ùÕ|Ðjªç1ÞSãÕþ&0){“©K⇹%&‰Ek‘Íã¸0\¯Üš±Éa}të²ã´&ææ=ì4C[^û’é$޹Þ¶ÜJxsûìÝ¡e>vÑôbãZºT—·Úº<Òs΋ý—ï•w\ÿ߸ýoÅíwG-€}+n¿µö½kÛ¯D-€}ïÚö+Q `ß»¶ýxx&‚ó•Bƽc3€¡^;a<ꊢ9«IµŒS(JV¼Ø#Ó†¾£/ôìÎĬÍv†…BLO±} JBXœ¤\Ú’ï(&ôz+Óï¤åì>>æCö¡€!ü³/ ÎáÖzG46w–xt_×aX]Ç[ƒY3Ü0Œl-A!îS –v¯–JŠL Ë-ÊÆOÑÄÈ‚ófõVèüç'VKæoCÜ[¥3pǰ³í¶Ï×ëÙpqUÝ·Ë©}Ϫ1r=Ó$&m­3c¾o‰ÎfD¬ÜèdšŠ³d/mõq[Ö¯öcCò¶MÂQ?6ì#:…áÊ[-“xÝÀKéCpÈ¥áú¸¯ï ,Z“ûE†+eO?säöÙTÀˆÊ1*£Ä¥‘|\2ÞixëèàºN´å[‘p4¸ƒ¨œàÚ:³÷÷¯âø»£À¾ÇßE¸Ž}#Ž¿;Šì[qô£x§é{§Ö'#N¨_Ûz¼I:¡xrŽjó—®Þø–Ö­²{%Y -oCÉ»ªµã.Pøë[Ä"á0ÿÅ“ëï–/˜ì—A¿ó=–_ýL¸½ü*èwÈ·Çòÿ)û0ñ>fûÉÿéìÿx<ýìÿÉÄ{,¿;ñ¿¶½üP<½mÿ&þgÆò“ñ„¿ògÿ?cù#‰ÿýÙÿWÌö‡ÿƒcù•xúÙÿ“‰ÿ<–?—øßšýÿÆ `8ñß?–_Žç_Ùÿc‰ÿËNüïÊþw`ÂcåŸMüwåRN¡tŽ@ÆÄJ°w¯æø=-}Ð6ĤÍ`f._a~š'ÿ¡É2v½šðXùÍ¥†vóUÆm=äEô¡¼ôúŒn} -ÉXçÇãùkÙ‡ Žá„j £(EÌnêåá™!T“zcú3¥orîh“¾þ7è¯eÿ‚£ó Ú -ÅvDÏ¡vd”œV}êTõOßùuö§8ÛÍA·õØ3çÉìŸ÷£dð¼’ýÓñ1¿CP¢÷ã h,Ïüå?ãùïòÓcñ@w( ƒÝsWˆ¾Î]>Ù;õ5ñ¾ÓŸˆÙcMÓË~,c -ÝÐï£ý™±8µž¦ÙÍç…8w‹·Î™¥ÉÇ™E#=Ë.·]kሔöâÉ!!{þ„)6©ËW˜(ûN(»RíÈîˆÙÈî-O¢ò¼Ä®Ý>ºí‡½£‹†ê%>Ë[Ÿ@!£ó-Ðïo,?ðu_ ¨¼9ï‡;ätBÎ×=º–C,[ÇLÔ8AÌ„#Žª8$NÞ¯ iç ?Cûƒc±›çÞúÌ"ƒç‰“¶U‹?M.Çë R;€xÁÜÑ»UMµÂ”:æÏDì¿ÅŽ,JòI”J.$,ÙDFì ¯œ¢Yéž÷Zïið*W0v*—p*—'(¨­rà‹ó— —8–ùú™q±±5z„­ÃܳûuT1÷Øv×ÛáÅFîNÔv|ÒÛqâ´Ü:᫱u‚¸íoGÃÚ¸Vo¿‘Ä’¹Ép)C¹;Q]™ÉÝï‘öåý‰+ïºÇ,5ÛíK71eÖrÒIßó=A½ä‹“Í#bÝ”WaÅ)OÓ¨*ÏΡ¿"³Ãª|¸/s3çúà§Óa›“än˜• -,‡å| `_Þÿ²§ùdy¿N¥·f(Þ-ê{atS¯ÅA)€mŠ5¦·ÞœæêšèLƒ+Ul3²ˆ0äôÅ_¿:£–8Ž‹9ˆ#³½x–&Gøîì|¯°ïýæ~MÏS‘ÙCÆzCãwÒm³: ëºPn/;®´ˆ‰ÝT®×cªKIqFû6Ù `Ý×JmwLêt”Z·e>„¢K¿Q˜ÿbÖªŠ ï[ñ«6zVZÛ`F´×Ít;¹ìeûÕ¹kðÍIm•. ΢–êÉn‡ëX—iµ“×h³ÇÊLãÔè±A¸ÇA‘SP¹/À¾úà'åzµˆûä÷™7†×¬Æ®ÓAjpô&<ŠYâèL›°:Z7Æ4æLÃCçîš>„uÿ)×OòKÇʯä¿A¿Ó;KúEÐïË/ƒ~æo8îfûÉÿ®±üžx~ÊþŸI¼ÀþpâCö¿7žÞ9òMüÿ5–߸!½³ÿïczÙÿ£‰ÿµìÿPCL¹ƒz&<³¸”BCÑÖ‚F%‚¢p‹Ò§7í7|Û¯@kö¯Ù:€ñ¤z”[‚^_®| v fß‹'L|%êÇì=Ì/ö²óåJâÚw?“ý7hÁ¨†ÜàjÚsùÇ_ ñ ŒçÈ‹gJ„Òõ@©#däN>èw`þ®ì»ÏÐb:msÜ…A==ÝEó0‡—vtøYب”ºm­›¥L­[åãÏÿôDÝÏΗøþÜ˃ mnлPŒ; ï³})å&—£#,`âÛõÄDuG{˜Ü roLÿW~¿!ö?cyƒÇâ²n:nÐ9=àÿÞZ—Rm×PÛ¤L´>`(¦±0¨>yÖ˜ý·5ö˜w¿Áså<"W%üRNµ[—õxs…ÿû„˜ý™cîaž%•Êó¤ÖížÖªõ$öµ~ô7dß-èW†2‹]p¬Ú¸”Û÷RŽîj—Òv뜎²Œ˜å„ʨ'V“Uqö*—xXžƒwV¹ðãìûv¾ ÷ÓÞwˆ9Šw%1•@œí±Ps¶·íl·‹Š³­GiBÛ;ÓɄջél°¡þ까~ sË3«Ó `_}ðCrY Ž¹Ð—ªÅÊN¨ß°à»‰p¥×ÔЦÑ: -þJêa›[Ø7Wó0ßdñéb]B£¥Vd:‹6®6åÈWç§]™s›GyÎmÑêIû×Eì°Y9¡ìéj7_Xþ¼…wÞ%…„YËi-Q¯É›¹¢?”exWk£¤ÕA}Ùx6órl.%g©ž•ž‘À&+ëLN0nMŽ7Æ,4Þ8fä÷ˆSëçvd!ùå™ì’'qYí±£õÔFÃ^sS á“u5!ÖDz€z.#+[Åth–n³@BÌuƒÓМa‡Áqa1w²‡²¶~ÍQüJìæ.68Yû¬n‰rd¿Né=Í!e|#˜dmê!ƒ¥Ù•ÅÁ ­6›2¦>QÎ’2¢©©<ˆ?“¾Äƽ9wv_muØ]FÕ1k -åµøq `ßúôd­õãµ>›‚%Ù‰ÓÑt³zŒCëpüY\vLGNŽ QZ‹“ö¨½çª¢sŒ -½ü#’íl¢ÝT»®S©–y¤[-Åɰ]qò-ºŠ– °µß#Ç«ˆgökúÕÓYT€çÈÛ`¥»X7Ë dÙ/…3ó«µÏKsK ì -î-vG¢Cj°y,º¯ÆàÔzÖÇ&ûªÝð ¨MU …% dÃPÚì·$€ý뢕=FR£i#ó­ì -‰õÎÌO–V¾rß›³Ðd×”ƒƒñpwí¡9ÊjuS³]«»•¥Z}¥Á¶²¶§Û -N·wåí¡m”kÕÆÊÀ*×zÚÊõñ“À¾úàÁ‚Aëέ§Á›#QÝ;·®w®Ò®ÞøpÊtÊO -9uŒXüà&gUsŒ Œòñ¾ÒC|~½kf®Šf6ªÖIÈ; ®L þù~Â9©Ç‹a©ñ²|øeùfûeÐïÀ„G±_ýÌöË ß!ŸÇòGïcÂ_ù³‰÷1ØNüfÿWâÀþpâ?åÏ%ÞÇüÁíå'ãÀþpâ¿?û¿O¸·ü³‰ÿË·A»½Ï L›ô@'x¿ÔCB}»‹Ä$lh0¼2 œGX€„VØ9«}Ó8©ñÎÊÏ~gcýŠèÍéÀxŽ+(|'e ¨4ø­^èÿ˜·>ãÍû åŒå :NO‘[Š­ÐJƳ…ñ<ƒà‰áè!ƒä -†RRÅ]‹´ÿµn¿º’øáâ¼A=ñwË·=Ì Ì~Šy4aö9ç3è… T˜>d"¹¼¡´!häÀýŸx~6²>a¾å±¯?ý¹Ÿ€ìÇ3øÙåÛ˜(”n|£´w*U6xêŠ)ú ËðÌ‚.{”ÓÞf㇃ë¹bÓþúƒHßË4…{‰ÿÊzkh®¡• NÝy*rvµŒ¡Œ—¸±êÛjôýÛÏVãÿVÛþèc^¯÷kf‚Ú´TúÆ_§®š¢Ò¹Ìбliû)±ÕºYú¯:fßj|W -Òß°1Köï¢1ýzKeس‡)ÜøAÉt6hîy:¤¡Ãµ×çL4¯ÖàL‰F‰å_u¢~]#\M?*Û¾eˆ±·ßûüÚ¾^-Ô©¿AùG¶èƒ^ÐVí~¦/2yLñ»˜¹’pa×ZÍ<4HHýåà}.hü¦ ÷3´Ÿ0¹v¯õÆœª'ˆYñîäú•«æ¥šÝÎíÁ³V–ÝÉÌŽ¶AWeG[oïSÞŸ¨¸»sãqû:}ÐÚõFPÖõª% -×ë  ^V[Ó±›t=ºAÄá¯Åx´ëýŠì(*—¸¿ªÜÚðO6’Ø8(w'a(ùRX_ Õ£öãÀ¾¼¿9%Ñ©*#׬hT®ÓAO©¼û¸òÛ÷gæP¼šÊuüÒŽ7Û^2Nc;nœ¤í8ñP6×òf«á&¯ˆ"3\¸..Zª*°E˲G Z´Ç ZF¤_‘Û8Ún]³õpŸùMùš•Áá:ÕRùæÇOñ¼o åƒ|éj»s¹m]`67Í)ofÁSo35¯Ó5†» ú¾,͹ë5;½.éi©z2ÈM§ÍS Ê£ú- `ÿºè+¹ñ·FË}rõ§» ä¢»àÓ}È”Ý|MH(¶t³×[¨ü±ìlòĉR-£,&§z[ÕÐsQŽ©Ëätúœ†'«ûoÁ “©&”Ò‚‚bÒãê‹ý¤0ÿå:­enÁÈÜÜગsƒ†¦9ÛÛš8f#JߗЦš¦’²’,s½ nu…YÅ–‘é.:OÖG˜´ØãZ~eÍyô‹kÏ`œij²=0ørqq4üøq¯Xò*¥.8Ö[[cÖTÈ - Áí%#›Jy®—ÑfiÌë™[Tí)ˆ†Œq=ƒ*Cæ•ÅQd(õÓZdÒ›{ÜË­l©û*¹ó¯º¯Nró¯âUBþ×r_Ü ¬^°ëÃrj³hìd¹ÇšÑ´­…šE6¥Š“ÕUäŒ÷}±2Ÿ>'ÏñX;Ka Œýëp]`½¼†;¬›ë¹L¾]¹–î> -­–ôZ­)U…Â7EØSÌ’­“ò¤Šbê´(m•Zx]Q³(îz]ª0—܈i¶b:še{A©é%)ÔjÑìuWD㤵‰F"\ -Õ³©Ë…(”v<€ÕÇÿ+b7åNþd)Øtm™µÆŸ[Y¥–hiK‹«Rr:Rƒ¿"U›ƒðð”½cý|ªþèÔ1§ÅÔŠv#ÉŽ¬ÚͤÕçödU ¯Õ©\®ìÊZX¹P(Ï`e] -cÿ-ÿcùIìàÉã4Ÿ®iN–±”í S\Zy~#§wc[ªÝÒ—á°Ô;öƒÜ]o•Þ¦á„r‹Z>‘ŸV”š6-«B{ÀÊ¡iv^Ò³Ùe©yN)¥È0µ…RÕ¡ PdëWd/<Î.,WonÊ9š…Œ©¦T»¾zõô‘îpÜî ßHÍíj©Ð­—)]® -Ý'Y)ž·z‘›œ['}îæÒ+8lpP°1”ج0z”–ÌùIy0h3ö`ÆÚæÁ\¦üƒE¨íƒÙ7¸SiO®“Üм*œÃœwT;E³p¤íÄoó©½Tu²æÌ-dÌ\%Q0žXÉx¦ñbåžñÊœFÆ«ŠNõJX›ì(¼=Ôtµ4øW `ÿºè{A¿Îùô;0Ø/ƒ~æDì{A¿3ð§ÿÙÿ‰÷1aöÿlâ}LÏû£‰ÿ¿¶—߸!°?œøoå¿@{ÒuR›í/AÍ~œwù(aÉ>{t‘Ô_U2ûLÖÉ™óH;o溩"$LU a»åe?³ê¯ÊubÙNÀ¹AKÌR>0W‡Íƒ…3§ñž ø`ÜAòÁHòìšÎ-Ž$Æ!ç5 ­ãæ–:&öÅÂþFéeó1ãª&@Æec™ÉV¢–hÅS»áVcC œùN5§3­¥&ÛmŠ_$€}õÁ˃¡;Ôp¶6l¤,<[ƒA…‘eM¾NîAû‚TóèYǧ´eadú˜lšpž¼Ÿ5B-S¾‰cU<µ ”(4ueè@iŒtEÓä”=OͶ§Öe¼“Mñ‡$€}yÿèUý-V :†ñT6òUƒç ÒË#g™F,+J¦nr]ÛÏMÑ,FõQ}}“ôõÊ ;ЉDuªÍ®c´••Õ•7Îf1Q¦E¦ÿ“ò`ø!ļíÁ&œŒ‡©ÃìËÞ¶ÏìÅUb°Ó™æÁYOOÖ•Â’·¸¨@ÐrßDÊÈÔÀ스W»Úx§ -ž –š1é)jOL,· áL{ÏÊ>ˆìD#²Þ(Ç·ê)›1”¼ðT×Èn¢.·wk¾Ø­„á"¼]9:×åh³Wý–°]äËgÐ$‘ƒž1w%y|zº›?Þ\‡8TÐs{H1Ö9}È'óSm¿¸z3X”àùþéPYlÇ -U74YÖ•âRÞçÓùñéôæ1·QŸ dé'ÅÇôfJ ^¿‹—Œh±¾{ƒr•xãµ¶êÊØÅÙØ:j‡sæÔγû—£•õæ ÖÐbKIÜŽÔl“¹OWr×¼’6u8綣ɌGN½éDKÀˆI·ñ:ÿ“ò`F[î9@`<HF½‹û^üæ°Îõ*WW®lz½u/˜ç} ‰]:×ÈYZ‹çÔÊv㺛©éLVÕì¤;Ç´üŒÚlœº’\ýÉë’­OŠýI~R¬õsÿ*ì_AÐ5L|A0ïÜ… át '?î3“.eœÜÙ‘åÍ>^‡• ¡ÕÈ&–^‰íä ›Ym+ |çcro>ÏK²‹Ià‘JÁwA -‡Ú˜Ä«‘ªo‹#u¹(ü¸<˜åŽƒ›zÞô®$J”ÛóÛ;'5b×ë©Pvƒëhßn¾.s‹Öt³ZŽvj0È6Cç£Ê«ðÈ)Å´V[6ÉIazËjôxãL<ßnFy~[|¼ V3£^( ŽÑ`9€Á¬òãò`tn4&oÜÆék²²ÊÍé–"î³M;¡þ¹ áѧVÁ3qí\)˜ÛÌ«óP–;4²VÒ~UDzó$Õ -OÊøã94s˜;Œ.ƒ÷aT/¢C³fFFa+•ôùgzÐO3ÿ-p,ßøôÁØG¸Ñ¬3æ-…Ÿ2·q…V®×G4xÁ£ç°åTs¬Y»•]|w]lž³áVAO®³&Ê+|©£‘yRU IÖÝ¡yŒí=Gq?ÔÅ$ÛßCÙÚâ°‡ÝÅóµâÂ3:ˆ—‚Ì˃y¹›Óɘ׫e¤¼+‰jåW†u:¡Ù“¹U+ÄŽËÑõÍk¯k¬»\…Ó£ãâЦﳌ¸°&•ÿOÛ›®«Šm‰¶OàCX ¢Öµ -ÖbŠ‚¢"uÍÐ÷¿ÃµãdìŒ9ã웬1×÷Ñè}Ô"6Fíï^¸Æuz\’1¿êIñ»·(¯z2ý\õ4ÙZ°|ô ä÷óŸ"®5Ïʦ -÷G=ì¤èbjý #qUzÖ˜ì¥íÛDf› îB´9¶—mÆ» -ƒþú¸/èì¿êp .·'Ë!uaÙOs<¿_:“9;. ¸ „*Ìï¯êõ§H (y§Š…]¶¦çäŠð“¢Ô9Á}(©ò—'\et)“ØâÄãÉÕAyÑÌÖ\–‡ë¨òn¯’€h,ræ¬:›caeºÊ‰•2-?ÄúÄžH-»7±§9zboG³ÿGø™Ó, ^%Í—©nÁ©Î.Ê%•Rü]—±ì¼tvºJÿ¤Q¯zëêfWÎVgÇAL?NÎp“mŽ‹ØCª1BFL÷Þãw)¢‚BLÊ¿#ü¡àïaÙAÍõé’wÿ>hûP—¥¶ gŒŒµYýìR­Â1¼ä÷8k¼9aÔó—×OÒL 3ý娓]#V˜x2¼Ž/HxÉñ:Ê6'WZ 'wšæ*VÆÄÞ¦¿OFÿ#|÷-ÿϹþžÏ5wú¯éÓš)o¬Ÿ–§‡&{Þe›@{‹û®úÈ)ëOZ–Ïjó8«Ôñ+4Ñíx(—Wô¶j¶ª,†ú3µ.§©Í°Œ!ßßгä7OZעђ!æÿGèiØ÷jã‰Þ»uKŸ~&snÜ&°ãïÍ »«Þ_Ãõ¥!*¥Ï¦[q2fÎÃ65Ê/:} -o®º¤í{d½ø†K$Zš±BõÃÓ“p¦ïEÖ§5Dýð$?+ý3¼˜Ïغ‡b¿#?_üEl?VOh¸°¡!AC:µ˜!£Ü´aO0&}™–hl1*«M±@‡i¾Ð?Ò&Ö{Ÿd¢wîËÕ™T½ÔþÜ„xvºrëÙ‡ð‡]*N1ÿ ä×”læ ðñv ðãÀøúI¼ú~€’”.‚R) B7`7~,=ιËßeÂhöÃtmë5¹Vi\ŽLÝÁ“TÞÔßay»aÕœ]˜FoD›sšõÒh¢u·Iæõ®{£„¿×„³¾ÿTôšßÞÿPôš ä?ý¾û_Mü/ÍoöÿWÿK®‘ÿwÿ£ìÿÿO±ÿÝăX|`öÿ%ªŒ=hkÞGž ôB1PÚ7˜¨ötÔ 7oˆŽ_ŽÛž˜oÍw|dãÚÛ\:Ä,oĦj–Ÿ^×,»%Ê,XhØÎˆÖÁD¥â9­"'ŠúGxn—øêÈ@Í Ô4ß4À¹ºðdxá0ê½Æ®’€Í©ÞPyYÎ](öT[¿-\U?æJ˜d {‹ç V'ŒMcÕ46Sohlv5è8-_ï7Sé¶0yL‡ÑðeLòÏgãõ'(º†‰d(j®|€Ç…ËJèØ#Îj˨®¬¯þ{äšE×ç1ÜìÙ$ÈX[ΚC€†ç–@Œ:Ö­õ†Ð3ê$`Œún¸~½Eo¡Òô~ö˜îScÅÊo‡JuJþ^>|~{²ßìGûYV;e@Çuàvž‹¶óèôJ=Ï£S—ópýŒ=Ï“«œÝa†›1JFý9.ë>Fµô½¾!õC&9׎ã§ÒqùPk­™bu°½ÜWtp èOÿáwQ@ Rô›¦51aPå: ʃ]´Õ*ZÐÛ£ï³Öqžl+oÏo -a•åOÕp¥ZU÷MM?`c¸ŠÍi½)mTÙ—ÖOô>YÝ C›ÜAÉ1wéɧڮû—H V -ðΊÎô+‚¨Ã*ol¿ùýd¹ƒ±?JèÉï2â¢í[É^´ªU!é¦áõù–¬¼¶]»ð*Ú±³b_o`o #µ¾¡6»5ÓÄHŽïwRºÌûiˆ”Zÿÿ®‰Ùí.û/Q¢Œ´¾ûàBäNÆjpªjÁ¯Íp]<жžÔ¬jÞì~.;ÐC¼3ÐŽ×A_ë•735»˜oîËÙ{ykb#Ÿ¸ÓP¶jÝ˨b7È%ë<ÿ¿‰†Ñì—è¿4‰¬àÀPÖášT¿íã*Ø«A¬¼}?}¥ˆË¦Â‚­÷çUkmûf£¡0z”ÔíÔiÊÍêQJ"ë[“lLä>ËSR)ô.¹¼Ñ>Òóº¨^©Úß®Åþ{ÀG×äWF´e@Ðã ̾ä‚§ hðØÅÜèö ;mÜó‡ÃSÒ½ŸK¨3£íšeí©®¹CÆh+M¬6g¯³-î`{Ù=ɹœ¬-éËHý3»ÚâŒïÖOº”OKîýÏ5ÏX5S³ß4óé7ûÄ̓ÁÜôbë*rq­#)!¯ \ÿâjotÛœVªÚË8ìYµ¹ÀÛâ´·†no»Áe e¨2u.L7]±4§åý];ÚI…8ÖZëÒ°ûuø)þ]” -ÿ% -³ÿòa(÷Ýï.ã*òr{) s+èÇ•w›YßwuNVjÝ™;úÐ^ï0ÎlùMᡇÃÙ¹˜‚7_ׄ=BW„]DBóØÆù°ŠùÅ -<¯¦ó?\Yü×9À—÷ä¿‹6ðŒ¶PƤîw—qíÀF …ÁJÞ)áãËÙuÁSîZÇ-ñ™éí‹ -ÜõLH4*l³›]ƒÛÍü>#và–g¹Cr´ƒèpˆò5eO ÊÓþ!ìn’wêŽEãœzJpý‚½vÈ=Ü ©[æ°á$ÌiìEÇëˆÂ™x÷El¹áöÕül9Ü«ôœ•èÙlU˜ÌTƒƒÃ}ˆóB‹|ÌYÉq纚šÍîÙ?"üYéï¢(€£'n@yðÈÃP&g>ͧføxÒ¯Y’¼BÃRþ†LBZ*Êì\˪äóÓ¶=¸½ÙêÁˆI"ÖœÔrmºÊÝê{ ¶'›”ANìig±ÛLËnö<]õ΄bü#øänf~?K*¼¶qM¾¡Á9)´mŽ— /µ&ÍOöyC6FAÂ_õþ¹žî±ÂpºìoµÎµ©9±¤smt¦U;ÈÄÉ v/·&Œ+(#œº8ĦÎw»Ÿ@˜(×d˜¨|á Ôí?‚£Ö¥{̽Œ}ÔÊÞ -îÔ±Æ0ÿÑtTö†ˆM"ØyÎaüç³- •°¼+±Ü:önÉŽC3‚¡ÝI£s±™‘4Ç$ú°GòPôFtæÃOh¼ž‡X#ºe·!ÂΟ!ü埌ÀÅhß2ö>$-ŠÒ³ïûBS7䱜I7ÔD>o¦xæH€íŸ{ëAÿc,&é—:å”­ÌÄ6w§û¯’½ìO4* ÎÔÔ©H¿?o9Ôsc¨“/ŸÂ.x¢žúG0:+ù¼Ñý®Ä…Þ§ýðrÁñFNA"Nåù)žv…ƒÚuO›`.ˆ+Ùî ón'{SY2ƒŽ>å¬$K½†+f¸|Ò®¿§dm¡Ma.!Þ߇.S¿º<ýzÞruƒØ(ÿzÿ}¾èqô~rË~ëFY–"ǰpü,å½N6ë\¼z7–÷þæeÆa Ëž¨3¦WÙ]ŒKÕẴ¯’õ'^ì}¿ÖÚf³ßåέ޻vîBhdOô4 -âÍö‡ü¢¸üK$?+Õ¨éQzع·q£â&uY -â‘4Íë΢g®çPú•gê.g!ó9 -`ÄæÌçi²aé~Lâ™Þ‡Ð2=’="ð*éÂíʯ3Ö¥©#ÞÍ"ÇJGQÎu­Ýa‘ÿ+Õ¯’‡ÝÏ ¢—M íXõ]UZëÏæI-Ôa0ŸîÊÉ C~ò<=+6N¤»ã¤~|NÞzìðèŽ -­sŸSV5[N[]wƒö¬ÚÚ˜;ø@LÓ-}·È¶–Í5 -!ã ¤E„gâ`¯“0­Œ‚RÊ]LïÅë°PÜôO¼Š©§z+¬­ŽTñùQzæ_ÜÊ}+½{®vÎîÀ= ®&”‹—,t’.YÛå!TÜ%hÓÉRŸ–5ý\š76ŒZ¥ÿ×H (øç¢?ЄsþÿTôš°çÿOE ùE쟋þ@3ü/'þÿÊþÿ$*ž èäEƽÛk‚Lû<ý™zGçþ¥9pË"{‡¸˜nêbùnêUN~³_Û¡.Ù·—œ­¯hÛÂÔ]±ÍOïjÌo@©øá@)=}l¹#¿ÙÏ]$€•?Ð;_®D&-õÃz a}!M.½~AݹgsttSnMräY_…Ø9޼s#Kµ¬#¿¸’#{Vþãn×ÂÜSǨu;m­s0¯S,Ôà|ì{ø¾¢ eŠ6²PÂÖ€]ï4´ d€Ý†Iˆ]#&¦ÍqX÷Æs_8˯/f±!²;;²Û¼9ÙLù1óœlÉHÂØ5‹NvÎ×ì>î[؇ïµq§«u4¯­f¤Jõy£ò• ü:€RRµa0GEP"±-´=@Q],¬* T:e ¬vL¼ùiØà Î?VÞ{v×g7ÓºËý>ì{¦iÚJ¸Œlæö@ì{«_¶ïÔŽbÖŒ¹’FmÕìkßëªT¡ÛxLºJùþ:¯ñŸ” -:Ô¬Ï0PšVwÐõšXàŽA©É|Ÿ¶-í‚,(IÕ~¼4³Ëp·ìü£I½.ËnFKß:Sm&¬Y6º^yUj5®Cƒ3:$\ÖØ=•êSíÇd¥Õ”O””J'‹ýBùýü/ñ›è€+Ò¶·‡¶jVÓ˜†GàÉ* -ð‚ŒW³ ÷Ø]ôc/”=r†(.2¡Õâ䎪i£aÓ±Ôñ8 ñ(Zê±ß1—–Ò„GªKuÅ®\WVzµ|õk—âuïñ?Æ7b5×ùŠBå3}€¶Ö7Ói”\óð>S8÷¤c³æBïS•ƒŽ={x—õþåÒ#Çròpx´^™¡oÍ*Ý”…½o„5[Ï(½iJ¥N8O~WÏ–RáÑÊõP8•¤÷º—ÎÕdö§øMsÂÃx>§ÅÕÇæ¶ï)Ïÿ”ÖN½2ÎcøÌXzû’Ó[m'õJ§¥Çä¶í^ýû½.•qÉb\¿œÑr7'bµwúD´¤ÏÑŒöïŸæ<í’x'@é}<þK¯*‹ïö²å¨ - ‰ýî]|Ì^p½«]ÿsy/»-gì…gV’Ï>™c%º9¸ ®‡Ú¨z‘W錎èI/DÙ£…SÇ*C½…­Z‰ÿ pnùW%öãþ»èËœ1¡(mØßÇÖ«±¥‹t\IÛhgK× Ê¿¼‘!ûÎ,è$̓¤_ˆš†ÙWjüÓ»Ðɧ'3s"örVp{í¤Ð¸ä?<Ÿöß¾já!îÈÁáÞO3ž…š«òm/yùp´šøñ½ÄØßǬ‰ïvè jŠóEØM­DIÂ^©86mËé4bMÍ£aï9µh›Gîb*‡~3÷—I/ÚSDQõ÷¤Ox dŸ> Î>½@í„ßDí ðÊS„9oÃ.3®¬¡—œ˜»®°hŸ[uÃnqÌ~¿ÜïÜç¾"ÙVÑSáã«Eqo+iž±‹¥RdC\s Å¯k¢­sår¨mJ™¦±™5ûúF´-zYþ5ÈŸ•þwQω‚¬`(Ù_oÉ…ÂdP ‡.é)'jáè’p2Ã]ê¥åÖ¼yo¨GC‡›§N›RÙèýû~‘Räõœf%k)hž¹jj·×j§ u­þx¬-Ѿÿ#Àª‰BMð©¼kŠßì3Ó" ÂsèDM»• D /BG¼é,©mµzƒ­N4åYÊ/ø¿°‡XÕSò^aüªó)̧¯ê››â©‚7¿ÂUà‚̆æB¼ êœ&÷²ä­ñõVNƒU3 EÇÑàë5ÍÞÁPÖ´°;(>b¾S޾O­Óm%æßK•ˆ{²Ò;Ü” n]e!ùZ nÝ]ÏÑŽÁ°na²cw5žj«&2{ävá<;ÉXs:)<©äø¶HzÔ_#ü¡Šb.Ì9ZƒŽ)(ªÈ%˜óÒ> ÅÌÍ—qCs±ËͶZh -XÔÔ2Ñ[(`|9Ëì~|;¢Ž¸Ÿ|Ðí -\Ÿì´<á vRk‡Ü„»ÚÄ.¹¹Éú\KOñ"NU9gÎЖøœ1”ðø)`Õ¬Âxv ¨©à2¬š)âûŽ;¾¼ ÞOðОx¶šïÉESì|ð´¢OCÆe.OXé º ½çeP\mœIY")¢ÿ¯-»Ú59™l0ë<±wg—õVzšm6–YÖYÜ£É2.™ð^– -Ð~ -X9PtܨÜl]aw4(GÍLaº7S»¶ª0šr—yh(„pþ%á*é¼!×sáóö¦;bªöWï Ò˜«,ÁzògÂû¦Ã¶rå»_"ë…ƒmuÍx,Žø,ÓæÔ9pÿï‘@~?x™„è É÷ËIr zbÇY6‘ªŽXíæÓ2ɳ"Þªùy›gg "5£ö%|ÚäÚÒ _0ƒ*:qFFšér©ôX|åá|l,zB{ü®—Ùñ{pÝ3ÝgOaºŽã¨Ç5=BêÜ9ÉØ¸±n¢%»-ªq|sqsÿœ sì2{ÁÔB选´Žû¯ïr#7 Œ%ŸÁ¼ÔG4‘$Gt{6É|ZÉ׃ -¡ßopÃÃ¶Ž°%2ç6 üÜ+HÍ›¡)ÔžG¦ø­€à>††üýR•¨Ôñ3" {m9ImZg{˜[µiÏÊøSeÛ6¯ŒÓŒ­ÐŒ@)Ôó=Ñ©éYð ¢$5½´PJE5J­ÕHˆËB]ÿ ä×ÁO]Ã; f~3)ÛÖÁY«úÝCG6GSèXº/å¼±_¦/&¹yu©àWe¶š άPÂøÑ5Îl)õÖå†ú¹¸r$-‡=?ÉÆ*„dC€˜äVT–´ »Ö~ -[‹ñ ^Å—2ýš¦BìÞŲÊM5á<ùR½€É1Ímç;kT^r§*¾Y¢s—›Usâ‚íªÓÉèæÏÆÔ|¸’ö¼…Fö„3釬¶è‡dÛêb,AHϾ@\ˆ²ÿ ßç-ÿÏù_ÂÆ otñ¢¢ª®àß»ÅåøŠ&ý¼ËŒv?ù]õ.חƶ¼˜!»ÚtWÌ¥*7FèàZM CS5²þnáýèà—û]K©öÎ…c£7xÛ½Ô\éCøtWÆßlW&êË.Ïá§€í%~Oj0²"ÐÛ—ŒQÉ‘Èçæž çí®¼®Ó‡Hëã1áëI8Ž q—Æ4Ú#ÝÝÝ´ßý°÷‘AÔKŸn K{›O7;_§;w|›í0æM t},µÕê™hO]¥ñî¶±ÿc¨GZP++KÓüåzüÌÓùÃtª¾„7WÙÖÿµŸ\±½¨ÂŽØ9Zk~1„õöpöζû<ê fJjÏ*þµ9Ñ£¥oßZ‹|£iñ¾Ýä:o¿Éu‹q³ún¤ z™ß‘@þPðÜarî=OméuÚ/¼²Îõ¬÷s¡’ vã5¹t×IZeÕ< `²Ô? Æ•î•ñ¶t„·ëƒïl@PPešU€Í®H¬ÍTv]dtWçiŒ¯w²Ä©ßRíÄ’wúñS€âX„­+¡Šè€õ¶…Ì#èͯÔlÍÊÔ/ ÿi9ñ³„¥£ùàR —ñ¨–û£^`yËqÀí/Ë€“ÓüÃ}²l/ïþ)ë¼OÅš^øªînKåW¿6/>Gc'{W&}³ &ø)†d”ß4#jž:ß5r1Óß { -”Jí3ÄÚXȶâÚ‘¹0†aI±~ ·—ÞQâ·î›ž\Ñå_î9‰Åî¹pÅl†9UªS®¾úýyé™ëšù{iÙÎÜ8O D™FðSü& H6ÙE‹½lTF@ ûР´ÛJ tqBPÚ§K ÔüôãÅ{Ç&p[XÍüp{^{§š»wÏÌè즆¬æ¦æé›’Ôªau Õ×É+G^A•%H§¯Þ|û‘;4’’׋û÷H ¿Ÿ /Ü¡í *¹6 åR‚¡e¡c{ JSx­ ¦ePò2²+î4l<’+¿ûô9Wª£¼}/eŽ–oæb™ó «|+~Û 7 ì[†Í•s3r¨ô>Ò aEªûØ|±lÿk•Е Ö.µaPw0€é]î»;ê.€³¸ðû1 aÖâŠt¤ÂéNü¾Ÿ[º£Lг‹f¼76EqÿŠ…­ ^ǧš6pð(íü­ž¼d$ðÉ~.Ôhœóõ’+[¶}Â{=ü:ü¿‰¶ø`t­ƒz’A‰ÔÑïvèä»k —&D”ŠMP¬‡rúg>f]¥]^${ÞÅ×f­F^ç~wó`c•S– -{ºq®j\÷­NJJaWp‹ÍP,Î=÷„¯÷Ö±²ëêÂ&,¾~€òë0ªvÿІ¿‰¶¯WPÚÆPtýž}Ÿ¶}‚oe"wS¯§Þ±ïÑ 9ל™Î³»ÒÄñ•{¢&²¾ÕÍæ\Ôë«K&KçñæûNÈ“ÖzxÇ5\< ÛRÑäý¥¯ñ-[QÇúöþSü¦I æ¢Ó…С¦[Å`(+óïÓ¶‹P¹Î òû7îgJdÝ- ‚¾‡÷‘/¢‰Ê¤Ù…²i<ìI›õÆ‚C¢¨¯=Žú¡Wd^ûó¢ñÜ“qß§,TÙÉL,ÿBùýü/°yçñ›èaؘ_Ž’ åd ½öŠ\Ðy}å™õr·^É6´¸i¶ðdÿuõÖÔ÷w6¹ÉµkO'ç‚(Œy¾xìè®@m™]™ß<Ãáuó4ú2ÄPÚî8›Ë88ãüOJ…Ó †}ÇÊÉgˆÖ 6qn“ó˜^1c -ƒUøš¾zÕÇÎ…­YÚĺ4/…ñ)„I?°b*ÉñbÌgõÇœR;‹Fó›ÂÒç45íÛÔÓ[®it@?)ŒáU¨ ê:tvV{ŽRäC¥Òå¥ÚŠ€çé1 üÒ+HµÊ¡]ëtï¯çÇt;çÓ¾Áaö0ÒÜ+¿Ä}0ˆøñÙŠ7>Z–ãêÒžÖå5NŸ2Wjúì>† }â’.Â[k¨SËùP§±ËpI(ε½á+éC5œý äÏJA‰U5PÙÀ “‰šŠ'¹ØtpÒ¦º„ޝ¤¤YË“ä ƒWÌž±ÝJž¹¢SÄsfØÂ•s®@Jû=¼ -á¿y’ëà7² -V6YËçÓ$7¾UInݧHîèr$wZ+dõutȪtø b£ÿÕ´wi@ì+£ïÛN–ïé¯'zxyôt“s,"iñp$cCàï-ú¸ÝÀi^*â|1¬ñlT=¯Gãvg64ºƒïS–Î|Ðäœ]?¬Ï­’™bžë‡³d-ôÃÝŽî‡ûê¾J=þ=¥»Ì‘šöF^3­p=kQç&Åñæ -"ŸŸôx&J“ßwq±ruí,Fó%ºd'íEe4F쀤ðÝ«KÖÉ|§ÆÚ ¼ó¨'îÍyoÐF¶½=— l­—*—}!ÓKu›uˆNãÏ@þPà§:¢lU/¦øë‡ë£¶qŒuï³Ò¼j§xbDµË¥¶•]ÑÍÍ µPdãC±4º œ"¸26ð߃Bÿ¸ð‹=²p$HW¦¶µ.œÛ]DÑȎ¼ÙSk­!öBMzJû)7íŸÂZ7§û×­“åÕ!_©yúž@Î.9&ŸyÄ0Ñ6mC¼,ïýõuÆa»'Û‹mÄæcÈU]sÀw‡öw'Ôë^Y)ìf¥ý»ÃD‹T[íM³íég[lc—s¹¥µfk‰§ú-¬ŒHÓZÏW«õ  uó¨˜üá*•Nçs5—ÚÙ!{B -+Ü©ün/ÑKПîcÈoLc¯Ï$în8e/}ïrû<µk«+“ocŽvn-ŠÜ´xùÞä:ŠÚpEYoìšÓh¦œ \SŸ:?jäþ ä÷ó‡aŽ6×Ï­y8›Y›ÒŸ±°uÇ/mÞËê\¹ö¤íÚÞ8+¿cŠ0k©ßÙd{C$B;÷ÙkÏ* zekM®í6îIm7šÉk^%îÃz¹Œj'æÄÖúèeVý¨÷Uõ2Ó·Õa)>þ·ã-³¹Ì‰ÛN8OÍÕÖ&Ë­ ‡ï~r¬™¯MézŸ»FfÕï'7‡nVMÛ³²|oþTƒfU»Î·߬°ÖÏ« z™Þ’Õ!ö@*×¥”¯ŒÊ¬’µ_D™­?ªeÔ7š„zýB¨|rðÔ?oz0o oMïÇU›Çkó×Èi*r‡¸rÙx²¬+€láóˆö}V 2ìz‘ßnäJ“Ñå Ä›H8>C¼^±bÜP' ×w+Çãµ±ç&¹Šgßfo÷ï×bßÃ"úÍï½ü‡¢ÿÒ,¤ä_š××ÜV Ÿ:èßýä”›¹kº rìdOŸÈÖ³*@üªm—h{/AÇló+:üŠN¡²…˜H ›±õ˜9fÜÐ%×ßmæ® Ú-Ï‘jyÏÎÏoľ‡¿(ŸPTv®ÍjÈoÐÈ{#øÏs»ò$Ù9„1.·/ »©êеÅŠÌ" $VW"fÚq'f:íQÌŒŽKˆˆcóˆ•(éÁPÞ|ßµç¾ èºï ?‘oç3f`âXÛý`Ä -usP-º”plTëÐñ¸h¥å@l‹ ïIh{à`d×2Èå¦V|¯“ f£\Œ|"îÇh¹7‰ÑÎy£ÝÔ9FÇ+=R+ß÷ÃÜry¹:› -í|I‹Lœ$½ÎYÞ -j)¨Ùö¡¦ÝnÀaÇ„š·½P#‚ã @×)äßÑÚ:w[žø¾Y|bt1D#5»«GÓ“:ˆ¦êb½‹¦Nê©]Á ËihÖë‘›¼§b;ß|Æ&>%#Íï߃W×ì8¿@~?ÿ3€Â$ÚƒB¢K0Ç´*à(4½¨Vpj Ðc÷ònñòØÛÙÇ)͈N!ÂN,‘#Œ»S¶!V&Nö,¾"Ìcß+OÞî ›zCGùmâgú­ùœ«o¥æ=éÆÃú@aóÞ}³€^+@;Û6(”æ'Px•#PL -UPðŒ)T¾¡íJ…¶TOF1ÍdunØ —ž—Åìbq — Ä -¬`þqŒ&íñîüësÚþhöþVÏÇRðPô½}ŸŠã…3ãIÖ¡¦^‡š£Ô¼ºCÁõˆ‰;ÍŒÖf¥Ô“>?Â;&‡ŸÍkãÓÓ¤øê>~€ß4·ÔãWö'¬—ù(rï¾m3 0Ýê,$¶3zϘX°U¼’À°lÊýHý‚Cc«²¯#m«HàŒ9?­v&¾É(ƺÈG¯89N=³Û[¬,ko8Š]w mÈ8ß•’¹Ëó’)o?(8(zž@åÆ -¶œË ŠñN††\à «$(í‡xiláú%Ü\&»»rùØu-oêb«¤;.SÓZNºûê¥ÛSõ¼< *9îFD7Kzz2ÁL)Y>©ç[ªsÙäíôª>ä? üY)(¼[< ëê «é>…Ïj0ÚU@©aå@I]SGßBT¯lï>¸»–—aJ¡­n*ÓtGßV‹Eõ"Zøƒyeª äŽ1ɾ²pG‹›5s/WWéÙÒ)°ŒKf2z‰lÞO³p=³¹$Ø«Šø€b¾ 5½ -+©ø}{C±w#vEï tÁ¾û¶¯“E>ˆ¶Û›'×bÙ¨MßZ æo=0:ˆ*_´Üýu¡·ÙÅäNÁ©Iý6NKɬ¸½ ÅþKœ áóTr7·c9lÁˆ õ|êÂï'ÚéjGáø/QOX‹@ñR ”î=@éCBÍSžŽxjçŸõõÅeöõûKy;eˆVð’Áç1ën‘[/ä¤A_ÉŠ†[8½*éÖј2“㪉ˆB½ü–ùVý|>òú´gÉã^¼·ù}ªÝýÈ -@±BÁný-ˆž_VÎ Jäú ðÞDv<ÛÇç]GÑ™ÑÕ‡UË,u탾í瓸ÆÊ#Sr?fħÂd„üýÕ¿CèÚØþÔúûÁúºÚIŸ@Ø!Ãë~«dN»íXXn ¸Í6ß­PìNŽ0¨·oe¿Ft~½µi{†¢Ç'WÙî0èçß ÷Ž»|ÊŠÿÎȯ¬!ëw®U¯ȃKî*¥ŽÜ°øÙ¿?<ØærjS<½+®éµ¹x¬×&}[A<–k³}[$?Ø ˆð'øŠÂìW^Ì~EË1(9ÔŒS…¨ñª÷üáö=uæEfaÕYt«I²tL ÏÙ“yÜ‚cÁ‚ÿÖß°€:ï÷–íÖÂÕV8{‹(8eæŸ|¶1??ì¢W‘ÙEdD“eA&ËC«È.ý}믑@~?Åñ -F´ò€‰ÿ °o×® l>pA´ëhØiUZ^îú$í•»¾ãî>}åO“ý}³Ä®×$ùzgÕ©}lÐå`Oùç`m^ö|ØŽµ2Q×KRJæ0VYôDe?ôôžÃ¨½lÀnzJÏÏÛãOŠ«ý Õxbµ’¥bÀ|ÝU¿O§Óã|dò5ç¶5«AO›zÚXRO‚*®nÇš.JùÜ\9m2„v¸\ÖF¯5¬e/9Ñ&ó9ÿ{·‚5Þ aaÜZë4³i§Çl™r)V—‚ád–Œá(6E'YòEA„ýÓØÓ@q=΀Òc¿oR£×J{·³ÚëÉ4gœâjñUØÖz÷fÅŸË´²„+>Ñ”+ÿ®_o»I…z®›+õ9»3ˆÂ4Ö»Û¨·b-úÃ4 ô¥–¥Fqv»ïã;ö”Íp¦E2–yïÿ=ȯ(Þ$(z„SŒb$eaå¤Y@PÆ3CºÅë&4ÃÔÀÓÆŸ ýpˆ°yKêGæR–×ÇöçÉ9çŠÈ 9=“YûzGÉw¡nÝ»•@¨qu‡Rù”¦3b~CîÚrÔc§ÓQÄVÇãV5þ h|çGJN‡m(™ø®Å¿p÷©ñÀ½eõ‘¿êˆb^ŸVþšQz”Ô¦Å6yÚ?ŒÉá¶Zp»•Û/?Þá0]&ÃýèSŸî)´i‡Ó¶I½H}“11ˆ=NùHùLëR7SP =˜)`Ù¶¯¹ã½”ŸùîQ̸£ýL³\§ïN( X¶ ®c½QãËg}žÒŽýN{eõ;£ï[5ú¡IöÀºqîëÅ«ï7TeÀ]KG’X²/׌?šÝ<ï×3 -8¨{8Ë·¬àRY JÇs²×Þ¿b¯ËEéí`™¯ö©‰9ähLúäfÛê÷»5eÔàÚª—´ZRW:vWzh—Úvz]êBì{ý|ïųޭßâUéà½ü×ùŸ`RM¥þdz 6/½nשô$€©)"n4®yé*_ªÍ%8žï‹ü^ :ø¦Íàµ%³wÓ­¸oŽeƒl|Ÿ·ô2ÕA+(Özƒ×¡Ù¥”ÙEÞQjÔ±Ã$=­“—GïN^/”;ù@µŸÂáÜ•v¦ü€R’UȯíPm¸øìŸD -»Ü×~Jšñ Ïkx>¦á¸_¦1Ÿ‹×™÷’Mé©»|d˜ôe¦–›+1Û;ÇN¶KÏ·…ÃL‰öS=´ÛÓ]4jc­î:´täqiÁÿ­µîòi›&Ñ"ÎYæˆjëÜUûÐ×õoív·øÂŸ¤É““O1«4Úe¦;‹^náˆÜsæâ•×é®ù±Ù89¬ºÉtÿ4èf»#TFÛêªWj~\nVcµÞh&Oí:OñýZ¬ðt­î˜êeÆÏ«iƒ‡Ù¯\W*_UâKù¾Ë>Êl³mþ÷:öšË׺´ë²<0u”åÂ&Ï.Ñí};Ýá·5CmEcj°I ƒ€ÏìzCd tPýyn-ëS¥ážPµÎu½vŸ¬*¦¼êãÂÊu¹|W²ö<]fë“lõ7EbÖÞ‹u|Ù—Úx9i@ù³Ò+9Ø,D»ùžóÈe6U²¿xÔºÝIÀPãñ(ÕP„Qk÷ã^ëfŸ½jKçîõ†{ì·ë4èU?YMkûQ%k}¿cUfkƒ¡Â -@ÌZƒ-®[œøÔ%nX—0÷V¹a»qW-Ï®Qä§c÷yæ>9õºÙÛðû„*²Íè+ ŸÒb)äròR³ s{ÔAf héuÖ SåEAá2;Sh¸ S;%!dd â9²ËÌùvš“£g3óý|ß|¼+ïonÌnnÏkýùµ>û] 炱/,Zž@pPS½@ͦ”À½%Ȭ“_ÑæWt÷Kô õÚÿG´ÿ)|Eë_Q -d¦Ôdž(Z-Ý¢i&©ëÍãî7Å=Õº7çBå¯@ùCÈ](êª —2@žed+6²ëÑâ.ƒl/¡-(¤•lƒŒY` k2ÌI‚±åz!ȰwòIÿÞËfÑxOa0á4ɇ0˜$¸‡DÙxøÃêážú݇“6|Åξåÿ ¯3GÝÈe¾±{wà| d… -Èáêä²éÈÞ‰dkeX¤r x^Þd÷ s¼Þ@†K›ÌB…9‰*È<Î0çÏ -Ìùû!ÇJµð µ«­ú[õtãS÷ #–ɼŸV¡1UÌR‡¸ý=@ÞüÌA¾ó Wâaì*¬ GU“³+úrí)€®3ãÂhù÷ªö´Uaå¼£—†p±{0èöý=Ò ïÑ´a«Au³W½N–ÒœáyYìyû4–vö®o’úíÏ@~?ù8 Eûi(:¼BQÖÆÜëÞùÃA(*ȧÌÈÑjdO'd“ü -Úž`:]™˜@Æâ`²A†Ð}€TR«ï½t÷—˜É-°r‚æñô@w†³H³ -ÛõË(?ÒÏWxÝ^]´ù? Yjr˜r;ëƒû ?A¿¿—„æ¾{ã•– ò™ùF£rKtmƒ @<¶»y »‡v#‚¸b%—mÄc›¡âüÃYEÏíàj¤{Á¡ w¾a¾HF×7}÷õÖÃ\½J××õq³W—¿@ bò§êä.47môÖâÞxæä¡°Öùéqr^{A•«Î}·ü]½k:×·Ì×vaiÞ뢩¢š{<‘Žp»O´âE™GŽø—H ¿mWaDï Q/ [VÿôêôAavûn/wBPV8(àã>@|-r‹CX6áÚ±Vª~ãYv=>=HºñRÀÜÓ8×qûvì\ž.œÁ:ÃËfÚY8ÚNHÕªüf ( Ü—`·3¯Lãø÷(݆ñ´zG/`PÓrbPhV X(}{þ"{‰ @‹I**ï*³`W¤7^t9‰î hßœáioÚ£ù*²î‘™· -l±f¾úû¡Yò3kÃ8ðжì§Ü°µ{QC8eÙ Q:>t!\>Eþð÷袷€Õ”¢5Bè¨òu×y'Ø¡b9¬<«Ek:Cû°;õÄ6½v®+N°ž'ÎÆM¼©ºÍֲ͕ØKàÉÖ«;ÒXU|Å'Âo^Ê‚r”kcؤ£­ž.¤Ì -gÚ*ïÅ{lÿßör —°š.N ÏöÕIP¬4Àˆÿ°7ÑVTÙÖuŸ`<¥€¨`…Je€ Š¢‚u]úþ7Ìuîžû¬–cžÖ²}„:’øéQõÞ ð´¬ß~'¹³Ë?6"ݦoÁ¸ÄÍFï´]Ã=›„»Š9ˆ7µãf»&:á}enør-¸ezcËqOÀ §YV/šWü$ Ãtg<%d8¡7+7`Ÿ}{¼µþô¼íY± L[û¦—c š2¥C…ôdØÝŽ—‚r÷ {ž>0´3»µÚ‡+¶ñvÕF7X/î¥Ù²ýW‘5Œ‹½zÍ(EÍ+=£8'çFøi™Ó©N2ã`ΆcÓœÑé’¶üëýhúî0†ÑëŸÃ¯ø?Bµ!z¬¢0%d0-J¥÷ûñÜùìMUS¥KëÖŽçnÜØ%gÛÚxÑ_vlòÍÀßW³™Œß—!6ˆOSÒ¿¼'M*ŸžÐ—X -: -Œ•¹*ïú·ôÑö˽iè'–é¹Þõ&H©ýïô®÷ýµ¬?Bé\üÍŠIÀj6ZF¯óâõº¿5?u¥bœ;Í~å Xe«Üusž)7*•7£YÍîO'«zo1> ×õèôJn£BS&}wä‡ÏJz}h–LO¾±¦;+?:®ò<µQ5l"Þ7þ€¾[°öÆPfï¾iÉHv¾l€Ìú?ïÜåv›ÛÎ0¬”J¯â¤°›v*Õu+`Z±ƒÞí¹L¹Þ´Ñ­Çý3=>7ÜÜ“Ïç­;+e^.¾p˜Á35g5›N«Th8Ì#cØ[?¥Û[W!RÿŒÅþ§ü_ø -… ?œÂIjŸÞôxD úh€,MD×dwº.íuÎ}2äALgé-i`ååÑ=ë‹›aT2Ý`?.ú° ·IàªçQà¤ó÷œ–^‹—4¤ï„;¾_T¢ -!µ¾ã]U†0þ :„öœÇÁŸï’ª{>®¨ï#{IƒÎîŸt¼»l<íz¼•>¯ÝŒ8bëNm“K}¯6G·íö4-ŠÖèÖA]//|‡ÕŠCó>À†Ýws1ëÖvä¹Ç:ÙQA®òCtQS»Sl vߥq¥WìÄ^µ ÿÀ¤ÇPèn7L»löIƒÌTj¼¥Wp[TñÙ<–v‡‘!ÍÞËsÅÎ.‚Q Ç’äQ¤;|‹;{°r]¯ý¼œ.ÖÔ­ì~^³7B–å& 몚=ËÌ·Ú²ئ¶cÕèb‡prÿ ?Ľñ€)Îû°õPèeul¡A–²Œçpq^›¶69ód¸GWâ|½+·ž±PéYÄʼn9Hê£ÊqÕôÈ´Õµ-Šƒ£²7MÍVç˜êåZÖÔý¹7ÓE_~hÀàxýñTІ›ù†µiòÍ\Þæ›½†Ëý;S[[°õïæÁù›»ËP¨1Õî§Ý»d¶´ux]öýmc—š,/ïìeQ'p|ºCv¹±'âP ûª³rF¿2?7;z£eÜë[C« SCµó\‹þSÕ¨N^«õ°õ50rKºØWòú#’9£tsÿÀ´v}Øú¯o:T¼~Ÿ,D'ü{ ßRÙGýx7ti·ðqqÍå'nôv»bFB\ŽƯÝå¼›®òUË+ïån„´êM»ù¨i¡)ÊRózJ“ãfJSü<†ÚóÊRªÔUODuöKZ² š|Ñùÿ¼–ÿû À8G(´NM¿·*ÜA漡Ÿ•aÂ]ºR™Ýcsî½Élûùø»sƒéE“3§ßFr9ytbíÁ|—7ѵYjgÇYA!ô`•Õd+Õ»=ЩgE?¬)éV;æ+\íð¹7ê›Ï@Qè0WUâ飬Ó}éߘÕÛ̺6ìöt9wù!b5žïÔkz·É(ÝÛRX¿Ò EÛÓ£•›Œ«sfï­Vð¯ò€qÿ ÝÉp\ÆHqV¥C3W;Õ™Š|5›-ù:ÊMd·ÿºÉei—“Ë…›-_¶ÕÖQë»w­vÈ´¥z&#‰ÿÀ¼)¤û+¸ž;ìý0\³î6sÁºç4¢ø9Œ mr,†ûæÛ ®ùÚI<þk~¹õßïðÝM%¬ñR„ºFx͉lJAIãlSª>I"&×ê;qrÕéjãJÕbÓ•üîª+—²‚!Bý~ˆÊ ]­ºnþ8o?–»ÃN¡½îÎö£Ø—®³yL°»Ð ÆRà4ÇÒ‹…ËõG{+¸µ/ÝÍ™¹7}?~jMEyÖ®K!‘‚þ ¯*õ„û!ªxy VqUðÄ(ûÜŠ‘v DƒÛ(bDõFU,}u«5MîW'¹T÷ßÒ£þðáï»ÁîCš½õVmÚñЕ¡7>øN8uè T¥šoL––Ë»`jM’˲—nov-ï8:êÆ\:Ö/Tæ(½åÖ­J4¨we]f)a×o…ÑËÇЖ[n_¶¼'YÎ÷>†Ð+Ma-è *Ëkÿ;[~NBOim‚éÆ÷èÏÎÓòòÌש¶'®4lžm«¾H»=ÖÊ-eæ?„Ašï…b}® YÚ=£*9ën+¼p)ŸFÄ«t²x©ŒiÙ¢¯ÇR!hÝ‚ÌNf9Óyå?G±XHv•n©´öÅñçpâœfcKªHkéÔÝE}²²¦}¦f¦õµé™ÈuüŒ†3ß°Ô5©E­U¹m }©ÏŠ_´ä vnWÉm¶Wa/s«l‹š[*£¥ (’¥Åñ½g|—»½{;î ^/äòÜÒjÜrÈÉ\ÄÏöïØ¡áÍXžY¯¹˜¶úÝéþFuG“}£åö^׿7Ÿ|æ·&¶ünójJ/ÕéMÖ¯n†’>ó*#.;Sö»'4[º ¾è«f¹4šR>ì(*¿èËM^ç]›k–‚Qnã_—9öÍž³f½ñÉœûÜ‘9E¹Ê¿cµŸŽQÕQ[a§@uF`Q2Ü^^¯[rí\ë±¾é´Vä‹Úe¨î»lP{øòLRˆQTÙ˜¯ÕwOï°½->Âd_€nÞ1¯°¿0; ·tT„£ï™c55åŸåY5S "•u·nú±Í Ó~Wÿ0~9BcF7ÑÖx„•t/mé5KêUKÝL^l&BÓ—)+6ÏTå@®IUr=–…½C*%Wê(…À@´<¶›4¸¥­¶8úVû?)PS⇙SÈCŸŸ½FÔŒ-SÙUÚoó{&Ù &0[ ý9 :tæÌ¿c_ÀÖu¯e‰’5 -Å.»Î³ 0³mÓX–~ˆº[œå¤P‰™Ê¦·!ʶ€£Ekay%s€3=À »'ÀkìÝ­cà£â£WËðZü|\_7!8Ï/ñèDëï›íû“ºp~Hu8 >è¢å@™“ó †{)â›^&–@Æ× -¾~}~¢³ÅþÔ÷KëìÝ‹{|~»/:‡[… Ÿ××'®ãK‡¿JÓz 3–w&/óÅ+<¦_‹¹™ÑZ9O¼e‹¤ì8s›Ñ!œþºê:MbšBó^c@-? Í‹ èCËt4;$ëKÿó<4ìc…+^¸=VFõ:Nãò)dí &“ó‚­Ïäøv=-›rjÊ«ìq³ËÈÇLv4{»™m&åÔd•Ú ^œ¥c{q~jæ\h=:ÿè[þßo€Ô§ …–e(4* U¨¬­k`ʵ:`ÜÛ0^áü¿¬¯~œÙ?ÑyÞk^Èó-}ÜÝÐâo—¤]ùfëÐP̼±as>ÃxÇØyeä¥Ïr†™e«+©qw|ôç÷*i…ï¡Ûû!¦ó&מÄG#hWýW*oC¡® ÇË\ºò:¦ƒ’ Ý„sVúŽŸ¥<·¾Mçz1>Ç÷)Ë"Ô±¿e)~+Wa­~RÊrµ¸Û3ìèL&ß¼mÎŽ¹Íï•.1¦RÂìå,­=‰æ¤¡l[Ë·Œq®Îk#xñê(¯Ýëÿ…âŸ2 $߀ãɵa›c ÷Õ3`>*5ŠêëT†÷ÄÍDWrÞÝŸöåãã0ð9r;¹Ü³ëTwSŽ÷z$-ÖQ ÏAgV}½pZßÍ~ˆ=¤S­ÚS’Fs“FgÒï)µ5²¨á»äZ>šCeXÙjò¿P°M@™A) Û=ƒ´äPß ‰ækOWíØ·ðÉLÏÛ\}´¯ó.OŸu¼˜3Ël#(,<´[ ?‡vmªÍOÆ„–fÀªûѸ·ÄâqÎn_G6òHùWÍ’‡`¨{ɬ¢x2A×~74®’«P{ÑÅ֋ʯ€BØð× -MÚSÀ VWŽ·4`çõá¿:æÕàÿt89óƒÀ_ö[\]€»¤¾¿ÇWnr³IR+OSëŠ4Þße”?[0B<ØC‘Ê„^²6÷ž\z|Üpd]œZÖzÛ–œå^¦)V&•)Qú~ˆ?@Y ØðŸ¥;ç8ün ½–xR — å;ìK­Kkõ´ŽƒBk¸›bÖrÝ’:÷ØÞ5ˆyP³Óx›.YŸ¬ø^‘=yUT]<ûjR -ú–NÓS#{Klov¦YK[fV¶Ìí¨1)Z\w¡zù Æ›ï°ßØß›“f gî°ÅêeŸñ‡¸©.£œsèªu¨t³æ–•ù*ë*×ÅóTBgxa&! –IÙ›–Vâ€"æ’uè“jÿ\ǺýÂ^›o{ÏiëJ1±æzÏÁ‹ï=Ûw%™å ‘ûw*ÞC¡ù“ó½™fÒ–…ÎEú) zñÚÀ€xÊGõÝgti®7izúÌq>e(0miOØúãsõÍ “Û©8X¦œ²utë‚)ôôj·¦"ZGmìv´qgmÃ+=ÚTvÉ´£Y’îàw2ÝQ‹ùtYi_4~Ç÷N®ã -•®6`Jü¤ȤMúþ&pöÂr#îàÛY~«·êŠ#Nþ"i73?>‚cs…„úŽõð±Ë9™¢Q0]ìhå¨ÐÜioè¶øÆÑàï߈™10ðTà©f¶#“ÍíÇ$[-k‘úwêõ€2—´˜i7¬>’CÚLÝæü?Ùi -ƒ³%âN‰õV—䨽šÖ\ѼŴCM/ãR×ý ëÜ€´6MÖ*’|®‡Ô\‹½9ý¡¶óZ@êštËÚêgvX©ŸÝ-¥ï+\¯·˜Q|#¸q1X˟ï4ñišÌ[ MÍ–€õö×yXF®6w?ˆºÞRT,/È£´˜Œ -ÝpÕ4¦½¯ï|9_¾»{ …ñ¾5âR¦„ éö* ÒÆmQe5Äêq*îÎkJ¤V-%ê¥VŠ!⤊ëxJU*gBýô¶˜6ÞРsXãÏ7‰=¤û·%È0ŸûÕ˜wW{é‘oT)\gçñ=zÅ>7‹k7}rÌRÃÑhBÇž#'ÇŒ_ϾX<#]r4Ç›yUĵ©“M)|œ«¯=J®·Õ™£×v¯³¬³¢Ž×Û)7£P)™QtÀÊâôÄ•ÅòŒý -8ÑÍÿÜåÇ™Õ]^µæûq/´¶)&p×Yu9Ї[r}˜E™£¦½Ä“ÇÃõÚjÂf2ÈNf+KèÌO=üdÞZ}¬úÒƒKòRš=üSÛ_ßéšéµÄ§á=ùœ[Ì峸AåÓ%—¯õÎ\mç¸ézk¢Sõ–#ÃQùçð7º—‡B×YïeSg8™kbs«m˽u&íx¨dœùb*B‡Â ?AÙ+}œk4Ü í{Ö£× {ó·¶jç²x-ÆX¾UÊßœký󈚒‹Û§ ݇nWйPª@gV.ïªt›Jr¡žãäSíÁʧâéwz.µ`‹÷ýâtH¹Í -ÝŸuǸµcouç‹ôÌžìhsõçü‹u»»œl{#±kª…ê°}ÐÉICœÞêò8k¶³ÜH~`^«9àÕ`§«,ß®Êû ô“«Èèðgù›*~\C®Žëo¡úÜ÷xI`¿0h»õžŽö~ ú†î¯ËÂcÒ^Ô‹Ýn˜)T­ñè“öüE6õú!<Ö_gœÒ’•úX=Óèì Þj$Èu 5Äȯ]Âq Û¹¸Zçr§* -BLœ¯KyqþA›¢¶™"éÙÊRÛÔ*Ô­iT"QDì`ˆ¢‚·þƒâŸò?i¾h *P6qßQ—öÂ0S´Ø ;ðÆÏé´;\º‘ÛÇ¢·ýìI™>>ò¡{,OÔ¦¸°Zs#¶j·J±+ÉÑеèûÒ¸ÂL*KaÛŠïB·TJ YìX²¯W>¼Ä¨Ü_–±rÿÜk”Íf¬êª+˜Ê¯¸,1Wß¡§¾ÊízÕbÖ˜ÑÒ«”š1Œ‘‡1¸`µõîQO³TÇÊ=óÍê­hëîG®8P—¦M^ü´ ×"Í.[N;( æÃeñAÏÅŠSÁ -IíR,¬Óþ! -Ò ÒKFóŸe^*V*£8ì¿bÿ”fµ5[¯*ÑÓÉê³ØºÁõ¢éÃÈskÎÅ?‹FX‹I§¶›[&p} %×:i–®»e1#…Z—éú äuáû€ÐzQ$®ßí ×N>ì’n;J3^ÏOÜÒ#®)ŒóÍÜ&an3-P2ó¾w£ÿ_ol¨µP‹ËÍ·2'¬µ6É_*ª{ɹˆ“rË_øn®ÆX­Êu56tŒU3[YÔ|Ñ\KX|ØW6ýâ¹|®ïÅÇLz‚Fù!ò -û$x»1\³xãs¯d÷“Œ–åÐŽ•)‹)ë¶ÈDˆ²e¶-B ä_±,¤(ef/ÚäÄW†ØÒ1àE§hÎÝA¦}š?˜¦äÏe^’ª’¿ˆšÈ“f•\¿ÛÂÞѺ%WÚ›…$êØPãòäé6âèÛvšc_Q”Í}&ëLŸY×X=Ò~ûˆ2Ébús)–i¥Ô×(]Ü:g÷W,jÙµ2Ý4e$7}iÐ×û…>ºB…•€l ×XWç륻—•|úM†&Ї)Û‚ž)ÂÁšÍ+i•ƒò¨|nã^ÊY³:2v½W…ÿ¯^Kû­’ÊÈ9R§C›íP µ(òUñSM©1#7ápC˜Æô1¿ÿ~ˆÊa»ÜVÆbn#»™½Wè×®¶}ʹ„®Ã·rØ‚×w{- ȳP•Joÿž›«O«§\§t?gNë̺ÐçH?–•“lÙ÷ÁÈY¥à”^:§R4˜PÄ~ÞMépxé1·ëUÑÇ1Ò Vú¯óMZe{@?¬аÔèu0þæ`Ãx ÐY´«ešËy½M€œÔ)@–Ñ “Ô «. óÈ» ç÷·k”úØÍ÷fï#@åî Í PG-t5ªŒ»Á¸2Ñηú‹ÞäÇ>ª¿…»pa ŒÎà ->Z`ùù¾|­†ßÝZ@½£ -P- «Ïõç%Ïßß|DSeøyjD”G -­ê5€›6@ô ÖpÐ {èrŽôœ…ç9;4jÉ‚GôW³¸Uû“Q¿Û3Bþ~ˆ?@´Ð -jIP^ɘԃB­j§7 -0yWŠÂËØÕ<€¡ˆšø ºŠÀÒZ{T¨4òa“D×@•!@_ëå7;JÖßs -Ê«Áóˆ«:ÀúLëÕ¬}ÒÕn·ò[¹>¸þ+áPPfw -í)I €Ås à$@¨Ûo>9w!Ò€9B`5^Aú¶&¾úÁêq<¡ÃSd6-€ ¬0Õš¬‡î Z¯oz9 °Å¨š,LÐx-×xïq¨ÌÚ7/‹?ĬÇÚy¶¨«¿¨÷âÀƽ&À5Ôø\ü~>«¥¾}ÓõhhpžlÊ6è#kدÅ\^Fê`[ÍØm-žžŽ‘D÷³Ü«¹jÉÏm1j?úäļ Ùt炲Vód¬Xã°BõW|s°peøl]ƒã)n}ö6ì ÛozY¹ârÈÂE4@dàQa ðª~8¿"N3ùd±Ñå$Uv¯~µ_Í#;z1ãFôÜ6Ö§g·…cÿq˜s>‡Ê÷¢\l]G1jž SëÓ·¤½»lD};ôö+(óv‡›½[°x } ÈèñäQ/|³£–Ý$ýÝýÛñw EéW«Ô%Ÿ]®Ÿ{œYåѯ#úý¼/˜wÇ7ý{QßÌowžÞß¼·•Ü„ É^Þ£ºtA§VëÔà*æÞÛímŇ®d˜îk?ÄJKxåW’3D@¤QÅb "pA*³_ƒÔÌF@êŽ 5Ìu“å’œ¾Ø¾¹yX•Ûå>@vèÍ{Ù+t(Ê?ĵº-*—·çt.ubå^Ð>=Ï}{Öšûç)¾‹ÌqC†ÕÃÙ´w¥°ÜY‡5¯¹\”w:±™£^ýW@]_¯µ¬úŸo¾RxÓRßÊÁ0@‡b²®ÍÍgß}øw+D×dæ.ÓköužG,uЧ,w¢Y­zlûcã°çîÖ¡wÉŽ÷§ºïmluÝ]ûEYlÓIe“,έÕbntâN¸6ö%¯ÌËó½4A—ÿWRïÃiԩ꾩Í5€Ñòîh±:JK¯Ü<îÀylxøx×)Ç…çhÜß7 ¾ÌJÛç·åô®t [_²ë›d³loäÌÕY^ùéZiX»5N¿ß«”j–Lãh,ÎFݘ=‡Ëz8iêÒtæeª“(ºU~ˆ?‡¿>\ˆ•¡ö½ïþÕÙw£í0Ø…H:‡Zõá‘»æ ÉcÖyÙ*=ƤÅáà´­âûd=ÃTbµµì±\¡†°d4G·¹s/ÎLRÃ¨Š‹ˆÛío Gl²s¯uUÂIÐT¦DæY VoOÒmxÞî¾Xü€\Ì$Øâ]8TG‡B“ñÐþ 0¡zž/Ùâí]˜+Ã¥»ÇÃPôöîÁYl>Íöa·ÍG¼½ÅHÄ}êÔ¢ˆküÜ3¬êìy‰Yµtï‡o¼: k†· Ѽ€ÿSB9ˆÁšIãì"+ŒøÓ½ä -óÂð>ð¿û¶¾8k€Ô50­]"À´·7Î;©Ç°DqWMèUN»EG塘(Ö¶Ö®NW«le›œx]”ò50«žxˆBzª.ýÒ$f6õ 5Ä:A+)yAz9_Ž{éôst^ -þ  á×+y¯W%ïIɹï÷'÷?Ä?åÈÇ -õÏ’MÖw¿e ˜+~Oº¼K½;s¡ÇüÑæi \wûÅI|øËEy‡ŸÂÏxLIMF‚vçüÍeß“ìȪoÿrHé~‰­áý½‡…={ãÃ5ãN/'ÞÅJ!7ÐüNf@Š:ëÄ@d~Ha(ó‰|“M¬ýÝoYRW -•ï¯ü÷>Êzòýù³O%}(;§Ò{>›+Ö~£›D³É빟¦V÷ÛxMÿ:¨bÃÊòÅxŠÜiBHn}ÙjÌÌ=fí4’l}{SC2vy²6;;§­½ºe¬Þk”ú ÅÞd*3 IÉÌ ¿é±~–FpM1ÝäxvY|7ÑÌܺy‰`ëǶwÌó1‰Ïvtï»Ë¨ˆŸ^¨€‹½$ÜYvhÖÞôs%›½4TË,ÍûýÓˆûjõ2¯›,e^Ãt -"Kš®B¦[&ððóßo€T Ô@Ê-ë°sö€¹Ì =_öýž¬ž·óVÈ^Þ~÷Ør9½Ê²^=*c{¦´ÓÉF‰Vã|e}ŽùåÃ%˜(±»X ×Êþ-ê‚L¶÷Dt±'ªa³œh¿+Û»s)JXWn5¾h£Ý`b}1@~H)´çµ í¹‹=ÔVЃÝþõޤ'‡S¿¿ÛìÞ“Æi½îâTìAœ¿éa/LÍÝQÀ^ìûòpïa%÷⤭{ßY5^=ñã¾;3^ ÛQÉàÛ)?ª·Zg7·í媹í´áµ´šŸñ»µÊÇ jì@[_’_ñ¡T:âLú…öŸËW~Ãì®ú‰XîuÒßjêg³ÊU#,ªÓ¥™†×[pNî.uwt›vçCDm¬M½s²¬OíÚ÷Ø[;æShÁÖ§Á ÚpÆqY¿3|S¼ÃTzîÝ(÷ã¼ú<}ž}4Fþþ_€‘øÿ”a›35@—Ph›&»1_ãá.Ì…ö®^PúëMÞbÆ&ó0{á§ë7­y¤lûÕ}mâRdZòÞ|âÙcgÑHÎÍÞ<ºüú°¼«ïýU§£¯Ö£®bt×Wæ[ù¦N››V]šWí•󯺠…¿¤B®h"2/UÿQi^¼Cy|†^ßU ]]µ–¶àüŸbî³=LOr÷½4ªD ãiá9;—õï•Ô²‡¼Ñ]k«ìF¹éT¥4=+º¸G”¥ñõåú¢Ô›îhXgÿY_ªæã‡PHU¿)ó™~QÑ­rþpQ/Ô¾YÆÆ÷¹þ)·}Öv“ŽWß4ø¾¶Ê= #ç†3Çg³Ã4åñq90‹Ceé0ÞßÌ.–ûˆßûäϳußÅ寵Z·µ®¯ö—S=Íg?µíeœ­uÃb½ÖÝâ^-ÛõÌëšÔ:qð¨Ó/ûV§cýò7ü õQê€A{­ûX͵öOÚ‘¶„¡ÖV½}¶=™K}Žâæt—–Aѹ'~Í“snKoI¶“·šæµûåÁ6m¹h³0Q膺¨õ¢ìþ‡OTë%[W”•óáH–ó3e ]{í»tIlTæƒñç%ÃÖ»ÿ -@Y¶ ˜Õ«w´^ž¸C"¡ºf1JŽËÌF|óY£'O{<[ Jú4ð§‰uñhþûü¸4_ìWŸ¥Z×X–-¾^ìéàH[ʪ•rkܦH7C]J¾Kå«JUŸ!¨TŸÛ½]õŽ89ªê7÷p¶”Jv€Jƒfãý+-$Êý¥’½ïV+ªMT—ùåE^ÈÇ Ým²:~T’¯t?}QÉ•c/ü¤Œt¼|ï°kº)Ù‚£¢Ò¥}£–¯ ]©R ªãÑùû˜ÿòIü䟄"nY¬ï*=±¾o*ÚäÅVæi‹ké)NP þ†?ϸ6Vܶ*ET–ÇdW]€ì@šQå’ †AÅWT¹:8<ñº}¯7GýiºpèQŠ÷ióÚ>mL¦3^m ÓrÍ÷rMœ©)SÄÍI%?`ëW¢¥T §T¨Pµw[Xg2G¡5Ú2åmÛã…&›e…ø~g~ÅíÍûßý?YaµÓÖ•è±J³È-U'Vm/úŸYZÌí²[Ází<¹_rÐÝX`׺Š#*µ j©Z)ÔØê§u*ˆ¤mJz´„N6q…N® ,@ïB&µN—÷—V½lnôI™ëÚxñº1óÅk&Ãÿ%~±ÊüŠcÞ2„ •> -±‹ ÅùLjHÓìê*Ž‚‚"¸[ÖË[¯ì=g¦‚s«›y=aý¼º4fÁú¤vëû{Íëáp}©ÎF¼ÒÒ–tùpsó¥ TKEëÑ*z·Ü (̦QáÕ+Þ ãÊ-H©‘Rø Ì¿¯šŸªŸŸD~æWlg<*@oÜ -æâB7ªÿé’• )xLÉám!»f{ ž¤Ú©j4¥jÑÕc)Ç÷gQ«´äMuþ‰N¶MÜÊy{ -ŠÕ% -AÞdóaÙ.ä±hSãõ<Ýý!¸¥ÛqÍòkÇÑ/ áè¤ZÎm&x?ש}޹NÝFŪ—‹+ @ôªáêÉÂACš‚·\Ïòvù5fzÆùD´®Ì÷WËèŽ,k†nÔ¯³#Ëȹ_%7Õ`Ç^É•óA!0–Ӽº¯sæ–kÍKn3ô“ì>˜áY¹e3¶V¨²nÓl³å46Ó½”JûæKú!þþ†ÈW{â, -¥ÿ š¡^=l/;…' ¬5?o}afîjŽÛÒ5¿ÒÏI -þ.T6f½T¶…M¥è+r5¶ÎpãÉS¿ÎÑ7ÃÈîÇÅvæ¦{ß]«Nú±¦ü´È -s&0»;:t&»¿IJ«Š‘šZNqóWÌUZ“þ šÂÇ¢[Á)Ìvé^öxkà>€®“àZ?KÕ“,…ÑG\¶©÷ÿŸ…>Ëg•Ixò8¹ÛC³¹7‹g -è'Å–ÉkšI¶K‡V'G-\=ŸZŽtW’›i³N˜ºÞÀO+·]w‹VÎ="Ôwèý¯˜öRŸªÿñ2¥çS5â)´¯é½„¦Û›J‡^ᨼŽöÇ‚L‚ ¯gkËÜf°[dN“Ü”uÕë,-ÒÁ‚þôˆÆ.âšÒKå]ŠÈžào]7êõûÅ "—²OˆqÌ r™/C´ä?ø!þ)ÿ€’,@Û&½,da×!–-øro%ð'ŸwcqE’ÏGË'Ÿk\O>[ª—|ný@[ ´pHÚ~Â9)>!J… @êA :hÙ”ÙÁÚU*@3ƒ øëP¢‘ÈkWýZìÄ·²t†·@Îâ |”¡JΔË•h ²Ú$B€Ú£@'Ì¢Ë$ZÚ`^q§žkë’ºŸmânêøüü¯òìÅB¡ë05.D€^1`t½ 1 A¡¶5xîٜ肗Ñëöª&Õ ðSÓ¿CýlŸøÌc÷9¦ïùQ›¹úu–¾ŠFý pÑ,Áêß›ÄC˜%}³£X<†B“ô`§î `Á¾×"J+ª €¥W°fŒ‰ Ìï¦ðÇ`e™IæO“K´hYIÈþGMHKê¾–Òtøj2éÕ³#´î³1Åïv'Nÿ·k4ÎÝÊT#w‘{ŸÌIßšÌ)ÕÕé¿à‚ÄŒ¿¡Æ\¾œjŸqŸE°ô¼ܯ¦ÎU€Ô¿Fñé·~-uåú¢ÏîçÙ©­¨g†Erýž+?L¿£<8}Ù¾ŸyÚ»ÛïA|»Õï·ëˆ‡³Á¤”Ï\“Ο"yɶãrvçøfWúÀÈâÊW5`Õ¤mÛ†B·÷oZZŒ¸”×€XÛ/@ ¶Y@°7åµjzÏNÒ=Ì›ßÏBt‚«ö-¹y ×Λš¹>g£ÒµšÝÖ¾øÒ¸LŹԚûùyv—n'#hbÇ–×ɶ¯Nqçì·Üfœ®fÖh|O¯æó7ÜëA™cºî$@¬ú-@öÅñŸÝ¶×= ì–Ì?wç™üà—|ëæEkç:šg—‰Ü\PŠºÕ„œ‰ú9û5¢FDõ¸6jú1}Y‡‹ÏÙgç²»¬gÄö¾ˆ¸ÍkâˆÕ|üâãõ³‰r­ó+>³xhJ­ ˆV¶ÈÞ©Î5©­v©Û}e6JöîÎûåk9j «›§FýÇvŽ]z…üiœ5^{K ÉÝÀZ°»RþQÜgl}[QÍø¸­?~·ÆºslE6v\¼É ‹‹S›æç¥$ȆÉVL‡A—cþ ?ÄŸÀoÓT;¯2խð޴Uæ€ -.ç$½MGñ©0×Iâε«35²½·ó®»}T¹é&)q›õG¯0|Óß«EqD­´û[.u®•KzÅéñÆñ˜}`qdêc°(¤7™ÙãäC¹[æ¦xõÌNRí¬Ø>ý7™çQx‰€ôg5Û]ß¶ õ*ŒøžyØ(7éÂaç%ãdŽ9ö(î™Tkµ8µF˦ZŒâNC8DûñŒ¸Œ…-ìÑ<=¿¾…¹»áë³gÆèÌü'˜†Ú¼Og™=‰øm.`5ö‡gÎ3êË/jÄ#ÇÔßf]€#'+~ïWPeçßGCÇÉfá\îPçõ±trL½=‹E~}%úÒŽ—c°ÜìÆÂkW¬L|¸¸ÕEyæ5ÂÏ~ÚŸ,‰ý0`qq>²Ò‡•? W§á½yK†ÂŽ ¼q¥ÊyÕd$¹SùÙqÑyg6ÐRôˉw¨;ƒÚkïóù!ìvö~ ìwû‰ð}VSл£˜õ(‚!óe~^¯ÉðPòôÙÓÁmŨ1”LaöÎŽŒ©†½ “_xЃ½:Ïé°b«‘û!¨‹~ˆÛ@SòˆGãÐÔ¸d¯7¨n³™¾oõ¬ÂÕÊå;ïþñªƒ¾åÊI?_.?ìšhñûmŒ+¿Ïúnj{{I¶Ô -ouº><åzM{4ðñºY‹N±%‰y‰…PË·”úÕ‘£øÎPF#{¾fNã¡-íöªt°z»Ê£Ê™D?o/¾;TwL6KáÝ‚ê¾W™Œ“;Ä Â™\!f·¿ÎíT¤ÚOáû$œ`YïþêÖ¹íÈÍý#t”-^š¹pNÎôú»¨l<ÐYØâø)Ý©ÕÆV¯Ý¾ŒŽåÎÇsš—i`q…ÓÌt%}ÙóËÊ©›Œì¤+½t'T˜R‹ÜV[§+ÄúÜ^4^— çf½?D³ÑÓ߈s -ݤ„ï“[Z¯~%†™³¼÷qJØÉFVZ¯ô–;2¿šèê…úÏû¨X•–’áM×zo@ÍTç‡°Ž˜52Ë/;èÊþaÖ^ìúëÖòä][Lá‚5;C>Ýî‘ÒàjrÐ0§Ø¾±¿°ûfÇöÍÍHÛA4ö 9¡ÇPáë'Ów«}{S¾z(•.üNæîåMTºrsLW2“ýq›ß¥áOð2ôú¼”¶=8æ8ýî?Î:Ó«œB{SŒ«AÔµ©=Ñëëöº%[Z_æwã‰t1‰4GoiPrR‰fÚÕaù´®Þ3ÉI*<ýd:ÉŽôõüÿ”ÿPc»r“ï@Ø1·^å¤ÿ4÷üSòs!“ÎdÆ^Ù |sDϘÜ爴"K(­/½Y/…v˜H`š… Îé[.* Q«|óÉ‹µ"•ÑA»úؽýªo˪(‚gU¬NX1ù4u1˜5–•ϸwDZt_Fr¨ -£dÿ7|Û¼~³~m€’.‹¬3޵¬6­ŠñöM,5ØtÚÒþÖ_ˆ^;z©¥“ªA;rèlOdÒô³eÊø||Yk¸fýŒŒlYl¿Gââ^Ÿ ð´.)ÿT¼•PâÐ…§! ÏþÃ(Œ¤Þ°Pe¨mÜvhþ`Ä—Ÿ,®ó<²Î]y|¸8qùÖ«ŠÆG÷#–Ÿãì©8éå¼?í;™‰ É~°?íøúh -oñªGœQ»®Z/.·:•Ó|¶%`ܲ§œ[¼Âqa\·ù©éïøùdqçµv -ç⇞ãþ^æhCëç6y4ʵ¯³$ÇÎFBŽÝ…~v/æ÷Ù=—ûoüñÅËæáàQœv[nq4V¶9— vTÆëP£µ¿7…uæ¬-‘î^á{“ÀÉW ªRép¹œO0µ(â~#¯°\›×9ÆâèÛÓͱ¯'Œ÷³¦œŠ3§Yù)æ“ug*ýØ–Ëi¿»i¥Åœ6e’3qc‚Z‚(JÃBzŠÐZ–Æ]Ô$K¬_‘.s|<~ˆÆ«Ÿ´†WÝÖ®‹A,M ê*6Yâ-än6R|„žÿ¬<Š'Oi:·qïÙ¬Yó»>.³åTû{ÿ~£Îȹ†A+…^Zx±ŸZŽ_1¹™¯d†ÃÈ‚Ø/‰–€ÜL<„àHƒÀ L+>Ž­<’\= ‘Ë·6" Êâ±Aä -¶ÿ~ˆ ?l‡ów?k__ ²—ºK )\ -îÖvµ²Ø‹ÅH -§å¾só ‰‰ÏùE·5ýæjÇP\eÈ–‰Àa’M¡O‡æ­OéʼnjVú.Ù‘[#üS0ÞÇÊìzŒ$çá‘‹Ó"—ˆ#D+ù¦lSß”-1©ADÊßÝI>§I*ùØ“tòYž9¸^ŠÉ9W“÷¢*Dµ“¼_â6I>da™|rþâóI>¢M>-'Ÿþ°›|Æ„ÁO¾þÖòiãäS}ÿEš|’zÚ²!zÆËÉGRò)*mˆ=<-[‚5³ó[òɰð¤‹O>å¬Y­6¿µ¨ž•|ºOxÚ·H>Cs—|æ×GòYˆðÓý¾|žÚÿG×{.©ÊuáÚGЂŠ9+欀ŠÉ  ’$ xþ×»÷÷Tuõ÷çšT¯…ófÆ1Ãé" €L€ÚDÌ@^cÉÞªqîS”¾PÞê9þBV ï›D ¯ îgB‰êÿ †f³ø“ÜñçU3pfüñŠiü¹ï²–¿¿ñÇï/3ÐD›åž’¸'@Çñ`Úúd`K °¯ ¾µPÊ.älÏžÃ+õ­Éû»pïߢm.½~¡G%öyû 8mdPd2ÕR5s³æ7ÆÜÏ®Âo¼Å$€Æ|szKšÕÍíò p´Û pêL3Ðûà“ì?éc9\>Ó膯H»Iùâ7ͺËÞbÃ3ƒx m½æ5Ä¡þ3°ïGppígÐÜŠÏØ•Ï¿€»6”x„$`÷ºþÃÁWüM -_ã èbÒ ™€Ø*«yþ¬$à¢3Ì lp œã¹ÛbXØdÏò¾fFÇ{]vÂw1,‘Áö -ÑnI5£Jã3 qqAG•áý³kÜ<æyµ½Á‚q^qw_?rÜ)³ÿB¦k–ÏÚ®Š|£Ö©TKr«¸•äÞÌ"ò ù=iDMr'ÌýfXC±[ï«SG†ßÙF•þŠ ñ+͇õ£{ œqÉ -N¥qà{Ø2õ©¾\ð{pÒðÂÛxä±'ÿ_¼RáÝÙ¦e8ª<ðü;çÛ›¡é[û)ñz:IÉþ YÛí ™ÚM)É]>õêïº Ô6ßã&˜oⲞ@,¾o¾ýÀQ97GÃQß3¸µßë¾N˦—WR¬©/þµz¾€)ùråÊ#qg»ÐeRw´•>r -^³KÑ^°ª¯Óóé›àÙÖÁƒ.%¾‘í¿®.S'óÄ¿Å/$¹"‹$¹á½ò¿3܇ œXx’/6¸N÷÷®PðÃæh•͛§üJ§çÊcgîBJw -N¶u—ír‰Ë¬q £ŸŽUë§‘iÅ-Èlާ•'ùàúÏ^Ü=úüA0Ò9ý4ÀÑ%ÒçÔ$¸­´b =;œ«Ú‹…ý’\SÊd¾‘jß_/ÍüåË4ÉGËÓ7#XŠKÅÛ=lù‘íqV1pœ…m£ßhXØš‡¨½y’iïø¦KîÑ7Oêkð#îÙО|R4]!ˆ–»æü¶ž.˜øZ)œ ­Šz\à¡ÒmW|)†î®4:ðÎ_Èä½”5å ’Àü»‘),,“‚d’I)Q³Âk^rÕuwi€Ž]-íÌãóvVõ—3Dä‹3]‘Ë{=÷©Ûú¸®†w¸^+3ÙÖLÈ µú±˜SÖ¼ª¶(y¤Ppï$³{•øªé‹Ÿ• -jwìó·eáÅ#NäþÃüßõ?$¹ƒSN /'ytÒN -Ôf•7­s¼+íÄ€!XñßÙÆsÅ瓾¢û8¡Kz¹¶®ûæh¨•ÁZ=5FGÅ#×¥àò,³ ñ.Å7Õø-˜ŠŸ`€ˆ#öÄ\RÞ …òEæ7‹Èåî·$º²°§ëüŶ“?‘ä¬O97×JæÏk½¤Øº}¿‘ZŒwçÈ©uYOêô(g“jÀ·ûtøzQ™ç5Ë:Ö÷2JïgÒø¸Ü‹3jI -jDðÂò¢^y½èÙ|iŸ‹¸Gu sÕÛ¼X£ÖêÒžbf·¯e‡¡‘þ›¾ôÀJاG ¨òú T«”ØyW’ÂègNh¼NG¡q?¼ -5wo^ÍÌß–¯²¾YÆîµÎwÀXaΣŠ$–Ø® ɘß6.+ë\ ˜K#¶–'¶¶}†Æ1Ž­F_Èö”J‡¥&èÔ<Ëœapä‘«â’Å|Îù?ð× „u‘lúÀ¥¤àõ ’¯¬ßuÙùc¶·tª÷áôyÁµ¡q8µHÇR{Hµ…×÷²Å=Ymxi*´RŒ~W_gzxH…˜¼òšPsç,Gtr†‡v‰Ô>C”,Î"ò´½÷Sy}{±ûÉ>Öö{ë`W—æ_Ȇ殔äÙ~9)Žöh¼»åþxae;²}¨05Ów§µ¸ÁçzY0Zg Y8¸‘¸t+¾Š  ÖÛtŒ<§”xXo΋\… ¯h!‹ÂH>í@üy|.ÄàX»…ÐÁÞ®;‡¦ bÄ‹Ðoßèh°ˆŽ™x°Õï"ÛL&4\eB9 ½Ã÷ç Ø -lÒBy¤ó°d¬û•ñõHÄ'å}#nÒüõð…r'Ÿ­ü—Bk ʬzÔ¬ÊÉ[%·8Uڧݱ/O‡²¼ç=u%ºUÏÅ™c僽=¢†úÈjŸ¾yŸÆýû^<•õ µ[†æodžø·HàÓ5ëó©\ûFÅPo6îÔ¬NÉgïùû¢•ù -fñ>кºy%`¦ŠHE~q6ƒlÿR-Ó€Óo‘zs=8š7~BxG`‰3¡°Ç8—>gµ|:º´Ÿ2Éc§$½h—Ÿ\-²,Œ7÷BÈn‘ÕZÛ®/¸šá¬m¯§þ…l½¤ ú¸2âQÛª òÏwɃïÊ‘Íüý¡Ðµn: -Ï{iY« -¼¹$­ËÙ>tú‚óµÝ¬Ÿ°ó¢wh?öCÝi³ý¬S^ooë+¶¹Ï®ô¦bÃÚšhMÜÕ©Ç€«Ö»Ó]z|‰\µb)[ÇV§¼$¬œÁ]\×Oø Ù‘¤ˆ4ÚaW÷ÛÙÈñ&AÆZÚ@·º›Ù|aR¨Ë³[o%<Š>˄Ճ‰ïbD©$ŸÍÊ]ËLçpÔÆßý=ºŸ£‡ñæ1:OWná³ZRŠC,ØÛç²@·ëûœì÷@µ™”¿‡GÜ<~¸Z«^ì¼ý'¾{%Q.&Åõ²û=Ô±”Ë\ÖÝ£¤W´vN£õ£YuÊŸò‡©N]zÁP§eèè7¸žêïb‰`’J›ŽÐîvWîV¯êh´ˆéL¦Ñí<ƒÞ'jªq±6]mŽÁ´X®”&º o&:K²ÓUîÂÌ ÆÌfâãO|çP))ÚÒà}>|xyÙ/¡ëI„rJŸ>?°´Z7sBí@£—ÅŒà€2µZíì“u’’•y|¼­Tv›^µ¹vµÎ".Öû³E{6œÇêrRö–ÇIÈ©ã§||q¼U×åÕÈ.—1æ’Ù¾?~¸[jR.è¿vz-ôIÖçh%W8¾™ÚÖzO?'Ï14j*qÝJ¹Í¤¼¦®T¶ˆã•Š~ìȧO+Ïlß߯úaac­ Ê2jƒõ9TAÚ“»L ÆÄh9×?÷ãÈy ¤ /gtb˜â¨–Cj‰C¯óàF­ŽÌŽŽáO|¶ÍØÝ4wÙjÇycíQùk[¬ÂŠpÓr¢ql|.!Xö©´@è<'NHsµ8ϱ#£cÏÄò:ÜÖ<&]1å<—£'2-7òµq³ÆwFäÑ™:íîáú¾( pbi%…‡ý¥?G/ç ^2ÓrU ÿò¾Ûžmu§…ø¾åof´/¨QXÈËðãñNÅO™Ï5ð²ý¥Ôä’°òí#ÄkbLŸh¬Pñ•-±¨=Wáeê-r§Í{º3.Ÿqk›/ C8¬›ÊÛÌå˜Í ÜÑ‘:Ÿ:Lw7º¯°Ž6˜¨ªò•’ÿ‚&U“Ö‘‚±þðÍ{eg‹ÕÎ>À\¯ñøÐËûÓ?uòwópyΊØÞ XÖoØö@èUä=åżüÑà)V«šã¶ŠyCTct|C -¹4m äv0Ì‚ùq)‰:€TõÝ×VR¿_ ºdo£Må^©˜{ëÄþ‚ó(2Èc:‹?𰈢:4Ûˆt+E¢†0 0Xz®5qHéýCz³`g6­ÚÆkУ×v‹ü?Oñ“t¯DAS3‹Aßí_ùí§¿Þ¼*}$[zF`í~àžî…ÞN«{½ÊºÒê>½×±c_ž|ûu^_Ú¯n‹ý fÐ ò¹!mlJ²’4Ê‚ikÈMRˆÚRéûØc»!íǼñAÒX cý½œÃAe¾­Šè´aV–£KÿD ³0¢úúD–zXž6ºÖÉõ»‡N'×m‚Z³Û¬Ì×ôÎòÂ=;µRkûɶq+¦…Þ‹L3™ÙÜÿWüÂ]…CäJ®N%ETgñ.'e® ôê¶NÝÜÔÇ×¹u\Y_MJ°6{îD}zÔšŸ1æÊÃiæl Ö÷Þ´‡»îæîxáØ7:ßfËÞû æ B+6©^‹¿Ôw­ñÐZãµ·€’;iæèÔX|\ª~ëÑç¿p³zRIåv§ªtÐZfó“-­ÌÌ"[Åë›Èaª³k4ßV„ÕyYÜI“®;½Ž„ ÚéŽô±Ñ¸Þ%‰¤Û¾0—Qk²!WÍ9Fâ í­³âÒêF{ïÖw@’«—•}ë®= d]ÃѧP«¥ZR«#Ñ´zì7ˆjóZ8ü­ÿb«ò²±© ;ª²£V$mL ©ýñv›Ñ}꛺Ê×÷]…©Õ“]¡æ1[F‘|²ý´¨žÇjaƒ–®°)[:tZ \¯J;ÞÀ¸û„þe¨NZßí÷÷T†Xƃ…ûøÎ jÐWFŽ¡øú`¥£ê­‡øå1{œ:Šé;?ذ Õm;M¢×Ûú=·#¾g õC9¼žö%~_Ú ³†¼,æƒþ,ç‚)Ü€Î3¨]Ü-ÁÐl€q;ÎÐi2Ù Á5S;q¿’Lk¿–AF3­Ðê?|Ÿåÿ]ÇŸM)ˆÓÙ#ŠSHâ”>qZ À8rZp-Nl˜!ÚÄ 0£âØ—Ä8‘{œ”q/N:'ÓV)NvÇV†ë N¨ïyãq"­öqr·˜8ñÇ·8¼0NË{$N;a'N+È0Ckü?¸‡Æ“ú}ø'>§Fv¯”Äñ§Ôød胙Öï9Wq -Ã…8yoÛqb»³8¹¡x†'r˰³ãÄ ²G+N³š‹\3Î(§£Î,¶ÓµEÆé©-Æ)¯šqª8u½zœ¾ÃXÜ-fY-`¸X¾…Üì ߘ±ø…øÃ·ÃL^5ÉZÍ„žV`üi¯òqêªqú𳚕qV©bÒqÊ¶Ô œ§0þ>‹¶.Ä©e4âô]d˜Ìâ,ìâO-!ãO½ÇÅŸ‹?KÄ‹?„”§)Òy«Óî8º-Ëê›pÄ›pç{æ&¬`êú?üÀÿŠøãŒ£Lš ‰Oä/¹ÿºOª½ø£o²gÌCü9w… Ê#þPåìѨ#¤w#þ<2[ãó çñÇw÷±Ä§8³?Ùªï3ë"+îÏ·šT¢wa{*F› ì…û$7 `~ãŸÞæ·ê?žßb3 'ü2q³Lf¼I€¹e2 H€°÷1«£o<Ùüìà2b¾Ö×8Ö¾iÖÙÐyÏò[›ƒwáZFúq²Œ¶#‹J™ ÷ˆ1ºª†µþìذ§ø¤¿ìx ÌÏ^—„¹i%3ÛrrY’.˜ù÷Î\,œþBÔ÷ïL£”Mi H@q %¹æ§äZÓy~¸SJ¶”€XÍ|¯î°m­:bé´ØS¼ýMSùgô¹ô»Eó£IzÌyÅyƒ© ½âœû|¥Ðý É‚;£®“_A ™ŽÖN-0¦™w³>¦©§`Ôó(ÏÏ¿ðm±ñNÀnî“äŠD.Éiß<Ѿˆ~œØ$P¾IÅËRSv†bG}—™8žx^B^|)l»<‡ºÓ¸>wÔÍhç,Ûç““÷ÖÞÌmÉ.Õk™ cÝmíÙŠJ(Þ³½™¬½ùüœ¤MÖàÅ”5²EŠÑ%–¡ÿBÖ”|&3]fû¯uHfê <Nx+`ñйÐß3"OΧܖú⯞éBÐ-t -ͶK³BÍÚ[hÏ´†ûéÓnÖO2GáŸP©ÝðÄ{$æõûe:}‰Ê‚†phuôyw±º­P†¾n;kN{à•lGÖªvȪ‡–J«‡Ñù…ÿÛ” H ¿§x´’ùƒÊ™tø~±·ôfZ*ä>;¥(}ôÅÒýÂw²Þ7„Çph€µùB—ßL‡G2yÓ>.+bÐõºµÖµ|<¥æE5õ/ -ù¡H™(^z¯fœtIQ,GŒ8yZô/$ 1ø|O;©¾> -‹…+ò×› ðHiË]L¸Æþ…$7Ä? DÃi’/€Å¤P‰zIáN-¢f9™{`ñ=± -2ýŸôpƒÝ±ÎßnRñ¡™“c TÎ^Ifì^KŠG›¡4’ˆ…(AÔNœZÎYP›± ,¼Vv_oýâ‘Ëâîk|x1÷¯ëa=µ@‘ñÎOþ¦CgÿB6sÄ4Ký$ɳ“ò÷«³½÷B‡þ{3ï¹EuÝ2_œÓ¿‹ÓñöfÀ$£–®Pqë%ñš”ˆ³î6/,ó¯{#±_/Sn¿×\5ï.Ä`Y'èiì‰9ÙŒûÓ›,;4«Ä{*)ŒxŠ"”+üy†…—¿ð{ü„¥ÿò-/•¸\Z>7JË.’ËA–íàƒ‡6-ýÖ(-5û³:+ÌäªJ*¶…U¶³pͺX}£Âº-¥Í¶)cÈPÑkIGÃ÷ž¾ }šJö+‰ªš™y¯À*‰Ï³;V'µZiCŽ{Ò[¬xÚx|ôPö/$Ð>ÍÚ36€¤p¶ªA°(mü4 -L -·ÏÁË U*WÓÿæó«½êð(Iõ£(\­ÐäðF5`_5dú³V‘6sujR{`Vfçy£»%5rz$ Á‘?éŒmœJI-•ûmôˆqãű6¢ðÃAº1Ä ŠU‚¼.<ÜÿÜ x¾›bï|ñŒ]ná þ‹ 6ÜtØ_Ȇf'Nòæ¤YÉ!«ÅÆùEød¡Ÿ©{W×'UçÚ,õ!å¬úÒ|›î„’¿¾\Ü®zcXp)i6ŒÉÈæN(ìƒ\#^ÓC–äg --öÞ&glh6¤½Ø ¬Ì·.°››º›[‹Så’ášAS˜ Wöx³J²¡I"þ{mÀÖ©4|šíwìÞj5ËTƒ>È“n‰EÆÈ,Xήh–fy•žÀ‘}^jðTɬ¡Ã zÀ8£–Kبýlì§µk§_óìÃøvÝ^6w16Š×x_î¬ñ‹g©õ“ÍQ›²‰œÿ!óÄÿ¿ëHàÛåóŠUÜb ¼M -ëF÷yNòoO°áj¯µn)£âå-å v:Üür^×Ifèžd -YO²”½ƒ;Äx˜’àþs{~à]þ8¨lî¹Okëápåäò«U‹X˳«(‹°[~-ĵ²`"w·kíã²;—gzyø I¾äþ M§2`ÞOô˜ ³ýeEðÁÕÆ«/uÐ;˜’6_Â<—¹°³)Gйò’' JÖöv Zn…ؤ²IwŒÉ­ÍÐ).=¥WY°ãRgÎÏÛ“ù¦°™´¹YÎ_gsª2õÂTek‹YN=dÿÔ•ñÙg§có‘øØÿÂ7` GÍɱë·sü§ŸH/ D yà%VsSDnO“oÔ6|Wúô'ôv?ðù¶èÑ'<º¨‡îâõÄGµ–·»6zÑãp`éë,4{ Z‘µia'ô'z¯º™l"Šž”8Ä?Ö14Æ€çtü(7÷“R§¹›Ü„á?lÿáþïúß,ò&Ñ0=ßáŠ]íç,Pw÷%-§M“'äõíÒ“®fürZÔÒeduS8¼t+àñí©ïÕVÎÞV&UouÞw¢yÊ,²5yº².¹Iy‡•ǘ©õƵCi9²‡üyd·ÑȃÃWÿ9¾òMlôýÞðÈZ”·áûÒ£ä" }¢v7Öåý­ãvð+ôðÄ[¶.ôјÉpRZÈVÉG°ɽ»'†¹>ƒÍ|EÝ>r¦±n{Á¯Š¯YžE“Êáþ9¡8j~{Ôº‹¡7ŒOÃó׆0Ϭ 4Qt°Yá(³™`h°éìÑ`\ÛýB\ -µŠMÔ¯é]¾çã[}¾UtÜŽ$m¨ùüáô¶˜‰zW©¢"™$>)ÀÇóÈoÜ^üÀ˜Ò(v[ûȯ݄W–ÖkÌ´hN0`úÒð=¤Âö.hcØÓœ)­§ô‚¼dôRÒãA²Àúƒñé±ïü 6àKäoüÀÿ -O¬N“ò©Q4ãDó6QºúËÓKÀuü·Cç ÷ëéxäC¸^FÄ(:”±EØAw;ßÞ¬½jþ°ä”%;ÏC‚4Á¯ëè\=†ý{ÅËZlhu?ƒôÀ–)WGâHÜ ÄñPLÁB0™¨ÓŸë½mO  }OÃôÍÛ_p‘]x×Å熻Nª¢7"•Vó¶z‰~`vÄ]ó¾,ÝÞ˜_0­@>özÙÿl­öµ¶¦¼î`9&¥Å¼Ð.`âãøõ/4¿”{¢8=ÜTz˜¾’cÔvíÐ̛ЂÕžÀfRmÑҺ̮7›Ò¸ -,¿QkW[nÌa›¿ó9W˜ÈQ»× ˆ]ŽÆCÆÝæ#ƒ}VK¬Ñ7`{ø¦Ò*_É~†kø —7„•¨]{ þÀ‡x9 wfTx®&%PÚË7ü´ç~œàm6Ú­«º4©.Q¿<¨ÈD"“o˜Íß9»³uj>\¯,eÍæìëÀ¸½og¸ej:¹1ØÎ”øJæ3µÌíj_Éä›JÛË$£Û ãÝ/ÄiuûŒ“Cí'—æ#N†ð=Ž…§Ç“ÀŠãé6Í”ãx6ïýÀYa-âxÞ;d`/B5Ž­G†Ý+ƒeÁ8^V -µ J?ŽWpvÛŠ$ãx]ÈîXN3ŽãM!ÛV¾9jŸ½þÃü-r¿§™•§ÐÖÊ®H;N¬a¦»fjEØŽã3öj—2…Ãn}ž‰kNlGÉt!Fãk7Ž™ëûû,L ı:@âØdšqœíóq­¶\&N॑mxfˆ“¾g™y©š E˃GË‹Vø q:#3…û‹§’lc°{Úʶú~¦ör‰âäæãd½mÅIKÅI©ôƒïOÙU(ÆIgdÄÉDtãäÛðÉy‹‘)ljñÊîð:ÙÞa§%€Œ…ÇLzËo>ó’"͓¨8Kà°<ôKÁ³èWÌxT¿¨˜¨U!N)!Óèévüi¹VüA¬ Ä©?âTêqÊFqºX®ãtp;~Ÿ¥Qâ=qºL½Xlv’x’î 4Äò[9ÛÍ÷bÞy¨9®Öv­/ú9BF%9¬ì—vP?P‰ß:ËyïZ ¯Ëê­Wˆ -í“í×@ض~àňӻ–i\G™¼dþCäÙ4…jüqÑ^üØEüÙÆ‡ø³[ðqn¹Vßy’1£ høá’pÖóaµ°¨¦Žgµ3ð]ð9õOJºÉ¬Á!éù¨¦x=°^¨ÚKݱ¾*;³'Öu |Õ· §bÏÒ‘ cmîÏ߈?£ÈÎt}Á—ž’÷Ͷí¢_ðÍoêò$´Êî­uódTâ?\`Í?ªïnò¿L}ÆŽ©×¯Ið뙕×p“k»i©Žº‚¿˜¹àü¸u”š}væNS¶¯íƒmí`#›/&öyÕŸ‡è…>ÎE}t2£ïL§ƒ;Öû¿œª“ -a'àäf%¹â.IrÇ\9É­Ý$×:."ƒ 7=>^°^2/®º”~`WRwG9ß^:±½^9iöÊÖNœ5­Ê”è›fNššuÂÙ>n|z¶Ä…ü rŠ}g›dŒÌJKŸº­ñM-…£[SG×|B¯ëëæøÿ»N€ÅÒIÀ­ùMc­Ø T˃ Dsµ oô]š­Ç¾w#f/¾è¯µ m„‘9«rs¯O‡ö­g;_ˆÔ¦ÜC¿_¼³ô¶n$0™­cÆxM  å®õ•:ÔGùÛ’ãŸW½Tµ½=n©Ä}9QÜj{ª´—ÑXö ÖXö}ô ~óW‹y+ªŠ—À%Î*©5³ùRTšƒ€|Uº¯I­Ðµ7É|lNq÷ ¢uG·bŒÍô¡ÏÒ¢Ó¦µôV0Gùë¶1-_K ÓѰ ‡j5Ð^¨‡ÅS›ÉE!IÁý°”JQ²Í,%1/q2Àæ‚Ì÷§Â|\› -0O~!I/ªM3¡~-J2•Å$¿$›¡3zÖ_ŸZ¶ Q+?Ï‹r÷>´¸•>g[§«æÅX{æCµKWmbÝX!ßKHF›’Ü—ˆ†ôÞg–ýÐ2gbzÌíĉץDPRn®½ù5r®qÆÌž\ž«ëâR3ŽsÖÞ­g¿yß"kLÄI g'0OÆ™[ß/D ø -û쥒s6=ïm¶ óœññ^ÍÛ&7˜i¸|#”—·ádæÐÓ$îŒÚ¢È¢¡&³ dQÈ—å:¿Æõî7§·M¸YØp•Éæ|ÁUeBÅg[[µÊtñϘ •5=Ø„Ë/T\2ç¿äƒlTJ›äëþ'tìUì.¯æÃ"RèšÍJ·ìëwaÅ7ý"Ö´†žÉ²ÙIã&Àꀖù[ûðàî}ìÅU8:¹àfٵ̞ªi‡ñŽÅÓõ:+:¤Gzé"s¨K>~é<}72«ïœãökRÍVäâÓ[y©:ÿ…$í²¦OÂ$Ï6s¯™R±¬ÃÕŸôÓÒà ¦ê×–jYã—”¾$B7B!k7nÿøþë¥1|Œ^m¦‡>#š%M€Š¯Hñl¾~þ$õÞy6ÍÎÈáärñºœnzÿqÚlÓüñnÐcµñX«mu0õËâ@l³_ø¾Mø×ç·K5j‡Ä~HüãìJú]ÜcQ«I×§ÕqÕ.Ñ-HâõÖÖÍê‚ÃâË‘%/)GGæùJ úã,׳=Úärù¨Â'½Ö«œ6ö¾ó-vr¬Ræî`ÕúÐ8â:qòhÓF÷5NŵÞ;¦ó¿ðíó׿>÷øäü²ñxpL¢ y«ÞvÆ7ίz[Û”ùM ŠKDjñ±1g=`‹ÓoãÅR} “š}7NÛÙÞ>bÃYx°ÎsàзEÂeå&ÑN,§§Ð‹Øö » ’ºOÄA¼fùÎ~3«ohÇÕ¸ìæ_Ì~!²ÿŠnÁþXæy¸Þ§7K¿Ý¹¾ª9*Ç+,s6$h®¤üÚÔ.NMv¾ÚSRåI“×'’ÍýSÙ£n‡CZ0 òi½pšÞØ0`l8U÷ îíÁR¾›Ï·øV»>„m±´ô7ú³ÝÈàÌ7[Ü[lt%œ1û…C3[-r˳žƒÝøiä}Y¿f¶ªöÈ'§®&èÇÝ›; Ñ -K×}”sýõy¹O§}=ÇŽÖXÁƒàqÇF@ßÚƒ‡·¿ƒw¯t»2?ÅѬ7¿1Øób´ÆBq·²ovÕ<ìå«7¯,_}hœ¡7_51túÅ侯=¢°=ê¿íšäØ‘Ù~ꥹ`hdTåä9âÅÕÌËöJ“Zþ¥s.™áFïQWž“%=“ØX‡,Ñkö$lÓ×Ýâòºo sí¬ñI%\ÜòÅ£•e·DõÌü¾˜¿or>*)Æ,}2…ù¨²e³ù2ŸõÉã_øÎ¡w6ØÖ®ÕªšÎ=—ž·ê•4Ô>úR%9®óBù@]./Ös˜·âC4(_Zç"ÕœmßþÝ¡°äÜÈFòÔÍݸê«Sûó\„#ÂsÑø­õÛül*ê© -&ÓüjƒOn¢MÖ÷8Y?ŒÞä–'ÓŶ9ž*úð7¾s(u5eúúŸáPrŒÂ25×[ÊÐ ®âºÜq×£ØÁ–xÐb¬ç뫟p"@çÅzƒsÕûq/‡%v»OÄ•Kì”û–n3ɪšÓøð&›E -Œïz¿ò÷¤ŽŽ«Ýönd†ž4".F:"ŽÇîˆ]GãÊõ9ïÞ6ú I^íCÎÖi½üîäÜ´oªÁ~ûs q*XNdÃABÒÒ¢š­üTÞ_FdÅk"Ç–k÷ˆÁmºÀrMv¿C -Àym;—e__‹3Ù;)ÝŒ16ÐÑaìÆ£&Ø)Žše«7tÍñfHaØi¾bÔ—vM”î‰Ãa›3KiØÞ3ƒ_OÜ<¶ë¥ŠwŸ±Kçš™ˆ–Âió§”gž:çh±DK4};¿àÆGtȼsó¬Å>]iÛWêÔÏw$®wËåõ ç ·Örù²:v»w¤¹ïÞKíG·Ò×à>Òêm›ÚÖÚÇj¿ú ÿ^ÝðÎ&PÑv5”VC+[ùy›À–»*öy÷Ü«‡A:dö¬‹¯.€;]|õ´€ä¥2Û"¨5±…xDך`õÊ:ßÛ=½qB»µìVóЭª¡c-ÅGçP,ÇŒêÜiÜ·‹¶‹Í”v›ó’õJÍÒ&{!‹¿`h¡iÔ`ó–e¬‹eÃ/a§ÐËêÂ:µÇmŸ©EfÛx…جY󉽵3{l|^vˆCbÂp4Ø> -]öz†h¤]|Éæ;­2QkŸq¾ßîÖÃE+H§#Rk0íØ­Á.…›qU@›œM±ÔÏ¿S¸5@®Õ•¦Ÿû‡ø¿ë[}+ŊО%RñÚþðÇÐM‰{û¤Uö„0Ô¤†Ï«¡°ÜÎv3l6bóçÁ Ð {½½•_v­áúÜ!sS±Ýs§f’YœM€ï¦?pCÞ°¥Æ¼vP0]Ô5Æ ë«åäZ/ܰ¦¿„FmK±‡ZžšU¬uL+V¯•V+—ü‚-4@†i ðO?Çf~]L•.»lî.tï¶ßêEnÝÃÃ|Í›1Õ'(Ôoõ»K´ZëÛh,h­ßàÙ®voí©ªÙ#¤j]»=+Ή*-o —=éÖ*SXw^îõs)Œ'z‰Õ¡ÏŒ$wˆða,?é"(Jç]ZœUÉ/(àé‹»7çzË7HîAx¤oê+ªyxSj~Œ±I»¹]¢r›÷j]³×z3ßo ԯѪR«^¬^µ9BוÎ~y,½›(‹¤]TBÀåÌ(Î]öUXƒ÷O~—Jp-¨öà:èa­â -t\5ãÜë•vsg¹-‚Á[zÌñþþ?ð¿BB0­À·÷“<9ÃäD†u‡_Éms¶ n±ìÜN“öEÛ¢2Ì{5*‡¶8¦Ý®ßz—zµQËeZ6K#U!³&°).»À¡€Ä sšù¡6‚ñ`hmµoÞª Œ»Vü=HµŒûÕoÖªsÆîŒÑuç[`<*H¿ 4ÖÂ’-ãé9 rðæù/ì½P_yúž}G•BsݵïƒI‹‰~}ÓÓš•“ WDÆ‹E3j…M-íÀ¦tlBŽ6hä<£ÕÑzØÆmç­¯¿Y«Ç iVs÷`gZkß4Ûïwß2µ'"S[W3A&¹ý›¼@øŒCï˜ø”Ìl³ÈërfáüälHT!°}×qËæ'à‡µGÕí”}¶\C@xQÌúá:#9O÷J ‹ï ªfŸÝ†r_|¯Å ›¬Û÷A&´²ÌÀœ¾‡Ùj߀m¦«7ÿƘ“oŒ™À3˜Ì/|ã–äQˆcýÌDZ°»ÄñdÄdøþmòÒãx:÷3¼ 8žMßHèð Ý|#¡§ &÷„~£¶#neP²;ï4Ž—õì㗻ʷ–¥ÑãUó·ÕÎ1TµxtߨÌäýÙß’·Tåãÿ_d -91NÆ×L9ýÊ\|?o™Âþë[ËÔ3ZÍäV6ßðòí·ýÈ™²nöT‹o´xÁ}cÌö;‡ä¾áåò7¼ÜŽGúküþì†ø[ªèâ{jïÜaìG‹×÷mu”?—üðÖþDœ ÙÆž¨©'¬Ígj¹L#¹ÎªßZ¦°æd¸d­3+ãàd/Cò‚ñ <Á¾Ï²¨\3L¿Áð³óy1ŒG·gúþlbø=}æ+ï¾èGjÝXGy²x¦/»xûðÍÍÖö‰öÊñ‰1öòœÇÄý…8±Šê7Û«Iq:«eÍjÚlœD-N4ÌŠ“•ÅI1Í泪Çñ]îDZ eB{"÷yú-]ïÂ{vü\# @Ñò1p£½ ÃÍOÃÇÃÁcÖ~à+µAÕ7~ãÐ^§Ô¼¾hzëºÑ{º{ûv„O3t&÷Zô ™¸¾§ÞV‰ÓO¶9¥÷‰÷Jè;N‡ì!0½ú}–A¡ƒíê4ÒÞÕM¨Ú‡°LíÙ‡X)¨Y¦î‡¡é7?¹—÷ºwßÞ™Úç^AD_Œvo¾ëüÈ‘ÝÞùôžœ­¤ÁÝÎ…\Ê©¹K‚$ó,̉? ùL#¦ÆŸ£¦ÄîÂ'@¾pM€ë%ÀÀâOR*Ç3°ÚŠJëæPŸø§œ¾ò¨†O¼Ø)@»±Y]ž]Þ~`(¦#¹ÒË:jdk`Ú…%P´ôƸem\vl>&üi-ÂÃ%Ïöœcã2ÞÆºÐÏ¥úØr’_È>2]5_úfÛb —€“û#ÏÝ(w§ÌÚl,+aõ#×<×l¾P· ^œÁ¥ ¦¦ð]Ÿš5GÏÃè¶HÖÀõ6Á × ¨4´; Ú¾1ܪ&)sŠÃB–ì‘2µ‚4x¿ób|4àXä["ô  ´Õ$ 1É]Z·o¦ Ÿ@ò$ª*—xè~8yg˜D+Ÿ{t³nŒëêP‡€ÛêV¨9‡ëæ³Ú@d­:¯?°JØ[m×ròv©Ò¦ø¼LCfMŠVq_º £•˜ìZÛͧ0óp€_Z8ÂéÍA‘+ó…¿€MÖŠPM ™òÌæ‹ö(¿Âƒ¹°|úá™Îjr¹šM|Þ‡ .½i§FùZ²¾j“…B¢þ^ö%÷+ Qº°èUL’™) -á‰`™ùù€¸îWøYèòÅÎrñs[æ~¾< ‹kƒÜ‡m.Â*Cò|‰éŒO%Ú÷gÅ_H@ýÛÝÖTÿFœÜ ãÄ7§˜¬h ï¤yðާû¨ËÜnk|juÈ/þÀJÇܶ%®Ü™Šb½³”vÿ,Àô„ãWï•Ê#ìÁíùuyîõ÷¥fÙ9ÖæÊ¶ùéw˜—DÏ™.”9ÜÌš0¨·~¨Ü«žÅT=gýX>O^n6Æþÿ!É¡Ÿë¿ÆŒžÃ«å\C‹·êÁ„}„wñtW݃žwŠÖh#ž2,JrCÈ®#ΈÎëËóµ;°v¸cØz”¯`Ü`¦»}Ú4ó|…ô€Èç¶jDîÚg1'ç)¤âÒW2ß­&§5{¨œV;î¼zÜ‘ýò/d“f`$;ÞÛ¿]íjá!fëXïÖ¼ÜË‘Ô—Š¹×¬l×QúcK€J‚¼^Kk\µwFÙÓ®¾dº±‡ÓÿNQ|ßΟ££¥vÎ<çèü‹\¼ë ™ç6…ÓúCÕOˆäŽ{¸‹eÖ¸¹¾Ê‡º<Œgþ,'8¨­ë³F´¸kåÂßðç.¼žbºMº 2xÑ‹ÓyÅNü^ +‰Eþ)¬ôqÂÕFvÖ/l§8êÒ—º3£Æ4±?C­I.gUö´Y•äS©ˆÞûÝÌ9˜ê2:„ Žþ¨í -4À=s¿Å{XÀØÝ9ÀÐ*‚ìckPÿ¢¶çõÊ?üÀÿ]#ËwÙJ]g³Gµg@JÆÕ¬†žàÒž÷û=Ч»_`wPûînÕ`SÜ.¾öEõ‹Ê/d+‘aÝÌ•µ«—ªöÞ²ŽŸÜ¬Ý:¥ Ž3LTÿÀï’‚z9åŸa!¦D³Þ ¯4;<•¥ÂòpÐiŒèÔk$I6‹¡ÑSÚSCßÉÓ—³›Cåx«­¦…mA<67ÛÜsº~¬†çx]ýçÊÚËðÊ -µ•5*ëª\*ÿBÝSûõ™«7«Y,]ï ?—¯fWäÔ˜£¤ÔÆ„Mù²ç%Kb{#Ë¡ÇÃ3x^òµï™Ãö¾w°ÃhFtÁÕã×a×ÔV3n£ß>ʦ\Fžk ïú+ËÙƒ«f[­.I,F¾³ÎŒ¨NÙÈ‚‹~w[]Ðg²² wXé?üÀÿŠn÷_®Êñú3è$W#ßïËÿ |£Ø‡Õ¨ŠsfÜ_³þ\è„’- -ÚM²4KÇF+óå)ÔŸ`|¾³Úçª"¶-†¹ã/QôªÉ¡™Õ·ìHèmAG3kþRïùPt‹3jtgàŠßLç÷‘2UJ“4ë2ÇAi69½‘_øF–GGXãñV¢›Ž\;Šê޼<¶½ÌK¶E¿mxÁ [}†’µíÔÕft´è{žð÷hGIÝÏ6µùvÓÄ7ë:¯bËî±zšs¬@ÏD’–¦ -#ܧpìú“«Ð‡&H7ÇFÖ°ãJÁÉV˜q9U¢ñn´(㙯xñ¢zñéØŠºßÅ›v½U[MU‰H\æëåkgÞÐÿ¡ëM×U¶@Û'ȇ@ž§¥GTì°õý/æÚûË}Ö=çÏ3«¾b 1cÔt²ëëËüYÑÊn3R&/ð:UŸAA²P–õM€›Ž×â»Çj0Ô·Ö¸Ÿm.'L0æTºâ€vOàˆÚ÷ÇGJOª•p-2Q ©À«9ÙÝÏnd7,–É®/‘I¡Rü~ÀK:®lÿkfôÖëðÄ‚ÿ®Í²[‘—ØöYÚÊFαZù%‰ŠdîÜ騥ç…M˜Nµ"ðE£;jÚgœƒ‡]ºÿzÊC&”·ãÞïÈ”|Íeç…#ùŠy5 ˜ÁA1f/(hP®Ð"2(@rOáp÷Ç,ƒªÀ.T/Ó­Ïh¹Í"vÌ•2º£çýé ZÖ“~§„ ãÁ«?n„ƟR6à°~;ÐÌúÉr4Ò“îªF©¨CØ­5†÷¶*ƒùM_ÀØг+(ì ¡øˆ†0›C‡·{-Y‘„¬;ÓÞæ),ÊÓ7´_Ãé¿°3ßúq5Á¶»åóÁí¼!RÛ9Óª› bè¨[½3•ŸÅ:÷ -µåç° Ÿ—Éhà† £?!³Y÷½ct»“·pT¾P–½°‰F}EËщE6£¶„UÅBjÛtcv‡wr¥KíÛnºYÞ5Ý?®?`÷\Zß»ª:½ý q Žáyv8ú79ºÕ sœÃ}sk€4±˜9p&1Pe4n ÔÀCÜ6[¹á½_™\/¹î4JŸG‘>ø,OÆY¤˜ +'~"b‘‡eʨÂíÊ’-ÊBÊÄ‘!¨U\t/‰vè^NH¾«k ÕEó»cuJ»v:~%íù-<þ ¿ß™X¦úáüz÷}qŽ}±æ3m¯Õ[ wŠ»eM5ó¯;/¦_λÔÕS*Í -Üß,žö:6iötR#6îqïÔy6ÄWÇ>¬ËrVê¶ß”Âþ€íw¯8k»€´éeçÞZÏí–ÿ:ÍZ`¾69¢7K«íæ_µ¤qõÙÃéæÖ´õcŽÐðÕXþ (£öRb­œ1n»±0"µ÷Ò‡Û K¼§Ã*Z¯r¹îy‚]ü@C‡´Ù¶Ç,Äv>Ø­âéä5WZc׬懷F¬ÁF|èA qëûKW¯Ëún[o÷—åšâã¼U½yÍr˜*2_,ÿ…倞^yVz9³ýöe~Žï«zÈíc¹wVBãI͆ïZƒcvÄ› Ÿ—OãƒBÒùZ®Í®¹´1áŸi ¶ã\Õ¬T²u¿ŠÅ½*~üe‚_A“Oƒ£UxgI㾂2ÃNºó7x‘ÁŽ3\Ïÿ bnO¿¸Å¸Ÿü!M×ß¹{1Y\‹lë—öîãïÌÊߣÍlž˜r6EŒqË¿5Ë“¯?ýzðaQJ©HQŸ^E1ŸyQqƒƒâßW%ºW4}{‹‘àt«[ñãº' …«ô¶3¤ýkËcf?`6ì¼KÒã‹Rxn.Ýð¸>ëåytF6³ðé‹0ô5¦é«g*Éà|vŒ5+‹õear§o…5ðÕõõÔ)ØÙù+/¨ðÔíþ£(û£;ò'·•[Ý «”†ókË9ø8­Î—þcÖ‹Ð㌬Ôâé>“U“G'|—è‰Óú¸Go´_ ÀÊý~Àß!}í7zú®ï”ì•0Î`NÒw£ã¤ïÂ$J_Su—¾ÊëÛós_¿ÁØ-ÜG­yõÖ€6ÐUöŸäåTÌõ/R¯,QVNŒ6OÖs’åDÌí(q>á>ÄÇýè7Éâ‘}^ñÂ~<±ì]s‡ÛéG¶O â3Ë.c­€þÒ·šé{óž¦ow3J?ݾ–~ølÙÿôÚû¯O¾×G„¬ï·ÉŽ~^;#*¾aLõ4ï -Ýäí͉$wpÙã Žàù(xæ©*ÐÚo˜¿¯wèõNr'Ç]KئÛÙ,o»¶MnîÚCZ;\ÕùWŸso³bë…UH‡(¶Â0*&vð‡ôýéèYd)ýD¤ø¤Òü,õõ xÇGµóH®Ý[íxJÅè’0çåëX ââ>^\š»ýîƒþ€»ö°Ël•ÅÇW˜‘btÉ«›‡4Ÿoˆ4Z®_Îy³¦k¹dåKÍtÕÇÍj:O<\ïèI°MŒÅò°]ÄËNs¼ñOGzã«|síÃpõ‡oÇéùX{McúÊåú+·¼Wn“_?6Ðhs¹¾²œð„ð0º}âÝ”.Þ¶0Ž6O¨×X¿û#t›Éôªÿ±¸()â‰nìt -TÑvq7þIœ–ÇÃ,]v;«’¾t1a£‰û|.ÅÖö ׺í¹×rç h)þ^æ«/`h¯Ü)pÒ “÷ïû:¿jÕL–<¥ü€ûíéñÍ£õû#^V[ÍGÁ¨‡uËG¹tè-•Úv¸ìÞ‰¯ÅG^m۳ƄïµÑÚu$åèöðäµð…Ò¢ca'X¦â|µ@\;^ -‡Ðn'KîUVëóÙÿ ߯Y¶¿/¸ê¶¯&% DÆêí¥Ô‹-…UVA\Z†¢zH–I¾}}»©xÖóÜu_Ô›üÝÞ¶6\øÍ¦°(Ì:S'¤8Ë)ycw¾fíÕ|\Øí-÷xظ ZQ…¬ö±02¡ËÈ1 tÔÓÕE·;ÎY'6bò/¼r4ûíp˜'>Þ]^‰N:oy¬ £­±ѱÝ<«0|Iasxòü[qºwß œ.|¯^r°ޞ¯7ul^CpÖžXÌÈnÒÔš.fºÕo\SÝí"ãÖºeŸJÃ85ïúf -º}Ûtµw»9Ôh5tTÿ^=¨`»qUÂSá¢p£Óé_øžîÅ+ÿà£3]«‡q›mÍC]Ø0æ°¿ŠD [u#[‘ý{Íž»î–Ü:‘{»Ïk'«`¥QÃ<+#Ä„¯rÏ013°g és*ÖtòsŸk.û 4ìîÔ%Ï\U0VrJ$Þ[Jù8èÏ„ÊÍžî&ýýTj.²µrÚŒ&7ùÈ÷/ÿÂ+_JÜgU(IDpúîÂo”·øˆ«‘Ò†r™Æ–È‹äÜOÚ7UT[Û{+ºš— -æåUý>™¬«¹çÃoMoýÐWòi¬;Eᵪ¥Tb9¬a<«Îe*-N99ÉWò̲éüîšÂDûÉí‘{NLëvÿâö/¼ò\Ñ¿ýöüû<¾gn­x£­¹ÜG -Ä-¨Î›ghAëùÙ ”Ê[óìEIÖûmeT‚±YLw˜Y}‰¦R -KrÒ#5Y¦®téÛ+IOÉ8¹Jï ¾í×D§¹¥„ψÕ¯–ß ÌNH…¼Ä<„ü¿}qýÃïÇçü¦€ùA†ÇvL–úª†ßå@=6xï]j’‹pn’óIxœþ€–º<ÃÞ ¸æSµäNÀÙ¶ÝlNeÿˆÈÊÌ$¥Kl%´1'Öt©Šé&š‹Žð …Ï¡vØýÚ¼2.>røhÔQ§£Ê…Øð±?2ì³³ÿî_Üþð*4´õ9w),öÔŸoÀަ‡ÇQ,/ñJiä.é2åÔtµ;gsbâ%ÓÑ™"µU#4}Ìvy.?íTÏUé:ײ=I£‹­õëÃÞ-á…Bö†ÇÃEÞ­nEwTÅ‘ ŸÅ|åÀªÀµuh¨8KqÑ“p1¥k†öý‹ë¿ð\w˜Õ©ÈîöáÀÙÙ_—Ý™œ¯«©Oé…ñ¢Ò<’öñP„LsôÍ[Z±×Z+Ât™Îô#e‹jyb_m1Wº£ãÐԩѸŠöù ØsU¸vÌ·jC‰×i|ʲqtóùôíÆ°Å¾¦ž]tKvM.좪^Ù×hñ‹Ëîí4ð±õðâwµã¬êyÞXÞûÁÌË×±SŸï( Yăzå‡Z µ´P‰õO0km¼DFít2– ˜{tëc>çAüjã\‡ {ƒ[~:ì?^œØ'á©Î.Lßcô±cú4ô¤Ã¥]¥¹a¯O—Þ‡æÈÛ‰æ¨ò•çK¶ÿ¸bÆÈ;JW?ÎMÊNÔ’¦Ÿ=Å-•¶c;‰Ý,é¿]-Ø:´Zå³I”‰'_óÊN"àÆ]d+óÜxEÖ«ü¾(·†çÇþÖô0ƺ½7ÃôOGÝóŒ.e§·ÁÆ›^m¾¾Q»V¦šþ©GqϦš–p šòüLMöÑ/N¸PMq¹WᵿŽì§v_Œ•Ý-{ó•æláÅØÒ3JgWbG­F>›¢Š8…Ëž#ÙÄp#úØë,”Dõ=jÐ)ÈA[ào¿Í2§Bó‘Fôê(ÅR’-ˆäñíäÌC²ËN²³O\ -ï¡E>N #Ý ÙÌŸ ¤Æ$ÿÂ9?Ã&ùËUÜy»:¦l¯_ ôùt0¯3C©kŸè̦îµ+ß:mNšç‡Fv‡ÉÑí@àæ×ãh2íß9u°ù l¬]dýºQ§×¹\‡Ú_„T¦x¸œù¡k@Ñæ¿?Œ#nÍËNPÛïs0< s¤VŒõŠx‚Qi÷ˆQI=[÷‡_$#~¿‘ÉÌÑ]’9ÆqˬcذÒëË|—š) -›W›¼okZ\®©Pó‘ÄkNcjÉ`ivÙ-ô¦4.öšØ»ñ’ª>‡¬#¸­™CœDž3ìõ N{l1~0ºW‚0àzWÐ~‹Y¡‡? !„ì‘°ÚÚýáp{ÿ|#!„¬ççp|áì¦r6cæsK -OÔ{²ø­ ³,W…P†ÇõcŸã}¬qȹ㠜Ö9fƒæàDÇõ˳ע9€D¨[ >Üö>›0Æ ;Ë=j"–/ø6ºŒ1:à爢…s”Œ”-€7½ù®L ×&øæ;³¬V"Ëgéx`:ð³|½gÌ+{(íIip…Æñ%ªð§2SáÐÀ%‡Äú,dw@:ìp;óh1.®©SÉ;’耸ãŽ÷ø`,•Ð!5ÑR$UØç2œTdÄ÷¤ZI.p¼Uªp¼”FÐ^Ù, Öv·ê&˜ýáü~¿:žôNä»ãc´ˆGBhÝÔÔ‹ç·0ƒ°„žx¯ÄY·?A;¥Üìì·³Ük}À÷´å*µy‹þœ­VÎÛüÂsEÝú^Û¹UÜÛ×#³ÖCÿeÍÎ¥£$åôx0nC|Hin‹©G2Hð艮 öihQ!›±i¡ÜNLuzmرÛ5¹ýRa«Ý»ÑË–Ow-6ÝÞ²å‡,¶ -‹n†L{Ø,ŽÑXsÔ¾1®àÍú¶±äêbøÖêN¤Ôöçùì?à2m¨o¸™œœc©s²æ]&Öj)àÈin3+vÌóh5¤úCËíö oTÂûÙáÓIÚn“Š›‘H]›<ºûÞlÔ+u¼.‰ø Þj̤ÚÌÞd÷äZ—*GÕógr®jÞ¬"“ R1¯,BÅ[–ç;1Wž[T–P”L©äÒ”Xraäà³vxYìêÆm®-è›4ð¢ôª¾ÄJO}tB¬Qöyñ©>IO¥n›XœKEd×ÒÎܹ%MþRkÊX ËÎçCò´+?í¸Ç 8n¬Û…í   -j$f¸Ïóßæ;ÍÍ'wJPNUsp½}Ÿ`íEÀÊ,®œõ?p7åëÓ™aúÛ ZkÀI,/ÊÆb|˜w§Ù¾ç5`&§FR§ -ŠQèZuãÙ*ËS½mçw²ÅfG)†ÐÏÏZO0 àxmàã àr¹àÖðü,ü©<Å«Q*÷3\€(')@@y:ÃRˆêÆüÃBò¾•Ã6Qãžz•£ŽS»_ …í528r- -líAÒd -ua¬²‡êÝû̵†·æ£v:àI…ÜÅûbäC›B‹™.«zÎŽW}»A×|€«{€Ð -/€ØØõlƈÚÈîGHeäÂ̤Kã7€¼|vyÝ—ò ò^–ÿðO í’¾¹Î Eÿ‘Êxþ3c…8»È‰¢KbUFïd÷±Ç|Rnq 7W;ë›GÙÝ}NÅŠ?Úçí´ bA‡ñR×i½ÿ‹}Xj¶bÊœ[uŸž€^®½æoQpê|í(n&@è‚ÿR¶fÁi>•Ó½x”@÷þ6éŠÄ„zÔ›}lLUp3V‹çš•š´€2‹ `£¯$¹«^ÚdÛÏæF¾fûÊß! ªp(Q¹ÿcpÿŸËèU{Õoƒ:Cv~{Èx÷íãð- ¾ÿ- -.zèÿ5´Eñ×(æ¿v±øþÕ¡ÑW0Â_Á~có+¯`||#Áÿ&4ï~Û#„©S¤â”Z ÏÏHºdX¦O¯šäŸÌ®’ýl˜áϼô?ó²±x N§í·8õò ý}õÁ7®IšöÒ,¸Þ…ûbð5¡b×Ê"¬}£}ùzÐÜo÷†IãÛÂûšÐAJE¨ðô*ÄôÉÄCý™Eû4tï18xÑ£8]Å÷U'9ÞùKþžÍß+ºÓ¸ÅX‘Ê)·ºúW€·°Ý/¾vÔonÿ…oŒB†8 ¯·b3½oð£oᲖŘ[f˜3\¿œ®¤T8í>óÂe޾ó§ñð^QUá&ÜTù¼ÕM[½îñкJévqm9ðÚZ´w—„^/JÎÏ]ºAµ}¾ ÁYÔÓ]è:'|ßõÿŸHÓõ÷<;É7BÿÎXÏ£¾Á¿Âþ«ÅÏÙ eèíWØ?žÌzñ¹¯Z³âM¸ -õ«ôä;—„ÐKד¨ó…5ûg½àòg$ÌÖ«¼™ðÍÙHRt§¯ê0ÍòäãgúÌ™K:æõuÿ0x¼¤ýŠ*hÿ€?Ô!}µ»£ôÕJé,Z±›¦ÉžH_%fô- —¿ºÞJ©å3x ¶›øwÝl'~IHþvÖóÌû„¯ÑB’އՄÚZG¯5‚ŽL"cǼbõƒ«Õ?Õx¿Â.Ó}eþ1w"ÐZîê¾yÚîpÛZIp ›þF7žÂíß„µuÜŒ³}%1sGH_û—¡N¦/ó¥oƤoœ¦ïi=}øhÝ«X×¾$ûxqºßô qy{,€ÃÓa8ÓÓýê“å>Û†_Þ‰‡Cs{ ¯Ð¸•?¾m{U:VCQÞœgm°r®áº&'ÅÚ*7Ÿõ"0ÞLBÝLƒ­ÉÐLþ…ô-˜Ãô­Ízé§|fÓÏ û}_v?}.´qk^‘Ù³Äi’Ãú¡Ì¾»UÝlghûkÓ^º¹½§àìÚz~÷Û«Ïp‹®¼ö«·Ê»…A0÷¬®,gV^ûu»Ýû4ê«ú²MÖibÉC‡ˆâ>JuŵœtºxU÷ÿƒoxÃôÓyö¿ÖVxÆIzŒµÑM6güÉAØÁ!:N˜]Ëæ&1Z7œõ«®À•_»^¢½ÂµZÃê­Y ¶Ë>4[c|yHTzÙŒ¡¶îŸTïÖj¸¦ô6î -î.i6ª ÚQhg $ò<c^æÝ^DÍ{¬š­•ßáég_8¿r5H¹ža·ŸøçFçXZõ«‡ú¬n¡0G®VNŒ¢\mÖœÎ:hnÉÓ² N^>R -ž©›5gw]wžm]Š{Ò?ཀÜ"[Ð&ÎòiÎÀž,æ«r¸™óqõnÇiÕ®Ï -ŒÕÑ©9;ŒãRnX†¶)˜BŸô?¼l!½€[iv›‘Íq4>ô¡¾'°ì»`t#6ëfy»¹X(øóñrv1-ïÎi‘ë æqá ÝÇ"J -ξWç« ßž†-ÌŽ×-ÊÇÔÀnÀ³‰%›sÍLÒÈ1•Enm\sØÕЗ›ò¨?J4­½röLë N®úI}Gõ”©­²gýá{¦åtI‹Æ™J]þ ¾ÓþÖCäðàöj8fJa¢`ÿJñ#wQné‹‚\ ækè“­•öÏßíÆª³¦U´lž&½– YظÎõž~¬þðV‚NU{EEG£+ÈJbóªö ÷¢ò©”â÷l6aoVšÞtK¾Sñ}žÿâüþ™Ì¤ Ê ¸ÂN˧܆iU{ÑfÚ‚CZ/ù×g¾ãº…ÖÀávwÅÞUÏêðòÖ„Eùf`Üð­Û›IQ{×Õº¶Øû–k‡¸êŸN쨂ðc¤DùöL){óÙx1 -g5:>M'A£ K.w˜®,ó®'©–éK0!y_¸ø*píb °tØ5ç“8mßG«U¯Ä„­ Œþ€þíZ¬¸®æ5~‘ж´ZMÍ ¨, …6Ú{ý:k¹å)UÁÕ.¯ðÕsu¶é[3|£ÓÝìM¥*ÌÉG£/˳¦jJçY¸”àËë8¹“ü;>PœCº,’·¢/¼¥üRp›wï_ø*pûÜ»“³ýl6—7,¼G öÅ.Q9‡ºŸð^uVD¯bï—e^®ÖDOcÔÒ˜×5T‹’}üg1@ß§»gç3mQHIžé݆t~à°¤Ù5¹½gÉéF’˜æÏ†Hq /¸ò äóÆ{<àjÝq±|•F‘Ǻ#žƒQ¥Àú_xÈr˜Ê€5O Aª;$»#®KÒJNöµï½VOl1Üìkó]*ZÓà »9k~£¡«%úÌDe¼Ÿ¶žàUºh»÷ä.;… ¾¶j¢SóºÂgà`‚WL²³/äG©0ì*êhÕ¢ÜQEÑv¼p½½¸}‹iq-Øv2\ƒaR;ø_x¸)PIÊ'Z_i¶ª¦¸¼uC׿î°ù6pj_ŸŒ­s†m`=WiUŽ”Ùd°ðäÓ¤³‘ô÷ñ4!äÙSríœOÒxÍÑÊ( £Ê³Aób·Íq{½'s­‡2*ä~3ÐÙü­·åZߢ(îì[=pž¡|±ì[éýáŠNCí°Ïuô˜ -JÔyÿé^¹÷4Q{z’k&ÆÛ9×m5b¾R[œ¦ÓŽ3K·&¼žÈò͘?FnãáóòUEµÀÊd•k3X{ 1l%lÿQSÅ>!­ ÖY½¨'†•e¦P²úL¡Ì˜¢åÃrÇÿÁ…,¯pŸ˜°¹)¼y5ì\Éûä·œ#ðf!9¶¦»ì8§FZ¿¦òº7=Þ|QF ±9™óå@ÌYóݘ۵.üöâ<¹N¹ ®Ës©o÷Ü»À4ˆfsêdØËާC,§Ð¥9éöÖÔú˜mp±µÅ t†D§¶î÷ª2å}±øÃ™Þœì¾*›ë²0ÐS$/?ô¹yKç1#ʼnº6˜’¹o}ò¾Vš&ã1.# ÇOÒ ©‰LœóÇüBXó»è~à:ñ6Àv§”u>Ïôçõ2Í ŸVo,Pj{îö©‰6“¨&òtÈ©MnÉyË6XÞ‚ Tc”­•D–â{_¸ÄÉOœ?œŠùí|kC õ[¾´@kºX©*g]ì.ªVhC‰…Znšd·ÅAhòªÂ}‘ÕfãUÙ£ú -¸îe¿ÍöûV™=³nº~0Å&öé LRÍ“^%gpgóN‹ürMüæ67¸É¬_8^°1ì9'fØs¸Ø“wìIéó?c"tbZ|{Ú'¥®î;sGqD“šr Ó‚kµ1kž9õǯIïb6ÄÂáÖ¯…£0j¬5S‹]w`=œ¨ÔÛ{¦T]\z"Õ|’‰¼½¦”ð»äµq«õ!@?1#,U7:æ X„Q÷ÓýØ!Œz•ž„2žç yT¶Ñ|cdýáЦíÅ:âvvpQ[†çW,uÞ^u†ÆÉcê¸ðjÈàšj¦Ùç…³[¥qMPþØ–lRÓ_Œ~®¬øL¹¬zLÝ“'½v!Ðõò‰»ÄŸŽõÖÔÙõá§‚²÷ñ-Ø…+’.2Œ^=ë„GSÅ„GœhüagHF¶»Ñ|iÝZ–˱Šf]¯àPï.ØìðÞ6&t$B98>ùãRzqš7†æ2Oö?• Ï.Ã`FoÔê5¯ÛìžLjÝ~„?åw–;Õ6tÙŠ^hÿ”/£ Êt‘Žh„»7%¤lÙ¼!ѼéVëpu8hb_4¨Yö´îÁ••?Ä.Ô÷~‹è}oeë¾³ëª9o¼9uÓ °©†„ÍIî¹ù6ŸCür9÷Ùò#ÇQ´ÍŒH–¢y”§”ÞcJ"Ï…‰;(æbyõ¢Eó¼G*ÊîÇp€…_ƒëËc–Áõ ÏC{bk@Ò{´…ZQîÎ{¶Û¥*³ÎùœÎ:šOÿ°æ?@O¦ëõSÜwëUÕȽ£¡"N¶—'ì–ÀÌ"‡f?°Á[ÌvItc]:S'“.PPj´H Xø+š1Ÿ%%´´xªðv°™ÃÕ1„ÚþnÛ= Ê·îI2Á®ÚzwºÐ‰c:×ñAîõQÐAÐ~)Ñ&ĺÐzòâØr¬DøC${àÒ£À­(|`YŇª­—›^æ -1aéi{t(H¥Á¢7xÑÛ}ïDÏIŒçìæ7€òõe Ú 7ofê¤ÿv`&wLL3ÚÏùÒoÏ©÷¶MUû÷Ö{»)¶²Dn1Å×Ê­Q»¹*·f¿ê4¢rqÐàÔË Q®ý?FFÞ`¹Y9²A…&P=hY>Ö 4^&¼)¬¥I—»¾ùJœ0Ÿ^·Ä^q÷Âíàý€Yvîá}Õ!*ȵíèr®õy8µK® fà&½f)ÿá#®>mTË‚S7›u];÷z£1/ý€µý±‰×Ú]_ª&[1®*ƒ^µrQt¼¢"UÑ®Ãÿïžk±[¼wöuÞôpr0fêx6žø‘• 2øäù:SŸ±yÒ¢‡tu ³µ²k­ UVípœšÕìvVaöq̦†xU°Y– =»a»l_²L_rAG/Ñ«bT\V…[œ\* —ð½Â¦–3 -ãåëQXïýVaœÂÚÚfYßïð o¨ÑÇE“€OÖ¼‚o´Zt²åçm) qYpw_%ú¥¶ÔþG*Ví'Ü©ƒ‡v޼õݸ0¯˜zG-9a’— ‰”SºE;×½0Ñ\¼è èý" à žáLh‘›h©àgnZ›òiq -tVr+ƒl@vkâ‹]~zŸOý›º[E -Þ¯Tþµò€ý`ÝiUZD>à#çßÛï­¶kV‘ãÁ)±\Ó(ˆ+FŒŽ5°ò^°.îÅ6êÜLY–²ý†Øé!xÙó¼Â\³÷‚WëMÎ<€Ýü%€Ý·E{(ß>OÉèÎñ¾N-êùüÿIezòÐGØD—ÕÉÀ€ŽSê\±×ÝUQ³þ€¥~cá&Ë·ܰî ÀA\pŒ×|¢™nœ}ßqG€È½€`l"q­Ø €¬¹U€D¦€D³Ä€lÖÙ*"Y\Š¿øzËl°‰ýøG*?ŒF(Ö £ù+•‰köHÊ/Bh=¹V:ÎÞ7«óèRÅèý®4 u¡…Œ}Àvsßnæÿ+•ýíšûžý nûš5µ³ƒ{(@µ*€’ž!@Û7@Ùïžò èñM†ç蕤Ö~ŸË8»®¬xR’‹?©L¦+øQq?jw^1\ü-¤®âÁµ¸ªÊû¼Â„Ù ->î,ãùO4%{óƒ;<ìþ#•í@5z—ÿHÜmzÕý·2x&»ï†_ŸŒ<^ßGA@~×Þç@g6ø¦ýõŸ½_}wg¿&ô+—Æ×„_zJS¶œû?L:'«”¢I:¾‰SÏ3 µ¯ ^»2>æÕº|ܺú~…3î¾â˜Û]L×>;1·ìîêA™Ý¸•KädÛZwÄ8—…?¤©¢üöOîµë -¥ ló{ßËô÷ìOïüá’MÌ‚0ÎÈ’õNøj´I¨íèxôšò혟)¯Ãàbä÷+Ô(íùÇ¢¶‹ÉEkWwÐVÎ/°8ú½0î®×ÃÍEä ²Gçë»ìÖVV©¦7Wr!¢µ§"ȈyYÄÒWÑ˦rÕ«¥i2¬¦/|ßI_ízv‘.ºýûªAôΗބþ*®qÇü´&ïWHÙØ ¯Üb»§Ëá¶µlnc¥ØêTÇ%ä¶xsö\ô»‰ãçs¦ÃîÕxvÊ€½F¸Žµ% Ú_*k5cÆ<ÀXïéûõÒ_fo²™GOÀâÚ8Œ« ¸“]ð¾)øiíTˆ|4ääîˆw¯¿lŸÙ»îî–ûH?¾KŽë›Å↟´É?œeQú8ý•SœGPP›sפ3/›yŠÝ][ ’%U]Ë»úM":–t¸P{ŽrÍÎféßYdžÁ¥98“ú -;lö%h«Eåê†j×>+?ªŸÃ1WÈ-;V»ãa7ˆY¼Vr–þÐtŠMÝŸW(kco>qb×ÅËý´¤ÃýcµfМ}5³ë㊄„z_¿sû‰ŽÇySsƒFÞ•‰4²­D‘›f«òŒŸñ.3øÃW€®ª„SÉ ÜS?àê= ÀæÑÈÌçé~9û—Üêí:Уåü•žW[Á®¿†Õnž µ_+C× -eЛnÄK'†cPsÖ“ªÖÛmÕÛù¨ÊJWV N¥,»P†êМ­nÁzV%º¯©¨® y¯åvv“’ä3’’ÕÿÃW/xKêÄÍž‰I Våi¹t¨;è=Æ««ÛSFOgøôëö¤ag;qó¤MÇ†ÑæT¸‘޶Àû¡8ãÚ&gµàÛO…ÝœRŠvåÙ¸rnΪ×6`0#fôXžv†tÒ_‘=ÅçÄ€ -Ý zÕ9ÑnZâ/~@‘ˆF£?Þˆ‹nnàÝr³tµ›z¿bjå1¦ÏKßZãen¦‚ÔÑVÊh´œíÍfº}ïŽÓ‰û~ü€ò±äiØ*Iç2ÒÔ Lnuž`òr$>Ko]$2ûõ]È•éÖ¸/c°Q•Æ`¡ ŽÂà!üávl¿¹dx5Ç[¼´®øÏ+»[./Ë'ì2g½èð#ýaKäõljv­¨§‰hy8×Wx~)Íj^Ÿ6Ï”'wö­•¤µ»ûÉME®¼Ä§)‚"™*5áíÀ 5^b)7®’eã< ùü;Ÿùš£5¸Ýés“ÛDúbÂ5Í¾ð‡«æ‚ãc 3ŘZÄ|Ô@¯Œo%;xQªË%{?ÉŽ¦ç£žªÇ¼Æ¶seeܲ÷2«Ç¦ ÏÞ]UBÌÏb‚âP¤úV,¸‘srë>°>0.N•ϽÚü&®â|½A 9iªÌ†ÇÍj1ì6ºÉ@ãöµR‘˜þ-¾I_Lú7ï˜åc¿Ã/.Óœì³Ùd“¿£°žX\x¾%Ø’ñÄÓ ˆi¢±Òô­¬«QcÖ˜¹¤¬x^B³Mž˜&{[ðúòr<ø@›ÿ(ø¸d; ¾®•Þœ´/ƒÃ¤Ý©»* ´›ÊöïøVêã‹ÒœßÄ=ó!ª%Æ}]hÆ=3“ ƒ_8÷‚¦¼;$i]xã@>. -ÐhÖ½²ñÐOͯaGe=ú>+®¯ÕäS,¡VÆâËüH»Õq‰‚¼(¯NÛ¡2Ÿz¼÷ïþ ×'ÀY•uxb>ñ±Ç°Ùè€ï›? ]Œ·qor…Þ¨HP’IO±·ÂSá§>Ñ™m-”—WÕÄ–Æû:\”y²Ô]µ¤/Bà©rƒN2›è·‹|îvK’Y``ñÍÔ™¯ONïâ¸Ü”5~ÂæÃ“jø£ØYõ ïy`{öæÂ°ÚòEûH—Ú÷fo¤Õq*¾8J´Ž:¹ck²>dÝd»IŒIy"‹_¿ø‡„;Áj섃iÔìY¢?g¶C§# endstream endobj 29 0 obj <>stream -i⥲¶$ ¯Ù®û<Êç©vðú%?¡ÈVGXš)9._½ìôWPyx&¶ú3¹»ˆoÓ'µ˜.Ý¿ßJëUO­;5©¡9ò jd;q`â¤æûtÌð«y pƒðß8z£8#õ -c\ÿ4þÇz­©mØ32 ;[}â1Cc`È ¨SéTùñõ5‰çDÂ|+z%í-pRWœÆï1kÀuŶ80×[•}§´Í€‡Èím˜ÁŠj:Ÿ™-Gž%/ü5ʸq•»8f\ÌN#—íÅÞôôŽ.î$„ÒòšCéáa„ÒÄ÷Õ±O¤¦±.×[³_ûíÇý¾u!>Îć²R7×/É*›GÑV¶ãÕ²xÅɨĈØ^>Dïë“§Ï~v¶Ì·5½'¼ç6Õ’ñ%¡m/kÜŒâ#–V4@ôÓ›¨{¼P(£0"š‡Î²¼-nÈ@æ:øÚöáHÝrp4‡ø·ÊYvʲÄúÔ‰M¸oZãÒŠ¿Ç^`⣟Og3Ʋ÷3Z»o$ˆô*2ä?(Rª -<¼Ú¾Mx$­¸ZR›h¨¾\÷¡ºé³Ý=n0¿ˆéÆÆg‹¼ê÷xK™Ë«rß虤lËjY6õ}^JëÎôxˆ ¯AßÍ7.ì²=.0¬¶èqÒǨc3G“ê&âñg‰‘°Å²¢£}þî ¡w‘2X9Àëhð€Çü -„kÕVÚnç,4‘:Ôl=v?`÷°ð«ÝöîAtNƒÓQÒ-ý‡5÷ž›¿½YÜ)ÖUÏ’©p$vgSfR‘HlòÌyx‡1»4Õ%½¹ö×½=>¨¤r,—ƹùæÆEpJ–h,_C8$Š>X Úî$ͺk¨Õ»ÇËùÓx½ÛÅ6TçœÀY¨*°ê µؾYÖÆÖ%²õì]‰?Dûºig9ÿKªX‹‰*&9uYuì¡),ÓqÙ%?£V޹ö?$ºe*Î8 /sŽ¿JîïŸ7ÌÛ×óhpjÕ‘‘ñàF7& 6ô»Ëû®uP¶˜í^ÛÂ`“á|o[^lÔneÉШÕë_½æ'q^M/»5™[mæ'¯ÿÁoooYDóÎí5Ó—‚Ä*Íg–æ*\*hàô"rûÙÀE÷½ö„ ñÁÌ‘ZE1 Ã#¡™&]Õ«<;·¶Ÿe¨Ñ&i-öÃ^+×VFMÿ´Wš}­î6ADÚ6ÂûíÙ(“T­¾>ï¨úXWÚöHœÀÚ„ZWkxÛ®X»õ‡%9žû.ï ––™lgŸ­Ó ÕC'ùe§>’¹V~°Zz+WijR‹ÐÆP·ÐÓZÑ“6|F?`=®œua[}ÔöM¬P“Ž“z5é.êìò`«]T.˜3¯ ó϶|ïIï2î§íÒ+0;ê©°¦žïBÕ¯—óÛ‰†ü€ùÆñ<ÌM«M5×Þú+@-–´Z·háɤͶ¤ƒ/@ñüÜ*~ÛÚ×Y=ÔCÌ×f*-Œ&ý)AfܸR¥÷•6@9"ÛY £)¼ÿ•ÊÍpX0kJN*½³÷SØd'8K -€Óë€_„ ¥ÀreŸa–fH+ÒÕj“ Û%€Àò@êí€ä??sÙg?–y>¾ëœä¿øG*ÛŸîZ«Í·–üÜÍ¥ÿHec‚ÿJeêÊöŠX¨4žjÞö-ÿ/kÇIh–çÖy -òó”ÏÍÞ @n§lÿ õÆ@EPæã¨(Ī?ê eÝå0Ë…Ë—Öè¦Ò.€KÀŠ‹ì/¿ÔìïKx†*ñ‹_©læYj§(•—ûJìà¬NŒ7ô+4Ù;?M¼¿ ópç¬ÞÚ ÆoëÒšõË©7±À‘4›æ”G<Îþ1™°²30.Éb˜Þ%‹º€ƒ›ÀÜÀÍ7à{ùÚÑBO¬âg8?b°bhÈ1c€˜õŠ1ªÐºý_X^5QM·ò‹óÝÚ_üJåYNC¦3¬ÁI³´Yàv®Ër²ùËÎg›¥ØLÙÊÁ¥x“Ñþƒ¾d¸¿´üzüoYð?²tºÈr;HîÔÈÈbªÈ›E'€â: €âKã ÷ ”ù·¥2màÛnîúÈfþ#•ÇÊÓú“ÊÄg’‡v5,w€¡ý®táT^$ìº !´ ܡ㠀Ûâ?*ùÿá“ÿS~ûŸºÛ¼mð¨«Òýíðí¿»ø6³½=túíÜ}Ÿ•æfX^þÓ}7Ã5íê+ïâׄýVÛVú¿.,MðkBÕãÿ˜Ð” á4íß–è·Q¬8IPWR*rŒç‡æO¯{ϼ‡Á!ÞÜWýáΟ?·{E‡€[Œê¯ŨáMxž­›rñußëïÿÁoëß_|c¤ÿë?Ý¢ÒýšÐ¯`¾=žÎ÷1ißΧgêšÅç‡ÃßšÞM~æ…)ùì§Ì£(ÛÜ}Õö…ÿ­so8•ëÚþ'8?ÄDˆh¯HQJ©”ˆÈ."²ß~ÿ7Îu]ë¾ï÷ùç—eYf›9Æ±ŽÆ¼Ê‡•ñÿ?Θb¬OĬt8žDOR‰<:¹ }¸ª°{pnö?†Õè÷Ý>JèGOV>á5ÐÚG?#÷ÑÁ·ƒ»ŸÝÏnóÂ+ºeõòõ*Çl2&¤˜¿ }¹tÖï*qFG=æÔ}wkÇSCçôBm~ö’Wå»îuâ‡:±b.Zºû·qŸí}¼¶OªÃ ØÍ+ µËÊÿéZý×Îú‰ð3ŠäGÍeH4úºmy¤y¸s…“jîÑñøŒÓ«1Éîô<{9¸9ä?Ú¥tÌmK¹½–Šû´U(ïÄs&GGò«mC¶ˆ_‘7QC37èÂ…± o>êhè¥ÖN&×ô^m$èI«kWÿÿjµŸ3™ø£ˆSœ¸sD-Øã©Þo\h؉=xÑßû¥Õd7ÇWŸÕz±Ù†ÕánñöqƒÎÌKheÍGH°v -½ÌšÞÌ -+·<+¯Øä×ñª/ßý²²îþ2íå¶ Ø`‘y æ¨_(ГüâúnþÑ“3y9“þ ë -r éç9h9'„ÃvY›f·êil @¨!±„Í5f•[B¼àa"Ó€;"Ë¥OÃë¥p%vË´Ë~ …øänó€Þs%eåf¡è•gH1Ó¨M+St;ú±Aí|â`>''{›ŸÐ—Av|èÐØeÅÌQþð‰º…ÛüvH]4tw>ž¸|’Ãìæ(qÚª·÷+´Ò‡ÜêÚÞ ‡®*Ká<­/æÌJZd—çÎ\!žÖ,œæÜ™Ö!'ÓhOΧÆH -ýlľušß&çÊLúP¡8¾u¥ÊxH„-ï9å’ÜÒãË—x4 äÌp ô°5á_ä›lþ‹OxÈÇ®\¾kÏìáÞÙÜ÷Óë~­ ÏßDÕ›¿vØÃ&¨wž÷ÅB©æEˆ'ge¹ÏOq¡ü@~¯r6'—ef0È¥ñø~"çã‘/…ã¤>x“{ñ„áŒf¯[n$ú6 J7”w§Ž‚?ˆûóݳù~ÜUѾ³¥>¢ÿäzùÄxo>ÞøÑ­nà}Ž{¥·˜šº®¯Z¸ZÕ¶ oÙÜLÃ9ŸSbÁ“«_£Ç[Gƒ|¿í5zSs´Hï#i&ÃU­°*/r3,¬¥ƒÛA>ýaÜR4L Ìê -`/@ôm¬÷©´Ûqú­¬ß»­GWû]a{Ü‚q¬N˜ ÆjMùyù‹úM%óƒ‚ÆÍöÝv™"¼ærÐkÙšÑ|CŽ“y†Á­ÕäÖßÇ<²‡=(Ÿ¢Fyj ‹F­ívžmk°ç;ƒ¾íOúG}±ìSÍÆ¹x·£3às÷Þ}V½‘ÈÃö+èàöDÙðvj›ëX"jLºKNò±n~kMõ)³;¤±U$ü/‚:©o¡OïT7C†U8,•æ ̺Ogïds6© ËKOD:·áz5È»(; „²äûtg);ƒûÑüzîâô¸Mjl¿;å…-ìñÐNwk{K<5¯VÖ€®’™å»ð⎛\®›ˆßÑ #së±lœuÂ;DV:ô(C}¡]ññʤ“æ ”ÂêWT^5+el޽ç)¿:ÓãF¥³ô²íËlˆðó€Diȹži¼çÎö}B²3¶cI-¡× Žª×-ÐúÌ ¯ƒ•YªŽvFôÜ^ cüz'ùØ! çtR¢±Î9×ã:•ö^ÕÜyy¤U¥óY­«|Aé)ÓöçC¦Ý¨¶©¿8tm´¢z8ì?ÙåºU$¦ƒŒ›7­úqÔÆ[+w‡Nüh@n^G§VH'•t+.Y-$b»í\ šâ\3vz`XºúÁºú:y~óŽ:•zÒnžðÒj@˪㦇ª<ôàÚÓ:¢´3ÓÞP‘ùX^Õgð$·SeV. ¦µaîô_œ.¢,ì´dÆ[ó÷gmòwbòΙѺOž\óНú NœZw´³g•°ò½yÑì4Ê0·’ ÛAµÝéOKƤÝ!ÌÑj2é©/¸±PyMÚ´§;íÐnšÞ]Y7’§o%¹=,%R«L‡É4¹x8>r¢íÈ´hk:óAå/Ž£X·‡k˜ÌÈ«,qæf'}KŒÅk%=Ô÷¥ó€ÆŠk‡ƒßž9BhÁøàaê®%‘KŒÕµQãÜR'µ•ÞžÑ}« ¹Ã¡ÒzާòšŸ®d5uØ·¶âóÖ*¯ò©Hê¦ð‚x[”H ©9Hez»ènµU=Û¨cªQ›¤YáEÅôÔ‡©·6#’8¼ñS×›ž"‘—xƒ³ãîk{öF} 6ÓÉ\i{1ˆ§’í¸,†i\x«ªé䦬,¯MU^p³µÝ¦œŠBc©«¤æâq“߈t?5]þÕ¸ŸºùWY“ÂÄ| BêÔìòbéðÐ~‘ᡸAý@<Ì•è/biÓUÂÑØ—¾ê·?=bTjƒtÿ†νFóZJ)í›F;˜¤Ÿ:7ª’ÖêV¦¤fJFQ„6/#‡|KŠ;ÛÎ$žä‘ݼ6T·ñ¨q“7‘ׂŸîÆBº:¸ñâ8„êA:ÖaI¨sëçRç_Ö¢ žªmo¢¶½g˜Úv÷¤? ¾Ø·›=uíSsù«}ÿ@“&$àClsN;Oww±¥ý~Ó-I©AάIgH{On¼j&<”v¾OÈ¥y““¬óE+rOm<3´™œ'§?׃Ÿ£EÞ.ÔÓ‰ÉÔGƒ%5¤÷ÃjÕbY=YÛ)ëPãë 5,A¿Âž„!ýõÅ®<ÒµÕ|æ+_õ{Ü’iÜ¥˜CÆÏÅÅ*¼gææ~gh‘#-UV’|¬½x»7¥½få²jb’=.2"Ãì…ÆXK.ËÆóÝ©¯X×â6…Æ ¶+×ý&KëªZö\ -’hö¥"s#4†qO…©öG“Šó÷мÊoL%wËφª<žü/¶Ç“Ü ”ØRfýãNôŠZëß¹qÚ^¦Ì³¹/õ6;jùZª“µe8³PŠ·ê©µ_·RROb‘M¥ÈÆ„›pdÍú:%ó>W®+zõ°ÏÙìù”ñX¦”[0C³15ܽWžÇg®Â7$ªn‘DOGúnÖ›W:³Ù©…˜"©s'>À¿øŠôËŽâ¨S.=Gåëÿœ—o§­µÞ¹Çaw« …†ß†ó«¡¬Ï‡éÄïvâU|&™A;•kË%*d*]W'YŽCѹXíuêm–…3&Ã¥oýʤ•›VRëJHÏTçL‹È3óÑÐNÁ©¥ymP21PùMëD¶ï[˜,v_8Y”/Yäöè!ÀicO m2[5îñb½Ù®•îêÑkqÛ–÷%_F#{(UŠù~Óó¨äÚoø›ÎQ˜ïí7ŸüJ¸^Âi¼féq¥Z)8uæ1"ÅŠßÈhô¼z³èì$3¤¡±¤”´Sð"û&ÖU"58Í‘H8³‰¨iî ´{Éâ1€P¼ë“Lé³)±jшùU¿Çò…j Ø­…Úò‹I›Ä¿têi.’£Sf*Ul~ØH’&[ÈíF_x]6õrºpx>›ªžg1Ìë.ÆÔïuº’ñKõdÄrC Q…ñS#;éB,ÍŸØIÁ†0óÈÀÖn?4ÒÜÎÌtܺ·Ø¹¥1gÊ”°J9UD¯»Ë/¾Ú÷ô1²ÌQ´| Îû!¡V )¦“ù¯Z¦JïdÌ/Ì›ã5âW7ÙæðÙ©[½Ø°_e.–­=Ä3#ñ]–•<÷ er+Ý(bÏoª>;‹øQ*éx/§¹8µŠ–ØE%ŽØñ’½`Ì&Ð{kÝF‡ïaP~•3¯òxÉÊ<‘ʱ ìlÏ÷ß–åž3¾·(TPó A™Î]Ûm*»“.™Â²yE¯^~q=öAZÉ„v*$™ I -[ΚŒT÷@Ä’uÇOm3Ó[»€¹è˜@Öª†zPîRï–ß\ö«ÙM9m ·Òœ:!%ñÚk"ÎŒy²» p ‚8ý‚Škw›œÉßÍÌ¥ûãv­djµ.o¡jô­KFkö^wyÏ<ö"—¯NSã¡“¾×uÒX5%ì¦@*úì3}´~oOQ0‡åÆ{u,-‡gr¿ YÉT)„ÍJq£MÅb§œ1‹¥½æL8ذM5ÛPHçÏÊ —?Sµ]þœš¾óÎÀ|}ð}õž¦²ÈhÔMÝLgF ü·“ˆ^;_²íµ{|$3òŽâ†”º­¹x÷òY ¼ûÔÆ)8Ã¥2Ôb¹Â^ñëð±·á‹ôòçu=ȳ`çîÓ×#ÇeÑlöȬPXóX~u (îL2ráÓµ)½ùlºýÌ é5ž\tùÖìÉ×¶—L_ž¿˜È -í»ƒ`aö` åÍžmórlo_"ÈG^{6ÕÛñ5¯ä›W— Mƒ”\ŒÒpr½äÝr…†$Ì$RQP¬¤°ßñ¦ßVg×$Z˜%0v /@bZ)Á»È|×$Œ/ñÞ=qÓ€Øz}@ÌÑu‚Þ9ÁìþERñ}dåþ{3ìÚÈmê[†V ò ‘nƒ(ÕÈãÑ•ën{f6¿Ú}±zêf#áî¥ÂÎ!ÛÈN‰ -›.](Pð>ÉÔ e@ñ;ôé¡JñáPq”¥ ɇ´— ¨Îx (±þT5G -O÷•?ÆÉ—‰)@¾õìóœ;‹òÐî’¶Õi¶Èš‚O‹¸(T˜×O%ðU=1w¦ÃW~‹ß:éY9Ÿû»wìäRÍ«˜Þ¶@PŠ4Ú¤Ív*€M@uÐnàzG‡€¾-o ÑyP)« ÂöMP©VP©¥?Z+xXbÖ•Âø*©Z!áOHÐ+vã>ëu~Ee·ÙfÁSŸ³£å™V½p'.è>*/iwZ8Ž:NNhw;é¨âˆÿêÉ©[Tèœ**Ù•IC•£«†€á&+ÀxÌ0ñ>X̮֔,À.‰°Al|á{X¸€]kÀ†r‚°öÅWTþ¬XÉùºAý6¶Ž5±I´¸º¤Q¬2dOí\PqÄmŠÄ¶äçµ¼“ÞÎ=¹j0|€Ù#Ý?úí×ü5ß¡éGm/Ž ºneAõc@‹uPó–¨F)P{Ùà`e¸²K¤WDÊ_ôÂcvkV_í4u[â@â»ÅQ¥šÎ+E,‹O/§ä>f‚u®™éÓx]·A’*X¤äO(¿ñ|\ -òÿèÉ›9|-·ßV·í -¸>‰î’n‚zq?uz|õJ§ô]+­*ÿ#Ù~ú8°Çû¡ö#0:«¥'p?Rãƒ{@Ì%¤ î‚ RÂ9bóÒY”Ûçd"ÒO ¬_ÿê©i&ÕëÑëÃU¾ì¦Å^ù\‹¹X3ÿúúAòÞiüÿhµ•b‚RîŸ0Ãʧÿ„t‹b÷žVºÞ-Û?ÐUÞoã‹zÚ^ÏQå -Nq-†Ž'!„ô<,Ü\€ØUDÅö‰¹mÌíßú£¹÷±¬òë_S -XÑ߆õÑn«¥Øì&×ì_ëêçÉúÿßÁúQB ÿ%0Ö?tñ{ZVØ+lV爮j§¸*9ǯMWÑb¯ m÷~¹ïæDå¼OGTêÉ&‚‡µôV}1Ù-2i7Fš/oÐy‡ -­œY];E³±ºêcuÅÆO7xØVp×”`^ùµ®¦Ç»˜óóÿ¥ÕfR¿nÛ¤â9¢Š¹ã©žJ†hqg÷oõÞÜͱ»É—£µE¼õ`ƒNg^hAËÙú$/ƒ5ÎÂÕUÛîWìn} æþpÇýséÓqj™v¯ù…øJ£?Ð<PfÏÕÖ,”–ÇÓHƒÒStG!¾…§ -¿ ø‹ÿÊ øâ–U±Ûá*ÜÏ{a;xFòY6ú»ZZŸZXR½®®*Ƀ—ok/… i,æ,i/²9˜õª7‡§6˲l„S–öS4´.¾UòÞ““¹ƒ'ô)CޝŽ#Ù;2öä±Kå‡cöBM=­­<îaÆ#¿ž$¾éé=?”Ð;Ì>s¦«´¹[ ÓÇÁ&\Ú<}$ißù‹ßýFô>Ù…é9æÕ×>9ÇÚwV.¼µ–Âq0šÕ^2:3}çÇÁì19ƒSv|cÓåq5&hïéÉurÓ›A{Ôd&Æ(sß:ÃÅòå ódqá®Îµ­[ìØ—Á¶¼OòäAÙñ~ô}|Vq“{c¸ë]Æè«Ç&ö û>ï_|$pèœ\Œ©Ø‡n﨔/^×ÕÌ|µœy5g‘{!òl“}týÖM˜`pð^Óur½Œf£8?Ê&9ÏPžÒ¬–ÁEFª<ˆä‘>0à¥Ý­Û·*w¿OÜ‹«ä3{§›÷ž«Í û±»c¶×m7­÷¸V£éî»óåéÝ•¸ðÝ;ýd/fà;¯/î™i%w¼;x×&‹Ù™—_Ë<ílff¹éù§9«O.çØôÞ1IŒ Üè=ØUx€-®xß&²¬sv`Þa2„Ü»-¸Nohv?Ï‹=]×O–S›Ž+k:í-(_¼ukêæ‘ n®veÑ,âS×è8•Xßíl ãx;­ãùfªsX3à‹ËvT-ÀêYÞår!Ï—÷¬»R¢äiødœâ9ÛËt}cX¸]§ÓGö}Ê$³Vò½Z¤ ö¤ê2vj5ç­Y;jYÐ6ÖºK7muå*êšë111U^ ŒíLߺ¾¾ëûøÕ‰"šÌ/ãvÔìÐîjƒöb¯Þ£bZIyH岯ŒZ{\Ò_œ-ÙÁ÷2’#Â*G•Ú2~U¬ì¼¹‰Ï†!Êö]½¢uúÇõ|â°RÙïd–µfsRYtƒ"(wa=G›êãLÄ«K†ªN5S· Ãщý|ÒqˆpÙ¡Oïæ2ÈUcïZVõk¿·Ðî½¾2'‹{%Ûï¦ä ÜË~ÉòRLÎäïæTyÏé(’ -ôjªáØÌÖ0žZd<ÜÐ|pÈ O¿êzï1×Fvƒ÷ÂnrŸ¿šZÇLF×,êñiHêde\í8Ãi£S©mÍ]Ÿ ­ªeœHõv…± -plÑöRÔÎÐÖE‘ÜUF·²\ «õ–f¶å­dô@ÂJÙ¬GHŒç§Ì‡I%`·¤c‚Ö'ü{K^¾“‰]\¼/~ >¥ÝÞ©švÆ.õ»mTZ™e õÃ(9úÖ†µ2®>{EF­_Ë|{Z-KíÌ×”Ï[JnÖÊílg*‚iØêgi§çSó%Ñ.|\Ðͳ^²š• ·¶ðn SFö¨á^”Ìñ†2‡$F§ÙÑ­ñXõéݦ->7ŒR-ýÌÂÑz "-„tãþ4j ŽR‚À6~æ)&µA]fÜi=?m9µ_kÛ©”­•ïsªÚ­JR‹áçׂ=Æ÷*•s$ïÍó™/"‰šA@~êZ|¤)gÐwÝáÁ–8}iF¶1ÔxhjÕQï¶s˜½’Ëyh^û-‘e$û顆Hƒ{J˜Lù ŸíÞêuXÛHœº;tjQþÜ«¡Zf\íîÈU•0Û;Ò̵RÁ™Á.”*¢;­< -É;Â:[y€Y†aÉeú‹ÍE -ÄhúOÁ¯÷Elhl6ÀñžæÁR|qiRÚ¨SmØ]µ1:ʪšêÉ"5oaÚN<÷Ë·æ¤õh^2|­ ÍiÚ´ZÃò-¡J"M…u¤–ù1וí2nû°`ªW<ÃzWê8(Ó~ÏjÒŠ8¡ÓûÔ™N/uˆNä î -©/ÂÑ*h-v¥[c’¡¨Kîw¯™ªÅÝÒŽ^ê}´>R§µf÷RÚI5ØÚ†d/·c±N…ÍÚð~j¤èõ‹_Œl½-–е¿Âª6Þ¢Ù>BqÌåʸXÔ*õm«_úbF7ž™kOjÁ?K”t5xrU£“sŒTŽÇYh €,TÿÀº‘òåùañÇyÁ gƒ¯›ÚÄqdÙ©)OY]ófË<ëªxé"J“ËÐNCÀõ¹ Ò½ˆ—«½[½x©ø.qËU©EaîB ¯¼ªe¶’âóÝœQ*µÌ6-ª,&T¾ ÉuѸ‘íÀdÑp9¢³¦¢LwønG½q³•OPK½¾XåX÷WûN²‹N•W£þ¶Šëþ½ÔRý‚×Ú{GSŒØäà_ÖmÏu¼½º–£W:ƒãdìµ±I1£—™«.S¢³TŠ äA¾F®¸H"õfRY˜}–[¨hñ8 ¼;¶*8!vŒ^[Œz•ïè¥=ÐKûõ‹e§n´ý×¼ŸœgO¿Ü›™ØÛÜû—¸sß>‚örñô¤ÞyÛmr'"É-ù`ì´8#)=jd§nW½5ao„¿f¼›s¨øGåFK.(ÅÎçHm• £{' ŒÄë¸ÕoÊ8ÉL-ìôÈù˜ã;¬Â€ÞR.‰~ú¬£Õ|jý•=¿–¹(+½ÅËõ‹_õ;K%EÖ`«”ly’y½Ý:Öüìi¥¨¯óXt;{[˜ßà·­*“ó /Ør¥)-lzqxN¨Õ囸}<½çÝ?ÜW/œ"ÖÖwŽ%ôv{QèpTÐ7ÔÊ/Üòxª¬Ë<ßÊà¡•JMžPJ™íqŽ,ªø ‘ù ’S.ç/fƒ½¦{ÈòXwÞ†$ÙE¤o^ºÛÚU‰ V2Fï&ÍqRÔò…ç[¯Qu¬Åðë6Onû=† ˆ‰„÷œ£‰]î)c¹â ùxX~g˜CYh5¥ÙZÏ”DuY*eK© -²Ü5¥ñq·¸NÒž"R’ö…íâ™- °/Êg݃÷Íý.ÉU×1lîg¿˜ØèÉÆ€ëI}€˜V°xwê½É±]è¡Ô¯.ü¯û> u–+gäž\Åyü$ •²o»F )üV1Ü\Íb‰…ÝBôàfÃënà˜œ>*;ÈŸ³H!ïx2»™˜«Šõ¼Ö" Àù5X‡9É„ü¼ü '6ŸGÂ/Æ+3µ¼ÈYs‡|{‰h™ëä,›#oÓœûSÉÌÜêàu+ÙõA!âKJ@Ç”AÚÙ - -Sùœ¯òålªXc¡¦Þn&{б–YÄg'“§2“ôêRÓEÖ:§:Þ.ö©pVâ^MÛIB5ZDeŸ´hüay NIðOdÿ…ËÖm½çàºÙëÝpmvßæd«8z4ý¡×wdU­!3Ÿn/ç}|@;ålf–ÜÇ -1×r~#2 -•*Ë!Ò€lÐ µQr£îCµ-ÓÈ6IàlÁ~ ;VHpéri‡€ šÉ¿µ±ä=•˜’ž“ßBÒ¯×ßUmdE4ôGô¤Úá{[†ì«ãüR»t“Í-$á#Ô×7RªíÛùaá$@¹è@§p*ŠÛ"€êÞ“W^ -TP«|ôä`ÜÔ³d:çx€ÆÓ! kÝ e¤èî^´e:€¶+ {™ Õ(yOÛú€nöï€fSð¿¢²]äZf­Tý•SÏt’[ò¨_Õ:[¸ÐÚ±áµrz^j[ç̸ Zr^#E§Lò=mТYô`Ìz»©}e\Ìx<¨š*½÷TN½5` -Å`êë"`Vãæ§{CÞæNÿôq¸(€MM§€¹jÀÜ0ü‹¿¢²·<©uÝ k6 ¸¾fÀLž,=&XGåüÕÁ—wÓän§ˆW¥ñÑ“…R#‰¢*þ‘’×J T^ŽòGÁý:‚¿Š)£ö;+®@R<>@UµK VP#‰!¨µó'Pë¥0P›œ5Póý¨M¹[‚ë§Oïgc£65R´Íü£#NG}¾~D œ…¶ç,qM·.eùMl -4ãC«ÔÚgsÞþÈ2kþi-ñ·¿DäþmæðÕ“?âí¡€Zuµµaáj·]pŒSÜLî‚z’mƒz¥–u¦ÐH» ÎªÉ{ìåñÅG %ÿ1X~%»¯ïôq„ŠßŽ¿J(¿þUBb:Aû» Õgí¿>{O«ýúmŽŒ›71ZÈ·¬±Ñ®v0¯òáֻ½ÌðÒØô¢^ë«sTUögtì=NV'ÉMŽþñÔâÜßå±þÅ_/kü0`ÿãǰZý(¡XöŸ@úó¿üyˆßù¬>¶xxi3¾û9ûv›©««ŸÖ«báÓ¶ßÅÎú]'¬17âNÝ÷¬qJæþVR4µ£“yuW9Õ?°aqs;j½÷qûºO;ùR‚³¼›3Á.;*9ÛPXt·Zzhn‘¹i|ñU¿jmîWbüG`ôˆ7=ñ÷´üPoÙì\å=ë_Ô“°>Å5tw< èùHωÇÁÍ‘ ~´I(öŠUxÿÖ“zÜG«è^ˆänN6˜h—íKõH¾+âV}+ê&j8ö]ÄÓЂ…sHl`tMïE~ÅžèFàUÒü/"|ñßcê+0ÞßÍ\þ*GìQSæÓ–=HGzºêÄyÑÛ¿µ•·›ãÃé.Û‘|n·ê³¿ß"ãñic¤†×0ûÐÊN~ý««k§—_±ûA)xt·tÀîüR¸çÕez4ž,²ÓÒùš…r+—`…ÿ_ø«ÖþUB/j¼8Ÿˆ‘ù>° !·OÙR$Ÿßô=êÔH!±xhkz}í®\äêü@‡EîòmGã¥OfËô ^.æì5\d½ënðéÓžÁ™–ÅÒÓH©§èÆ©øÄ>–')'ô:¯5ó?®Õ?ÖÕd(¿GÿOŒ× ø<é‰¾Ø ›÷z«Þ¬]h¥¥ëêÚ®ÀC™üÒ'kèbÎÔèyÀ1µ9ì×3-SkM£VMù¦áÇ*oùÒøDd'fÏ~  }X„c—ÚÄžÇîn£÷‚FT“¥çu8—泡”‡ãavM\¾p>ñw(/ˆÕÞÜ4;ÛÍËõÁFvì•[€†K?&{YdÝífòÛÓ4÷O?VâÌäÔ‰à ½Ëc—8‘cöôf½G?[÷¸{¶9zyäs¬>Jû¬5”2‚ë-uê*ùÙfªÇó@+qÙ~dî«}ƒh'Ÿ;ß±˜Lø âv[ñcˆŽãà ¿ow¹~4 I -×.:ÕâÅ—faÝ3¦èÒLNš;»¸zíF~Õ¹ŽÒcï=œó›¤Ff·‡¢¸Ü-ä -•A¸ÂjÍ–Ä~tQÚ}cæ[Î!ë/{gŠ‹{•ì›ÄÑvõp×­±Ðò-I.0õ×q›ç«×U¿Ý }¶Â\¾ÎÚ¥¨0Îl[¼JSãtN΢µÉ«X¿íþæRi鮯õ½[¤œû ¬OÓý={.ôñà‰:ÇvŽrzT¥Ö» ªÞ@Ôûº=²ÂÁd½Î'ßš Еz$å¡XrÝlJ¨™²9Æúi® u<ÞoGz”jo¿¸lå¿õbjkæùg9ú›6*º×{kÞ»ö¬{ü¼U.ùqR%¹zöãb.pNb%vèX{ôÜú0c?6‹‚]//ÊÖû~¦,ßËÔ¬L¡ÐèÎ7¥›c$Ó îÎÀTFáÔßQjW}yySZÇÚ¬íŒâ«HsâÖA«(Ôþ/βËís“[¤ò{®WµídT<b®Æ°]ʈ®Ö®UX¶£:ÎfêöªËÝÂæAfoM;•{w1ª¥»-® ›«ÐLrK³­)cs[TÎðÐ0ÊPt3,˜:®ÕÝŽ½S¦ÊœoµþñqSï%2§ÖÌyµ=> ½vª´^+Ó}ê¨4[ûø/Žî QyÃüŠÊ?Дޒ[o޽&îöuø ÈÎ¥¸ÞíÌ(6?êô-È/Ìukº3‹ëÍÕÐé;Ð÷ÃT^'òùR縦ÈPŒv‰š‚6pûŠzŽ •ãWýö;õô“l\°­2[IW%›šædY*±­õ*êµ4½’¶®~”ôªxtŒ‹¿8ðx ÛÐ{¦´ï˜xq!†—õd@–BÛa·Åžœ‹¼5ÞÅ.\)Û?áüTéÖ¶sª¶ÎÚ•o>5·8Ê©}„¨\<ÁÛok]i çm½îß%E|@9¨mž2ãVØì‡­¤²»HF¡œã¦ÍˆD@ZMøA“že“;“î¿+s:4®å(Þ/…±~r<6ÇNgÂ[äb‰ï ó®mûñªmeï)Á {ˆaH¯®N -å‰vËCÕ›Þ*Ȧí üN+’öÎ+¹2‚þ@²ÒE¨VxB«-ÍšRt“U «u-ÑšLF")¼VMgAîDL Ïôž굶οߥ€÷ãÄûšrüàðÅN0z5u|zÉ`´ºm’J|@)£i¬ž•ÛôÛ¦öº4 ÌÕë³½7µ¡x©|á´3Ëå^^iƒ«\X8 UZIÙˆHrÈ4\´s.Ó<·=¾YÙrcˆÆF£z€‡Â˜â’ºRƒÞoÄqª¾ 8²žÓ·Â† NYƒ#§ŒŸ_¾ˆ £ÊËRôGx ·­Õι÷õ© R¯[dlÕÀé}³ÓsœVÓ»ššR–î¤,˳¹Ü»ÛV¹Å$\@Ÿ"Ué&S¿ÁáôVž÷3)ðܳ&¤@Iâ›Íª^_,•~={3®­]÷µÍ}Õʰ‡UÍ&Ý®š,4O08nœš­ˆC-ÉÊ žèä‰U“½÷»>¿ð³»ò¬ËN9Í©Æ+_Û®îhu?Û’U"{áØ^j±t‘ï2½ïUîñáó4úÈ®ßé×vZ ¬Ñ¤…<1¡S“ÑŽæ_Ç#Í·ñë ›ãæÄlOx°½ú.ÆGVÐÈúF¬œ»Ã55-r 9ÔB®…¾4N<]ƒNóú<%óK㙺Î?7¼Ô´Žuø„]k‘q~Wãö2ËžÄ^‘¹ÖUœa§]¶âA3‘~ËÇí(—6Àš—ŸgJŒm˜ (R åícDÂ’‘pUI“÷?Ðw³šÅ~z Fø¨æ/Ç×vÝpþðõS ­^+w”H -¬årbÅÍTO».7À̲…LàŽùÜÔ -¸ÜØÕŒ8UI{ñ`n¨šª< l.1P¦Ët£+ÐÔ<”ë”älU*Ç”ûdp·d»‰ðÜ‚m€Õñ(Ž]Üà‰7(n‡£[dûÅ·A‹ïmdÌ=”W¯1ËGæ»N;îûðù«Œšê´°E$ˆLº^kðõ]E€Ê;žÏ× z½Ø© ¸r·2­K™5{ÉöÌpÖ?Wø:ÿ¤› š¦ZR W>“ÅŒ\%6‹e‹èÈy‹(Ãß…ÏdÄp³ÙIãx–¬bvýä`ä–]£g–Ø¢NœÞ|ñíúýU¿}"ªÜò¸ýº©µ±¶ë+«Ù]ûëy£Á¯ -5>¿4inëðL­Û2[ÕãqÕýØKRS3÷çjV™ Ì5=³š{J.çO¤J@/bë Y¢|£Kø~¨Óx·¶màø7°^£3¨Ûyƒ^FÚMæe6W«<|‹rÍ¢7¥çû½þâúvýöÚêµÜ¯5ÈgwsZnuFt|µ9œöåN¼Õ›#!…l*ÃqÛw»R¥W[œñØuµâ×/­Jz[îÒŸ>ú”R(NId÷Zèzár -Z‡–¯¦ˆ;Ýnµì?C²¨½Å<ƒ¤2TÎßÁC“s àcñ‘ È|à ÔÀ{à'ÊN0ô~.ìŒS¿`ÉG¶ðH|‘n€Ë‡ÀëJòaÒ_'˜‡NÓMW»¸ÐOfäΫÜí¢-ž$¶$m¸Nù5GÝÊü®˜$¶êÈèØðHQ÷èüÅ\” ‘œeRúäþ„;ù¸v—@ìàlÄm[$„·YZ€DÁG#Q-d5x8 q:ùûüqHx|$h—qÑL@Dè*ùÆî)Áàb¯½kÍì©L»#H&fê­Ù¨iûºqîìØÐÇTç¤õ°ûÌLª¤’<‰°SpØlc©h?ÊR£3€ôÅ, OÝ< ßPðº¨B¾(Ò¥t@™—Prë ›þ#*W=üWTn÷ÜsmÀL£Êò¹^NÅ¡tc±É²ãË>ŸÞÆÔ?*rߎt¶F&{ùãþȸŸæ·ôì,ú*é B?>ͺ[P™_€w0Å© -Á]¦!¾ÓD+€a.&`ØE¬“ù®ðö?¢ò$¦s0Ì£!–ªÖõJ2‘¬Ë;ìeÈ–<»ùQuÒÉ %IøÃ_ù¯ø+âþZ?\|®þJ·,Ôó«3»ž|y¥@•^P ê{:¨Qj)5¤)€Z©ä&ˆv VVÒ Ü¼É¦&úWT–+ä¦Þ”®GšK -í"“Wª/ü÷%¤jÌòïg´zVýèÉ_Wòß(¾âí4—øWÆý×ûë»ýXnk¹qÒPyÚ=¹81­.JÍA=}{ƒzåVu&p¾k¥‰áɶšÿV«ý³ô}è<÷'ô«„®û¿JèŸf¶àýàÉ5îç©ò=­RÄMŒ¨Ê-kðÜ5ÀZkrµ¶~ +l›íKHõõ‹z™þY7 õV““ÁoË'k¦t’«ÜbØýг¿ÖÕt_s…Qñ^éÿóÿ÷aøÜ¿F ú]-‹ü´3ý,B6²¾-îBðZßÄm*¾Ê1t»„$.HÍžõ;Z8ÅR:uß4q"|–>:š=Ò ®~pól#~¨œs‘ÐÙû˜ÚÛ§íQríïÄËeU5Á“|ucä(5´ -¯öÿ…ÿAÿQ¾ûÃÞæð\º„¸£Ÿ#ÚëŸQ7šOü<øôƒýí ‚cÌm¼ËÞ/{}ºë¾ÿéÀjg#ù6,lÕWÙ"“>þOÖ«ƒ²v’³r1-X¾ñ{)<ÄÿôZýþ£ïêÿèM\+ï‹zàááAèÁ…RlìÁùæÞ/•µx„ºÛÝ;›¨¾nÐéÖ-h»XŸäõjM‡ËÍ׿úý—ƒõøZúô5³L»ïÂB|!Ä\I³õ²R;ÓHŃ©Þ_ëêÿ…ÿ‰ð«ƒžb¦˜Ìbv¾>íĘ»oC†Loô7Y ‰F¬®jŽ FŽ_¾m .…K¦½˜³}‘õ@wÔ ý9<Í ga³4™!ËÂljÀ¥•kXä»ÊiâàÒk|í áhÌ^oï1t Ïㄵǽ÷_×êão ·¬š;Ÿˆávµ+·EÜÃh}‡ó»17KáT;,Ä[ó1—_rf¦¥Åd/S#'”ý¸-’>±™‰ƒŠÜøj ÂØ%Õ–÷èËmÏcº†ÇÝG½Ñ{´„÷q>œ7^›¡Õ®n ²®RÀ«ƒ°³³Úøñ‰ýI¦YÚî?bìÞ.ë}º£¸t\ÖVl(´–é¬ÏaïêL (û| -&N麻øõìyô)ùõî-5žÏÜpÎ?‹C)A‡Ùyt‰d WÉÕy^)Ò@+ÚÙúvß@#ω­wàX”xîQ¾çT{ý*:¶+ðS»š®ÍþâîgÜÇý4œz?áYhÙ5cù6Bn°*±¨±b''uØ»ØPó·-[`u§ºÓ^ïf®µOÕ1ÍÜsãm!ê›Èyé³^éìóäE(x\c=íXBG_ü@g,~ÞöY­u[=3Q8/1”;©ÅK«‹ÚP&ר»!…A'“%û8.‹½ =0ì»±Úµçkn t~c¥®Ô¡+Jü­›ÅºÀ”í.dÂü¬h„©}2#ˆ~gô+7tÔfÚ˜²{b°òµ^²WÓª›®TÛ#î¶=œ¶¹#ê+ïö{òÅ‘¥p°Ý™æ{ÙRÝß÷SC/sŸkn'7æûhŸ}çÔHO“¶—æDKxªFW¢&CS—3#Œ¡¡‹G}—*^uc[{w¨u¬G·Ø!½ ®õÁ’Ñ*Ó‹ Ñ|[­ÆÍ^{\°ý6èì"¥3à’䙕sÍl­ÐxÚRâ0A0÷[ÅÄþ¬™ ´œš—ŸÍX¨îGîÖwõ~/Õoô†á²bóùtÙò/ÞÍYoÁ,lY]ßâ@ÇÉä$±û“ðÒ.Ð:ÖúËËU½Ã——:<ÃPûÅ …öøÎbíÇÑÊ  -¤-ÛrkwéµÖ04iµf$uv[ îažÍMÆl¡ú¤i/볦=ªL¿Øç­ä³š<‰ÔÔ)Ö£QÀ/½±0ŒÞ(n7­ÙpÀtåÔ3ÛžU6Êý˜ï­´¦]¦h_½/щÊÁtО8⾺ÉgE¬ÉzY)YV½¼ #a¹¥qr\Zžå%½G(âþ*Z"QMš={¿i\®Ì»Áb[Jõ:†À!‡‰À•ÀœÍwÓ/¢­e—‚ì%š<¹í°Äö<çúRL;}æÅ.<ÑYC£äÓ»ý:’!NMc“›fûÝŠleŽÌGJÖˆ²|ˆ·­[Èìq“Œìû-¡«BV´ŠÒ<é¢é Z­qµÜVƒ=‡¦à±i[lÈ çÉ£>Gé$ƒ­‹‡”Q϶Û.HµgÜòÒœ~±%¦&ºØ@§Ôx -ß¶.tÇ_ïowUf$#ºÊU,„vaˆêiÕJ»Ñ²ZJŽvL¹€®]S c•äè‹–§ì›§³tnVéÑpGÿ°÷ÜV–K»0`Ä1‘ArΘ0¡˜0çÏ¿Ù>oÕS_Õèî?—{¨[—À -÷“¹z›¸•ùäõjåÒ¨t£‡ãgžìøT–²Õ&fÜJxI—û8£i+[WnPUœ“×’ý›KD³0éÊu)°ÎlÇ z÷ÂÉ’ÿ`‡Ãtõ A Zž$Ÿôì—sVgfË~)¢ï½ÜUv4JrÔfu1¨ªáv¨*þg¾].&ÛܧËÖÔM8‡qnŒë<˜¥mñ,[äH£bÚgzJÇ15^Iŭò¼:•i{+×ÅÃé -íÎuÈGÙ”S0Åêy_¶PáÆÌk:`\2*Ò«æ–¦–PiôÖªP5ñÚ§ˆ“±&m"Cì¨gGlýÀDël ˆÖJ‰1˜­B9v‡wûÙDÖ•5«ì'=ù:2qœ€›ËF6Im´‡Q5ï‹rðÒŠRý÷®Ê¦°LG™øð÷ñ©É ä~ÄŽ9?­,ÊÖ‰H÷V\Ók‘8ÑØ@xR;5ÌQädNG«(‘Í|Õ%™Å£K\4{IpÉëƒß¥µ„‹ÙÀ^Y½=wL‹ë¥Þ¤-,éÞv½Z£ÎuU¯5£øþº©½¼Ðr¾Â·®¬+”jÓ0.ã¤_ËÆ9Ë?çÞ!pêL6Xc%ûe{džŒ·,véÊRûÜgFQ^nK67Ä…,wà Ñy&Á‡¿g” ï]O-ì-J3lp¼<1ÕŸòè¸Wª¢F‹Ðì0ßýâúÍ4ôgÓš-W5¦kõP·ÎÚuó2 Í0ꌂhW\'ÐÉPÐÓ¨"³õ{ˆ8fç\Z.lºä—/^ Iòi\B"Ð.nˆ]s0uP¢ÓÓK°tî¯*÷ƒ{Ó!ß°ëÁ1z[KQ }¯,5¬ !&]bÍ]¥kDü$Û•f–ˆúS~v,³*à’éYýÑdŵP+†È|-·~8”VçÜ«´¤¸ÝØ"ICv! ÌN3»|[ž!ù³[7ógåæ[—i#ßZýõm…µ3äñ^¯OÍe0dìz[¤ñ[-˜uu-]’ÿ#|f$§?%&hqY²}qŸØX[\Om¾KëɬPÂs{¢¸[À|‘JGÏÂñj{…fµÙÈ_ã^¾¾f¹û•<ä$!øÀª2Fàì¸ó³Ùƒ@vi5‚ò“Ʋn M¡‡“ÍrHðEÔ*[HÓAÆ÷êuH/}ÏÆNÕ›¦ ž:GM -9ƒç•j—*»÷B1Ï;„«ùüïè -y¹‡‡C휤%TÖÛ9h6a£ÊP*ªß¼ šoµ@Õ[Žâ»ˆ,Eü¾0¾w{Ù+À›PúœWÕRüî( putä8_jTçö­Ò¿¡+Ï™å‡6=(´ôQ€ -&†Ð£$‘-¢)?Bðwg‘E‹Yð*œs…ü©k›Ì*Œ–€„kûÛ s H¢öëP%‰-H’¶RôC@Rð(E3}'@€,@ÆÄåb3¼ôZâQ§@Øj#E¥Ý²¸u±v—oÁ¨FlÜÀ!'f´;êBüTÒù¥Ì”,n‚–ez?c¢´PÔù4ábè­ß9%8!w›Ûò.@eˆgвÅÅÒBŠ–•âÑg¥¿Ò÷Í, Lò×;J «P¤3TOæ¹:69fÒ_5Ö§aðî«wC}úSRØÛM.›èãÜ“÷~®!Èé•ý¥‘Q›æ0k¢ÅcÝÎç^‡Îò†ýËWO†ö€:G@½Ø ógŠ- hŠ&-µ@Û Ð ;üÇ»G@²¹£ôÕ¡\të=t0}ÚH€Ú=@Ÿ% IúwïÚ_Y¹ò†½‡¤•‰ù˜2Ku¡xKè——™*Í\ËnÔY©´WD:/£j Zîeðž¼Ý¼=>€áŠÀèôˆ4PÀ´¯¿GŒY&(ƒc”}ÊåÛ”µ(Ê,‚2—ê2Þ[€2áA œçdÀ¼ÙAŠë 0gäYoik"0VÖ¡»æÍ€ÞúN!ÇÞ\/-föºÒLg±÷SõQtè…¨Ùù1€þ[Jþ½ß¿ìœ°ÿ•q °Âî_aÉy¸lã8žÍ® -Ë€›Ü;¿ºe’ì7­ç:àèG ¸Òô -8‡ÿGTŽ®R×Xì8縙Ó·àÖaÝ*5µ™ŸïGZ¦tدŠü×ü«'ÿQ‘§â÷ð¿¸âο¡ ý1û„)‚tTÒh@ V®w v7 “Aˆ=1Iq¸±/f+ã'ýÀR•µš€¨5ZÏŠƒLíÅVìʉ|ÂÙwÖQ~¸èW3‰ÓþQ‘ÿ -ÈÿV‘ÿ¸€ÿ†¥Û¯ïv<éýºm¿ù»¿a·ù:©·.éÊ@®ö{@N:W ïš ÷zÈÏâ4Eÿ’âúùUB )JÿVB™Üÿê Èä»[Öw[¯Ëó)O3ÙǨP(ý‰ÈÕ`ææ3Ü­Ø,HWÿ -«W´‹˜—ê³à\ˆÎ…oœé±Úýn™ubgãÕ1*ûQXÉýˆÉ:_×êü7mõõ×Áú½ÿEÐ/Bâwë4õ)OäÊC›ûÝäÎ’»¹>mnÅÆætÙrÃÛù õßgzC§6çà›$È1Êð£°H¨CŒŒÊy³÷#b¥îµÃÍÞ™—[e;rím1–'ëÜ8/ÏÁ ýZW¿©«ÐƇöŸÖ_;ëßfþ§ßòù›‘|OŠ}]Q@ºlÙ’}!"±~:«\÷å°ÁA^g“½¶{-v ¶»\ëuØ:·×%mÕý¾ñßà½ÞªïÌš˜<àU˜{—g÷ÿÞY_y—çÏ0#Ï>Ä™AýJ4µ@é8Í×¥inB²_üGë/þëx~o¿¥Cêíuõ›ºúñ5b—ÿ›[6µÿì51&‚…¯B­…°½uçòqÕ›ÊóÁ ê&ã©ùLfÓ\¼Z%.Xí’âøv™9è=Aç\~\+ÔèPÙê#ú`v‡ç&u¶Ë“üïõéÃ7|õÏ_¿ø£ØÿÜ>—-£nBBÿC·‹oïWtœ—ìBù,„‘ŸË›&^—­s+³k±×÷ñnޢ­‰Ô»)¼älø8ÅPÉT‰Æg2äzn£5 E!¨[ˆÚ­Í«ãEÍ% P+žJB5`]·ŠÞ¢zeÕj_\ª—òfoäÍÅâ4Û R>›é•Ü‘<:Vb'߇zÕG4×B¸äÛx§†ŒÒC$Z«ÍÌÝfÄ'ÕðÙ_µBù³ŠŸÑmÔéŸiš~–õ¤Aìë-_kó‘ó®¹Aœ«•°^ êŸt«lÏ´Q©µ[õàp¿ŽFö.þ…‘HŸ/ ïn¼‚¿8uxï´!Ly3Ë…^4bã•ÓO ¦ùFëìÙêááž^%SÐL{Æ~K¢ÑȮܠnsíf½]õk^ý0®!2´¨VFЦŠì¹²çœg…êÕ àdÏ‘ ¼<Ðþ5(Ê>¿“]¯OuÛî»õž»ê½óq33[pÌâÂsàÕ±ö¾8hNï±ƒÏækŽÇxìEÁ“Úç³I´„WœoÊÆù¾åøÓ˜`;´îÐy¡æœY­öôJåP¨µ*Sgm›mè¶ôoÖ-í•~DÏÞ³…>¼X³²î' JîÈÑ.´8ÈŽ…æ\{^ÓÚ¶KîÖÊWßz/ðfMªûf4LâÔ¬±›Ÿ7`nH‡íˆ÷ß½Þ²Ø:e“—3"î&f'a±>ÿì@Ýͺ¯ºì!•C²`+Œ”7Î'?º)Mïe}OY#xÑÜÕ¯£›í®ŽÎT¸Ýü"Ÿ±=+Ø¥E[¢-›»påþÀ&y͵&aÎôKøxéܵÏj÷ZÁÓz$ßÐzyê6»Ý šúP¼ k§~Dd­ Õwq%„‡]GB«TÝÝP•Ï‹Û ×–ì;ó<°ª•»—Ç .[6¼6ÎL7‰)„G/Ýt®¤ÙRëäZ¢*RS§*Ô«AU -—´œïjß0íþb7Ý´{ûb¿á­×ÕÊUìë~ÆqŽ·X`%Ÿ²úCâßšz==Tx¾ü(…+„ÊhŽ`¥ª+¤g_l¨-°…[À Ð*ä¤WÔeµL8,O„Ú¬ Çí ã€äB/ó‡ösBmÜKUKO›Â7~‡lï5I-–yâ¤ÙÑÜŽkD3éU‰fÔ¬Ž¯X;ó÷*§úº¥žÎ½:¾ïT‚Ç ¡{ðªÍÙÕò7ºúÖ4 ÿ(³Ãä!£ç!ýQA¤GsRhgÏ"¶:£s—åÛÕ²9QšŒ3çzôª$Ži´b­~`j‹Ç'Šhl_ä!‹dã–‰3ÿ;£ä&Á†%ÞÝ a\°${›¬ïÙ)T5I'öQ7iõM©Ñt¥â2Žî,ï.gÑf×>RNÇ1çyzKÛNõ!2EèÂßî%À½ -"Â)¾Ë°zÍËVSÑ·Ëyt–jÔö‚u(Çb2ì‹3âüq·D{4¿œ‘‡ñ;P¸(ÏUìØ:¦ð“錎âjÕX@¡®ê¡PUò‘$‡xC*~:·<¾úf‰TÙ‘WõBÐíê›a[èájÒjä¾›U‹LC~¤ë²äÌHx+çˆñ”5J¯Ç&½Æpø%Qäg§“Mýè—é¥Nð…Wïù!.aÊÔæR€ŽÛ$†\$!Óú3@ìbc\ZTøWiÁ¿¹RÉÅ­RIÁÝâêüvâb8µåËuùëN÷Üè#⺠-ª[ šgõx,ኻõó¹>døûŠ}²†žé }ÙQÔôx#Ëç D\Û½ü‰^ -TÐ¥ -÷ÖóÇÝÕÌ7í™Ñ«µg+ /—5Æä"t*T,øè&—”xM” ¹":¡3¥W2§NsOÆ'”3yÚõ¶¸!4A -4וâ<Í4ØÁ=+³+ör“ ÍÓ)(*.×]y%¹ œÙE7nЩa³C£vX.nZçnõÝj‹ß¼ a3Òìä¿ð•æ{%ŸY}Û¸¸9Ž95¯7Þê6>l£&~63¿ ¦»Å…JÏåv47¤8*ÎŒ¤íegØÛ±3íC½rmÓ'ïÑ:·Z Õf‡¹æ-úù›‘¸!ÃçàÄ…±†èO"‘5ˆÐ,ë‰?…ê*õÜ>×HÁvþâêšûý¨÷—m¸oµ£0ÿ. „ õµûêå†ô-ÓÙz©Clžf›><ýV» 5š·n®Óž¹~˜^JãPĬñ³«†³»”^1õÄñõÜ*ÌÔæAR¬¹Ø“®®¨\ èª_EÏ×^¥ÆÛ»¸B‡nü Bá’óσésEòn“UÅóìÈ}.3Ï´ô©âÎg»S\•/m³Y<¼E:ÂŒ÷ݳkl…‹½PjŸDùÓâaýØŒ†‹uøŒ¦§ÆH¾ê‰¹ÉÕæî­®Ær5¨âreûäÍ -éª^pdêõ ¼ôÚþÅ÷ý¼›ø¿·ãx=¦tø=ñ¢<Ü_ɺ ?ÆýsìX÷m> ­…[½YžÊ’éÊæzÒR¾Ø.“ýWTFÊÊí_†Ð>X¬)oÈLcrvoõ™µØÕí²ºI˜—3®ÕŠÒÏVê 4g§tbU -Šß-I¶÷èØO†+¡ûžuº®–ón漞:&w\;ð#{²‡yYË•·P¬G™›éE1‰"W5Á*ÑO{?]ë­˜(ë¬RտЮY]39g?ÙÁTëÈë’›²Ø¬aÍKÙZÐSÕZyz¬røªB—ø‹ƒ}È{Ò]Ô“W{ÖÕîWÅ…ú°åXE<øíy€×m—S;ÖªgÄV`7s»ì­Ìš¿>‡íýi0’ÓÛ-•Ôn·ž¢E½|M}žjUሗò¹ÊʨOŠNCÚKqMïÇåb¡×óÚŠû·ù0#†pùŒ×*í\9.ÅWÐ!g?º [ïù€OîhE'¹k%'o·»ÔêŠVš–ì]³N>j&y‚[F“-ôõKBMôŽ¥.µûÂ;h=oœŽcêk³‡U•,ÊØ“d%»Td›ÄÆÒÂ[½$ ©”¬ ©%úsþí†}èÚ‹ðç5ß«‡T÷‰¯R»KîL;¸xgw<}ïœik–®aìEt}YëQ4÷K§<Ë妦ê×rÕÑùn£¢õsÝP“泞:,-Gªº¾Î• ‘Ù)pˆßdû¢AÒ’oáÒßKb傞ï *ü©t§~`þ”±Œ?8^}Vh­v\ö:§wÉ '÷T«Îçdp+ìòÞû•}»&n\œÂò´·6–¿1÷Þðaœ&çœ~ßpíqy²š,@Š:Œs– -œ÷ëé5Šu%ÓmÙqØXZ®äDòƒÆFÜ솑 Î¡Ñ.¢üén -?¤uP‚Å]Ä„c+Kó—îKà¹ÃEãÄËî×Ó;ÀAyLOÃr¶½Žë~3ù>¹¡Ýu£Öú¦*pž"wN “µÏ§Má.-÷„ç{‰ã«úÅ0žg7Ý##ôÂ)3ðªÇš/ûjQ§~wý+Û‹ü ~ì¯êØ-î”B6YK듵ëIí,œÈuF(7/EžïÓÂ;^°¬ÚéÉe£_7»m8ôâîÕhDªw¨Êp0¢pí²$ëSìLRv=ó§Â Ê¢â×졉óNcƒÝ/tëUúÖ3& -ÖãûÊ×¢Þé𹨱÷üÊåå(žp”]éJãšõ>ÚຼÉËìv+áCw%œjù9ßõ°ýoFD•{°ïgf5¥‰–M£B3Ž,q´¯—j3å- -óÙÐÔ8%•>Ñªíæøõ”=àÝ–°ÇvŒbý:)£ïeTC5LX ™#Úd‘ñÇ‘~àïCœ¿×mɾEõ \÷ƒ~†–]{‡Q5Ç zŸ’>ª™ëß$¢ì„V¢¬¹'sœ³Ú~°,›çõ™q³—7½²ß0®`”ªa† ©Œ@œ½wzìvðˆÄk¸p4ºX\îL0ùzÙ¢#‘| Ú«WB H.r+¥9…ÎJÎò–-9¡\\œÒB¯²ôV­ŒŸtk Úðý¡Y”ä (“-Á…X ™êM¤‡ó/É5 =s¦Ä᪶DÖä•.$S³ßDûX…ñ»ÚEq±Û¥±øÙç1 ÌtTo\4[EBÄ:H1’w;‹’»>^Šk‚ÊþÀÅ`Þc -»LÖ)B<*dã] Eª@œ.–Ÿl÷QËpµ»U–ýoˆÈ×M­?¹kA5·(¶†v849r)m÷\™Säñ4Æ{¡™V˜j8+4]ÉœP£±|"Óó9‹Ø¨TZ<ŠdÉëËBqýqô"®·üB}:k(§0É7GÒ.×™Ö_ðý}Â`‰ãÕì ¾ëdÎü‹‡‹ó„†Å8¦àŽà> ÔS:ÁÓÎxnq´•Ͷ0¥¾ŽoÅ‹éTÚîÜ Ë6¶Ôn'Í ¾;£îÙ+¡P<,ùѼÐðV»üis¸ä[Qñ“gE¥ë¬´ƒû—;Ÿ5%«)‰MÆ·?ÑqÆQª°ì¬ð³ ù#È`·Þ2xƒÅûŽd -toéðp^ M¬ãëêÞ³kõ¶dDó1­e©}IÆšô Ü™~°0âžèÊy½%®­ÂÓ\ò—I/ö@3;j×;PÒ댠Ü{0ϸÚb—)ÞŽ°êå?}— ):4@?@KáVz>zqv]?Ó¾ÐMŸhbÔZÓg¥PÃZT˜oŽvå.¿:î‚躳¬Éú€0ÊÂ_"b³sËrÃ,ñbs"[½ÎåöóÒªQ¥=ÆŠ`¥?àŒW@B€m3ÝÒ`·Á:Åý °;óNÑ)¦x•Ó>n) €=µô}‡ý` '°eAØp~J0:Ì1€ñg`øG©×¥âôTnÝq*nÃ3y6P4£Ò)Ëx4ÃøÇìœ+;ÍÛ‹¢×Øûܤ-⎇‹B½áAµew#x n|h÷SŒ§_-ÀÏÊ5EûðÏëW#€Î¦ØZ€ÈÍ›) #}Óí|×Q>;é À›(pµe~­ÀÕnæ<õfT¯c7@+0¤mMS–ý&'²Í!Á&z’§Ia›ÎÈø«‘½!‹µ/4WÚV7î0³Lg@H• ê½ô¯Þ"Nk¤ü,…¾Ä~tÄd™Ó@s$k§˜µ)©‹÷' é&Ècÿ*½à6ÄuvD2ÓOä+)zÝà“[ÍÜeZïZ­N·ª%ùД£¦È¡E1jT"zëq-$ë{á´`mðYdÐ56$žMa@v”_ –\óÙ‚·{@er7@!.(õ€ª%ð€.@øNŠ´¿PëZ:nP“³¨¨Ÿªn§Ï9ª(&ßN?ÊšP¼]¸èò8øçc~#:Òz­§–—L—%¯ÛÃrqîkR†G÷Ù)SÉ×ÿèÉ_)9|îµ(þK¿ÍËçD\±q´u€Ý“q@ïf¯ ó.`ðu0„µŒXÊÆ:󀑺uÀÈÆ0 ž TÀd}À@ÎÖ·ÐÆf¶ÇñßÜg¢v6Kù›|QÚµ×HîMlÒ¾!ÃÙퟦˆþõÿÏ Ü–áɸ3 ”JåpíòB@ùø\¶°…K÷eÀ¦KÀ–Éß,–EÀ¢+°ØpXX½ü·¨,’¹6[•ªdï[èÒÏI…î>K§Eâ© ÿ´á¯ŠüW>n<ðoðÿ›‚ûOð]p«bðô~øx–B~m¡~Aî¿€ä22…*à¯Óð7ëþGTþÆ_ëú"-3bkÄИÕ& Ø«–ŽcåÁ¬&gvW•úGJþ¶áëþ~ý_ðWEþê·_éö7}÷?,·ß­Ó*­î_·íâÄ÷Rcdé0I€Ln²@–Æ -ÓÅ-éÏÈ%ÿþÿ­„>Ÿª_ùW”-?ÿ&#üÀmáÝnΡð¸l¹ýû|æ™sã}ÈŸÎÚ9µ¡qb§Pùx³‹ÂQX•ÃÓ§ÍCŒjþþSóývìö÷PZ’ír‘¶Åa†ß ‰Wù³C֟ݲ¾jí"¢5ã+‡þ¿4T/=cpÈéwsuî¹ -Ú¹lÙyï_»e¹ÓÃÓÕ—ûOEÜîµ½xÜ%´xÝåÚÜã×;Ê)Ÿ­s÷àÍJòŠtèaë­ÖaÖD2–Va~g-Ï~¶¾d·át!œÐϿ׶K}g—î¶ØV×[¥ÚXãj{EÏÌhÙ.šƒÅ-ÐÆ‹´˜ÍcJ^Î哳›}ZóL»uŸ3(Ze§æë7?9™kE6)&Ugðñxë_6Ê:Ôä?ð¯²À_cè7ÓôúñèõvN?Okb\Vt~–íü¸°¸ykâ7–0³Óá§ _—§¹~]OœOÅš¬ôŠ7 ²Íêxk×cbÙìŒþ …è:žkÇÕ°M•΃[Kü "vŠÇÏgÆò'7éF“ûßͱ~àÿ»Qøs‹ü¯›ñ σ͊7VôiÌ>õFkš°A2Ó¤8n'Afy×r³ç(,Àð\IrCvŸ”=ÂÂyEÇ17g½£÷ƒÔI­ V/Ñ>A/7Í…Ñܖ㨸ôgݺèN.t¶ ÊîÔèû¨C\¸Íÿê¿ñ5âWO^TØÿ®¦çÅyf¹11](ó?µ·Ú¢:ŽÇv³`ØÿDùY_{•Ö=+vÑܧ¨8·nP|=;ÛtaÖ©á0Ü!öx©ÒѦÏ*Û:·ëJ‹½÷ìæ­wiüÀMáCÃç(Þ‡±á"¡’ÜÆg¾Sœñµ®âÜsømã jÂW«ܪ~zD.B©õYª—ÉbTœÊz7(8^gëW¿©³5¿Ý¦~¯Õ.ûÃ{mM›‘ÐX4…g>ãÉ1TÀäÚøŒ÷ïÆÈøÀ h^Dë‰+—ëV©¥Öæ•}¥æ|\+.§êª¹£ÿXW6i|ñm¬_Qù{¦g#r$}µqÌ@ —Hæ=*N>·N­tí¿ZmúE4#îņÏ~VåOÉlŒtÌkèY®VOl&¬[¥[Ï-­¸æ¢Vºæ¯·µyuU‹·Õ€\+ÛæùU©±¥\pˆD"ÅXöσgà·µÆÈç²ÆÛ»Í -lЦõ‘ã™ßä‹ET” zPq²ÙÈe‹×±f6é£w—e3bÇÛ0ׯH]ꉹÏ×só^sKo¦ºªf„j@àZe"f¥Æ”½àÐ)Wƒ—€~Ø]¿-{ŸýôfÞm´Þzbö~uŸ³2ä*ÅJ:‹9£`!9:®ÔèP\ÛIxÈÙV™¦íÜUà¾Ø¬‹\o:­Óö wª”£%LÚÍøóhJÅì®1Η§ hÜê×s³á¬V\ÍvÕ;Ý*5ê‚Cë“OW°ôBý¶”£|öMp^¤¡¢'B¬æÆk¹J^óÏ¢Úpt¤Õu Írl[Â{mÍøÅrË>d®ºKÒD_”al÷Ø Ñèb™×wÿ"ùËõl‚_?N߬Il§±*–šråù®ÏvÙS ¹J«*.·F•‡Æ²%Ã[Ÿ«i7O˜w€„yW¹ÎqglnÇ >¢= ?ªm«´c-6B:¿X^Õo™ëC£oâL?1v—ëΠ„Â]oÆZN»‚IYãMÄQ{óÅH•šáCy—_%åÍ’¤òFKÄ|¸Yô‡7wîDŠs-Q<”ùâêSÝ.^— -}(§gß¿qÝ©/ÒIÿFî›ø¬ÝLS¸9ðD¶CÔ -Ö2Žp -%es³ÞŠ&Áßtcÿ„ƒvѪ~. -­˜±ÖÝW§ê“îÔþùýT><[P´~—ûåd<9Ç÷&Ò<|$'>â)^ÔÓyØì¹#ÿæÂqyTªU°ñïž]‹‹/Ž [ü™ mnCÇœG{¶+k%@sëß&qÓ³o„†…éç}Ñ9ºÆk·s¬j¢žXê+{Tž…* ‰¾¢·å©œÜ«;9/M’Û:çÄÕ-‹˜4q…Z› $Ÿ} $ÞÁùþGñ‡Y“œìp¾—Žü6íºíNãÊ7ìj„T)»—ñ{‡ÅíP›ß²3»¯FV0Ö{fmÎðœõNvûÔîõWV?%D詪YŽSƶ(+Ù“nÈÓVÍ“ó·_W§´ˆV‘TzÇbEË­…]"ß*ßÎñMõÀp—Dv8îu²÷áøÉö8g{X™úbÜ”‘^ÑE·%–|™‡hpmU2žz7§0Üì¬ É¦«>³>fƒéë6—h½i°W§ö]ÍhÓŒb$ë¢<˯q¹àíÉÛì ‰²ºXyåa¯bUšpmþdÖF|y>ZsÝÒíÆ>L .¿]‹.«ãߦ˜IÎŒc€ß£9CÃÛ“_|½ßÔo › 5‚©aþò 7ÛWE—{“Ÿ¹~m¸#íÑ.ÅêP¼”‰mäYÄ]äÂKyK¾çå~`±Z5a°)¡Ö9þti*<ËwL®Ûìã³h²²~‰ËÃYiQ†Šú™1ƒDϦw‚.|òõgB“ …d„Bæ>Iù¹5xGû^—¦0ïsRW¨Ò ó>– -9ņq3b¯ßøÛBëÄ‘ -‘»¾<ÏtúÒŠX/$t=‰ÄÜ…0W€øvñçn• Î û ÃÆ4,–?mD/kwÊcIJç&7ô"Ú…Sje]:,½È­ÖÃI"z©Dãuºmž:ø Ú H¢Ñ¡Éx²˜ôÚ·òÝýFtT؇ˆ¹I“‚lô£Þ¶êì´ØY-T¨ž¦½ÒE} }J]‘,Uá{[¾=[_¹hµx³¯ì fA¡_*ëþd’í„còäL¡Kå™E­®*…‰…YHcâ˜in‰pòzáç_Â9u*c·›Õú1‘ÊÒ7Žò˜ð>˜pÚâ}gSZÏîέc)|ÝÔÎüZ€Ìc¹éÑÆÜ«£ó|)»ÍûHÜÍXh¦E,Ïí‘!'~¤;Ðícyl÷r6-|Ó#–ßjyÚ#5”ª”šÜu5¬ 8ÆCŸ(ƒ} ¿LðÎçì5Ös§wLÊ Et`vD °2.ßvˆžèYD" Ñk!Ö ¿×ÍÇn¬ib:Zþ¦sØkþ ;sÓ‚vPìl´wÕň¿¬ù~:…½#Vm-{eØÚO{ñÞÒK>Sâý ð&”!ë×\‘8 E‚(Ç‹w `ô±>úvN}T]ã 4Sé\cvÊ•f%•+ÙP/„Õ¦¸XpPÑS-¤è•$"6 -§¥Ž[eެèe·wÌÚõO~?¾ïª¡ ûô‚–Bs>sÒ¬ÐÿËmÒe -/¹Em6ڀܜ9I+­Ñ÷/ø ¾pÁI²Xµ*¡,½ -µúS@!šÐ³­HŽ›tKNï1-.ÏÔ¡ˆr]¨°Ù梯 òû±»üóûnä÷¦XÊן¥b§ƒ}º ÷Üà~…·@î0³¹šA_á[±×ÅÃWøæЛ°šŒ ˜¢ØèRDjìyÞÆžÓÕS -ç9:òŸ[TÇŠ¿»c'=ö•ÿJ¶4ÖR Šèb`Í¥"V€œBM#ùCâóL~¹ÍµµÂŽDÏ>›'3£ƒ,Œ¢',´ïy¸»zÚ’tèÖöEÊñ‡ðY°7êKçþÞ…Ô‰9»ËÈî¼iHYqr¥“0sö1 ¶M?"ÚCSEòQ¾U* Jq±’!“ÂÎäV…:Q;åaû‘o2ëlîÒ¹¤ñ™e`ñ’•²žs~à,è‡-H?¯&™)3ùFƒE ÁüòèdòÈt—±4î“IZ^¶iÜÚo䉟cÞ¢ Õe© -}ýÞRµ÷<ò7‘[³Ð¬>¥ƒÚ)íÈU!J{個›Hþz¯êcÛÏñ#¤KS¼“ʃlÆ—¦Ð­l ¸Ö9gfäú)4ßàm $@j¶œâRˆ­Ç)n;€Èa -Á#Pº®=W¥-ù¥Ä€Ë…ÒžäÉqVX[0nŠ„j¯AòJ>Eút>qŠŠmweÏÈfy8Ä^çg±‡JXØ»ãJN(¼mÈlVàÏÙ ®ÓL1‰5X÷=¨'íSôU9€j*•b¡Tçjåæ#€òò ø-þxŠ_õ>@Nî Ãi ­ Z;˜Ù–mº¶M¼^®yLµXNgäZ¥ñä£Ûê\¶áû†ª×©ÞÏ5FÈÌNºE‚̇¹îë@‰5±–CM€~%Ŭ 0¦æ³‡¯'Àl£b]˜L)Faú[0…ŒY^†˜ÀP$}) ÒÆïî ³ ýUý‘P¹w-7]ÛÙæ…åñ5} —~õÍŽñ…®|Ž;B@3s4g°£"±­E9‘_¤ß%w8ØÄIzm¹Ïìë‡ -]€£öàìtp={x`½ÞÞ•^a¸#àU¢b¹xº²¸ø N ÒO¡Ã)ÀA˜O?ËÆ±0m6hŽqߊ’–}¨”TÈ…¯·ñ«ád§‹úÿÐuž‹ŠjÛ¶~‚ùC%g$ ‚¢(‚9‹ sŽï‘Yk×:ûžó§U•XÒ -ŒþÙh#œV¨A¤'(=¨h–@å÷U@ุÿók:Ûèš=έ1ß]ºä^íï K(zÉ•c™÷½R7±¼!@{ ÛfÐ5"´M€fNvüŠl½\\•›ö)';5tòz…+‰—ZXíôÌòº÷$'bï„QÔ|ô^Ñ4¾úßã°Å ‹ˆ;踲ûeø‡à&¶à‚¾Lµ»LûvÌF‡s€%8%–¹ XRVz¿¹ -…I°´®6¾Ôæu:fµa3îUã—=‡ Êm»Yõ«†54Í$¢C2ÍÕ '›Œ¶Ö¯Ùmn¡ÒÓ “~â¤0Éß½ü5;çí‚›$:übÜÒpÌ6 ¸¢L®7U·WÝX.#À=»gÀgLðÙø+ν¯CÀE½+à&upÛå3‹;¾­1é¾_×ÝS”{õº.à“Š@?3Gn1¹ÓÕg:3*Å;ÅÆÑŸj¾5ü Ý&.àÄü—ß&ØTB¿¿¿ü1âŽ( A‚~¬aØa$߀!4Î -Ö“›à„P‘€Ð#±\7E>\ÿ.&¨žj‹š4}¯‹ìyßW©t#äÑSzIüÀðTAÀ÷jÿÔ“”’T‘Pä s~Í·uKÐíW~3t»9~“ -ºu EÖ äþ9!+Æï%g¤±œw g†(ÈU;ÈYB7–ûþT^gGŠ¢maífjLaKA Zæé§y(Z?°?®ä%ÿuÿ; ø_AÀ_‚›PäÿX€ámz›Xn«ÍPR¹Pšl -(Rª#vz,>€:b 6_PÍÖ ¨Uúúÿß¿ÿGþ®?¦9ɲ^µ=ŒÅcy·ÖÝ­´\®•óéKmOŸ Ý»Ágÿ}ÎžÎÆ™8‰á>Þì§p”—Oùð¬ Æ|жtiÿñ¬úÞ8úÝ](l;¤«>·¥wö_Èö—ÕÞüŠ•€ÑY˜·sÿ°•21¬³w+Ò•k唉÷rÙŠRåR»yͳÿòú'qjŽò"¾Äjk~µSüvrØag™Ëv!1M¤¦_b§Ö”ͬé0GEA¦ ®Îåz~%n–î²ËƒÅ³q¸-´Û@øAí·²™R¤_óªGæÉÿ¶×~Qã5¢g§ Ýž¼ÏbêsÐVº·‡<_Ý! ¿°‰d«´öW‰Î[Kh|æ_‰Ú^vI¤·xÖ‘ÑB;AÓùX„³P~®gÈ:†NŠxL#KIO‰…GMxõÛ8`SXBhÿ å§ ý­ðþ'6ýÞÉIéÁ𾿫³uÙ¬Äeú²ìâÌ7r ˜‚1‡Ú,.Ô77u¡•0ÙÚ«ož`_s›¾1:צöHrëV t^-îÖÔšç^!ž5[êlÑß½ù_y@Eû~¼V˜PÆ$h ,=îü„žÅ-¡¸ysCù«íšµúPÿ]îÙ ë÷I®ÛEçì°ã¢BØÞºì¢í‘ê—õê¹}+`óçæ¹™¿7[bùÓ¸u+é†üò±à9œ²Á ÿPýOH•ü±]oúfæ5¯‡•c£nSr+£óW’̆dO÷{TN‰qŽËk"ýOkóîYït"Ûδ=\'[‡š#´¸C¿õ ´›âeQiȱ ´q#Ð>‹Ž?6þo¦£±ÍÎóº=GudõÙ{ —¾yèNüüÀµ¨î¡5—øq&̪'Õü*ýÈ.ÜÃÎÆr4­«ÿ‘*'öÚi¤ÍØÄY'ÿºV[•^7nÍË1xv_Ï@{gÓß\ƒÅ}(̱u;£JÞ¢œ×</jQ­X¬¹tÝ­‡v½êñF•¾ »î¡½»Üc7¯œé]¥¥+÷òmRM—»…ã<dÞ8ãÀÑñÚ®ôÙñõå¯o5‘äãž…‚™K˜wÑ×Ö¡Š­]±Úó1ò¡É|RGæ›ÈsÐÇ©æ’GuëC©ªÇÑñ»oq¤ËÝE®rîiRE|kê\¾,£¬@–í<ÃZÅØzé³µKãò~T‚6ïe1ôr§"rô½h‘¬ÒðÁ¶ÅÎFƒ2~!zÔKÌlW£æû™{JýJ;ïÉJ{å®vi8ÏIføý\æ™Y ŠÒQÑ&±ƒ½èñ7Û)Ú+:UaËm¶±ÂÒ/\ -æ‘9ªfpJ[ÆE$]£u³[ù»Òä•áv£!â©; ´ñ›(hæê=ÒÒnõðÇ\>±¼SaùÄ9ƒÔ­ ¶ÎÄ9ë‡ÜàYóRí½+ŽW‹²Öø ƒ¶[¥)zñJ…t£Vœ±½¶½¬¬'Öº{\YT -õ&v+°†ò1a6¯ŽÿÀFûÕfŒÜrË÷ñ®¿k÷¢>bHOO ížf¥ºsunŽjvˆ¥’ -Xy£ Ž\}íC¹ú®Þdª9J%2ñ;§‡)±©dÂl“‚—{A¾ï¥¬›‹’mFEtÍ·íÊní[›•Z±jD¹Yð•ÞØl6–+ãzÝí Ùº_óýcú×,¬S9L7¦Z ‘¢ !ACSüÌVÑö±¦Tžé޼եð–鉷ÏðHg¡%q•Ä›Ü Å›"Üci¦ÅSƒF]>,u¶×¬LRA¶¶+Ú¯JO/ô¨¶´×úxdy{¬SšmßlÙ¸kŠG60ä«÷•y)ÎõqÐØÆŒáY³«Ë§–¡®êø×ŒŠé8¥¸ŠWÈ‚ªÈÞ¼XÈц›ãÝYKjíîñÎñ;Qioa°»Pà\›7«Ä$–Ó7-úySFRC½:pÚ ø!ùEÚÎVMéUÎWsÇâòVZYõvwl^V÷ŽqïVƒü«œªæAaSÓÍEª«Ù|ª. êZÅöÅ£RåÊ7yת~äº9BrÇÙ4þôsâž•.«kNÊ‘)CìÕñ²ð:å›B^lŒù‚2Ûp³QúÉenE‚-3÷‹¢1‹E•k<7_¤X¬5N Ò}Ïiå¸T/LÔmßÈ—SØSG»–‘WñQ)Ìã‹D:vóù†è…¾ªeÑJY-·æ-¥:;å}ö½”ÙVv—kÜñ‹tUñ§”Ñ)±qYQÝ–haÄÔD!Õèè|á:/qsù곫<<`ñN.Þ ³‘g†jdqº~Ô‰1Ô) iVu!šeíTo9VJMµ5•¼ÐJßÆÞ¥-¿L¯L™s&yƒ™uux#4Ô•6ª*5R+˾jù¹¦Q‹Ï0Òu;šI23ÄþpsFÓùM€ù›·œæìIp¥ij«¡²/[L­]óèýcÚ£9=µ¤šmõJ^s”ìyxl@7žX…GâÑ[äÜ‹gJÝ )9ü½ó½zñXy´ïbeœ:šdeh-}¢#ùvW­ôßBKµjîÌr©sýTÅA&î> c"WkÁ[OmÃ-tãÄ¡ãκ°“b¶%7µhúàF9šÛÝ ªÅ.ykYR¾fÄ@ƒÏ„vö3ø8—Uqcìàãpˆ>8„…ïξN:’­Hտܻ¼m:ÜÍ.õ\å¡6ŽÏcè´ÚUèhäÄ·\Ÿ›[YNÜbE·xœû¦}BÖ@³ƒ¡=Ô+D苺 LIu… ï¬'Js¬ƒÛÁ!€J4ññÛñ´¸{äoxŒ.N«ê¸&ê”=Š>ZoÝ{ïvs­’ÛåVZT×o‹ÏL†Î-–z&›™(ÛC¾›;ß§¨w>®Â2·,˜E¶ÊéU¦.Ù­xÄØô`D7Šáœº¬*GDG²çmïÄëxD^YÜx/(¶‚͆]˦>Z¶éQv=¬l³Tê–Ê캾”aNl©£éMÆ;ÛÏŒéÏ–<]—¾«1v9©2½ð¢Û¾ R¹sÌ›ãp¥aå×D>êjOº×çM!}¸Å‡u5(3»OƦ·—Cå–¯:Ù'2âí‘#"ÿ’æø4¯op+åž°¹<±ìbŸaЕs!P|“³5Z13û ¨eØuÔGšÁ¬ôJ? -g&Ý{öÝôƒi,ᜠ-®pŽ÷Æç0,Õ‚%"•Íp‰ÙÞ§ñ6^Êñöîì&¹Ë„í}Ý£N“Ïêç[}xº)"© EŸ -¶UC Z™·‡Ù-:œekÑz9—SÆßc/äÌåDl•iXî5ä´6šØÐèv HU¦©éiqþSÉdÁ|v+¤àÇf˜šÖê‡ÔÔ^{]-%‘'NæØÃ,,¾R:ý‚ïãs6‘Õ¦D³ÅnÚ[>õ -ùdvE<¤%îó|†›öŒ´º£*ÜöXÉozéÁô4Ië6¼‚ÆKê¥qõ‘²k5,} -`ØIXü,uôæîº#3C@û›!@ƒÜ6–Ƶ¾î ÅÊޤ¸XÐ$FDŸcÜQ¥šæJëP|÷ñf¬ãïuJÞ‘Ú4lÔm]ãGqo–ÇnZªÈu °lK»/j{@íX´q,ý(–÷7«{ZP,`GAeél%ÅOZÏÀÚ¥ø%j…ÀäYü}ÕNâÃ.ÃcO´N5Fü­­ÚôIñ g-=.ÃP°Æ©!ëárÜ‹Q·óÀ'ÌÆ½‚®uÕÎ4Š+#=\òÀ×h=«ËhË{ðMþËø–bcšŸa>À{ƒà}9Þê?¿^8ÜÙTž_¯.À‰^Ö}GV)¾ª‹…ÎFóVçýÖˆ‚x‘›7w+Æ,¾ìn†tëItˆIÑöÑõaXÉý”)šžBáqZKDéü]³ž87–RˆÁ¼ˆ%<ı¼eýÄ -ÏÄÒeìXm@Lè Úó j%žê¢hã—M£€@®u*–}h’¢©§ßج/l¨ôC¾IÏ—¹KßL#?“ùÖ³‹á!ægDªPIݾ•B§h›H™0iiE@Ö:5@v®m@†ìÛú·ãPiéËÿ2ØG&K· È'ÑäaºäÒH2žÌ²¹n€¸%»²0fã—Etãé‚%Õ^b¡­E/’Û¨øffϲuuI¾)¶z/z™ÿjüÀét:Uk¼Vü…ÊTª_”°rÿÜ_[p¾ ¨Uo¨Ó=4ªŸÍÍ ž´>P-ÕX¦#@‹ù ‰7 -èôÌÔÃýfuR‡ÊPÇŠ¨á¾\¬ç«ÐSÒ¹ü¬”¥TV )¿#^\Í!OÔ³’ßàl„™‹Ò¤ÓçvãO5·÷Ë“él¾ù?üÀ“ï^èÝnè6 lo“ÛÞSã!ÀLÇ`¶b0áÊ̬?eŸyü³²›WLC‹3èøÉUˆeÖ´{´h¾IÓñˆå’dêX@WLоSäÈ…}VpÅEÚB¤ážœÔó-äÞþcþµÿòÛ„˜þBÜo˜ÃÐxö!€cepÅñMoð«MÀ9X¸`7ìJ€kZ~<¶€ËÁàL°‡îØ©’k yÉP¹{N’ÒºH±Ç­’! gò…úá CMhoÆ/O¾Ë/ONªH(ò7ø_ð6Éqøùö7>á›ÊàÇX¹„2ÓŽå°B¥•¸¢¡ë¡–9!>ÿ}}°Ì¸ ¶9ÿTVÕªÎoª%î¿\'Óù4ò - -ÏTµ+þ0íÄ•ü×ü¯þƒnÿ1ß~÷’Üăû‚ûë» Ó6ˆCH­yÜx´k6å"nv¤»øÒÉŲ÷t¨/ÿ•­Õ²È^à•N…Pˆ¯ÈÂlI¦çë~úmÿRí¤ž¿ð6¡ÈÿÞþÞß¿‘ ÿ¡¶26ß•ò”Ôð·r=(ç…T°ÙeÓ'€r«šVF±ÿ M€íBü'̶ã?©Óàñ±SóTNmîHõ› y+R·kÄÃï+ÑF Kí!çƒagnô!O-èÃoEH:<ËOuÿ©ÝÌ=<Ë;ëJ4¶¥§1Ù¸`~ÞÓ¿ÞÚj%–b-¶‰¯6¡?pˆÎÜÿQ(™¾-ˆvö†z3æ±iíJ4ùR,­à|PÜÎéœw†Ç."M’ Ø]ÈÎfÛ…Ø[n*¯Âjí¥r›è` û8â¹Ëª…©Ïå­jAKy_Ãn*Ì?­‡97Åæ,ÔÉà ™ìðÄO›È”ˆtb]›ìÿ–5xC7csHÒM¯Ïý§üLï-Jì!Ï·h’£ íÊ«VÖÖ—]B1†±çŸSžW²: eÒŸYO¾.t©¢i‡Åu‘®Ë]îåò­¿®•åϽí -éQ)î0f%%×ÅÐeEdÇÄ…½¨+O=©ÀŠšØ"n´°íV©ýªræa8TL>53óôåqÜÎß–^˜WðíQn•´®3Ûœ®³û®®sÓ®ó0Ð>çûgê–.Bß¼ˆÈܰÅÕ‡•öººGýq¥=´Ê*j«4¶OF1,ŸJEdóöl‡É¶­¨A -âʆOf—æaÀÆã «G“Å›Ñ*_†wóÝR3›WÐiÜYèw#ê:ÚØÏ¹t®¶U[ZÏ•EŸ¼(޶ÄG_T,eMäh:ÝÆr:.½ßÅ}$¼ç­›GàåMåz·&Îh:èç­cÝ^±9ÇZO;ùØZÓÃ"1Í.0”æšA¿Ò0.h§oH­Ñ$ßK¯–yevÚêCöÇh“Z!­eÔY½B©™SST–Í¡`÷”+WÕ\'·µ9æv¼HÇz1ž[J|âþ§öÄK›‹b)†êª.¶ýÊ9ã[‘{¯HnSÖÞò´¸pœ®µU‡õ‚¿Í–ÍfÐ,˜ÂšÖŒËî¦9Ž(çUWôá½ÔÓSE¢MÙùêÖàÑf§– ÍIÍîRO¥Â")?qY¹ftnÖr9.3*HÍò©&^·xO”™òJè—×þæ(>ÿº8|þ=óùº‹…;ö§a^lÞ”RGïúýv%Ý:i‘ m² u ¼Ñðnp*ç9£ Š]­"-þîßJÂBuµ4¢;J‰#¥²-Íå­âodzèr‡üè–ã6«t®=3’x„H±+Ðßõ’žÃà?ƒJ…7Á¼Ã…¼àAáÊ:àJ0‘Ü.1‘bOXÔ»XÔ>z¥#+6eñÈ¢ò¨(kjW\ÚHh1{¾gܽ¢Ÿ××›ŠžÖDK³­þ« Ï••¨2}—P»µr‡ÃgãóÈTjMÑ¥$ÕäØ=hgQ j/aºiBœ7çž›aÎ.)Âa1¿ÔbÜhÒ;*{¡™R£‚‰`Çx0M©Ãµ{ ›Ö¡K¦`10;&R=V2÷2Ø=¶özñ ÍËtóÃaÎ×ÓQE]¶h[Y+]Þ ’œ;ZR>Ç/œ²Ôæ»xŸ,z¢ -GcaXŠfñˆóaͤóO?;WÔHÀ.ÇR–ÅÓ6ÃT‹-…Þ­¶%š%Ñ&Õ¨—B²]ˆûŒÈ½âÃ"zÚlHôxfKÜåÐa -Ñ/"zƽl^wf÷Û¯?y½˜ãÕÓ§)ÊWW¨_Qª3È–YÁÕs‚L*â½(¢ZÍØB¾·iSToñ°kö¹âΜ°+Ö^°xÓÙ2±uf¨pñ¦ýÌ¡N@Q–ÉýÀd‡qlâÑ}BÝ|Æøˆ)ñTùŒ`S¨o`Ótu€Mî¯6Ù½ö­‹¿ëe‡ÏTôñ^Ê6çÛB“LóïðØÓJtÊW6n©"³Ç³-uhEÕÏ]‰G,µkK<|êå¹’q¬°«ðî³›î0µffDïo™æ,¢šCæ@‰yûAv¦uˆx"CœÐœ£ˆ6˜‰C´íaV°¡ó ºCQ$€²«¥•Ï®F_ -—]5‡ëìª2Ù5ïç©èU/L¶üìEüÖßš?˜êÓå°«Vü«/û=¹"ÝR [Ôâ#‘·f3…C+ªÈ]UeèeѦ¼^¥¹ë¬Iµäe¼ Ö߻Ѱ[ƒÂe‹æ¯3>vø­ Y̦Úºðw:Š^ÈjÖ¥ì^fëo7z­¤¾)ÈA>u2´W]gh»¾mŒÒM±æç2Ù2f›Vü­Ñ?;Óø ³À]¥vÞø¹æ›®ˆºkóa!g]£,3 “i^HäzäI%€Kİ¡Oò-|úxºTœ`3´½Â2îä€:»Ý#»fßé,Ùb©Œw/ÇŸ rT—e„o¥;é;KÎÓJsð€^¤É§•‚æ§»íÇ,}Û°ëÀbKbU,Þ³¥\¿Îek›KúTjå®O,|©[!\ax6çÔ/yÆÛê¢?Äïˆ=š>iÕdlÖ«X6ÛwÐåjå¡8±oe«Þ©Ÿ¥T|–©„ r¼©gDPª8—ofӽ醇Þ¼åó…zª ÷Æ`ÖGPÄ—$˜ãrÊ<—âY_j‚nV>jÈbåÙ\g‹‘_}˜·¼Õí"3ýß­Ù([ÈågÀ-²îûhÐ ¥ ’½öIÂ'g‹CËÇ›¥6O9þ iæ‘|5XFè/íé;bz¯)4ªv6Pj>½¤,ô @‰‚pÝW?\T‡ ÛÀN [¾S klãÇ$mKáy -*&‘'6c -wcð$¶š³ÊLì_ÅzÙf Lè›Ë-«N‰a‰™A>V%RþT²;ŽËì¯c -–ÛQLL…dFM!=Þ V)´iÖc÷bùÌÚ²±l>mË$@«óoö ZS=€ZÇ)@ïPVaŠÊÈ~63½ÀÛê;N¦QÌ.õì=_@?[µ*¦Ã|‹¯U³ÁÏç*K•¤uµ‡&aÐ)CÉ’˜¥î†»¼B@ÐûHLé1±\d€ùB,n%–EÄMg`š¶ˆez˜N¤béÐËãÀ„a0Q‰·Ï7@ïc ûQ ‹ü6–É÷Z©Âc¡X­ S-_ïzV:l•zf¹\í‹)Ñÿ~£ÝtI‡øõV:oÔ,ý–%¸;h19OÛc¹Ýy€§%-×8UžC¿«–ã¹Ò8–yp¿œöãÇè7p¦?3›nÅ®ö±!€]`S|Ëý -°®š.Æ6o8c¤:«»†Ï¶;ùdƒ¹¤>„!_²kñ<9ßä@el±È²L½¯Á=ú&Bé‡Â܈‡oàcExÔÊü|(Ðu@`µ. øÍ7-ŸÚÆÒxBL¡±Ôs€ ^ ÈVÿKzazðÇ!ðC'~‰eoð‘÷IÌÀ%"›á -²´Aò2¨µï-×Wz)„(;f=ÁèPÝq×Çíë®’eÓïBú­pjjžëŠÿ(< 4ï»^ád@ôCÄÄS«é7I_û€´ó @z“ ë™w, % ÆT©£c@òó ñR¼b‹€¸3 @<˜ öcÉR—ø;f|êóŒŽV/å >O’Žƒˆsg© -=Å>;™AÖÇÚnúM­Z}jñÿ>h€„?y@Z\Ãþ¦àU P"Þ”Qª¹‹¾ vÌœuž@àû“ Ö]P®¨é|¨°úT=ËJ]»€âÂPü”P1 wdÍéì -Õ¢#”ÊÝÅóEÈ<^[Fh¼gÄ´M³†‰;¾ô'b]°N•ìóä¿ðv…ûÌÀ ,ý%¸Ã ç ô^Y†ÚÞc)`:[0žfÆ>uSll£}“[ÃÝUÀ€AÐ׿ ÐÛ¾è™Z5_ƒ˜Ÿi)R9®ŸiqÊܬߺȱü^¡Þè9†‡¹W¬ß°÷ÇŸœT“Ò›ôþ¢Ûï^p‚K'öüß—?ï[–ñÌé€.k‰€Óà2àÐÞp˜ržÆcÙZ€½uF€ÝU_€í—5ÀJ×|3ŒªmÌóçúóO–wñç‡VúàŠã8¼CuhžZE÷þŸ¢krRM‚’“@‰¿èöo„ÃEðþC(¿n[³„~Ê_W ¸S ôâ“‚{ŠË ¿k¥Õã'¿Lð+nd “WÎ=JgG±‚B"ÄÜͼ²Í'~†Óóê·¤ï°|yrâNPrRÊ_ ðÿ–¿û_ë§%Ô6I*°†* ¯¤Ve¤*€4ÍÆÝÒß,i{>©7 €T²âfRÏŽ¨œ{½ ¿i×DêÓ°IÌ›åaxÒ¦ÀÏpÿ”ô%'Õü‡"ÿOð—'ÿ…·ÿ39áÞþ¦î~£Z ȵÜÈ[<”4i%ÇÍ€R‹ß©âÁPº—6PzÁú¿ã_·-óýÛ€û]ÖëO6¾û|ìì9§å5â¬å•h•¶ºgÏþÛ¸žÎ†ö8‰¡ö9v3zúð,ëÙƒ¶ÑãS m²{(påÒöÌx‹ö»î†o»ëm¡sŽŽÅGÜúä$™µ‰³v•–ìï=ý_Ÿèÿûä¼[«!r+m—ô ­ù²'gnðýMü$Nֵó4 öc²ÚÚ…l¡»Cš…áí -ã 1ÌN×ôä=ø­Zèé7(vñ¬Ÿî í AsãŽâ3ë­åfÈèZ æë¢ó ù[Üolâ[M"WûŸñþý_‰ =s½ÍòØ…šëà 3ºì€»o¢úÙT&ºÞjq3IXvñ—´ÐGe>ægÚ,ÌõŒÒo[ßÄmè„èxX³F}²-NÚzµ޹ír6j1÷ÝðÖdžCùÖ&†]iá žýÑa }Ÿ¤®dy¬Äµú7u5À_úÍ ýÓ‚\] H¿>7NµÎ,û“p¡ô—!:œï§Ätz™Ð‹þc`ýϨEÐHÜw3Ã.×ÂÏV‹ ¤×ÿôRßxµ^h,¬n+]'ói~sG+ܸCl›ûŽKúD‡Øƒ¶Ç›Ûß´ïòX‰‰µqÕg óN¢BcèJœûvr'â s+‰[U<‚5åê@»öšß\yÒïCƒå´‡L†ó®£NTêm;.:9¶·îðÒöÈå³u¨¯@‹;­àfKÜã[÷Ê6º*¥ÏQ¡èаèi{ãæíJðw…¬/·\7{‰yõì߯q›zº4æ/Òþe]ý‚¼22^ÈÖáö¶¬ãmøÖ¡6P[½µšçàPnŠ—C­ÑÍ‚†ü¸µƒvîÚç3þzGÍgè›0²ª‡%d[·Qñâ-\íå¡;©¹ì€®n›7­ºmu‚ê¶]ßW=y"Ué—Rý+îaȸ»Ò;É*^‰÷7ÞÉõÓuRÏóœÜÆßOíyC¾õ¶ö^üq~ùöÍÔñ¡'ë¡ãëÈ2—ó\Õ=tS(Ô\:_¬‡b¥êñE¯J_êM7ÈÕ».÷˜L*-m¹,߯—CY3ÏØ”ÔŒó\d4gà,šŽŽoî¥Ïv*ý—u5ÊÓʧÇ$5vˆE°OŠK\«õ°PêzJ÷j.ÉM«ÛºU=¶v¬Ò§Ñ#žÁšÛ”ËÝ™JKÙbñu£ËÝü™++©§ä ¬§êèÄ,}–t©dâ\µÖ´f9T†¶Ã÷—6zyœ­¨SÉX®«–«fñA>…í8 ùóê/ ýÚk»èôpJœµIyµ¨U1k.wyU*âãå—»z¦ë<'äØôeé37·¥qÉ=• È½C·õ."»FÊ^Ô‡Ûagx¼—¨9£-WÜ …m÷¢è7°ÌȯšÛæI3™ø€Ž  ÚÂ!«,:FqY•£¡ïÈnþÑÉmCu™óìã+Çd—JŽAǃ‰Q,Æöè´0¾Ô‹ ué6ÓâÐÉ?¥†½Róe‹²:†yŒž9“ßœq~óŒ!A>ßµU.¥‚®ãŠ£kJU3i;PÃÀn«6ï Ô ‡ŠS/`£Î{ÙõŸ×Üö‚|rLŽÛ±GÀK¼bk‚Ô„ÛÃ]¿¾ƒ ŠÐpøçõÕáŸ7eÚ+RÜP÷Áµ¶é°«òã ‹óK¦aÑF<—u¿ðç»§ª¿›Ž çkwJ‹%­M°¥ ¥«GMÍô/–²t0WÁÖX]^·•¶LÁæ ·›»Ó˵VR£5ØK‚´½‰íÞ÷† ª© |¾èÜdÅŸ “Ĉõš¶Èq(³líMf9©6™e{6ìâŤ>öµêðÈ Ÿ‘íR i¶¸’P²©C•±¢!¶"ª%çȨÙuƒPVTƒUp¢ÈÔx¿—œOË9ö‘ñ¥¦–i‰×ˆì‹W™ -»½4ÕÝó£Qpå!h8Ë>bì|•X”0 Á´êt­|SûP;Q\æCR\öT¦ØÚ¡|m2mûâþë Rºº-=»NLÊ£›†â\+ºYâ -ê"쪊›ÇDÙ£†ŒLûy"çG%ÉbNëÕ¼Øy÷J³2« Úvðce×å¡ánÈ…˜sÈ–Œ¿c¬Ãðg&jÄ3tâÚÈÒž¼æ©Ã0mç©T#ÅgwDtùÏvBzMÖ©>!Ï -“–hwa/ª“׊bž¢¢³XŒÌ‹1l$<9¤ ¸GWýe¦ú¥ Ze¤–Kb×;aÂ`øæá*oz9‹ j™Ëju¦Å&‹Y>ã.Ú† ŽkÚ»ÜÔQÎ<)~CHiRdˆ<Ññ—vwq}b`lüXì±4o¢XZÐJXßw±4›òÒƒkÛSúZÖg«È®bƒ‘q =½ï”Uìö,ÈlJW¥K'Š=)ÏCæAðæÕÏr3kD³Kg*±ØeŸûýuû]dÈgÊ¥ëNÖ§Žk¼M5ªê˜¼ì 2ÇUwD¯Õ»á¯ûÂóLb“qAÅàô¤‚fÞ—n¶,é›,öÀ²Ylÿ±³Ø¢ÙÉ–‘Ó8ø\M¸zî×ø*VÈŽ"«^ Fùw¦Üв\­¬PÊ¡,^{ÑDR,Åp³Íg—ÏÊl0 §÷”ÁÑlßW©Æ§iRÂxêrãú¾I¨§ë‰ïÏßÙu¿TÞRË"»š^úJ%ö!”-+- ËC6aîFz¡£èálg]ýãf¶S$Èx–ÜG‹R<,Xs KÔè–VÐ0 Ü•úì =e¢ý*°ÓˆçÛW`<3R9ÙQ'‰û.°öÕ®1F__4 j(7dN¥Ëâ“ö -$U®4ʋ̖>±T‹’ â9Úf¿ñ)0º¸’ß{‰H<ã]H9¤ÂÏõ<ÜFM;}w7­ì¼²ƒ>*aø§ÌímâIÚdš.ËG·Y™5™Ü%Þ@ãÇ2N ¯°~;V®|µ¸<å*[îäÄQ>]à­ûQc]HéC°b`²ÛI||[ èRà,¹?¦à˽ §ÕJƒò^‘NMŽe!Uh´U0»  ØÙU@VÉ4cqÆ ËDeÅg, d9MYôTYPÌ•ÇÝkfËë ÞZ Ó£Gîõ½DJhI½&¶oY‡òa|jH -U“·-ÎQ—ãy¬DµÖSŽ•eŽ-4[­1Òˆ&)èÝÌA`œÒ {y|AÑTŽ‹¥®Ä²¶ -eª±Øm½…S½ûX:} T,Sd¹øm,.È6ÚÈVZ5A,óUE»µÛ3ñ«¡kÛ•]gñy,wI¯¿à;¼Ø6ë®f:Í/ññšûVôÎd¶º±Q¤É½´Æ˜?€:¸ÂFŽè°!tyÔzbJ±¸u€®Â.@#t‹ú¾—ñè¤Ât -Û±Lâí¡shĪA@¹Ó  XîèØ .\”ÇUŸIƒ•RGÚÃÄï-ª&žt†…†y²·IÉ8ܲøl-¿ˆ»W¤90è£6Ò)$ÄÀ2Y`Lýƒ—íK`=ÉجU‰åÐØœÆÒŒÖ¿^6(ebyHkTËkbñÖæá0³KŒj~WþÂâ ÏݳX¥SiSŧ­\ôVr#hŒ¤^}ßÒÏOí|w˜ž‰Oû'%»Í<"< -úÜ_XÜ -ñKu HV¦Â¡% pð—¤oJîl€·nU€Oäö[ðä±ø´ðˆå„¼[PbyÕ^oÅ[}-Þà ñKÙÀ‰ô%~Ù:b5Λt~Šøµzr#Y†qøÞtâ³e{Öéf‹/Ʀ\@]iª"Rí&@Чvk£×Ĩ‘ì‚‹º_opdÂJ€”|@,æ=@¼¨y,c,oˆSñK{ˆÓ+~f41!–€hâMµ¾ »Ý„:~‚“³_÷!½¤W®Ê~lrg=qßgêÙ usÑ5/XH»RÑ ¸OW“’Ô¾{)µâ¢æ‘úÇL#Æ‚[“-@Nã“"y}4©£?a.s¥ªŠñ€* Š€’¹n,×= ˜~§\3äÄ„¿Îá¤ÆÉ‡µˆï<ÿÄqa¶`·¯ùR>·6VîÜkHGKSó+¤ý–ô/žü_Vàòµö_üöë¶eë]@S@÷õooô mã€A¶2`2¥* 1 O“ £" èjÆtá64ýAÙXùpÔÉh®¾z'|™›DI(5ŽfÃîœ×kÊ0+çOQø´ò§žo)ÿòÿxûÿ¡Û_bú<¶Qùö„P€c§ùdÁ´/·<ãíë Þ´1s€í">`íÓ°ìž,z¬çí÷•PÕ$ŽÛ;sºOvDèÌY¾;B³q£ñË“ÿÛœJT¿÷¾ý–òß®‰ù6· ·M£iÀ›}ð—B8Ùü&Ü>t2€ßi&à÷Ôðþåxg'>ëÅ_ ºÒ¿P™¸Þ>Ô½_“åù`CÃßqúW®Ä¡äÿÓrû?¨íܶILAÂI¿þVITJ@Šä Ö©;ÚsH×¥rÄb¤™É'ò@ÒNÝ_¨l_èß5úˆ’‰½3·~I­‘hõžü-êw`”ü_ùoôîßà†ÿÅrû›rû ¸M€í¯Ñvš]ÅH~MPˆ»óÖÊ~ÅZ @aª5 °üüÿ°®&«yT,7õ9Hq¥§6­±ì‡ÈYÍn ª¿ºVΕͅøÌˆã©¡—ãÍFîGy‰¼<Ú©²‡‚4±Cڀݢý´¼!Ƥµ¦g¦q«Ãr%î"bÕ¢FÅÅ@‚ò ýu­þ†þïé IäÀ=Ìö ËVÈ"º“£Ï¹.Ÿ¹Á°pìÂUç EùêªSõÒ„[´óhoˆÁ¦û»¼×¡°š¬Î¥~¸£Ñj)ïš›x¡š§¹qk>f¡!á"ÿd§‘­YSb%Ì'[WÅgíðÖ©Áÿ¡ß;ù‹ûfš&wÉÿÆÃ~yãþãœ';ÄW›H~àuíݽ­éÑ.Ì4¶—krñ¬ Ùù'hs¨]ÎͬGQ K53W˜ºé|i²-ªzUðÇÜ6ßµ˜òhØêËÁ³³¾ô?Ce¾Ú_?LÛCVÜõ×¼š0Qî~_%öÚ$!¹“?y¿þÕ/Í›CÃw±§m-DÏöÔM¡ã)1ÕV±öãÓΣÅ݆7Ÿ{ýÀCùÌ€Á@"ÓýOËôÇ*Oô¡ÏôlH» [׺èÒ±;.Þªµ=:ì¶ hÙŠ«ú4[JÜ’Kjž{»e²çä#þÓÎèõù . -mýÞ¿OuÏ §]9w‚ø]Ëá¢">ÛrW?Ÿœçä|støü*}æ¯Ti중´h1¬bTѦxÞ^ø’l£g%oE-Ïù2ØûÀ/xêa`ÆèÊ ÌæÃäa‚2y$þBð÷nœ—ô¯$P9¡òÍs}½LœµIqq]éJùÖ¯ÛÎÀÌ¥Ï /– Uö»Â”MPAÙª]{á•ǶÃ4æVÔhD–+ ÷…m§w*xòäV ŸË—èÈäÁ5k´ -ÒJÌw5¯?×õŠ>¨;ÚçÀ,b9¿µqc i¦ø½ÏB3¥áCƒî½g" MLÊþg°&5VZ¹Y)Á´Å°\‘íEø’гPضJ¾?ÿÐ@ë&÷1ZFË4z†”Ž[Ónъʼ’­-õ窹Ñu¢yÐ>ÛéM3™ù[ƒŽÏŒj‹(­,ºš¢8ÊÈ‘£á£%G£ÞZvM5-“°^”IDžå¶‹æ>þÛè4ɇí-æZ·rÁ™Úœ˜jm§£É…m4`Í@ÍàÆyxD )u$ó]ëÂéÏÅKÖeÌÐu\*iãšäj&­×5èà´T›·»*rq‡Ê¢Ý)ècÉQ?:ÈÄç|Ïy…4ôK‡9OH|<·ŽåSÏëZ_lÕ²Q¢”p;^<ávjÍbéΓïe0¸UÕ‹v×þU³—Ë·U`1D6rY“Õ_5®ëƒ¢}.©”fR©Ì¬†~–TmNà•E+'+ŽTÈËQ¯`É®Zvdâݨå<£îçhØ‘{2”øÌn&¶Ê÷pÛf.ñLü Ñ y]xiÜçæÔ8S9O8èÝypÐgªÅE‚X†ý¶·XœýôQ]¸Ú/ÎGÏ¢6'Ûèä U‰:¯ÁÁŒT³96£”ÕUJqNý”Ý*iÙµ},·]6é#ô)èôe‰·6†ØZlìX”‚·+t¯)_P¦B—"ê˜NqÉ™ëÆQË› R(³äË9«NŠ´{À:4©w4‰·Hš$ÄB,}¯yY.^ùÊ.Ëå­_DÉuÝlúÖ¬²‘¢! É+•jƒ”éÿGÛy.¶nlYú ô9ç@0L`Î9g‚9þ™§Ÿ"tlùºÝÝwæÚçǸ± PŸV±$cWÌ1a«¥ðË:4°j1“2Ïã¸hÚr^7:Õ¼­¿ Õû£«cÒ,¯%+˲FF±¶š1CeIKyƲä•__$ºGØðâQclábÅ2Bs·n v$ºã;#‚ãÃÉFÉ#WëÜKçb1%-³oãÔ LÊñ6×r#³ç8«è¶ŸIŠV?2f òÌPLz÷ÑññEáû ÓQœÓ±µ h)Û´ÔY7Q3™|JY®Š9E+%ys[¶d9|J•!¶ëSÒ®Lø%„ò-ž”667XòYÇË6•æ,ù:Kl*ÒN~‘èûT³‰sAËÜ™IhØMVã¹R,*¥RO• -Ý:­lÑt”£¿7&®ÇïÇ—6a+7òŠO5³k“Ê*¼a°Õä­‡;²¼ÃcRU¥Ðè‹§VñT]¸NŠ=Á¡»3¾—Ûì¹añrçðƒÆ°®Q1™¬ó±QéÊ%÷M`gZŸfÓïƒÄ,gá§·½Ép Ô1éä䩊­uÕí—zcŠßÛÃ~^XW8;ž dÍÏ™¯Œ€L1 mÞ„d³ïcwÊ&^­e²–;ÑÑè^t -íGÊjú´cÄ:1 ÇÒã± l8™–Ë»9.õÈ‹õV7n\ÈžÙL„;2yO¼ÓÅŽS>c)-Ÿ”Èú6­W¥à¡~'‰w/ýöíjX¼}_ÄP¡ì(>3>J©†€bدÍÈÓ’ò\‹¹>ç -úx}Î0xj‘h®ˆNd&]J¡òÓO™]íéèÉ—¡©ËÔXT¤µÌHÇòœCxèÍã0¼±³»{a„¿Hªªì.D»ØyàŒãQ}Æ`ÃæRÄðûFƒI÷å | -I¡ÔyÝêb-‘Ìo@]£<’k¨i± -TWB_¨ò,PÙ[ -¨\¢’ïTkèNÉÝÐò<¾ž;á¼6.Ú&?IƒÆÁÑfCW6ó–(W’,#^Ž=‚+›£ -½;ã±Ö…ò'‡#ÑÞ”OXb-]€î¢)#ÝHê<T&ÝcÂ;/dÐëEè¾2ºÖØ]§žHzÐPhïÒÚ®í úÈ#ñ;¹ØºpNU |ÃéEÇ)%+Tl§ôñmá¨+œ×•b¯+¡sr}O}ÃyÎåoÆËxwê ŠW¢Ãר(«€!±30RøŒÝ¢€I^$`І…¤C²ÎSëÀ¸Õ10ÎuL8 ÀDp É ƒö…ÑÃ=`xâ ôåi½=Õ€žFÆ™Ù,|N\%˜¾CÚ4_4#~)¥SEXÍ_%C®~.góæx‚vIf-€:x‰Ñ©í.ØÈ¡ -›Ì'E“ÅnÀœ°ðâ€åmØXÇArN׋Hm`Íë X1rDr¢€%S&°–G²K·Ñž.K`©.0Þ~ínØ)e‡stw!Rɶu=FŠÆ°×HkóÎ!ª”\ÞodFæÛǬ["IN} :/îS£+*)|6ZF¯²Ó°}½ó",ûìÀ©D ¸p"‹$ȃå"x8-¾Ž]^ãâpp ‡•ËÀ^•9°7š@çʶǠÿFsçäé9;FÝNt:èFÛr©²ADuÍìbߨ;¦¥T6×ïñè÷å˜Šè– –jÝžh;Ó°þáœÂ`À9\©€Þy²P€»q!àE/ ¼µò€OÊM$•1ðö~ |(ö‚ÏŸÌ€§Ó ຠÜkþIjåNU¸óÀ®5Ú£-xü9®ѩŚ}»©ûñTEOs½Ü·ß;<&o«·–ªŠDd·¦1êjã¿JúÊ”LÁžœ¿¡÷êð§jöš!*ƒPwAèó j…¹#B<© ² X½:J@x2Eà_îøÁMˆ‘Qóàìen7ןç+ÍX¾^W7vÛ“BÊ4ÅS™{„®Æ)ƒ[!‡×>¤»Ïýr*ÿðäHÉú£8pàRTÄP*bqVýsðéæã¶%Ä;ˆ7´1qOØ Îz{¡1ˆÕúBncš_¢ŸOɉù+¢ÃL¬lû\nj¹Á6J2Œ2]ƈXte¢ÑJPÒ¿ðä?›7ÅÌ!¸ßv×\du7¹â@ž?é»®Œä‘¹_©ƒ\W× Ç÷8ÈVÿã´—în $¿ò©ŸDòëÌÕÑòí‰wsU‰Uº"ì5fÏrÄ ]I|÷黤l®ä ß)ò¿F8ü–Þðgx»®.Aåñ3¨¹ê1eƒº<æ@m¤{ &‰#¨öZUn¤Ay¦Æ  4¥s#" ž¶SjB ‹ ðù‹äÓk’½LºøÝ§ožüãþ= øÏé 'ý‰ºý¡¶?>×N&2Ÿ¿‹ék)†~«€Uç Oô¥öɽ<®€ž)o@çl´‹•s iŽ™dmrUêÓþN a0§­g£å¦±ê/ž”ôJþ‹ô†ŸèÝŸà†¿‚·?á²Ñ¶uN€÷[¿’$tв(tuµôV–óx~Rg— ÌF¦jG2'ZÛŽOo)ú:_Øò}³%R­öo9Åø§E 8@ÉÎþ+·mPÈœQ>ïòƒl<¶ƒ„ v©dëÌœ£þ,8C¿Îùx„0¶WÀ™”sà”Åáli, £‰µuk?1Í}DÆ©Òýê¶ïxv0ºÎ¥Êì²Òò«óÖJíN~8t8iƒÐåØÀÍû¡M /ÿ‘q?²é}ܧù]êL(Û̶7ÂK®ü´Uþ"— ¡7[„ŽY&ÈA˜ÌS´ÐÚàIþoÞøûCü?˜6p‡rYÉ»OîÀ;Uîwî¤õ ãxŠæ¢‡k²ö{l,ÿEîã;µ´K™ê6sy56ùǾµ.Á¸³ò“ãÁò”©–æª5_„v•õ¼§¶³¡ÙýÛ99Éb¾2lb$oî“aUÙ“A(lP\€iúE>ÑÀYCØĆ«eLt#´Ï½uñÅ-V~ÜòWU¼ô@²£×\“÷ä´0ê1e:± }20æ„2ÎØ#Èèh›&Ñ\l$/Ḛ́*0…ACajýkMíöC4Ù‰<šÇ.>Ú“—ªÅÚó\cÚf7§c10ÑÀµ<Ó°Ú³Üä×jÜä¯Ír½r«e)á±Nz´MfK£Ùkä™?VÙëbÐýM¿­Î÷½G}~êE®“k÷ÝÞ¾ºñçëLbkªãbg¾=OÝ”6;š-çbÍmÑÉ5üª×hhgÝ]ÔÍGê]s°xê›ÑËc}Ì«?L4ð'½ ?Ÿ°ÝàÐÞ£*`Ý¡5{u&á-Ý¡o¥=Oh!$Å$’¥×Z¥Çèk Ëq½)o[­FU©wë§Z±_7/Å1º+Ϋ^q]Bů¼Gã[%An±ò$óæËÔÚ´Jó Sb}£_\Õl¬(\taÛ.•¾]«AêªO4KÚ¥öz3ˆkÜŒ?æÕà9ùïõ§®õ馺ÎÕG‡~#I2ÕÈ+‡¦äñ‚^Á'»ìÒ…H™ZÔ¥,_H•ØM-[\;…¢àw*Ÿ'ë«ëvA>†^Õ~.<íaó¨÷Î]Gk1çPN"Û˾{Ù¨b²Q‹’–6‘LB‡×L&õã· |µ« `hÙ%#­Ïš\Ëw³è‰T¿°-˳BIo ò±rF²|yUs…çOíÕÇ¿êó¹k+þÕìcì›Ù^êêdÞóG<“àñLß„*iWÎtÜyµ;sÙóå˜òB)úCGŸd4¹è³ävè‰aõÇÁdø.àÉJ.e™w=0†þöü~ÙÍ>†¹\6J”Ë™÷tÔÊ Ó»A&Át€Üy™>¹YU¼¹ìQ¥Võ0ž®a:¹m§…dÉ©}žäŸF:vHÇ.QŽ]Ñ~Ìáçûèc› ¢½r$}ìw§è÷ñÀº¼ -R%>ÇØ¼ºj œµAy¨25‘IЃpšÚ˜–ËîßfÊÓ©HJ8‡ÒÉ’ñTªIù>h'ª‘n/¡½gãøi¸™Ç-b¹Š]§û]¬¾ŸbKÞƒç÷YˆFÅ8–+z?Ž£a×¼çy'Öu²áóÞaßSÁÉÆBè¿qæìÌê%xõ •?&å€xÎÚÌ{‚îŸ?˜6¹m”ä„ßQ„/ò_HèM94íD =$›Fùl!òÞ”*‘a±ÝŒ$äa7‚ûóaØÕçÓ0uöWμùöö!ÜC^Ô!ìí¨$Ù -9w¬j–Í›§u¥÷y~Ÿ/ß-]X$,]\-]ÂW9ÅÁÑXV!ÀÝnVÆ ¼Øu\£¢¹GÞ«ó;’7Áww:ìª/!Lx I,ä̹Øé°·t2´ê”³!/Ü,ØÛA­l—âý†­à‹®Uuwcó´¸­LK F»ä¼õÇ¡ÆëQãìhöãéQ+4×£vœÕÞ¤‡ä9$øF§(¹ùEæ­ä9ŸvûxR®ŒX‡¿ ‘ga·Ó9Ù¼zuØËýòB÷[Hx²`oû&m—bqÁV°¼jUSÃ<Í3!³‘-FM‹k¥Œv¡•5i\Ô{•eý‹ÔÞ§cOKØØLt _¥Þ…—2Þ%e>ª%”lŠk(uòŽÁ $›¢Â±X½ÖŽç¦EoŶ²ýÈ4„4Ä›¶Åäè,ö*äËo[yܯh\jP9Xz2´7O3íˆnfâw㺊¿¶ç‘úcç±z¯\µ÷±ªjÃzÏÒðk/¬NÚ«¤J=ýœ’=*òjÂvdÏÍÌ¥íb|’Jy–ým^«e Í‘E] „Ó©ýu½uƒÊW£íäÌ;L®­L²Ñ÷’j/ l¿á ×CE £­º~›-ØßŒÎ>uÔŸo|§÷ã>ütÔÁñ¯Z¢z©S쌑ª»%e¡‚’}êš¼ŽY¶\Àܘ´+6²’âËbM÷;¹…Oë9ðh¸çè!sÑGÝâe7utóÕñ9ÀÓ?ÃåiŽŸæ/Ê©fvÍ™0¹T<2ž8†#ØeÑ:áK*`´ú [¿jã†|ÔÈíi¯Î”ÆZM×¼­ÊðÕ£’+¶ïòú1¹ÐÛÑÒž; ’Z¸©â1$†D£§Ç…D³ü=é¡3?÷ÊT;\ì´³c›=13ͦÑVèÜî§ùL¾NóQ{O­ÏGšZ_bFiqaf¹nlÞvµPˆ=$9žÓŠ’»iѼºJ±·–Ze®jfŠ¿H%ßïíäÍ%±–‹)q)íçÊNªdÝ«x<—Þ¢i×H¡5ëpüƒíË|wµ³¸·xŽrñ -¤Ùñ[/³TÂí0lº4¥óËÕ*Nž@V–ºDœðFŒ0÷ge–Ëk³Ã/§:C˜c7)rd‰$}Óö¢ï -sV9Ú°NCU0zµ -¥M*›—šµÐý„p8eySÚIš¯¬Å{^Wï°B»ÛïEè;÷ò€:–UŠÃwI‘uÕ´ÆÌëe‡a¯$í9 Úöo ÒŸÐ#â´Ð7øuãÞpG^°X/Ç…°(6,ÁЉ,á]– ,²[ê…ýì>ÏL¨j;qjK^?>Ð&´]? óF0‚>ÜÄÉ%+^'t“cuD3ÖÄN¸±æ{ÓÎÇX˜s‰zgǺ“þ™YУ“]ìqzmÜYZlc2Uz2&¥ôcqR'³„5O£{¼ÃuºX_ZÌ1¨ÒgH¬ÓɃD¨ZBI­€`4ô9f {õÕl–ÎrÑVüú$½mú1û  ãé¾m*›¤²¶Z/¹td¯’Þ…[ÔÚ}‘|ŸØ­¸Ä±0gé­:e¸¿¤%^ÝSå¢}!~øIÑ A4Gy¿“ug6ö|ïX,‰yÌð ÙòHŽ8#é³@\DˆÍ¶Ädð!$D§%Q~…òmk̵ç1ë\Y,Ž‚º¨ -¤"î*/©f¼¯¢õhùçHÜñ0Ý­Ùt<· ×OrJ•Ï÷qÉÌÖø½±<àáÛòòEbƒðæ‰a‡~eÜiÓb š“]»‰d1²ç\‘Ü ûíqíù:)^ Ét" g)¥K·¢£ä,ïˆÏ^̼úÆ©“üRPÖ«ñͼϛëUèTKG>fÓ;vz­¾^Pû6#.³Á {‹ù%Œ¡ PñøI뎕I%(¯h ÙÇJª ìæ'­‘ -Ñ+$½'PŠ"!9¹@¾*] O飘äËùø,qš‘t¦’³|)fôo9]cR-^‘¼)Õ–ñ—h¯7þ¥—N\rFì™<^[‘Ô~a,‰+9›âèÒ>ƒÔKžµŒ BÝ3P¯Ë hÖ¤‘%$hŽO"©•†[¨‹»Eò ®m¨™jON€êÞÑþewŸ´F*–¨¦s;w¶Óf`ûDôq:m¨yª%ÈâDJÆ õºòõΓ‰³ö´ìÖ¶Ä5y_ «} -nZ›ά€N| »ØèYè³b½oqHö*оúÑÌ"yÖ^DÇ@÷W ëäv£1(Ý,£í¤rèÇ÷C–OÝÔžó'1lQk†öS3gv{VL›-ÃF€½¿HY#ÞtUÊãÜüβëLË“…O\7ÆföKpw™ÐÓâèÛrŒDž±ÃOt&PÀŒ1 ˜MÌBÒO yzÀl-`&«90óò!½é9 L&&Ë׉žÑvâ„ þF;´ËÏ—}oÉ´Â »~dsÆÄXq€o©>}3üÛu06+õtÉ/ÄÍ(£c®Çl!ŸgÞk³¦‰íY'`ι;°Ü 6ÆpÀÖr°‹uø7[p©‚äÔvZ;\>-„$`“Ç$°©NX'{6\µÕ–#´=õðEÆÞ^bìl«|Ãr°GNŸ¸¸ºŠÇ,ÙÏŽá±<±mˆ8]z—žÄmqøyê:G`õÜØlóì|Þôñà›ÎmJÀµoŸ,î–HüŠs ©&’ü¸ûÞn€ëíu@m¸¼2.þx—¤¢À…’K´1¢´*ŽCÕá«aF‹×¼îô¤* -éx³ë*7u'ÜIïIÜÓÎ ·v÷_¸;€ÊÛûT.…Q5“ýË|\ÓfÃÀ¿OôP„ìrBŒY`® ðwøk.ô!½;® üt»¾ÛƯÖÑ®ån;àó;>\àŸcÛº]š&´Ù¢N7Ý´\ssÓŠ:S4†"ñ×–ºJ5†Ä5ˆï’~G·Ÿw HéI×ûí/Xú oqåTÄâñ›€¸]û N•7ˆå¦bFI€ñ[ r•=ˆX„ÝQ€0õ ÌJš£¦Îtoy'Ñ!ᩪ*U¢Y1ÂÇbl~—±Èvµ$ÃÂl2¿úðäßàíA·A8ð· ø÷‡ßÐí‡Ás™óäLé‚äIÍ s× ÈX«Ò5yiÊ( •Ï"ïÚ„l‡Ž%znÝ É¶\„êÒÕK¸¹KQçz&Œ¥»ŽtéÓÈ íÀš äÿÞþb:jo@åC/PkoÔ|& -j«‚jõnI&1P|:JïÔ¥v¼€"\¡žÝ“Hl¬TÇ‘¶ g«ô)NBô—e: ¶ØþIéOP‚D ?nÛßÖMû£åö'êö÷0€o£­·1À€~ôÒ½µ:‚î–ÐU3 Úë5ítxV…­§RòµB"‡öE -ûÅ![ܺM"á¡kÛwe?>ànûWÁ ”ð²·íÇÚúH7»Xƒm lm¿k'Á’.a0:˜‡ìÌcTÓôSÆÌh_³ÜÙñóuwNuj¥>Õpí— 8ÀìAƒPIŸqù¡Ú¿Ûÿ•¬•ö§¸† ! ¶ÁbdŸåíõIØ÷Àé?oà vh"Cd?G²cgÖà¤â 8%;}îý„~L—ß$ôÃD=Ð?©¬ãñˆ ÉGË‘,Û÷wê8ºM¸Ùì:—ÆëËJëîÏ[«r<ËÊ5pÛ¦îÇžúd#8x°-aW-mG5£áÍ*’H¯KDµ¾ÒVÔn:ÎÕ -!X»+0Õþá!~Áoì×êmÂ8×kfs@3‹‡¯/Bµ°?ËÍæýT¹ïé“Öc$¹ð±M×dbÙýP”¼ÝD%KÛ¹q¯nV¡}c½Ž[ky4î­´Yk¸l°­é¢-ÖWóG¹ëÏÞõÁ틜Nœ!þ›Ç6“•„ð&ˆ« hm/Ðð›âúÛ"úY*X#+À´ÁSòAhè/dÛAàÀºø¬5V~l1ZiãÛzyr?™èƒ÷^´ù1ïÉ63ê?ؘ8ɼ–ÒØÃ»Êhë¶ô¡Ÿ«ØCmSL¿’ê·õV¾×³»Õî»»éuÑy|Ý™$›ï5/|€ív°ÚÓ~‘À¡“B¾¬4ÐÚ}|]íá«ÁóÝ) æ:’§£p;ô3Ne¨­­þµ¬÷zº8ê¾Ûô¬Ë.:ño;.Fû_d‡‹çv–ânßQ±g2b“BSÞ×̆vêÇë ë\¨]»N¿úú—j”¢Ÿ¶LíÍfÑ3'•BÉq‹ ’aƒÞQÁ“üO¯oâ¿¥ È—v7_-v¨æ6çŠH&’w¼á¯nCó¯¹zC¿k׿©R ÝýzµÙ¶ª‘÷©W&N£ï%³‚Àj%ŸKYÑ#‚Õ²&rQ8Q±Â¶1näûèîU£Ï_®U‡%³•‘Èö<>€ÿ´þTÀj»àw°é»wGo5º/*øØ>”'©Âã‹,»T/Só%[Êr©¸*l´¢'­Â¶²w -%í+ȧWÊ«Z¯¬§Ý™b¾ákyóëåÚ‰ò<û˜.™÷Š!3 ±f¥'§–võ-xU]öþпÈàCjÕõµ 6h`€Æ†÷몰m”eš^”J¾rÚyóáL–H~®}_²Ñû‘í¥hÈF)‘ V¢ú"3ÃlTÊàkGMO -Y;Mí½¨;¯ôÒß᫞Mõ’¥H|“ð‡³WB'ãF¼‘íOâÜš‰[üˆþy5¬Ò/î1Ÿ<Ø€à}‘yóÞIÿöüþ œvùŒ“¦6­¤;/nèbл ¸sX=ÃÔѾ:Y“<‡V­ýñ7J¾ím_£ìR,Â#©¨–?.–Nåmó4¯DL‹«$Œëº›1iPÐûMMjÇŽö>óS-aÇöê¤Û‘* ؇„6“J6åt•ù¤M¨4q÷T7™kRí9ä0he¾ïo¬=î3B\¿N`.ö¶WÙ[þHÛX:ñ^™ôimZÌÛ7®+ÍÅŒ¶§= Gt0ý±si=ª&8í}ÌJZÂtU ¿VmÕuQ•zN\%Û§š²çF&ÒvQßK¥<Žêêºèï OR$gýYðÞ%U a>ùÓèœKÓ±V$¡O=5 -½ãpËòËVüãÅlJ¡½á &K½·MLµ÷†Ú°F žÜRÃ/úN´¢'Õ ¹7eÞK<b ¯F9Jö’5ÝmgU*e¶è¯q±ZàòÂiŸh -–Ö›ò×3uâÛÍ6Ã;!9Ì;Öä/îÉ=Þ`#‰&KYjäœî4—Z§RáX§®+átÁ í=ž{›ÍQ]+õþò½Ó’ni©¦ b¢, -‹¡’½wt›cyµJOdÏ+/¥í®¼•Jé²/úËòY¬ÖûQf˜ÐhïÁ -c2ß®“&ïÄÓI®7éÙ÷s×a‡ Í^Yoß™ÉT‘7½ušMit#G04Ÿ´‹büŠn´†ål²\5ÃÑþ•S~&1O6Â÷úEKá×½Êô³+ycߦ²”i¥ò0Ü“TQíKÊÍø$‚ÖTu&œóüRhšöŽ¿µí#ßqsw>L·0®Ÿ ™òf&±£âËf‰§šdè‹áѹP¹M­{»%aÊ•,ˆT&•ÚªI*ñÁ™,5"lAÙžšèœLŠ…\±áHŠz*?ù›'ãl梲ôd'o6ÎJªdÖS±îFÂeªöûùêñ÷زËw±ãˆ·îsn@“[Ë‘vÌ«7–,†€IûqÍ^—ÑŠLóëYˆ’ö›$©ž.¸cMüÒÍÍqû½¾`÷‚Ê`áY3¯¨SƒþßÁ k€g(«f$ïpwakù;cDÆä[£æYrí:Æ*>½M¯9Be{Èw¯÷æ—.žª£‹ºÔ°W3™æxŰöÞ§óÝã…Ú¼/OJ.°©UX¨Ÿ4¿Zñöç3Xd0®ÁÀÆ€§“/~Ñ€³åà­vA÷åØe‹Î"ýy+µ¹X$} -;ùõB±Ìíž ¬É*;ÎJÚs)„v… 9JC.¾YvÙ‰\o3óh¼E¯’B uLØ›J~‡fd5Y§iÜ',&uÁÛùÌ{l«$uæ k¾ SN~­T¿1$ý3à{›|v‹^íµÏ¡™ —…ìk\m&}œÏ¡«X|¹ -ÁÆãÐ¥57²|)"ƒŸ%Šn…ëê¼ä{唿™!;).{̼šoÓ«‘Ö¤”ðµIœ…U¿9ÛöŒM¦Xóׯ>$ü÷ˆšþácD­Ê#¹Z@ä#.’M/9"q¾‘lJ@ { h|øá€ëZf<6 ê’PÛ†cW+5Å>O©ÙFë)+1ÿ$6æÑÿ$¦hÆÇ£ƒmÊ86dijÜ£Wçx›*í)Tc~ÕÄÃt£Á%Ûâ‘Iõ–HN> VßxŠ/©šÌ Ä›i!鯀8ë/$ŸLH .CˆvŸŽP@„/¡tæ¬4â7΄9Ås,«“u¢§ïV|JÕËêôY'hË÷n‹%—¨ÛÖm݇ —E—é]2Ò!΃mï´{M 3²ÏYt{@¶&3 Ç í„$ÿD²¢ÜÉ*’zÉ˲›îY¹m¬6q sº…ä]2~ß“eâžL¸"I4b`×3¡],ê|‘f˜+í›”\V#±žç¬ìøèn½âˆzrÆä¨ËˆÚ*}Òˆ¼s£k^ÈM¶6eâK ò©tŒQyª¡ñHêŸ5¸©Æ= T3Y*¹Fߊ¢ï”ÏPJ/“jÅæ®@®s¨óͳ—¬×õÈ4“ɦocYåu’ÇÈS´åÉ™®õ=7JOWÌbbÌ>Žn}9"n¼wь޽P±F¨ÚvÔ’õJm€Vgg #Ø IˆBR—\B@g“$ë:Ð1k -4?¿ü2.ß(TÿnßûìËþ@-¸4P¹F+~ÛvêaÞ’Ó–Ý#4û>¢kl§$#o>…;5¿ð±‚î³éAMžÒœ4ÉîxÚ&ô¶‹6µíõ| €›èMËÅ¥§Kè;sFÊãÀØKtp‡HI:†díãèm$“%Ð/ùôr.½*¢=…Ç@·bh+ía è´6"OBû2›1^«³£.[{ù‹”+âƒúßáùüÊ‘3ñ@o&µ Yß` bÓ½€éí–ÀÔÎ0žÖDrÙFÐ)¸j›1?ýí¦B{E®dVlå=Œ¯{·ÀŽN6bÉí7ñ¦;©Ù§c·Ú˜8[£íÜwX™ÿ` ®NŸÀ.08:-ç¬Í_a†‡äÑ®Ÿ!ٟ˦à¸{ØM­ìÖE¥O]ù³/ÁÂs½ÑÝ)¾U³¦¿ÝÔBñ¥I'Iæø¡Å«7yvÎgUཨü锋Ԍ‡ ðü¬ù~‹‰À—:)àÃÑð,ŽŠ¿ à.é pÛ$,Éh ç½Ì//µC“eÑ™Ía:I6;úÇŠý˯f¤û§¨€'ÿ˜¿]À¿sR-kþòÝîß å|Ä6ÙqR^¢W‡ÏJyb9F^ ¼£yÖø„ææ Bqà:ÙLÑvhÞê¨ÝÚw2uvF$¤s±¹é’©cOd° νÕôé_Júðä Éá§ž?ÁÛ?ÁÒ:SéÕ‚±ö gæouQÚÑ_Á»­Ë$gÀ€¤–S ¾:*®·ªÕé\ZFÒaKJùÄ¥…A‘0Å—Œª’8áWeAèÅŸJúYgîOÿ²tÚÇmûãtý¶•:…A[¶ yÉhvL3Roc¤èÅP›Ÿ. -uéòXÙ×_uý%µýÉHX{ó¿X+í‡ÛõümDú±¶þ¶ë0XËUìîq ¶ž°F,¹Pó©/Àìßp0ã½ð©IDl.¢ñã»Ñ&îî˜Âw~òw³ôOpC`´ ¼¿ªæOÀö÷É>%}ܶ?±Ç6í ”,6Á‰ñ#§¹3„»œavâSMÁI±€äî€ãLë?Ïï¦Ë¯nÆ{ÝßɨüqÛ~‡Ùf<$Ëæ£‡½†÷!uŸÝ&Üqu£ -ÇÝ•­Ìü‹ÐèžÎr§øI´5¯‡«+<üGŽûNFØMttO“¹=0„ØÊO‹…å)¿Z,Í=Žö%@¶y5 µl ž“ÿ&¡×j°ºS€XD:Š^åΧÊ}ŒŸ*F -’ާh-á£ÔÄ.uh%·™K1ýEn„ž™Y—ÀôV~R+­´™\]š+¼¾h‹Tgþ(SƒÙ»NÍfx[ÞO©~ê5^¥ªüh›}ĆUù2ÿ®ð3°Úà!þoúI4 Ba? ºƒâ4Xì> ŽAkð4úªŠ1Å•6Nw–æ<7ž? -Éå"´^Ÿæ‘ýâ>ÃÍ×”êTðIæU¤ÆÂĤG%Úä‡Už§"¥ LŸ2ú¡Ó;ôEöz6ï¾»r¶Ç«Ib3kÏ3ƽͮy§åÉî"h`€iâ,¢þÃ¥†?u}Ûk?ÊÇÃúi†ï_‹Kt¶ì_K’ƒ¤œî·•Q±×3Fõî0Ôiw&Ñr¯CÊ£ö<ÙœµÙYmÙZeú»ºÇÿÅN¯My·x5ªêM’êw¡nÞ£ÖÇÕÇàܪ¼§S_Íã_d@kƒÊò§Ñ!ûýÿ‡‰~»?ÆÐÀ^û³PÖ7ý<äÝ”×Ñ}£*y·ú©ÒÁšO 9“5ë =j¡»›þ$t½|µi”«‘w¯^&Ú­J‚˜ôË“ô|Rv™Óª4Ï¿%v'?‹žê2Eḵ<¿SläOÃÜÕUN®Õô¤V }3Ñlˆ2~’a?IÖøùCƒ5²~ T:-eÙP¿Ä®Šsôêr(ͳ±W)ËÉâªPd‹Â¾(JZ^)ȧŠáU­¢?uŠ‘|#\O䮃V&׎Ï>ω?&ûF6Ê`ÃÌ0o¬3 ¡ÿÈà;[IS'½‘Zu]2ðª«Ný<Äÿc¯EƒUð€ü·uõƒCƒ§äsíH:• ½Ó¨cèõ®‚gŒ¤ºÊö’Õ]æ=+2 ¶„n<ïžvÅêÛ—k„›UûljUI)á:Õ“%g÷‰^¥Ó‰jÜ©$t|2ŠŸ¦Ú1n±‚kr“­JXdØØ½" kú $0)öÚJºÝÀYT`ÚÀðÆÔª²ÕRžö¥´HR9$ÝJrÛœ5“ò}ÜIT#ƒþÇ;:ŒãÄl»NÇ«X;½ÙGËÍ)Úó°W佨HB IüØr“ú+v­B×™w­›ÃA4òRõu@?$ç`ˆƒ -?ã2Tß¾Õ¨ýͰڧcíTŽŒ>æáÔ„h/;Õ‘Üœh/'&"ï çF2— Oª„¦ÎPr²6ÔB«Î³ò"\?$¼­©½–v_¤]Jl–&)V5“5,õ]³QhLK®ãF»v®|CИ–:™ÿ‰„þÐÈÐ[¿Â®š¼9óºt `èÇ¡zåï¡UÛ„ç¤èð, -v)–—-œÑ¬jªh™§yÞ1Ùzܸ®ë®Ñ. òúc?.ë½Ê¥ýMB‡ÍœäŽi‰PZU'}"¯º±ÓB¥‰TèCGÉX+-]ô‚C28ƒ‘ºÔž” ÷€ÐÚ¥hfgU“ìÚ½37:;mãÔê5á)oˆ[_$YÚ™)¢z,Vñ³°ãiøŒ7º˜ˆ7zDoôµ#’›kÏFÙ”÷ÐBÑ~ë,†Ö¯%nÚ£ÙUK^ý¹¹¤® -CáR&?\¶Xç”\á04—Gã’l ÌtW*0é´‹$\ªÐ‹A©AçâèãÑyœ*¸“%ѧ-YνÏÄa+¼ C‰²x³ß6°Îf›€þü]ŒÃîG€-º…ŽÈèct ìêš® -™¤ò~Û‘‘?ì}~F²{U3Î|'ËÌESLùûâØáÅ|ƒg© -3óæE†™V tžq Ô&®¨Â•+ådzDª ¥IÔ ù ã’â­·ÂíÇðˆu£Û'Á8EWÌïÅ[$³)`uû -Xþ.fõ3€Ií9`”ùÌ$Åd&~!VVx‰ÖqÛ%ôx¦rUòµÆö‹”´Èn& 3Ü  Èìxª3³Õ£B/§-0^‘*Æ­¹Ÿp¢^]çñ+¬‹x¨p®c:X¤Š¦pCçEw€'ÛwÀ?ÏÈ㩬xÈÿ¬Ž;™:àar ¸ÚÎ& ÀÎb°1µ¬Ø#ÓŒ*¥c÷òÜv–£¦sh©aü"/ÞV4‡Óß}ñ.>wX*ªÕ6qªÐùΰLmŽŸ«éãV‘¨ûç<Þ†i‹Ük$ØrðU§øé6ü¬Ì‘”|$Ûà‹E24¿ÊiÀ·ãàÓððFÞ:€WÛès±Ú+A¿ÈÔ&Ž¥£¯cÏgIÁè\ÍæEò‹îVh[ý÷®“ƒoÜ9 uz%úZH+”\Ï–ˆ“K{x[_ä°¨TËÁ&ó@Dú 2ÏÙà#²Þ -ˆêöDMx#i@ä! òyô3 ¬„Õñl™ŽA½Ñþ½ÔíåÀJVŠÇtd‚—l»ÊÚ‚>, -˜â¥…‹xšëþ±kÎ>Žnþ5`©y±ÍdAkÐù›_¥ä¥W$Nmu±z@5:YTYI·_â ©èIu¤ìï€T„+’Òïx9E²/ú…ü¸¡ˆÕíÆºÃ1v] Ú©º9Hh¯ùx¬Üp–v,ô‚Y¶\ê?ÎÂã6|4]ž}oʯwöl6©RzU%N×hoƒB?ûy—Y!$¹Fo‚*­DÈÍpŒäºòЦðäµòDrb€¼™’YÈ»¾y?Yun@FŸ -±UHs³ùNà íµë%3h¾ïˆ†h¶ï`þ+Õ0ÿ,8#bÃC¸6g'›×ÉVë]ZLj-R¯÷ªxG±Jœo ¥…dòŒ*‹U °l (c2ªN}œÁyÉøöa°Ë7Ô*" Û@­¥ ’~¨¾*5¥dM ­ äÛ>ýÚ¢S ÖŽ´kÒÓÒ“ÆŒWÄ[ë-ž[«3ÿlÒ[nĔ笻eÐ1F Ò#õ×µ‰wÚÕŒ1mlÌU€¼X5T™‡Þ/×nµðû@3Ú èpqtçrzf’ -‹d¯=W£Hú@çÿ’É.ð¸¥p µë6€ÚOohc"ڗŪDž˜·÷ÔÔ˜P…“ËÓ!&Ú¡Õå|'™Î’áilBÖf‘ÞNmçÜú¿ÔµEoÅàŸcŒN› §ù9зÁ;ÓL>€9ïi`.¼ ,V¡Wk˜+Ú?æ:Ÿ³3OÀL}-Ÿú¬¢-^¬7ÐÛy m/3 •«ä¯ôì 8[:†ÛØ·ãû¾™¥P^¡IéeŠw‡æR‹I‚øZeG„ʉnk7`{ ØgŒÎÙnÛ°˜NÍzHNà´Ô -8öøŠh7Šè—••w¨øç檣-ò¾Õj5’:¥,¥˜- -R=A —EYˆ0ìµ@°C>ðYþl¿\|B¨ÌcÓQdÿ¨¡;Øh|Ë£H„s‡ë¯Ž•}œÓß}úõ§‡?€ÿÛ¨Û #á˜ü¬0%gè%ÈÝáä,Á€¬—lÎ:\ž½{œÀôíç·òû  -Fð‡Û~ZôMG/òïÝùw²m£m€H‡­œü¤4ƒÑcÏ{\‚Uo`­ÇX!; fo7Óð®`l9E>Ër‹O×­ -ÒÈÌ/t,¨+èÓìãDFW­OþS@Bdû“h;g”_öÚ€"¶ê$!;ÓÇ ‡VF+ˆî"ͬò‘ƒpµ5çÂ?>nÛÖÞÇ)þúÑž'a·eÅ%jçfÝUÎ [Øòì¤}LðÑÙ­%ÜŽø^ªK+² EÔUÒ©ën)¾6¡›Á­;ÝD3ïP]ëUÂrl¼ˆ¬¼Å;æ¶f¦×B²ã¿&®Ér´o(èì™0³yw“àæ]‹]ª*•MµåVüè¨Wóòócƒnn¹æh{O´Ãhu® µëùU͉Þ ÑëD}<ºfÖÓY!fW¥ZT#½òJ¬-ëÅp÷Þ&7gc±©‚uùé±ZQg±o©—Å*ž»%/éáýMx—g¨'Ÿä‹ü«ÏþÈÿ_×ÐUê/úöwwí‹ü«¾ýÝ]ûß:ôÿ×µ/òß=Úþ“®}‘ÿîÑöŸtí‹üw¶ÿY8‘ÆœÍÛÆ›å}ž8ê£%]«;:ßu±/’™ÇL#Æýô®)tr«¥x»Yõ‹¢R¬ÇbêÊV*:õÄ'Fbp<›ýäŒùÊzN¥ꇷ*¿²§ŽZ¹Óã£ð0xA¥•²'ÉÕéÖ3ú3íó´”¶×x.[YVóS£3ý´õR ÷¢l©—ò‰Ä -Uy~ ÎNüúBjMâ1Z±†iwC\»sy>Ö=m¸yõK©ÿU—¿È¿»ÏÕå/òïé3ê"GBïQ?­´pëUIàçÝÝ#jë\ã‹$ÕÞyHIÛìŠÚ,¯çOoɬ¯)káââ¾f³a>>Jo ){[ö3r?ëäéVaQìÊ«âWÏÓ=ºJ­Û©vÍrè„ú4V‡ÙÛ³0&vŠZÄÜg¡/Íø3¾ðgÛêJŒÕGŸù_ä†~ßaK†šâ«ë!Ô§mzÿ€TÕo=.}Ô¬òê¨3ÏÓI±ËpÚÀ×nøäÌwìúYªèÓ»Úmlú÷8}^ „{xtOÛÇO¿È¿êãßÝÅ/ò¯úøwwñ‹ü«>þÝ]ü"úø”›’û”×£îS=O¹¨JOy3*>•ãðüT3Ñð㘙 ï-«ñ¸b[L>-GÅØ¡_åö—]Þ>ßv}Cô+ݧM&s ^AûòûëÿXþÛ2ÑUö?-ôß_þ“~~‘ÿq¡ÿþ¾üsÿ·Žþÿ\&ývàÿý}ùûùEþÃÿk_þáÿ»Fÿß(ó‹ü‡þßÚ—¿§ŸèZùÏ|PægôÿÑÿFÿßí'ºŠý³ÿ¿íËßø‹ôEþÔùýtàÿ³Ñÿêçùüÿ°/÷ôo½SúoËüŒþ?:ðÿߣÿÿÞÏ/òø¿ÞTž‘þs¡ -¶+=UfuA5º‘ÿKÛ™n+ª« û -¼ìèì{ì{PPQQ@¢÷ÿŹ뜵NíªõÍYµêÏ#Ì1|xß$$™׿þÎçg%{Ò²f±P[ê!ÓZkIanÄîÁœÁ£ºÜ›DvA>ÿ"þ®©%lðþñª÷8¹– ßð¼°œé4ý=>?xñç(t²óRÉ,!\OR•¢ðAOf•uû“óMÁHòU.qZæ>òÙ¿üÀ7Q纋ÂxŠ ríÄ2´òžÔÖõ†×tgŒµ€•¿–*ºày𹯨jE®”¢x&»äDC”ÒÝ$³˜÷À¿ƒò×9 fcø…u³ö7ÑCq¸ìÝõ^z®î¦n-ÁZæŠÀØí8R€”7µröœ(©ÉÃ<ß‹mC< ×·)e/‚*¯} ‚üuþÛøf.ªï¿ij]¨i½×üÀ;Ú®”NÕìY¼~xxBý©É©{òÊæ‘Äù´í=zE÷vüjfrÉyJc -eî2S‡Ï"‚|ö/a(»£ÿˆæb9(êŽÉa;ŒwL­Lg|xÿH5Èî—RNé0B£Î Ø^*¢pg‹?³ó*uXìe=öOÌ¿ˆòq€¢Ô䲎rhÅØä`¤ñ…Û§&kÙó«(¥öÚµÓ5åz:§Ÿn·š²w™ïV û5¾w6KÏ[Îgçf¦ï¥îø/Dï -~0”˜ø"€š¥Ô«yïi¦æö4Y¼GGM]îÒr»¹™w=Ÿ÷]ñPÍ÷[*´Ö´¼Z¬œ]i,.Š~e1¹YÌôű̌öÛìºÏZn›±sêâpD ³´ÇéüÜIýAQþ‘–~ ¡C&–8„ :qÝdµ›1‚AƒR'Wâ"ï†a2‚ˆ´—- .;+óéø¶À×qbñ2NÙY†™%h㵎ŽjèÊÄŽW·—>ä¯#‚üóõ°¸é‚MUßù[9gšf%Õ2²Ø”ƒæN•ÒËøô%Ê_Œzœe‚ÍkÕ°p–^íkTO'u±vØR{C]¸u1º¡üÛ*A¾ {ËíîÄ9™t»'“y÷º–[ç ãm¡ãâÈgvØ…]£)ueªU:2]ªQÒHÃã ãÞ…Þ5[Üw'’¾ïäÚSáGˆ ?½ô xàiµ¼ØdÀê‚z`o+?xž/æ¹.xƒn‡Ïl=¶¬J“÷ûê‡ÅôÞTر;­†mü2ï_ÚØ¬‡®V“.1­Ì:ù˜µKíÓüA~zɡº¹âf]eÞ¡©—jƒÃ:A¥ù¡NCÇ1ºèfnò˜TŠ£”ý„XëMâ™Z—ÜŸë´So—‡‰z¡¸›ßl…q•ú·a‘Ý=¦ÒÖ~Ê…âãâ±p¬èÛäšÓØu6§-záó1yС3Ú×A_”žÝ9ÉGÛö¦˜ ¼]4EÕžN¶µo«xóu–rÍc_*þ䟯ÿ€Ð¹ ‚Ø—’ˆáàÏ‚&æ]áƒÕ£ —àxÚpfá{=ÊuÒ:iÂ+iª—Xå‘«gjº]í4ïmö´€w—E2•?¾v®÷uD•~Iôšä·E?¡ {þßý„æ#ö%ÑOhF?œøßË¿øMØ*ÿlâ?4ßÙÿ£‰ÿ•ìÿb<áùÏ&þ¿îå$þCóWÚË×ãù^!ù£‰ÿbö'žä'þï÷òçÿ˽å×ãùÎþMüçïå·ã g|6ñßîþáDÆŠvŸ€(ª9G+/àDŠpjÚÉ]|ÏÝn'qÏÚ™~´hΈjÃ`æMJ¯lŽ ¿Fêá*¬O`¼K Ù5ø_Dù® &~Ú…J7C§Iꔓ%£»·©<õÄrÚW‰z¸DYüt$ïÉÝöÀÌZ+ó³Uµ€æ‰Íšàu¡6ªdð¹?u®5Ø/ŒÑ¿@N˜øÍjnT¨É\á³ÒU¡n2“ÓZ[f¨,„CCnF“ËÓ´›ïö»½¡/åÞÊ=©­ù ôJ“é'F—G>Cû§ô0ßO°lí§ˆ ÿ|ý;rý„¢*Ã@øŠ$§1ÏtKz›¥VÊ¢Tr/OÛ+ˆôÌoïƒä«É®éjaÊ _XÄ+1l¢]”Ô¸d^cáu ûH¾ -zér9ѽzCôwAþ:‡z(|þDO,ÈQÍM"©ÀØ‚'¦â-kuy¹Çé^SBípÀøôÁÉ2ŽB&Ý)6ÅcÝp¼N4ÝÁ«Öyô“øIïÒtÉèÌúˆA:dŠðÿ@Ã<Ô,êk+Ge³Èo u’mÃ{‘Çæ:òçýk¨œÒÄL¶\½Z‹®V~L‰”o2–2Œ–R¿?ªˆ]EºŠy{pn?ø†Ü.€ªòψ Ÿø£„f´J…ÅÓ•µi«ÁkÃ¥&˾â"ÆÍ‡Ð¡9ú©,ž¸Eˆû)YíÆÕ‚­r ¦Ûë~š<³Ýé4·ê,ÓfÚšrøGmêÌî·A>Á&Ô½ØßÅ.Ù»nòœ!*±zfŽ]‚ãS3ªå¹Lê“^oöµqw\pÝV{´;†3é´­K¶Ó.g¢=ŠkëƒVp¾ŽZ»ú{¥÷ãðÛð„]¸ŸRfêVì¿–ça+¼ µ«dÁ(`cjºïÎGQ-¤áXù5<6X?sË$ºäƒOµ×Õ\†â›Q¬¢µo;ùæë¬›ÇºTn¶Tý"È'þèÞžªöÍhU"ïׇòYøÌ6É3<~â¡ápG¯s­Ã°ýˆp€ÁI‚ÊTí9¹µZñŠö~q*¡7ãׄÙègÓHªÀ¯ËSêò,ýwðž%å“y@¤Û]€[,ð6«\) €Ø§g€xlu@È.¥Cýô<ùkÓÝæ#çÙâ€zZƒ™Œ˜ãh'kf§üC%ÖÍÇĸÔð”d,#‡D2¶9çwð Í÷½ü¦è'Dþ÷òïÄ3òû¢ŸÐ|Gì&þSûwâù¾—?šøÿß½ü‹ fÿÏ&þCFìÏ&þ÷²ÿ¥xF?œø¸—» 8ñšïìÿÑÄÿrö¿‰æ‡½·èàôîðWƒ†¥9 É«ÈJPÓÐ(5à\̯â=Ë’#`÷$.aÞz÷ÌCU[Ä7reC¶::“À‡W™ZgEWìb¬ê_Bù® ¬ðMô¹ƒ‰gEXV˜á€LRPtæ€ä)8ߟo¡an8]ç$êIKö¬‰ÍBÂ0¦õ’n>†Î¬³£¢œ2\ãÌãN;ô¤¥ú;xkÂx6f}˜}‘øáf|ü'‘ƒ¢µ1½¿WͼEB_…«œ~÷Âbìåˆt.k7âc~¯Ut»Úªß]VíhAÿ:»èd"wŒ¯Yk?)Ç•Ý{Èß!‚ü¨ô§ø(ŒçîBÀPn ‡Õ-k_Ë ×I°a±îÞ~UŽG§gMH Ënª|›ké•骣5ùEWAkxÞ(ja¯Ÿ@"OäbÎ -䬳2 -^ ¸D‘óOx#âÌÅlºÛkÁÞ²d¶Z7wé]I`6ħ•,ÓÒ3¹­,^)VΤ̥шËþA>€X”aD»¬¦p^LPØrjhäÊ äÓw7p'Ùš¿Ûy¯}(ºŽÜGH+Gp]}Ö -Ê5[’?[TŽrïˆoÝÑø¹dÏÎj~6í2‡óUaΛ»ßÁi6óP³—ÏꉳðYÉÜîžø‰ªwÌç87…å\{š" -ÍpÙѤd¶w-Œ’ ñä 9aîÔ3ÜAƒUþà« . -§G©|œØþ§ˆ ÿ|ý¸PtX‚¢U9¶È\œ·½WTÜ>‹ó¶Êç\Ó¨²NéXKÁýq>_Bÿ\9Ò‹±«.²Î¶E{ÁWRÚ ÑìDò/·É AŸïÞòCt+¿‰îºlCãBh²-ÖßÍ×–{¾úã¼Uȵ£ ;.E[EÉËvUÆN£ý"µ_ד'zë׊1{úœêÌ3±º"'uŸ•ô- î¿hØ,¾5a<OXŒì‰b›Bàx¹•×úØ[ŽQ³ñíƒú¡–¹Þr-&½NWñîï×jq}l¤1Kë)ÏÛÍÉaš~få _4ÁLãc}‚FùçëoQOé㹋íIH°'¢Ô’¿K%n*ÖXKR/=êTŠÓ;ݺ®'²#^¤.”‚ÌIyY€óýb>XÏãËÊ„ž‰Èp\hÅ–#V]œ‡^-ëÖ±Sâw {ÅwöucˆKŠN}/dP³èųþÌÒWYÕ7‹œž¸œeÁX²”Hn¤Ca´x±¸Û°‹–>[´„Lo¢œ¥Öh]àªÃšÏuû†»´2‹sÿ¥¼W­?¿h8„‰÷]¨iïÖ9ØÀ“i+;aô¨%ùž*[(]ä¾þqs„8³=–³õ¬},·6Òœ^w«Ò˜‰UɨÐDÿhÕŠýÎAìôtÑ“yöˆ ?½g%@&‚ìàÈW+n°J&í{òÞ=ß®€\Ú“°}ÒZÓþœæÍ¤Ë5VµYš]˜AçyŠ ÃÆÐŠõ»Z¬7(“©îõ<ÌwÇý[ Âíü‰sP³š¿Ÿ•ÓÍÁßîqËšOb‰»è>›7sjœ.1ù<‘û¾îÍ<‡æºÄʯó™y¿B ô£pÃ0¶vûâújõÒ·ªÝÑæˆ×™åšñarXÛ`vä"È_ç_ ;b–hØ|²¢sÑMM§\ÊVrÓYë“ -ûã£ÕÑv¯ù{,Gß^!Œï ˜K—‡;YÄQ}PVñGçÚËH§KçÞ¦äö£ŸWÚKÐxPöx@lžŸEùQ) ×Uï™Ùp†¿ -xeÞ ‚ u÷Ð17ßIk½¹·;¦fçE²DK“e>umk?H¸6ß˪E®£t8i›íͶ]äÇ{j ¦"U¶7IûÒ*¡™¦éîDÅŽCþ"xì;ÓÑ>stream -ˆö|+'½Nšû*Ý¿ÜÚã®¶â‡%QµÙ´?¢Ü¶:¡ªgiÖ -êÒªÕ¤M«q5·!‚|Wð NâPp‘û²ªeÒ“¢Ü(ñç,¸{аáoHÑ«¦u‹Î”î¡×9õýzí—ö#:Õ>×^W;EŠÏDK­ö«­æùZk¾ú×Fó˜Ò;ÍöÕ@øÃ/á½:ú -œ”ZŒ©²ByK­ú"6åOû¦–?mæ±ã:N³ R“ÆS¹ÎJíawoÛë—AÕžk³ÕŠ÷f'Uô›ñk4ÎãR4‚4úh)ÞHjÕd]ž5²õYEêEAÕki0öÄ›šïÃ12íVÃÕ>O f“„=óEuök9»“¢kÖ™¢ÛÙˆæÕ†?Œ]¥°l} ä¯ó_ý„fùmÑOh¾WH~SôšØ/Š~B3‚üáÄÿý^þ\â?4#ÈNü‡æ;û4ñŸÏþoÇŽùÿlâ¿ÝËNü‡&|"ÿ~â™Uº>jGà À¸ðð8BÃa™'ÿóg)àê²m¹YH*äÁsÅÜÕmtÆ'Ji®Ýé£Öy/g­ó*,XýÙzL2|Sãd¿˜{!-í§ˆ ÿ|ý›(cCÑrŠžãP´}Ðñ½s߀3è½bdUƘÀ,Ì$/­tç°>y6‚ö–©Õ1G§>af«ë„Ý×<®Z¾{å×™E%M¬%™Û/àŸygÿC´™ÂœgN?<ŸpF¯5™\&ôD#4ÆÕM`!OÍ«_=×éd‘¨5lg-öÑ~Iä ½Y¡ô•íß’Ì>+º³Òýx8p–t}ëò‹x‹Âx -áÿhz$Ô´Ñ÷þÕ÷þŒÞéÈ9úþ¯(9·;–ßøîå ¨ÛQÔIìÇi+cÑøƒp:¤‘Ï›•»ÃoÛjti´¤ÇQ@ŽíõE2ló²Ÿ`íó?#‚üôÀ¯ÇÌ7QšœÁÊYaÎkQ@„(HNýØh Wu¨Yv«œ6Ý»{ØÎcö…T sš‹zyáఽĺtæ6Xò×εÅúˆ «¦n²,n‹Eùø‹øKó}›ÀjÚ†¢Íad΢4ÿc£m·*|+ܹV}ùd°Ôâ²Ì/ÙÍÂ*°Ì"È_çŸÅßE5Øn"Ô ´¬š[ÏÃèl<)á=Mµë&kXǬ{·ê^®•Ð^CdsŠÇá š47ù a(ëT·xb&JN[Ø3Tšíæ/f¶$—ŸEù®ààŽ¾EëoQ˜ø§q$bÄA.ví†L{töƒó5áÅÇj×É&OÓ¬<½Eã -FÍbRP:†Ç+jØ;›­è‘¥/d•/oøEµDgB+}›ôcgfÒ÷‹_ÔT`<Ÿ$Œç­=DÚ½¼{Ëê3rè›sýä€wdWíXº¬ŸÕe×ÓDø’m EQ®;ÂbOë¼4o,fÆó4ØY0YÙï­ªzT'ÔA—kc`ŠéCû±ß´Ç -×§Ïç•]6¶3q]YMPm³Ž ôlžShr›K ãâ1´õ˜ü‹DÎC‘oBÍç jãÈ•6)8¯lì¯-gDø¼ÉF+¾Ñê -”ví4¶×õ+”Dy“„2‘=rRPæ†X,ç©MÓóLöºHÐC¾;æ‡õdTìWÛØ`×ñíïA~Tú#|môZ0¨ì]I ‹"“tÅÓ¶nå‰ÕiÝÖ²¼Q¾•zù„ÄÜ¡Hz°Žñ½}0có×ì`~Ê z˜ü>.ˆþñV(õØ Žùüتח¹'-÷ëx¯ŽÂ q bEâ*Ðüƨµ±W£ ?­îLUõ¸nBê¥Gc~` ¶Ç§Ó]“·Wcñ|UKStwÄGÕZ:Ñ?-š‰Þˤ{©û°øÞÕÉî¸A­ºhú$ü"±È@Í-Kˆ­B­ßÿ³-ÔAŽ.”•1¹V›õ|±ZÉc¡[ÊíE¥¸Á7·1e61f·0hgœÿ|‰¿‹òHЙ¥j„˜ë·4Õ6ØÁøGx¯ŽþäÒ_„TÀ¡‹m@NÇk¿1ôesuÞèÚP¦3×Ížž/·¤|°»¸½k›Ès£ù×j{wÁãœöºòò¨Úó Z­8mûS¤¿ÒóxŒ6úè”l$µE¡.϶0/ð Õwaážow 5.1Ä©—Og±‹/Ùùz•Ä'˶kM§ó´üñëv›Ó²/÷5¶óX†kÊÛNx¨—Ú7ãòUh$ÕÍ©>"¦çzÆX\kÊr¡Ô&…ކÙÌ£z_oÉÿg|¬Žþø’‚¥–Ò¥Qã´¹Ý4vm£V[?ºf :Îòб•í«ùB?s-”:»_i…‚Zkv’ƒ&”CÛõŒîvk“¼Ö -+«ó²HWIOœVüaVYÕÅU¥D¶l âæ°Ól–Â`ÛÇ’x £Ô òþ°z –Ã.ÀåÀÒm lŸÙ{½âY}á?šƒ­_˜ŒeÏNl-ÝJ¡Çî”Wn–H×}köaÌæÍôz¾[Éþó½B’®>¾Ž¿D?¡ ïåwE?¡ôã{ù’è'4áŒïwE?¡ùŽØMü?Dì_Lü‡&¼—?›øßË¿øM˜ý?“xÇF[šïì?ÎP´ßOL÷¶­AÑíô0É4éxË_úåbïÙ•îÕc¥©å•€x¦]/Cä\îØ¨Ù1­™{ ÛbJs^ T(ÔÒ?ç/ÿ{þ Lõ>DaölÄî¤È¼ÚòP2ëªæ>Pô†ôzï%Û¹zf±âåëø¦©Õ XIû@ÃÑ -†²÷þn~,ÀqtÓ¢Õ¸¢È¥Â1l+…\ùëœ,¹Á#j8TuìD{ZýÖ$e¥¢JÙ”7¯ÎuÅ"ö€´°¢šÈÕ®ò©Ù:I!‚|WðS<–|ýM#W+€—¹À_C{t -™QCctKŒ1£üͤÀzuf?Åy­¢¦ÝKçs\,¼Œûs“Ðç1¦sRMiûMìBVxÿÈÔí'ÒçCrˆ¿„òqø&êv (7¢½#œÛÓâ…%ñÞ<}ïÖÂBñ–öÝ Ûöv ’uc±½l÷Žmb½ƒ«3,n© Š:j´@F•ŽÂ×,åÁ'²è±¸wè-vÒ^)ÏŽ»ûœÞGñèß5¹; ðƒabxøØo™¤ èÌÑ‚uTKûµå²å$’uñx3Uédéö 3ÕÃh£ßR^[“§hÒ¾è\?.1­>z<>NÎ;gÄícÿxÛ ·ßÎ^Púþ#ŠÇF$lM«6¬áàÖÓÄîF²ÇÌÃUÍ×|OÕR^+³¤œsc-%¹¾=ò‡®A4°}=nrµ«]–Yûz®v²ŠØX´ÜÓ³qM -c¢dóNtâxc²Û€æ„û:ÞíÅ^õâPô…@QÃÍ’æBÑúÆH¹Ç×¶å'¹6ç­¾¬sçü]EÊû»¬gÐÛ¹¶œœ½u:¤÷UU¸­T°ËÓ7+‚l„BVXwîꆕê*óu¼T„ñDç9J¾pŒä`ÕÌÛ0ãHšº€½åD5OèZ)7aÚ–z ×â¦(i¯kL»Ñõ‘"9wãrJ$²‡½ö·»B~(nÙÃÅàvLíÁ¦SÓíJååJ?Dùé¥ü_Ñ6lìe(:l@Ñ‘ š³ôý=P½a%ôúÒ1va£û~Vûñ*/ÝÔ¶—'³<²¦³ß®evó6›øt}^'—²±\"·`”åBœ}šÙ‹ºGQºÇÃÊ9v`óiäÕè,üFË¿¹=IÛô1è=ìxys?4SâmZhŠ’˜â)Y+öyŽÙpBéµb³éít5¯Öˇiʳ§7dz zúd^£¯àT=m×ÿ£y˜AMcãœ/ŠÓsæÞsœ}ÿïU&Kk¾A?/oÔ‹' ²UÁŽçèzº?`/›ßÖF f=ùé²ø30Ò³–ml'ç[yCgF­1}y¬‡?Eùé¥o¢Ô>[“üþòÇn HDrA.¶-UÒŸyñXV±•ʘ%"?У¶¾Ý…1/à¾=ÞÒ(·s+&‚pqß­Hn8;TYj2ГýIZy¥wÇÑÜYÍGóiôu|ÜúæGöï]@¤o;@v/4Qµè7öÎÔ‘{©«µØO3ÆnˆöÕ¡,dg–_‹çÙd-,¹Ë’?Äñ«²ÜxQ§Õöd”é5Æ÷Em0ž‚íè¡PʰäÆ×dXªžg_Ç7Ññ¹³o÷1x -€³~°©ms®¸9 -½àœÜiÇ–÷ž§µo…J–(E[q5±Ø‚hoºÉ¬ôñÒ½b©¦õqo×F¥7º…ênÈSÖ ÎXâ &¹FùQ)À™>e(J…PôB¼_Ûñ½gqŒÙÊrÓ{p ý¨ÇoALÑcÍÚeO]»'úPî«Ïí˜KçÃÁÊVÛ³ó…¯FñcV* kú¡6ØQzКÇAK¾ýxÞ|ôcñüùë¸0C6áQ„mˆ|ü7aq ‹bßs“H5m}ªq?cƒ2w‰@n$F¤8Rc¡Rœ78yä¶Öl5æ½W¢óuP8›êItì °[³—ò«Óîu{ºãáÄîŽÖE3‚|¾€_W ¯ˆülHU?yÏlâaÍégTÇÜ’2?iÜåY™Ùâ5Ç#ˆàxX–—X•dÍf;¿8t2Û)ña#Ìú½Áp»h?öêh¹!Ú™š·j‡8TGmƒ6wí%ÞR?ò]ÀÁŠ>ã%@HÆ8\iÑ““Éo¯úXÊ]U䯤¹éÞ^¸vÃÜvƒB°^¢éØR`è×TM™ÁÈ“jfÿœMh]úн¿¿¿_'ÌöRh„íÅ¥(}(ö>îR¬–_ r2ˆF¹Èiuâ 6ûäGEv7*¦Æ\¹Ñ~UDZÜ/îÉìx©ÖK³¥,_‰ô}6¶÷êØy”äÁ µO½l:9¬{ls e› Z3’KUJÏX˽þò×ù'ˆþýý €v%,N#kŽr=õöj®ä-½ Dšk>Ý¥øaé³ö8:Y+È*‚Ì”^§Ë”¹R¾ÈönIyÕуìª]¶+j3ßr-ÿºZ[F¿´å„Ñ÷›Ï¸”ø,"È_ç€8‡°ùLŒšs© -ZšòQÙg1A¼iñ÷+lÓ ~èßÓì:+àË8Ïå§÷á¾2öµ1ŒŸT¾'[åiÒn— ‰UÃô^k7WGïO1ÕYóÀ8«f»œÚBôÏÍx|¯}¡q†ã8ü6ñTy§z×ÊuÒ>g¢ï_ÍøÔõg*[V+úâ\Ï[SRÁÜQÈå‚AR¢@wNî£íuO¼ßišnµâW¼yìŸrÍøU(5Îc©Öè£j«ÑÇ¢ýFòž›ÔåykõÞ«£ÿ§à§°”±©¨Ã²u½–Ò%û<,‡‚×_¬ !¶dËŠ¹\ô ;yÐg~Ô „m”ÒöÇ*ï…âs±ù:§ÎóH•IõªÕGÄɨgŒ«]S–ª_›Ìg ³ƒx sˆ4… äã %¼žp-Æf×s/Kßåsžâå²Ý€Ž‹Ú"¹/W'+¬X¾vD£7A±fÛ^¨V(øÝf'É  \u ½Im’Ϋp²¹ªÎË.[yð|¾ÀC°«¬êÏC¥ðDÎeû€Ê_Çu9 …óií¥ÂÎß&Ù¬‹™|b‘Üi¯2)hûçðØØ¾z˜ÊGÛeO7_b iô3V¦žÑ9 šÕð*é‘9h“)”íý«T^·^•r%ÖJÞ)l”øî‹*†¯S åxÿ;D•~€°¿G—ÝȾ(di -d×*ÐìÄhËÇZª@VìA6ÙwAf4È‚´3­ƒôI¢áS,Í¥¶á­Öº„·ÞÙ édø éT=hã~γšæ©±N{âe¨tƹ›ÅŽñ%¼×”~Sôšpû»¢ŸÐ|ßËoŠ~BŽÇ~Wôšä'þCó±?šøÍÈ¿›xœhƒ¬ xhÈÛp Ìäý-åEñ>È<¶8È·TxÛœf!Møû}äns;ÐV×h 1YÔ7¸TÞå%Ô41Sþ è9yd©~c«þä§—TÝcÍ  h§Ú†Ž•=@ž °úª°Üc -P+.ÃȾž ËÈ„`bÓæàÊ~Š¿œ×/ÕÄ–t]eP´)­}\ý~ünÊ-_ʈzK@Ã÷~`NñÎrð„?%œ=×H°œW*>£ª#o“¡6.?D'kw§É¾ýªc)ûzyóryïVJ*¥Ùòxâ)ÒÂÚKçÒ¹ø)"ÈJFôa{ ¶ €7PtèÖ³ß;‚w!À×Í÷Æemê×V‡}Ê_çê5¯FœFÎO¯íSlx´úïfÊ ¶ÊÇí©€½Žf 2çä”ç¶•ÇLJ.åÙº,VAôx|:¦ð%@ÍŽùÖ„ñ\ -ï92ºO ÆÇOoO€¿Þ;‚[(æ‰ØÃwØsÊ«3ÅšóÚh»—³Öæ¸iï9¥ -w»X•4¯Ú}hö·|o“g½V“Ð~ÿ‘²°°çbF™F¥‡ó[VÝ,%{õšžsftH7ÙÑ^õéåžÜ;£PÒù*Š×³É¬‹è’í›þôˆ lº¶aöõÿe(jñpù¨6}~ÓX»›¸Ûã”z˜ÅlíÞ‘¾r¹'r~˜Ÿˆ «Ð¹Têí–ýW—wg<|ŠñÕÇcÍíÆµËZ̬O+u†ÎWÓZcºÂCjü%ü]3ðKsí) ÒÏ÷û-‰Àˆ‡¹Úð@µÊ8’Rº[Ó«—25UÑ:ûKû†'C‰›ÄÆ'$3ìõd¬Ãóè¾µ‰'$нNc6ƒ'¸•vu„E©3£çn‚A\ˆ ÿ3¾‰v$ìࣰ[Çâ3ØÎÓW@Öb‰`=ªÖ= -i¬œô‘º›K6™ÖwD´¬\7³f‘WB®+¾ú—ÞÆë½­ckíMgU¬­î=£´,l¸Ö>¦soTâ§íØc4¥´GwzÀ°Oã½Ò Ûì¿‹¶É9¬œïý–3"áûÅFÍí.K ë ´ÇºœIÝãy½x#–媴­ê­S*Ö£öK´¸§´¬³hÂ,-*Ó2>}yïuËi"åu&g‹^•Öj4¦7õ6É®©/á­ ã9)Ø'¥Êgk0žÆXyÿdùu§Zv.ÃîÂÊáŒfÔ¹¢Ž° )³ô«$ž^‹ê—“õ-/žjk¹L–—ÖÉÍbi/CgÝ,6žÎÖÍ1QÇæCsºŸ WËbwøXVZ!‚|Wð#ìt†ñäP´W¬À64[’Ø*a±Öˆ{Ô´Q²•Âbn–pU»Ÿ^ü67«¨´¯Ë¹ãM¯–`Ÿìvä×-6ŠÌ\–Éù¾žÏÒ4¿GF…ZÚI¹9dAo1ðbÃM?(ðãAå5ï} ï]7ªÇpb6 ѯ"ÿÞo9ÕÕ :nèLŒæàª¨t•}ÊÕnûZVã€äÏÉj _D'3M©2*2«Ø€'è nf`Ä”±êƒ[Wê½öm¦÷|½è/`Îjj¹ ÀÑcÛ`r1\ó5ؘ‚¢°·lX®6JåÏW»“tÎ⑌b"¹V³ÌZÍE3Kï>KÍ’4ˆ,{ úOííÇBïÇs‡Nïœn°½Þ+¥u/©ü±+Eö;D•þ€Gm(êV (¾_ ]e§–¸:Ãn=ª)#® u+.ÙÃ%ŠN´ãyº»Ýs6·K2¶r§[8‚#%ô56…u0ˆ.ªn/uÎD»ãÜ2תý.ÚðùŽV8?:ø×:Øxqüž ½ÿ&tÞ;¬› O›µ'(§£¹:OoÚåA=¡c“’N‚ÌpŸ÷ÛlMåF{ýÁ¬ù¥3?¯‹ýXîàÖï×™ê2…ºí%³Lµ %·HÙñAïý÷8`©òb­Plúh| §2pLLÍQ@H‡và‹…MÕ18þ¶ºÄã—Xߦ"ȉ8êÓ}c¿d¹[¼³g™]CZœÄÌmJä÷Q]ÊýT¶(uæí±ôñRÊ6.µ¦Ü8UÁ¨\Ë»K­¿­/ZõÆùð#DŸ^‚é.@Qfrƒv]1ntuAñj·‡>/±ú*q"[ÑʾٻQM¯l¹º™/c€e§š²¿Ø´» åÌÖ±i7·n3åí†ÚäBËg¹µ-ùÖ¶Ý­Fü”n5ðV­ üóàK¸Ù€Xäû¯¾U»wÐÖK!½s÷BÍÉëif€Ø¾©iŽ~îIÆ›nJ‹XÖ§ó̾=®¹RГÄ~W{Ümk‡(®lÒ­]Nš7ŸŒºnJ@hÚý[³ß›ïï¼ã¹X3¦Ï±/¹%ÊÂ#yí¨»‚+jx¡z«)4ä¯Ðpzç°CÙdx"kò") `ò˜äb£}­„ôåA/Ý%Çl»‰VxŒ›¯ùµÒl›×f3Î8ýƹœ =/·„˜oÉóãÒHJ…ÇOA~T.À,¼Gìávï»Úe‡.tÌ-¡#ºæ0ÁÞ05]âçrKz®<¶ùkeÕ¨jS³Rx -A+ú%(ãÖƒ»x;ïxºå÷â~§&SÐ0•Y…s#5ÏIzM -©aü°KwçÄûû•”Ç›Ùæ±×ÀIÅÍՔŮX½³t¥òàkµJše[(wÊ•Ù+y"9(ñ½2]ª'k³b(÷VÅýˆÞü3"Èwr¹°âÅAº³ßs›-ÏÑò܄ޔI•.?Ê  ”.©¿ªŠZ3~ŒzFÏ[Õ;㺕Umç—×­aXòNíW©ŽT¢ï5ØK)¶2¹dá¥äÒ…ã$—-tð"^ˆë•\þ¼¨¿=Pg--™7c Ídr°çÏÔÈHÓ#„î‚Ì¥”™Bw Ò“®Ò‰…Rº)£Q€: õHÍ@*œl!îN5ˆc,SkÄ_4AÔÝä+-$Ëìoß+$†r'¯ŸÅD?¡ ïåwE?!÷÷{ùEÑOh¾×ÆSôšïìÿÑÄÿWÄþ¢·.m/láÛPÔ¬åAf‹Œ@6!œ@¶Š KL ³ÛÐ ýÚ¡«dƒ4$ßC¨2ÄuÒIœÁÛ m¤s5¤ër: HñJ‰ÑË©»WßJLÓ˜p/åþp&Ò'A> k!hFô>‹Ã`. ‹wi=¥. 묞Nd{Ñ9ÈÈÑ Èd£Ða“FAºÛm„×`K‡ã³ ÑQN ´ìè¡ÁT˾wÛ2G&iWx™RGó |ö0´µ‘¸ªõƒzþ,@ö¹€6ìÆÓc s¾À^à(ÍZì_?öZ›1€2õ:@Ѳ³þ dgHo"ÐÏz@QÚ7*ÔÆ_øÌÉÏoõ»g5S¾Ç¼ÆigkZ)S:jOe[«,NŠ—ÎW©x¿½áΊ·(Œçáä€lœ‹ÃPÆÊ ûr è~(È%–Z7zU6-Ýõ@/Ö_©¸_(sõ÷îô:;r]æÀºjÝê½;Á¼ë;»Ü%muw/Ä bJ¨úƒéývª¹ùz:œ.Óas÷Y¼#–ÞÀˆÞ®P;$@vRªÂ( -–ôT€õGp"ÅÛp~:ÀøÀàä»oE»QoýÔ—¯·ÎîìÃð¾´cG{o‰ÕÌÍêmÛ¼Vqczõãïxijßòò*£Dù,-n/á\âeþ³h^a%…Í:[¾ «  ¦ÜYAà ԼŸß¿—„WjÝ|b¼o×”»ÇM»1ç‰pû}Õ¬žÝê™i ÒT“ÖÆ,©ŸÞoxSõeijîžJÜÞíq™nïÒ™ñ&Â)`*üñ)¦Ø¿A¾+ømH×o¢m †7³­Ãýž…Ž=àå0 ðã²ÞãåûÝyíªQ»Wg óz9Vûuç•wöÈv´Zº6Rw,»V^qí¤ô’¡´%-v™u ºÈåÇãSUwñrâ„‹2^}šïýüO&ž¶’êM€Íîk€c,=–³a¾Âöüj»Æ»Âèq·¥L5j*cš0–•zYówÏšrd¼ú-9ê·¯™é„–é@Þ\î£øù2/Î,Ñk¿OüGº‚0\#›=­#ìnÜågÐz…•Ô‡ñdƒÌy´çó!Ô¤o 234`üe¶—]¹Í9bñeXãu#öÈÍÊØO§ŠŠX¹”¯YyR–Ö¦z^÷»”è™ÂDä þkÐõءʞö.Ûy±Û‚;\ðë^oöÞïƒýïÒ@Ñ« ÐBÔƒÍþ ãâ-€ÇIà·ç#42êsšr÷æÆ¾8¯»9Ë/}³ÇPõèš¹«’ž$«šÍG±bùã á*)sèRëçB¸vÂ^mN¯¼í’Ç/•åfžn™yÙ–ê–´i)+öýƃFbÂöo©›¢SƒÏâ›(ì˜AÖFß‹M}¨É¾÷[»V`)»´×´è†“ª÷˜bêH¨èÞ-ª¢.#ש3F¥Š™ÄOqï„ X¡nÙX=Ë'·yVS µk6±ág®‚¹Xári¸ÔWÝ>Ä´û#D•tëÜÞ¢ +•·jÜïÞï ZAy²K¹Çòag¯Íåƒi>ä»3=%sE/–‘O‰‚c£‡X »b"“Ž \s¨#käK1·~,Ç ×Fk5+f «•ŸÎ7‹YBlCh­Ïâ›æ÷!¦Ù÷ú˜öÞÁú¼í–ÏWIGÂèª5† ccß/Zâ±±¯sž ¥ÚÁŠŸƒOîX#ÅoS^rÔÑÙ*=ì"Lιc¡0¯MÄÞôù\Ž'ÝÇöcÓX?Þ˜Æê™ÚgP @Ñe1èn‹ý¤‰’ªÊ¶®Ÿ B¥ûQìAAEQDI}ÿ›Î½O¬{V¬5cFœ¨ˆ*«J~F6ä5Èüæ[¶^ëäú:†‘±šgx$ÖnóÑBº°ukÿƒz.5 -9Šö¦¾zoÇ÷!²®aYt¹{š%·ÍIŸâiFŽ^L£ˆ±#ZÍ1yË †âiŽhThŒÆ ¹þ¯øAÿV²WÄû¯Ð둹Π-]g×IùàߢÔl¾gõE%P«[ñdµä­[@K'»55CóØiE†¼"ß:{S ×¼gÏæ-†ëÑãÇ(7îâºL‹~»:¸-ïƒ~CØþ]Í5e³XýSüWæšy:ò ·- ¿þ›Ð1^urs~¢Äê¤Cé´õħjÌÊ©¹¡³çËÜysEßájÕqžK¼Õe¹‘yŠÛ‡ŽN -yT½aØ×r>Òo¢Bµß,`þÍ©‚ÐB8ö»ÞøS€ì‹òAöÀ%ð9T,€<ñÍ·ì-7àïî.6¯àQ sgTôÝŽ/í¶¾µàóe’+zkÍÜŸµ^2¹)—ˆ%°5®ŠÍŸj/òƒÓoüçE!B -õj¼t‡|æÁÏø  |zeu~ô¯s@£Åoî€ýA~v&Áòhÿè,´ÙYXÓV§¶¢¤vÔœ¶–‘퇔Ûþ~Ð_@/¥ 7‘4ÈÛãÚK½¢ÝPJ—'²”ðÇúvì[ö G¶·wº¸îÔÏ¥/¯ºJ=‡’]n‹“¢VšÚ›Dæ)(Ý=Õ;*˜Ùí¸ãð*+º‘‚ð m&f:,Xy3v3Xûl»Nþ€öõ+ÈmäoZè¾r~O77ÿØl¤ŽuÅ™þ ÐiúœÍR\ë.EãK±ð •FV¤CÃjLæ¸ß¶¼SO ´{Ÿ›£•Qgí¦íØ-Ú­mjǾ»í3»¥„ÝæêÛ‰&›^7'­ýÀ]ÿÂú×ù¿ä¨ó 䥹0öÓòI.9*û ʪYVwÝuªÁRŒÈHNÈGrª$:‘‘5ø Ó4aÈE¹ÀÉ”^íè$Õl³ºßf·7_`3ÕÇ´µŠZËÊv‹·’k‹¿ˆŸ¶Î DöOñk•³LxÑK¼îÂ`w¬t'Ëö”ªYނź{}éËÂÞ2d£´ÛKän{ß%˘ìñÂ{£ç­{_ba;Ùêk -ÃOËõðvêç˜aaZ8«0d„¦§TD]oNj™#þ)nbÙ]ùB’hDzHî¬ÝŽ 4‘m*mBuËæXòË-_K–4 JØ ‹Ž"<‹Ãª<ƒcKs”*ÐÉ(ó7ü ÿTú €µ `Dª{x£Žüq¯¢:‘=쾿>.ò|`Çý`nþ°p÷Ø@ö™~߯ÄÉpª(¼b(Ÿ-À;â"|½¼dEA|¾=ëµú)üøS'äò ûð—Ìoîÿ(ôdBïõÿ*ôdÂ{ù¿ -ý™?è? Õ¶ëÿ -¥x(t) €èÐ @lö ”· ˆZþð3_„jµÀñ«°wÕ8aÃYàe¥që|k¿]CK€0b&”8ÅÅÉýñT·Ìõnÿ†…‡}0¬i»? ÷û5 •ñý[û”…â6fÙ"dˆþpÆ ˆíZ9óœ|…nÞï\Þ²?g³9€”&ÄMHŽ•â<>†ëd”º»/Ÿ§ŸqÑ<¿žõmåqOUú—4p\͹œ™Ý¥X‰Ì? O®ÈæÉD{þ„á€\—þ±ïòJ €4@x­ïþÈD®eÜî‡Éð½H'Ô6,¼|úVS¤#¼rör_f#ž•+n\¼ëñ³æ^÷Ô°ÃïÁ+›Ö©>çL_¿Âú·‚¯PhQþ -…Êë' @€Ñ 8{ ¨)u†a€ÊoÚ€œïÉ8×?¼üwõþÊgÊ™xÆt qñ6oF·ÍµUÓ/ ö—j¦µ~>¬•û\öS1vûq0t»×sðà_ã»+.×.¢ôõ? Ÿ'(S|B™Æþ M9ø®nJq=PDYJ - .$ ž8—LÖ7õUXuqéù £êÐH=—K3÷ˆ¯Ný±šøG«R“îà!®î›åéxO%DûƒçYö+°ÚºŠå"›Òæ»âAþº<økWý*B£joÎ -=o³€òV=m3+5Î!È+t"¦Ûü«TŽ—Ñ£Ô‡ãØS/\-|îÅ {‚_ QéÞú]j­ú"1Ò> @žoÆäáµ£’sìS®y˜+듊Ue¢Ù¿â›mû?ç€Ê¾ P+ …§oÜö•Ùò£²±t‘¾ZÐó¯ùiÈGO3VŸ­qǹïR‹0ÄÆÜQ»N‡üe¦nç[|åÏÕ*þ §å½³:5¼ÇÉÛv茦¼e϶Ézÿd¬å®ufæ¶Pÿ€ª¾Éô`·G€2«EhÅÜà!i~—2¶Ä()=× BïiäâÅ}oµœÛñÅß®gÐ~^9å¿õ¶…IÞKËFÃåSwÞEŸìüxØ»;Ç=¦¯Ö‚6ÍݺšÓÌ. -”ÍAÝÀÙøfP_ÿÿz&`Ç–ò1 >}(4á†PáwE[ú¿*ŠNGL0ì>¸4#y+ÙAlBÏâ¼ÔÈOá§äèÁÇÏì .V;ÈÜ{~© ìòÊP-•$æ'‹o¶9U 7nÌÖ¢KŒ×…qzø{ü ¿€êÂñŒò'¨¶óYvU†¦”‡ —éî’KíǬ‘}vd©{' —jÖºÔbìâwI;<÷óç¡ØâbK-ßû¦¿ÆwF#,™ƒ€ódÓNÇ&WM›Ág´^MZ•÷ó‰^ }-’ÿ€@eJ'@ѳdçv К3þn‘·ÿA“RæE«§I>xjÂÞNãÇìªhèîÔÞxž;ˆg×ÃUfïVƒ¦»T£m…ñõ³J¹¡Jµš1ÙÎ9#7IË«\5MDÓerOFê'öxÕ\9pžüëð{|…Pc -ínÈ^¡çF?“ ȹ'ëU•ÂÇsËëø}°›´‚ óίu¸ñÑ´ã9çwç {eÔÈ\wänŽî)\_F…h%'©”þÖi}Y1-^&CIšê -ñÁBXäxʼn¨Ž2Ôöð-ùÍ….ü7 1¼ -r5z -òdÚŽµâõöÌ 4œä…úõ®ß&§íÝ]»£`h*QÖÛ·[÷Ëvàï‚õUšzc ËÍŒz.SaQ{ÝMñ]ØVÜ^ôgÒ|~i7zýμ¸ë1£æà¿2køà¹§S€æ™:È›Pæ dG/~÷KÂ#s“Bõ¢7_@KçêMëUx;¦Ýµ|ã|õ¨Ó»>+ó’1êK’ÖcWc ܺoÕ_øAÿ:ÿ'j[‚B»½3È’ù4lœêŽÅdNæ÷» /÷¡¼ýÊ`X:wÒ3Þõš|PQd³ïRk›d8ò¯+÷ޝµyÒ_#û8/#kGÒjìE|é‹Dl€œnÇÍæ¤DÍ Ú>W'=%S† K@¹ß}ß¾BO°³· Ð“\yb-¾“ôöÉe¡®)µ~]5rR8¡…wœe2¢•„¶f:ù…iÌ;uK_Åù£Ú'ÏŽ\lNm1ö~ڶƃùä:r?Áçƒõ…âP\sõaþS, Oƒab’ÿ|…B{ŽGОërY§ òý«GuÔx{÷x›=Üø½°ŽöÆÁ‰7Ús穲͑ÍÕ*âqSËi[™Æª5kTZû‰°×ýÍ R¼¸ýû›{õU÷‘í×9¦)D«T¹_[!ùþâ’ûÿðƒþ­à/*lA¡‹Ùd_»ï -ûzHK‘!\µ{Û[Amz -OÖ,GƒÜ³i³)]0·†dTÎÉBO•/ë…'.¾{Ø-\f#¦/oc”ŸÊz©û†°ÚÄ®ÐObþ]G²ü›;s|‡¨×yã])ó†Kþ€z÷¶°‘~Wžtà ˜äú*IOn³ß®òÚ¸lЃïùÕ[æ…ZyÏ_n3ï=‡«ÖÆš©G{¤È -U[Jm,ÇÞx«ö#–Søíí¢ó™nÅíY´óêYõaîí (Éõ°RÐé¡ µÞëmÕÚdK³4êî -›f…€u.²¯ZøÞ§ñøùƒù©ïñÖñ–Èß}«SçAÞÌMpf­N‚†ñ“±2ç§³Ö%™M¾¹óƒÇ¦&ò»z]êáÛœÎdžˠŸÏ¸{žËæ|×gçî§Ò®ÇeZÃúO¥ ÛZî@v€„ ב)÷­¨­Û·k‚±ç}ƒäÜkˆíl£òسa,»²Ž\ÆìBzùY’\ûÓ!­†‹OÎa„LþÓçÆ3aÒ²Ö-p™c·0Ù' Ç:˜ïwÊrOîÌî¯ag¦ºÂdg¶htø9d¿«7¨Ïæ}´Ó铞!n Xƒƒ1Ô­=ù÷Í}~FV™æˆV 4]›¯[·–HôæíQµSé½â•妕 ×¹­‚q§JÖôöãsõÛOjöi/ŸÙR»qº}ßF †ÅÆ•xÑ®Sþü²ö -õƒäWÈÁñzÂÈ^à^¼øs0œúd?ü ÖæÁ×2ºÃ¾¯Jö!#3m3+:ú¬4.øZ¿› UNfj•³íæK°Éáµd yä°íN*fÛ£M–MÕêíÖ.Gj-³E›­íñnü~п@c"ß -jñ­ —¬J¯-Wb^ç»8 ûQÿ&mžÕ–¹Bûµ£:ósÜ‚“@ñxÏ|ÆŠ–F>IñYŠ¢»ÊbTl¯Žùïžõ›S‰cÓÍ©ØÚc±ÑÚ¥S«wK@«÷Öó-Ô«õ˜Ã²´c¹÷öè)s| ÊtwâtLsÅNΔLÀ{ûìjÖÚ2l¦Ó ZüiTaœÂ’eŸ0g"äñî0¤;x2ä=Cü MOݶš“úkðˆ,b>¢'»Ó¥¹<4?ÎvçÖa£ã(»ÂÔ¯–âpnÖJÓïNTò¸vã¾kªX\kÕ;‹c£­Œ-k -Ⱦ…ùö‘!¯»ksR>F³¦çe‰jHiâÑm’ʤº^6eb|ûW|߬ÿŸóK3mI®ßàæÍ´=¾-®6µ›àèNÍÌ-îƒMaÞ}îËÓs߬~w¢búBæÊö -רÓÑ[Å.ËaKžæ ¡I‡áwSwV—™Óò­Ý7W£¦vÓv­ž©žª‘5}Tuáª2ø›¬$n¿±bÿÞ°‘›ž2ß £XÝT—ý…Þ/ßl8SIº|Ít<•:&K -ŽPúpr™Iµ“ÍiYƒ7Öôf"å‘&“|­ž -ÊU:Œc`1åguÊæ$Ê\î3)g®ß~0çW%ì®Á«ÀÃÁý8Êø!ZÅ—7·]c®óÅÁdQmÎÕÿâáÇsÈÆ}S ù®{_è{ö³ó-Æ™”ßõ`•ƒ å±^Uç"¿bô½kùã:a™£ÍgÉ’ŒW »éïâ°ºÊÉç/xšŸ-Lšq)Þ¤êó{ü ¿ÖVYŠ[ÉÏŠ«´Ð-Ê“67CéÜ`RöoÓÉìû<í™|'ÒŽ<Ë¡¨Ðô¤n¿.7¼a52‡(®(•Íq -ÚIô•µâ°²[¼åÊøÆ`_Ê6^/÷ùÂgfçdnzÌUŧվr…XÝþ€( -À9u °ãôÍÝ6ƒÏzlÝþî—„ Ô)ÀÈó >ùèN¥ºÇZ=-Æo Qÿ°Œ ¡€å¦ÀêÀ °ž5Okã=ÀÄÓéåUD?.ÌçY“óýuø=~/ôdÂ{ù¿ -ý|£pì -Àúmª•»R8ÀQ½ÏÎT›À Pµ'@ Ð'ÉB,àdPøgôÔXíÿ¬^üŒSHˆG`SŽƒpÄo½h5ø›švLHcq‰%óž÷®|¸'í‡ùÄ 2U ~ÊL8Ìvï )€ï>]€kÍÅ7‹5m€9 h¬á½°N³°êz°nv°ñò -ñxLmASªË<Àv)‚$Îþyýì^“JZ1ŽÎÏZÄïìc³¿YluólÉ¿ÿ -@Ì?P¨ém¶:Ï}"€?Õ&±^ü´wÎG)€º -°M·0å°Ø"k`»ºCßé^>‰3©RÉ07ª$d|ì¼¼¾&A‹Ïžyˆ‚‹syD眚Óþᆹáö:a«+ Æúï#£|-v¿C¡êÙ}“xGX·­ˆ0½Ä"ÍÂßÓ €µIâ(ûUB>ŸÇ—§—¯>HÅçãš‚xUciQíÄÅÚlÑM> -z|}.!×(2ï.Òˆ6NêÚZþáОŸd à”á_¼‰K€œ¡ˆþýÍw% -â}"Ñ=± u[ˆ¯œÈ¯cÉ£à1£JÏK=è‡zªN¹ò¬ì#®¸ã‡þ̯î 9õB¤Aœ¯9ì³?ËKkëëwnåîðxñ~пü@*cÂÞ}ááº[Tn4Týb*O=ymÐ/Ñ:±qiÏN£*™¬žuÛ9<ô÷ùvµü w#Î÷T‹)…æ[j…ÜÖ†G/o‚=w/çÀ9žêóÊÞk[þúhWGªC9„tðoñ÷DR†2+ßÕ`»¤}@³¨‘¨Ê|}dJMc ;¿Áæ<93ô!®£ççãˆÐáÃf Î3ƒó“zÌý¶¾×\lnÇ{ûªí<»”ÜÖ¢“ú쟧µ×´M}ߨÁn}3Ö[ô¾šý †k÷Gë“[Vs=Ýù²É«°ûðP(ÿºê^ÂA6©°€Ö¢ù+¸ìˆYŸÃ»Ýêc·Ið¬ÿ —û6éûï—-¹}e¡.9N·ÔæÈØ%õçÞü”Bßìªèsk!lfË_¶ùæÙÍà£ÌÖâñ9]•µÃ@¯‹žÖÜñ­Âú·(o°ø¯P+€l¹Oº)üJ´•ãG‡Ü?;åsßS$(UÂê™±Î=ÿ(G仲õxçÔ]Û'ô­Ðín6ä1ç–}ÂÎë³6x­‹˜…¯‚#VYUª‹¦·éáÒà’žú±£ŽšqÆà¿28I 2½ÖøêW¾¥¦B¡]^‰YÚ|ôLç|;-¦©Ësz(ú»Ú>úHd߇i÷>Åò¶?sFΉô•|à6ºj¶M¿Ln3ó>KãCÑ˶©·U¤4á8]éü ÊPÊ5eïˆT ðêïHQ„ŸÌ¿/ÓL¡ÐÃ1 è§×I.ã¹µ4̸ê–Ì#!9¯ZÎë?‡pëßyÁb¸dbòÁQ2NÛ­¼ªNuu ,{©îªÓíÂn*î7ŽwåØÉfꤔå)váæÅi«1»å;Õ™|•þ?è_ç€ÔKØ‹Pèb÷€Þrü+1´óºùÙsËc«p|±œ«* ÏS÷Γ.Õëö³–æö)û>ÚR[Z—­ù\[ÏYEG}EÉ’‡å7§×^›óq=Í”Iö5«Ö×”´\£-qÕ]WE&Ò -"sÞÓ‡ÜïeÎUØí×6 ÜË6Mœ¹1ÙýA_U‰>ö×Ïò&µôÝEõ›#eÜ *HÅZó×¶Ùß}c–ŸŽuýØ—µ")4––f ‚œ‹¯‚©Nß•ó~ÚÙ‚iš×Ó“Þ®ŒûS3?¶ww8&íå‡ür¯A¡Í½ ÇÍT›f=rn³7@m|wØû<߆qNùñÙõ‹ŸÌ¡ŽØù}¦­5Ðm6’zëê¼?Ô:Ùæd1´)q^¾»‘Éø0ó§#w|ÑFٸ⠞þÊõì`^dzƒ+W!‡ù ‡}þ+~þsäi +^t-Tâo¾eî»'±#ºNTkr]ºæÒ? ¾{,¥·‰ZKÊ6ºUcÚ­gyµMúòltIŒ½Mð3B©ý}5õk§ÕNˆô\ èÂååB MåFšò@¾Èü€|î¡ÌÓ Úó ¼@®ªç“Y8h?3ËöÊ[1–ùó'3”¼ìG±&F{4ÓÂ6–.¬ô}ª±´˜gGM‹›iM¥7ímyaxY§zB<Ê -ü¦•xèL›|êX øÔíõz¼Ð3#$Û3Åöƒþ:ü€J»KØÙó6 óFò]µðªÑµæ}¸–kW­T¬Ÿ0ôe»ºµ>TófŽq"µ~ÒwJÛ v°W.üìºýéIKì>í1-Ðݾ6¾µùô¾Ôë¡NGê¡0¹ÃF -¸ƒ[Á¸ÁøÜàúg©Èõ†ú|Ÿ•ÙêN@ï’7¬s,عp»xy6•%â^ÐYûÀ(o}ç¬"oSÞù/ýƒ[˜êrSZV¶$ujÅêØo…ÕA}jÔxßÔ¹!ßïv=Ç¿1Ø[{ÛlîA77–nNwºt\hviæ^úªj Ûò]XçµOrí“Ù[QHÝO<Ùºz“ûñGËFí]µPl!mg]Ë^.‡b÷­”Ã&}êjâ:·ô뵿/ó\vd—;ׂÍvf "væx°í”ÂAÐM m‡Þ»ÓV.W®}k‰_øAÿ:ÿ'jôÖà¸Y9Ü‘APÉÛ§­Y-…¾³\”žÖ~s­›âr,®_·ÉV Ó¢4,?g1~O‡o/{¥úša’­¡\.' -ڪαíºLá {°ec–ØyÀXæ±ì²Ì4YíÐïý`çõ_kwè—{ÿÔÚL NéOUrëԛݣÅ+éÄ”*cÖ`j‰¨cAJ_ÈÕ—=g/Ñeê¥v÷Qc¯.ŸäA[ë«v=6r­wôaZD›´¶×ì7Û]ï.­n0E[™ Óf¬l¢¶ÒÍÉô²3eÅÝãîÌŠæÌ£|Cuj˰zHp0‹F9k0ŸLûÕñ'7Y(­Ž2鷺ë©/Ô÷£%Y=ö‘ö{¹UûÖQ¡GÂnò­OkWî-ÄÜV{šå{i/˜>_?0}ñþdˆâ„jßM¾9ª­áý[Á_ô2·»hi}ê9¾0s”³°¸V}µ½)sýîGÍU&­E QøyÚÑFÓÓÂ’GZÏ×úèq»â®ªetšdÿ]ñ€Z[èK¹1ÄGy5]ï‰7ÇËV¹I7vÝ&Í×g3f™s±{kˆ·iˆïWâÍÿ×Ûh2ôy¿8ý忥$ËÄcÅÌumh9G!¯D“Yyf5·©DxíQóñàG\ gFæ»=e3Ž=c†ù¾Ú¤ïÕu£}¾z°ërk÷¬—?éLín~×P…‡K«¦ö*#G¯Õ±Áb|ý=N] -¥ð6±Yܖ̉ћ­WïPZúñÆQt:3ÌH&Á8÷í/F£ C¼KrrY¦ÛFÇη¬aµÔôfnµQˆz°íZ=]ëUužßÚŸUŒ¡¦WÚTh•?§Ò¥lŠÓ¸Ì®X™+ök£ú_øæŽþ¯‚_pé·=„ƒ2Ù‘AK\Çîz¼7«¥Ç{íßUkÞ™ýìñ+ãL¦·ÆYyßëådU£Ÿüz¿ž*¼RÎ\¢dÍŠ¹VÊEg!4‹d$qOwÆ… óQ -ô»kBð»ßãÐ(NG;«NŒ%±Á9?åÈÚÍo‰.“Žk×ådÙÄÞyˆHÇglæÐ˜7=i+×­°¨F¦µ¬ýáªÌѹuI(¦¶EGVÁ[^úå»ùÂgwÊæå–« ·è¥Õ>œFÖIÉê“jö°ç›ùѦ҂ní[œü¼íšâ0·/4zÝìcûB‹ fT­¥r sùò7ž,{•šÊ«C°kåÌ©Ó(aA©U$évŽC./µNB.عJf?¦Ua+fõÑ|F%'Q¦ QÓÈO ­I®²6ÿ ?èß -vIz\βo­rZ:¥SˆhÕˆO2c¶ç k!q.Äi² ö#€T(>Ú@ì¾û½¢%<€˜€¶b - °Ñtàô:ÌÀëÉ]%9Tºj2H±ê+kßç¿ÇWæ ·Íe¢éó½J—zBŒ€ÖŽ @âjs&Ä=ÈA@r…^$á»ÅÜ @‹ù%Äh P>‡Ñ´¯¤  —€Î‡MO¨Q˜%‡6 çü á7õ×8-ã|hÈ¿ÀbÞ°çД(tô84"€¾/4@=„è„™4'ïŠ| ~T"¾÷’ÿ@5Exm>œTj¬!–€ê @Wøöè)ôªv“Ã<˜$d*³x{ä:>Ù#*ӓ峯T”Â76þ?çG¨1Àð#”’žÂK…” °¾ùغ˜Ø`Èô#+5Ïðzd Щ ï@$€j¬ + MiuL€žw€¦Œ¹Ï÷^b›J¼–d›U}‹+C‹®okû\XÂæÑ‚å]Úòïð\Ê,^ ÌÑîúÐÆðå¥"ÀQX[Øü¬¬‚Aî ¾Sè© ëü¹•¥WÉÁê’0;'dñø|¹·wê5Þ¶²/º»jÄâ9îGA©(?ïµÊú1ÅÝÝÙß½ž3ó‘vÃÔ¬ü{œc&c°Üߨ­qú&.§þHª?ÕFù5À’ñ`²@Á÷J2Ðhz|nÂÎ^t{¬ÇgÊ=Ä¢ÿ¾Ä1ÿŒ‚æ8Í“=•7éæSÍö†HÜ,ï‰l›afÝØÎ$ý *oÕK1ÍÏÿ?è¯À'Ü`³”YÜÂo“3 Ú -ˆ _‡8LÑ M(ù&CÃC_“†Q%RïEgIQÙ¾¯ž*™³W;?"UŒzÝÊ<šqB££l¡qo“ûIÈåž«Ào·×>6βFj~ô±dϸ Åßàªí¹Â¡Ì‹°Dªy¨}—¯­ïÚý¼ÈRÏJƵÖ3¾¦<,ªxõò³Î€ÎƒÉ>&wCH-ÃÏ1·¹lÝ3§Éã&ÔÏ .Tà(¹z@>¥á•N<ý,/Ã×=NsMËGá´ƒs~g˜ÌÆ¿ÀM8ÃÃìÜ6Ó„±½R_S€Bªm@åVóÄ»\œ8Ð;g„šÈ£e#Å{ꤴov*?üAƒáì%_=/m\sá\¤~ézÂþë,oØé‘CË'5^ -¾þ¾-¼”`ëG|ßSÓJZ´‹ñ~hU‰¹ð{|û‹'A¡q -õî;@Óßu^Y@™«. øâ5kÝì¨:·G{î!!¦ -Á˜Ê·.³n;=*ÖØÎÂgÖ÷­·¡H×K-›7wט9œÉotTf›Güq˜¦ì~aÝ.]qßèf†æ³8³#ßàwyG§¶ -[eá¼ë|mß|à˜KNÎ`ãª{Û=¶ÕÎ5´='LžqþR¾<þºm±^šÄ…£­_¦ÎQñU'›I™‡©TñùâänÏ6vÊ.‹K‰ÌÞ¾¡8’¹I¸á¶ççø 1»°Æè}lþ ¿ÿ -€ô)Àëí?q[Š^½@–œåAÖ©÷^ׇ ?ú²¹óûÞùF#‡÷E |ÊãmÅP¹åиý}{Ž¥û–rÅý2~.÷Cu¿[—G'󭮞涇bf7¿jlù -25ܙ¯ÅZ£½š ٦ӵߤùýÎÉ ±õPpÙ¹_tAêÅjž‘¦ä¯B -k¹W¹uHNëÝŠðPf\t&®nÝ÷Ö.É»ævA¶{žoQÐ\m#Ñ6ÜÓöbŒuâýŽ2‹üZt³‚~Ç]-¢Ì2Éóµ%;(—~@”-hOÓÒ¿ouÇß {Åo¢-éë -¬;ü¨þ ·\0r.õí>ö3‡r¤³Íœ­\r•ÑæÖÚ’ì†4äÞúœgFëÂ|¨¬æwu£ß¹³««ùòS‹æ*®éí»d/Ví†çú¢ÍÒ“Ôü/ü ÿ €`=8>}ý› -þ] ¡þ¦Ì“"ftŸ27 ›£| ©Îî´ÑÇw×ùtÒËûW˜*™=óU7|1€mluC©¶^§W¼ÆàËéÒÙKõsŠ÷ª©·¯jŸ…åÂö¡ê²·Á¡cðˆsóóôFýÿ‘I”“¯LeªÈ„Ï71´ô’}ìT„¿ª¶xÑz%Ãïk—c.¦Þv}ð!vÝç%¿qm·².ÉfM‹]ŸY¦FD{a½®}ŹŸ$…j¤W²örn`?¿ÑQªAÍnh§4«°¼t¿W)IU«øïˆÁ -•é ºýï[ÝË OR1^Vdæ~È¥ºÁ\[ Ïë+ïÅ#žïâxÔ3jâ›6 -ÛyA×–Re™–¦5åxКrÎδg·Î½?«X¤,-ñîVªßNqU«¥§@sÓ >§¦Ðði[™gþÂú·‚_Äü.©A¡ åûºô1ý]ˆ³­–\-tõsU Jï”ÙºÊñŒŽ­uŽÝîb¦6þpE­1¯±¯Iy1Uáœ~åÊUi¹êSð@ÚÓN>7œìÖÒr‚|<{ÜŸÖž£ãA'Fǵ…Žñk”ÙÓç÷Ä:FŒ‡2Cû?ù–ñwŸ§¨üÜ¢•ÒíŒï*Ýé1žs^HŽ\6ö+*W“pÐ!éõ0}%Œsªõa -òYËgµVžvɸ<&ÚðTÌw†ye4\;ñfP²Úð*ýp†`ý°…¤¥~á=(µjà÷€B#vöùwÉžøò]5“ŸVþÁ—âl wzÔ9µC+pÞÞÛ1Ò†ó±5lù›s¦­ž‡VFKjä"‹Pô¼²~åÄv'(ŒÉÕ2?(·µ‚ð|‰ ¡9¸ø¤ÒÓøõãæòì~•æ×{;ÇQ+á_Úùõ7ü +Äá-ºßB¡ëbréz&~bCòNŽ—™K<½¿?ÛçÛ)#Xí7¾4©z0*8jŸ1HÔˆ¡ò¼iå¨I¿`d¡¿_\Œ²Ó›çz¦ÉV{ÜäÔïqËѲ‡ð)—³1óÃYÁ éeœ[ª—‘½ä÷DBJ€Ê>W°i -Pæh˜þ®uSARWuZõN»;qrEš%ì×ÜjïéÛ|3ë_ÍóÎKA¿<‰uß3=mg¦{{ò^B‹èõæsŠë«ë*Gô²GLË®Ûl».C¥~ v¨îQ©£Ýáãóù=`ã,̵­ߥ¡ƒøqðž—æ¢¶:!kzÙãÀvjò9ee¸a}{ -VãµÖÝ®¡¿ß;èÎ"Ÿçõxü9CHÆ9º -úÑšþô¬j6ÕõÊ.Ñ¥—éjçÜ› 3/:RÁp:#§:…ã§Ø• Û³öOøAÿ:d³9ÙÖʹ”s½†-R9qØYuý·r‡óÆ2µ§é½ñ‚¡.{¼Îáã…JO8sþLG)½-_Ƨ<–ÆóÎ#‘÷èN lcâ#¶oË^©­ô\[e¥]eH›}€`o·Ñ®lç¥v¥Ææ~@žæPfïïv㤶Ž0õ¨ž Ãì‚äTËœq†é[²¿©ò|•z¿Õ×è‰üèWtÉ|dw“ ÿqÑâèñV~ëwÅ£yn/œú*J†Õqmî']¶y¦åV¢-£?û´ ¶Ïü ­µ×kµ^j¾ö{J¹Îâûxº:¿ -õ¡çô¨‰só™õ)Æß—’o+ãùlŸWÛ‡B,Çú©ªÔØ„Ÿ¥Oñì…Ý#ԆˇchQ1»—ûÂj7ª÷c $ç[«3Ê¥ZÅ)¶ÒÝZ—ÙÓW…Ùׇáó£ ƒÂr¦gH}¦—*vÿ?è¯È®fË«’fú>Ï=ÿ‰á­™£´ò+Åx¼êŠk ñrâå)¥.v+3¤4d'çÇ´?Ôuq*¬$sÅôLmëÜÉh™ãÅXúüÌ z¯ ^d›Nxj4ÏtÒúˆÑ¤–fФàôªá3ü áÙÑïñÈÌéÉióyÿ‰à½ðÙxçZÓMåò–~P}¯» - ‹oùÕшÊ “k!® Wᛈ^Âq¥>·[rcØêÙÏCŒ]­™ÕC«qjeÏ ‘P’Fþž¦ ”FýºÃGæº>›—z™¡ÉïûûÌ©ý{\ê׸çzÄR8,™ÑpÏóÕñF¶#}w#ûê¬K˜òú¦ÄÒÀ R“y”#†ì¡‘H¥[ìÞ¹!|V¶Ù“]oaË<Ó¿¯\£p> ëeàÎjjç©×꙼U¬Ùµª ·¤Ê- -âÒ„=ŠU/ÙT_<ÿpvq˜)=§"õúVZË·Eä0\¥‚¯æïLN{É¥èqMw¬¤Ë û^ü„º>ºj=±Ÿ=gâ¦ç‹ÔËɇ¨F;®$«Ti“Ný›µÚþÆ`óä°œ¹òrI(¯v»EgÙy@\Ñ¢£5Š¿‡# ÐõÝœˆþöÌ«MáÓSó*Þš} -¥êô4<öБ^^É}«ª=)ŸÑ:‘έÙÌA1òBìê&îkõ}ø¦®ËæØ<—,I ŠŽ2y¡gü*LšËtN|2/µãb¾˜®09™çz¹ -fŠô݉–?è¯Ã¿Âþ›7ÇêVX3â‡Sý;ÎÌÙQžÒn™®…qC¢ ÃÉ¥ÓNŒ)ÛÂÜ}»qVh®¦²2WIì¢ðµXö2,a2*’þ´0iôæy‰­*9™Ë.iµŸ^e#—0³ ?P†Tõ©v±’¦¢$$Wݧݠ쫬£ƒà2Þœ¯›hiJ/0jP*Ã'º«Vw9ÖäCžîH]nä2U&£ P -km¾Ç “ú€ÈK­&“»dŽVù¨œ{™J|§J~®zý%3w‰!„ºÔÆ•Ìãä[`“®>EÏp„ø=ÚÉvÒØ÷A†‹ s…O{k8 “(OqNÈ(ß|~-G 3¦V ³0<1éd<þàþ)€Ì£YHjÍ„z’m(©î¶©á>@ºr £™´ j ê™MìºÕJp[e¾€þ˯Ã? £<Ús ³^ÏÒÌ®"N]€ðv†È‚ è0 s;NA&d¶Þd>MÒ"R¡+iÿZSi»}€Œ ¢¯Dñ-€,ŠW€lÍ7@¼" !Õ’~Ý`<¶¸×¨%ubßåØß Jš`zú®›y¹P¨Ö€BŸ; Qê«•ˆ ´¡d0HIØAÜ€°B - ƒþT®ASëÄscšò¨lr‹áí†í;@Þ$±½JñOÎqÍ×h6ábÿ-õã<|ðDWºÎE³s®ó¯è¦….Ã4êûµm`cxx·ßínŠPðj°sßl[d¥²Æžüö”ð,@’lÒ8?ïé-ÚVbßÀ9±ßÂ+!ºü••nåx"lt­Q|T²Š£ç¢ˆ žÕ æ¿èýÂú×ù_è­Uì^C€ì³ð*Ê -}3g€•ü @?©2@ÍJ un PÄ‚&zÑ/€¢ ÐYKìdÀ%}c=Nˆa¨|££Ytý=[ö+«ÍÎñ‰¿½b¯Ñ<Û¯<M8p>ÝðÑ¤Ž“ûz¹†t*„ÛCÿWLy€øohŒj_þfAÈ`¶>žv•êè#€ÞÍ5@ÕèœòµÏË…Ýý•5õZ|â.Î_3ãè:¯)Ñœ¨ôÙÚÏÐ ÏÏÅ´šÝµÁâ¤6×?rNޝ+ùÐKžã´×æ_—ëd¹£^NþO>ävyÁºõ-K!ÖÍÀ¤#zSÆç¤oÒåÚ¤>ýægK€ªÏøXÖžâ#¹Öà| W;ðï?èe6 -?§U!|}*y†™jz)$ǻܬ==ZápqÄ»ÆÖ9Ò‰çP³òóà·<ʾptË.ÆÚpÿpy~·ÒéŽÙiŸ›_4þ†o¶íÿœL¿ô¡Yo"À÷Pô)õÍ.½.¶Â=ãà9¾÷ÊM5ð³’}‘ë»›ÿ -//]:"Ç>ž§jŸ.¦X¶e_† Á.>Fâj) Eµªèm·_ÊÅë¾QÙ¤w+ª˜ï‚ÑÛö– »érMcäÆ#;¾•ÿ³nì>ˆ[e漫^ Âlæ×Ny~9^Sö±m?7wÒ”¯%QÝŸ˜ptr­)ûtÆRûmÏ^ tÿDèì.~c•]«[h™›s·ov$m¶ÝÓjÛÛfÍž=7ýK–6ÜÖ¦½éé7Ö7/6*ú¢ŠôêãÿWì÷ž«ƒMìšr€,ÙC@ÖAÊQ³Û©ß±Þ¡ˆ1+5c²ñö™ŽçøƒBøÝ_lTLöMµ™6»YÛ¢“Û RBÝp{RÇÈŒáZ,ò:ÿ(lW×Ýúº*c$¢/ä}]Ó–Ze¹^óõ}¯eÕ­Jÿ„ô×`€B'à ‹ïëÒ›à›ÁŠ&…2(>>z©R¨Ë^+­æÈÿ,ëºKâ%çPR±ë~Õ‘‰àO°!bf-Ú;b5_(=Œ6 ½Æøp´Ô4µæ¸­/×gÝY²«r¢nß^I…]¯¸À•R› ¦Õ6ò¯8‚ î©Ò7;ÐTø¿Ëp"ñ;~w/Ep"\X­zŽ´à óÔ‘R¯½¥IÁi—fýp3ªž^ë"|ôz¦„,9¤ÔOïPT»‡YX*,øÇHVœÆn« ’b {í#)Ó»5?÷bh±ya}ÌÌv—úWÀ:‡ÓM‚´¤o~  ²eü»aZŒDÑeCÞñ š½Þîó©ß;.µ½Ì•Æu»gož»p›à5òšëË™–mçòYX‡&ª kJž“²L‡µö\êÎdzÀr—3¹ßð¤»{MKê$Ku„H‹Ñ -y‹:’Å÷¿ 9¼ÿŸ3ûÈŠP¨ˆ#OP!a– -Ñ‹Vï>*ë-çí¦V”ì¡Ïn@LÄk¾§íK›pá´0¶kvkŒ¯R£Ñˆôåe®ë÷ˆR×ñÐÏipL†þý"üWÀ¾8øoøn;ú¾.-Ý_Áõþ¾ÛûÛ㺠WßÊnÁQÆp¼8Üx–Þv„·)žýþª¾F‹Ý&»ýÆùj­¹Œ6Ýì]‘ïGo:º>Úÿ -$li~Z6Of[ôœk‘~Z¸n[)ä·È…ñj‘ìôÞ" cØ.’ßû´2Yo²W`¿lvs‰êòðd#­‰7X—Ôý‚x»m¿†˜C\­®µ»ÝÖ-ó4™¥ójZ¿wc¡ò€6Ì`߈ÎòÄq/¾º¹¶åõh:ѧÙ/÷rÍÌóVof’á qÚf¬ÆéLÆS‹Çèî7Ž·Ëó¯iÕî®I@Ï"R½y FùÎ=á}ï8 nõ½Ø]¸µúÑ54fO:·ÜleA;ŒgÊô!è³ ×0VÃN~³íâµÓ­+ch…K«c3‡§¯Q—Åô>#ÞüÚw‡êÍ¿*¢º›¢ºëÅ¢Ú60ñVTbñFö¢¿P…¤ ²¼´xÊ9W>(hfS]§çN/Þ½yz–wb›Ê  [µ¾`äb¿®Öf·Y·=‰˜ö`D™’ÿô—Ýp(’“âÌf^˜ìDèÜœÄjw -õ}ýGÅa-¨Ê³õ ÙÝ"7)A㊸ •(ì~ˆòÿNðB/|î>Ó+³>5O„³%¬Ûqølºó'aøžª¬ŒGäê)ÑóR.È©™®ÚÏ\[m3ý^ΘmÂÿ>-Ø,œ3šX;n ½<\®~-¬~-34/T/=îóR îóîÇÜçš.pî•å>©s毙C4¾·ñŒâChó.9¶å„ýt{G¨^{s+ñAÉ ¯Ø[Ï'Qó©®[|äŸ%åºKøÞŠ[íNðì6Kã{_‹Ì˜7‚¼Î#ð›¸-qyr­»ˆs­8®røag˜º3ç7õ.Sõ.~(Ô§ëö5¬ýï—¬ .¡°mxžÉ7÷>ÈJ6Zx¶Í‘Ó“V K‹þZëÌ+ÛæV5¶þÈ­·€rçõtÏ@¬R»go馺öx!NSí>GVÝY½·Ã¬zï¬ßêÔ2@˜EöØe%vP46](6wÒrÌEòYæÂ¾¹ðCüëƒÛ:ò'‚çEwZ"šöfø”,¥¥JëåÈo,kN˜Ñ“*´A,ÒõkÖC™µ@Ôk¤H´ñód³úb3¦¥¹nŽ¢ë€5¶€b2s=·çÌD?ï˜2W¾1e8Dég¹Q‚mz–KºvRžtmWÏC(å¿â,†<(¶?¢Ãž­mú¨C{Ì _qCïD 7›(Sʉ£áycØýW:÷0¬ñÎ7%hÒܦ›E9ª¬ìh™Ë0•>V¦éaÂÖô¸"UcYUŒ§W…WÍ…8½+‰Ý€–L¶bMJÅRbwÿ+¼ìœ0óln÷”Þ2ü&ÖТZŸÍ6Êx§Íóƒ;ìȱ¶Ñ»äî³‘Š·Êö‡h,¹©#`û‡W?Nø3s×owšAÔ ï…¨b rI»VÉr§,æÊäS«•dúØ(QaqX<®æ«â€Üâ@èÅ\òIóH!ÿ/üÿä÷LÆwROonTj,[C®>{øòx×êe•{Ý {ŸMw(—jµ*ÏV[4DGæÉ#¡°—ÙhDûëdRé´b)œVî”R«’\XÊ€ ìÂe -%¿å§Rþ•ó÷ $ÇP³Lö}|Ô²\!ÕÈÄ·ñb9ù+ld¯7ÌѤÞ\&A«>Ÿ”¤ò´3?„r'Çx7y@:_‘l“~-r‚Õºå8êRÌ3÷…V¨-[x¹bõg•ïÖÕZ‰ -`ϼ¬Î\¡øñ9ßV›Ù÷¡×ÎÄ禜‹½Õªöfi{¡®ÒÖs~ˆ”»~S$û"ÛløWXÙk½±Š)§åíIe²IÔ¬r‹e¬k)ƒ¨ueW¾WžßIó ;®6Cšþ,ýJâ¢Ü)LžÅ£–õ EàÁÊÚ©aöí¶A–ËIF,”0 -{†xš|Ÿˆ¶i8Ñö3øÝ1ÿÔ¯bLaRG—ꪱ•~Ãñ'XDÓ}¾€Îßm€&Â`”¾¨vºMöˆW £~"˜tÙ±j½}åÐðHŒÈ z À -çÖ7nY, Vß®ÖÉ{/ˆû`“ Û|ŠˆÉÍ‹ÜÆù+NPæ'†2}ªóßðro¿˜ˆzßR2|Ð`è+Ëô<ëôY@ŒwÃÞW€å…`Œ…AÄY€Iõ -À†k"êL—¦Û[€Ù"¼øâF±=±˜üàéHnë°™œÞåÂöýªUnxÀ¶¢¼¿Ú£ŸWÑòóÊ?Äsóyæÿ -€ç°>×uñï¢ÑWñÉ;€Lk/@Ï­øWüäq°*÷Pæc"C…¢R êRÁúR§w1>ÞâŽùLï57s?ŠjÖós,ŸŸè•ij‰Ý{´’½§ßfõ¦p{þzÞÜ:ב’]‹9iyQ—[÷ì§óáé5ÒǸ³-…ǃö¬þµêµj§òÁÖp­ü“ü@ OvI´Èq0)ën€´¼†îÓ!‡@(¥ð&¼ùK§:¾xšLúlÜŽµöá:r+Ï‹º-‚³OˆpTžiu\<é¾FCGÍm <–½DÍ©žU™f½nrOc®\YöÇ¥÷ùVTu®ùWÉ~”õÌ_ˆL$bÓø¾Q:…ç -Ò RèPã9ç6ëâ›¶bÖ7í|ó‘^K£ëõ0_žµ£±=qiîì%v>ð°C)9t²|ÊuõaÉ¥â³?º×Ö>ŸŠsy‰ §T7ö?„=ÝPá.ÈjÔŽÙÅåm¸,V-`ÜóV1Ò ª¥E:ʃHßçß¶Òó»§g5ˆ«céá>òÂq+¥þYוÅ-‹›CÊݸûS¡qs®Ú|±«“6µÓ>óòŽ1=n»Ê}:[îÊN¬ ¿2-1É?L Ÿ&AdŠçÖ©} Ï¯ÏØ5ý?Ä?ùˆ~VüOyQZÖLm¬¿¹Ý¡³Wó­×‰Qf±††”fꄆ:òWÀÎYAŠIA¡÷Êô{þê÷©îŒÎKaä·‡Dx/.GŸs,<òÞ^ÂÖßßÒ—¾Í×™e]žÆ¦½·ëÑŠ9¬*è㲬ŧ—®‹díÐôB %íãö­Yuúú*­æíº{Ÿ·;Sb¶?høŒÊ©·kƒðCüë@X(T«¶UWæßƒ8÷ Ûcüw½±õŸ2þñ¯þ£œZùYê›®g®{ÛM´›©ÇN__©‹¹Ô¡½ˆåþI3oÄ7>¶ó¢×œÌSèlmfgTyNO½çSšæ˜²ª^ð਎n[D-ªÇd¢xRiM_œÙûßë- PúZûù}.){ø/a׿>òeó|Y¡Øí˜â%b?©µ]Ü™¶¬¶°çÚZ[ÕòÆzÚ‡­†…‘3“1å8Uõ»:zÕÃɽ> &jìǾ˜ðc í Gïö ú/£÷ø–%ê‡ð5Œ×Ç_Hn"‚te,}/_€lú°‹æ`÷ìáö ‹Û3r³O‡“R@-j–¶Ö¬g~“Ò&ÊZ©S=š,WÚÖÝš3ùãíÔñsÆþ~êÞÖà1ª‡Ý5©*3°ãλ&ËEÏ×Åž–J'“½þ гø_Ë ªZíïFF(´û؇óËÖ}ºþzseÉztüÎÞè!´l©\ÎêœÞ¸\»òŠv{“…é ó2[«×·º/XÃo=‹A«¿=)‘ôÝ{„ö3µr^è^ÎwòjïZJNr¾Û¾Éy^¹ô.϶÷WÀÁ~‚2o÷ìšÄ".x+Ë·…žöC\Â胠ïeÔÎyÉ«`‡Òï´™%óìz–fÛ:È´GZkͦBÒ'sN1†a°QœÍj+©—Ó+9Þ¹;KÂN 5SãÑíp]“Û¡[‚÷ÒaI÷Üaîö¡Ã–óW€ -€*b]Ø9YýëÙUS·s#¿Ž{~ÑuÕÙvm¯·Ã‡µ ã&€ÊŠm g±ˆœ<Ït¸‰:í5´QÜo.íAk-ЬÑyñŠÕæÇÔ^Ú<šO©±¹`ª4+­]îÙiIáv#¡Cù,¡lç ¡DËù ?ÄŸ.êyŽ¢ºŸž¬öÈÍ2Í3hu…£óᛇó%Ût–dy¾ÃÔìÙÌõÕdM3N^7Û¯¥{dg:égãP«M‡-Öú>¯wµLv)%t}ýC´Ú3Ìiî_õ{³§ï’fÏn–šÔ8’ÇòvÝìÝ–·f¯'›½JkÿWÀuH@ÉoöD÷¯t"ÕOÛI÷²çÏw¶ÔÛYš9´2¹cLÛô{ið“ô‚”÷µÙhþnN`·îNz¤î•YoF#³öÿÌ[esÕÌÔh»1ØÍoM!üx]¯åBK¼ -)£‘70ÿ‡hä+—+t§­ã_ÇЀ™Ùyp/&ìÙËõcºñáÜŠlr¶¡Ò¬%?1iSzÆjU‰ï 'Ç¢ó<;*¨ZÇ`á “¨§æ ·yõdU‹‡¼ŽZûòGmœKs]¼eç[qòFïbÙV±ì¤‹Â³»j óмž²ð˲ˆåLýþW|×Ê‚ßkb]¾ÒÇsŸhýPˆwu§ ì¶s¹Ó›r]fW‘äÏuÉ™ºóS Âi­RO7ýqyp`fuùAªB'þh’D›nã2@bå°Ÿ Z62 kû–΃# ÿv†y~ÙÛüRWüRÞ?øe ùwæõþ+à¼Ùî~À¥Ïâe¼ìhÏîéí¨¾kYkjÓÚ7žØÕã>y9â6×0Ã5ÖšÈ5ŒÑ’kÌØ×h¬>?×@Ÿ¿"|L+Ý+mèc·vfÜŠ¨×m±W¯[ýŽÏ®_Fµª·Ÿ«òìQ“êSÆu¦Dî‡òáüìO­øÓ5–Ä÷„¹‚e÷S–•MK&’À5?«>‡™`Q·ƒ=DÔ;ì2]O‘4Ϻ‡´Îº›àÁº -óaÝfù+îg©OCká>Ì¡p_³G´ëÛnž¬ÏÑ€^6¯Ê||('j_QMæðº?oë^×ì^|IANQÚÕ¨ÀïÄ'YA¡Þ½–õ*¥6«PÖ”U2h)AxÿdÎ;`Η4ÇŒVˆÎÓÆ)<“}k䯸¼YÚëë;ÆyØÜ>Ímn ›] ÛLMŒÙ‚ºRõ,/TZ(ÆVm,‡YoÕÅYr'å9Æk0½á•·^-¡&`óR‰d 3Y¤§§I,ÓÕmsNWOѾè“w-°kÙÚ¢óhÖØòqSc©‘_ òCüI~ÃÑixôÞGF¬gžK1·Š« ­/RQ ×*5JÏ\\™Ñk®÷é{£N­›bmÄhxµø]K:Ô³çÝé‡`ÔjïY{­sa5:–ЪÀt²•w銹§¤JS«¬ò1+˜¸y”m´Œ—ílȖ۸ʷÑ÷W¸7Cgmc߆>²Õ_aÜZw;ÌBnNJSæ6§FÝõçÚôPéXn2¹^ÓŸkCQDB•'’Æ^fç%­‰ôº;o«b)î¾l­SÉ÷õ:FÅãÇ‹9Àäÿœ¡jñ…šÈ…6_æïöç¿;³0?í¥³…ÃnÛmUxc>ÒX½S>T¦´ËŒº3íÏ÷¸‹-3Tx,8'¿õMIhh•£.j¹/b¾¶luÄJâá­r§ètJruÕ/æ¢î°PLøI¾Š³ZNëJFöíMœ,—s®c "*y²)ªEÏ* Aa¡8øƒïÞÑÿÏÿƒ~¬ó› -j×—˜TgÓà–9 jl£Ž] Ÿ­’P¾ˆkkxÒ+ØËtÓôçªbª•”;…+Q¾ «j¥@_,?mV29­C²K9.eÄ‚ ¥T,:Ýa,!%ó–DÍû€¸Øï~?$k¼š«ì1mܼþfáàsËd˜ªÍKò'÷CŒ¥Ž÷Ÿ–ÿÑØ¼'é³Ð@ënýXœ?˜Jø¾UNêX¶‡}·D=_v¡Ú»œ¿Ëí³ËÞÝÍ÷DY“å%mÏ·”ÌUïdEžø´·õ1m° ”+Ï>ˆHÏqˆg™2 1ÿ -€Îy€Œóe8ú;,@1£á+±“@º üú!›@¬aˆ˜æ †]€È @fÌ - mqñâåyŽbˆ#¼8¡K¥v@«ì ¢³h±!˜c¼C«Çö3/Úû~ˆ}…ʹÿEsS(´ylB$ -@ó•@‘ëËȾ‰CÜà ¹Ð¯BÜ-¼—Gj00šºš&¯-·¿ïzFy¨€eÚëUª¾Z5†S€ºÀèñbâ\:G½bê¥oàzêãøWÔÓ -°îªP¦bÕêcߨ5êÓ€çk€j7x‘TÊêi€ÖÓ4Ĭ ŽÚiÁÚÛ°vVä¢Ô1?½&)€Þê€F;`dYŽw÷“ÕÇ.ê-Àñ‡dæñ¾PÁý=:žnïâ`{ù+ú\æaUv*ý¼á7 -•ÀzÊ`jdL¬]† aÉÁ^wæ9ˆCÿ{/of0ÌÚ,Ož!š>À¨k%dl¹\ܾõj1©®ÅÈÑAD¤e˜» í÷Xp®¯iËñßY6YøS>þ…âŸ<”g@¦Q…ÊŠPh4jœý¨oww/nañî ÿn/¬?kLÁ'›O7qsÝÈ¿o‘\¦^õi!áÑ“á@±aOó¹7ý¾„•Æ{ìèÃ×#ý„ªò„ë‡|ùþÍÚû¹ÉñÑS¼”ßOdYx=¶áÿ€•E¿ð‚Â|q–‘~÷' p–yÜn¤ÎM˜¸3Ûv#ytPîßW4³—FÜåõ¨kïWÕX~‚@~¤‚EÉÌ‹©ù¡>nø«¶?|‚CqýDÎmïÇzpOgvà‡¸N;p˲óè:Ü÷^Àø ºÏA¡Û=ÿÝÚûî^~O\>Áœ 1?d¢ÃcÈ„ù¸,½‹Â(Xý‡ðÃc×öùüìü„î›ÿlðÁç±=¢ÄC”s"/ÕîÝÉD¼§ù`p;$¢q:ƒãe§¾ó?Q?ÓéÁîTÏ ŽÇõÒxz`Gžy¸‡åðÌawa*’‹îø#—j -Ö>76oÎ8MDö}^ø|££ÍldWsé÷Î?‚ß°[®1‚B—Î7”sÿê;ßýÀ~¨öÔ0X7NÈ:©éÛ£«ç€Åc¼ÙÊžEvÕâÐ>5Ö®[èÛ.¥ÎÎ{%ÙúÎ¥uˆâ5"ì»ZÈÛŸ§w¾åtw ‘×·5>Â%„|Yâ°þ±–ŽÌm¡þ6[·bðþü–Ô®âQf¿›Ú$–sßÓ#ŸN|äÏ×ÛRžO»m…·Kù…]èl®pÜ\óÜ!e¤ý`eœR®7·«%e³Ófê~û~­/[®¾ ,Ã}&–Øÿ¾MÞ´^BÙlékqgÛñ&Õ˜8ÆÎ?Ìe¯Oö7(Ù¿Ö…TÇÿ pˆ«U@r](óØé€t¬è€ºÔÜh¼©]ƒ Þ¼üÌt|»Vç!8&{?sèÍBÚ¹µ¢Æ.xÓò– ܉…¨Ó…Ù:jÖÆÉî&µºÜ ù㿌•ÇÖÃ|+·Î_-v5©`òª”ì¬ålX»-k’-kCǾ¾¸^:«nüßd_¤½`AºbtÕ6u¡ûnX}žO¤©ým²pŽß¼¼”f‘ûñèTÙ½ù3o™²/mö£|ψÓõ°Z­&£ÃvU.‚Ór6K=õàUŠõÅn’ZD¤SY¬yIûd…¶y7Ïš™û¼5èö‚ù®ù_<ìš·Ê÷×Ìa@zíËTýûø¹óZí×Ö£ÿ²Ö—×1»Z÷áWcÔ¦›âVTvìÆe­Æú"òªüêõ—œ/" 5üšp´MR8k K -æ»üû!æÒ5*Ìö•?ëú§ÉÔc;îÔQþÔÓ•pš½ÓOõ<ÍÝ ŒO¤š(3&eÉ~qƒ.YãHë÷"ÉMÏ‚òÝÏïQÅÂÅyÎë`Ç/†YÓÏi#ßÓ¾o~»vôº‘U4s¥Žçí­Íöz3KšîTÉŽnÓìÙ‹ÕQ1IOn›&=QÏ>ì‹í¤ÂtËçx>‘¯Ð¶œO—ßP¨‚”…0ßmŒýï ÓàÚ’15Ÿ¸¸£ëü8“Nز¯¹£äv°õK.Ü¢7)½ézåÕÃÔõºii–vëþ3—Î)ß“Ú&j‘/&ª:µÆOßòÆ4s÷G¯¨Šê 0Œ’¤5¤õj¸~-.§ëP9ÇARÜx¿Ž!ÊLJß'¹(½Ý&EsòÜs\ûòÆQælð(çÉý¬º¯æ×öNˆãÀÜ'Ü(¢Ba©ã2³hÔ'Â<µ2¥i¾xïM*Qu0z7¯ê0æË¡° œ…¥®¬ÃE?„b§¶”B*®ß»XS…´n^ßmEù—ý -8oö« Ý“9AõÁkµ:v®s%ªœÒ>áèš>ä‡ç¡òŠõClñŒ{Û YùõJNx®ªÆ.³Oµ1™U­öhù åµáJ§ˆÎú2õYËÇaÁ•s·î³7<¬{ß*Ý©ôôJ4µï•r§W|W¶Ýû2gþ’ïº_òññ5ï?ú§ }Ñ/çò©U›W<ù.Tö3A‘w¥²6’q1Jãð³\N)jÍK¥™4U¥Gâ˜],¡;DÞ‡nÿÀ¾äÞ5ßu« -5ïhÁj‡¥ù¹½||€èvNÚàÙN›;‰f{…,·íåI3 –¿¤h§(â"¾ƒ–Ûü!®Ïù³tz阪 %÷ª½ v”'¥-Q÷µÍPíVÁÆyëpU"æî;“ŸŽYžžÐË74׃†ÒKmÚ½ÉqÞî°µ»,m¦ÚDBNÖ²%Õ1·…Ç -\_šÎK7»ýØ"ÊáºEPy³%U£%Q¥Õo)3€BGTËÇãsÑ—f6·R: 3XÁy•—¹º™r¦RÕ&FÙbÉï&ÐYÎûèlÈ¥²ju]+ŒC“t¨ ^ýFGwzM©Y´:ÍýP6Ó7CoxSlßPD5häPŒlä²O±‘Ë]— ¥Ål -ž7ý0³þè‰ÿ/ÿ M•èø¨×Û·ÉóY< µ›»RÜ?ñ{a÷±™ŒE@Ù¸eUÆbç6.s¥lFêS|ãÕ1[â/ºÚâ"ÛÕî<÷CHɧ'ÂyÉ•¹ÛX/êEÇ¢°‡¸ùb)ÛK ÷KVKùŒ.ŽGW,Â'W²ù¾[öµü0Ü•ÆöÅ£½k÷jŇ…~ɶ½IeŒ»Ö¥VïçCÒ[µÙ\£NéýtŠõž“úâ„ wö+¥dïX¾7OW+íMP¦[é\kwS,±"<\a!̦Þ^˜ÍP«ÝR?ÿ„òB¨°½P¨ƒP½‘îo7îÃî«p6JÁËÅâ¾æÜ‹;ó=.˜öD­–3¢·@Ñúdm8}t÷Æ1Y‚Êi„Wä@ôM¤çkG²Œ®T«·GóbG© ó]ŽçߤÐåuלñú¡¼ãë3çÁÅt çbç¸ux׸˜h;|õ.|Xÿ¼—ÿå£bâŠ×§rþOeº“-Y²×¦U´ÜY5oL“¥ow&:ÞÚÙésàI“uN™¤­¿UÎxõ,×êýW§QVA«ŸY ’ù"f£ä~´›UnCšMN<#N|¬62Ï\ê[z™Ô·­)[oE¬ÞÚï·õÖúãý~!]üS•‡Ó´Rrôî½´Ãl Zã›kɯø.›Ö”LQ—Ø.[M²6"T_¹ôŒ…LoÂ]§¹Í[ʲrkTXíÍGoðáš5“¨ïôs¡N¦²<ÄBf÷Ï”aÙžV‰YJ"é‚¥ØÏŒñ\~ËxÆz÷Ó¾ûþS•©zމ,ï’ù¥befry½°¶¹Å~t#§>ÿIÆx–Ž$ƒ÷gk¹Þ[­JÐGîàñbÞòÏlŠ{~#h—ºÓ-ùl?—ú°™‹”aNËÍ »ÕSH[3¦PiºôÕEôdëUé‰îLér -±jYÊý ?ÄŸä”ÌFE÷P%;æ“ê6Õ±ªÆÌ@ŠúN)P³;+`$¥Äƒ¡py÷"SŽ»Í+^mS»C«9%²}±~ѧœÍ&+öÈL·Ì8=8ÓÓÜÀ¯ùK¥øS¬iÝ%Wc*”RcϨ†­.ÏDªÊ-‘N%ãeÅèÛ{×ý ^Æ¥as¯’ÊÖ¾¸ÕÍD+Ks2ËÏGJÀñbØægpR//™õòNÇÞàÒ°2ÍZuØ6^Ô庳Þ-þ”®uÇz5ʉfåÃu•Æaù¨ ³øSÞÑb¦ÜÆŽl™ph¹´Ÿœ—¥^E:—zpFø!JTo@øË…Æëß°§ ²²³Ì„6‡}­¶Z·NEM‰_Ô`^2ÌÜÞo™5S÷ö>èž[å6òc±[°Q¯9½ñC0S’l×ê×i¯b5¹a¹“ʨ%¹–Ñ‹ƒzÆ*\Œª[‹ã{þ¾µã|•Ä©œïŽ™œ&'rŽÉŽ–Ù÷=A<ÉìûZ.þèñ‰I[`Ók]ÌTԘȨK3A‡ý"þWã©qjVÞú^ø¬²>ç*4ÂŽ«.AÓI5]S§\¹SläKT-sÊäïæ¹žóí}#»ìwAgâóN¡’»7¥ZÕ‘¶uörI’ňHeÐF"R,%ÿ†mÊö£vgª:©Hù)#Tðáa”‹d=Í<Û½‚«˜¿9|kmmê¹ y¤ýÕåò ‡zìäœK”Ï^ c.zä«èÎÏ1¤f¹ÌèC%7:IÛZ -–ÙGOß]«Îw×ê•Eß·°…ÄAj€ˆ¬¸ø!`rÙC¼½ß°)ïÆ´¾ûL -³*«¦FÝlȯnËÿ£±¡u‡Ç{Ɔ¹Âe­¾D¶PÜÌúÆj (®½ÌùÛ»öCd—½ñ<#æ™…=€ž&_‘¢â“EŒ¥®‰ùÇ´….Ç/kž‹ˆtö1߀m™Zb%@8Íßâÿ!âd:KC·:Ȥ„Wâä‘bã¤7â$ÛÄ z\Å FâÏÛôãO˜ÃâŸçâ$ÑqÂòð:v!ljLâ¤Ñâd$›q¢q²Ì=âÄ^"ßR®Åbœ„¦' -/Ø1Dw·„ò$Æ’ô8‚ãvôR?À/¸o)˜ ¿¡ÛR S‡ZE)N¶'&e~K™«ç8ÑÐ8Nmænå8ÙÖø89-:aœ¼JP㫳jÛÉ‘ˆÞ ´O¤¥Ô2ø´2äG1®²Ó¨ã×´ðÀ Ó?ø!BùýR@Ú'Vë Ö§õù+¹ 8øç±.¶ßsR¾=Ri¢¼®Z``³-$€Èá ýÒ÷=VÈl 5ÎÜ@Lò¯çCì€$õ\¼µÌzLP9JWÐQØ×²Úûf—ïB磿 Ükñº‚³ö2ºÂ¯×õÁÒb ŠV…8 -Õè1@™‘Pü Ê!@në@î¼—xÖ(öZgK#Þ‚‹K›Ø‹%¾CczF{ÚÆ¢NæCoÒãˆ÷y>ヒØmúª¤ž«`Þšõ ÿu6×¾>š¯~ÔÍ•(€>Â7&ZXOhLõf  AíÐíùÞË…÷²rq›Üv¢ý4EŠÏCoW5Be4pÂ\Ý:¿Ïñåñ.Êïð]œ‰øK}ó¯Ê.ú“ýú¹>{ -qÛx$†j?Zˆ`=°Sݼw -$´Çþ$ÿld$PoœØä]8Ñd>üæ0âu€×ÀîÎ`ÓˆŒÜ«*~ľ/l¡ýº÷øá«âçtLŒ€Á»Â;ç/ÕüÃç*Üû' ì)®ù'R¨ò¼2Pî)f©Ýdçn]Ï»s¹ÒÆö2Á–Û3\ô6¿Ve>°î%p¶YþÆÇ‚—ˆþlˆYh‚Nbgœ -ÃSAÇ^÷°’ 4“†ë·Ýl¶ÙhýÀGŸí½ó ÷Ô†½Ýþû–ÙÍ‘ëiôÊ]‡%ž¿Ljßç÷Ï5ò Ÿ3dw\í½÷!N[os;X^CÝl~@ÍNÖbVe°.â1lrRšB  OÊ[—p$ÏWM«'x}Ï{HÕAñÞ-Lù[_°º×aË]®×»v)—߯yf‘ι֪œO §þ<±“ùç¸zÚ©#¯Q´gâsù y;ÍÝ3ÄÖM;ew¯” {Ÿ}D–sÞ¼Ì?ø!þÉÿì’páćÍü7”S¤ƒtl—H Ièo*†÷b -‡ËÓ·çBŠÉµà9™ó «'5ŽkrÑó>Sgâ5‚Óâ°“BXÊp‘½»—K7ˆ¯½·X ûltÍ;g·Õ°o'{º{FÉfGËô~û®ÒÎv‰TvÛú–2Àœ8 ˆÌ:HNª}>—¿§7d¨H‹ªó®§¶$‹ý=³ó.—é* OõKzMuW8yu©²ÞÚçh½ïŒ–;Õ¾ý®Àq —QÂÝÑãÂmûæ†ñ¶¾1I+nfiK°Êa6`ibžìlìùt¿Iå¶á^ZÖox!…O(ô}`¿ûWv{‹h4ln¡Á¬éP2®å»w8~rGÿЉnpìï“bƾëny§U—ÜvÉ.ÛV¼¶KHÜ©iµ.K³U w[-7JÏ7\m‰2tÊ×ǽ*­ót¾Ÿ&ÛUiáì¿Ø-ÒÖúÐÿ_¶9M2Eä@JËpßw*€ª›‹·ßô§-õV|f§§x8Úö‡ñu_Ðñ.8 óyÓz^kûâ†ûp:F¦v®O×ýu¾“1VãCÕ.Àà¶œ¾ìxY]f2º¦ü"l’“E8÷¬Åª•v<öÙ-ø<±ý pø(@v -YJZ< ÈJ?>¶wó"˜6¼“aïÂègåˆW*Æþ¢sG›žôßÖÇ50“àƒŒ‘M5Ê««NÔ—5j.«*ë 6=Ñ™ˆÕ+A²\²:j›Ö)ÐD™˜o{+zŽŸJÃbN ocNd{û™snîfΫ·ý €M(ôÒÈ‚tOÕä·^z~Ë ›·ÒåÆž6Sµ{È¼ß §jäÝ­a6žf;P“ï º¹mjU>£}á«ÕÅÊ8mcVZŠÕûs©ÓžÎ‰”¾žuûûý,CïÓþ˜ýL³¥sYÎ%YZù¥:ômâb«Í6ÿ…âO;ç9Rô*Ò{[ï«ùìœÕkT2ç¥rÞž ûÉÚí"$e[ø2{3ŽQ3^M¹¡××^F3'Tq.½ìÚ,=ðÓþiÐVÏÄΖêpoÏ'·J¼”¹ÓøÉŽÂqmígG/q.^ýîbôš…ÛÑË,Ù#F6¿qeίE@w!0ôMå:ãräyuòS?Ä©±·Ó¥|Œ·ëa³9⼞Tè÷’™õ-ñש99{ç§ÊT,«…0 'åçI×.ÛÎè5'#ö™Y ×4·òoã90yœ ¦Æ šÚ0Ó¶‹Ý Yí¿%”)/ǹžÍßOiº,6yjD6éíµ±¿ccvÅ"Ó«•1Ê<«šVôàÕ­?wò#|:YÔä>Ä cz>© ãT¹>HÐtkЬgûÊÎàç -‰L¬~O:]dÏÍ|ä\f[••Íq$ÓsCö>&Äs·ú ߓޯ -¤±öÖÒH vÉzêÌo/Ä‘Hø!×҆~ÅÖ‘®IÍgúZÝÞözt%ïÚ®ÈD³þDAÕ’;%ÇL÷”Š¥lQ±Y½ÚïNV®Bû‡è]Ê£q¯8ß­ºêûsèø|ãÝ¡Í[®£Q¡Ü­Üïß—BcF¬ý†ïÊ€ôzÊú­j!­•Š©S“°‰Ã¯¢ûiÍýü»88¬Îà$»1[ÑÑn»°RñeÞ“ó¯iÁã?ãWf€ 礧úÊÉ«XêÞV­£µÇB{)k=)>§’1ªìZI¬ß[Ö†N·,¯&I¢Z‚3Œdì;šd¨¢úþ;†"—»ç›yŽª1y$+áŽË)ÔÉ1ضö]jsâûÂz -ÊTtSë4.Þ,·ÅŸ?ÇÆ?Äh=”‘ô^‘ý,»§º³Î=׿âRQB!ÓÂU¤Õt*­q³“ÜÍÆAª\}â‚6£¨ÑL]j¶Ü¬Ù õ7|ÇPÚüêµDÿió“)]Èñ%ûj#Dw›j ˜}ú†e:Ë,ÃàÕ_lÊjžÑ-G}àà6^ŽË¯a3ê}ª³Â{ªºKµ£Í%Ó’Ž ×ðÒÛj#«ÐßÏyf ž™»!#á$ÖoD,¸‘ ŽR‡‰xæ3šxNã³ß'øLÙoeÒ¹Kr©c[µHw<á;Ô˜åÜR±1y4Þ?ÄŠ½›E½™m-=©Ì¦clMØòã4B6é§r „P.Õ:ŸÎr ã¦[DãXÀ3âÈ{”…{>%wÆ -jD®„ÊZ= -W@x¿_à„Ê& êG^þ‚굿ᲥﳇO§<ê¸Lí«^•Ü5¦[ÌÌzA¼ÒÑCo.hJëYu~V¬Ý•Éë$.Gfskº/ô"ßðï3‰]¶.†Òv2Išrìbâ8âÒÂÔgJ|À x>0…_Ê’_ÓGž¹; Îfužñ¸!ÏÀ™‰gæ¿#TWxõú°…ôqÜÝŽ)wìÈ){e㤵N0è8±ŽYêm~4ÕϬTºT&ïûT%ûŒ:p¹áº_\{û®þˆÏm,“4•f#Õªó/u€ó¬o¸H‹ëÜšmvn-}tN ûnýsHúÇÃÙúg®õëå=¯š¿ãI†{êõ©´GùVú bz‡ºaÊÌ©]|õ>¬€vÀÕ‡L­ë1áÉLj´fØA?·íöKç´»ÂÛ«6Þ6¶ÍcÄ阽ðËáÙçÄÊÔ?¡êÖ¢Y«·¤³ToµÓ:N^w¬}‡¬í j¬­a2ÛÉÓ*ÛÁiè#ÿIþ…Û„V¨ã.º§Ý’3¥lþÍe¬Þéš6ªL×·E>ž]=á1nÜJ‡a:Cål.ròó ñÝuï)· “7GHg!ÖÌÃæ‡àù ëÔ·Qtb$òÙ²éá.ϦG5ñê‡!Ó̆鰀ɚï2}Î÷ºô)4'ôp¢ŽÃ9š©Ã@³(‡5ÙïéÙ)&·¹ÜjÅ®e™g¨²wÿ6ìY¸'kz÷ÐÕè´Öûœ$¯zõf©~—„wÄ(œefõÚ]3G—µ™|ux¡/Á5¦Çz9M—Ú[š.u¾çÃÔ¥û²6}Îﵪ¦–jU)ݙ쨪õÒ¿âH®ïÔ~¶²r;ó"çÍãÏ­­!µèº -27•ר½—/ýûc{è"ÖËþ!ZçæúÐT»h,¾Îq–ÿÍ~Id³àÚ£ÕöbR›O7Ë] ÷Õ7*>ªúù„Võ W¬Ö—÷f%æÛÓŠAe!ÈfÊ »j–›½M¿Œ&›ÑüÿäÿÀäí¬-Ðã¼åZEc&œrú.‘3uòãæéòPÆãàØÝ@^ÊÎÛfƒ#OØd£„ƒÆ^š= \‘ž¥Õj8šð•ØïÀR¶RXÆo½äˆ]êÊ[)¹$ÅëU(öõ{£˜í¨óbvÒ½ΕF¾0<^…‹+¿Áa?VaÛáÆ¥Í¤ž).Í4KAë¢ÈVq²)¾”+ž¿t[ÛKýçÈ߈»â·íœ[÷Ü`n·Qûny¯$ÙM¡Üž6*%JªÕ‹¹^¹Y(j¬œ¯¬ØQNºËý Ýì’až™Øqˆottßb2Fï­dĪnQÉ«RÉ;]ú ~ç0óg¦´âaVËUU|bpípˆ·.¸ó®ÔÿÌ·â;sYsö £±Ã« ýZ+»ßp¨ü,Û#ü]¢|.«a’Ÿ6"Ǥ¨T&>½³Trƒÿˆùo&M†I#E%¹>™Ç›QJë6~?¦}hpé$>fkxµ0ëüƒ⟼•ÙŒ+kÖ:4ï¾'Õï&øÁ©²|öøúГ”òÎõà¸æ:LJcJº4©Fîlù ‡šßpèª0æT#_EëfvÙK쌘wªU6¼"M¾åyÜT/D‰wÌ?/t9y|w­>IDd¤*DÐAD¶3ƒðwˆX¯_ƒQ›â¥ÅþBPSú“ Cùv zz8CFá=G\fÞ›º{E4zFÖÆ•¯ôK=úc®=Íi’;Êr”¨PÖøÔKwjÝvJ®³=âb½dü¦è#$~ÔGˆX šÚÚ€2Q¢|ãÉôƒjÙĦÕ"ß'H*†Èâ¤Ê"¶µT ®Ÿt ö]:뫃)3°ôÉDïñCÄ`vŽc`Éx£| žçZ |”‹?T·±ÆŸ*¾ˆ?âØ†Hñ§?Å Þùø£k=>n\*õhG¾¡ÑXL˜á‡ø“ÄI& ¼ÄN6ÉtHÀϺi¨vXŒ?‹@Œ?mF°ay\Ή?¥Ñæ^Qüé -ð®&&,tòªÆŸu‡èKñg€ÿãž‚ë L:Fü‰ï^œ¤Ú!„ŸŽM¯XޱÍFÐDÃýZ2½iÂÿÿUh´`}Æ3(3^áðÏúOnpí8©Y“8ÉQ›8ÁFGˆè'¸/Ïï²qÂÕoœ‹i%ÅÉ0Tâd”WãD¯âdwwâĦo±56“ÈÞĹˆ|c•0“Êñï|–jý¯Ëk½ÆÃw󯈱 -BŽ?ÐÿF‘q*¥ÖwT’ÎéqòQayÏ×=N| Þ•ïQA -ßÝPHfÂÇVàHqkñc¼šDN‘[D»¼‰R†µ}ìö³íä=¬¹×DtkÁLºˆ~°wýEïÞõYÊí¡¸ TøëÞ³Û7ë{`½—þ=ïIïã6‘½…Þ€ߣ2…½nóz6xÚíJ@—æœÿgɯ7nò3ÎãçúRÖ ÇLœGóp½=0¥ô¹·/“ÜÚ8Ü5·»v.c2ž+ÁJž¸¿˜È'íöNtÄwÿ€œj”1€9à’Rø+Ýú¾)oô=z¹§òþ=έÏßèùþ’ü?ºÞtKU`Ûº}‚|¬kE@Ä¥A@¤±ôý/æ>ç®Ó²íïOÛJ] ¢œs†Ô;"î|áªífx läëZ·?äÅ6J³Kn0w$VA­MïÎçÛîpæ¥èì_áVâw(¡rê1>î¦ýxæ Ì9F5fˆ?.l«¹£ìéU˜ýA -Òµ¯ŸS¹Lc>—Â$Øýþöà÷,Öt•ekûlµ|õ¦Tr‡«~Sý°Ð—Á©ªç?Uü+yjùóŠž6M`tê]ksO!{¼›šÉÕ&üÞBÝùcõ¹9ÐcÛ…DGŽ•r2±X¹Í‚¤ÄZT²0£RHý7¤¹"¦Pí ¤pG.¦y|ƒ¥y«ºP>V–¨`±ÑxkÕÅÍá°|:çCËê}L±h´ ¹š’z¬à´NGÜþíö~ÝÑas±Ïå -ó?ȪRRèÔ΄¦`9-äÒ~Z¤y̧Ü]©“ôuº&è ñbV'9qtwHTNö‘÷ïGº²ÿX\ãP<=Ë^ÍÈ8#¦8þ Œ‡›X§Áêñ}(êJ«ûw|töÃøØçÊ»Š–o€„J©ãùÎë(Ël¸]Õ`é/BP˜)ÐßÖÏogµ´ ãý´ØçÏõ³0‹Œ8ºÔëŸáéåf$Ä.wGfº·«|þb"RëIËuB<•÷ûçµµÏMST›¸©ÚÕò, ‰FˇóÛÚY«œÉÏEás+xÎrè¶ý)ùæ>–²D_8¹‡øÌô¤ÐèýIa{¤Äi¦ÅÓ9h:¸ïæ,Ò8ÑòžÚsÍ)4ÿ~ ݺ e¸îùûݹiÙºùVK÷Þ1h\UÎ*ØVš@1 ‹OäxÛ©ÏhYÖk¹×>i›í:mptõ–TµÐ–óÃTº%NHŒ °Ád±eVеyý“æ\ZØ¿q}›vnïϻ҇Æð>ËAÛö:Áäpƒ*k£Ÿ Ún1ŽZOe Ï^ÛÕ eéÕβ×ͫըmpéJ)BÒ`+dRð#/Ž´ÇV„†ÝãzzØ<Ö…Z_Í£`¸š¦l‰_-J*»*{+ú²áCf2hák<4³99ËÐ -—ÆŠz%´Ÿ’ýùå*¯šÆkÒÄ nò[•ŽŽJËØœåW¼oúÍ}"æGɨ¸¶óƺ`ðÈʆ«ò1\§yUj§¡‘e¯ë_—ÍpXâ¯k௎Agxñü5Ø/˜?HáûΆ[ŠÙóµÒ²™œoö:©®w÷FÛÕÝ®©lñл¡˜n€æâÖÊÐSRÂiÓåãÌ“Þ?Ç>öXÛ··p -4H¨µòrI[­e«úêóëeaÊw[#Ûˆ’Ê¡½Ü™U”Äö cœ³J8ãY%aÙ/²Öÿ-þ!…C3ëœC£òxpõÒ¥a‹‰¿½T_Þè¹½9‹J9´Öl2ÞŒìg˜8Û}OØJNYÛ J¤-NœÝyES·«P˜'!…÷Ì=1Ì¡k°Æ*>ÜeÞXÈhɆeÀA°¥ÇrÁ¦aLMÇÐð’˜Ñ°âòôø1ÿ ÿÓ5Ý´™ -2d«Ø z>Ýb¹ƒøt> JèfóÒÖ*óáHY‹:/÷A@‘ QË\—Aκð¢Û¼±q¨½˜ýxÐ&iX‹ًÆçîÌœÍ+n¼¢|fœ}ªn9÷ÙEPT=áÇ7-±”@èÿ†4?…¡ï6ÆVH›nê¿êH쇷—íw7K,igcO/“=EÊõÝÅh¶rUÍÚe¢×Xxµ !À†Gþé>›˜¯É±è}A‰Çx^m®rT£Â”g·íL£ðLN‘n‰dm·›`Xœá¿<‘ƒ+9yÖ§‹)Ân1ÿÅüïõwå_—¦V»ðù}zJ…jì§úó(`åÈŒ_3_Ÿl[wõÜ@JŠ|0™˜òs ¾\ŕ߂ÕåZ%,NéKcä¯Áb.#ŠÇ©Gv©~K'òÇÇ*tª>„ô63å$o3< Co8IJÐ(wèâ£QõJôô‹Ù|ÇPñ¾#ü|°ZíÞ'àSJœÊU}ýÀB¥‘¡·È³æÍÝ`·">ð/ž»›œ–E|^ÉZ -‚nyy04YÒ•ºX6<*—é¬Fcõ&½FP± U4ëËg!çJaJ–û+qà}òö<`¼gnp*_zäÜYOɹ¦ýW¤ÚÉnd¿Ï=ƒ{»Çj’Cp¸ëÓaë¬6Ñ¡³}õt`cäV Ñ~t†+~ô}Z½D±Ä~Æ •ÉWykΡŠ3랣óX‹?—¡end%WHì-ê…M›¢Â˜XŠ+hõò¢5ÎÄró@ˆ¥<ÁدLþáþ-~gΰjFŸSz¾?'–Ô½L v½k'<+½èiÊ@ÔxJ…´WY×_Þ—‹§&î’9\Û3eŒÙMØXÂ9:£|;ñÉjqže|ÄåÐKˆva‘ïGΩբѰ/Šg¾ô&f“ï>‚Uº}¤±$û"Lÿž]³U -Âä xc¯ñ¶k;=às<Ö­Ù)ëcêR/2ˆo ÑÅÔ˺n9¡«+-î=l‘,Ü1™ÅÉˉԺÛËnšYè# 4$³É¹Dé—¾ÄóÏ~¯@ø3j6ðçÛ#ñ­Žð8>rukÙ ƒãØ¢ã+‰ãMhüßå[迌-à– ÒǺ=ì œðt_¡§òØ\.Eòæª=ºšKùÖ{qŸ>ZfóXÜ[ø—a–‹Qâô@O‰|a=†•ñ–ô枈àªÕG‡ç®’;ÞŸá9ì]Tk˜v«L#7è1è…y«iÀ€koøßEãµ\)w©)`7œÛç€' ëøG½œxK쎡Xõ¥#¯Š]™=\—>3—­Ï‚ßÐUJ’òètÐåGã¼,È3ÝZRY”ð„j«˜å,,7k?0z( - zhçKèäÆõÐɽ8Góm׳1æÞ³ ÍzÒ¬G-xâ¿á|_…9·Ôë–ô¸‚&8Ðrûj»(Ï5o¦#!üWÕèÈZÓâv±du޽Ùâ&àĸªÕÑbUFÈål= Ðüc‚“uÁ [£…S{‹çôÊ‘õÊŸI9é~aÇý!ÂN ©çð¬™ÒÜ]V<¤Û”uô¿áîV9»ÙjBæ»q‡uŠU`uÕ+‚[Cãu@—>!‹ö;±2ÛmŸÂ$Ï=÷ãÒº}rIé3 '»J_Íõ›Ø¸ h‰‡È¹Fͳ¡!®ºBäj]áÓ÷»m݈;·q½Ô‘` ëH Fè WâÜ~voù¶|nwÚ^BZqòéþÃ@(›-Q¤Y0&ƒkA;ï6w. ´]žºÊVšâycÎJÞN¦]{E^Çå%ÑAJŸœá'®vžh¥ó‘ån_évGB§ƒÎD¢­Dî¼Ý—Šëv_W̸õCak_ßäZdXî´@5dšæÂ÷šãó$ׄq¹Ñ˜-¸ÎÝ?8v"¼`›åÒÞÛÜË» ”õ›Ù¼›®º‡ê•ƒ?³h›=[_Fýêf¸,ã™F1ëK¥ -Ê¡ÕÇ뀬æAÐÙ -ì½õy¡ŸT$ŠÍBuØlÌ·"Þ(OTýTD×u&²Ì:sãzM¿jË:ƒ×– l]½j­[u]9fíR¹7üÎþ‡`/jUu]ÒÊòX6sëV$?9ó2õ«îø0Õ_ôn¨«5¡¼£­ÅwŸÓEíàÐÞוS ÖgÙlÙ ‹õg«?µVšËWÅE»^‘9)Ç 7,ƒ#Sr°RÊaŠ_4ÓÚ§8q‚N1O¯˜bžá¼‚N -*¦Ê`L £ºÖ<^«?ð–Á¼X½S^Â+Ý,XÎ `Ìý¨Þð6ÄŽ€ŒZ£4Ò¾‰Ó¶¶ä­|ÿ‘u3ä­×éÅ®ÞÌWÙÎé <¨cQiÔn?‹ùWé](½k0ÌOÊ ­µn®×è ÁíJ@¼Û>ÉÃ}ê+ª3´¦°¯ÉåºÒ_’%Ñ70`I8Õû¬ùÁ'6GõÉsKdëÉ -+­Çl6*%†›fÙÛ™l,BoR 9¶ÚƒUºœx8]Ò—®xX§BaŽ$øl°hEõðÀ ®ß`€ ç Vúu?« s>C¢Œ ¿î(&ßþ`‡2ZUrU9«­³3Œ>ºüZó#.‡h!àê­Y¾Ûcdª™ça½^/`•G”åA —r× Y°åz?ïí.Ø 7!¢“»¹¹¸åÎ=`ÐQñ ·0èV¸¯oe¢ò+ùô+¹üÝJ‹fj;T|ñIª çä=Үɛ±n_ßZ^“´U¿$‰XŒ’„À$Æõ$Íð W*IÆø:ƒªeHì$™´Ïè[3ÍðÌ% T2p­$Ù^úI¢´f41Ivµ,NÎ -)Ìp‹“DmBÉr±>:ÿO$ïÚ:LÞº“ õ‚[ò–œ[’Z³Lkg‚ãb’–ÆÝ$¹d’Àâ{•Í(»¢áéIâWÝ$ypÙÛA?{{µšË0,%)²k$é0F“t„Ž’”ÑØ$eËJõ” .á=6ÚÉ;†6…ükúzå_%€ÿÖ½ðóŸâ2eÖ5ù”^Qòi§Jé=û·à™¼ÙVV½è²™¼ák?IÃΟ{Öp¬ôàIýÑÌV•ûµkâ÷5øß;‡ââ¶iö×·^jÑk¯Ú´™„Æ‚,†¿l]fÛÍÒ–n;¨pó|ÒãÆ/~௓OÒÉ4úê-»á=÷Ø'ßçZ -ÞòX -JÄ<kô:ž åyÒJúc9©º÷õ - o÷;õº¡c ˆ”Ë¡x}çÚUû<ÛWòTÍÆ~hÖd8Ž©yë UеKñ4>•‹òö/º[9EÖ¥ã=Ü]ÇêTËÏDÓÝñíÆ¤€¼Ê®“[š+¶ïi.H¾‡Úr_‚dšÛù‹—ûF–a ‹7™˜ï"¢¶:^Á·ä‡ùª~»PÛð¸é -ª4T>Ÿ«Íæ¹Áw_HG¿­ñÓ“T9,OˆÿÙyÛ&æºÉz;úäVþíÃüÓ±ó§g÷8G½Žåí¤–å |ãþS‹¹’ }íŸ)tJ)Ü-")\!G¯³›ÜïùÃ,” &œ¤Ö:ð8K;óƒS–‹ùúér’„ûÓÛê1à¦Ð;ïªÇJÕÚݶ3’PÔz‹‘=µúèOâqîÕLëT“ÿ*˜×Q¹ev‚NÏØ´€ŽÑ»ÞÛ_´þáþ-RÐÍe.úZcI -;p5Ít4)U–ä£ûö#ÅñK9]ŽüëªÈz¯åEvOÓpFéѳg?::\Ëi.g±d¾xÌRý°œ Ýؼ†Â\¯Ä©q¿—ÆF.jú+aƒý»üÈíÉ,(ÒŒ„E5xN"êìÞꨳS¥ýin6¼§Ðȼ¦°ºÒ<¿ønb}¡ÏЮ#?p¤OžÍ ½¿Ö}kaî¾/Pöìš[Y~ý¬.%ïhF5ïl<úç›îo© Hïµò~ßê4÷d4Å4a†Úøy Õã,'«ßm;—~”,Ÿ¬ÿÀJ£¸G·w×Û -´Ðý¢óÿS•wøžæ±7˜¥õZíÅ?ºÕ;n áÜèþ½°Ì»ºwß„ ÏWYÖwë—ñu­±ÀÑLõjy }ªÔú¨¥ZØÑ«~Uñï³®Âm6Äö;ÔVP¡µ|+3–Œ°ŸxólHÕ ¦ÞzR2HÐ/z’ -„?øŽ—Þ>úÚwñwS[þ¹†÷ÀÕ’‰(,Æ?_ÅÎÙÓÌh/fûæa]¾ÎtûQ×X«ö »ÛÑ1|PÎDÅ߆£b´m[õX¾ÍˆœŒ¸“ÒæI‹Íxƒ÷™ -þ1‘ˆ¨Â‹q½‡/è&棴>PMd=mOñuþ†÷¾@þ …ôÇ-…ç”ñ~>‚“(X¾$ß—«÷¤$Î÷™UrK@誱ƒml?žfjÙ&y…¢­|Ïqúæ™í Þ’Ê ïâ'œ$â¨ÃäÄÜ]­¬§¨Ý^ç“Ü`5´³¬ -ØmfR „ZÞ‡—çë8«±å9uú_ K^Ó?Ha òøºbàãN-ÞÖ;þ#šúÞ§qwÜɘ<9‹¼›rZ-è¹Òª£º‹ûHYÞ»¬¼EQJµüîëZ×ms}ø¬œua´½¬æŠt¼·ú˜ýµ° ri}É[=œ¿™¿rC‰»×—“.9“b·Ímò]‚ëÙY®¡÷)< _ß§ gŽÆ]î£0<©¹žïNͶéw¼?ÜöðUÿÜo6¯š»gò#†çÒ{;ÄñÆ“WŽŽkÛ|™Ë`q÷øëätá×ùôÅÝ0Èm*ý,Nf_‹°xhŒ˜t]˜Áƒ?ÐF3Ÿ0€•kdà0ä_ôþ çYœ6çÉ|èæ‘è,Zvèšeß)×—¶>ݽ‰sæ9/¼Ë"€Y§¶½…¾Q[‰h^våî¶¢PW…ÀÍžÛd «°EI/õˆ!ÛhÊ7¡@{fka)bQø´˜ù¢·VçåÎ+Nu¾à¼Þxßñç;kýàrÊE§‡Îü~÷­5Óµô1Ñö³QbªõQã±}€÷ü†Dɶ8˹ƒUËSËNmÀrÛîIdt (/Ž.­Î+áÓÈ’MÏµŽ‡pÚõìxò`¡,¶œ ¼=Þµ·£Ñ[ú¬F{Ô<Þ¦ ‰*Ûïè2ŽÝ{÷²¹½’‹àŠp?ßzŸ›e‹]‡ÿ°yµÝl{Õ﫚"6½,‘û‰–“Æ—~s]Áw˜ÐÊç&|/˜2ì@¶VtŠ¥yõŒ(³öf»ŸÈ^ÓÓô4Úï¡û(W%sCólÔ‡ù@LjçÈR¯t$)£ óƒwc8ÑÈlšé¢óÙú3Ë_‹2÷ð·³ðæœ^xl ÖÙ$а³§ýN ²œ€ÓÓ&Wž¦b©T©—5×åÄdß­Áœ¶Ô57?;¿*;[]óÒ'ð¬ÊšŽ>Ìûk‡œç•pà̓tÀtû•AõaaÄyÛ¡ š?{¤ƒ|¬ jy°3Èæ¬öĵ ]|{ø8 h5ÊfËJ·sµº#0†"èjÕMIßnó¯õf˜lq+>wÉ/ÅÕâvÞ­ÏLÚxA—×4ÕÝå$’ÕÈzÒYXÚ€I±Ø,h3‚¸åú_·çʽþº9Zô;QNÏÇýu{_Éðn÷¯s°ù·ô¿‚€==è ÝŽ®™IO¹èy?öÔf½jÊà¬Å¹´Ù¯‚bpÍæä{apIÒ®²¹àÐ[xSˆ¤Bt1›Êç#;¢ÉrX zâ nÛ~4Xý®aøøc<ñ·)àrêfP)†ŽÞÐG=¿„£§J G 8‹“‹ˆàÅñå?ãÒÓqRþn‰váfèËu¸/OÞ¾rª–ècaµìW6Ë Oz\ê£/v\ÎèòžiΛ€O_íþh¬;25œ7æð-|Ù¿q¯M6ó\÷8æC.–pÓ;–ÈY0¡âóF¤Ï F¼*ú‘–OôÂô3Fë_Ôþ ¬br|Äóî?÷_þÖ­–vSûlûRî(VKæcŽf¸!àÌ‘ŠBºb™Ÿyë0(OcÔhMÀZ:>7ú“êß÷sWðæÓÈŽŠ‘ ï`€Þ0à0…¾§ãfë>:.Ç(äÁ - -é÷[–Å“ùžU_W{ÌVþà÷)—;;x/ë6™¾L` <÷ Q{ìÄò;ܘۧ½tCa'F~AWÅPX4,âøSR»MÕòí3>”ØÒÖüÆ@P‰^_VÎìýd¦˜Î9tÒå7½£|0zÇréQÓ]Ú£fíZ¯T<×c7=î„]7rHegÿáþ÷ú¤¥ØæÖj|ÀW£äwÛ·Vj¯íî↢GìåÓÚì˜9‹pTO+O¦ƒ—&£ûê8rˆiD} %î˜ã)š¯b#Qo£|Õÿ{e’Ÿ Œ©sHmòÙvƒÂð˜!ºuyw’ï6éÒ¹Ö4¾s…W§N§í%í›w‡Ú7=ÈýKå>©%qRj‚Àü³§‰Úg‡h‹læß$1\­ìé‘ëÛÅ’(ñS°Œ‡\±5&[ßß!馚ÙßMØ3õJoâOW…®P™7:·B;"v›tºi›o?4YmËCðÔ–iãÓÆjý,kÅVºhíÏn¾Ùܳ¹‡k@“T’÷Ã…÷6ÓÐu -esjÈTÀí`Ò}‰µ}5àÓ =Чûq3‹y›¹ž6!žÜ±.Ø ëcsOäzL`î¦(;wœ»´pòjiùi®5°ÕjÓèÜzM£;œ6Ç ¿nBôа¦Î½1k-*­7«;lÕª—,K>“w‘Úé?üÀ¿Åï.cR¶`íL-`_iQ3ï:XyŒ‹“{êáaâØÎ7i²SOpàú=–{íX ­}¨Îšà¼nØp¨Õ½ÒÍ©goTãbì]¥qTËÕJêªCϪཀྵÜLÖ­HÓ»ü¼žzåí>Ü–‹¸”Ô¾–ˆˆ~ÿ ª×üÞ;ÅôjÁ›Ù ž¬ºÛ|Èé“•Å0âÑT&Sp»$W–1ïª?ì>%¼#/¤9ñœfc1÷æõzÝj-ÂS*HÕËqQuÊ}1¼–ÈC’Íb3_8VñFÞÅ·ƒ<]l,ó•È?Â\oœüÀp=®t!a^ vÙ rÑ&¼ÿ>Ò²ºº-‹òx"ëÖž¾sæ®çýß“ƒöÉë`ûä´5ëùÔ„ìÈÚmN>÷ví‘Y.V[i¿²mótyÍ…Ò¨8•‹ùsg—÷Öæ' uJé|éP%ø¤Úhí»Ý3T€&†ÀÇŠÀ 2XâüÀZS°Ê[’Œ ±n]b~Ènƒÿß#e¨ [À@蓇٢çåqs¼~³ÝZ“Fëå—UKûë¸WœvÇxaŽÁÙ˜ÿ\p(´öd®WŒ€äŠÌ¾l—`2ì7À)~}ÛMô=ö»ÑöŠgjy>S[22ì³?ààç”~¿U*§îgI¬>ÍO÷×ö.UUê‡Ïf.¾Píäš (÷ªk„l–4C.ŽQÊ3¥l) ­v='-¼2øô¥ ®j™¸N­aPýº¶H†'™iž®­ùÜýpzeZgÕï½ôÒ_—ù{œƒ-ýA’6£C’.A+I§qÖ™yŸ$¤ gxœ’d8{ex“d4îd†I2î±$)Ã-{ó¤jÝÑÉäëÛÊ_ßÖ“dš3 Ù§B#ÃK’Je8m’„Âí ê5Ãç^øŽõššü?‘¤JñøÝÓûj“4(f’§3Ó8ÉþFún¦±ÿÈàç3h+ƒ5ÈäÕè ¼˜ÁËÞ7É[°ì®&BvåÉ1»µIüÉÄ5²M©Z†ãwl2«Oµ¸Y'„›™€Úéuhun¯¼X¾?m¸}qÿoHÞ5ÒIÞÌÌÎ0>&o¨þÕúΪ·Õ“ä­$I²¾WaºÍL¨ÒÏä_|$dг7p¹¬!8$»+YÌ„š—Lè¹ -&*“A“ªÅº&vãQ×'c(‡ò¯|:VžåŠâ<Î ïçät¿ó¶“Eßâq»Œ¿HÞ› ýl2¡Ÿµ•¼õ±™Á -’÷¦éDÉB’^Ö$Ý]±$7'$>C¢$ƒGÕŒ âÄãüÀ1Ê÷×l°_ÅÎ3÷tùâsab‡ŸŸô¬½=ê‹,8lq¨vëªK/BOÚý³NzíÇJÛ‹$odüɧ¤9ÉGœ¯Ÿ¼ Ž^nòI˜gò±¿eÌÓzò©tÐäýXM0Ü2¯#»^ÅËAyV>žñà˜LP­wáˆÜïmJn·ö -¼!ºZŒžÙºm¡rMdô_ÕöŽõ^¤]TýØŸ=«ÿñÏÎ;õùE”øÍŠÿA¦ëî¦@:¦À¤pH‡¤`µúNÁܼüݸÜMFëñšÏ;¿» ê¾b -üMR:›hëö×aŽ×ÁAòC£° ÃÑõüºXÝðs™å -ùKáЩ‹æ´”¯úðÌvÎ_N‰ýi½–Åv±ÛG3ˆÔ!Çílæ· ëÿA -`µLèctLÁlÕIs­ÿœm }…®žÀçy²v½wûõñÅ84Lr~±’Í:pËÆ.¨l®‡3ß]_(ݳÖ÷['àvÑrâ=võœ'Sã²{lËÝ1VßyÇí ‰ùÎÎCÛÓ±Ô -_MßÁƒÿt€C£É¤æå:Šÿ S8wSPÓin‰œ~ý±wœB,]H!t×|òäª~Ôe-4Õ¨¸G÷//y|Ý=ëÉÏ£äª_s>‹Èr†·o°whO ­×Ñ^t?Ç’Á–'‹ «š˜èá¬ÓøÐÇ¢ÙÉ[ŽÑ+¿îúVîæöÉå ìUáúÖ>+ýƒ\Ü4‡ìbü0…Ë‹÷÷H΋ՑâM™¹°€>g^ ŠÞózëüÀî`íÃé0?ÚñyeyŸóÖª1‰qàƒm^Û¹³ÙÑK‘q!±Ñ³ þšñewÕö^Cžä~ðššÑ¿Xª5ªÜÔ‚5v‹Ö$·+G œÄúçþ-þ!Ínvš{Q§Lcë–çJúj”ŠñýápÏðØï]ÏËûòæõùd[ö¨aŽ…þ¡• &ÆÝq­\E½Ýw{M}™{’,¸ÙŠløÍ‹6æÕ -§oµØaó;çn5vôŽ)§d@+õy¸ß.ýáUŽ»ÜUmxó¨¹Í£#æ”¶—BÒå’¶?Ä3—õ±,¯Á¹Ëªç‹ ï¼ÝlÊäÒÃå•V y:Cöo¹HjfûAið\ªEå½Ù->°¦ø£¢¥pµ¾¿½,ÉëVh-c9圌äüêæ¡€ÈFî/¨XŠ÷×­D@ó‹ø’8lò_@"¥à¤ÄùߪŒ^ܱrm©wš cï÷VÅí ¯í7Nß¹Vs޽Œ­hö#°’Eã*åÉý]µOL”‚°Û6Þ^Ë¢†(›'Hl2ÌÖå‹b®Ñî¬'+n´ÎwAiEÉUÂË©à–vfð¹_üüŸ×_›>øÚwÏ›ÚÍŸ.5¥fùn£{äè±u¡=¶²³q0Q4wÛÓ,ðŸ_¢šÂ+CT–&¹Ùv$JRë Ÿ¥GSQz¼º>ÔVæ¼Î/%ge·ìpU×àõʰPU幯– ½´äÑïñ«:›ò틟Ïå¹›àæþàë,‡ 5Wâk¡-9çkT8zïùLÿãÌWŽ~#YšÂÖt2Ò­¸|”àf–åÍ0×–²Õ‰GBa²ž¯ôjŽ[KÁÓœP}Xê’ÇNÖ2[Ì|~Eî|$Nš¬«\/ÇØíbÀþÀ,^ùXLrÞ¿˜ä…äUù ?ø>M¸>ÃÖû–õ•ëËàëèšiØUDÜ¢“ÎDQ´ã“9í8®ðÚv_B~Ó7“æ÷Ý1Þ[9ô‰˜t1[6¹ -ïlXàî¼Í"öŠÎn-‡Å©Ù•Q½MÊ5·Hë—:BCíõ|1e!m1Ý<ï‹©¹‚2ò_@ÿðÿ)ÜAo·DCΗz÷NDãtt¨K˰BžSÌ-¼]îEh­2…Ž­´¯Ç&éÓhª‡Êʥʡ>]÷ù5ûr½ÏnÆâÁ„a."ÐF•P~`â©ÃÂjîüEaí?çóg¢N8–…(Ú~4ãŸuy¶„ -á,``°…Ó.¼ªN6Ô¿Nôú¿|ÒŸ Hí=Ùˆkø ð¾=’ë4NÎþcßó~ýù#¯Ã¦™M!Š1SA­qv»•ýF«­ÏâôPŒW +å—+$Ͳ$n ’]æSrû4•È9ßNg´¶˜FÅ×rò¨¾¶tšcÅ­ù£7ÂÄ#rëG`«ÖŽEŽuÓšÀâ5çohD:Eð²x¬:&Ÿá‚z§¤Ú99óñÚ¶Ö¹Ø44®½Ó¥'(ëA‹’ûmR‘Æý¾».'ñChç ßãƒ2;˜ -úÀ˜YNä³&È™wÓ;‚Ýï¯É›“±6„íµCRåÓ,ú]xàrFgP¹væƒJT= h|Ü#‹ñøƒûs+†—ºäžÞ<›¹,Æt#i¨*5W?ðÝÀ3ÉÌÅâÚE@K¸tÜ+ÿ`o6½:²[õEy)t¨æä‰O{õ9ä´ÉpâƒY¢|~@ëÑ–8×ëÁ]–W¢!Ä@?ìÌýXžõW¹|6õÃaô臽ևhHä_Ü€.v Ú}qjz:6?cÇì;k\µ¿¦rGÜ [îT,¦2¿j4ÌýRdå3·5^ŒÙ5 …[®T~`*x‹íéfuî5¢ÖZÍõpp‚ßS‚—L¦¿RŽb¿CÀ~/-ü^†>¸tZÖðWË& ¾´ÏàGxoVã’Õÿ‹«ÅµÃ,“#>øÏƒ„®4óŒ!Ù}ªê -rîlD»*OW ³Jea"s‰0tØÜ2w£Ké3o `a†TéúømZ#X*£de±$ˆlA÷»½hov°øõ`‰±ŽÅ¥Ó9[ä{i† †õ9f„¾›„†¾ qˆ¦ï~šü‹°²*]½Ïsz±ëõàlÆyÒ'‡«ò,rØf͸]¯“,[ö(ä˳ÀBÈÇ ËÝÃyÞìàY¯u'ƒVM² ¤_µ!ø –»C,+FP}Í ý”˺¿oct(—ËÂ!škîv=Ó­gÑE/k°¸gŠìëAúDîôÚ¹X‘\ŒÏrìËØã´ë– 8½Ýj9½°ð´sèÌìšßR×ptœ¡õÂeBVµx4KÙ¨$™Ï¶D¬Þ…:þÂŒ.¦ÞYÕ/³ : …:À¶gŒ“áóèMM¾Ø+Lb§ 2'dNŸžH9§=þÀÇ‹vdû`óšE°˜d…ú!Z„Z-†®4{t4¡{},™b„“Td,ðÖ6ØÉûuRƦ¨‡î½ .‚ÿ$ºÁÀûþ+s£Ö;Ö×Ý^‘RˆÛNÈâŽg­Ÿž‰TdäÚõ1;×eS -í²Q_ìÖ‡ŽÓ žiÔYòÁõ~$XQE&nûÅpyÛE$Ê{ ñÖ~RÞó„l.éêž™üÀ“ÏþÒÙšÙ2“Cò pKÜ.«×8Óéê ÍÛ^‚x¬uÏ‚Ré6nN§n -d†ÛY¡O¥ÓN&^û¦>’¶DÊ­¶„°\ë9 Œ–ü.œà–ì¤ç?°ýó8àåÂC·–×§V?ož -ƾ#‰JŸ® N;‹u/ÔÆãé3BÝÒ¡Òï÷m×¼ê/Kk´Øýh»Ò?p·…®‚N—àí®­:•[ʱÜÍ [}ê#4ßeÚhj§wÔ$9³Ò Kª1îÞÕt®¹u {9ð»Þ0ÆåxO—€ôÞÝš›Xθ뺉­l Ç»E Tù)‰žFCÖ9öú¤Öz´jä»í£ÒèH€l?7M¦¥…uS´fÎê8iqtmä£Ã»nKP¹>ïM‘zzfqrÍ;RÛZ­ªç“ Uyn=©„«»\Y«Òfïñ{pŒNÁ$ †Húù©ÌD€O­»ùSYIyzD×H’í!òcù=Sï®6›B Øú`½2¡¡êe ׫ðÀ+W§*ÝÊYæ±/Ë$à•±ÊüUŠý X"ð^¯øN=º8¤‡zÁ<ÇÏB¾uAóG}½Î™«‘?öîY»üÿ`ÀÆ:§‰1¤lë#- ÝíLå&ªQò¨´S‹H•x€¬¤‹4µB­¥éh¡îve°Úîߥ$näKƒã®S4J.ñ¬^D -;p™_”ÐÌÖf6´ì+×ÜuÿÎ庵EÜ쀠H#è×sw ß@ú@¿o<]Ú°§ãM~'h3ëd!F—û\²ö8´s„ä± ØÁ-"'8´¡úH«9o·Þ”V­»N\¨¶ÕI®¤.ýwÁ¢m ïÞè:ÌY“$¸“~á‘!t@˜Ô*C¤Äa|ˆí#Ë,BÙôBè°AÝ1€ i èµüêÊ[dƒ[~Ö-qrãL¡éÎoh¬ýg¿wG±8 ˜C¤µ=ôZûݽY§£Jù®Hs.-ÿ“w¦ÃºtÛiNyÜr ¨+ük‚N¿&èÝÜ0õum»ïA>0èÁ NöW”aVýŠp¼|XÊ0)ÝѬøÅV[? ±®¸/~o¨ÁbUé›S¨ÕÉõ¸Ìãc§8CÚ½ê 5 kÝz­8®—_¡P„öŸ®Dšë -Û;ôW& þ€ß«dÅÿb]¯£w2¡ù¯dÿzÌÆw[ðýkÙV2µ™AZþ¯Çü‘$½M‡Ú$É¢½N3ÐÊ×Q$/V’ Ék†L’ùÝhëàI2n~ F~™ÁÎ>8þ|}[ä»Û–ö3ì£ Ñ×µ-}]Ûa)þ¨…xè.ëUm—­²e/‹-õsÿ?öì0XÅÿ IZØ)IÚ”å$Ii)WÊ.OßWî!Sؽdp>™Ân5ƒÖËt&¦ì÷^Æú×`~~}ÛjööÉÐË fŸ™¸DÍ?Þñgž@ñÐÏ•ãGt_“P¿òkpõ´»c=ƒãÿÇ«¥÷èÿ $Ÿ®¿ø‹$åÝ]’nÍM’fÉm’\±åÿVë^Ï4Vξ¾í¨øõÁ—_üõõÁñ¯½,­2œ³&™äô„°óÇX/çÝxxj¯C½ýÀ¯¼Ð~=íö|–$©ò _çÞýL4¨ ûÍû¼÷†Q?ÝÂ1ìÝVPìF·ÙÑŽ¤âîøÉ;÷Þ%ïQ1CõñÕJ/“Ô‚õ$í×øˆÌjgŸõdÃ_þ‘áÔOë•…H%ˆ~zÐò5yÕħÝo*OêëoˆLnêÞÏÓypç ÛÇ-\œÀ[û Õ¢Ï"$}ò×-ÝÞýÀaš£!€cÇËèÚ>^ uÉúƒä­£Zò¾uåäí×Ðmòþ8Nò>AQò7³áD#ÖµRÆ­WAœaÏòv1|Ôœe¶¾Ü—¤ÁÝ®þI¼uÁ6º‡¯}„v^‡ëëQ𮊉‡á;?z†Zh@!¹†šäÇÁ,<gºüÑýF>ï*tNí’íx‘§ÚžÈ¬Žÿðõ“Û 5ù‹MRH8ÕScÎ)?ÄÉG½Bñd·,<«­bù.pq㆔£n„aààJÌ‹Ópï²—Ü.“ãXììÿ ¨ÛÚ<{½sf àŸg÷§ß¸Ur§U¬:ЕtŸ·òÒQƒ‘î­Õɉïxx–ãt ØÇB#°þ!ù\Œ] - –”~a›‚¤~LAºtMA„x¿œÍ÷´ùûµ|¢­MC¡~l/S kåÑ;×Djè74uZ7Eλk{ÑCÁýÖ}}wúöÑÑÑÔ÷Ù!ÉúÝ6ü `à ¹r´® n¹àŒ;øyM3/eÇýÍ«yÆú²p.…ÚìKIA°&§`êéin9<¥9żÇÔ{ÞÅ]µ¤]ŠEùá_ -µä3²^À !,{ËßEFaÓuùÈŒŽÖe1WꊟéTêÝscµÚ/Œr¿šÕ%LZƒ*TB nÖõ/.Åöú¸í·ku^ÆwhGÐÕ†‹Y?Î œðèºóÿá:ÝÙžå Çö„–ù»éÛí¬õµÊr*nó-ÎV*"\JM”´zs®¿íIŒñŒ…ã­OT ½¯ÓûŠzMpëŒFÛ>LÎY³Dœu¬Þ_õó~«$Žd3ö<%ìi¡Gl;³î?0†·Ç%4¹7'hrz*hb œ‡&2åþCX¾é'ožìcPêZ¦¢í ¶‘½Ú(Î7òÎ ™‡Îþq0šìûŒSM—t1>e÷2¯¿fö¬ëGçIß n£±xˆIçÚÏÁÑÌ÷»QÁ{o¤ƒ)A`øS¦Ð,cPm¶0Q‚n(YR -(pš{Æ$/÷ Œ;öŒ†èüÃü[ü~ÇÖ-ÇZêGcOº–æ }×vWÊF/xaoqö³^Ôi{ÐÇL}½ Bf&η²Ÿ¶éŒÌÿ®ó\PUÛôÔC€bBE‘Œ ET$bBQL¨ïß`í}ëôéÛ?Ö‡eÕ*†„ɘ_ Oü”¤¿«+{:Tb/®AêéIÅŸdôuû5²Q(\]xôZ2±ìmæ‡Ò'Š®¾ ¾æ8ïÅË^Ý5^tïªMìý}2_‘^u3_Þ¾,¨•ñ(ËÉS=h&Oz®+òË^M¨M¬jïŠ_Z¼YGÀô¿’Í>OÛ5œÕC •+e‹›˜ìÔ-ˆX Ý2‘ N8îOªí¦„ hÖ‹Ñxí´âçÂD2"±r¨LAóà6‚ÆeÙ®Ûž·N¬ë¬¶_| -Õ+p—uîr¾þ -ì¹³ñ3Wî öñ Á›A.×í.3h§çSö`Ï æ©XÔYŒ÷]Ú\ò>Ù#á™›ß¸Þ ‡3—<6êAH‚ƒU G¡qÜjc"ú~£^mÇèÙ/b謹¡ýÛ¬_»Oç¿ä–¥ý#Xéâ,Xd.­£3ʽóI;­{–ò”è©R»Q„©0!ºKÿSh!b b£zeîm£M[/q@µ—…Ì5K6>ôŽ+Lr½}cºò.h”?¾~ TÙÂyŽÐ¯Ný^á'uýÍëÔtz­Å% -©YÚE@Þ>¨".û6½éX××çÓâãi¡»Ž.v}…‹ÊPo.&”[P~ ±hîú=ƒì’˜™G~÷!½RåCÏnß³&…;ߘ&#”X1³º™ï9µ×`âךçT¤WŒ,è^1Á•@².Ñ«zø\­òöPÙ°¹ÂTvËN¥D¼§åÝñ©”ÅÞVþÊÚ/sñ®Îè>»™ú¼h9³¼ŸFó«;Zù®,È«ÏeEhž§;˜AÄNõٵ·K­M!٨Ƃä€)YíwÝne»ÞŠ•rÔˇ+¹(Kš”òç¸[‚Ñæ†.E =*á\¸*ê(Rx›)R™µX°hk\`ÎCé‹™}ü@îàýˆ­(?yèâò<ëöæÿ‘ÊŽ‹3Ìq ÃæDõûàŽðU7,×øû¾øÐý°ðòãw¡W -à  ù…´óÙWFÌyN[ÿr½Áa ÆÐ-›\È -Ù*|¢2Ç`4ÉÔëµ=8³eð<ßuÁ³øÁsç>üü`UÞN’è| ['¥ò„€*•‡tà#ÖL®bTiý Tj¨}¬e[Ø£R‰”K‰DA~Ù 6ÙÃÅ[ƒQm²ñÙæÜñB V] ‚k  ã)@=s+€†¶€Î «¯ò @ÂøèbÄtI'Xªp”ɘ†ã¼Õ áFS²!nÅm¾n÷Éû}ÒÙFÏÞ9—&}W­5®¤V¨ukK |*î%ªÀFùe8?Be+›ÌÄA•ï­&onOý.=úÒKV9Ö¦(rÓD €‘ŸG€™YÀ¸=`æ•ÀìâÀìWÉ{‡i`îàè–j¼AÍàg2Á¸ûñ+•û·¨­vûaeØ$p¸Cå§¢qÝ?*µ®åÊ'û­÷ðžç‘O”[D†³èóÈ/{ØŽxX‚¿&0^[y¶Úl¤>™¼÷Vß:{wn@3;¨M(- ®Þm ‰LO@“F² úðô7xÏêCö"-û¥ œ¶—»ÙÓ¦úžô©^WjbØYÆk¹Ê É.Ê!çæŠÍúò•6™[æ<åCàûJf| ÆxÃkãÏÿmpS4rÿZ[4‰ ;@Ÿ%qLáß -[uòíÞqÓ6»þâ¸UNbNJ1J¿L_±Ó´t5ŒL*÷©`$‹© mÄq7ÛJ+Big„T0FfêA—©Ý~«m¿&t}í\ò‚õc0f7xéùHç>´ŸórW~¶ƒ³÷léó¯—ÍL„ǃ»4nßJÖÿBÏ$Lá3Œãæ]H×Òü$´Ðq‚¥ÄXß%X<’«i¡í,­_}°iEp/ÃHÎõ–«_9‹o§ÞÙ(³Ëè»øCüO'ñ‹gñ+ŸéƱtâØÁÓ@¿F<-an÷R~~'2ÉþëuëU™Äï~do;¬Þ¹Ü»"6<ŒÐ(ý@—¨[/*T×/øºåžïýÑúLí´ ŒÅó#´«L1dOêô‘kƒÓ¼1V+²£sVE |6«üâwy;M ñk…¶ãW ßÞ¿L؉_lÇîàøloªç»@Ûðš®Ò3—¦Ÿ\åuÊó½—!Âxp§CöpoæÈ;µÏ™Á)“YGÇÜRš>w8Ås5-bË­*8ÓÝysº½ÎFòVk ä- ¶ä)Õ§ˆßÛ÷$~_NBòjÙ?lk’Àsâ÷çêÇ.ñî›3|¸§np¹zÓèl¶Ó~}¡3V³§ÅL-=]FŽùXÅ‚AS¥û½Ý:ŒF>¿?A÷Ñ~âçf»KµvØ‚ó¶·Ñ:Ü’aØX‚ÕðÛÝ'¿æäªìù@U󊧲ÚeO³ÕÐtåd^™.¾H‚‚GñgZ^4½=«½‰žÇó°³¹—ï­u„O¥Uø~güS.‚íõ~; Óè½G@~§V+Õ­ÁV›x× 7¶ØlûŸßûü#ˆ~¶`Ïּ⛞—^©W>®ö鵪 cdY3Ùî¢áN§s-£hîƒo«®™Çç5ÈȈ?ÏôHGJ¨òg²CŸäÉ÷‘¹°.MÑN«¬¢Ü´÷ ‹ÞlM¢m€-ûP¦­ µQÅÌ&èêjäªÊ™Íå Ùó˺¼,.Çdé€6¿qôrNúÂÞµJ«‡Ëp2k…FË^6îckÍåL«°usËÎUsðQ•?¼í,ÿƘɇö½é%FtþìvsÝSoL·õþu¸e¶Žîsù…ï ©Ùi…”fI³DI \à¬U˜ë»uÕ+[̵ŽÚù0ïŽã~ -}'ÓGö*Ë(vn2r-¿îm­¢òºšÃG·`Ì•ÕÃNMÒQO0µ¨×15å]Ó5ÜÍk_ü@ßÅ Äh-µßIŒW@=gKÓþq_¸wá¹Dî#hÔØ|&#~]ÜÔ•e8}.øãtpãíéêÌÓÛɼî9;F°å¯2u«T+¦8+7Í -†s?1Ö©Q㦲.û–¥7„›¯©ø¬’©Æ"•<)MéhÎæ¡g¥0gÉÜÜøC²§ÇF̽>óKsU"°UÈï  ÓžÃ¸¾.ÕîƒN÷em'k kÓ*†æú<Œ£õó(›×ÏJE»ZtC#>4¥>æB[e²É¼ïåÙ’Ò*ìtØe–³$ÃfÙã -“ô9¹îO7âr0T«Æd?…íV’vƒæ^àyeÝäE^{›ª|¸|$iÇ:»¾¿þœÙ5윥RZ²î{gìuÕÍC#Xõ©h· -Mkz ôKe†­Œâ½’ÖȬ;4f¦1rOwºr:§û1›Â­†;-…ý¤Ê…ñx²áëãú0'H³`¨KØØrS8£[mjý!íÝËÍ#ú½POe¸ªìé,7Þð’-xÁcßZF”[›³Swrf[0:£êÊIž«ÏGi«´áM8KŽÿ»Ü&ïé¶«@Sx­”&‡þ²6©î¶Äø$ÞZ?и~ûÒeŠM$,ê%ëV½Íˆ<¾nâsªUDæÚà‡ïE  ].7Oá ]òcý!^MðÕnŒ ”ªÚèqS¿ÚÃÕŒÙw毆Ž&g%ߎêV‹»úXMÔ8jZJÆÙ{rßoí§åná2Aê—$Vî€t ¢œ„×îåÑí’kŒ(¼L‹Ï;ÛYz8ºŽ¥ Û­÷z°\‘Ñ —ß…µ;èü@B_,)B±"¸)œönîžs™½uPý‚¾ñ|êJª¸$¯ë.4³ö´Z1fˆÝÔLR)c^“…¥¹˜{x3–ëëã$áÁð:¢ü)Ú ?T£0lÛtu°:ø€[¨mÁ‡æ‚PìGJWBýòhö¤Ó'LJ%…åC¬''8» ®N -û׫–þ-é´«9I8ÑS÷·T^]4y4¯´®Ó;Mqs2ë”´g©C« J ³B>9Ð*ñÈϲooô(K{ÑvÊça§ê_|Q!;û»Þ¤Ô/oµz/‡ž—ë¥ )›ÃïóC÷n6€.õŽè.õqÇ]¨Û H»k4»Ö¢'T³cÚߢïõaŒÌ~¥r¦6ãìrqHè7©”Ì^U—Ìã³u'ËM­Íx|i´ ‰dN Ñs›aV AØñç~…n½v|ñ²~Ësª|(sâ]C¯¶“<§+všMÓhÏM»Ã‰qkµ)5|F?P;[ÐÍv¶~°ÛÉí?py[ 78Ú³ízÃ;½ÊÊ"îó’›s&¼…Ì%J³¬WAÉ5¹LoZ“©nŠ’>ª*â[Y:ChP^ ƒ©‘äɽ£W:ò3lsåˆpðì¼’1¥Ó\£Åö¢ØFÛYQb[üq)´òÓ‚Ö¢ÞºYRV|j5vO©CvOõfÉàìæ.”X4j’~}k®¢d€™¢ÎØ)Á£žÙ¨ i5#zyyxgàI8ÑÒ] {#v N‡Ë»e -ÛefѯF²Ï+…ì¡û¤fçNkT¸·¡ÂáÝ*dV¹fé5¯°{çN&³×já˜c ËÌd-éóeÑ3«Ð3­Ô£ÏׯÔáŒ•ÂøC苵åÞô{®?t×ÖŠ€‹Ú¼3¦ö4áIìÌ÷œÂ´Vƒò©O¦ -ØÈ^:bæ}‘BMRûc(vøˆ{ݾî:ífïÔZOnQ¦O¶º²L}Ù)ÑÎÆh%÷éÐØy8¡n³ÛœÒñÁ™"Õù4_Ež åJI‘k_ÿÃIôJ«]hÍ×H [KZÏén¯ÂËÖDÒ†ÚëÝoÊwTk¥%8jF."f½;dÜAÿˆ±r¯1-Žîñ‹Î\¿ú?PË1ûfy{93ÓWÿF+7öCÝ)±HQ¶’Éì¦EÚ 7"í2èl0;Ÿ S æE M¸yšÌÒWÚáX{g½m®ZŸ{ ZI2¥E )šÎÀSA’Öz[Ýi}è”GΩ÷öLª4€‡Ù?å‡|ã‰c:¾ÚY(´Ý·çU³²&7Ì,s -hb6(Z—Þ¤ª9hø ´(6u° ;$:+Ø ²¼³Ç½B/‹¯>DçÕùÏW|Ïgç³?ÈåÑóÅ"8_gÝwý²mK=Y7tß›¨œ»îMpüX9VÊìƒÉùr ã¯ë¶ûþ„ýÇÈ“Öv\ÒšÕýÂa”"ãQOú´%›~"±r'ºv! V¹‚¯A‰Â{ËK/ð-ÛæÏ>¶-x 6˜‹ Ѩ±?Ƴ¨1êí¦ع¾·^×Dp¹xcúÂ-–Ê®5}«¦n Ç™"´Oƒñ}G“Ãbdåù»Þ»ŸS³ÐÍD2ÖöÍq»%âÍʯ)ƒŸ4²+õä¬$Û›§Gä¸åïû‡ ¶+=_ØðÞeÉj`å1Üi5mÚ.¯(Ñ +6NÍÏEÑÜE ŸÿÀÆ×4u}Ö󥮯œòOf|¦ºõ]mQzhò‘_%‡HÒóIV/r€V|´K7³M‰=ëWŒÑšÇ6M?MÔî„àߊ—ôƒUì­×_ûFM/ÜÐ3ÕO.#ñ¶Š6œj’%‹Í¨~mÓn]Ëfîubâ£5c—ãkt§,Öh"÷XOŠ-ÿ·å‰Ïm7vMëû†9 —j¡zÔ§Øl9A½f³™ëJ§÷Dß,v½ž’³ò½ÛÇx|H­¢DáQ`±ÃìÂ5NúAD•†.×oÚÒª“Ïêö´ ÇšÕì=ÜŠ5dpä½Ü÷‘Ö«¦# s«Ë²]®vÍL« -Õ‹½Š·¹ó?ÐwñÅê&ö‹Œ[?8b|;XXWßë x³êgaH{¾É³C½Ú -P¤íêã‚‹ØÒo4JÖUGP¿ÇÅRn Z“,3ÈÜ“µ ™7®ò©^ÍgËŠ¿†¡?yUJÅg¹,ŽZL¹R}Là±0ÞÀ5°“/ɈM–P{Þ*¡²ñø-úÞà­Ðžl -¡aõ¥ƒZÄäÕ4¹÷ººèwsÃ>8ÉiíàVõäw›¨1C¬m xÏç¸ExåÑÁ¸”«Rô'çl¡tÁjµÒì&0%L_õŠZMŠä†u lf¾ón~ˆü@ypðärÝÀt ïÝyAÞöQƒ¼y†<µDýáÛIÄ£«y»A;"{¹s)›Û΄sYîs¨Nµj§¨ü•Êxµ§]ko­¿KöËv¥.KÊsoå罪•r;+ m6‰>ÊŒ%ÈÔ †ç: ʳYl`/P ~ô=ˆºZ´=ˆ™¼Â€ßfh‚#óÅô]¸°²yØ(o>õ9»þG*7·#û?¤rµ¥`ô{—ˆ2Ðêq­Uût70Á+4wÀO œiè §¨–@_%‰”öP%}È3TÈ—Ù¨:-'ˆÖ…*1@5¨:@aà àý - 2›,@>Ä$mzD¤ýx¶T¿+ûzœÐÇòO*'9Ìa³Œ5ëÄ0ÜçQ£í½ªþs}çp_p|Ú‡¶õÙØqa °«g``Ÿê `c| 4s—ÐÌ·á?$sd¯ =ä™GkÜYöoŸ¾Ö-Ú¥!{¿ƒmRxG8úx.`¤àl³0Þ9Åù³Á‰€=óÿ3šÚb0ôfÿ«n¿Ž™y¤w@l¥¬(ßv_+ÍRÜL›9Ì€&ÞÝý[¼'þ) &chRÜîqÜʈqÜŒ…ŸzÐ^Zšz»µ™–®¦w£ÇíÅ55¡ÙZjB_© ¥ûÿšÐÝ·ÐÖI;Ú¦}’_kç†Çî5fýmüü÷Ìs—á -ùlÞÂcUëÜÌÛ~KW ÿé6ð‹ÿGÙ6ïÂ?þ³¹ë¤¯Ú© M­­¥¥¥«i=°vN‚ƒ€£JêAÉ´˜ûõ ó"1þží]GyfDÑL`Ï«ÊÊ{pÇ`÷ÈMî§»æn÷~D¿õ«;"¦ne‹¯Ògk_‘Eaû­_ýÿâ«i¿>yÞJ`'Û©iÐéVN7«$'1‚‹£c‚kêÁ[Åç§×KM(C|Mè½îq÷âl2¸í0Mº•uM¾”£]¥x“Ä`Ÿ—QØ’œ?’ÁZ¡K!¾¨9¯x¾jÌ™:¨£0–"#™Óç¡|Üÿ qÆÝ8¶m*‰°ƒ&PÉt'ïµÚ©³?¥œI ¼q®ãÛâÔ¾€Ûã -gnÇœ±.ý7L%˜õ»öb’ÚÑŒ99”W“ñû€ïI_Ä/>׎_ˆÇ±Ü€“M$¾ðäXPôpY{~¸ÃüîW§ë«ô@÷ŒÃ³‘û<ÂxBöPÊæH©”Ì^3r©zä®%ô˜ÓjDÐ֘έµÃOGØa¼GØÆ@ÙŽ«å¶ŸœÃÍõÇØ?Äïr»'›ˆH}r!â÷ÐíÄïö{¿°òÌRÜô&2«i„n%Œûgã”™˜î1§8~P\-‚CùìEû1æ=ö5ðìdîm#ÿVܪ³²¹ß`lCSUÚåzÉ1æ7eg¼ž_¯Öºs=ÎC«£ËýÍï,«œÑ^œ$ûþ¿¿·i\®ÎÆìÆŸi?ýôXoÒuòØ Î¦päO¨›ŒüAi[î'|ÝÚa-ÒÛ’z/ØX¹ÙÕw“§.,pÍU—ù5ôL’Ë>{©{ÅRZ Gpkyx2ÂR²fò",žç‹é¾sž'—Ýœk4¤k"ï°O"ù,öœÍvìöûÑþCT¡—šeît=ñ!ÜŸÝë¹ú!¯2±á'· ‚íð€ïQlÝÝRþmêw “¹Î}n+¯TyïW¢_–Ç"/k"•äü ùÑÎϯLžk…iÝ} Â5Ë˦ó2.}§ù'à¶l»›YvöØ…¬üe›¥û™3Fô†7*/'ÁYãþšåÁ íG÷‘÷ ³›5ˆSïpFŽ¥+” Ê[Ü>`¶îwvǰmiy|pÆb¶í/çÚ]Ú¹V~zvÞåî´nîÇ^Ró¬ÝwEkÝÜU¬~郙[)ǘCçƒÌI?!5·–~ZÂ{}Ê-AMÀ¸z[v9•ʵåéc}ÅjBüÒ­8Š!ò5¹X~¿{ê»æA®ØN'Çs.‚ë5WWHáÞœß^~ú3–›+N¦1wì\×÷­þ:Ìa\̲? é zÈ9].ÖÊZ$6êšZá)õ>wT£î”X‰uÅ&¸Íìcž^³ö§Ê+bÙ•sæv0õWø¾‹iÿ­ô¿x`|U·~¸ºJýÃye·w y&7ÙÕ­².UC`š<§é1ådsDÏF•©YAó¦>€¥Þ`ò;MuK'õ‘©\Uš¯Ä?òÊ3¥9hUgiÒ˜e©}Kæí×@ηu*èãÕ´DçÑ™×ÆÇL±;®ñøð éœ/¤ð•¾xA½Ä(÷§þ`O¾æÉ‘¼ÉŒ—L%jË™jƒs&SË9Hàæ~púÙ5Gñê**v]¥“ÞlÑlígÙE÷,÷ îMί'ïé ¨d§¥ÝžŒ*Ûú¤r|Óã -óãZ4˜þ@ÒŒðæRãIG#½VÄÇ‚o‹f×¥Eú©þð²çéyAÆAýÉÛ9l÷Ö"±o.#é€Î-Ó†È>gÌÃô\Ó/榥>Ç鹯´–àTö>kcºyX‹)\×ýÉH±‚ññnÇuÚ½KçWHX+Ên™\uDò!>óýŽÈ Üñð]†œak< -‹K¡4è*›Ö"*#Á{äEÁ;¦Ýæ¿‹/n¨9‡=§0Ýß;œ´É#rß«M¼Ö˜›Ùyk¸Pߪ:U5n÷(%Ó‚y¹ß_J“ƒÉ*ã)ž³¤Ë8³Ý„h3"÷÷£øìÆ—HdüLrE*åÁakOÃ%)6ݧß’c^ -bôO}߇m6×;´@¦'ƒA¯º S þ= -3ùß@yg›ìØ/ùê`…6(™Q­q[ÆCî7]ÇŠJ‡ÇpY OíI Jƒ1êåÑÙ¢µ¡kÑ«!56Ž NÂÚ¤¯BáÝy÷·®Vè—3 ¤'ñgº‡?޵ˆ»Ñ–à нíP²{‹B‚·˜|yüáòr5åˆH²]¨ÉºÚ‡‹'nvÜîbKZ#^.ipWà)+o'dZ™.Ùq£—Î+G†JbfƒUý¥ ~yïöwysÕ ÀѶ‡p“ŸúÚƒG…C†SöÏr÷ŽÀDWG|'nlfV¯xm7ößm÷em÷÷ Ń/’™Eº¸€¸©"ë¦üÚïº& lfÁ9ýêš2ëŽ«Îø|ŸåãÑ{:êêåñL죇[ìˆÍp5¬žµ±P*{J/pZ/SË©èÅëÞÅÓþêRÇ[Ô±QðÝþ¨h±='¤F;c®Û-~§7o -PéÑ,®hSÈÍù÷a -ágh¥éûGñ¢ú›{yºÂ!^œ·Ço­%ŒÉ86®(ÝÍþ1=”êñ…e‹i"¨èÜîì*©}aÀ–F½#¯É|C/¨Ýzp:¶×_´çÛö¶µZá§Ï㦿±sÍ ì.ùÇVj’Èçwúlô>‹˜1©15²ÖeÆš:L1`Æ£qÿ‹°H›æî¥ž´õ/ÊKjÚ¹ÜËìYctÍêÔAFf…›ó˜ ÙK$Qå{V|Ÿ?ÈCv”°íòÉ‘Ü;ágǽq×´n³N‹°¬–7,»Í ÷Ù°ûf°-º1ã825›¯Ð³ÒŠ¢‡ò€ºJ®Eg,¤ˆK½JÛ}‹ÒŠA -!Eÿ‹èÌfÖvá-5ïtÎÍ6Ú‘³ÌðshiMN­OD{JwÆ:‰îkúr‡,ìJc¬ôM^1ö|÷yë:íâsÖZ3C½9rs*Í—ôR“½Oc¬q¡´ùîM‘£Z‰|VU‚LÒÒÉÈ’F¼±j@8w°D8ÃÎèÎêÑKÁÈËžµé½-ý×}Ïçͱ½ÇœqUOuA­°h"ËÚkÔć§¿,ÞQ sýZ•®ñª˜¥»ñfÑí´cLhùÄiÜn‡*sŠcƒV´Õ‚¢PÑ'-ÕI–ˆ^ÄûÙ(®e4ˆ¶PäˆLÉRðåI> Îñ…<½4 -‡ÎW>‡C›c÷‹ýÃgl8Ô¥1Š×#:S» -ïGú³rá/ô‰ñÕ¾dĬ1< •upîÍ*W€'.¸û2®x§sÓZ?PkÓ¨÷š•ä2Áœ3ý)M4bŒOs›øDvòK+«€È?w|e 9œgw5<àmÌ_¬'˜Àõ|Là»Pc7óˆ†?:´”í;À’#Ù ù¾±p »ælŽü̪®­„ÙÖ¾3Òs†…ñòÎ߈æ®ûn'³Ÿ@í5¶ópÖ8x¡Õ،ר~Ø#zÚ­_ètT.¢(4%êêŠàÍëJËxý@µ›‘­×ô|zê;ý‡u \Ü%÷·_ÊØVÈÌ-ƒ®•4•Ÿ2㩼ÌtF™ƒö­èf ‰•-pI?*Õ¦'ƒÕT¤™­±ÉgÁýBb»0ÓjŒÕ°‡Ê_¬G—P©«jÑ©DW»?¶·ša!ÙÍZ(_¡.bki"ò­úq€ruŽdµ}È)¾¯H¯±:-àRYþ$‰Á]X &šëN­i)¥ˆ™Ž§7Üè³ÿ8ÄÙ6œéœéÇòˆžŽ/q¸Ù>b£…òlLÖFíT¸®e´ö,¨LÚâ»Òšd4¬·“µTÉ  -áï¸â9¸Ò›<›åM4™•£fX.=x/(,~Žõ?,­üsíúˆµ¶Çû¡o’Åœ§AXÖëfa*ꎦ%¦Ávý@Í)Í_©v§ºÅ6´jv¦d"íMmdbXåƳâ#^¶R”åòðúÂÊe½Ñ‚¥˜Àˆ½RJa«¸*¡Ëþ¹QXĪQÐoÛA>¦µMêµ’ùKª;•¼ÕnÁXd†ÐÎýíΚiÖ^w‰Œ¯À1`cp;&sÐ3O´½#íCÝ7¢øzïê¬ïTyß›ÁµíM*¯ƒV0Û`²Å -L†<ä¾wÍ·òK0·œJ¹n¹ŠC½ÙÎnfÚ8[º=ÜÌ~Ü9e*çcœ”i¬y¬™—#8> p¼¶òp… züJe“‚–ÇHí;«õ÷FÆ(·ÇG}U86»ù|IÒÙZ–ôÐÇ­1£–;dáªn¹:2ÕÂs¼AëéŽO—fPŒæÀù¹ à½Ì&Áðš ÊxŸ­%8uR+ôf>È&ßoÙ/Ç›(€ˆàU8ph Øó X U¾øJe Ǫ‘¶ª$J¹YZHé© -gܾR¹y¶Â2µ8,@lrDÉYé’ì¶|ØnQzZnÕr'™qÇïİÑe<÷®ÄŽó":„ °@‚m áV ±— ø| Ÿ|ƒ,Y=2·ØdÞ,&Ÿ…xçÉú ¥g_©æ›qÓíýS© B›NëO1Úe:%©æßuV~ž+b&Úï10Ïg{¤‘9ÚR²Òúj“»ë\ZÕI>Q ªº P¼(ÝyT€•:sfºcOzÔöZ* ž@73€žŒ÷=íäZȰ ΆÍÁ7e÷.“Ì®†û½«þ@ü»E m‰)° +Þëx xùºmÌâʾ(…ÅG’m漇·ÈLiÐúÇ' K ®' Ko÷?ýí9™@0õ0Ó< -0§PHí(âºËn;iÕvZ¶÷V°b€PH‚~ã‹_©¬ ãí¨À3N﹊&á|Á3±-Q„hÐÕúK-d+ûÓûQ|>§\±šßü@4%`Рõåÿî“ÿäí±þcmÕG`¯s"}™4ñjÚ}÷üš„Yšd'}ÒX26)ý÷YiËè‹Eí®ÀOcØŠãÒO]˜’šÐ´ÔÒLMh!íŒ0I;#œÿ©»‚øo¡mø½“ßýµ¶vŽúº¾œtŠY_¿>?ÂúõÌŒV™w -áGNf™»ß¸Lîý[k‘àþW£ÛŽZ„øWÓÚÌ¿nqN¥EÁ_;ÚR¾&4Yw{’šÐWZÚ-ÅvÖlĬwdŸŸÞ‹{¶wÀà™KãǪR›%èî(8ÜD^Ýýº½½;¸• ãêWkå(l¯Z©Íâr‚í*B½Óæk4ðÛmàM;&© •±Ôˆ§z¹ŸšÐKêÁ»»˜]™·gf }Üa]¸ûÈ Iû*È7ü¶Ã@æ6¼ÁÿT°Jq}xElr…ÍÖ,B-ý¢B]ç|ï¼ëWqÈžøô™>:§y£3=µ¯ªyÊh¢ñ[Äú?Hòät‘†‡' ’Ú¬”ˆi´a|‹J=øZ}Îs‡dçœ$ÿ6Œôð*=¬G4}ÛÀ%j¯ò5”Ïw>¨üãAD…67O)î~íhØ;r×pøä}ôcÄ:ìšœ(/Ö·}Àq•=â¯Ù](¼û;¹ôìÐýEØF£mÿqœd I\Ù|Š\ºœ©éÞ/§{Ÿ]²£Û®nO"Ô!Ô ¾ìÌÃX ýÓgD§ö©W(ÿ<æTþô½ìaø&sû M–öÈ -«ìä®;eþ9ú}­Y¬H2GÝéÚ)Þ§EP…'C. 'åÜŠ|lû"îXƒþåiã­ãεÙ=±¿_Wëí¡\†¼žër)É”œ¶…AVß+ÔŒ~Óúôö4|qUzÏ”X …݃Îl^…V³ö©º•W,ÊܧwŸúÁ{*dÝüd×;Ô&b±ÀŒ±;+WG -§b$¡×ô©#µJ#üTûoÜ+¯uçÜ)õù¯TÞ¶NWz onµå, -¡9}3"'›Ýœ¬RûÑÏ𺢔Pì5ÛžÍw¬ ¯ŽÔXÎ×Yåš - -kNv÷ö|"Ãõ8xIûñر.Ò\>%yyÏŽ®ù\e¤n8J|ÀVOL>´1|Õ¼ó°©0Å!€oÈÁÏ^ê#àYFåžL¢J»;©Œáx’S'ÒYP©±7¬Ñu´ZŒˆ“ï‹éý(ÒÑç6|i à6ŸÒ`ÁªØ ó‰yÁ벊__ý`åú¥ˆ'¨Ó½=ˆŒ28<Ž,n°ý`¿.?ì’@ w>‰JÖ?Œz€mÕ§'c²îH.¸Ae2z©ä¸.Ñ­Ñ­”åGdE†9O†Ž{V‡­`^v5€ -ù­àmé‹P(óq8ù>\;×{#¥ÒæwyÊOLdËßa†›Í¹ÆÄÍT…JAþáÒƒ£`ŠöÅÍJ’{¿R9¹âà¿ `sÜÇZ²¿wJ¦¸ å¾ie”¤ËFGTñJߦÖ‚Ê ?€Æ¤˜Ì÷{gRîoaLëÃéôF!ãõªò$à'WóÆ]ÈÔ‰æêH÷Öì±]r±—:V®éu˜MH°«·ßɤ;™‚øâÜÍCã.¶G¾“½ÿÛW¢Õ¼ö VŒd|”Ï ÜËB¶½ŸÊ4–"§™Q!Pγ&6à†Š5°Û;,ܲ¤!_ÿLeNé(‡g—‹®Þ;ì:Ïí3êX"žìýöû8,·Ûõ5ÕZª°Øâ*‹Es=åãæZ.! D²…êÄ_I¿‹Mt´Þ ¢°$ÛZÛíîO”5 -‚ªN²3`æUŸ‡i…)oÆ ¾|M}ò­–âð̨Þß!²‡,t–‹XªÓ½W2ýN\»Kv)m÷'W›ZnÝZžÙ°•ä¸Ù×ýb³H— vèH}&È€6#­Ž&È.ªL•¨ˆ9<³D -ü‹¼Nw@‘¼ã¾#,¬²ÓuÖÚ1O«¸®Yè"+o¬[0žaÁjd6ó¬ƒ÷Àë,òBIiU{cÿ†qWhÊti"Ój’“+Ùb™¥8håìæ¤)¼Áîºã[^Û&èßï ²¯At824zŠ9*’u“R±Þ•Rñz9CRÑpA¤À¿8"Ý÷l›UÊãÕ…læ®a¦Ý>ŒÕî¨êÎh:ŠNG‰äÔ¹VÅÃÀûfÙÞĨÂÜu¿®wM–#;€³-6¸¦àÓ¶B¼$fl-+‡nµ-¥zbD½c2ò“"Q#ß!^U\%ì°pNp)ö†ÄˆW¾‡'ÉG ûâMO3³üŒWس9œgøEÏ.Ÿž-}05£î ´²=‰n“ŸúÅ’ß?L*—¨7Å+o ßù®Uu‘(RXË{Ý™&Œmæ¸/õèYï<¢´¶7#«£M2À'^Ûæ™p†óѪ”*ð˜·ð…EÍðn>áÙë:‡gÕFr\Ãɹÿ]|±7v[å·ö×~çÎNßÛ`G§• ¡ä‰+<Æ—ËpUR½¾x >Â6§Çû{—]¬³ ;…[ë#Š6Ëp@2'[hÒØ3›ìò©lÄ{ìLˆÖyc ’õð%Þ9á\f÷Â!¯cëÞŠÁúÅö+ì«ûÆ–\gƒDê ¸«}±<]ñ¦B4]°Ÿ¦äŽ70g (Y‹æ z6¨f«’ñ¬>†ùF¸ãÕcvm›ô;óÅàÒæû½wK¹l3F¦æ ¿ò4i£@‹˜—Ï}|UÛKxnpV±~u±þ]>`E#J ¦SüÃw@4Êóá ºÌ•N'E„jµR?E endstream endobj 31 0 obj <>stream -%AI12_CompressedDataxœì½ë²Éq&øùµ?dFŽ ¥Œ{$wlÌNs qÄ›±)Ž´Ú±6}ØÄ ´hrÈ—Ù‡ÙÛïóˆÈÊ :—¨%M@›@UVf\<Ü?¿ÿÝÿñ‹/ž]}õö7wÏÜq>L÷w×ïî^|xûîGùôðãׯ¿{ÿá?úÁ/x0é8㦫ç/뿾{÷þÕÛ7?:X{4òåsþúÿ|÷‡WoðßÜ}øó?ø!¾ùÕ«¯ïðÝ‹?¼xõúÅo^ß=3ǯ~ØÞŠÇܼø€l<ÎéhòÁÄ>òúÅ›?¼xÿþÕŸñ¥‰.;|vzûÝ›¯^½ùúôöãÃùðÌÍgÏ ðO¯~y÷¾»ã8»˜òb—ÃbÏìr\â’—%Æ‚‰‡[fç¼÷ÙÄ9x>kÿ ž|óöåwßܽùð‹wo_Þ½ýöõÛwït¸þÓ‹7‡Ÿ¾øß¼8üÛÝë×oÿx8½~ñò÷+|ùüÕë;¬Ë7/>Œã*]ýØØ/Oß½zýÕϾûæ7wX1g,?v_Ê#ÿå=ž…Çòïü8}ùãoðÉw>`Fx¡,ËOÿퟷãÀ,ëõƒÿÖë/|÷û»7ÿó‡õÉïÞ~ËOÞŸl. Æou÷Í·¯±þ²\v>,ÿ{þk½s‘{žÙ°ð+?Ï»ð¯²3¼ç¼J ƒ»?þèð³·oîÊR\½ûðEÙHÏÊË7¿üîõÝ»yóêÆ'k±”µøéÛ¯î^×ä÷Ï_¿%Ëœÿ[nøÕ‹w_ß}Àþ¿}ýÝ!ÍÜÞ€µþÉ‹?ÝqÃŒìAúòt÷õ«7xϛ~ûå -Aùõ‡™Tn[¾üù·wo~õö×2•gÆmL!ä`³·)cŽ>ûÅ/ÙÙ”>!m¬ Ø —ðŸ,ƒt6óßëÀÍú߹޿êõ‡»wo° mDÿ±¯¿}óÕ—õ@ß}µB!pmýèï ÈŸ¿{…üÑ3›#bb!Ö|÷ê«3­&{Èå?ò²#öƒŒYìŒóøØOù“¢ Ùxû˜OÊê\>`"mÏí—×?Ýœ£ùøÓ/0Lýúí7¤Ù÷d.¤ -­×o¿.ß­—oðóï¾-ëRèäý‹w¯Þð™ÓÏä›üå/^‡¯þñÝÛï¾ýñ›ß¾~P8ê¯ï^‚mâ|uøùoþþæø³/÷õÝŸï^½üÝ›»wï'0|¾Þ 6ùíï},&ùîîP¾Ä/åŸíÿþõÍÝoÁÎ?/ŸþÓÿm]zýúîͳÿë»÷/>üù›·_}÷ß–»~ê/^¿xóâÝA>oÝ>êðcØ»¿ÿðê‡o^à=¸‰¿¹ûð¯x8Èð[¬Ï«?´iï_tß ›¯~ÑO^½QàgϸIàèwï^½x½¾u#0/¾}àÑ_üþîÃËßõ/Ÿ~ŠÇÿé›ß¼}ýêý7ëÏ·ŸüâÅ»¯^¾¾ûâOï?Ü=b7¿xÉcôîpz÷Ýûß~õöíyT_|{÷gŒòÛWoÞ߽þL~Åý½èòƒ7?ƒ¿ünôºŸb­ïÞ ß1T~÷Wü¾õ7£w‘¼þßtýâõëW_¿{ñíï^½½ìŸë÷¿}u7|çö÷OÛ:Ì ,ê«÷ë«®Þ|ýš,û»7_+ù°–rû£ÉâpûÕ+ë ÌìÞ{¾øã pŒŸ¼úͽoã~ûêÍW8Z_|÷êÃÝúp¢ïë»÷ë LÀÞ…C´|±>7HØÈ»gÏî„v>œÞl¾ÿÇw/¾z %àçï^à…øÇ»×¿ùá´ÿ'PB8œ¾šþ}ú¯Ó¾çÇ×´ùëÃóO§Óõéæt{z~=_›k{í®ýu¸Ž×é:_/×W×××7×·×ÏoæscoÜ¿ 7ñ&Ýä›åæêæts}sss{óüv¾5·öÖM·þ6ÜÆÛt›åù¸ûñ—øš6ýoÓ<™Ãß}yzÇ…r÷\þéפ>Ú­¯L.ûrÌ)ç¼ä«|Ê×ù&ßæç˼¸’¨X‰JÖrµœ–ëåf¹]ž_ÍWæÊ^¹+®âUºÊWËÕÕÕéêzºº¹º½z~šOædOîäOáOé”OËéêt* šžtŇ®iðáfOºE¶ŸöêxßÞ{ÉÒ@ÿZÜ•;¹kwãnÝslP°§|ôIÔ„+ò× ž[ÿÛh‚ úo Å®Â)\cÚ·áyœ§h¢.úbŒ)æ¸Ä«xŠ×X£Ûø<ÍÉ$›\òÐ:bJ)§%]¥SºÆÂߦçyÎ&Ûì²—Ñ=þü× ®k\'\W¸\WŸ\—Ãeq\óó™?¼åŸ›[Æ[×Û«éöêät ‚ÃiK8s'/àüù[‡£hq ŽåÌ7âˆÞÞðN3í GĈCœoR·ÅýcwM½ñS<ð‰ä÷ü¹ìŒLÆ -› ßLsž—ùjÆ1œ¯ç¬às<ۋ˽ta’ɧÜ\™“ã47\móœÏp'ÿ8\Þ‚Â,ÈÈ‚T,ÈÁ‚1X‹nÁo-¸ª•íâ~Wr6rÉþLüóõ -õŠ›+uW¾tÕ)WÆ}#tAæ= µ€ãòÂÃP)+ ]ÉEÒ# ò‡ü#4ý|ž@¥F.™…\^® W”+Õ+˵Ôëj½Nëu=É!áu³»n‡×¶þïÓ|œ­ P—CÙU;@<üežyTâ/ºíôžO2ÙãÛä|¹)†ím9Sô›>æîú\Ë[‚É‘w‚mïŒñ˜ƒ[¶~ÌíåÉsä­Ö®¹Çæã 9µyäý÷ñYÅšׯ- -íÃ/ñ«ÓÍŠ£#¤/î~÷îðG"Ì»Ãû—¿ûã‹w¾;üúÕ×ÐÞ¦¾Ç;]ÁP˜Ãú?Ó¨`ø¡Ü{hÿ+¶!LšæX»B:B¸ó -=|«,xwÛ1c±?ñà Ögv‡´S2—|ùÃç/a@Ê÷Ýô”Mù—7o^|s÷ÕáëúÑÁ`'b9|ƒ°€’¼¢\¡^^.'—°ÁkᢡrU> ìæ$ 0µ\'bÖð¯E®\¯$W”+Èåëåäž lÅk.Ù΄ÿöv#×u½Ê;ÊŸE®\¯$W”+Èååråš®„Ãæñšy5f·/]Dúòª“(o(<@F^©^qŽŒKxŸ<˳nä÷Wò‹Ä[:$Œƒ½…t¿Æ²\áQ 5¬zˆ X2ƒ ߦ\§Ó„©,À. &Ë8*“fðë[àœk¬å^ž"p‡´±‘î€ç7ØÊ¦¿<¥@G‚n‚Ä3aó¿κÆò_weெsLfü q œv¹nËZRÍCÒY?HgˆÄPÆiÂZ.œ R4@¢:ÈVcgH›[ˆÝkìæq†HŽÎ¢ÓB\ÏÄMß×ÜetÌÂãZ„Æ÷Mø?„iÆèႦ¡õ¥;< £¥ý5Õ¿äáµ ¯«áUi~j©×õðº^·£kš‰QŸïq$Žê¨;š5Eå‘[67A§œEÊß—òOÑqä¤%9[¾ûþ‡dÔ 8ì¥H™9€xwRjÉG µxæº[ØiÊÐ „ëºæ´: Š$µÇÅnYõ£î.ÏÅÙ QîœS´Ýß§´yîcî–ç…Æ9óÎèq€öwn$À÷}œ˜‡R`Þ‰AËû+«+ ®8¸À`&þgsùÁåÔeWý3™óŸ(DÞ]ú4lNË´þU¯ÓàÒ'¶;דü߈ $u8‹â@cf5âkšÿ ×he§rޱÇ/E…ÅQHW"ß(”(–Š`ò¢ŸX¡ƒ¹ -¨[1b\‹\C˜DPQTaEqU–R™E͸ÁUD×Id4ÅXabEŒÙI¨iå¶Ê³kA”i”jE®Q²‰lÃe‹xGW„ÜµàŒ«‰ŽHÎE¤å]‘x”y"õDîÉw#èç$ˆa©0‰6DÏã; ÙÎ"‹@¼¸t„±T¹˜Dälô¢4Z!ì¹ÊHJÉ"'!)§*,s=[íè¸õ(ÌUtÞVÒm¤¹¬”V(©Š*-”-»…‹E±VœÄL‘Å@ªiˆQâVÌÅ‘ÅTE  Ã ‹T™ÐäH3+΂‰ -O³¿ PoLw#(îj+O‰Ÿ*Ù>AMB›ŸAMBdŸAMB-ŸAMÂVõÎð‰ <ÿ øIþ<ÞŒ÷ÔbËWø¶£çí¾^·›ëf½®×ë´^‚§òf)®‰'ŸíûöÔÎv3Ç>_íGͺÔlN§Õ<ÛL´ÍL›W#V¬W1p…©Ú»Š)ú’À­lóÉ2w=dÛåk¤‹d¹bµL&±N–k©VÊ+±T–ëºZ,oªÕR,—æùTÌ—¸êž'ÇÖ¥ážîÔè}ÓÞ©qº.Ûq¶ží„ÍR¸µ^°öÆÂ©·–mÑgï1ŠÝE}nꕹóöü{±ÕଡVréûb§[ˆ×CÌÆ-b³ñÉPט©$:±ãøj:´Gú6Ö»ïóky/y?muÇäòb$fé8[,ºò”•Ù¥‹u G´­—h²üež­÷f¨Ã<éW§Ñø¡FãiW\5šù’ßà’× ø ŠÇ œ½çrØlqLâ)Hâ#hþúžWŸ€'@1ý'qv5wWux­.¯êôšV¿Wñ|5ß—x¿ªÿ‹0>Ó ÄÕV|aW…¯ÅHxü|¢[L¸ŒϘ(MïXxÅG¶è>‰§ìºú ÊŸ‹Ïl®za«›Ä]áÅ…ÄÅ•–Ä–Å¥¶ˆ[íJ\kåªÅÕËy»^ϧ•sô:’Ò5ÏæŸ-'ØŸø­fo†ÙZVKÊ´1ž4•PTÅ•ã´?É6ÍÔ™yœV=8w<½quÍÙÏÜ}Ëáo‹PžªŸæÌñ¶R|ûÇí.¿»Âùšªƒk{%uåᵌ®iýëÕC—6á÷óÒõ[ÐÝKðØx‚šý="5î³ N…ÿ¾kl;Ü\Ó÷ÜkpT×ôØçe¼‡Ÿ -¯~ÔŸ¿Y%â?ú[XÚ¢îyœ.!I’+Œ¼7Šé´cšÈtŽcß7½Þ7B©"šÏ‚ù,–›P~bÊ$øbÊÓcP¦qÊÃÛQâcÎìc™Åƒœåilì"ï{ó¼¤üÏÈ$ãÚA ÏxèzŸiøé…`ŒÇ\ƒF9—ˆÂ)’p‹¼Ô4‡ê0-ÎÓâJ-nU:X‹¦XЙ©î': ÄA[œµÅq…É$ÑX³h­Kuù÷ïµðá=¼ž š… ášÄ¥\ÜË^XR¶EÇ¥–››A í4„½Žà*ôëu„Û^Gh -BcCOgDXÑT£áîaEÛ`©­Ú£ŸÝ´úI]ïŸi;«o}2wT€ŸšÒXK§æèÜ‘f÷.Žeðµh±x>UkƒwSÅ(E…¾}Ž—YŽX†°ñD>þ7òÆ‘RãÍ^n”¤v«Á·óG°·:þ„ß”wxÃàd ]Ž.1.éèB\ºíBJžò£ÓÅãPô.º.nA¤x2¼5 ‰ò ½ ²»†DŸAltF*;ž uÑJª:‘¢@O¤¦@Jšäl€Š°_¤ Ò©§Êå"•)“‹D.ò¸I㺠-b ‹žŠzX”¦ÕĶB£5xV.´7;IÍDÕ<¯`ÉHô Ó$˜)H˜qSžz%èé$ÞùÁP·bh›%"ÜHT8ᔫaÙA`¯4 ºÊ‚°–ÂCK(D¡–øÃ›U•ð¾yE,ñˆåråš$4±…'¶Ÿ*–`Åóµ¬×Õæ:¯©F3ž¯‡„ä8üð,´:)fî½ìÃ×´ ¨ü¸«˜§}³S²ëó»k *. )A6žpZž¯,)Až*S2paÖnEì9aLIÄ…DÝYGIWä\ÜEÄ5×ÄÛYuè‡Ú0=»®‡³êpf[qù©ò®TÚU…e­PÌV ¶E_gܵÁ\“‚[ kù•»mpV£+|îTyݵ0œrÚŸO•éÍ•ñ™zhk ¢¯WXù`á…åÊõªX“ƒœj¨àœx}þs³¹¶,æùùꢫ UÓáN8ëþr꺔)Óò7†‰6f…>º“€’ŸrMO»ýÓ»q>»q>»q>»q>»qþ¢࿱~vã|vã|vã¨ë?’q=Ùó„küÀëïMóã}àé1×ô¸Ûv?YOÍõtv?]PÍ uvD]­™|Íu½ê`·Ój‹|¾óMÍ+ø;£¡šEXÝTÍQj¾auWMŸUn¸ºÚù®Nk*ãÍ·u»PÎgãÊTÁ§­—ÛxµÎž­fs‰ Ä¯É—ËÆþ"6˜ig†¹®iœ7ë:·ÐÍ=æ;ÛàNCç-ÿ¦Aq9™¦z™Ü -¹[j~^‘õiÚ(j·37ŒìV«ÎÖô÷éùÏ7Ú›méø- ¿¤Û5î¬ÈU¹³2W$HÔ>7É -7•®”½Rç;¥nY•ºë¦Ômt:7 Tº¥Šœ¦ÎÝVÁS9{vî•áÇVCh -ñÙkYâi]àK¾‡åîNòNjx¸Ý -=AöNêx\¨äñéûôèèÿ@w¤ Ç%<ÍYòXgdGl¢}’3²ý¦¾CЉžÄùè}’ôÊlý½ÎÈ'üèã,JËТ´Ð¢d›E)Ÿv×õ#®{­•%ÿòõüÒu øM:³^cUž´=º|»¦ó_E#]qx¥Á…Ó5­b6®½Ûë´¿FŠ©Æx÷g(›ÀtA¦®Ÿ×~‘]²²Ç¹×·{ûÓÎu¶B™­ñ§X¢¦9J¤ÖD‘±MjQ6)ÈQm–êŒRC{”¶D•‚H]!„} „Rü@ªHR^Iݱ2´Yˆ»e”žj‚Þ2­ ¥aÍÓ³›dÒ–Jzµ¦ëµ„½–²wNÚ“´½Iòö¶™{ÛܽmöÞ¾‚ïøÖ¾iÍáeñ]ÌãÛÖBØ'òM]&ß÷ª†°¦òíóë}´VÚ‘‹Ï™*éˆ1ùmbÆcnæç¼HŠÁDMX=iàmxĽÅÊí°v‰5»¸’Ai­Ëŵ¶åµÎ¶òZˆMüqÅ=ç$ÑÕÖs4¯en%íõ¦úO’ýz%°K]-•ér!•‹ETN*¨ ŸY@Åœ ¨Èµ­ ²«¡2mʨô…TZ)•´*7aWPeSTå¬ Mgƒù&UþyWbåÌ]‡¹î -®¬gÚÕ^ÙV`i×^>í%X/ç”8Ôrs$aÇòxØ½éæ¢Ì¯éö÷_)=ÁL‚9ûëtßÕ£¨G_5c˜0þ)¥M^ÆuÊø>i|›6¾K?§Ž·äñsúxK o)ä˦ŠÁZÃà,Ž&ñðíë¤*•ÎÕ ÌZ½àv#NrÖZé‚*¤& uURm«lë´ -ySÁ Šr¼V19I6­u nwµ N»zySÓ Šrî×ÊN€Äšq<­éÆÛ$ãmrqÍ(ÞÔÙ×éʇLªRHWdPúã Öõ=¦‹=î3¡ÞS·cº˜E|ÉÍu¿Ÿìɇ¿œí³¯Ç¸uÉoò#+ÄÙ¡§Õ;®ÇØL=gýÙÌs;ö…§Úw¦ÎÀc6Þz¿šwŠ› 9ìwöÓ^,<ÓÎij5òlÍ<[CÏÈ}ÎöžiçÿàÅßšŠàƯNüé‚ÿì¿_}÷·½©QdV¬'å“Ã$(=Hù—(F•$†•ò§ Þ´*ÝDÓ*Ó¦¡Ú;Öl‡:l¯¸NhªOVO§KêÀp|ßµ¢šé‰aB·]Ó÷Œ¯ç}õ¯½¯®/Ý»ëz‡¸ìJ)°KÕõ‘/9ÅÃÆú -4ò˜›‹åjŽIÒÓS6R‰ó\üÒÁp2ï>›¬sw-æL¢] \%ø´*BÖª ù‡oý(•É…‘Ê„Oñàjýš±iÔ¹©uW䆯ÑÝæq6a_”4±î¦ÛV¸xK©[zô]USw„À_¶¸pÇG-ß°¨€ß™çÇ£CѹBÓ…´šïíë~DžÐÓ|ÝÓ(öøá .Ò•v¦¶. ‹ë7m j[CÚÖ€¶ âº\V¥ZȦL×TÙÚö–°}$VX½O²[ç«5têéÁQ÷†EÕ‚éß#$êÞè§I{ê/˜EÕ4â”þj‚Œ>"šàS…'\víd‚þæ±Î¢½|ÜýLJ9|ú‰8ä0—rz ì½£®ˆ¸ÑN–ÎM}vR7-嬧Ȩ¦:0U@¾2‹³©¼#:í£ÐG´?y;WÄÔy"úR°¥|å#ÎÚ÷¦ä{uÒ£l€5¦"š’Ÿi%„šòÂ~ÜíG×vH×vS•5Üç,ù.#§eJÑþM^Çšc7êÏQj‰a)¦pþ­nšòPí¯'?°z{š=îÁÚÓã‹7–Úûþ¥\)üV -¾•2oTÛ]ëÉQ;rÜÔ—§µGª•.ô: L-xù|íÁqZË^æÕ5àÿ:dÛîìU¢$^ø—¤~æ{‹-?åGµÛAûAÈ&&é`ì¼obЗ^~Êj烔¤V3€g(i,¼3î~ÐW6{ÊZ/×’;Ž¥š4SV4{ÌÝÅ{†[øœó9æsÌç˜Ï 0Ÿ`þºéßê?'À|N€ù>œåsÌ'c\Ÿ`>'À|N€ùœó9æşO€ ñ˜¼‰Oòk´ß|N)Æ£¡—&˜MÀÌÍ…ëöQ—*•6í4}­ïÒ ¶ÚþYϯªýÔéó{Uý´²¿ëZzimÑ»2B³Š 7œ6 1®MxÏL±°År°·ŒqËwÁcÓ&zìúA{Wª¿ýzø×ã/LñÌójÝÚ²ÂÆtU°!#˜zN ¿iá4=Âêx££8.ÇqL*ŒãÌVÎqêÐÔíQ™-)L{JP„ Éà^dåOS£E¾Ã ÷°Ž-ç˜:Öñü/løúþZí#}“ßÏFzÑú¸ø—E²·Y\èß:lÛ:lÓ:õ™ƒ»ÜÁùÂÙ³pî¹¹9_{o!¨iYq¼Ãø½üÅy#À*çݥؒ§ý®ô)Â@Äq?“Öùÿ1¶­À*9€9ÆWnº=ú'‡†a~øô^|ô$<¤Ðt/êQÐÞ¹1@S'ÃÄ?;}pÀ»¦—b{6uR,¤Øóû¥XÕoŠSoZÐVꢇÊÐuh‡ŸŽ‘FMq;84uhhŒ„îóªu”5=ˆb'í@ÓFä]B@igD:“BÎ{áw :åÈgÚ™nVåy+÷ôÓÔè•‚ö4U'p®Ž_¡¡§ã$…Š4 š†4å\ÊôLct mãLycLºš”Eé ôjº‡‰ôù7YÈ–¦ “€Ûã MÕ˜dÛö‡ Ûÿ½Ñ#÷÷øƒ o”£÷~0sÙ­ºÁ.Óèò½ëL— ʆæÇô~ôODýf…ÓȘ°ÇKƒ^$¸(/Þçò—l$‘¤)÷‰¿{^b$¤^ZòQxiX£7-…M„Ò'ýóp9Oê>ûüÀÏüüÀ¿ìÏî›ÇØÜ6g—M﮹3uöÓL]xDï¨9»jnû˜Å.d±ú·&eÃÑ.jñÞÔßiÍýmŽ®sôâ9~±`ܦÿnãw‘Œ-–±E3¶xÆјWðU×xŽl$â„7Þ¦mçûâûH;,ü´¦oŠ÷W¸xE}M›¤G_÷ü™îû²û3¨s¥¯éq·=þúÏûÀ}s–û»Eœˆs[+‡¿5eáçq÷Å+Ë3N£5diý¢®Ö~QfÕŠéá¬3l]¯ÕÖ0)wËÙëz9mkiX]¯Åù:ÕÀŠÖveÛt¥uºÙô[é{­ô}V®¦Úf¥k±RÃÎÝUÎU¶]U¶Uj7•iÓIeßC¥¼ô]SFR6Q&Ý E5?y¨sÉ°ËÆÕð:Ýs]¯I}ô‘¦M?­OrMŸ8ëoçÛD©µcŠþ‹$ÉàÈ{:݃˳dßçÝÉÝ×Jå ¿ÙwT æ8ãÚª´oÖÞ*1à‹hŽT›ÎCm ~ßfexÇþ÷ O*:Øùèì’¿ïïøêí’ÝPot»dѾˆÓ&m¬K;猕§•îû•ÑÛ*ø¡í禞ª?¦ÅlRŒî»©„µÔ.<¸ç–§¬ñ¯ïÞýæõ‹÷ïïÞ|u÷îðO¯¾ùæî5yøñ¦âÃ1ã^*?ô ¶ ÙuªÙŒ>)U»Ópÿm²ë-Ã<ªá·O™úÿ¸{õÿþ?øâåïþøâÝŸ1éïF2oj–àR3Ú8×ÌÀ뚘kF ¯É€sM¼nI€“ä© -ÈŠ€³T¼‘úWR÷oTÊìær1³éájf÷åOêôÉéþüÉZÀ,¬…4çµtY)\v® Yk‚Lª(HzZYµjf­™9õE3/•Ìì*f^¬—9=¦`æ>hÍŒÍu£ïJ’'%6_$e|ðåÏÞ¾ùÅ»Wo>¼zóõ³g -ß~1ýì[~ãÊ7¿xñáÃÝ»7 ýŸ¼øî7 xù¿ƒññÈV‚K+ÞŒÉMéw4 tã0¬zp)jý2{Ð 4QüJþû¯,ÿ¸Ãÿ}'5uJÿú'ùçÇ_ÿ>ü#ãðÓÿÿÏùðUùå/)&ú1ô¯:|ƒ»Ðá'£»Ú|~2zѽ_Ÿÿÿû‡«wn^½üðêí›ïþtø‘Hº8½}ûúðƒ«×…þòö«WÞ¾ûòôâåï±_þêÕë»/y÷òÃüŸø_¿h?/%}šx°‡ßsB–‘‚ -õ†˜&§#ˆ¿¬‰› °”È  ‹ÁAˆúëCž-(+yÜiç%„lïÈG9zžq<ƒ-‚­;\ËsSy.~•qÈø+ZIÁ3f2Íg/áÜ–7‡òfg–Œ;Þ<ã¹ÖÍЈpGf$d}n>&kÁÜ=ß…£Ïxp ©&´.ÌÖÓ‚_§ÌàV>&ƒ~-qG0Ì.àx/\Œ=ó.ç°ëÀF—VíßðóßòÆ”03»|°šåDÜ’ÌÊòKˆ„ßbF`S¸É-þµm,΃¥c‡€Šg &dm:‚uà†ˆx ¤ œÄèƒ;ü‘ãâÍ3`˜¬‹5Ç8ƒ­ÅŒU“ј#ñ XNžÃ¡$ƒç,`¼‹Œ—œãM‹¸!Ö5Iólœ;@UeÊ5H[7§]Wj©àc,Í+x ¨«°ø¼2ñ9ØzpÕ ÎW†‚S¦¾ìpL«è©Ã”â?Å”¨ºÎ„Xò -/^œÇŽ4`õTœ1ܱyìDù’21',.fÂr s W,?×çÛºÃ*8ç‹çÅÈ'ñDZZŽ D<‡‹CÁÍ¡ÈÀ8i@#­fÖºÇîJ ’û€ýÇ,Ü ÃK¾ €Y¨'CÁsŒ‚fäJ€œÀÊBÉ?ÒI”(’Ð8æ‘ø<{RÜê"@&†%ƒòí2¸Î ¿-sÂLT4ƒ8´¿`óñèòèX¤ô‰±òIf‘4un?Ö“õ`_˜ -†³)S¿›A# WˆL<ÆD “€ì 6á³`EìLå$ ȹ¢DL¼ã¡ƒs½9a !‘0\„%:3ã ”“5ãÅ øgÚ&Žû‚é-ž>.H^a,X’§Ãx$ýçÙÒçÅ;ÊHl"Á‡çl -Çé”)ÏSä 6’¯ƒ€µbcÀQ€>°R~àk<‚ë` -W²>‘+ÜRM8 <ål¸ð[»¸TÖl!K¸tSågìÆ„Íâ¶Å¡Æò'Ÿ±®`JqÁâf (gü‘V'Ìw°Þˆ/ŽøXÞä‹Cl8PÞŒ7Å€¥½ƒK@ø§‹‡E -©ŒÅØÄI[е?x|€‘³P^•ŒÜQX=OÚâë›ð3='Ñ€±‚¬±edЉñG`+<„¶¬àd &qÊÄ_™™ °.8›‡‰/…ëaðJ°ŒF¸p ¸Ëc!xØ)V ÜÛ†-Î *î0,à‚ç(11Ï%´4•œ#h´ø ð ÀÓcöüv†Lgd| ë”QÅYóóbiß]ÀÖ±%žÃx„ìÇ 8–äK«?ªÊL¸Õ mvnf•?CæËLŒA½K·=§Ä¡!w^è50à*œ,•ãªp©(™M ‡€+ AŽ`¼cÌ?I-Ef€HŽÂ£’ss&ùM<»‡‹’/8ýFP̸Øß3}sð†æJ!PDµd@ª˜ï™9àÍÄRtvä#¾>}w<³Gš~%ÅÃ3,084ô’ˆú2Ëào„^xÚáY1k(VÁRC _i`ÅiöpZð.?h3>ü+Í3œð°ïÅãAÏ ÖX «>âeБ@Ù -QR Q3À¹÷!Ëp‡9 ž|”²Þ–6Z,ÐáHtC&or9ÏšYÂÙÌ3 ÀÖ`Ñ13°íĪ'sIùd3Ã˲;’²ÀÌWáÈà~€ ÀŽ\fö[§§ÓûþÃö߇øÙÛ€¹oß}*úûÕbu‘,þá—w/^ÿôŇw¯þ7n>üàúêÇMÝùÕoß¾û¦|UA3ðõWos÷åÕ—/1/>ü  úüúZ›Ã¿~ÕHÛ~Ònÿ:®ë?øáá_ÿÇÊÿ—ïdÎ7ò o -dPÀ)_(» Ï!Ø 8 +Xw<€ÿâ¨bmpÀ!᱑3ub‹P8„€|:€µŠÀ`-FdŠ€LwH‚À g›>Òqˆ_‰Çð–í@A$ z/ø8Kׯƒö´w0µ4*ü<–Çõ¿ÿ}/xœaaSð| øFŠƒ`½ [2$%]µ’—þ¶>Î9¾ G¼ýÝ+ƒ_/AÌáÔ`.0/0G°;¬BdÑSòY঴‹^Z'‹ŸÓc,.æÊ1$ŽÁ3]J IõJ»Î%-§+GçÂAC¢à€9¹ÌÐgÎý ó6j(b¡¼Á†YátËÃÀÏÉŸË@p¨ÑÕc±ÅÀHàÞ¸HØÃ7tþ†ŽÛBµ†û/ Ú‘B-Àцð,4zžd€-ˆ¡ì±LXÓE~냭šqÉÂË×AêÔݠ̀ R;Òƒ IF,<P´&Rša§ƒÌ¯*ÀÙa1À˜ ¸5vÇû¢c. Ô`MXê©RÄJÂãiѲ*ÚAÄ]`4€ÀPöp⸧ÑÒðÐ)ˆ @˜¦©ò8p¯@àîI 0Ö’ÚãÀã<5U£ôŸÉy@hD…Ôä¹¶‘Ãväƒò8àXOè-ä6 *…-(;Q“Œ « 5rá1Äšà¡X8oY,NFä™ Æ–p2É¡éCž=Î{BU o < „Ñ@‹™Ÿ‡õcÙ\hOB„PŒ¨ëm~“Ë‚‚E²}ž GOAÿEb6 kë¿,Š/Ó‘Ê -†êZ?İ §âC–é=€Ä¹íë;’èH<š BR f7[È×,5þ"Ä‚ËËpú/)²(C9mˆ¥LúñÙ`;P ¼ ”ª1Æ1” %ôF[·Ñ•=&ŒT /<ÊŽVGi8z®´'*€°2aò([–2—ÔÈÜÈ®²_€îŠ=g¦ÉC!·ù b‚‚9U¨p•â  ¶PsÌOÆKƒ ¥ -þ¢¦Ù,ÈÙ¦²Ì§ÚhŠ $ pn”hÜ*ºˆxÄ€ÙeƒvžEö…¶<¬¶ç`!àäéK;ÿà`²Â r00K ÃÔètØUT n8Ö3Ÿçz?-‡à–‹;SŽÌ‘F'ÐX/È«)N® ´ jd; û>Kqo\1–@É¢;M,mù¹±˜ý\¶ÐHÙnK1÷Eˆ¨¢*Wáè)?! ±Äš¸¼ÐiøKLÛs]85z$95zð¨rž¯«A8S»†nM -⯾¯£é1³p:þÁ¾‡ž¸D}A“>(3è¿,£Å‘Å¡•Ô‰²#ä4°¢ÏuP¦À›Ž®·s€§âv@±@ Ay|ÿñvHêË6‘@3x/^y@–Rfh -IÅ@,ñ`î–«ž«Bq».2˜öC¤öÍfÐlƒ%bö›ýÃÔ곈ôÍy«•vù‚Ha%¾BP ^C˜v´#ƒºÊ‡Ÿ)ŽkiiS3N Óhâ Î †Vâech†ä"^…õ<ñ×_áUâ§Ÿ:÷ƒ>5/î] {MdkнÙ=³U±·.K{+Øáz¸i‰3Ü®¸pV~Çh;´Gtæ¼ßÒ½F£ 9uå7RÕÐÞƒiaBaÇ¥däÜoŽÒkåm4ÕB‚HÛ5$lã†|ÿLyT/Õ ¶<Ï?ÒxÕ.¤O5`+‡4QV“X€ºÃ–«ƒìéw¡qÏÒ»²Š‚`˜ hø0¬ -Äu|k¢™‘Mùb#r ×y<èkÎÊœMPÑ€OªÀøQt«h£“js¦î@ ¶•ƒü•?ÊŒ÷ñàáIÅbU¦}±I[®—£°¡´´Áïdt È09à7F±JöÐÐ;˜„£Á¢aš=ÍÒ Å me7S±Y㤒zÚÀGØJˆ‡unå2&üDé·.Žeh—d^¡Pu*£ÆÛá&Òa6|=TfãW°…ã|$úÂÀñP~PÑk¸§”ºå £œ‘>×ÍÎ@$Pø¥ÊV?àÈ«1€äuVÈxgÈß°ä-$Ð@¦ƒ}2PrÆJ €.”E2á@HkVˆþ¡$š’=H«©JTÃíÅ@] -[‹“¿Î.òªe\vLŒ{§c{›"'^‘ 2Œõ@® iŠêuSéÝáâ6-´Iæ•É‚1÷½n -´þÂê#³U£å¯°ðtH2B T˜§I` ´¹üb¨?‡Šá›ÖMçe‚ÖBçåL“dUÓÁÈqâÞ#MÞít{§:ºnV{ݲœ‰ÆGÀØfA IÞúDhê…†ºµ;~€$èÊðWô•ÆÑ âŒ=[5Ƚ±9àu&XwŒé£L˜unf²[·³ØÁ‚š¥H;¤SÚå°3ÎÐU -g)ñ°qv5éÐùY|Õ4D·( :ÉÖ¶ÇÙŽèV-û“ãºQšmmm\/Jf˜WªddÌÀ¦'öZ9Ütº©{Û`vÕzðè%ܦ½˜@¬I=¦Lš`FÌG¤bêÖÒQ8c^Øk¬]$yS­–íõDÑâ´€D…6Í/gŒH\@¥âòÈ"¹AŒP11n—ÒŒïi8£ù-ÑRJ¿ Ž®a–E’t[ 9ÞŽÉ—SÅýˆçXVó®Ø!ì`8ð$x×ÐdjI÷ôëxYëAä,¤&¦3‡8j8ÖAØ0¾åãéœÁã¥>ƒ´$,e Á¹Žñ a‚?g¢‡ˆ­÷ÅE4ÇÉx¢(/Z3îKtî@”åÚñJa?Ó]i"6¸F–Äê†ênYVœþ³þÍ–¨Œd½éj/(Èž] ^W™⠸œ[-¨Gàe2óÀh›„Ú ú¨èˤò‡O8à~Gù"ˆ%¾È²ö”¦ NÉÅc8Pâ–J=…9zi9qÊaKÇaGœÒ‘fJº\pî´Í;àF;{îÁËv²·GÃxŽø3bxÂA.°ü+œ©±™Á!Åâ1,gŠQ^éþ°Ä—½3ñÐØýo G#I¢[µñ¨ce`à¿=SùŽ™@|û‰pKˆIǼèùƒ°÷ôü1˜Fó>º'gP3ÎÔW‡Lwº*³5l.1,(P·ë95èôÏ™ã-þã²có .‚t“à"z)JBÐ!CÕ•¼ÂhƒÝGY•€T¢c”f37²—gtW'ê|4Ô5!j02j¼5Ž “ x‰g -Ôˆs¸;ákHÃØ%ȳZv¶EˆÂ‘8ð:‘^ôó.žZò­H0{Ì`@ŒÔã úëi¼Z½Éu=Há"KŒIE3ô,g«ã‡3{(• Áä(¨bÕÀzÅÊ“l’›ÛC0:êiØÏ O¸Bpx\YC'’/PnY½Øx²å)Š8œ‡(Ї|¦WBËRçSx“†ÛÐ`f‡R…÷ÉóÉááw—´@Ò5ŒAÑø˜S¤-’SœWu¼‡× JXdA‰ñiŽî‘¹¡£†']{±.d¿8<¹®P¯cp"xØ#é½W) Õ–_üÀQ›ì5uÇËŠùw -~NUéâ¨y3äÑ€ç/†8s©2¦âÄèŠ5F¿dÁ3½2¦ïèu92C -µ…È+SíUA²:îžCßÏ@Å4ÔÖ!]ÁMíú†HÇ ö=0½Ë]PFy$KÜΗ•î´_‰¨ÄÁ”XN‰¹ì•g²'ÚËÁž@™ |öº7™0AðË$µƒÒÚy‡©6‘ªSúÉèé.À›Àë‹z“C4Iñ Ñ´Âg{kÃ¥÷"Ã¥–ì²6V0HÔ“ñƒ½-Œjd°3u˜E¢˜´„3^bél#æ*p¦·¯‹´·Èà4 ‹cäÛÂ4 eÐáä¼ÃÓ°W`Wg2 £ Ê~„ƒž¹Ðsˆ¢Êôæ'FüÍʲžÉ¬¢g½ü(þªÞÞÅ/$B\›!0Ú\Æ;fUÊ™þ±ò‚ÎÚDtä.$E¦§ ut/$,ýQ0vgæÃÆy½"Ê­mÐø¢â{ MŽ‡ÕšˆÉ" ±@.Œl|–a|gbð\UQ• ÃYØ=’I«7^üæ´É”+± $ikéÚY\± -P¹QJ†D«îmµØBÊÅûGoé•àPÇÉs0 {uvb>“Á͘ÒÊÄ\ˆ:Å"•¶PËPB -Dd]±Þ¾ÍHTà=ç2u)Ó8FQl\½A]`¤• 4¬Oô«ocggXf‰aLX2¢Þ”/!™ŒêÉ֗Þ@„cˆp$æ6‘ΉÀ/¤•(rÚû@¥tíÅ=¥ þ%š`ð/S-½ÛÃ2†)Œ%Ú<0›ÞcÂew$ÁÞÏbR*þì\ãÛ½—†\ªÄòÏX3p -ñ”Zjw˜,™ÜA43ì4Ê\ÆŽ"5áÞ-Q-nLÜ€µ_´7 ” -ìèû»0þ¿Î¨s†õѶ~ úŽÑ„ô]jazçŸ^ÜÞwxa“ÄáØvV9&Q4g榚㳣ÇêíéXyTG‡AùcÕ‘ê=¹êT*Gð…Ó½w#7Þ ÜΊ­(¯õ=)§·bsÊ_®Xeu²ø¬rÌ+v­|úŠã«€¡äP½Ò±Ut醑äÓ½Õ¡½ðU[Ù­Ã5zѯ"=|P"C¢âLœi‘) ©0–!~RA0 -‡©ø™ŠàTÐÍÿ©˜…#[”OCž*$H×ëQ@Qý* IÁæ?Ȱº(&¿[Ü“Bî*Zj¤¨P+¥G¨(-¥‹¨ ¯¡N£bÄ”n¤ÂË”~¥ïéiú®NÝkÑpJQìCè†úæ>øN)­*fï1w ôæÁ]Ú­‚ •ÆÞE*õ~樟ÒGH*„Ž´Ù2Jtf³¨ Ne:Q1 CŒ -!U¦}ªÌAkðêÆˆ¤"]• JÉ*3–бZÁTˆ®²¦©à^e‘ÓAÂ#ËžŠ1îíƒ*8¹UHóÈ©¢›1S…P++h ¼Qûhme‹máÝÊŒ«‚ÂGÖ`QÞLÉ}º2B«ö [E½+¸ -˜WFto?4Æ«p}eÒW‘þÍ ò†ÎýóÞ)¡2”cC%6 $*/BùWtnEïšÑ9#O$Ö¡e–…+¾­ÎU$³&:欺ÎÛDT%[Ìœ\'ÇiൊÔ) ­÷Þ/À—#¡W¶€Ôfà@KôiHm;–Ë[ÂØ‡Y^!3±Õhwž`HÚä‰!™ð¬\‚¸³¢U²uºdz×bÙ$ Žr,°TÍq¸ñPÆ\À:´µ´° Hïçd³$˜3í/MbXcúáLËÛÙÕ -#š*·S,Q[­þUïßÕoî}Äj½«ùåpz—µ^ÎÞõ-Ñãý¶¿y¿›½»]ÓÄÈm¯H«÷þ+êlЏ·áêl´ }¬úø†‡S¨8î’¥¶I¼ŠÌ÷TÛðî9¯[.ùVXç‚ðqôr@4¦ì/DΖZ$ëI+µ`C´ŒÍ€’ÁtˆFÊ.»Ì, ïyCá T€@^óè9L1%¶Äèƒâ,“[#cTè1ÞÐêùfh$‹“róF².Ô{X2ÀSÖ.3T?oG¡Ñ~Þê9j툅˜~gÚË…¥?ïÓ×S 6ì¢é àb–ê (ú›ñ]^ìâÄÆ^òï•]Ša{µ}ù%foRËï¿øë(Qs™%@£÷ª;ºñ¿lÆ£Ý]4ß3cÞÇyf Ž€yÀ4S±ÚîRœš:!ƒÔ±äŒÁ ò–ŸV[¢§µ ^üqƒçôk©ÇòО¼Üï¡õ»ƒE§ˆ“X -_J*Eƒü…VºäY _O`tz“™äN­xH¨L¸wÔga•ôþ.fö{SLà‰Ž²?4L¥ORa€>3»ÛÑ¿îΧA´õLF,B¯ˆzŽZÕž]m÷¡?e=ýe´|=\Ý—Žaq’cÑ—Û‰üƒCÅvþbx–οêÈêüžžÞêè^>y³4¥SI2ƒ#Ÿ ž·0P}ÎÚ¯ú%ZßsaíÚ! 1Ä2’‰1Qs{!csµrâ°KûRŒ‰Š"XIꤞ€JŠ£Ú彟̦E(/²" f†æ‚@¤8Ž‘Ç}ˆ™Ø<2´H´ìè+*:šÈÃT@<^²p’X3iv¡–6ĉx‘Ä@A´Æ–°.ÖÊÇ]z£fËË7¥Â{b±ØˆYE@ðh—‚¹qVWZ ié4TîúS»Nutæ%Â…F{ÑÓEÅéx«•€‘Ãg¶$õD¢Q@:þ¥Z¢-.ýJ½Ð0à=}[›$£¬Ž—pƒešÒœ€ ëΪérH,=6 -Xÿ —Œ1¬~” c}‚^ù‘Þ¢ö²×³^¹ut 4 °Úõ¬dYí}DJ d¤Ä3°ÔÓÖ¦Ë" 3GáGzÐD<3‹rœË%êðPÿKí´ug‰ÞŽÀxu ÁÃÄê“]`Xù}yn9û «õˆ,î¸Ã‡5ÿXþ­E%ö¬êü£ŽË_Ó3Éáà³íç¦v[–Ææ·k¨…C¿ZÀôÛ¨Õˆ -´Àë©I Íž"µð*äJˆ÷çCá€þˆéIŽª†%ýI¿Œh.á ²©ÀÒª\ž~7+ ±”ï¹æcj ÑèåYeK‘X~Üø g”6z&°rA`Pµ›Ái£,u6UnþË¿L»¥nv =ª{£úþÊ6AJ ²†¡ŸÉƒuA>Ñ$˜^)\¤—c–²€çŸe-«I2ó3î$Â’W–’+Ó* Z ‘2yq–(\Ǹ ¬˜›OLPK:*…I 4®BIHìŠÄ7ˆ/<&:DÇ:3zýÅ ØU¦®¯“¤+ -²À‹0zÏÚ‰á§l+AC2ä%­Ñ7ãÍì$­WŒÚ ?õÒ¯„¬ü=Q«ãì¨J3¾?g—þ<³Ó%a‰ü_cL‹ë±lØBk6«²‰(©ü"²8"H™e!0,˜Ó -BÀBb–þ¬­èù&<Â1‰ÁI©V_ÿ§oGöT@“[,ë¥a/"ƒ°"™ —â—btÃŒEç*a§¾¾‰ÕÑò"%“ƒ¤¼ -«)1\èYª92‚Ì1Î,:Aмzæb·]{­;È#-$È”—Æ'ÆC†:ZÑÜ ðQcަV\Ì nIv³Ô‡\VIN¯¤”bi˯¥Ü!(ÝIʵ+•#¦7SÑdεÄ&ì9£â<×Ó#ê«aݤ±ý"uÖiúle(d¬8^¶¦Kª•2Úç?öðŒ©sÌô]ãIXg!H(Ô‚uGTÿ#'Œ2³``Ñ[ÖèÄJ0þ“¶WüȬÔTÛýÔÑ4òL =ãÓgÓïõ¾è,N/Ÿ·ÔÂjýO –„!Ƙ8=áˆù¾ó#ù¯²€œþ²ó§ó Y ÿ·m~U^í!ù+¨¯6"íÇUT“89Þôû©T6aBïÎÂ2'á~>Œòsbá“"D} CÉ¢Ûàœs 0󨲔o¦Ç[üãLªY‚ôQŠtI5tZ"°_At5aC—T2©É VBCtšÁË‹)¸NÔ1 ÊRž$3¤è‹u¤©‚vë ’< YJÇŠ28KêC”ŠºÀ_û,†ßjŽ0„a–Lº‘)B²dš?×Ägþ˜ìÑÓ í«U†6Lj½s§4’Lh†³;3¶l»øô¥ÐXwr´uL}—DÃtÅe°ý† ØýŠC2bÚ0£L$™*rd¥S†ôZКÜ™€B -åÒ€Ÿé/ÞØx?Êâcª7‘§_ ÜÏp}âþTt÷~¦†e& æÔ’ëÔBˆþÀZÃ3ÃRJ´ón-©KxqâAI‘¡t%†ªöÂÀ2¦É—÷ôûI ‡[ìõK±#ï YÊcØm èÉ”P •¥ÎunödÉðIú©½1”Y“öLç§Ìp=?²Í1 -‘5š“/nã½?aú9ý!ÕcéÏúxN=§ÐkÓsµ¼=¯î’âyj³ßTô¢øïˆî4ïéw º3ÐËæ¹ ã Jùÿøý—¿¼ûöîŇ»¯(wbpé €²þ'Q ë·2 %K‚ݨ6uÊ i‘|Á®6힪î5ë¤Ó¬Œ -tÊâΣº×¼Küðžä›®{Mœ*?OB˜}ÝküN¢"Y :IýäAÝk~z• øµ¦ë^³=^F…QQ^×½–¡0çÜIh¶×½ÆÐÄ„W³ðuÖu¯qNKŠu_îÚ²€zJã*לf Ëf8ÓBãHWçÚ†PâeûòÖ–±[Ügr f\æÚ2‚Žj$p Õ']æÚr¶ŒÁÔ1§Ë\ÛDwoÚU·¶,€L…†ÎÕW·æsXg>7å÷Å«¡1Jû[0p|\Þš«GýÏa™m§Ë[óMå9Œ#7ººµeQY)ªD\ËQ™k*ÃrŒAJºÊµ›=va¹A•ë‡Þ£Ô±‡k?R9+å®™¿Ï¹ÚZíÚÒfh˜­ñ©ÓfšOR­ÓlYóœö*°½gP†yôÈ svñ\íšY"ÔˆD3 ¨ãûÛÌŽgÔ³K,(xÜÛ SE²U+#ø<‰±=44k€ÒEq‘‚×–æJFg;[ ^ƒ yiŸHè‘“›%wGžzçŠ× 1Ï‚§O9;zÐI¤ÃN­ê58´íµì•½îÖ0ˤˆ'âá¹ç†5Lea¥¦²AݹÆ2sŠÐˆ×$§;×H–‰Ù7¬aþG tYÙ–u禎ˆT"ïOü ï\ÃŒ%‰Õ LJ¦äÝt®‘g¬$˜;h]ÃÓÄ|`ðÄ4n]Cƒ¦%£ôÒÞ3êÖ5ׯµ®!‡+70àuÔº†vÇb¦¢BLž]ëK…©iìaª{×0zˆ¡º Cô#“kG½k¬ä·2* -ϲ©Hß»ÆJ ±Èòh íz×0©, -4¦™ìfÔ»FÚ®ˆmŽSer]ß»F2” -”¶&FÝt†9VÜAöMÉÒeÔ»F¨TÅ$Kp4zN– lÞU0®Ík¸¿ž‚jdäÛËÎ%öò1ºg CÏ$ºoUÃÄ$ì Ž -–`©™…ªU ‹¼›¶HÊVשÆ0Õ2ù%š(ÃíÕ`XâÂ\è[·ñB£F‹Ǫ́Õ_yf€/)ŠºQ Ï¡3,¤¡¯›¦Õpv §W jhÅÛŠ´â2;G7¨yðx4üÏÁò^Ø*ÜŒÝÌ.`ûåÍ`Z-¬ o·¬&£¼\K­±–‰)s;oA{IñIôâé,Yæ@ –œïöjHÒÊ,žËìñWÌ -ÈŒ–LÍ&§½‚µL¬…*;¯q¯—ôžÌv=içÕ6,³Ì~¦ZÑ;5ø|q5¢Ì } ü72€BìÄØ§aÄ ÅbbfïÓ(™]¾fvÕ Ýù4 C $`GÀ¼û4$§BÞ„)ÉÖt> !&µ€/²³¼öiðE‚ùMÚ\1íÓ(™Æ\°IÖj> jj¬>AM{«OƒÇ»N&qÚ±Oƒ‚)SöÉ^û4˜ Ãò8ÒN‚ï•Oãá£ñ½}óì>Æ£Q ðs5ÀÛ‘{^JTÚQÒŒ»_Ò¾xÆtmI:£ùŽßëe”8‹•œ–%XùgÆ÷›ÚÈ—ñšÚ_À‘ñ×á<ÿËø1ÆaL.áÃ8© »Œ;èq¡M÷gÐU$­Ä¡Íd `!¥z¥H:AbT}ÁêY’jW­’<œð¹U´$Žc…!ì,›B¦µ&E8qΞ¬ ŠÚVÎT¿jõ6  O€™³Vè$Ïšå S·„]]O>® @Ösiµ@ Dz¸ç†0q(—ˆ -™?µ­9J¡í7`¸Rh‚å±t­h*øŽ–%Ú03³è6ePÚEÚG$AË®µSɯÿBéÛhÖb«´'AÖÒDƼÉ]…V%4ÜJY€RªZ꺓˜—„çsgî? ÍÔPrç}g* ’bƽ¡‰ª–œÅýRî €ú܆)ê!bEfË*Û -è‘ÁàÑn­ŠË·eê2ŒÕÊù܆y%ió\s—P–˜s¡þàJ¿"©ÔK¹'ý‹j%ß‚ICÁ¤.Ë+ÚªSX­ ‹þ¤VwØÈ_hP³:µ«VÌ1ÐU!奨.±Õ8&†(`…µ’ÁwZUd9™ú`šbU¦iù½ ˪1«¹Õd¦É“n%<ÄoϵŸ9Ö‰ -ðRh{Sû™“ºÈö\šœCÖ–13_¹–˜V_lëQë/‹bÉìmÖ¸¡ Ôó¨¶ÏY"D`_bN·«‹-b˜Že‘µVZ5m&ðÎþܦý{[£»}Ö -z‹ªO<Þ¾ôñÕ,V!Õ%e·=䈋QE¿v‘§ÉçÌ{’ -n¥{y¬Ôz…Þ6GD©ž™ë-‹­Pj¥*·®&F8ƒàs§]/#þ&æ“1€¬4kb—R$•Ú ¥µãŠúbÛ§E}Y†-—XŠ4°áýÚ ¦ô#µy\jëº^ŠY€èHi÷Ó6Nß|kiÏï?Þ©ÿr 0Ô„HyáuêdHÌÀgi7†ûí׫žºå"¹sïÆ\d–qŒRZêÜ;FÒI謡 ʸíN²rŽ<‹Åh¨k»Ïèù‚VK¹’ 3ö l˜±±#1<ŒE‹ø0â«3aò®lÏL4&Ófa¯Ått_Š#­‡„ŸåæÄÔ¿*ðS#Œ5„xÛ“ÈŒhƬ·S+RsYO7­oLÌØ²‚ìÊ7¾Á(Öúb”VãÜF|õ‹´Ò¥CtÙó'ŽŠ;'U…ÓÊËØüØ/çÞ/‚’hÐܶÍâé!wm=¶€‰Ü¹ErÜuí¢\;Bëð…e\Î,>Í"nö]ÃÊ­-ÆèŠ.ÿ.½È(©ñ’]¿²pd]Ì&½’Ô.ZV)'à4ï$â"åžVáiJNL²´þ,n™éIû3x#Í»,ÔÒÄ8]ê­X Ó$eÒÖïú¯,,d!©¯9”¬Â3Äq¥=Á.C¨I,‰—ÆyØ(¹ðµ|j<ƒk¥8F*­¸6P‰ ¬üÛpÁ9?*¨Âž‘XÿŶõ_®Hƒ`‡Ü ‚ø A¢¼Pa$wÛAHæëž[¨p]…¯ÓñNÓóÅÏ·˜¶ÿrEÂŒ}as–b:ÓŠYR(²ÃíL·KÜnëŠ3ƒUÂ̜ϿbлQ"7À¾Öÿ«ÖÓ3 ˆÎΞµ fü -­Ìô{¦³þ1‡º½Žúþ¾ÇŠp#\â{VU‡ËOßù5m°«rÄ 2ᯠƒ!.´Úä`X’15,¥´jfDé¬~Û47ª´…oÕµf"Ìͨ‡Hd9Èä­Cè8‹öBÇó¬‹Àˆþ$1h]ý˜y}¶ÞÖú€´ç©öm£®ëØ»R:ë„G=>êÒèÎm-û -@ë ûxÔmÓÝ;Êöꦕ†U*ݨšI+¡õå–4ŽÊ6­d®ª>Õó  FÕÃ3®7UOš*WÕŽ¤ªtUï°NÖú£Z]«±]«òa9¯ÊcT1°Æ‹T±Ê·vµÇ -gÓË*\+œU.9l’Q9ª*ªÖX¯n‰Qùô¸Feêªô[ãþ­X\“£ -sM˜´²tMØôuì´¨•ÃkòMUÓ«rPÕák2sXƯ XUP‰dUIP‹öM!BTùÂJ¨ -ˆ -ˆ +)*£*2*ÔŠ9®ÀiT÷QÁ-U?R!5UƒR½a-K…Ïé ¦ªª9¸cPspWWå³âÁŒVU(\+U¾/sªoUKÕwõUW›¾¡ -¶*-eXøU)9ª€¬RTÚªS*Ø6õKÕ¿mzšª˜ÛévÃvJ/le{•69lW¡”ÑV4¸*­ª¸pÕo‡¥‰›.¼Ö3.š².€\Õêqý䪃Ÿ«.]•g®úü¸¸sQýug‰f"PU¥«9aW‹ºTëf˜èk_¯VŒQéìÕäQ n÷¦‘¾R·²« ~+³Œ*Þ 9ªæx³úŒ*–W‘*rÞ Iª>º2? ë¬+㕪×ÞÌ]­Â»² ëÃ7‹š*/¯lp}…úÞ€7*s¯Œ}±|m6ìŠì÷Ça~e¯Tõý•©³µPÒa?e^U} ´Ù¶ïm ïõHÐwõVeˆÖ¢‡]”[=FÇÕHÔé»ÔÊôv{½º½ÙÿÂ.u^ƒu“;7ƒ&ÞE1&3åá艵w(rï+ÃCÓ»eÔÉë:úðöþ ñÙï¼I+çè½Oš×t¾«1Ëê=_Šõ)§™âšÊç6b¹Êc§¶rö)^ß\„cQÑ;•ÄižÈ*¡´Ûr$״׳‹Ú_ÚKTåmÝŠáÕ5ÛËlåÌUâ^ù‚‡`A¹’ÔP^èN”ïzi”ç[!"å4¯ªw´a—rÓ+Ц<ü 婸€akU°bÌ>aØB…2h ÛGA(Œ¬‚(F[E`(x®‚74Äïc?ƪB:¢UŽl¢•”öÅPÇi_öR÷¢•¬>lf¬¬õA7ZéëÃusÇHïÔwõúkf¤Uà>Hi¬J÷1Nú9}x”VëU˜ÕÐ<ÐGi­F…>®KÛ#ú°°±]£*Óö‘> M›Xú¸¶­¦ÆÀ)³ŽŠšÓ¦¡k74(©=eêCû”!KGŽì`*À°7§©ÈÄfSñŒ#£Š†l–>?©lƒ}ôåв؇n*»¤ -úT&M3:2ˆª€ÓfEm‘©ÊܪâY76Z«ìº*~V™„UøíР¬¢w•=Zþ6 ¶ -Ú½õÏ{«y‹OVvvÕ<4Ó« heå×Õ½ƒ@hü ÔR“J<ù»Tüìü2YcNÖz °’™–bÇþ+µ[™†ÍnHyЊWQr À½vÌXºY†‚±ÿtëÝ:Lk—(Ž•´§½B$áx¼È”Þ¡DU +›á¤;ª>ñUu>,É·û  gÉcxAªV(¿™»Ö²:Ø,Õ"C6I2wûîëͽÓN¿§÷÷­Ã5{XçÖûõÒŒz<¨%.îL½7½÷SïñÈyªH¥w½*jk¾ZE¬[ÇnOêÍ ¬Iï5~8‚Ãî› š<0{uÕ™=h¤kr_yÛ`E©„1®àN“ˆ#ßg‰;QÕs¼‘Ɔ-Ò+IW“·"éAhÀõsÚ“¨þqWÈ^ /†¯'2*ª¯D=G-j_àÿâžœ7PÒ_jºaÓ‡ó—]Ïm*ÝÔçÃ^—]:™ÓÔc芼WÝ1è‹ ïêû+PÎ9+w°·UÖ=ôG½ˆxS–BÞ†}¦GÏ©K¨‡paá_îö‡áWaÙww`cÞRN­ïø‘Ùoz@vR®Ü˜ -H():@PÍMË aC,åüwe°Ö›ûþ íñªãJÔ¸aKJÿå:ùž‹ô+ÕÓyO›þ êËÖAQA뤠¾Øö_¸çWeÏϯ4°ég°~V› H¬´KÐgmÓda@àíWý:¬ï¹°@iMˆvß[–b ;Ÿ)ÂHÝÒ$êwŠaP*}Q;‡qujÛ†z -»m‹žÒ—i'ú.º*ļ‹.õNmÖÔ A…²h-u’p†$±¡/8/儨ºˆâÅ%ìkÖõn)êËz*è ÷5ôù&©'Æ`é[×—ß/ª;+ÿÏ4OùqŽGž×w Š/eñðnŸXóH<ºÐÔ˜´F x›Ï-Ô©YH54œ/¶ýÒ÷V÷BÐä;ê©À»Ä+ÈŠè=¸b*ŒC1Ëh,4ƒ±C‰V¯áUzNŒì–‚ž‹ÁÒ°'±/«YÞ¬–—ñ²,,±ç/4Yà]b5–]·ƒMv Zäxƒ´L×tÂ4gSeºÐiAž´ê\)<µz† èÝNs|àRš`xn°†R’Ž/먆-v'ì óŽn?Ñ!às“ÌΦèŒDê‡ZÞoxóçÅcÌŠCþÜW¨Å ŒÕ¿¯¯¾®F=*â®'ßƒ× Ø×“×1R!ô†öõí)ô•ñ{2Õ×W“íËô+jî+ý«C±m ÎTë* Ncß@êQ_ÅZ[ÅWZ#Å–6ÝS[ÔóÃõ5ŠG©Ø²šmåèëòôr`·¨JŒ¨=Q¢Hm«iCêP¢Qј¯Š:›t·îê(€ ššìðÀ*À¢ÎýE¬Ó#²—ÿŸ›-ä™Mš=«„0ÜÉn¶ð´f ]ÑkÒhJ¬›R‡Abv -´z¹ØŠÓ¨,dUÒpºrÃ¥Ò(Y7ã3ü…ê×FÊ12 Äó úµÝËèÊÉRÓ‡Îzütöa_wYÊ[9â`]aPôZÜ-1¶2ÏŒP³Çª”é<¨Í߈‰ ì ‡Ë¾Ò45©¶%gtPêZÃM©kjCRÚ -|–¾°ÑÏ]]v—’T€Sð¥šUt3ô§áª`rÒÒå¼4þ‹ÌQØe°h´Áº"¹<½ð»5§ IÔ2ZÃÃ`ǤÄQ”Ž9ØlÏZÀ$í.Ôº6Œ¢kÏ© j]‹Koá2ÔŠ_lY¹‹Å%ÊÃì»1~ÔÕùÕ/îkë Œjë…èk«µìËë•QÖ;ÚUcÖ¤ÐtÖ5* ­ ³/0­‰»/R­Ïƨص:bú1ý!ÕCéÏúxJ•A¨Q¼¥_TÅ™†{Ó›ÚZÅu(Þ:¤2Å£µjîÞSü%áÐ PÁ׺íI`+ü#uªÇMJ!cܼ -à0h -”óœ#î€nȪ)ØX:ØŠ_¦&÷µî@ ç°=ìÍyЈQ ™@M6÷ÐíãòžÑ­‹Zß(2“ÞºE:þi­w^9Ý(.eΰsí_§Ú1všú1+áã\Ú…T¼nŽqgyÔ(Dèæ¡-!\jÚ›‹EÆA{ BYŠ ìnb-CÝ(2¨/²Â³µ\xy“jDÐ ÍgáÒ$æAªþ@¬G"Æ›FáýXçš<.‚´V•ªCci¾uÐþhÿ×­‚¨!Ð6u†¶’AÏ †¼ÓÆ‹Õ'²¼I5 âsXŸ³°ú½j$QðRýš+MƒúÓs=}\Ó ‘K %8äP…÷ô *ö 3ÐgÌCw¸Q¿¶¸Á:¡—@Š2¼Â\h„ÑÑÅBqî“{¿ßëžy(R >‘Ö—ZI‘=ò÷™Ý/Ý #Ò#ç'="Á×™+ n4nô©æ—€ÀX«Z$(tèÇÚûÁ3WdTøjΛ¯?8®^¾üî›_¾ýð‚÷ÿ¸"Ö—Héo¹$__µ:*ÓV“ÁRq„£µ€½–=7m‘f,äm˜•LP€“lÁf6þ¤Å6d‰¡Í u¶Ú=Lf¥ÑEî 54³Ú=­rަUÁAÌðŠÂZaå¶”´ ø”–¦”|ôÆÊ›™Í†7“ùâIð&«!ßZ0î\ZX@…›OnÀ<†YWxŠ)ñÝ–WYC‚¶6aiìüäYÄ´ I'Õ3~-MŒ†Ø%7tŒÏ'ã³ÆÐÒrxp[ ë`JZ6Á0³4hˆL®q,ÚÖ–‚x>£g3ƒeXuÞJt ¡dÅú³€˜IFŽnèC§`eè k -¬šá+£MX*FG$†þS,µJ"¡†…3ÌÉp˜ûd ü]‰Âs8”$uÒ Ë€¡PpÀ¤¸#ÖÕ®ÇÚ-lfmÍdÓ.;¼c²--#9!­´AbBKrFZSm‚t¸cán‚ÚAöÿ „jJåëFšD9šy÷ë*Èi³rõ £qI,«,ÒD+®P&qEDQ:ûÜÙ@N^`XPbê °F$Á2*2CÕI×a‰Ç¤Q¢0,ðŠ5§K*E¯lu`oÂÀÌ8[¢0ªHß‘qÇ–0 ô®± ®,+ ³ XÄ75· :Ÿ‰ì£½ uk¸Æ!2ò+¿X 8–BýEj3­Ç0Ž!3N–Þ_pìEf‚McsYÑhÔÁÔnY©ž_§΀œÌ8uÒ°/1ÃfýpJ±R4UB<БD¡ÉDtÃøä>|<Î.æqmÑÈ0?œö aÎBäÛGÈ.&\86Â(íÓC¢ñ_GèÊc½®“—zXÜ+†è0‰«Ž}'è7ìöâpC– ‚\ŽëžùÒ”…!t¡e— G°KG’£j›%EÍZ†õÆX´<Öâ ¾ã‹X#xÉsìÏÖˆ,»LœVs×ûߺ\ð5¸ÄBÌcésB”l±¾w$*àü„A 5MZÑÍZ&"ˆe‚/° RaЖƒÎRNž ò xw¤·“·†´YµzÁøó°¡ÍbYáY(Ú2"­>_tìûãÿ³ž4›VÖ¶fT6AÀ{$ìûŠÕ14ûCÇŒlqk…·ÐŠÌ -R”q¦F4X‰6ÆüŽ< ¬¿Â¨’ÔÀö9LFpse-8‚žQ½‘A_,Ê&ÏDZPÝ“¯Ò*2Ë’Ç\‚évrûcƒÁܰ­àP!I] Vø¦PbÌ<ÃEØÔˆLÍ9!%,;CøØåIÞT‹¯,¥³c›e.»c&#ÐyfY÷’ÑùìkÌܵ@ÁK‡Žj¤çI6œEÄYŽQ~›?K{èV%ÔJމ˳x^0XòsájПb©aÅ|ñ™g›}›±5¬„L¾Oê´,AÃ4"ûÛHÔZU>Jä;ÞÄ(WÎe°aܽÊ8ÉkË -´<‹ÞdKBÿádtóCª“V‘‰ ­wó"^„LhjXX6Äò°.+1/I|¹™mb P¢%×/˦°>—ñ‰Nl[”¹w,¬'mËÅõâ¾Ìôèàôã.&ªð@B¨q"ïñ~SD?°Û°Wich%³áb3¦-‰¨<^šzãlcý!‹­p -fqÁi Ãsbí-Æ -ÿdm¶fʰ7UQ‘þ™7ý½Ðĵoˆ(Òè)¹l™7Ô5¹± 2 - –/¬HßÁb›OÌÕ3¸‰–4èâÌ=̬ӕJK;öž|‹¹8SBµÜµ\T~ÃA·î=Î¥°=¦-Ì¿#BJ¯ÌJß ŸrR‹nf35rO?¸CœòÌHI¥ŽÌAÝ…ã*’UzdIé2zrs ÃE+FŽIfW:†3’9aL j.kå×Mí å±]Õœd˜1ïl’ÈýÅ °3ˈ0]ÌIt(Å798Rô’óŽ;˜CÄFP'«‘)ÉÊ)¬QP…-e ÃeØ*~ ²DŠ=[Y$}œÙ÷~–òîѵrQÌñ` „%;Šà®ÀbK„ã4óáM´ª€²¸Îê"oZ˜ ÉØ'@×Z¦g‘4jÈlÃiñ”2¶Ì«)³ô\öa2µ%_,qŽå-›Ê²ç „·5™’,B‘ 4G¹4³KYâ@=q‰ˆJ¨l% ;ÊwšKX:Œ/”9Lü‚Ì¡^íR.1ÀîØö6Ñ.Ä©` ò/áø¹[1–’Tç–gOËô^0ˆ¥& ùœhºcî ø'ï­zE¸øÅ--áŒ_[kk9Ly–Ž4l&CòÜÆÄRâ6(MVPŒX¡ØQ‹¡ 6A„цY§Vóõ"„Åï£FÑsÄàçb„šϒ^š™åF¹IÙfËî0Ûˆ]îøÜ‘‹‰É’©,® ->v{!.ch4‹¦K—N1y2 '²S²ddeɃaD>Û^ÒeÅ®Zø½@.O-3Dz$z&>åÖò YÒòñ&l -3¤D—2Ĉd„5ðBŠ‚Ú-N25 ‚¶ " —]#ùÕ‰öp‘{¬C1£u4è,‹Òâ¯tpRçœÃ£ÝôáDY @—)Š5Ž# ÊÁØ(ª.²TäÂ_s« è—°qËO“¥%Íæ™-öHÇP²‹`bƒBO žòI÷1…ŽE ™Öê6HÆS¯ÎBþ²°›Á$)·8Ký‡ì…ÎÈB˜®h2ëÓay‡+:ö1 ,ã,(’Ë„’,+3G…¶šs*ϧþZ”n„˜³#fI‰c_² éiµQ_Éd¾8*‰íœÛË^¡²yÌî$]yÚ˽,ÖÌ^מŠ(1dKe•N*Ë•µpbË¢­@ÂQ‹EÄ㸸2*¶ÇÂúJ©U.PÝWjÈ|ÔÙ—4Lv!›k…¾«Ÿ&{£.3¸)ã%èù×€¾O+ ¶#]@ÍmMÁòÐo­ïÚ‘`¥&SdåLûWCQwŒ¦¤ïê—†­gé[ÂP¨";½¼ì¶+•@€˜b†ÛÔ;6ÔvÓÂlµÈ6ôÁ,Z+í[ÓÂôçuf¼ÉóraÄØéSî êP5 8=0Þ¦ñ™ÍA^A<8[Ü=KW`Ô~Èýév¨K -EHlWÃ3žY9ÂQŠLíÔ¼‚®œòñ±˜» LÁÄŒÀV¨ÙVð%Ï>CÛbüfb2ZX´!ab.i¤ó­vDRÞY1-C†)7F|<0=Y¢˜w(’ºˆ:LŒd“)04k(Ad¾$EÎ7Q¸ö’ˆ6Jú‰3}¾LJTÒŒcœ C §Ï DJEŒ¡4Gë…j`5,(˜Ù~A æÀ6dPŒIã’Ï;’ïX ´—±à³¤‘õ0x¯4>N\pÖ}è¡ÇH§+JÄrDzFбq7˜8SÒЇ¦OR2î`t€Óð‰V¤Gl¤”ê}ñ9V:+ά2â4Š TÅB˜ÙÏk$ÈÝ¡«šdX®nˆ(éô -†3ç®Ja¦¬cÕYcO£[򾯪*ÓÈ©íôà¸P\*Eð7¿ÙYߥvX¦­Wƒõ?Ȉ½Tñ íœXKƒ~žR`2“¯¡4hÅ¡Ì:•Y33~ uð€eN¡òhü@w¡óR2#KÞ~Ðú)V„ÖOÊ?T£Ê,†Bç°£j^•°@ë!P¤MÛ­¿é;Fz ¾«×'i¥eä µ"8”NJŽ_œát–“š-§+­ÌÉRé¡èÕbÒ€Ø/~®5ñõ»^'£c -8ÒNÙ¸A Ú¥w9‘‡6Žš"£ž;xk1Ø@1ĘùuƒQ3Ù>£ØŽkh%®Z#B—³²¶Ð .G€±YíB™i«‘“èXÞƒ‘1Cs×FL`z eÕf#åŸï-Ob¹,¥ÑØ€Å%¦BÃ3@÷2ÑÁPLÇå,0 ’²+wÁØ]¸˜´iKŸƒ=¦› O ôï­ä+‚àãÌRSc£b¨º{3EÒ¹– ké\›“‰ÎŠèzU‚Áâ‡Þ­¡Ñv2<ú´M5°âwJÊØQµ¬æXÏ`q–»`‚“Zÿk®g¾$Ûš³¢â,/èŒÁa¦ó‘Mi-{21Ì’V,sg#4}ZD¤ö¬LØŠ,Ãö|dlÚ -^ QŠå06¦Ó'e‡µoŒ$(£<Ý}Å]KÃopÍœOñ.iÓif) ¡+€ÅB‰•€ÂêIàCytøPǬWå„ /N´úÈ€F® ý”⡇(åâDÈ£(\{ö_ú_¸ø uï½7âu”£ƒŽvà -¡ô¬…°Ö¦K·w$•a'iÌBfL^v©Æ|Δs²u¦ k1ùËÙ¢бa&ø‡Yò3&žpä·ÇÃke/;v¹Ì*&üÒã²Ý&k™c)0n ‚<<Ç‚ë­ ]; ®ôôГ¨‘¾#ý}L£¶T¸„Ï’à9Ö–#J‚™µÞ—l†6Ì$ÕˆìŽÎ:"*– -¡fÌÒ$²džêÌÌ‚ 73žL,ñóò&!7¼I"s“ibOŒ6¡ë‹›C™ŒÍahQ)FÎBO,NÂ6œ—”ØgÑ[—ùTªÆ±RšeU 'êM¬‰Úõlam 3iƒå&0®#µ…e–ÐÃ" -ôsijIñÁ’z,9•”©Ò“Y"zNy‘®)/‡K²ÌEŸî,’Z-- :P_ÀàT1žê’*b ^EŽ€Ò»ÌBrz\+]CzjáLˆfgF˜J,=ÑÑÒ@Ô1Ï%ÄL®g£rV%\èëaãžî½äŽ‘²„¿½l\a{z TŸ…Ɉœ¤UÓGz JVŒž+OœxPZ˜—ºN™+ït¬µ9uÇ˪ùì´BýœªPrkçË ¸¼ù"JèO.9{5ÔÓð‚C—š¢”^}G¯;ƒú¥Þ«ä?XÖ]ßéàd†"îXö”ˆ@éñ^ -®kKÚ²Ü!’!³Ø>OÁ2¶ð´2™œ§ÕÑù¨Lžç"0%òÌmØ ·NšYÀ®)o½„Ü™Flö#cæƒ2²ð°)vÿIDyÚTãYØ.3q†±kceòñ ž¤E®·y(ÔÄ ÖF£­NžÙ0$M†'‚ɮۿ³^y6Ç0¬*'+´Œoñ‰7fP Êé­iž;/¡2Œ"qe‘= -Àg䬶ìy›+®IfÔ×÷BÞ%’‹Åe‰6”•´)º;„3][+}¤ýjE;[§¹Q%f‚ÈÞ^Ê;¨)ÀJqewåRÁ”A ¾õ¥ëí·žYÄ!Y"üÊì™AŒÚšYÞNY’¡H¾ -‡¶ŠñÞ" “à¶ÐÛ¡³=é_¤§Á$5 ³…C -™”AØÈ°Ízò:›ºgª‚HRöl~ˆ­]ë"i)™=$hSö}Y÷eµY) 4DvîR]ÐŽ_‘+¯ß›-ª RŽg ˆÝz7øúL²þð9½‡DFÇTR÷ªw´ÈPô ¶•Ö‘¦ó×q04³–Âäåóñ,a&°ì[ mï;ʃÏ^z#«ÿpç"ógñŠÌrf–ëÝ{±¼[$™\•èF{Ã|`Ž(8@ªï63ãÖ©†ï+má_É¥ƒòËy~(—“4j1ʽ€…_.ͽ×9=‹W’©÷~E®¼ÄîBç“ôîIOÀÖzCvÎMâJ‘NÎ,é3½ƒÔG#% ³Ä´¸epG2NM»„‰Í`¦îêgÙû|=Û§‘˜SÂÎӦֻީÐ1ôŒ¨˜yluJ Z=G¹±ÕPô£)é»ÔÒô®y½¼½‹·9Ðï§ -#h”Ђ†ôS#ñÕE¶*>bHý*ÎBŸ¢>RCDñqáDïGcP±'й¨–R¡0=§SÑ4ŠYÖXœ!«U‘<Še«  ÆìU ÑFB¨$%_T“’Q*j(ëTT•’™*2K‰[à5Û*PL‰lÖ#³6"*öMš6§°ŠºÛ )³§p˜ŠûSXNÅ1¡ŠCTز…0*Xª" ¼½ER*˜¬"2Üþƒ ´‹ìT°½…6 ¯I‡z‚ -HUú† -jU:‹Šê>*´¶W¡Tt®ÒÂô#mNßÕk…-ÐX)”}”òP/Ý:+åVJ?⎑~=¸«SÏUì·Òì»ò¡}@Å¡ë§ô±ìÊV¡câ&O¯Ì%*_™\T@ÿÐt£” Hçôf¤55ad…R™ ½1K%G(s˜J²ZÓT²†²Ê©„eÙÓ‰## ¡Ê;Q†F•»Ò›(U -ÌÐÒ©Ri”ÅTeá4SkËÝÙgûÄŸjÛm‰B½-Xe MÊ*IIY¦û<'eÜVéRC#¹J»RÆv•°Õìô*ßkhæWébÊY RΔÃA%® ú9Õï¡2æ”ËDeÞ ]/*Oynt`çóѹ„#×Ql娱xÌ:”Ì•xšsurø:/ñ—l,kJ:9VÚ©}ݲ>ŒÀûÞ§øu$Ft+·\¢‡„¾ ‡)—Cï8ô - óQv -褅_'Ü»#û„ ¼ea:Æ+tÞʲAN -ë0–s´Ó3æÒ£ -¸š)¢«ËTàÍ’¤"¦›«=®I,oì½5Ó47ðÚ‚ÇJ½nö4cÕÐû«ŸÓ{‘õXzO´šIïÐ~9\Þ1®×µw°KÚŸÞQßïpïê×d2 -PÔÖG(‚UÑ Šî·ÁêØô¡úäõÑgs"}mýȶ›@xà‚,º•5]H1•:ºø‚Œt®iiÞž¥7=•(.£€2ºõÉÛ$놊¨ÄFÏÌð_¿igÖlÔ¢¬(yë¯r’æÕޤ89 -hƶŒ¨ö|3[7`牪hôÐϦ4@˜MÃa0ºþŽB­ýäÔsô-•ŠØò¹0.ôy{¾žj\?ô*uR­–j³ã<2Ë0ØRpp_F-Lù‹àÜå§bV{ÄÏ¥Á.µGà†A¬oV_tÙŒP»»›¦áIJ–$ч°D¹ƒOxG’ÉÐxÉ’ßÒ‹r¤D¦ÅÓ¬¶Hÿÿ±÷®»¶%YµÞÔ;¬?–àH¹‰ûÃÿ¨4öÁæÈб‘e•Ê»ÒEÚ'+Ku’B¼½û×zŒ¹ÖŒ‹µI6uÉ5bŽkDô[ë­‘å6GÍK|ñ<ëKŒ÷òÑÇøüüñJÛ/$Ê,Uø x7ÀŸ­ó¤£¶cn[NR_õ:×(³t*×yñþΜµÉ,©¥<ÊÂ(ÛÑ?5Os&ÂÁ¸~l»út‚Øm•wCñ4¾fãÌÅàÍ–ŸÿþU|uË´}ëëªZ¦}dÁ¾Û¼Ê§íD³é$/E&¸0v#.ýt»˜6?_æ×ë•×ó~?ï¿mPŸp÷ÍIn­—0÷ÍïQH…}nöµLÀÈQá÷«ýÑ ö´ÃYÂK ÷ñÎk¿— ™üLfËH}ãž|7£~Ï¥d(;Ž8J9Šƒ0Ô6ê®`U'=”Í®Du¶ ð3­ 7¤<Í4) ˆ¤Mц -JÖi²ÄZH¯BÅôØV@t‘…±øüP6õB0œ;¯ÓÎ.œVC˜¬8ðLA©glÊ*¤¤|šÅOåÔñÅ'IpzC£bOóæ!g“ßiaç9ß±>,};5‘ ­zÂ5yËÂRç ²Ò4¢Jp8 H6Ž|γ¡ÎBG‡3Pw8h1V‹ŸhyÍJŽßÙôñÉ+táp¯YË·˜îL¸št¥i'̤‚îZÅéei²¼ÈI*ÊVðÂÝ…'©’\ê*³÷€Œ ™«­!„wiHÚØvªúj$THí”cÉ~-gá+ê%¬—?I¶wî¦>2Àf¤üúìô‘$3ÛBbóÖ@Àˆ›OJžyÿöÕì)d ¯øñ:ÓÿÜ|÷.†3›Æi t3}ºäšÀÂÙzåÝ…YØÏI^ÕmUÓ2±Ndð>CõçæG›å -¾ôXAÕóXL°.BgYÚÖº ·[ÃÒˆuP%Ò#î°9.…Ûé›ý^#•à“Kmšu¸Ç‡ç ÷B–äÄÓäø~”£Ï›4׃NB”õEÈC¡)° EÌð)-›° oÂg”Z*2ƒÛKœTgH*'x|Á#†ù$]kbTm>Çý”‘è¸#Ñ¢¶ƒ0“¡i¤ù3QÉ(qA ‰–ɤWÄAXXª²6Ý.{±u’g>-É‘Üy/dHµäUEtO -_¢Vû™DOÍÁvÒ:o ̤9 -ˆŽž"Àܣ¦PAसApQ“ 9™ÝAT8pÅ<Ń­Óf“HD3ò9”YIPÕÃ1Nj];AÅ«,”Ù1Q‘ðƒö8ÀÄV-3à=0Vj!}+01‚Ü[ÉG¾“Q¥Ó0G‡Í†Sˆ#½³#—~ròê|¡G#)Yk3’)‰KÙAOtòwÝžçÙß]e_ÿì 8š[¥ž¤'úÐ.6Û….‡à~®ñ7{S…Þ¦6 ÷“°¹T¸læU,i{™éýNöYÐÚ¡à¿l1£¢ÀDܨhƒ'³ñ…ý–\2BØè±Ûgf¿íô[$ê/6%œ¬ÙÖR¿(K®ŒKâ¼clV¢è ®E߇ 3í› ¦f°àp®/° éLÍ@‡/ªtô7gð&Tµ`öõ -:X_ò`BËáTPû8y0©©6`A6‘'MóOñdv±“’°mb8öõzaɱ-Úp€^û’æ/2Xï͉ÌË_>­ÿj7À!|Øgx„)1÷¼‘lžðe£*+ó®è !³!ÁÈŠý¼…KÙ­yÂVUV¾ÙÙÒx >Õ¶ºhróìp®z I$£|fÆ>KU£Åü˜Tf-+üôˇ‹Ç¯jƸ=¢Z*eIþ¬sÙ*ü¤ÃßÎ#èY1÷¹íù“’Ìs”\è[$Ic\×Q9œ;¼§¾ùyòOÞ j—× f‰ôq*:»Þ»ß4ƒ4;{:6M‡)e›nÆ žõøæl£GïMpó°D¤-Í[Çî;b.ÔDuC¿^§€¸k&ËY -×û|E/Ä'u3ù- ³¹‹r‰9°Ÿh—¿Þœçp‚ç¤uoÕz/ËAIƒ$W¦W->“£T•>Ïý‘°z~#„.•¢-’C Ÿå¥šË þä&a´øilÓ–ìo¢eçŽwÃ&øŒvËžø~ž$GQË7×6“ 4¥rO|e~lOsuÜE»}ÀÝqš±/¡+‹V¨Ây+z„Eöøùº,ã•×彂u—ˆobÝiâÛ\w¬íW ;_ø¸aÓ ó#n¾qšÅ=|­;°ÌøwÍÈ]ðùgÔÅq5Qd;¦԰\ -ê zì¡ÔGÐA*R¶÷¡"e¯¼;™Ž4  Kx -Žáð¤÷âT»¼Aó¹IO7Yßâýl`É|Úá·‚²‚PÈ’t¯@ç£{Å×Ð<›+!+æŠyÏ­ë€D*ÐÊ—k´úO™—“a„ƒŽèsƒ@Rœ.¦‰fmS"ä…9×ij­!š‚·Ý&š-8Ó €q¦,öÈnïTs­Y] &=° C°»p–æZ‡¢ A¬î„öiˆ™W, ±¤'bžòD¶…Žäj±Re|'Ä’ÓØç~sQ†è["Pís®}>$w³y>²`4¢Â!j®Î$Y©ä÷J“24û#Ídœ&~¡ -ñÌ!9ðÉv»4IG}˜‹p@%Þ7”m¢ÝõêÅ9ƒ$‰zC—¼tš" @±§€¥èGxð Ï[Õu®Š QÏù‚+¶ˆß»èVH; ö)~’zÁBlòÄ(VË:ɧc^È[ªi†úy`Qʰ,$æE0ñF|] ÷¾·‹å‹¢ªå›(PE¯÷U«å^[­Ûæí}±Ã™OnŽ–íp¾œYò½ô ¶¿_l¯™f„w½¯ÈsªaŒ"wý‡•o„:=P·¨?úñ(¿Û×·Ÿ ·Ê7?ÝãYˆÊ<²9¥ÜàùïÒ7?‰ô  \eý.eëêÞZQ U'É*´äµº.ï¾€±]uc­Ì‡iÒ˜¶x›[cE.‹}5Ù¶‘Ó¹1VGU;KA++Z-ÒìÔ~à³d2í­–ðŠf$À+Ú™6Vë¬âs1'¹±±ZæœÒ2uÁy”wŒ–ü`ik_p©m¬ÖI‚_˜HÛØSÛ˜-»Ù¦G—;Ç;f‹ó¤¬èhÇÎláÁšE³×â<Ál‘2Å -Ø*´­¿¿c¶®YB¼.ÛÎÙºN/­\ì4(H³% øç ¢²7[*fK¡˜m'Šv µ¿h®„¦Ý0hÿ­¹j¨=Ãu„4W©×Ã\ÑnBºÕ¦üeë#GsõñÒùѶë5ß#¾™ïYL×X®g‘±÷6ÚD²½ZÔSÞ³ZO¿+ªØ ´FÓÙ©ä?úR_!âYèÃëpO¶™ü‹õckg­þYë_ÔPýÃçß²2×aø“½ -X˜À -(f¥:ÐG•™¢Yñ²”ŸP¡<“³ß$ÒèÂïSi‘ÆJZ®ŠÒÒ ö`5¶iÄ ÚJ1Õ¼]§ÚED šã4‹\€\ÍÏ¢'—f´!i3éTSënª6PG¡W¹7¯ùdŠ< úv”XÜÎj#(>e§²j3ÑþD&ŽÛçàFŠe•y$äõHHoºŒÕ.êDÇAõ©¹ ªnepûDL­wj7]RE´ãœSItãÐVƒÙ‰»Žm ^è™Èˆ~u•µiÀÌ59“-ðR’+é.eW±KÞ”Œ¤!< ‡ÌÝÐ…í½5.\©ºó^üS'É7Û7ê7·oÔÍpNËÀ§Å~Ðb'¡2R‹Ø6ÚxAtØzñ™B[ÿ‡f½Æ ºú‚¯ÙÈNÓÖ)*jš4‘;+’uÀžûÀ¹N—ð²E/Öl5µ’–<Ù@ c8ç*± %½°º óÀ]ÚªpËP¼ªkÝ"CK aJ•þüçÇ‘\Ö¦˜ †¿"ûÎDõ¨½"ÚÇÒ”™£ðUÔ]dÖÒÆ¹˜nK€Z*èW˺' ¨y-4t¼|¸Ô~¢B×W2<¸„ä^u¨ÒeoÛvm”HmV© R0"Ñbsê+/ÓtáêÂcP§AŠ ?HñW¼ªOØiЦ¶f_ìƒ$l E*2u½`×ɤbï‹Û„4…ú-ÀÛ ¾ìr#¡QŽŠö‰»‚Dà¡©oŸŠòîp» z]r· ç÷• -^IÄtkùÒ§K‡<7Ò†€d@>j¥jZ¼Ÿêéð m5“ÁÎù th߂Ф¦z®ù'(z}4?þX³Ÿ¨ìµÊ¢"€M¸JUû° —t_ÔJ•A䃛±»°”ù(®!^ÔÝæ‚œö±}€†z{ßPÌó“ê¢â¶¸.äÖÙŒ‹6À>lõ}Þp¿q¡¯Ç÷y¤mê/ Ýyb¿¸¨ìV.éX•¬ž^ÊÀ æ |f–öûŒ+̶;>åX)…“ ÒŸh²(ºáLv‰†¸Dm‚>´‚¦F6—'I“b©2Íf šrÂL΃Q‰ f¼|ø†oiRIh Å(b…7sKRÛÜÁtÜÅH$ ÝØ‚ ’¨MŒíPùf4Hþ“<³[ËpžØÏ‘.‚"žÄ½lÖ¨Ìbn·tØs+ AÙ¦“+€„É©ŸSÄá’Dõ0nLåXX¡õ"ìÝH Gs‚3Î˼ õÔBÌn´¯¼Ñ E·Ö¼§jà³Ùw‡lÀßþéiÛ"æxÏôNãŒîé¼ÀáØñç3‹*¦¤áJÜõö¼ÇœæäKžÔJ(xÐ|¿~k~$&In¡‹Æ"üÓg(ݱ¸VýPuÿ1…éþ;øIéÎÒÑÚ[êÉÝ#{ªï Ÿ8Å[Š#5KAôáHôkÙi¦uÃÅ)k*7ƒ 5ñ›ÙR ×]‰` -*„]æ0¹vœ|šnq‚@ƒzú´Óö›•Ž-!™#ÑÑ8P¥ <ƒ$ýp0†rǸpz¹[ t-tº5Ø}¨°xMî–² 8ˆÃ±14÷À½^¤Nòá¢øúÍòMà‚üľéÞoÇí2““/Q¿Ø;~;}$ŠÝù¦U¯ÕoW§‰î‰¬D>÷~;'¶‡nB¹Äâ·ë•®^ÜuÔßmœt„nh@ß1:éhºfÚ?+]¼W‹Nº®K3p¥ëJ^¯N:~ŸW'Y"[#æÈR+ÑGG*ø’mŽ0G{gSSAµù#¦fwÖÑ%Fˆè‚ª¦H–kqÖù¥>peöœ{_…¥N*·‚$Ì#úê¥Ïä›}tÚÛ¢¯nïI{¼áuäÖW/ ¡K¡¾wТ}u®¤ÉlWØópÉ]Mº©I˧~ã«ó…¡¶âƒè«ÕŒøÂݶZ OÓW/À¯õ†,ØÕLÝùêe@Q„M%Ûvܾz­ }÷៽õWØOŠKûê{ÓàüfæÜ+pÍ×h¤;"rùj‚ªRAe''§r -žÇMåëÕY‡pÜ ÔM³ý&‡k Éï¯2ðOìPŒ’Wüðjrt°|Ú²»Û²€?^zÊ36æm®rN_} +ƒ‘}µ/z4ֹ͜ÅWOý€8=Ài?Å£}e‹Å$³”^ór=uZ8:¿?:í_Ný/à§‹YI¹"´ÚkÞúéö¥ßKÔ%ÌÅê§7%áqxŠÏ«à§ÃlThÆ@­Ž¾÷ÓE ìؽ7½•ê½; )³¼¢ÅM‡ÓNtÊö<—BŠ—Ni»x—Î9ô«ÁKÞ’ê>q—v^ºí•Ÿ†ª™/G/ýÃ÷{{éM¬Ô T"¿ì½t8Úˆ²wš£—˜(š€Œ_gtÒÅ -FÎÌ{¢f½óء䃞XÎFŽ»íñŸØtÔ!]Ô»,…Ü9꼎½s±Ñ@’ͶúÙPQ‰ŸÈœžsâÖM×D=ðl¢Öcã¯3³­ku×ù¤j’ÊÉD2wÛÑ×Âav ëÅ]g¦Š+'îïÕ]o4Å`Ñ¡ŽËOîºxbøÐ× Þ«oÜõkxÒ…­:߸ëxX”Þ°Ìêúں딷`@ºÔò´q×áç²(£@ŸS‹î:5UÑ\Ù¶Œ{²w×™‘@©›.·è®C%1—ÕKÿxQÜ^z¨d…϶- ÖD2Ó×A§ÙZª^]ðòë½?%Æ£ ÆüYšC¶E`”PûÞb0xf$¿³Ö~ÕÒuŸw-ùª¥9–È5·K¾boáÁÞr¨áô¹äë;»¼9m[òEê<Å|Ä’/÷ÙL„ñüa-ùÄ;´HˤìK¾¼(JøEþ=–|ù¶—¸«ìA1ÃZóån¡»c•ó˜ûš/ûPeQA›ÊZóU[^ã] Ш›š/i#Ò ÞÔ¾æË3AmG‘?‹Û|Ö|]žA°£Òk¾•È#ig“¾/°Ô|u–ç0,y%¾ NèÞ7ÅßíN÷O(þ~ähÇêïW^þE¸ÁÖ™ã¥xùqí×Lðх븶Å_;à-˜Vlo‰ þ¾’H]‘v½ô­Ú{µß¯fñ—ÍÜåñ#.E5›”G"RD²bWûýiž -ðÕ'Aka]=Æÿ/œë[Òý8í&(¶Œ¾Ï{›'«ŽpóÀf÷˜÷ΛÜé(+yïÉÖ ~¸[6ä½už â-3ÑefŸߺZÞì^†Ò-kâ;ìy(_š÷iï K]êˆYoš©p·ÉîŒÜíØä¸Ãë|7Éa³U`6%ÎcŸä1¥õ!Fä3&¹¥í½¦¢$7.¥vžþ¤µ InN.“9:ô?WLrë&Éõ „1øªk¶;—‰nçùïúîñ#µÝ1X¹Ç#ÝÙ %LÛÖ5Ý-œpOæÀ—I}§»7?_ÒÝYjV’=>’‘Öt÷RÒݼ+Js„F6FLwÛ=ºhoh ”ÓÝþ˜±$WÅíû¼w6‡NÈG -cÞ›{œªÌŠÖüwÆC™C!ímö^ìhæªàÅÆ¬·õ}Õ¦©E­YïŒOH4:Ä3˜÷YïL,H3à(ÚÿcÖ£òw.ޝ{¼pÿÿáoµm¿2çÁ#¶ñË"6Âf…;Xîîµ™'°`ª;%¦Ôñb1˜{»-‰nC½m=æí…’§‚è4Ù„'”ÃAðMsˆžÈ«2•›ö5›÷“· l²Â;{ë¶•}‚¼Ù–SH”ÒâºuB×&šÎkc †"9kaãy³7Ú­ØÄ0éâböçGü|žt9@Ò>v%Õ¼¸úmó&ˆzÊâ4¤NEú¯SÀ`ÍŠ8aðDØìCô£BRüqùŽ?ìå±S·t:©8ïÅæ`Ãéµ9.(˜@ºªNÞÏ‘OõÐÀ¿ã<ý kÏèŒÍ µ”°Rm$Y5ÅZŠß™ö”äR–È€dm=LkÂÙdµ{ë Õ¹1áDUÀXvB l( ÉJ˜¡*ÝùÈ#$œ¦“–O¶Öcn=pÈ’Ìgs°±œ ¢ZÖÒézÚЃÜ=Bà‰X.Îøo–Q½ò*„äaD¯-$y†“Tz7£u$×Ia;Œ¤6ì‹\R¶Õƒ -hTB–½;æ¢ÁAÜ´ ؘ™bæ¨óº‰mîµ­G輻™Q-ÕE˜HQ´b=£QÝ&it"¨‚е@n´šq‰v*’èSMϾšùÉàkÐ žN¿” ´C_“M<Ä<“9Üñ% uq§‘‰†Ÿt”HƒSrbPš¬NRÿ¥JrËnLr™éZ£H7ØR.´cPv‚‹;Ïå£RŽy%ç -UVÁósÇEÛU¡‹ˆlõ&¦,]llë‚·kzõÖ5»âÌ%ÛóòéÂh -=(¥qߢõ7?4èY Ü¢Àö@ÖÞ” K6T•1 Œ«<ƒÒ,9q, ˆ2¯Ð™weä“EÛƒ)JÇZ·S÷T/gEN¢Ï <­Sç -¿êó‘\ø|Î>Õü…Ç…oFE=w¥Ï „Q3ßhÿQùU½þ•hcã ÄéNöís#tƒÏ¡õ«ð•“Ç·,‰ ”¥‡ÁÔ€0†„WA¬Jz{ËžuPj0uW†‰£È[uÒ’µIKV¦Çz´,L°yšær°—š[_ŽGlîí¤m³ÉÙT&"MH¼Å4cÿÈÿk„›t¤A®©c×Ål:žÚ¬ÙÛd.;s æÑ¦Òø¼¢‡ °&`¡[œ^ÚK»†OîΖpÉѾ5Uø°°J؇…ÙÚžhr®àï]EÛK怔£,»Sn›’¸øÿZçÎÒnn4^›Ç%Óˆlƒ¼¦JAjþp\Èîšocá+J9Ô¡])±ú›F°¶<ÛW]EQÝSç·ÀÞ ýô5K÷‚¢$Û?É=âø)”Tð‰Æ“9^¸RðÛÆ~)CúõL”KËýÆF#9ÁÔåù¦S‚6]«”; zq3"Ôv^s6‹ä%âGDÚ׺];™¾™c1»=lÛ‚y0y … [YdÎ!¢WÓ¬mŒ ޤPìa¶?fÑЋÔì¾=&‹¶&¶(ZnCÐ'Hò”@Ã%UÛÏ@Ê=û K‰=½0çíÒdÝìJþ%jíòs`Ä"n7×£qÌØ&™Ñ$•d¯þ,òIjº¦£Ã¦oÅ“†8’T;ظäp]L8ÝÃ#T{ëåîý}cmÙÉ;aàpý/½êC¼óS‹fkêByZ/ÍKh¨Œˆ¿ž( š§ìM6âðé0ÚŒGA ï§ë©hªÎ6 ðr]œ€¦k -p²u¿—7 Óì Mç%}—îwrú€±÷ð¦4m%ùô>JŠÚ‰·`_°)_KáÕ‚ÈDO5žUrRÛÍt©ùü˜ç€^ D©>¯Q‘i8v0“µi ÇY¦Ù"^’®4Û´0Çfp4Ñy³áÂp_‡ïÛ -u eTqõ‚ªÎdHŽaÿ÷ü2üi_ ùd#Q ,WÒ›Ó•v”j:†žb‡ˆ£“Wìj|Å)CAèuÔò¦ªº€OQË®½éH"1²Wø©—ŠÄ/Õí,mnŸÜ P¿»æ’y„Mçñ<Ê ßt£Yó°K{¶÷ë?Â<Á¥(›*ðµÌ>®OÅGRdûa‹8X‰èͼÛ‹§31ΙóWè<6?ïâ=RŽ—ÖœÍ•Ãˆí‡Qá¹áà&†7¾ÐZNêU9˜ÝíÔáË5È—(.R°eóõí&g“)eñÉÓËìöMÈyæÍ$l3·™‘• Ñ+LdøŽØˆä“mD/âàJì›…E‰CŠ\—9~qm¢¿kou»°ªŽ•RD’“¶Ê~ú$ëÎBKZËïlL™2îAÞÎÌHÊqƒS–@ÙÍã¬q“t,I9l3}õ›½Öü÷gך²"ü„FTnâfOi šF²˜ì†“™—aDÄŠ®ÆÇ愈¾.‘Yg0_Ü#ìf²ßAh¦í±ÇUFh)ØÐ‚šø)äi(¹;\ ¡Ài1‘ú'·ö¼ˆààMÜëÚøå¼!P€ZdߢØ6m“ÀF€G׈袰£UŽãªÆùÕÓ!õ£æGû)qxô–xhÀú<´R;[¯‹ó\ôÂ_ôK®Þ›x¾•ì”à¯èø‘<´+ ,Ø”E{õkqV°IHëE§³Î ÛæÒÑ! ~+™¸¬| Í0…‹û듭ͤaob ‰nt9DÍ Ãº¥/ü÷ºO3(ð‘ CHhºîU‚Rì!¼Æ±qõý ù„uìCÖ”K“±y2Ó×Ðîlq°Ú -™¾¼ _íË9±UWÁ?|ɈM(F… ¥2@ª¢:ÂzqV ¢˜$+=³É -ˆyvK˜»âÖó@P˺N7§ü€Oäض¨ô^:£“T¤@«»K‹Øú¬§ÚͶ°$VèçÖ´c jmŸžaÃ÷RÔù$‰fv'0|„¼²ðxdáAGoÓKmG#Í®bÓTܶ°¤P ^S]N„š•¿lױ͘QëÚª²­v0ªkâMì7“ÕæBÛäîØG¼ð –î¾ÏÖŽÛž¨Ô}Ì%R9k ®m½P*ŠùHŠ=`£”°<0ãoÒ™l˺ÏÒùp=fC~ë£çm¹Æ|jAÄ”"T-R$Ûçeû’r i]¡ÇT¯Ô%ÖÔ06Hè)» - -û36È&–ЬJjÎá€üѾnÌr»St¸SdÓwŸ-Ç1꺀Rìàð½+U‡3äæ1ç•Ló.³_SžEÇ*MÒX!àüBl±ü3€î¥È@ÕŽøý"„®æ¶VO³ÖQ"†ë¶UÑrî^óÐì8T‰‹I0¦Î˜ æŒi:–.=z@@¢ ÖÜ¢¤'t<°/½a)Ö -ª¦ \ßïªR¶³'šëÒækã¥PÁžUyW—¶0ݼmaTP'J*W(-lÁã—êböfÚ`˽Ð>½Ðæ[%áQ£æ«vîîP@EíUÙK±ÚµR¹y8¡—¤iyÔ›«K]¨æ6á€áÃ^M¶0 ‘Ë7¢—¼²G¿×ý‚ȵéj›'»žjk¾7Eú¢´M b[‡v;ÃwZ2Õó‹O@¹\aïì¹ DÏû §Q}]5[Ìš½áVºS‚ÓÒÐÆG²@A=6ˆ–Û™ûÈòf,êQ› IÃÆ·/X]ùD°ÈØŸJ¤†Ï4.µ$®Hjb_ŒèÅS׋ÂÂfÆð@E$z‡i.ëuâ 6ð®> $^âÜE€$dEÀ…â £=©™ÉÉi)–•tp»Üز®—¸íþi¾$Ôpì5­*„Ô»ëí„ÍŠ¸Gøÿ]øçyƒ1/]þ5zß™m;lT­ Àmͬ¥ÚQËó~'U )kB<Ó6[/‚N@ª‰LÞ¸÷HÄóLèŽúÎÞ‹p,°PR÷y5;ŽLIñ`òaEÓÈ×*¶M™ø¸À“ â-à•2tžÑ¼Œ–tAN Lçj°yÑk!ÓÌ#–|¶ˆ¤õAÙ{fþûkë¤üÚDHIl‹çÐkEÖêÑÀöäT! {;;d¶\ý¤Dÿßêê¯kOî ®*ò‡¸ª•®ªà£hg¡Ô)êìÕƒ"T=ç "]gÊeõÄÌ›sLFÁž_žØêÍ!Û®µ›»n¼B‘lÜ]Ê‹OIËú  ¸?öì–ÒvÑ3J"¬®Þ-¨$oÄh`Tn÷võ’çOŒ6óquÍÕ—©ß¢4ã`V\ó”kLÁëAàã+_ˆ- £@1Äö­Wª¡ mâ(7ðÌ‚]¶ÙWxKB${ž ¢==ß~ˆ±ì6Ô‰‡Öºg–8­7žt¡²4b¼Fxd¹Ä›ó¬*ŠÊôˆ ¡ïF€¶fíAz[Î} ‹í£ƒUÞÄàâé8b Ë©gh {O©ÞÓÕwjï5û˜/d ©lT‡dyãõ(€[j™}‚ Zí Ô"uòrjNyNÉ"¦HX¸Urº\~D›O©Дš‚‚ÑæôÒ5ŒP…ùÍ8¡1í£­ÎýBB~†µköxœçÒD«áäOy'l„ÜÓ"ÉÔÓVUPYtpƒ:î=žÒ_ÜâW #fѸֵ(‡†‘C2ξ’—¤Kz<#yÃ% ÈŸ›&—­Vó+1ëS*‘Q2Xü©‚ÉYÓ‘Ø í¼&ŸëŒiMgõ<ÕóœõŒ•H%ù;èÊ/!ÅÊn%”¼°ÜËš©eý×w¨ô”è­Õ¶pÀ èÌ?Éâ:[¯@åĤ3T³jZÊ}ë;([’׬HePPA–£¾&À¥¨¡ðò9}Î.¦–Ûj‘¦œënI³ÌÜŠ6`kÞAô”Èô‘Ì -Õ|vêµ ·}雜کïèS]ÓÐ~È&fმY)TɘæXÇP+ÂÇva›Ì7‡ÃRaÒâÄ|4¤ß_BME÷×ÔåX‘»$£+OIÇ»~ÃÆÄG¤Mcœ“©÷©ò£IKÇ£]-çת%½C•Þº;1´Öœp©Ë…r•úÿÕgn‹>øPöâÓ©Šé~ßöZ>Ã*ù|¡ô"*¥§Æ­SRæõôXÉãU ú®5M\t¨r!Z‡1‡º<ת"_æÒÔ¢µµnª“l#ÞT^@õÞ…Ök~‰á¥ ‘]f­‹"@C£24ßua«ðêZ"òïÔWÇZï£ñkVˆ«ØíöÉïf¼YW~ žèxúûÀöîîƒááÖ:y|Ak½}ÿ~CkZøN³Ô?ñŠØO•yfÜ -^ˆ“vAì'ÿ -¦ˆ‹hÅc<Ö_@sl—o@…¬‹–„í#TÞn:ß¶ª€‘ ÛÝŠ´Ùîš°soºë¶é€Ún÷+ôh5»ìÎ }Úš­€œº^]{À[[»@`Á~ Yðí­ àlÁ ¸àÅhÝÖº‘yÁ™ - ¾àLàÖ±[¡…·S@‰ÑŸ\ÁÁ/ýz’ îmÀX7ù÷ºOá2ƒ“ÁQÈп¦!l Õz¬×m°²! -0ÛNEï.,‹£Öè.†C€pÇÛ@3à—×€5b ?± ž7£– ü†s‡øýïÃÿCÃÿ?©ˆcߦ4~MD@ý̪D<þ.)Ðü!·î´Pè'Øe•b_†1´3ÌìUh†Ø&¿bSÅšD‹k".6x¼IãÅþ5 {LÖLbhQÙf$—F—× ­2!7ZnÞ¦VCÇNÈ̆®Ÿ;—{÷ -íÀ±ÓhÍ#Çn¥5»žv9íØ3µæÆCÛUH«‡ö­mz>´…ì~ì$[+±#mWiˆçY+±9n­zÄ&»]õ$6ë­U˜Øð·Vrbãà®"Ô¦r t'Í aKeIO-µíâ«SòÃô­íùÏ1¶5.f4 {Ó«_KeðWÈtl$Ëm"{é®X‡ª¨¶lÛ0­Ç¢ïžZ¢ûÇ ‡øåø³kÕñvÑŠ¯ŒÂ‹—Í ¥”O“øÁר<œƒbN%ô$½ÆZjSͦÌÈÕžµÛóPO:<²t»ªn<ËZŽw²˜ã­…êÏÛ7³¼ïu-—«/&|–µì?íZ¹ÌŒ]á?N¬@'çŠAˆs|‡eˆkeÅDÄõ¶Â*>nøå™¼eøM›p¥­»á §¦uJ|7–B…“4tæÔ¨€Ú¦ŒGÒ˜*š›åÝæ•©eR‡T {gV>aà׾ȓmxüBq+œžD\QÄ×q*ìzRþ­ÜŽØReô³ÂÙýÔg¹¼P\±P¸ë}˜%)U:"Ø<Î:Â?ç|áçñE^Ž[q$0}×øëŸMt?mñ‰\€’(i$*)æßOÙ·8êSåzެ´æÌtÕä ÈÌ_=§z½ˆÐì©Ç~ž¹»ý¯„n *,Â¥åzqÀó]ž©«çA­:qœ¹…¶iô Õ9(W¢Mg‘Íõzÿì4™?Û^Q©GéÔ$ûâ*éÅ_¯ï-ÜÁG¯ÿóó×JL/Ûa åÈ€$6‹À&E ,IÕ×uŽá!“òÿ×YF—U=?„¸÷“Ç_&Bƒ_çAH@ F0%Õ¸\°ƒ ¨xe °J(œeYºñFÖÕh·‰¬¯%œ%¾Øeûðû,‹o¡41(Ÿ6 L9g8ŽU - `p¦y´"!‰ˆ[Aα•ñz€6ýrÒZŸ–ßæWˤÜ\p±ÞøçݶAoEE†zÆY½ž–P&ELô62æµ½>ùd5hº¨fžÍ`Oë7þ<¾áõ>ü÷„¼Ï¶®BöµŒ3J††d”ù ñû+ß4™*'®·’òຕjµX´Èf ÆÞ¥• 1™¶qç „wÙîu¸ˆXròóR¡ûÔm~,à€è±!ÄÏé·"7È’`Ïõi͵%Ñf®íY´ñ’›(RX>fÝq…h#ìêy˜â,¸…ÁLäÒ¼bÁ'Ã27#ȃ}RŠ_΋}9—[ƒÛÙÎ+xow—d«êüÈ*‰‚™¦6í¢Äè7†½I¤”‡W<'“=çÏÊS•e´ÃÁföú«eaÓÁ•$ ß{˜•Um»éðÝ¿jÊÊJ,ZÃõzƒK¸TQ•ó87σë#Cn¡N¹¤ø:ph‡¨èx«/t}¥9š!/‘t¥õÓì­ø‰+¥1&lÖKœ%ŠE"[ÎÚµ™m°dQ·ä=P„ºgÛóƒÃ&6‹ÉϾfG™Ù€èz³pJ÷BgÛ<+?qÝ©ÈG ISr¾ÄµkWRúʽÔ-î€ÏðS(Ö›W4l%Å•§h¬ê7! -§ðzÙ±p÷–&?*Y]£Û8?ï|áçaó\ï ìÁÛ¹·ðð¦Þe0Ûo²Ú ðiW+vOŠÕn§T°¤ajk¼Îî`Ô·‹$8a±¿",ØõI·ë>89ëþñ¡Ÿô¯Å6&†Çôâÿ÷ó¿ùÙž²ô¬8‡ä/¤(E/•†‚aï5+ÿñúG843 ÆI‰OÛüÍ8¥-¼?Æ-]õ†Eó?¼£Øþo‚JóéEïx5ã‹þ§ÒÒoy4/}àÑ ¼ôG3òÒïx4W^ú@£ˆéæJL¿aÑ ´ô+‹f`¥Ë¢ÈèoÍ_æ»$ô[Í@BX4Wú@¢Hè·Œš„>0jÞ$ôH3°Ño‰4Ž>°g:úÀƒèè·4šŽ~sžg:ú@§èè·tšŽ>Ði:ú@§èè·tš—>Òi®¼ôNså§¢Ó\iéW:ÍÀJè4+ý–N3°Ò:Í›•þfÑüxq|ýf=ÉOj@ô›§)c¯ô -obªÅ¢—Z•^A›ØÄ¤-ô¨½E¥WˆI¼æ‹”νÒk–v‘íT2ÕµUé•GìN[çØ(½æ¢`ËUã™_¤^3 ds®lNћ֢Ô+Ý×z»Aá¯8VøÜ"Ê”zMÅsE„~…q•zµheò:ÐÇÌþ»J½ro¾‡[\’&[Ë-õ -éOÚBÛxÙˆ¾r ¸/Aë5M·Àw¾é=ƒÖ«T»Èt3ÛFë\Â𦰑zÍ,=,ÕÈTeç…V©×<ܳie+-o¤^3óƒ7m[¡tÔ|]Gø•VñW¶XŒ“mCª½AüÕ6/I†™¥‚ ØÚ¼³ ±óÞÛ[P%6 ã±án±y-z°4>où½„]Wä×?û)aŸô>QA"5̶¼Óƒµù$‹†Äª`j^Þ“€i£[„O”€)%Rè×¢‹î€Hmr©ƒKœ_t±W-X¾ «öú™°…fw2ä-Xìð[)Ø>¾ôɦl³‰›f¾îa;–Y[`F?ÿéì!ÛÕ4‡ê,î€2˘‚òÓÉÀ¾7+þàÿ4êRQÈmgø¢Tâjø¢Tâjø‚TâÖð©Ä`øn©Ä`ï¦TâÖÊ­Ä`å‚Vâmå¢DâÎÊ=´W+·j%#´·F.h%kU§µ b‰;cÅWcÅcµwÆ.j%®Æ.j%®¦,Š&îŒ]TO\]TO\]”QÜ»(£¸»(¨¸š»âOdïîýàM:"š»EPñ˜öî¡§5ݳ `}y–4÷üUOÑâ-²Ãkg.ø*§h[z‚ŠäUrÐ>„"Ÿ¯õFMQú‰/_™ßi1J¦ïªülåë4w·š¢}Á/{°©¦ˆË&÷aîeð ¦øOx°‡–"Cö0vÀ®¤?•ÚË{Sâÿ3¶Nµ‘ƘšøýÉ—M‹Ò6cͼ”A_#\6c¶û‰ÓÍ¢ýCO[‘±fñ'µz»go{|ôšÍnþ -íÞj‹ÙÆ#‚Gó¨l‡=6Úb< ©[{’!qÅ -&è©zÅm÷:nðU\Œ~|=^v‚Š -Æ«¥?AÝ·‘£î¡9 ¾Ý;ÒbÚ’ ÷›½Ç*H‹µ©g’ t×FZ¬!SI3¥Uj0ÛJ‹µ<¯D²¯i1¤ñTG«G§ mƒ7Z¶ÒbbPS¦­Ø^£²XØ> aéž Oc4P¹ž ÈÙQ÷cÞ!Ô½CDx£{Ç•M.‚î%ƶ‹ä‹LÏN‘é«Göû½Ñïý]±¯na¬{%앱”¿;Õü}¾£-ö|¹J«ËWTIP¼¶ôu9{f¶-ÒOêš›sx¼ÂØ|¼ÊØ?ßóý3H}4Eþ˜Ÿ­5Fq¤k”ÆÐô±èŸŠ¨³‚m HÔð„tN•/çQ2Û6È–|ÐT!’#‹Æ¸ÔNZzT§d·m59pD#x=†G¹Õ[™šºUË ßÀ=¼®KÕ<²Ïò‚ÉÒ£SE¾CÉöœœªƒÿé•„Ë‚´Ó¼KãFC€ˆËñ¡^ØÅÓ%¦ëS -&ˆæjx•ÓÈ<3ÐDÄí*ÀùyþÙ#‘ ÆYØod!y€á¶¶»dþR¦†l' ’ÿzSð»ð)ÊA-yš×S‰klØö·c~ˆõ²Púâ¶cr)"ìo_›üå›óŽsy §É¤åëëûÏ×BPéNÝ¿~¢$Y+àÌ©o>#q ¦‚4[^y -v ‡& qÝõÎŒ2¯,yA„>¦s33ñB¨˜›rz3©ù‰:‘ɽƒ$ݜұJgB•†z¼Ü2^²íaU´,ቼCûv§žßåq€)wycë;Eã· -…o=>Bø6MêŽvô)Ü ði)±Wݧ™uù,ëìhŽè<¶áÓõfYפIÖ<¥«ö×Y–s@/2˜‘,“›â›³˜—ÜßâÛT§¢c"Óüq¯ìu]…Ÿ‡µ®ÖøööÃV^CØe« »Õö“„]/|Ú°s†éwà7³ë޷ÔŒ[þ:­?²w ˆÂõÆþHe8xW•Ÿƒ¨Ö÷âáT[y‡ãC΋nòrˆ‚ʸY¾á”Û¢2?¸èÑù¾z…2—†Q -¦+ØÞ·×›úöJù ¨ÌiÇ1â [@é1‘nW ` -ìÙ¶3ˆÄas—ýVDZ\»IÈár®™Q -‰B‡êMÍ~!Q®Pv¶ý‚TŒdÜQPc'i©“A³˜ýÉúž%ÀBéR“­ˆ¥À“Tš4S™OÒ&·>Ô—§NsZ¯d ŠKœ‚ø°ë;Àö";e·YÙ)Ã*U8ˆ%Ä£ƒ9ˆ&Y¿Î¢ÅÀ.îêäN‡˜}5O±m~Úî;!!Ÿ‚jm|ÝáÙlÞúZÑç¬*ÜÎWvL0\ú6rìEƒ‹Ðõádê¶ð”ƇãsÇfU¯ _šˆŠÞF·í鬦_éðOh¾/_=9 Ä@’€àçÍßÔå]ŠpÍÑ¥8šS¼;nD™ÖCiN ˆð©IéÍg:»c:„÷B1Ûydç›Ú¸ÄÛݺšúmGÒyê\`N$óÑÒùÑáÑkâ¥j[óÄË/C_sÙC#pà.¯©œ¦bpy ñ†¹òæÉ‹„ÍLÿ¡[!dS#ãNv¹‰FfÛ‰ìKÙZ/?îj_Ùú.žr/™ïúžô²â¢Ó…m;Æ|8š[…æ¾’eÞ¨/ÿt£Ã'G°Æ™Çó%QÑ|Uü¥þáËý¥…0¿ùõËüüçüùóß~÷ßÿðKÆz¸òÅÉ»Ýú7=í…MÁH)-ÓÕYÉ˧œ´ iR/YÙw=+ÉþAI²O‡ -ø¤m–ꢂ°¥&v¢ ƒä34‰‰sµš‡‚3iŸÉMjûTÀ­d -×i–`ñ+Þ&Ç&º™Î,šrZ¯Ö( ÜÚ6®&Ó˜)‡\Èââìª4ÓÎrOø-9$l˜¢–OqùPºâV.çLâʾ„Ê$kfJ³ÌÀÜè–Γv… M×vP•uÁ–¬ªƒÌo“­?˜‰¦:+lÔ!´­Ä(A8y–mzÃ1¹OÓálUElU0€åóÎâŠCRC¶©Òh;(l4’“¸„ñ‡“MC|6¹ÐE ·T½¸pÑI–=ò‰ñò%n+2 sÁ-Kà h7sV;—ÓÅÙgˆ@êÝÖúa×1»8|øì/`;½³R!Í"ôóï wá©ï|(]“ sÕÑH%I$‰8Ðö3=3lw$¦‘3·é¯ç|Q­©WÕem[½\•¤€—¬.ǃg¦çî“DÇžR»›ìÀ’ª}K2CÎNË'NJÔ¨í•ÏBLÔšÿJü£b‘À -ì¢Þ·ÇŠö eëRô?fæC†Î6¬49olZÒ!T˜.¯æŸÖäf›L"г]³êJlíÒ3¶Ø™}¸<×Qüîëº&0¡Hƒn€™ -eòú 1¡t¬þQ¹g±Ø^'; ±Ùà]"ϲ8Ú[ÃÅÀ,ÓaÝ„}o¢…!Ú‚æÌó¼Šÿh\wòøâB"v¾ëœ¾î -û€¢ƒf¦c;±oÅ?ÜDöqø†—ëØ•ö•ÉÄ´ÌÃiÀÜv‚žFCæœ >ØSÄen ¥ò.ÊCø®¯lØ5§:[»Í¥¹ ²Ó¦tL*Z—¹Š‹+øðRkR?*í×êš0¿ZmIäØY¥9¡—‚ƒÐµq*ähÓ·÷ÉenÚ%ýÚ:G@N%"~ -áÁñ§»Äÿ’¸ ñZwj´œdk¸–×SR;<ÅS塘1otñf_#ùÔôJ[.Ê]Ǭ–Îýý’éXµÃ)`“ -.ëIl£°OlçNoŸœqH°9=Žíh]ÏFœÍ+®Àì£ú; £Öçåë©S)¥ÞÚ.6ÉlÒÞ ~¹Ÿ‰jZk÷,h3éfTzá<”Qá²ۼț{ #¶ÏF…wƒûåõàÚÚ˜×÷Û’À7æ6ßûNs³´¦JSbýÞP£%àÅä$Ø©ï©B=^LͶÖÙF¶ó ÝXŸÞÞ46ó•†2 §ÜòfΛi+oÑ_%Û.V$U‰¡pm·[sðȲvÍKò7ÙÄáûÞ?vÝl ÐÊéçæš•£mö tˆ[Sdù%mö² VmëNˆHc¿âªÂÀÔê[ð)ZÓ#îàûMvþh ÚØÇæŸ!þ#snŽÉYúõŽíàY˜T< ¸ÍÕò@$)]›Õh$ƒÊØ›:XÕN¼ZJ²$гØX -Xb'ÜXhõ(5Úw¥,7J¿gß»¤K¯I’üäþ¾Ù“ŸÂLðà[?hˆ¯jãF©Sè¼¢fïíhçÞ»&[üêüå;(6/Æ&eÛ8æ‹‘Ô¶`;ÑÕ×&ë§Qy -‡RAzmë2ïâÃÈFNà„ûsõªÅ Ù6¹žëØ:ó´£R3EF¦l -!-{[Æ ŠµÓõ ×°¢L`‘¨ÊGÛG'¹ª õiäÙŸi*|*DCaÄ6˜ -£B,ÆÝE`ÑÌÃÜ„qJÓö…:)¯} ï‘ ¡¤½¹ÑÞ¤õ Ø„´aPˆŒéá 6pØNÉ[Ñ5DÇ Àìõ$1TnƒôRÅÆ ›7;òæ<•mv~qÛìƒN^‘˜o(íDxJpñƼ¼˜šä }«c“û Ó[“®’H½ÞÉ¡°Åfm±f ÎM*¦x/Ÿ¾:/Ä’Í„Y&—­h²òǤP—‰+CÊoä˜["¢GV2d£hq¢ìM2ëœ"kÌ|“*‰‘5y–ÓT¾,‚±Üæà<ÚmÌÝÅt#·æúhž¸JÙ§ -:obÍ4vR¬”ƒfn’ú9(ãmF)v÷Η|h§oç¸b&U|.e<å_mš‚.I[tó.<5Ý+ìsÄкòÀ’b†6]zOIÓeضËcâTì÷¡nò3æËÏ®s“küÄÓ󘿛mî)ŸO¿Ú˜,.¡ -€àöh­! 5}ÜX¡·Õ,™(O 9`5×*†fPúä¢lôrÀm1 ¼×æN[‡ÿЀèÎ_ð†r®æU—Ió­6ŸÄêd¶“Û@û°M›îˆ`X-@‹U_ß¶k BŸÊ$(›}ËŸ¤Ÿ*’”a–Í94Ž–¯Ì†õ Z“U”r^Ÿ4œ þÚàu“îJ÷okg³Èùx!xå;| -ÕvSÎõN»òDÀ ¹ª&aQ“†u®–J"µ¨3¾ fz%±Ýú2sü9…ôl«3¨¾<®€ª!ÝüI©<î˶ G|QÜaë[@Ên)~Î"È%l·&v¿®‹d> !Úî÷+ÚcÄ,2nÖùúU¸%|¢DŸñlU_òªnÏÀzÈ$ç§§îЃ.¤{ž¨7œÝÿ:U¿ÿ<×C«Î‡.Î}[hú<æâÙœfÏl½Eü}3•Ïîð‚D¨7×ÇJ8‘èâ&³Hæï•CëA†#ÙÖs¢cð^oP„n9ao ßî¦V)¬ÞÈ@”@ÎÿØ8ü×sÝCûŽE²§¡)u<­|ô*h/<•×1ßèÞUÄ*P„-O`ò{‘t8.2¯åêÓ£žÛ\âÄn÷ö†ˆœáÏ%t™{¢}eµácŸÕ!7„6RIu õ]1Þ½óÒ@ òçZ”÷6ͽVDBì^ó½öïÍfÚÇ¿9Žh‘ÝÖ½ žsZަñûB#ã;ìme8†”ÜmŽèµgÍØ§r>Œ˜x¾» &fÜ›>‰ OÙ@:~›H¾íLÄ,êhamr«Ÿ‚ ðœö6ÐÌc³x•yœ ¦E·§°µI(BÀjïõvnÀ…´=B"É·ó ©xÐ…q¸¥ ~" ¨ Ò@yt_` -'®£c¸L²è±úu!銌—Õ‘bŽœˆ¬X.Õîàñ„4ŒœTlM=ü¤'¿®)nbúÛSð !iè¦F‹€Gº]Ë+;¹J²õö÷VÇTï9Cãß–ÿ%8·ð]Ðí‹kš(:ÉaÄçéY>9Û›ó,;Ÿþ¥SJ$éÜ #/¦P ÔÇ;Ž¿+Ÿˆ©Ï爜%X–†Ó Ån»Læ’þ°í»žjñK%ZM!þ”KnF¤É"eaî_ûPLt2pᓺ‡ÿ¡kA!ÞiÑA²«Ð uJÎaºË!e;$«vBÐPU_£YF˜«ŒÀ¥¸#aDÚ 7€œâç¿ÃgQÎØìºãl@ð`Øu‘LYƒth—³‘ášËã»>…úpá ºLf1e L D¥Aµ«5õyI1ݘ·ð2“¶÷}‚…îu°/w¢…ªH ÛÝúÝÝÙʰ^±Ìw>E¼ÿ”qáý‡sìΈ¸ãÕ’±[äÐIì%AÀvçxœ–¤‹¿±¬;1ÄßU:´¿×›Ðl&“šÔI * îåN>A·A¿2´AHÑ>2V UßBÏ(‡&ŸÎLsAÄN4‡& Ÿúå΋5ûI'wø®Ù4ØAÀPà¶À)éVdæà $qÛc>P¾3‘o²wP“ê„è»Ú‡$ ÞÕõH½Í¿;‡,¾ªŠ·…j onM?ÃPnû½„3°ð!‹-ùËz? §™°$áÎ÷)Q2ÈÕ—P‡Ce[¶Ø±òòЙ˜Y`Æ5¤$ç6»dõˆö¼µ À{îšE6Ÿ¸µ®#Õ=GÖªDSceæ+ª®ëœ4ùˆàgëµ7.6ÿc†ûqÔú”¡ZiKe~BÛÑ` Z«> ¨ì}Ðv—ã®,Õ£xžµï%ŒØ>SÞÍZU‹ïw­Î=}¥¶>íR|̉µ¤¸ŸRki2Î̵¼g÷Z&ݯ’µÜÛZ° v-üî×ûR?ŽÛÆZ‚Ž;ÎRÉÞî[k=|ÝýBI=웡4¿ÝuC‰?lÚpoó7¦à­IXÑ L C0E±µdJ a€cP[ |ƒB‚Ýx’ÕâXÊÖ]ð–àlˆLðSÔæs€:Á# -`ŸàL­˜¡­+ GÁ‘ ð¥àTp%¿ÞÁ©¢KºÂ²‚kûû‰£y‚wEy…ˆÝ.uÀ—mñ€S n|ÀºÅP`…ÌíCŠq"“‰Õ‹¡Ì}` ÝC µB -c0¶"÷AÝ -pŒÁኑü‚Ûø4ŽZãÜõCå<º¹Wj<Ï -dáÄî²+®6æ VlnÌc¬ß}>dÅ -ǼJ€‡ÔÌŠZÞfx&æyÍ´tL1M°õ61°Ú!¯µÂ½CB,¢Æwù´:y¹\_3zÿ¾Í}H'þ€\ü»¤åÚ0óœ¡}`Í‹†æƒmV5ô0„¤ìÝþÒ¸¡{b›]!‡ú7î¬shÿئªC÷HÈt‡”$},Û{<ÏLÌß}3!ƒÚn¶€Ð½ê±h©<ÄF¢]Ý¢d×ãµÓ˜E¥Ê²Ö?ôˆ¸Ò<"Sy­œÈÓç¤ìŠß°)»qÉ Ôˆp-óz-ÚÐV/.ŸŠÍj±ÜƒÎ -æÜŒm­HjRô}Wµ×Xi’ç Už}rGõ¯E*<.÷qí>ð†× -×íªúµ–Å`·¿ÄÞï54\žÍ›¢Õ-|ÅÊ[Qâ늵:POb„ç[5µ]©ïñóµ4¯¼V÷»Ö"?¿}ʵ‚ßÑZýëŸMÐõÓ»^ë§ñ{­•×øÙw…Û0{Ö²o˜€¡`æñÛ2óº -ÖÒt\GkMûãÆ>žc0d+;ÄÑÞÁLœñó«°¤ØF Y9ó@||æž@ø$åÆÊ[´æíº‚PxÞ ™ª|‚Ç{ÐS›q“ÂBƒj¨Ïý+È£Øg$;¡Yiž²h‡¸|m'W¥~;YãÑ?õŒ÷ã%^Þù*…p³Êµon{áÓw}êpžøæ®9» ¤ƒîÃ/ðúÝÔÀÉDS‚̦ée¢&fÓè»§ƒfL”µ[SYýÒ±¸à”’èfÄÐOåÌ~ÁÏ/‘È‘;ÊÔü_¯,÷ûy¦žžGÁXÑàÝFì\¤ì€5â@X\͉ Êœ\3móöŠ¡ÒD΀×üHAй¬ eöÍy滋·ðÎÿüôa;µ»]AvN³ó9~þ¡`~3¡ˆpi7ñ ù}Çz¢9Õ­S¾!FŸß™]¯¿òUö8ý\Ž{y³v7>ÿöú„ËÖðî{Yçõ2ý’`ún{ðâ–6™B¬-Âöç¨ÇnÄ¥Ÿn'øæçþñ_/8ÿyÞÝç7«¢ßL}¤X,UèÈY'h|…‹6¿d³ø„[†°š±“Å%,p–ðæÂ}¼ónïLªb”ñÿn&\<!úÍ"Ú“j`š%ÚÙ)¢= *³h‰®õT®“ý‚wæ¼cÚ$I† Íuÿò$ -³ h.­ È˜°o\r'•ŠMÚ;ŸM‚ Y¼—I' –>2vM!¹*è£Á6!I%¥…¸ HGèôC  -Þ„ÊϼýðÀàÑDO ˜„öÃI¤À'rï,¾€ªÖ©gZUv mKIXLüáœï–\yê -ö"Y´(ˆ,ˆ¥–³‘¥ ©’²¼¢üJ߈2‰”€w0Ñ'£,'›Ú0Dâž×ÆþªŽ@2ít1#¸¡ÑMÞœb~ -ʶæ_Aí9gôð‚#@k–³dÏIsù­‰÷‘%ùn#2þà;ψš¨í"¡`üe ]OÚÉ¢·"ôfx -\y#±÷o¿¹8ð&öáÔ>¦Eá’¦²€È0×ù€–5‚¬k?©*›ñfFVj½Ã~j/1Ï9û<« ž7·gK¿ÕwGu}'^Â@Ü+ªšÄWµ”ŠÂ¡e-®·]ÑHŠ‘e§î -ófØ,ÎfÂÖMê?l. -÷(>·J7ޏ -œg½H˜PIIbÚ¿âá!è^'M»¿¯õµÈ]»l'ï”ýÂ¥¨wì¾Ç.ÒˆßU EÝ©Æ.—º9œf4‘ªM’Üîa.©¨FH~ Ýw¿<"…aH[± -SzdU¿ „C‡$, Šy*rR\`ª[0Ñ¢rÓ^ÂÊ„zhxX×£OwÂ:¾®—ýŒ¸ü9Ñ~õ6xz…ê¶ÅkûÐ¦È 0YšN¶‹§[/)lwñ<ë–n%ì¼Û' -ûöýBî>¼ÁÕPì¿D08ë 6+L‰`ú¶3+˜Ð0?ƒ^'öm÷Ë"Xþ{UŸ!,ÈðˆÛ…|˜°?|ì½çF±Cý¿$Ùwí$û.ñ.5­}’N1'‚5èÅ™½øwɾ”dÉèêÒ §:½*Et„JÍí™J%8hNª÷ƒ¶Zí•§áL2ž‹>;\5nxÍ áœKQ(IVQƒ¥ub$%ɼ¸‘þ°É©ð¾òc„h¹1_GdÉN[·YJTmÖu @¯Î^QE:hëiºjœ?‘¦G·¡«Ë&;_kxÎÝT]ܸÀaõíuQˆÂÊhŸü?ëoÑ>’×>ZnrqJ¼Ãv rΜÕ1“ôÐ4“ÑVUM*e‰—›‚¯J¤AP¨ÿ,z:ºçfœ¼Nh¢"%6†Œ×$½Ðº0vnÁ–Hy‚ê†z¢=À'ô§í<è˜t¿cÔ7„aÑ•¦È<2'‰6Ñ^l+i¯Ä  JÉ›W‰µ$Á„”ÒOÉËFÈó‘­¿D‘¡C6Sqã€z89¥h 3˜YÐ`–šQa–ÒÛõæç“qŠt+[Š:ã%âr=éÏîhý¸º)4ÔDÙ½ÅÙÞÌÙ5y’ æ¼ú.ˆôé SÄQ§r…™v¢ÐQ5®!ñ¡6`D‘hî6VU«WùÒôB£õJ/4Ù<ø6ÿ/?ÇÖ˜Ú6UeÅ 16ªE¬ÏfR:΀׃Ö7GK€UT[s…ÐßýÒs\Eo—¿fºŽe‹ô&UÉNjª¬¼mÄÅNPè¶/—Ë"6 Í M¼ƒž@’=]ø“Á×o–‹p \SvÍ•,,ÄPEËÅ6—ÃæüEÊÑïŠ E†æXò”j½ƒ„Á.tnµÁÔ]˜ã ‹.MôJäg³éà=Í / P›ˆ%«ßû¶“Ä -ØÁ!JáLµ6UÙ *‡—-‡2±G>$2‘Óu–*êÕè(ƒ…“æ†**‡6‘vJ÷ FUû*:ÔN_«~ÎSæÁí‡RÓŒ`°WóWn2Ž~u%%[SðžfÈùÕ…,6 ›XàT36«RKÆ•[GøØ´UAÅfŒ@`îp(ég‡¼¹]íBEm¦x à¨ÌX”줲þzÐBâýIõñ~?fT‰ÒÌѾ†ó¬AQ*ImÀ6×Ñɽ耒Îð‚ÛÇëéëŸý hëuå»m#˜ÚzETP>U8ÊöÍö³WÏ45€ºû÷NÍX5à0}óùZš-yMù‹×ÞŠ“É HÜÏ—z8¤Ê~š¤Zæ]ż ±Ø“aîâòK -ž7‰Ð;A¹œçp—Ýhàn/ñ^Žæ 7¬¥ .>“ƒÓUÔËwnl}#"8p`Áá¥Òý*Ù+àHâXZ¿ùåƒB8ð¹öHÂ­ßø˜ÒæI=^”{ž&èQê<Ä_ÛL·£ÍlyhÓíy¶Ž»Œ:u~ĉ>ƾÒNOT>à”Λ÷~]e_¯Ë2^x]Þû˜›Cxþ°¯„wö§í·¸··ð)ÆfCÜX7“*ìÏanÆ=~ßÚŠ;4z'Á•_þèçßÿ_Ì<þéŸÿò‡¾ùÝo~ñ§ÿõñÍo¿ùåßü -Sùd_%#Þ9_{ù£?5ùætò«oøþw:åß2ôõ÷¿ýÆÏúîhþë—ÿ‡™è¯¿ÿíßÿâϾÿü‹ÿé›i¤{rË¿ùÕ÷íw¿øóo~÷ÙLôëøÍÎáü·?|ÿ?üîû¿›÷‚zy÷Ü þËßþòó·¿ùõ/þã?úÿÙSVÎÒVP3Å»¿ý«oíÙÿ—oõÃß̇~ïEýùï¾ùý·ßü½§ÿò_?z^^½Ïo¿ù¯oÞæG'þ‹ïÿîÃÿÙ7ÿç¿øö7¿øï÷ýoæ|™ìÇdÌÿð“þÇo¾ýõßüðÑeþêûß.WYfåŸüì¿ùã?­¿ø“ßüjþÒÿùçßüúÛßÌ¿ü·/ðçß÷Û_þêû¿ýÝþìÍÿ8Ó‚Ch‘N)NSþ=”å¡b©$+2«±'‘ G“+÷ÇúÏÿõï~ö¤ªr»€väïõÿ£ýÏÿËþøw/9½ü§—ÿíO/¿ò_þÅf{s/땦Ø÷óòg»Qá¹þlsÁ/´½Þo¾xŸ™_õç¿üü³D4ÌÿÿañÅß¼ÃWšÿôò?+OmöÚvZû÷é>4þ3íænЀ-;Ú­ÅýðÝh„9ÚûhÐ9T ²sÐÎ?Ñ5ÏOÍ!µO”uLØy»Z;Ä @òý¬’5"ÓYÁ‘8”÷£/ÍД1bLmÈ…‚'›ŠGÖ'nœbB¯[="J’©m¸ŸbMàŽŠ ¨ÌÀ?Gï°{„B¿Ö'Áôv•¦4,dœ(‹\…š—{¹î\XŒ ñ]¢ï´òŸ€q˜ß3È 8.»ý —½·sÆ&àóÙ®ìhG¦¾ðEI2¡’8\rq±: '„cÞ€yòí)ô0Sò~$vZ)§“{vÈ ¢·qŠÝêPáÍ}•«ëø9T-´tJâá–AËF6“J¥u ­ËØÙ\TK"ëäTi¯´ù«<»FØLÒẏÖQ¨1Ãóí4±!ÁÍ€6æé;£xl™œ ‚QÈCyŠë -3M8ýTT&õW›©‹í¿‹ÿ]gíMKv5›mÇã7¤«NdQ³K…ãI; eîÛÍ›tH‰ÕyÓqÐ1 °™—k4âÜS\*At#àøW·Í|v ԹË,'­%(™Ÿ›ó °DZ¶ ÐwP±ø‘<0æÒÉ)RFD¯Hó9íïÙĨ\å]ûŒCÚ3!%Õš†4 véæäy³Ðßl?Y³ÔûÂgö0ØG+ŽGŸ cjvè•Ä~©EtQ†e¿´¹5Jja³R#Žæ#:"Vl©»û.‰BPiîRŸ= iò£á«ßaP.U‚µ -TÖgó~:²tNoc²é‹ŽÜ<ï3$ÓMNÏ<Øêy¨-«vEÖ¸Sêô½ºö¡\ž¿D|yçÔ°=ƒÒæïõÀ–ÐIHšy2E@oƒÌ_ñßҜ÷¼D -doÔ0âÉ -X艂¥®ÓOáÍP´6”<ß¶:“.S¨3*C,d£Øâo2uF”SM¡ŒhôÀ£‰64€¹Î€t@¼ÆNaŸl®ß -©2èøH2bªc˜;ésŽtsТdñn~NU¥ÿÍ^:ù‘Óº M®û+ÙÞEw%MëËA³V<Äv9&I =«ÔÄŸtÉýᕽ¼ëM=ð´j±h$«ì˨™—õIƒÀ”>e[Ìî|' x´|Ù[J••¦NK ú/šsÉm¸`Ê¥ -M…Àܘt…üÉÂi»dˆCÇÔXbëÙmÿzÉ¥î#$ n#’Úîhß?ág8JÈŸÎøqRoS畆æ£RWèåP…Wýªs6Âl4¥Œ h#]hô!©oÛ~óö¦4ïÉÀ˜QúS^b¨Ò%®UÖ@u6–›)m\]z‹§ý™ÖX™“]ú°Sê’]pC¶yÏÑAó‘'ZOìR…Bü'rð9€ár³lî$#è-âÙ[.žÕ¬£¯¿ Š2¤ÖAµA8K¡F4éwÒk nˆÌÛ„a€Ýpg€l/51û”*êû:¤ÔE ×ÐÑÄèÕ!mjFX¼©gš —¦êb§ß ô'’ó¾S6ïãJeø•h¿, ç¡ùLÜ€£_hà‡ÿ[ÏEwȼ©}Ÿ|èÂ¥ c·i_n@Öý Ú8_)P8 ]‹¦ù Ë8NÞQÄ퀼#ì‹Iâï Â -·³MÛc»™=º€é^M o”ƒ+5©sBÎlF¢‹1|2,ëâèÞ]Fes®8K²Ê„*m©±–˜€þÜ -Y­÷çåüXråéXu§Òè,™²>¤ ¨Ïñú+Ù¤ '”Äè5&Ò„‹ê_㋽T[«ò¯ËbRâýD›^Ó´¦ìï4سO”H/Ú„ñ÷.Öhá@·ý|ží@°2sÐÜîÆA'×…ÝþIFðÀõ"+ Åœb°8‚î›ëZ•À¥ÅÀ é°nÆ–+øiZ3‹è^!œèÞùyœz Ý"–,ZÏ4£5Òe×HƒAå¿i‘¥ ïtz¢B¤sÏx £·wÌí-´Å{rzÂ~óÛe@ðIn œ¸p”–œüîìÕgútÏ$uÒ×_M¡w÷ˆ"ŽÔÿK<„-ô³-Çl=‰¥$);Ûhz½Dð ŠñÈs.Äçç•€œ|Dž;‘¹4Ä d˜²(÷u‰Ö -ÎØŽÔ鉙jnp¶Vïv';˜L•½ç.­iݵ:;,ƒO¡³åÛQ¬¯6A†äZ]ù¤LÇág]ÛŽÔ –@´Ü+…ƒ¬8ž’³>Ÿú•ReÙ{’ùMç=¹'~ ç<Ûp“É1×µ!ˆ™g+—ëL¿ÂóÓóO’®b¬ˆZê5OÇÇ¿¸”ÍppqD<:·<4={ 4ÞA§lkq’MJÜVÀê cÉŽåÙD)n'{ XHzÙ…Ëй`q?Q²­â$vƒa{¤o{¢ -–€m*çtS9É€qð,ÚÐ#ê!3Ñ?ЍÈês8ÊëI@À˜Ý#´cד¼À®À¯ Âà-õyö%•8ºxÿÄ¡rJeb‡È÷5åuÑ… % Í©yt @%L,ØýºžŽy”lhuÃR™T¢d]  fÝ|inGÆÑ@™0Bç‡Ò¶¨øwŒCl½ëy^K+ýú䌥ížvÿöéú¦Ì\Ù§æ×ªàÜ1®ôÉ4 -xѶÖé'%r\@ôN¾qãî{ä“ôðf„nœÆ~{çðeMõ“õ<(Oø×cé/TY¨_”ó1žÚ¸ðh:<+¶ûÀrW¤i„oraU°ÃÜë…Úy}ÐéãØ'¢ñ·¿‚^§UÂ{KVdÛáÏÍäÈs¹O·DrÂv³N"öH€ÃC K‚`w‘¯=p}Ö_¿±9¾þÊŒë ²í§jë½ Æê²0LP¿Tèû©Àß“Uh-–*Yf³ßÕÔ‚u@ëEqÙÁ‹ý›¨Ö1ˆÄÙ%óóq:UHÈíÛ3è m7úU±¯@sPzÌÝ Eˆ³Žß̦ŸÎÞøë¹Cƒœ“MïBƒ–dïÙµ8ú\åñw?[|Ô¾„Ý~Ôë0Ķ‘M®lj#-àæûæÖƒx;ƒÎV£Ff‹›mhÏЈ ñëü»NÛ³6j˜°Z}ýQJZ²œD¸HÎ’í/ *Ý/l=xÂíE÷ÉþE®{Ì ÎV„6|´ŠŸwÿýžºú÷ßH°4X;ŽVVgïñ¯ø“e*S…ƒìšFvn}Z îNl®­Yûnv£À m¹à†Wº:æ<¾éD³w -í˜PN1 b”ü;ÌzEšæ7ØÉŽDªõþ»e ÏÎb›<2îâý< rŽ 5«EGTÄð‰D™D¢fö¤ G”‡¯—o ®cdãu€¸–hæÌ É4?¥ -Ÿ%jŽU‘Z’¸Ì(J•TxÕØÃ¦ôå8@ÊðÂ]´e -5UšM¢M-Ü@(ó¡r“Ç“ -T¾ ªŠ"Ùÿ^ùYTÛJYóûÞê'/!V:ò*fGUsñêd0u_|7Ÿi¦Qá±´à†ZóÛ“…ÔcæŽøAÒ"@¬‹Ì“Æ9@RR, RRDýÙûLõqPÑŒ„k“ƒ[½øä.gs¿€èt*–œIÐ‡ŠµwÂê„õ ®%@2½\X‚l¤@#T‚ö·ˆÃ‰:“/Çå[ó×3ýRlÓõÕ¨úøFK:ƶ=ó5€ku®.q!Ïdöz0s™F›(xí|;G¿d„ÛÔ)±Ý ìf¦®€ƒ¯‰ð,ÅLœ`0•±%jºœ ^°0H4½l´…“½²cCD26nzCZú«èZíUŠÃýš—&VU‡©\ž>Á7’»×¯(·Ó|¶C§©…¸•\'í„pÍÞ ?܉Îê&u8üéRåýDfäq¥®Ä8î}oóv²~.j¸Þ²ŸN“DD¢«"(–¨]Ò4©R¡¶à¹°$è\âv‘7¿”©¥˜óÂ{€_|LãôtÀ^: ´õP€ÏÛ £rš2…NÛ*ÎqÌï!ÙìBVÎV´3l_eÛÜ›Ëzá_Ä^³Å°´ìmÎ#*Ťo-|~Î^v<ˆÖÅʺŽÀÉ8Ðã)JпΙçQ“Ö&g¿J6y–¶4QST>1yªŽ—K¨Êͪ@T8éÊë'8¥`3µ¸8k[‘Èݩܓ×aOº+E¹2õXigoúøU ®>` ç¨#?®ä~@…è²ûýHȆ&*hŒ hl#=…ŒáêA!iø’'õ:©úTgsŠÚë¬Rîz3€‘ëš‘]*d’C œè°ç:U­gvmVð>àûÃâÛ<~¥>ñb°\§ Xø—móËÞ‹5Œ"¸xšÌ¥‚Ãmó¶hL6ÇU=é€ÝfU­r¼±Œ8qŽ#>O’¦©öïp^•Z3dмXoqÐ*² ¨~ñOÇP¾ý…>¾ž¥_/Uw§»'þÅNK³š7WÉ÷xn­÷ðwŒ+'wˆvsó[OO4RÂ^8—DBq7œL€ÃBñ² ãÁ*ÝÕD*5›ûÈajx#1Ÿ.A¤Í{À:)uÎtr(§ÈdêÕÒá¤;âæ°›‡÷¸’ÛÃNfÓG!–Ë(yMY⩊KÈ!vsmøEmÜ ½Ð¡FȼÇtVúåõ»³ºš´ph·Çƒë³à¡d¡­ô|T¯ÁŸPØê²m3‘á z9ÝÏFYx*íª‘¼•BAUa»dQ8S8Û6_‘&‹é|=ðyºEEL`w¿µñ×N)·:ñ: ·o¦—݈tÃ!ã±Ñ…ÔÅþ]É­ ör0B‡ã 'Ž´~ç6B'pnc¨ãˆÇ®h×vL:3ž‡|ééú&¢èô5—ânEÝ?ï¸ù;ÎwA[eØ®AÃ/ÍYàÙê²”ºÃCq -ì3µmXšé\H^‹íMmø•D'l#ìcž+ù¦{çç%‚ ºbCç§P-§ÃGˆlJĘ[šÇµ—€UÉ~Šƒül T¦Î/4èâ¯"j{ Z­º¤"ÐKä)”ë$Ñfs-’4!âˆIŽ/%쩜G©r$‰œš…£g ï^mnձϷ0¡;q¿ŠnTE‡À¸Ï|ºÁ¡‚“_w­×³d[†—O%€Atæn¬09V›øøòI°ŒÐ ç6‘…vï¢(“{ÍóyãM§<£Ð5ÿµ;v\Éœ¨ÃŠ:ªÏ â)¸2˜BÒ$Nˆ;Àû&ïCÞ­Œc–s_yÂÇ$Œ::ãÚ Fáø¦- ´Ç¥+­£D¥ §3ëŧ -òðP$è6#®‰•#ãÖîZÿ: -˜04ÑÀ„%B,–ÏÃQàU"êœz”¦ð ©šä@òü@]$r8„¾oæAáµ,f=&HÇgƒ->Ú"á0*óÞröw5£qóZéŽ Y¯ž ÍÒL—j”æÆ‰\ÃÔŒp?H,:ÏÀ-¸ÐZ>µ1íúÒùá«Z£Pª(Œ0ÇŒµÑ $ɰËl€Ó•.[ƒ¦±-ê ¿ƒ®åŽYÀv*§õZ’•ª¢EïÞ2ý_P2ò`Xv÷÷Òܽ³e©ÄÕæ×Ã;(V¸{Ùžéw+KwO Ž<رgÌ¥ Ä\â-]FýÙ¼ €¨6Šú°Û‘ùwoÏP2Ävà®lŒ6²jÀ„a<¢q3'Ÿõ ã5«ó4 -…?ü•YÜ ÙZóLuB¨áº ´¾JJT€ÅGÜ Z*¶ãÍyÎÙ*c²ö6•W@5£T1„ç\G¬¶×}ÕuToŽúìh§;€MéVT¤Äx¯lÂ["xbÂý|J™ÚŠèòÜW­^n>HùõK;+³™TýC/”B«è7ÇÄqvX‹ºJ\(BC0¿ÊT+GèuR PO–oxÀo¢¾l´K“I~zvua^¾42›óۘ料›¿že;{˜AÙâ;ÁyTäí¡º§´©pwòêð̶@R¹á…7ˆÂΦ® çž«ož“+s±œ…t°$ÝÁ (â>’ü°ˆÕFnô儃X~ªõ pqX»x ¹R*žÛ"4ðX*kçtë%c>«. µ„lCîFèlW±P†’–=þ.6æψÆî¹Op¶¹½é?TŽˆw,¨@¢ß‰ÎÖžˆû÷¥r„XhXØp -ÒqNBª^Å£1å¹ÐEö“Âx¬5²zãÖ¿ƒ¬ìë=fµÜ|2» T ˆM! - ‰ýœˆÆ†¥ä\ðTª[FÓ<Ï9 X:Z |y Böå¥ñ(+c£„ÝŒÒ^5ÈFé,B»! 'µbK@üÄ–‡Š*…ú#€ƒ·}–¡õx½N•–W’¾—ò®Rv~¿p­1‚´”ß x*ÜTL8à!°£·Íöµ~WüÍ‘Q´wLQ38zU¯“BöVzïá'ï3yŸˆGÄZ!#X§°á½î³àS*5g÷¨³ã*¥„Œ‹­WpÖ¨ú¨fºT]bÌíB=’à<.õ]–ØÀ*¢R7¯0€šZ”è)Ó”x©½PÿtPbv³t/Œ´Qæó¢m’zã Tiöp²ŒÆ£(l+ »>|ÉDý 5?×§*9]mÿ]åäü(:­hzÛyÓíxiØ:š¤Æ5G EMýâðó(ÿ3h÷!½£XNt/t\X;~–c§Ñ‚뤻XHä…¢ìÁ†‹nÁÉЛעɫàNŸ-‚p‘ByQÀf‹o΋ìTw´M%Um;…ŠÁuŽ.¤ÛåÕœaá}]ñ==ì%óØ¥ˆ4TƒÍ’ðõ×3¼¬,Þ>ØÓð6Qă•w±ãæc¢ÅJ5‰K->:ÀÃØÐeMÜ"Hë »Ú]•ÈrÒåºh†)0Séð÷¯Áy:«B/REÒÔ’wF‰„ÚA§n8Q–¬,GdÈ2ž.æOµèsâ2­YN€ª #XªŒÈS-Ìèd:¸@¾«Óö…#ošýJj%˜F¡$<0Ãêõµbqé™ nŽ Ý‚s ’C6ÂÜ]+‡)î+]š`¹fòbA+ôŸ’:´šR>·¹2ŸÉ\hĺj¹ñnt¯ó”ò$¥]æñµOoeÝL—ºìæf°Ì@|%ÛÁN`çá$q°Ñ’v„KðGJOŽ= -zÜdÒ%üGr{Źš(·³„BŒS„¤G9ª*†ÍDB‹îš&S J–Ò9à,y5Ê+覲¢C™ ÔR3­îŠv:Õ/§)%Y JíÖæ•(ƒh{•íŒ]‹@r‰pS‚ ùz¢æ`;5—ÕÍ‘ú'ç,“ºcVåŸ^2*ÿ'%yôÕœi”Öðâ3£Ô½EK7è}F‘IfP ÆBå}t‘ 2¢ªÇæô]›p‘ÃXa¿ŒžjÎdU.w3à9Ò}3—´I©Pj€ðö¾’_Dòæâ\>`POƒåòª±ÑzÝf.FؾɪªubÛE¼Ësª}à -{2>Ѻ‚:%R”º€š:(ŸÉƒçÍÐM~çFY-j,&ü³C6„”ÎEb³ ÁT½$‹°n“hµÀC½Ò kåÀðɼ@Gïc^øùpïkw©Ï!f1ÝYG#^ˆ~.M@ó’…wÿÈ»]º —Â|E+¾YÒò‡/ô—?üîÛßüúå~þó?þüùo¿û‹ïø%cŸH¼EϱsI.G&Ч)ˆ¹öÝ´ø O€6àŸ„hšàànŸ¢a?ùóˆ½Ýhc …ŽpÖçË)O›9¶€ù9†Ú#®ä娞t kGË^ $ò ­–dI³PžóÁƒ>†6ôìx¸~I)r€yä“Lú‰ mº#›¯‰ÿEŠdˆ(ê-lîÚ˜û6’Žë;>fA«y¼“‹{ѧ¯ÓEU[_\ |1}ãpyGc¡9?`ûŽÎk³±°À·Wu° }ZEJÀÀ; —çhÈ‚¤öâϯohr¹õ¡ë¢Éœ¹¦òFiˆiºŠÙ×ÃOFá«¿éãaaÍš_²ÚxqÅé&'S:âÕþ@ÿƒ&ß™`_ÿ„s™\ -¬2 ÙNñÖüÿáâPŒ‚MŠQæù(¾£à¦÷œŒ`ü¼9Tp¶=iëaÀ™îÚiÕUĘúèÝñüÛ#~ Iô"{‘\Th+ΣÜ*ÈeÌð‘¿õ[~¥-#àGÉñH â8<]W˜R(>R€—bW̪$/ì»b-ÈÔ¿:­Ïñ jÚœw§`¬ qÐz–?ï|'$åFÂ+u[†¯V’–Ô¯´ùïÊ`\Í~Yn"86»«cÚV{ù(²V`ÇGv²=àjŒ¸ò9u³y¯}k€(WsÒ9àii¼6رðkBmúX{·[ríLï ôë²ÝË<“qi— £6|cëjCØ’F¶Ð–7à·7¿o3³rf©°RI¥ÊIΈ˜ rpŒÿPuúCX Æeòˆ°ç”¡ûàcLBT yØÇì'É ‰ð=xŽôè—z‡ëÜ:~ôOÇfu -óɇ0M -ÚÀ¶ý4í¸CIΠ®Õ{2]ÄÊø¸¾j.8ƒšÅ+Ù0†G$‘wP†]©ð­H ²О«®Àú¸ã„­gQÝRìñ )½§|mýºùã(œŠ -ëáô8riqSObRPàòð»9bÓ{veHNÐL¯š‹ÔZ ØÎ[Ý©fì÷ø&UÌV…\ô’b~¾‚h€Ô  &ì>.šVÏ>Îüé¢ËÚeCÌ»¦Ö툽{.ü:½7‘ûCê6ˆ+w=|-‡mg×[f=æÎnïr&ÕÎQng/-`&èÅVž^‹ÚìØ¥QjÕ8vžz ¯ny‡F˜£ÈnA“äó%›ìž)‰BÛ/WãÍaŸÈ„Ç>±z”¤@LBQ2~Ññéd]„ŒñKáÑî_Úó%p!#]±DF˜m zßT÷÷ªŠÞóf•gZÉ*š­Ö ,¥‰|šûéhO p.i< ¾ãU8F«FI“¶î«‚â$SÃ}œM<-–Ð: -C ½:ѦXÛ§ÃÊ ÿ6Dó1h¥ˆ,Õ,’MŽ Ž,ÝBpPÔpPÑ3¥ Ô•(þܘt„•̬I)MTy­-xó‚’l~˜4Õ ˜Y;N‹PnB%¦‘=Qêb?AÄIxl¤?ü%G a’ ³ôŠN€ L‹ÕS×Û×YÄÌ•x¯4Ã@‚hVšåwøÂ…®Êï%íÂ}äÍ'Q²ŸxÒØªôƒÎ,a© :!t\&{¢§¯|tìL£ìÕ‚Z??¬²^(Ï"¹òŠ`ùŒî6Ág%va Cö¡÷mKáñÉOa~Dƒ½‰/Àí—KøQïœXOQyç‰àƒÄ×]Í‘I¡ÄeâK(j5Eþ¾Ô-rt¯·9Å ÙTlToÁQÀÒœ ¿Z4,À:ü -Ïó r/S6>e—÷za®ÕĦ7@[Ÿf–jíÆG6 q+S¼¿ïü‘;¯ž˜3ž©‹_ä¤ ª˜@öäÊ&“=Õ¤#…c©ò” _GÈ+[ò¬Ø…´‘qO"¶é(ˆpBpj/¡T B ƒ$4ZlÙ›{ûñ:…¸)xs.‚¨—¬8dùóÅzaý¶iÅ&ös£¦²C†•©Çž=€â=ú   n6àÓbñ…<€Î®K2FxIÏOyYÍ”-pì@Ðc\(öžÝMËطýk ŒP°¬æA¿'Ϻ†ÂBñ—x -¶+~Aò´‹ÜÚÆ÷|FGtÌqÔzñ‡œ13€½$TÑÜcæCƒZ.…3²n¹8jÓÒTòñâvľ߬Bî-d'Ä< 5(dÕ:”¶ÌÏóÈn"$hêîA»±üì3$øýÐ̱qèœ ¾™?ȵõ†ä ò'lƒ§ž¡ÑF¹ùpô4+±&{,Ûtöà•Ý?QìûƒÊ@Q¢ä¹ó,á‹»Lk²Å©Ðt€u`GªùrŠïìÑX^¸ŒU)>¼L€¿÷š¼÷=8 A£AÄeO™ •3e -¸8†EÏž}È׿PìiDbš -3RìC÷¶Suxv*1fšž'ÔîC;±ª(ýƒÝÒáb"CIÁ*„çÃ_½ nˆR£̱4ÓŒŸª%<úz^!Åá–¬%1Òü!ƈìÈZGÌr7U‚:L•(·š ’€ïá’ªu ²†¾œüVP4$¶‚6qQåfìä qD¬±F ‚åŒ×Ä€“É6¨o’‘ÅKðÀPb_Dý‹z< ¬š€$žª -‡B“¥ ´©%Ì -FˆÏ~á*“@*^wlDÃ>¼óXpj(ÂïX¼aVCBTxê'ÜëÕ¥Nƺ@ùéÔhlD±.YÔTݦ;vK‹žC4„jÑ,'K¡ãɰ¡¥ñ:\‹S˜¤åoJtè©’<ŠIÐh(üMôÓ—[ú -;¨áÏjTÀ¹‰2ÿÆQw´HLF-ȽˆIºöpî—>¤b‚bå#VB ìpÐ¥Ä$’mdÓo²HƒíHåœt rš$á J•G`÷\Ó~Ä0ö`h±~êëMµ–Úm’B¿çÆ ´…béd~dâÑ}1¢Ý!ÿoŽÈåÒ¯8†þ²¼é5_pß>$ì›èòœÂ6nÇÙ©`ÖAVUô* ÙõV›záwˆ1 1b;•ž³Û)|rù)ω,®4fê‘ࡲÝŠ|bß÷£L‹rº¢ƒÛÁ‹~ì9–HN‰š ª˜]Nx- ¶¬^{ó‰DާGó ±ˆ¢H$ ÚIÑJ+³„ˆë/w3´|ïRÈ8¹×QQrîCÊ‘b‘Ot»$òìÁ¾lËjÇï^æÞJ‡¢4U:íwýÿµV  FÝ/ôCÆ‹úd௩ĉ¨Ìӣ͡6BB–»™aîˆþоIÖ!h3•hˆa')¥i* Õ%ãmF>_smEõ}ìÉú_NôÚ¨¬í!+.R]Yj/èÊ*86º~ AJìõ­½üËzBÈDP4°Î)æt÷@ ë¹¼ƒÇW‘^‹%½-*íñ8’XIÍÌÈËȵ6BuC£·Ó0çë°u7 -Ð…*öbÇ·9.nœÏÝŒð9äˆf‰„ #,í|z˜©ÜcðÎl=Œc2Ô9¢îP*¤J»¡‡õ¿½9©éxÜþ -}ÉÎf¹åÎ×ú»0®O‚Å -àÚ› vÕy%I\[F/9Ìy»1Óð=ßW¨G(ã~‘X¡*ŒÖþ®"žÂHí=ç‡|b0VHB££M <“MRcšrSƒ‰§øøR_…ƒöîš)ZúÚ_{B%==«)J|éR!¢ð¦Д¨Ú ´HœFºÍ¤É“1 ~¸Ór+JZŽÒ+4ˆwL®0=ØôÄBY<¦cÊjo´S‘~PŠ3…Ò;eÊ #°Èd\ÌÞ%G¯½ó¢×@‡†îRX»:“0=ü8\PÙräÏhž¿­[–OP† ;ä¢À JÔGQö•O=O M†€Œ|`[“ÀKøW ‘ V¦|ˆ|@¦ØÑΛܦ—:Rýµ  åÛìqDÃÌŠŸE¶G”½pK¥Ô›´e‰¶C4\æ É\‘~ç,Ãê¯äSÞÜ÷OT9gŸ)Q(: ÈA‡y®ÿªRGÁ ^殂ïjV%ì9÷Z\à ù£_+>Óˆ+-  ‹j   ò.ói9Ьƒ â#®6_LJýp¾ÈFÈç¬7Ùà2Î,¬J6vJ­ˆHPÃ~Øø«Ú޶ÅEvЕï¾k>¶“豟Ú3¯æBªÖT¨ô^Ž@ùÙµcm¤È9BˆÏ~àT¤.û˜8ßáIlElä 9QfúXý Š'ª?Q/µ6E%Å¿a= vº#cm°0fUóçnÜÙ•Á$5|™ñªadËP/xyl¦nÇ•¹â¶8ÎŽY‘)B‚³ƒe¹ô ­®× -1{äÃL–‘jN3ê$¤ FwïBƒ$Vï2ã¸Á–ÅIò’òçA,!bÐJ>¼Êqx•9$2:•Ý£k/A·V0µ‘KPï æÃ9“F—ãæü -C >dž‰hFa[QÐ`Ä>p!¹Áf‚‘g(µGÞPôÓZ®eµŸ©M)Ö}¿Û¼òšóHÓ¡Ø¢J0„×î¡ÃN™ßŒ -¯IsJq”±—©áÝ9FÀqàT“]<†!K,S5pÞû`¨r96çtlŹL:zÖ9åcdIá‘aHÆ~<µ¥#¥^&¸D6ì¼ep·¨Ã2$4–„ׂL‚j£á‘"*ü -’°X0ÅÇ»9W OÚU1\¨ÊÔˆ éqûì¥Çм"•x’ýƒöàX)TŠƒà‰I[ñbºÛŸUM¿˜C’©˜G±—Of÷ÚAnΕΖ -nŽŽDâu±Ì_²cÞ{ôØæÔ+©˜ÖÁ5gTžFt"!œh*D®Ð2ƒS ‡•ùÕìzôˆ‹E48ÛÃÐ`÷:‹m†JÚdbúüãYW÷†Œ255¦ò}ËÖs¤ÀÀ,‹q¨æÎëì÷>@FÄ•2}FrC=S¥% Ý»I(”èÑ‚#-!óz¯õâ¢rBù']Ù"m™A‚Q¸‰Ý¨°=$é -K@õŽ_A–?Ô¡ˆ`×”fݸEézº'ÜßUL«Pk{5ë\dFŸò Ñ­Lbüк‘Ù˜N(玵 °LòöØÑ2)D>¸j î8¥§8“ö·`p<°‹(=RFÇ ƒEÄÙŒô0KÙ¹Ö”¨«ì>+]huš$`*S”^HY+R¦^R\Ì{$5ÔyêJ 5ÖwÖg\f¼`]0?%Öè壀£¬_?ª\û#ñ¤¾£î—¦‰}ˇ§vôªïÖ:¯3yáûLò–«cLwƒ V*Ü€¡Ùy3P¾ Û‚îª -†{\/bÞ£ˆ·Š-¿œ¡gBãçð,åîB`¦™öX µóPƒî¦%k“BÕ †­œ?Xòéykuh g×g5ìªh8u/ÝfÁÌÐ{‚dò}S£î}Éha§ùmÛ…ÊΤÚkmvcN=Jˆøßæ3uádPòšLˆ§«ó¼XÔX: -YBÖÎhªGyt¿ªÏs@§WÉå ·rÝ+Ý8TP3å5ÐeNüO8¼Äš‹ÀoϯÃ_–0?Ê(mL¿î>mO_ˆG§¯s‚sâ“puFÂÆöûÓ „Ã`ñ(4G-•e~DOë\^ͲrK:º¡¤ãéÐW\"–Æø;î>_Ó ;yÉ«“FçÿŒþF;€UmØ? C\äá:⽤Fà##–©ù‚•玴¹Œ=šWÛ+¾™Lw[Ó¨¤N¸’À«maIåµµåM¦âV -\Héî%>2/ˆÎj³YPÄp $“?ÔwxÝU=þ´XØ(Ð “ 2#¹õ@WímLf´aàð÷4³£PáXöB¬Ü¤ERÙï(wž»n¹ù®ÛÑ%–1’ö‹›ƒåæ«Õ¹îPèfìµ÷t‘™¤™3£…ä3ÔŸ9cùF 𑳪E¥êódxºuX=€È½ž¢.ùÒÈÆv0@˜të - ãÆ±®KpËÑpÝ @h> v±ÆØ8ÜoŒ)¾Å«’dz}oø<Þ…)½Œõ²w=–em›$‚9‘©ŸrX4Œª½ýq¢r@›,“^ØÇgÙ…tÁG†Ÿ‰ñoÀº`ê;ð¶G)Z>gÌç`„ÌnÝ‘G[ö#-˜ºé(:ê×îç -?ƒ^¹¸?¯%Ü`·w½Ê«ÕÔ#ÉØÝI½7§íJ­ §T"&IÛ9•KDíó·¡ÝÙw2 ¨™ù;…•—¼Gx¬!´¨'*kUºBîô’QN6wÅŠFJ”^pY<ŽÕHÅHAÐ$ÃÕr\"翹êþ›AFK¼ðßDì³k>‘8¼©b/>CT%,÷íe: u"$¤Ò{ªÎØ ©&iG -ÎÙ縈¤r„pÉÏ>j´7 @èМ ´e>zŠ,DÒjB7ú.jø]éDShªAÖ,\>6=*pª2·Ÿ@—Gô“=ÀAn °UÒ»²àí§[lø%–_>MóQ¯]ï "Ä&õL礄±BÔÓõ„wåÚ@.K°¹¢Òz¯œë¢Ì«äÀQ’üCã÷‚[Ý0 +·À#ó" n»¨¨Nœ¥³TÿÞÑüù€¬Érvë^Êò*Fþ“3² ƒ@ %I–þ'´n;.9DíK[k -î'Æ’Ø=©êö#ë—?p‹ÓU!k½£!§ê’µî|Æ1àGy$pç ñêu”çŸ(©ë|H,qç°!› S\dÉ)ï(Iù(Þ«!@ižùSÈÁ -`B§Ôay_ $ÌÒN¨ endstream endobj 32 0 obj <>stream -ïê›ÞVRW*pŸÍ;jgbZÇä„n‚¹–œ¶¤ÉPq{„8³NíìT^»¢š+KÝi˜ ߣv÷’ïO¹ò¥ÛÍ%{⃩­cÒ‘²(åAºM9CtŸt/¨Ù*/¼Q¥u}èäöàë:/Õg¯Ž^Çœùªvkçšž‘>5rõA'£pˆùé-F|=ªoˆ,T«^ª¶P°ø…‡ž)}¬ïº›¢jF™Š¢³Wm¢øVø&jL‹<Áü].^Û>嬵LidÆJR„Ü|¾Â…ltÄv½Ï½1.ŸTÎoòu^T’AtƒÕ¨ðÜDâdt@l¸##ìaîT?ãܾÚ>sjfvO¶XeU6+¹Iݬä˜kT^GTîw -¹ù/–&ÌZîýX¶äù–qš†ÖYlùH»é%òÌ@ŒN0çÈ£ylhÊ©Q&6Ê\ÅúU7g?Pˆ“9ŽÙÊîײrAZ¹d¤Y-¨š]táJ¡•üzÓ,Š¡\ÚÓ -¼ÍWp%ÌœKGAÌ–j‹;^œå\¹(Ÿ{A±1ؼ Wp ¢›õ‹´:}9œ;»R2<ÈægaÐwÃU ÐF›b-e(z—<ÝÇz:ÜñžÅ˜¹U';b £6zéÜ]øò°­ˆðauÐa$ÿ\”¦Ch[BËÌ¥x &¯"^ss?Páv~Ö -^eòÖ¸ÕϽώškãÀZŽù{v=ðJÙªÙÍöì"»Î^.Yï >þàú9Å³Ç nmj}d­-^ã¹|êtÉÒ~R›ä*ƽïm¸% ØúL -‹n͆¯r¥x¼EU›¹ŽXa¡|½ÒË -Js’-᪙ ßËTèÏ»è8g„ÐàW(Ð`n‚­ -4ÐÖh_Ÿh@o¶ - wj %X?¿ø“Êá[eÈÕÜ 5xÊÃ]Ýà{ÔÆ:ÅEP`Œø$„^õ€â}^ÍË‹Yé¬l‡yG “ùK®mp“ë)´.€9À8AÇLàûæ–/ TÀæ¹Z+ù‘©%¸îL×26¦)ë¡:€ÕŸgC9 ’ûž8àé2õî᤮_?U+Ž5âýq_•¯­nžVêì• ’ÿ\o ,çî®bÌáÉs¤˜—"f·;£ ¢­# àºCøòÜð€HôûJˆlÙˆŠžÖ[Õ ¤‚„„uœ5€«@Lš9€ègX€`OÉÿiln·J Lô K™‘W=#rÚôæ`Hû•ÊÙy•jÎúA™êꘌɗ6s©'|[F°’S°³U*†¨6‘ÿG*o…@¼U ö ™x -Si>xÈXûT­Žî”77ê4 *ÄKu“&Yì-€ºW€Š„ä'w;æ ýc.JÞmÇö{bŽ:ù•Ê“›„Ñà¶QĦæãUkï·ayL¯ü‚½sl¨´Ü*ÀõñùUÉÿúd -¢fEöÕ nZüOñ-¹è-ðè·Y”fF.ÎÆæ¼ÍÌ{ÑØ¢ll ?' €…ñúj‰Á³òZþ@"\Új=f#¿R™þQG®Z®6?wŸåc‡=»±ÎŽî°èÚTûUÉ¿|ñço–÷ºýÖÝ~[&K©ƒýmç°ê@Dû@{;@Oöt“Ðjÿ¶³“ÚóÓÓˆç¼à5Ÿ™á†{¬ÊGáÁ×QZÓ[»NïýóK½í°‡q+ëçÐyïŠ8•}¶:Q$ƒ 0BWv‰øpxÁ·¨ù_ÍÎT€.þÆ•Z:õ ü­¶ý¦…¶¬öšÐŸî¹z¶7õÓcwŸwégîEY*Þ†W¹•5»JO—ŠBÖb#t®·/jVIëWál¬Ñ™ÚngßúÕ=B«è4¯“ÇSû²ŽÉõ³øŒÖ úïÇì‹Ã®íM¿ŠîQþ" ©QùW‚fÓ0;© Ý¥{¿Ü}fúñ^œ„Ê­¬ÄîUz”ÓšÞé /j¹Ÿï<ú>S"²‡Jþ[ÁzÊÈùÊ‘»æëÇœVÁƒþ³Bvl¥u(Ͻý8Köˆg;tø[µÂÆ[üx¯mŒ$‹ÝPÞùâú{ýÅÿØÚ4Æl6»«ç§kSWéf’—¨©uÏ÷®'…vq¡žæÏ9®êžøøbw¾&Á~ öÂ]Èuÿagº¥¨ÒFé+È‹@EEQdDAp`dQqFÅYï¿Ñ¬3|§{­þó+µªB‚Þ]ÛÉÚÈNü\%½þkEnº™åU–t<„#sÐÅÛ -éw; ó[Öçù`4ŸEmê1ëãÒ Z±pÝ]¢¡ k!¼6‘/^)ÿW s™€oï‹å+¤u -GzÎæã¦‘}Þ$é­ô€ù 2Í÷VIç¡.¯ÒÕLËꃱÇd¼ˆÃtÁ]Ñ|F_×ó¼ŸìfQó}šAaöÊù0ÝõðâÙðµ00ª~3ÀÈ`báÞ|B^ŠçñÕ2þÃG2¾ŸÎþÿàñxÈ¥Šfd@—M¿'¥º=^¹p·ùãkl6—ny\Y¼ =­_æ³z‡žEl»5ƒ‚~'”s}iºëôµ)²ê›ÁAÒÛéþĪéÓ ùœ¯ÆnÿxðÛçÍ÷Ý´" -cÌ VÑËq;$Þ„ƒ»Ô×€ÛGg€[:9é ãl†êë‹ÇSˆàÇx£É°ÖÉ^÷å#Ý8Þõî~°QŸKEÆËEàÙɼÀ¯Òº÷µ*Ok׈‰™Ø“¢0¾gËýqíëþøYú­eßû½°ÜOóË(-èñvÔÍŸÏ{»åK£älÃ%í …ŠdÌuh%Yöb‘b:¯5#7t–|ö<^0‰ãw­|lšóÒ¾´¾ç6x_ÒgŒÉÍ–ÑË{óù½1UJI‚ád˜?öƒ²‡{3zÂxùhÛõðKß]ÛÕMk¦¡³‹Š®SÃÑÀ>œ Û°••ÜÍIJ¼åkx+e !£4ÈÐ|V7=³i4ÇÆ¸žœ@åó|-?£B~P`Ϲ/îƒ_Q9.†çÚ†l\ŠK®w-Š“C<«LõñÔ 2á„‘ªGŸ?ïÑR !wcpXÚ/z›¥ícÜål“:–m©²U§œÁp4ŸØÃFgå›ãÕ64[Ò}eL÷àÑhëõÇ`þEn…é«\]ÔûóÛXSÖb¢Æ•%¨êûeQE;vþ‹ð{¹ì¶yêØºùõíÁ8â+€¼Ã‹Rû f} -o<·úÞØëD««‚Û‡}²ÖyËiDÕ¡'í(óµ;°&WKÚFh^{xI‡øÂ̓â3ï¤õËjIOu¸ÌFÚv;ˆ5ñ®j|x€*F`¨rºLÚ -É ®ìŒ÷Gé‘Es’çÅ_°L¹ðÅ™ÈCLÜ}ùõÍ>RQ±vªÎÐî;0ú‡ë8æ­éʃÉsUae]åîeÈ®¨Œ™Õð²‘7kèr*”.=jMm×Ä ™â=õÐnª*¶àM%éj#…\[¡|µ[™¾=éá1Y‰}Õþ;xs?`Ÿ»KÃÞ¬YÜ÷DÀËv£výAÝ+~qºG,·Û“AkÕZìéùv|G§Žõ(N2aòðúúhãqzd¹“÷Ü ^Ù£Q O}l -šæ*i¿–Ž+Éͤªa¶dwb -2ÃM%ÉŸÍPXÚý`y›ôspnÙ›í˜c¯P“ŸÝèx„»%²Ætdw6w/a#j“ Öx¬$Ö(¸(nÙÂ?à1Àakºÿu*ÏŒÌüz¾ìGùäåÆ{g×Û¤oNEw2X†ÁV¯–¬Ï±µ2ŠM¡ÌïUiL¼ˆþ‰é~Έ[=ñ ½‚ý’»½hü€Ý’OxhÍÄ}[Ù‰:¸¹ Ç^ðM‡jÛÕ³Ò¦³3Ù?"|ˆ•­â…/¢-t¾Ú÷bMM¡¥^ˆ ¯¿ao½2Ž•µÓ=ÿp2À&ƒÁŒôªÏ/Õa•Oä;Ÿ{Jãg öÛê°Ü+–h¤Ûo“DGé´¸_Ã-Q—é®pÜsš`ê»}>M¦í:¹]ó·[ùÊ7Ý<7ž,.“#ú?`k:z.ZmÖ½·ÚÍôAñƒÂq¿Úí­ÞeC˜ïæcv:Êß©qº UGûV.g»îèh -k8ÐUµ`«C»0—P!–8fyí-èJ%$í—Nuž”Etè#áDÛ>Ê '4žo8VŸ{ÑÑ€kù‰ÇeZHÔj‡Â©¹È™fg cìªìtز֘¦‹iéžbTdË»ðAþ‹}•¥{él™u4ñ«~ã^LùËuùä‚Ö¸6NŒRÕ¤»4äGg:‘¸ë|Ý‹ýÔ•§xÈ%a84 -mºF•¹×æ‰px&[a÷Ölë§ØìV êØ,ÆM—•0-]ܓݡ¡Ö¡7{r•4ó}š.Æô)´/iíæôJ?(|±CVZòrçWûÎàÚ/[êa¥he -›ë 2‚f=9Ï¥³z´l/º²ÚŠÅü -äË{ñ—¹  @-a1­4»Ž³Ò¨M7¶¯ß@8]bÙ¥Å`â- “"³£IÉzÔ¯•\wö>G=°Ï¹oÔGêQšäR¬òuºwúÅæšC¤¨Ôã;¿ê·¼žÊ#¸ã¨xiŽ÷wEá…ܼÙfoÉ€V·‚SñØ75_ù'7|pÁÿœ—T¨î Mèm–»QeÃ"E'.Ø¢ÉgµWw[ £Îdì´xokÊùù>n 2ò,ÉSˆCf÷§™]p™*Hf½nî‹_‘¾rnvÀ_õ»«ÜÙÑb)ÛÏS°ÙäÞêe/¥öhjw«x¨‹ëyB_Eü«¸¶(\[Å ôf7ƒ%ØÐ+J‰ÁWU„¦œ;QgüKW‡„²ö’Ó|DòÑ&"s&s!æÄ²@ˆ×&/Yï;¼·&Þx‰Ç2ÿ`ųÊUø_õÛ_Ó™–›Ìéºõ~ˆˆ±¢Y•rÛþbþô@‘¸³R›ÍÑ6ŸY±SÜqëæªœX¼Þh0ÎЗF»P]‹j|¸`ät³¥I°zi”ˆ"Þ¶Ó…o3Ãû!~L±ñ²(R˜²ÊëX•[­@t¿/ÞQ½S|ÿƒeaûP¿ê÷dVwü -Rm»Ô¨Û°øƒ•a§ øïØ[{x(Ðñ@ãòýHkAêÕkÂc(b'3 ¶>ÓÎÞxþ€uvØ©l „È|é‚PõDáÒàÕÂaœècÛ³9ÄTû6ź¹GãÇ@cC1Qj§]¼¬ ;Ä­–NÉ/ä2Ÿ_,¶ùD›>0Jž -›tój*:£‘Ç}}À}8*+Àêríî»bÔn.VÃf…æ{ c*+¶ú†ÍÖu¯¨`Å_IQ«¼‰^?“ÇeåcZ7F±Z©Ø@ …P¼j¦½_Kâ›_K½MÍ2®ÏE¤K¿ë"=„©]æÕGZvU}²þ¨²»âý‹9VZëâD–gedF¾ýÅâ°xx4ôÓä\“Ûïú»c&òšÙ‹û6LŸéÖÇ“¹DMgg›ÑÒ”,¦ë"Q®¼Šß®ZݼPsp*ÔÎÉ«Z«×‹$r»·ydäM¤Ñ,ŒªÏ³U[õõ¥ -<øRejæ…J»œÖ6¹qüáy ½Ââ2sù"¼*kã¥Zt÷r˜j6ç}Sz’¼æfϘÉ\VxT´]K²î>C75…X-‹Ç÷~Z„šýIí -ö£ÍöÓJñýR}ç< ÊuÂB%\ÅÕŠ —éJ¾¢tàÅ|iÀTÊ«µu,à –¶‹¨YRquTªn.»R5(®ŸN_L›‹5^U\ÛÃ8ÊrþÑü-±K¨ƒcn«@íHô4̵ù†³‡ý+¨Sw€×ˆ24;P£šƒáNEÔh Žžª ÷ÆaXÞd¶ë²<Ë$¥Ý|”´1 BÇÌŒ0nÏ…rúŒ©VÇ)¸áf•<ñg¾Ilð|žyŸ¢¼O9qžÝww_ ûùê(,Éðœæ²âKkB×n‹kûëîÔ3ïׇÓÒ~$m§dŸí¥» ÔvˆOÆÂ£ª9¼XÞ…;…w QSË¿–›¿Ö!fwkßI®³Âì -–ál–Î,Û"ÜÏT9ÉPfµPt(Ôæ€Úû9jçæôô’}ñþ|ˆ³SwDÎ,W¼Á©vÑ”°âò=tZFÛaÉÊ4ÑeåXÅÅ ÇrÍ!Â5˽²ê\EZ¿¡¹ˆá 8€í4–bú¯`q_O±ñ,*E)ŒÀ–¹ô…¥Ø$ßI1qÌj쌿笺iXÞòS\—V@â/ü= F£ó‚ŽœÖl=3Ulîj,Ò•Óìv°¿áÛwº³Þ4&vÖ|.7„×óK¢š»f>lj̾~)øÚIqÎP)Úm€6@d*£Ú"ÅõY1 •,¹aº¾ˆz~ßü |É >¤g.­çÁ÷Þñ¼ØºÛÝXPYõ+JXr÷–ô~óŠ¡ó£ÔpMãA•è½ñieÙ›KJ?`~\VYNI€H €8TQ€xÔq€ÌšY+ÈÉh@Š×9@ê GI *´—â8Èez£ÉU³AzI땾Y™>Røœ_ù½|Ee;Ï\—¶>Ž•™1лɳÀ· ¢‡±v…É× I:ר¾³®vfü¸4Äf!s¡ûYuÞä2œ3¹Ý|B!Ž,ðMx ¸ -PÃÞÇ¡J­’!@½»3 ŽÝ@½7Èõqè" 4MšuÝìMTU€.Ÿ#€†ç€®Èõ/¾¢²‰<š³?¢2ô…Üš`š¦÷¨þ€4(Œ28q%NHÊ/KIýì²ËØÈjVÒ¨ /þJÉ¿zòÿ8‚ÿè·_î4žLF? WÍÌp‰Ì;ý¦ô/iÑò‚ëÒ Ån 4¦Bú»0‹|ñ+*?£±T¹³±¥Ü„Ö 3$épB•ð=>¿qÊe¼¥- -ü¾ïeŽRꣷömÈGOþªÈÿ/3ðW¼ýønÿ¥ÛÞø+ÀV 0À*;`·hÂöhR}hÖ©Î_Ûá'x7óþâ«)Y¡ökdì!OèG`||¬–ªú—uUÙýõ%þz!Å(}3fþ2Úòý‡ÊÚýÝí÷ÒìoêÀmV1&7aïÏÀô’loùA>¹vìu…,£tY×óìyÇŒ³€‹ÿ_ÚÀ¯VË”ÐæG[?8|¬–\ÿk]ý¦7´VŸóÇ.¿ì¼^¾ÅzÏJúMØuØkTëðWÈl‹éÒê]`§£œw´28«Û>#þÔOÍã<Á¦Ïí)˜ÛñÚ3‹Gz[iÒÍPÚ/öŒÿƒ8ÀïëjýµŸ–U>²b!÷WC?ßéoa⃠UãÎEÞø6+Ö·¼š9]!|\¤3œ=«w¨˜ ^ïò'–{#'röÀ¾ ¬G·5Žô -á>ŒˆvGKqPãqÖ”Ü}Þ„;È_ÄÛu«[ÜÂᥱى-y£ÊúÐ/J¿®U«:é¬Èx(~µÚŸ¿EÐ\ö£2CY<½Y]±~…tŠ¿ÀÞzF\ÃIÏYx²2ÑúHGîþÀn¬$æbùºŸaòsŸ·úÀ.¢tp”âVzõË[xbÖ6ZÖ$~ÀµQЙUÒµ—Wu,-éÃ͉¦±‹Øk!·x».ùëZ͇5r âü­ÕfÿRBKÙ‡PÐyG” §„}!G™O¿¬‹bÌí«ê>?,·Òãä¦3ùv¼6ÀE¸Jº‹hE®Ã¿ý«‹cä£áyñ†÷w ßó³ÎÏóã<ëe³d¸év/'æTƒë›À¨Ùév’˜Ûâ/,",üƒÿ¨µ÷7?{^!uŸÝìöåðµ‹p#¿…= Y9ž\¥sr3zh¸°x›•Þ‚»ÔÔ¹ð( ~ÀyÞ¯Ù³P…ëvi‹R8Õ ÂbЬñm`T¨ã$Ñùû„<é¹qzûª¾ßšÞ{b ½€‡WŸ“Î^v>¸1šuº·/þ­'_¤ƒŸ’FØè0Þ ±<ÙÂ#j¹JÄÜ!z(ÇÛ‚K¶Ùy~´€Â5çU§;ÑÁ§ÈÒ££ì5'‰êµ'äÁ뎯F(és¨û~=úì};òö”Ζ^6x­F"X>ºQ·õr{жꬕFÛ‘«gÇÞµ…­5{ûÏÿ+í¾°S|ûmãEž•nÇ{}|ýjµ[¥kkÃlhKZ Üi8šEÌ a¦;AØF‰;OÈ;÷3˜œ÷ýÀ‚} `¯Ôhöš5FâdÇ»K8麽Ý[q6 Èt*+Ò³÷’4·k×0¶ÒZîaá/ÚÒ«mÞsSÏÅøçì§K1~W_Üsí\.!kz.Ù°9–/—å3·[/fy{4/áN(û‘àñΦùµŸé"g´è÷¨8oæÝò‰‡•“1;žÉÔh4¿iŽ~ÛšQoxÍ´¡¾-óQÈû¦wä"ãM ç,žF–Á*a¹ôˆT|½—ËÅÚº“;ÿBzO_\¶¼tlŽ7åm\¹§cùŠîÏEqu=„ûó2 Ò©Yßc±ïg)w4ê¾ÖKgçîŽöaùxZÉ5¯'4dúÄô·Ülª5ÚxËà}±3˜=y N-C_Vg#½_g? ¶Á¡&Ÿ¥‡º¯¯KªžWÛʱ_)øÖÜËgu~‘md”"ož¿8ã\û¦J|ã‘}fµ\þ8÷ãrÜzzŽ'&¢äV†¸e›L/íýám+îÌçø™À °jÁ֗ɨ¦÷­9©mnsFSæ·¶o=U_—tåT©ÙŠyÓBùÒ¶²ýzߥ;Ï—$/wmö_]Çí·6Å}?Ó®_À^˜ÖÔ¿h^çÓH¶ˆ¯Sy9…_•yå‘§õbþ>žB·­mωçŒdÙýÀ|…¹À ÛjP¼=½üz>4•sj8±%DŸ yÞ)áNNr‚xJM,:TB=†¹úe£ïú=W¡™¸Ó º×+Þi³³ È>†>óöÅ™­y¯”nZ‹Â©ÕžœoÍùuÿn™SíïÕÆ6›!ʬÎ3qMWý¸wéYŠhój]ë—Pª×'~»^·ÔI½n—õºBœ?H~Àº½i×÷±Õþz¿ÕïN—DGú˜‡ìQÐ|™ÜkFȤ÷8îõ ù!tÔÓ[1÷=j;—YÀ³†qY°´i.&é6jåŽ/­©<™Ør? ƒ„2}2†8M«fý¥:oXÔ=šÎ©ô¾žÈ×Ö.\ o‘Šø$W\ìSÜÏdëuJ>8ýŠôÚ|Ù -žÇ í¯ sOý^ÙzYJ&]ÅVyô¨žm,刓ÔÑ:'Xš%µÂ2ù&bø\ö,ΛQ7·bå´~j cåÌ`NãA“œ©Ó6QÞ©Q¬×eÈÉÛë\p7ȬÒ‰Yõ|ü áÐñˆ(°xw{pðÅ!qxÂ!F=à]×9.g´(ÌLtΙæ‹ñË K¸d˪ZoæŒò£uVF‡Þ¤_Ì‚šp–Ä?.WDnŠ0zK<ãÎØìÅ¥€­ oKæX°·´6Žu×/ß(ßz§ïèZ ³ïl•y„" -9©Gû“Ž÷ ^–{l}nd0ÙÉÑX…Nlt·¤W¨Ö@°ñE‡^'´'S~"”AÖS×RÝqË~m8£¦…ú0ïòë1›÷$¸5ꓨݚÇËV³oí%vs† }rôÓM?qPVõÒˆ)`“IÈÜþþ$ -«CÚûx~”ñÒ#°ÍÈá1¥qW±Ê»å¡û`³Aõvó…¢ùY;ú£†_È9 ôîƒ=r¦±ÝB)ñÝ©GÎ…q7,¶F‡ÀiØÏÌÿº€õÃc™V|2Ÿ¯»;r4j³ÒµÛ,¿u¦¾Z3”lv´‘S÷úú„âòõ9)”ª[¢ fN¸T¼ß15{ÐX|ÑACQôä4k§á]ª ©–S#n›%rñøÇˆ88€"õs¢Wï=«ŽÝ]µaÛj£‡læh›é“ݲ㯢=­EËneÞu³_/!:þxåäœ&:ÇìfÂó<¢4–B×}zÛ Þc°Geâþ’bu (¸Opx~Z`Èd±Aì6©%âéY#—o¹Jdqáa¡w÷Nõ¡·ÌªnæU6ᯕ r®T¸x-W²M,€Ã ½‚…6´ü"¼,˜O6ÔLÜô¾çõ¹u*n[acͲÝ#´‹Ø.Iwrmír…=©365m‘›ÆqùM6±=/t±Ú| £fÑqjgi2Enâ`0éöªúìo/Õæö’öKаR…?vñJÎ\ñðœDu¸àš“òåÒpT,—d«[ZßÞ^I Q©R|/¾˜² ¥Œ{Ç£ì¡ÂHv¼v¹g ’#êtƨ޲ ÷áÂâž®/¯åyÑT‹´I7ö{ßÖi¬V_Ê(ÒØºlu‚ÌÄjÆ8¨•ÈZÐÆpç-Ê«&»+KÀðZ.OwÙ’šÏW¡¸ÇÒИôŠ'!ã ¿³.Øç{:Ãêê²Y°g†U°ÝCX°µõ/‚ßÔ}e’ÓG$²Ñí·ÒQ‡‘´íéÉÂm(Ùm½ÒÅ.΃.Çe#áX›Nû.†-¤z5«Pžëp YÈ2àyÂv·nÑBsZ‘J±;¸ÆR\ë®ÓW»hàØþà¥à×üË줟jÞFç˜[:ø±øFK¤õË?áÞ+F9Øëåö~>;G×ü åÀòè.G@º1K·bp,JMR¤ Ø- =CçÂ?˱dl€8Fs€xÑÉGƒ-ò‰ h€ÄQ-Åyeë Ù&{Ä/Ä`I1É»wo°µº}k6 Gß¼âÎuj2|© Á w¼È JìQæ–L+e`<ü‹÷B·e†Njû£"7R m é> ª]ÿc þȸTïYe±s€ZŸ ¨y Þj4€º”3Rì6@Ý -Òß) ÔUÔþä*·¨‹s(Å ±…9´6 è9Q³Ðèžk¸Ð.h!žm¾@-×ÏzÇëÊJä'#— b ‘€æ™,p¤ä¯x‹ߌˆÿUpãôÑõxСy¸Œ 4&yX@£Ç@ƒH{ãßÁ»Ù$…_L‘ ¦F÷æW~mu…6ÖaÓÝ…e‘ú‚g±Ëµu®BÒc ]½öÔX/¹óÇ•Ü9(¿âí/bxÐUnø—žü·÷+Ý~-·Ìí4æSðã¶E -`URØk} 4ÓA 4ëé§nÖ.ФÕ]Š×ë{`Ú_†Õ¯Áò+Ù5?H˜¿¬«ï÷Küÿè ŸŒØ¯ÛvC}¶÷wçÖ¾P®wçÖ%åž•+úmVÁ‡7aßÝòz/¸F¨±¸vO³Ý^/éVÉžÕWM|¶Ÿ9o’â¾ú ø„ ü9-ë¹ú—úý:|í#UÀ¿úUBéO„Ãêfû9„ŠŸ~öüº…{þ6+_Ê×9Õ®q".küN_`ûžwõV`çü=9ëÐ$ôÄZÖ)iwü¹ÐÿDø•Û+~,ðšümÍ÷ ¬_ëêßÑ«_|dÚüÿŒ•Ï=ö±OFðæîAQn³ëÜòÊ`víÆáî[^’êí”pÒûde-ðxâÑ-ø•ão!¿ìãñ[u©8@flœ5fü>oÝ]÷©[é½³7»64ÿ7ȹ­­ÈXú“»êSÙÖð?ZmøUƒÜ³píîÒ]lî™3â<; 6.è'2¬¸¿qPy.>¹ -èy½Ïoñ®{=Ÿ¶kæxÙÂãý}£e6¯ ž²k,ZåWViUZ^•-²¤ã ±É½µ꨼ÈzãÉ,jÎáºÛ/þVÿ?àóê¿n柆^`c”$˜§¼ŽnN…ÒÊg€ígµ.³ƒ¶½Ù5±ÞúÐÆ´UÒ…ÍåUÎ;KzŸ÷#Í‹·ùžýã_ýçÂ3Ï¢V6™AaþÊùZvºë5ËQmâ s… y¦½ñÕ¾ŸÆ.-äÆôƒÎ~ñkbýà_ZmsçÞÚ¯œ0‹ƒr>]+wö8mÔW>åâøc^Á{0±w6é¹pWš³î»Ó×|§Âó¶4ÕŠm-8H-#0àŽ=I´Ž7!`ìý…ÿpÌ÷öÍÄãàeCùGb~.ŽòËÞØúÉÞí•߉ m““³V×Ç/¾m¼å¥Â99Ô3ëÃCÌ{!ÆÓˆ1Í••oùçó•Ùͺ¯Ì%„ÃûkŠDp’(;(ÝÁ’ñ¡:v±æ?¬åûÔµá½GIËã^‰àe'ïþH̦OkÔÉš.´‚=G†É™­Õâ—ur¨eP 4LFÑÐjLCò5ú…yèóOâô\»'‡sÿph‘ñnW®_çk|¬ÑC†¸EÖ{•c{öΣYK~Œò¡žq{y=ï¬{Jº"”쪽SlÌÖªÓúhSÖÂ’¥0L¬t›FÞ CÓíòSã±ö÷†o3 €×Æ xxÆ ã}Žß§ºxŽƒ/¾&壧œŸ;-^Vî4»]Ì„Íx¶9êtßû|»v’¤Õ°ÿ0 ÁãÅzã±[²—‘SYì÷v-Ù'i©|{XDµœÚƒrÁ¼%Å’9²PÄlðÊÏû¬‘Amq0M£H>}‘ãzQÎZ?ÁÓ~ÑÊÓ¬ ªõÉHEò™H‰—…2ènçÊ€]ÌÎèu -Æ¢‘É®/Ùê3ÐqVmÞæÁ9í–±_?#Ô¨HÛNuCèÖiÑö†—D_˜œ¹5Y}šî. n8ºYn „ÙÔ£ÂһǢCÃ2©I×jCƒgQÕ -º¢"Ë£00S°]ï$[̳(]'.'¹2ëô{'ú…¯«‹¾ßéÎOLm_JÇ‹²©—œ™yÏá¹LÓh3ž¸wßë |Ù­hÝÆ‚UkÈOŠ ä2Ž‘C«á Àk½7k´M­sÕ*fç©jéY9Òݼb<e˜l—ViïËÔæÅK#¤Ø—˜tží›ã°ßÊ޽© ƒ½Ü²Âv;åÈêvHÔYjP -1»øâ05oÕ 9K‹èçB3G?&ã<û…b9tÕõz`]„vë4Çh—Ì5µ§÷ûž©UéÉXÕýÕB1§‹|Ó-B}pºJwìõ–Ö;×ßÞÅ~˃«½éÁ{í@`»‹ŠÓívö'³³ÂŠ“N?Ñ÷â–ºgŪg~¾û6H7÷:õçíSÝŠþA\Ü>Ñ•¿.V技¦u{Û¾˜Œ®º°Ï•ôÙ{}aÐÍbuM-Š>HM¾LGºÇä´ÿJÈeŸ£èýGµѧø¢¯ÝÅDxu¡lìH¢\êÀÕþ¬."åG[¸˜&`ÌÐoǧ-Í6Þ<-^(îQœœ”fËW"Ž¥ -‹/~µïv¥˜Îc3ýAB“׊|/¿a£ÑÃ5æ%»§i…,© ïN¦×¹ k³7ƒg^7ªagM¸Ëìø{Q=XGဧÝ08ÏÞí¤¾ÛV¨ð×^)­øx·ÄsÜC1$Ž×Nëm`ËwöÍMbMá êͼ©OSL£?è[¼y#£Î¼Œ†Cƒ.O¸•zÒÙ¸;¤Xß [¯‡7è+¶¤âf–ú%ßé>ß1:Ýh'ªÙdlQS+¾`ô€°mÉ·%Ýßvל´¦Oo¶µlå˜ú¶)ާf¡Õ°½­²%5®6äc¦Þ¨˜­£]lƒ©¹@HéL\?s\·³‰T·nê8Å*ª[ûp^?W¶‹Õ«z¦çêădž­þ€þ2kÝcÝ[Ïšy4" 5¬;Ò¤Wˆ5»ýñuÞeÓáïPúçm£5n³CßÇl_L{µjTâEÌìÓÁÅ @>C§t™&@‰øëçÅŠ¯×ñò€ºÍ)Õ¨?OäØP ²Eð²Eæ}²³srÌq¿Xe¼#33à uñK;·äài¹V¯Õ~z³è܇->1qU0è@hBæ¶u{/$ÔU_ÔèÉ÷ÆÈIŽm‘­y¨!”ñˆöÚÜã‹jÄ; w¢ÀýI^fçxÇ̾øZÔÃäZ¤&mC=Å `ÇŽ7¹áô¸¼^])îûhõ"Ÿl Ç^åÞè å²<ÚlFÅr‡]g3JCõW3°' ìç¼$ºÏ(OG6ädÉÌ{¡+ç ðé#øbünà]©ÛÇ!ø4ÂVû΃ÑWÝ&GU•žªí(DÕzð‹²6ìô&‚õñ<îâ£XŒÒ;fß·Â\žż;yl^)ôÚ7äH´DrQmBÏU­db¾QËÇL­~õºõXŸ ù˜IDäGŒwŸÙ+¶nÕ2˜œÑ` Þ&éÌî4¶‹jµEºÂžêËÚaxjµgkX,‘„µ‚¦È0'óÝ~Þüªß㢧’#¬¶«Ù¬_(™‹WÐ1*>È™imÜU[µÝ`* »åtTcðHeij3èÔ™XR¨æš5È\'ï…þc‚—„Ý“£ÃÝ— ªm±7ZsÜríH?¨šñäÄ>Þ‘3׊;û|"ÔüÈTÝ„TÙ˜ü€•gŽW7ÆŸ;K.h-«¬cƒºk¸õ>4«&ôjƒZbW/’0ÃNü,š¸E¤n<ðêàøjà •W­VÆÇ͵ÒNÉJ&‡«ðTïyp»H>ðþhß-´åiФáÜÒ¿Ãâ#Mwòˆ4jÚþ7$˺à OKd’Ú %].à«]³ŠÃ5­Ž©¦Ë¡ñ%èÕNW«‘MßBœél\}€ëE•í&»Ê»_*“œ«pÊÃÔøa¡§Êp¾œ—»ª”¡B§VZM€~I‚q»$ekN©ìöo˜v/ÓhŽÐ‰sEΣ€ì_›Šz/Ź~¿Ljhy­’9ëÓî©H%TÎ<½›i¹ÆË*Â`gªêOs­*Vº•`Áh•ÄÛ°(˸P –åž~8”Kò*É2•*•ˆ„´Ô)Ö’]4”ò¾,âr;Œ„"¶Ì™…¤y6ÀÏedµe×—ÃNÇ=ŸAÑž “ö°[˳ƒA·†+%Î÷ª[ìÔÎ1«o#¥žË ¦KT¨\xžrå>—K›Y/)Z›…öGE„tsœ®/Åãe9,š.0)œŸµUÁkçü=³Ìæ €€­ÕÌMWËåŽùYvÞ_½²sΩçø5ÚOÑÖr|ÐP'æ&{º3–]hIv=uÍ5õur]KWd9?X:äà}âºF=`ßUÉ®XmÖ.× Zß-Âô’÷æñ3Ïvóy“¡ -˜­ÐDNÐ6—G½nv±ÚêY~2Ò¨±¶'å ä6 •FZ‰HîØªwͪ{ªã|-…ÃUsÛªý“âoN}tÚ†ã—Fº5óêªQk‘‚ÚÔždowëæ šµjqZçë= ¯•A®ú~h¹Ré€i¿¸>qÍFWòÔÚë3PJ@Š^)E„5j¥¤'¨u‹›ô}l=ŸâXjxOjÀ;Ëê ³*¥è¢›öèÅ'Ñv¯3Êq€æÓ–‚ª¦S÷G[Zª -öo0·ˆUÑj£AÌÃËЋçS£‚Õ∠P  }ä’ÂȦ8À*!$€ÜGƒ^µnŠå@mêšb_P•o¨pÕ”Îm½j4Zò´€Ú† -Rô_QÙevÆØšOŸîàTˆU%Ì\÷DÝ‘6¨pïÇ=µhqŒxÞô*¸ò%¬ÄyN¬B™í|˜æÜÌÜS$‘0€Í2Å…°¸¥¤˜»v¨D)‚+€=ùô-Çk ÀNÎðã^k ^9³Ï<€ ³1€‰ÈÀîôM,v2Œ;5Uhìhlž“úª°g„ÉŒ-7ãëìNsVcƒÞÉú}µtpa.ÿ>Ýðl¥¾…œG²=ÙbSBþÖƒô¥ä‚Ðâ¢4—‚¨8‘ÖÛ!¥wžÊa ÒWmˆö~ ô¨5¹ ¨:¼ø»þþFKü€ÿ —ƒ"ÁÁ±•gšHîLhŽղ攵W,ÆíY+«ôìŠÜ=UÂÏ ÿòÿKÄÆ €Ô -·-¹óm€Êa@QÛ+@) Â–PW|œâq¨Û¨xÐ(ƒª<ªÕ/[]ÓŸ¬œ=úÍ+¦ðM“ï™tõ›êJn:íCmÂ'ó‰0Å _¿eá£9QMtMýó%þ)¡Žõê”~ÎÆîïΨþ9À­öÂ=+{·|“oÂÐoy½0¼Fhmt힘à²&ùè“xÀð»32¶nÉ+”l´OI‡uOäj0ÿG¡ýb±¹áWýx+ÁÿÑí¾Jh€2w…ÏécŸ(ÛâôeûÞƒ‚r¹ ÛÎëÚ=¹Ëï~"Õ l{øY½;Ôñ&äÀ†­dð^ §„_õNä|«ÝblÒÝ;°ûò"Ð~g‡¯Ò>Ÿ–¿çb!KTþ¿æÕð'wõÿ?áÊ=-ú6Kkþ[^~Whù畟'ƒç{sJ¸üñDΠëÑ-@Ïã_ÊØm!ùã·ZbîP‚÷3¼€ìóvÛuï…úVzìfÇ„ 2§ÔµQÔF+r·Þ¦ûðÊǺêS‹€™5ÜÓeþƒÿ´0í}ï}}ßòRóu‘Ž-èŒ8mì”4ûÍ#½hu캣ÅܾŸ–§Ž¿ë^ÛáVzÖ›]‹XmØ­ç=þGOîïO׳ˆßiM´ë&Ôd}h¥"ãȯ.¯ .Ysá¶*κ¯U5”³!6Õ -ú^#À¶Nk’¨ᣎ&½±‹{¬ìÝz;yÜ;G3þ¾ååÄíARÎYËÒ‘«Ó¨…½3ä½­áüîÈ™úc]ýškɉ:³J/­ø6;¦­®È…×[¼õî`.\¹Q¸n‘á‰àu€mㄌ‘Û˜Nà·ïS•œ4 -E{UàÑŒ«ÔFùY w#±Vw¡euÖ}¦íÀÛfÏÖQ³†áü€vž…C«þØɇ–5ÝÒ0™Ìj`>@¼¬§Òn/'ð¼âú6²vœ¡ÕR'æuë,L†žl ß÷öF³·=ÿ€ƒ`³½xå -è³G¶ šPE[–8R+)jK•ãPR+FÑU´s¥ÔB"'›ô“•‰š¥Kç£?”lÓ0¿8ÕÏÏçNÖ÷娦ór­MM¶œÖbã'~•½ðªÔÝ¥—/Ú»§V¶ðmD›·è ÏóC12d Ú>9Ö%n®n¥õïݽVö‰ªBÎ]­®g€2¨Dy½½«ò…)™x ¼äðNºçïßç§Qß(ûÞë\,ô8åÈ÷²ovÃoýƒO£¹õ&^‹E:jC¬ßÜNXž|Ð W©Í9K芙NâEƒÃ{ä _µxm ùÒ¨ÁÖÎTÕ[2R÷TÁVï…lÁïµLÞƒä6³D¿ØgßçÄ\ï½3ʽ@‹ð^öxmvgCR겎ۉæåm§T s¢lõ›b…zÂîž³…Ýþù9ûIÓÖ¾—óËwÌÌá·pÜýÙ¼5ÁfÛCóÖ5_9 ˆ½JQ[/ -¨ªTSÁuª#[/Y—FÙžÕв—N³Æ´˜~Ôã/þ¦;§ƒÃØëKgÙ<¼:ýr© nTª&*ˆÑöþ®' ØnCoÕ& -X†·û—_‡û:wÛÙ6w›é¿ØÆ6QŠfc ²ôšŒ÷ì-GöÚ969/• \ A÷hM™ -ŠÉ-«Òí8§ú¯Ì‘ïg›Ôñ³ÞíØO»³¼?ýN™}NE%x.ĪRÛ z\; -耿·ÍDɶ‰`SåÜ3-dŒÈyÐçöÖK~/Z“êäÕÊÝ ñ—Ölo‹ö„kC.PxÑϰ…é¥beÆ!=»¶éξ”Áp+Ú T\5•¬”¤Æ±QìgÂ>Þ] -Û‘êít¶U¶% qÐX®ã´‡ŽÏ_V)ïHæ’»ïì=çiËKëu<¾[“ ZneÓ7ÃÙ¼ÝÌÛ•Ä…*ù{CÒwT†89Eh7ÊoÏúâ\=!´:W -îs7ç/ÑÃ_›ƒußx3cþ¬ ´ý0æe×cª½Y¦œï¬¡WUÜÕËuaðÎpmÒÝŠ¼óŒÎϬŒÖ›­ç‡^+یæ0=¥»ñf^-Ùi=XÈk|‹6à°Üb´|_cè6¥Œx¡±…×ñ*דiÿŠ W@@Ôfƒ<[š¼Q ô!÷r±Ó-±Øé*2ŠO>ý,ꉼ‹Ò¸+cÝxÊŠµ\Xn'§λië¹&ÑåZRRhÇO1Ÿ;g…a˜¡r“>ÈñóÑMåV³ÎïµÉ2™i“q+káQ0 =‹\ü@´(Ú1u½STØ)Jцù\‹ŒF›) ²@ Û¬BèxÛ"ÒãZƒH¥ÆXœPò* ÄÉrä¯ x[ž>›ÁËÙÕª•cÏ8:ÉŠ\óOEe ,ŒjÑ_˜ú›ÇÖ-„kP]šmq¾À½®Æð·¾AûêÈ¢nƒ…K©éc|N±)Ù¯˜,£1²2(Q"m™ÈìÞu¼Â9C^«[”S"fÔ*fÎ u 3sõ‘ª°j¹å®›‘Eÿq™pÄcO tS©\Î5ôžŸ”¯™S¨Ž3yùr)â¹*]Yvz¼2¹å=E$„R÷Nÿ@”zbEr Hy2*ÄXi5 ¨ßõðYá8Ä‘If‰- ã‚ÕáŒnê$6ÓaÙWÐ.Òz.H+žqHk„—¶D™ðñöªS}6½&‡!9Çüüå*¶>Ï8,QCϽú4P¸,E÷M'OÒ˜.EÍ&ÍãÕ“zÔ[Gb‚ã"Û̽ñ9]GðäVNa+~,`„¿ÔЭôª t„4‘C¾"ܨ=ù`Zï³W{gåu„"hϼó¼“)úÛUf°Ù¢™wº®Bš0.AÑ+ ²µRé7Xù6 -ÞèJ¨í:ÅVG˜RÖ˜Sß•j¯t]újÛ$äžœ™;ÛΞSäˆhÑ×Ü |·x‚½Wý‘½Ýt¶›ž`ÐÓØ²P~q•!P§Ë}[l¦§Œ¤áöf–2¯È ¬™rí%Èz© -H’||²i@ÜW2°¨«­.µJ·m²•@Ý ¯\tJî‹5[¶ût9`È¢µ)à·^ ÷Jp5‡ê9ú^Y|É´ÏÉý¢¼Ì@n~šªÝ™5ØhÊ)y—ÆÛ~j8‚5TCI°ªjÌu &€ -ñS‚äþEµr" *; Pœ;f'?–J €¼hÅÍJo·Yá%j7üw©Ðøº€“jÜ-mó =W£«‡þé]JȵÆ-›á×ÌÆÕ¢HN¨3‚ -Ý{VÛÕ·) Ó§€Þ‹«á9Aüô!¹ÒéƒÍ&ˆó€^pµ=Ð'vñÑ“—ý+ W9 ÐõèF¾è2šü -úü <ÓõBš rîWTåùýë¶¶›ú×\Ç\ˆ4”¨ü(X‡õêëæwL;Y2´ôáV¼Æà.í¿Ò‹¢¶ÌÙ]$˜l¼/€¹äS B,Á•lZ+$[€¹!!`3ý`!æ˜{r7bº˜ÃÛÌb¼L§Cƪ}”+FÜ€¡À +¦õ0èÃb÷¯š_påüª¢:‚Ì/ªß“æB­yÌ]ÎU‰%~iã™ÊzöHûN€ƒµ8Aõš`þQG9$KŽ­ - fEÀqˆ8­Û\['¾WP˜ -à„ yT“ßQ4`d °‡á8yƒôö7Z¢T#·µÃf!Ž ÓáK¹¨46Wvê3' z&œ ’mrv›hçlŠPùˆcÀ%.É[]O¯™Óð"šúŠAwƾ?ò-Ào2aw ø«ðM¾&Ç›ßuj€ßKCÀ27ÀÏwàû+ðƒÎðûí7\bãìºv/šµÍΗßB‡*Ð^ú-ãÖŽw¹÷€šDíæ†B š¦×<8jòy—ØA~ñŸfௌëÜ)‹ ŒÛÒþ„9a]z„Ýé Dh¢Ü¶Èˆó¤šz ,‡VF…ÝGé½2åXþG¸DÑ*mQ%+·œ½™-é‘ tqæuodG³°b›ûOù‹¯~[n‰ÿt§nùÛöÂiXRUë©wß9;Kƒä¾¢yz@¡‚#Pè*Eª>ö€ü²@ŽĉõQï7Z‹žE};¬zkÁa=õ?Óåúûôw ¶såzÊéßÔß\‰ÏVüÿªÈß0‡O8ð?¸_ßí7‚÷k¹ýFÝ~¦©m¨=Eú¸m³ZhŠzZK¥Öcê âÐæÍТøû”yæÿh‹ ô”ÐAû_ÓÇÚû·ç#ʰðý]‘Èû©ð/ܲ%ß&DC»•·mý–µ»•ëœÕ¯Õ㾬rS÷B‹àÜ|ìç䆱ˆÝŒ¹q?}ò`E9Ê›Éï ¬]ù.úß¹X_­v½5*ͯúý·ú…K'ÛøqŒû¡—½{q~šÝÊëûîZÝ¿.—½.„fÎ[‰CÏt#ãƒ&³17äøS¬ËÒI˜ -ê1D„âtxÔ…Oä€f%µ]³½/ý]ù²_mÑ>û^Óó:¿â֛ʌÇZ„\±ôoëêm¦6"‘{ºÊs×9©ä?O£ŸôÚ™u7vžvïä¥ÜÉ1ÌÚËÃÃtÿD )÷ºO;îsWŽ­÷v.ÖÒ›•ªB›ú«‚­·Å -µ¦'5~åÂmu×FÆB>t›³¡´ÌÒ‘uû¦F -P¿“±>i11¡'ÿÛxOWŒÛeE¯ÏgÚߤN÷ ;DHÀí‹Ûdm03c;Ï-›ú£ç¬mø«C)è}ò`«ÍÁRXÕÇ‹¬Îò®¹šGl};{wª‡ÙPp.³t¼¦Ù¾—¯Ê66Úš!?¢×ocèÒA4䎥ë?b„Ký‹¿y°p+/™Ë¹yÎm~Í«ï·ÞVãø×ººâ&£ÌRXLñ…¼Ypsí°gi¿›Ÿ–ïÝÒd®u«tè×Ç+½o‰i×Ùˆïèå¨7ä¶þàxLwÚ¿¶Gë¾|ÙÅQ¤€wïÝ/==µÓ{éÉpÐ5âØÍ.¹ËàZW³æ­…B{bHoön½&ŸjÈdÚÊ.·+Û$¶ÉEeoOM‹y?ÛœnÐW·¡-XÜs^ª{EÔ­‹éñ¢¶ê™¨¦hh>ÑšaF«Bù‹Cá]8¯âCy?›ÍŸ%Õúƒ.,·"Ãô.rPþNÉÞ;±c<Úò­9ïSr2é¶Ø‚•~Á6ëjs;6šäøÙþ;Ì"YÇ6?±ø‹¸¬û²²«KYûRëšáÛ|®×¨Ùo¼ f©:ŠâvJU—•J(Ãĸ¨Æ¡*¿¨-!cgŠÇâ…9ç)¾ ·?Ð0püI4®5ý..òUÿ(½ÄŽÜÖÓn*âV¥ð6® XcŸcù;.¨V‡n”ë—ȯ×eläÔz‘g¾ö£®9pÖC3õ>ΪãQf[ÍBX\™ÍòIgQA95êÞš7‰)•›=×-0zUr.Y¤ÄMåKUï<6•ª©½çåRç6v™É±ÿŽG‹ž‰£À™ÎÝÅ5·”Š0{UÁ. 'ò“îÕü\—g'¦¦ÅwÉJ©‚™žá•ªRVeîåœ -zËyƪ[èÄ«4*o—þ²Ì£Cé°=ßK¼JeõøÕ`u±¸.Ã)Ù**­Ã¢Å^¦÷9å*É1 €ªW¿XŸkå8‘Ø_û™áqÓ%Çû‘/VB·=ä ¥Ö²¹¥Ç¥ò¬+%éR\5SfêDeÔ¹ -Ö úöŠå1«–™ÅÌJ*Ø6>k•øÍÞÓ“O¯x맦ÅnÝÕTíRè7Çé8Ü©ü¨]Ðò™Ë¨©MÃüTƒ_ .sY­éhU­‰é_,Þvšì¸Þ{¨âÛ7±!¹Ã°åûÔSÙ•ï£JŶ™tÎ -ê­´YÒ ¸²˜¦ÞÉÁÎ"åV˜¥Jí~:§_pBÕ¥&­»ºZxñ´UèŸ5·’ŠA~ u†y¨:Xj3ôrÒÆçÞÕ¥ä*ÞÛ(J°–BÖ#Ùɺo™í3B‚‰)³í¨úÅ"7áñq5L -—ë£W—°S ÀТ3`ß=§VjÕšî““ëùt®,¯SÙÁ;ÉŠ\Ê=´.ƒ-jGЍË-WÍC;Wת¬[ÑÓ°¡Ö…I[ůqOÙLé™B#ÚNÞ/{O™˜tº%IPgu1æÂýv¼ ÷ûBî¾ò%ĪpŸ3•9Ü®#£‹>ÉôÇã÷+)àØžìº=^¥û­MiÚlø}M«é“fl-ä¬_iùó(*ý,gJ6_2¸VÂŒZïßrÊ6uSº|K*%ùÃU™«‘¶çŒ@{$^åùZ”é«ð¨° m&¹ÜA+¹âqÜã'BåÂOD•ã'äÚà'™uåc†ãMl$“«l?kàKßó7_KIÍßÎ鑽¿/ZV/W,˜³#Ëîºó|úŸ´â›fÏ)ÕRÖ°bF„ìÊmFò’KA[Ã’_³¾%DÕ];÷>ƒ~nè+Ë\únǼQýLËâaLd¹ùz^æ0ZØÕ:±VmC³VQÕÙÕ UaWš1m\:İw; ‘©éÐ/:Öî<®ÎlW†½úo–ªu6Ö¤Jî™ŸŠ«­º&¬Ó¤ìï) >$å*ÞòJxJ'ä{¬’¾sz.£K&oLK·`Û]Î<ífæ‘G¶‘IÚJrz£™]Õ,2-,íÑÇÆxGËI»WžvPé¢ Už8e‡¼§W¬·†y(8;ÖË ?v±asÑ<Ó|XOo‚J¥¹„y½×rÒÚ2³ÝÊÇ#¶“Îæ*ÞÌ[xR„çJê‹á+Å‹È-&÷¤‚åpøe°:Òd)Bõ™Ýµ?aXåœlÏK|Òí嚤s–’§.dܦ$§³!ïX#ïà”'»eñ}Ü94©A†ñyTà_ð:žm~ ¦_¶ú5c<«‡“.ßÝ ¢K2¸m„Wï ©áñ‘ƒ¦û_EN(W'–»±79f_(ŒƒïËô)xYtGÉytîÙRAm·¥d‚¹“÷mûÈ^‹TI·ˆW]EŠCˆT¯#)gP RÕ 0ºÎ{lßx=Èß Œ»³†¾.`‡Zö{y8®!Þ2Úê¼XQ­Ú ç!¼»_Ý}ÎdnÅ6.ÑñßlóÚË2γƒÓq!`“®#RÁ£W äù¥FF8ä’Ú¦ïfIŸàB¤û Ÿž^¾Ú l®Ò3lÎ%«j• Õ Cź–¬•Ïü€1Ê„§¶MøZõ†üú€{nô¶Ù¥Y*ž‘Ûsfaz¯ñJ»´Jå¦ÔyÍ2…Ë‚á˯í-äÃi@)M.KF ¯ñÄðÜü8T3RPÆ'÷}‡ó)[`µf®w1ºÎ")ÔšûJֱǫb‡€Ø-™GDSàÀ#?Èõ6Á…B{ÂxÃ<Œ·Mµ‘m¹fëÑÈåÏÓõ×¹_zp\=¿œu%YÚ ~™%´̦$¸ ¢¤÷Dæí\ñмq„ÜÂX­“ΡÚð¸àÖË-Ó%«|¿ •¸\¼&íBwª -͇+TCµÈ\Ósš˜­T€tz—Cf¼‰&€V[ÁGƒU×#@kØÐ\þ” |&ÿ¼eW@ó‘è\¶žÀ -@+@~ò-œÔmZÔÞHvw._Õ@ÕzÆ× -ܲS;ÐÖ-;éø¾>`»_4šÑk¤ å¼~ˆóvRÓ€9׿(½`ÑÃ"©l^ßœRVÎSbÆ Äi{“`{ù—)XGÓœs€±‰ÂGƒ5œ`ZP”À߯aS€©.xÀä`°÷0©ýÐÛ -èi¡™ |£%ÀŸ½Žù–Z\ÀA›7nã8]Ķü^QÓ½A®¡cɾÐ}ÏÉã “¤aU^¦Ò¸P?ÖŒ·€u?QÙÑ® ÜT‚-ØÍv»J%•ܪÕì™<$X@€½˜2`·Y°“åüãî:°N£Ø<–·'ÁÓ6£_ðñ¹lüõë3Jx©—R#"A¶ÇÜÇ­¤ñ.¢"³S*½Ükp†sý§ x2{|ôääÃl¯É7í8p·€|æU<Õh&xö/‡Ày8Á[|eÖ|µµ|^Ê>G–'‡—'š»ïˆ¹65lxÍ×\¨%Êå¢B yN±¯R9|-8¡«ûä¼”Jª *³€à´cKÈüÁ× -¼ªÃÿqùwrü*¹Ú‹979@¹ù³ñI~ºXnõ¡º×o‡@(ä@(’„kâ~ªrù†Kü‰–Xš%#B.\ÁF•´<¬.Ž<Ï£#ʈú.z64‚'ëÜç]~ßû# µã/þ§øÿ*¸_óí`hñ]ÉDb Í/8™§ äÖc -dg €Ì7?ꨌç ]vs ]í§#´ -þo¸DØh)ÅÕ%K(Ïœû̵R§5]Œk¯R6T‰­äpà¯åö›—à÷B ä¨ PúÏP‘ TgUêã´sÊM]ë@ÓÜh&·ïÜÿ[…S_}ì«„f‹ÿš?ö ³­mQzz½¿=¸øž®Cä­¼…Ø[Ö¦ÄëœÉ©W´Í.«œT¾A®zÞʪu¦£‚ò æFÝÑ).×?ÐI˜3÷ãáÓû´w®~ƒ¾Bí?ÔZn}2“®^þï ýÂü%\Õ‡6æj· F¸·l£Ø¿V÷Íù¥;»§W ÎgºÛ{ÄÎ+§¸%ï< ?‘~”Ñ'r äI{!íßÍm~_<Ê» ÿ°vÙílˆá£¿rQz¿ôÈ-¾öÕâw“¾2íŸiY_/ë7‹õmè½8¦nÙúš¸í~.v~þç×µ“0º¹‡Gõ´Õm¸O·ÖÓ]ù´^nçÂz»Y)ýý¦þœÆëmR4þ@k;µx®åX¹Ù}v›bqmœØ¹ϤYñ¶/M'šÔ™f‡ÏýÄ„|äwFÖ_|b¾vÖêÉÃíëkh<7ÏÒ6ù»tÞÔõ -Nï}ºyE·sþÊnVÒC^oµ·¾r3‡ÊRXNꋘØó‡=iϵãП½ÛóÞ¬x™ fé`;–«Ådž_mÆ«Òä0ÚV'×½Ú¡KeðÏsâŽ.„øáôCi¼ý_AÿNø …½¬èþáoêê׺º¦™ÅÒËžw y}¾ÎµýÌÒÞ žf»§¤› ƒ ;¶Ò{q´5öêˆ^l -ÃCíTr›“9ðè½Õ¿º»ò—NôðïÝH{¤F½w”[õtP‰»“Ò,ÓÍÎY!4±›¢›hý›0`ÑÃÃ?P@¼ýפü5¯þêÉóêºù”‹kµWŸ Ù¢3͆B8¶RèpdgéåÐÅèýÀ£ˆs?äÐGôðÈTïÝÍ@½â+ƒöÒŒìNŠ Û5Ò¢ð…sCTBÖ‹ÁªfT>‰/ Ûz>}8 =7‡n:qÐ|u„'-¶ÃÂÉm+iuì>&ìè/®ÕÍñôµ×~£VÜhoεmüÑjIá“«ïÔ!·\ýéZ‘vi»½âÃïv І&Ôš«j{$§ÒÞßZý³Oïº7ïК~ü«›L'îlŽ'\Èö5¼smùù’ܨˆëÎ{"Õnù?PkR;Î[Ù­õ¶ç­¼j›lܲM.ݱÑÓµýEìÜ.Ë}Ú·»+¾ Ù³÷-«OÐÞŽºð 뇴ƒö†R‘éf‡‚¬*tÁ·‰¬álºÑ‰Û„ûu„ ´C™ŽÜäT¹Q^ž;ï‘°r†¥âÞIÏ´SkR­ß[Ù• l“ôàæ*iéšû[«4è›Ó±=|eqï\G--ÁѬ‹P¿òÅtx¦›óuëŽçŲN¤ÞæF¤=Ëc¬;QË·`e /ŸÞdàŽÇ‰¶|[s®öZËŽž^Zcm´²‹]Ýž×n-ÝœÛÍd‹Â&qýƶ}fÙÐla¹2³³¸‡~©{yë]»ŽúhMÎ932ù²™ÇVAõ½ âªÎX5}lŠ•I»)±«ÂãÝâ±.¦˜9 ÏÅq§ «Ò­Y! :óLrÄιuaÿàè©ö­•;)];H“Ø7ɆÍuxëàu$ËùzÜ”Ꞻ4k×å¾YSˆ½kFá=4ó*>ª좚!*ÇÊd;}W`æ…fG• ŽÍ²5õe²g¤K»jÌ•ZèUøb}ØŒOóÌk¾³£Ý´ÿ -÷Ý^e¶j»¾_ðD‘&ÝA/¼µ*8»lZ^oÝ`*ƒØâûw]Ü^ášò¼IÇׯ§“¶” ¤ê(äòU–Ë•é¢\« xÕ6jã¸<î—Ñ~^ÚãСÔÚ”^ú‰àz®¨ÅKmᥭµ-Ü»<\èU†B‚¹Tè©Cqy›÷Î?д.¬öëô\F†[îÑö|a´ -k-ÐsªI7 ›ºÿf5u[<˜©~ñV…6fªR•=ÔXF!eØ$Wn6&r™–âbÉéņ~z_ëzgý9“‹WJèƒ}}RHÖº]!©Gþ]ÒÐüÚ+ù´[°µò,5#õ„µìĵlhHê\QÄÅ ¿¼Oèí5DlÛ[ ¹ipĸ°óŸkn–u$›òaø²ü¬2õ41­Ì±xmÔï׸l£ïgéà“P‰»3˜îU¦x])¹bhJáq³õBrWòï×°™×ë?Ÿ!Ñ‘f´äµ«ƒ›j°ŠéUQ±¦§ú¤ÕÑBÞaŒl¯Ÿ‚lo2’lžâ¼Ç¼ñ¸ôG&¹ï®—……^kQØpók¯mrI;_{¹‹[ea Ó2S5g%Þr÷ºØ ¯Ee½ }â“ UöËëÇ)•Ïôo‚VIÝT žÀ%µÆðu;šm¥‘ó"…J]—rË Ï2 {Y©]»æÄó¶lŠ~‹šˆ—J ·¸Å ·U[nÆ03K1‰Ï÷íêCyåî‹¥•woT‡mHݹ<éÖ ²˜Z:{MX^ê¾'N -Ϲ.¤Òä11ÌM«´¥”º¸HY—U\iD*£PùŠ ·F MfÓŠÔÞï’þEÊEdW @~*J£áQèÑp&÷rM.7àßÕ\ª ù1S{ócáø1B üè•ü•­ý!5있gTåÍKÈ ­­§Iͱ[e Ïn­Š•œ²¹êü‚¤?©Çú¶00žÃ<Lg2ßíT|½Žj?½Ë7ÒÉ[ÂRî¶ÄÅ@ݰ¢ôzÉBÏÂuA# VnÐjtrEõ8æÇClÇ—u÷ÍͦgšCQ½Ä.×Dÿbë׃­—;t‚¥tWaÒÒ¶éÁkÀ½{+`ß¾³Û:ïÆlî¢FÔmžVj½Þ¿o¥*vQá’Xpù †*‘/ºT[É\µ²—«påVîþ ZzåÞ—MÎSÌ¥•¦À—ûÏÖöU®ºM9VlýÙ_³Ä~0Û¢O2ô4S¤•U—vÑÁv@Òιš£u‘Ÿ¸Gv&Ð#Ö^Ò‹"±8uti³t,eÕo -ÃZ³6î]Õ -T0]ÅÇgmþÂÆ²[Âû’ðNME…D6B¾r:~ºð“æéÉgqr£â»òß k•e•ÙÎËeÆ6ŸyILJŠÔKmEóòâF“«‰òúk¼¥-Ÿ §ZL†ÝA†Á‘a5Ë.Ã+Ü/_Åt×ö£—^wç¯ Ø!ǨqGn-ëf '·Èâ ÷JöEÃYk)Þ*§®Œ`˜ÓãolznANìšn,é‡Iß~" ÓÛÒ´û¾Š4¿JÔ¹ÑlPâ}’·ˆš“ݼ&Õ‚ýr[& -°Ò&À’>þ@øHˆ|D|”^1#Ùz£Ñ|’‡Âci -|•„ï¿>à–ŠNJ|öMÓäJå8ØqÅⲞQ›•í>éœ_=ÉÉ=§…1Ûˆªkfê†-5“:™nÏš/ê‚zYJ²"’ì&Õ<©¶yâ¥iu¢ÿîyDJ¿Lð1T8â¥ÙÂ!³"b•M¦…UƆ(v]#],<:¹ Òx„…¶ý'ä 2üëj#ÍRÜb»Õ•õâùÈÄA­ìŠR̰{L98èY(:Ò¥îWŸ> ã-d3*¨¦7ä=&N¤&ÒwbÐSDQ51|<°¼\œ+x6“6°Ù®Þþ0”ÐeLíQBì¤Í⑦³n"4®:%¦êâ’𾩽—%{ ;ăKC¼¢ØH»ËÍènŸn³½5pÝqu#¿Ze©3Ô ð;EÉ>*$×KF+S:î=|R;é1¬!‘Ý9nÀÞ]lϘ‰ÇO ÝÂj1 GS@ì\XDè˵» -×ÍÆýÎ*ë¡'t84$¿ JæÑ9N ]%G ºæyºò$ÖŸ:óMÁ䲈w&d7ëZD -Øž­â㺬6·µ ¤mc!¬¤zÚ‹[¯º+ª›OØ‚>:¨u^ÈN:û‘™ÃÇ<–ô/p(ç칤?³>Ô…¡.Ú§2Oï,gòwÌÈÇtÓz<¥¦qLûJÁ®¦¥à¦Œþ󘚜ڙtÁÑ’Óø.g<8?*[tǰn¸³#rÉúb‹~éaé“ê¡âÚížžžLÕ¹Q91MZiÖÑ;²„>JEk;+ q;óª@^¦°Ä£Lª®NÓ¥mi†l?NUŽ£'XæN0ÀCˆIÐÈÜþLÇxËìÜI^ “æeà¹\à©ã`Wñ ÷6力HVðAsžëÀç<ûßö n¨ÃÏâÑí~«E¦.SBC ˆ+‹ÏUiBÂŽó77=a6Vr!i @¸Ž—`3DY$(LŸ€èàh‚V.Á³ Ëp\'€(Uc@ÈéäUz\ìGYw€/×ðg_Vª{X ´ «Vµ_ð2?‘ö ØÆ ´„LjLK…qe ±²]GÁId>KŽŠ£m¡ÂêSg¬ 3 ã}!ÔKP˜&ð7 6<žÙÍ¥tI@¶ž2 ÓLp i– ^@: …œHâR )`¹[µ›©²ÿªŒK_p»¾@ öU|}Žv’¿¾‘ôŇ"Š!}EÆôz?ɵÜ'¼û8é¤éÊûj‰; JŸÏº£ç †ð!Aþ¨Õôc -ÎÐ ì|‚GPãz¨ ´Oö… -ƒ4 Z¬ðǬEs@a!¨§~ÍÀ¿áƒ;U÷²ËKÍ9¬ßÅÆû9åLɦJ:’ßj.;è‰ò¬±§‰¤ÝP$n–®™Iá½üèÉ»]èÛ¹ÿwìc Îoxq‚à ÐNಠÞE@?›-@¿R£þ Ð1‹€¤·×=²Û€nÒk@4hå^4›k%kåÃ]»ÿðwÑ0_Ç"œ2”yýY ÝÑRÎ/Ѐgú• -5b®ÆLkpøÐìÜùê×Ì‚p Xl¸ú0ß&xŸ‹ëà£Áâ -X!Í'¨ÜÀêíIr‚ñWÀ–v`Ën ° -¾Ÿs:q€Yš€aÑwÄÜÿr§ÉE¹£ø,¹[®ßf›~i—2NEŸ}Ù©lªI—ÿò3åó(õË¿>›ÀUp­fpÝ‹¸YÍÜ<3ÜarÜÓ¢?Jï‹«&x O“¯®“¥™'˜ Ó³ïˆ9—m¥ZÍ”·*›ìYâKel˜Ñð<ˆhª8d©©MÔZ~¨g6MôÊiÀm7Ï?à·í׬Óé?ø+ãþj¹ÍŒ›¢_ÓA.ÿt@®æM@®S|€ÜH^X½ ·^Ì@nã›ä%›Ê>ÈÍR»o´Dr·ü ™ûõ®u2 OiBæÖœpóº$¥êH¸jé5N‘b$þ€ÿê· Àÿ˜ëöÑNé úOï|쮓6‡Õ90餚$©Ãû@*>@²=Heµ$[Áj[hkR1=J(÷V@¾ðî¡:£ŒÇÑC}£Zý2¸²ÿ¤Iü¿Úñß4àuûG„ÿ‡¨ý¦%|-·_Õ¯mÒQ! ¢ùPÍbô™•vlþ3ðÁ¿eý1×Ò>¾þŽò„}Í«kº_i/…¹Í# -ŸÌŠ1¾™f»Ði‚ û˜˜dS#z‘†‡.žÆq3M÷¯Î•ë‡Ü[ŒÞC‰")]ˆ´;aôÞ=¡Þje§—VýÏ“õ™Î0œWf«ÐD‘k°²" öÓ·y0ö>¹ö\)³ú‹oêêw­«õ«ßZ -3ǘ½í¸8™Ë^å_ÖÕ|gà‘zrUöCÖ˜F‘ ¯zC%¿ïN -ü©k¤ò·p^οB3[I‡è¼ÖÀbݦým£ŸóéýHñαäqñ³Þñ$²Ó¾öŒQ[~¯ŽnÊcÎ{ΙÎÐ\Fï(6èýÅ7a÷eƒ 6ì…¼âôiù"ŠcbØ¢qaûò1¥ô†ÒIï–ßËjhf–ÍÀB–[ßt}z»z.³Ÿvâö~Ùñr—¤Nn_ƒË±ʯƒyºQM¹ù”€8òF9éyUhX§`ÏËFT¯¹r‡&qé2m(VØvÃVŒæÇ0-¿Gq¡ Ucšóbr&Û•ì_›u¨7· ›LÀ‚=Ê;4Í\'v ¥}õ ½-ßͪ«½uËêzËÑ3–—ÜŒ­nË@Ü=¯»Û$¢¥nç»¦Å¬âÆ¶}x4èË3óY‡P¤¬dÝ”ë^aeÖ®¡W +ø½¦ 'Þ|¬rú/" /î&çípéwátfí[#‡ž”ûÝAëéÖ#¢ãÃÉ;4Œ¸#ÄJrXT<í ‹8úµŒì‹´ç5ˆ·Ñ "7-/4¶.^nØ’Â}ÊZqï®wþ%:ÍþÄìžv3ÇÔóu`eÈʪ×~”„R<Ï—6¸£¬§š-·ê²/µm!ÏÏâD¸§ä… –åm®?—¹‚YäRüð3/itŽ *gsÜ,«9Ä lí¼Y<È-˜<º1TŸ"h'µ(Óì$ÓlW»Ó­Û -¦[» <:w¹G¿tp/Ýfëvôƒ#¾jctÐÚl€Û˜A骕,‘5vZÿ­+tv­UÕ“ÙÝúê -=þæҡϵù˜‡¼Éœ«fV[™>.ìÒ¡ßl3f3ô¦©4z¿'j´ã4=šã.3ª3*\~ J(]p2ˆ*ER.(Rν¯¤,Y2¨›Ù‘T‘_Ñ, -oáA±÷è³›¶'-zLzÖÞTÌ™nä V;eŠù½SW›~$^‹h#Wl_îÙˆ›½Ý.‡Šö€%TcÂl‘pÃÐõèDˆíƒæº KÅ*OQâÉäµ¾2È$\R¾õ&D¤¥N„öîÀø{$p=›‰ðâc~Æ‹‹Læ‹aO5S?P„šÃGÈ£ðÅ‹¥ý¯øp1ºV¤Bu]©œ{¿àbªÜ»¨T:)£•Žfsó_c-k1Û.™-DéÓn]™Pñ6¿¤DFߓף{%•Â4ýÏÔ '¢ Ÿ#cëøð·p½£ ðŒ°ÜcFWÈ`°zWÑù{—3g÷„š] -5K‹Ô`°4Ò½•{xgN¼{ ];º5t°²Ûx4°òÝR«j‰sí*]ÍY(7/Oeß±ÖB9ðXr›tÞ5¨síܦÄͳKv0$žíÌœ(¤È-Æù3^Êš/<3!ØÔ¼±| è"-´¦¤{Ⱥ_Ý Âû3/i7éˆpK-uàÃïá]µ`ûm½é›í‘5$ÔxuF‹ÑÅŵËÎÎâ‰n#¯JŽˆr)<,ø‚Qlfn0?äÆƒKi½•:©6KU¢à–š?>-/ú6ƒFc ©.–è½ÐÚ™ ©A÷.ïµ ³#¬š=•¼ ››]P€•™{)f2½ì¸Iáb ù;åùSñÙ‡é¶ -d6Y+»ïvªSzÞÎÆ¥NÍË€[ÖÇèUö˜S/u'y-_#˜t#¶1oŠÐ†FÏb©ºÜÝk(Á¥ZHÓƒ<„s}ØéJ˜SkëlgàÇЕX'ý>$Û/4Ó;±|ú-4ôôàzvÒiU¥Æ§É)•E4•¥P#U.½†©qÐ=¥S—ó=ªü›ákÜ:ûu;ÍCãö n¨O€=©ì)Wf1Y_({@ˆý0¾r䎒OÑuÐÕ*eãmQ‡Â¶PÍ<.Z3M/ý~t¢ô0šMӰߤŒrêæs.LÓ!†€á+Á³°´{èÿ<)ŒîQ ³Ó óÊ QÿÖkl·Tp¹„7äöõ;Œ|Íp–ºÔ 3^qŸõ‹ÙZ^W:ý¤×‡Ž×ÓAr ¢Ô<¤åç*™~;›OU´è“ZÓ£*À3[à$(Œ×Ï"×M`=°g¡˜àè줼/[EÀFM`Ae°òú 0~w÷7””Ôýº€“j›‰Öq"ÁM•ª¼jØ:Þ”•1ä­@)KMÀü7Dij…ÕQ˜½Ü õÔìó\ ®J€ÀÐ €ÜNЉìg€HQûíg‚;úÑ`¯!ÁÚøNñŸUŸ,ÀÝ“ðÚqðb#pa„†ñT–üg=+yPv%ºJäZ¢O6RNT[³ÉF/UOÚÎÃeaš/&ûœóዘ<‘ âN¢(3\©M@Ê„HºXKÐsœº€„¡Q‚Â*A÷HJâU!ì@¼“ÅŽxÇɾœ«;œ¾i@Œ{" Š“ì Ñ2O€Ð2( 8Å[¯àÕBgfÓy·éGòŸà2i¬ ø®ãÿŽo£ZošêßÍ7Ö½vYµæR¸JµUØ7¼@ øg*%T† ú‹ç= Dòš ¼@ÞX@QF1Aœü ]*ûŠÿåÎå¹|ú€¾o€ôW ›D!葯ʯ 8éü+wÔèw€›‹÷þ pë\‰ŽP”t&¸®Õs¾¢Ë}º)C@WÚ [Ýð*ý^‚óÐUrÀ8%ˆ žY@›&Ÿàñ™ýD×ê@×Só£' u•4y®Š€zt^€:Ö@-.õïˆ9o2+ØîvªÍ§(Ê5kµÄÊyï}ÉÛ£ÂTÒžÃñ¥S4…BùÚü@£#lÓ'àç§ÿ o“`fL¿³qÑ×`&e0Û—˜[ ˜» -³ -€™OlÀ´« ÀÔµìÇ9¬KÉwŠÓŽ?Gïo°_ú9ã¶ydŠØU9ÈÏm0à“–¯A§2e cÅ5•ìãø¯ ¸ŸÞvþâ£'ÿ~ÎÅ€=vÞ€ƒßØŸ0õ^Wógò[À¹Opí¡¸N³8+—|­¡€£a °hèUJÇÀi÷V£45 ÕömOé•=ñüTiV[ ølÒ¯9kâtv(%}²„Czvÿ ð¯‚û‡¿aô*xï"&5p¥øKæãÏ¥V;"äôzäJRR7—áää#rÊÊ96˜ÿsÄܼ+•Sÿ¯s_4–m»þÌ8¥´¢”(EŠ)"""kYe¹ÿ_Ìû~®û}ß?¿i¦yµ®ó×hOOOõZ\ýÁV@DüG­Tõ‡—š8qvŸÞ«ËÔú¦lSQ܈Rñµy¾?/»â#u¡†ä‰~¶ÞXîÌøsrÒ$÷9דêØEÛZä‘móu«Î.䛳æÝ¯Ÿ·žS vKzëë¬Ý˜™rëkcýµ®~^ìÿ+JÃw¨‘ÉÅa6Ë_×ù¢r%{jëB¹†s:WTïè"ÅiäáløÉƒm±›CõÀöCŸ>=â=âHÏ]ãVÛu¹”þ ‚BvuÖ f·sÂÒ¥:Zø°oÃÐ+„×ÅÛ5™ß7Nm7ñÏ5Sð–²_¬®ìxÞØäÿðmÏodå!¦§Ø¾Å…p÷fá{Ë—ž6þÜ&÷|hD=f×t䨻Òûª=fÐS“ ÔðµL¦mÒx]Í¥suä€3ªÆàEeídEÅ(Jjm7Tõ²{²] &2›F¶U§^½WâUHT\£Qû+B®2“‡ËUòì\ê‹ð=ag³}­îMʂա˜¡:D¥ÜsÝaC¢{7õ-¶hÕµ›Ü#ÝÕ<ù2lÈèÆ¯«är¡jôt­¬»Ó½B^§§¤Þß 6·õؼd[ÚB2 ®hթݳ•xñb*N”¥Ç¦V—¤\·#úÖÆe–Ý–ƒ©ÿ.«ŠT(g2¤%„ÇíRÐzè)A!^Ô!)œFº?N'nr½l×¾ÙçRSå×^«©V4èôû25jé–¡jÊBW²øÈ¬Ñ¥Y_f3¯ê¬³Ê­¸]V†é×^zÖ_'I:ÃÉÓÝa€XK‹™ò¼®dËõü¤ø ËÞAt¹`ò›yÇãsè~SÚŸÕw)Ÿ½°Åã}m?oî'8]\ã9aªkŸ·¦‹Q¨oǃÈ{½Ç`¯ýÚkÛ ˆ%dzÑä*5S›~û–»}F®–R¯”eª#U:L_œž8O„«â¬\İŒšÖ^Пƒ³@,·O¾MœÓ¥Cû—,/OK«Zìé‡wÝCŽº›Âý•yÄê¸À¾Óf2Rbß0¿I0»±¯û(žžÆn"1›Õo¦fýK ô$7ݲ´òVj[3×,?n -)ËZôZv+’Xg®_+7*^SXm×¶@R»Ar~ŸÇ¥|:”˜Ö{UóµAvU`;j<á¼Ù#9úyª ¹snTÊÆÌ¨’œWuòQܤ8Þ -G¼ob™ËJ & W›£î&ɳÓÌÃ]¿R!jLJQfÕï3X¡È1ûÔQa'ÞôÒ·2¦…žw‡žÅ¤Vt7V2-•_ÁÅBmï…ÔãíFwíÑâ[Ü -‘•K+Ëv‰ÒÆ?p3=É™uºîŠòÔ))4ÉßÛ©Û¼ë}¢ªö5bê(¦Q÷o mшšÙw±f¦Smä8S\¤« fp_­Ó·Íöœz>ÚT‘¶Ò ¥R%3Uã‡>˜ñ3˜^?NŸâVjÚ˜Í àÁ[ÏàËœ·3ÞgÝú¶uù¶okÝÛa /Ю£÷oE~†—¢¸¡9¸$ÐêžY £an<É9ÖÈV ™ÎÃÌ#…©Z„KMJSM—ÏžMŠ Unñ(5‘y -ö¹=X£'@÷1ÐCSh”j4ìûÓg€N24@{6@æ òb•Œù³KùöÂsªé -øú€;Ö4uj=Hj­/éñ7kWNu3år§ËeŠ`lóæq5!ß/ÐÄȽÅÃü´HAPóȤs_ãQX/]O ™ ¶ç¹ Þs€9c‚í`}1—àPØ n¬ýL¾UÝ;ÀÊ* 0¦ÚvH¦áùð³Ôðþ=JÖ?Hwᯠ¸Ãâõ{Ëëõ"=ìÛÉV‰k“N¥ÑŠ|òlÀ -õ­v¦®©Å”¨Wq3ÓÍ$hš“€»›t9 $°»À-r’ÀÚ$¸Æ×x8Á"™Y/%óéûäLxU]¼½žÝ•v_ Õ÷ ¦±{:T_|Ù¯Ø6N´Ã†‡Tk,Â7Í8aÍ[Llq7:JÅ·à¿Á ¯Ç$ÀÚBÚ‚GÕY2+Qbá« ·– j¢Ù€h‰Ãƒ Áëˆvý•à@B-”,u@”… ò» 0# À‰¿Æßd«‚JzÏìÜŠÏ~}Àv®|É}ƒŒZïu¯wbXMûÜPX¦w8]¬Ñ1N{‹ŒSI÷ 53PyˆD@.2 CF¤§tŒ N> ÇÄ'–ìê§WÍ2•`)Ò’9åÝ%å H -‰¬’-}.“M;  Ö ;Nœð— X[óÖá síQ·€ëÄq+åãq.µN¤•<++½²Èä9ËN{û+F¿ùEzÚ˜÷@öÚÓþ‰íÂLpw@R y jóÃm‚Ûdçud‡{dG’’àœÌg7– «§žçpe’Y®¦ƒlVH¦ÂÈ{Xú‡xMórÇÁ„¢¡h½÷ .ÕÅCŸ ƒÐ7 Mí P£.Äs#£:¦ˆ[¿r¯R÷‹žü÷ç­!È’{Mît\‚Ü?€ÜÛ¸'¸a wQK bä®Íd¾݃Ün‘üóºrVÚ¹FœLÓÞ4ÈU¬Z¿º šrz%Ï›.Pµ¶¤^ -šÙáÒ5èD¢]ߎ‹*“næ‹XµDjâÍÄaþ -i|:ýœü…\ÚÿOdƒò:wtéñÙcÉÞÀD%@ MÐu4ùëÎæ hQ'Ífk€ÆÏ#@]'W@íf%@íkí¾ÜŸv»F|2Ì!ãWšx˜§T!²^•¬·\ó ‹ ˜.QR³óŠŸœÉŸ(989õNÿáþeà ÈK»í‡ŽA¾Û|ƒü8ÂA~U-%¸ Oä+`šJðøtþb UòÉ9ò£±òš0ì-­N·s¹*š1?e„úmã¿>àró°‡,måfÙ^;µÒ4 O›à?¼¿_Ûïß9Ÿ¥ü£©Û¿ð«êž>2®ò‰T¸ -€mu[€m³3ÀÐý¯àÝÛ¢ Ø{ØG ì’­vÅLþrAíëNj1xã@åëôxàš -9¦ÞT«…GTT†¡Lþ÷ àóþþ‰pøè·ÿqÿP?zò£%ŽÎ¶§žÀ W/P„(òû(ªáëN %bÚ~EbSo·/ee²SHÉÚ…ÒI­òü«Ø'³ù•–L¶ø þ.þ£'—ýß´ã¯øo÷ï?ãþ$ß6ÙÚ_A Ò¼BlÀào¸ -„³‚Â|TkÁD% ¸·†Îö*¡ Bîá¥0åî#Lû^ ÛîMÙôf1fµW—]±º»PÃÆùl½·Ó¹ª¬*zLþog+.üRÙ\@£çj®‚ ú›ûuÖؘþöÈú7ë꯽ö_Á¦'nrŠ"/³½ªÛ]z²>¾mÞ]ú¯nY«s]-/ã¦T]ò;¹z´Ü\ø¶µ€tgŽx™n t?À¦øh¶®±Ó™Ë˹°Só>‘OØ·s39[‘>á.‹õ8´á¯Lû ø«[ÖWý‡žüßäß®¹›»Ž*sk0ôr­ýÂgZ—yPl=ƒÆKfTE§f†#|› s“s›d&Å'\Ä—àqlW«c—mÖÇü¥gx^©÷i™µŒÞ£ût$b3 jú}ˆ,N¤jc°n›«o¸ÀŸnY_'ë¯uõ“]ûÕ“SW?RãzY¨:W®ac¶–ÜöÔ„ÇgÖ¦7áöÆlÌŸŒ•'Æênä ÚiµxTì×™uRn¨ôWCƸ‹…Kj°ÖŽ…¹¹ý];-÷©(«;‘­õ¾Ý²üi»?¢®+y„ý˜ Ú¶§¢þ·QÖŸnYß½øµ®~õä_ëê·GÖ?¬«Ñ‹½û§Ê0·u7”·-›ìO®Âj;è›äaܧv÷À±ékè0§Ô¶ç^‡Ãç®+À·.ÿ̽íÇXDl)¥–¯4 -GbGÅOº¶ ®©QÇC{ÝÝ3mƒsZm2v;_|T¸äÇפüÇ^„|ºàGu”»T5=ò‹Q²wªnf@.¬µ¥|ïlK¥wQ+]þ.)¶'Jšõö¥–åËšmAsõã_5GdeL’ê5l:sÛ9«öÚ mò¸¾¶’q)hQ1¶ šçq 4‹3Ðã9zýZWu«ÔþøWwÓ¥»t1±öU¼¿QÞÃ&SCåÅÇÉ3/rìœtîÆý°½2š²äÔé¨È•0CíN›ØæÅµÜoí¬»Ô2YX1¢~ªaØ%¢Õ<ÐN“{Žû%OÒ•@óêú¦ñ^ / ™<¤~à´/Ñu5?­©¡#T­T}«Ø=f¾ÖÕ/Öv7¹3¤÷bcÚñdi\ærôP¯Á€ íCÏÉOCÛˆ™M_+Söû6¹Ÿ[Ôit3˜¸÷J*>GpÓz g«¥Ý"•L_%hîƒ4÷'ÃøàŽðÛXùt£7|Ÿx;}õ 3[foç¯BmB ]uIŒ*µ‹²]Ž”j -´ŠñZ?°äéž%¾·ž#úíäR†¢ÐOŠÇp^F.ÑZÐjˆ_‡PÌgY6UÚ]ÌOÎîºT´CHå.l£Ç9—Ó‚+¶ë÷‚{DÙ‚ÐÝ´ -ÂD$ð—³Îf$÷äÉ<56#Êé;¨Ðêú _ýµ×žÐП-x×@B{¨PPªQ-¡vQ’¼cA”§±¬.ö²°dnš€OA›oÁÀ.í­Ì ÔaØIñè ób!-o~`î²wÏ\)¾ -É`c_i–eÇ{_aSù·Í$µEÀÀÅ×-_M˜<*éí|}œñIMÖ.½ NLÝÝ£9rn¨iuÓ ®vÈ€âZ\ù˜ÑSµòéV7ZèËŽ™oI“•Ï +X§ø–_.”:ó’P<åk2wåJ*7€Z­ÂÝìÚ…ò±Ûg_ãÏV‰KÈÌL°gAºçãœoè7†^íØ*M -žEm_d²Ç(ŠÄ9k(29kQ¶r‡ûqFQ<¾ô] -¬½L¹4wéh0qÊhrnš»fÙ°4¡)ýñ]ͱ°:Tu[T›ç -OY:Å]ŸªðH8ö¬„˜­Ú'™™]NuF鿌|ˆ v¾\zÍÖgtó2ÜÐäôv¥L„HQTÔ¥r¶t‘²çY±-"¾OÆcæL -©˜"òÚ&]¹?#Ýâp1y"ÙÝHG+ar·ìz“io|Z¬åeÙ2óäJnޱ"ÕûÇ·Âèü¦òr7nY—IµxÁZ4ûÞöHFÅy*¶ÄB;TÚ`ªjç7ë”)Z=89{øçX1Ÿ,%{Áº§lј¿È[)G’¨%Þ{£ÒTòð)ñ´f“¸¼¸¼*LqÿU_L€ï‡›WkÝ¿j‹ ©2 ÏjÀj÷ «Ú¬ˆ&ÛÀhºæt{ɵ_©Î3¡]TšÜÛõ¡à´±?ã”y:Ó¹#w.d/ÂŽÏ:ÏG5[\QykV;¤[.ñ ¶1®£{¢’×ø´7Cq8±ù¼«a™×ÅE—¾¹Oj1fqTWx]î“Ï9×$:¶Ññ®?ð^˯Ø"+E§ÍeQ­™íøzkPFå[wu‘‚½<(eq#¯XɯøI6×í9™l‰V r86ó?0ñJ™1žybrp×*>b¯‡+M[Û-†¶_WTV‘ä½`3mU2¹`ØG,4»…OÕ%‚ä“8bÁ9°‡À[àÅ“{8ÍÎC‡×?pWyó³ÎN×ÜVlÔÛú,B$õÐÖ yxBR½nø£Tr¿ÖòÍ8WÈò¤‹ÕTÃg -Ãáe±…­•1ôbÈèªïéh³w3Û0™¶µêòF—Á aJçÜ y:ã£jš¯Ý;Ðé. Q§ßÐhB‹i^$ûéÕô=ô"]\f²9:^·°ëf+ì˜cÜrý±­«”¢¨ÖvIËb¹ Iè†I®}¾-g…©Iš´TxR‚BkŽÚ\/ñÌ®x¤3í;("‘˜‘êðÙPÛ0··ûi7LÓüÛCž\}¤ÞûHùSNAë^ ¨¹”ÃòžTI*²,¥ ×1SÕ=257Æmp>§¯Ðk‘½l¬6úϾÁ z¦=ÓU–Ëe)fÏ<'dWì‚ælªkv$"í†xÆôû–ë¸ØÔ³?pÚݵèIwJ÷\ʨõÔ»©´*Œº4W ÓcéÈ82F²¢™V)alz4Ÿg@C;¥–J#*l‚~9ùu£ Ê´hƒÑ`iî˜ H æò ¶ -@µ>@` Ðåè$ø¸Q§9¨±XºÝYq^ëaº‡äóÀÚñãÇopÃ;`¶:¶ § -o‰†´u‹|i±N³úè¹ÏÝBfˆ/ù¡†\H²˜ -VcàtxfÈ$Øó ÍÈ{ zÇNð˜ì]Ýì<‹v¡2 fE€]KÉ,Û½°ÀH¶`È&[ÚÀ’iâu0©vúí„çc7¬û™oû¶olC2RÍÙ¹±{ã3Ùw˜V9’+ÅbÕñà¼eìÙÔ”ôP tšéñQ=fQ ²4Ÿ@Kе´óOS0~o À¥7À£Yö³-ǼðåÜøJš|òˆnxÀk£ÀùÎàÈñ1à¯.í$ƒ‚\WO?³V§ÙÅÍ’v‡›uÕ:«w?­,騸7°ë•¦øWÿ€¯Ëqr‡qáN;Õ˜¾E@6œ E‡O°®’y4ÉRm@âÕ^‚—à¾dªrI°ýø ÉVÅKûbóÝ£æ 6U„N$Ó¸ôùã&»HL<Š_p—èk…ßà†×ô„híwªMR_ì Üf±Æ¯¸<û¸Aä\(P6'Ð<›oƒl›Wþ E¬'°Z ËÏ>êh–¿AVÈÍè¥÷7EKh‚ed1Iä;òÒ<r‹!€œm“ w§C@v‚g² $ºŸªŠRoár•.©½%3ænLsñn§Õë;L®ýÊÊ¿ŽøQ+«±¹Ãä*÷n -;Ô^¸²Õ& ×}™ÿú«rÍ|?A}œ`&¸ì@Î 'o«É"ȵŸÿÉ)Ö äâ -rô6 ²/=Ùà³àƒìEK¶t‹ Îìuhô4rÖø·ömrPM¯ËÉ÷¹FÜQh~·ËÍ[ ^¶·O‘}0Ôp:üxzçËÑGò}òé6Ô‚^ê`ÿ -sˆä, ÂsPÇ^÷ÛÙ-Áå ¨õT_hª%¡2Ùo„Ã' øX–Ý8Eš"±D·ÊóRºd[yç¾­K$›ÍÜøî3µ¡¢5 §êâ/lŒðïFnÿ·-ð>™ñ ä Õäܪ$÷Í|µYyí¼sÜ€ütœù&‚¼Ê @ž¾A}±€~_ì¾.t:%R 45ç¾.àÊ&(FüØíM˜ãqÜLÆcóÄ£×|‡Vè6þ÷ï¿·rû¿9ÿ¦êºÑ'‚·Aæöªæ>vK»n©Ê(`;\ °:Nð¼VÚKœGÿðæÛœ\¿3¯réÐÙÚ˜Û§Rç{;]¤Bº1Àÿ)ÿeþWzÿ)¸ÿ-Ž÷«¢ŠW -¼a žêp(®‘d.,€;ÒKÀÒég pëÉ ]y?’£ÿõ×f^œ{cáRÄ*½€· \² -AŸþkñßåýÿ½¿ÿ#}÷_é ×£øWÊí7*¡Ñ˜€’¿>S/~è¹€¿'±@Èèm  Ùùÿl3©‡ìü݇}ñ5¢Æ|CŒ¸s]çc÷ÒŽw“³õ\ÏON*\c%Üù07zCá·e49ׇŒ´‡jšï»a½9u±Õl7X\ª¿ëœÊNäL½O·¬¿3~»e}l¬_óê7½vä¤A²zpór¨€˜”+Geâ›æ˜?N;žxöGÕÇØÒ<"ÓùÒ kû‹-öǤz]7.×¹>ÞûÉôÍ ÷©Cwl&O9̹Vì9ÅV¥‡Z—{¶'Ö{½,‹äôÈúW£¬oêêëê'Ùøc ý§yµù¯ÜU²àbs²< W˜Ü7IJslû _íqW²ß̨Ë?ß~xüÜö¤êÊzO«;˯5O´hß:AÃOýÀd½ÆL-çÛk‹’ÚäÙj·v}"hQ1"ï¦v%Ó4XðÔ¿Ÿ¾ªü×üµ×Nwr=7á¶=äk]uÃ*ö±®ÆOÇÎmÒ=î,Œ¦R#Ùc.N’q² ÁºËÇ¥Zk M «ú­]‡Z6­›ÿ>è®5¯¶¾6Þ‹õ£!cPŒeº®f˜vö¤Šö´²îÝ8…¼±f–3ŠMhã–YHvªŽêΪÅÌ;ª¸M’»¸(yÓ@’˜éY’X|±¨ù«ö”áÏ ï]~JCŒ=åûùØKw‡Yi°· Ò· »@›zr÷ëjRz9ø¨Ö«¡WGvÝ©ŠëbôUm7Ðw5êQd[ª_dtU§ÖzWâ…W¬‡Kž1¢%){Dß‚U:—­²ZìOÊÈ=}4± 8ÐjüzÆûutv:}4o×îÄ]"­‘zfÕyÍó_{­`ÎÝ$¶…•ÑBG{øy¹è3YÅ"«QÛõ«MÙ³šÜŸº•xŽõ+Š ¥ÇŠò%‰¤æ?°è›ÔJ”i~_ºü©Œ\«wA㵿öœ7¤3WÚÍ0¹D#NÑÖV~‘%*gî¼#(Îé¤ÍÞ,Án9£-x0®è¼=$­Ù/ÌZÕn¥Îå“«r)¥Ó­h;>ꔜ4àlKW +.ÈÌK*T\ç%OOK¢ßzÖÊu¬—‘ó^O¶éf -ØíÖåòmÀ“ïô¸dÊ™d6Ï®‹,ZáÍ­$ãF¿}Œ5ÿÔX¨ëìÅ–{ɺIÏÁ%W†÷äL4nEò†0£K»ñ¬P¢S3¾h+3‰;G+…+²+­p¯NAh£}Ö‹rcHµ%#oúÇü<·çÕ(OÒK¶#ÐøôfP^›PƹRÙñƒÍí›=íÎí«§îä~®MGko8°å]·ç nM+ì¤v„Û¹æ=`ßùj²QÌ>¨ò—ž**Îð­Þ -)²›GŠëÃLaÈ-æJ9lØ’ÝÙ,ÊÖ¥Kòº¿›cu+Ç5.Î¥Y*g Ù£#qñ-E03yþÀt³û¸S¿{ç,ïgÏø Ïr­'E"P y‰‡f6:ø»ÿá>Ï…8öÎ˜ŠŸÓrUXT£jfÝÍ2FáyÊñ1ŸY;ÉøzÝÇz?°7Ow—î~—š;÷?þõ·î]£Õ_*’^˦sêë]8³²íùµÕÒÆâ·oÚmv`xuÂÐçHTz^™¨NšÄKÔoÑž/HIA~œ š¦QŽx›2„’äå ÷”ü1} Ë÷4Ï6RШßÌ@bmF¥&‹÷§ªZª -f›|(ýþ ¥Û ŠDMV¼2@Ê¢&µ›J¦áÓ -@Riã·eŸ«¶½tî°¶6Ynn²3Ã3¤¹ni¸Ä)Š£l’£_­ž,XlN«×Ò@ÛÌYT:·s—qŽÇç3ƒDÁó -yÌ+JÉé{ ‚úë3'P² &@.)9A½`?ÈUXƒL*z€ ¤eA&|º™ ·‰Cm°LdœV¶ظ/¸óswÞά–Ñ[·¯©ǫ̃Èdž?&ÍߤÝ)œÏ•w›Ñ³(n6a~»yXÙQ1¢``p Mß“=–îÃg¥î ¸T‚62‹2aNLÐj€Œ·±AfÌú ü=Ȭ„d¾U”Ìâ7ê ÓO A¦5?‚Œ2¦AFuÚ #œ]—µä‡3vo·dlYŸÕÏßnßà#µ)N4"ÈÙJÿ)•ù¢œ؃õ*‡é’fîq—\%sغYhR€Nkw€ö{É•ÔßbÀt‚r)A_hûh|4XSp!@;Ô%Ô⊠N@µÎ ü -P2ÃztAæ¦ÌýÑ8åTnÅw#6oû¶¶‹d‡¡Föæ£ÚhòhHÄ:ŸýÒðÜx3¿»Ê ëu/Ë¡2ìÚ&•BvùÀ–©4ÀÆ9,AX·_L°¯¬™n$Píë À n0yôX$ÌD€) `üóÓ/ ˸/€žÌ2@×!@ý릑_ðºI¤:Q4}µÝ²[=Ô£ÝØ“!wÝ(3æ‹á”2ö¢Oúš„뮓9Á¨ -Mû&ð¸|7üôÃ% ð9(|˜•Þ‘ÔN+A<xƒŸ'˜®1À¥Ià•‚ð¦pRÛ,V·*h6 oÄ™e$wbmŠ€ð}%Alüe -î7¼‡õGƒmâ j¾aþqËc@ q²oøÅj|Û_Ü;)â0=¨Ì·}[çÔ\æZ•ƒ•jrç½<]¼ÜrW˪\p]œª˜X‚Õ*S¬dû©p9¨ƒ,…TA~W~AÞc LdÄh š@†£~‚ÓËÊãå“r6Á>™Ù‘?~àsÈ’u$ÅÑçpmâEG€8]0§æBBå¿‚Ô~îÜ Ü÷ÂZÚvšNi’ÊL¾ç“Ùšîèñ­,Ó06w@Ž˜5ÿB2¦þóëGƒý~N­Ú ^=ƒ -^=H°?€ì­ ó {×}@}F'7Šl÷^ÙêÔÙâ.Ùœ›w”æ@éa¥vΖÁ‚~*>fkÝe¤=]1Û…æ–(±+8UéÄpU€*·ú€Ê׿>ý7|¿ÍëŸOãq2íª!%nR¥—MêJz7UU­$_aPÙM äîv²iQï rKKrT1×úmß&™ONÛ§Û™š¿N¢Ý9MŠ,cЮϗÃégÏ¿žÁî"Oo Ÿþ…o·?9ÿ}cèÍîè« %ˆY@ïz:ȧ+>ÈçðÐ÷= èÈ3½l~®}ºWEmÔµú€£­ -Á»’ ÷›Ò´ ò—Y^%—3‡Í '(Õ2©ÃØ~ÿG„ßô†ÿ¢êªç4`:M0V® ˜Ñm˜Gôl&,Ø€9ëÀL“Ó–­¸€û+«êÿ*”{¯¤c;·¬•ƒ‡ -znrPS„Ÿÿ¡ÿŠÅÿ߇3ä~õÛo.žúv1ÓöÆ_Ñ»+Ž™U' G€«˜1àª* 8Y´Z³¬+7Nýó— xs‹8’ÂÆTÕ.5±³æ i ¿cÿ\Þ?Óþ›‚ûoÿäï~Í·Ò¾æÛïö7ê¶çw@ñÜ[’4Ã@éxk¾AmocX‚»òé•Ö{ÿC²Mƒ»§±[€±…8Ì -Òµy*Ö/”[4OçJ¶wŒ|xäCz‰›Ìüàç2«d¥·{å »F|9mÉñøüy³~Öב2~­™p–^µ±r¢°â¶º¼ŒÛ{ɽ}èq6õ› û ®ýúWåÐÏëüÿ¾rŸèÕï«òª_;ýÀÉøUùy5sx7ùì2«Ü®q¥Ê[ÒƒªÊ¨kf~Ö—qÓ7‡阋wW³Õ«Ú[@ü=ž+/˜#Þz„Òãh)æ9[+jff ë§+“®´¦&Ù:~Mµ¿¡°µvôö¯?¹«_|¥Æ¯÷u5 –;Ù6ot°ŽªéõÊÉ€ãÒ%ÀíïnY[8h¼zI<3 &1Ý©MjJ-›¬éVÉ·‰è3Û‰<9·W‰CZî˜êŽãnn8æ¯åÀ{ ú{O|ì£÷¸NdHè UÚÿ#fàkb¥.Åíü§™×71ô+6þÝ(«¡,ü<¦Ï‘Á£3[KçþtW‹'¾­ƒ ·÷Wc7ì½G/<{bÞFÉ{ªÏ=4‚Æ—Ì0¨<‰¡ -e’çË hÎÕ2lÙÅ–rm°Öc@nC§oRï™u«ÇÞyðÎö¸WÊþ“1ðÛ2ëãdý*Þ¿©«’aÿ¼ÉÕkì<ávÁó -©Ê¨z¿ªÃ@|Cd -Û.¶H Ét< ×¹ of‰°OíóÇÎçös*{ç^íÞãâÚ»»Òu… i?Æ+ÖzÏ¢%g`Í‚–÷“;Jâ‘vð‚©åöŸYmƒ ¬?ÖÕða`Õÿ´®®ÞnXµá‘1ˆ¾IyǦ´bÏaåòŸèÕØöDͰŷmY¾lö,9í¸4÷Æõfdµ^™¹Þµ×ftnyäÕÚõŠh‹Š ư…µÜ¹¬œu d[yÕ³?šV‹éÑ¢Ïg늀Îö’לÄ÷n‹2½xýÀ"tŒ‘²ÊAY!t¹’€=› -oTVvi³’©N¯ÅhUÏ£µíí²J@n¦Éc©dÖ‡¸Ðû¬ØËÿe¯5oÇÖL›ÅÞnÈ™Iù³Ç(F¨™ÅH”™W WâÀT¤ÇRÓÄ÷VhŠ2Ul‹P$wË*+„°/{‚V2füzd„<ù¶w%SvÏÅh¾Š,zC9Ç Y®˜uj·Ûìã¬,’Ñ…×'+ñh5Á~ÀJBÆ÷]ÓòÒ÷ÀpsÂEqJû§ÅP@˜ÆPº›Zk“¶ÙW—݃,GCš¬¸Ê”ß*V‰B'Çñë!Ìóä –’ŠÏ¬¦ä ¢­Æ'é£Ã‰œSpÛùûˆÊ+±ú–ñû㘑ùÂ@½W¥J‡3ÚIð>КS´VŸi4Ž¥z“²:pFèâÜ0ù¬þ÷D)_±$”owæs¨)\ -‡†Ê¯ÇJ{R1ª¥ŽÇ‰SK Wy—vc *F3(Ã1^ˆ×»lÁ5b†}ìÏ+åÏã÷â*Åz^-C-:œ½˜Æ!qB­ƒÑ†ÊfNqn·â39šœ³vÕ³l~îgYfÈóEæH§ïׯu;üus§b«ëKu¥³æÄbëtÏ`úï_ëK“œ×ìÉØ–Þõw²ÇÊè´E”òôQ¸1Ô™õÜèÊø]ÿƤSá;¯&µ F{ŒÆÙ}–Ú¤Ò*«d„œ•ìQÒZYvêöÉ~îÅGõD %Ÿ[’Å+H[ÅÁýÀX-µ¼`é]'‡¥oiÉ 2×±» E×qO†ÕMKC­“å¬r«Ë9bOu«*k¹ß» ~óÈé&ÿý?u6Ž´N5ÕÂ.ûܾ.¹<œI*¾l·ò²Fa²ïT²ÄíVg‰r½/â¯üEKÊØŒÍÒªÁpÖÏØ;³*šTF¿# -²ez.ҺԯȶR¡3Dw_ñãËwi[9ÂËëÙuviüÀæ¾¹ª·šÏjA7©íÝ*’Koa"Î3ƒ§gx©ðXö|˜&ϹƒÖä _[#²´Å_f)Â'‚ã©qçÍôESˆ;….\¢„6Ô–šY-Çæœ! Oi»Å5B©ë'Ì43dº·³+PœÇ(FïÇ4׸Sé32–GÚž ºRsܯ‚¾J7Óìø)Õöã’¦;¨í^—ª‡9s±Á£véTp’ûX¡’yeó¸Ü{æ˜Gq‹¿«ù¦ØÛ]\¶´1K2k½gš‘eHÛ"tàjúªÀL”k¦©5€âÍ>„ܶ§ÑKyÝ¢ÞÛÀïÝhÿ'·ž6–zLËÒ_ý+ný?öÞkKu%Yý‚ú‡J„$dðpïAxo'l÷Ùõp¾æ~ÃyºoûÇnJ‚ªÂT͹n÷>{­µ«ÇèXÌR*#32"2"Ù.…VëZ~œ ™UÙOž2·8æV¡håá ¸žp¯²¥æAdLýœÇ!³V|í5obŒ§Ød›ÕócÌAÔ¡æG ©ÖƼÞÉ'sy@XÌ^1ìD¤u‰CüåUÜÔDeÓ=YoÖÀœaÀœ~`Úy`ŽVçÀK’ÀÌ­ØZºÄ*Õà¸_Bº•O6#•ÌêœHÃ¹Õ „ÅqÎê˜TÝŠOá¦Ì®Ã–kÕ<ƒTðC> ìô>‹ £EÂÓ1{çÄ©q.ñŸÂ+S3™9˜BtIµž³³À|ÊD!Økùc(‘ëÔmU!Q¥"!€"H˜Õí -˜ç]+0/œi‘LLËr1,ö\nžj™r`TH¶™VLLö£^~;Ùã¡®¯¥r²%;a+i[‰(³ä jW†[7Õ:B9¥ôÔ̶Ã}S¨¹î^V§ÍbK€J‚Ð>áÐ=ä X$:à%–c€*Ù#@Gf= -¡Ð2 ‡ž¦ÜÚ\ø"o\Ú ÌI; ýÜì8ie¼PIFЧ”˜ŠÌ‚¼äYC=Ä8y~^²ì¦Øq6½”­Bn=$Ná&¬à¨-L­]x°02‚  @WµlxfX„¦–Ê{à¯E`<›… ßXÆ?‡` ›d³ ÀbD`Ü 0Wí0²è˜ $«eº©”ÃÌ £@wb\ß¶zëIÞƒö˜hº¢üηóè—£qö½Oõ´ö‰®Ó¶—Òô‰]±–´@¢æU\œ'w–È*À]¦3 U[?€v½p²Y8EvÎô´EÜãÇ!PáskÎ`Oõ¦˜€ pV£B±êM·¥N"½Òó€õëÛô I~>—D[¡›æ÷t6ÂW{«¯¼&T;‡zö2QÎR1ð½ Øª€ãˆI¨l€…5­€ÅF©‚*,èØ -,ê€C0Íüh­A ~"v´)€Ÿ!€¯÷%€wŠpºÕœ_6xô\ת§‡?šîô<àœË»PÒgš:Ñ®˜‘¸räÔ+DiuaóÕóÎeíS=kcÏVs‹3*8 ˆxeˆ`í÷Ør‹‚¢¬€0q¦JX¶ó°¨îí°Ì¡Ih™—ÎÀ²°;!áÓa¬,Mr ,‰ XŽ˜×õ’“ꇘø|BÚ¥þqCNž.æGk9²‚€L¸ ¨÷ü€Î7|´á/qt@:èÊh1Ø X´{Ü4Ã*€¦&@Óœ ÐÈ< -¨]´ -¨2Ô`ˆª*ÑèÅK}eè-&ä½nhrT‚:¶vFá[ ɱ&ÚÉNÆoÅèX4½Â+ÑaÛ4ÊY2À*gÄÐcP G!È'5ÓÊA°—.w¼eG+`qK/°Š)Ø$H´µÌa÷`¬&Ñ -è™Mtß=DðR¥A/.&—öpÎ3qxRX~€Ç<ùó*L™¶ï¢)w&÷ÚÂì%\èI1£Š» l+gá3ø\½áã¯Æõn:`J¤ðÁtlkÿØ ËÛ4ÅÛ–ÎA°[/}p'Ñ®t;¿ -°1ˆ»4,­ŒëÛ^Ðt»Ys¸!+ÿŒ+‡EÉCÌŠQ{#:tê’‚F,>ùó¥møE ‡›§Z –Œ ˜l€CˆX€Ã#:.G®(Gnôhý‡{]JÞr -æŽjpYe3p¡QÏNŽº5&ºS44—¾P4ßr›µ¤Õ’8øð:bÃM¶ž¸¾ˆŸ]ߦqŸWoÐc¹ï]#¢ªÇmÛy¸7l¸· ²¾Ü•6E³즀‘—€»V2Æ‚Á,`­°–l[—+6!"G-Õ…Ù…Ðù€éÕ]îïGèö¶zÃý%jù½M‹'ëé·Æ…ifx#Hx˧=`)†ì¸Ðì:sì&ìì.ųX­ËÛõ,“:¤GÖ-]l2{µX­ƒZMÈ¥„VRJ`’È-ÂóXyÞsÆj3Qu6àb¬šS{gÑ™¸ÝÞ¸L´†¬f#5µZŽ$›i7ò-\¦á!Ÿ¤† ×À38WÐè ÍN[¤1Gû½P”ÕËÖjqK¢éУµCÃnºK¯5Нjw(­ÖÜB«ÀÚ]/Ârõ8É,OØ81Íœ#ö‰«ïeFuôÊÔ?o:Á~mFúX½ÕrGDO8½ÖÀ ª—ä”'žQqR0ñ•‘g[ÆÚ.§v[–iÙM™äm'‹ m%>1µ]Ó ÖZ§¡äY̬M5¿vêWf5}Œk*öH£Áâõs]ÈÖÛ*Ü‘ëáóªWëñÔ¢Eëˆ'ùp5e÷öô@­ŒüÕ2×Âõõ«Fz­>8=ªÉô¬ÆÞÐ uéŽ#ÚVD2Õ*[A¾)9Ž­,slÖÏ’¹_ÍãZ/džÕ¢&몆uݪljr¦ê$Îcú•Y•Y:ç¨dmÐ+PòÓp¹à6k·e9ÊEµ^@cÓ - ! ~TxAõK³ô ÖäU½¦©^¶'îw亂j¦J4›Œ£ŽÔÃL k‡9‰è"Õ”EˆW²t ]V²áB¹àHVKë¢X/•™|§¨V3}¸#K¾Ò¸è;´æ…F°µ*¼Ï·ùµ) ÎD.JÒÎì0-³q›œÉL -¡^†ÞòDz&ÆYö£?RšŽ”^_רºªÇ“õ´P­ê*¤X`½=uWSØùXVÒs¤´Îð¢ZîÓ…C­ã,N}oz\éõù^tËa£i";L,3Ù8u,f&™]%C+ÇFzV${iûÖ1I)Õè*å:ŽÚÉúà”H¨]Ò›ðcåd¼‘'ñ ]rˆçÙ6(¶³r@S{Ó–2€µ1ñd¤–ÙW'ÂpyM]mN -cbžGºü&‡ Ù]–˜:¡ˤl.$=Ë{,iûÚC§ -^—–Á`’eÎÇ&='!˜ÂáHüÐÄxÓâyT-]K¯®†1liYFãŒh&Õ…K ¹ôµêjܦ§®¾ úôÀ·—ÿH¯ÕK!”Ö¹é¨Ðð£í\¥,1q5Ó³ÑK˜Ã(YöÍ& )8œÇ|c)ž­Ø‡G™ôA,jí˜cØ|Jh±>çÔ*LJS§@«s/Ÿõo‚¥b7âÈ…×½B3ìÅgÓç<Ìfîkêêh8¯wg@udÛîgo·ç’\ëšoÆúµ,h£Ð@9—rmñLB -Ìóñ ¹_‘q±f¹z”XrmÞ:{ü¬Êyû•#… «D å½ —ùÐ>¤BçŸÐ`#•¤çyɈ8®W:%àþ}ÛªXýÄÙ{ò¥xœóY1¢AKÑA×fφšÜ©ÉÖD÷Ø^qÎÊH‘ 8è\/Úú“e¶W ±(Í5BIFù,k#…‘‚69|Ά¤è,<Œf¥`#¡ÖgyÝ Dìë.×+¬‡\Ô}–ýÃ*²ôbçKµ“ü(Å:І×[1Ïz({ÊéÕ„Q•*ÆHÅZœ‘JÑY(•íÒpk ã]¨:“Mž’ÚSÉ"¶YjËMREé Å>Ãd—Ÿ•ËÎðºåv‡üØÎ ’s_YÔ8[çBþa¹"ø‰]Qô¥¸bеrY6n–_P¯ÒkÖ¼n¼ßñ”Ó#e¦s÷a öîF‘·¸ÎÛ&ãŠøAÔ…Ë’3¦Îh$À8qÔ” TmI%Y¥¬ÑÊRŠÇyÀ™Ç ¸9ã0u–I_MèB™_/³BóùÃåÐȇçĸ^n…û µJøèc†ö*]ÕëÆ,‚;è -'\í²u!»LÅåêmǰ%O¤Ù¢Ú'ý Ô0öTlïµÍ&|–Mƒ¶-›1›l»°9B¦ ¶HV’½ÁDyÛ­ðES¿äÍQ…(™fh|Ÿæê£1uWxÖ‚Gظh®rdgÁÖ[àó;Fx/¨û0§Ï®ó -˜\À\ˆŠ“Ψ·9†MÜå MVŸ=%8B¶Ù0·9ÈTÞZH·V·™ÐåBxG©›AIUGƒy8væäáÔ´’‡³5ÐLÒ zÉîNÅ‚0_²™FÛžª†¦xg.¢iPnF¼¸)D<Ö'[fϦ’\ºRjâB¶øÄ‰ÀÜAœ—Š=Ynl³þrosX–gk!¹2ÓëÙž|Ai¯Óä ¤’ÍGTŽ'R3Gœ›IúeKoÖ8Z¢9‡Ý‚[z>œäÛx<:â¤mL×Åj¸R-x‡= ¸€£–HÖcž”o<·ÄÑ}h#,HîûXÅÅP̾³Ø;û£àÈnmóëß·éiÜ¥½ÂxHIÊB&î…B;{• ˆˆ ,}wÒi‰9ˆ'l§N*|K§c4'˜ÕuŠ”¹2‡Ìîm¯Šlz¥5²éXm"ˆRecž•JÁ™#›ï™hféø“‰™ãhí 䋞I˜ëªÜ¨í‰±î|Óå>wí&'áW 1¹®õ(.“¯½ D§ íNóüаÄHׂŸíc<‘ -(8eÍì°t­  ‹j5¯¼˜×Ìô…(RuŠ{fú¦z¤¶1P' Nƒi*5„dB-JÁk©LµQñÎוK5à.6¡ˆ7õGLEïV–x7¿²9é²j¶VìÒŠŒ”Ø–µLʈê>æMTM »·Î…à´ƒeDÈõ ²‡ ìˆJT‹Àlf†Ì÷ÙÇ´óÈÈ„µÑøVÀ*9ír·\·ZEt&Us™ô&ŸÞÎNbÒ´8p1™©Ñ<ËÙ!s{6å¬B¥áUÇž´»gݲҲ[\eægXÕ¢Öé#ÄíšWÙ·9Ÿ@Ð[s - (Ш,0'˜K{Ø®œƒM:Ž30W¦.`"ðŸî3³³åª®|§Aé´:…!¢4à^i¯â¥´dfR‰æ -Ç2Å3²¯eL!4Xq6uÀzwÛ -c–E{ÁÝrPá‚zÄ383Bj½Y  1ü-ø«<„@Y§wu ƒíPµhjñê”Óuq –s€‹f€2V/@M½0«yHå9ô¶Ì Wõ8¨q©m« -q+ÒÎ*rPJû#Å|¢×­‹±¬3ÂF‘ÂìòËÄf ¸¿ìy®éJð©¸Í[i¹ˆaevBK[ËØd:ΚÝ6Ú•'Î2@g¾ @Õ€à@tötÞ庰åºïwzð¯!Ø]àøÇvíÎØ%|;µµ4]*ÎÊ¥¿šÈTx _àfnˆ™öéXv§„#G2í0.GSDdí ‹Î–c!FtHÌ»-ÖÁ G;%ìD÷6¶kgx±±0X+³‚`|XÃ6íðטXÇ™X¥RX¬ÛÛ¬±L:ð‹•ª ðð]wŒeN–xZ)™«ÔgTšÀ·<¢Í¥^ÃêeS?êyÀy{W³žùj•ÒÂ<‰mÃh™ÜCƒ-4*íZ2Á•õ%›dÂÞL 5LaLx¸ˆ7@vg@({øk„¢Z vÄ״ࢉ©–ìNCЮÃ=Š˜@PÝ‚¥á–ŎÀð¥+€Àɰp~­CXRõ~©»K›‹ÄŠ3ë×·e½éàjµ}A?ÕÚͺ:œ7<™àÎ|y£ÐÝ4Ѱ8§é$‚¦žKáÏ”ݧ…4I@ª³©½ È€ d®—dÞÞ¤¨}dÜnd°ë$ÃÂç̱Hº½Ä.eÄ ZD#¦yÀÓØˆÊ;é‘­,)<…Ò²cÌ ÆkDÆ·ãXŸ;UòšmdbNÌ’½ºùœ ]éÓtÇ3T`})ÜÐm§¼(6ðè7tQ r/c5Ê-)Soj6¸ø Яt3îuô›ò¬vþÆ<°9–ÉB0®+ÎŽ}œî}âi@¯v!@¯¥ ;®  ÓŠ ÐB‹´¿ß´sn.YŽH 0#×£pƒØhµÝ˜‡’Zìi¾‹¹òγʶɣ…™$'ˆ%U+_‹4l3_ToÐèÀ¸ãMaSØ’¬Áh l¿VÇá¨i~/EMðÕ€ÍwZÞ"õ”Žë$ÒÖN™*³j,ïF{4² ÙÄÓ=F°î|äW³X‰¡›–­Íøi¢`ÊíÌX¦Ñÿ|iÛ¥zƒQ¤áûïÿœ/›À¾÷Ž!PŽÀ>̺€}éIûñÔ TGöuÅ ìÓhØ«س¢ë-dGb,-o|n-Yøön²¦Ž¸39à#çÖŽšcÕåÃUmOª7AÜwð^½á6´«Gp›â8[´ ‚­Vzw:.Ð1çnLΙ g͹Î|ÈŸ­†a# ˜ÃÚ d=gl'AHÎJÆ¥¦JÐù‚bM¥kúþ¾zÃ]͆ð‘«§á)·pói휅»›Éb€‰”Àðé`°îe0’оXe•$ÉñPõsmtàΛÝ«hññz)Gƒ…ÚÚ}Tþ½ÏýÕâ·ïÕî -7|„qï«7hÁ[=åV¿§¬ÍÏN˜oºn¬iž¬g½lD±–ïÆß^з·7l¤l¦Ý857•:– W"=£ˆž´ŠPÁÁ®JïVÈÂV‚ZØa§mç„÷—ÜÑlxêuñîñŠÏWr5òœ=Ô&©{(Z]z" ¯¦ùšrêE=yˆ)ŒÃOE<ñdT޵Ó`—R3u¬`ËyœÕh^ vÅTr¸*ã•YéÌö‰;€jMµ`ó†Rðà­T‹ vði¤Ôí¨âôíмy :*¾Q!ÐÈM¬Åñh:jÏÏ3^Þ0‹‹¥5JõW…¼ã°±6½ÎíhNìøm¬½?›SÛ£¯a߃ôîoÿªiVÝ#ÝþÝT{AŸÑíßMµ -=˜j/èïrÛ¿Bµôw¹í_¡š–Õü{Üv ­¸É/ŸY¤’[$Í+w§ÙÔÂOÖ£&Ë0äq‘f³%ªÑú¼t-1[·ÖúÁîT2VG¦ -9'¬#ïÆŽH‰´VO“X *2“xÊŸÏøšÜÌI-‚Äú„@RÎÝá׎EN _Ø?‰–D÷1¦P¸-NÏT¸'âùq!Ùgj}¬Û ×ÙjØîÏ­QSº`.[¶=¥4²•ÍóRdª¡2+Ju)Õ¶Çôáj˧fVhÙ[SK.¢Ñ¸Øå³®A¯åBÕþ~³%_СGqÔRf<7%ÛS²Ï-åX܆κ4ðÌOs%®ø -ÝÚ²ì)Ê+e=kDwl‚Wè¾´7¦ÃC ÕØ‰¶Î:þŽx)4ÃT×|ƯË/tµÔcæâ4QFó89Àäña‹OP #°QÒKFR¬¨ûÔ{Û*î#tn¥üÎäü˜v ³c¦K3Èsg/ÇØlexߪ®”4¾Ræâ.8ƨ°9é DB6" ™wß¶¥é*æb›˜˜9f½ñI;œH₳žâ-æôlš“ Èì3C§ÆÈB>¿I” 3É?*‘z_޳µj²¢¼Ä-6¥Zµ8Ö×Þê®i?$©Vj ?#ö°ŒÃ#e0+L¬‰Vÿ&¬¹­Ü?¤éyè-ê_^cîÞÊíÂwë9œÜ–T×A5Vä>è ©H¢ q(X5–õ"ÞS>‚læû”AOgcÓÆl³øUݼ ‹8U)H[‘!õ!Ûë\šjÚI‰®…Ú+˹–6¦¬{Þ^µi üLcOKñ÷%Lch?T í—ígÁxœ£ÂØ,ý‚ -ì,§ˆöfÜŸÄ«éQ¦nïyóJaÓ/ãÕVmµBÝ“ó­!?víøî˜î¢¢©cÙ|!Êö™:¡RGcDEÆÏ{0C}ëÜTrû^PȳØâ„‚R=l›)s“•Ûr\¯l@Šr3–™mÂs©W&¡ñhq×eÒÍ}ߌ ‚ˆ.õõìð%_ÐgtüwSñ}FÇ7!=¡ã¿‘Š¿¿3ýËàË–,?X~°ü`ùÁòߌEKçZý–]ØüV·õÞòoL±,?X~°ü`¹z¿ÜffÒ/_¤÷3;›ÿ‚™3å^Pí´|óÍÙ#˜´Jè~ÿkô»ekTþ ûÁòƒåË–? -èÍÀŽ>Õ´XºþþÙ¬ÕAI}ß­2'9>”7•˜_ w·ç‘Ô§Ôâ¯Zop½š×´þ­YÕ³Ó¿úºü`ùÁòƒå¿ =š ]à—Š©Asù™Õlù ,˜=³tôfZ}¡o~šOošÎ; \õ_Í¥–íX`.;ߣ_ |8ÓÚ)®î×™zjñ‚z¸vß›!§Œï›nk~_~qîGCãɪúí„¶sS©@V;›Eï/²ú?X~°ü`ù—@½M·R[·í×Xj’ŸCç_õXS=ÞOÊα³ñfyÚs’ç5#•óì»néP"Ä;¹ù{ôÒ\µ  M)n:¬¾¡ØæX:ßÈÙœC¾î’qt"oT]­oÐJÄàEÖË ñšrßNDÈ:Í|ù-˜-¸¯º+Á<î*㨯íï|¿âôi<žŸé®Åâ½qüý¹÷Ë–ÿ,Ú] 5Ò"ÿ ëf(Ͼie+¿S i#ƒ^<ìô%6÷íîô°«osàá 0ÇéïÐSs¨‡‰©¦”¬Ú=Q‰/ÚÑ©X̉ -/蛯Km¾V°úiÉ7€Õêß(²¹JCi²Pß­…7ßß45mÑ®ú"„,å­ooZåí¯N/(åwEØ•¹éørP}×êdÓÑm7™ sv¸€:VŒ°)²õæ@wñÝʺ½s!0ž·„b6mñ|ÏûƦ”ü[Ë–,÷Xê…À!då/zz«u€l¯{¼Õ–øæ´ŸÍn'¦ÝÀíC“¯[²õަ~Àüð jIáusí-^k¬_RŠèzö •ÓWž3-Gãv„(‘4õ%ÊA´Gö ~ÕTPE«©L>mJwÜÝ·7íÂN÷ó®JL_ËCΈïV¶nnj-€)ÿÅ`(êíí-ÖK$Ùç«Híl³ì‚Žž~ZkÚDCCaZ¿¢É®_ ؤ6 ³ïÕ.Œ=oZŸX -4QÞGj ”mkÿW]ýîµ+$wÿÁòƒå°ØkEé_7ñzù$’xgÑ~4}‡Åå’XJ”]P½ð_è ¸é -£+¿Vógó|`uŽÖÎ3y×ùB›IŠG“lóÎÿ*ªOœÕcHW0¨VÉiüŒ2´*Lò3×Û›0™žJ¾<[YTˆ -«ÏOOQÙÏ"fœ½0Q…çƒ)[€®é¡•éy¢«Hí(‘vâpðl娱~¤-?5Êß %jÎzíyØD3¯÷¢¢Ãi˪r vn:áÇ.èÕ‘9Šmwx!µ ˜´Ú¹ijôÍúv6Tú¬lµíw‡þRòƒåï…¥¤:h!cAE׿néòWç°ÜÖø>±úº#EäÞÞ„d;ò•éÚî&PÄp;‹=零Át)®?7¶|5O@?ߥ•¡Ê>6¡&–^³è‡]PžéSÓŽ‡ïÙ5ÈrõœÆJ$2Fêò°‡Og¨Hìƒyèq”eóÙ8y‹&O©äEK!ô“Á¯µc”/è]Tú•ÑÚ«vKèñÃY7ºE#÷^·>;2sQOµPÆ:éN¾²/ÙѨTÝQ,°z: ÿ J×óž\Ðj'Ÿ¨È Ø$ü‚e:Ž/ó_Z~ÙúÁòoÄbÙX^Kù›–×<.$pŸ/Wùšïìꬥé—?¹yþMÄ>#Nš°t÷Ï-2÷8Ø0„)øÕ˜«fMø(säþ3Ô¹¦²&‹f)ÿ V 8ȱÉ6@žNU“Rì"n,ô àûº’ ë=ß#]IsHWÈT}èº¢Ö %žØ™4ÐuÚU…6ëÝcýò!]á$54Ó -û?"m© R—v¥û=æè0CCãöÍ,#–OáÆëÌÞçÓo>I›"{È&'8ôî1þ)7¤2ÈR3{òœšI"+‰•óï¥&ü¥äçËÿ-,tolM7‰˜­hÑ -¨&¿ÀâÚ1¸,No¦´š|nRÙ±‚ª{vSïÓçŽdøüv‰Oõ´ÛÔòT<›ñ -Æï•G¨¶}ºð`t÷(ËÅfx’¦BwÉÃÚ¯9S¾IuqzF"ºÊʰPûà•’¡VÂèÚþèÅUÃ#ÃzŒ·Ñ´^dÂéÞ{os,O– û§qïwj³ºZGÀ$>Î…,hÝ&=ûZôîáÅÖ(l\iE+®Ï1ð¤ÛÐ¥÷v,×ßÙ¡HhcÖ8^/Ñ­vüªþ±³Ozq×´œ>gºz*ô‚Ž3ûva^d­ìõsÿüO$'?Xþm€Þ¾ ÊÆt$µZÍ_Ä€jC©Ü«ë*Å·´z]ÏÃθËb’ªL³(þ‹yØ}QùÄÑnñ³Ü÷â…B_z*• x©Ïa¦S8ê s±Šª(/o5 5Ð$Õl³Jt‘Qɯ¿ŠÛ¾…R»þŶ1=zd’édØ6Z•àÛÏ‚tH×8– s¯âVžV¦±kLõÇXW!N]æñ$6NÖµnñ!»ÿ$ø—E‰…êÖ){ð-mYqctÛ{ô;ëŽÅÛu7°j×WÞçæ„×Í%_7U<LJ©®¤Cл&@óçR•‹ÛúÄ熀®Ó,¿f2‚DÌż›a1­PüÓÆÉûÁ¢ƒ‰õâ(Öò:Óýås[…=lÒAw3684ó…þÉJÏ´½±ôÀ¡›­æ -b8}Vý£œ¦u5=Š¿O*4‰ëÌ"1ëÍCŠºTIsðŽ{ã)!b†H˜GÙÖxorðùºIÝV¡ËéÙ­ÅAgÞ )‹?ž¢Ð/ŽHÙcü½ˆµW.9y3äÞyôÜ«©­ˆF÷]Ú®åE+>ˮ͢äáïSš5£o¥“%Û¤9b‹‹†GgO\IrzAú4¿bx.Y;°æù1O([sδ—Iž„¼‹nŠÏƒì9ÞÞ¤Žq¿vGÉ×_•ÿä’õ? ;Ϊm¼1ã¾ÄB7;‘pƒõìÝÙ´Æ:aTÛkJ]H±··`±ë‘ Î4s–ÇHE™'.Ò÷¨Aª¥¹& é¬#’¾yÐEšP–Ç»×R®ÍÎðtL™Ì}—6)³5töÁ}µæºƒ>7é*K»UýÖ‚ Ûo»“ïã)ÏÛäÛW™Å’¥yÓâߟò†øðÎ0t¦¶ûÜý¢#fdzȦµ#ãûÍQ~@X›ê†Ž}ÒZÝ[Hžrl2ÒDÙ‘\qª_©„+=ºˆµþþB¶§AÌ$9)è”E³©Ìc†t™º–…{ÊBÊÕslPÿŠ×%‰®m_¦Þ 䥀Ð>ý+1£¿¬ÜþÙ±Ô£ÎN mƒQ‘'¾hGÛ3eÊï}{£Ê*ö¤÷j»a¸®G¤•`ò"mñ‡gÕäÔ°-|ô¡~›V@ÎtiC’{îL®+óøÕxœ¥^µWµ[xnÂÛµXBïÒV<Ý*ziø6PÅ0÷Üç'\$éñÜ~‰v…7…nm:Êþö…éWØ\ÆÿÉý¸Îľë£Ñ®@ºÉ­íÆz—lí|¯(½nóyr±',ÜCü†í/ß¶áaÒ^'ËÈ7q…¨©ßŒ­½êÉTlVçLíËN?9g@A›OOð0ÿùñ0;JžŒï4èSjÕ.up—c$ -¼p/`„äªöçœÿ1X<ƒÀCøâl» îö‘ݹÒzÓŠ2?IÜÛöQÏ0 [»îû"äÀêâ"a“'c–NãOŒrˆ·¶Ù1$ o¹îºLøÎµžìÈžíéÉ&%¬™¿Ø 8g¿gX³2÷Y/…‡så¦fYÛ‹ßöH,úÉàÐfR¶!ú8}¨ïvƒ§—ñçï5œ~/×Õf0=$ºL#Í_yËEÑÀa_çÍz—Ö®} $;kä :›7áæw az<3/ ü†–Ö¶ýûTt܃êñ–g©6ÜnxOfô)'êJRÌ?c­Å8a+ÂZ²Â}|]ë­ž>|g¤ûº€àºnw§æ©œdŸá+¹üëcqqN>Œ°Óº»«8l–˜xÆ$q:•.ß{òp~¸>24û\½óú놄¡…ìï_Mµ.2쮂öÚz7Q†Ú²zµˆõýkšÀ^öÙ‡Ó+æH÷ƒhª™äóTž{õ.íýQín泤ó)Aò2“v?]ÜðP™áóZ,÷Í1¬;o]íCŽáÝè}x)x2ˆÑeùáÄ •K”/èð'«.Õ}¬šOyó*­ê'u¾TÚºl\5µù‘Ij = óŒy¤d¥e7´u Ý~Ld¨ªÞ­%ýô$Q+pnásÓÞz¯>fFM#Ș—¤£XWô¢z -©ùÁò‰½æËâþL W³È©ÇWÈ6©owLúP ´ök8–ZÖ‡X¾³Ô›””ÏF/\ˆP÷¼@ÄÚ9^XÿÁS¾|mиÐOžn<„:h\6øŒõî5ý8ÜÛó-p–è°¦Çz-ÝäéV¢†Í€×„þíÔ·«½ Þ¾½¦ô>H‘w~´Ý -í…õ€©¦å&÷ûõ{"/ZîÁ¨·ºË#ÃV˜¥éMxE:%`Í*{¸…Bw_ta5W™\™²„qó¥…ƒß:Y3wŸ,ø‚¦íKoZ{ÕÍ?Ü<àα=HON”ÐÙ@;5=]²rÀ“¬ØÚ®¯}¾ŠZ¥P IÐðhÝ^Áfc¿>4ôw—Ó¿–X¡S[ÏcÄвFÃç£zö1ìþ+Þ0ËâH¹¨hñRíèÏbIW¬‹á În¾rÔ6ÒeÓßÝ ²q@áÊ‘™È˜äÔ= ­ÙM8ÔHZ»ßõ™]ÒE dÝ3 ô,-oäæ;Sq%]læÀÜzíÔÅ6º÷u²Ò³lê"ĦÚ#e¯A-’zkp¥ EDç÷Y·ú–‹Ö6ç43y²ä.Í~iP1´và<ÙÜç\RZÞ€¥òè|9CU=F]õQ£ë2=å)kÉ}7s-0)¥h}òy‡æùš[>拵ÉäõUÛ'Ìþú’ôƒå3@¦+ÅÂ¥§¤£Z¨8ï|A2j“lÖÛntÝD !XA.íXnB§µªMªƒK‰û”¬› ¶îgæ;žui ”¥› ¯ê\í‹{sš_5È} P¥§Ý)ø8ÿN·Rsiˆ5¹=ûEîæ½­].ØÀ5ÆùäCŠSÈùtí×––7™fuÊ©wiò)ôú}ry½ª–«<õ>¤±tÑÞOÜkÉSwÇó8®ü‰»Sߺ¾rwfÊ6¡¹³D“>©ßgTG7Èz%–¬¾-ŽÛ9ŽüºÎ–kȲë<—ùEÉ®¿…Tý`ùcÀãTˆúR™ÙJÕ5Óþ ñ‚Æ”Påþ[p©³!íøˆÊq+ïkp …ôV—º:ÞŽ·*^\‹{³›Î^4‰é!Úl¢Ü—¸…;è0ßtË®¿†„Kwn]åíF°?ÓJ Á Ï$Í}°(O»¾^²`žˆõg—èÁQ°’Ù¡aklìê&+W:éÉzÀ¢n3Dè~¿½áu™X›YÓÛW_tj§¦Öí³Ãø !”¯šü!Ú¤j/aäÆQíB€-¸Χ…;þ´–«˜úɉ]ÞÜ/×_–÷°üw`©¯{˵ÇYž‡Z€ž¡’ãÁ÷vb“ôÁ×Ùûç{¿ÕEX›Ð6²²øabãÜØMúTµ!j Æw…ûŒºúv¼¯é8©?ýkxöAð)ùíj ÷i-ƒN*¯Çj”ÀPùâñæµÔ-bÚîóG‰KÀèá{j–¯‹íø–jO%iÃÉ·ƒƒ›´ŸZ‰Ô»´µÐ{õrÄS·EPëC–ˆµ(œ/ï?¯i&¦öþM‹Œ}J»Ì¦¤î0ý›1f ->¤{xONïµÑ÷±[Óè‘%èNÜ\rîØ†…þOª·ÊW¥SµÿØRÑikÑÌU¾*£ôW–‹,F,ëéÒ"·’]˰­³¼ËºO—EKæö &½ÍTê>ƶD²~Äšš|Þw‡8Ô¦±ÿÙC½â]Áž»#\¤û/sҜгìr=^¼Ñ‰¥Ñæb»<ƾ…‹»µ¼ÿTéaáúY¾õ䔤•ÐRû߬ÊÈss¬°ÎQodµ½?ðó‚~¤ ƒÂC -[?Ã<õ~jõÄÅû|p·¬ ßD¶_¹[Œ3¥…¾,šÝ~Ç;5Zâ‘LŽîÞƒLâF¹8|’ˆcÝžœ"»Þó&îýÁòwÆBlÕØ–ëpn¶M‡§*ÏÏ{Õ6_ ºdvÕðçåñ1Æ5£7Ùy•#K¶0{þz -©rû=˜f¯†ÔýùÕ6çôï<¶Y¯t÷Õ½\4>7™2çÛh-ÕºuÕ>@'ŸQÅ—§®3›ŸÇ`(ÇÛÅ®yT ùvaÕú*àãhF›OPé¹&ƹªg¨ÐZ D”Ç”€£Kf"†î2íñ'6 ¥8£lLzÃÓët=²«§9˜‡ŒRP¹\ƺ)MÄÚ“/†7‹#Î#òêëÊ%ŽþÁò?ËÚVÌ½ãØ•i(.yU/›'Ža¥0¹Í"¦û™j·"³ÞB®ks«g‰Ž¢‹Œ¬7µ ;qp±ƒî¥¸âà¿pñv Ñp¿Gˆ¨0©"ìù™vb{µ½aÛ‹·'’©Ì5ƒÈR¹ÿ‚TâÌ%) y8.í&NÃêØûΛ\»ºìxmÓA¥°_]bžO‡'Þ«Clc1ýi±ö䲪oËF“Y¨¼8:á…hã!†’¢å8Ž`ÍTØ©çüÔÆžœöÖ@­a«`2È-«‚òÿ7÷ïÊñ?XþÎXûsc¶?›³êXÜÛTµ -ìãQºiÅëâ,Úæ’ýUGlJöðM<¨m¸Ñ®`Óí<ª+Ûmø†fq31×¼:äþû÷†Eq=% ’%ƒ7y2|±ìÎØíéRjöñUñ17a@ˆaõâ™ÞŸ¡€³ô‚–~žÃOl÷·ö¨ò{¼îIÒuó u/_MÂÃ×r&§t¤'âI’5ÒNUµ1ICÿšVö¹ Ÿ)/o[½0õ}V¶Æ¹Lm–øâ‚1©ŠzÕ²£ra_§Äë`=oªU^ýÁòƒå¿Ëv(”Óx¶•øÈ9Zú$dß6Kû{Of]€å‚¯gÆ¿HRì6-G«ʃŸ…{{M£(Ç“˜Ti^l.Ä“¹«^a³[‘Vþ p1Á+5Ãæz˜G%•ûÂýT5ß7÷hO^f7Ä]à+Ô{bõ³mf÷¤F¥2R2Õ7òR-¿§w$gâjsrtVD1Ø$[pf\vZj©ÇçuÚ|Ràämt±R‰.3%} ¾Yó>W_ÔöìÞÈüÓpÖ–,,^4ïoÍÚºò,˜ŠùØ·d¡ðXÕ -ñ$”öI· d[±ÝÚØ]Q¦•õöh]e³Aqþ…ò=]ÏÓTq_Uò>×v4w)t¡Ûh·5â]]ŽÍ!%&ªQí$ZF‘›q\;wIØðåá2˜æŠÓg—œ,™‡MÜa;ãî­$ÄÑÿâ †ÇíË¡TyA3 íì¬ó»íè‹ Õº;ƒŸçfùôôýß”ë~°ü`ù `a'æÜJÉí¦Š*¥7;,‰?½˜¹Óiˆ\vËôÌ©Èr>Ì¢Éñ ÚÍÒýLÖuØç©ô–<·V4f›¥æ„Åg><”Œ”Æ'#Ö6“ïsèN,J…#€Oj ÑÛ¡á>·ðÇ2R»föãö2kš/Îñám º¼š?ËD¼±+õÔ¦;Ì‘¼{ñFN)K4¼-úËš1’*Rç¡‹HÃTX+×öô®†zWݵç–Á¾¹ø¢¾âÝý?¿ü`ùÁòƒå`©“ŽÉ¤èI Kê.8žE«JdFç×êûAê|dùhÉy\G=œûÍúãhzqâÍ÷Ÿ7 -ü9±Å“ÎÙÀ´3õ,zEk§Ólz0°¥°¦dMC<« [[l0+Ñuê_ Sœ‡<^A@ŸKu%ÁCŸß&šòÞ³éù¥¤ŽñÁ¦¥£H/(dGÝ!Yý⺮ÚÌd•˜:жªÍÍÌz8‚õšÄѵî¡fÇ}¥–Ç5`›û¯êîüøéË–,¨ùnß ðÍ,&m --̦T%ý¼¤Ÿw%—B½jõÃZ¥ ÑÁ”†'}~Ràšš¸P¿²×¿j`2{R–CñéUֽ¸zC=ÜÊ×\;•/æÁ(D€fÜÄå'ÈöáÔ÷'`Zx¥®³—cÏñ_œhäX«ëí¡ÞG;ýä‚ÛÇ"Èñ•ÿÁòƒåËÿE,ôrKöÌ£–ßÞëJ/[‰Ø9_=c5s¯u}q(‚]y«”¹¬³ä€ú8'[ßœa¼f€læjÜÞ_ò;aìøâ[Mƒb©u°Uíº.µy Ø*a>YFåBí—5¯jÊé¹mÿß¿.?XþÔX‡ Y»4俯—ÖOÿ{–3ûg£>“ÿ~AW‹vº^EurÞÈÛÓké Î”µü*ŽN#╆M¼Æíq½ÚÓðé«Ê›l4v¾·ó4«Ê§óîu7ÚÊë÷VQU]¿ZJòḓ''årò LÕíhg4±‹ -ü³ºþã•{µÔSEž¨‡©<5õj¯È#؃}t:”ñù$íppÎ’˜g³£|JÔp8ýS=¬ròìdtëry.#|öbò0úQýçö8ÚìÖrz3šËÂXýÇÝÜîÞtio^(‘ÞNÖç#vI]+“ÿøö=Çël ÿ"oåÃëd­ì^'ª†õ½ä9ìáh¼l!^íµ­2Q§r¾½?Ç_<ŸvçSLÝNjé)¤»2Säï‡.ÊÇ“²~oÔ:bêZ=|*«l§¿~é–¸ï¸<Þ_¡’ i?xì7IRd<žÿQm./º¿Å³ÙAŒ•µrºPÀaÓ˜åk6“Ê&?:¬²2_\øËñ Š„±ÜÒa´=îFy{%õwóר¦í 5¾ú Û˜ô©×Žr æéÉóK£1áè$K‹óf¼)ë ó9ßͧzkb¦nO{~M}LòA£™ô;ùw–_›þíêà³4©çœ·üz’ÿ×é_‘¢?ôî'1úà8§Çñœƒü¯yù¸x­ŒŽ Ê›þÚkE>ªëófýíßÂû—ÝŽ/QÓüòßgÊòyô!5¿æ§ÜüÇôyT=Ôñ&ó ¾¼ºU' øžüo@Zùòïw‘»…¹ßFþ/B$P“_v—¾úc#—ÔÝoêô¯õ»?ˆüv×'”Û@+à~÷ù–õo·’{Îe¾}WîÞã/êK>ʇÈÂä ŽG§Üè?à¸{‹¿*%¸%©+ùº»wòÊé´–ò«pž­ÿóÿÏÛyï— òy;Ïõ>¸ã‹é{?f̓W¸À£Ë@Ø/úó º¾°þÚkêáu¬qÍñ¢°ŠêJ7ïm¯uùðOy MNèÈ‚£üÿÜ5ý -Ÿ¿?}5ú9îþóÿüôªl?#y…\¯ÿMC¿y…BgwPç‡ÑfóúOøö›í5j{Moᆫ̵Qpä+^7ÿù& í‡Þ‡ö8ªùþ¿ë“2—¯£„:¾ýSž¬ôÆPÎÛ±¼m!1¡Åhûíý~rPv7¬óµéE§!ëŠüÏ_7††«f"ÝRW ÑÑ/´>Üë’ÿÚx„öén÷‰uÁ¾Õw#½ÚÊÇßíöóÿý¶eìXp«ûuccÀÊvuÕ¾Ÿ¹ûJ¡_¨ß‰º^Ë“[3zѰ{C ÇÞŸ¿OÕðu…tuô9†ÜïX…ØŽ¿åî>#-œÆrëD=_¥ÜpæP6V¯9ÈɯZ§w£xð¸ê?SÊô2Öçñ}öô3êøµ¨óøñ““o¦êXÖ•@]=ÌGcÙ¶TǪÑRïJ¶‡.>(f*×¹ -ÕX:íóˆ²Fqí!)b*ØáQ“θ±¢5Ê’›7ß‚LÐ<¦ŒlG³·–Š{ޝ%Ãy&Âåºxž?œ'l"îÊûP'à ÇQ\ŠsÚaæ}ÉéÝ‘?f]ö”äÀáÚ(sŠÎSådäjL …'¢Í†ÏPå¦-ˆ(Ƕ“'qÙ‹2m+-lÔÜ.ïiA…½È9!2æFt¹Æ/¨8sdÆO;3³þ[/wº‚³Õ¿Fú¹×ルD玶 %Òè9aINg/¨N¬Än‘â¬×`£k~ÝäfÑÅ)¶`ÛÎr 1qâÌíù`oýÀ!cýy_…¿°½˜ž¦AÔê[š…ªÙchަçÔ¿´P“øÄS¶ÄÌ P7FE ôâcx-“Ïd¸žAÉd´Ò~)T|–[˜ûˆ=(æ!§ô3ÓèàÖÕ= ¹*¶×ÆOðÌÂý‚zõ/l'ø† -åvvÓ ),k?ÎÜÂa’vR+ÎùÞãDÌël,.³ ·cÊ)1û®¯3²Xi9ºfKc­ÊÇÒA¤§ýž#\—tÇ‹„Ù˜Ú§‚õi‡s‘žÞmx‹Â …½$¢-IÇÛð–·ÂÑáµ^X³>Í9œ=$/ÚGA,¨öAÃâÕôõ^ô&/¨clJ3úo*œ^~ñ¬Ñ€ÞÇœ–PEk$3úß< *tRý+ÂxÛÞåDÄ%%ÎìÙ}|4ÂÍQï¸V¦ÄAX““P2Oò‚ärÃÕØ^ ïLÛñæ0r~'‘Áµ7lÚ_}tæ[۩낵TqVOuzÂnGF c…´ž_ÐøÀIÕ£L3“à‡Eáòˆ¾B>rðÂÅ#i*ªúû÷¤¼øgº_éd,¬ÖÕ  BgKB\;£ŽŒ‡ƒ éPŒ~Âޱʤ“I2§ó#)ïVòݯ ß<íoZ‚ÍÞ¦÷t:WürÂ‚íˆØÂ[iÇÇŽ )ʇíK¡Àû@ r¼#—§ÎmAë0¡IjÖ&¦—ìÈ}cA}Õý&+ûÑ|"6ËøÎìxšˆM7-]y>Yƒdtí 5>úöžr¡v4%!¡»1¼ prQL®P¢*5 ãv̸†ú8Úûvø‹>%w¦±ßO˜ÂEé£:‹)GÅ«iKk§ä"têcV™Ã6P’+„Æ^y*”ig®Hç]¨ÇÜð)š#“§Át#T‡Ñ®„, £ƒžò -R^óu)=JÄ}åæ ¤ñî;9vqZ-¸˜—kÂ5?ûã“Õ»"Ðd=23ÖÁsP=†p¡²Þ‘ŸÛ•G)¨þp†­,H›mU·ZÉw~}>à%+Ær{Éy³e˜8ðþÍPI$XèÓ€:w+C‘òŒïž^V_{¾ºÙi>½MÂM4©Æii‚T,7 `7ÍT8äuëO…*ÍocŠRžjSZIÌfSÖD0î!ô§Ú\æäÖh.åy4ºÎ8lÚZu>äÓ»·g†¯ËÖS^Hެe—€`udSÁ‘i…üÆ/ã©À_£ëø jËwô¿fNÍ|g»°4ßÞ1þéñ×jX>ºÕ±¯iéœË˜†Åèg)^ŸÃ^FщÜt,ß ¤þüÔÒ×Ðoâ×Ij£¹v¥ÏåvPïŒWSñndŸÇmLMŸ¤öO"Z½¼Û6çỵˆþTÃò1M Õe:±ôn¯”ÏœŠAãÅ̪#|îGï›ð/cÐæüA­{ˆ%ÓÆ ×~FÑÏvî⟛¬Æ;Q ÚÝ.ì¥Ýg¹RìB&ÿ» ú|9Û we¹Ï#¼®þïŽì2š ½ŸSÛä\gVºRìn¹?æò/­¾Þ•þÏ«¼|‡å)~ðôÚZ¸`qä‹>} CÂtŠé5ŒLç“÷Î.T¾%¥Ë_üÌ9«bèæŸ: ´±Bò~Ìå]AèøžŠæ‡ìߊë'yManz¨êâªcÑöiË Y‰úìowÇš“Å¡¾œRù>Oí×âsÇÓ:E4R~j|™‹&µ_ŽñW\û劺øÐ´yÑÞþÄ^ïlª¯eVݕᾰt_¶S¿°*³yZ«ÙÝÝ>$Hõì6Á;«$š@[ÇcñêÏ jl“ç2L NÉ%@ÅëÍÔu‡´š?Y)ŸŒ{çës;ÝÛ0l"¸¯S7ŸÓý lÔ‹C‹’è|餱v.!¸WæŒî^ÜNˆÒýŸšq°q+=cÄldÏÜb‰d¡²­Ö„ê)½‰S9»åöé:ÁûÑÝÕW©> Ý‘öB1-½›l,пL:¶šqw;×O6 ˜Ô*ÛÍTÄÌ~tñÑàIõÒB¶Qn_ÆUCWÉcQ>¼ ‹2çBk k{wIlß»$¿ëh]±/([ëÉYqV>VíJ©9+¾f¼Ûeê|ïcý–‡ùóý49Ãqo -Å„¸l bÊÒkÌ6èšÍ¤Ò$v’ËDË%^ŸKkS¸Ä Î-T(ªõ„HLK—êXÅìê<.9rÙñîÃõ¾e¸Ú+$¶èŽ -'A göölpmÙè*OA¡4ûZN àô£+W|m™ Wº·}…jrº„ë:¸øð¬AÈrvÉËÍŒ‘Åñ¬/±¿ UªŽ¥?‚]HÇø`çónû{syÖ¦Àì\Z -RmÔ‚¸µ#ÑåÝp4)ë»v¾‹ø× uöÁ//è-Ç8ß[¾ËïçÎ~SzÝ; .½Ë—òëò -˜8fäª.¿ßIï§hÒ;ï$ˆÒ:=mnõÈ«NþÜão>u›û$½ÑÜ`q¥gæ,Ú*S+Ï–«ô}‹’¼¦Ä6v‰8Bö³îöª"Ú›þJO\¶/äþP£çñ2¸¤ºhÐFÈ£mô®è¦öܘ¸ïG‹gw’ºrŒS¤wöiÇúà;ÝQ6#{Ï5öJ`–Ïy®™@?ufhl#$àëûunySzÏP*?öîKK‡ºÿ§ \Áv@”wÅœnNx‘ƒhs‰Y)oú@ÏÖ×9 nts|àØöÄ™$Îâ´š? ^èÄ'¥5­ Í`ú0U.Ï9º‚*ÕoböB]r¼&†~ëãàƒþ`õŸ…RÅÞ㔾o×¼A~6n®qËrLŽ„J·–ö{¤®ð~yø}d"<ÐÖê,øÆ»¹Í™ªÓ—¿Á%öIæ½5aQý„þ@Ãr}äçÒ®.Þ÷WmÈkt½qÌ Ç¬ÚÞ0Wlñßù8µÏíX_Y%õ&W{ìI#n:ïûi[E‡¿'b²w%HâÈ]ûŸÃEïž+–×ιhƒ‡ ;ùÂEúgФÙB#æ…ŠÄïy9Æ”PþÈs täx›ÉX!V¼[‡Ž*“Ž˜žTJQ¦á:}¶`/ ßGÜ<å„%ÉùSÝÄéb ²AFËzY³0çHaÿ¿Ú®t=y_Ç_÷P ”²@hKÙ¡…îÐÒ -…î-”eΜ/sí#;¬Nàyþï’Z¶,Ë’¬Ÿ•$J`}DLM½ŽÆHä<ƒðn ‡äû 2HÞOô–·Ü³Lko÷ºÚóï]Ãø¢•îçü‡6Íü¬Í+ƒb$”=ò…VkOVê«Ù¿=:^5ÛT‚_ŠX4e¥±üúHº¿Z*<‰˜?îT˱–° -DŠ2•é«PiÒÒÕ›”z.þÀ0‹Œú’á´ô‘«ŽÿÆZ+óì/éè+›Ü¿™=K*£âWp~RLÝùÚõÃÇTP·,H#UÌç£2Ör tr~ŒvÃB Àúåýà"ÜKjY6ã=«†ï.æ…Æ;Ô=lœ ËÃ)¦ëWtüù×Ö¾šUÙŒŸßÍ"^ŠÈ -7z6þ,¿J'ßåAä# 5Ÿ§ÕÂ÷¯GY ò‚ϳg¥äc¹Ñ8H‚NƦwy¯VØ×P5[¸ò-'ô6š¿•«…\Q L„òqÿÛ$ûÜ÷E¸ót…ti¢Ü8ö• Ë$9¶¸¸«æ™yæüwPõFb,¸°mô7+‡†ex”Ñ4ËGBaÙ¹L·ÒÝå‘X>`БˆûÕÐñOÁÞÏüÕòÅéu50Ir¹½åùâ}J]‹ŠŸT  Ò×þRþ«ç≰ôÊ^ —>Ê=ÂKÞ¼Æü_…T¨Ø®„fƒ'¤HX#³˜YìÏ,ÜøÊ5hþ"~mY6ÁO†ÈenÆïç­çd·R­Ä~%c:Á_Åôðáš+®Ü¿®=Öµ§ ÈË×Bóò¼Y}‚ÙÏïbSD9úó§åÄùûnɉ±q5މ`¥àJä¿ñæþHz¹QNöÄ“¶v¤ÚÄWÝù,ø¥Œi·íÉðµjÔ$í$cY½|ô£ß…ëÁäUö9Ñ÷Vüñe>5–R¾>‘íÍþ¢P¹åúéýËó‹Âõ¢Í™7aZ>þù˜Á¶Uü>~‹ÕçÓ€D¶Î³W¥ÓaÓ¯N¶bõlŠŒ4N¾TãzÜZ,VïµönŸ*ýçc_ñ'ºg±A+”aG¾8:ëÀLhÒ iÖi¤hCyíÁ$Ö#`rŸi”çç4Ø©î-&#t.¶(‚¿ž¶Æ'Ç/ý„2 A•ïâççE¾|<¼œ—OB¡*:]=–£ -ßýlUæ{ÇÞ%e­ñŠMW­ c°`3vê"¹‹.#=Ø!_~X­:>YÌ™ã‡ÚÕzó䥕=ë€cÕç.÷ƒdŒ_ÑßkEépT4èZ™æë6‡N¨üº7ñ‹óÆü°ÚûN$5/tco03°ùÓÙnô3Eó‡y0RýB*Kìm#YÈÔfs”&Ýq¿“Ÿ…;¾rãäé¯<:èútöœ‚ úuÊã4¿˜œï¹ùk Ü«z½Ú›?Å«ùਥ?ãSM±¥[p±õóñ÷ PŒÕj÷™ÖceÐ*Ü–ß„½ƒöZ)®¥ÎZ©+yƒV¦¤‚gŸk–Þþª…‹üÄÈžÎc}hPÿXéªüRê•#É—ô_Uî_+«ð$~åVüuíMýB&žð¡hHMÞlsâÅ}ºõ\OVË‹B8šñlŽ`¼\ý-œÂÚ -¿öâŠbhñ Üõ¢5TóAtÍ^úŠB¸š¬ ³å7¶Tž·ü -—Þµ Wãæ³˜û i]fàòa1xЬĞŠàï‹ÜœÅÌ‚½÷ñþ,rRtFW°ÖruO v×›k…ñß,‰’FÎËOw~Í\!€üJPÙ“þÍ©:~#} öïi5X Të?+·¤ÛÝDù$ê´”¿ç»•—Alˆ¼–#å·ßŠ]4j=d¯è"ÝOéü~7¾(´JéxCð°“ñ~a\UUý$·Ã‡ -ûùý§v1ý{ÜbËOoO\áú;Ÿ\6õ,¡ýeëïã¬3E+Õ½Zs¢f9%¼{Ò(ž|¼‰­øÝ=WñÆ‹É÷ßaWz»B_ë¡â÷¨È–>¼ÁJ4òòWfvã¿xs÷o)‚Oðãs¿=¨¡Øi€åuØ=m† -Û[¦ þ -øãÅwÿwdJPä ¶ïãGßðǯ£5³R~¡ônß?¾G§ãÿùø}ëÍFoèOf¯Múów5ï}4üXühP'OÆÄÁÂñNu•{.çVîèrÜ—½fEône´PF»ò´|GÚùIÑ(¿¡íƳ¹E{–,!ì^IÁî]i±{¦WÏ Àµ }‹Ý©\\[¿¶ÊÐ_6&Ãw’7r:~Q›ŽÏ›l­ QÚöäwld ´WéåÔó)“°™P3ÈŒeHŒU‡§—Ôœ€¬Dõú¥¯Bæö͉¸û(Ô#õ*¿Ã¥ˆ ‡~dÙ^úø‹º°|æÁ™ÇÚ_,^£9á9=º$™dô4¶ÆœGŸ¸ÔÁe–_=¸\}Âöù£Ö¼¾qí«î¿:ìƒÆ»Ë­žrÑÃ+ñÝæë‡Þx2xå Àþùuà ŸÝKÞØûeê½QɘNsýßÚ÷Íç ø|zY(€[­Ü–|d½pß(ÔÅ£Rµu”êä“óƒüõÉS¾(­ˆžËÇ#e»”¢5-½Ö½…ón« ¦xê8¦p¢9›N¹Yß½x£µ¿œ74dÞøõÑ7ž‰30ÒÏ(Ü»”ih©Ø“L]_­˜º‡Ÿæ&რîNDFãê_•OÏ'GxÀ‰äLøƒO×Ó+À„Y¦úÛâBÒÝ.3Üc5£BS2}œ½e|3³ˆæj^Ø®T.C³™»ï…¯µoøë»²v¤û³ûéÓþÅ9ê·<-Ñû˜ê¼7cVDa^žÞŠu•¬¨È}&½$¢ƒi7½µ&zV ûÛ“ï&&Š·+-Ù™¿+IDë¹Ëôï5ÑT¸Ý9?µ" -cY>stream -™ýW‰@ôî‘©¶Š—˜(’1ýX}ÕI6pþqzeI´æ7‰Dƒ'ÍÔ©Q´^ögíéã w‚Ȇͳê»åÂ<˜Eé)»›Sˆ^ƒ†9MµÒµoLÔ`#…AE?«OÓ§›Áh¶'´‡oIK¢ÝxëÌŠ¨'€É¦“¯×ALÖD´Ït–ά‰^¤»Kù5sw,&Š´¥q¬Â{8XÕ¬‰¦ÂOуýë‘úª}Áÿ'.N DŠ,JË"Á¢? d„#Ñ»S·ZÖDk»‡{ÍJ°+S»ÌÜfµ¾÷&Þe¢•ǯªŽ½¾ð,˜aöFT¢@E&[ïý‘ DÓ#ÑæñÙ“Bô.2Œ4-$÷ÖDS÷E¦ùs™*z² -Ñcß"Ó¼{ÉX=ÿÕ‰D‰¿IÌ@Q‘É>D™ëæßšhƒï6«Õ#¯%ÑÖñÇ1‘èõ©ØzÆ;²ÕXÊÌ Ó•¬‰6ãþÖ°Ù·$zÓ=œˆb* -ٛШ7!=enãGEÑJô6Ÿ™–,‰ÞÇZ]X•¤±~úZÍ"è£È<õŸ£ÖDÏÚ_ÙÀYL% -»˜J¶ÛíôˆDÇ££Ð‰è)ó\i–­‰VÛ¬'àëÌ/­Æ:žÅý -Ñ6,š¨©ð2Ѿo^Óë¤ìtÁ—D4†‰®ö}Löü0ô×­tò@ôpj ÍŽïb -Ñ/)b x}ðÉ9W¼cõê¥ÖUÎjˆlܼ«žÅwùý ZšgµRùLÈDB•˜A‡QE'ñ»ÙRCo)¥Â£èaæìMš‰Šßá]½DO¼¢^®xþ®Í^& #õ>LJ•/™ìQ»ÙÔ3ö¸Ï÷1ÞU[Oc¼Í¼\öw@xºØóò߉²#›ž§Â°hrÂÈú¯Sá)ÃéáéÝS98¯ÈOWÛ²ªaî™fžçðs³‚¿?bšWG)ÒÓÓ6DÒS”†~ê½ÍžW˜ó—ã+ÒÓs]úšž>Ęë¿Wá˜ÅóÓÊŸ†H-0mï_Âúé—™.¼iå©•N®37mï¡üܸÐR'ÌÍ[üˆô´ÉÜîJÒÓ3 r+VJ¤ç̽?ýDzúÉ ³wŸ=ë§B÷·µ0¿·~ÊÍ.¼ÁðÉ™Â1.˜ ÕõÏ ÞD=ŸÃÏMº›{R'Ÿš§¥xä*5ãw/,4lE‹ãÙ™¬r‡“ò’ÀaCZ©’7*b哓껟t:=bà\‘›™¾+ßWïZåûÊA~cª¥bâ¥T*&Q­÷öøF½á—»˜†¶Ÿbgë9äé<¨º/yšù ‚_ÙY µñêñõ`åMú“‡ƒ0¬!_e–¹Ì^챩 ^Äåmy:…«%*¼#?glM4u×!õ`Ëêµ¼–(ötDÁ´?§O"ú¬Å’¬«¯—4D‡{{~•(¶þWDy{‘õ¿¿$ZûV‰"/éÀÒŽ5u½«M‰bëŸ@Tô#ëÿQµÇ´dÑXˆD½?‘(¶þ­ˆb/Iô#ûh5VDtD&š9»ì‰"‹BcŒlЉè¥I”üÙ˜BRänʰmL¿î؉iÝ ¸?Š1{(Ö]‘ŽmÖ]o[ï4¶ÒIÆ£:U’ûUîiQl8M(úG鼆6ËŒO¯y5¦„žÇŠ!¥SÚžE Û¯2¯¥Äaç—ª &ÛcŽS’ú3MÉWfj¯iUÕã •~FÕ™‘ ‚¼³Åx®ÙÅjF½jܘçwùò°Æöwƒuö$ÛcFûÉÉzú’¼NÌ:„Ô.)çbVâŠ÷Ò‰õ^¹ê ]—ü6{¥:yö›Çrþ¾v‰G¶)(fPž? “ŽbþVÖ…ŽY̨ßkoG˜ÑçèFñ^·Ð˜nC14…c.{ þu¶Æ1»ÎU¿²¡û­qÌ ÑÜrL‰k-ã0óÜŸÁqåŠ.Q É–‚‡Ò:~«Ó»‚æ ZÖcutÂR§4°¯,We±óåÛÒª¬£S†G9L”±·:¿»ßh®É¥7:íd÷Üé%¨]òX°ZØpšzŒÚź°ïŠeG´€®#Ö¶%ê -çŠ'Öe•3"è|ÃìŸõ5ÏÍlv»¥¨xt¾!>–TƒÜX€V)_¨Sj8zóy Z _¡E9¬!óîiöKÔP•GØŠ@uÊÊð°ñ‡É]šûü}Zpì^m˜Ïcz`?¾y4¸œ— ˜.Ë­¥à ˜¥–`Ë…Ês6Rü¬ºŸ>JžÁwúi瓃ÇS{üÓ{|0kµÄ‰Âà¡fÅ' -š}íO˜—øÏ‰~‰œ4»è’!áw³>߆±„ŸƒŸ§öÆpçT±r À) ÉZk~ÜxhüÑMëTsÆçà°îˆôÇІ7V³o÷ r3Þx@xOÕY°îã>GìÉB¯Ï-Ùâ¡`Œ@Áûx¬ùOl#6Vª@iЛÒGÙ‹¹Á”öø£v€"˜èlJOĘ™'@-TGm6`Ûò6hŒ(6Œ¡µD˜,a«¡©Ûàúëå¨}¦•s⎅U3g?X©OÀ&Y v7Q½é5Mi´·ÜC§OH6*8uG~(S%»hì:2ëÏÐ%Ó.fß)M—ò§ÀÖQÕ»'`ƒ˜Ò‡˜ÖÎ_}(#½Î|"ù¶Ar.¹& -GÃ'}ˆÉO*—ŒgâeÓFoJ-òë\.;Þ*Ygé%­/Oc'ÑÄy}› çhÇ·Š)¡N¹N».ér KÆ“j¦;E®l× 5hÎÆl6‹«U¶m·²Iôp Ÿ:׸ۚÈM2ˆ~*´gsç°q·²f¼J»öapþ sØÍ.d• é v³SEzØmã—ŠƒÍOÏ›T7ÄZ’iZ4)X¹7F¬ÎˆpÓ©‡·pŠÐâ„ K=ŠJga2­ÚžeÓδÖŠBrtaBàL6D–n y\CŒ©lÜÖ ;›-è -–™;Y‚.p|Ý…ý6éÇçd{E´A+r—F– Åß§*Ð4rüù•@ÓÇç”Oã 8aÞ]àø LKÛ’¾1€USd -4–ÜÞ o pÓùôb Ž9dû»ã¿É õߘ¢ùu©Nou'ô •-[Wc¾$ĺØIˆ0´œ®Ës±º³ÂÁ«›uÔÎouìêélËu½ù‘ƒ¤z4Ö3©‰=ZWŸÃ2fØÌ4‰'N@9˜¡Õq’ '#6nkÇ:¯}GvP¸pö§QDd"s87Fd$‰6"£½qÚ,c?'GdøÝlh׳.% Cs‘1!R mÝaÍ4é#2–Q8:|ž p>ã#Ás€;DxŽ+pŽéMšåIà ‡Je,7°±¼)&1{pRØß§ðZø£vš:Jéhvämî¬íÐÂVC[æ]ÐIhcÍ{à wB"\9uÁ®N¯dIÖ…®Î].£¥—Ô „ £zÞ ¨³$“Àu†D=БAã9*üvÊQ¤;+£ÂÃ9ß×· <Üê,I‡ˆsŸSgè—a·[GÆÜãá¬3T·‡Û,C•ç€HÝN–1š<ÃMðp&mIwsŸK<F¥¹ƒj¬‡#çÀo‡eÌ„ˆsJés‹‡Ã÷ÁšqëëÔnÆ[@Ö£íÍaÌÄ(£É¶DQ©ŠœHhŠÛFvz¤pMsåÇòÄŠ hím\CÚicO|ãk-poôÎ3 'îÜÎÚ{ ’«M”ç¨ÑðÀ†óJ—à:ã2¬<æ"F Nå±4qð_(—áõ¥°+l‚5üÈáÖÚCtãAð|ê259hí-º³ÆKk&6¬qÜÂ2¼1,Â5½WÜŽÍ2¤½»·³ñU¸•ÞÔ!CiÚãÆäË-o¢°Ëo€ñ™²ŠÐo¶µ‡Ö¥F¤+ -ø‚“»Ý"õv›ˆÔÛí Rÿ¶€He}ñ­ R¡­ RQ;Û@¤¢v6G¤"ôš…{¸òøñkÆbsiª)ÉÈÍa\†½©yö¦®âZälÛmBáä{{(OkCáÖ» Ú-NS¿Ò²±í@ádŽqD뢈HP8‚_IP\ëBᬣ -Û†Âá³W-Ž -GifX1‘°Õîn„GÀ'}‚„>ßк.®îËÞ-²<±!ÌK±ó·ëÎ 'Á¡¦æ-Ù0wÆ‹È gI÷ØÂ\Rݯf¾&XF/%’6›ž»Íº´ºé{Ie­TÕ`/â›=,è­2îp‘ËÐÕnU ¿F¥Ò›¨€xÏiì³ÞXùêÖ»é^{c½aËiDôé½WòÆ=Iv¾ÒÊft8þÒvxqÛRv Ù€Ý.’ŒV êpg³àîX[þTuóBƒÝ«/î,ühvëÆ‰D™jQ<×eBêÑXºÒbF°[×ìæˆDA’kµéÝŠ¬eƒ;;ð>ÙÀ.óW:KÉvÛÿnŸˆ -ï‘ümdB»ÝÙ ì€ÁoÚY5‚Ýžêd„]à+y3 íÛ"ìjL–Ht:{;ñ‰zýb›Xϳ+w¼g˜U´\ã˜<þ´Dâ-†Ä÷dÍ¿|óÜ?¢iÑw~è¥xoºè}=&ožhÔ&St¹tá¯c!ÃvjçR™Rn-îR3X°{?Æ4yc<ÕÚC®c¥‡¹¬]ô º”ÿs•sE†ö8Ôh1æ\m^IÎÊúÕŸ%m£’Ü’OÚ:r–•ò(ùô¹Ë¹²©‹æXqD—×g[÷mKEäˆ%ä´Ö8­81ŽPÇÊt—šKª¶KÎuFh˜nˆo¶^˜×fꑪKÚ˜çDoõm Mgîa·‚<ñí¢é¬üg±%4UÀËéÝšÎ*älyóäFh:«sŽâ¦h:+,Í]7k¢é\E­×FÓYKò¶ÑtVX:§E÷h:«ðPŸÔТé¬üf#‚{s4®_§vg¯› éV]Ò`éȘ‘uÑt:¯Z­»e4Õìjýýí é¬°tõ’6DÓYaé ³E4Õüá’­¢éœ-¥m é¬šÂçû[EÓ0#[FÓm“cd4Ý[MGæØ6ÑtQ ,FpoMg¥—uy¶‡¦³jÍËvÑt¶˜‘­¡é¬°_zïuh:+,á,i h:«ÒX°[BÓÑû•DvPÃoH'ïÛBÓYaéî "¥¨K.@¬Ï¨ÌÎLàPÙÑÄ Àè ^Òç±S™JZà“N[8[nëÕY<ÖÅõêˆÖ…s½:J>‘*Ûjò`)ùôî¸}›EÀêT÷ή­›.m~z¹4U—s*A«"…:å -kì’ªaP§ìêϺá“H¯aˆ¿+}%õщñvóy%]l“2w*Çl -ݹ3É-ÊÜ9×!°ßU™;bìB[ènÍ`ŒZæn£üdê2wöùÉJ¡;WQ*+'°qE™;s¥ BšÂFeîÐ^éXèιÌå½p°3ø7…†4¶ˆ³˜4Ü#‹çb0´±< uë´ÊU ÒÑfÚäZ£9ßÛÀ¹¿4™*êŒ{å:¨4\›ÎAY;&‘-k¤wÒ$‘ðD!ƒ£,×±º¶ßêh7:š·v¹ÌN‡Ž¦nZ£Ï†Â6ÿv²¡0öcnÛ&BÑ#7®1©ÜD±9¦·BÚòVÚ’¶ÇHU'qK…&妖¶ª­¶¤Ö~ŽB&`íçÈñ,‰6º†£)ùë¡~}Ž"TÊL³w*€h™yýkw´déHÚfPßȺ*7ã­Ü P™#›#SÚÛ¬`ØÞfÃöæàJy$ûÝò1º&Aç¿ v6>Ü•[Ùü–¹7F¼uv‡\–Žœ2ä.WÕItep\†w3Ùc[Z†¶î¨ñ•U¸3cß¶U·Z[án}kÜM…;äcl x"\)oóeè\áÎE¥¼ |im¥<§Ì=:|ˆU…;’†¡ÖRV¸[ïVóÚ㟫ô&‚ãÎ’Nmæ@S¼ÇáÚz`-ë#WI§¯õ üQ`/([ÖÞZE³Üç\ávèµÄØ8ngs`í­Ã½p.ñí¦‹ªMèöe¦ -mE/sr ‚JµíïÅðËUe—aoj³ ALÆ]¬ccrb -¼úyYûâ9ÔØ»BÝCc -~Q¬JbÜRÏ1gïίìMUžÆ¯$ìlÙP‚Ää±ôÐŒ²ñ¿© C].F™LCømSÃP­”7\¦Öm¹ÇRÂxOƒÖ³p‹qÌhOlÔy!b\¡±M¯¦Rï¹̶Uî±”0'7¨”×éQW%ßÞp·&ÆÕªKòmÀ”u ì6uõæ„Ó_=C]žæl:åæ» -HïDºCؾú'ï¾$N¬¯„±} ¾)í®¦nÏÐ9åÓš¦ §360Õ®O}6—•eî|{D<Ütñœˆë=q}¡»î\qΦ¶^êîÞŠ(Fs`ÀÖ'«IöïõìšHt=齈1QÍ.¦¯ÃV¼ÖÕCÓfþ÷ —©çþvV#U ihU*(G2 |hWqNbHÈ?Ñ¿{õÃuÕ]Ìóúª³™h-ö|c Š-X…lpJ¿“PŽ ;¢Í ‘ètÖÎy5û‹ û—Š·t³:’–äñ'e"Â¥ûáý{ž€üfwñóëØ¢èÿëV:çŽï ïŠÜ)ñ—ôX0˜ËˆLèÇ´uVS²:Zmt÷Ië‹é­Uãy µY/mÒ¢ŠÙE°J1YFHl -Эl^R3Ú*_t‰˜gX•|­¥+Û0åí¤Va>Y%V2!íùDJ­Z•!ºWîPi(CÓ•æBžì³´ès{ÐøsÒ ã3xâæ˜§EÙ%M6›éÆ6—P@º,-Šõ²oS•^î97V¯¬ÂV5Sº•­Ä˜+æš)kÄ`ïbsÚà–Sí'èè}* û+k˜ÊNyîâä„êøXe“¸–C(À¬Ð"’¢×–T(@ªKJõl1î••í]ÙXQ³´,ã0Ô%¹—+ž5Ÿí ¸?ƒ†Y5Û¯nÏGð¾ƒÁË:‰}ßéÖ.»f®Â7T—s¾yÈpÜö•™ËÊŒVÕKéÑmd»æŽ=Ð)%ž*kã_2÷¸€E ¼VÆ›¦~¥þP„Œn#ßs@eë:õNLÖw[V´½~ŸÊi_óÆC=ƒhþ¦V@ -a°@p£ÆœÜú~áªm}17ÙJ¼KŽ9byÜpl“;GŒM!¶-ŽÙTòÖ …—íCK ­3«¬—5Q€´@Ê[5ˆMÐaÑYÒú(@×ñäµP€Zzv@SvBÖ(@Z ΆZ¨!;  ' ßZÜ¡iù‰dl} fåØb-|d(@[c‘|úfó}ã6Wo^îóÝP›Õõ³órN¶p7®ë·¥»¡êú¹ºjíº~º¡™ªú¹ÏS²®ëg²¨_¹V]?Ó€tUýÖ½ÊX×om|å–°2&q;uýÐ_«ú‘ni¦è6¶Q_Œ²®Ÿ}ÌAErmV×O34‹p®ëú•„º~îâ–ëÖõ³¯êG¬Îಮß:ªîëúY Ÿ)GqÝ‹³•º~Î’¼º~öÆÛ¨®*mKpwRU?‹8?Å…7æº~ëȘûº~VÙIjU¿ÍëñE(zCS¦®M=¾ÍëúÙWõÓžXmR×Ï>Íx ˺~öžše®õuýH+ºE]Ɉ¦®c[ÕOw’¸A]?ûª~Æ8ŒmµM]?w¨´uëú™”‡®ªŸm馮ßfkŸ¶®Ÿ=LRÑü·c‹‡«z|.qV§Õ›ÕõÓµÒ³9ãÛ¨®ŸñìJŸØê¡Z†Îuý¬|Vuâ]l uýlQ`Œbˆ~dWÕ¤ÇÜÖõsg¯[×Ͼªß&õøè‹kÚ×ã[{êZytºs˜º®Ÿmü+à¡4íêú¹½Qg½º~öµFÃlT×o5f˪~zïuýº~öfŽ,É›×õ³Cá"ÛN]?{®‹z|D³tõø6׿„ª~.s®,êúÑ€áIuFÜÖõ³ÏÎÁ6ÌêúÙWõ#ë1·˜'»ª~Hm£®Ÿ½ÛNœ—uýìÜvä¿l ódWÕÏ¥_I¬ëgéW’"ðk×õ#u‰µ‰*¸¯ëg_ÕÏ+ꪮŸ=üQF×n^×Ïk²ÇÖ¬ëg9/«ª~Eêº~4èÚÍëúÙ.îíY»®Ÿv}š«ú‘ó-ÝÕõ³—MtÔö®”‘éœÿFÞ”}aY/‰Ú}mg“ÆÐ.üf“ÉJJ¼_Ö3uò41İ`r.Jê²×¼¢¿Z`À -)Œ²mK -G—)Ø•¦ÓÜÕG>9?8)°™Ûk.˜ó•ñ+OU¶.úSoà1ºçE o°[÷&? ÑýÜŸ=Ø¿ºƒÙo}|™Jå3ÉT>ãY¦Ú¸,3ÕñG“©]Jq¦y|Öcš?¯oÌù÷è¹>å%¦uüqôgï¯Ì 3ÿfnº‡ æ6~bîcí0ó4ð3Ýnç•é]ñsæ™ï ßóièr:V’ÓÙãxº`o¦‹^&4 ¦÷Ap5GÈÎ`ücX?¯ŸI¯ù›§û7od/йØÍì×µ“½÷¯€Ï'%ÏBþï—ÀqJÚ;|vÊ¥ßtñì]Ä&©³g<%2ì­PmµÌîh¿]Œ-uˆ2/]:›!8iÓ/Þ¥4% •*‚Y´‹Y3+›v,þ˜çƒnx:=‹GmFš -w¢|0ÏT‹"S}}9ajçg?3W äªWA¤¢‰ªD3gL²Úó"Lâ%S¹I÷p™?&y>ŠV“~ùèJö=‡~Ôh+šÆ93sb¾ç œ¥¼ñdð!nËb{îÝ-gªèSŽôeØmô;Õ\½×ôFþü0Òþ_feõUH{sQ¤7wÙH‰Ý/}ô“,U/¿ßôNñäT+Üi>]OØØÛ[>Ýüa·žI~ùøoù]égÎ0¡DE*1„?¡(Üç(SË;_ƒQô5ª|͆âèk\ùÚL)M€˜W^¾þ$&)3…ŸqsVhÜÞ>1õÁq§Ú ?4ØóûŒ»‰}±F$ZŽÕPýø˜•ƒå1íƒ6;\=Hh¼.éåšzàMŠ˜-Èæ¯eÃ0eþ03 …² -³jùèêõ.[éf–ªqõÎw‡ßšIÙHJÖÎŽò»Ù€½9“+šzì è/ûxÅ% ÙÁ„E|ºŒ¯¤hôJíû— ù•±Ä¡¯ Nc_êçø«Ü,ûrÿÀ*³vW¢©×_<ûÖtk4›ÜN³úF™å^‰›e“þÙA´½?síÔY!ý4 aͅﯽÊüÞ=p«yyæwž±-ºxã*á~OùĽ¡I¾äz÷yhJ¸OàZS\ïÌ|y½p½Å•Òös¸ó¾ìÏ=§éÏóþðsõ ­Ütêh,ÍXžo½%´Î÷ù£Öüªøx‹.^^›åƱ÷Z{??³,¹YZBö4FÙRùÀâx´$ú”ÄÃà÷¸vJV{û‚ò©ÜÿPW导yóS0öç¼Ôzª–¿}/…«Öc°2ˆçoÁ4hàÛí•U2Ÿˆ²þ!)TÙßÓ˜ñH?©ƒÁ=Æ[pN ”åûê¨Sö•ÒÓ‰¿^™>ô„ïÁѸ2}ºiT¥Ýö¨ðrùܬÜÿn<ØÏ‹M‡oªû9RAE.…“¥Ë0²BíûN°¶ˆ._½ ÜN !F0æÇzš\Íß#ž—4h á3"øçp_ÓL -Z¼N)ê1ú[ªÇ|£Ñ‘ò¼Ûëf*¯óÑEú@¶£@—>¨kÈ£õ@_»ùGe¡­þAØXð%»4ÂZ)Í‘înDµ¿5£H15dŽÔh²|r0fÐ¼äª "Ý•¾¾‹ß¾ß*ß=^ öYO£lVÕš¾WŽ?D±VESwŠ$"ÍVóc¬P±ö]zõ‡u)P 4µgŒÜºØTÛVt(Ô8ÅŽ¼ŸÇ™BYÖ0õÅŒšJgªäÁVÈ,äJ×{¸ª1iðo¾RÁ·´­f7úšÂJam±Š¡‰hi÷¨‚{†Å™ Iw¼jTãß|¾ÜQ~ËÓéá8¢:óU«µ fä’†&:‹Âª‰ŽEàöÁD„döV÷ãH° Ÿå[ë&ï5‰×í&……Ýã1ƒ—6Eo®³Æa5­nßX]2î{|Šåõr~Š ,¾}ÂÐßµ\ Wîkn¢P,Oá=:zx‚ަjð€Mlþå¼,¼ØàSªc{S³‡½¥­î G~‹ -ÖÈOˆý*+†Ñå -õ§„ï³ |ŠVå‹GYµêÍ·öôM¾OfByv­«'¾bÂâá|Å„ŽžQ ¦ü`Ép© ð@¶t?ì.™ÐU#ÇúÇÌ "»•þƆdu‡ALPÈj -z÷홀Y W¶ÀDùôù—ÂnÁä­—¥$è™T»ã'+2¦Å»UPõöG‚„#*=HàÀûl%J¶MD]É"ö’ŒMÄ4M¬Õ‡¸¡å7M$Ü/)å\lÕ³álÄ,esL‘jG™ŽÅˉªæ%(†Áç/C!¥‰þѹ¾,±xíSè§·lBô«³1óÕ%Ý{ɈúÞî/¿¡p ”þ§ŸœÐ¦2Þ\Æ’îû`”1vS o.cÂü:5 ‘±8…˜êš0ƒÌJ­ŒÙr‚ÙD"°›tØ„ûtÐ|Ê.fÛ‰•´Ó™Lx -U’F°=Û&˜M‡Á*ìÃàhû€ªÿX÷‚wfe=uxZŠÊ Ls¯k€ÓˆìÈëp‚‹¹ê¬}s/6*.ÝT[r4Æa2hKn£%Ž`õ_9ƒã lKé¾ -1ýW=‹=)!©ÿÊÆ"è»"è·7Ãü )ʼn [à‰çgà<Æ ûjë({ï T¦ÝÄ}¡.žÕKý·“Oä† -\ñ¾}¤÷„RB>>@ö­ËŹlô+®Ž»ë.=ÑÓß•#Ü[ùûÏHÃ\|£vü1Åÿîï=9%°ƒ¤D„Dpù‰ á  ÌZúW8žàá¯àu=Lq7—'¼I¡š\ú]uFëÂß–¡ÏtXõصáÜaTó ¿[:\>(ÉANO?Ò²(w¼¢×ÐÒ3¸ÿ؇Ïó<ÓÆÀo|Y=@wBjM²H’Ï’Ëø -Š Hh]lŠrlõ¨í]0É‹|De?>t‡ßª˜OpHFEìw  JÍsë±sàÞÅyµÃG™ðµÍâ¿‘ÃÝÉ‹~Eýä?ðãhH€Ü5Õèïó’Ê30C¼—“ýƒ=O ûölW*©Ï•ë²¼Þ®Ö¹Ô¦YåñpMiy¥mÖШs×ì2Â…› Ÿd.¥L­šŽZåãá¡W9©¸ë°ËÙmqÚyáÂß=ÿ2ÔÚO­˜Ð*sI‘Á9åÄ!´“ŠØ: ;h‡áÓ«î Ëå¤cÕ€Hú<þ Ÿ†)Ü„2É_W¸Å8>…¯eñëY~ê²«Þ ¸àQ3§ôækÈ«<®ëå{Jõô/ ŒåëGÄëœ/føÌþ¨~-½‹ÕóâwƟѤÁɧ*Á‡Ò2 -·üGNªT3!a‰wÔøØ‹"6ó.ÃÖØ|>õÙå§¡°~Q‚_óÏ”©7Âü¦ çöÓ7qßiõù4 )ç•ü^o–fNjQƒ~ ÔaüX5-µWài¯ rTÈq°m¹¸.Æ -;_òΈÀg@ž@òÃw±·:š-#“ 9•BYrB*,G5åhž²õÝOt T©AP.B˺žÀ© ˜˜ÀB -«”Ö“„PkæH6z€â­óÜŸzdÅFrÈRwV„t2þµÍ"ýÛå’¾©—ž¿ -Cnk2ËÈcƒÕê¤âŸrðvŽÔ¸cõ–/Í”WN­Ãv2ü*ëìÚ±übÖ§"­Ç«È¦8Ó¶]?ºBºæ2¢fåþ_ΓaÓìþ'yµøMϧo¿;1Ͼ'Y8fÙöïp\ŽF­ÑÿÎËã—ÅÏèw¾“ÝI®KÇÇ¡q@¿X~•j_uÿÕa¿üÊÜå4ËÇq‚“Ö:À­{èh2àõ†ÞW½ö†ê³úz'Çšr‡3I»bmñ—GÓâ¢=mÞâ³ Ch_znÕa÷¾-Ž®òÉÙÛA²^¸o”ï«7×ùäœãíZ9÷×]4§Ê”¯0–Ýr&é…óyôë :z=Cã;C޼ñ?ôÆN;uÃÑ««ƒW2²:àÃÖ³rÀç Žød¬óé€OÖkb`(bGÔÄWÄÊLèjY€žÜkY½Ñ¡‹ä+Me&äy p@MaB*©2õæKeœcNbÁ2Óð(ûõ»dBÄpÚm<ÝsÅC•zíä@.‡îxÚí DIG½ÌÞä¬éénŸÕPI£© Ö¥íÃòüÜØD6Ûl¥D\]RjU -7ÃÀ©Ô.rÌ«2&Í#›È4r¥£†ŽÑrùÝq§aôÎÔø‡o6£Å—°±I‰±%+Q€’Å Ì|µz1º*™!Ÿ<üiÞw?¬¼‰*»¬Þ ¤ÎÊϦ+L6’1¹ó&2ÖL%Ôˆ2fÛD7Ïl*cÁ÷Ðf2Æü† 2FÝD3smxz릛ÌN”³jdŒ¶‰ZÓç¼\í³Àà£Ö}Ö}è&¬Y©œnQ̘Ž+Þ®(.8Én6Ȫµg%Þ_ì†QWÝ­ SÄ&«fN­µ6êGWœC¦¹$«Ù‘ë©y¢} ibÐ l¶ Þ¢ÑåŽlÛ ›>LX²Pú ÉÐöâe7ßH"^⇠••mé°i›K–KœØ³¶|9:>Ò~­Ÿçµ_/Ûí×û‡¢ÆÀ ï&²Ú¯ñÔ¾ví£Œÿíó£ü¡ök½šÓ~½li¿Þ_åµ__:í×ïnQÁúããJlë`P™¸÷%U>Šö:åE¿Ö,=H~%ò!äÕ€Ø#ø¶Ã™œ¼ª;%ç¬çj·!9ŽÒÉ5ø‹óѯ›é|Ź^}ÃÑùðâiöŽgÙ­åÚ>ÙË_F½à‚úâS ™JP=·Pâ8Ò½•¿>ÍFòÑ«êw¡ ómåŽk»i8ˆÐÄÇÖî¼jœ~Û“V¤-éÎZ)OZ‘É­I´î«¹ÿÿ»¢"W”³šµ°+ËJeV =hE‡/ÙF‹Œ^ÅØ6b%jWñ¶X±Â«àÙß*b…±À«xÛF¬D-ð*ènŒõ+È”€:uî%÷”Ìyy!þ.o«u‘ù<¼Ž(9!ÕÅ7ÖT(`Â(šê¶Ò—• 8hJê!9d ¾4JqªG”Ö—T°ÂaL=KB'>±Ó1N AxàÎ -ùV`éB5i}åšpÌ,PÎÀ2q€IæRXÇ'0,ÎXžÞdñ0BZœËÇ䥬††¢\|ñÀ_±¬(²|šÉ¤Ò^Ê$$‰Ëði)Åg8`9¢ ýËp\:%0R^.‹RF’DÔ -+îpÐaŽáY6Í -Ž,^yñ°é´á™ # l&cñ›JHôNâÓðÃZô†åÐßðl:Åò+ZŠe ›9eR¢(òÜa¡Ë¼œã¤´(Hœͯ˜æ -H™_‚q¦X6•Fˆ‚í˜zãÌH,ËðŒ”R0Nó¨Ð/‘I³ÃrRF$ÌëT"!À¤00ÿ,æ Èdx6äx´S /ñ0§ÀÉâ5›€ÑŠiŒ—µšVã+x Š<0M€u€Ö‹ÅKh ’˜–8FÙgՃđ~s–£‚¿â@6`åfà?Ί;ˆ¶˜a…Ë¥N´`±ù ‹h|˜ÅCg`ÁAÿÄÔŽ¹'ˆãˆÐTx•¶š9†™Ì¤ %3ÏÄ€´ÄóÀpža¤LjÇÌ_$G<´ š…À[©Jã+xùæÛÜŽIjL½1KŸÅ¨ÌRlâŽy-YL±¤ÐêCÛ'´ëž“$¦CD, ’Óhx,¬a­>ÐtiPr\ -:S‚_Eø)•‚±Àÿ¡ñƒÆL³iP‡ÐN¿"¥%h”ayøô†šYHñé“Â+BLÀÈñfƒÅ«äÙ}”Bâ‹wZ4?°8ÐØÐ<·ÓD½á8Và$2Ä|x‰OˆàkFÅñ¼ü’À¥™4ÇÁ;ê2¼$I L˃šñ”_I%@;!h 4dfÇ‚Œ‚KIi†K¥VДAÃð)#2°n9QnGÕ' µ/Á"ÝW¬‚@³)è˯ ~0i^P›èØÓ¢ZV”$…0Jb8xKà8àšÆ4ÞE¤&xÌØŠ´Á²0rà*hF€E Rň á—@; *—²êÌ0gAðҜհà•ÌNF‚V3 J,Ù/ÁŽÅ£­VLqÊØõl¶xÅ8Y¤Œ“ŽÙ+°°mƒÄ( - -> 6¸&êO†E\ÅlÍrˆßiˆ…Ö‚Yš-ßÐ/ BÆ¥õ‚&›70a ðB¿:M0/¡=`^Õd@¥‚b”WDô¨Xmè   3ÐæòåÁ‚YNÀTÈ‹‹Y‰Æ ŸÁÜR,è¶ Ø` ^7|ƒ4sŠç¬Âk‹á¨g@ZÀ>²èšbeJå êÐbTŠé¨HÛÓö`C~èwBáέ§Y”]pT°cƒ×rѵ¦ýopTÞfýÿíôÇóþ|4';oÓÑl>žŽvfïãÿ _àO–¯ƒËs^õü?Ô'™ endstream endobj 34 0 obj <>stream -S»”}zŒ¢P>9ÇÀÒ™3W¹äxaãI½¨U½-!0ÇáMÚµ¤¼“b&»¤ÔPCzü¦î·˜>Qó€Ä£/ê×^„žMþíþUuY)ØwmßuBbpÉòhÁaœ²ã˜ ->œd»Ü1ËЋB½Dö8¾£ã -¹>=⻋=‚S_A…$€Š`H<7` rã"%³†p@pÄ!½…o„ð€U—‚ªÇ&Ddæ½’T¶´q |«å®t¢Ï—7M‰9‚ »…ÄuĈfHt=I*a@-¡C -T Â'Iù€ëø²¯/ü†W¨×în}ëO7uÔ8… À]dé³,ÜSeÃtWÂýi§iRfp×ÑåÕØOÕ»î~²ŒƒFà/À<©ž^³´ËYäsŽõï=þ|²¬AÑ_¿é% [UÇ¿]$‹Óâóø6¢)©¹'d—ß›àÆ=8…·éana‡“TÃRõ =ɘ÷-ä„‘B²°Çò¦rø<ÑÃL|ƒ{ÓìñˆkUvÀqëš±Ð,"CŠfѺ82…' -ïˆ×³k+j/8æ'L]`­PÓëE­ìRÖ–xJJûiܬ3òöÆÍ;BQ†Ê„Z -n­,6´05ç–+[(Ð=ßõ¨á]k}â¹ Ö¯½ P¸:¿Å½ï¦Ñš\»Ý#uFgÉ0ÄQ€q¿mr ¿vˆÉê:¶í+¢éí0”@ÝÓS‹U±–õëù¦’Q£jÀÎêJê¼õÒæLnƾ÷ †;\ Ptù‰÷M¦âÕ…³÷ŠK®ìWþ¥¯|åÓž Ly—5‚>þº"jªY['¤]êw„Bmd’¡‹–½róöìƒ\½¡Ê {RЬapœES ÿnòø9â‰!fön,2'%^B…""‚s¿\¼…ÉCË´á @9BjåfI{îØKî2lYauEy[µ~Sè)– ˜yâ|&ò ×M–7T@ÉD7ÊzE^±ÈRø”SH¸ÒãaÝÄ4Z WDPVèî]p–ñxKÕBÄùg IÑ .ô©=èA¹wŒ•˜„œJœÇOzFE¾9Æ×¾è­—+þ|VT©F;©‰R#uÊ™é 3f,©„âŽÀQùýéÜV€À§xÎ&¸ZŠ5 8ÔFˆL‚¸‡¼†õëòÆ÷F_ª\x'?ZqsÛˆs,y dWÅMƒI˜­(Ø£2¨;‚ùêi&å“é¥_‰½XöèµqHf÷" âDHos"dÖèÐÌ1îèŠä ¥xˆùᘚŽÛúžÔ–ReɱÇ'àIhÛ¾”¨9³=¨6pˆ -ø©^º¨X–ž…h~TC$Π*ÄÐyc”µƒp6ª¾Y¨~ì“Êð‡Š.Q޾"}^hÙl@+d³Q6°|˜iË׊$ '²½o@žô„) -ÐÁXÍ $V„…²rß ô¬Zå¹M(QRt°³4›eŸ  Üö©Þ·ÆÔ¹Ô§ËŠîÚYÚãˆ*]0Ú?¼—«ô {µµ¼ý2±¬ÄåÙ£Øñ2Qƒ(BòÀÙ•¶SLÁ{÷zÌICZÐó]ºDÓ¢›ðÜL”+¨ÔR@D` P,¿v(7Œ™¾1ç4M¥V><’ƒ'`o„ÑåƒUñ~rpEu<Œ=Ñ›ŽID€Àª·^ߨ¢G2aÐ^Xa€šÙ­õ* h[ÒôåHÓÏë̓¾ÎŒŠU3e@9<9JÐHgá¤ÍD uLðòCNr?µÛà5~u͹¨"“ƆÇ<Å epjo§Ç8>!W8ä|¦!³@dAtÁ+‹]‚™Sû„å‹ÚW–Hh²}x”œéô¸ê’èÁb‚d¥öD/+µD¥‘Íë)ƒ¾Ú:RÇy(u\T•øÚ†F1ð¨×4í›Néí«ŒÇã*G: ÑÖÂ|ÀÓR¾‚Êâý)g¼õ¸Ã$H¾`Âëÿzäž$e¢Ÿ9B¡ðKOwø”.VåPˆ”_†B¬ƒV3Õw•á.“pÉÇV5¨XÄ” -` `%3øš‹ Ñò¾µ'²ØóU´*õ ÒÎ<z@ŸŸêºîÐ/Õyè!~~÷ÓHÉAÚj×m€39_!®yUPDÄ@¹nyg‚AÓ$õ3ÓòQ‰:µò$ i¼ÃÈÕ¶›—qŽ÷ñ,Z¸qPÅlç0sN#©x|”pÏÙÝÁŸ.«ßtè?õ¦t÷4_;Q¼åy–šÍ%Ù!Š(…B½Ø‹ÍĶd3û‘Å‹ºòœï=↡ïW¸óß'…C¹|¨¡TŠÒË:i?[è!{Ú¹†K·‘¹ ~2½†³•‚/åda¨Ý¯~cø,SMÇÕð½Ç}ë -¿Š-‰é÷ãàJ,™eò>Fʘ¹)ßu`$b]ù%ƶ³³Ó“„º#Ð*dH€x!N3$?"åÙfQb¹gD!>‘´ä1ß{ÄÊH Oáz;ÎÕõ/ÑÖ‘åe\”•1?•òÆf@P’ -Ø´å]'Ÿy(ç -0…Kq&‡kMUž 4 Ñ\¸jô‡4ÕNÏWÍ!>N QËÃR—‚&SÙ¯q¥Äqš¿$ÌoCƬߞýTך‡üŒ*v °ö—oœ£`ð¬3Íyž €¥£²¡¹:"] %xó¼°S”†/û½x%z”Óãdpê - >"‹ €|í%ë×H°$*(b*²÷ƒHþ~×£dmÇ -¯ˆõ½z‚òýÉÀ÷Kb*Êœb£$öø!Ož½t%EÔ5Èj %Z_r]åÆQeìè¥5 -:“]`– -ûÓº>µì²=Ð;IR zÓü-HY>ëu¦éÀ\“h ’‚y<––uÎa'ºµq-yObŠ:¡ý‡»‘LÊE•W[¤õãžu÷ýDÅY‡ë©¨£nþv4Px„öƒ¢Q6ƒ¼§qüßô ²'¯[¨e^Šè×^jõÐÃe¥ZƒR[½÷&A¿_Yðxº¹ƒo¥ìåË#Sdb^SS­GAÐ(àXnÓZ±ŸFHUúajQ[Ç¢=D¼æÉ¤RЙ‡h†Æ'dÔ‡ o¢ulE˪Ht–Òš”%DS“3’©0k X#N®–ì*×{?ßj–NR½í)«}sê}Á®Ûˈ²ãäÕå]ؾéñíšùÖK£L&v¼ƒ‰„£¾ª%2™cì#ÊEz¯äð^iÒYt Ò.¿œÚÅ©(<¾”™µ¤xjûí%04‚`œ6ð°¡ 6"˧˜{—”¥%%ˆašŽ¥õɵ‡+ê:ŽI82¥À…9$‚·†¿žÜQd»±ßóÞ ^YFÉdÂûŸG@­Œ‰%¼ÁÁi, âK°÷š)+0¢jtšRGtóÆ„ÛóyzÌèmô˜Ñƒµ.zÕÑcÜ3÷ä‰AÈ:Å$G‘Œy7^|:(T…œ[Ø1"ö,I_»CJ`üSÆø@§# Y,qAøÝÔ"ð±¡Ã|FdV0~Ú7®„û£ªeØ4”+º~Å@ÓžrHèŠH⇎éCÚý¼ Lä­ã mêu£ëà«||äNqó½‡Z’œ§›CÃ~¢61˜´ZxqóIè/Ø|qRVØÒ´‡“Æî1LKôZ'Ð7`76óô»±a‹;`_3^¾ë¡Ù0°ì<¥vU¯C~Bøó¦ryaQÀƺ¯‡­«n42ÎRIGðÛØIÇWõø'cTÇàÞóûé04ðRŸ0ÉèE0)DÀ* r²¶Pçß{@“0É|ô‚’Σ« Õxí1ïžhœ°ŸÒ|.¦kÁ+Yu¼él8cô…ØÃTA?KT¸ž€ƒGA0ÕñT|–‹ †V¾ËHšsd{N]o7’´1Iš\a<8ÙŠ¢ÿjviÞŽíÿ©ˆî#U!œ‚}¡¢\8@@E«ûPG⌘ÕqC|©ÌhrˆãH] -]c%¬c1 ©–óå=úÇvr€s?ÈL²™êp½bKk†ÞÀ$'—f4öøV“MÊ 4EþvEƒˆÊÈ@Ó0ïø¥²aãŽå(éÊçâ(YÒ4RvV°Äó’à™(BŽp=./Û <ú¾Ü!½Dô°O-„yvàµL:¦!6v˜œóüñ|Áyû–<°†5|kÅ3tï3öe2:£„1Ѹ¨÷óÈXÏàæOÖòÖ^ß¡l©¿&±Ògü‹0¦üÞk\onÿKãzŒI†<´¾Ñ¼Ú "©³¬¯7S ¸ùlFĆëˆÌ”Oo’TüøÏG¢ÚP\XÙtþ—ϯ ëë™~n›!C ÞÍp¹½cÕԼ䃢›D¢ûe -}ÙÛG‹íä:Äiu#ŸóVQö.´*·$]”Ū 4 ëâ™MÝÐí[ný&pè”›q~ UÆëJœ ÷ s)Ú©NJÖü®îúf7KaZjÂÕ}VtP×Ñ£8ŸÉéW=bŸÈâíë N˜)Òs{)”£ßzø<^ÇýÒˆp"/«ËÚS-4_¡Xì•?×kOþ|«s¼q£U…5^aVQV°=ƒ ÷HÄf/W0¤¼ÎáoZUåZrÔZûÊÑS1å1¿I©~íñ°õŸÔqlDHÕ*ëZ¡ ¢›¨d¶™'”ï)b°¿¶Ž7YÎ„Ž·Ø‘Ý ï~7èãÊ·|}ZÀi÷¿*°5Én¾Œ¨ß‰¬zeØŽø%øÐ[3VS¨‡†Ž ±p¿R[P=Œçã4Ó]r|–U%‰@’Þ¿yjW±ó|¦?p[ODÊÇÆý‡Ú.~åÐM{w«bÒ¬a#@`[MŠE£Z ä–ÐZ§uß?b»…å_5^½Gj¸ZÂÏ’)»ß´Ê:7ºj<º×ç¯7+|nõ¡øøÒž¸Uö˜ŠHˆjâH-ß)ªäÜœ»S|På6‚±1û¢†š> ‘'Åß_gZaÕ¹VÑ4’,Ÿ§6¡ˆßÌ~+()ø¬Ø ³¼ö&Ü”.Ó†q-%×8‡›õ5(=¼À!ãžQþN?Ý`¾}>ã'Ä¡Ê rX\}§#i5IyóÂÔäß{eöâ·!B´£Au;çêÅ”î–>#±.À€”P­˜; C 22“öž1žxbåy2»€ 7qåƒ{‡Ï>r î Y¬è•£$½Ã~öå*ˆp¢ÀFz©ÁcA›0‘ìÉ$v¤>"Õi8R±À™"VeÌ÷üñ­v$jËc Ó´¯ í°Šâp_kÈJ7 6]™†:n§ÂŒ;ÿù±bÁ¯@Ë&”É -`ZAŸ„ô9PK¦¬ÉæÎ|ý‹­@£O–g5`ž§fU]UûÊ3… ‘^°&¼ù„¼¡’¨9n†MK/¥e.o ˜5]WŒ·Æº¬ý¢Fk´/Sh*v˜mrÏnC®Ä -±”àáã[éÐH@NëyN½êåLž®ÿ¿Ç›ì £‘J‡Z;4°²ƒº îs=šïõ¨¤Y-‚CÆVr(`[„æÜ¿‘ð¼¦yç³ VìL?`ìý¤‘3ƒ„Ë£sµ(D<„@}§WØÈL·XŽPø˜– ÂK4<§ wÿ~kÜo]hÑÚq.ÐÕ§Šã5‚d)Tòö#M׫oÖŽD¦ÝU68 !ÃMáŒÜÒ” fΓíŽòc!uZû«üêr‹Ì *:…VW%%:¶$Røöü˜†²•¬i{#3ƒÐ@E–% ðÐã”OÝW½¢Ûpî_ÎgÈà%ëád¸‰Ùßïpè­A½ªJÄ å*0¿õâçvê -{R`+‚²`h4ãeþv,ìäöK±ßzu”õO@5®ƒš•,÷" -vôû†ŠàRVhZ…5ûEˆäBÚ…!jZ¦á0‘íÊþ¤åÐHþûMàßx°„{cÿLíó?þiÿÇøñïþ»ÿ×ÿùÛ'Ë?þûÿñ/ùÏ?þÝÿðþ÷ü×ýçÿö_ÿôþŸ?ý¯ÿøÿëŸ~ùË¿üúËÿý§ÿùŸþã¿þ/ÿí/ÿï¿ÄI¿ÿÆÿñÏÿòÏÿø¯ÿüOÚ§øÕÅ=¯+øžâÿÆ¿÷°Û?fìÿ[ñ£¾á-–½N(= -˜"ý3šæˆF?{öAßäÕHƒB܈ » ñS< ˜XØÀØtqv <@“ª¯×‘“B¦;§§«^*eŠ"†{¨8ðÁPÚ‰dà2Q˜{=¯\S€*åîÕëÉH¦F6¢ËŽêì±=‹±VBô =áäÀ%LI>çø¡OFÛp;‡‹…yL ÷ûCV:zÏŒCÔ_ª¤é1wì´{dª4Ñ£5üCœ©7÷TOí3T"‡PÂZøv -–‚™ä‡bW_D& -$…PY³n9ôždv!õ¨Üc>6Ð@³wï=‘†ŽjCÚý(¢,5A7ÀÃÐ0À中–ã.N…{O£`Ô«Ô±–ñt+1ð´¡Ha©3ßžDH«è:ÇÆo/„‡ôÜWàèvr'tB‘NSwéšÖr ty”Qf¬*èUâÑ<èqÚñª¤=?+ †ŽÌÅôÛ‹¹°©½ÂäåAhíGÆÞŽlP µ"MÖž!ÎÐåBš‰Š=Rt8û¼rœµz–â@¥CT‚Ö¹#ÿ) ¾‰f¨V?uu;#qŽû9GÍ&â€b†%&#¾³Ü‡ -7¼u&vƒƒ\dÿ¶¿Ÿ‡,Nùþ­Ó<>óPìÀö=hT“öŸ)¬9&…ð®•l”Ç€LQCû­ƒ'ÚŠÅÕå©ß払zß…id¤Q ö³“š~Ø@hêˆç`@Õ4ÑÃÔñÚ&Ù‹-}ÏÚÆ‰gåÐ^#1ÅÃ8ýô|¦ìm¼’*ñp¬¥Gì>Nšˆ>Ö‚%2)­~µûe"2¾\¯xHh'fÊÁÑ'Ezè˜÷&S'è¢O$y¤€Ó›œøu€Ë|"§*ÒµbÖ,Ü ‹xý ¶<÷9œFà±Á@lTÀuñ¸*êX#-€»Ò—Ϋé4€*uõµ‡Ç7PCÌI+æç›ã¨ îLIñ–pYU»~Ó㻑ûÖ ØU¶ëªÀîÚ5Pwµt‡®èÂ,ÛwäÓøó§è03úÅ£Ju¯=дcj¦¬1eïPÙ©Êg¼,Tß»)hŸ!=°¢Øä·Öû[ H¶ÿªÔ¤ÈæÑÀ(¡a´³@ÓˆÎ\În„4æ·’ÛJM›Ñ°ÿÿ¾0S6"+Ùo¼übvH' ›-`ß"{)Ä -“¬ÛŽ!õ$g?ò¸m¹ŸÇN ƒ–I–Ía„¾¾Äl‡B~#ÿ sˆìAõ³(‹–C¼Êv8“&nÀèÙÃ"Áïm.ÁÝìÄ þâ¾è*I£Ñ@A‚†~94"˜ò¨q±— -¢7ŠdÇÜdD™ËK%$ËiPŒÌÃáæK…³ µ#¹‡b5‘?vTd -¸[ö#T¥…žŒ!)Apy€–w||n}°`Ù..“aê h&óuk*J"@ŠI¦"Ü÷Ö°ãc ã±.|mkI¾j ½­pÿ¡ë1áž÷8h¯†¸ºð-zBk䣑Ÿ„ÏuÇ'$†£býÞ°7ù‡²ðÖÖÄÆÅýa¸ÿ4J˜9 -$OÝ8JSƒOK` Y5äk³±ÅÓC=¾Õ,pöÐKõp܃&¢¤ß^O.¼èdÑl|âKš¦ð9˜cþV -i76Ïä ¹³ÒXö¡„:"3eS2 ÿ¢¢ž÷x½ZÀÊÛ{Cuƒj_U_‚’«ÑÔXQ<`í)̾B ÷¯†xKkP­ªñaùø€ Ó ûdµá„K~kPâ0™Þ%RˆÓm¸!ÒZË7ä&v´#„¿&rÒ”XbS.„´H+Ò ä …¢Âåäöñ`ÈÚÅBÌ^u³áÎy4Ð1YîÆÇ§V°_†=ܱ‹Åè ˜aCØ¥¥0îÓ4z.w÷I”Ú.ôLzÒÀŒ¼'˜\!næTÎlP±(dcb ÆÓ8 -H{G§ªw,T˜÷ÝWV¨kÍ· Þ&a_p‚}…ØìùÚ½Kæ||SrÎzÐm'Xpú‘ˆÆÀaÕWÂr&0^| zzYºÈ4†PÝ[’áÅ(¢¬ƒŸn5¸‹®ø––1nqІ€ Ms±|j·6²\"Ht¹+Ù%gιb7Ãçš{þV5 -Ü1Ïß/†•töƒUNìàŠÜï˜ç® -dãíDȧ-VF‚©XQIÛ;#â“goîPà‰)©ÓÈ\YBÉNÙZH­I¿Êëï–`!c$÷Ö'ƒ%že{¨7¨SD~Ý?Ñ4óOö"¤ÛAKR)íã&ýµçQê˜5©íIGì²Í¨÷{IBÓ•òÌÊN¥‡Œ¿ -–DZAѺM(Ž*uŸ¡¡ýÖ@ëÅïûÒ*ü$e‚%­û?—€mÀ–l^=–R9ÂÒ´Þ{xcÆ/î]‘ë¯ÇAöV #U^•9k dÕ[p /܇=5LŠÆ‰±t™‹@å^ôÞ“ˆ&°Îfo8€ô™JMû¦G”jxÒ˜Gíã+¾ùvxÞ>¾®pÍÚï¾.„_>¿·;>·)•@TƒŠždËÇñÃP€(¿­\RAbí6Ä&Á^]ÊöÇ·À>ïEÿ0?šSàã[U¡\îá¾6®@³T’Ð$ì€Züq8–S,β¹úþj¸~¸Ës3X?¾ÕC^÷&‚™{%ŠhkŪ”±+·”h)򣄮kŠ/;zvÔœÒ^¾Qs7„ÿZ?†£6(ÏvX—K›–ê>÷„F`9i€+Ia“J¨üV ´˜¼e=D9ÍõÁãÕî¶RÐÙåÝÃß/¬þ˜ ié5÷8'ú^ôx/(ŸÜ†¸s'£pH"üÓ·šò«ÒÕhH½ö÷Œñ.9ü­ñà=ªú¶ªÚŪÅhhú¬îði¯†ø]xIâ&×óõ­'–€øÓÁw0ù½5 Ìÿ^·ìK#*h Tª’eì3B+ŠÅÆþMº¡?£ëzsîØÍéSg pÈ çý(S ¸êû§D“å~mTÿšTܧ+#”˜f9ï"&^ -\©½â.å¿öljC¼¾5ÔÂcfI1bÕ%ÐU.¼oÓ]Šp\]éšw'ö4XÝFnš¬Xíçö©ŸÉšÞ’yQÞ¿v¥T—)ìÆ„d5’*ϱÊÃ+æÁe·;+Ÿ=8ߨ{¿ÑýÂ5¥˜ÝˆŠÒˆ’§÷KQà‚S_A™ž›ØÁºÇ”¥ˆ)ÃòñöÅS ‚ƒªÅ»¾N‚øÅZúÒ6Šø#Zû¿ª:J'rœ a\‡ôC¶KAöbc ”El>GC×<ɰʺÉw¸Oa}®K¹©àü:Z˜S1£‚˜bïëÑêä4àòáÒš&òfñcPØØï óŽ-nêôyëŸ õç£pÀ¤g8 )ï 9l%ÿ|âÍ_56@"tÀÄ„ð ƒÞáO4¸&Ý¿c3Ks¯–×Ð@G>‘Á[Ÿ¿ -Òø ÃLÁò ïQM5Hœ£²¿!…ºO«½€z†¶¸ª‹Ä>‹IÉç=+ýX'Q©xr{wˆÑù«áÏ7‰»çnW ³^ßÂÆhùv4‘Øô¦køÕüúµ]mº!½\ß‹:¿HØj"TsØHà¡@F§ŒzvS5Í›À²øž7ì¥Ó(°öP˜ÈÖš(+±çÆšaÏ4¨uƒ¡‹½ÙñÄ ¨k Ñm±@PQÄ/{À•ûù_ÝÖ˜uxÊݞ '‰¡GŠh‘=¨~˜{O"W›¢ ±q-1{Ò†E„m¤âm°Ð2”:MíØÐ¢ý¢ ·8ƒéŠü2iVUŠ͵›Mâ¹…²DØì„PD:t].sÒ½Þ3Ñ^Ìv›œ >& -ª•‡¡ªëç•g -É£2:ú$‹€1 -´æ=ó år\ =˜Êç8 d•ï/jퟓKKUÝç¦æD@æíh‘ërØÒW×tïÐn€ÞN Ó×áÜÊ`Iižq8§ È=î!zŽZ Ù-Œ±0ߦo6,T˜c ÆJ¦ù´_-¤Ø2ÞsÚïë‡Á\ÄîWž)¤CFr/ˆ¡, `4‰ ¤Jõt/x³ð[ßžXÉÈà|inŽR ¿'´óüüBÖ¨ïIŠùX2doRÀW -1¥çÈÉ󘯭¤)•'N[|q|ÌîÚ5¡ ˇlÆ…|ÿÚý+cN­}Ô Añ-MaWð{&{î2uZ ªìÓêô0Õ·pÿ‚'Ñ0 ÒhP·—=´ó… -]Z#=ÖÝ‘}^g‚áF¯ðÂðr²_¿f.éÈ0¡£¤ÕºpŒŒÕ!‡½})Êí`éy¢žwè‚ì£øý]jãž\à—-¹{C¯¹÷ßä4J˜ -%¬›PB¡ƒ&ôžˆ‘¿èq{US…3í&1 ÓäS­ ?öÐlGæQA„‘Ó%Å­(œ!Ns½ÅíÔ®èñ½bÈLH5ÎD&œ3¹É-;ö"ÙE#My(xŠ9Oq|˜²²úX÷å™Xëý½!²êQȺ;Ì·^Ôhˆxs$÷óPˆÂÊ9¸‹Nž=‡ø0ÊS° x×·4ƒ …£yGP -oÑKiÎŽ<åô8ˆ?Ò£V×Ã83Žƒ’z9~šôh”³œˆÔ(Ü¥3¹’=,%z=S Ë_GÄ:-”§îב€‹nÝvögÑC 9‡’Yž —ì(bÈ4Å”¨x˜,,xý©9»Žß¥ö¢o=o†Ð¯=Ù\«û·^8¨PÒµ¿qú$§¹¯e¯ÝHYA¤U…£†žw™GãêkßOT¤ú`%ðfçýöõaÎÙZXgg ¬ŒÚ3D3`ß{¤‹…|oS"§‰ÊæªávíAŸz  nÏvT0  WvŒL9_z¼& »nÍfÿæ80i¼aÂâa…Ê©'&¤=[8ò½Ë-îòõ&£Wƒ‘ÍpÀJ¯0éÞ³vöö ÿå€*v ¬ Cq¤s"£”ÌìD³Ð;žæz(¦Ý›žŸ=¤?÷èžó\0kÏ#œ¶…„Ûh!|2Ö0OÒêíÌ8½?ÏãJ¥sGâLX÷ùäjx""Ådzy‰Tw -h`´Âh¨öµC>7…”ó‘{ë¤n|ÌB(Í'¶gqOÇçn¬£7-‰ZtÛ‘è(õ¥Cì!Ž^ƒåùî(=¸A{“Áï} j§”€„ÊëÍÁÌL-¡»&o:Ã<9`P‘9H§ð€ÛA¼Átl3ÜÑBšÂ‡¸qó8¶økÞ¢8AH»ÛdÈr‚µš6qËœ´=“gÝS%Ë£¦‚¸3+¸ˆ™«a°–ó{¨¿Ïƒ?à½ÿî0ˆnPÿE>¹*bí™›h¨„á½Çsr;.kíú¿ö"¬`.湞IxcÀ¹Û ê´ü%L¼ò 5´Æò pa‡o¼´…±¼yP¿ ô…\Ï‘3ç¾×¦7êìÅ!LÕÀQË&Hä¤ÊëDŠ“ª<&’ç%d?¯,g€ñW{m÷ñá„0ˈGbGÜ‹jÃ÷DYÍhQ)帜˜*ðÀî ‹-œ¦Mì!;Òž—Ú·=ÈÙÕXèKc’i\„Ë…Öñ“tâÉËnß~›ÛU(lÏw_FJ«{¸Â£›S#².‡eF˜ò&{™CXË'«××^®¢±‹æŽ‰ÀzÓ"z«ÙD^0fbŠâ³éJ´‘k¨ßõ ´Â\J5幜¯½ —ˆPæÅ"!¦µ3¬w)+bþxÚ÷RWl¤Ï²‘î—Þ$³ò!È`,y‘Ú츮@Î/¾®¸‘GýÒ '>Ep™ÈVD}ÍàŽ\s -âC×ïr/ç…Y'¼Gó$…¨äsDÁÁxZbÎâ5ôÇä  ý ZsÄ`ÞD …x³òÝïúx.Ó®’*ЪöUD6"ÜÓº7´n+úJôÇ'ˆ!‘‡‘ƒ ÀzJRmþá”ë°–B -r(pO%SƒÁ°Þ»‚c¯Xó&r!6(ç +úÇþ‘Dßÿ•·‘õŸ‘ˆHìôúzëNä¬À7¶P[Ÿ9X-‡ìø«¬©}\…´/3$7DáaEŸÂ¬¬¼.\Z†ÊzEc죾ò˸h€±§ÒDU¨ç@¤|÷~9©~Z° Ë‘ûþMHÌÅÌH|'ÌeøqŸiqõhîÂMPw„øñ³ ˆM> úðˆè¾$,ªT/s¬M€kЙ‚ÅZBôP•@`³† …~¡h‘’7ù^„R Û‚#FŽw·Vǵ -l¥Ý Œ§ÅaÞ'nïÎO åÿ¢Ä“«·llÒ&“aÈ!4å45ð±ñ(âÛv{Š3 ˜ú)FRNi*¥LEM%q¸ëDf TÏü8ÔczµÛ)˜¤éâr±E¢CaÀx!`T(lSíÛøòwÚÞ“Y;œÞ]—<}ÔÄÞáo±øXoÃÁòð½jÐðLw¯‡’õUÎgý«Îø,blv•Í)1ÉÓ.Ú’la¬MìÊW' ƒ™Â.Õi!í!Ï ûh …³Â#±¡AMiC* ž§F&ü„ö-¼²ÉþìUÏÀÕ£ÕI¦þ¡¸¼ƒ ¾¨Ô²/V§4¼¤X¯Ìøî%œ51ó4;M@"|[ÅÉýmÕà—>—¬ Ó”( å¤-íJ7Ú²€:0amž^:6èjÇ1ç£7T{Lu&™1È4h]B?ØvjœçºKZ#vB^ŽŠw65 Šô_o‡ =S°¡S¨U6A[<M:ùXQ> .QF¡á"¯¦ZA¿ûN•àY¯D*ÅVqö Mìæ -¢3C&âêéÑ›Ÿ‘(µ­Nl‘ï…?§ ¼_ÎÄöÌ"yÇtïw¶©u?•¿Ë¡o ýŠŸX…£cŸñ¸~Ô»ì2†p}o·¾{°ä‰ì(÷íü®Š8a}<¦Éë -£ûm²N‡–ûSê" ö»³^ØÊ•C… ô`?­„c Ì(A¥ai¡™/zP„¤GV uÏ©‹¡Ì ¥êð*LÃë/NðQì%1”¬>ô(=šô^ÀŽSvz%§£€cÀÄ GÅ>-ðñZ EЫ³þx'bG¬›àc…vßc¬ÇnCUÓŽd–Xòë?3„ö¤™H¨òXŸû´Ébç—䉊ç3¬¢O¼ç‘f¬‡êÖ‘dXR˜ø«ü‡ñR‘ðéβ[úö~Û€Ç@65Ëßö£`cɉöãòDs€3Aÿ©ZH5¥áO(ý‡hx-æÙÐtò?®teìÖ Ë‹¼m!9 :€ùz‡%uBÓ— ¸çÔ²ýd5ZÐ"ü„z,‹à|T£èf™¢ÿ¤¿ßetxDî¢êL/9[°zÈ Ó«ÉzÚ;<‘ŒEÎìɌҢ=ªÄš“¶»DÝG ~çäõ‚«‰f¬:eçz1Àt@×Ça‰ w^·ƒyq -zتØc v¹{˜Jf®ãA õœ¨YHÜ·>^L¸ñâ‡Ê@‡lŨ#Åv\°kâøò8p8…{Äë¿ßLÁ”¡À(´¶÷•ÇpÖ°c? ;šÀ¥¥Xé·ÆSœÒ£e Âèw5ÀVÂ$µ}a!Æ7ÍÆÈ ‘Y9«£¡QoCÓì”={ìþ­ìFt„éóáåõ¡ ™{pHÖH῜ÕË-ò î)Ù÷A´£î\1(f7ÀÏ›` ãu†׸Îv`kÐóâ]y‰3FÜ€% UR;L!;ª˜«ýt‹aé…~¦qÏÖãä¢óàï‰ò‹`¾XûÁå›/+|æŒA‡@¾ûžˆ×XFv Å ƒGd…UÒ¾K­ÅB¯lœ<Ñ•õb$U úØë‰Oå‘.Hù„:ÑV÷Š£6ÓÁêGÜ;›°-¬ÉlDµºªh²_묎®èxѰGÌ£$ìô<ÀnöγÙ=ËSI\ðsƒQ6‘ÙÓ G£ØÇi©¾X6 ¨Äÿ'3ØÄ½ÕØ¢ãT–ÑøœHDLûÍûåɤP&pÂFƵúLxW’’zäCþËéµoN •Âr„÷°—Ú½V6—æUZÂBŽƒŽväj¥£ƒþòÖA5d÷ró­ô2/’™–¢zôÊòñè1âD{‡Þí¡t=FŒ„ß^ÊЬRuTnu±™ø`¿ò@Ïm0¾Ü¬ ”r®*¼­¶Œpv0ut«Gl2`~¬–‚^ÐgÿÀ\/ý®0O'½Ö çCbG.€Jàx²“e:Ÿˆ* ¿ÁyXï´ÄT™p-E¸ö¬+=@¯LíWE×Aù*àâ(ˆHЧ¶{ >i0L:Ø’ Téi(i|pêܰðuý:aÜDý“¸N} ‰äudÔsȨcHjuôØGšÑãÑ”ÎÙ‹ä…ø/L³Œî‹¢'¤õÖɵ¥ªñ0©Z\Q^PîXE_Š‚nxXo‰±Zj7û`äO³ØL(qŸˆhkyB¯Mo¼;:ŽãžiÁÒŠ£Rÿ·¢cͤ/¨D¼‚®lÇêsTãјÇ^º&hÀÁ­ÈcÇ¥K’º›nO¦ÑXðYPTão‰¿ŠÞ:=íÞÕ¶¾Æø!Tì±ðÁû(èÁ_¦ ×££ºÿB ×ã@Ø»¯‰-¶žÜ=Š ô%RÑónу¨ƒåÉýu¦$ªh3ìì™óØ)V~òQ—åü"]ϯGXO‡ª®sàþ¡=_Þû'ì¶o3Ó›£©¯'‘jØ1R£êhå [XF;=I¨uJ\@ß Ž$Ñ'1äУoV{C å2vo½žbÞ¾NÈ¿\£ ñÞt#-áoÕ¢Øàú—¢¸Í$A56Œ I“`_H„õ(“?Bq#„[&;h—)øçä¯Uá ¤ßøß²^àÎ"Ry‘Ç5êAR™%|ìÁÀ„Ýßsëž,J01™1éÄæ.«œ‰>ÈþÕõNˆãTQ Eg§CTôsq–µ Ëh0ç¥è ´]‚8rÇTðuåBsýõ&×3dx%ŽËÎ-Æå @³ -À£ŸÀ‘!¿/{ìi– £‡ÇÅe÷Èó¡Ü—x±Skñó jqX’HÔ®±iÓ²…–•¿ìwÃ?r›ÀÎØXqY²å䣩ö/ÛÏ‚"´å¥PùJ6vÄãxÇâ@EÇF­áØgÐ`/ö‘FìC (è[R9òRCŲªnQµd$  Ö¬‡^ Kf;«ÈªÍÆ{†¼»!k~]CÎ’b~ˆC"˜=ŧ\uLÚy„±ÚŒ\_¸ÑEè?tfgø@ÊÇÿ˜Üð -!ø8@„†´>’pü÷'XÎÌÁÎ/0Ì*pWP,(€\5Š.7ÐÌ*m4nŸšg9˜¾ä²q² ¥W´VƒŸD9£„,è=JhŒgX<ÑH抆“R -ùñvðô6„ðÁŽ!‡çyÀS·Ü!ÐìeL -‘“`ÕdÛ]T¡à¥"‘ ø8P–¢[›ý|ñ\X»åT´nØ¢ð‚ž„‘ï0­ -$±„ëQDÄqòñ_ê 8È c+ÓiåEÍ}@EKÞ1¿9Ù/ÊÅ*fl¹½‹êm†ÛΞ!æ6ÄåÉÉA7Ãyœ7¿,(˜Õ{Ü¢u¡¶§læ'tPÒ ½áŸd^(K ÕeêÌ˳À#ò¹eg -ò,î- ¼;¦Âuᇸó ¬+¸p$Þã°…$¹o [ᡊ8 $î‚æ¾qÝjT±êJ˜[fHôûÒˆbÈÁ¶!œyÜqüÐiÃ,Yháu°®,RgîkGHÍ~D¤W¡ÞCÿ5ÎÔŠQŸÀ°¬è.¼b–L‘öb™S$t #ùH`ØC¹»@i9ŠÇôÌ `½ àµ'ì¿É=íJ 9‰‚°ðmä'=†Þä[Ð2IÛµqÂË µ¥ü+ž{Ï6I%°®8Cz4FM„¦Š(–yÞ5¶ŸÐFÉI®È&Wr†‘ˆx\®õ,(bTtm¼,Ý¢¿Þ©~%дò^BeåØU©ÊYÐbƒÏ Ì2—:jü@ryò®ËTMnl:¨ -cREd…\&în?Â7;Q4xê‡Lº÷| ľpƒ¹wI’j °Qep^Úÿ(Hò2ª vq²c f?´‘e¿:ŽàSEÝ¢ªØ­@ä…¢ËY=§’À½,Ui=¾Ji)ÒÙ4ê8<%Às\•Ñ)ïR¯ÎV¦(½ß^°uV -Gß^ `³ |¶LMÚ?~ fG‡ÙéPJDÚlŽÒa_’Ò6ŽhÝ׃ѯÀ„ 7Ìcê+ -\”ó[Ú§P¿Q«ß+IMH€S‹ÙÀd$ -ÚIðâ¥Ð¨„ënkYóP$Ù{)nuœTÖrdW‚8‰€2‰FòŸYö;øôÊñFžá.N£ª#¹ëaÊa¦ŽM+@‘hù‰hBBqž(ÔZ\ yØ@D|ÜŽ0Ï·½tt¥W=‡çó–ý|ˆ¥=ü^¾YÖ:=Ø6ƒlYíãø¦ y{hÇ-ÝãÊPíÕpµFö/z HDž1=äšýyœiGå^c›7DEÒU€ÌC8ïÁ7ô8!VTŸ!ˆ•ªRìQEa!ÍÅ6lïz²Oæ.˜5H†í Ö÷Ë _e5 ë¯gÇÉ:Ç<RÊy†vÚ¼³ÑÔê†áJ—uئhq´Ù±ºžƒÞ°—D·R%½gÓ=y¾§ùeÏÉbÊS0q‘ÿG~Ž ÃZq‚u¨ë4SìÆk¦úÙü¸Î¤*q^GÙ2åÅ´yÊoT=Á¤ÓkJz¹ ‡»ÒîU’Þú?·9>†î}¢üÕsx8Ÿ¤…Ñü ×TØê#¬É[–O9OY*W »|0[sدºYÀZ‘»` -îÞ¼©mz)@@"bøsõOa £~›=NHît¢¨cå`Ý ú’T¨®&¤ /p„—mSåF#II£Ø3x,ov•âÌ¢3]¨£":Ÿã׫G!üµ”Žºñ2K „ ,¦f,ôÕ:†Ò¦®tKÉUäTO`’—€êäåÉè¨ -±7ü&P>C^" -R*zA ’·£ÈG¨•졘¥ZŠñŽ,ÙSŒ:ê%V­KôBX‡XoÂÄeœ)¨W0f$³*M i**|§¦ÙáþYÉ"/¦P)_™Ü`;æê}bŒéŽÚŠª–ÄJ_;@è rææv +#Áo˜Ф° uµXõ_ HþKñJNÂV&|”àÉP§ ¡Z™BÄ–Õß¥Ž $µ¸—y„µµtKÝ8ŸJµbžÜ9*¼<µÀ¦BÍ‘¼ Ó´ÜqhQz«DŽá^>ã] h ñ;t&ާeÛ½qŒ¥G - O&%Éù‡ ~,bl‡†o/—‘”>dÊqÈ”9”1ºàh¶éÐ-#àZr³é!„°J?gBÍcܤ_=>{@@.œðÜÊ”ny6‚ŠééX#”ÚÃ"¸ËI\ ¢gjË$›&•ÁtÊ‘£+T¢½è\Åk xZÜ„wöc.¬—ƒ‡˜;¤æ{ˆsEèÍãq•]=pn¸ÌÏ(ïŒà+öl%[3RžKa‡DÚG‚ëæ‰0s–£0>LíCÝH—½MäéÝ{“qÁ\“7‚yw-øó'®žXÍ@}8Ü’ôT É' bö¤\íBœËÊ'ɆáÁjõö -±°&GöGR–2+1F´á uf 2¨“ÕûcÌaQ΄ÿ8$1¬hŠMdžÖ‹’k¢]0 KÈÚKãhÍ@£j…­:ïß:Ú­(YdD §2åøP½ûÈXr÷JŸz~^!ÿž×ˆ?Äïà Ëžhކèáô±ŸW='8'f³zzÈ_ÃÄúÓ ÄÂ÷—C¯# - b¾ï@|¾§S‰¸%¥Pòt¨=,cJÓÀx~¾æA=Eà:høÖñM™b%†l«zºUeÝ% ê!QG¼•€TÔfƒ;xg©i(P–ÖÐý¤P€'ż(*ΡVpân Ó„Ú¼¶¦"Ï®ü}Õ²¹ºýl"ñ‚Ììè¹²|9лú/£›ªÇŸ V'ÄÂqÌÆÈi=ÐU{Esmà¦ÿþï‚¢x);’uÎÅÍœEBEa¡î„>IÃ@Ü—ÓŽqÐERqïEF × S}68 ýÙj/øS:PêTÐJÐþ4¼6II‰ñ@¿•ê%io;SÔ|wÀ0Í0²…¹N°ŠžMŒV"¸ÐSåõ@¿ˆÜ“µ9&IJ9„?q'È|`Éã0Ò¡U³d±Æx¸µÂÌ ¯éiíW«ÈZ12xO¾ŽGò,K¯Lž¤ ÷ýÕ̪M-WÊ‹Ú%Žà]UyÏi¡‚ØÏ’µNƒJ8g¾t¯idæ|È9tv®m V¤¡uÙØGÖŸóÄ̎߆ÆÓÑóû6@ž#æ«‘Ú tOjÌ‘ ­Ã5Üýì ÿõ¹kSŽH<ã^§êÇ—Lj‰:ZhðœA7¼74~rܰ÷ÆkGËSã êî Ø5Á/Ø%Où\„p»ŸÇµ%­"Y¡½¾ƒzj‚0[˜e‹iËaÈ¢’¾àŒçëPð—ië0ÝÈT=ÂSø¡ktÙU¶˜AA= å£6?`n4’qˆMøC(ªÿøh¢;ÁÒ>ÃǤSYi¦d<|»ê{$ZÒ!EÈGK‘àa2AÔL”ÆÌoŸ§O÷_k׆°ÖÐ6áØ?Vg®u‰4Ù8 ”-ÔP—Ñ´õ46LÖ þï㣠«‘ëykøÕ0øÚØØ$v»¸*»á=EAC†Áôù(§%&¨M+áÜB&,æFm$ójòf3“0üÕoUÝBh$QH£°$&ìR$ä -pw ‰°ÌáBtSžÿêÙØ–CŠ|ž3“8§ïŽÏü@Ÿ·SÁ¥0nC]w N«zKUÙ½Tü‚d4uÓ{ÿKžÉ?¨CAo=²ç«!¶ô—,¸ß×öé[Õîõu}Ÿ™ÐSbyIƒÜqO±EMQY¼Ò•s§—)\Ìší5²äÄ*ÅìJòäîQ#)Ì¥ƒ÷øw—á3èø½ƒçguÖô"&ÜS@6„ñŠÒ§þ·gÏ„D}‰(‘Êï©BËOÔ7HÝ©)=":@>ÅB&•$\à‹¦B߀m ¨Ø ×;¤Á ¾8œ…IÈÕÃ)}WC°pïìš*ä=…¡úȫ໘OœêÌ-èÉÑð\ßDªæxfWRË´ýtË ÙÄ•‰’v°(¶ ™ó¸©Á"NºH%Ü¢¼Þ"XaÛg—ÖiiF:Rڞɠ4,°<ï=GsŸtyD4ù,Äßêìg¤\mi¶¿Åe³¦â!€Öˆ¥ Öœn¶ýLݳ¬Ä“õ€ÓÀºáXÙjŽêŸà»ó8å€ésœ-y ±Ã`\ Ÿ%Fÿ·ÆÕ/à¶«DÜž{à`ç ØÓÒw>£ø¡­Äô_³Wã½ë쾟(°ë}X¤h<^P¼ 'eª‹"P¢ƒ*å£<”NØ—þ`J¡Sø°Ô¯. ŒÌç9=`Qí#…"k`*¨ÍÔsŒÄeŸi¼Š'Ç {ÏÄ -ƒAÀ#ò`"J¢…¢Œ²™É:ÔI6! ¡C#µŒ™½rí¨à›±©-§’Ó@'áý8ÀD¥ãŽÓAÂQ0ñÈÒ S–V+KzˆÂëS¦œ/ÈIš”Øh%Ò÷°Q^På:ŠÈÇW4]%Wœ}Iãì ¾™A¯§ºÚC@Y0ôžWz©œô„« _¨YGD0 4fmo,FÖ8Ã_`¶´q@Á)®–»²{hìúʸGž;O%ŽN± ur)IU „Øë"‹Ê.²R×é ¨Þ -`¬¯<úÇâƒÞðCá@¬ÀHÅÀ>~°uï3ˆé¤¢*éRˆÚ½œq›&iö<óru¹ý”À)\áùW=pzY–¨ÎãÚ‰DVõfwyå½ÇŸOÎU.yÚpÒoŽsUÝÐ&þná £o ™ziÈ·$³Ñ)åd×Þ“íæ6ª’)x\Xâd—µ÷(1!àr•g"óž`†´ÐîUT‚éÊ2Á¢Êaô${Ò´|Æ€ÓhçÁ‹pâà:šW2¾È;ØQ¼¨…':Õ¨ JY^Ý*|Ð+Ù¦,lbsø©bXöçE -—d´Ü=~:d˜êZÀÈEr¦7„ wUö&ûF8šsÇ•ˆ-È>ßõ¨á^K±ª?÷ÅþÚ :IlnÓ<·¾›VCiÃ:úŒƒ­]Xâ(Á–AŸØ¯=b´Ó6Œ[8½ÇFe(ÈIÙZ„´š·ð9Â~É^;o½´ù#±»CœÔ¥»C½ÈÂ<#õ+¬Sñê%ŒÀ†g‰–Y ÄzV]W© Õ¶°Û 뼂/èãO -¢ÂН”UÚ½ü:@,ƒ˜È*ñkÚ+SoO?èÕ{&üáf ûB‰©ÀÇl…ò¸âŸ£ HM{©ôD¥À4LQ÷pa…–/ë—‹¾ˆl"µò3Í4ã\Ü´˜ $Zö—P0SËXì%»ÎSë–±çnFZ"µj¿íC¥Ï¼>ѵ¹sL«-5 †L´Eí1‡¤p¥Ãò™Ê‘p­±xž¬Véø(\§¸ÿÁ¦„ì)ræ\ÍšQ'0½`­Ä$€õ¤ z¤hYb<ëÇP¿9[tÀüå&’. -·=aÜ­ÖÎ¥…I@‰h[LüÖêIm‚…ýýéÜT€ÈWy AÖdrÃ5@,Z"“ b¯³\ˇ¼•&uîx'ïµ 9y“Z(°<ꛪ¹FŒJ=*ƒº_ÌC/¨! LÑ«Í`š£×i¯%m¡Fªo÷)Œ~'á(ÊJþˆÀ€XàÁ-¯£‘ -UÝG1BµbÏõrG€XšòIÙzbäí^`+`¬DÍ ý‹G!hˆD“76b=„Ì+I`8³Ú•çw K ›p_RRºœ2.˜ TG‹BðÌ”§ô¥\iÆÛƒpZ&…^²nˆ_0â_öËô‚3D¯"Õ,‡5Fp¯5ŽÓã뙓p§?Ecà_6.òôÞG^"M ¨9x+‡‚å£é0õ Pi5D8“^5-'™—o=Ê gÐPº*{ÍÓ ½h  Ì  ^ 'n~Ò½G´ò!U}Šu>ŽúI; ý=ïôÛ”³]ED¹ :"ï1sDö˜×UR#ù#R?¯‡Pþ©;Û)LâÂç0ç(Ác Ëõ¬yS&¤¹ân¾Èmð¿è¼¾Uf¤¶÷Ü0ZC‹ú£Ç 3tœ×0䪉œÏôeŸ,¶.g€d«ZàÓ]¡:€àÄ6~a¨^trëãôH§Ç%K­oCj}¡ªM/=H᎒z`Î s™¬±«S÷8u%ÿ¼õh¤í @êõPû¦S:Šûªåñ¼úQ¢®Hž,ƒ-æI„\%5¡DN8QãxëpÉT€¾Ç¬ýÍaTÇ%.1¥·•=¬AH–3úà9T™Æ/¦¡HâDÞUjUy®ê˜Æ×U=Ù!5ybK5±v!]T+ ¢RêŽB.EIäÄ*$LH]ê÷SI@.€48¼QPü´‡ úÝC»&ªNŽÑ=@µhõ„H5T_õH ÊPlG¨—gÂýˆ´‘ Œ%røIìÝ­†ñ*öó*öüÞ#N0Ø£6׫è5×é5â‘ -ÓßÿÚ_‹{ÅV8|Çõ»ýç1âÀÌâžé­äQj©Ù¬PÔºP«à±õ|0›X˜Ìàl?Ò{wŠZ÷[O´ì¨*Åߎƒ}üÙõ-JÀp -ªÂEõ墴_|Ò޸Ξa{‰iá} +Ók˜\á‰ÆDÐu Ja?F… Âìï=î{WüÙÈL׋ô¡ëiǤâÒ - ±åÛlD3°C¿3þ<<{͘(T$A&²Ó­Ù›*µH; -4¡£·7V -ìX‚Uð½GÜ«p}Úòüæ8Wðk¯òµô#×`Ê)+lEôÌ´Å+)‹Ý÷×®ó -½Üí^“Ú¬¨&fó - ¾#Ò,Ô4T°äªÑC®Î. ãC5»Õìôq[ißÇ©ìݸ æczXldа*2€ “l;D‰!‡X‚Úi,ç<-*-) ‰ZŸÍÞáÕ£À¡Õ:ú]™UaS£_j)d´K‘¿£…åVÇåôèãaˆýh¸Åq9_{I ް°4‡<ÄC´Döæp¦^¿ëÑÍF‚è½¾uÂ'M-Ó%0 »ÉK™Âˆ¡2}ìapG/¸¥…`Ð ÅLN} yõP¡œ7£—N)Œ¹R<ÎQxBµ‡¥c°}}ˆ¢†h²ÇQ&¢dG‡½Œ­×‰BÂU¦® "Šœ^C7åœ(Pî@\Jö¯6uЉgÃÍàÙ°Û¢‡Š¬M¯”“­Èì!t»FÕ -fO‡ÑÅÒ¸w7Z¦#ãCA±£l6¹%|×ÄIÞB™óžék/5Èzh-@*–ÆÐ‹ëÄåuûÒ¬µ£…:fßèÛ;²!þ7„‘Æ=N”›¤BvÊj„)½b÷Ö²†ùMU¹p}OœIQ.ýQ)=´=韞t7gZNCŠÀ -Qg=­ˆŽ‚!íOhuFf•Ò!á…ð¹D{¬¾÷øó-lÁQC^­Ø¯ÇyÖåÝ }¬Ý«’‚Úû*<¾éñí²ùÖk/?Jü e],!ñý°†|hh»=ñOŒ‡Â‹%‡ öD¶2÷‚îå“÷h ïÑ.“ - `ä¸Ú²ÐaóUDvOÜËØI‰µMÀ”e[H–—²Ä4†à6©šy¼M™jŽpzªÌX)$Áà­á¯'•ɯ)§}óu­&Œ,2ØG^ ò‚ÒT@q,CÀ~pY7á æ«¬™"æ²S;}ÈãÐgÌsÓg vÐé1£Lýè1Ov{ÜÑcÜ7åÝ‹¼Ía0&Œ{^‰4\TC*¤þèqü÷No‰AFXÆœš\=°TQϺ¾N¤4L²¼ñypj¼•ÐÕ F3~Äê³¥,a©¦åf¯ThA¸n›D¡Ø$®(Û¢§Iylbõ¦ÚÔïÜWiöx¨Kk¤zSÇ‘„žøñ„tý¾/ˆ1q…97ôiz0õÅaÈ`í•xš™1oì˜=Úã‚ýhtÒÞÕ´}Á÷¹z -®ÛC ÊUMäÅ‘N §|Ø_häÏ—Ãr ë´c•Ç¥h5!LjTÓçßPh­ –ã4 =ÖáMQAm1ø5ðRŸÍ] “–Ä Éõ±dS^~ë™L>%sÒ lšBtÙ^E×ÖÊÌÍÀ ùÖ*ÿSØ“a$G ‹WÐÕö"ÍÁš†ÛË"cóÈÚCÆ$ê& êüøšcÁá—/ èEÔ@.G™/ö¤Ì8 Zf*'0–Ì–ÂþM¦éØ.)h‘ -iF÷=G£e¢Er·ˆPòܦ6ü#€oìX–†~3(šúAÏÀçŒäÎP3ô —þæow[ +1øµËwN±¸^àõnT ÙƒÔÆßjRM©6‘Á„©6A ¼…‡ñK…ÃÆnç©ÎpIÁBç(½ÙY=ÏKšçðOJ$à½e¢Õ÷ ØXÖfDOû:C¸=N唎Ÿˆ -žd#<ŸDrÞ¾%IŒkÚë~ýQ §C{–šo† E'×ý܃“¸¿‡w+ã;èif>#Hü=ÁNþº]9—+ÿë&¤¶„=B1¢RxMö«ã'Ä¡z9¸1 …ET§d½•%ÅáL[`¹þ ½ëÕÏðˆTÝÎðr@¡eŒÏö[H*Õ¥A%`(Ì{§¨ÞPD”=‘;lÂòc¶Æ†Ioý¦’noí`âûI wûÒ Œéí—ƒæ ^Ýú©Ä·pU]ñ„6h…㸇R±ÌJ\‚aV>aT0Ǽ’~3Œø2>¾5øžÎh ŠIÄ”íkC;¤£8Üׯ*ƒrÑ‚j·/v æÇz(®æiúO ûŠÑ÷‘L5 z'öeB§CÈφ)¥r¸ózÿ"2Œç8W Šá­F*ÆóT;!—õ •ý[º 'LªtB—¨†XkNŒ›hÃöÄ߬âÜ{FN/ËŒ¯+T[ë…"©M}¢=!¹$è4,&®ûyüÄ+8¤SäH>¾TÁdp 1‰fòX`ùLân àqc4.R{„AИþP‡ë#{=’BÎRÆî#µÀÀhŸþ.(ÝZ|–áÖ -¤Y'²Î"6?)Ë*î–ÄŒ°Í~“Ò+p„ߑ̶XüÇÚG…¿L˜hx¢~'Þ¾4¶v„jŸE»Ÿ%¦7›?':‚EÚJè½^õ³yÔ+öueö†<3´ÑB” ¢Ð¹ƒ,ÈSB„Ù´ƒ'ÚF0AÔÚ_5XWÛ½ùÒ[ÝwŠ8ÊYWÃ^ÉŒÿðw!„™GkTö>fÛº,| à€âáÎ=ÂR}>7\ô€Û—Û™$“…qB.4åö;ø|ýXŠJÄ åÞÛ/}˜Ú;`£E)´‰°;W¥é õò½>3ô•ÃP|ïœê!g#†N¹©°£ë÷„ÌI°º -›öòÿ³ö.­¶,Wzö_ÙÍò×8ÎŒ{6íƒ166îØn„$CUe¹Àÿþ‹ç#æÚ{Í¥:„ª´WÆÌœ332b\ÞËNrØ÷àÿ¡±eGY -Q¿mù-4Rÿ&-ð_y² GÇþ=áÏÿñ‡ý?Æ·¿û7ßþÇÿÛ»¿ýÛÿç?ÿïo÷ïþþ¿þî¯ýã?ýã/ÿ~ùÏ¿û‡üåç?ÿåÿýòçÿõËøÃ?üõ?þÓŸÿï_â¢_â¿ýñ/üÝ_ÿø‡_ö%~ørÏëü -{ñ¿ð÷„Û?fìÿ®øQ_°g éd;!âý)þ¦~åùä\@0ÏDl)WDxcSSw&¿Håø'ôø1mBËXº 2dJíUu‚J{´*®QÅ[Vøî^ómyVàù)ÿ]r}böÑ7îÙ)åakÚ<@¡Ú‚a¤„Úbþ¥Ù.WC9þQ0†6#û@¥Jg:âä­5?Aeݳ휶AD²¦’ @ñùÓ ý³âƒ†):f³pîdvdù˜RŸ]V”Ã5cF…g/¯}„üLbܾ n´ŠÜRA ] 8KØyZQ{PÝQnù^>VÞL-ðö›©ì.Á|ÀV€8z -3v[!Ë ||é?½Fó#C¬:tù¶×ŠÔ=ròι(õ`¤<Ô âS½†ß5:6kïæEà=Þ2<“Í&0ª[ÌÐñQRãMñà)~+xùÏX#cŠæŸÐ“_-°ÎBäÕ¶þýœ¢¹»r=ÇDZ™Nê˜zSˆW~$ì'&´¸®Y*X& <Þþ€PŽ_|ÆÝ¥‡áÆÃT¿¸Çßp5Öÿm€ä;­B:f[%a³á1ü£Z¡/pW®B°PBäṄ`r9`©ƒ(â•[ SóîØ¢=>è5%%~PNŒÔC˜j˜²‚úDt¶(_y—.߀L³ÒåÔdò =FõÕ)ÚÐy¶[ge÷«¾ï„&.ˆÝ·÷¾Å¢»ÇûÁK8_¸x’¸ïÄîúrV\Ò¹åÒÇR”B¬C#íoå -™`vÝüûPþ†‹Ä–+ŒÖð"›øO@l‡õ°³Ù7íÝbuo6µ„€$?+Ï“­?RÖ(»€v0×PÇ8›.ÇÐàç Ô\R…`£}‡›½9}œaǬŠ(©†­JRî'ȇ·ó¢ :“ßlfÓ gy×&šG…Ê–¨ôO8Г{¼Ä~)T+¦¯ºú¯-(‰>S Çê6Eð«MÚŒm Æàç­î„ Aîc iá‚ R øç¨¨DÅŸ\ å±~àÔ4š&ÍeÚDÖFì¹Ú‘;s$-Ê7o)³¾‘`/zóg¥¹@O ýŠŽüÎè‚S6ªùª•é«vßÑú È+ÖM^ù’¯üçß©«0„521`Å@´šc‰º˜OHâö¦y.8mÆ‚SÃôH¢)å@R@¸¬Í=Žk¼Þ…“—¼Î e'UWW o¼/ü23~ÜŽÄ/b$E5?`$*\`IG”bd¬«% ›Ñ÷KõiQ¸a Œ0 óú¨ü}GœXõ1–Ž‘>ðúµ—ôx%­+ö²Ëì¡xœÅ*Æ×ºõÏj§# Êæ -£+û>˜8,ZÂè͹ÑáÂÊ)h𨅚!âñ:@ÌqþN¬Ó“lñj{-¡Dú8Õᤣ -¸â+(ÚyPW|—DßaÛòJW˜…G ]ÝίVîAê³î$0F‘b øRÔãÛ¯¾$?ŸwŠlUäs#‚žŠÊÓŒ·Z¢5ðì'+º~ÈIŽ´îãÆ® - tÜi›Û}=š¦Áe‰5ÞMø<@t€Ðµçƒ–­[µüœ”ŸdlÞ²¬#* áØ›µáÆI²õ:à¦BÇﯿWîÿ*·ÊTø:‹9•Ö/e¼×hÂ;¢P£ž[ ñ(“°6ÈYµ\÷îËú%ƒú–"~–ŒC dN‚–áA] -ÉÊÙ UJеhÈÞÄ«“‚íµÜ]tÿš -<6ÂZFýçßÈ–¬ ¿þ&ä¬|3]¿Â.a>j~œûÕ´q)¯¿aû¶( ¶èȽþ½÷ÓÄcŸ?‘xO?ÁN†ï´5Ja–ë;8ÿ.Í{„R =Dù _Ôx9‹uCàÎßôzi>Ä¿)¢GEþ É.[±¾Ä]‡{†õc|yùëß=øÕ~&ÿ†¡/Bµž©\QžœçÆä¿j0›Z}ýíá¡ ús‡ªâù·Ô¤Eœ¿IZÚ± -Ý -IˆÄ‡Œ¦¾Ë’¯°ê']uo/¦Ö¹%OÖc[ÒÅ]ˆÄÜÔKÕã[Ϫ¡ -²@'¾!Ÿ(.ú“6ÒHZ=Ññ›$оêþ µ6})ˆv.Ñ¢{^r²¯‘…¾”{³SI‘òîqç *°cˆ xÙÅr(0yÀ¶V}0ø÷ âù›r”í½†+€¿ðï@°öß¹[—YClT^3q6zúìT°¬ª³%Ä™ ’B‡´÷BØbqûrY=± ¬ ¹ÖÄê^ÑrH%¢Ù€Aa«´O¬ð‡sËý¤µv’¿ÂòóÖžK GpŠËÊúPå Å8M½ì -­ÊtûBÊNŒÈpɵӦG1J“ˆþéXBÃ8ësñÍYÊôô ^¸ü‚½.Œ'¾l±Â¿ løÄª4ƒžÈ-ìr)N%Ä®áÑNåÙ@ÂôÊæ÷=Í­˜çߢj¨Ëý-g‚o>ÌOP89«¢/¾J… ôwýÎ{Ö*ì; #«”¸µ‘€îdn—´–Û2{›Ñëó€Æàxc…bÊõñì¤S‘Áq -AÉ© Ù¢‰}XžC[÷óÀ'·ý| î69•½eqW°7 ©eº¶NÑ![võ ¾ðMYw¢‡÷“©õ«ó€ÑÁ{Bîœ!â Ë„¢SØhLÐÍï ûô]mf gõß.W¸%Šz]|aÛCí}ÞVõŽˆ‚fÓX¿‰’²­ €v¨)ŒãÓ(×ÏÜâDéûƒt9sᇃ2¨ GÁÔ¶>àÚj‹F<÷²€.ßA äœ×¿&|òOb[@ίOB“çØÓù7%áû¤–ço+z×bàU@ gÖpûÒGuFõ®wÜ?œg­bçÄãþøÔ -U¿NÓ…œhÙcÞ§O¬MÑpгôÔ^À„wjwd«Š¾ûÀ6H"\n UÉG‰ÀÐ|¿é=!Ó„ÖÂAüÎ=h²¼z@ -!‘c:ÃÙëˆLˆØô˽̰ø%˜îƒÈ“Š•Ç•²ô½2I ˜È5¿Å Ðã-wÄC SË×`”Àçn´Û¨#Òê·•Ži~©·ƒÙÊ5Õ4Ãj!žKÕÑÝ?:²ôým±y{ˆßHˆât¯¬>>õ¤„?P3â -E,moÆ%âx>Döè¸æ†s2îjW%>D`²çüûÌÐH@÷ò1˜éÑÈ&v ‚˜´÷¿¾•ç¤ÒŸª€+ñbäÓÕ»¸7\Ò„çãßñ»0ƒÿnŒ¶CzEZd±wBæÑ… -jÈÎRm·]gIâ<ŽTðj¢Ú8@~ĶÈgzÜ5¨)hqÇ'^F…4 Š"ÊÞCÆ'ÜûöG¨É30]2sóÀ%ø Èú_äE“˜œø¹é‘yŸ0÷Òøº Ú"L3z´xAÆÞ+;]ºñ:{Mów î1Ï h8CsË·ó^Ì„ÏY-3¸°<–Q ßEC]º˜!€‚^òÙ÷®Üaq߾⠸PãÄwHGÝG³9]®å—ž㊅‡±>šHÍ<5 ýwe£çíyòö€!¹"1‰³!­ØÅóån?Á×m„ýP´÷úÁw]Ñl~?p‡‹Üï3düá`Sõ?Â2ÖÞ–^eýl‘Ðàâuä5èE"{ êuTç¸éå#0—WK˜÷, #üߨ¯1IÓ9¦·ÔÉHxXw öºkye6|ÓÅÒ+ZAØûuà÷§øWTG»1¯þø滚\ï»PªMnUµÞü°”~>ÍjKWJü$ܸB-RHɇX\ÕðëI…ÚuJ¸ï,€yšÈRbVÊz€=ÞÑ>0“ÛJJN -M!ÌPå¥V™•Š«^Ý}CÃ"+Àš;ï´¶=çï– ± -ÐqhÔëA–E´ ¨"@Î~O\:zéLäŸfþiÜ1¤¯øwË×üwö·ÀU‚‚#li÷¤í=Éü[eÐÕ?“çy>¬lgÛ¡|¶ÿÕå¯ýĉV•#ñ~²jÑãáŒ'^¡ÎŒïªà¶ù“ù}Šºño´ª(n/Ll§~ó¨`Zìõ3N¥ýo,|Æð®DGÈÂJ ?Œ‰¼æ¾‘ÄFÔ§ ˜Ñ ÕBo¯¥|åšve+ð-”ˆñ™í±(í±Îéóïçlu…ü¸Ê‹÷}JÊkÜ®x¯”P ó|f¤\-¶ÒY)hvx ØIŠÏuŠÐyGtöèUxh‘¦ïŸ É'QðŒví~W`º¯=ÂÁ•ç«}:šÂlùÆaJsótj‹Bb˜ÑI§ÙˆÉ_ÓéÄGpin¦ é§åˆp6ÇÍ(ž«<¾ªk\‰Ûg”r (¬ºû]î0mˆ» øŽjãçuçW,(•Àr8¡Ð"y5†@~Eÿ#‰1ÞuxR击,•¡‚ÍÞ'õGïî¸üý±¶Š#SÆ· -¬=V?¤m<LÈI?/[IˆË>ŽÐ -VFø†üz\˜Æâ ÇR×QT¶AŠ þϨ˜.üq+MéuµTˆ/nŠH¢«_ü›û -þÍøx¾ákˆ`¸×ÐH{â7ìè–òðêß.zþ•»>ÊÑBÝÇ¡Z˜‚ |ÑŠÁ›hÿ°Ë¤{ˆºxþÛku>ÆÔ€0ûù7ˆã¢±K£–|Úmy|ú²:‹ªª·$U…™Ýâ>¨î%VŸ¢ --6‹ö>"î<[Kƒ‡ íóÅyx6´;¸ûw 믰M"åný‹R jZ&¥ÎÁ£îPßáJd8„+Ñ~5µÐäiد†¾öH㘵]¶‘ÅÇm¶°n´‹UŠ’Ÿ~—ç‰ÎTì’#ԥݯ„"Vô¬%óS×1 ï£ÐkíÙQC„ Ôxœò„Ó`„ŽbA®“‚àÖS¶—ÃêÌÝÑé£Ô‡ë†y"rK€„J³ôŠpóÂàíÖ±—¸Rš ²t}\)v¨@žaÔ3ñˆÐõñ@,wÈž¼¹°´{4ÁÀ¦Ñš#B7™½:+ZEL3¥ %Bl»\e©¯ž•uKS¼(T rÃÁûÚ¾1È„€ì…åü¤·Q³%1¾¯F˜¥ÒóQ Xá‚Ì2ëª;C(oÿnóç¿Ï E 5¢X}*?ÚÙ†=| Ÿ*UìÝöõ÷ëÎ__()¾†CÕí®?ä²—¬GáÂ\²=ï#^‹ÕoüŽT};ì,¤ñ(1·žâWÔ–÷ü!WŒu”)ë¾{²÷±Å}<†8ŒŠµÈ³6a÷†²#¨¸ìM);,ª$ Óv2ßQ½æpo#®zn»ûÐÈ}艊s½Ï9ó€¿î¨ˆF/õ›>G®§Ôgà öq{Ž#È˽‰+!ÈÖ23à‚á«w)½Ú -êáQ>ZØÆ§t‡&8o}5âÎû¢ÂYò?R†–:nôJ]?‘îOħ¥.ÑJ]"á)# “~ü»³K Šòvl‰2í¬}!Òy@àzºb!1Tˆ½Uý -HÕ€æ0¥¿ÈWu슻Ç ëc ŸÎ×ó‰¸e¡%\Di -»–WFÆÝˆ®E¤?F@œß˜]Ñ»};xLXDW\*À0ãûwžDàì §å*þ:¨NqÄQÑ&,"6Ì"÷ªë}Éu Wñ¾ öüR#RzÿÂ5=ΩA…2•èʽÔßþFÓ@!ƒbN÷žqe!Œƒ>î¢Ï‹—¹ð©è‡î!¹o Ýè‘m¨Mko£4¢ Ô¦ÞAwU‰,Ù›¦öE´ø: ‚qT`-Ñ÷àâ*ê-Yh&Du‰~í3E¬´zFð6•‰o¶ï]„¦–2C™ëIU1«öèx-õQï¹#ïgi11é[Õ̦x3ªtB¬(¯Î‡¹ tLpïÈß*ÈÊE÷Õƒ 9ν© Cø‰tëŠË<=|鯥åtƒdÅq‰žþŸÙQh–'}_éð¨»N«@½¢Ý@‰ý…À’Ó:Í`òÓߣ$zE®‹Q BœoÖC‰Þ*Ù6+Wø”}ÁdŠü0‚bG`æÓÁ„eu—>È.ñÔ)úŽóu ªÚ~ÂÔ{×N8€Jè;¢éÝÒ‘ -DIä­ö²/Ñß„d‹wÊ…Üò=±ÀЦå 24÷KÚ9t‹PDKÕ@€Ì(q¼Ðç©Ë”lë—+2ô.(.0w °qE÷ëyÞÙ3‚VàˆÎƒË»ƒŽ=1uS•ÝýqBK¥½C.@ŒÏa¢°ÆA*Aˆ©d™ZÖYZza±>ƒ%a~Qô€ ‡E×x[D¨sÐm‘Lì§o­ÅCþõùWLvØ:_¢ýoÕþ[ÃwäìJüûÈj "÷¥8W£BUÇ^:© -[u=p_®¨ZR}gâaÉu(kóBR6˜?½pÞlV§Ž;»N6fQ:z,°°êð‘’…ZòŽÚôŒU oäîé:UË1fZ~Ú#²ðÖä‰Þ'î.%l -à†˜b -/I4uÕdþ„„äèñœÅ‘'!dG-tPt‘ÞȦXG½RÇ@de|°•i‹-KõüVVW¤ýºbòFýc"l’í³ƒJþ=š™÷ñÃS8_Ö¶Ú$ITÂ1ZfF©™ÈDìäÖÑAÓTRo“×·Jð‰©ÎÌ[I~åBmâFúqûG\ÕGN÷h'Oi·óu†ð,¿$ÃTTP'/ÓD_÷Õ3å´ôqèºã*CtÄß÷W“®Ð¿Ó¦^ÇWÒŒˆñJY„Çi— ÑsàÛ%Eúƒu†{IξJè­`ô)|P€pã–/Öfv‹½ßz2 ³4*öÆ1ü|‚;ŒÆm{Bª‡1ù1íЗ{š¢?A+PX!Õø†Pˆ{zÇð'¤ålé‡ÊmäoÚ­oÅíÊ÷É*?s!ÚÈé™{´¿X’^—ƒ™[$—“—7½Ó*FC% -¶:ïsY‘Öôœ:fò3ºý£ÄjËAfÉïG³ØEGë×ë“¥- jW,ÁÄP숉³ÃPïf?­\þ&¥}¤Œ)d˜¦)Bº"‹áß/aìÄ6Õª\á^Zóô¯ý÷íñú\?‰ •޽•ÒG‘¤ñ4PLúuq,б!ê¢LàãÞgÔ´BqzÌÄîøe£„2.Lë'v—>,¢±÷'^B[e F@,”n±gÓ|"þq÷({ÏtbŸF߆0|#Áð-À# R_ Ȧñ¡œx4b&°”„j|%f|fH"„Xq ³l*—£ 6¥~ù2ø¸i¦¼„5yD#€ÔMQT´4@QJ_=Úøˆõ¨ÎoüŸiUF°ß넱#5¯îTBfØ互©Ñ† )dr9ÆÃ |$Ÿ£Ìq¿L(‘½*ÒP¡§&&Áå;„OBe¨¢þÁbüD€÷äJÊ‘±Q¢è²’¼òå(ý Uó4>ª 3´ÛCˆx2ŠPgÓÑš³¢7Ô>.ÄóF -yµ7 î}Ù™þ“WzB,YuÌ6£ ǵ¤îrPvø\Ä…lìmžx€Hf힟mdaCw -«ëÑz°Fİ—L«À¼{ -­Ðê€À¬C²˜ÑTµK5v:¸Ãû¼Ð“¦ŽÏ*a[[¢K_lJ¶$PÙžò8VëHS;”1Ä:×0ÍÖ­ýN·öìo:ª‡S{@ÚÆ -+ÖÒÓèzOIJŽïfñ@³ß©Sçë,‘Ìí 9²á+›’„YñeÄBt{ÒóÝæžqY8;î`ÌþÓLkzeç…'¬KÛŠ½×‘>‹…¢>ƒ]¨rTW–º÷+/àå3’ˆhqF¢]ó]ÌÌ'ÀºNþ5ÈÞRòLPdMBÒ#>-» XZ> ,ÚƒAÈôT£¶0W$òKDÀÅлÚ1i¹«Æ(zXYÓ±°0»r©„ÁaºÐm]Y!.a]Ò]õxLˆÃp?-ç}a¨Á7ÝÁQ‘ °®àß _µzœõÑ}ü~Ùù¸SS)ΊÄ=V}-=ƒpgè&–¡Âz žC*’ª{öÇ8ÅÑ•«˜•ëàáO¡­âî#ü3&‡üyŒ•ªÇ_8¶eY9 °ù‚î­i¨ÒéöΪtÔÌP%®®«Q£Ú×|Ä•¯¸Q]fŒëwDO;šy՛ІIlчä~®+ gƒtCñ•Ê®x5 -èáU/–;GaÄ M­R©ªI Q©A –Œ+&ŠEzd¨ó«>Á"LËïþŽó 8¤È…WÔ Æ‚_]Ã`8œ*[uâ±ýz³?TÂí¸W`rÛhÂÃ0°èY–„¨¨²¦ká“to¥Õaâ+8ã¨QIWÇådÉFûú‚ñƒŽ/n:Šà‰âJñÞÌ9uk»JHªLM§šÀ—.=¡kÅ~ 3ûp=&¨íÈ@œIàÄD“jåà.ð±ó†P×Z©^U‹ÞÔ\Ù‰µH|¨Zį¾jŸØçI¹ï)ëÝþ‘¿U㉌ô pŸ}´¢²<[´ñJ°xv8YÄÌÃ6@&™U»Äu¥+¶ßpR¸÷^«)š¥‚to$Éä—¼vLu„cáthÑ/;s³„tŒ°T† dÐ,7NÊüóo\ (KºÑ¶×•b³ u±jÒ\FÒ\î Û†TÃ~5D$µ‚݆€¹e¶½ÛϼÐéf•0tÒÖÐ%+˘%ÈŠ’ص §+$;˜vÆJOªûE|“N):Ö)ª Üö6¯CË6ôè-CÌ’›’B@ÒDrcõ"GœÒÔ¸Z*Áê¯|?m¤ãFÂì¡äêMˆÊL·WØûX:ßÓéµ2J4ÎUZ„ÎÁÔA£|†8M‰¿;5÷ß+ þ ‘QìMæë¬â£B{ŵ›÷ Ò²?ú'Âîl7’ nN¨/E—-<ò`/‰lq¥™Žt‘[‡K_É»ïЧë7…ŽˆF8töÃÌÎ>ZçàR¦°;k,dâªL-MÖÉDz(¯áA%æ1Â,4”×.>ÏKôHðÛèzÔØûÄÌ]=Œ>ïP(Õÿ]6§†>Š:¸ˆÒDy’Ì!˜k0ëNŽáM(„ xñï¥Æ‹ò0´l:ÎÐëý­T±”Óyß%´döâwòM]Aíj˜/Øêñœ¦a¡¢ -§ëî·ÐªþŽ= ”ËN/V‡Ä¾NÄöï“vÃ(âÀW¸Ãg(ú8ØÓ+o÷¦dí'o5öº®ïgjB±™raSCƒ‘ÂôSꪫ#SDÑÕxÞ+F¨úÉ¢°®{Oqmˆ#dŠZ…Tàdj-|é­ýô¨5¨ÑÕQÑÆá™Kˆ 3Ñi•ý¸å¯£È£Ð"Aû¾)ò H{:1‘cŠ.éêLÌàE’ÿ~]I<-¦Ên5”ÝСH×[Cp‰Ð6`׎Ìvüd©W8â’ËðÉËR~Yì¾} ÅVÝ”r„1® ·$ïuõy˜±òÞ2Aûء֘R·ÎÆŠ{¬oãwʼBH&Þ§EÀUÝ£¢Y»„däëý¤–=®=åÇö;“,´ÝX 4ë4Ì >ÐQ3Ʀ2è¦{#e|¿N¯ˆ¬Rn-ܼC°}¯£àCavF%Añ~Výäj^)¾ÁÄ9D}%s#·¾»’-ë=*ÒGF¥€X˜. ùŸ¾ñs:ÙÄ€߬4ut'¾¯Õï¹W•¢;öäî¥{G­ð«ô0C}Ô/™Rf$ˆ¤ƒ™˜Ü°ˆˆ³Á(±í|£ªe®Cç -™Ùi·EC)í;q Ó†ìé<Ò#­”?À†2A -¤jqÅÄkDçl$yˆ>øñýˆ1D§ `º¦ ž-͘w=å -öìn¼~Ot•#5¹B»r/€EÄö¢7”ZÈ`ìOñ8]f—ûå8„s“ø¿ZŠeeÖèÝ+úÔÔŠ|WôsÀ¢`F ¿.”މ(È ƒÏ-ðß²½þÿýM –å‰~ÅÛ$þó…—‰Ðæ"‚ Ìõ4·Ê8%ã&çl3/äegèm”àe«X—` ñ3‘ãny„U+\·· ÒŸ­‹£Ê+Rx—wÂ;(+b®¢ó´;B!Ž@¾úJm± ZŠUáV­à‘æ±â2ZÑ„á¯â'd/íO@hý®åµ(7ãz‡NõÒš|‹T1±´-zÇéFd>þ>V§Ž¹R5{¯Ík FD€Ú PO´$çYQ³Þ¡ -Mž•n¬±Æ–ÈVÁÚÇ?¬Œ9Þ -@èÃ2ÿ/ã¶÷þŽü’:¤NBGcßjè¶%„Ãðmú±­<²åÁa«~(¤x¹Ló쯴Í!÷Ý@E¥Áo7,>׿†Åëe_XÇÔ"Fƒ«Gê뀧S>wz¢Œùq°X{ÚS¤êçý à·-ø¾žîíà›@RLëhçf;p·Â -Êõ 5›½&Pä9ïVÓçs¿~öfÏgîàtâÌè3º»òZ ‘LÇq §í|di9¡nÛßÈcö=@ÀÈx{áÓƒçAw›þfId¦§{™ YÖ‡ýÚdøäÔ¿´õ- ×>s¶#BTt䃻ÁæiX^³$c¼³7ZîñÃÛ߯·Ê·ƒ5j‹X¤›½!¼ÊxÆ´:vvfÏÊGžx¨ÓЉÚóDsÛc *îÆ¤xUÔu«ü|à‡ùðù`ÂBø œMïÇ üø(† %L&ó±£9†‹i"¸™\ÚqÖ†q¨Ç¹€º¡·³¼OØXþÙO xMÑwÁº§t–$ëC Hø»vuzj×OGšÀc@8®Pó/–‘š'_”{DÙ󤺒rèzÕ ¾ê:ö?ÌöóÂÖþz\êDh1½:Q{ÅLýrEO;¹!¢HšsDBÄ•×àëÊT.ÞžŒëÎÊb¤t(§h ÁšKW‰=ë: cFué.K[lyKä*™`ÈXa³Ô}šµÿð‰þÅM÷_Œ1þ•îlI+¹Ÿ¬ÿQ¾ ™}q îï”\hÁ‘e-À%Â;вÙþmW ÙPk ( çyŠ8ß…r:ÎT<ÃÍ‹üœúÄ,)ýILg¹B>©IUM}¿s–è¦ã(†ï×YþJÈh.­øŒ5rÚú!Ò³·;qîÈäÍ/˜"µíÅÝ™ƒˆ¦RaY”aUKSö-ë7εê"W0P¾’l9ZðòÊWjH¢™BK(ŠÒ—2ý—juÌ ø¯~@Ë5"ÿ}p‡|‹ƒ‚²<`¿ úZ]átzE KF ÒY˜X![q9&„·Èª'®×²ÁMÎÞ)d÷ @^ ᇸ a.˜97JUÞß±#ˆ,¤ú# ZfÁ£ôäfo£zö±¡Î€–Bg\œÁ­¨B(!q·_ý°žƒâøtà÷Y7õ©’…æÙ§Qr/u¼÷M[¡Ñdä´†lÉ¨ÔæúÛ(øµ‹¢Á±‚¢Ô{«ûj(¸¨ ›^å¶=1 s°ØŒy.t…Æt·'F™Ê ‰æ×)±‡…²½k—¨0Af€÷²í¸yÑ™îIQGsc]ãu!Ð>Œ³'½£Ç(ÚxžÇæÔQÕgdÄHÝn•n'@V6[ ŸÀõòËm9M÷œZ+:ñ6ìö •(…Ga§C›¸õêðí[߯óÕˆ„DîQÎ2ðyðmzó˜ϼõ½)®Ç´}¢3 -Š;öNy|…µ>ˆ-,a_‚û>œ^¦u€®ë‚ý„y=_Û¦éÜ~dÄû¨ž‰×ÞsæM&æLGU4/6“` ˆé‡ÔԪųê:ZBJP´ °ãN8íÓF›mDSTi^Ú©õùb>P'Ìâ„Ìÿ°|“c³W&´z½éüû2_#1v¡Ö¨¸f}|„«Yt§i+ä;¯;L¸ŸÒr¯…,ÄúþóRX*l[æ’£7Ÿ¤ ÅÈu +Í-”wÜÖïlXË“ƒ>ÄŠzûP²"Ƭ»-^¡Î0Ò¦GHqxš”8 -zŒxJèLF­ééjs{‰½å)½zÍ VÈÊEMS-Š„-´¸rlÈ;‘u'õ—ú•íIþS8ZRƒ>ô‹”øâ,‚¬°i†âd ÷]0WJ?í¨µß1ûÿå˜è·Ì*Ú¡É~v©–!tjeø‚ﲕÖ'úìȦ´…ýºéiÒeMŽiI±îImøžÎðQÉ»ã Ù¢)(¡ §C–”Ó¡çÓÕ´ŠaÈéŒÒäéÒÚãr"q–QëfнäýÕ˜¤%`“ÂS#›¨;¡ø ØäJ"•óFkDPŽý> Ö”æ>B'°ðèç={ÍE\¾Ò”:;ö;v»ôΊ -)Ws ¾ ã=á -ïAßYP2=jõ(i‰½i¯f_A©,óéXçqðIížô´ìÛú©ðž…²<@°å·{â2ÙB£š÷¼ÿŠýCÕÔ‚ Êd:„ÈË9>˪×röóIŽ÷̓3±ëªBîd¥fž »þô2Àâ_6fðÑâ/²2¦öØ¢çŸ'ø *Ü–T¸å¥/¶è:°.Ô¶‹¨xÃl Hñ ¢yzþÍefýùzÿáËʾ¦Ä ®zO™ïäYŸ¿é¾'þU8—ìµs-Zaî™Bwd¥Y¸ò@îëò2[d¡±ž Bª½¯G…[uï½öô>p†F´Ô;¥w/])¸+p?îTh]î—‹÷„» ™§NâŸ䣋îÕçƒèaH“ÅåMSL7‹j䑯ã<,îØä‘îí›VhNî¯KÒ´ÒÉ„ú¥&ÆuIÑX5Jù±@4S¦ÕÒGJ¨ú;­†õ€–—ÚÌ›Ó=µG&ž.ðIS7T¾ÃÁá}®ÑS­ Ç®ÈÔïôŸRôzµtÿ8ø ³ -#¼«?a,w‰ŒÏû#)n½ßÎÒy"#: -m;5Æçu@îŽÚÌW™‰ˆx´¸Ï·ÛùôÒÕ£( ï$¤­—–Å4îó3‹C0¢>€ßGQN -~ õ;<šú܈3}1€Ø×4ùÁº¿å ðq˶y„¬ëÿY)F&ƒS^vü)„î|>à]™ašñv0äDZn›¢ðÈ9$üé…=ZvÌÖ^írÇJu†©x Ž! ñoz, K)F~$DKZÜDu7¯×Iº@m®`|Ñ1>¢_ º­š…ŠïáLÞRFz¡á©Ù -ÓÞµ[×àEk\*NÈÐò7M땳Î%dFÝÓ7åí`¯) ŠÅ¹uúý8Ð烥à‰1^ÇXÖ4Á¢M¶oîÜ‚C‹¯¤ù‰†aä€]ṘÖ|ß'Ü¢C»zDÑSžÒ7â<𿉖ª9!IG=³[¹_çl!xLÒaõßŧ»ó€"%%(—y¿î°Å´æ>pˆ¥r?FÜ~‰Ñš¤Ò‚& -ì¶’¶C?F¯¿CУ¼Uèð$-)AÒC‚·M;,­Ÿ…`qÓcï+Y&Æ1³›Èy¾F\ÕjP ¬æ¡¡ âªiïMoFú5‡¤Ën(\RÅRba,6›• ZUto^þÓߟ:<¥þñ˜Q¼‚'T½phê k±^ۘɵ/F|µd¿‚Ù‹.õ¥äªuø&€x!¢Ì0¹£ä„$÷CâNNÑŽUà~gŠdÑSØ ý~íw•f?³è‡Î¢Å úam™{ ˜;5Ôí‡æÒû_ë;/§ž^Næˆwôxäå8ÈS~ñϙݮ„Êÿøñq¤DÀÛ§[Ž„;D% Žd\‚š»>€Œ3õÕŠœá9ð’µæ»iøS¢¿ÓTeÞU@¿OaXºò¨g‚îq9"§GG« tMÿ õ¨ËGñR2óg‰>•4b¹žâÉfjÈGUg?±ëø£h#‚Þ ¶Ae™h îQÕâõ“O¿ò=ó<$ÞÈŸ¦Rµk,˜õq^™[:“ŽPµ¥¤Ç§Ù?_Hôçí)-«8Û Rk\ Ãý~¡%d{‰D¡ -)[Év È:…°-£”r‡tÉuÕœß8­„½M6ïú”¿²jT7»b„©K¢éó~i¤Þ¾€¢"]‹%én«Ùa^ÛwÊ]Í–ð ¾àì!P—ÑO”°·:ÃÂNN9j5¡c…ýätRM©ØÜwƒS­ìt¨Iº(›Lr*A@~; ã•LóZt^ GÒÑäc K9ÃWçHNϸãZÎ1eATIZ±8k?Љõ2½ i 2°€€ôçÊIaµo‰äìžpÂáè‘çÇÕ:ÜaPï!?1C ^ÖÞþÁÔ…•t?BûXÔoŠ*q¬Çg¼µý÷6ª÷/é{šÅ ‡CNÏU9Þƒ]1ŸÒå‘ïÍ1x™UëñÒõ²JšßðPü®â”Î}ˆ8ÓVÓbÝ]¯ -45·=FÔøBó—xÃÛ§d“($Ÿ¶·‘ãå ~I×ÄÕ+kÚÞ -¾þPÚ _nBJÇÍXm£–·#±²Ž û=G/’êÏ#˼ë)>~:¸žÀ“‘³ŒpN 8-¡ƒ"óë[ˆ5Ä—{ò¡¾¿œæÂwýûxj½žÝ¶ªÆÂ­¥ö#L—´»˜çÃ-Øë¨åë»ÛsǨúI¯øN0:ª²]éœa±zÿÕÜ£{-Yá bùNÃkØ–S7¶ùÍ?-½ñú&YõØKñÒj.Yj´¿F”O«œNà~¿{Ë|Ôúìçq›>Ç o‡‡ý]½C‹ ‡.Y‘–ðy„Ïá\àóAá×ȯÕ,ß<á$éuÀ!-²²>Œ¥Ñ-”Zí÷#ä"èåÛª[X'Öˆ³‡hƒhvJ/ÅGfï3ûÙ ®•¨‚‚Zè²äµ´Ž^)d,jäÏ{ÝëmÄ1?#ÿ™ŽÌTÀ”+„ä ½+ìM±÷£veP )’Èþ:]OM¤j$˜#hâ‰ù{À™ª·Ö¿»¡ÞBªBÛætƒ€)ÔñæË¿Ý…&ˆ»¦ ÊezöÝ25ˆêô# ~ÜÈwÿÂç 1Òå©X:»å¾¹ùƧ¿×)Z?:¶®ÞÒØ‡.«,úÜáÈe°=ªR¿Ä´{R‚wR0ŸŸ‚ÍmUºÓY‚­ÁÇÛߟØÖNc뇃G!‹f’n’hmO‡Âë>‹]ž¿¿^999×>Ý5>>gÂ:ÔMÿ@P¸è“; S½#'.Bÿ½£lˆÿ3@¶òa€é ãœÆMÐ/\èu 9Hû7™«õ.Gm?ðï×=d"S–è3gûÀZ2¢~§+yºî’üØÓv;8 5. å‹¿Ïø-1±VÄ/D}ëŠ[Žnh;ïa/`¥-ŸÆÔˆs žà -Wh¤÷Ëûñ©Õ‚”‰(8õ>rÃX'Õ/å®!Z$25âÈ•B;&,3D…\ÄŸ”‘AéYÌ| Ì.ÙÀ.µÜù©ÒC?'²ÀýR4Ì¥ø—½¯'Gú â.Öá·³1âö80O§zecž)×OÝÉoö~;µêÛß[2"øéX ù*‰-²u&µÒÀ$Có«±Àb«Š -†nßãÔv!‹„ôÓîÄÒ^%ݨY½@2ß!9åÂz@üYs0”¸¡|{:­Ž¼›ˆæ¢OˆßÁ{#´á¾êAÅ`p#J§*‘–j~2“usÝœž:±úMoz¸)ŒÍWHß•ƒ|k”«÷[¹/€q©é¾^"ÿY±¿óuüò H’ Þ"Ù‰„Óé î' —>–û÷x³c¦ÍlÑ#Œ¹WÓVÂÈû?嵨=í °·‘4¢¶kÁe -á-3ø|€û~¬!?Ô¼•O­¬ÎwÈíõ;oo–r‘T{)Ÿèî_¯02:ûgî­~ÿ™ìO¦›N׬# üq`Å8Œg‰öDŸî·2t<±Iu»MÁ|jy¡òdX5c!ëaC²ä£,ö<ê_ûRHƒÝ%°Ž¤îúU¿«ý4Ð&8´^aأɼÞËþÎЈ!pú¡œ þz)y …´xÝ †Õôýé=@{ìü ‹æ+±5ô¢îðÂ{î’w¥¿ßØ'%W †KìÓá¶Ò©{© ±ÊÝxß*Ûo¬€þ($ÑJšÂµ˜@f:=~Ù] ÿÍVùoÙ—Iô7ÙDÿÊ“]8õïyBþ?P[ýöwÿæÛÿøïûb÷·ûïÿüçÿýíïþÝßÿ×ßýõ¯ü§üåïÿÏ/ÿùwÿð¿üüç¿ü¿_þü¿~ùø‡¿þÇúóÿýK\ôëOü·?þå¿ûëÿð˾Ä_îy}ƒ_!=ýþïžûÇŒýß?ê T“·H¸ÁÌ;á!¨Þ:3ÊQu…ß(yÐû(F€ÈbD§jUÔ¢ÇûòÞdÑI¡)‹AkNfضO°ìÈ -åýGªm%ÁÛ{³ ˜[ Ö°žx'lÞÛB˜{"ïŒ/Ú¯šÞ.%ºU”äZî%e¯/Há\ îò7G@Û#ºÜuäºà¤ÙŸqѼæývDyòü „÷‚ö€ÆÞáÇšoè {ýi2yŸÞcZ‹,H{„ NÓ9dJÕÝ×­y€¸E±†éùÞ?$n~T¶÷ÚyX ¦†„e˜f4p÷U*ìÈÃì‘qóئ|ÁAëÁ€:ÏW)MÖý¦K@êY ìʃçv#Ñ‹ŽÎeok߸; Í;(¸W‚Ç+DÈW ¿•½ªE}`'ÀW7$|œ•<6ìZZøÒìe “=í‚óCU˜Òz-=:ÙØê\‰õa.ÎŒ"DŒQxñìQÄ’žGu¢k¯jü‘Wиœï ìöÙWu„ÀÇa‚æ}]h/…\á»å(3= -1ߺŒòãûÂßf€¡ßÖ -ßÄü¹´\²'ðܾ¿D¿Áâïc%ìwo:"°lÔÙ¯ÁÕC﯒ -ïiƒRèÅuW³Å™÷¬½ù.î7n¿œÌòü :Y”LQ¬¨ì¶$š;R=÷ňr‡!X¸ó:1ª…%Ö~ˆ˜M©CKí>³¼Œ`åß³Y†¨Px>¬„;o#â—ÐÜ7UC_û·ó @3|%÷Ê5oï Ô½íÓ7Ý#][œƒwð ßÈh×¹gŒ¢?y±Ì ‰l¸¥zÕ8Íþ](ÞÔ+Ò:˯‚Ñ*1½ç‰Ï߀{«Ã(D¦ˆÚÅŒ¯Ù }à;„CP="j¡Ìá´W\A¹;‘:íþRËs(•Å  -¦zߎ+ÊŠ¾º¨xZQÞ't\P -+d4z˜ ï \Žr÷ë R_ØÄ™'Àç Õ=YCöãdÄ1pÂhg«Z " ½ç·ã1¡À1^eÍ~ßOB;m?*<tô© Hoi¨ï#¾š¹o£.h?{Þ7÷…‡”ŽRK&ìtïÅúÎóñ,\-+Ê1bïéUZië’D é‰Õ$$;«rE·Šý“.Ä¥»©öñ<ˆðã ®×1M£ÊH¼Ç‡œÞaÁ쥥 -Õ¦mÓù 'Ù -gÒ&å¥+‘÷BÑåuöÊ<%ÓfmFìIƈ¢ý¦#hÕ3b¬îæ:#@¯„àBi5yÊSô©AÑ—~/%ôDœ@§p¦k¹!^á Yj${¢áâõ~À ,n<‹Éø¾úxS‡â÷O9bsy¾û.DÈr/@6²\†=wK`‡£ê®Òw6ÚÚúÐÂg¿‘¸ -EøDHø4kGÿrvæ ´5Zct¾Þ÷š*>5í÷ÂÁˆ¨ Å$b™‰H2ï¨7‚Œßûñ¢MÝ-@ÛßÐw|­†),<Óé|ÊÈ?A#ٗѤ·Zˆf)DP+>´àèоé1ÂBâÑÅ ¡™#&}{ž=+‹om©*F۲Хs”ÉüE?ÿ#ÊJξå çAÓŽ4ü:–t;½Ù3 -=ÇÆr¿†?I>˜2C¿¹Ì.ܤV„HZN"›™Ë›ê.4—u ˆ02ïHÖØ<–Ëöž$ þnÚ¨ Ã}ë(AßoHót¾ç^ ³°ë…Ë -Në©‘]»Úßv;ã{«13-=0µUI‚Ýý–5±c_Ü#ŽÒ p·*ÔâÎæxlôwPƒmg=¯«Pe̾Ÿü´+Úü”õ=<Ë~øŽX¸Á cJŒØßbßavyÖS.î¯@ԽΕÄìOtɆӹEá`ßšTûæÿÄKÀ4‡FË4g?ÿö«ïÁÏùÚ4„ö.´¿f3¿×‘i T¨þ”£šÖ–ðýVj8hóL$%_œöážãÄØÖ4ŸT_.EÝ -÷‡Ÿ¼®/Ÿ]é~ŸÚ盌¢®<1µ4éÝRáR˜Ÿö ¾YsD0·…´7¶$Ö‹Ä;yYM½y“öêñÓÝ‚ü¢GNãígjãÁº3½x÷z)ØÓNiŽÀšv b_MfúÛ/pã5WJÀ+Î/Î#!‡,¶Ô°•Byôf­¢ã5GÎó4&G­¿S§8±0Úç‘x­kÔÙ˜†gñm~Ð{x¢ñêJt£(0A½ƒ{Ú¿>ìÑ‹Þz«3¾ž -QÁ[ ÿgHi¬Gô'pyü]W^H›¾¡Š˜$?±¤T2[oí<ÍÄ õãýꈜ ‡²š¢êÇ€‰R& &VDɈÙuÒm$/½¥ýÂTJÞib6 ܬõ÷¼-_ -zpùÖ»n…}‡4o¸yJöìT´@dübÄ šÎvòÝ·Q¤¥úê!{F>}󌮥j¶40ØÇ’ž0vGxž­#Pè´4}ßFÄoÂyÜóºdB}q.=é¶¢'j{*!Í›õÛˆ¥£Sx;Øæy«y¡![´Sî$£®±'ûA•«“=£u¶²ÎD¥6.€Ä u4JGŒRt¿Å(Ášª§¡~æûø þìUòfbú’ý0ƒÝ¯ÑÎT_ê;á!™'Ív”-_,á„#Êc>µ ÐújªÛRX;™Ð·„MdCûjdDå¾ Kx礬Ü‘Dhxé©Ü Ë÷tÓªs&=sMúio#Š&9Ifú -Y÷ýzy oR…`4²{úÅ(Pc Í Œ4¼vEåÔß»¯f÷4oÑhek'² óÙVl0îΰ¬âf}‰:à<9 ö´%° áé"u£çóÕ<©´™‰[÷ÊEp¢Q¯©#zÛkCrþ4©fÕ K –žè×hðhHcVªHskM@1^Ew”ÝHJÁÛù«m‘€âMÁrFQÒØ£šÅ)`—ìá¿Q›#j¾X’!ÒÝDöÙÖÄ?PcÁáäÁuxG:Úâ–„Cìc\ç)á»2§£ I;*ÌyËýö:Ljý‚쟼?\œ#¾²,Ë3ãKFx´1.‘ÄŒZÔ›2K‡^Ëóì»zžÅöºP$ç+#µ;Ø.K|§.ÅŽëò@ŠfŠœÒoaNþdçŽ;‚;;h‘lg7 P{ÓCñùöë‘ÓIMzØ hnßé«Ù¶ òòºaocuZ?D])ðl_]FP!SºÃ¨Ÿ ®j†ïnO*Û51zÿÖ•æÙKåÞºXËçHâ_óø‰0ˆõ‰A+úd=<54P0†VM/öŠp/ìv¯É;¸GŒHXÔD ú|÷ÀP÷ãC3"c}}!Œ·£P !ž´G\ÂIñŽU‹i*js|ÙQzÙëÊp/tÇäYç•  <|L*uVªOá.¨ƒ »àÇ›k[«ÖB/뚣±iè%šT!GÉL‡ãaõãb’‡ÍtSl€ÉÕ¼ —56^ïD'Â+é† Þ;Ñ‚ wu¨„•.¼¥"´fKØ’!õQtE~`„g ¾ÇÛćx„>ÖÛ(ÚÓ÷é -j±ª$v|D‰ºÀ»†¼Úd£C·lPÿ Áöň3ÝX8VÚ|uÈATŠ]œ ¢¿¸¿ìxˆÑO^È`s÷kˆâ‹wâå*´¿³µ9J`ÌÜ&ò¬Åy|¿-¦LG¨]ÝP¨=m…Öfh¶ÞŽÕîÚu8W²EJ/oß‚¥DjE·{žýÅ -ôžÒüM5`»Ä• VÑ‚iù›"’¢Ëwߤ×½Ì5Áº°¤à†´—Ë%®Íbfòš:3[8höä¼ã&Åû^ÞŽÇe4Efôüâ$Älh€cÈÜ#„W·äÃ^ó>"í„5µ³ö|„È ´F̯aŽ…7"“ŽìÏyUg`D‘C£­Ì— ¿€Ѻ=‡ZÖ{$Ò¨! ›Ûp“i½8¯(eÄ·ƒrq†¢ »Åoпø3Y–Jà{ïoõTA?BQÞW`ý. N9´} È®dô“’³=ìH¥¾%ù_E£O#â>irÎF°£·Þ¿8OÕ_ˆÕ»t”ŒÈzFdܧúDîŠvºræ”êT»Ãƒ¦þˆc×â§H‰!æLKüãø„Õ¼az'ØÌ€sPoìùÚ]Px<6¢¬Å±æSmñ,6Éû•¦‰#Ò é|”ûáarì^9ÁLÍ£c@Úõ£ØÁúh±©šÎƒ@goî^5v‚ƒ´£= eð‘Çß{eâ.þp½ˆ-kÙü!^æ÷ÕÇŸ|evÚMR¨GõR|zÏcïÏ#P¿—„꤯HõÓ¨–pÈrŽÄNÖUÈY)¸Pä ->L!íö— @·°âö·®„%¬Áïrvávâ32ñ£ˆPö($C=a6#š¶ú±W4ÊÐ`cP¡}÷úº@,ÿE»%yHQŒ+“°".€_AšéšQ!BÛ¤¬óP¸%I…+…üPXêé$Jhnq˜ë*ñøŸàQméÉ,ìÜéÒ(fõÌõZÈ|¾Du -$ÊžuÂÊ·Qwø¶ôªô9Ø]§çl5ìšщÝ?å’Xz¼&ð~uÀ÷_Ÿª -WTƒ8Ux³È넟ºÀÚ1 /›š†QtÅü;m÷ÝRLs({„U-EÌε:½Qµ¿Üd@Y‘ÜV^û~öûéw+#¼Ôu|ñûÓ`CÙ~©{Êû(Êï¼J Ay ûaè4öÕˆ/¶¿÷Añ4D¹)û4 Ù/lKŸ{Àž!K¶ã˜EÈÝ`ZËrÐT™„ íÅ H‹'àD¢å@‚ÆižPÔÈ7¾)sw´Î”¤iµ(®ê=î_„X+õÁ…‚qriÐ4z¨/IIyD‚•&˜½Ù1®˜,\ÚîÿléŠ%œÊû([˜%­=Q ,Cw`3 <˜¦‚ì”ønÊ -·¢È¯’Ù¹8¨ šA0ßa&#(”1‚ús=KzbÚcD‹ÜP½º_ÃÀ Í -81€á ý‰Óø á„ÙoÚ^Ïc­£‡,‰Rs-Ajh˜*”SÙ[|?€dÍÝQg¾÷R°8Øwïȼ¼™Àu‘‰Æ¬–'ü`ù@B éxLgý)°)õà߉!â9@'8ð4$Q=oªêbèíDNwìÊvœ’ãf¯Ê’ý])!ꋵ5«££(ëV=ËDPáÙ×⺀˜Z­;ÝŽpµ `a²®°ìÃNϹÅý €¬vžç7úþ®Û2¹ZW­v ¦^ÇÆý‚²Ë´ë!{\ -ŒÔ@4žEöŒê"–„G»ÏFSÉ7X_E$Qoбi eSÃãˆU–ßW©{ßù|.Ôˆ|o•;¬ ñÞ’Â0’ûƒÀzA8jXÅ‘âôûˆJ‹  Ûè}””æ½<ìüªèϾä¹WC­ØL6œ• *™{~5ën -ôó`mßF…@ÇýþÜñ°u;L©‹bö&KÅtQwMwXÛ÷¿(οˆjý%æpŽžbïç“[PoQ©C„ CÈѾ1Röïžl®y¥Ï£æŒ¢RÁxÁÆ•ÃÛ›¦©ÝQlÖB“J»rø4";õXR.Toæüê<Ìž%ÁóîÞüØÀt^ß SµÓâ5¿~5VøóT±.û4#2„ýGÕj @·èŠwÛ2ÔLí¤º_˜q©ñ4`·H‘ÒCñlÐH6ÁíxËÅ h<{¼9;Ä|ÅuÄ—r†¾Æë:U@âÛ¸ë¡ÁM ÈpQ ‡¥#ô.ªÐ3W\ÉRázBi^ú !aã\ÉB˜*mÑŽ‘+ÔT¸eKØå9¾Ë@?óà¹G ÞŒ+ìÑŸGÄ"ó9ä{;!¥÷EÕŸVVB´ÜC×û}„³ LäØ*òJŸG‘o¢3ShÜôüÂ3¿0±Õ“fs{gÃzÔ>Ú¾ÿ„¿ømÝï#~Ÿ :5“ú$mü·ó½b3z5!Íßi¥×¥p&»'zE°ñï€ïÌÄŒµ„pÙlâUŸ’mD]Ájã åÔÒ1‰ –Þ¾0{hD¢}4“/ÿ6ˆ^;î+:2 @ÕèsvÛÄ5#¢Ð‹>^0"a,£–ïÂN“qqÈ]KƄ뢟ç{‘¨1BjZRcŠ+,ƒá‡³ÁS?®;/^-F=D£ÅEùñ<¼,Œ”›@äŠß#LÀ¼y9߃G¬P¾ŽÁ¾çïXTçÀQ"”¸/µo‡øfŽ€=Õn¤b¡in·sBšû_Œ(+É -—ó“ÞFAgSAÒríå!/¤ÀPqOÌlßT!ä5ª& ¸?ø}F`Èú›LÝ_}ºØ{ÒÜc7qÏ2ÐIdßGì%ë _»Ë‹ËP0„™@TÀî+3àú‰%çþF4Yš(Ë!ƒõyÀkYü‚î]†·³@K[w|7Šo–™æ-¤Mì; ‹?ïw5£ÜÓ”‡ñ6»ƒFÀBï0ºÇž×Œ]#Õ½ˆ…Mcò4g924‚†0âJèª1BZó¹R¬×Ù€jÑñFt5¿ðPRqgˆø†\{E2Pz¨äù"ÁTPz‰²nýl 3ûïp\c2Ý’Õ/{@QB&é½!0¾@¡ÔÛ2¢¼Wú<êay/+­[,&}(Dkzp’âN€;ÁèmDÌ6ÛH'ÊÌþóynußœKûW7Áü”ÍFØ3¨õðÍkÙxa)¶e¢M·@˜_ßë(ۙ܆þã,×îƒïÔ"n9[Ð+üÈÊ jÔd®afV³ø´1â/L¢›.#Ü÷Gá/QkSìvM“‹Žÿ÷þ}ìP +ÙÎø‘,oD¥ŠÞ±SûÛ ª`æ~Á/ü,J€é^ÏWFÉ‘-9,ï£J’À!ÚÐD®A"heDÂÃÎj¿¯âdap÷Ȩ˜}qž•lÓ=k0|¨@Q”ºA–Ý_Œø¼éFØúy2(ò!ÀÜÆ}Í‚÷£ßQÌ×.¬ÓÙI0C»Gm¼VkàL¦ÇU˜!¥!` T ±‚àP÷kjžÿKÝÓ÷ -qtì€"•(Nêüæò ù áü à……ÛÛMî°Ï×pl!¢ß“ûfW›,‡®6B9{x*Csǰ{›ëÐÂêX@¤à_²è^–{ÅO¼Ý#™µŸFD¥EÝ_‚eqäóyÒúŒP¢¾qº‘¨l4ÁîJëôBÒèßé4°‰Â±Ða°Cz=‹ô_mq´Z BrE¯á¦ªeÜr}T«p>¢„@D/Ù‡ D÷ùQ¢?1¬(âNì; ¢ -ó×;(‡ÿÉ~C\ÿ¯®¨,>i  BhÈ8[öd>%Thÿ—Zº£´¢›aŠÄy8 -BFHDFf–˜ƒò&/'•FF\r©a+f5ï²ã·2}«’'„ÃfÓ \Iaà²HqÝ΋}-Ïktø’Lp‘2 ×8˜å#þÚQ®l;)¼@º2Bóq¯ÓVELòRŠÎŒ(„3SjUË̵ŒÈ\¯+IÅÚ£º¸UFqÒyö<àðQVzôy Òg‰Pû‡PÖÉÓ#2õHŸT$ù3¢Â<9ðXé,s(`ÆXÃ_tUAšY†Ã®lIüfÓ¬î-ÇÜÁøˆX£…®Å Eí`Ï{¿Xs`©£$¶ìáz‚1Á3Ù[ZÃNÕ$.Å­•Jö"›ŠŒ„_{Cynúã+!G;ÀA•‡¿ /ƒºŒJ„j $®Äø˜ô@•®ç­Æl jõBdMEuÓÃ@âã~ôÂÁ8à·°¿ícHøxÓ»Î&³¸dØó˜%9ŠÈ-¦)¾Ÿe¦("«#Øg‹n(ŽÍ·G,c‘–Ðc®tÂ)Aº]ð6ï×–V78¥ù‚šÌ@ jÛä–Q54þÜiŸ¼i³“oÂò<çOVÊŽä¤ü8…¯ªƒkëí%(ÔiwáPœZstoèfàöx¿Õz®û4ŸD¸®„ª¢\cD‘í^§(¨ë¢&¨§§bƒè¼¸@GDêÒ›¼ãJê2°w_5®J•Ú»U%·&W¢L”# -rŽA ‰rÆPÓ VÂz]éqvÝ;aÞ€Ïtñ¾´w|lå‡èe’"9ÎOÚ9VCë—çk´°Ÿ/ɽrÁ»¤!wpÛªßЩ§î_¨½kÁoç á 9‚Ú½P_Ø¿sø¹©½‡RvWd`Ř4Ì+öª}jz* -=Ø@yiýÒyZ^ ïnä1ÔHß÷³Š±ëì9ûü89—À„g¶ܹÕÕa¹hß(H¯X®Éïf£§Çú¸o‹Ô{ýꆌ•Ç¡*T÷Ðê§Oˆ¯?'”ö¡3ê6ä^ú~"×}`eâd¬Þ6°ŽUý…»}žÆœ[öö%AZqP’uÓÔ(\“a_ˆaÊgÄ^%QØÞðK‡ÙAÐWò·î7»avèAĆCƒïƒ"CcBÅyg2ŠòG´=(Åï«k“îV‰¡WŒ°íHqdáFd/+˼òU¡«ÈKP¯P€°à)Î^ÎnJ ž_’âPÝзÏ*^6pûù3êO"ôöÚÔЙª¶UQ˸¿vk4”÷¹£žj.$êšµöšàx':'xÃ,OLSÄ6̓QLb×Í ÇÍ‘°HÑ >®H‚ùs¤ÿrvBºßÂÛ=ØîE½Œ8î[ÑB¤6š®ÔÄŸrëbÄ jâÃÉíœíI.b²i¢ >BÏÃßLÙ‡m–ﺤú'ºs‡Á2²8HE •±µ½+:P—È^óΩîǘâôïF`mŒ'ˆg¥¦Õו”~(Ù_l¨ ̼@ oi±M&iœW,ž²¶*Ž¦Ô´ñÉɺãÖ³aÍ&HFÁAHׂ% *3¼]€~k½‡• Meâ6ÜÔ(¸PåôÈ`iVƉ¾®è™Ï}ð»Òn ø,bùà̯àM©ÈÚˆCÙ# š(IPÀ`Üïܫ¶” VG5‚Ql¢ü$„zyCùº%œ?Q±!Ù#ŠK# NƒøH¯x‰0æSÆT¨G#tá¼Hσ¯G(]ã,Ö©áóÅÕª÷ˆFæïuè„òMJþf… öˆ2tŽÜ  ØÍÜ` qÜàJI¨KôåWi¡4Ôö£ºÑýê{òóoønRJš`~ÀÜáEÈJ«ñ«+üЪ*óÀ«¬#bóƒQ´£$%|†øŒ.?猾"&Œàþ1b]§ã 8^òÝoûÉúÔˆá(ýq…Dà œ‡BNÅ a¾‹Þå+ýÁ ã˜£å.2Ój%µqPUâäW·¥Íõ|ÖÐ ›h$5%h]Rz…‹°ã_©GÛ«$| ì¿ùIJ¡ÚýDYØ0¶‹8“ø-.®Ò›ÎÝÝ´Ê@×õ2‚M·§£&tŽ¢jG®k7CÐ5»¸•lNº„ˆøÿµ‚W‹Ôwù8!ÊÙ?D™QZÕ^8=õ8 õK°¿q†R]rl)¢•$G åL(½îJõEæÁª9‘‘€´+Õ£þ^«ß?Yx%PÇàTUлA²“Rë#ú'à; 'Ö˘…¬5‘%ô½‹\#¡{Q;N0´i ‹r+ðƒ¢cåÓÔ51û@Wd­JÕ’Â]Œñ­Óm4M²Ÿ„Aæô<*m`ü¢½)¨Î×›|±È;]å§ãòœ~ÒÎØ¢s5«ÂF"ð`D->4„»Ù¯@%Â$`6‘¥Ôj¦¦,h(Mf C#¦c†1 6`í!êÕ¼5QüÜ{žP)FÀ©¹!ÈÓk¤ÐFȃ9à$kéO‰RÀ1÷±©ù(ÙÇK:c¥‰›Ä‡®¦êô¬ „¡dVæÒܼý…)C9à ‹„Iõ¥0Íxa‚ц/xEŸÝ´—´·—8Í¥ÊÜ>Í“?‰†¿_€7:âàø©·Úœ›Îù‘¹ÁI»MÒò=´Áx‚-,åìãLV~4E—͆œÕ• Ë„~2n®’`6-™ªšÓ‘C*“e °!{=ÄÚLìeöXc>±§½Up+Á¼ì옳êÇ€\äNB¦R*Q^¦¹ý«+TŽh X¤Ô^N?vï„IT¯Ô¦­²íݸZeITtFðõ„R¦Ðë -Öiû­Ø6LnQ ÚSó:Ð]P‡RîŽÃ/I¤¾‚Ǧw¨B‚3³Î—! -q‰¹9ïCkn¥Ý"B? áõøBÎ}DŠø¨ÀðG/xA¸XƒcÑ·Ð*Ú¥²x»ghÔ* °F ÝÜ«€œÝ'™¦Ñâ)>±+ÇE[]ªAÇ1äêöibYß´5V`"óæ4[yÓ°¹xÝ3‰Î’Bè¼µØÚaY²9#úO7Oó¯&6ç„5à {½—¹Æ‰–Þ¢Ž8ö;–þýó°'ËÔ¥Ü(§l®†³ä Òܵgû¹SWVñžWyÀ˧!ÚtÜ^*&”Uãfïô@&¯ß~m–ßÓûœi_NÄsXìbL¦Ú(aûS¢xM*¤SÀa꓉#˜bR© ƒÛ®Ã_TÌb]ç©Çtá)×# ~§À¬neJJ/”àAPj©Q‰F0ü*öcy-˜]õ1œ()Fºj¥ -µy€‡¸¬×ùã>WLÝ‚.„îd ýRˆ@> å2”ò¤¨DÕÒX$8'–wZÁäñ ûÛnÇcò³Ÿ˜:A²õÇlý3¼zϲ5g%kXóœëPÕ$r­¹{P‰,5õÙ¤óÅ-Á(2="Ïáz@¥¤Çw1ãá5!gOm;6yŠ>]Ñyj t½u€Ò–T.E¾”¡6¨šØ“Z;4õ"þ#R‹óM%ß™ÏMÔ] qQǼ_,äRŠôFÀ±¨‰éâ­ð^í!r¼žèÓâÚsätB\ÃwHÒb†<±×Ù‘!±¼’ãsÂ5¸®ÉÙko=và ÕpÚzAyü~øh=1!ös‚ÿ %öJŠA -دP)ˆbäÎSP7ã^I/y*!úfwŽÔ£Õ3}{¤£òR {R; -øÁyM¹P‰±*õ‡Õ7• ÖE V‚UÓ–zÿÊGòì’Â;ì ŸÖvBåú$R¡=Ô-²€Jã” øjI°¼‹Nd{ý*/ q€oú¦W Ù ÎÆôÄ0(ÛŸy9C¦¾gó µQX5õ¼‰ò¹ù÷Ñ_!VFÜ„£¯|¨`áFF‹¨°²V€c)ƒ§~U­€0öˆ¸gð+Ù€š]zM«N·GÔ¥ÀƒêOÑGݸC©quØ1}) -ÐÑIYŽ Ûà•èâ0"ô,ÀÏd“Qô¶5Ô¯âÕsë¼·7M×Ä QÔ*cR–†Ž´…±ûΟ¢€0 ÆIÿžp¼fFNXƒ&”eH’1?¼iQÆ!w1‰(G€(¡G¥r™” ÷áqô¸o‹Ú1AîÐ’&( ੲcvÿ°zTRÓŸ«¡%8£G '‹5-¬|èÝçy},SØ•ä# h÷:«ø0³Á܆Jh‹Q¾Ôè– WhäìM¬Úy¨©<æÓ -´i@ÕhùF‚9‚¦½—MKuE±ÊbbÎŽkD׎Ñh«×$Ú©íÌVTÙ.3xÏ0G‚CÝY/Ö í×.ˆ¡”ÇÛU(ŸPrQrØX\sÄðO†¸)o_˜€l…à•RÓïÏ-Ý"ˆÎØ+Q=”h™½‚F/|D3EúÂjÒ4Àšë–wƒáßëÍ ~e4Fþ  ¤ JÈ&~)*°t+w€Â -}IÂô;*8¶æË5(TóxQŸ˜‘ÐŽ<`RÞÉ-Mì‰ ‰nò¸s„íƒæöñJ˜2§¯JAYiqL^YìŒÁ,x€G>cÂIÈ—)»j˜ýÍîÂÁÆ .yafx,7î ÒÆ’p‡J5üeSëòý–ï/}é§/ð¯‡U}° ˜³dü½ŒŒÕCð<øs ä@íg¡©jx~ë×>“Þñ3¾]öΖ5ÏÃúܲ6û„ã‘û:Êu|…f -»m VgõPF'*¦n!SéOZ××ÑÈâ ã' -GÅŸUS@g  Êø‰ ˆzð\ÈDžļ<ˆ ƅ½ ØVZJ0ÊVúUAœ;ŠV:õ4èa>Ë®×Y€áŸaÀoôÎz, €ÑNQù¬‰¸¯†µ9 ‘ò/¼É`|¦$Ì• ÔΡœé˜GSùEô°X‘zÒOêy<¾ë4xûãJA­ôG¦Ä÷Š ‘>Ý€¾µbBØFv1PVfö«wµ¾8 š9<¾ÑRæŸ~ÓêÑwžÊ#µ÷"…‘$î@g÷€ ½ªý$j¸ê}]Ç¢´‘ø8ß °®â¥0Íb²z²œi°{,|”àjÝWƒÉ­âØJ§½BWxœ§4‚#¯‡óŒw¯À@ÓÏÑþ -xÜÒ¢¡£ïqQ E",Í–€†'„D_ÛÅ>hAت±í ™š§Ò1Žh ·_Vá¯Îª˜uê.3a’ÆÐC - -øH -8ñÒdÅ)Žèa ר€='ŒR˜Yy%¤¿U?¯t‡Š2½¤ˆD¢Jy'ÐuDæ AE7æaU’ÀÜXü*‹¼ ×9½ ázÉoÌÔéEÔ¹EψȼòΠGÇKÓ\Þkž¦ Êå­þAâÉSìá6²¨ -ö$T€÷¹Pöt]ä¥VíS¬ù_sÿÒ`‘_€Aà±#4½Õ z‘NZ‡æÉž®a„6} Žá~ŒJÕã.Š"´Á²Da -õ¬é¢¼GÜ`!dÁÓÈz*xðQ^‘þjV¤‘F\GXƒ6w#8Ñ -J/ðx5EzŒÛt b¯7 ŒA êRþðcK_YüÿY;—Ù•ó<_Aîa Ö‰E“ 0à A&‰G‚ìbËp¹ûÔó¼Å^kÿÝÒ†Ù°!­þ~’Ý$«¾Ã{‰¦˜„‚Œø­«ÕC†í@W ‘¾/˪û•—{÷[¨ÏžKÇ©JS5*5‡ g$uë kê@I„0fF¶üàD4ÑgÀ@Žœi„x5ÇëLác”!ôÍ(ÛRÏRûòÔmDñ»¡*Ñ`ËŽ+ÈqC%Âl£¹ž>’ rÆÀ—¡o‹pĈüšŠ)œ©èˆJUy`ôŠ­©W1\˜GJ¿¥ pNÈxêNx ?`.“»°õ±Y£'HO¨yä-Ž_ÃyHàTó š -ž¹ŠˆŸaY°¸ûTœWªãV5n >p\0mfwÌµÖ²ê ˜cß@ëÓÑC$.!™3»ñº§¤ð!’ÖÒ7_ê„5V çÖB»ØÀ¯•6ˆ\“0Ý;3Œéa,)™Ó«K9 ^™Êå½?§Ñã% zC<Á^ÕfP›ÚØt{¥ „‚•6²nP7ö¾‹š¥Á•d„¼Ž ã0…B·R;z¯HEÙFÅÙ‹¢FÙW¿ªDœ=—Öî­Á8ý‹5t¹‘+`Úx!€ÖbÃ.°ý@8P^¹àšžázF”~jF°qä0ö¿¸6Ä·9‘Ò ¾kûoÛçA,sðlÉPyP $Žˆ‡*Ë‹’%©Ç¹SñuyÈ·G½p([ÚÉ=LÌmxýù ÓÞÇ5iƒòž °n…‘³Ä™Ìm¡—ïG‰àÍÖÞåjﮞ¯3ùÖ™âýy§‘¸R§•…€ø-„ÖŒk}X@쪼|ŽÙôn¿¢ýΠüûOûy ×c„4$§\[§ÊÐêöÁ¤¸SðF¨KõΊ|ÔTºÜÅ Bý¡Óêvª†¾Ïƒýpºž¨£ŒMò/d.Ž\dÁÝvà÷ˆ¥$‹ø3D|‡-0`=»ÐRxnÊŒ,âºêbãp¸è1©·7× ]j\ñ‹)&+’ªµs¿}Œ­hËV=¶ŽúÈJ ­öõ>ß÷Fß;\žÔµ¼£c«êcº½ô¾0-¨Tw’;Î’æ…çèÉðUÊ-¤Æ«EH´ò-%á×;¾®1+‹ûÄë+ó+ù—ˆãq Cx)ý äûLT$úž`A¯}y¼c jèöÁˆ†±4+‚ò‚:/¯Å2 ‡j’oÓÄ}V¦Ü=qúš‘­ß~#ÁTš8”2ìè•ñ½U ý¬’s\N»-¿¯D‚2â ŒŠ@sò -@73©^»L¯­+Bâ÷ÈŸöí'±’‡ô†Pë?%Ê÷I9ìN1^ä}<¦¸ ¾Y¶Å¶'Ì iQÉÁ(úio‹ ÏTÄ”|Èàú›6œÚìgÕêÁ ]áë!fßÕ0ò²eƒ9 “˜J7ãê (†«DC;ƒõ*Û|㙆ÀúD7+„Èzäp´åUǘM ¼æÎlšˆ›ªèœL1àF¹õ貓iͧepÍ2×[C§$Ã2uâé‚_c¿1Ü U®’6S‹Cì8ë™òâ'#”#i¨Eª–çK‘þйá™4]lA¯*Wâ~mÊäU[äÑN&®’—N÷.ú@•’|Ru’…u?G‹šh$¼{8e“*ÜÑ^I/¶3'£“Çf  -X(¶7ëŠÑG2O&sá—€åh[‚1Øq8ãu‘¿¯™R!úÀ½p²ìùßîâWcÀíÎ.ÂÏÐϯÊÿ§2O °'ƒTzwV‰)Œ§Š¤ÙÀµz>0<ü%jÄh™Œ~+”¾@,Æ0Õèròж>œë[‘¡FÒ I’êßípª+Uw¢…Á=Ö…xˆ¼^ €ë扜ÈR¯«swì$áV-ÿRSYDÊz¸;Úĺb¡ÆBV¬þrf™¯ ›H[é¾i⬠¼Ž*ø—î1é…UKÉt þ!œ _Gøý%ñ„ÿîxÖÿÙúçùüï§y¹‚õVœªíAk38 1üãŽÊz®µÌ×(™€.ÑÀ%(õÏÛF„˜ Ð\ý÷K uwµ74àÂæÌÈžò{l´R5s`)Pȱ0…‰ -¹S³ãصÁŽ‚‰iU1x“Dza`õô ™[¹'õÚb¾5zóMº¦ˆ}NÔÆ¶Úïáᑖ刧„‡èQúÍÔ¸ÄËö9‘ Œ¨fÙÇz\àQ Е&£f1uÃ^ -gZ›O³‡¢l“ü­çñÛ¡È6è²½$[7©ŠÔ÷ÂnÑ=‡E7õÞeÚ&þÊy‘2©VLdͳ[s˜,ÑŠríC{˜{ù”¼bѤÂÒZ«ÅW—+4&.Iª¢;>5ÜzŠ@bäDÃùó*Mo~ñ‹ÃÛ ›PUN÷ùÍÕ…}^y2:‚3l]ùÖî¹½DÐxÙB„’‡ub'©£«Aee…´ñUæí²{•™VVD˜Ì›ôqaM;_'ˆ, †™䛬§] "@™¡Â6ØBÔŒ -ÇKɾz *ž•=üçg÷eÿ&Bî¢\Ú:u6)üÙö†´ö·¼Ø -– ¿~»ã>ß#<Áðîà%™8˜~8ŽR*”lyƒGÈŠ€†p>D~DLì0Ù~Îô5Šž Û{§B 1»:siÛ‘‚†¡€Úêð)¢<çë;¦@ dÜ Œâù+4ÛUX¹Qãg7l~—-þTøàØÆ¿:O=¶O|ˆTˆ»Ù¶éT 5ܧš?b>Ö‹Á„e®@®ÁœFXÈ PlÈt”¾ÑÊ¢÷÷o`9™¹/c †·¢@¶¯ãœ™®¯ˆ~o·ÇQ%GÁ(FžÓC›àϤoÐð=â5 "ÿjw&‡ƒ‚‚~ÿà˜yBÇúQDyª[Šþò^Ç¡Jþ!—j€É¢IM;Ÿ!I¼ìˆ¶#6[fHÙ;ðj§Û8ߣN|ÃWj|­ë¢A"âÕ \·µ1>D|z:ߣ*AvVºˆÞ†°¡Û˰Š<(ºð -MXMù¬yÚP7’%³tÝ\º^ÀÉÀOíza¾{nxQ3MÓkKMœÈßûÁ Ù4‡HåS½}>€{ÈŒÓñ}^>,ù7½é“ÀÛö_ùpO±? vôÈâD€êzxmƒ´"ÖÙÎ#«q g1éG°£}ÃîÝ›/„ÝÝÁ¿ôì·MD`ÔÙs ì*†Ë -ÿ5"MÇ⿞óãq8µ­+8D¼2ýÚÍñUd^Ö™HÂ*g€BEDš­HVê£ÕB”J1LL®¤4 ˆ¢Gâqÿ‹»“ E¾hñí×Ó®?™e685ë·ø³øú¢ìÈ-@µt -öjuH“5{ŸgÁ‘R"õÈzÝè$‚µØ°@òåÛ·&ÇÊÅ2ÁEÔè§ääÐÐ -Ò#Øz‡Röq€95V¹Ê¥Ft ééJ³užsõ1Ëq&ƒ9“vä@׃zeCnÖm»gLmÆ‘?W(J—Ñzå+JèÇ]J -?ÒºÑ!â0*Ò»"l7#e…³åAî‡t¯q\¿°ÿegÀaHäÅiDl<Ì'É,Ü -Abá¬Ì6D^ߥ–XfׂmdÔ¨†¾n ÷Q<UtŒ_!¤wÕ\/€ Da¡!œäoý-£ª9ÃÒúÒ˜!.UNK»ª8Q…½lk0^š‰ØÖiüÒ‰ˆBÂzyHþ0ÄÌ ®ŒÔ«£û¸ô–5˜ëÈŸ8¦f öÈ{÷Þ÷`û“R½Ú¥¥ÈDå—Þø¡ÔýZy×P]Ts`íœðzýÍøé/ø6JK‘ü]ÚD7"’}Ýúíy2±‡*ž""R^‚úªÔõ)7¢Àèj·‘•Z¶J¬HÛ° €™˜öï ÆhBzØZÄ*‰¿MV§Ç‰¼1’ µï8§rÅ¢JøÕÊÉq ÔE½Æ¸AƒQÅ)ôš…©üØÚ¢’€Ói#þ…Là*¯]tØÍ´³µÝé@ªö­•³¾j¤wuçûŸE¾Û'=4åH#áùp³û*î§xt¡î}¹µ¶"/…³Ÿ@èpcoɱ¬0'_"~·'‘³ÖÖ>D©ë"ê²&ô¿‘(-\ý•½>ÄþÊÑÁbÿˆÌœ:êô-PÅp°é¡OÓõÏO¨´´ÐL8¤O~NÐ#uÈ OgU?M[ZI‹2%ëÐh»)é0~D—*¿]—ë=E•÷ØdÚ÷6ûz`ˆâkÔðÁG¢üzœØ-Bè¾¢v -†/´[gª}o*9Tœî特ös·v|¦nþ$*ÄË"Ëðj;ª}ùÍ•¹ÇAQßâ·ˆÍE]»-¦>ûøiN€M£ýãû×Ô!ª-Î h*ÔNºíHß@ÐC.Ò‰à—€,Tc62çšÂ|=ŒÙ—R•êå:tºõöH>Z¾€o_jïQ˜Ð2[¹ã]ª~ A·åÎëæ””1 ¡œ6Ø­G&¡>Ú„kM{Y ß!›¹õ()Üž»ß 6 ¡1l9AA}x>œEÚî:Ì‘xÅeÙ“nÖ'ºC $ìlóè É„eAW«Œ8çœ[úæÀ#»µGBã%Ô½©QyHúÀ²l¶ß¡\»Ò¨ã˜º FÕÎn½«P‘âÆ @{;‚‰cU^µ‹¶%˜_V„¼¾>QŒÖ.³çDÉÒ-yyqX˜5Uoþ ·²ÖðSˆˆ}É6àyŠjëýea(øI.Vq¶›(šSLkï¸ÓØC»pEc 8æ‘ùxÖDèrÂ!î\Š´ÁŠtģȄ" = }ºÐ9Xsü.Ôr"˜Q6;7¾Z-hÞ`F ¿–ý% #XJ§£¢.¤Zijqzå´°éü>^îc[þ¥ÿÖ.mÉE- —N2UgÐΤ»íQ(ŽøŒp<] tµÍ:¹ ˆ:€å–Á›SS§£¡lJçDx‡è¦=ÐíŽãZÇXý!ò|µÞ^'"O#ê¼Üš§MO®s Œ¸õK­ÿNŠtÁÔk”Äú0bŒþƒM~è£8=ðTêH¶r Þw¡Q#™†xcºuV•zДÓ;Ñ"7Uv›ôu5ñm gÐ(r¤_ÌhèÍpý\È]@®=;{€¶v;Z `NšmD w¡u]y~dµÛm‚Ä …Î5WÔÊJ{¾e_Ü6%+Oi42‰pÁOÓŽöý<Ð2]dDTï÷&XÍU ·$€xÀ÷¸aØÁqËè{÷ÛuŒ‡»x;XKEîÖ$|Ѥ?Xõª0)®Xt¦Ïkw– X˜'ñËçHf%‹•Ü>K|mÐU6Ùˆ†"’WÜ„4éNf9±a” ¡"—¹óC°Aûß]Kj ` æºCÏý74ÙÈÿoÌ“ØYéí ­RÔ¯Ù²AëÑŒvê6Ú¹çw¿FúT¼ˆpÑZ †ðŸœ«œc˵5R³*XÄM“™fÜׯÿÍÇðkLQ.™#N:"”¹&˜;âÜÖkÏb‘#¿lrh¼SÖÃ,l£R:"Q¶ž 1ð·Nî€H‘ûµgreÄÓ—Q4¤78y`'Dõ+QBDY’cÓ·ªfV8·²ôedÌTóäW‹á—Qz…Ìx…È®ÛjãF™úʺQÑãªLšn†qoϳ팖eýý8E׺»ká8cÇl‘gá¦' ¯Ÿ= Nƒ\©õ[<¶jeÃïè±ðÖ Au£{O1f€zfYÜÉ;¥CWÍQùüBDW•TƒöÀŸñ\`GãJrlßD´CQÙÚÃóß›êäF_"ê4yfé^ß9FÒ§ýÃ×\^©“Žžk¬Y 9BÅÃßÉg º„ކ¿´[óºŽýºÎó="7¢Ç ŒÑ~߇™×"ARm%ȽÌNy…ôËõ! ž+æÑ{ BX ©áÁ@HªKw+h™!)% Aœàh -˜ÜªMÀ{šó="¿É8› úÇùé8G '´`¶Á÷Dðùõsb®!Íùà#ò!2SÚØZkô²ôY¿vE,gh¢aÁÛû=âyá*ß;¸Åùá8ˆI‘SÜ*î’]µuøP%®4W-ßû¡w(™HLeˆÆØz4†=½ó¢£gu)C®Ð'¤,Z]Ñ~ ÚN©woù¥J B`G|¢ÞŽó}Âbî×VàCúÚÜ Îí=°ûÃ)”P¿À´:/QQRÑ&!jkêGß~UÁ‘ˆ-œ*¬âUc0…×÷EÃZýÚ÷ŸÚ@÷Ûêë:ÔÝ¢i¾ÄÃe¸¯ˆîW¹-¤"øfý£ýÎW‰ -Äf"™9Yê…Æ’YÉ}íÕ)}oOYMÎ9Uí„Dȼ˜¾NÑ §úä߆ɢŒ¨;⪯ôC@#¤wØeoQj3˜0V6뢪·ú`hÕêEöQ‚5…ýÀíߣ:f³êÖÐG¹MD¸9Ìö@"µ»q¾;‘nŠÐQÁ¹0þ8_òœõɶÖ& ûعMàjtSˆØB8æŒðv¯ˆ¨ÐiJ#Âú A=MÚëLÔÂm†œ­ŸižVoN}rÓIW"º…@/Š:£ç¾;üÀíj¾SZ%+½.O&§Ð¢‚Ÿy :–´ë1¸MÂWåã8â`Œã·^=f„IPÎx‹šOçwe˜ó)pÞ¢”‘e Ðò€é·4ß=w4Êœë°ñÁÝçõh+£¢Òµ£Ô©áu?E–©ýyÓg²·è.Șù=@Œ{ΜI­MïÀ%¿ë§½F+ƒ²6Ì)¾v¸¡ ¹®†½È7C⪨xú­¬|˜Â¢é“sªÏë=âwÏÜNï’ÑÑzùpœs<¼]f&-e,Ã%ÊXTÞ#>n›_£ØšöÄðý†íxr5GÒR©,@ j©¨Ñ\‰ÑrÚ*¯ÔŸé§=ÝØ3E ÇAÿ¡¸šÎõð>­30~ƒ‹g¸<¯cHТ_$=jýR#À£tpúöº'wÜÖ0 I3Ö.¶Ž³éEoüëî0¥%†}ºí¿/QCËJtªÐY™[0˜Š§êªuª¨ÍÎv)eC¥ -áxý-„ãÙËãŸ4“o¥¼†Q4xšTå}ûjÏ1wD™;b&IíDÙÑI»Ÿþ9dèQ§\¢òÄf!mƒ€& Avbqm=R§AùÛ$\ÞfÕþ:ŽQ%¿^·N]–o?Š*-cXNÅYc©N©Úuû`åÑ?Öš£âý¤C'ëióºn>ú9ÇlfL»½½ž˜³…=ÛCb -8i±$åæ«­Èú+<Œ‰š¨UdAa#[×gÕek÷û8·’ ëpÕ—œ(ƒW¬b¯ú:ÎGëÃ~1Òü¹ŽøÂ|ŒPÚŒ‚©¬'V0ŠK¬|¤‹²Ÿ=_¤£°ñ8a ÄI«êp€[æ-軉œ>Ö=!ø¤‚ÛÓž¶´7êkÊ…^pé0•…< €ŽªÃG„?›}t - `yï8W£¹…vÍ3¯1j&J´ÒØýéõŒƒÈôŠ’;ˆ ž~nH㤇n¿I-íx¦ÎàÑKÌÚÁõm¨á±%o¨9ŸDbGFá6è!/Ñ ‹´‹ ¤%4× .÷&ÞÛõ¨Ö¹1£ërGî¾22äí>øå‰BΘ,B¨7n˜PâëJ„mX"Pi åùK1ŽŸ}ø “uŠ&¾Å‹@؆.™þÂs³v„Ñ0©s‹ ¢”B*Ì1xĈ8Z.1Ú5ÔÕãžu‡S2 2Ðû°¤¨2¶yvÁh¬4õŽZ`GÒž[õëo¨Íx'ÛûŸä5?{y¨WD©§²¢z;掉‚ÏGD—;7Ü O@Í$û¦dì̳ìk#²"ÔzÎd#…¹´4Õ>kÏ ŠÒ¨TçÏÕ©Zx<aïj‚'9Ĭ’Tåu{äÀ¬Ÿ–›»7Ö9¸ñµÇBAºÉCƒ2áØönxíè'ADH´Ú¡Êo ·Ùìо¢«mA&û6+ í–öžùÍD0¨=ÿž†ýŒœ h‹Úûëo!Ò^c›Û ‚ ñ6Ìvß"Ôó‚r*!ô±iÿ…T&'|§I¿Ä•áJJRÀ:êap#ÇýªkÊ&P"ÎD¼ çY¢|R¦êÓï‡á¶«Ù•ºIæHMÌò!àJ3ªa&tþð ý´¾µšb«Ð¢þÃ@ ô_à&£“ -F'8ÂþÀHy1ú!XwüpCèçQ¬ÂþáÃŒÔþöç˜ÏxjýÇ+Âz€„^áA–¡ýIe@\”‹sX‡‡ì_a·äEÔD5OäH­¹É;›4ðrÇx]¯Û èwPv|ÝМ1a@àbÐϣř Ù{˜‹®­> -0¢lFè/"ò†mFøÛŸãà¨G&}v^¨Pô=¡OôŸÞ"¼µ#·v²ëלöÿcV,ñ<¬ úRñ‚òá8}‹#‰ :¯ æ½ÙêyñQ¦êÀ¡ñ±¼|‹:¢µŒ÷à¼7©:dp… Ã$a7Äî+7¿Óߪjɵ^“c<•ô™Y_øÚ¬¡ Ž¦ŒüùyܹŽÝ"C*¿ÏŒžöWDØ¥‚yÒò´ßÚâ?‡p]ÙNÊ"²×?JŽ×F¯‚3¤´mUû •Ik‡RýHÑ?‡‡í$Æô¾êØzý*o£·1ƒéœA†Ú¥·‚ú©-÷§Ü\O5nzôKÔØ°ª ¹=pZ2º¡•s»8ðVAuîˆ3\ì¯9SM²‡*ƒÉèûqŽÍ-T»‚Q vŠÝ¿ØG)›J:ÎdYëwÙ7öî£uQ‚lSfïå¹ÒÑ$ -±•¿Ù×sk ->2ñ®Žu)«U_éëŒ3nmô˜,ãõÞSîº:ê?ô‹øðB¼býÊ«è8uqyß׳ ʳ(WZ݈Eci -‹¥œßK$VǨKnj©än)=¬É¡`Ý÷Ž€8ÿu#MËøkT)1hè(K(yňïÒƒ´…%@jÓ÷¤Ûr+A.xŒxÌG#tË]]46©Þj pŒ[Ó|©D{,iz÷¦#Ð߈.?LztùÕIR—_ÅÛäZì /O¸ÿ6…¯ø×´¨Ui -ÝÖK»ÞçÐçIºNËÉ…ÖU2ïɵַÊ|H‡í'€Wä× dÕ×Ï«ÝkU¿F<¸¤´¾|ˆœï!þ†a™õïÊ÷ø5ž¼T©þ ³ê[PNðÅ>>Ö\Ê#ñ‡ ¬N-+c¤Õ"}DÉ…ò µ3­¸ÜåšELnÞOm HÜÎ)öd=Ì8J ߯2ÒŸ‘ÅL‚÷¯¢éþ’Ø=©ó”>ÿgìÀÑ~üHŒ÷?üÝúç·¿ú·ßþçÿøã'+ßþýüýïÿ÷·¿úýß~û‡?üý¿üÓÏý~þ/¿ý‡úù§ßÿóÿûù÷ÿëçÿôwÿð‡ÿü/¿ÿ¿ÿœ“~þ‹ÿþ÷ÿü÷¿ýÃßÿÝÏ뿸¸ûu¿Âòÿ¯üÿõ ®/s®ÿ»ò¥>°þ!Ï+#ßÄD!ôÑqm-–_ÿ¸£6á÷{”zB®ˆnSòlÁ±ÃÑ €‚ž•šcì ‘W]ð[Ó -yûU)QŠ©GÕ„< ;¾r«®·€rÀÕÒÆ¨jÞwæ÷•©Ä¹»û ¯”ä^Ak¡ÎôCÑ;¬^n¿ÿÐ*†ÐqFà…J„”¨ƒíýþšÎ«ò"†S_”‹Ÿ)u ÞŽî+W"Œ'âtÕ„ íF’ýlôvDïƒvSÎ4º½ľ£u„”ºc]å=—6DD¼¡b#†€‚W /´ng,¼„•Bÿ€ Ê¥³«ÿ1À*sZ å°ûC²<$ã -]:;•_wĺZ¦»éàvMlGc1RÄ[~ ðèsÄåAï ,à¾Åäz-܃–s‰Ä›,‘P«ûñé¹}‹¢_ý#·…Uõ¡d&û&–2¹ù’.AÙ0Ʀ];¢«‡ø“ïE xž~4ÆŸ.î²'ÖCÄ¢\0É‹¯¤z™k‰»Àþ«?Ch"«þÝêÆ/s­º+Û]·sä¯Yô‰˜·¡úíz?cÜõÞ—>Ôå¤I'þq¸‚ì·©Ûó› ÊaÓA[\¨;c‘Ïç+^­$V¤¤½8NÔŠÁ Ÿò+¨€œ•m#ÝÙO|J¦{&ZmÇ}Ű€D†zSV¾Š…Aþ)5­WJb§s7¨×¤ ½=w¹fÃÜ/pSޤ:ÚÑa¤4îàC¡;ºX¢AÕTwAÙ–ZO«[4²ÖðÂù7‡Ž++Âß\Ò™øǺ=Õ]ïÛ¯¶"6 -‹ù@¸†µ“\:¸ª%ú:ýa‚š¶Ì4N]vW>J‡d–®9+)šw0ÀÎý‰SÙ¢v@Äízʉ‚6ïqö­˜¡OÔï} û†ŒCØ––ëgÌ<êåƒ_Š_}~Ú¯Ž0~ö¡ºJl„Ê2yCvéwÊ'‚ýÏ3Ùƒ³_2Í{¼èåqœµ:L#¶ì“èÔÀÓcŠ–Ìsç-D¡kJL£Ô52bn õ<°iˆƒ}î²ë‹ñC™2‹<°äZ:r¦kOYQe¯PÈœúº¯€„]áFˆëûmŠÃj¿â¹AÂÝÌÁ¼ÞR‰€’A`b}©ƒk¨ëM;/##Efð¡òÀJ¶* 9pb_ûØZÚÌÿQ¤¡Dñât2gsZyzßè%l&ÀM”¨d4“F~ „@ÀØP$¢4»wª=QÐí‡óÊLSĬÔ0š{v©s\ §, T?÷­YÀNô*Ú—S„Ú¨,žN{éÉ[]­¡+Å6éë9çÛ_Ò⇟ô”¶‚Íç`¬|Iîq–Zb„«³jæ8ñ2œúËÛÞ Í2‹÷¬wynÚgz‹ªÏN×ïb+³/x(0‚ìRñàââˆÏÓݤ˜t§õö5"ß)þ¨w”¼>Dñ“ ŸÇSVºÃž’l­UÝÙÎ[ ³çf¼8Ô-ô§¾uæB4`+A3ëŒ7þg*ZÁ:fÂjLÓTºó9Aˆêð0‰Ò%'*ZÓ•¶—Øu`ŸÎxÎÒßµò4bžçý:‘í½3;‡‰!=AZ#Ü> µÁ÷•ã£sÓ -Ö³@é‚ÃZüj[`V=%ŸNÐá=Úf”²ý(ÁOg¬'Ýy¨ú6÷Ô~h½ø!B²94 ‚'y{º£'Ì?ÌýÓ#R¤y¹¾ºüDÎÝÀ(Õ6ˆ¦ë @»zÈ"ÖBÏmgª ÷㜇Âìë<òßx{•¼ïp´Ç‡§42 ðoPÿ‡(sÌßÖÒPù5ñvb׺ô1ÉîÚhwÔ«5­ì╰ƈRaÃK«ƒhÛ^öUÝE-2éêfü¶ƒõØ–m©öeÃ}âÃsr6¡Z(‘Y¶(dä¾YòÂXØnš(eDn'C6$tJ°á륥Á´Ž}d^˜)Rãájy…Î2išßƒWºúž,»0(×Z÷àI¡Ý¡mªÓÐr̉G ©¦þMp\.ël¾qU÷iï̇ŒpÉ Áªê3Um2=ÌiBرg<á¢WÑrFè‘ ¸²g=¯* öøœ‡ 8‚ŽÛõ -›µËÜÀóŒ`g…›9S9ãu¡rÍ¥ˆÙúªº™)}½U Ž‘·Pie{^©µ˜š±ÅÛaaŸ˜}Ѻ¿ýzÒôT&ÁïBBîz +e;4_¢?’^€$¡°SÛS°Ž_%be㇠Nn½nX×x›3J_èé6ªÏîï¬ì% ¥ºŽõ=F˱=E¡Ò¹pMG2™½Žm@‰‰éµã~0¿bWïÌ‹ŒPÏñ‘^Ø€%ò¨E†zu/I÷,¹y;«B‡bÊ\K¹iîŃ˜¥Ã²aÎ9s±Cäƒ äíæõ¼õd䃯(m¨3MÓÌk;šäº±ã-&ŒJ¨Òé¾ug·v¶÷‹ãA›Ï™ÎMÒAkb¤?i]€`´=È+‚ôÐï‘Ø~ϱU©ÐÈÞU`Zêw3mÛ?UduP´žžbTf‚C¿úo™Båßï칤Ðþ3µ9Ã)®kjýÚÉ Ç÷ƒ;*ÓÈ3 -›ò{Z43lt½iM¼JßÈ-øl´yø²ÆÇ/Qú<æë! e¿MíyÁ,°²ó &o+ÀÞáu•XÛêŽÓSüˆµ\çëFüòC$˜0.hy²f, ˜Äñ?‚s1v-F® †]ðƒÂí¸Þ#gÄEúÜYöþêø£#Ù‹ïÆ–ñVŠ'€„Àqx/¶¢©A¬@8¯(îÚÓðÑê9 /·3±™ÙV<´"£ÍÇšì?FÉŠ@Ø‘åÈŸ39-n0%Q>ºÐÃã Èô¡°|Ä•JÔœÉ4•6MÉWJÕ"Ï”é+¨º€¹œ†\Ó(ºîQî"IòûT«v­Ôyê4væUw -ö% ÷(8ì›Á¡uÀÛQº® ÜêK]ô“ôfnä4ãSÄ{Ô.CzŸçkÐ` MÄ#úÊIL˜Çù-;*ý»ý<¿ÕûÅЉ’õýwæ ?ùƒüs Á¹ºŒ˜™3Öš¯{ò5 -ù[!ëɺÏ\ím³­4~©šmõ4å§By/Õßíòññ¼£åøôç<Ø Z ÂÑusc>ü35V•˜…½ÚÓýul×#äÈ‹]¾¶Ÿº IÃET /wÐï¬ëŠ£Ç/ù¥.e^eÑAx?ŽÆÐ]"/õæÎÉÆÎÉøª‹Ÿ;OQ%éUÎÄÏFaŒéº¨Lvlñã𘪪ËFXœë‡Øö1h¶‰¦z6 5(ÇÚ•ÔÉ8•{æ<|²M Bàçv¡‹ãFèVrïF0Ÿ–à ô°k/ïrD›Ì;±öfrWíå!ncùþz1;™°V®ZŽƒ„}û ÙD‘ù)°›ÆåÛ_ã^™ Sˆz¡ýwi#† Îùp•¨Ðln­½òÔ_õˆ>DϤ»aЯÿÔîhíZ?­‡Ó‘ä$* $* ŠýÒ_Ã? -P|Õdf'såD‰‰¯f\fÄ]%“È -ß1fï´ù€šn²`Fbå‘y0ªêœÞ´AQÊ&\…î–ã(ÑÏ%@±,*z.ÀÉézî¿E‡€´\VÄK•¬ÜžÀ¡àtn<Í»Å<¥¼GîŠÈ/;‚qDëw*]ñ5ô퉵ÊcXŸ3½G•¸J¼ÙÏÔ_˜‘r޶Jü¶Hã–VþóÁëÑÅLlÄõÃ_9É¢P¸P~^–Õ4d E8m¢øY s€×î¶®el%ãI ÏC[ÔPWòGÏæÊÀÓ‹RxT¥ø\…»ÍÔ±[®ÃæMG.²4ŒŠÛ{ÄïžájxLr}?Ϊ’XÛâ ÏpÔÌÂÆíŸ">m~oA(¡@„_…äÚf·&ÎPÔ´úªbn®ÓígûsÜQèÖAØ,Âãl#ÓG¼c>³áò™ð#Ç­ñS|‹˜ÁÝ4‰K6c˜å4¢¦5ˆ{~ŒœDÀ–«Ý 9eÛ;áÕ¢` ‹©Ób‘Œk>ë냵Բ|ó ôãû‡ÔxnÁ—¹,2ëLõøM:XlÖ$’G˜7å7¯v²mñ¡þƒ~xêßrCH„h0È[‰ÿŽÃ l—ÑqJ*‘D%¢oÛzùpW¦ ÝâӸݨ(Þ9Žw’ydß–4›I»îåfÝÙŸlÓ¯¸Í1­QI2gòaÞ]¤(…Ø[ðd+EO»Í¶µð¯ ä WÏ·Ö²Ò§¸AHº·¶ ·2Nr­ÓE%SçÖ¢®ã£q„<½aQ8$±\ƒ¢›ë„Gÿ¡)½¥{ûLa. ‡€ôE{À;àÔLo@#\0:Ú@@šúÉ^ ª|4: ðÑìÚ·+ª¨Í¹^>?ò9uŸG™ÿ>iŸä<Ìí™8eûÖžbz“³gRd+¡…Z°ÙYJgµFå @SD/‹§ ár•UC&t(Ý+ÐÉr–_›-³¡D[ö=jªòî*Öƒ¨ÀJªrÁUkœñÖáì‡5ôo„¿E\áY/¸7­ò= -—ˆ#hòor0ž>”QpÌmœc¼Y’¡b²UÔö*(–îgwf -ˆæ¡½ Œ9þ:s=x¦Ö.3 XTçǸ"r‹è›b›êîÄ÷‚|ìTü&6¢;õ'ªŠ DÚ§d$™´U@2Æ ¢¹¨¬uý>2Õµ÷ -³oj?Í„•ÆõÖžchL)²nÞ:Q¨EGH¯§Äßu‹zÝþ–5f냨¡¬cÑœÊáÂ\øë- µ7:UÝ{‚N~×t~ÂpZ¡õòÚÁÛÆs¥jÔ@XŸ¹?þÖDA&JÏ–D1ÖôšÂÿ¶ûIfF³I°b~]³¾«ƒðý>ù¨Œ)÷{xÅæ®Z&(Íh,Ý9SRNdóéåÉk¤»…‹N?®-úa±Þ¤×<·Àdq}}àæÄ»ârÑ ACãY£2æ+óSÄ­«Yr-•‰ÍרqÇ*§aÝWr³!â±<ô ¸ Áô<÷¶È‘MEI¯ò5" ûÈUÞbè]}bv‚¿žý4ê¾RÓß#Î͆Âú0ŽÞ£`› ó]¸;-Ò:ÂQ´ —8膬_"rÛOµÖnRe’¸÷ãøôèa„ëUl ¸¦"ñ>stream -€z+Çq7j¼îo>=@y­_£¨8ïK…^É^ðÜ|F/Gí Ç#\\ÞYgשÇ{Äï6¢Î9 „Tö„÷ã¼ ðja[~A½?èm''%¾mŸ]HDÀ…{Ÿ)ÂæÞ€¸Rò7ví‚Z -8éýS„¢·m‹Þnë¢÷(¬{6Œv5ð¬¢ÏmQØ€®õ’žâ¬K¦‹€úsÓG¸G8œ6JÝ}(øä£Wœ ‰Xëÿ•¨˜\ð“à½BeÖáºn-ØF~üýLî¼L jMÔMBZ]”oƒt£G1VÜü -°óDç+€Â;—«bg¾»_˜foT,®-x -E;]+£#“€•ó>X”mƒëÊ`ÿCD½Âº\9p­û½G᦬° 9ÒåÒË]†êu¨|OgQ“ã•1«#4·4í×~·0ÅÅ%eêÛŸ¯*û¬šñ§¥ÑHX,Êo{÷´áËg%X^Ä-˶]çî  SQ¦?¹¡ä¼Ö¾.3wùä  x­,P_,{çx? - -0[ºœRMÚ4³[Ìp—[9¾]ê‹eÓÜö$uø÷£Fq6…b¸Íµ[AG—e颺O9'25º©Ý.#nFù+¢Œç†¸ã±bïá}`›Ž%Ù}Ál[ðÔ¶SÌTN±œw|…YO@Á9@çÌ|9Fß0k~‘œ o,f~›®:ÑzHä…õ\•#ûPga‰7üP¯ý£ðvlmª· åvÉh”-ùaÎ]CÛUþ¼"ô<î,h Ö#y $þ‘be«|ò°Ü3BFÝ Ÿu‘üXIR~˜¼A½ó…)­–=§§ÒÆ+ -ˆ_C"^ðîÜĆ›ùzJbqãdŠè¶iv~j—2­Ÿ°ü¦9#wþ ‘iî†mFA]®2eìš²ßÎr§±t"´fßóÊ–è™´héwÜÌÀÿ2 ª¹±iU寷ƒhCÍë µ4Ôp‘ñ=®ûSÀy]oÐ9¤Ö×(H6Sôyw‚ t S/9T€• *T-¢b+ÅÓuˆï®>Ì\Sx¯xí?çáíšß&€)¶¹d±Kï4ÒO€ÝBD -YŒÚëzGÓ¢PìôV‘ƒã(š6n.x°[‹"â)¿†ÜÀÜܰÐÐÙX×Ó€µtÚ6CÙ,—¥Ó‹z°¥gÑC ¹â/Û‹k­5BÓÞ"Žß<>Bïò\͸ ’¡`aBñ‚…I;Šüôï9ØL*Ø ªßŸþx½Sh­×#H+}(vOfóA§)—h{ïhûë!^ ƒ}ëkÔßì«À H-¸Ððö<¸ðnÚ#’0ì*U]%ŽÌw -÷ìº?E´À“V¥­ðë;õ‹¨qDy±I´WC ¼ù×»ô,;0`HÛzx}¦%UA†êë¤Èz—¸-›cZé¶Wl@f]®^Þ¾nµie BùQÆ:Éíº9ÂÛGˆƒÃ"mý2ýNÓ#µ€ÿø{k–Ê´kÙv)†ãµ<ÄHv-–f%©Wh kãöáŒ9ÇzÑÏûa±7¸¢'¢ñã…1,-0k”)yTÀ¸áõá Ž¡§zÓU"yRæ^õßîi6Å òí'®UìR×a†yà£Ô4ˆ¤¦•"±IhHs_wÈüÚ=]ñú‘AÎL³ã B×{T¼êiéïQèŠ ú¡úë‡p/ÌÄA-<²oA=ÒoÊ~£—…Ù1ƒ˜5Gº0q<•Å®ÊÉÕ-:z¶=“„xtYe V‚‚ už–«©z5øw(f¨ŠÂ‘kÔûۯȠ¼ýwöz¬þ#G½m— ³=3ÆðÌq -YX6:ˆ »&*Ö„Œ_{ODVØ,JÑÏ0%z¬)d2T„Zœèì“âIôŒmXZD¹¬-ëèñ.ÛÔ€µgÌ„Ñc¦õ. œE n¾}³ÐiÚ§±…}tU¿U׆„aϨ€*-Q‘uQ[ÉÏiµV…€–±*P¦ÓoC, ö$•\Çæ(oCkñb ”êíÁ=¬‡GZÊW6Ç|¦ð4ßHá5Bq¿lî})‹“ ,FE÷xÊi ÊÚŸâØ1IŒb1j0¨<Á’ˆ8ø­•-ÇÚ¥òÑÙNîËžBN@98ÐcoÁ@œm޹xÙ`ÇöÈñ_Á”!UKABàå³2ì¸úµ l^VCW›â¨¡qu&q—Š üúk®¾dü»ÔHdÄBÇȃæûtY02(WÆ#FéÚ&’)WgkI»Tp‘FLeäo­’뿇ešNh}Ž9Ó“E‰Ì%×B>Úéo¯ñ2.À“ _ªM2h“ìÀz„¾6úµî4$¤.Êß=ð/xÞ=6WÞ¨s„c å'0N·ÖOzXú!kH…½žãSC.fàžœü¸'ÎZßÍ‘‚H(Ûe‹åžî&Ë=SqäÇA9"(6XÏÕê‡~V}ÝêÙr $¼ž¤ 3,yT+­ˆëÌÀ^÷ÜUh¹]ìt3»•fÁ%µ,#F}¿ð*l”µÏu´¾*A-8e#èSô~ºµ8„‚TÍáOçë‚ã;`Dt.ø‡;¡{÷Ñr¦• Ñ]ÚµóãÓ…¬Á#À1ºÎ«´Ü?™ÊÅ GL7‘˜dõ¦h³ížƒ;UáhùJe­—ø’sƒMX´Èu³-™Ã=hm¤ôJ¬#€¼³dzk1¬ ¬ô)ÁŠãðôÞ‘ÿ‘@Qq¡“%åªCWUÁÖÙ—Û6×Y¯„‚ÆD™ÃÊS4z"P œhÚäB¶‰HlÝ ½`c¬§0¤ø¾£ÍíªO“èzLYY…^—0ªikj„ßãœa?ÈJM_eݬpË^JÏS#à³ -†úÆj¶ÀÐ4ŠýtÇÌ‚jP0ª&躭µô_=N -r,z”¢iEÎØ³ l*Ök-eŒEh~µÐ;âl‹oîògŽ‘ïº^íñÐ(ð®5߸@E<×s BC=î¶"LtïFØ€_§›DAˆ`¶G„Ã>Љçn׈èÃuìw…Y"oͨ¾@\>ómK^: -^^â·GËâ¶ž+Þ6:Ò;þ­šâ#± -< ß>§¡ªÐU5Pú û¨5ùÈ1“âÄ( vcÿCR¡½ª=|˜3Õö¸9šüµÂÎWŠ?™€=ÝG&$4×FúçYÔ - §éÍ¡‡ž,ãÚ)ß(:ðÒûh­ÑÏ,ΰ‰ðqiLc¡j¡™U ß²õ¤lĈµrçï~ÇúFt"ÒR¢øj ¯IýžÔþˆ*­ÚÌ+âœ"ó{Ðtåš²þ8ôÓÒèèu&µñêž(vtæ>AÛD:h°]æhŽ+~b]Ûz×z"@'ÁˆÛr…&3p4If¬ýáÉ:àÉꡨBtÜ'D›¨ÑNáÆÀÃÆæ÷KÎïÝF#ºjB€ ª<{¹è-Sr\‚ò½¢Ù*%‰Îè%ÙpA -ö­Ôý­Š xYUÖ>w•óp•´{n]A„Ñ¿t å;) ‘” )aw5ÝÝqjÜÊ"<÷3×ö £ÝûIða¿4SÎûÊåhƒKa*ÔNQÊË ¾%RW‘"ü¼««ûDL?¹jE6Õ¯¬´™vbÖhà=Ò¶¶1Ši ¡šIhK?³å"¡GZ¨¯›Åôè×Þ“Ÿþ‚o¦P¢[;~äjµ {A jÚAÿ¸£Öo[£^·Rµ¦¹Š£Ït¢:DX]ŠzŽ‘å›Ö'°¦K~5°Ž€\{˜—–¨î¾PA Q e‰" ÈqΜ Ó#DšVtægT«æâ©F–%ón½9j=Æë½¡1<ô+® Ä[ÅK ©@K¬ kªàج#íy O¯ï°ú•¼wóÏ#ùg&péή·4#z²TûuÐÁ¯2«èIÑd#ÇQñEeIn~àÛrà“q×ï'¨úW4ö£T×<|r‚Jõµ":j°1~*1~ª%_¥¨€vèÁŠ7"çC·|gQãV»`0Éæê­8pް¿ß·šÊ¥·ÇÁ‡ã iÿ­Žm˜Úb¿Âšh1lêƒ1(t0×Ö¢‰to霯µî87dϦqC”näµH°ÖßC/ƒQªÍþÜN`À»·:[~²†&?ý㘠-Ïn‹éá¸AGÀó¯Å6}eQŠØ„òÚPbW’ =$y?g"ãÖxé¤y£à]PE´àf»·ÏU™ñ¹š^(t4©')"]Ñšω-Šø2i66ÉCè•X«Úùl{_;. vd§F¾ýÄÚ·éÙå1<_£L¤MevíÈ€AiG¶Þ$G™3¸ ŽÐ¨SLóã­ –ìJ×Õ,ꉳwëßÐ_':f<šóª‡)êoAGCm·ý•6S.ˆI. :6¦´<Û³„­ßñƒŠn§å -Àa-k§¶Pü ¬í¾ŒLvËP&Z&¼Í%P6f(Í€;ÝjÜi¯†ö®Íw¦ëʬØPíÛHî5 Ü}Æ‚ðIõ8nyfÆ’ŠáCìmÔ¢bû?¯Õ …'ö%5=س=ÌôW-Â;×öôÀcùöå$ñŽ”Èl¹¡¥Ï³ÎŸVÐþ±±”—bè·Ì33–-Ä|;çŽ $º¨¤uç€Îشν7¯÷i*¿«Iæú®g±ð1–ç(ß=†ë$Hز«Î@=lÝÍ}?#Ù¥ìr‰K°í/W‘íÅSs¡s<4üÿ­¢HU4·Pö&Ò"úΖÀa˜n‡!ŸQ׊:­Á|©jožm×5í~­1 ɧg\ž´Hâß…¿®"Xæyïž’ eëa1èd!‰xM«"…5"…Usܺ¥lÖòàÍùú0`yÝ}N•]Y}Á5Χ6±Çv†_%o!¬ž/¯0>ͦSªUKªß}Ÿ7²‘Ó2ÝùK–=h˜ã|0Z´|ì¼#EÇæpEÎcy$“V¶{æRl -¡`_^'‚]ÏÓµNn}ô]í­KS¢v§¹„©åY£9)ÑáÐ|D㊂F «“¢q° -àg]™G¸5 Ó¨>kÉtˆ¶~I/ø>âf¿òŽh|‘»‚áa:W¿*Pr åúPõ@ÇF¯DYõLÓôƒà‚gV…3¨¯eêÞ›]Zu-TT}ëb\_"ÿS"î3¨_]Õ¯; Vx`ý[ºÔ œ#1²ÞCÅ»eoeçrÙÚL²Î`ùB ,y™å>8]A •,ßi]ßó<A®ã¯˜¾ó¢4uošò¶ží†ˆËz¬U[»ÍxýRŒø¡3°½î¼}‡ÚHlfV@‘vhØ6D!Ê÷NÁe×f¥="Ó£°c˜ëâJhv s£¢ûµMÐ&ÅÎØ–td‚ÌD{è˜ -@t ßÉ#¸M4‰Gv\˜BÎþÛŠËêT»­~9Z‹$çš­ª+uM¿Ôøá½%ÌgÛwá]½´ ®×ñ³ÅÚåG¡=Èë%ñ€OÜúÓ0à¦Á9*°Mh#‚mº¶Óf4ÙÌøÝ†6©=Ýp‹©ã-ˆßã¶ô¡CÝ7Cß·Sµ`¢¿þU+ƶ³8ôêsžx_Fo%7+P þPgôØZr¶4™j< 0êõ eAЂçÞ&NJ¸1I{H8WÆ®õnV9xêÀr•ؼãÆB5óß#KÆøí -ʺ‹ô”Ü’GC):Ü5•(“HŸy”-ŸuD`îŠÅÉzÚópC`où¥ÐF ‰H‚]À=ê%Áq!aJ2£ÜêÆPR"’vE_ÛqϤ,Nú۞Éýý:Ö"ûÏ2·¬:˜µ3wz=¾®Bà ¡.²±° -¿#iE6,†/)µAÖ/u¢ø¬š“9E¬Úóð^©D×û_²§Þ[* -ä_üÜú V{‹ÙÒ?¨Õú^‚‹×2›¶;^ë[Î_ý^7gA9@a'³]ݮӑg -Ù®BW ¿Êv=ž·4BØ—nÂ^¾ºðx^<+ f)¾L¬êWìUG»¶Ö 2ó -“™#0ë’=7hdme+]©Þ µ˜3Q{?ÊáeK“¡›&¦¿Õ-{éH=„3""hne«Þ©Xµ -ŠÑc³á†Òe>vFÒØIßÖ"FÑ*ï}oØ‚øÈZF¤Í8McÖ:sêhaàž¦»’Bøäßȉˆ†Ø™q½Ît\º‡ÐŠ›ù -®bƒ—": bvH4EÑû%Ézø’Ú•¢{•T &'~•þ+³¿’¼\òÄš4¡$Ó£zTØS%ŽÍ6[©Ó.ô´©Q*“dÑQ:ùížžöÐŽ4¢@ñÚu×bl×@Ÿ0û'xhk+µr–ª4ÓVg6zGHO¦íÈ—žå±ç´jX'ÃÀ¤’8:À$Šà¥×ŽzD ®JB ú¸i~ãÚÖ§í I« ûJ9Ûó$5µ¿=Xö -Yør¡Š£\»F¹·4¤p•:»=wL¦aÊ3ñ|蹊 \H.",¯LJº’^€zQCIï‘,¥ÅJ -ë¾þý°* _¡ã¿¤÷µã9.÷p¼¢¯ìTåN6ô~ zQª³D -p¸øêE²äZ;îÞIäç+4¾^—~¤8䛓³#C-™mB®Ÿ™©_‘Np¹òw¸U3ÚÚÚU¡b)m—µÝï8Ÿ£*…´ÒD‰¼ßL¬ ‰"åjˆT^ߥªÄVsìжÖp¬‚WÕÔTI¢¶å_-0ïMÎ|{Ì“óÐ’MK½L¶p5ÚkÖÚÇáfÖV£)×Êß¹1¡ÔÙMç@04©†À3Š=š½úŠ· CA¿aÕÔ ¾Óú²”Ãu Ê&;!U84ÒꎟQ-6b"” Ç_‚„£«²¦tM—ûÝ™$¤ŠßE㢤‘wHÝG”¿™­QÝ4kfxÚ¸ig:³}w„°$©٠z@-º… Ó¹U”á/P_—§^óú¡2ŸæÆµÛ Q&ß”WÆÀþ¹R4pv;+m·’À£µ<£þ^ÐÞˆ­J¾´¬ˆØ>Ó^7ÿBËÐ þÅÆWi”4›¢5Э>zЕþ”¼*t³ˆ8îï' ûB2AxenqX—LGjs㱪Šr5¨PVṄ͡m–3]g.’ øu&Zô²†®ó`b¯G¹â|·?Á¸Bëšá4¼k¯qQ§oK‘µK˜óá¼t?NÔ@纟ØC ©ùQò{WRí'k‰¼’Ô%÷– ŒlHÉ&pCéÌ–>x^lŒ4”£X… ð Ý­Ë26IM+Ø[=4•ÀÎ뙚DI£ß;Nº[È«dn4²±Ó¼b¡˜8Š¥·ÄÒ¹QT 3ø§$¿,ÚIp꛽…÷P2ò%õ±Ø(¡ÎfUh<ªÍDÆ¢ž -¶âú®o ~*Ñ›¾2W„P×ã,ý~='I -³:së{è¹ i½–š•5iH=ª=E™€ÓæÃpx¢ÏžUÂÎ{qÀ½Ö«ý8¸C¬_•IáÔ(}amçÙf$ô°•³Gy85Ñûdp}<ºX8 «9ÿäápöŠ<¹yKfºÜéÍæÉ±€¯ ö~NDÛ]ìÔȉâÖfk›H•9: -ùâ#ƒtú•wŽ õ,s0¹DøÏ§JýØÁÜ®ßÓÖ[8•TCTKÛ† ¯P¾Ç1pp -¯îVßeëµa¡ë•.EtéˆÞT{†·¥âòZò_'QjØÐ¥;%áoŸÉõkízÚØR~èâ–mÝæ$z¥¼¬M+@ vþ}(¨˜ésü£æäì ~ˆ4‡Žx…¡MNL¿lE(ëàcŸàÙª(ªK6°,É´G˜h¡7‰( Mž2”îS„ð¶àpÿ#{?Üq’ÉótæUÔÃi´ àg“&¸ëÍŨít;͇>`N™ŒY¢z„´èsuAµ÷* -ŽçõpNQÍ;£#“!€>’ž),P²Ek?’/j¿•¤‹tÑ|‰]aݨFßíDõªÈwFqc£j€½,Ø7}“³oy€Éیǹsá Tª9Èž}Ätb¨?Ä—šnÆÂ·˜ïÎGГÚÇU›MØÌ+ -odU -çá¦ã*ÁÙqÕ {±X5¯†™‰†ÝÏMº7-^TA^¾•<ð[*çlò8StO¥1µ ŠJx%¸µsØ¥³ú¨W2†$UR¿ÜXr)4^÷:Whv"¾õn¨°¤x5sbòqû³üÃúöóØ? të‚U-©X<Î’§4–/ü\e©€õpÁ8ì!©Ÿá €c4p(=x§üaƒ!ÿPàÜÔñ,HÕ3ésbÕ„ñ©ì„J‡aåæ$ÍNû1{¸´ LCóe¹Á -ÑÔŽÄι'Ö“’4²JÒD˜åI¥4T£'TÓªAc»3Dhe¤+Êl%5Gr÷í‡ìö¢ÐXmCj~ßÔw—0úúEà*[Šºû4HõrCYÌ+ê·Ö‹^z¾Ûúx3Jÿ¾±–Xä }¶]v˜pwÀ?‚˜Qµ:ZNÔÜ3é™^ ;èRTé9QØ|ùŒ€éy+A l}T¾RL%'ðk›[ž‹Å×5_Élƒ¶Zëh×¢Äá;ðÞ5…µŸ3 Å[Á+ ;wVÕmðŠ·P/x˜ùkO݉ôÀ˜KsÉ)¶˜ï¨ëÓ …Ô­0ø…ñzðì– uK¥a-NÀ½9ë7÷¡@ „ú  ¶ßrXP7pŠž½|ŠL_ ÌE°úÈ=y{«G—ü©#{1ZÏÅ!ü¤>x¾ù%±F84çLŽêOÕüÁfÚ_‹PwÁ¹®•Œé©µ€eÓ gÕ2'?§±ãzÿ^'´1qÚçaç€Î©b½[AŠ:ÃòØÝø.J–?zD‡º::ŒÝ -± -=ëi¦oˆŠj -²½¶?ÒG²J·×ëØš–¼bs‹^Ð,^#€.'rœ]å#½E$&jûm ¢2ÝÕ™¡6G”jÊó,®ÿj‘ (1YVoûÈä‚eÌÆƒÀ·ù‡Fr´°Ö¶©„Íé|†'åÂV7‚¡,ek7dx¬„y=Úž1²…C©Ò) 3³Û\>â°›¶P‘Ÿf Jz6@b±®­AÌ ©¦]",äUSxS†5õ×»çëL‚Iµ»¯ñ=͹˜«ùÕnKйò˜dFJ4–”8"ý¸ŸÇµwF¥ ß~Ú\˜+•sÉ5rªN­|²ƒ)>ùÆÑæR¶ge´'XÜ ‡‹>cgŸ'ûa (ôq qèuò“‘¹˜ -FÜ2°°ä·”dÑÛ`ê²É,=®Q[Ï÷ñÜ”$å ¬5À¾àp¡cçn«œ#ú©×¹Éµz`jTËÈÛdžn¡cë§xt$šûë”fÀ£ä½ÓåIYjFdôq„yÔaJté%Í€Þ•®©@åþä`JãçC}V‹ˆã[JÒcâÍæ³"€]±O,Ô5|‰8r¡KÉO”õvM~Ù»ëß!¶äòxÀÔðÚÁ†ˆ6â(GqAÄÑ_½#v†¾âCiãd5åí™=j5½vš  𢦠£lvÞŸð¡±Î¯C¶Us>Dßœ'­Æ°À™0U -87Ø2V¯«–<§äfÒceJðý,Íí!1k( M˜iUÜ’c ÆóŒ2^äm<¦À ¾Y¶E<¹%+BÝ*ªnøD?ímQ?¾*Ÿ­tãoþM¸pê±S6]ûð :ðpc1Œ¬,rP#GaS)ßfFWXsë®(aè_€鵑:0Ÿè\k[–\=@Ðe¹HˆY·ã¬‚EIàN¦šåÞßú,ŵ޻t@)¯š>Éë]|XXi{«`†©2<]pÔM}_š;××hG¸Etç=A'«(~ðºÎä X1ÎGƒmÍ yKpó½ªU¹VújmJdRÌ-ëh†fc$‹©÷pòG„œ`À_’j’s†| ŸŒµH»ã5;±1Í œ&è ¥ãΟiÑÒÙE³tm¯0mû–é8f8JV_½“ªžœ‚iIç»ë^é‹ëNÚYaxv†þ}i‡¦)õ 8h^b¢Ó´ ²DÜf:ÛÈ5~¼]þÌx Ô£[ Ucãxpy=*€(æ·oEzI/ IЇõ̸S²ÂÀE/ä×ð·ÅŸ<Š!£$‘\õD_70έô¦(ÖU¶ë;G ë¸*7"R˜ã+þXíÎÙÎ~ëø›òLÝ®R¯t쇥Õ(tOû”¢*}— È`Î=týÓ¿¿$¢ðßý—ú?û@¿â5Ÿÿýà-/Sf SÍï€2Öfà0ûwP–Pz‹íC”4@—hÒGàõô!ü`z|°5ÃR-Ô}Š= ·¤:“ú¿ ½´p`5Pwg…N±»'uR; 6CÛÓ»"óª;¨—%Ò C«§O¸ÖÅ Zµé–𭑘'… -¼¡ï¹"# ñ9#8<Ò³¼¶•Ç5scjƇ¯Ïå0‘(l×V6ÖÙ_Ú3¼ta] úh÷²!|ü4Mu^JÚ/O#tØÁüèEQÚÞ‘l€ãÑøfq8‚8™Ã¢›Šï2q’ÒpÍ)¤ÙÀåœ×£ä}§¦úQFhüŠò]qfRXéÐ჻ -—¬ ®¨èQ-2¹’…}¦ëŠ#óAË"ȈXº º UÍô< ¬;±NñÉèë­Ÿ3dÝáÖG?QËø¹-DÖ?ËÚ[<)%>»AKK0³ˆÎŠm­S•™ˆKÔ{ /HÊëÞªv¾N€*QM`Ä1÷7Y») ØZáoøØ¾Z™3òZ²¹®ïvÆ4.Êþó³3„%@î v×Å -ÌMŸ{WÂc—»†ŸÓÚ»¸>.Þë|0—(IÝu=x—ßc‡Tܹ­ÏÌÑ@‡'þ§„ɉÅ>Ó[ý@¶øN°r‡Ž0RÀÎë…àu¥¢YoWT†îÕ¯ò À¦€Æ·Ñôýîï'\ùjÜö†½¯u£h6ñ‡ÀÉBΘéuÄ/^GeHÇÃ:›°5ܤš?ÌËÖŸ{^,r…r nß4‚:Î4G¨Ò7\yHÂ~‰. ¯úÑ÷eÀ• -hûú"·v"xÔQeFA(F\ûdMp‚gÎ×y6s÷œÓ/â¯Ò˜\I S€ µ[ÿð‡pUœ'ÎqߢêV çq]t‰_4‰TT4©:Ù –§#áøD´±Ù2½Æàˆ./ðïQ~rë†î£e‡¾ ÎPïŸÍ·¨ -rV{q`Ø¡®B¨P*EðÕ­¨q½1 o¤ƒ‡¬[…g}RÌVÏÀ)Ë^8‹Æ3ŒpQzüÈ­EmÝus­‘çÆ…3=ðãÜâY[yâ,kÇ4BJ]r7œ~`›±Q=—¤í>?0îJÛ g -~]%3€ýØî o±+s£IYÖ–Må¤È‹£í·äƒôÍ ]a3ÿ'ãm}#ñ ¡¾"# ìªäû¸vˆLˆ*iTv¯[ÿ|H«ê!ü¯µ«:Ž•¡Í,5èo¡¢é–OxÎ=Ηêè„F¨Ùz‰ì¥>â-DÙÔÔVo&ùAaEÑ4ñ8âVDë›}!û2eýjö'³NY6«Îø³èû¢!lÐ3„»17kˆ~ ›…Φ“w¸ªà)YX,QÖO/|gÄÀ@èE%#—“x0OÚeƒ~~“ت•KRêÊ~ù {œ‡*k1EN0§+«4:2–¾•lÝdLÞ–¶ Û·Œ3<¼–3éú1¨ýìÕÁYQŠvuäÏ•B¥EÉt­\ßÞ§Tzµäå¡ùQ…Zñà¢àA•3<(lNHb5ô®èýšR°}”¢@Á´}ÌÐ1æˆq4¶ñîÌv~÷uµáÞì)Ù‰»6l˜Î\Ñ=ׄ·Róq~…žÞm¿^ò»ÙÛ’UŸ¦¦€Ö‹­a±Mi)]kf§]‰œ´q/!½ë8–R$|ñO£çŸˆ(&T°™§™ ¢˜9AÉ„g4¼‹àYŒ;`,¬Ó¤r¸7úĉÎgÕLå‘éߥ`¶ót_ñí¦WnU.±Ú§þR ßüß~ý½øé/ø.ÊRQîVŸ˜5FJr­ï-tÃ[’hß}äY?VP·ÉÂa|7d\Þ—Ô‚KRWÄ­ëlt5"›Aéß@ŒÔn;Gc—.áMô€§‡‰¾1ú ÷½# DK‹*}°XLrÛ>Æ¡ýdæXÏP7а††i££WøªØ/À´Â|¬+Ú@ qëžÙ¾£Ë)v-Íîõ׈4’Ꞙ–ãÄXýý8Q)rž³œQlXh[³­Žõ#OOU‹» ó2Hv#³¦sp0„Øê9ë *Ö¬w;Æh® ÇV³'­ýÀ“xæLÑÿá%Q0R㔈òêùÖÝ44ÓÚUvÄlNm35Ë*uW -tððDœ²i%‹_šœ E¸Z(]èëÜ/­‘UˆY™’O’Ñ}Ã划](5Õƒ„æ­Ê„n Í[­$á|¦šÀlÈ€‘è=[(® 7?U5h½á¢õæ| -qõÝ:^K1,à¾Eºüg‘ð¶À z?“çÃÍö£ƒ6Õ¸jbͤ #°ž¢*cöã \¸õ=âw{¢ºÍ“¤|ˆRæEf5Ìï¶ì¤æ¯u«¿$È^Bìv’ý²í5üdfšð›‘pò4—QBø˜ÿ›\h3•b±÷œ`FöpEU‡Ð øOV m#“í‘Y©6¨õL="þâ797 lEPbE[Q>ú?í{×}%ƒD­ôÐW³Äµ]«cŸÉ@°3ÊÌE%¨}£C.[^9ÊxÎïl¡¹[ðÜt…f~‘Sõªí_:®Ÿ®ïŸ\ØëÁ…õO›šZÙYG¾·((t¢}èhíß~ØÏfŸAIЧÁK5¿qGHZÍE•ü¿DäqݦمJW˜¯Çü`ç©é'å|Ða×ÛméÅ}iÿ½GYÃH©b6SéòµæÏ cœ˜’ïŽå‰;EÉ„¢˜s” -çZT+áîš‚÷v¿Üw¼ËFk°üÄPºûíù@Ï%ͯ²QW›sO²YwÄPO•ý²%¥Qó¸Ÿq,¦qªöÑYr¹ùŸËwÕF_UP £Èlª0¼6e_Vºï jJV¥rœYG-@Y|‘[ÕŽA°òvÖzÇö`8âB`€qfEÓë¦%JÈrËÎï5[©½naYTÌûc˜–´ëõBEÄõŠÛCS ›ÓõÖûw#C PŒý*œÐíöB£ŠfÝ;É;*–ÖsÌx:uW¨Ûæ„CðPØLS=•Šðù>Z‘H\ x¢|&Ž÷ܺ%‡…3“K÷¬ú¢qòÌž7àOfGɲˆÊF¡>1·#¨½rÚØô~ú¸‹n)˜m^¦/®)'ózq$ Of¦… ,볥촺@ñj;Ãvxnûb…¦‰rËëQ¾Ôw˜÷xEœN 9S·•Ì&œ !" Å·‡ŠˆP]{œ4[faj‘‚&¿÷ñÏДgÛ¿:ð\Ñä6³¹FLã±F&,|}1FÿÑvÈ/,%šIS?;‰‡ªâK¹KR †bLîÈÖ#ö¾Ü~Å"[ý©Ub®kÞƒ$xt¬þ0ˆ_B46©°7Ãþs Ž–•PAó‡cç5ÒaîgÈ~©‚ÈÅ‘-@¸~d_ÌÉ[uÌ %UÞZðŠ‚€ƒZFwZ¢0ŒîÙ£òDKË•fÓ04`úzJôddŸŒ³²IHShêzþ=³Ã¾µv†þý²>I求ÁBDéÏéÁs>JB+?ú¶Ü©Ûrçžß½á·:ü/oNO–ºrÝ–KAÓJqG±ÍÞU†×ÍÙÂ雬< <Ù„¤M=9b Íc€Çà“éÌÔ䦕_zö›Q-QUãkÄ@¾€60æ&O±ó¥äèˆäh)é¾{ñÝILý`çS{P–kj‘-ý`èã£]•å…›üG ^÷-]¤$¨Z2Å+¶/`ËJ,·Ab Õ’3©Áé¸d~ý´Wéh¤\øBÖoÊ8ed@¸þ¡¡š‚ #4:•i¾²ôñ@ ¼Ûs4wÛ{ÄïžÞi¡r’ç8Î}=Œ^$=¯Ô´: ¯ü y‹ø¸s~b RÔo}—¦sû½­P*Z25ŒP¨ pV/­‡5ž+1ž““<7™g ÍO{Ö‘nD%NPƒ¨³¦S>ˆ÷UÚ¦00tˆv é[ -ÄÓQN*Ô‰¶Aò´;ôŠd…ØÖ/ %¡u]ÃB=zûà_wÃ)²†_ÿðçMQjÙã -;íL݃œ°KèFÕ+ëBÇL:²{'Níu“QmGõD¿½pÆýxºl\Ã1w„[Þ±i Dô'‚¯aòtëH%ÜÈ…}„-©ƒˆ&W ©“DÄóÚº$îŠNWM¢DÐÓ`EG¯ë9“n0UK¬Å¿bÚ˜“á?OPÉÖ~Äûµ¢bŠÇöõìQ‡ÓÊê§õô¡µµŒ3<8<üCïÝî^LÕˆáܳ¾ƒ}z“UÓrEOpû 7íw÷@Ò¸b¾3q¿YQCQ«8­2ô†,cæ(Yl\9Pótà +öª¯ã»lHŠÏx iM·ØÍúS„Âg¤§ƒ¢3j6œ@C]¾’IÙÒžðYcîy¬û¨ØL*%kÑ]¼î˜™I¥Eî½%#Ü.÷ÊÛú€ãYLΊ—'"&nI‹V³Óˆ‚½ó oµÙY·§tŠXÀ°A¾ùàñ0ŠÙâØ k„XËæÈEç½I´RÌ+€Çõ4JÍi5¹-ÞÁ€Íé<#ÏÃ3Ó ¶5qh/*N¹j+ÑömÛ÷Ð?Õ)‹Ôk¨8ʽß9ݰIØÒå™Pº.öx,AZÉqµ ‰&(y»<‡PðVâù\ÐØäÛmY"X#ÈE÷¿W•oþˆÆÉZÔ«X/ÂD`ÌdžGšÇ…5êÈeFŠ°Ž˜NrŒhð$Ì%FÛpú|„÷k¨Ú¸Ç*=c„E_)—dnÇ®+jj!§›&@4GJÑX5ÿ­í!ãÀ Ë‹–µ¢Ô[) xÔz*·¢¤ûU´XsböðTd¡Ö™#ã-ñ;8­ôk_ ˆ‘ùõþ~&û)ìîRXokÝœ Ø`[oTÏŸ+c…VÛØ—`kEÔs?@AÓªXU^·G†ÌúiOUÉYÕXæÖúªC›míÛö,nIÝÚ_ç7lxúnn’Â< -9·Ä[ƒˆöÌkߎ Ö!‹}›û ýyïäáØ¬jŒž÷`ÀÕ:Y%‚ìóý7¨I&hvIä}k»öýv¾}Ž% ™a“*úp ~3δœp >u#Ocÿ©ª)“BG'y`‹1"œfºftq&ⱞוgá¬ËVÂ×ãĘӛŒªí·ô…Tž—ýø)âJCj-¥G?xŠ~µ¾·‚cëÕ¦Ð@' nOSï—U½G¸Ù%Kf­àÖ/^”Z¦¯yüp;(#ׇM%],kP+gGhþ$Ç3«:O3®s;ÒzºÂ//²ûNdhG]Wè“‚Öáæa;çþÍÃ0ÄIsµ•LÎÄUHŸ,7l+RàAÎãu½î5ôoy•ç¦@«Asm•7g}.‘ÇÔ8CIsXEßäÞÄÖ_Dä§ß\ñ·?ǧjº´®áŠâ¼ÍOö)™ïk„÷väÞŽò(Ì|sÏ:217½÷…ö\(‹¥}×{7[Øïˆ8؇}Ám°ºJc|ˆ -¨ -jØU‰uØJõ’4 -ò­Ví¼°› >llLÖ:¦·È»vÄ:J”ôªuü‚Cü{Ãû-b\q4¢ký@–Õf¢¶™+èÝþ.ŠGQó]ÛÛŒ¦¬ d,óܰ–¸û:ŽÝÕØúkë =|¾÷L$Ü•Iå4JcP"rѤ«pœ+¸ -‘óŒˆd +T -Ö:pý~‚l¦7¾ki`œ£ó2czµ"˜1à+Ÿ•åÊ%(s®nÇ`ÇÛØ]Ï’'ÏR§dÅÒá§g0êŽÄw îû`¨øýƒ£kœ9ÿ&•‰>ßМbnØËÐêõ¼+Öä.jÁŸi¾Eƒ`RvÌ÷ˆl*g¬±Š¶ƒÌ2S aJ•J+~ø€Æ%y R‰Ç|´¾D½©sƒ8$N“!ÝQüÛès -¯óqc9ãÆÂêû5âµPà2 ÁéËÛq`·28•~ZÃ/\ˆŽähñ­ÔBÇë^öï¾Ê0~÷u¯ö™Ð“:âAL`¹û¼’Ô©`R1¶{¦cBÅçŽËLшX{ÖxÀyLÙ32¢tõ´%|å8Q@!É0B¶žÊ ¹-À•_2öÿO²{ŸIËá[2]ƆU ½¾ð¶Ùˆ¿ø@¹C¾:(÷õì#i3†fQ›œQÿf|^bœÆôƒwÂôbÝ·~\/ªOø="ÕVz|ûóQb¸QìTeÚaP¤ÿôí9·H®j/oæih17kC lÏñ€ìa.…ê0˜ŸÛ@ŽŸµ$q¤e3‚Võ -X ‘•M2Z ´dqïe6ýÓ±…à}ãbT¢:b«wdåÛhq›gL°hc…í¥:’l‹+{ÔônŸGuí ŽÅxåÃqæ–Mò¥íu#{/·C«£·ˆòY zîÉ{Ô)f\ ÅÒÌ­JãZ9°c»û/lHŒðdy1nK1»ƒ˜@çHõ 1ã|2²å#~^zr€¤±0³W´ ö˜©‘.¤¤ðɯýnßs:òók{, Ïžl9ŽRº8œ!¬mÛ_(0Hh;$U0™~ž¸~ë‡ÌÇvP–1Ž„ç –7Äü–QÀ¥e}•O ²Npyß_XÒ/QcÛŒq^Úäm|øÁH‚2«œÛãwúÆsG\eÌ÷€üb#ÉŠ -޽¦mÖ!ÃNUZ[€TlþÅ.Jß4ÓI©zù³ìû ±÷‘Áèé^¯¨ª -Qt4‰¢ý7ûz3öÎŽaÛQ°Û¾ðƒõ…Ž© öÆ¥Œ×{L™í7ÝšE|x!l¡[Å\ï\³Cžb6C• ª»°ð゜æó{‘OáÉk“Ny'§ôˆ:å`˜yÖq'Bí¨¯ÛhRίQkUÒ½¡£:¡Rd‰G_Õœô -c (îgµ÷›¼}¨”°} F| 棺•°Ö·(J¾Ö¶VS ©KÔPwwÞrojÝhö#€Aª†’šýªáÊ¥xA6LêZ3‰=w}'êWÜmZ -Dí¢›³­[v½Ùì k©3¬Z“‰ëZë[5öp2é€a‘`·•x*ÚÕÖ‰„Oíþñ`”Ò]øúç´«âPZømb+€+­áËç(:ª¾åà_bØ¿zj'ÔÛ®b³;±â9ÑT^qnÁò¨ÛkÄü{™vˆ ÁEw+ß‘û¢¯aÎ)ö„—†L‰j½ª®¨*Ôç·_GÕý%1|êÿ(©þÏ<ØËýø‘.ïø»õÎoõo¿ýÏÿñÇOV¾ýûÿøûßÿïoõþú¿ýöøûù§Ÿÿúÿüü_~ûÿôóO¿ÿçÿ÷óïÿ×Ïÿéïþáÿù_~ÿÿù'½_GþNÿåÿ¯Gk]ä¹þïÊÅ~àøO`-0·à©Mݘ jΈÞÒá_?T>­Æ=J0:¬•5óÁ8ök5v6GY©Š¿;¼Úœ osTöh}Pü¹2;‹r#ÿ, ÎÝnGèòé3)M§Fûy~ãàUî§Í#šßþEË_lý¨[ùSÿEáiHÙ´OoŠ»ÝÄêìÖtjù`¢[ç½ûýÚŒ šß€lRç««s÷ … ×ȯzOÓI¦`¢ º]{Å´@¸„ïKx+•AýFÌ:€Úoñf¿lv)TIz·Œ. “9ÍAÀ0k)ë¢"Å7w~YÜJý&¸C Ûü(¯£§ ˜ìe© Õ›,NÅý«1fËgÏ æ„?²}…i@Ûè!Ýà)·á±UD¦¶ùGÃèY0Õs:ˆ°1[rmý!¢S6T!›€âJ÷k|¾èL»^iLÁçó_³.æÝÿ¤Þ~OáDî WÿþþAÅ¿‰ób/Ù&¯{z±d¥Éâ[‡©­Co½¢ïßÛ¿{ªúÃ߸ÿŒõ±U¼Bì›þ†_øg‘ ’B)h¼ß±Û <•_¾}¾ý£Ö£å{¥! §1TÓQƒ¥äŪ„<³áNbßioã˧Ö“ðïÔd®7ÈþGqç$ ¨bÆg ª€ä~Óœ. -@• ³óüáà€ØKžvÏó!ó‘3ó‘S_ˆˆl‰Ó/iEÑ¡á[D“æË¿ûK$ùÿ¬½Ë®-Íz¦uÜÃj “‘qÌ&l!TR!¨–UÚe¤’ \*Œ%îžxž7r®ýÏ1í-KV•-ÿ+¿™9FŽÌˆïðÆÇ±Kà°Ýt:§(š]??W°~;½»ÞµèÕ‰—ÊK ó*=œs ©ŒÇ+KØÎ#^ž‰ë~ÏÉ̵ ³BÅ¥ ÀOŒœ‹¼€âÁ†ààNd¨ü«,>ã¨öB²ù 7µ+€è.ÿNZ›§šyÍ“ƒ¶{•¦ÔB?È8@#[Þ:¨3e8:}ߤ7BŒ©:—·Rvn b÷EXؽn6éwÈÈ÷ÏœN[Ÿ‡¦8!óM¾â×.¤âÂ*ÙŽ4¶¯Ç×pxP£Rô~%—ÆÓ0»ª/ÿäù&'áLïçåoâ™p+ö^Cõ; òß-µ`Ecé¡hÊÕ×¹ñÎÝ»"C{ËÛ¿£Ë$¶ñ$õý¼ }âKhœå¨„Ò3Àë\íØ£Tƒ$Ò¾F0žÌ"KpFãQ¥›QÉmăÃÙ€tsåüsè§ŠÄÚùMaLrO÷ò»Äxí(…ýwÔb8I„Õ÷€ÏPC ’:Eý7"dzt`MÀ.î„N)_ ÍhC2Uöƒ›–/Æ(Ai# ;ôM-b`k”€ûÉŽz$yW_Ìå"V¡úŸÒ¡Ç {_ÙD`yÑ8´WÆáWïW½l Plz)™Eˈsß“åðç†zö -ò±öAÍyË @%¶¶üu‹ÝÃáB:ðß}6:=s-´,¸‹ ×´ïF°• -óã©È¶I„ÐÅ®GlfAŽ[‰`¢FD8èüNW>Éû6çJ§OÝ)ié"a"b÷BYdßî#4¿Ÿ -ÃÛûÖNcÿòíùÓûJÕ£¾ËëÖHðxet½ÏÛ„æ>ÙÝ@ë»G‹æ--qp žÆ§Ï~IØ‘ÛQ5€Q ÿ>¸§qÃÙ–9(cyæ¾ Ú7Ð U³ °Š<7µŸˆ6Œ  ¿_G2žŸ¡ç_gÄS^ƒ¸1öC¤/#×âyj™i>C1TEÙ>vI»»úÛM”å»ßmbÿ‚V`}É´§C6`sùÒéïZT{¡{m*ù’ˆ'»–K>^y¦-­!¸¿0Èþû:QJÒíœÜvF²J‘8º×Ó V;h LzæHñZÜP95´ý®ùõLE%Wjä}2ÁÜïÓÃ›Ë ŒƒE–®P†Ûæ¶Õæ×ýÿãAdVX*jž¨K‘rn2~Ì1R¹×Ô ³Â+“¨.dt|F¸0¬2ôþZ:Ïl™°€Z¦“p«+¢‹7#Ðajàž”m‰þrÕ~}\T?–~[Ãs«”⎯®S°ì/ëƒDleÛà½4o彄sPˆHÿá‰c:aŶٷ(~Û¬¢@åxpz~4qÞ•Í=ˆøŽó|®?F)¢w#îpOLMÙßI>D¤Ó¦¿K›‰ßr¤][]ö{¾øP÷I†Ý.Ù~ßϲ3ûËU{°ò”JüõïÌf´@†—pÊ„¯ƒâ!|g®Æd¹ÌsöŽXà¬ÇIz]q’¦Ø7ëéhwÓFø!â}¸œÔï‡ øâçY -Å»­=j”!ÅÉ|s CBÜy.:øØ8Lç8Ò„F±ÔtÝš"BÁ|Å!§yßâQŽëlìqñf}\Ç¥#:ÅwEÇ ­€}ï…´7‹:ÞBÀÚ½×îy²#9ûDÙáHí áΕÌämrŸ¯”©Fj%Wj±Òîµ±×fÝ( ßIe(·W›V¯¼o©ž¡ e™ç‘²KÉ;-ÿ[@)a”Ÿ #G¯}³ñÕ6uŠßj…‘ÛЏâwbwð#è–§àðh÷¥#'M8:P¾¥²ìè®Ìu?ž{µRß²‚é‚ýí.V;¡¨q(nnûQ§¼ý!bfÔb¾¿ÉG:–—vñŒ|Z[+èú>’yOÏ`.cX¢vq¶Þ71­¨u1cþáÏûñÇS`ûÿLQsË©À7éí©}ºŽ 2ÃÅ^Ñ8Oåúªîjk 0ÆŸ€]@›ôã@nPAà‡¿"·PiõtÚNfÕOf¥zo?þ °¢p½I±¤41z”|#eÚ4Dì첑Ÿ&ò©IdQ7m-ç4kÄ@œ=é¸ÊàtìúbVò¥~ž­ºøNž€ôlì95Tl¯X1çf¼3Ôo|'=t÷É¿Q“%1åÑõ M³´` -ï -͈h}J‹ŽêüvÄH9Æða|F$qhÞ¾þ¼Ÿfd ¥ü™±!ÓE»Çß“ƒ7ýÕ¢ÞÖ1«ÉÓè2”uj!ÌÇmÀÎÓƒx¿â:N3«ç/—ëä]{ÍËz7ˆõFÿþh4+F9æQô‰Õ2j(ü÷CF«’ÌKÉö õþ+{DóôˆîIjÓJ[Ùn÷ãÍtIuÕHÞ_à9¿@Íõnƒ»*|Õ”DèZMt íù­í~vê¿•;Þ½WW¿b …Î Ëü#¨‡yDC©êÓùˆ*±†ëC³ZsÌbóÏW©`dm <2Y¿|=­ BàUÃqŠ|ù4ÖÁ4}ÛJ_Í>ê¾ý 0ýÎéï¡iÒC©ÒË›¦ -e£ °l¾M¸óñt 4«±l¦í‡JViºGøÙº.å3âÏïPæV0¸Ü0%?ÏSqμï Çýù¤l?Eü´Ï}© @Ñz¡³³¿#GºcC=GuýxTâ”´ó€‚L Ç€'+Ê©‡fµ×EgTÞ¼v½]éáÙýë#m…=hŸ§Ž˜  gÔÝ ÉGRSf6®{øÍ`®»ñ T ðžÓ^¡ýjåCOн¨8¬lï‹¶Ó{À‰¤¾R{©ž`©+Ð4Á¤M†g‡ g!: ÉG“øÐèÞÿ6ß-ÀˆHp_ç@@œç@}ÐS*&yïé*ÆÉÚ2€®mpRÿª:™ä@(kûWÙOâ pgÕŽp›§k\»Dø@ÂÞ¾û»AñœG}a™Sél…°ýãõœÑ)´0÷ rì_ëlÿQ -Ÿ½ØÓ,Oºp1åêöÍ”‚úÄ’9Æ‹¾±â4eÐå¿}ttÔâÀp±¯tu§Ö‹ë•ÖäÕƒÎmlýòŸ¯üs$ªŸP¸'Kqô„UÍØnžî…¤œ¤vÞifFˆäS~†­«ªùÜ¥åÞB÷jºÓë&aÓ¥"¹Lß²óÖ}êUÅì%ÀÃ@„Š7h6“ßVªÆ·Ïá}œ4Œ è^ˆþ’e{Ç?ÐF8^HLH -R´]X]׌]÷ ¯eõ •¦4A±±º)œ9¼çß/ÒÞúöny•¨COú3p$ Jƒû*Y³Á_w4†zÚËÎxs_|`) fl[ÇQúÁT=í«‡÷=Å@†qnkR -›eQ‹·y¿>óZ.#Pk×£÷¡\¥ò$ãvü‰¤8xå~À÷*qµgvÅ_ð*ñW kÃèßçäùÎikÌ÷ÝÚŠ³LÈo(­pVÆ™ðꈘ€Ó§›R†ˆ’þIÍŸª=p.àÀ£ŸƒÐ»;²Í¿²GDSIå<†‡Eùý@J”‘öàŒ¹X®ÌÈüfœtʧr&L€©ÊÓÁ <¹§àBõ(¢1åö£Ñº¡k¥K®$ubU@ø{ãM–&>¦±àDžp.­Èn:¶3ÿ:üÒÞ³‰÷p^ð(‚d£ªb0Uò»)“ÄTM¡¶~š€áB¤…éV+ŸüX·ši?ü^Ú×óI„ü:0âšFí jÿ:W4Èà†*ED¨mmåŒùÎÝ!éæ“º•µh¼Éïù™`9"sbsçùá<üÌô][̺ÛßHŠÎŸ ·Ö˜¿¤ÒÏ(†`ôª«Sýýy蘆 YT~¤äz˜UŒ´§ÇÚ©Â8ì:W¿Bÿxþ¾ïöñpŠÉó;’ç ¯r"‚®XKMPŸ*[˜ã°]8®Æ‡õ–E>áÀZrßAUO>ŒûÇþRÀ7²ðXF\H¡WT/W.d³Š©ph¼c"[8"¢l>)¤°ôõ¦?ïÒzaŒÖ"ä×üsV^Zrí÷qƒö‘_ä{¶òqXà=§Úm!ß2þAPøàg„¿};†Ö_¯ê÷¨åÄ\HtòÇùÀGˆAn3ú¹¬kH4«÷õ|üù€ˆìŽY^õ‡³(!½ŽKÝ<¹û7¢{º÷˜E®ù³ù€î@·@&ÀÐnÑHçVžyÇðC„JŠõ()SŒÏ(Š CÎÎ -¹â} e( &šÅïg¹Û5[D}Ï?{ê"éµ÷u†9NÕ‚Òh …âpzp‰lî¤oñj±±%ô#¬}Áª{Éו²î¬²¶ò¼3"¾ƒ¢ØªSeʲ\f«’^€²•Ѫi%àô nô”EPëq*]?øp‰.º?.éeÑKÀ~lIëŽJ£ð›Ç) ñ ü~dò£I+µPU}p‡Òù“¹2i[sO—d* F9&'…‘Á~ð¹\'ï3\ü½Àêâéûøw º+¸žïÇ:Sâ++m¹"ÈEÿ÷¿<‹÷…ëóâ¾¥óRKgD×taÿ Ë^èšâAø·¿Ñ¡”ЂSG&õö{Ì—û&X`#¥¬˜ûP”yÏ6ý9¸$LÝ ¡%áfGã]hn—ªr ÌÚÖÛQ CF~äÛpИOìo”ãô±ñÕ*ó¿¨õñ‚ÜÆkÚÀøŒm¹ˆ™‡Nxi3<ªùO°~F|§ýp›ŽÖ¢4#¨¥D#‚‰Å+Ÿ>·v'‹ €|¬JÀCÿm®Õ,ÖÞ9\AÿºL*|¥¬ahÙV/û®bàüû@MˆSP;iý×Á~E’ªèCük­ ´?ÔøØM$~Nþ?j ?éõQ-ˆ“¤» øó<í8f½×P:H a¦KÝúñ}?Iÿð{6¿b•ž9K35©=‹¬n{¼Iûf`Ð^&y¬ìhä>GÈ „r†ó@Tï¸ñº³ÁÛoÀö¥¨qß´YA_ìñ®·ùîuB[ãýÅû G“ŒG¢нw艾W³‹^Ð š‰^˜ä¾NÅ”FÑ á0! ý»3-Td‹ÞrGÀüO†d (i…Ÿ†ï †7; \¿c¾Ê`û -?ðû´²¯ÔÓ`—1:ýüsÝ}\`*.Rá vö­ûC2ÖÌ¿d× Aœ(‚LÕP£g¿×즿©UÛ§ðu¦ Ýc/<"#gš×âRŸÎ|ÎÓEt€¢¤ÆØ2ZZç¸@ÐþyØÔ °’ÑøÉÿ+Ðýþ’ågc¹èy‰Û@Ü«÷wçõ†ƒ Q‚*ˆbùV¯}“rŸOÔ±T£X‰^VP[ìyïò"ài§×Ì!écÛðfµè8-Á8@5ðò7¼`Ué Í’Œ‡ª€{ˆòwTŸkÞŠ•–!öÓå¨ê)&Ãg¿ͨå>­]É Û)JG uWÞ­å!ÕÀ‹ -]ÖL6¦CLÑs8Y×ï Øz?âñ‰ -IgïU=çTÌÓ+Q¦á=â¿ë+÷´0â/Ê`žIÇÀËÞ/A­ÚIšåÌáYߌ®€ú£ϦU]ÙÛñ–t8'd®†ã฿ÉÅÕã]  ÚŽV‰ˆ;½½T-¡NTiѤ³e®®»Óù#—'U>È“E]óåંÛydTËVRËýˆ³I:ye©Ô¸†Î"ÉÝ÷µ¯èKÇ>NïñÀ;¸œF,àk@Ú™·‡©ºá`Xó÷°nºO¼–5Nbò±‚„Æèf#¦º¹.`j–ˆ†K;P#ظÀ› Q¤ÍD‘ú.F8TªBSŸCÈ–“D/MhÞZ¶ïçŸ.oŸa¤A"zkEE–‚;ƒU£ ‡átÑZ½2ù•ÀÔ€^NX ÒÒç -#;­h˜õV1׿Ý!¬«w¶Ò˜ª\_Ÿˆ¤¨ R± ìJ18[”½ Y Ê‚CßNŠ’çM’À¯Ke@¤Awh¸ý]ç@¬ãóÌÞsD.xßp¸ dÂÇ*wÅnªf×`u2}‰ó*ú ãìŠ4éÉFÿt°‡O6[šÐLPøƒ+EùÆ ]“Ì~5…~qõ”(î`¿þNSÙÉ»bhI”Nf;Š<èk5pžØìŒbB„¸ €à!h”¤(ßxåÛ—p¸1=í?î‚ÁLÿ¤H኶?Ú~(‰jäü.'6gOÓc’´QSâ¡vL^U5rZòòé*Ʊ,2hoу1°;êI,l{½ë§ƒµžì6Ôÿ$o/®FvÜ”å¡J§Å3CÅŠr>¯)É‹WºØr$!`“ZcÍúJú'ÅaZÌ(Ïó¬Ó4anw’ ·RÓ¤zÎ#]˜rx¥øøç²7ÅûQ«¢À¸ÜËñ¿ÈÓ7@¿‹Ld-{¾ ´—ap¾N¸Zl'wJ|G®ú£òûIÉè §îÃX)fºwSè»í·ÂvÙÆA&föê9¸tFX]׈kf|‡m©ÀIKÍ)K}hK„Z°;â:}Áë—,Ç¦Ëé3}Èó\I¨Ù>O‘“ñ„íÖ¤•åJ‘â}‚ýsäLƒ\êùF+xnÀK-€k±Ýåä‰tŸûAE3«[²ux”h8+6(ørÿJÙR³äv-*鬰077M–¶Éï0ãò´$`‘§>a×É™%ïWû$®$ݼÂée¸ÏÃg”P¹ý•˜|–×rº£²~‡ÅbUÚp¸bu  Fí8N…M€åÇófþû/Q¡‚sò€‰4KÉ•0\~oNw.ÀoGôõJš¹ܸÑ„_  ã4X˜C3gÙÈ“=•[d(Ú…éqýõ×_”?ý+¾œ£²¶w1aHtÒÜù¿slLçH%€ž[ÉØi#©Õ(}ºËì`°9мÁKc[ÿ¢—"ÒÓÜá tß[[õÛ¿g(*PGlôMd.ÏÌTu#ƒŽô¢Ãh? XÇt3Äor×(t3¾ÜUž4&㵺“ÏzÔSV2G¤ñŽHãc—³jÅ@Ʋ·yÈÞî\Ïä(¶—ÿÉ3ƒt pÂæ¿—¦Eƒ}€©önÙ=àº0`ÿ:Ý­iÉV1Úïžî¾Ö1¢(1¢Àĸ¢[07Í)¢¾h“*Ú‘ðxŸ®“Q°ªÅ2HžØH¥fû%ŒñtÍâ Ñ^çÄç>­½VÓÈÝo>Ä _!6G¿‚Ôº€neð°/Ͷ¢\ù¹Ãæ·g.3Rz*å/êk]\;ýôÌö£âØ£á\:î¿·-;)U¨ž×±Ð‹{Þ™Y óp²˜Ï 5&¹W Z)@ ^ÙÛ3 -Š\3€‘ûM¾´élÇ[nZãM^+ - táu1a½Öâ Ä 8‰_PY"@ùãs‹i•k×^zöƒ9RŠ.#`á¼ãÞ+‚¥Ì´%Õõ9a¶^=³ÔòïSªFIqÐÇñø©ad+ݾÎ. o'T•ÜgªJ¤'°Ý¡æ{0Ûå¬tº½j;ß´àÐÞóß–ÇÕ¤‡ .ÃVEôjµwº2ÐãS:OòÑWxâë¢FuAsýo­H–²áŒã‹c_±Ü1‡c®ïèC¡Qmañƒ‡”?ìÑï_AƒqŽþu^7?jÚ‘Š·¶3–XªyüAß®{ü‰žÀîêou|‹C2J9gª8Bv¥0£¹…Ò*”ڦƭëó¯gÎLjFð§»X¸áÓ T//“‘£êÑ÷cô0ÅŒ$Ì}²[áûÒÏ8òòz²cþ2sé`—U¿ÄþH{¤º_=,™½o2Ykº•܇ö<åqƒ ð#sÐÆº ÆCÈÃ/¹"vÊéø65 û›v Wâ¼kÏ1eÊg@¢þòtN<ïw&Cc‰ÂÉþÙs>­¾#\ç=jU=¬¶)b?¬6ô/íN~±îh)úøáˆ‘­R–Ü7ÊŽkM‚ }4èÂäS郌¾ÿ¬èw U½) -Õ½ðWã:êŸé‘v¢‹°"»NgŒíÕ¬ 4Z\õç`þhist 6Ÿ¡ ÄÐ"rቈso¶ïÙàA•h{$نľoÈdÏvc×ÁÎ~$ÔSE™}‹-ù B…œ £F[¼ìô{½åc "¢g"HY†j¶èäöËmO¾=Cmžù¥~r½üñO`ïÛ{‡Æê›Dpr ‘j)¬ªý]'×±wÚÈÌtuvJÐ^xùØÐäè ÃSœzåÐX s7¶1s¨mÐϤ+Êhsï/¤ŸüÀ½ÿ=«¥‘“ù -6kW€©Þ@!€| -€X]3PQLÜI÷÷ÚØß»ÁÔteXc©Ô`Ûî7—~Ûå0¨ùT³\ ®0 kDéK´VŽKÙÐ8oì½ - Z! -bÒ|CÎ{ÿÜ&´,¦šøuH+ R„TþV´£#±?øƒS£2¥‡Ó¡êÞ}\WÈ¡Ž +Ûþ}N'Œq]têMC_©º•L¤w-²¥_cÍX‘¥Å¢÷@ï÷:q>)IŸǰvN-ñs”?ÏqüÝ“1UY§ÔŽ!d:Y7Þ¢3ùÄŒš²ùŽ Â¿|4_ˆ÷#=Ê@ëàЗÆ'γ87ÒxZÊ[t[‹¼Ïë>²%ä¼lláp=Ë«–Á½”§u1'ZT9U˺"\ÍûÈ#ÂæYýŠOfLHl½: °fÉAYÛÈûÅFFàëÎ]yš9ŽTÈ;çìš[\gV)ü–“þk¢Š2ÒŠO,ùþ0 z ŽcC÷½¾.²óŠêjd-ùã¶%hÝ! –X÷}Ì Y $Ø*äx>]8­øpÝ¿« ߢVÓÛ¾Vå:ܘ)D7 ~³+|æñ ƒÉ¥Ór†7ÌÞ)=:Õ>‘Z=—¸‘ `rjGŒ6$±¿¢±×žÈGbø4,eûÒo¹ÔHafy\Q˜w·k,xaý|U{ìh”Ão;úÌ]æÈ$DÝ>ðÞ<80Î_…€Ìøyge€:-öV/¼ßÂ~ðpœwò-í<^…oÓ8ÔÙ '°4󎶊Ê|û/Ö[ºìB`'O…›&Ä{ªa]€Ã5v ^)‘pÉÜ£-ùd6Â@…ÖˆE]¼kýKÑóû¨çÃùTX-@ýrL¤÷/\_q©êì%šÓøï†ÐŸþ™©õœÍ0гpì`\ÕChlæA]ìBN·Ž”a9¼ïÖíÙòW÷u†aGþ¢»¦ Áì$™nspÚÇ{¶&@?ôê¥*ؽýªßJÜô£@Ar2Î’?¨Ñºïk½öU ¬¤Hr3l“kËÜ,ÌÔNš¯µt^ù`5îeá`ïºà]×().U¾†”?jä“Dæïv§PPñ † ÈÈ‘·?¨3áFgûøªSú™ö¢y»8fÅ»ÐÔU%^uÎu÷–R¤žŠ­Œ½±ÝÈ\K€aÒdV€#×î|zÍñÞÇ‚iï¼õpt‰üdšÄóz3@ *:Ht˜XÄè¡Ô}¿ÖsV ȯ.»àú›1ãà ²†N ϯ\ |àß -ï÷ÉŒŒÊT®„Ïø•Å©YÕ -3ÕÙŽ0Cë£IÅGm¤‚vr -²“ -—`{«%.Ûª; ºb:ãöy³šd‚û¶h¿KêþˆÔs¬JV® ý*6pʲU ÕǻŠigA¶»ò«&Ùa]T¤¥Œ¿‰8ˆ°i’ôžÅ Rö¨´¸Ó…Nfj!Ðp­ *ŸòxAzFØÃâî »ç×!ä-FL}÷/Ò’V4K½% -e¤FøŒO|#Eβ Š Ó‡D±?{€¼]üÑX(r ¯)kÀ^KGþØoØ®ø³Ž-P:9e¼2Ñ -éÆÊ½ù4ìïÙ£¸}ªÄë8¸â>ޝ*4:¨Öv+EÎA©£|Ô…ž4µ§¯i * îÎú½Ÿzì?¥®(1@œÛ±‹€Ú¬>c«g’ÃhæúRØ(GõMüVì3Êÿ# n¡Vëh€î“¡˜ó³}¿,^å^WæAëè;P6Þ -ü`Î÷Ú©IÑ_°#s±®L…ö?±Îjã‹1Ç;Êè@å–8™‚z¤¨/˜Ã$e:&̪ê’ïƒýè7Ñ•ÛØŸM¤WS½~|¥QI{ÇJ†×Ÿ••óay‡G.1 0£ÀTŽøE¤ðEË`t ¬ìd˜ hiβJŽùNÝpñ9Ÿ¤k¼»¿*-äË×ëIw -åÞˬ?åå­u½ D½c¼’/ 3­˜ÆQ¯ƒìâ´VÙy$»®ÒîþÃêy¿h×{«ZªmoK -4'ÉÙtTøN½¤33¸/ÒÕf{!Bæ -Õc]ïöe¥ã¿é6©fÑËW%¡ç¹zP™óäm„MÁÊÑY}nÖ™œÝ*Ó.˜Nì±Þé‹V© -ù"wø‰X(ËF]‡Œ…¤³E~¾€<éýš'Û¿[¾·Bʸ¡}3d¸¯-áåª «ëó^~Ú*8.:Ë\Ýécïë@`¿9<±?^"æ>^×)ÃrÛ0Q­‡‘7#W¬•øEC׿]3)Uè߈ÛÕ2Ï…ü¬hÖó*&Î8¬á¦í÷©røÀw³ý˜]ø&kr8ãΑÒ™eÑ¢åÅ-ï_Dåzûvi‰/¢O¼?4ÃR -~¿2ï67F9yd4îÃÔ%¸»ý–zš"ãh²Â(Ö¯º3SVðI¡Öý+<>6 ¾(jÍ@« ¨ò4 à &ßH=ÆoèUÆä6ÎÍw»¿ØÖ‰VQ¬(O’µWÜ'úϦ'‡WÙm„MÔ1šºœ')ÑâõJ„fõÀ¶r¥‚ ð!×̨ã%žŸ(–5¢öóóoÿ«A¢ ;ö†Ýs1Á•7€"z¶¥eºýz·ã¶n›fG åHˆíR¥TÛowtoW: œsv2² d *ÛVϳàÌÈ( ð^Ú½ǧŽâ÷d9Ÿ§-@¯™{OiÊ@ßyõó6¨¶ŠÁjÀÉÑý.—øGçãʒ줘nÅU+ôw l‘µB¢Gç‚v\|aMÞ5±TÀm× #âU¶÷£L“ÉÌÏrn¿¶ ìþ zÌú3ïÏ{=™1:IWºŒÔöØEØIU¨€D›!¡9¯]Ð*Õí…èéµ¶LÀ®vü6EûÜÅ. þ©Ãwø£j߯ÿn`˜ÿîÔ·Ruö;Ù;¢ûm¢«EÌ-dÝY>X† -@0q EšýB!ïºà@`îñ*27eg„uí“|‘ôæy‹JR5µ±…¢#5$ ýÅDCxãk8‡ ž¯“K±ó­•Ó:é£ò&AŸ5ƒç -RÜpú¥Ëb}~ÚピBöšœí´½<ˆ…lËnùœ•äCl$¤Íÿ$þç_dôßþ“î•ÿÂýûÈü¿ì"Ž0ƒƒ³Rµ†<ÀðŠOx9¶qÍ;ɾ¾8ßOu4»" -xGG–ü2òšÒÍáÉj­xbD…°[){¬ó2Y«ï̳°‚´¯+Y!?{‹[(ÙÝô+“&ZÒD¢é|—v0 -,Ì;ã†1R_îÇMq¾ã†Îçz‹þuÐ{ãÚw‚¨{y+(ïÎø7N+#m€ž>hÈq5«[™ˆ`k×Kø¼Sù5LsüíÌÃ/¤S¢èTÂØ™F}>­)$ ävÝrq·Ã -`ú\‰-ÞéëþÙµðÆ7Ĥ£Sþ“gÄùöP'}H \ÏúX?N(ǹ»k£ùî;ÉÔKt‰´ÚáœÉpÜ‹‰TJŸyý½éEôÌþÄ”ã× Å?ër&FIß?ÞȦŸÏ?Ñ‹Îu9šUg7§ ¾bRíç÷÷žš"©š -Ÿ’ÛOè›w9Ü/ïþj¤Æ_»kpW :¤0 fyuÏÕkøQ_á3Â+ý•AR8ˆºmdeûò§Fvl¿?¸;®žw‚"þÛ×å?@,fYÝ Ð:±VèÆ×˜eÛ‚Ý]¶ ¢sÃ…Þ™˧²Òa΢ "J¹a§•¢)EõuTH¿øÎ ËëðuÚE£bh¸}é¦>ÂJèijÆ`!Èo'ÎcQOD­Põ/ Ò~è³~9 A/aøb×£S¾b5óñãCúµª¦ß/ÿK2òDÙÃzNŽKW‰¶z­-صû°öm€µ -ìï‘£ƒëB¹wƒ Ð.{h(.ØÆ´Iµ½5ÎäߨIòº+úÕµ9šyEε^Üõ¤*Ä» f(wš¢Lþ|Î[•µéq¶ëZÑ’¤oÚ¼à²I„ð>ÖÎ1žUµïÛD¯‹ _<Ú/7¼c\M·eX¸·|É]òU$»÷‰}ó«!€¿#ãn¾Iüx¿®ö‘FOȧŸNmg¯IöÈf[ÌYI¾[“òí%ƒ5•¤…2‡¤å~Eïˆê²X‘‹È³· -+ˆÛÞÇÃçN¶¤º.®±/SøŸÍºþÙ$ó_èl~Ø¢”¹vП¬ê XÁú5Ÿdz`%~ÓoàÁã´9…ÞAümÀfû›nPö]M¢ò+ʯŠ3‰V¾ºœb—0d€ë¥Ò ÈÌ: V[¥ýãªþÂÎý³….¾QNošâ QÞ³ˆä<½&âx¡,Œ~º#Z‰ÐÓÄ›™+µÌÁwÔ­R.QµŽá„ùs.`îŽõµ¡I,;Ŧ‰äf—Lå•!>c“ -ÖUþøvÒѾÔâ»gGfDâ+ºÎ -þê‹ò§Í—ü4#{@ù­O²½À×S ¾†aµŸ5” Rsq-hêéuS¿Ì#¯úe=Ò€D(S ^é -î'8#˜ùí7,Çe}GµUêÌ| ðŽ[.3-·_-!¹'öµöÁ*Ö–ÊZ;ÏzàL_EgÑ~]˜Si)ã6ØÉ˜ŠžV«¿}÷™åجåB¾T&Ìu#Êõ‘ -©ŸÙf½»*’ß‚HNì>}Z؇rJ÷jvÅ(ïðÂË9É `JEcê·“‰Œl¢š|Ö{ײB÷]b„âBÁæBF„[ú¢kæJQ X…GJCÑ;"ÊWGöÇá™ÒÁ^"¸]…ýGëx¦XO­kÐ’óð²‚qb„>„üaÍ• çÁÔá÷ +ã#œ‰ÿxÅ4WMóB߾ؒgàqeçÑ5K}Ìö،߿sø1Ä)ìÞ=´‡ý*(² âªö#;uA|ðÈr4 -÷* ¯9ø~\¶Ï zݹÎGÔ¡!íuwÈlÁ H|RQ9]Q·@sœÍŸMÛYÉ·>³Œdi àè:㤆ŽÏ8Hð"++ª™â³ŠÜEÓ7×{¡ë¸ªª (kÜ¢•T¨3þ‚Ã1Œpy'X®(ª¤Hgn‰Nz` -KÁØ®¿›ìñ4…ÔØS³' -œ®çqþ¬ˆn‹XP<¾k¶IÚ×úÌ— K!yÞ'ŸÝexH¥ZÜÂíꄨ“ùTf}»ä•<˽Wb˜ƒ^…‡#‡%úz½y>¢ ‰á©ØyæÞwÉxpË›ÉܼŠó´&¯d1;}ñV@ð÷?¸`ƒªkîæŒojó÷ý@9Ír³¯šÕQGáf»À3³ðª».øZ3z…B(úKO¾_É­)íæOçüâñöùÑ -ý6?ö~:×ÁU¤ ¬hÈçã@ïýtÆ&Нûí„ I÷öåþ ›=Úàrã}~‰æq•äüj`Í4¶Þe´mÀýŒð\†öë>»PÚ9PW° Û±tÉQÍÁ-¸ !ÕcÐ söS¢–|³Á§Ž!³bì•jïyäÁAfd S¡Ú%ÿGÑåP…/ã³ÈM»ïð/J=ôöëG‹f.B™Ž_?#qL+Ò¸6ü»>ö×¾sa‡^7åÚJă<<æV”ñcí{?~àGJÙ‰t£ðKƒ.î½Døõ îáåLyþJ6ô¯Yµ#wQu$0¶ †o£oÛݶŽ| BõÜyêrEÃÙÏ^?ŽÐpd\ ÓÔäU•–çt÷‚oºó+7Vf™œ]uN­+êGöèÎ_¬zæÚŒÀ³ŸœeÔúb¹…k7^*®ÛÆ›6$j¾½ýf4½o®$œ‘•Ç ñèLÆzy•(jÄIJ­žAM{âP]5"Ý6¥j]/u^V©6D¦'<Ä*±sdºç+PU­;™j˃òé9,³¾€zTåPÁŒ†%õ8¥zv³˜dd/bÃAdý+Èwn dkvo?Ü“«œ¡v]×I‹ùT…ß‘¦ß·¯‹ñÉŽïl\ì¾üûd;Göýô—<8†ÞÛE|!¸Ü…&u€»¯ =›óŸƱž_ ¬”HEZF#ðÁ«£ ‡zý÷Ñëæ—Í‘ˆÄq€ Ñ–fSâÌÐ@&Úûó€LÑ=ýû>Ò—‹Ð÷ƒãŠ86_ Ö£4jáxžu’#}ýÔPàÃ!ëuL‰ßƒˆ„Üp|ö+;`‡-º: ¡e)õR1½rbÿqà}€‡š(Ò„ùE‹KÒšr4%ŽJM_’{´LŽKTç×]~7Êžäš2/É*w·¥s¿ -?Ï:Bªªõ@ŸÙ¿(O€¼+TŒ?Œ¾X;[k»²µîºyÔ€Àx™î0ãýKâÝ,÷ V3i䙸o†p`0d@ -¾®We¼Geü-mšK%‚7®EIOÿªå3•“X¤}üLÒ·9»ŒÁ‹§ft‘çõÆÝµ”ùb¨LynCÓ¤62§>x¸ÏcÐÞgÞÇAæï&p6™&íênQ ü>PÐÃÖè…$l¨Ñ Ÿ ªƒ†€öŽ ¢°ªN$ø“ÐÀ 930>0ËÇt)¹ÙðGª/px`¥è玬~´$‰°•„Öoʾa(çH@%¤° ô†ù%Æ©Qz<;ßÚ ix–À}ÿy˜µÐ$M*öÚ éÃF?ÿŽ' °*Ì“ ¾ÇTëQ£-ê`„Õõ»ò}×@«ü,œÏ“q÷W/_ÍòLæ2-ÛŸÁÒ¡€†Á˜ârÜ-.oÍ’dò§,0·úPû G¦¬Zg{©®úCÀ’µYybÿ -H•zùïþüNj “ P~‚›à¾<ì¦âÔn¤âÅëGÄO«öGÔíl†u¨ƒßÀ¤k}±Ù€õÃr[ÚéÜÇ“ ¨&qä*qµÛ¥sþ?ìi‹Vù€š9 Õ'‰z‡žK½vslG˜(ÃÜœ¶M[J4¸,Íýýг" )-¯ãÐI²?·5‡!x âúüA`øˆøÇS»Š}üù^UãCÍã@HŠ‚Ÿyà«®ÜUx¯Z3•Ð!o\+_—£îu¿QT €%èÑΣÚFÄWÀ<ڄ׃m&À< DˆýòÙh"›ò -›<¸ªNö ªi™gÞ‰€µÁ["¨ÈXòà!½¯®Üµwä -=š(;x MÅ+a*uò«¢Ã$¿ŽÙα:„¦ˆMÂQ•„à˜ZAs</='í4z“ò\µ¶™øœ†ÛMñ#õ9 ,WDó?‡`…¼ÝýÉ=§œjÊðG™~"‰¼£ºæR;Bt¶¹Ìs6Ëý‡—Ë'`”§ÙxÏ+1”FJ·Vš” ¨¢ðÌüáûÈNÉtÉóö#Ž/7M·­—ÎГðcŠ#RÄkäì»NŸ©ƒõAÓ™b˜¶ÑF+1¿8v¢tÊò„ï_SÅ‹šiäþ?–t¸UÓíUM´Èìè1ÜG6ø3¢Å³p§eL”¾ZrÑW®!¡dœÉÞÁÊ!Ú×WðÙÆcM°]a ÇH›¡º·’É0C? -üRW6uÌGÏx>’üûëwXKãHâ÷‰ÎPPEnáûíÜÇ¥Ú%>_B·Þ`ànèa/ÿµeäѹßñô >÷ÆJtx¥ØîÓ3â¬o’*?ãêñ¼˜‘LÖ;ú$œ£ÞÅ=mÿ؆Ö~Õn "Q) -¡^fþ”G¬ãxrþ¨Wì%!•\ ¨†h¼’à™ãþ[nÉ¡ã À’‹ÈŒõ´>všÁ×”‘<AŒ›o¦D»Dÿ"wôzÜ = ÔÄÂK€ª6;Ô®îè7MiŸ5ÕÌŽÐ;ÑO˜»búüü¾'F©³ÁPMfÜθåJê ÊÏ>põóÄÆðÛ¯¬Ÿº/åë7¡­¥Y -«Û^_ÛÝ¢4¬ -/¦64ý¸£ Z¯ï¤„B¡îÒ8ÒC•Éë«®ýqèrö[h˜žßVͶN›WÕB| äׯ_»`Áýõï×#ŠÀ=<¸ü z$b—w†‰ãjX¤`/Ð%bJÿÁ3OöV¥œ½äÍïQÀ[x´°ïŒÿr7±ÁÛ(pñ(@“–V=§9pÿ…yÈ4ó§?ç§ç¹è-9Qí²¦þâÀ7CÖ¯f†¯TÏ~€Ì9Vu¤8d±†m1%Œ&uynÜSXݪ/]qïD]^É6µ lõšƒ¡ -w¿3ØØó§/9¶%Añß¹îÓáÃç_©÷AQ,ügP¢3ˆ¥`Ù|åNO+ž×ζÕl*»ü]jüa(&Qò&gYÞ.«ÇŒ›i¨·p #ô£÷ý@nôw&éÇŸïµÆñ½ÓÝL«²÷3Rùˆð'íùIû«”ú6Ý•¥:ß”rdùžØkÖ£85P¸Ã–•AÂ^ô5ë/ý¥ ¡HZñ=J¸GW÷lòØx«ƒ¢h!-ø´Bçl'k¾ÖA‹ÜhÌ/›‘êULØññî±îç³#ùÑWDþi4~ᮯó¥où™ŒR¾Ê D2?ÚŒjJ¬Nd1(òY®@ý¬£;ÊIû½¾Ãý˜IihZ#G@úœžÆ–Z|—?ŽK…GÓN¶âoóuþ.º‹,¦ÿœ?—¹7T™ë@Y5V®¬›õHk<|äÖ(ò¯w€Éc)³oÕó1û–éL¶š~DGç CÝ"ÓïW“@•õòǤSp•®ìô”T’úg'pÌà ¯â×c;J@Þò£ÊgDÞ…çXGÌ,ÖŸç™gzVÈ2Y\枟h£= À6z Öߢ>K™BÊqßÿHäì7HXê¬aRçìwïHø~|-Zþ^ûJ×øá4{û‹>M$u`‰öç~F%o6ùêþªÆ\žÔaHj±á gÜ¥ÀürXÐý-r^S“«È† ";=ζï²DÅ뎒¶C”05»’+ç • u¯ÃO¨¨m„`ϱÖásÚõîvŠ_Òþ}®Tü‘•÷xn»FÒD™T c³éxR㉳0Õzwˆ£¬b”Êr32¢ûíò‘ux4Ì@®¡a\?NoLÙHëÆ0_®ÏˆÞG/æw:€ó£n}éV5'n¨-;ÂY|9\aFf{ÍóXFHJ&â}j¢Âû]êç)Gu¥‰†8Ä%üo×áë3 ¼ì8üt׋þtEã«Ëôë(Úì·9úŽïè…zLüÜòöBNÓuë_± Ï«¿Èc© -@¾Çu¤…öídµŒ LS6 )"ë(m¢x_ÀD(£p­—ë‚Îão“, wg®$ÕBÉû|/½Nk@îö™æøÁýÎ-ÙFS%ºE/4ÉBk3&ÊAGË>ÿ -mïv¹¢Œ`|ÞÇ>Û*?EÜiíŸãBuîÅ»}‹êGù÷¡²Õ kÝ)ã ï¨ òZ"p¢éë3"ˆ•T³8oý%ÈY5 äò"„ˆ2%÷âspåšu~hš6/§þá‰zFhßáïˆxh~Õ/î¡·ˆÖJ')…ð ½Á±Dƒô\úg„­µH}Õ¿èý!jA›G£açáƒeõ[1Ûß0êQûðvŸ¶Þûôl‘¬ú*™Boµãí_Ø^•6G2àluq¨ëIGŽGm_o®'ÿˆ*%;G`«#„~3AÐv¥äJÏIøçÉUþõ<úƒ×Qܬ¶ÌŽJ00¬¡¸&ÍuLˆ|Kéq(Õ¬VP»_L‘àï¼}NYÉ=“°ý’¡ð®”¾2¤$ð\r¯Œ?¤ð¢õ3ì µ@Pö*wZê-u•„¥6ì}¢¡7öcSËø'Á_¡ ÿ/üïýÄì/3öÿ¬|©(ÄM êÓôE£t±u^ØÃcX2„P¨6©g>¢ˆ JD§ÞôкÅc#®bD§C ÍÒêà ª<¡ÅSò6ÊûçA‰G©ÿjÊÅÄLñ×~ê\ó(ö.˜P .B÷0+kŒ×˜(-*´3ïlJ®w¢¢~è(ãTY¼Tj×âf=€qBÄ 5çU±4º!â(Ôø)vÆ¡µtþ¦rák3øÿê礙€øÞ3Œð¬w~ÞV"¦â!J-œˆ*AG+WBŒ¶ TÞµ3b\¸fƒøÚwêoð³÷ðøM.h ÍÙøMxÚ÷2ÃwÜ`¯å(ÌGb‡¯³nröKn -®¯è£ÓhÒñòcô1ôB¤E»O;£n²XTH©8-þì.*ν°·oÅy8¶#P0oú¸,¨½«0RÁ…R²( - ìöÏ%@ßj¬vSíPìT<‰â—ØQ“á\m}¬÷滟ŽïBÛ³ÈÆ%`ï9ƒº{F€¹Þíû¯ëtt7áO5åÌ#HTÓGÚ8ÞšVƒù¼»¤ÙŒvU> ÄB> õ$¯Øõ²†wê.Þè‚7ª‰ÂǪÄï¿Fˆ> “厗ꟲö}‡?@R[Þ÷¬½ù6‚hLôÞ¿i¶p€‚OŒ~÷¿7‘’ ¥`ý±t©EÝä¥|=ÅþóþÆØEÅØ´“E—÷!"ѳ#n;p ¿cuá§Ö?#òEà®Xµ%†?ÏCKsøFî¥ko ûÓþÀ÷¢1"§`êÎýZiâ˜Ì¾ž ¥Z«Ì0H–Ízt8"«4é¼ooiÏ4µžFܨîÊîX«Nšlýë:L9Æ€šcCƒL¦tÿu/¿ïDìÇ’FfF çæ -µÆˆµÓmÎßž÷ÐSº¤‘Ž”MÃ1®¡Ôƒ¼'NRÉðF¡ ·Ô¦²Ì{€'cª©·ëþû ¯=¾Öø@ˆ/PääÀNöcÝÉüuœxòÕPëdôKp¿©y¦HÎpܪ]¡®ÏÓ0¦¿€®Ãøª< Ãn 54¿"~zx?‚&$IQªÊRaÓÜ“c¬ºÀu:x›í›…b›× (Èœœ°Ë(fHgôÉòõåeY“®Å¾RÊD4Tt€ª.P -Œ¡1'qBÖÇoÑ1á#ÀTiÃq|³ S!ÛAË…žøs»_áûLÝ~¢á Íñ"7 ÜD €@„€ è¼™@*I¸оhöö3cÂR°èþuMILld÷ÂëÞu;zq½ ÷æå†8î±!‚™œ"hð'þ8à‰úÍk±¨v)‰±“•UCh=º$-W’:¹ý$-—‰Ïý -Ê…¦w:Éä§£öÒ<ß‘:ßI à~™@$Pÿ|"ö¦Ìa³m2 \¼ -¾Ä´*&|åºLÛx¸íêï‡lPƒIÕ{\¾ðEŠÞë™Ð¹ÊÚ]µ£“~Œ®ø'Øk,HàŒ»ªY,ÎÎêõ,7g9£Z!‚¦6xUž%Ñ••ùÐcËŽ:\åŒ×XZyôˆº˜:Eoƒ#ƒÓ³B#™7±è]‰¸ùp—,*Ì…0v@À ƒŽ`W*覔ýýíÕ "Õ­¾‰í€MнÌÅ ¡·ý—Òl7ûq0iÀð"m¹n—^P¥é.=LvLØöOEûŵ²ó1ñÒ)ÙºÑ=&yÔPºQìóD¢]_Ô¾jsûÙÝÏó"CRñšÏÍoÙŸü8–É40Í -€{éàŽA€û3¹Zu¿×áòû:ts Ú_k7d¢HꑎóéöÊfD¶Dø„©r˜ORH¯Á©f1]‰‰h¯Ý_Cʦç~}†OsÜ4¾ÝŠ€Ÿ6r¸Ý¼©å×_{ þt^ši¸íOÙì° *5¸wA¨Ôya¦†}‹¨K”%P,¦´;ªâiåyxÄ‘¶U²n%6HšP£ˆ€pKDUï ’f»CÒ|…™‰Ú‹?[G£}z*à è©æ€ñªr¸>ë‰0Úxhw„ó<®Ôoé¾ÒA’h€‚_8f]_t}6|ƒÓºÒ gÖ*v›,tÉùÄžcGÐñ €@ÃaíG„€k†’…*E ?Î#õˆPÄ…ŠB*E6øÐ}¥äQ)#6 ¡± óp@çDA3j„0£é^SóW¢ö!#]ô„:£ÔlhM*þȹiDì•%üQ'D¼™†}>>Ÿz‘¡K3ô%hohÃÓPÅÀ' QL„îå*.æB“çdGÜÁ ϘWñÎ…º‹Ç³·cP®úÈJÍÚ« -æðàntøØ$gÙ·žÝ¾§èr{Oû.ÄxÌú×¼¿aêd^Ÿë¢Ý½8*²0- éÙ†*¸Ä«Ò³¸þp’qÎŽ£èòCÔ -$êrLº?fnz1ºEŽ;WÂGcú™Ù÷nF -óùÈ÷A~yòe/ù—ŸgqzÕq7#Õðƒˆˆa.úü‡ˆFõwÎÿqðèë]æe~èQüĶ ¦Î\G›×NruúqpR›¶#—@È”@ƒ~úHˆÚè,!h¬IO—ç/)Sýìû\ÆÛjÕS$O#Öû85ŠQ)v£„9\L±½ÈšO­ŠŒ9PíJìeÌZ… £ -ïGѪF›–°ÀÇÉí”W JUOdïD»ŽX^¸ÍŒØ/tïÇOÇÕL¡7eûˆz†œHÿuY>02SÜ‘zno¿ÈAš'MTó|Ã?D¤‰ÂhzMéóy j6{nX|Ã}ëýA†ý!b­mÒ¢¯îgÒÿ]ôC§}”L´õ»QñJ:9ÅìšñG»)@xÝÿŠ•¿6ÎtÔ@=üé\ [®$‡óœ§€1ÅÞµ;rmì2~zNè×Jø#µÕó+íÚôÈ26àŽ<”˜¶ãê™}]"ì+íïb_I» ÎâÈ -'cıŽàòÌ)œËùÎŒ|°¦DÀ aè}ÁþgzÐ=MöîÊb–º¢¢°OÓlª8ïm†Êš”¿*‘No :ªÂ~åkà»{öÊ©2Q—" O ùÝJçf0HœÔj(•D¸âíç¦ë¸KŠF@“Øõy2KõˆZô nà•çÇÆÇAׯvUìgHÕ‰Pùh×bš°<¶µ -]ˆå¹X’æã3ï¡Ê«ì¸Å;‚èT§p¼tPƶO¡:Ú‰+‰Ì?Ÿ2½É®tÓRìã JRôD« œÐ>7¹UgôD°ÿTÍÅôÔÜ…{K~1,cáIj%yöâFžSp²Nî½ ‹Ù¦µãS‰vÛÉZ‰bu"jIÆ#Ê­¨Q= ÜÁü:-"vo®9­[ïçiGÀÇ$@¾ð$j¢Š^Új“-Qz6ܘ¸]˜`Ï‘ AVØ—7¦óÔ…¨¥`î‡m¸Gï{]'Ë»ì-72ñs%ÞOè—Â_¼¬~±úí;ÑaÇ—|¼¹ŽË.*HE•Ð@×€«„« ¥Ÿc¿ÌOÀ¤{ñŒ›É‰sA,™Þ#—§µ°q¨6}ÿ6tðI¼ð{·épðþJ׸^î2…#" »²*º^Ç]ÕbØ€;ÿüd³X øï”ブí’ T[©¿O¹ÃNès¸KI£ÙQÒ ŒØ·ÍóH)ZG­€mý^ç‹°¸Ð"¤#KÄýõùg¦ ™Ù²ªôNepÝëñY¾@£ÏFiã.çæòÑ€¹€åçA<ƒ£yAaÛŸïúû®3nêDÒü§‡¿«ªŽg¤ï -ªÛ&óß"¼P‘ÍÇl\Gùá<È`QøÔ&&l?˜¬|t - 'RPßwùŒÝ—f—,ÝüycHSÃyv· Ú_C;‚Œ–—ÑÑE­³ 1ßÝ_‘!¬f!‹Ž"ü*•À~lG—*øÃyš+(¿:‹*;7°c¬Âý~ˆ%‹îQ è}ºþSño7·.0÷oSa%íý•®‹¦ṗœ÷ŒG=knûí·yp‘«Ÿ^éÒÔ}W"»º»~<4$PFþÒðÏæ1Fb)€ïóZ©Ø ã{Ÿ{÷ÅüD -‚ -(ƒD"xƒ¡.Ö7æ—õ‹* ×¶>Øã?#Þ޵ƒ®¹í|žX ý%ѲñaAƒrÑÕÞ›íßà‹YBw"%VfçÎu]/ïï9KÑþÌ4åˆwsé-9︔i„Xodq‘Q%©f¤Û‹:|Pr½êõD9À€Þ“Q@ç.OO³o"òvxüÜ ¨¦'r!³U´§ÚùJI¥J•h iUZHª" ¬*x6RA_í¾!'2 -f%Œ0ŒUÞG_4oüý °ºQÇßËíœ?†Ämoû×~4<Ø—b;GÐ臀c|x!{÷îÕŸQ-0>’r;•ÔÏú›ô¤îœ! -  òÖ£3óG€ç¿…gAe*[8 µMLãÍáçÔ6ý:êùŸQ`°j×é"WúÕöœI´8ÆD¨hÑ\.iù@ü¡Iûñž¶xßU[‰ßÚÜEˆü«\>Aÿüg .œA.o'ô{ô'߸Э¸’øð¡*&xFOD‡*v -àŠ{Ei:±žýˆÈ}Bž†(ÌÖ©Q?ÎS}e!ßµÃ(';ë';ã>Õ'UìxD5eù§Œ¤Å@%ê°í9€8ÿùWǰý&Mþ*Ò±ìì;2ÂJ}G4‹ÎaË Lì×FƒúÈãy -¦,ËÙ1gs³S_"@ˆ."¶òÚD?üƒÒ9ˆx½í»^X;uí,K½ç§(ó1¨ÞšQ‚ -/jUV³†©Ç¶¡·†ŒÝçì`Ëùé‹ôõþü9¯Í¾ "@¼Ø 2ÑÔü!bz{ñ!ÿÊ[ÿÕa—…`/—æ¿6XvnTì¼ôSOêf:ÉWA`s_J7B"d\ð¦|íMר[‚”O»ÀWOƒþ( ¡Óªy4:‚°žBâZ)IëëÙ nm"õ†\G®=˜ä ßÈ)ûQÃ,”’×û£p7î°•  ³#ö’ñæ~%`ËëÎϯ_¡UˆfÍ®¤lô0Æ¥ ÞÚù€6buŒ´_Ýò* |  ÄãLË -H:ÀØe0z[1‰Ý_dP¶úsàëñh­Ò+½þâ¯hQ;àçØüPÖÖEkS„ -nQ´WûÍÓvÝ;c=0é.w‘×c0||òl· ú‰þ"›©ùͬÉ}n÷i½V…Þ;`¥k'Up¿üù°árè¦Û÷ Úï¼E Cäaƒþ‰-…¾¨ˆŸöÀ(º3_ù-ivV·×ߥ1+{‰Ý%¢¼è;ö¸Çe[ˆ[If«<¨ÇyìjꜙÃÍ¥öi†î:¥|2¯&SGf±Á»—5ìÔ]á~5 ;dà‹d†| Rç¹^ÌÒ°aºÑ9s#Hà:4'ÆDæóëÀ?ÚNº²‚Óz÷ïƒ-–Žˆb)ö¸+|Ì×lhñ ÒÐR -‡AÍôÞl\JbÕ÷ ÙÌÔD(Ǹ#ìAgEOÄx#Z"V=ê Ý×ñ~!†²†˜83=pýõÄʳø;’@!3‚ *3RF0;z(—è]<¡Ì¡cj®äÇëêŒ ç¨î!ŒóÀZð† q0€êŤÍ9@ƒÁßï:È„T™>5»Ê,Õ FåϾtUëéªî}|>ò ¢”pgW!´nf¨ô­ÇÉÞ;žJÜÚù‰B mGÝÑðë"™öÅð 4bx^ÕZŒp±`$àäôŠÍðŽh˜Z~]ÉNƒÖ”´$¯®|"Q“½:W"ž–ðîD M’+9»_ˆ-p顸fï¹8B)@à’ŸYI?Ü>³9¾Â­óÅKŒŠ³(m: újø”»ìk¹Ù´,a¨´ú>e¼o·ï.Z«ø àj(B'Øç Ã<ͱ.¹öŸ¬Åx…ö‚g¤ó=J‹Ú -ð£Â-÷ -Ô³6Ñæ­ÁD¬ýEÄT¢zÇ-@å ¸á‚ï|<˜x›3 ¤ÃÁhwÔsz‘66 ZGqtk|ŒëáB»év}²1¡×x=™• -âÜ¿á ã!Ê™âŽj™¢(6æâ¼"€ØO<Ï'¦eÂø_uÆÎû÷J»ï? 0ö›å3âÏWçÐfÒ¨ë‡ó€¿b/5‰Ð·<;€MNR´Ž‘±4,Ô†‹7ýOWg€Q·ðºáùq†ûm«÷–¶úìŸíV¢v)3òâ*¾!åÒDËy×­Àšø2ÐýNMD£+‹GWO„ëêkjOÔòmØ©3ði£.g™;9„ú?Dì…"«š í…÷‹ˆÂ^ ™ 2Ãx²Ì-¼áúï+eãíŒ9õ.úh-#h9"ËIw·Ä=¿Á+‰°*ç³Y!b¹4îúò}¸úœÐ?F>Ôd7s’ ã}dÂì\€}Ñ|oÅî(Ú­ñ{ÄJ$èBä.¾FÈb„]ƒÂì’‚TQ¸¥ G:‹ûq¥³¨¢‹9 ‡> ¦%–Så§¿FØ™‚ Ÿ†xtiA$‚•rÃ>"ko_@‡?ã(œ]Sá`ê*á_¢3Ê'%Ú}[&«tŸìï{Ä×ÒÐ'‡Ïó  -±2«‚(ˬjZQ³Õtw»ÖüüKÇUïq‡ô ¦w7hºþ†ùÇÂjȲˆ.Ù`/Œ~ÍЄ‰èû\ÈüÝ¿‘+áäLuÉו²hŸa`DížóŒ%(¹ƒÓ+¾È @É”€õáôev>÷¨ FÀóØêïî°«úéŸZ”óbuÚ·¬ËbدÃåD0 dÝnáêß#xŒs[ þ¼5ÞGÒ^ à5×bÁk5u´O¦"ô'ÐSDp8 kš°;;à_¾äqC'râž'‡ÿv–¢ž¤ÒDþ 4?Fꯂ`‚}çs8*PkÞZ»´ƒôëûqÚ½€ïš8àñŽ¿H‘S@‹™Qg˜ÉîÌ®j.±ÝO±Ý› ÔdbÈ0‘ㆻ·5(//s5O]ÙØ@'+Ë«ÖHiÁ°¡ñ-Y9>#©j®`L-/ô=ª*ÇKw -w; `¦ìw)?E Ï&Üw:¯;Wúˆz¤ÑC¸q¨ š«´>•¸edÓù…2ð[Sï+œ¬ò…Ò»èžQªý;E53Ëqâq‡a 9†Ï}ÀÆFîÕi,L&ý!&…:ȵ~]iúh w N»„·£†´ > ‰ÂŽÐ@Žösï|–´›‚´¸#—49ö†{½MXICàëþ§šÏƒo;ô®óÍ3Ï·~ØßC_’:0Ñ­x~Œ˜óZüp0Â/U`¹¿ C~AÆ+Bú÷Ü—–¤p¿•éþ}þõkÕßDÏPÏͶÊ!ˆöä^@8óã=•ZØ—A—PraŠùõoÏÇ€ÐAweßàlÊ L^RÛEÒ‰X®-ÏÌ4n‚ø-‚ùÖpAÅì-“>¢ð%# A“ dÖ0D”ö­Ž¯¤a¢’jK 7‚ÌoSÇCß"Þ‚ ­³γít2•A*rw(2}F|l½É^¿G¡±#5[§šü¯Ùú~´‰ +Ú V£sÖŽT \*†Â›IZk '4óáeaºF»à‚l°ÆœWØ8'Í;Ó^Ìt—R=eüþ=”µû”˜NÊ–CôŽ3$öôœœ%}¡s¤»a8¸ -ޤ;;ÿwgÄMÆÊˆ]'·5º0 ñ\¼î"™n±´ N’Ö -ùŒ+LÅÛ¢ªjÒkÿ!KKçcØ}iŸg9^•äý±¿õX&F}ç‡ð0ðKQehïì#ŠýálÑ’wìÚž@i‘-à£-î@wðÈÂéB™mœû­3zÛG¦h4ãr7ÐËý M^mºã…“á¯à_ ¡LþO>{¾þÖ:ãàÁ ‚’‚0’§öjt-Ë¡?ÜÐþúéFázF5¥&çá,RÍUÛ!#w›eFHn˜¼—¤|DÐ4šeŸu‘ÕEìËNßdO-'Öˆr"¤YƒŽ%íËŽ = ->úŠ@ÒÊ!¦Ïktø¸¥Vj$,à_È`ëÙò4¹¬á4ÆÒRîà™Ñ–[+-J»à–mó6ž{6ÉS»’†éúûBtñ‰ê X’Šˆ2óÊy´°¨Y=yúñå;Â<‹) ÅÝ}¾3`b ”šCï"yBÄ똓×òþCOáþßufŽL~Iý–:êÑ}üée -}¹N½eAÝ‚Ý×¥ýv o, Ê S -?Τwr -^|o!›ìí¬QœYá¬HÔ8¼zÛOè»,-¥ ¸¶uÐG;û&=çßÅšá ßÒ–# ÝÐrãÚâÆ‘ûMƒeXÐ3ìçö:,U×Ù>x÷üôLË8Y’ù±¿xòdµûÍÑŒ¦ ƒ~<'ЦöDO}LYB¯,°ñDLÏs!àC„Ø>ñ÷<·†Oí~s)A»d\8€òS˜<²× ‡_KØ–Øàœ]@›úÜânxJb¥óRĽ•9SuȲLå\Ž®A§G]hüðdð‹Zn#Ó‚¹î`¡.DÏ~1º~wÉŽ¾>Àt³Ü7¤ðÙy\ý\`зœ·fY_ðÑ»Ì(K®¤>ÃàÙ_½Èaè.nj¦MA?] <œc¯TF MKÄúB§6?â½Lï„ ø@Õõ, $&8E\ñüN»GHœßØ|aÿÆÜEHÁôÝ¡Üz Á‡´UAØáN¹·.æ—üJxêG¹qQ°²"­ÔáƒÞîh]YZºÆƒ/wÖÓyeÃêX«ð(3d ]½sáui@åÏå…Ö:÷pÿ£w¯ž*O›0Êgþ†¢Ûe6¦_ÏG°ü‘}m†ÌÍ¥¥k–9|¨m?%­º¯‚lËŲ¥ ÙµŽ;Ó±Jå¬ ü'°зÁv°_‰uAî4ÌCª÷žç -OZ“y°7Nv¨-ïÝ#ökèE”ˆê“úáÍ…é±؆s!¿è>Å|=î' O”«¥ç„ ¬BM,ËeìÆ3s¹„î^ס°X"ü §3çUéëÊ2Ï{¢Úhî‡20ü€tÏù¨žK¾Ãù"R‡šš¾ýp±½í_ð¼Ë7u zS;©¹Ì#ºž¾tkº—òµ)ö ¹/~øÈ °²¢q¥m×Áî”þ|ÕǪ̃ŸnR“·›Ì¨ùŠ‚PJ“çR(ý& 5{³ºe™€v°\ü‹l°ƒK½L:Jqz?5­’Wÿ$íãf´œ3³VYŸùòûGiì¥R¹h8CåzxüÚK’¨è5à Ý)ïX9Ïý<ËÏâ -$¿ÅäÓJÈê -Ìw*·LÀ|䃔 #²|-¥»…ά¯÷µQ+\ºŒåäƒn¿xü3ÈD§Ø×cÈ,<öÂ_§—ϰ’ 6O(G¡$€£›¡ ¨L4˜©`™B÷d -tE~®ÆØú¬†ÏOåè¨þ>2y$q-ØÎ'laôȪ]G(ÔtXR8WHT+ž? Ó¼èìýDå‘ïD¬@aÛÑ ¸÷OмQ`0ˆR8@U3€îо˜‘K×¢ÛoìiTVB¼ -Æ9ù ‡Cfv#ÈN— -òºpAÓeH -ÄÂ| qåUKð9îó•‚Ø8‘œë ×À;Vz•àüxŸ¨ÎPH~l?BgdÊIœz­÷÷gŒôW_‘?ý+¾•¢Š€ü>€ ÀʰcŒ_zˆM_ȪsŸq׌iŠ/`f—ÛE—Ûöä‹?bçZÎsËoÑ“G€j;`]ï̹ª} ìù¢§¦/¤fä0ª¨ÁJƒ³%òóØRÆ÷ˆŒ‚°øÆm>Ê%þ%΄¤¢¦/4Jf¦MÙ S=ÒOoPäl’»Â»‚œp„† &ÏÛã á JØè#¢ZâÖÁYA°8‰¢·=a›Ïd´ç‘¹ðmï¾rº#aM(ªä Êå†í3 ™ ËŒ¢m·£Ð|‘ ÎœèÒ ØãjÀŒ„¡œW{xà^ì÷#Iá×éo8à7WN$¦²i0¡9ë. CÛÌŒ(®ôùûå=Ù‹.o€è#9&퇴{1Ù¯ØU›«?ÇŒÛÖéÀß%xrur`ƒR&@¼ƒpkQÖ–À0u´±Ó÷5rºÇébÞÔ ËÒ&ú£_ZÇãͧ -¶ÇòM¥^{ßÜ©ßè;-¿R¸Úý‘p)IW²Ûdz)pH_#Îy¢¸GËð¯‡ÉWž”ž,ô$ T:_#'ÀçË-¿dt5YŠÈ-‹¯Ø L’Ïré+H,XiŽWDlx,oáLÔ,N‹í__É=DCºp¦a®m’‰ì5Ca6¶&{Ÿ{Û/eDc¹ètÚxzñþAPÇbyñÛ9ÌÉæ£tÅÒL”Võ!{¡ð˜G]§œæîíOüœ2<–*3RÊêËæþu¡KÐà~µ˜Yù²îQùN$‰@lŽó<ç+]”I„óUÉ&Æwx¶o° döc]eíxØYíâ'äA‘A@Êj>‰þ5Ë=£D!fd᧺Ätx¿çtßz§k]ž¨êç0’fæ´&ÀˆØVÅRç«£%¢=æV~ŸV² Ÿ.›\{žZ•d—ã`Ì¢Û¶Ù9;¹‡X;KŽÒËÔµ‹ ÂýJ¡šâz-‚·@b8Ñh#'ó¥ÙŽ -;rÝ*(@”Ûbº%zs--!8¡å +)eåàûêûMŽbRíeîyä!›Ùë;YàÔ/,ÒN™à¢ -›²`ŠØÍQ£’±à`P[t6íŸu)å#°+hÜ»« :CE80³˜¡‚ S®MeZA;¶Ž÷švÏç Õ{ËåeËz“ÌÁh60¿;¥eÓ+اBÊ~Ô®7 O||YR”W˜Í(†Êhb …@½ó p³­ƒ¼"ëi7©@v…²~TiñŽ®ŽFVúbM†Ñ¯<ú,V^Ö`Ö -Ûb"ö]e®$49o¯f`­¼¤§ûE3WùEÞ$îé!VÒ´m1Œ€-8I–>ñù×,~Ð;ð¼àçôý¤O°Ÿ4 ÄðÑô˜ÒEG´½ÙïCÖ¶‚ЮêÿÑhÐ]vªMøÈ0̆WŽ(Þ ZФ’žŒ?–L4?Qèro¸ÚÃ* -óZÁLjA?Þ"$¬™>‡íÕ™¢ç:C£üÄ;jÖ\‰Œ›´ÖóYšê£9­³üîqU˜ÓX -Kôûô  ƒ Ý7–^st¡‚4¼Çœ\Œk+ -eÔ0RT?0N1¶ñzw<¤Ìk§= ðÜ, TP2:„5¿,K7,; - ZKR”UôˆƒsaõûÃí#êªèº„ó/‘òmG\™ø±¯'üe*žG\b"È0°Ö£¸” –«70ÝQ#F{¾.0Å -!d®ôjÞ`£Àh¡NÅã¼|ÐÇŸüøiDÔ”0Í§Õ -O¶ú[G°‡šàŽô@J¹a÷ØÉ²-¦½ª_ºù2ØBD\Ù@ßÖç`t÷S\zl:ušc|ð¬=݆ü‰¬÷;ܶ‹¦TW«ÆK«áЧÚBÄq1 -<“> â-å•~Ó÷ÚhGÒó±šÖ`°nª¨$–~1œ{Æ;¤œ.”©"n¬%åB´# -A%ú?ƒ:Ö…W+1h¸ï–p©ÕáÓ•‘($åy¨ÏŠØ‘‹ Bº£¢›†· iO{ÅŒéw|û_QÌÍdo”&Ø$~Ö~:(*T"Ýi“‚-§{®…伎6åÚ ¤dÜÏ=ÝVÃFš÷OÃÅk×Þ<õ$—œí½¬ÀˆqôR@ -ß+óQj1µïÄ¿óøžžr”rÈ£\‰€ÒÑóÁ9ÅÖжs„É(»2£XÆ€1„O°çJjz‰¤«J±óxjzúð±yÉK¶£F³Ñ S -W»UÛ['¯ ä6ƒQ¹ÃÂr^ÐHI8÷¹èy5¼–ÒZóFk ñN,ï;Ï×Ñj:,'ž­s%Í¡çñC÷Ï îÈc Ûã( 4{¢Ç•‹l< „ÅTŽFs…?ÜÓñª¸ÅvETeË•d¹ñB'ÿ?".,êù°Yº¢DÈG"×<‹?†c ü»]åK¿àÚ†¯,U¤«û¿#·EÒ]Â’Â -Iˆ}èœ÷Zj´èÃ%RàÑ{¡æ1PÖ|gZYÄºÖ >ðd¥°Û«·jG¨’>2¯}f{w)²WqèyDbpÁ³þX¼^‡ö…‚E˜ë}I÷®5³xФÞËl+æñÃd{ò<ìŸËeh -ÙhÄí¦»vE¶Àý:®‡Ü'i&ø©ÔºVì‰Ø<ÇÑ| ‘µ Å55›ê8bR MèŽp¨ìXB÷Ñ=-‰a!¿Ò„˳ßóMè°ap­¯òÙõ -†¯û•¦õÞÐ\p¡0ðPÜ;œ+«€Gåæf@N‰°>½ŠñûD_škdZƒ;Z¿‚j‡[ ª½£±ÅªO†ÈªÏl>â]<–4 k;bX -{W×»_PÈæaù+H³TÊ ’ØR0–.‡J U•p@™£‰§¢¶n3xwO¼O[D¼Ð:܆çJKv¥’}U„ÃÚÅš”ó(Èó€¨/µ*‚ô¹Ó]¯´Z""p!ê§~]‰ÙQCI+¾õó…:oö‚ެGc/IÖS@âB+_%aSâ·þ'±ˆ8èÌqX“&Ê„[Ã÷ ‰Xà<ÊM÷P[s¨Y½ºÄ ¤Ìžù*€ûÚy‚¬¯ü8i†µM`U5ýƒ! -'ñÎOA?À*o²*Å`¹î1Ë|8«õUâï¶¶E^Eg(%Ê2\øš|ƒáæÊê~§8»›¤÷fNÁCZ/\‘ÌÙûWuü°×£èŽk20jZŠ(QÖêrHÖfÑ´GgŠ"RqžYRq07wÜNCT½ÞêpªïFÿ¦IyabZ•ѧalèwV´ç-š)š€<ûÌ;}»îÿŸµwYµfYÓóne5e5äŒSFFÓÞ#±qÇV«[2\*!˾{Çó¼‘ó_kŽYZl„нþñÍÌ92#¾Ã{ yrÛ7:ýÕØ‘ýÜ ^™{xœlGá4–ií‹FUJÄ.Ü Ö‡4¬!ño9ÐãO^]’U€UäöÚÌ»dL4·[`ÿ*¶Ï>ã²2ÆCœIv ¼~x-¦ Ð-¾Ng†JM O·JUôâ÷™MLZ!Œ­²ªÙ§¢à%ÿñ4 %ñ‡6£Ó©´È¤$SK‰ÿ8s( ¿ïª³Ü~j«gÿ2¶3téPf²®ú6Ç~ŒbÓ#ª÷W暀qòÁ× hL¾p;¨d» õ_'^fU¯$2B %‹ûÁdCBmÕ…Á©¶F®àpB˜øåD €Œ(÷×y@9¼VfäדÃ¹Ò -÷­P^@rP~9¢/ߌpÖ¤­UÉ1ù L}s&üà?8È÷ãAb†k„Ýúû Þ¡á3Ã%–™neÊE…Öài¨Ž§!b‘Xˆ˜ÉA©š‹Q|i¸úae7£&G[`GÜ3œåÍfW sóÁ[¡a¯aµÜ$ ðY ^žYZÔùç'ò`}hFƒdæ*& ¿²ßwO†‰9ƒÕ.^Áéý"óÂâ|Ê?I¡ÈßáÔâÕ:â˜Â™¿™^øC°ï‚IÞevï¯õ†ÀÆ—¶[xT?°tC[Õ·|_õ¥« -6+¯2z,CÁ:=¬ÐñÁ’JÛ@ÚA]“a/‹%%\4otpCZ¼Ë?VVûÃIà>-Y|ðη­9DànÔ†üEØž–¶Ç'rtІâFn%¶†ï£mÏTx|EβdGü±ŒhÑß' —ÇW»d7A“G!†qx|.ϨÁ_ó îeñÞçL1rB†û4‰rž~»…WÈ<ÝŸ­#ÕëFx&(–`"üg¥0¿-§{Û'YvÀ?Ã$âKUyd7FŸ »œÆ+~_OÅ:<ô¡zðå©Ñ b§*‡›Œ"³ã²7ß$JEÙÐ3i¯æ3CRA æn"›ÛÃËDšЧ *Ïî£Çˆüþ=Áe÷šlð¨žë ýD- JO3‹G£' *æ¹þùõ -ùm²÷JÜ‹æŽ7Wß™-òÖd6]µt=$®~…ÄÅŠŒ•ÆYH%aÄ‚gãMÝ)êr­(‡î¸kÙŬ­¸ ç£sy!ÏY¢z-yØoû¾¶¸êÛ¢9Yý=¡´FV&ípÝ9Sx¡dŠÖ}d^ŽJfzpZ2‘œh†QMn3(™¾bèp ·`˜£ C9ý4ú%yŽŒž§r†™T¢EÈŽ]ePì.-Œ®)k©_Áp=ê9œ3QùøÀAd=μ¢ -3ëRˆi¿€ êÓUê)Á¬AéFw ¶ßÌ8c/<Ǧ†tù‰ÊÌËWeìWÍ–yPñ€rkÏ<_o•(I´x‚5ôŸ´-€ }YŒt„í;*çgÆTñwV™ áV<ÖÌíë?qÜH<ìŸýëî-¨ÇK -ü\{L_'63õÆ“~Eꄈè’BÏ:gêÅm>ZŸ<%Jú Þ«QLojz=É­žX¿ù[`Ñ·ÏbÜvâæíãµ<”g±S–dßïù¥Å1~/ÉC¿Oƒv—ê+ßHi:^œÞ"9£4˜ãø¨ÉÜ+í¼Ö‹Û žÂ¯d …U/Ë â†k/~Uåliêà,ZS§ä?P2˜ØmŠf†^ëä2Ý\H œh“f9Ñ¥¨ëŽBÄÉ»w¶Fü³ÞuDùʨp[³' ’¤èÀ3meQhZëvôzLß÷ºtÈæêÁÀlU çQšï×Îþœn$ þÞ€ª(u, -Kh£’™vúvá¢B.dvT«@Ûñ‚Ót1­‡§jЩfS5*¿0,…¥Ýj[‚’±ÌnÇwÎÔÄ¡áË~åL‡+t¿Õ‘Š»3 -:‹ -˜¥³PV‡BµŒÏ›ÀýŒC9ÏÅâûQŒHÒºãáùƒÁt…¹²é`ŒØ#E¾ï4g*лС±ýA'ì™TP´òþ@ßRßêHÞ«y)"’Ù[Ì·"ü6hWàÎ8 ¢3þðnôÏ.Áúw؃Q®eX"ë2NGwοæ;ïlè{½ ©šÉ¨}º!z«¥döPÈÐùVæŸìÖ‹eï|ÿ„;ºh™49¯ï¸KQå}_Ÿ Χ²è €62Ò•üxOÜb¦§dX¼IÅæ?PÊ*›(àøòGÕHje–F;H(Æóî®Ê5#Ñ(‰Àú$÷+/TEGUÛøZŒÏ4Áiz3fP-[±KôF×ÑÂXúTÐ8÷ÐÆŽÀ“/4­`]÷7¯¯ðòÎÇ•3áæwµ`懗¡‹âPêȇ¤ñÖuèTwü“¢Ù…Œ§œuê\©TVÍùA˜ü 忸N^o¤ÇáûAVª¹p Â[MÙ‘Ú,Bó ­…NسÒ(˜T¿~••Ä;`‘õôWø²îèlS -é^Äᵇòòú1¸bËÊ-Š õЯº ÷ýB¯uPøÂÞ:½Ì"M#rû»’¹_Õ˜ýzé3l%+¾jf; mãUâTE?>‘ña2ýskʽÈᔈKw*99Á9ñ®'F¬ÝTo"¢½vdC: »è½O6|„ÖYÆn!¡çòÐÛÝÇ `NC€H¡Ÿ5MÓzùRÁ§g&dµšé›J³‘µzdñ™@êM¶_›ƒ ,ðNi£¤oÑ^tä¾L&–`vØsiVö0dáI‘¶²Â[îœ$ù·'PW½½%lˆéµIÞ·ïjï~bãžøÎÒ$j’?ÚÅÊ‚'Ï…3`ç¹w‘¸û«ec3¡kéU+öÓ#N‘ |$'ÕReH’ô’°Bácö>DÀks5ŒÒ,É’–¦×QAá±\±{PVÉó ÀöXZ^­ʶÂCâ»iÁu#€ìsÎä¤L–dq¨€!è/9¢bÀr;*ªµ3¡¼ÖÛ8Àã -_ÙA7¤fdõøÛæ/ £˜»*˜yÒ&>þ±E)¹«BKw7i¨…—Ï—Lý¯CuEVPô½ªcI¹X¨¥òÕÇuämhî«ÇRÉ|1u_²qÿ,ð$þ‘ p9”—C÷|õÐÊ&•¸ÂýBq˜±ÁêZ–{U| ØPlYÒ^-ˆnÏÙ£¤)Æ5#Êѳþj±ôùèRAò€èÿöTÀruw„¦F+“ƨP•©ŽbÀ=Ž_zŒvºÞB2¨÷ÂlcÀk¤ÝSÿô8¥ìbµf«Œù‘,îZ†T!¼ Q©jxÊï=Øe?2î–ð1Pc¤Ø˜êìU¹¿""åI* HÈ×!váê:#zz’„¥ˆþãøFPJ)òÅ{ªé“Û^ï?œ™ó‹‚X·¹´Vj4f ÚïB9cYD+ö*u¦dëÈAÿ)Ìïo *ü—ÿ„‰ý?û@bEŸÿ÷ƒõ¼œÁºÔƒÞϰI#,CÏ®2”Aר{grwû’è -½³ß›RŸDc†J˜4¬RõßS+ÁÈ9]ºrÉw˜½žò¯ì%O\2L°T r6üĨÕÔiÍø•ÈøN•Ü®ê«v#¸¤}ñ‰wÔ~SiÚ·úe_p/DÕ´õi1^FôëHÿÞ"o(gÒyˆÙ_eçè4”—ºÏåÐÿÁžj–#wìJŠHö -E]X×4‡©öRÄðQý¡>ÛŽ±u{tâ1âz÷çgIVQ¾ª~Ϫ""‰aÍ…r3i -%§¼eÑ*̳ïåu„£É-)÷6$Í1¿!ÌY8j´WÌ™vº34cøæ~…Ø„â%اNKL`P_oHýËn{•xŠaü¦5Y£VOO@(ÝüðÑXЮ+”]ÅùpÊqòÜÁÈ€ZÖ¾¶,KA^ÀKMT¹Cø•>¾w”qâ¹2²¡È -ºM[@$æuwÙ‰òÁž¥@ÇôY0*ß»sôЉjN„Ö~¯ñÖ°Ï¥d[…×_¹,<Gèwóe&Hþã;%deÛÛZk}·³#a¾Ë^S{T„õq}ïsëþŒðQá-™šþp»¤T(%m<—L-ÂvIÂã3bÂìcÒ™½gúˆnï̉ ÐJŠ«;>¦ðö®Òú*®úë Èx@dêÌæòþ•¾D´ƒÙ­tݨ‚¯¹U4‚Š’‹º„&ÛÚ 92.e£žr ËȽ«ÇŒë7ݵ2ÏeìÆŽ_¥(ýèãÖwŽ|< B„°yT.š÷Áè¹|ÐÞ‘ßàé¼îà@»ÿêt&‡PƒØ…þáƒ~(#ºÅ9î÷(n'¶A7¨ B•RݵùCvíÛ.?C²x9íDôÏ€«¶T}†4;?£n¨^ð:jc€¸çå ŽTŸç‡Ïx6?£ÈY^ÆèbÿpXé¯ÁX|ž FÐü˜ì‡EÝýé9Ï|é8•YÎPv8W²¹]Õ¦zÁÏA5Ó4 m -ÄΟß^Àtev´÷ù i ¥%]MÃ÷}S´ZÊ¿•¼Ù*ðJ²ÿÊŸè§’±£ø~²n.ÕT -éÙ‰hÊÏ­ëK]ãQLƒµ£îÇÄQÖR"oŒTŸÁ8«g¿Ýy¢Zп!Ú •V_æZ?#Ò3|©þ<?§õÓ¸Œº°ÐôÆ™Ì[f^ˆT­1zfóDV…d¥¿š-D©ƒ…æ“”F{‘¡¶¯€¨mÒj»#fO¶ÄëO“®ÿfŠÉðco,ÿ<Ò¾ûñ,x=O`Á¼mIôlc:n¿#)A!‘rDJK¦|üžj`ù´­M¿-ß)h}S"ÐwÀÊÅ}¬\{Õ-/¤¡Äˆ^0¸K`n Vh"d,í‰í“!U/V):VŽœ3ùÃÈ™ôþØÏõ_G9¸›©£®àûÕ‹¢_Íä bÁej“HÝÚ -ÎJ$¥Aªzð®ðž¬Þ¡g¤¦`¼Lã«öˆ‰9OU\Ÿm£!yô¨‰¶h Í'H…¬Ú—fj û¡õeõj•µÒÌìš²!†pEþ<Æ ’ R–ÆÓ‘÷P†ŸÖ®´±“ï1iôwÙºê_ô k ø”ÍD1.%êjéB?v4ȰgŽ™:8%Š×-4Þ¦`èbæø#u?œQ{—þÂ3e,i⸑ïk„‹ÚJœüjèÓR -W=àJèÑ¿”¼W^§þQy€/µàOß‹¿ü ßEi)*Þ’sMÜÈHÖvMÞ›µ›u§¦É@H3¢† Žã»Q§4á ‘ZÐHŠE²UmTÚÑ´Kû:A -ü#€=l,â•“Á±Qo¯™c”j?lÒ#ÀHÔƒµË#×t".=)™[½£Õr ah&‘9E¥NpáézµK(Ú^keÛŸÑuÊS¢É)å•ïãNö="åÐÊ|”®8äù(¨”ÿèB@"צì¯j‘ŠH$¼ž-ؘ¢sûÂBˆZz%P ¥ÖU¸ÞåêqHsa¸°=îéèæ@t&"Ê?¼æO -i%N‰è¿wU³üƆ Иú;ýŽþΕãXH¡HR´ S|’,ñG³³é,Ž«¥V»U+zEOjÖ!FcUœWÁh§4 -pѨQ­«ªp(¼‹*£±xKîw^M°5Bsy]¿vÑ1£ÄhÑêºÅl¤GŠGźÁ™ŽáÞøûÀ¿w¥Œ!$žVÂùp†ã§ØååOx,eÖ§yÍ3u¼8êI™±à7?#þz&ѵÜÖ~ˆRâEqÁ•|Ðÿ41´ü'š=¥v>„ÏíúåÆÚ;tÚ·Q;0‹2±' -ÊÕ„F1tæÉ]æLº‚ZnyÕLˆÒ>ŒVzMíl¢3X#“u¸´Ým•°¦lå½8°.å;ÊŠŠðÝhÐ̯3¡ÿK3~í°í|è¯çLñ^ìr›qç™ è vVeå(xCÿ8T™á¦¡g­¸sKnqPEù_†Wg&¸k)F»Üó˶'yÃú!â0R›º_Þ|Q×Aù”¢È¯2l`Sˆ¬@$ƒ¢QÍ'––*Jß̶Úg@V«×K{ÿ²ñÂø~¶›€k°PNÈë‡ÀØ‚ùcû¥û÷e \L4f)fG ®æb8S2%7VCGˆñÙQK@Ï9*…`ð¯Yµs+³'ÌóóC•-hè[öl?= º¤ãu™(ñŽK¶Gü»¿iÐ:4ªç••Þ¬±t‘ÛñÖAã¸É(\Ù|YÓÝ#«ñÖÙYauä9Ø,»í@ä… £"\X‚ŽÓÎx÷îıU­Djƒ0­+·Y1ÂÌ/Q~=RíŸüyœã -´‚›Pƒ‹Š…#Cõ×ï!XÑtèYG’^y¡è·ïu´Tý²3þ$%«8ÜMÔŠƒÕ;g²†î‹šF o/7ì’ÔcèÊÑfü(è¡‘Õ¢¹9_`›ŽA]†Þù‘z±×_š©.õœXæ‚ ÔZ—èÁâöÛŸ'IËòˆ -ç–ÀÜŸXQ¬¼ÞÞ?•„ ­Ÿöíãfv”`äp«\ÈMà.ØÁÑy)iDÏxG 8ãKÿØGš±É±9ÔŠxÆÑøBfÚ(w½Šðe‹1bÊæõië$‚œLÐmïTÍÆË>D¥nœV{ì—1žÆëËݹÛ'ðøwÈÉû•*/þ\Œù˜¯ë2t„ ]ä{Ñ/zYˆJè>G),øKdya®ƒ¸U?mW/«HZJöP© ¥_¯+êSûÇØ›Æ9zàFÁƒV‘#ýbVÛO ãÏ…ìB,_Ħ<ï“?Œ#úÅÑ/ù“\›¹Â¤GrŸ…¶ö£4X91®5h~]Ñ `(ëœNÜ£çžý¹ô7<;p¸ˆp"±#Ú 4jÑ;Åønf¼^§3þ`Ô¨˜ñK¹Û‘^’dðÐKòW†ßg¾¿·ßùª,g+ÔKWËŽxã¼Â¤l?0i®˜tF¾¬~3ÈÔV¥~ ¸OcVvúe š zÊ¡IQ`wmáS5õòBA#†®ÎÎd´æ8ÿîZ}]êk™úëo¤yÎ!ͳ²·êYJÞ±_ž7±£4žöÚîTmwXù7Rî}‘;d&ÛE14ÅÉ9Zaj¢xÛÎ;·âÏÔv ¡Ÿ^þ‡©á÷(-4ò³ÛŽHZ!€üÆáDÜLj핃8ÿ.:l¾wÉ:œ£T(—ÕÑO©ß:¢åUä_»õàz‡WD¬òKàÇLú—2DD1î5Ê!ï|=ûFQÁM‹‡¢ñm‚"žšIÓ~¶~ï±÷Ç mCæ± Qš¦ß µ'bõõvGÔÈG‚ÎÅ:ã¸ïïƒ h'öûQŠž2è ìeãŽ- "ôàvÍr˜ýîô÷¡LíL¶ýŽƒ.ü9É+iFì,héúx –Õ´3Bž«ƒ…4Bk1[ÿ-¥öƒµ!D:ì¶^ZS¿#6¬Ò·uÞŸù)züʘí÷sÙlP‘[Õ;ŒŸ…ŒQ¾È’þ±Ÿ$±?Vº¢a^;ºïAR&Úeb«Ž(JTaŒ“†€2¤P*KÑZ`˜#Fä†Ñì€Nº“M_?sûI<qLÖ×ß} '×”éí–¼9Ëã1ÄôçÉE¡ñ…2pbõ%c)[á׃¯)?E¼/\å[#ŒPóÇéwÄn©j<".Û{è¼ - € -ÌhßÉþ«%ºÂͼpÖs}ˆÒ*Zpôèì[YÏ ù‰Sìð8§ªáÀÌ랟¹S%¡?3kþá8¯ê'FΊæ›:õ+©Ó}Ùé” B uýÀæéywÒ1•x€px$3È5:t²Ààv§'“ˆ˜×.·ºc 2b òÐDiW·Ø ¯ððš]§ß|¤7ü*Ë:*²o–/£v"±èWUbÖ¯þꤨUáÉb¤¦¾?(Ü– âì -tR—ñ²ïÍØžó~žzæý{}i'¢&¢Ÿ&Oº¹(ö0âŸð-J}³ÅÊN]öV! Då¸Ú€ÂŠ(ZŒs¦(¶»ÅtQ€òòkÚ®J_è²Îñ›`숌¤Òj—Y-óö|ItÖ7Õ‚ÏX¥Sq|ê+…3»Šä¨ôöÇEïD qvIUØ×@Ðn¾ÎI-ª™JQ}Óë£ïþ´s¦d¦S¾â…ŽZö/"ùÞ_GMa6 |§4JŸ¿£+ŠShƒÎ¾»xÐP™ŒšÔuM}DBÞV’ǘ´Ÿ C±CJÿˆzÓd¬ÖZrÌ¥bo8ö»ïÉN뇟¯G[1%•ž¥‚íŽG¡ŠÌšhEÍÞšû>Öc·-cÁe^í(nú L)^9+´R( B% - +Ž€åYC$}1%®ö-Óp¦ª¦±¹XDá³Â"þúî4Ô;;¼úǹÇËßݯ¨þ)3Ú¨×TÝz¿Gü¸g~D!¤Pþƒ¸[‹pÌs›³?¹©÷¥åÒ\Q¿¹¿9ÈýŽí&ÝåwÆô-Æô¬— oûå˜íq°þJ̘:¼ö˜jü,ˆÇ%fŽROoÿ¦ß{Çã9XÚ÷Ú:ô¢þñ´—Òë4E×gÌÕ‚n× 4êÁV;;—– zñ.²‘Єwì®YE¦c6“k4íÁDs‡ ekçÛSÃxžˆ™ˆÑßÍD I–Ú«D”õe×t]!G݇/§È“,è'œ¦«IFº§TúÄ}ë™Út“±›f×p Š|œ_,é˜^HG}Ål§×oyùÁPYær˦Ï.…µ6J¥š4ó4Ë«+ŽÊ”º ´’®Ïé–I€)ímœVç§·½0+íÌönöÄyãì®6M„¿:ú!€ ÃñâÙ -ƒ_E–Çág¤ç¿·žq޳bÆ^[–+× •m\Â}ýÝ ô?Úê2ć=ÖÆ{ï`_ü)Bƒ³ÈWä«è%Î jøö¡‹Ò|›½uÅÒó†03-7+ÊŸšY§~X–9|åÔdk9w}æÙÞý-³÷N¤ÇqE1_ËÜ$ãÝÏVMô öŸ"öÈÈÞ©äzG5FÍDID­§5Ôj;¸ºÇPi¬<ãÞYÕmX+ù,øÅŠDY?g‘(fxÕC5ì¹ÐD_…ãÒCREÑ'é´bUQ£ÇPУtÉóî¼á¨»‚úòše Ø!b–s%0ÃÜu^ùuÛ%ìëRTñÀ‘,2#¹ÁÓ>gþ܉:Zl9¼-«izÏ–ݹñ}ÿr“ý2q’•èº"ƒ¸ -pÛ׫¤}]ÂX¼QÎkÅÔ_öýõi-§ÃÒB­àÍ~‚k×iÕœüÀŠ#vdqO»ñr:Ö´CÏ¿§K?£f2INzÿúTˆ4Y¿XÇ!u×pÿuØüˆÀ}…œ&æ—¦ïGTm$MvÀ»8kæÑ æ ]š.)gÔõ[‹ÿa‘ÙSÒú1âNÄ—ï<ŸvúÃabÃé¯Q›“`OÁ,`GÔ»•¯ëu£ÙW#$˜okŒØübRñ³€Í:p vHÓâ9ª£"Ê¡þ!"o×ÉÔ>þŸÝ1i® lêéu"d´Øí>"üaG~Øó$œž%¤[3Ÿëìç:ùº¬Ç¡Q&ÿû‹Ùî/` ŽÂ]n0÷gTTZ"˱N9 fé oï Q?ÜbZ€%0• ¬Ö#³É÷£·ýSŽÊâƒ+¡r¥5Ìœïýíˆ:b[´Pxõgj¶þâ!M_[$è²²GÓ(â?k¤è¾T^ã ¾Ê7°À!ò1ƒˆ=âj{ïnç©}ŽE&ðözG]ô˜èš¨¥°#Pú"¢¯ãÌbºÊS¯…ÃâQ Å©í€þëÙD¶G¦´‘-®HfÅ”—ŠiT w!Ú¡ƒ´¶"òËò~]l„ÌŒ°™]ϯ×YUç}Oª`ߪDOL;• ¹«pœ_Ì¢+prþm(ݲÒƒl‹ ü;cÐi‘2cOOCiýRã¾ý‘ ¥ÅûJü €ß£Ô𡧈†O9©nâЧ4yjý…<øóMv›iÿ¥ÑN-G½½rð–åu\¹ã¸R>¾–\ÄÀ,›ßc•–ÄTÈ(àó€Ÿà¹À–iõ€ËsöÜuØrOÞ, ­¨Û¨fûchƒ[0ºÁê3—-®âçE«ôd:æŸhFÐÅAdGXâê_B\1w™gFm¥3ù•ë ¡pg׺¼jÍÛ…š^¯sµ€êý:eNjÏ—mþÓ†@è™vùÿ(ü¸ãĪ -U|Ðõ‡`ŠúÍï/æH‚´4.3 ”Mofã"vÆÒª+ût=x,ø¡ÓTY@Ç>#R1Ç?/OŒ4;?5Ãð(~Âê*éO*ü±ë¸6„i¸&û½¦}d¡€áOí¦oNg¶ó¾Ê1ˆ£¤DkYâÉsx>ÌGÜ-Öƒç -cIVPÏñ›ç8!mãCÞ£Ö©Luw6Ô¥2å½ãrUï~8ü—`©†ýʼn˜‰Ø¿ý’/5ÿ޽ÿpœ~$‘nDŽÌ·-O ¼ú}F¼äÔ†1ãùU>¢ÀôߪÜß6CúQœB+ä*!6Á”†:r+ÀWZ¹UU?.VÛW( >Ã;¾ïshB£o€ÝýЉ¸{ÄG=3²¿s|½¯ˆ -%Ó($14(Ê׉â;GZ^Ž…² ìýäÍžãÐÓ à–„†\ýøÔU¦Ia†Šï pôWºž:ŽJ¿ÞÍòX:Î Foôc¨à£N#㺊w¥cÀ~ØÛ{¦ïQ<^Fµ]×͘%Їu¤ÚÓŽuCCÇn -Ê;·ì눜©&ÑC†A¿¼Ïã\‡M}CbÁ.<—ø‡N-Úöy_ò wlY_u‹(›úz+$ç½óž¨©ÿ›s=K?ð‘ ws’[áÙݳ¥×2îh÷2¤4O³ÈG­ñÖ Ìvÿ®Gć­ŠýGE–ÇŽx8# ýå¨îÁ¢Œ÷¼¤­|©->¡çµ´K§Jæ–QÂ’ÜÙ×­\€ëDàŒö}Mø{Ô^•âʰ ê¥ä ¾GëÑb| ¦Ð]xWË ~ຟcW0Ž]Áë*ß¾ã¾&|ä&æf7R*6O;]+ -2¤½© âèQµXzÌÞG_©Ûý*Îû aJ·¼+âDVrq›chZs&ßBC.‡ 'ažDVm›J"4µ O 7NZŽú@+yBæ]Z¹.ûxâ÷ˆˆ”¦Â·¡v\âm˜ÆÔ˜ eÄT Ë`øˆ@W0@ªýV Ægû8î<Ï®/{ìcâβ³eá?(ý)ŸX.™(8ß1Ñ:&w µE«±Aâ[)¯e;øŠÂ&P^œýÀ°FB¤ŒègÄC÷srrÐ:÷·êI•ÿ'éòÿ̃]˜Ùßáýÿ~ÿû·ñßýöþÿôÉÊoÿýÿøÿðÿö/þ‡ý¿ý»ÿú_ÿÃùO÷¯ÿŸ¿û_þÝüO÷—øÏÿßßýÃÿõwÿÓ¿ÿÿõþ/ÿðÿþçœôç¿øßÿÃþÿî¿þ‡ÿwû¸¸õuÂêÿ_ù¿û9Ü_æÞÿÿÉ—úå_ûñxÈýŽå“V]ö^÷÷'JŒ¡Ík}FUEÕövÔpëç-Tü©@MiFàŒg„%Hÿ£>^©QWI%ãjaî  '¹ûø­"Ë·÷`F»lùÖ–Ërdoî"lkoФ3µ ˆ¤FS»ÒÕOôHDž ¬he! -Ua¢ðfOTˆ+˜-U»ì•3¶tÝqö1`àû·Êzr„P)(´ -Ë(VÊ®Èq¢b‰ÛÄÈõ™Ý; TúØ ƒA`/û†{%ÝV_»œX‘&ÜçðOœ( ô©©çN¨&™ïN*&²è·õ‰B`„·wºT°ç:xçýþ;G-vÙ)Àððåñ9£AÁ Â3,ûÁ-ïZâþ9Ÿ+~fúZåþ{52ä¬Iw]UèŸuÖB+–˜»?VÚ;É/Љ®]¡ô; îxÔßÛ‡YÙó÷]˜uÅÿ&jv“ÛD ˆr0 ¿Ó!×oœÙêëÆjËfj/ìV Ý~ûx À§„øA6dš@½Q[N7pqé=Èsüu˜24¥8`r1ük2Gþº½²b*@OœW"¨œˆ¸Lb¾‹mçC„·idÎÌ P\ØÉØ>ÌŒŽè;߯ÄÆPûçmïñ~ÈKŸ‰ùÞoüB¬” €¶Ðï¦ÀvÌÈÂïß¹ëù…·ˆœƒ²û¹áÜ~G/ ’~ZÎ%ºnÎK&rý£ýñÓ£û´sûoÉ}ˆ+=2nâp™ÉóJA¶ã•ºì£Îë`Ðødý+´€Ëïíf\Vwé á÷ª\¨Üb(©J&‰7H¸ô.„‚ãtç© -&˜ çŒ`Õ'b°†’·§..ÑÞ˜>Tã¤GÇ –°-/ƒNCÿ9e€£uX:˜óÙôÉQ^1€B—€á`êŽ+ŒðŽq´0‹àô…Ôòbàà6V>ÜÙ<Ê¥>? ,x¯ðkÎÆŽT×·Û±2µøþËg‰í´Ûû§?¯íÚ³Âk…?Ž9Ë•œ¥IÕ2e¹L{*,¡¿žäˆÎAÊ·ëšy¥.{0ÉŠCE¬3Oút'}úo§aoÂÒþ>Nõû¶éà>·oï—°C¥¦àJÆóZÑ-Ç-µ\jmÔ#iE•ÑŸ8¥Sš70K´@¢ºãh®±½ë_B©Ɔ­Ýv@?87D– ¨šØ©íÅH‰6¤ú™ªZêW1Ö9ÏŠå7£‡e ˜#T¨eé”FÄNK„T=¬‹Š( #'ê·Ð=…Ò=6ô> ° aÄȈú¶޹âÒššdæKÁVŸÕ[ºµä.ÄØ9Dc?R7¦lWLY ­ * $\'ˆó7Œ¡˜2U…T‹·ŽŽ Ç‹ÑsÚ¸S"ÝÍçAÜLÁ`+Å–Xè0¬DÌ7tø3ø‹”~'â’¾´3µ§ü:ø*¢€r-u!<•룃GÄ­ßœÇîzE³‘@>D¬,¦Ï‹.¯¬ç·˜!Kz+>Ïå@Ä™ûNÓâ½#hWΈAüé›ð—óâ´ëÎ.´ß\‰´È·-…ùt{\ygðsà¯(#*GSÕêÎí´?Rpÿ¤û8W9æTGf®ÝºÜe؉àñ1 K"žW‡(„L‰êøŠ¥”Ɇ6cí@º©èdDWêŒ'wG¨fÀ™PÆÉ1bãHç´$ªf„#NBwÕ¶ŠWô·ªV ”y¦Ú¨XмGöäÚ Òhv{ }úù|¤š» .¨•úÃaZS”H£Âçɼ(Sì]°kÚÏï¿b؃ìjbû¹™ÒÀ |Ï×x‹¨‚43=/è§a_ž)ã;Ý!ÍD°‡Qywö%ÿ’&~‰Àወ“j$¬I=',‚c_WÝ#)bÊÌRÚ2¹$‚Îq"ZÔÑ D`¿Ñ¥Å!ªj9r—{“[ o¢«ØœõÖªð z·€ÔE`„ G†W›}ÍJßiÔ7n 66DØ<œ¾Ç& °–’NÔ>âÀË4’A”Íym½0¶ýás“´é̆žîÙû>¢‚_×ŒŽª¢Ú¼éϱEßA¼}[Üúȉ÷j_PŸýïCÔá®Ï îjy’X\½)뎊…hÛÅñë¾ÜÖˆº3dŒáä¾ýõ9ÇaçæL÷Yž­Sˆx4¯vÀÈ»öM~­9Wr/Æ«ŽŽ1)íº—j±˜39@i+æÛ´ôÂXm±O @…dt’àá„|1Ëy^ -Ó¾€lÑ-î*¦fL15-$™¦; ïCGvCïuºÙ—(ß’U˜îùþÆÎ<ÃL:¾ZÜ×{¦ûÐq”ð±(š `-ɲØÃR¶k¾ö=kpðÃ6¥ãÊW´»ÿ`ÿÜ/ý‹É2˜(û.GÌ×#k–Ã=åŸWöZ œòïEkz˜%ì_ª Ssü:º2})£¤ ‘GÉ4¥{g(çÑ’m¹œj¾‡ô0EðK=¿Øk×aæ7°¥y¿Rì"Ôø¹u—ãi~ðŠ‘¤tçùggùŒ¡\ç×ïðÇ[Ÿ`¯awSŸ4ÞKÑ8®ðu[ø$HPd|](Ø®ç3Â3õGZàb:X|?N/Ñ!RT¨i~ñh<Û‚&á]è­}`-}ãÛD÷=žRÈ!»2)r…;˜%$èRý<‰×š”è è„#OÖˆÈ\”q2ü>‘2÷ÇAÀÀŸõ±o÷%È‘½¥~üöý>\¿ÑÙ¼z¯¯½çÕ‹ïóãOhÕÅZ¢Yp…(Ð{p©W%ÿˆHí½´”ß·w/=?gU0€î"¢}Ð-êïj®üÁ—æô¥£ý¹qQ¢¨X,XÉ5ÛŠùùõÜÇS¾lŠ;*í:L§jã3â}Ún;.6fÚÇqŒØ»€;;¬sTÀ5É0òþé~³•Pœ€å5®Y†Šõ‘׬‡Öw“^p3f¼¨cš½³N×âQ3Ñ,ˆ5²%"s2"ÅR^ -¢œŒÁqÄP$x¸pz¤@=V¢‡è<ÈóT:4宸–1åÓõhàǺe¾Cfàší§€©%*,ܶ¼'úˆú† -lÁ^‘SNv‚²‰Ô£¾_j’¡µúgDîÙþÅÔ©ÃUûá8+“˜ðŸJÕ.ú‡ˆå”™²Ò™:gú¥è­ÆÅ\£Ó—Lr$çwòC -º=È›$ÃF ´z;XyÇgÄû²–ë§?¯*~ÒäRÌç?[nU}*ÒàJûí{ԌՑäHsÞ<CMx÷—%hgDê l_ ßbµ¾GäN=ª»:¥¯ôÃqÈL•@æî“Ÿ“Ÿ™sÔ± ž¾ì­«œ!]Ê»HÞuêŠäÃu?ë\+yj Ru,ÁL‚åïÏ*AHý6µfú×™ŒÝQ—Nî{aÎp“Ë&™&ù]l; Ð‰Hñ榦#Õý -¯GÙ×£ðÀÿîÍÕ §2~‹ý!ûKgZ²²åk‚7¦ONÁ4Ò¤L8ì÷’\)ŸæL¬GPòÍ€Ôéñ€å”·/É÷“ˆ–$b<_Yë‚ÐÔEG…e…3C™óûµ‘]‹©‚bÁvc)_Pæ—fÎïjÅWM¢vãО Pñ5®ñf¨š¯+_=ᓺö%Jp×fOŽ¿È‰OCëënDÅ0¤¿8@‰©YUæç¦K~O‹¨ €~½¿÷éî ´_vÄ—›à …¦óÃÓÀÃbç©'‹ŒÈ{ÒÙÅ:²¹p‡>@5'HŒ2Ïöµ÷w¼$÷—ÇÃÚä”Õüsƒþ…]´OÀv—&Þ¾\l¿.&ÏïþФeÅÎÏà‰pUÖ@y§Ž_Bónv,öWO¿ug›è›Kâ©Ioür+ʃg›e?#· r¬`Ø>X…»íÔzz®ˆ¥ÅrÆkÜ[ërhõ-à¯ïp­ÖæHÁÁÕ÷£\#ójܹØd¡P^š2>ógÄ;à÷¨(’¨Ó´º6§™îMÿÒKµôãp;DRýÖJ 17š¿â­È½F=h ÆvÍwØÐ¢²»¿#Nä°™˜vì3Ù² -ã•áö…r,=z.Ž#jZ„6AK»IŠ“ëãR•]S3m9B ø­:-Þå¾Òzöýàí$µ¬Þ<ýúõa…ÿ=õ‰dôz+•e-ÀI[YûÉ1¡¼B¼yÔ­K'¬f×âȳ=Ú¡®ê>n¯Œˆqô÷Sq¿=·í¿'*¨DÜ÷׉4iÍç:Þ/€ýu™­i¹ùK2‘ìdž&ôÙ¥Ua"¤R*‰³]ñG\G;2g*\&÷ Y*M:&ׇ)J”Z«å^¢øûøAã#òí¥Ÿ‡wfõ@JÅCiÕd¿¡¨1Ö~Ÿv*$[F†èéø(âã çŒâhˆ4]¹FT6׌ÈÛÊTÛÒ¸}&J6×ÄYdxœÑ‹-p"45Gw£ÜF¸^t43õ. Å>õ]¯†*Q¶vTÓ´ëBeŸc§NÄ•Ê"ä×>ô4àftÏàá*Ç­ö×›ô=c"ai¹í<%[FÃ2äRúÜ•}eçX€>1¸Ô[ê-]à|jü48>°éÐfiJ ap46IUÇî¨"‹µÛw|¤ÛFǹDu+ö¹ðÂÇO#¶t«Æe%íðïQ.‚hH¬ác¤'ÝùñAÚŸðÐ5º‚ЬZ`ìGÎ`žß™Q`cæ£Ni;'ÀsvíãƒP¿‰tP&<ÆE‘AMÔýý³=í÷k «Ê†Î]V½(¢ª ʽÎgðÜ"öÈŸ™§¹¬ì¥}]Që kÉDU³iÆýÖžc\ÂRÓàú:oQ±ôzŠþêxÙU'Ç­‰Þ‹•wDP`¤í»Š×4H”ýö͵‚W9š@’öa†ò {µD¤áQÿ‚Î8úx3TF਽W-ƒº®˜û߯§uuÄ@cæûB$£Ñª[ÇF(i™ô ÃË2âù´dðÁ8ÓKaE{àŸ$Í(æUÓDå‘Ù Ù¡gbLÊ™ìCÝa=y‘4º°ÎÁÏ$ZBX 2ü_¿€™â>)ó`â]óî@¹è‹àÑ ýV‡cÈ+ô?#àâx*õçaúˆª·þ8˜ž`(ìo •p_Â5Â#ÀBHé¿I½2?¥‰ZÑOWåíiÝGŸZ -büAlÂ@™Ø„Ó°ûFJÿ h!Ã(söŽ>£bGy©3Ž¿B±ÍE™ìx°7 †à€|ÿ¿Gä'¿ÕV[(Nkðqýöñè Û!fò»ð[¬4Ÿh´É¿<ÿÏ(F¥®;+›új}Uõã¥ÌËëÝfXÀݦ%£¹æç÷¿ Úù¬Þp±´ž¨Çz75"ÄI&'C„ˆº¥­‚jðbÌûœ3Õè‘Ôõ¼ƒâuÒ õhï\Î&8»‰‡¡b[3rZó²%Ÿ³“òy\£º±¢± ¬çë46üèf]ÂÑÚi&h½¹¼cX› QÄ î·†Ãìòä›sfXÌÔäû‘Ÿæ[Î÷yèv ÆjšwÔêc·i íúC„A?Á}F ‘"påᱎsÅó\ñ¡…'$wé¨]ÈüssÑm»ÆgÄ_¨Î™MQÕ¦ýpÐWàA_)€˜©ü…mÍËä¥Ä¬ígïQ0QAqáÙw…Õ¼«*r{3†§§®,HÑ{á3BÛ¦Îí\TñÅÔwÿu)?ì ÂÌÀr€V¦‚@ÅS¨õ­}¯ãø§_}„„ë°ò¹D]5Jätæ‰@͈Ö\ÔW Û¨™Ã­Ñʼ‰àW6"ú¯ûýdÖüžÉ—Ájè¦Ïˆ«ÏÖ3†!BÄ8D{÷Þ 1ÉQš£Ìæ£NÄãf[¿dbë -gv¿¤l'…†¢….É0s½ÿZXC;®ÖH ÷"Öy‰@j½_Ãá?D!u=Á2ÜÚXñ]Ù×ÒÁã(ª´ÔÌ‹dü~e¢HûñÁ_Oþ¥ x£ -éý‡?¿q2Ömˆ'ø‰ -¤R‘»<¯î™ß#óî_(‡?|EËEKÁ`PÇ; Þ~ô‰a‚498Ñý®N STB<™,éß#¾Vø/Ö¾süp$`ŽbùE²¾3ûIY ¬ÍníþíO~îrÏ]~ À‰êhñ —­3PdÊ–YAW—ˆ;ji$0hµì‰Ìv‚UÕ5ÛÉ,ìäÁ`éëDY¶Ï¬Nõ3ÄüwÔUγy±á¬§Gò”XUd@˜Û- Ç€‹>#¼x­çÝ žìÈÄ= -š–©Y]…s‰a?Zå -È\bHÍ~ðç¦`+üy߃TÙ=*»ÀÏæ}ª²ƒë¸ÉßÏx®"P„ìGѶ€T+GÝSa®ŸŽ2B 7|k£Á`<SGDåÀh@'®þ’çr÷·ØÆ%jzÍ >n¹0á6€ï­©Š…Ž#æÐgÈU’ƒRßÁZYÑ @/´©†— ÕãbQ]E¯2rÄ fê*ˆ‰Ž[Û+¥[(­’ÉJ¾“º `+Ð4ZJùŒ j˜¯ýO‡©M‰“4¡±jƒ¾"ß[éX}Fðz‰õÚû}D-±!Û8QÛ…¥—T*aËc,ùMvõŽH¬”/€^S€oùœ?¢™IN¿ýc˜ÜURêk‚¯êuÚ -ëZIáŒí¤òè -ŃAÔ8 - Òß ·6°úMXÁ¥Æ1¡£[s-8øú“Ð!€’o¨* ÆUr9VRÌ+83Ò¦qWB®x+cwq3Ëü1B9ª/ë·»"2UPyÌK(a1 /»ÿøï9ØLFØ`º¬Ÿþx'Ù¨¬c³p¬¦X¦Ãà I¼€næ§Çv:u;*à8oip|ú7ç*:Õ:w,t¼Œ‡Yò €y»KƒA\ëäÑÍLâféà#bˆêbmÚ)õýR?¢ÊŒð"K"Aû‘=Ü„«×ó©;Ë>Œ…$ëæQjüÐ¥¥+ô…èP½*Ô·-‡lZiº×h4¦Í|C1ýøØpÓÓþ„]½Œˆ½ï$}ÝÜ®´àEôåýHŽž¢Áë(Œ•—âpn‚BÈň@|po` hи›8¨‘ëY¿×@9ö»~¯—ÐÞ°ìŠÄtÁÐÖèRú¤“9:ô±ål~(…ô ¢$yù¿=£mÒTæ·vUŒÖð({v.|gPĸLîCj4[~Ûßò=^Fõ# ƒœ™v†P²1¿Å ž!=°þ‰®˜Ÿ?íÄ"ðg€Q -ƒ¨ŸEý3êŠö[ä¯èîïdàšÏ -ËÀ㫊ƽ¤>Š_axeýYE´|Ù… &‚íyîÂáñ@ÂcÚÁŽE%#tÿíOa/~Pöþ'‡½@Yÿ=S½k “½ë¨¸]”\ûçµýû$Tˆ Wë-¦„ƒ,fd^"J‹ùi?ìãaƒÌé y„:¥h¯—W†S8/â¸cYƘZg21ñ -£M Œy²þ"Su4xsåy”‹^vušæ¾ÑUñÖ/…q‚,+¾QuEã?k¦i"˜wÀuk RÐì¥E¶7¡Ùμñ~U íÔ¬t0¨Yw"tIˆêoôC¥žsü[ ¨Z_p%~St«nÜÇ|XPû{°_ãßê›Àš\¥v9>ç™@äëE‹5Ô@¸ëQC -¨™Ý7ÔnÙÞl•š,Ü×óÔRò×2œ0¯š-DÝ‹Éú‹§?O¤ŠLI­&Ñí€Õ¼ }¨_¢!Bé3Žj¬Â1ì ¬(ªâÐS ø±E„Ÿ`¶°×Ìp(‚ ‚V1ùä÷þ;ƒ®‹Maüøä¯U’ßÔþ÷çàfäG"~@›–ì£öú&fFMôÚç‰Ò¬žÉ!DØ]Ò*uÎ1=Î¥Cø1Ð|Òþäæì™ÞJ¤.‰ÂÑ×U8MŒu€»Æ‘(™W$J®èÐSްŒ þ¼®íVY-¼·³/Ca‡ß†,64å‡_ËuÊ×_ù‰.“5öÝEvÇn - ÔÅ”Suˆï…¯I(ûéÓkq_´e¨•ž Øôˆ`×3´dÆ-•JøXÇ/B%ûAAíÜkê)E:ÕN*´›Q¨š…/M7ê ÞaÎ\AˆÈ›”‘·v¾S¦˜é¶ú¢ž‹úÚ|ˆ9”`“&¹¢kx5Ù‰ lËø[‹6ÔeºhEò8zý¿@#"vÁ@¬\†Š 7϶°j³W#37¢#¨»#†°•Àps F×D4,Q‘)ÿB¤î¨å#ÖŽb:(MVðÛZ0è»>­vˆ¦õ:ßé锜þȦ ¬´¥ð~•x ‡§½nfÌ%¾€àáÔz¼˜83àŠJ6–\ƒƒÓçFQÝSÕ§MUÇQ±f–[ýºñz)òÅèm‡© 硊ä< -+ >ñ ð(J5“šîÀöÑt=9Ðí®^o«h¼–¬—DEÆp€è“â>²\ï$F6Ä5Õå@Þíq­ì§ûxßz§eÇV_Œ&³ê8€C÷VÇß.¾ ^ÕôJEÄ<¢ùDÉŽ¦ó‰(%Q`lˆš×¤\Ä÷bÆhԈƯ…”Là÷–”úÊß9D¾è>Ä|iNžDÅ#áþ^3<›×aajø­K«öàwþM:”œ'ˆ@ŠUO[-Uð ;4¾W„Òò¢P`ݹ!J¿@_æ©£-{ÅÊöšç‹ÈNɦ޺¢,`HT¾¦Ü5ýú.l¤àƒ°M©GWIv©eÐkàkÝä0ºÝ"}!9¯ëAùU €êáÃôºƒäFìæF#­8‹;õŸå`oR÷£V‹–=}à¨ÐÁ«öXYtJ ÎâïÏÆó.Ý&>œŠÎý°‹ppÅs«èÅ‚¸ôŒà ¼¤'æ‘m}-g?¨N”ZJT_íb-“ÿ$Í-XÁöΣμŠ ?KH7ÉTÄó¥Ïä)û:‘kñz‡Šø´?¾ýg—,•UÅE’d²} P’צ’ÉÌd³aÞ6Ã3 - üÜ BS%¢]r\¾ÒôL¦àÖ]Tq¹È0¡ÔŒ~Å} ‹(©,H:åY˘;‘¼>Y <Ñ)î'–®&Z, -£IGâSßó¡r²¯’uÏ#Ðñõ&O¨Q(F6í£,[JþP½šÆîÒ¯'¢^:«Ø&&"\‡ã/*.L3ç\O.g”¨d>¤r*S>^ïR£–‚§i'Ï,-§aZ̰Ž+£–ûg[o­ØÑhä¾³„ê5¹S–n.7×NËEVB‰¸]{¦'òŠüåoøNÒ:š€|»<æj ‘A j¢¢ö­Ñ¯G¨5 €Ã -Pb™vÓ.à8xzr‰ªÈɯ®ú¢8?&EQåñ KTO?¨PÆ$ªô¬ï-=48W9ÑìeV ¶vÄEêé¥Ü Øñ*ë™xëÆ‰ét­/óu\ ϯMŠÄãXKºé:® ù3TphH‘Ç Ü—CfÐ!Cÿ\Ød§¿)VtÕ ­8^…ã…ãj#ØÞ;Öaf=P 0IÀ5 -.ù~öR‘ÚB.O -ŠïúbœïÇ‚Ic³Ïm »…›¯”t0”zDŒFá—]zM‘JüCNøˆVâ뿎OÆŸ—;®N<•£=þŠ ñf}ñ|*ñ|ÚwȰÈDì#ÍD°^º7÷/ª3V%ê+ÄDê£Ý¤;ý9w4Ux4JNDªÉa:2,uŸT leÆ#‡&ßלi¬ÓÀÜ{‹.?åJï|ŠN rÏžqCœnD¿ˆŸº —Ð[¡zk+r~TÂOkÔw¬¡‹É ÙÛ×±F3l:,‰tÞ>ØtÎTŽÊFƒÊ‘‘¯Òª+R»ZÙái•ÝUÞ3=°…§VðÔh±‘[òc -¢ߨ1Û:WÑÉAU/˜&”:šL””‘q¯‡?ýŽ”œb˜|©4›$"`4ÚòÖØøl8z?'¢3Gº@ûÙQ:?óø> Ô¯y&CXæ™]+2.°Y ‚Tò8â7vµtA«N=ÍÝ#ë<€n)|OÀs©KÓ‘Óú:‘÷ YΤ,wé£öÕmÝq%ÞÎWºú¹mÇumÌ&cËw)cÀÝLœ™G@VœÃ«  G8úì¡‘ñ.ý§‡\ÓCëúƒ D¡æ{õ2Ò/êéV’Õ¦fŽV®¢d„?Ü㤷ÁbËgü7agÆ}°—_Ç-ï”&Sz<³jÇ4Þ"tìÙìŒ|L•ÅÐ^Ö„Œ„­NÆßç‘…ë¦úˆ£“ÅKt oä4ßé²7Aô­}g¡¤M6è.³äž~4Ðr•²èH MáC™"’ÔÚL´£‰D* -¾ÏI¹Î@â}¶hêÓRã yåthô ŒŒÃ«ÓèX­ÓüÁ,ž×.?üé.%àðæ˜Œ7 >]:_îBÍj¨/ f@³ÿóVÙû -•-7+(¸¯Ùw§°&C™ÿ C;”2Øi¥ZªQÕáÄP Îñ*±ÕûL‘Iªg|žÆ™ÙšÌì¯Ú/÷;<•ü™Ò!VFÿƒÂÌOß<~‹šã’cæ!À45÷—®Â©*=Xš^%-ç²ÜÛ .î¿fÌ¡{¾>"ù „†!Vb)ªÓ}0¦ßìOóž¿eåS±!Ƈ°ý÷§éËe–U 4¤ís*¢á”£$Q{£²€˜ØLܨ7_4Øìtq€¤îÂ,Ñ]8pFaˆqFïûnÖñC6I•…Öê¼ds)øIE¡ à2‡º…TxÈKÏ‘©Vvs~‰É(QÝQ^ñŽ‚ucé6ßLúq†k^qÍç”1~ÞûQ’ Û/ŸE–y=8+”XoÒ’]Axzr¿W3mnÉC-Øyã…ØÎÀH³mGk‘ƒ­Ai+šŸ÷úA“YŸý¦œ{•¤)Ø—¡x+ÿŠÛŒ²QU{Œõó‘#Y¿wfl±z"_žR-òI*S0(¸Ö‰xB‚_í,ÝK9"’¦pé#üÞåØ VD…†é‰Ò2gÙDì”—]슼ÐåON3ñ¤÷6L5xï îÈì;Tca–SÈA!å•n+í¥]Lî-Õ|¤Ë…Õß"ÚÊ M†.%Ħ½ÇýBg_!Ù4FpŒïÐLQè'aAËÌ~?ã]ýxm(¹½Ø‘€1ª"&JY>Ÿ/a¤l4L"Ø®O·~M¦nÀÇÅ4(³%ïÞÒLŸ]¼H¶Þu=Lì‹@ ¦Å¸î>ØytMè±ÂÌí+üi:oU÷Ú87÷ÃwÖã‰é}0°Å äOµUŽžü<_ݵ+p!:!Ó_%c½íÎì=šú”Ô>§÷¶}ô É÷íÅÏ';Rd”kó-£ž‹÷•Ó÷ô¼TK¸Žì„Ü,…@[G.Ê7À5Ãü”»³ÎŒÔB9æ•"«§çòêî#Ò¦ ðÏ&L]+PøxcrPéøÁ™¯¾ŽJÄ”'ܨ%ãÂ|½¿•à+¬„$]~¸¢!.ãÍR¿©b¾Ó’¢íàÐðâ’O7ÙTËZ]FÒQíšýk“ê É­[¡%/ƒ–1"¿Ô`H¦=[ÇsÜó –³#n" ÷¶b«¨—ß!x¼¸Å4(¿ó~|]„°Eƒ}ŸîãÎLëQ0žÍÌ]S-dߥ;óÌø:ϺïWðI-º_þ‘°ûhG4Ÿ;J¡ å®ÛŸ¨]4±‹¢ª_6Ý3òÐýMšf ^ú¯Ê9«‰&ïꕆõ‚»Äû~þ$PÓ%†º¤ d±¦ÞÆx ‹I¨è OÍ”w]Á6ÅW gÆ'Höª¯]Aâ{?™iÇt>¯MÍ–3;`ˆ„êY]d¼QÝåLT߇×(º©)Öd@û›M<º±Oÿ\a48®r$ðÔ°*èÛïÔsÓGgî¤ fò~ÍÐÏYB©ìÀìF|Yv>‡DOÁÞ"ǹMcöÛ z°—j ýùœ©Øà£=×Q ?íëL@ˆêö6AvúÖÈñŽÛ›&j‡40½J«µ*㈈gäÈ€œ`}Õþ{m!Ï i´ÌËD¸óÄöY6TF‰ãN#|@è¨)\D{;™¿×|¿{ÚÚƒOd‚â¹Ó@ £l k¼«côuì¥:?Ľ#žP±:£Ñ -õåoÒi¾BõgLÛ}œL/ö+J~©zÚåäTOzFwN ƒ¼Â%nÒÄê¥`—ì$눼½Ï1QSØ*Aö@S ª“WQÅQDÄ4­aXPH{î)˜M%Â|5ª·¡ &â\FF.T”J÷ï5±ö¯ë\‚RàÞ× H†Òâ)…PÚúuX%†ѱbÂøš ~zuÈ{‘H#©Ç7Û ßâ¾#Ó>€'Àp1׋| ³³‡ åµñúŠF5±UÈw¬á¹¥äŽà£®†€jQØÞ]ŸÕ&Ög·WvŸn'²S{!mšu,÷Wòû_Z ÂÎZæH¨»I°`òÚ°Ì"“×€i)²Ùœ=ð™-j)0ÝÊâk -XvÿõUNu¹BÑfÕ<6;™/ò—Õ‡–ìt¸hÆ:ug#÷Ë-ˆI_îcà¤Iy~ RHèÁtö%}ë‰/•¦W2îwí½–Ýûö6ú/n_¶‚"{¦$d¹ãm„IZݯâ5ªÓ† ´–ΕǯPzK,wnËŽ5ªdÕ=9:ý…Õ-X†ºÝ‚ò'å¿ç^â=ÎhÓÌt góz¯ã„JñõR·[t ÷³vËöCäáÉ«´™‡ê£@ª;ÎÆîgûžþãiÊÛá-6£Í´È ¡ endstream endobj 36 0 obj <>stream -d#‰e¶…Á£ü„ìCwîW”p¥Çü!(íý}êÛû1J³B¡¯²5`.È_'D·Ò…MÂØ.Iý× H»0ÎÖöåjAªÎè›MsDûC"ð”£Îdä „žYδ“/Ó¤÷D41èâ çÑÞ|r˜"=Z±>j+Ùwq6l ¼æ#gÞuä+ç“cñAŠàÝ_N Õ™ÞƒÝÒŸ -1 r3º öê×¹sÐÄ.AÌȤ^TZ­*b#hÔ#HrÄ~‘’|KqT‚EFT˜€Íè°®£(°#ÆæÒ#«€ÂŠÏ(· ჷFÃPCU -¬fjþ* /Ï-ªŸƒél\;Ìo?0I‚%E¿þêgv°Óö×ʲê­j‡÷ÑÆ5%ÅÑ÷ç¥ÅZUŒ)¯ ƒoHpªñÇzä¦~š\ø;°ñH®2qŽÕÐÕëu+3Ò'~Ãbc/†?û½«ÜÃO×rúç*å+L¶‹»Kk‡>ýt%KZ kno›ñÝ%÷,´ #Ò¬Š":E¥òHO3 $cëYŽ@2Û›C?Œ½ °:5°Ñ!:¬6’+lÔø$ëíö1QE5ñ©¯°¤p#äçON”~" ºŰƒ=Ýß™[‚<€+4òïWÔûļp&GF=ÆMÈnŸN"Q¦ƒ£€%CTF1 -ô8V³LÂ2á?£|Ä?ÓõÉ?#¿°ÿp¾“ú,j¬¡­¥¢Ì8?±r‚ó`¯üV—­âÒO4 -q(#ÓúÅÍzÉJ0CGþÊ8‰Rʆ.¤*¢H|u›”¾€©T÷d†ÇÄÍ‘45 ÁP޽·7"2ü÷WÍÙÑCöô„‡GÔÂP˜&g3εU§çøíe­ÊHAžlÈŸvn@~ nŸ!7©@›Ú¸3®C«ÔpTÝ©$Õ0¥PpxÙŠ¤“ûœ ½0pÐjε‚v*£ÑÕ£îXñÞœ|·Ç)eŒ|Æ,RýÊó~Ûû…EíôE(;ÔSdô€ÌÏw°;g -”ÇJ"¿¶ôÐæÌ N*Á¨hj„ôU‘÷|·WƨԠ{!®éHkÖlªŒòdô\x‚è2Aœaä'â_ùÒùtáÃE -†®G ‡Wtíʰ–H•ÙÜÏKŠ$>KJ9ÆOûodÑõƒ À$MêD鬩sÉÝW|ööÈëv~¥uò òöUùƒ9SU®( x’§’KÁçþ™ô4xÐq½9F:½ü«_VÏÑ+Fc¨ûY~c|¿ïȹ8Àãð©~˜2ü‡À^h6½ÇÏÆb xø¸– S¼jD§ûhD°ˆ›!t{ÚuΤ¸+Ç(¯¼çÕ£ãSmLUSR´¼žäVH<ŸòYÕTPý}{ÛÙ»L®¥³Øé÷ YƒçLG³·2-l7î䦨¯|%ÕèöCžÖ¼-‡A¸ß„†Àÿ ¡*Ä™«¸Ÿ`ëu¾%”* Ys(˺ŸÂ†ÈC¸NFÃô[¦ìoø–\ÒaÌ‚Š]üÊßQ±]¹ËµN;ƒ& f)@™èi@94o–&% - ª{œÔ{bE)~ ZïÚ |¥TÚ«Ñ•á¤?Ò6é’¬!ÊKW4Ú¸Púj¦ð{Yk‘ÍÐ6«¢8j|¿ööÓ%tÅß[…©ãJH­ê…½®^¶;ÅYtÖóý¦óõýe[H7œ¨üÂp­k´u07á!’Œ -2#D47Nš¦OBºßI‰]i|w2N‚Å%XžßBŸB3•Û•ìêan2W#r­Iå%éÀé÷0ûQì¤b\`q}‡š© :UÈ\^â©ßè@¢,©Œê>%×¾?Ì}dPÕ·úàúÊ\Šˆ|ô{¾ß¡w„æþCU¯¦³>;,²Ý–‰²g€»EYHuZ‡k±o¹ÏD,Ä^öqZºtoÀ7 Šž }o¬|GÆÑâRºy™¡“v¤§kpóÓÚ.ˆýÏÓWpÄ/á:jhdj/dj»X +ʦø. tã0©-ú‚qm‘?̲•Ää e´y;.ZŒa¦Ú©´ÎKªdÑÉj™Œ#é){dÈgw÷ci´‡4gï®®õÓM£®£ï¿¾ØS¥v ØÖã3mp†,È©}ÇâÑŒã,ñŸôÎͳ±#ö5–D¸Fxý½i„µ–÷µƒm -ñ9E³ús(ìèP -QP¤PµÐEMæÊì‚u íÁ.—˜×ñJž.ZrhÚ0Å"Q3Aw)»FŒåY ÓµÁñŒ&÷=²£‘0õ -+Iqé¬õ -ÅîBqJ~›: îécªø²ÉcvUÓ5Ï-êâ°ãùtõü:“ÀRŒKd*ê(Câ%öÞ9è”"ÇG^Ö¸2EµÔÑ'Œ㽎r 2ÍÏ)SÈå{ì{‰L©ŒrøÖØ]¯C¦ -ºø‚݈@¿“ˆW÷–Õ ¹°Ò»6òÒ÷y´_&Be}ØkÌ#šTqZVA,sFÂ- k~Kmí ® ½Í'­°g¥Q2â¿¿ ûªÄÀòÎÇAɇèþ¶îè._÷¡Øzxx Q¬ðõcÍf ”[Ù~8^A áQmï ÃÏæ pA=wôõqŠ9¸*ÿýŽç—t­Sóš ì| ¢Ì×ñu {Ʊ]23Å—QÖ}qiFÕ‘2ˆezN¼'!ýwv»kï „Ò] 7{<*-»ÞýïtQsy Ü÷_ëéC“`ƒÿƒ€ò¥{ú°ˆÆ§ó75´ô¯“Á'^_ëé¦>‚r by7A¯HÒèdÑtûã¾4¦ý3!GKMÜyÛøe”¢ÛÀ§hgÂ`5 ´€Ý ÍXÂ^V@,Óèy¼Él_/æ~s‰ýÛ¤GÔtAÊŒ©OŠEF@ž{“ºÅQô³1⸨Ké+L4 E‚ò‘ŒTž°gHŽñ¢J»ÅÓ9Ô`"Š ûç8Ð\ú]æ0ªžøTf`ô„?·×Æ'ª8hN|´Žº‘݆2R QàÎàM/—éÄ^cë  `1‚…€D ¶W”fi…RdñKç~…jUqc¸«0€)fôâ~òº ×rQ@×0³Ü!DækîQ"2Ž#¸×)²Ðµ|^azdBô6,ÅpA¯*WRéÙrI™L†ymgî}%sÅ”|;¶ójü¨éDïú‘ T#\3´>ë”R¶¯q'¾Jõ?6d­Bû²Ö«õÀ…BbÜœN-ì}ôKS³[S¸G—“0ä$eïë¨TkŒ‹e`8^90ô{Š_iŒµ åØÍ³ÂÓ¨`eB -Rvê„P0´¨G/­àn5…ÓôÚa÷Ô?3æ({i¨~i[ÒÕºï(võh4JÒZÙÅ-Ž¢8çݳWîÜ|çJ+4œt ™¼Ê!l—¤’û2:pþvH]èÎO¥îúÉ 0ƒÆQFø¹"æJKw¬•or¬þ -°ñ”'õIo©WZ÷CÍøj”*¸g\ªÀôse áéYü)Ðïo +ü—ÿ„mý?û@b>Ÿÿ÷ƒÙ¼¸*fèMI\äê<æbÔCb²‚âFÛ>ƒ¼E®ÐÀ¥)õeê„GhལWˆŽ¬Å|ü·ØÓ…‹Iõ#XÞúcöK\ -MLó+¥0{® -ÔÎdN¨åé¬ÐÎ ¯ÈÁê륌 ÀóÅ&ÞQûWÅœõÛèù2è ªjsCJŸ…uBæ) x¡7åNßò9ö#Z¾ŠÍ-{¢ëëD& -ÇsTŽ]Lí«#® T_çX‡³ÉWR’ù¼nFD³q½t“$);sä¾Ñ®FrƒfXsóJ&±á‚Á2RG/á<ûf^G1º©!'F¶µ¿i®»m©±tiŽðƒë• .ºƒ0¸š«'#2R1 õðöÉŠ 80q#{²Û±7QáóY¢°÷µ©Þ8£j&±î|ÌÞV€ñ¶SÚ×¶E)À­CÓ QçžÂçƒ]̦&‹ÓÊÈ‚à]×.uE†™ˆ1õtiÂÓß Ïáo#:‚´Èo2€ŽŸßËVüâGÏ…a3¬Æs-Ù[÷ƒvRásÈŒóK*~WüŒJ–ßÍÚ¶÷6ÊwÆ×Ù–€B\x)Úà^ýp *}˜J”dî £÷ÞÝ~8Œ]R‘p÷ñ lÇ rIýGÄô&’l¶«VêQ" ¬Í÷†=Ö'xçÞÕß^l_P´«×»¼|o@H¾=£_òý˜í>ÞÉ2©Œ©#@Zª(¸.ò»Ê.šÇñiååºle½RÎWJmò”ÞãXÅð”(ŒÎ Ó+#-ÇQ Qœb„ƒZôyoŠa”™ã'ì~(Q±(Gé3rÞÁͲ r§,„Ý*FtK ðÂÓŽq)í<Û#ÞôÉ-É¥£D½I‚J3…€?{+þò7|e©X’î­Œ‘蜈I‡”wPì?XahWˆ^d¨1îãPïòÕs¹6©›DK›ˆ¢Ü:ª!5›*’ö¿`@PÂÑ;à%¡ePnFõ0Ñ9îŽVO3¼`F$êÈbŽÛÎ1Ð,âL×× µ|ØþÙ{`Öå:ÉM¢Ó¢›Ú Çë ŠèÿÚ*AxÛŽûÄö‡ˆ4‘ê™–ò†2Êù8Îù«÷½S”; -^Rë§ÊÆŠfÇ€TpËjvªhä¾ ¢ØU/F–w”"†´2WEšëÂu”í‰pg¿”©´UØŒ #Å|ˆè¿·U»b‰¦9˜JGjÚì(Í+g=E¸º'<|Ö'"f<ª!d?šÙÈôj©Ûöw’Óû5*Ëxj¿æ|¥WÌh§7š.MFѨ‡Ñ·o^?½]/XãÜÇ^’M³ Þ†¸¦Ü&`ׯ-ƒ6 €“‰äœ‚Í8Õé?¶çƒãï? séêS@P£®ù)€1sï‡ m6qEûÁÔ¨íSK5¥i?ÞÊú‹Èãzì´ 7J˜ïÇý`ï 3:Ú“&óúá37˜;v¯ÙëG”œ‹¢Ã469*Û@Üïj]3ÓG¦{Cló€Jß)*'E£Y8ömÍÍ[ÇÔmw†¯÷ç‡:[‚×` Šïïãòô¿ð¸l¾ãR﩯úÉ‚Äè¾ô¼ÚÒûíìž',ÿö7hBoÉMF K(+½¾ŠtÀ•YdvVôÄÏPUýVÛïÀjJVš)x8À,ÛæŒêNM^Õ›AôÈ1 ß -‰®b*PŽÌãLÖ¯†ALÚ¨œfÍ.q› }•É™µ+çë@b#@gÔ«Iú©ÏSÔ^¯¿L ¯ŠV…Z#㾃†Wã+H„¾8È ³Ìž‘Ùh è£Ç`ŸâúQÐOE¶c¾(7aM¤(ž¨ˆ2é™,‡s›I¨{V~9ν~ûó$éoYA_RSh¿ä53è=:|¯ÐüË¿Z:ÔWFN÷oý”Xöf yPͧÒHï¨×®.,#k æø¼ùH3E9f‡DéÑ¡aÍ(Ç4w½ŠÛaó8ö w„œ3´e´¤¨Ç݆©ñòy£Æé¼Eº¶£·VŽü -ǧŸ‚Lp;7]]q€å¼¾^#~[XÕï„üàØ‡÷œ¿èfuº àÔñ·ƒ–…|™wÉ T›L =•爾æPçŠ[í8ƒ¤rð¾19ÐëP¬Û­Î)d5Çà]£v2ˆëdÒÙîìgÀy&»ŒkçÃ;û|‘ý€rÙÖw¹M¢\oö5âchÄTe‰¼%,ñެwý Ÿ _š™,Õ!¹g†ç×™ …UéK€«šŽý‹U#Fþl¢IØp¿ -âI\d¦É÷;ó×û圠fÜ%¢Üy+oXãŠ÷GsI]- ¬-²ây±³¨Ò¾GÜ'Ÿ1;{Ûš'Šî–|$y ì³MãÊÀ}Å—ÊhôÕÐéºÓ”œzÞÏô°ÑqK Ê_b³Æb‡¡Øc‚W±#)< žªëã//GD{©›çi(v»¿:B*–0piõhº]»… -*ˆqîή׭Ô·¯þÃßðã8uf¶²WîÚèÂÊw:?߈בí;ÿ6ÙÔ$AðÅWˆÇ ñ÷k?ä¸:°â¡ ““qœ¡Ð^†f\ïHKï’òKöÇŒEJ+•¨þœ(f¿@9bÞÇoÇï¡èÂ@·à‡LæªiÊõ{³½?é 2ƒˆ’5ã8p4|ÉS2ÖSÞ.ìÚ]ÌŒîûçïc4uÝõÇÆþq„x`ÁÓçîb¥šºdˆ3ÏC÷ŸIúãZèÿ"¦‹ÉC €A¢ÒüZ[ÐÒýñ¸-7ÄÏfÒÏh{.…¯Œ@+Ú{,±é_Ct§²Í±öm”fŠÈÏ µ‹JèÉÊÑ‹3BÚÎ>Uydùƒ;ÇHÅôçõ݆žiÑÇ–RCÔõ‘*ó[­‰yã}$(hƒû®Žò‘ÌX—¡º¦L&Q¤êü öÿyÕLy„¬ÈûyaQüŒXyé>¢tÁi#.8#HF‘¨âg‹í•)2ªWJœ,Õ(îbGã#ÂAž1N²?å‡ãhòö%Ç*ËïH£Eu¿º&ïGt”¡D1_O. -?RT¥‚3» q˜eP†5(“ðψ÷•«~iœ5~Š¢«é†A”dTßÉ®Ç[ÍOTS ÉJÿꎮ7wÔÌ 2<;Ð]~ºK¢©Ž©-}¢ fU쾑 Ú7€mò3"÷ª@¤)o™?ç•íYŒ£Ð}Ë, -3©vI‰”)(C­@öo 1Kú•¢iGí ¨‹Hc®c€^HdV>¨Ð{áùŽ[ ä!üíðzˆSȈSHýÚ3®Ø×uÔ3ÇiVwÝÆ–ÇqrÜ‹ÃÂYÊt¬Û Èà¥S$ææ²-»e\ÎÓ34RÏŠ¤Ö¾?ÒÑ-UÛÑî, -Z¶äÇgCÞ{Óȃßëzªí©Ü.ýš_9ˆ «Ž‘ï¼?£oHêXåh!ù­|ØÎŠÖ0wøQž€P(¿íøÏ(”ØTµ±¥ÇŠ"ÞUšD8±|¢ºŽdÉþ&ËÆ_Áeˆßñ¢/ñÎñæ\ —g¢t‡»t-ô8G&'F[D€E BÉ+#œ¬±cåDP^Ì×ÐØ GìZP1l’âH†5j;'JŽº3Ý–KA׊ˆ¡ãµ?7ƒgDØ5a>ü¶û¹.Ä=ª5<@ØãÔT ²g€nÇðK3 JAèæ#ƒEÁ÷CCè=ÓGÔ'? ãêıXG1õKŸÚƒ±„U¢ÎæO¦>>ÚèÄtÓû=Žâ¶;Š: _GT-™â[ß ËÈ ÛŸR,gR‰Ó_`JþúËY££“e“3q;U0¥¡»nC<à;4ÇÓ}&¬&³+è8¶Ïˆ¿¾3<˜hZç¨yÿý8¬aö¢ëù¤œê03è?Dü¸m~D9ô¬ŠYtnV]ÇeÿX -qK\½Á3ƒzú1©+ñŸ$IZ§ezKwùY}‹Yý ½ð.õÇ|ki‰…ÏœŽ¯Â* ì²·‘©-øSÑÎ~Û9 9¸©”ÁÇf\ -¬Ñyj¿½Ô£þñt›Ò¾Öû¾7•‚ª—$úq´…­y®¸'€ˆ\®2ÜÎ4Sµ³Ÿ÷ß=0F¥N -Ãàõõ7ˆI"à•8„ïQnß>ç¹'%ôº^bì·PcâŠ)â¿FÓƒfªå9:G]¶˜"öÀjÉÞw"^zxØ>èf=”dÇá——Æ+5ŠJÑd¢iÄúò1҇ŽüþÝô‡ äZµX¤òzÜuÄÍ¢§œ¨6õ¬Í\¢,ö¶ß£v_M…/S˜ç)W½aÔÑè‹í5š–ç±-1Ï\B¯5Sí{±dAŠÛD@<>~›=—g,(.ò¤áÀ÷_'ÈЧ…Š«LX½˜™åqt¼*ˆÛÞ‘\ÕKs”·‰P$®n1r¢õÐõüz¡0î¤TwÚª€i 3ÁÞˆTªÔq>˜E¯à¼Ççß /ÑÛs±á(°Å¬‚è»3äÖ:… -X¾q”àyêfó-";Ê_,ÌOËøá0üÐXDàÇQ."ºüЬ4yjýDøóM•›áÿ%WšÄhEëïÎo´ÎMîhúññµJà0†HÔ|A8ÎÞ -Ÿ"%qË¥¶SøßÖL½®ûá./y6ûÄ/{[D6&ƒÂK†R16ÎuÌšHh:ÿ?kï¶k[rœé=ßaÝ`)χKi·Ü–½Õ-mH Ã(Ðd©E[Å"¨’½½óû#"çÚkÎ]„äΑ+ǘãñ€(ùÅ„(V5‚ × vIrðw|Õ_²—ÄèDj‡N²»¡‡à§Ç”¬\{›§IRš9+PÅŸˆA'åûýÙ#À\,³€;¬à+nÓ -¡ZwÝÔ¿+8Û§3û/—Vbäv\‡iL6Óü¦„HQºGÛ”g›$=“û1*AØž{Ø;åOÞ³ùldlˆÁÙᩜ¯ìòã’Ú8;aaþÖt"J1œ”í}ºùgMMÿtÜöì0³vœæ«wæ² Ž¨*.ÝHå@N4»yk -•†Yàrz†1F7Ó @¨ÅÔa¨jmS“¯¢&b_5Ì«Œæü~äXá÷o÷ôÚ¥¤¦×gX1¾í2^Œ3],I•®VÏ»„³Rº}îÜÕŠec ´>ö‚r3¤?” ™®EÃz.£ÍóØpǽˆ«…Ãñ2xg2ÎO—h1w|õaã#ÞM¥¥DB2þØy=cÛMéN/TËõä„Èî¸XÙ8$Âts‡àbz›ž5DaK‚y¢`4~¼¾ESRífrŽ@¿Ï½áGÍxDv zÑIc¤ñª¥ù œW="´§^¼^êuö§Iy -Oƒ+z¶fìPMÕŒž÷XZB>v°{Ö-ÐC¢aö—ÃTç"³êÒ Eà; K”;iÎ,lO—‰"T»-}ä¾h–°NHGNÓ68ë®÷:¡úg¿žmFᔹ]ëvyf1Ìþ¼Ç¶hE=­¡m~ì…®Š"eÐE’ˆÌæÎWäIºŒ$wƒZ´J1Èá*bg«ÖŠ[t·2p»yP÷ÙHPö‹èòUüFí¡E —Q%Ç´»%tG|t¶$¨Ó’²Cñ‚­©d“¤Ô/Ü!/È€h(¢:Í$ñc ®‰C–6Õ¶†²ŠJšñü´ÐÉPlNP¤È%oÀ šK£»ehJrPœó-¸Ôy?_öP’å>þ9jo¶º,Ædcϳbåãqô RÕñm³Á?ôaýÆ*oaÝ6$Ô¬ Á•Ÿ®þ'QÅŒ¤Ù¦t~~cWçÊ,¸(‘ð_dð>9Nú^M¶Õ ÉlA¾'/r¶ & -R ¦(Ú±"@íùç tLÀžô_%ÑÿKÜ÷÷ôxý—ßœÿ2ÞþäOßþþï¾~²üögñÃÿôö'þWó«üî¿ûö¯þùÛ¿þÕo÷í§~ÿïßþðßþåo~ûãùÃÿò{;éë¿øÛï~ÿݯ~üî7ßžS|qqû^ÁÏpýÿÿÿ¼çÇŒóË~Ô îÿ”÷(„µdˆVÌâ!}o)Æ>œHå¢hCFIÂO„|åÀ‰'–„‡"[QiücG% ÒIøÚߤí.‰.›6QRÅ ô [ð*,+!Ìé1ö^“¶ê R­;‹6”äØLàY)úRתXªHØlKU-’¦>k¡˜›-à´®MŸCFÀF&îe:€×ÀÊFçe´»4ZN’+L¥ãÕYȵRPp˜†ë¦ -€¿Šb‚€ˆ‡‘€jFšN‚mÚ¾ `­2Õra!D<„|SçÎÊ9¹SàCü‘Ÿ¯V^ágjÊJC´&]š[(¥óÓË N¾‘¤£SGø„s ù*¬"È+±D <ÑÑ):`„n'>˜œ+8hÆ‹¸5t]Bï0GA„aÂÎëžl—櫚Äó½!Æ™q Où¼VÙàï8I°IdJÿ´ ÔßRkÂŒf5£\P÷„Ëã‹ wz©ó,Wé½ÇX:ÉÕN\8Ï6!K³Ìlí°/GvÈz/Ëð©Ý0I€­_üÖ©n>~TÛ&ú˜ßßh„Yeƒþ¼V¢ÅþŽô:!wžµ™†”>«I6„³)S‚¿/Åæ¦r„ †rà=V ,åD0~€¬*‹AÞ:Ы‹M}¡ÿl±È*3ëSrú„)¤­Þ˜bTz„lýü½6Úq€w…Ì6$•I¡{tŒ|8ë(hé”eù¹$ôT&Âäo| •ô!‹d2ž&¡Š•sŸHÂ÷JÓ‹×"0¿‘‘Õl4CL>Áï~£ô‘hLÞŽ‡ó²o6;œIF@ú3É0]Ü0ÿ5sø«K†¶g%§-¿K^"4TQ\F<Œ6ûT—B4sæ,ìÖ’ýTyAew☜®Œü¤ƒËðGøÙÛ°-ªÔä7!P–ãÑ0»>í«»þaf¯‹‚&bq(ÜØ,ÉÏÄ ©l¦xdV–™™žÈ¥ùþ|€á„pËãùà 35Í9‰zûcJZ¹Ðö°‰b<ú¡¬^Hj³zÙƒ¿’UšÖ;1éYï†Ö»×«d„1F¨ÎÄÿrU(&’Ûˆüù\¤ùµ¦f¤È~¢Idbs)Œ-3[¢3ëH}èDÆ Ó¿ª·‘­RFK?H³Íb¡áÓ‘q}¶X‚ÉAŸ0b:PV•Êl$´qéQXæ³$™ ‹²•L6>ß'=rvÌl¦3û.Á¿rué¤8g*¶M𪮧êô83*Œ±+íøÄ¾œó ¯Šçnš‘DäÙtô·î Ø=û*†˜Àä1™- '•bbi`ƒ'ä&y¯É×ôIŃã_r·Ýlâ°9Éh Š~ù9Q3êõ id©!-„p ͺIo°Îâ×)c÷ÔÓAd%ÏÁ)®#€ñRgT‡fnÍ…hÔu@ÂñáHâB¼Ö•ã+{wz•æ KÓî‡iæ—¦‘$Ô­‡Þ9Š&Õ.Aüt -@š8“€Ùú£Fà:7 -úªaHÞ%ü÷¹á]Bôç¡™º»ÏwZdÆp^…ŸûD>Å…"[å-kàò‡d¤¶ôÕ°ì;[Šï½ 4ínD5-î—¹*ÞÎoF/=ÛŸm2U.V¡;ª‡ê5ª@Ñ -Ú¤fÀUÔn*¹¸ÈƒŸ@u\­ýöàÅ©Ý{ˆÆŠdë:=–ê6_¾{ìª}›˜Áýc€¸4\ˆ]‡Ü6t•3‡›½Ò©¨R¤3K e•áQ¾gæ–˜÷ÇZÐJ±ãùà@x_,ØþUÑ;ŸÌ â§ð‘&e†HÅekló¨5ó–ðW°Ut€Šèl¿ SQ;öJJdØ{+ù¹nåíó©p]IŽ‘"rÕ9ÏÒp:€õ¯®-ÉòÑ*=1ê@xźBK¦›Ÿ J.LXoPW•yà£ð -ëdÑé¦R ’Ez8Ôi'v²És–2C ôÑŒD™Ê_ ¢¥ÁîAƒñ’û üý¦äHr‡°i&} PX]¤€÷¡]?Kþåéx¨EÊ â-ÉþÄ48ß@ÊÑïÍm+’dãl/BDE‰|Þµ¡ŠFµ¼®Ì[öçŽæ¹ûh!ðΑ - Œµ[*¸Új%'ÆÒo…ó¬ä3M<+¦i©_m·JkȤ-þ -š˜]n\*Gc_¦á~ÁÝË…/5ÿuR:2Kñ‘`Ær/ÐS;Ëa=sÉ£}»|m1îÁ=LÂtKßfs Ë@BE}<@AV³ËÓ3y: /WÓVŸn¶ÊÜSää­v¶µí|÷€¼Á‹À%y8øqZ éú*G­76Lð¶Ì`Wš¯@¤ÖÛ–*¨’êç‘‘ôn‚Y|²Ñš?ø ö @î–·M -½´ç'´ n•¥ua”3©³/Ö: -®’ŠÖ4C>ýK´3ãžÙ8ô}¯fï ©7%Ê+Fég¶,ÓjÃJXÏp@ÞÉ‹#é%p.)› -•Ïöœ \Bë«/“I*:PÊOÌûžøC®Ž*€ØOM¸\/Ÿ «½ðÈË$¦(ødõêÔM²Ì* Nôô­ cŸ=©ã¥ -l·>sjRç”ÎØâ zÄ篩)ÛE ”ÉE5TÂHHHzW‰Þ#²—‘EPŠ 1$FøA†ÏNz 6Ôájßwˆn˜Ê¾±@Ö¨v«˜Å${“üϯÉCBD[bÍÍ - „³ÔNÎTi Zä;08lõ4-«%šæ,‚¨ -NˆUq>Ó˜ÃÖF›’*ǵ|n‰-ÐI¯%n89¢ç¦‚XÀ^Zszi6§\Z툶ZSzÓ™†\"‹ÅÆô,œp U@D‡5¬éå‹=;.á,›E«-çÏW›v¡D¼ô¨ò å"‰?ø­}x$‘L‘Ÿ`ÏO@>˜:-l!×Z+])ËáÑÙU)ðg&C–õ˂ӫúÝúùvH僂ͬz&oœi›|§txˆ‹¤·uIðâÁ(•¶/×Få~™£NhP§ËØCÞ›{OÁl¥åéÕU]Ée‰ª¶\êe(ë°mµš¦+=8/=T(BTžg„ÜKŸýq"O’z5Û@5ó‘Ü–”0‹G·óƒC³èÑr…z'–|<ï+%—Æ5ìs²¸’yBëÛÞÄ&‰š­\)kxîaêËóÞþ/í³% -7D LR-ç>ŸÇÖÌ[EÈU%OÈž©qóutIÇsÍ Ëø=¶?¡áó8h°Îtp¢ÓÔñ‡”ßÈ{/5‹6Ù¥ƒµ„#þˆÒ´MÚÍ; "³ÇqÊ‹,_Šó=gjÚ¨4´†ÍB&:”¥'K Öx|©…¯úØÃÒ[ -‹¨, â‡^<ÝdϪÁ”Q²ïýÜãKôg¼\_ô©RJáS:³Q;/©¬NYÝÁýK5aH¾PþÀ`†û¯é¬oI®‘{èMóÑÀ;©Ðû4Ά!Ru[Ò¤gªÉïP¾‘ó û»¥óƒBL4ntB‚LŠšñ»lcªÛKƒæãg›¯¸§Cx ù¢G¼^*æŸ× pã‹qV3­íMi˜`:!$Õ̰“x¢“`‹s^h+¸cEŸÂÔäœÔK¥k**ÞgƒûÐC_òé‘ÝŽÖ|sÏŠ6Y¢#ÒêhQé·R/aJ˲и'’ñ)4<ƒ—%q›Ð4£\ƒq¦:˜êv"Eñä¶·ÿ"‹²‰¯Ø‰šìµ7¥×=lÃPЇ"øGk ³S\¶NcƒWpõz3Ú[EnR_5ÓÙS{«„²|ñçp€µ¹ê ,T63VÔÔê«S^ˆu©‰ç^?yz`@1fY‹: 1`IÑ®ÓíòÜÃîÙ² .S™\²ŸÆ¡A\x}I†nžéˆåŠùÒ§»©²Eމ§ó±—T.å^ -QAF³UÙ¬hYOTœ&m€*=8çó«»à¸Oâ“´tÔ:+&U¶§?ïÃDþN@;åÅòý¹Yû›"±zE°žWûØkš×‰4ˆÑ_áìý›TÓ«@M[µ~]_æ ~ö‹vƒÈÁ¾ú«½M†•ìÏpÍp&‹²ÐN‘;1,ZJÕL)àÂÙâ,¹;‚³¶½¯¦O3[&SCgÅl=õ¨Ãjãb¶"Øìc(_c³÷L``ÚïîêŒ6­³ã(æ–¼eõ;y¶£a¦Ü«D˜Ñ40†˜#ÚDÇOAò‚,ÂäŒX¥ð r/_ä,-óF½’Žn¾Ï Ð¥£_‰£!µbþ“zXဓç?ïöÁ4Øú§*$ûÊ.#¢=–E -ç-ï=hãO½¤8@ŠdPc²»¤ºoŒ2ldœ2¶Z²*žC¿±› Zš½Fðž< cC”¼p×Ó©‘®PA²‡#Ð Ýv mS÷ÜÄ·TXk¶uq±óW΀ò<Ö¼Û†…|{:°1W¥K²¹œøØþêl¶"žWj‰p[qü ·yóô¬•E: Ð0!¡}ñê’©$ t K9“0ÑXHU bå’ÃAþc¯ºd~óô¢jÌPLÙ$9ëh$¶-¾ àæ5ê=pßÕ^?k>þJ.ëÓ.F[b yp›1WW*µQv„þp~±eøN¼ÈŸ(ܦº°Ùª’Œµ2ßÑÜ©ÕRjÆgµ4Taåý@"0­vi]ù©Ã¯£(S$&|öë|ÌG9·)ñZŸ—¾š*ݶ'ÏF}©ôõ±ÇËÅîc/É-«T‡ˆÒ>?ú#Y²sw6¹G”÷Í탳ÉÉèÇx 8´ð5ê‘Éx¥Få‹–"-Ý—$”íeóÚb™/œò€·&k%¹ óÓ£‹û¼ÁÈ97%'{Pwtò(8c’GúL€ú¨XOŒ.…¢8 Šd6S“ÏÍcY§!Ñ0“2›š­Í÷Y·ÄßfGÞXI*Úf´™L?XYëÜ—h~`øàQcÄhä÷ͲÆ‘Ü!‹R^ôƒˆÏ¶ù†(‡@i27 Iºi8IJø”XÛŠ´ÿ)‘74̦+SCßç—N±¿’Ô¯øcéà.7¿‘þÿù~Èå+ý©Œâö÷é ²óªžtáʤc‡Óøp’¹Û1ñ" Ó“ƒßÈ1o;0ä±Ã<780ÀÜ5­ŠS¶Œ;”õÈ»§›Š ËkŸ}v@ -ÖçJÎ6JÃH×{ZØ«¬¸<&Í$R»K˜XѲ?¡šV*™ÚµŒÈä’÷\¥Sr¡x¦ƒ‹ùdiÕ3çt½ùR =su@@EC(’ÝR²’Ïz×ÞÍ£ yÚž8ÛX^‹wÏ}†#) S¯VGÆ)‰2I&è#H›-°&Òj0T´Þ[Fíæ·óÓg·R¼ßÅóbªA„&ùNJÿš3¤_ͦÍ6&mÌ÷ÂàTSÃÆý÷ŒSÌ‹]Ü@Áð#ùÄtG-l>¡ªºlê[¦ð¸ïJèØO~u©²ÀãfŽÔ8†¯@ª¥x!}¶ô¾Õ£ñàÅç{¢ƒÑâϦ֫~tÒ2~:U9>p9’5Àë„€†‚,&–z(¦0u mEs05ÙÝ-ÍËN6¢I¨&;ôebÒ„ÊÜ)sØ"ÓÅ‚lüù†9Ç®^”¼ÅÝf'ßž{Ø3ù­<“ ð¹q¯—íLe·¢œ(œò¢‡ž~ó§蘧^l‡ˆƒ—’§Ý¯xø»RƒÐ ýdzPÑ¡ Ii -‹¹§¿v‘ÒN…úbP%ðŒ˜æe¯"¹^&™(¬¡Lþ™ Ù¨½´Æó!pJ1ð·°$ƒaçÊTI\‘Ñóù’ú‹Y¬YœÛ ÛϽ¨îŸ¿F’Ä÷‹[hP<´8~kMh2¨:‹¾Ýˆ}¶õøµ‡C¢öÿC»xêµ é&Í1 “aÛË¢æír*B¸¼Õ¥•VL+ê…ÌÂvÓÁࢀÛÎ]J¦RF±‰~ìqgŠ6˜)$éñbdˆ½(\YÖEçbήmWJè¼2™D„ÝÇf÷1\g饌û„g“»zšA@Z~•î¡É£v,ínrBуf1ò-;óePí'É>ÖQE'ÿ{â“—¢~l„˜„ý‹YØó8m¸cP‹f%B·Ôި䅞z<­*–HüØ /`Á–±%¯»4…(µ[Á]U8¾¦…оáE- m†ï‘"°³'A+[½¸*mZyYž%"¤à“¥‚³Nñ‚€È‹ -V±rZ‚x’ $³Øÿ¨€µÀNM×ß -yXO IFŽ‰Â»N²ItÜî ã´%9ÔîzbXQ()"ŵ)TeÔ0ð}Yo|;WmI_¤%³‹¬¶@ûè :&E”Û-—lGë)8ا?–õ/ ’ñB-w•]ÈUŒ=Îf"Ëš±‚oòòÂS¯dÊ9KÕ¦öÜ1™·’íîR%¶Bš MY+ù“§§Àß]ºOò죚Ìûî½”goÕ¥z.‰‚ÆÆ¤šñ¥©m!:Ìüˆ*ÐVâ?>³3¤¿÷\?%—³,11óX2Z€%O )ÃT7GX `Åâ\…ÁSg¡î–¤—Å8rÎ!Ù)ŠYWêE=ì@a’$ânîŒÞIÝz¼ “Dæ1)/Õåò¶”¿€›'ªBÞì/…^My¸¹Ì«ì,M'rµ¥HÞé,¸Q²¥S3u?ÍXx›³ f±ë(¥6ÐÖöŠ&²í§CE·5ËÆcªæ'¾Íb¯ÍÖàÝø¤ß·+Ë[/ñt$iãXÌÓS‚+cL¢ö.}Ãl¼„sÕ,%>ì¶2*a–<ã#¨¸Pi9q›D¸§yjœOvÉÕDx_¯$ª|öKÉÒ¦@ „ ëÕ˜*ü71wå­›A~vb²l -ï[…¼ó-O$Ñqo"i~Ö=Iƒ)X—÷"Ю¨:I(E,(Õ’`žÖv¢È6͵B¸Œ®É¿S/³â+³dÚrãÂô|ú^ .‘F/=KzöéÏÙg6ccè€d‹â¢Ï -ë:@ —Œ]‰ˆF½´F„£ ²Ål=”êhçêÑ5²Sžd"ŒT -}«zœDt"È"e ‹SžÛ|'’^©;{¨Î­˜Y4c÷ÔåY’üÅšqÒ†lø‚zžtåT%OÐt.½fhN£ËÃN…]XL”lw‘Zî°Ý ŠÏò Àšôȉ)åè®jQzÕsÏ+ôMk&= -cQ~ ’i’œ<Ϥf«/ŠÄ@…–\¼”žžX¡´s¾3 qÎj‚·ÐëØvÉHNw˜ëÜa`{’ç=wœ™ˆAz½´9kD?êA1äLXÖpÀ¢ (!å³Å3€Ž–Ç¥Šh3PV³Í–õ i©ÜÁÊêA.ŒÑ™QSÇò»`ŽÒ~³3‰t;xß=m -+Í uØ™€ôÑ£ -ÍHc°üÒ£ -<Ë -½¶½};ѽѴ=¦ìÜTÆ0 ›oT±õ“-fȢЀ$ÐѾr50®heY‡¤ ¥mŒ÷0íÂc/•øZîRTŒ–d»ÑOf'ÅÅœXՂȕ ûו.iŸîêŸH³k¹R*;óÂ-KuŸ æJÒbÈ2áD¤,Þ:!úÝ5‰R5w`bÃ3Â]‹íµüèæ´«ä`‹´G»‡¨¸‹-P ŒtÏYº&oAÈϬÞû©¯„…qiFmž@ÓÚÍL­a'¤üE†KÅ ôŽ…ÕNh‡œñ›Ä§À{or઩î¡z%´XÒ L½ô10uƒÓß,±,wêüýôÂ"2±€1”°Î°釞!fä%à#vœ^ʹèjXµ°ÀÜEÕýŽžj/ê Ü1‹}ÒŠ/Á†W ‰böŠl( åZ|zÕéß ‘Ö°Û±u7“{‚÷ë#°›Á&”¤ŒG;ß‘`ò ¨¤AÎÆÀü•¸½r=RÚMB>»ä.¦Q²…Vg¶«ÄÙ@&dx¿²å ˆ«‰”pï¸é¡ñËÆéž5iâÕY¤ÄjªH©ú8¢ 3?³‚ÿlLQÞKq êêL$ÿ!ß_Cý¡‡MõƒÄ/Ä ÙÏÆaa €fjõ'(.&d˜ôTy€¢htTÅ ,äN!°È&Àœü®ËäåðùHÓàsç ¬;Hâfo‰†ÓAªµg¢œ®v +0==ª áçÍw9?ý6Ê}õq"[-ÉfR3ª~‘ôQº’EÐf?µü·ó˜Xï`DL ¶WŽ%hUDA¶AôÁ»Á.MC_C‹=áÉîh"ShBÑ'µYë@ð:oÓe ‡Š6ø:Û° «ÌöŽ8”n·ÐØ ™êæA²¸›<qÅÝ’ò:oR<[ŒâÎíJí™Åbáf2b/Õ}€Ãêd‰^ì&ó°PEñ¤1ÖªíGáº@qSX%˜ýHŠ‘¸ªÇèxcâj&EðC½Gc2ì -´O?ÿ@NDÃSÅ#´BýLŠ`gJÛ%âf(Ö€jÄZ0!Gî”"IÝpO!ºâÕÀKä¢ ]ÉþÜ7òéøY¢ó±MÉÌŸ”<ÉG}oÇÆTµi ÑÃ&œ‰Y¤¦Bæ2O4 É/ÚɼX“L(ΑîIs¾/åÈáeQyœ‰m½ÈËÓªªò);ó4°Á›4ÜDw‰ !ÛU¬ÌMñf!Ø»-)©š3bÈ‚ -í²·« ˆXHqVÙ4¨`<Ðù‡mŠävÙ -#“…‘ˆ î ‚âÄaI…ƒï‡X Kí6Ŏ̳\vÀµ†­»ƒ ñ®æ „n¡%œ©ŒKH˽*²yUàóŽ.;ÛPØ2†<´G àõâ¨(c”ñIûʦp'XIIæÛµ†EÚäÌäùÃ+öÉìuáI ]'¼’òŸdÖI?ží‹0'(’¢ qä¸ÏEjt¿vÌ–v†ÀL#…±á™yòTBÝŠ '|SÝ#;‰ z³"'ÔN³ÛÊËœ(/»þœˆHpN«jȆŒÀ ÀÐè#`#ؽdúRr’5´ŠøÇH®€ÓîOVº°#<5Xäãåt2YÅOÔ¡½3‰ TÊÃ{4j Iê«‚¬iþš›ˆ&ØÊ,*!:øŒdò¦¶€&«æž§p£ê ¢úÅw«Ü»‚Øû.–r6íÄhwôd60”×ì¯5Q°±Ä·D=$ù Óq ÃR#ÑY›ÿ>ÖR¸Y=j)Évȸ¨ =PÏŇa˜­®ÉªzJœhËŸô )úéO¥g æ`Æug×8eÕnž³•¦@=³WÕ÷Åÿ¥£QU‹AzMR?“‚^Fù1®V@ÆÕqÀ¯Q~ úÈ«*IYnzÚÝLŒ&²õû ‘åÖÆf¢,cû²†‘_Ít9‰Á,×áØ6Ùl`d{î²N«ráPik€§„ ÙU­6âú +µLS†Yøpê3w¿I -O6aaÝ®ÊÅEAR 3£V²!B\œƒ;?ôW$Ѓ„7Ó ”@U%FÙ@ÎÐC¹Î2s³m<3·a¢¶6L]¸6² u:ÈtRxBÆ ‰d¼zçlÕýši|Ym­«ÆÚ,x!½ƒþ=”óÅÂ÷_$V‡¼`†HºýˆTðoPP V¸“[ÚÛ&$&Ü$BU~dD”æ>èãMŽ{$»oß¾¶Öþ1Ãì&¡ã7XÒF·Í£„[Gˆ{( ;CšÕ@è $S=Œp…- #‚"ˆõr%h0—{ò¹iaR8ÅÁ§¶Í+„PxÎËψB¾!“¥EÐ~"‡Ãi¶k‚^µp½fÕÊÙÔØQBP »× S†#e1Ú" 6dâÂéÅ 'FŸOnW‚Þè0ˆv¡èZ1I’£hØ’¹¸?Q&‰ÒœÈ^fœ±l¹C€C€ûH#ö|çJ®«w ·E;újš{/¶¶L :êY^QõÇ1ë½îdz@aàÝøíyÔ¡ $àýnRh¤vÎá|‹º Ù·%#;”[7°Æª ಠß "Úû¡4Ü”ÜíÈ>y…ɶ|15ê­Q çÛ-a¦£t¶ß¦ëŽ22‹ÉDŸG[måþ·ù€²-Yáóp}8Â’>Ÿ— x52èÐÞv£ŒfÒýZ—É -$W`6ßHËÈžjSÀEvr›Ê ûgù¯l¦ÎÂÅÙç#½pôšý†ð=DÌž–€ßð_F};ïQÖ“ßKx¬‘Ñ2!Ò'Æ•ØqºÇër ÝNn' ¤‘${ š}·çð(>PòbvÌ&S³/Ƕ^ õÎ5"#*`8xoŽšÎ’ßµmùØÉ+–}êœ@”56å^q×ÏG)FI4‘çXf+ƒFFÎßÝ ,òá‚@q !&×CÒµ310ùÁ ³0ò湸*ß…ÊÑc¿Á'ÔÊÓœ÷HXu'ÉL¡u ɯèj‹NÙØmù‘)§€söe5ªSs&)òÉhKRÂøF0ÃâII¼7D›ß®#É6Ä)˜Í]ø –„àXû„*ƒwµLŽGb!9 ãÓí§J#4Ëôµ€5X/M%xúœvü¯Œ\QÕhTM^^bj ‡p—J<*!GÌvKÑu¶R”©g*F_ ‘br+Hô1ÜŽ½K+Âwê­Ð¢‰A¶ôsv±"æß²l3^¥Ú*ݦTË…MÖ@25ry­7©°(Ù®¶ßpEÄïÆ|"¦™L“¶n!2UUz1•jÜ A²ÖQ=l4‰Î&öe°¨QE+®b®¨ž)Ð_šÚ‘£®ÁßO½Ñçf$û+sƒ€¢ ¥ ÛÃë€Ö8”5̶³ÙÝ"o “Wdše½š(ŠLS@& <¦]9ôói†³* =¬OA²QÓ7S(;Æg¤Ô9ÆiØ´eé'! v:6÷¾OïÊLY}5»ªÇ}rùe¦Æë˜-–z4ûs›sQ!M&ï#Ùõ^\ °x£ï4=Q“»â1 ¿š‚$i43ÑCͪ æ1–ÿ¡¼~‘¬‰jö4j«ÜeB)`ª°VUS’ZÛJ]€c¢Ô¾©ÄSXŸMâ®MTa:Ü0ŠN"¿6sŸ‘†wçs‘S®@X(£»§ƒj/lô„—r¦K˜X9¢f"ë­Ï{‚$YÄÒ‹u’U-UkfJ½(ª½aüã—"H$|ßf­àMªvš°0ÐY!-‹ÆÓyc‰¥J—K`>)6w/á”.±^ö"ò£ÇTCº9(%Kû;8ñ $Í‹B™ (ˆešäÓ˜°ˆš–,áVðÊõNl"y]ti䦀ÃÅ_B€ÓƒL|çÌ­‘>¶hgþ…ªÃhFDDÏ"¢å0B¥ttYOkýÚ<£mæAHn.°4”߯²{´Ý%š°ü¦î™™Á}–}Ö²DZB -de#áùŸÑ -ŸDKRX⼆TK5DÇm•Âû‘jeöèn²EáYèæ%´uÂE‚ÛTÕÞiiÑŒƒ›ÿ’bTÅ!˜³}ÊfÌ«£ԓܯ -‡axfÅE¨€q/RDlßJ7Oл,ðß…=S¼öêÍÃU½Ú$–0zº°90cÄV¾rãežÉæ,}÷L¶|Pg\ÕÙyÃØyR¥æÏ¨‘œ¹¨&'oZdeDp:¿ºeú‰šrãgˆœCHqš-¾ÛúEUª Ë‚'ô›‰ òé|·éòëCZZAìJºí³¹íòªÀ¿ê²–« ùñ»êµW¨‰¦à¶4cã¼¥Ÿ|˜:åõ6ðþ sB°ïMÖÒQà¢ú[¶ kÝO¨Ñ˜z·" Ú`ª»•#¿UT?–/›;‹jÌrêÛ}G[½kžôHNpŠ<£ï°I´HR¬i­VU…Áâw3Í Ñ£=’>w3/Ø-¼f“÷ –:êŠCÍ!‘©1×msˆ¶ÞƒEj{öEù”è]®îøEZEñ!‰Té,‰ú<–qf}`ØuZþJKÁ棢‰Û‰úâ¤ýÔ ÃÖ©$1n -8 YÎ…$(ãÓ»õƃ¢-À’»z¦–üéC–+¦ÊW¬](>ªÆlÐi—§ ?î†>Á»¾Öi‰ø‹îz3z’Mr¡ÈÖC(¤÷a=teÉzó¶HƒÅ8ˆ˜sŠ¡•uj“¨zµàÔH%+ ý¢·uIáPð>²ïD„E _æ†{EÀ\ž«1œ*¡S˜bIB£cìImR2¢x$6ã¡© ntpµ8ä1Ù˜¦HœÖ=ÓWŠñ¸O¯d6,g!"Eð‰ÁVåW̶ªkU9d@¿ZšOTÖµ‚,pu ¸ã?Äó͵VÐØ¡ õ!È’™\Q­©eØ0¶m¬Æû0ôcÎo¡Ê2þÀÊzM–¯O·*„uO½þ@ÖÊÚTââBr‹˜óxÛº©…j«‡THϾÿ2fô\‚´Aùc=åÕUB‡Œ‘t<Qo`b« .I®˜‡æQø!}›ž©Öô†ÓD3/ -3âƒÕ§Yý«s±;e ëAè/2ÛRuÅÖ®Û™ ‘‚ƒ¼T‘³ëï"›CÝ\µ|Ó«Ll\·©ÂôaûUóÚæT!Y]&CD¶ä¥2ôÔ8ÚIž á¬G’)BƒÁªvgaCˆ¢¹M$üó=“/ï/f;”\yÕ¼áNLÔì¯3þV‰ï°ìÊ€6Óž¯..Ø ,li)r§P§P(8út¹V@¾½m]‚Òþ‘ž@}ÀRÕ?s%¿¡ÂŒª:.j™ó,C¢€þÖ~uë²6Å\ž\PZðÒiŒM9 -QHlK¯J¼ûIF—€[¡ŽÎòùZýÈ~(ȆW óÎ8ÅX†Î2êÖõ''Zñbyùó/Œ"-×&pŽ  %= ›kî3‘ºó}KäžqDY?¯Ò™”LWÚH#§³,N¶e’–>°_[òÙY4bi¬¿•æ–Ë•ÅL6X±pö&æQ©VvÖnŠJÉz{r¤¿n~Z.‹Hಠֆ3«”5í£r¥ãn®@JJ~Xˆ©=Z[ëŠÔ6sÏüYeêh濈7ÌfÉÛŸµ„ÕSYȳx`Q ÀO;ºN²ƒ%þ¥šN‹“)%Óy[‘Ù#¢c¡ãîS6¨""líäÄC‰~H<¸êëÅ& Éÿ™ÍiçÎê:€þÓùV)ô@A•…R) ïpíuLæÿðM®(;£Â£+ª¨¸€#0äºÌÕ)ZªtãBºëÓœªQB’Ó‡`0i†U6é2)¢ŸÙ·È€™Í-™Çl"þ,¼@3ͤ3Žä -»Í÷]“óË&žj±1ªù„FÎñaéSÃIç -K²(´Òsøed “üP20GZ³ˆÉ¹9 -{ë˜ÍY7)+Õ±–Ó·ŠEgÖ¥þUÐiôŸ¾j{ùègü$í^øGŠ»R,ZëU×°j:¬¨óYï4va&ûS'1Sü†j™iØÐ®õ›è‘]ý9`›ø¡±+F®ÍiÂÂNÒ¥Š~ô¨ú }’4§Å5ì&òB3[½°C~s?œ7º¬Áûž˜IeT¦)j*§{kä†$ù >1„w€‚2­‡´£‡è‚¦2HN…”@¾„(«ö—g”ªõ ¢¦Gòe_K9žÃCö$ ™œ& -¶ÔÊw[›ä3Ãg9c $|B:!"(˜ pqîjrÍH¢:mýT|‘P`VZ p½,xYmª9áëgË -¸ÏbÒŸ~23m«a¢B^œdZ²Õ`ϪžeýŸˆÌÖ«riRNÕëI¢·e ÓùøCÖÝÅ-¿a2Ô»ìX¤ž¥Q¤Nø%SÓñLv¬C: ùôn_?=DôGT_\H S²ì ‘óßhâYR¤r>×õŸwV*½t BkÚü6Œ,º¶Êv)Í®À¦™Ní)$a1%"%ì­šºM_giâCCת‚¿‹|;© k½(M\â";vå[" Ï=t&ÑvÕLJ¦úó8Jf‚¤•M»=,só8»} Ï=Xu¹‰g'%ÅÎôÜK¢¡ªw$·Î¦þj#g%=ï±Ã Yª¸ÈB‚ðÌŒdïû$·€žyhéU‰¿Ê¦t>C^2^°aÂÀž´*k—JÈ®ŸÅËŽqE!?´}ùH¨<ÿ²?gg@UÍiBßGªf2KöY0|$ºá÷Iý}éÂ;)œ*w:àÏgéÉ$SCf^­0ñªy]h¤±5ÔCYØ -í#™_†¤‡NÅ·ÒL×<; Iê™qª§ñ¤ -X(VæÏ<‹”ÌvÛ?‡½Æ¶{w6l5Î…Â…ÍZ£ùCÖhÒðç™ -ƒç†Bvtc|¨GUD³'Æ:_©›ÏÑ©`$‰[©„¡;Yí‡ÜÝzuüÕ+úÔkS«âãÌ`Î#ÁžŒ0ñ„'ËxRfýÉ+:§4ŒÎ£k]+^äãÕ?ïów`Iâ’¸ÂðáN¸»d®ÏŽ·K½µZŽ -­Ååõ‚è]‘ŠjÖËpNÀ¹x%éñÈé!ï2io; /ùн 9aR¶ñ qP·–â”Ì+¼Ò¢¼iÓ —²™ô¼o-fTj:‹-hqàËκå’Ò¥ˆÃß='>7€©Ô–£¶XÌö- ({VìQ“-ÅæÀ~¥hhÅFäÇvµç–æ1ê󟳳S¦ ‚=*ÏH*«MZR ð …É´`LÐÒBÿNè<‘YÑhó@Æ%æ†JD¥ –¦äGF¶ûgc®ŸŒ0ÿƒ~èNŽ üù¶š(FL"±R=ÎËl£ð$L@$‹ö¶µhB üà(ŒF"ׂí,ÅÏœåD)p+À.0oKwß= sXœ–%,±<ªa~ÏÁ*I©­Ï©?GsArñÄåÕð…œ@š§±²@d–Óã,­õžÀ0ÈÖ+ŠY¢%çÀ^þ×ðÁûõæ’©&û×pMµhüfœ†|½Úd‰-dhÿ Ns¤¨ëÿ¦Ð²åÒ´Lbï\eKN·Ìýl@³@uQ™Çäš”6„dÈ~Oi\ƒ(“•³û#i`rpš$„dô,Ó6vÃ[Ây²`C7É*i’ )½—Õþ ò^Ñ2´­t“ܳ$9+•aRHgî(ˆ3dõþôô€è§òy£f…¹•¨YüôÂDÅz‰ôãúüSkŸÿ9ûùó*-Y©Æ¢!<ÜŽÅÏð÷æ¶c“Ý+³7Ȥ/Éf'éñ$Êô¨ØƒÊâBÞég?“OÌOP>5{@ù­¨Æ”ÈÊi>[Y}”eK^àåÕ ,½º\i‡o†ÝËt™E# i²ÖCе€–’a lt¦ä2à&uze)¬€)Ü fþNÀwd¾’B«SùÕÎ×XÒaêŒ'H·$: ¢e©×"Æh–’ePªÝCY6`áU:}Û 9äiQƒÁU؈eÒªxÑöGÝëšµtÁ~?tb£Ä3h“ÝŒ€(VéÏÙT\œ²‰õÙ•s"ÍÚ#Ù™-æ£(­ûIh‘ƒÜÍ,Q4QÃĘ•ZÑO4ÄÔÃd(Pk&¦!á»!3èwî)ɤø‡ä†ä°{N6Ží¦Î#!Ï«qØ…aN „H=ȳPÚ  ¥«eÆœBg êXV<:“šH²¡§q6lsŠc¾IrŸ§ó°9H½YK®QLw[`³bJÈ“Uz¬¡òYC›É44‡W5°¤C$| 9t!NŒ·°“š'6[ §Upej[‹ÀÇ^ÓÈH’f»¥C¡”²TÔ¥ì&|`Á¼\æCÅ’~íµ É-°%—BëÇ^HòÆ97m™æ¤BF¨v}|y*‹ »P§òÔKt) m³GÕ=7§•€QäPÜÈ™™ÓûH‰ö„i -lÖ´À}ÔÒmt’ËÈ®bÊÓk +ƒárµÊë_°8†zȧáô(Uæ9ùy–dÊ`Ò˜:D¹O2«S³;a³«&´v&U OÀ–ÖcØû¥¥HÖV±aM®gw&EÑRÃ{Jl¹Ì>\yàš\ -‡û(*ÿ^Lo˜{÷ÅsgÊ-%wæç¹Wr Ï™J‹ß{1ˆ`MÉæ5ÊHv ®¤úñ€Íhî”Ù!Ä -üñÏA.(EÕeù¦"yÑç˼æŒ ]«½º¶Íç^™µ™D¦±uUîœ(ª¹˜ÝYÊè}šø®`azrN 67ÐrÁsvЧ Ë/²‚é ̨§÷ô»'Ç$OdNïE5¦ÉœqýॎÑeÃj]Ó]¨œÀ˾êJ¢^“S,x^^Lcÿj±…ôã…Q`WÊ­·,¥(M9SØ^‚ª-,©6cƒ µéÐIzƼG„B© ßŒÔŸ×–Én52ªÚÒ4):õÀ0¬†©Â°±Ø0"¨ÑC^h êä™zPŒ-×ÛHH¦e2¹¤üuyØ ÌÒ¾YÙ R)* öÐC:Ÿâ=zžá°„@’®Å»ó²y3žMÖñ÷çEÄ»äí烢?æî¨…ÆÙ¥ ^Š_!¦/êl’¸+¡¤ néi൬¦ 14õ·îVÑ4W½”T;ÜÆ8¦iI¯g;ˆ€˜6äHh1*ëˆ- 9Ø%ñ_Lÿ¨Ø_ ®þÃpÚ(Pò¯5@ÝÂmw>ªny wµ9/©Ø[g*FªçKIçRŠcâ’Ó”VɹWç36NÇ6ãjÊáY!e#%ÂV -=ÌR[²¡3mã"6‡H,¢ª®*¸„øjK‰‹)êµÍV5ÑÉEҔ²íÈ9P×·‘éš gTâβÅá@ï¾$°M•³»®nÛi¼ª}&fðÁÒK=§ŽÉ/?¯ƒ”YòUÜD±¢H?à _йx’I§Sa„´gU©H/wU² é”X†üÇíŸ*‰F~{€²’d-‚B€ÐÃGl-€YѦ õ~¾ýk{$Lb 8(ôY¸’âv fr9iUÊ…$=³Ü?>àŠ®¥Ðǃ#¹RvCÒGPf3¼ÔÞÝGÅ9ÙѦõD {~ÊKR–*ºðLA–f™ºK‹j v¾2 Á%¤–¡ƒsÀ -˜›É«åúÔY‚Òìx_ôXÅ -%çñ¾w½ù²“ÄÆ§‹#–°Bã{]\ƒ²\Xè-’ü²Ýî”ÀÁ‡cò'¦î>‘Ž®Rà9q´1{å¤4‡ójPEz°[§´$£ÀJJv;%óô#˜1=3â’¢v̪ì€p ú¶ -t±´/G”q‚¢:Ÿ8L YTp@\ C‡pÀÞ†Ó×,½yK¼ -•‹x¡bû -|€ÑÅÜl‚ŒÉRÝÓ=fêã -§»¡í8Hä¶ñð®vQ¤§Øðìxw`ôR·¹—ÙÛ™}íly Öb+¨±ó£É.4ÇÙ|q@¿!úšŸ"@Ÿüe—‡23 »­Ç¶¨CÓðýó=„i8\’à—l7»Ô@ ÊêÚåZVØè=ˆX†Ž$yäžz‘å’ŸTi²ù+5™” û¢Á±áF¨ê=reÛØrlWõ¹™˜ËÙ›“+†ÐæB?{¹¤*¢=xäœ'/€„(žè®L¢ÙMl¬ùÊÚ’­¬##ð.0/IŸ=(¿ÍBùþë,œä7›Ø©¼Áòjè¾êO͵ƻiÇÖFu‰l²7U¡6¡âÔ_µ%¶×ò¸²á¦I»8Ü´›sFumƒMÓSÌÙo˜Æ*)”3ôÐþ\Á‹ê'¬;Ë^:;Pì@óMww½§ƒ¤b ÀÜDž.Ûƒ{sày2eóDèã jŸ((ÒÑ×dmO'$—NqN€§ƒÛ”¤³A–ëdU÷+¡è8c™þz“ŸHÁOv1E"¼ë–É+­MR'$ýÉ£HrsYl!%JÓsa4¸VüˆêûCêfžíðä‡ÝÿÆÌޏYP ä€v¦¯‹•-ól½½°ŸCÝrñuÙ`÷Ø2Ð2£*Œ <õQý¾“þ•Zï ñü!‡ÞÐÌ—„;é H&)4A–ƒÃ s‚‚™LØBŠ\º5S<“O6½‰DÛ$µ2H±fšAø&¹NËM…Dvú~%–ˆÁå½ èp ÁÖ- -‡cŒ¢_ÃsWSös¯>¡4C•SU(ë2Ú@õ/`X7»úiÎZÔîväw.šJŒVÑ=06H’(Z*IÔ"–®Itˆ|5Y­IV."•Ȧxˆ¾Sű’Çâ*"h¼óíî -J P_;*˜&O†§ÿê`ÍaO.?e¨³jÏ{¢à“¬-ÕÐU(“œ-x¯riZbEBg\#,ª¹ù©S‰Nì>éD–vºr=n‡iz‹ó ï@  `‹é‘÷õ:ˆ8•É9•Ë8I¥rÏZa88‰­ÇTu°h·nÒ¥ëHKóZºFÓ8¢ç€@9@Ë7¶bj“äÂå9K.£²~u5ÞfZ‹œºŽ–d <Ù»ÄiîT/ImPS+yy -šœIrCMtd^¨®OJ)`~sÊ.2ž‡pöÂóç)©6MmX–*|–2¡q¯ -˜–qÜ0ÐHCë2Ý¡¦ "¾G&‡&5 êOµ™Ž,Abù1 @rÙÎ]’ÿÞn¨ãêšÜ?Âåoª¿’Â[­0w,F2–*ùSš-lè*„Ͻ°>ö¹&þº¬†F¡Z’¸y¹ÐI“m‰¹Iÿkщ×]»W½{–WÞMö\9$à¬Ç/}Yï»2 |?å7DêÍ+ªúr8"‹ ÆЗÆoãŽâÊ-á¥ôîv'£…š„7àVýÆðrpgÈ£ÌöÍRÿ`á³? Ôjó¸„6Íýý•< Pðõ£‹™y¦\`‰yÁèÂô== -_Y\¯–“Hì2GRíhA¯L±ˆ)9Bhº1ÍДYêš?ª ('þñ€Ýçñ×ÓŸdPؾI¨eÓŽ!i…Ø ÜÁçz ÝhÔâŸ:e©gŠÄÞЯ³ ä+Mìd´‹@1Ь€9À%n?wWIaU$žøØK8€Mà<˜;mð‰fÄŒN®¤5Ø*48Qh7¼Êr˜È.£~b¼ „5¹øçÁð) ùÜ£tøßXwÚZ½j±^ò-¯¢pPÑßY(¦•ˆÃh5ä‹””x™ _ˆ´I¡JQM‚ÎU“Îm¬áÕê^Rr4­¦G.‡vø$D+°ó³ #Øž†ásà€Tô³ð„®d‡ç¤ãöß–FîLI›ŠýÖŸ‹ü1¤×iªŠàéÑQ ¥‡ÑÒ1>É.¼GÍ µý´ßñÐI«íZö|VH(hé&6 -ÞEØSÔÕÈ•~ì0³XS6Y~8ÆŸ³hîÑGÛ}×s"7PŸÒ G¾ O³å/ÄVÞrPyîaßÂv߈I e¾T8¿ •Ifuó>@êLÑÇ*åQùüÐçƒPi–¢+!ÖЦd±ƒ_‡ ¡Õ^BvOîÜ!Ç_äµÒx1 z-’¦Á .óÆðMË0'À_HýØ­FNO¨á©a6(šT%ÀH͘5Àâ3nwegÈÐì4®"’”Ñ—-ò²Uiw|Õë¥k[Œ3#lZR0i—g쥔ٙY(?ÔpJµK¾s¸ûz ‰=“ž~ñ3Á½ºnãÆe­Q2‘:êhbý=˜.¬‘Æ…¸[§ê¤(×L94ÈSÈVµh(öN;Ÿ‰LÞ˜›äh91à)Ë=ì’@[Óì°g{1à À‰ÓøX„06…=()„õk»€À¹~R‰(¶Lþ|÷$€ldz$ …ŒM/Ó§áçÐ-¹ïLÞÒ#ªº8¢÷†ÀÝî@9f•¨pS¢iy¹)ã(2êÚS›\«T&¶YÈÊa˜DÍÙÁI»ò©’£õ˜Öã„àmd˜>î\_Œ“]k¥ þà¸CéTáõªCâ* ±è `H.xùSìÒ9ZŸÎå`Ö‘ÙŽh³EË`ˆ®Ü§"ó -¦âHb¼?*Šux/Á$kÜG0ÉñŠÒ%¯Éí–t…z°éý¥ÈÙƒÛrÞמï‰Ì¥…ªý´‰[tz>] -g t»Žóy9áþLà½:è5;àðÉ÷czˆ¡‚Mù¸7 - 0s ã–d+‘i½ïgZi¼ê±-”Юq¢½xÇÔ ú¬cËzâ…-‘åòç¢$cAÖƒÍa_Ï=,ï°, d‘?öíed–%¶èæ×‰)I “¤·¤]÷Åž4Ÿ¡%H/áj¨‰l½Èl¨×‰ß?ûõcUU÷ -ô ¡Ä%‰ÞÒ¦¼©ñŠÈ@£MÏ}Ùù%€BiVÐ7üн,yܪ¤ø°$F` ÷f_µZî%ZHIB<òMõJ¹5ç³ÂùLú åSÅ“#"6rîàâÎ$%IF뱬AÚÓj«ÁŸzáç¢ûì´·ôæšyÙ wõî™$õL²?Y€MBýiÁŸ¨»+P‡gkr‰Œ}–ä>—APõ™ô7 /w’.:ÀgãDâNò@h–æù4çˆúú¢ÍK_„ -8Õûsyq^Y" íâøˆ.q£Ò#Z 2Qç–,‰,uÉ›aJ½ Î+®sÏ™aõô©3ÛG¶†?» -µ‰ø+(3{ÕT‡Ø¬¢:T…g^Ÿ¦&¡5§CÀͲô硈ѰȻ}2¨å:Xú”$’J7ò~&ØA§ƒjø -$ç‰ûïö«ÜÛÿà` £ÖþžU«ÿò -4oò§oÿw_?Y~û³¿øá‡zû“?ÿ«¿ùÕ?~÷‡ß}ûWÿüí_ÿê·¿ûöÓ¿ÿ÷oø‡oÿò7¿ýñ¿üá‡ù½ôõ_üíw¿ÿîW?~÷›oÏ)¾¸¸ýsWÐÞþì¯~÷ãûá8áÐüêÿù§ïìB>ÿðëoÿïþݯ!½ýÙß~÷«zñWÿù·ßû7ßýá×ßýîÇwý©vˆžÎô~ù¯ýõÿí9ßßýö7?þ£ýaÿÚÅý;û×ß~÷oçÚþ響z_Þ]Òù ¿ýîŸWô³ÿíÿö³þî~üö<©ÿõ?üîÇûKúÇýoßýöþã?7òÿá÷þð8ÿòÿËŸÿUýö/÷ÿKþÝù÷·ÿõ‡ßýÍyi<ïí/iÍñÝÿ<£½;ð‹ÿú{Ž,;òø—þÇçOþÏßýîWß÷›·ñ§¿Ho~þïïÿíâ”ÿËã?þó/¾à‘§·ÿýü—ÿ÷4ýÛ[{ûë·ÿëÿNo¿á/ÿö¿„3)z·þãûÓ A)ä[ÛçmHZ þóû¿}Õfû»ÇUý·_Øå·ÿχT&©¨¬yÏ,â³ZaiYcQu°0•q=t¥*jÍ­*çIß3ÆìK5*,ˆ·§³úÅ?èÏâÙj¯`]‹_UÍ>¬ûf­š„"Ö»AmúüzÏh.QÕô©it‹ˆR¶fmÌ­‘l“5ž@©¼Ù —§ßª•?ùu€Ýóë`ƒ—wæìmWÊ‹7#žͤ^üt´£†@.ðíåõ~òBá~ûÍGÑÄèêÍÈÞ¬± OmO¤Oo<¡÷¶ˆ;ÞÜí÷Qý:V4®hÄÈñ¬´ÆRïߟ¸#º–8U–$˜µøó?àñ˾÷{pKpë¿ëñcÙµþäe}Ùï$Íéí¸HåZsGQí³7 ²c'¤¸gC”²½/v¶T¿Úÿÿ“Ÿ NºwGŒCiÜ1ö%o/¯ëÓ½àÃ>$Xgß{s­Ý›ó^qÁƒ›dì|ìfæ[|‹þörÜÇãØ‚ës%0ÍÏœú\|ç5Æ.Õ(Ó$ÿ…³ú-úGÜ¢ó¬}ú©åÞ"ÏÙϸ/Ї {\ñ¼§6{Ÿ©GOšØR¼šä‘ütàY¼çŽKë«¿û4€Ÿ©Y„þnÏì¯Ä¦ïË+øt§Ÿ¼ã§Ìs§Ÿ-EÆ‚–0®˜&f[Ñ›di4¯^|²¢žåEÉöüH™õ·—g‹Ëï>Ȇ;æ÷Þ,»S{ S­1­î·y‘|÷Æ‘ý½Â ÂïP·ÅÁúÖ;Ýÿþ†O6A~ x4Ù Î÷å…=®øÃ ㊛jâz¦h©~ŽÞ{çw/³7¶B_ù!÷;ëqïåð/Ñö«æUžû¾ö¨žø4êmý0FÌ:Ó½Ã4ðª}ï͵5¿ÕéN:$ ³ßÔ>ë£ùÃ18¢LÑ¿âûޛ剭fªoÖ(—:…X{£ì1Å'`úºždº`m ‚üŠãíW9+&D6ãïwYqlc}ÐnÚ÷éçü˜~ý“05s4öúöòÂWœ{Lª’Ú÷?}šbbWØg狊9'oDcËE£‰®{G×]qxôÃu=怘ðetPî@1èÝJä¿:E¸¨_ý•[}›_…Þ™;j\E¿sÖ‡+ˆKÑvøÈü¸ï½ö§‡ym®˜âü7W ª­'¶ÎÖˆ(üO‘±õ¾³ïè»#¶…)ÿöê~}ï(@o¯µ=æÍW¶´ˆy3Þnè+î„tÜlÊë5&jp+¾ÖÒÓé>?žÝn¾¬#ï{¯ã©¿÷¯fØæ/yLy²Í¶Ym÷˜ò¶7¸q>Ôx»ï³Þ¶ô[ãØwRˆ®PK‹ùÎKöåѯ}]qµr[ù.£Õ!ò?ñ‰*þ~yùOÔ”¾õ¾õQïïJ÷‰@Òó¶R?~_¸Å Ë+Í{e sy»²˜tç»›‹–èÛË ð+Ãá6ß`j ž4§ø@ŠGäRó|ìýÖŠÆUü7ˆNðéÑüÜsÆ5À¨½=ÇÂÿøÃE=Þ)\ØÛ:çcI$Ÿoöމ#¼÷eññÆû»`'ÜÙJ‹8ç1Ä=înÝ?óŠõÁ΋߼3Õ¾—×ÿX÷—pÅ‚ЃÒâbü·½qzÈ'ëözß}h0>€ò”#ª/Õg§ëᇠøto9È>0[ãûêÞ:uߊÂ|®þ. ££Íh¬[¶Â¯Œv4Þ |?¾ˆ/¯àg/-ß­@¾¡P©³ÇG±ûO¿ %µX1Ö}›rŽŸæÙ”Ÿú,ûmf¯÷¦Å·žZÿÉŸv¾Ä%9€¢í®÷³\¾Å”ìEõO¡hkë;tŸ²¾h@¬ñì^bÍD,è¾Ý¬w˜A³—© -Of³‘)’‚팿7.Û3ÙìÆ }zòHNyÖ8=ƒ8Ñ¿É) û…ªŸïÛr³dIö—×XÉéÃ3øͲ±¢9¾ªÌ2P¦5âÊùöòÙÆC—gcÜsÎñ½7·’}Òü9:ï~W%?ûéF©öò|=È-™ûñ(ý5ç[Ë%e,×uŸçèsþrgGpÌŸ_ÿ†Ïw†›µß zíw†[=úÏa› 4€K„/7ÞÚ7ã%iÍdk®‘(C™¤ø6.èµF¤ #ê˜åþ|ƒ†ýØ”aXd¿È\îûÓÊz\Àš7á²#<‰o²eõ§ÂèqtØïlÑslz¾6ÇßkM+~kì5iÛ±FŒ};îý¸ƒcßaI‹÷Í9¥q‡¸…”_5¶þw”; Þ ýNÎ;íû¸æNö| pÛì©Îõ~S?öž÷ÃÇ}‰Qo ´ß}!`ËßžßÍü¸1”cÎ/÷ÎŽCÞåg®ÀÛÚ|\þ#7æö=º"4½¾x(ÏÏõ«óF¹×_wÌ¿iÆ\¢7ûåû.…ã1ÈžþØĂ޾‰Ü4m#Úʨ·Ñ>ƒ¦+ˆGöõ¢!ûu÷X+æeéM¾<ÿãªßÈkß «¾º¸W©5Æ.½=‚(¶t½{c»_h¿¹"xüŠóý»}å럆`„wwÔ^ ŠzÛÍÑÅBˆþùãÞÔ›(ä¡Ü]žG­ä)}’ïv•˜»DãM@‚¯¼ã©,¬î²_C¿É÷ö} ë9Ar„`X}A&[òÙ›«š|ñ¾Í{zolÄn3Ä,¿«?)»»nù?¿ºˆw››;? GO›‚1ï -þ˜š´¥üüz_ÑLFë¦ß£rCs2„±ñÙ›…î°å¶ír›? â£KÕÒfp²‘®ÇXÉGÇt|yVÿ¢Þ½9m[ðhôRžÞ¬=ë7«÷›Ç§ÍžYDU} ?a¿Ñðœ·7–¸¸(´=ë'D<¿ÝÔNd °þ[¢DLåÍÛ“b_mã¦ððÐýä¿V¹Ëáð;¤av ÛÇÝJø¼¼.¿àseúœÚ.˜fÏ/4K³Zcß1.œß¼qFP¾"mE«gˆ[tm´^Ûë~L±ëþ=*‰ÞµÝ®‘²æªs úá<~YCÏ;Sãe$ã5ä7Ʋ[ ÔÙƒPÑ6C  ³,ù6îüý<®Ÿ>ÌŒ7¥Ýb<Ï~M Î?{så6ë·À"÷dß´²çËaý|%QšŽXà¦9 -R~Q#Ç×ïͱCóÆb¹pÛÇ­¥ØŽ0À¾¡±¯œì&:_@ܳü®¼(×äï½¹Ž»gmö!ÑX#ÿ—fŽF „1·Åƣ䛻/w–À¬ø&%TüÉ›¾=°¤’eÙ%Fõ`QÈx{ùü·a_¶Ï‚'lñO™æ¶î4jµ,§Ñp -±\!²’¬Ò"Í>OÍÈ=Ð6¢«Ç|Ïç÷ ã‹j‘úš56þ|3ªºÓF…è.X3ÛãÄ¿ nZQx´ £ùn(bÎ7Ù<¼’ö|ž‚Îâ}Æ -•;zTŽT›ô®ÞBv÷Õz9d,­P3b¯'Ñìï£Ù3rÏ·Í"“jäÖ§gfhôE›Øá¦/8 ”Éô¬qÖ¬é›E„¤ß^^ßHrcøÄ¬ûû}4Ï\ß5GcDª÷|TŸ½ñS PïžuR㎾ӧ—§+øtÐ#ŒÏùæú» ®_Ô¨|'¾Èãô[ó÷x<¤rÓYÉÞ2Ƽ[³Ç˜Nÿ¸®|"¸‘ÜëJþ4InÞ7'¥ó@ìOÀ¿FHp¦ÛrŸæn1gâ¿}#*@™éíå<.­_@Ìn#:Íí1Õ·±ß¸Š–úžá}ï -¨E6,ëO~óv…MâWuQ+g¿ÿð üE‹ïubŸá¿÷æêè ªù6“ÈÉvCýþ^aõW4fß‹€Ï÷4ŒïüÑógÃ^Η^„Ë£‚q«!jN=šíE£Ñ_öoxDcß1€y¬Eß™£9Ý¢u­Nc’‚·-ªÇÏ×åÓä/Ïí¡o¾=4®²9òø»Z›EÂï¾ú„{Ù»Úþó}Ýóé¸AÿþÓ¿hmß'˜Z±¢Ü}ïͱûœ¦Éóٛͣaöù­“M˾PEúÝ|¸§õôçý|.qMîŽj¬ÃâqÓŒÅ3VªC L~UJ§öf”¾½yÚ+cZ"Þ·öÛ¸Rò þîwÜâH=Š[vË'<ù¾6n"ˆmRóéC;¡>âq¯±"/0L5ï—¯÷L9Ý·å›»5z¼²ÓàIxh& ç(‰–yñé³_òÞ0¹¯õ+û°TÖ}ç­º‰¶•߉Lo޽ß<~C»9„w7ìü½WK†¡+üïWôDïä{¾aÅŽÏÞœZ¼ñÝó+:Y<­Êq²îãÎ]ãV¯(£.¿c€ê˜†aèL‘‰Oþ*«4cA‰÷Ž÷ö³·Fúüt¡ôxÇõÓ¹©øÇ€Ò¢ Å×Âí3@q ³Åfâ;jŽY׾וsÉñ*äæ'Ó -h¸[c$Pèšu¯ êÑðÂô¾uG#Þ5§i¹”@{v·Nvkò»Ñ“…Õ4ú]˜–‹³Æ>º_íºoB¾@@RñçQ†Mb ‹=ìi—ö§é¢÷Ħšþ·ÍQ¡SüNÃN-N2D„³}t Õðì¯qÄx=æçßüîœýóÒ‚a}…/ôGå{Ú}c ¤Ó¾àÆ|§xßhöäü°ïÏ5n¬Gc‹ ô£ÜÔO‹¾Ãñô-ñfD9³=€aÃJ²1@žö1wloõ›¼ms¼.¶ÇmÃÕE5ª±!­9æ‚6¬<ÑÆÅÏrQö¾Ó˜¢qß‚[—ÞQk”D¬=…fQZCÇ7yÀ!Q¨O?…èŽÈÒß|ˆ@NõȽÊzXó¼qx÷„ ‹Ž˜9Imx`¨5Þw²1þz5žÑkLˆÉÓ–²·òƵ¢Àèe¯¦sªïêÀ÷ö¸®@mµÀ°0挴reu‰¿O5Ê–¥¶v7iÍŠ±>¦ï8νsÜ¿o·<™™£æ%^ô7öu:+†µ9Z÷µøs;Çï_w6WÔ¬|#Ô]b€Y“ºËŽ_0|gƒ)_}ü‚áifˆsáËak;ijÖ.xzó=¾®›ë>i’¤¿ož BÞûñ=Î÷oþ¾;ÂKÆ­¹¾‹'%]k.·|=Œ–gÅ·L¬ûÙ>›|W/ò‡Ó§Ä–o‚Œ œ÷¬9žx÷EB–ašhê¼îõå~±Þ¨ßÌŸbk>!ò»FÜÅrË.÷z×X¥†åÆ­±¸/+GÀ´VuÑÏÑ<#¥8 Æoèq]Ýóx Ñ›h\i”;n¹?LAÔʶß…_Öˆ)AÌGñ÷éÖô‡Õú¬Q¢êv9Ç Ý9ìîM7+0/~Š ƒj}»mîëu¶îwtaï:R4®žcÐÑâW ¤TçÚô{ +Fëñ…Ÿ°´y£NàSopKð>Ë-–Ÿ0éºî„4L ú—ÚÌDoØ,cƒ:;Lj|imÃïìîøû»ÂæûÕ:.¬i Pýض9"Ô‹6è¸_,L[%¶d¹Å&«›e¾¾±ŒlÒ¸i£Ê–­Çëå‘sm|7Än‰¿¼‰mÇùËQ#kOÇO&ÐÚ,7gWºm­4‡õw›sk+¾Máä>­í‚AA3}ÛÝzúBW‹ùì±Ó=:úöÜnßÑ^›þ5ƒ=úwx¨Æ±ŸÅ·þÙ›»ÇFý†6ôwÚ(×zÉ$þbÜâ§élô)÷ºáîNcK±SíÞ™rkBÃBü(™b¸…ˆ·*´s,Ë+nSÌŽÆÐ^ðí7Œrg¿/œÃ+ØœU“ßš.Ƚ$ÿª47†gÈ™!J€K€s”Ú†l5KšÏ7îÉOÅÀŸ½ï£œž<Ù Þ©oX€WÓ»¹ÇÅ–û… -:hmDÜ‹¥kŒšc¦ßlŒ»“öæÅÖ1êÝÞ·˜åZk±àåˆÎ`Þüˆ½%›5?„ïeöÙ-^ÖÝÊ¢ ÜqƒÉ7µæÇ°²˜ñ…Í*+ÜÅKk€ -šË%"¬»µ-lhcZ÷Ü`Y·ˆÇaZ‘µDåòÖ?ȹܼ“ÏgاzgƒÆÇZåãë…Dì}ï!G™÷Ó¡Rëu•y+;¬6þÃxÐ÷Ãk¹•q1€lÏ^ÆMpÎÇíz¤YȨDJ¦ð^żPFF-‘´_3T("G·´4.ïA½,ý"ÄšåØ­±ö(Ú¶ OD|kÆK¾Žöñ9GÚ‚Qï-¨# 4—Øê#ó“y*‚L¨?\æÝ»bÏù@°H[³k»}gÄM-^ZÖšøîäˆa €Ø=RŽ" Þ›–ƒ±Æ•†_–ð#1@»háôÆtcêbBa½xÄ'†.íæz -óP !p_œ»fŠ(…ä 6 )vqÎ}U ¡dW÷¿ŸrjQÃUr²$‘c‘VÜÁüî[.þƃ¬ô_3I¢ºaÔÝWªhq·&#kcÅrÕt_â.IÃøû ôKå¢äéP4VÐ{M#Ǭ¥Än Ð Óo*£<¢Ö~©»ù(ì°Yñaß\H³Œº_¬S^Û:~ëŒýˆRF÷ÌêÛ9ŒÀóÍÖ!ÂàÍé T¹{p³ƒN”÷¥zÜ_`¥QVN;úÃe C)mÍR1²È zòà6;†K_^(œïvѱûÊóRÀùDv¹W•FPÂ÷d«Æ¤“œßÆe™Å‰€`ûñ楒 -€ý9~™ïÎÜîCD0×n&;¯›lm–{›Sœ.x®YH! {Q'÷[7èßÜS¥±@«DØK,¥¸€éì~IaïÒŒš"ÜûËgoŽ€ÙcGm+Ý*î»2\lЍá>.+9D¤^¤an—)q4FÕFtö¸/<Òêµe\ýºÚ…ø×ÇwÓnè¯ÜsóF‘¾½§Óå²ä‡ýï«×dι¿„J¢îïI¦j68vY( GЦLßgon#+Û£äÓ˜. -µ0Ø/0‹ú ûì¨ÊäbJMeÒnóq.ïî—ž5n_ý\2"ˆÜI¹oîíEfÌe3¯~mcæåÐsg[”H×¾Åüw´sgTævI -pyPë—“v„œÊ^Þøµúñº°œâ­÷ ÜÌ(-(h¢ß?^º`är»ŽKõéÿUi<úWâ}_¾ÉÅòËÞø ”Ô ÙkÜK…ö\„/ÉÞCQý‚´ˆ¹—$\§5®€Úr|6«̨õwÓÁƒŒ}éÒ^ YŒt«×ëA­¾|Žá¾ABê;e›ê„’ï}Y;hxÂ;ÇÁu¯–õþÍ- CR¥ðY½i/ úô¼L—tcÙGó´·žúg_ËÇ]ô¤Îàky‰/2Ú×ÑZýŸK±t6ÁTŠï¡vËhvÕË´­1±è!)îÃ]ÈJ¹YùlEn èj -Ýàì•zñ˜LU‘eÅÓÅΉ„q÷@9]®÷¨9Â²EÏi+Åã³B]#a÷–r7<‘—ËH4J7ÍçÛH¯yGÆÌX¢,\\$§åËZ¦üÄö=_|‹…š±e‹j¹årö‡÷9Ö’c/[S¼ÏÞ:Ô)%ïv­Ä Ƴ†„º±¶Õ»Ûüǯ DjÍ÷~ƒXc¾‹SËÁ† ¹î¯e#DÐXæðé—_¤UÊF¯®AùZçŠ%«:üŒÆË¨PÏ›–™þj‰ ˆ´Lyä_@€½ï¸LäÈ-廕-wÏIc½Wp[¸IL¼o¿ßyó|påÑîÉ¿n^;^š¨nÔϬXÖ/âU’È„En‰—¾D*í¬Ža®‚9˜†ï­¡ï%€Oÿóº0Ô*è×àßœÕ÷‘‰k%hèA¦¯åîO¡2ÔÈ;ÆF¦¼£Õj; ;Y¶x†tä]È‚/Ùûà&ô±I·ƊSxI’^^a”âèèARµlü}Ab¨)G_fü8ð]ê–™í&¯©ÌÅ›|ÀHißhõÄœõ6Ï?¢,£&U2ÿ#t®†….ä®{,Ð}G¦u´êehhºtý›õ@U߉èTi†Þ=Z¦uÜZé»_ EÅ~ð/­:âß#7·F}§\0󸼩–®¶Cõ7±å«9uríý—ôîµ|Sà¼2êY çawÐÉ„-ßz sÉ=y¹{oW²Æx²Ù2=¿TÙï£ÖŒÿ)ªíÁD·k‚r™ó~ÿhÜq*E1@½qZ„L{DCÕë~õVo="üµÿý¸ô•½J\lVrTÚCq‰¹ª=ŠŸ©¹fyðHýù×Ç£üÛéjB51€¿>9? -øcÏX¥nI;n*Xਭ±þg(¶ UâTÊýÖ~£ÊLÜk´ø.n…UÉÈ‹“¾p‡€dóÝêµàÓq±ÝbAœöÕÿˆ ¹¾+¶4j‚ÁÆ®Qžœw9©7/Úæ­ŒÑóÖï'ô¿.-ôŸ½ù‘Ô O[wù®ßø&ÀIs¡SûÀ¡\½~Y¢m¿ãn¥(ó*D½´«ðɽ$Î¥ì'`ÞO{†J ÐZƒã_²&v\{~Gs6 õuí Iå VkwÃÄéÎ8!þFênãÊMÎu¾©x‘ƒÔÙóå#Þ-öÂ&ÙãÝÎh¥w<˜hT:6_cÆ»p#H |kd›R±œ_ŸËÁØ69oMâAAéû`@ñ'WoiÞúHï+ȹ#™ÀŒ_nOóZwOsäwsênö‘áHæ+]ýæ™q2»uñbÓÈ·&QMŠÙûå¯ؤËdþ£ÀÃàciî÷¨ï˜ª¤#N9ò±‚¯+´¤ê-‰Žv"RøÞµ~Ý¹Žæ»U™=ß¾w£_Ó{ßÞ/Ì6ÀƒìRƒNŽÉØå%©ŒuøMÆ{0@ýÅrÑF _eV*Ãg*¬sd^£Ì9Ð*>Ñõ«ŽB_O‹Ã´JÚ ØAŸãšP/‘¨–ÂÄýû«ˆ„T>{óJEÏ23}ãþOª+ÛÊ@cŠiù™ùÝëÝ#ä~·PÝs8³Ý­àÌèËÈlïôU$Ûw„jŠ^ÑÜÆ=/œhÿ_Õ#GôÏ~‰æþÌ?Ű%ÞÑŠD÷?øtù2dhwl>.Îõ±ƒáš)Ê´‚+•b³ˆˆ¿`‚­a䦦(±ç%2ùì½5–«žãî–ªÒ­qÖøšSX¶Ów+‹îŸÛ½PF¢ç’´i¿¤ÈF¸kª|•,#ƒõõcÔœ¬«f£ÔÅgo|X5>e4ï¼oüd ó‰CJ¤)÷¾§Û·Ø«A‘êéÛr䂲…z…7–ôeîê{ÆõÈÔBXšp5H„1}Õ L]ÚAǦGWLK<Âð¼#Ös…®@y÷÷Ç+ -ai«w QÚ«zãX1£µ»i^ª(\-¿íýþÜ‘lèÐ_‰Ÿ~… 9ÝØ—µjÁˆÙµÜEÛ¶0X²¯ûfÚ÷‹-ЀºgŽ„xÝÆPZóâ‚‹©:Úß3GFÂ2x{XaÞ@7YLxÔPÊ•Zï%Øjl@×cFö{å7VoŽ]ÛÄìööŠæ›| -ÔfZw_ªlô¼*3å/¥a|u7\\Øb阋S-AT\5±©*´é¾ØÝþ+Æï -¾óþ -Ù³¿‹¢ CßûâìŸ ù~·,h̺ú±^‹«Û˜:m¿`ü¡Hwzax¯wÛ¨õ’­•uÆÇ¸A<ÆûÏÃú–[’Œ–FÇç½7zËø\Î7X±³B{ Ynj‘’v0[®–óUI{ ø¶µò ÁlD8 -$Ÿf… ‰‹ a¡ýÈ űš­Zv.2‹vg<ˆòÞþ&Ô;O«î+­‰À­ˆ2 Ný¥qÊgoîõb*](qÔ t—“¼õÎÝl"±%êþÁ×`GT%9\öL$ÌÔ¨ÎÁR^#Õ¿§ Âe™×£~1Laý~¤;.6îízl%‡–Öˆ=TüÖñ \²Â$íûÙ›Ó¾¨àË1©¬¸¤æ-ü¨.ß%JA4ú›¶ØÅ\%Lø=}xßÈ×M“þåkfxLvÝ›…¬‹™5îø¶t43è¼|½œ×ýû ì›>û$ËÕƒs¹úŸšßx.V+Ƚ·5rúxèõ Í”U'-XÛßåÉP¬ªÈN/r-rc-x·2Æüz¬øD±Ê;xn€Vy‡"ÝñÚ”›±¶ŽÄ¸¡®:l%ñ%_Ъ§|XÛsNV~D ±dð=Y"h!I;ò•/»[!ÊH7D}~öæá¥ÓéAKä‡úE.œÉ&~çU‚žhÍP˜3¦Àõt¬%e¸í›Ÿ—2×-ø^”âD©'8„³ÅŠG€V7üÿ“öžßqYžà‡ý°gw[gzfÇtwuU«ªK¥*•¤"¾­”vF#WBÇ-––Óô« »ŸMküä—s½wš÷äãj³‡¹^÷бp´r@¼0’š6ʲEÚ®ÒÉühüùo0ÛôÂÒq:¥;Õíé”Ò¡Åt=ô{ó:'‡<ËJvÎ$w¾¹'{%ýù´Ÿ‚œhgSié€å\>@Yq>Õ±tçúhÿd.½®"×¼§˜NÑ¥ÃɈ¤S -h1,ÊW”.}çü¦¬èB#Ùœ´Š\sI m¿Js¹%eEù›`ÊPâÎ,æ-RÙ;Õ Ñ={hU-p»ó]ú°cGî|±p/­‹³‰;Ÿ«a¸³¸…9ÂY¸ãHÎvJÇ -•ìüÙŽE++ßõ0”æuQIŽ~ KIËépºJzY6)Ÿ&Og•íø,Ë—¢)+È»ÛÊòuzÊv¤ËÞqV¡Û¼s>¡²¼±GìÉå@ KÁòY»eùè{h¦Á\ÙîÎ߃î¡“rfªlOžA QX˜ï  î 0;NJAK–Ò ºt‘/h|G÷–íÈ"ºEv724_ 9ò "åy³Š|HE´¦Êòkº¹ pwÒé›AJwk£àñ_d9Šþ¤­åÞ(¹Òòü 4e;ÿ¢]S%ôŽ¢sÀÃ,ËLÇ,•–åÓJß) Yº[Á~79íè´›\” 4ìî¦b:i¤´,n†2üw¤¹ÝuD×è)¤{¤‹R–î¤öÒ¾ ´éLþÒ²<>Ü-„sØùݼtôV¹È¤²k v÷ä…–>Ž-E -£$ßHŸ1––æOH³W Уã’Êò±h -ò¥öÐÁ­¥ûäO>³´4OÃrÙ¹ïî&wä"}×´$¿Åv½¼HÇïÖ„Û1-¥¥ù7´GÊimyÕçïPk9ݱ‡-Jëº$Uá;úl×\ZB¯!Ö^Z’¹ØÝÎ¥»Ü,w+ÇN#íãEKGg”ç‹É–çóÐKw9w¨‘?»”Ö¨ô‰"jÌzú&ÒÝÓß²¼cyÉw«”Ó•J³án´îÊ*ݽ&¦l§fâ'Y÷}I.±lG Óîÿ‚¼­È¦©Ò§ -tA‡2dfé„Ò|]:ý?Ó)¢e4hB‡ù„u:CušWE9§4çå0ËXé -òIè¹s¨½ï$âdݬ;´­ÌJyîf/ÊÍ̓ÖiA§-¥eù2{éÆŸ”0A…h -Þ?–;£\ÄØ“+“S’-&LËrQ]Ñ¡´64p@µ -èÄ›½%»UJò{¬8Wù¹d7Æw7—ÿç ‹òåã°JvÄœŸk.Ï%¢]TNæïfb”çÏ× h¨X²›^CY¿ÑY–¨ÓÒ<Ø/ÎGüdtÕ¤,–z7Ž’Ÿo¦jE¹†Þ šÏYÏ5æ#ÄŠÞ ,.Ê·-¦ÃëѪ;mt¹ÝŸ?ÿh¶@NvA vë—îÔ¸ãÓ­ù: 2ÛH5e—;×X’>Ë#IÔ¼—>£‹ý  ÑBúÆ:/¤ 4¯± -w®U¡;(/¤›óa÷eùS×\¡ÀŸ ÿY-+{'Ü7; â4¥tsþ(±, sïF{H²ô…^ ú”ög½¢'~t‰žO(±§$ÏÅËKóU/iŸúnªV¶‘ÎÌ&Ôò?Kó§ã KóGéÙÆ|ê}q¾xÂOFðNÉ|å—"º,S¶•¶åÙØ»\c ]L„öLÿ]}Gzô }énLY~¡©Úä/*WE -%qИ}®ÖX!2[4¸Î›D„?Ÿ X’ÏBû{ gÅùlÄ\A|ÔA9íº¤Œþ|z;#ÌO_rWš¿§ è¨ùlà?zPVž?úΡ[ÔXXFÇÒÒ…îJDþ£Cúî¦òœ¼ èû£rE“~>®ÝBù´«²x‡åä åÐÑ¥…%tmë¢|bIiY.7f‚tcþÎ:Ô\HÆÑ8•´/.ËäÈÕ©Û“¯R[œOuüù¸vg¸0eçÓ3L»³,/÷Òtn}ÑN¥ƒOv²5JéS©Ý ÔœÍ+Î]—óg™t -Ènåÿºˆ¾5…NéËæäc¥ -JèÆŸ Ÿ~¯Â|Œ{ÑÎa ]™Î*Ê{ÄP"J.¼hW泉ÐfÊgfdU,@×tD§Gôá5íµþùv+û•çCmé«APbAI>¢%W¹5÷ËŠèdºÜHÁ¡9šû{ºHÁŽÿ,§± ó÷*Ñia?yü® Ðe]‹w6-%tñólD ½Õ -óEÊKŠw[ÒGÅnýǼ¨c-ÉWͤ#kr©®tf]]ªE÷Ðé3¥ùŒÌ\î`¶@&½[ -óÙ÷(ÿ&?::r:;:ï­ 0ŸRóãqÝ-óùãŽégõîNs>'¥0Ÿ¥^XTNç¤î^ÛQRº;0ÚUœjGÓ¶€Ö¿ðfy•˜/\ŸUwô:ÑGïhƒÓ…س¹cô¡o¶¼@Å/wB/ÔÞ|•º\Ez~®™&Œ¨øY¾›]GnqÞŒR7ó©¯ùŒ=T„.tQ’÷¦£Çí¥KÍçÊ› Ë(è\ÄìIÇ/Œžò<‹ËU«àçš òpè»ùPc’Ûvétþ’Ýêsåù¹ äŠ_~ÚîÄÑYÛ¹2BôÄåÝ—tèCÁîF¥ùJo»Ur ƒž¡ÝŠ(tø[Án1à’ÝJ¢?ÁѼuß»—ÎyÍZ@Úº——ÓkZ¾—^ÓÂìñeN–—Ñ”ìçÐ(Q,-DŸ ¥k¥Ò®ªwr2v‹ƒÑ<%$”ìú¯vv“Ùc£ÆÒ"ºPEYΕ€’ -hêRRZ¸›“Q^˜¯—ó»åî“Ù¹‚“?ƒÝ2ð?é™~µâü™L>U£8ó%Grðî4äAXéŽaÉ5æËp–þ½÷Ú)Ä\öN"a6M”ŸkÞ[@_¦³w÷\|÷Ý㪟w‘[ͽå;T¦8bÀ§›ó—´Á¿èÞsw€£HÅÒÝ{Áwß]–ï¨ìâ|Äè/>‹.<^˜/ìP¾“Xç›s)Xe; tsþ¬²<—;SR˜'le;;%¹3¢²šÅGùq»”—Ó~àÒÛú>4¿_ðK·Øÿ«ë öüäîúò‚²=¨ÎlbäV(Èê¯ò=Ù;fËßm®øq3ª:ˆøGÅ»]übãnèû‹ïíAuËßG7’B݃æJÞGb`7ŸÊ{Êy—ñ¿õ…î™,*D½¡¸ïò wá?(Q¼øÝæŠ÷ªwç`çÇŽ½Ë^䎞³£¢Þ`œ…ßÂSro–Í ®ŠvN"ø¹—ØàfÞ»O8ÿ?ížû³©Ï=)ëŒCžc”’ŸðlÙ¶|ëf9‹PõO³#êúñÊÐ%XÜ)º¤|ÝH??׸ÓAö² âŸ|·pç¹÷ºÛø£¼Ûœín¯ï¾Ö' ëG;#7¹Ÿ d)ÝPòã™BKR\èï.ó²¶ûäw›òcÜm̿ͻÝåßûÝ'¿3G¨¹yZ~úÝÂâÒ‚÷úNã»ÏÿQ3=ÒwzÍ¿ÐÏ^½ëïjì.ï~¯ôÇÓ—ÿñ¿ÚpÙÛg{öîÝðX¼c¡²Í`v‹vš‹Ñ%6¼Ü®Ìú¬ ¹ Ýzu÷€Å€™ÝùÉN©x§¢;†w¤we!2DÉ~´ÍQñC°z ?Ùæ¹æ¬‚)Eu6‹KÜ:Ôw‡^Pš»Íq÷5¾·Óœµl»“ò3ð÷'˜ûÞö~Ê#*{GUîÌoùÎyw¶¹ }¡É@~ö]›[ÔX°ƒÔ³Åh»r TR¼§dgˆYBÃËõ[Š÷²R&ˆnÌÆd¿[NoôòÜyX òküÒhÿîNÍÒ¨Ÿ¾Wv JJò^訡toñß VD~ü^hê³…€~ü^¨ß,bÚy/ä'¦›³Qºï¾j,CXôÝ7û…ñþ¿Þ_ÿ¿Íuaá/ì‚÷‹þ?Yílz}1š™Ò½Y\Î$–".\èÝ_Tüä(Õ.׺ÛÍ/6¾Ó2Þ^º¤í›×³oçŸÙ÷¿Ø!…Wf ¾sò½¿ëQ°»zŽžk8û~}å{MÈ8g»ø$û¯ìæÌ?¿å}t>ŠMëýmôú/蟀áÑåÙ‘’D_zƒ;Ö!ëØ÷>HbaÙ{õ§ÿϘEÚ„Ùµ¼øŒ–½9)« ‹/­O âvaåãÕb¶žÓÑIÆÉ¸•!î”´`µ(b7.2‡'¸§7Æ…•I‹¢“°«¹˜M+ˆÏ(;âYSÔ*mˆÚ4Üå1EÛg‚ó ß3Ž/?f‹Ž³ŽÅ'XÇ13ûtlªc?îP±c¶ËW£öá/6í½šð„²eý…àôÚóî}›/:÷Æ&º&Æg±IUi׉çïñμ~$ªJؤ-áÉ®C+£í¥¯7þ%6É8Kxx—Ⓦ£I ¿wɺ ·F”´ -/ŧyÑiÞ™7ºÊ°)Qý¶Ï` òž„YÚ’´©¤O#M8e«cœcK[ ÖŸ1EF„•¸UÃO+Û£ãZÖêcU+6eRnŽÀû<è*\~Pÿ‡WwÎÿzãIK >-¾D˜Õ Ò®æ¼zÒV²p»öƒ×w›?y}¿¹hé^õ‡›#ûà. /:%¬ŠMKê0›’A¹ô -ÜcìÝ4ÄáI=guLѼ>"n&\½½0žÎ¤CPŸrËÙða‘yWÂ,¬ŽMs+b3’Ú)ṸE| wðkŸÔ|ôúY}!éà^H;•ì-ŸF‘òhe¬É›çÌ#+/8g’v séåáîÙõIÖñ(Ìé“ó¨Z‘p)Y+SܪÐýÆ¿`VeOÌ&cl˜yUTP­Nϯ’~ðɸGÆ$½Ò®¸•u*1Ã:ÛÙg1çüvžçS ¬ s‹ZnqkÄÊ=³ñ/>iwÒ)¸Dºœ”W¯ÅrXiéQ°p—‚·>Ã>³:Å8‘°KÚ¯¤s˯¿5^݆禃z#07m*κYÖ¶Jš‘ü%ÝzÝ&Èæí¿Aù‡îPžÞ>Â¥•n;207¯&é6âIG* –ð7±iáEÌ®dãÞþk¸O#I5ªô¬Þ„û$] 'ë<æfUÇ̳‘iÖñÕ1VåÔ• ¥¾/{ŽEÌ}zÜ)nݘì9þæaÏõ¼¸ æ2 ×a~i7îæW'ÌÌ3¸•wiËkPK6Í‹¯_0¼e‹¹=KÏŸoŽ‹/à‡NœtÈ:¢ÓÌã‘)ƱðŒ¼yþ‰ì\ÒiêÅœ&ÓÆ ì¿ñ¶ÒøLû~ÂÖs·vKXùU3‚‹›fYkÂeTÇÌÊŽÕ§ÌKwšÿ´ú¸½$2Þ±ŸâUPfegÜ*izb8úž›Í†½Ø•´+:7&Úö½zxúW«Ï.ü³±N“NY;áÐp0—†‡9µÆD8µBÜ©f'mâú¤…s†r‹›I·¤5åÓ*2³Z=îÖÉ@†DQ³´qsBZƒÛämÈ_x´ûÀÒƒ x¿ªúݤ¡êŸÂ´œÄ”Qá]yÐüç…¯+õæûÚ°IÆ‘ä4ûtÄÌ;÷bðÈ?ZÎü›uPn­$<Ö¾wö›“ÿmé^åoq3ãnf#@×n­s)™ §¼ sh…”Û Þ -‡(Ÿ’Ÿt©8 ÂTÐ4œ -ûqìg«èRlJt19)ª¦’FÊ%¬Oy„õ”SP˜’Ö“v­·s/&gX§Sn§¢‡òªx¤[Í'=:9é3 $Zñ¦YÙ³è8˜S/#ZT -“^Ÿ9G{!鵟4}:ÿ¸µ(2^'ç{¯“!>5k¼œžëû’òkU¤KÒJ:yUI{Ï‘”Q‘ -°ª£ÎÖÏ7¬í‡Rs+YIÐ9q› ÷ð.¦üÜš”_·2O¬Ž¶ïMXä=i÷ð7ÿð=Ü+gnZ9kÓ=×Í=‡“v%ck¶ïì]5”sÒ¡¾/HÿðÌ7øeÄ­äĜʘSuJÛS!Ó Ò/çÁ2(ŸÑDxŒ:£¥’”KR‡ð(9¤CXMõJZåq·Ñpi$Ì-5kJzÄ+cŸ.Ö}´2ÖðqÄÂ>|аo ûÏÿðTvþÊûÅôúhÏáÐíª]øºñƒè÷tʧS!÷J; ‚ k§Êøtª´_-"ܲ®•gÜÃ+#ü›VyÛºCÔ4:pæŸ^?䜠ìzIÆc2E‚†Wª¿ü¸öÃÈŒ¬ô# ÷ Q‡’µ<Â9â5¦]ÂÜÊ<¹>Þ^¶ô¨åãµqΩ¨C+x=Â;5ÿ]û'Ë÷¹#ϵñIÁ¹ä ûTt‚ytùig©åÊ…~õˆñyÌ¢ìÚ0‹.­¾h)^{ÒPœ˜î>Kù„­˜MXƒÁÞIÀdOyú‡Iw¯sèI»¬wðªÓ~°.Ø~mÒͪLØd¸Ã¨ŒXT]áQUfÑ0p‹´qõyËÿ­#ÿè>ñŸ<—k{¦cnŒ)Wžð¯=âÜxÄþ›dŸ\}Z÷±ÿ볿žû¾á϶›Õ¿ ~Ý\FØT‚8èþÕÝ^Ýk,Ýé8B9Ø”½ëádŸÇœâæ0Ø7¥®LÀ`Èøuš­Z‰»µIØ7„O+Ï Y ê §´·ËÚ2.ø·Š»íåÕlùgS¾®“#u{câÊÑgÚœaÝoß—ö)Û!­æo‹ú”_%J:Œ¤S'M^H8U¬¤CËKÂOܺVg¢æ CÔ¬¡ -hdx@Á{3É:¹vöÈpjÞp>ƒ™ÅÞéyã•T ïì=!áÔDgÚ÷aŽö GÇ¡°¹¡(lnÝrÉŠÂànsJZ)¿ ‰ð0ÏPèè¶ò×Ok?ŒM ÓžËßR¾¾á¸CѱˆcVA]Ò%nKÚå© NOôrf~àn*4t/éí5ÅÜJ.îeWR^Î…tPÜEÄ̤›qfÍÌ>³>#my3ºÂkøë¼Zõ·—nÒ%¬KØe­i aËÃ8ƒþŒØ”ݰ.L*0ð%æÓiÀæµmZØ• '¿1áâÖDìÜsË£mû|_VþþÕwÌã)߉µg¢Š¥]%áæ¡”KÔròjRQ3á7R’ôôq—^šthxq³´7+ZɬüIÛ^OqNM_¹øëðˆ¤·βH["6îùÈT÷1ÂÆ¯Ï¸õê”W+9$Í+€cÞÿ­Æß½~À>¸p—{på÷plBXµ1Ê>ºþŒy`c„s,>#¼˜´‹êCZ –raöõ×à^QsÄÜ}sò..Á%Ð×Í)/è —†ƒ\`v£| öúö¬°=áè9™éس0%lÜJt{Ì*®Ûœ’Õ­‰ªÂ#|Ø—¼Óá‘Îý«š>?é*Ŧ$µo·¼~È(Ûx!8ùæ1ÿh䉴âåÝÚ­Wÿcð«ÊML‹ë(»VB¹uò×ÜSÑeç–Ït% ë±>ÙñÙË•¿yýôÒ‡á‰Îá)îé˜MÜv¢;a•6¦Ü)åÕ©3~ƒl¶ŒðŠ;¼'é7NygÚ¥b§a.3nîù´¿çîn;«üØŽ3ÈÚ«ç­E›£¶_¼Ójß‚¬$@–ã6IsÒ©æ%íj64áTc€wˆ€JœZ0^#fÕr"¨QA½ öÅî•uÇ !•dk^kÜšW«S³* ûgknà»T@o$Ýòžè çLÆ£ào…âLH.ÊÌÊ”_Ü1s+0ÀT1›ð¼rªi·ŠO8…u˜½û(嵤ÁÞlZ„µs¯wõêS^µˆô(¹ §’ý‹{Ä- ·¬skÑx#5§VS€‹2‹}·Ss‚¶˜•q Ö¸ss«Ó!1cÓί^xÆúìåsÞ±”¿ÿúö¬V»5«”¤üZ z€tq/`¶Æ’•çM{V^0>§¼ -nfÖt“ô’ÓÜùêÿ2sëÐòÑÆã eç]ÌøÔ’Ô¼ñêÆØ°!bÌmáWFͬc‘Éö}”ƒwlyæ7­O±¯ŒKë6fô›V-7iÕ$fzŽ„Ç[‹_?ëÙ·>.¹µ©¯ÆXÇ·«~E€Æ “N%3:-ªŽYÀXY'c^%î\Zïþ|ñû΂Ĕ¢cÛk2‘.YgÌÆ©Ø4³ND,¼³+ÏÙŸ¯>ç=n/V´ô<œü—Ĉ®;9¥eÄÇùg¢ÝŸ/ƒ~ù¨ñsw?Øœ½&JÂs)ÀÌ$蘤­mtªîÓØtçÑéÖÒèd×g ‡´uyZܸòœqxp$`GÖV@ÒëV¿1Ù} 2Ùµ?>ÕóùË'­…/úNü'çÚ?“V½$nV¯¾h-X¼[óÛÅï.þzñÛê[}Â8°ø¬{_/»àÿš¿Æ9¾å0ªIÐ)7çè<;ƒð`¨Y\‹tK& íÉÀ³S!)‹ôI{p7ØT˜kÒqíî6õÁÜ1—´÷ñjÞÎ+¥™YqW*Èo\ê9²úBXùÖßwõí‚Jóvž×ˆÙ›Š#SM›“€a-Œ£¤[XGzdÝ)¿Zœòë5˜§o÷ ÜĽ}— ÀqÓ¨ƒw>âà_Hú$THÁ§‚*1˜ß؇{ÕBʯSmÍéôot¦­9•,3¯R¤B°g}À‹@–)Oß å¼I¯>O‡z¯fæ5êÔœBDÀœÂþ«!Ü’6Ò­äá.%;ã鿚†=\€™° «A/í>s:éäWošÙ'0NµIÛ6ͼ -Ò§¤‚ý·Ò³¦™]ßÖ¢¶75'åb!~µ s*e œÈ?p+¾ÿö¥ñ&`2yÔŽp:ð°PïµLÈ0€`h¬Aµ -8]-èÊ&Ü.ª‹Í0ŽDfXÇãvι„[И]@ø¿&ƒ—ÄÝ:ŦUøØÔÿƒßØÿ·9­1jç\ðÜ©úuÒ>xñÕ¤ì#ØsÂ.m¡Ü¼êèLËþWO.þáÕ³š^ƒî^Óuxî2?[ø¾£86%8ü±&i–5E& €ŽÏ>lþxánÝ¿§ý -àé¢ókÀQ§Š‹úMÚ™§¶îcQssÉËû~³t¿í/ñiy;æQ —Ÿ2?‹Í/EÍ s`~WG:Ê¿oýÄuóÒ¿]c–üï“ê‹&ÆÕ훣ü³‘‘ž‘Ñ®Ñ ö‰Èûxx¤koÒÌ®ˆÎôœˆ[¹U¤WÉÌpϬvî·ÁZôœØœî>¸:<|¢sßÌgþÕ>|ê×oýâ®­€¸³šæœ\Ÿ`L²G&˜‡—žµy¾«ûèÍ3æ ð\lö¹™!2É<¶ü´ñÏ‹w«ÿ=üœñù«G%7Øeï®7ï{ Xt%; z 2΄¾øq§´tv Ò«pY°ó)°q·Š½9Í9bK‚®Žö$³ã.Î9ʧQ¦Âc ¼}ƒiOÂ'éL:Ùg#€k×}¸6¯HŒƒI¿°“ôŠZ3A3ØÿVÊXÅÁ>·³Ïà^nu*$jÏ€ž¤|C·1÷ÀÕ¤8¡[+ŽMZŸáœÚ´ñ*7a¯lX'aŒÝÛ Z#úíƒíy­!RÉ{)S€ÙÒ³:|ô¸GÉN8_xµ2pø–³µ¨VÿðJ7´½¨5Q~QkÌÎ8µ1N’°¾i¯N…9Eu` -¸AÖ8óަLØÕ¸[m↨!PI©VK…tºÔ¼V—ý{„vD•šÕ©y üNo ƒßþ^xž~(=kLƒíƒÏ üŠl™¾wÜ´6Þus(ºI¸²°6i€l#Û*í>¦Oû¾lgŒ¿‰ÙÕÜ-賉›ãfQÝú8ŒkFÎÇÝ}—ãvq=ë‰ìF8tÌÚþÙÒ£sÿ6÷í™^íØ¿n–Ô½šTÔMߨÿw×õú?&Ìòæè4ÿ|dRP¹ú\pâåcæ¾àw­­>aÝ -jTËc¼S«c‚3À—¸KO› ׯê?^Ÿ¨ý(2ÝXi,HL#Òð×gù¿jý”°ä8Œ/áà]œ¿áß|·ªþÉu¹ê¿8û/þËú÷À;ü î›ç÷æ~KÑ–KÒNÙÅ ŒsåiË_^?¼ôÁ«5¿;p½Ãúï$f“w¦¼rå‘vÄÀ,?k+|ý¤þž/ÏþêÕÝÚ¢¼: -ø>º=2#¨ŒLñάôì_cLÚøI—¸)ašàU.­(i“4¾yÚºÇsóì[yÔ^°ö¤»,ôeË_’ÓÒŽ-¿F™D˜Éªè"í:IÚiÔQnµ båVDíÀ¡—¦}*áÖœ¾Ý.¬ Ÿèë¢@.pØž©–²˜q†z)ê!B}7qŸit·Ý {­GÆÞ \†sž -Èyq/¿d–÷p‰íΘö*K ð3óÂηK܆· ÿÓ>½.å7]¦ü}×’ð°ÖuQÿBÌ)¬]œ¹ø¼éãè’LHÊN‡TRàLÌͯÅ<‚z" ÓÇ=J>p#u*Ð;Dø4Ò+í¦ü€çýJèi9æ‘´e’Ôœx°R˜ -ªdI¨-á‚]WKIÀŠ1+÷,Ø0oÄÊ;¿>É<µòÎ%Nv«ù1Ðñë“=‡H·¤ ‡ïS!ƒ‰ j4„_Ò³µ¨Ñ¥çL7}IÍ/§û¥çÔ"(íAvfkq$C/éÓ«IÀ³TöJH«û(Ä}ⶨExq£˜[Ú¹neŸn ó1ð%ü6µhü‚ð*…Q¯:<Í=›tŒiOoÜ,iŽÎÀ\]'ƒ7¦¯Œ9ÅõHlZ5Ó¼Ó›€¯Â£ì“ñ)I3éSò¢.yç›~…÷›¦^?`|N¸Œõ±îƒñ þùؘº}}DÕøòòü›§ú6ؼ¬?öiËž$ðÒÅGõŒNuÁlÀ=ÂÆ¿†$L -öyd†söõHgùêSÎIÒjÒF'•­‘)Ñ…Õç¬c£Ü³›/8'‰iA1#©{ó¨¥ÈuíÌ}}¿½öG#6Í9…Ž 0>_ÞRkÛÖ±/˜nm„}„tª¹€ƒ;@®‡Š™ì9¼9ÞðIr¦¥$eë9N9º`o3>਀}6'ygâÓ²F©`S û29‡òñë6¦› -¢Ó’¶¤C¯YåŸûY›·aÓâZÂ,¼@€NJXxWÆÚö¿|Üð1aUò»V„YULܦêÁ¬€™< -ö_ç´º·³ÀÆJÁº•[ùòc_¦æQÁ¯0—Œ±9‰ìŠàRÒ¡àP *1«ÕlrÉ VAWkÕ˜›]·6Æí­ûâ.晤w) :73øbÖôEÚߟÁÛ™Àåï3³2^zž] ‰j` ©€Ñ„|–È7‰|y© ZýžæŸÃÝüºmÐ×é ‚¹ÄÍQçl8ˆSѽl;ê|å¿ú˜ -ô_O¥LÂ/j¡‚¢6ýôK{0¿´k8HÜ¥Sþk£p2`0NàoˆÛvi+á2¨Ögº‡§;ãSž›Y¾ëQ0o6Q ×¯Š› -™®Á;k¢`gHäGóÝN…ïd€ mþKÍŠ»Id'çµzdã’.5ŒšF úÒóð9µ2Ô(p·Ft)9î{-¥OOý—Œ¯ïÆÖìðS*Ôw=î6¯ŒrŽ.=Q\\ŸèUþk#)ÀY¸[+M8®ÝØ¿qEµ8TжV ô¸W¯ŠØ™•áñ–½¤C-My/CyŒÆˆE\µÖ–ôÈ™yÓ­ ØÇtP£Ä·&0çÕ;„··÷é1À¬¬ 5×÷å6òµÍi´1˜§M‹¬tîÌ!¬Oæƒßd‚ÃSÁÞA„bfEëú„°2í3ôF¬Jáò˜¼%j¼±}ñtÝúåXÄuýIÒ§QmXyUoÆØÇ×ft²UGÿàÜ3 ð]ƒ–ðª%8èTÌ üÉ,oÅý}3FIxJÙD¹õJÊ£•ƒ]çÞÉ€0dx’s":.º³õêÞ<–TDÇA®anH—^™†¹™“À“—^ø}x¬óHÂ)jzù}Ï>lÊ$‡½§ ¼)å1hq·^µ9£èZzÔU¶ü¬{ïò þ©ÅoºŠb£Bà<üêØ$óTÊ…|w²nÒ.iY¼_óû…okþ³ˆZ"Àcï\úÝÊÃúOccÝÇR°æ§‚™„÷|ý¸¶`黦¿lN -«ï¶~²ù„u$eW‰¶ ¼ ‚½õj€‹j^¿h+Úœdž.*^~Á«HyT‚·€ÇA”é€Jøœùf¬µdñQãŸ"㢠Q—Zø¦ý/Ë߉*°é¡á-x‡ŒK/O9´‚¤UÚäùªò·¾ëG•í9°):—2Êc“ªî¸Õ¤ÃÏYÅ]²ö„CX·0Ú\°6Å:KºoF}›’I¸¯|K Ø°Ž†ÎŸ´Ë»3Fi|úúÍ„UË%ÜònÒ/ç+3/¿]Rª~XRÈ1÷Ò&ìAÌeÔÂGGzôÊL¨wébÜ«U¤AǾ7^¥ü2NÌÑua[Âf$Í:.f3(lm-ôƒÝ2 bY™ìÚ°¨{½fŬd%̽²”_#M…äÌ%iÞ´ò/!+5/ã~ó}¶I[".µô®WB¶Ç+ë‰;åí€-%”WÁÂm:qxBÙI¸ŒÒk"<½}™ ¡okA¥ÌÌëú€ÿsãN¼Ëà¸càrÌ¡“þÞÔ\ß­ÔüаRzNß—™ûÐ*^tºÎüø=À,"påqÂÛ÷ö_¥‚yÖ;ã×k·*1òi9¿n,³\k?´nýbìùÆw‹&ɲYÃŒެÇ#<*qÒ¥Fì²ïíÖ?&]’¶„[ÒwËÚ“è\Ú©æãÎáð´QüjDx&0 mÍë2 JîW°v 7nSvnL‹ªãVe׊EÔf¿ZÿÁêaóö,ðŸipv?áÐðc3üsswk>ØœdU¼ï>ùDvì?“ÓÃW0wooÜ%ïŽÚdmQ›´qmBTµô¨»lu„{Üu·­ä¹üÔ^}黆 -è‘,‹)Ó„“W½2ÚTäºqð?Ìß®z3 ë7¦ùUoîu”3JåPñâþ…8ðáðhGÙª߿¾Û¸'ð¸ãð×ÂÏÿsèFÇÉmßåïã+ŸŒ…G‹š…Õ›3í{“6VEÒ-jõß®ý íµ¾}©Ñ ùI1·¤uu¼ûÐʋ]É ;ymÖáêß,ßQ1’ö¯&07ð³´ÙÀÍqÉÛ•ÊߨúOüfããÔÒ8÷ôXï…?$'û@¯Ü!—ïG­ÒVdWbVÁÅW£Ÿ­Or«ÐÓª®¨EÃÅÝןàÞ¡¯nÓPÙ—‚™_ŒNiº#f“zé>`I›F°콺ê½úÃKý ìîçÖF]{¶F,*Ö«çœ -ø»†Lèò*8ü˜ Ý¥‚}ב-^ݳµžtp*1«š•œÑ ûeÀlý·2óúA °}Ü­W€­0øw«/G³wŸ§lýèÌ…®ö‡w*8„m4Z øIØ.n¶4b×HÃ6yWØ"¨J¸Ø£°O´O·` I‡’åù¦é“ÍIØ7¾¡oÀS°Ç€g𛨸„Œ™ôÈ@ïàò”†µôB~ öÈp“/¨Pïe2Ô;˜ž×›`è2!­&<Ū~ª>òÇä”i æüjìiÒÓ%êÿš -ÝEøí킘EzDÍsß·–ÏßcTF\Wî¿6÷«–&{a{¯.=;p;Òè"fQóê8û$îÖG§¸g’.Qsp/X+sN€]O8Ôì àå«âó`ïm-èûR -1¼k÷挦;nÓr’€Ï¢NIËË‘Ž2Ï ¿ -›2³½W¢6/jÓ‹²úμgFÑÙTLX³Ó/”§þ#1cRm˜íkS‚ЍU\ œ¥1f‘6$¬Šö˜YÃp|ÛYvOpø–îtœF>ô¤ ñ%Á¥u óøÊHç¾ùoë?‰ŒrÏ¥\jaÒ©âDžJÎe,}ºð¸´eþ~g!fne•¶6qsl’_a¾Y÷¡¾á“ÿm²÷Bi&h¼¶éÖÆ’VÒ¥•f|ám?¼9Ù°gsª½|åaí26v%5+ì\³ôIÚ´2 -ö3fWö€Mè ]jAØÆ©|ý¤û³ä´^MÎ\ŸæœY¬MXŒ²øŒQS´ÅÇå­±ie»ùNK¡øâŸþãæˆNEx¯> ›µ‚ùûìÏ#0'”O¸G?„|qØcKx‡â3j6æÑª¢V-?j×Kãv3ƒÎ"\€…WÏ¿è#\’–èŒèBÒ¢ìÄj鶤J1( rFo'¡ÿU ëø«QÖÁð˜¼6ãî5%ÂÂ#goû¿¤|}8ÜŠU\·jÕ¾™äU¼|Î:²iUôÌ>eJ8 J"8x‡œÝn4Ž*AÌ%mߘœŸ¿ß]¶6¢lB:“˜.'ÜýÃDPk ‚Æ2 Ó¥ƒ* è îâ EÍËç’ó©€N-¼‹œ¼CÍ #¶?Ð(I7p}÷Õûk^Ë›©ž¸wðÌË÷\{Ï6Öù¸w‘ôÈzÀªp"¨×'½—ñÀзd°ÿæ“2`|l¯1¾]Ðè)àЄS§Ø - Ü›XÛ­‘ ØÀ޲´ËdH»{õñiaM|ù9ç“ÖöÏ2VÕêXýàL夻ïnïÕ&m^Âx -Ögk^Îßž1·BRòU“w\»‹Ùo>Å\WïĬòö•ç­…‹÷ÚþºÃûÌ}‹qðû£Nµè ÈXtæ‹{ Û‡„ÇÔŸp˺֧»>‹[™ÇîÊ£`%ܢƘp›£ aÓpÐÙlxB|1 úìÕ‹ú=³_T¼íÑ(Ó€KP¬CÒuåNÜså.†ð™wèË„Ç`Xž[yÂ::ðÜ?f7È£®á„gð&Èëw à@˜OÖƒ¹EM[€ƒ2Aq'æî9žªþnÔ§ü¦á$šÇàáC¼FÁßš•±3AI7fë>¹üäÒ6'8°6Ì­``ð~äìÀ78`µMàsÉ€NqÉ{æž1ö^V¤àï“ÀÅ#v­ˆê@VÕbàHüŒOÎJ_[Ÿ=ã”1Þë£Ä¼ñZܯä%<(þÊ6«ï:@¸ð¬mÒ¥•`žÁ[a‡A»<#¬ÊÌöÝL£Ïœéz ->D6öŽ[C¸-©ÀÀí°]/[3•˜çêc2|}A?” -)%¤_)JzeÌ ãP«Éymï²}63ß{ëÕå1jÞt“ð«.¤½½ý`c¿J‡Œ}© qù›3ój%uÇݬ*À%L*¤Ps9gèەݘS'K8ur7ŠAÃ\â¶•‰ž£ái~eÅ=ÙÔì•qetJ údìÍ–_—ò0Ï-¿8ÿçÅï+~õæ^ýŸ’wX$uq¤Çìz1â)I—’‰ü[~qOÊ+nß ò`Š¢8˜)ÁyÜf®ŽÉêW'…QüÙ›'u^yÚX’œ5o ½I3¿*i៛ó›]ññ‹…ŸœùÍæ³¦¿àÀã)¯´‹p -j1 ¿³I;“SC½Éé^IÔÆ½0¿â·cm°7¸—Ò>)+t¤]Ò³)Ù [ߤf CT@Є¹º%='§¨1åÕÊRAC?2 œT7+Û7_H/ÅÇÕ]± E áæÖP~cÜ!iI¸ J¤»`~8ÑiMOÂbÒæàÄÍŒãÑÉöýàIÂ+g¢óפ]Ö7 .N5a1lIÒÍ©J€}Ã=¼K · ž@gÓþáûWÿ`Ì5t+æübŒð }œŠ“qË{(—¸5nÖ o o¯ðõß ÀÖÁ¬<}±5§Õo¤ ÊíÁÝ̳[!~óvPÐŒ»•›6Ö¹˜M+§üzÐ¥È߇ΕBÂ)lÆìüK¤GξP·6ÝþYÒ§Õ'ƒ}7£^oë•ÇÁ`³jUÜË8Cz…Í„OÚAúAßûú¯S!}_Ò-mÇ\¢&ÂÍ¿·r*W&:,O±N`AÃ>§ð2xmóéœø°Õ5kºžžü> ²Š|ydHgÀÒî­y]/̃Ö o{¡ÿ6òglÍ«Û -È­dþ ó ÈÊÜkìßðʹI¿0ð ¯x¿ñ -5«Ñ§æÒdqéåtí§™ùïÒ ýß–Þ[µ=?ô°>p-µŒ -j5)4–¡Å$½‚ƈ ø¤_#ßš7ÑhoIbQòC§ߥý #@Å\¬Š•‰ŽýI‡¸uÍ,¬»ßS›Ô°¶a¦Ü¦¤½í³‰K^ztú÷á­Ÿ'gxu¤[ÁZ|Ôö–WCyŒ:øè7ÌâKkSì“S]ŸÇl¼JÊ:?¤3†]Üš¹'m˜¹O‡&N:T쵑¶²ÐíŠzýðÒ§¸UМò*yáѶ’øL÷Ñ4ŠÑó©ÅëO/|~ZS„ÏpjSn%s.…GZQŒ×Ç‘Ɖð´¬kù¯2a…õi?ŽÛdÌ4â¸.iWÜ"j@g’ ‡œët%b—v·nÏŠ:ßÎ -Û·C2öö¬œOøM1GÏ阕W…;TÌÈ„²-6¦îŒN -ªpOÇÑ´ŸØDÉ'PÜÜF»jTmLhzÇÕ;˜K¯ ²Om¼àœ£œ*aƯ’&‚ºÉ¶}ëc-EŒ™péUI»šMxd ÌÉoÀ½‚&Ü+jÝžSɶçt¦(p–¸Ó¨] öÉhD>í-ød:cÊóþë‘´ëÌÌ)eéÅ{D¨ïòÏf‚Í JùÛyïí¼”·µ\ŸºôÑúTs1ÌÿŰ…U1+˜¤køvÚ?ôuÊ£×F-²æM‹²kmJ\·6Ùq8îÖ©×Å*pË„oø.øŽz©JøÛ£>p‚˜H@"žP -âa æ–³Ò³º¾íEµžšõ$ü¼ZrV܃ÏñA‡ÈÀM ºiÇA÷Ss½W3/½}5ø<³¨"C*æWðÉý &Q¼pÈ0ø×—¦¯p/¯žð‰ÚS!.pç]6f¸ —¤ãÕ4óXÅ=Ì Þ£æ†³ú>"¤”bqgÒϪ‹yy]™ù¾¯È ÞHÁü€íø†œU«×&ë‹ àÀ¥úqÐÄ_¯ƒ}äR{c(=«V¤ü:%¼S7ð¨Â+í| ë<¾Ÿð*¹HSÐOfNcØ^4^'CMÄÎ8¹>ÚY˜_Eyõ¿‹q+÷"f•2IGgð‹-Ÿ±xsÇ«Ç%“‚ZŸü´'i®oÕ+N­ -°)`?iË&p€53ãØÚ(÷TÂrõ«È´QTµm¾]Œñ.b6)à«ãŒƒÑ‰îi/§nd!aWu'Ì á4 “Ó x Åe'aofæétˆ×ôâöÉ?=Qø”²j•™€VM¸å̤[Ö½z-6#ª#œ07~}/òÙvg@ŸümQ&¢¼Œs3ãh"{†Ì½€9Y”[Òuðî¨öÿæ{ÉÁ÷3Jñö‚vð‡­ì¹,lWt‡ÂÆÙÑîýa›‚ñ‚l™%¤ÝÔ—²_½›ñô]ŽY¹çWG;Ê–Ÿ6|´1ѱwk„«Цõqy-c{Ötk+$é!½ ‡½’vÜ#mO ¯×Øs+¸fQ=pùá´_§¦¶ôiGsÏE\Ì3ÈÌÖ‚„“^Tkã + OÿµôüàýÌ‚Zw ê0¯´óÈùé DøßårÀ”]s/?zùBÙ¶ ó¾iÑ1™b¶þ¨õÚwqǵû`gú7]Á’EѺ4%®"ÀâA hû’^ÓUÜoºLþ¿Júy—6ÌìSI·R’Yèÿ›•rcNuÌÃ9u°Î$Cì xŇ]Í, ÜOÏõ^IƒÜn-õßO½TR0öpÿò‰Âz‘~ #në:By…°O”¢”OÜ™ Èù?Ì+äÿ}Q¥ÙžU)‘ÌÆì¼ó+S{q—¤¡ß~­ó÷ݤæú¿¥æ¿Á¸ñ€Jœð*9DPoYVŃ&Þ¾¿áP2¢N%ôzl -\(<,ãëÈz‡2!}ïvH­LälL‚ŽÇ]—¿HÍõ}™^Ð}Ô(1h;$È„TRäãN8”ð %+컕ÝMûL—3ÓéÒ)Å/á.aæà×ÅÍœ3¤½×p\ùfÓbDìÙÆ´º;iW²Ò0çd@.ˆ8ÅÝ‹OÀö<Ôn»‡¾¤Ü -Nx‚sj}’w¸`kéÄ̬Œ•[ öýÆšÕ _Öte}¡À!R>~CÜÒ}$<Ñu`îî…÷ß|Û\–q )¿Z¾{ƒpë5éÀÀ×Љïà—”G§HÂ8ãvA-ð!á€]·Cß_Ä]Wï¥B:pg6à£ÖW:JlÃÕ¿s^­ÿ„p©äI/Òßrf­•mØT̸[Á\·‹ê×]²öU—´yyRXµs»|”òȤW%ÎÌ*EHþWÇy§–'øgœ™%—R~Ðo>ƒ 0|CÒ¦è!ݦAt¶F†¾£fû¿Þ¨Û.§@ß,½`™¿×^’ ˆ œ³½(eæe‚·èlzA¥@çИO-9ÒG^]ý”š~A¢œ°‘˜_¶òjâ°N ¿^³2%®Å—o%Ýן&¼ƒ·Ž» ê$Œ ju8ð`2`že2%¼Ã÷±À餿o ê´XH-‹øÄmáÀãn9›œ{j6¼—ÕÆœC·ÿÕ'È÷–y9ô4³`º•Yìý‚ Ê8oç Ã$`ÄÏ4õÞ²âó—Ÿ&¦ëËV5{Ý¡b~i×Vß´v¬M²Žm'ú+ì«BJqÆ/éH8…uÐ;+#=‡ÖLJS>Q[&¨–Ãz±Hà+˜ÿ 0żilAùÆQÜˬ΀ü¹`YÌ¡Ç-ж„CÑ™pk¸OÅnÖCº$m`S›PþnÑ‹âfEGÔ"l«`¡˜«àP`C—†=)%ƒjYfAkØZÔ’³Zm¸qÒ%ïÄkl¹urX«AÜ«‘Áž»D€~Kû{“ ÿ^=gX¼ß¾gùi{)àçf©“F¬ -Ö긨*:3Øî•%í -à—’ö0p€¥‘–¢ØŒ°&eÓ«¶ƒ†Þ¹ Åk£ÂƤӨIùôš ìÑíY¥,3+îþëK)/î”4/½T†§•-èütJ[0ø9ûflmÔàQ]pt: –`I#:g¢¼0>›†ŸòôS¾þ›é ñòÖ¬Bµ3O£MÀ==H¾#ص8á¾ò¦…ÕË{ö¯éµlš»EÌ=§’NQÓÛ9}ïßW߆40*îÓ÷ÿ¾ öèfÚ¯dâvÂ'lÂ?©©YãÕˆGÒñ晿üö'ìMaÃ4è* eF¦•£ü“ÑiqM0/ŠßÇíü ÑIö±Í Þ)ܦèØž]{Êþ<üœsx+ ‘†U°G€·1âVq]Ü&®™éÞžS+ß(æT±¢5ÊsPvr¨8„SÞ…¾·ýFÍš„CÖ±>#ºøê…èÌë§‚Sëãìã¸[™áWmZÕ«ãüÓzöÂCöÑ¥'å› â Ë#faÝ–G§Úr4¤GÚm½yöWËÏùõQ›N³hY[£á¯óÆ+oç•°W$=(nöÐÙ ŠÃ¬Âm‚‹Û9ï€>ý+|ðlN¿öK]Ê'éÀÂZÌÆ»´9Á:•˜–5¥½W+€)À®º[y“vîÊ˽HxXUI§´ðêµØt&š´òë|·ÏþÚ÷Í™_Ål­ûÿž¢wi¥˜³×€_HºÔ‚T@« f¬Î‚ýßByy5¤[Ü^ÍÅ=’6„w1¯A\l² 9êè:²né>œòJ»R`³ÐYØšÜ+ë9ŒôîÖ’J‹æ9 -6gy„w|ý9çÈÿX4 §²1a1ü–š7^£f%¬­~Ë[ø¤<Ü )· 6:›œWˆ·µÆ­Å¾o}ŸoÒ ÓSóÀk' îH_ŠWp1lëëÃ&°9à5mf°¶_« ânÜ#îˆØ¤Í1?ØZïWÞ„ÿæ êÿ2í„_ÆÀýÂæ¤›q.éÔ*â®/Æ¢Þ«Wǰ·RóýßQsú¾¸SÜŠû•<"¤–¢¸Ò7øæ42³}7R¾ »A…û”BxV7évP°)€C3A1c+ >ÚZ¼2‘~=ø,ó²÷ÖÖ¬J¿ëÀÜÂú„KPCx…˜[Ð:«~Ý¢âàÞ¾›iÐ)€áT„tW@ÎIù…MãÌC¯îwîY~Ò³÷õcΡ¥»Œ²Ø¤°26É=…ßmŒ±½yÔYøú~óŸ–îÔýžrpÎSNQ#n—6“ÀâÞ¹„Ep·‹ë)§¬#6)­Îh ‡N‚»ô²„YÑ›W‡ÇPÞ¿26-¨ŒLrNlŒ³¯1®OH/¾~Î?¹üœ±/nfˆšÙ'c ×1+ÿüÚ8ëˆóëó¿òWûû•ð÷V-'aS |f•4FÍŒ#“íûp'¯fsFPU¤íZþ[à¢iÐϸ ø„]Üçßa|g|N85Û!9ðS¥<RË“6yÇæ„ "iÕl¶'¢ºµ­Å/ï5~_$m:1èmp߬}ú!¤ÕcV~ut¢s_b¦¥ø-pö­é:åÏÚ.Èåѵg¬ÓðŽÕ]Š2!I7é6$,œ³ãœ¤W§Š£8qà&)À´8ècÜ«`â~톹ã@ÜÂ=GÚ%MhïD\jÞʸ¸*fãž#<à<¼ªm¿œ™rI[ ‡¸°`o•å¢"¿tz^«É ó=§ùª)x× ¸Ò©—6¼µƒõʘ頔õ’2q¯*<Ñs(ê`œÈ„dÜ :/ƒq¦¦a -ö@:dºššÕ¨^ÄYDÍ›°>aCë®óBÒö¦ç5:Â/l!½¼K„GЄg‘€ýqÀq¯V¾[r-5+ç¤geÜ”²¨Cܸ XzÕ,o]œN8†îÞþµIqí«Ç=¥¤_Á¥?#ÞáV®'ÅÝ*nÔ¬hýBZ•œ˜C¹ä=‘ Î ÌÎ:MعçSvI3Š1MÍšn³¦ëÈ/™™ë¿“†9']*6æP1£Á…•çíÅK;‹_>ê*ÙgEçË ¯VJtªl -ÊÇu¢xÖÑQö!ÿÍŽ_}Ç,Ùå|ý°§$2Ê:—V/?aZ¼ÛòÇàêy}§ñÃÈ8û(ÊYß°jy ÷ºË¢ãœ“¸]X¹ŽMKjמs¢|ÅâŠ78û#S’š•çÜcKwz -6FxÇoväÿ̓Î=³·›?˜û¶óãå‡=¥‰)îÌέ|ó¢³ìÕ“Î’È4ïLÌÂ>°ò*ã¼+OÇý_5ÿ!üœš´*Úq+ï|rºûóØD[éæH{ql¬ûaåžÃÌÂêµÎÑÅ;Ý{â“òæ7›?ys¿îƒøóaÕŧXÇ3ìSñ)Þ¹µgÜ#É)U[rZÕFXUݱ EclRѼúŒÏcì}ó¨õÓ•§mE‘iÆÑ¨}6á@¾+Q=èónÒůF91[(Ç­• ó „EÒ’öh¥¸CÞ™öI»‘½F6*1ëˆOóÏÁ;UÄ` ˜CÙ°èÅ »Qž’T'lòNÌ&kNrN†‘ïÁÌ«xõ¤»ìÍSÖ0ð’茰*2!8KZ¤?xåŒmøàÀkVŸv•¬=eîOL‹ë3}o8$åRr3’¦Ä¿29Å;³þŒu`ùè¾qÁÙØ¤èBt\Ù¼9¦jŬÊ΄YÞ²ö‚wtõclš}2å“õ$fDÕ˜MÞFþÄ@ž’^µ8 -˜ bW2’N Ã"[Ï;1³Ï¢: XwsŽ;E oƒÒžŒGÁ€qðÑYæÕoZØg^v³‰{~˜7\Ý -(ø¸[Ð@e,< éŠ9„—Öan–q?›ûšU´øoÿË;â£öþæß¾~ØQš}Ÿ.ý™0÷ÁlœŠõqaEè±àÐÜ#ÖØ„¨ä¡{ý9ï(åV²þ:§Ñd¼ðüiÂFQ«Ž—°™ Q³Q¹xOz*2¥e¯Œ¨ZVGD瀟^í*_i+Úœn.Ú˜ìúµ¯½P6¥¼¦ÀSÇ·Ö8úïÐâmÆž§œƒËº‹^ÞéútõïÈ›û’SkOU¯ï‰Žø¯·ý>p¥ù·+9Ÿ­<_|$:e¬ý—Õ'œÃ ³´n}Œ{öù±×ºJ–2÷‡Ÿ -Ž­?áYáô}Ýò±c¨ñß6Aד6q=Úg¯îw ý1ÿM×Ç/¿mýcb²ó³ÄLûgìÓkcÚ® m¬UûÆ8÷øÒ}FÉ«{¬²•G¬ý„YRŸ²+:Ã(—~Tp62&<ûùðæóÎÒÕ‡zs¯é£W`VŸt¼zÆ9e®ü¯¯î6îÉ8äŒØçÌkô‡õ®=iþ¾SüÿpôÞmMeëÿpttÆQÇ*ЍXé"ˆô*½÷ Ò{Bz! zd’@B ÐS …n™3çœïõü^ȳ9ì /ŵ׺?-{ï{\}®bÿ˜g!NÈ>WU`Žè#9-g³«Äm­¥Ðy»·ÄU×ùh’ÀþµH-ùÈáοªˆÉ¿–¨Ð_Ë ä™šþÈ·Wß)ý³ÆeüÔÒJþ½ÅaÞ–|Ôÿ‰š’eS¡ãÆ‹½Í@£'II¦qBüþ *Ð,!§ŸÏ°‡ÄX§pÑÖI|ÌÑ8"À4óÝê)ú°Û_â©ïC=Ÿ$§ý¿ kç¶)‰IÖ)t„yâê=RtÄ¥šYfþïþpé×¹šL§­6ˆ«u²ßWâ¾×qÝë…z"‚umP×ín´€“bÓ3gµí½Ü}¿Ó‹ð¼'ôBC¹zw>ëÐÿ9%Ý Á};V]=[Åçý½Æa\žáÀ°e -d¼€MxaØã<èTE0HË»T³Ê¾_Ýãüß» ðÀ¥–Ü—«Í¹N§2tüÇ_º¹Dx„Ǻ˜ç‘Žgņ1lØFcÉÛµðK5?Ëa‚˜p{³9÷å) V >ñBMù{Ä’_KèÄÀ³L üµí9/tùïÌbx€u -óíêÝ®_kÊé"f“S3m@}ËÉiW}DvúaŸ7;J]vûàÞ{#¤ØË9.ñç)ÿxq®Á$ÿZ&æ]^=s; -ÿºß‹ør8†M°M¡".Ô´"€ûsN”  öíbd yþE?XæµÞRøV+*x{Ð_½ßLjÛîÄ~ÙëBÙïFÙi‡{ð!Ûp¯ÃaL°eœmrŹ -З©òt‹„’t4Ž ?,ý´Ù›÷^.ˆ(ç¤>\o‡xêaAÇ&=ˆ=Æ a¶» -Þ2_¯·Ä>ÕÛ¦Ùe† zöÙ »Ì¦ æêG°aWžÐ0Pìy6‰?ŸBFnwd½Ò õ£øoæ b¢m’o.ö°ŒC}lÒ?ÛÌ£¯ìótEÊÃ@ið´âU-í ¸FŠ<-Rxˆelpm›"ÆËð‰¦1˜ÿ¹’‹:Ÿ©f™å¼Ò½ARÔN1t«ùi£¥Èy¯·ÄÝ*ÆFŸM“3ÇÑ¡?ç™èïÿÓPüÿ<äU‹«ï§€Zƒy.á×2 u>O.8U¹MÃF_¿¿ÓvÝhÍ{µÙ\ø^×ù k‡~ØïEúš9³LàcÎå™Çrâá:àpé¿Ù‘ÿÐÛkõàWÆalØO-r¢f–]½ï ø²%*Ò(†zïö•únu»,5d8Ji·Vës†qá»=Å.ú¡’O+¹¯æ¸i縙vë ·è .\°œSôlš“k7_~y -èŒUŽ3‹Q!Ö \$0†ÀƒaL IBHžmʲdáÅ|(F‡]iœ ¶Û_ì¶ Êz¶Úï´Û÷­»®µÀÂhXÀ¯4²á`ÅÕ4ˆ -?“-@m£ eÞºö|g# 'aêã86Ê¢ä§Y…Öú*[žiÐqû€Ÿœ©H8/ÈwЊ²Ÿk*íVÁoºÐ1ö@}zŸ>íh±T÷b’œx{{{{{Œžöx³¼?ŒXm.~{,#Ä['±Q§²«Þ/eŸUÑ4•©Ï–ëó^M±cíNκP³1GãäD«”œ´ß_ê¹Ü˜û\ÅM{0ÃÉx¨®Ì}Ö ‹úcŠ‘é¼Û‡ -;‘1ò$Ä„Ý>¨ÛnÀ¹BŸ9/uÝ…®Àõ<=“R‹Œ“êj7.D/¦¤žiª«âò m]îëIâ·ß'±wÛJCïáÂ^‚¶{ó#LâÜÏ*NØŸ­N糈o§Jà{Š}O到|ú¯y6æXNI;×p 'q³ƒà¯k‡{êÚò_¯6f;íõ{O“ÒÔuùŸr|ÿ¶Þ˜ük‘ÏÝ샅Ë*âžèGsß›FrÞéZ’í÷ºsß]̳ڱÁO­ãèì_€ß4N`ÂvûŠÝ–R´õ g+âÎUe¿h„߯Ëû|Ë8ˆŒÜè.|/g'Ü•”'Þ–RSîÌð²IIÑwGQ¡w&ù‰‘‘N×Õ¼t/ PÓkm]Ö‹ùª4{µ0Ínš™t’sKÉË~ÑKHvê‚„ß3ŒRâ§Øùހ叽Z›á`ì…x¨Ø v㘀›Ë˜º.løB&x·“{,cüh臺ﴂ·[Šßk«sž/³t­è¯rôíjuÉ?úïõ!}Ì£”„´¯®öY×õ•sCî­6§¿6±ó å mã%Æ8†7Ž"¿ •zí@Üu9oçkæªRŸn´“ƒÖ;CøÐn˜×Zc‘ózKÑ»…Úü— -~žS'2úÖ0)îÁÁ*Ò0FŒ^©;Í -³ì§˜)f„iÏkÓŸ¯5¥¿2‰K¿Šù±£”(‡c9`0c8ׂ(Ý~©>ç9À¯&Ñ÷F¨a¸YŸþ˜b'9WRrôý¯ý^@÷‹½¶:ó\­u9è}1Wöè`cÓPЬrbò A+Í0—½.”ÏzSÉÇíN˜/½4¢ìW@¶ ¸òA;=ÅŸõĨÕÖ2·yøÅJ3äýö>Ê$¥e^ù¬YaÒÃýA¸ßj Ôeµ ðÔã˜ðå&°û¢¨àÕv[‰ëù•ft•ú*¹yoj nûƒäÄ%Q±óv7Ωé®äæØ/×¾ÚlG~š¼¡$¸ß\j|ï6JÊHz,&Fý9ËN|°\“ûb½­ÈÅ,- ¸˜Ã¤ÏÔ§¼ëÂøß\h(v3Š«H›=äh¥°àí81éÙ8>Ù^A &ÿµ?X´?šï~4Šù¾P%úgÃÝïÍ~§`†ÜVq#ïéZÓŸë36[À¯u]0/•¨ÀKÎ/r;QTà¾kXˆS6æpúEßõÚë)qÛèÈ|yYøz*kŠŸå²ÜRìu9G̼ȧÝö§ý®‚Ë¢œ÷kMÅŸ/<Ê…FH³L1óÜ¢ƒ\èÞ Ôc£­àÍRM΋…ª$û¥êäǧ*rîöôÓzk™çj1h® -æ²Ò}³Ñ\úq£ ã3Â/pÊýêxmŠžäs"ã”®w¡¾È¸Á¿Ë¸¿ËÙ‘JÉÑwtÐÓ5à7x÷?á~N×Íå2VÚ )ò¦’s{A˜|ŠuWB¿¿Û[ì̓ÞE†~¸¹((‰ýg‘O?’Âüwz‹>,×å>—ÑSîõ£"nÎTd>ag9øm–›óñ`©ªÌz9_•ó~±*óÅ.üO`ºnt•~¸¶Õ“î<ÈM{ßO‰s4ŽábôÃx@[J½lx¬·æ¾Tqãï £¿Þè‚z\WqcÚð O»ð)ï,%lw!¿lw–¹ë‡_ö¾+ÍP—tÀ0¿›€×vÕõÂ>:v(&§ á"LcØÐ«ïÔ~¨±‰?ç°IÝ™ï§YIަqÔ0ÊÌÚîA®´@>n¶CÜú~»=(?™ í!ÑåarÂ;ë9Yü»Pk¿\ŸõJBúö`±"ò‰±/Ñã 'ãëÑ.ysìb"eZl±äÉ•&èû1RÒ!\ÌÓŒäÖq¸¿u-­JxKN~sko <]ÛŒôUT¤?VVÄÙúK¿ê_×[ ߬7ƒßlw—~Zk‡ú¬·—~=Uˆf)·ð`°ÖšûJמëùDFN?rË‘â·Þc7_zWÍz¸Ù[úµ“ò’WøíñL=6Î(æ@ôƒÈ ÃáBw}_ÞûöŒb²ïm]{–Û©ª¼Õ]æ¿Ñ÷fµÝWcF†ìuß "ý–š ï™)Ÿo6G:žN³á€¶d^8~¹&åÙZ]æ ýÔëT…ŽÑKà!•¥÷qI®7×ú áFÀG¯Ö¼ÚlÈuZoHs˜¢†Ý·Hq'ÓÄÑ$£àXÁEMó±{#˜ £ºÏ×ä<ŸáÄß[%<ÜéÌzm™%¤I«’ž­´àG›»ýœô•æâ7³ÕY/¦¸¹¯åPç!rê»íLÎ¥JÄÝê£Ä,4¦?_lLvXmÉrÒµ@>ì÷àfkŠÞŠ ÁvBïB/Ô¼\ªÎy±Ñ~«æ%üµ*Êz¾×qßD|–…Þ¡'ûþµR‡HúGËgÇK¿lw—¸ív#Vêªd§=ÖÖ9ÐÓŸ|sw¸6F‰ÿ°5ˆ‹ ÄÝo…øþ&Á…ÿ1‚‹¼ÕVâÿÇ)à®a¼ÔŸ]hÇÊõ¼c–â2÷á>k­9ŽÚ†l‡å¦¼—sÕÙNÓŒ„G³œäç}ÈêÒˆû-ˆh@)©Ú:ð@·¶Ï¥ë(|7'JÚúr[N ²ßêÉ÷¢E=?Ʀÿk¹²Ö&'em2Oà© |®€‡IŠ?/6€ßÏÔ#ƒ¦ž‡b:xo²ÓUâeDøGP€GSpRì·Ú`ÁGã””YN܃ýXˆa¤ÒR]om¶“¢çDe’ò¤¿T¼$‡ÝŽ"WÏá{Øðc)!É&ÁÅi³ß¬wú˜¥¼²Ý~Zìn?Úo§¿äóNo)àãáÁêšœO[½ððnjÊÛnRâ+ý1V)Èu’ÒRî˘I&é)OFÉi¯ÆYË=ˆ°’¸Ow‚^ÛÚaOÌ1à¶«ž €ŸÓuå¾ÞhIrXoJ~µÓd 99“’ã'Ãÿõõ ~A$R4Âø§‹U±Žb*Xw'Ë¿Ü?ûY䏸ajÌSMUŽë/-‡ðSËĘ'p1K5«yÎrNÒcJôÛë¥aO—›a¡ÊÊ|÷ÓY:Ú2N0œ`•à¢ÄðÐùú¬×m¨Ð»¸HûÝ1LÂteo îGcäô6ÃÙvµ·4Ð$ælòzÁÞ7{¹í9ÉÎtèCGý¹T•ÿòXBŠû{±‚ö}®’s(æCõc<èV.x½#ßy­1㙚—óDBM¸Ó ½¡k†úèÇH)QñëíNJô^Où·^¤ß1BøÝ…êìç‹õ€ïÏuÐu üO&9°‹Yò`æc™ æNÐó6Z¡.ÚªœgJNæ“)z†”šõj«óÍ0*,[i%„,Ö@>-Væ½ÔRi«2› Ÿ-òòÌùVD¨¶µ$ðTÅBìbBuý0Ÿ½ RÚ‘ŠQ¦FÎò³Ï rŸmµ!½5•™ÏEÙï #Ô”•¸×N'ÚÏ4Bˆ4`BŒC˜ÐÃÑòâs%gU1J¥þö@® -ýg­ªñx–œg2ï± Ÿ`›ÂFLãbΤT‹”š©mA)„mS\²¦¶àÝ!è–Zq0㕌ñ×\EªýA*@è /ÕõÎA/:ëç"|9GŸÎàÍRhÀ^wꛥÊÀÛ[Ùïh¸$ÀÃçÏ׿Ù%E/5‚_©8)dŒo÷zð_î÷ìæëRœÖZò7É"hˆÝ8=ÝëlšK:‘–§›n‘"¢3<özò\—ëRŸlw:agÖ#ã+j ý¬Óät“¼Ô”ï¶Ýë©.ñÛíËwÓÖ¥½Xî*ñ¡'<^¨»ëz0AûC¸H-lrd{®¨.p•p²<Ø´|³Œ–kS²ËvµÜí)r1Ž”ùüônµ½ØCÛQüi®£0bg›%f'¾Y¨ÌxqÐùj) ³É` ç3$è…ša’”úÓ"înw•…Ï0JÌl¤~î;S™òh–Ÿn?ÃO2Åyu0 ‰TÕæû -îl`Æ1XØ*àw;Š]5‚ÄÇ#ˆàßGÑv‹yn»œœÀ?;±Iž¸ÔÓ9BÁÞP¦‹aŒ”x4Î.>“WàÏ”\Ôþ(*X?޵*xÃ>þp¨Ìg­1ÇY+Jp]ÀÏE6úDEË?˜ Ç­v‘NUµÂc%Ÿp(ÆFÙ®Þµ-ò>-±ÊK /^Ì ™ ÷®uÒ"Öš›mhß•ú‚wWß¹èà~+-…6{`>º!JìT]±Ç >ñîjm‰‡i˜}8FˆÒ ‚w‹|õ#``>sß­5d:˜†ˆ)1èøû~ÆËY~ÖË9~æÓÃ>Tø‰„ÞìAG,6@?ŽU`ÕÍÿVXÀÍÎ2Ÿß焉φáþÇ -zÁ‰8f˜ef6érù¾VUo«dHÊS×;_umHŸ½N”®æne䆩2Nâ£Õæœw¦qR<0n÷YA¼‚úDS]è¼ÙMŒj*çLYAþ±ÌeŸ-°‰'³ s•½e_U•@ ¥=žDÝÛm-´æm–V`·° MY/vÁîW÷©€zùr8Ržd³óå¹ï¦)'˜¸c%¾=\ìf2³¨=ó(6âT :–‘€ÚÅ%ì ]õuBžÎ°šÚ´W´ˆ?V[³ÞÍÔä{J8©ÎíîçJzÙÔ«JCìä•дK¥¾Ý^ønµ!婊q_Â|¸ÛŸïv< ?ž$gl ᣅ° ‡ÓuQ¶ZñBcÁ‡áò¨§2~ÂÛ•Öì÷kméo,Rô·ÅŽ¢¯b^ ó4©àW¿‚ÿ9;Ôn³§àãîX©ßîp©ï‘e#&ëòa»’q¦ñ“´ìõö¯­îRï)^’ã8%ê¾IŠŒ8ÖòÙó}„ü’h—‡+}¥ßÎ4´³”¯Ç„èÇP!›@––q£žSBŸÙ|º:DˆybÄÄZ¦„øÃ©JÂá»ètŽZr®¥ÀŽçɹf lÕpñ}”è§KõYg -Æ2ÍÃ)™%ÀùiI`«¼$Ä$.öÿ{•ÍþÏŽhètŽ\t0^øù»¶¶õûbµè|¶‚p$!'~4.fg’˜ÐJ -²\Yæs2ZµŠ9EÇS´Ü uyáÁÔ{oæg°r¯Þ]0)(¹»%Þ¦¡2ßÍö¼ûÃÙîg³˜d›œ’}>ÏF§9»#Œ¤½Q~þb ê໿ú‘~ÛíEÌ¿Xï*ó_ìB~mÆÇ<$¦: póMbNÁRK©û$/ù±„ûh±.íÝN'ØO?>–Q³¶‡ ßZ‹ßŸ(80“µÒ’ì8Jº?ÉŽ{Ü ü£tw»›’>Y‡õk‚Gß™‚}Ε4ÔE2øRMηLaâ6{Á.=i¯¯ÆúCK/3M“,S<˜m¶š½7JK›«Êy1AùvWÊLx9ÉŠyÒ…ö¹)f†Ù/v”yw£KÙñÏ0ñ‡c¤d`®¡3lø‰‚Ù—ù˜ȸcµ€z¬¬¤Œ3ót=¸ Gìw‚=.娸c).v·îw0„7Œâ£-“l¨q‚’¨®KzºÔRæmS bR쉒;›°ÌJVÙîæ›e¡¶Ý:ß2bU°`{}eŸ´M9/55Y/VZ‹=-²òl@'óT¢´—2n‚½UFNÐröúa_—3œÖZó?b÷ÇèÙæÉJ¢qŒ–½ÖZöù`›à,Ý*'¤\ÝcØê»ÏŠR_OUÄ>2J1QdzlÌá4­hµhUòIiãbtÝàÏûýÅž{ƒ…^&9:ƶ@ƒš“§F…Ù¤˜¤9*zo ð‹Rà0F »'eþ .óÕ¹Šƒ9Ÿ«˜••TËt ¨UÄ‘”œ´Û óÔ6æ»ÎµB¿nb7úpQ¿Ö*‡R|Úv'üÓZ+Âý`eVàSä¸Tã6ñhŽïædúðò}FiåçÚ–ñ#MM¥^É‚n¡ƒ6`_­j+Ë|Þ–˜œábªAÆÚæjZôr^×Söi£«àÝÎ`ö›ÕÎÔ—ÚæÔ¿VùÕK‚š YT„ô‹ÅêÚµjSðà6b¥¥ì–G¯÷‘ÂÚðIÏg™ÈÏÖ¡F²a€Ÿ¿ÙJøºÝN<è!E›F)©V%~¤á`W€Ì øÓ¯§2v™y‚ ¶L2¡'*.Ú<Í(0ËIiúQ|˜a„}0ÆÎlÃÆÿ¥®„|Øé PÌ#Œ\ã·X×K[Aßmwb “•¸õ!JülMñkeu‘çF'.Ö2ÁFýÔYG˜è½ÞBïõö¬×ë]O›\€Ý@-Õg8—Ç?›bd¾RñÁ¾kÍ( 3‰ðcø‡†¢˜ûkÍ„ü–«ë¯îC¼÷‡!^;#ˆ¨C)!íû½ôLEÌXnÉx³ÓÍH1ÊyýÌTµ À àñ'øh» jü“)Vú‡•XäB>„WeW[öà×|%Ç&Ç\^dCý6{‹<õSÈ8‹šŠ°¨9èC»È4É_ÕÁÉ4xa?ËäëáhÑçµæ$‡ÅºØgV !óL%b­÷Ðcøug <ëDÉôš7J‰ F9>Þ¨ $ZçpËJ]·AÝØj˜®@é'ÊÓ·AØë4 rÕY?ŽÛ‚}Ý@Gªø4m}©Ûj}¡³®â}ÐOÈ=WWЭ*|­£ªÎxe”вϪ«/´•B“›°?û²Òö˜©M}·Ü‘p:K…þþípª<¡üîrAT·hêfÊO-Ìyaè/ <Çd«8¤“¹ -ŠušU à½ðD΄ì÷A¼gøñ÷§X±§¸qދ鮿©²ø«oWu0^ži‘×±¦¼JhiºŽ2· Ò·Û*~ìí¾ã81öêY|‹”]b¢%ôÓÓo»5 Ѷçx/vdyìLbb·'ÈEè MUóùJm‡é -#*!S?MŸ,rè?Ö¢ó%>O7Fˆã•„>×ežnT¶é>Ùí¸^ŒLÐKáq†I\ΑœTø}…DZjhð٦i\‚aœt¬¬«8œª¡ŒñòWÛ°~€Ut’•#5¢‹†Cr“PP.=°‚']‚ûèSˆ¥ïa&­µ#¿l ‚Ö`Ÿ Òr`kxGò*òžXP¢d$nt“‚Ö[)_·;™QºVVä\5é“ /üú*ûѼ€äaè©È2ô°S–ʃ¦Hç ÁÃ&®%튥ÊFôç¥6b¸EYß°3Âë¿s¦´M`ç…Ê»½ŽBWë83{³«"}¾’è±Ù@ X¯c†´U¤[«a¼%aUôŽübŽŠs1¶ -LÃÜ‚ƒ!”¿yœša“ó)Ö™ö«RIJÈéà•–b7%?í™®ƒŸ¹5ØŒ×uWån6ÓC÷º«À›­üÔÍffÄ~7ië(ùjQòt™Oùf–îô#¾n÷C¼­3ø¬Ó9:í|¥~ðl¥¾Ïªá—/´z.·A½¼lUra«­µ†Â×û=PÓ <Ô2FÈ:‘2Á‡C°¶–°Õ*L³6Rl£"¬¾—™¬©Ìuü`Úù2{²R×0+ o˘ù{2z–IÁ)=ž­ ^ÌòI69§lo¶ÛYên› Å_(¹H£„WÒ -O»Ý‹Ì|¸\M‰:k¯?›’÷ú˾躊|MXðÅRmçùRmëÙb•Ð<Í,9š¦æŸÍ Ç6ñb‘7M–†í û¯w€]¶ú¡^;ƒøøzhœ};,ÃQÃ'¸ëûYÅg²:¡y¬½ÝJ 5ô”Ç‹kð[Ýì’¹êbÃ0>Î4޳)èE'³Ì’càñöGpá;ƒ¤]'ùÛ òq† ù°Ô@ŒÐ6c¼—ÛÀ›²>®væûœ¯òªn5NÿÚ¬ÒK Ù+ý𓺒{¼Ü"=_¯é:_cwĈo3 9o´¹o嘸˕ -ÁÅJu£iŠW¶7@Iú{¡±çç\Sï…º–£É²˜å¶˜7k½ïM*LÜù -‹¸5€ Ûèã¤N×”é-/µkÇü%,Hþú[iÿµ OoPÀ›× WÿÝ¿uäø×ï /Nv×H‰¾Ê8Žûƒ¸Ø¿W¹ŒŸë\†AEÍéÂ}–5“?MÕâ>Nò‘¯FX8§N\é£Ê¢¬Ûàœåqá׸ ±×j³Òç¦ÅÞ¢ÆÿFJþ-ê³3(ÖåíõfXö‹Fdò3…á±;ÀH6JXP])J×M Ùâf.wó’d•^ -êu;þ¸¦ò'3%õ:2âz±Ÿï5Nlä ~ZÄ-RÌ×ÙŸ?]‹|ÿôÚöî9àz­‘õx³“•l ‡²æî¤©í%‡ÌX^n¯É™­©c`_öb‹âJŸŒ‘ñ®ƒXÄË~tñÓ&HÖH„ßu×çO@¯ÞE¼}y‘yg„^øZÝ€ -t£üd…Ž·ii(ƒ‚Z´Ø ÷VÔæÜ——œhªù›#ÌL §ì™Œx5+@¹ih?éÕRšp™~t3Öíýut„ÿŸäØ€[Äȯ¿¯Ôcâ•tœe–‰µ.T0w§ˆ {RLäžø¦oz §h©µ¼Ý½uù¨åÀ×DÑw›ÑŸÔ eï&9g³U˜«ìèézN@g9ʼnU½LI½–Jñùòwv½~ðÈ÷éSPøk'ÐgG{У»€~@ÿ¸ Œû.ÈÇѬãoRf‘ÓZ'î‹nˆ‘ af:xñÕ4¯VêyíЄ†Ý§g¥Þ(ö¿–àõ ”åý”ïã JpwySôÚ•¡£ŒjtâúäÓb3 Jzñ’Ÿ`&‹ˆ®˜’{”ŒÄˆo!×a TD (Êå%Èó¹=ÈÝá èá­Û ܽ±» z\OØGÇ›õ°HûùæâúItÄÖx‰^‚ÞèD|Zë¨D¾í)/³«…ïbâo”FƒrüålOòüPFIß$Fª ŸšÑE11Q¿ã¢b®gyû€<?}´{ -zùùî0ïA/ï?¹>stream -îClì·ß?{^û|†P¡ÿ°º¬å# ¾“<]Ae‘a7)á-wò²¨µI>l° -÷¶•VfÇGÞ¦ÝÄeäß(ŠMþ-ÀÍóÚ“ûAvÀܾ²{ zÿü%è›ûׄ´ìhÄëéJRÐZ'Ê×2C›Õ<Œn¢º(ÒåýµìPßûcœ‹‚Qzªå³NVøœãE.Ñ¢fÁv&È Óõeoå ÄO5¨’ÇEá¡7Ò?û‚’=Ü,;€ì,Ûýq Àás`ÞŸ€ìîüz -Œûã3'ÐËÇÏ@.ޝ@ù¡a¿RbìgëÉþ›¼ ½¤Ex¤¬­õ–Ç,õÐ"çºÉ!íÔ’gÈäÈaîoAîÏ@>¯œAŽÀüÚýyÀÅÐ[‹÷ÿ¼ý¿óÖÐãÅËs'PaDÈõš¢¤ßz‘ ·w±±?×5Ç‹Lìᜀº#«¢ÌÔÕnJ…˜Q>æšw •ó[œ‡ÛµXw/`n¼AN/Awnþz~÷/àsŸ>¼xrÖ2ùó×kÔìŒ"dæûå.x°¦)Ûqn˜“:V[î1.búŒ× -#z)—\ùó.2ç½Éx…I-»‰Ê»ƒI>¤æÁ²âdµ}ð¥ÞNêîDk_VE2™Ï<_+2ÎÖUoNWჼ”‰fÐP ͳ‡Íô!Q޵Üó&<Ï…žGt,‰+yX›w—˜‘uŸœxŸ‘šêØ…A{ÏÔ³2tC¤„ÍÞ2¯Ýa|¤AUÅÜWˆº‰ZÒÊXS¹f¨Q‰JyP‡Ì!®ÅwŠê¢¸¨ò·¤¼2{xbîŸEY7ý\=@ïŸ>jù)ÈéÑ3P’wðÍò4ðóv4ÁGÓ(ÌXí¦ÇìK¸…Y%N?Y‰Yâ+Q©vEñ·%<œ›DÈôíà²]k( gû$98á†ï;7Ðk€;üæì -ñô½ét=="ízQRÁ-.¬äõå¹ÚA 5«ªh†In‘eš‹>S kΫëls"¡~¦–§©+jhJ’NÅYY·C}|~‹põE~¹¾r=¼óû9ô&*æ@+ûôr˜_&øÌàõþ:†QÞX¿;Á+º: SãT|{¼¶4Ü€Wu -Æj¨Þ tÌK<¤Ô>?:ùfjpôõ`/ã/Úµ=øó胓(-,á7l*Ô¡³¼"~c¤†eT°àF9-çxAÀ=[kœ8_µŸ®V7ïª8(õ ù›²Ÿ×Ã)ÓB$½®(‚ØS²sb33ï—¥¦=÷ øÃïƒè›(. äzbð·›‘_ü¯¥§ÿÉ@”8N5”‡é†*&i-Ó$«"äÜ’ÝqVÎ\+ÚSÛKßœ¬¥È;*’j PlzìŸ þ>·²#Ãþ@e&ÞK úÓëÍ+Ðç·®7ròì“â“îgÅ'Þ¤K -P˜w=\¢ÏL#ú‹ŒŸýdµ»,øb¥²á|'üaÞጀdÐÔVo)j²vfh-õ—›óÇ·O>×"=¼@yáÑ ‚èÄ1þ7½Þ<%û\Çä¥þYƒ‡9ñh˃•¨YúXÍÁš¸Â}eKË``v&è›õÄÕ>Fô\+ÑgL€üÐM†:ot´!w†º¸»£ÍTÓT-ýH!bäBÜ”5ÏŠxæÅvå‘¶¦É0ËÃì˹ez•¸5]ÜTT ×&kð+ÃHM';j¾‹—¸>ÑU¹9Ö_­ï®XjBm 4ÀöèqgÓ<ä€/‹¦Šu¨`€MRÌ2ÙPc‘÷ŒT õ;r!~O!bíʪI½ì$]oeîZCÉLo3D=2 Pôõ•‹š“Æ+º ×Ú²¢­hô«©ªêô­‘&’YÑTcS45Ø”µ‚ãYádG<²m³UœÍ!fÚråÛÖ·po¢¹6T]¬ì¬MSt7Lw´dIZceõõÑ“•<ÿ!ÁYÕRŸ)mnHéãó¼ûEÕQSƒe[Ó54£‚1Ns ûFÆf7ò³QLÊø{­A|2Ç+ßÃFnJ‰IênÚ`#'`¤¹êÛh[[ޏ½5§‚sìà4 TwÆöpŸfZÙakƒõ%ºA¾INL;R3J­ÚªjóB]óÑ|cçá|sÿÉR]çw žÎÓ¡ú©òT„-o…»Ë;hCM¬Xlvú]6 ö¼GÔ”ÐÆ¯ðª­ l«¨pkªyM¶pB6Ä­BãlŸòd¥¡ß¦ÕŸ¬5‰O×ë‡mÚꆫ{Gslä¾’‘¿>V§ôOÞZñMÙÌ _¬¬ˆ{jæ‡jKgz¨sCìÔÉfÐàƒ{8Ew'z²½*^=ÄÏÚ˜ªÂYç…œ­+ÿµ\Q}¦¦¡wDZQºRäî/_/Q5¥­JØ9ÚbÀöpyì¶Юšl§¡ò¨{ãœ$û¥~NöÜèXëTO[‘´£2n¦_T¼.nfè§›ªUòÎ0:FUg·;Rä{¾Ì|ßjÕÚˆC%-߬P·§++Ò*Ät_UÆd{eÜTk]’¬®h€+Ç»¸š‰fŠ˜ž´:J‰^"…­`¾Z4Bº^ÆÇ®õ ¾Œ¡C~íÕIŽ:ä'‹ Ýfum•^YE5Þ`‚/¯/ùÜPzÿDÆÃÙf+¨rªAŠ9˜À};RX¦åØf9è­¨Ö¤â­*wóíÒ³Å6ÉÅbCçÙŠ¨N?ÃÅLS³6GÐA;b|Ì–„ xÈ÷Å*áñlÀ¦lj— =›£äŸÎSK¦‰)&%«Ä6ÛØr8Y'°*„d½’Ý™âcõ²¶u¶š}$)Ï0SbwH‘›ƒÔØ=IKÅ.pèÆkÐ{u„1!tk€žx$åÃOg*Y‡²«=Īê¿/¶É.û¬3lŒUÍ*;œf¤¼’ý1^áñlóX]Í=Rñ Vum­qº^x¨¬¯]®j?_k_8[­í2ªÅ€çâœ-¾kXÛY6Â2+ îMÐ27z>‡ -Â6_ß¾9€ ×¶ßo!C†ðѺi&æ`FÀÜWW³û™ïVGIh@“ÆÏ–D-g*tü‰ v$……ÂÌ2ZÎÙ }¢ä".—Üãq¬Ôoo°Às£3íÅBCú»i^¤ƒ®;7àd¾º^;ÊgJJB,ÒÙz‹ò|¡ZdÓ°°º±² ‰ áÁtUìóC92ûÇVuïÑr]ÏT38È '#®zM^, +Oøt€g ÛbDØB[®ûJ_¡§e¥‚gY¯ÚÆažç‘O–„|ës²HƒØfIY–ibòþh™ßÎpɧŸ[•­§š–«¢kЪlﳨ[zl³¬R‹¼ÖIlô@~i©t•ßW*kOçØèŸÀÚý½+¸Š’eQQ²m³ô¢]16v{ 4òת¨õl±®Ù<-ÀZ&iÙýðÏV1>öûlÑ,bU­¤ˆNbšÃ^2æç‚°âXÅÃÊ8 V‹ŒRbŽYIGØÔúþt³™ú¬žèm”ò9&…w¤"¥)1Ñf%6Î …‡éÅE¦iRƶ”žµÒG 7ÊÌó冡«>í&9y8Yžn#‚¶zó?Œç{šgI™síOk]Ȉ³Ùú¶+x<#¤)XÅG*z~iV’¯ö§ÝþNÞXè`;ó|ž/¸X­jü¹Áã]hIàïZrñå"­L×[êe‘³±?V†Žf¸¸ýI.Ĭ gDF%Ôgã÷%>ûJGøÄ«ý ®öì>R’ÓmRΙ†Vú}±¶õb÷ .egâ»Ø\ìj'Æ_.rˆW{Á\,”žÏÓJ®îó¤”Ì‹¥ -ú¯5A¥^†ˆ1(péçº&à§d–YlüÙ0U~ª¥@.Ö¨äËM^¥^Î,Ú™ fž/W5›5,p-åWÏ]\Ìñ©§ž¨qigs¸Œ“9rÞ0#ÙAÊÉó4_= %¥å¨D£ŠaRRf Ig‹´Òó•ª& îú *ͦ0¾/ñèß—hes„¬Íît§aŠ×­™Êè7s4˜m–OÙ¥$™§¯öº¡Ï–°éz "T7ˆ -^éLJíL`"ö$ÈHÓ4%ÿl‰K>ÖP‹ªjm‹Íâ³õšž³ÍÊ¦Ë àçJeYÃ#m âì*jÁÕž¨¤¸ó9!çD#dŸ,p)gKÕ?tµ?· ¶9z‰UM/9_k[´.5ì+xH“‚^øŽAû¯ŽFþ¯ŽÉø¿-aëÿmñ Ó,d.Ò¡åôk¦²ö'àŸ'áÁ‡Ãù¶[3W볟ït@<õãøè¡Êœw‚l¿‡¶1zþ¥²ŠöSSAú>Gø“z$‡Æ2ßýKË@\ñ­EÃ@ÿÚ¬¨9Ñ2PF9!Ù '&YÔÄÔS5)çXAÈÝÅ};–î÷³rÍãÔ¤c)-ýhŒu0@1K€?‹ ±úA¨×VwöKƒl–ÓswÉyV «ä@Rž¾5†‹Ú$ENð -mSÜRÛ m”Óó®°w¹Ø<ôð5ç @V,ÏÐO’“w%ø(èåjÑé"Ÿ x†Y-ª>¯©ý>Gƒ~×à’NU¥A&)"x_ŒÝC™¦EÚNBÈ‘¢’q2_[¬a#­_[¯öï’RV±Aõ˜Ègº,ør©¶ýT[Ó`+/0«Ð‰€þGÉQ‘V@[ŽuÚ”pJ+Ë"씢âÈóåÆAÛbMÃ!àÌW{ªHцIT”uŽ äo{ æ»Ú÷Þ'Çí"Ng¹˜‹¢š³Y!óTÍÃYUÀúIQáóõéÏÆÉQw‡(¹×à'*²ßªD)o-3å%?VyÜ¿7ùÕß×*¸ ·7Å‚XçkÛÎWêûLS”¼µÎ‚w›à·§J §-Ó±¿æhpÓ"t©6ù©Œo·ÝK¸\¢ã¬Jd”~pa²U#dYÔ•´“e®ðt‰J¹ÚŸä?ïžø;]~¬ÑжE6ñh–ð q¢åR~lTð~®òX§šòÒnJØm2ççF³üçÚw3P»Ò"Ë<*É:‡I½\"AþµYÕy<Ïc9„s²Ü,³jjD¶Y.òDÍ‚Ÿk¥‡cˆ C%Ÿ4× -ó]oÅFýœ ϦÙ%'Òò ›˜˜°Û q1µh‘P3¶Q¡ä¨{É,€ÞM1 -÷†P[C…®C`ו€‡Š}þ³$ìÈHàAA‚“n¨,éo]íàå -¿À-Ô -`dkâ+a‡?¸zHÓ‚ ­:0ñG£åñkM¥—ëòœ´59/«3ž.U§<2•øI¨Y3íȈ‚H×;ýè„GRfÉá4`›á NfèE‡“Ȩ;¬IiÐé<»Ü¢ ¡îbÛÔ4¨EIH>™ÅÄkÐq6"j{ì·Õ õ;Vrɶ¹¦>“ŠøBòå,9çTI…X”ÄLë 9Ý$#Äîã#æ›ÁÎÛ£ø$M{YâFÔÿXÉ(4ˆ±áƒeŸL€ß;›"§\ªé¥çsŒ+Í»Ô -9?¬pÕ÷Ä4‰tØçÈÞ;S”4mPkÑ gâ÷§¨à#Àמ/ñ¨ÖZñ¡œ”mUÒKÍS´ì# 1Ðë8Û4³ìê™ÐÓùjá©¶¾ãt¹ºÆ(§¤¤ää>¤Ÿš“ðàx—öc¾ªæà$«š;’³Ê.€,s¢âáÎÕlŒIŽKÓËð™‡JzÑ¥¶ºî¿W=s׫[®Vpδ´R›e”Á÷Ça¾ "Ø(A‡I ñÖ©òìà bœyš–{\›YY^ cã÷‘Çs<Ꚙ -&ç|½·ÖKÈþ¹Ñ ¹X©n±©™¨#%!Å +Oø¨ðo-@ý1ö%¤ä=1%ã@B/Ôc×6ƒ?kkr?è»_·Z ½ #踣©òÜÍ~dÀ‘‚\øcCØð}“Ã>ՒЬj\²QQlø_!ÿ½É¦ÎÐò—{J¾\íq¼\Uwxûï¢öŸ[ÕígKåe652v{âµÔ‘ÿñxžË;]¨¬¾\â1/–X4³†ˆü¾ÁæþÜ “€ 9C†¯wA=õS”ŒµaJæB/ëHÞÞzo´!¼Ä´"½”Sfšä!ϼý=/ª:’rd5iï·ûЩß=´µz¨¸âÀóŒc¢UÕ®+-P_us©7×÷‰¾›¢ï£ÆÎ -žÏòÒª8i«s Ëya–à¿éÇèYùnŸ®óR¿>³É+H9±+FÅé%eÁë½éÎKm އ“°0ÝHYøŒ(õ­mšùð='L’y²ÈO?”åªëŠ}¦…ÞÛêÈûx"c@ŒS<Äz?6ðê9æáR-d™åÔ܃1\Øþ0&¨•¸Ý²O²šÑ è¨iöåhdžd/þ·w=nSÓ÷‡‘A[ƒØˆå^Lp=ÝswŒI:ÖÖw©¹„`ü& +ØÔläåRuÃÅr}ïî!~g‚œfUWW[æëw¤,°¦±,p¹±ôëÑ)n§úÙ$FD|§„û' ©çK òÙ|º€M;V_õ»êqL†ýÚ b¬³„LÀ….t¹Hpé–9Ö<ÆŸ.V°¾oT5ªðIÖlòá.Ñ¢¤äjùÝ(6êXÍ"|_oÓ\nÖô®°È‡ÿ?Gïý–Vº½ÿÏ™š™ÉdÒë¤'¦Çô¨Qcï½cC@‘Þ{Gì½w±¡)Ò±SE°—$3çœ÷õùþ!ßÍùKñBxØûY÷zÝ{?ÏZJtšc·>ŠŒ^FDmÍQŠÍ}UŒ]ä4¿¦gƯnjô«¸¨9*h_ËÆîªH¹[RTür_ÑÓyaÒ¥•>Èk[{E°kæè«zkïâ¡­ø‰s¸â½wŸ5Ðó´:ûé/£è”;Ǧ†nŸ’÷*ØU~ ?mŒ#¢V‡¡6Æ`ïæùœM­ hPîŽ9±ò„ÀkqÎqRº­òb¡¥è޹ ôÈ)f-öÒ”œâë®aÀããœCÈе>Ø ckÑmEMöåIfÚ™Nø§Ÿ—{ˆeîÉZüâ<8÷“ð(¿œXî—9CJ-\ê…¼²6?9˜£b=Í–‡ ‚Ô‚ø?”ìä3¶ÖÂGÞ)xÒ!ïT”RÇ$:VßZzÏ>Œüä$¤zƉ)ö1RÒÚ *d½ùÞ¸_׉ù`j@½“ÐAOLõïìS<¸LXtSBŽùUËO8盂~Øœ€|ôŒƒÃNt4ô07ã1>íñR^aÔ±ÇÛ”€C eÑû†ò˜…þ´G¦Ž˜¶ÞÂû !wc—º<ŒžÇôkë;öcµÒ[öd‚ÿG}Ùëï5´[[³$P3"î^7.æéî<·vMLL××–ÞÑós/êùç$ÔˆÓØ'?ë¢nóaŸd¯âã=c¤â-ã›%dîÈ _Tø‘Þ×ñG>çË ¿ó4èžT~¨'W쫈¹û€ÏòŽAÞ/7e_·wçÞ>P S¼tyåCÇxgpIîilŠ}»>€ø¨«Ë²uA"Ür&< ç>-‡phâ1ö4¬ê#€¹¥b#¶Õôª#“°nGW+Úò`›óM-^U ss–^è—ÒWúJ_.u>ñIª£¶¥ÈhÇXÉëùÚ¸«æö´Û'fþËbm×®“ç•V}ö+Ñ©Îið“ï|£WOX#>y+Ó% ø)>wWÇDè˜H€“ ~&Õ=‹HX†¾ÛÓq؇–NÝÎBmãžµ¦uÏRÓ¹cr©žvÍ nHõÈq!ׯp¼€7ÞÖ  ¢¿’GñÎà“\ã¨ÏƦ¢‡½.bNòbÖ㟠ͥq.1>ÅXŸuÃÖ‘ÿÈ1ù &_ž¤œ55æýu<ÇÀšj=Rb†ȯ¸!©ŽñÌ`Ò1ñÅÂãÙFIIº¦Š Ï4©èhKߘ$$® T¿[é©xni,x°Þ^ÅDŽrsÿ¢¥=ýaWÆAoŒbb­í…·tõy×M {ºÚÜëúºÜK]%Oÿ [ÅÅ/ö!€páo΋\SUQ¶ž‚{£èˆS³äØ¿v¤øŠã‘Ðò÷çèÐc-—|0 K%žqè{k[ÚõQbè)kìÕbOåc#øá¦˜U²¯lnöÎ0K—º«ßŠqé¿3Óß~'Ì}û³„”rÕ9Dˆ—µa£[«ãÿXê€Fÿcà³¶lj,y®¯Ïé}2·ÜSòo/t¢3õÔª…¶´«+¹Ï| -x¢}²"Ì)†DîÏ1ª÷O¬l( -’ò²ìk¹¼¯¶úÁC »1‚ ]B„:GÑñ'&nGÁ@NPÒo*9ï|Œµñq–šuq›~VF+¸¦áçþem)|¾Ñ‡H[› ä|¼ù=)íÝ5ûs Õ­ åEñgÍu)œ¥¯NXÔ]—3ÀÊ|ÓZréÿìž}=âƒ_/Öe_QSNÏQb~_mͽs¬ šºáI!·–‡=x…¿£¥ÃWûË_h…IçÛ+^ü&ã„_Ý×QQ;ÆVñ¢˜Vààr¿-ˆ¾øìo&jåÖ 4bs -ü¿ëDO1RÃt̲JÜjö®’Q±ÚSñZ/L¿¦f%G}üi¤úͳŒ¨«ŽIHÆìü1;ᡵqdbޏ>6qyGFà}f`Ÿç8Qg,¹÷ôtĶ–ƒsËé¥ëÓÄŸš ß׳Išëÿ˜ %GK¨ÑY~9*Ï7O„-×ìZùMžyr à›a€¯]RLƶWtda·æYÕn½t{^T³*f!õB^ Þ¾’ƒðN1‹\ã„D[7ø±Fºã§–:ÇÐqºšôkæúô¿µd¼øëËclMWGx‡Œ]µ2JN ¬ýÞ×°QÇ&*üë"ýÕF#-`@åÁÎ tÜ®†…YšDdÛ}Îù¨-‰³¯äa·$¸ nÍÒþ˜%&üº1MÊçäÞŸãùÆ™e›ã„¤Å¶²G«Ýå/¼“ðH]cÎm¥ õ’­ üúD_SçšFÆš;Š‚¬½e¯,]寖Ú+Þm¼u Æç;¦ñÉ15盹¾ûkmÇŽ†1wß_ìÊ¿mkϽðÒcï 9Ç.&$ëëÁ÷6úpÑ;r&Ä!F†¯T Jï6c~ã|üm™xÙ5LNç—>#f¾>¥ª…©iÆ–Ì­Ðà(I·¾›F¿þÍ=TøÒ7M(8£¬§*îWAöûõUFŸš&Çü¹Ò™ÿâHE.ýfå‹N¬,#çþ÷ -aJÈ—:qGƒ-\¿ÝÓas7¥ðDCK>À·$È7€Ÿ< ->YÝRù|yœ˜æ7·Lí/µë¾-qx;3°°õ®¬ËY7¬YwýšªÌ]±|mâÓÊ÷—Ä_VÿW/¹&PüÀÈ@ù4Ô²}@¯öæ9˜ záÝ#³€w¤ãâ´<¢_Ê»'1ÑŽâ ÷ äÕ’s‰±Ñö>T¨o -Ÿ¶-æLñjküÖ+vŽ\´:CË·Ï0@ÛfKMÈÛÑ#ÓüZHdàq`¨JÚ×Tg›8€)ÒæÜ'sÂ’ðCm‡ø`Ó#@gÝ“ðp]]ö5'õ¢VP¤ $2KßýÖƒŒ»»=ÅEš[KžŽâ>ý6I -ûC[›|IÂŒýc†sf£¯"ì‹Q \©zoŸÀ¦yä¬j¯Œ‡ØUòv•Ñ®©âw†æŒ›ŽtÌWs]Û‰I(ôʬúè™Ä¤ù%ø¬- À©2lªs ñ¿:abBb`ÏÂR?,Ø1IÌX£fÊù%7äÌì -Föe¯øÉ.ñÒ8%åÊò@Uäbì£J˜uEÊμ;NL´ÒZúñ À_õLÔŽ…5A>hZ²^|µð_müz7 +ö‘Ò—ö1ð[ç8Àá3а/V.wWÏÄxdÄœm5 zdÖmÎ £—ºK‚äÌÄÓZQÊù…ö’Ƕ!|\,å4âñ϶^X<0׉^9¥Ì5QþZS›úWøÍ^Ö“Ÿä´$€ÿˆ; -ÙÐ ]é¿ÝUÒaGz6î?K<ÑW3›²£&úæp©»j2ȧâ’ì˜d¿ŒVq xÉ@mW¯ú~±t¯£"ê!îÁ¿„A?,Ô¦?ûÛHǸ&1 ; -bÞ¾šV~¤åâw4ø\ß|u†C0×,,ìÈÈa}µ4ôí(i•kùO¶d°ø#=|V)ð?•[³dÐÚ <Ô;C ì©©§åÞd,ÈÐ\þzµ§8È7U⟆ÅnN@ãW{‹ß)Øág¶¥•ùëÂëC%Ï׫"Ï úè(Ðlÿë›Ó웣Á´-Åw=r&vËÜ¥ÛµvÌïÇÕ/©æ3è¹G ‰ØQŠÿŸƒÆøj—쨪SŽ—8õ+’# w¼°¨‰^ p\Ö¶š˜ä&ŸŒX¬¯ËdW‹ÔíÐW®i2øP+â¸&°ñË99òï»FJƒm-Ù·ÜbtÒŽŽ^<Ž]\ùÁ?ƒNŽS¾OE+þŽÙ3rˆÿ»vm #w€·­§c·õ@nüáß¶º Îû€¿“mÕ!{j*ád¡¡ïÈ(ª=âfwŽ\°9‰‰µ"CWúpá¦.lˆT˜wÇÒÞ˜$¥MÑÓÎŒãûýsîÚÚPŸí#ÔÂÍ réî¥,Ð'fEŒ -wzéÓñé[rJ±gºàébwü%]côÙfè¯;r|î‘äw|öÒ@Õ‡# oîZ¶§â¢çqÙîIpðÆø¹w -áœÀÇÎð@7f……w×§è2>b¾òhó[[YÈÍeá?ÐÓÿkŽ›rËhüþbeü³?×úñ©~)³|_NÌöMÁÂ,™A³œÏ×Å´ð3»óUéÿ]­é ô¯ØÃd¬€_n C^ï©ñ'V6óp‘Ãxg¯›0 |wž ðVÕ»µÁÊ·«ƒðÏ›3¸¬-91g}Ÿ0ßX4Iússž|` TjZÓo«cÏ:ò‚ ±7PÑ×\xL‚¡‘ŠŒ~üÛJwIÈVÙ¼C¾Ô#„;§@Á>À:<ÐÓÜ-c”šðjs†T¸§2œS¨[oéCK{ɽFÖåšüÓ]•áW]ÃÐxÛ$„UrÙ1M(ßÓЫW‡*>XºKš»ŠîX{ónnÉÀï¿.ð¸{z!×.¡l«UÇ ÂÆ¿—„MûZ -ÄÔœ_Íɹ¼Ðºç™Æ%oÊØÆNäÛŸœúJ7èI[éó_û oNII‘¿hØÉg}SÕIÿ·Ákw*«!¢’8‡q¹_M ]_Mlê#¶èØ€ÈrN¼6µ'Ý0w$]þºXÓºmn›ò(EB—„Zxb®í:Ö³)_Œ,ÜšZ¾#«ŒÝÊ}î™*ûômIÐâÕÖ6º¤\ô¾©¦îÐʦ~À›»ÆªÂ†Ð1—EÙ/~Ýœ0Ö§Ié>5µÂ§dö鄯sÉ>P¼Ñ[po£+û®o -•¸‡£i+{°>FËß”qö)l¢c -›`ŸDE:%ˆH¯ -“²m`"wõÍ}ûƶé}Sóð±¥iøÄ"¨ùjå €Ÿ‚=`œû Kª‰¹n%½|KSÃÞ˜ÀüI¨¥úÔÚRñP+̾ºÔYòÞ)F$Yz+ƒ:HŸ6†k!kƒ"Èú§tmœ”¼ðàÊHU¨mô|_O.õ9pm†Ú”1Ëw”"¶OÅ®vÌàS¶æ0É€Àwõ¤b—•èœÆfz­nÏsñ~µ£â{ž… -ôê:6Sª\DŒ¹«ìÁò *Ì9˪\ŸáB:i1ÖVœ¹óBA-º2MN?¯¬Í¤j)zÚCH<#ã–¾sOPó­Ý¯ ™·Ü#àÅ΂§ææŒÛÎÑü§GfdÆž_°&FEmLâ“ Ö?^àÐÍ,òà—Ýsè4K_Ñ#¯¢*~SI)öN³aûÊ.ñ¡¶kø.¨•È«åá‚{†–”«ƒð·çWàá‹#ظNTÌÙåŽòàC—¼7Ï%o«™€R n"Ý:PñZ]SpûK 'G蔹5ÀÇzý«©±ï ðØþÇ9‰‰_‚¼òÊk¿$C;*Â)!çïþ{Oͬܗ²«v¦™P÷(.E*L¹>LJ¸îŸccW†±éraÖ5÷,&ÐCô…Ã8¶qXÇ€þíêkxSÔ"ŸJÀñ̰J÷ç©å^92ye ü•}þi}°òM v—s¨*nš™vom™±2ŠM²rËÙ¹·ÃðؽYtòá¼+cT¯—'.öd½±ueÞ:2ÐI>om¶:”ÿ`m$'h¡-ç¡C ûÛF¨â©uÏÄfssßt3Ÿž,6™k4ŒJ·¸:ÔÚ”w[#H¼±>\úÏ -¿Õ<’Š ‘>]cÿÑJãô–œV¼2ˆ|ꛕaLÒ®†ŽØYà2÷õÞõTˆcïãâ\SäÌ¥@¥–Ü‹mY·æ¸QçZ²n¯õÁ_û%„¥¯:N.J¿¶6 ßž#˜‰ z`eà÷tÞ¾A(:0ÕÔk¿X›'}ð¾Xø‚3µ¥E§ù „B·–T Bî'e\÷ˆ©Žršœž}¹¥øÕ÷M/~“cÎ9zËž¹§È†!rJ;9÷n?%öêÚ"r[ÁÃïªxÄ]-±èÀ€yæ_Ðw̲«ÝòzÁÂ%Ù6FLvÎó¶U@\ißÉп­<þ±IT Œ‘¶§ñL½‡¦Úú}#›èWárÝ3à0×LE”WB)ðI¹°õqj†Œ ¹ÓÉ¿ß]•x­{º³*ú\38üÏ1BÂesmÞ-ß$-w¦®ôU+&áÂÊ ©pKZCØÅÅ;& ü -è'·¤ôÅ®•¹£¥Â]2êp±~Ðo UnëI%;Zt¶_‹-Úšg6UtÌ®‘˶Kq)ö±ÀýQB™© •çå¼3ñ`Óü3¸4×2|©&ÊBþ\DÆ­áãm}•¯ÜÓØ¤Õad”¥ô|u¼ü£GŠN⑨ë®ú,o*z ä|þ×åºÁã@½H-©Ì¨-9ˆqNW'ºåäbË:˜§võ\î‰Ïó*ðÙ–®¼û -Nê)#ãlWõÇ3¦¶¬§[J*TÌÎÚ…Š½x°›OË@ã¯úßZ;=J.f}Ššã”±aÊZ裕!|Æ.¿5Ô÷çYÇ(",P×TMû£ñ欱³ü]3&åvă ß™ºŠÂþ±‘Q>yiäê@ÖSmcî]nþ‹ŸùO9G@þ»ÁkÞT‘Jíd àï€yËgµòÿ¬2™/ã`kâìðåüË#U±ÀxЇfw[Ç#ïè¸Ä-—v¬æPÿc¥ÿ»JA[‰ÕËCÐëÃÄ$@[YÛÚÆömm G/jØ7Ôˆ¶Õ<ÊÖ ±`$Ê®—ë“"R\âÊ×8òÀÙÁú†Ò;ÖÆ@­¹Ò':AÆí•öÂÇ®Áª·ý˜˜aúí>\È/Ë}°ð#‹ðÅB®<0bó­Nö) ù;€ÏØrÆÎ<÷ÅÜØwlpOL|Öaà³ÌäŠm€û\jF…¾‡=A/ ²t"Âg¸Eφ«“þT0 >¨8yÁÖF€eÅ÷Û2\†ˆ¥6BÒÅArÈ[2"èH['ÚV -É^y`eu„{—²>ŽŽñH‰ÙËc„Tu ô¹}šÙÕ‹÷´” -ÿ4Â+‡{gá)ÀxqGz.y_/d턼-‡xdÖ™øÂ@ßú½y€ñÇÉY„øõ!ÜgiMÉÃÂO÷¾O~rñ»aLêíÕ~têBKÅóÅö²Ç3Ìä¿ä‚ìGれ¿ºÉ)wLÝ„4+=+#¨ðu1==pO˜r¼ÈœØD½‡ÖÆ‘=smó +¥8¿¦¸7ðI—U"æ~ w»’”·'§;†Ðá í…·Ìm¹­ Â>¹fè异;Šº¢ÇÛ*€u繤-ÀWû4„<Ÿš˜ç™#æ([¡o¥ eow-Âþ›°É«"绤ÄÌÍ9jÕñ"‡äw¼WɪtÌRûà¡Û:à-©å9.sy°:ÅÔRò~¹¹>V™æšªŒÙàÒÆyù÷‡h©€|èQR‹3”|·‚Væ×sIn%aŸ¥{”l¸¾£úÓ’8Ʀ7ðÜ+§9Ç11ëýUWº ïVFª“³˜¤K)»¶Ô_²9 Ž0w%\1´%ÜX* U·†éZ‹>oÍ"Óÿ^áÖ,MaRæÚÀÏÝR&òØÒ8xl¡âMUY^yÞK1ãå/bâÛßÖGÊ¢¾Úx5«b|ŠyçQñ_,mÒÿXê{ÿ»L'}³á˶5ˆ„Å^p°wŠVà“p+¶ç„£ÅæÉc[ÓÄ‘IÔèžÄ%[[Êîy€‡ÚÚóî¬ô>ô@0µW<^lü÷ÔV¯v`Bçy¹×gYIW;àïÎð ÿÊÎ ú¡öö”}—iŸ$¥z¥øô-¹Ø¯¡T¢CKýÀÞBmûŽŽƒ;6sYžBæžš…üý‹…CõÎóIR.Ä9%¬\éf'ÏpJïÖ•~>%Ææ^÷O*}È0[[Á}còk{ÁÝÕT˜µ·êc´*üpž…ôNÓ½Z¾_É‚nÉÑ ^)"Ö5 WÖ'ßš¥]tŒ•øb¡SÝj -tSŽŒß”UFøð¤úo µêß ”ª¯žÌzSF+ -ð³_- íÎ×7z¢¹6€M;× ¿ ”>èF§Ýh,½hiÆ&­‘s»*_-÷VèA'^žf¦ÞÜš%yfù˜…>fj1ã‚¢üiS. o©•x߈+ÙÑ£y‰MÛÒ2`[:rÏ\×v° ¨;xùÐÒ2¹gjèØ3ÕµlçßÚ}iê,{j쨶 àr[‘áW%Üôû[¬B×ú“N˜|aŽsÎÜœóhi6HJº0#È}±x>÷,6ÓÒSöÔÒ_öt#ÐßBC>ƒ½g¨ë>Yo”o›9T÷î‘5òwæ»$'‹Â&¿–Æ -ÝÆè±½gdy˜½ü~ mêòÏÑ!).ue¦m.¼³8ˆ w˨å‡^½]ŽY†QI~½@´o«íõé8XŸžƒsÏÑÊÜ@ì˜EM~C}ëæ|}­]Î(ö«kùúÚ¦cM½OÉ®^š e,Š9ùK£Œtû)ËÔùHÍ~ñ[$ôʶ’„ò©0YIUÔÒø©=ÿ®c–½* mbfÀ—”csMݦ‚³©@§;å°ØHŠmôÖ+ÇäîšjøÖavž¡ŸðySÃçþ³Ü,ÝÓÐÌÝ32±‡aÓž¡¦ñP_ÃßSs1;Jf`Ðmm_ÉAyæX¨M —êÍ)B¢š’µ5KÎñL¢âŒ­Y·õõw¬]”Øh™a\Ò¹¹Ú¼{“ÌŒ[#˜¤ Ó䔋––âGÎIBò|Kå k76ɯR]rfõ®ŽK;°4ùµ .%­ÔhüÒpuøÆ$6IQ—yÛ?KïÚû`Übš±±ì^ìóÏEï¾—rr®P >üJN}vÊÜTî“â3·d˜ä-6Í9‹\ìÉ}9_qIN 9½Ü^ür}‚”¡¨ËþKW›wg©øÜ@]óül¤Êc#´1]üÒ§Ää~tú›­aäßV¾pwá›(yµ+‡Ç虘}@3³èTckñ}‡˜rÍp0óÍ•ïEàØKÅŸ‚N‹Š>ÿi®+¿»Þ yêGÆõ #þèCD]XîÂÇ{&x•Ëý7ÓìŒësu  ë2DÙTýna€Z°©®¹•dg›áS²°z.ãd/<4“»Z¯!€·Tø\ŸšVu¸Ø8¶» jöéÌå1DÒêXé;Ÿ¼ò³_‰IÓu"cÛ©wÔ ðHû§ÈÚZ,ÆÄœï¬9/!FßÐòâ®:†Àöµ4Œ¼£ð·àퟮt_ÓPïŸç€<¿­&¶uxÐá2“¶e"WØ$˜Ä>zÆÝ–êˆ'K £û–ÖÙ}`.úy¯ö—;Çáá[ -B6ÀFhi]ñËnLì…Å>H8À6å›@®ñHH¹NàáR2!ÖAl䆘X¸ÌûÅIJÅÒ0:˯©álkìm= »» ¬÷é€Ü¦á 6ÕÄ–¶c|cšGYSò}ó<º]F/™«ƒ½ìE¦_Ä$þek/¾/¤ß×µ‚"ׯP9ØèË®Yxö‘Ž90¾{ÉØ·Ðh;l¹kâ|ºbë/tTÄ, žX‚KñÌÒŠÝt†[ -O]Ÿ¿ü-zG%ªßžc`vÔ¤2»¤ tUœóÁ1 ‰ðÏÜhe‘ýJ¥SŽL<@ÍWkm×+r`Ddúˆ„=@ß·ç¨ ç.~©õÁ>DMb9×<ßWó6†aaø¨+#´”»³À|c}¶3K—Y–!tè¾`ruh$@,TÔ>ðÞN5¾@Ò÷l”üôd©nÀ­àS\³<„OÁ£oÍ`Š7Åð×0,Å;ƒÉ³³o÷“ž,T笎㳬½øp[?:bu ïP²WÐzlé.9±p¦±âõ¿à½WU×à×Õ6Ö6:YâQÒ@> Þv­‘O/éz±±êvT¨G]Ã]šb€&éÅ·šÊbζ–…þ¾ÖzàŸ­ŒßU¡ -ºð‰W¢ž\ýa²>?î`Kß7 -XŽYl–Ð9çLIˆs²,jGÃDí|Ë "MÂ̸hêF„zçE¢=«¨cׯ¯Û -p’ÐA5«Ú[‡ð9ƒŒô e}î3Ç$&s”šùl”œuðO » -ðøùKƒèðµIlÌ‘…I>2S Gfrõ‰X¾k&Ul™™xw`]ø“ùe™SkFDØ IÛÊÑ7 ›mœ¥D_ÖÕdÜ[퇽ݕ“ vUÔ2©tÏÔŽ õÎÒŠ¼Rl¦µ·üµ±µäþòPù3ÇLe˜[A)ÙT2>­€µ6M-õjølŸNÀö(€Ñ0á66ðœpÌRóuÿR¾,b¿Ð^ýNŒKø³«2ôB3äíuQiðÍhä-ØÜ‹˜€ÚÒP Ž|ž{Ž÷j8¸]=â ÔãUн -R®eúq¾¥ø±½©ˆj"Ρ&Tl™x§šs(ç¼³ø>·¢*mi4ÿ‰OEAYI˜¯‹¼º6í;f:îh‘Šñ©ë€^¯NP¶–¥¸f¾€™çžæ”nŒ’,-°Ç“䌳•q¿vUEþ<‰Ž;¿)¦—®ŒÒ¦é)gœƒÕ‘~ >Ù7‹Môö Î “7& é†^bÔ9ÿ¡gŒAÞ³¶+}f>oÈë tÔŽžGÝR ¨Ny-Y\‹l,Kº¶ÜŠ/ß—2*–ÚKï¯õ"ÞZZaUŒ¼óaþU÷0:zy””Â>ßRsïdVêJxåÈX[?èé#éò9ᜥ§ô‰]ŒŒä•E䄞¢Æ=úg­qfO[+Úô{_ƒ/²ô•¿R6¤_^. ÞV1«:PQguõEIßÌu½'€g?P“‹v•„lß,.Ý>‚ø´Ð{¦h€>jÃd^!d\ÚšàT­õÇ¥ õÖÚ‰ [í!ÅÏ Jï7‚ÃO׿¿úÞ3ŠJÐ5=Ñ×åÞòIñÛs¤²m9!ëPCúßã‹Ö·=Ò6=Ùš \èëtÍâ2m#à×;ë]lö¡_þßU#Ð_Û'ç¢Tíƒ~y{SF/¬û°µåÝÑ×eÜЊÒon+Åò¶’Oø ŸDEïÿØÓ²0¶nt¸µ¥òÙr;ì90§_ò³oŽñ)¹¨%1,~F÷—KKüºÄ ‘…Û6²É»F6õNÿ<:ge úz™ý‘üìŠ+°žÍ@€®T„;† a‡*d¦}´,ÔИyoúËbâc'.å)óå 'ëö¾žŒ80’ zBð{™Ð!‚˜å’sÝ*>q}–QêWñ{ó<òÉ‹ø÷WøÅÈ@±¿6TôLÓ˜ySÛV2DÍyÐý­¹(ô§¦ÂS­¥áçÛËÃö øÚ(:g®&/HÆÉ¾ìœ¦y,Þ;ƒÎÚ”aò6åäb@(‡‹ ê¾…NØ^à0jr®³ø¹u´*úh¥Y¾¿XÛéç=Z!ËgfzžVž,P0Iuz;<òâÞ<ûÿ<µSžÓ[rT‚sòvu¨ìùÞ<¶è¿aï¶RHòÎò+7§•ÎqfîZ>rž—}wJÉL8ã*}³Ñ µ´”?×Õ^Ý’’rË>Zº -‚;‹Y:sï­÷U½óM2A_÷e‘ÉÞ13 [fÏÌç~³sÑÒп¯ÕlÉÙÛRVÙ‚[} WzðQË-„× ¯ÐÔ{>‰O8£dßW‹ò(x9WU¢¢¿{ [sB‚WÍ„Ùg0±ŽitÜ&0Ï %°†$kyˆ.æ•<¡æ…^Ð7§Z›ÆÝ2 -hyº!FÄìªÈEZbñ¾›¿)!Z!/6±y‡úÆn –øG:l{Ž\¸>Šù èÓ¥>R”´ó¶Uxi’¾XϬ¯/º3†‹8ÕYõîÇ.Dø¯ã¤Ì‹€úk¡òNÓU^ðáÎØÏ÷NíËq¯@*QÆ•rÈoúöØË†ŽÄ‹+ƒ¥owç˜ð=]}£º¹2‚MýÌ—ÿÏÁü?‹ÿŸU2ò˶pG‰Œ7u”?§e‡ž!¥½=µ1Aë8¤C¶3CÈÛ¬Œ™ád>‘ ~{ -‘ìž¡‚õåAžL‚OBÍۚťúd¸,ŸŒR½­ @伤óký¨c-x °OŠLñªðy~ öÕRÛ¹«a!ö Êú$:W ù¸­¤•ïëé¨aäg­(ÿ–œŸr¡þùâ6ö¯µ¡ÊÀkeãò>‹~tíç!rÞû/À¼Ü”ã<2x”{¶2b[EŽ-xÌú.É%¥hëjw”âÆXuÜö±Ø3ˆÔ֤݀¿ÿCÓzÒ€I»—ññÁ¯ÝèÔk#è¤ß á?))q¿+é€F„þÖ‹¼ØXqmŽŸûxVXùðÂw¨ ß7$dÄÒ8:j}¶£'WÚe¸lëHåÛdUÄ·ÿçà6­Ž â¶dlüáBCß¾µqôx­Iöe]Øs²HÅå«¶‹áŸ4Í '˃¨÷86Î> q VDnô—„®v¾ÙUq1kƒD@ +^N3³î­öbñÝ‘RRÿCÅþ.F}þU‚ÿü›©&ýš½òÒØWöRXùñTkUÄi×(6Ù3U3/ʼg¨Ïòˆ3Ÿûäù/ŒXÐÑwl ì7d“õ|Và¾ú¾V@ÛSÑÁÛ³”\ï4=ߨyl¬«z>Ë¿è„Ån¯ˆþ³¦àÓïÈÄsó‚Ü;›cÕá¾YB¾}‘¶1‰LÚT° >u }OK»%•s5i—g8ñç:@=㘄= ‡èødKɪÜÓÔ°wçyDß &Ñ;~og=´t<2Œˆ<ÑrIûÅ9E-ÜUó¨»jË1AË\<·®©üÅœ¨ü±¡úd¹²>Î*R×–Þ•r²oL3²/t”>òPº¦àÅbweÜ|2¼œx±’úÐ3E«´t•?•<46Bß®öAC6'៵LÄ~`Ï€’ƒ¨«Jø]**z{lfâ¾,Ò±GfLΑ ‘rh@¦œX¬iÓòBïç¿Ø5ðšÝ\êZWYÐbsá-)3ñ,;çÙ)|üíïGÑï÷Ë©£BÐ+6(⺵]²)£•êÛrîβBΉI/ÏkëC/-õ–¾óJi(÷A.zwm𛸿ßËüÚ@¿ì=—¾«"ä¸Ä•á¦ÆÜ§*nÂMàÛ‡Y9oúO| -Â3‹Ïq‹‘Qö!XŒ².ﵘY%ȸªk) Ù’1q³"P Ï@*ÀhœoËüú ‡é“!ìcàw«£å/{Oöó¿2„æIîõQt¬{†˜îšÀgÙ é›3èâ 6JYZ$&MRÒ®4Þÿ<Çθ¡«+y¶6ˆN¾W‰]BÎ3uWEÖ–~: ¼÷}êó¯ •µ&.~圩LÞž§c -×g¶­ð›{`ÿÙ ³–K~à¿ØÚTǶšŽƒE.o‘AÜ7Š·¤UŸ·çp>%º0wÏÁ^@‹Ôœ¬k=à?7½ø—„}Î-!å)E7ûÐQ§ø…¯¿¥e]bæ¼;5„H¾bÀžJig5Œ”³K€wî=ë&Dœå—¼þaŒ˜tic¸úÓJÙs•0ûþ|]Îû@^ðî2ëÐÌYšÆ€érÏQ Ý2f©oN@ÜÑÔÐ7g©ù.1.Ö1Š‹ZøÊÜRõ´¥*þ^NȆšªwj.$HFϾ¨ægÞ4Ôg>Tð#nNÑ?\Ð5dÞóͰ*ÜÓ¬Jû("2Psµ²Ö_ôÂ=Vô|­7ë…G\æWcRvT ȾZH÷HHÙ¾it‘ŠP²§€§nÉÙ›3ØÔ#-½Ê+#æØO °fµw®Žc§e[;¡/ä¼ä³SÔ¤Ó;]ßœFFŒ™<Í*¼6__õÒ)f.4—=ÅFÿ)* -þ¹üþ´¥±ìþRöÓÆjb‚H)-äט Â9Œ‰öN¡c<³ÄÜ `N8ä”|9àe ]ðŸšÛ50û&*ðÔ•û:bñžŽTjîªx©¬+y¸6†Í>Y®ôÈÈùëÃÕá«ýèè¥>lœ‚_üh•pQ/ʼ%¥€ê Uľ8=×ÏuÎÐ@Šš„óRNäM¹06ØÚþñ`žC8Љjœs4¾àíåazò»o6ž`_äOE`{Å+K{þ-?ñ¢ŠŸ|w}šœ‡Î¹€K ¿ãS w4d¨¡!ëî8>üO~ -Ÿ~okɺ·§&•:fYŒ~á•G<=ÐP¯ðL„} ôt¹?ç¶W^}b©iò(˜˜ vÖuMöƒ3/°væWQ@N1.Ù1Šü¼ÔSúh¹¯üùª˜œBÉþø;:éÙ/ºö’Ï>@O×Fa±–΢÷š†ü‡=¨„?8Ù¯~˜¢Ç\qOAb7eè$ûä㎚ ø­ÆþãÅVp̆-,'>¯Œ?^À¿®Ô:¤Ú\kNøÁ"ƒ|¸Ä¯?^dRö´øÜ/ Tä‘wÈi. ¼1AÊ\í«U -2ï)x‰mMÃ>Û†ð1rAÎ)3óü)û|-,þ&>ø‡)r~­µ*¸¶øÍ/´Ô»?ôÀ^ý2Jþô+*ñæwÃØO®BC”Å[à!¿ëêÁŸÕ<òÁ<º1…Œ^§æ;å|¶žGw)9•ê>D„˜›{{eŸåS -È[³¬ŠaL”±®ðÆ<7÷’˜øû$>ýÜböS7"ý’„”qÙ (¸cªÉ¿µÔV¼ÞSëF%:ºQ!úÚ»K-àÝ v©OLN= ôÉ* ^lL»q8 ‰þÛˆ/Ø“¡ÝCUa¶öÒ ­Ià<ô"ã<ƒ°°íÙªÏî©êpï *fs—´£dUïÌsÐv %Ç9Á,pŒðËôM…wG1a¿Œ Ã~¦D_Rñ³®A·=û¬oC†vAâN/ÔW¼1Ô—¼A„ÖóRï®u‚?Çõ³¢ú¸›vÅ>ÎAtCKÞÃÕÁò7N &qiþѯ!•ìè9xû4­Ð:€üàšFÆý{£fàë² iGÃF¬QRæón¯þsWK†î™Ys?âƒk–[é‘5׸¥ ¿ô5óͯ„ôà?{±×tmà'æ.x¢K*`lHùðÕqlꞎ[s´ ¬ÛÕóéŽIb®BTðx®±ø±¡òÚ¯â -NŒ<ºOE+sÏÐKSôÒu1)Õ9É(\“pʧEзêF\þÎ|sïÒ"| ›ôGOÅçŸÆ ©—ÌÍEOü2xÏ%+ãŒlHôû_[ñ/5ì+›á‘¡v5¸Ò##{``¢½JÖ1Ë(Ÿ­)}¶Ð Oø·½~êp†òª°)ëbøGÇìsúУc/.ö36íÕŸ‹C°ÂM9&{šqZÁ»¤oÝ7´W¼µt—¾ÝVcòL\æ¦BH”Š2®9$¸âc«°Ñ«Æºg¡.)&É)£øÔ¤òok¢>VÀïgæ¿Ì ûë‡]‹ éx¥vàÐÂôüÎßCÞ,=2ôAÞZǹ壴òKƒä”]5­b[Væ+ ^"UµàÛsÜü 2vÁy¯øª±¹ò±­ª•Üê«Lø½ ’~u’\tÏØ~`i‡T¨˜™}ÛÖ_ë•R²Ó¸„i|úš„ rÉø]cУä¡W%€÷œ eù5"þÖ¼ˆãš¦ç-vW½#ÄýY_ðü§^xä¯ZÞ…^Zùů}‡Jxui© øùçZaêSSV¶6ãæ06ò”0?ø—ATô)·à&6áÙ/«%!GJR©­ôTÃK½¡DŸí†>ý¡«üÕS¸Øß§Ùw_\ø®àíµý$,°×蛉†<™§!v$Èû èµ»ðŽ¼®ä!;ò\$ñ¬”’qi›|a–”uÅ$‚ÞŸ&çœÒÉ…Úâ°_é)o~ÒÖžÌps3³^ü„Ž úµ±øã™Zâ…ÅŽŠÇÎqd¬s¢<É!}:œ§Àöæ…Œm%èn¡_…NwNU}Z€pöì¦ÃV8¦ª£߃ðJZë| -È> - _‡mLT‡oÍsüs¤µ›2JI¿¾Ô‹‹TÕ£ÃÇÙà×ÚÆ’Ç«ýÁžÉ€G`Én6-PÇéÄ*¨ÛÓ³‰«ôlï³Ê«ÀåíèØ/KÜÚ›ê™Ãgli(%^àµöiR}Š”ï˜¤d¯á£VGà¶ÔŠÃyQOÁ#8§Ùeö‰ÚúH]µ­ž¸Ð…|7AK¿1Œ;¿Ô wN°‹|R&Ø ÌÉ- çÓÖŠ6U ²[N;$Øôå~ØÛ-%¥Ì¯åà÷¶o "÷L,ÂŽAÀÜTqq» -:DÉÏ¿;‚K9+eå\´u—=òÍ`Óô²egì«ü°)§nLá¶Tø,‘´4Zê˜!dí¨¹HÏ )/°Fâ`Ëö¨ð¯‚Ž“ ÑÐ1;,l®]F­Ú±¡ëÔ §„š¼V?¹¥ç2vMÁk£ø‹¥®ó‹‰Ï>4r©~ƒ³*¦¥9ý§˜:éA–¶‚»æ!^‰¦ þTU¾+ã\ÒÕæ^Yê…¾X#Æ{1tõUA¶®šüÅî–òÅ.zÌÚ01ÖÜVtÇØ˜sm­·úÝž†òk(e«ðð•QdÜÑBMý¾¹¦f['dùæ9·œœë×qI;z‘pÇÐØå× ™®YF‘kšQ´:€[h){¦åߥd^ìÆŸgæÅÿÚ̼3ÃÊ»Ý ùiöScùÛï;áQ¿ÊÅA¦l¬¹ù1pŸ‡ ú|ÎÚV²Ð^úà£3½È˜?ghIÔ‚Â'¦FXÈR!JÑOÈúð+##ôôÖ4®be ä±}üÒÚ‘ÿ  öê§蛟4 Å÷8 [QÏo~OLùs±ñz¾¶ìÞ )ÿ/16ç#íýÏùÁ7¾Kyxñ»âW·¾‚#Nýxï{xôÓï­ÍÀql)y¼ÖWòÈДqSL?] zøÓ êå)ÏDUÌò86m”’|ÇÐXôqOMAìªèÏ5o[JÌÚè+z4Ã?·Ð -vMÑ -û o¬ƒUY¶~pÄBSÙ‡µndˆÄú0$JÊK¾Ö~÷ãj?=UÛŒOÓ·Àâ]#ðˆYvÜ -ìÜrOzЮ2ѯ€'.uç ZîWñð†nB®{_0På‰>Y "ŽŒ$ð—6Å9NæÖÚ(2y[΀{ÆÑÉbRÄùjÊÝÕîÊö!ø‡õB¬k¢³1̹&U.Iym”S¾:LÍØÅÇ^6n¹ûÉ>FLðÍ )+„ôŽÊØ«S¬ÜÐC¿~cåU\gäÑü:Ä>]¾©¦Uï„‚åAt$#`€¡‘Î1BÆz_ù m}ümÇXEˆK‚KZš¢dL’íš¡ä. ?í˜/KÀ¼Ÿ&ä.öÃÓð` .egž -ùº&lß73IÀœ+òÎQK÷ôT”KN¬Ü3ò¸Gf>÷ÀÀ!î˜x»”\°kàr÷M|þ‹°îÛ‡q¤£€ý -Jžk‚˜äâÉÚ…ù •ÝÞž#æËÛÉÑš&äÛ•AZ†¹õn¥ò|}übiòÊÐQdl…>^šºkò­´Ç8«p%°n»§4È>XõÆ=NwÉñ–‘²ç†îŠW»F× Ä„KÁ†y•\¤_Ã¥ì™zš†×6çI`»çQÐK×FIiN1>N*ȿь=ÕÿYÁ®¸»ÜÃÊÒ5c>ãS/Í×U½åW}Ô4ÀßÚŤd§„^´2†ø0@ØBOõÀwçÌ7@ž(ø¥÷Mp£¼z¡`§ÅJœ±‡©¬¯|ihF„mË9Xm`Z;äùbWÅ›abâÍ F^²ƒ> À>AeDŸê­Ý7w“bGiW¹Ÿ¿§'ú!îÍ¿ð1o~!Æ„ü^“{¾Sz“sZP~z˜š|“÷â BÄ™IrÄ/ý˜ˆß†ñ×T¼GÎ r¦»:ÿèÇ.XÔïf~ÑÏsNúT½·¶¤]–³â.¯as-#ÔlpìËÓómଠºh§µ¥ô…Fq»·úýévð‹§ð¿/Ó%Ñ×K"þ9NN}²5…Kw U~Øž†GnM–|ž ‡Ýn*}ü‹œ‘ð—à(RnØ™aRʇÃyå«Íúº@©ÞSa³½3•‰³ü蛣„˜ë‹ƒUŸ{))Ï0ѧ wgéYÏÖ{Q±Û2B¾c³ ”‚™´ÑW¶9çèÛÑikÔ|àü%oŒ2K6%,ˆgŠ˜am‡EŽáb®SbïþkóÔÒK_ì©x·¥ ¬ßã1w ,àÁ0~-å–32aî½ 1&ÑÔ.VÖ—En CB”¼˜«ë} §>)ðùRáú(ü3ÀCQëbðû}æ’`ó:áï-З£ˆï,±hGÉ!›ù5ÿ¬ »Ü³èx¯œ˜`dÓŽMlÞW Gôm‰_ûe‘/M/tËŸRÄrK˜àu §B;"È•õÐ#­˜·‹CÌl}?#eºñHL®º;AF½PŠï­mø˜Å&ìGC]åc§êÁ(tq^Tvwˆ^p‡“ñîÔ(*á\à¼Yñ±«SŒBûŒ¹<ÓD—u"ZIçdœ¢à@͵¥ÑŠ×æÒ ÅÁ@McX¨w–Z²2ÙÁUv7VÔÂò¯:%Ä2ï,4|¥¿ðþ|}æ¥DÄ/ÐÈSÃè¸3 mà`Ó#¯*#üÌ›ç¾k,ý|usgªÏ¼kÄ]–`^Ÿb¦ßÿW+ìói)úP×ÎŽG¿þž[ðö_Ž#³±Ùö!Ðó…ÆÌ+rnüŸõ%¿×Ô«:a•ÉÏO3Óƒú¢gàŽçið 온ú܇ ;ÃÏzòsmÆ“Y›òŸsó^C>Ýùe’žö~gž…ðIù¨ÕD´²&éj,ôGVÆã“#.-õ‚^Ss_œŸåg„|³‰ºN–EÇV&u[ƒÎuI‘‰Ú¶â‡cä¤ÓKb\ -.ïÓ•”7~´ Àòüè'û@áCÇèéZ_îÃȳ_D9÷~Qð£îoiI%øÌàß± /ÏjêË#OôîSMí±AÀÛ™§#·T˜ÜMiŇÿ®3XÇ6–\üñYeêËn)…|lm•ÙZdÿqÕÍü×Áë<2 Ak#97•h*ñÉ9óÙú("amæGÇû„Ü=56ý›TâœÅ'»eÜ*û lî%}öHÕ^à§)€¿‡½65åß“°²® ~_l­xí°+Õ-åO­àà=|0Ϩ<201Çf6c{žMX™f,ŒÒÒפ"ƺ¢µaA\³Ë[kýªZŽo†œí—àÒö5ä’-:Å/ÃgøBü"ÀÁÆØã9FöÅ®ŠO¿WGÿ.£Äœµ4§?ÜQ v)oÂFú•´ò-©àÄÌÄžX˜$¿^m— “uÍ G1<Ó§" =°W)á•ñ1{* -$Ðwàȶš÷Õ6‰‰óø×¯iinÇ$¬K‰9>aŸcUèú0µí¨àÕa~‰{¶½!Ð7ccŒšjë"F˜t¹³*áÌ6ùêBwu(ðºw€®½â ´4JË[¢$®Jh¹vf›æ•¯JØÅÛ:>íÈTS¿£¥V:åØÀ3TÙgy’ Ùѳ±¶IrÚÊ,£pCÊíèõ~k8g™å€(Ù3s7&é9KCÄxM.d¢roFPúÈ%Ƨꛊƒ&©‰Wåììûº&äûÅ^jªu“©í¦«{„iÖaZÊž†I8¶p9ëBêÿÏÑ[÷µ•­ïÃtÎLÇÚi;õ© u£H[¤EŠ»B\ˆ+H  qw àw¯Lç̱ßóFžÍ÷?>l’µîû’d¯ëžÓ¢Ò– -E«zÝš£»êá´ÿ¿0Ð×ðzUÝðæë8:%© -Ÿè©¼=«hŠÒ’r¯*ç<ìŠ[Ë&*Ø(D¿ã7f\´qËâÖ]Ø’@_݃€¨áÙtó›9yKÚ„Ÿºf§Toû¨ óC¨´53¶òë4›s|æ|×Ì™SU=™ú?¤…¼[0’ -ýƒ­…F.,BM*¸nÁVÌ˯Ït—Üô±ÒÏzØY‡;*^»ÁKz\ÉŒ™êAå]6$Þ8ªô¨»y5$rÆ+\µá‹guˆ´=@Çì9mð,hî«_Añ®n;ˆøÿ,¶vÿk†ˆÿ×8 -pnb°»àöxwÙ£á\^aôã“ÕïŸ^Þ!u|[lø$·¬šêƒ]WmØø_ütÌÆ(‡>­§ƒFú01+6Fí16¯šÈEÀÞGû)#µä¦½µâÑŠŽX:®¡–õJ®ZÛÁÏ÷=tøqÖÝ’–°fÂf-ˆE‹6>iÕÝÕ¹âK§,}ŸB jTÂYƒ¤mAG.å\ -~º¢©yµaD¤Ì陕2zŽ®æÔ³ã]!êÃToÝ“iñÃ}${ÛËÄΙYu“Jặ¶9ÚÚ²î&U¬yðÅKvtæô`Cäšž²ïE—¬¹13Ftò´—¡å‚^([2.8hµ›fxÓJï Ó`€.¦nŒp::ØÑQs8΢|žiçžiã}>ž½ç¦Ô¬Úˆ…KbÞ¢–V²da5ŽKPѳ -JΊžŸ~öòÊoNö–=š¬‰ppó.úÀ¯6´:][ÅC+ü|w„Þeb·œtÈSòÏXù§@]Ú²µ!öø=,:ÄÝÃrjQp•pdÒwF(¨£ ùu’=ÃWo:1yû£Ä@?æ”ð·+:ôÇM;:{FQÿ:¨€½Y¶J÷¼ëa¡Ž3¸×Ž3W½\ÖŒ¡­aÑÌn\²0ëCFxÕNƒìS¡_'ZÙ»þvzÈÒÖ¸1*èÚösZïŸ\÷qhs6j功·¢G$o;°Ûžv’¯òb”\·r0‹FFŬœ˜º %çMké£ròÇ 5½dÍËgNi)EžnttÈØE ™Ä¬es+ …hU3*\ʼŸy¼&þVêà¿×í€/õ‘šŽÏúl8Iàý16uÅÓŠÓ´–Ïšèå:dÓÀyØ ks/­˜p¥kf\Á–›Tµb#”„Œ-yÁARzÈÆj\óò¸»ÁNÙq®Þ²\÷å8ÛwŽÛ·>ÚÑ1®éÁiyõ^&Þ%®}4£ÂÀ¾ß7Ëj;ƒïX›S·,è¢u+¡fVÝ ÈEH çÀ -ÿšnëÛ8nNYõÌÎÊú]‡M<¥Ã¦^ÞöÀÎÆ £zÁÄÁÌ›y¨€KV­mÐE=³j^MÊ J01A)òÍ‚ž\<®bäÐ -guŒÆQเ'éùkfF-À1õ[#¼½ 1ïà“&Í=¯BÔàWËécƒÝ9][­¿¿¤ÀeoYÉ5f󨊚+Ä•^i«Iûm¬—¿l ¥à‡®ŽÔKÓÅÖläŠ;°äîl]á·¯ùX¨;³qÕÅF¯ºÙˆe­jÝŽÍY14Æ.Û™«Ã´¦ !›‰È¼ŠËŽüaËĬ߶s°ëVfý–Ö¼æ¡4.8õ!»qÃÃãîŒó:¶ÆXx€[¨Ç9ž»jþ?aáv¼Lø¢™;ÑŠYÐ0ªŒm¯ 1Ü×~U=´öóÙÁšÈe#ÌDþâ)§8‚Ía&|g¤³{g¤×øõø<ñ¦|ÍI^ÐÖÇ̪^MÞjÉÊÁ+¨…jJù…9 '0#kŽYÔÂã¯<]àpÀc¼ÞqSêv|éi•3jJÕ² 9>{þuŠŠ>šhã.¹Û°!+ès!{ÕÓ+_pŠûf¬<Ì‚ƒGZq´QÇ *æ4ÍŒØôu;­qÛÃD¯ÙZŠBš¦Àû%m9êâæÕùwt o·ì€Ž¼Ö€×kÃ<öƨHµên§®ø²üI1u^G.Ùõs;Ýú•áQ©ä>’ò{ÈHjÜéà¯r™Ë£lü¤‘R¸älE.lÝËmÝ e‹VÀWé™ UàñacÞÎÁM˜;±AC'|ÖȃUrÞ¤Y­ÕÉ9Aƒ¾ÔyHËY2âòw| Ô–ŸÛºák#lŽ´Óf{œÛÓmÜÍqnÇÖtçàöœÀ°;ÇÜ›lå¬ùhÈyÔò‚n“YHNmo̺x»Š‡³9Î"†¬ÔšÍa:vu˜ ¹¨Õ+à ĦŸÛ;®lŠPÕ¿\÷ÚÛF©Þô²ðû“œ®?;-Çyë^lÅÉBíÄγyZC,^sc„Ó¶hï8˜è”mwJJª·«öiȈÌX²AK&fݪƒC˜Tqk&ô}”1m,¨¥æ.Y:ð³&q뜽‹=knk‘"gÔôú9ƒ¸=`Ð)r¬»«#{Q݃ß4Š™+ú~^ÈÒÜ֣s-UoƉûà ô!€ïÛc׺›ÕÒó´´²-½aÏG©Ûöj—íŒÆ †š7gfC–¬Ú¤‚”>&¨¹³e¥Õ­»Ø˜ o+~ÃÄ-; “RÎ8 Í·Ý|þq>þa •¾3FE.¹ZJW=LÔ†GÐ2víÝ­©¦^AöðPtÁ!®»…ÂUk+,(…Çz;ª®ZðeÛ>6)¤#VØ9Õw’¦ˆÃ`‡tg¢£oÓßF]qµc–m̺e+±hÞˆHZ;Îãv¸$ð‡;géiUËèã:níìq­מ4ó³æ^Þ¼y ×ÚÉÎbU–]šÔq ›“BÕ&€ù{³]–½ÙNõÆX+¨Ù²)£rs”Kߟ¤ w-ày§°uÂÚ/ -¹´«^‰~ÊÔ/2K{«;{Óyâ$—¤§ÒÖNx>ÑÏ,Ýðˆe;c=êÝ€``w’Û³Ù¯¥ç;•m¹ŽA9Æ ‚ÊyâDwÇÆ¤¬èz:v=ÂÎ-o+rÞÄ© *º«lÂþG’®åôgó±Œp\iÑ?ÔÔ†ˆ-w¯|Ó-Q­¹ûõãZ!Ü)€›z*2iØNÕaËê5Ò<»Ä„ò ùÔV™Yje)Ûµ•r¶2“Ø@ºO*G>ì1"†pÍü¡*OO84ÄEþleÿ=ÝÆ?ž²È}Š®*G·äêQÖx{;óçÌÌŠi=ö㢅T±áá¶®}=¦",Œw&ñɘ„QdæAS¦iycvÎÂÁ.»x샠@ùm¶Ë ôzÓ…*>šjï9Þ£%owçÈ ³ÔÀÇ>“ñ·ÜRQ팵‡½át­ØY¿œ‘çÓæé¥Ë€ÖµóáÏRRFp›3«&oùx­Ë..qÞÚÖ #*~Í´Uµèä íô:ÀëgÏe¾¡®³r«È m}=eyÄ*‘ÔZåZ¦Eb`{­ÌRÿ!¢ý©o 1oí¦-{Ú± >.eа‹nzý†ŸÞ¼ÄЉXôZÍÍÅê .M>¬7Øåýu<™ÇQÆ2ÈÒ'ø&ñe<„w£*­ò\K%:Z%쬙Ñó ËN.ni˜…žuQªw§¸¢ã쫃)¡~+Èb®Ž´Ǻ{‚n!ÕcèÅ™ä¢J«¬ì÷ÖMZz™V©À-—À<JœSªâ:å"¼_ËÅM$И›¶êâ‘·Fûô›Ñ½™Û΄@±?É}žãô…èì­µJÿ^æ~™ãÉö¦Z[7mŒyoOפEÒaëb¤Mš:IAK'mxˆ^4ãâ³w'Y­‹.\ù´P²âvoõY7F;…ÓnzÂ%jõšL -£t´M!GŠÚ¼ùšþ­+}"#ª’U c~C÷ž€ß…€(·¨5í¯EdU–ˆÞ—cíäŒÊ¸…!C'zÝ?à÷ ¨Çmý|“ZÚ¬TárÅD›X4åІ"ä4m’…o©³ †êÜÂÞbTÓv˘öôV’õ¨w­2yj?(gŸVÒºR×=ýêíÑÙ¬E@ó*Z ìr D#1 äR7v@âÃòÙÆÔv’öuÑ.âO4ñÙö,J‹:¢ª|\H¾ô!õãã'…'^ÞHù.;ªú4­±?FÕæ®r‰a+BÑÞ(ºtÛ¯ ˜˜`MWŽ„©OQÕ1½¬7Z©¶FÛÓ›ãSˆ`³f…xÜ4$2 Ô+ÛºÞ)ˆ‚güfôCHJÂ/J4±Eþ¦ªp»0u;#¥ùBI6úJu>ô1Ë}cìéËñ™œ)Gg Ðm‹nRõŒ›0òნj™ðÝ\¨¦ËåÒ4y\Š9ßâ|܈Ð]+¯œÊËf~Ÿ“GÿþÞý„°ðÛq'K [ÎR›÷ûÜ÷v…¨qÂ"¦Ï9ôUW;#d"TL[h>³‚§Óèýýª2q—*[Üc®à·êYù;vK÷Ç(5®¦°ùQsåiE.þQ~ôZyNÙ•HÕu3Èéi2’G£î]ˆTk€.Ù›àt|™çɦ[ÛwgDæ­É^Ûª¿wpÆ+âûƒ"RWˆe’Öî8Mß`F¦ÅÉù¢T_d‘udY˜æÊNPl?˜*<<»ÞУô²{äól®pŒ%û"ê›”WPÅUX½ä÷ü ÜÉï¡¿äeµÊ/Süü öÇÜÀ?•d¡mÅ´ÝÓuwe´"ì¤U©tíz•fD,” ÂPPHnÛLEü0Íú›˜þ.a¸m’]©«‘Þ,/í¾*‘œÍ/ÿþvûNnXrå{(ÌvC$¯ ˜ òUHýç»7b¾{q36,#¦ütiö.¡–úÒÜmÂLÌêEgwÅÊÂnûDC+>UÀf¶h%R?N$Ct÷šD}«$qï"¡“ëÈà1Œ±Š-†@r¿¬*aþX‘‹ý¥ª93ñÓÓ‰¿å&Ýí£È³%DÆ=%tU‰Nøej™fÓ[2AÒïCrÄr}ø¸^v£¦QuMˆ¬®×\xù -üݳg¥'óKù§sË%?=~»t55ìÊì°èDꉫkÃ"Þà~ÀblÏúFH>³ºw~¸§oÚцôê¥íj•¯³»Ž@ãÍd6¢í·â“È?>{^}2ñ=öçârå¯Òïß~ ž¸ÿ¤:,*žp"&…}âêýš°»/ña ë/M¦k´åS¥PQ¬ë¤2rüƒ”tç %îC·vÍ•‘y¤f¼ínQ…àrDsµb¹˜”HøÇ“ÇÅ'®\Ž {p?'ìE$,ìÜÒ°“'ï†Ý½›v\¯ºò!ùëýÇU§Ó3Z®Ë»ª–G…Ý“ýÃm´ =¯Á£3ôšuv©fh¤¯_d‹äëítîT&ªÅtфȞW(¼ó)ÜûGltÕ¯™™Ä3©)uç3“óï*:ØË6>~ÞÍBµ -Rw¿¥š!œÎ÷ÏÅדá95ÊÓ‰Yäï’3)ÿˆzßvóyqØÏç_‡=Ï{“H  »r7',í#ê$ƒ¨|¦ìÖ€¼êž&÷@{ŽM5HP(íDn¯¿’Ä_É@0—#š(ðJ”çbJAç?¢â`aïSHߥgsÿñ6™vóeuØ9àZ—ï…=} {‰?ñ( -õ}EËTèTÈásQë¼M*³ôqŒª.D.+!‹Æ2Aø‰kÅÐá3ùõöÓ‰âžÄSÂ~¿ -»ó°:,6‰qâé[RØõ'Maw^"ÂbR¹'"Søß=~K?•È:zUʧÏ8{:g\¦×ÜÇâÒ»^0Ú(z›7Ö2z?«LöSd"ã‡Äœî_Òr»~xð¤2ìYDãwRß'dóNœ¹‘öó騰ë÷ÊÂÄ`ÂÎß(?õ‹ÓÐŒôÌZtÎ9«¸kÜ" kÕ2X+ßί€©Òݺ&æÒËZÌÈÔèÍêËïùEâ“qÉ­'S³»ˆ|‡9qña_‚Ãî?« -»x-ýDÔèw4ÜÀ])…òÀÙŒ\µ3 º>~n¯HSÔÞ5V€å-½®ù*¤¸ø8¶åÇÇo1'3xߥdòþñ:ýKw N¼xƒ:ñx,2öG8(ìIBˉUÖ“Ùµîß´à›^‘¥Ü5Ô‡X«Ö¦{‡-vý`×À ‰ÚµZ„hŽ„|÷j!† å=§^DC~øã^ù‰[OëÂ»÷¼.ìy\ËÏ“˜?¼É‘þ]c¹#?k z½Pû¶m\íš³0À>!IÁ£?çЕ¯ØcYáBŒ±ü"¯BõÛû4öI ç¾‹Ml=ñ*†vÿq}ØÝGÕÖáÂ^~ä…ÝŽlùîR8ä÷_ã¾KÊWþœYç½^\§x æ)óçmô3:-d¢{”]Õ}¼ÁôNÁhy›pªC}Ù€¼F®•AgÓrºÿñð<ìYLËw¯âH'Î^úöÛïq'³ÚŒKœ*ÏÇÞöé%¸9;Ÿ ‘Kj¤r#¼K@µõL–‘ùs©ÆøËJ¸æJRnû/±i¤“‘)-ß_Ï;ñÓ™Wawž×õFÿ.§¤ý·Xï;y·±Ñ­•çmQuµFÒSgõÄŒe; ²rP“¦¶“œ*—veöÈíVÏxŽfÀRlÏaD×ÃÜÕ…ˆ$ò/O¢¾K!ü”ÝúCZû\a½øZ BùkºC£xÞõ´¹ò blÙɧ†lÍ~us‚['€Kº¤ ±©Q(u×3ùîäz¤úƇ¼ÎÓ¯“Y?>}ƒ;ñ$ -ÔCõ‰k -Ã"âq'"’ÙaWŸÖ‡]8êy2/,±ÌýcI£å>™åÌ5© öžÎñ!t¢G}5¬c—ªT O2\Á˜®ÆH6Kêh³Ï*›l@ †3Å‚Ÿ.Þ. -»z§4ìÁ hØðª°K×sÂ"ß"O¤çð(,þÚNRG»ú»Kç ŒŠE;µÚÐ…‹2+ú¡ò~3„ÙªbvÍ»× -`ìÙø -”áqQøê¦+Ý­ÔŠÞ+b`?E&ÀO¤äsN&•t]H«ê¼ßDÒD0xŽ27fÄÐw²ê7ÇÛ;S#–n¢Zãäu©,±¿œÊÖ¿!SäO(¬Á‚"¼´^žUÑy'½„y7»”uΰ½0íqH¦9¦¯Š× I«œ: lX'FÌ;»Z§õ”ü9!?¨mÉÑ0Š”]¼Ti¯¢¤wÀXÉæ«cZ˜ÊGp†%"·¦ÿFl¦àüý7”ŸÿxTsâÕ{ÜÉÄâîs‰åý¿c‡o–SF¢Õ›™–‚>õ(ÝkUQ¦tÄìiumôŠ W¹1ÂmZºi:Q Rù¨\éH ™?úΜSƒ½]t\Ê©”ÿtïyÉ_O »~ `sÝw1iÐë¬0RØ!ýàUª·$xÈÚwëµ"³Î(T©u¸~©¡ªKä,åí™ Ž%GÔ<‚cÕk`Š[‹Z‹KÁ]Ì,àܪ†Hž¶2´v±ƒ2¦5)ÝÒÀcFû›^ÛåwýòÆÈ}{¥A«ÄŠEÙTóN Œy™ÍŸ,h¦x"ËÄ7Ó3N!`WÑ-ƒw`(åMl‹6–Ó¦ÎWˆô5Y(d£‚ö‡‰µ#øŠM&wAO_4´dz¥¸›œ[lЫCJ&UK{µ¥¢KIk›.GîÇ}qi—'NöŠãºûRÅšj·RG ™û)[>épŒ_q¡òçltXÀÖßë1i¬¦!žF'Côôt&´²zŸaÈ–'µûÃÔâž q©¬R ;‰JDŸŒùˆý>±€ó݇⎓Ê;Ïä4(‡ƯçVŠiQ2]­Hâ÷ˆ­E"™¥F(Õ‚:„Š$žH“NëöfCƒÑ pÎ] Eúœ-¶úÕECCývƒ´uc÷¬–?çéô.±_æZyã:j¾]?@5˜tÓM#ë+Q‰zÒ½]©ý’¾ ©ÌP-Uê!™,ŠûÝÄ~£…<¤“€µÝè×Szñ¼‹Zpp±Kö6„§þzÉJ©]æ0VGy­Ó.Ý£ïlÐJÈI’¶ÚëbæA÷€º€ÖiHj&(î7Ð-eˆ®d(A’@è°%:,ïY=†í¢¡„n…¶Üêv˜çÇzû6G(M«èÇ ®a¢C¹?-r/ö¹,òµF†P Vwõé -cPv—/‡Ä÷¦@\ͯþ‘THÏ­n{§rb{ÔRŒÓ*"øUøô@Wq¤…òîÎ’µ¥Ø?H,j9°qC7zDÓQãVvWzÔ¢§²§JÕÉ«(²dBC‰D`¨Põê!澡zo¿45(‚¬h°]—{àïn{èY!{AMªÚ÷´²·¼L䔑^êUµ—˜E´TC)Ñ¦× ”ƒC~q_†º›—l䕸µ=0F Ÿ¶õs–¼”e7Ÿ¸îå’öÇ8­Ÿ‚ím{tñ¤´ô~Pº·b$äL«‰i3úÖê ¹3rDÃ*r«ù6yG©ª·¿HÚ1˜Æg©£ZZ”áº%²…4øˆ@Ü¡³Åqíª,aOÿG™Tœ3aQvnùÖu'¯uÉHªø4ÒÑù5Ð5t<`ËÍòKË;E÷ì}ˆH›R†QJí¨n Výž¦Î8¹µ?²¾s¦=CÄPnò;8ƒr°M©&týÔ-£xÇM¨ÜqÁŸG˜è¹êw®¶”k^aÚeŸ¢ú©ßÐZ% V¿ W§^ð™ä…ñî¾ k{£gˆša– "⫝̸‘¨4tj%Ò¦ã•[‰Yk“þ~ •R×¾ñó³¯úE¥ïçÔ5¯,Œ¢ëþNLò¢†‡YÖS+æáïF»Jîzª,éX!#>2H/¤6>ß¶ˆ…Ÿü]²¯c ↡>vQ ~²¨?_3Á7­¸¬9&[Cο7ÛWŸñ·Ÿ=tÃ3vØÜ6ÿp„ظî%UÏÛ™µ«^ÁñÜGí~Iz¿dÅÒü~ÓLÛ&Tì{IU#”úŸµfgB¾Ž3°ßTä×qbË+™D&L ßL©p‰#ôÛY±h^Ë×aR¶œÄÊã é5#üâ¶9qXûYEóë9òí´šš?7ˆNßwbŠÏÐxÈ5G#„ê'öx®iÙÁ0µæ`4,ê )%>sR+™B%ŽK"Æ¥ð·AeKÒ„I€ô«»šFmyÓJöºC"_± ù.b㢾êÝ‚,÷8ÜNÿ2Ñ!ù3(P|9ΙòB3‡jÞî:™˜ƒ‘öÖ?»mÝ/Ø[ʦíBRÐ&fz4\°­ 5o`ÕmXÙÍë–ð’¥9o×í{qå^:¸žüK° èujÍ‚•8Úÿ`U_—ö5€©Ú¡Â·Èä@]D ¯êõÑ$­m?@C¯˜¾B¥Í+öÝÐñüŽƒaBõª·b†ø b¾ÍR)Û.hÚHWîíùã mý»='ªð_3dìî8a"ÔÔ¯s\Ùº –<×WõhRºçi+¼=ÛWýtߎ-ü4BG,š`§èú¼V´é¢ÔΩêžO ”†z nÏJ‹îý'Øùß “ó¯)–àpßøi’Aûs¾Ûýy¢½kY[ónª+÷V «àvh°ò姉è׎lgœ†üG.Lù—\ÅŸËÇÂ@Åým.Àþ|!2å–ž÷`×@*ØÐ ?î˜p9‹ƒØä"~ZÑe¡åý±oj…ïØ˜¨U.{FÔôf׈Éý䯖yÐù«CÕÑ.^ÆU~Å‹\ô‚Wÿg3¿ù1åëšâ‡‹²ì«›úŠg;6Dêž›VàmmY3“ª—õ°ÿ»OhÏÕR~àAå¬é+^/(Ëž­{´ Ç-ê0©ŸGÉ#/¡zÏI®Ü´@S”õ¯§úž,©`ï¶mø¢Éú¨Ñ.ЭEêã´¼1uÀJYW7FN ó.Íõý1Û[>üÍ¢›fg¥Ÿ^ªKÚqРsØô :mAÖðzCÛhC¦î[‘Còú玶Üó -TÊ©mSKñ·ñ6ÖÑ0¶a†}<ô¶€vmØœ*eßE¬ðË!izfÎý㑹þÚ›šÚø#gcò¾üaݘóç8|àÅ—z) Gž6Ú®«µédÂCZdÊš¾,jÇU—º7NÇm²p!=üýŠúqß…¯ZÑ4¼ -KïŽ òïîšëâö¬ïŽ\ØBàwõkzdÚ¦›µã¥Ô-Y‡Ã„ú¯AtÛ†-Ü4À“ìÍ)ÿâÿ=Ggk\´åh'øùü]/¶çÄ‚ÖL„ r㊶&24yeI‘gÓP½kCg¸qÅ{vX꺮1z×J4­iMOÉžzñöpGÎíñîâ›ÓÒªð€ü¨nU KØÖÀß8̸ٗ„SCˆ¸_õ˜„ÓcœÜ?|í™çæµõ .8nšrñÈF­Ù5µnhš–ÅO‚‚ô»^vòÅQNÚÙ aÉí¡dIÝœ³¼æ #$a׊H]S5Dm 6¾^QCâ5ôÌ«hÌ©¬.ýo?‡óÅMO÷>òw$^™ê¿ràG~ñ!³?¹1eû6Lñq†Ã¶‹…ز±ûiØ¿‚¤¦ýbíÿeô:PiŸ|èâyEõ³Iõ£55¹z×Dªüä„gì«#W•U/ƒ]ù7CýUO~):ð“ì‚«³ŠúèÏ#¤úo~qߊÎÚµ@>ìšÁñkê’¨ =üÃ–ãøžGjZOXPA¢VÍIû>RížW±¤ªx3Û_zwª¯ôÖ¤¤üΟ“$䊡öíª±n¬zóÉ‹)þâÁ–ýíÇ×üo†ÜòɇÍÊÊÂ7ÌМ?mœ][KÙ¦öam°öõ†ürˉÿ2Li\ù¢ªæÕ— L=À{„¿¦˜´=/©ii¨!vR\¾m®ß¡3?O°èߦHð¯c˜ê¯Ó킃ÉÛ·¡áÿ 1Ú¿Â -Wtàè…ÁÊ&hÀcÄÃq*vÉ`† öñÀ…©:rá@‡n\Éñ à -”°eªyíïÉ¿2*,»1/ƒ¼ÞÒ‘ -Ö†Éó’úg»zrñª“´®ÖUUótuúf¢·ö‘§½üò|?ìÍg'¶¢€ÆîÛP™.tÞ¦žõ—–÷—·&î‹§)eIŸé¯}úÅMª9ràŠWU@ŸÊ+Â}mÉç†P¯~pÒÞŸút|¼—Pî–ÕD*ˆ9¿¶ãAû±å¡Š=V5åO¦„9—¦øy–ä°·“2|òDOýÃM5òý’¢)vYݘ´ªiŠ[UA"§E ;Ý•/7Ô-™Ó⦨¾Úw'õ)§\Ô‚kÁ΂;+òòÇ{VXÚºždæÝ—Á’Ï}=žó®†'Žuæ]ëH>ã¡'Ÿeg_]•ƒ_}vÀS§¡Ã'ý2ÂÏ¿ûu¼¥~RZþH…IþÕDÊøÍÁHÿM}óËbÅó] *oàÔÕ¡æ÷+jDî†ß´mBæëˆ1¿ˆ/Î ³£ÏΊ²ÿØ÷ 3·m„ÒY)2kIÚ˜ô¿I:ñk ßqC’V ß*sŸÎ÷Ýœè.¿±®c6†dðÄÙÞâ›KòâÛ냆[ÓΘ ç­ü8$+{åãeþ¾¤lˆ9p*•¨ë_/Èkž…Ên¨K_ü5Š=Šþk’€ú÷<½m߆ÎûìFl\:Þ•~u^^pïë4¾7Ї-i);NbßÛ.ø2Fgý¿i -þïQ|ó†·,Ë v¤^üßB{ÿáX»xÓN„|ÆW}GUìûDá_A èë0²`AVòlJTtûÓuœ™þiøX³àò÷¨ŒÙ¾ü›ûnTÎŽ“³mA¦lj#׆*Ÿ ó“Ï›qïYQ`²&z›"Æ;*o s˯yÚʯ»kÂC2DÌ¢·$GÆûØfújž¬i`±[ºæØ¼ôþ¸ õ÷1~Úï -Ѓ= ,ñO£iÏD,Z5¾Ø6àÒ·Mð›ºÚ—[º²Çûpü’ôÌÁÊ8g§]Û±A³ý5/äu/WTu¯·MoWÁOúª…äðx%!÷¢¤éïs} 1;&bá–›R4¼ö°rÎ[Ðq¿.I*îNIá -RÉõ†ä‡',„²ðÏVrùŽ¡îM@yÑÍ~ÆJþpÆ×^zgÓH)ÿs´•²eÄfn›0™{F*hgŸöÕF,YW5¾±RߟÖà¢OŽp²/û½¢ƒÄy9ç6µM±^g®««ž ·¦^žå=]UWDÎJÊîNöT¼þêvoè„ìq"z„‰™×¾ýê†g9Þ¯hA/‚¢Òp ìÃY1$á÷¿lÆ—ã9VÖºwÖ¶¨ËC¨gg—Ò®ì™Ï«¢Rñy÷¿··ç¾ü<ÚÞ0Aâ´ø¤Ó˜ÔðŸ±)á?ª›âZ‘NÁÌÖÆ“nþ<ÙŽý Ý?ûšsVÕ…§º“/;éïN+/æ¦^Z3`³ ´¢«^~õ³¯ÞvÚg¡r׎õ¥^Öâ^þl£¥5QÓÎ/©ëâwmÍé£ù÷>ãª>úo¨6jÀÿuuù›SÅû1aÆ1ùò]4¯®~7Ù“smM]ýrU ‰^Q5Æì:šR—Ð)<í,»0ò{ —³vlÍų%fûA€}Þ6ÔÇíXü†åo˜â<­'Ĺ/ÿß‘ømW ðó‹ãœÂ@gñm_[Îõ?'HÈÏŸùÄå¯ÍÔÌs_ƨ„ÍÐ[w,à„UUî­µÁЍe(rÏ\“tèªOüß<ïì%“A‘¿4¤ýs¡Ëó9ØÖ±cC,* o¹è ¿uW=:ånÏxø9@€1ÊŸb?{ɵ_¼ÄÊ3øÕ¡S ð{Á¾ž² /¸9Ì‹ûµòà;YSä©ieó{!&ë´‰R~oI…MžWÂc¦¥µO\mÅ·œ¬üË.FþïüÊ;ËL¢›_ñÀ×–weÇ‚Ê\U¢>¬)áï¬M @mÆlhj_¼ûh¼£ðò¦ð9f\Öº¶1fR”v~´=öW%é—qVöyà9ïÇåõш„ŸýÜšH fËCà§AaÁ!|âinuÔ¯ ç?XÈç&¥u/tÌ‚[&ZÁÍy$f\Xv×IO¿æÞðñ -¯áSNõÖÆnƒFè…†Hïχú+#6uM)ÛZDÚŽ±¥`]ËØ2ã¥÷-7§@&hq¹·B’†G€—É*Ÿ/ô—>^WU>ÛRW¿pÑSÎh‘1§Žûm¾ô|¶§ø¦úá’¼.êÌxkÊ¥=CmÌ_>\é'7¡rV -}7Ò -º±«gEˆ”m]ã‡-}Õë€ ïVPPpIV ô8>ç¯@+kËŠÎ]RC£e˜Ä $zW[¾"/º?')¾;ÑSþdÃ@lØ03‡…Õwgûu&.²»þ¥—’6À«¸ëï(yèï,¸5",z°mÁWí˜ÑùsÐý™Þ²'s½Õ1³¢ÊG3=ù××”ÇùiE¯ýü¼?fûÀGn:ÒÕVrÓNM¿àø+ Ç_¯¨šb—o¶o”€žˆšâ_ÑÀ36L˜,.ã<»àùw’ê7'MؤÓ>¦$à7‹z\òþ -¹0ü_GZÀ{vlQ°·"ÂJIºê¤¥þî¦åœ÷ÐÒÏºà…”ò×gûÐÉ7-•kÆ–\=ë¢h|RÜo¾ö¤ÓNZÌϺ²„ÿÌDÊ›X=ÛWùtVTüt^Töre 2Àü7μ{Ó½9Wþß2‰pàC–Oö•ÝÝ27$~ã ¾ú¹œÿÌ2˜ŸFa9€ˆY1ÔEÍkk£F)ØoÓƒ‡^þ߬C}Ó‡YIé“anîƒc<\4à2d´²+îöºÈM3­j^ {çï)¼2ˆMøYŒûÑÍλ0#nxRáSôÇç°(Yç?ù˜¨ ¶š£ý‚Œ[Nö»ßÙ烂ÂK“] » jh¼¯£ìᜬñmHVûtJPpyš_|}µ¿îù–öa´'ÿ–ûó´¹c$û8çÇ„¥·uäÜ?xÕñgÍñW&{À¯ç5ˆ÷JjÎU-1÷ÚÒ2uXPñTP÷öQ}Ô÷*düzÌû‡Ùù—ƒ}” v}ònÝÛ³Û&|Í'@clé €÷hˆ -óoNõä^]Q–ÞÛ±@FÅuY…Ñ?Œp+âöÏ9ÞU¾ØèIáÍaÖÇ bð+àÚoÏMÉ@»¡oOkQÉ—ÖeÈÄYAù½uyñý]("Ô—ö2(øpÏÛštiíx¦•™O-ŽøMûpóȉ©Ù³£ -÷Í÷{Ɔ¸M ä°WY#Ýù·\üÂ?„M™7Uè´[û€®´ý;€§b¾º°ÅûflÉl_í[áãéM#*kUßò ªŸú9¥7ƒ pokÞõ©žâŸ=´gCäñŠnk}çÐÙZSÁ?L -Šoø™çƒüÔ³ÖÛ_Çùéo³¬‡'·U¾û©üæ÷¥ÁƤO>l€óÉc…\ìÔ;“bÀ§Hê¢vmÔÆU=6{ˆyN†N»:Ò Ž™ëƒD/+"&zÁNNùsACìi,îÚÑ0©6¤jxc gœWÃãÏÌ -Šn(k^o Ö¼^ÓÕÇpjãÎ[Ë·¼4Ä‚õÁË.¾áfç?ñw—ÆÎ ”GliË£ÿCTþg†_ÔÂvD0€‰¥àˆ“&XìíÙ×ümÙw¼œÛÛ†ÒWÿ á›æ5uôŒì+ËHúº­u<“åó®rß×”¸n¨~¹iiˆ;CƒþžgwìûZVõqLéçhäoALÕ¦µ*zÓŠYPf=œë/º{èÅÕ|õÓÑ»6L6À‘ù‡Ç³X,è´ãÏh>ùˆ#'± ÐÖiKƒõÓ}•áóòÆgkjdÒ¶Q· Ç§-éšã§zkžŽ @w—Õз;€¯_3Ââ'E¥·Vj"þ ðº½õ¢ åiϸäiOº´,¯‹Ø1`²¾ºiÍK&T¶“weVÞœ²¬oÉv1 ÎqI§Œøä³ƒ¨˜SZLô.ÊÇsËÒ¦„] ¥ÔJ˹xœS´e!•Ï c×ïøÎ7þðƒ±®ªÛ+*Tâ@t)ò­·óÁÑÖð2 ¨y:/­{¾>?§ ¥wÕ?샼ûìig¬›á‰ëhÜŽžÞ¢Õ- @"æ¥åwg$E÷&{ß/€Dmš( “rx:Øi]äÏóâò»S=e†¹ ÇsMqsCˆYK6€©w-ȬQNêÙ@GÒ™YQÎÕ 'áŠ,çѶ®6õË0å“6FuÔ}8cg”¾þW€Ó³ç€eÌô\›ìÌ»8ߺ3+©z<ÞWý¯¸SõñÉõÉ÷Îÿ5Œ-ûêEìYkbús±1g$àû'„7¿® qÜÆä+åooÿàh+zú×0¼g(~`*z¾o,yîe%ü®¾úÇ87ïúž‹T=-mx>#©}µa„çÞ¹`Ç„Èݵó€:IH*Kš“íiL¾ìïª{®$fܘG­¨R•Õ)Ÿ\È’oÇ3ÜÝ”ú5=$~D{1¤‚ÄÌËëc¤u'#ͬìË:Rò¹ÉÞ¢‡»ÇŸ­˜Qi#Ýà;ã½õ¯6̈ì5yiø” ëê¿àYQÉ5mýëC ÷½Äº ¨òþŽ•óåxNú½m†%n¨ŠO ßß™êʼ¿eB¤lÙð…fÕ 5"ïÌ¢šú÷8ùe˜ Ý2@’ý¼äû#ù‘AIÕÓUý‡ÃQ*)¤cBÆÅ5OwÝð‚Αÿ ‘Éÿ'þ9ìy`AiÖõÑîÄó+úºx;'?Æ×•ûlw]}0ŠGöà ÿšjAÿDƒWuÈŠn ó–cVTˆØ-6ãÈG®Ý4b>îÙЛzãÔµ/ìˆÔÏ.|É–™T´¨Æ~8r1 +C¨¤ aå­™Þª»ó -Ðýa~Ò…vâÅm%4þÈAƒLu×<õÖ½üâ¢ÖïÙi›ZX솞àïÌ¿½8TórN -_Ó5'o9©`/¯ôЇ]øGPPñhQVûj]OØÓ¶íè¹Áî’GAñ­};&džË[‚½[Ò4ÅúEàgÞŽª'ÓâúW_½ Ø’žX8Ù XU·ÕÎ Ñ -Bƒˆ·!Eí˱Žü?B•7~Ú6¡R>ù•«šš×«ª†ø}[n¦—;)¨»ïfå_Õ·ÄŸ³S’Î~r²‘[®6̤ûÑF/¾°­Å¤té‘W²imŒó´_sÐ˯»X%×VŒÈôu;â㊶àflÙ·±vöŸ^jSPTþB†Œ?k¤¤]œ•Ÿí:Z@ßüíìoÇ™žÊú—kz|Ñ‘‡ËÚ³Óëfú 1îŽúnMx/2çW halùЦìᢪàAHY¼Þ·kŠêûæÆÓ²Š5ç¢èO@×Vö  -¤Ù·ÇZß^¦Ý TD- €žïš›’³wåø”³Vqä¡›T÷Ň.Þ³Á’GÙ×Uèèߌä´?\œÂ;^>ø…Sõ°"ñÞ©!rrøW4s¶§àÎïÿjûš¿=÷ÊToÙƒ'ºXAÏ¿›óüB)ëé¯[&|í‘Yªˆ˜•dßï̺0Ñ]vkNÞðjVÝü®õáBgmÄé-üã…Pxd…§lêkâçå%QºÊ˜CWc¡‘="®¶ðê–•ñÙÓ”öÉÉý6†®ý6AlZÑ¡R½ÜŠp>ç즩¥zÕŒN[Ô7ÇÍȪžkZ>ÜPâ“ïmZš²¾ŽãÐ_DöÌP}’Šœ|yÅÔPðßezÛ¿BdÜš©æ½«=ùâXWføº¾âݧhFP^S›üø*(úÁ_síRÀÓðþé‡zê¦äEwÇû Í:ÒÜ’Ôå‹ .}ÏA*ßq“Á!%,zË ÿ¸¥­‰þdƒ&nâ&{³oÍôçß髸¿ç ”®±Ù³’†ç+Êæw@ýþ•vhG¦oXì) ·“O͉Á±ßFÚÛ6Dʆ¶ùÝ–™è=ÚÔ£²v¸’¡è8C' ,¿¾¬B~ÜµËæjžMw•ÞösÒ/9( §¤Ñ?¹èYìšñÅËjlúLäÙ—1ò`¸¥bÏ….ض@’ÐtÀ[&mh Û8 ÁÄ."“¿S]¨œ¿Æðà¯ÃÄÚu]SÜ’ôp}¨úù¶ñqU‡Ï’ ÒÏg„nq™kC‘kƒà'ŸÝ”†U@{ö”ÝÓ ’~9rµ”mZ1yKÀ{X·ÀSgeõq゚S=5û®ãïI‹€¸Û±Á‡# Üñ܈Òn|…—†Íô…/ÊjR?yˆ°¹~ÏM©Ý¥Á<ÒêbhÂi 5ÿ溉\º0Ø=ÚQxËÁʼ>-. -èÉÂ#¡bÌʴ´çÝtvFì9ÉÕ‹JXìâ@åýQ~Î CKü¥ aöÝo£Èò?§HèqYm‚‰VxkÓŒ)Úv6\ùÿÙ{ËïF²l_ðÓ»ØÕÕ]]ÝÅUY• Nr‚Ói;ÍÌ–-Ùbf&ƒìt2³™mÉb²È2ƒ$‹LYÕ÷Þ7ÿÅÌQÞyoÞ̧ù0k×]Þ¹”’ÂгÏÙðûEÄ9{vsõmÝÀ®Ï¿†—KJ¾6>m¸ 8LëKVñý¢š³+ãœf¿ªë—^·]gä}5BÏú«_A, iY­Q½¥!Wºµ”ª¸•Mê踑C¹´q¹yÓþž˜¥yŽÏ\Ÿ¦6'çyŒµ–Lû‹Ò¯Bz:2`‰Bó½n¼4ÍmôL¥¹ æVHN(y¯dþúôê ò’åIå×[Ãm«ýðóšîü?›ÿuí}빈F€õkXÇ£Ø'㵬¼GŸsþ½9Ô|F/ÿ3EGÁâb€¯¹ c—Ø™®7&eV§YU®÷øLÿ8½*¢âÂ]“”BË3ر¹ûõß:GéåK}¤|MOÍßžBOÿ:oÔzqîNëÙµW¨‹ifíæ !{õ üTÌÈÃnÍ`³Üˆ Žá¶ó^€5#JrYLɆø¥<ˆüäý¦óa³Þ?EÈéfù¸®-öêÆ üJp–Vå™$å­‚x.”ü)¬d·¥ë»Ë%5_Ï=¬ýÚ1о¼6Œ8g}Ù|\·æ—¨† ]¥ä¯ “n¥ëoÕŒzÇ0Ð÷=ꂊRñš]cÂ&×$b}‡½j{M¸ê“÷vøw»c:‰poI$ŠjI•ŽAØùåWcŽIJõü$ñFÜxrWõ­_*@¸F¨%îaBž‚˜ïÁÞÚE_qN²ÃºvÚ|¹Üø~Éö›mxÜvkùuË­¸]¶»@†ÆL$ˆîIÝwóÏ[¯FT‚-©çUÑëV&Ò#GßÞjÊΠJé9”êļ?y¤Œ–¥îÇ#R1ëW™Âk_N -.}íª9ýï«|Þ¶™CðNã²ãF!'¬ç£FÑ«ä4nÌЊ–Ç0™ó¯!¿¦×ÂZ¡ŸbÏ® ó›œ"t`–×”“J6†QWìoZOÛ9Ѱ >…£{ÔvÊð áûà,±ð´ËÞQÄÕ=ÐêÓÈ«£¨‹éz[«À·µ_©ÛË¿Êñ€Pª|³ÄЍ‰EðÏñI/X¥Gú„ †yÍ‹}¬RÓsü9moëÏÓœŠ¯T’ªc)3¿¿$îØžç’]*BѦœXô›CÜ»½ÀemMànσ|¨XäóË=™œ$ ¦ÕZ_@Ž-÷·]ÞYîyŸ—<òi¹¤¥Qôµ¥ÜÕµAè)Ë“ÂÏ6Þ•}³þ®áGÇ0«Ô=ÝŽ^âÔlŽ³Ê¼3À¶‡ñ×}S¸ì¨_Ò+Ó>åœ$äøÔë˶£ö—õß.¾«ýÞþªö'ç.;"£×&5Ìæô3$.)¯Á'Áw¹a¸[þ¤ø³Õ~ÈiÇ8êòÒ[äÀun¯ 2K”÷ ?©ºkþæŸ4¦-IÄÑGÊ~‰¹úé]È™OgX9Ÿm¾…©èùWm'í¿ ¥Ïcæ‘JMH/\êƒz bÿ8¿æGûKlÆŒ°òs¯”XÓqQ5UÒkܘ¬µèIóãÊÏ59ÿâ“‘Ê@LªUÜC³¾"\uÏÐJrjyTͺ'ÓëŸA.;ºàš¢V¥¬‰G°ãöúæ ö²cs!&gÕ'Ôb’_ÎèžBŽ, `o„ôû‚º§CQ]7?i¹@K®ˆÈˆEµ& rÃÆ,fx‡ºjï'% \×(â²c°åÔÆû†Ÿ_6 Ên3 ȃ˜&»×ö‹ö>úªgF8¤•Ôq[C*\áÒûÚ_Ö›NdøÒ”ÏNLo{ËtÍPK÷Ä„‰ªqEîÉæÌ¹g%?k}mzÖpdoQÜí’S›å½?Ï¿Æ_êÄœ°–C‹hY8ÿ >ß1Ü|10…¹åŸ&øu]‚±®ª¥=5— -*¤á£ÂjfS|ŽOZìÍIr¾í*#]K92w÷qú¾OF-óNÓÊß­Ži} R2,¯ÚÎX^ÃN…´ô$¯à»çÐsŸZîÕþ¼ÚßrÚ#ÃE縤˜¥«k ØŠù-õfÚßC>Χ º&áÀ/OnŒ \JÒ«’°VF¹õ#‚¦/ÔIW–Ç:`ëC¬ü8ÀÞ)Döü«ÆÓŽ)T¶WM*Ù;îG¬¢vÝÓ– eä'Яí#‡“²óÅ‹ut¤ºÅ÷-'—`'ý:¯o篌³3”bŽÑ³ Øë#´¼Õ~J¶kŒV|¾ à Z€ÊB …ô,Hº¾óææòæ䋿Áɦ“a)âJPF,*„(×8³Ä§`6„Í<œGM)÷H±7CMÇVß”³9Ðv68Ý… Éï‰]“"Äü[Úí•az¹SJ.ÞÇ^]~ƒ8µô¦å˜º»â UgÑg€ëb:1y}”VfyÞvT¯é›ZÁgo y3ßo>í%ÝVuÖ/e—ÿiùôä¶®ƒï–áŠío+ÚC\[„ŸÝèÇßX~OÊ·¾A_ží¬øKPÅh‹Í‰XKo[3ìOJ?7Þ+ÿÒ1ÏðMc®‡•äÒ ’Ýâ˜fÕ¬³Jœ².‚[Ƀ:&—ß5þ$m/ølV’ÿÃr<Ë/c"S–v¾[Š»í¶äž ä«%5_ª;s?]ïk:¾9‚¼h}Ùt<¬¡ÔÅM\r@É•"tD/ .½o>¥ë.ù‹®«òošÎ‚¿Ø“c‹£êv¢í!SÙSõо³ÁYrÉÖ0â²g•µ9;¿9Œºà™¡¹e¨ê öê}ä­ñLSJwÿ¤ë9r=“øò¥wuG—ß•ëk½¼mó_¬·flM#n¹¦9«ƒ žit~Ê$ï­Š»Ä*̓¦#Ôò€Š|µÕ¯¥7nLàr½3äŠô:û)#Ÿ¹%ãц¸ußË» Ù!…€¸:€Î´<©ùfá äøæ8ìœ_‰¼¹3Ïg€¼ô"a•Ü]› %ì=“Ì&ësØ UWñçwë¾ÿ‡1êO_·^ŽÙºŸ¬*:xòÞ–l¯Q™!5àHz-¬ãÑB:%¤áaœ yô¦¸¹³c}‚Y±ølÊÊ@ï.p{‹f÷ã~RNý° zqô.ÁÞ'®[f•$æøxÐ÷ƹ£sg¹w`wíîxt^ p©hµkôbïl·Ð§èº â,iabó”–qxÎÚ0ذåˆíikFXÁnNc²°šR±6ÐxÕò¨ðû…5?»A\ïc—Òsÿ8+,ú*0A¯ôâ³¶ú ½#m9ÎaT¶¬½òoú‡Í?¸ç2½ÁÜÔHj~pŽ´fnŽ4žtÁκDZ·WqÙÚGÍ¿ÎtUåÜ×1E¯°½jüÅò´á˳–s+}ÐÌÀ,®:ebSób±ÄÏåIB¶O}§Ý¯â"#jRuXEª\ñ(¹ð+®)tvÒÄFÙßÁN¬asâV!#¤£µøeØÂþ¦ÓögÕ?šW~·5I¯Œê»[3ÌF…¤æ ÇáVPA¯*°·÷m´¶t¿<†K?º>ŬØzž,ÒËæ^â¯,ô‘s­/[.x&‰•q½˜2HºçGöaâÍ^Ì8ÈåÁ¶KŽIÔ­-)¾8¨aBâsÌ–q{ÂÚÕ³ 0É–›¿»”ö jmXA©ðÏbs|Òtí%z_×ݵ¥zúÊü––ky8øáßœw'¶E’(ˆS©!?lb "6)apæ;Õ÷áã²o½JrãïŽö‡;Ë¢Îø<‡íUã*<j}Ð$d&æ;ïl/Ü님ù´ˆ•…ô¼’°Þ}þñ™7Uѯ ”„Ø[)&Ë=†Éx6Û5 -=ç›&'tô­IböbÛIåýâ/Õ’›Ÿn¼l=‘ñ`×ÂÆë„Ÿ²›íœâ7jÖ ]þMWÖŸCÈ›>õƒ{‹3wi«“Ôæ„°as˜[µÚ‡¿¾r°³¿õŒ{¼5Ó1Ž/Yí€-ÞïNÜ%mŽ 6†(7×I7ÍO›ÒÏhÜxÙvfë-âœsy~¥pesBõ*Dh÷$1×ü¸õì;Ú­/û©™][q,>Ç€:rL1Ëür!Ê'gC—ú[~Ý…žqŒ5ŸYxYqÔ5Þ|)n`¶¤×L\¥å‚<ÞP=|ä“·÷¹3Ó›} -réÊë¶Ó ¯›3ÝÓÔºõ1N¥öê—­IVUXÃEº§q9®IÔýÒ/-÷оu¶\¨øˆÅAv©ænã©ÅW¨Â¨J„w"2Tâ¢ÏÇ7ÿ í*üLÓ]üµcŒpÛ«àµÎ>j=£ìnÎHèÙHïL[¦éqñ—ôœ?=C_ùË3ç/óÏšù4B¬ñ-áz?»äÏÚ‡-§‚J!%fR&%¨¤Ô-ÂonnéP±š¼Ú{½æ·Ø[³ÝeGÏ*ðJ±1› ì±5ÓVP¢Ë6F g3õl”úqÕ1ÍÝŠïCm™Î‘¶l¿ŒP•˜21`Rõý¦#^) â#”Î=,?ân¹±3¤à´D´%µÞ¯å¡–†q¹!-¥!5Ïg†4LhLËA%\+XÄSç²>Jo²½Ÿ[ìƒè-ßèÚ¶sH1º·ÌçïÎ3)1 `m*Ü5E(Õ?ühïG^ 9¸°…è¨ua3 á×’šbóŽ䢸+fæƒ:luu5d`¶îX¸ß–™zz|ên¶kš^ìGdØ^Õ~ÿŽráŸß‘~ýçYáåY}ßt:nÑÜÓÌòµÊ­ÍqržgqÉ?Úzvk¸éŒýyÞWÚ»×ÿŸã·Òuvß³ó–ÞSo-¾l9ž€]û7¹é÷E6iq²õ’âqåæ-ç¼ÒN¼c¼ -ðk±cuQ.)üÌò´ñd@z‡>½¿5)†o `®­௸¥ˆOÕN\giz›~ÒˆË>ßêG]ÍPK¢ÚôºÈ¤RÏî¦G*FZßÓ²ßâ2Vß@~qŽ".†TlÀ„䈾‹í’Ò+6G[ÏøåøÂN€÷H©¥Ë搜.¿-úÙ;ÉpËUAí½‡1ÃÓaŸ\„ÛšF_ß^`âVÖ=K)^F_ßœ ,ô¯. oxdìú †‡rM’oGÔ<œwš\èG\¾wÌx?÷¨{¢éLHI)‰¨»¸~uo×÷ö§êÞº³ëýäšÀ4¥>¥#5Ƶ”:À›Š­/ ¿nŒ1|³ÌzÓS £¤ú¯²NÈ/ŠžºÓ Ǭְ†Ñ¼8„½¢{;µÐOöÖÝ6 ÑJ]kîjJÏ@üÛ²@V‹zrC\K¨^~[2fáÓÂóÝlCø|Ã˺_¢& -p8îÞªäÅÎb磨žð?µ"¬eCw:º|Jjñ-â‚õiÝ÷–'•ߺ§ ~©ð/üž™G «µ~%eÙ5¿½5Ñr)®Â•¦ŒàA æ™å6‡Ý’QÒR‰°QsKáWœˆ,ÀËSV.Þ#§UD´ŒÆ=+ô1þvPŠÎrŽ6Ÿ ɉ€{3`1u;7ª{ðxawec‚Y›Î¥^)».0Ìò{Ø]\~Õt,¥3wç{ÇŒb¦g–R|±1 §×lM nx§àùÀÇÊ•½å'l/NlÜîRpà€ñÜS¤ŠØŠ™‰Ú›p#:&q±vÛ5Ñ|!¤%×$ç%÷ÃsÝ’˜±7¦14â–s¼áô¾MŒØ„€’÷(8•qF­_×{Ç£êáTBd@ÉlpM¢sÝ3èœ¨Õ -r+¬¥5xg·£šô¼¶ÎöŠXâƒ^´<-øÆö²ùxHÍ'í,t? -Ï‹ùcwj¿R?üN%&†MbFDr³šØRó‘.å6<|j›ºÇ¼¿/<ýÏ–>Z Àn,pZÊL‡{¦¯…u”:ÚWU=·òî¥âµIZiÔ$dGMltr^ÀNÌóXá9&Ê­ U‚>iõê%wü†v^@M(òÍ ³|3ˆë1ª$ rgØ"éõz$KãÜºÍ zÍïë’—Ûv.{}vÚÙ;k{Zu~c°úæoKtÚ¿ou¼ÜYð2|…}–6ò„æWМµ¡F€]Z‹“Vr+èS¦O)D:¦yà÷ -Þ£Ï;¤œ:笺%oGõí4ŸFLp+ùmëÄìÕ!ô…`Ç«Cøcô‚Õ^‰o¦ 7v0Ax””R—o:Æ(¹®q~­kJÐàg;ÇÉ9®QÔ…ˆRÐÒª·¦pYk}m§âÂOå¢ìZ}Ûx, lÔ1Æ*IÛVHÃkMûLÂÀhLêH•~:{u~vá5úôú ðttÆÆ0âbBÃ…‡gI% 5¹Ò?ÈY{WvÂ59éG^‰Í±ÞYRg†Ò° 1#³%mï»v#n"59&Ú.¬U›¿ûÎoéy¸1Á(K˜ød¿“Ÿ#”}XdaöæY¨š\ížF]OÈ5q#`CøÅÐ,òºoºíê¶Žƒü·ùî{̽âú..Àreµ»©a—‰×\£ð‹›ÐsÀO2£2JMR×ÉŠj„x+]3Ô¤¹L߃[z[õûú““âì¿N~ޯࣖ¦X5ö>ê툮G’0I:ãzZcP‰Í[êo<%ïÉû«{ªébÂLoÝ^ho…¤ˆQ@ß¶œs ñÍ¢oä˜ÜÍ‘æsëC­Âz9i—<ˆÅl¯Œ IßÞ6‰èQ«9¬ —äøÇDó•å†Óéûû֮]ørGJ©_nË^€žßµr));¹¡¢TÞ!2V¦8HŸQ" š;!à#á¹v^l¾³;¹$yŒbŽy”]®yƒ¿0Õ ¿Ð÷Ü‹Û$=‘t-+%½~c´åfÊÂ"î.Š:’ö‡“^•ˆ¶ôzley9±ØñÀ£¢Õµ´Ú –RåUR«"ÀORé{KÆ7fyÏ,>7ab!·í83{oEÐõ÷u¶ b B|J—Í”ú«±ê ,Ÿ]uúŸµOë‹~Ûì|þß=l^PI­ñÐH¸~•Ävs@›®aÀÄÌbVÌ,¢{”|ØÖ,¯É=ËoÞçT.Ró7Æ)E[2VíÒéÚRô´c´íJúZ^@+&Ô|¸O.hõ+;)u8^l•SŸ¾ÿÕóîY.dm{Õþú£éQóÖ'mÇÃä4Þj8ª. -¸sÜ,fG愤t а–PèŸÅ€¸ˆ¾ê6è›e×ù•ìÆƒ!¶g%_lô—}ë*ÿÖ9RyÌ/ÅåùdÌZŸŠõÊX5A­ëv¸T2Ûü -ŒI àᬸ¥çžGÝIßš#Òu‚]38ÈÑÀgKƒjbeTGCþ¾Ìcï-±ÉA-®|m´å¼c››šï’Ä­|jXK¯‹¨™-!%±,¤¢5Äôœ=»€ |¬ÄþªöÇÅ·ÐÓÎiJÛ}ÄÕ¿ Ðs¾)ÐE ¾&(Å—¤ôÌ–=‹7ðð~µ&šž¿¥êdl#. rÓ«Äæûæ8¸Ä¼¸kµçÍþºø®cWæ×³ÑéZ - á×áJV&áW&QW<§'æ>ÖºìŠ5¥ç6=|µw?Þ]ð¢|UPx¸ŒRâ‘áó’f&nwµó±ò!ä§ †ÖòÛºP²»ðÖŠ@±ñè§ua”–çQPªþ¾Ùóþ·uÉ«È1òñ;+þþ¦¸wgE(HÚð-%6wmwË£b¢S¶;OI'à¿’T½%%U†ôThÊ΄Œ|œþîÆTwí)ŸšˆùmE© W‚J\aÂÀ‚&dBÇhÚ¾÷›¥«k×ÖÕ7‰é€÷ä/õ!ÏnŽ‘s¼r,¨0CékŠéº†3â¶4öY|Sýíú`íO¾Ð« ùôÊm³¾¿Ðólo¡«'nâ¢Cjf=°š RBsK%D¯BŒôË9 ~© §•x^䞦%µ®­ô¥˜íÓ±›½ªvr@Õ+òÌ -Û¶¤´Ò-)!o¹uÎ1Ž¿î“Ó+Áqe+}°ÓCˆ‹~9¹ðóFÇ)wu}yñ=ôDPJ)MYº:ƒ†v¦SJ-qL’nûT\˜_ðð³Õqj‘í=âüâ 6ð48Àõ‚t_y€»«¹PŸ‚]•ºå”b¯‚V¾4Œ»ìž¥—ÇMBJÊÊÆ,¾®øÎ1RÌ=Õviu~>¨"•xŸZ™aW›ß2bà¼Aº:Ð|bcr: û8·²6®ãá¶õ½âz.Ø{1È­µ‘¹vVPÇï-Ða{vZsÌH«Û[äRv:»ÃúN¶õ!Ó3ͬÝ[è~¸=Ï¥y¥­—œcu¿º& §×Ï{e¨â$È5aˆÖ1à £º°R@‰ÎöHQ××ÞÂÎÌ=(ýÛâÈÏ4¹Â¯æÞ“J;a—>yK+>3[£JbyHŠ»7ýLŸW‰ÉsL@ÎE4Äò¨‘÷)øPÏ ³Â1…ºn{]ýÝÚ`ÓñÄ©jÇFnس“š&|ý‡%.uÛÆÅމ )yP¿œVåš&xåÜ&ï,»œš2ð1ù‰’ݰôºéŒ{•50›#&*lèéòÈßsJ%€Ì'Â]£Ì¢õ>Ü㣪__7ü˜eV\r»vSÊ­3¾ÀœÕ=„ü~ëר‚Z៥֯ò]߸$À ¡k3ìªQÛâ°³2"D¶JoÞÅ”zäLˆO+ÂE­]»~imc†Zìþøì¥0¢¦”Çu”Z€{Z‚rF5ˆµ¸°VLqÍ>,§W­c/{Ó÷ÂdÄÛ-¶5E+ßÁ_‹¨x°¸–‡ÜãÚÒ›Ú_ÖÞ5ŸõIÛ.†Õè› n"â䑺¸Y@LX8hÀ¡nùd-×z:$(g58†ñY;>eõÁtpŽK[ŸÛ’âKCZ>>a–t¥ìw| -j½º·äˆêNáÀ7[‚J!q¡¯íÔæ8± ]GØ3ÃjH8Ÿ±Þ"3”’ªo'™7?_~ ËcSk{]ós™×rIƒ€°máâ÷Üýe¡xKΨ[î'çÆ>^ãcã¸ëôõ~ R³°»Vä°»A#åQÓ"ÖžgI[÷ý” k‰¥5*gc 5Ã3Åhˆ»Ú“óÝ\2 \r^â`ë­°v=bÄÆæånüÆÆ4 ³õ<¸ëNlžƒÝY¼ó:®çã}Ó¸âÅW5§—_W ŸûÓýæïþÑò²øìïÎö‡Ÿ -^”qoÊÎgî,‰;“v×#ÇÖš_Ô3?­ÿakšX´³(äÊzKZk½°0àì\Êï6:"*'¶Ú_AŠú7rÊ¿ûoq7Г&ZcD‹Ëßm8êEÝŒè–0q1Ñ9vп!ªg6y•¨[îèÕ= ½5eN×€§‚ñ/|¶Ò5E,ñI)åûóltT‡ÎóÉ›ÎxdÍçö@û°Äg$A,‰¨…ï,±À5ºP±!nÈÓ¤âàÙ ®"ü³ÌªùÍg¶ÆÑ91#µ~{žÑ6°QçÁ¶‚6Ÿ¶äV¶ã\cìÒõ÷„ëJIá—ŽáúÓÁY|‘{’TäQòZÖå"øÒ¸¨ecœ×V²aî)\¶ýuËñå¶óà·½ˆ¼)£•lÊØ5^Å]0îoƼªû’¾ƒîœD^7=©þÎ;C©ˆDä”]Äw¦ëËXu>C§04×ÁKÏ+vN`n¬¾o8 -xÆé’Û lŽÃ5ͬ ©Ä$ï4£2ª¢×fñ…›ðëë¨‹ÃØÌ‚ÛÓˆ‰®QRÞâ+ÈñÕ¾æ³a® ¢Ææ•¨·zË9EÈói$¼¡»Ã9ÍY|[ù£_J*òK™5žqü­ß-\ʇ•;ïsÚæ ­$4×% -ÎõÞ™{†L<—”P`~VuÊþ¶>;ªå‘\Sb¤ù9îÌÆ«Â+£½2\QL‡­òÉ0yöÍ?Íð‹?¡f}n{¹²9A-˜í­üàà°–Ñæ†_÷Ïà -CZBe@GªòªéÕAM'bîêrLSK“„œÔ‚¸#9/Fçøô°Ž†ŠhH5!5­:fäb’‹÷ÇRöîG{öÎÞ½y¡`×&`FÔ" `B"jB‘õiÕëúßõ€{¨Äø€¦“Ö´“ÂZ5¤¸ÙÄ€G¸2¬-Ó ¸lÜÄFïZ{GŒ÷žlÉy }|8Èsh€ÝËý³è[«5g^çñƒñùD_ìyîÖòPéü¸Þ7Ål -LQËüS˜[žiàI¸Ü¨ZLk{ï¸Æ©…ÎaÌå¹UßÍ?ªùàûü˜†V± ªIûâ›áCãz5¦e7oMÀ¯Úž~e}ZðuXEƒ%m½ÏÖŽö – ñ+y؈¡“p/#a Ö¥­W#ZJø`ØÀ'l/Ýíñú¾ßØÉ™zz‚:N[@N) Ì‚þÓ0š]ô²õ!z^@&B;ÆYË}µß9FÝBžß¦:G¹ A)VpáãÔüù7¨Œ°FÈ6Ûe8Gñ7ý*ZMÌ„o/ ø ËÇac§` àIÀ»˜Éµ{c€§œÓ¤Û®`ÛL…}Xàs÷€ß¤l]ÝqC;cÏÞótô_DÇEƒ<ÙP¼÷’åûû•´æ”­C²½Øy'µÀcn/t?[Åü˜™‹OÙ8Ô˜‰CŒ4âK¶f[/¤€¸'ˆ·œc˜ë[S”ƨ–Kùm¡ý³8 ªÂ9E._ì'ß\xOÉî¾ðê9p€ÍJ*FëÎ<¯ë÷e>/8˨sOþ;ƒÍÚ‡g„uô–4~ iÒ×ï gV†Ún,ãjÖfYè°©½sØzDO( -i‰…»Àö¬í¼}›˜—2ó Ži|îÊ@˯kï~ò µ^Œ«0e{óÜþ¢X°¿$&mL`ÝÀ ,#(E] )°7czMÒÀAÄ=Çôì–8à9ÛVuÛ*¤Æ LHP½аý*1&¨‘p¼³Ý´°Z€ŒøØˆÙ%³6¢e6Æ xÒ$$‡€¿›^–ý0Å9ÿO&Éí¿Dõdã™°°†‹õ«ØPŒ]ç™äC¶ÆÈùö'åß;@[½cØë‘YFU ðÔÔ—š´ ™1+âScHC¯‹šðå~UÃEÿlÍqçXãñ(àIS§8a¼ÿÒ£ ÖÚÞVÿ¼ÔWuÂ3 ËJ™¨-€OÖƒÜzÛ>Œ¹¸9M¯\MTq[-/ Ç^Tü”Ð+vLldTC…:&‹} ÏFˆÙE'% ä·:&ðy³ÝE_L -òþÕ3NÉKS€¼58Î öÖ¶‰¸ˆ€’Rµ1Tur½¿òGï4ìBbŽJ˜ï½Œ»»‚"b™_žÞØ•Ü6çF”À•Õë3ôò¨¹³Ã|n©]ÞÕø“ýIÓÏ1âZÊLªÝµ 8!°%e”Tퟢ‡åWw³7'pÙæ'•_›V~azTù%ðå†mkgwÜ"âl/ˆxIëGÀnì®òY©EÂ9N¹P P1S—8™¶g»øN@ÍJ¯‰Ö¶½Ôû~g©½g‰ËtÍ -­OêMéx uÝK˜Ä÷¢>ͯê¤F ]‚˜±£}gAÔþûFÇàè ˆ¥! «eY$ŠYÙ¸ žZ°jYPI©Þ¶±Pû lòŽÚիׇ '<3˜[–ÛïÕÔú¥Æ£Ëï«~Ýi» t$þÙ‘œë}Ñu÷º-…慼ݞwÀ^Iéy'#ôò/L÷gãÀW“jsTÏ ÅæhÈÍ ÔeŸšQÖ³`žIÄ ûËÊï r>ûÔ'çð%q6?ò鎉‡ß³vw¬]í-«Éö¾ù݃â?kºoþëâó¢¯÷ç¹ÄKbñþ²X”´°‘éùËqWQÊ2èÇäìæìœWFÈèuœK"Á¶…OˆÒóšÏ{åä¢ ÀæÛ1'e³·-À>·q•ã”“Š£jRyXE­ó)™u«c˜œ…÷ÍW¶F1y)3êœj¾´ØW÷«#]ë[Êoñ)$t׳jù5âFxŠTš"¬½m8£\ú|í]ÕѤ‰GHÎwõD-wîùuíT§—·6ÞxÁ?‹)óM#¯{§×>‡¸3Ê&9bÏö|gà ݳˆáœåÂ×ÉÅŽÜ ÷4"}½/}ͪÀ«Áí,ñ˜; ’ûq‹€53[V=¬å£ü -f£OJ®pOãrýjLAÒÊ!î.u¿H-?˜t(è5~5µ&fd¡FÂ=ŽÎµ<«» T~zs[Pß»ãUtó,o°ù ­W?¬÷¼ xØtÙ]#à%FdÀvu1Ÿ”°ö>OY»zƒjB©[Ú–éšj½è–"²BDÖŽÔ´·ÂÄ{Tm™Î™¶KË3w—{^¦×˜IÍ¥ïwk‚*RÅî³·"î¬JžùL<ܦŒÛðLCLŨ NµÞ0ßËûr¶ýæŸß×ß’ãÎe7¯ ô÷ê¾^~»ážATìYDÌm µ1¨d²-#®gC·bú¶¹KÐ3›mý苦׈s–— 'Àxfý¾Â"î-°Ð»v>f`AwÍwî&µí´¸šV凜ZyÓxÔÙ¸’ócjÜí]ºmåâs\TÒÌ'%æ kÅÞYø­¸]š2S›€OŠ“ëG´|´G -øíüŒs°åøÆ@Ëq`—ù€»4ÆŒ©g4Ef ù»sLä‡ysgŽƒH™Øp¯šRîS‰qY'äS`Wˆë kkÖ¶Pµg§Ãw¬<Ò®©»'¢`ÔG””ò˜’Õ”Pa)©lõmå/º®óŸ.?)9VKSVqw¾³+ad·mLBÏÏ¿-úÂ?Ýp:¡Ã욘° ÖrZéùÀO‚ =Aòª{Øä4!Ç+£Ô̆„©82+aä¡‚JjÅòû¶Ó>± 9ÇÃ%ç„dãcȆ^ô©µ·¼ªÀàUR•c´ú´{’é• ‘.)¯)¦ëâÅôÝâIfÀ컀¿³Àcm/p)—±fÛ "Ã;Á‡® òš”ußl¼GßL¤1žŠR³macÓù1eá“]ãÄ,¿Œx;9ÇEÇõ€<™2Kzܳ¬†å!b6àxø “ÕÂs|³ÍW5÷²¾tL@/ÔäÚ ŽÚ °—À§¡VyUøÛ#µ.n`6^ -‰Až2´eyfÛ®%,âÞrï{‡;| -rÉ®Ïø°ÈcÆ4„êùGõ'Ö_VYz]ú½_.ømµãчµ®§! æš$—€q¬Ù62ZâzÔ'C;&ê3]“è,¿š\šoïÚ]è~¸Ç úͯ"T¦¬,´`ÒÀ4ôbÒHnˆY8¨ˆ•‹‰Ûøô$Ó°žÙT«w–8<€Å{KTÄžñ*)¥k£¤,ŸœÝ5ðÈ»‹ÝOSvÛbú–”˜ç•S+@^‡Ç­<êüìbTÅlÜ×wrv4Ô>À… „w;fDÝrLµœŠüäU0ë<2z©_I-ÿ°ÄÂýû&‡ýa†JY)MÎ øå~øÙ°ŒQ‘óáþrI`“g{Yõƒª=ïóõ×'~nÙ·ƒv¸€wðÐ Ö0·MÔÚˆºù|HQ2 ‡_óËé!ãVp_¡WoŽ7ŸRwçþaõ ä¨*=/Ž b¡˜¿c¥Ã­Û±‰XÛ-ªÆ¯•ý²ð¶ðKÇ îJh¦Rö -B:!œÎ©Rje\ÅÃ&=Ý€+áÜðKÞ|®_ÎmÚ_ºójo©ëA -ØQÄÄ„&,LX2Í…¿ÞÖ²a9¹Ü5x”Túû’¨#6G‡ìØ9„ÝE6>¬c4†”Hjðj5¡xc°á׸Wþ›­C”Ô‰é›#ˆLçäDzÛúñæÆ(«Ø¯è ¬N²*–†ñ™Þr‘g’PðÁÆ!þÛ²€·oçÒ‚ žøgiåU;eW™Ê®¦o'8eŸ,y!eìäîØ:ÚãfySŠÏ͈¦¯“®·9Ñvqm¤åäúpó)ç8üzÊÔu'n{¦ˆ™E¿‚RšŽ#)»5$k9ï*ùvñåíÏʼ¹*6'¶xµQÄð*È¥5¥*>' í-wÜÙ[îzÜØæ­âí˜AHŒÍq1ö÷°SQÿ÷u‘ä÷%ˆ—4è¿/ …û‹LBšw:¦P™“„œ…>8ˆ”²„–þ`%×þÇõkt\b‘¿ø¦úû…wÈŒžG -êù”µÔÅÙŽÂ/‡—ÿhU6®g¡[uý¾&hÏ1aé5vl<òþŸ ¸Yá{ü/ÿ¨ï¼ñUX†¾ýû*Ÿ·¿.ìð*0%‹ ¿Ä-<Þ¾ó¡îw§ä]DoÔ2þ¨å}îH?¿¤¢UF l8èß«îizõμ€¾¿È!Œ[‘46f¯¾Ïùé5æ§tNÔóÏàoí깈]¶kbµnMÛsøâä:'®Ce%Ì´Æõ1üuÇ(·> ¼×±3/b~Xaá“K„jŸ¶õ²ùyõ—Þbþ޾ƒ¹Ø½9%Ìý*¡MçzeDʮٹoÇJ¬JšðÅ>)æº_F¯±«#puTMÈ_î¿ý™ýuÎÓë1Fõ¬–ô3¨éëë)µhems˜œû›•…üßV™øm+¾Æ§ª=½1Qøˆs–„¢m›€æŸÅç/¿«:â®=WЫ÷ bÚŽµëÓ2ëãs"ÊŽµ÷ÑŽ½çaØÈA9'šŽ¯ÔñK±·RÆvÖþb×ýø7ñ0V:îl[Ùè wkõmÍQe×åOÌ÷ þäfßÊDýôÐ@©Ú[æ³~ßIvlíüàÚ ­ik¢åì+ãMó¾Û1²izà1Ç6†êöL#¯œÑ¶oîà|°ŠX^%©dc -“Ö ð)“€”02ÃJùÚpËñõ¡Æ£{6Bž|•M_[÷¼Vr[â^kÊb·‘\ÑÑîgÖíYż=›Xyß%#5\x|Žß›o¤Àö ‹õ(É¥éç^Bràù´RÏ$ìüêûêïÖû›OlÛØ˜«í’¥IÂ&`ÄÒ÷[unÀØÉN.w?ÞYÉ%C_wKQWcúvFÂtçnpÇå쵨©³}oµ½' jÍÕKnꆞjàWCz\Qº¿—&¨ºçäK®™áŽýþPðÞˆ²éœk´ì{û›¼O¼¹m ÷Vz^- anMðK?Ûšd5®*ú5É‹ßy,ïLk¦c´ùŒsy1 -r9+âÚöújz ‚1dÁ®EÜþ÷%qÇàpa-*ßò²èUÏÍO£z2⃳»{IÀI_ ÎËvºû»³ãɾCÞ™cµ‚þ(_|ƒ<íSÐëw.ZzS÷ó8;ãŒ÷ó¾v7œÿu:öÿ/"ˆÿ¿ðÿ•*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š49Tä É¡"M9hr¨ÈA“CEš*rÐäP‘ƒ&‡Š4Aøÿ‹Hå‘ÿ"ò‡£G h˜|$ù ¤ø“£¹%—áà{-’ÍÁ²>©üä(ü\.‹“ODsˆt’%9$¼ üôì'\ð–qäüÇ!øR ->À&þ‘ŒóG*Ž@[ÏÁ¤÷¯ýäÌՌ̌#ÿ£¦¿\¸p6óÊ~/ÿ_¿ÿç{ùÿÜÿÿùýãþ´ÿëôàù?[‘‘nÅÇî+$R°×ÿóãGåþϾ<~"½OÑ'çò±<"{»¢¹ì¤òè‘3»ó£&éÿKƒ._;{133ãÊ‘Ö#Îg½®¤•%ü¿=&ýçÿqÜÿx¿zähFÆÕ­¾täão|rôèdž¦àú‘«—/\ÈüRò/a-7ˆ)µ˜Pp}³Ì¯ŠÞ1Л·m”Ƹ[RàŠ":jMdŽÕ·A ³Å%Åçúääÿ,½2¦å¡’!9®Ó"j>2¢å@Ó%³ÒKÓºd¼fç$­juWàÃå‡f ù9¡ ®!–„•È £€Öß29¿Õ;M+ñLa®¦Óe0·¢2ZY\!€§ íÌ•AJ©c”QÕ³[} -tΖqÅ1Ör.¬À•%-”†ˆw;¦¥Ö%LLÒ,bÄtô†ˆŠRRQJ£è̸’ù`ëìLÍq±Q »5¦ÒR6;:ÇAºe¤ü±¶ ï$.'8C¯LèDÔˆŠÍŠ î1A[\ÙÍÌ}†Ñ\Ã_7ûª¾ó·^N¨˜ I—2I›ãðË«o:úagC°‹ƒuÇ3Èë@‡š”VD )éÕa«)®çã¶M¼„¥KÐt2}Š’[ƃyg˜°¤I"íAÅŒ4ÈŽ™K/BÊÈEG5ôº°Š\V³ýJzEDËlH©õkãõ'“ )#¹fwŽOÜ·‰x;1'ÆÄ9…ÏÛš&•Æ íœ¸©ƒëS“˼ -BAôQÊÆ¥l/ -yQŸ°¥$W/µœ‹ëøØ°žƒók(ÕÛ Báîr×£Ô<’´qp Ÿ²²Ñ¡8ª&& IJ¸žTõÁÎgГ:nf´EÍ̶ Ž\ÖSk’66&6GkH™y¤k‡81ÇãÂF¦,¬¹b{‰Íjz:sé²ËØç6Ë;M)L˜@_Ú;ÚãólLÂL­‹j𥠥!]"œÐÐkÓ¸,‡”˜6󰓸ìÀ,³&¡6blgÆŒdH…/*qù>5¶2ΩˆÍuKâsÝÝ~5ð¿Yø•ˆq#©Ç$t˜ü¨ŽZíWÓjN[ÔÔ% køH÷>k£vÂ=†¸œE^O()åÛ>*¢cAÇ;oÿÁò v -ø":fà¡ürøõÍ‘’oÜ“5¿Æõ„’Ô‘4ŠHq“ˆŸÓ MÉ91=1'$ÆÒ¥&µ¤Òm3–2³ÚvlbÞÞ’¸#ançb„4ì–€œ]ŸÐsáq`>)&kc¸æ¨õUõOŠÎê/}£bRTÙE÷Íno ÃN­¾®üÆ9Ðx2®ÀåÅTÄ’ †R1}7ïOÚÞÒïãrrÛ,fùdˆkKo‹¾Ø¬ü1¡Áå%4øü$ˆ5I³˜7ññÑtiˆeg:…û‹]÷¶m|jÌ$ [ ï,t?ØY躓0Ö1ÂJFíÿAÒ{¿·qû¾÷ž}²÷Nvvâ$ÎŽãÙ²-Ë’%Y¶zEQì½ôÞ{eÕ{£$’b/è½ìÌ RNÎù;î;¾?àÑóH1Xë}¿ßÏwÍ®ô ¯· êq·6ëâÖâvNEjVX‹Y•üŒ•Yž6ЮdP v wËX˜SÎÆ\*1æÑw§íJ~Ô(mM˜T Ä®¡>¥,ã—rÓnƒ:'z!íá5û‡ö‡†šeÚ›XHw ¨ÔÙ ¶8Š÷*e˜CÐŒÙY¥i+ù\ÖC)Êúhq{󩈹õ qtâ”ÒÒ 9I §2ãb•g½Ìʬ‡]4S/mN´þœ2‰É9gÿ£¼·ÿEÆ-¦FÍŒ¢­9òém#ùlÚ*¥ì;ïBïÊ1¿˜AüJ}ÌÛÿñôÜ‹9¥Œ¤Qœ°2Šâvak–8šÁ+fÁRpVº´*Ô¥àå|Ò¿–Ä‚¬OÄ@]RfãÖ"³ÄqçⶤS«I9âˆ0<¨íM»øm“õû×'j¾Ù˜¬Û3ѯø_Öë&}ûûQÉÜ}gn{‚|–8ÂzáAýžø$óJÖ#çã…$ã¶£. æN–÷¨d9¯œ‡:Eo˜g7ÆÙ—¢fq˶×0Ñ]øÞê+Æ%ܪä]z}ÜÆ©[y]ñÅúPõW1ƒ¨ô‘–ñh5q›”¶>΀1M±ñêsn]ÆL½¼=ÕztùuÓ¾­)FAܦ䬎³ -BOZ¿[džŽJª“3œki½ >M=¿>Òþ£ézÙßW^SN%LÒŽˆ‘Wµ9Ötxk¸îpjŽt÷p› ·ÞIÁ j»ºú1§NƒØTœ´UÔ˜±±*r^ðG |‡]vÒŠSQ[Ʀ•ÆL²Žð„¬1)(“°~s´é€÷î¹wý—þìê«þ,ñFELJê7†Yg·^3NG^ÓO!3ôË›#5û¼®~4ÿ¼î[ËíŠOý¢' Ú¿9F:±ò¢þÇÈxÛ9ÜF/­gP;½„8® þµÔ‘÷i4y¯J±K3Nuúõ(Åy¢VüjMÊ.lÊXE-y‡‚ÿ‹SÆÜu³*w¼”«YOÇåÈxÍÔ$¿·uê£ÚÕèT뱜GÊÙ (ÿZTwg½2^Ú.¡¤í*a -x!e—ÑÒ6%+ f¼ ýA•Ÿ×ôâAM'îSˆ2> km†vy|z¤?ÒôÁ«'¿¨»• i¯g}7 ÷¸¨S7´Cl­'R¶¶3acÝ¡°±ùqüEæ ã”P» ÷rPµwÑ@£[~Z©þ*1˭ϹúãžÎþ¤MBŽ™øõ 3§&íà·¤­â¶¬_¥F}Nt9ê~– ô¾H»uú„SÊ̸韛Q–óó;0ŸšvR -·ŒôÂmƒ°im´Â­ïþgH.û×’€™vpkRVQsÎÅ©ÛqQ®d@?c) æ…Šûºï!•<¯%j¢§ììú”ƒY³2¯­O´óÜ+þbå õbÖskzë ¯hùeÇ‘ð8õLÖÁ«ËÚY•Y¯µóëq—JйtÚŒC-LÛ¬¤QX—1Jš±_ëOز:Ë(˜»^þQx\P“±g™„M1 ³$6Kº€Zصy'qtRœ° 7€cÖÞÐOe n"ü’Ô¬ 2m`g,ıÂÌRÄ.lGÜ*ñÂkÊ1ïÝúÏV_ÒO/¸þŠ ýÙÙ >®È¸y1#é4bg•¡NèucÖ šáP°3PˆU+Þ^ß r[S6òŘ¡íXÂD½²0‹3 í 3¿&:+ªÙžä•†ÇÙЗ¬+áñö㛯ö…‡;~DfÕkC­W_QŽFÆ8—׆Øçcâ¥gÕ_™¯Ÿ}Ç¿øÃÔ¿·*¸S%^%Ž­7HÛw<úë9˜í™¶“K/‹?^©ú*<Ý~"<˼’°ÇíˆI)³°>ëTq·Jž÷j4àÙ"ÔÍoC]brÚÆ¯CíâöœCFÏÁXæÌ’œ—\q¶œOÞQˆB­­Œ6ŠN´ŸØ¾x;¯T¾…ZIA-'-‚Æ´]ÎJ[å4<4eãT À;¨OÆÏ.ho A¹õ+¤¨_­‡¾è͸E¤¤j! ì„”Ú\ž ÊDôÏÎ|÷“¬O­%޹‹…y—„½ðó1/sp/¿5fd!ÀT §œ8n·Ë89§ŒÚ¹5ˆ•twòšrà7Q·:fÔ‰3:ë–󈣗Rv)ÿKºøM)§¨}gQ{+;/—ãÀEùÅ·ÙyNKÂL¹s\‰8™¹Ÿµ²+ÞÐN.².d½]7=1(d½J:€9˜eˆ¥þÈÆhÃ1Ê)Ü-aæƒúÛ¨O׃ùô×3Þ¾x ë^ ÆÖû²é›È4å4ne•ç=rA6¤ˆLökb&`n»8n¤]ˆÍ´Ãm¬2ðòÄÆoØž¥_ܘÖD Ýê¨YÉLy•)ù\xªùðêò±í)AyÜ"£¬LÒ.ú–~€‚gìP“v)5>Ç«H˜ÀÌ´Ë «8cãTmM‘N->o?˜š•´íºõzŒ8 -ÞÂ(Ši—b&ÖÕQú©ÍQÆÙÀPëaIë7¿â\~?5®"¥g•”ä»0>M:µú¾ôº~ïü³ú=ÑIN è/ Ÿ‹3c 1iKËñølÍþÄ\Ýþø\óñ™Ž“)›°y}Ž_¿1J9»  ìHÛñ È0oµ‘Ò‰ØLÇñä,ùÔÒpóc—þl¿Uý-fV ’fnÅæXóÁÅg•Ÿ.>)ÿhñqÅ'›Ã”‹oHÇtôƒÿºÁ¸¸cÓÊ1ÐŒ¬“Q™  éF âZýrdºjÐʆŒ•W“0PÎÅ ´‹I+ãZÊÉ©Oƒ Þž˜¿ïeÒ©’DÍàc}×/^m׿æ•Ú¸•QæzZúQÚÚsÈ«i+ø#qŒ”UØ„;YqCÓñ•áò/WÞTîYí^žTµ¹žQO.Ïy%Óy%[QP;qT&¼ÏJ-HYHâÆÆ#Kƒe/¶|Ÿœ·".w}„z2aàVÅ 90¾›ãmGŸ7ç¸]õÉ ê‘ÿ˜‘—•š’·F'ØWcã䱉Žñiú¥Ø4ýbx¼ãç´‘^7/%ÍÌRÌ-eÆ Ì­‰öãᩘ ò¥èéôæ8äðéöc†;…Zû >zëåwìøøíˆ²Ðãòö4í|l†~16M=»ü¦åëIÍ7ko¨—2Às â¸W#»,6C½°>RÿíⳊÏã”S+¯ÛÜ¢ýoßÍÆco…A+éiÐØ~» ßHB†N˜[O.¿¾öÉüã¿oN´ß6 -jVf$5s·j?wܬݛ2Šãsì’Ø §xs”s‰8nËÿ¤ù›Íaúù¿B¶>É*ØœäB^b.4þ°5Y»o{ºú›Ø\ýÁðxýÁÔQC -öp–÷~ó~Ô¬gàúR6Vyh°ìÏÝÒ÷}¥µw•¿¿ýœ¼Ã.sÞ.ùlm°éÐŽCЊ[ùu\çÆHÓ÷«¯ªö¬¼¬ü|à,ñ¶'Y—‹¸=ëÓp—°->°þ¦å‡ÕáÚ½®{W?XyV}談<’ O}3pŠc³¬Â­qòñíIÊé´…]Ž9ø )+ÔÐ4«u(yi‹ ~m¤ù€ëöÕ¿m¼n=¸5L:¸×ô}zNضãUHÓ3™%˜U%ÈÙµ*Ü)çÄÌÌ¢¸24äÒœGÆÝ™Wwm[¹µKð“à@®‡ºÈ8À{f›Ž&,”B|‰GF·3}/h·m†^kËÆÚY†Q‚ûĬ¤›]5Ëú²Än@¥%Ž/=ª‡À·¸ío—™uoAÿsµ*ëÕ÷áÞÎiø0×5q »,açVog.Ž6ì‹–äBz. Bž "Nv5ââÔ¢>•:é’²!ɳ>]/êQ0·„{ç½Rè´q Zò Av^ 9XÊÍúe¢´‹×’rpÁ×åB X1af^©DycfVÉö õlÜ̺–"4Ù)g'@ã·gÈg0§ #ïÇ=æW(P¯€¼³¨Påæõ·ÉÎkûrÀ~¹y¹õ É„ÏìÌI£Ã#mŽÍòÊ6Gi"Ì«Ñ1ÆetŽSŠ5k¯›9nþÏê`ëèzdŽQ€Ç„Ç)§¶G›Æ&›ÁÛÚŽ¥€é¶Æéç0»œ Üu]‡Úd´Ø ùltªî»´¡éHÖB¾ˆÛHç0ðÛ¼2*°Ot†U˜œÕ£v íËûÄ Üî‰Ì5ŒÏ ZÒ6µb{‚]þY‘˜ã· süjÔÈ-CA“R&VùÆdËñ¥¡º}¨YÊB­Jb–Q313¹$ôÎ+Uoƒ -`c)gÛÌ,^zC9–²ÈY¸¿û>âQ¢3„¯pªÒ6 _ÉРRµÉÄüJyÆ×Z­”#NziÒ\÷CÒÚ|,é ¦=¬ªhn~ø"¨¿“óvÁ«çaÞ×÷<±r!zE>À>àTÂr²>­žX³$Ö&‰µ¼¬_.Š~„çØ×2NvÍ.èuÎ/a#~cܸ‡Ì±KHë&ðQð•w`÷uÝÌú…TÔËkÂý¼ŒøÓ+$#^aǦ‘8ÖW%G½7&PȘO£N`A¯KZ8e)«°uhdÛÒÙð\ûià06îê¾ýkÞuI¨À›Ä1Ð4Ô-cfúðqðŒXGóö>ÌzžG¢îÿeƒ|qd}>¤T—vÈY0*q)°Vg.ï™—K³~…$ãTpˆã´/š~î)økÞÓyk'Ø?‚:o&=ÜÆ ÆùåaIùö´N‚yoŒg³2N¥0e»1³>rÄ\×_$­âvÄ%g£>µókt)³‚†Ø´2ÄÖ©ÍØÕàOÐãê…YêÙÍ ÖeÔ*càn);‹Y•\`s˜´Ö¥–G‚"àk£V†š…§XWq›ZŠÙ:»RmSsÒÔ¤b#I3±®”˜!^,þpk¤~_l‚z1HÛV‡Û~\{Õt³Éi«Œ’4P/®•~¶ððêßc#­«ù•¸]ÎH›Ákf%Í8dŠÄlÇéØdõÞäTÕ×É™úCˆ‰È[J²áòHÓkCm'²•,çÖê![KQ·ˆ‚ºyM) ¯6ç…1±ó[¶!Ç!F)su݈ÎЯ¬¿¬ÿ:ü¦ùHj–UŒ˜¸Uˆ™ß–Ùšd\Š@.ÌYå¬]Èà/õ1¢ŸA§`>.Äͼ*âèp z'¹ Â]}P×Í7¨·óî×õ§!Ä £'m’Ü×yôQ–±)8«FšƒÌ Hy¨Û„z9u¹ ¯-” -wCº› §Z`ÈJ¨i ð’þúnP­Ëú¤Ì%çæ—vçµý˜G×Ü\±©…¨CJy®KÀ÷T£µƒÏAá} »’›²kdiw÷­•)iÓÚç -â¶ïå’]¨Ã_–”ÝÙ „›r‡¸4ª”óÎl ; -L†zäüœ_ÊÛ%XͧQgÜjYÌJ-O5ýŒÙ䬻ïîÒjc&~uܬ ,íSò!ýÝ<øcίflw§ûÀSÔ­Óe<*I˜9Áç;ïíkmó -eÆ)j5æžClÜÚŒaÎ×ó(ïï•õëzH%ÍÛÓÜâœG£‹™¥ÜõIqSÜÜÓ³ÜÙ6ß›Œ9n§= -YÄÌ*]›¤_Ü2¨D›¶®žù7È»%ê– 2 ©ˆò“Q܌غ:#­ <+mÀj)îRŠÁ×è¯GÊk5C†g—âS¼ò„E§Zŧ ®al0‡Zšƒ±‚š¡ÄqׯʾO¶ŸKÙy KÏÉÇY½zO‚»BÜ¥QfœjYÔ éX~Ýqtý éçõ1vÁ⣎C‰ .dvEb†Zukw"f4-V~±ð¸òsÄÄkŠAŽY|ZõÙÆ«Úý‰IÒ…,ÌyÞ.¡¦á{®U\~Òð}t†[±ø¬ù»è0í\Ö*ãí ¼õƒßºÇy•«c-‡¢3ÔËEùëc¬¢¬KÆy <5 Íùd\àsêÚdó‘Å×õ_Ǧxeq‡\ì{Ôúýú^2×Û¿ß!ïP‹³6%'m6¸îê¹yþƒÔùJÊ"i_~Eù)1##%ÍzU†ÈP«‡¨5eãÖ,L4Üš¥]Åœ=·ã¶Îî˜EJE×£D†6ÖQ ùÓVqGÊ &çnÞN™•LÔ)&a^1ó‰hù˜ÿvY*ûeY"F<̪(ô âÐ*á¥Â\ji> ë'´8ãVJr ±oCÚÜ+b$l ¶E-AÚ¨b"„¨­….ð-}òkMvöFLrrÊ¥Vl¥TßKΙ”Q'ÊzÂl@Ì@‚ƨ™]†D´lHÄD½*%âî}¶›b9tW›ñAV"¼Ç-"'íâV`Kî–Ð2?<-mGZæÖ÷¢.]gÞ¯éÜYIó!U'äfÒÎïÒs+iëîKØÔ|Ì«ëÎÎwÞ͆z_bÀJÄîùø³O)Yï(¸IÝ÷ßÀ4Ôw}(åqw à~…8ó÷ª•»>ŸXÓ²?¨?jºÑzfÛ|grÍxëÉâ´^°nTPÀÀz,Ô%ã§2nÌ*js?lÞ›vZRNASÒ)jM÷¥írvÆÞÝžÓòWƹ…yŸ¾w'¤îÎ/HE¯„ž²*˜I‹´=2Ç«Hš¥&^‹u vÏæ0·q7ùÇ£ïÎîBm -vÂÀ¾6ÿ¬rOt†V´:Eº<,ºð.6×qêtI‡˜·ˆZâaýÖ4¯tù5éèæ8ó¢ãYË‘QqÁ»›¯hÅ;>5QË|ê4egUlL4rÜ:ýÇÐÃÒ FnmdŽ]ºö¢í(jRp›Œ•4±Ë’‡ÃmGž–~±ú¬þ€o¨íìî©w·Ú.ïzúžãKPˆ†@F‹¹QCëÏi ­(íä5{VïÉÙyÍo—jÔ' 뤈Sм9E:³1F:±Ja;«ÅÜ_ññúS%m½?8!…M„F§e–ëÅ[º.}yC)Xžb^™Ô•}™žé]¹=Žùúãfa3á+ 3§|e¢íäö ³͈ÌÉ:â&3ã¼9œq÷ÞO9õ½IÂ;jl–_ŸUbF½|yXÒ¢àìøu;ÝÀ/Kêè^ÆË¬ŽÛ:NCölŽ™d´•QFü¿º| ï%îïÂ|½ÏpçMÂK W·&,­§Ò6F1b–ÓÒ5µö³uÝ͇Ô=°}Ò©– ÀVü™tÊ8K㜢à3Ω¬¥»‹¸ç‚BÖÿa$íFž`›…|¶ò[WÀKcV…0lw„MœÒ”S€U€?iˆ>ÝkHÛ¤4×£†ï¢3Ð7žÞG(ðôä vB–QÓ.NæÓõ¬Ï*hËcâ*è‘^È&wð€® èzr!µzD•(áYZňüÜÞô¬¾;á鹿 ~švu]ϺàþÞg¿½]àÓ0¯qþyóO¡”â˜ãú઱K¶<£ã„­:U.Øý0P¨bF^ãæýrÆÎ­Ï2 Ó^c¸Öʘ£àë)›œ\¾9Í/¿±³ îÌ.Høð]IQƒ‚”´(i೸]д4ÞvÔu§î‹ð·!Ô][T¬¸EÍûUïl{ ’6Ä"£Âœ]“ü 5èe£¤uk–S7ó«!³Ô'Lº”YÒš0*(¶ÇíG_pÎþ~ùiÛb =í ò§jÛD½¸1Þ~,ô¸ö»ØóZÖ!ç¦í2FlDp-oêT…§„M¡Áö#d+³°µð3ì"ã횯ÔußýÛŒ®ìǼ_{#jãV'í‚fÌ¡æ= ên=©;mýiãUõ—y ½rÛ·Läsi‹R„C?#V)<¡ sÈ9a £xu˜t2=§–ã ™ÛsŒ+P‹Õ)“V”4hùñIIKrJÜœ˜“¶Ÿ6ýÀ/ÿúOÑq• u¼ -•œÐ ýT Æ÷¨{Ô½ÄGzlù5ëLÒ §#.¥,nV²ãVµ0i•QóĽ°0puh¬ýÒí¶CMOËØ;¾Î[i»ˆŒy$ „Øòë¾ ÷*Dó/©ç^HÎýÅr½bo>Ðÿ:í¾1œpôÝÙÔ«u=;AM÷ðê4Å ¼²´IÚŽØä ÌËmÊù¤|2Pê õõ•*ç— @'˜‹c’Ê¥QAIÖ§RÃK‰Bî‚=OñymJìïÏúRÌ Yß90¸eb5­Í’/eÜ=ï]kÒuc>[ƒúh%I+«s‰Èà…² \ʯV§}º¾Œ¯÷1æïº‹x„¸>:êUhß.(Ô8dhÔ®’캂'÷bà• ›¸-å -Û³™xwQIø™Š¸×Šøµ]1“’·Ê©›vih¸éûÈÚ™”AXuDIAvJZ4âä™$x4b‘S£³ÜÒ­qÖE`žâè4÷Z¼cu„||å9éP|VT›0 j¢3ü²„AÔ™U/1ÏÆ&ùå¿xä¢_æe‚£q`@ÈQ|Ü©UBvÑÅæDÍá~ElŽW£FE³‚êŒEÁÝ%ؼ~c¬ãxðaÝž•GÕŸ…‡Zgfµ -±7ØQ”sè59§NœãV&çˆugFIÚÜz2nNÖ€Ìôæì¼‘±ê”i‹‚•²OÁüì„Äìݺ²ˆµ*Ô¦Wgl7ž!ÖÛ#ˆcàiÂ,nÝmþañEË÷§¬“λ”Ó¨GÛ·ËykPcqÃ)Ë­W¨Kß•rŠ:¶ç:N&ÍÔ )³wIh)'¯>an³uu§, -qo6<Í/ƒž­ŒÕÞ©Ø·ëRHsÀ%Ä^‡´ãúÓ¤ëú3„à3wï½”K£Ùžä^Û¦ ¼†CöOX5⸣»?åê¹ õú$ñˆÈˆ“×°”÷óÛ'¹ <[ñuÆÂ©Ízõýibll=½¨‡È5öNPDÏû$ÄBº¼>\õetšQsÃAœ -ß v?Ê«E!Ï¥}*yÌ!&Ï¿¡]–dáÿ§!‹Ç¬JêWA­Êù‘Øy˜–‚¼¶m±‹¨)÷Í 4¤½‘ôJY)±ÿJžÕyõÜ <s›v(ˆ«çnئQ®¸¥ù`çíñš×ßÌ ýuï³upš²¾î‡a«Z´eÔJ×À€¼¾ îͤÌ+å¥Ý"jÄB)À|r9RêÖ­ô«ùP×Õ¾I<¤¿zårrn]xìý\@Û™õk{ˆõæ|H.ÅNâ ]HÛÈ—P;¯>ëVв~M5 ™T4J[£cª䔼#1-iBÌJÜÇ®OÚM)‡FJhŒ#>§ §Lz0#i¤\ŒÏ´G'Q·˜JÜM[E-I#§ µË™‹¡à%i'£4þ–q±ªRNN-JÜ›ööÆ]= GïÝ„ýÎ$êê½™Š‘wŠÉ¸ƒßœ4q«Q¨·”[§A=]·pðzÔÿk=ÝÙ™Wªw|B -îbVfœÔ«;v㮟ӘqRŠ£Úµ„E)ƽjÐRb½¸w(å¢vn#beWa.1òBÍÖ\ëÉ´G©Nû;oÇÝ2VÄ­'Á \–tS -17·õÛ0/è½§ë&Pw¦ÂVÄÁk@쪤™Q¼1Ý~b}–v ñkz3ó> -ïÁü7¦ï=;pâ+`«^<¨¿™ ö<ÏA­kyX@¥A|BÒNH¥ƒqàÂtî.t=$Ö3vBrÉî‚Du+ SOC­”eÜÚ®ˆ[ÌL{%À@7ÜjÈýÚëxP¡ÎÎK„i?¥ji®z>Ôý$·ÐõX®¼j7ÔûX²–\„û•Š,q-M±ç íæÔÇ,'½ -ñNHyD¡Þ$l¼b:|—ó‚F€%´¢é¶ãi¿¸Ö-#·z~|81£ íBf܆´µåddºêÛå×W¾5ŸJX5˜SB[|Ý -~˪Ä]Z¼Ô#¿jk–~92Ûq endstream endobj 38 0 obj <>stream -*aaãÐü€Jv0+ç‡["ÆNLœ¶Éè[ã-G‹Þ[}Uµ?cæ4fÝRVx¢åHÒ@:Ÿ#öèyäü푲=á‘ÊC£:ë”2§*<ÞLìñÚ3P.…çDë¯YÅ)3Ì÷xëÅŒEDÍ×!ìHšxuÄ=É”MLyº³ -ùÍ»A^ûÛ ·u7 ¢ïÅlÌÇnHØÈWfViÆ&£Æ¦¥-‰Iy{|†SšqµÏyYÀ&R6Jì{˜W(7œÒÈ´‚ŒÚž"µ4Ï#§¼¬j,È'gæYõPƒ½˜ï¶)¸mÍ€öãóºüRÏë·+=£ùEU/‰¯„ýÿý LjýÂMÏ?—ô÷3nV-êáµfLÈ2̪åÑŽ³(å´­ÌQ/¤‰}ó=/ðùÞWhP݉¤BÄÇoO{i5 7«#ê¼ùÕZƼã”Ë·fj£;!Kue@‡Q¯Z}AÔ¥z£7”K²^•¾ ru Ûß¼@ŽïBÝR&Q‡Yø9ùy…fwQ{ (1+åòöDûOÀü2Ü­V@ý•'ÍÌrÄ,¤b6Ýõ¼«çÎŽGÛ ¹¹me¨ýHd†SMìO‡|JN[!ë›ÕÒ”])6ö6E!l)¶&˜)ÓÀýØœVŸ‘µDÇxåÉIV9bš‚\°9E9Ÿ&ȹ5»P )«Œ”2j¨]ß¹ô=8ð±/; ½©WrVÃØÃË_Ë.íÇÍJiÞ§”£N15í‘¶@×^ j‡±ñªuÄšïUûá<èÉ¿E<ÜM¹3RΧ~½‡Ì,Cì´"Ü)hÛXuOeÇ?~.8ý”AÊß]Pöü² Ô‚Ÿ‹ÂV )lãÖ'HÇà -æ†Ú2 -ê1«¾3kx–wuö%Ì͉̒¶£ë#ußD¦ÛŽeœ -îæ´¤a{J\cìõww2æv Z3.akŠXïuku §„1òj!Ë÷ç¼*9N°¥G 9šy-æ ¢P3; FnQ®LB­¤\]7r¡žÁü‚\‘tpj·„¸Äìœ_Àý?‹b10eÇüXý7KcÒ–(Œ{Ô¤Ñë–®î¸ùÆ“¤íÆ øLWÔ¡à,›$Í˳üRÔ×ÿ*l”ô«ÔˆOÙ™vë2^}æï&ôó²ª"FzAÚ)äº#A!3ácT$\Œ’¸V˜ÐË2~bØõ‰ür÷`n^w=u»³Ü5˜]’k²pí)Èþ bMæ ó -(IKÇ9ÜÍ…>‘ò²~{Þ'fÿ’ˆÿÏ¢L±”I‰šMXY%³í?g‚fâ -ä 1êUJoçm|¾ë1>ßó<×ñÉø)·”úÕ¨eYxµi9â;Àû#6)%n—R@ä»à)d¡ä°¼G×÷ézóµn7 —f}b:±/Ï8úîdç;ïåTà -)>ÄÉdBb;e“ÂgHiyçÝœ¿÷YΣïË»ôݘC%!ÖA‰ýK·±±k’FF!fÕiR¶ë¢& fÕˆ"srRÚ*¥å`Ì1Ÿ˜³óI‹Ãà=#œê]gï=Ü)a„§Û3¬kÅ€­%LBóA- ^ þ~kˬoÎ):~] … ‘õ°ë’&Ò¹ðtljùgeÿX{Üx4oÓh²^¹8½:ÕŠœ¯ûA41ï»T’4\gÒÊ©†<ÂEÝð~+üì;IÇÀ‹l@¥‚ìL>j^yÝvÄÒ_ñ™} ö;Ô!§Ý„~‹©)§R±È¨I§„ºmåÕn;D­›aãú ·tÆvò(îS0·ŒŸJyDýoN± -Ö§ÙW!”$Œ‚ª¬ôÍ£ÑÃ×¥-2æÔ÷÷ÖP_ï<Øur£¼]ŒƒÞ,Ñ -C/Zä}ÚnÔ/fì.Šyùˆó–¸7½ “÷¡\¾/Pk#û@«GðPÿF<3‰xصa3«2 ó”òª³üꌭïnÚys$åî¹Käà¤S#OÃu!~¥*9ói!géõ)wÿ â»5—övö#~• ÈE1¿%lwŠéXüÔÄ­[U'ì½wQïÀ0±ö–_êÉ/èïæuw0¿ˆñ6¤éÇ€ S}Ü}ל õ¤|ú›ëf9}Û&£`^aÇŽŸÝ°ãã¶mÍÐ.ìB&ú'ôÕ/)?ï´¥ìÜšèÎÆ8ùÌö$ålÖÃkÉûåb˜/yñÞ± >mo­&Á òÄÚ8±ï%¨Òë¹8°,bSò“&IKÊ&iO9œŒGÆ‚lFÆ‚ðÔâù‹ŒIÍK%mqØVB#öü£n !²4ô¤óËEù¥fgQ݃•Êdã´CÜž¬±ãT‰a®z2n…z® -}Ëyu=iп•Qê‰ÅÁÖë#­??7¢v•0f–Ð6§x¥qC.>§¥­È—‚Ö0d€åñ¦C ·2kQËvýÝü˺Ã[Üú´]«ÈzÔŠ<ôènP*Êù¤. YI» qyLPž“6÷ß1»° ±0!ŸÓË+°µ‘S™1ñjòÀÑ9Ÿ\€ØõÄ}&Ü ×gQ°³®®~ÜÓu;ç×öí%‚¸•z…Ø£ ÜC&ê+åÒ‚ÇÈù)ämâù„9nÅúùøÆ(å ê¦W¤l”ËÄ}Ȭ÷ú«Œ«÷±_+báU#Àø9§Œ[Ê&îo÷üša]¯ ƒXûÜšáVÆàÚ07»:i§]‰;Ù•Äó˜S-Íy:ûk{QbSPÓ…ùÜY”ÁßKYq³°Þý¬ýgbMþ_=ñ r ¯óv@Íí.*Ôÿ\‘H~Y ³!5ë•pw4Ù%Íü’öV6¤½ 5¢ßYÔÝÞ]ÖÞÍ.(4ˆ_Æß6pJÀ»Po×­„[)ˆ;õX wô±` 09âRKp¯VŸ…Ü•v뺓ÞîÛ)ÏÍñ´w` èn¦!ÃýˆE¼ÐXÝþõ %=j~ꊻîYc]?pÕ øyݹEÐ\à²\@© ž_A¼Ú®˜ãñöÊ®[T‚„IIÛqi5ÿ i¯¿ I¡WdbßôÐÕÈ4؇Yš±pÊw}bÖÿ=ý'¼2¿>Æ.†~©Ézm·±°ª¢Ó´‚Ôœ¨!ç¾þó\¦_uB6³ÊÓVfîf–£.ZiÚ.lEÝj%^@ÜM›Ù5ž‡W?ò<*ü ai>ù·'r¸C)Dì:MòBÚ!çd}J0˜Xýß„»Y•˜“Ù^Î̸-ï"n².x2§1në8·m"ͺ…Yð,â^xM[Æ-"CŽì'twgY¦$Æ9ž³>κ¸=Ê8÷5ýÙ_÷„)ø˜¯ç1ÒÞÀƒÚλé-¼².fYÖɩ΃fc! wQ©ÝYì|ô^r éÙäbÇÇoËB^J@V([:;3~=xŽ€¼¦Ì/k{•ÜÇ'e\ü¶˜Eؘð‚׺ï»SÞÛ4Ðu/ zE”Œ—Û˜vR®¥íJIÒqg2îxµƒBoeC]OðyugÒÎoÎx¥,4 ûr0OÏ}Ä®Õ䃷²¾Î[)«F–ñH¹ðY$ÌÉmÃ]à)À¡y?Ÿ²ã“rzw¯OçV{Þä—tww‚2 ü[âäÖ¦œJÔÍ­GœœzЬÚm“Œ‘qwÞΦÃÉPh—OÌÈz¹ ‘)ꙕÁöëÃäŸW‡g–ŸQŽ&f¸Å‰fAþ-2I;³öºý‡ÕÁƯ—ŸÖ|Û%¸WŸ± -1ÈIëZÊÄ)ÉXùµ¸]Ô–˜VÇ -JʦdjQÊ(iIÌò+“Äsìâħ86ø™¢ŸÝž¤žÞž–¯Ž²/¯RŽ%´Kq#ýrê:af—lMÑÎÙ”|à}RýÅÆü³’‘²HˆçˆYP7RÎEfZeì¬Ê¨Sžàå¬Jö[È¢9ÐçŒò„•_›b\ŒŽSNƦ(§P§r7 †|*çrqÚ"n‹NsŠÒ&^å°=fãÕl5^zQÿUr’_ŽYT|Ðmdß_ýé—€R˜Ùñéöc)CÓá·Ùwú›¸÷WßaB]žßzC»߱⟠B^> a.n]Êĸ™b\ÂÜ*Y’Ø'Ù$ L›=θ%ÔŒ‹]1¶Hš˜×0« è˜CÎÚ˜â—&,Ìk¨‹™‡UºëS³a3jã×K{Ëij¨Äºt.¤Tä‰û{v ±ÞPÃwý˜€ØwƒÙÕ"`ø|Ô-¢æüBzæÿm@HÍXX¥áiò™¸r)1óÄý2¸Î¬OßCäúlP!K¹‰ÌÂkŒÂü„‰=´^È0.¸ð!¥.R¨P/· s³ªP§. Ÿ…ûg€!’n¥ñuß/¹‘ й ˆùË‚T·ñë£ÀÒ›Fqóò8çJÊÖÝŸr꺶føÕ+Cä1¯„‰?¹+n`oC&Í8e̸QÒº:&,Í'æcp‡˜›f\B¬´+¨•Y’µ -‰=¦Ù þÔß$Ö%óó]Os0æ˜CFGl2jÜÄ)Ûm=¼<Ô~xéuÇ‘ÈåòóÚëæý#-‡bs”óq ýjÊF¬]ñjAÏI˜ƒ]A<³C<‹ãT -ˆûA)“ )çR -36q{Î#$~MxTÊÀ*Jα¯Áw*JÀ5 6))eRóSV­4<+¨HYÄíˆEÔŸa\kFVÑÊ0éèÚíDrIÜÀ-Ms®b&aý/n1e^È5›#G¶F¨ÇSsüÚ¼O­ËC†ÄRfÊ hHͲ‹Ó³¬Âí7´ë¯Aû¦8W3¼²ø”´1:)kFÌÒö”QÜ´5Æ:¿ù†r<1G¿œõˆÈ)¯±ˆ[pàOê)í–óãÀ1«”’¶+ؼžu-f¤_%~ÏA -æØsž±óêÞú…ä¼KBë`÷¯6j¢®LN&,|ò/!ÍÀŽOÂÎ89u¸_DËø ·jÆfù5óäüÚ¡Å'¬ãKOùç­]Ÿ®¾jû1zŸƒ,“ýLÉç £h{Š[✙M;‘˜æUC=¶GYçq§”öÏy…"ï†Ï7k6Š›U¬”E¯‰µÒÅ‚ج’¾1.kÚç]ƒ |e{¢ã§íñ–CѹÆC‘™ŽSÄßoI²n}7ðÔEàï&`k gRDF§×_’-=íØ¿ùšunmPP°5")]}Á;ç½Ùò…ïz㧯'7†9_ó -L=Õïo3ΦŒÂšíIæEèó «/;ެ¿¢p.l³Ïm³.{4í³õÖ­Ç,üZ¢ÏV;ýzÔ±oéqóÞÔLûÉ”¡õddš~ekRÙ™VvÀ\µF¦˜—)GV^ÐŽn¼¦G‚Ú¬UÒ&ž¥Ÿà\Mr¯A?ŸŽ¶ÿ¸ùªþëµ ߬€l·\yÃ(°ôÿÏʳúy›˜’˜e®ïyUûÕÖpã~xÏá8hurVÚ”±È(  •ÉY5=:­¦mNŠªüZ¿ñÜjøtþqë×GÍ_­¿!ý”µ [sáÏÏÇg9E˜CØ‚9%”„QTC¾%Ö”r¥µ‹ZóA…Ø–—„úù‘YÚå塦[oÀ£Ç¸WׇØKÏ©?o½á•&çädЋáqæ…ðëâæù§õ—‡‚¿\xÚúÝÊÚÉ1^É¿|µágGf8WÃã´3[#Äs¤´3i£´=ÿwi°íGsOùGÁ;Í_‡_ÑO,=iývñIó׋[¾Û|E>¸ÓòõüCÚ蓦õi•û6í€s eOè1ù`Ï–”‰O<;_‘ÿMòKWß0ÏGg‰½UîQHÒÀ )èáíqÒ±°@dXc°ãðÚkÒ±ø,zPT“6ÊÚâç¯Ï&~vܪþØ}³ú£ø­€Ðøø~Ú!QÉR7j4­¾fœò ´~î¹^ÿ±QSñÞçÊïü7«?Žƒw„ß° -SFƵ-rZ1­0̾j¿[õaà~í[äŸÂãôóij]˜GÁÛ¤‘Iayê#:É+!~HèiÇAÿ½¶½ OH_r/¥ÍJjåÖF§Èg’&zæäÔ¤‰=·¯H?.=&Þx͸§žIE ýU±i~Ôþéð0åç­!Òá•çíû½·>·w×}¾üTpaé‰äòü}ÆáÅ´ÃKi‡CwIûWŸ±NÌß'íߤßb_؆\‘œ”n¿á_Ýbž^~Þö½ÿqÍžImÁŸ&ÅòÞmþnåyDZ(ô$øÁ¥åAÆñåôŸæÔ}¶ö¬üÞ[—þ¶ò¼éxdJÞ¾:"®LÌÉÛ#ÓÂê•—ŒS®>kú.1F>§œ¿WñÉÊKòÏ+¯Xç·F8…‘1vÁú`Ó¾í¡–"£­G"ãG}OÚN©¯½³ú¬íøŽ]Á!jiñyÝÞÕ—ßm’Nl‘‡¡¯#㜂è«pýuÇÑ䌒šœë’mMªÚŸsÏ…qNïS¾÷Ýjütñqë·áaƅį|cˆvµHiȯÊú•!‰ßaA¬OA­u@ž»‚9EÔ¤…W7Bn3Éiixèiý×¾Û5Ÿøo6ì Ümþ2p·å˥ǔC[0fÛ#¬‹ÉiAyô ¯pã%í§—”£þ{µÿ¿ýÒÓ_ÿÉÚ ãjWñcFië&ñ¼3pYl†zvm¸åÀ“¶CÁM{×Ë>ùOwõ§›ƒÌÓ šö®¼hýÞ5Pý‰YYòW³²ü/ÞëÍŸ/?£ó=`ŸT4þ}JQýKgýÇqð™ð$ëòÖ0õDx„y®áçåAúÏëoØE†•§ K6¤ÌüúaÚ©MÂã&(§ž6}cí®ø»ûzíG OI‡ õ_{nuœÎ˜d0ŽÂÚÕ×ÔŸš÷úoÔ}ì¨ù86Ƹ„Z„MÇ-碣ÂÖ”©·w{BÚ¸ðŒÚÌ8æ»]ÿÙœ²ð1î…Þ¬ýÔ~½þàcÆ…÷–›Oìøé5Û£ußo7í_n†ÚªþÂÜyå/ËOë¾J9•YÈóq«Œ²m”4¯ q.ïµ}»ü¤mÿÂÆ¯Ìºkïºû+?\$öÞ#ÿ4¬,ù)¥ÿ¸ò¢ãG_Õß-•ïÍ?hûîûôïfe¥ŸÅ^ - -£o„%‹ÏXÇ‚i‡¼ Ÿ¬=ªù|ñNå§[ØxN>â½Q÷È˜ŠœœëVm¼•Í?nùÚÝ[üwgÑŸ=]%ïzzŠß =ªß3¡,~ÏÑßqbñ±à\àvóž•gÍûÖ^4ï[~ÖüûVãg&MÅ_=µŸ¯QN-=%HÏ(9±qqãö(ïÊÚý$ôÙ‹OÚ¾óK:úŠÞƒþ.^•.<çžÝÕÓÖ^©jV¹ç‚÷¿põÕ¼ïê«þÐØUüÁ¸êòÿlsJ6 ž¶Þ­¾"Y¶]|Ö¸/ð a¯c äkÏ•¿”}¢\ -abNÒ¼ñ†~žø½[M_,?mÿ~ðȧä W¾^N=ånCmn RZ}Ö~ p·öÓ5ð“®øÖ†ç¶g”¤)YCØ*£Ù2a¢]^žœS—þÉ¢­}ÏÞ]ù¾I]ø×@ýghß…ú<NÛ¢ŸqtÕ|8Æ+üÝ ýÒïžÑ.ýä¯þ‡ŒãKƒ¬3î›MŸG'Øá1ƹøñ»_ÚΪ/¼cÒÿÝÙ_óɸüÒ» É)£œ¾9Ä+ ò®.=mûÎ9Pýþ¬²ä9EÙŸŒúê¿ßï8÷ã’òOžPOÅ&$µ›o8Wž´|³p4Wý9PõqàaÃ×ð}þ–6®i…î‡Ì+Ãüâ„©«kmXPfï«þÇçü¿°/ýþNÛÉ?0O}üÿÌ?®=³>\}pVqê·¾Ûe% äóñ™àž¦CñIò©Œ‰UŠYäôè$¿$iR²c&Ç}4p—ô]àNí?Ü•->jÚŸœâ–ûj¿¯úá¯ÿæ¨<ŽÙ4Jÿ“ŽÓêËÿ³òªzÏú˪/·ŠÞ]|XýEjŽWq—qüoá!Z%¼¹6B?µð¤éÇõkïÙû¯üÕ .ø“¹³òÃÒñ?öÕüϵ申¾‡ {&åW~ÿFPø»QáµÿšSUþy”{á÷¯¨'ÿkLSø'ÊÙþ—QUºjÚsþƒ½¯âCKgÉ»F]É_¦¤Wÿ8ƽøŸ3ªÊ³‹>zÐ|ú«¯øãòÚ9~çî-{oíqó¾Yù•¿ ÑúSwñÀÆik'ýøÂ}þ¥è„¬ôíçÕ§-߆n×:«i½«ê}«®â½ÀmÚ“’–ÏÝ]­„>]|BùaëÿJèíPà^ÇÁÀƒ–C“Êpß,ýÇÖkyíê3Áßò¾µ—ü‹k¯Y§×^Q~\~ѶéYó·{UŸ[z -ß3wÿÍw—wÌ{ýÓò ÖÉÐÃŽýžÆO½·¿°öÖ~<­©ùè>åÂr/¿³ü‚zvõ5ç‚«¿þ#ƒ®âÝqéµwæt%·õ–¾ï¹QúÉúpÛÚKï½âŸ{/:)ï€,sÁϲv—¾ëè¯zôà“1É…?¼žzGYñýŒË¯~ŠÌð«Vž6ï_z ¾÷¼ið~Í×àµ{—Ÿ^úÐÜyêÏË#¤‹¿1<É)ÚrÝìØ»ø€úƒ÷FëWó÷;~€|¹ßÔ]ù dËŸ -=j:¸2È>ç¾Ýþ¥»þC×Íæ=óÏXçÖGEågtWÿ´ôœtÄ}«e¯û0õý´óFý·¶îºOæï´~$<ãAÛ¡eÍçÖžæo–žó -ÝMŸÎ?du P¾QV½ëìkøÄ—ò½A[÷ÿÊ·¿q\î}É87*¹ú×aιßä…ï8{ª?ôÞiÜ»5ÚþSÊL/ë¿öÅúÑßX¯7}³6ÜÉõ?â]˜ÑÕ}>Ĺú÷!VÑ»Óâ‚w†ÙÇÿ{éyÓ±¥WµßnŽP/"ÖÎîœG¡\z\ùÅ´ôÄïf•gÿ¸]ú~` ì=ÿ­útìŸí®Û?©iü&6­f"&9>͸¸ñ¼åðÊ£–ý‹Z¿ñÝ«.o?í}D­×TìuÞjÚŸ6sª€E¾_¸[õÑÒƒº/ÝU{<7š¦§Uü”I'Ú—Ö®(—_2O.>oÙç»S÷™£§êCkçÕw]EÏòªç_´|ï½Ýþû:瘹³c¯ëzËg¾›m_ùîÐx©©û¨úÇþßqñÕbŠ6ïêá åñŸPþüï“ò³¿å]ø¯À@ËWS=õŸ5|û[Ò‘þ×Öˆ lBVòÎîÙßÌH/þΪ+úã¸ðÜïßðNÿqáqÓUËÏ¿§œüò76m륜M#Þí8zÜø¥³¯úý ñµ?<¥žùÍœºüo/åïÕÿòß Êª¯–iggõ[:«öØ:Ë?|Æ<ý[®ÿý íËÿ£¯þjc[ÿN휞º—–ºB -…R¤…ÅÝ%8!îîÁ݈“ Á ž%xÛsϽ÷»Þäî³è¢íÌÎÞÏÇ23Ï>³Ú•ú¼Ÿòº—ã¾#FG™1€¶”úØðZjÎ~¢aÇ^D|9ßQìuVÃŽrkÁÄÝïÀ$½°·Öû¼Ö^öÞ4û¼Õõ›o,öèCþÙñ¿xmOc7ä ³¡V !u{f£BN¿Sû©CÅÿšD%,w¦¿V2Ü-#œbó0=c­ 4ßTôv¥µèÝvÔ£ î/ç§<ÅÆ{ü9Hˆ{å%$êyáW¦+¢ïÌÕf<•âܘá†ßÛé‰÷ÚîJûbG'®ôƒ=œãøt'-<9ßPüZŒO¸<€ŽúSIK¼á)p*‘‘²Š¸—„Ä7ûH©†F˜ŸŠ›zW͹mî-ýbê‡~YjαÔ~±ÖYúq±µØw©µôË¾Š³ËØùÛýˆÀÅæì§ÆÖìçbRÌuQŽïùqV‚{6æA3"Æmà™9 Óª ŸÎTe>£ÆÝ¨Íþ“ïsfª>ߣ÷õñOàãÜwH0‰{rBê[l²"ÿ¥Ö¨ÛSÂ+:^ÄÍ•îÒ/õȤ'œüwµµ¨˜ «ÈÔ ¶æ¿7õä¼^nM{+!ø]2¶f¼Û×À«eËu9/¶úŠ#ÖzJ¢,ƒ°o›à—Ûý0ÿÙ†¢×ô¤Oê -ÃÝ÷•Ìr@[Ò/;W•ô`±&ý‘©¯øÃ¾e’––^G'x^Xì)þ¾øè…š¼§+uÙ—êRÜÆÉ¡×RlÌž’µÑò\*6Ô¦ä¡6‡Á@F}?U•õPËŠ½6/Š»¹ÞžñÌ1M‘U$<˜oBÇ[‡h½¬ÔùÆÂ•ÆÙÙÏÜâç„äWkmȬcˆ½ÚCŒš®O}8SŸè¶Ð”ñØØTôf« 8QUðRTôõ¯öâï€W¡‚§«òžÌVf=Zn¿Ôqâ®.ˆ2nv½ßì‡~”…\¦&ú]¯&ücàÑwFJ?¯u–¼Ûè„þ¬ÔSÍL¹k¨*xÞGM½÷ã½Û11öÍj?:¦s½¹ÈïœýýÏ!tøÅ–’€?GñWÌ#¥Ì’ ÛŒlïËv:}³¿Üw±9ËÝP—é6×ód²2ó±’wk‚•øp»ö­²4ìz4Ð_b²¡üÐ-·5ÀsÛò_MŠRï÷Â?_Rƒï¬vå~ D<´¢Rÿ5'¬ÞUàÓÌ€6™'h_^þõPUb“~š©¿ÖÖ‚ÇùyÞV ¼Ù‡þ¶ÞQòa§°3Z<šŠ•tgµòÕ6BLš`ÅÜØê‚|3‘ÒÖ;á!»#ðÈÿ7K*ýï4ì–-µ¥>;ÒÐË@~[è€~XíF)XÙnc”Ô[Ëõù/÷Æa¡{È8M}Ú[J²çÅ•V|䤨ÌKJJ¸ªá$¸m´xxþ¾Ù‡úî’av¥èC}æ‹¥ö|_»ŒS¶ÑK‰ÞèEø¯÷–|Zï.||ùW]UÖÇÕîòï䤗øø§&1.ZÍÏ~,£$]—ÓnŒQ“î RžŠi^s]ÐÐ’˜—ƒŸÝµBÂîÿœ¤•ïžöüœ±#ûÙrS‚ÛRCâÓõ c(éĬ€ËiÏÎŽòò ”¤ÄÞŸ©ˆp}Sź2Fú|}»ìïP cÉQ÷õYž¿ ,ì/iEGÍV¥¹-ÔçqIñ1Ïp)'“B–UÂ+6‰9Å«=è¯Km¹ÏëÓè8Y÷¤ä¸ËÝóÆÆb_“Ÿ¤>[k'Fnv‘~tÃüÏ‹±ß¯LWf>œ©Í|¶›± °7Æ‚M°`Û}_Ç(9Ë:JÍYn.ö0Td=P³ÒïSÓnËÈOW›?̲ùfì·™ª¢3œ'z~ò-CEÚ]K_ñ'‡‚”>Õ 14—íkЭadˆ±â»9ŠO±iheÆADÐ/óî?ûÁj ÌG/L0#Ê|m"'Í7•XoGø[†°á–!ä·dˆu˜Tx¨¦¡Z)¿4à«BþY¬¨wMr,@æuÉ1q»ã¨ˆ=%:ê@…OvÈÈé†&X°J÷vwœMÐWç½Â_Ôñîoõ§=•ó®Nr“ïlwÀ5€r’=/ow#2~ÍpÇ“dð¾o—nv&¿˜]ZmÏ|ýSÏÆ>wª¶ðÅÖ0>r¶üTÃJº!§ý¸Ö…ù|½ x{ª&éñbSîóå>l¢¨øÛíjê‡%¿'#¥›êA#¶ûÓ¼6»r<çj’ï­µ~Üb¦×ÂbóýJBªEû:Ûûn­3ÛÛ4Xâ¿Ñ“ûÎP“òh®£$`ˆwwº -üÞØ… Þ@‡[€l±« ­ #¾«*ó<¥¬ o‡y»*J®]NÉÞU3Ë6€µÜè*ðØ*óøéÕBk¡—¡­ðãd[~Øú*CÂŒ1-L{´ÝUôÅ2Tº+‡ÄjñÅG:lšEZ0B »²ÖQz¨¥•Ø¥¨pÓ@¹ŸV˜tk‚—zGËK½7ÎŽzº=X®©Î àç^^ÂCvÄÐÀÿn´zêùñw‡ _ÿÂFÞž©Ïyç°ËÊ -ú«•à‰MÞŸÄæm¤{˜ÅøxÛ³ð@ÁŨÙð­aøWÓ*Ú©â@ÍC˜Xë@™ïb}Ösƒ(õ!Àu¿f˜ˆ= %w{”³ÐÜ×T \jÖ*AEìž¾k;\à³?QøÍ©( 4¼x4% ›Ü»ØN [lÀ®´ üækó^~çbê+÷ŸoʳÒñ5£Çk -½ú1ñWªK¼,ƒ¸H«a‚Ýè/ð3 ùÌ~µX—îfÀ%™%ì"@Ç_kyiO&xO&yé÷­=ðï{Rx¥ 6SWüÉ*æ¢tÈ€fHà…ö2ß?&ñ¶Ë\*jÞž8´ô2»•pvµÖ‡ -›nÈx´Ñ~zŸ -¨—ÏÖ!R‚CÂÌUp³_Ó’ÞºFéh—š^¾6XøÎdfP{öaTؾ¤<Ø%ǵ‹ŽÛ8íëÚ×2`úê”§£”°?š3^i«r½¥¬äçË­yïÕÔ²Y ¨W”~»­§«ÔµÖüW uI÷5œ°ëRZÐÍÞÜw®±òï®1BÚê&R ¾©¬É‹ØÕR -§ëóÞ ’"îËyq/ç›3_/¶¤¾pÈ?fÚ -¾H8qìJ|À¯þ}Ø€Ë -fÈí•®¼·âRÿÁR?›±#ÆÅëòf­‡˜v ñvÆ(™K­%V;K}Æ9 î#Ĉë,Ìeà1§z°¹%‘7ç{Jè)%v6Ö4‚üfÿ­YZÎŽ¸?H ¹»dsemQÈ6êž¹í`¬ãB¬uœY°?I.94!®)B¶]O;õlL1òþlm†×Št(9è5½ä8ÿoìT”|³H -þ^`2ÿ³.ØŸ$lä:1T7ŸÌTŠ'¸X›”`øи¨õ1\\3þû½9a™ïÞp%Ê)a¸Æ)ÙG:RþöP±Ïæ Äß,edŸ¾»`Q³7úJ|,e~+­9o·3ßL wÄÌÃ)&bgœ–µ1DKØæåÎ4Á?¾û³¹æ¿ÖZðÀü£¥Ž²€™Ø—FLÔÍ~\²Ûv;×"aåÍ6•¾ã$Þ•2¢oÍÔ¤¼Zoû›úË¿ºä䌵AìéæÂ×{*Ä"AFÌ7%º‚¯1cîv¢‚þìF_Yë$¦ŽÕ üÊ#/k`ßC5þs†>ÖrãȘ•n°ÇrWʳӱþ4PË,c¸Ç8²;QÉܦ¤LVd=%þ¸"£Ç=cDÝë@ø^ÐCïÌ´•ù´"ïʘ±·û±V1>˜ëâ#-³|OE)Ú’øZT°—ŽOv©…”ízޱ äèÀ­v°×±ë’¡£7zÊý· ßÍØHdzxg”¯«I¸?ÛTæc–ãÍ|ôžš9˜ä3ìjFÙÆ(ò‡cººÕ9Õ4äT1 ›=e YOôUæ› ½rR& “9QÊ9;îŽSN,¶ŽR²6{!_æêÓ/6ç¾ÝÆGo‰©™ö1!nGLÉ\l.û´=€Jp–êT`“Nï1¬vßOˆ’Ÿs£oíÈ® &Òª¤,t—9Õ<¼Cņ™%è(c'øÓVo¡÷fþ‹µ;M)¶&Ï4Ý•!öðÈ;üÏj~œ›˜zMFüAMúÓC y8YÉ·«…d‡²ŠÔ*Ô&#$ltB¼ õ¹ž“ÍÅ_V±ÑË=èˆß‹\¾U†IYk/ÿ¸Ø }¿=ŒŽ°«0É6:ygo›db:Y龜\¿›æa -éÐÐ4bÓW MjFñš¼ÜùâÔX™ãqV%„´0; *XTÐîdU“IÁÁ»Ê>.wä½ZïÏ|±ÐžüÄИüö÷¯òh–_5ä#‡›z4SY½§wUœò]9³hg˜’´ÕOŠ\êÁ‡¶`NÐaŸœõs/w¥ûe­´Ý…´ “jN¹MÏBÍ™ð§_öåÌ2û(ì£ïiØ»’–gWàSLØPó!r[ÌLoAÅ^Õ ‹Þ¬·a­}Ä8û-{GÌ.4v“c¦EůÖ:±Qæ1!zi€;QUøL]Yà½ÜŽŽvŒ2á¿ô†m¹Ùï³Ôšñl©£È{WÁGmõ!‚gkÓbŒÓÒŸjx`¿ÅF8™D1«üM]AÔõÅFlî?s•µ§÷‹l#E>[ƒEÖ‡ V6åd’Zz Á¥Í5¥½Xï¤%íÈë9˽ôd?ï1Àã÷ú0‘·Gɱ÷Æ©oæ› áÓ-˜oœÂˆÛÕù¡7~O Y» - Àå%ÁfI±ÿJw·iãБ¡ a•3 ,c,ðiì)ÙÀ û;ÄE_¬ÃŸÜfj¢8¥Øôˆ±ÔE<à—õ>RÆžš è5«|G†‹ÛQ`bwTØxç­Ü1_ÓiÖÕ7›•\¸i””ºÖ ÞDF9•”¢ÓȦDèÆäËf"b_ãjKß-Ôæ?76ùl÷b³u\ªSÃ(_ìGi*ÓžîH)™‡Ó••G¡À"CÅm A>Ï·½´ÕɯæÚ²÷'ÈÅ?¿³Ž“r§›À¯Ž§E5[€¦®tÀýu‚¬GæÞ² ë2Ã¥aá÷&¹D§’Qà=OA/Úê)òÑòb¯3¢o޳cÜgêS=íãe±§=ÞNë~{„”îPÔ0mJ¯RJб­ìÝ(þÇ% /úæjOžÇÎ.úôY|‡ŒY²3@IÜÞÙè¸^‹3ÉÊcÌcè,›Ÿ2Ïa9õ”ò™Žü·%:Î<‚Mp©k¸Öñ*ò¶˜“»Ð‚ò¬âc9 ê®gá<ô,ü;)îÑÉ»×Q”w}Y|ß(¢E˜ºè ‹­°Ï«Cðà¥>È'³Œ¬sǦ¨ lJø%Æ~Zür'>x©™øe­alf„OVâ?òs¾ŸíƒgÞšâã½Ì]Ü s3i¶Ž¬¤Áž/ó±^»’jü†„_ª®G|šmÁ}w¨këÖ‡`àwÔ|¬¡ü|Z˜t{³-ßÓ9BÏ\éà¦N q^+u”À¥zÈv 7ÕÙ_ ÙnäÌ -*"ÇÑ„G“d´ÇN+?Ï2ÈÎÛ€ØGÈi» -Ñ©mrªE ‡‚ -žo*|§æ¥<0¶ñÒWû1ÆÎŠì•FjÈfgx¥™—¼ÒHÛê`'Ìc&žöAKîÏñˆ?ìC‚Òõ^è—µÞ"§“±?I¥Î×öÌ×ö8õ<ÒtS¾÷\K±j6d¡êµX—ÿl««ØËÒ_âc3ödt°u€6TÓW›)»ÃõÄÝaÊÔMOÔ ³~0åpŽÃÞ›¯éÝžàÖäôÜM95âb•º&¸¸£ ~WÁ*ÛD‡n´—¾ßÅǩٰ)§¤¹<åR7,ýæ\%1â@ÜZ{0. lö–}6vøYFQà£ÙêöÃÙêæƒ™ -]I/±)ɹS|¾KÏÄÍ01–±ÒÐÍÁ€¥6°Çjoñ‡õ~LlmqÌVHš»ž‡}oêeÈkv±±ÖŒ 1w‘¢\’*Ìj'³d²²ÐÃ<ˆ‰±Œ`bvUÔ‚½ z‰KU§~ e†Þ0vCƒö´5§ÙÒB üÃj1~ ðx[Cèïëýø0c;ᇖ]ôVË,z3[‡ 34"}æZÀog2Þ.´çú.p*­Ö+¯T˜dØÌùÞòoíšk’.Uu.Òqëèm]Ö C[ö «s<ÏåÍWÖ[Æ9e›}Ä„¿§ë»~M6tÿœ®i²•E͵D½XìN{mÑ cç¸Õ>tèr+YYEúÜM*½ÝŠÉ»*ÈKür®48àLš·(ðÅ3ÐÓ»WA×/ž¹_ýôùñí3øx¿¿ä¬<÷­~tôß lÚ¯%6ͬ!gk;Пä„ãÕè·c<ØÓ!úq;ºô–° ã8')æûv\ô™êŒÔ?Ø)ÑÉ1_ÏáS¿ž‹øôíñòl#$óQ=,ñJõÚè£%îHÅÆ.|„±÷ms€>×ÉI ‰^ÝDø³Vtùݪ‚¢¿èIÉçáag ýýΰ¢ÃÏóRÂ.⣾œÏüôñLøëW àgn ÐWAà@Ï3íÐŒ»+íŒÄ‰j•WÑ7Æø0C7áÛ€å¹Öª¬‰*n¨˜†zÒ*¸Ù.½'&`<ûQÐ'½ˆÂû E7ŠÂüÏz>¼zzó:(ì哳´äðËCÔügº:ø7@7H{óTÌ®7«È3íå>ªêÜ·›RÉž¾’·2DO—²ÊșЧ|ø;=á¯aÃ>4•Æ]£§|?Œ ¾ýîõYDXÀ_„èÀ‹¸ð/Ì×"c]j*Ú1AG9§¹ôq\ܦ ¾)¾é‡IÊ*˜m&ë«Éþã|Šï(³Ü£›ñXq»8ôÓ…¢ïAgž»ƒ^ß¹ -yùè,%þûvLâK ';ØØÏviiçµày[BMÛ’âœZò`šC°kÉÙó%^~þ£©*”ïd%öKEnâ°ÿ§3ÅþgÑ‘_.àâ¿ýENŒ¸Œû|èó‡gR}Þ_DÄ„^«Ê‰½¸ÙOLphyû„º)aç­ö!¾Íw€ý×İÓ­pŸ…RØtúó¸°ìy ,óJ;ó¨•üœ¤‹””˜K‘^¯Ï¹]þt8î\¹z~û:(7ÈëQ^aÈÏy~ÿV™ç:c©/ÓGß÷îhFv„f5À%#Äx«çÒQ‹ljtKBÏ[$(ª¡aÂ’„'ŒÔÈ«•9q—QQA×s?\äG¹Òî)8éOŒ}¨”ßFNÍÿYKRˆ¯[ÉÅ·„°Ü‹Ôüìóù‘ °ž Wn7Ao\½¹wôìÞMÐ¥‹€]» - -õxÊ ö9Ó I½¡f=>Ô“òÓÔbÃ:xf™ låýª ¾«Gå\á¥]¤g§œ/Ž 9óÝóP«AI^ž _Pð«' ;×@Qï_€|ß<]¹xþ¨å ·gDy‘—guue¯ÆXE&*oÚ˜‘ÊZV`;‰ø˜‘_| –”|&ëÛ7P’ïgPÀóç g7®‚üîß}öôÉýèÖ•?Aç@ ÐÍ?/ã¾òuwëxNF/x¼ØŽþl ÅGDHm'v´’ò¡ Ø‚A¸5 שÉç󾜉ûð”áó ”ëëŠ{ÿäõÀ ô˜»×¯ƒþ8wôìæÕÓ¹qr£þÐÖÂ>lÈ;:DüÒ@ÑÇ™F@ÔÔÂm53ÕGOá<ë‘%׈iñç¡?¾†‚àaA ' ï‡w@ïÝîn^¼ºñçyЋÛW@€ÏúÖýB-$üÎTcá[Ó"lu¤Ä×$ÅD.·C?.v`¾Œ -a/»He·«!à+ȸØó¥a_AYþÞ ˜÷¯A^n·A¯oÝyܾ zqóè֥ˠ‹çÏþç¼ÝyÿøàœJp ãÑf…»“<âÁ4är«œ˜ºÒ ×Ôc?6" -î"£"þ@GDÍðñyݽ z{û(øÉPø«WÀ¼ß=¹~äqï>èÎåË ógÏ×Kúè¢eDÞÒÕb?¯ -¶¥­"»¦ZhUòQ«#ôTU=ôM?«Ø½šv—ÌI虞 w÷ï€ü¹ƒ¾>{zœïÚ…  'À5žÞ¾ºráOç» è¯H˜ùÏõ5¹/Öú A3TÔ?뜊Ã%È(cä.°² ÝøPe5ôµ˜]þz€{WSœ}ýã\ü'ï3ok<j"àÿ7wn.ky ¨ïoOPYxèylÒ÷«sï;ò²ˆÅ1¤¿ý²™Rv›Ï¿DÎ+¸€NË=_x.ð÷™{×o‚nsûôö]Ðë‡O@?Þ9MɼQ€>S -ñÁ‹íp?‡–¶ë8Hã(·xN\Y¢îªÉªáVúˈ= :Su&ík ÈûÉCÐGàøîùôùÕ3`Ýþæä.(úãû3?¼<ÎCnµ£’ÝGYùo—úIqÓ¸ u5Ö[[Cý¬m`w2 pðûUhÜ]dnî__?x‚=Þü_¾=»}tøœg¾½wä~ëèêܯÜ=} *ÿ¹’ófºjì¥Äû˜‰†^AޤŠêßEƒ»W”eýU )¼R‰(¿ŠÉH¿þÁôÒíè9PgÜî‚‚ž¿½ºëzpýè1°^îwÜîpýð~¢fÆ\Pða/ÍJF¾YM/ ¿.´¾ßQÒŒRvÞD#v¸†áW…ƸÆGŸûæíúüü1(ÎËôîáC`Žÿ]ûãÐË;î ÛWo€ÞÜwEùøŸþðñ|8þÞb&Ü*§älˆ±?Ö°¡ mè/†VbÐõ¬‹Žy"„\‡‡IúòïãŠòþzçþtõüЃK—€ù¸úôÜtëê5€/®ƒÂ=^ŸÉ ñ».fey9T´Ò}±7Ïc¹fØ8‡ŽY%Ä)kË^*êp«à%w ¾‡œOýäJôz`Ù tÀòí?/8|Ìû=ÐíËWA÷q¿}ðôäî‡ûSPnHèؤ¨;µ„€•>NšIÚ$°©«E‹Ý¤¨Ù.Jød'á[+¹ä,1ü|èû— ÷Ý@¾OŸƒÜù½ý×e7@/,^ÿëÒÿÎÿXC¯G/@ƒòþ­*H8× ‹»´ÑŠþµÄ¯rÍÐQÖI>y]^AÜÖÖT¯ÈÈaò¿8ç"<.ê\Œ×»3Ñï?sãòzütù ‡W®×}zóè!è9°–‰Ÿ¾œ!g¦ÝÁÒ_Ïu”Õ7dºO²’ÅÕ$¯Ýw¤ZÖMdy´¡I;¬×"í)2¹ìZQDÎedRñMräf?£.F^ÝS>ÛÝNÞm`lÉ+ðv óÙ§ªE;5•+Ê -´ªŸ“4ÚF¨¢xw1éD0¸{5ý°Ãñ æàÜKbJnDç\Á¥e\Ç&Æ_§%'»w >ÚZFšq·Ò]öacnÖTзT"šq´?/n éj¡BxÒXî#I(¶]TÁ†“^âsÊî”ÇgÿU–qÁßÓ ôúþM –ïƒßzJðùz”~ØŠÀúêëi Ô¨-);ß,¢McBäÜ,„'ßæÄ^’rÐ鷺_›éYE¤=§¡î%~;ï÷êèÀî7~{îúæíw6Ü/øljXÊÙ‚„¼‹lHɳ!6Ü{¡b×TPÌc쇒8Ð ªg*kv'E“¶š£ª)¨kˆà± 32.…øúž óô…úò|ê ºyù(úSÈxÄR†ñèfÑ?òè_—zkh;ŠúÚQNÁéaçBwƹåk#BÈì`FÓÎW‘}ê¨È'˜¢Ò;¹‘‰’¿Fžýú!Àø voƒnüu ôæ±(%4î*¹Ø­Ä]ªbì¨å; -J–kšÏ>X¬=\µî/T6nhXp]?ᇺ—ÓÅ"½hÂáŸq Šî3³n¢ÒÓ¯—%§Üøîø§ÿ›w ¾þ ˜Àogã¿þ¸þ9àLAjê_4h‰ûx)Ô8À…YdÕt‹¼‚`V°K6FY“ÍoC75ve¬š¨hã&Tc‹ÝP©ÑÅø^Ì ýž-5<ø¯/ž‚>½ô<Ÿ—s'!6ázFlü -¸ä&Ž|ÕÅÆùjëŸå¼Ì{ e_æ…u‡‹>às¬Z>Þ¬¯®\UUÑä­ôjü.:;ëÏ}Ï„{}å|åEÆŸ -¼ðáÅPâW߳Ȝ俪0çJØ\¿¾-ç"\:Ê>Íl©›š6³>VG]­Å-ôÐ"'›q¾b>ìM'¡øùr[ l} ƒ½1ÜH¶ŒWSm*Ó¬ ·eœbû„ˆcŸiUÛ U æ rKÁ.3i¸U%¶¢âÂǪ0óƒõ0};3bªƒ¿4Ú!\÷VG:¹  ðå¾:Èf5æ@Éørè+V l‘± ޱº*‡¢kĬ©«]W0›*cC^‰_îf&»…Ù‹½u%ÚîÆ"ÝP_ÕÓC’Ô5&ŒëB;i4Ï겂ÍÄÓñŠÊÔÕ¡¼]ÕPµ«j¨ÛUWó]ìÞ4·?%`îNT°Vè)sÄ«CìüÍÑJØâ@e¡º½:EÕÙ˜§lkÊÖ5GËkk#Ç„œ€ -ö¹¦©6]ÖX—ÔÃãøôŠ*#ÆûëËV•U”¹£doIii+°O;|Úß‹u’½IiYŒ -_‘átCì”þzVàPcÅá––,IksVíÞÆª ì«lîbñ?j›™¡‹ýµ%Æ!~®EK±éh¥NCE¥}º¦Ñ6UßnjìÝ›­i?2àþµØ4NJ6Jq‘Šæò÷Š6JØ@#•™z… <ì5ĵð¸Õ .÷]Wôa¬‰õmYÒ,Ø™èQïÍ×õîDµ{‹ ’ý¥ÚÁ]CeÝé½ Û$¶¥¦å.‰I1z@ÿÍÜêFÎ÷Ùþª¢yIWÕÔ@u©¶‹69ÀLk¢÷>¸‹öPu¶#ÆZ+bu¼Œåñ -´sJÀú×¼@ø¯9n厂ØAE‡ðábN®I."kJY2³ ]¸ÀµARôšЮªÌǤˆk#¬„;³½¬ÌÉaqóxWK¬M£í.Ii&eC¥UÃ'¬"¢4•1·7† -üç8ü“ÕfÃî jUSríz>yMÉ…ÎË* ÊžŠ´±VaÌxsM‚¼…õ]ÕWW®é`ëG±ójÂÂ01rnºÐ‡üâÐ ¨&9µØÿ¼-F|û½Y#uM·)öfê:íºê -“º‚l¼ÁÖ(!VQ[ò©®$äúžœƒÞà’·¥„d³ µ=ŠþaSXUR²v'Xˆ=ƒ¨Ú¢a—;5î¦Ze3-Ò£™ºöƒyQIËFn+É+Cˆàu &jUŠÍ¼BÑÉL…À5QÅßU×µË,>˜$æîO‘K¶•¸$‹šQ²;Qßd«á;U‚IÍC­óP&yÓ9QÉ´IIi;ƒÄè>|øJ?9zSÚÄÝãHbs´».¯öQãm2^ù¾VȰÊO÷«¨=™i‘M×÷8µL¤SÇ(³*f§dKÌÉwMTÐ]ºJ¶MÃÃ:uÕÕ;ÊZU]+ÜV°KW%øÈ5 .Ò4NNÝ%$ì(9Ù^NÊbg%ئìw-Õ Ø§h( VÓmjr]ŒÚ{:T¨ÄŸ B‘}‚‡ßQñÉ»3Õ-¶ÙºžU]}ëúDK÷š¦½{MUËœ$G. ÀFY5jKÅ*Ø7ÐÑG3ö‰Ïú_ÌMNÅiD›–œg׳qÎùÊ€óOû¡NûéÉE':Ò©¥™dL°¢þ…Sóv@Ï5ª;‡ ãå‹*jö‚œ^`”sa{Ó§}«ë‡æDV¼?WÑz¸Ø:}°Pݱ£¡ž‹u0 ø®I`m'˜PÇ·9JI_î†úZU èîTmëJú»¡üzeömziTÒ‘ÛZ>}KWÉìå§¿ZÆ#M9˜5h±{rH¨M Ù†‡Ú唬-±§fCçøl×4 ·%.õßìÏó^nOy4]—úJÉ w3vfîMUÖ†ytY]É·m°Ô¤>œ®íê(£¸,XÊ»¡¬ˆ~hUÀ2®VvÛæjºÆÁÁfzÚkòhV ÜŸæQž)^“@C§[²ßÏ÷ä{;æ¹ÇRíÀ0û‡°7+à9§YȽJÑî>áÄ%n —ù¯–|üµ*lÞ×7õ9UýNukC×Ôµ;Á(u(H)& !f¾©ÔÛ¢À§Ou–|žl*õÜcwÆp±Î J¾SK̶+° {::Ä¥¥äuw8Û¢:œi’œbàhžÏ6OÁÛ -|ü¶ gQ’²ÕMYžãüè?ç«Ú÷gzÃ*#$˜Ä%¾fIyÀé{í6 >/¦ ss}·†ÐÓµí.]c§SÛÐlSsP‹í™¯×» ¼¶áA[Rrº¢««EgZåTCŒ#zº§Õá.{g´(x¾=êS‹+8˜®n²L¨“ð@«†…té*¸{ºêÚ}mcWM/ÝFÆlÉ a‡³ÁÞd%ÿTc, -V™UA+´«è¥.=0‡Ó,¬MCü "Àíq»?EGÌà -~. ógˆù6>iOG)8œç2íjz¹ët°UAý—¹¼™¤] )k¹ öÙÐõ±È˜Ðý骎ݹª¶--5ß¹(¨Ý7ÖŽþ2Šºþ½Êý\dó\3”òI®—Ë€/:0ˆgEõû† -ÑñruP[œ}`='0§š˜¾1öÚèÏy³?Iƒ¯‰)Ë]ˆoÖQbÚþ4íZær×DÝGË•M;zj‘¼1Ùci]éÚ§‚mã°ˆ“)Ré‰á´g3åT ã×{³· -¿îë)%;rzÑLcÎc}UÒíåŽìW»ZL²]‰L;ž¡bçªZg‡Pi#‚(÷qb¬±+ˆéV%6q]†Nœ„G[µ¤òÃ^ÍñZ­Ì4%ªîf&¹›ÆÐ…¿x<›’¶§!g;T˜¸-I‘ß\kÒ‹mYQÄñ -›·è›UË*ß›­jqÍÕu[t<ÜŽ’j+²•ùo‹ }Ì2Xä¿Ö…­v¾ØÉÌÙè çéj›O \Úé>€v)*t»°ÒSâ¥fÜ1Ô—¼3ÐRÌø‹ µ1Pî·5PâëCEþtà·\ô‘+<™VïO2¿€µû{ƒp1á!fîNP 6$¨èµ¾Òðß ¢æƒ™šF»’rŒQ2·{Ë?9%˜è“ .ή 4Íø°v\ŠÛf,ê×´€ëÒpV9«¨Õ‚.Ë®¦Bwu|ê–²†^ K~ÐTï³#ã±,*>Ú¦Á§ØÔÈH»c–•‡š$A%>mMF͘ïÁ}ß‘óé‡su§}Ú- -6Ì:FJÝ‘@ƒW»sßnäzÛ'ðé“­E;`aµ-§Ð¥m*F¡MCÍ3¡Âí*lâéþ´ëÀïõù¶Ó§xü£…Šú_ËΑ>1 -g(eÆîÒõs¾nÀ¦e£·ÆØEv½H`ÕŠ¸;j6¨Ïú“YóTG­*Lüéþ§{vÛÔ„Ô]=>ë@O)=™©n>šÆ­E'­ùÍ4zšGp±Ç3,Üé^0GÓ¤üÃ)JÉé}>³Œ˜~4Ë¥þ^ä Mrh”Y…N=46h?%wLP [£àOæñÒïûbÑÑ"™p¼Âšô‚õQrúá\E£]ÏBŸ…túÜÅÑ$¼pàžr0‰NÛ›$ä ÒÝd¬oûés2|ÊŽ¿£Á¦Y4ØdÛ6á`†Rz8_ÑÔ]¯Yçìêù´“Yõd–Rv4‰ÍXéL}E&ÛEfqú«hÐS¾uèiˆß+ܪ= ¾£À&š¸‡—¼¯Ãg¹TØì­aôíaAéV/#Û>BNpÉ(©616b»ûÍ.þ,ÁF›ú‹?¬vf>1K _í -jöz?!Ç)e”lKI©«btÄj?>Â:ÊÉßg—îj™ˆ5ç{Ç3?_s8Ͳ")Í4FHÜb"ÌãT –+Eû3<6à9hv¨rªªúd’R|¢G'ìkJƒ-2è×- "dK ¶(i†vì7›JHÛ›ª®ué™0'À×ÎÓý»ؤ…~Tp-2ü±>ž­nÝ7TÕ9'Iyv "ÐÿH›î´Å¬ÓŠ”U*, »­†ÎÕ÷ïÎTÕYïd?ÝSE†3Á#œ“L çQR7Ñ¡;RjÞñLmç õ&E|—–ƒvÈq©ýÐ@§’^h– 7×:ÊÃÿ½R3ôÏ–hðiàÅ­Ë0À‚ç;‹|ögØÝ%Qó¦ŠYf’Rÿ½"jÿÇ(jÿÏš°åßëü–ýiLΚâ·Ð[î³5BˆÙÁ†íO°‘?gDUú¾Žƒvj€õ“Á¿OÕ¦>!DÜÜ f\ƒåf¾Ôˆ’^:´¤’Ÿ öß+¼Ê“E.Û¡g£7ÇEΩê–ÃùÚË81g±=ïÕJ;øå¾ÈisTÔïIJ¹e2[x_Έ½½Ö ‰;ž¥¢jX„iú àÂD§^Àpè„”½9¶`–L<ÝŸä?ïøÛŸáó.R»3Lœm‚ -ðºg`.s9¿8Œ}=©´“zÏÐËúµÜ¨øµxÊÝ4ø†¬ À1OpN"“gñEÿZ©hwMqè@aíÍ5Êú*Ñî¶§c”êi¥V14تæá'›!~Kͨˆ_"Á’Y²'#¥íJpqíEv RrÚj?<¤q›èuËè­mœ–¿9ZÈ÷\{Îw<ÜWèûŸY]Ž÷óãÊþ6V÷Ïó¸n‹FV‹ü¤Ìï7NŸÒ7¡C¸à ÷>d¬m˜»ØPúv®&籡*ëÑLeÚýÙʤ[;%~6)9CÛ - Ë ÷¼Ü‹ˆ{c“ÑK¬JvWË‚ïi©Ö1XÄJOÆ[³´4xŠIr¨(p€»˜»:J±CMÜ›@Æê1»hÄÚ Øµ»Øß¥fv'z,à[°‰Ç„¬}5¹È¡Æ¥;µ„T‹½5‚ ›j?_Æ$è[Ëâ—»Š\jZ¾Y‚ú¾Ý_öÑø½ƒqBÒ±ŽZz8I;õלcƒ€õ È -§}O,c¨(@‡}·ì½>NL1´µ&eàÌ -:fkœ ¶¾öp–Cvj)…V>Ó©¦–ÚÇ)™6).Ðë˜]%½ìô™Ðý©JÁ¾¡¶m®²jGAL2ˉë=0+î†kòsª¢jà$§Ž±)eG@–ÙÓpЇ:&Ò¢@§˜ä˜t«šZpl¨¬ùïiÏÜ¥Êæ_ \ÖRº«ƒFìÈ!A[#?³úuGŠøf“acã¤Lë(.Æ®¤dïŸÍ®&å™$¨Ø­~h¸k’C^”Á„¬/×»±™¿–ë¤Gó•M»::ܦÆ&™å¤T€ -ÿÖÔmKŠOܔӶ¥Ô|0vC#ø“¡*û©öeµ9ÿƒyc'e¯ôÂm*BþÏeAÝÉ -‹¹oÀ8uèÄUáW³"/àdWø÷ -“lÕRrçºJ>Ÿîáš«¨Ù¼ýɲ¨õ×jeëÁ,©lW‹^ë/ú0Û–ûÖ5ÅæìO +g9ô£YÅ®ÇÁN–™ì_ËT<ƒ‹¶Å°ïKÅÞ¦qbÚâ 1}º…“aS´6»´µ“|ò¡† -vhhE)!Ö!¥ö:@ï `~ØÅÄ”C9£p½­ø©·Øg¹üN%Œ¹­áG]­Êú°1BLj|ZnúlK(&«Ì2Æxû{JT±-ÃgÉ«R^¯õ ’O=tµjUòàyF‘šÊ4Ïù¦b?]c©;Ûïž©›dê!GOòóNpRojX)·f*³ Ëzd—b~˜ÄÔŒ>nî»°ng9É_ì*¸x³‚ÝÀcLÒ²¯KÝ©Ïg[âÜ­cPãPÙw­(ùå®Wô7à{öôÈûX¿i ÃÓØý@/ -¹¶Ú–óvON+Úç@—zQA§Ï1ÿÔs°Ç:î go‹Ñ¡[ƒÈ  Vb6úÊ>Ê«r<‰é>— anû@ßÂþXm/x·Ù™óÞ6\ì³ÕŸý~µ7Åóh’P¾§e ­RTÜ>P÷%¹`{³?/9Z¦bírèéÈéŽã *î`†ƒ?ò…IAÉY@‡ZF±Q;bø×¾Ò¯aò+Cmæk§œžç<ËÞtEÍþ¬PÔzþÆ êërSÁ‹…ªä»Î!h˜y±5Xôåx–äÙª -‡Š7v•„˜‡ÊÃVºó=ºòÞÚU§ûJUwŸÌ‰šOûR-TÔÏ3 §ûÿZÆá¡2Ì.‡}ß×bâ퀎Z†!Ÿm#ˆ`û|ô¿½ëéå»j\êÖ ,xµ6×üÚAMõÞÓñ.Cm»MÇÆ®ã·YaWÇ„ÏVÖÍÕvoŒbc×G )N]e¥cª¦~]ÆëëË‚æêK¿ØÄø˜õîâO 4à“c¹ÿÎ6ùp–F8˜Å‚÷§Q).ÝiϱÓÇÈïe2Ò9MüWÈt[Á»m):Õ1ÉBÙµÌòý.ãd¹¢ÞªÁ$8µ¨Dë8:Þ¡&æìx|ã0*Â¥c`O–ZôÇ+U=ûó ‚UƒNÜ–b"7‘áëýˆ0»šžë‚~1´‘ºŽ1çD]­SËE¹ÔÔ¼ƒI6vOKʰËQQÆ®ÜwzaìÝÕ®ÒOËÍ%Í=°àí.¨ßV€‡&°§©¿ÄߦƧöÔ¤¿ƒ§½ûsÿìd¶¦Ý¡áãm*6Ô èÓ¦¶Ö_öesòùPÏçX'…l€ƒ2§˜Ÿ‹ý9GÃÿZµíé0™69ô»SƒN0IÀOB–È6,zcñЭ³ü4Oñ¹{SLôá ø¤2§ -“°3Žˆ^é/û¼?Åa-´N¹æEµû‹û ­. ¥Ó ´y  ø†‹iQ2œSŽ ÈÆ»ÓBÁá|eƒSÃ£ØÆð±f1껡.÷õé».ܸûÄT?fê "ÍÃøxCuªûrKÖÛíÒ/raܽqAüÙÚÌG'jæh¶¢Ö"'&ïúzª›2x„e “tЉ_ <Þò )vª®äEJÊ=žçÒ7%„˜õøçÕŽ¯…ÚìW]Ń˜ÐAnÆ#Zâ»s{ -zsóc±9çÉTuæCC]Þ‹)QÆÃéª ÷•¶üw@þ…¬⢖º\À‹ð­ãÄ\ó(4l¹#ûÅ :äâ8ùÇ#—_âšr,2ZÖš^v2É%ÿ< €¥|‹¸Ì±)ñá 1èâbÄg©£Ü×P[üÚ:ÌÊ?ÐÔ×ÛÆ˜+íp¿a\Òef’H˜á÷‡Œïfê#D)š°áð¨«+-eáÿÌðY»@Fž­Í÷š®Îú°3”÷u®)ûÅ0%ëé|+:ùhš -oJt[íÉxïPÁb¶$%Á¦áÒÐ5¾dbMMî9/íÕÁ$—÷{¹º÷h†…Ý@mô!‚Lƒè¨Ÿ:&Î¥b G(I5œìÏŽf±0NM½#Á&ÝPвèør¼6»‰ë#Ôìô€ÇgI‰ŸlõQ1‡Ó•Uë}™o •Q7æªâo›F -|~γ¨{S\N+Å·x÷ÿ¶„ÓÄRËpñ§¥ª´û”è+jJÄ嵯Œg'*RÎl;,6;ðé9aQðkÀ¯ð]“tØZw‘÷¤0öVs‰÷%ç›ÛÁå24/ Ó²·e¸Œ¿ç+k~ÍðÙÏRËíce!ÖÑâÿ}Oø #ÌíqVþŽŒš¶§a”¬u”|š&=˜`ÅÞ£. À}Ï3Âܶ%¥ÉÿÙâ· ³£_/væ…Ï2 '®Of¹¼cpž1Èw5'ìÚBK†Çþ4±;ÉÁí(éRb¼c‚ ;˜f“N{®ÿ3GÈ?¼Äá:Õ©De:ôIJccÕÀÞ"¿Î¢'ç¹büµYŽIÞÄå/°ˆv= ¾£¢ìê++Ö†YÈ£i!ït?¼ aeæšÅ„˜åöb0ï™EL-0 ¡#§*’ÌU'=:í… àE=4Ã.…‡Íð8Û -6tusúì÷Ž:™¥Â~/QÑ¿—iäãyLÞæHÑGÓ:rOǬH©†æÓ}Îù(»L€9Ðð°v.À“qZôÕqbô_›RRŠ˜“ñRÍÏ~ã3 ­bBìRSáÛµö"o›:U›þT#H¸»ÜVüéçtE•YŠü1×’ûf±³Ðg¡­Èg¥¹ä³ð[‡ø¬m)>n{˜šþ÷\uû?‹¢—Ž^:×~¹Ô–õt¹9ã à—0vÁBvFh¹;#¤s”çcâ7»P‰ÚŠ\φ¢€?Õ‚œ=Ÿ·« O"oÎÔ¤¿Ýè) þ5GAMsHv ªnʳãÞœz.‡†”g• £Ì¨À_EšúÓUâe¨,ô%%Üç&}8?„xûŸ%V…KMÌÜè-z¿=Xìo“¢“÷uÈ”ÿl2Ùs€§£"WPiÿZª=Ò3IæÁÜë=ILC`ï­¡üÇ6Ó©ãSÍRZ†SÅ9ŒÂhä_‚4ÿ3]åá¥äˆë«­YÞÇZrÁß‹üÊŸ‹,#ýåY•0>ð×<èÒasÖú‹ýö§°V9,f¦! ð·¤Ò¿ÿdQñÉ å^F11Ñ9×0z°Ò<õ÷ -‡çƒo´¥ºÝ[RŸ;uД½)bÑúHY cŠPt`¬þµö¿~ɧ½Á ”CG-<øj_ÏÁŒÐsžÏ xÇS\üñ$蔳Šw$˜ðíð›ÞRŸC bƆou¡‚£øÄ]6ð>vI±ŸMxX59wmŒ–µ5ÆÈÛÕq0ö B¦k™èœ, ==g ±:xòÉ,øEм>ÃS-Ìÿv4Ù2| xÓc€gw$°oSUi´œ„;“‚‚7Ó=„fÁçKÈÈ绣\ä\cþ»AÜ×KRðÕIQÜ]óÇÕ1jĵͮ’à_pmê¿5‚M´(Yp›‚‡ØS‘2÷TåáæQðç™úäÇÛèˆßsUM?g…B›ðb½Ð‹“è”áSí2À§*° ¦!dÈÿú„ bNßYXé†|Ü–“CÔ%?ß]ÉL»­b¤ÝÓòÀž=¸˜»bJü}c4t© ¦Þ—³Sž‹‰IoW ~à÷4u8ÅÂÎõ•~Ñ5¤zÿ^à ~/ó«w^Ù(ø°5Tìg>|¬,ø×"—»7ÍÄXÄôÝ ZÙ±AXeC†¯´ç¿Q2c®LVÆßšoÎ÷XîÃGVAâ”…xü±Ü ‰jhSR -Í#EŸt¢„Guž×x©ž”´XÀÿ³]*y¦´ÚVì·§¡CŽ§Ù¸ÿ¬ð*ϱ)® RŽCKØ› ç9´\ÒÖ&Ω •œYò´·«MVæ¿Ôœ÷¢¥$ì"!òÕaò›só¢¤÷ÿ2Ð1f &Ú¥"fLЊŽ'¹x—ŸáÐÓ·e€ç‡8¬ß 5]. ­|½'ËÓ®€DOÓQÀµ -€ÿSn'ç­÷‚lcÔÓwjÊÅ´ w€ÆÞÌÔ}Zë¿qŒ:¥Ö‘²¨µNðgûÛµ]yyÖé÷Â}ù^½ÐPà¤Ó}‡§(eÿüŽÞú­Í,ýßÙ±îX;Õ©NÝ•R -´ÅÝÝ#„¸»îîÁâDIHHH ' .mgfw?×ûû‡|Ÿì¹Hr99ç¾_ò<çÜ·ã}s:"‹Tˆ±³êzPÅÀ„­ýK{ö^Ã0¯ÛÒ& ž+% „]5¾êÿ¼Túg ®zWÛ”uâd·®·ImtìÉ - E-´&@Çìè¥G7E”„*SséšT¡ë?õ/êŒ"¶“ºÖ[ô›w´ôwÿdÍGgá•€•±»ÄBmÇ#ÆlËP™À<•F´Ô:à}ôþ2›ð¿k×fbภ³c¸ð‡:šG<Þ'9& ±û: -þãJëðñ²HüÈ›½ERÙÖ:Ù3†x³>Œ·ôcb‚’k¶að÷1gž–óà 6z޿躣ùÎ3I)ßš%Õì-’k£}bÖ%Èx/€—‘%-¬"WÊþºÔöá'ãÍw»*\ñá2àw\¡s´1æàÍËöµÔ‘[˜«➬š‡'øfqÉ2nå%¹ üúæ<­Á­äÁ  ;è¤vׯ~ÙQÿ%-çîß9YW<Fê_¦>øqc—½­`Ô¨…‘yHœ­7ÿ¶œýÿÞ¡1÷¿.a_´ÅÞ":os´þ±{ôl_‡+ûhg1ŽVÙ¬¨w©1y€fí€Þj|¹1}ჽےa Â*BÑæ.ÍÐVw{ñãÖ ,óÐL†ê»r¯jÛ’6÷–ÜÃ'_E~¸pA:à1ñæax6âÃÝ®TÇþÇÅâ™q5A)(Þ7_ù$¢4ÀíiPÒëLxº%#–ïëtß<2É1TsËÖS}CF/8+,=Õ?:ÆA±ÌªØ³Þ|ݾžÖäoˆ± ÔܲöW\³•\+ë_}^áröMŽGJ+ÛÑÒOVm:íF2ÈÒQú»Ž]tv¥³òFp›¹¥d5,÷!^ìjyT`Mhë•÷ºk~7 ~þ­‚˜øž•ùSd¾)ãÿ¹¹=>MHTýè_¾ lñgKkÿg ‹òiSqb†øfËžYz2.Y{3Î~^víX»çƒ‘À/¥”´ŠûOL,ò§e&öPG©ÛUB“ÝãŃóµoÿpò;CFq›_ÁAX„ÍGveOK(Û¼¹º1n•tVTøè»-Ÿ¾¹@Ìè(  =zN'~ˆ%ÏhÃ÷PÙ wáõÈ<2/zGß]{ssšZº¥d#<ó˜tï<&Í3‡LôIá‰!-:kÇÌ@ì™:†–»,'¶ö‰6¾ð³Ç~ò÷q¬ZRG(hhua½åžÅDýÉ[ø¾½³á–QPxÞÙWýÊ'g؆ OVz‰oÝbÐÆ˜´9ͮ٘!fº=¸>ÙøÆ1YùðÀDª‰¸!£Un)u»+¢e5ye¸¬ð":ÀØž‰XåW#Ó} ˜üh¯Õ·­e#wõ@~˜Èh¯®+¹Ñ/…'Yûko®!ã|r&tSƯôQ“ìÌ«ýHM©8·@ÊýE#.½£í¬¸?ˆOÿAÉ©y˜¥”Úž-·æ_ LÖÇ®ö•Ý·vä]õM•Þ?¶"òöM¸² ò½{—qdæ3Í,ÜÉ -›vde’v¿XD娆+î„Ô©[rUh9ÐôKŽŒýrà» ×'AO×&Ên˜;³ÎÁ^üâ…ůNbRúI?­õÖ=9Zâö ÒŽŽà PÂsí£ Ït²«Ù¢=8ÙŸ -àÖ¨>6±iŸ-m߀Çð7¾9tªkô4¤ŒîýâÍ=ÈŸ”Tºøï}z `5î.0À)l–Buq‚˜vq{‘…YŸÀäªrt6€‡¨C›~â`3OüÛ3 ¹îyJEDËgeÌš¥.¤Bd®Ö=õŒÁÞnŽAŸGkwùÆS976&yëS¸Ê9fñ]«øªo–¼/Ge-Òê÷”ô&×D]úê`ÁsGþ•c3xhæq7&Àq®ñÒ›“E·Wº‹ny%õq:ð@>uí[X¬ Nñó~Bþý«í3ÇVa롞 HšÞØÛK®êùé—6'ªÞüµÎ벎ÂÞ+DàÄÈRÛÈñzÛBXE­Zƒ¿|êóõ tÆžžß]á0ö£õÞMw“ê“`Süó¤|g´ÎRgñ¥Õî‚+‹œ÷¿¬t\݆=Û–òá¶á¦•(÷ÂÆ,~g‘PñÑJ}´Á‡v:n‰Ï=0 D‡¡øhYÜöÉÞ1íƒ÷ÉÆãZiȰ•³mÆ—ŒÄ2ã8êÝ1ïbPB)óN’rT´Â³UO¿h/{ô¥Š”ô³w¨öA`ž”g'eõН“ÏoLÃwÔ\Üž–KØ3*͸Êà"à FPñ^9«) jᯌ“3Ó„LŸœP²£òÂŒÈùc•þÓÎåXDb`ŒÔý%ïÐÒ6td·,³ÛZlq@Vç—5¼IÉe²9CÉSr@×FÐ¥¿4¦_‚$ŸêküðsG}üÓø´³VqɕȵXÖ\ó´ vz}ŒXVñî)lªw³­¿ Hkí-!ów˜_IG­¶Œm›©Ð±z׈*Ü6b*Â~KKCï-sX6Ë3½?Нµô#KBr$$‹Ž“³-Ãæø'ñÎdœBTy“_û£k ‘²9Ku CŸ0® Ä{ÛpåC×LÝë •ä#ai ñª½â.Àù¼ÏkÍc'Ñz‘Fb­/Z[ržä[hJ¨HU¶QT"§7÷LΡ…Ç ©q…¶þ’ßÕììÓ -zÞOýM¯°tÜk(` «ô~?2ùÌ1 Ý"F:ãÿöÚ™€¼ÐpЛó”"Ÿ’шÁwÖÇqy{Gk¨˜pï<.Z×TGKù× üùOË}u/;ÐYWnžþ›¥¿"î/ QÕ$ºF îÛŠ¯sJ}Í/½û­o²2æ¿nnÇ––Xã‘"’Ä-õÙÎåÿåb0þ\ÃB6$…ñk£¥1k“ÉÀxPGV.gg‰KÚ]âꉎMùFø¯‹Œ:±šÖÆÁ¯7'¶2wŒm=;F!o×$j=0 E;:.9,#T‰¼§ÇGð,¿ëŸA¼töSkÍ5{[´Ö\ͽ%~ÞÕõžò»þ±Æît’L{uûÍÚ0$þã2ÿÉF‚.cJ¬ÎŒhð¥»€ÏØ8c×ÀÆ~²¶ ŸXøœó(úYVRàûü:zƒiÿa–V}ÛÖ—q*L4eü¨f”ÅhÙ%Oìm€–•€^í(±yË@.uã3ÎŒ‘bÿV*Í¢€RE÷Y6%dجÍTRPA(\›Ægë:Á= TОIÔ¶o$7l/‚BÊúø–Œ{lâLæ¾YÀÝ5² ÇøØÂDûÖï?C*pâS7DZïÂê[åoo|‘yïÌß&ÐÙW]#¨ì•Ά‡«=µweŒÌßTüÂ;3ü¼ßHY×,ø; zÖ'‘ñ›Xâ¦ür[Ó”þÉIDýåæ¶t4ÚŽ-zO˜|²Êâtˆ†Žìm“ûVqÇ.€+A-¹XߘyNÞåQ\ÆÙ#­ˆqíÝ®!–ì«hUÞqTüJOùkwñoëc·~­n–[vMÝ\qwG h]‡|uD/‰è%ÁEB‘¦ üBÑZûbÏ&9tÚCZR©_AÈßZ¤4ž¬²¹¿ãB&Ô+Ãg¯ÃÞì,1oI© ª°ùkcMY–ÎêWkCÄÍihŽšä–bsf¸¥¿S³o|ÔPª¼2ri@M­Ý6qˆ î‘Óª‚ÌÔÛôÖ)Ö`¹}4¼©¨¾tÒæHãëõ~ðËõɦ ¯œ ‘¶ ’Éeqœ#µ±[òúkÚ9swÚ¥ÕñÚ7º®ò¸¥®Šwa9"÷ÏuŽÐ9ÎZì®P0'¶¶±{di,©JKè¿‘^üss²öýgWè’ಬ£¸” –KÿdëVüÇÖ2ôß5ñ®vGO[ªš§–E¤œ†E>þxµcîÄÑ>{lµæ°™öÎÚGË\ÀƒÀÞ8zJ®­–ߌö@°ô4Ü]íF¿Úž7¹zÑo Üâ‹rfÆù^ØËxew¿cÝþ²òâ[Ï6ß3GÌ)p¹»FRÕ¶žÜp¼ÌÙZF÷WÄ=»Kl쉕à Êðùû:&ð´O66%dàÝ -È7/€®°2eìšëÍ5ユ`Š/nÏò¡ÞaDœ£»ìš©-ó´½§ìºkgj|éjŒ?20¡yBnHJ-ÝÖ0Áa*-¤€'û ñš–Ì+‹¢œ3Þ麘O6% #ƒ·TˆÔ-%4!¢†e.Àÿ¶Qÿ½BnüíÉlf¢¶”ÔŠ¨~ÞÖñ©{†–¶šO°öÁãF19?÷ÁROkø57P9—Új’ÏØ:0›Ó¤âÕ~èÓµ¡¦˜ATúÙFöå°œX”óÐ+ÃŒìABÞiuKýÛ-ŸÖÑ¡‡fbýÁ2¶zׄâ“6Ò!á%&bßÚÜ}¸Âo>ôò‘­snßÒÚ»oiîtëo?¶ôÕÞ_îmxâÅw!âÏK9¹¿‡g™åþQÔÛ%AæéEVÒÏÖŽ¢;ÎQHÜ1ã´Œ_üèð|9&ß6X{ß6R{ßío¡§Ö>ƒµonø¸Ù¦Ú±²)E,¨lãíú¥WíÛF+xo´Çöþ2 à5Bá>ðüÐØÞ¿½HØìõ)Hœ±£üÚê"> ¤ÔÙ¸-¶Ò6ÌØ6ñEñPd‰‰˜ØØÀ"µ6äΡUÔ¾mnéÚ2´ˆ=*zÕ¶NÌ;4‰Û?. ["V“s–š·*a—:§è¹žyb¥ôšRøèŸ­ 7çv4DdD‹.ðJß;Çë_ZzJ¯{åøB—”rH €¾$ŸX…Í[j|Ñ–•ëSA’Ý2P–c¼òEH….Þ³yö V‰yÿnKÏãüµÖ¡Ø×S£š ¼¿ÌÀÙíûfaÛ‘IÈÛ×qл.zР»Fqó¶† .2‘[Jr=0/M[óøôírAXN* -Î!S–» -®šZÊ®ÙûÉÉà´&°?/ŠKnÌ1ò®L¢3N/²ÎØ:«îøæð™†Nè#û&c[' øUŒ¦½%õÐÖ6¾½,nõk¨5ãMñî9L†º9ÿê¶œP¿gn퉞ƒ H 9Ëmµ7ú!ï¾n«xù…‚]tŽRó)ûÁ·Ööêøˆ—V¢3ÃJLŽo’¸:XüØ NøUE=µÖSõxs–˜§n.ümI\rÍ9Ž|n´®yé_"ôd[é^¨zÑ ‹ÿpúGëä¿í<Ážœ™­~º§‚¥šè3}rTörWÕï^ µÒ/c£ ÐW¢úä_«ÞÞ>%ªx÷£µ¹îúæè¾o‘2ˆJø×0üýéµ~\jp– ]=_`å]\l®¼mEÄjÚ›^®ŒRʶt-¢€†T”cò"&æÐÄ¡\á Ž¬Düž ßÖãëÃZ\qDGmkÇÄÄì­Z"K·éÙÈ-6öθ¸d—„\1pi%­z±òx‘{~ þ›£§êw?÷÷¥®ÊÄidÑ(æÃY¿Vx¸LCš߽ بÔ]=¦Î?åQBÞ¡Uܽgú”4lô>fÈÀBùÔ”Jššc×"nø»{CJ«vÍËl=‹»Ö~ã¾½×ø¿ÚqÛŽ‘Ùäü⺜Q%o®¿kìþ·Žßj†—ï¨YˆÀ,>Õ7q ×ÝuöT\ÕpSVó‹.rjK¸{æo¢ª·¿ùgÑi›Sð·–ŽúÛŽþ†»£µ=S•÷ÂóøLÀ œó„ª~âûó%¾>bì›õk¦ü‹í-;FçØ*jÝ_æ³í˜ç àoLaHI¬ôÏ£’×ú`/ÌŠ[s”â«À\ÝÁ&þ‹”ýús (mk±:P|Å1RzM×’qn õüÔ4áí9 9é²s¨îiò¢šò³½“Q–´wÕ¤ÊC#"wG×”æ–Ô=÷Ïׯìë c‹RJuäÚÿX©Èÿ:xâÏ>÷ÈH…9†Kî®”?tÍb2E°wg§iÅ·\Ä$gô©¥½ø²Núë )î§vÐÓw¾Xdæ_–rÊïpÊÞžsôV>YémHrŽžXŠÍ -Ê©U)*/ €eoÎ׿ü-jW+jÙY¤£wuÄZ´ìKRã]%lÝhg’¶Íd¨O…H<€ð³]ÜÿÉN.Ãó#jxÚ>€ï;‹”Jß,6Õ9ŒŒñŒSr€\.ö¯´„÷$n÷þÜ$5뺈çizÅ;Ï£fmŒ^`G½9X4¹…„„‹wŒ \ÓèT¯”\¸>ŠŠÖcËõ«å²¶†g³¼²W!msëö’¸5º·ÀÉê †ZòmÏÎEL"ÑÒ&Y׃|Ô 9Îyzå­êJ{mÒO]µo¾ß¬¼¹-‡¦îi‘eý¸ôsïïÿr®¥4åp…C;Xæ3½rLÀ9Ÿ¬:Ö7Wû~WÏ@˜ù<ÛôΠRÔÂü‹*vÎ/ŽþºÛcµÂRÐÛ#=³iG/ éÇàé™—¿qt6äíƖÆAåµcüØÎZÙÔ¨îp-ЊF… O9 gVºs÷ÔÔê­ilŠwœ”fïE½4·5ÝWÐê.jX ·}“äk'ø©©¥è¢G}ã­{êªzî“ 2ï™mz¿:ÙðD%¬¼¹ÒÉ(ÒòÑ<ãзG&d[MoÍS@—hèfiK‰Ìð-€cöµø²%¦àÏe:î¿NQ÷G3€ïZbÅÆXýkÿlSöÆ6»õþ¢„^rkm—èèm¸gæ“ÓÒNañ“¨úõ“ˆ´++í OFyW‹Ÿ^úÛZ_]üž2êaÉÞøûÕð÷TÕƒ€¬ò™w®æYXA«^mÌQØèžF$-“PÇVâÈJ´SšNìdxX‹È *ß²r¸F¡ðØÒÒÍ—}# ¾¯Ã—f!om½¥·ÔÜŒóë£ðwöq\Ñ=÷¶¦¥øw?EÉ0E*¸ø§´=5xüRç*~c“tlcŽ­ü±•Ôth!ÔíY‰ a+ˆî _a0>­±ÅŽ x‚c Ÿ±£Šþ°±Xž‰ú×rò‡³K¼®È‹=©lOK©U*oXz°oBrjEHÉ·Õ=[îªþ}m¼îW ¨ÉÕ[:>bä37(5!=YⳂj Gô Ø¡ƒ¼¦Ã½rJI´îà_êÖ$@îSWzš^J°i?öCߜ(ªyr¹œø¯NLq‚M‚G†õd°W†+ ,2a!=»g"ƒBÑz¼jbUHM,¶_:«n.#?l-ñE^ëÕáÂ.Û§£A¼:Èg°wßP7æ8§JïE´d¤}Œˆþ¼ÊmþËÍïÙµÒ°Ç«tD‹ÈÛ¼ðæLSš¦«6Ë/‹úFI`]ãž"¦Ù:!wçHy?õAS¾ëoLüz•òË–„V³>‰ÏY eýàkJÜ–â2#rLúvôÜ  ‘éžÃ皇ïÇI¥·‚ÓtÒ¾½G±ò¸»¯®Ð»&.%¬ãS|*1I"Æ$¶Õf\XëÂÕ(è Ξšß7†à/l]»ZzÉ/6AéùÀêÃÚ1‹]ÿî—NhÒ¥m ­+R!’#•÷§égGIi?Ûkîy$ˆÄ1nmBQÜíSó””;m´ÉöbÑ.€ßz\…m¸î©¦5÷ìÆDõ“-£±ùþ§¥–ŠŒ?¬ÍCÏ~¨#Uìið…96×3 »Ò y nßéFç_˜Äçýže7n óÒ|aïÃʼn©‹üšßÛêãO‰KŸ~œB¦-µVÜ35_‰H©;‹ÄÚ¾àHOªŒö¿Æ÷ÁÔ]qÇØ^q/,‹^Ãhîó˱ùŽÉúg»Ñë]fLá‘W÷_í¯QqP‡Úž±mU3kKI«Šîûpt—\35ç]2Šr/ï¨ñUªîê· ÔÛ_‰*^ýkßÈD;PñöN胵ÈC ¦ŸEù9²HE4¤SI•ñS~óK!éŸW\fbw–Y¤½eåÏuaß¶U´> ~6Æ(¼Ï|pÎÝÏfƃ]£ ñÞqPÜ‘‘}cnË¿1†xóÍj?üu6ë1ÿñRvÁÕ ~¸LšðÀóÚ€CA5¡À¯ ´<¦œ^³­åâ÷ \ÒÇ&áO'Gði™Ž8rc¼â¾-ÿ²±»1vœRts–üÏŽŠ7_µ—Ç~ÛUÿójO]ܾšÛ˜B- -Kn+Ù…g} Ô2€ÇRC2TÁ–]²¥"U8@>Z¥Sl4üÎ -›îÕÑ‹}UíSŽ×;T«â¾C̈•íy -ý¸BF{¥M¹=°Ä3ûæÿ‚âùhÏé° -™æ›½p×>Ü7`*þë íhĜݚçC}3ŒâA\¢[zq“ò­†‘öCp¼æ¹{–lë¬{¸$,?V‹WÇj_ÛúËn¯öUݱõߨn|™cT~<Þ§Uk×ÊÀ‡ÍLô¾•ÇùÃÄ¢­uäÀ$†U¬†³öPÍi:T 냸÷køÿ·ÜÒ -y8‡KûAÏ/ü]'*½©æ׊*~[ħ…øŽñÈÐÉÞTÊ0† ŒÝCR°6ŽÏ•p«ïQJÞœ6uTeÙÛgJråÚì[OÚÓ’*„ª=¦tKJ,3w¹Ç0%G¦¶ —xÇKTÈÎ"©|s -ýÀ‡{Îaâ{EúE²ü×9jý•è~fSKŵil·}/ÿÑÿn†˜°B¿­t€^êûãËb®ýóîÆ·*, Wð•ZQÞ¹IRì?M=ÉgͽégÖÇj^ì-2`ûK-mº.xâú$&û/ÿŸ—Éÿ?/“÷ ñiS¾«A¤ZzëR ßü@Ìyñ­{– ;YbÔ È® _âƒ&ÉØù÷”‚4Àƒ¥þ²3Ï È(õË-u·ƒ“è´ˆ”R–c³#JlADInÚQ“A*nÆ/# ÷'F.ðõ"+¤Å•lë)Ï6qßžž ?0³É›stð¢ôzGC­;0Ñî Ä;£¨ôŠŠ—uºöîÌ(&ù·qhൠ-±%oþpçÂ×㤒WŸ€¸ÜRÁÞ•°÷94aG‹æ–¼zs›áWPÊÍâ] ›àžnJÙY$Tgá‰FaÎ¥QØ«é[+ïµ¢snä½¾ùÝ*ûÂ$*ãûQpüWrÊ÷à…áoþÙ I<ÓÖpa‘W|W.¨x’xëôß@ïoï–’àÎÔûÍ9pÜ®‰õ(±…öIhŒc®1aÈÛÿçå´»&‘)a% w´Ò:|`o›:ÙhW~Ú ~\¥`ŽŒòM7<ñH`oõ•÷ÖÆILŠgëkHtT¿q ”?ßÓrÐc /0 -n¸†0Àø+®)ÈÙ?N#“¿— ß}'Žû§E˜{Á3z¼<\ûX}ýmWcÂ)ÿ&38ß”dåß0·äÝJòFT¥—1•Ç+\î‰=zÞE<2ñ˜ÑûêF>u_K«ß‘“‹C ´ÒåvÐÝ忯‡rvý£>HÊ©ž†? -ËÞ~?ŠHÿÙÀ/¾¶5Ý‘ãK=3ð÷"cKÍGtBÚ¾‘\B…9geìÔŸWz+ogÐiûz6!è“°† Ý× Y{.!"C§‡dõ¯<’‚[¶@LÀ?9Ä=—ì›§”ï鸔=ˆé¥æ»Ï½Ô^÷hQTw×ܾ·6‚ŠÝœaVèÄ5×ìÂK ô‚»+½5÷º­–=Z€¦úñÂúô3] ì[Áy*ÔÖ_wß ª¾µÜ~áÇnÍÁÞðƒè™ Þܘö½BTñâÄÊÀ~Z¥aŽ­è¢c <ëÈŒÈtb•¾£þ µäÍ÷øÜG{fnG@ŠÍÞ诽½ÚQ~EÁHÿ‰Uôà[\êÕ/¦P¯¾ßV"²§•OY• 탨ê-%µÆÔ]t]ÎŒýYB|ü‹±åͯΡš—!XdÀI//,pÒŸÿ{'ŽöËþhâÐö´ø"¿oi+¾¯å¤]޾}‚Yô|Ÿw/¢¦Âƒr\Q@‚xï‡$išKžI©gµü¼óKµ±a%+UFû dýǯå£Íˆ(áižéú—®©ºGѳ'Àú¯#€8)¾èžB%d„\ÿ,®À3†ÏÝ’±Á«c˜÷š–úÛÎ1BÆ9ç\{嫯Yy—–š«lŒ¡Ò€ïUí‘’J,‰âš·§À‰7¾èG¾»R" 6$UO}2h掆öª¹œˆEÐy¼ÎkžýËMc:ÇjýÀ|rtkOÂÞÃUo•N8°à«ÂŠÆw;‹Ø²ˆ†^§ä„ú€E:vÁ…Áú˜¯;*ý]Jøðs@J,шÊ.£ÞË+öŵàWFÑËoÇá™çÌ|È})>ç'==ë'gà* à~âU?ûršñ«{¢éíúHíC­ ðwCsÑ=ÏhÉ“½EDÁ‘•':¶µO9ÒX¤””ŒšÈ"Ÿ°«Ò¶ä”R¿›ì¾_ô•µ³ñ~gc꿸E±ÿ0 _ê8 ÛJZá/ÿ²¹%ÿ–š—pyžsz©5ÿFDÆl,0¡ž)xb´>¦k»1Rñ(0]ñpc¨àQPR·­Cgíjé €” # ¨´c-¾z_ Ë«à…[2Lö±‘ÖRŠ€§´fSh±™í™¡ÚûÀTÜÌŸæ)§ítqkñИ™ Ìò †–ÆÇ> «|¥£öÎæÃ¢Š'_÷Ô¿:ek«ýÝÙ‹yëçãŒÊQbÖ[/)Ë?ÍoðM ?„æQIA9¡Ø Ä„WE.U^ÆÜKˆèè=3q`¡ÀO =X"Tí/k¬ý 5ÍÕ·6¦1…×ÄcA%©ts¢)Þ5‚úàƤ¨yUwÆ‘igL¢Ò»a¹²Ÿ÷[Cò£S‹­°bŸŒZ©¦ý¢`'^V ’ŸØr_ØøÃ%‘зH…àÊ^œ e¾üÃÁå˜þTG÷¹7<µõ”^ÑòÒÏhy™×7H%¨ÂØÓØœøk-¿mWO›[ ®Ïàâäßû²½üþŽÎ‚û:bWÎåÅÜü†[—pÿPOÆÿ¹Îk;¶ážéÊûk#EWCªÆmÂö šžeÜÔ o~´r£{‡!ÛZr¥O‚ÍôN!Þ9kî¬ ×=tIHYäÂ×ߣ2|³ÔSý.àéÆ$ÙÖWñJßZzk™ö/váÓ/çiIçó ä-%*Ã3z½«c~«mädµK ÌÙø‘IxÐçÐÔ“lýçõæ)¯‚L]ì*Š?\¥“Žœ¼–“Uy߈+þ´BA[q0¯žãWSëݳÄ|×pÓ ?ÿ†š›þ[xòÎ1ŽKRñ‹N+ù¿Ì CR¿E§>ùržTzÛÑÕøD\õüjöõ/!O¿™"½ý™~ùo˜·?ºÆÀ±šÞª»°Øï—Zêß鸤CìžG|pÎPJ}*~ÇÄ¥ù5l¨nž á_]ŸÂD4|RXÎlpO ß/7—_2pŠ•àÓ¿ŸÃåþ¼Úy;ÏýUJÌ;kæ—]³K¯8»Ëžl6$&éÞd¬I\~ÝÙ z²7˪‰HHÙGÑ>ÙãµOVÛr.-€>ü¹Œ+ÛW"ÓãqŽžšÛá9`†)Á1HÜŽ¼ñ]`¾)>$C&mɰ»fÓ®òHÉE¾YF™w’Wkj/¿>…Žûf÷ÝùïZ^Á¹å¶Ê«ž½3u#ÞôƒRN­´4<7·T?Ÿ„Ç2q³¯oôÕÇóúNÝ ¾Û‡É9ç™a#vµš¹³ä–k¬î¹OŠNwNÀ^oë‰Õ»&6γ@-·"bü ˆ”»…£Ÿ×øí»z|sšœeh+¹ºøÏ=# ¼oe’­#𿜠*;„E+]É«¹IÉþ>÷Ƀðä KÝõ÷¬ý°t¿‚Ow+x0× &{‰#<^4ï™x4ï¡X-*»»ØVu×Üz¶­åð?®¶Ž.si-µ6 £Õxçi5›b¶oŽ^¾!e×-ˆÀ/tmØÒ]CÇs?Éø×`û¯fðÙ¿Z;*îm+a)@>W¯ÏÐ A^}× O}|¤'c>ÙYô •¶§ÇÖ/S0‡f*¤ac¼rz\Xó`e–öoOËüÑ -Òb²6%°×ÞiÈKßø€GIËCØXTvÜטœ§?®ŽCÊ·TèÂVÂ)5'åWS[åïæž†¶š;:té¡…ÃØR  -QÞ¯[ub´…t˜ò€œàW 3|JrYDG¬ûcC44òy#ŒÒÇ%q¿}¹gã·Ÿ¬‹Gl¬hÏïR·ô|u¬âŽyôÂ>離Ö]rŽ‘²ötÔ†eC\hºúÉúŒ¡×_]䔞V²Ê~Qs«Î/w@ï:F0oÔ¢ê+ÃдïûA¹ççH7–ÛëoÚz@÷¼ãWÁyLŽuùFÂ(¼êiJ)È…¾lš{—»!eTúU|ÜÞ²PÔpQ.)à=g‰Ûz/l±ý ´’ÕÆÓø”[Ê~5KüNJ-9=D­;s÷ÂßiOuvƒã?ÿÐ(È>gi/¸mç]žÀ$~+(}òÍòÃi§ì2&íÁ7®ÞêØc ±ÆÑUy_Ï;¤çøi|ÿËþº§ÿ˜Ç&¿À/¼–þèôßÊ^\øÇ¶‰ž5úÃBE|4Pá»RD‘g¬ò¹} üšª¹ú¾0ñç^PúO -rÞ¯³˜ÌÓrbÁ9‹üû©è€NN‹«â¾£e=ÿÊØ\yOÆ)ºË(xô*éöwmU¯QÓO¯ö6ÜõÍ ’}³u^IåÛ#²oÐw4äJwË·µ¨\ß|ãÛµQXL zfoÐaK˜ï|ÓÀ÷ÀCҮ戚Xé™ÅoŒÕǹg›âË„¢íE6Â>ŒÉš"ç^taµ-¨øVý3c[õ]×HÙ“à\5 G ™5&'ZÇé£ß¼ob\³´ÂÐ"£1¤Æ–ì›i˜ONŽøÐ¢qya=¹:ü®gXæ™'–zçÈ…®qÜ{×$,fGMi82ˆ„5ï[`Õzf;©›“ÍMŽaZúJ?âå,5÷Ò.åç"Þ7˪ˆ(õ! &Ãz6b‹¶´tR@E¨÷J1¹k#a ¹vÛÈÆìÀLAì[˜ø]3Ÿ±¥å`÷Ô4†Wz}›õ“‚YtÆ1P{'"ÃäšØ$Û:ey³¥"—»çqia-® ¨g8§ßxeø‚]”K¢{$W8¬ˆ™ûìæ÷~t‹ÆOî8´±8%¥Ñ­d7g)y>)¥ôd£e.lâÐ÷,|þ'{›ä“­¹ï“…Ç:ZæP¶Í¶KBÍñFûÎ3¢uÒoۺˮ[ǹÕúvØ}­°þº’]öë’¸øœsüh}š²<„ŽYji¼íè–®tÖ­öÓ’6&ÉÖîŠkËmE6†š^îëYÈm=¹Ö5 ‹_ŸB¤¯[¬BáÎ’€1°Ñ©x{‰CÜ5‰»æ¶þí%Ã/§Wøè®Q\ÊJgí¨ôÒ9ÿÌ®êFIêwˆük2fÉÕPìW㨸¯Úê^|Ñ{ÿŠ_uÛÒ‹I¶"^Gïóp*ßýlïnˆ]驹裆I?ʨ§uüò{–6H¬³ÿ^Ý{…/ˆùŽž÷æTxÛ°>Z}×3QÿØÞ[z³òô«Aðó¯ô­U7FÙ•WÞ?¼ü!-öÇÕ^ø3ƒ¸ö†ŒXú›StžóêëÒ'—þ–uëÌߪž^ùBPŸøuöë_À>ÜÿÂÞÌcgõÝáê;æö¼ËRü)q孯ƿ Î6&­Í`r¦È™×Ìm¯÷udøž–†ÎSJv„÷pÅ=þç•îÊ'þyjù¾ì¹}¬±À1RŸ°Ò^³1€ˆÝ±9z¯àf^è¬ù×-ÛØË1uBRý“°9+å’”÷óÚ`îíÃ%hú¶–î(4hMü¶–‹3à‹r\5  ‡BýÇ -üx™Xÿi…Eö- r sec -‘¹£¢Ã‚3¨L 1á%ëºkã‡ÅlŽâ“ý³Íh÷·Ò?ËoôK›ISì:×%Ï=…K¼lÊÚ0æ­gšY×Gñ¹½ÐäóóÌâ7G^‹{ -ö>¤tÝ2—º½Dyã·tÔ¦=³€¿6†Jr¤ÐÐß4>os¸î‘±%õªwº!Ö/Åf8çÉ€&)ôËÈÅk“¨·ûËtô''÷ øâÕX¼o–”AŠÍÚ5P@Ÿ7=Vˆ¹ŠÐ"¥fßDAúUèþ2—slåqÍlž™ó(He{fçÀÂã}² šÿXaÓ—ÈõÛjr‰–òÉÞŽÑ‹j¯î,JU=¤úvÄ‹õ1jžµùr}ôps²þ‘sôÔÜ[{{¹ |×9Ê/· Kí}Ô$ï ³|=ºo{°æ¶g¬ñy`•ëW"Rm“µÍ O÷–ùœ~5 ÒpÛzyßÒ:x´Ò>½¶°e Ö{¤È” šV³1EÌñIp) -~é¥^Dò·àÔ¯Õ¬†ëkƒÌ‚¥ô» \ö¯†æÆr^ãk}+ì…GBÌôIiëÓ𷀈[lŠ|w‘¡tOÍ«¹`lZ`•’Òʃ€vZ$§,5-ÐÇæxÜŽŠ1F÷¡õ€®ö7<Ÿ ¤_ž¥—ÜÖô’ãGù˜{ȼß5Uþn &OQËÎñ‹ß}AË|ûw|Êó¿ã’žCHŠý^Xœü˺æ:7é¿"þÔ%ó"»äÑ¿fñ ?Ì‘¾A'üsŸzA+(¹ã›%•éšQ©wþÑy볕×zlæq}³Ñþ¯ì9gUÌ”³®qL±m’RXŸüø”¡»¾àp‰ -Þ°ÓÞYóHÏÏ»:ÔôêTOý£Ìã¾_›$åÒ«?\¬N¼õã )û^x›ë‡Æì,ÀÃsÕïfiqWÛkî~£¢§ýt±8î‡ bVÌ‘Jþì`1?¯›öµ˜Â š.ç}¸<…Oº¸:ÖønˆœõpýáÌ<=íºœVð`s™¼£Ä—z§PIk@©…·ÝÃM9[2ÙÔƒÊÙ˜ —ë—éžbToI™ à yiåž1·æŸÓ‰rÎùæ© ½q[Çgo›…ÍË“˜¦LBH'æ¥cxÏÒ6rhå‹M lPƒÌÜ4‡[‰Ê• Ê®ùg%k¤ì•>d¬žWuÅÕ×ô|s„êlŠÕ‹òÏoLÐËŠv. ÏʶdMñÖÞâ«+Ý—6Æëž„ÕäŠà" ↿ò¢ù“™Ït|•WJÈvŽ cWz¡7&1‰Ñ³U»z.aÏ$n.ÐÊJ>9¢1RFý¦”Ý`œä+i‰ê.ô‹ÕqF¡i„žµ „ß‘¯Ï’4"ø+{7.iµóÚÜ ½«d7ÞœÂTž1ˆj¯ÓÊ®±ó^~;…Lû9ºn¶1\²kž^î‘ k²vš²ŸÐ ÏøYÉ®x­¹æœjxf­¹½:­i y’Sª×çz9š¶1¤ô¼OJ¨ ÉÁñë#å¿Zò…'|ÓNüv•òÃJwýË$½¤1/þ‡ç—~þ[[Í»ó[3ˆKKþu3?å¬ýì[Fîï;¥à‚o-õ°’ë?<û‚Söâæ¶ -KúÃÁbyÆ+®´åŸSqRl©¾û…¾¹ì‰¶’Í|xŠ‘ûä«O&:öÄ@…j©õÞÙÆwÃè¸x÷¾çÝû»½½ôá §äèíµoæh9¯v LxDÁCºFá4ÂŒóƒ7ÿ`æÝýû )áWçPå3Jñ£_ä¼¼Ø?¢þk¢Þ;ƒ²£GûˆtcwÕ­iRÆ)§›…-y{.ëÑ¥8F!%ÛRð[Ïhù-ïxåýáâ[½ ߈Šn|£æ½ÿ=l$VãòŸ|I{ü“¾¥.ñ£‰ÏùdŠOÌ|kÑÅ[І˜ÿnÒ™'¦€Tõú4ûñÍ€‚L:±w)ŽÊÿø›eÿõrûŽÍˆÊÉ¢[[<¸™~o’”ÿ`s -ž¶1‹óΠR#j|ñ¾“û‡™Xí“ã2JN£GÆ®·ßü¦ðˆ dÀßCžYÚKoH™G‘i߯v5<óJYP]gÝ}{_ý“}5½þÐ@‡›è+‹¾c`á×e+SÔÜ …ˆ¾©îj]‘4C<ª.ñ¶VÌŽÈH…ÛRlΞTV£²¶•¸¼mµ· -èàåNÈÝEzá™þ†·ßM4}ø^INúÉÖ‘{kW˧{<œc“¸­¡Ö…µÄ²Væ£AÜ6ÓšÆÎ7 -ruƒ‚û5k_ÏÀŸØ8ìM)>{M‚NsÏ‹|2fƒ_ÅÃù´B"ðù…–>ðsß$øõÉ2fﯾµÒUuÍ9ÚøRBɽ0†ÌøYË­¼êY ×Ì·cÞ4C2~UˆÊÞq%–¾†Û–nðÃÕÁ¦×k#Ä´•Bª_I« ëéàõ)tš_Š«:Yå -£gη5¨œµ‰êû«@þ»$Ð7ó”BÓ8¯p^6I)¿á*íå¿9:K®è9é?i¹Y¿Z*ŸX;kž¹gñ%i3º ÷[;øý€£J€¸[Ÿ„¾*ð…>¡Ø9ƒLÛt̶UÈ7ŒÃ³`¹O¿¯ˆ¿{!¬"þ³ÉëüËA&üµŒ®8÷½µ³àÚrgÙ]Ã>¯ðÕ½¯kœ )-Ÿ6C‡V*Ñ·ÐðÞÚ‘qA‹ÿ~ÏÄÄ—„ÌÕYf…±ãU°ê£Øì[ kÿ"ê§æé%W”¼Ê»Þréò4½lTrA.¨y´«e"¢µîܳðÿ.ksŽ\´©h¦ø4­^]Ï€]Ö'Ôö@­Óíι~þÆ µ`IXpiÍïtÝÓà<2ym–]5̬ü½£)õ§åÈ3×0ú½·á¾c øÎî"4;¬cãÖ¤œÛ4­0 0¶–xÄ€†Ré׊ÝJLæê8ø…_ŠHÞÕaJülc“´:ψ*3Îí©õ[RFÍ–œ^10à€.¦"ÖÊ ³FÕÒ³¿Ì¡9ÍG¾ø(Ú{OC«ó)È…î9rÞ¦„Qâ–q ËýèWÎQZŽw¶±<׉˯ØzËî®×=S‰òÎXújžn© 3üÊ;raÍ£m# ³»ÄÆ…ÔLèž[ò‡^~hiHóÈÁqÑï°©êé4ŒÐ‹¬ãè„+›1ÒÐVêÄFí› µ[jlÞî¹ÐϤµ1D¬w“²¥Äd;FAÏ­£ð×¥tðÇÛZ:ZƒÛ­¹ªqs|𦔠qËØ ×<£Æ§d@w tØÉ -»m0]2>$¸ÔÖ6 yÑý“½±¦ Wyå„<ï,2)¬Â„µоúx©ö" b7çY•Îrꆄš·:MJ_¡¦¬L2Küºf¶]B+Òvb^¹æ;è®…ŽGÊ´£Ú1O^Ÿ!dFçdÏÄ£ïþ; |©žÒ=ëTSjvÍ\ºWËØ§yåÎfyPË„niYp-·âÒÀKÞ|©_Š/i(Õ^©Ä5O̳ŽSÒ] -į‹¶­­ÃѺzµá8ZÛwMÔXjiYžî"˜%bn¿ØS×1…ŠîsrøûfxqDÞ”’aŠrRs²jéFM³‘oÕmðÂÏ«ü¾ÀqkcÕ•œ¬_fpïOÍàRÏ…õ°²!cÕn,±ëR1Ú p‰O·mβ«×')™Ö~lŒuõzc–Z¼<ÁÊ_b:gXÈð·€'wÍòýRV=À1 ±EìRò‘ëªfŠMÚEÓvƒM“#Lóx'tm†_ojEÆ»GñÙ!9µ.¨b7-MÐsÛñ¥çùui?˜{Iùž9Ju æÎbKêÙÕ¡âÛ~µrC)&¹5­¼€±Yà×sÐ^%â[äb|.Ò£`T”¸ï$Σ@eú ŒFã4)›Ì¼€Ï~ñUh -+…¸€œ -éM~- ²¡b\ -.$¨‹"Ëâ–™C¸…­ã¹­¥ƒwõLÄž‘ƒè؈M))we³1ͪޘçCum[ú–š»–îêG€Ö~ä¯{á™Gdlié ¦¡¦$S?ôÃî TQj¬ƒõO-Ù7–ªc- ´3³ejï_Wö´F85¶IzÙÑjÇܱ£eìÀÊ¢†uˆœ°¶19¢Åí™Èu¥zeúÐ3‡Í:0S »z|iXC*ßûß™|¥_F,± !b‚jFã¶­¹Ï­°<*>.bjn?°4÷|ð;¬ÂGk•äzTôÚ ©°)hhï[kÊÖôUÇù©PŸŽ -ê(P¯‚XPÓ!>•ˆ¬nnzfhG'…4­b×<»Ú9ÅÈÛ˜c–;çhåk \øš¢»®îj^ã7(Ûh‰¶…±AëüpÛ†œ֫ܳ@. ª°Ÿu°ÒÒ¿k4‡£gœœm’›°= g@Ãf.Õ¿ÄÂ:Ô,覞Ý2s>-5Ϫ¸´<ŠÉ÷iET·ŒR²èŸ’Rã–‘+Ü2&4dn .wNLÍmj8bnØ]u…Íd¸OK©3 “ß™GÉIöhÏU=±þ³³uꣳSqâh?´‹Gö̶Ýh/£XhTØ&•®91"¤mï>±·K< ˜ÌõIx‚u–°ÜÓôbm•¸mñj1kg©µ7bÐ8Ý-©Pˆp«^µ¼ù@ß…zn%|ðÈ8nYׯìë ´žPÓª¢ýÒÔ=Ð8%³øúG“XÒw úu=^mï¸u¾“d’´ÂŒƒœ û”¨NßÁJu0‹Ãjiu†Q<ÓÜtGÙ…~µ2A/߉qú>\Œe˜øÁ9ÌœÚpdˆ¶ô|j@ÇïÎsìÓø$`⃺V¡_ÛÊõ.63ü‹\THÃ"ì®°¹~l#¦Ì·ÀžHù°»D 3 ²26çX»&&jKÏ£ºyÈ€úìíÛ…m[6"blíŒ{çO¢ç‰Ør¿ š´!Å8'ÀOWoå– †Qzá$­üÌÚ( 'ànŠÙ” â-C§ÚŽš[€ÇxÑÐ">»fUŽIZµgž=?±Ó1+|‘[Ãǹä" ÏÛ¹>mïȆº§Ï!c7TbŠWŧí›Y4 *צ›ÞmÌãÒJ$¬ecü -b‘kº1ð~Bª†·ë“ù76fÀ±!% #¯ðÚosƒKÝ>€î8 ðeù¶Qrêú µdÛ$jÙ·tÎz -Ý}”’›bhò/®y -dËØÒì_±=K\‚mžVèVóPn@ƒt"^ÄÒ>¼)|Õ,»Â¼4YëJ!~EÚŠ³Îµ"œób¸ubDl“NN.ÍŒ­sm/ç®Y|Ž{ŸѳÐ!“ˆÔóI[FcÏÙ¥¯òE[Ë¢–Ðjëxx­mn{­y|ÇÆúõ Ôº‚Va¦äY§EÒvjª’uðv•‹P¸µÌ!»äôº-ç3pñ®Ez­×ÀBn™D½Ëcq+ '= ½´Ú-‡°kv|Ül•Eët ¸WÍAG,=jÇ»iuš\Œ‡4 -ù;AËÞJëpx¹u`CËF®)Hn-­Á¿Ä#o(ÉEY㛃èùsKâÐÚ«Ù·t͸d¼Fë=Ó>-©‡D…bHÙ)C'.{× âDt¼_ÆE÷ì}³¥Àuš1N9 –z®êÅ…¯¶¥tüþÊ€uÛÜ3ïшh¶Yf±y”“«ïᦙ&ÄÕ|HÑO­õ7ÝsÇÔÞ1 -hÛïG¯ o,pëíÍ5æÑ–JM-U×QÿÀ5Êp˨îvƒO%$Ù&Du+³}4³¤n•Ðsݲ‚s¡‡·¦ìà:¥üFãê½c’ Z›ëXæfFUC#8MGKöædak¾‡í»d]ìÕYLΦ¬:vo™ Ù5°0û¾‡Íý‹ §É5MÍÛ0ÊB‹LðŽžÖÖRê=JÄ:MÏ[“r¡nyÃ6JI7·Õ]É E.6¨ã‚Z6Ü£bmÓ”œe@›‡5ÍÍÑúøû3b¦£Ü‹ÄRŸ–jÛZ]ó-de'/u¡·-Û0ÕÛPu·4íí>9n@ÄéZªïød„²°žKqÍ+•ÂÿŸ£·îk+ÝÞ‡éœ™ŽµSw§P…Rœâîn B‚„qA !FžhìM¶ôlÔ3Ö¬ ¸US5lÕHÉ^èGGm\Îmj±òQa]¨ày·~X.b©›Jæ.k8ö”¾=§ïn^Ð »­µÉ5…ù÷§ÔMäí©vÙ6€ùs†ƒ¹VùÖh ¨Ùüi-»p{¸‰u8EÇì“ –öºIc/oÑ*T­;øši]/O/è.êkíŽïkò¹…¦²çdouÞ–½K´7Ê•ï· ÷§š¸«ƒ,Ôöx5qoª]±?Ýå8XäÚw§ØÌE=:iA‡ËZ¬£Njav!+ÎÖˈš‘¶€^¬Å-ÛjPÓý¸Ý1N×á o`wºC·>Ò&^ljš3s—,ÕØµ‘Žî] ¯wÿ§ j©xw—{0Î$L¶+v&º ÓjrÚ‚Ž^º7Þ¡Ø›hæî×2 LȘ’7o£Áöf˜Ô“¥šÎ6es¨©v¦E|0Öܺ?I©8˜`×í#}|Œ]¨"»õؾq’ŒÞði¼Kˆš—‰YC‚úDc ó³ƒÛ3#ê‚ÏÈ•§BÉà·d÷7ümÍ踓±NÍþx»xÝÙHQ±2,Òú´>1NËW ÄÍ]‘<4á•©š‘¹¦æ¶ìÛÛ[wu˜]cÉ„¤³ÈÔÞ›ªmä'¨{S8x¶;!/û_rF©÷Ž­[¼mãË6l½š1U;Ê"¢tÝ‘ tT-kÑv‰àÊVAº™¯Ã )ì -§Ü(Ò Œ5ÒU¡¸VšD)¥ºQA˜·\0Û[AÆê9Š";·²¨hÂ|¨«ýk¦žs™²7Ñ&vJ:Š:%`+W -ut·fÌë« f4øØeµ`ËÞT·ôõ¨ªmhe1TS>ŒòÙÙúfDÌt³|¡¿?ohįZ›k&Ú¤ßæ:ô@Um[±9'Ó ÜË=Zqt¶õUçi9x1…øÂ&à•̹µ[ζŽ5sMùˆ˜îì¢ÄÏ÷±òV­kæ <ÆÔÄ !>uNNÉÙq6×­Z›( ÆÄŒ¦ =$ã@g´5EË–Fì²™¼~Ê\?;ß©è(ÕKxY›8ËÔÃÍ·‹{Ê|~‰Q¬ª6ðµ5ýÝÆj.µ7¢ÝðÑ)ìF/;™«öü’³‰¾hØe ¾5®Ú¼Äš³½ì´š­‰8¬Ñ -­J“xPÓ/4‹{aü6qts£4˜M| Vt= –7?+Š/¼E*¬ò—µ·Bg5͈UKae°¦jÎJ/ÞŸnâ]ξ:šn×ìLÔT¯ÕS–G;¹¶v†]ÛMЉy…FQd@Ü ›2tWOm61iJ ¬É"æGTM¸ <*Çǯ[›i;Ã=šíqáðÁ,×´7Ù&9œjæÍ7vŸ,²jÿÞ¨üµÚÔw>ß,:˜®«Û¯g/8¸S~‹©ƒ?¥k¥NZ™ƒ -Vö¬•S»?US·l%€f´äÜ5k{çîhqk¸µ}ÆÖX5iåÕ9t:I¿`¸^Ò>†áÕ;2Ú˜š v¼àƒˆ"‹–±û3zØêp2¶ËµLÁ€6øðh²d«'ÕØÙ–:,jÊZÔ¶VmŽ v¡|ÌÔËÑÉ•RI?J,™¬ïâ!™ -o1Seà`¦6ÌÖÞc(‘ªÖ~°ÚœPG5~gž&b!Á wРÚëRfGܦ½W¾;ÌÍÚ˜I]¦YÌ/Wòµh±À†òxNm\UåÓÂHàq&+8µæd:Iî]”E{ɢ݈ÁþüþCÖ¯g1?¤ø_g–õÈêmEV^rÍ@Î>®ÊÛ!Žëª!ÊŽÞT~µ&’Çt×UTÅíNuJxÈ9½¤kL§àé…B¸´¾ã‹„ÒæÁ©¬z[ö›´ -5+–ׯ™ºZ·‡¹’ãé6Àc0Kª’ÀM#:ýp¬U<çPOYåÊZu/«¯¹9LÖГâÚÇú%ÍÓ†^ΈŒ 5´„2KJnŠ)T{'/£Iª­á¤Ì*ºY«:^Í´´&kQÉÌ BgúËí -e“U)ÀZ½X-¿5Iíîôf‹¸ýy<Þ(ŒM¼'•U¿i¤vŵ7k3($q`QùeVöebLåÝÜ”ª‡Åˆ÷Íø¦À~nOªS'iœà6®ºmÙF-žÕà“Çû9(»VÌЊtÄÎ&¸©Nkb*Ó›èú`"Éò¾ ­~*l»–žRýcj:ëÇ×na.î/C®æe‘n2*Ùn=ì¦p³„W6ièbÍ´±Ö­ ìE¹`ÆÀ,pê%Íjµ–ÕÛ+Ëïê¥tqõœ:ud Yü¥–ÔKB0B Y•ï*óé Òˆï2O@©ùIåEOEÍ5}­`e›ˆjWÊ»7Çy² @—L6¶œ/4‹Žfêögyú©nÓúHw߬ƒÇ±ôñÔR9Q“äóë:C”=}0¥HEsxq2N[”AÔ’lV'Nê[è{]æ£ÉvÉ’½µÙ¬Ñr%}ŽZ®x¡¶©} ‚§9½áÒ‡„äο‘Hø9:ñ[zrýµŒ|ɯoüQ._¥ýàïù%7¹ê÷:\ýkugGò¸Š‡Ÿ2J¥Ö~³F¦êjaØí‹™LÎQ­~;®Š<òW©yNFj\)híK|…è! *xÊë¼ÎåßÌÈíúÅÝ ìòòUšKtýGÒôŒ×6×iÅëv^×”¶©bLÝ‚rh$} -kcuÏlaUí|†>ëY\i|˜šÝú[vÿ¨@v=3›ÕËuå©kš‹Wþʧ/T—gï!.¿]ópñó…ý’ŸÛx›ˆè}¡î芟57ì d£´,éTäu6ÙÒk«‚)t«'»i%™]»×Ü4™QÇÐ~©&+‚jhý¾x”äYvëW×g?|zì’ºž—Œw%—0¼ô:Ü´V/_¶t4­kð»NžbÍ)7é *¾`„ÀŒ¢;»Ç+x=ëÔ®îerkÓ@b3»?¸‘n - Sm^E¹Õ?¤á+Ê$>HŠAÿòñMäiaÙ®=tq -ŸÂ~-%ƒI«Â~›bâMƒP" ó{˜Æ®q5ø=ƒ–É\«“¾Åpå]¯Ï<<ò®fäq®§ø¿¼÷„¸ÜçòðYŠ‹$ãÊ£·%.Þ„Ÿð8“G¯pˆêÔË»¹=3õ‡FÐ —9[;{çÉÌæÙ¤²*ó‹Ð(ÚÏžÅW#Ãñ¿æ€¤¿'f -~ Š`\qûPìâJ¾S{å‘ÔÅÕ‹è’ 6þVV¡{Â$I?JÛ%9êζ„á>vêH=ÁÒ'ÀvõŒVÕuÌçӚǣ*‰&×ì‚¶EåÊG%å†{Q‘ä}xŸsåáƒ`—7n©.Ÿ|‘.·žå¹\½êêâê—=Œˆ¯þÝí}Ñõ„DÒSq‡°hu¸½óhª¥wk°ž9©i.µ«µÝzµY T õôŠ'jyâÍVÓt–¤s«Â)ÝÉ4ûg,Ñòé~ì_ô{RåF\ ìNRt†«¤¥¶`ÕÄ!.Øj0ý* µ³×PÌnŸI'6̇©ãî©PéõÈdÚÑIôù…Wº<÷ÌqùõŽË÷ —ÀH†‹»Âå¡kªK|,ö*›"õv*Á9·Â&lH5ÉúÈ©™ÒÔ=RHå¬%¢«W½+èãî…Xû½˜ÌÖù… ]Âc¨?$¤4ý+(šáòÜ«Øåp¬¯³]>ú`\Þù¯¼óÃþXPÔ|—ߡ˲HĨy¯nÁ$àzûe`¾X”Kã&‰“Orƒ72àæë‘™]?}¥»Ü~vyõ¶Ø%8Š}åcÕåé‡ -—W^h—€¸¦+¾1œÞ±®úEÖ\C½*hîJ˜µp[皪úžš&VÇ'6[åǪw„ IÃnÉù¢_|#Ù?E¦vþŸÖñÓ›….Þe?Dı Ki¾rãY²Ë¯×ý\ž¾Îwy€s¹ó tÅï ñž ‰Ð‡¸sµeÞØÕ1fhc©ä"dÇ–ÀîZƒ0û°Šê¯ÜгRìðóâRÃíŒì®«!ÑuWãR:òý‚»rïq¬Ë{/ˆ‹›G‘˽' Wü?0 BWþÆÒ‚ñ]7³êNZ7O™ÝÐ1š‰o^ Žù9,¹÷>˜ôóû Ü•ÈÄæb’šÿå\õ¯û®™W>b¯Dó £»ù—ÿôø5èÊ‹0—×^p—מ0ÏÒOžQÕ?¦ -~Jî"ic mYÂn¬PÕ)›Šæ lˆSBŽ’4³<YÒϵ-£Éôö¥T${õSzìðøÚ«@ÏýYwåsÙÅí=ÜÅõ]1€u¯Øf——¾¤î»—ÿË͇ðCT†ô×$˜ãiLò¦«Yš±`©g-é«âuŒ»´£¸§¹/¡µmTß>ƒc{•â§^A°ãOòËnƧvþëíg”‹Gé‡Ï!Ô+7ïǺüq;äJdrÃÏ!Q¸k  üK§†O˜7sÈJ1*÷£:DãØzîT>3‡fy¢”£Ò~ ާ^õ!ýx×=ýÊ/7>»¼ò,êõCjnÃ$d÷qg™M%¦,˜šÑãrzÒ°Œ–l“פ+úú*:zGìV{,¥x‹Ä©"ž&5\Töƒ›GªKjVÓÏÉ ño¡©íW=CÉ¿„ƲoCK$¯(DÁYGÿX+nNCI\53!‹ÆFì”®¾T'® :’¸bsy w,›À4zãé&O$Åú6 *»ëEûíƒé!1䟢Rê~ŠÏ®½•ïz’‹–>.Çë^1éö/Üzkº¶K\µp‹¦ÊÄye˜M݆âwÀÜ.]Y»À¯æØ¢áù³ˆôÖë>Ñ5? $\ùà‹ê¡øÊ“7Y.Þ¡„+Þѵ.>Â]îåÝì™oû9·ÌàF«±¤éd-Kfn똢*Ò.A|T׿ÉdZ\3° F8SŒãoç˜s…¦»àRíÄœ¶_î½Ìvyô*ÏåÍ'„Ë3÷"—ûOS]|ƒ0WR9?eå´ÿÞ@•û[{;óæµì‚e3£XÛAðÓKzâ^}yuʯºc.›Ò¹‘‰¬ -ÀjßgC»W–áÔ/â -º¾ @þ↺“Ñx5*·ãn|Q«[UéÍnˆŠl¸!-±`©oÕ³÷¦[„C†NŠ\iiîì›`Ôt€µš@]ü^Ó÷ M–¸çÁEîÉ­¯r«]Sòj^¢Ø¦Àòjs¦ZÐÀ‘…ª‚"‹šTw¡,u3zÆ¼Žœ1¡"%)ÙÙÒŽæ8A·$·[Ø_XË‘ª¥ïPlƒw´÷YpRÛ·@ú¯ßA¯|'\Ìé¼ 꽃|¢¿Íª’¿­¬6döȇY£Œ>­¦¤ÌÈKü×L„­¡¦† C'S­îoãÉœŒ&Á”ÆGU/B Ã/ 0÷S Å¿¼ö,½òûí8—§n›a?Ä#ž–ãÛ}Û[I[ñ®…ŠZ4¶mO¯îo—ÉÕ„^¶¨ƒgÉkl7'± ÁŠò -/EJ^Äf×ýC¸—”Ùø¢¸œÿ±Ž­J4w ÐGU:ɲM ü7n¸·ÂÇÜr—ùi -µ*)¾‹'La«_‘Õj9S™•t»/¨´ëyBRé54²õQ©ï+}Ž'©‚ëåžjõ€M ðá ¥ähˆX°=€K[Ò–µ¤$‡€`7åh5r¶B)Ê’A·*Ç5äÖÕ«´Þw(\»ßó–@ø55wE¶ww…töcúº”Å6©š²¨ï¥ïØ9ÔãQ6q͊͘7±ã¦Þn»N%4êÍJµÍ嶆ÕÕt{àh†%8óÛ¸îݸšŸâ²Z󋬺‹ÿ12³ñ‡ˆœ–Ÿ£@­7RK¥·ËÉv¯žžQ¢Ukl–5–ï8˜ÈÕhÕL†ìŽÖÒ'­”¾Þæß*$VóA„gšió(£XÞ&Wß¼ÿ2åÊ“W™.>Áè+_b«~Ï7>E!Åî tu±Kž’Ó’§¤ÿU5QÃ.Z2sp#š¦Â¾.¦ŸP¤.áñ-n—1›'2@Û*pK»$ª™§L`v:RÊÉ}þ¥¨FW]àYÛe÷ôɳŠÞ³–˜0uâÇkH_X¬?WjÛÎçëšÇÔŒ ³FÈÐêÔ-Z‚©õäÊxÜIwG\/¿'Q Ò ¤šr¾H éêÒæôôÙ(½ýšB͇¨:«|¦µ¬œsvi  ¿b®GÛ¹(Ÿ#½ds°‘½>Ü\7cmcÙ5­¥*>-Š__ò´«÷¦S(Ïd¶j£*É·R–!3Ý óÃÈ-¦Hr‹!¼†«hà)Â:%*Ñ6 _íîÙ¢W¬ b·ì„ÒÃÉéá ϶2Ü­°Ä\¹RT%”ôwô¨³Ú„£ˆÚg*•ãˆA¸šQØþ8*‹åžV\ÿÅh æÊ8‹‘G‘Æ;r| ô/¯VŒ¤œ‘>J΄ª9¦í¬R¶@mÒÎB»œWj‘r‹d­œ I›$YÔ®Íå·i dÝšr}îè僧ûxåkÊ6ä¾µ½éh¤¥}×Î*Ÿ“‘S–äÔ¢C{]펣3ÝÏÊsÈrõA„ŸN+÷œÄ‚9 )}ÆÙÙ1d4Ϙ¹µûcœ¶ÁVΦ£™±å¬«Út2áËÔü%3-oÎÄÁÌZ‚9{ sc¤–¼á`Sô´ìu+½xm—½¬* ž—Â? Ò°ßæÛu»—×Ú4肉Y4!ÇD,öÃCW,Ô¢Isàô²¾f Í"í6«jÒ­RRˆMÝ3lé ÏXëóæÚÒ‰fÎÙ<§o×I*Ü´âS§«ÙçKÜá“yžó`ª‘»h©FZ$uy +s àÃa=Ÿ= éDhe\ˆJ«®) ¬>i?Y-—bLêfР‘’¼1ÕÈ9¯k\”—ŽpRðòÂçåÐÏvöÓ‘V\ô²²·ªaÌ÷¡¾ w于s‹Þ¬¨k -û9¨¡>V^£Ìs×ÐÕ~:Ò!ºeS¶´ðàe)äò⹡CEn Éój\Š’–ñz®žø×qlC%îàÓöðÇC”²MµxÁ\]²îh»Ì}TNT“ÞÏ]3T†o`âɇjÑѾØOLÞ0W—_Œ±ñ߯˜‹1&zg€;Û‡ ›b§e„È!~UÐœš’½ !¤-¨q1;Jáå é~TIJª2rXû9I¥Ï¬4#gdÌ÷U%ZpÙÇ—ÏÐØiГ!rñž™kš4ÈÂn °K—Õl𴔘4%!äÎ+°‘c‚Rï1*hBJŠšÔµaFäÃ’úô%=es€/^3·s¶¬”²eMÑ—%Qšë¾q<ØÀ:Ÿláh“œ_Ιr ’–Р}K5îh¨¡îh¤¶~s  -²d&åϘ۩¦®j»² bêÀú-hk`[ÆÚÊM ²b¨Lß·áÁ‡èÈÁBÇŸOԽ΀.©°‘ÃoÖ5°ø‹q\Ñáµ3@/Ÿ¼Ç{Š|N¦˜õ‡ã̪5À7 -lü‚¤,ìІ_æw ’‹×ˆ5=*âtœû6Ç ïZñCi/.g¨à_,ج¿giøýieRGË—3².æ›D›:dô|OÑ»©6ðk{}Ö˹žâ‡f|Öé ½¬#CLÙO4Èìm+½d^óœæ¹wg¾œd¿þ÷©ü¿³ÕO×´ËN§ØÌ¯ ¶³É†ŽUôËtGÚ‹ñŽÌ—‹}…^§“$ÄÅR£hoŒ‰9›¡ãÿ³ÑØ÷m¦¶mÛP™·$Ë ˜“¤¾\”ƒ?_Œ!ß')ͲëöFjjõ´ü £âhªMq4×9p4Û,Ü«e¯[¨Ði56jRMÎ^î-;;;¬u¨åšòU#v4Ĩ:£Ά(è+t>D(øºÚ6°$,pÛUìÏhÇļÐÓßìk©™[ʪØ=!u¹½$C‡ÎHÊü ÌôLJº:Ôž©»®&¤Ìò*÷ûqi§6|*c]QìomN|Ä)øô“••ùùŸ±Úêo#8Ц2çí²(åѶ¦ÀcÏ„Ž;°1áGŽ:Ò†žZ¼ªAþï>¡+ tdǦnh -|–¤ùëÀ-)Q!Ëj\ÜÙ0­üÄA.>°Ð -· ˆ¸%)Ügº§ôÊ ùe×DÌžÂý†;À/–ÕØØqYÜ–³)/ónO¿?ÏÍ~<×]à>¼gY‰7×$\_QÀ¢ö˜ˆy!>aK]¿$*õÙRU†›0q‡FLì¢î9PŸvG‚¹¶«#å|«¯9d ·ôÈØc ¼o§îé°1‡VJÁˆ¸<^Sêv9Gd¾·$v[Yzb)‹>4C"6ûÓ¾ŽUAŽÄÜc½ôÄ^ÏÜ·6Ôl[ªQ‹*L̆&ßoÏ -‹;cv‡k‹Tøš{h%­)K¿L´ç¹Žµe¸îëa!Ʋ/'V|ð|Cƒ‰ß6â“÷tز“|Þ˜r_O»¦@‡ü®Á…]mL{ìlHºµ ‚‡Yy!"æÞ‰‰Ýב²¶”a«’œm ®ŽÚè{Ãñ7'Ûs_îéȹ+òÊÔeà;oõ—‡íÑq²R¿­¾2Ÿ5yy¨’•ôˆ¸¶(‚%ü5ÒØxn#Cfº³Þ´D>œî}xdøž;1)§6\þ¡ —s9Ãa×ZƒÞ1Õ`þaâ¿OP+‡(%ÿ›Ñ;€?uVå,HŠ=fùÅï6ä´â}µðÔ‚JÜë/ö]—yMtd<_ì-úôKöѵ¬¿6óÑœî6D…©¡«’÷ åûzHè†<×oKƒŠØ¸¼ç±;#C…-ÉÊýÖû+£Ô’¡`EV8×›ç:Ý“÷bŠzõuŠŠYÓ–­kÀÞ›ýE§\ιŸÿ×úßYéÔ‰ωòÝ·ôˆÔ¯ãõû&Rþ¶±ÑWâ³¥„xíhËCÏée'6Rñ’°ÐÿÄŠNÖ,cµ¯,âЀLXàg{m*ŠÂVD ¯]UqÀ¹]°*+˜áç» ²éÇN:âdqà(ÚÔA%ï=3:ñxŸ{ä$€–eÐÏç“88À{äïÓÕ̵bEQ<Õ•í¾«/ =bUŸMÖ°¾MSQ£¸â‹™†¶£)®éÛl»öÿ-²¾ #³ÖÔÿ¥¾ÂO[:DÀc”ã1~E `†{dÅX àc!÷2xQÛÑA}F¸‡ÛóŸ-ˆÊ}vÔÔÌ &z÷Ø×ÐrÖ•¸¨M%°®2èÇu"p²»ä½ô`¡xfa#×$ˆàC6éÈZ•¾­F%·!Ó¿; !çöŠ˜5*t¶·äã¹ -= ä¬Ë€>¸;ë£o)°Ÿ²0ï^Þï ƒl"¨¯„’zûÌLÿ5‚}ÅfÛË"Ö• Óí©÷§9éwWÄÈ )1z’ »-Ç„¯H*‚WåeQëÊŠuY¹ï üj²³ÐkKNJšéªðë)ùrU¹fed>™hÍ|µ&½?0"ã7 ¨(}c¶›}ëâ2ç]ŽŠmM0Ú}ÃΊ¾1\›òh] ù|6€Š›t„šõÛ'ÃõbŒŸ€ÞÉpѿ먉 °þ![î-ðÜ7`Ó7N]WT†¯ÉÑi[bÅ®“¡¦ü¡¥|º5XësŽ—òøÐŽIÚ5‘óæ˜äAYÔ§X”‹ jÏVµ®øVšöq¡7ûùd'èÙ¦ººlQ„ŠœëÎy¾"Îy¹ÙWðn°.þ†žv ÐÊïEùŸÍI·W¤¥GÔ‚e)Àr¸Ï’ê±(Ì»%Ïûô}x"Rá´¤ÄOEO¾¹¡ÃgœÓvhQZâ=ÞÿlSöØU~<2—†|'–ØÛRߌvç…ü5NGŸ9ÑÉ@­åÛ+V¤n‹=ÉO·”¹ÃÈlg'Ø¿¶ÐÿÙ± ÿ÷,‹õïiZÕ¡2zSp`k²«¬Âãꦮ,„Uà'Åëá/æ†LŸÿÎÐ Ž‹7åÅ~JÔ=:຃u}© “ í»ÏÁþß§ÈØXõ‡¦ªô3[Uæ.À¥c Ä™¯/fð¨ƒa"rE…ŽÙ³°Ñ‡Ž†¶óQVÍÿÍЉ +·äàUQšûDKܽÿ.5ô6tm›)姃̳1lÁ¡SpdGg}ŸÀ/1™K¢\i^öËÓ!:örfúéà¥f!d`çz2žÚ°©{\ꮳ£-ñÝPz r¢ïè á¿­IpÉ“ÝÞc-…/›@Oìõ ‡P÷E:`Y‚ YcBµ™wg{ 6”Èàueð¢8Ïm¬-îö('þö’üæÀ€ŒüjeWè(ÙK¢²O»ZB®±­.ñÚQç¿?4@BW¤`šÄ[fVö“=<× ý´$†y­É`>»º² õ>ÈÇ¥žâw‹bT¨”œv_ñû|OiÀžŽ’µ£Å'.JJ}ì5©w U!¿¯ð \§(o 5÷iiôÛ+r¾û™‘ÚÓÂÇÛ’îÙjÃoi7œ y¯¶ûé ¯Ãuô~|Ò®—tÐÏï)ˆñ&J,ÐÈ¿®$ø_jL¹ì»ÿšº<Äјxk[U àuÒ¦¼èÃ`]܃Y^úÇuyï?ßuŠ[àsáhïÜR·×޵¡ý‡ËfºJ‚.l¨”“Òð5øÓ/ÏŒ¸ÙUvû¯ñZöùeŽ•öÅXï÷@õ¸¹*Œx ¿|^GLwûÑÜæu6L‚léÊCTĨë¸8÷_ñ1î?Ë+BYANÁeÎõ•„@¢žÿ:Õ þ7 ÝÏœ•©ëò¬·ÓÑ,¬/×%¯_›âîohñ)Zfö#§ØãÂÑÀ<³’ ÷µÿÅž¸*‚ׯ&füM#þΊºoªLnÉx}6H(:ôŸ¢ÄoÀÿM9(pOW>ÚžøPM‰~pd¯Ê^™â¦>Ù{­KËý×deûq«ýˆ*þfm–ï@/'ï™*s愹oæzÁo–€}ÞÕÂCöŒe~#3¶ô¥!öºÄ{“]i^ÿ·D¡|›"”üüérNáxkÎKg}êÓ¯“TÌÀgÎ.ž‘të|”Aþ{–U·g€„­ËÒ^lôø­JÀ¾zhÔ±ùßÑÒ Ž¦}ÿ–Æÿ¹Ôa?›¨oÙ3Ue.K³^XYat½»fkH|{6NF²Aׯxàà3­äÜA)<ÒC>Ûq9¿g b–ęϛC~ï)óƒ¨Â÷ÚŒ´2¼—|]G½^‘ᣤ¨€AÉk}Î KMÆ+;ãö$§ðÕªiã¼qÖ§?Ü3`“֥؈ )êË‘±" ¨Í€-e‰À»ïÆZ²lkŸ£'$oªÊ¦xñw†‚·Ó£~«I¹|&|L ÷¢Ã~i‚ú5 ZB>N´g>S#¯7ûýÞöüÉ@K¼5%€}RWg¾Ð13Ÿ/HÊÆÚó]-¬„»íiÏœÍYOĘkÝ%!WëÞvÖ5üÎbo¡÷¶º"fW…Žßë'enª‘‰;:Hè²$ï5 åBæ%˜0!íÅ"¿4öðÒ‹¢BÏ¥Þ¼÷›²Byñ'++æ† -pí²ßzÁžsÜœçRDÄ}1ÌïÆX]ÌýmIÀw'!ïÔF.œ ¾ ÕŸí+Û(sN·e>˜áä<]ï…yîhÃÜŒBð¯3íß½~Z޳1óÎh{ÞK5-íqsqèMIeèÃ).ÄgA‰—2R©(iOV˜¸Á¶‚m° Ÿxp¿e˜ÐŸ5¸ðŸk3LôÐkáÑ7š`A7wuDè) 1vÔÀ{”ú·g<Ÿæ¦=Z“æ½Þ3”‡ wÁÞ×dùÿ4ÔTrxαŽ,÷å^@ÿð³žÖÄÞí‚|ŽtkZ~߉º®ÂFßßa"çÚ@¯7Å9nûj°÷bO¼×D[ÄkG]ÔýËL+1&ƒ‘ãý‡œñüÄ‚ƒ˜±Y‡úòðƒþÒmeù`¯’‡:3^X9YÛ+’žËªâ_ºÐö_ž -¸°âsõøÜ¹ž’ 9öúv?6y]C´iÌ{>Ñ -vwÔ¥?ææ¼9ôÐ >ÚœýXëWÇxC†Š˜jËy>ÎIº3Á‰»i¯ ú}Œ“pwð6«Tt}á—_Z ·WúÊ¢Nølç£G[³ÞYkã^Mu>…óÛ71ÊÖ5ø9é–¨*þÑP+$`¾§ÜUZê=Ù ñ¶4‚<ÛJƒ¯ó!ON©%‹²Ò@--ñŽzc®-ûí–ê³ÕõÙPÃKBnô×åGî8˜è%96ÂQ›óÌV›ña¤3/x^òÞQüÿEþ{–‚ZV¡Âö(ï ÞWuÈàŸ'RžŒÔ§¼oN}¹«ÍûüŸEbÅ‚¡a§<\Õ–'lšê°—™,g£„ÂCgE䦶ØkÛPr2Zþk¡¶åÐI*]Ùqyÿ™gÒ¾MàŠ¶EþÛpÀ’4ùí|o¶ë±ƒ½aUí›p)Gf_f±ªâ/£9u²Ñ'J> ­ãWúàÞ3=…î â2 9&j×̆-iˆñ+êÊÐénèDZ6°ëª´øú~dè/ïÅšêýu¼¹óÒ[/‹~ö†Äûö†¨û«b˜÷ž—|acV®è°)¦Æô‡sâʘU )ÅZy«Ÿu­Ÿ}³pM…óÿÉJ½µ*¨Û7ÐóŒÌÔ{—sŠv TЂ¼ xÀwŽp!oF;Š^®É°‘Ñ 0AŽV\Ä@}©×xôã‚æ¹©@…ÏK¨ ƒðS=å_Îì ìM=*rS‰ÙÓÐ!» -&lEXî½ ¹Îò³_Ou¾¿­Üo[G/£š€}À|]è¹Nsóß 6ßÏ +Bæè)ÀЏ{ûLòpcÜÍñ–¨s¼ÔGaw×D©ïvÕ%qçƒ ¬SPæ×‹¸afçùü=ÞÈ=@&Îr3ŸLµ¦ß[迚ã½ë)þdà¼*Šýð<úõïƒøü GUæ¼Ô›ö¶pƒq»:@ü}C[ÒTýôò§úì߉-ÈóH—íyØŸëé¨ »­D|þ×XSúÓ+µxFPê9Ë/ù¼ÕJ¼sæž¶oF%u6Î/xϯŒþ[ý`¤æ)¥$>›BüÖä¥1ËÒâ˜S+&÷Ûe†»ßД‡µ¥Ý[”•,ˆáÁKÀɘH}MÊ55úÖTwöÛýËßVôØø¡NÈ«±nøç-=:eCœç>Ý–üh’“ùxŽ—ûlC÷9vzßAMð -ÝöÌØÔóËœô!VÕ®¹%Ëy?Ýþjº#ÉmG‡ŽÙ1³ª‹žÉÑé7–ˆ¸¿ÆXÕçƒ4ÄŽ¶ÿÛhCíW£b‚ú$„Þì§Çß›A<öHào# µß.gzJá^bö‰½©æÀÌ‚Íö l-ðO†&¨{7&õw+haß .x¹}1H/=¶bS¿!ƒ”’MuEÈŠüvSQ칫EÇ®«‰É|t­Ë¡[ý„¤ E™ïFäÙ^ºhïanþk%6ê·+)ÛˆK_ÎaӀЛÁCÆÚ Ÿ¦¹PïCëåõGjÁ2 îöLÈñ›p™'9ƒGÈi™~£Ðø¿gôÿÌÒ©_‡ •Fdú‚´ÄkMO…ÎÈi•3BtôP3ô½šœöà2÷hŒùpheÂü]U½φè¨ó±:æeVѬüÎÀŒ½¥ÄùþºÙ—õñÏ tö?óTܤ¨ô3ÀëžÇf:ìÛH-óÛd5ãû$rh+ZéË}¿,Èw?w2лär3åÅ–¿;@„îšq¹Gv°—•1ŽÖdOKc„Û8/þÙù0 -t6ˆÊžíÎv_AãNíä‘•?°ÑKö‡™H» øS"캑ñ|SGË[ê«ðnÉz1P“ôt¦ ôГY'vrÁ–›dhHniÉò>°ÐŠ—¥Èàea¡Û0'õ™–z²=ÅõÛ0ôušZ5&* Ó1³^lëqÙ»–ÊØ5$lY”ø…à™Þ¢w–ú¤Ç£¼<ÀÃóI‰¯úXYŸ–´”‚{u徉œ»Ð õÕ¢©ð¡÷¬¨äãARñÙ8¥lÛ‰IßÄf\L‘1GC„²‹Q - -àÒüE)ÝTãS¤èXgcÖý9^Ñ ¿>ÏvûŽ5Z”úˆÙërdø²°äãù(­bÛXºÓóÙPB?ïZóÔ†I9·‘Á&ØÒvi}>1sôȨó!@³üo®mEК¼$àh—±«CG/xnb$Ý<±‘¡—ùî–ú¬ÇcíÙ7Ôeþ+J˜×¿àÝ0'ËíÌI.ZUcc—”èˆËüÍ#!wC œ¯¤Ôç@M94Ó -¶4LЖŽžWM÷"ƒö-Í5VNÃùP=óŸël¾!‡|^€ßnè°™3::LÈÎÿ §e<=01`[ªª¤%2ú »¡ªˆXS—lê‘á'CÕ¸)&u´£Äoº§"|¤±Ø[qá(Kù{St>ŽqsžÍtÚkÛ&bÏŽÏý:E„ïZÊbÖ ï#ciò×Ëg û±™=¨è›»&Bá_ §£4䱘»$‡ö3¿<Ô1üo(²<þ¿e:íÏ -rÏ€¿eRN†©¨³QjÏFÉ_3â5å3½à7—³°–TøøQ^ŧ%´ÙÏ*; YÐIkÊÒ€Yañ{ v>:IEûVfùPôãH[Þó£TàÓü÷Ô° Æ °ÃAd¦.õ½ÌÛZzËZ›ýÈQúøÈR ølÆþ*ílœ„<££{HÉ/¥Ì<Ÿ9%­`^JJï®ôl.~m ¤=²×g¼ý>A®ü÷»æÏ*fËŽLX· þ»ÁnþsŽJÚîGÄÌ|è´>Àçþ‡ÃTøwÀ“:pÙS=à·‹}Pÿ¿3õûƒTô‚ºìË‚ -´"/ú8É¿½&Ny²*Î{µ¡$%ïªË–”¬u-)eÏÔ¶²2x_?³UÆ}D¥_öÔ¦¹ï¨ÁNñ¡î³üܧóâì糂l×M"üÔŒÏþæ$\ÞC²e¢åí›Y%€w á¤ÞqÖ'Þ^î{lhKýDpOÀëĬȉI¶°«½!ëþ:40 -u ð†Î/ºÁ{Þ0’"o¯‹ ôÃlgþ³ãËÿ3ACÁf[+㤽ökéY¯fùÞFfúÝ=*á|ˆ -;sP‹Îlø¬þòÐYч‰Îô»ÎšÈßöÍ蓲­-ð·SdÐŽ—|h©J=sPŠvt—óÏÀ>@ùlé«2¾OÕ×ïšíØ_¼.¯ðß•ûœ[H¹_lô…â_ÎÉ*Bއ;¥GC<ÅÙPýÛÀƒ˜´S3*áÔ\•upÃÚ2". šíC&|©¡n©aþòÂk’¼×óü|÷#  Û&˜Ó6ÎÜul- Ú5Ö’]úmˆZ|lGÄ/H²ÝVå ‡æÊäï#tòW@ÓOK[ƪäæØÌ¯ãäŠ3"aGW8Ö•ôÚÙžðx¼+ïå?óì†-KU¥9ÿõLoeÐÙ›r2HÁ’ÆÊØ e<âÀ€‰;ªchê2^™³ü­´Òc'½ôÄA]Œ‘+¿M2Èë:Lì´¸Ôû2KùtŒÓyyÝgß\•²gÀ¥~7óÜIÿ{’?¶ò&PÏÉ^ÈÇãAJ™Ž÷¬»ÈëÆdKöëå¾B]3"álŒŠ>Ÿ¬«[jeBTvÙïÇ#tľ¿¥+ú2ÿÚ·ecÀ÷ìõ¤%55WÅ=pt¢55U)öÐûzXøŒ ßcC_¾ç@§žÏÖ´žN±ª‡x…Þ¶F°+°®Õ§£Ê÷Y:Ðb ‡CèœyIá‡EäÃÁ v0\M_R¡Â7ØÄÝ!Báù4ƒ¼ªÂE/÷a÷4¸x çA€ÊôQÊ1€GÇÃ$ðe¾óºªÜ]ø¢àý‘ôáÄ 82£âެÌÒ--1ißJÌ;™ !vØÔ]SE؆ôvY˜úd]ýtd¨«8¶´°·t,ØŒ³¤Ä§nš0‰ëÚŠ E!ìã‚°ð­£!í½6áö. ë·ؘU5.e²ê>Üz"ÃÅÝ!£ïO´xìªÑ1öÚÜç&rêÍÅ®¢ÕÐẅÄYQºëºöeE^òi­¯2dQ‚Ž–ùÔ¦Ý9² çc,Ò‚¨Ø{–›|w´%õᆪÄ{ßP|bÃ$ÙÈ…RÖŠ–”´i®CîØhEý0ÿyq¾«©:îö@}ì‹EiIè™ÿ>YMß1!bvZÚéÇÆ:ê³:j£n¬JAïÖUpß)>è݉›s1NÅÚ(%G6VÙé0µ )ø8Ôtg¨.ý¾³6îÎlgâósKE♣5-@Ú3îßïÓÑ&i[ óßí/ ]WA>¯+K}vU ;fF‘[Ô -øm×€MþèŸËRôšµ&C…Øï÷Â|rPSíõUŸXqË*TÈ¢‚²ga•\:ÈI~ÐQúþç®ò7?;ë¿üñuІÝd¢g¥ˆÀ5yYÀ¾©*à°Àm]‰ÿ¾±ÐgœÿdAšóþÐ`³ž´ Ä„.)*W•˜¤56ñØÍþgŽF¼¡Tn)á!ÜÄG ‚€>´aáËi^±÷‰•\p©ÉNØ´Y~ÐdGü󹞬×;®ÎHÉÉr|ÔÌ„G‡ýøôueè¶´ÈwOÜT–†›«Óï·¼Ø<׸°<ÌYŸõbSU¸®Êÿ°£|ÚÑVÄ,ËáƒoŒu™6ﻡǧM òÝ&yyn“]…^KÒ¢ÀÃDæ÷q2êû ›½à碾ïhª>°Sá§t找({îZáQký%[ú²ðoãäÒY1äýЦ"òbŠI8˜+â×ú@³]™¯Æ;ÓŸmëðégÃuŒm#1ßZŸõ`C…Œ8²âs¬1ÿžÆA/×ÐcˆË{BWõÄÜÓéF2Ư ˜“b¢¦ø…>»ºÿŸ½÷êŠ+ËÒEŸîé®Ó•]¦³º²²Ò(R™J9ä…@„÷ÞEÞ{ï!!ŸR¦RIxˆ€ðÞx‚ ï FYÕ}￸wEöíóÒ/çáŽq=˜!$ÆÞ±÷\kÎo~ß6k“1'brN0\cÄâˆÄ9Èå·°‹žÔÍm9¾:¬ev'ÍÌÞÜ¢X’²K‡—'Ù–cËw—òyAm*) ÁlI@žï½Do ꇤÛêÇ?[_ÐJmÏß½AøûÖé¬[48•Yò£*fc“Rv7e½ý@s^0%¬ûį"wþâ‘<È-‹’NÛ¯Á5ìh©ía‹™rÜÎ.Þ}³òi1; |%e¿óã¯Ï¼©û‰A%¥&¢ÄÞ É1E¾IÌ Àgox' gs¤ê”¾Ÿ¾=C¼á…TÝ«þH3Xü»§}ߥìÚØ¸0àQ½P ±·fùº­ÇÞ.ý­´è[ïÅÍý»nÙÚêÌ jsZر9ÆmZ}/\5xk´ï´oªïŠg -_³6Ñ]ž¸‹_¾CÚœtl¼£¯¿%[wåŸÑ:¹ñvzûâìÖ乕ׄ˛Óˆ_)Bûfˆ¥ÖG}g^Òn~4J½ò§õ '’fd ð!Ï,³.¨¢ -6di´÷› ÈiÏdÏéŧ ǽS=“Ffo~ÍD÷­Ôñ®úÁÀBBÚ§8a¥÷”äÚ•g°S‹Ïz®øæ¨m드FÝ]Ô×Û3¬¦¨–‹ôÍáJ¼3¨ËÆ»µÙîV}²õ¶÷RHÍG¸ß²kµw:¿wÿŒªŒ«Eø­·ˆµ¸êÃIFñouÒÊ?j‡ª?öLnù•¼¾…‡}§UC=)é—Á®XUô†^òû'èËÿ2Í,ù瓞­kzA(e×üA÷ ÷û°JHI…Ô”E@ «(mËoáÅ›@[zÔ¬.¿îîˆõöæÂPÝ1 ³*ürlCÂÂ&ƒ8DlË`•!ºncr&8CØÀFi5ÐÞiøÔóvekv#8OhJ™…Œ”MÌÜ£Vs¯ë˜_ÎêÞš$ÔšÔóŽõ^ìŒ(9½1›²IoǃwVçø]KSÂîÕiaé ôäêkØ5¿œÒZz[F,›¸„=·ôn~-ÝˆŽ ñ+ð«©õixE@‰»PQÛƒ:ji WÑQ:2N>3¢eB:*mââÀ\ACO·¦ Ýëô.ÇsøY÷kè·I#½÷o#ï².)aa@ö–ùü]'“’Ð’צ½³„ZÃÝ_¸F‘×"&.jcãCzj[ÔJCu¤®„SØŸv‹¥ +‡ÖÒ¡«ã¨«#³oÏȽ_ºý4ah†ØÞ9zµw -Qàø¹õ³—”ó¿yIúæ7 ÂKÿsõUש¤QDóÍ1ëׯ)77§Èe;Sˆ‹Á‰¾3Ûc]§]?–ýEw§ðŸ“f>q;ßg÷»léõ¦ûiï©è4ôÚß-ä®_Ül’{¦ï¢òQãÖŸzÏúåxÏ”økµguA1XùGÛãΓ!ùm~HþøÞöŒ¾ñsmý þ²OÎé¨%ĵ)f•v¤ëK­¸îÃíQÔùˆŒZ×å×E&ÕîÌâŠwäb¤ýí†û®`õy÷×[ˆ 5h#!9f²½rzÃæDßé _Ñ ð;rjíò˦ãË/ª¾ò˺ |󌦰îññX@!ÂmÏ¡ ³‹lBÒÎÁú(Õ«cèÂÍirÅâ(ñêâòõyv{XËCygÈ·bÎ?G®ôM!.ƒÜ;aºWzÜ7Ýu:¢¢ÔÄ4RnP3"}ýõ;ÍHÛ™õQrKhŽÒžÑ“:“:JÐMÕöŸ ßlL2: ÌvËcàã`óŸæº¿V·Úµ8©dõEµŒ÷;ìeýÐïG Þ††¢F!eã‘bzBÍÎ,¾*ãàsöWúïäœýƒÎ7øåH×É€’OK®1ð°Þiì ™äÖÇó7~ç]˺„`\hí/éå˜Õ~8w_hÝ€S²<Úsfù%äÐá¢:$ië—,½Æ]µ=† -ɘ°ÇÀPä\T…­óŒA¯{åðtuAuŒ±«§…íù^sW3âïËATE¬NÈI¡yùEûÉ„O‹:‡:ÞáËOÛ¾Ž™( á¸{«ƒ?åÜãàÿÔ†¨Ž É-öK*ÊýqÞþ¸í3ÛŸøæA5©è/üž•G‰ª ­A¼$ëbb¶øšÍÑ®o¶}±1 -¿PS{‚ä7³$–x4øJÓsDAØ4ò(»trß3ð$h̯Hm jxëùP—…1 ­9eä¡Âj>Ì;ÇiöL³ê­?ö}­éùX=Øõ©²¿å3×ع@þyRU¾O:¡È3ͬݜfÖ™hùd^|ý7šÁ²ß[A]Y{Ýqh2Èö¬º5&lΟ“È ›o[> ËÚ@¼Ô}byZþ/ªû]| ¹V 2½³"èæ8­tgŽ×î_àu䔺Яý ±×'ù×?xIøîŸ¶'ЕI“TÔ 0×'¹ >°­oŠpÃóò}lžPn\õ™a¤ì_2L‰_ŃËïô}g~‚)L¨y0€ÉˆŒ…ˆÈ5®ÔücÝŸ­*þœî;i“Jª~²wk{º÷bR«Í˜x˜˜ž‹j]ŽŸº¾›ã7:‚zFÇ–œT\ Õ†ÈUq-«7iæý -R¥WF,õαڢº‘ÁõqÌŵÑÞ“óÒš¯_á/’Á*\"AÊ$ჱírb®TJP%Äy§1WW^Ö~þŽvæãŒKöMa€Æ»3äzÅ(1?ÖÓ:sn‘ä`cèÙú,½YûñíÆ ¯/·(½ý· Ƀ=;ží¹´þ´ôOiåç®WÈ[ÛºÁÝsb‰r¸ý«ÝE±ôß¼ƒ/÷Ü|ɾNŒ)ûjü“Ígׯ[¿‰Xyì|ÿíÅq|Ãô`õŸw×¥OÖGÆwÝܰU¹öz2¬ã"ÂÒ¿À‡øä¬–Õwä›îQzÉR~mç7âï\?2¤é'ù5¼>÷;Ô9çÏÐãkoI×·eܶշä›ÎŸð·À¸G5hÊÊ'‚Õâ:kkœT˜å¶lMŠÖßBó<êìÎtïÉ UÕçç‘Û–q oE+¯Ú¿÷Í`JÃj^ßÒKäé­iâM/ÀcÛèyï;ôÍ=#³ŠØ~½Õý -S°1I¾±8Ú{Âú öÃà4¶(4‹/K(i-ƒˆ˜sœ¥T‡e´†œMÈðÉÑ×|³€O(17":R]PMnI™Y¸} 1ÂZtgÛ5 FLƒµ×sàžYèYŸ~ykQ´q}ÆÎÅï(h 1£sÏÎcŒ¿–£‹¶&zÎFD ½ЄFÂëï?Z|ƒ»¼1ÍlÍ×R¿œÝšCùAPƒXQ­Ã/#ÜŠkóïµ H"jbgrÁö¸â¯Ž§=ßF4|RnqèaÔ)æOÞný‹æG ïÔbbÔ"fÄ  6køˆm éUóP>ãƒÇŽÙ»¬··áçá•§~c{MëÜŽCËXéð¹ÎkQ=¥-˜ÏUõð OuçöÒâµZmÜ"dÇ-ltÚ)`§œø4ëâ²×ßAOmBÏ87ÛxÛ\ü~‰Nû·íþ§¹eÏ3op½…–EM<¡õgHÉÚ»NÀ]úªÓvrSf@%Dzæxàû*_¡Ïy䜶­!d[!A‡ Z@+&øT|Øú4ñÆê;ôùEÇ«ïð×7&é«ox5™“4õ3Aì¨(µ—‹=“”Rï¿Õ;+èðL1«·¦È%Þ Ôù˜‘ÒÒÑš·gqEk¯a§”âÊß)D7þqõEç‰(ˆQÏ$«&[-¯/Ÿ3)#£3­'5çÑ7VßÂÏ,>CŸZ'Ž.ØC\Hi¹ðè©&¥!7ç%k/ë¾ó¾ë>é›B^N˜Ùÿ©bGF(‹hYÝ ³7ï».#i!uy¦aתO8ï¼ Ú†lL3êR>9¨Á”$Í„º7 ³çd¡"r³oU˜6’[’&à†ð ‘da`v5«ç ÿîº{`y˜4H¹€ËÕíhØM¥»ü–xÍ;¿°ùräÉ•ø<¥%­`ŵB<¨•^µ2m•pÃù{0ãгK/š>_|Ù~rF|ã_€&?TòQK³¬×kê­˜~x0eHha¶li´ó{ÅpÙŸ|³]RVz_vQ"‰˜„¤˜I@Ϻ~}ç¶;°€¾R`J7Ç{ή¿ë;5Èi×àý˜IÌöÏs»ó÷ƒ³=®fõD•äº_á™î¹¼ü¦ãTþ>Ǿ]:”±KD@/·ìÈ)íkc°«o çví\JÆÅcn¨) Æ—ˆ‚•Y2` [û#Q³„—p ¥—„¢“˜c`×kŸãÏÏŽÀ/‡ Ãw“ŽÁáX¾—•ŠÞ¾1Ñ[œ±±ˆ»nQÚõ`ƯÑ–^AN¬¼E^J¹ûïï¨iía­5¬£4ùUԦȓLþÆÒý©bg_š²°Y’v±q1À·bv!3læa¦A$Ì\Ôþªh`kžÐ¨Øóy`ž 𙽷"þm-ˆ‰Ý¨ËVJûÁª@¬þZÎn:õÝãöª÷›?þŸ;l^XEmx‚ i¹Aµà »'¤Ë÷0àt'¬bVÂ*¢ï¨øÐí^—oß³9Åi\~K-ߘ¢TmϳZ—Þ®-½†œòLÀ.ç¯å…tbbHÇ‚¾ j€ÒHÁþB«œöüý׸‡ô-p»×&°W]O!_Xö|aÿö­gŒœç[€GµÅvNZÅì˜YHÊ÷ê•Á ÀEôU?ˆÁÀ»-¨bw&À| îv<©ùóÆhÝ'žwõŸl7žÊqeyfk@̓øçY-aëq¸ü¶é¸g²åŸvÑ'ƒ]ô˰% ½’^~œ_ktu†V‘°Èž9èeÏlû·a5ÄöÆÆÀŸ©îïR&FïÚ,»uisàxwBOi‰ÌÊsL}Lƒ)_ë=½ -â1ôs~MóÉþžO¼Ó´ºXþ½¾øµØ¼èÌâ•QÂÏ­"¤R–¡áÍiÒ- µO…ULXPÉêsÒt8+i¾»£ oËĈ|Ÿ`¯L5ºälmXClŒëiÈ_–yì½%69¬ÃÕ¯MôžóÌ`K3Né`ÒΧFuô¶˜†ÙQë"jZGÂÐÏÙs ¸ Çj\?·~á~9µ5GÝC\ý×7ô’#JtUL‹o Ëñ5³wÏ&¤'<|PMm‰çßßR06Çç)ö«°å3—rŠ¥û«ÃÏ÷×Åw< ¸º Î÷RØÑ2A=®fe~aeuyðô”ù×¾QwA\ñâ–ü»M^Å]Cv—¼¸ßV>O©Ù™Ç—¥­LÜîêÀ#Õƒî/ÃZZïûuáàî -à[+aÌÁ£{Ôœ¾Å ZÙŽ’Òô·ÍáWï׎™Ùð˜‰Ï­øû›â‘ÜŠPv0àÛ*léÚ îæŽš‰Î8nÿ² !ªHÍÛrRcÄ@…d\,LÄÄÇ~Æ]Ÿjý> !bÞ¯³è5ärX…«LY´‰ƒLé]Y{ïmRé®C*MZÄt {Ê—^#ÏlN’Kü -4¬dFò×ó} ebXžû¸Ÿ7²þ¶õË_éW’«‚JzcÖ*¤ï/?Ù[”'-\tDÃl1ÐV Ò|òA¢_)FœŽà<©"¤ Õ<¯òÍѪÒ:a×1ÆRÌèÙ=~µ„Rˆv„°m9­v[N([EõLá  -z#دnå5ôÔÆ;Ä… ‚\ ôy§g’Tºú}Éý -ò]XN©Íؤa£„¹%§ÖxfH·j.4¨|äÙêµÊñ -qÎý{è48àõ‚üXí(v×p!%»Ý·@«õ)(Õ~%­~i wÉ·@¯OZ„”Œq?køÔ3Þ~Â7 »¸:?V“jv€žZ‘±›­/ pܰ’Y}ÓóÝÆÛîS¡ù_ß­lMêy¸¬aä~ÒÀÅ€x¯µµ5f–°ÂZ>|o‘ÝsÑz&ZÛž›KÙ]ŠØöŸ Wv昭{‹C²N.Í/ﻸ5ÙöwºûÔÚÛÎsþyTuÔš¨^ĉêð”IHÍ®R¡oìÈQ…k/ §Í÷kÿÕý¼ûôι!¨̯HµЋ¼ UŸ)˜}q±>"ÇÝŒÜvswcù üJÌÌÁ{ä<ˆëú|Î%âfœý℉OÙuÐI¶Ò7Óvrã]óñìâÀ5µmîAã1ŸšNùÀÎYyø'ÐÔ6låEëת¡ê?­¼ÃVEm÷ßzA¼ \$ÀDNÊ&â&".¨)¢¿o2V|ëÖd÷É,àY»«âÁ¸ jimùyô©8][ ->$ß7®%㟷9ž¶|•YrS‹Q±;–žuöÍ JãFfOÌÂAEÃÒÅ£»[òA ‰çSáÞ fÕúkÜeÓæ¯ÝÏ:¾-0›/µŽÝº)ç¶™~œÑ?èþ|×7q%µ!¸@m_Ÿ"”{¿ñ)H@BÖdì¦ ™æcVÆ…Hƒ Vé=˜Ú³; áâvé€gžÝ¾4¿¶!£Vû~}v‹RÓPê“zJ+à=½a£`-.ªS¼2 ‡ô¦õ1ì%þ^Ø<ñVLdžnÏÒê7Æñ×bj4©ã!ö¸¶ô¼õëµ—=grØ…¨] p‘´q0 Ž´%­bÊÆA u30ß{-e w‡¬Ï¾(gäSöWïÏ…Í\Úê8üì¶_Ñññ)ë 4ã¸PRÛ5#5ÇÔ·+?¹ÙV ‰‹¯aßoN+ò}„wd¬Ž Àñ¤YÄZ|,P 6}2Ã,þpù´ÌM«ãYË_·¦EI‘6 -Y¿ïp÷—…âm£my”\šøõúë™Â†ò×ûµtHDÃÂîÚPÃî„M\ÔŽ†Þ³?I;†îeŒlxRG¬iP%oú -vfI“T’vÝ÷΃šhäàÒNÀÁ¾›Q´0fÂV&Ì„zß<üúÆ©;áþð®Û '›sß~–4ðñ9\µûç–SËÏšN½!Ÿýý½žOÿÁö´úÌ/[’1Ÿ ->”ÜŠx$ãâ3sKâ´‹ÇÝQ`[­?µž°>nÿ|{ŽX•s ¹ó#µ_®MöÝJÙð—ò‹ƒŽˆ+ˆ}®Ÿ»«^3Šsê?ý?’z6i¤u¦-´Î˜W¾1ÑqÜ¿€*Ž—°p1q3ü]~ê¦O¹ºg£÷e¬ùð”J0ÿ•@Ï6zg‰59¥~ßÉFÇõè²€¢ëôÎ|ÏÙ=PÖøŒ4À’˜Fˆñ/+¼s¨k!5»Û7êÀ©:t6ÀUDpÙäü©çôöº$a¢¶g XÔÈFžÝV -`„äSIpÞIvíú+B¡j°ò#ÏXû©ð¾Ê7CªÚQñz×"øÒ”¨wcŠ×U±¡¾YÜ ×³Þo—ßÀÎïB„ "òæ<­fsžÝâWÞóþ|Ò¯¾71ôÓ·f…–š?õË( £ˆœq‰ø[ùþÄ󬶀q@1÷óòïoMc®¯¾ê8tÆ©ˆŠÛbŽÃ;ÇlŒ¨Å$ÿ£1®¦·„ð•›oà…ëoP6ưW"JnOB+&z'He¿]}Ýs&ªÆUÄ4ز° -Uá“CnnÍÊÚA^Ä8Ô¿5‡-q¿hü"('UåÌ–)üÍ_l\ÊÁÊí—!³€¶)£ÕDÌRQØÔ94àîõÁôÍÕ7-gŸ• ‚ùõd0éþѧã¡òõh-|`–Ùš¥Ög17wæ@'áJã19ª¹í¢Vna.™ï7}ê|Øò)à÷å -­5° ®Íç ; ãC’5¡c÷lOï:žTþÅþ¸â㨚M;Fž¤ìý’°ŽÙTñ°1ãð^FÊHm Ëû®Æt”–ÈÁ¨‘OÈ.Ýx}/hàG,ÃÃa=RPêB `ü´Œï4½ný½,4/B{¦X ˯[?õLt~³ñynsŒ^¹5ÁíËÙ¨’ ߘ¢–;Ÿ£ -¢Z! ÄnsZ°5/ªi- ž]ðS¶Û¢¦Á6à“@w1Ókw'N'lÍ‘ní(qY+z°Èçî¼É8¤CI£„±ç~¼Æ/¦ç¢Aìi~½÷RÛU´žŒ£0ë¸Yä1³‹C“v1?aåâ35aá Æ†Møší…¾ó'¾iâÍ­ILáö,¥3®ãRÞ/JîüÛ:‹“² ¶fÉõîQrñâ+ʈñÎO~¸YmHÍèË9yÒ_–ù¼ð£Í7 ô¯ [´1/ˆêé½yþÑæ¯ßuŸ^y»îõ¬-°ÐQ‹d b=f TEtÄÊ]{v oß!æe¬|‚g_ºò¦÷›µW_î¼ë»Tcêöœܾ[,Ø_ Ó& ¸nH-ËQW#JlqBKoI9ˆ$ˆç„Ý›:'kP³v!5adv‡5Ø[!-«3¨cÂÚAŽaˆÕI#˜R1[c:fgÒȧ-Brä»åiÝ糜sÿh¼õ/q`<Õr±A5²3ÏnÛ™áwoO’Ë]?ÔæçêŸÄÆM  S3f.5í2v.àSgDKo‹[ðõAuÇ…àBË·[“߯H[Ä)Ó½§;Jj«ãEóWK¯›¾Û™ƒe,Ô^ 'ÛAm½åÃ\Øœ£7­6Vsûl?uŸXü endstream endobj 39 0 obj <>stream -©áË”ŽØ³°‘q-â™FV¸_ƒ1'ÞØQPB*~Ÿg_¶0TõçAÙ?íLQÊR@$” nM#ÃÞÌZøø¤‘‹©(MïšN®6~ៃžO™Ù¨”õîÓ¸iHÖò1€eAE~{WFroHÞSSa€Vb4¯Ëèõqë@äÜÒ(¾P!íüÒõC×W 5âZÆJjÝu 8½°-gÔ‡ÔB@9Ì -j†Ø›Ó¸Ö?¶*¨dvääß®4¨ÁT¤íâîÒÐO™åû3%½%¨¡¶$L,tÊÄBø¦Ð¥¶'mç ëOmNcëBš»·ýÊ!ží9¶|ñMßÕƒõá—#›ï#»kºÄ„lÜ®-aá“Rö‘3véHXC¨õÉaW¼³}|rDQD‹(ʹH]{+LüŽveK»¸A¬0ÜmûxùôºO†hس‰˜Yµ3¬dV4°!Y“˜žµJÅ!³Ç1о`y†8k{Úñ˜Ï¢_VXĽEz×ÅÁ'Œ,È®õö´NBKjhM¾©îïWžwßE\ˆÌËÜ­] ’µsñ)3•¶òIiÀù¢ZBµ~3iD×f¬Ô.“â4àú1½#úö üôÖÛÞo7Þô~ â²h—΄‰‡Ž¹ðüýGŸ u ÌçM Û¶f/ž£7ødœÎ˜j€–çÍñ¸ûKUí§)~ë‡\=º·(‰š†—§9­ÞNgT/¢'?|¤{k -rvsªëô– ^œ°Ý~· ß è8è¸I@öÍ Û3ÌÆ„–Žih­Û³}çväˆKAîV -ä^\Ëèˆ(q%A®|sQœÐPÚò×yBóÐ+>P#| ìï¯}sšÛ¼ö{ÞñúÕ¿üŸç8¥®ÙQHÈΗث«ï¼S‹ ±-뤣³.:!n¦õmLݘA\KÚ…œ€ŽÙœF^ôÍ¢®EÄú´ýeË;X „Œ,ªGC®Ï¯ûòpämßÊkèYëã¶ÓË£ÝÅq àM:uSjzÚõíʦzoí2j1Ößan¬¿ìü.0Ûù=ÐL5)—¸¿6ø$mçsÖ§úÎyå¸êˆCMÙX¿vͯ‚m¯ñ*a·ç‘Å»n‘h#QÔÄîK˜Y¸]7_’upÈ)¾9nÀ7EÌ,”ßÂEŒáyäUß ˆÉ9B‰žRÒ0;R hdVÊÄC…UÔ†åW°SybEÚÌÃ¥ÍB²éQ÷çÆô÷k/xM¡Y&૤&ÏDó)ßL÷¿BˆôÊy] ½”—0 ‰7f˜ €°s.?·Èce¹ÀËX!#¶øQàŸæCVÞòºTmÝx….Nå9žšÒ’µ±±ùú˜±ñÉÞ)bQpžx+m梓*¯ÕýÓ¨«[ã½§F)‹~t% ã6§˜5î—ü†Õ·Üöð žÇ”êï\ÿ󿻿o·§a­3jèçmO“ʃ2fwBÃÇ'Ô<Ôêsäµ)nÙgrqùKoH×7€;:.|k_b{ÔòELE¨ÎXh]9¶çd¢wæ`%–‡M_,½À\IXļ¤SÈJÚИ_ Æ´0¦Àå×q„€:™±ûXËïˆ7€ÆÃ‡•˜’¸^X蹪½[ô‘gr)¤!·†õÔÀ½-µÉ¯ÆßŠ™¨mI#³èÒî¸ Ô)#¬hgv-eã÷–G^:ÜP’kv|Æ›ÇLh Í·íß­?m8¶ô¬ö³ ]ñ~µÿáÁšôqDËzgÈ5`[²&FoÒÀ€æ‘Õžéö+ÞtQPCnÎ8%ÒÝÅ¡‡qÀ{|`Ü‚jBcÆÎB' ÍA.¤M䎄ƒŠÙ¹˜¤ƒOOƒ9˜}a ±9·Äá®(Þ[¢"ö\”n¿ŠR»6A* -(ؽq#¼ëzœq Ø€éÛrb™_Amuž´ó¨Î7Ð q5³sß0ÀÉi¨}À Á9v§ ¸[ ê¦g¶÷û¨O~%³mgž^TQë–X¸Ûä°Öi¨ŒÒµ5 ¿´1 -?g´Å|xPF® -`ÊO›>WKÊ>\ÖùàϽû.pÞF.ÐN,Þ˜`U•ý„ÕVÃÒþŠ_F®Ú™!T88Ä¿/ xû..- ð$¸@«©¥ìŒqP¸ú†pE%íúdšS÷!à’ç3¦nÎÑ/IZäM9¾ÔùRÏ_'Zosvam¼÷äúXÏ÷[SðÂŒEz;éx¢LXEœ ’R›Ç‘ŒžÝ™ï=çyWó‰ûé­*º¹)a€XºÚ$bø•äÚ†Ò”4 h{Ëý·÷–¥’@;ƒØ¼¾-#ÞJ…Ä„™‹q½‚~·pñ[ þ²ÄxIƒüÛ’P¸ïfòºÓ3‹º²1C(Y| xA©KéØè;¹õß—è¨_£ãRfD¹ûyóg‹/‘6ð)koPú+?c\úg×Ïíg’úýªHúËš@’43¡ù5ry‘ÏÚ¬òþë0 \ÿKt}ë—U>o]ØïWbjÜo:¾NÚx¼ý­ú_¶_Æ øN­ àŸU¢²=ùç—ԴƸ‘ ã{Õ7GoÎ9ô}7‡8nCÚÔycõUÉ—Ï0_þÃÖtÛ‰  s×ÀEìÙÐ] «/kdteÍøê´]’Ô£ŠRVZçú$¾Ð3Ám©îöçœ"æÁ - Ÿ^"4t}—¬?6ä'–ç ýL÷(¶xVXú—”._Wè19»eÔ¾œØ”¶à«rLapžÞ°«?xu\C(_½õG׳’ίÇ7°zóϠ毯{äÔª• üµÍ1ré{; ù­2ñY;¾% n=µ1]ù€sKBQÖ! ðåË/›ŽyÆZ'•ôæ=£˜–³K¸³=iQrö‘‡9×ðƒ¨‰ƒÚšîúvýMë± {3c’°öÝÒ{I3“´ð0+ý·³v6:2»¹ú¢å¸Jzé뽊߇ٷ3Qã6Ršö–ù¬_6Dƒ9‡„ŸZ;e¤umO÷ž™düƒåAÙ§9š£×sbã]ûW;sÈk€gÀö­ýœ»ˆåW‘j6f1W¢z>cR&FgTK©_ëývý]çñ=¡aßA¹Ê‚䯭_‹ª¸½I-¯/cØm"7Äô4Àû™m{v1oÏ!¤@Ý÷Γ*ÂZ.läbwTäÚüs/è|ZíÎ ôÜê«æO×G{¾Ë:ؘƒUÉ`n©0å0ùû­úAnÈ4ÀN/=Ê-KïÆgòΣ }rÔÕ„AÂHYn߉í¸<޽· HöV%Ã!u_©aðÖï¼cSa-üjÄ€«Ê÷Ò4µBÿ#ù¢W6,̹î½KÝSuõNÔ}æz^ö; ‹³V±poeøçÅw˜›ÓüÚ?nϰ:€VýûÚàOïÝ<–_ÖwÅ3Ñszky!j9˜+âÚ8¶p5¿Á$²b×&–ümIÜŸ.ªC•ÛžVýU=\ü»¸Œ8ØÍ. 8ùë!a±p§;¿lõÿ°ïâsfVz÷sä©€’Þ¾ xÑÒ󶯦ØÿÃt¯ìã­±Žsÿ¾NÇþßÿM ñÿ÷ üeGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍÁÿ&Öx쿉ýöøñ -¦ÉA~Ð]ýÁñÒšKpðÿV$›ƒe}ÐøÁqøÙR§œˆæé4$Kx¬üêÜ™ómÅ")Ǿý-Ž5±ˆx" ü² ¤`¿;v -lz|>8w¬àع_ÿt ?8}µàü…3— -.^.8wî굋Ǯ\¸xæü¹kW®\¾zåê…ËǨù.];sáÊ•ó—Ï\ºxõ¿nDÉoô¿»¾çÒåsçýç^®\½Xpñ?6ú/‡ûßÚ迎ðA×´Z>¸vìÛïŽuw¯J±0ÿ—syç~¿J"[øÿ,Âùì¶©úàl9–GDco5ôÔënü’ß;? ÿñ×±ÿåUÞçóçÏ\¹|¬ïØùsÇ -Î]Î áoü)ýç^ÿùó걋à -®þzÆå÷=÷Áñ㿞d> -]½tþü•ºkþgTdž$bJL#&†”œÎÀ³Ã¯¦÷ÄŒôž¬ƒÒ™4`k"J\ULOm‰™Y}I›Ö2{½r|i@A® .Ð:*m’“1-¦á#c:$ß/+¿.­wž×³5CkZ}ƒ«ðNâÊ# „ò˜‚P‘Ôk¢*äõ”I@Œî=Œïÿ2Š -~ŸŽV³3‹) Íå{`nÆçiuI¥ž1J˜+o)µž FsÜÀî (Ñ%ÛrÄeÏdïÙ¨W—¶Q:bJÜ­„ŽÚ–²p0i«ˆ‘ÐÓ;bjJ}DM©Ýš@_IªÝŽŒ™‹kÙ} ƒ–qˆØq3é›'•oL -ü3¸’°ŒÞ˜Ò‹¨15Y|“XR5ÄÉ€?cèóÞ±îo6_7}œê»”R3;ÒZ!.c’6§à—VŸw÷ŒBO{ÞA/l¼m;’! -ˆQÑ›£jVWÒÀÇe-ý¼”M:Ò0Ê~’ožõ˘дepœ*a¢uç¬\"ø2&.:®¥·EÕäú¨†ÕTÑb:fGÊDm_›j?é™é>Ÿ1‘[vÍ|â¾CÄËÙÄœ$˜“­Y|Ùö©6a”p’–~n@C®ó+ 0F—’u yq Ÿ°­"7»ßõžMêùبƒ j)ÍÙE¡pwYú0ãäQÒ.eãà3v6:¦'TÇ5„Ê”‘X—4š\àx=mã “V,neÂÂzrCÔ@mI;ؘ„™Ö‘±òH9{¿8eæ‚ya#36!eáQüb­O…«ŒYð´…Úw -˜ï—¤Àqwû¥i×€4düZ2ï·â/aí—„@¬%í·gw_gmƒÃi‹˜¶òˆ9—ïe°Ò{S62ç²Ó`Ÿ¨šÞš4ò‰)ûíG)‡ˆ•[ v—ú‡R:n&4%­„¶˜ _V*|ó„FÕƒ–ËŽ§Øò°v¸?eÎ÷\ÆVlc‹üs”Ê”Œ¥«_’t²1)+µ-®Åצô”Ž| p>žï ñkÏ™á¾[z7ëàS Ä=·8t?·(½²€|Ö3:¢*FkBÉhËšX½Y ½;g£wgÍ´¶¸ŠÝ1Š™)#¹5¡!Ôä¬ Ìlq -rfev!ç–þYü!ã–ôç–¤÷ò}x²N± caÁ2fJsˆ-Ë9põ9¡-b†Ýê%ù¾mI+Ÿ˜3ÐÚS6JkÎInÏ9¨1=¾Ò'G\‹ë¸Ø]ëý{ÎûoSv.>¤'Õ僧7ýZliÂÈÇí/ ÿrW˜Yä’òëégœ÷Ç’Ž;OÃV>)f&5F¤úˆ™Èåû28¹0†¸¬C:”¶I%i›ˆ±ëbaþ¾Îeå\RÚÆ'eLôî¤*ß뜋ŒY¥q‹ˆ•ï–]’ÞMؘÈíùÞ3^y×ÉíùžSa±fq¬§póýo§9MdzöÕ~9¶4ß¿zõYïñÈ<¹&ç2³n/eg£Ò6Ì`Ï!ì:…Œ´•ƒÞž!—n˨•!=î71 ò‘Ú<ã¤Ê¬±ŸµgŠ˜h=›m_{';O„5(ÀGBÊ!ˆ˜ø¯ŒÆ`Š‰Ñ»k¡÷¤ôø*ÿâÊÆDß©RuÄ$¦yd”ê•WˆÓÞwä›áY^gLIkHhˆÕþ–wuY÷ å/›¸QÔ2:|s}w¦z.ÆÕ˜º¬ƒKèíI;qð±GÍÚnßÏX’& -aä@S&JÛ®ÔG ÔjgÂJhŒ8È”IÊëè€\Гԉp)»×7ÛwÎùSÙï-÷+ÿh»×ùetF‚Îóz·§(¥;¤›Á ⤒Xå›î:å|V÷éò›žï OÚ¾X|½’6h1€ý¾9LÑæÛÞËA²,k"Ögè’´™Ø”ïUõ ÄzÏ50°ç”ˆöÝB~ÊBëL€¼I;Äܽ|¬,öÄÍì¾”‘ß³ˆ˜¿Xä;¥}߉«Ë9ÐUAY×¹ø<³'k -iu¡DᮃO;p‹E_ëÉ9Œ„™‡K˜%ì8à q³€0‰) ð3åØ¿$Ê.ÜÍ. g]"NÊÅ£l) U~PW@ŽÜÏ­ ÜŸ;{kƒwW¤r®áG ÷èi3­=¢A&Mˆ¢¸ YÐö\ha…ùÞ0)+Ÿ4³`Y' ’¶ák³6ÀhøUÏt牨ŠÞ»k»÷2ë¾3ñ°a³7ª§u%,LxÂÈEæ%ýi–¸¼·22šsß}›°E­|rÊNlÌÚI-»‹LtÆÅÄ'¬¸Ú-±Ö¯a÷m)V؇Fþ¶"ü}ENXè]q#¶k£õìÛp5)€ŸaæŸu 8UÔ@kÍ÷šÌš´]«€š6Ó»’FÌ­¬•Ñ· êMHGï k¹)Ë`Î.däû.ÅÍ|\Ô¿˜Ù·rPûkÒǹe¡0 xÑÞÚðóÜ2 ÕãÊÁ·'­ä¶]72RÛVgÅë³”òœóö¿öC\â³rN±( p c!·$ ½—¶g!ç¶çp7²vyoièIÚ5x'ãzrÞ{›uß~cëë;Tànf”Ö=‡•[‘> ÎßëçÖQ#ZByX‰(Ìš(- –w%MLˆ_E¬Ø^`w5#ý!½˜œÐ2ÚãlY`vÑ3ƒ-ô/°Z#nsžPázÞü×4¨Ã)3ˆI3Q3Ú¢:Pô„ª¨ŽÒ˜2Ñ:v07ÖÞ  -â*òÀ>4”É÷7êCZBeXG©Ûž%ÞðÍ’JÝ“ˆ‹<ÄÉßLÒª>ŽË$˜„JŒ‹-Pk# -Ì /À÷õ‰Þo—G{‡æiM× pÜ,àÌ€1 üzDÕu&ªî9QÃ.G”è⸉ 󪙽۳¸ÒÀ#w$ì»XX0oÝA%¦(¬D_©°7Ö§`çç†+ÿh~Üù}FßÏŠéém¾9XÁÚhûk¯Z?]{Ùö¹o -W´6ƒ)$üÓÊ#RžI*ÌÌÈYIM@´†4øÊ5þVPK˜Ç#îåùà-³3-{.6v;çf266e5ŒuÆôèmÊ:4 Æ—¶°‘)¥ýý -Ÿ½·ÄD穽>¶Ì7Go|ï~ø~U z¿BéM!Ã*HAH 8¬w+c¥welLÎ)dæœý¢¤mønê×^ÁÃ÷Ò€Ä@œFL”¦°‰Ú’p°Y7š]0ó¼#é”§ìBzÖ)ì/Kú߯J†ö—œ½/ç9ëºÄrÖ6|'k¿ó$»øpv×=øpoE$Ì-ói0¦ ÿÚÓVqÏvûá.È ðq½ àÒu gjfj[HK¬LÚ$¼ˆ i)õ‡€–[¼ýÓîÒÐã|_•ý5ñ`n™MNº©=ÙU'½,àÇí@9G~ʹî¿{¿.}87bÌót Ã܃öÜ#IÉü¹. -@Óu¬„¤ŒŒ®¨WÖ*bFRCÜJëM,H;ï<Ë,Þ‹Y%¼žøñÐí_œÒÛ_K#FR‹íuó§ ãy½š0‚ú˜ï!ed÷e­”¶ˆ¦ïúæTë7›3íÇ=»7æ%HÛ(¾xõ òbTEkú±=¡å@ -^àGKãÐS«£]_í:y@§3šv€FI›ó}2ÁvF|uÜ€)h¡—Ößµ|¶ñ~6¦æ"’6Ý;/Žjè-À0¾>òÊÚØiË“ŽÏá/ýƒRØz"¾ D„äÔº° [–£‹" -beXA¬ÈÐ×Zb}Dƒ­ŒéÉÍ;ŸÖkwä¨ë8˜ leH¹é“®@j~¬ýÄx¿úÓ÷N&zßÅD%@ ©IU~áVXI¬+ð¥3ð ¶W]'·fð•)Àç¢ù^¯ZjKX‰/÷N÷~¿6ÚöU`wcsué1ñÊ® …ïXIL/àÁwQ[Sf6`v_W³@Ë‚:Êú³ -ˆ!5©6¢"”'VG÷LΞ²²?·Æc¥mC#iûð]Ÿi •0ë€׬MvØ‘Qëw]Ò; '•±3`{6ÔX֏ЉX3kSvr[ÎÍ@ìœÌ:î>OZG&¬@ZÅÌ(¨I~ ©:d 4†@®õ¸*pŽ˜ƒU±4 ð5Ÿ+â=·€¸?8ÛîÿCÒ[¾·u­ëÞgâ¶{µ]MÛ”’&MÚPÃÌqÈÌl˶l13KfLì ;ff‹ÌlK³ìtísþŽ÷™}?èÊu9²4çÏsß¿{Ì1=ç$2xI>Ñ«¾0Š9!ठ­î]2ÌÞ’PøÇª¤aI\63JÜjÜcä9A!˜ß¨Q"ðky~`”0ḏÆÝLéUÓ²zäYçÌ—šš±Øa›X¶I$‘±$ú=BDæ$•áüŸT¶Ô¿š«àû¤ Ñ9Y}¼^õaÈW!3òŒUz¡G,Ü´=QqÛ¯áaB1dez®OEƒÚF¼•]yL±Ö¼¶«tC¾q«…ä=ø\¿ŠYì‘3òv&à¸f¹Ô€¾¦yVYæñ dh·²ìÎJ_Êáùw‰ßm¡oíÈYy«S¼¼™Öü_tÏóOxåÜb× 5Í9EKݦ=Ažµe}_rjk€øpÏ*lŒSâ·Æi‰—È+ƒÅ·ÇóÏìLæžrÎ^°^ðÎ 5$¢ng™_—œ *eÜŸWCÉ\èÎ8lz™~Pטþµ¶6óû4àj†¾-íèz7êÒžŽUV3 üpœ›ƒ¨sk½9ÇW{²<@ÎagœòÔ¯â–GŒ\BØÀF»Á6†J/® äŸ0¼Júaµ3÷ÒJ^òH2<òÜ;ç,-Õ9MIÜÅÞÚÇÝ󩨙!³È«†š¤$ub†OÅ*\,9ohKúv³¯ìÂöæšíêœo†Þ3‹ø>„™”¼ŠZŠj+%a½æT’“]jÈÐK£&}o^Z»£¦ç/ÃïzfMU a¨‹€¼guÍ­Â%†—Ø ­¦-`ªnífûA›¡×Ð$èË!ËÒÂ.Åc¤BÍRþ€,±o“T"Ï.=*„@-ÐË?® >‚þGMRIÄ\Ý6×<óÁyÀ\ç¹TÔ ·–ž» œ¹4\tÆ Z³±‰Q›€ yï×SsýZ~Ð"‘z |*d#aÄRÕ4‰X!#6Ï›ùÐi®ßÀ*-òX‘y.ä`>=bp|F©WG_²CÀŠn%9 <$;ÌëTRÒv¦ð\JJŠÑd½êß™ÂÞéYxØ&«YE¢ ™…Ý[I¢óÕ­ˆ¿Dæ+£À~Ñy¡(hecŸÙ›G2’¬*d’ -CÀ³a+ôŠM,¤LÌR—‚ž‰d#·ž]¾£$&A¶†ñ¨{¶Õ¿‹,U¾ùt—Š’eŸ!'ùt²Ê¨¡ªÖ#g»fa¬À×CÖÖ$WºµÌ|Dv•´lÇ %aøÊ>F|ê™f‡L|ŠKÇ-_Ÿ¥&Û‹Ž¯õàîõ<ÜÎ8æžg’šæ–íŒ - -—{øiëƒÒRè ʟ뱃¨ó>È¥K}ù'\Ó˜8¿ -2 ^øo †>wÎ’’ÖF˯o ’ž†”Õb׿Ä9ÍÈØ&Š»»3Œºà/oCßôÓmãBZ!8 u]ÔÎ)ìƒÝ‰‚ß}³¨+öqXƒ‰ ߯LQ}v§(‰žNaPË#†Aûb.)l¢æ9fŠ.¸fX¥>T´3FMÿÌrÏ0Ký3ÌÜ œžMò*(™›ã¥·–û Ε|JP-fø•|@%Àú•ÀLñßóbÉÇ9°1Ÿ¶£$§.ánzUBJØZ÷Ú¯ãàv§_¡åø4CM è©yû ×Q+ê×1‹]*R’ 2‹CËÃl(ÀG5ÀWæ–þ°¥öyÄÊÆÍ TØÊ( !ÿšÙX¿™]±%Gžé+ÍÏÆ‚ BY%prxGEËðªÙ%AL°3‹y`Ÿ)¿F êÚþÌ»xy4!h#¶êgpÎ"øLYG37¼Øê;ç¡îÿEæ˜äyõ±±ñ8ŸNHñ£"ÏÖª‰.À{æ…üˆUÄ èE4äYÚú.ÔÕúø¯c¦šÖ½¹¦Á°­æ¹ÇD/Þ#=\àeîLVñBæg£଀^Ìöjžu;Õí:§¡¹Ë£æ–û BjÐ"•†¬²*¯RDðk*~MMe@+‚ŸÅ?ÚœÆ?Ø£< ª¤°‘OµãzÆÙy~ECs²’¼3),Ùg§oC-­õ¢.lc„Ôb:°G\H Zk -çúÁÿÖ‡‹Ï¯ö—\²OP’Â)?¤©©õB¶õÎðKƒ - Õ?Ë+AÖ•ÜS˜{+Ý©?nžqŽáøgùèµôÕõ^ÔåF@ò©8Ï,þñFúÑÅ·Iß9Ë W3³ÃZ!ɧ¯™æ•„!S¸§+î9ÇsOx&rNz¦ -/ùHÞâá" WQ×ûÑ·#:‰ j¬¬†lÍ9¸ ‘òªùQ3Œ‰–Yº9Î/çcC†Úg»SÄ„žÂ“ö¡’+ÞiJª_AÏñ+™EQ`™íqÒä¨ZHÙ‡ þRèDút -æã‘KÉÈAž‚ÞqC. ƒ… íAÃó¡ ¹¦5l­jòA&pBF÷hxaKÍsÐGA@#¢Ô2~2CÔÆg-tTÐL+ˆÎ1Б9>{¡ê9èi%° ä1Ô´ x©ºyNZ±ði!ƒ^ÚŸ¯l -™ªêü÷W4RvPÇÇÁ<¸á<€¥A“T‚ï ÂûÜZ1Ý«• |ƺÖÕ >j}Œ–à×±Ë÷愼}¨Ã?–Åu‘9Ýk1È$^ý‹i'0ö.0YÐ$dF­|Æ>Âj™4`” -œj|ª}u#¤²#ÆÆö°¡²Ò©`æºÀÚÁ|..¶Pý2þµŠøÍËI¿¶¥#h¬ª -˜$<70«æ$<_ójYk›‰Ý0N» - -47ί¡çGa £–úö˜µ©7b­ªG8À-ç•ìLÒS£&Y•SɧoŒsQ.e}£SõbpGùjÜ©{>à3‰%%}}œøx{VÂÙÒÔÖϱ ïÊÄA£Mõ!?ɹ%~Mmc¶’eŸæ…õR~Ø æ‚¯“‚>O¾R†0¤}ŠôÄ5ÁÈt«ª$ëý¬d×Ô5ŒMH'åGa¬ æ8AäY×½Çìãåq^-£hùö¦ºš ½Ç Eì°A&襂ÝY^ÅJ_ŵ!ÌjüR{Å%÷25Ë=…èµ;&¤f¡–º³-¾Ëþů` œc–:rŽnöæŸucE`ÎcZÞç¹ÖŸ{aå}ѹÝ)zÖRgÉﻄ¸ˆZÀØøh¿5Š 3²×FJ/íNáŸBenŒP’#í#ð8Ô?jÐÏñëã%W–ú -O:'.ki/;·ñž‘ìŸihÚƒsˆé¤ÜˆFLó)ÙE†×©GLÏþàÃ&xU¼ò•^Üu÷”ãQVKH΀Z è8e^ =oq¬øÂö4!)¤¯osijêœ*>>¨o~D2°°Ž(™ß§æVxg+Ùž™çm^¥˜Ôs1!3—²p±.óã -_ðÇ -ë7‘sv¡ýºJ1¼$!ƒ”³U5!Z0ŠyQÐØ •-a3‡äÖTÞÒC»ï•Wq"f;bã’ü:Vñ®’š²q‘9h–ˆýƆ7våÔ ™ »• d%Ä{Œ¬GË-¶d… )Õ¯|³RZPÝÌVû2¶ ­÷Û{ôR^ØÊÿzôÚò(-y®“v7¢ª«E®¹!ëÿ݃cðiøC{Ñï»SÐ7¦†ö ðôä jQØÆ‡,ÁÁû ´‚¥ª~cZDXáæ@4@6y¶U5†lUõÑi5ôˆ$f‹ìÓ„¬AaÜ ßtuÛTÿzüÔg¨mŽØjß„­ ¿}\dBFñü‡’ë ]¸T§®¹{M^+X™ª¢ÙÕU’è\ÝÛ¨M$qÊÅ[ħ-=ß5MNôéÅQàÞ0°VÆ<¾îÕ‰Èå[“Ì4ððg{‹ÒšÈ" çŠÙa<*1É|æÒ²PË£èk†Çìcô¢Ø\U³K%¡¸TRÆŸz§Ü3ËCûU<ÌYÂ?þËàlµÀ!ç•mOÓ’]Jf.d–B·‚]àUòÊÜrNó®üZíÁg+èd ݧCò-gG¼9Z~sá]þïÎ1rJD'¤û´’s•SÔHìlÔBwùE¿²•’]T1‹ÝSÔdy[ÞoÒ‚ßÿkª*ãjÌZùlWCÏõhY%!˜3ÉdAcكݩ‚ó»Óe×7{s©ˆ©á9zù¶çS‰9aèg¿šO@‡tBš]EJ]ÀÜñÍH…aÐÌRÔb®WQÉñÌV2]ã¼RÏ·Ä=Ã/“w .23O~¹;*-½v¹˜¶ÐM¼ë„1 ›¤À=ÒdÃ=¶ÒG¹ï™ý±À¥S]j)Û£àcȵ°0põÂHù“6ô¥¯}“ꞥ¦Õ§å`C&Éìùsß6‹8ó=ø¸.^ÜWªæ¬1[SŸÏølÀ­k|íÔH!WWÕïÍÉêö€Ï‚:Ê5ËÈð)øå~2ÓQQ Ÿ† äƒ: Zêßúàó·„Ç«c„{öqnnL_UíÓÒ ‚.qÏZû*l’I½á6•̼-%#w}Š’¼bÐ,ªü¸(’†!CµÞž­î-xrC¼Ò­á¢½:p!»#ïPáâC¡0´ ®ÚP“b µo÷VÇà ÕmA³áBZÔXU û:j«¬‰X+ë‘õæØ‚²10=!¸¶ñháy‘$4/«õ¨ù¿VÂñj%\¨7²ͯc–nNbÚg¨©^dß“JHÜe¦º¦ù ×P“à7{&j^Ä€OÙI;½ô!ù‡õ®ü“>„;¬<¢cj)É)>¬o왙؈‘Y¶ õPíBöÁLÓÒ*{kœ“¿5EÏDöŸ­äÞ,¼â›aï[dU>95ݧ ¦yäÀür^…g"ó”} ñÐîPÑ¹äø°‘]ÔÒrý -j¶_Å.÷M7TùfªX.9c¡;ùˆc¼zƒœ5± QD#Õ¬B·ŠO„ÚjÌÉÂZ‘_‡yäÓ`ŸµŒÂˆQ̉Xeµa¨YȤRœ_¶;ÂÎñL+Ü“àŸ -`}ÈZBNØ*Ec±Éj‘=>#­Ð©‚˜})0KÊèùd¿†–c-AöxqÎâžØg8}”T¯æ{´ìq@ÅÁG‘Œ«cWxŒ䚤WÃÅÁ<5;Õl`gfÉþ£üã½l߯!îÏq©! µÈ­Á&¸•”ô€F€wNòKÝãÂr×-=`@?Œš)À&|jÙ÷0/oÉiéŽI6¨iéðë¤|û1Þ1BJ kô˜YÀöihyŽ©Ò›;ã¨Ka8æ N*ð©…Ä ƒók©#­(`d”ìÏ 8ûó’jd¶R -Z þTY‰¬iïÁ+f‘TFL0VÈ¿VðXylžÏ‰.Õum5/‘õÙ˜U$úc‘Ïý¸À¡|\`“<ª²{;Ó9§v¦‹/ÃøgÚ„T§œ‡éšÞFÍ o"©Ø¥àï*øÛÓ̼í)ô^"ÜÑÊx[-½¦¦Îð]xYÒà5—=F>#`à‘€‰h!$§Zø4†ží×s Ñ9IÍþ’Pžg`½fJnhމ ÌS -¡B–6EÀÖ¦€ö‡ç«ZbËõ}Wë‡cK’†MÀñ›yÔÐÿß²_Ø&«ÿ÷rõ뀑’41Ê"62drÎÊpÅmÇ,9Ù«c¡Wgð|Ⱦ‡ùú®ð|CopNZ´ñÙ~ ³Üg&乔ШBÍëUZ†ñïhÍ …ÛSù—ƒ;!KÕ@‡ƒf©ú©K)ôFCtNÈ‹˜%|8' ä(lÐÈ.ÿó9¾6hä“‘:ŒÀçÄæE²ý¥Êç!›HäTãžîŒ•_æ„RÔ_¦GIÎô+Ùø¦ª9f¨±gª¬ÜŒ^í/¿â˜¢å"ûÓ!Ÿb}jÈúJ)ß« €Mýب]ÈÛrÜ£í1r¼WÑòÚ9SÉqM JwG™žqJ¦_5¹`kwÏ5‰¹5’òö¡¼jÆ+—‰‚Úꦡº> ¼†ìËöAo„äø„¨R4òöéÉÁ“³a¥˜³ˆ…A=ïÓs0Û kîYF^P cc–V!k6–ÞòË1Гÿ]â0ÂF\ŠSŽ{èýó29ï%$‡õ¬r—†RÐ!¸uèëÞÏÞY>sQ\ÿÇ¢¸üœcWó0v ½pn sË®âœF¨-9«0¤®®‰¨[:c†šF·’œ¶5†¾¶1XpÊ1‰¾Ћè[“¼¢ nnc®úåž… A‡¬²€]æEÖ{•Un=ì3ò!Ë7EÍaaK“r49Å©Ã'¡föY¤è’PìZñjŸEê»c‹B‘GGËóÙ¿KZYôÿ»ÄåSVÌžZá—î¸ï*$à#ÕÕnUmKùì½Gó¬|¦vW'¢­(x%+ÓÌô ¥©× lä±J¤~‹¸Æg¬n ˜«CÖ:Dÿ[BfJŽCNŒ÷éù¬Øbí;ÿ›ì¶²ÜRšKCHôÙˆ+²?¬y,¶RׯjŽBÝî­ÔvG–…²»²¿Y…ù -™Y8ª".l¤CŸð³ôG¸žâ‡,ä„3UÕÅ,U 1›´jß&äG,\"²/8Ð5¾ˆÌ×¼Š.JÀE|?ü |ˆ³ ØÈ·WÇïàbÖš—QkCgÔTÝ3T×…t²Šì_ -èè¥~ 5Ï#'%†ÔU2¯¦¹}W!c9Õ2ŽcFˆñ©ù„(ŒyÈÂ¥9µLÌÒxÏ -w_ßð*¬ç‘쓤ø)J -d1`kÑÄØ‡/oÝVʸ[3¢Š?×B!CDLÔgŸ¬¸=ß™ñóú»âk1L1 ¹è ^*ŠZêÞÄ@cÆúWaƒ„çƒãô¨i¹GèA# |YŸý£kéŠØ$ÈÎD࣒Õ>ôUSÖQmKþïA€ë3"úÍÅ{õbŽC%À{ô<üŽš‘¿£ã”méØÅSôô=Û=È£a2 -˜±9>©ÿ­ JüÆ$5 òHš[Îʉ˜AßL²j`øŸŠ‡ é«ë‘kkAKÃûð\í+Èbðvnôfe„¸ÐUv%f©¬ Z¹¤ý%.#¶À¡}D®M/ -xÈuh¿IȆ ß±I+#A«à M#!äžðH¿‰šoWR²=0O^³T´9ÍÌ h_úôϽÆú—HöèeB—ß*– ‡,•³ª«½Æ¦n¿¥uÆg®iò[%b¿MÈqš˜¥öYàq=—š?UÐ Ö&8¹nmÃË ¹eY{‹-7 Æ«_Æ–ª^„¬ÒÇYSØÐkªnr_* ƒ^Kõó ¥¸£àBfvÅž•Z´g¡£·§ö!ýúêŸ3³Ð^-=Ï º³9н¿3Ž{11JcV!æ‹‚¼â7¿Pù-• n£ˆí/ˆ!kãȾ—9‰ YÏ Ëú5b¦GÁ+õjxå^½ˆ0 (Ͱ!«<µ¹ÿ" 2ÎK«þw©²å£Mc!`LÒZÈßoÁÚ¢f>-fa–Mô"?’m^d®²Åi`¡F`ž…Æ>èOèM‰aÃ(hKØÂÆ;§i©Ž1êS× 3Û Ì‹ìߨ©®)â£ÝIJ|@ÅC;FéIۃĻöaÒƒ=‹ˆ Ë A@nÃy”Ì<Š™5ƒÙŸòu#·V@pi„È}N´°ZBk¤ –[¼ÏŸë’Ó³½zg–‘¹:ÂH\¤ÅïLÔätç,5}WAËÚš &8&¥ÄÅ^âÕòë» ?Ðr§œž·göt2QÈÀÆ(Û’~ئæ»T–[!&ì*eÿ^¨lþ¸À‡^aa‘}sÐCIŽI²3= ¢eî[¸”ÿzúoxþ¼'Œš -ý’1±Ð =ׯ¢äìNâ½3œ¢¨±¹+dj¦_ÕCVR2}jrFØHÎ é>-»,h”ŠÃàÈ5QŸ’šgz›ô“©=ñ·ªääßø0’Ãub¶_[% @^ðé„´ˆE,«V'@ÿ£ÂFJvHÏ€l/$ ¬R„wýF™².x2­Ø¥©ˆÛQ`DŒìŠxr- ¼0r°#›ÝÝ[ˆ‘qvçlŒRï “âþß’¬)òçž03d©^¨|žcö©¨ðŠÈ=-7šZà1÷—Ä•{K5íÀAïáÕM,@®AÖq,Ltò’²x@¦]US°Vƒç°ÀkâØ"°¶YÌ [˜˜€‰vªØÅn3x­ñµÑkn› Új_yàçA30Ó‹}z\ŠO+æyt/Æ]Æ–ÞMà˜ ôVd¡ö}x^ZãÑ2Kf>%h²‘}9!Sýk¿¶R›«iXjZ½j™ `âÓá»0!=6€§‡Æ¬LÜž…O>jØ[jžŒ®ÕÅ–«^îÍ xðh¿žžïÕѲƒFz¡_O+ÍÊßQHcM[4N4vY¸¤ˆ™^ä˜Àß_í.?¿1€½±ÖOº¿Ò‰»æž¢§º§Èñ.ø?Ç8áþz_ùŵîâ“+yÇÂRZXË( ¨ÙÅ!È%Å« ¥ÔÌü°–ƒvO±s]³"œW#atRŽWÎ+uO3³ìãÈ}ÔT÷ -Õ9Ez☠>ØÇßÛ™dg® SŸn ãnzä„'.9ñ©êÚ­¤¦mOâ´oÒ~0¿Ï=¶9¿¯“¼*r?ɯdºä¸8ÇTÙÍ€–’½;KK·1’£j1õ#dÑ(ès@yBÍ,pNïŽâî8'pwƒZö¾ ù”ÏÙ„\ŸŠ‹Þ¤%ûŒì=`û†‘·=Rry¹«ð7Ï833¤’0A·}ÿô§?lb©_IÍrM–ßô΢.„̾g«~6ÿé;d¨Ë‡ÛC„8Ǭ/²1 2Ð ¼ -R’c‚ô$d”<È>qÈ&`ÚèqÀÈà Ô\‡}Û£ §„Ô¬"¤wœ:!es‚™îV‘S‚dJú¾™‹èØ%A ³XØ[ÀBîEEÖ¥£ bQ ¹¾§å!ë Ya8×?€ }7!­”lØâRƒ9ø¨•MŒÁü´±ñ%Ý>‰½ïÒàžÄlr ¹^DZT7…¡¢¶ê–ÈœHà5"™…Q¼ ócGöК!kÀ¸„-ˆ‰«¢ "IÐLG…Œ”œ Vàƒï -û€!H¸m‡\⚥§;'iI!»ð#·¯äš­ÁŠ+Ûƒø[Þf~Ì"­ŠA† ëødï,«È;MMõMSw†·7ú@û&hIî)F†k‚_¼;.(ñ+ùå^9µ=By¸5„»åž!>˜8Xï,#˯▆?ýPO>£é&pªù8ŸVDu(hàõ”§œ˜„ü/Ì;²ç< e|´²±1ÇAE®…ùuŒü]1qu sÇ­bbÿXµìYxÔ€žV¶r «Â­¡çìÀجô‘ïÌ¿!\ZzO¹µÜÁ|¨®->²Ö‹¾½B–ñ€~zåØ8¿Š”¼3AO¶õÓîÏ÷n»'¹P˜aÊðžOø÷¼H3Â÷ϲó6r)%¯ªZæ’Wò—ºØñÎi1qsT€Úe¤@NØ«¸¾3Zziw¦ø’cªâ.òóí~QÄX]<õø¬‘úwé-î¼cto£si¹£âìV%n½›¿=ÈK_ëbÄ™Ÿ—³4Ùì%ÝÙ =^êcÄ+ês¿ß =ðÊÙy;ãäÇÐçÖz*®lôâoÙiv¨qÛ£”§¦7¨3š†Âû õ!3é³ÕîŠ H,´WœY~WrÂ;U~Ç;[vÇ1ILØW8&Å0WeŽ òã•nÜ•Õ.µÍ>­ œ•QóÊíȽôc´$ç8=úùÁîpùÕ­Þ“ë]E§VÁ¶ÐV‡Hñª¦ÔoV; ÏÇ4\œ{𔏆¼§7ÿ·íâ³ðžË.ÐjÏ4P p  Ùži)qwRJØçäXß”2µ™WvÒÖ^òÛÆæzDÃ.‹B‡>蚦%‡tìÒž‡sË9…aÈ·ÈšRÔ$浜²ØœHlËð@ý;åÌ,Ç4áéJ?êüöxô=i£Ÿ¿üc{ˆ‘î™bACÛGÉì#”Ç[ýØë=—æÚ‹]ì(û}õ=áªg„‘ö¿ÈÚðÙŽ)Z’}”p{¹”pß'ç—;àw—»ÑW•õ™?ͽ(9iï%Þ^~_vzé}ÉÉ¥w¥¿oõboÙ^”žœK¸}‚ÚäçÛçõ-¥ÇÞa/{–zLäÞù,/ø¿sœ™¾6D~¸;ì­’IÂ&ÏÌà…ÞÅÜt 8Æ€5º+.¯÷anº¦éЃœ<Ÿ\PîG®qþyo憮5÷ñyîO®1B<¢ñ^ð}ŸŽ :"xUúî,µÖGºki)ûÅÔ\xH.Ë:8HKøÄú<÷ ¼Ã>DIôÊI)ÿ»D+ é‰N`ö•Aì5íËœm¯óm`®ÛG‰‘{»B&Ó¥áW8ÆÙ™¨ÝqFòwD:*.X_¡O,¾Çœ_ê¡?ñ)Å´ šž¿;½ïQ“CzZžÙsÛ‹¹ºü{y³”àÅß÷Ê9Å ý9ÎIfÔþ=ûîÆv?æòê‡ò³æÖ¢_´u¿¬t°-¿ç=Mº¼ô†pyù-áòÂKÌÙµNÊíùט³›ÝÄ[;ýÔG;+<Óà/£¬ô!fÒV?ùÞÊô9뻼ãã•ñ_Ž‹R¿4¿,ù}õCÅÍ]èIðƒ'+ݤ[+]Äëóo -Ž®wfþln}òíêÔ-Ç„°|m›íž–;&Ù¹«=¤»®u¢~w`ïyFqæ_e^íÁÞXí¥<ܤ%:F¨ñݨ3;ý¥ÃeW£×,ïË/LHS¾XëDßÚÓŠhH--}(8±ÖSüûÎ0æöÎö–úÚ1J‹ß£$nôU\óL‰ñž™ZÁö¸½ô·ÐN»3÷wÎÒZ|dé]Ùiûé‘{‚‘¹ÙO¸Tñ þ?=”ò'C"ÃYŸ‚Z«€<—Òsð£À%‡Ü¦|ðþ…ŽÂ“–¶¼ÃÖçEÇm/K~µ½,ýuùîÒ6ŒÙÎ å±g’•¹;ÄHÜì!\ßìÁ]³¾ÊÿüöWSSááõnÒÝ VÂtÊùe[ÈýÎÀeÎ)üƒõÒó‹ïÑ—æÞ Nèš3~æÜÿ»±)÷ÈV7ùÞb;êÄjWÙ9CKîa¥8ík¥8ó+ssÉ/+„›–7ä[ã¢âï&D¹_©j -¹Àgìã”§ÛøÛöAò8†+ÝÄCÔäÙgÙw!Ky•ÌÂÍÂÝ-ÄãÆpw;P§ÔuYß›óZìÀ\š­)½ò}vñmÑoʪ”Ʀì×»1—ͯ°×Äi×í#ø”€Žü­– -Ÿš’éœ)¿µÞSpbáUƆ–¤ýè+º¶‚3»cô¬AÄܤ§¯w¡N-´gÒ4&è¥_ÿë ìé¿tsþÕIN>0ÿ -{eõé¶©¥ä¨¹udé ¥äظðé¿ú)wÿ9ßVzÉ1ÌÊtŒðò¶†¹éKÄ««]u9ß©j²οAÿÞE½÷É´ ý¨³‡•¸;ÄN[ê¤Üœ{K¸dn):¼Þž÷ËÒ‹ì#›ïÊ.n~À^1?+øÙ1"Ázfê$›CœŒùw¥' ©_k’ÿeªM;`ªO=°Ð^x|LœzP×Tq{é+ÎÖVr|µ³äÌzWÉ™•Î’SÆÖ⣠-YÖצ–ü_6úqw—;0·}Sbšs”[¼3ÌHXï'Þ>»ºôý»XRט|ú;u£Ÿ“¾øþ`g¸š°Þ+É[í¦Çͽ.>fhÌûÞИû£¼6õ‡QÉÓovFii›POÛCØ›k½˜+À¶KÅgloŠNèZÒ~P×'|7÷&ãÈîîIX/b»gx%›CćÈßµ°µ¢Ž­t”Ÿ[G<²{zåäÆü=÷0-qjs³}­³ü¼íeþ‘uðEUê7ëý¤¸)1fsBPdW H¶t+O—'g¤é_ª*ój벿WH¿2´}Cx|êó¼ 8m«Ÿx_W›÷ã#ñ“nâ“O: O>éã¦}m}KºµÜM¹o|ŽúewŒo!ŹƿýR~aZúè Euêwú¦¼Ã£Â'@“³¼r!q«Ÿ‘hf$-w ×·ä~?-NûbF”ñ¥¼:÷»×qåeY|¿ëãåo Ñß—žZ|š[ýÙ’sÈö¶è$œÏ·îavñúH%Ûø–|{u€™êVÔÖ®°2´¹?Ðþuúä³è;ÿ$ß=ôæßåßßȽ0-ºûK[ÆOžYìC×Tpê’k{7  ¤‡TBâî83Í£S -ÍúŠzÍöó»íEþÏÆ–쟖ÚQg=ô4ycþ¹œ‹_ÿ—¹%ûVH#[ßWÜ“>ýfµ7÷øFOÎ1[kò¥·¹Ç¼3Œ¬—¤[ßÚû Ù!àÍõAâÝÅ÷¨Sºæ”ƒÚ¦„¯g¥ñ_*k²lÁÜú¼1ïÂß×?àXÞ&|6ÄJüd˜òéŒ$û_ÃôGŸõâï|:"Kü÷à§ÿ”KÒÏî@M›^/j³~TÕ¤W¥}5ÁOú|„þøïS’ìßQ“zSrïŸk½ÌøQaþ€Ÿ2®¿+93-LøªŸxý/úªÇ_ØÞî©kˆ·_3ŸìŽ Š@ßn¬u”ž^h+<2ߊ:®­Íù^]•uÐÖF¸:Î+ýÅX[†èãµ¥÷¸‹Û½Ì„…vÂ%Û«Š ¶7¥—ÆÅ·ÿi|žþóvŸ0­“•`y=³ÞÃ|¼ÞG¹·Þ‹»ºÒ…>»ÜYrÚö*çU}âAeMê·–—Œ›æWÔë+]”; o+ΚZŠ˜[‹©òMÊò~z{ô÷núÓ/VºðÖúh M…?ÍVeå§|1S•ö¦!ý{Ó³ôÃ諲'{™qwÇ…Ѓø,u]ú]SÎ÷ ‡GxþÙþû…8ëÜßF…IGüS̜Վ’³ËïÀ÷> ÎνÎ; ^{b¥ãÉÊš»ÿZÄpyù=s;>kT–uBߊ:ëSÒr€EÎ-¾ÌùiùMÁ¯úºœã¦g¨ ¾I Ó«¨âìŒòó×ÅÅ+=ä;KJÏX^ÕÕçü¨®I: «MþÚ5ÍÈï*=gn+ÿÝØL»©¬©8ah.=jyŽþÍò‚x±GVðSîÕþc”›tÑ9&B›ßà/‰oýuL|ã¯ãÂÿf<úÔÖRúÛD}áÑ’øÓÿÀ\ùé?·Yc‚´/†èþ2Åü‰º*ùóQvÜgCŒ{Ÿ/¾C—”Þø wç׿h*ËžD52îÖpŵ…wÅ¿ês¿ã¦ü³ÿ/3ÒÌo{„Y nýú_³âœßVº ¦«³©jrŽkj2ì$ßû ׿AÿúsíéG>ˆÓŽw0Ÿþ°ÞG~¼ÚMoAŸ‡Þ8cnË=4-Žÿg7áê¿)=óŸÓâÇ_P¾}CI9½”0ÿwyþuùéÕ.ÜååNì%ÃóÒ„ë문ò`í“¶wÀgïn0ÒWºÈ÷7úHw5µ€œ”T’’,o3O’~Øè—”®õò³æÛ 7 ­%¿Y_–œZy½²ØŽ¿2V™v˜šxâoÝŒ„cöAF²Böà3uÍ“ú¦¬ÃCô‡_h¤¾YŸxf¥=ãêÖ(9Ùú¡ð„}”ži‡la‚`/W•ßù”›|é ؤ¨VÆ_ïG_ž[vjñ-ø }rJ˜öµ¶¾øH'7ý›‡§þG3þ×¹ä§Ì§Ÿ·•\ú¯!ò½¿õüýEÙµ¿ Ò¯¶Ö¾&,»ñ• ÷÷O·‡É™K0Mm9?h›³êŸåRÖfÿ4ÁKø×¬(ùû•÷¸ÛµèûŸ·bÿ2Sµ…GÁ·ÎsÙ^SÖ¥Û¿üÉ8ûæ¹öü³]œ¸ï7»Ié}uƒcœž±Þ™ç†k sË3‰¹³5„º i.<>Ó„»9ZYðûæ·p©“|{áMÙÙõØkë=ø`´IQʹ·¶ú™)³¢§_,·WÜ^ëae,¼Åßqôãý[ÇBï«…;CèæWé?{§ù;ä7ãìÙ¹wÄã¢Üƒ#œôYZŠ~qŽâî:g‰ Ó-¿qROþÝú’þHYW~fˆ•ô?Ó’¤ƒ‹¯ŠOB?ß[ê$ÝÛ¦&9†ÈOµ-ÙGͯ‹.nKÊ;8O;W:Ê.,¼CÇcnÉësÎͽÃÜ{ËNùå-=ñðjíÉTeîOÜ”ÏÇøI_ŒpS¾ée¤îãeÑ·cï–==÷éÍŸ¿ú?/+îPò0äo‚ÏÙÞäþliM:h~–|xá dŒqF&3çÚ§×~þÏAYÁÈ@)Šªøo55O ž|9)¸ñÙëòç+…WvÆÉñÝìÇß*jrN†´"jPË'n’ëê3[òŽŒ‹’¾f>úå?_£ï~«^qgª:ÿ´k–KØ$$l€&؇ȶ0wTMY?¿Àßùì5ùÁÅ>bÂDu1ä›ÒÓ[}Œtç$)c{}±uZÿ,ý'ݳ¬Ãö n‰áþ¶ñ-úÒÎ7w³‘²üuz½«ðÔö@É…-ȶÆwèbªc¼©r©Kœ­o!ü>"Ì<øž÷]Mþ¡Ý!úÓ°FÊñ+«E›²ÒÕ>IéÜ{ò-ó«ü#¦–Œïä’œo†Ø Ÿ¾«¸óß¶ç¥Wûè)Š:ÔÏ󯙖ÚYßá®üwõÞgêÚìï5MÀý¹m¯°×œ#¢ -﬷ÒYqqg³9Èͳ´•žÐÖä|7%Êüf”›ñÕ0;ëð\+ñáZoU¹¡z[S_rNSwHQ™ú/mMÆ×¥vÆY™ª6ìm[Ù ×´»ÜK¼c머¸4HOÛšæ•Ûº 7feÙ_«*s¿›{;¯¨ÎüNS—}|­‡bhÅœ]xM¸²ÑC}°ÑC¼½ÞE¼³ÙËBy¦xdû4]‰¾vrÕ¨©¦ew–‘·™wwŒ’à%Å9'ÈÝ“ôÔav¦¶ws²ªà7Ǩ˜¡h(8ÖC½ùwyåýÏ—?d“Ýÿ¥4õÀÊüõiðAIêÉOWÞ²‚ çdºfȉÛÃ¥×—Þ¦ÕUßødîuöñ€BL†ÏW5¡Ž.÷ÒéZ -O‹R¾ã=üg;åòçí´ë_©S~2µæ±tR“ëJoÕÏM?ëžÓì4ÐØôalÜʇŒ3Kíy'õ©ßÌ¿F[éf6áž~=ÙPtÅ>ÁHßÀÝÒ=Ë?5ÿ6÷÷Õî²+‹ïóOiÓ~Ô¿)»ÖÃMøZ]_xÚÖN¼¹ÜE~°ÙÂ1Î+™ï%Ü›¬-89$Êúú°À1ÉÉßãä:¦„å‹0—‹íÅ'Ö{Ê/>3¾DѾBS¾*º¿ÐOÊ&UWgü¸Ò^ru£§ü®c¬"Á3C/õÊ©CèkýœûŸÍ¿)¿ë™á•m‘¬va.ÍT§ükV–~`F–þͨøñá•î’Ó ù×* ®:×C¯X﫸kþ]|…:©¨Lüº{ë¯=ÔG_iZòNí@ïŠrnüã5) úIÌv)©K]™'Öúè‰[ýB”{\JqO‰ñ˽ø[«ý¤'öI v­‡¿ÙU~ÑÔ’sD[—þ=hÝõ FHpNsòWOoè×]Ó U»S2êæ)ÎÜkÛ[|Þ5‹ºmG__]ôªªøk{M¯9÷MϨ׭/— MÇ5—ÕNÌCkѯÖöŠ‹¶.æ“ÑFÔ™”ÄÏŒ eg6ºi6û¨q«=ø[‹Š/­öÂxæ35gÜ袥¬ ˆKÀÇÏÈ2Íʲ)e™ßn¾Çßsñ -­í„ûšæÒ ›}R’ü9ñZ[Åõ¿¼.¿øWeUâw+ݘk»“Üç¼føåÛc¤$ŸšGô›jšìÊjáÊ+Õü -wÕöwqé5þ¢­µâ´½——¿ÖÍÎ%þËø<çØF?=ŽûôleüW“ÂÔoµEG¬oi ¦rÜSRF@/ºÕBšs¶¹Ù«¬–ZÞ•_®Î€JûZY÷ÏŶ"ðÚŠóÛÃRÒ|'é¾úYÖ‹ -O#ש ^.oö°’v„ùãÒÜc£¼”ßvùäÝ)>f¾uj2óÔÞv/é¾ksswŒµKNXêBþ®þ†kF€S4¤äÜÿ›±-ëØL}þïC¢Ô#–—§=SÜrõôí¯Æ«KÓ|SUÜù—EÇŒÍ)ßNKî>Ä»ñåbGþ©Ý̽ÝFÆ\åQUÅÍ/' â3”º¥à×nVÜ·c²„_ mÙÇM/Òî j^_$ü¸=A/}½ÒI½öé¸ðÎWÖö‚ßûÐW»Ñ—¶†ðqë}´D˜—_çß33Üò:Ùú'Ûü²ììÜ[ôùQIÒý̸Ï7†q÷wµ2¡ê=5¿ìщ/ ïÑÝ -NÙö05~µŸx{µÛ -YzL÷m7óÎ×NÈæM%wº¨¿Yû@|²3ZEÙ­¦nŽ -‹]Jv™GˬØU1r·ìB»BLyÏ|ô­®)ëŒ{R@Ü™ÝSü2/|~HK/´—ÝÞ@] …½…º.—’Q¼Ò_tÁ¯mhókjë<³RêÖ#i ô<îñÂ-¡~ï}uùEgo-É> *Þåäz嬢•žÒóKÝWÖ†¹È½ “ÌÜÅβó]å—¬/ó~[îÎ>íž%&;ƙٕ°>ÊËYìá%-õÊò5­øsÀÝ—×:pWæ_ÿ -=ÿãÿÇÑ[·µ•uÿéÍt:S÷RWh¡¥N)¥¸»»âîn$¸»{ N"¸Cˆ¤íÌüîû{=oä9¹ÿ8WJ(çìì½ÖGröYk©üYß ýÔ„Ž¾<€M¹µÓÏÊÛgæ›Ë_M±“®OÒc®èkSŸnt|4 T~uIH™ëC˜H]Kñ3·œY±;Žˆ˜oNòÁ_œbÄ^ïB~ù½ü×z!mªù±±2êO¿àÝ‚ û¡Ç©ñyöiDìJOïrwêCïX(àÝ)l¢}š]áœ2¶Fȩڪ컄ȿĴøûSôèðwgÆi¡×ôíàÀv|Ôu1#îÎN?"no—Ìu顊Qé–“K¶'‹ÞíÊ¡±.5äRÈ;c´ÜÕnT4ࣃ¶; -ü¤È8—³Ù[ùqgòÝ<‚޲O1J-„umâMc38ШÍxp d"´BžM! ÙeÕ4 V!V1>q³«"ÀÐç§m)ý´2„‰YîEEüZäðöÄèÔõŽÊ7‹-W;#¨›b•¢R,ÓÈ«–îbf¼c罿l! ÍcVMµÀ¤ —®Âƒ—û+>9Ô@®ÌqÙkãøô0ßk jhô§¶ºÙ$e£W»Áo–;óŸn d=^èH¹ohJyñk+<4òªçdWbÒõ·šOrÊÙ•N £Ä2BNÞ F-õâB[щwfhзŽÁ¼¹Ÿ›·Ò‚ù´Þ†ù²Ó‹Ú!¤8ìJ«†‰œE+u+Yp›Œšo“âRM#èPó0>jg”‘ÑŠŒ;¯”<ßhÇíõâmÃÔË(«xµ‡«•>]ïÂD›§¨¥ABÜLuñC…°(`¹cŸ`À~jøtë"j«§0p©-óáRgI€SÊCn÷Ãué÷ƈq·§©”Ü‚÷‹M0À3‰Ð£ÌÊçõEÑ›0yÿÎ ë¼÷‹¬c%ÛC%¯7†!{bLê±–RîQbÓçšÓotQ“-’ör-EÍË¿àø~tÔÕ RÜizÚóùæŠp]+:„]qµ¦0ôÒ¯YÓ)EX^l/ý¸ÒS`š†ÆÚÕ$ˆ]Í„ïIE»SÌo¸e¬ -@ ´–|Ú)z»Ø”xK_sÛ1‰Éð(Eô¥nJ4 ?mô3Ý -À×ÌJ‹o‘¢ã,rL‚c–ZiŸ¯í2«ZÌ2Ì4AL[ï‡ï !¢2r‰·²i º9Xñi«±¯ä’ uå/ê -­6•îôarÔŠCI¯\ì…E+…é,“ä¬PxhðwÅÈøíáŠóíþªš”§síÙAû3¤ÒÀïö¦‰yºæ‚§G:Qí6À©+°j~ö]søËÞ"Ó¥dâÜZÁ!£ù^è–ÒJ¶{KUܸ‹Óô˜ËÓ¬X}CšŸmç­ñæû1b†]Z˰ʀ|$§®¶ƒ_Nà"Ï)¹1—×zó}-cØï^|»˜Qf$'íôQÒm³6TbhËÔ·gúoL!bÖ'ðEËýðÂCMUÓÁ|Mû®7G”|šIF.pë™”K<Ñ‘Ë^ÅIJ˾ݯ+ÊØ_´š<Ùì°~oWÆš§PÙV)®ðxžÍthÈ•úλ2T¼y “èRÔrö¦«I;£ì¼…VäG@*Þ“!>&ÖWÃĽœ$À|»+òot–ä_œ@”Þ\Q#LÝ´ÄÅ6臵aXðRÅ[³˜¬s5Û*­ÂoóÊV¨ Ë]¸à¥§õZÄj =\+Ľáå~?Ù˺2ËÃù›»9™ænF²±ž,£B-ó0þÎñÜæ8¯\ÑklÅ~·+êê7†é&@ïx<Œ¡±à‘N|u«½ÐÏ1FËZéä¤Í -°þ+õä ¥ZÚ·VNšc@X±ÓÎÏ5ò«¢¦Qø»ZÊ×ÒÆËßbåï Â>ÛÆHéN)—àPµ ;"º]J)˜o.~©à¦Þ^mçf¬ 4¡W»ªrVš(ß¶ºª -VZ¸)+M´°íNVâ0ÖôA?¤ìæ—iæ—oôA>­÷•:TèÌ}-…|0_7à™¯ëuh¸D]saÀ\ki à’ -VÅB ı¾ðávw©ÿî@å7û(&Ó-¦ì ò - 5´ µ~ªs¤à!M=´$ ç SæØ,÷|mßÎ ¿.¡åmI(™»rf¹k†ƒ=œáâœR&xkºÙQþÊ9‹;T° –IvYKeê¹hÆå9!!Â3ÚVç™æã·úÀV;‹ÞïN 5Æš¾Šo“Ñʬ2Ržg–ÇsiØC=½;Uº5Tüy©½Àw­¯ôõÆ:®®4öZ[Eº†‹yeê£{$µ|Û¨¾Þ‚ýfî&F»Æ«Ñk]Œ2­°Ø×<„ŽÝCÇ:å”"÷ ­Ì%¯Œ— ¾ßžd„^Zí|q«j«¼9² ¤…VØëµNBÂ6 ñ¶‡Qß7pa«øH«ä…ŠQòÜX 34!çZ ^è3_,tä½;X` ®5È~­Ô šÄ˜¬ù¾Ê]µ€åšk,Uw,Ò°ãHU}öcC{Îã=)"öhžÃ;œ6ìN³Á[ý„Ä¿u Ý?µ=?tµÍÖ)pô\kôãÅžôg»JDìÁ<»Ö -]îe¦Èª‰zˆåWÛÐùçùùI¿£¢¿*þ|"= ôø!èÁõó ‹gOƒ|Îÿúpïê \Âû?$Ì|ŸíTÌß ,êÏ%Õ¬$å¨:Qo%Mø7Ó5¨S\èƒa:ê^ªüŠ (ó8'1öû V|̉šÌ´ßX©1gI±_OáÒ¾žŠxûãûädSEÖÝhÒm9â¿ÙOM²LÒKW»q«]Ø­AVÆ\;Q" ø÷`ÛP•׫‹Jþ %§œ†‡‡,þøþ3&ü475ì,.úÓ鬷oN„?{ - -~x úô¨ ÈïD$óúJ=É2·ìIªi›S<¨¡2 äò\[uöL5't”Š¼ßƒ,º<€*¿1ŠGû !÷ûàÅ7K2/•„}<éwçèÁå‹ °'÷ORSÂÿ¦>T×ÃBÞ ºç)h§ 3ËIEúŽÊ@yMÞ‹­qb™[#ä® Ó2&™àÛäÁ öRÃT² ¯›Ëã/ÐR¿ŸFDŸ‰yùì$<ìóø˜ ³ØðO¿Í×!â\ - -Ê>CC:tÚæ46~KŒß‡º)Ò4É,2¶ƒ55¤Ó<ò» F¥o&ó?/âjièÛ3%ß¿œüüÈôìÚ%з'wO’¾_ë@'=gç¯öÂr\*j…c†…tù¼3NIßÇÇ;TL„GÇÆÛT¤œùÎ2%¯ðîl5òVˆùT•—ôWÁÇ·'Jƒ>žÀÇDG|:ƒMùƒ”q÷éÐGwN¤¾: ½Pwvk€hWqñ¶ekœ•¿Ö™ï,ø¸> -ÔµÁz‰aºvÔ‡iøQ+4ë¯ ú%+—x¹ÉgÉ©±ç¢üŸºõçï ›Àqí¯³ GW/‚ò¾øÿ6Á-þöcž×øÏƒï˜Ae.õgjZâ_.PI.ƒ Ê¬°dŒ°'ÃĻԔ«‚ Ù§å¯ ‹¤50AYâ}zZÔyanüŸÈè/ó‚^ÿÅ/Œ¾5AM¼!egÜ_íG¦þZe×þßpi’YØgm¤Ò+hÞYJaÎé¨PØk?ÐÓ[—A÷.]=¿qôðÆeй³¿î^8 -õ}Ê <ÑR‘vI-Ⱦw !æÛu”RÃ0*X?ÄH”µq#‡«/¹qKÒÏÒrRO—F};ñÝï!«÷@Éþ~ Üï@ÁOïƒ|¯]E¿z z÷ü.诳g@áÏXþòâ„(?êO}üºütŠYr{¦ -ñ|¡%«cu ÷è…¥ç É)'²CB@Éï>€>?zzxé<èýÍ› ïïÞú\]ùëwÐ)tù÷3À¸ÿ½ó¹Öñ”˜Vto±õau¿:&B¨ÚÙqBòëìN+~«^q‘’™r:ÿëçñ¯ß€2ß‚òÞ‚â_½ùß¾z ÌÇõ‹A¿:zxù¼w.@ì¼èßTuÐ×›x„E OX,y£o8@A)ÞQpѳý´Ä1Ö¯Qvžpr‚…}EøÞܹzuëèòÙs K¿Ÿ=¾úè.ðyB_øœ©«¿6ÛTüÂ4[+{gšDG-w@Þ,v¢?M Oº‰à«5!âãN—‡}e žzò¿uôìÊeïÕË Ç—/®œûtöôÉÿá\€0ïonŸ’óó?{Ô\Ú¡QPåÔr — øÊ= !me®lÀ¼i‚]GDGü†Šˆ>™øäý:èÅÕ+ àû÷AáOŸó~tÿâ%ï› kþ :}òè.p½ä7þ jfÔuæÃú0¿hg²MdSÖöd<äÚ-MÞy>À,õBÒ/aSÃ9 =éç zyóèý]ÐׇAw€ó]8st¸Æƒ«7@ùäwí:ùõ·qFá#MmÞãõþŠ/=ùï»ê`‰/ZÓó–ǘن\¨¬òl”Uùl -}Y[šsy*ámÀ‰À5î1ñ Àÿç×®€ÎkyˆïÄ?8<ô4&ùûù¹®Šï 8bqŠ[1P…zÒB_å -Ï‘ò‹Î ÒóNÅ$ -zpâÆÅË «ÀÜ>¸zôìÎ}Pä«O§1©Y—à‡2.x±öÞ®"ØÔlÄê§tnTX¦è®Í®åUüÍŒ; Kˆ>Q}"ýk(àþÐàøî÷ôáéC`Ý~æä:(æÍ«‘þ¾§ðIß®t S|&˜…/–ˆñº.ìE &@UKù jdwÑ+î5ba7«QØëˆ¼¼?¾¾öû¾}|ò ôðê5Ð5àsú˜ùâÆ5Ï•+ ó¿ýòùëè˃g Êï 6Uä>×Õ!CWûÈq«ýŒ$C?w¼šò±› -ó©gÿ!¬(þK¯<ÎÌ8þ:ôäÖmÐ# Î^ߺúòè)èéuÐí‹W@÷€õò¹v ÀŽ[ È€— JVì)úÄ,£šÔ‚åAÄ×…ŽâW)1}u’•?ÓK©¥¿¯F¡o'Äœ - ð}xtïzyç0Ç€.üöèÉ5ÐÕó—@Ïoú€¢?žŒyýætUAÂÅvtøž„œ»9Љ\Ä„.´£>Ú_ȇÝ4ô}AEÑÅ‚ð°ÉŸ>€AѯA/}î€ÎŸ>º}î07Aoù‚®œ¿àÅEP¸ï³YßÞ_efûÛåÔò}—îžç2]zÖ®¦WlLàãeuà'Òzì›jXÙõ¢ïßN§½}Jòäò-ÐU —¯þ~ÈÃ;À¼ß]ýó<è&0î·ïî_¿ òõyÊûú&9úÚLþóJ?;Ý4ÙÌ·*jD‹=Ähc79\Û…i#•݆&…Ÿ}õôêÎ-л@>Àü^ýãO /.ž¹xñsÿ;ÿ` ýï>ùÞ¹* 9Y]”xªnsós‰WíÒÓ{ZiCREØQÕÖ¬ˆùˆ.â1¯4÷,,>úT¬ÿË1¯^sò¿wôç™ß@wþ:\÷6èùÝ; GÀZ&½ýt‚”•~IÍx6×YùUÓ˜å£b¦ŒÖýÇD´wc5ü°Ó·E¼Ó‰g>A©)à %¹"’K/“r+.Ðëc%5½•ÆžÒæD#}[R…³žÏ6[#²ÌÔ -WdU(ù;y¢úùƒžÝ¼ ÄòMн+·A‰_ÏS î´Á1ï4 üô….Jôö$«Ð, LSÄÜ »@K¹Ê)Š;7ÉF½œäÓÞ·³~Õê#r òFÒ×øÓ=°Óç€oüA!ïO†¿>™–z²(1ÿ,«¢ìá0 °ÐNøfSV‘ÍS¬"»Œ÷¨ùÕza­S+â›T5lõpmÙ`}c<‡¹Wœ™yîÛ»w§ÂüAáo¿ƒüø.ÿy óöÛXvÅ-2íÛä}˜àÒ¾.õÕR-Ò†ºÍ v‘÷0Os –iNåú˜ Â8TVvðâG«IõÄ}tIùµ¼¨¤3)_£N~}ýÈñû@ì^]úãèù=Pjhü)dJé­"'ny¸šn‘Ó+-Rr¶KÇcy&–Dmû ¦M%¦ÀG*úè±ÝLâãf,î!§¨ä!+û22#ã"8%õÒ÷÷A¿|þùî#(6(ädÂ×È3á>Ÿ(JKûƒ -)ó™®'†®r »âÚ®¤ -o–²Ê6ÇèÙÚx€¡‡·2UC¶sk0¥·i1Ä~w6+<ôwXFÂ…´ðà?^?~zûÄïtv|îµÄ¸Ä‹™q gÈe—y0ÄÓnöªþAÂͺ±Ðþz8/¨?Xdó}˜»§âáÌšáš¼š*i£}«Áî£r²|óîD¸ÿkPî÷(P~TÂéèÏAg^?¾ Júúî$"7åjtÅ£A69ln@Û‘pà.5iÓ±øÛŠææ-@ÀlLÕSV&ê° ½Ô(m öÝ(ú¼ _úh¹½º1ØÉÚi"íN×P¬rÃ,å£vÄìRÛŒˆmÓ·)¬†êFó ±-eMJ>vMÆ®È9ÐÅ©jôüPTÓÁˆ˜íd',Mt -VFû„«c]œ…ÁFØr}ÅV?%Ö#cC=@~Ù5Uô=9µ`W̬°OÕWÛ¥Ýcfe}݆”Þ’‹è›!n¹‡‘¸Ú#ÈYì«/Sõ4•¨‡ûyòÞ^âx}S☠>´‹Jõ«]jÃLW ÓÖ†q6ycµSÞXïTÔð\3lŒ[ÇÆîÏòΙ*æÊ -u®“¹6Ì*ÜšB…ÅŠŽšTyWS¾¬½9s²¾%FRW5%`$c)›ë2ÄMõɽ\v`ŸH1=Ð^“U“-r.Â"c–nORÓWº o-ã¸ô¿ëÇÝZ6qy¾"Æ&ª‡Y© ̠ᦪȑÖÖìñ¶–ìzʧYÔ/ìˆéfòÞ¨Z¡‹ue«Ã¼¼])6Õª¦–; UB›®¶É:Ûб7ÛÔç6Övp–Rjš&¦¬Nb£¤-•¯¤íä°ÁFz 2+í/FEÅnQc|+—óy°Fð¥•ÃyÙȽžjf†,·ð-3½ -÷|}ŸÓ ªs/6Žï/Õ 9 Âzï½ «–ÝVPó–F‰±€ÿ¤-œHEû»q ºd~¼»zv°¦\ÕM -Ó2R¦šiÁý€îæ¡|å]𩶪8õ 7syº -å˜å3ÿ™ç þ™ã=j2|s ±:Œ ßeç™$"°¦ä…IF¶¡´>DŒYŸ¸«:ëÞ 1âÂ3ñ𱙥m™în-· bU}¢â¥ñ&ªIÖ(ÜSòðCðh¥0öêæpÑûƒ96ïx­ÅàÔS!{ -ržMÃ#­Ë8yqDÖ[•>Õ&ˆn©M”´2¿Ëûë+c,ÍDf~œ’¸0BˆšÄ….ô#>Ù5|ŠIÂE.vÃ>ìŒÂC~mÕNºtíR·¾¾Ë¦®©2)ªH»€6ØžÀÇIëÊÞÖ—}»è–°QÎigŸb££w&P‘V9«2r¶s† wD5»JV¥C äÝl›Ø£o<Ô×wxæEµ& ±##e® Ã7ÆÑÑk“˜,@+”ë«ø®™jžSÑÄ.£Ô£%äíÏ’ÊvdØä]½Ì9Óм7UËsÈùx“‚‹Ü˜æ"M’j†cFȰNÓ-C„˜Í~\øÊ)fk²™³ «cÕð­‰ZÌÆ(¿t­Ÿ’`s+÷UúžÄÛC¬ªîXß*9Ô5ô:T „CMïÉèEf1»l{”]èš©¢¹ÔB–UÉÅ8Ô55YOQ'Ø‘²ÊׯqQëãØ(Ó4)mgŸh‘±+Œ}ìÔÅ.aUÖ;íZª´ÍR‘@¬fX¤"›½5Tàg—#“~,D¶.Î"瑜úšV«±¾wMÝж1ÓÚ³®ìèY—×1æ‡HQ #ü‚Uq r[Î,Ú7ÐP‡z>ëØÀcþ¯Fæ»Ê[Ѫ"åÛ4,¬c^X `¾·:Þ[èPC*96ЭÄ$fHk`ŸØ¥±/ù°¼UE׈aºªrQNÉYЊV%¨[ç­[Ý0ì™5í©±ûsUm‹m:ÏBM§EI-4Óct—XÛÄ>ÃÃnM3–{ ïöätˆs¶®m¥õÝÐZðle¢DG­Êhˆ¶­2úxOFpp€“Æv¾¹<`WŠË˜í*û m.÷Û%ÄY¦°qŽr¡CEȱI1‰n5­Â¥"çqw`l•è›Ç½9p8Ïc™gH;R\ÂŽ¿+#æ(š³ý¦y1¯ÌWwìëûJ}OŒO4–½3W~ö>×nU²`ó£Ô’NÞ»íaT¦GW×áR7u9T-V¹Ø‘õl£§È{öe{’”!­AÆ©ëPY{’* -CôC—âíiu0‹Í±L”ÏwDßv¨°E]Móî Ÿ¢í‚í)™—ºŠãV×Ôí«ªèN­|s»-†„ù|·VÈórÌ®” Þ“R‹mrZ¹KÌ¡Ž‰±*ñ€„6P³ö5]®Y -|k¼âóú,ÈÇ”C ®Ð!ƒÄý0PP?æUÀ9*ì*ÿh¡Yr°Ô0iÑ×vXuõ{ššº9¥Ô"#fZ•Ì -×,0Ç@ýwKØã­q»?Kƒ{ôØ¢ ¨ü=¡Ð*Ç%»Õ䢃yæ Uº¼}ÀÖø ÿ]æpÿ]dJbör7ôƒ¡ ¸+f@öuÕιêöm¥Ð±È¯Û_­›ø¹*êþkÑE×¥'W®Œçù» ¸AÔx`5ìªDGË5ý@l±÷õ<ÒÒ¡!cs¸Às ÷ù¾– -[%-wÃCö&éû::ʵÌᬋz—…Í ¥DÒ”â»4‚ªtÍ×voNS -¬ÓЈãYbù±Á[³™ŽtH }ÙAÛƒÅ_÷5ä2‹„V¢oʽ§©N¾ºÜ™óÔ©B§Ødˆô#=s0WÝfF¦ñ£},r üxµvÌ&%dìÉ0IbTÒü,fOE¬¯ô–ù+™× e/McÔTó6bWŒ‰Þ¬|¿=XöÎ1…ŒúðÀ/©äßUŽàx^P³¯eÀk÷÷&À*B¦]IÈrÎPŠ6Ç‘1ëýåá¿D-}m“MÆCÚ§ÈY;}•oãè˜ãÖ&å#•-¸°lê­­^hôOŸãR²{f «E16Û¦ @œje[VKBSn7W&ZÄ\殜‡²*q©V"ʦ@ƚŕ¡¦ñ¢/»2\úº˜’9ß‹ýn‘ðhsõƒÞ:í»RtoŠ˜f‡¯õ佨Ë °Íà2´m%o;¡až™ºV¯t©ø«œ^lURòMSÈp›“äíO»¼'m(ôr;ã`–Ë;\¨jø¹ÌfpÇ|ñ‘ž ^í)m—2?æë­*j{ŠUbÓˆø{*Ç¢`¡øl86r^Ý“£¼ý ¼=»­ -|šSƒËöhÈåÇúš–C-0n*yc°ä½¾©ØÏ<†;Ò3±Þ^0‡:báÁ,¹Ì{ŸÏ,&d9”_‹«D=>Ô’+œ3\ÂÖ!Ñ&óöº¡`=Fdšiòmuöu¾º1Ûš„†ïÊy# ïÒŠ]ºª§¾iܳTÝíY4-¯ó‚Z›†[@‡:”¤|oOÔ \ì–Ïtkø ·ŽEð…?Vk&~®óêZJ™CM);XlÕ;Œ ýÛr6tWN)üw•Jþï*ÿßUõÿÖø-ÿ·Æ­7ËèÐZTø­^XĽ_*AÍO@?»¦*¿î å=_oÉðY¨Ëº³Ñ^`CG -²Ÿò²>^vŽRòŽUäŸîX‹ð‘b•–™G3žþc B¼xk×Pá¿V8Õnf‘b’ÌRl¢]MÙWã²]rLÎö*rg„_¾ÝGϱ‘]bršu±Ó ±MÿÇĘJ_¯ueÝ7C¾Ú¤”œ|®c’^¶3IL[EE¬ à"ö&Ø…ÎiV¹SÅ€[¤”\oî雺æ@Ǽ"1Ý4…OÚœDG˜§)@, Eûz. ÐT›Z$ÜŸ­®9Ö’K5¨Ä}eyð®òu{þm{¼+£:0!V¹€êž­©siP€×oÿ.)&ya\‡¿½Ú,82Ö´íªëZb¾M Oø?Ê*……;nqë´2É,€Ã®*DÅás N}uý lÞž*bx˜y -áÐ2ŸGNÛB…Z&)ùGúº®cÀëy´"žKÅFÙ%Ø´ÍHCF+6ñ‰—×;+ÃÿßJíð¿Û¢@§¡í€¸.su<ßU¸o¤cœK¢–-9l'¦ý¿QÇ¿«¢Žÿ¬ Zÿ߯u_‡Î]­x¿ÐW¸=†ÝÄíϰ?ô¢jÏ Ÿ¶¯f£J`ýİï³ui·Çð—7 9Ö '8YO”¢ä'v±ìÇ›õ÷ -Wx¼ÈaÙ5,ÔÖ4½Ä1[Óz0_×»;MÈ]ìȺÒQðd_ø´9 -ò—–\¹;ùf¬Iº)¡Ç]]靖?2RP4Â4 °0É¡áÓíjÙ=ÇâïIo’ÿ¸ëòo_ÏãýX$ÃzÖ:Cp‡qX„ËöÏ6}_C,ï"„Þ0tC³.7I.z±› -Û}¶ÏÂZDÊ‘WòÏJU‡k–M|Ó=×$qhªEÎÔ­¦Wh¨å{£à=§m©x¿Ô‚Œø9#â{dŒ2·˜˜îÇÆov”øÚ€X´O’Ò×`ßÚñ8IþWìßZ§©…[ƒ°/kƒ…~˃~óÝ÷¿û‘ÏÛà -xñ÷VÁ‰¯Ö Ís9@Þ–:€Y*y?Éø~É»HÓŒúÆ)øâcéGÄYGˆq‹å/æjs荒ïê…é7Âä+–Á²÷ÖIR¦ª –î÷g<þ¹UL+Û“±1NæVQŠö¦ +½™/Ì“åÁû³ ¢]N†ØÅpªÉ¥v&É=ƒˆ=ÐÀcJHÄúPÁǵžÒ. ïÔ6öî*é€nÁ$Íà³÷¤»›áPáÓv%˜˜í1tØlSÁ£õt¢¦ œ°Ü]úÙ¥ šÇ‘ßwÀov½ç™Æ'©)åZªW_³ |æOÀ+xëžìN!£~·xïiBª¡ˆµI:Ö,¥¡·§IV@×Ù$‡Š\¼'Åe9”rÛ49Ë:‰Mø:Ö)£½{B÷g…ü}C]ûþœ°Ú"%$›Åø¤^èG53þ’k •úc¶ªÚ `’CM­°JéàCÀ˸•lԚؕ¢RMtÆž‚RtdÖþ×[3wIØòsÃôÈåN5$Â"©ø²=VñÞ< ùj™„‡XŘ8Ç41kok“‘sÜÀg³)ˆù¦qdÜö$Ü¥e“ÇIøìO{0Y?—ë'ç…ÍN5 fU`’Íb€GE€~kâº=‰KÚ'¤ïLR -MÀØ Mo Õ9ÏMÐOk-…¯ÍÃðXë41g¥d•ã ,óëW˜Œ}®È¡F%YäÅ_ÍÒüÏÇóØâ¿W¤=9o®»ìƒ·„k®ªÖ hûãeQÛÏ5a›ÇH;ÕИõ’ׯö¼®Y{_'Ù´C#lÓ`¡ÇË ÖÏe -ðÁ%;£ÐïK¥¦iBúâ!C×ÊδJÛZ\ªº*–G:PR -ìJjÉî$>Î>IõÖ:@YÑ‘¶QBê„^¼Ñ^úÒÔW¸ÜQðR.ˆ½ªäEŸ7Vg¿Þ#¤Í¶V¼]n…‹Lb&xwŠ õùö÷¬¨jGŒË–T§>[ï…§|hbuOîÅ@óŒ!¢”Ât¿ùæÒ÷ê¦rVÎû¦.L²©—£ååß™a§]V2S¯è…Ù‡eßµM¢#M£”Ì~NÞ˰7·N²S>ÝvJ98³” -هŚ&Á_—zÒ[ã}ö¦*BW‡ÁßU¢”'N¶äo@÷¸5ˆDÛTÑGÓ`¦ßjgÌmèÛ…µöÜn µÄ2͆,õ!¿x÷1ÿа1Gj>Ý&%å쌢B·‡_€X‰Ýì¿‘Tçú2ÿ‡ÝÚ<øæ0&r­£èåVWî+ëHiàö@Ϋµ¾T¿C-¾Ò­¢#ö&‘ñû@ÜÛe¤¢ xìþ<®ìp™‚ñÜe×кβÀÕ!d¼GÏÆþÂ$%ç.¢Bw'0Ñ–QØ×Íþò¯JAÊSC]Ö3‡„–ï4‹[WU»oðX/ÜB~]n.z¼PrÝ1 3VDl•|:2ò?[]e—Ó`«ÝeßÌÕa+=…~ Ýù/lro_©šžã9QË·.ÕBUÝÑ<ïíÿ»; Ý#Âlè÷}:ÁðèîHÅë<Ø6E/8ü_ïzZ¥SMÛ‚¯ Ãæz_;)i›£4œËP×aU³0Àøw¯àT3 GFaýá\]Ïæ&ncŸêP …öÙÚ† 1½@Óþ2×PþÉ:Š‹Ýè)}»;‰ð$vu ò£e -“r`¤â=FLÁ¾™êR{kŽykã+~-“ŽL ¿¾éÚ‹^îL¢ÒìZ&Ò¦bTîë9ôã媆=%:Ñ¡B&íM£ì -Bî¾Ë[AF¸ÔtÌñR«æh¥ºwžŽßS¢’v&ÑQ›Cˆðx˜MA.˜ë†|2´“’êÎ)ÇL}CÅAº”|–…q«ˆ™6 2zµ;ï¥Fw}­»üírKÙs/4x§ò~»ȇæ?Ó@ÙG«—Ö[›ñ–þò÷!TÂÃccm‡]ÉÃYå,ˆà§­QxØúøÓÖpŇ ½§° Ê<˜¥£,rÀÿÅšF‰ÉËmåóyçêó_˜FXyK]Ô%»àŽyðø¸S?âËFwE€¡)ï¼*ýÆ8#éBôëo«„b˸·Ôý¬½¯iæJR€3$”Ü•®òÀÅú¿ãíi¶:ó|†}^ÉŠ¿°Ü”ûÂ:;øþHE.ÚGEꚊo ¾ZÇñ‰»£„„íabÜF2h³ñÑì½_׆þd¬E~ÓòýŒ5e¶'¸P© ñ‡–sÙ>þ´7Vþyw´4øÇ,5ÀIñÅ%ùž—psÃŽõ\ôË‘¾8Ü£/‰˜ïIzalðYîÊ}²+ÆgnaW{ñk¸ ‡¶¦ÕÌÕZW±ß-ú|MñÛ“jAÒ}Û41¿õ¸ñÒ­áˆ6FÉ:QÑC/󚎗rYLùö×Úï7]mØ= ŽáÛãô‚Í>\ôî0±À&e íÓøT—óË@éé(Ï,~¤ç±Îø«¡‚tÄ’C©Ì£"dzŸe.ÿ¸ZŸ~g»#óÁ•`³Á«½è°aT„u -g™Ä$la#7{áŸg«³Ÿ/·—³ÈP/žÛµlü¡‘KßW3aG³|†MÅ‚;gh#£ Ú5+nI¸{šúF«ªŠ±7MËuHðÉkÝE¯W:rýìbX˜S‚ß.|«EÝškIzðcŽŠû¹$jw«ÑYV ä»C‰J4MÂW|¶ðV)4fsþà­T³Äë§x÷,u0Ë@: ì£-Óð˜•ð‡ýY6ëp¡mÖ5/ªÛ_¬jÚ_¨js.ÕÑQæ)d  w¥ˆ¨]9>Ó1Ëg[oìÔ øóÂF‡’K¶NáâÌ£Èï†ú¼gÞg]FØñ7 i¾¿éŠ¢Ì#¸CMšÏrkö‹ÁòOAüi~Â%c]ÖÝc}h¬ªÛ•R,¿z9pK ‹ØB'{sâç—»Ûaz” Ö)FÑJìý6ùOFò{ óýobbÂ-S?>ZÚŒ o‚EŸ_i‡ÿ«ç1€G6Öúëj²_[†ó¿Î5ç<!g?˜oC¥ê(ùæ¤[k½™¯ìrhìöxY°i¤<Ô£ ÃöO¬¬Í{.á¦?õh9Ü_Ë5}‡z&fkñe³þÅ4„Šþ¡f`]r:bŒœ|OÉÎù`ã£ÛàŸ§)iׯ1É—¤ÔœÛj^æÝÅÆ\ÿ­nxÒÆ%'ãó½“Ĥ··û)è°z£?ë¹A}i®:áªi¬(ðÇ<“âžå°{™©ïš`A×ÿo[ÐéÑÊwGJß.U§ßœ!Çü¥ Gü¹Þ”ùðXNÌ5v@ãr‚œ”?ô -Ï¥¥A×{J´‚¸+-eç¤ì[žY -ÒehY¡æìˆ±™Ï kêy¬¿”JÛøÛÞDéÿ¾'ô#UŒif¡ELIw+éeëeou‚äÛ3̸K£ÈÏgaïNOÓÃn팗§üg›×:Šy¶Ø•ÿíÈÈÀy}läp Ày¦*¾+ØaZ3}÷u4¸SËÆZd´¢ÍIB‚}†õèXDoÍõçð…G€–8˜A¥9dÈ,»†>Z­t/òêw5¤BÀ7WìúÚ,A§8µØ¼£&Á¦aÂ,rZ‘S#¬Za"u®·žGɆ['yæQ|ìrG©¯Zÿpw”RdFEÍV%ßž«I¾ë­… åFßY4†m~¨ç²w¤,ÈÚ)Ö»÷Û£f!è¯% -ê×2•t4Îß+ycCE¹ÕLôÊ8<ÍÐâísÎCÚÄ|´GÉÅØÄØ îOScÎObþØš$¦Ž²3Ÿ(x9Ïí£Œâ½Q|ÜRsñ‹õŽ’ë84t¶.ã’Ÿx}¹½ôí]Uµy9ך÷|±«8p¡½$p¥¥ìà·fpÙ;“¸øJÆßs5ÿ.ŠZ]jZù\{Á“¥öìË-™÷½äk"elàãu5¥·º±á.£|g²Þ û$ã=ª/8ÇËù|®{Ã<@Jå½"¤¾=«å‡ÍPË ©>Mà7§Èq÷A“¨·ç,ý¹¯í“øœ€'0I©³Mé~G:6õÇ¢ Ú¡4ºš\xè­ç,Ågm”¾ö¨¨¿—„͇6É©&æºfظ}%)ß9Ißê¯vøkó®v"‚Géùo_o¯vC¿Yƨy–1>Â1wŒ¢¶º‘Iªª<¿Æ’Ï¿+ø¹ßÜR×)¥–Îð£.ëk3^lö–ÿœ##ul¢MÉ€(š ƒFYñϽšË®$æï£¢ÍƒÈD@_E™Ó]æoûMor’_ŸÆD¼øÏ³Ê¥ dmö•¼Ú*ýhD¥ì«©ÿÙb°Pú~“¹'Æê³}K,ÿÐO»ri¦±Òu”ä˜kœð¬´Ìþ½Â溦*‚7ÛÓ|VÛÒ|[Ó9ÔT÷,¡dc dŸÅ—xVkG~®ÿ¯^r•·6øŽ´«)ůö5lô-÷ÑÑŸ{4ËÁi¹‡„YjG‡ïô<·ô•(éæLøv7ò‹}—ä”bMh/}oVAÊ[Ÿ¢foOÑój6Ú6ƒÏréImy¨÷8ÐCâÈçÝqt’CŒK³‰*Å$š†ßþW'lë}fa¥§âÍÎ8!eu˜’*ãúÈéWåôô*n_/6öú(9áæj/$t©³â³JvSÂJ}4JH~±ÖTôù' ~éȃY&f®¿ü“º1-à×—ÿk™Wcpe{°èõöpé{Ó( Ã§ÀÁ?9·ŽÞ•2œ3Tð‘AP½7…_é(|.cÄþ¥&\™o)ô]îÇEUW$Üóým¹«"ˆu‚UF.6•¼U‹ïÖ—¾»ÀMó;#£Æúã’sIúúŠ/kí¥ïÝJZőޅýÏ -WøkŽEvÍsí -l¢{†”oWqˆÛcèx‡”Zv xIomW«üq©%ÿqkYØY|ÔÓ‚”ç§æEɯþ1ÐÐæqtŒKNÈòÌPKŽ´œKË´k`);b@sMWØÌ_ µÝ.%µr£7ÛÏ&­ˆ>ÒÑÀµŠ€¿©´M“ò7ú _¬Sï35•£ÔLÆžëJÞ®w<·O9&+"÷ÆÀÑë]ä¬ NIe¶÷{áÍþBÿÍ>H(p ¢·ïÐÁ,üïòÿúæ4ØÔ -mcÁ£]c›kŸu/¶j<À¼:Ä0 žóýwGÊ¿¹äø‚ÿo‡JÿeĺT°„ãvÍÁZøhŽ=ž´¨‘t\šs†}p“]J(ÐUg¿Ø–“òfZÀæIRé¡VÈ6a¢W[3îîôf?1½YnL¿oAŹfY¨ ÀãlT~rL¡âyʶ«¨%Àûè}›ð¿ï®õ4„ à8§Ž†qênüá?ËÕ½@žwï“–*ƒög(øóµÝG¡è7n)go¹Ý‡ø²Ö 1¶c‚$‚¬‡ Ýàð­qbÒ-éÂ(Öû¼Æ£åfä÷íAJîÞ©È­ {ûĬ Cv¼´Ïòh6¹`w2çåRGôõÙºðKSŒ/¸d¸Ìàw\úJ/äÓÀ›ËöUÔ¡›n/}³5Xêo€3á"§¸ù>Ó‚ÜG›´²-)®i(1€Ž8×\tª¡8ä-É÷„‚“pÀBéÇk•ѯ.nôàF‰GFH·OT/´¦>Ÿf¿3B ¹àÖ@’ÿ»^Õæí_áV S6{K_o ”¿ÝŸÁåüXd1—Ø,¯w¶Ê1)€fº5 @oA>lôU¾_ïƒ~ߛ¦Ùd„ŒÍq\Œ¦®äù$:îâÞ(4þ@O®T7%?PÕE^Ö·f=ïÃGÞëE†ß¸ ð˜x}7<î{n­£0è?ë,î¡W´+.1M俱K 0K…z{š[¤ô÷¦ˆ¹ûjÝ4ŒXî*z¶ÐRøxŠžv£*;è¯öÊ[æpôry³ èÆÎ$¾d_Mƒ­÷—}Zè(z6מ÷p±+ëžMZúñ×<—³¯p¶Å´§Š9žÔý³"¨÷hÉ密ì'3ìŒóùw'±ñ{RV™¡ ñÞ¥âQ5¡­uäû5ùÿÑ ~wVB ý]ÍŠ¿dŸ€Åý߷Ť„• Λ°™¿Œµí¿Œ,ÊO&ïXO3å¼5¶Äù̵ÆÝøµTÕäœkžØU -f1%÷Çœ¨ýXÇ"ÿ40±3”—´2r«?Ów¢øëß+üF«VTg–pPcUõá"‹âVr€77C‚ûQ7„éìiøôÍIb²}†RfWÒ½Ïé„l±´Ý[öf«+çñV{ú#û2Å{GÝ\üts˜š½'e#¶'0±;˜˜íqd¨I µªÐ N=áÖ5t{ Í“cÃÀñBýÀ~Õ¯ExåïãôÌZr†iQÒJlê*ÖÖÆëO¾,4_.6–=Ó -Òo­´~4Àãº*ßÌ·¿n ˆÊ7ú„å›Ãì¢Qbü ×!_–óý=:R‘àÀ)Zþž”QâR -Yv ¶3…K°)Ðñ@Ý:bYŽŒ5MbR½½VΡb#]j ¿5L¤·W×ñbÃ#æÚ‹Ÿ®ö!ƒMÓÌÊÍ)x¾±ØÈŒš«BÈ)y7'IÉW”¢ìªÆ¼—øØ RNÑË%{±£ì­¡6õ¾e°4h©-çå\CÊÓPöË£9Dʾ—³1‚ ÛÇÅêùÌ= w<ϦÎ1I.À/[¨¤…î¼V9$zOI.°N²*<Êö‘Cmû4ðYkƒå«9õ ·ú ï¯¬÷BC–1QmȈK«­%og9¤} ‡äœa8H[¤ðäÅÞ²·3U9þ]ðöàd L2€[½úXǦý2Öuÿð7¦qtôzy UêÝûÅ'ê[ßLbR¶ðßû3ŒJ„qM2À–!l‚Dpg€sÇ¡`aÖ0É2AÚmË4:ÀCÔÁ›~¼ÌføçÖUq·&(yvŸ½;Å,òh(%V"~­·$p»úu³¯ò·v—©5ÉHz¼1ˆHYÂå33}e¬Ì¦häþ4*þPA+uKé°õ’إδwËí©÷ô4âžÇݯ÷g?ÝÌx>ßœñlg¤4øŸe<ȧ¦}#‹5ÀÉ|×NH}ùc©~ôh®ªö@M¯´ŒÀ¾,Ög=Póc}6 -¾ü»Ækšë…†I„àPûl]ÏÑZݤMF-Xëƒ|껵tœ[Mƒ»æ9Œ}o½w¥|gmÁF™'H©+Þ:K™>KÍi÷œ°+ói6º¡ob>|¡%&ßÞ€†8„¼s„ò DðÁ"·?Ëçzôá±JthÕý\lóöÁû¹ÀãÌÑ6-*É¡ÇçZ´Äm?ê{1åÎî%gg”$£¥ßh,ï×juß±·^¤–XlòÖ–œ„G˜&a±©`¡ -ÄéS·ŽÃ90ò¸V9.}¡=뉜xUBO¹Ôû|ÁØœöÒ¦¤€GXÙ/Û‘‘׎íf×ÒáÀø!ÿÛk§òBÉAoNP2LRV…R~±ÖKqüí­¡îÑ0á;Cð`o]ÓZÔùNø»K†¶’ è„ßž^Ûó‚ÿ]&!í²¢ÐõÞ´—ÚºÌGœì€ßøÙ¾gMƒùŸþ»ÅmØS‹¶ÅˆÀßqËcýZäòÿ]g0þYÅVlŒ¤‡¬öfZ„DãAÎq9ÎY.É5Ë!h9Ôã6å?‹4Â×ɨãElµüys€`+Ó©­kqj«x.°Ö£¯:g¸dÛ¡ÐHd·›i—ÀÌ#•AæQÄW@g¿ÑÕ=\¬óÖš+ò›å§Ûø À. ûs®®ûØÈçü0ò˜‡Þk͑ʜ€î3ÏÐËtøð1Záó…6xÈ'ïÕ,‘óIÅÎz³XhÙ‘òN)6ÅäR3>îZ)è¼MJÈ?ÒV JÉ*ó}³La6GQ»Búê0>q¦ì¿=I-wë„uûZr™Cþf•–†X§¡ Àx±G:É£0÷õ®KË&¢##Oàí[¿¯4þ()m«½Ùý.©*|–ûõñÉx¿k tâƒõTâ|c™ÿRK±ï#þ®ŒŸþb”Ÿr·ƒ”ðÐØOZDÏÚ 2dsº9þàPÂb®Qÿnqë,W÷,ŠZí:š÷ž0ùx‰Åÿ±,ì:\¬ÜŸ5¸\ÙU‘ õý4ÁI¹×‹‹»q¨2<ÞÞíJbÖ¾ŒV°Ó -™oɽ?לyw­¯â«yŠV2ÆÍy(¯Îóuª­«ám€¯¶«ñYöBÖ®‚¡l¿—Ô¿w/z–õV)Û,!¤î)(ã%6àwœUɬܙÂ'.uC¿8g™€·¤”ìʰ©«}°ccáÇÕ®ŠÐÍáÊ$óDeÄ–›4ÊÍ~ÒOM|vðá®’R°3EζȩŇhQ²áÛÓ´‚]% ªk…}]ÖÀPßk~¶Ê¨y¦QtÄfäóZ;øÃÚ ,ngš]!®AD’s‚o¯ôíM—~›k¹©oŽñYê/þ2Ó”<Û”÷Ý6HþgSµ2Nøÿ9:ï·4Ó­ßgzf’)™d&ÉdR'½™j£ÆØ{ï]Aé½wP±WÀ†Šti -Ò±Rì¦Ìì½ß}®sþóðþÀuÂÃ}¯òù½ÖZèkxTQ ]’òØÚR¸­)},%?þNŠyþÃÆd]Òßn&wMŠÊ¶‰Q©!=“üÙѧúGÇèWHØܨº]#$Ý5Ú³-#–GäŒÆÝ6úƒ«{î£[8ûÁÊë -Î!³œ=u7Ž—™€i}ãî/½¶:Rq3:ÁÚßx×Õ¹3Éo[€¿11KþPR3/ ´¾ø‰U~÷{Zñí¯úAÏOz§Þ9lζ -•··ˆ«Þ1â?,³yÇŽñß¿·DG~´1¨!ºàÀ@EúƒôÙA'l›XØM£É/ã€W‡iY -zíuAí»“RDÉ;³l°o çî+¿fîÊ:ëì/¿¾6Ùçmyá›j‰?6Q¡Û2LÞ¶œX¶££6‡5°ôm$%0Š×ud]YàåžóM×Ç~vA¾yKMÛRƒ"ÚÖÌ£%Ló„–ÿØñ-Gg2[¨°-5±2ÊÏ;6qßÔѵ­eclƒ81"÷Ì`kÚY»öæ0,÷RWmÊ9G7"scWâ?Ym‹eü>OɹVb+CJÜ>FÉÁäŸÕv4¼ÝÒ°qa|dÁ6.#köÌ0À.¹áE2(¼D…Ø}Gv¶ààåcGÏܵsàÀ*èÙöß)j~l¬»¿<Ðã#Kz¡ñ䌼¿Â³ÔŠ€öv‰“uv–|ÆÖ]|Ç#ÅI°™gì’G‡€æ *Ž‘ºûQÝýÍè| #±Ð´‹`øÓF—f×F'h­!ukÏ4$ÿäâwI àZ›÷€ëÎØ>X¦y StÜ?Zí,šB*dÎê(n±»âšKª õÇf‡Wƒ¬rL´gî˜Ù¼C74²DGDÌtdpX|çÈÆîX:z·L|¯†\½c೎Ì|á§enGDGkóÌó]Rz™gŠœç•a ­CM¯E~èlzs~W‡mèá…>yK’g¼á…µ¿ìºO‰.Z“³an)¥àKüGW°¥Eoiay~ (eSÑ”í¯z¾­—ì[¹,ç­Ô"B¿Û2²ÿ^éV‰Qfj>X¦ Žá…Ûulæ² øžŽ ?to‘/ØÑÑÛC Ôö-5¾X—¶-:cg_VâŠCsí©Ë½…WÍåלCø”žæôŸ&™gø¥7æ(ùW&á™gçqÙç=Õwüsè,Sø‘s‘¹càJÛþƒxäèßYæwtÄZ/ã=mñ›sˆL­ àêŽÓ°oéìÖÁå˜Ü宺C wßvU¾øRE/>O(ý—óà¤MXQ¡ -ÂjxVXÈõÏ‚]#%Mü„ß4Ä×§Wú«oÌb󵂢?—ø¥×<Ãͯík^öo7üqYµ9_ý8¢ƒ—üÄéÜ“ÿq²8ûÊæ„ÈlÍ“}MkÚ‘™?b¦_ ËYî­þË'%Vt¸©ü’×ò[õÛÛ§y•ï~¶ ê¯o 7Ý÷Ï@SG` ?ŽA’ή ¡ÒB³LðЍéÙ<-ÿAÕm§úZ'l{aÊ· ¼ WR"ò#:*âÈÌ ²³8Ç6,z Ù1¢ÂzTIÄ@l9vuMïÛyÝ3›²2 É\›®}Ñ€ßíèà¹KƒÐ”>hÎ5Cgk¢w’^éìm‰‘“l|ý«óþÒ"3õ‚o¼!öp‘× TÄ2ÊŸÿ˜¤6;;vLtìçw تÝ%TÕñ -…¶âÝrxÆ)ÿzO[Â¥OžÎ©CG¯ò°åè<ï5QmŒ¦5>¬ElS ªÃSκƚâ¶©ßrMHŽ-ñ·€ŽÒä” 7¥˜Š=Àî]søFϬpÇÈ¥ï.²i»f*bßÎéˆ,¹ÍHoß2Ð!áÅ™Íy&~MŠ/‹˜˜$¯šT³ =…æ]À3þt÷Wÿ¥açýµÔ[•¸>Ý^,F¼ÿ= l-:Z&Á,€î¶Sȇ"qψ¨ÌDó(&ÿÈÆïÛ·ðGüj2ú;涉ók U^-¥90Çž•ß äï¾u9©fm_~èè_س -8ÿ·7„•ßµ»HmszqUI©V -î.ö¯m`wšÇ »Z48‹NóO@bׯêïzú+¯ê˜ig´ìâË#Œº?îž;Á«~ûg`ž¾1ykín¸íj¼».®{誺–¡³}óÈ0ÕCؤ 5º!²88Ð O„»‹Æ¯ó`™MwN R=8 #жըª€ –²2Øú\E­¼5G(¹ -¬ÕdQ⸜W?Y:šÒ·fá™®á’+nQÙ5CGæy ìÙéiÌÛóR|òeÏhýóèy'8õŒ³‡R–va÷´¸ª£EhÞ®¡-}SZÿ, «‹=0`š>˜i˜m ¦ôÈ€¯û±ý?Àí¿nÿo+›y¼Hlu•Þ]U<\›EdñZßý>M*¹µ6†Iö ‚ŸX…%— œ´ßfpq¿›žüÌ)¼óåµà²œQq‡Qþö¼{ *Æ>ИìšXŽÌ)‰ÕA9,?¨jÍÙ5¼ô-lOÏëØ] Ã÷ Ø:¯¼üÍš´8Ö7ß”°c¸ÑIÅíXð`¿šhîßNþÐg'¦éhRÑBÒ€ø¾»@¨òÏ"Ó˜¢eÝÿ䈃Z> dB"Z&)¬€WoI[“ ìm¼LJ+º:ŠÉ¼·2ÙV¼6ƒ*tŽ¢âÝ"XÂÚ4<Í'Ç­ŠaÑ~ly ¦BÑÕøt–Uþr[/èÜYâwFÏ6q²&¤#VEÛw²y3·4ŠH1ô·¿ ¸ Œ\5Gª¾"¬Kþ¥·îÍ©õ‘ª›;JpÚ¾¾½|•q>éÞ…¯æ:ÊRì Òá2›êS" -½@œó+j^ûçê’öŒ”öC ›å@rå”üsÖaÈ›mwàä ì»Y‚p”“ @4PÛlÓø¬9jö ÙP´Ú™ÂcÇ€éŸþHtvUh‘ؼç$#ÂÑ>a Øbópó+DîÓvõª4¸@mÝ6Ò‘ûf|Óv´¯[½­Å–8$ͯL=Õ7—ÇÚßo-±y>é3 ÃV&Ýo |:r“ßÄ¡ïº/¨mÉõL•Ý‹èñíN þ·‹)ø÷&»ÏFB~pà=4ÐÂ3méºÞºì€"ª (¥Áyzíæ6ÝѺ;‡ËÿeœúýPKâ·s°Ô_·¤¤ÚÕItî<)û'¿¤-qGŽÊŠ(;ѺA4ksgÅ$ãÊn…¦É¸g¿.bc1÷€¼~d'µï™™„°Mðkø8)‘ØU—yq¥U¨"7zúkÿZ…z íl¾Ó/¸8‰Îÿ-Ù©˜yœÏËdè1àûë㕌]—ûZ^ŠoŠZS~è®|ó°âõÉÞÚø3®þú¸-¹u} -V¼À-½­¦ýîŸ'–y,m[+ÜRÃK·4¸j à]d¡ƒ„ÞµÓÉ>º0XýÐ9ÕòþÃj·æÐÅÜ610¡E5b£Egž‚?ÙñpŸ¼-¯¿5ñÜ ‡ø¿!¾,:s:¬iO÷Ï6=_¯{x`BTþ×ÇÝÕq°ÛJxKÆûg(%ë#¨D³ìYDêI%ý§Ðxí³ÍÑÖGOýÃ%nÅ…° -[â’Ô½r •ßv Vßq –ÜØky™£Tý h¼Ï. -mÏFA‡-TøÅøÇ Ø¢£SthæqÃZ㮊Zw¤e´i8˜ÕTÒJ:! aVX;AçPé?ÙExe7µÌâ z^埮tzxƒÞ6P@^<Å7KÝ®!¤ÀGÏ®Œ£ó¤Ìš{„Ò7gÍÝÕÙÇNáLP¯Z‘´¾Ù”B’÷õ¸Ê£ELõ¡Q¶%Ç–[z›mJ¥Çæ®aÀ—X–ˆ Ý\ÅÆüîyưIª.øóÞöŠßæˆ W¢ç™Í•צ‘ '[^|=‰ÿ~[pBÚ»›^‡ZâËc¯}xwãä¡ ð -ºJÏË??‰{ýƒ¹?åwË@ƹUIíóýJëÁRG—¡’¸:‰Èù ØËÿóQÙÿ×GeýÏúÙŽ¨ØÓAÓ¬õ‰Eo~Âæ>?¹9‹oý¸DÇk) =ºtSNVÐ î©9é€KûuWÉ -* Ëõ·C“ðôˆœPV"s"jdaDoÛÕâ›4ÌÌ_×EMI™d@K4DTÐìm=ªtÇHýíàî©C ¿1Gn^à7½ÚÕëͤöÍ è»E^Ù +ûì`ë»sbDÊŸëãà@k!Kßžyçâ·ã¸Ò—Ÿ»ÜÒ´&…Ô­IA%8aWÖ–Ü -hø† ™PÊü=³9Ý–º»€©ÍB¹¹—Ä­/4vVÝë„çÞÈuóûaXÎÅIXæ)qsü7:|ê) ÐÂ7?ôÏu5&\\`•ÜUr*co=Ñ”tûÔ¦ñÌÀ’6æšãöÌ8°W,rN‚cÝs- {€ßþC¸6ÙžVÓPÇöαCg×ÔÇu¡úógä“‹€øÄ(ÿtcŒWÚúÖØ]uoEÒžœA¤zÅͯ}’ÆÄMQÍ›µáŠgûz|]‚baããyJáµQpý•×TøœŸ§ÛSNIÛß}/G½ûÁÊÍ»è5=^«{Ì¿:ÙÛ’p:0…È -ÉÚ’M¼‚–ŽüÛ!iÁȦìñÑ2¢êƒÉüèŒÖÒ°Çf5ú»úá"›x '5ì*ñ%Ûó¤²eaÓÝeAËC%½áÑ (õtãûŸ¹åoO‰¡gLì’k[Ómñ%ºÌ;ÉÝœƒfni©Í—t°ˆoÊÁ ÜÜßô´3öª[¡xú‘ŽÙø$¬£‚Œ\Ú¾‰‰‰(àÛŠ†—^iá-Ç0À#ÄO‹ ì¡‘‰÷Ëû&aßÀ£úf‰k€æ^Ö?ZàÕßµt7ß[Á^oÌP+ üÚë*zÑ¥yrá]û@í= Ý6p˹†Á©¦!h<·!ã\oSέŒv Õß7ñjn-w5?_k~½5×úöx‘9ŒÖ èèAKú)¯òùGùÙEB|°Á‹?X!ÙÇhÀ‰ÕÆî†bé›Sc¨¼GûfwPŽÌYª»íꮸ¢¢düB+~p•võË)ØËS;jhÎ§ê ­*áç¬fKM¬5÷_WR_Ÿ‘bÿºØñæ7Ïhí‹m±=¸@à*_\œgd<ûÏ -‹—ýÉÌ íëÑÅ)8ÞÚUr_ÏH¿tûµøÙ:ÿ^DK„„”¨â šä%ë¥O¥˜´ßõìü K=u¯Ãj -RÉ«ŠÎÈþÏ -«ã“ƒN‰¨!éÞé†kSõ¢µ'‡Àþ¯ŽC;)ùcs -–T`ò³¨B¯·¥ 7»$ˆ$]GÃm“9‡Ï=/¬zùí-ÿÒ’ æÁº–|®¯WjnIä×¾=ÝœxãË¡öw×¶Õí…ëÒê'~8k×D‚û´LFÄÊéù°ÊFk`ÿ½I¢z$µ?Ð9ŸÝ}únîÀ‘‹Á:p‘1‡VtuXÕònwYÑaší’æ´ Ó° Ä"½ðâHCì·Ý•¾cÞŸ ʱ¥:^ùå1XÒIVÅÓ/§ˆ…¿QŠ_œ‡d·°A÷åèÜ_Œäì_<]€v®z0ŒNø…Uóô«iLæo›moWEuõœ¢¿L‚â{^qiÌþ´ðØÆâ}p§ -.*‚jJmdÙ3rI[JBY@ŠLñM!“\_ÙzZî÷´¤ýÈ,~ýµ…ÛòÂÀhº­&3° -.[: -niY —e¤Ø³K7" -jcpž -öNA£ý1×DM¯×E•‚Ó•×G …¤uq;xöžžÜthàBrlQd–þA®9жæ„5¢-"çÃ"©e[)vš`ͶíÝ;C,r6?Ò0³~‘2OìôÇÖ<4 `̬yjÅESGËc¿”Vaï®»3…xÿ3¯2æÛþ†—§]uyo7ÇYÍîqJ•›}Î1€ËL³ýð÷Û2XrH‰)Ùl§Á—i-cjMˆÈ } zh%@M >\ÂT,akmCu‚š[ëÓˆ¢O+|IH+Û˜h‹_ÁÞ{Æ©ZVõñöôsf^Ùݰ -_ÕÎÿ³1åÑé…ÎÖ¿‚X¥å¦ÿª¢'^ÖpRbœÃy¯ŽLtôÑë_ ‚PåÏŸ e½øÇÍdšü©žso|âè/»¢geœÓ³²®oÌãJaE¯Ï"sã¯Eôì®=#®ÙÒYx}ÿ3«äÞWŠû_º{ -o°µ>%µ)?öæwÌú„ûGF<ú_«¬®V<Ä;]uET|u[Óòþ“ƒ+ i)ðYZáM·èæ'3zv´£ÇWù¥È,ßôg¤öÎÊXýÃ5)._ôê,óÁwKý5ï"@<]Ÿ¥8+_;Ën´§ÿH/zò•Œ”|>(kJÙRÃ2½²¦W{ ·ºD]½Z`ÍÆT2'>§}´#þ^LùTxâBoqü‘‹Œ;ö°:>º(øƒETÉg;úÁ†jõ©!¹-±as[°6ÖöFÇ.¸¡efüž½s£’5ìâ³*JÁ¯³Ø¢_ù ´“𴘯d¸²ÛîÞ–~õ³ïˆ9׿=ùn -÷öûöŒË'&o^“4¿Ö Tßíi}}j©£áݱ‰;2š7eÐ÷žB™_ÃBïš™¤€Ž6ŒA¤Œ’««S¨ÂˆŽ +©›ð¤eAÅ%£ä7):ãÔ*ñv’÷››ÿ»…]~ÍÊ-»âé+ÙiL N´gø†Û_›ù×==M1û³´Úˆ—s“=^ãêʽt<ßôþ_˨òu{Fp¼%ÎÝ_{;<ìÃ(45$Åí*[ÞemñÛŠöä-2sOGmÛ3Ña^9¾Ø?K)÷M²êÌŠëSð¸ï&¡qßÏãßÿ¦gž_ -ijwæ>蛡¦ÔÓöŽÆg–Žšg“¸ÓffÎõõÁ†X`]ßiÍw¹ç½3tèžžC²ô”ÞZ“Ô?óËញÖW;FlÍž™ŽòÎ+œbhl`šúŸM®øï¶pÏHƒlLã³M]¥WWý¹¿ˆk>°Qñ6$6 d€CênnPÕIV³jo -ž}΋ùy’rq©¯ážm¨5# b“7U¬ÖµDÎÁƒûÁÎì›Y$ߦDË+¿»ÐU}×2ØôtGÏ`ruJŽ–™¤ˆžXTj}2R톛ãŸ#W¬Ëéõó¼æç†.dÙž©{Ô3 ‰ŸFdþ8Òøî›tÎo¶îÊ{;êÖTÀŸkVgÈEMï_~ßI{|lÄ#>;iä–¾oDÖ~X& Ž,Ø¶ŽŽð)ÉõJníûhkú¼²c;±}[ÈÞ¶¾òMƒ^ø§šŸñ(yyù–÷-"÷ÉÏ®qPÅ–^4OK8­e¤þfîªúËÒßøÜ1\û|×/;²2([ZFÅË¿è“#«?:9]ÛDEPÙœPÁ3ýj|yÄ€­ÿg7Zd³D”²Ç¥q~µï` ?®òÅÇZtæwÙ¦´é™KRyÇ2ÖôÜ9èŸ"Ö_òHpÙûb㮺1n{º&fu†Õó®.0ÊΪiå¿j™Õ–»ÁwÝ"Ä-¯æÊ8ýÔPSÞ…9\åeaÃMGÓ=ß8èeH†Èµµ¿‘RŠ®ºEm)Û*|‘™¾9Ê[—Sª6j™Ë 阰59 =g±…;F+lâÑó¤R×pËóitêÏå¿mMü^N,=;J¬?{÷â‰öô'¿yúšã=ÿp‘“sÞ*,¼½ÈÏ¿YÛ{@÷@¶å½‚ˆ[åjŠ_—4ÄmζŇ0Å; t¨s ‘=…ÏûÃ3ŠLÔwÀâgh O»jÊcBs5€²‚ZDn´Ó''[p`¦aÖfIEÛ ”–m-²ôÀBB|ö0øGV!´€Êñ5ÛÀs½óØr¯ [æ›Ã­£’Ö&[cwµ„ÆcÑ2ÑþyZw¶‡¸1)hs‘2ìCгļK¨Ô_="h¼–VQQ¶› ÈÈ"Ÿ·¥'ã‚LƒOŽÈ[ž‡uøºE:êÐ`‡ôÀJEïYØ”-=¹¯%5éXe×'‘Ù¿¨¨ÅçÜÃuw" -Dî‘™ŽsLÁS—ÇÀ±[|Ŧ •Ö£ -C:H¦gªåO.Ü30 !¶4zFâÈΠE,„Ö¿7ÙŸ6yãÜqä 1¼jB˦šÖ¼1KÈ÷Ë e×;æÂfyßÊfvvI?;ƒŸ­,Úñ2ƒ°cáÐפÄ\_tÞ¡Œí“~ÛÑW~Ý6ά1 -[ïë¹ ×Õôòß–ø%ç=£ÍV§1©Ë£ðØ¥Ž–Ûî!n™k¸§Þ5DJ^ŸÀ¤Øú*¯-w_\m{q`¤µïñuk³­ñ«SÐÔvnÇ¡ËÝ]âP#&:<¨Á•ì,1°{fgÏÒ5´³Ä¡”äÊÀ<¹rMŒJµ÷Ô=ÐñÊ.Má Î £ª¥”¦}? -¸¦ –^íozýÍ8,î›®úç_¶&}¯aWß¶ Rl#ÐWÑßyUïÎ8û_Ûûkï|ôÓ(4ùg1ó¬]qÏÚzí@'i…­/Ñ…±ß“óßœÏ#WÅ5w½ e7‡@O¾i~ö±³ú†˜^u%éáå/1é¯v @žšøu7ز?¥ˆâ‹äÜ—ß–Å\:‘}ë܉ê'W¾ä4$~›óêÆ—­ïïéìÖ±§æîúXÍ‹0ÿ²š_uëIûã“¡Ù–ä•Dî>뚥«òÕÙדà!¡tW…)Ü«¼£ ÇŸ±÷UÅdÄ -ºü™SÒRè5$Ø…u±ëÃÐ×;ÀElL4%©˜Y{^|½&"å,v£rÍ= ´Àdk‚’–zINŒ;³2’wûh œ±£mÍð — Z¿£g¢,Ãè’ U0øÈŠiød'@>,c>Ûixÿ<,`˜+ëSЬ] ¹54Ë’b~U²¯¯ ƒc½ã­±btJ`Vßœ`VfÙ-¹·>E¯_› äoN¡R-›º2†xëÆ¤G8øU1:oœrAF-ysleulNµ&më®[fw–ˆMÞù–ø-±mßÂa¯H`‰€4 õO£ó7Æê-v¤]õM7¾È‘™¾`’¢€_²2 {{°L†öv?.q‰Zãýs­É!9Àrdöž‰Ðô÷:§ÿÐFÁ6W¹½@¨=0Ú ø`™Éø`c1Ž,t̾…‚òªpåûãÐÊb}vpÿØéäKø†-¾40‹É þä‚ÇyuWw0eš~Ü{£ú|UBÌ· ´¿X5=ܘlxä7=± ÔÝ^îm¾ë³+¬ÃÜ2ç 1Ù7C­XžÛ©½í•´< ÎÃòjhšc²î¡e¸ñÉþ2›± øD@KmëÐ#`í9¶ '¢ß-l™° ^y{jHKª]ŸÂæú¥¨T»ìÒ4ådOsÚ·ZZãõ•jáR7üÝ*ç7“ å¹’ÕòÊØÙúÜ+Åfùå¤ÊÕiÈ[€âì#m±€î.6u6ÝÓ²jo16=8Kß–“*B;¹Fð©Ë#˜D]ø±¥·«¡#£çÐú›º†ŸM`2.Ï’Koëðñb6â^{þû“£mUÙ†±)SÄòóì’w_’²Þ~N}ö*ùÙw˜ä×§¸%)¿ŽÂk/Áó’O³+ãOO²þ —>úqðÓ.á;<á‡qtÚE=§ôŽWnnK„¥Ýùz”tëo«óƒ…ÅôÏFç´¼töäþ®¡¦þ¾6Ž(qLŠRŸ6õ5-›€Øéì©}ddç_m{yº¿áÑ×2T©•I\¹æý5‰·~žÁåÜ Ëy¾qpìî|kbx®æÝ,)öîwrúŸ!€£°%q?M`³cMDüßnõo;¾í@(ÚV€3”¬÷—§Ðɸ$-ïFñÙÅð÷çdäôëJRáƒÑö”]5ºÌ7K^”–Rt{s¬-wKÁ›ûa¹ëø2`ÿ²6§(5[rjSH†Éwöƒ§‘ÉàS®1O¾ïå¹F_„uÑó{LÊž…Š4|g‘I jÈP5§äƦža†Uë:ê7'š^ë˜É6ƪîGTÀû±S­ïJÚ6¼<´àA9¢Ì>Øúr¹§ùñæ$y[‰©ÜÓѱm,î¿78CA%,m[ƒ);Z¦?ZiÌ¿tÞ?ÿ³‹Åù`gR] ƧÎÀ¿Ö8ƒa¶êo'‹û7»óH‡¯]½ð 4Ü[Ǭ‰Ú^lL´¼ú°Œo¶HÈySäêÝ>-0ˬ÷Na3ƒµ7m½¥8úJ/mŠá žqR–©ýÒ=„z»­æ œc &^Þ9KgÁy/÷¼®=-¢#·ìØô W°<‰xo!¶ \`]ºÇö­]¢#›wd¦ Cºö¬-€96Õ°<%§üZ`†Rº2˱¶¿6²ª¯¬ ¶=ÛaÒ<#m¯¼‚ ëäò JÈø¬|KÑo(¹jï+¼´>^Öâ+C 4{ òÒ@óg ›p|µOŽÉñˆÚ_ÛÀ×'‰ÑÚª=#³oæs7æIA5Ññ¨A9¥aCNo\œd—¨GH‰Ú^øs×8¥È,"gÏs!w¤¸–본öG:䥳•ì"^Yà»jzËÍ)DÕ9¯îú8©ü=ÿÅÉ©öô3Ñ}sHP)k2r…WÁ®(„$õ:¡’yFM¯Œ‰ö\óL5>µ‰ko»$ўƠ7ÛJBÍêÜC7ÜÕÈ•]ðË1uÛÊæøUQÅ_¦Ž‚ßÄ„ï›ONÀR²÷5ÄX'É¥-ùñ?=»tæDWí» [3ÐTkGÁu ;õw9üéIJÞ__ô‚ÞV1›o-õÓRÞ?ý’Qþü掉ûÇM£yǫڻ -Îki?wÔÜýÒ((Ñ‚ÀYOSòb¾ùl&#?šˆ­Gzbƒo¶åÝ<î'Vá½oùù÷¾p -ËÎ0JŸ6½½öÝ)÷垉 -‰¨XíkbÈ{7óÂèÍ×Ôü»_Ìà~óŒV=%”<úUÉÊý›7ôi…7ðÑI!ìa%4c±¯úÖ4.ó´GŠÌF–¾=ŸýèÒ×n1¨tGÞüÖ+®¸å¯º¿>Vrk éÁw¼âßiYI…±5¨‚˜SˆôÇ¿;ê?™ÙŒÏV.ÿ£…ÍÜ3‘ a=¼dKÕûß 2õ£›ÊÁU¿zÎy|3¨Âã>:{UÜ=êÿ ÿõ1?X Uë“Å·¶tèæöŒ{“¸‚SôõñÖ8ß ,-¢E—yÿX°5~%*+¨f´xôÛ(ö]HÅnÛVqè{ÐS«°ì†œZø‡¸=ý”«·ñ©ONzêï;b´ä†#üÁB´ÑÈ»&zužRnŸ"æ­«xä mo§]*y5½ü=ŸQàŠväÈÜC#®&¬…eï¨Qù;ZÊpðrèî¹èÜPãÛï'ÚÞŸRã“qtçÝÚÓ³É^ åG$îèˆõa=¶ü“‚øä `w,¤6¯–µÔ]uÇ'm-ˆè±U–ГŠÙV³àz|Stî<À7M»jkШî9xjÄ¢h¨%€‘<Ðx÷ <}C…)Ž,‘ ÞjãÒüÕb{ÌÚ«&¨ìïŒÎÍØœ&万0I&ý>Ø’þ“‘uÁ>ÜöxÞ ®=ü­Ê3E,uã3Öäį–rÏ3ë×ä´êÝ%ñƒ•Û±·Hû5ˆl@3´x•̦ŽÒ´g¦!Üs¸ÜU%¹bSE­Ú3Gûý ó7Öð+)õ€¨Ù”RJ6çHÅžqLšqùz–ÛtCÁ®½¢rÌÂêÛs„Œ ZÑ_KBèK×(!Ç)¡,Žpò #œ\ç1ûÀHAt0èrtΊž¾9‡-ö+¨ å×s±ÀûY›Ÿù'›_}\Æ·:‡jnÙ{«¯yÄ-/¤„¼‹’öÌ3zfÕUï<¹V&D¼€2SñÊßP¥ÖÁÆÛ־懮‘¶W+"lº}“P“êÂFróê<= GUt1¹Ñšó,we¢æ¾ ðÿ5)øÍºŒPdgÉx§“„Š;AªÊ-¬øÓÝSzÅÈÈøEÏÌþÍÔQcë©}º9‹.uËð^xþŸÂæ¤+@Ž*;ìnuü<¤BùU˜ÏL{ú.À1;6.Û4ÉnÍ{rª2þîŰùŸ VÏ¿ÝxÌ¿—á•@ÎM²õ^[î)¿kEç½¼÷m]âƒóÛ‹„ŽÏœÑ#ëŸoL²ug^T¡âO훩ÈЗꚥV."c}*ZC46ûç‰ÅÀÞ?ê)¹ôŠšUu×7ƒ/[ž&—àJ/*9µöôTh´×Ýæ,$!0ÊÞ˜Ão¨¿®»Ógèv*¹Fq?Ø6=!ôÌ ±×gˆ…KÜB —Ö>ðM×? ÉÚSVféÕcÔª¿ºÛÒ~Yî=]ƒ¿s4Þw—ÜÙ[ç„ tÔŠœÑè˜& ÊÖ ÔªzLɦ‘åo~CSö ˆÒ€Yè–!’]2t¦”WùX‚Í<¿¯¡4lÉ)µ[JrmÄD\L-òhöj­¦£1ö`™A:vsÇn6ÿ8:{OGª÷«ðE›søü )¥tSÁ-Á_zĤ\߬jîøWåwWÇëŸjxù笃µO¶´”ÆvÕ%·öÑÎ" ±·DGmk©à}#²ô7¤âÈÚ˜îU6ÇE?Ʀ¿Ç$"ÛÆá ‡6:5²H‚ÚH°BëS·¥Eæï-áë~Æ­H ¯}3ˆÔ-5"Ç-nzfC^y„²]@ïèðhî@´çªÇpϱ›7äLЦ‚Þ´&£ÔúÕðž‰ÜúÑÎbî˜9Ô5Zê꛹¬èùÉ ‘KYQ‘«}JL¾o¶=9¬A†õ‚±üxIÐú<¨ä"7d´*Ÿ¶.%滦qK"bª}’Z0èN)©X߃x¹&ë&¯Í÷3¼rÀB”÷:eu“]“}3‹¼ èï Ð¥FBK´Ö'¤%ÔîY˜dŸž…°L³*<óÔŠž -ÞÒÓ zfå¥ /ùæÑe9ºp[G¨ñ©p¥k2l¾mœ±¦b€>oÇÖ9í«çU?D{û®ðƒKËÓ½‹”ßd#ãúîº'ÏÑ3pûÀ)‰(ÛÒ¶ˆâ Wï™ì[E}°izû[m¤èo{pÈq+’š‡jFö¯3¨¤Ó3¨´óa`?Ø ZWÐêÖç¹ÈU9îr‰_Énݘ¥×¬N²lCÈXÛ0ìÕú,±dy‚V°4J)òÌÐ@‘%àM¾6ƒ+Èi @ŽiÚ^ì௩Ùí«Á!ï%Ä}ÍæIÕ2Þ^™a7˜;Ûã7Åèœm%±>¤¡·-Mó„è² ìúôŸ,¸ï¡Ð6\{g¡#íw×hÉ퀊Xµ®æã6u¬à¢€02à>5ä_`"ü:f»WE© ªQ¹¾9PœWËò›(-‹Ó¸z{ÖEtÎóo¶çéMa5TÒ›¶”¶€žZ×КÖTLPHÏçE–ùÛÈ-ähÏ=¹yÏH…î/2к!ÇåÙGà±ëÓ´šulèÝ2vÔÞµöÕ<Xû‘g¼þ¹WÍÜÒ“Í£mÉæ!ðû½%:¤!ÔÚFžX‡sn.Õ¼>²6¥ïZˆ-³phUÝße1j“äòcW÷Üw‡äÐF#† Ðܰ¾%%¢Gï›ñõ¡Æ> ~èCfZà=#º,¬ÃUìÿoM º* À–:F¡±!-¥eÇ!ÜÔsh^ 1 „‡VAÿß@ükÐÑ^%y^ ¹n]Îm ™„ƒK’¶Ý`Mœö(°ö©°ÕA-ä×ððZAÛS“ž¼­ëä¯Éè5ž)JþúµÂ3GªX™gBVT]ÌUm¯À5ÇnTw‘ó’›l¬k]ÉûUáÇ—‡4”Ö]3›vhïÚ³qáh“§Kºëà -ƒF -8laK4¤[KoéÈ- “â×3`2Zå¥e1¢À¯ç7„Ò-€üjBí¦_¹© ‚·-]#¡åžÉ Yе®¥5G,]Ã{v^oØ‚‡øõ„zóþEŒOvFg®± {:§>yzTÝãGN¾hßÂíÚ‹ÎYäsmN¥c’Sµ6LJnë…}B©w‘µ: I°´&,÷·=_™€%î˜xì –OÛ]êˆ,ë<ª¾¯œÛTñP.)«FÙÑþÀØ {æcÞ{Œ–ME73 ì›8¤m$3¨%UGç¥iûÁqjjÉõOf>ÛØ=0ôOøôã6YÎ,íl]ad:§xõÆnZšg˜ZÖòp®JÉŒ íŽºþÒ>A®XWðQÆAT¬u ûÞ3¬’Øxlåð¶ŒlbÐÀB»f°¹Îit²ñ!C'7 ïdú”À¶­£aöìtfÀDh^”`Se­1rvk¬SÊo5Ð27æh•{f*lËÈ"n.°Úƒ&:ìï5¾äÀÉíÚ2Ñ¡‘ÅΞÈâ€ìc´žxYP€“×¥M±ž‰æ'.@[m*¹“˜\4Iª8·"xà÷X[ì†o=Ñw×Þ4ƳˆŽÔâóÚ,¥Ú=IªñΣÀÑÚóN2âÐÎæmêØ¨5%ðs!Ó¯­kûÝJ>r]Ã'ø4lÒ…Fü jeºíݺ •TS@a=Pa‹×¦[bí÷~[Óøvu²àÆúLóëm5À‘€ÖÚâuÀÄg†–ú&ü:9ä0@—8Äø´Õb鎙×q`í™õ™:ú ¥7ùà”_×dÐÖb‡ °Ä£{—˜‡ŒT´©eÁ6 x¬ˆU8¶¡tÕ,½Òü=dâÒVÕ\´]Þ‰²ÍuB=2>Ä6!â;ä““K3"®m® êì|m»)CDŒ4ø¶™Ç -Ù¸­EeßÓ« »Ø¼­e^Ƕ«s<¼Ò5·³"ßu°¸#¶ª"UÚ¦ ù¶i^‹\HL〲ÏÚ®*bår·–ø5%¹~ËDEùMLôÚ¹Îg¢µo™yË’–8ûDSLа·ŠT·e``öÜîOŠh¿€ ñiðˆµ_랣·¹¦ñÀõÐC‹\ö®•Ó±oï /w¯ëéí+*\ᦞÔXbá×Õøb¯¢åÍa´þÜÚ¯:² 謽3k -V‹MBÎrNó›´£¼">¨ü´©•³gâ1":  6EÏì¾ÙR!‹B†žn„QAkM;_ýüâ7;r2úÀ>lÛ±ô˼:É1K-±ˆyÆ~fºy‚_ÃÿÒÙysSJ£îš…ƒ‘EiÈûÑï„×ç™ Î A­EÜQ¥$¥º¬É`™› -båæ<½Ñ¯áâ¼zûì É"í†Ø¤ä¼MEÆ3ßÏZQw3=rvËâ0,É=ImZ™ëçXçfÄšQJ×Ý‘³1ًْõÓ}³#ü5E/Ý5‹ÈÝPÔ¼Þ_ƃöL4ÄßÖ¡… ŽÑ¶6MÌ_—RÊ·¨Í»FRcXOhðªi Û49EÎo*»(1!ÃÒU}[Ii .0‘! ÒÓ!^ ­Ù1MÈ]Ø<¬¢ýñ¬,jÄB†m.`Ëüz:<¤ïê\“uàÕ=¬´ù®ÓTw뺦OÔ …~% b†Æ:jîø˜ò°‘IX›ÁW©¹u×­C-OlÃ{Çà–™Mö-p^½Ñ«Ä¯ÊÚߢ=‡,¼Ž…!h‚¦·¢èe/MŽQ—gx ž¨­¯íóÛ=òþª|t@ÙÉÌfT—ÿî˜áᶉ- æïzº»žÎÉ…El¶Ü9G«ÞZâQ÷$XÄŠ­]Õ -YvåHßÚ¨ÔošuÎôɇjÆ;ÒÇùýï†z«UÜ#û½,¤ï‹Xz'w¬]£;^¯×D…nY阈C8µãì7ì®õêÃeMÞžµ:,òšX»‚Ù¨¥¦éFÈïmØŒàÃ>¹¡c@2.2¼,èßsõiÂÎîy¿¹Kä5ñx®t]K‡ûÌÝaÀ¯ÃÿËLBÀ€­ /"Kw­ô®]8µmëW8gpy«ó¤æˆµ{*bã÷îX™”5¥vy“¶¢#6F\Âá:£'`¦áƒ‹<掫C´»Ìïܱã[vmTŒßÐ#4Áô£RŒr@ïeM8­ý£Ð• uq˜©ì <1ôòR\cýM®ÉiqjZ ê(–ñÐ/uüö´ÃåžÙ«Pä7r‰f)µ@+açiÆEȹ¡©V¿?©¯}]E'úfz;vôÂÎm ¶:Ïm°‰{jT‘Ü9îP†”;’#@Ñn¡ËŠ¿š$7?ÝÖ ˆ¶tCÝÈì²TÕŠF¡ó£Õš±áfËÌDÇ\ÿXÓtçp¾zh¹8¥Ÿ2N*ÇäÃJ†„#­1%YøfÂMBìNo%íéz4U.˜ªÑ÷Ö®Mñ`Ÿl,æ¿\lAtVHÄÖ%2Š»k4=âÊ…^I½a ³`EN¯rÍ¢R7„ªžÇò~m‘ -Û´7 -:þ¾eˆV,ç·¦8Ç)àUYjEÁEyøÌ}[—ä³§[øbk^rèäôF÷hÓÐÓ¹8N/› Šð˜«ºá¾·²—2vuûÔ °YDË7öãÓWÆ©e^€uÕèCë0!Ó6ŠÊõLâK¶|–w‡_UrZ]³]í‹‚z×£fCË…o¨©€ÖÏñÈh審îf¹d -5Ñ%*R ö–ëEƒ`åÐPƒR$¥+†æ²%½—0òNØÎy`h_UöP¼zjÝÈ#­ »¡£6…Ì4DÐ>#½}𚎇Yš]˜V‰L³²Qµh¤q¨K”ÌçJâhÄáû˜–þó0ÿrMzõl5âå„°³Þ=ËoõjyèMáY Õí8y}ÑÞWûNáì¶A÷/²ñ–ž^›NHÖÏ  çE}ÕʱÁZh Ñ¡ Û•Ã]:ÑD?*Ak‡'xZQÆ,å!mó„JË$*Ý¿À'n/ ÎnYG—vݽªˆ½K¼çà÷¯pרÌXÃÿòòÆ?¬ðÇv,VÈʦ­z»Š¡U7-Ý1ßI°):)¦)j±{AÀÜq0X è -×®Ô· ì [•¡¥N¡KÇEØúX†ùy±lx‰-.Ãú؆‚.Êìk!jøþ~"y‚&+¤Í$âàý7À•¤«äzγ>âDvu0WÙÓ•»4Æ+Z›ëDÍ£†Uýèä²jD0?9Ü&Ë "±Ýß·ÜÊ¥L=Q¤ïE£ªkªQ'(ÑOC¤²ŠQº:ƒEP¾©,B_ªÎ„]„TrζW0”PºÓ‚ú‘ÉðRï˜GÑE1ˆY…jÑxzh®]4¬CQ¦,C>ë i2úöSMÂN>­)"ž¯-"þþ.þݽûE_Ä\Nù2çEÝÐHì[W³Ð7ñ)pÅ»Kˆ²°Sm§×NwäÑg“úÈ“±ŒÑWÒai½´w ×(îƒxäâþåù©>ùèh“„ÝýFŒïz(hCܧ$ü A@ß»E“lŸª¿sk©W|àì4…¼.mxT¶çï-wŠ<†ÇÂä4s¦¿¯hœÏO˜à æ$ -á²LÌw*Fæ‰ÞÆ1NG<¥¡ážðLßÓWÐ!ý9Ç丧¨Þù>†SÂ(Z›¦”.Cã]ã\°~jš·0= _˜Ï ufÍö²ãdÃ#Åc½²²¾>K# -¾‡Ños ýiBþ\+zUS„»V”¿–™Òv®4q¡® õÅ{%ëÌ5΋¹NM/wà¶ ¡Î=‹Ê¶ÊPýœˆ<76éá©*9”™<e:ŸG’Ça°Ú{ ö™KÕ]§ósè_çæS¿þëf‰[×Þ~[V„ý…ÜF»9Hã%ªÅ} »¢Ÿº¢é¢ú8´µy\•KA©2ÊÅü™™9êÈÈDy÷DN¯¼JÀšIbàDo˜ØžTl+ùm}QÛݶrÒƒª<ÌÝ‚ÌÖK¹å°àš?ÇøŒØqngåt×A?=9´öM.Ùµs;>¬òÇö],ÎŽ»O¾íPùÍãnCŸÀ¬LbÄ}âò!VÏÛéÁñÆé1)Z$èK›t½WŒud+Fé™vy)bëWïÛ…âu}'_=;×+70{E«Lžp½E4>mj‘\€µŠ/Bš†~-ÈD—œØúC~6ûtA¹øûÛ/¡'þ¸ž÷å˵'K³§XHö_3=ÝÙViÊ¡”HdêÙ‰éÅ~¡hF®RûEDöVg¾‹l›½‚ƒÌÞÀ·Ï]CµŒ]h¬¾RQÖó{eéÐ/¥ý'oÅTž¸v=ïDò{Ò×­Õå¾®åFëüœÈ¯ïëwÌñZ–g: †Y1w|jKtW#˜+±0’ûQ]›òBnqçÅeC?WTMüXX<ômÌKèÞÈ;óõÅã7„—ïÕžøáôÃ/ž7ž,/åþŠi¹:ÓÝŸîVóЫzN)é¨÷L•õðtùLº&OZxDãmfÓ˜ëi|ž½€Ež{CÇM½feÏQPñåâê÷7.Ç~ùøJÜ‰ÌØŠ˲Q7p äyÏ<Ò9'ŸÜÐvó|J*lì›ò'¬*¹B:4lF÷ [Ú{¬-}ƒ~BÿÀ®“§ÉäÓdq\’*GÐÅÔ”Ò¿«ÊCýPSˆ9Ÿ•Ò~òÁí¤ŸòŠo ’D9CxÚ_\åE "áç(,]5«ipC#F·ßZ¦šžÔ6]®MÜ@íÏ뚦ÏÅ<©ýòáòo Ê?æU ¼÷¨öÄïÓN\¸œsâeù‹‹wN<}…þ…T=]$å“«¦ÞA—† 3Ìs&'Œ=#+8 -ßB¨¯Æ¿'~÷ðQÝ·I‰¨ïK*$§2 ‡¿~ýŽüÅÍûu'^Ä㾈Ma~qñfý‰1˜…•Ê@-ó—(XɉP\2ÓÓ•±4NË5“2´ãÃðþA ‚Õ½RNä[ß·aT7Š«ºÎ×€§/6€¿½OÂ}uÿ^ÉÎǸ}3÷Äãçg.—øöÛ'nÜHÿ¢¶iâ»tú©›÷j~ÌÈÄþ)ê­ñ. {ö#!›bŸå7ëgæä3êáé©ÅÁ‘Ù' -r¨†³ßD°ÞÊ­—ü˜”Mü29‹ôՋĶW•œøþì³·oœx•D>qëYë‰ 7rO¤§Â¿¥á%%=Ó•†ÉÞÝ('W51ŽKÔxÞ€¹š ðe¶Ó½O[HÖ[Õpýo)…_½x 9‘˜Bø2#‡÷Õëdò‰+1u'ίuþ¯âžÁNÜ}Žùâî ø×U5üsCÝóEZ±º¢èc­ª†û,ŠA®l¢»rH4VJì³dUbì—JZM?4©L*ìÿæþÿçè«ß]×¶gÖÞ«cº;œpÆqlÇîî•’N±»;PD@D»1•²gÖ¬Yk¿ïûýßãþÉãPžû¾®3à~®3„séúð¥g¯¡—‚"ù—ß².=tÇ\zæI¸ä[{Ù'ºþ»·¥?øF”ÿ†zµ§®#~YÕÖ¸2Y[¦ï*¯-mùÀçú–Vé‚qtÓˤ¼þŸ|"øßG¤´þ—Úòý+÷‚Kj¾ åÿ;4¹îò•GI—~þÝ÷ÒÃy—^ù“/Ýxºìû‰v…B•„KúŒm+r±ju¢£eFÞT:*ìÇUÖkâùÛn)Ûô„“P$Óc(J~==«ã‡à¨Êb“[¿÷ùD¾|ë~Ì¥·žK/ß^ºõ þ²oö;µïy‡óJÕ@ôÙQò±â®úÔÎvQVuËt¥n3 xαàÁ[oƒè?¾ $_ŽH¨û.:±î_ÞA%ÿºý<ãò‡Òåpàw>¡œK÷ÝÀ—ÜCé—c -'~H†kþ ðæ:Ûå õHaÓÔ1lYê4È•’¡–¾e·e'‹P¹äƒcè_ÀÑÒ› ¶ß>ø¡¿¿ÿtùÉ;Ä¥žÈK/<—<‚éß{D–}Òó}2L~Çžy_Ý4—ÙשÃ*GF«fDµ…«r>D?Ȉ¬+õ¨)|¬h˜Nâ4¯§àø[Òò‡ÿ‹«øè¹ï‚"*/ôg\zùyéù(€uÔKž1u—žúп»í†þ×Koêw‘邟º‡ÙˆÁWu‚ô5UUéúxIœYÆÍÖ -Z ]uCñM&PUób6™gòDQžAH³òГWãRZÿõú#þÒ{úwƒY—¯Þ޹ôÇõàËIÕ?G’¥Sžê%ÝÔUe=C4Ð ë÷ôÏ’ªÚòØõ«±þŒg^t72µú— 8Ö>ÑôßtK»üÓ•—žyÀz+ý.%§ú:®óÓ@ëX‘ft€¹¦¨#Ì -9‰¦av’FXž624„iéÆòµ1ÔÒ‘×8²ø~nòq@b ÀEEß½|Ÿr)%³öÇ$ÐÀ/!)Í?x„0~ -‰á_‡ÁŸ1i=îÃ-•~3C¥±+f–’1OÔdU(Ù@Eì@OKbÛ€]Þ6“EåMxQ8 -Sý:6|Ó+’ý‹»êßÁÑŒï#“+¿Ëª¸–‰ìxCÜGSdÏxí§¶*uš´CŒÛRÕsÍŠâ„)aq¨FÜ„ïné·uÈŠš{4ȲzM’(|žÖø»wTù益Ý}°@=@/?x•yÉ+„zÙ+ªâÒ½wÈK·Žòˆª»‘§ù1§Hþ’]®J• O6¬+ÛgFJ"´ƒØqEîð°”\×mÈ/ï[‚’»÷r¼•÷ÅM0Jz%!»é§[O³.Ý{–{éÕì¥Gn…—n?L¹äH¼ŸRÿ}fvó¯Õ,¡Ÿº·5wUÊÏßPr¡Òªïø`/v w]V9ê[Ö²’Ålµdà*VBòIÒ·Y°ŽûPLßÝ"²øIl~çÝWþ¸Ÿ|Bñ—£Ók~ˆÌi¹WØøÃyñë&cúú5d£´ »¦*GîÍTñm‹ }Fy+S(RÕµÍqË;¦@Ü -I›3àÎ)ú@` ºå"ûÝ’òŸÅç”=OÎ-Šç+ÐeÊ`bÙ¸uýpˆx¤§P%îÆÄ„5UKå’„“¾*c¤ÏÒŒ"~– ¥.¶§s0§³o¬ ¢^èO/¼Áóå^©°ÞGA‰M7^p~¾ÿvùcõ‡ˆìÖk ÞëÙÃcÇô:³Døº¸LžÑ%4•ê&†9‹bfò’î·­ XµÕsòVžX<ÖÔ>¬çÖöaìzS¾l-F5=Í'NÞN)øé…êò¯×c/=| °ñö!šÒìÓÜЮl‚¨XxóDM#m5 ÅÔÞiaK»*·¦Y™È¯‘Q™¢7xŠð- 7ø$&«òàhê­ÄŒš'Pt÷»Jþh‚²c’3=*ÜÐôôþ›lêÅx+›@ϧŠ|Œ’ê騀ÒÑÞ—Ìe”=£ãÊîTÔ/ds´> TÇãøDÔo\ã½úÐ3Ið˜B ª©¦¶K`òþ.°YÁ; L¸ËHËß›$§®KhñRz¢®‡ê¯¨Í–J„üÑ0©¿g0»§s4·½MžSY%ö§²{ßàÉÍ/I”®×TFom]GDsgGpkW_ôP‡ªˆ™æñ^ξ¶žu8ͧm«I髊Rܬ¢·S+í›Ô‰Äý„¶¶ÆÐÊòÎ÷d¶ÜNV¾ŽÍn»[þ}lfã/¾%?øÇPþ‘Qó]xvÑ Æ+)(Áu4CëÙÕ5MSK'MÃ5è}·5Im)ƒé -μº…9Ô[ßÞÞ×(˜§•µ›AÔr½?§y_ÄT½ H*»zûiòåÏ2.y.Š)ù5\óp«æˆ':úÀ BvÒ‚ë·%gå™%üÂue=yJR[0ÔÁóíëÃÛ»U¶Ž‰¬ö~9¬¹gÜÐ<Y×.Šçµê’ÑŒ!?¾æ9™ÓãQÑ¡w ³FFzó•Òn윢•âœ-§Ÿ¯•–þ¹YÑtºZY7#æ¦+%}\©LÜ •ðDý]9Ãímñƒ-±½Ý] =ýRh@‚îîA::¤Ù]Cf="¶–x/JK³×”µ¤õÉZʦ²Š mÃ{oNpໆþŽ©®rIÝTª•4¢F»Ù‘ÝUð‡uäW­} ^£4²˜1øU*ÏÈ#´DaÝ¡ŒE£AVÞ& ¯n mMh&Çצ;»öŒÌÎ$6ƪ¥¢œó çR»fÓÔ9¢–´ Eý%}ƒCЖ.qfSß4¶¢EŸÂª×Ec\M/h¾™Yê– -­úˆçÖµ {Ȫ‰vÆÔ0-~¶%ÛGÎùôls‚ž=5ÄÌž­ÁÍH[KŒ¢˜FÐZ ¶£T‚¶ÂáÆúÀÁ¦Á¤þfiNw“4¸S‚ïAêz»Á‹CíèmQήn®uM54hKÑ+ÃŒäu!«Ð©­¬Ø×•ÇJsuÃÕ9ãí¼Xi +B!‘4 †Fн] ÂÖº(åP]Žf´ §uà—½5›ºFΖ¦ž¹««e9§k*窫ڒ셞ܗsíàÛcŒ”%!3nYR o$FJ3õôù‰®^\ iÆ<Ôa‹š‰¯&úÒ'E]“„Ÿ1-¢G™Ç[*÷ÕN]M鑾$Ã6‰ -Ú+^ÂVÆùð }¯l]Û+ž—Õ¢ò,Í0?]1Ð;ÜÙ›ÕÓ0W_.ô¥ÓnœR¹5ô†ÁjzVZÑ\Ý8œÔÜÖÓßÓ‘2/4îë'vUu•›c¬üccCãÙlËÈE&Àþ$6iªôVÕžÿBÙEðQúÉ‚%©¨Õ¦^-¦±ÏˆgWöú áä+p0ö -“Ìy\ßPã5Ô7Q„¬Yq/w}”ŸmÓ0 -lj&äÄXV²Úý¤®Š~ kŽ»£„¾›’V61¡ØÐØ›Sceìõ™Ö®ù‰ê"í7a¼‡*mgL 𣠲:„y®¶Ô2ÇÅ:–«›O̵=g«eüãi -ètކ<žcÛô´ü =mIßÚbTôÔ-)Û*ì3õMû†Æú]]ת¯,ÙÕ󓬼u%;wEQO\V÷ô¬hx–© -†EÇg­³³vÔèö$9kc´(hU€üà2°IŸW›eßµëØ°5¯pNH 7!C6U¬Âyeàô¢¡^€F%èTŽ–§©ô`¸:Û¤ja,©+±«Ê -Ôþ\]ýÉjýО^°«¦¤.–ñO×ÛLG«ízÇBM›YU†S VæªK3f>4wó'%­XépdT*®êÉK‡c ±P@Tˆë@† f’e¡¦Þ9[Yc¦ê“ïMµç†­ -aåü¬‡Sä¨ QyKÂÍ_Â2µä<Ÿm+|µ).Ï7ÕãC¥¹CÜ"yGóñTKÿÙ4Ÿi•"ƒ6÷ !ÄÃ"ÃGìMP“VÅäd;ýÅJ2áë {¨Á'Ø')©¶IJú¡‘Y´«cA×”eð]ÓEîã¨s®Œô~ζ¼8lo’ç40ò:V¡ËÈAšÇhIeúl†Où<Ë%žÍðû“Ôœå!bèB1`q˜aì. \3³Ö$ÔÔ519z_Å,¸˜!mÇoŒG¬k¿2Xì½<@ \rÓW‡Jâ*rÖáÅ=4Z6ìÈÈ€ÚT”‹\Ó<—¡”d™ä£6Ä|𢀖¸0HÍY!EÌô ¼fzðsz伬‰8%lÁ˜«Ò–DœäÝÉîmes½UÍ,Ú~ZïO}n—Ò Õ¥§ó ÝçsMƒ§s¦tØÄX ]UFv«+]SU»“%u%=oIÙÌšSt”iEµE ÉwMZްNTïÊéMyqš]C;uTKWŠžoàt® -èu.l}”ajMµ#AÄÍ’ F.~’ƒ^èCxÍvz-𪜳¼’mÀ7#¤¸µÁ¢P§† ¾ÈïpÐ lðö8>üx–Kþ¼Â娱qÆ–Ô§k3 F‘Ÿ*Ræ_ËlŠ}±”9/cgÎ -¹™g«µý»2\ÔjWá›…&ð mUæÓ•.è;§’’yl,%lÈEMÖÃ5 .kOͯ#<ûrÝf;3ž®ôd½ø{ŽŽþÏrYÍ_‹åM‡&ZÑñŸw¾Öª9™¯nÙ…}ZlI}2Û’ñÔ(hY }H_S øÉ†˜³4Pk•’¢w…E>‹Íi·WÛ²î¯tæ»­ÙQâ”åñ¿oŽ "m“<ìj%Þ*.‰[ïGy[G‹CÄXç1Æ<€ô˜¬J½1HŠþí@FÏþSqéh9‡:êH[ų««Ë÷Texó(1Ú"É󵩱ޙR꩜j–àöEاšV¸-B}škÎ}>Ó”þÜ>ŽvL}:RS2¿!-bÜÞ%ɦã 6¤Ä¤Cy6ÇÂ((™{R|¤KYýmŽVômµ´Xã¬ýÉj†kª¾Þ®+Å9T°E†µÊñÑ–ñâh»š”¼¯ÀÇZdذu!âãÙ,§äÐ@ê°iŽIDÂÑE´¼8Ò®$§|™¯ª=_ª¨3b¶Ä„8§¦œ ô-þ@Bˆ¶K°Ñv6fC€òÙáB÷䴻Рr©ˆ‰Í2‹>™…Ç“„„ÕŽÔWÛ9׺2_­dºý³Á«ü¼Èf[Æñqæ¡â$—†Žrð™gsÅÙ§3X°UIµiHé3W>/–óä¤äž¼€¹ž¬P‡š?›åóÏg¨èý1XøÞÄgq¶«áOkZÿ2×/UÖØf˹6#¯Ä®)É;™f :Ì®eã-J&ľX]ç\ªmÝR\ÌÂF|Ü„¼ß@?ì^ÌÑQÇ~Ûæ×Ù¤Hÿ=Iqèl7£¾(ð·qvö‡Ãq>Ì>ÆLsN02WzQïÖú ¯70÷ía¬ïÖ-a¦å±Ðùè’Uà¾h«¨Ÿ,>˜@j£o+"Ÿ©M¾¿7BH²+xE»RlÐöØ}[÷Ö5Qz¬ºÈD†¬ôú/tçë„ô<Ö±àÇzvÑö(ÌÇÜ—xws0ýÙžêgW”$º4Ôl‡»+.ò³Op ÇÃXÄøPóÊЋO )OgZ³/õºÍvCÞtbC®íp¡"|ØlMòíqjèo#„à_%äÐß§kRï뫯­"CÕíà>lô­#f—Ñ3­"LèÖ`¶û\Süs]EÔ-SMÜÕù朧6#gSXœ²¼gë:Ô>Aˆµ £|­CEÞÛBtˆ¨4ñ^7Öÿ7s?"þëTMÍ©†YêÌ|3Õqw±3ä®Kñ9Õ“5ä<§‚œ}1Ãá@]NØW”¿Nñ(_æX§‘ ÿïŒÞIRܱ¾${mú~¹úÆ"dCí2VÁ± -Ÿ`ƒúì -=çZÒ›{ ßý’åšbUdÜ[DúYÈÏSåLçDI’]Ž·CB,Â_«¾?yq汜´4Œ]FûîŒG:õ,¸CCÍßÎXéÍ}¾Ø•ûd¡ôì|EÜ–Âw$`¯Ý±Â€c9ûTKÉû:Eƒýg™M?ÖÁ+ýynÖqlÊùlU]AÏÛãÂ-Cpo«â¹/E‡œ8EG:t½¯ÀïHMHÖ,}k¨(Ü)Çůugynöƒ<F¡þ§:BþÖp¾ÿRwÞËŸs¨ç`Œ„t‡¹+ƒø›!^6%!áÐHÉqé© aØÇÓy2à=Æ—Å2žCÇÂlŽ ‚:²ÜÆá!NciÙÉ|yéçEþlš =[ªnr-´)>/7Kÿ×̯þlÂen‹!~ëC¬2l(ÀcÌÃ.eS -`† ãR“ ÔT𡆚s‘l‡îË`ÞSméwMÍyÖúÑÞûbV†e„µÖ|o—°³wDäÈ]°®Ã°w;#Ø€ùNøm5èÎZ/.àDÅÇmbƒœ -R¢K]’¶'Æ'}ÑàÒ¾è`Á§ZLô¦²Ü wªaÁŽ&©Ù;Ã@Ÿä»é«¢®>~¯â…ýv|q>^Çiúa>ƒÌ”ë'Jøëôeš”u¨- -ßÜ›Sn/Ö§ÝÜÀ.ôÓ¢æÛ¯÷„İÍALЖ°(rG„ ÞFû,µƒŸÍ·xZ…ôÄ¥ŒoüÓƒÈèßÔÜŒs϶@o¸¸]9>r¼&ëe?.êÚÙEλ1ݘvgº!ꊶ4ꊩ"ùÞÎäãÉ$>v ÐbZä/Æúôçg3täBèÍ09êW+áI~üýØ€_6zó=ìrRÚ.À©;#ÅaÛBBªUBÃȈéb¦ÿRæ‡k† -¿«+íÉ÷Zbâ‚‘»ÒCLÚì)ŠüÏB)ólŽ·iБ;R€o©ïÖz³Ï·‚íŠËŠÌýøˆ•ÎìÇ›ÙOw‡òß*㮌3B¯Zù­¹?.ñú¦åïšdåo>"½×`ïÍ}y¯­ÂÜ_LÀÑ á¾£œ¤«%ýØÄÁ:´tY÷šmŒ{´+¿?)xçR¢‚ÏgipmSÊ«éÎÜ௳‰žÔZö¡¶8~SþÒÜ•ôÐ*ÊyfÂeé[Á~~5däßË¥¥/²Kòâ¨Ý€“žcÞÿ°++ -.Í÷»‘ìy÷'eu†÷–8Ô?§iÐ]!ÔWÇŒ¼%#øÿ®ãEþ¾Þ ž“˜n»-õý¾,0HßÖJ«œŠ’´MIÆÀ¥3-ñ÷Ö2^œ-Qð ·9Jˆ¶©ø§®ºétº´ü–8´¯&Z±UÞêOu›kˆ½õŸõêÞÃéêŽ=%}l žÌòzb¾KKÈü2GŸˆëý9ïÛ³ž9¤‹™édž ÍBMwN’VºÒ;5¤›Šœr 'FïKá>–‘‚÷†ú¨ãÔ°_¶ÉI󯙆‚'†ZÐmèî\+ÌÍÜOðß$oCô7—»`î.h_\dÈ}9Ó{}º>îúú ø•CŽ‹8Wó13k½¿èÔ Çï‰ážûâ¼·N9$dS~?YžpMYšõÀ¦`‚WzaÖžÛÃïYQàÎäÝzôy"`¤ÞêÆ„ÿºÚ…ò·É˜™ûRJ‚yå­-O¹!/ þu³;ÿùbÞk•óõú²œ‘çv2ÁÙ¤ˆ€Ù¦Ä[šŠ°+ìð+úêÜg{cй©’³?FI<‘c\°m„w¦`æìLpÃ~Qý~0Ö$ßöÝo[ŒÖÕ$\ÛÅx¸+,t7TÆÞYnO{·#Ì÷YéÎ{¾Ð–ï}¦knµŠ›+fš~Æ´ÿR<ðLƒO>šD…m‚?̵çºuã¯v C¯­àŸ^äXM >MTùÞ!½¿ºÕw×1~q¿*)––öòßÊêTÏb•¡ƒGi‘¿“cÝ~¦D»ý(Ä„ü´Ý8…œ±2†D>þy¡ ô7 ÝOôÅ);ÂÌ׋­QwT¥Ÿ~$zþd¨½m‘R’¥¼¬{ºzèû3]5ïDÍ(°K!~æ endstream endobj 40 0 obj <>stream -®Ø;£TÏŸ¼¸«2nÜM!"Ä®(Ž75¤¿81P OL€þûnø¿+ØdùaÓÍ wĄ̊;.mIÖšúi¡-åEõÜ ý¶‡‹ü퓘ح1lt>îjE¦Ï¿^N²)гWúr^­ô‚_­û| EÛ&ŠüÆ¥[ÇQÁÚÊ„[ó©žÿ³Îd~^ Â~þp1§p¶1û©¾*åáù<‹xð™¾ä=ÎM¼v:Íeüµ\Zi“CBw†SŸX†ò}·Á>ŽqXä¡ñŸ56MÕ -Žbƒ}þ˜éCÅý¹Þ¢=™«j°)J26™OÔ¥¡´¾ùMSðúd–ãƒÞÿ6Ó:ѱá§:fkòñPKÎø=Ã9‰^Èxl¨ þµ ýê»~ŒÏoK‚â°frÒï2èÅæ0%jM€÷_껫«²Ÿ¨ÊÓï¨ùé×çë žm‰ÈšúüWúª´»69)qG@ -·ðŸ\˜P 6ý­"¸7À»of2ïìIŸ3NMÚ-ò_h»aªúUˉüe¦<ùð?a3H¿>BèÏSµ0 fAæ>È»¹æŒG#´ˆßk¡¾¿6€=¾—³®-ô >ˆË2žÈx×Ñþ3ÍyÏU¥ñ7çšSéë2ŽÐ¢ë„ÿ`¨ÂzIø™¯FXa7̽^{bLôÁ(!Î6FÏØãöeÁÜ€– ^$†ŽRSŸ˜»Q1G€—6÷x¬÷æ¾Ý.x¿/„~P—F_%úÿvÑok½`•¶ìÇløí„ï•™ÊèÛ)Üÿ‹žš{¬a¬ô`?+Áì¢&æJ;!ú@\¾/)ôžmJ{2×”ñr³ô8-åËleùþDIê¦ë·ÑOް¢ý죹nÛY/W»³ŸÏ·Ü­R&Ê:Î/24CŸ¯ô^èLjúB+ÒSÇI¿:[—ÿ|ª!çõTcÆcsÖ«9­Ð6^’¾Ú ~¹Ü™ç¾Ú õ_i/x³Ü–þÐ"¸˜Ÿ–å=UŸv¥ âu¤)%ª«r+¹ñ7ÿô¸÷ö0&hs°(`ðsÝ`÷vLÈõm>Á*#' SnTdx|× øAF‰ü]àÃb7$`CBͨE‡ÝegºýëÌH‡8””¬¹Î|¯ Nä=/öº†—rCË‹¿q¨Ægr@ÞW»J¢^ï©è–1zª¶4é–” -h|VðúêÈßU<ÿŸ­â¼Ð¿W™«œíÒ0¡+]ïVڳ߭µçyn÷D˜0Û˜öb©3åîÿl±.=´Ð•÷|q6]ßt6U[ó÷ -¿ìØ„K<€ÿ¶á»6 -÷u™8”ÏK C‡:xWŠ ±ÉaN%:Þ¦@Gž~ -pL7Þ÷WS+ÈûðN%=ë¢nt´<û$!æ¿Y‡LøJw®»¡6õÕnH© ý¼¼»šj„ÏÞ8¯pMˆû4Õ–ywˆúó 1øGMEÚÍåÔGó0-Zrq'鯱¾Œdj{£¯Øoª)ቪâÓõÙ†äsM™·ZÀÏ×…Ø}CÞëÕþ¢@s?üÝbSÆ¥úì‡;½} .ÜÔ–þDB úy©âccgëk2nL7ç>³Sï×AC®‡Ü]hƒx¯‰anʽQfêƒÍb¬¡)ÿ]"ðûv¤ï¿‡‰!?JÈa?*ÒïÌuq*QWjWd4Ø1 1öÅXÀ{ |g›Ó/¶¥ÞÛä¾°ÉÑ¡¦ÄÛòL¿ïµùÁÀsδdºmôú§;ó±¡<æfä#ðÜ×ûÁo[±¿’¢nïö#Vš@/v²_ÚÅ`/sWœç\Sø ]eämËE¦Õ1›íõ‡þøHE†9”¤Lç8:Ì1† -Þ¡?{•dlM¢®Ï¼ßŒI|<\÷Ä è -@ÛxÊÿLMÉvŽSrVºà2FÌï{c¤¤ <Õ}7U“ûx®즫L{¸Ø–ýêÐC!mº.ë1°ÖÏUt°e¾Ð”ýx¶>ñÆ\}ìUmyà¯3õñ77o³%ÁGU|ú©p}s¨(òXOÉp>jº1óº"öÙBàSº¾v·hGBIa$^ë/‰»gl„ø¯v¡ý¶(¯ùNˆ—ªäÑ„ -ú½üàÈÀ‚›‡QRv !>äÊJSÖk«æm‚y[ÄHÿxð•±Ê¼ˆ}°.$…ë*²i*ÒݧZsƒVû@^û£ ¿¯Ó„‚¿—™øQ|¨m’ 0ñVÄë.èÇùêäSUÉÏfëRžHs?þc¦aÖDˆp ?ùî–¿«¨$]d²œLS œzLÄ®ê¹'GM—€¿®U48õtÔÎ2Ø¥%çþ³Êcž#îMúíÉÁþ낤׫½YÏuTØÙTi‰]AN82ýð"‹E^wñͱžO8R1óm·9„ôZê*p[(zo#”|ĺ„·).Y섽›i?ßbm€¯·ŒáBÚsŸl÷Á¼ÎgëZ/¼õF?ÖW[p[[y{káe“’“Î4¼âM)YQ“vwe 8zKBOV—e\£Fþ6F‹º:Dòÿm”ì÷½šsm«j—sr'x)·.æíËY µ>bÐ.à=ß0Õy5ÝRøt{˜aˆn¶‡¨k$‡OV¡Vs>_d¸k8H‹blJ½eFû¯ ƒÖ{'#ÆË“ïˆYQ×:³^Û/>['Å[!Ïf:‘­ã„dË@®ÛbSÒ½ùúŒû+í9,£HïC= ÷uLÄ\{ÁK›’”rz‘“n,-9ÇEX‡³ß.6‡=[lI|¹/#Dï+h™“e…„„´+=ØØ¯3¥e§6v_ŠŽšª‹zilL÷™ë.|·<Œ ?4qYfqz¦öήÁgü¹Â$þcf³ÿYc1þ\"£Z\Æ\OÒCSkÄm "DY“î¯oI}o7”@]&ZÉÉý×"½ä|®²#p ?ë‰Ë€OÚ*òß&íË( Gz6|oŒãP”$ìIŒÂ=”„Ø5-gœ•µ!¤„©ùØíRä|sÁ“åÎÂçkƒà—†úțƊˆ[lÈÑ$½Ø -{kîDxžª¹H‡‚·7Š ²Šñ¡SéO7F`ž«`7‹¸8j_Å…èêrïj+2ïÏ5å¿Ùè‡Üć:FéY61!u®5çÍlSö§’œnSPÓ¶GpŸ6E˜ ©vÈ{]C¡ûRò㙎۔03:ñ^;Â*øê/ÃIͱ)Y3tf›A·†‰1v9;o­ö~©%÷éTMüíINèo=E~?©K“îÛÇiÙ[BJürúýé4è2Ðóê’Œ9:òP…¼e¤u”z åCf»ÉACĨ3u¨&¥|™¦AÎ Lø®¼)¿ÞzH 1;bZR7!þÚÅŒPë5Ñ2Räc‚¸Ÿh8¨@{›Úò^ˆH‘¿©éy{ä´MàvåøØ•~dðLìÃbÌË©¾øþ‘•¿ˆ;›‚ 94ò©y’SíÈp!;Ãwº÷×—óÏ2‡un¢;&pik¸çö8 ¶$d/õ¢Œu°·bFê‹Ü£™zˆ»SÍCø³%Bz9øÓ™JÞEVÑrøœsMDöùyw(óÝŸs„¬o«,ò|?ê#Àë‡JâóTïó|÷Ë<âÔ "7‡rÞnôä¹ê¹„ƒIZÆK~b•ã&i°%9Ç¥¥{Y­kLòPÕ„¿œm{tjƒN ø¬åÎ,·~Xì±–‰s©ÙH‡†·›x8môC6ôw97ýñ®Œ»>„ñ35d>™,O|¸ÔzèÉÌ#-#ß:NJ”W§=V5dz9Tl膴ÑWðÒTŸòHJ¹=ßœüü³‰:_d•ÌôÃCe¼Ì'{ãä¬UqÌö0$t£?Ûð AK½…oTU‰÷§Ûsýí¦'<*Íü°.eæ;´eÅv#g­æ#¥FÝ¥„Ür¨ñI‡:ôd–Y´§'¦íHég ¢ËH-:›fâ.Í3 ¡Ëƒø}gqÀ–¼$ÿó›º9\°Ü•tïÐDA:gKK—*êö§ØÄ59+ï`ü» ÃU¸€÷—ºŠÞo‘¾ómi÷÷D0¯!øG}u̵٦„[›ƒPÏc=ã0p1–qj‚]É.X,ò´þ{g$ßÃÔs]]û‡šŸè+däùt%÷"oLAKsÉééÖÁ⇔’~¬eÁ­2RÜ|äõLcÎÃ]1%eM@ˆÑ×dÞ^i/túëãr Ôg¦úa³åã”Ó²v„¸°>ø»Ói6fo²?†ð¶ˆ`m€Ö<Ö“O5 °CÁ«jÁ/§@”´Ç8.òÔh–ÿεÅn áþ®IrúŒµโ›xõHÀ]仫ª2ïÏ4gÝ·ˆ‹ü6EÏ…îü7¦úÌ—'zFá–˜³."„_äoºtÔ‹¸ÞA”·cœ”ìT²ó­È*ã€0‹½¸@»ª®Ü¡®¯>5Vñ¾­•–ži!䣹üÚ"#e,É8ˆ>~ž»þСà"¬£%‰û"\”c cÅ„o‹‹üwÇqaGÆ2ò’€˜2Ý÷]ì„MµÂÂͽágº¢ä¿Vˆ…§³°±-ûÑR'4ðX[ÁÝSp±6-%ç|†J‰›nÇ|Øq@»c¥EÎI6Ô¥"$n‹PþË}з@í|8ÖÓ íjÚØ{7Õ”ûØ5‰O|šŸMŒü6KE8 ¸‹¸-Fù\ämm½¥®Èº§+K¹ïR~€”nŸÄ§žÌÒqŽ¡‹žôTÀËõ^±óWô¤ÙÎbOCô…œ™zO[•þúË£øï5~ùŸK,¢U‹‹ßQáãÿcá×ý¹Â¢ïa£—>ÔZàs?§‰…üx§ŽœµÐ~m‚ù}5×ôœ-UµØ ,š¸èÓÚ(6pSXøn¾-îúö@òƒ­Üg=i_^V´1ÂÌܑғm@m‹ŠƒìãØ°Mqì>í¢§ve¸»®œ´Ð s[îÎy¸:õx¹'ëùî6ìXIÉú¬§å_œ!±*عve)ð.ÁSõ)7ôU ×7†Àï-R”ßZ?Òð:Ñ›BZ¢¦ü\[yÛ!炜rnSÆ[„°ntà•z°Ç• zÄõ~ÈÛC·h©æ¾Üš÷èðâuæØ„ó)R桺8nMy× `¿”“ùl¹ã5ÁK»iSàãO,ĉŽUx¢¡dî¡C6‡ ÝçZÓnêË#~±+ É&e©¯zpûä$§ª$åDÇ,Ü—]Ì?{uäm/Iÿ²PUu ´ã&hGˆñ³ £½OUôœsŸàP1ÁÆvðÓ•aLð¡©Uà2¶œ«9Ÿ.0S•øøceIæÀ Û“ ÈÔ*py>UβŠ~aÁ»íÁÜ«Ýyn. Ûæ¸Äã)>YÙ{ih, -<˜¨<$õÙÈ‚j±qkƒY/·„ w§²8éˇqhúÅAl€u¢$éÛ -Ÿw>ËÀœè°ñû²ü€™ŽÄúæøû³¹O¿­ò«­ª’|U]Þ‹¥ÞâÀ#Ÿyd`’ t¬c¢8Æ"Ê÷qŽ£Ãrb¬ÃXÉ•T¦?SÔdú9ÕlÔ¡žƒ:ÒÑ@g3ŒâÏó\ÆŽŒ³8€òºÈR>ž©o½øÞÇ®,I¶ÉÉÉ€ßÍ8ÕSÁÏS‘‡jî|Ìc¾òîÐÀ,’±cuz^™oÈz±1Tðþ@‰?™aNç++7Z™ë/ ½è÷Ã)Ö®ÆÇYep /óÜ·%øX«†‹´i«èëbVÎ(tG×Jð7KÊ![#ô˜3@Œ#–zòÞ[ÆQa6!åt¹¼ñx¡´ÌØ^३?ÖµìxšÉü²ÌáZ¬Úi$d¯¸›‡!î#á0•qÖGña»¤„#µàt‘ËØ%Gm ‘¬rÐó @eú(ùÀ£C|‘ï¼3ŠöÛA|‘ÿÖ%¹)þ.%>֥桬RZ¢]MË=šcct¤”&Ô2z½Ñ—ò`göÁ%¯ÄªøVY)b©Ÿ½.¢¤ì*ˆ ;RL ¹ñn­¯àµ®:õ޶"þú ëN|â–˜œ<ß s35€ “c¯÷ã¢nÏ5æ¿?¢µ9Œ”«æŽB÷?åœ}%6a¹?íùŽñiSÿ°=Tl$Ä,ôùMV¤Þpi©°Ó™RúZ?Ôk¹-éætCÊ]Ë(ÜË.GiˆI. £À"§gnJ鉻ÊJܾ†]hCø­ä=W”Å^Ÿ¬ŠybÀCJòË|g_>jiŒ£«Ê¼««ˆ¼²%½ÙEú,tƒÞéIÙg³,¢SÄ»4¥EÇ&.~m0ÿ±:ñ†±2í¶¾"öÆrkÂãS&áDW†_ìÁhjÒoïïƒk’˜¸'BøŒ¡BvF!wD(’ø}%·PÛ† lD†ÿr '%ýôÏEž#p ‘²â”µl7ó@ÊÃ] ÔïÏE>Ç è‹-)ÔkOŽ·Ž#"6„¹^ò¢˜/³<þ· ~«UO×7žXFKRœZ:ð«P‡’·=†´MS/æì™æÐö”lò+û±ªv¨æâ7†‹æÛ2¬ôßìH!ž 2ôë‡ -ðR×ùBUýæXIüùrM«EF-tBÞj+nÖg?þAR|eµêwºXݶ¡.g«ê -ž,ö¢u€G2±ÉGF6ùÐÈ&êÙè]ƒÔÐÙ\EùÖ-uð³_¨E­°¨ßV+šÏ縬ÿ>NÁÌYq3VÅõ¸e?{SDO<Ÿák?+¯øj®þk³^z²ÄåZµä¬Í1J‚m²šgWWÖxùßëX)÷lC˜ #59}cl¡&ÛT¥(€KC õIwZPoì@¿úQ_õéó6ißÀ#, °ÛÂ"»¢$ à°€=ÜÏ>Qà=Û÷`MýÖ©0H_E_CÖG0["bâö()áPGÊú¶Â¦M1‹­"d°©>áÞZ_þ;@Ú°àéb;ÔëHÍÈ¿ÐdG:Rêæp^à|KÜã•®Ìû®. IBJ䓼ø{Î1JšC\²'(ô±Â"vE¨0eYÚmSsþ+à¹fûСúªÌ'»£Ð€Ñ<÷} äþ½!ĆZò_MTfÜÛ¼¯eœ’ºØ“÷r¾=÷å|G纠0À9‰Íø2ËÀYâó÷ü4Ëpav]m™CËBëGZBšYö8P##·ÇàþÖñ¢°Ï³ Ôòäí¦q¶À£É%&n{ô~¹#ãÙlkÚ£=%íÄTÉÝ› å©«2ïXFqá.5%Ç¥ÆDÿ½H†]¬  Ç°gB·Æi9Ç‹5mkbJòLw±ÿŠ€¹Ð]à} ç™øÌéªê%15uY„=4ñ©‡SL¤YóµÈPá{Šâ—ž>›¡|]á—/TÖ˜M²§ÀÄüµvÑ%YGjRªcaW\d/Q²ÆêÊ=m{Ï\?9r¾ñð¸ÿÛ­ûsµ´êÀ©/+<ÎÑ,u<Ï œ/pYçsµÍºF¸—”—üЦ!æý¥¬ù«¹´âl‰É°é°©ú’×,v¾TQûçJƒàxŽC>^ #í€^9_¨ïüï™7m9Þ¡&%ª1áN:d_‚ôl˜U\èi—Îå”=>luæ®iL¸«« -½²Ý }ûÀƒ¿æX ŽŒ<œ]SÍØçäš³žü~ÐW†\ÛA†ÚuM «õä YjgŒ—»#b¥oŠƒÖÞ‚zìK¡iq⦸b7oŒÕv¤ÜÜíRè–:׺8£å¾Ý óØëGxî#?® pþ;cÜB›º´h_†œk…~ ‡ß* ¸µÕŸúúl†Z¸ è!Ë8-Ù¡â¡ì*FáÚPÁ«mq¡‡E’ï±Òêf•æûžMÑ -.f&®ŠÉ‘ƒœÚ滪 xŸÐÓ9J¾]MLZï…½_éÍØ——doI˜i†ÔË==ýHÏBî˱Vʪ!éî|CüÃ]aŸSËA¬ -Iúú¼w«=¨¸miñ®á¥åÇß”PC3TÆ]×W'Ü·HpÑ65:ÙõÐTç{›HÛ,`¶5áî0%âjG‘ÿ1ZÄ¥Žü×v=3Ý b$^34¼six¤Ó)^Éù,—äÒ²ÍBxèà--Z:Èfh¨›ëÇ„OV'?|V¬MI=e:DìMÀ✚¢äíÑÂN@3¸L ”®5ýµ¾>õ‘e°; - s(qéç3<êù<Ÿh$]#è©MAïJpI3Í)O­¢€‡jfÁ±9Ÿ¯¬=Y¬ªßs@kRxcŒ—?ÝqßÀ>Ù$ ðÒ{ø˜“iîÛjeÃÅ,ÝC Ô/צ-)܃ÇÚÕØh»¦$Ça`£ÖDØÈC)÷ˇv¨§ž˜¨ÏÓ,,°W'€§»c8ð–˜Zìƒ{® - oΦ(ÿ»]7òç2“p:K-üfæpþZ¢‘NõD@k—À­ã¸$SøÙòòÓá4{4Ï(vK²æÈ‡:]â•^åWžÎ1‰.=²1Š -<œ¢A¿MѱÿY«í>­©±ëªV9%Á*Ex-öd= yÿ<@xõó$Ïï—AÐû³©Rò¾œ–²9J -ß‘£¤_‡úaOòXg¨úãl†ƒß»ÈÙdD­ –„¯v¼?ƒ|ú¿Y"èV„UÔWÝšöl®«ÀÓ¦¨(¶HË -ýš`Eù¨ªâ®Ï·ç¹;µ§¢½qOƇo£?m ûï+˜`»¶ ¿)¥Åëë@Ïõüä›{C(ïÉ’ÄÃÅ\dBÒÁ86ô@ÁG. ’ÃVû±^}à—»b„Ï¡–x#ñØTɰ*(©;b¨‡CUwhä(J’Ìénæþø¶ °×¾’šî244ŸNµ‹ìªRìž¼(èÏîl‰ÙŸ$%lˆŠ‚vƈ±+CøÀ•abð’‘ãÒ³QV1úXÇÆÚäĸ})Âè½×Ó‘nûc C )ñXWÉrèê*‡YÑWtuÙ¶†ˆ™N9)ç‹‘wf e¾)a¡«ðÕ¶„škŸ¤å̶×X•qKY~©®É~¿ pñ™š=ÒSóWG0þÆNÈ»•!PoÕÕGS\Üù<›plÄ%ŒÇYä0ÿ^/¯ÿºT^µ4\¡®¹ÛÕò MlŒu 6Q}_YvÅ*ƒ}ús™¬ 9g€sMZšôÐÜP'àuí*t„y(ÿƒy ð=àÃ}Ž Ô³ùò²56p¾öÞ9Aƒý³XQýè¹# &Ù"‚[ð°]-²1Ƀ,Š c¼œ‹¬¹À/&*âÿÌ\pn"æžpæþ÷Óyùh©ºeq¤8fª;ûåÉ x8Ö·ª®¯«-'&2 ÿKR ŒÂ¯+å•v µÚð^hÏ~<ß–öp_Ž‹uh €ÿ*þ6Ç&iqY <âÏezOUœ¸3z³Ò’ýl{`×–ä;Lt<Ð ¬/kü2‹®8nºáåš®kýs­Iò·¥¢Ã1u1°$Ë¡cXÏÁ¼Ì;Ö‘3ΧØ(—–³Ê™–1zÊ\'ô¥¾.ÿ¾¶ -ôH]žùx¹öÑ~qžTs‘“Ž ±ŒÑ’vÆhÉ3m™•üàŸuUQWç^Ù亞¬poœÙñ2rà§é³#Ì|ìšÈê%ùálwÌ MS샕—ªŠf/…쌒#äìÛ$lW’ÿÍ'ÄK8Á¿àÞþº'.Š;›®ä9 ´- +uxì¾f(|w¬ÄÅ,´Ç?6ÕEݶO #l6\Q};Ó:Õ²a&#¾ÌR'&bš]‹œéL¾3×{çâÜ÷Ù|e™]SN´Ê‹£÷Æ -|ϴؤ/Ólô±‘;ÒQA‹] ·rvèÍ!×a¤æî*QŽIB’s’¢§œÍ°ñ6!Î:´ÊéÙG†ºª­Q´ïæP»²2ñå`±ÿ}ç,öŸåRîùtX[Ðò:Юá’Ö:†\Hz2Bþpm”êwg_Š<^}õò 5ÂÔ‚xijAºí©¸¨UA¡;àñÜ7úS¯÷&>qNbΦ٤/ó5M»2b†v¾XVñçJy͉‰>Ñã’vŹæø»6%!x=ÔñtMÍ®œ².f¤ÙÕ5¬}eÁ¡až˜˜¨=UQľ -º¯$%8ôLèÅ=5V9.âÈ@‡8´tˆKELúl"æü9K.Þ‘ÓÁ Ýx@S“?/W·oNRóßÏwe¹­ö‚?Éà‹Ïˆ->fUÌJ]âfmË«ÈfqIž¦5Ǧâ5ß™óÚ*…‡k°Éÿ³QZíðy[U†¶¨8§sU5.âЕ¤o¡ü·Äpo—‘œ÷uµ´ìŸíêÞ­qJ†¾ñf[Ɔ~]©¬ýßí²æo ¤k<ßo«;ò–©2îÉò 2zÏPUaèÃG¨kr^üµÂ¯üÖªo«œ²¿ç)øc54Ñ&ÉðÜÍzu8Çf\äo¯Œ§ŽU%Üùk«²ãŸ­ºÑ¿VY.5*nSqwX—Ž‹´Mr -÷ôÌbøê%bíb¶ó0?Ó*/G:u囎 ]A}\ê¸m - Á{¬ì !1|©«ØwX÷#r>ÇÁ•i|Öî(!Ô>ÎÊÜ•âB¶„ åy0VàîP£BŽŒûÈ‚º&˜…ÛBDÈú`λ}:Ò¥eC×»cøp+€ÇóoëHQø·)6îë\)æ¡d­¢½¶%İ•¡‚×sÍI7c˜çxqÔ©šœùÅTŠ?öØ1NJpMS¿Îó¨ûŠ¢Oû〞P£Ã „d‡–˜y>CÇþ x —ž 9˜dåMWWNWUjK1'F&Ü2ñÜWÀýwÇ!€7Nù²À*>P‘S Ô¼o ,`‹£]Š¢]q¾ç¡ -xo*äTWÆ:16µ® cý·ÇhY\jS0²rdˆ ¨‡½Qˆ¹ôú‹‘Oûk©¦õtšO;˜$Ž˜çTQ2÷ÆPÁ¶qx Ðc)šº”·‹]¹owÝnU3áó€ÆÛ'¤j€Z™£¡¾-qYÇF~umË÷>43?/U5ÍTWN—±Î¦/44"|WšûþïeþtŠsjèð5¼.¥f9ŒuµÚ¶SËC:5´\«¬(r¢(âdŠ8ˆ~d çÚ&pÑ'ú‹ûÚ*ʵøD‹¤Ðgþÿ³÷Þßm]YºàOóº{ºÔݯž»Ë\–]–-ÛJTI‘bsÈ9ç ‚I9زr ˜IÈ9Ì D™”ªºgþ‹™sUÓoÞ{kf­÷ì5\½¸½®@À¸wŸ³÷·¿ï÷îGå¿w>é<Õ -)9ÏÀý˜K*jú­ö' ï4RrÌ*eÅ 6k…¨-­½©`ü¦{œS·9o‡'‘7Žüý£ p78#cc"·§Û.Ä ´æœ«šÁ~¿úÖï ùÂê$£:asV.6íqS.'facü*F“Þ€±(d’ ÂZREp{)8ƒ*N0UiP;cöþá i°ß7Îo^›`6~\é’uó¹+ïzŽl¼î9æ|TbõmÃå>&ã_·äOr "Áº’xÓý¶§4fˆm¿t_[~׸KoeÚAícʪÅèõiAø¼ž—Øë³¼æ9q÷Ö¼ 1ÊA”äW +ä+Kï°'= Ž—Þ/®Ž1Ë—Þª‚3 -d–³Am«iÕ—/¯ÑJ6Ç…M›S¢ÖõqvåÆ8õÚæ(ædÜD«ë [S„K˯GTÒÿ8/¹ò·KÏÛ¾‹]ãTÁ±Õ záœI™Xmi¥.¤Ä^Yz‹<æyŠ=²òžt:¶huu*¥ã#cs”ª”–ZšF][~Qóý滎üãè³I ˜£”oÏJ£:NGÒÌî‚ã=ï° +¥}}qp­Ú¤ëÖ‹}ðÞê«&eRCZÜ5ÈBªÙõrpÕRüӘⴉÚ™Y€"OEçÐÅÁiÄù¬‡þ‹kàö®mø>dTð—«ÙÖŠðk* ~á-ùÂæ(òÔÚ›îã OÎ%”´Æ´¡“Љ‰ V¶mÎÐo¤m2~þæ}Ïqßóú/=/Z~˜”^ù/@“Ÿ©„ß§ÑýŠ~=nìOYûû #£-¢Æ—ú^·ý8?XúÏþ©öS)³7ë‘É¢f1%n1³îO×Üvç°Ãó¸’µ÷ÇWÞõžŒEÔ´»ÿnÜ,å”üøûà¬UÂLh81µ&²>Š8 ¯å…õRrX+DçE½!u-¬U€÷‹A¬òZàï_FÚ?ÇïXÅŸw?éþÊz¿ó+ÇCÄáõ*Ì·ÚjNí ٤ܸEL{€Æô¤¡9ÀEìùˆÁà·9¤æ¶%Á| îp>®úÍêëš?¬¿«ýÃÆûºïB³„Ò ’ÝÔºJNcD/Â@.¼­?´>Öø­qÚ?ƒ8˜Á_KÄ´´gð|¯Ñ¥IFyÒ*¢®O÷œ]Ÿj9Ñ @Œá¯¬Žüïø>efu-Oq›|£¸óÇ;’ZcT‰¸œ³âjãZ\ÙòH×Ñ%Q Ÿá{šÉ;ÿ°9Á¨‰Ã×õÍ!/Äç—μ¼øštn}œQVII)ëÀàÚå:ÐÚG"j6"¤ât€9i:œÙookû˜[3RÜ'xsF„5ºäluDK®Kè nÁÇ¥Fô„ÚåÑ®ë“ø’ŒKÑ9„ô˜žÙײ»¢jrMTÃhM异[Ä9Våþ¥é+ïóî#Ó4ÄÔùyüö»¨ -[×#³ÄªŒ‘ÝU°‹™I@ iè øú-MkmupË5¾,háR.©bgiðÙΊôÖú¡&däbá^ -Û:6*d T-N"O-NbÎnžž²|êuÄ• a…¯mº÷2áx÷‰ ±>¢:\I«ÚVKÓ66!¿Ô÷@}¯ã눎ÑõaEÜŸ_|kQ$Ž;Ìu ¯×3Ê(ÝVÑêÿ¼6øòÃJÿ/q 7 ‰¹E‘pgM:œ[‹ÒNrK/Yž$\ÝÖ°±çÐÔ½¿è QHMiØš¥ÔEôƒ‹š…ã/„‹SM?µd܇3ªé>Qn¤Lœî´™‡NXíY{ì -EÞ©P@V)èž2ß+ô±µ1êµÀ¼¨'¢êgGá5E¸¯áŒsﳆ?¬¼mú:¬"Þ¨¨!³.k3w<ƒ Å dåc£Zv ˆÆˆºŸáŸí'TRthž×RRÊÃóŒ€çþiFEZ/"å}`,¥Ü ÛÐȨaͰd{NŒØšeToÍ’J^cޝ‹ƒóÌ:ð¾šÅW=GVß¡N…æ©•@Ÿ·­QJ–Þ`Ïx_v™¥Ug슾ˆIÆÞ˜¥W­OR®5üžðgKãô -çKÔ ï[ü9 Ó€×‹à±ÚVí®åwUÜÿ£Ú?O« ¨µ¾Âÿ³²Šiç}zó‹õ÷-ßù§§—F'"JÕ6ÐS‹3ÜÛsRQ7¢bu/½éü~õmÇ‘°òÓµ•MA@ȇïBF>Ä{%¨­Mq‹ŒÑ ‘³§àft&͌悗OË{úbÆ>®ãÒ¹íivSÁ3p/ëâ3³½§7Æš¿Ýœè8²ü¶íD@‰©LƒZ3Hx1 ™2‹é9À•Âjì•íYLñò󞣖»Õÿâ}Öqt{šz3¤“,/)Õ}=§+èv?Ş̹%üŒK.Mš…´¼“†ôøþÉæVß5Êzún-«éÍÓ÷êú5LÈnÎ& ¦¶3‹Ï›¾QTþóâ;|EÌ~÷í&ˆ· ‘˜ÈKÙ%|È)ლ"ù˪¨/c#6mŒuü<+¿$íO8XÝ!£žG¿š×¾1/ì†ûâ&tT¢çYÓ%ç“Æ?eQs[}OÛú'1% »3nåab¦AÅöüƒÛ³ý@Î7/Fn޲+V^Κï×ã}ÚúMxŽÝx ¨uܦµY~³ùgÜ1ýŽ/Ág}›PÑo†æè-+㤲MÀoüª> -ІÝË3ÜúÕ Â;"Å-¾£A‚Xev®Žâª·çÙA½„p(úÖ•Üß(ñÂê ½Òÿé·[´q-­2КïéŠÌ³Öbz)msèáyfýÊþLþ.LI¾×s{¶¦µ«ï‰âA¤ ö¸à{ÖôÍò‹ÎcÁYÄ©˜{à& -²óp Ž4C69eça†ºTv]H™‘yNëúñRÎ$¤í,ÝŽXøŒ¥÷Èã[³Äê¨^HLÙúwßPPEoÑWÔ ÝøäfWD-&{^!~\'—Ã}„·g8­€ãEÂñ:™¨Ä<¹×ýKGÅ+ÖåC¼Ú/þÈ ÂC&F[ÚÊh‹ë e«£­‡s˜Ëq#àV>.aá"€ÿ­ #»= Æ\õÏtŸ/Ø™½ÜžvÌÿ  gë6§ÈUÁYZ펋‹M°¥Áùö£ÛÊÎãPÃv}BV`I\+ÆæÈå›Ó˜ a ·Ã¯u`šR™:à**4Ç®wýÜytk{-i¦·d],DÌÄŞ׳¥!‚zů–6ǸÕ+/IÅêþŸ¯´‰Ì+ü“”Šmµ ke^‚ôKºVÇ15·Ç?E¸â~Úuxá âø,TØ(¡®)UkJnc@u Ìû³±€æNÔ(gnL¢‹­¾ÌÐn&MjÆ-nÀý‰•œæ ©OµÈðuŸ‹K/[q$ªæw‚˜ãFÆØœf×E5RJ`šU—Ð0ÃsÄkoÅ+o0§VGðç¢*~gR'%oŽRJ½¿t^zÕy,¦!”ǵøÒˆSîŸí¾º1E* êúQÓ€|cÍû¼î«Ð,¥"4ËnÜ'^ýhçÓv‡^„-"ÆÚ £*jQH"–á;QÛð½¨U.Øœ%•Û×ÿè~Þr%¡P6§¤hÛO„£«ï97J)6 $T$ øú Wêþ¹óëaå¯ßÓ/}æ|Üqvm‚^>7\÷àÁ7bzb}Yš!܈êIua¥> e6Dtr^ܦP¬OÓ«×'I×2©<í’Š!3f``â:JcTËhHšù¸´÷ÎXÆ=p¿àî.¸Ä¢¼SÄŽkؤQH€À¼F4„ÚÅׇCzFGÊ%d­Ïtž‰ê°U³hgrÂ*“Äl&’®;oc#j¥4f]Š¡È<³Áû¤ùO3Üâ¿5ö—ý³a¨üß‹úky/ƒþç Å/a€Y!•_êÿ)f7g¨5KïgmO¾^|ß]V“êmIY¹¨©¾òßyßt^ÉyøÔ¬…Ñi>ª“•}~¿óÔßJO¸…:`1°<¬§×Ç 4À]ˆ%Ihy.ruqsy{Šr-¬dÕeBÚ/Ÿ¾ëáàRVFkXE«ÏqRF>*c“b*NkÊÈí‰kYíI#™¶ððQ»5nätÕ 0Gܦ„^„‹Òò;}cø ÆGm_‡”´š¬•LNäì”Y´'åfÜ„½Õc¯ÂšÔÓÚ„‰ÓÐr€faUÇ4BTXÅîˆkIŽGõ÷š¿z§#bÚC#%†u}¬˜NF‰éEô¨ðf+ ™0j¶•ˆs~ e!+›w ?ˆ›o?Üš€ó"AÃî^šÃ^]zÓxÌó´ì`Ì7¨'ýwð'¿^€ë;ÐZÄà»= tjÆÂ§§bvÒÁ'|j‹ê˜Í +±6¤i=šk<¼1Öv8´@ÚÚ'M™ï<ÙVÑ›œÏþä{UÿýötÏ¥Œ•Þôd ¨­×Ý#¸SkÓÌz Õú#~¯ýçŽï.÷¾cöž|e[ÕG «…½ëÄÒ¹ŠßLŠJÿ~{œVš: ©uk hœüÕ¬UH„L|TXM«_}WÿÃÊ뺯Ó='S.&e»ý$aPDtT`YhÞÄ•‰Úží,‰«q@+±Vf˜µ [Ÿ<rÎ÷šX<¯hûÚý°ýOI êBÆFiÊ»E¼¨ALÚšeÕ†52RP5È i¸k„+¶‡u¿³Þ«ûõ~Ýç —[³Ž¾È.áe=AÚ1tÄíÝü’“ñ²Pã´ëa“´*¤i8žÝÒ¡°–ß ‘õ ¿Ìùdƒ;>>{suÃñ°åÛŒA°Hq;e•ÞN˜„Œ¦ž0)DI³\–óHdWåwA`#K£:N×΂D’tp #½pÕšˆšÖur0;.5ç¤÷&ô䆕wÝßoÏà®î.ÈnG´ôß›¶C /ë¿]{¸ |¤ý)O[†ïÇ Ã~KQ—X_|â•_wòžYûëmÔ1äjÚDïLY”¤…^›Àœ jYÍ1#§g{uÑý¤î¦û×>û´¤-Ä*È„/K‚zš³ -ˆ‡\œs(da=§Ýù²óÃÝÊÿ¬¸ü÷ÞŸ*~·ãâ“w}Ré΂T’¶sÑðõˆÝihµae÷Éõ÷ÇÖÞõ(I%q«y×+âíú$¢¬]HJ˜àë:Oæ©Àͳv)/c—r³vŸ@Û\¥†Á|Gæ)• -¥6¦¡7Õìæ¥1Ü5ÏËγ[£¸ÒŒÙ½1ÕyÚûªùÛu¸×÷¬°+¨êgnN±ëž¢.Ʀ(Ñ)rùòóÖ£*ÑéÏ–_ÔJ[¤´K1˜°ÝdôyBéòxÛÉЮ&8.L£.lÏ¢¯¯Mb¯ok¤ä^Î…lraÖ-á¿a\xÙ]´6‚-ÙÜ9®§€¥ÔoÎâ/æ™u3‘1Ó[CóØ+Οª>w>®ù20ƒ¸ÐÓÃz Ñ?Ço]cU¸_P.Ùöò¿'\r>løV§¨øÒ<\ñYpî¬U€è8­Þ·ÝG?×JheY±.0G¬Þž¥ÖGTœŽ¨ZFŒêo Å ŒsÉñ°æ÷3ü3¿ÚzÛq¾ÿPÂÌAFôŒn +7'¹ ë#âö…_Èç‚Ó½' êjÒLªIYEÔ$Àž¬«OtÃ@Ü&amÌñ‘Ëo©•ëï ýÓ(x½^³*èˆ9Ÿ€óôßì"VÂÆîM9D̘^ˆ ©ØmÁYêMÿ4¡$¤Å•§²y3Ð%ft=àvÍI«’r ÿ”q(†#ZRµqnsª÷”u)ªC]ʹ)í…E6q[ƒ8·1ƒ8 ¸<;¿0ø¾ÇLÆßInŒh(7ó6®°(ç–ú­š’ß -øLkRÃjŽLõ^´Ý.ý|Nvù?{_6Þš'žËí\%—o7ÿnáeÏEÿ êfÁ.agíô¶ˆ -pIDdävgÍRfÖ¦†ìNçkì)ëSÔqû“ÖïÁ|^ú¸È!<lÞÍ#&Mœî¼mèVZ/c@ZF½¼ãÇÅgm‡6^£NE•䲤–p=oeug|bÊÂǤmBJp¾˜ŽT˜C^…LØêŒÞrRš\?®b·g¾}ƒ<ºñ¶ëðꛮà .Ë€viK𨄉„¿ôÏ`®ƒù¼ -´bóÆàÅÓÌ›þ^[\ÝÇ€¯ys>êøZ-¯þõíÔ¯üï»Ïï -xÃ1ó`ÿ¯isŽ×3H˜IÀOéØï>¾6Þ~tcy9iºŸ°Þ êyØ„YDõ+E¨­Iv]R'ÄÆµŒ¦­©ÞÛ³¨3!5áz -ä^BÇjª×Bó„²µQÔå¤–Ö ¯ó„•=çü Føç¸›Ó‚–µ ~Ãò+üI烞?M ËþašWòÙâ“–2fr]ÎÎF„5”ªÂe0]q¾2¨ì9³ðºëûõô™Ä³!ôdéD¸å1Ò•…Wès+¯{/B*REJO­Þ²6ÿÖw1®áölŽr·z¿ -ÌàJ€®#ä˜1‹ˆi#«=>G*Ë[Øè]—ˆ³ðP+ÐÒjƒ)a[ÙGõĪ8åè½”u“ê n&2çPòÖÁ¸ŠÕWÓj“jN{J%BÇf)5KÏë¾1(NüãÂêƒ1 ¹:ãó®>EÊÌE¬NvŸp=¯øMhºõHÊ@,Ï[Ù=9»ÓóºÂðõ O"à|"Jôyÿ$ˆÉiÒµ€’VÖ²[SVhdNÊ,ÀDÔô› /G‚JryÚ" ¤-bªùAÇ—¦aìËÏõá)6à«”úõц#þÉŽsy1zsVО4(Iã€tu’}pnÎ-æ<NÖç^Æ ›ØÏ[TQ`BؽøVЮîkþýêKìåÌñ4´Æ¬‹‡ëcÆ.¤nŽ“/…”äëi  X«&0ç7Þw¥4ø ÐE´ ZJXgWy_o.½å·Dæ8Ý%®ÄpëâoÖÞ5Þš@EõŒ¶˜Q.Øš ”…fØI­˜Ô0KÏÐÆù¥œ•–}å{C¹¸ -|ØÖó‘ÓÄkö_Åդʌ•Ñžs2»=¸f½_ÿ•ï9î\Ò*@.1r°zâ:b%Óâø<¾#bÔÉŒ­Ð?Çi]xG¾41¢Â]Kè‘ׂsçu·/}¾>Ñ}&¬¥6E ôNÀ½DA½> !^›éÍ‰Ý tiGÂ ê” qi{q!eç‘ Ã/A–UÔª¼SÈÚõ -ØI©Áu¿åû•'7úžVÿ1¤Â–X’ßß]V<Šêx=›“Ô*0Y3« 2²ºƒJtåúD˹ÍI쥖ÚqÉyÏÀýà=~0n! ©.ãà`ƒ€“†§»O¥ÍÔÖ¤‡‰;ø8È)d¦ÁœÆŒìÞˆ–Üóñ€+J >:ªà¦uÔ´êåQÊ¥à<·+aPóÞG·ˆ˜¾5K. ÌÓo‚ºŽ„ºëMÏ©„†Ý¶cìãåt"Ìà…à;RFÂõ¤su}ªëÇ$¨O»y[ɬ©éµ»>á_×xÜÝ&ã µoL Ϭ¾F‹)YÍñy!24C­ -ÏáJOê¿ÔÈJ?[yÚö=àÏ];npÞ&>ÐlX'DÆt춬•Þ×vžˆªZ~Ï#/„æ™7£:1ίâ½ÂlXïüQ;Pò«¥g‡BSðuq|€…RaÎÁDýÚœsJ8Y»ˆ‘Ð+WÞÕ|ãy~ãóõ·„³Ñ9.ªE R ®©³ô:H#À§Íƒ@+üÈÓbIhžß¾ãú¥àSÜÍ€8Š[ÙÝ);»' k! ¯³z*6O­Ý|tÝ,¥ú£O"OZ˜97”÷r‰1«-ªæud,@WkI•«o[¿…t„ÚN¹$m2×Þ£ÎmŒu|_Ƕòž|yu”SRÉIK“œ›¾â¹À µb{’T¾ëä‘ÿ² ì¸ùŒÀ“У6®Qp3¦~ñÒÒ9µ¢ý¼šÏ—<™1÷ñsN¹ ²‰¨k³Ä׋N´ÞÚâÔòû®VF:ÜGg¬Š!ÈùX•´Ix!­Æ‘ŒÛUvXWõï“ëŸ=t èæú¤Ebèj³„PQ«ÃZZ=d1 - ò¡Â‚â´3ˆÍ‹[3äëI“˜œ´ðqî—=?&¬|âŸW$ý}€—Œîõ‰Å;^6 ÖëS˜s«“¤kžWH€´š”ž‹ÝuP›þÍÇÄüÛ2“² Ê¼Ïþèy.Š”ˆQH[~ƒ95'¿ñùëÌ?¸i99ØKÅÇe‘ ²°{à{ -äœêŽGÈÚìÆKâ7cì»øÛ˜{ýã’P°³"–T¸*ï›Öo »@°³qÏðq£ÿEÜHlÓ‰ŠþA-)ýlþý’†Q—0q‘`|Ïû§™ 9—ˆ¹ãå‘ǽ™6·]Yzyí맸¯ÿfc¢ù»Ð ñjÞÈGåMÜž¼•Ó›5±Ú³beÚ‚½0—R6FÛʱx}”ßVß–ç\öî"‡˜ö‘‚úÞ3¶Ÿ>¼'—åŒr¶÷5þò”¸ä·)=\W˜uñYnã¨}9¹>m%VgqÅ!%³`—< xuBK*[x}ý×î§×þ¾cÂÈ邃 -¯¯¯ÏÒ+G‰ÖF¨%ôÿ¾Ä&fÄÆ ¦éÈêÄßœ+Úõ‰%Y§ˆš#–-¼¨?¸>ÒtR1 -&)#çñƒzv d‘ÐrŽáû9÷མ™‡Ù˜h?¼ò¦é`h5c–qv¼Š;E€ƒ¬Üî¢|(ëàb£JÂÕ¥ç‡ÔŠ3lwÊÿ)8ÌŽƒù3ÿˆ‰V_Xr>®JúsN™0´vÊÄhßšè:6Æ)úë½Ò/rf.*<ͬ:æ»Õw-ÚžF_<±c“óvN@M©Z‹DÄŒUDI™Ym1­vy¤ëðÊ»¶C'éæŽ“ r•Ó ¯­‡_‹©ù]NЛ1ì6SoÆ ÀûÙ͇TPpJE)P÷7•”òˆŽ„,BbÁ%eÀë¿­¦Vÿ{‰Î €ÎgToOöœXzÙðÅÊëÎï³N.nwIÖŸóÉûSN+ ßjèç‡Í}ÜôÂÀƒÜ‚âvp¦M%¶Ø?‹9Ÿ4ÊX)ëЭ(ÐŽ ïñÖ>YaI6Öô–û¯ÿãæH÷‘ˆy>j$TÀãí› —~¢žÞœçÜwÞ¥î«ÛoŽÖüÑý¬ô¼œµIÅ…ÅÁ_<ïpW'„Õ¿Þšä´­*ù·åþŸ?xœÀLï¹õÑΣ“èS PËÁ\‘—ßã‹—à{Œ¡Ëóv©ìÏ>©<4\L)³?©ø½fðò?&ŒTÔîÆÀë¬Oă×C"3äZÀn}Ü?Üqó¨9 §ŒG­÷úHPÅlÉ^ä{Öü§qnÑ2ß)ýÝÆHë‰[aâÿÿ †úÿûþ¿²}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½fûŽì5Ûwd¯Ù¾#{ÍöÙk¶ïÈ^³}Göší;²×lß‘½f¨Ð«;øÄ~uèP9W†æ¡tT8TRu ž7¡¹<<ç@ÝCÈã%^Ë#3hŽø`1xéı“§o£iÿuσ`§ƒõ2‘Ì/6cÑ4ü÷€]/‚íÀ‰ƒEO|ú¯C|àèù¢3Ž:wîäÙ“EEgNŸ?x¾è܉c§O9sîÜ© 'Ïœ?HÿÜéÔéc'O\8wîìùsçO=HƒwúëkNœ8æì‰“ÿý]E§Î?]túÿe§ÿáp´ÿ™s¢ h?À8ÐxàÂÁÃßìh?ÐúßüÆí<—Ô€æ!aüõÅR<“ÿîåí šŽÇüôêAðòÁ“'Ï~F©lBøüþ?j'Vƒ?(à%áÁ¢oìî=qïߟý¹¢ƒŸþù4r'O;wö¯ÏkÿÛç}¬ý¯ûÿÏ?íÏø¿Øÿõ,Šà³ø7È4|ñ_ÿüäÜÿ+`(À>Ž—ád,þúÍΚƒuºÁ{~ -˜¿þ ž}ì3gþ:E{žxþÌÉ“çtTý¯1=·2Iiq­”VñÚ‚sìÖ€†Ù71;³NZdÄWEU„ЏÞ·pz!»˜ѱ»6g‰%ÁyjUhŽY—Ô 0i“˜ -¥Œ¸VˆŽëyÝp30ø¦»›JAçÆ$£~é ¡|sŒP#•ÅçIåŽ\S£/¦Ì"rÌxç~Ôt÷§°©_œö¦UÛS¸âð4Ü w5¡dÔ@*2c’±ßÒª×GY #·7¨Â^ÛšE]ë:SjÒvZk\E¸žÔÓ›SV.m“°’fk\C«jhÕ£ØsšÕ±ëìëËXøø„ŽÛ›4Ч„›°ðÐ~%¥lu Q˜$\‹Ì0ëR =®¢¢sR’L„€ÔÂð ðg{rs¤ãÛµWõ_„Æ{Ϥ4ìÖ´NLȘĔµq䙥gm‡Ö_÷]×sjõmówát1ð¡1£—ТjfCLÃi‡ŒBBÖ*¤ìŠþ°®TÉ)~¥ '0ÃîI[ûûÁù`’fFGÎÆ'ƒ”1ó± ³9¦¡ÖÆ´œ¶šy3®g·¦Ìô–åñ–Ö';NfÌÔÆ¼EHÞqJ9»”9Ù˜"–nMSª“&²ÊùA-µ& "•GÁeœ|ZÖ+$¬BÒ–šÚà}×u2ñ1#ÒѲ±8¿ ¸Ÿq hi'²óˆ7*ZÒ”‰\)õ»np<§ˆ™¶ó°…HØØˆˆz3f¤7¦\\ÒÂhÍØ”œC.MYø`^¸èŒ]@JY´€–\íWn$LdÚÁÁì¸Dì>Åý]pܼG®H»ûa£ˆÐñÐA¸™ˆ¿¤M. ƒXƒC²®Û¯²öþÁ´UÊMÛ䜛K€u'mÌ®”ƒÎ¹ÅÜ4xOLÃl‚LBrÊ1ô å”pr‰(œlÂBª‡l¤æ¸™XÑÊýJRú^ãYç|YD7(OYà†Òøò÷øKiÚ”Œ¥[.ƒ\\\ÊFoNèˆÕ)­n~ŽÇ ë˜MëÓ„Kë³ä²˜M€_$\ ϱSz#f;iæ¡£byDM( jù=‹ã¼›IË@?diAþÍ!ÏÆµ¨‹i#¾5Ôéïx·³N!=iQ@,0sž»9b(eùl`µÆÔ¬¦¤ŠÕœ5sº²VfGÎÎìÈZÍ 5·#c’²S&jSRKªÊÙ@,Xø¬CDËØÄôŒ]ÆÏ8†“);¬¢bz²Èyi·T”ò™I‡ˆžqçBÒÉBxÆ»-Ž!N弊‡™Åþ‡¯Lžó)îÀM†².©(cå 2ZCÒ„/Í9 µ97©9jA\ P×à¦tMHJ̉-);­)碶äœô¶¸xÃ?‹ºÐóñyÛÝç×Ý·)Ÿ6Pj·5ø«¾$iv|ƒ?ƒÜg<| -Ü, ãº;9o=‰Ø„”¸…R3Qj£.*7pñi` Y§b mWÈÒv +ïæàþ²ÂçäÜÅí¤ÞRvÛœmÿaKÙy$¢'WyF:‹‡q?þj‚W(ëøI˜Å—À͹—žvŠ*©U9§˜õJ)“¶ È`îD§L”w‰Yi»5I-Ùš¡ßøÈ€™Õ=;\ýùú{ʬIÎ)Ø¢fFçÚhó7›cmßE´¼€¤”SÑ5 I›30S̬®¼•Ù™2+s¨s«£½G¶ç(•Q³”±>C«\|‰:ºùŽz52%h‹«7“Zretžx}ssV¯ñ·k£„+1½Ò±ZýÓ½§·Ç;O'4¸š¬“‰€ŒÌäNl öèYûÐÝŒ­¿2ËI¯'e¦5ç] >ZI îÐÛ’6R]ÂÈC§Ì -aD/ÂgE^BHé¹]þ©Þ®ŸKÿÉz÷ƯíwÚ¾ŽMʈ!¥ kkœV²=J¹%_Tä -ÿDû×Óš/Þtþh|Üü•çiϹ´QĈì÷Oã.­½í:šA—fÍäÚ¬ {-m!× ¾XÂÜ}}—L²ã SVF[äMÚ)åàXñÈûnoÊÄC¬öG›ˆºë µì¸59'¶"4Ó~"¡dwf̓a-©&<‡*Î;…Œ]¯Tò—eùpÎ%b%-BÒ"ã&_HXD¤¤YJK‚Ç” `¿O6]è»õõ fÝ^Ê- m¨HPW@ŽÜÍ-öÝÛ­Ârÿ£ü¢â^Î=øä3ma´Dµ¨bÈŒº”0£¯u§‚:D1ÜØ# -æ e! ‘u1ºÓvbuÖN<¿>Ñö]LÍìÊÛï¼È:ïÆÍ|DÏîŠíI+™4ñÑ9Lžv )€Ë…Åá×9ïí·IGÿ@Ì&¤¦京ƒÒ˜÷°±7›˜´ª·uäꀖۻ1°Â10üçE±è/+jÒÊlO˜xˆ¼Ñ¹c'T¥~FŒB˜bÖ=ürÊ$ æ!Ãzr]ÂBïJX©-õææ,²Øù¤î›µ—ÄòœóÑüö$«vu{&8C¼–³²:sZKÎÎêI[Ø]Y»L˜±÷+RV97i–Ðâ:ngJ'@d>Ź®¦Tjî5}œá´§L€gé¹½#µ>¢Æ•¥ôŽ‚ nÊ'åÇÌœž-Àc6&ÉWR nB³ìú„šÓ’ÔÒëRF¸a2µ²p1CÆ_%»~îúz}„|ué5õêÖµ$6ÏlÍ’¯&‰—B3”²¸–Ù”4±:¼#ˆ¢Í÷TŸƒƒ ŽKRVOD‡» -Yhi+£àuOÎ0Ã*¡§@\@&äú®‰J˜ñå-º8¦'–%ŒÔºÀö˜ÝVóÚJVCp†ò’VœÁ\ôv ŽcÏBjNÛÆªhý=á\hšQ±1F¿çÖ®¼nûÎp¯äŸ<¿Ôý!¡a·gMRNÖ&ã¯ÏS+£Z!fÇ9p/æ# B_^©ûãúDëwÁyÌ¥ šZ3„ø¸„Û•³I¸Y‡L\põõšÍK;Øè´OšÙi “·ŠÈy0–µ>ïÂW¦lÈKAeÝ× vT§A¬­M!N…g1—v¿ø° •~±’±7rz’1-i“ PCfF3øNÚ-bç–Ò>1?í‘ÓùÈ‹Û)·€XðŠ8;‹RÅ΢Xœó‰x?; Ã/sn¹nàÕRª v}Ç+`¼|VÁÇgd]lTDG­…§ŠMp#ͬEÄÈÛDô´…Ù™p׳6VoÔ›°žÙÑõóSÖ~yÎ!fÁM¥!õ/ng÷&l<ÌβâQnA,Î^TX|–[` cB˜ãÈFmÎ{Ù„°‰Þ¼4Iº¼2E+˹†~jöèrr.©$ p c¥6BÆ®3[SÝ'¶¦ W²µàxœv÷ßʸî¥\wÞf½CO"`l]#½?„æ W³&ZSÁ)æä÷CÊ»}=àÜzz]TG*‹¨PÅY3­ÔòvÈÌî¨Éå[sÜövX6H©I«%¡Å—ç§×'ñÅ9NSÔ("¬)Iåîg ¿Oƒ:œ²€˜´‰Q «9¦5À@ªˆéiu)3£u{weù ¦(¡ w¸É½‘RÖ‘nDô´š­)òÿ¥Ä;†:-@ýðwcŒŠß%fd¸¤ZJˆÏÑ«£ó¸+›ßWF»/¼î:V2ê®±’à¸YÀ™3c’FäŨºýXLÓy,ªAœª°—f.bSÃîÚš"”ì ¸#iÇÍÁƒyë©p—"*ìŸeeqrzðƯ-Ú~Ì䜸ÙìŸF-¿nùjùeÓË/š¿ô.-OâŠûÉE¿ø€R¾cVˆ33r6J=ÐMa-ñƶ†x=¤£Ì 0ÿÜ#ªc·ÁØRpsñp윗KÊ8¹ø” ÔT0Öóƒ·)ÛÀ ;BÚÊE§œ´–‹BnÁÇÆæ<ô.¿_êŸfÖ}p Þÿ°$’|X¤uA¦îÓuwQX8¬žp=cc¶gì<\Î%fç\r d¼úÔyðNp‚8ˆÓ¨™V1Ó“N:ëгæK1˜rˆ™Y—L´³ “X’ ì,ˆx…E‘ ç9ëºÄrÖ>x+ë¸õ8ë¹?•÷öß/,JĹ+ Æä_KÚÆAflBZÊ*$ìC÷ó € &ŒÌf€Kž©JZèÍaùd— ¢F.2¬£Õfœ"FÎ3ôsÞ7ðn³³,íÏ-p©—Þ™]ðÒ "aÂ4‘køçœûî»+ŠÇ€“ñ£&˜§æíPðö C  ø\=bÐtm+»S&V{LK(hIåqåfÂÆèJ,H»n=ÍxîŒÄm2AØ üx`è£K1ô—©"j¢4Ú_5|‘4ݺëÕ¤ ÔG¸A–‰Û›µÑš£ÚÞ‹kãMß®M¶Zؽª”¡í¯‰——Þ OÇÔŒz [’:^wd^Ð øQ¹ï}Ï‘¥×íÊ»@§³ê·FI[à& `?±2aÄ•Eu=gVÞ5þqõòx\ÃGAvss‚x9¦e¶FusÀøúgÐç–ß ŽZ·~ù€xæoTâ¦ïsbTx–^™Á_ŠÌb/EçÉ7"óäòà öBRG®jñ7âjCÆ!¤F´ÔêíYÌÅàÌþFXƒ»êŸ:|S¬ý©ú¦»•_|p±±;n62-¤¡TæI×#*rydžX²:‰Äm"rXC©ŽªIeI€Õ1À=Ó€³§¬”›Y§D˜[pÒöá´cðVÄgÚÉÁ$-äšà5ËcíßmÏÐkónÅ­¤‹‰É8Xˆ‚Ñê?"k\ÅL®‰›ÈÕ)µ9çe¡ -'³ÎÛÏ Ûðý¤ hB›”5) ¥T†´º0È•Pη»$U@_á<Ø]”ö¼"à^ÂàlyŸ¬lò”]HN˜¿pHyÀ“ÒÞái av–Åâk²Û»ËÒ¬‹…ˆ™åp¤ ˜ß¼C&‚,¬vp”,Ðq0Ç 0îà” £9eƒ¹³;£&zcÎ-âf½RiÖ+“奲À#PGD9ŸL‘]”€ÿ'ï˺o½L»úÁñä·ó¾¾[yPûÀv+ ôUÆ7evÅ­€ Þ´=‡½™¸Œ] -´2³-id€Ø†k+ ô˜<çü p;E 蛘ILÝŸ Ù=q«=0ÎK˧§lƒwàFl)0Ÿp݈ 3 .¯ŽÞüráEõoý³è‹§}M%h×<êø“õaÇᄎßÕÐë#*FŠqn$æy‰øÁ?N¾¾ã‘ˆ6•´J¿’Q ôuu¢çä¶²ãH`¾í‡ˆ¦«(8ÓU”ÐÀ1$¡ožåúq,mèã§Àù%Ì´¦Åw_:nøÜz§áŸ-CM¿ ¼a¾Co´=®ÿzã]ï©+•5±;!pž[½Ç×ß·ZiùÔ؇€’Vù˜œƒOÊڹ訛“È“ëã‡íOj~¿öºíÔG7­= ôH -hx¸©_D˨‹¨iÕÛ3ø‹%ájÒHoÊXÙÝ ˆ¡yZmÚ*e%œ® Ä ûãšßl¢Š¶Çqç¼Oz'5\ôŽK"LÂœÉ ÀfL2NÞ¢embFÄ@­š€†º4ï1wäC³c¼7®<ÐÙ; â"eµGÝ{.f$TgWXø´wðqÊ9p`7Ø r ‚5Œ ´ ¥>ëæÓâzˆYÚG %v½2ܘàQÐôÂ"óa•ÚùàÞ)—å\w²®ÁIà˜ëö¨‘Þ³0Û¶Ï\žê>XRðrÉy¯ˆ ô²ÑÛ ;£#í–Éãv!h#qÎÝ;í”p2..ë|Þ%¤œæCv²°$àäø@ ™9ˆ—´³ +Ôu17¸bÌ@­5¤% 8oÄ@«¨ˆ%QífÆd›˜Pá¯ell -ìŸõö d<IÚÅÁï,Kdù…Gp}É-(îä÷Ë/ˆ%i×™X#õõgœrqðÙ¬äŠW*õ‘™r²‘Q=³ ÖF10k€¶ã1ü$ë½õ"·¬ø)í2£FZsPC­IZûy{ÿP\Çé‰jÁXºžñ<ÒÀº2fawÀx60ZBZUð«à,¹"®æôdœBZÔÊÇlh鵎ç݇ÖGWÒ6! Ä]ÏÓëcJ1*0#êZÖoLÈ‘ /hŸÖc'zO$.]í8UãJ!#Ѐvfן½bäyDK©YŸÁœ÷OP*2†iT%DDÔ¬Fÿ©,4K­ OS*ÒFCZËißí=e}Pý/ëïPg@~tAJ%xLp†p%0Õ[Q"@mC'§Ûž!—f,b*àÁh×i³ˆQáKÂsG“ÚÞ39#¾ô ¬"WmŽt}œDœI¨iužÙ -ØÝyÀe¶•”!  ó&1mhP_º"p>œóQ5°Zá¦è;1 K³ƒ²ö;ÏÓö‡“i×࣬§ÿnh‚Ðèq³›u>ø(J™%Œ”©O˜š!ï²ÒnfoÚÅèÌûXèœOÈÝ]ìðT¸ ÐRÓ}€/ ÜÛõÉûsn!#c3 €/í.(îfœýÃÌ{¯N™åÜ´UHóÜ~>(O;åÒ 8Nì³H™ KŸ(é~´6'ìݘeTAV.fÇ'ì‚8ü¸"ÎùÌ„ð{Ÿ,aûI; 8YÚ)fç=BÖ.ÌÕÜ}ò”C.Š˜ˆuÁ¹Þ ³˜›sÜyžµ+=»-ª\h°¤O(,ü\õ1ï‘SæŸç!ËýWiGÊ)Äg…ÀœdŸìÂkm i ŒSXÏë˜[ -™™y0†y÷­çÏÝ÷9Oÿ-˜ÄtD`žY—wöõG B榒ß5ܺ1þ40iÊ&…µìê(öÜæ$îÂæ4½rù9öTl– 4½9¦"Væ¬ðÚ—1qz—ßµ|³ô¢åOžÕ:fùUë×[ï;ŽÅ”¸²˜ó‚E@L?×ÇÚŠV_v«˜Í˯GÃã¤ÒœIÄÚ\àƒÔ[‡èqVËú4òTXE¬Z”½9M«ÍÙEŒ€ƒæÝ"&àçÄ %âÌòh×÷‘9VcÔ*滟£Žo¾dÕBšÛww€«œŸ3KI·ÛþKÝW·×Ÿ˜ÅW%ŒÌê{Âù˜J„‹d)Xg€XMYy¨„™Ù¾4ÛS´­&Õdl·G̓㘶Ý{‘†5àF€ëHÒ@ó'M|lB«àÆ5' RjÚÆÇe\|JÆÍ#ùì«BÑÇUrR[à !«B -6YÆ.¼ýwa,N9¤‚<ÀØ‹ŠûY3cËan›6öq’:2ö àØÚYukàô)&o‡ôb|Â.—lé„D÷ãZB×Ï˹$Üœ—O¬œž°Þ˜ñòH¹E5í’I!Çí§A#·7b³î*Rn •àÚãàáã> -pKNÖ! ¥Œ2vp^ˆI[’ŒcàvÚÞ?Xðô î,‰„…EÙ ÐÿÔ¸…|¹õ(n¾3ËÙWÿpnaðçÜâí‘ àJpsúÂ"¨Ïn©`m[ùxäऴûÞXÂ1ô(废õHøy0ß—\ºë±á5-ËÓ®sú¨kÃOÊ Ý£—ËóœM„<p=ÚÿIÂ[~·u­]¼mÏé)žR’6mÃMæ8ÇqÌÌl˲˜™ÉL‰33³˜e™Ù–,&CÚóÞûwܵ{?ì‘1[ÚZûyæüÍòé¸4·†K±)™p}KÁ5·†siéùN-³Ð ­K«y$¯º¼Ú2+¡­QbŽL%•ÇK¢ò£eÓkdã\J>Á©àYg©©N9±-£Â”µYWv)y@þ1””Î.ó©ø$Ç)~±3íÊþ46nc9È ;韭®ñh‹‹Ò®`Âì -FÎî5i­ùdgŒ®é„°¢NîôaŽM"¨–iP§.51u{<÷¡¦îõ÷K-IÃGÚ¤%¼µÀ’ ->ùx¾¸öØ\\û÷ª¨ô Õk$dØUˆ× {Ød\ìú>ü]ö‘¹ª70_=à7UvæKßC^ru¡CQìVáð'1Ô§ÇàÜ*Vך{{ô¡²Õx -ôȤ܀™²ãÖ‘³ý¦âŠ­>vm”•z¤d“sq•ß\\q¸$*="<2 ø–lê/ôš{¦¤Üa¨hÚ~ê֕՘˚ó•¿ýµLÃúuԼŮ‚§KÝ蛦¦gCZÆ]›.&[”ÅÂÃ…ò–C3_h“Róv&q‘^5%Ë>Cˆqk¨y‡€{€µÀ˜û€¯»T<œäò)Z"ððwÇË¢Òƒe6 |VäþéTðnÀgv5=u þD÷!û²eœ’{´P\cW‰v…ˆúÞ©@î™cÃ= -.<³èQNÔ¾¹®UÊ.Ü!ÇÙå´ Yr2F¶KÎ.tHùhU[Ñ“nò›o×:àÑк[å%rúž ¾=Vô|©-ë¶mœ áQÜj.Þ6D?’• --“Œü¥ž¢)ÈVŗ å9¦IqÒúÌ«¢ìÛÿš.N~|4/y·¯¢d8Õô¿FÀ82ˆÅ>}á›ýéì{û3…O·û2þÙãäBšé3•T¹´eÕ¾yØ7/)÷›„ÂÃy.èae”¶:BO<0 Eàø@îò/Tt%>hðþŸãׂ¬¯­íÙ•ó7gP^}E«ÇØ têÞ ‚÷ûLØD§’˜â×1QÀ ¹^pÿ®y‘Èm*®òš*Ûüóe  îç3ò%-óE¡}j!ûØ\Þ<¹Ò¼Ò¡bÁ]&àBFÑ™Ëú¸"€üL­µzæ%e6™gWò0;s¤¤¥Áü»ÖalˆkŽ‘ êíÙÉ©³\ Ï8G{<Ìþ %iwŒ˜'aŠïÞ±1„z±Þ…|hŸaf9äôÌýiZ²cŽ™kff¬ ÞØ&h)xÌ¿¹lˆ£€AŽ¢´È.ŶYfeš–j›¥¦XG±¯}€E3ô ¯‚Où±;ðúíQÄ‹…–ì+ë­—,…¼3€µµ|:´7°#óPS">Ô‹œ³”4ç,4ïŒOtË _é°I;Y÷@fzê×–¾ó*‹nŸèRžÏçx‰Eú¸DÅ›Dh®Ê§*yUï:=Êú!¦¶Ã!gnšuoáCê­:>çp ´×Á­©épêj:=Ÿé+]:±xo‚¿=ˆ Ùß¡³ìšòj—®¢Ôk» d ‰òh©¹Ç€ƒŽæiE-*Ê2“zÝ« gKªÝÐØ¨**}(×°IÇ LÜÑ<éQ #·ÓÿÜŸÂÇgCöhÙhø|þ…òV/`µ}çÜ&!Ϧa¡‡ÑÏ.³Àß»A·)Tß¼Ô*2éÈÀº@^Û›:£fb\ú÷ã¾%É;§‘Cté ýW%À³JßûLwÏÖ­Ð=ºŠ‹J,Øš£$-”ÖB×bÉûpùþÙ{GHóiÈù¦ò‹RÄÜ•J8]í€ß òú²¨òÀÌ¡ûª[ÏÄXè(¿‰Çó/ Š·”¸Ø£¥²–ãõª‰ÀRI½Ïȃ¸|¨/.Ûth–”ÌK* ùæ£%Ço¦"ZlàLÀÌ&ùBÿ¢¸Ì©ä =j!Ó¥²@½‘¡=h ¶=…zk™%%¸ }O -n{Œ–`Ÿá½5 üæØ@Ê<Ðaâ·Fo®tÅý¾ÙuÝ q‡Œžé„tL)¢A9Å­á` ùc# u §ŽõPb‡öÁ̽ -1cg‚™µ3MIöŸmfÞÜÊ rÏRó>šÄÅn))É-#%:¥€ù¥l„s2å†e0æÜþpî]/Èñ=áS“3<2RšGÁ(rÏT»g‹év!y©'î¢uzƒ~h``!TÒs -ÔVëÁ‚¸2`"çz4È0· -áSSsôæÁ¼¸,jdR‘SÊ)Üe¤;'yÇ;ß§%¤L¤§ŠžïÒˆ9vñÁÛgù(—¬„˜ÃíÓ…/|€'}zZu+™0§”œìSó‹ù€—¸µø$ð7¯Ž˜îÒ’³|ÐÚ´±ºÇ¦)«ph*ê>]eÈTø#- ÐÐ -œ2J†Ô›K_,öÊêÀë}óÿÔÓ‡ãEèØÄ@t„4¯{l&å}œ'çyµè„}6Þ¡°FÐRh¾Z;äP|jJžGIJ÷ëX2wg _¹ ‘{¾´Þ®ç­zË |À³Àã:õ连’ç30à~#Ð{CÙû€YTêÖ2 -=j®OKJwÊñ ÛSE/·f°žyq¥w‘MóßñÏ¿›ôÕ€û[UJÞ.Tt‚Z…æòüf¡Øcb —„Å`(à”~\.kæ3Ž—xìËl&¨[úÒ æ5¨•d¯^RfÕ³n#0ÈzÈý’šÀ_t°Èf¸çÑ髳wŽ–ÊÛ—ËZËU¯ú¸TÙXd-30/à@÷b—A{ÜzrŽMò¤‘Ï:^ƒ<ÂÞ¢;TÔLhúðÝ¡hÐ!‡·=áVÑŠ {Ý•R2{PÓ|ìGЃZJ®[ {eJ¿¹Ö}Ù2Zìž#fúµlìJ!ð[bZ@'‚Kd•ÒÒwgp‘ÖD°CAL€æ›…‹†¶8»ï‘– -=€‰Ý*.nw öÄÜwz£/ýŽWNÎ;Ðsˆ–qXsùöÚ£gàÑö†’¯X†ÒzçðZÁ£"§[Æ - =^·lsèË,±ÕOLpÉÁó+ ÷*˜˜C(ãj§Œš ­IºT,4xN56%°3­àãµè¯JáG3÷qEò›H¹*Ú!'&yU\ŒmŠsLðŠìÓä$¯þöÐHlÂ!ù }‹|ÁŽ”œdâ£|ªÚFıŒã¢¬£øø€šK92rn9Ó: {¾7‘ÿ0îÙ§qÝJΧc¢=jR¶WOÎõ꩹̋Â;È,NµD´ø“DÍiƒëÈ$”À8̃ü«£+:Zä0WÊ»}æÒh~öhžÏÿ{™Ãúk‰Iük‰w* -_ïÍ¤ßØ›É{Æ?Å"Ã&ؤlŒ_SÝrh¬l>Љv3o_ÆAìÎÐ2w§áoœZ!oO-fï€lé2TwzßV…•.ca8ô^˜ˆì‡rª‰Cvª(i- {¸ ,ý¸Â©(—‘˜á_ ¡¼‹ÄPƒ•~S½Ìk®Wzö‹kV+úÿZ¯9ZVúÍ\¦ÇÈ&ùÿÿ~àù¡ýÂfqÅÿVKš¼zb–Ï@-<0@–!¤¯ ^Zçq. ¾>‹ sCû+º‹•}¾Q©ÏÌaxL´"·›éÐGK¥Mþy‘$ÆxG«ÇÛÎzä¹d©2/ÐaŸQ$}Õ¥ôFåá}`rÀgB‚…òéEçr|™OÏ!@ux^çh‘/þ¸"yï7óù6%:ro¼è)`~n@/âƒúKqÊ )9ãW×é*>$¥ 7Ã׊‚¬Óä h:ȧ(·d}¹ˆãR ¸€Mû1ò÷AØ•¢ÃvÇ Q.Ym“mV´Osaû£Ôç1Å£5rÁÎ$úµ} -ùòPÏüjÁ¥ä"]R1ß§.©öëJ*€× }ÙnÐ~)&úÐLÌm‰¼>ȸ 8G&ϧeaÜZ&rèšcŽšéSƒ±1ŠŠ¡9S_Ñ£# 'ÿ·Â¤ôèx›ýÖõÏ2!Ù£ÆÆ´ô"»Š˜ÝÁ}q®‹þú‚kŽCû¸,¨ø{Y ~δ(ÙH‹Š’³0Ž|aQ°±6=¨-)=ǯ,)=PÖvéJ«rBâÎ8üÉÖPö ëü¹W˧ìL±s÷&YÀJŽÍt”_tXO/ôê….h¾W/)vhÙ«”š²|õ¡QÈ @li€Mˆ·i01>P3ÇËtüá -OàµâÒ•½;\ªè9Zæñr¦GÏ@zt,Òá<òÿ¬°X€)‹£97VG9°}0îû2!ð‘’‡¢¬Ü.×îT½ë>S¶¯á“×d삵Z’ÏTÝçl䜊<&A©[_Rë5–TùçË!ý¯õ‰éV).Ê­åЖËÚ< ‚ÄOuèð‰v6ÆmÆ%{ç¡ýa5ãGkå=‡‹Å5‡ n×ÊzVyâpï.ýМ(x^~#íT Bz -èõÀ@+:2±H/±YÿÏ -—ÿqËjÖ¡$&nÏ=ójèÐ -È,ŸQÀñKë‹emÅŠ.¸o¯‰Ksé9xß¼H j™ë<èS‰ù‡Ðg¿oUqÐv5 ô‡÷xŠd!ÈaG†âò#Sqå‘YTüÑÌã˜X8h_°h¼WSõá`±´ñpYü‘Ïñ€Ÿ"™¹ hŽÛ¥â€÷à`æKç+; %UGº’r¿FȆæA¡ýK^ æQ‘2R|Œ_Y,v©jZ÷ebºM)fZgyH·’ƒ=cî7±È65 ¹2¼gˆœñQ[Ùвñ–)|ÔÞ41d1ÀÖl¤‰G Lìðbàïu»r1kg–øg.dˆ)Û)C†Z¦/;“/l¶å=9R‰ÅFË -zçñMåÍG@ôí÷éT’3@¡øôdà ´BðÚœšÚî³P²3ðQÁz?ÙkàA6Cù5tðÔ\èü…W&¢:¥l¸]FlËÆB{þ}z6><ÊÒ 'þyóhY >^UøÈÆn «È ²Æ±VÈϪ«ç3AÏ¥û€¾‹+Ü@ÿÖG0/Wz -ïm >üœçS 69»3IM²ÏUÛg‹™n%äKz¡d€µ±ü‡Ž9JÚBÄý8/.^ìÍ~´;NÉq«%üƒˆzôã‡y´@Cþo•Atªéyk£ôË,'Z÷«ùäs\²G ØZJNóʨ™G€£M<ºGEÏÖ™zp ->é@WV0”ÕÎKªŽØt» íÑ܃‚êË¥“áÑ\·¡ó ³”Ô­Ô‹ítˆOKu©Ð‘Ð:䱦ϫ«l†ökYÔ `üC0N^=‡­oƒg û'ÃjJ˼F:šûܦ¤ÙÀ½ùõ¤ §m×’Ò ó~­ˆsh(­\[éƒö8-ˆËÀó<^႟sˆv9#GßYô š“ÿ?= l[¨~ÐPsWø¢ÿ­³Ù¯²æÀȦ/‹kVÅïŽV%uK’÷ FJŽWŠë?®I–ùbÏ<—¶7GN~\æ3–Õ9ôº][Rê7Wö}¬‚è0¹G'bŒ’’»Üúâr§±¼Þex?æ6ÖŽøÌÅïÝ ÃBýè_`R—F³ïl pûò]ר´Š«W½¯W~¸4pÙ¡YÀ‡Î¯xŒ’2›¦Yé1V´xƒª€²¼[OÍß—"ÃlRT”[MÍýkQTü+’Ú¿Ì|0\ª× *ù»øQý¡‘C>2Ñ -}J®ÊÇf.û`ARkÓÑá6=`ž¥ª~П 7…Bˆ ¶L Œm†œ`'EÚgii.À¼Ðþ}¯’”lŸÆ…íO£¼ -6Ü:F‰ÝÂ[FðoŽM|`X¶ôÈmh§œ–éTÐ2AÍ ?.òØÐ¼‘CÍÅÚU<èœ9 R*.Þ§f! ß³‚×µK)i.¾7GMY¥Æl ‘£ö&qá^%!É6GJÚ—‘Sw&IÑÖ)n¹÷vm°èé>Ð'Ðr›”’y¬r5b¾_Ç@Êëcß!eÙBºC&Àë$âÿ-IjþZâ€^¡£ }s ‡b­SThf’WANùhbÿ_ §ÿ—÷Ÿ3a¤Ð/™:Ü«¢dxÄôý)l”k–™{¨¯éöjS_Õ‚ ,'¦¸•„䀞âÓa“ÜjF¡O/€@k¢n9)ÓÐ{ÖÐó»CQðäߨ”Ã5†G],ö‚¼àÖðÈ&0X `u,èÿü€ž˜æ×RA¶ç¼:: â]^,Yx29Ï®B„îÉoô Äð,h- x Ü«g¢@ެ†t÷x+€ÆÙ®$Ç+¥­€ƒÚÁÕz4ý` ähÇDƒ€¼äY x@ŠEQZê/žCÇ^-Ö6 -Ø éÕÑà6#Ïa^«oÒ»Œõs>sY£üÜgd¢½FJž[‹Žw«l§æÃ„]_Û· 8Æzë`©¬=°(*uªi^#‡è3óо¿¡¢É£–ˆJëL¥u.¥˜ë5p(à½~-ÐOz4OC›8ÀG•Ç+5S‡ÃG«Å Ç \6ø?¸GKÉriÈi>=%Ç£%çÍÊÚ“qñ^}iý!ÐÀp\Ÿh—‰…?0Rr­“˜õž¢{[ƒ¨gøµNôÇ4%Á1Mˆ²ƒÿ³N`C6û‹lôä]_ëȼPájjŽWÉÈóƒüà”ã]2r¢WIË -¨™pÇ4#Ã>ÇG»TBºW#bº¤l˜c†–j™€Î}³äÛ4>Â:‰{³7y½7ÅHÙ!En Ÿ;¥Ø»éuí“w'±¡êæÄßí—·GÁßËx—‚ GÀ{äô»j.|îUÓöçÈI–qjÜ¡R@ú dÑC Ï^ÈJZ¶m¾?†~e›DûTä´fȧÖ‘™Çr+Xðý)rœ[FM;lïWQ3wG ­vç\uNÐRü -! è6dßüéo³@ä‘“RíSEÏ]sùþ™ýØ\ò>`üÇw .ßîc£ÁgLýß2ƒzd¦#ý:J¶K†µNâ#üz!× íÙä0­è±WÏÆxu¤ «þÒ)#Äû•ô\¨wlq{’–äPâ}:<È<ĤFæ@Ã(ð©hÙ€%{séÐYTh^úpIÀ?‚Ö÷Ôlh¾!5>ë߀  }7~µˆ ذ֮>ªgbç¸#ðüÿ230^1É2… -±«ÐGf&áZ/÷y`*©€84—Ô,ð¹.=”Y¨yûàùX =´F5À¸L Š—øBŸ‘’ï×Ó}:r¶¼—°¿0„S/`{LåMÀKÞ,°ð‡ LÂß˦]EËÙ,½#e¬‘£]ªòj—¶¸lwš–±>€zì7² ÀÏPî²Ïö@&õj¹»”]¸1ÊH:œx8& a¡lSøíS”ôZ(z´Ú²N¢ßBëË.½€á7 ¹ÿœCÎ㪡ýØ·Öq\ˆ±~u½d'Fnô¡‚lãØPÛ$#uk²Ò™m¾.õ·Žœ«¶IÜ[è̺U. .w#ŸØ'ñ‘^%%à êÚ1KÏØ!¼…Î+ZGiq›½ø¶zÚö!l­uß:F ƒæf÷AýoöÝ[hÉ»²ØVtk«õØ5Cˆñ( ›£EOÖ‹‚l³Ä‡ í’,ãĈí!r¸±)ïOË)Ú/gzåÄD÷,2Ø1{¼?VøÈ1|é“â=RJêîþíJòžsš•·Ù—w{³'óŠs -æ“S33Ø0×.Ê9CŒß&„ºg¸0÷,æ“s‘Ž)vŽcš·3Lï‡~¶Ù_pg{öÐ6‹~kWàb]*hôé×R¡31ÇÐY­€­¹dôüC€áU±Š $ä×G¹æˆqÎYR<øLqpé’‰h.¥„c™¡§º¬"‚Y`ŸÆGZ ¹)1n}ùdsûÒr‰}Ž’d›"ÇúeŒœ¿õ,ôGpyA®ÙBía^¸fiYG&QñÈ ‡àš£çºfH îbÌÞ0öåV?оIr¬cššlŸääíOp Û ˜Ázxo ùÜ -XÀ:X£ñh³ùÜ>C=ÈÌtK¹EhóŸ³ ÈgšºŒsú÷gíãØ(Hã]À÷ÝÐ!×¥RöçØùýø`SmᆚœsRqêé!rô×óï3ÎÙwX†‰1.)>þÿVÈ…~ 6Ƙ}mõDÝ~ÆÜ”uywùÔ2†{ íòø4»Šƒ°N0R¬ >ö'¨‰Ð÷ˆ,u îÏ7¯-·#ï­ôR"ÜrÙ§¤díO¢Bœ2\œ_KÎtC{nûWÛP¶ûñÑÖ1LˆKÊÌÚŸn›¢%ƒÚmD?Û@>Zï*ºc¬ËýC]žýÇZ=lµ¹Ø„´ÒŒ}´Ú‚}´Ô€¼³ÑI|¹Ø„¼³Ýƒ{±7@ -Û¹Â9üeŒž´7L‹Ý ¼^ë‚ßo˼2!‰úq‚Ÿð£±¡àözâù>èIàk=økݸ§‹ÍÙ—6;S.ë"~YïÊaäm ±Ò³¼"ë#c½ 1áFgþmÇ(êµs ýf±1õüz/êÙzñíî9Æ:JŠÚêÉ¿µ7{`) ²Ž!ž˜Ú‹îOŠâØè„¿8VóÉP-­te_ÛèÍ»½7‚|¹7Šza}m#Gíc¶úOœÓŒs¶Œ»;!„¯tQB—ZɯšÐwMuyWÚ -oZñaŽIjÊöö•OÁÁzþñPâ? }‡4?j ò\´_ËÄ8Ôl»ä6ë¿¿Ô‘sÝTŸy~þ}îsCÁŸæØŸ«m臻`Ìö†ˆáÎ)zÊþ05f»ût»ýd¾1ëðÛ? Õ9ç7{ðÁ>µf“r -w ó΀ËlÓ˜7›ƒ°{Ëíð‡ Íù×45É¿0C¾ÔWg\Üé!¼^nÍ¿¶Þ]xWW›q^.H<%¤œ0Öü±Ö‰}nj&¼˜àçý:ÉÏ8¡(Í9g>c™ Fîb^Z†oÀ=<[ëÁ=Û&ÅͽK Y2×%§ålbƒw G/wäßP–§þª¯É:»Ü|8WšsÝP‡xí•qÁ82²6ú1ÏÌÍ׿ßeŸ3Õfž³â#| -F¾¹ º?Â(tÉ*+÷Æ9yËh Íøç¦úœK³‚˜F)aÿYxŸuQ]“s¿ vzµ§àåñ<.so$ûîÎ`þ­ÁP[—å¥Ñ'Ö:²¯º¥ä´çíJ.zOÊ.X ‡-4Âo®µÃï,·ä^•ÇŸÔW§ÙìA>26¢ž -ŸZF1ñ^ ú®„[IL±Í½Øì;¶Ô˜ü»®6öäÖHKpÈÊÊ6éÉꪌ £ä·ÿ"E|ûþê;Bð¹OÛ²B¶3îÏðƒ¿2Õ'ŸuΡÞÚ§€{òÚ'PÁ^1ɯàáö'h‰N™€d“ñÉó¤'æämó‡¬ úÚ´³+­ùwœ“”DiUÖÝô§þe¬M{áW‰óíˆ×ã¢ÈŸ×û2®lõ¦_6×Å\iɸ욥¦6à_übÀ¦ùoná‚—ÛóohjâO««£O͉¢~”—¦©E¾ø¾*óþ—›]è7¦–Ü+¼èo‡é1_0â¿™¦ý4B û¶óê›QqÌè7g?“ -“îìš64⨫RÏ(JOJ‹OLrb¿¥„9-L;ÓFŠ;Û\ðú»>ZÔ/ëw€_ë+“Oo¶ÜšáEŸÀ=ý\[þƒ¹ÿZYŠ{±ÜD‹Øçæ}{¶Ñ»¹TŸsq±.ÿŠº,ý7eqêis=öñö‡¾¬ÒÇ'+íè»}´è¥VìCs#â¾¹öpBðò;ýû¤ »ý¼¬Nz´éêÖf/-|³Ÿøz³ýx­~gµ³à¦¹1ýEEÌiyiÂ/¦êsc#ééZ7ñÕR ⎡6.ï²²2ëÜ”8ól:ìËJäkݘ7ýä0]uÎÙ¹âÔ“cœøf‹UU&ýfx—t~kþxPqºzz‚‡=˜¬¯¥,O:©©Nÿ èÁùQvØw½Œà©w¿ãÅ^ôLÓÒ×; -ßëÊ¿³Ð”yxíµµŽˆ3òÒàŸÖ†áV-Ï2AŽÛ¤{¸¶ÒŒy`|Wxu± ñäË;²ò´ó [>…8h©5ÿþz)T__tCQžsF÷¾àÊb'1tk„™qÖ\qì«]È }ìšþ`êÜkí»œ›ªòìó‹ -¯;!Ïh†?œdþ¡¬(¸±ÚEÑ”ç_\l!<ÑÔ¢oN ÒOj«rÏÏ7 ïÎI²/Ñ¢o~®©ÜÛ‹aÇž$‡~5Ç‹ùA[‘qÆø!ïÚîHÑS——4[¹÷äseMþÍÁRÊ|+5lº8ûrì¯ĸ“S¬¨I/þ»Ú•ÿ|µ/ëæÎ&Ü£,-?4ð«mi—§8/¿ž¼ùÎ\Ÿô›¹6ùô|]Îs3âÎLyö qÞ Û”ˆà‘qQö)|øvìÑz+ìÎJká Scàò¢×ÆVLê˜8õš¶.ÿŽ[NN,rw¹!ýìjsöŸÚòô+†wù÷ÝSBšKVÌÜãdm òÖz ¯Vº`·L²/i*ÒÏ(KcOjÊâNÙg¨‹Ý°»Æú¢Ûúòsy)âš®vÉô~Õô÷ Wœ}6ãñ±bØÆùpc3æÑ¸àÅÆÏþ3Á{óÕ5ìs-ìêdEÎ¥‚¨›_!ƒÎ~¶;DOç&þ0Lyóù4'ükeqÜ÷cŒÐo‡©¯¿_nË¿'„=ûýêÏÏU’ˆC•˜µ3‚x²Ô–÷§¶*ã·qVüw˜ÏgE)¿ôòROg¿øó_s‚ô«k=Ø73%©ç¥éWT¥)g: ¯¿ÃõïføŸŸ.´&]ì$^é Eþ¾ÙO_ï!oß½qËXŸqnFõ]öñ¿›a·>›„Ÿþ@Œþ¥™ôRôb3úÑbSÑÍõnô£ÕNÔCÝ{صNìÓ/:AŸÖ¾nnCÜ>¼=HMZë&„lõã_Asj^)>Æ'ÇÇšZR®LrcßÂ6ú8©‹­Øgºº‚«ó 7ÖÚQAË­˜ qIâyR̵/z¨Ñ—-CÔ8™øÍ·ÊÒˆ“ÚêÔóÔ·?¨Do~Þl¹µÖšüxgŒ7ß•sÍ2FI±€layR÷v¥ŸûM7!ü‹IvÜ–äË$.l¤4újÜ¥/W:éIê÷è‡S¢¤SÓ¢ÈðÇë]¨ÇÆúÜKÆ÷9—[àw °Æøcû”„¼;"È]ëÂ>5Ôgœ77d\ì§G~_žùàßcüØßëH‘¿Öc#O¯Ñ‚L£®Ì?¯ªH;3ÊŠþ¡:÷ù̘{Ÿ*js¯Õ£ÿÀ‡ßý|œ_ö‰q¶qj’ä–‘‚ cCø EÉ«o¥âÐçÛàkqñ焹oOÍVã#7ùë]èçÛ=¹7×Û3¯˜’¯R~mnH½aŸ¡ç,´=1Õd^Zí„….¶†oõ _®4çü±Ö…Ò¼+¸Â‰¿ÿyMþ›ßí“<$ð–ÀÂQÚŠø_ U)gÖ;awì3ØðõaäËøÓï ±×?7´Ã^oŽÖWeŸŸ¯É8k¬I<=Æþ~o˜i›ä£vFÙÙûSÔΤ¿Ò‹{2êMEEúo³ü¨ïtåÑ?.5¥^Ø›#%Ž”Æþª«#Äl÷½c/wð“tïó/Í•¥žd\˜Á.vS./6âÒÝ3å‚…vZ¸²6é7UmÜi}]êYs]ÁŸ«­Ä§sy”¼øª ö° -+GY‘}NS–~Æô.ç©0ú¿úòÔßVš n®t¡½ú†÷ð¿º*Tì¡ZÌÙ€?Zl)¼±Ü‚|¿>ÍK<¥®È»ØÉJúùíÍÓŸöÓ¢þ\è"DvÒ"¿¯/xø¯aÂë/z o¾üPøä‹!ÊÓo7àOx…ÏNp3n³;BHYéB>0Ô§ÿ®®I;­}—yN^–vv’ýÓ?î·µvôË2xÈ÷u¨0à¿´uUÎ%à[§s™s/ËË“~éÀ<úz‚ñüäBkÖnfèoÛ=ø¤mI¥u‚’¼¼ džgöqä çòÕÎpþ}UMΕÙjôó1IöííAVÎJ'áåRsáÍ.Ô“Í^Ì3`´)~üÉ…ˆ;´ø9~ä«­ˆ—½ôä¥Ì+ë&ì:ü£’š³7 flLºàšá - ¿é›QwÚpÏ&ø§G™I?™jsÿ°¡ƒms¸è™Úä«Ì„ë_Î7PÂäåE·†é±ÿÆž^nÌ»úùõJ'þõþ)Ö:LˆTצ]26å>Ø-w0#–;°AK…÷—Úà€ã‘/¤éwÚ¯[ñ´Pbί÷“#¦%gG˜ñßsbeÅÿÜGM<ßÏN½¥mEFÞýæù…Ÿ4 B~ñÊÙH+ô €çÌÍLu±§ïâÎ/5ƒŒ1AM¡¥?ù&ùɅφÄÙo@Š—Gý¢*}ñã÷Ù·£ôG߯uæíM¢zá¿ÈJÓ¯ûÕ|’OÍÁíÂ5ɧõµ™'ø±§ha|ÖþEûñjº$ë¦}Ž…ÝÂFoM° Âv‘¯Õ©>`^}ÛDxsr¹=Y’ò ìæN?5É6…OÞƒ‡,wæßÔ¾K:«y—zÞ2É*Ðua^ê[à÷FYÛýÔøÕ¶ü››Ý97v îï€l«oƒ?Û¬Õ’•nAš¶{{”—rºú•¦4ëÜþ0%2 1=òþö ¶Þ/„-´^³.j“• -ÓfDÓ†xõoó{؃õ~J¼¬<ÿÂb-l¥•þ¶ ôï~Òëo•ei¿©ª³÷gœ67¢žØFù×½Ö‰x°7ÄHßbešêa×Ô¥é¿NóS~c%Ÿa¤ž_¨Ã½Ýè+.ÒÕ“^ª* -îªJ2ÏÉ$ ?©K“OmuÂîïMÐSõ¨WêúÂgö.jµ÷ÊÜx°2DIÜ™a™{°ÏæÄi§’Œ_> ïÉJR~U•§]ÙèeÄëêw–š°A[½¤7[½¸—›Ý¸WÛ}ô|ç4›`™aÃ%ð''A®zuh(­ÝŸ£fnÌ»?NŒ¶ŽáCm“„pÇ%ao„‘¢®C?Ÿ*ξjPe•Ù—{IÏ¿”JB¾_íJ>?.ù¯\”pr­ótø 0áú7kmØTŸJHuË9öYBÌîìéJKÂ%Mɳ¯šÒ®xe -`ø,Euþ¥Õ>J˜¦6çü ?þ‡qöÛïZ‰¾o%?=¡¨Š?k¨Ëºhê$Å•Ã^ž`%ÝqL -(¶z"ÐØ¤½TèZWò­•ÖÌëÚª„Ÿ›òï®õòRªÑ‘§¦*sƒ,“Ô¤­Aô Í»¬‹-·×{ -ƒ–Û³n¨«Ïh› Ÿô²¢O)+rnš[qÏW» o¶@¶°N° û°¯§Ê²¯óSoƒ>̶N1³vÇ™Öi^Ñ2x–Ë­y×6{‹}º¬oÈ¿¥nÌ¿+oÌ YÀ§òb.)K’Ϭµ<Þê- -¶Ž#¢³˜KJJÞ†?`†|»Ø\ìœeîã߬w#ΖÄÿ4'N:9+NúyL~~­§àÍLeÖIöÓoz)ˆÍ~D°ðïrcþu™$æT/êÅzIa'Tµ™7ö@ïòÓŸ}Õ„ý$`Øå¤ì•î”ký”˜^¾cBDtL 0«}˜ëøË”µÑKŒÚî.z`¨M¿¨.Oú hÝSŸŠ‡µÍ0³Ö†¨‘úfÊSûLeñþ´˜´=ˆµBgmûòîÙçò_Z&àO7€.ºÅœ { MÌÃ;ÒÓù؇ºêìËМËz'2HW—ûç|+â¹›1V•«‹ó­¾²ðÖV9l»ŸºÞ‹y±Ü•÷p½7ŒgÆeCMÊé­nrüÆ  øø•Yqò¹9qê9¹8å—ívÌkÛ0;g¾¢ªÝßîá¥ïqOêO?o*zðyq̯k=È'ûS¬lÛ4¸f9E»ãøX·’óJ«-òÞÚ0=Á؈~lþ€~°Ò„y`®CÜ´ô±³6zÉãü˜ŸôïÓ/o P¢À}ßœ“D˜â%ü,+˽8ßB~j*Ý1-¢zµžCÉ#Ûæjj\ò‘©­èñLI2¨¡ÄSrIèwËõ¹Àk÷vGDøÅN|ˆò]ê™å®œ›Ð:¨—GÛ½ôؽA^Ö„(ãò;þêþ‡°?ÍA.öäߨ™yÔÞn>Ä>ˆ|¾?NµKˆ^é†¾× óÌ>ËEË*Ï1C¾Ð×§^ž­Èº=ÌO¸hjȾéœfi@P/…¿<1QKtO³r/ëk♆|?Ì~öãrGÖýQäëýQjòB71¬ñüÇɪìPë,3_Y›ýg=ô—qqôºú´+†I—öF°oUy…Ñgv')y@_ƒ:IO¾™à½:1ßš}u¹´Ü¸3Œ Ýì'Ç€çòçb;-Ù!-oŽ2ÓŒ …wZà÷Æ„±¿ÐB¿ßA‡ì«Å _%G×S^ÿ¬-)z`ë+Ã[ùyûcÌ —”ž»Ö »·ÒƒÚæf@g¶¦hË…÷¶º‹Î7d^]íI»é˜ÃÅY'hiN»9ÆN_îeÇ®ô‰³Tu˜»€»mt ƒòþ=ÆØ\ôDÕŒ~üžþc9áôZ§ kkŸ­©ƒßÆæFü¤ªJ¼¼Ô”´Þ…|±?ÎH]ì!½UÖç_±Mñ[ƒ¸P]]Üï}Ôçßò"OµàŸ}цþíb -i´ -ôöÍlqÎç4ãUQsÜRjÖÞ.r¾-çš©5ñt¯^5«hk”»7&DXçÊx+}ÌDyiú™!ÚÛoG8ÑçF¹á?7c|>È >©j,º×H ;5‹úm­µÝO‰c sÍò¶)fÁêpÞƒ­)tä¾TÂØŸ.a® p2Í­„p£Ÿ®6åÜrOà£öGËíÈ µnÔë>bØÞ(¶9D‹‘VÅþ¢©+º·1H‹Ù¤Dئù‡\ÂÝæ-áÞî)+,Šº^˱Ò^tWý.ýœ¬"õŒ®>ÿöÞ8= ødæLyâ¹qAôIË8 ¶=ÄL_é@<ÖÖ&Ÿ5Ôg]]î£D¬ö³ÒvGKÈ›ýÌ4C}Ñýµn|,è³$Ë)ZcXh͹9WžpaLñÓæ.tŽ‡ÛždæéÛÏ,ÓbÊÞ”½1H7·äÜ_íÈ¿½Ò•{gknU2a[òÖ{0ÁÖ\¬m¶Ò™ûhZ}ºŸüÝðAUÊyç ç”—Iv§K{“P«¨jìr ⶺ6뺼öx¾‡aj'„ú "Éö1q± y×Pº¹ÖGÝ"&ìL6Çð1;r±…Ÿò@˜õðÇ>&Ý©®Ø‘U”¬Osa‹ýØç¦NÄc‹ôŠV,\¤&‡\;ùI:ü™U^Q·>!$š[‹îšš³//u¥]Ò7%œS¿O¸ê׋Ë\I…䣽R’KUVi“3¬SB¤uœW°ÙÇŒ_í¢‡Û)Áˆ±¿ÍqÐ÷-ݵÔNqÖ|=éñbéÙZ+%l«–`™"wd|¼d^À§íã¼¢Ý!NÎÞ(f›`w'ÙÙ»”Äõ>bðF/5l­Ÿ—òõ_iIÁŸK¤§Û´èÝ^vÆf¿ ßÜÆˆT–Ã./¶Â7FKÆnZÔ\Eþ…é²¼Û¦&BÄÞã“sw†pa+m¹÷Œ ©ŒÍ·­üj'ö¹¦:ùì=ê×1vÊùqÎCÃ{ ÈLåÄ~>òÏš¼ðï ïIY‡Ú²jh½hg àÞjOÁ¥^Tèö)Ñ#gÁ3ädm]ò¥¥vüæx­ÐÔÁIJ²Ïÿ¹“vbˆõó7éO]âòñ¥0?ôDenð~E ß:AZ^ø|c4ß–w{} ¹'e ö¤|ìö8/ok”ŸÕmR€,´×_ðx»/ï¾á}ìiUUį–aRŠc¦œkle…|¼ÔIOµM €_ó‘›#äèÍ bÔæ)Æ¢`#÷tU-ÒÚúIf}ˆž´Ø‰z¾Öƒ ·L2  ï@^À/w#¯tbCí3b¦º~C_{Ñü¾àÞZ)Ã)±,3\¤¡>S–|~s˜™æT–•¹Ô%Å[#øèÕ^Ä#]cέÙÊ„ËÚÆô§ö9Ì þo{Œž¥¬Ë¹ìV–W­OoÆI‹ÓÏlt=ÛÀ¥îÏð)6¹ˆf™äæƒ~ϵMp -VÛ îÍŠ£¾ãFü8&ˆü]U›t}w¬( -úŽ7¨î×è){U¼IЯÃÌDscÑ!ÊÛ¯gÄ?.´g_Û G@{ñ÷Fx…›Ý̸µV`óˆ…ØKuCú=Ucê­¥Q\Äâ5ÏÔ‰ÍuÉJß;u•[PÌsÖ'™96Ÿå5JʱÐÜOоúe°:/Ån*ù°ôd¹hý :z}¹1JHß™ äztB¾EÆDªšs¯nM¢7H±ûÓU¢í± -ÆZ¿0KÿPñì8õ»ŒO¾&ãSn Ó0×ZÙ?7d?„ƒýb.g‡®·rb èG ½˜çÆNÄý:xΉRêÊ ¤ÐÜÅŽ1µPžëi›8¡æzîyå®$óõg˜´ŸÊ­VQêF+/^SC>ÉF_4IH·¬ƒ•”åA |º{_óüzoººf©—›³xÇ1-!©ßå\T–ÄŸXi̽nà¤Í7‹’%ä[ó5̧Æ*Ϋµ¢$KWb­±8SS\6F ž‘3×6$Ù[=‚ìµnÌ“ÝF²uBL³Ì6ôZ¦Ë¹{¬]]þiqâ¯æFqÊB×{¢¹¥4cþ=ëÕJKiÎ|½8aþ='dµY«÷ÚGCŸïDþ¢ÓÞîö×:P; -îYf‰©v9‹éÔUw9tÕ환®¬Ë½­ý»òBœeZ€Ð×£njr/¬¶Ânmu!_íõ“Rm#œœínIŽº’ót¡¾8ÑÚWK³ö•ã×Û8q²’Œ³€Z¡À¦«êX›“PÇ9Y+ã¬Ô­)>|NDv͉)Ö ~ÑJ!x¹ ~Ó:D‰rM ЛÃÂÂzdâ×m蔵e´PGCµc¬˜ºÒQôÈÜœ÷pkŸãÒT695•õUiñî$§pg’‘åPH$û2Ù¥â·FáÁ+=ùOŒ9×:`w–ºˆQÕ°È“ ˆäßebÒÍõn¾c¼ªx·¿»XO~µÑJ߬ .´ð -åeù×6zˆ‘[ÄHë+Ï6Ç)ÜŸBFO•¼þu˜üƒ¹ õÌ6[U -õÈ*Hú˜; Í´˜UÀx«½„×K]”sõí¬ àê,¯àOM 9DýwOû!çªê]êU}SÖ§^Xæ[¨ôÏWv¯ÒtÈ—[ÒÁ¾¶nÄi¬hv8ä¥AÔÛÙšôKêÆŒKÛ¸H·N$qéÊj·Æ„E+´Ø€²¶Õ'׿UVÕ팅k?„_2´%_ÙšÁE:u\òB'!ØÔÎO˜¬ ?j£ÃO4³ÿ[œ÷!üÕ¿àÏŸ|š|ûÞ'O/]øäü©ÿ~òý—ÿþä÷ÿþç“GgO|J‰yøÕ8?û÷Õ.BD@/`ûŒöÆ #c¶™pü=õîX%áê¨}¾—K8ÛD€ÿT’—ú5¼&=òõ§‚èˆO+S“þ#HŒø’ùâ_”¤ÿ -½ñ“ˆk|ö‘v¦÷ëT1êÖr';ns˜ 3·RBÍ-ä—+Ý‚m‹0v¼„v«†¹Ð@@žªÈ+øŠŸðoì›Ïòƒ~ÊxóoqbÈ—”ðÇÿN»÷Ó7W.òüÂéO‚/ÿöIÎÓëŸ6¡ROÍ7qã6‹QÛãœåQ ZÝF}©½¬m¨HŸ«÷³ñçÚðy?và?÷S‰×»ð¨sØü_Þ¤þPôÙõß~þäüßòÇ¹ÏØ o¾éeå^Ö`^ß Ût,¢UÍÄlL1òTMÈ{S•YWWé…6Y™x¾—“2Ì/úuœ‡:?'ÁÜI°A3ô:xôwœÄ×ÿÆ…=ÿ<âÆ•Ï°!O¾¢F<ý’üæñtÕ¸¨ýiaoŽƒ·(Eœå1rôÊîÍÊ ú)ষëÃüâ!¯µ‘RÏg…ž€ßÿ¼àõ³Ïž\üý“+'øäÕg>cƼ>ÙDŒûcP˜ñÜÜŽÉØŸe#,s¼ ôóÚ +yum™åãJ!uw–‘¡k.¼5#É=£¨À?—‘—fÅ}›tÿSØÓ O©aŸcCNŽyù#.ôKpßÿ¾øÛ§I÷n~‰ þ®"3êË•.ZìÞ¬˜º;WÂZd/tb_êšs‚ûÑo• ˜{úvzˆ²‘ðh¬¤èâtÚ·M$â P+?H2ã¿d&F~vëÊ¿NóÅ'¿€ëä·_~òÿqô•]dÛß×vww÷n iÜÝ]ÄÝ]Hpw÷@Ü ‚[ˆ'X÷Ìܹÿõ|‘§r_Ô -dAÕÉ9{ÿ$ujï[gN€ ->=ýyšSúùhžÛò÷*çV!³‡r^jÚï/Pˆ^#¿Ö&°dŸ´+E'zÕä2‡œQ³5E-\%”Hêk"øÉ×i1Çù‰ b?(øøüO^qìÅiJòy +ëúÊ"ýÛ -«áÿvy#‹3Œ"ÀnÜë$–ŸæC -~%çýXŠxþt÷â)е“'@÷ÏŸÝ< -ôû¯?ƒ®? -x ”òò»öªŒ“j~îµ= ¡Ð¥'—Ç!†Qz²´“=V‹ÜŒÈÿ“S–ù+5/ýÇò˜Ïß}ytˆÕk Ô§@ùï^ƒBî^=<{ûä6èõý« ?ý yˆåO¾Æüah…½P7ïÎ2Ê.©já÷ºè1ÒFÆÇnþ­¸üwHjÚw¹aa Ô×oAnÝÝ3éÇšè°ïjÂ?‚ Ÿ@Q¯ƒž]> zrñ<èÔ¯¿ƒNþò#èö™?AWÏþàÊOU‘gu­¥¬³°ˆÕÉŠ×ÖTÌRwÍ Kêý4r§>S_Uô'<1áÇʈPPî»g ø'÷@O/žÝ;} -ôðÌ)ÐíS'A§ÿôëßÿçž]æýÅ¥d¼Â5‡ºoâ×z´|@Ï!þ£zWŒÏXÆD*šÑ/Za%çà±Q?#£b¿Ï~ùôôÜ9Ѓ3§A!ׯƒ"ïÞæýèú‰“ ‡ç/€ÎþñèÇï]®—úâ)ˆ’sZ݈~»6Æ+Ùžé:õü])±:IÍ5×Üf”_ÔdžÄ¤Gsþ]ô£‡ Ç΂Þ\½ -½yt8ßñŸ~]®qãÌyП?ýztö¨&:ôç)zñ-MCÁíµ¡ªOñÏ:«vo‘'\Ñ -–&¹Æ~l¸´¾æÞ³úÞò¸¡<ï".ú‡¤WϾ{\ãŸü¿ö4èW`-Oñüìþ#:õË1soÕ»e™åT ×"ï´“Àg8Ðâ߉…%?!3 ~,‰Kùáããgß?q -t˜ÛgÎî]¾Š~òþGtzÎÉfXÍM)b醾q)IEN5 ¾2Í.7O*ä} yc ìu`²¾‡&Å~Wû]fèGгë—A/€ãË£ ·woëö 0'ç@q/ž|ýôḔϧ»iW¦Å‡ ‰ú^Ì'y=ú™²üVÙBé¥U]kÁ@/Ô!1çà¿…> - -yøôîÎ=ÐÍ3gAgÏùÀÌçÏ‚®œ> :öóo +ž}ºqTý%éÖªüûúFDøÊ )aeˆžbäåOÕ‘ßõQ WjÁ¹¿ ªJÿÀª¡²³~Š|þ tçâ%Ð- Ξ_<útë.èî¹+ K'Nƒ®ëuåìE;.‚¢Ÿ=‘sâ’p!wlRZ±MN)Z‡.t—>±K™+3ÌBÕ-a¼ö¦‰ºXš÷Cس‡ ··®Ÿ>=¾|˜ãß@ÇþtçìЙc'A÷/\ž|÷}Üó?Ö%·t¡"wŤü tôÚ:|¡ ùÞØ‰ÿ4BGÜ죢®ó«JNEF|—úþ-(éåKPì³ç ÇW.ƒŽýøèÒï¿óqôêÖCÐécǼ8Š|xﻜÏoNL0rŸºd”J¿‘CóÍs^ãRÓªÖ§q‰ÒFðIæE´â\É—Ï?f¼zJyúÈå‹ 3@.ŸùåW /ó~tæc  À¸\ºº~îèá• ‚Ïá?£ScϪq–‡X™Ö™6žC^/´ôbM}¤Hm/.¬“Xq ’ùcø“; '—/‚^߸ºÌï™ßþòâ$è‹'~ûýç¬áÓ«·A/_G„}_W’üC?$ñ÷aDÜ×En×@Eìj¹Äuq-~[ÙP¿,âÁÇ9ðÛÜòü_¡‰±?Ä?}ü]Ü“çÀܼ=½vôÇO?ƒ.ÿy ¸î%Ðý«—A·€µLyõþ;bNæI!$ëž¹§:TÓ’sE;ÊH›¨'<R_OÖó"úñŒ‡]HÂåãžB¹O/‹ÊÿžZ~Š˜_uj˜Ö/®¨6õw7¦[h[âZ¬ð|N]½Ð®j,Kk‘²aVêt5d¤Žô¬N}.„@¯Ô× /· XÉù˜+ñ§JâòÿÄdfŸ@§$ ¤¥]éÃ^*i™+#ØÄå~ðóQT¤MQKÝ’ )+ÓõØù‰‚f¤±†M=Ù)¸:Õ Lè6D1¡„;Ø|ðÙꤼßJ"²z÷è)èÞ…S@,_];} ”ü2ô'BzÑåNúµ¦™—¹ÐKŽÝšaÛÄ|¤u–7°ŠøÐ´3ì’„ßgXÈÇ3<ê›.&ýQžr‹T†8Ÿšøã›»A7ì¼rÀ·[OAaÏÞ|ù&äûŒˆôïK’ eVUÜcBŸ-tá?;µ$Û,³Ä%eÂj^ÝžAÐàÑ -yVe=K=ÖP1ÒÔ’È⯕fgÿþùõë"½E¾úztãèÔ'Aq¯>ÿÍ­ºH£ö3¨o§9ÔÐÅÁŠ]Òܸ1Í* ¶9v}Ž]½6ɯ26¡ÝÜĉ:âË&2ü:ª¬òlALÊOi¡1߇>ÿäøu vÏ€NþvtÿÚSPzx∴ò‹ÝvÂÒXÍ.£UÛ%¤\¯žË Xš§÷…þA놂Uã¢åƒ´ø>áv{“]RvŸ“{ -‘•uœ–~òË›¿¼»ÿýú(þcØ÷I¡Ñ?E¾ýð]IFÆo”šŠ+sM„ð•6dGTOÝ×âlfÅÆ$-WÛ{fì'',ÏÖã%]ìäztùEDFÜo‰^ÿšþ 4+éxFdÈoÏoß½ºóèÇÜÄü³É É'²’~"UœâBáwû˜˜×ÊfØ[1'çüB/8tžß´gaq}˜¿«äbmšzÁª¬Ž"î¤~®ÇAÏ!ór‰~ñú»È§ÏAù_b@…1I?Æ~øøÓóÛ—@)¡¯¿‡ç§ýV‡ªº5Â"E˜‡ùÐm1æU3N=“·%okÛÌúlyyº³0@‰Ñ¶c^Op!÷{qå·–º: ë#=ÌñVâÎ\=Ù!Òmr[Ä*wª„,§¡Sî0ÖµØT,ø–„ ¶*x˜U)²,cC,³u¨ùÑfˆ¦›¥ëa%-N÷ð—'+“½ì…‘èÒPSÕæ9> eA@~¹4µ´]¥hGĨrÍ6Õ¹$}“6ES㺄‡Ú” ibv©Ÿž¼ÒÏϳ 6U(û[ËÔcC\ÙÀaª©5y’ßÞK¡<ª—œl‡ÁnÌÕ -2VÇZ°NYKGÖÒä‘×s½*Ú§gaü:Ý£ªe,PÓÍ=øèÕ1fñæ´b”Ê»ëÓe½­…Ò®¶ì™¦ö8qccÌ,Ÿõa„„¾¥hk̵6¥pX/…‚¨¹áf𪴎d—qàv)£|k†’¹Ü yeŸÂfþeišòiY„¥ D䲓¬c¦73>޵ÖFwtäNu¶ç6á‘WºM‡Ýq} î e;=Ü2ÜX±2Æ-Ø‘`ÒjJ¥ÛX+pêZºæî]]ë ÏÔÐ}x@¿Ž\n#¤­Ì`b$íÕO$]¤ˆ‘Z"'ãOzUÕå>aKb‡ýa¤žÿ©ƒÍ~ÜÂ>Ÿmc„-Mµó쪹o¾iÐc6ú,-SþÅÆQQм7áÐÒ![rJÁâ!^ðŸ¤-oe}1 וÍOõÕéFê+•}Äí=m¶2èà>.ò¡¬·6ÛY› ád/ÍÕ"Ý:ãïyÿo3[P“`“ˆ¨•1l䯫À*5%-ÌÐs}˜k£„¸µ€»êr®¢ŽO2’Ïš9Úñ‰ö¹¾ŽQ?^9(,]œj¥X¥-‚]·> -‹UâÏlŒ•¼Ù3³¸‡«íFR³+'85\âš”]3/ª­‘ÔfÎvòãçÚ’ÅŒ/²¡¦jùdS3ÝŠžŸ"'/ŒãcÌ#Øð…!ø{—†G¶Š9Kôíö,ìÛfÃŒWß%ñšzêúZ«¼–¸hƒ­i\‚¤±âUSÅç>1 éQ±‰Û3¸4›»=ŒvÈ€\•’r=*ÌgÖï(˜ÕnwºNQÀÐ1³ohêÌ ¬J&|[JÌ^ƒ…¬O¡bWgÐ9€V(;4Ôò¼ª:®GÞ Ä.½< ÅøuÄŠm)&uGN«ð¨šÛvg¸ng•sës„U\Gw«tÇ !Ó>ŠÛÂF.ã6gÚØÀ±2YÛœn@¯OðÊW‡ÈI§Ú¯äÓvÅÁbµ‡†ñ¾¾yÀ­¤ÃÝjxWJ+±‰X[¬b¯ª–êU ˜íV××Û¥¼]y#[¬\ÂÆ¬Mab¬sÄŒíi\²]ʪ2 ²Ò-½‚"‡t`λØ0âÔQ@¬f9äħ»9ZôÈ%C¤-ð…Nk—q‰C}‡ÃÔ4°ªnî\Wuô¯)ºû×dôùQbÌÂ8¯hETØ’1JüF*rßÀc¹ŒÿÕÈÜdÕë :”ÄB§†‰qÏ ÌÖCÇëíkˆe‡F*Ü­¤–YEô"I=ô=«<þÁZ°"ï7ÎÕV[dä¼1µdĔøôÁºÕÍc³°uW)ò›k;÷,úÀB}]A)4#`t—X[½Æ¥âb6§IYKý5¯we´®±syùÅØQtoy¦AŬH©ðm%—º¥Ð¹YwƱ0€“&&a[@Kð‰«Â¢ªÏãÐp§˜”P²`>9³æÀÌezõ ÌÖDå»ÍáÂgKÝéWõMw¥¬È‹+½y}:A£qœC5U„mËhØÀb›|O/z44ÄÊ8d†›xRZwyWÉ9Zô;Ì }s­E!6 ®&XkrßÄãûõ2€3åkS5áú޼'óÅÏ\ól–k±qd ‡SÇÂùL<Ž[Ï€û ¤2 -›í’bR¶ÆÁïÖG+^|]å·û5mCnYϰ[Þ9àR·õyT´J—„nÂÅÏ·U>Û‘`³t½oµm•¶'ð öYL‚[E*v+ñyN :Ù§¦Vy•¤ü= îöL²=CÛT0öç¹L›ŠX´-Á&m‹0‰;RBž¼-÷Ñ7îùÑ|]·ßÐ2èVi»"\²u¢âµmªúCð¹v‡‚ Ÿ ”³ ^o!³úÆn¯ºµ×­liwÈYKwνõþ’§[£ÐO[3Ä,I="A݈ÌÙ×’¢í9ä`O«=&Ï>]2ß{É­Ä”ôõm;*YÛ ý¸«`À½êZ¶O]ßèWÖÒÈ[ckÍ˽Ư¯ëñ˜ëº¶”äb·…×è_iœþº"ìûÏ*[xdar¼RõòTÁS¯[0 -[öLÂf¿±Vx°T?Äˬç–qËñYcEO7†óïûµèÚ©d©¶;ÏôëiH·&ìß_´Ù5ä2qkÚÃÅqdµw¾¡ocŽ\䘃DꕇÆ`ÍfÂ-'­æ~Ü) õkHv1µÌКMS—zf©'ï®G‰JsJá™2zÏ\×iCdNòb¯ØehØáJäS‚ÏÚ•¢SÖEÈ”ùQhÜ®’P½·Ài8XkYuÂú~zêë,²ôÛ‡ãâ2} -bžK†JÜš*{cîL½½-*‹:Xfrü¿í*Õ>S]‡×ÜÔ¿£æ`ìR\Æîlõ'ç,øÝöDéK›ó÷:¿Ó)cB-½ôüjÁ¾º±ýÐȦû:gáÛÃðËOüì³ÆæŠÇÖIJºmµ#BÇnŒT¿Ù©xížEÄ<ðÍH,ûg…Í?œç×ûµtØW`íþÚàX…Ïv)ð9¹dc -·6TùmAØ04´:¥\„k–”³=XýÊ=…Š;T±1N ¡hÇFtcÒ/n@b¿êyl¯‚ß3Ê€X-±‹0¹N9¹Æ£æ’·¤ T$íR[uÒK»ˆÃØ‘q‘6Ý!‡Ç8åˆx›¨:Ü:UòiGŠÍ\‘³ç0_ìb.uÏÜ4¬Ó¾#aBvg ö©šÕþ‚Û“Ïœ*l–¶³ì…¥P5v5 WÉÃ;d´R‡‚\hED:eè”`Úuà=IsñC ·³ötîþBmó×%k߈-:4âJ $ðJås—„Ž8šoq(™È­Yf™S#äí*…l»œ‰â³ùÐÄ¡ytW†J -ö'öìvÈq 67 !UêÛ÷µÀ¸•ÈÔõ‘²7†ÖÒG¶IL ö‚Ù׊÷t¤Šà}>›Ÿµob“¿Y¸|«¸&Ö&Cfì­´(=%v©HU[ÓE¯ls•_üF|Ù¾…ˆ;Xfñ­jÉú41kÏ\ÛêÔ0Àg!÷]ìk9D?€>52= Efú´¸üQJÊE#ÿ™3¸/@„M·K Iv:sGNs¨ÐÉ©ro¾¶ˆ»A›‚Kòh¸”C‹|h"÷µèìåÞŒk£øç¿*ù1·÷µ¤*ŠƒßÇ';¥Á^7dLÀ„ȰÎÔ|^††Î¢Â×§á›3È)¾ `bâ¼b©W_[ï1´NëúËü–ƒ%àužßàÔ°°Kèp·‚X쉺=ßÓò> îÓ3ñ“ ûh¥~úë·É£%W¸ÕäŠ=K‡ÁmjÚ’± ;2rñ?+ÒWH¸ÿ®P)ÿ·Êkÿ¿UN“MJƒ4 #/@£®}Sòë¿úÙ;[º;Zp­=ëÊBcÎåõ®²gÖITÌ?÷.7çÝ)Ϲà@^KúªacµOáiIÙGÛDÖÝ¿”š Þº4Ø·evÏHÚ%蛓ìRcÒüjl®W†ÎÛGFoó*·iyÎIb²WDÊpL £¶‡ÐaÎàç)tœu¸üùjoÎuÛTM¨SBÎ[Æå»ghÛ3„ŒÕ dÔê06jwšUì™cVz”t˜]BÎæÞ¡uäÐ5{z6à ™ÖY\ÊÆ *Ê6GbY ô8L@sPœj¡À¯««?Ô’Ê5Èd¿¢2dGTº5û¼5 Ù‘RJŒÝè0‡ŒOñéê½:Ä àµ;Ø¿K‚N]F„4Â#/­ !ŠLõ~c]“[K(t*`IÿÇ8$ÐH7À-^`–g•|pŰ4rÏÜ<ì1Ô5íÚÉì©"‚EØf¡Qn-ðy¤ŒQd¸}†\x`hì=¼^@+äz•,¤KŒÉØ®ùè–RKmSøä\ò©µžêÈÿ,7Œý³%tÊhq€ë²WF !ó½e/ý&Ú³(lß”ÑÁÖ)BÆ–…Ýÿ¬»ÿ]ãwügÛá×£ò×&ªÞ, V¿ÜšÄÅoN¢#ü*&üÈ ¬ ¨xT¿š…t+€õA¿è3.Mâ¢NmŒàó¬AM³sî(„©w\JBÅÑ‹ù×2Gpha3]&rsŽVæÖÕwìÍ7ìÌáó-Ý…w—»‹îøå€O3“ß´¤ê‘šÏ¦ú” bZ™µÁªÄé–C¢¬“5a¦¸5<šKÍ'ùÌLžßDÄû“ü ànÈ?¿Ë=²`ãP‘ܡոŒLüÑ›õuEók•½øðóÆ>Hî×¥VÉWK»)Ð QÉ—šìÖÂÓLز¿—k»½:ð! Ÿ¹UìÖÔ =*&ħ¦Uïi(•»5!»rVÛ^õf±õU%ä¤ô -Ÿˆé™Â$nt—=t±èš!f®C?wᢎ³Sžžv|똣oŽ@?­Ž?Z)z4ßàðPéëM<îº[4ÌM¼¶2Nþk¥~ø`žÃò¶Ü äÈêhÙ›ú—“Áý@š6ägvѧ+ö!x‚cœ`i©|`nÈ¿f¬Ë½jd^0 ROÛG*Þ8fˆÙÊNHDaä£?a‰÷"jÅ®”…ö(PŸ’\²; ‰ZÈ~`›© ñëè—Œ°‹îQ“Ê]rtŠOßÓÀâ=Šš¨µÑ¢w«ýåï¼r&ΣmØQÐÝ‚N9Párýrb™KŽÉr+q;btÜÖ$*B×Ztkm•¬é'-õ•ðÊ)Ŷ)Ä—íað‹@ïæp©jråž–Ô׬#ñð -Áº';³ˆX€‡_oÞ{}Ÿnìbm††±I¨¨­9b‘е{&Ñ­$•îJ°9n9¹Ò9GÊqÌ`’¾Ž÷H©ààžP¿NÀó»üfA]‚Oµ‰p)ëwjFâIï$2ýHW[ç0É­¦T9$4ð>àe| -rOM‡ïHéV1*kWN.90 -þ¬™»(hÿºÀfŒ¤Jº&Ê.®ú´5YõÆ6SjŸ…9Dè÷!gwï”’ò|ÀgsÊ …Ö)DÂÖpM¤WË"Z¦ˆE¸Ü÷Ç-ý蜯KM3ûó‚6š -uÈÑ©61!À£@¿µñGÙšÁ¦lNá3·gÈÅV`ìÆÖ¢Wƺ¼ûÖÈûÕöâç¶1X¼cŽ·<ùèኖxM‡Ë ºßˆ-q«‘)vYi¨MRøápSú×2¸«$˜û*ÞûGx͵ >@Û. ;¿® -:&Ø£†Ä­ —=7u<ðê˜,¿ž/80±¨û&É©Á@—è̯Kd,àƒË¶' _{ÊŸYçð™–Q|–¾ƒ•ít¶{•µ-—¸§ ¹”²\‚k†¬u€´ ¢øô=1­t½«ü±u°üåRwÑc?þŒ‚{ÌT—û|cŸ¡ë¨zµÔQór{ŠTb1À;³,HÈ·¿tÂÚm6W\—~om–vð¡ ˆÕ]YÍ3 Q2Í·•¿Q·V>eæ½9oíE§ZˆqZnáe+㔂‘~Ú È8,÷ªsm g± G¼¸ø=+íý%„µI(5SÐxë 8t±?ã–©#ñÊîlUøÊø‹R˜vÇ#Å”ý蟞ìœ-ygÉ~´ÒwI#ü||µ+ÿOL)³Ï±jŸ‚û˜4,ôšGsJˆyÛÈð­Qø' Vâ7†À/ÄuùðY/ÿÅE\ô|c ½Ú]òx³7ÿ‰c¼üåÖpÞ“ÕÁôGûZ\µOIƒïÎ ý@Ü»¤Ä’íiX¼[±¿DFîri¨p}OÅË•QDbÀÀÂþÂ*!å/ Ãw¦Ñ±ö hèÆPe¨‚Ÿvר˜sÏ-¦ºÍâÓ×6øM|ëÅ£ˆÐ¥¶’Û uiçÜc5¶‘ª¨­Ñ²÷&.àgëj]2*t¥¯â³m¬:b¹¿øÑB_á§,ØWª¾ÿÐ,lß Ö¥Z¨m<˜§ã‚ýwæ á;"x„S ùâW¢’œîŒW½uLÂBœ³´¢ýÿõ®§V{䘌­QHÈê0"ÂÜí!g<Û˜ b½ÆÆn‡š‰^Æ¿xš90 šöÍýÓè„õi\º[-¸t Íë"Z‘¦üÉÜ\ùÞ1_ï/µ3UàIüÊpõ;û,:mÏDÁLè"¿‘îUkŽk㪾-án: Ð_Ÿõ]%·g.-áTÒ«ý6íp©¶yWJv+)»sÈ$—Ÿï7r¸+ãˆ(¯š†>\ìÐ,× øçi¸]2e{³1 -\†E8å¤"s_Í{c1Å­î™u«šÝJ6Â+'´L´OIÈvб+}5ü„s«}•¯–Ú+^Ø !Û}5o¶z€|h+zd®xçc3²C3ÿ2ŠLºyhjèv)¸X‡ŒYãøis±6 ~¿9VõvOÃeíjùLƒ²÷t4Ô‘…Ãþc ¤.uV>›o)¸in*|`g,öR⬢˶aÀãcã¬CðOë}UÏŒ­7dµ™ç§è)Ç;!¡?¯ôàKíSBìâä°ö­S·_æ–œ!&ç/÷V¾´4=Ú““ÑÁžf+Ãy÷U¼Øc -fâñ¥ÖüŽiHÂ>À÷JRÉö2ZßZr{kê˜Â%ïLà“¶Æ 냈ýðw¶àýºNÔ{Sâ­ˆZøÈT_ñvkš‘𠮉ˆQ¿i¹q§\Óà÷»“•v&ÊCŽtä0;í!6åá11'?âÐÀáìŠÊ?J#†²¨ùþ”¦Ž¨+K½ùwvD¸ìÍILòÊ0~ ‡îÖÖw€¹Zí-}4I=V_úê{5?åºsŽPØ ‹¹Ý‰zìÓ°…ëãøT½°ä¦ž›}VÏM;%"þsõèg}CÄ5 Ža[S´¢AlìΡÈ)¡£\s¸t¯÷ÍH†hÈ€ŽK;0pY_çüÕPÀ{zBÙ¾žXPâ³€ÏrŒU¾[iʼ¼Õ}cO†LrˆXà•TÄö2Ê1‹I°Ï “¶F1ѰººÜûK]•ŸíR:$ˆç.- ·oâÐüjô@Ç£;•L˜GE­90ñë¼:¡`SÌ©ÚÕ4µ8”µôÝ9j¾[ŒK]í+y¾ÜÿÈ%‚FxÄðÈí±âWaÌEs{Ê#3ûuQØåS£râš/n2Ù:^q¹nÀ7:$¸qØ€·Òmâ Ÿâ²}::rOG‡: ì–¡’ís°¸åað[¿ŽÅÜ_èÔyç…~Km«¡¶Ók¸TOCÚfq€nHÞ‘Àcvd¸l·ŽÇrÞØ£çóöæ-n‡ä˜Å&Ø&_ŒM÷‚ϺŒ³/à3þlh.‰±c“ŒõW–:rlT¾óÏÏñ’Nšs®Êi¨}Sm㎟fø5È›"hÔÎ,*5˜_8œ¥QB‚®©âþÎ ¡à`žMÝœÂů@ß®öT<]hÌ»»ÑWþbe>ÊξJIyüƒOÂBnŽ¢¢-íù×uõ9—M…·uÂìËúºì+Ë]Åÿ[µ:Љ]ìƒ9ÈcZ„»;‡/°M×D,õäÝE~þuŽ}Õ+ÆVxu|ÖŽˆ’SÁ‡Z6ñÐ,@.ïL€ßYÚR.â?ýjé©z¹ØSýÚØX~owœQP47;fé%ËÝÐ7ã˜Ô?è©o@üì7?‹I­C¸XI:²{l¹ùËðÙÔXüT_ŸûÜ>VjnË»=Nʽ1߉LÛדkæÛR.®d?qÉ ñ[S!ÖñÊð€œõžXÑPp_Ìɼв9ß–ê÷ ôæüÓÆì“u{¤¦c¼2|’”zMÁÊ{ëšä¡,°s䌳SèÔ“JÞ%57ûª¥%ÿéf,e}’œ—õáÚ÷„”·—¶†È¨=½ n}(ç¾Q{Ò\—tÆ:YòòhžAö騬FúëVèÇsÿ·Åï èñ•;ãå¯ë2/¨HqÊIQ¬µfß<”òMÝ„¼7~à—…Üô -׫¥BÖúËžiù §Û+žý.a…] èȯ±u|qœ’·-Âdÿ5/højà2ÿ2‘«³àÏ»ÓåÿûžÐ@ŽÔÒ·çÅv9Ó§ U¬õT¼ÒóS/© ''~¾þqŽqq{ª2íß-nÇ83·ðó‰Ž;òúÐÄæóÌV}‘³"Ž/td?ôë©0–…±K©%3ø$—Š 虄`Íõ̸â@Kì©n)"Ç¥ÁƒVêF|nÓŽ†X øæª@_ÛĨ4Sp°ÀÀ;5 ¨]F-ñhµkã ø¾žÏ öà (X0Ç4½À6‹_ê.¨æÞÜ™ —XÇ1ºÚÔKæúÔ«ÁZNìå@c8g ‘ûk[¬Y%Æ÷~ÔLÄ¡‰ ù¶HF~[¢æQ…›“e/¬“ÈŸšZž‚eÛƒ}ι§ˆ‡ -(8h§“äÂõ9Jܱ9|Üo›3„ô Vö97ï¾k‚^º;KXl+}°Ö]öÌ1 ×5fÝPð’Ï-u•¿:Ò×ÖÙfàÑæŽ‚û–ÞÒ— ]e/—Û+ÞîzkO…ÍÝžÁ&n“³þ2×wÿcvxÕÔJsWÑÅ®ÜKíÙ×½ôÐ1KÌÚÇ%êëËooöa"½Rzåö8ýÕ¯JaaØŠRalI¿Ò -~ñ)á:hùêwûPþs× .ïðV <]ךùè@Ï¢Yøun ÑÕ¤âý`=g .gc¸üy@MGþµ(hÛ7²ˆ5!ß«baý -b¡g¹ÙYé.zjj(¼¹Ò™ ¾à…^Zéƒ|¶OR -ì“<¸{—èž@%mö!R”µZÊ>ü"çåöI¸„R®âÅœ24d=ب ùj&!öõ,‚SA¯‘·œ`&Þj.—‚P¸;…Œµ ’}ctL_ÅS£ ôÑ4!ù;õùcè¨ÿ.2j½r|ÎÆ`Ù“íÑòwŽdš_ Oÿw“Î ˜M3ˆYAdþ½Ø<½¯¡l£/ÖR¯ZÇŠžm¿802én5—l›¡d»e,ˆKB+í©‰ù—ùêÈ_gˆQ'V;sŸ(‰%Y¸‚# ƒA˺󽌟ôñë<ïU£ó׆Ëßøuèì]1$ÞÐ’ è[Bå_€~Ú‘q‰ª–ê§+ø·¹e:°Ü®ûk™ÅñÎV…lte\Yé̸béȸåVפûtø²õIðG—WXiÿºö¿zɵÁÚà{FÂ¥&—¼òkX¨Ijþ­3s cc´¼[Ì(·O¡"·ŠîÛ+_î)hU¶qtäVâ“k›â‘ “MñÒ9UþÆ!4¬œX°6KÉÝš¥zÔ,”S…Ëñêá)nmexðØ3Ô$ÔдC èE’¸9û‘œ_¶¯í?´é€³ö)H˜®.ó’’•|VË+¹¯ÀÅÓKÞþÞ¹å™fÃÍ­ÅG1¡¿OBŽi…‰çDôèc³ä¨ã›}!_<þÚHÍ»­ItÊŽ”uH80ŸŒã“UGÚ¦‹ÞšÓ®m £¾™ëÚŽL|¾C -h±Áš;S¨·›á:U‚N¶ŽÁ?ÿ¯NØ8.>øÌÂrÕ‹í)|ÚÊ9]Ê-¾"¥gž‘Ñ2Ï+9E0ñç&HIVjÂ{ª>(ùÄÌô[øÔ«­%¾à›žŽØÓ1Ðæ¡Ê÷ê–Œgß8¼oKÜz;€+[#%Ï·ÆÊßX'> ùja³}z:jG‚Ïò¨(à#¿nw¹Ü]|_JÿS+H:=ß^üpiSW•t üùáÏK½U±@¬ãRR©m²ì•Z˜|µ©üõqNÆ£Ÿ¤”@ÿáó¼2ÑÐTõiµ«üOA­:Ð31ÿ.sßÌL’WEÈwÉ1É>±Ð¥d¶&Q‰n ¥âð’ÁÚ®øÝb{á펊ˆ_q1w¿ã§Ýÿa^˜úäo#e›BÅyeøœ€ŠRv ec½jl¶KMÛšk®*äÀÈb|[hèó*(Õ빜’ªØ=\«øŸjç±p}òÉ1K>SS=AɾÀØ}CsÙ«µž¢û®éÒèÝIpìZoÑ[3ì¸G\ü^xc¨øéÆ`M8p B°ïОŽþgé}sš]rJ•¶¥èÖŽ”Žvš»t>K‡&Ì«[â¹ðéÎxåg¯ Wôÿ¶)´o&l±W M:\fÕï­6Šh˜Ãy@‹š¨P@ÇexTøÜ}€›\|‘¾.÷Á–ŒX j¿´ÍË÷µ–m»Ò‘uu{ ÷Žm¤äÅRKæuû82Á«c"׳5^ýÞ=‹Læ)×¥¤”ï£üFþß]¨p/Àq=íÑÜøÃ¿—ê€<ïÞ'. Wô«È¸£ù†¾£@xäONÌÛBEo Â?­öaÂL]èb~ÎÍ…>päæ!eššr||Þ?ëÖRâËÖ9w’Xâ““Jƒ}bVÇaÛ^ºt\ªSJ*Ú™É{¼Ø{N×yr–þé7¯›½gäüŽÍ\¨yðfÀ2¿’Ü×`2íSå/6GÊŸ:¦aŸ­“ØèYNá•9~þ­ijŦ„ Ó4W>FEýÞVúñ‡æÒ°¨)¿“³“®o/w¶:öɉõ~l²[L/ Hñ™®éª…Žôûs¬/—Ç)aÇ}ššÔÿ®ÕvûWøä¨´òç›Ã•¯ü*lÞ‘…Iß_d1ƒÞÙ!C§šâÓнUóv}°úÍÚ äËî,&Ã)ÅgmLaã4e÷gP 'v' ‰{Rµº5õ†²1ú”¡#çþ .úÚ"ò2Àñ€ÇÄú`Éðȇ¿¯vüwÉÙ7`KvD•aÖéÂ.  tH°§¹]B+0áåî,!߯æÓ¬Óˆ¨¥Þ’{ íÅ·giçks?þÙUvÑ6 Ž]ªüÈ(úx~{WæWS¡kCïºKî™» -nZzs®9%åï¾ÍsØ~=Ÿ½%¢æy”´šÃy~ãßËü¦€–Tijν£beŸo)¼½3ƒIÜ•0+Œð7^%—¬ uµ»ðQ[ÉÓßúÀ¯ÂQ3Oº¦¡ ÿ·Éi·* •‚âgǬØìo¦†®o&&ù«]ph€eX'ó^™Ú®˜;Î[¬mõ˜Û¦w¾MDÎ?2 »õLÒW#³§"—y%ÕÑ›CÙOw¦KCÿZæµ8´ÂF›˜ ˜jëö-L²O‰ÏsÞÜ6V2„Œ:/È|öÛ®†GÛ˜!¤ºTä -—‚|N'lˆ¥­Š›½y·7»2o¹¦iÁ{8ê¶Ò»c”Ü] ¾5ŽßžFÇmM!­"X¸C‰JòèpŸ¾¹/`l› ˜š‡š†xµß,\ðÊóã ÌZR…϶+¨eNu-ssô'ŸZÁ--÷´üÌ‹ËÅï¬ã°„…Þêó„ÐÍaaåú  rcŒU²>AHÜôàêHͧ¥‘§=±Äpàú,µpWB/ó*L—’ ÝžÅ&9å¨D >=¡È&CÄ[gÐéÁ^« ëV²^5ß"Ø«ëÐLª±‰`Qæ®Ò»+ƒˆë£zc– žï¤DYZ1æZÔ3¹à 1õ´B˜û@ÙRð¸\Â.ykŸ$çZº+^Ò¯ÛGÊ?.væ=67§Ý°Žæ>>0ÃÓüzlÞú8"bs -›°oà1ö Lìá<‹ºof½€_¶Ë‘) }²šØ]©È1ì -(ºÆ÷µ]sÀgA¬ŽT¾\λmhIº8yszm¶8‚ŽéDD\é({±¯cý6Ñ£¢8HÛ%°TË@Å+UmÞ‚=8Y|«àÖ >Ö³¨ßL}_#üu -»6TùÒ! îýâ íˆÏV1×øo¿Š^3k¼3t°}“$æ']&Ä]vË™èÕatª”ŸqÉ>‡Jð¹·À¢.±‡þùôµœÍirKÉcíÌ2Jr™C -O\({¹5 ݬ~¬Ýeª‰™¡§Ü^§­Žb §Ù¥ÌìÖaH´™¸/§–û$4èÚpYübOÆë¥®ôë*aÏÀ嬃CÖ†rï®dÝŸo˺·=^ò÷®ȧV¿‰Éfg¿î§?>Zlš80×6ì©iÕöqè'KSÎ 5/þÊÆpѧV¹­æH„XwéûVgœRJÑê ìàS_¯£|j*Ì;ϦûƒõÞõäÊí)t¬uc›&¦/ë,µd_Yl˸.gGœžoɸ±Þyåñ` }Щ õÒú0$Ì#Ç™ñ•G ðž…†õëxœ€/Ø3Õ -÷ÂÆ¯–æÉ`¼¯ \Þž™Špj‘)n.ß®%äi‡_ú i—wÆÉyÛ#Ä)5ó|KÑËï›òžý %FÚî-}bŸ&¦†ˆIíÄì[ý¤è‹ëc°pŒƒõ)9xŸ_°gÀîÈ_Ð ÛžcBíÒzÞü)qi ŸhÃçx”@^à)-Á[8ÜC“@Œ‘â× ¸{¦ÆÞ}“°>`dâÝJL¶}¶<Ä6[á‘ò\bvÕÆ9M®¼ÙʽÓ]©·*úÏΚÈSÍåa'ÆpqçÍœë®)Jöl]ÉËVTÜ™ÕAB¾S\‹ÛÅÄnO‚ß»eàP»¨ä™O‡H÷jÉ›„†Ø_¬t(Õ=¡Ø«Efºµè§†ŽÛURQ>#›¹%Æ$mïâJM]ˆÇ»Ê1:Å=‹I±ÀÖû!bAá]^éÇkƒð˜1lìR_õKû :am±ÐWøtm¢ìÃŽ™ä#^×]óEÚTðà|î·•ºÁÃ`½H-¡Ô¬-9‹²Î@ãíRbÑÂ2ˆÓ»>=›½gâr2læBWÎ+ùŒ˜–v² úḩ-ã±SA3sw!¢ÏÚÍ¥¥Á€ñ×üo¯È µ1MβJ˜U -!øÁê6Íðw°†z@ÀmÂB‚uMUÔ˜c=°×'eo›QI7>ß=2u„ü³DD¸¤%ákµÙ·Ø¹Ï~æå>üÕ:Røþ¿›œæ]%¡dKü·\æ7 ‡÷Ïþ÷ -¦j}<3le ÷ýÊHM40ä¾™Ãöè8D¯ŽßÓ²)‡*ù_ ÿß5òЂ‡® ?l ãlex´ím-׫4 µŠCrÎâ‹Dò©1Ù.1,É6^ýÑ6tö }CÉMKc°Ö\É#/íÆj{þCÛ`Í›Í~TÔ,?õFæã/+}UaGFîë±zψΰ:Ñ¥ÀåzŸá8ëaa¾šûM<ö‘‰ËØ^ËL¬ðºÏ¦¢Uè{p‘“Ôâû °°YvÁ“ah =ï½’•óÂÒhÙñÊw &ÍäR.áì ñã1§_x ­x|¢CÜg ýlŸÅ$mL £vÄøÌ•1\²ªütk†RéÓ ýZR…[þ씇9æ IÀx1z61 ç3ü>Ç«eáL|á‰Ëö­÷k?AÌØÀÅn a¾ˆk‹ïå‡Þþ>ñÑYÐ0*ùÆZ?2y¾¥âéb{éÃYzâU)/óÁ/íj71馩—bDÏê"lc¾1~ëV@ã¿.ÿlršŽ–êú÷,—ž¼'L:\dòŽ–½û–Æ¿YØìpeGI*Ö÷ý4;íÚ6áü¾R@{·+9~)µh{6ßžÝÜ–}uu°*Ô6K-›ääÝ”Õ<ô(­«aœ€¯v©q9.>gGŽÏR´‚߈Jßøøý{Kü&‡’˜kãÓwåäšÃEàw¬CÁ¨ÞžÅ%/öA>yt À[’Ëv¤˜ô•Ah’©¥øÝJoUøÆXuŠmº:jS„I™àäÞ¢$ß;øpGA.Úž%åÚe”R·žM°+X°­9jÑŽ‚ Ñw@C—Ç506 ØßRJuµÑ_óaµ üvuš°=ǪÕãIy!—–ûK?îΕ6wÅ]0´Å]Y*ý¤jÍѵ|qÎÁSÿ^e×.O£’ämåOíb:üp¡qðpŒÙ7Õd8¤9ÏÇiÏÇ¿ù}c¤4âÛ§vm›dÀÆì(9´¯ mâê{ÿ»B%üµ„-õ¨aq‹½å/Ó”<—ˆ]á‘óp‹ÍS‡KM“&A£} -“hi)½½oäòi©=çæjOþÝ`S{ÅÃÅ6Ô;÷ˆºÖú¤ád_žc$\쀼=ÎÍ{ø3ëþíUo~ÝŤoM’blªWK,r«IFž`¡~À?/l÷êX˜C3›±3‹K÷«XÀP¿.°È —°)fWZ§ùÕ«ÝÌÄYVÉ­º’/¿Ž£³/»'yÕÛ}𥶼›úÆÄ3–ö¼[k#ˆKoÍÛíÑš°} î˜Æ§:D”\·‚vJ‘q1,Ú6S¦¨O¼.¤œÝ+{ÿuJ¶«Hà])Þ ö·PSÊŸÁôêº6¥3‹l—3!;’F®WÓ%:Zä7¹µÔ*`¬`/0Þ`m¿‘ ð>Óü¼§mêrË©•;bLòêhUˆ¶9ÿæâ <Ì.!—í/pê·¤˜Â…aD‚[Ï–„½. íÒ³0v9¥ÔäΞYÐä6Ô·îjê…[RZ‘[%äîé…MGÆÚz—‚ ]ž¤¤-޳r—Gi©[Ó„ SWåræ³ß*?]ð(—•±-ª‰X*kjϽµ=‡Ë\ñKãô -@_’͵u»2\Ö® ™j•VEoÎV&- ¾qHQÙ>S-×2ÌÌ1ôã¾ìª¹ìVšÅ~5%¨™À~#½¿Àoòj÷õµ\¿Šò*8(? A½Za[ÁBìȈ] ©˜èî4.Þ=CÊpγv¦1ÆÖŒúú¼›–.Rt 8îø0&á”\˜s{Šžv}•pf†˜tv¡¥èu -—¨i©~féF'¸U|²MJ‡útlÊÞBãÛ(l°)(%[Æ/CÃ6§Ð ²ºôî9|¹ÏÐÐ|Æ.§KowU}ù¹±àí÷bVÖrÞû߈ÉO~57‡¹ÄØt§•è” S¬“Uá‹=ÙÏ5ÂÏ礔®´=ߘ$¤Éê2¯ê„97—»ÁŸ¬kžûÏ¡úЈ)Üœ)zîR ²ÿpú¯¥†‘ÿX¸|ßø³k²ø¥O -‰ÝÓÓQ3­sÈdckÑíqJ¡m–…Ò4W¿”GŸ+ -½ÿ§ àË s]Ù­îÊÇÖ xLòó±>XÄ™•.lìÎ$§z¥¿òõ 3í²¼®ð¾eþQÑ};?@ÎÛUÕ ì -báÎ:Í¥` ÷ôlÚÑ<—¿o&à|Z Ì­Æ•;•Øl—ŠR³¿Ø8æ›4»ô<úÊ,am¬ä­KZýÅ­@¥è:áÑmð䛪HøÖ«ÀÒZóbuº³âãi>òŠ–sq{¨ü}@KAI;òß³óÞœ°0ÀuC½[Ã"ì<ïQ -=:láþ -â4+–D¨ø>jÚ­èç+GË £…Ö¹ËÁ~Þký%/¬0§ — h#¤¸®èy7*úÌb_e mÊv®Ù²­ÀaSÐ+-ƒèðÍq|¾ˆûÅ)RÅò02í®ey´<¦GÏ@ûæùõ.ÀmjbWÅ‚9µ›3ÒÚ8)×¥áP·$Ôby]Õó^xêÅATüÕ¥ö¢;R^ê]kaøú"kyÞ6ÉÜ3RQ{ÀwÏÓi -Å«F—Ù&‚<ŠOÛ3 Û|aUBÅïc:4L¤UF.Ü’ÑÁ;€æðš„ ·­‹¨Åk¤¼ÀB»ÜkîÒú-ÚÿÕ†0 =Zt ð‹«sô¢¹ºò‡ÚvàÜ*^ƒ¾–ï‘1áöI\¬uö~­¯ìár{Á 'ö”Œ—u­‡]zõóó AQèUÛ$*ncjj.¿¿ÔUñp} ôéÖhá#ç4.ðÈåi|Q!â¢K‚+wi;'mŠîQ›¼©Þ£å³Ì‚¿‘Dz £c–‡‰£3B¡m½Ò y#fÜ›"gßæê&3ü1ùÃqC}eÜî$*a±;ûúRîMU}Â…Aäë?Çð¡ÆIQ×–{Ë>éûªÞ4TÇœ²´Ð³ã¯ŒX¸§…§zTиÍñ²×¶éÒ÷~¾ò@ÏÄ;¤øœ=©ô_3ñàøïWøÍÄãìk)¥¾œ‡«ýùO×&щÈ—ócÔì{k}ø¨åÎê—¦¦ìk*~ì¹ bÈɦʗ'ø¾—3Ò¯‰ØùØy¡–: -_ÌwTD-žX„IÚ™£ÙEÈ4»’¼1]þð·H¯RPï‘ÓP^¡tK”÷im<ëýöLåg·ÐÑm U[¥ðxÀÔ~³»¾Zð•{FXºK‹óøî‘“ ­“˜Øå>Äû­!r -ËÙ6à÷€Ÿ³9\2€¸0BIº5Äó­àËÖ0½de–±0„ü0šÜDDìqàƒ2"œÛªÂæ‰ržŒ2-× Øe\’mŽsÉ8Tç,ªhwe®JrÌ¢rÇ™™7zñ VF YkØ K/6l©ùym »-"e® ƒõØRmR|þlcÅ«InÞ;‡²®Á­6÷68Y¼£ º€|óYx—^ Ðõ¢£UíˆO;ªZöò4­pŠZt½©4êdké§?Ö{ -ïºçªc}JD^6þBÄ£‹?LÕçÆìͳ©#±=‡ÎØpÎ:[üÑ:UáUÓ»0KÑÓΚºaŸÀotø–¸uΠNR8¨b@Íc¤Ä)F¹CE€mÌB2óœ¦ý…Í_+ž`ïª-ìµÐÐÎ`09!Kß þ€Nyõ»G) íÌÐòƒõÛ·aVÛ+Ì7]×5U?è¥^(¸ÿã!õéö2FV›~YÊJ9½ÔUv}°ô‰STº¯f@=j>Q=‹¯I¼öËRKEšG3htjz$sóÐ…[»gfQ‚ºcm†š5P[ñ’]ðùì|kMªOF)ÞÃÄlã,È·†Fèc1µì²‚Yqß:BÊ1·€_êë³.oWZ({¹Ü[ôÚ:ŽL4rØÖ$4bq¤â…´¶ðî| =KÉCEn U‡îëñUn¼;M®<ÒQQG&qW‚H°Î€ßû•¸<ñ·‘†ýï² íÈà»’P°>XþÁ6 M^ŸÂ$7!#.Órî­ôb×:*ijÓ.ÌQãÎaqRPüáÄ<îú|SÅ‹~|Úì—W@+ea>IÐÃÀ£·'`‹Ýà›£EOì³…¯¶§J^9ÅÔâÅš1€›cðè}#y`ÆÃ÷ÍDð‘… =´`N%sßÏûìãÝȾܿ!ÂÅy®òù^œk- 4nZ…ÎØõpyÿNÐhaMý[;>ñÂ7ïö¼µï•í{ µNåí1òý¦X±é@äOöÕ½í¬¾3«®{²lǬ¹ñÕ2z{˜M]°j6ý,Úö›¶î|ÄO|ž¦“¡ËvBÉaß#@¿ÔÍêßWaSÇe-¯õÈ´3=à÷u4FýÍ«‰¼&iŠÿM‚(Ž›Ð£[·üø¦eªdm -ÙôÓ‘û|ãæa?^7¶jÓ-žP5½’TÝíoMÜaó–}ä²ݰ5Ƥ¯øH e¹qeˆCßtßš»9gFWúhÛ‹oTaáÿL1ÿ]bËöB$ä×)|Û Ë[´ð¢¡%ÍÓY›µj;Ô”’5 ½fI‡M›€špytƒS~éiŽ?njK9»¡'ÕÌiÑ9RÖï+ª–ø+*sÛŽHß9¬´Á2—LèÜ`&A+½·>@ÆLÊ<Û!sÈëŸÇI­{&aËÇ&¬¸ø8=/ªÍ¸<Û‰ªûä 7ÌÈjî,ôA£&:A½ä’³œÒKkš¶ÄY6‹^ÿñ¬œteÇCö•ØtÁ’§•È”¸´?'zk…õ°x³6®(æþi3!åÁD¶ƒa>oˆßŸü¨Š‰þºžöÜ šêÈ]/¥¹«5áaEÆ¿!Aßw@³öá*ö=èÂm;27¬…~ï=q·7=Âó/kÑyç·Œôæ…>`]¤­Q“݈˜ù^lê »æŽ¨>ö4¿ôÅÑu]kÚH{Å£€ øú¶–º;ˆ­Ýu¡ ¾øq•‡óï€ëK H+ ‹+mÙïaºWíÈüimý˽Ãû]ADá—ªîçÉäÃùÚÛ.FÛg¯LµãÐ6œ¤ªÃsÓÒ’›AÞ•a^îµ]7ºÊ%­þИzÿ¯âÍoÃTø´¼-vR~2+=lúåa~Þ$7n{­3zPªruÕ -Jÿg -ðÁQ*rw”†Û¥þ3ÇíÞj+šhz©¢Þƒf>¹¸zxž-ˆnšW6Ä.«c¾xaùa]íû (ÿ¶ -öþÄTôm72ë6ÿùïVzÁOôó(¶ñs]<®ÝâкS°êÀ¯yY˜E;¹fÇËD 1qßÇ©˜ÿÌ08?Fɰ/€ï/¨+žøEù׆¥ÍïÔ„¢» -Hò¯ï‰Ëß쬉ýsJVsà&CtmEƒÜ’ûNzá… ± Èc©›¶¶‚ '¼dÃ…«âþË™ði‚„Þ§“—}dØ`wÕÓI]sâ×¹×§)~÷æ³>Ì¡n‡h‡3OÁßÇñðekK® î`‡ø¿ë|óáÌé-WkÚŠ±1j^]ûô`Qñ¿Ëœ¾]»ig7ÌlðŠR¼Ð‹Šb–þmD¤œôPÒ~_W×¼Zêƒ$OHꞎpË/m9°ÅSªÚ·=e÷§º«Ltß^ìo~½m¢Tþh¼SÚ^ˆ‚Þ -Rá!ãßiÀ'ÚŸ<î–‹Ö°ë Ö~v3Z>»8˜¹^T¬·ªb–µƒžšPi¿ûÙ…w|¼Ò»nfÑ%/¯âêT/:mkƒÞôQ@aE@|bÔÊ@CdXùàï¨|4«jMZ3 RÂʦw˪†ø%Eõûyyù«}/¾ Â±°á¹…Rp{¾\ÅM>ûÌ@kò)}ëÇ_¬¨¿Žqs/‡ÏGûkŸsÀoOv6Ç^Õ!2×Í-IC¼üÛAaÞýu}þÓmWéóÏ£ˆÊ¯ãLæ·ÉÃzCöK€E=ü]ýÓ0›xà%ÕïÚñÅ›R騸ñᨠù©^ÿ¬”rZÖx†[öá”–þç»øæÆ@Kì¶]6@s–L°Œ 7µiÛÇ% ãë׬à¸AnÎ=õÏñ®Ê{ëxÚŸŽÙødËCø¹´ý!&fÛOß´Õ¿ ë îMÈÑ@ã¿3°ŸüLüŠ™P¾ïcö}<겑˜?hîqݳA^ÝÃ`GÓ£YEÛ»EµÂǯ¹å ^± ŽwÕ<òÐ}·ìÙ”œ2Ô‹åÖ§Ÿël̾·n&‚'zêñªïŠš¢æû›Þm˜ ¾ S Ÿk¡«¶Íw‘eÛLÓ¸ª)uÍŽ©ßb‘^p¹·>úxGų#VLâŸkVl‰‡Wv­¿-á$«üåQ±à<¥èõI54ób zlEçüá'gý1#´³¼ò‰÷«úåO˜ŒóKš–sŠÚ§^Ná!AÑ£°²$rVð%Äâ}>Ò³6H(_sRj¶Ù˜=?—´a'”®ê‘ÉË:dÂÀW!IócIsêoÌ¢w?¹Í¯}ŒÆûNRá9+ÿZP˜ÏÍŠ»f&Eÿ5Òž{ÛFmX³PÁa4þ°?æ¼¢ñÝ‚¢âÙÚ@ÅÓ…¾‚gëúÚ˜ËW­;q¥‹š–ØyE[âL?"Åͪz nM;à•>Ürà+…輫 ÉÏN¶CŠWlÄJ77í¬ƒÍÅIŽœ”ç¾ý(õ$<5ò'3®ôþtgs$¿êÕ bö­ŸzA/Nèp~iM¿¡A|83¯jzçéªz(¼;5"¬ÿøÅÇÄ}"4-™a‰3B銋…Þ 0I«:Ø×Ó3ŠoÌéPÛ6nËNmXÒÀFåW†ÅçõèôS&TîŸSRÄ94÷¼›w!È.»9Æ-½>#-‹\ìmH^Ó´¦/Ë[ßøå·f$‘ûFZͶ—ýåpN¶º6rJ”så‹¥1ñ?£¨²gkúšº9fZVsËìC,e]ŠÙµ7\3·ÄnÚZ“6lÈŒ=µeoˆÞ¶â‹VŒ”²e-«6 .¿¥ƒÇœÐÂb~±àÏ{YGE•7€xö1 …½ïiL9=.lxV¿ÒBcN˜Ù·ºë£uýè4=ìFä\ è°=/‡””Ü›WÕ½Z±ÂÓg4·;~lõ^€Ž -[ˆå“JXôª–ò?K\å?³lñžŸ]Àg ‰JnÌús×t¢âC -hôª^wvp×íd'«æ.!ÿÕ/èÜÈ3½ÐäË#ÒúG¡HúªƒM^r° óDöÁƒûuœ#ذHË&L±›WöpPTõ0ØÝørÇË`ŸjW}e’¶½ÄÚ5©fÙLªYÔc³WLäò+½ÎÂkŠò‰¥{C}3Zhì"ã·Þ†Ç èìó¡ŽŠG;NH -àÏÕsracâ›_$ÐÔç_üxÄIyÝÙ–¶ïGÖ|% >)m›:bÙN®³skžŒ÷AÒþ',4'¶nzY‹zÈÛåÐë]ÓK %ö!ßµeÇGä¼83¥•o¸à…ZÜi7#å|@Ty'(kˆš×Díúय़Ç” 7ãàå]^¶"«¾MrD›>Dùš½)nÕÏXqâ˶}غxýëÃl–‚Rú¼$æêOûlñ·9¾òËípæwé’¾ñÕ”ªâA°¿1jÒÀ¨Óë®Ì¨pYû>bî³!fs :rÎÀyùõ7¥9iegÝ̪K£à‡Ó -Ä{7¯úz?8íTOcî%®âö¨¸þñѲôfÝŒÈ õ·¾×S -oL+Z’7øÂ 2mÉ‚Ê]°R*W]lÔþ(—³îa¶Í[íiÄìøy¬­!}ÕB*™’7G  SÎËžëƒÄÿb%–üÕG¬;ýðrDkÚ‹ó3Ò¦@Ï?æd_Üæç]Ó âOrJ#O¨Zÿr0Ê®!Òžœ˜ïª~÷Õƒ­™î¬|ìgf_ñ³ÿ7=þ©§îÅÏfdò) »ðfú³¿"Ê¢.ÿ¼c…kþ#¾¡{VXQXUùjR^~Ó%¨¾‰.Œÿ³«1ý>1ù—[pqŒ×tÇ‚+: ¤“¿øU1¿²^T>²1ŠR -žkKºÿ‹¨êíï6bú_S] W °äc]Ʋ¾ò×!<è`ˆCÞõà+¸[¾ãmË]17˜UB¢×kö ‡ –Í-‰€înZ;ÛnleX×» ªY2¶Än bŠvé°É~D–Ÿû÷L2Þ+l‹5Ðê_‹ªÎ+Ê"×MÕ€2×܈œÃ>Nß'Ù‚ƒ 3o$nRš7ÝÈ’ƒ ñc†Áÿ °ƒ1*z/ȦlxÈ}7©ÑÃ*½¥Efýá ›–×>ض!r>è¸ > endobj xref 0 42 0000000000 65535 f -0000000016 00000 n -0000000144 00000 n -0000059634 00000 n -0000000000 00000 f -0000061354 00000 n -0001830834 00000 n -0000059685 00000 n -0000060067 00000 n -0000554357 00000 n -0000061653 00000 n -0000061540 00000 n -0000060635 00000 n -0000060793 00000 n -0000060841 00000 n -0000061424 00000 n -0000061455 00000 n -0000061688 00000 n -0000554430 00000 n -0000555035 00000 n -0000556388 00000 n -0000570542 00000 n -0000636130 00000 n -0000701718 00000 n -0000767306 00000 n -0000832894 00000 n -0000898482 00000 n -0000964070 00000 n -0001029658 00000 n -0001095246 00000 n -0001160834 00000 n -0001226422 00000 n -0001292010 00000 n -0001357598 00000 n -0001371718 00000 n -0001437306 00000 n -0001502894 00000 n -0001568482 00000 n -0001634070 00000 n -0001699658 00000 n -0001765246 00000 n -0001830857 00000 n -trailer <<052A1E85C4524CC49315B58A80D7B001>]>> startxref 1831051 %%EOF \ No newline at end of file diff --git a/trunk/web/images/icons/available-0.png b/trunk/web/images/icons/available-0.png deleted file mode 100644 index 4ea7a94c..00000000 Binary files a/trunk/web/images/icons/available-0.png and /dev/null differ diff --git a/trunk/web/images/icons/available-0.svg b/trunk/web/images/icons/available-0.svg deleted file mode 100644 index 9a4fe352..00000000 --- a/trunk/web/images/icons/available-0.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/trunk/web/images/icons/available-1.ai b/trunk/web/images/icons/available-1.ai deleted file mode 100644 index f68e165e..00000000 --- a/trunk/web/images/icons/available-1.ai +++ /dev/null @@ -1,6975 +0,0 @@ -%PDF-1.5 %âãÏÓ -1 0 obj <>/OCGs[6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - available-1 - - - 2018-07-26T16:49:02+02:00 - 2018-07-26T16:49:02+02:00 - 2018-07-26T16:49:02+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - - - - 256 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FVO4ura2jMtxKkMY6vIwUfechPJGAuRAHmyhAyNAWx2/wDzC8vWxKxO9242pEtFr/rNx/Cu avN21ghyuXu/a5+PsvLLn6fekN3+aF61RaWUcY7GVmkP3LwzW5O35n6Yge/f9TnQ7Hj/ABSP4+aU z+fvM8p+G5WIfyxxp+tgx/HMOfbGoP8AFXwDkx7NwjpfxQMnmfzDJ9rUbgf6sjL/AMRpmNLX5z/H L5tw0eIfwj5KLa1rLGrX9wSepMr/ANcgdVlP8UvmWY0+P+aPkHLrWsqarf3AI6ESv/XEarKP4pfM qdPj/mj5BWj8z+YY/s6jcH/WkZv+JVycdfnH8cvmwOjxH+EfJHQefvM8R+K5WUfyyRp+tQp/HMmH bGoH8V/ANMuzcJ6V8U2tPzQvVoLuyjkHcxM0Z+5ueZmPt+Y+qIPu2/W40+x4/wAMj+Pkn1h+YXl6 5IWV3tHO1JVqtf8AWXl+NM2WHtrBPncff+xwcnZeWPL1e5kVvdW1zGJbeVJoz0eNgw+8ZtIZIzFx II8nAnAxNEUqZNi7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUv1bXtK0qPlezqjEVWI fFI3yUb/AE9MxdTrMeEes/Dq34dNPKfSGDav+ZOoTlo9NjFrF0Er0eQ/R9lfxzntT27OW2McI+39 TusHZMI7zPEfsYndXl3dymW6meeQ/tyMWP45pcmWUzciSXZwxxiKiKUcrZuxV2KuxV2KuxV2KuxV 2KuxVWtby7tJRLazPBIP242Kn8Msx5ZQNxJBYTxxkKkLZZpH5k6hAVj1KMXUXQypRJB9H2W/DN1p u3Zx2yDiH2/qdZn7JhLeB4T9jOdJ17StVj5WU6uwFWiPwyL81O/09M6HTazHmHoPw6ulzaaeI+oJ hmU0OxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVZPPDBE80zrHEgq7saAD3JyM5iIsmgGUYmRoc2Be YfzFdi1tow4r0a7cbn/UU9Pmfuzm9b22T6cX+m/U7vS9lVvk+TB5ppp5WlmdpJXNWdyWYn3JznpS MjZNl3MYgChyWZFLsVTjTvKWv6hRobRkjP8Au2X92tPEcqE/Rmdg7Oz5eUdvPZxcutxQ5n5Mjsvy ulIDXt8qnukKlv8Ahm4/8Rza4vZ8/wAcvl+P0OvydsD+GPzTm2/Lry3EB6iS3B/4skI/5N8Mz4di aePO5e8/qpw59qZjyofD9aYxeUvLcQounxH/AFgX/wCJE5kx7N04/gDQdbmP8RV/8P6D/wBW21/5 ER/805b+Sw/zI/6UMPzWX+dL5l3+H9B/6ttr/wAiI/8AmnH8lh/mR/0oX81l/nS+ZUJfKXluUUbT 4h/qgp/xEjKpdm6c/wAAZjW5h/EUuufy68tyg+mktuf+K5Cf+TnPMafYmnlyuPuP67b4dqZhzo/D 9STXv5XSgFrK+Vj2SZSv/DLy/wCI5gZfZ8/wS+f4/Q5mPtgfxR+THNR8pa/p9WmtGeMf7ti/eLTx PGpH05qs/Z2fFzjt5buwxa3FPkfmk+YLlOxVfDNNBKssLtHKhqroSrA+xGSjIxNg0USiCKPJnHl7 8xXUrbayOS9Fu0G4/wBdR1+Y+7Oh0XbZHpy/6b9bptV2Ve+P5M9gnhniSaF1kicVR1NQR7EZ0kJi QsGwXSSiYmjzX5Ji7FXYq7FXYq7FXYq7FXYq7FXYqgdY1qw0i0NzdvQdI4xu7t4KMxtVqoYI8Uj+ 1vwaeWWVReVeYfM+o61NWY+naqaxWyn4R7n+ZvfON1uvyZzvtHoHpdLo4YRtz70nzBctsAkgAVJ2 AGFWU6H+X2q3wWa8P1K3O9GFZSPZO30/dm40nY2TJvL0R+35Os1HacIbR9R+xnek+VdE0sBre3DT D/d8vxvXxBPT6KZ0Wm7Ow4fpG/eebpc+syZOZ27k2zOcV2KuxV2KuxV2KuxV2KuxV2KpTq3lXRNU Ba4twsx/3fF8D18SR1+muYOp7Ow5vqG/eOblYNZkx8jt3ME1z8vtVsQ01mfrtuN6KKSge6d/o+7O d1fY2THvH1x+35O60/acJ7S9J+xixBBIIoRsQc07s2sCpx5e8z6jos1YT6lqxrLbMfhPuP5W98zt Fr8mA7bx6hxNVo4Zhvz73quj61YavaC5tHqOkkZ2dG8GGdlpdVDPHiif2PNZ9PLFKpI7MlodirsV dirsVdirsVdirsVSvzD5hs9FszNMecz1EEAPxO38AO5zD1uthp4WefQd7k6XSyzSocupeSarq17q l411ePzkOyqNlVeyqOwzidRqJ5pcUju9ThwRxx4YoPKG1H6Pomoavc+hZx8qf3kp2RAe7HMnTaSe aXDAfqDRn1EMQuReneXvJ2maOqy0+sXve4cfZP8AkD9n9eddouzMeDf6p9/6nndVr55duUe79afZ snBdirsVdirsVdirsVdirsVdirsVdirsVdiqQ+YfJ2mawrS0+r3va4QfaP8Alj9r9ea3W9mY8+/0 z7/1udpdfPFtzj3fqeY6xomo6Rc+heR8a/3ci7o48VbOR1OkyYZcMx+ovRYNRDKLiUBmM3ozStWv dLvFurN+Eg2ZTurL3Vh3GX6fUTwy4ondqzYI5I8Mnrfl7zDZ61ZiaE8JkoJ4CfiRv4g9jnbaLWw1 ELHPqO55bVaWWGVHl0KaZmOM7FXYq7FXYq7FXYql+u63aaPYNdXG5+zDEOrv2A/icxdZq44IcUvg O9v02nlllwh4/quqXmp3sl3dPykfoP2VXsqjsBnD6jUSyzMpc3q8OGOOPDFCZQ2p75Y8q3etz8iT FYxmk0/c/wCSni36s2Og7PlqJd0BzP6nC1mtjhHfLueq6dptlp1qtrZxCKFew6k9yx7nOywYIYo8 MBQeZy5ZZJcUjZROXNbsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVQ2o6bZajata3kQlhbseo PYqexynPghljwzFhsxZZY5cUTReVeZ/Kt3ok/IEy2MhpDP3H+S/g36843X9ny08u+B5H9b02j1sc w7pdyRZrnNRelapeaZex3dq/GROo/ZZe6sO4OX6fUSxTEo82rNhjkjwyewaFrdprFgt1b7H7M0R6 o/cH+BzuNHq454cUfiO55TU6eWKXCUwzKaHYq7FXYq7FVK6uoLS2kubhwkMSlnc9gMhkyRhEylsA yhAyIA5l495j1641rUGuHqsCVW3hP7Kf1PfOG12slnnxHl0D1ml0wwwoc+qVZhOSn3lTytPrV1ye sdjCR68vcnrwX3P4Zsuzuz5aiXdAcz+hwtbrBhj/AEjyes21tb2sCW9vGsUMYoiKKADO0x44wiIx FAPLzmZGzuVTJsXYq7FXYq7FXYq7FWOebfN8WioLeBRLfyCqqfsoP5np+AzVdpdpDAOGO8z9jsNF oTmNnaLze98wa1eyGS4vZWJ3Chiqj5KtAM5XLrMuQ3KRegx6bHAUIh1l5g1qykElveyqRuVLFlPz Vqg44tZlxm4yK5NNjmKMQ9I8peb4taQ286iK/jFWUfZcfzJX8RnVdm9pDOOGW0x9rz+t0JwmxvFk ebV17sVdirsVdirsVdiqnc21vdQPb3EaywyCjowqCMhkxxnExkLBZQmYmxsXk3mvytPot1ySsljM T6EvcHrwb3H45xfaPZ8tPLvgeR/Q9RotYM0f6Q5pDmtc1NfLmvXGi6gtwlWgei3EI/aT+o7Zm6HW SwT4hy6hxtVphmhR59HsNrdQXdtHc27h4ZVDI47g53OPJGcRKO4Lyc4GJIPMKuTYuxV2KuxV5x+Y fmI3Fz+ibZv3Fua3LA/akH7PyT9fyzle2tdxy8KPKPP3/s+96DsvS8I8Q8zy9zC80Dt0y0DRLnWN RS0h+FPtTS9kQdT8/DMvR6WWfIIj4+QcfU6gYocRew2Fha2FnFaWycIYhRR39yfcnrnc4cMccRGP IPKZckpyMpcyiMta3Yq7FXYq7FXYq7FXYq8O1S/kv9RuLyQktM5YV7LX4R9A2zzzUZjkmZnqXssO MQgIjohcpbXYqitLv5LDUbe8jJDQuGNO61+IfSNsu0+Y45iY6FqzYxOBier3HPQ3jXYq7FXYq7FX Yq7FXYqh7+wtb+zltLlOcMoow7+xHuD0yrNhjkiYy5FsxZJQkJR5h49r+iXOj6i9pN8Sfahl7Oh6 H5+OcNrNLLBkMT8PMPV6bUDLDiCW5iOQzT8vPMRt7n9E3LfuLg1tmJ+zIf2fk/6/nm/7F13BLwpc pcvf+373UdqaXiHiDmOfuej51Tz7sVdiqUeadaGkaPLcqR9Yf93bj/Lbv/sRvmD2hqvAxGX8XIe9 ytHp/FyAdOrxxmZmLMSzMasTuSTnCk29aBTaI8jqiKWdiFVRuSTsAMQCTQQTW72DypoEejaYsRAN 3LR7p/8AK7KPZemdz2doxgx1/Eef48nlNbqTlnf8I5Jzme4jsVdirsVdirsVdirsVdirwTPNnt3Y q7FXYq97z0l4h2KuxV2KuxV2KuxV2KuxVJvNegR6zpjRAAXcVXtX/wArup9m6Zgdo6MZ8dfxDl+P Ny9FqTinf8J5vH3R43ZHUq6kqynYgjYg5wxBBovVg3u0rMrBlJVlNVI2IIxBpJFvY/K2tDV9HiuW I+sJ+7uB/lr3/wBkN87rs/VePiEv4uR97yWs0/hZCOnRN8znFdiryz8wdYN7rJtY2rBY1jA7GQ/b P0fZ+jOO7Z1PiZeEcobfHq9L2Zg4MfEecvu6MXzTuyZl+XOhC5vW1SZaw2p4w16GUjr/ALEH76Zv exNJxz8Q8o8vf+x1Paup4Y8A5y+56TnWPPOxV2KuxV2KuxV2KuxV2KuxV4Jnmz27sVdirsVe956S 8Q7FXYq7FXYq7FXYq7FXYq7FXm35jaF9WvV1OFaQ3R4zU6CUDr/sh+Nc5PtvScE/EHKXP3/teh7K 1PFHgPOP3MNzRO2ZR+X2sGy1kWsjUgvqRkdhIPsH6fs/Tm47G1Ph5eE8p7fHo63tPBx4+Ic4/d1e p52LzSD1jUF07S7m9an7mMsoPQt0UfSxAyjVZvCxyn3D+xtwYvEmI97xKR3kdpHPJ3JZmPUk7k55 8SSbL2IFCnIju6ogLOxCqo6knYDEAk0FJrd7VoWlppelW9ktOUa/vGHdzux+/O/0enGHEId33vIa nN4kzJH5ktDsVdirsVdirsVdirsVdirsVeCZ5s9u7FXYq7FXveekvEOxV2KuxV2KuxV2KuxV2Kux VAa7paappNxZNTlItYmPZxup+/MbWacZsRh38ve36bMccxJ4q6Ojsjgq6kqynqCNiM4Agg0Xrwb3 dG7xusiHi6EMrDqCNwcQSDYUixT23R9QXUdLtr1afvowzAdA3Rh9DAjPQdLm8XHGfeP7Xjs+Lw5m Pcxn8zb8xaZb2SmjXMhdx4pGOh/2TDNR29mrGIfzj9zseyMVzMu4fe82zlHoWReQ9NF75hhZhWK1 Bnb5rsn/AAxBzadkYPEzjujv+r7XA7Sy8GI98tnrOdq8u7FXYq7FXYq7FXYq7FXYq7FXYq8EzzZ7 d2KuxV2Kve89JeIdirsVdirsVdirsVdirsVdirsVeTefNNFl5hmZRSK6AnX5ts//AAwJziu18Hh5 z3S3/X9r1HZuXjxDvjsx3NW570n8sr8y6ZcWTGrW0gdB4JIOg/2SnOr7BzXjMP5p+957tfFUxLvH 3JB+Y9363mAQA/DbQohH+U1XP4MM1vbmTiz1/NA/W53ZUKxX3liuaZ2b0b8sLIJYXd6R8U0giU/5 MYr+t86nsDFUJT7zXy/tdB2vkuQj3BmudA6d2KuxV2KuxV2KuxV2KuxV2KuxV4Jnmz27sVdirsVe 956S8Q7FXYq7FXYq7FXYq7FXYq7FXYqwr8z7IPYWl6B8UMhiY/5Mgr+tM5/t/FcIz7jXz/sdx2Rk qRj3h5znLO/ZV+XF36PmAwE/DcwugH+UtHH4Kc3PYeThz1/OB/W6ztWF4r7ilPmi4+seYdQkrWk7 oD7IeA/4jmFr58WeZ/pH7NnK0ceHFEeSV5huS9g8lW31fyzZLT4pFaRj482LD8CM7jsqHDp4+e/z eU7QnxZpJ3mxcN2KuxV2KuxV2KuxV2KuxV2KuxV4Jnmz27sVdirsVe956S8Q7FXYq7FXYq7FXYq7 FXYq7FXYqknnW2+seWb1afFGqyKfDgwY/gDmu7VhxaeXlv8AJzOz58OaLx/OHerTTyvcfV/MOnyV pWdEJ9nPA/8AEszNBPhzwP8ASH27ONrI8WKQ8kDeSmW8nlO5kkdq9erE5j5JXInvLdjFRA8lHK2b 3DSIhFpNlEOkcES/cgGehaWNYoj+iPueNzm8kj5lF5e1OxV2KuxV2KuxV2KuxV2KuxV2KvBM82e3 dirsVdir3vPSXiHYq7FXYq7FXYq7FXYq7FXYq7FUJq8Ql0m9iPSSCVfvQjKNVG8Uh/RP3NuA1kif MPD889eyVrOUxXkEo2MciNXp0YHLMcqkD3FhkFxI8lHK2bsVe8QbQR/6o/Vno8PpDxUuZX5Ji7FX Yq7FXYq7FXYq7FXYq7FXYq8EzzZ7d2KuxV2Kve89JeIdirsVdirsVdirsVdirsVdirsVWXH9xJ/q t+rIz+kso8w8Hzzh7V2KuxV2KveLf+4j/wBRf1Z6PD6Q8VLmV+SYuxV2KuxV2KuxV2KuxV2KuxV2 KvBM82e3dirsVdir3vPSXiHYq7FXYq7FXYq7FXYq7FXYq7FVlx/cSf6jfqyM/pLKPMPB884e1diq texGK8niPWOR18OjEZZljwyI7iwxm4g+SjlbN7ho8om0mylH+7IIm+9Ac9C0suLFE/0R9zxucVkk PMovL2p2KuxV2KuxV2KuxV2KuxV2KuxV4Jnmz27sVdirsVe956S8Q7FXYq7FXYq7FXYq7FXYq7FX YqhNYlEOk3sp/wB1wSt9yE5RqpcOKR/on7m3ALyRHmHh+eevZK1lEZbyCIdZJEXx6sBlmKPFIDvL DIaiT5I/zTbm38xahHSlZmcD2kPMf8SzI7Qhw55j+l9+7To5cWKJ8kqzDcl6/wCSbn6x5ZsjX4o1 aJh4cGIH4UzuOysnFp4+WzyvaEOHNJPM2LhOxV2KuxV2KuxV2KuxV2KuxV2KvDtTsZbDULizlFHg crv3H7J+kb555nwnHMwPQvZ4cgnASHVC5S2OxVFaZYy3+oW9nEKvO4XbsP2j9A3y7BhOSYgOpa82 QQgZHo9xz0N4x2KuxV2KuxV2KuxV2KuxV2KuxVI/O1z9X8s3prRpFWJffmwB/wCFrmu7VycOnl57 Ob2fDizReQZw71Sa+Vrc3HmLT46VpMrke0Z5n/iOZnZ8OLPAf0vu3cbWS4cUj5Jt+ZFp6OvrOB8N zCrE+LLVD+AGZvbmPhz3/OH7HF7KneKu4sUzTOzei/lhehrK8sid4pBKo9nFD+KZ1PYGW4Sh3G/n /Y6DtjHUoy7xTNs6B07sVdirsVdirsVdirsVdirsVdirG/N3lCPWUFxblYtQjFAx+zIo/ZanfwOa ntLswZxxR2mPtdhodccWx3i82vdE1exkKXVpLGR+1xJU/JhVT9BzlMuly4zUokPQ49RjmLiQ6y0T V75wlraSyE/tcSFHzY0UfSccWly5DUYkrk1GOA9RD0nyj5Qj0ZDcXBEuoSChYfZjU/srX8TnV9m9 mDAOKW8z9jz2u1xy7DaP3skzbOvdirsVdirsVdirsVdirsVdirsVYT+Z96FsrOyB3lkMrD2QUH4v nP8Ab+WoRh3m/l/a7jsfHcpS7hTzrOWd+yv8t7T1tfacj4baFmB/ynog/AnN12Hj4s9/zR+x1nas 6xV3lP8A8zLAy6VBeqKtaycXPgkm3/EgubLt7DxYxP8Amn73B7Iy1Mx7x9zzXOTehZB5F1IWXmGA MaRXQMD/ADfdf+GAzZ9kZ/Dzjult+Pi4PaOLjxHvG71vO2eWdirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVdiryTz1qQvfMM4U1itQIE+abt/wxOcT2vn8TOe6O34+L 1PZ2LgxDvO7H81jnPSvyzsDFpU96wo11JxQ+KR7f8SLZ1nYOHhxmf84/c892vluYj3D72TatYJqG m3Nm1P38bKCezU+E/Qd822pwjLjlDvDrsGTgmJdxeIyxvFI8Ui8ZEJV1PUEGhGefyiQaPN7EEEWG kZkYOpKspBUjqCMANKRb2rQNVTVNJt7wH43WkoHaRdmH3532j1AzYhP5+95DU4fDyGKYZlNDsVdi rsVdirsVdirsVdirsVdiqHudS061IW6uoYGPQSyKh/4YjKsmfHD6pAe8tkMU5fSCfg621LTrolbW 6hnYdRFIrn/hSccefHP6ZA+4rPFOP1Aj4IjLWt2KuxV2KuxV2KuxV2KuxV2KuxVL9f1VNL0m4vCf jRaRA95G2UffmLrNQMOIz+Xvb9Nh8TIIvFXZnYuxLMxJYnqSc4Em3rwKbijeWRIo15SOQqKOpJNA MMYkmhzUkAWXt2k2CafpttZrT9xGqkju1PiP0nfPQNNhGLHGHcHjs+TjmZd5ReXtTy78wtHNnrH1 yNaQXtXqOgkH2x9P2s4/trS+Hl4hyn9/X9b0nZefjx8J5x+5iuaZ2bMPy7136pftpszUguzWKvQT dAP9kNvnTN52Jq+CfhnlLl7/ANrqu1NNxR4xzj9z0vOteddirsVdirsVdirsVdirsVdirCvO/nGa ykbTNOfjcU/0icdUruFX/Kp1Pb55z/a3aZgfDx/V1Pd7ncdn6ATHHPl0Dzt5HkcvIxd2NWZjUk+5 OcuSSbLvgANg5JHjcPGxR1NVZTQg+xGIJBsKQDsXonkjzjNeyLpmovyuKf6POer03Kv/AJVOh7/P r1HZPaZmfDyfV0Pf73Q9oaAQHHDl1DNc6B07sVdirsVdirsVdirsVdirsVeafmJrv1u/XTYWrBaG stOhm6H/AIEbfOucl23q+OfhjlH7/wBn63ouy9Nwx4zzl9zD80btWVfl7o5vNY+uSLWCyHPfoZD9 gfR9rNz2LpvEy8R5Q+/p+t1namfgx8I5y+56jnYPNuxVKvM+jLq+kTWop6w/eW7HtIvT7+mYWv0v j4jHrzHvcrR6jwsgl06vG3R43ZHUq6kqynYgjYg5whBBovWA3u0rMrBlJVlNVI2IIxBpJFvX/KXm FNZ0xXcgXkFEuU9+zj2bO47N1oz49/qHP9fxeU1ul8Kf9E8k7zYOG7FXYq7FXYq7FXYq7FXYq8Ju 7mS6uprmQ1kmdpHPuxrnnOSZnIyPMl7WEBGIA6KWQZOxVVtLmS1uobmM0khdZEPuprk8czCQkOYL GcBKJB6vds9GeKdirsVdirsVdirsVdirsVSTzb5hTRtMZ0IN5PVLZPfu59lzX9pa0YMe31Hl+v4O ZotL4s/6I5vIGZmYsxLMxqxO5JOcOTb1YFNojyOqIpZ2IVVG5JOwAxAJNBBNbvZPLGjLpGkQ2pp6 x/eXDDvI3X7umd3oNL4GIR68z73k9ZqPFyGXTomuZriuxV2KvOvzE8uejP8Ape2X9zMQLpR+zIdg /wAm7+/zzlu2tDwnxY8jz9/f8fv97v8AsvVWPDPMcmE5z7uEw0LWbnSNQju4DUD4ZY+zoeqnMrSa qWCYlH+0NGowDLDhL2LTdRtdRsory1blDKKjxB7qR4jO5wZ45YCceReTy4pY5GMuYROXNbsVdirs VdirsVdirsVeIaxp0mnancWcgoYXIWvdTup+lc891OE4shgeheywZRkgJDqg8obXYqjNH06TUdTt 7OMVMzgNTso3Y/QuX6bCcuQQHUtWfKMcDI9Ht+ehPGuxV2KuxV2KuxV2KuxVDalqNrp1lLeXTcYY hU+JPZQPE5TnzxxQM5cg2YsUskhGPMvHdd1m51fUJLuc0B+GKPsiDoozhtXqpZ5mUv7A9Zp8AxQ4 Ql+Yrezb8u/LnrT/AKXuV/cwki1U/tSDYv8AJe3v8s6DsXQ8R8WXIcvf3/D7/c6ftTVUPDHM83ou dS6B2KuxV2Kqdxbw3MElvOgkhlUq6HoQchOAnExO4LKEjE2OYeP+ZvL8+i6gYWq9tJVraU/tL4H/ ACl75w+v0RwTr+E8i9XpNUM0L69UozBcpPPK3me40S77yWUpH1iH/jZf8ofjmw7P18tPLvgeYcPW aQZo/wBIcnrNpeW15bpc20iywyCqOvT/AG87XFljOIlE2C8vOEoGpCirZYwdirsVdirsVdirsVSH zR5TtNbiDhvRvYxSKalQR14uO4/Vmt7Q7OjqBfKY6/rc3R62WE1zi89vPJfmS1kKGzaZa0EkP7xT 77b/AHjOYy9l6iBrhv3bu+x6/DIfVXvdZ+S/Ml1IEFm0K1oZJv3aj333+4Y4uy9RM1w179lya/DE fVfueheV/KdpokRct617IKSzUoAOvFB2H686fs/s6OnF85nr+p0Os1ssxrlFPs2ThOxV2KuxV2Ku xV2KqN3eW1nbvc3MixQxiru3T/byvLljCJlI0AzhCUzURZeTeafM9xrd33jsoifq8P8Axs3+Ufwz iu0NfLUS7oDkHqNHpBhj/SPNI817mJv5Z8vz61qAhWqW0dGuZR+yvgP8pu2Z2g0Rzzr+Ecy4ur1Q wwvr0ewW9vDbQR28CCOGJQqIOgAzuIQEIiI2AeUnIyNnmVTJsXYq7FXYq7FUDrWjWmr2D2lyNjvH IPtI46MMxtVpY54GMv7G/T55YpcQeP6vpF5pV89pdLRl3Rx9l17Mvsc4fU6aWGZjL+16rBnjljxR QWY7cnXlrzReaJcfD+9s5D++tyf+GXwbNhoO0J6eW28TzDh6vRxzDul3vVtM1Sx1O0W6s5BJG2xH 7Sn+Vh2Odlp9RDNHigbDzObDLHLhkEXl7U7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUJqeq WOmWjXV5II412A/aY/yqO5yjUaiGGPFM0G3DhlklwxDynzL5ovNbuPi/dWcZ/c24P/DN4tnG6/tC eolvtEcg9NpNHHCO+Xekua9zEbpGkXmq3yWlqtWbd3P2UXuzewzI02mlmmIx/sac+eOKPFJ7Bouj WmkWCWlsNhvJIftO56sc7jS6WOCAjH+15XUZ5ZZcRR2ZLQ7FXYq7FXYq7FXYqluvaDZazZG3uBxk WphmA+JG8R7eIzE1mjhnhwy59D3ORptTLFKw8k1jRr7Sbxra7SjdUcbq6/zKc4nU6WeGXDIftepw Z45Y8UUDmO3I3SdY1DSroXFnJwb9tDujjwYd8yNPqZ4ZcUC05sEcsakHpnl3zrpurBYZCLW+O3os fhY/5Dd/l1zrdF2rjzbH0z7v1PO6rs+eLcbx/HNkWbRwHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY qx3zF5103SQ0MZF1fDb0VPwqf8tu3y65q9b2rjw7D1T7v1ufpez55dztH8cnmeraxqGq3RuLyTm3 7CDZEHgo7ZyWo1M80uKZeiw4I4o1EILMduR2j6NfateLbWiVbq7nZUX+ZjmRptLPNLhiP2NOfPHF Hik9b0HQbLRrIW9uOUjUM0xHxO3ifbwGdto9HDBDhjz6nveW1OplllZTLMtx3Yq7FXYq7FXYq7FX Yq7FUHq2kWOq2jW15HzQ7qw2ZG/mU9jmPqdNDNHhmG7BnlilxReV+YvKmoaLKWcetZsaR3Kjb2Dj 9k5x2t7OngO+8e96XS62GYd0u5JM17mOxVk2h+fdX04LDcH67arsFkPxgf5L7/jXNtpO2MuLaXqj 58/m67Udm48m49JZ3pPnDQtTAWOcQzn/AHRNRGr7E/C30HOj03aeHLyNHuLpc+hy4+Ysd4TrNg4b sVdirsVdirsVdirsVdirsVSXVvOGhaYCsk4mnH+6IaO1fcj4V+k5r9T2nhxczZ7g5mDQ5cnIUO8s E1zz7q+ohobc/UrVtisZ+Mj/ACn2/Cmc5q+2MuXaPpj5c/m7rT9m48e59RYzmpdi7FU78u+VNQ1q UMg9GzU0kuWG3uEH7RzYaLs6ec7bR73D1WthhHfLueqaTpFjpVottZx8EG7Md2dv5mPc52Om00MM eGAeaz55ZZcUkZmQ0uxV2KuxV2KuxV2KuxV2KuxV2KrZYopY2ilQSRuOLowBBB7EHBKIkKO4SCQb DBfMP5cglrnRjQ9Ws3O3+wY/qP35zmt7E/ixf6X9TutL2r0yfP8AWwS4tri2maG4jaKVNmRwVI+g 5zs4SiakKLuozEhYNhTyDJ2Kppp3mbXdOottduIx0if40p7K1QPozMwa/Ni+mRr5hxsukxZPqDI7 L80LxQBeWaS+LxMUP3Hnm1xdvzH1xB92363X5Ox4n6ZUnVt+ZHl+UD1VmgPfkgYfepJ/DM+HbuA8 +IOJPsnKOVFMIvOnliQVW/Qf6yun/ElGZMe1dOf4/vaDoMw/hV/8TeXv+rjb/wDIxf65b+fwfz4/ Nh+Uy/zT8nf4n8vf9XG3/wCRi/1x/P4P58fmv5PL/NPyUJfOnliMVa/Q/wCqrv8A8RU5VLtXTj+P 72Y0GY/wpfc/mR5fiB9JZpz24oFH3sQfwzGn27gHLiLfDsnKedBJb380LxgRZ2aReDysXP3DhmBl 7fmfoiB79/1OXj7HiPqlbHNR8za7qNVubtzGesSfAlPdVoD9OarPr82X6pGvkHYYtJix/SErzDcl 2KqlvbXFzMsNvG0sr7KiAsT9AycISkaiLLGUxEWTQZ35e/LkArc6yanqtmh2/wBmw/UPvzotF2J/ Fl/0v63S6rtXpj+f6mdRRRRRrFEgjjQcURQAAB2AGdHGIiKGwdKSSbK7Ch2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KoLU9F0zVIvTvYFlp9l+jr/AKrDcZj6jS48wqYtuw6ieM3E0wfV/wAtLuItJpcw nTqIJaLJ8g32T9NM57U9hSG+M2O48/1fc7nB2tE7TFebEb3Tr6xl9K7geB+wdSK/I9D9GaTLhnjN SBDtMeWMxcTaHypsdirsVdirsVdirsVdirsVdiqIstOvr6X0rSB537hFJp8z0H05biwzyGoglryZ YwFyNMu0j8tLuUrJqkwgTqYIqNJ8i32R9Fc3em7Ckd8hodw5/q+91eftaI2gL82caZoumaXF6dlA sVftP1dv9Zjuc6HT6XHhFQFOmzaieQ3I2jcyGl2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KrJoYZozHNGssbfaRwGU/MHIygJCiLCYyINjZIL/yD5cuyWWFrVz+1A3Ef8C3JfuGa3N2Pgny HD7nOx9pZo9b96Q3f5XTCptL5W8FlQr/AMMpb9Wa3J7Pn+GXzc6HbA/ij8kpn/LzzLF9iKOf/jHI o/4nwzCn2LqByAPx/XTkx7UwnmSPggZPKPmWP7Wnyn/VAb/iJOY8uzdQP4C3jXYT/EFBvLuvqaHT bqo8IZD+oZX+SzfzJfIs/wA1i/nR+Ycvl3X2NBpt1U+MMg/WMfyWb+ZL5FfzWL+dH5hXj8o+ZZPs 6fKP9YBf+JEZZHs3UH+AsDrsI/iCOg/LzzLL9uKOD/jJIp/4hzzIh2LqDzAHx/VbRLtTCORJ+CbW n5XTGhu75V8ViQt/wzFf1Zm4/Z8/xS+TjT7YH8Mfmn1h5B8uWhDNC104/anbkP8AgV4r94zZYex8 EOY4ve4OTtLNLrXuT+GGGGMRwxrFGv2UQBVHyAzZRgIigKDgykSbO6/JIdirsVdirsVdirsVdirs Vdir/9k= - - - - uuid:e1e143cd-845c-e545-a82c-1834f6356548 - xmp.did:49a36f50-85cd-4d9c-8e40-248846c3f4f8 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - xmp.iid:19bb15ae-f957-44d8-81b3-6fb4fff1bc68 - xmp.did:19bb15ae-f957-44d8-81b3-6fb4fff1bc68 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - - - - saved - xmp.iid:16a9f1d4-6556-4d68-a81e-195f13de58fc - 2018-07-26T16:48:17+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - saved - xmp.iid:49a36f50-85cd-4d9c-8e40-248846c3f4f8 - 2018-07-26T16:49+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - - Document - Print - False - False - 1 - - 20.000000 - 20.000000 - Points - - - - - ElegantIcons - ElegantIcons - Regular - TrueType - Version 1.0 - False - ElegantIcons.ttf - - - - - - Magenta - Yellow - - - - - - Standard-Farbfeldgruppe - 0 - - - - Weiß - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 0.000000 - - - Schwarz - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - CMYK Rot - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - CMYK Gelb - CMYK - PROCESS - 0.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Grün - CMYK - PROCESS - 100.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Cyan - CMYK - PROCESS - 100.000000 - 0.000000 - 0.000000 - 0.000000 - - - CMYK Blau - CMYK - PROCESS - 100.000000 - 100.000000 - 0.000000 - 0.000000 - - - CMYK Magenta - CMYK - PROCESS - 0.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=15 M=100 Y=90 K=10 - CMYK - PROCESS - 15.000000 - 100.000000 - 90.000000 - 10.000000 - - - C=0 M=90 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 90.000000 - 85.000000 - 0.000000 - - - C=0 M=80 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 80.000000 - 95.000000 - 0.000000 - - - C=0 M=50 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 50.000000 - 100.000000 - 0.000000 - - - C=0 M=35 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 35.000000 - 85.000000 - 0.000000 - - - C=5 M=0 Y=90 K=0 - CMYK - PROCESS - 5.000000 - 0.000000 - 90.000000 - 0.000000 - - - C=20 M=0 Y=100 K=0 - CMYK - PROCESS - 20.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=50 M=0 Y=100 K=0 - CMYK - PROCESS - 50.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=75 M=0 Y=100 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=85 M=10 Y=100 K=10 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 10.000000 - - - C=90 M=30 Y=95 K=30 - CMYK - PROCESS - 90.000000 - 30.000000 - 95.000000 - 30.000000 - - - C=75 M=0 Y=75 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 75.000000 - 0.000000 - - - C=80 M=10 Y=45 K=0 - CMYK - PROCESS - 80.000000 - 10.000000 - 45.000000 - 0.000000 - - - C=70 M=15 Y=0 K=0 - CMYK - PROCESS - 70.000000 - 15.000000 - 0.000000 - 0.000000 - - - C=85 M=50 Y=0 K=0 - CMYK - PROCESS - 85.000000 - 50.000000 - 0.000000 - 0.000000 - - - C=100 M=95 Y=5 K=0 - CMYK - PROCESS - 100.000000 - 95.000000 - 5.000000 - 0.000000 - - - C=100 M=100 Y=25 K=25 - CMYK - PROCESS - 100.000000 - 100.000000 - 25.000000 - 25.000000 - - - C=75 M=100 Y=0 K=0 - CMYK - PROCESS - 75.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=50 M=100 Y=0 K=0 - CMYK - PROCESS - 50.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=35 M=100 Y=35 K=10 - CMYK - PROCESS - 35.000000 - 100.000000 - 35.000000 - 10.000000 - - - C=10 M=100 Y=50 K=0 - CMYK - PROCESS - 10.000000 - 100.000000 - 50.000000 - 0.000000 - - - C=0 M=95 Y=20 K=0 - CMYK - PROCESS - 0.000000 - 95.000000 - 20.000000 - 0.000000 - - - C=25 M=25 Y=40 K=0 - CMYK - PROCESS - 25.000000 - 25.000000 - 40.000000 - 0.000000 - - - C=40 M=45 Y=50 K=5 - CMYK - PROCESS - 40.000000 - 45.000000 - 50.000000 - 5.000000 - - - C=50 M=50 Y=60 K=25 - CMYK - PROCESS - 50.000000 - 50.000000 - 60.000000 - 25.000000 - - - C=55 M=60 Y=65 K=40 - CMYK - PROCESS - 55.000000 - 60.000000 - 65.000000 - 40.000000 - - - C=25 M=40 Y=65 K=0 - CMYK - PROCESS - 25.000000 - 40.000000 - 65.000000 - 0.000000 - - - C=30 M=50 Y=75 K=10 - CMYK - PROCESS - 30.000000 - 50.000000 - 75.000000 - 10.000000 - - - C=35 M=60 Y=80 K=25 - CMYK - PROCESS - 35.000000 - 60.000000 - 80.000000 - 25.000000 - - - C=40 M=65 Y=90 K=35 - CMYK - PROCESS - 40.000000 - 65.000000 - 90.000000 - 35.000000 - - - C=40 M=70 Y=100 K=50 - CMYK - PROCESS - 40.000000 - 70.000000 - 100.000000 - 50.000000 - - - C=50 M=70 Y=80 K=70 - CMYK - PROCESS - 50.000000 - 70.000000 - 80.000000 - 70.000000 - - - - - - Graustufen - 1 - - - - C=0 M=0 Y=0 K=100 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - C=0 M=0 Y=0 K=90 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 89.999400 - - - C=0 M=0 Y=0 K=80 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 79.998800 - - - C=0 M=0 Y=0 K=70 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 69.999700 - - - C=0 M=0 Y=0 K=60 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 59.999100 - - - C=0 M=0 Y=0 K=50 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 50.000000 - - - C=0 M=0 Y=0 K=40 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 39.999400 - - - C=0 M=0 Y=0 K=30 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 29.998800 - - - C=0 M=0 Y=0 K=20 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 19.999700 - - - C=0 M=0 Y=0 K=10 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 9.999100 - - - C=0 M=0 Y=0 K=5 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 4.998800 - - - - - - Strahlende Farben - 1 - - - - C=0 M=100 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - C=0 M=75 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 75.000000 - 100.000000 - 0.000000 - - - C=0 M=10 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 10.000000 - 95.000000 - 0.000000 - - - C=85 M=10 Y=100 K=0 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 0.000000 - - - C=100 M=90 Y=0 K=0 - CMYK - PROCESS - 100.000000 - 90.000000 - 0.000000 - 0.000000 - - - C=60 M=90 Y=0 K=0 - CMYK - PROCESS - 60.000000 - 90.000000 - 0.003100 - 0.003100 - - - - - - - Adobe PDF library 15.00 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]/Properties<>>>/Thumb 13 0 R/TrimBox[0.0 0.0 20.0 20.0]/Type/Page>> endobj 9 0 obj <>stream -H‰Á -Â0ƒïyм€mZÝ´ V‡§!bÁ£‡áÁöýÁBBàK þœé‡,vÇL| Æ¿Væï7Îè -|¾Šc¥(×0X²Ž3üÉð³Zï2\&D9)l—%Cr»6%.(&·í†å½Ô4‡òB_Ðö{ÁO€«Fn endstream endobj 13 0 obj <>stream -8;TCAq"eu\!!<3+IKKl~> endstream endobj 14 0 obj [/Indexed/DeviceRGB 255 15 0 R] endobj 15 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 6 0 obj <> endobj 16 0 obj [/View/Design] endobj 17 0 obj <>>> endobj 5 0 obj <> endobj 18 0 obj [20 0 R] endobj 19 0 obj <>stream -H‰\ÏjÃ0 Æï~ -ÛCq(½„Àh)ä°?4Û8¶’Ù(Î!o?Å L`ƒü}?ñYúÒ\ò ôÛb‚Þ“cœÂÌ¡ÃÁ“:–à¼M[—o;š¨´Àí2%ꃪ*Ðw§Ä ì^\èp¯ô;;dOì¾.ít;Çø#R‚êö2èÕÄ73"èŒ'ºOËA˜?ÇçÊÜÃØàpŠÆ"PU…T ÕMªVHQ]o†W÷é$î¢8—Ù½½¯œ|ž¡ìÌ,yòr5‚'|®)†B­Gý0¤ZoŸ endstream endobj 20 0 obj <> endobj 21 0 obj <> endobj 22 0 obj <> endobj 23 0 obj <>stream -H‰j`€€… endstream endobj 24 0 obj <>stream -H‰ìUÍkQÿ½MšV¤¶vkÁk\k*†P*¨]iC-´*Hë¥.i>|”6… -ŠDìAD(‘€‚ õ$ö$âÙ‹=ˆHIûxéѬó>’í -J":üù½ùØ÷fv3É/.Çц<À•«gBô€äZ2}+ñììã„wHRqk¾æ{Ù °iÚ¥È ÃÙ*-ý©L~Eí×m'‹Y}•¾à}Hû¯keAú[Ɇ@ÖÊÄŸÜþòšö”Ï"`Ø#´ M²EŒ+½‹£(ÑÐâAX'Š&"ó0qâ;XÕ®bmÃ(PŒpz»JO®¢èÅI²¾îžÐPX3‚á¡POwÐðcÜr…¥'h°››åòfùùF±¸Qüì×u¿nê\±j™{jo‹ÜõCo¯´ë|±{»ºzuy*IüzÉœë8¿‹ƒš¸Æ§¥7§ëÚ®Ù[šF·õ^º)ƒmÛ[Ô`×jÐ4u{‡Z´:z%í_›‚G0FëGÜ.néG€ø)ñ{|Ã=¬Ò[^ƒA«!ü%â -EQT,sj/naÛâ‰Ü#OEp¹!bLL‘Hì¼–€ÒÔÜQÕðÌ»¼ÿ"v/q§Ä {­rw˜d„N(pk¿£K$~…™8µÑ¶FuvÛœž8Ì~ÉtWV¯Î©@VæÐEQ•»§ŽIÒî.Èêä¹GTÏaáq"9ò)íÅ¿#Óõn.ï¹ÙèOɘ@üÆÀ•Ìü!Ëù¿Óð>ïsÓÌç{ë8.¾>“ät2ßSjÞx Ãù÷Ò‰%ö -òyâ=@– Î)¬áÍk‰=dÏ(ì%¼¦°ð»™èøèìÔ@$OZÙüD,—]jÎD?Û(Æ1ŠYõˆ 8’°Eˆ!Gh ÓºL^ ‹MæüŨŸ Ý™üž endstream endobj 12 0 obj <> endobj 11 0 obj [/ICCBased 25 0 R] endobj 25 0 obj <>stream -H‰¬•wPSÛÅ -Ћ!”H $!ô¢¡÷.H¤„Z½HÇ‚€± ÒDAá‚JQDšÒ›4AŠ Â=è»3μ;ïÍ›yëŸý;³÷7ûÛg­Ù€í±´5u ¬H¦µL쌌]\‘t€`ÔÅ-8`nn €:\ ü›¶ªÃ±ýÏóÿQG܉Án@% r´ØÈÅ K…Q¹dŠ Ùäyy(D7/€Ö2…†ÝAfÙ)Ô›2 dQNr:@åì2î7ÆT.ßYGÀ¦3D©d,@½Ëñ/Æt¸W‡ìéâG`¾Ñžñ«ÏŸÖ -p¡Ý‘ºfz–9e¤¸•‹SÀ+¢q*8 /ñ?þ„ÿ& -1œr8jF½=½(HpE$Á=À•ˆ´Š¦ý‚¥‘þn2pÊÎù«jôbÜ ^Ìþ]o ¥¥¯M°þ»q ØÛóçÚàßÎG­-ù?Ÿ~ù:Aì—‚Dç?€0£^‘­0à¼å*àM—NQùyPp?€2¿2õ›þá›êW¨* ‰Pjs5Z4’£†m1Ì33u1×)cÉcMc»e÷ápæ<ÉeÈMàQä•âcáÛàh:ZŒÈŒBzY kŠàDEQ<ǘŠb»âk ’RƒÒoÑ­2µ²¥˜\l.\Î o,¯ €T„)n(+w«Ô«–©ÝR¿®‘r<þD !R3D‹¬¤¤KÖ Ñ48og”bœirËô¾Y¹y•Ee“U§ußÉ6s¶ë§~ØÃ8…N£ðΪg4]ô]ÍÜlÜOÝ=|=É^Þ1>ñ¾i¤L¿\ÿ€¢À² *r]p3¥3¤7t4l6|-âG,šû,êö¼ZŒÁ…S=ÿˆˆM¾TWß›°’È”„N6O MÍKkHÎØ¾Êq wÝ"3àFjVYvgÎ\.4O0_¥àä­€ÂÄÛ·ïÔÝí½÷ù>¤˜÷¶Ä°Ôµ,ªüzÅÇ•3!U‚ÕêOŸž­I«Íÿ³¢îE}ϳÉç ôM˜fûÖ€¶K/sÚ+_µuŒt~yMÓÍõFà­pØ;©^™>l¿Ü{ü€üùAù!ü°ÜvTö#ú“ä˜Ø8jBh1Å?Í=Ã1³?;1×2_´ðÙwÑt »Ì±¼½2´úìKÁÚ…u÷¯ºâ›°ÍÅ­îíÊo×v"v]¾î)ü@ís0€þ·R%B¬ BÐMê·4å´)t~ôÆ0)F†EÆ.¦Ræä#þ,æ¬86.¶ø'öŽœé\aÜŽç‘3Ó.«®ßÝé‰\(OŒ—š·­¯)Ô/Á?' "°%hˆ¼J¡ A†*‡Y…ûG$FEµFOž£:/£ux1á²Øw—¶ã '.[$º%…&'¦¤>MëNŸÉ8¸Ê{Mþºefàô¬ÊìÞœÍ\Þ<|÷‚Ä[ GîPß•½g_téþãâ±æRÕ2ïò¬Šö‡à1U¦Õ¤'IOKj:jê꥟™=~‘ÕÐÐ8ß oÑh%µÝ|ÙÕ¾Õ!Ø©ßô:»»éÍBË;|¯m_xÖûšþ«CôÃÈùQƒŸHc‘ãq“iSÓgftg¥æXæÖæûª>_] Z2[–^­L¯6~¹¹²nöUbºñq³fëÊ6é›îŽÐÎ÷Ýïö’xîkýôÿ  ‚‚LAïQûÑ(ÑÒÐöÐåлÁ¤Á; ‘1‘ɆY„yýH3Ë5VO6U8+|–½Ž#™Ó‰ à å~ÏSÌÅgÊ/Ì¿)Ðq4$¨ƒäC®µ -爊ê¡QߎõŠ•‹'JøHKÉJ³Kï ÇdÚe+19ØX\ œ#ÞP^IA\‘G‰^iWyIeLµOí•úsêã¥' -©šç´´]t¬uõôÔô±b†#NcfZ“Ó³¯æ+ –3VÖŸNŽØ Ù~85`×oßï0è8zzÜiÆùó™/.[®{îP"ƒÜ“ÏKÄí£èK ™øÙùÈ‚ÒÈÁ)M!}¡³a»,‘¨(Õh‹³^çbÎgÇT_x{q)–á’Dœa¼oBÊåÊÄþ¤ÁTí4ïô´Œ'WF¯A¯KfZވ̺Ýæ‘§Ÿ\«£póŽà]{¤¢«÷ë‹§JKñe§Ëã**?¢sàPÿ¤úéD-ËŸêu¤úœgmÏ×FMáÍE-}mÀKt»Ý«ØŽòή½n¡7Úo‰=±ï -{Ÿõ ô/@?ð J © Øz~$Š‹Os9•=}s&w6wîæ|öBæçŒÅ䥸ås+¡«~_\×l×¾ªoÈn"·àÛÔÛÛß–v¦wÇ¿íMþ˜ß_ÿé U D -2-¦&ÑÈÑìÐ6ÐÅÒëØa½ YŒNL(¦%æª#‘,VkÛ ¸3»û*G g —>7÷0Ï^_><ß›@ÊQk„bJ°$¤, wˆ\uD‰¡6Ž5‹eˆ»I(H2HŽKÕJ§£½e´e²;˜÷ØJ\’œž / ¿¥Ð£X¢«ì¤¢¤ -W]TkS/Ð?nyBš@K׬×Êß] =½Iýƒ<Ãh#cU“}Óq³Vób‹TË+G뿪§& -à"°x¢îéáEôE `8l¨¬R,èÚèb RTDÍ×KzBI(„@(RCŽ -ÈÒ›H—ªè"ņ«‡ì1oæ÷¼yÏþ‚ÅÅ —–]úzyÜ­Ó½ÆCã©ò’y |ð+á¾·®úÒ.û9ûÛØ\£^ßqcóMJàª[:·~Í¿ é m»]»øyai÷£îs Ðo ?ä {#ž¨æ‰{WÉëŒæCÉŽâ<âæóªùÝ‚BíÈ "«(ñM Kš]3·Tf,&'©‰/’&’õRL•©‹û L¯ÎÍÒz¼9ûhŽW.˜Ÿ_VЯž×l,²}â_Ì+Q—–ÿ£båͪħÝÏWWŸ©á×6Õ­úã\}tCÓ–æk-Ù­ŸÛtÀ5]ú¯ÎvÇö õ™ö‡”¾Ör–LŽç½œ°|Ç|?8iýA45=ã<›ûiÍç{_úæŽ|Kþ®óÃïµ?·/Dþ½Xt1ï³Q-ô×—N¨6º±²oÑ].‹+= º¨ç5ª‡Þr½Šê Ø¾ ä+*ßpéÀ–ÌÀœÁ 7¸ŽÓ¡ 7±’Ë5ð4³Yå†è2MD…!·"»ºzˆ-I¸Ø .¤Þ¾¥ˆ ·>1!$?˜P¸ö9Ô+’¶¾…F…œÒ'М $•¯åŸˆ´÷sÒ aN£_Ìbg8SaKbmk˜Šõ»`‚¹ù/l–«Çv‚²¸æp:&·¸Ò“®Ié€öFµGh ¿HÍCHñ”–õñ'Î8Â+yÛþ Â;89†EÐ,Û{Ž®PŒ8[R^4™€û“V<Ù -žKx”l ’qQW°2:õÁHGü᪠-r¹;A;bÊjJãÏ - ß¹ü/3?¿z(HËÖjàUé÷4rà•Ò6©\žtƒ¿tL(¸¿Åí÷­¥Ó§»!è^+!d ¦Eü„σeo_ÿ8¯7Îç}/t®g}KLªsÜàurcø.p—‚ç» eŒÓŽ`qt• Ø Ñ3,Í#®|Zh½Ø80Iÿ»ª¾î5 ]’©^üK=¤ Çœ;œy€•±åÞy C¹ñЏ1ÑóTxA6G¯Åä6åÂáÙzW[h -½­>ô…œÞú<1¿Þ]¾^~ÐÓ|äh¿å¾ ãh¦±O#P©T ->$ÆP«@½ø%†€»hÛŒšþ¬o²K/è{ W4yw8”ççã fî8e D*ïR£€Byá;`¹ˆœn¦—½QöªèòÁ€šÇtV×ñÜy:Þì_@ϨÍgaôžJ³»çí¢.ï?ÓÜö“c€}z5Mœ7üD¯ñ>ÒX¶På Ó jª§2è{á89 -ŸO -#/Áé¼a¢^Ÿ#üó¾ñ„.’yš‡?F—Pgq?ôè:Kܘ1b4²òûwߘUuF¤ã]ÁW¢…qP¡&<Ég\|Šô¹‰KÈåW®à'‰ÊS®E< nǪ‰}”XL­'ÇD‡{-IáõZkÂO—oŒ¿å›Ê—á÷=»ßÌi -³ÅzÙøÁ¬ž“"Ì9·7 3g `¿0ú'ÿC‘Åw%îÆ|®¾€WHoçºá;ÅÛãý±ZÑN–*tº³€Qxïû‰2´‹ûÀò%šÎ±£ü e}|ïN JÛ.ïHzö,7“‡d«±-n 3‹Q2Aû¥:·{д(©—-ŠD:ŸXŠþan醚ð…ÿžGê8ó=øxöpç$~:Cþt–›Ê|¼[ý¨(–‹æ)/Qš¬7´¥Æy£¿Jj¯!cQú–KUäJÊ&d-oê­+®|"ë c3’ÊlìXö“ÌYT™aãƒÚ)‰ä{RIÈ,Òœ0èQŒdÇvE0é¤E1rH,§ØÀ  z|Gž´oÃrʲ*Ñ颵å虼Šh{äCVÞŽ$¦õ†!w’í< WùœCb$Ó·¸wEÿM¹ý.ËÀ=´NbpÍd¹5ª©,I£«ŠÕR+D¥Ö†‘ ÙAÁnˆQúVwþ’bâ —+’,lá0™.%â »FSð£]gZF1÷ÿ²=(§N¢#O'%'‘ÐR>¶¡:åÂ=9Çݵ`ez¤}1ìŸâm±Þ’À¡€…pd¤7ªlY‰î1-uCýÛrÒj‘Âz19þü"z/ó -2… cÝâaZÎnûpØHuÉ| -z­P¸à„ðÏ1iDhÖÖÀÿT´ò‚ÀøL.׬‹ÙÇÙYìeP]ÈGÖ&ø¢G,ó,<îÀdÄ !æmŒÕH·Á7†9ª¹/8ÄxÜRÊË&¿•õsHçôzÎ^B#Meï&h¸?˂؜Ïô$V¸ÃŒGøŒ½ŒœÃûÍ·“wðfƒ2˜°’ó]"¾6ýÅm–îäÜæ}R³=¸bÉfƒcúÌûlqÆÈgU¸=dè0ØÕ’W™N{DÄ£Ù'ª!ƒñ` ]Ááò` ÐÂAÑ¡ú-/s¬"> £†¡£šôœBUuF.{Tá}Ø—í) N!ñ"Ÿ€GB;†¡džl¹ß…[ôLû¢p‡¾Ù€¬næªí ÏF9· ZXcÊLä8ëx§ëØçÕ§ÉÀÛeø®W [©ƒ÷o@ŽÄ“1V’L-ž†±—#áC&èÑk’¦ü*ë¼ÃKŠ•&vV,*pê¾$€i;´RxŸ™Ù¼‰_ÏPG?+\ʽMùbL6))r>=@x5*ÄfŠƒvå ]Å^ZdžuÊz]X’?ùP4Ï1p °9Q¼~¶¹*–^ *ÈýÜ,0­À‡˜#Ò%8úÇb»Áµ;«Q'p“×*$L´îE¼Á‡f"òÞµËüw„ ¾þŠÇ•S¡˜þ‚ìCƒó戽Ha€ÍÁÃ…h ¼:è-"€dkªà>è¨uœÁy7C/Îí½Ïß)¼dô¦£ù%Šx®†Ö`ò'Šqyo «SYØ "&¦]‡Û…#6Ø‚5;à4ÍÚuÁã㯽ªƒW£y -²¶–‘ý§tžk/ Gà ™ˆ‘«Á½&§0ôÏ,ú#ÒBùvÁ"Rá9 5ÍÖ×9oQåm@°·ŠÑý;/D«5„RIêP™–Ô+-GÂMî•#º¤™'uh¶èAt0"ÈÜ;ò=k Õ´Ÿõ?{üÐ-WeÃ_]åôÇÚ‰[jAÕ )HîÖ>†íðAuä%WöüÄ#Ôº´>ªž‘´ïƒÚD.žÙœJAªû1~ó ÿSçÌ•ôV—ª§Üþ†É â‹a²ÀsôUÙýØBèÄ -䪪/j)Œ+6ï8Å˼=wpüÄëmbÀnòävþ\ÿßžtGO½¾Š«íÈûãÍì¯x ñÔÅ;è`uKJ’£ ‰Ì„w¨ÝÞAß•Õx~Ïž–l.›É‚Q!ÿ¯±ýËhã0³RÈ¥ûjEëã•Glsܦ5#ë J58/Gü V/ /•é"N—Úà1Á†J;mh`˜$¯ü?§,ÛWÒúqµ®•ËÝ$L$ý·À0l®ûJVz²íÎq+Ĭñ߹ЈAÊaiŸxØ!ŠdpžTŒP¾/HêÀå_ zõZYs•˜-ždqN -……‹²ýø©…U)$YäÇ­, H -ŠÏºgæ,7‹—xeIÑHhÙð×6­Ü <¥{*ÍM…Ä@+{à Pšõ•w/¤fID.—¨¶‰ ÏÝ O-M±°e¨µÌ™ðmu+M­´y’!ô“@*ÊD>×Èæ OxÁ0ÿLÅAÿ ¯% èòv[üè·Flr´t@Ÿqª×+Ž /4·ÈôürÍ -‰ýˆX8Dm*QñäÔ/éZB–\ÃÃÏø@ša±þ8~Ír;ŽíE=,7 îð±þ!ùÅoM‘2‡ÒDõ˜”üÉ[.Ü.R°ŠùîeæÚ“7˜t—A};°— ¹Gü—bsÄW·Õh qÙ2‰A—];%ÏÒmiø"í©°+g‰=Uÿ¢f¿*l‹3xݲœó¯©ñ?I Èaå~ áÄ/Ø&Ç.Ñu®óè -ê¶¥ ->éúÖÊÝêšê'¤g«gUi¢ÉÊ ÜAN…¬¨€—¤Š?oO%)†“€,z¿~U¬Þ¶ 3¦»^GÄüjË)È€·öZÈMÛ‚FiPãånQY›¼#ØTVðìtgÏùSVê¶D¹^éÆÁOË¿Û:…ÖJO»ÊgÑ+SÈ¿×óMnvõeKêßù­l‰ou"ô«†ƒÌ‹ôï†'gøSzÙ‘[Ä ±oÿIõpkš Ðº¦Â½’+/ÎeüM÷=¹ÃÈPm²4¨?EþAô˜àåüOí• =Ф>“Ë­¬=â@tV¯ßw {®[²u)jW¾ÙÕ>'ÛjµŸcJ|ße”ûÜ57—î¹¹RÎ1‡Öa7ù/zÎï£u c\VËž‚ ëÝBßb-ÕC~}È5–®Ö°G©•U*»Š°ëÞZù$ÿSm¾Æ©€«à«ŒL "CÑÆ¼ÀÜ+›g~>û£dw¡ìÈEáÍ¢ûBø`Ѥß*†]vQ)¬TóTîÚ’×W˜ºЬæ~E0!·U~JqÅb ¹`•,ˆ<Ã7q |¡?ŠðæÄ·“z\wþÈ5‚‡Í)r-ø¼ÓC÷#n[-V 1/ÙceŒÎËSÃùˤípm†‹Ø^ß/h†þOœÀC•0Ïï“eÕ®ŽÕXÚd#GŽQŽä(–‰HäJ‹3È`î7óÞ¼yofÞÜ÷Œ†q-‰EߦÝ~í¶_‡ÚŽO±Z©öKÙïÿWÇ>€Š(û‚C8Ç(8÷>¶=%Å¡—•Цx®>Çב/@'‰Ž3E»³“êÖÀºâHe¾Í´‚½¯b#Áô‚®°ïÓ“Ýë"=Ûá³êݯQMcOuä…‚A~­d+Ê¡^ÄÂy¥µkù2® è²œÍˆâöpRt€åÀ“ °™ózdÜsÝw²B8uŽ9ô†]ï7ª}íCꫲQ] ’)>«^ß6&$ËGk¢Ð{’±Â«¼CØ\ÚôL£æ`È£Àn œgãŽgš wŽ -Ú;Æ.ËŠÊÃr_Õ/C:—x)âP£]ëa„Î¥:媀Bø“Ü3-⊗c¶pöcîÙ€=Ñí#Ó—÷­ã=Z"#§û‰jÛ%"£÷÷Áb7KJËйcúlše/Ø_ÐÜ>‡*½¢Eì7ÒÙ@+VÈâ6Ÿ„nvÂQGM]wTnGÖ<2Î ¯œ!_,õ>«‚PŸ®è“§áVã­ÔwN×ý5»[õ,ÀÂ*–Þtëg”ðGœvR20ó‚ÊùªBÞ'«½ì•ˆ­Ç†É«÷†Ã+¡¸ ù×át‹Gj x§£1j”MÔÛT°¼™n"Æ×üA§ÊKF—¹¬óo¢½¼¡½ØUkûˆoȱ*éhÕÙ$éüe1³¡%õ˜°¡Ñ#*54Ní æínR¹®çÎ7â¶‚äÄŽëÈ -ÙVÃ"ù8¡µ%{4G(«È«*ÃdîÍ+ù~¢?ÉŸ§tž’ƒ#¨¹Âÿg˜Gþá9w[‹wŒ“ߺÖ4ݑĈ—ºvÑOrb4é´¶ó‡ר=yR:•pâŒ(‡bHY-È $D~‰)þÅÜŠ5a:GâXì³mrãÉ ]¬Òcà^vˆzˆýKS¶Â8õ=U²ÄŠË3c7™Éßðo1Ê÷‹‘UôNÿϹuôÝ!8EGpý€’²Ò®69 ÃEsúu|?ÀWŠx5É»á 3FI åÎaàºä ~Û¸ß•× -TúC¯Y¡ ôbà–Y#´tÓh‘ë±G:‹tËW5-êä‰BÛòGô^®¿p–w+Ùå.îÓóœ x¿Z¨ t#4rˆìû æušI_o$郅¯t¥š/˜©*†â-©]öV:S¾IÜ#ö< -Bq’¥ñÃöEÀd›_0ø7¢Éˆp¼0É÷ òeì,ØÎþ%ã(ÝI›kLñgu=½Xåin­¿## ÊΊ·è´9®‚ê¯W"Óò©ˆî©½o;èƒ!„tàÞ%‡-ôIz¦Þx`t’o¥[!Ö¦ZÓ?Q÷,ÙâYjÍwÌgW t†ùCOT¾ÄmW²}‹9Ó’ B$p©qøŽžL?¢5LRÐõDõªòÃH|]’ÌgpO©“h¼—zì… ªkã¡J$Û¨ -—sOk½|8˜ŒCØ ø"¥µ´×ôrÕ¦âqÞc ›(¦:íˆ/kÏ~%¥”Djî“[¯´ihH¬–æ5nß›€-7Îíˆ87ýŠ_A%ÍV¶þÜ"²Rñ¿þÓäjxªûwòڶᎣͿœ3ðÍýÅ"Íö汬6EVóÄ÷’Aò†°'X*¹Ì{™ŸG~ŸGÆZÞÙVA‡Zƒv}&ú(lݽ†6ÑúÉ$¥>®YÔŸ¡n-ZT3(º£ÉÇ(± D‰;å³°&ápÛœ÷ :Jùÿ÷2gkSÛIJ}ÿ'¹Ž]œèV‚É -¸W³C÷;KX´_µÄ="ߟÿ·Xʰ #ƒèÕÞ¨=O‡mpê(·eë{Kù ó änK¸‘ ¿¬ÎÓ溞bªª@mfŸl€“_#va»„^X¼w4"fø›0À²µóa³©AÒ°ÞUÒ·`œ™,."Ÿ4ºÏò´ÏøšÂ*kÄ”¹Q¶~·$Òpw‡f À›Þkð3ü3îv¤RI’Üž ­=§Ñ |߬oÿ·ìSÕ-Kòma Rƒõf@Òû‚ò8Š(Mµã_æ!^3<.Á¿áº‚ÛíXש?ˆë{ĻغÎóùíçµ{ª¶h÷*Ÿ0”I²·é¥ ’8Gì.6´ÇÂÏh½ºy›Ñüˆ MãBYnÔW"v¹— ŒvÞéhZn?lš©LÐ,6ž¼¬´ÒXÒS¥ß(i)IfÚ“Œ®H|½ˆ°E˜ÙÀ¡8“MÛ€]é)>ÎZêþÁ¹É¿Ý³çzKó“=¹Iñ£ñǴɽïAÌKý)äjT|姉~Ã/‚|x7®‹éL Á|{R.YX©ªÑßÁv» Öß/h°þãù€‚iqM‹’ˆ:=cMÂYCgHZ¨Žðr‡q’qü¸ÆÝeôÒÒùN£fÒFz×Ð.R&)¹Ï†¤,ÿ³+†ô.Ob¼Öp.5^WÛ¸&På4^ü?þ÷7Hž‘~(+›PjÅ™Ÿ€±v“$í•J½½Ó‡é¸i|z•³K:mS®†`ªR×¥½¿§§~q1Z£o8#ŸÏ€)ŸÉgõ”§‚.‰óÆ<‚ˆ}CÀL‚(p¨º™Ød,µK W»°JžKJ«o¼>v¦Ü‚1%¢ž‚~#žëƒ6Ü­ƒíG“yƒu‰QÅ`ˆý|Æ¿oˆpC¹Ä‡KcË´‹†Wb¯’†Jüª¹…Ã>5¦&…©0÷¡ã…Ì"òž†Jâ›°†)’nƒÃˆíij||b¾ÁŽo㹌Âcv³å‹’W®ðŠªJ¸ª‰í=ý¥…‰h0Ρ=‰("áh‰hþšÏˆБƒƒîˆ„Ä•Î{í¾“üoj¸{’;c³F˜Vµ®PDJh©tŽ"=¿¤Þ:0¨ Œ§"Ýœ¦ŒŒ6™×‰ø2Ž„0‡ýÃ}›ê{b½•™¾nà·ï—b…²³•ŒVE­µ“ÓJ¨Ò’N=~¤8‘0…Ÿá="ã›àZ„˜Ó‹©®™„„‡ŒÃ¢2zì½&Ÿnj·uœûb²2š~Uå­/˜^IÁ¨E–z=F£§”ê0fŸJ“Ü"è›5‘¿Æ—ôŽÆ„ˇ¨›zq¼Å¥…mï· -¢‚a¡±½ŸœU€¬³Ir§Ãšá=£!™ 0Kž½—N"𚙓í—0†qŽ…†—Âq¯(yí¼n«¼mi¶ª¨]a ±P¥U¬>¢?I§GŸ¾<Õ¢¡—03ž8š|"üš•ó5–ª½|…;…üÂ"µÙyh¼!²lô¶Y®f`®°òªÀT®«Ú§¡HϦݤÝ<£¢3¡‡0Å)#™Œ—¨a•ðÇû…e…^ÁÚ¼½xñ»à¸ l•¶´’`S°§°™T_«ˆ­'H‘¦‡©F<{¡Ú¤®0iŸN#™(—µ„•{ß-Œ…‡~ÊÐ~r Éä}­f¤ÃÖ}‡Zì½é}§OG¸D~ C¦²Ê~œ7¦­¨H+)¨ï€ѤÝÀ¡œ‚•–‚j~nÏ„ -rIÈòƒ;fSÂ炜Z¤¼þ‚KO·^‚?Cm±æ‚]7{¬Â‚´+§ÿƒEÜ£Õ„'û d„+ï”Ñ‚©~@Î(Š rÇÿˆÉf"Á÷‡»Zv¼&†üNܶކ‚CG±†67^«ò†4+§(†€å¢é‡>0ŸN†?“¿‚ß~/Ím rÇ7ŽifÁ+ŒôZe»g‹ÉN͵ҊêC:°YŠ;7R«5‰Ø*þ¦g‰Ñí¢Š^žW‡¾…’΃}â̪•üqÅÆw“ùeÖÀn’"Z/ºªN µPC¯•ŽF7>ªnŽ*û¥™H¡2Œ«¬H‰Sî‘ÕƒU}…Ëõ›ÈqhÅÊ™fe{¿Á—/YÚ¹ô•=NZ´W“£Bè®Ñ’F7#©¤‘I*ý¤ÆË3 DŽÿœ.ŠÉr݃®},Ëk¡§qÅ;žÓe-¿,œ3Y‘¹V™ãN³³—òB½®'–E7 ¨ö• *þ¤“âXŸxüi›<‹âƒû|äÊí§˜pÉÄ·¤]dྠ¡ZYH¸Áž®M㳜mB–­‡š}6û¨S™+£f–­ƒž¼’̹šf‹OBT„;|¯Êr­—p„Ä8ªd’¾¦ÉXú¸0£ÃM¦²‚¡@Bp¬ìŸ#6ñ§´œÂ+¢Â™@·ž ”|™¨‹ƒ“Ž»„r|`ʳ°p;Ã˯ìdN½¨¬SX··´¨üMp²¦EBP¬g£~6é§-Ÿç+-¢Á <Ô{ð$*Ïö6a”­Wm¯Ü:¶ ;^h½î(ŠÒz’ÊUfæÿÿÿþçüçb †3Æ`Ü×7)G®‡H$ÑIéÜŠõè³ôÞ÷»[±éµ:.mj­·ru‚ÎpTâFgýÞÊ›ÓQ_:®×= e4ûV}C»?1]@Í8lÌ•^|ŠEb†?‹±,Î¥kÄz, -0î0ë‡XÒÏ mÒ[„<ãòê€?÷ûœbPAõ‹—ƒß©,¶êC] IGeÔ_£ œß  äÅ.´1€^IxOºá³â/¿ò᡼æ'ä`¼cÖ R.ú1ÆB×8-ˆ¹ øÑÿ梛x*g;Ô—~ÉèKtÜ眊ãCP¬ì^W.ôßTª -‚¥D©Ãw’2E†ˆkâäËH±Øý|0`ÄW*q"×]|P&XbÄ€Cüîë\Ç1=Ž.k¢ã´CÕ¬„ÄŠIUl(÷ha^êëÈŠ”àKš´ÉçòJüm—XŸp”q‘‰–}P³9åV£aâoí^QþªŠ#œÅœÿdD@@½‚φþPÞŠÝ óäYAɈ~j±‘<åTŠ($Œ8ø}ãýÖoõ–#ŸÙp•}ÛköRù5­)ZTç ñ" QvKÌ1ØT5qî!œ®pönA–¥Ýu:‹XIO3’`ñÄ[)«¨mÃ!{}Sl«”-­/kã˜ëZ朜Ò!:Ú^°Ítš s°cæ‚÷!X®˜v²€[d¿1 - qIØgVZŸõ°ëMÇÓ&Û·¹¶”d6 Èg9~Õ6Ü0ÎhyfT1ä_äuVÝ͵óz[©qÇIøŒÒ™ÑE%é^¯d…Ž °ª¢š7³M»‹J®²åmæ²yΆ›í”€#«Á"ç!#møYsèzQª—êÉõt¬ƒ—©Þ1º¡õÉë¦Ö±,Ÿ7Ý7e!þqÛ•õvða±˜Þ“%³f¿»“F>àœoJ‹ åô×ÔV@¶ZK¯.ä9¦@Y¦Œa΃dË·‡¹glÄúsg5Å…×hå”7\­œ§ô |[²XÄÌ‘BÐäA†¡aÞ#¤7¶Ìq„´ÆbÌ”¤+®÷z µœ*¶&3(¯VcÒ—œ.«'·‘• -&1O¦Ó%D'™M” çDÉózFˆHÒq KÞ0;J‘5¯ ‰çâõ÷7¢øGÍ‘¶d†øQX"/! C\üÀ8ê"þ‚ïwv%>Á+>øþ„·r'‰÷Ñ„™1žN[MîÆ¿É¢ïâu©ço…✔ˆb/üHR¶l+¾W²š|[‰…‘{p»„ÍÁ÷ŠîÃÿ)Lv˜Åi¦CØÿØ‹pœ™­×¯Â—gšß¬Çú”Ç +1µ¼+µKL‹!Ô˜@ê|m#–š¼>`V(ÙôS<¦{;PXVüKÓ~ÌJxéY'VVŒ÷}Ábó{7an·WÌTý»4[•ñ Ä Ò¿\݈™ËlÏböR‘çÌ%ùoNCl:‡^‰¿ðÔs¯ZèEѯZQý-´£Ä3ï3ª*ðHqB¥6ŽJÕw®¸¡ÅÌÓÅh‡ü‹gÚ›:gÿÕ¤¼73½âï÷ s·ø=? ¹õWë¢Ñ*vnº¯¼)™:ïA£Ðy=‘èÁlÙiC4X•í¹ Q¬²×¢.273gà‘ˆãhg×Îîq4´•Wë„ZÜœÓÁtm|’>x© xRºÿr!øPàï sê˜ðÿÌ{P¸šù"ý’°±_PÅ yW;êØó¨f3xÞ^’CƒšÛéSW)²ÊÏá ³ì”ß ((\Á< 25;í}À ­Ùy$RrýŠFŽë|Žê_­öº»Êì*@uN$ž‘-'à?À¹†‘ðhp® -÷‹Ê0¦8^`lÿw`—Yl…l•`¿‹×²/õl…p¶Õ qÆò28„§óu°Ì{l»bÃۇ̎ µ ™9M;¢¨]w[cÇ]™ˆ|‰ÇÝîB[¢´vÀ‰À4ühâLÌ«%BÀ"½HP—gép"ß?˜û‰èešs1c·‡»\cÈe±£›…kE‹Á‚¿ -ª£ùŽBƒ7)Ø*Ñ§Çø7íÄ{>Ä­àô»Ìõ Gÿu‚£Ãlk(Š67aR¾Ü¶‘c‚Ÿ¥Sí¹|ÿ”­•}<()2«†îL¼/Τ·ˆ£áX.`s©k$Z<%¤ò…“ùS0aëF~l7±'Óy¿ ùùª¥¶i^£2Nç@¿H×S¥•&xpyRäF}NÖ„5Qˆ¤ÿd-µ!ÑÌc%Ù˜À·™$âcL#‚Öûùë - Zx.š.m}1K¥êææ©¤¢y®bˆ³Š‘ÛÿÒIé¥Öœ˜%sSBÜqr’¯MÑ—8mr0)Y¼Û–ͳôýRëò“ܹBß wW®X8J¥e3Ø)}U[è )W¨Oø’{e•ÁTS› âpJ ‰JØyÏ‚G5º­¦©êª²5\E…•2ˆzPÒ$è¡\ -ÒY¤F“ºƒtQw×ÿd˜^ü¡N€—«kÉ+²Jµ*òè6VDòÈy•«‘[JºBÈÛü~3ó{?ç=cÆŒifhòˆEòJ¨¬cËçp¥—ŠÖn­|\§ÕVŸt÷ý¾ê P ïŒrÍfWð©,Õ®¤‰»ÿBõ¨;ÀáÙÕ?Cq×9eÛXc8Úߪ+Í‹àÇš†SO󓬿åë¶…úñþR.óœs•+íÆ€}t×ψÇຎͰճWš¡7Û”A‚˜v+dœol6\äòÍê9)Ý<º:`¿ŠçZ™2^ÕM{Þר8v³ÜWô½A1üit¦}+4~ï²iDð¢?Q‘)pìµC6ñ3:å>áõ·˜§lçímø~¿8Q=¢ÓŒéž*`¤ü{3®‚~|wTâ–¾ó7Q@AXÍË-´Re1…CØÕYT•ŒL/&Nùa%Ç㥮!Ÿ±ý¥o<šÐ.®Î†Dù@ÏàœhLìX!´V[0|ð röãÐrÌɳ$ `MªŽÏöãÁ[²­äq<¾GÍy:-RÆ÷pÖà6mÇY{,Ü”E«Qž"–Ú ëH'dWîc|N±ÀÆá´¿×£¿ÁË‚5è_¡îãHtÙ¦„Nöì¿Eu×ï1QBϪÔC¦^6KJè0h’H£lsn㻉OÉNX>÷Ç>/C -1wE¯ÙtÁHtß8»Eu¬%„®UºTT¨l^*!æ%UøØ,»kFÜ‚¶0†¸¿!wiÇ ž%»Ýáä"›I(s¹“À\׿kn§u6F rH( &U1?OP|¹ ÁvÈôIÑèNIò¾"ä (*È ÎbóÜ Ø®äã·Þ0'kÔMÉÔ¸ÉRßOž3 -ÅÄÊK›y騴vYV:¬^tFÆ”.{ŸÃod%;”ÐÉV·»Ð:‘Ñ6’ßC&õ–1nÍG(yƒ÷%¹ªÖ^øÞe²OacDæ=4O§N¼ƒi6ì‚é²×;¼ •ÂË­L`’¦Ùfò7Qk{Ž2f7‚žPI­"Ýă¦Wì(^\ $b1ÕS¿ ›ª.%.F6陨øÿ;oAAj…[² T>f+â(ßn_úI߉ú^ʻǫb¡ïøÈŒá»[nq 1ëû3œÉÚ߆Ÿ™Bb7C¯ Ó§Ó|·ïøSÊç¶µ<*â¦/ýãУ«¨%Ú‹DÞí½Ìrܱ«´´oýõ|R×”ul®¼êsª»òU “ Z_éfÎת@Û^ðu°Põåµ6T)#ó:ìÏ‚la¤äma$ðHl^ä‘ÉzÛ'ú1`ñëX€úPÒº}¬*%]ib‚›d9‰¿&»Œe@ÀÕ—Š}@´v^¶HdnKœn©( -¸šáÌ–ŸŽ{ÑÀ]1µ¤¶§Á—®Á„;ï„Õ×øR¾ç ;e#ZT—"?ŒhpiâKŸ ¥áBzÞ’…f…Óþ1z†l…RIPˆË<Î…R­Â1èÛ•b„m«],“2éå;%Eô7T°HM>+ñaŸOέb¼ñw?äRøŠèÒ HÂGQ•K+6…f[e ùðÛvÅ&ŧj¥ô|™ê•xRºš4™‰ýŠÙX¡ìßÐÖîè%êkZ¥% ÔNÿßñhr½ ‹ º¬ŒHz¥µOÞ¢[ÅWJkØ2V\¢^ŠÅJªp“sκÓ[¤þGFH½Ø'ò3±YÈñçb}ÌO. ¨±´š„ûñ=דägM‰—§¥•žÊñ½Ö!ôÒÎ.grÊW§s¨þ²“GœÉ ù@dÞ+M÷wÆ8â|oÔA8a½ -6'ðG¹CgÕ5ɇÚE¨èþ•-h-;^)(pdÖéíÏ”PYÚÞÃçˆ uùž_ðTeû¶.ô<Ýe ¢’$ZïΦæOrǶàJFòÏæ·rG‘ª¡‘°ºÚ¬|Gú±)+ME¹…‡ê±îéž8ÜVÃÝŠUìÆad‹ŒµÎ<'z›fdï{þ0¢í o™£èLëXÃf4iòüic½õéQrªÚph)W•1ˆ èÅ~óh¸Ör£Qœ´fYÄXãGÙý/“¤àN“4J´³;ºÏFt˜_äÑù×fNû’ ó áXë‘„‰.ûøÕ Ku70¡Œ·6 ˆWM÷ô•yyÆÙŠ„ü\ÙÓrNA2RPv«Ð7oAq¸È!-KºP¼èPŒx¸øY-|PÒæû™u-Õ®?ÅÄp…(• ¦5Æ]¸„¡H{‚Û'ÍWçsßÃ^Ê÷Àš‹äj åôyé> #!Sì®*üÌô0¹àÄzošÇ#,úÉ,~vï:9¢wÕ”ÂsU CK”ðW¹²WPÛ)Pb‚Àƒ—E8ÊŠ w_{zr_¿˜€Èå‹ ÚY¡¢ŸY«{X~“Þ ¶*û/µš?¯ 9÷e!ÄÚÔ+s<>þ­ð&ÞÝÀ.F§¶6Ò»ÑLç1jªXî‹÷Ã÷¯:UøËæ*$åßI“…OËN‰{y/äÿYf?‘ֳД»b ‰fRow¯gJÈÛ[9T ñܹ•,$~Zž‡Í Iµ3Ú!M‹ö¸úžZÄÖ)¿”%‚ƒrÂáÂKiˆÌ&yNl!ñäÀ쟢#»äÌ"¶Ùç Ñ‹?Ô p{1¦‡«­É(n?ˆ%ÇÊ#TÈ3Byåm#©l™aÌ ó›÷û÷›ß¼ßoÃŒW$e»Ù-me»Ò¡rlw¥º´·ÕÅ©½ûþ ßì`n“·š9Áéq§#é÷»lª#O#Çé&¹&‰EãLœýI¹ó -š–ñ*¢&ÉÖÃ/x ü}âv޲„u±†ÀÞLæ7ü ÔZ -ÃÛÚ¡Š·±>òk$G-)1="üþY_w: ¢j˱‚Lå¾Ãi¼Ym‚ž!ž ;ÆÊ€ÿå}ŠÑ¡b©ZFr'^å;h“¯—»ôͰY’¶Õ¶g0hE6¦AûL%eÝüOº©%wAÝž€a?U°BW™¯¤2ï4Æa:ªžº™Qc᪜¯~–yʦ/ ±dâWƒÅm_À¥½‹§Z!çîËÇÿÿlÊqá* ÏãMlX[ÚÍ”+lÞ;éƒÿ):É|UùÄK³eý×o3§ÄãWÞáÂß #€ -Ž×ð)ö‡Ùln…•ŸÂ>fĆÖ3 Ô_y£èLø3ª’Ì€ÍyVÉùiŠi¢¹‚å¡ß‡Çk4[p§¶+·áÞçÈÂZ~É®·´NìW -WðB~çÛl^Q‚%¸k=×LzbBw ž’-Æ„lƯº*Ð -«†B…D÷Ò+R<ñlÖÑMâÌþMÂtRVˆ ô#Íyù6´_v½È‘u æ-| -Gôoà -%ˆ>¯•7[T*Pu2Gn¾.ù(ù+àšµQäO^Ú÷ÿKò«#‚6`“ŠŸŒº.³m@Ž6?eÏ÷ ™¬´YÍk7 |ÌÜRO”;1òKöK¢éöCX¢oØç }Ic‡¬ã?£¥bVxí*r7k–2ª«3æ{ô7Àê}M¥  ;®Ìä=®3Ëš¸P1YlçÔdÎÂHvòÞ^ÍJßåàg1͘·Ü‡L>²ƒ¹LÛ¡=mz!úbéÊ=õŠØÖü³â ,;1)ý Ý,º%Ž=3…|~ÇÞXÅóÜEâq1o¸[9^ÈiæšUSléw‚zXRkTNÍPàå…'¶JeR§¢@ÑÑÝŒ1¡Ÿp4î‘@¾Ù•ÈK\Ƽæ4ñ2Üüi´Çê|S±õŠ`D7nÖ.ê\þ|"P›ñm¾4QÕXØ!:#ÍØ 9¤Qq§ÑbÄ.'î$œ€™g/¢Ýjèjº«ê¤)²¿‰?ªcÛÿNF¨=ºRÎ%ÈŸ™5µTÉCú±Û"/­ÏA%Ԡڻ̟•›ƒ¹u’VÌmvøÆMIß@V¦õ#Gxt%CG:üT³ýß5É»í5?I†­'ŽÂLwn|ôͱ Ÿ­Ù|†ë!Á\d-CWÝnÑdô …ÍølÇ[¯ ujoTõ^¢6Ý–×ÔDJ(½?X`y÷µt+¸`ˆÝÇÏÐ˃c8ÊBŒ‰e€úÝ^ÓbéUòŒþþóœvRs-‰gÅaƒš¦>ìru³ƒ{’?­VµÜK3(r[Ç÷Ü“Â|í%ºÕö_#|FÀ|¸=I–Þ§i›â mô¶ßˆƒ0Áûlœñ1¡¢êºî0áûü8Õ 1"í+9LìÛÓ(á‘âŸÁ«¤×h_áöUÄK¾ã¥4µwøÈFw÷Â#Ë€÷¬qy²êZ)ÙvÔ¨ -"kSͲE²~Ïfñy,pN<ÐÁÐ<°²6’ e’ݽXÏYÛ»Ì÷mï-;˜§ uŒ¤ÊjÍÝpÔ]É¥cRƒd94Mô˜8–Hjh‘èpM³¬Åq:)ñÞžð=3´«UÐÞ¶Õ ò·5¾ÔOq}šRŽùÈiÅ'¶!Å.gõEW‹†˜Ïó¡OL::Leú­½Ë¾FMëq•.3J»\%|¢ÙGäÙè£/î)ÿ¤^•yS -‚À7%TºŸw#ÚUÌUúC•œßÑ‚sì×0Ö}* Ú‡´(ºÐjWA­,Ó˜ÂëT“»¼R òrë`]²Crz5_óVÁYA9ºŽ?ÆÍu¥±ÔÂaûyK$mÌZiŒi¹nª×%4Œè4êì²Q5Zq%×!ï”'çJj$;£ªátÑÑ€ŸÀ -aú,ß›p½Ë,¤¾ƒíñ=DêŒÕ·{nÚäk>ùR—g,*C¨ºc¹þòL57iRâ¬XZ#üEæ€oÅÉèžP Ý?Ò¶C_Ø=†~¥¬v¾ðǹ{*N†é6u™ŽW©ˆ–˜Ã2Ù'£{R‰¸_irUª€R(5¢kx;$d#›¶DÛ^ŒvS¢:ÿ2r[i¼<W¯ÔÎõû•Ω’í…‡wÊÆ¬wü.n4]¬¦hûÂält9÷š¬¦/ÑŠx‘¥æ²ó;výùò¾jìíjG)žëD´”f{×µ¦'8´yø˜ðGÊWm~ù—„äMSÒE"Ãù70½]˸4OØÚ‘5¸…|îj/@Àž@t'ìÅ–("2Ëh8@$$Ôj˜$§pX¹¤ð]”…¶—mú¯d¢£Ý%WàOöâ,¯ í¬ 1õœ{O?òmSü´hÊŒ#eíÖ3È# (õ$ùNx¾¢Xã{OZ´löߢø»˜ø¾@çÏѬÒͳë»"ûGÆ\íœÕÁÀ˜tÚ!‡n–ŽŠTûÓºÂ1ò~Z“ï%I×ÿü÷†—9•å†zïŽB„‹u¶ ‘-±åãr©­]Žf@©&\YË¥%ŒRMN¡:‹g@W…Š—2Ýš ‰þ$¢–ò‰äc”õˆ¦MS„BŠÔ¶(—Ó~g±l–qÿ¬à”Ieš¨¡’†Y8¤š‘ -LÔ ª¶?øœñŽ…2Ÿ™oœ$–?9—”Šž¹Œa„ŒŠ µ¿žs}DZœ4ql¬s™òe ¨-—¬X¸¤"•¾Lk -”?§œp’r2i˜ç‘@$~•¤Ó2ŒM‹’„ʉiµi¥}°©¢ppʬŸ¼ds§ÆX3£¶š§KûŸ»˜†?P›û– 20˜l•,$i•’²å’|ÊdŠâ„ÿˆ¶µ%«ä|_°^¨àp«Á¥Óc˧j¢·W £SŸûK€ŸS€>ñ›Ž›P1ð—ø˜ý$N”˜•û‘ÝŽ/§ŠM…,‡ô´ä²ò{ª°¯„oi«{¬c6§¨¢W£¥ŽKžú¢Â>œ›1 1·—–œ2$6”+— ‘XŽ;݉ӅQ‡8´§ºc{ ¯ã¶anâ«B²zb¾¦Ý®¹Vµ¢½«VJ»ž²§þ>Wšå£Ö1Š—FžÄ$"“Ó˜níŽD ‰q…oƒ3Ânw9wQ¼òwãka·»x‰_[²ïy)Sf®VyõGq©ÜzÜ:ù¥«{Ë-ì¡Ø|É÷ž­}ßèœÁKŠ’Å€ï‚«Á`}¤vØ»ü}Ëjõ¶Õ}ñ^ø²~S­{~kG%©~Þ:½¤Îk-Ç ï€ö¨€ò%›…äð‘™‚G‚Àm„vE»ƒ¹jsµøƒ`^—±<ƒ R½¬¬‚íFߨ7‚ï:‡¤ƒ-§ ƒiõœ¾„ Zšk„/J‚挿‹Š\u½º9‰™i÷µ$ˆØ^;°qˆRr«å‡‹F §p‡:V£>†Ö-ŠŸY†Æô›ï‡'‰™q†4™¥ƒ¾á¹u;¹Š„iw´rŽO]ɯ¾R«1Œ#FQ¦¸‹P:¢„Š¥-kžšŠBû›ŠQɘjˆþޱƒ`€œ¾`–ýt¹•Qhù³â“§]H¯$‘ÿQŸª‘ Eö¦p9ݡَr-LãÑ šI'—a‰Îr»ƒ¯€½à+tL¸‡›hŒ³e˜ö\Ù®Ÿ–ÛQ=ª•E©¥“Œ9§¡D’@-2F‘g ™”“X–}‹FÖŒêƒò„½r£^s˸ äh²ôžf\f®$›âPÙ©‡™ÁEZ¤þ—á9p ¼–O-œµ”× ˜ñ‘Ä•´‹à*Œ7„+~ö½©£s>·¹¦æg²‹¤[é­±¡APn©žÍE¤ƒœ¤97 <šÈ,ýœ-˜ %˜Y“ÈÀ•Œr‹ „[~e¼Â°Frº·c­g²2©ö[{­O¦ÌP¨ª¤D»¤¡¦9ŸÐž¯,曹š¨ ,—Ù•{ç”oŒ¬‹$„ƒ}ß¼l·XrH·³‰f´±ê¯á["¬ÿ¬tOĨW©sD€£Æ¦8ÜŸx¡Ð,Ô›\œÉ 2—r•Å“øŒ0ÛŠÁ„£w·ËDxÏlGŬy`èÀ*yYU¤ºÊyÝJ‚µ—z?h°†{3׫Ç|p'µ§t}t££à~– S %€?” 8wˆÊ>~ìlÄ­~£`¾¿/~~U€¹Ñ~Jb´¢~Ý?K¯”Q3ŪÎë'¶¦i€®Ä¢²¬ ¤žÐ‚?¬’ëÏw;É8„ókÃð„:`r¾:ƒ¦UZ¸ãƒLJJ³¸ƒ.?8®¨ƒ73¹©áƒu'¹¥tƒï⡤„Ê ì „8 ‘Ú‚vâÈ>Šîks°‰Ù`4½>ˆçU>·øˆ*J<²Ï‡¥?1­»‡H3·¨ù‡ '¾¤‘‡Cü µ‡® ,œ“…óaé‚Iv”Çsëk'ÁÞp_î¼hŽU·%ŒñJ ±úŒ ?¬à‹R3§¨ŠÕ'Ä£°Š¶%Ÿ»ŠU €›x‡”Íð‚’vkÆÍ–¹jìÁ6”×_£»º“T«¶m‘ŠIÁ±Û¬E3Œ§RŽ…'ˢ׎7YžÁŒ¶ äš[‰HŽø‚åv ÆBœ|j£À¦š/_b»$˜TaµÎ–I€°˜”ˆ>­«r“43u¦¢’8'Т‘T…ꎾ9™f‰ž²Ž#ƒ-u®Å¢CjUÀ Ÿš_º–Tµ7šÑIC¯þ˜ð>ƒªÔ—Z3c¥ÿ–%'Ú¡m”#²%•…˜‰Ñ nƒiu`ÅG¨j¿ž¥/^к ¢kSÌ´£ŸÕI¯h±>\ª>›é3V¥c™å'ë Ç–¹ãœm’H̗ЊXŒÕƒuÄÒ®i½¿*ªç^‹¹•§ÔSŠ´$¤ùHѮ碟>:©¾ C3K¤Þ -'ú :˜å›Ò’ø—1Š)–ŒXƒÇtÀÄj´wi|¾È°¸^T¹5­=SV³½ª,H§®§?>©V£Á3B¤sŸ(ŸÈš¢1›V“6–±ŠIÈ‹óƒéé¼ybtÛÖPyåuãÂÈz_vÖ¯zÍw©›A{ÿú˜}“á6xBßÂxvµPéŬïÜ ±°æ–göcnì© -7ßN\±ÍV§YgMÍ`TfM~Áo1*ã:æh‹g±¦K¦ðxöD:âÌëðppqRž ™/ÃÕÐG¿—x-<µUŠw#<ëI|µzp sFc1;TÑLb›Ð–â%˜#ú‹ú,æ…¹bUX¦8‹¡Ø£P5fÄ7ûY`“x‚Ól×X·b3ø½{WVáû¾vd\èÙ˜‹Ì d…!¨.õúDCÑX>5Ñ-àÕÓ ³¼`_ol ¹àts&+­s0K2öÎ'¸AåÙkO*ëëçᯠ-7ýUdì¾A‚¤ÈjD-Q&Ø!ÄøÑÔQï•¢ B‰ã ”\·ÆÐÃü 3h(;óªl® 0ƒweXä{Â!i¿)¾‡5êÅÐü$uÛ™µÈ.ýÈmD&»¾çWdXº×Qˆ<’ØZKµ°ÿVè«6l„ƒ4“ñàê4Æ+Ä\e¿ç8 \áèŽüSžaÝOˆûÆžƒâ*—Ëžà!¡†}S|ILJ\ -hÒ¹8¡ñœ´¸x‡‰‚Õ‰Ï$<¦~ìðPÙZ?„wJáQèÔ”Û5 F¨vS«:r]P"†¬Šéœ6(Fž ^]SðeøÇì >çá“Ï:áÃé1Ö¡*Ù››>ÀL·U§´hý\ùÜÞøWŽ-[·VL•IìkIéHl t²0,x Ôœ÷wŸeÐ\Îqô$óà**ä&6²(Ðw$×®|­è~ë<—½´½ôND€§ëóYo@cuhì"h©áA(¬èw3$Ï›vƒ¸Y­«Áò?‡ßôqz;ï*Ÿªú¬²Ü©Ë‹„ ­Í”åžo\Ã/׸í, %Þ)ga‘ÃNh{NÅ*/P©0õv§(»=£Õ -Ö0?êöó¹ìER.o³¸Ècq¶¼ïÀ¸Eä-è¼™'lÉ$™mÅ'’ƒšŒX -<áÛö|!b_µ„7ƒ°sD¼¤]üùÝÈñ&1ôbì+r'¶"Ø”\„ÁÞ§¸7±™-¶ÜrÜ•bÊãMÃxsüwíq¼ >½"˜ìãý‘5Oã±E"îÏž½˜›GþóG¶­çú2/#w5m_ýÿÓûQ–ÍäwƒRrRq£µ‹<$Wú¸ã²`­„K—þ(ÜËýABc>%îŠ÷žš%ªDñ‡ƒ •0×ëoD²`ÚþßD€ œ²ÿ‹ï:PËÏnYÊE5ýeÛ¹+ÓF2Wͪüy"9u/£“pQÔF¿$¬äÛÉðé'‰ß•í>à…ârŠ3î&ÜÙÿ=70¿¦™Nüªû½Ä@9þš -‚¦màUà³Q)¹¸!Ý.ê.U[ÞÀ™©–_ñà -?»KøùFJ4ÆÛôª‰G†Œ¦ÅŇâÄYÁÍô$Ü''ø™\]»fGÙá63¸IúAv_mf‡axª€"C%Æk4BbT4T–Õ‚"k<·\”æ‡{”dq ìsÁ«ä¬7/üd4V‘óî  -ËÐö{lÄÎh¾ØíÇÌÒx”ZÔ]¶âÊb[~=ïi¦ÌâûŒõfìiÕgÆò 5F°èb(²ó×§øŒ9éÊÝ;ÐOÙ§íV¡i”¤GÑÓGX_}nŒÁù]wõÓ¸ik§ÊÓ6fâ:,°ÖpÁ³ªø‚¾,¥@б‚kîbmuÕFRž!²s—á37€:!Ô?ª§`CWÖ§&`':¢±g˜UóèùDtÀx4D‹ªLؠ²ÅîëÐCKhÝÈÓìÿ#Nà¡L€o×osÖRé -ïmR¹Ò¦U”a9B´‘û6c.¾o¾ûšoî1Ì8gÜ Jè¢VÒÖnv[[mçFªGµêív¿zÿÿâB+J0Ì2ïŠNðh¨Ä¼Ér/ –ƒäœ²Càyü5‡(œÂÞr¥aåDlG“x“~±H?ÿ‘«IœµŠ‰¬.´Œ÷È©½ü GH;A¦ô!þA0„ãs„AµØRáxJ8*ŠÛ›Œ¨Dã[»à×Ñ®~°²bÄ -†ÞWª†.Q{!®»¤£ønÝ(1_Œ³9ø±WÅ'ÌIl–ÏCwƒ'ïCpð^¸~þ¸u% ^p™†î€ãV&È ¼>¸œ £úMÑ„y¬6_E%.Ø×x“躻‘ÇA0Ì1©¾‰æ„݇·"¾QC͈‡‹ò…ŸZ‹K¡+gD¥2²sÏ‘KtO°té z å°nÂf¤•9•› ?¡ÓÊàí”M˜d$n|c-ÆG\ÒÅÜÇzx 1~ƒÏèF;°ÉêÄšBtBóžâ"©:Eˆ³¢&'>"3$vAƒìP¨rfÞm©#t±Ë&pšê´ÞÜÃJN8×Ú6…6n©^ÔyOçÏO‡MZ,»z¥~–ð ŠPìy$î‘;lÙ*¶”ºº|”\¶ÎÜñ7¾¸ó±‡­ Ø’vߪ·¨U³‚ðDl?ñÒáºÖ,"uy â)mÜžhqˆšïû¨SÚ:wdµ¼REÜîûŒÍôéZòÐkÇó4cÈS¾>ÓnWž=kvËìÜããKÅPmGÈYp²f§o&è]•ᬎ*žY÷V.#^žÃLCÜæxTrúšz )ïsÄÖÁÅ=™\ªí||ô¥øV+w]¼ÉðmˆÈÔ‡ùZèüœ³ªçÖc&r~ï¬ð2fÌAc‡SÕ_ ƒîh¼eà)ç>tèÄõ£Ä*ÓïqQàtÛÇàë`°1xó€­ wªìÓàÖ+IÛ¾:¯hYK½¢ ¸¸ê *9…÷³£¥ÊßI|8¶Yké^nT| u ¿¥Ú¿¿kV¬Ü¥CA™µ×$Ír*‚S$s,¿à±+¥æíÑz½ä`‹;‡îm¶P«ê±¢dbPæà%Õúý °@ÍÍ]6è -U¤—žUìu -…nI¹–Rð:^ÙaÃþr¼]J–™&™ :£Ã¾Òm‰)Ì%Ò›FÒšp»ú˜}ûÐ ý¼ 2 ýèe šd';(MÞdÙFâÚ¶÷¬îŒk ¹Û÷”ž¦]*‚HДPPC¬jß™ú m>‰Ê wÎE2jÿö샽ª/;Έ?* ,oqSë6wønµ”iZM¯¡fOdÈI&ÿ~¿ûEj<†uDû¢Q­KkµM|Ï\hF:ŽŠ;TBËY€Ä‡ÚCôK u;ª£‹w1/5Ã%•>*¤t´ðˆ¢¸ìcšHVÆÝ=ÁÖ—§ê™7<žLkù2‡XÚF ]ØEœ=m¬™,ÿ­úª6ÑrõU¾“è¹²ŠßPà/WSEÒFÁl´µä†PðñyzØS¿Šî8øQî:³/ñ~`~ËÆêk€LSµ 0RߪnFáŠSšï+d‡ÔìŸ@÷wQ’ÕÀ•€lf6§V®kÉdÐ`‹Ý¯jŸâ»ª¬5)Ø0¹T5Û 8+ŸF9yá²¹ÈlÊ(»£ ±Þñêܺ)Ÿ,‡ó,‰&¸×L‹Ù@°!AëÉ~VŸS÷H¦ñIe"3Äo“Ñ%¹±Ò4*%yV¢ Ó"_Ñ;Sa8¸iq»kÿŸÂ¦Ì&ÐmÈò&×*ƒF¯‚Ô^ª·X·bBéÏ“É.Éç$±ÒóÉË%¶¬_dÊ n¿C^¤36^$‚©LûI|yÕÜIB¥ 3Uþu Êê+z;´EQ^}±¼NW—°%ê'%3¥mD35+·ÛžAFI#7òñÉ'û_1„Ùmž ë1ËúËšÙwE¤ŠkˆG ŠÕ eÜéÛZaV7ûUÍ…ƒf‡Ö5‚"Ômþ/ˆ)eÑÆuøwòŸìÐØ"óFèæYwIÓ×µX¤ÚÜq ÖËÇ[Ë8ƒÒfÃÿ2—œn8Ÿ8EOÖöfQëk:ýsX»pÃÏØcuº½åÊ’ÌÿÏ@}ø5u ?T†UfÝ…]‡mï©Û[½¿-©S”¯]ÙЛ‘£ü£ñc<"_Ûæ.©Ã—zÿ„®Ÿá;Í÷–,ð¯’^AÉwpöÀ3Ë6œ -—iì‡WáõøÿRj|púI%ª¹(ÞEÖâ:"–·L{+à:âe”—¨‡ôȾ’g£„áãdOÚ˜9‘Ø”g¸FŽ:fÕÕ“ §Ô™db:J‘J¾¶[úåp×Ðd”RíÝ"ÒQfQÉPgë”ýeîÕG°ÍúE}bÂÒõø¶OôÀ£SZ p¶0JØd9 ìܽIrpõG­—ÞmÉ]Ü$h$ç0¶Ã…Òzm¸ñã|Si±ù aYvªq%áÒž½Y[®iÉšS= Ò’»Ëz D>´xÌ¢LÒ#ú‘æðŒž d·šsVòö’«¦ûä6„‘›Sµ'É·b]T%¿ ù÷”/y%7[£]²ÄXêª%iüLjj#]€ûW÷=®fµõ&0]Þþh=¸§í0’¡yxÆ\Pʇ ‰ œØ‹Ú‰„€Ç¯¢¦]uG«_£ÙiÁ§?¡M^.£Zž²R¤Ÿ¶œbGœ*šI;˜Ò˜h.}•¤–h!B’ª’ÓQ0ŒbPˆ‚„E€¯Y­Bt¢«ªZi+¦õ§m]££¤xR)Ÿ^¡ÐF¶›ÐŸf:¼˜s.C•?™!%’8”Í^¤Œkƒˆ „gb¯´ztªÙ±h²¦¹­Ÿ]3¢ÁªYQÇŸ§bFc›†¤ƒ:y˜' É.”íœ!‘Ü–Yi3Œs¬‡¨„ƒ{W½¨rp?¸¦sBe ³át`Y´¯|u]NZ«Lv„B÷§@wÃ6ñ£}xú*@ z1“y{l <›1}8$ëµ{ -¼ux£oï·‘yÓšR„Å—„Pg΂Myi¹˜‹©ni´ÆŠîc]°*Š,X;«ß‰aM§¼ˆÆAˆI6:Ÿê‡ä)öœp‡¸è™h‡ög–z†<όۂ“xð¸è‘¿mÝ´•bʯ†eW´«9Ž.L¤§2A•£Œ\5þŸ8‹¨)Ý›°‹?ü˜ˆŠÔ³•h‡ú<‹æ‚Ýx]¸]—ÕmU³“–6bL®ù”–W@ª©’òLA¦‚‘—AH¢oj5Êži)È› -ŽÎ—ÇHô”}‰w™‹ƒwÌ·ëólϳ›ðaЮ|™ëVͪ&—ãKߥý–,@ú¡è”¬5”ž“g)¯šs’<—{)“®Š@éŠbƒRwH·Œ¤lK²¶¡ÚaP® Ÿ‹VV©«+Kx¥›!@¨¡m™W5Z‘—Ì)’™ç•`–{‘}T’÷Š],‰Ëƒv³·3ª“k̲]§î`á­¯¥FUï©C¢˜K¥ D@`¡ž;5($›¬)x™q˜!•õ“-v’_Štc‰Oƒ¤v¶á±jkZ²®(`‡­c«U›¨ï¨Jפå‚@& °¢’4ÿœÌžÆ)c™š#•‰“³‘‘䊇ˆìƒÂoðÆ}s|e*Ápt+Zz¼itïOì·nuÕEf²¨vò:Û® x-/À©»yh#ý¥ßz¦.¢ß{è ïž'~ ï’@€ -oñÅVye1ÀOyÔZ‚»Pz"Oì¶`z”Ee±¡{B:Ü­|/Ȩª|ó$¤²}ìl¡‚ -Wœ¶€[n‘ €øo²Ä%e¿'jZ`º4POݵR]E^°™ :Û«ü€/ϧ€ˆ$-£›6¢ K‚. -²›m‚eßüDo€Ã …§dÙ¾…ZC¹„OÆ´;„JEP¯„$:תۄ/Õ¦‡„:$A¢’„ÒŸ8…$ šK„0B ‡oDÂ0‹£d”½ЦYü¸#‰ÅO…³P‰E®’ˆŠ:·©çˆ)/Ê¥“‡î$Q¡™‡ÿ -ž$‡Ü ^™$…Û°ŽÑnßÁy‘Rd+¼dðY“·fŽ«O$²‘’Dέьº:©!Œ/±¤Ä‹“$^ ·‹{HŠI ¿˜‡^#‚nnÀÁ–òcÇ»¹•,Y9¶Ã“…NÑ±ì’ DŠ­*à:P¨vî/œ¤9$iŸôŽŸ|œ6Œ] — ˆ)†ŒE‚bnÀ œ£cn»šƒXæ¶+˜Nƒ±O–­DJ¬•5:$§Ø”/‰£l“$tŸ@‘s­›gŽ; Z–.ˆZÚ‹‚›mÍ¿ž¢tc#º˜  X˜µœÂN9°µ›¢D«õ™å9ú§D˜y/x¢Ñ–Ù$ž–” Ûš¦ò š•kˆ…!Š÷‚Ëmp¿1¨dbÖº%¥©XUµ"£Mû°1 ±CÛ«rž»9צƜÐ/j¢N™þ$Œž–8šé ϔɈ©[Šy‚òm¾Ö®rbŠ¹Ç«HX ´¿¨YMȯƥÇC±«£X9º¦a N/_¡äœ„$•’—ö"™þ ú”FˆÆŠŠƒÞðu²oŠÌPv“q¹œw_r‚¦ÈxsÒ“Òx±u*€»yYvŠmAzwÎYJzµxÿD{Qz.{ºzã{×{SÜ¢s™y§Ê>t¬z2··u©z´¤ùv{'’1wR{³Qx|Mlxê|ÔX4y®}PC¨zZ}À-ezÃ~ ñzÐ~-ÚqÔƒ¢È sƒ-µµt;‚£9u(‚i©v‚1}üw‚jÙwäÕW5x¼ BÙyvl,Øyà6Òyç€ûØcpm9Æ+q¿‹å³ér󊦡•s÷‰†2tüˆ|µuþ‡¨iÁv÷†ÇVKwß…ëB!x¥…,[y„i¶yƒwÖeoS–ÖÄRp¯”´²3qð’© sÅÇt{wu,lh²v2‹ØUnw&ŠTAzwòˆç+ôxX‡ÇÀxZ…ÍÔ³nt Q ÄgXS‡Т(ŠLÑRp²*à§¥U™ -ˆ›!²”!¨€¬$$wß›{C IÀ„0BØ{„Mˆ ²—ED[÷ªT쫤~åé{çÇQÒf‹i­ÅŒ=Šê~ŠŸ\CœÂ¤çÊP/–PæÛÈ%‹`vÖ¸û)ÞYõˆ­ÿ ªç/ÜY4T?5hMs¨qjq¥‹+:‹Ým¥'Ež)ŠÌ£Ì/kbîyú@}™“{øDR²3ú9놑´>cìvv’SÇ…þñ䯖ÍM t†?Š´65ÂÝ)`o&Zª³š•]àdç?qûFå4î´Û³}lA©(hú|âýÞõ}üäÃ]f´œŽŠ;ô+Í´Œ Œõ¡@æêê°‹.¬Íå+ý»“¢'n¹ÀŸ&¶oAç\šÑ!ÐR\;u"Q<ö°7!iað°2‡æÜÓSp¬>&ØÎ Ú´A<¥Bù삘©®ùÍ߉ÕR±ÊÍ@Š[mû»r-£àFæ†Éã‰ÞÓÓ×Ф¦ qC[òüH¨|ž¾¶Ïƒ–a×L¦øµ³ÏcF7öûÝf…Öz¸}˜•wØ”b³QÀËÜ6#Å­“cƒpºiËC<Œ¡*þŠË˜V¢oøM–yF¬¾Æî'ü¡€@¢ÎuÿžXBl}ØöhÁi6;8-D-`Óþ`‡§›Þ£w¼È ³FM…ñ…ŽÂ$vCcÖáq‹m¼ró$ô‰ ››„'qÅà Ág[N†Ã8§ ×þĉi4D{…™åè>¢ÁÔ2äŒNPK±ÔGÿíØõÁU†;PomBp:õÈ ¯¥Æo†BvÂñ:ôkÆhC8|Zp»@¾Ã_à+þnPyš_@ii¿úy¡Ëiæ1&o½€)y𑨠®É´-w·€SÙuÝP‚$-_Íg½K?§fB¬ˆ±X/zQ Õ§Ô+ƒv ¸[+Ðü3(¶-Íóú]àt±Y—!¨£(¨µÛå¶yÛ ×ܼe辬‡9ÒÊh Äôrµo/r%shÿú‹x­uê/¼cP‡Æð}ÇO±:k««€¸ÊÕÕ@ÝÒç9³`YÑsî3ÈC¡•rz• ê'X–“çkŒìËÞ¸?i½1GFÿ)e…DK®±þ¹ú˜ÚÈ;ãhèØ²Á_6¨½¿AÜêç÷Ч²ã;‚áµrµ¡l%ªÛ™:—$Q§FÒÎVwpÞ04sf8) w†À|“ÒÎ1âÎ-R‹àÍ“yÔkx‹ ƒšE‚L¦уºÝCìôˆÇSýL]…Š*ŸR)p”Ìœ:Œè¥úR›‘ÛŒhò_´<ò.9]òQ’ŸqçAJü£¥K„êþAmao:Bäõv/2ˆì«0%!;¥9¤)ÙLÍ“kÈaº{‰œ‹˜&µ(}ï{¤9åìlI:RÑV*Ò…ôV‘G¨Ü`¶«@Ö*aÛñ/³­ø&’]ì-éad{KÚÍ”½5Í-üO¶ oØÛ„Åós’³ îk«˜ÿŸ¯gÉNOíï^Òøæ—ÄÑËŸJ5ˆÃYü¬Qâhæl:á/ú=y%qNX¶D2D^á„Z@:¿ñ3­¶ãész¾Ä0o²w=+,šÎáüü¥bž{/ó.— ޏRú0q”¬ 3Âç³NyÖ–âGá.:dù’Ø*ŒÐK%4ÒU=…Ø£Š9åWìuÙÚ"gìŸb{±3öUÁÂmðòg5ñ½¹ g}ðxÙFO]¼RòÊqÞ—õŲfvé5ãgW]±eWC;S·¯pF«ê™bHy f…å•lO0Ã: Wœ¹Œ½“ë€qÛ\‡~Ü#û?–¾RÒ¤w›ÌPw¯@—T²zýÚšY0ƒ­ldüӮ㣖˜e•:Þ s/û:ƒ!ÅñÇg1•ÂØ!›Èw³<†¥Ë<õ>`§…›®ÜEսºshs÷jù-´A…g¬A›ZþBŽ #Jü†>©µÝm¨ø÷øȨtƒÃwXTa´¥)¶)Ô×A? -w©GPáXkm -ʬÉ_B£®IѨ+ °ڣ㞠¢¦øt°®üØ7t©j§}7¶®DeñÉߣo†Ö]º—3î%¾j¸%˜Hn- æÏÐÃE¬ô/ŒGXrº#3,Á+b=?ƒò^ƒ'N¬äÅC%ö}¼Uðss6÷òpÝ)nÆé2Ø¥õÚ|0¯ %€ÀŒwiCð^Ô0m¢oÂ#7¡0÷3:|Üž+¤ö»¸»ñ sWî -üýºÂT’mªJocÛÖz§}aÉ Ò¼Øˆ •WÇ–ÀSKl$¬ãÇ©t_‘Ó@ãÿøí*ðØCœTø­ÄÁ®VØ Âz7v¸dr]&4–‰¾Di„OQŒi¤ ¨½À‘¾l™‡pâÄ;¼—#K}ì&<¶c[w[oAÏÂã¦,äÌ6|d˜~BSá[áaj’žå}"/Q¿fÄjå©×øøÍylа_a¶øÈŽD4w·6B^âÖ¦ñ°5iÐ UŠkå/éÔ2ojbËZ¸wÉÍÒ•™ÂF\sòoÜI6Åß±ÃQ%}Ùe¹OZ=E¨xÓj¨;¯¦?U ©Ú©G ù˜¼¨Î,½A¨Už$®U¸ÜµËýÃö£¥i>ÿB׉/º4"a¢$«+0Î8˜ÞçˆMõ›h‘~T‰Riu+‰a2¨&¼d”°«¢ÓõøöŠ™g°}åy‡«Ñ åjŸ`D/ÿÉ%—í±Ò@3âJ³Å`<‘[ûÐrO‘@­ojÆ›‰iCAñ üF½ã™ËØ-y\úH»4ôt©Æjß âYÎs~ŸTî²:eK¿3û -xJк‡ô’ó²£äDg&v‘hh½\ô -ç6ý™ö+5DľGѺáÐHs͉}¾ðdU„3 Í«åV>à‚œ2  - ]Í-jxP$Ï#ËûâÐâLmÑNÜ«ãyZ4æÙÒ›†ú4êC¦Dý°÷cX¢»ä¼j¬ôµÚ6”µ™Å6Dgm—Z–á¬HSd}ŽßWlɾ[üoy@nÄ™&)ΙŒ;-~Ÿš(Š.xèÝÂírZGÏ“¬`z´¤nùr ÑY—oÈÿB¾ ˜)`cùÛÂТzÙ¶¢mi•°xC,WôS‰eHÃ)5ñ¶Ú—¾Ý>B¯ç>dS#¼ÎåY„½ ·Zª¼Ïí‰ÊFyûQ¶ì ïR!,µç-¤jÅ"~üñj‘ìÐoÂ*÷Þ*ú˜ e; -¶²‚ÉI`hù]<¬ÕnVÜD¤»ä£Hb,ýq(Ȕ셥4ŠZáöc·G¸üP=s÷ÚQÕpêv/Rçÿ0…‰!pxe_ÙïôŒø¥lžŽƒ&¤¶”!?FÌ%GNw33䊘Â""=XCÛã7½Î’ïq/Ç߉)ìË—ðÄM9h;òFƒ—±å¥¢.ÙqY8Ø$I-òBD/ĵÉ#L¼(>f+ýšùúào”Z¸ÎËŽL ×;ÖþT -ËO'§û‘{XzE¬|H³’©”>P‡cU)'ItJ&}>‘wͧ3d‹ÆQ%‰{zˆç¢÷ŽÇð Ì;–-Ö'L5žCXøjõ>ù©Ú^!#ͪIœWhMsfZC&9 -3ÕÑW©Ê®“ÍeÏ÷°‰L¹±£)î!ía™cE2'¸÷(÷¯h* A)ËÐÍ?+f×ÿ7GÎHtÏc„fÕ«¢-(Uå±ޤ¿úúî+ÄbîІ]Qx[¾Be’b“ãÐ;ÏÞ \h3J0§ ÏùDM“óM;Q[ïà9ƒÇÔ˜8¬ÃL*Ëfd@kR9ã€rLçŸáDÐgÎñ5ÙÙBuJ®CÂaÕ&NOÔlÙ¯ùAÿ‘M îš“:mÙê!þ¾˜·v•¸·Ä°Ìžâ;(àê'y äŽ*—üëÜÿ1\ß_M -€U–¨H‹1(ôÄ"àDÁ HÙ €h€²dC„ ’›äfÜÜÜ›ÜìABf¨¬"­•ŸèS©Å"¨ÅY ­¯EëQŸÿÃ÷˧Ҵ“«FTÉã -ϦñÌmØß”«q;¥K›/G¢(:þƒøí'Ü·bŒþƒƒ^¸‡é# jµQŸótk¿ü²A­£}¬R*SéYù˜<~5ƒ‚¹22]’Æt䤶%/pNìÜò—ÃÌ+Ž‚tÖ¬ô¥¾‡í Nh½ØÍù*{]¥YqxJ<+Kî¦K£€G/4x1%îÞŽÀv®JÔÎþÝ1ŸÏaçKÆtׄù\“&I0GIWþ)ˆ­÷ðáãO1„÷)}…„Í+Ï%¢þ örD"PŒc@?CŽ£¼NÎM´_·^Âç(Ô6”Ú”¦LAòʯȿo>î-}ãÒrÐ7"ŸØwÈ:()óº2I»1Á_vZí¾ûŽ4^±u)j'·ú6ÀóÒÛkVŠ6ÂVÇ,°– ›˜Vb#Å èê¯ÖÉÛ?/¨;̱™;oƒñ²ÌÖÄÝ5’g:ÏÐnĬÎóÝ7Ê}Ö,4ðmG6÷_n)ë¥ úyÒ°§Ÿ_Žé2lùÄ(õñîäŒóŠžŽÂøh™³¹s·‡Ä`…‘L]º¯ì£xí¶Ã7»¸z.“ùÕ©”ÊQÒ»Þœêì²±nEÍ£cû:6Ô¥¥4ݨ¿·Ò`j(ÝaÖ“†4k¢›ÒðɪRÊÀêMÊ]Ô¼eÞâ+-[Zbú_’ÊHq6ÏZÙ†®:2+¯·}Ec]ZHÛå&:¡µÕLQîÈОk¶†dªÃ¨çðùÊ´»«i_”V.3Á6æ$£¾o‚ê^ϰÚQ-¥Eå4ÿ<7Ë*š,µÇø+}3a«þ$}r‡£æ¿ RH˜jgK¾VÌ\¶zRffm±Ã‰l@$]Ý{‰%¯ìqf,éëh`=ZoÞÀ:“ºÑð˜5sàœnX5ª~ Ä…¸(J|‹|ÛßÕ³5v h’G»a»Ï÷©}ÝÆ;WüO{ïpî S*8Ÿ"7xèDí"˜U¤ÞÏ+„ 7eƒu®IR -wÚîð»æeó“jwtpO1ÁòYt37¬­z‘²¢• …ÆÎh3„HÔjYhÜ+ŸœÂÓ0¾`Ò•#©äݶ¼b? &ZQÙå~ç )êµTKæt·y  ɘþ1r)–¬™G^T>„ï³äQ0O–N‰\PP€Ù+›8žÍ\«—6´zº³Q-*Ze^PÎåxe -Ïdœ¾P&ŠuÑÄb~‘õJ¢äYð!Y¯‡/”†!]§1h­ý>‰“@™îj³VûuºF¿'š™ú¡lºq½V™„èž©m1:õUåóHœâ‰¢8ØQ¶Ev¿Wb–è\ï#Ë¡³¼yNÅ¿'©«°ŠÑÑ×á\ø‹Ù×Üuä/ÃHÛö$w§õï˜u©îψ‹ -–æMаóÊxoI&v}!®‡&ây¥¬‰Ùý¬ÿh嫎\¹0Át«Ûx„óþ÷žc¥àL´›0£UA嘠é6•,«*–’i™lÈ”ôŒúŠÉn†ƒ¬t¸µmTiy´+nÙ^Ö¯ÝpLT«ëq¤IG¨#s>j¤t©2Ù¡2v&&žXw™+œIxù -Ì™+{SÞ;~–s·Rsªi -²ðt²^y®¿u«S¼ª×vHú§w•>-£xx°2µ !yÎ&Œ.zó_šð| 7—µ~iŽ€ró¶zh„±Ìz^­©{S[©Ï{Hª¦|=ï¢u|Á2Ÿ}|&‰œ~NŒ™¼E ––h€wä GrWµ€?gø°Ã€c]…¬£€{Rð¨Ï€‚HR¥€¬=¬¡l€í2hž=&ƒ›®´˜¬‚j é•B‚–PŒ!qÆ´%†rgk¯Ý†*]«Å…×Rz§ó…tGï¤7…7=_ Œ…285…&wš3…%×—¨…¢ :”„Œº‹.Øq=³ZŒ\f߯ ‹·\w«‹Qÿ§=Š7G†£‚‰š= Ÿ×‰2œzˆ¿&f™fˆ§ô–¸ˆ‰ …“†P!Š9‚pš²¹’KfU®‚‘>\ªr"Q”¦ ŽïG,¢åò<ÅŸ:1՛׌t&W˜¶Œ- •é‹ Å’ ‡Òy‰h‚Yp²,˜Leέô–Ü[‰©â•_Q'¦ “ÌFÏ¢S’u<{žª‘L1¢›C`&A˜›•/; ù‘5ˆÅȵ‚‹o}±«žbeH­qœ¨[©\šÞP³¥}˜ùFk¡Ç—Q<*ž#•ß1gš¹”³& —’º”ˆ; uˆßˆ‚¶nò±4¤®dʬÿ¢‘Z–¨é nPM¥ž@F¡OœQ;â°š¤12šD˜&—•Y“úç <Õˆó6‡¤‚Ùnk°Ì«0d\¬ ¨‡Z;¨Œ¥öOû¤ £ŠEÌ î¡b;©Rž÷1™ä›¨%ê–ž—r“ˆ‘¤ TS‰_‡A‚õhªÁ‘nn^x¼ôo{TY¸cpJW³äqà@W¯ŒsP6O«ZtØ+¤§Šv[ >¤?wÖ«¡íy9Á›»|@%hzÀ=tq^\»¸uTI·6uÃJH²»v˜@N®iw›6Nª;xº+³¦Yyè j¢ê{$ \|h=š1~¡LW€4h9¾òzd^%ºszšTµþzéJ*±˜{Z@<­L{ö6H©|­+¿¥0}€ ¡¯~tZžö—ª˜Ó€»ÌŽH€Šg÷½¿€d]è¹F€>Sé´×€.Iÿ°x€B@¬%€y6;§æ€Ê+Ĥ7 ® ‡Ð¢¹‚  -—‚”ÿ¨Z•ï5x¤”×+ “­!œK‘VӘТ -š’–‡+‰B‚ e·¹q¢~[æ´î 8R°tžH^¬ œ6>ͧȚ¤5R£“™*+pŸ‹–Ö!›³“†÷˜$ŽÚ -É‘í‡K<ˆÅ‚0e9¹¨P[“´}¥ŸQæ¯þ£-H.«‘¡>¤§RŸ254£$œ­+aŸ™_!›8•F—šŽí -ï‘f‡ehˆ`‚NÓôrj3Â.s%l5°Vt#n#žbu oîŒJuôq¦zvÜs[gzwÆtøTaxªv@vywwæ*yÿxäfz¯yoѾoœtKÀ*pïuH®|r/v@œ¤sPw0мthx"x¾uzyfPv†yýS_w…zÓ?¦xd{–* xæ|fyš|`Ïmœ~¾o#~"¬†pŒ~8š÷qÉ~_‰Is~“wt6~ËeëwfI)“wäNgx¥EÍ|k݇¼%mˆ†ÃªÊo† -™gpq…l‡éqÅ„ævPs„jd:tRƒïQuƒu>Dv}‚ý))v÷‚ŒgwÍÔË~j‘ -ºOlJr©mêð—ßo^Œ†ŒpÆ‹Qu!r$Šc9svˆ÷PÎt°‡Ú=«uµ†Ì(Ñv'…ï‚w„8ÉÃi š^¸¤kd˜§†m•À–in“¨…sõ’x(tOgu@‰ÓÅjg­¶y´ii²£±k­È’Öl§©Á 8Ô‰p¶Ú"GÇËV_¹©lR¤´…È‘!RÈ1÷ÿ>fþÿ™13fÆŒc3Bùè¥ëõŠë¥}]¯Úš¾¶ûX½ß¯ˆ6ax4HÙÎ̮ձ§ìµºóáÛ9ÚU¾¸ÌÒ[ës¯ÃKmySò ã ÛGÞöP™ ¾«mÏÒõÍWÏælêÚDÙæžk#X‰Lï¦Çö²ꎇ ±ßêí}œ¯•ëÎqKç/ÝÁÃäõcHúå+ÅÝM™Š±g53Y;‡ÃÕ+²'î 2rcz(æãN‡wòV@óò°8¶ºÞÃ7”S¥ß¾®ŒkRnµ4”·MÞ5ï>•Ü 6dóš¬Ë\´t"gžÝE±7s¥¨ˆcLíìyšCQ˜tÝe‹;Cå®op1\mù’FøÿôM9ŸÎÞky+ü @À£$z îFÀJ(Œãƒl‚SÊß‘äð44ñÍÀl1/W1cVø·æ­Ä£z&yOqu]&ЉOõ(aK½„v\öèqëX!„0ŒÍ¡­#,“†W•ïÙ–µM - Îr½ŸÇ]SÅÏ~³« ŽîœK›¬mŠç¼#À›j½ócðµªÁê=ôBf3¸“Áé>Ô"dÂ'µ£,²Ežod‹¯b¦U}¶)·XO%ˆyÚªÅ!J@U~e‡ ѼvîÓ‹@ëœïqnMî!¤™Áü©ï{Å ëçn…ì3Û²c êÈù¥ùi–wuCcüžS:d°Z7´£˜Òú;Kw%7¬·@kòœs5ã·N˺‘Îò'ÌúA½ÌÕr¶a°{;‡Né9ý­3ñ©ÜÑ&×àÞ`íÅq »íœhJÛ­ÁÛùÑçSÉ×™—ÚæÈά׺#¤4ç³2€0îæ$ÍjÌ9CJ9œ£gÈVžóKò0²£‚¿Úéäćƒ+ø£HÏ`&~Ž=Þê„÷sÍ*Ëñ ž¯¼ÿDa%ÄZ“CøC B ÷‡l#n#W·Ï‘+ÑKŽÓd0–½øy WÄ F´¸y怙V\Å0FþjLM£¿að¨¬ Ü ŸŒoÁ ".˜Ï3Ûy„;áXJÄ“j‹…Ä3þ?ú$&LmB[B›òÝèzúšt¥h1CïÓ‘§|±MôƸkXm4ŠÿL½÷ú‚§P3ŽGqŠ´ð!©°Þóp´bMÃ-øœÜ¾t±Ïw•$!2ÙfèòFz$Ó–(b_¡×ón-ÃöçÙzñ±z1éè„[X°ðdaz=Y¢­n½Ó„ƒÔQyKáU?ØŽüZ°'c+¢UÜ‹]ÚÊ…û3QC~ ×"tN¶ÑÁˆ~‘R§1ƒ8ºë4¨Ö­¯5BÚ©+HR.½…MJ÷í0Qâ– ,²;’€ˆ -=§P«‚¬mµh®bÆa‘OZÜGÿÎûÒ|m¸XsÌ©½^4 >Ö?Î@©Uóz¡ÇÚ½'a8µ¬,¦þ¨Y¸ oÛƒ<)¼àPŒŒ [š¢iê €êH60€?[^¨»ÀÄ&=N×ýàBG ­'ª¡i]æa#ÌÒ -@LÊžÿA’5&iÈ6u”¥3ò·ôQûsÀ¦ßN=®…ÀŸg6P“`f«+ç¿à‹¦]i@'ëRG@ßô=»`eU¨§~Qaîàƒ–¿!:éǶW¼‹Kª¹€ý_5¨úÞPKÀÅÝ)PÞ>›-hÎŽþ7TÕ°ÁÞ\ãë¹–W9ü'i6[Æ"‘²”¸%Ó¡v¥È˜Yœ) -ÉIN0‚áa–ÝI ý”ý! 5Üö€Ótê9Ÿö¯ÙÐáÐ#³$ÚùÖ1$ìg]0d Ý8.ê{t7—MOÓ ¼"nmŒž¨aðóa1%…ýT*²ÇCJ¢ûíÖP¡˜©Ùyj^ßö^ˆl©n¤š‘+…ÞT,š@” :ËbÌ´S‚6Ü,ºI Àkü0áå±JA\´ý,H!Ì­ä\«› „RêÌÇ(¬`H°‘:.pá§üØqüIÊýx¿Ú5ͯ¡¶îká×Rîý|=åm;ÍWRþæq|)µ¤YÌçÈf+1~¤ÌMÊß"Í%gø–’z–ù6ï[*‹¼“—eFÞ_ÝgN>û¹‡“OE—m{ÈQ¡y%yI¸°é)/š§O"…mr#yBAÔ¡J#Ó–ôQ´¥äz9éGzæÇîÍ!dA[‘~Ò¶2â»dÎüi"šnwµ^å½ÄX¹Oþ(ÑYº /"ô%¾ÿg¸ÞÿbJ€'›íGëÕXm„lz›Šô@ª¹EIDz^¥ÇÔôššç9sÞ¯9çÌ«©©é1•”66j?×ǫ֢e³,—]wrUX»>>%{Ýý¾¿|K@‹);» 4jwë@»îñÖQ°ŸOZO€'8Çey`2ëê:<@ü}‘]bQ¶_èѧfÁyÖ“’hе>"ë!èRû é èYcÝšn0Rë}À•ú»Ë¶ýü·®ÁÀ5ÊÜæüÚÕ\—œ?f¥ £U€¥µ¤$ 0·ˆ³úFuR(`¯ï‰º ôÕyÍæÙË>| ‹\»©ûcúæ]m4Ó«¤ ¶{RiB:ã‹õÀú¶³™ù€okd¢ØÔü"*ˆ±> ~–ÏQuIàªP¿¤.µþ|u–7ç dä%õT_ºbB=Ö»I<©~ØýEÆ=õcn‰~êÑ£›#ߪ'l–À•ê¬ÍžÕñ5®u õS[ 7\pÊâËBE™bížâßÕQL²ä^É:§l +ŸRVÔ&y“ýÒä¨rQÕŸëöÍ2¹G4Ñ&¯sNÁw©ÊíÓÚßËçÔ¶3÷+Ji}¿ò¼ò/jZú²xˆò«öË,"ódå‰{‰~yG¤‘ðRÜX;w)G="q‹ªÏù{,xÚº“Ë?˜çÓUŠ>²žÒ)³É!å´¸‡tUÙ3Dºzï.#>8DÎÆÃεǰ`¼GÖޏ  ô™íí ½5ñT<‡øŠÃóå8Ñ »5ðêtß‹vÞÅnÃù–k³0'¸Ç#½OºÈ<Õ2ŸPwndµ»O(ÈaY2~… ,Ô⫈oÅ0"fçÌÿwøèq¼r­MÀýÔnHÈDK˜ÈðC¨€Î èBŽP.ˆU%X‡ãêÆdBfÉÐøùÚÓ€»™«‚0‰):¿}`è8ðMÔ{ÄŸEñ­[ÆKHCæ²±K_ÕÚ0A¤#^Z}ðG¶>lžK0ÂzA…ŽÕKÿ„¨ØŒ˜7Ä{"‡LA[ -áCA€# éç-nr•fš,lpÀ%Çœ¸(l°í0”…y´ž®L@•-ãyÓÈDSØ~-’ÓÐò~eñ -…óS4cš^z -×]Ø5‰Y&p÷^G6 -“tk¤èåÎÁ -º¢΋@ öÄÔqÄѶNôÌ6…„I`aƒÅ?bꢗš `P³˜l¨{Ýi‹0ß>#x…z)FîX™ÛÄv–¦ÂgÚ®‹PxKknØ<èRó¿ýØÒ Mšñ¶à8Dv78™…NeZ^tj5¤¿ªLÑýG2’w‡——õìá–WhEÃÚ?¥±›mÌTÕs_މ‘I„;49‰Éuˆ0%•å±Ë dù;D7^y¸b3oÚrïsqUc©é¬@,Zʼ–Wnö¦?(ì¾IôåwÂz«ê„Ó3¢,­}ox({ÍœÑo”?½ù“Šså^\ž2ÿÐSv­Êk­¥z'¥§Ô­›NÑ € ßÏ© P(L¤6‚ßÏIÁ¯@‡Í¼þ˜FJ§éš[êQ®Z\6›M…ÖýsRëeïíg –Ø›ô\èÞ¦Xj¼xÍ ’…ó„¹düxN> Y^㫳3Ô\~qUÕÃv*Émá”óžIÄ{RžÓëðüXj;¾,ô&©Àž¬9N\ÁF„…D¾ÈÙ D‡Œwùxñ#—ÀY”œv’½Zòš¹ ½žãNÛ™W)+(ŽYC“v:+4•¸CY“M,¤…Ù¸šœrNFâ"ÃI~‰y?Ç©‘)LZ‘iIÉ|ÆË`ÊN¦]õ{ªÉ¿øû;fHwÎ2Iİäše¸L{Kx`*œõÈQâ }Ç7c}¬Ð*–72ë‰â`º¡ÈÒS´Ù”ü# šÎí(%,F§ÔS>?cÏu„0° Îß!.ÄVÅù½ˆvj¿nEe6fÍ_¼‡^ÓôuæUÊÝŸìM~j™‰~@¬ª½∋j&}TX®ñ/áj´”ßÀ‘ÍkØáîB¤_›Òyºzˆžn/â©aûÿ2=È#«vˆîæ¬è ü¢u(¸{X/õñCߘG…s ½›‹;ü9!猬¸/~¡u쪞O÷ž8Yø’§eèIqÇÜÝKˆLû­íoñRÛÏÁQÓ´åËÿ¢fKûKÖÃ.AÐÁòDcg¹ÚT4X}¹n¢øzQšù™¤+ã¼i¦ŒÙ=˸ªB¼½XK}6ÎÓùT {Ÿåƒe) žñÕrtv}Iýœ o˜.Û-åpÕ`-\ñª°¸¦Y’þÂx½ŠMŠ78WmûM'“¯ :Í{*мp^ʆ…«8_•퓪׾ª¯—@Åu‡ä+¤íædùÇ…I¡øWºÐЧ¤-ºªCÛRy…:((‡óf{3ì—À/ ÓXðì']ä5èÓeƒ‘šÐÚðx%] -~ÌŒ%šàƒáú^ ±ëÿAótë Ž‚"‚ÜXÔè]¥ƒ-¤™iø†ÓgÄ4²®ªËÇóÁæ8|G…Ò´ Ÿ˜3°Øå´"Ýìÿ ×÷_‡pd=DSÒâFEK”¡ˆ T¦ƒ)[d/ÃJ™sI.É].—»K.‹,ÂT *Vñ©Õ×W­gÅ­µu<õ9Ñ>ë€çñýá«ÏGIyñ‰ð1iá²AH"M ÎPq¥ ÿnå_Ò}^õò¹À1E‡«„î„:Åc:hÚ¶~ôš*}k·†¦´§KÕ2¥gÜ%·‘dò_o:­£ ~_“‹/l9±PKoíŸçƒÎ:ý~ÖTˆžyÄ(•m£máöa»¬½WHЫͳ„/ËŽŠsõtÑþM¡DxIÌ,LÜþ¶ÑæQ5 ÛÎS½‘M»zt)$åâù¶"`¬¹Êr¸±Sh -K ÈÍq×Á€r#‰§D O[ØÂû5}ÀñyîH¢4€­Ž”&{zƒ¿‡Ek¬ÕÞ&‰ù©ŠRÓkd)Y%V2@q3»œ¸¡(Ùè‹9Àw1>h?h ¯FFÁªÀ‡êf¦–À å&ÏRù#`T˜Þ>¢Íe ˜7 kv¼1œ×Њ¿èùȬ¬«ÄZ5mŽM‚Ó£ûЙ„äC^çàªÇÔ(V¡÷ì‘Ï—~ßZÕžIþͼi:¢çíXjXG|(Î×=ÁEYñø6{ÃT­ ½¤Á5a×ÔÃÈ­@<_ý˜ªP5«6{>‘µH³Zä–ëVã³)Ñr}{)ùo³w‘YWc\œiÇ#Émë5ZÝ‘Õ4Ó‰Uau -îXéQU¢<]ôš-}!e \–ªNf¼ÑQ´­ƒ,u,.|O|²Žf~‹²\Z? µ›Î­®Aú ïÂæÀ÷ô}s yØ%*_Iƒƒ¼’¥)ο`þßž££¨÷Ó6_Ò·;«I¸\¿l¶a Îä¤ChŠíÍê)Ha{~è ‰¹ÏT' 3•¥è‡çzÕIgKwó{è5cõz®ÖºUåwòêž´:™ ƒébÄ€vX~fÕ®àšršCi‡ éì˳îë?q·Lrê(|žÛ#õ -‘/×Ö÷[cW}BwsZåk>K°å™cYÓpÚ¸µ„?f¶r´+"¡Ü4'9ƒŸ0Qç¨&OÂñVtöä\éåq¢êø]s¹Á_œïx>[2ìTÞ´Ööþ¿â (Zþ_Ãô–¬kÝN4 -œLÇÄEF¡)»"Øôäµbµv׸ðÛŠÇ¡<¿Ãæ.|œúÔ²BT?×ȽXî ¿ hLâcÛÔ€ ¼´íÖäcÚi».ºW©¢$-lŸîB€BÿÍ5 ð+—Ø_“òÆ­³$ŸSËÌY€oÜ^,^ž­rhéÄT€ (ÅÊ¥ )4¯¤þîg•É’?šsºøÊ"z`G¬âyÙˆ=\ÁÏ£·_Rî˜HÐOÞ —OÐqÁÚ|< ¨Ð -À6J rU>Çã{E10¿IÜù«ÝÉpêÃe‰6¹úVîË <šRo|‡ÆþI&Aâ¨ãĈê]ÈgÌ¥ÚP‰îWÕRjÕ÷ÀÛ¶°†:WéÎÕüä#t¥ÝÖx~n™e&61ù/c9z/V¢Ô\Šb·!ç°‰HS@êS µ—²Âcè«,ËÏuÀ2½†âà›Œ%­ÛŒ“sΘ!rg2ÛpU÷0vª>ŒDÍÄOày! -­ -ˆÐl×dRÌp’*Êã<ØÍÌs-qwTÛÇíGJ*Û_Y¯ä$˜ý,÷“'ŠÍ×ý¨;b,^vO'χ¤j½tѾÈíZJÔ¡Šñœ'» œc;÷l?o7t=-~Ô®ui³¯™ö8ó7u’í«ÖíÔ•X×.ƒ°Wæ¶h'y`Ö „‹¡üÍSÅyn‰€?ë‡wïdTõ µ[{Ô/Þ\ß»ºáþúÐÎÛŒ½Ñל,yÄíBsò‚ í­ì·S-¾\¦Är77d©ho½ß ÆUaý‹˜Á[—î®aµnþ¦ûcÓOIw]}ìYÑf‡#°Z Ü îZBøÙÓÜLm×DªÞC˜á–§nnûGrßö§Êν79Ï -ö÷Ep/dtu]æ9“ _]lÏ ÿú÷.}œoz—"ç™ð{¬D˜|Ï {“ ~Â׋l€ajͯ‘{a«µ{¥W%¨|%M,¤¸|’C$¡j}9ž-}°.V›M~S"ë˜Ï –è÷ Ú’f€ìJŠ„€ßj*®“H`lªº`Vž§qLµ£ÅvB x˜8Ç8Î.+šV‚"è—΂€±•ƃ6 -/‘1‚궉’(i¢­¯‡2_æ©ä†ãV¦J†LE¢ú†0BcŸ²…ò8~œu…Í-ÿ™‹…Æ"á–ñ…ûÙ”À†' -{ „´ˆ jhû¬ñ_`©-ŒRU±¥˜‹Kä¢JŠÛBŸŠ=8>›Ë‰À-ؘ܉p"Û–1‰vû“Þˆª -¼ †<k‡Ñ¢hc¬H’Ú^Û¨…‘ÒU>¤ðÃK~¡¡¥A¼žbް7ú›-à-ª˜:K"É•‚Œå “Šå -îŽ.‡d²‡!Ògë«®˜Î^Y§è—}T½¤O–"K û”¶A]“t7¬š–’]-q—¢‘‹"©”á ’^Œæ g‡|ûg[«žè]Ù§Z9TL£Ä›ŠJ¬ l™ÙA 8˜S7gš—->— •g"Š”W’¢ ‘ÅŽ’ .ŒÁ‡†‚fê¥&]c¦á¢õSð£T ßJ]Ÿ÷žó@ÅœÈ57/™«›R-–·˜€"q“è”»‘H‘ DŒ=‡žF…°‚7a_¼‚iGW¸RjºN5´6l?D¿°9mß;E¬Qo¤1½¨qz'‚¥@sEw¢‹tøb xv£ј¾zŠŒµ~Ía-»oGW–¶ópAN²èqUD¡®ërŽ;3« -sé1»§KuY'˜£çvÓ³¡xLÏžÂyÖX— |úŒ…Ì`ܹ•u)WQµŠuÀM×±ŽvpDu­ªwG;©Ïx<1±¦ yG'§¢zj柤{ /;}Ï•°!Œ[€`o¸N{Vø´M{QMްY{§D9¬x|":쨖|·1œ¤Ä}`'®¡U~žZ~ý„›á€9”nK‹·€3`·M€âVŸ³B€ÂMC¯I€¼C÷«m€Ù:»§‰1£°c'¯ <Î72‚lØšœ‚î“3‚źŠÀ€~_­¶e†fVL²Z…ëLø®c…‰C´ªŒ…J:†¦«…/1`¢Ó…4'¬ŸS…b[œ0…Ý(™q…tú’„U!‰É€Ã_gµ‹îV±‡‹L·­œŠ@Cy©É‰§:Y¥ë‰;1D¢ˆö'ªžŠˆëz›Q‰l˜q‡J‘ …›xˆõ€þ_´³‘uU½°À/Lr¬ÚC=©Ž#:(¥0l1#¡]Œä' ÏŒ¨Žš„‹ò¢—ˆ‰ŠŒ&…LjA0^º´—Ug°•xL&¬”Bü¨@’æ9ò¤s‘í0ù ­‘/'Œu—™ÃŽ”Ë–°‹HÂ[…쇩[^Y³TœžU¯XšÆKâ«j™Bç‘—²9£Ζ…0Ó •}'yœƒ“§œ™Èì•ùŒ¾† -5‡,~^²±¢BTѮŠK¬ªßžB•§œl9œ£I›0µŸ›™'iœ–6 ˜˜’•fŒÝ Ž*†!^†ÈšÉ ne ¸o—gЧ -pïiî•írl(„ªs7n;sGt\pBa|u€r0O-v˜t<w‹u®&ÑxvË ½y”wxƹk^nô¶mpx¥2nºqï”;psQƒ+qxt£rrËuð`ctw+N°HgŠ; i؉C©k¤ˆ\/m^‡‹n™o †Á]~p¥…üKØr…<9vsI„%Js¨ƒÛuÖ‚t¾Ûd6”w®ªf ’¦žxhÒêŽCj¯P}ðl{Ïm…n8ŒW\—oÞŠíK%q\‰’8ür‹ˆN%rà‡UWu'„­½3cA”­.e®›#g蘟 iÕ–L|Ûk±”l•m}‘í[Ðo.ÛJ‰p³ã8’qåŒ$èr1Š×‘t‘†“»¸b}¦¶«Ød壉›ìg l‹íif{ÚjûškµlÒ—¨[nŠ”ñIýp’^85qJ -$Àq“Ž@Ãtˆ2ºua߯媧d@¬šÌfx¨\ŠÝho¤³zäjX¡)jàl2¬ZjmðšSI|o€—'7âp¹”N$›q‘Dís¦‰¹faD¹©¥c¯´°™Øeì°W‰ögâ¬ziͧæj)k©£ÅYÕmkŸËInÿœ7p;˜®$}p‰“ÅsNŠ/¸‡`±ÂJ¨Óc0½E™ey¸O‰:gn³oyii[®¡i•k8©ÜY^lý¥@H·n– è7foÕœu$ep&•Ç+sŠA½åt1dK®#ufãž2uÌi`õv„k±}‘wAmÓm wýoä[ùxÆqÛJÁ <Ô‰à]*Dm‡ÝõêWɪ-9:¤E"%¹fŒ™ÿ}ÏîÓ`Ì ã¾råXJ¿²ñVwm—·»¯zm,±j³[Q^×KïûöÐÙ÷ÈíHºG(ÙŽÊìE4k¹ÐXø—Û×gÜJ.Ô/üœ w€$í„”@Ox·P -Ùyø9–ƒVìðlxãZâk|Öý]ö”ÙÜ[$HC?œòžÇn–W3¸^û#4Ÿ#`'â-·q%;“¦Q/êØ®fÌ›¶Ý`Æ­èrw OØß'¿erÏ©øuìtK¬àö­eJ°Ÿ4±@ƒx!ïˆæ”@/ÅÎI_!Žâµ;§ÑÕ†‹±yâ@÷8,Z¼Äþ=±ƒýílK®³z¼ÉÈïQ{–¦¼T¨ê/!¬¼‹G=JŸl-ø—ÂxÈöÏî AÂå‚ 3ºF6áÉrüpJº²Çš;jhi´Î-+ -4OäyÜUVX=­æoÌRNÚw‰‰PŠæF¤V¨›ƒ<žªÚm1*GPìš<ø´,çyyfCï”%ÌTÏ/ñQ yM&_ÔY8·8$³ 8Rt8¡ -l/ÐEÚ@Cùૺx·+ðˆ6Á¡[§´éöÈYÕà]ŸÄ«Í0B¹lÕ)ùqþ³ -kdµ Ö"ÈøYØm?ø7hk$"ÄPˆ!(0 ö,ÜàV oÕÓãh‹JÿýH¶¶}nÝJÖâÞ£ÆDY"?¢ÞÞ”×U=–a-\Zqá`8g9ñØf\ -YŒ|7j) -[°ݤþµó^¶UÏt­sNo׬!Ûá(rûZ7C¼¼5y'⺺¶g„Ï«…AÏò®€;Ð?JÝŽBžÅ†þÈz²c*K×?]³3'¢7¹(Ÿ;Òó‹ä\îÞ®4ð*ÿ|ÛûôKNsù­B¦!+| p±F`OWpÜ"Á+&Þ‚hĤž=- {Ó/5Ü&§2Óå™=£(£²yA¨+õ=?9SJ}à t*€Dl¦ïB¸ÌÄÖUÁ(ѵvÉ"9ö®‹Á½sûê>âyŒ1ˆðzÈ­‰V î!¡eQ¤6ô§£_†ƒT–¼~”þ7¸FÓñDŒ]C“¿w¦¡Î[k…>D3 |L‰EH¸þ-ÄÃÏà“'ü‰PâòÝÄ8YÖOª¨ÌõÙÔz™ë2j Û=£ Ð^ ¢uÕ)È>QJá$Ê©$~è=Q ¸£DÒp7Ö!Dzaa΄žEý?’ËÙZ—ä6¶n¾;uí95~VT^€>)à -x\q‰}‚´)¾œQžüÊñØ*ùá¸fì…lf…wÉÌþ…D¸,Øå*'}=?ƒúBò°up±pQÅFð‰þ…~)ôGþO¢F¸WW/œƒh´†´4^£ÆÖªÍ¡ÃØkU§ÿj\©u©ÃEÊŒùmd¤ì_Í? -¯—òÊžoÌuºQÈÊø€)†žÛ ÃE)Ç ÄRp!Ö%õ~¡‰Ø^Ý€ßmlD+s‘bW4óŸM -I"´¯ùÙÒTqµ`h…­µ”å­•ì;Ú¿2-Ñ"ÿ1Ì„ÜG» ?û¡XxÁA—ã˜s~±=‡pQN5F -T-Q¥jauã!MÐPŸNiÁ‚.? B+óSÿ€Êú÷O a¥_…B—›L~nhw±Ô%•ºÚGâíªš“~‚y]wJäBçŽê`Eë}² ´oŠÏeÀ7õc©[ _j$û“à‹•‘Û'‘ê²(߇¨ èâ†|6l³çâûTçBò´½‰æ6AëÙXÕ+aO÷.â-PÛÌ5­ß醲Ã÷=…ëDÛMHPµo5r³¬ÜÅ1OÙ+qkÕ­fIRzjYœÄ)ã“.Aü[6FÿW|’{./]LäŽmÇ lcüÅ»Û/Å1à3Ÿ×âp9ç´¸é³9.îÃ4F‰>ò†KÛØ¹ü³š[¬€GiØ9—üå¬5ˆ¤XkhvëˆÀÛY_ô¾ŽÝƒÍ©fsð›ëì?©% iÌx³yœ‰@vª '}™Ì“7Å´áŽGŠ˜„Õ>’yCü¹­_äA^óñí¦ò9zÑÚÚÖM4Ì ug(.›¨ëôò'z ˆOÓ¡ Â}LÌÕ”FºFäÝO‰øÛÖ3^¢¼3i¢Ï†IfWÙ -EN¬¡Ö†\$¯,¾K*䙊,rBVË.æÜ ²eXòyªI¶iïÿ¨Òw[ëè8éÞZ'Uq²h¾°ícâ%ÅÕ(>–¯5$¤î‚Ü‘˜Ñ¡j2\ógviÒ,8É‚ÉÔ‚;^ ©Öçq8ä -Æ¡N(•7£—OÖéï`ÉõâAl¸ÆYð°Ê¿3Wá­åG•v¥÷¤°ÛRF wy­&ÞËÞý¨]=ùB)+«D÷·_Êÿ7:ÑzÄršzÁ›ØÝC†ª%?à¦*Áî!üS¹f‹ïÿ˜¿óà¶S[x?j½¢(S:PKÑ­š¢ˆt*téÖñVïÑ{>÷ï9Þ÷}Þ£÷M—J‡”ÞÌh ³®5ãÚ™" -)dfe$)™eǵûý¾ÒÔúÉ5£ÿßœ–JþÔ Ù\“i©C &Ñä)Ö¬ô ‘õâùÇGø®b^ï†üQñðQCšBâßñe›@Ò|¸%xD2Û,ZÓ*µ«ÿ¸ì²„­É³ùMI}{HÈìϳÕ^ k -:°³ÔÍâ%Â(Ê©$µ°–”–‘é?‚'¼þ펠°òdðIðW¾Á;ŸFs/‚…¢K->#™n¢\J5¡d[ù"téÄûYð`¬L-‚¥UÏÓ®x["!ü¼Ÿ©.ôvÂψ¿áÞÂoKh++ì­¼¼Á ¤ ÜÕÝÄ'áVxšh¥U]'ÖV'äá7Ä »ã|IJlî!ÝÔý. ñÃ~;pcýòn« -Ìê¨kÄåóT!8+G¡6|³|®² {¦HÉ+ÆŒŠ+»­±h(4f[  òGg`ŽW': ¹“h?|Õê&š€Úb(~žÀRðãŠÝ˜®«ÀÐ!|_nªÇCR×¢ñ¸GL$º· <…r±9¯ ä6É}œÁY»"4Æ3Ö£{UA´MVvË—¢Js^ò‘‰ÚÏC®Ñ))ˆŽú°U¨ì@_$‹ô²AüÉ2î(|›Œµ.…/ž†-Zó‰ úS2K¤\'+ç#aZïœ:ÄžKn„'Ô¿lyªLçáóÊ^ÏK°’™æÞ†-[kì:jà[r5|§~Xj_©[P¦†Õúg߀%AÒœ¤¿´¥×¹ÄÁš~O1ô’=½íTU[?…2Eo ·{'8æ°ÄÞÜ<\Ú/iB³m ?“b Á:»èèœñͦ{P‹ÁÞs”¦‡¸‡ÝlýüEÐ"R }Ýè'¼¡‡G“ć;M%SPOÛxVÄ´º$ž… -UDç@q ã›*¡Õuí÷÷Œg¸@±\›1ß_a"YÍ91ˆïƒÈã½Õ8$é•–$BñÝA™coç‡ÄXÈ®m ê³âuËÝM+W›=šåu \žü˜î_ó“ûÈ6}¹ŽÌýÚm’öt±ci¿Z_²+ë¾ -*ƒ(żž¨LKe÷Æ4z–»_¤Yázû^ú½(Ñ|œ ‘hi2KŽ^ìÚ²N±«šÃ«.iP-®´ÍSºVu%|a‚ÑQIt•ðÿß©›ÕîFj¿Xiÿ€:$©²ÈM¬ú4ß;«ê¢1e»ðüÀü ú)ã=V=˜àGÛˆ'¾>E¥J¦ýqò¢tʽœL’:Ì#såZ‹ëD,ÌQ¿REI£•ÊpY¶ÐÄÄËÍŠÅ´X.ϰ Ž),vUOõ_»’Q³¿¸ µ¹Ç,ØÝÁ ÄÁ&˵¸ ¹£Ò+Í0kÄ›YŒ -0Ú‹/ª¤J±Ð}+È^,"þ8x…íŠd@¶Ûï1å¹;¦t$6c-I¬C”¡ô ãÍÑÎôS~1•LË -%d5±7ŒSE;gù6â5ÑN¿„éáöÿ|vÇ#ÀeË!ô!±YH/Ö(~¥â´Æ*!©Ñ)h#¬j |ÔôÎx‚T"JñÏJÓ†)0nGðyŒÈa –O‡Y9¢^`%õ*§Î$'L¯TgÆùw@€!!ýaÔßÜñ=>£Û>…—j>mPb¯Ø»n…X»Ô!mSY%#C¾!ïµ¼•='—4‡Ut€Œ¦ü|K¢¯aOº+aW—½c%^^[^†=3ôlX‰í¯qv[Ž^ÓdVo{P fÉÜ®=2sp¤Ó7B¼l{™—Bµ -Ò¼©Ù:®ûÜØ·ù3&¬¬¿ŒN_=@£ 9Ë‘löW«>Ø` ¾ô=‘F€­½ëx„®»8÷*>z„L[€‡µ÷Ä`­ã›»°¥Í±ë%(ÓôU;ò°¶×ÁžÔh­nÀ頑̯Ï›'‹¨ý£@Ç5º½Ï[\#/ñNãè^”íÙ>©-áÑa#÷JÒ÷-»ŠŸåºPÍ -mÝW·ˆ -ͲéXY°ª}^%å=ËüÊÖ<³\7½yEÇî0­¶jÛöwþ\X’zZˆùU͈޻š«âÄÉg•—7{BmTtàÇŒ U¹â5'øËþ©_%œ·ß_û­hI*OW¸VωsCU×%o†òžTëò_¥—ÌÈÉ`Æä-æId$,À$5“~u¿>UVjÒKßäDj„2*¥™u–¯‹} ? -MTþCù.aîB®.3Ìjè:Ç@c~”¢¶h°þ$‚‰´:ä§’.Íäuö^¶µH¾«^úÄú*GÐüAf5ø\¡§ÑŸ]îј çU‹-ì‰L‡pt]T¢цPξc‘ÃY”Ú@V%/S%®1zåßÀ£$f!hõ)£½È¥Ê,g˜$Á:‹bü,þ6ÓÞЬè5e¬´xœ]ª>•9 R 'I•Í*›kæ€rGð]È´ù¸Pãä¢$»èœ)ÐLZœÀ͈µÐ|­s­-ßÄþhxVÌQWÔÏtT­Ó§'Ž1uÜ­}[3,¥n±ëÈ«ÿü÷ñ Y„û‹YöƒÑˆXîfƒU| ”šðqÈŒ5™sg;Šá—Ü\_‰œ–Q=ˆo”qEþ‡I’Ö:†G‘W-q…U& „_Ž`ðƒŠ "€âƒx{8¡øpö‹» f‚Šjž[¾‰"›öP³‡ø™áE‹†Ö—â9¥…Ó–-„Û”7ÞƒÚæ肇‹nM€vƒ•z`Œ•©'pC‹Q¦¹eìŠ -¤D[;ˆ¾¡ÃPC‡—ŸKE.†xœí9U…uš«,Ú„x—|¯ƒn’íá‚‹jo€ƒ¬zšžycp,œ%ere‰™ÞgÆZ’—ªiôOe•’l&D““nX7É‘àpY*¡‡r1fÅsÛ ާuĉ{Dy|œ®iìo=šik¿d¼˜—zC“– -9\Ý”».ìŽÞ“‹#ÜŒÿ‘iü‹BÐ ‡¥‡Ñ ƒf‚h›þ¢S_™“ dUá—+žƒLn”Èœ²BÍ’”šû9q™n.·Žr—9#µŒŽ“äêŠÅ` ‡'‡Ú2ƒ -‚)eS®}c”\ªøeæR’§¤hHð¤˜j&?0¡ lB5WžÉnf*ªœbphš†rC\™†sẓ{w¿Š&}#d®¬ÈiÉ[©XkR'¦m[H£$n÷>ß ;p¥5lr\*’šût6™uŸ±—Ñw/‘âz‰å~Ud «&oòZä§ÜqPQ›¤¹r›H¡ÎsÊ>‡žîu 4Ýœ"vX*u™­w¨F—¤xõû–Kz:–x} ‰«dcj©ÃuýZI¦‰vøQ £swßG¢ x«>"±y…4“šãzl*O˜p{XO–c|M=”ð}]ñ9<Wˆå€;b²¨ž| Y­¥h|œPˆ¢V}G0Ÿz}=Åœ }ù4O™Ò~*,—]V•Cºx“­€œGŽC¾‡ø€b§æY¤p‚P¡f‚)FÊž‚-=r›»‚H4˜ò‚v* –v‚º[”Hƒ,¬’Š ö÷ƒ–•Œèƒ‡€Âaq¦®‡¥X££’‡kO« •‡#FqÆÆ=*šõ†…3ܘ0†])𕮆X_“o†™Ù‘ކ!Ø‹ò„§p†G€ù`ê¥ÙgX)¢ÈŒÓO@ŸÑŒ2F‹|<Þš9Šæ3£—zŠn)Í”öŠ#X’©Š õ«ˆf ‹†¶…(`n¥!“>W¬¢’aNÉŸ‘vE±œBt<‹™‚“3a–ÍŽ×) ”GŽOD‘ï4ÛŠr 5ŠW†:ñ…P_à¤z™.W1¡l—öN`žt–¹EY›œ•sרNx 6 ¤Ýxó-<¡|yë#Ážzóˆ›ü| ¼™G}ž™‘3t‰&€X¥±Q{xP­ì{ÌGXª‡|1>™§"|±5ᣳ}A-& O}á#ÊJ~˜¹š³r—ë€}ûü<ˆæ€Xi°<€ÿOÁ¬Þ€ðG©€ö>`¦#5·¢¹Z-ŸW°#ÔœE‚(뙑‚Ûe–®ƒWŽÙ‚Ø@ˆ4€+X(¯4†pOƒ«ì…ûFܨ…¡>.¥F…n5”¡á…]-ž€…m#Ý›c…©˜—†­•…A§à„8”‡h€dWÕ®I‹ØO:« ‹ Fœ§ÁŠ_=ù¤l‰Ü5l¡‰ƒ,è´‰R#Üš‘‰Z2—°‰ 產‡9鄬܆»€•Wp­‘GNãª4?FS¦äS=¾£ŽŽ5< ;õ,Æœí#ЙÆ8D–Õ‹Á“¸‰ Œ<„ц)€¾W¬Å–ÄNŽ©v•pF¦$”>=‰¢Ë“@5Ÿ‚’v,¦œA‘Ý#Ù~P–Ž8’ðŠ…L‹—„ïK…±€àVœ¬œAND¨×š„EÞ¥‡™=^¢.—Õ4ïží–ã,›µ•{#¹˜Š“Y•‚ÙT’O‹ -o‹…s…P€û¾>j _î­ÿk¾bÓ¾mSe¢wn¶hJ} p#j»l{qm[|rñoZIôtAq~7u\si#uØt£ Ixu¦»Åfäi««ßhëkž›çjÏm†‹Ñl€o]{™n&qkFoÂr¹ZsqStKIrÈuÅ6ßsùw"›t_wÛ ewmx«¹‹d's@©Öf€tEšh©uNŠEjˆv\zFl[wXj'n#xNY€oÚy4HGqmz 6Ar°z¾"?s{ vk{§·ƒaå|a¨dj|˜vfÁ|áˆØhÏ}1y -jË}~il¸}ÊXnŒ~ Gp4~D5´q~i!îqÁ~U •u‰~Pµš`…~¦Db²„ú–äe,„€‡sg^„wÒiyƒ´hk„ƒTW¿mn‚ôFÝo&‚’59pz‚+!¶p«¹ Ït¿€Î³ð^}ޤ®aR<•icf8Šèv¥hk‰ÛgjŠˆÓVìl„‡ÒF;nG†Ú4Ðo …ð!–oÈ…4 &tƒ²P]E—r£<`&•t”!bÔ“Š„öe2‘¾u gyf0i­ŽKV4kµŒ¨E¯m‚‹4vnà‰®!{oˆ´ ps}…°à\F W¡ó_-¹’øaã›)ƒædO˜¯t°f¤–Gechä“çUjù‘¤E3lÎ4(n2”!cnPŒ °rþ†¬¯¯[w©H Ò^d¦‘éa¢æ‚écŽŸÍsÍeéœÅd h/™ÄTòjK–åDÃl)”03æm“‘Å!Om³ år“ˆ®¨ZÁ²7ŸÝ]¹®h‘`{ª¥‚bì¦ós eJ£Mcûg“Ÿ®Tni¶œ4Dekœ˜î3¯m – !?m.‘ƒ r;ˆÖ­ÊZ"»Ÿ])¶°J_õ²Rbbg® rodÈ©Çcug¥‡Ti<¡sDk)¡3ƒlŸ™´!2lÓ~ 4qõˆí³‚p -_S¤€q bM•Tr)e/…ås"gèvLt&jdfu+lÊV:v8oEFw Ö¬:Ú•Pr·ÎèXU6ÇöÜì_Q“­8ÁûZ}^²Xp±jC¡Nd1d®”D›Ä ¹À@åìHxÑð*ùÁÜ55{¿he5~å,tŒUŽs“;äGyßÛQñFþ§º­.á9[»Y¬°þÿ˜Tʼn$ÀÙfW`6È0¥ú|DiÝÜÝ]ÅÁ»ûFJùíŒËt;gË\åÜÖÂOtì*ðÎhxÇö]«/ŽG$ÛmŸ#£™õiàZ€Så㻦;ÚŠÔ{sì7K.ôŒ>ržv:È×Ü‹‰Â¿ózvŽç ŠÖ ½hµÃï/¾ÜÐ1!y[ï¸D2jÝ䛋 êû~ºP4éW?»_Iò€‡a%§lŸ™ÄMë Îã…wÆíøÿëOÅß ]mýk~絬‹¸*Q5–K¶_9ê]]V¬0ÿ±cö¸è3†‹Kÿ©x…äVH–K-¼/…ÙD°PÄ>H\Ž/$iàvÄ"Ùè,ëw ôÚ¬(ÂvìÙ Ãܳ76ïYåe4Tð‡¼ý" c.É‚\ ª3†¤[à¸5]Ä|äÞ¢Aâ -ÆfýL2ð`¯=òt"½Cú¸ý_P(è2NWÂ>äK$ -IÚÑy(šÏ¼±=é°Ïø¥5îø#éÃEli+qe’#3¼^ÉòdÏÛ]é—ú$ ‹hÔ7F2‚è„:ÈcÜ/Û¸# ÝKBOÉq vJþbá;\§ØÊáVáIê”Ñ;ÿ±é²Úñ :O̤Ӥå`½„_ -AtðöÕp5ÍÚXˆ Ð]}=E»-´c&ê%k ¦¤~ó–Ç(N[¶à¦±Æ) 4£â§†Åx ©Wðò@¡îFÞ6È©‹Ù°¾¦u®f#Oµ~ W£ý+ ­ÔÄy_#¼T¼Öwüöš#ÖçB¶•¯>(«fbK%Ë,®rИ5ÛìàySú†É0£2xÕbœþymbE#‡ô#@Ê×µ ò4½ª>-à4z¨Ú…ìhœx{]8×)9lÛœ{dX+Ó$PVÕ?V•¸eexozÌúü±2Ÿ±¤u4ïâyµ/­ÚÏïo;I;…ñ­,QãjÙU‰O#?w1°Ý>5õ>ØS{)ö4\s(¼n±º±fÀYæ' Žê‡£\Ø[Žógv*©!Ag‡6Šfì¢Ë¾ãNsN‹ä|óîÔr0 q4¶J¶§…‡ÂßÔÞby@çªÝ‡ðYºš¦}Üѽæ·<ë¾pÊOÖÛ =6wÍåXEΜ` {Whª'ÐÑ:» vŒýð rÚ_|€r­Œ›Ø]W«Sþ$ßa5É¿5«ÓKQ´MÁÆ=­ÈæÕçWÐB¿Ô§Š!ñ–ØL¥/€† +s \¦·r7¬ò0W˜°ÛÍwȹ\¿ª'd=/–>LN2¥²M¢˜2¥¬G2+§Kîü7ÕWž ®<$?Ž„ÑŠ©è0ÓGƒõyŒ+)¢¥é~I’a™/ÕG¨Ä<(z@ì„K8;HÒ½õY‹¾LI–MÅç¯ —¤)aQ²‡D*ÓWö’øÝ3[Q'g4f¢Ïp¡©;&]®ÁIéðˆt:Ñ\š/í&S¶Œ1ä§õNbXÖsäÉ£Bß“#òAæ_È3òqÏn¹KnïBØüÊp4®¢E¡Â¦Wœ¬Ø¹ŠK%¹8\ñ8{BêOy$¿ž¥X1K!ÚCܦb™ b•è9!û]?z¢_h8Oè.È£‘÷ºmzL{½8“i ³ƒðHÍÛäø jE¯´^à Í%ÜÔg˜“¤¿¨{½2ekUsjOW»é•Ð ËWÙ,ø½ù½X„\5h[åðæ¬Ô8²®3Ü]ßÐ &Ó§ùÂïé~öj"ÛÕGmÀmû¨näW¿žü¬íi›{á^äžU´éÚ_õ`ÝLfáF_ÀÃÌ~!—q³ÉÍÿ%>ߘåu ÐÖ À"çAí6pGK1ö?‹noä¼AVÛ7nb¢ßÖ­J2¡wlk¢‹1“1`Oª'û߯(S·7ƒèÔJ¬¤¤iO«.v0¥Áû»´‚7ÐUç­‚Lø—–˜,biêHb¡¹ ?D30÷º7!iX®Íè ·4{/#R´æê& soƒúÀîUâ»AaW Êß•^×þMÖä;ç§Ä“È‹¿¨“hmSNHú¸>Ï5V‡zgK'´í6‰úJ~‰.O]P”Cº«ÆKCDkU-e' -T¼ÄM3U¾‚¡$oú¾Ø;*‚¾ -(¡oAnÓUqp ûsz?n°ž¡—• 4×é¹åíÒ6ÚDð™º%ì.˜C Šk³X”P$®£,Pòòý”~» ’² ÂéIÔ)lýdÕINý?Apc¢\§\1k?Ê6«¬î”J—¦Cѩҩ¥ûš¦9¿ûþ¾™i¦é®)I¤h_ëáÉM„Í’£Ý'Ú–ðÃò´6Ïsäýÿ†y˜uÅV*s_Wúa’€’›˜OUcöJl“t*! ”G†µcŠïP,Iyi&RÝåae@™ù(vŽÕ‘Å\â R¥x­°BÚ•WŠ/!GUê,OdرAöaVè\ðÉÆÇ¨Të0ÆÃn|Âz‹ èºE·:„À› ÏÈGÙ-Xˆ†õÃå¨23nEOŃÑÙÐBøæ³Q‚ø`EÝH2¶—ߊ8bc:t-î¨= †0¦X(x…•6C®tca$¦Cvn‡ú¨qO¡IêlÈ lO)¼þ ï¢üD°ŒZÁï€]¨%“ÈnbJ“xè”\ª>^¥ý´O ~õZó ÓlŒó€V©+BÜ¡|®ß«êææ8¬…ްz~”Ìܵ\_¤ÄjÕŽ†xVõª¾GR”ÔÅç?þ“>ÚÕ4ÇÖåúa?xN·ØË ü }gÿ ü¤õæw€Fu e>ìE'q¾Ê®võ³l"hš’(6xDQîJ‰à8µPU¿d”ü -”š‰ˆçð/TÝ$;¯âèÅò‰ò -ªE1™óœòTžIYAŽª:¢H9À•‘>`ºû'rd'ØGü óæ#0k6H,AÛÉEÔ7ðeÙ ·—%’a×1ƒ% ‰ƒÈð¶J"u|L8¢œû>b>ú›Æ_a~¼ïð£Øis[|3žˆÿJœ¥¬ë e_*$6Rv¢Ïø{òÝŽ -|€¼·õ.'“ð8²Û=÷ ëѸ)ÙÃóÃŽûÌ¥˜‚x…À{´ù*\¦9R’ˆ‡kD.ø25t{ÊouÀþÁm x€éÙ·çX%+0_–Ç‹EG™ÕæÐ”7ªÅ®Õm’}‹í­*V`JÖì2,±fMsÒ›E¶¡_ªgŠÐ'Ú·nõèeíj»iÑôðRP·Íü êG‰ZŒß)õE§[LŠºÑ‘¦¶¬“h_£i"ˆjêe‘«ÑüÚ¿ýgÑmÊ-ý®&ÖîrG?—Œj¼-<‘ ïC±NIUšÓq¹ð-*lŸÎ²EmS P³–¿"Ž"Ï›Mü»‘ëήӈ±ÞhG#†G¼x\{Ë"I§º aÔ¤g@ryÕ æ #û]3»Ã HSGrD‚¶ÍúïDD­7]ÿ…85Ùí„/×ÛóâàâêãbEF"ëþ—]PuªÌI*œ2,Í[‘ù“þVAGBŽ®£xÍ–;Õh©Ñ/TÛZ>î<ª™ÿa›¤¹(Xd¥±“ÊL¾g¦€,hÒðC~£DW“[ø¨àµÞ½Äjç}Ýê2“íºê…埶ØhçŠßoÔlÜp®Q×IÛTõVùœE)\½Â`ÒMBU ¤¿^¶·r«®·"9ÿvu½x:ã¥Ö É‹Ô4Wý.Q÷Ê26EpOäã¹håbÛì{UÈ¢6Ö8dº”C¢€´]ìX=_v5oXk)a¢Y­¸÷Aí£¼v“KUÝñ½Ëöœùì·`§­ˆ†”‹Æè/ðIS9ù}©Z¦=ÖUð4=×î›êh(Ý{ÆùsóàÁ07Ö‰ñÍdZkN·™h°m"}¶¶¢&°½¦¿\¡øªI&ÂË­Õ !É}Âõº´ v‚0ÄV³|bOè&ž8æóŠ>A 9Ñ´71iëK]"]¬ÝÉ_É@3W"‘øCþVÎ}(sà@îpîJv€‹Jíc>°ÿŽ™aÙÒÐ54Á.ðQS2ÇœÂ(1£´µ#§˜ZëâoZeà]dºìWPÓ_ºíÖ¿ÉIe^èíR-L!Vg…¦F´z'j³æ†Óò¬Æßæ+é¬~f]@¸²fgðy$#û–h•¨˜w‰»ŒÌ¦—”<š¨{=IÕ¶†øS 9Þ·È®šÇr¹>Õæ.¡¨~i-Æ1µ£Ù4¦%û¤Q,{ñ9&»mPôžî5ú&SS-\t9Ý4!œ l ÷ÆHÛúËŽrBS—fÓ‹ÿV#¶–aS£ùL@W©üÀªbú÷.{QíÑiŸ\BÉ;øÑ‹Éíó…ud˜q¹w0q´e³c±¼±Á†Á³jeÖ* Ð ›‡¢#äãªÿ3LßMÇV* ¡‚©¬D4€²•UA@e#C†H `„„2_ò’¼‘äeˆ(T-XQz=Q¬Þi­-Zk«UruzüŸŸ¾ß[-ŒBvÞ )-|¯ë-ù=³]󨌖d”?‰ŠPôMû•;+{(½h³ßí -êÄâØ“ ìw8+ðxã*Ö€!¹4¢ÜEÇ£(ܨ«gÜè (1[ÕZ©Ž<©te79 ¬:Š ~̦º=‡kíëGœX*ãZU+tÆ:Nós%VŠ17d,WõT÷'ô*×ÜIFN±oöÁÜÚ8 - BëºÝ ¥œgöWeïWãþ–€ÍL@só X†Ç"Ø}ù‰ªþšÿ¤G*Ãjïn…\­{µ‚iõ_&BQ ž”­ŠìF’û:ùXÓrgðßÜ|p„ïWEÇ -(¥Õ†ë{ª•û«Ó„ȇ¦eÛ3`SÓàVË¥Ì(Ö6[Sœä±Í]î›d¼\‡T©™àψ/ ô••jg>BóUöñ/çBwòߥþ/ÖÇÿµ -h[tŠ]‚ž£<\ð‡÷´,Sà¶ -Ï;H%JáS 'Ñ aé‰ÊRòWIzBr2ÏÉ‘°S“a‚ds|Šbø¼%PÎ&RdûÓÞƒ |çN•ž“X9œŽ‹ç,ŠDaB㬒Çì;܆ºrKa²H¹…(òãîÊ_Ë/DŒË†ålÀYŸ·DzEFs÷”<?;Œ‹§%§-:…mÂ+ K´k)~‹x¨s¾‡n¨ÆRB<åŸryòì„`õ^ÙýÈye§Œ„!Ïd$_.\ -þB>Ù‚“Ä÷ò)p‰]•4\²ÿØRèYüN¿Yõenv›’ŸúV‚ÞØ>ª2¢øH5ú;”ˆ„À­¾qз°=S$@ ñ•ÜJ¾ß•ˆ¤uø‡"®0¾¸@ÇÑGæ<Ñètñ©qêamÌö"匆Fa¤ ;¸]½Á—­Pe’Yò£h'qF–•ÚõIÁÅ»— -K÷Žj¯™Y9 Îô!å‘:°Ùî¨ÜkôÙú2¤¿³y^­X?«0iqäl9YíAü?Ú ¤Z‹`á!¿Ðöض›YEÝAÅM;]94Û¯Y‡FË*Â7·‡”OúÿÚz•O1´ŒW‚¤r#‡©rL6°¤Ö*CݪÅ&K¹Õ=!´™ŽÄÐ=w’:!_Ûv,aø…Ý7k+7ø›MÌ@ŠÈÌò$Iõ>sìÒ jú­Ñõ/Çæ‡ùçîfXfVÙ!옫*‰Õ´ ˜/€Öå,©¾ñû+ -]?TsŽdÖQë¶8ÎiÆ9·­CЦÅ1¤—xŸòWvõWÈÐuZLOšo¯eb¿0;×\ óhé«ýŸÿrC.LJ²M—_ŸOêÕŒ5 NþØîÆY›@8¹¹oQòßîÉ9œY7›þ¦ãg:©ªm]ýŘc¦ pècMcu\Oi -¤øh)Ü%¤LÀýÛ©Zõ’·Î„<ùËB”—×ÓéÅíMg´Ëš£“pæ¥Í£1»ZFx~¡|ƒ×I=¢[ÍÿвB³ŠßOúI½OPäÔ§®³ùUAqá’6ÁÚ¼•‡¬EyioÚ"Ebg««¨7ú“ñºh04FˆnQ›´1b<…€‹ãITûÅ?8=D»ÄC„Ur7±?î -sÍv2BšÔ¬ï%F™¨`wô Ãs0/ÔBw\CMÖ0A‚÷‚º´&ý©”‚› HÔ†°[p70’ëÝNE†Óœ[Ï"© ·[2àñè,Ã2xKȈvº@]‰uCEÞ·TzÈ“tíST8{ÀC2O‚%.x{ñ)Áw9‡ÚÊ5@j‡é 6šPcÔÿì÷‘ø@ –N‘7€”a.í‘úÌ%µè Öô.‹ð‰à¥†è…+:ƒ>€ÔXœ·™RP:šU˜H(—ü–ò?Ë•³•Ü7O“‹”ë.È‘o”%ž[’3Ï^D<‹L‹HÁ†j…>`‚ä€îS*²7_&Jí®øapBš«Îc¼:%¨Äf1Ÿ¥³hu)¢Ãjᘠ\m+;ž´o: "›Lr ã’wP‡E}±Rò°eJ¶¬õfØBe©êh¶9ô¦øj§1€£õlª(ý¡ -n´µž•p±†œÅrŒ ‰™Uu*ZðyÓ†ë~ÑRŒ®!jÜJK«1l9B¨Cm­9¶¥UoB1[¢[pâ(ðŸtr‹Èœôt7Ä›uÕ ä—‘xDÀ| †œÐQù¬opŒIÚ©™q–A°¦¼r´9s£Òsñ1+ Ýu1(ØøvxÏ›uwÊ÷™ty 3•ÿ{UŽ<~†W€Qn«vIv¨:vÜAh¥]w©99¢{xŒ1Ÿys(Éœ«zdàš{f2˜|} ‰”ˆ~=} ц€Q8©Ñ{¨I:§{ýA-¤.|g9 -¡W|ò0èžq}Š(›‘~4ù˜ö~ös–¸á á“3€ÙÚ‹ìx…ЀPô¨¢Hþ¥è€ù@û£'8á X<0Ïy‰(½šî —ö‚s©•œƒ( -’ƒ)Šù‚á…—€Pœ§”†JH¶¤ä…÷@Á¢*…º8´Ÿa… 0¯œŠ…¦(¯™µ…Ï —†Ó”•†, jÿ…lŠ!ƒ« …U€P1¦«‹‘H^£ï‹@{¡/Š8~žfŠB0‡››Š (–˜ÑŠ –Šˆô œý†ï£‰_ƒÐF„È€/OÅ¥ÏðH £&@= Us8NŒŽà0cšÊŽ|(~˜ ŽL •S`’ËK Ã"ˆ|Ј½ƒîv„U€POd¥–TGÄ¢[•@ -Ÿ£”8'œÚ“X0Eš!’Ò(j—k‘þ ”±’, ãŽp‰dôˆ:„ƒù€j³keÒZÚ£ýg^”ŽiCaL…jñdcu€l¬g3eÄneiéUŽplDÈqœnó3rÜq 5s0rw w¦t±bdx¡ádBfÇ’·f]iƒ€hhk`tjemydlUo~T•n4qiC÷oës52qDtÉÞqru³ ßqvò.*r®x -Yr¯x’ºwëzR¢øb¬u]•SdÎv:‡fàwy˜hÛwökbjÊxÊ]l®yšMùn€z\>Fp%{ -Âq]{œ-qR{Èíw |Õ¡3`Œ~ “·bÜ~1†e~]xUg6~ŒjJiJ~½\kQ~íM9m>=´nõ4-fp3Dp)%“¥u-c¤‘ñg‹fIYÊhQާK Ô÷WS‡`e)ꩈ  X,Ï (C-(8€B ƒÌ{soîÈÝÙ !܈ WõxÄžj}VÀ=žu€Ç=pàÀª­Âóù|?~…JuÕ„9àÒŠMÑnUMù†Iþª£ö)¾É8e¹Õ¼¯`âyõ~~÷¦hc€ßÔ§‹.6î‘vIâ6ªò#e6W|ú]ÅAgpÒ Æ-ïU«&SM¬èùþÃh[LÓ® ëvuUàû¶Ž·nŸ…ÙE![ÒðsK]ÞiûR:¢ÕžtPùÁµ+úgp¹Ÿä6U‡ùÆ~±U¹/äÿ~(©òC¡ºýƒgñè=yh¿Ð¶sPÒ"þ°½%/Vš±%5}’ÜÜâ—„*q÷”è0àRýÉ÷¾w0À¶gó3䯆¹µ¨•oµLÆÒD>>C|F^¨ ”6o˜O WW.!¾ÿ$Õï ñôOÔ¯jSðDÚùÝÛÈàý-o!Zôªæ\))2éÔûegð›Èe€Ì.ËŸ€ó 8½P³BÍ$öŨhº‹ŒÇÇ$‹ñïvù¬é!Ð -«ž©á -æfÄQoñjvlÐK|7»Ú¦%܃†²(.¬¼CÞDZºaÊíÜMÄ\¯)>©ú¨-ÍÍÍÚû˧!ctÑ (¬ƒ¢Z1¥n{Ðs¬B×ês–jÖ×ÿ*!-QöU2¾ù!w\‘hÞ?|Í|Ñàsø:#™^.ãÔ#Líñ—ÔE €)!è5ê6˜Föy.¾ø[%¯ÌO:¼"…m‘ý].€^(îÙ-Â×À‘²#9çUdißÒð”Ò°x¡ÚiGMF*¬]AïsÖÜ ¹Êô¼n¦è¢kªísÉç!¦Yú¢vä-XsN8MÙU-ɉ›«F-•@k*ŽÇƒ»Ëu‘OÕ§íú dBÙ¬§‰‹‰3Vx¯ešuP<Ø4ŸÞ/Û¸X'÷ߘ&@ß\¹ÙµÀm'’öFUçpÏßûW?<¢]U4 fË"øVYí<áäÖHë$qʶꉤpËP'“µü§ø¶"¯iEöx ®¡7­¨7Í@D]A¤Fk3ƒ௕×FÆžÖ2Ç*×>Õ²A´kJ)én› -ôK{v„ʯlý1k¿rï¦È´DnÊšÏS}n8)ƒþre½‡]Õ†‘¹šÖ®l*-ÿQéÊÁOd“©W* b@8›~(M;ÏH?¤íe>ÛæíamаˆcÜHõø€lŽBy>Õѳӡ/ʰ%iºK:éB/‹ß’I -}ñ;òp"ëµ[ÕŸz“.€‡æMf<‘gcÇ óG¼ÖiEÔJÇI4[IX,X68—ŠÆ3Uý@›f!Ü\t›G¬}HC{RÃÈ[¸pîªYs1"…žAú˜h#¹Ùë80§kÂàA7‡ ÑX=1€®Å*ë1™æ4¿‡ˆ+kÃ4 Ù»ÄNÈ©ës’™ô‘ˆqd?ƒl¤–3g½Ç²NîU• -bÖ÷Á"æ¾æ€º•*¤—½[ø6ŒË[“…‡p.~®‰Ñ¦Ì¹@Dh·òn´mäL] 7ÈœÓý¯ÒdŸ ËT}Æ—¸ -N7öÊêÍÆîB/ä®±cµ mÜ¿816ÎÉÒÌ0yõšóFMÀQ"Ѩõ>ÏøúËÛ1v·ÞÜXöË…ËÖÊØ\Ú^0S}»ÔoÕe4ÔF§ÂVZÍ~‰gZ×óøxŸe à”FaÑúL¢ “Ë®WܯMÖZ‡?Z¤[ýXê„j«~ـß++VÅ!+*À”8ÔXž3» -³Úsy‘xhYSÀYühéO>ê½y¨Œ•iìÓú*·6¬D `R}›äªª«î¯ü«p¼3=³]írìM>‹\© œ€^¯Ú9õ#&ª¬èăí´Oe´¥Õò„­nnžâÅf³º¨j)‘Ĩ¦4ÍÍ_¹Gg.„ë_'HBÝý¸h¢Ówj7zÖáЉ5T>ç)ž¥Áö›Ìµ;ƒµ*ÖìlSÏTmÿV²lØš“w -ÚÔžñ64û%‡«O5:ãN '7®žºMu^ø.ÄV~ñyGÞµ¶ïÒûäwéBu½ü±h‘îŒ`®4K×%ž–?¤»#–Ië>È/%×O -fÒ窆 ôÛàc~í†ÕŸ%xož°±æµãGãP*¦/9ʉ1KOGcÛÊjöGc¡å™‰³X0oÙNÄ€E -Å>ÎX–èƒË †J¢íßb'¤(µåÏ%÷7^RÀg…#û=ûX üœˆT‰·ì˜@NKdAב!iƒ÷0j-;â2nLtO”/o è]˜º¡³ÒeÜJè”l~¡?Ô'{²WÍ x½<}Gœ:EÀÍào-<e¸Š©òï‹;Ѽ$æÕÍ¿•2H% WîÊ!'Eü°~R'þ~c¹K2çáL®•­f nÀZÛlB'Ÿš—ŠŸ…'x j¸­¨¬•´3i¤›´%y––1§5D„È·ø¿"ì@ ÷'øðc‡„¶õ8~<¯FåÜ DWxð„ìwŇà¸äü0ܳÏC\·žÇÿ‰Tøkq äûìšÌ¸  lïb¥LsÄèØt¹'FL<Æþ$&÷ec爗IÕ˜‘ø=Ärˆ_¶†c>ÄCÿl)1è^ŽÑˆÇŒKè/ä×¶Pq…ÆBóðƒ?Ì]#-XˆŽk÷žFÏ«[çЃjϨ9Ru„þŠf¨"üž¡;•Ãî!¨¿ÒÌ8‰Ì(a»eÈ ÕE;†ÜÇû˲Ц™ü]èBSÂÞȨє(Cú ç¢ÌH·þ§P -iÕýåw1ëüÜç#BmÃŒxhp;_d­RJû IÅ߰븶!ï_cÎ’#ÞÕ‚ÄùÈò*ÿ¨MÈWæw¡[ûŠ¿ø“©qÝ#ø¾ÑÈ`¡~]\§zii¿&—NÁw›÷ä-‡;š®e-„=Úau½fçKØP;j WÕäûÃXÕëuáXs/£zj´·‹…ÝÕ‰–á‹í\™5ͯü7Ó&Sjö̵Œï4 åìh3VžÙRf(.‘¯wÔëJgܺô§5ú-\‡S¹ Û‚zt–.1ŸÍmÍ«Ï_—Ñn|WX÷Ö0Rü:rV¥4&ø‰îDY‹o—v¤üºÛAí^Þi§Tmž Ù&I5&æ`0©dÄd(Ê7FØ”ÞaXÁv[§§sæG&é”?NÑÚñú}÷kb*7\}Oäæ„«»Å›V% þ>еâK%çJö¨>›»=í–.žw56]›-ðŽ8¤ -õ©Íbú×sª§’l·Å u×§ ¥_7L^c"¶^hÏ¥õQ&ÕÖÉRP=»FeYs ¬B1*HñÓÊÕµ¦îÄÎÚ!öˆ,^XÈô“Öˆ6ÒágÄv¦>hEs×·mŸúš}NW…‹÷p:ˆ‡Â,äg€~a -¤¹gÈR€öQi"hÅôÅ«@‚>"iƒV˜V!dK¡ÝÀÎÔÕAd2)Yé…¼æ8ÊŸ"/Cg‘G¾drÇ--Dî±8cºK¤(“>5!ÇLûàóðqÚUð -€r¯*d¿$Ž("eu1Lj9Ylh¼ìWé ߣÒR¥Û¼UÎΗ4K ™öØ!ü6ý=Ú%±5…MQ&í3 -ôsõ×&¯$&ÉËHŸ˜(ÂQÕòEf œõ-Áç”1n—%/çÙÑØ´Â‡i…¾ þ¤BnKíLß@¥h†Á&à>ðëßû†õW&ˆAípô[Z72(MÕüì»ßI¹µIÒ©Õl7l'ùŒi‚Æ)‹­Œõ²3K—óh±AÏwÌt-p]ãît¦³"‰®íþ¸Ør"kÀ;¨©)§Â%½¡-ï[®[_pÔöÇúxÞ³ª:iq¾‘Dñ±¼G_ÔL­ÃŽ¬Ž¼Ì­q)?üž5ùu‹:gm ¼©/—çõ¼áHþ «þ"ÏŠU© + -±½[—Râ¿b‚ì'ÞÈ3ª½ ù)m{ý¶7´Læm(l,ظ²á!å…×Ï™;k-ŠX»5ªÒ;¶o)¢Œ0w#Û+ú—ÄÉfkÌõ[Ô‘<ÓÃcÆÎ6[^ Ðh\œ@é6•Lz±´‰ûyÎ: Vö–µ•ZZQÄ0!ßVÞ7߯œç-i—­Ò7yOÜ“ìÐ| ô]lrcmY@xš®¶¼:ÀI{²¢ÛsT3UyÓ9‹bWͱ\ÈƒÕ Æ:•°ÆÏ|@Q*x¿ä‰Òô‚ %‘MnUÍœû «øDØë« ýÔ•Ôø{ÖSÇËœƒÉÁ8ËQU^{–©ôv™”[‹>o“”!za§^ 5<zsrëŸ -/‡µi D‘þ”f‡hÀsºSìî¼NõF|šµQ™D1²_-¶È&AʘÄppL/lh‰°î2t3fQ{ 6 -‹Ôü »ùÇRx»§ÙW9)?§Xk%ð'_nŽ”XäHGà)ã_Ð3p<ÍZ íê¯ãi1TÝU<-t’šÁ9þKÔÑøß<Tý¸‘ÓåW¸ËRŽàËA—œ°ÀñëØ2ãEä ²œæ• =Ú[JÃWÍ#ʼnPŠZ®Øáw…Ì—O{ÜTþ[N: )8r.‹Fœ!>2p™¯¬Ä¢S2-¹kÂB²‘´ÈØ–àZ7®9=ª±¢¦BãÕ)”«ŸZuRzt+ÈE§y/©²Gب\r©LÞiqZâ-0 …§ ôo^ÿnjø¡C‹i¯Fí–y=ê>Ÿåí2Ò¹.ûÕúž¶C¹Ýv­— œé'[jxÕK§uJ¬ zT“¯ôE½zÆÒû¾Ë\žqP• éþ]éÕÕÙ¼÷’ËávÛ|ÆúŽÖî}%v—šO¥iú®øºG{ªl“¡µ2‚ÿÿ­FEY¬—‘s7ì·Ê\"€Ùe“ÏõJmÿ‹A:}K:AlÞæ8šÚ²‹65#•f¥eBZZÞ™©©  ÷ý¹DNãC@@ăL³YµÉ+k¶'kwڬƮ)»Û²tlŸ­­6›Yþ÷Ó{‚YSuÃY9[çõºŒ¸;®»Ü¤èN iØAÛEá¡é¶ä”OX}€]¸8°ŠÉÜEè¦Þ2öžÔØîu¯aû<&®"v'óÿ÷ĹIpL)ü -‡Lœ¹ìÏWð‚Òž3ü””Ç]L–ÜùUýiÏyZ¸÷¹ý¨¨ ú¤Ã_|pi®•#ƒ¬5àM>AçVö„@öÙÞV! -º‘ s)ãèl¥ë¢x -"éhüq ¥÷b‚lyÀR¯%°ñI@Ss¡b»O(PøÜðŽIe+{¨²HÄŠ®™&¥Ó½ _[æOBTíØF]|®}ÛŠ˜ü¶EñÒ·-W• 7õåˆOˆõ Â^™b:Þ¦øŸí\TÂRê]SJt±Ã¦|9àØ¯"Åcl ª1²Vˆ¾É4¢ÞÒ5«.úù©^ú„¯zͳ^t5Ÿàƒî{Zÿ”\ç¨6ú ]¡Í‚píEZ[<¥-V;sȠͧ{4±%ÚIÕkŸp^á—?Ú]iÌÌr{b ‹pÀõÐ𔸎S/ôœÃj8ÁÛ(†ñ@+Ô€Š¹` ×÷‡Û §µCr-Læ¼>ÙUduea;“-Ïà®(KùæOísèaûUó3HEÛ¹#žceµÄÅÜ7gìác?Ý›@¯fXý­OÐ+üExFÅ3ׯD+jÀ¸ìÁÈäT%n”ÕOg§kG˜¥”W%[XèWw$²gÅ8g=ûIÜ2N''$Jx§XI²;Îcoòš‘„2r¨ä%ÉCõ”[Œ(Œ‘¶°öf1£Ù™8àçdÒav1O ¾ÄfðÕ!Ùõ}õ®¾y”…Ö︆îdŒèŽ`@¿XŒÿÂnd.# 9éh-å÷e1™á‹2†™ë³IßaX\ža :DƒÞéÊ&n«= õ ﮊ~!ˆmÁÕo¦/p¬é†ü=^*K”žA׋—Á†oÅçÁÅL’dIˆƒ?$%õ†•ÿKÂncT’÷M?UKù˜ãÒÚ<®]VT=NĈ‹^“äK¶«i+äy°*ºQ.ï` ä@È,ï‰üC7µô¤z…u¾Bªz ¦ U½õ“è8@îRmF½$„+ßå~Pþ¸=в äÃVÑhÊà*z™â·P/UQî™/¹m°xÊ/N¨2ª€æIÁÏÕÃúyjæ†>µ7­K.g:öRó î0*g\£rMìY~èºil_ÚÁMÜû—÷˜xĪÏSrPõSwz•£6º££ÀŠûŸc9b QÐ6½@['Àg(WZ‚Âú8Dm“kIz8Í^":òô€yÅ@÷NåÝ> É\Ú›P•Žay~+(Åa]3ðÇ„ è9’Ýž -ž¢ÐÍïÃnq¾ÑöwÏSwVŒµfÑj9ƒ‚‰¨·2âDT1‹Dô¢v°ßPF k8bº~;d¯¯áû³] ~>»n.ˆ!NâyN7ÔNXÊÉ™øCÊ+T8©NIQ—S`ŒYº™Œ0?4°¹ì x<'‚ƒZ7ÃÝ̃¹gø ã¢!ÈmÁþDmm¡6ÒÇß‘™ÿä Q쬣¤?hÞ:iŒÑËÍÈl¼é2v©€µNR§ª?ªæ „è wÂÏ¢EçQôYNªñ,VÅío"Äð~çrH•‚-Ä·”özte>í²P–7ϘiÐo›ΊdëâXÿç‚ìYq[p’0VªkW½UtÚ° “&–ÊK±_$k8Ù¦d”0Oº#ÝVÁ¡n‘ŽçeÓY²Ûê˜H™3ñ6`—½e².ÉÞëêóå )2ZñN§f¯2LªÍS~]·÷@±ˆÿLd*ÞìÿžüJq7w¶E1±-˜S &0…„î)xÁŸnÅZ{DeYóJ]êˆÞ, AŸÓ-°·btøõ„ÕÚÖò?Hç4/s¨+5ÙiCô„¦ÁD9ƒÚ´$"ÕÓ!Õ‚@UDÛÄþ»­m#r·5VYÃ5?b¡kwµØp\|ˆi_9ƒø£1:çeMóó4m«~2‘@WêžlÌZ틾Vý×Öþr§+S#©ZÑÑ-^[s¼Ú1;íQØ«¸emYe³„ËÖ†$9Ï<‘¶JlIN¬ 4>cü½ÙòŽÖ„ZÇ˺¼eM½•É= ""JîyÊ\@ÓÜ -ì.l¶sMY#Áßq3'‚d°yÒ)ÇZm‰Å´¯-“ IFžñ^hï‚Fgù½ôáŽúmwÀÚp9Ñ7ĤՌõ^¨½UÛÑõ¨,_Ûé¿{Џàܳõå[ǯ‰yTMÛ'ÐúӖá5<™æ°ÌÚ\aÕïbcP%ÒÊ:ú9;›Ó‰KÅ}àþˆ*WóžP€œ‚åô­Ûë3ÿÏ`øÅœ(ßjJ±:vç“cÕ3%Þ«$’(DŽèJº§iî™ß}ÿf~s4GÓ1£Ñáëƒôx"Çn²<ríz<"^žÕ–u¬÷¾Åx37‰À1|æ;„q¹ËÄîZž -†Ù8€W8SóX.yÞ†>ÊMˆX唯 çj­„®Dî!äEÐ8™‹]à;SZ¼ƒ¥]OïÞæ!”ï²¶+'+{Ùùª‡ê_"ÀÞ6@ ác©ÅpZ¼¦ÍÀ×DNÇ.ƒá§©X¾3éAý‹g×Äi’ªs$ á7– ™UÑ -6 Þ¢*$òë€E¤tóQpŒj‰ûî \¼ bnI±H¶“ï„_Ñxóî°BîPe»¨›ñ4µK˜ª\F±§TQ -‹Fž×¢Òk½Rrí©¸h·iq<ÄÝ -CîéâùÓ°ƒ:Ð5’©Õ¿¨ž5<)J)Ì79’[Æ å|Ù#–{N9ÃX‘2O=Ûxpõ?AãÙˆ›ÐQc_;|Äø€‹ž0»î¡Ÿÿ,¿ž÷›í¸QPÐmË ÒÄYůñÒýÅhÎ{ùCë‡M6ågkÉê õ„uZ„Ük9>gj³ˆù…Èc‹¿ë:ÑôcY[.[Å|……•U¸¼ðÛŠ9'aì%9I²Ëå–äOŠe¶U¯ÕN¥µÑÀé’Î97ÀÓ%ž|\üÎ-…ê³$•îÎÙܪÎ_[×Õ‰xµ"Ùe1»­/û¤´ß—\¬ø¦ªgUƒjnej„«úi…Ëœn`ØÎã·ÀU¥´[ %´b%?d‹w¿Ôåçåîú}Z°s†,¤pÏvçìH©[ýxr |Síøª%Póõ¢êEŽ´9'èª#ü.xjy¥[/åjm°=ÍjÝ¿û!·iï<4]¨lm•ýÖìžuS"lÒ% È:¶^å«hh^Ô¥j«³Î9ªîضƒÿ3t "Úíwò¼õ¤Ý‰°eÈ dzv~Ÿú6¯CÞD],x“3“6H¼’!&V>;öë¥[hdïö€¹tÙ»H{ñq–è d|Yò,ÿ°> Õc9x‚D$[BÄËþÈú…\£Ô%‰©õx¬½ŠÿÄLGÔ‚wÌYl¥÷AMï<¤Ëc¦—¤€²®Þ xÜGºÔ^’1ô=è‘ù3%ê‰tdh¥˜¤°¶ðrŠ&6®Òþä1ï^æ*E»Äryš†â ª—ÐmÐDÂG!=+~ ßÃý·Ž K :¡+#{Wôãý4/<„c‚Íä~vš÷ ºœmu١師֕Š”„}¥j¢¥À˜ÔÂgÐdvöV¸’IpG¾hޝX‹Iµò7ðFn²€#¸z/ -æÆ\>kŽë›ïÊöé2ûƒú `ŽjP¿_4 TëG2¡pÃü[ástù?ÐpÑ,¦4<q¾q†Ïr’1æóäìgãÉ.ù56ÉW[çyJ‰å¿¢)êå–[Hà½E´á´Ëâ¿|âoþuÁ|4ÏÜ.X‡ñÌÛ|$Ä^s6¯›•™lE2±ÞÞC¥#v/µ^X¾¹ IÅ/Ó§¨Ÿ—žØ ¶”¼‰y‡–D…"ˆ­AŽòm |¬ø¨õ½ëæ©y̨,̬M¶HúkÜU]òŽ{ÂÊiÕ%鉪U«âo—*c¡û`ØY¸¥¼Oà¬.ŸêÓŠ§—$»&1”¥ÞP/*Øé žŠ_lÿ¤ò•Å4¦ -ýqõ–´ªˆÚžx 0¹Æ3&<ä@öAo«ÝÞ°£RíÓ‰ ”­p-b¾³œÑ¿*pìq&Ås[n)k¤Å»òÉëš’ÓŠ”Žüø5Þ0N¯C qí,þÊ1˧ƒÊ¯¹¶Ó–ÛEÏ´³3¤T»Ö’=E«ʳ -_s¾]é ŒßÈõÊžDCºheGè)ÝI ÊoT?NÝbˆEÜœf+¨¿'Ñ}ù#½»h†ò»Xü<'{NfHsÓ$*'­OÔè”âfòšb–¢†:¯JÈCi+œêά‡Ö¯cXgdé2_¶ó -y«ÉÂ/øÝÐ\"çös Tó=¨uá^an`.¶ ßûÈËÒ‘k# ,hs,•‡×­¤cˆ/K›_jsH;s‡¶ø]d72¥ž“´ß°Eΰή›¤m„{‰KèL4–‘1˜ƒú#§ï _¤Ä¦my’íZHÒT„Òm²ß ú¥vÜ3†àn8rçõ4Áaí¿á—°•3HeÈG[v;­#6µãº_Ö”˜>!êIè¿™FŦøµQG  'Â|6º¸,ãÜ7Xo`‰ù+è.8aö°°ÃìšõycMþ„…šîÅ}ÀÓM?E­$D¦¿ß%—šÎøÕ’õ¦ÛžMÌ_M=.ÕZÐT@QÝ(›K÷ˆC[Ký³Âàk%%ɪÿos<®˲Kžãhñhp+‘Pl÷³ÍÅJÏn³†º i†Í;éYÊÓŽ¹àLucujá8˜R%Íl‚®Wf&½EU¤ÅÍCÍöÌ%­X[9Œáš²Ã~$~µÌËóuÛ–ÊóÕ0æËT¦¢»qªŽÕ,D]S¦œ¨žä€¡m{W?Dn:V,Q ¿W½ -NÀú*üþÇp}þ5y ÈH°QD Š ¢¨lE†lY‚Á È ëɳWòd2DPpÁQñÐÃÚB=ÁÖ½j±ž¢â¦ÚšÂ‰@(={züßW¿7?¡rv­ï¬·@ž‰c— /Ðþ®>Qþ²­¢ê©hô ¡x¸êÜþÖ¼ó’Ľ©qÒþæËqíÕÑ»?¬‹‹šV*¢w}³°PÖï›m§ž0í”Ѐδ¡žæJ:¨# J|)˜÷÷|)•Ç¿–*¦RKÇ…QYÂçk(PÔ±üuA¼˜ó=- sÙIï«fXô·šX@…›xýâ¼?X<Š[Kzò 'á–”r"´â^lQV•»FJtJþ¹¼ƒ˜’ýĹHîïqyBÙ+²hÊ P½E”±+­(§œáŸ@¢þÜt¨jp‹['y´¡«— †Ž`ãò-çã™J9ç:Þ¥v]D´WYã¤9©4AKÅ+EßC—¤>;zá\™5G?”K“o 9Љ nÈ-•,”@ÓÕ·—û£×5^œ›Ø"0Èu;^=³I'aEðI¹±â挪«è(W¿Î¶@_“És¡ÍŸëa8ü+” A¯üÞ eð5Îm¤©uÝ‹%a3mNâÿ&RäÑjoس¼°‡?òîϑޭg5hRRX€ÆL@,LÒ u`¯ü~€ƒp)ç,Å?¸ÞCS‰I[O܃|_í«H«°KES‘<5J©·ºE”)q@ãGµÅ€š!ª/„ÖSüê ozç.”Aç¹9"*Za[‰)hÌ_1Ëp²l@¹Æ`Úž¬ÚlHÊR©ÃõÖÄ€­7ÅxÏõ¡!lÍ~敟 `Îsî€YÌC·`¸O÷µíIt˜n«©—y)ÕŽQÆÔ¦dþ¡ -«AFÕ~–îè+€½ùCðcàš9Ù/N³ÕtƒÓ¯‘™ܲa޾ÉvUÑŸ$M²»W”Êå‘M› }Å1™Œ²h—mÂoçÝhF^*øÀ®;æç ´Öq®'-oܤÐcðŒE¨§Ö[üB¼ßZò[5¾)8!ïj™Ê RkÎIÈTžÞ}):SÕ×”̨™]¯ý\ç†BÎ`~] › -4if$"×µaR?ãÕ\]i£1 `qÁCC¯6ãýg~׿½zsÉ™¨…ú³«2_D°ï2ýܪ×lµ~Ÿä­Ó\æ€ÜŸÅÒÚ€VñCf?/©f2ùø¶»Œ]INúˆîTÙxü9¢ë"ªìWsu¾÷½.B†³›u­òN"½*ŽÅ¢Á}U4ý ´LNßæ_¤Ïˆ–¦ÛÐÍU‘›>Ѱ$%â&]*Ë_ušÊ7q¤¥»‡¾­28}G·jr§…44¿2˜«–/%Ÿ¼Çd“t2m ¹·ºqSÙ¦Œˆ#;•W’—ÕÜCä ‘ý3õ7ÍY§”æ³Ò(û(Z€çË_òq£’ŸûÿNÕ›ªÁŸ¨ŸoüÿKc~™ðýV9iP0—"ôð -öïD72Ç9’ŒÃXÇÉ.¢iú' P²# ½‰rC±¥pRÊMLÞ¸;ˆô„ça7ÑÊ ³¸+æÉ-Æ7cçØá|\åL‰›YÄ05¯|-lÅ­E²àç0ÈEâRJ8:Ÿtˆ;‚–‘)aÑÃdsŽN¿r° jƒ×,’ºéÜ‹‹èKM3 “Çë…g3ül+\Ãdo9 ¿câ6 éŒ]ؤ]7”ˆ¼× rƒÐPݰ—7ÆÌsƺtËlŽâÝô¢²°ÈÒË›NY€ìˆ²xnI€FÍÆØax›éKX9|Þ¤špL.É6¾ðâ"YƯ\fbÌl~Ã#éÄÒWá.îv œÝ Ûúlßy%yr«¿Û™êÞ„öu‹W¾‡µ. ÞSsÁkÜhnsY‰­'ö•¦{[Ì…ÿÓd6‹·‚š‘=QÉÁ¼¦ñØ2ð—Æî0H´«aå Ôß`Y2}ª·z-‡¦j:\âQwÃÛ(ÌLkKáúÑÜŽÂÃuã3³þQ;ÆËOÖXùòõ÷-_Jȵs,ë„ÚæÓ¢H¾y_Õa÷ló+I·ýˆ1\þvºêX8¿¤¼æ· ¯ÆŸ?3ó¾E x”Øn>P¯0½¨p_c4ET~ðÒø“ø³Oš±S¶Ø½Îx·zÒ!^ß®¶nòòYnÎ,9¶í¸éœp^ƸiiEyÂS#Ui‰1FÄÇÖØvHoì6ØT_ñ‰Ò?Sìv¿ S­thfÖ³¦S»&+½óO(1;c¾ÁQò.a‰Þ";=¬÷„š˜ÃJ§€D¦PÕâãÏDîcL„&ÇaHû'ülZðÇÏò}™GÕuyC £˜•Îc•ÐfBׯ:-ÐI»P®ÎS“à¬}*}¼µ!‹G{nuô§`‹Evé쀟ó–i4ƒi§µ-à­øÚ è›¨Ií Ø2@÷""ÿ't-åæ՘›G<‹ý×QEÝ#~eRµ° t,WFbº4:w×R_p2ª…º‚¿©§Œ„Ü¿‡*'Æ|æPY$æQI­¦Ö;v“SÔ8 #ïR9¼£Ô2팜©¹Ú°ÔrJ[Ï!ok%Q d§– -É&am›Y¢½æãD¦ê<=ôd€.Êq˜ ÓþÀºô -êü¯‰ãx$Ê‚”˜Kh•KšÊ!T@ÁpˆÜ  ˜É䘙L’™$$KÅ"u±(¢µµø’ªmu·]¯—¢T¬J[*¢Ýé?ðþåù<_ùVH•é.j\RCÀ7»„Á§èdÔxm ö¡É› Ò|Å`òÒû=˜¼wmùð¼Ã*РÞCYÇ¡ A`ŽðO9Úã×â¿mðä¨2à¶~0ü2pCï±q˜Ð™}w_ë>ðþ°j1×#@ƒf›ÃfÐÖÙøƒû kB -°Â—pÍ¢øý€ ‰ò¼L¦p °Ö8°ñGÀ×ð³ïVÀÛÀôžmšÃs\›îiiI€î¶IWBO2z­µig?UYng¬ß`NË,ˆDLs9âÐVãàþv½(¨ØN\+fÒ6D)¼¢-Ú>Èj7²êzYOú3 œMþ¾Ù3ûÁvÌø]î@Ĭáh~L¨ÞcÓp¨¤tÃGúñ²k4¾^ZþbÅEJh·}]K'…eMô=ÓÆ§ûYI/ #ù‡b¯… I¸¡d}H»/Û0ªë,1ßhg*%´X­±*ÉÅÃ$év="}óÏÚU»ç‰®â„¤u8QšëªÇE üSºƒÎ!žÚ‘ʉ!ö¨JÍÇÂ%¾´xÍíš—-èºj»8FÖD -q`Çî5zkEÞÎÝ!±sLö«ªþFìIõ‹à“˜{ML€«&©¶›Ù‹ž¨›¦íEõt—:„×pbi¸šÑô)8ÈϤåi/ÕÄ%N`sµ:ÁØGuƒ¼ M‘ôhpÚ_ÐyÙÐÍ4!i2+­ -žl4¹œV?l–êT4ð-ùw Jj?Æ•­N Õ@²—hà‰QϦ¨`RÜôÀþP1•°ȦÁêcà+—_UÃòß—ÞT†B7IaˆìÑçò» §Ð-P†` ¢…Îñèðô&h -Þ¦àùê^…Y«vU¼ YT¥Œê¡ìWv-sVT+Ť`„()zä:ÜšÀE<àÑCp BáÞT_‚Ÿ ¨áÇþ"U/<Ã,V¹#¶´ƒJ áP¹ŠS0uúF5Eá@ FÊrøŒ®(þ:¼Z'ŒNWWë8\ƒê[í­ P%ÐBþIÊ m,3KÉ×2iŸ+Ža)Ô hõ^V©S(9òsPä.D}Æ´%¾Dfަªúë¹BÅ¥+⥘҃€˜© -þ-íô§î6µ -Úª¹¼ –©K(°¼Ú›t«[Ö·=­sWƲÈÎÉ™ü0M›9‡fÝÆmøÑS-ÙEþ5i~[áH3N•Küt-’½d“ý£I»:ÔÂîØ;íD¶&’Õ:ž›¶ÎúIÞ4çËP¡ŒE˜£JéÉÍ›Ë$n®¦3åŽÄñ©%l¾ŽO -Às§µíi®9–Õº1ß1BßÒR˜:`ñ.næXš?/ce˜D³ôh#¯ÒÎ-ÜÐ/~îxVß/¹±ä©FS,jLH|hý¬¨,FÙB-Aø‹fC™"4¸9 <‘j¼YéÉò2hÄélBVÝí–ŽÿPó‰ã‚öYÝ}Û`4¦Ñ‰ŠäÂD/ËP9[ðÌì_ñššÎ‰Í!ÿ3VTSØs‰ÈgŸ­¹OÐ߯¸!ú5ÒƒN,M¶ÊCÖ,RXQj›ŸT_T˜ š¾¿ñãÚšfb¦e_ÁOJ{|é•õçé\]Eäۘ¶¥ÑÁÉŠþÐmÁ+åä>@3%þ…io}¤ÀÞèÔÀ{@\•…„ìÆ­²Wì}Yã°ÏM]LLÓyn¯±(0ÓérQ>bç¯öƒFHá<)(ŒKÓÑýÄ((æ™pHîâ­O“KØ ºPùŒÏ%í:HBOÅT÷µgÅœ=à/”žvåª\e )´‘‚/ñHŌމëTÇy‘újj𔎡b§j©ê"Ÿ!ÌN}Šž…¾€ÝÜ·!Óð‡Î ê“êívG”ƒ*&)H!JÜ~NÓõ›¾Nó3wAÇÓü|Rë®ù…½£j&}z5«4ÑóEÌÞ=þs®WÝG>°»¥ôRm#…,RàèQm:ÿ“{Q»ưp¼í¥áã>mh<îE/ABõî2˜¡ÝäܩڄvØÍ+zUBRØQ¦£åií|üÈ\úñPáááiÎヒìc¾áÝ{r3Ê: óÍWüU”ìr¼=­”f¿Ô|±bÅ‚WÖ ’Mþ·iLàwæðù‡?ÎZ eô¼Ý×Êîz—àëÓñGÁFçâ,…6Ké.ï¬3åö&y•”òV÷4šÒ€wÑ'}“»œw¹çB?ät×XA §¶c¢è _ûöJž1Z_‰6xz[Å)Ô­–QqŸýˆAQÛìÖf7èÉ¢žÈÝ£}{ä…(/®«³X’Üñeiǯý†ˆÏú©uºb-#ϺºrÑ3ÀBTݦJ›'$Svø˜TgÓ‡Ñ RPB”¨Ö.³È–û¸ãËò¾Çö{•|ö›ÖwâqÖ¨•UÈ(´äKîz¦6_[N3¾•nqÈÔûÊ46£³@)‘‚wǽª½\ëåÕGƒ¶…Jž±Z k×±ÎZºë2MÍSÒÏ< SdýÂÊÕ†,™Åáœö¶$¹/÷#o±Q¶Ý=Q§ç浡Reðˆu¢¾š}µÅ¶akØ+‹gM-Ÿzž7VÉž/ åGqrä«ò¹ -Źd*ÿG¥>ꈚ­!wM×/²‡U‡¨?ïˆúÑì–mÔvìtKZƒ”È´ï*;FQØ3àlÚÛI(ŸQeÃ'NÙÖÍÏUܳæ„mù‹yËùêÛmË´è­+[¦¼o)“˜>Ï3Ôê¾SF&׺n‹¨ß9Ÿ@¥ô-Î¥É/C>¿S‘cû%˜RÖÛ³_ÅêÖkï„!‚xÔ©–Bn2î¡‚ød^”´µõ0Fyã«€†h|oÚ’L6Ç™ÿB>Р4• -û6Û³+ wÀÕ¯ÃÛ“ù–úãÝÈ?¡Ýƒ¨R,ÜR6—¨á¥dvCSÿîO\Âe=õ~ý©|Ãá?³¹ù³2Û}^µ°æúîkü[÷E’ýz+Q ¬fÛ¶Ò Â®xÙ…Þ¤BBü%],]ë`4Mö/ÇÁ%C‰Šw)XMiz° -J猑ÎR/òÜ´õ Å‚b掲Qp5/_ÜÏ^©’%reïD]‘ÿÐ}&ûg{ ù!Êá¡e’Ú 5"b™(ŠØ,Cås÷s–nàðÖ…„RÑ—+cEÉÕÄ)Jzo^¢.MùuŒ?Ų%…Ø ˜ZÀùŸN߯{Jæ1FÔWÅâÅ›5\­”ûŸ.»9(Ð*7‰Ç•Í#hû5WüU˜LÁ:[%¨Î‘HâÛ¼|ÊÏR2I@wËÆ·*X‹[J®:åŽ\רú -‚æÔ㉙"¯¦r^vƒžÐÚÛ˜¡ð[z1‡”—•:ü„ê.˜´_ý%ÑDUkvÕ 1ò´ŠkDÏý¸«{Éàü ×$Ö¹úcóf4aã5_V}ÈÐÓŒCSŒ«ìãN˜p×ø’0@¾jÊ­Ñ™4Å'™U¦aØ([bú7$ pš—& -sþŸën^àù¶Žm›×7í&9£éƒ½ØŒ_cÀÿDª´¨UP«lœâZÆ[ÌÇʳ>†$±­ƒ‰×ù{¬;¢^¨A–ßÝÇ‘nŸÎ”W¿×{CfGó¼ ÙVìÏj<’0í®AÎPâ\2Ä{Ú#g? `‚³XH-)š7Ù²TªØvºŽT¿o4Ön…µ/•žiL >f=Â4¤¸kø›þ…È=¤™ÖÈkÔ‡>ŒÈÈñB -™R:©šWîj•?Ú?8ŸTé5´ÕzðÒ¸†9ݪIÓÙ‡£â„‡‘8RRh±L‚aé<¿‚gŒ´-O²sÏy:@·•Æ–^gqåɽ·õÓµI»%*¥/Š9ÞÙëÇÅâb{V —1]—-”†Ž6šv¥= ‘1Ö ’Žrë}ôù‘ÊŒ–ó¾O¸e¨xó-ÞHS²\+ÈÀMñBɉW‹PGI²™xÄ2é^ÀœsMöžGO·ÈŒÇ-V]UD` åbOó¾ÛÇž Ý“¾ãœ¢¾b医¸ZA<»¯æ¬ð(—º‰(&òÍ)’<¡Ó×I/Hpq+•+¤öˆM¥t}B‹¡?5X–Hbc¹€‡Làá¥b\£ ¼úk>EÄÙx@X(áeˆÉJÁSâ‹ò»q¹ò!ÅéÈdýUíG3ÉËOÕMRá‚iqý„è ƒÆ|-!aª€téËê.B.ÛɯR|—])œ§ÊŸ¾P—Ç!dõËH¶¾Tï·OâÛåk$¯'Qk”V:†~Fånâ°–ªmU W£*ÒqCZ\Ök>E· -Ü#ؤ»'’Öèk#Çt]Æû6öÝM ¬ç -^‘qúw´ÿQX§oMÆ9•CP°A£Q)<†…‚XP.¹”› äž“ÉL&×drß"÷½ˆÚºŠèªhµè£.[¼±²j½@ݺxUÑR¥ûdu×à÷éýð -ÙÓzey ÒOæäÿÇP’â’ §bN‰þ0†z¡q#¼è¤”büÑ+K3jš±F—ÏZ¹x$ ±JÅ.z·fw±*¬”w—56/†Wk I>,¸gùoŒ²¼!í XÞ.zZ,.¯Í -ˈe1e•ó*®ò¬S%^[íW÷Œ5ÉxQ·ÂaÔväÅ53É<þ‰ †'ÜëxJê8:‚b$Wì£Þîê[‘™TÚ×Êǘ%-HI;ѬaÐ4å•ý²6†çÂܤßä8Þñz÷ªàè¶0ÒˆpÌ©KÖÖæ{oU/´wš -K¿>R,ïVˆRÛ;§˜cÕ=©eNfMÛîÜHNI«²?ð ¹=¦„ÿ¼)ôP¸¢Ñ7h²ßÉñ®ÃÚÏ·kûÊ”Á”Ø]i" rß®:Ó3S–Ä8Õ=‘3Ínë¼ôXÛþ6&ŸŸÕ–Oš´6O]DRëý½¿Ç©öGÖvT[¬š•öUøˆ²C´›¬ay;£²ì©¢…}.g\ÙÌ Þ8í’ÿ²^µOô(Å+àÊom¦d…»)KeÞ/ΨŠÂ -àW @4)±q&€*KJßVo¾''7F)$bö¸4^²Ru¢ÂHÇÚUŒO0b -òÕ*vcúœ& _ÿ½æ'Ádd—¶E´—P¦[+~î·ÅÐ!ùüönØZò¥‹Á}Aæ`êa†ü e52¥$æmGÿ¿h©ï¥T¦uõòÅxo„HAR÷Š×4Fÿ -uº.ؽßoô•Õ ¾À—{A6þÑ -Áê±2:¼JÓ˜û;rZ»9C7h]ë¥]º£y²z–‹ô.ÿoñlcŽG°Á`z&y^F/Á~ÚÈ _ûKAµÆ§¹ œfZ•:¹oâ¦ÑlÓß#¢¥Õf‚C–d†üŸ«$w¹þg‹…¸éö)þ¿x·í—èÁÂp{WéJÑR;%ç=ôÚNH9ïµ½Œ’¬°F„¡I¶+„ÒdÛìvÊy ëéÖ»’^öÝúKü0¯Ï¬Öóoo;X2 ¼åü-§G4ìÌKAÄuGâZ‘5uQ’ÜÚ›„AªmY@ÁˆŽFOÝ+›/2ÍÚÕvg絫rñ†Z¾)Ù*8߬Ê)hR¡ãü89\Ö`˜‡˜êÇ $ç·u,0(÷Ô–ynÔ5ÛbÙÜcáùr*º§«º±®êb¢c('Xø¾=-%@ôgëdM| eàËOðDs+á'É× ìV¦Ôýӯ˶å£z½º4‰oП¯XS-Õ¿§—l1,ddn¾c °»’£ À½¯ÚŒkw×ø‡Du![M2ñÐüßÍ×$sŸ«V}@þPï¦9x«4¥ô‘ªxÍKÖD1QKãžÎ¾®ç;’Êt0;fN÷ º»úŸúÝHtݰ õÉ1}-_þYÐøÀv,Œ}†{] ðinxÿuQ~LÎz­¶C–;5©ð¹æƒäáj‡¶_:ëŠåO“á¶á³ GÊ— -¿ã *h¢—ÔP¥V5 –á¨oñühiŽùT$ǯÁU{ÃO`ƒ‚É[|qm¤W®Õ°=ð¿$|»ÝÄw2g¦šìVŽÏ¨kiœVy4·AeÁŸLíRíªaňkíëpW¤C4쿵—tz­E·ÈòÙó°EògvƒØ¤2yžA3ÖT²8#Ìæí·‰Ù) RÉbGa¦Ìom¼[þ•ÿjU¸â½CuHa›! Án@ûæØãéÈV¨0ÈOäü¨lVZ¦F€Ák—€S¿ßh/ìë9§ª¼ØLø6âÊòA,QÖ>–cŒeä™Z”(kWÍÏaÉûTw’·)."­1—”ߢnag=ì׆c ž‡Á ì1Û -Òâ¬Rø&!œÓÂd%WS™…”ä.Yš]-ã§’íåqäû˜bE(µ$L¨\J%ù+ÿ¦4žíÀ9ê¶-˜M‡°¡Qú蜧H}š1HôRÚ‚ßÄÝö¬QÉ€®+©CúJ÷eŒ…ì‰ncØJùcÝr¿Å…§ZÙ£}Ç^$é?)ªCÖLÊ~5½ðcÉÇM¸§Bñ£É‹ÍVJŒS¬k`´!Ârƒj«ö½Y>E]Í¿ ôh³ÈüC´«5dÃ-ñ£Þç¤ä~sÞš+2fî;%÷l<ç)P,l\Åæ(N5زžM1–b•Ÿ®Ç¬æ™âÓÁLžq8Û!ñ”1,wsÔ[‘ÿ"ä®þmq¨O³~[™tY¸^]Yæ|_‰ÿÞúŽ~kMËlkdÿ§&gåÓõó~É(Ñ5æM'<ÔEYFùj‡Jž‡jéòó>VÚ”ªÎsm|õ2ç[Z]-j㪭ý<[ éŸ˜£[ÔõE™é5ê¶ÒÙ Žjº|s$¬Nªü;x«ÚGçÝ®^Zs„³_½Zø‡ó5µPü§Mº‘YÎþ·ÚøÔ¤_®”<]q(MO>¨š\_HNW/Z7B¾­uv f‰f{ûRâç9µVÚç†Ü°ØK á[fòIöSÕBÈ3E¨Ú;ÆíF<àñB©öÍBF>F9¨7g9 -¡Ó.Vè)ì†mv„pµx¿"÷Î#ÛãnÉ¿ÀŽøwq«áNÂ-ÂU5€Uqƒ›®ºNÆs\‘Pò¢‹BQB[9zvfúàA4ü!k'ðVc‘œÑdÅB‰uøU¨WC¶Â~š&®?Ü­éâ8ªkî¹ø«ÚtÛíÈš›ÌJl“f!ÇxŸ%òò’< -ˆUù­¤5D@a‡-{Q"1uEâ¹&Ûö)?GÅáϳ7…àb¾Ä·É“2Ï`ùbï<Œ[Xì­*þŠŒ±„v¶Å(«¬Ú4Y%ýb®ÉäØAôiîƒ-ß 5‚ÑÐ4¼ Ë_€LÅ1Ó‘®â—Þ~ˆLˆz„ ñeޤ $VÙž‡÷—ß5=[‡çšTĺÀ‡Šnq‚‰’ðA˜+¼àï -¯,}Ïü ú Zコ/–xD@'Ê»IMP‹äO;k( Xnf™È‡ç‹ÚÊûE ‘zð²X’ž,oaßu’ -Ÿ)°Tšæõ_[±Õ# ¢H §Œc º(\Ì8 Mùí¼óƒÒ«âïH7åZà—k¥·¬ŽM(åK|®)­åG½^*ÍQŤb–ôV1¬µ«TÚ‚—Í•<(nAH“€òPXð)ùeè";F~ šö9 Éàztybã¶TÞ‚4Ú]W¬@‚̆ÝðÍy!ú¹¬ˆøR¦Á[ƒsdz|ˆ½T&Æ{}0™ïó‘ÆG= -dg‰¥n¡²=øU»òTŒcn¬`"¼Ahßn~”kﯪµ{üþ¤Ú/} -€}Z¯[À÷ši1ðXsÉ ÜPÇÚSeWcsoùD>/DÝk:²=*l´a–ógÀázáN`CCò¥U+kÆS§iÖÕ¿ó<ÈÕ Y6ŽQU/r,Çõî‚gF“ê<¡ï'¡HŽ -ª÷I¤‡í¨½±‹À¬¸oGõöÝiŒ'UQ먆¬¬2¹ò¿ÍªŒP­ØšÇEÖÆqÄmÑ’OÂ"Ù•-`#×)ôtÕË´çîóê|7WÞÍ2c4ëŸå”Rô‹r‘ÝuP>Ëñ”vº°Ì -Rý*\a|ç–ŸkÒ(²×Àã‡ÚW¦d¥nôÐgçt°~Ôá¹_h»רõZ³‚a²«¦¸hÈñGõHÉU«+]´Öø5¶T:9×äâHcÝG~MˆLç”×ãß©]ŸßÅB5……<†³ú»bªB½¸dü™ -)-sr"~y[»` ’t“pä™Ëü’iš‹…ÿ±Ò˜ûgªcJPVŒªN8JO¼+  *ˆtÑ>r4~£ÜΉ‹»H Ö…¨/PfÒ -O(,ç…Í¿ª~*w¨‚Ê&ü—{Å,–;>U¾žþÏ”„RØ¿¥»ÈyXTîÔŠªGÖ=ˆ‰‚dò -¶Vž^0"@2¼ o—þ‡=†ÛVL2'±\à0}ñ© Z.ßDÖ"O«!žÊ è˜úB›!æ‚°U¬ ¶ÇÖ)—³ÛPƒò)sy î¢w" øŠ#¨”|®„×8/ƒFás6± |Á´l‚9óÂçWQÑ}‡V¡ž«ºÓ©úåDø]¯Óæ¦3Ôn$3¨Õ -OÔñëô•Ф ˆf¢ËÝ¿¨òu[}Mô:L"C8f¥ƒéX‚I]šjÇc“zãöI<“§8ýyS©);G¸ûww§tƱx3»e᫳Â2fשs6æøyZð™¹wx Ô¦õÒ©¢IC_¼MB?âÀéH¢Š£ù)ÂÜô]±iÇR¢¹Kx··9¤õe= âÅò{|ïe iº,nAs  ´pØôTY꬯Új–zbÆ1ÒãËÎ|µ#ãß~‡6[˜ì•ÔÉ»(å‚àóÐâ4¢à Ö[“`… ¨! - .¢" 2.’@HHÙÉ—½÷Þ“$$Œ0PÔ–ºœ­{VQ<±UO=õ¹Š§Ï¹ª`QîúþŠW¿6ƒ}]©_’Ĺ«†D%ˆßkâ@±æxCFã©ò!ÙÙŠµBÌwR˜àOÜ2yµ€Ø¯xZ‰¥L©ÚŠ®ÓšÅYÌjm}êO¬NÝÉùÓ¢íz„0]0}mH(=®ü§#«|·z­‚riÌüwU0í^ -Ò]Aõ“úõ÷‹J¨#†‘,=Ïx(µ‡1f’D¥ ͦû AS¤ugÝÅS”mvË4¨!¾šÑ¼‰Ê)ó r'öE‚ -% [Æ SB­Ô¬Z³õBêºß–ølâRã"Ø)<犳žÜ„tÅ«BÊ~tÅñR¯\a¤—Usœ_µ¸içóBIë¼™ù…ã€Üf„HX˜lãÆÓêS¦¸Dâ3¼l=¥Ïü;´èµØÒ9ŒçÖÙÉ2v¾Õñ^µÅÍ`Çl'¶Ô±X׊w`Ä5¨q‡±°ê¨£µÚŒç:~€Ÿ!½vœ†bh¡ŽÑt8ãx“\ÏJpFG–‹[zP›©Ì9åP—¯½£=ÿµV!:[1^L×¢÷6c¿TŸ÷ÆÃD…gt)e¯gS:Hp¿K>Ã\ê¾¹S4æÖƒ>ûj¾·oß8ÐD×|(ý¨-@ä7öï*i ßcû°”úAx6Rw šDvû_§+h‘þÌ”y ¼ïèü¢ÕµKCF°'Ì6^8½å©½Ißî6–Ýk‹|¨ˆÖ.,¡jUË -x4>¾é4…Ô0¥wPs©)xú¾Å|œ°ßÏi5t{.Ú°‡{KÕ×Jò¶ ãáû¶™ß:‹°‰˜u[p° \A› šJ¼Þz!ý¥®¥<¥™¾¤I7¿S˜Q¿:äª!ß3îªçL †uŸy¯:%&òûðGèýÂrö„è@‚ H4¬yyWe«¸ÖU©òá¿>`Qôˆ‹Â,ºFiٌϦšâ8D?GHÓR˜;È -á[¶Ÿvàq]Œ'UûøNö·ÒkB%?2/N,þwå.i´$•eË~ -ëÖŒ+ü3Ùöý:ží e.¡¾BC1'ôN3­€9ÍOÁæP„;6Mòz%ós5‚[2`eº¨S¡Oœ)Y Z6¤Ö©ÏÏÌ2nPDYŸY^ÛÿgLGöÚVÉžcÙdIµÏv˜´ŸðÈöu‚²À¾¾x°ÊnÈ~Èø·ý „Ïz똘ÎKvPÃGäÎÙÁ*K¦sÌPŠÀyšd‘¨Iœ=XÕìž&ÅâÁîã(Ií6S©ûÝùÙCô7"gî¬ù#‘Ç]V3 N•yjFƒo›7×ô½e £R 2¶!ˆ¾]Ï$î¬ÖÖu#?¦üÿ*^M¡ú3³8_¤™Ñâ‹O<Ä!Ô>›¤/¼hP’y®û„n6Ð*ù áneíª¬né"°±ÍDä þç¦ÅsÉ¡Ùh¤Fä0ýhÚÄ÷ìõø‚”ác˜¦^÷'­”ѽBB-ÏïB³ŠP ;Ü„)ÌíWNÜ©¶åß’(­ÝÙ¨-k!7€oÍóþ¶œ½<þ&ùX7Ôn*õ,4žÉz%àª_Ø=Òü^†I6"5ò6`åF°âóæº_T9Ü´åGÔÊÿsXßoM -Çʨ@ƒFïM1 -¨ %P²‘²wÎÉÉ9™'{l‚àÖÖ=n•Z±¶Ö -ŸÒZ΍8n¹jÅ¢xÝ\g½¥ÿÀç§÷}ž/˜N0£NèXäeÓ0BŸh´Âp]òºî*lbN’e©œzÔÍW—Â,QÓò‡Ò‹§*Ý2erŽê<™ÀÑä+æábŒª¶ "g³!L#@¸rH„ -ù½H4TGDR¸”*«Ç>]&_ e ðKäë¤k -Py…P *VoÀ•致½ADZAÓZ´•£––C ¼.ÆûB±h3ÅU0o¥PêWTåúÁ}ªÅéw¡êwI^8Q»“°P@_àŒºMú±`<–fÐ’ÏËàvƒ²”ÛÎëzjsŸk²JЧhwå¼’ŠÐ÷é~Ó—%q 8ƒƒP ?7:p}¨Á\ìshmÏ5!ôP]ð”q]÷„3ÀÞ£Zåç± gKfÞ;sÖŠ¦ÏÒ«¤_šmI\°ØRGÈ[­ø¨­Ùv,ø½}Ÿã•êI­Üºˆ¢k­Î&bªáÐlË‹?ãm_æP„=öé œ½-‰'ípL%ôB<Ǻ(¿f7¶7°=wW…×ÌuS¥E´Uî6\¯u ×,ÌõS1…«q}C}!ÈvMíqu%!–ë.áO™À=?jH=êÎé¶ñÜ)Êšªô@šdï*kãVÖº¯Ck‚7TEOØÏü¨ý¼û~Û¢7B?1©I\ì{:³\닞«®öB#­Ãž)Š3ÛæJªÿÛÃBiÙ-ª;ëõÍÏŠN±Ž4O¢~Åí_²è}“>é ‘<ðx¦x˜-U]òëB‹­&O–‚^¾bsøÛªƒ«Y„ÚõG«uôÊuä¢Væþ¶KÔ œÛ­[½äXÓ˜Ô%<Ùrbf¬îŽÞªR4¼5Y=LÕQu\å'Rªú]Í(ë¶ærÝþêví:¦°(µs'g+u:Á–´³z—øöœlƒ ¸Š×ßB™á˜- -9>±jݸbÆêÚÅ{Ÿ?0Qe{¸ªDµ€YøP ˆ–AšÒä´hí ðé::*oÅõ=á,:ÕIçs“E3dýü=ŒX¹X4¯?‘tÜSÁ¢¥ë• ÞTš…I§²oCïªC#f˜£Ðè Á\&ï—Id‚çR - ¬ŸþC&®X({%×彈>ë¢S©!Jœº˜T®*Լ»þªgfD½ñWCJP²³Çš5ð‡áÿ¾(ZLÏ’d(½åP¥ŽÉwȪ5ë³ìòÅhTÊwðŽ´T‘¦ïÅSo3 E|e8bvmr†ÚSe{9#Z?–ÏBùu&á÷:fÙ9I˜Ê2 º,²,ÏèHÙ(2ùIå0Í싟¤"[€Èô¶ÃÁX>6 ÜÉb˜sxùœ—æ´A¾ÇWV$|mÙ›÷¹¤ÆšE<Ö‹)z™Øf&±¡öùñåŠ1ûÍHD7„Á°c›óð #çXÿÁnÑ -¸ØÒk"ö(o¥h»3†Ò.w榈€gÎ’F&rþ߆Œ¸Èït³]ç‚»SÝ8é:âßÁc~ì_X{–}Î×[êåi}¢¼©ÂxßLJƒx‡÷÷®ô´÷©¤yïÄ_Fâ½opAh“g,d²}‹›'UÓZò8ªú Í‚Z1«vµ¯4ÚÔ±ü6ÿ—¦I…È@SØ’Ó0R;`m¼4} -¬lÇQÑi¾c5í·Oò¡–¶¾ƒ£ç¯cÖÆ0gµ½-ű‡Z;—wñN®ù…!\ÓÒÂ?l !uKÏ7#Ó©ò‘&Ön †(m÷Ýû~ƒ¢RÊex°êŸµf£ îâÊûÆ>&¶|’IÊÅgŽšg 6Ï¿c~&¾BµÜNÅœ·mƒÈ“7`s­‹2tIµaunv‡ö:cÇ* -z€ÝSÒ©Óòîç¾Ðó„¯3£ 4É›ù¥ÆZðmhe7¸]ºâäÑI¨&¸Bßœ‘†üiè$/P:Œ7ˆ j—i<özÕ‚ O3ýd{4ÛycðBƒ±’>"FMA• ¤zÓñK@›¤~ !–„ôð§–[äéÈEëa¢[mkˆ×n·£á>ã†9œ©Î ¼|޽^ „ì*ÚŘ#§ðªt¯Ã‘}<áHÿ:Œ‘ÉS`¶›¸9íÌŒËÕlv>¿h\âÚ4€p­æEq×yIuü}^\Å2a¯g¬°YüÔs&ûì9š~DVâé ÇÈã=Wˆ?ÂíÞÄ8¯ºÇK‰À¶{Zƒ§a×·ÜöÝ&[]øPþ› $`)¬9G²Ý’ÁFSú6ИHއÂÞïÉû£âzÔ±þñˆJÃl_Zp±ã¦ë7î',nÛ)Úœï[O–ÿŸÆ:ÿkâLà8ÎérŸ 5‰lÀà6r®€r—K È¡ŠÁ@È}MŽ™ÉÌd&“ƒp¸J]ÏÕzðѺRª­U*RD_U·¢¢¶Åû¥ª¬Ѳ/ƒû¼y>Ï÷y:Öú¬?žZ_Ò>ÖÀ;Ñ6ßÎk«fÎD¶>™Ío]ðBnµE¸!š“ÄÀ6o×ÜDY¬b-*c,{ƒVUžË Dk«eìQ´sõtl5æÇ•‡¿À¾äuRl”y·âƒÂ"ç1â¡ ³7Y¹Z -þR™RÞ V•=‚újeÙ¾p@ݶ”ÿÂ]õcºõ¥ Ã1ijÉ@á#¿ˆ<½O`[$Û]Xx©r“½Iv-K}²vªl§¬ÛRøJ›XŸœ• â]Kaë.òE1Ÿ€½‚—ááÐz1—²æJ7{?@Éo¹àظºóƒ P ŒZgYq\Ei8U¸ðçOf¶¨)ÂäCšOÅK£¿Ö&HËãº9‡’*øxÀþ.§Ñƒºýö&×TÍHŸ JïÊD#›9’Ío•¤¬$9]uR>-ž+»g5n@&e…fF}܇)´2W -Ò -·~°ÓU^âÅrVi¨Ä Ø–?#SNf4Ës€ô¤ÇнjKt¢rBs‘1ÐtÁ\ Vúô€nÐ-WT߆Æ|pßU‚a´„%jËòqŸ.>ƒ!Í=“öÊNϢݑÐuÆ ¥¾HÙ¯Ú¥¿ìóJ{e»^‚û Êá°ò0ÿßú­œ)A â•ï!@ðô+b>ò"I$uAQOeè ã{ùC¬‡rIYlPúfh.ãØ<*4Mü_h¸AtrÔü&âZ^WÓ,1þ¹°×è–”#–c£Æ¤!F1ãGÙ&ãyÊŒ‚EÖøšÕïHbÞh-™æÀ¿$Vî屬ý¯†Ÿ­íyå|£µ,}­ ÙêœÄùX®G]ßµœeŒJu–{Ôpy±5Ôw@]lq›· ¼kúÎA€Wy•+ëûÛ‡ŠOñÌíÞy>ùmuéIM­G’<Ï[ÙQgD·[0nIþÑr†š+ûgK¼ïs`°ÙoÞ)1op؈{¼JS6G¼ü'ò÷2ÇÜrcåŽ%ddu*ëI[=°ø*™Æ -u#·òjƒ¢Må|¦GŸ‰+ÜéTk*“ãö×ÿÛò+†‡g–7L®º‘sÔ0Uó.Íl¯‹f¹à!õ9‹Ëq]ÃgôAüiÓ‚ b«°Çã¥1YrÛé¨ñ¸ÊÞƒ^Yvq©M(ú Y²æ^ö;å¶§^GFxIñZ´ ñ*ó)zE ¢·b<Ñý Dƒ‡4Ì3/Vø;»+4ö¥}µ¢´Ôë‹ÂÀ'¼sÙ Pß/•M ŠãÝàÝ"³S_*ÙOêßËŽe"Š-žuØ. ÅyþW°ÎÞ$§ôMqÓÑB¡æ©ð_Y×µ;Ä0{L× ]wdɃ˜JÈQqƒÎ…†U‚„ð5óõךœwc“ðìÁ°©dDµ]º­ àÊfU©{ؘ&Lå§Ñú ³LûV}Ÿ.Ö]Жõ€×t‡½æé{¡ß\ÐITd¯ú‡’< °,QÎWoÏ|¬òÑt±£í¸ u„îfŠ&å©2KÏ R‰æß2J7©q´/8Hó;ìµ2à ——(ù(¤I² ‹òË¥y†]™q²jÜ)å[¹/V ã}ÌP•3Á¤o¨Äpp±ú¼ñs¯q°ÛøØå¦~ÈøÇœP<*ê4Íæ½3Ó2Æ%×Ì)m2sxì}y­9ù7Å1³‚~XùÌ|)Æ,4ï…º)s–k€>ÇTùQèfµŒæ}-·3‰7·¸¦ˆ$Ã¶ÞØË²x›‘I“÷Øú€bÚÖ¼ 4Ox—ë„ÖP×tø†©mNXö¶UÂiÌÝØÒYæ»ÔÇ6^Ù—Ø`K­Î‹ZÙ<¾z0ܽy„N½Ñüž·ÜoÄVÌs[`=.;ÌZLŠóö¥(zceWHs,C«º—Ô[ªjÆ.˜ßÔý%òŽùn=1`žlX@=m‰â¿ò{i w» ÌÍÒŽµ¦GsÿÄTø†ÄjÈì?Ɉ5ëÒþcœâF&䟬û5"Ý Fæ -B¨_‘í¢}þþä%©«Ûr‹bÐñ‰jÚ—öQÁ,ÈmËÎ5<áy§eÆu¬œÖÔIÇÂwŒ"|H’LÝGPeµþ±„Y!p»OÜ~vœ0.…âìM†$#ÏøÚ¬ndZ°+õ,ºHÔÃP«¤%âúZ&bDc -E!µUQü…p×=/×9å½ýfáÅù-p„$0+KÇSá!ùVŒ>]I8¡¿ ÚÏX„Ô©©WsšÓþß¡»t5î[°°À© ÿœ;‹|?Ýòhæ1ðS€–ê îQ ãÿ€5#¶A·´?0è°M÷ž:ÏBËýg/ø¨ût]íôÚføbNÈûBó•®(s•–®dkBEñ§u8$‚ýàFxMÿ;-ªCfráÃØ4¤÷vÎÂ0¢à£°˜@Îg¼VW¡]lBý+¶6~§Æˆ=Š´µ‚­KÃchºÛ„kÀz&Þ{´èÇŒÎ&ô¦ñÇ9ᳪ2ãÚŒ.Õ qœ]’•ñð’Ü!Tß!_2Øš1S­Q»Íìp„Ì,Ÿôa¦>ç~´Š´~Ö)nZŸdð”|ëÿØ,ï &³-€§A¤’ÐB "PwWl( ,Uz 5žïK%!DYEŠ…]EDVP©ŠOt ®¬mQqAX×òxÀÌ›7óÎÜ;sîýã÷Ç9¿¹÷|ô1Ëù*ùFJÌ=#EöS¤¶khíÒ ažJÚ¼ -Ao”ôj¡˜Jqò%{Zpr™à?^æ²ÓlÝÕTÐcOVIGˆÒ9®øz¸9ð{1!R…³SÞyk\©Œ7Ðþ¢(IÕ&d§Òca0)>wó’“ðM ÅV{ùV+öùyÂÎ?JœÑEŒ¨V ¹H3öÎ\~;~Èøù¤Fõ²C©Ô]¥™™ÌI<œ§³ä$m“³¼ ¼Á%+üÙCU8SíÔ\˜Ð -íÕpj…˜ä³Æ· -‘i:TÉç 7u†8/ç Œ-ÚO¯_zi¯lÜ,ÅÆä¯Ý+‰‰³óÐ'œuú^|,¸ˆ%©¡–Sbqz½ñ1”ñL§Ft!›¯Þ&¼¼8½t -ÓKVo¨~N4òÒ’î BóÔ'„•~@ u3j,'…öY‡Œ„¶9 -)Áqês´®ÀŽ~n -ͳ—¬þsƒä––ïÃ')r÷ð|fqlÊ6²ý¼“sÕò#„¤fš!x ëŽÐÑyàuæ4œþÅÕ_îÅú^OÖ#¯&rwá)©ÚÄ6ÞAZŒí o,¯ §Á·¦[šdðm -ŽèªøþÌrô¿œS¿ ñºVYœ–< òSNy>Ÿô™£¤wpê -zm§9 Œ1žÁ\09ÅMaoÔä>ájjXód|ÂnY!è³^1£ÉGX—YU¤aV»Ž(bõp²mß±¸›qÙõ<'“×ìü½uœã KƒÅ­…a¼¨b™àw‰¹‰×LŽf®â#f¢A -1— @(ÛÌè.’å$ˆ0µc¥ýôdìJa¢Fç©ÐQÊ ŽBZÁUá{²cÁ$+h½&ÆŒˆ÷ÙÎ1ÂĽ8*cA²Ï4”¹S"ӻɺ&nÇ 8[E7׸mÐÄ2ÁÇçˆÍ±{¡𠠧ÀªÎ0\™¦Â½ªÈT7í>ð &Qߥ|>® ©R“µ#Š` -cÑjmZÒ’ÕŸÈæU»ö’**ByN†,ÂGî²Qh<ªÌ*Ö‹.•Å{èKTmIÛ1•éi!(G¹AÖâO!Aæ,9¹ËûpyqX)¥Ì0âqP5ÝT—<ØÏÆÃK𠱄⪤ô{•ƒ©ƒš€¼?£Å(4Ì]¬¡[0³ä$Ûë¹Ê8z½[ñ“Ø9br,^lWê$.àî)˜)ÉØ5 -LÚ¨þó"rFˆfL!”=‚ê”ìÉ[$ˆ¶1G—œzå+fâ+Ý(Eï’tˆè"ƒ”HÀFž–ƒ”MS”Ø ²ÊÌfƒ5…}Ù¯4ÏK¨4+53Ñ•‚:RØÄV.WÒËU’Òãæ'KN{Kx[XEyXJg2;q“ÒÙeXº487Ë€-QÒr´LEutªš@ÆJÅ ê¹áËÏy飌q7c)6«‘ð@’” `Å7s§p³b-[/þ1cÐ':J¿«•-Ä2ϨMì9½°V¨—7¹Bè«r»~½£ezDÁy#a'Ý* -èØûB:㮡©`˜EÑ„Z9/ÔÉoö‚ƒþ+„2!~Ûõ¶àcá¼ „yЇúXñ8è${ÄL:ÊùjH…°¼tm"Ղ޾ WŒòl€ŠØ/] #®%¡¬âùÚ >ß Oâñf›@ä`ØÍ¯8h+ùa‚ÓêÓü8Á â@¨Â;þ48ë:Î/‡:|‚@hò„éx^­ˆl–Ê»$6X…äqÄÚc<–¨íÆëyÃ/ð# `™ƒ}ûöß™œç¾xC!µ`08ìãÿœb1ƒ· äÈtTšŸº3ÚJÃÂ|Ô|©5®= sE·Iï¨~‰À¾*Ý(Ö8Ô$ÐÔK6#šë™ÏZŒ¯î²<+ų­’­ƒmÖ¸ÛÚX;{¤ý'‡ÇW„Iâ§ç—6×F·jR‘;Ã#Ás‡—··CžõyºvÈ÷ʺ&¿ãë+6(7J7þ¬€üÍÔ-¹[s¿£~Ÿÿk?P²]¹£rçñ]§v7µîißÛÜr7ôѾa¿D`"£¬£cÍŸ[8ð7óSÜ?Ÿ½¿_M¾iþÇX\ŽFZ#çP#jÍêJt¦Æ QSKóÖ€v£ŽB7K/HßÝÀÄàoÃÇ«®5«L -L£°fÚfSæ‡Vç[îÁ¹âuðÓVCÖ-6¥k¨¶!€·¹Ý7û)‡!Ç‹„Z¢Ò‰íLq‰rÝíF&Y¹k¹Ï{<÷õêò¾@®ó©\+óåþ$Û÷;rH?<@0A%BCD -EEþFúGöHôIìJáKØLÐMÉNÃO¾P»Q¸R·S·T¸U»V¿WÀX¿Y¿ZÀ[Ã\Ç]Ì^Ó_Û`äaïbûdef%g0hždŸŠ ²¡Û£¤/¥Z¦…§²¨ßª «;¬i­˜®Ç¯ô±²0³N´lµ‹¶ª·É¸éº -»,¼O½s¾˜¿¿ÀèÂÃ>ÄlÅ›ÆËÇöÉÊHËqÌ™ÍÁÎéÐÑ4ÒWÓxÔ˜Õ·ÖÔ×ïÙÚ Û5ÜIÝ[Þlßzà†á‘âãyä`åFæ+ççñèÓé³ê“ëqìOí,î îäïÀð›ñuòOó)ôôÝõ·ö’÷løFù!ùûúÖû±üŒýgþDÿ!ÿÿµl%ã¥m8Кc , ö -À Š V # ò”g;溌^0Õ¨{N"õÉqE  î!Ä"š#p$G%%ø&Ò'­(Š)j*L+/,,ù-ß.Ç/°0š1„2p3\4J586(788ú9ì:ß;Ó<È=½>´?«@ŸAŽB~CoDaETFGGx?R@,AAàB»C–DqEMF)GGâH¿IJ|K[L;MMþNàOÄP¨QŽRuS\TEU0VWWõXäYÓZÄ[µ\§]š^_‚`valbacXdNeEf÷¢ùúdûÅý(þÿÿÿ€€éó€€Ô怀¿Ø€€+ªË€€:•¾€€J€±€€Xk£€€eV–€€tA‰÷€€,|〟ü¹~׉¼ç¨~ˈҦ~ч½¾~󆧨â …ø” …[56„Äj_M„.Ubƒ@Îp‚á, w‚$ú”}ß“€å…}á‘LÐ’}ë=»Ë~e§~#‹è’z~HŠ}×~t‰Ai8~¢‡÷T¤~͆¡@'~õ…2+΃•ø‘|×Bã‰|èš"Î¥|ü—/¹÷}”†¥s}F’2‘}|ú|“}½Üh,~‹ÆSÒ~F‰¡?’~…‡p+…~¾„ðö¦|§ á±|0£Ìá|IŸN¸K|g›Ï£í|˜£©|Ý•Ž{m}+’šg=}€¯S}ÒŒ¶?!~‰»+l~a†Wõ{›°àà{·¬ËP{Ó§l¶Î{’|'ŸŽw|k›*zj|¿—_fo}“œRŒ}qÊ>Ó}ÂŒ+{~‡¼óž{Jº·Þ²{YµÉõ{j¯”µ„{ƒªh¡e{¿¥Šn| ¹yŠ|aœe½|Á—lR}’¼>‘}rŽ"+ˆ}²ˆþòD{ÄÝa{¾ȯ{·Î´N{0±Ë K{l¬Œv{´¦_x½|  Ðe!|k›HQ¤|È•°>Y}%1+“}mŠðüzçÎhÜzåÇ8ÇtzèÀ)³!zö¹UŸ9{.²Å‹‡{q¬6wþ{À¥¿d˜|ŸEQP|m˜µ>-|Ú’4+œ}3‹ïäzÓØBÛ zÇÐ[ÆgzÂȉ²zÉÀâžNzü¹vŠº{;²w[{ª–d&{É£Q |›> |š”+¤}‹ðïzÍâÚ*z³Ù|Åz¢Ðá±Nz¤ Ô‰CÌùp–u>»¹í#%4cÜV5)ìöjjJìö:‘6’.Íô;¾¿s~¿¹§™jj2Õ¨éV¦CEŽJ‡šV‡+Ç«Øð,o]ï½Ïñi 6(S{.ËÌ}_gHú]äW¹æð-‘´°ô—ÑP¯Ä‘Ú¬Õ%âAiþÅM»>ÔNþ˜Ö{ë+qú¦öü&’¿çCUro¬ž–*ÄøpH¤hƒ«„ ™°m7:†üÈËBO"ØxQOi -ña²àæ;|qÛâ„Õ7¦bÿÀ³¥×A'¾)åˆÇ:8€%Xܯ¡èulêÖ4 -à¼}èD0áÕ¼[ùé~->IápcöOYdõ1ÐËöæ€XFÊ‚™’Ðä h3ýSÄB4rüEŠº’·:"¯ñë<;$;:‚¯×¯ékÃ"2 wP™þö\%°Uç¼Ð:%#yƒ”+“hÔAZqØgºwu" ôˆ{‚“ã«^!xÃH_mýÜ0ξJ»œÊʹ(ž%Ïî@—éªh3Ò­yžx -1¨¶ò@äº]ë!ûÄ]€,‘¬\õ~HÎÿ×JÐ_ö©‡?› ¯L@ M)åùèL£D"%9)€„ey%ˆ‘ Úöƒò:h§~!¿ï> n`÷¬úN¢N<ÏÙµ÷£/ª<›ËP·2Ÿ²Cˆ±Ï -C< -¦8ü1W{ªîÔ{‡÷ÃÝ7;7Ã*U™[+) ãM…miÓ³m ©¹­« -ºðêR2bá•:#~ÚÌ]ðËb/B › ->Ç?Ss{Ã=á°¬jÿxkzš›^¨ØÃ[uIêŸN·ì;3Ñ”«¹=ª&^É<仚î o¸¤Ò‚WÂÁÅñxM<¬ži€ýOC/2¸ECm*wž¤dJ‡'çni‡Ý}gÓOÙ²¦x1›X{„2åM+HÊðI½‚Pëó¼4#ôx06šî‡¹ªfûV r]ƒ¶2&n2FÙ߯dæV n†ÓÙå†;Ê£xfþ¿I;“Q5›Xm„à`\sì˜c2EAVð ]î+<¥Šÿ =.Íಈ„öûÝKò¼qíytHõüKò?çdy]D{irn-< %c¯ó4±VlsNg0™6´O³ßŽ.‘'p ˆ“dwßIs‹mËSzó¥µÕWÈÖzWc ¡®(¦ãéeÚ4VT8k^äíÔ¨xÓD͉î’Iý Ô"ÉÇLÅ‹]–öØc?fÆlºæj¦j§5[•cê/ -ùŸÊ¯¾Ì]1GjÖËNˆþÆðØgGÓW™Ãû,T$=ì]EN£:÷àuİ£óÂwvèÕÇ E—•Áú{å‹ä±™6ÙCÒóÚ¦åhfŸþ()VÞúLûÈuû&’o¥¡Þ›‰,f¹³RãŽÏ@7¡¹ËW}(\ÖôNñ:__zQ>ùÌ -}–Ô3û¦ä;/ÀeŽ3ª ßÞ†TgšMü‡ìÍN2_‹6Ç=^9•üAðÕD‚”Uѵ­å,¸–S  ׂT]DA°`AT‚ˆT%¡L’é3™Lf2i$! ˆ œÒDÐç -‚¸žb{Š}êîzêý_Ú³÷![JR? ×&­ Z;¼±A¶†…ýßHîQaná@(Úß{.êYÝäOÅwL/ó Wµ q‘xTþÚÏåd±ˆ“ý `Tk Û -î18mL–~ážú÷H Šn·x`,Föì§õ}/é˜k?Ù¢É¥Žª<ܧå8…¦d~€G«%ý IÊÄ==Š'o\*½ªùæ_!9¡œá&(ìÇ=zçNåæ4Õ脹÷ÊùêQ šQyˆ,ð\e¿Ø;û’B*LþM¾//eG9ž?~£?¶&¿Ê¯ -8Èó‚ø…QWeHº. hU’61÷ø‹›Éf¥`§Ò@²TÔ' @@ÙqñË€pƒ =¤ûå­€„ ÚóWTz ö¥á€æ6Ú_º€óBêØ6¦¶Ë´ºŸ‰PÈ=)žŒOÇ-Ãe×7ðPÏo-&%x[A/É·.'ÝcåºOšÒò‘Ž( ˆ¿!ׇ#ûð¿µ9KÐMì?¼›!«¼×µMÚZj6™wuß1gªÚî+m:÷‹ÒÜóz ë óŸê£GÓ Ë·ÅÇËY<"Ex‡þûúQt†ê· J¡¹JQŒw®û¬C®§y}yy®]Y[BˆÉ÷‹ð¬‹†MâGpm¯¸=>„KÈ;9–qÈw ø‹ªÍåù‰0\u^¦>¬>P5P™Þ—±4d},..^Zø)óQQiá»ä›ZïÂo»­ªkÀœH™ -¬ 0Q‹€“ž·‰ñ@µs4rSâtvse<:Ñø®l²PÁY½àÕ’µ&JÈœ^4lM^ 1ƒ>»Q…Êê#fÒ/d!±r­ôŽçE¼@*vNC‚¤kªVT4*ÖîÙHyÅX’ÄGð–Œ0ýL&8®ùìÊc;ˆð2: ö ˜&w†Ü<-øxÐÓƒÛeÁ• +©3‹úlŽªX9c™Å¬*² -Éöd1zàÜû“íÍF™þzi‰þi0×kÝ - £—sÊ®S²“’&©ùôù‰Ì0µgó'Ç®S‘«±zOæˆ8‚Š¡-ö1v Ôª{XºÏ²“è5'š&ä·ìúá—ÿ'ðP% À»ËÖZݵ»a¨ìh~¤Ffe£Ï-©Ä:KŽ¢"DˆÁ¼1oÞ{óæ|sŸæ6ÆŒkÜÑ—2¥’îV}ÕJßn´û­Ú-k¿ÿ_¶Gbʼ 6ÆOñ+±¶ˆ*îÎ¥½™Ìq¦Ý‹‰ˆOît7hgݧúLKŸô`z‚¾Õàô3•3ÊtõßAÒ7ʘŒ"²´)>‡¿]ôU„ç–¿×›YÆ~äECˆhš{,Ø}4~¨O° IÞÖ6å1~W2ÏU.Wâgó ¤zí† w‘—r4î)6.Â/sª…>þ³Lwî¤W üŒÙæ^¦Â:ã†ú°ž9É—ú:Ô- È$Åß ösÒ\ãtPø«æNÜ1Œ­¸~’Cø_EŸb#^§a>ë…»\ƒì6œ¨ßy5Uœ ÿµ×ˆœTw<­à)5>‡“îkN_*ì0`GÿÄâk…;³çe[üe¨ZïuNdO¸7Ð"&ݵ¶¿ÊAá|ówåÃpL¹âÛòÞ:Ç -V^†ö!ÙåD¨ÊL:ºI†T–‡-¯ -üÞ˯^O8Ân§,tý‰ñ -p×6µmÎæ›reÐYóMÊÕòEÆŠ%wH‹§ØÒ®¨Sì±&ée6´Nxð&MòÆ€ „0öÀŽs`øR#4×l'á2Á®Æ¨ŒÞn^Mç\Œ34ƒö\¼HóWæÒ†cý¥ ´ÌÐ8a8m%ÉÆ ­é#°(5¸ˆ¼&^}¥µó?¤q%« |^_ÂÜS&5¬c¼8KSÏ"Cǯá#×% áÐ%‚ô{$:wœ"Y @'\,²–UûŸÖ­¢ÅØI+ÀŸW˜fy/J깜Ù3ÕÅì¨ã›YÌÎ#q’$tkH« ’¹‘°#a³Œ®ÆÁp%XëØÒ­èäq¬_˾ ‘Llq~ézývÁû3^꥘íC>Ãe~)~ÍÎ -Éà?bî#íâŒ2ÜûÑiØ7 -½¤T~-uñ\»Å®ÞPC3“%yºéÓòZ½hþØWr† ð0 ®âU‡láŸg÷“œ8YLGBZ†”»9@Çésʤ–CõÿåÌYxÆmÔºwÚì ݺrUOÎ\íAù¡TDN8¼Iì,ó×ò‚ü~á,býFˆAWÜüéÓP³¢¸eW3ÀùÖrÚüR×eZ]<­óÕÝÌ WÍÕ¦¼—Ý•ÛiDýâÑ`ÖÁ¿í×Ï6p¢­èG·,:Ž–··lì a'["[)ÀŽ:ŽÕZü½ö³ÉžmTué]Rrd´ZÊ!?QìipvJDôS²ãyB$#“åàуáQ¹kóüe7Ö¿-^]µN]žmc‘Q{ËÊÏvWQLÉÉBµïc^м•šàÅØ6Iœ…½ž¿žÎpgM»iéK?Éæ¾ûÐ=9`Un뢊ñÂËg²ÏÉ$žÜ•´K—V™pð •¾jùþåÒ™ªk¾…ÁÕ<|?w˜’íbfú§Ä©½›Fi‡ È«ìi vúXö˲&êòe‰#Z3ðMt›ò "hX €¾x¸¿ÆÝHur™@j©ˆ{)NGÆÚoAe•ÞÍ4ºªÀÚÀŸde¯ƒÑ‰YZÚ£è e"„JÌ´¾üùš7x;çbÚuãYMðIžý ù®À:A4M¢ -¶™cÔe¾7îFø óš -X½Z1 -™ƒŽJpôaâ;þð-þ6{\çJdDÓŽ -÷ö¬a MÁ'UL7¥ðÂó¹æ,NnfžÁȺÀUÏ0£ô*B7ƒ¾K8âì-ô -ÿ‚L§ºžGA_ÖÉCãm’ÉŠÆ×¢âs¿×O 3~6lã½MÀ©s8äÈûX£?‹× ×‰X2‚Ÿc BÏ]û‘UtGþÝ¡ò·ÙU´ò–ÆJ9íÜ™úJ –‘¯o>ÿ±¿öþþ.ò®)°C¤d¯%¶ñÞ °ç:V² ·¦ÒíüƒÝuMt‰ л•ohÜ®–ä=®ß¢Ü˜þ^HúàÇäZHT5&{ʯ -¤‹|¸‰D=¯œà¹9ÆÀÀ_B˜´ë¾õ.øÆR?vñ´uÂp=oiHÓ‘ž¡›V¾ŠŸ¬u•¹GUÉ΋2ã„70=‘Ï[Çžñ$2óÐø³šã½íRÚ>‚Á6Ǧ¢²»Vù§\ƒ‰lô;ñZ§ÐÜŠ¯V +K¢vË6I·z ƒD·[æÈÜÌüƒ’áBÞÁ®œGZOëó¶7eñÖ¢&[®)È\|¢J—d(Œ'¨ªÕ”ÈÒÛrvà!^¤!–qKy×=#Ðû¬•¸èkøsbh'9”rãòsrYñƒ®[äÖÓklÛÈñ­–Ê‚Ø4©jY8I{¿Ê®¼PáÓ,YMÙâ‘ PÆœE¬B@ÏÌÜJ=G‰èûLu,ŽëZôæ[ê1?Ë+ 4Ö©® ‡}Ö®ZœÝÀŒFOÝáQ‚-¦¦81­Tzw –Ußés…ZŠf;½éã9Ñ-rúÊÔI‹7xñˆÝ8.Ôœ¡Y÷~R8Ѳ}" ÍÅá%ÕŒ¸,Gÿ©AÑóW•ìþêÂÞ"VD‘¬D_dÏ5ÿÉ৪xå×è CaBõ=H¿÷‰¼‚~Óm?xH¹ ³ =EKEWõÿOÐT½ðÒv¹ß>Å}œ-jNá¬H0ÿÿøôsQI¥Œ‹÷Fa 7ŠŠ;¼šà‰&1…•{‡Å'¸"†kzŠÁ…,ŠŠÁhšV~}»H—ür§µ[•¤g¯Ç“R[ãª[‘=Pú¤î>F*ŸšM; šE‹c1‰”߉'処ъ…óŠÁ ~ ºØ,r7´âšMf·¯G—x[Œ©×”àP¶¤f’]EûŸæ;‰™Àw1”X‹( -Žóˆ¿ ‰ˆ† ‰®À¬¥Á}˜ºv¢WqÄ´užñfK®Ò›—[0©\˜{Pp£ç•tEÍž”’w;s™D1’“ÝŒ–(,Žx‰Ã Y‰‡5‰3ÀY«h}º§‰qF´£¤eÓ®bŸÀZ̨çœP$£n˜“Ež• ;`˜Î‘‹1š“lŽ(IŽ Š¸ Žˆ¨‡µˆžÀ°ì|œ¹Î¬”pسÁ¨.ej®£¾Zs¨‚Ÿ•OᣛƒEs´—s;P˜j“h1¢“ m(b±‹‹ ¸ˆUˆˆ¿½¶>|+¹‹±^p³~¬ne­·§qZ,¨1¢¾O¬¢²ž(EQa™’;C˜•1¨’¿Ž(uiŒ9 Úˆˆs¼ÍZ~v0Æå}ÎjñÀr}±`º -}ÙUš³Ì~BKg­~ÌAT§di7…¡6€.šú€´%”¾B“Ž™ádÌfƒØuÝÅöƒ -j¦¿ˆ‚l_Þ¹&‚U`²íþK5¬µ‚A0¦‚.7u e‚g.&š*‚˜%;“×É‚Î9Ë‚‰ƒu°Åˆ;jx¾‡#_³¸T†QU:²&…¸K«ñ…=A¥Ï„ë7iŸ©„ª.,™q„_%[“7ƒøƒ¤)ÊÌ#uŸÄEmjg½Ø‹ß_¤·ŠU-±t‰|K -«Bˆ‚A¥%‡¨7dŸ†Û.1˜Í† -%w’”…*EŒr„e€ßÊ ” u`È’|j1½{_r¶åޱU°½"J‹¬@ÿ¤pŠO7bžSˆý.C˜‡«%¦‘æ†V’‹Å…$€‡ÉW™æu ÂÜ—Qiݼs”Ü_%¶2’œTǰ–JéЎ§@飹ŒÏ7c ‹._—m‰6%ã‘4‡pñ‹…Ú€2ÈÍŸ tºÂNœ i”»à™^âµ—–^T’¯g“ßJŸ©/‘w@Ö£$7dŒÜ.x–ÕŠ›&œˆiAІwíÈP¤GtsÁË ³iM»VD^ µšT]®Ò—J}¨˜”9@È¢†‘k7kœvލ.”–J‹ñ&G‰N…ІþºÇÖ©Mt2ÁM¥SiºÑ¡q^Y´u¼T&®?šMJ]¨–ù@À¡ø“°7z›îp.¶•Ë>&t¢Š#¿‰—‡qoÇk®)sîÀà©Áhź_¥i^³ú¡2S÷­ÂKJA§ˆ™„@¹¡~•Â7ˆ›{’ .Õ•_Žc&šAŠÙí‰@‡ÐDzËs¬Àˆ­äh’º© ]ê³—¤USÑ­\ŸùJ+§#›Ã@´¡—Ž7“›“f.í• Y&¹Žó‹o ˆûˆôÝ|®zoà»|ézâÌ‘}3{i¸\}”| ¤)}Ö|žú~ }/{·~K}±gn~Œ~*S,~É~¡>ò~ù*Þ(€ò~{,„žÞx{ˆ„Êo{ñƒt¶a|k‚ý¢`|Ç‚·Žg}‚„zX}l‚JfB}Å‚ R:~Æ>L~dp*š~«ð5yøŽOÜAzrŒ¾ÈYzê‹C´‚{b‰ï µ{͈ڌï|4‡Ýy| †âe/}…äQa}x„Þ=¸}܃Ê*\~;‚’î;y—ÝÚTy•gÆ}z “²ÂzsõŸz鋉{f=wß{æ‹xd4|g‰´PŸ|æ‡å=4}a†*&}׃ùìlxE¡›Ø‹xΞAÄÃyJ›±"y´˜!¥z5•jŠ>z¿’ÀvÆ{M*cQ{ܘOø|iŠù<Î|ñˆ\*}r…hêàw–«TÖöx(§Ã3x¯£¯ªy(ŸNœRy±›Æ‰z@˜HuËzÕ”ßb‹{n‘yOl|Ž<†|Š *(}†ÐéVw´ûÕ…wŸ¯õÁØx'«®ex¬¦|›,y<¢ˆyÐÁtózm™}aß{ •¬+_çyȤ!M½z_œ;ª{'”*`{Þ‹Ã眃txðÔØ‚åy‹Áü‚vz+®ö‚9zÒ›áñ{ƒˆË¦|?ur|ðbAI}šO~?;Þ€é~Å)€³låwû‚ ÒÌ“‚<À -Då­#¥š;€íЇZ€¼€tL€ sa1€dN/€xN;S€Y (è€5€÷ãe€Ú‹éÐÈ€†Š¤¾!€F‰v«h€$ˆl˜°€ÁX“P+Š­µõêÇÕc¨à‚u}*ÛC+SÀÁ­ˆ ,A@ÙäßûOB!@Ø#È&2*!Èž*RëªXQk‹Nî=Š%– ¿ÈŽ &Ð,1j= 6>ÝÇØÍ@3X”¹º‚ž-„¾ä¬›üRK>v'A™¢Ï5#“gí@x+´›7w~dËžôÜèÉCZÈŸ²³‹„B‰|s%Š þ1 9ÅûA«ä©SàUYYµ=X•«“3 dgc L¼3a ¬Íº‚‚ýü¬CÛÀ»ìn»ÀÔ”yø–ØrÏ -l¬ªíÓËf;~–¨7Þ“ ~~5åf$|Zf‡žD®u`²ÀÄöÈ2ŸÍÛ@–$ï\]§G\@]•‡z˜ªš«ÈTeêì º¸ 9 4È[ã÷“y#'LÅìY{Ð@ø·m!¸‹¯c>î¤zn»Ÿ:> =.¶ö´+„Eù)àpm…Äp¯¸'^Êåç2ó…Ç%€"q¿ôJšlã€?¯Ío÷é™[:ÀxŸé`ðëÁ¶`‹:¥ÌXÙÔ%>Ä]RC °¼ˆÓKî_ 8ËmÝI :²u$ÂióG@3zs( Pöý·ZOr_öx•ÚsÇ.MŠ"¸ÚæÓ`/WS÷$nw¦",8—»X4ì¾0”m²5<Å„ùÅÊo~¤Ýhî¿ ¬›ˆn¡¹}ƒúÊDnaÏ °ž+¾‚›¸l“QlW^SlËí,ýÞ]—{· Ùv`(ù`þøÏõ–€ÅRé¡·ŒUš«Ú–6H[ª°§<Òk³ÉäŒ4Ä—(Ì ŠÿÄÝ}|wtÝG°B`ÚFƒ¾Ž;êùß,dLáßÿC¯„«Ú¨¯áÌ2!éûŠ5‡À:¸æž[…›ÀùÁ01Üî¾]‚Çl<ÑHx”c‡ôÁ¿Ï4S/˜Éþ_ÈgôhK ¹†º¦|O‘OE¾¸ŠÜ`_aì"–ˆ/¡ ¸Ÿ[µZÏ#±eœmˆ'ê4ý”Ú!¡û¤µHÓ¼žê”dàJAPÖ'ìï ²ÌÙèoŒe'zšúóà42ORÖ9H±c ?Ť׷´<ª÷!—Ýh$ðÞ\¯â•øÊìG‚z,\¬æ&¡ÃÂü³º¨§€ #s<îÁ£H -sÊú(¢Cíãü gàO¯J‰Åò­šc„AÉï «pW…LQ†Q üxôqžyõ–VŘ ÷Ä·þDÒ„k\o#ßòwYÀyÌ1Ž3¬Kîú‰(SÍ_~ƒ««gë»±Ûå³… ˜~É[^0š©pɈGžä+£ƒ‘ŒÜµ‡} ×5nȺcõlÇs✀J©¨‰1"º­é×*<¦ñ• -ÄÕ^ù´»JÄú£Ë6¤ó~QC”ÙXàé¯59Ï\ a1d¥…æFœDè04Îû.§w‡áÛ;ôëœ0›uÁ.ôÂE_&¹ZcœÖˆØ•=œ‡GŠÚüíà˜üd—+°ŽÔÔ*’eÍrPh%sr,„øaеëö®×©ÖýÜe‘oZ·­§aDÒ Ÿº¿®Yé#¥Ÿüa“Âi— ¨3Wa•ù‰Ò8"p„5õÃNuņ†£jÐ1­B–Šêv©©)$¤õaj Ü}qYÄ ìZ¹äwš+~ⲂdVA‰øGÊÙÑqøfJN÷áÃÔXÕ¬ÿ¦ÙËCøMé+X„ç–þ ]Í<̘ˆª§‹3ëüÅT wÉ!­€0ËFb5hg*Æ&!‡Ñv …vmÉê‡NÔÒ‚mP`þ oòaôØd(5-ù jˆ,¡žC³~ä¼Îù=Q;[žÀ8ÉT¹ÁÝÃ/…§©G€`ˆÒ¯~Ç?HzË|Ù·D.5Ä´º©tÎD¨¨Ãøw¾oÈ]˜Ø9ŽÐÃþm©‡-¡y¦Uè5tÃW–Hä­~'X–5TÅç±Ǽì^Þ0YÀ¬`éOêtf‚¼Do÷u!jÈ%§—¸Œ˜°¸Ž p¥i#…\ü-ëkçŸÉ…* ÙWR‡œf¦Lò/"–N&»Q®Y6§_‘–|ÿc -b;›äâ›i¾…3 U¦È^ßo#HVêµ¾á½)2,obqùVi4³]vw¡>æ”'¹‘׳WŸ6!úEI>_pàŽÓz¬•·Ïâ)x¨x³cvL0bquf ³åÈ7”ž–æ?jjh>Ãó®?^êÆ\­Y#±¢ʯ G)û’êóRòÇBQXñ­ ð~¯–F8F¡_DîæÈ<ßÙÌ®§ì=Ê×v~Õ´ƒgÔ¦¯4bDñFzGÝväù¶Ò?±“VBa_ãÝ…Jïh¬3ï’ãZô¢dÈâ+¤XðÜlJ¿Óìä˵a†ì?ÝwJÖ3AjÑVj±IgÝuï>Leà©X<½¤Òë–R0ë Ecrô÷ÜCB„qfû`c¦½Ç’Ÿ02Õ`Éj¯ä;1;/FPcêqh˜4Å$„¾µ‹¡Ïp‡ò/)¶_¡uÀÑÝy¦{´ÈQ«™4ÏúhÒóÝ“ÿj|ŸÛ—2¦<.LU‰³$ži42"òLÿ?ÃõáÖä`œ§RÔº®R磇@*‚êC”!`(`@, 2DvßÞ_’/{ @¢€ 2]½ZçE¥žž«WA«ÕRÔSÄóxŸ÷ù*òdR*ö‰WSå•q‰!ÄѪ`$èré"ï?àl™°ß¡’†Û¨¹,ý®æ<‡Jsó•ÕÒj¹”å¤}….´S6mO$y[&Ä,™>ü+¬@¬ò¼YÐmyoŸ‡n-’ÜrIý|Ôš®:Oe®)ú¡C²dæ>49‚þlÉÈ'CÀ„„{¸ — çK` ²Hàñ¡íÀßzZ´iLZs‘z.ífñT¾";i§b‘-2¸(!µ¦·-htB ö _€ÆÀÁ‹a'´‘ ƒÑÝašmÆÑ/¹rušiP¹[•FU±Y’tc?¸‚üõ&í%Á'#„'19N†u#7ÐÛoàd%o˜ ]#škó7ÛÄaÅký3RÈLh…UkèÜobÈJ2m%ÞÇú }±ÙÔÅ01²‡È‚º°<øî:Eªß4Îq”ªêÎ2æšCÄÆl^^)¢®æîÈiZ·ÝJ|—jlk;ÚÎ> ›OP×ú¡|ˆ×"—Oƪ/´¼kŠQIõÑ -Qã<Љ«›_‘CUX…y§‰F|×sÜM{vë*4UõWèpë`ÇH ï -0 8±Jm?q¿ÑWßž¤óS|õ‰lÁÌL‡wy µ¦Þ™û„È«áï -ÇNíñèLí—¡…ð¥,  -l §ó~­îøãþj°ïbÃ7*¯®&í·ìãÎ"4ž¾ÛÊ+«£\¯r„ý©T'Vn݆\5¸†.…çqŽ€Ý`&s÷¶ºê Sïù¡Ã.RŽ kòØîîICwvŽ—¾&[ÝrŒø{‡kªÛ\û(î1b0µ‡Œ@5l@¸œµ|=¥:¿s|¦íÕáÖ…ESÒ®ýÓ(/µcº[e²ò4Mty^îÕ@…8uX!¬Lˆÿ‚þ½*<$TJƒxª4Ñk?ê.3wèjnItvžÙ&Ôè MÒ©ÈcÝ © ,RÍHËr®«Ü¥ÿJ]•ùÄÑñ2`Ã8ñZöDÐŽ“§zi‘ùX{õßðêº!ÓèªZ¬¿í„ÿ¡M)æîƒÀ÷£Ê"pýÎýìWÀXìÕtl°y@™@‰±^½ð3àÛcW¬ ¨3µZ“+ÙËmÒûNè‚ÆŠW—ˆ¹ ŒøÞO1„6ì¸È HOl> ÿsC -þz!(A ¯»p!¸­UjÁÕI¶ÆRU›êï:ƒâ=Ø­™É.?\¢jþDÐtE"5c‡ó9!ÛòÙ‡=ß0 /F3h8üÊ{24U¶l·xšÎÖøÝ €âº•º@›Ú¦>_LªÖ©ðl-û@‘¶]Nkþ G¾Yûˆÿ$"çÐNï (64{˜/ׯ´ºúl"ö½ö®eGõeu˜1êÐYå/ºì½Ã¬D­Ü6J*»¶Ì%F˜»ëÌ@M„#Éx‚·|„hŽŒ›UGZ-Ÿ*š|>¥¬'å¹—5ƒE£JØ»w »Ty[uG³)¦™P*»×Gb!Ì#½a°-v~0wø˜Þ¢[gÒcZ‘óŽì9w¬(š§ ©eU2Cï”K®L„ªëÖM ¿+2sáZ*»äa«œs̉§Í¦é†EÇŸÓ3´‹ÛËæpåG—¦(]Ã3o2ÚÚ´”j³yoôMü.}]?Ú¨ \à4êÝ ÜÃn;bÌ~g?3FëG{Ú(‘fôäi6·µ-èQ y“)d2¶'ߢfÔX¢!üœáÖ:= ö\þödLÞ×z|WÓcGÍác¨½¿ÄIµóJYé)ËŲ܂FCùŽÌ"]AErr»z{¥0jô“Ö2[%bÿy$(Å=]1‡l¸±½ —øÔ_’d‘Ŷ ³ä´yBòs‡á®ÔWÜ©í—*“çpǤï¢ä -‡,g­Ý,{â?…¸//ñ\ƒ~¨æ7&(O7Q÷ -r# -jƒ¶ªkæàê|¡Á»h?|sî€.j®b6Püœ^$ñßñ@´gºH±‡4<%«µê"/¶þ„«+ÿ0i0î ¡ÇÑÞ=ÉyôA… ~‘'Y -Ÿ¢ôÿ¿NxRÈ#poý¢†=ªF͵ڞOÇ-±†²tå&7úå3º”<á'—$RM»"“Øé˜0XNÍG^ñŸâ‘ð1ÏD®ûÆ>jhQߨMÔ}–å–&¯ÂǨåûßêpåÒôj„õO|¦dh¿Í2:Ò'x iÅýùÃØTäùî…+kÛm¶ãÜcÛ{ËÒd©4­.Wé·íÕ}­iK? ^Â-H,Q.S”o¶2ôPð"r΂ÅcW¼øðz$ÓæaÏjêUÚNØsà‹ÿZ×2á¡ÍÓi¯Ãӹ󺩢qÅeîÇÍ‘ôÏ - h„¸IGó Oˆ^)ÐuÔ¿f½}Cë€ÊÅ&=ò44>-=m0Õ åj«­£i˹|Ó\Q©¢Xç»é¿t·:è!acù7Pš¬öª€ŠÑ{ÖT»û‰Nå[\{$8nîhî/ymÈpÌÉ]¦ «§v›¸e5®"…¯1ûÿ Ô‡[SðN[‘Z=E“ 1U( -A%ÈR† ÈV* È† ^’—÷^öÞ{B˜2ણý𫟠µpZ«ž'ÖQë©w¿?â·›ËÁK¹ô7Õ„º;w£ì“b] -Qœ.¡ÇýÄ7 f#äì×ÜDÜ(œ‡üxŠab²ÅaOÏ"¦ÝFî¼Þ’n:`§VãuÉ–ÒTU“þUN§¬K}!åo¢OrJÄÏo¨a›xó¸A؇u/PÈȆ–ŠÒ¢Á2ð™-½—Ûì6¡]®*«î[û¥’ŸU;Í/reUú€ä^ј -·Ÿï/Ý‘É.Táú¡klO “±"ñïÆÖé7{77T4^uío ?yÕîi|WôÉ’Ú4›}Z?ÓüKÒ5ukËÌ÷qrtë³-‹D×È ±ßðt”ïPÖ)j}6œN_ß³ƒTÚ¸¹ó4Iq2¦ýéVQ›™FÞ’½H@¶&5©Æ(AßûÈJ)]ø?E¾Ô,–{Ÿzuq¶ yÙÉ´Q±»˜–×Àti_œènÇE>¦J–EWT$mT- -bïH‡€|üap»ƒÔ —#_R®¨B¾ºÜfxSý¬ã)”yk«a’ -e¦•àõ¬x­Ä(«ìØ)†þS0I'b“9FÚÐû`" àü«ï¿¤í³{1Ï«>Ê‘ÆÑ[o±c W[YÞ™w´ëái‚P19b›$,&€ŸÄ€G±¥œ¯ùht™~œ³§¯Iªn+èŠûêd7…—*þ²¦ñ' †W<ßÌ“'Ÿ¯HfÙb âÏðk|ß %c©ì*p } -dØò>_õõRWˆ2©nqÇQÙu–»’„‚5†fá›Ì%šÕü‘Äò›Ü–Ø5bƒ·óì‚õ”9YÅ”€g=é0^ ºnè&kk;¼Õ7ˆO,5о|“ÁWz/éî/Oì•—1/Ä˹Íx%ÏÃÁ:Yõ0 -³Ÿ‰{X±½§ÚG(U.²åà™‹v§aš˜bY¦ÍGéÊéŒê=2 ±Dö^Œ‰9'rñGñL^§ ;ÄZ‚„cÈà3z7¹Èã®èŽ+g°ö£Öñò óE£ñH»þ Öu`V5§¼˜ ÓI¯ÇDÙÂI|÷3÷1vba0fÈì™ës’qŸÜ>5vûGYy†™f?BÐû·¨,šÑ½÷e9ŠÍ1•¢ˆx"w†½ŠÔ²ž`&À`h5ãÏó± ‚fý0ظ»º°AãÛ£á]SMÖCÉš4·¥³¥a·ŸÞØZ­QÉIäPDÊ"³ƒ® „ÉÛB`œöàIcÍ›†D¤ÇUïûÖ’—–Þvý—¼#÷ƒý²(­ÒsníQ“q°“ƨ¢ôhÁ¥­®MÀõÜ^{ M 7¯ „nÝJŒ&*ý^(,Y(ƒ}ù¾€µ’…úè…cÅðtSàÙ[ðWU>= ЖRl'‘™Ÿ[ÝN]©™Š@ÿX{ŒÑ¡¨ Ï‡ÂâRzm0ŽWI›Ge!Töht7Ùh=Â¥TŠ»/sp%ç k2÷Ÿ¶ADŸÚotÃm ‡4ÃPyôù3#”+:î ÞÏ½ÌØ‡ÒÀ·ée´¦ÑH‰¦që€NôC%ª{›àYI’Å÷Éé±p¤–ýØž„ M+(z|=Ì •ŠPW0‰‹aÔKÇÀïFT± ÖÉÿ}rÈ=,EŠs(ŘœÃV¡àEê:È»?¯p†¢—ÈT,C¨V(†¥ÁfŽ€iEGArÆC j$Q¾a_ŸæÝÉ}î$Õšâ&Zšó…u™„œ2kX(¼]íÏú ûü÷¦/¤’‹&ň¬tˆ†}æºí¦*vŵS¢ýk̯ޟµaª«œIV¡¥ž™L– •öBœ››’Ï8ç–¨©/ª‘£Œ•&ጥ‰ §‡³‡\º“«§vH´ú§ïk[¯ƒ¤`¢ªH 6VM¥9œLV *˜ÚBs›6•+8Ö–D‘~/¯‘Bè&÷ŒIŠtЇ^‡m€Üº<±'uÝ´­¬¯k¯:¨=`Q©ø£ÕV ¤çŸ›L#Ÿ×›rBRšä—?8Ç•ó“/²ô' Œ‹"ñ‡‡Å{Èry&p6‚yke ¼•yÐ[Q¶±zeQ_°Û{5GǪý|#>@¥'}4÷ŸJ~,™d#”“„€Ë€õzÔÇq~úp Á‰~¹ey»¢~›[0µÂ~±QC¯óG¯ªl>1¤Gï4÷ži€~,-˜‚#È’¦uäŒñïz‹Æo„®o»À‘ƒòe3º³ƒZ[´Þ‚÷Q.¯‚ÇGŸ©B‚±>)£s‚·4ùœ‚É,?—¸‚Õ#õ‘á‚Ì-Œ1‚Ñz7ÅyŠGoo¿–‰#dù¹½ˆZõ³ý‡FQ"®;†™G™¨i†>&¢¦…|4ýœÞ…,P—„†$‘3„m‹‰ƒœyíıÐo(¾ÇŽ9d¸¸ìŒ¼Z¿³0‹iPø­pŠAG}§‰->¡âˆ%5œ"‡&,i–P†+$R…8½Š×„cyÆÄ •nñ¾"“ -ds¸A‘Zp²|EP¶¬¸¨GP¦åŒ!>¡+Š¢5›n‰+,Š•œ‡»$ˆWŠ$…ymÚ=n¬½”—²d8·®•AZ-±à’÷P}¬åG*¦EŽé=ò Œô5 šÒ‹,¥•‰"$Ä1‡Uf‰‹…ÀyßAnd½œEcø·"™_Yë±L–œPG«„”G¥±‘¤=äŸú65šCŒÐ,”vŠy$󎪈=§‰ -†KxɈ¤ n¼ Êc±¶™}Y§°»šBPªó—DFå¥$”]=ÙŸp‘u5™¼Ž”,á“õ‹Å%Ž2‰Þˆž†Âx|¨úmÕ¼¥*cr¶#¡dYl°>²Oäªwš=Fɤ«–á=Ñžú“5)™I),ý“ˆŒê%BωÌ ˆF‡$x2Á«­»m™»¹©Jc?µÄ¤öY<¯Ù ÏO¿ªœçF²¤J™=Êž›•H52˜ì‘‚-“1Þ%_€Šc.ˆ‡sêyzuÖáyÿv -òz|w°kzîwÙ#{bx؉ß{Øyìvx|[zæc|ä{ÑOž}i|¶ˆnzÌ}u6{j¨añ| ÉNÂ|ªä;´}<ï) }Ðþå´v(‰Ò¿wˆ ¿Éw͇¬Ñxw†8™êy'…‡yÚ„ùt z„Y`ô{Gƒ±Mý{üƒ;4|¦‚S(ã}Q‹ã°tå’ˆÐÏuØ¢½õvµŽÓ«"wp(˜hx8‹³…ÀyŠNrëyЈê` z—‡‚MM{]†:Â|„¡(Á|à‚þáÀtœ Îýtö™S¼BuØ–´©vž”9–ýwv‘ö„ƒxTÁqày-“_6z‹aL²zÖ‰':i{¦†ñ(¼|r„tàsd¥yÍdtT¡ùº¸u6žŽ¨v›F•±vá˜8ƒawÆ•4píx©’7^wyŠ7L-zgŒ-:'{?‰2(Ñ| …áÞrήùËúsÁªª¹ct¨¦n¦ßuy¢Q”’v^žp‚fwIš–px6–Ã]Óy ’íK»z9îzå‹M(â{´‡)Ý4rd¸tÊsU³\¸t:®S¥¦u ©g“wuò¤´pvà oRwÏ›Y]¹#~a‡&Ãu®hbŸÍIQ;5Ø)¸tñŸíé‚'çV»A‹ZWÌ€‚›|%æ¾æ0´žS™#†¡²øÐVøuáv?abö²µ…oUsmD¹ÖzAæà“6 h¼Ìׇ -Æ»ªó¡%çL¸P(©)HPõÐÃáu'¹Ð¸þìû^h—³vPØ¡†lÚDn’˜¡tYrÏyWª+Å´6˜ü˜º®x™æ'›&†Ò“„wˆ-‚SqÉø4ö—¯üT¸“hÞÚ00"þ7 -RïÁ.Š'|ÐaO&ŠÖ’‰>‘¬0‘ðHSñ±¬À#Äm±aø7ˆC˜èGÊ|ýÎå3ø=Ìá7fãäx[:áIîÒ_Æ›ˆ[ùS¸±K²Ü'fAÑ€Ã/Å„ƒm8ê,poßì øäRÕ-ï.¶\ À¯ÉéÖ[ø&™g•¸(ùšÇ‚ƒ\/{,`Ï vbýL÷áT¬„øÅ5â3ŒE’7\`NÄEÞú×^'Ù[Ï®©™¿VvÓŒµ¹Ë±:•'SŠQˆÓÝ1;Yß!%f&]r}ÏÅø„¢0z[ô5Å{ƒrÄ×KÏÀæâG-EؽÂ%ºõ’–Ý…ñ²õô!t2Ó!mjPw¬E5Êð;””=õ~Œ&HRœß£[™Öæ¨9t1»­ƒ›]°8ítÅslF‰0Kꋾ§‚Ѥ¼[©P÷lÝ¿P[ \€Z¨¼¥è\ù¿œ¯!¸‡Ö«MôšbtÝœ¦G˜™þ÷ò³h±®.3 ݤeÉ tÖ eÊ^äVAáW¤7G<éÐÔ{;!5ÊçJD-mµÞˆüÆdt÷a~g4Mhwã ­ÝVk¢Ù<­²%ÂCÅÑã —œÙÏ ‡ ¦ƒ”HtŽ•×HH†Ÿ3@6Ê!ë ä»p›×eÛP2箖墦Í!‰Hy]'N!Ñz¯äAdUE{ô daÉOA–ˆy~‚W2+³Þy¯ø“ÒÔzŸx˜ÛÒ5„Þ¿ÒS?Іt7– #í¤º‰m±ÿE¬êî%»‰W‘ÑiâÑrã=âá¢#^áâ+Ù#Î>â^U´u‚¸”{Þ“&o>ö¾©Yæ~< |Hr7%#SÏRI5›•ö(Eΰ‚_¸ÒhwP¥‡I/–ì6:%ÿ[­Å?!ë.À²`øDÃé\ábíBnHÈj³ácâæ”(áx8]+6ÚïJ ˆeAFä4b¾é+i‰8­&¶¡VÁxÚq¾S:Ÿ°¬·çîã}¥Û§ªë™Ü<£¯—ɾÔÞI-§w’;@Æ&’à@¢ã[¼øY%çÀ¶s‰d4¥ÖÀ¾’(±aþäBTiôCÖ¥ç0IÇvRNtÅ>š’ÙXò¾pí^4$림óÄr25çB¢ˆhÈÛëBÌT¿ -xƒG(=?‚jÙ<Ç@ì-çh5-¥Î†1ÓÕüªåôƒJ8ÿ)5^®“6÷JnŠòÈyEö UD`ž¢ŒÛ¦³)½rš.­û6¯Ÿ’ë %'I™ÎBXE´–uÇáo‹FÜÅýóÞñ_‚“Y°çìÿª޳±Í2 ï;ô»´ù+C¶itSttKnîµµá:IÃnøq´Ò;Þ¯Ô®ˆØ ->Mò1ž«ö4Áê4b3f¼ŸPö÷Ó/Ÿžb½²Ó$׌Zp–ÏÍ ç6ÆÁN„“Ay$Õ•íí¥2>üXåч¥dmpèGû•|Þjä3'l¹’5ëXô)ÛŒ7É=ùaª/)ó¥îJ‡To‘£œK£¼¥OÓ¯GI¢!S~5{öðà˜X!ºFM‰ú—Ÿ"UÈö晚!(_‡©'à•¹ƒ*¸Ž»¡ðþ ¿„ÝñöRKQb„%W!6ã±ÎâJӽȶ5ñT ònùâÚÛQ - -*¦T—ArN¸r&ðfåòýà{èºô.˜qÄM L÷„°ïÀìíqL&0ÞÐN;ã5þä80]aB¤e cêJNZ®PþÉ6f[(V2·™T™†þ “ZÐ[⢸Fªj·– #¿l›dŒÉíb¨¿ ‚°¦ÀRÅ…Z«ÂÕM‚zjŒq0* UQ†,‘%bÙ 3!—¼½“—=HB2ʼnŠÒ -n-uàgzT«çn­R­ØÿïkVAÊÏ^BÐE¹÷p‘꡺¤a5+`_iiS„D’O©G•ƒ@Òùr|1š2‚þ„½ŒLEjPmÐ,Xˆ¬™ >‚^{%( ã‡j—) ~é4L×@ôí}x!YÌ«¸DLPuç°&æ|Ê:4º1ˆL!ÎoüêÆÎ‰Þ‚yÈm/¹â4t°‡}ãxåÐ2a¶Å\å°D@¤‹±¼ünÐ]˽‰hV$sÈ3UmÄØIߨX E“^¢aå'LåeW ð‹Nˆmmi³Òo›¾QGP¡õ}àׄÓR6†ûšGrg¢¿ŒIoFþUÝÙ¸ -|M—‰ú•vb­×Åä¿ [|(ß–Lwud©|ÉÑ–xå\"ºqmÙìwÇêœ(Ta]‘‡øg„@Ï5‡À:ö¬¨^Ažöº ÜD{ÛÅlÀÉÔ%ÑåG•lyâà/Š@bjÛÌÒDÌØ”šÝ€ú:l‰áKïö1¨I%P&¨‡E r"=Ïë1@câ¶ÖíÇÖJ:¤GÉÀ$x|@à·ºzÅ'±´¶ÙóÑÆ›‰;áNûÒíÍP¾);0œ§9%*P 0[¼F]øäö^k~‰‡m®É(®WmÑ–MQò´õåe³¹Â - g¥*¸òVâsf…dööj¾4!ÀNÌ©nþŒ­–Oâ­G‚jmAÉ8ë!#)9ʼֻJ€'šSÒañ˜ZS eod+e‰kèÙ“í‹È<¹! /¨‰ö¢x­olÆ·œ4/hK¨t«n`¯à~jÅ“TW,+98wÁÔÀñm ÄEàRÀ$ìð@؉¼S¸ñœðdEøtS(æjž¢ïBk(ZŒÜ¯äæ ž%+U3`*³•ù -žœð”ò„ª¶ùÞàü/cá`ŠÐŽ”)ð®C¸²¼é½‘eeÆ~ýx&™ÌÕØè…òu Ù» +&ÈŒ‡´ÏIØAj1ï°søAä/½9øtœ?í׌ãõ— ¬s#6k–i|dçT¨7§0ïØüŒ…ôtÓÎ.r>9ƒûàŸüCÐHL(„áB¤‚¿,†Î6X u¶…z™n‘¥ázMAÕÃ*\_¿OÅàZÑw%”A}aç2â0»õ9öõ‹ÿTäw"G(…>b³ø©Ê·pŸ0D7ëJ´×œ…X8—e•~T­´Î.ºÂ¬0~Ú{™òÕ=‹¯#b¹ë[1¬ˆmÛ0€#̇Œ¸†_£¤g=dpïèÒî×b­ËÑÜܦév¨¾¹ð/úvÝÓ½sÉaóúøéø¨>cë|̃6 Èr¦Km"ÆøV¥7šãpè}¥¡µ1]¿"¥ê·›%¬îÀ’Âpšrö¥¤Ú–Çâí¦ŸC{Ð+ºuÂàßT Â@ð=õ-ÿ˜â)æfÿ—¾û´ˆ»¡åwÂýê¶ÃPU »§ãû‚:ö@bº+ïô[‰Y_‡¢”Á´Á®ç’„ð Í¿¬8‚qöÿ5¼-ñÔ,rXÅd]]aé3É4sU9¿ÐÅÐT±/¯½[y9ö ç)ñØÒÇKsýîPת¯ -VñòàÅwÐÛ5/mœUõ»Z /°VHžTM51R°`¡þJµÿž½Úi2—ØTušìì–dæ„\éç¤æÖÄ DxC­ç|”Õ¥Õߨ½ :msÔÞƒÆYÔµ#•óŒÝµ¾Ò}\Òjb€õ17U@ZÈGf&€û•’ O°Ÿ¨˜î™ˆ€ -±Uäx‡Üf›êtp¢ù°Î—~Hì7©¾qN—(s~;À}!¯ò^ÉôüÍp}x5‘ GwÏΡOÜ=«@7 -DEDT‚K¤)(.UR„ É”d&ɤ÷ ¡7•õa;Ü;;*²–SAdmwç)kãü¾÷{ï«Ï ¼ŽYý„ç<ˆ]%­tâ@,µkœÖM@Ì‘nc”}O÷€¤RUo€«»ÈMì%‘I2;5ÄókÛ®À§è‡O22Ö ’0}Ð(d·Í‡²˜7-ÅàÓ’O†g`Av¸=öuª¢¸âÞÉþä2"Äý\¯7!“s7ðšÏéò9ŒìâÄåŽ9x¢)ƒªgÌChUI”!’_ü³Vó‚ï TZ‘¶8\– Ÿü«x54ØÉ5áÎf–l)w¢ñޤ²šbÇÇŠa}¿(úПš\Á½ÊXI\ tŒÿ>b7ðXÁ—YÈRÒ2~8ô›Ï<TˆÎ5ÏÑTp½³UñUõ¦K -¿¢q}”ôã¡#ê—â{×+šðy´kÒ|áìNB§ƒ[±IÞ iï Bò]±¡á¸Ýeá$5~kð¯¼hÊ×2Š"u÷T'²î«A)å¤b³´‰Æ|ÏØ-:+<Œb,t”DäÑy¥¾I;LzÛÚ77ÀÖ³•n¦¿™FÁt½2+J¨)O •*Sis%zaëgQþ{p&æ%p‘V#/øfßÐÿC°ÏÒŠ³/[AÇãŠDã][@á ]˜eofŸjÌ O>+çižÄ:%4å¼­'DîÒUÁ¡èeQ"‰€hÑ_-˜Ž$cFÛ»î ì +½sì¼ÑÖ²¡°X;c»ž¹C¥·Ô%gËwb3$sÕ-[ÙÂËrÿ`OÁÏV iêÛ ®D†ø´žBƃzÏöåëÊî´ä+)@ì›*s­¤ÊG‰,#¡:jg¶Ö—©ß’®$Ö|¡tICêŽå°žy³PÀå5uÇTsYÕmg’˶;K™7ó?Úè5ÇÒ'-qµ›—hu‹w~§I¨›Ü²^‘ƺHi•äÕw°…*Àâ}ƒ…݆<éŠfÕlV3ä‘_ÚTÐÓËÍU’У€‘WÕBöê- ä:vÅñÕí‘‹à_ oþò†SˆGg´§n–ë8}ôÍ= 2o²Ñ®Nw3¹¸# )º®j¦ºÅM -›½æ.¦ØÄ 8c¿ -¶qÎ2¿ŠÝ 'vذ–ÚÝ®hôüQºý ÿv^ŠuŠwÿÇø7oÏk;²mG´Š  ;#£CzŠ/G`&0˜`CnqMP_ÇÉ@µ¥]¼§Ôj/ýž;`Ý'ÌØ?cÌÌÙi™èé˜wJ-?/L"=Å[DQˆFà¡€O˜¤$¼FÖ‚ðK»XÕÅüܲ^ñk©‡í¥l(7Ô2"Ø/4Œãö¬ÑL‹øäÀ~Ð[®µm¼±¬ºÛYeV–ŒÚü –/ó­(Mo˜¯²Ð 4+åƒ1?("$Caî’,Ñ¥HXÝ"†òÕüE>84ó8oÛ´NzõwÎu¶W%ñMw­Ùz³Ãø m¾K—KwW©Þl¿/*?´ù‘ä/âß(©B/a g}®AD¤ ¾üÔ²¦ò÷¯(/¬êšW±,kvkDåš”‹ÍxUIÜ5ëãêᨳÆ-5þÔÛi-LN’?«{íGÓë½j±kÀÅú rõt¹­oS]¸¦sIMHæqWRÍ¥®½­‰ÓXçÖeFé ‡XáÔauOýäŸås€…~qðÒë.úžýÕ~’,.'÷.‚vøô̼–b #%ÚvÐÄåZÖDUëEìêiÕÛF.•mmXà‡‰ÚJ¼ƒÐM ÷YKO¬…¾-ëîYÎhÿÌÉôt‚Ü÷É3Mp;ãÖ›é\fTªî4w;µSEä.!×Jœç~½¢Ùœ+Þ ¾˜3Tg8ž†~*ÛØýº¶`¼-ŸŸÑâ8ÃËOv4 &Ú+OD­Õ¹ÁT³òTBæI‚ƒ~„É ¿÷ ï1×\Ôß"61z»lxbAfë9átű\€'G7r0:Íb|†zE~ÔfðS…Šˆ“¬„Á,:LðàmµÆ~‚’ÄéZ.OËÞJ•ּ،‰%ISÖ·¢ZÖׇ Œ¼®¹†1¨,ÅþÙ"nå-õß(øæRD¬]ÖçÒéöuZ4Iù•®“Ê?f6Ï“ãI2k™tÍÛpW¼&Ò¦Iþ—Z$¿€";Äkù -ÿTL…ˆ "„]¨Q÷í6¿9ÖfÜ•ïæ¢é¸éÿ±ãjCÒfË´âqìC¶,4²J}O\EÝ+§ “]x?æîÏÀˆ<ˆ0÷»kö¾±Ç—žëxظ*OÓ2ez®°õu‰S±&2V«ÿ¬ôˆ¤«+¥ÃÔhÙ’ÛðdÁæ§&à ø³®Wç²—¦uHš/åíl16N¦Ól7Í ]–p}|l¡¾U­‹$«ýå·¨djÉr;þ°Ü_‰Ö£s}þÏ@}x5} VÑ:QÜO‚ÎDƒõ4 -a©O#%åz -(*D[…0LBÖof‘= B Œ0Bd6FTÔR³<=©\`i‡8¹ûþˆïùZÅjvõe˜ƒI3ôyqƨífnÂw­Þ¼«”—õ%àÒ{'J _Xþ3ÜNˆ-Þ®ÛúÕÒÄüƒ}ÔÚw¢Elgÿ)è¿i=3põb» -¶&|ײÁP^ÔÕ"#¤™ê}hK¸—ýßB8mÛ/âò»„™þߢE¦´Þbovæ%‚°"-½{DÈ¡–¹@!5ac³N«mÖ“Þ;bEóÃW–=¥˜E§Ewñ¤¼Q1É_¥ç‰‹}ɲø+{¯ÛO“Fîº$m¥ÊÚ~”îHXÒ´Xò+åNM£DKzW-I -_[úJLàª%kð§óü²?ú÷êz³ùšÔùÙÃì£ÕwÒ¾é|¨ºB=ø3¬¼«§øƒR{aHD©L“k½K×ÈžTÖK²}x±™*­ôŸÑÍ•®ó}®•ØYŽ>“ÞƒVÕ‰Íå'·ºs<ãá†LM'%åÂjµžT[ѤÂ>•P•§F«§â ÞarʉÁ¹‡e˜½ª-Ò3¬ˆÞ{y‹hѨÉ+ÙØêgÀÆï¨Ô :¹9n’´b¹6$l²ø’º†`- «6âLK9 ò½¥2G¶(k¬7Âú%uº}ÜbLŽjQåÇMÖï4¾yWýPÿŒD-ä¾ -»_¼Cû‚Pny¨~3 -”¬9›[1×”‹e–¬Êžî’ñÔ¦ödÛÊ¤ÙæÏÖÃqêŠòM1îjŠÙ›´ÇþÎP6dsêü µ–­3pŽá£:2 _[«œ‡ù¤(’ûdQz¾¯¨I¥¹^•MºÜ,)ÞǪÛ`1;†,óIßÚ…fß°+¶ ÃBkþXnXàZƒV“0¦%+»ý°Šýr€ù¬ûµ34Õß•[IK26û—5ÄEÖ¶¯Ža:Ò­NÒ"û¦üØ°î¢»Æ Bg¾B§ÄÚS_5Óª8¿Còò£Tî=Æ•›^¼‹Y±].@ǺêŒ÷q0y¯Á7\¡ÄUó&³6Á4ð@r9²Ê¥lG>·CP7òWÅ7óIÖ³!÷à|ÎLé¸Ï} -ÿÛaä Qæ$ ¹›½ <Æ4tš¿ © -&óµ14$P°,4]*@qtZðþ÷YÖr‰éú_ìD Æõ”#În©å‚ÙÇcü©÷&Š ¿k&p-ð -Ö-¯ó;»÷\TÐ.Lƒs^Ó¬­=‹XûRcaŽ÷p»§|nš;·ø›ãM<²åKÔc|J<>ȹƒsÛ”¼¡™ÌçWRú˜ô„¾œú¹ŒºŽÖ¢6æý–{ê:¦~#ôö™êxÚ,Ça‡Gp_©£œ1OE -:îWhR÷¯Ï™57e½2úªguc¤¸# Ç™¦Î*ÕŸYí+!{m]& ᜬª>6Ê-/ù%ŠÁ{c#n©†e¸Û[í9L@Céµýd4–ùSó6”ÍšWú ZÏFsÏ¡“œ·|/~ ‘!äg¿'>æCÑ'‡àÂàG‚:d»Tˆá“ní†÷€aî#°|Û ¿ƒ*J|X8R;ŠÔÃÓHê4§ÿ„ÊгÇgø ø+¢ø2~W°H0G]&&†–ƒ%bcßQÈOœ\B6ñv¯Ï×€°QôV#ËE¯Ò¨ˆ]4~|3.‰Z‰‹®ãùgEv¬7ÿ£¼¹HT{DÀ´J[; ª•¦Â/Ð2E:*‘?„2á]òu4<"‹?–‚È¥:²Ý)q=DG²aWðÅâ—ƒdÞ“¾ëàaè¯ úV5”KUŽÃÚßÀB†’*…·«áI%™ì‰TÉ]A%h¢Ì»‰¿X’xÃÎUÛØ»ydë}gï­åDP›ß+.€»ŒÀ~pLŸžRUäâ<à ÍóÈd»Ê”޼P°h´÷zçªÈö!®ÃþºšÎ‹+iÌÿÀ{[¤’U^<˜œÇ:÷Új¤ÇÓ¡Oº”È x@{$h"WÄÆ¡DÙç³ÁÛ%âú×,tìâÞt,Í»Ãc–ãdf`KI"— ¦Í.sÏ©õÆWÒÏÚžh{¥µÍê¤,¦Þ-c(kyÕHܲ^•E…LÊ1 y{d7ëÖ9_…´9•+Yx?ÿì|\Fò%»“î™óÏÙ-3ÛϬ̟’îéXHþ)[Ôü"c­ìf]k\dÖqcxˆVÎ?ó6Í>¨Oqn…"5f+óàõ -ýÅY䯇ïwúÁ©Íµ[‰ûiÑú1BH¿ÃªŸÌ™'a"Ø_‡?È::_“?ôÎÄ{¡pç9ø ¸],ÅëPÏ‹ˆ/e/ÛâYƒÕ8ž*×ÝŠoÎÞÂ,Á—B ¤&à 4_^Á}¡«À$Ïë!>rº€›aóÅ9øBìîyG€ƒŸOæ‚pÖx ¸€Níêgð5ÈxÌÀX\ XŠÏ In¸“W ˆÄƒœ‰‡ˆ«€€ïíÀ¶òñ-÷0WÎX¹sdäÂ$¬iÀœ4ýS§ÇcÅbèÈà‹X>uqóØ9ÊÞi6I"âN`AœíS¡‘yŸpCwå²åhxŽYÞ4Fˆ4]µ6mU(Æcg gxc°5:Í…oF± ¬‰ÓR,•.aÅ”¨×Q¤MŸ½Àµ,i8úEn?Ò?‚»!Ú«GF©œ«û$¨“ðËNE•76[ ýüÇÿ¡ïÙâ—˜˜†Îü¿¬xÜx1),5GÌ‹þÌ)El `#²MšúI×ÆÈ‘SšAïÐy9¶ž=h„*Úñ2ªã ¶ÿ@Ï0§Cay½ƒ-ÌÔÔ?uF5×”íǼàkEc©"xº0%zñÓ½ ’!ÕyrÏ$äz±Ý L²¡ñlß©å°EkyýkxESbQl_/²`·ê4Ž«¨H „5%‰ÑËà†•Sˆ‡nÔÓ)Ð@Ž$òXÙ®C-¹¦®·Ðð©gu ¡Ëcç ‘• -zܰa³ZŸÃ…ðÚJŸ(æJø÷Â9WŸüQÇX¤DÝhëƒÜå¡ÎI¨îüòã ‚žÃ¤é+¯@E­É𠨯¡åðLh¼æAÔ|ؽ|*Ю<ö|ÄD7Ḡ‰ÏaŒ4(D§ÍÆÃž ¼6ua‰ §?rQ}ŸíNÁÌdÆ£T?æ;)ÝIƒ¬YAó©‡rÞCOùB_­ñ"OÁ9¢ä*Ô£Û‡›–Þªç¹e²E%¬V»Ä(å0êFßÉÞ²Š^ ùF]¦*a‡À=ÔRÄÂÚÔ#×,&¿AGl–G±ë+`ÎÇG˜›X̱¹Œ5ƨæÐVŠÌ¥c7ÛR!`ÑÞ)r„t“  à‡.â5vxA°øL_b¾ù»YY­'ÝËL–Ób&Jq‰è ÐKê : Ù™d¨'{×Ë(y€q–2ýa7Kj®3ÉÅ6)x QØfE§ç4WwSÔ™.T¨àÄ3ä€r<{˜ôW ò Fùæ= ”ÓîÐ6}ÓGü6³Ý¡gh›||9ÑÚEuè;«‚(Ý•£·É¶ü{œ?ù½æy/Ñ‘kup'á§ŽØ}«ÒìøoQôoªÀc¹IŸË~kÓÊi—–0ʪ´ÝhJÖ[éI;Én$Êô¿e]%œt±HüzÞï»gàtnÊv÷&6ƒ·ÊA%÷Âf82ûN˜‘5u7È5Æ4­@´”KgâûâßdOñ~CsÒiÔ4ñ/…9¥ÊâÞSnûóاä‡]æ9yÂ7‡~GƺѦ¤…$”²$.‹lÉwœS½ˆ"'e»ŠQŸV%ŠÏâTìOßÎyóñm¬+'„Ýc¶³E¾óè$¦Ê•¥Ý$ñ ¨^QQB^©]«òÕ-6î¿L›j:l5}Y™°MMóƒ®.” '‘ü“\Ì”Šb=»úµ²­èda»BeHUíãã -¬Ñ眛îü‘ Ö%Ÿ³bÜ5?Б9_m³¢Õå¯I½‚—˜uÜ.Q)^Áˆª”ÞÆ¿¦ó¿˜À+ÙzÑksm5“£fG¯·N:J¡RIºœ•i:¦cîï}ÏÌwΦ¦ššLe…}I^6,ëÅ*„-äÍzÙ>Ú%©X¼û<¿=‘&=áfÍ&“±ñÚbé$z«º¨°¹a¢rÂwõÍ;f@cìÙèh‘êÒÚvp uÛç{v+ÃÐ¥¶6âcÛ÷F ~³9‘ˆÆêlýÒ™h‰5Hð#Rh9š}.3/N΃ô†Òè@°‹ýaí.à¾ÊÅgPù;)õ¼§AÇÕDw§—AŒþønlgÛrÉ?Qï#/NˆgÃñlxeí¡¤çÐF³CÔ-0O¯[û5€kVø\TÚ©ûž/ÍX{IÈÏšôuxÜ©)¬sû.\ ##G3‹àa{q ýÚPœ$¦[¢Ä ·É-xØÌNø´)óéOžS -!¾Ñ–k-h1‚½@Ou9Â=R'¶ hLЩfJ´Ùbæ´($i„+»µ «( ú€³bWþ6Mrã„d'ŒòÒ\Ãr}¬È€hƒÊZÅ£š´ríáÓ*¶B›ÕHß®lHZOqÄ­›~!*%AÝØCéþš âì„{kª!Lò³î‚n…t:Îò¥ƒ•ƒê=²ט•ù€š”OKl$ÓåÂM‡ñ+òÿÁØE9¥ø…S ¯R -ëÆô¿V¤åC>ÈuM(4«âžJvæ?£{AEæBÊÌHt&@ŸMspð)( ­îþ%ð€Óœ»P3ÐXkÒe‘zÖ—Í"þ€Õ§ü6sÍŸF»c…{RHíØ."¦#O7Z1™´u£øpDpç@KÀ>Ëam'û“f¶¦GCA¨êêÕe}ŒcÏó¤X:|·™ø“Jx‚+ˆò~ØWøœÀLjmä÷®H,wH@5[´U“ªšHÓRP£ÚgðMÐÇ´ïåP 4c»ÞˆêMÂnÜ™~¹áZC> -lE8x?ÿ'¨}ÆÝ :Ã遲Ø;V.óNý°¶¨c¦j\DîthUâÁ&²ÅptW -±Tç?€Ѥm(Gý˜¦@ÜENð» ux.lÈs 6‡Òãê¿â*팵aai85TÛsà)S-Ëø?gò‹OÄ¢t÷78#ýšÂ@oxó7~8D\çbQ{U0ØE;ªCÛÎ(~fR›§—H)mÑ@bª~uÏ« @ßšVEGSÀo°“j’¯uÔlî¿éØ6S¼æÍi?*Bõù„ƒ‚ø;Uü„JnùÇþv⬭6ýî]÷gœí¬ˆÜ‹l0äœþ£±ñåàz·Wyë7=®O,8C=² 4Š“æNa\I´‰[ôëþßô-%Tú)m€($Î[ý°l(¢ŠÁ+0ÿdjƒ8œ—J,“:ºwa_ÊŒ5µc¥3ÈîšÕ"ùñ*²lcqºq^yØþEºcñé3Ø­•‚m ªÏb4"‚î–Øü}I@zƒW€Ïô˜‹Æ*² q–K’¯ ¼z±¤]Vc¤>EBÃ)½/A{Y昖¡)–¶yªüånë_Ó_È[üÿNÜQ„ñäØÅStÄ®¬ÕSstÄš—ƒs¥£ø(¤õÁÀõ½û -øWê÷j;йµ™©šÖÛ©TÀè7AZƒñzd!p^;VýŠ˜Žm¯JË%zÃv£°M'Çfå^cƒÑìTÕ{äêÖoéûȲõÉäXêׇóL¨ ÚáñV€Ø7Õ!ê^t»é¬ê¸ØjØÄTú´/hÏ\'M+9²³T%$Îoi§p8üŒÅøÙñoPW^ êOpæCÏ çšQóE#‹ì7ëVÞÔ÷èœ µûØe9‡4|uJÊ3Á¨·DRÔÅð“ÄebÔÀìø -^B¡¥œH(¾§~kά‚eÆÛÕŸ+&õIU‡ÓطƕٗÕçt=)Y ÉæÄÞ¡„ªwá¹D:ú%b!$‡gF<°{œ|ð5bW;šçÚF!­QÜðmÅBÝd]L†ÕÕDd»ªS«¢wÜb¼ [b3(gíÚðYø”ÚÃo:@ÏãÑðƒÀZ4CåYÕÕF‚çŒ>Ía剺v[_þ6Ò’%SiiÙG÷™c^“]†ía§p;K¬F ¦'‡…d§Ü„Ž1ñUOÌg^¶sËNê -[ÝòØiMãY_¨~°ö$?§ c!EUaEx®®cÍ4Z½“W¯¦ü9A¬¾b.h,0–…Xý…ëó.Y>=ÌÌ4• É<ã5Qäæ:ÝeoB]5½;ÃÌKqáÊÏÔ*éV7 -/—§PWŽ%=ÊÖÆˆÒ»"a½£èYÞìš‘²?öœ«ªpI²îWFn^§„Õ|éûº«ÿþ÷Œôr ›½‹Õg˜µŠ°\9•ˉ©Q’䈫F¸‡¡;þU†—1¢Š…˜'‡Ù„®…ƒ×‡ ¡L”`|1ž@’»q[›5‘f€˜-a[´•GËQ’eŒ>FdЍ;njډ1‹Š‡ƒ'Ÿ‡V†>„”„³†) æš {fјxp¥šÀ–JeÞ—¶”[)”Ñ‘îP¬‘óÑF -§;‡Œk‹z1j‰£‰Y'¤†ã‡Tl„…s…V • Íz”xž9oÜš_›”e-—N˜ÖZ‘”h–&P-‘Š“vE¢ŽÆ°;:Œá1<‰?‹"' †~ˆ‚“ƒº†„† 9¦úyÒ%£åo,š ¼d–öxZ -”š8O¾‘0–óEGŽn“Œ:ô‹±1ˆêŒ¾'š†+‰Š³ƒi†¢ƒÇŸØ­y-œÙ©`n™Ì¥ d–¯¡ÓY“ÆÿOdèš#DþŽ'–:¼‹k’0Ž!'•…èŠg̃(‡ÿ®‚mpwuª^o"lã¦apÄbA¢žrNWÁžðsöMx›Fu¯Bô—±wc8‚”$y.q›zå$¶*|µu‰Í~¢;­&sêvÍ©%u lP¥Evaº¡“w#WKôxDMšVywB³–Èz¬8g“?{ç.}º}-$íŒO~wÛˆö×€t¬zWv¨zëk¤¤C{ta, {ìVÖ|†L»™r}3Bt•î}â8L’o~™.‡ŽòX%‹€4ˆ:€ð¤«€uP§€¥jù£R€°`šŸµ€©V[œ%€ÁLY˜“€çB4• -80‘¯0.‘ŽAa%GŠã ‡–í~æª#†Àt˜¦H†SjO¢†…Û`ží…SUÞ›b„çKõ—Õ„ˆAï”g„!8‘ƒ¼.“˜ƒb%mŠ:ƒ͆ë‚ã~9©bŒ®s륙‹Êiª¡âŠÖ_užI‰ÍUcšÂˆßK’—:‡ýA¨“·7èh†+.ŽŒü…L%‰–„€†?ƒÊ}s¨Ò’†sD¥ ‘$i¡R°^÷¹Ž"Tùš6Œ±K=–³‹JAk“I‰Ü7Çäˆo.‹Œu‡%©‰ -…ÁQ…­„”|·¨\˜Qr¤Ž–uhˆ Ô”ƒ^u8’sTŠ™·~Jã–8Ž‘A)’ÑŒš7žlŠ£.~‹ýˆ¹%¼ˆ†è„…1…C|§õž qõ¤#›Ægç c™a]æœÁ–ÕT™A”ZJ•Æ‘ä@Þ’a\7kŽýŒÑ.g‹ŠV%ƈ$‡ù¯„É…Ú{i§Œ£ÅqY£Ã ügY ž]iœ[› S¦˜Ü˜ J+•d• -@›’‘ï7<Ž ŽÐ.P‹3‹Ç%̇ˈåÒ„t†Xz̧)©lpÓ£o¥ûf柸¢]œ žõSP˜‹›mIå•—ã@e‘´”97ŽT.>Šé%чƒ‰©î„0†¾w„¶Mn'm–±‚oÂc·¬äqPY訉rËPJ¤=tmFñŸòv%=v›·wÞ4 —~yž+0“B{d"™ }|‹~èw´ñtAm.°OuWca«ÎvcY˜§w_P£@x€F¾žþy¶=ZšÅzõ4–‰|=+O’M}ˆ"ߎ"~Åꊀ v~³ÃzRl±¯1zåbòªÀ{oYA¦‚{êO¢K|ŠF‰ž}>=<™Ý}ü4•©~Ã+k‘t#R€MI‰Wuë²¼€;l.®-€\b©Á€qX᥋€uOu¡W€–FQ€Ç=˜÷€ú4”Ø2+„´q#QŒšµˆ©‚ub±Ð† k«­K…¶b¨ç…QXw¤¶„ÚO …„~FœL„/<ö˜0ƒÝ4”ƒ+™ýƒJ#…‹åƒî‡õ‚ètో‡k(¬ŠÄa‰¨4‰îX¤ˆüNŸ׈'EË›£‡_<Ì—‰†”4“s…Ë+«T… #´‹7„X<‡Bƒ¾tG°gïj¨«óµa§™ŽdW¨£jŒõNtŸ@‹¦E›Šd<¨–ø‰3ú’â‡Û+»ŽÂ†£#ÝŠ¢…|~†ª„ws¶¯Ù–Ij*«e”™`¯§ ’ÐWG¢ÚçN#ž´EQš‰_<€–s‹›3é’^‰Ù+ÃŽ?ˆ%#ýІ†¶†)…s:¯X›‘i®ªã™z`9¦…—CVߢN”äMÌž,’Eš `‡k½2mñ†¬Šwr`„±y¬sÉ„+h²u7ƒ¢W±v¨ƒFÑx‚~6yÙ&zïÌ>jø±»fl½ª™ni‡™ÛoðŒ‰(qpŠËxrï‰gÄtrˆ8Vöuö†êFPwy…’5Çxô„.&&zr‚¢ÊŒj™Æ¹Äkß—]©m—• ˜ro-’݇æp¼ÌwwrKŽ¿fßsÚŒµVHukЦEÜvùˆ‹5’x†k&Cz„ÈðiI¢Õ¸LkŸ¨§¸lÝœ—8n€™˜†Ïp–¿v†q¹“èfsU‘U±tðŽ@Exv‰‹^5exˆ€&[y§…eÇh¨«Ø¶÷jy§ð¦|l<¤–mæ Z…Êoœ¹u¤q3™earØ•{U't|‘×EvŽ&5=w¾Š{&pyW†ÆGh-´»µÄiö°-¥Tk´«¦”ým_§+„Ío -¢ÉtÉpµž_d°r`™óT¦t •yDÎu¸í5wjŒ`&‚y‡—Å®vsuoî¨kcŸq£¢ISásZœDTu•Ì4ávèŠ&œx¯‰0É$xci»¸ïxÊkרšy=mæ˜yÂo݇…zIq¶w zÓsŒf^{quSU£|wE|ÌxÎ4g}‚zh$”~L|2Çv3s0·vÙtV¦Öwƒuv–jx2v†xáw¤uÎy“xÀeTzWyÖTÏ{&zèDk{÷{ó4|Ç|à$¨}¥}æÄòtU|dµu(|¤¥ uü|ê”ÞvÑ}6„¸w£}t«xu}ðdbyZ~QTzH~°Cã{63×|?$º}ÂírÛ…C³/sË„·£^tº„9“nu¨ƒÒƒ{v“ƒusŸwƒc„x|‚ÃSay‚‚gCkz‡‚3›{‡„$Ê|€úÁq¡Ž!±prªŒÍ¡Ås°‹Ž’t¯Šo‚Bu¯‰Xr“v¯ˆBb¨wÀ‡/R·x؆Bøyï„ö3fzþƒÁ$ä|‚q¿op³–دÝqÌ”½ Krà’¼±sêåt÷qvHaÓw&‹}RxL‰­BŽyo‡Ð3:z‡…ç%{›ƒÙ½éoíŸs®vq œ Ÿr'™çŠs;—Q€tU”Æp°uq’6avž¬Q‰wÑB3xÿŠƒ3z‡ä%{8…¼‰oO¨­+pl¤„Ðqˆ¡Žqr¢ÆsÚ|oÙté—+`mv “ÞQw^ŠAÞx–)2ðy‰È%7zã†;»Qn×°ˆ«÷oê¬oœ¦q¨\^r¤T~!sA Notjœ<_Áu¨˜&Pˆvî”AŽx0Í2Íyl‹•%Jz›‡8º9nh¹ ªêoy´M›§pޝŒrq«ªÍ}MrÒ¦nNsþ¡._.u@œGPv—LAKwØ’@2¯y#2%[zaˆ¹FnÁ‡ª -o¼ šÙp1¶‹²qN±|¡rx«‚m¹s¥¥Û^¶të OÅv>šIAw‘”j2˜x莔%gz2ˆÀ½l~ói.®b~¸k^Ÿ'~“mtž~Žo`€~”qCp˜~ s(`Ò~ÈtþPùvÏAI?xŸ1¶„zT#Ø|;»~|Ër -¬“|ÍsTw|âtŽÁ@Sg`¥¥¸ñœÕ²TcÙC‘)Ê - -A¦äå½ÿû½LV aPAÖ9zw¶‚XÔS[Zzâö®**özí÷•̃VâSø ¸]r7Oó«Ô;ð¼lW¤¾ ~£xÖáLã×Á€/á'ÎH°¹hwG¶³©ÄH¬\£Å®€™P–<7¤Có”ßÁUX¾»â«ýày¼É9âŸíÒñ6âÈ`¯ÌÈ„7“ýĄ݆́ÆÓ}j_ô, ü±¯éÍ9II[¤±OÔýˆ@Möý .£ óh v,¾žü¥ÿ-B©¯;„üª­þ§,Q9¢œ”]U a«Ñíòñì4tŸNNÃvñÖÉØ3ÎÇ·0ìç/á2&Òîl§}ûR¥|å,ÓsdŽ6ª*Q—§e%“¨¹LYœp¤¯þ!©=©ò¿Œ%*:|]€™|®Ó¿A=—b7 -…LÝé7’+õþ­ziDÍ-½£ôfU¾Ü€ÄëæË#OµßgµÊ¤e ñº®Ä=<}¨žô™À*”§ `³<Ðîboö4HÜ[ Zâ%}Æ$¹t›!ˆ¯”~W·Yì«Þ*ºƒ¼Ñ¹$î•׺…]CsK·øT`Ž[§fì¦r‘ýà÷¬;]|±KÕì qm\1!é7må”ÒF©ÔCz§aH´×ÎO8!Û¢‹Bgh Ÿt¨¤Å‰ÂPÕýr`Íß>$Nî3W‰¯u§jŸKBº²-’[ÇÚ$9Òü¯ÌTdžábÂäZ­gès™Q×à3Í){甎9iBí± ù±“{Ä_œokòKÿ¦]-~wzy.¡NÄ—¤+Ú‹2nHZ\â;¬a'fòÊëñÿr·ã,ñœ}ˆ9±yù¶Ìqa/±‘~`‹ÎôÂãוֽƹ²%1xaIiÄS‹Ž>Ä£Õ—yã᪼}‰xºÒ2Çyù Ï—¸‘Vá§ØŸm›ðn&µ}1|R^ÛǪ܋·ÀK:kÂÏk?LÃóe“é(¼Pò"ö[øHs?x6¾@uÅÓˆ;)…¾o³½€ogÕm#0Ñø— 2ì׬†nu͸ n®þ¥Àzè­Óþ+2cל²Ž]zØXüÈs¼¤^)<(lÇá#Ng2‚Éö³ÕqඉVÏ#Í.°|oÍ£u™iæàVÕ§5œY)ßõ ÜVnæ9¦K…;!¯üŸí¬äñV%¨éN®ŠDW¥jÈiï?ŒÖÖ<ÈkÒLX}~Œ0U{w+Þz\„óJMBGè¡Î´›£ä;ZŠAÄà´.½¬2Ø|Ö‚¯;üsß{r`ljª® uÍA‡V_íQ †ËË„KÀ´Æh·®‘?móÔez×lPÛg‰Õ/•¯³ux¢âQnyþˆ|"_•É?=ªŒAy³"IŽJ¸¿bS‘h`šÑë@úµU¦|QUŸRYp[¥WÐ….ÐQ^Ut4ï,NüÝÁ î±Ô:ú·‘-fãeWÝ1 Ø_2ú-Ö•t |×2Cé€lÖoTlD^)·ÊýeØG>õÏà:Ñ÷Tì¯XOôÖdï¬etÐÁ=“~ Ÿ$t4^e}‡ê'RŒùòGÄûÊþ3ù•|œw ¡×¹Ã䂜^öi·¿—ùHúGå2‡É„èq2ÏÝ™Ž"YA5BVØ,£\ÉÎÆ{ü˜\_±“ÿR¾€×r><*;Á*¹±ìæ>’:θ²#{‡é^Ö+°Ÿöf:ÜÞP˜ååCs6¡d5e8ÄÏ,™,Åùßã’XNÓÔ2·ÕEG†UHêBºI¹n¯5m/ÿ=Лêç‡ÝÚ)oN+ØGžeÓl$¤ãÒ°™ Ó”²•ÝìnfBûPÚÅø”}Êš¢;JRRèUŇ÷h©vuEÀå£<ç–Eþ ,"wñ+mêˆ>vo½%{¶á^é;«0aLrÍ|É0ý­^% 7U®Lî¥ÚÊÛ÷XP®¥ŽÙä M››¹_e/ØBLÈûmΑ\Dí;6ÄdYÒÌ46»ÑÁôoâtlýFQ:u¹fEòÊO7‰’7´ÿÚ1M)Õ¹Ž5É‚å¯t·Ã?òjž1S]aÅ]LXûJD›LûÅKi3cOæUÔð! !_Ö -"g’¨>xG=i¥u­#ÚJ26|&ÜUe6ÿÁù'ÕÓL_¯FsŸ™s*ì£vúýÉp}04u vèÕ*CI¸i!€ÆŠ‚" .†¢JA‘„Ì—¼½3^{ƒ Ö…ôÔºªbEz¯Ôr\U´àj{ß¿øJÀo¿Ìñšè=³ô-u ãëô++å‘qº>ëO³u&ÑÇÿÞÒ]žï=T½¶èsVš\¢ŒGò;JÇ Ë -›F0iýžóôYSü0y¼Äñ‚H”ã«wâ -Ìo½¡b<Æ‘jÍåJùBÑ–5>;T -î3DËž• 3wKÖåHhYiEêå\6+>’èUdG0¸Fymµª^#œ:kÚyQðZá`J)3A†ÃŠ@½ýH9¿ø}FÙ{ ”: ÂR×îêä¸SøOADvZóZüŵýBgä p˜g†·ê,öV£ §FY¦˜™:¾ì{ªK·v¿‘,Ò奨]{œî¤Þx}£wßG~ÖozÀwôoêÖß°Åþ^$JhoÑËÑ C—ɇHgöI¢‰‘tã¹ðo±V,&7ÊÑD˜'î@â¡sBO8’ðAÐL«›Äô2ºŸþCsžÊ¡Ý¤wHÊ1kÿ“ü»Ä »M,ŽuD¯âK6~ˆ\lj‹áKè"árè_ˆ+?¬…Ü8Ón¹ŽçÓB®@ÝO^3=“Î&lƨ,_\ÊM–añÌG1,C)ÿAˆâ(8ß \…¡üB‡›‡~UVHµTÜS‘ÑöïŠÄÄb+¸¯{ÉÅ$=B‡L.1‹‘ìPx&ì¿1Ћ¼É¿¦wÆXÃszÖ‰øi;Ú¤ˆ°¶¡‚ÅøœæŸ3êѱú¡ÄÝÈÍê³Û~€o——mÈ€†-‚U™à¿ ¿úÝ×RCüuwqWãpÕùœ¤¢bu.©ô³ÝÉo+PX: -2®™ÍÒ¦Äp£Vv|[2 –YÿÿÈß&;] -ŸP ¬èÀ‚µ–8EvÞógJÿôhãÕ¼ÝïYµjrk}Dý ì'rTs)ø$á©ýJЇI.tä¢î -#°Ûµ0К¬½(wåÂ÷Ü>Ón`÷ç€A -´îNaXÝì-ST¿NÖHzéN7â -ýÁ: —{t ú ê½­Y£w±ä J]ÍøöÁ £Ö¦g›àð]_ÓWáù[ô”Ô–Lh s0† A)‚iôSÈßc¶@ Èqëê‘n)×N”|bj%óò }æÄ¼ÇÏïò¢EØô'ÇüÂæáã¨$8Û‚}g Mð-ž4{ãVO³ -q¦°âtÓ\ÃxN¾a%«Ú+c -·„fêõíæ6ÒL ½„àÓÁáèu¬Ú×ñDãxI Y‚¿´ÔTÌÕn3ëí2“´f8ËãröÜ£'L% žTܼà,T…½¥ðà¥h -aöý| -;Á¡ÈS|ŽE\§Ód˜—ÔDúÒè\ùËþ)vmyöž•´ÆúxgyKŠî'Æs¡ÿÄ,ìâ ä%¥¼ãðßy-`#Úˆ-ãúZ&Ô¤ét“PúÊÐU¿u<3T³>µ™^^é³Ó‹ÜoŸ]ˆßàº× bkÒ £H-$øô–\Êëwa¡h—u4J5`Jk‘J 9-YÙ—ªáfªˆú¡–¿ãéV™ÍÃa›j}aƃ $‰=.x£y÷À%ØW¨W“ G¡jª÷È5KçÖä×eoªÌ,¬J!ííÒ–ø)ˤìëMóÌ)%½kÝ ýòë"’Ù¡xêO>W»-'ñfm1Ü`*Ú®¼ZÛ(í-Š®ê—‰³,¾Å­’ßlX©w¼’•ŸŒ:eJUˆC^°•="]¨NñFHWíŒå“ØpÖ‡•¾Rܪɕî¯Vµ:‘¤¼ B2“lPRòÜq(2ö¹I…D¶°w ïBÚ 9‹8r;äàýw‚æ®ø„\õá5I?ù‡•vB7j‡ßÈøÂªÁ=’”Ül ŒUit ±Øìá‹Â.º=Õ Æ´Ò˜ŠW†OòBì©Ìt†«e„þ.ñ­¹ˆªŠ]hœAÊ#Þ0_±!s¨ÜKT@øcs|<Ñÿ “ip3< h«ÝlЍ"ÏÒ—‹Ùú9÷t%Á”‘¨0=5i6@ÌûˆÃL(¹æ{ò’íÀÏà÷|üÐ"lŒ|£=ZÕT--î,Y™}°×–T¾ùóAnð/ÿø•Uèo’ÓL.Ž”BF‹ÌŽ@8‰’‹å/#‡N‰˜&%…‡e³‚Ç…e|Ôš.¡prî—Šžèi”òœK_>’l™“Ui–ÎKÇ«“ÿAñ‹n‘8=‰7Ž.ù†õ‹,& „±ˆkÓ‚t…ò| -™Ä§orF—0¤á’M~Å5€\R,‚Œhè#׉|€„«†«)w„¤˜ðmê¡!ìdTÑàZ¼š¹ÊQ@—ÉH”}Ó>¡‘‡×5eŽ Ü,‹µê$ˆË‚ú…ü‚%v×£»‡×mA X‡Wc·†ÏZ4š†;PÍ–í…ºG¦“Ö…B>bä„Å5Fþ„J,Ž‹ƒÕ$&ˆ#ƒj@…Oƒv£’lŸ°Œœc/œo‹™Y¿™^ІPk–S‰ƒGW“Eˆ†>+W‡ˆ5*r†Œ,Š„…—$D‡“„®{„»ƒßuU¢|“8køŸ‘ÑbŸ›ÛYYD˜ÊŽÉP•ÅEG’¿‹Ä=ïÖŠ?5Œóˆ»,…Ї@$X‡…Ö®„=„“tµ¡÷˜ÊkSž–—b›S•X¼˜>“O’•?‘F©’A =¨^Œù4ÕŒ~Šá,o‰”ˆØ$b†§†ç؃ԅ.t¡užYjµžœaušß™µXD—Ç—6O.”Ì”°FY‘Ö’&=jŽ÷‚4©ŒŒØ,X‰4ŠD$i†K‡Óûƒ}…¯sT ü£Öj(· ìašüWã—f›NÝ”o—þF‘”ñ=7ޤ‘Á4…‹ÊŽ,Fˆæ‹z$n†ˆ—ƒ8†p ±)i‹gC¬Èk]ÿ¨˜mˆTÖ¤±okKÙ ÎqnCœés…:;™už1z•Ww¼)"‘ŒyÞ!"Á{ó–Š*~ p¯ªo fË«nq]¡§[rŽTƒ£„sõK–Ÿ¯uzBî›Øw:%˜x³1…”Kz^)N…| !tŒÈ}¡‰>;oƒ®Iu–fMª(v”]-¦,w‹T%¢hxuKLžŸy{BºšÐz“: —{¸1Œ“V|æ)vš~!¼‹ë0wˆp€MnÔ­%{de¸© -{õ\®¥|{Sº¡\|ðJ÷–}|B~™Æ~9ï–~³1Ž’sU)˜ŽËû!ú‹*€žÒ‡½Dn<¬,2e-¨D\4¤&NSQ sKJ£œ²\B@˜çy9ΕB”1‘¨²)µŽ -Ö"3Šnÿ&‡‚/m¼«L†®d±§C†L[Á£^…àRퟰ…fJR›÷…B˜5„¤9¬”“„H1ˆúƒî)Ì[ƒš"e‰¼ƒJq†Pƒ -m ª‹ød5¦‹([]¢±ŠIR˜Ÿ‰WJ ›TˆxAЗš‡£9Ž“û†Î1ƒc…þ)àŒÄ…3"‰#„p²…µƒÉl’©è‘2c»¥êõZõ¢Ž¥R>že=Išº‹æA˜— Š—9k“o‰G1wÙ‡ù)ëŒ<†µ"°ˆ…}è…2„nl"©P–`cD¥O”¾Z¡p“QÜÅ‘*Iqš#[AX–~‘9@’ꋾ1`W‰ë)ë‹¿ˆ&"Lj'†s„Ä„ükœ¨º›{bΤÙ^Z è—-Q…:”äI*™ ’A –Y9’xŽ1KŽé‹­)é‹U‰l"هŇG;„j…rk¨1 pbb¤K¹YÈ y›Q?œÉ˜IHð™6•Ž@󕦒Ó8ù’1:Ž0)çŠÿŠ€"ç‡u‡öX„"…Ñf¹j”]=´€l1T¦¯ämçLY«LoÁDO¦¨qÅ<•¡ýsä4Òev -@˜Ïx;&”4z`5•|a¹‹J~Teß·®pM]³0qkT„®§r§L?ªt D@¥~u—<” áw;4âœHxò-f—®z²&S“|f•ŽŠ}ó8ŠSse”¶Fuá\Ö±Ôv‘TR­_w]L¨èxQD(¤_ye<ŒŸÈzŒ4í›7{Ê-‡–¦}&Œ’~Kéžf¦‰z€ve0µ{o\…°¢{¹T¬7|Kå§É|¢D£?}><|ž§}é4ñš'~-¢•¯W&¾‘9€ 2ŒÐ€¹ˆ¾^dÏ´ €Ð\4¯Ÿ€°SΫ3€¦K­¦Í€»CÜ¢H€ãL-»”Ó‡&ïhà wŒý`‡þ‚9d}³)…Ú[鮾…PSŒªV„ØKr¥ø„|C±¡{„5m{¼WX]e¡GO–“ÍsÃúŠ—ªC®X:õßû}6R´·|Êt+ÕjOPõH™Fh}’ÇA&|1œý>ûSƒ…K¦3m3<³]™Ê@¿€ÎœÙ,_è¿üåóà@z.„=B1òŽˆàO°÷ýF?{Û…@–‘Óo¿Áåí´â8øgäãݱ]œ@ð’Z°'j@ïtÚ¥÷vAvË—´' -OG7¯Î\Ð_Ú–}ÈNÖí£±«yâù Y¹xÊ**n=ÚÀn±$ Ü^Óp”œ?ª¿ÔNi†¼ƒyŠÒŽœãŸÏ?hZCÙRr-ëN‹%ŸMo˜E0æ×¦¡,Šæ£žìðâénªuST_h<ÔÖç#Þ»à!¥äbýq^7©1™âtq¢Ä)+ûl¡ö5§5TXF/?5Âr0»jÓœ—ßÙÿw~Ñæ¨5ü`³>È2ucÞ)p¹*ìò˜€K¹ÖšÆfS*þ´W†ÝÐÌ}R#Ü(8“ˆ”sîø*”ÊI ÆÒSQ ž;Þ’‘×^KE<|qg7÷9àÒbá/a÷•Ç<¸™z¸†÷R²"(ì^Ø|tÌ ñ‡Øè>¤;rcc>ù¸§ymv -û;ÿ¿¾k²s=áÙRŽ\Óò¨Tô§àœÃç ƒWà=û»‘¡$D‹E!±»¢A¯ÂÕâ웯$ŸºÃÖKÞ?弓|ÒÞâ…Kç Ïó¥Ò¥¬6AŸtõ&ä&õÞï ¥~‘ÎÈéú@" ]ꕆçKÆÎ2­ª–†µÀVåDQûŠ2DƒqÝy¸Ž‡ËG™çù¿ÉýÒ+Á=²Ü}r¨;ïöv;œ÷MÀ'´4w·—_˜“un#Óèo/c­/pØÞCúpõfΖüQŒË=¥Å×ùkÚCA™ª3þ ä¥LÙ¾®—üŽºÉ˜^M˜)÷n{.*¯#1wبÖÖkK˜ÊÍ2»¡8g¸€þ–Ç׿J 8åßÁͳðF•1à*ÒªÈòº‰ùÉÜÏ´Žê¹µN eÁbam.P®:‹¨ˆ™³ÇZDßÄ}`¾J.ä#†‰ø9 AÿŸˆvè’vC@¯Úá5…Þ“Ç´Ó¼ÉÕ÷é¯ìÃ…BfiM¼bà]Ñ·±/”FÑŽÔ¼i‹KœQPk#8P‚®7À¿Õ,#.Fõ -’×Z{Æ^5Jgž˜µLׯHy(Ën_M²Ãª©œ‘28æÉо DÚ#¶€Ó†ub¸Q[GôD“•î­ Ô Ž›U‹hÿžûË4ÀhsÌÈT¬ˆæÅP0RïLáð«Þ¤.åù–Ä>ã¿°©#œÁ&Sd féæƒP¢òvûì>%¶ÀWfϳÎâh…ªH¼ˆ1†Šñ€ý¶0š“I¾#¼À+Œ»&Štn{.ºýé¿]œŽ<÷´KæàkÚ~Bް¥ÃéÔ+<Ú`‹»2°9oS7,TÕQÎ[’³šÄªÖ”•ZàHvè•Í -L„î[º<óiÆXáct7Ö>(ãþ¥¬1Ë;»Ž˜×*NvŒƒAå¹¶åªKM’UêÛuk’»´ó«¿ŒöÓÅ;.Œ¥ãžIðw¦_ݧ Wøïw?¹ô/«>&:xÒ„+¾íIË•’½§eÃ*ùn¬N5Õ¤N×ô×vEißU^\;…”=ö ‡Ëgî ‘v}ÁÞ*Aò¶.Œš—Ûn=Ex“d}§ô"Ò_³Q2V¾8¥ Un‰ÞH†«Ùµùäfí1ñ)2 º%ˆ#itMÇ(1µ8ÙÙI¸”øX¢ˆOd¯ð6b¾Â*ÿ›X¨ItÄçê¡äÂS+‹:JÄCs×~N¨áNq?Ñ‚®T#ØpûL°XÍW?;4NÓ LÛ¶ƒMö Aú,3xóI÷pO„òÃKP.`?€ânü9È xb[6jÁìUrt {eÌÆA&Æ” ²dÛíêÃá’A0îŒ<šñ±;>…X+nÁ··ðƒÄá–3H W¼DúÙ Ã|ô æ)úšÏX¥wÐ~&0ó:6“žH´a*º!2£#bA&õHìç)Òm.¢>k—XÜoçFüMið]ÄaL,~€<3ìÌœ‰&êe[¢ƒ<qKæ°€iØ‹ˆi°Ñ¸ƒ½tQãu(Èq±|+t·<‚ë…¥eû¡ÇðUÛôâ¹H„µ`grØ<¸5 6}‘…Ìþg°mü}±äÂÜ*?ÓÐШ+¯+²ù8CÙ.èLõGºIدâhQ(¼¿\—цˆÊ¼·ü„·> ‡¦˜Ëýyô‘1H,Á -øÿ¹Á®³ÝõVݼÖ?Ê„ºýÍþL7Ü Ó-Õ²…(ìU]Ÿþ>P±oKiß^‰<(möGq³]‡Í5”ºý†™¸š:³¶©+Åæ­[¿g=¤lëצ@QÍž— ëëÓåptÍ_ ƒðÝʈ𠄵ÿ9¨»õ8=a|ë6ŽEó™µÍÚƒ½¥ùÚ{=§hW¦ó˜æˆî¿íö‚hHÞ’°ã=ô¼þ]‚¶Õ”nx‰øT¸øÝD~·•‹Å(eþZ8ûT?£!É ”|oŸ¥ßœ›Åšy&ÿ±n€»PZ8ÊýSZ‘±œUÉþÜ2U®Þp…ÉPù>¥Gµ½¢$Z=sA‚fÕäž¶UqÅÒv&€½'“jÍl’Â¥à -3¤H_Ï$¨U ‰ô ­û†]´\7ì;@φ9QÕ‡~éºÚ‰=«ýûŠ)]À\UwS·…æœ&þ[ûKþ ºVwkG í½Žï£î!.a¯)ºÂ×BEaA¢^éC¼Ó÷ç.%.ð/¶ ‰ZÞóÁsŠÐ3Æîö™ -™k¢b3OLé -‚µ»îœíð"Ô¥E<c]–“Dx˜ØÓL;7çáo ¯Csñ×z³Ïq|œwíÄ/³gÞÃ;6á×kÒõ—ðÛU$ˆ_®°Ëµxo¹!Û‰W—Ónâx©!ö ŽYÐÐY8iÊ÷aq̰M”ˆòé‚<†•–Gà›$ü0¾½aºO©m‘µã>53%q×Ê‚´|Nù™X9>§ìãõ]økŒO$¾Àd…ásô·çÀ n³=ÜíØÅý žµ -ü§ÙZò 6dHbÁ@­ õ论û!Øç(YŸ -úlo|æƒï,&‘8nôÜøÙeq ª'[Z:G࠶û$ ­Ò¬!PØhJÍ;j+6õŒ*jý"[¾ó›{@Z#Z0S’à9€øöòNÛ’³z?+‘‹¢U–¥³e]¦»E’#ÆCÒ¾Ô‹ÜeÓ=¦L Qó¨ºÎÛÂÑÚñ•oÙ8ü‹Ÿ™Óèyû*Ë£¢hGºQ™8™oI«Q+ͺd*ëRÝõùêÌM®¼J»4d)§×ýî-e[á¦UŸ2ƒè®e+™© ÜÖbŽUÖ²&“—j1zhB¥Í±6m× ýÿ¤¶&ÒÀ”Â.VW¶H=  @Dƒ( áT@@@åF¹¯;$!ÉÌ|óÍL2“;@¼wEÝ¥òXE­ˆUÖA-ZÝzá£]Š‹Ë¶ïoxƒâÔr"¹ñä.l>¹…[nIãM[Ý=Á -I®c#–.=¬Ú+) Ô„¨½‘E>‡—!æÅ×óœ禔”Ë0²éã®U8)!R0&µßÂléI÷P¬^âxM*­¨ÓÈ<¶’ìC=VÄ}4–°@×çÆCÔ5å[¼ÝÓ úQ—°]½e9†¢öî±è8j縀nBWÓýd7yù@ “¢ú98GZñnB?"7‡ÀðöÞ2pÄØƒ5øÁàû¾ø¼E߃"÷4 -uòGÌXŒ¢¸£:){GX*¯ÖÛÃæ<χ´dÿ8U$îyÖÉÝ¢»1%ùk0Ä,‰K>×Ñrȸ'#·p¾S)©rál¬—ÎÀlýBÝ6¼SWX¦4æý¾ \5¶'kWþ9Ú[JoöG)y¹ ™%;ÝLøÊI+û§ŒÐÜî&µÁ™ýk÷á&V) -xÆ›ûôØþ@òŒ­µFÛUmA/Е ˧aä'Ü#e³d¬S¯,ڑУk@ÂÁù‡kƒs=%O±óÈ>lËÓäLôºáYT%¨ 2#T>[ouçÊŽR¸Ó=™-¼BôãÃ'w65àßÛ\c2º>•¤cÇ:‰l¶¨m.é ZcʉrA¦ ‡ƒr¾æÏRÙ/Ê5î>²¹Òé•ôO}ÓüÇ‚7’2ƒu1SÓ¥[Sf[rH“È/ÈnSé*®$]dÆ«\v -hnMm Gþ]Ý€wå*ps»JœNÀ´&O¢ß°’oÑ” ‹ª°¨>«QT¾,P½­:”õDWÃKr ÏÔ…î´V¸7,æNS=‚ ï0’+ü«Û[øXÜÌZŒS=< cªß‹5kSªŽªý뺋þ­<^?’µ–qØ$EKcBd«|ƒPÇý9$÷ J›ÜÙ¶p•¤‘•~’>ÁcµÞWE‹Ô´Ps [9+Š+²f$¢w™ù´µ¸=á\ٔɡ¶I–p1-¹â½öHEl^)ã²¾[°Fc)#gT•²ÊæìcáfA¬2N+V  ©T’q,GDÜ"1{¯…–ÈßÙQà2Íúfüÿë/ª9ÂR0£ðZÅ0óX^P¡èÅ?g|%OÇu»‡Éy|sD&1¹Ð Ò½­ñRìWvà`-Žt‹ATë™ZÁ2æ"}ªâ+:]q'@ñùHzu–Û½—Ì#_DX[ˆ×CÐNqÞƒá³ì"ì;ÜÞ±­;[¥T7ÚÀe–k©òHÅy[>K^ êH{C9(WÅ?'цðcðœÂ*€ÄuT5gðˆ×læëµ¨%Î’ù0³­Ëë hUK._ªØd$ój© ½$-“4kËã+ˆ}ê”ðh¨tÅÓœ.lŽf— ÷ˆËŽ}H7>!Ma;êÒ+;VóîËûÍWr'©ÓæÔIÒÓ¨‹_?é^ïø„?Ò8lû.+#9"¬C!cç£"ò©ãC$ -%cq´¢vFñC—‰·SžÛy2·„ZÔnL£­%q`Wó†½8©»¶í8 NàdbÉôoìý¨/u×ñ²ÎI®tl,´«4÷›ÊÞš¢Ë猟ñóSzõ°b(v@ë]å·½Jõ¹FïïÄܯûèµUñ£ ßåuFøËš#ĵ&²éL[ïvÍBëŸÊÏ•y6÷Uªrœ ⪬–.¸Æ?6F½Pç´ÝIù¸~Þo¾)xî.¿$uyKÞ8,¯$OÄ]­Ï«3j¬ZºkzKcåuVû‹õõ{viƒi×]ÕsÁlØ]ægaŠßSبÏ+‘šlrqe¿K %p½Ì^tÊD ®W/kNoÔ•ð aæ¾nhÕžIõŒhjWœrL|+LD?o:èwQ>/©óʦ¤{\cˆHY ÃyA6 ›[ -¥›ªÖƒ¥UÅfýZé™ìÚeÒ©=Ñj+7æ'æ¿2m›¶•=ñÓʃ¶WYŠ]+  gY€1tGãÑæt<õ@œ!gMê"Á³ì$MèH¾¦ -Å1ÅLð Säa¿ûPÍX¿W"1„)\)|+`E,F0h$E•ŒÊOk!õ!놚¢<’”Z’cC·gBõòÛpÊ/²†^; .^åÚ‰óÀK‚Þ ³†§š¬ŠQݵW¡IóO姬 ÕKælÒó‰æGŸ¢+Ø¡±òÔC¿Å$ ¡—¼D„ºžáRÖiŒ>7„v7o®X¡‹7-x­‰×[eW%iÓr¾Z­ •߇ÌS7é¾÷Éoä½ìà.rÁõÀ‰ ÖCt?Q/Ó_l·*/Ñ›- -âÔZ^fº*6Oœ¦gô™QÓ -G­eH•«"|Û‰ŒÅÆiü\íú#ð$#X¿¡BÈ­»¥ßxx€O›Þéœÿuu{mÆEeUë…ÄÚØü*ªG>hø:¡–h>ûV©Êg'ð6Å+×^ìåìh‡úóµÝGÊ -1ÿpXÉ¢<σÞe´±¶pþàîSvåúÿ1\ßoMƵ>êS´gë„„’ ©QYA”D‚¢ÌÊT@fÈß•½÷ „ˆÁª=žÕëÕY)J‹Vñ|¶”¶ž£‚U¤çÿð~~xÓ&Vƒ5)Nªi<«yÓZMUíh{„9!7sòÿ)ý˜7ÑtµëÂá{5ÞÚÛ¥vçPý©üÛO ":β¡©$}«‘ÚBOZªÓ2ɨ§XŸR•‰œh̬ÌÍ C…KðLãËΫª_¹(M@É¯ŽŠæ'Œ¯­ÞÖè¬Ó¦_™²†¨¶ÙÄQ-À®$Oª¦9„BÅ^^v‹ôþ -BJ„»IÛÐÕ[oXëJâì1¬· ‚`ßÈŠ5Žpvòôþ\k¢Eƒð@ò]Õ~#¡U.T`K—  Æá!Ѿºk˜SÕâxÂwëmXÁ²<—ȼbx ¸¸3L÷©ŸXªjÈ—•qÂ9"ûJT‰µI²E?EB âÜ£‚öóÀëʯí³ÀŸE Öt`2c†3>ºwŒi›mb´jh#û ” ‘­öb/#Ý-¨ÚdÔÿÛù_©³o'H±EB (±ä~i|¼Êü@_†íÐh¾…o$ü­*€7“­òÿAí‹T­ÂN!«@UP?x D×9ÃÕø -ƒ©¢¾5¯LÍ¥iŠÈ=^Ý%ùÇ;24qÒw ·•7$“d¾¼¹J0Iþ‚Ï`ßÁjè\Ð#0 ¼_'uÀwù¼u\Ï(¬5oÕ>Í1ôjJöÐt8Õí´wjŸ21Á¤L—›È²)é A"Hö†­„Qð·Á÷!NíÏößl~åG¬ÚÁ§¦ASMN•!ÈP¹û¹Ö£+H;¯Þ¢¡%RŒ©Ö‘ãdLù-Y/½¶F†ƒ7ôw-Í^äÊ9ô›eÄ1{Pj¢Ø49«õÿÝÚ$£. Vé—$$(Xš=d”,D©"Ô#WdÏÃB¡ œPàÚš3¾'KÊB¼þUìýÊžºš‡Ù î絚µýh=Hi±Í4¼Ž‹4ÍGbÞÂZ§pIšË¬ôÊÎõ€IYcMHÂá…ÒÞ^ií³ýÑ]sõw³½ƆZŽ3² ¦¤[OµðâÖ˜ò˜<’ŸnájÕ}y(Qq€Ç Ì“fʪ%^OÃT©¿' iþP§§ùR6͕Ӻšö¡ýO&—²Ú¢n{»`LfsIë´/¹~8‹ê8ÏÚ,o¬<'a -YU/ú2™%Šî;mÞ|’»Žå¦?hDZEÔ/mßqSÆÍÍܺØIÃÞQJ»ˆÏÄ +GüÐ/dÇ„\ÔÇÈ¿DÍU´Þ¼Üâù®s¼)ÆÙŽB~½ÍÊÿŽZid¤¸MbÁØkzº0“„Öà„£¸GÊD¡¿K=FB–‰+*½žM⯊9×ÅtSü;=ıC[ª¹ «'­QöJ—EEËLÈ F…è᪠\ð´·|  cN.<çš0öåÞrôèÿÊ|dåëbÒ±¦JÍçɧõÙ*KìvMŠâ ÒReŒìzI.™Ãt!Jl„n–ã:u¿Â<×~ëT®Èi>›ÙiY0Šw>7>ÓS“5º)­_,^}_å‹y£¸¥ÈŒ"K¯ÉVbN‘A“JŸ©¸—_3t²êU¶Ì§>Œ¡ö•×~žz [sÛf×xãòb{wóq±¹Y^©ßÚ Y¯Fs‚äûøœ’ô“þGdù©ƒ!uaÙeýëëÇh'<ó žTjç­&˶Míúy­’y†H0¥°î…{uÁœ™Õ -Þh€Q–/p¿=ÁnD3fÚ›¶g‡z‡š4¨Ç×ò85Ú­`Üå,n›&£­Él91ˈån ŸÔ~ ùF¹A@ ˜—ò„½Åü¡•L#Ãꣶí£?è«aáiYÝGÙèÔå NĶõ7–n ååk Á|vÄZM¸ÀŒþH±]è Ì— ‹ôÅ+ŽÏpï3Òú±¼8º½7ƒ×G è*à“(O\ü+Û–Ù‰‚"2ÁŒ.&Jô›…Þˆ]ê]¢,t޼EôSà 2/n-x,šf,?†ý@/õ|&ú:ÝY+zJ¹Ò^-^?gcˆ©äM¦1èÑU‰OGpUbñ Ú(;. i@F‘Í÷¾™7âM€©ô˜t—zÉÝñ(§ŠŸ±¶¿Ì8c/x•xI{ÔGô)ÇÁbô-Ù*Úwƒ‹‹è¾Erežº¯LÖž5×Ý/½LÕw|/Y ÀŽiIvü¸å)â#ÇÞ!Kˆw´kᢈëÊDè"ú­TaP\8ì,|ÑŸ¨‰ÉKí5¨¦³ÎtÝWRK;–+ J±/?Ѳ]V@Ž1&jÚ$èˆ)…ù(#™‡—¢|Є/Ôƒ ƒ¹¯<úÅY®0m)u‹+G}‡’dUÙñóqÅ]òÿ¬¶&Àuuœ¢VQ¨'!€-‚ -("²GÈÞ_¾™|‰IÈN‘VAeˆUQqÕ¢ˆ(Xë@±µÂ\µ-zýïó¼,ý†°-/Ì“ºŽ IÚm.!Úu¯ó *FU‘êÕô¬ôí¡Îú0kï¾ØÚü¢Ó‹«¯^v-ŸÎõ-,Ù–÷Åk­%Õ4k˸Ymøzã|à Ý—ÃÚ†ó”jŽêCO0K• ŸLãDPh5&î-,€Oc|–/L²u: â9dÖD~` ê^…† b(ʳóD0¸d&vçüa9b9 «¯²•¼¯Ì¾Ü}ü_düåÂãüpÁ3‘ £è‚6XÀCÚašë™ˆFŠÿE˜ûJlçrDò–ºh¬šÁ„ JS7[wJù\6ÒÍóã3ÐËéƒB6ÖÃâ3!ž&iòtBP'.ÄTÒÃgš²á`³–êƒwVðèvüOcsP‡±?I«¹A<éëôÙ‚½2ßý½ “÷€U².ò(Ü-&:£/doN÷eþ¤Nkü‰R¨.û¶^•d˜ËÀrÇ%«X×rœîÂÜ•i;øqÊÖýÂr¥_pªè‰âù¼RáF ESäê®-Iæ­ ‘Ù;MC¥âœ?f]a aÓÌ~};žCÖ­Oóò´3öÙ¿©‡ƒDaª:²²æRˆ(òJùugqº{ÉöçY‹Ï”PÞXÎiëhpÁ6—ñÖüž¥asó–¥Üã>5nÛç&ا 꺵YäBˆ¨ˆˆ>—Ú±5Í¿&ºÎ–¹£ªØº–²¨ü…¦†Z_Š^ÅõÌ묋–Ù)ÜÐ|jôþeÓ¥ jp$+À‹Z*qñQU¶ÏJ…¯Û ¸Qì”X»PÝšó®ú{$šn¬ 0—°\Jg'·qÚ‹ê¢Sù¡Ûƒ¢…C¦ód¤êCˆ“𔺥mfʶµµUé?·./òϺԴHõ8'Óî[iÓ5Ÿ(³¢r$Ù³½´=z>ï^ä"„ò½È ÐùŸ/€Ïi,'ÝR¼Î„{~¨SkÑe…¸¥ÚNyùÝx&M_Fÿ›I:––ô}·’u“')aN 7¦3DOM±ë pž6öT€›1ѰF˜—=UJê©c:½¨ƒÑ†5콬§Ð{îý”ÄKÝâ@àv -ô”lDä®VÜŠýÞQÈŘNvoÞ¶·õ” …»SóYØÅ@cE „«˜—Að.yºþ팀Kq´MõX Þ}rí–Ü‘t¶aìÀÛnÎQlÑg4«Mü)èâ$„á1Æà3:/yXŽm’ÀÁâýK‘1 Õý&Å“\IÒ¤:ÆgñÙcÖ„ÄÇp.J:T<&îý%ø¯¦¯I—&eˆr¥êÈ (J:pq”Å»w£½²J×Obl´õ2}gnìÑ_™É¹‹ -¦ÙqÊÛÊ?¸k”yàï•2†ö«à¬réa;`U Ff‚˜Â ')üÝkÑÍòû„Ø´œÚò-õ¶ÑV 0–šòXd}‡â:ÇQwE4Âý ¦ÍåjÆ'…Cê¿ö>õ©g,ƒzTsÜ :å„tL£xÔ|-çdÑóªô–mfœ¹µ@/¿À&˜_o¹ëò©á|Wc]b¢p“þË^žÈK—à?ùjìîJÄC5I0c.¹[š„”«+¦hkËÏäÑq¥™G®³¬ÀÅÒ•cáAi 7yæ™{€&c)Ø£ÿÖ‚{5ý„ïÑ›ªøÆ@Ê<ûæòA*½ÖÇ”A· ”ýÌl­ Ʋ/•ùR^rZ7'ìâ±,ÝÓ¸™÷§€Œ—Ü™0OWHAêäÿl Õ»ìqÎݦr#N_dÿ(sd®«ØØ¾ÕE”nby_ü_m}·'UxÞ2ßßG4e^áž DÂ{4\ãSÏÎúxje™SNÂÉk†h¥-)ÑÒè(ø†Õk«ÍåLuŽGø„råžÕœâûþËDëÝ _Œbâ|t¹æõ?l…UZ„œ}Ü<Œ\¥Úåh*# ø€ÍdE]µs+FÅ2Á†=’4 yG  -¹‘†¥$Dí.Û$þw“‡è#¦âØÉÂóB 2NÉ!,åY„-H²@™3 õ „¹˜7˜½û³8ŽÞá/‰D=H=øAlÜE&¥I®6¬¢‚ûe/@2Š®ˆpÙ"ð.xM ‡F`Ê<ø9r ~':-Û `~ØS¿q1K²šÔ,Éǽ]Úðni’Ë7b¤ÒDÁ(ÖgØ üGLLj’ÄóaP%±f»Cí¸ç!+ü ï‹øˆî—fûÕaǤ¯I¥âg²4—GøÙÛwÜ1EŠõ&?S£ÜTJš'‘ˆ²ŽY‡ÀãŠYq¯`Gù› ¢”û¥¢ÿ“w‘tâ]ò#®‹%òðÚ±~gq 3iõüÚ»bƒp‰v1@MR¦J4¢¶Ç…AqªñˆÙð°j“ß -4.7ƒ$ź•×HÉjʼnšvláª""×1ÿ¬†Çë0 -n¦—›ÐfÔdÜ­5l8x -lÕõ„WÃ!Úƒ¾‘~õSˆíRq\ÅâvåäÑ|¯ì¥eÇ»dLÍà>)~€6ós,—Ùÿ-8á 榃dp™ÉòëůæCøÂÈEÓ*§Üi§£ÕQë¡”’èáQT*'¥ç9§Nçù{¿çÕ9=N§§n¯ µf¸>†0WM6Ÿj«­]܇;ÆDʲ]Ä÷óùÆFçÊt¡G¡S’¯7lðê@ÓøeÍ´ìF[×;׿–e¼JØ$…®—^i8Yü‘*©öõ„=*ù´¶¬ -Øz/o -Õ€Ê.øfÔñ®W?ºX¿øŸ´lcgl•‹|æˆ ×Tr´}r* kAä r°Éõ€ƒ:¯¾;9^ëRóÉÖÝíªªÐm ÑúÂ7Þ`–xM"ú;MÍÒ“'º*wÉ±îŸØç%Ç^jÅÀáײߕy­³êTsMß&MiN×·fê{pèZ0¼bÒw'4UÖî5‹4¬­ -ü¯lIõ5bu®ÂðT AæiÒUÅs/¿”½„8¯ÈO>O.PNoÍ j˜Xò[`™ˆ¦Þ¥Êúõm¾€î.ê²m@¿“=äÍXH‰t«+]"ÄfTN–âYšeI¯ñ!SÌ‘:†,$†¡9CJ1Aùjº;+{+iø¦:”[„è4`)òVû§ì -j2²ü°U`OR"v -v)ÄS0ø>‹Þ±D3î$°“[‰ŒC àfèËŠŒ1ýÐ 샭Èsé„~!)Fîa²ÝgÑÏq¯LÿÜŠ¼ˆÃ§È5‚Aâ$ù3”Òz8NµÒXEõê"¡4êvÑüõhÿaø.í¸Û ¹D¸¥=B\„h_ƒï£}<kiïz±VbøÕ«# 4p†Z˜£‡ -_Baü‹Ìqx%_º‹DæsÿÝâƒÌq»‚×£Oس"»ÎzxÆà­ [;ªÙVQTæ¬ÅÊÓÈ]5Dè- -½AùN¦?”g:»ó5œg4D_Gd†ÝA¯ÑB½«Æ’¹GžîÏž¯éR׎šæ45B"R;P-Wçèª äÀ÷·2ì`ù¼4dñ‰VÃ÷ÍñAW‘§F¹H>Ô×{¶b·¹öNÕÕf“ƒÆáÐ+Оnºœ/Ô]n8™njí;ºÀûÕ’¨رreP>âie¡Mžw±H½Ñöå7Ý”A¡^ع}®ÙØQ©ÌÐ&¶=Ë;¥“4oL_”6ªvì­µ–¨F褭&()?,JEfÍžÓØbƒ_M#÷Uv”i–Û”Gø³CbõZV[ô¨`>»V^ŸáÀŒ*v40íÊɨ0úl“¸71±P§Ç0‰VÿÉø­5òŒ‹LŠÝ¡§‹ë”ÏèŠÖ¼º[y<Ý‹®P÷%>§í­Í—è`,ð]=î¡ÈÄ?Åæl{¨U¥C†÷¨ Uj¦¶©ï•S1Ú]yïSqº+û2©d0<1‹ÊNmΣÄ;ðªmRDZ·kjÐT>#Ò@ ‰¨„â)qöQüDŒÁ³¹Ÿ¯‘‘´¯HWôLÂ2 ³n^IVâÙíä bƒ¢ˆ™5½T(ù]…"z8-."á͸ŽÌ,ûIÛÁt|‚J%Ü(ׄT¢„Úy‘¸FÒê2d>õXàH¥=Ê?E1~õÇøzh5¦á“ŠÄ.sS9îĵ¤FáiÜŽø~ü,û42“ðdÍqÃz 9b˜¹*ˆ"ݹe-'ôï–ÀÕhE™X>ƒ>3‡e_ÄvšSÚ±.£$>_m8¹/×ç®ÁßðR¡Hã`–8ÊÚÊ®ÀGª§èùHŒÍ ˆ‘›UÎr?4¢‚Ï^ŽvYߤ¸`XJãÆ1«y8âk|±)0àN„<þH¿\ÐBláêÌ7¡7·)w¸­þ•. ¨ýK¦CŽÙ'èPÛå½u¨­²&ÀœË÷FH1»åý€+ørS¯dž*Aþ”GM㪭…Œ‡ÝZ¢µ‡á5õJG‘õ.Y¿#]ui{}Qo»%N€vU}±ó+ï¨ÇN•]xqRpïÔ‡§¡¿ÛGTC':R´ËàøöiÜßü*ˈ$jÜ3Š ÖûnÿM±·nz†ŽWÍ °|«Z¨Ä^šç fpµ~¬ (ËÎN¢ÚÍq¹ -]—)¡ [ÕÒB Gä}{]õwèv›ÞOåºÉ‘·jN‹G¹)@⽂“à Ý{ØßÐ1ÓãËÂ>rQ,óÕ H±ZªÐ(جd} ²iO_£¾´}!ï  ?ËaÀñ5ö ¼Ä;˜5¡ë$1I¹&nesÙÃÅjn®†­ª'1n²žÄ#Ô½ÆD9Üüœÿ3aPäºà:•Äsµ"`Þô¿*VÁ3öW¿¬ÛjÈ« .ý“ ”‰÷ž§çéCÔ妡Ähòˆ|2ò6aW,ð'qFÌ`M¥×:ô°î”~À +—/°ïxµ<æVãýRý}sÝ^gª·eiú’R !¨Ö¬ÈC¸MõŽ;¤éçJÐ º¯zä7ýgŽ5¶lh~ÉHù5t¾R[’J´"{v“ûT;)¢DýP‰ë5W#Øv†?NëÞpIÔ øÒk ‰·h ?ÍTÓoô:­ªZLyéVCd˜Î˜s‚HÓ¯Û¹—臄k±N`s¤Nòo¢ž`8÷(’ þÈY wAšlêÖøù.ØßBzÁ E×\›³ -—²4³Ãò„sè,,\†n†%üóH+\ʽÂ5œ$è¬Sç÷H¸q éBúUÑÄpÑF¼™à!¼'m :‡»%Ô¡[1(âbG_ñOÂ/Ð2î8yÆ ¢UÕ’3Ž5¤±†UθŠ}¹ÏŠ1³»W Ÿèë©§ÑíÔé„õÈ iŽ8†,'ªùp .æÎA£X*grA [»ˆ}¶[õÞÑf­ÌŦ­!…Ÿ±uæþl;ZmrJÍAÎ$ñÓˆs4¢6QOøjè¿$Ÿû;$Æmœð8æ­œÄ/uÝ“Má.þ1±#¹A-öðì-È‹¶¯R4ó\|;ìq.ä ~Í»î#Xû•”qøµmY|\lñp‡&Œ›ù)P,“Í} ~Cñv½ð$eIgPÉeY€cƒähù];·RYPÑTÍËzc‰ª}µcÀ”.‹{a¥á̸|}Ð[z¥â™_)U]ð˜ÀŸj‡™Ÿª"é{xõ±r¯¶¼ÚßóG,m2׬|Ó âA†·Mö¸>V(ŸçнʼeÔ"U®Ÿ„hÑõ Çë—´ìùÒ;u;Ú:ëm’hËýÆ”¼ÏfnÓëÌq£T>˜|†QTÄíf8­ëÿ lªG<¹Rs̯ïÔ5x±(`›\ØvY^[`]ÝRSVb–):ó„Æ å?3ý Á­ï’#‹:,ΉvÕT…=#µ]¼-„@7íw›Özþ ¥Á}Í[­Ej²¦É<® /í4…hær; Gµd†ƒõÔE']¥-º·±ç©Mú¾°kÄ$°ƒ·WüÞ`¾àˆ×ä¤lJ³p@{õaÓ x£ä¹1\Èub‡¡ ^ÌV(7i?ubcUd9t&ì0áÝå…a7aWT 'zI‘hkl4»ãèþׯa<¦$Ë ÂÞìجGü]‡¥&}M~FÿŒ'FÑî0סq¼P, -yጼBŽy‡ÿ47 ›DlÞ~¡áW¦¯ø«§g÷.cÖÒËÅ™Ô!ºJî#Kb BVŽ½Æ­¼MèlÄ_„Ô£ÿñš…hbƒ‹Ña]YÕc7/û2·M“{ ´ÌH¦¿¤< ¡"51ÁÌÄü„wÑ¥aQXù˜÷5I´øgÁŸq?Ž34…Îמ;ƪ³Ýí¡E=L¢­mõÀ:™ÞN¶›?Š"ˆ\“gŒ4¸…¹¡Ÿ˜Å¼%ÈåäŸ"xœMб² ‰’*uìê`ú玿rnPûÛ/¥g’›l2Ñ"ü½uyŒ»iR…¾CÙ{Ao5ï_ç’Ë8"(w–Ún+åW,?À”»Ê»^Wþš}©£¥Ú”¶Þþ¾.CxªM[ÏÌ[|ï‡d§å½î,£¬óɦ“Õ÷’¯s©ïUÕ–—tU_.xÒ¹¥îËìØö9YTê·6¤A-,¶ú4]\3Ͷ¸†ì4 *%Û™jÔ§‹j=*ˆx}fí\NÊHL]_Õ—lvŒ4nÜõ]Ñt7u[Ûfy§p©yNQ%è0žjIbMê¿Ó š§>3d¡îŒÇE¼ÐÔút½j6•Ýîh—ÿ;_מ¥ˆØµÆÆU6¤\¶¼iý>á„iLý…@bè×d†Ä0m_ öÿ Ô‰_S‡ày èÊ*Š !¢Ž*IDáÒp•†+\„\ïÊ{¹oHá¡Â<ñ¡³–Npj™+xUp" u¶c[uûþˆÕÕ¿%¬C R:Î ”)‹èæZ0ÇÛv°.7mÚâ+Š`Dï©ú‡âë1éÚKõºÝõ€$5<”ÂLÊQé[B |Wö Ž ¹É …¥ 9ÒÙ'¬ikÚQózéGv€Ñ]ÆLø¯îŸ2{ŒfZ6¿ÛS5# -A—åʰ¥§|ŠP -;qÝ`†BS0dKG²¦,_€—S§Md°5yÈ@+út[ÁúcMùJµ X÷CÃag‘2 `…Ô€7ŒEÁV!™•l.DGR Œ¹è®äcú"¥1!G+@æé'Õu3òÏXÜî¡‚^† ÂO!:á´üÚ·òš,—u&W;ÂymèÖÜMú—®_}%á3ÍM•‹^¤šÆd‘Ì ÝG~§ Wº‡]€Á?Æ@4êÏP¼ïð<-«Í¹ ¦5&Gbð0R“Útëõ}û'4:?:U•©‘GV£¨j„üD ë‡æ”ûSàvø¼±ÂeæKÍÜÆåã7 -‚9!zÌúER†ÖdNØoScèk±·zrd¢™'ßBRU'Ãz!*"ÌÓˆÄS$Bã¹Ë§¬ÙM™ë;bòªokõäEØÓ¼ºðy|‰}ŽßI{fûk©("Ì|OÀ"Y Ï«ð[J´K5?ãO©>Ô øÒQv=7·ôdÊhiË/|phÌ•Âb=q––m¬(k¦³ ~ð5)ª8¤Sú¶šk[Z57êðø_°ñW¾=Ê ‰5çÛö‰bNÆÊ–›¥äC1M“eX"ûGÁÕ¸‡ +U4…%´º Â͘$d“Îëäuô-êAqXÀ^ô·ú_ü~Òþœˆ¶=«Ò«]+ËSFœ‚ª;,¯ÆÞ|jVÓL¿ÔþòÆ@E“†´bq÷–÷ª[¯J”úƒoÊÎd-³BgÚl³{­=%ɱ»cžmDùq1–«â}4ãBývÊ”>J²‘4¦1IW†â°%é|ÀEe¶ìŽ_/¼VÞ•õÔu½~)­È¹ ØóöÒ5Ì<"-‹s3ß–>‰Z2zÉŽPÆu²1Ò¤ú;yt(#ËÏ,"§!~ËP¦Âœ•ÕÜ„¤­p¼ö±û#Ì@kÀнg^0¢îØÀʈ¶`‘ž¨7ŒP.ЉÈ'À\xÈå¾iº¦¤¥69¼%ö— ¥ˆ…ñÀòÁźLt¸;ªOï‚÷PúµîÐ0鹪Š­R.‚w÷ÿþ"œŒ7påÎ9ÍîTŠ=FmM~ikSÝg-Ä~ŽåAÌ+ -ѽCwPš|%•4=B"Ce6Ì̇>B'p-Àà®»s›ÑŸ3ш<’MÖ·ºiÛœ«5ÆFžib£òt9ªE -¬~„Õ’¦°4åBÕÈ b ”@68÷- ‡ÈÇõ¹õ6§²aѲ3™mÍ6©þ¦IÃýص®Þ?*A;§=N©V«¤It“…šXÙh„âá¸À¨1}C/'9eøôżû,y×j^q|vGJ‘O´´¥–ÿuÎi)ýŽ| aB0öØòYUsÐ]Ãq¡hó:Mhë&=–]?ö¼7“7Ÿ¢í¾Wøžu¸3žï¿»íLÉ¡h^óbYuÖTáCæÚøUfâ'¦ëBï`o=¾Ü\ Ö‰G7}Dó$SiÊÓ`±0…ÜZºšµ¢ãRÙ™x·ÖE4£ ®äQ§'ªÓÉ|ëçÂ"ɨ­+NÒ­ó7_P™${|³•ô§´UÝÏ÷Øãí•¿c^ngU%ÄM¸îT÷G;©Â@êxƒ®ÖN.7ÿ& -"2 "q°Bë! ßüoì‚Ôè{•M¦"]&áJvÕIŽð>SÜæV{%ÎÕl¯»íæøƒè"uÔV+¾J›Þ×ùz…äIð%Môx:ú\6í玬”§rNåÔ{³éáõ•LfË›úÙ8a“QRC[°o”®£^³ê¥§ÉÓY"Ѩë’-/¨ÙrDñŠM~©0KáHõ팕ϲ=ÛÃä˜xײüiÇÙ£XI{ÐHWì¤Zn* -Èãa…“8 SÜÁ«šøkJ!°ÝÏõœ¿œ¤Ãúäñ6 -Âxãúú>.Ü1´Ñ†2ˆIí³¬|Èm†&ð!ñ{m4Øò%¶ æáç‘à6¿ "¸‚ÃïÈRmH–µ&b9ŒæPôlÜjûkt ­ÝÖ¬äQfr‹Ü¢ø§4f8?$ãB—¼‘,hnx4p<ÚÕ:(yW‹D[ƨo:¦9ûȾEͦ!ÖWªDªÊÔ‰±ÈMz6ú9ñ¥f%ò!DŒ>„g"à%h·̂ܞk»eú&iÙ5aÜÎHqê{b‡a] ­ÌzTóˆ*6ªEd‡n{C\TkÑô=*@ž$ÁvÄ1ÁPÁùnž(èt²¸÷l]'|s7*Çø¯ò÷ÕΖÜ.¤ž ”ð}2÷ -†Js*o”ïýSõ•ÙC8_ãIŠk‡Ï²s_|õ±Ã˜XiyRVtÙ[¤,öÚùJYEŸ–Ì”Wf+ª0è­(¨úz35ÿc ¾š:W+gQôЂ£§M -iŒÊ‰²* ŒàB6HÈÞyyÉ[™ì@!`˜‚" T\…©® -Å*•sÔUìiëh¡jý¾¿ÊòVR¡JSWw3nʨ»XÐ_¹’3®3ó…Š!„/RA’x¸‡æ–B?Ýä~‰áqýÊ=ªQJòOM`H;f×fXT”†.nºYLDÏVt°`F“•ëUeÀ[ê >YtU}5XªÔ86"òùÚ˜8šâ vœÀëuÂ~ô¶î·ŽÍ|´1šŸñD2ÃðœéøÍÂïðR…;ñ§ù‹%Åøó´_|"μƒSò øñ§h:îþº™f°ƒ ‡ Ûm;Ü×'­Ã†Ö ëJåJn—ÅÁ Íwó¤bܼ: ’˜ðØ0Êx’’Í2¼ ]…Ü2|ÒNÈ{ç¹U¿½ ­<ÝÕJ7¸~,ù€ÙäT+6rºK8ü㥽¹£¢^{VÚli§õQ¬]ÞbA(›•æé¡DkÔÛW»²Ž²=Ô7åôÁUWñ¹ÅíÞcyös¦ñ^¸¹Y¢™N)µ[úqYZ,Mj_JIS†[~݉L½mƒ9}»ÙµdZtcµcOacýžÂ¯ ”ÞïKf³xI•²œ1¡ÐSIeJ®ÎØÕ@WY?…ª¸b»z~`¾Ôz#ûM»¾&=ßÐ6§ìZÁ¯Í:9cmS„| ª?ÄãvÕrÁý*3•(Yì‹]ls…QRæRièc¸ÓÒÓ:38Uûòžu&—­*(jÿT{ÞÑê8™Ïw]dɸ‘ šœÏh !uB|¼òhÌ[àÃòõ”µì‡ÏfÀ+öõ%IjÁš†{RÝá~&a^/y"àÎSŒƒûs9O•¢©Ü>è{éOT ¢–Šqb+”FòEÕc„H\«éÃîkŒr¢êÞ‰´¼Wª„,$àéÿÅ.ÐްÇAP>/çž’ªHI½S 4fŒ4‘Û±WX‘£~¤>Ôfä}( ® â¿‘õ8ê„/åÛõ‰'À·r‰ôŽÒÍzŒÁKrˆàC¤%5[ù ¾Œ«ZÈeØ¿Ôj²–Þ²‹½n®ær‡KYˆ`*Öž}e É&U$+@†¨dËå]êg)?(žiNGë`жœ,Cót±Ä*«î—æGL·~áŽkì?õ‰öoyyz™¦ZЬo’ÑDÏõÃÌÕÒ|FÖY _‘’¯˜‰gG¯…¸8@f"8Lü{£»Aƨõ«*˜[ŽØÔœ7–Uj”/0÷HYÂæ„b¾$Ã4˜õ…삉šüL6~5©òÄHOKûLÍ@< Ïåƒ`˜h¥"I1TdW@Úm¥0 Û`EÞ¢—×\Åv©Ä$T¡¾C€4´‚úÙÂ? w·¸ Ž3R¥ùH<ÌA©ÂÕòlSá1Kµ-ý(L½uÃbøµ&uM=: "ÉTn6¡U³Lw¿v£ @»ÎEÞÓ6”L‰û´“P»Ô§Ë$|Ýá‚ç`´>0=]ªç®?é¯a!oõ“$ v _N¸«öáŒêó<¹y†ã{hêÅO‰d&@Y'á™Âùù²|ãý‚UòÍÆ¦­Ç[ëS <ÃäšåHž¡‘`q†(b˜zQÉÊëè*ÛÉ'—Ð&—^Qt‰iöÿñ寛åÿ)ôÀ²Ä%ô<¢F¸ˆq#Õo´×JÍ+‡ò‡”Z7ªlWµ ÿQ#Øk­ÚKü¿ÈÛ„>rz*ìpÅQ¿çÔrÒK¬ƒ‘ G(£7AÍöbu£öiP3¨› b‘ù¨Ÿ²E¥æßG•8ž†5Í ‰øuòTX鮸õ€ ꮘ¥¬pPx§ïT)¯«ª—RÎä<‰Ú¥¨×BaþîÙlAQúñ?`×èÖ°ˆfžß.²‘Ñ‹­à>óHøº³qÛ¤Š5ü#ƒXy™Àªcùny¥¦‹ÿ:Ï ñ5©½º*ž‰÷Ãfð™«÷áïë§"Æù™â*ÈÝt“PÍÜá -aéK«„ÿ ¨´ðØê s_éaõóßr³´‘eE©^ÈEÓ‘¸Nt½ñ·Õë±;F±ß"Ï/®'{õ{ÝdÔ2þ‰ý¬¿JÁ½•Û*— ¯”Áwe÷TËËsŽih{ð¦}È|ëH\¢îˆ…_=K0;ûyàæoÄd®q½[¸¢oŸ&ý_ývΩôl]/ê®5²e*Ÿêy9®ê›Už›–iémÞkÇtŸ—{„žG´Íô}‡—šÇÄMćÉ7¾høÍ]·»‰]SêܼN§–ßnx&­S6Õ—f·¨“kï¦\Ö|¨Ž^»i¯ÜjC³Ê/ùÞÁlS' ß™“ÜF@ˆñœ5­äHÁì–YöšòŒ£ÔEéѬÈV 7„§Íέ-B’ªÛB³Ð镾°.{ï$AeaÜÿf™d垬SÆu~ó,;}Å\˲6ævaMN ó{ñž”÷ì§²£kãØpÅþ; ÔUË}Øï£(Œ›‹©\Oq*’±‘ßÈ6A´(H·-¾ UÂ?eÙôZù!ݤ¬ùš×”…ø3ë‘—Ë]˜Xª(‡Ÿ±ÍÔBËUò¼ÌŸq!r!’ N)§”dRþªYIT‡æÛyб­YO¢¹«žÑ!øŠåôEòcˤ€ŒykÍ4~@ó›¬ÄïÚâ‰ne1E–£ØÖZàƒÜð3À'b;)é¿ê¤’ 8F5‹éFØ-è`ÂèÑ2oôñŒêÂZɽšx!Hù²œðf^&ƨýÄdÜÊàØª<*‡¶HîA ã>Ê1¦C0A`㌷t[ØÀ 1œƒz&á–Õâ ¹°Œ7ø.}=EüÂibÎÿäàªÙ ã%]”…3‹º`:W) £\“a7âTv,Ô}V–£ BÓHá÷ØbSIFîb|žü˜p4–Æ$3 ÃÁçÁTC²¤¼ÖŸõP×õBàÿ­·igU#䈰¼]¥ °·NC7Új·´a[­|r žk‘FÿJHÍ‘Á<©-›/1ŽŠz©BÃÍI»£ôWùVMDm)^§Í¨~«0"äv]A®µòú´k›Wò¬¯F7âlÁ1ĸeX’I¾7Ï]¥¦˜Ò„ýÔo†NîGµ­ÉÔmp“?ÒÞ®Ÿ—G7»öqúqÔ¿ú`Ò·XzÕÖè4\[ñ*x.a¶ã’P²É:]ÔÚË ÿ )ÎQuoÏn,TãÞ2M^ ÍjÎÌ× 5 -éYºž—“¤è뚇Ñø‚ªÁ•Ï IE·DD&ØŽ‹€ÜÜãæD!&½ÆT—ñ‚ð1þ’-UÜ4úæ)È6\*ìK0ßM’eãQÛôOƒŽêíê!ï0}&2è£Ć\Îê=È nX+ v[¯(r–ŸÐ»ÏOáGeKÓ^ðçäm‰‡ùZ•8Ê‘G4ÍAj>S÷‰w‡Ù<5|$1á*ä£)Ž-äLR#jâÒKw•Z¹UŠÖ¼,.PeLsçü4òÄÜr$3²‘ Dc‚¹(ÜÇ{%—BºzîäJÀ„«–ãácæcf§Ú¬Ëc v®¬–!s®iÔ mV1§±ës¯‹ fgOƒf±Q È;€%)»çiö ¼åz†½Á,ƒOá N#Ép˜ÐJà;rSN\R»hŒÐù†bn¨?¯|‹ÿŸ¡ú~kú@0®VÅ­õΕ!R0F¶deÈ”°‡ÌBBÆwo2™ZyÀQ‹¢TZ±ˆU±žŠââñô¬Ôu.,ŠruÜù¼?~žw¢QTØ_eªg2 ý’Ú’Øú.Çáÿ1$Û…†^ZˆÕHu‚°Ç´x¸˜ZHîòÀ2\¢ËÓ6?U”êJšz -3t¾3dzT5mŸŸØ¯ª7olÒÕL„.68ìâÕ­Æo,*a»±‡ùÕÃÝ$¥<—»™ñ;U-ák•¡f§ìæÂ³Ì³¼ÁL=Qð:±’ž_2MòœÈy!£d®‚0NìS9 ”ø¨f%¯ÒE°na?Ôº,æÇ|Å -úhÁpÁMj ˜Êˆ¤ø² ÇHy™C’@ü¤t 1NªÖ€+¸L#˜°›Ú¼lƒ^¡—Œµs)¬ä]Ùò´|ÑÖ+äür·t%aP.K˜Ž?R-Ýp«p ñÆú*]Z±XO@£·ôÞ5´Ð¸’mC'šëD‹²Qþ¥òÉЧ©§À†4+âs±ŠÊ½Öc“uÜà?нUµ8m˜"¨EÆzÞÒbe ›Á⊫ذÖG6IuÁù3ЇUbé Ô®÷Ü|–E]@çSÈãX@Rjº!¨GV'Ü–ÃC`ÇÞíP¡2*ã _3óÖ". A´ÀëÍÈj03j <^ -Á—¡o|à6XazìGÀñœrx6ü›êoD€+ÝßEÉ¥á=h[êBkâŽÃI¨6ò즋ß PŸ€Yðtª€††‘?ÝÒ¡n¤Ÿs¢óª…°;}­„€žÐI9O ãÔ¥T´Ÿò‰‹¬¤=r/¤&ž‰Aå„¿ÿ¨ × @(»ì¦„Ęç>´=´m”`;Y|b[‡râÀw–÷[‚Ï̓±/ÁGÕÇ#ÓÀ»ŒY ƒè0ÿßÀ'ä+|@´¹`?8Ï»1•²l¨o)ʺÔìk`JÍ«-`¬#-¶L±Žts-âDPnfùïÕŒ· ¬¤RÝh°‚Øå,åøRÅ{`tgNQ7poœ]\o¬N®Ökc³€?k%/Ž9b!8Ǻǟ™=Éàrú¢›\AÖ8o…ønåÒ:V†½ˆªÙš}!ë¡ýlÞ_)Klë §ÆDYΕ¸…7™cä±k!fL!õ•Ñmª|ÏkT‘rí$Wé±fÿ4 *ÜûòþbçtfyZÇ%—Z¥w£6sÊ´á|æ‚’³6ˆ¶«ŽøJ©M´çsröµë‚¯o`•á|“¸|²­©D]pØ*3gFš'Êv%­îSŠ^Î4nû×úNº@ý8è-­ùìI†êØ^Óˆ }(W€‹9¬³X2`”[~Tto=eÖlKÊØV«IüȬ«ÐoÂéU•_¯S.ÚŸƒÚI~U¸¯Ï—ö¦7–s3±rÀ‰=m›å3ªÿ§y“?Ä|1–~„¾­sO̤†ªÖlšLŽé7‡ýN|6ÈƒÊ žQçËÂL—ƒ·í°3‘WÐIYÃÞå i«Ñ‘>ÚmZ‘p“ì5ÛØ@ Ya$áü7H„G€˜ïW˜šíå^š¸è4x5»‰¯—–Óñð¥<˜*†GÒÒ†8%ä}ˆÇÆ5ø'd]X(îHƒfa(’ç3Š"¥^ߢ~ˆ‘{ ©@šÙOà3Èù’JB"¹ƒd9é'ý@ì!îÅã#"y„{œ°É˜?*úòV\ä3€F`Ý^bdŃÇÐa ŽFw–, å–%¹›ˆ&³FªÇ¯>_ƒ»3Ï%ÀÌ ½ˆþA»ˆºÐ(j‰Ïi¤‹œæµq!¦ò¦Ã0ÎáDA#Xb±Žø¡fwÎ9|Øa“ÎĽí…ñb ´9KRÐ!ËéШԼET‡\aÎø´!!´«—7ÜAÖóÁ®„'GíÀ^=ÇßoŸ’“ˆÇ7d§v`­u›'Ð÷5c.ªp°BÕȨ-P¤CJ-,ŸFø>óÆË N¦†y\è9ƒCC©¸¬ððÎÙ².o?˜2РÎÏŒí«ÓÊ"{kä%Lð¸½@ÞxÝ -*ú…çÌûU#üUÌ¿+ç¹Ì¡>Uy/‹#·£ -þÞÞœï‘%h(+¸‘"©+)®Œ ¯Ù+sŠLµŸ)k þÞzG) <`Y¨ž$ì­NÕ´óSé]ºL—$ò™þó²N"Ïä(øº¡±Ä/3©®Q–l©é*Cc:“MOmâm§ƒã-•êÑ@Su_¥‹°—ñÒ%óM”UϸÔïí¬Ù8ôlÕu)\3l5ÊÛIƒŽ¥*:ÆÕV¬ŒPXnkn‰ß›}µT` ³§*@x†fëñ›ÉÆ:—>‚ ±¤ØU°?¿¸vqŧô;Ž¤Ê°$‰­]kŒÞk]¡k‹˜mÞU5 î¨^h˜ȧwƒ„=”ÀTÈÿ•8 Ô¹|Æ3ÀV+¶º—×íh×—iŸnP$öY«Œk¢Å–9Æ¿ÂOU7šŠõ ( -œEuƒK„§È ð"ÿ1 2ºúaûa_Öª€äͱWAÿH;a} ©³,2¨wÓcóBxV¸ž9 Lj£é °=`Œ| ÷ -Oàü<¹fasí‡ÜGÎåjmJ¼"í[Ë^”ðƬÿ?Apu¢¸B¥WÛV’Œ ™Â¨ñÔŒeF¹^†-Gr'·q cƘ{æÿç>LjðØ¢-m¢Uz…öUÚÚ~¥Ò­Õ±[íJÇzö}Ë6©©[Ä7Ø}ðE¨Š'‚&‘°”:ÛƒdŸ9p xLV0p̵X•¨³?ëôø‰ÔQí2·UåöE[+Ûo*~Â(·ØÊœil“7Â7Voãñ¼†´ž‚Vw?T{Üå0Ê—tfÌ·^Í Ý3Ò²(ÿù·@SQ‘&z[Ãê’ a.u–²ëŒfG®ŽÆ2´ðâ|stLÁJ¯õáe÷;˜VœOX‰ÔJdìn9[ôi±ySɦ¸™†“e{£®Ö—W(YW-K+O2¾6¶ð>Шz¶`»oµÖNhô&ãc¢ ’;j”ÌŠa›ìSzOóÓòú$¸‘Ï͈ãZIUîQ–—¼;,©©ƒß@¿cØS“I[§#ÖnôU¨_‰þòŽÁþ+&¥!?ÈJ Ð]ù—´M{ª×&~²~à âìêúW¢¾27×±BEµ9ôcú@ÑQÚ?´+Äó¾Fü4Þ›NÉl$+ü«üÑòP|J«jxW›š¨­?"JŒ=bQˆÃ"/›„"k¹!SònÕ…H'hŽoYŸo7î,W{·¡NŠÒ ØG¹™˜V*ÿH±ž‘‰7ÕárûØs•ˆ4¥ò×Ìi=_‘AWj —iKÔ™Jšï),MiõEò•Ÿ=C*—XÜS¦*ê{EÂe tÆ:™„À`d²Á 0Oëš:GÓ - Ðâ@·ïÚ˜¼Á#èAßRâ8 ÈR=ë†ÑÜ„ -sº=bÔ Fô½Â4j/"ú.õÜ»åöv÷½„ÚA˜÷;Øœ÷H @ü¨šÝRNYnh·$¬5Ñ4³Å†sê—Óºgj7f‰v Eߦގq¶¼ÂÒÑߟ²kƒÔïòà‚Ë Š×» áDi„Ëu¤Y¾5a¼(gÆú·¯¸9Ø2Q‰±ªš^óòyÖÇ|V`—åR‡ÿ#ãXíjJŒîšx‰§£zVòÜí3¶UÖBð€o*6&Ķ/âe³o¶n­n”ÚòøoYцš¿Tí$./¨Fã‚”gÙÍ”‘vöÊ9æl=GåÏð6ÿ âöÞ¨Q7ëȪ۔)uªjÞóú#àãþNb‰Á`PïÒoˆyÖd…í"®Xç¡ÌŸë* >ÆrÓ8„¶ÈP.u«6 r£ü…w€W<çQgPEr‡®‚!D0Úï¾hÛŒkbº»pǛՙ½–ztŽþÞd‡rëô¥ÈS*Cs ظ_—x-ÔO -ƒ² G¢‚ÊÝšfºîZLuà í…~}žfœi0O«ŸÒ§9êZÝ$N †h¨èÜFg G.{Ñw¸Ÿ”ÙA'ˆG púðÇÜ]{ûl#ù†tT×R8¼o»BS|=çb•¢ä„üŸAú~kò@\«€Š½ÊYì©H-†°d(2j…"ÃBB>²Éþ’/ßÈÞ;!„JEëjk¥úèµÂQÛÊi[«‡‚z.T×]ÿ÷§× OX†BÁÚ!¸vkƒþÂÎ%^—?ËŸÔoLÏ·éÆc' 7â-2¬Û´·¿¬Õ™Û8Zñ­c›yaµ×^&K§àl >‘zÐ*Ìd‹¢Ì]wÜlÈïáÇ™lé«DŒõ±/ e†=‘yˆX¿¯ÃVå«j¸P^ÓxÒôa¹ácŒRäÆx{j¸®PæD'¾ìöC»&ŸÍ3Z¯¤ˆVZ¢ãHzLÖH5‚3Üiw¿Ú“éù“XØö¡1mWmóUÔOÆ5¹¸³Àˆ7ƒ¢¢7xFK‡ÙÙõ¦üM܇ÎÈ´·ÂÛé¸å’Ï,Õ‘Çà?Œ¯÷|]¼²ûOèN°k‹ÁXéî¨AfH€ŸÏOZ„”h“M´R'ëHciþr.èNI›¦:?Š['ž³¾Œ¼w›&üÏwˆvKÊú¬ÑOWŒu;¨º¯ó)wÅמWÓOcµZJ‰¬”¦þ¼WÜE Ói3‚;õqŧ핑30j>Úuœ³¤ÒïC¹gI\Ëf>ÀÉ^ -—ÐŽðO‰YóVq+§´, rðySp“èLê$Ú#'|*;„O*F±Ç{ÝÌuµæF?›H—›Ú9‹„9yN8O/póÎRü¢ýšRD|œÊ«–®ƒÐT/Ãs„¬+Åáäïä}í(u”“àéc@<¦1€u_`F38I"#—Ë3‰Áš^Á(D*é+áÌÜ«’hXj\ƒ½ ¬@/ÈàŠå©JÈ¿w»×RA«õ]ŒCR#²”‡‡8"N/D¾Ç/ÁòJ„¯eò\@üüPÊ[)Uqˆ¼PNâP™Y½ u–Ü#›v†ä'uå´³ -Žô9S¤xS§©KPºÈQÜ9UX±U0¬êÉ™©ãR† ³úa!’­Yƒû{¢inqVw릜5”Ý;-š¨ŸM1ë²÷²¦u¿“@θn xÿOÝÁœ}¢=å€ä‡°>¤Ë‹Ä0]XsLÕ<Û #¬µÅkÖ­F(ˆö‹e€u“ù‡eAõÕºÇæün~€I—S% -3žN±K Ï ˜`H(ÄBôXÓƒÊ} fû*Rº§@½™ÒQÿZ²™úƒËÇJbÜsÆU—Ô…Úÿµ#ž—o#æ„ ËíD¼Ï,&dHϘ–DÑ3†Ã¾‘ -ykˆ-ª:®¹XÔ|ÕŠuµ7¼\¦ŸÚ@©ºÁ®pÝä¶¹·N FÁ)q´õ.¡HJ6F|‡J§¼Ï˽ ÖÒªòŽå—äÿø¿Çjq­‹˜«èìÝUUJÖwÞ=EíÜ…žË[‡L×›6ø£c ¡Fl%FÜ@ÓMíÞ,âXÏ#ËÁ]º‡”7uµ€,ÀÔQÂè¥]k›©Šg%6{Š8ŸoÅÖüÿyZRh ßJà@m]¯ÐE檖xá­JãWGbj$âZ`9ôwI;­žu šbÞ­fÁ…œŒ¢Aä2_µ5ƒE½ÉÓòpÉ$>^1ϬþI¥•­ÙÃ+¨ ¶ÿƒÿ‚¬š¶1ŸˆÏ€ëŽ2-âK>N~#…+;åã¾­uÑueV7†ëQJøáüÓ Røžð.~­ˆá<„`ƒ(¡»…aHråu0 õ^“H°ûY·¤§ä™ÉŸ#/î¿„Påùp"VØð=#›”Ì/d™²§uËäK…U\’ügÚQ~§ÂX%| Ì(,+fY ªÚ“£‘u>£©ÿ~NîÓØÜVj‚fʸžþ\‡ý›µ[ ¨œ÷µJê-žPÛ\¡ÜÔ~SðhÏem–Ü×^K^ s´÷ð%è v·Lª}WŸ˜-<ÃRšÌ€Ž0sÌ^¾=l^LåRLæòGüÇÆw<‘ËeÎþõy,é™ô¼¡OG·é/á*e‡ôE®pʺúŸõ!Ô4×02ÇXíìç]dw´ÔÖsÄvI¹”f+([Wdˆíæ»I·¥¦xùÍèÁ¹e%ع¶fùî ]bmŠÏ$ÑcŸð"™ ñµï×u»¹å‹xTW×ö ÂÇPføÒö iê³.ƛȜ†ûQ6߈:rÉ[ÚñZ@÷¯€4zË×ÇLÜ]xس¾Xâqî@Cßv— Ý›‰jç÷I— j{,Þ‡DYŽâƱs¦R»ŠäêÆi)½]¼€úC‡•Áhñ7IlA‹‡(àæ6·“1ÔÌp¥;1i -tÎÇw·­ó±&óüz TiÖ߇ÇHd”œñ&P- ­¥bs˜øLVȉÝ+¯àƒ[X -DtxC ²S2½Vu ;¢ –U8¿{ýº2É8í+ø4‚éå¶Ã™u;l„Á[H B=‚Ï4ØPšñN E­S¨ááè-Ê«}u€:Vd6°õš“`*ç²Ô+îçÿAÑÂÊ6©ÌÚ™ ?•ìÚöHEû±gˆyýOrÖ]ªx&÷­&ªØÊV‹7)Ú¬®ƒw!DÔ-Qשřÿg°>š:S±NED)”0ª¹pœ,¡M,¨LYQ „¬÷òöÎK^{ʬgÑã\XE½¶êYÛZ=ÔVÅj‹‚Ü‹ªUÛ_ñ}Ðï›Ë%Lk…Íè˜Ü‚úáÊvÝKÔP Ajj)Ý!j¡³ÓœOu'ѳLþ:6hQÂ(*7·{6v”ú -¦Ô²Wˆ ½<Æff…6àÇ™_‚Hc»E¿Ò‹9ªdkÑ}æ õ°8†5€k *öla»)sWÜ¢¸ÜÔ‹/·]VÏㆣûÑYÖÅ¡îbU5׬;|C¨mÖa‡²0ËáGiÏ -÷…~¾Ð­¹h ŠæaZÊn?" †ìyÑMÈû´P¦´ê$2lž%µ‰™fRe0q§¨¾Bm.×M”WkĆÀ²¹Ý¦5¥½)y€ÖynõeKeÉÕh |Ð1ªD„A_ã7…ù¾»É>ûJ{†úYý°±îœiP7£)¨Ô'V?Ï 3òUHÊ$󑊇«·€÷Ê•Ñqp@é™Ðt4ËÔ‡3ŽÝ¾—I«i«PÐzWiNµÌ4ýS+o -(˜U\¿Å=§Ïp­îur¯Ù¿æçÕJPWõy´´¯Âú ò¸,±E­Áa›\:A<°I]¨6/Q-Ýms£2 ÊÀÿ›ÜʦkWšo–Z6·ƒçéŒÇ—s~’î,)ŠïEã=Q¾Ø ðFzŸP )žämû>Ñ·t¢Ý‹¤õ j½@7£gQ›éyõœÍ^ÀžÊËNKfEk’/ô¶<;žC:ÊfD¾ÆäÎ^é0>R¢ &9‡DôŒz!L&NG4Õ:ƒ¼Ñ½h¶)¬Ýô¹ùQÝþŒPð@Í­ÄP퟊ˆ+%‘7ÐòéUÜZšA.-!}½¨ƒÂ„¿Î¼õºyXßÜv¤°ÝØØÂnJ7ç6-I—6\Hì´üQÆKàÿV?ü…+Aé þ·²ñÄgƒoE;ŒÔ~ «¬â·)æAeþ¦G|²êdÆ~U¡(1—éø•|¾á|D_,”ñß@ ¿Å6=óa¿-‡”Cl§Ò ±7T …ÿæfkäG¸(íÜô%œ¾xè“V®Ã¸oÅQn ÃǬñ\Re݆zûwð®ømïe¼‰:‚ÔÝÂÓkÚ¤=¡áé[ú`Å3FnÜœ¦fºÍ-k^± Á«+’Ù:Ø+ü7Í“Ôqøÿ~«7yË»ÜÚÎ,¼ˆ6ãBãm2Á,*ØJo!nÙúíg¬¡èôý¸—ÌZ¬'¼žyEäK¶°{(wÿÜzú„÷enŒÕ#°Fè¾á®FTê^b)Ú“k$ƱÁT¹"K©Hϸ]t^̸ҩ’&f€Ä"¶žmòñçdÜaør…„õãè •«ÂNÓ‹rá»èc)NÂÊdÈËÉlæa\6µ’- O ¥œ¤™™Ç¯fÆ­Ù>Ûc€Fá4ë¨~:ò‘*êà 9˜“§R&ã _!$ÌüÖ¸y¤™ß¾˜‚ùc’äûÅfÿÈça󰼂¦8ã‹ãáç”|Jz²+Ѳ’èäf¬ÅqR6ˆw8ÖÄG…ïÃ]É B’¤™ºi¿$¶Ò¿Ú >w˜sö¹–Hðe «‡+Ïçý;+]³=‘ΊiÉ1hùTY-ö¼lrláí|6FÆ—ü,i òýâFúEóÈ>r o¯°ÐõyÐé:QÖaøaͶõѪ=e¹˜¦²"¶o- »Dœ-‹–Ô/œ­â´_ÉTQ ³DØüZóµx±¹Kù -hü1K g7 ®?Œl¯ûN&EÔŽ-ÆCªJÂNºŠ$I%¹½ÌO|ˆºâtåÒQ–©¥©ÙRÝç^ÅÓ<±ÓUY›µ¸$_õ`½‡ãbaÚêGºîËèqaÜøÁ?z…f@ûÑ[aÔ·è¬àŽEø¾ý.¹ès¤+]´Ó.*±2BèÔeʄԢ×ërì2XßMÝ Ç Pk($H¸1 -&È”dd#+€aBÖÉYßï9'›mE[µUñª·¢ÅòºÒZñZÛŠÒÖªØrE½¨×ºj-Àóãûy}Þ)F¢>ƒ‡«7Á†º6ѧ0ª¡ž¿.Sçy΄º0Vxi𪵃Sòe÷ÁWÒ‚Ю8“¡Šj‡„¯ALmzÔRÀS -.*G‘|¢–ó½À\íÏ à‚x±€'ª­I'ȪPù}¢­&-¿’ØY“>HtÕ”À"5Œ¬ï"Ž7î“<%†5JQ>ñRÆ‘îÈBÏR2Ò0Îv"7c‡«S0¦þ´ÜëWÅäíÅ6ö¦»álõ‹ mxœvÝúP¼QGKzñcúó¢hü­Á™ND¢2ÏV‚ľ`o$NããU:ÃÚ§¥t•îEî”ÑÊ zÙ³Á s7”GÞÆä¨P¢Ç΢ŠüðåX/?8â9€Rö‚K.¬´"qç5r's“ R|L6Íp”X߃ºe‘[Q qP?¥`BäŽU~vƒT{Žã‘äö8¾,SÓ/¤Š¿Ó Þå k¨[iÍÈQjw|¶aU¹Ñ°ŸZ.á "8*šƒž…Ûø…˜æ{ÍÄáJw6¾ -ÎR8ëfXFŠºnK]Î:½Ô|7M ¿lÆÏEŠLu‘ä¹±[üÞÐÊÜðŸDW1Žüô-örÇd”Î=û oÞ¬å¶XŠöjo4ÍþAG5õ¥^ÓÏ·éOú>[tÄs¤È:]ü‡ÁÙÜåÿÐÐc -ã—¢™Ìm/ô%ýù”nH*~Ñ”:·ÈOëß±?»Qûßv¯Ô­ºÆV•t§žßÜ1¬¿gŸÿÙisõ3$YVòË ïM©^‘è!¦É½ ‹¡gU|hzÕR8j¿’ÇÏ:iëÙÔÂXaɼ¸Ëæ2Cø:sÎæ'AæŠê !j4ÕòÙÍUùqbè'šn·4:áUL·± îβ†Mf¾·ä•N&_37–Æö›ZCa?TŸ jgîÔ}%T2+¾ôù–Ö«wqLÔ ]§[/%30eæ}òM‹LÊ/e -M© -i²ÐØQµ/VÄ\¯VÆð¦Î+‹¦ž åÔ#u­ÏU¢}È9 ï Å,'¨C‡ä¿•• "æQµyc=S^kI²Ñ?+«cѱ ™aÓ©þƸ *R³Z˜ ¯è–û¼… -d)眃:³dàö ô/Q~–_C»7øe\ Nªz§üªÙ1ëàSè×P£}ørôEÂTp¹èë,h0×Dc‡X_€ÙļÒ88¤¡óÎÃVí¶Œ@˜¬Û•hÓôÍÑcàB†ÖƒBƒ:ðGÀCK…‰ä Læ+$Ïá±Ü\²eýŸ,#%  ÍóÁèHú 0+Hô&obW£;Ƚx|h0Y…ö Ä¡” $úF‘lÒ›k$&ɲ…ÄMà]|œô¿æZÉàCz$ñº$\$~…‹¢S‰>8/t±Î ì$ìàƒ0а‚g¾é qÿEhÀ3v9Qþ*ö!˜rg‹L\Ù0ádü%A‡?4G/ÆÇ˜;!ãø(SHâãôˆ0B‡úào©ÃÜ!bµ‚½…p„§‹öá\{wN.±/‘5àa¶‚„5¸Uu÷³ÀoñõfK` žcR ƒp¥1Ý· 71aÜßñÝ´„Ý÷Q9EXJÛXNFµÈxØö°á=Æ4ÿ#ê ¶ËþMÈAì;[F`vÏòo¡w2s}«p±ûÏ`Xìk¸šúmÓ³-'²Þdmoœ·=uMÛÚB®´¿¥µDÆ5=)û3ØÙž«¨h¶Þª¾)Xm©W¦y'™?V]ZvÅØ§ u=̘‘-›ÂÛü•ùºU^ì™ÒÕœÀ×qfB?"Ž%6r}n¹Ù‘~δՠMr0~®õ0Î@¯†K™ L%>BWâ.¢×Ô~ü¸ Nu O×o8 •ìdYÉw@sÓäGŒ¦§ëÈ”ÄL/Ùs~C^_JG‘ïÅíT X)zÇ@†@ Åá%‚N°‡SÁ%Ö7$^åÔ}èw²»L%ÃIL¦2®1Ûéôõ°T Ý)ÖÁ ´Lt®¤&ZÐAíà•Gj=’Vøõ˜\÷g¿føÖÙ2Ц,ƒ‰Ó¨–´˜ÊÏ|0ì<Ükz%.…S„èè0V 0àÄØx¤•>ÆÙEò¨»ì%ÄEJ’ éðæ»2u¦yq µ¢É7&Òv×°p¶õ8 tZ®‰®׿œ¯¦À ÎCKV ì! hƒ}„‘€„ ‘=„@dïüvv„!Š*zUKAAmõ X¬8Z®«Ê)N8Qžw÷ýŸÎh»°˜`P»™óÑ\G¼b44T°nÇïE¹Y’í¹Œ7i:¾T(’רÿ¬ú;®¦uWmqÑÆ­ÿ7AdÉãTáq&ÿIàzUÈòÖêr$“¾hŸ|!o×çr·,çŽÉm¤´zû3=éh멺ø¸Ûqv"ñ–ågN¡ÙtŒÏÂÇ. -ÐÀRݼ¸Ãû.Sy¨‘^eLÞb‡¡úâ¾½»VN›m=ZïšTd›i°’Z¸^Äa³7˜À6¦ -xº^)^hÆÆ¥{|¾Fƒ®Á¿©òóŠíüúÊÌ{­ý ý´FÛÎUÊk4ï>©Ç,hú@DÃBwB©~QœŒ/Óm•òGÑcr³O’¨ÄpÞÐGuqîÖ^îåL†í9ÿ0m•5¥YJ9hþIèFb™\D'ˆl_Â$0tWdnx F‘O>FÆ”ÌR½ÇÕCñšÒ\Û;¡ý•µN¤IýÕ|W|‡"0UJ¿"Q wdTb™¾Pj°ËŠ1|'š­r -ò†Ÿ¨7úLAû4¹¸QТ-Èé³êekè7¹wªÂ´_±š’lLPüEÚ ÿSÙCÌÑ1U}¥NÄA Íš 4˜ ¹âë9h¸à3C±d«>Щ¦ÇêþT’ÕDS¾1|«±þ¡›Ö¼$Ò0P›C¡ÚAü<¬ -âBPîû=ÈxFjàUö¼9<•ñÑ8 ­§¾7ˆ ù¡>ÊÃf¡Lbz¢äH)Š¿-²OÀ{¾¥À pijXÚ³ ¦8L”±ßpROêMXùW‰½Šy b2:4ðÂÿTðå C`-¼ÑW@ÐNOT{ -òÉv7&š2†F1Õ¤»`¸BÞ‰Y .±§Ñ&=™ˆGÊt,°ÚPGÈ - -‘|ß. .ñÜ«•CæL—=´¢k4—ÞòÒ„$·mÅqÝÕ1Ecµ»#oÚ§Ù a%- œ{ÁÎÖˆ&ÿW&©h©W’þoéV÷.¬_QL?Úk*¯H깺-2»ÏL }é2Ö%ÅlnÿƒÍˆœi[ÂA¤¶ÍüSÁñæÝ‚þÙFw‰«W›n@öÌý#Ú«„é™»VTO¤2wìªM¤X·‡²&HS{Êb¾³/å.œi©äÿf¶L -tÁ5¦dqž¿QGúÅë6Ö«`yБ“ªöŒë;ž³ÞQÿ»ý`ƒ/%±³ˆ“Nj³Ïñ$1.­ü¦È«Öׂ—af‘895:Kíþ§tgå“Þ8ôˆrÜ£~­6d”t¯çºQÿÕù†÷€²´}¸i€Äi«4[–‰â"¯YöIV‡ ˜6IŸÖ¿”ÿîÿ ›PbÞåÈ5µ§Ç ­Q§¿î²©¬žMž±SE—HE­Î’o‰ ÖsҖȇfL¶vÙ¸QÁ žÕ½QÞˆG画½÷!Κ -\¤Ñ²ÓuºKŽPÚݤÇÉãmËeÇI4Û=ù ñ½å˜b(rÞdQކ½0d©~ qÕy©OPOÍ€÷¸\«Á5ƒ€Ò íç•qÔµm7•/È}-7Tí¤hë¸:œøÒ|X}.ò“±OÃ_¡j—…°\mg@?Rxùà ³€w¬ž¦—Øi»SfZud‰m‘Ü,AâL?s‘_ £`X¸·n˜R޶܀+ðiPëCƒ( wøÂé®m&ømÊ¡–>Ä•œmBÜc¿˜GáOÄÆKðÍ(ý<=‚9!Jä%ì°¡“>ð”çé솜6Ÿn•é )RÛQÝ8ù{Ë}]aìSÓ<öˆxÉè‰5F9ê7£ÏÂÿÿGãCìH¢ -ô€Æà3>&P;yú ¨áŸ[Ëfsœ[æ*› -’᮪ç%Å’Üš-å±l¯º3Û^”­dSkvfÝi|W•|ž7Ö8ºqmóþw¡"‰€ë;%eˆÏõ¸g0ª¬OJëʇÁk¬mOEÓUdæ<ëv ®îa©cÝgö¬U K8G“#¸~|}Ì`YPºG˜'Zðý aI»ßæg3i·¢ÇµWZiN=Mh¨6´ÔUýÈ9Çðª™å;lÙZ×¼!©¯q—SÈw3C]Êòó[å²®…ì7ÏMÂü[Ü_4óÅ6¾@À+sh^R{½À%…LÑÒÌ¡ºýbi¾!Eò8f%÷®¬0´¡¹B~Â/AtIØ™–µL$0|ÌMƒêƒ…d‰²¹´ä•´ f¾|HRÜW¥•½ÍÜP›)?Aùƒí«Posž)7… -šzT+ýѪ©ö‹tL5¤ßí£z«Ræ³Õ‘MÅÅ[Ô5Þe5V´¸-^}ˆ~¸&F}¢«Rϧ84_‡v6-×$øÝžÕ°ì¼t12¢ãg¥ ›”âÜ ø<_VxÎ`2 ‰"n¥/GßÂ$ƒG(Y¬ -0‚xºQ ü:ÂGd‚°N;ÝFM;c¶`ÜÌ“\Ñ‘Ã02x£]†ˆêÉ’[ºÅÂÏAØYúÒêÔN‰¨Û0‰ã áøÐiþ:(Ü¿Yèú´ÑªÚ h7ÓÖ&¿Õr·6ßl[]M+~jÙXØ_N7•d\¯ÚoPSþÇðœ¸5uw¢R°®Š¶Z•€â(1R!`1 9$ ä '¹^’——äå½äå¾ G"ˆ‚Bí´ŠZ­nUVŠ :¨~hû¹UæD¿¡xRjAK·ßð‹—/òMý—JìÚ4÷ÎÅž„Ç<‡óŠÛ¿¬zI“´™Ì9%i­xMãló)ñ}v\©\È;Ôp–ö•8"˜”—Ùj;Sg”ÓUI ‘ï@ìp‡wsã’\SÏ¢*yAýÑeØp±êH¸GŸk{*°œGÊ7ñ–8Fk‘ì8Ùòà®O#”‡j£’¶C±ÕÏcƒõÞ×-õ•M¥øš%Ò–²›Wâ”éV~ª$¤ò‹&Y»ÀÒ6Ú v!°5‹«·ª¯ne~×$Ü1ºá¶è¯ÌïÀ<çW?Qt¿ÇòJ²ET5J:+ÕŠyù‘ò2•YÙA‹Ôăµ;îhŸh [—Âçàò„ë¨]ý -[cß/ä2*í>%Ÿ-‹1ëE™Šn T9©|+–ËN‚¹eNÀ… -*Õ:Ý­<Èlø€4¬w¢´„>DaRá¦sKÃ!Ö"Õ˜wœ ‚ýØþ1¨d‹juÛDvI³þ³_~Á Ú3ª|ŠÌS^kRŒ¤Z‹K8oðšãFŸõ“à[f*üƃ±ž"iÆ2”£fêŒû„=â1ÓNæJ#îÙ ´›×QŽ‚+,á$•Öf™N„¯Zµ£S¶kõí¥·-î]ew¬ttœsÀ:¢’òfl8Á¸HcÓ0¬’_l}ùŠ{Pãíe$ tÉ~ïOàç*Çl«E±ê}då=M‡ì­L¦­à>V¼ÓG•̨:á¹W52Ä–qR·Ã˜JŒ4DšžÄÏ£_˜£!Œd%ûŽq«õí–!þ9ø±vRô%‚“-–˜P2w­|±°„¡$˜D¹%`,fÈk fʯpŒ¥“ð1òÔz6úŠ©ÅÖ_µo^`n¬øÚ|z(øÕ’/M?· s¤Ò)ë®âÅ´õêÏê¶Œ 2D¶]J™Õ3íé*B³ûÐô±ƒâ]T^âÚ‡ù8ï\\htÑ%rQÈEbß\t­(fÊ'œ¯¨Ÿ©âœ·3¢4JçÅ”9ÝçÎ.`p¶à„Æ^gƒ{†yÜï4u°-Õ3šLÞÊjFå€íkfçUvWÝ+š‘MWᨠ-e‰WLž/xNê–»!Ô -Ý \§‘áºâþ#£ „ÇXéAlà>©/®LÐjçX÷Äçjþ\ô…,:@§f-Õ³äàj_;q•6XE%ô“žYܘ1Â=àÊ¥§·T“ÊS ‚aœ—M‘â!¾¢qË#zJ/‚¤@=£˜«¥“Ÿ¨›Lb¼6®šM…[ªT1 ÐQO§³­Tرí(c· ª9q­b1Àëmž`QDYM²¢lÉ݆ÿP—(¬Á}äÇê¤ÚKÄ­ÐhO˜€¾î˜èa/Ã+…ŠKÕK*sk”º>ޱ²[‹ObÝ5„‹ý )–6ïJE¯©éE&®úfò8öV«Æ/¶tÁÏÖuØvÝî ŠÅAï©N‹…Ú É’ò~Ý€<ª³”„œ&äCpKÚKtRKI2õÃ4<ÞB)ëÞYK1²ó–üžx#º ø]rSuV½P.eƒ·€Ûeÿ€>WïØ[««ÒœÉy®ÒmHëBZà–ä^c7º Ÿµ›Ôë‹-ó÷¡¤ø›aVNQ]WvAðŠ®ê†Ê"ÀË:m -º“v6ë× ai úCò!´ÇÔ‹g›ÍæõÍ׬TûB1AG‚ÿ.™Ð·rüB€W‘$&]½ÒøÀغ3Uûƒéû´Mp±92¹¹lÉÇÛMaVÏúIs‚í²uTðÆ”«¿(þ[®8-íþãŸRdš Œ3ÊK–µÁm–o³' a«2-\/°}”|ÄðÌ6Œ?mäÛ±è,¬Ç±ÉÒÍ_騮ëe9ùO’O޼쾣•±p;N`êDÇ•ì.ÍŽ;Û&uÁÿ1\ÞoM&FD¯žU®@8$Œ’'âA²w˜…@PFHHÂÈ_’/ßÎø²HØÔÃq×îãq *W¥ŽG롈ł‚8N -ž‡ÔQÿ÷×÷} á‡ÁDÓÆàŸ¡Û¦tcRbãÀöõÀï¶"Zͤ-™+­?b=[Ú#V[còƒd –þ4©rµ%>v 7_?¥=`.^‚*Égþ—‘{d+úSÕ¦æ> ´º©é?ÂVÁPãg¾î¯Î¥Å"³c4oJ*kHc(Êì‡b¯é¶ŽðóÚ`+â£{mÁüß"³õf»îÈUµq-³Âµü+íNKí`ëH©›p°eS^d¸É˜&qŽÅ^R]p„†ßÐ Ù±hÝ>ëý¯‚\ ÙUé¿§OõÎÑ]]õ‡y:qNRÍÇ™¬Qᆎ y6ÉŸZgÒ¾ç5‰=¯â4ŠÃïiDŽÍ!ù:žÝå+²Ñº/ÔÁ¬õ -ˆ[vZøbï⼄‡« X‹ˆI°œç‡–ÕŸHYÄX’’èI\$_ çà;j–þ ëÛo˜„'Pzœ£Â´¡\K}XÌÿ{Õi]~íXÉcˆ-|ž›ÃR”j䔂݉¾RéY8S+ ‚ÄAHåGÑ¿@IøßJLð½Ò«Ë®+PŸN²i]$œ’•`¹l<§UwFÉKž†ÃÙè -¤W ÓÓ°Xh5µ ?…8üý—¸ä¡â[ò_¸t¶–«*‘¿¬ü0£¼_\ªÁ‹9îàFMorƒî*¸/: ¶Aôd4i¡^Æîc¿«‡é -Å˪ Ù#YŒZP+25c•Ÿ«~F0{ ]cv‹¦šIŽHfô*H‹¢3îI]À¾$T?|PÜ*œ†:¥O%%°]°WÖ†H+ª-h3HEbÙTµ›Hz£Eð¾¨W:ÑF/‡MzUP*7QTø×Fš6¤~¥þk©›h¯ÞÉ"õÒß/‘G|‹~P2 \Æ@d8˜tNã4,F={Œyt!tÝx ˆ‰<0­ œÁ†L<ÍÖZ…å¸$En1ð³Äƒ–Œò4™‹ù×¢ EŠù8ƒPáfqR‡úG3=ê†v™|M¡(r$Dxd'e« 5XCotwÖ½sŠx¢=ŽÞ²»’ÿ6Œ.Ê™  †ò¤=1I£ö´)¢.kk¬]t³®ß2ô üÖ²Î?s3Wc‚ íYbÚå¶@^–°»eúSCz5› ûdö&ÃG¹Êy'©@`ÔyÍLÃzz«®ÀÖt>d­ò/B/Xþlãïd‰v×~㨞­ÿt®e‰â’ö‹…&éT듬7 -¢Å3)pm¢F iÌÎhú.p©¡0è,°©?™·ÙrM“‹³Þˆç‰µå^¼ã“ý¶ÌDè«» ó‰;5Û²õ)Â5 ÓúJNF2(ì°'FõºMýÆà°Ï¢i7ãH›"êAf¹–ê´s;ˆùÔ¾üs6(òÌ´ã"id‚œØ¬(TëWÖ°yý#íÙMÏ —  ßJcú^eg!B äVûš Á«„?ls“’ˆ‚ýÈÙ¹ŒWh²4Á;ÌGæàg´;ÃÞ Ô@Šþ:2îÛk¸ŒË”ñªèE½\‹I“8{Á¹¼ô†îŽR^°š8²^£‹Fó@Cd(æ„Úh.ø%ä``61õû~4¬"^ªaå·u:u6PWuWsV³¶” -®ÖZó ºrð]ÆF¨BâMˆ'ü&ò B1Úzì>¾2!hD“_‰žcp—ÿNq -üP»G%‡Rª|Õ^0åÔ8Vþ*í4;}Xb©ñLhOŽtG¬D:m3æ®Ï ìÁ1C±ßbÔÈ”ȦqfÍmÅU|‰¨:ËMM,æuinêkÒAP¤¿yXá^Ã]Z&Ê2V>ÄçüæˆB“ZZ,ÝNÚj‚ä\ò@園A)Ù |F¶å嫇I<=N‹’Òx7]")ˆX†Þ“Õ´2d€äS]±:²žŒ?&ÉQ‰{C» MFkȨ”+Bí?—$(íqyîÀuÛ¾t/ÍÛçq¿€ V,b ª±ÌÒÄH´¥Œо5RÊð&s‘d­è×­ÀSJk>Zé*iú©ø•rmãþÜÛÀ -gsÚSõ{7¡]h¨ŒøM7e£!ð¨Í—šî³ºPŒx¦eµyïðæ+©è8WqR´g÷)JZ»s«ªZ6¤]WM–¸›ZÌ9õ‰€;hVXcÿŽZ²mŸQºð5–½Âì[ÊãÿF.•s*¬äŪ„â@¬~šsšdÖìIÉá¶Øy²@꺥‘T*~ ÝO~¯6¤’té>Yæ0äâC7{ï™aŽ –ï4®ç0FßÚçÙ"Tš»ÇxLAnQ?#¡C&6è 7]„>‡I:¦yã­üÁêI"°ö/e=Änai‘‰x&~™ÍÑÈZSú~eB,Ó°˜ßRnèÑž½eÜ -iúŒWÐ0Ÿw¦BüZý ä…(Œû+zLÒ´}«Ý*|ˆÍ)ž1îá&À=Å‹ hè±ÞÄ(¸m Co„¬¡Ó†hd0`Ê0ƒ=õÍ16ê]ëžB;6nlU‰¶3¾š^X€k.1êÑ9—<„‚\bæðFxÿ–TBŠ„~Ôç`K›þÏ@}¸5y'V¡z­=­!0B‰Æ‹Ê’= 3ì!È–H û›¿og0-Z,Rp#UÏUÇ)*ê£'¶NëÕž ZW-ÖëûG¼<ÀǺù[Á=Zú¹þ+][~±áˆþ÷ô=ÆSÆ`Å5S·);z6Ô CÛ䃈éó@Mè”·;¦ÃÝÝÒðrÊ -B ]ÉJím¸%‡”¥ ‘¨»¢Ø¨DÏD5bù!P>KÞ sx¯ÒJ¼× g ¾ƒ]%†Kñ3$]ŒiÒuž³öѧìÒ½'>*fD¤sT­1‰ YdBÈ -ù6èÙê?'½³Q7j†Û!,ŽZ-¨À©Úõcµöœ0÷k à•+µ÷Ø'kOêX[T€!›•ÿfÜÍ<”7ü5³Å?Nd–{«‘6zØm½C›_cSôšõÅêçus=k±ºei÷4OmMk!·õTÔ<½Õ2|ÇðÊ"Ó¦"s¸*4À{Sˆ/kv›D1fŸà<ÖE?+úŸzΦ9}5ûšÞ¤mÒx4ÞX­ÝÐÀEŽéFêÂ/JlÓrØø‹µÛ?*´Äz7Ã×¹I÷Ù¨Œm<Â*¸hÚjS^ÌYcyŸÕžÚbQäUÄ¿3 Ü`ñ?s+ÊÛV,cOTeIv²ÉjÏæ­fÒå9sÒpž·—±Áhá3]ÄÍ,ÈN¹Åî*Ú¯`]KF¿gŽW&¿j½ì³ ºGÒNßÖÌò-.ÅßG®kGœç›‰™ä—¹c/IO…íð±Ä6x(ˆ9„¬ÿ -½ŠôÞè:B++Á쉻’~¬—Œ3xyÀÂ?Pü󠑪ͭ0ÙÑ'”Mÿ¡'ƒ –±‹©ôhh'ºžÅ}™<@åtêiüTéoxÖ§8h쯯‰™oRÕ™BË¡X¹z -^i­“å b .y‚:š+ÄWÐ÷œÒõ6Ì®¬Â·3ÙyÍâô¥©hãD6/a{CoÞxä©ú²ÂÁwêBJ -W.µyUøI×YÝ«Þúœ¶,Qzpæ(ív烜ޘϰ—á—YÛê_ä.Nù©Þ¾ !a^CÑxdmA©$Ødõ®ÐÉ',1UýÒsÚÓg€ëÖÔ{cÇôÏœ_±qb. ™gm ‹¤¸ZËKæÇÖÃeo".š_T v6«€ü(פΒJÙ'š0ŸŸØ½Ìc„9nâ¹È˜Px˜7@cúŒ'æmeãÉZ³c%7ÅÕWME¤r3«Wõ³xM½e>hF¥<†Ô§úŒ0ŸωìénØÃeªœhG¼.Û-TíJºÏά¾‡05ᯙ(MGKéPy½ÙP$u ƒM‰>¯¨q8D$£ö£ž.{(€½v* rÁÎt ¯Y˜”OÿC;Ç£íôùᇨ‹† A™TƒÉ_JeA»¤ )7D軀œDÛEå七Ë(yÔ:õG‰ÃÊIò1?q”ÜkÚ{™ü -:^KjáÃAþd.Ò#÷#£Ðo¥ûhQHå¸ÂLù²x·ßs1>ÅÞžyÌ$¿cäÉÿmý$¸Å%мÚ‘Ÿ²cT上nº\òpyW£°â„ät=®jõ²³ÖÝöZ7èâõ–ÙÆ—‹¿áî#ë’‹[îäúÅ«¾ ,8YÕ¼g½0$­É£tê”†îŠ Ë›êýU^’>Ûiu»—تÔ.rûÙbg€·¸›Ð¾ÅïÙÑö¤³›fÞ‹{Ô´·x"â}czÙ¯!3ì*O¬â×Pµ-×ÛjÔ6É%«—¦É+ÜüT¿ÕÝ‘»d²8óØKÿg¸>¿š<Œ{Dñºh+ I#}Qc%aCÂÆ 3F È„¬wæMHb'r¯ŠûªXÅqê88®•â@ÅŠˆêiqâ®·ÃóáwžÆ8B*ò‡±7ËÇÕ,§ä8ËÅ~ 6G”d7k±Þƒ1bû"S9ø¨âExŸµW­ ÍÃöh¿Ç¢ûôJ2ôÖ#Ó¥L¹C,¹Â¹×T\OLˆ°çËâXb›@0ŽãbÕr Ѫլ -¿†iu)¡¨Y_¬EvÖ‘Zá)p™¯gŒÙE²g­Yñkü$~Jկжk;¬žÚ£@"¶º!=|]§ºÑÚ‚†Ï™(¤a8ÂÜD¤A§-×3 xú!‡†ÏÔ -âOZ3t'X~Ö0Äp ƒú¯@"J1ÐÃß"EÆêÐÿÁ[L;‚ŸCïÍ} «¥ŸX QÁCTkŠþ{ ëjЇÑ/†kÌwhªÑÊ0 ÇL  6Ï[6֘†,Äy©àkp‚¸ <ÉÓc>f{'*¶$Æg!}–ß™CHÈfÔÃ;À@*~]F†: *ZuR8à>èA`¨„>ÁD˜˜nAÆ‘™ì$Aâƒà£È5æ)˜€ü—Qu#L¨9µl8Žl£þª9E† «;ÁYð3âGË$Ü•î _ÂõlÌÅq_ _q6s'”d}ÉÈ_[íÀZðˆ•´,äb­Tžåú™â¶œùû4{-Ç}þËA„ÀIê(É}”à¹õYþ͚֙âm«óÛç -E‘?´¬L¦ßœ+^I[´þCÝòÅÅÎòàEš Õƒ Ñ¡~ˬ/±¯nåŠâ{6Ï\f¹ÚËh«Z»*ñÈͺêô0wF­žÆq‘eó·8<”ä`»—v¦ÿUhOq*(.Ú5¢ù‰9UZœ±¿é…î!ðÄé£è¥¶ Æ´ÇÖvãüó5)‚Ö"·Ì'Hø‘å*á%ìžJºä:Úàä”êc˜uBcc»}·!·åyt%¾ÐÄ óÀºÌüŸÑ8KVPBÃH\8¼G¤Bí<騳ÜXçáð7 ™ÙöËæ5 —­Êüx†¯´è˜Õ ô £¡çÀC!Ï("è",‡6‘P¨ºCäCá°Wì €‡c³C|&ÃÖÝcXð\8 xn]×ÑÛ0:¼7,y,YÀƒÞBcðÒ(î&Á!¸%)Ùþ½{Úöý̤à§1o†ÚªÅü€çX=6¾Õ¡caeHºkÉ*˜f@Jd‚t œBDÄm þºQ\ÀÏìÀŸíá¾0Ô”Ðø«¤SÂW…šòm×KÚø’ª“åÇÓ(5UÝ1ÓëÙ’ŽÈ\ù)DQ•ÔÀVNó´Å#׋?ˆÝä¿/ÌÐwÎôÖƒA¥L(Q-«UH«€o2@ÑI¥)SwökµºA÷óìÊÒ-è,Þ½òœ*¿Rôº„Bïêá:Á°$?×QÖ]÷%e¯è°ÌÅš¬9¯$Çêo©»¨>Š :ràkM³þ_ë)é‰bØžM“„j_äÔÑkãó(ÒR°(]î•ó Ô©xŸB¬Q ±q”æ0 «kѹ©3åõÒEDu¿!ÛÙʹ$¯„–fÌS\Öô­-T‘%i¹GÔ¢’ž‚¥šÎœÁYíÎÞò܆Y¬èªWú5@^­­QM ”½3œYT¥^jšæˆJºÛPdy™Šëg¨d-×ﯩàõ7¦ -þÊ37>æ*N7¨9¼2¢Ñ“å/úø IN›˜Ôñ’Š<,ãœÙ™–!æÑË5@)ñ´Ü Ú¤Ã–7䥪`»—…ÿÛ4–\û)§Ò¬VMõ»ìMØùâÑÜÓØ\ßQ{´Ôéd~ªL„ß­5bxõœ´ -&kUßCø‡˜·)"ñ®ë“²85ÀÙ_­Ê:äÅÖœCM$nÁ4Ûeö£’ \Å -¨Øl¥×Å#è0õ£t:²—|ByFqY4Оn<àØ¸]1Êù³åFõœÌÒ Ãű¼õÜ}ù±Îì1A—c+ºbŽý»Hq N¦-¯?ŠÅ’'”[=îË"u,5²ãÍ[ï+Lì©ÍõU=ζábO±5“»!o׆_ØÏäõ« |‹£32B<ÏîM˯—ZÛƒ(eh¢saÉHæm°Px–ç­ÞU~…¿V’ÆDÔÙNnõ – b¼\½Jéö­Xj4[ ò"ÈRbUi5R"z -¢%&š³P²¼µkp…¶Z§<´‡Ž7/pLa‚»ÌRv³%V±/°:øÝb)&¦¨Š%;¹©¹¦ÀWz¥º¹ð ©P÷*{TbâfÆÂ%Ðñ¤Óh<7b„yŸ -Ë$µHx(ÔÈ<òw2|µê û­*Gë«8 ]j(.L3hÍ1ä æãPÆë‡ðÚ¤ë¶X”ŸiÿÀþ›‡Á}ß„?h5öŒØ¢Û µÈ: ß± ò‡¦KÑê<ðqÁ^ÝiË;2fâ# Cд$é’fâMX®s T/,¹^3¢9&¸þ)i‘TY\Õf`Äúf¦l@Œ4-Ý6J®0ÎÃô7Á{ö±ä)°Øé‹?ƒv¸?r¶2H6ÔËN¶áÔ×xƒhŒx@F­º%c`ƒ«¦*Rí½Ó5qŽmdª!Ö¹!c Œv5&WZ{ÝM8Š÷Ô9< ’KöWÍtmWÇpÆ]ÏÅ©‚Q7¹ªZòÄ,ï®ùÝ=H½¯žêY@^ª'y"™ÓÌ+<¿'¬i^ ³õxÚ·ÓE`“ü\%`WΈ¶ðm˜õ«xG`a¹¸í¡žRÍ÷ï"/Ó™üÆL’iŸš|ÄrÈOÀõÙDþiö¨ -UCªYÍØZ/ST ×5‹È¼ŒÚ.ÖNQ8r£|…ìiø¿Ôï•ìð2K{>T)7%k“Ÿ[*ý¸qÛŒÀL]>¾îŠé>½b-¢”²¾iž)ü…;»i'Ë lmÌ-O—ÅÕÿL=¦ØW§!ëµù‘‰ÌfcO¸• ‡rðiÈÍÀ8z}åƒd“†–ÓFTF3w·d -·r–¬_Ä¢ -®­Í)Ÿ)µ­)¡U$7–“½škõ•™’Z6!ê ð dwðãµNH÷€}+«MUjxÂÙ'Ê5I},#¹¸’ «y°<ÛzQ5¼”‚¼Õ¤ŸÅ2LÏæ¿uH-s;]vÛ {®ò‡iŽQGø=Šß´*1N¥gʘ©F‰|l…×ìSëò·Bwuÿ"=y¦ÊônÛÏÐÙÄ;ÁÇE9†6aÉGƈü’¬O¾C'÷ñŸkì*Úêݨ6¶¬ß¨Ö?Ëǃ_˜N‘6[@é;M°7±ËBiqÇ?3lxñ3%h¨’EÔí5[äDí9þÇÊQý_ Ÿ¦Ë”^¶DÅyß™|–V5ÂCémp“ åv^Üû³>'¸d8©Ï÷˜hÀÙ·æ_xò.ÈO¨:eSú½ö.|8OkœmãÊ@.öAú.kÈ~(±ÍærÖĽ³/qb=Ê[líÕUx¯ì…¤ÙÅÝܱ¢Jz²T®A±ËyËõ÷ìIeæUÎIéW,;\‹ÿ‰ ¸ñb¬Ëã´ô°Ÿ:Z„ÏtÜ–å‹N;©Ü)²\çÚkù1WVi¬:ßÕ7GwÅ]HZa’¹ï¤¿¿+i:’çMŠ?€z‚nW=÷§jNr¾1é^a‚ï2§]ò“ï ms ü^áGª4ßú¼(í°¯•Ä4nòm]8 *ðu'•§}—ã_¢#¾QˆÈʫݪIa¿‰ü%ÍàwGØœ1ÞG€êðç%}Êœ=wB|NRþÊ.û÷’l°( À¥£_ùŸ€ß®¾µfB½¯zOÓ%É9ž§±=.’4Ôвd@}~ÉNX7/÷O ZCràðèBÈ]MÚìÅñPnàXÌ8ÒŠÿ?ÃuþsÂpœ^<ŽG‹g[ºt0£CM)MwTJ©™®™æúÎ|gæ;ó=æ{ÏLÓ}©‹E–xxÖ±„\©vW¨Hâ±ÈfʃñX/±Ëã?øüøþ¨Ór¾Ý_„æ–6™Öÿ”o8’1§xGôÄ&ùÕ:ùÊIõ›šÎåuºYÕÎÜRãÔJ|I7r¥üÞ"ç”é`¸4s*pÒ´*{¢˜ §ˆÆ×¿F%¤·¡tÑ_ ;±Aùܨ\¢þz™9tõ×RP W C!~.½–E¸—ñ,øA”¯ŽÐ£â}…¿ž|¶eR8m¯iR>Ù¯–F¶c6íýÐ8jùHiÜë;ZˆI]#X7¢òæþ¨ì×<•æìûäßäì×U¾XÓ í®Ä;™ZÁC‘qHŸa{èwæé¦f6xõSkqÜõ[†O­Ó?T4+:ªŸUòÏ4ó³oƒ+AÉšz»~oÜ&hšàñpJ¨=‡ðGpîèõŽT“:×§4LŸÖµÉ*ÁVùeÅT}´ä¥ªÜ0š¨™gܽºÜ‹ã–‚Qgþ ãì÷PR·ù7š}ÈïeÄ6ºÈ-žêc½Á‘¢18Iî ;‚¬–Ä)PTºî{uÖ¼ÚG;ÅÜ#x¡»Œæo…ZÈ/ 0Nm÷ïÄbéWÞf|Œ¸µPq–2íó‚CÄé’øâV2@|¸dyl] r;%Lí6ÒSm`}‚o5Ô3T(mªc3ü£¤ÅÛû8žayë6N^³vj$Ö™²m…,ïÄ\é'Ë»¬^…·õ«ÔJuºu¹ RKXe|£~µ5´ÖxÑ:àˆüj‹ñ3تݗ’:ÛMFœ^"›] -?‘×Q¼¥<&ËVr£ìZªPP 4šª2W¾N7l -m1rìMáˆÈž¾ØÉ¬¶;¸ËI×Ò_€ÑÜguáÒ­ùKj£òdEÊAV’ìTujj°ry•F :+7óA¿âbè1hOùÛü²|Éâ(³SYš{ñ«}ÀˆþÕ4)])™Ý¨È[X¨k¸›µ@zµ^œ:WÖþ)HÜjóµà©jIhįš`„wTœ\,ƆʋÝO{Ëx_î*<“…›¯çhò0ÈUf¾ÃÿÊפ Ä@±!Öì’³+š¨auepó ¸Õ7›C'Öa¼ h—‰ŒÅO®¸'Wˆ®}‚…H[“ÌE -÷UZ¼Uݲ“œ ú;P†_9ãçz&± 6âRo¹Mf©Åaa~Ѩ]ê+J5y”|\;nRŽ$ ¢ÎÀ¥˜{Øð,¯/0œ !šz}MÔ:ìI1~Ïå¿ìõ“j9øwÅìÂëºãª‚õeЖ±Î -:&ÅÁÓô` Œ<€yåØMXÔƒ ¾òíy®!Oº®`}™ùJgÀSÛ\ðZ;S§ÞÒ9âÒ; _$^7ú›žÇpàx¤—Wˆê±cA=æ]x«ïâ¹ÝsŒj§ë]ë‚U*¢”-ÆÁ‚ê+°¯p¥æB§§ê’Ñk‰¤¡Ù̉~eü ·óÒ1tk ß[ø-ú?^\ò3+t¥[Úäj¹Ýü1¿A9„w眉괇ڣdNb°>€ -ˆî†öÓ3y«`úCÐ8º—yï7ÿŠ}ç¥"K,/ÝBhÐz·äˆì;]ò^±ˆMÎIVídkÓš4ÑìPÂà˜% z·¡ÑRÍ‹0ñ-}F†­”_ Yk}絃x`Ý ´ƒí~É|i¨ý¾/ù§ý|ö#e„½9-KýžŸpUÛm®Õo·/äEõöÁ ‘¥ý²±±Òq¯^)tk¥•vÈvýR½I2OVPõ1»Y1«J”殺Qù}ÂÍåŠÏÑ´®¿àÅ@=åÿ^ -ÿXžà‡bTÙ!¯ ½ìon”ÂNÊR -ñ sÄÝÒøúß³3åÿ¨;¾æÊ'µlÂ&à¯e4¤ãTKx±PLUZp _åׄq*ü¼çâ·Ëg¹½¦¸eN²ÇLyæ}qs0çÒº+Loî…5ŽÌhþÏñ«Ù¸âÞ¨v¶C>6i)P¿äj¬N:GNžõŽ‘·è²í4ÛyC)D¬—n!šEHÞÒEÜ—u‡Ü]È[BùHÏÇ5S÷±QAôêka™Fàæ°vh>Çlaà 3¬¬YäüÚ¦"¯cèÃÂi¹Ç°®âYÓÌûJ.¦"øfåiÁbÐÙEžφi¨QÃMn"ãdúÈib“0އÀb"ø.)V X™ÎÈ‹D£ð²/S†|"SañÚÂjó='Ò„O@ûÂV‘8Œ»’êE¯r0!¸Úf+È÷.-mŒª6Œh¶‰#ÁƵ¦úŠ (A0Úe‚##ÌBÄ懿Åhn -¹oæÜ ƒÈÇ™£ôi—Qö»¿`›Ž€Øõ¸a–Éamt.M™eÉØgH †GÎG_™?…-1Ÿ'6såD5î3“J¦‡<ÞÓoX•k«´ŒäOh¿ðCøLçaÎθ§ÇÓ’OA·‰ÄØc¦Kd*i§DažØ!šà2ø.¦Õ‡OÚØ~Ïp:ÛòÔÕÎ<²¾ÉÏöÐó„:-D7fà:1ã˜l2Lml™ÑÎ.àß…[ØÃa^h‡EÈÝb¾eî£ îY{j¨~[–k7ƒÙF%×ÔζM9“À¤­#ãÿ ׇWÓ`7'¯¨ˆ0„r‰!/C“à#aE!€ ™"„’ùÛ;ƒa[µ«ÜCï''ÐZ)Žs¾¢â<µ.èá³ZÜhµjOï¾ÿâ‹j|CÜLW6³ˆ{+7˜K‰WŠ -}d`Ïö˜T%8Ȇ¸@¹1² *%{C_!,òP©¡vÐ3+‡aÈ}8맆Qweú¢¦÷Ìó•«Më˜MŠS–‹Œ*IlK¦§G;é¯ã\“´<òø‰:ÇǨÚÒ˜WûŠü’ºÞ¶Š¬õW[±´§M¾î•òæMÞ Š#Žw~’Ü:àII¼ë¹íqc®Vfgä=ð}˜ o¢~+™ ^æò×0TWAÀêBJV<+µŒ¼T .&¬gË<侩¨“52•`9¶›Âì¬ùÔe`¼ø >«¨2o'TrtU'ήhÿ‰¯U]ijkÖɸx·áƒ¨ŸnÚÏ»A™8ƒÄ¶¸°)2ËyŽe Ï@Úµ#pGùÎÜð¿+;tï~5£D¾¬mW•£¬úíÒÛhÓˆHƒ¥›^ðna¬ÎM¼Ýa çjà+Ö0qn+º8«ä&ok“tNðKȦÊhÔ©üàEÆqénxÒŒŠ‘¬‰¼ ´Ó~Ÿó;ÖâÚ^†gCª™D2TøÁñ÷ú¿æøœße~ti£š`…iByT[>H (Õ!Šƒ×8ô¼·HµËÃC›Á‘ðÌO†äâ…èÏ…"[I¦aO3Ofnvè[|šÙN§¯ÜâÚc¿"mÆ”H~œ ùÇÔ |>ü>:ˆB!}Øwø¼‚¡–4Û =i­´?É”Ú6;—¦œ´?t©• Î4À*-tíŠ$à\x&_ Õ"¥1]ðQtoDº{2… ‰ùZ3 ÆëÙ–!ð?“Ö9ж”ë•:Ç $Pªs¶"÷Dj á—‚Û°1gá%¸3¢¡‰¡qèñ$ÿló4V’}ȬÂÎelµôâü”*k‚)mDb{ Ü~|‰ëXtÞÍûšB¸¬s„[šý Úœ¹²›hN@¿ZžªžÃ¸µ_.FxvHü=rÍ™#¢€”{ýEDaÛáé°q<ÝÂÆïã‰Ù(°Àš“étÚ.i`PêX¡:¾tn”³ Ó®Çâ!x¸F‰¬…Æâç  g.z ÃvaïCÖãk‰ˆìPgž«.cØù@5j×PuT/Ÿ"p™ø[B -ëàJ´*þ/ˆ3rV Ñxux¶„…tc?¯þÿ©»ÈšŒzŒÆhæ9ÕèUâJÀŠdØ„øØŒ7 @%fÇà ±…cBÚÈÏÂ=h7YrCÈýY6)̈±ËÈ­)7~ä}Õçlj®ìµk%ÅŸZ©,Á&ð8eŽG¡)ÊÃéFRÞðƒ¨Œª -™Æ©Ô¬?Y Ü·Ò§l÷pÊ€}¾{£*ÇäΓ=sÖ»Åç]—™+‚] —ñÅ÷@ffçüúLøä- ]ŒNQ'tw¿¸žû$Uÿyqá‚äSÏKË%í½©’¿µùª ¢VOm'?Ð4\‹áµš#Õ¯UºÛ}Ü™ÌsG€—uìE‘[{ªÝ¯tyru볊GŠç¾×U[$„/º6]¨÷–7ÌáÇxÚŒ·cyHÀ`o }Æ®É`ŒY /Ì4û>–‡iÓ|³*-É~ÞÄêAÅ>]{ORäžn¦¸u|3f‹Õ12›4r?=â„ØBÚBÁ£t"ÉØã ¨Ú«t¯ªÙªÞÁ LŠ -&·‘+‰£?_ -t¿y”/¡µÖock©ÛŽ‘·¨Ï:vÕ M³ü©BT™CWÕý®ÑQ·¾PçR qŽ‚Ge™²%þÔ2Ë^aµÔ¶¿ŠüÉáÝDö¸ÞG-%a(‹½—ô!V!Ù‰¥§Ÿ$g4ý‘ò‰6ÉÕaD‡%KáOPV±d&ñ•=V('ö9£ø&¢ÆŽ8$‹*#þõyž÷ßÿ^¯×?_Š+yü“úÖ`ÚæGܧI6ÅA#eÃÃÚ«žåB•íð*h¹bìo³Xì¦fša€a˜ŠñSàÍ‡Ü -ôpƒq ‘A´37e‚°R[ä‚ûÔëÁiÈV%bÀ;jÐ{xÂü³Œacv„YÈ„ŒÓ˜,üŒ¥ì7˜`¥‚ ˆ¾À6°rSpŠ×öà#+@w¸Så8‰%XBL$ÝcøfŠŒˆkÌa\‡mÉ…ŒA¸Ì@ÂL@6¬}ºi’U…´h'‡Q }@+zP¥LD ¡.ºÓ|?ˆ™î [bqÆôLL΢ÅÞH<¬›ÅD°.=yÖFì•6Ÿ%Ʋ4€`ì‚ʸ“%\;Ñßͪ“XéíQ¼Úmçnè~¹Ý1ž””0æZHlŠ7öÕ³»î³K{4¦Á?V£4Zñüëõ%‘ÑG¢ƒÐ§òOÕÆ{?\I²¿lœ’x×ÉÞpG|‹›<)þ’‰g3±/Väý›c{ÐÙU !‰´¶Q!G]¤´Œ3HóU pV0Ïíe$Ø85¶¾ôÐÝÒP&NÇë6‰SãÝK쉎=k¡w-Ê>€«sžE"pÄÁ·ˆõ¡žˆHíÓÉÄ4MÍ*tˆq\UŠ:±,” ¨<0¦¸y3Õ ÷ ºet˜“E>Ä~âF’go¡*Û°¼Ð&½6ì$í¦N'šÆÒ’CÆX;Ôö l๲rRW EŽÁûM¦Ù(e{OÍ ïÂÌö֢Y´xb?êIÔ“¢šÌºk‘dV¡–)²TPá -ÈBù\oW| ×ÂßL^£•47£µ¨½’¬”2—Vá™2qQTõÕ`)¨¬{N…”´`ø,«&‚×ÃÅÊ5°9b¨øöFRMzÖ}£•pOVƒƒÁû¤åð2èÜÖ…þY,gë†BÏ‘ZùÐ5¤HM -%¢K”¥P#J ÈÂ+ѦêÐ\f¤ e ödyÈi'-…V Î[WCŠh¦¾dˆŽè&CꘆV´3Pß i`j*ZˆÖÔ¡jôºŒÌ·oÿ^ e› ~ró5ddæÉü÷ý¯÷¾~gýÏžº|1„B £ÑLB0‚blNxDdTtLlÜ¥ø„ÄËW®^»žôÏ7“oýrû×”Ô;i¿ÝM¿wÿÁÃß3=ÎÌâfórrù‚¼ü‚¢âaéQY¹¸âi峪êç5/jë^Ö7¼zÝØÔüGKë›·míïÞèèìêîéíûØÿi`ðóПÃ#£_ÆÆ¿NLJ¦¤ÓßdæÍ“••“›7øiáÂE‹ã–.[¶O±rÕªÕxµëðò -x‚Þ‚WÁ³à]ð0ßË̤ùÑæoqfÚàiŽ·•esþäg±¿ÌvS¹æšS|œ!gàâ Ùî£9îIôÞì¡gQ»Ø«¼¹Â§¦®ô|sU¥½"ŸÙUÆG>–ò8Ÿ¹\dd¶ûÁpg°ža˜ä¹†á»^ÿ\à–Ö't{ÜUáÎo­vÕ‰}k«JƒšÅE¡í¢|VçÒ—ŸddCC³ÝT®Å08S&r\ØcyÎW†ŠS>•»™wd·g˜Ø ­Âz«­€––±K_Ai'Æßïéænîövs»WæfnfïnwSv×d“cbA°w±‚н`ìbbÌjŒ*‰ÆŽ"EŠ€TAš‚ˆkŠœëÿÜäfnoðÕ‡ßû÷ðÝnœ2y Ô¡t¶>ÁgÉÆùÓ~¾nˆ›7ÛÍÉ5aØ9æ&V®õ¬öé§ ÐÕCš_èÓ±%òͲh=J§mnÍÂ9ï¶&‚ÆP$ñhÒl Q”£dOwó³´/x™3Mã™ÆgãYsgµÏ¸û§÷cÞWm8nQå¯Y¸Q.^qG³M,M¥Œªl¼}6ìÌ6….¿×Zþò…ðí××׈€¼çÀ Ùìð,òÚóqÅšçó¢Ó7‹Þ/²l öôð«T«oÂâßd ìI4Ÿ0üÂç·>Ђ¦Ã°Ò}\bí6Ùħaí¸,ŠmÉ1‹÷•3ý•Zí«GuKµyúÙO ªºæEifQÐüÂæ¬ó†ó†ó†ó†ó†ó†ÿ«÷¡áʇ†áè—Pr€‡?q’Û¶©ývBÙ†Ïf›q¢¹¡RÅì`…F×ÚÐQeV5ÕÚ”ÏÐË‚æ¶åñç}lðºNpÑ)'øø’¬Æ1’غEDô­Óˆ‹ÄL¦e)0ŠdjZ?ôpFƒ­2©^ÔØ¦ê[ìœÖ;ã >4Œü²!®øp$áñ¿IpôkrRÏ9…°DIgX)Y¼yJ¾ÄH.™š%=Ðê Ó½¸ÍÏרmèuRzÍYþ¿ #A±E‡Äøê2¬ù %±kšŒ[¡§Rmc™ )˜gIìr¥nìþŒ„Pi%uÔ¬`š6Úš6œà¯ÿ¯r<SxHŠ­Ú¡Ä7¾¥Â^m0’í¬Ò/ƒa“ä²ç' zQÉ”‚W¦ç0Ê-ØÊ5LOãV{»ó>4Ñ@Œ.8 Ç<Ú¥Æ5¼c$´o±áýk|~y2ƒdVÝ£éä -Q‰BÈGéél”¹‚ZmmÜhÃ6¯;ëcƒ÷€øsqD‚æïFWîÒcžm³â0oø°îU)kÕfÏjriJE!_,.‘sù(™]fn¥Û›éµöfj‹ÓÂ/QÉGä¨{ï©Q;cЧo¹1è ìå’ÑeÐ#Êé,¦XvOÈO±øe:»x¾…Q¸Ô¨Zj«_tÖiÀä}ùCÃHdÒ!%¹G(wp"k¶„Ñõ+Jx“ÉÓ;­ƒ“%Ê o)a •t^©¾S0ß<–okbVØÐÌŸœŒÜ8m]HbDâÁhxÎ.3¬ô-?üѪ,ºÆ¢jÑš"±R-l”?•ÎeI‘Rº°PEàè_qòæXyÖzÊÚȪ²8ëç†òdžcRlŸ’éà„nˆÃP6Mx•Þ€‘Çø¥HçÑOHÂ|%–ÔaÆs ÏÙ¹óuì’ùgœ -“³âÍ 'ŸË9rD ŽÛc¦¾å,©B‘³fŸ' -›_û„!ÇRÃé4E,Í• ˆ²§:&²4M¼Ì™§ãÙ†Úñc-·Ìà,€tó³ãQŸK'dÈ-ê÷‡¯Êü“ &Bå2¨N`õëd"ñTM"4•ÁÅN¦‹;Äir´0Mõl"MSÃÏÔUó‘új~‘ÎY'd×ÏŽFA—Ž)~à=¦oè¦1?ã‘ Z¾S*\=gZ:)(ލI¦ö+“9/åIMÒ$I8IöX”<õH˜ªz(Ì:…tÚåÖ§‡4ÐÅCÄû^P{€Ô‹®ÑÖÝrÖ*¸žl îÄc‡ztqdÌtüXƒ2~¼V?Q%KUHa’ri’%I,“d:í€vût¯ovØÞ®+r÷´ .þâ­[i,‡×}Êšÿsœ-¼½s>¼=A¨ÓERªÕQŒ‡*(«\Í)™Šå)âyŠD~á´÷ ÷OÞy~µ)rûZ?ÑEºy5„½ëžAq€ËqÁO;–[­]OLAØJC0¥!ëBÉÚðѨÚò¬A­yÖç¯x¡³—¼1é6Ÿ—) ŽäßWIVÿN¸5° f îJ°„:m]tùWªÅÏÃw|õ%íøš+¸Ø¸%Ô»eþ¸çVTºíö ï{UÆæZÄúÝ:øiOªWCœÔk7EÛ}›¡+þ§ÑÎú.}ô»þ èyÝ!±@ot0/ßLýût”v~€q|ú¢/:Ó™N÷hg;û¢NÛí&ÙÙNÓæ6k¢1›£&‚'ž¨¨<£ ‚¨1 -(à -"àÞ"(*^€ˆ"—¯xÆc½â¯ÿu}Ó—ì«}á‹ïûÏ<3OÞ‡ºpÊ;еR-X¬ˆo7•¦ôéóqr‘0:ƒ'MjqÅJ-Ž¢Ò¦W)U–R‘ÚÎe[Ü¥áÒpi¸4üâ lÈÀ‚ Õå8È”#N0i—V¾QQ³ÊŠæ/2ãÅfjrŸ¾2äfŽÍdæ*µø"õt:E=Y£Ë®UËójU?£Ÿ ß]ì§¶ç†:Ä+À H>nÊÙㆼÝä„W¯ÕGñÞ±bÛÌUI=JÚ ®(cT›“£Ôd5š ªf2«Z3”W3ÕWP£é)¨¶8Àú÷AÝ…¡2pá Á/鄇ÌÚç¿Ùâ…1׸Ü¥úè–yvB—‘ùZ¦+OWh ³•"yz*³B;’[¥•Ti; -«´âŸdøÃ¹¡2ÔB®7úŒç›xÒ@Üç•lóCèïÃë—yQÂEn\»©.Y2ÇÄϼ͚TåL)º~C×QȘm!3f›È ¥ý¿æ ag>ñ§?ÂY´#DUlÃX«Âþ;atÛ|cb·“6 ¡gŽçN÷ŠçÄù•ú&2]σj Óç, °!Cý…CžWèG¾7öDè›ñCS@á‡æ êfkhÍZÛ+î²Ó´(Žo× ’ec,ü¸„Jœn&çéy…4c}Q…‘ Å*ª0XÚOëk 2°a^ Ñ+ä£wÜäƒ?lñËßm ,Ûja¬w…³W%ž©7F¬n‹—6¼k¯ÎÐp˲ Ìâ7óôbª™^D3ýœ. WÏ u?¸ -¸¡îö± p$‚‡ïv¹Åmȼ’–&RŒsÈ,Ͳlx.¤®GÞÒ<ÕË–G —I£”Y½˜\Oª.½‡<›ÙÍœ!ˆ,Ô_ÿüÜÐ`oø0øI‹‹ïA,t[â¹¢ðŒ6Î ’4ó^yŠyߊ>]0G¤oåCæPäP±,b‚(‰Òdö%kˆ’œ©¬þr5AR1ei€\<È |ùòHôñ¡ç%rM 6M¹¡§Ì.8Ų[‘ÄäÅÍ yU˜¨v ÝW>&ÏÏì¥LïǪ2¤éJ‚¬p’ +™°4ÀùÏç€÷ð -h|fó±ÙÉé ÃÉuCêì9¯tñИ0ŠçLɬTdð¬hë”(m,¸—<<˜5¬ÀCŽ4f=)£¾’RŠ ‘aG"dXV¯H°8À¿ñéY“Ý?ÛžÞÚì·»©×Ü¿1¾dõBºc*Þ³O¼Ab/ÂË©FX5yÎÉÒ¸ -pj÷Ö$¥‡;茙ðíÂŒ#»1ã!P‘]˜ ŒÅá­ON[¿ÿj·ûÑ7 ã÷þ6¹xÃJºcåÚ~h‡ì=Oa¯¿È¥,9•æ›é½síëÙœx­KcŒ.Œšrkz¥öl W{· Õ-ajT¨Å¶Üùý¡øÑ_Wåw¿T™¯}5°uóaû‘µ»àì šµïX¾iOÌ_µ'§/Ú—'™ŸÑc Ï«#õN¬ð9çºPK= -Ú&xÖ4‹àÎúAù[Ü¡Èêw[’»ŸjæþüÙàæ¿¾é8ºm+¶n,ð}HÙ¡]\Þ;~Ã.'qõ1³ô¸½ø„‚š·§š*‘Ð6þ&gºŸÉ…ákreø˜<˜>Ї-m¯óÞoç¦þôë¡÷ÿø¢ëðú·MÀʆÀÊ€5’tj‰;°Nˆÿð¹ù²n›¸ö(ßoõq¡ÏÊ“"ÄŠ}±×²C±ç²c‰Ç²s‰û²Ë÷e˜Å½ù˯+_ü¦çàê—ÍàÆ·,pǺ Üv$Û¸Œ=¹ùêð6xÿ~²ÿ®uª÷μç¶Mºûö£L·­Ç™®[Oð­§Dئ”#ÑeÓ)ËÒ@åןúÍ¿ƒJ+@yîhð@À@DŸ1ýÓ¨ü]º|³4²f-?–·DLjYHÃuš²úŒqýƸR©1®BfÄÖH \©.‰/U¥ -ûÇñ–ui¸4\~á:d B†J8T!0 : õ¨EÚe Ë6)ÕkÅ1 K¤Ä–…Œ´NS2¡ÏŸ/3`K ØÊCBí€!‘7 yÍ—ãù²‘ ËtÈÀ¸õ£á A&<Ô""; å˜ÊÙ«E—n1#˜ÿc—NƒšÎï8Ž÷˜i§uêÖ™î£íëîNg{Ø‚î¥è**‚‚!œáJ€nŽrF ‘39rr„„@A„’$¹A9~ý¯³³}Ö<ëƒ}ð~ü}Í|¾k•8Ñ2ƒ¨˜ÏËh›!SžNߨ"”ꦈµº)’@7š.éx éëË‘ôu[Ù2° C5dàz£D˜ÔCQ8uWÍ|ï]gã+xùBqšz†ú k:ƒ®$•ê'I,ýDªH?HnèïËmèõíVÎ|0°0Ôy - ÄhÒ‘84gOY²%Ä>~ÍÇñWYÉÒÅòTÕlY3MÓN¤2 c©l£)Sd죈Œ]T‘QM[ò¬ °þ~p~0ÔÂ<@½wh@ÅœH‚ ÇLö;IDÑvCLå†(žûŠŸ$^ª%*çʲÚÇR{É…F}få Ž,Ôä -Õy‚&º`°ÑÊ~4p  æˆ@ AFŸHñG24y_–¿#‹zôFŠe­‹q‚ÅzBãTmfÛƒÒ£¥ÑšìRS…cRÑø&o’<ä›ÄVö_í+€ „DËPÉGÁ™ïåú®"‚¹©ˆ­^•ãx³‚ÄÂKSë+<ÓQ-´"³‚öxXF¯ç×  øùufklÈÀ½ôùæÄ$ùG7"“éÊêvsDñº*¶b©ÇšR$7 I­=¬ÌîÖ2ŠAZ@7 èe~>×Â-àZؼ–•ýhàB '2¿ð#Eî@˜º×By£ÏÕ˜댫S%4¤xUg]Z·¢šl¨gR‡k -‹ÆªŠXc•…œï­„,ÖôCd üOä¾a‡Mþñû-(âŽM~ÝN]éÁL÷DטÚãĽÊä–V1éi7CϪÊ63yã…Œò‰¢ÖDq{œQij&À <ÈÀƒ |˜+"üŽ>˜ƒf?ì®™²Õœ¶ö,œ¼Ð•?a¯6tLj4j\‹BŽïâ‹Rû+8™fz%eœR^2I©`½ 1Ùt{Üš~bÀ`@æísØ„@¿SùF¿mÀmtãW ¤3æ¡Ù„yÜ«‹¶vÅ5‹[5µr‚®X”jÊæfŽ¥s -&2xìqJ5g,§Âº ÃAd¨ƒ B˜Ë‰ÜÓû}³wàn›Oøf—ìjpüÜ0?ñI7ŽWu… äºh%¯+®ó‘:±¦À¦KÓ,$Y¾…ØÄ! yÃd.oÄš÷áò÷; vu>Vxx¶;è5­è¼y1ƒLZ@Ñzf‚*[ÆCêCaŠªþ¨Ž‚g±Ú¬Ž„Â’)¥“nJîf¥©ƒé²ú!k<ÈÀ¿üà;Ø©«Ó¡Ò¾ÛæxÝíå¿8àç÷bÊ7Ô´ˆÄë^QÛ‚ËeS!|Ž%LÎ ’£è¹¯1¤ô¦¿÷¾þqAÏëµ&P÷Ï€Àî3 t°;jrµß}sXÓ¦-÷n›ç]ºu·„Î-/rÓªo±p6 ¦f%(±Ê©¦ uús´oëN6`Ÿ%Ý)ÆOñÆÂ.Âór5zÈ ¼ò)8~s ºg·ùô®ÝÜЯ‡go¹èÖî†tîÀR”›9âefí¬O-sÒO@õ—e™Zˆƒ¨¶¤Ü@dgÂ@B'n€Ô‘8˜Ýž8øð‰5ÁùÓ@|õܱÂÙv§ýÎ…%ý­ó#/¯\î_»é®Ùq -oÞƒ6<©ìe/&sÖ£&oÊ‹Ÿ5îÝ@²øÈ“†ý›ãM*¬ ÓkŠ‚Â©°æû-Xs–UÑ¿NéwçTN_¬÷Üø|lòÂ_õ«v×5;7͇w¢${pgÃ-·tÎÈ›w­ÊzéÆ!Nº Ç=°ciô¨_c$´Mô#–¨ÆKBcÄ(^fM@òï?ùõ³[öž¶ùظ|ñ|×Û+-G7ý$'ÎÑì=bé¦3%ï•saæ¢ó#œKuÂK;f΋˜òà‡Mz×c }B^  B!“‘P±VmOí©íÿ´`´95°øÅ'O·¿ºÐrô£8ú±ÁíHæ¾C -mÛ!3ãõm~Õ±(nÉ©4ránEè¼Kzε:xÖ½&pÖ«ý -j6 9 …©±¦#åÅ߯õØþfhö“S϶ΟU~û¥Ø;²Àu&¸J=¼ž¾gOJÞ¾‘»q37|ýýêvAàªSrŹÄå^‰ß2œá»ìÎðYöfú,ûAXÕv§Í¯F&~÷ËžÍO?R¿·='—¿dK·à[*¸˜ì"“¯$D¿»Jݹ–´mŸ°u“ìûÆ!Ûç#Å{óNŽ×¦3Ô½\Ï x®Ç†”—UýöÚõÝvð·32`û°±e›k¹à‚K*¸ˆH_EoÂCŽ/Å"í|ß_MôÞ¿–ì¹oŸâñî&ÞýÁí#¾çDtÝs†ºG‚í¹Z(=w”Ùœ¥W¿ÅN.€÷eˆP†L>a¢³ö ÃóßæÆ”of&±×ˆ÷…«8²l›§XŠ)Q.ÅT4/Ųš—°åRœT¹߬œIlmšHik!¶+þ×~6ülø¿70!Ã#ÈPJÑYÅȉì5I¸šø½Ö´[ Ýÿ%tÔt~Çq¼Ù™mw·Ó™ît¦ÛÖÝvtîN§Ûª[ëŠA— G@ BBîû†@ Ü!!w€@ B ‚-(÷­" ¢È¯­ãôa|ðžÏ÷ák¾¯ œ×õ2¾]½œ QÍ%éTS)Êq²ã:È@‡ u~U0w@÷ -L°P‰€F}A*Þ­ÄÕ=) 4of’k$jû21_µ„¯Ð.Æ7èñÝb‚H·DèÐÎ%i´S$½Æž®×X3Ð!C=d C†jÈÀðòlD$hF@:ã% SøWó´ÏÞÌOæ¯Q2dËɹêEB™~_oXHàÃÃ$•aФÕÛÓµú!ŠVo¦j ŽèÇþñ'Pjan ŽD8hAáA :íƒÉÛkÄVîÔų¶J“Z×rÒ¤ËiÙª…ÄÃ|B}×<×=O”w=HQwÙÓ5CTMg_¦º«›¦êv4Pÿ:ì:h‚ß<´¡âúª“óœ‹-ÆŠkØ®!r׋ÉâZ–ò©ÈðïÄZãt·çAr»ÑNV-¥±¦2vf){´ÙŽ÷ÆÀ€ ¡2pà~   -„Á8 -K9bh|lÉ.7®n›Ih^­J>*ÌT< ÆH•½¶”FÓÝT¡É’®0™2¦Îì“:GaRä(ú 4¼1|ñÆÀ€Áî ˆ Æ :éPIÝÅ>ÄW¯s‰¬&©u¦’Ú>–—«·PJLæ4º¹/gî¡¶›õYò~U®¼¿=Wn–¼Gï ÈÀ‚¹ÜˆÁ@}$ %È"ÒŸI£ó¶$qå+Bý—Ä gȆK³u½9…&µj@›Ù4 ¡I9²ižl@˜/à¿Go Ì·†FØ5Ð÷dБ …9l¿•°/O}"ÊZ—Ç/¶ª§ù·9£iRsM¦V_”ý¼tPšÝ0$Îå ó$CmK §@êp€ñÖÀ„ l˜ àÃá@êøJñB·« KÞRa(+j\ÞCe|Õ„˜Ø<ÔB’­²2»WXXháå×X9ks¡ÈʆbЇ™ïÑëäkÃiÐìz½NÐÖAT2$É]¥­äZu„ÜX4FjbØÉlÁ(¥^`£Ö:`AöÉÏ2ðaä¾®j?Ï]ÂwË€\¶†"g'cÆî¤›m¡%ÚÁH¦Ø„å7âÕ*bgžô¶™,L³& òGEõw%"+™'Nc‹¬ŽX'þgh‚ Âë;|®îk}¯?1úy¬Zü=N ¼&"¢†gýÉÝ÷QÅòQ4£eÓFï‘uÇ2´ }‰ª ^kÁkëã ¢Û -Ù‘tÐÑ@#dh:õ9h† ·ó/TÞÎÏ:½¯l˜}®Î!§"–î…ªãG#;±6B7v”Ò…-錵³ ±v©gÕ 4Aîéc€ïü·—J“ϺÜO­ZܾŸž¹zʶ仳í…2ìøÅË#2x›ÅuKÈú¢9.u:Pœ4êˆÓàÆcµ¸ñh³Õ±÷*TqleÜ„¸ÃÑçË2ˆ/û\ëöÝVßµof'œ.^>wgæÙ¹ç¦Ø÷&òwnÒ6|KK—|ë³æü8¤„? ÃN†(¢&0Q“xEÔ$I}?[3UÑ3Å9hùò#ÐöÃ.Çwº]þ¼`»ð»±ù³غt±kÏÕ¯ãÕ ŒðÀû6ó)<«|^š³§“y±‰³><äÀ@ÿˆ˜FK§£¡ðÐMEÌd‰"gŠ…ŽZ¿ú%œùþÎå÷«ƒN¿¹7÷×Ï7Ï}ßµwéjÇ‘+RnD³ž»%Wì¸Ñr7ÝŠÓVÜ«‰‹7¸Gð&Ìœ7|ÁCÏ¢x¡³èÖÐÙ(hã¡RZBç(\G‚¯äç>Ýîuúäþ̱,ÿ¢{Ïé´ò貫¸°€KtÅKRî3JÚöµ|â†kvåzuÄ’;½èÙ²àà ^@°PóA¬ ùPVÐB$T,3h!Ñá€ä›w ç>œÿìçÃk'~müéÔqÕÑ…3Bà c‚‹þåàbdîKç„´½K©ÄË™ØÇWò"¶\ŠnmÀJQëîåkžþk>•ÈÕ›UÈÕ€*Äj0Tx%b-Úá^u|ýÁÒбŸÝ]þí=»ß}ªzõϯ„Àé œ½VÎúå§P28%¼ü1fÿGRØ®óÙÓ§&<€ã¾ØY·Ý·»3[k§Çζ«][m×*µV9„„ä6$@8@Â!H$@„3’'!!7 ‡UÔ.ȸjU¶ÜTð@~ûŒãìLgöEþ€¾ø¾þ~JžøÐϯŸ®Šþå,#ò—@fÄZ03| [¶ŽUº‡–äq‹Îww]›Ý½ËùäÃß¿>øg9|õ7!:܇|ðu Ç’àHJx¥'¿>–÷êx^ô‹Ͻ ö|‹B·ü¨Ø-*f3ˆ²Œ†¥oFÐÎmF{Ü•Éßír>Ú½Ëðú£ÝrøôOBøì“zøûÁ*Øœ -üràK ¾ŠN„&ÄÀ7)à• -ÇÒ0p<=NfœobÐŽofÐΙÌÀÿÌ€À,ÿ`4ŒÇ{ï³o/Ô9LßÓp1(8¡‰ÀŽÎVBáN%®êEq&çi~¾`=«¤kPÝ·ŠãˆWp|É -®K²’*FSJVðzÉ*Á"^ÈpˆdŠï’Üý·ò&<ê7Ão†ÿcxÿ¡5°C¡!4¢‰P—@Ù©¾Pù¢ŒÈyVHæ¯çw­¦Wõ­àÙè¿EºŒë’-§Še+x•t…0$]N³I’¹œQÉí¼1ñlþ„G5Ôïب¡Ö×1Єƒ¦¨4àÆç;¥â%#­îY)©e½€Ú¹šEï_N»([Â7+–ðhÅQ,§™3mòû9ù­<—l¦`Lvâ–{Ôï}P5Ôùø@S`0°± ˆÂ?>x)¥¯êµ›•ÙM4JÇj^yÿ2‘%_$ð ÊE‚T¹˜®\ Zçrì·È£3—bªht`’::èIЀQC=j¨÷ñ†–€sÐŽaÚãH H.Þæâ™[¬L|áZaißR6S±˜Þ¨Z t ói2d>C§ú9Û¢ºçPÎPœÊ)ªS9Ns¨F‹ˆ'ýÏÐpôKhô9­Љ‰‚îÈèŠËa2u[€gl5ë7ªóZWJŠEóä*ùƒ,2GlÓÜËkîåhÔ?åZÕÓvdŠê@Æ‹íjG‰Mcñ0hD Üý{ 5ð¼OB{@tc"@•¢8âNO2åyžþ„O¬[áø«©ÝsÅtÙòEä&©E{ƒÔ«›ÉSê¦É#ºË…VÝX±Uk/µêFʬ:C™EïIo ¼·†fïÐáï"lˆ£@ŸþJœB~*—®uY -$Þ8E·’iZ 2UШ¿œ/4\*& -õÍl°–š‡Œåfƒ®ÂlP{p߸¨ïý=tøA? ²è¸yþ¹üi]J -õ;IõwùE­7êÊú¯Ð«1ZÁQÄ7Ú¨"“•†˜FJLÆ¡r“QC7•t“IQéYo MŸïjhõ>½g@Š˜˜meâ…gJ\æê`å±<³|NLbÝR×x%}c,ºÊZQc.ášõ%m™Ü¢)6+éÃfEÕ°Y‚Öïa¿2´{}¾ ;ÊØ¨HbÒr!} Áç>P©?ɳk¦{ÉüK­4‘½¡\i¨aTt¶EQ!°Éèý6i¥ÖÖϲ‰Ðzª Ö.ÞÞw 54¡¡÷1èôðÀ×Èùð-MBüš69u^ϜӧÜTf0¯Jr›Ý]…½#üÒA„C’Ô°¬½ ž³›Ñíìd:…L³­©w´2õvOú•¡Óû[e¸ÿ+M,ö©.>fÙ”ôÈ”Š¿kÄåOkÓ—9Mö¾‚}m@Ñ\>ÔÃaX[YlWsM››Ç’º¹µw#Kãâ²´£\–ÎéIЄZPC3jèö> -² “;H„ßK]Lðº!.bq$1ög.ñ–5‰|Í€¯r#Y<“œÜˆŠýÂR}[ÝÚÀ©q×Öñ&jؽL2^S§g]Ô¸kkµ.OzkxZŽ~=>G@qîûmM¤ïÖPtÀš)óØžvߘpßûƒWi×gpõ*R—\V ïê¥êxíefS¥»¼‘=YÊ^*æ L–6"õêñJ¶fÌ“ ùƒw€ÿÖ ò9 ƒÁß½ÔEœzfŒ<³lñ8–pg**þúäy’Û‘RaIkPé³:úTyÒVES'¢™Ë…e.J+k2¿M0IJ'(mêqj‹z¬˜§q{Òƒàïàèû~ Hˆ×ó¡°ã戓 ®¨SsS±§go`Ïÿp5&Û6‘X®s¦ÖKÍéÂŽ¡lI£:OÍP˜ŠÄ4'©¯Ú#nqgKÄ.’D7šß­sRÚµ£ž-¨¡5´{}ÒÓ‡¶µ˜Ã›FìÑUG¨×£Ë‘ßÜù7ÆçúmLŒ{&2køj\éÀd2»Ç…ok¶¥÷³ŒYªi8WM±e"U¢¦Éž¡ë·eè Ò Á’+1X= øüÚPC§×>8sàÅæà†%äÐÂDÈwgÃöMÏaN]š ²Ü Ï@f£‹û~Œ¿(¸’,`OâDå. ÙNÔgXÉ&‚>‚·sMx§È˜ê2ˆf³!S7bô$ †öÞo?•ß¾Mã¹ý+£ŸÍýøÑû_\yzrt>2Üð *Mv/Š*¼ê¿y¾¥r:¾‡r-Iž1•ªÆMåèR®–é’¯7h“ÿÕ£IšÑ©S¯:¼Û®ñ$hC ¨A|ì“mÿ_7¬g?~xÙwÏìÝ_™?{xt5Äϸû_vê4¨éÄŒã8îåÕvZq;íºc×­ëîxâª,· ÷Ž@B @€@$$„‚9„@B ‡âHKDwµ+‚GD0€AQžþÇéô-yÙ}ñyûÌwæ7ó4ÍRª_2ÏMøú€Ræ“@9u"D1NÐ…?¤6„§7ÇótÄGb-鑺ž4q¹.ü÷¾zS€ì›ÍPu`4XÿÍxÅõ¯³7vþküèŸn¿°Û×»èbuuíÙ¼äCP½ñ‰-x³ò^{åeÎx—Òõ¾ä'Jâ$VŸˆÒà'èü$KM˜Ô—©ÂŸ(•áOÎטä»7CõAóõV›‹ÿ´ß1yïЖѩcé]´;xuÕÙ¡å½»ŸúI²êN/X9™½à.`Ì¢ÏR¦=%zßJüÓ`î)¾û”Œ +°O3Øgü*œ¾DŽÓWTš»¿‚úC;Þ^µÝþüÖ/Æôßÿ¡oáø·«ö­àŒRƒK P‘…k(:ç­sFê¢ /î•[aäK÷ü /vÚ_‚™ÂHC¦Â˃§ÈÒà©iðtš$dš+y‘/2¨v¹Þzpó\ß¡Ïî=ùóç7_ÿôÇŽU˽­àpB §\¤`TöÜñi«§ÒhKŽYQ‹(>ᵫ0ôº0dλ(h6 8pS0K@DûÏQŒ"ÿ9ÖS@Ýî/ {Ì~ýu‹Yÿü­ÞÙÖûÔ`uR–.`À+B*XÇÒÖléQ«öiø•S,Ì*;ÈàÊ xƒÎñ[ôæù.úó}C8¾÷"‘çý&†çõ&>Ç+mÛÍî }i68³Ý¬Óø­­pdW-Xü £' -à¨S6óNã˜88IŠ„_bÂ>ZÓBÖìÞ90üVR|V]Ó¼ŒîižF/¦§Ñ—éa d¢žénŒH3ÅÝÎMfýw>7ëx·cS ü}› -öíÃþïóa¿EüdÇ€ƒn8ìK‹,üŒBZüÀ*ÊlÈž`ëŽwp¦ž^w£º­£©®ë^ß8—õ@ªó:Æ$ýŸ™u<ØdÖ´¶m“¾Þ*†ov -áÛ=lØs öžˆ}öáð£+xú#-Þ`èǃÝÁãV¡.`‹u{ -ÜÀ9Ì\ÃN{˜x"|Lœ]Û û»¯!óèfo l7àx@–?Ò‘ ’ˆiëqîûÈä#]ò+([Áœ¯`d¥x%T‹h¯`;D+¸^ÑÂ@Ùi¨l:êVéÓ˜ÑÒIÊØ†þßð¿Ô`¾ 8ßí6ÒnggWÈñð®Ø!THE^CB,ç}LR¾‘È*YÁñEˡŒeL¹t9T‰ÐI—±$˸k’å°>ñÔ‡¼Uà"*‰´—âh¦¾˜–3!H-ú-3S6Ê੆ègêû¤Ú>z­®7©E{#¹K{=¥O{…Ù§½˜Þ§mÎèÕ5™HCÒ‹4”XY€ eÕŽ òC¿S‡jï”ÄØ)ytòci<û~£p”ŸQÞÏ⨺S„ºÎäÒÆ†¢éJŠ®érê•Æ‹ÌžÆ–ŒžÆFVO£6óFS]fOãFþÛ @J­@%Ê” ñw3Öc|´øÐ—õ¤ÈgµÑ´‡r*ënYRþ`!SÚÍc+¯°øº Ì¢æfyËùtuKSF[s«»¹žÝݬF(³º›kLyHƒð? "ëÃPå|Ôžv´þ.ËÏù&BÐtS~Rû›26}DFöžKwä³jZs8:[ØR—Y֦ά¾ b7µ)³:ÛÙ]mrNW[§«Uf‚O ù{w‚ðÈ ±>ÕÎÇ¡ÎÓæ}c€£¡{z¶ï£o%Ÿ'’ïjÈÌE¼ KÊ],I¯nféT9üÖªìâö -NÅ¥rN}»”{¹]œs­]Äíl/ãv^,ã^¿°šoþÔPpd”Û•ó1Ðyý²Úüoöëë«é àxÔQ×£{ÖÙײã8ƒà8bAé’B:!@B€1‘( % ½ŠJu(‚4éI0"°X”U±ê0AAîþΞ=ûhþ}øœûx¿÷庛mñ<>ÙÆrïàзøÖDõVI•¥yM…ÑeUÙ±µÅòÄæ±¼3G\ ÈW(2$ÍŠt‰R‘.V)2Ä]ˆv]þÓ†4d˜ÁE[c¨:~ê‰G?µ0lßµ3í'”ÞNÏ»<):X'n7qEêZ¤­"4÷J‰¨´üÜéš‚¬øæt¹X‘’’Õ%–•t%Ëë»’ä]É) -•8E©”HUº@*ÒŽ4d™B‰í/pÙù¶‰d6ßF·˜V2¬_v{ÙŽôÐÈ÷T^ܾ6¿HE#/¹±68§ª"¢øbIÔå¬sg®Š³”±érõéôÂëÑÕê¨ÌuLzçµØT…*^®Têò¿†(³ýj÷/·}褚Nªéf¿÷Ó­†o’‰wº™~וœˆÖÖ€¤ÚFAVYmhQ~¥°J^ÝW§æKÔaùyêЂ -uHaÛµð|…J˜­P‰2J] iÈ@òÿ—쌠»÷sÙø}ÙøÕ?¨ûÆîá-†ˆ„¾~GÑÍ -kPú'T´ó2Î_=u!£.´2©JØ *é*MR ÊrTüòKJþ¥EP™ª3䂪3ôœn¾edêAáá]Pig°Ò„3ü¨p3œºá¶{|¸ëÑGó;÷ xõ Ý|Ó3¤º‡_|›–£àJ[Oýzº1¤.¤.²…w%¡=°.«= ¾¬- ájK`ýõfAÕõ–S—Ô­º@†þ:ÈB.š~5v?|iuÙ5{ÍeçÄmì¶ÑÑc;‡ž;šõŽà±ÉÞWî1‚ÊîxÇæ÷säòÿ‚8u@Y˜’_ÃëkôïˆkòSd4ú)K|Uõ¾]½u­½õ= º@&Òƒ4”šn‡zôönëtŸ£Þóaô¦û8î¸õÊŤkœàÔôŒÈüõ)•_ø“6ä)Mdå -osŠOÞäVúöÕøÜŒBÕ¼F¡ŠàOk²`ó1è[¿†{¸ðÃ!/øÉ‚FvDØ‹Áƒñqg8„sS<Ì]íÁ’€7;@mÁhND+À-O²Ñ¨:A¤Þ&Û©AŒ@`maö#@Ù\8á lA0"ãW¨g“´d¹XKÊk‰%ȬF4ˆµäñ -¹'y…2¼è>”<ϼŸ4ã=œ4åó8ñ•ßhâKÿ±„¯ùÃDHC8ÒŒ4[™ƒÐáˆpx’‚ü›»+R}©óžwåïØÿ”¿ö{(?ñD68*æÉðÆR¿b†H¤!iˆ9j vÿ&tΣ’Î€·ÓkkÚWo˙ښ·vÚ^ÑÖLSR=_j5*ej…Gxà}à( -("ˆˆ(‡ r -‚ ((Xê˜'å‘·’®–©ece×ôê5Ó~÷·ý±ÒŸÿ?î€áã Šü/2ä†%ÌØ¬˜´üÑÆ»°BöÛPNÙ›PIÙëPMÙ+”©ìeØUî‹ðîjä(g9f’3Ÿ0;›|›} s‡3–r›;’:[æ tØÐòá?†Ç Àò9Xþ€‰D*áR4î=“÷[¾èe4…³Á*^Á¡äÿià=A[yËÑåË1Ãeew’ÿÍu¤Ì–¦ÎðÒgø}éÓN<è@ru9Ðêv°<®Ï)Pæï¸È%¨˜w´¨´×Ä$â*W¸’˜Ç~Ãà/Eñ„ Ñ2áÃp>Î"xßΟK¸É¿t‹?•:ÃNŸôcoUôd8D]8ç:äBÂÁ= Èí àzº¾¯ú#€yé}9*ò y^ý„ˆ-XÄY÷“iü»ñÑl|¥x&A#žN¬ßJjO%ßO¤L‰nb§D×qSâ®ÌÉÊ_²&%mŸò¡Ct ýë{Àt;xžG€È×Txÿ^‰ øM„B­òÐñOJâ3héy÷H9Å3Þd -³r,™_5‚‘K‡RôÒ›©Vé@Z—´?}\Úƒ›^Ë—¶àÇe¶ì1™5Ç9@ùêK@†äÿ¥nûÐó0¨ò=ä§Þ˃ν’¡‚V*ÑQKü¸”¹Ò´œž>NÌã âè’éyoºXÙƒU+»2ꕸ6åµÌAE+~TÑœ3ªl$Œ(ë‰#JÓgüÿ@íø> öüÈ}áUoÕA>Ï«QhÔ|U|ü,?5k¢$“6H%•õ $×ðLe[&_}5K®¾‚׫mÙ6µ5§Wm! ©ëICê:HmîZ÷ :ä»n4Ø.Pß $^Ê÷ȇš÷׺ Ó+:Ô¹E-yOí¨Äà†Ê3 -ìÌN;•,iÎ¥« œšB¥ÎDÐèŒD³®ŽÔ¡ÕçjµyƒZ5yP«‚(óTè@tØßþO ó:4ˆÃïj޽¨ òX6¢¼çèó³5Ñè1y2¶¯KéäâÙWŠsÅ TjµÌÔiszMžÂPM6Täƒ2¿ß £ô¤”~½ä“ZgÕåKP0W „^û€qèm]àÑg Á'YÂ<çÌagtÄ:1½WšFnf±¹D‘¡8_UM£×Ê(cEbª,ЙDVSÕnPoü‘Oí«û@sÙðéÀ„}DðÝ@åµ÷£qàM}à+MÁGl¨ã·­ÁˆqSDxŸ.>µC•’Û\…+1 s*4œ\eU1µVXȬ/§ Ì\šÊÌ.l0—Ò;̬Â^ˆ½¡´ðºés>¨ÐûTÂwמFľ—–›ƒÍ·†ü4}å’ϰ%ÕkŒÅ´j“I%¶¸¶ -/P‰ -!'¿¶”Io`0¸Mt†´‰Æ04Q‹[› -Ý4F¥°¨×L/²78 -¡ :p`;î -´^»ß×#ö<·]Øû¨õÒ¾{‡'Û.þ<ÐŒ -í0G'7×%ŒÚ´"µ*“'©Ê‘q…¹::·ÀœÇbÚˆ¬ŠfBi-›m…tY ¬î¦\f%Ùë C‡B×-  ¶Èáß½—ë[ b×ÊÕÀ] »fí>?Œvž±·†·ÚЉfs|ŽÎˆ¡ËtØrAu–”)%hÉy Y|º Ëã5§óU¶4Åš&ìnÂòº3¹=Yœ‹3ŸtèÀ‡m*øŽÿ½v¾¶!¾Yn÷ÛqÿúÙ¿9~>8h÷?ÕÙŒ´µ…Ç×5ÇàU‰4Q}*—­ÏÐ4xM¶‚hJ•R“¥eMI2Ec’ÜlITt7`¤ö†TDè(rYŠ Cìk oûÝì¹mµñõb÷–Ûc'¶ž†Ùýntœ÷S_Ѝ Ie †‘ -ú"Yöh^Rw¼$ª+MÑER†w—(Ã{$ò°Þ:ÊÞ. ³OTEþ2.‹l“;X.定ýÿhúiÃÓ.øÚ{ŽíkÆæ÷¯»¾äþ×öEïÝϺiæÎùVÞ ¸Ì™¹˜DsegO†Ð0c(vÔh” l4YtyŒ /…Lˆ…!SzA°£|kŠ:<Í¿<0-p°·®âïÖÃÞuoZ`_,m_3¾à²æÆò¡ í+'·YW|öꟜ;.{|Q¾äJ_8Ÿ@˜ÈL½!?zÉ@Í…•†ÜOà?À³ƒæ Kƒ¬ Eu r©‰‰|ÔWŒœŸ-FÞ»Ãtp¡ƒbçÚ×?­ôn^3áX¿¦oÅõ‹k/Žl²½òüÖðêÌAù‹ŸOòW½ýϽQ¤g> iÏ|q1OÏ’POý©ÈgAEž£«†ÿ bÑù—ÿe¾Î¢š>ó0Žÿ­öLgtzê:ÖµAE­€ ¬a HØB€„BH ;ÙT@A n¸àXEÑq_ªuwT`P, -XÖQëB‘M@žùŸž^çz.>7ïÍû½ü=y9ý; ´ßfÓÎd þ[Oh6 %3§âÐ7Dë…iDý/‰ÛÏÿB\Xùåé‘ ³jG]–Un²-uóÈuÒŽxD§xð¸#ž"户, -bÝAu#v˜±®`³œÁg9AãD%sî^&ˆ+âd AÔ¼›J”cÆÔBÌ™nÀ‚¹*,^*ÂwV X¾> -Λ±Ê=k¼©°¦úÀ.Àp rƒ{°+¼è.ð£;∄Ó7‚I·›Ä5ëê-‚¨o"ˆƒ/¢¼Ÿ˜’iÓ2ñÕW -|ý³¿ecÞ²|»ŠŽÅÖþXfïƒX9»a­«+lÜœaïî¸xl€Åž”õð¥Ø"€bƒ`Ê:„‘ÂÍ‚`î×HX21ä]Ír°×Ý<_opè!`E1žÀ]$D€J¿|‹äð©  #!ß®’Èà×"­U:F! -ëô‡wJ~‹ê÷Åô¥™óÑòg‹lˆß¸IäÞäûxDG|QlBS„TJ@5Èá»M逾ÇHgð»&õ¾þO䟃Ze£¡/dŒé»ÈNé+f·¤›Õ'é2B²·x.bÉ.¹õR\ òö„€# -±q\„' A—I©5?~»TðÛ§õh:üO¥ƒv)·•“AʱVÅ £Mñ>ò¥ü³KÞÛ#këS˜Ñœ¿#‘lˆ[³ |»µHsÙ©—Ä4›#Àá &Qˆ0‰ Á:ò?£z2`‡æ3­Z3xX3tB=|^ý‰~Cõ)ô‘j8¬5ýCd[úkæKewl—²=¾WùŒÝ§2熤EsÀ&w–pýjÈí‘îåe€?$¡ ¢ãÁá -*›S«Æè¹ÚÑàíºz…n8¤F7zL;¸ù_Úa×4á4¿G´ªß0ÛÕ=qªvvê§WӔЧ5©dŸlH ĶVP;¯‡ÎÓ:_¨BB!‰d}Næð?±S¤ÃQJõ #+c ¬@ß¶+óc¯þ}x­þ]D}ÆÛ¨Ë¿EßÓ½a>ÓöĽԶqº´- ݺF^þAbw¦9H›=É‹f#Éj)6+‘állO'ü½  þ¬ŠˆÇñùÉâþx™ê3Cÿ&Ò˜ý*rGö£ª²{™‡²zb겺Y2»ânë;ãŸêÛ8Ox]™»²î'un&ÿšcÄdƒ`ál¤¬\µ% Îß#Ïs#Œþî“[è£YááU,ö{q¢è5_¬ìe«õ]±9†—¬¢ÜŽXSN[\M΋ø ÏÙç ¿pnžqžšy†‡ü_sî$¿ÜrCБw%Ås:Ä fBkñä[/D©ÓwØMY1´‡ºöí¾`»ÞýaÎ{£½ž–LJ?,NJ¼µU$¿’-Ë>«UœTf•þ(ßZ~TVj:"ßc:¬8j:¨8kªQÞ1íOo2íU5™ªI•ª¦rs ˜ù·?ôóPh½»œ–LTS–ð[õæPк®ÃaöÏk"(U±a÷v&r*JÏÿ É<™žT—QzP•[±/½¨rª¢ªZu¨ªR}ªj·úz•Ió¸ª\ó¸r§¦¡²LÓ°Û(É Ùe1ç|ÎWTvÆñ?KÅ@AmKE,C@{$„0‚!aeÊ–=Ã&€”,% pËúJ¥XµŽ×õ(T«–úkŽ÷æâsùœç Õ¦ZÐb³ãßIçÈ}׳n²þƒ_ãùN*n¶=Äg¼5œ9Ú}h *ÝS–Z.,̪?ÆÎomÎ.çÉnàÕgóyuÙ^Mί:g–WõÅ5neε6Y¾4$i«AÑ®o ÖDŽÚh:íø³ËMç‰ÄS÷Þ ²á­ã¾ŽS¢ ï‹<&}¸%*¡¯>>[\•\Ê-K¯k,b·ÖäóÊ­Î=*,Ëí–æ 9yÓ‚’¼'÷j;'w–' ¤K’µU¡DWêM4€k³õ§½Ôë¶ýÑ)ÒŽ…wýë}û+Ýä1!#t€{ îxK\V{CbIKUjMMYVkYq~{QA¹(¿ QœW(³ ûÅ9E㢜Â)QnÁ´0/F dHR¤ ¥ºjÐhò ð­·¬tc5žŸtÑ|0ä¡ù¿!×gú½ì.IHÃ]aÁ}ˆ7:£­5¡¸¡!¹úpuzKAyŽ “SÜ™VRÓÂáv%—JºK/t&q&:SK&EéÅÓBY SMÒµ7ÃaÝÍÐl¬ºÚa¥ö¦×QíéigÕÅQ'õ›#½‰!²ÍXÿ~I­»›Åï8˜ÖÄ+¬:šXYܘڜU›ÙžX™ßûSEwLekwtÕñ®¨êÑÎèªIqlŤ(¡|ªC–/ YÚ› rç&8f¬ò±ÓRåÕIûœÅ®Ÿ¿l©zõ~çåQ’åð0Õ]2@ è8A?p´'"¥V_&ˆ¯ÈmKjLnIãE7²E‘GÊÅ-∦îŽðæaDóŒ ²aZp°F6È–6äjo„Ú€g´á]Fùù õÚß/Y(ÎM˜«L\ÁéŒ]"búÏQ\ºÎøqCœb&VH"Ù…Ç£ËÒÅñõ±‚äcül>“_ÖÎhoâ3<ºð —Þqí“w­-¼e–+ 䨭ƒB­õÐðÃ:¬}{ÒTéј‰üü̹«³¦/Í8|;4é¶·wœŒo¿èçÓ|ŽÆ¨:šP<ÈÌÊê(I8U)Ih¢÷f¶†örZC$-!}âæà¾á¦àW„ôÜj Í5˹ªë Tk´è(ýÓ¥§ðrPOîÞ„*º1·]¹m´~ä–í¶7œ÷ˆf÷a[§(^5¿ìå\¦Å°/„¤'Ñ Œ„W„‰© :“^O;[\8ÒP8ÒQ0:X06Spv¡’Ö?_# ä«®…JM%àm—ÿ«ozx~š›]ƒ&s‹k­4»púmwÜìêoyî+»A¡åÎR¤Ìø'GMÒØaa%¿,÷ŸH)ß?QXî7UWê7-àPgJ|g¦Š©Ó‹ü.ÝçÈ…ªk a‹üg‘:Z\ƒnŽ+¡É¹5èüÃírCÍ×õ>vÔ<"è5=t³¬¸Ot-X$ù¥.YÑ¿Râéw¨éw‚ØÔ;y¾óIy>wós) ÕlÊo¼lÊâÉ,ï{ã™^¿ßÏð¾ý$[(SQ„c*è7‰º9ªˆ&¦й_×¢Áçº -½K˜MÂ%»íÍ/q†•/ð¶…Ï îéÏ\übžºÑéO=¢ýŸ}žú¥z= K#ÿ?&ÍóYFªçóÒÒ‹ÆdÒKQii(qß«éC¤¥Ç ²@Ýz¹?DÍ–G“—åÑùŠhàOÔóv÷ÁÊ^õæ+Ê;“¢‡ŒeGbÜ2ŽÊ|‹ |KˆðY&F{.{Çy¬$¸ÿÅHp{ïò>+Žð¾,–ðwcŒóq´ó‡Á(üÇkñ¯Õë6„nKš“C¦åÑéyEÔý^C®ýÓ.å¦öhT®ší,ZµØ›±je·jíÆZµõ¦ýkïïó/6Äó3Iüìî”HgˆtF$b# #ÜJX¶PDz>ÓN3d™ïDhf¡‹WäÐàœ꺯€¸°Eá|¿¡vo-Ãé`l¦6,0ÃÓCô+/ØRÝëOB x9‚w=øÙAX DѬ ™fì@ ”˜A³LWO!tùBC³uÏ#ÔöZ Õªb9hmȃï4Ò@W'v2@Fv0vÚ{]]Á‚ˆ=À™l î^Ö@ö²ª—y™ËË bȦB6àÎ -çøPÀe1À‘ÇZ©£RLp”0{š ¸ó ÀM1Àé6ðè@xF_uö7éUØ2ùuèkÊ›Ð%Ÿ·!_![Uú½xH(æúà/mð'8€Ÿ´ÁÛŸDF âÂÀ)SúWÌÇ©V`…,Àõ²Ài@jŒ ø &8Ï1pŸ®ÏŸ<^Ðßy¾¢¿ùïúŒjúPã8ÞÞÛáÄŠ -ÖQqT*«–*"{oVö& áOHBHÂR@à*R@q^Š ©¢\”¢(({¨-V.ö¹9÷Ü·ñÅçýäw¾£¤™€IÒXð ñEè,éwôe Ì0À®_(K3Òo^ܾm@;´¢ÛÃõ8|=ƒ ->jÉ?šüÁ›Gï™ÆXðÌaüáUÄxç}ŠñÖ§–þÆ÷}Þï2mÎÿm6 :8B ™¢ £f(OÃfi"fé=‘s C§o@ëPúÍKÞ·Øv»9f ±.öÀôvý›ðƒ‰X@ÑHïâó~)ÌY_kƯ€5å_œ 8Ü<=t1z,¤ƒñ:´—1ŠzA›¦DLG?Œœaþ†™ewbg Â:Û²"·o„è½–Àµû?Û€Àùp½N~`úüA‰@ÏaÈ„)t c<8‘ý:HÌ Î匄hc^„VÄ £êÙÏÑ-¬gaí¬¡ðÖÓˆaVä«3Ӊ޽‰ŸBÚñ“Qß¡oÀcœ=›!áàvHþy/¤8Ù- -=ÿÁ pŸe£ƒ'(ì(–IçÅ ¡EÈ : yVˆ „—#ýáµÈãˆ&¤/òò0ª éÁ !÷qSÈmü·8•4Îkû é"7¯òV3àî±€”ƒ[!ÃÞú£Øéû… £s)þN|”ï>D§SHLFÈí’ðD)ù÷1Z~¦’ÛÀ¿‹»È¿ƒ¿Å¿…ïçwÇø×ȯ—(¯š©¯›>Èk!jó:`X­Áî þÃÚïX”ŸÜ÷Vîa7™éwlTê>”ˆ îG¨øF û‰Ï»C%ÞÄË“~%¨„í„2á bð:©Ix•tCx…Ü-l£¼6ÓF’é#Ég/Sê>(úì¦uÀ¶ZÂÝfi» r~Úºë¸kVénóZá{ø¹<Äq ãדHÆv"Lf3Žwš$¼L§^¢äŠZ)Q µBô í¬¨‰Ö&º@ïg ¥ÕG§Õ2‡Óϰ†Ó+?¨úœ¾!Öj5ˆ¬×ÜvÃGåÑ-ïTŽÛ' ÝöŒ¨|lóBìûä‘Þ]iÄÈŽDãj'¾•ÍOnŠNM?ωÏ2 -$õÑ¥’ºèZI-³YRÃêT³ú%•ì!É©˜!IgHRú @[cD‹5ÀµÔï^ë5sÀlQuÔb^sÂrLçºã¹Î{ï¿ÕAGäFxÞ–®§Ñ¨­‰ì¸ó\nr'I\ÃK«Ø -yEŒV~:¦J^Î9//ã\——ÆöÊ‹cŸÊµÈSy2(W#ƒ2Cþ×@Ù¸ø–& Ùe -Êkß1›)q°-w±ú½ÜcgŸ.àð=U˜[»‡j“RÈDL¤.)VXÅHÊãR³JYŽQ)4H¹¢(®^QצPq»ùÜEžž’;“Ë}’mÐõ ´ ¦`i ²]&Pðýê?u‡×Nž:fö¢Òiã“J×íÝeþ‡nkÑ.× -°!Í9dbC&ƒs&-&©L/Ö’²U<±2/>7?7^—ŸÃ«ÉÏæ5çgñnçËxôçÉxýJ)¯?×`è¢ÍWÐÒ²¾5µÉÛ²C¦ã•ökž×žXû¸Æy[W…ïÁ_KQNmLPc> _›CgŸ’²4éHF^² ';!µ@*J…ê A…:=¡Q-JhW§&<Ôß>•^AšàQ¾!ÀXm,sHÙ²;W.i÷ÍŸ¶3~UsÔx°Á~UoÓÖ;Õ>¶×O‡8¶”D4°UTf‰‚É/rÒ³Òãs2R’T)B±F˜¤Ô& -Kµa½–/¼ªOîÖßž"AÒCuBÒÃBC zõJà˜CÚ–å Ü¹|±xßò™*Ûå/ë-h´3¹ÎѲ£ÎËæruCãép¿ÚR|T¹†Â(*`Ä+l‘D†d ÅüÂø´T"Ê*áˆ4%ì´šVÚÅbfúoÅ,Q·–“Ú£‰Mé-2˜ú†83#o^;¾~_¾çë‰Úý_=k´ù¢¯ù£Î&‡Í7Îy|×Rp¬¡í]Y‰(.#Ñòu´8Y!3%UÉ‘ó²¹*–4©˜–™YJÉT•R¤U%dYs1IvWG–vk©â =Ã0`™®¾Ù -mú -ÔÛ¾|W±ë‹W ÖÿxÚºíóîKVÜl=¶ñò/n{ÏûýTÓêYV‰.¬Â“sNQb3JÂD [£Bò(y A™QŒSèpyZl~S6ÿޛ׫Æçôª Y†Ût$­_Ù_‚ÎêŸsÕß|>|aÓg®X|Öymÿ²WìÍ[Ú\¬ë[þKwþ5ufq@\Šã¾¨,JMKÈB’Üä&¹7¹II@EE­ˆZ•¢`t°à -ET¬ˆHG?R¬»(â2 -ŠRµÈ¢(ˆxzÿóâûöy~çü^<¤è¼Jtðl4•SfJø©4>eKñÒ뎭رüðê}‹ 6ì7l?`,ÌÛo8tü߆C¹1‡¯çÄz’cÌœkÜÿ(ÏX3Á¶M ¹#†Ž8Út”MCÿ»85ÔNCWë½F]ª™Z~%Ò½¤[TxI)ȫһÎëc·•Ç®L;Ÿ–|jiF|iò.CÉúl}Éû¢OädëJíÑ•žÛ­=ùÇ.íÉçYºâ–ÝÑG›÷X©ã¿ƒSìà?Ól>ÿ2=97 -ݯ‰®_Ÿ€ªo1ìÎßZ4éä ¶ë‘k"ÿu8wo )ϼ¬1¤_Ô'¥T×.©Œßl¨HÊÔV¬Ý©©Ø¶ƒ:¿o;Uy$S]y6Cu¡~›êBËVuy[Uö2ÓH7öN²µŽGÏNÛ¡Æ*;t£ÎýÞ0†¾?]lËš|Ço ›ï³ïŽ„µý&ŽmºFh×\¥ët« WŒë55K6©jVo&¯lÙLÔîÝDÔJWÖÙ ¨¯MSÔ?[¯¨y—¦¼ô&ÝØ:ÖòÆ¢–"ô |ºyÙÕÜ.<Î4;Ù?÷¶ÿ¹…é˜óŒí¹ó‰€¹ù‘X˜Ú$%—6*LÆ{ä2ªA—B4,NUÜ[•*¿¿i Þ¸{5þ  EÖT–,}X³Rúðé -¬©k¥ôn÷*k kŒMG-zx -¡[U6¨¶ÞUݳCeÏÆ âv·…í¾ãòÚ™3³^³æoyÅ ZÛ¹ì…7¶ŠuT+§lU/Á[K¥/–/•¾LKÄÚv$`¯Äc¯KKÚ«b%Þ6‰Þ´›„mâ¬ȵAOŠºs¡ºj„þ{Ëyd‡Š:¦ ‚î¹£r»½'euÎÙÒÍôZלÔÉâ™:ÙRê=O%ïEc¸QÔ¥1 »ãL‚ž•&~ÏFc䇬ÞÇ|=¯÷D4¯÷7÷Óm-çs«Æš–B„ʺz¡K×úµÑo¶C?M³Í1»~÷Ó€çÔ|œ× ø{% , -2™ƒÙšÐ(ùK&ä)…ƒ"oHNq,*ÂG±¾¬T‡}IW… ï$C¾ ˜_‹•L¨TC­ÂšÆ]»€ÐåZ„Êï"Tô¡ü¿F¢ìá)#¶Ã,ûÍ0wj*Ìw^^ž&ðñ§À/Dl10ù`‰¸À“°@„….e% IX|/ñƒ ñBÈ-„B‘œˆ²æF9BÕt7ú¥‰þ¿¡½íl~„q#Óaš} -8MNg'̧/ø‰À'ˆþ¡aLàÐG‘€ãRŽ/Ðs¼!í«Øž°!Â2#Ͳ¦†î ’îàÄ}„>AhO+BÛ>!›õ0jd2üÃ>&OŒ†éÓ ˜9K -sÜàæÁ†W,ð ß@ð÷ó‡`ÿ…ðOà,€¨Àù `€:`ĸA‚¿ $û;Ã:«ªê:IwPðˆž¿¡­¯Z÷Ù.42líµ0z‚ÆNÁDLu -‡s‚a–k¸¸ùÒ»ñy^àåî ¾î tŸ ! W`3œAÀ˜ à ”îŽôçF«@æ0øn3!ÜÛ¸¾n dÒ£ðèÕJ#€KÑ•Çaº -æFï åÐ~Vó¸BNÑÎÉ!ô¢ÂêåÞ€CøSXí2ˆè‘Û,â JûùìcÔ0öÁ -Àé :Û‹Žîãâ €qA‚±@ ×$Ö -„mPBh&¡ûhù„% ¼”vV ¬ß”qEìÛ´Ç -༖s»åžï Êz£,².ñü½ Ÿ1„®ŽÀóœ"oWÀé›WÁ\Ì1)A -Ü$úïI`e¨€µ‡v@‡UÀ.!}†Î¸¿À»A ó*-‘mÊA~—Â,èWôŠåÝ‹üfQ¾‘~(é QtÁü9 ¥wAz€:ÂȨ0ëe H¤ßOUw œ,Zõ•[H óŠÕ_"O«-‘çÕþeÕàÕ ðiŽzAö‰:‰^Q¿²T¾“¯ð!U›üÛ€ 3ˆ\A̘Jzºwг‚Njy$ÈuRÇ“ LÑ ó7j-üº!þ¿t‚ƒZ³ð˜¶?ªTÓU®é]¤>‹ë©O’ûêØÿÕÝÒU§¬OõP·)©bPÛl3&ÄÅðyN ™? býçB|˜7Äñƒ!FÆJƒ}QÄ’ƒØ -­Yœ¦ïeÄ|íÑï×Ö÷`%ÑÝÒ_£»dUºN¼Vû^~WÛ!®y«èд+û4­„Y÷TeÖ7©bPßêé“sv’îÃàá‰~.°<Ô’" c U¢~èU.Óõ੆.ÙÆ÷²,ã_x®ñ¼ÀðVQdx£<ó'QÓNÔè_“w¢ÛT-Ñ­ê]‹ª/æÕo¼¯5›néÌq7£¿ (:ƒŒÎ už Œì;Ö„0`5w¡%YÒ—¨ä÷˜ôò÷Úí[2ÅØN¤Ç½"¶Ç½$²ã^ù±­ª£±ÏÕ'M-T…©™ªþ›îúŒkòN8þg¢(ÈPŠH ŽÖýñœ­åܥв„ìr+ΆŒÇU#7⛑Ÿ:‘±„!äþ2šøNü;cøÙGúÜE~Ïê¤Ì ÆM7 ð…ÔeÞ¿Â Ê7,ØöÀ)þ¼ò}ú‘ùö™(vÿC6)r‚ÎÄß$ -é?ãS™×ðÖ¼™5’XÈN,g]"Ô³†ˆm¬ŸˆçYƒ¤1Öù«üŽÝI}Çm§½ãž¦ÿÆkLðõ„8˜´l/÷„Øz˜¹Õÿ“&$è­zÿêçÊÛ§ÒbB&¤„C78Hü—~‰"eÿDVð.³øçÉyü>r)¿‡RÅï¦6ó»¨]üs´Ë‚³´IAý ùUhgü*ªOz#ª›Äûz@ü^àS–/„ªµ‹þµeñ{Ã÷¯ û–?ÖZwOslûx:>ôŠ”{‘Ç¢õ3…œn$UxŽž)î %môɤLÒŠÔKZí’&Æ ÄžtKÚÀ|!­M~-­J~-«`Í&úx@¢ß"ÈXÓ‚§kÇ?›½~³|·äyΞe-WÜÎŽÞrM°(r´_šD>Çç±Ï°¥¢ædLfgêä Ì´.¹­M®B«Y-h«=ÅC+ØÑ“œ©¶i%Üèlþß@]â EKÝ¡"x>Ô¯vÿ”³Éã—üÞO -v-™´†~uùérvÜžLRdW:ƒxFÆaÙ…"q-E«8ª´ -Ž+ãX±“ÜrÌÆmÄJ¹X1o+â=Pðž*¬ü§Øqþ³YA‚ÏBˆø.„Ò¥ó¡*È ¿™÷áøF÷—EÛN•†xÝ)>x-?bãE nW¯žÞžIOlÂXÌš¾¨\,CmBLQ,Ð) ù¹*« T•/¨Uå ÚT¹‚‹™áD¦YøXešf>V…Of‰Ó I>  ÜÔ|5÷˪¹ï -×»=³mžw¿lÇ‚qÛþ€‘¢ðõÇcCΙÃZôÔøºL&£ã -JP1j•¢Ê\±Jmµ&Q¡Ö >¥Õ‹[tYâó:ø¦N+žÒjÅ4ñ#µFü×A’÷BÈòq‡iþsaÖ—.¿ç­ty[²ÖåqùF׉ʭóÇÊ÷úÙ¯í-ŠÙÙ~°ÑLÁUét›šÍ·*rsªT©OÁtZ©N¯–æe«d' JY£A!ë6`²1Cºì~6&{…Iê³€äé®Ï|ˆ}á - sþa v~}âk穪5N·k6Ï­Úíw¡<ì›NÛÑ­… ¡uÇÉ1å„R”Íâæhx)ú ±R•†fa¨Ê”ŠšÌr´Ø,CkÍRô¬Yœ:2mÒ$AïdòûÙ2ùýL Å{xO¯Ÿ 48,üÒñEy°ãýº ‡õ›Ü.ÕîZÜWupU{yô6»-þ@e)º4ŸNÊ·0ÙFGªÖ -2ÒTR½DYXV.³æq•¹lÅ™\–b('9ã/6iæ¥ß3ÎR½@±÷\¨^2æ.uü[i€ÃÓ*p×¾\mÚè:ØâÓUº¢µ:rKí)ÜÞ²“„ÈÂ*Ábe$ërYbÌÄÃ$zQGƒZ’Ôê½Î¥¿u§W{ӠƆðM•µ1»KªðGòÊÉ Ù6:CUÄÊó9i¼1ÉL£2‡d²äM'ÌDs“‰`0&ZîÆ{’~ZÖÌ`’Ç|˜¶h4ø8þ^ä žTºÛvpµÍ v¬vîìØáÙÒ¶/°¦5lɦèkCÜ!S §©¤ÐÒÊžÈÆ’3‹y*r¡4+±@™/0gã Od%5éŠÎkã‹ï¨ã ¦4 ySÚ„Ü)ÝL ÇÝ fx8ÁOðÆ6Ü©ÆZÁPçÐ۳ʩ­g낆®ÝK+Îý¸¶¨=â[Ëé˜P]sü1¬‘H–ÔQYìj†„ZÉNÇWˆUñŠÌ¸ -“ -wʦÄU6*b+û±˜ÊÛé1ϰXÛ“ \éÌ ÐÍjÝ?YÝÀD…¸nwÃŽ ¿Ït\r°nšW9ð½_Iÿ¯s{ö黢öeœ‰”µÅ'rO´*?±‰)ÃÙ…hŒK=Öd@5—¤mnE7÷J£[nŠ£š_I¢ë^É¢k_¥ÌÊç:Cã\ð €ñ0rÚ tÐqÑ4øƒêѵ®¶‘>LJ÷g…nR Þ%ˆ -ãõÃ!½q”ÄnBrlÝÅDu¥ -"»õüÈî"^DO'¼§›Þ;Î:Òó’uäì;™A¥‹ã›<î”pÕÀàY:huU7<Á‰[+çäßü“§q|g`æõ½ëбÐïøWÃ~@F#¢—&Ä ÇQ¢†ÉHø0›qä²9<¢£) …ÖP®t’]½N:tå%1tä3åÇKŸ©3ùCÀd1cµ\<@O­Ã úº3(™tÖ© 'ÓÔwõÃí~©þGw}>Gua?ÈØŠ1 $Ôµ5B½lß½wËÝÞ´Ú]I»*«J‹pL7`‚)‰Ã€p‚ƒ1„Fôf3Â4É$ #@€(F¨K,’žÜ?`óá7çÛ™çœ÷3ïÅ,|H§–5*$®ûjMö=½ÅxÏj×ÝsåhîWäª,ÎQ7®µ«nµ©íÉfŸ°2M7-ʦ_Íò‡½VÙÃlož²wpç;B®!äâYBŽ_!dÿÏcÈΆqdk˲©}úo×¶ÇOZÑž²°-3¶¬•Ÿâl ­-”\ßÂhÕ­ƒ²ÕfR´šäíóM²Žåúåz=ýr‡Ž~µ_KužÕP¯ëÔÒ7­*éëNÆ›†„Ü8DÈl N^&ä`-!ßÔ![ý†lìò»¦‡óÁòÞXßÊÞÙ¡e½É1®ž´$k—«ïŠU½”LÞÇ(©>##î·«DEŒ``>Ã\®ä mPp‡¶Ë¸ïöÓ™ïNЙžZ*Ós[êMÝ>B.Wrú!‡¯²ë6![²¾c?S|Üš”ƒ° "´ˆ‰T n† ñ¤&rÁKN‡8%ò”$hS`IG^JJSf`ar V&Ec}R$¶%Fb‡Wçϰ=XCÈž:B¶Õ³ço$dÅ3B>é#c+0n|||ì˜4Ñ??ƒh„†ŠÁá"zzfF&#!*©ÑñàÆÌ„8&Š˜hèb"a‰€+šƒ²è0v`Á -ÖªHo޳=°ï&!;Øl¼OÈgO©l&¤t€Œu‚Œ·‚øè0þc>ôc‚?¾i˜œ„àÐx„‡ÍÄôðXÄr¢0‹$éœPƒ@³Ÿu˜?Ì¡~p„ú¢0ÄÅ^AìÌè¤Ç‡ƒ—8 ‚ô(ˆ¤³ Цgã#Ã-Bz¥©ŸI‘ºŽµ™õµißJ‘~€uD‚ŒS¬Kd^#³^ î1x/E#ü>á0Xè@0$„ O¡7 ‚üÁe¯‰a<âÔHPâY¨Ó ´òÁ+d÷žO!côµ¬/idl§‘¹‹µ·Šu‚ï‚ü«¬ÿJFM’aa‡Ø#ì‰Þ‹Äõ‰ ê’@â h6/*‚aÆq K™…häª4H-ˆ\RæÒà-‘ƒ·Fî_Øu›ü2ð÷Ê 8Ì:N -ÏÑ#¢jXt‹òˆI‡$íÒi¤Oú^Ò#…ä­ÒW4(o ò?2’èPÈÙªäh3¡V¦Bi€Î£ )—Cô©ÂÕ¬ ÊÑå°èïŠ÷âïÉÅ;É1ùôŒ|ˆº,¤êdýt#Ý+k¥»äÝÔ¹‡ê”îCÞ¬„ÂÈý `3ÈXêØP90óba”'Cgàƒq°9‹•#T¥Ê#]¡~']§¤þ¦ ·«úé]ª>Ù>¦W^ÅôÈO*»—”]Ê›Š·Ì=E'Ó"ïPuËÚTE æ¹ -ªÇ¨½‚Í Žstl ¡ÈáFÃN% KË1dSïÔÌ€rž¦W±D×­X£ëRlÒ¾Q~¥}ÍìÔtªöh^©«_ª«Õš ªví5U›®iÖ5+Ÿëº˜§:¦I í}=ôõ¼82N ôáSa -€kv0Š2"P ™5œ§J̶ˆ{LNæ®L÷JóC‡f•±Mó…¡U»ÙЬۡ¡ÿVÿ«þ€î¹á˜ö™ñœö©éª¦ÉtWóÐܬy`îÒ5˜<Æ;&˜¶Àr# YÞ@0LèTd…ø!?Ò¥³P‘6Z!Š,Q&uåù¯ìy«Å­{a\`zf\fybüÜòØôWó#ó6S£ùŸ¦æ}¦{–#¦ËiÓ/Y5¦ú¬;¦ÛÖçæ[Ùo-µVõZö¨­Æ6jÿÁ>êðš_hƒýÃ>%Ó}1/n -*S‚Þ-Dt/Ž,×¥7Ù¤Oó -4msÌ÷¬‹¬w­«mõÖõ¶ÛÖͶÿdm»•½ÛVg;h«µ·Ý°_´_·×Ú¯:Ûkr:—C¹s†óÎæ¾wžÊóZ6ƒ‰­GAÈ$̘ˆOfL]’ìß¿”Ú¹˜ŠjY¨N|2ÏÊPâRÜÉ/5ßÊ­tÔ:–å]w¬q^ulr^ÉÙê¬ÉÙ鼜»×ùcn•ëRÞ׿Ÿ\ç ®³®6×iWAµk¨ðXþPQUÁ WÐOõEvÀd”ŒÊiìœ;Á³2qr×êÌ€öU’ðgËU±‹-©wäÒµenãOEss.çšɵ²è‚kûœëK÷Y×v÷éü]îSùÝ' -ªÝÕ?º¿/¼]|´ðEqUaOÉ¡¢þÒýî¾Ò{ÃÔÉÈñŸˆŠ °ˆÃÎù1¿X?¡smºï‹µ¢ÀGŸ3Ó~YiJª[ì\ù}¡þRE¹ƒ Oº—–Vý±ìû¢ åG‹¶”W¹ÿQþo÷ÞòCÅG*Ÿ¯8P\[±¯¤©boÉ›9»K»çì*ëžóÍÿ#›ÁÉþ9çú`Yø‡øSÔ½ëâ|Ú7¦Lxºét×{8ÔùðÏ`„n”ŠÝj#tAä.Z—“Kî !—¹3̘ 3F342.C˜Y—\×JnIW¤Nw¡<ÓÙJ§-•³íÓvÛïù={þýãõ|þü~Ÿçýþç½oÝŒØkó}a ÅõÜ×+ì8ÂPƱˆ^ -%᧔̔Îär;©ÒJ’RO'Ë©ÍÉ ÔÆäNjCÊ M™2NS¤<¦Õ¥¾¢J}K«ÆÈÿ:Œý!ÛZÚ(gËŠ¯…ÆšïŠw®x^j¥ý¤ÌqÕ”ôÀ7·Ä»G…áÎù±û²ú©ñm4zJ3…MmHãÓiâŒú4£6­ŽQ“Öʨ&÷2ääF%yšYA~Á”Q^3Ê0')¯3TAÁô°½·enÒBüÍøOb#¥RS¹rsüãJ;{2ƒëÒC;.‰C„D¯î¼„à6Nò‘ÆLjJ}Ffz Ǭ¢ -³*¨RV9µšUFmb•R»YRêEv í>»˜¶À–Ð^²$´_³Ä…é¯EÉz:ˆ½Q ¾ÕøP²Uý¥ÌXí¹™út­öí*÷£2‚éyiˆÝYq´g§0>¨™OŠ©ç’Iò,zºŒÁÎ*¥ó³KèbŽ„^ÎÓÜ"z'ODâ é·xú,Oñ‚+ ¿àèÿÉVE`]HÓÕFœ x$2T_º·X¹÷¯Úm¸u{WÜ8妹ÊÏxPlÓ-ro•Ä( “¢kø©I2VÂffer¹B¦0·€!Íã3Oåå1[ù9Ì~>—9Îç0Ÿ`÷Y.—ù<‡Ç\ä©‚¢õV#ª®ÊÑ×@âMjËe°P½ f›á®ÒJsL±Ýð)ßm½òÃVå‘û›Jc uʼn¢äÄùª(‡žÅÏfçðXüül–DÀbU 2Y&ëŒ ƒ=" ³g°;ŸÏ`-ð™YÏrUA±º«}Í -Ä_¯ŽŠ7àÞT¬‡ÙºÕ0Õ`7›,ñW]t•>[»kƒ,[«Ã]”1¾Õ'ÂN–âÅEiä|-““ÇÌeò¸‚tn¡ˆÂ-+"ó¢T^—(…w©0™7U˜Â{*HåÎ9óùª øÕ+s  ôÔ>Kõà…|%Ì(WÀ½æ p­u·Æ…ç5½M^›;ØÝTæT[Cô.¯Œ.‘%JSRy -“)¢çl!)?¿()ÿÄñ£µE ¢ø‚áÂxÁ„0¾`Np”?W˜7¯JZ©Ø«4h îL×âa²7ÛôàJçNµÁÇUÝmž†­§íP4…8È•Qž¥µG‚Šªù$«,N=Aã“dæÇ‰ó -cÅÅ…±’aŒ¤M@,Ê'ßãGKøÄ¢~l¡j(EK ñVª}–èÀ¿+Õ`Z¡wZÔaìÇU0Üm‚;Ûm§ÓÑå¶±±Óפ¦-ÈFv:ÜMÒH';¼^ÂWT³Â­™aŠsÌPå]FˆbRûŠZýk¦*ˆ‰×ø"Ò€'å“ -l{bÛïJ7¶=~:ÿ ´ [àçt«Îyn‘ø™‹úr{B½2»£‚È]±Ñ‰ IÄödrx[zzh7=¤ý8-¤]N îh¡îL;Üq;5¨c>5 m™ØüŽ¢ -â¨ã^<ª¸Ó 0Ú…m?lv´\YÊQ3uùˆÝêÒ«û ‹.{›å]$Øf ¹Q†B Iƒ‘a1ý±±á}‰‰Á}TRP_6)°Ot,°¿21` ùhÀ@¼ÿÀÍ8ÿ¹#„¾åx¿žGUù³à‰ `B 0Þpñ,@ïy€¶«õÿÐùí­¸ÒÛ–ÚÇo9éóoº±nxû9'xÅŒ†„D†]ò¿šF<4’MFFe‘„±Æp¿±Þ0ßk7B}ÇfC|F—C½®~‰Pe^0]ƒeЂepËÛŸØû?ÜÀAå}<”<Ô‡¢G¦ø¼G{ײ:KvÛ‘4yÀ6æïþ° ïÀ‰Pa"&Àw‚pð#ààd¾¿Ïd)Á{Jéç=}æ ×Ãq¯‡¿x˜zãã1ùÑO•b=¸Óðÿ †±\hº ¿‹ÃÞǃðé:È3ÂgÍ›¯¡ÌÙ$>uÜN|êj:ëáà?ëãê;àîý4ÂÓk.ÁóÀÅÃsžãî¹pÜÍc¡z¿Ç³6W÷çC.î‹÷ö¹->wv]øÝE•‰:€kXúz.a¨¹pb - à‰ð^é«e.mÕ"/™­M\²0ˆ^Úk²d¿ëÐÒ>kï%7{7>Nß¿ tv}±Ïå]‚ó¾eª³ó2×Éé¿bGÇߪík·sxÎÖáý-[ûß¶Qå–Á%¬}°\¨½ P: x ýB2>èi¤þa¨ðÇwºQM6ܵ…ðqÏv¯O¶;Ý>9Y¸|þ~Ógok‡/þÖv_ím¾ÆYïý“leõgöž=¨ÈÒUZX¢&s ÔcnŽ.íVå¯`ìPÜ89 œ`ÿ @{‹Ã‘>­Ó‰@kƒÐ}_ddè‰Ì¶¸¢ÝÛœ•±=²7±A.¦VÈÃÔùššcCi"šîD$3ÄØn‚øÛQ‰±’¡F•†ÎtýîúŒj*Ûâ~Å‚(‚"-EÂMrÓ$@Zh IÄ„ÐÅQDQdP]`ïȃ Ï®OTž:èÃŽ>Åë( ‚€àÀ~÷}ó>ü¾žý?ëì³ÖÞWñlBÊ»RÜ‚ßÿ9‚˜^!Hjb¡‹ñ±0Ñ*ll‚aºœXàêŒ/W?˜ç6üݽs÷¶û,t÷©›;ĸº‚ŠèzgXHp‚ÎPbÖñ¼o"Èæ;Rò¯ßŠ×‰ šw?€XÈ/Ä*ÆZ³aâTXÛ¡0ÍÞ½à4Ü=aÁæÜ`>ÁÈG`à ¤ÖÅN6ø°h “@k?ŒfÕÍæù¸€ß<" ~n€b@Ì4ÌÐx_ð×ù)¿2ø–Áo#nHûp5(øÅÕ£€^ðr#®Ù(ÏH@yK¡öø}Ǿùaà;ˆ ‚_?HØÿ2x»êMê|7À¨@ãÍLêT9~–– ä, - Ë¨à_L´·…ä= À¦õ$¨çÈ€]E»ŽÐþƒ~§½ñ¢& 2¾‘úà×GR/Ps€†ïš¾s]€:‡ oW`“g‡;Xb`Æø=… -´ °|PWãÊh€Ua@Û…Òª±Qz-u„~œúã õ;£2Ìl¢ ±“Yä~v7ÚËD{8£èg6»Y@í2èxt6˜ž.Àõ"BÉYž4x28I°ЙÇe®düÅ,e|gnb ³¶Ó‡Øûèߨ郜£´Î)Z?÷ö•{ûÊ{HýÂIýÌï¢t -(ù£ØŸ< }àã½À$:m¦3ð<œA„gû¹‚„>B}@ŽB@<}„¯c órØßxËÙ¼µì¯¼rV «W°›ùEð+³'à0ósÀIFwàF—ð_ôNá}ÚGQ;í}P'öF4@ïŽ2_ ý28íÂËÅÿRN Äû"ÔÓ dó] -s‡Hþ“ú‹céA)œ>a¯'0Ÿ×-,âu -×s?‰*¹ƒvpþ ÚÏy\Ë~rœõ6äëøóµä.ó•¤Ñ&éd>pž‰GyOC@ð8‰<ƒ€èb{ˆ™iñ>Ž@!B<Çs(&Ø·/2ŠÖªä~ëB¼¯x-.tH*ø/¥[ùí¡{ym¡5¼auÜ?ÂÎp[îrŸ…ßá> Ám‰øÄ>p7lTx' ‚n…Cp“À%8€ÿÎ2‚$zLµ÷tРNÃj–{ŸJ8·SNy­`wDhÚÂ3E„/µF¬>(>‰¨¶Dî>Ь>Œ<$¼/«Þ“]Ý‘5‰š£žŠnE݌깒Æ(6DCèe3€‡×—8Ú‚` šøÎ5gê¨4½ß@'t¥ f½UK}Û•qŒVy²àqŒ!øAô"ñ½èÉèµ’G—KnÅl‘6Åì‘ÞŒ­‘Þˆ­“^=+mŒk”^‹{(m¿ ½$ï ¿7q>"OËAvJñ#à"í§‚Êy -èÝ­!ÓËz(g¾mO.uúûl.±=Cìõ4-}¢ä5'êBš™á7äù‘ò•‘W¥²+ŠM²ËŠí²Æï—]Œ¯•]ˆ¯—K¸,;›Ðu:±=ª>±;úDâpì±Dˆ=¢„¸Ãf€ÈÉbìl@ë4LnV°ÈÓj ßgò§¥d›Ž|–Ck^°ÛÃ,™ïíñìëZuÈ•!ò’27æ¼rYÜYåê¸3ÊõòSÊ*y}Ò.ùɤòIuòcªóò:ÕïŠ#ªgŠCÉŸâKþ–P“<’P2’ø‹ v˜ -|×Ò;ZA.ÑrtéLË/s-ßúMzQȰmY.ri^ás=GθlL:§ÃÇEM¦ü¤zq±”Ê£)k•GR*”‡Ô[•µê}IÕ‡’j4§’~Õ\KªÖ´¨ökß«öjû“wk‡“wþŠ¿ƒÒf2dØ[ÂbÂøï3ÆuÍß±fÞ„gÅØ¤{EN¿„͹²$;Ÿ« ¬7i#êôù¡´Ü¤ƒºŸR¤©«Sש÷ë*5ût»4{t5šÝºšºËÚº{Úmi¯µ[Ózµ›ÓµU¸J3 ÂÎRl¬ kúXê}“þ¶~£¾]_¡ïÑoXð5½lA¿Y5u -¤N™¹vã`¹£Å×5„1ïJ‰cZ7Ì@îo@-o®çÛ5”H<ήŽ"_Ï­ý)YR§‹ÝcTmÏÌIÝl\ª¯4®2l2¬3V* {ŒeÆÚŒuÆÓ¥Æ%Æç¸®ŒµÆ^c±±×`ÄÚXCºµ%äM …öczJŽ2{äÉF"Ò¼‰4¾±‚;õbYˆû?~–ùY#g(TïY¦Þ¶X¯¬ÌÍL-ÏÊ3¬Ï\n*5g•˜*²ŠM;²×˜d™Nf¯2]Ë.4=É)Ìü”]˜ù9«ÐÔ“‰3ý(¬'ƒaòÈ·µ-š†t•Ú"m“‡•¤i³ï¸†JŽÍÙÁÄãe>µ¥qŒýÅJÑŽ•êȪåi‰åKŒ©?/Ê1®ÉÉÏþ/Ùõ õ¾Æü™)»¦Â\˜aÌ0„’[ã6™m\C.Ñ`0fÈ¥%—Èå„è"¢–Jºìnû$9{ïvkŸHKû;¥ö>é~yίuޜŋϚ7³ÖwæyžÿZÿo¡¬0=_V.Ï“ÕÉU²6¹RÖ+WÈ.˳e÷2³Ò¦2²e3éÙ²ä›/ds¡T[S/D¥åmñ2-ø¥FþrÐn6pÕ†ë×霩õZÑS-´è¬v8T¶¡¾8JXU·¹,/1fWNjr^–<-Gž›••Q’-ϨV¤g´(Òä';äCŠùñkvªüY¦,㹜Ș õ¡L[óSfJµ`¼RîÕ-„‘F}øîO– Î7­]|ºÁÓèX]€y[xuS¥ÔýÀÞH¿}¥[CŠwm‹Þ™¿=)[•–ž–£P¤( -•ÉÙûT‰ŠFÕ6E—*^1¨ŒSŒ(cÿȉW<ÍÞ–=•59Fkhb†Ö‚Zð¨œ÷kÔ`¬A n6/…áV6ål«ã¢žƒÎ&?fK}ÿ`m¨KeU¸ÏžŠqaY|DNqRBZQjZb~¦"./O“W–w07jg§*rçeDþ÷9áùyO³£TÓ_eÍ…±ê˜­Aù}—ŒWüX·n7Sàêam8×΄¾öÕšÝmîzm­>´Æ¯¦QâT~p‹×®Q¢ÜªØ0ù¾„¸ä²í©[KÒ³"ŠU9[ŠK•aŵ9a%í -iÉ@ÖæÒ[™¡%ä¡ÅÏ2¥EDá|˜¨¦Ž*5ø[)ÀýjÒûH÷¼q`¨s! t™Â‰nþÂŽ.—eÍÞÆµíBNÅa±cI‹ÔcgSD@v}Lhjm|L|urrDeZšt¿Rº¿DZY›!©<’.©ì—…TÝÜ\5™*ÞÿbGðÞ²àòù0•¢ö&`b/Àu߸Üpöé'WÀÑ®ú¡'úž+*ù±öt‰ì -:$n9GÂ|e­Qâ„–Øð¨¦Äxi£,YÒ L n(I n<°]Üx$IÜØŸÔts[Pãd¼¨a&AT÷*QTû*i.”åÉn2ƒ*€;M×ÚΓüS§H÷ì׃Ö3ì ÚÕýîe}FÑ)¡µòdкôã’IÝ[6Å - ëˆ iO jWÄ}Û¾;VÔQ³UÔÑØq:*°ózĦ·áÂö™Hÿ¶÷Ñ­ó}R<,#38p‹ì`¸` —tÏ3¤û[ Ct¨âk–_pÖ-:ïa¬ôµÌ8+tHré—ø„õm÷ÆHD½ÉÒM½YaÂÞ"©°·*4 ¯UÐ×ìß÷Ø¿o<ȯ÷¹XÐó!DÐóY2׿ -ÿ7ƒ‘f€«GÉÿï!ùGH­»BÊkFPvÝR½èºƒŽêš+5㪧Yò›˜KB§°áo=ÄC}‡"…C ~C¾ „¾+|†›ý}†{|ÃW|—þ*ð¾øL°ñÂ{?Ï Ÿýçú:ƒ±z€ëdC=§IþÑ!€&Ò÷ߢÀîQm(£Q”c<­ô1G½¤»®&1£Òx$ÀIx;ÈÝ÷v˜‡àv¬§÷ˆÌÃk$wƒ×òõï4¹{Žwõ¼;ìâq÷¾³Çè´óú‘w®î·?ºÍu¯†Ü!ÙÁ¥äŽ“üCWjn”ŒR ÷g Oèƒì¡™zâ„õ’è GCé¸3-h|½¥ÿoÁ¡ýÆñGω(G‰d‡ öë'KV¯Ÿ¬³uÔÉw%~ÊT3rŠ­#™âNÙûL­azN¹Y¸ÿæeåò›çüTÂ[7Ísz–Â]ûLiµæùΚ™zKÇ™.¶Ã‹ó,‡—wXö/Ÿ˜Û¿|:Ï5rúúÎtüz’_NòwþDò$=QƒØWËÔÂ_QµBfißlš5×Ìr¨^óM\^;ÒÞ¸0ßxšÙ¿õ7³{lfû>’ÉŸÄ´þ `ð>”йëhV;L9ŸL8Ÿn#ó\$ÏÀÀ9€.²ÿ&’_q àGù/‰¢f€"ý¼H=uµüÑHÇ uÝ‘aà„lªrWÚ¡± ®5梛 ½-0И…›W™cÜJ&¦SéX`DÃý†¦Ød`‚ÝÄÉyÎ’¸ Ðr ’ä’ü̯ù“ÿù(›¾€ºjjmÀ%KœQo©#êÚâªåÖH7°B–!­ŒÌÐÖˆŽkŒLÐÍh - ©(20Ä-Ë—c‚¾.ÊÉKs®î#/L•óœ¼pø¹Á€Ý?dý_¾x -Àÿ5,؈°ÐAs R´íPC‡‡ÚK-qé2s\®Ë@ª MõW!SŸŠúËÑšd:è-AW½Eè­«¢ej(]JÁØoS‰´yÍ0D‡Š,Î -´à­D–½ ²ÝM‘@CÖf"ž¬t&šç¥LdUõLd· dg E-‰Ëtäü™ø™öÅêï´OÜ禸³¦ï¸ŸLÞpÑäµÒf­>Zß`fAEKö -´â¬D®1r]ihåÇ@Ž„Øj†™9Zªˆb¢Â9uD³Z!ºÍ{ЉܳLä 3¿Xßb|¶þ‰ñÑæ1ýšþ†?K›å¤ýÇéØ ãwkdÎ…–tC´`Q‘gFEöJ´ã£3 mLä‹ÍÐ&Š…Ö)l´V°‘WD>÷²Ñ¦†ý_¶ë=žéýàø×-©t#tqRæ2Æ6͆™i3¶v±Ùlvg˜Ò¹ŸEnÅÁ¢’]uq*•sºuò;ª£Ÿ#§{tŽ -Õç÷}üþܯ?žÞ÷çûù>¯¯> ®_P-®ŸQm®s¾?¹Ìúžt™ñ;ç<ãwÅùúçþ¯Ÿò±n"`jÝ;ÿ¹uoÑÀù ¸¾F„1à±Öx®³~Nö žë½`±kA i= »ÿD7à/wÿŠÖz|Fo÷˜EÜgü«Ü?ú×¹Øã6Ðê6é@üƒ9Ž˜ -ìv êuºå:Žvy‹s~<é<†s nσ€Ç³ €4ð ¨ïì@à;€ƒg! WƄփP*âk09‹•x~Äj¼¦±z¯)l‘çDðNÏ÷Á5ÈñFä»}oCy¼ =êþwÆýî’ÛKüM·aCˆga£ˆÇa“nñsÈxà5‚>÷qe xÁçcV­8[ád (îö€â?/œÓg"ñï9–ä3ŽW¡Þâ· ^‡åù¼ Ûá3¶¡Ú{”PïõœÐìõ,ü çÓðNÏ'ÄSÈGÄäCRŸÇƒˆ!û£È!Ò¤÷ qÎ÷.øÝ þá À@­YBímÉ~ˆ]» 06€²ÿLÇ:NÇ\ÆÉ4ÏW\ßQ’ýŒ”~LÚæ÷0¢ØïAd¹ïHd-ê~T“ÏpÔÔ_Q¨ÿDD ’Ï£þ$_GÝ%¢(Ï}û£'ýo’?cúÈ è·(€½‚€•¶€w/Õ~ `9.\W¸?½m>p0ï68Ñ(O¨,ß¿)¢€áh5fˆ’¤äcîRv`nÇTabê0ÿŽiÆôSÛoQÞ¤ž ¼Ûø[ì×6> -úuãxðåØÙЋ±×Cø Tf ÛÙ€H¸9ãW,ü5 A²ó¢Y1rÉûd´Í AèªG²ó0“áýg\"f€& î§e„Þ¤éCûh…¸ë´2Ü5ú.ÜzîWú>\/½w9îîbÜ|OÜ üyÆ}|7ãuØÆ'©8@삌$c ÞAÌbkÀ±]Ä«æù:«i•Û‚WJÔâÇ2¬í°$ÂñŽ€æñ;‡¹Îá®$¨½ñYá—âs‰=ñÅÄó åÄs 5Äî„&âYf+ñ4³“tŠy–t’y•t‚5q”5ÑÉšŽ:ÌäX; DÄåKAÜ{I6ðùó¾¤}7ï}†Ë¼çžV#éë»j¢Ãï²XÄUÓÿR"ž#%ek¢N³³É]ì¼èlCô1vUôQv]t'§%ú'N;å0ç$¥{™rˆ;ÓÆ}Óʤîç~‰ÝDZͼÿ"—.¬…V@ÿÚSíÌg´«Í^oq2{”0¿—¶ê×nXqMCq¾¤ˆ÷í–ðp]Âäˆc|%¥313öp¢~c{b!íÇÄ2Z[ânZ+¿‘v€¶”ÞÂ?Oß+¸Iß#x×(g4æõÀ¨û@±¶Ü…𖚃 [Óél{“1ýj“û9N&·s|-ûôøå½›£×þœçÝ¥b‘%‘ÚÅRêAQ}¿p3£E˜›°WX’°GX‘Ð(¬cþK¸Y/<̬žeÕ -¯³j„ì]¢7›ªE3›ªD€Uù váB X0¨¬Í@Ö2“÷úåГ\[è^þèVÅ•<ÜÒ Û¢Oo¡!f²‚¥òÃ(Å1{eJF£$ƒÕ Ö±ëÄœZq)g·x7w—x·J|ˆ[)îâ•‹áíòJÅ/ay;Ä_¸†ot«@deÒ™Îe[CorA#ùVТ•P_‰—ùå¢ÅÝù«ŽçltëØšЪåmØ›.¢4¨dŒy*»Z–Å«”æðË¥%‚2i¥ TÚd¶&}/=–T,½(,’ÞJG…Òé¤é¬à[@¼%ü-̇ïÁÊdRoäY@÷ŠæAý;èj)Òì‚»èT1É¡³€êòcn¼_‹ŽƒoØœD®ÉÄU¦*ÙeÊt¾A±UX,ÏO.’—Š äµâæûC¬H5uTçòª¤zSÈö -^DvYMcø/ÙeÕ™…áFT°è}§iº›¥¦fëfG Ù ¨‚ ˜!¢1j.‰P(1àˆŠã -®ãDÍdŒ–€F£Ae5,g>*ó#ÕþxþܺuŸ{ßs¾ªû¦&¦ïÈHY¶-kURî†ÌÄܼ¬„Ü=™ñyekåÕ­^”wcU\ÞÃŒØÜ×±_­ŠÛ:”¡ f€~ßF€öíÿÏ àú!Ò9Jj2áD…~éQWÃ}å¾ô=¥!æ_Š”çˆsÝTò±oöÞäÐÕE)q)…+““ -2Sãós2âòó2bó÷¤Ç”®Œ)8•]pcEtA[JT~oJĮё;GSuÁLЛ™CÛ×?‘üpô¾rÒûŽTVšAY•DïÀI§¹ßTz™æ_ÈÛVfµ¹<Æi}i‚fí¡Å S,‹Z²/-1¾xmrLqÎòèâÜåQÅ»—F—&G–œZYòϤˆ’¶Ã‹{“B÷Ž.-šX¢Ëx6ÀÓ<€û3ì'”‘ NÞE:hY­!¨3‡½u³ Nyo¯õco©çTEØgVƺ¥OðK®X¢M8º":¦lu|dÙú„ˆ²Ü„ðòÝ‹ÂËÄ…•ׯ„•_-oÔ–õF…‰ :<«K×gä<Îdð-ɀ䉸OW; °ï¬>gAþëYÛÏ»m9çEË9(Ì:£µ^y:Òii]¬:¡6Ñ?ºfiHxMzXhuv¸¶fk˜¶¦ 4¤æ6¤¶&8¸öjPPíƒÀ šžÀÀª¦Bty–K2Ø ÐDvàÚq€s5ß‘zäé~¤‡~uÕò®[èm¾æ0'çš»IæUoöÊ+âäËZ»ø†—¨ú8uX}’OH}ª_Pý:¿…õ›}Öïò lØïÐP¥ h¸¬öo¸ïé_ÿÊÃ÷â°Úçü”—.ÉYø‘œƒõäûO¨¸Pr`é[nÍ‚·Y}GöÑÚÛŽFi·ÝiÉÍÞüø¦Iä­;mc¤rac¼*àÖ2W¿[kT~·6ºø6ítöi*vòi>áèÝ\¯ðj¾ëàÕÔe¯iRxÞœTêò3ÙÃF²—ÉüÏÿÉz€ƒW -ÿKzhÎOú°æÁµR·åÊ<I=µôxt^ìþøG ÷G/D®mbUë¸D—æÃdUˆ¿º ô:@ÑÛ›>ûÀÚ)í³añ 3½øÁ쨩¡¶CnÐáÄðîðàzvø -Ü:C„®/c…ª®d¡K×*K÷¾s÷žÓ«®²ç$GÙ{‰íØ{¥èíd*^½ý€•ddþ§ˆÿ(ñ{“ìÀm€ÏïdÿŠ_ŸëAl¿±~D?Ë x@hä7 Y °¡º:2œ]YŽo½Ùï‚Øvï¢Øò¡$–íp:Ófx=Ãzd;Ýj¤˜&­¤JG/šIÇn›JÆÚ?àÙÿïIþlj_#Ù;›‰] @êŒÿ@T@èû9³'L ¼'†î“\Šó¤ÈD1%5³›’Sm¦h²iwš%úÒ,PK3Ç8ª—›ñp)¿XÀÆBc61fa5…‰õóu9Göï$ñ$þâßú3À'3þö¿üA} ç;³©6²( äSÌЂbŒVCt  Û|}ô3 '$¦ÎÌ"lœ« r¤täZ‘GÈ6Lä(YÈÕ°‘«%$°“F®ýƒŽœÍ侄B:òŠ ‡ täWÑ_GCÁy -©h~:-zBõ˜½ š‰ÆMGDh:lŽfCB¤é‚\ yŽ„æ3Ș(R°QäÉAó`Â"6 -SX(Ìb¢paÍ È={(:H('T2Т–1->KŸ_¦OZÞ¤OJîÒþ”´ÓƤÝÔéõtÜlP‚ÔK¤÷["Cä‘wYÐÑRÄ@KK&ZÙ³ÐʃÒ@.J£¹(YÊAÉ6J6rÙÓ’]ì)ikBºŸ5!+eý);ÎzoUÍ·úž9fÝÀµ¾Áµù7cØö1ý­íKú€m?íÛ1úd¾¶AÖkkd8b:Jt´æÓQNÞCaËB…Šƒö~<”GðÑ6‰7m›Î°Íæ½·Ý“ïäŽÊ ¹#vÅœa»Cœ!» -Î;û*ö[û:ö ÃÖ€â:«ßñ«Ï±ùƱƒÙ£ìct;ޱ_*Û©@^‡ -tA !m84t`QÑEHC7²nJ6ª¼øè¤N(ã…cÊ‚ae–àr“`P™'èwÊç÷9}ÃÿÃùïsïµË n¯K-·GuŽóÊõ*§Ûµ™ÓåÖÊîpë`?wëãüê:΢Ba» -EUh¡ ʸ4T0ÌPÅ0Eo¾)úI¨èëÀD/î{Ï@á{´hÀ-Yô»ÛjÑk·õ¢÷/Ì»=¾2ïòØ-ìô,vx¼Pü¦®æ?Óœåÿª¹Â{ªiâ=Ñ´ðñzÁèÕgÞ¢ßנ䞥wÕ(#Xý”3©¨¢™ 7}ñŒ1Tl‚Z9u<È…õÖßGð»O˜Å+¯DËN¯4ÉoÞŸX>óþ\üÔg›ø¿¾íÿc»L£š¾ò0|ÙqAq©Ë ¢Ö *0HDIÙCv’õŸ„$¡ {ÂN%$ -‚²Šà@T\±îâ^ÑŽõÛ9vÊuwÌnàjþ"p¡pƒËPa¸wÞîE]Ÿ‘þЖ€qfñÃë I15©rbEJ2ÝšœÆ.Vgñ -Õ¦Ä|•E`VÛ&õAa®ºK¸_}J˜­º"2ªž‰Œê„FõT¢Qògƒò€ª.ßëx -½ó¾úN +šÎZÁ %Ì«·(za{>qe³‰ñ©=‡VkFUdH %éJz.…cJ1r´û“²5…b£¦R’©µKöjÛ%í€4]sIš¦y"MÓ¾§iß%¥k§EéšiáLPpÿ àt¾Ç¹ŒCç¹ZÀë\0T¶ô—…xt•îšßZBøÄQH__—ÇÞV•+ˆ´îã 2´\C2ט–*ÊHÍ’êufyª®T¡ÓÕ)Rt­ -®_‘¬»¨Pé)ÔºWrµîgi²î½"ž *n¿è`FþšA1ô è~g˽À`ÕjÐ[µÅ½½2Ò·¹,ni£•º¶¦˜\–ÏÇ™’bM92ŠqŸŠ£ÏLíÉ0È“õ9J•¾X…èm*¹¾Y%Ó÷ª¤†sJ‰ážR¢ÿ»B¢+—ê§d²ô)éLPpý'ÜÂSèw aðþÅJøß¯v}¶ «v³[« ëã¨Æù¨$T–11%^x^‘0&;_J2˜VJŽF¨ÌN“ËŒF•ؘ¯«ÔB£S%0ö(ƳHâ¾; -¾ñ[ȿ䉙ÿ‘ f*ËDìÁÀm ÌÞ±0ý«§~)8Ò¸ÉåPÃvÝ~Õµ¤U¥5Œ•œÐÜrÁ®L«˜ +–3Tj¾4O'š2¾É¬ä™*žÙ¡àš»eói)Û<.a›_JX¦I +÷ýG|Ðð5ìáÜÁõr˜¼?T:èQ‡hv®vg˜§Í½ Ü¿¼¨hªcm1ÚøØôjQlr¥”"+S²…Ö!ϲW̱˜$lK¹˜eiJbY»„LëiA‚õ6Ÿa™àÓK&´âi­èƒp&“©<ƒ[¼3¸\ 3h`Ð:`s‹°·€ÚÖ­î‡#}KšñK̇(ÙÎŒ¾‰ûGm£ JQ/!ˆ tžMËfÕdðjL¼[—a³s¶NÝ6̤Ûn1h5 Jõ&¹jšE®DÙ3y {ø2€ŒÂ÷;è; @[öv7`ëüTtb\K:·ÏÉëˆñË>¿Òp„¶!¥•µiác“š“vóʉ,§†Êpèt‡‰Fs–Q©N;…êì$QœÃDŠóìø†@lzCŒoü/9¾ñÃÿñü×- ¾¨à|ÿ`+ÜtÐænjŽPzÜõº˜ûB<³ûvÎ3Ç-M9FZƒôÐ1IÝìP^Wb$³CCëPã(éxrG.ŽÔaý×uÕÔ•püŠ@¶—äåå½$$$!„ Â’` @@U«mõ´2ãxê¨ÓÚŽSë±Z;£ƒcÕŽÖV­ Rµ¢äˆ,î «µ.¬ -"² þæö?ðÏ_ï{ß;çÚÛ¦¥°¥”XS ®%¤´Ç;ò{­ÉûÆ“ö½™äÎ3ø/žÁ÷x¸ìg|Žàà{èÜ­.öF_”(Ðç¥!S—•š9‹J¬¢ÅÉò÷O:ýsN¸B²ÜÙî¹ÑiEYR‹Ǧ­°8Üëb’Ý[ÍÉîýQIî“v÷“ÝÝ>íø‹Û±×Q¶£ã“4âoñ>å?áàþ¡B<ÜÞ\ŒÐº2„>ÇwÁ¥U$Z\­™ò—êP¯«£‰¹UV:»2Yáªtú;+2õ)9!IóöŠEÆi•Ë ‰•kBl•ßÙªöè­UEº„ª‹ •­ÚøŠç±å£úØò±I®â=¨ÜP îÅçàBÛN!´á4B«*Z†ï¢¹×<ÐüZ1z¯Îßcv‘õN]zm¼8¥Öîc¯u*mµï¨jçúÅ×åªãê–ªbë¿TZêó|- ?*b -åÑ geæÆ&™¹¾[YûJY3¢˜è,>ƒexÿ‹p¿¯ý¼öxí_U#´ü"B½†Ð¼Æ)(û–7rÝ¥PF³Ú#¥9ˆeo6ñš-ÂØ–iTt‹“6·Î¤£Zß§#ï-G¶-§"ÚÖŠL÷·’áíù°öRAhGÀØñ€ÒÖ'iNT~¡“¸÷wãµoÆkÿúÞƒË}\‹Ðüëýé6BÓ[3òßE ] dH—ƒ îv‘úçs„=¹]Ï'ü€kmïžo>Wó²„ã÷ò*GÝ×ÎV÷=š¤ï!îïÅýïªúæB+® ´¸¡o ”s÷[Jê@ÈÚï5Å2Ä÷ŒzÅx‡+8†a W?¬'FÂÍH4_=j#|_§ò×3yÒ±y\f|1‡ÿ’#~³‘M½ÙÅÁoÎ`U“Çý|Üߎg¿Ïþ <û% ¸ÿî7áþ=Ü€Pì„¢†G8Lõ Žw ,`Øjs|Á+ƒ@.¡\ -¢¹Häp!í 9ì©ËBð©7‚µ^¾Åvy"Ø3Éϸÿîçáþª|Zp ¡Ù͸!ûïY: -ïASBF‘‡§—¦zËÅ’ÁÅ&AÊæ’Í-îØ̸ˆMÇýwqûÏØßqs¶z‰ÆwLÑ 4Ñ@Z± 1ß —þ2+ù øšaÈ­\íÀ~âu;Ìñq.Ð¥ +9o˜+œqæ&gTÒÁfºØCÌ »ŸcõÑÀyI÷m@ŠAªƒÌ_  ’0,ž‰“&¿ÛG" — ^!f ˜ H6 ÝN¼‘îâËöcyc>Gy¯}Šy£ò3Üùeî°âwPqŸÓ¯xÆéU pzäcÜçràuËÀø÷j1øª0ÔFT”) øÎ¤Áw>~þ±Ÿ‘ãŠÕÂ1ß F•›ø#Êÿñ‡U?ò_©öò‡ÔÄú1èw‚ð;Môk.ðúü¯ó^hZyÝþO¹Ï4ýÜNÍñD‚Ç>Ò9ÈýÄ VP ñ¡@‡ß%(˜½Y:»2% }y­](Ñ~B iW’ƒëÈþ€É «à‘Úî§î€Û/‡[)Ao\OŠt»’ÈÙ?!z]$øŽàê€a\x?A±âÅ”~ÜÔ‡×õàmA§ñž n|8¸ Ÿ îÄoP;ð©íøç!­øw!-¢_CšEÄï ¢À‰ÀIvÏ”vð8ù–ÖVµŽpG· 3<ìßÑ®¿šFß:¡fïUažC -)y AIé•i¨§¥Y¡§¤ù¡ÒRšEZMk—6ÑÚ¤]a-ÒÁ°féxøIé\x£ävx½äzäz­ä9‚ ×Hˆp[8R }›„œS‹þó3Hp7ÓÞÏÞ 7s‘f ~Η2Ã\ϧÇìÒð<úÕ¸o·21È¢HmOLoI00šå…Œ“rSDƒ¼>¢^ÞY+‘2«äÓÌJùr”IþqT…ü â³\N¼"Ò‚ è_¢ >BÞyùÆŸrI°pÂæó÷“®äû®Ï u9›µc ƒ{°[+ôîH‘QZ’•´Fe*£îx³Fq"ºJQS©¨Ž1)šYŠnV™â,»T1Å.V¼[¤ø[l¡â+¶Qñ?ÁBÄØBðÁþ—㟥!çÌøyßJr¾‚ p­hLy;ŽCÞÌ‹tëÉá¸[2±#-é’€M"­ZaNÒF—«²Ù¥*#§Xe⩸FUg\¾j0.O5ÁËUý‘gPÞ7¨þÉ3¨~âTç·B°ûñÕóÝÏE çY@î7_¼¦J÷ÀXÙQ‡á’à ýE[»òÙ{[sã=³q¿j½<¤B«Œ(Ѥ²Œ)znžúD|®º”oP×`Ùê6A¦º_ W ÒÕómò_„iê/Zõ|­úe¼VMðl!Ä@úu1 ùV>Ê eP†¼·Ì &L;aÔìe?XAYwºŒ¾¹£˜µ»ÉÈ;\›'ô5åH©%™ -F¾>™•£Õò2Ó²:M¡H«1ãM“8EÓ#VkFÅIšY±Jóg±Ró\¥ù^¨Ò¼$iÌB¤Ç€‡9wÐþ‹È»æMÈwÌvp¡Ê †«=ìúªœ»Ìa›Z*¢wÔ—rTaÇÊ -Ä”‚ tƒAÉÒe¥Æ§fèEÉú<‰RW.;®k%êOIô#R¹~Z*Ó ‘ê>Ëtßâ2Ý/"™ŽÚòRð¹àêÁíRä|fäÈ?'jFê¶€µá ©»žìÔ^úæÉj¦[µ™ã^QÁ÷*,År‹e4½Qš—§ÌÕŠ ©ÔP,“jebƒEІ$"ñа">ņÿŠÙÏEÂlBhËÏ*Ôt‡¿,£ýo ÙWo Oº@O³;Xš}šOR7Ô6Dl5Õ±÷×ð<òª„¾™& USž©*QqäE /ÌÂ…ÆB‰ÀX-Æ -;p~áQ|á” ¾pã~Â3~ƒÅ<Ãâò‰×øêÕ7‰ºxe°€öŸkDÎÕ 0ÜÐÛ¶:;ö@KÇûúvÊÚÊVºkiKÌ΂&îìF옶^LI®‘‡'T)£qs*3eòãMFŒgªâÇ™ÚããLƒq\óe.×¼Äá˜þ[ñ5‡]þŒË*#^ãq:À*ú>@7¸‰v¿†üs¼ ß‚œ£Ëš»Ý þ´©ªÛMÙ)ÚFc'ÓÍ`‰Ý§k÷T·ŠÈ‰ÍRª¸IÁÀS¢y lnƒ‘Íi¨bqÛbb£Ø—™ìÆÅHV㣈˜ú¯#£ëžFEÕ¯ñ)zî¢ ëPÑîS£ÈAO÷4÷!ïp…Jë~(³ú8¨ësú[t½¬])=qÝ‚£’SâAWbH\§:<Ö¢g°- –¥’β´…ÅtZiÑ—B¢-‹Ô(Ë£`fÇjDÛÓЈ֗4[¢÷èv%ê"ÊÍŸèEÞeE ¢ùÈE+FÖBñ¹]?êig8ଡmTŸ|K1Ì~[2Ä;ŒãÊüØÖ¤Àh«Žeͧ0­æ@¦µ% Ò:ài$GXßóaX?öfô?ñ ï}Jë}éoË=ô,¡Ì£ì§ÐÞçÏ ;Œ´ŽTŽ!÷œ0Ln†ŒKû!í’·cò$e}âD˜«x‚¹1v/g<þP̘ؓ9¦81–v”1–{„>^î>Þä>Þë6~ñ0müÝC¡c„^ø÷AêèχƒG_üÁ–Ûè;¸ÙŽz€öŸ@{ŸGî7Ð8 P6=  ™]IsÛA1wØN6ç³F8ôo6l3{–¹9»›>ƒí ›‘»‡Î¨ÝCf²öQgKöRgëßžíÞ4{aWÐì”ÙÕ×þµ#`ú§]þWÝmËêÀutû)4ÿü€>4»Í®B³ ftï(n!ÿ\\ØÒNà-²c/y¯‰Z -Ü@_¢¹„.1·/q·Q–DÛ—o XNßæ¿\°Õo¥j³ßŠÅ•¼2²ÉweÎÅgåîFïå/7[üaÓÑ…ç®¶Ü@ý›¸ˆr?sõÍ®C³‹ç²n$/ˆßàÞ!Aä½µ@ðиÛ?ðr Xõs&¯R×ù¬þŸëúj2Ïã8þãiéÉS(!@:H0ÞAİ%ûÚVÏ[×óô\ïÜ=]*Ä‚(¨¨Ø°³VÖŠum 6ÄEA¥ ”ýÞoææf?^äÌ{>Ïó›gæ/z8Lð0MP9Qà_9“ïWõÏð(“ë[½«¯.åø<¾ÆxW×2^U8ÚÊno'pÿîïÄÛ·Çï  ¿ƒ³ÍÆÛ§\FhTB#n#4ø>B1Õ -«å¢ÿÈëÔ¤_7­¯`|êÃ9^¯Œ\ík3Gó:™ãÞ0žqkøžQ¿Y@»¾]M©ÞPÎGH§¦ -Ò±é9©lj$z+Åý=¸Ÿ‡·¯ÅÏ}Ñy„æ\Ägos¡¤»%Vü•BÜ߈ûËËšŸÁø âíÖJÜŠŸÿ ܯCÈ·!M#BêÈÁ¹ -@„ )šŸâK‘ Ä]5æá~4–€û6l -îÍÁb_®·Z)ð=¥@y³@±@ÅH€0‹À!Uh"Ð÷<@?r-ä€CĈ 4¹PØ.èòº”ì¡O_èrâ3s‹°3Oˆ.æ5ñ‘i%Ú˜n‡VüÏÈæÿ¡þ„¸ÏzHAì.ž' ‚l üÁbà&‹€3^œ|àÌå÷gp—1ÀËdzøëé/ü-ôgA>Õ-(¢ì½ä'á!²Kt‚ì] ;D7ÈvQ5Ù*ª'>ˆ[ˆw";Ù$ªQ t_ Å}¹«d*ä,( øw ²8 ô!é!°Ó=’Ù¼ÏÒqíÒÅœOýVrºdë˜NÙ&ºC¾•n—ï ÛÅT«âÕ¢8F5+ÏQ”Ô{e%Ù¨¬#”Íä+G;]ïL#p^:·7Pྒྷ# ÎJ ¨Õ,¸ëXp •‚«‘—¡’/Î#EvçÉÂNçøíÎ?òÚ\r[T˹ͪ՜÷®ÙÌ;צI]À4ªw1oÝJè7nGé·3ô+÷«t½ûCê¥{UãÞÌ<ó°sŸx¯ÚøU è \pßM.™t*1øj% ÇgÂ;ZÚ­Â~ôL‘´xN½÷œ!lôœÃ£ý‰×ൄ÷Êk%·Þ;‹[罉óÒ'SëSÄy¡Û˩ѕ2Ït§™§ú+ÌýC¦J_Çy oáÝõíÜñÑm=ˆoêAҸ㾗XV!NBÓˆ Ä ùζúÇI› ÃÙÃhIßTQ­ÿ,aÿ|Á³€Eü§üÇkxÕxU¹¼Ê í¼AÅüûÁùwƒOñ¾È¿|—3¤Vp-äƒøJˆ½ Ò‹Á +ï¼$bðã \̃bÕ<{Œ 92Xü¦,û2Ô,}šÊ>ûV\Ùÿ¯âásÅ÷ˆX,¾±B|+b­äFäFÉõÈ<ɵÈ"ÉÕÈ}’ËQG%—¢Î±¿EÝd/D=cÏF5ÉNGu)Ê¢@y2œNô>ÞŽ?-F¦~ô Ît›IÃiø“_.ªŽŽgïÇ$õ»3Fv#vª¼"öù•ØyòK–_¸D^>p•â‚1KqθYqÖ¸MqÚ¸[ñ«ñâ”±LyÒxUy|P•òè §ÃÆ—ƒFp=`õþ> ˜áC ÉÃÄD—EN4U‘/†xQU !¼;&#[÷òR\ªsyÜ—sqÓ]ÎÄýMõkü|Õ©ø«NÆ/SÏT‹ÏV1åªJM;T‡Lû\šŽ»î7ý¦.1ÝSï\ï¶ÛÔæ±ÓÔ£)2g¡ ´½A8Á…8÷¢ÛÊC-É"T—$CÕ#ÜФ@æêðhÉ…¡ƒO'Žp=iå~Ì<Éãˆy†æ°ùæj˜iJÌË5ûÌk4{7z'æ{îJÜí¹3ñ°¶0ñ¬vGâ-¯‚o^xå'6ûlMü¬ËM]Žô½A4‑=V½K%ÐóT=¶qÑÝ‘.èZº:Ÿ),K‰SMª>8ܦ-±ŒóÞk™êSl™©Ûe™«+²,ÐZ~Ñm·¬ÐX²ôù–}ž¥Ð7ײß7ÇRæ»ÙRaØdyê·ÁòÞ?Ûb÷_o€¬a_#¢arhKE¨fBÆ: {cit}œ•OÐeãúóŒ$Û?ÒìZlKò*JN×oOþÖo›uºžuVÀVë¼€ëÏ[¬K7Y37Z7f[·­·î Zg=¼Öz9xuRuHfRcÈʤO¡+“ tE(°"ô*¡'ð½w¾kL"Ð¥ÉýЙ©^Ǧ„rL(-?ØeÇh‹6?=Õ“66psêäà ¶¡Ù¶Ù¡Y¶ùakm‹ÂÖØ2Â2mYýWÙrû¯°í -ϰ•†/O)Xšò bIJCäâ”ÎÈ_R ¢/‚H» ß÷Æ"T‰ï;·§!t;?MŒNÎРC böL‹N‰wÊ›8T³y\²oö˜ô u£&„­Nÿ.bÕÈ™‘+ÒæFe¤-ˆZ–¶dÀÒ´Õÿ—ê2 kòÌÂðùADA-‹X@AY$}A@"@$,Ö°„Mˆ ,BT¤j\¨Áѱj S;L]P¬Îxµ—ª£ÓÖÑB/Û™*š9ý3Ü¿ïë}Îy¿ï}Ä{£šÅ‡(âQJƒØ­OÇÔ‰ŸÆÔŠ_E׊ß!fŠ%ff6cßËÆ -®*±o©ð­²…±b8Q8ïˆ*Òn°0Þ¹?ŸëÑ+OôÝ%K êÈÌmËG¶¤Pš%%1M’êØIc¬F²ƒZ'é¥ÖHiÛ$'hU’ q’©8µä1ò3M-yK-—˜ßÃ,âîÁ7˜ÁMôObç/Å®Qj £å®p¬|-ùã²p[}1mé%ÛmwЧ#7%°5;-´I–UŸ™[+UÒ¶IÕñUÒ:z¥´•¡–êeÒ} %Òá„b鹕ô -S™ñ©”Î0”Ò7t¥ÔoÉï»ð$à.fpý—Õ˜AÀ˜z¯\GªÖT†.Ø«¦.é.e®ØYÄ÷Ò&­mÊo¨Ë͈ª–gSÕ[ôRY ³XVÍRÉšÙJY'§PÖÏQÈ œ<ÙN®l’›“u“#û‰#{ÍÌ•™,™û}¶`çÄ ®”|†½ëØ?G‘£5Î0T»š¨ ±ê­Ž±ïª`¸´•ó<›Ký4ªMÁU…’¨2EM•—›P˜£ääç¨y¹òz¾\Þ.È–ïÈä‡YòÓ©ü² Cþ _*Á“ÊãdÊÍlK^‰î㦋q•—jð­_p¼;ŸÆö7xA_ýúùº:Š]G Ý©¥šã^_!\½­<9¨¼ds„J%¥æoÍfÊ -xYŠR¡TQ#JW´Š$ŠnQšâ h³bT˜ªøL¸)ÿ® 5ÿ9?5ÿ?MO¹º;Ò¶Lç ÜÍZ‘×Å_%ëÜè'éH NiOµm‰ák ¨\­šÆÑ6P9ÚÎXv›>šÕvœÂj»ÅÔÞŽHhý>’Ñò …Þl޶ä.ÞÇ+˜Á8æý'{†Þ=èïhì·…Ú7¨ð'•õ‡Y+÷Æ.Êëc8Ë>âºIöˆ¼7õ¤¬u§ót²0¶® œ¥+gêêÃt;Ctú ÝH0Cwq=]÷UPüîѺ^S;ßm°äfðÎàÂN#ºíØ×½oý°÷ ’ |ÈЇ¼¡phý¼Ü¡HÛ¬ƒ´%iƒL—”|ÑþÞÜ}b?–>+ A¯¤ëËãõõñúÿ8ý€M?ìKÓ_XMÕßò‰íæ³÷•/¥ïŸ%×4¸‹8ûsè?…ÞÃûqƒCšÃ%G±û /„Ü7Ø2âGÊ ±Sì’ŽÅ9 -ޱ–³ -܆Ï8CºÕãk(öŠ1Ô®Š1´{Fí[I1u§λEn¸Fù‡kÄ¡ŸÝÇޮ´ä -f€s7¢½ƒèí6´à Žc÷;u Íè©cž<¶–,Û`Í£Ø%ãâŒlç£È…b¯ˆ4ÊVD·.0V¹„[–…{C‡—n0žu 1^s9ýØ!xtfiЩ7N–ŒãîÅìO}Œ»ˆgîGoçIœÃ'åcy@ÿyáE2pLNÀ2­†ÉŸL3…XE›(6¦x»PÇ>Ä”´8x<}ñúñ<û ñ²EA vë&v- œ´ ˜0ÚøOLÚø?X°æÒKß‹¿-ô½øúœGÿiôÀ3wã™[ÎTÅ Ðy y€u úK2„]³‡Ðë®|݇ºH˜ -Ÿï?Eï7Ŷò½‘dµúFÆ|Ÿ›ó½oVÎóšn%8ÝGöœ!yLOÜo}Mr»ùœä:õ+Ù’3è?9‚ߤQ€ðÜíè®ý ÝÙèNE7ï/´ka7îÀûkkXuo ¬¼ç -÷¼ ·ûë×û‘ÄèÄŠ‡BÂå¡„Xö‚pzTKµƒÃc=Ø?»'“`ûä>Ø<š›ïþÏ(ú ˜ûf¾Ï]îÒq€œÏ6O®Äß¿ xÀçï>xnË_,†e/\ˆ¥/V/| û—뉅/£ ›ŸX„ÕL -gå@Ìâx/þ,^¸ôÌ%äÎ{ cöûñì»ñìM&õŸpþ A·Ýô¯"þ°î[ô?@ÿc—§N³¯I°hΆ°s ¬ç\òÜJÞ®AB*À[’Ìáè .ÿ¼t¯O½ÇÁs=pð았»âK€ô)ºéèŽ@w º½Ñíö Àùû,ü`Á;À1$3‰³5²Y†x ~H>XÁœ‚ü—íz‹9mã~ÿæô›sÍTšjt>L¥ÃTª‘f¨‰æ5™†Ñ¨It ”œW%éDJEBTë´z7±ôÖ"Ëb³Žk²/"d‘´xöÙ÷º\Û^×ûÇg~ÿÍ÷~îß3ó<7>œ¾˜ üg„JÿQùˆjÏGðG/.Á&‚)$#Ž™GC°„Š ›‚ +$l">ÃVâl'þ€]0 0à=…wÐoá,üÝðB?¼Àá xù †½ "GòMüW¸O\C’… ×0“ ב‰ëXEý ë(¡€2%Ä('¡šxµÄ;Ø‹s÷ãÜ#8·çuâᅧÓïCþ|†«ëÅyO±'"†C± âˆøˆiÉCl[LÂE¬"DZ=Љh3ÈÏÔ9ô?(é´ÔÔ÷´5ÔwŒõ”7dåw²ŒxMVýd ñŠQG¼d샌CÐÇøž1þ½ŒËð„¼¿‘}ÐÃz؈¸ÏA”_yˆrwdjÉGsâ›ñ… pá"s_.†r>›ªXøÓÈÞ,Æ^½Ÿ·„ö’ŸEí3Í¥<l¤ô -J)OÄÁ6â±`ñ_AñHø5Ñ#l‡Âvx üî™ý -wÌŸ·,(×-õšѺ-í'KDÿY˜ó‘¥ Y›rÙ;âç(ÎGq0gÀ:‚ÝoÃìÅ1zE)ô'V‹h¿Y­¤öXçPÚäSîÛSîÙl¡ÜWQ~×wÄõÄmñâæÈãÄõ‘gˆŸm/ݶw‰+vϨè£Ë‘çíóÜ0ÈšÏCb&9sYÈÝ‚…k¦Í‘fëÒüWéû¥[°B—;z¹®dôR]uàb]}à"ݱ  ]gÐBÝíà…ºøù!pnð_ðèÆkïJÅ=HÃ=ÀÍ¥@ã¼°;Í•Ø6Ï,O á—&…(HTÙæ5®kât£² ±Ò•3–éS—èÓƒ3õËeúYº¾pÌýÖ1iúº¹úÃ!©úö±ÉúØódýà˜d=’aÁ_ôGá½€÷Á•$€ïqöIþO®Ë;*ª3ÿ™¡ mè (‚ -R¤ˆ‘3R¤‰õ -¨ ÒT$TÁÂX@AA ÃLŒôÄÕÝXXk\Öh‹ˆÆ¬«bI,Ñ»¿ýŽgÿxÎ̽çÜïyß÷ûîw¿÷ÿ¼ÄO~ó…ñ}èá<\^ œ£»c-{ ÒÌcמµZ¨Í3Ƕ¼ÉâM¹îÒõ«}u‹r¦ùY3-VeDÙd,sZ–6Ï=yi¢wbjjÀ”•òù)¹Š¹)¥ÁsR¶(f§4(âRZ±)§ä1)7ä1ɃA1ɯc“?Ä& þà ð}¸½”ïkp†îãì·È—ùÀ®uRl/4CU¡­¨b«ZI·NA^ÑšÜб™«#­ÒrbR2ç¸&¬\è5oùbÿøôtylÚ*ELZQptÚfETúnù¬ôÃA‘éé×"Ò"–½"ý#– -#ô%p-,çžÀ#øiºñ¬O؇ÖKPUb‚ÊR+”–LQ),ž®™[`U8côò‚ðñ©yÑv‰¹³§Ì_=Úìœ$ßèìe‘Ù9AY_†go -ËÞå–ý•ßÌìßÐì«>¡Y>!™/}B2þô ÉF¸Ïýà*kp.óÀãw;½Måìwø«\TV裴Ò…•Ž’µÒìõ~º+Ê&KJÃÌ“ŠgYÏ/Šs˜]8Ï5ª Ñ3"©wX~–Oh~!Ùè’_7}FÁ!Ïù'=‚ó¯¸+ò¸Ë×¾œ”ûÁ3h0B×bçþ ó>FgËö|d©Üľ³Jë”c«´e+]ÕVTyk/Ùd°hcˆÙ‚ ãã+bl¢×Ïq -/O˜Z¶ÄmFY¦{pÙ:7EÙWEY­‹¼ìàyÙ ç ²+N¥ýŽ%CÎþE\üŠ„nfò}àœbîßÒy°Š}¯’=×úyüϯ–`U12wXaùgÉ’OiRµ¿î‚íÁÆñÛÂÆFmš¾%Þ&D¹p²B™ê Wf:) ••öÊvʃ6þUÇ'ùU]¶ö«ê·òÙ4dã½ñ½­×†OvÃ\a Ζ'èo£s?[¡Õì;k€‚:ö}»ôz,i‡ä=ö¢„WÕyõÞZqõz³v‡˜„íŠ3£.Î2¨nÁ„€Úä‰~µ+IþߺŠñ>u;,½kŒó®=fîUÛ5ÖkgßÏ/̧U¿·ð¨þd9ÌÎÁiÖý(݇wò}¬å<Ð]^¬ÝKÿ~`Q“ -6c^óDÄ7;Š£›ÝÕ#øh…ëÉ›fû7FòiœkæÕ˜d6½q¹™gcîhÏÆòQÓ«M<ݹ5^4tÛßkàºï¹ÑÔ½ïŒ]ö|4æ,Ûѓ̿-ézëö›÷ÅMÀªföž‡Ù{¶Ñ­ˆl°vk„´;Iämjþm¾šÞm -ÏÖp]Ö8}·Ö…ú®mKõ¦¶å躴˦´mÑqnÛ§íÜvD˱õoš­÷4'·<Õ²ÿúmûÃt†9½•5 ¿…­è¾F úPqˆó@oF+kpˆ; -„üOjÁ§c4¼:¬0­ÃQìÖá¦âÒá£æÜ¡:vDH:㥓;Ií;W¨Ûuæ«ÙvnT›Ô¹KÕº³Eebç_T&tvKÆŸ|¢byâªåñwjç¿õ>Dïn欤·„ÞÕô.=Æœ";Àï³€ãj°?oÛ ã0é‚ ¬.LM¼è)1Ply1\<îÒ‘ù¥Å¢±—²Df]Åݵ ¦]M0î:îë0¼8à ¯`pþ­h˜oéo¡ûË6îIß°ßqЛÞ$œbÎÁç¯çK€ÍU`Üb˜ÞR‡á=èß½;Vu;A»{:´ºƒ¡Ùž$¨÷dBµ§*=5÷0ÉžSÀ?äïòÛ­ô7µs0ït¯cÎ+éN¢;ƒó€OàB·-·¼ Œêôï½"¨H!y`Qÿ ßš¸ð@â <ŒùAä‡è7ÞG\ô8ÑYÜÇôñõ±îõ¼­< ÑEw2Ýñ€™|¯SoÒO·å]ú¦¿Ðì$ü‡¼Ï5g†ÄœØwÞçaýåàE¯¹ ½ææó¦0ñ7í#ìåZÛÆÜË8ß«XóT†8—y‡ÓíG·k7`÷`Ñ ˜Ò«G¯ô1 ~B7K‰WäyOÞ‰ˆ1"¼çüÉš|âaQXLøaJ 7@¡fÚÌÉX-þ×0Y*ÀSM@°Š€X‰€±€e"9¤QJݼÅü޼Á.†±/Ñ„!Æ ´“ãxŽ3x†Ë,Ó]ò˜ á)Ÿ|Jã¿ÉoŸA7ý£ÿcÇlƒ»º€ UQŒacX"úˆLÑ{äÑ]Lo½Uu;]µ¿cï'‡8~+ÇýOð=~EíÝx„‡äñ޼ðà3•QڂĈ11†±ŒÁš1Le þŒ!œµ˜+~Å¢?°Bôk˜o!½åôn¤o+];èÙMÇ>ŽßÌñ[0€£û4þ…‹ä6úxõ Ÿêe ÷è¼ûôKõ´5}MAËLCО ¤Nꂪ·ÚIˆÊï¢8ñ$QôL’&z*ÉÁI>~•”`PR‰IúÅÛÑ'®Ã/â=è7ágñ׸/ù?INá®äׄknïWÝpâ<䲎,‚»@}¢îmOÆý¨$ÜσôÊ'ôœfû·µ6O܉ܔ„¯Ýµ„îE྇ Ü£×»žVpdzÜöÚþâÕ ¼w›ÞûÀ ï1pÝçáªÏ¼ï%Âeß;„‹~ß.øÿ‚Ìú¿±™ñÇmÏA¦ýpÒ"¸;Ñ÷$œakƒ³)È[– ò<Øyº’ióÈ—<ð“ï­L%Þ Ôoéˆ7ƒÈõ`3rÑ€Ì3š‘ËÌNäs+r‘Ù‡Ì1w#X#È,kùŒu -9Ǻ`3Í^°9Ã~hsŠý/ÒIöÈÇٸݷ?öPŸŒ3 F$¾å‘¿†SÀSðéGøŠ†ÜæDÛÞI$͇)I—´¤¹ðBÒùð2Òlx5i†ÛHžæ¶Ïr»Èg¸Ûȧ¹äS¼!òIÞùï8y‚7cwŒwÝî(ïÝ8ï§%‡x/)c<Üñd”‡/]¶x8 ¾À_N$WÁÃP{p/‚øld^ $Ï âì?¤,™ŽÌt˜ŠÌs8%,r8)¬p8!¬q˜nr8&lu8"ì¦öRÆEƒ”C¢ÊAÑÊÑÇQÑÇÑWK‡EO— ‰~sÚ#zOÝ#Ä—ïþ|@ð?ô×À¼%OH ÷ÖØ‚…h¸Dœ•DØ‹)“щK'¢ÓœŽŠ³œ‹uNŸŠKœŠMÔ1q-uTl¥î·S?o¥Kú©C’¡å{%‡–ï‘L.”|î¼KrÇy@üÄ¥Oü‚¶CüŽÖ+Æ]·Gÿ ÎÄ—PÿI,ÔOàÌŸ ñpeýr0›àO˜J#¢Ž‹£”¢.£Òô#ÒœÃR=mHj¤í•VÑvKëiƒÒ&ÚNi§ë€t»k¿tÐu‡tÔ­W:á¶M:ëÞ#½å¾EúØ£[úœÞû–Þ‹ÿð ?Ãþ¿•Ãþ0÷¦pæ¿ó(L¥ú€‰ÔU¶Ÿ¢‡Ñ¤êpbmOÂ÷AY¦ÇNY.½_VHß!+£÷ÊÌžÛdž=²VÏ­²-ž›e^ݲa¯NÙïÙ´w›ì†O«ìŸæøg¾Mñ¯!¸¯õ#ÞÃ3ø!>ëPÿ¶ -f˜»æ`=‹Ùét0žÎDF•öC¢S×ÓúÑdzo²Ò«'Iã³Ežï»Y^äÛ%¯ðë”×úµË­~mòNÿy¯³|ïJ«üÐJ‹|* Q>Ð ÿ[`½üŸuòWµ‰ø,ò»€ïáSêÞ„™ë’€X'Õ6àˆÆÈ -"îÓpɃQKw(cWô¤%Ò» -ŸÎT•[JN@ ª lFK­hemjD[ƒЭÁuè £=À¬F'™Uè%V%zŸeBbU ¿3+PœY‘Œ3y¶Î"<ƒ»pݸŸ× 0wMÁz,f ­ ø$/€°[jÛ—-¤ôh$Î]ñmé¨o3†X6¨ƒ7ä2ê…¬ZE»ZQîR4­ªTts*œ2ÅHH©âxH‰b.´Xñeh‘âÇPƒâeˆAñžcPà«ùúð \3nÃþ¯èaÖëÆ$¬ãùì/ ‚½z?0 ãØlË,éΦ¶eǹYÕrŸ† E@mz:ìÌb›°N9VZŠU†±Æðb¬#Ü€õr ±}\=v”W€Íòò±/"ò°xyØoÜ<ì¿ayiø~„³øÎÀìÿ"Ì}Ó%0ë0¶€}…Ž`—ÁôXÈævíº5Ëšòci Ú¯šlt¥Iƒ1K339ÅÚ0CF!o£ª˜àž_óV)ýå¶ §ÂtUZËÃl-e‘µF1µ²8Î­Ô ÷5lL *Ð)99ùjž:/W ÒDJ­)*MÛ¸fƒ¶+J¡Ý•ª‹JÑN‰Pí Q²ö±09çß‘hΚóy”ÀÐÿËPs¦ -úóç(¬ƒð[¶W@·Ù´Uû«™ƒÔWñíªLk—•UHiEe ^F4 §8iÈWnÌá+ôzQо<*YW•¤ïˆ’ëûErýa¢þtd‚þº@¦ÿV Ó=È -^óeùø¾†>,@ÿ?‡šgk¡aH_5Ì|°¶Õ-ÖzoP_Ï"šë"Håµk(Å5ëœuæxme’ŸÚ¤`(ËÓCRK³xÉF ÑX™`¬‹”ÛñÆ>~¼qtõzã)^œñWj|È•ÿ‹-z Á?ðW8ÿ×ᜇš§¡= ô@Ú7Á}ßbê¬ÀÜL(·†Û[…Kô›$NÚÆ8WuC¢—².% µc%UkBªóÃ×›Ü8s Wjn —šw„Æš÷‡¬3OrÖ™¯®Š1?dK*ŸqĦW!â -üwá]¼Wî¨yÜ -ï#dgÌ;k µm0µ»€ÒPÔ‚è:ødmûZGuk¬³²EæžÚœì“Ô” ³f2â,yìXK {¥†cieJ,½ ‰e$HlùÙeeÇñÏó<3ÏÀ  Ü÷9*Ê ƒ¢¦©m¦æš&¶jn–•î²Ùzy¨( €rˆ¨Ì(¢À(Èå}å…«fbZ±¦–w–ÁÓg_¯ÅõõÚ?>Í<¿÷çóýߊžÉiGz$~UŸôÙ½ž‰óžõJœ«wé kPÏšï!sÛbîÇ%@&µdùËÔÀG«ìñ~†/¦fô&eĨ'¬2ÚŽ]9°ÛèC]_OÝkØò7ý/;piŠ~€éC}²éÓ þ¦EI¦5I¦~‰¦]¾FÓaã²+ÞñKïúö[ü‹_¿Eþ]:Æ5XÃìU&ž dæQ«Ò…l‰f­aߙžk­Œ¿¬sCJŽãr"Ä1ëâä‘ëúë^[;¸Û«Ù¯¹ Êåžœ5Î+)k’·1kºWBÖ,jG|V†{¿¬B·¸¬®}3]úf^vŽ]}ÇÅñÔ-fU‡{—9ÿ{™¹|û^j-[ ådÎ(5‡}×z`B{Ï"{Œ.òÁEÁøSQ”4´(^~¥0Y›\øªCbáˆîñvŠ+xÇ©oÁ4§Ø‚TGCAZ÷˜‚•Ý¢ ò¢ vØGå×ÛEä·ê"Öÿhž÷Ä>,·Ã¡KY÷*rÍÌ»Z½XœËyØ|\LÞŒÝÂÞ³Tij#Yü0ÀÒI–h)Þ¯îk 1˜‡ÚF™Gj#Íãµæwµá–¶a–y6¡“&Ä’«ém¶ÈÁæu¯Òsêž[ÛÕ=6?’õ%Ï5]ªföÌ[BnNΖ4m#{ÏàýR e0r0˜íi|¥„˜*GDUù ÒÚ áÖH!Ä'ö¶&K½¬Ã¤žÖÑRkŠd&Z?¬ Ek¦àkÝ,x[«¯ª&xVÞ‚gÅÁcׯb—ªÈßμ…E\‹Å\‹Ì<×Ì$÷Ý]À[•¬Án ©ˆÞô>ÔiáWïŸúx×÷g} <áÞ0® £àÒ§Æнq6ìMÐ5l€mÃhê!×ý‹º ¹öÑ •3óVró˜y%3/`ÞYU¬¹È}c0¨è[„4GÏ€ã)6M¶›\ nöƒª¹7Äf„æd^Â|¶ðAÒÂK¨e6ÅEÞÂEÕ\Aq€¦KÔ÷/´Ý̵ÈÌÙ̼”ì9{¸È}ç0ºÒÀ98 „ô§¯fÀé+@{.hUñâµçC̸ȇ@(ð5É׆ð‘·áu^Èm<Û¸ánÐGC¶qඦÚ\ä²ÞédÏ'{3Ofæ1Ì<ô(À̧Éo¼Ïέä_TWÉÿ†j£¾¥nÒË-zùÞh×·#;¬É½‘ÀÏ|œÜçAx)ð€“ÿ€…°ó…60û*Öü æN%{*ÙcÉÎ̉´ÉÌ=.0ÿeæ¿Ø’)Þ$óÅR¢ºMýHÝ¥~ɲzO‚g¬ÉóáÀï)@¼|ʺRà£Uàa«ÀÝF¯¬ ZAœ¤`°¨`”  …ÿ™†çø~ÁlY ÉXFÆJÜA&99,E>YÅ,K)Ç-g‰öà;Ôã&šq×èâ®s”ëè Nãÿ¤À…éÁ‘<èAO‘ôÐ_ìÄpáÆ’=™)¦s”T²æ“FÎrÒÉÉà´dsIä‘UDÖ2ÊHµâkÔâ -N㮢•_µ²rYÑ ¤¾,EìNZòí5Šä.+B=„JˆŸbˆp£™s"yï‘5“¬OÉ™Oÿ ÉYFÎJr2q™µ¸ÄZ´r>.bΣgQÙ8‰þÒL×g8k§éá¹'_’"ÛØ*’¨Q´¶²bï¤Vì}U6ÁÒc•A¸'D»0‚ùÆáš0W…qYLE«8¤4œ—㬴_IøRÊF³j=šTÅ8­2㔪'Ôp\>£šK8bÛŽFÝÔÛ)¨³WPû’;ÑFq€¬¸©UЇ¤¸»KœÅÛáÂM]®i‡â’îMœ·›ˆ³ï¡¥Û 4uŸ…ÓŽópÒiN8-Åqç8꜉#ι8äR„F—­¨w݉:×ý8èv 5n­ØçÑŽjÏÇÂnÏNÁê©UžŠØ%ʼn|/¨AìÔOüº ·½¼„6מ¸äƒ³Ñä='}Æã˜ïö›ŽFÿ¿£ÁÿŸ¨ ø µ‹P`€ ì\‹½ù¨,Áî 2TU •A‡… -ý9¡\K,Ó?”¶é—Ì=ÕTú_)îäAü[ù.õ^6_\ôóEsP¸p¼g¢p(x˜X×{ŒXÓg¢¸¿Ï_Ž!‰{Bþ!ZCæˆU¡Ÿ‹•¡‹Å]¡éÒÎÐ5RyX®T¶QÚf‘,aU’9¬^ÚÖ¢Ú~Cµ)ü¾¼1ü¹¦(Lц)6]Rü!*!Ð'ÌÔn4ÎÒçi Œ tŒ&Ýzãj]ž1W—c,¶[g,³Ë6îµË2ÿƒê2 jë¼Âðaß‹X;!Ìb_@ Á!B d°Ø˜Ml± ãQOð"š8nÝñx‹¦q›¶ic×:ÓvÒñ4µÓ¤[b×il«Ç̸ÓþxFšûçýî9ïwÏy½–rx-äü…bÌyF™Ï¶ùÌý6|ÿG™8fò1ëðî · -qÏ&<áRa8ì&;îd¹nçxž&ʼ6 ±÷!§˜ ÅDh(ljNÊD/e•¦¬>KÄœÏ"±êc$6}ç‰7}—üf‰Û~ÓÄ}ÿ)â1Õ@<¥N´ýϰþq´ÜÇOú‡8^ncö»Š£÷û|WØ- 7K,%é®'y¼ÌÅ<Ÿµ¢ -¿U®Ä™« .rÕÔn+už«£Îqû©³Ü‘€îtÀw1`’kœà~7pœûVÐ÷fð÷nðQîg´!îÚPáKš¾Ðüš/3ÐÅ£ö˜ûnH0ëT|Oà;Â@°ˆbíN -SM‚lϲÐw±”¤Î—TÍòk‚gø ÁSüfš§¥Mðºiã<}È("d„?:Ì?:Äß -ä[Ãúy×è}¼è½¼‡á=¼¯èݼˆí¿|Žýÿ¤ W Ô¯à -Ž··¥¸[áèß®öƒM ÃÎTÍrZ©Êr7ŠŸÙ -^Àd¹€6Q&#åa#d#}˜l דáƒd_D?9ÑGÎDö+‘Ýä)†Ž<Ïè$¯Du?‹Ò–þ1Z[ú¨¶Ò猶RÛ+"_ñYzQ„yõo6` u¸[átªÆÖkÃaµ6ÉÁ(Ûç6#É£Ä\êh%IŠèƒÒˆ~‚Ñ+PGu Ú¢u‚®è#‚¡˜ÁdŒV°Û&؈Óvâ .Ç7 ~ßTþ‡xuùßãÔå߯ªËm1¯yˆ¼‡5øsçuÌ}U;¸rlá9N(ÜáúPX¨O°ŸU¤¹ä9^#5þz ŸÖ'л«ªG*k¢ÛEÊØ6Ñáx¨3¡EÔŸØ,OlÍ3‰Ö™¢3IJÑ¥¤zÑ“Âß!e*„ÿNTm Hü+>Å>üªàG˜ušÑMX<Ë&žc­ÑUÁpLk7ÙÈvUî÷Ð+ß>yq®† k— -‰$¶¹º.A->ÄT‰Û’•âVƒx$E!žM‘‹×RjÅÛl™ø"[*~-©z€|É’V}“,­²%!ÌWü½ø ÞÔþ¡à<æÏ-\EÍxŽå&˜k¦ÂTsŒ5³‡Ô™n}ª’ ­/ m©0Ôrqœ²¦†©¨Q²ä²vLǑʆ8Ù4G,[åTɶ8•²·8"é-ŽPú[ä ¶Pú,E$±±^ó zïC¬ÁMÔ¾¤Å>´¡Z1oá9ŒølZã ãm0ÜÊ´ïפ»tÎõlo.ðoQóh‡Tå ÊÊXyƒ”)U(RÄŠ&Ne]Gº¨n ½¢Î.¨[N+¯ûNZYÝ.‡¬{—SZw?µTþ9ò/6YkKyÍo°wpõ½†úow`æDNàÚ·„g™Ágãž0Ü -ñvݧŽölw–ðQ·5´ôÚÃÂhISubå!9«BuˆS¦Ò¦‘ª¾´RÕxZ‰j‘ÃWm¦òTVv±êFJ±ê׬¢ÆÇ¬"åSVQÃKĶÇ]ìÃû؃+G0sê°Èqd®3þw¹Bw0t÷Ä@GOŠƒ¦;˵©ë€·ò—*ï, ‘´ "EÚª¸òÖZfik#‹¯iekzRŠ4cÈB2Ws2©PsY ¹‘X ¹—ßò8‘8ü„I4¿dM¶=>Â{p ßûrÀÙ^ô"²‚ÿ§£ úû@7èíúHÐè“ìÕƒûœ•¹òþ_I/HÔSVÞ]É(é’Åë” \&±@׌ÆçëŒq„n#–Ð9¨»}@w/*¯óQtnÇ“˜Üö±9í¶=~Š=¿ÞðÎÞÄŒ, ヨ?pWñÖQ/h ÕX‚]ýDZv4ÛU2Bx‰Žù—“Áü!aX‘^Y ¯"ô-Qõ]Œú‘È<ý|D®~#öÿ -Ʊ]Ô;=Œ^DŽ¡îÑQ€®qÍ$fŽ)¨Ÿ ùL4ÈfYöâ™ §Šéúu`úÈó ´‘—{¼‹5ÿjžØ@–Pwj@ÚíÏÔGä ˜{½¡r) „ËñP¶”êÀ_ÚïÌ]<èž¿Xä•·P擽På—µ ÷Ï4ªý3Œ~ûŒC¾éÆYŸ4ã:…cÜñæ¯x¥ÎÿÒ“=÷'ϔٯ¼Y3Ï)¬™{\Å÷¿ˆzÛˆ £Øü4æÞ€>Ôn]hXA}ŒCeëÎÀ7@‘™…f¦aNsÈ]ÏvÚ¿žïš±ÎwO_zpÖe©&•Û¤õH1 ¸³LÓnɦ5×$Ó¦é²sÂñŸ;'¬=tŽ_ý§KÜÊ·®q+ÏÝ^qÙ€óá~Ԟǻ€Ú:ÔnÂhXc¨Ø(:ÙÏâY– ÈØf@ú68ÛiölKŽC²¥À‘i!-UNñ…Sœ¥Å1ÖÒãcwˆ¶,Û3,[ö‘[ïØ…oݱ£ŸþÔŽ~êoöa›ß8„üv‹¨y5ÍÈÂ2ÀÄ*zÑ = <…5°”ž8¸~€yÁ â­k€hkDYS!Òº­vt+i¶[ !»J íj!hWÖcàoÝ_«(nƒ×ùà}î ð>ûy¶Ç.Öù4²†Ì®£O¢ÿCuùÇÕ|ïqüu~vÎé÷ïŸú:×sÜ9ƒÓNᣦ‹üaù‘i’¥„¢´¤)It“ÊoQ [clmf×äÇÌvýîw/®¹»¯ú£Ç÷ó|½ÞŸÏ÷ó~™9¾‚ç ˆÞÉÔýêõ? À«Q—&[85{À¡9vÍ=aÓ¬uó(›‡@ÑyóDH› n^Æ&G1L#Þw†ºÌ!©‹ºûRUÅ@ µ–õ^±X´g‘yãÈI¦y/0`ðFÐýÐíàr°>HŽ+8t8QÞlz!Ô_)õ6/>mÚxùµñ ·­§ªu?õ Ÿ¡W_ª‚ö -·ñ^ä¿Ój€$æJîr-ÍÀ@r5‡Ð£€ïqÀµ °ù2¸ÚÅÀg*Ã.lÀÝ8ñáB/D ‡^ÄôÑÁƒ×ÁMîØAqáŽSÔÙ—ú™ ˜9“™±T3˜w<­F3¯Ü¾äö$×\72mβ d_¤¾¤¾¦.Q"à -½|G/×ü8¤ö~à°þã ‹M©‹—q_ú.ô.°.»^ªpkÀÜK²'2óðžVàMr{Ѫ;óN~óCÞ•WúŽºF}Oý@ݤnQw”ÀOnÀƒ àWÖäõß8(=e3~šBñ|ÊÃ÷´ø¥¸)8[Q2ÞR Ј âÿ†áFã &ãfá!æãW¤à¤á2ð3²q¹ø ¸‡"ÜÅÜF9mì =øÐÚ)Ü@mþH=¤\¥k¯D6=ØÑƒ-=xÐC0=üà)Ì|j$™É›NÖ\râRÉJG²È[ÃÕóÈÜ@Þf2ʸn%KT‹oÑ„Ë8Nn\'}Õ.á9·Oø? p ëWÜéÁŸÂDÏ cæHr‡“9ެ÷É™MNs¥0GY¸ŠUdårk -È)"£”©+xTjðpÇð9Îóç:αjŸá1ÚIýôO ¤©\€Š\$|é!”ü¾Ì9˜î‡1[,YqdMg®¹Ì“LÿKÉZNÖJ¦\MNÈ(æºå|eªqõ8#ÜvœäÓmLÓÊÊž`-Ž“ü‡ˆYȉ\*HíÉ÷=FkÝ›Îû3Ÿ‰Ì7ž¬÷ÉšEÖ|®ºˆœTrÒÉÉ"'‡œ26‘Q†T±utp‡q–¿;y:º°ŸšDÿAI¯$HÈ·‚D°‰[¥è‰Òw%>ÜÏPÖõïäpN…O$±8-Ã)é4´Éæà„|Zä)8f•†£V8lµ‡y8 (Ä~E)š”•hTÖ¡Au{UgQo}{ìî¡Öþ7ìrPã(`ç+ -H'ˆŸ¿x•\E¸ã Ä÷ -g|%÷Çyeoœµí“Ž&wŠÁQ—q8ä2\gb¿k"šÜ¢Ñm)Ü–c¯{êÝsQç¾{¢úzñîž&qM¯qu¯1⪰IâíaÓÄa âmaIâ­a)â2ušøCu¦x‹:GR¢Þ Ù¬.•lRWI -Õ{%ÕÇ¥Ô¥꛲|õ¿åyjA¾–ÊU V/ô<€×¹}Ég»ù˜×k‹†³¾Ú oøawŸ0quŸ~ÒíšÙ6EV¦!+ÕŒ—mÑL–k¦Ë7kæÈ‹4 ä…Ú%òÚtùzm¶¼@»Nž¯-¶ÊÓ~d•«­³ÊÑQ¬ÖžW¬ÒÞPfiQejŸ«VjÕJÍõswà:ù_°Åœá•zl0çËl©ý¨ ÷BÕ[¡âòp¬4\oU>DQ¤‹VnÔÅ*×ëÞS®ÓMQæëfªÖêU¹º…ªÝ2ÕjÝJU¶.W•^h^n¾ËfEøA›ôðOm?¿f»L÷Àn™î™]ªNx­Ûl·WÈ<ÉÖ:”ßœ&ÎØl½»IP9Ø[#‚E%†Þ²ÂA:EÁ@ƒuÞÀ¡6¹úÛ5úÑvÙú‰v«ôñv™úYv+õóíVèÛ¥ë—Û/×gÛ§é×;,Ó—:,ÕW;.Ñ7;.ÖŸqZ¤ÿÖ)Yß)yÀS§„׺É|MæY¶Ùclù Qœ±é¥’ž¶qD±ÙM½¤ù‘}9F½ÍªˆHû̈a†Žé†±NâœÒ ÓœR ÎK œS ©Î‹ ™. y.Ɇb×$C•ë<Ã>·DÃ)÷9†N÷„Á÷¨'n³ ¯u£?÷Á œŠŽä÷¿?wDåôTb±ÁÆ(äG…Š×XúXe}Ëf…Ùà6Äìœí²$r”Ûbãx·…ÆÉîÉÆîIÆyóŒ)‰ÆtÏ9ÆÏc‘×,ãG^3ŒõÞÓ­ÞS—|âw¼ã½âß^ë*÷ÿ<³·Žâ¸Å6¿+–ßœl³[X“Âá -äÇxbMLˆ(sxoYú»ýT©QíS,Fçä¡·$sŒG¢y´×\ÓïS¼÷,S‚ÏLSr·éæ´nSÍÙ¾ñæ ¾SÌå~“Ì{üâL-þLT—ßÓ#ß &¡ÛºÂš·³-c¹ãXþ-£—Mô±n¤ 9£\‘(J¥–¦Žè«\Óß.éÝçÄh³ûìaQ^3,#|¦YÆùÆ[&ùM±ÌðŸl™gY8Ñ’øž¥ h¼¥,h¬¥6xÌ;G‚cß¹HÝúê2 ‹ò¼Âð3¬‚€¬ -ˆl2 ƒ‚DAvG`€aÖU6dW‘Ѹàh¢m£h´ÚÔ&®•F›´5©×f«[Œ'ôOú㾆køæ»Ï{Îû}ï9³å’Ÿœå’7N©ã7XûK\û[¿#dPÁ0–­Œ£'M€Îts´e8 )Ý]».m¾~µ<Ш"9ĬX9½ Qb›Ÿ`Ÿ/wÊ’fÍΔ¸¤KË…iÒ:W¹´Ý5EÚ+J’ªE2é!Q¢ô#QBÜg¢ø¸‡® qÏ]â~™§™ä Öþ<×þQ.÷"Ù›Ãd›G7ãiÏ2AS¶ê³Ý´j²¼u+2 ‹Ó™¤†[åÊcl³’ãìÓ“’œå² a²,O$“•¸%ÊjÅñ²V±TÖ#Ž“õ‹ceï‰%²ÅKÇÉ7Iâ®’„×BI‚f’ë²ÿµ¿'•ÀA²'Ÿ9È62޵Œ©)Ïõù6¨É -Væyê”äúM)ÈYh’—µÄB‘e“–kŸœ–蜘šê*MÍÇÊ‹Ü%òª9KåÍî1ò îÑ©;ÄQ©Ä‘òSnò«äž("åy푬N0Î:|Lçq¶zCdé[t2–~Ö衺Р-EÎ()ôÐ*,ôÕÏ[4U¡ 1KËœ‘œ+±‹ÏŽwŠÍJ.ÍÊr‹Rˆ#•âE£8\Ñí¦Ø.Z¢v Uœ†*®C2ï -C2ž‘WÂtË—ÙzŸ¡kdŸ²ôöB Ÿ5%Z(/5Cq™= -ÊÄ‚¼Ro]Ei€AZñb“äá–ñE16Ë -¤öÑË“#”™Â0år×Pe…0D¹†t¹,Vn›½H9ä¬ü¹â¸0ÿ®cPÞS§ ÜWNA9šIÎ3ß§‹¹Øz¿Slág7i$µå@ùJ ¨ÒùU¶È©"³ÚS;µÊO?©r¡QüÊ%fË*¢¬¢ÊcmÃËd³BK3—*ƒKËIƒÃÂÒNû Ò·g–Î ,=1sAéeÛ€’;¶þ+žÌô+ziçW¨™äs’#Ⱥv‘^²ŽÔUÒ_®rWë!³Þ -iõNH©Ÿ#H¬Ÿ¯Wh © 1Ž\a¶Jbµ¸6ÑzamšMPmží‚Ú2›µuÖµ3ük¶N÷«ÙoåWsÜò­šK¾Õ_[̯|bå³òåtŸŠ7“œ-ŽU³dHk-s°(æ(Ûȹ³Hj†„V;HÛDXÖæ¥Ýê¯ÞlÚfÜcØoМjá×”kñVS‰¹oÓj³ùMëL}š¶LóiÚgâÝøñ¼Æ ÆóÖÜ6òjxlâYÿó´¹uoL'8]Å:з‡¨ê¸Icç^º—·pæâˆ&ëàÜ×¥èn+D®wBØzwAÈzíàîºÝ!Sü»# }»âŒ|ºRŒ¼»²æu­˜êÕU;Õ³«ÝpnWŸGç»SætÕwïøT_ÜqKÏmí£)ní?ˆÚ~1œàÃk€töö&Öî2ºs;TŽDq=œ»6‹TFRÙ`Áømñøª|µ¼UA:^ª%ºsUKõæ¨õÜUzbU®HU¥ëªjÑömÒvéÛ­íÜwXËió9-ÇÞ/µ6ý íÐóBÇaãëIFZù^"[I7ÇÁ浜{é^A·bØÄl¥Ÿ£™o¿6<ÕÓà¡¶…»ÚnjˆÔ¾¡z¡`¶:\ऎ8ªSê\Á,u™ÀNÝ[u7¬wíÄŒþC°ê?‹_ÀrÇ·°Üþ–Û^ -&8È<ï"½ô®ëâû`÷"Ýù* ãiìN l7ð.à¹p`ÖfπͰ#¬‡Å˜>ì «á@X ‡Á|8¦Ãr+1u¸C­Ðêƒîà´÷Ÿ€ÖÀ%hÜ‚ö¾ï¡³ïé$tnÛȽÈ|·ôò}°…9àš³vq¼DÁC€Ï{€Û!Àá÷ÀôÀш>ôFÌ¡;2ÚG] u”ÍèQƒxDBxàŒL¼x¸ÁG¸È#;€ÃÉàýëÜ„wÉ7“ìf®U\sóÝÀË*Ô€r/s0È}@oþG£€ó€õ Àô$ w -|±è6ÖÄec<Êft”á›’1¾„Ïðá?ÃM7ÆâŽ1¡£#¼öù{s’ôöôm{€U\sñ ûw|é>ÑéE§Ë‡€í(ý\Æ”?Òÿ1á­ðgð‰>sà‡„‹BÄ^Àå@6l ®²1çKwœÛ8‹<΢Ž3Žñ³üßÅIÞæWÝûy6qÍUÌq½©Ç ½‹NÞc€+/·ý`ö ýè½D®«ä¯ä3Âôâs}6†Œå‡•¯Ü€›lo‡±if3rù¸Ïð> ~ŸE¾ÏÂÞ?6Iÿìàšë˜çb®9“9ŽãzCéO¯ˆ^;zÍèÔŸð1…>¿“’/É¿È-r‡Ü#Y£ïË€ÇlšŸ²6ÏÙ˜=çÁüëò‚uy±ìžDs= Lt50ÖÖÀš¨ ¿ó&‹ð –â’ñ_dqR-Ä(Ç3Ôâ ð-x„µøÝø=ø†ó±0ÀPá.Ž1¬³øšÉºÅ¿nâ)Ã}C4ÿÝŒÁ11+Žün.^"ˆÞ(zéÌ OI_ }Uô­¦¯‘®6º:x÷ ¸^z¶ÒÓÏûîezàFðŒ2m—™¾›,×#\㪮Ñð[40` º:Œƒ1X2†Y¼J̈ýù‹0|8:SéË¡¯ˆ¾ -ºjè©§§™åXKO==øœ¹¸Î\\î|Ûå}ü§Áy\dDx·óÌê§´žÿ h10}ÖÁŒ1ØÐ/Ä·¬ÇÖãbèLÂWȤOIO =•܆«0Ž5ô´p{®£g=·j/=¿ò\îQI§iø! -"Þ@AAM§ÙÔY*PQPTÀK ¤—TL3-5ÍK–¥i©•6ÚuœÊÆ.§ËÔ´]÷ÒîL»§sfç¶Í¶{öÌÙmjgÏn—™eŸ¬?>üxœß÷¹¼ïó<ïjLÁ-ÌÇ ˜Çãs³q®¢•aô®`d/£——Qùÿ >æ0dÔ€çÀÄœFaPWŠ>f£¦ý² –uªQ§u†>ÔB|ï\‚ŒÀq8‹hÅuü¼»ãÏpwÒª,à¾8ê§_Û€ú@ò’¡à?èè7µãÐWêf ¦õLø¦Ô©D7ê¬GfÔiƒ ˜“󘓳¸?1g`ß}NážøWó¤kp‚øŽ“¿c>Oàˆï 8ŒÑŸó{—„KÌS<ªx¼¿"µ ŒsÜ%­€_øH᪯.ùéáµÎÑÊaÑ-œñ¯zœ¢·ÀIz;|Ðó}p‚±Ž3Æàhà8xæ‚ÎÀlð58ü)L‡>‚Ìïa?óG˜bzÂKÒS<ʰÜþ‘ p?˃·ýÃáZp\d‰àlX,°sà$»æ9V8Á±Ã±ˆ*8Q G"š`ŽÛ -³ÜÍð·f"a:rDNÂ~ÞLòNÁï -ìåýÆùaÿ)Œò ð½?ñ’…%% -KM<–;,÷wðù1––+ApŽ/€ÓÂD˜Ic1J8›³±…phY)L/«€ƒË\°Y=LÅy`2® öÅuÂÞ¸>†=q{a4þiwüQ«o¯¸Ó·GÜïÛ-ÞåÛ%žòÛ">â·Y¼è×!¾IÝ$þŒÚ&þ;­UüŒÖ*òÒZÞð,çPÿ.¶–KÈB&Þ·°¼Ï¡-ÓÒ`˜LÀXê -bwÊJÊiºß TEí—è©Û$fZÄFÛ*±Óº$U´NIm‹ÄCë´û·K{üÛ¤;ü7J÷Ñ[¤sô Ò…ôz@“ô£Aú-c½ä?ˆ—Qÿ†‡ÿOQ÷†à¶ü÷Õ¨¯ÄG‘‰ :ìQD°â-bPžLÙ–‘BÝšžéß%Ë¡o‘:dE›ÒJmiŒÖ47£EÖÀh–µzd]²Á õ²± zÙ¡àZÙÉàÙÕ·ì÷!.ÙßBªÓþü7¸:ͻėƒ{€kzŒAη¹è?Ú2­4ÛvªØ0 Ž%õª}º”«¨Yéô¶ÌlF«B´AQì‘[‚åå!ëåkCê嵡µòæÐEG¨[ÑǬVŒ°ªYNÅ|X¥âr˜CþI¸]þ×0»ü_Ȭ5r/óŸÉqì@íËù8V!³Øb§p=†qÙ©%Ã€Ž ½¹BèÔýŒÜ®ùµjRè•"°![R§Ô‡Ö(Í,·ÒÆr)aUJW¸SÙ^©lc;”=l»r˜S®œâ”)G”(/FØ”÷¸Ö¬GÖ¬ï9Ö¬ØÖ,ï²n£ö3N Ó&¼sâzÆeé5A§‘íÆåD‹þç¾Myÿz]zà:­2¤:GËrjŒáê"Ž]]Q®vrËÔuÜuK¤MÝųh†xÅš ^¡ú(߬¾À7©Í/PÃ/Pý3²@õ’kRy—¸þÞ(8‹£ŽÃ°G¯Q´eíØV€s®‰›Ì\h1Ç‘šLI>u+©ncéW„8òÔ¬²ÜVej‹Í6o‹QšGc²ÌïEgš?*L·…rÓWyÁwÈó(y¾w‰»ÿKkðL"d s€¶lÄg#®kAPíà³"ždw¼ãSj_E-^“`*W„JÕá¹%¹\ÍÄ϶ڄYÖŠèLkm´ÂÚ-·ö -3l#‚tÛ¡(™í ?Íz‹Ÿjý’—jyÌO-~ÎO-ò.q }>_{™D†‘^d“çìJÔÇ1´ªÊ*ª8P^ %Õ Dq•È×´6Åßà”ê*³™ê -[éÈç*~†ÝÁ—Ùkøiö~ªc+/Õ±;2Å1ÕÚ"$ö›‰ý ÎêòǫʞE¬*õr_qµ>ÄëÐ,2ŽlGºq oÆg­ õרk|¡¤––:Ö½MʯKöÑ×Jü´5étÕº¬ Lw3ÃmOssR\vŽÔµŽ#qm`¯vu‡¯ví -[åšf­tfŠ«o„Š«?­ýó]ç3Vr¥7ì¡ÖIÔ:èÆ< }ÈfÔm¨¨®ÃûNÞ¹ñÎã „|ôÍq kN$4ž•¥'•ªhRÈÿGu¹GE]¦qü;¿¹pä"²*ˆ¢\Df'ÌÔrí¢k™¥™nf®¥«–7D¼ ƒ(0(" ¢£…𵆢eV¬®Ú¶»²{¦îi·Ìlw˲mMöãäéœþørÎÌð{?ï÷yžßó¾Ïøž#—MбìáÈáÙ³"³²DÞ’áÌ. -–½±gföްÌìý¡K»BÓ—~ØÃ±ør˜cÑÕžö…×Ãoè¼ÖEäU¡¸®%ÄöœåÒ£Œ‹1Üï -Ô„¼hË »ó‡hl~¦qGÞëȼ;oÍ»'8+ob§kjL×Ì®ù=Ò]9!×Ú`»Ë”¶º1pèê}©«_ H]õAÀ_¦ä^ JY~=ä†:–’xµh*Äó -ØOÁþKšÆh4©Pº§Ø¤1%aíî«‘îÁáN3e¹o1œîQ–L÷V‡{‚Íîž0´dF@jÉ\Û’l[JÉkRI…%±¸Á2¸¸Ý<¨è˜9¡è]#¡ð’y`Áw–k~´Þгðsé ¨nþJÞ|σ=c­4¹„¹s4fƒ”UiSfe¤Ò=±²{•æ±+Õ“eJñÜn$yî6{î7y¦=³žE¦xÏjS\e™©_¥W}+öèW/)¦ü-Ålø\1eWL1ë®ùµ^=ªÀscé*Ø‹ðý8ìieÒDƲ»<Òm›¤ôfÏÚ%ÔEi@]¬ú{çµ+Ö›¥¾ÞÛÕÇ;N1Þí¡^Þß+Ò›£ðºb…ÖU+¤v§‚¶t( æun>§ÀêË -ª¾êWsµˆÊàà;ö|Ø3+¤)Œ§ãáŽf4tÖKC¶IñŒˆ½›- -÷õT˜¯B} -ñ¥*ØçT o´|ãdõM–Ù7S&ÞŒÁf‚ØÔ@áïå0x•C‘uƒé¶¯üÚê–<È]JOZ/-†ýìé°'z¥±p‡7Ii;¥„§¥>-RÄ) ÍBc E1h€´7e".í„{9pöÒäÚ)òvL¶³h‹´vÐŒ^—Z΢/üÚÂˉw!ñ^N¼ç׃­Ô~ÇñȨg¤ŒVrÐ.Åî“¢ž“‚Ÿg 9 . %!ˆ‹ñÁX4˜†ÇÅìÐÄ¥¬“‹@'¶“bï$À,~_ä™7ÐÇ~UÃ-ÝÌûH¼—àù Ç>Îóò'áçÙÇùÝ|÷‚_ë‰÷³ìYò€ßGJ÷Á½Ÿéxôšs\êqþ Ö_n°Ð›è-tQbú}„Ρ 6†¦(•‹iÒe.Èÿæ’ø5yù†fp…—ý -we‡_̹–n1s1óöâó@”ÎD:J×4^?hŠ®2g~Ëœùµ2.Óe­Ô%åë é¢Jõ9sægªÒ?U£OUÏd»CW‹Î3q~¢#lí”>ÔY¶ù/t uÿB°Ùƒ=³‡(>Çé -w„®è.¸“xò·úR³á-€³N. —.¨ÛÅpÊ Tècm‚U˺Ûõžv¢½„ê !;Îüú>á»Dÿ‹ºõúóMu˘{ÈzêGõÕ7J‚ëä‰1pï…;æc°æâi!ŒlV\A -òàêm¹a­‡åUc+%ÒŒûVJæ¥ó*%ô–ºX©Kßé¨ÇÐË7ÿæ¬ì!~4ìþÛÏQøóA½£GXe6Œù0ã#Î*&''µV)nËalÒkªƒÑÈú-¼>Ï‘£:ÌS‡pÒ¡ÿ°«k¨ûgÁ'‚/~±â;ŒÿŒÅï¸Ãñ6Þ}°¦Â™ gœ'q¶Îr8« ¬Ñ‹ää09é$‰Å j`ý]z^û¨ŠÃü=­vµQMmdº•Šk…ÞúÓüüïÑ—è¼Èe4ìA<•AGãk¼ð4Õfág.œ§à,…“ Ç…ÛBXnXåTÁ&8õÚ#ŸvC~†'vá`'õá²™Jk¢êš 7ý´¾á52¤OÐ;þ×/v?¼¦ÀÍÂÛ¯áÝ«?ðŽì''ûL³µ×4Om¦…j5²µÇX¡#OϘ‹ô´¹L;-Uj¶Ô©ÉÚ¤F[›¶ÛªÁvB[ÞW}àEÕ}§Ú ëª îöëÚíEÚþÙh^wtŠÓhÖ1S”:­u (]ûCFr4Ü­ÖÐûÕö°žîù¨v…?._ø|5‡/ÒŽˆ5F¬Òöˆ5D–jkd¥¼‘[TµC[¢ö¨&ªCÕ½NhS¯T}IžÞß«²w·_è+øhõgÑöhm/Ój;ûÐÆ#‚µ¿W?µÅ QKŸ,íì;FMý~£Æ~j[¿éÚû˜êcç¨.vjc—hKl®jbóTW¤MqTW-OÜ6UôoQyÿZß¿Keñïª4þ¢ÜñWM%ñÝ?ë"mõ£dZm:­Ÿã¦c¨´?ùÆQhÑîøhù©qp†”7ñ.Õ&Þ§šÄ)ªN|Dg©*q®*ŸREb¶Ê“Vj}RÊ’Ö©4©ÊäN®7'ï2%?gZ›üŠ© ùmÓšäÏŒüäoÍyÉ×Í®än¿>ÅûŽÜã·â8÷[ŽšÝ|ÞE‹mJ WÃÐþªMK5mNË2m´1<öñF¹}’±Á>Õ(³Ï0ÖÙgnû<£Ä¾È(²çkí.£À^l^ã¨0ç;jÍ.G³yµcŸe¥ã¨e…ãMËrÇ?¬9Ž+¶eöQ·_çì´ÿÛˆGËóhÇ¿£w;{©Ï VͰ¾ªr&™*œF™s¤¥Ôy§¥Ä9ÁZä|ÐZ8lšµ`ØLkþ°Ç­yÃXW;—XW9WÚV8 m¹Îõ¶çfÛ²ÿ“\îQMŸwÿ†¹ $ð#R-(Š$IH„@"„p5\ÃE„ˆ¤ˆ”¨ ¦ejÁÚZ‘¶Z­ÊÖvµkzºyºug§[w?ží¬Ûéekמ¶kë%{fÿøÈï$ïóý¾ïû{ßç)8Í*¸À”_ãöËßåúäçõÉ¿àõÊïñzóÃù´ÞÁûz,8[ -}-²jyBE E -§Ñ¢,ötQaÔ”ª$zRUÁWZ¹cÊZ®_¹ƒ;¢læîVzy»”>Þr7o@5ÉëWÍòûTGù=ªå˜nÕ 1ª×^Õ;‚ÕßÊÏíÊ» ü÷q¥½mÄ>/€Ó°@'PKuÍkY4§ÑŒî -è¶DìÕæEí))âŒjô¼a‰?¤¶Å ¨ëb|êFAŸºMУît«‡b;5c±^Íþ¸Í|\»æd|«f5¾YóŠÐ£¹-lRߺÕÿßÅ»Õáxwq8þ=hݨÄ:XˆVÀþµ,”Ãc -í7hª\Få›X£†œÈá2g ´„ß§7zt•±]ºš8¯Îß¡óÛu;…­:Ÿ¨E7*òè MúC úã‰;ô+‰.ݚةû™¸^÷qö³Ä:í·‰õÚpÂÿùú~ Wû%ö8Ž¢–ƒfä|®™Gã•I4Z™ÆÚeÞÆö™äÑÝÆb¾·\Û^nŒo1T‰ôSZZ#ÉÝ–@®öTªkÏ`ÙÛsØUm…Ñ•­j~EKilY‹Q¤k¶‰5Íõ’bO³Tåé’*›‡%Êæ€XÑ<ŸXؼœXà¹PàyS$÷üV”ïþ(!¯ñ«Ä¼†û⼆°øZ3ΰ­0ë;ú·ú^¢†Nøý.Ù»²u§‘¥{ËÔiè*âè;uü’ΊØb¯U¨ôÖ‰Þ&Q·S$÷îæ{§âó½‡ãò¼Kq¹Þó±¹;"ؾó7‚œöc³Û¾ŠËj½ŸÕ¾Û¿ÒNôpšàßIÔݶnx}DF‡È6À!󀘌ƒap3é·G” *"‹4å€WØ_#ï¯äõ»¹ý^Áöþ¡˜œþI~vÿ!^VÿIî6ߋܭ¾78™}ïq2{?änéþ’·¹ë^Ìæ®1—Ñç3Ð Y0Ù…¬mo2_?‘súÃD#,Òûã¨ÄÏÚŸNEþm¤ðçGÈýE‘y~}Ôv¿):Û_ÃÉò7p¶ú;8™þè-þ‰¨Í£Á¨ŒÑ‘›Fžgoy¾û×ì´á²Óv}õèÐÝèGDŸïÁ:€yô; Æ =íŽ!¬â™ÑȨ Ô –ÖM”´tSR°“$ÁÝ$ž›¦„¹c$|ü Åή‘àÀmŠ™¹C‚ýŸQìô7à.‚Þ0&Ð÷´½èÛ íšÇˆŒ3DD3ùA¢­óÈžGˆ˜c|’†$$¥Rbh‰BÙ$ )(.¤%AÈLüƒ¸¡Šù(24AÇðã£OAavá:&ñð?À§às:¾{€}÷A»ÚNôlE<Õ&R%Ê!{.¥'$â.ñˆ½œH¬%ÁåMFd&hYpá,ã€YÆæ^FsKÓDOa€“gq!½ -cðK¼Ÿ`>¥cМ“ûp&A»ÚnhÛ°ñ³bèæž ÊX"J}š(ñ"þ„¢³0á+|€l»"#:CzFp†du¬¢ŽÕ›| žÃ +äìE¢çnàP„ƒ?óѳÑa”¸k½g–ȇ)kƒ¶ó " úÕ.œ&Ê„æú"ÉóD1/"˜Gx `8ºÄ0ã/'ãÀ…!¾²ä]…)»Š:Öp®a³¯aS_ÅàW0Øåáû·ñ»?€;Dyûá}Ä:w=‰9À<ל"*ÇWU«D9ÐL‡s‰(î -QÔt1B!ºàÂ?fÁˆaN®%½9ysã÷ùzñ÷æä&Ý[Øü·0Ñ7!róžc7ÁÏéÀÿ˜.ó¸¦Ï;ŽBB8’ u•ÃYƒ•À ”p ’á"(‡ ¢È!— -‚'^ ¯ -Z¯j½6» ÑusÖZÝ´‡­+:·Ug«k;i7{YÍ>*Ýk|ü=ü|åy¯ßó}¾ØŸïJ–L1}žÉ”Ùò[¤¡dN=Éå9ˆ‡Éûí˜XZ‚¸uŽ:O]à°rQÎK:•+¾À»Ó€«¼,_ãed„vŒðÃa‘_ïã“9FDSTÏWдB–mÖqÀJ#é_™>g%y’?ŒqÞÓEêË W¨÷¨«ÔŸ©ë"mîÀ-w8(Ü ã É Ñ}Ú1J;F™üQÛ(>:ÈYOÊ™WÌ™Sµ’ò¥´x„|éœCÓð¹øEøæs&­Â?9ëÞÃÜå¬û Úq]øçÌÛèÅ-lá̺ådyƒSç÷õ!®Q_àΙï’p…º<&DÂgs¯ˆk7²ŸÇwœ3pÎüŠsæ}Øðìøä”’±Œü ¸ÉY÷/XFÖ -²ºÉZKÒF†£ŸaÀ;œx/ãÃõ.ñÍEîrß0}Žÿéܳ™wÌp-#{-'«“¬Uä¬ÇÆâ®!ž¼údç.ùô§„åP·˜“7±˜¾4‘³”åÙNoW’µ§‹SØÊOf7?ŸC8Éèqœ;ÆŒc>Ž’ø£~ŒÁcЧcíJö¼ }ÓÑ/#m¥Oää’QHF) èC9uä,aÖ[ÉêÀ/ÐCÞzrúx|ì¢p¿ä¿g±Ÿ±•´_Sާzå™ ´êÿcêÄôWE®¥¥oŒ¡™,9YÜm6EdÌ£ È©ÆaÔ“ÕŒW™“¬Ï}ŒÅ^lÂæc 0/ÓúÌÜVÕvVø6Vü6ҟ蹟ñŸ|Z—ž~òrœa,†0…Ü2£ÉK +•;9yܹ˜>”‘³¯!«¬²ÚÉê!g÷ßÊêÜÈe…œÆfFv#IX齂o©G”ƒ·yÄ}Èãö‚7®O …d{ÒzÉÓpP¨Ç>Qöˆ1èœ]â™Ø)ÉÇÉ\l“”c«¤ý’Zü\Ò„-’eØ,íÂFé:lõc½l7ÖÉŽ`Ëi¬v¹Œù-t»~‰•ЇèR8žêž¸Á£ä¢?oÃ\S³È%8(W/`Ð#;=£°]~• }ªØ¢ÊÅ&U6ªJЫžõê*¬S×cº«½V Çk º½úÐ5nã^CǸa´¿ŒåãoaÙs_QÐúœã©n“y•­÷,[Íë<Ò^ãzÿ$¶7ûƒã<°c‚úŸŸ†-ðq¢½Þ¬óNÅï,¬òž…ï9èö.E—ÏtúԠç í¾mhóíÁ2ßMhõ}-~¯¢Ùï7Xâw ~GäQA½ßCÊ!¨óso²½\b{f £öq=À¼CÃv?É›:½/LÁÚ)ÁX5%ÝSÌèÒ$a…&í;Ú4yX®)B«¦ K5‹Ð¬©,ño4úw ü{uþÛ‹ýj¦þJX=õmaÕÔ›ÂÊ©÷úO9žHô‘x“-ÿu^?R<Ú·±õnùï¹Óœ±vš=“Щ ´kÃ˵1ÂVíta‹Ö&lÖf -›´9ÂFm¾°^["¬ÓVkkœj—8Uv8U®uZ´UT´O4?褨,è¼ó¼ Î¥_ˆK¿£Oõ~([`$[ºñ敇ívs¯]´eu°2ĺ‰X¦ó´è‚…Mº§]œ¨NgÕ†¤ŠªC²œ«Bf9W†Ìq^¨›ç\¡[ä\®k—éÚÄ¥¡«Å%¡}’âÐ=’¢ÐÒÂÐsÒ݈4_÷¹,_÷­,Oçå…8dWÈ6‡yõˆã5‹Ï^Ú²Šï;ÙvÛÂåX1M“õZaMøK¢ªðhñB½Y\¡O’”ëÓ%ez»´TŸ'-ÑÏ•ëÈŠô‹e…á­²‚ðn—¼ðÍ.³Ãå¹áÇä9á¿wµë¯QŸQ߸ÚÃËíaù%2mfâÔ&j méâû6ÚÒ-AcŒÇø¡*æEá‚èQ¹!B\jˆ•ÎJEÙ\ -£2åQ9ò¼¨B×ÙQe®¹QÕŠC³ÂnèRd6ºÍ0ìrË4qO7¼ážõuÏ=-òk·´ÈÇni··È<™À«ž…5ÈßËg÷tδk)mi09¡Öä‰EfoT˜5‚y¦ Qq\˜¸0Ö Ë3š\f­®9ÆT…=&Û-;&Ï}†±Ä=ÓXé‘alôH3vx¦Æ®÷´ÅîôL6V&Ï(W•Ö˜»ž‰1<£Qsdç5g7¯\}ÔZª“¶´Ò®Fª†ª´(Pn™€RëdA‘%À)?A'ž5=Bj7Êg˜ãæd÷4S¦gª)Wi3)“ͪ$sÊjnSYÌkÕ æíêxó!µÙ<¬6™ßS›LŸªL¦*sÜJsœCù;2Ø€])̵ŠjçßÍ´k1ÿ¯’×ÒòdæÚÆaŽÍy¶…9ÉÁÎÙIziF¢Ažj5)lV«G¢%Mi±ØÕ –u¼¥ÜËl©õ2Y—yÅYW{­[Õ1Öƒêhë)µÁòõ‰Úð•aúªèéÕi2¥ò0~µÀøñÿ ŠOyŸÒ|æ.85“؇4üZ†rù}:ViJº4‹`Í´(%+Lc³:htV´aDVœqXf¢éåÌA¾ƒ2†Y’2FôOŸØ/==¨oÆôÀ„Œ}2 -â3Öú÷ΨõëÞè—~ÂÒ+ý¼%vòUKLÚwþ1“ÄLj<o'¬MX¢2x…hÌ™({ -wýl)uš4ÎfÒ¨œVz5§†Mïª!9±ƒr<“r^2%Ú†øôµ4÷±¥XzÛ&[âl6K/Û.§L%åò*Þ*cÑ~V–aåEy¬¸†nËXø½ªçòm„Yˆä=‡šg“÷DØ£ÒRb‘‹=ëR&E®•B*Œ²¸ýåã—·»½¼ÜQòtÇÉÃ=@÷P’b¸¸it7…u“ˆ»„0Þnf¶#¹ƒXÆ ¶ô&º«Jò-Éc.£<>v:ìrΫI¥Rïr)ªïY)…n”üXÎXíÍæZð·5\Âj¹tÔòá¯å#TËp«¥ÉkI²–kX ú' ãÃBÌkÕe†âut[kÙç•p—°×v͆=ö¨5Ò`^KØ u‡Ù¡Z -ß,ùo•¼¶sÆ®j‡"Žı“8vrùª#Ž:.$õ|øêrõ4z= Ö³hÝ<ÓˆÞåýóèKt]«Ùç‚Bzö êû57}XÅ9¨‘b¶Ð0#vHu’©ö´ík‘'~‹´Ÿ‹ð~.¡:sárÖÄåãõ8Ä 79€ß¬ÂÜÑh·(ö­Üžñ‰çå' -B‘z¬hý¨~º¯¡º§qx±4ÝV6žp¦nâ1oàí®ã1ÿ†Ç¼¦Uú+^÷k­Ñ_ð™_âäþ„Ãû¿{ù‰Ë}›~¡‹º@ˆ7ð’¹ù¿:ûÔó>‹¡Efœh„~P¸ñú‡ëâÍTx°ràÌ3Î"8Ëõ9óxÝKZ §œ2Têw¸Ëó¸Ûs8ÒOtˆR¤tçØ®«èÔLTÿÓÿÇð/™ôZÃí3–Ü’`×¼îejñ{jqA3ô©æÂXȪ‹É#_kœb¶¦Œ-ª€W¥_R‹÷UO» }ŽëgüïqV:¦»è±ŽB|®çüèŽ<¨qy¶ƒMn}É+Þ(òIÕ¯•®4õgѹä°v\'_?×J²-¡eתdíŽÌ›:Â~f?šˆè ;Àn ÛýPŸëy ·Ñµ–Vb?>Sùu&ò^ð’x{8œqp&ÂÈ„aƒ1 F.«çqL—ÀqÂYg5Œu¬]ÅøØ¦FíbœâßSj ›zö£Ž.«£uëžÅp]E|ÒÞžÔ3˜ü^ ¯îÔ0Þ`x#`¥ÀIƒ‘¥·ˆcqì%ŽFâØCî¢Gèzú³ŽZìP-]Q§í¼±••¶°k›õgþz‡*=DͪF÷à2µé-ñÄÓãwR¾pÃȱIJBxCጆ3Æë¬<FÕž 'NY/ƒ³Ž Në¿¡M<ÑR‘ ¬XIvëéä -öc¾G?ÒÅÍôǘwÖ—QÃx9æÕ2þ äH®‘p»‘[<'m ¬á°Æ’S*œÉä1N¤Ùpæk#ge½QI-ÜôE-ç5†F•~ªRÇr?W‰ç {ÝCTäÕ¬«~Œ•0ògÄågc#wɤCˆÞôì ­¦žªõî§jŸdmò¡¾ãTi¶j½9]æl­3ÏP¹Ù®µ–…*³,S©ßJ¹üÊTâ·AEþÛ´Ê¿Q+üßQ¡ÿG*øBùA·´<è>zŒšu¥ £Žñ~‚qÖ„v·|þÚá7ˆg[€™ÏsUµêªÊ8¹['i]èP­ ¥²Ð•†N’+,C%aÓT6S«ÂæieØ"†¨ Ü¥üðõZ±EK#vkIÄÛZñ¡mþCq™µu^Qü>íë“mœ`£€%0 # $„„@´€° ˆ]ìÂ#âcÛìÄK`Ülu2™ÖmÜ:Œ'ÓIÚ¦m:´ÓédºLëv’I;iÚ¸nÚÄij«Çœy ïñ»ß½Oß½ç74µûšÌ»OyYšØ¥÷ÑæÞF뿉sº†ó+Øæ/"ž %ÖòvÒªRE+O”Ñr¾‰Ž8èhA-(S¡#1:\§ù‚>:´g˜Ò{&ivÏC€×kˆðz íünC7?nàw'Œó‚ŽÊ‚Xåš0Z¹)Ü_ùª°µò¶(bü…(lüúL6üÊŠÞóF Æ,Æ='FO—q½„x#¶´™¡)3K)K Wïe,:NŸ¹Š×c®á'Ìu‚.s“à€©EØajÆÌ¢¨¹OÔf·šçÄËQqÈrN´\•4[^‘,oHýæ÷¤>ó‡RŸé3è+©ß”•¼iÇ8åBjñÔ!Ð1IJ€XÒøÛ$âµKhОKývõØ5œxwÀfáÇlá~›[Ôjõ‰ÃÖ°$dm—m=ÒfÛ°,`›‘ùk–dÞšUYSÍe¹§æº¼¡æ{r·íçÐr·õ_ÐWrwuVöØ/c¼¸ŠQg ãß2”Áõ!ÜŸBl£8Ô -©·.‡uùÔYW´×ê¹m®*~Øiµâfg£Ôïl‘yûåMÎ8ëq° ®IÖíZdë\§µ®K -—ëë¬Óõ:ëpþŒµ;ÿÌÚ÷X‡ã¿¬ÃžeoýFàK¨Cr-àz÷Ç ÄtÐÃ¥¸gu4æQ´±ˆZ=eœ ÇÈ4X„^·CÜèn6¸ýòzw+[ëîT¸Üý -‡{|›Ý½ ¨iXQØžVX^RT»o±÷»ÐŸXKý?–º/¡¬âæ£܋߃u€žôcÆÅq1 "žƒ8x_Fm\ -TÔÐ0~9·Éo4øjÄu¾z©Óë•Û½aÖæíPX½½ŠjߘÂâ›W˜}'Y“ï"[å{Q^éû®Üèý©Ìè½#34Ý•¿d ž,{ük`¬`y`Ž´ 8ŽàºÇ.\Ç‚D‘ˆZÂ;ÉÎ'o¤˜ñ„uœúpß² í¡Z±5Ø(µƒrS0&¯ -õÈ+C£rcèÌZ–U„.H+B/HÊCß‘èƒ?ë‚wĺæ»Rmà¾LëÏÊ_ëYp΃sÖh>Œ@Pðžºã ªý¡ð‘»ÞIŒÿ `NBƒ°«qp÷ƒÛ’ jìÁ¼ßKdí©;“JªHQy²ŒtI#³/iåh’uœ’¤—»7á%;¹…ÉŽ:9ÍQ%2É5&¿ÿóDÿ·eßIÙû{RöüQvÁÉë~ÀÝó<˜Ç°Þ9pÇ:‰úÀîèF `}}DõI"l’E;&%ÍØcT2V@{SÅT”Ò“:e"UÊA)å§‚¤LµS^ªv¥&(7•¡ÇÇÎÒαMÊý&íy‹¶ÿ–v ~B9ƒŸSÎÀæ2˜§ÁÌÄá·°æ!°{ÀŽ‚Ý<€ 9F‰Lãðž“DE3<ÊŸeI™ÞEyiíJ—Rnº‚K[hgº–v¤}´=ÝFl:AòôIÓó$ž=EÂÙK$˜y…øÓ·‰7ùKâO|H‚ñ»$¿OÈó hÜqä; vØ‘aøNX¢Ú ø¾i¢òYxÏCDù°Œ;…Äf¶‘,³›$5‰3e $ÈX‰Ÿq7ÓBœ ’›×Íàå Líâ~t0‘ ·Ð`Ìæï`#ü’VñØr=îò}ìØ-`»gPƒ9"Ãa"Í"ÑXÅ\ü;ù2Cüx¹•(ïQƒ‡ÐìOqÄæ¾‚Mgù)$wI\9‚î,6á-,FòøPüß¡)Œ éó0ê< ‚»l/ÖìÀ«Uà–«^&ÚuŠhÛ"Á9 ¡k<×0®aø{J !ŽuıŽ8ÖÑhÖ±ñlàcß@r7‹õÐ3xîe|€·1 À˜žý€hõSzuž7…Z÷‚Ýv3Ö\5Wn–°û<øëD¢ à? ]‚.#ŽËR4}äã*òqÃ׳¢Mı‰¦·‰Ío ûº…"n!øÍ¯á™×ðì;xnâÊG´ˆ:Ï@C`ÇÁŽ€Ýx’¨f•¨b¨Låÿ™.÷°¨Ë,ŽçÆ\PW\/HŠ9 3ÈŒ02Š‚B(¡ ˆ(H  ^ð’›¶–«–âj¦·2µ›Omº.æZÛî³mé¶Ý·zž¶Û¶[neì‡Ôžýã óãÇœÏ9ç=ïûžsÈvɺ.餩ç²G{ûe”öÑ”?ÂÅCcü( éƒøÑÍÜÍØC±÷dÏjž1ÖÝÍû§uq€—µ^»’|ÏYGˆ9x=¤m<Ìp˜CqÝN91ÂòÔƒC‡Ñt´_&é¾<1Dz’œœ Q=IcxŠ|œæ~Š59ÝÌ3‹y -£§øâÉgÑ5î…}ìJ7›ûø—xâ¼f(.8$ú9#ÒÈÐÅ €N¢Óè©#1 JgðåyêäEósÒù Oøq‘ùàåeüvq·ôA\8­«`—À΃A¼¸·áæhxCNPƒ§°Mê„nè…C%®sè<êEÑËèUjåµÁÒåÑ Q±Ò;øñ>{åC6ßGÔÆG€?f?ÞûÓÌ{]P(“`´¾ÑD¦±4}¥¦Ãæ±R}ÌLõ¡jõë=Ý­wµLokd‡þ®Ný©ê -SÖí_)œ¿°xf¡^!A/ñ³—oÿ^WQßOê½1óÞԲ¦/˜3?UvÌ1¼:£õTð:Ö£“ìwR…kñáƒþüØê¹'×¼žÄpC‰m,qMÐM‚凓 gœBb(†s¤J85TA=¬&8mpVaÿ^ªôA>ía÷f•ž¡r_ÆÃ÷ÈÖè*º¦+¯çqÜqœî?òù¼‡ky·ÑLœ!pGÁŒç†åƒ•¡†m0æi½±PÆ­5•kµi¾V™¨ÃÔ vóR­4·k…yƒÚÌ[ÕjéÒRË!µXžÑÝ–Kj²¾«%ÖϵÄvU¶kzuÇÞHŽaŽøý\Á»ø¼cöŽý­v›6 Ó&[¤6Øêt$jMðd­©ŽSÕ>0_+iÅÀ;Õ6pžZVkÙ EjÔ¬»vš¯Wãà­jÜ¥E!‡Uò¬êB^Ñ‚!¨vÈWè;Ô§—Fq}p¬÷pÅt¡m´[xÞÄß7r ®2Hk~~‹:†FéžañZ>|’Z‡ûµlx–ZFäªyÄ,5˜­%#ÊÔ0¢R‹C¨>t‰†.ׂ‘kU3r‹ªGîRUØcšö´*Ã.©"ì=Í»å_è{Í ëÓY¸Ç£¹zi?vpõoA¹z׎£ÕÁ—öQ6­5\­£"Ô2Ú©¦ð‰j ÷©!ã˜GâÈ×ìè^®¹µ<·;iÿð¥u¬YÍcC´dì(-­…ãâµ Ê«š¨TUGT5M•Qù†Š¨"Ãܨ2Cyô|CYôBCit‹¡$¦ÃP³É8;f‡±è¶Æ;bN b.gżmšó…iVô·¦™Ñ}æ§av»im&’´uðÜæ¢¿â]¾,?@uÎPÕ8oU•Ó©Jg‚až3ÙPîL7–9³¥ÎéÆg±8¶Ä8;vž©(¶ÖT×d*ˆ[iš·Ñœ?á׿¼ ûÍÓ'œ°äÆõZ¦Å½e™û9ú6hš³/è$íÎ~uè¥&Ñr¢<·$J¼«Ç—Z—MU®¡ªp‡«Üm(uÅJ\ã×dS‘kŠ¹Ð•c.på™gºŠ,ùî»,3ÜÕ–é܄åASÖå$k3Úm›8j‹ üÖxÝ›ù‰=6ãkGlÆ5Ç~Û`¬g4Z™Í>@u¨ýérŠò¼Âð» -"‹¨€ -ˆâ ‰×hŒ7d׫ËE–ÊeE妨‹¢èt£ÖÐÆ ¦jÔÖàL’66&4I›1jkÒ$ÓDÛicl{‰‰¶ô™¦ã¼ŠË¿çùÎ9ßÿ}çÍBË“™3±+))F-´hžu¨æÚ"5Ûg˜i›`œnMò~Â:Ë4Å:Ïw²5Å<Éj7O°æ˜Ç[‹Í ¶µ¾ãl[ÐnŸ±¶vŸxëÓ릸”÷Mq‹ïúÄ&ÿË»è‘ù0ì=°áԥ෠k’‡Òmð—à¹Í0?•æ§YiͰGhš=FIöC¢=Ñ8É>Ãk‚}®)ÁžlgO3ÅÛ³LcìE¦8{¥w¬}³wŒ}—÷hûs^£ÓN{J»hŒN½iŒZú¹wÔ3÷MQKù´ÃÞ ¯^5¼2,I!ʆ›–&Y…,—欦g˜””9H‰™Ã4)3JñJpL2ŒuL3ŒqÌ1Æ:zÅ8–zrd£…Æ(‡Ûé¨7Œt´Fd2Dd¾hÏx]a+~«ðô;†ðå÷aËy„Ý s̵äZ× 7c¾»˜œçÁ®ÍÈ–±°ãóüŸ¢¸¼Å8c4Ú™ hçE9gi¤s¾F8m -w®P˜Ó©áÎ2 uÖ)Ô¹SCò($ï¤,+_Spî Y²?“%ë+…d=4´Áݳfù®‚›CÎËa[³¤ù9Ò“Xµ$'üB)¦È¤HW F¸†*Ü©á®8 sMT¨kª†¸æÈR’¬à»‚Jrè*Ñ@W•ü]ò+n“¹¸C¾E/˧ð×ò-¸-sþ=ùå­Ýp=0×Ã\)哳v*ìEyô‹6 {4±XŠÃºŽ,“B+|ì¬ ÷p¸£4Ð/÷dù¹gÈ×=O>î%òvgÈèfÑn|fÅf„y-Ç4–¿Ä¦¿ìc ¦È’¿« æF˜nj] w%õN‡mƒ=¯ˆ”H“Kñ]åRᆭ“‚ªŒò­ñ—±Ö¡ÊÐQÃ…_ËÅRËeSË¡RÃ&¯¡©5«Y0µÕ;¶ -·ž©qÝ4ÿ‡Ñ=må±jj] -·zgÁNƒ {69'¹¥qkñžØÕ0¬b06ͼ‰ao³™ƒ}bàñàç<\ö<]M‡ŽÇú¸À ÔÂCÏ6žÝ‡^`óaëß#y&É_ªf%•Pï<Øé°m°Ÿ&çië¥ pcà†Ã öHþ[%ÃvÖ°oÛÄз“p'ÃN3ëha-¬£µ÷ä€ka£·RÜV -ÙZÏÿéGóažï付ÓLÓ;î¨ Z·ˆ^gÁN…½œgR¾Ipc¤R°ìüšáï‚O(g†à=Ôc/ChCa}ÙG_ö{|àð;À†?HVòs#¿Ãç>û"Ïý‚ç¯ñÝÛZGŸK‘“GÒa[ÉyÎi -Üø&iD«Ó¦¡ î~tBÏõ«ÝÄ<€Ë!ôyÒ# `GYG—ï1Ázrœd¼ƒ`Gøü<Ït¡ëª¤UŰ³ùu*ì,u:ù&ðhô^Þ˜ØJ†^Ö¥Ä.ôÿÄD´ãà „A8é+¢&§éÍÙHeÖqŽ‹ù‡o'=édsuÒÌN‚¾t½‚ºT;ö -ØÖö!ù&>KÈ3 f KöêèçôÊØgB~‚Îõ"a4…áÄ  Âêg¬åfáuzóá%êÑÍ:.Ó“nî&Én]ì:¯ع°í°²¼éíÔnù 9Å;ÐËû)êìg¼ÜoÆØÚ˜Qa„1}lÒ~‰(¯xýõ{å*ý¹1LºÉÐüõø„Ëàv¾ôÖq›wõ{ãÓ£}ž÷;™q_CôFé¾&âLgá†è¯ZŠ'ÍÀ¡åé*Ò§*ŮчøÜðT7qO¿ÁQÝÀÍ]à ½§6]eüKÓ~…¿z›E_Ñ;êÆ_uáp/AêUW¿þ ßȤ*X_h¤îhœþ¤©0çê–Rà-ƒ“Eü|Üš ZFüJ"WÃØ ·prWXG7n¯ Wv ú&îô¢NPªóºÀ'?×G¬æo´«§O¯öë;¾`È5@Ÿ(œ§cõ>þîµx—Z¼Ç¼¬tâçPòJï"~ñ+‰_M[6ÀØB‹‰ÛBËöк@?Jϲu.°…®óÓç:£‡¨çêå?@A·ÐMùQÇPò‹få °¦ÂšK„Å0RY±sÙ‚Äw±%ˈ_É–©‚±†‡¸;غ»t -¿{’Zü˜¿ó­29ªÛè¾zwÁ‘~}Û—¿ô{t½E?ÞTùDKœÉpf™O|+ݵ?“¨¹T¹€ø.^ÏRk`Té˜6·Wx§ž§'?¤íüæRÁúGÌ=:õõ°ÊºÃvEœÞäýx«Ÿ×r -… +Î0f!ñmÄ·sTd?—øSÅ0JaT¨†QOìmÚ«V:²•æh=Me^ã“kè3ºõ5êéÓŸaÞè­^é OR‹ã /œ\baM„3Œž‚±ˆõ/!ò2™0r9¶ `¸x#ÊଅQËÎÜB%šø³GÛYi#Q·AØÊNn ý=B=ìwŽŽ~þéþ£ïHïñ+òBN‘¼ic‰”g&œ§a$³þg`,ƒ‘I÷sáÀ)Sc=±ëycµ‰omdõèX»¨Z ovµ¾DèÞ¿u•£äÇÚY®ÀÔîÇÕÂñ¿O^p‰0æ(xãa%õI8óà,†³”l—Ãr@\ kœÕp*áÔ«ÖõUæŸtÈÍΪàÍ*'ó2ÝE_ÑÁou9€c–«æ®½v´/„k‘ÿ·òy³ÉGM†`˜j0Äi³q¢ê½¦iƒ÷Õy/P­)EÕ¦TUù¤kO¶Öúä«ÒÇ%·o…*|kTæëÑjs‹¾gÞ/—ù˜ŠÍ*2wi•߇*ô¿«ÿûè¡.2‚œ ã*ŠàJeØÍ¿MóÛ¸v“<ü´É?Tu¢T3p¬ªµ.`†*çjMà"U ²©<ȮҠL­Z©’ÁE*\¦¢ÁU* Þ¢‚àf9-û•g9¦\K§r,Ýʶ|¬¬/Ðô½ -óWí!®ýs¸öêzÇ´¡^ª -ù/ÓåWUÇñï½»{Ó†é+¯Í»›÷vw›Í&›GwÛd7¯MšdC6›&é¦IÓmhhÓB)BŸb©ôN •ÚB¤”ÆAéè?Ž# 8(â¨ÿ¨(¢2Š<ý uÆ?¾³»÷Þ=Ÿs~çœ{¾ß4·Â©›³\Ú–åÖLVÒÙMšÎ^§ÍÙíšÌéѦœ¸R9Iç¦4–›ÖhîœFòö+™ÇŠq~UCÎ4è|Rqç4àä­ëü³úÿ@ÿ6ž†÷`¶€ãíX¥tíçûn®í¤_ÛéËlþušÉÏÖ–‚bMTjSO©Âzm,\£±Â6vi¤¨OÃECJk¨xZƒ˜ÏxÉ>õ—Q&`}飧ôŠ+ù¾Ñ]ò†ÑUò'ô¡ÙUü©y…#íUØ!,ØQ76q|>ç¸6K_¶Ò—镚\¹L©•ù[éÒ—[I—_ W£†\a º¢FÜ3úËâF_Ù£·|Òè)ßft—ï1º*™'ÍöŠóf´â²©¸j¶•¿nk-}hk-ûÔö6ãÜ»½¬íD³¬7}™â~ªÊÔXåõ©ÊQ¢ªD7VUj ÊkôUŒõUÍfOU«Ù]ÕivU÷™Õööê”-Z3ck«¹ÅÖê>`_ç¾Ûvßo¹·¯q¿ho®ù)ú££¥úô/Ç#°Î¼ [~–x7ÚŽ¶ò{Š~mäþ”ðdjгBýžõzÊóÔ]žÕf»'h‹zB¶6OÔÞê鱯õÞè{Ç!ßG‹o§£Ùw»£qõqGÐwÎjð=fÕû^°¾×¬€÷-+ày}b]ZÍ~€y'ô6ìÎ.´ mæwŠ~l@CÜðg¨×¿DÝþl–D¾cG^1‹ÚÞ4‹Zßµ­ûÈqþ°öÃÚkÖ8J´áõQ”踶]jÆ×w™ªíZ$ow–Vuª&V¦ªX*bµFY¬ÑtÅÖ™¥±n³$6hÇÆÍ¢ØŒQسÇ(ˆ5òc_3œ±‡äì~Vy]/+¯ówF^Ç»f^ûG¶{`†¹‡(² Þ$Ú3Žº;¨?±±;\Oló­—Üý T9°Tåyr ”¨t RÅq¯Šâ * pùñ9ãÊ*'žVvüVeÅkÅÀ=Z>pIËú¿­¥}/iéúßhYïß´¼÷ŸÆ Øàí‚—f¬a&P_·ÔÑ#…á6×jãð‰K®„]EËUÌ’3Y ¼¤K9I·²“~­iÖò‘ˆ–Žôꆑ¤®™Òâ䜮KÞ¡ÌäI-¾¨‰§´`è‡Zp㯵pð/Êü@Çà±N¡Q¸ƒŒ¹vvó ’<ÃRňT4&e§2´lb‰–Läè ÅZ‘’™"H¦È»)BãFÂÚ8e Ç4ú‹…÷W†¹æ ÌTŸ4 ·@êdÜka7$™ƒQ²ç8ÙoBÊ’–N›Z¸õ:9ÒËeK;e¤9XÒ¼PÓ¼lÒMˆâ¦i0M¾Ko‘¶ìFG!jšlµùyü‹ÛôŽn‡9o1æ!êÝ ;»™1׋ª'¥ÒÍd¿´´ì&)s–ü·}‹˜<·ƒÃ‡þœ qèÌÕ!6Ùž£±9:¾c:@±OI7?ˆk³/K7ý½£½ð¶%èµAÔ»vv€1»†kFʇ»œ¦í”ì·böö`¶öåöbxö’çörØpÀÍsøÌóÒ™g“ÍSàyj1¿•ûÛ}Çy–»— º›@¸ûWÒ­ok'l¡ÖQv/ì6ØŒÙËT–Ã-ØEö¤œ‹öÂgj1o.ÂXÄ ³s(— ÆA˜ƒø(ý8Ê‹ç›ìÅ=º Ñù#G¸–gq®‡©ÆÿßÔ,Ì)4JÉ`wÐå5Œ¹vŽ5Àx‹è~Ömðï€6Í`d1zèý¸ËBôã8õø -õ¸›zœ¤§8ðNñò9Å;MqOÓði:Å|œÄ9Ÿx–gŒ~©æyJðHìut·~TÃxK˜ÂìÃðaÚ>cRJŒÁf»Â`¯Ìó\æ—ŸBW5 {vìµ°ëo%Üü{¤%0ç®ñ.^ã<„ùoAìóPò8zâšXnzŠõúÌõÒ³ãç0¨Ïc^`m|9yq»tÐU -x•Æ^|RãLQœK°›èž‡[¥p³cæ%Ú{=zõ?ÆÓèÄӪ箅Äå%°Š!ýˆµòëõLók¼;~N?~ÁÂãéõ;ù<ƒ iéÿd‘8–ê}²Õ»ª& ô–Âÿá¹Ì££¬Î0þ|ß7B @²/Ìd™L&“É6Éd,“É6Y‡!8I «DDTPÜ(TÑê©T­Ë©•VOµØjåTk­u­hW[Õº´§Ë)îG”Súlÿx’/_fžß{ï}ï½ï«÷ÕCw6L_ºBoè:”Iýîäwô¹¿¡“ù5]Ôkt;¯Ò½B²þŠó%åE:Åç™°çøY~>£·è)?ÕSžüJgžÿÇ?…>“ w‘þNŸùŽJèȪô'úª×Õ©ßÒÛ½¦Œþq½@ùÒ/‰ãÄñ qüœ8žfã«7`r{3ç¶Þýg“1-€— ˧ F5chÀ± ÿþý›Ã0¢øÇ˜ù8ŒIü7໕²S{˜‹+ùÔå¸ìfæ.c„»XKõ&:N¡Óäù¹m}†ïWGàmgâx)°ráÁñÀ©…Ñ£÷Œ~ÃdaN ÆjSøn$‚‹5ËÛ|k;#ØFFl%{¶°c63ó›õOVîstš}űv戵Ñóq¼â÷3W‘ ¾o ¼XN½pêà4ÃèÐ%ì•YöìųÎ8œ5øO㽕Hvé"¢žf×3ºuìŠ)rb-»|-ûc’ÜœÐIã(;BpGë!J’Ð>®ž=”(Wš6æ0§LxvÆä‚U…{=ãiÓ©ί`"°VÀ‰Ã™Âþ—ÑUZmTÜ8¬UÆ7ž@ǵÒ|W1ó„bÖg:º5઻•rh?×ÌUh7Ï—rÄÎ׎„m·R´ÅÊÕŒ­HW®éój´nNƒ¦æ´6!¨‰„>­™;¬Õs—+ž8®U‰“OܨؼY?o¯Æ’jyÒaE“ŽhYÒ1&½ŠÞÓèü52ÿ¤‚wg6×z.ãçê¿ÍRšmãÝf®œÊ‚ó“4=?]S -4™ìÔšä -­Nöé‚…MZµ¨]㋺[< óG4–S4åB-£èMe•Òöh(í€Ón×À’#ê_rL}i¯¡¿¢OЗz€«þ›p÷sÍîáŠÛ‰¶ò¼‘kf=±LËdúyZ³d±âéÙO/T,½L+2*5–Q¯hF‹–evj4³W#™ÃÊÓ`V\áìõêÏÞ¦Þœ+Ô“³_ݹìêÜï*˜ûuæWGÎûèufŸ2î£üúÌk)}v;)ïÐ ZÇß¼§tתO³Y[´j*ÂVµ7jUzã6oå[Eå¬ÍS¹Ï*¯¼ÙrWÞk•U>j¹¼/Z¥Þ¿X®Šl.϶Ûð¿Öep·Ô(N›Bû¨QJ°béáAžÛªÔ\½X ÕYª¯^*_u‰ª«ËªšÓ[ÓhUÔtXžÚ>›»6b+«]esùÖ[¥¾–Ów•Uâ;dû|GÍÂÚÐÛfaͶÂê“¶[àïÃ'Ü{€ödEÑ êá]'¿[ë©õê-Õù¨ÆŸ®*ž¼þ"yüe†»¡Êp5øÍÒ†6ËÙÐc•4ŒXE+­ÂÆu¦£q»ioÚkÚo2—6Þm4þÐÈox½eäÕŸ0óêOZ7Âß gŒ ~ö­É -4‚úQö±¥IòÓ*ÔR¦W¶$ÊÓš*wk¶\­v9¥*x¢@á´ö@ÈXÚ6d´ÅŒü¶µF^Û6#·m‘Óv£²Û¾­¬À#Êl}ýY™-'Œ¬æÏÍŒñ -Ø[aMÁZ+ŠQ7̶Vz.JóZZ·ŠzÏÎ9rª¨+CŽ®|Ù»ŠUÐU®üPrCMÊ •PfhL¡ ¥‡¶hIè -¥…*µë.¥t=¬ÅÁgµ¸óM¥tü[©íŸ×3Ö]ð6Á›€ ¨n5wÒó?%±»›¾£×ÔÒ¾$åõ§)'œ£¬°Ca—ÒÕZö+5Ü®”pŸ…£J¯Ö‚ðŒ’—i^x¿ûkn߃Jè{Zs{_WbÏ?4¯ûS] {æÆgœËÑ ÜÔ»nu¯ä¡e+¡]*’²F”6ºP)‘ -Šä+9R¬ù’"µJŒ´(!ÒœÈy. *ë4Œ?  yá¨ÀA8 œ4AA@Qå~98å"‚ˆP°Å+ŠxIsÔ\d6ÍÒ”´¼5–aë¶©­Õ¦n;înš³5Ûή¥ÍlÓä^öwàÔ0Ï0||ßû¼×ÿÿ}ŠäU2_ž% 2Š0ÅìòElE…B¶…‚Ï úZFÞwj‡{%|uðU+Ÿ+dÂwbº+ÝSˆö+–‚lÒ¨2 s•·s”9ƒäé´ÈÃÉ;"'‰uˆ‡emåX1å§r´f¢¤ô&Eg‹´=Ôx—ÁW3—ÃYæó,¸“áŽC¢M„7¢T -F&™*П•†Us¹×péÖpé-äbY8p¨Õ0Ô5$·Æe´TÄd5B®W…`«D$-¸Áþ‹Y<|—ü’@ŠÉÅÓÈ¡ÛÈa×8u ¸kÄñÆÅ¼ó Þݺù–­­!VÏ&Y÷@+¨ïBòìÅ ît;³w,²,Š0Æ-”FÃëß#ü„¥&–¯&rÑÌ’±2`à²oá‚kq]|Ô¤•Ak¥¨-䢥 lWuð.ú®™žh¦'šÙæ›þ®^©$ÞRP÷¸SàŽ#æ ”2Þ1K‰©:3,R41 ,µyrÑáÇZüX‡ëñc~lä’ÙÄáÚNMÚIr;¹h_ÂsÄíDíz6×uÁ'à¾já¬àȆ{&.'s4ñZˆw,¼þ«¥Amp®@; ÅXÓ¸pÉG§·´•ºlcáÙA]žÇ]äc7½±‹þÜErwax7ìd>v²9ï8Øf·ßQ5uvT’^É€; îØ&ÎVf^ZiP»›¯l—káÅ&Ø h3VV×B<”…œ…ô ØAú£‹|¢7ºhøCÛM.D×~@=ö‚OUE­mõÌÜiÍÔ€˜­Äk†wÄø]œ;Ý|..>G.¡ƒ=Ðí/Ã.qÂb~_ŽÑ«'¨Mùèá î¡ùO‘èӜڊâÓ§Áe9©uqgÀ=rE“ã0Ò@œ>{ÜœÝ|¿róŒ9¢o@=nœr‹•³Ôç9¹È¢z‰åè½ÑKÓ_&Ù— ²—€Þ}¼!;9ÏæQÜqÄInáõírÇwÄ-~Žƒ“ýBXÀ›àŒKœ€ à-@›!Vás §ß0¿×FH7XX?ffÏAx“A¿Mз)îö#¨ýŒ'òDù G…¡‚¢ô@“ô%ëktÄ—hªûhˆ»rè/hˆ;(ˆ?¢(>CGÜFÝÜdP>¥a?A}DÃÜ@[}Hò®“¬«h¼ßòó¾îé -:ó×°½.ƒ^ðÿÁ¿À?ÑV_¢i¾@ÓÜU4|‰ú“fÀ•O>68œú~\Ç«øñÆûøqõuå÷.Í{‰z[P¹‡IÑë:ÏÓsº…7@_?θáâ ‚¿;èÌ[×8b±Ëd¸’á™Ç<ü.Ð;èË‹øñ~œÇs(¹³øñ&‡Ç¨ÍÓ ïë PM|’\¼F!S°cX{•¬¾¢ÿÐR}?ãßð~în]£WÐw½ -$–¸¢ù:ŽTìgÐrÙØ.ĶVtb»ÛµØnÀörl¶ÐBk‰~3£²“6>ÀèÁ“Óê¢ -¿$»Ñ™/Âý\üœÚÄ-Þh«³ÂpƒÃ -G,Ó°?k™ØÎÁv!¶mØv`»ÛµØk€q£ÔJ7¬×^jò‚öðÓMeNp¤¼W·À7tÌÐ×Wüƒ^w‹÷ôq<ÅXÂŽýgð=ŽdìÏÄþlç`»#ʆ}ö+±W«ôÇv5i=ÚIM:yÚÁ—›ÉÒ&Ú©ÇF}~}ýpåÿ=÷˜wWÿ±0”8àÁ~$¾Ç`m -Ó±Ÿ®­ø±?:ðc3~lÂvüØH¬×R­£G×P“5¼Ù†¥çÈÞj²ÛJ¥[ôgð<}ôõ@üÇÜGÞ>÷ñû<¹ØF_t2# -ƒãi8báH„#Žtæ`?‡ˆ á°ÃáÄf5ìõj¦&M<]‡ËÉÔ22ÚH-¡Ë–yØ A_ÿqrÒ}íõ¸ -:ÝWÒFùÀ5’X‚à‰€c"qL†gªVâjž,8rà("úRìÏÇn-^4ªŽ7a¥«5T³šH«ú§é#2öøüOg Žx޳ýC¸Æ†ÁÍQ¿Žë¸ÍËuE{bÅ>\!pEÂõ8x¦i1³R‡‹ð£VyðÃ〣J øï|¾¬ -RNuËè‰R¦ÙδÛéD;õ°qfõÀÝíÇ5ȵÛÁ5³´r¼6ól9ÿ[æ9N8ÇÀ -—®¸â‰! ®4¸2ä4æÉa¨Ü£T¥ d÷¬S‰g“н֍Èk« -¼ö)ßë¨ò¼Î)×ëšr=?WŽ×ð½^u]µ¬Û¸n×sõ·‚åcY½XëñkëI­jTåà Í÷—Ó{‚ʽcUæ »O²l>3U2dŽŠ†äªph‰ò‡V(oØ"å [¡lß5šë·UY~û•é÷Š2ü.h¶ïupO³|¿å÷:l’öÀÛÁõÖÆjÚÄõÒÀïZþ®âù|©é!§ÿ0•ù™d÷QÉSãU4üŸ¬üáS•7"U9#f+{d¶æŽ,RÖ(‡2G-TFÀ2Í2µ)ÝÔ©¦}J3UŠé¼¦›>TrÀšðx¬nbÞ ïFVŸV‹´4œØA%;y^Ì -Ž/%£«È4\ù£•;:LÙ£­š;&FsÆÄ+sL’f©Yc³”˜¯¥J ªVJP£’ƒŸSRðM3ïU¢ùe%ŸÓ”àkŠº§)AÀc$Þíp¯‹ "YyA5p²ªÛñ¥_ -ÈK®ÙCÙf_e™MÊ4›5Û¡tóDÍ0ORjH¢RBR5}\†’Bs5-Ô¦ÄÐJ%„5hŠ¥Uq–ÍšlyA“,GŒXËY#&ì*¸kÄ„>4ž }lìgåê„¿µ|9«×"0”‚"žåáK6¾dáçl‹Ò-#”f TŠ%LI–(M Vbx¼¦„'+>"݈?Ϙ<¾Ø˜Ya<YoÄD­2¢£Ú‰Q{Œ Q/OGž1¬‘Q‘ŸÖñßÖˆ=öb3\«‘I.‰ ä±þÌ×LþŸÎJ–jõR²ÕOS­&%XÍŠ·Fh’u‚þÏu¹E}^Qüü5"øD""ˆ¼XÀ…Y@‘E++ -‹ -²Ô"ZƒQ•Ñ FMR[‰šhjÅèØNLÐÖFMM“Q›&“ĤLÍ8Q;mÓ6f¦û[XN‡9À>þ÷Ü×w¿{ÒÒ•š˜e˜ç)¦b#ÉTi˜’êŒÄ$‘¼Ö˜‘¼ÙˆKÞmÄ&4b’NÑI—ŒhÓ§àŽxoÄnò¾þïÁ¹ÒL°îÔ€JPÊë¢vm>ËáoVŠ¡Ì”ÍL RZJ¨Ìæ(%›d2›•hÎ4âSs©EF\Ú#6m‰“ÖdD§wQ雌Èô]FDúczÚI…§]Ô´ÔOn¾c„›¿ñ$üÝØï€Óƒ4q# ªA9(æuȳxm©?%[&Êd QBF„fdÄ)6#Y1™EeÚŒÈ̹FDf¹1ÝZc„[5ÍÚ®0k·B­;5Õº_!™¯jJæg|¬)–Û -±|cl‡C³û4'’ ”€B— ¿UJŸÅ¾ËšnÊ©³Ç*födEeOSdvŒ¦g›nKW˜-K¡6»¦ÚJbs)ض\“sVëÑœ.åìÐ$ÛsšhЄì75~öG -ÌúJ“²þ¡­ðwÂÝ×2¸Áå`‡³²dKf¤[bŽËz9Ç_áù“–?USó#5ů`»YÚ­ -²çi’½Xì 5Þ^¯qö)x\ö^ùÛû5:ÿ˜ü朓_Þuλ©€Ü¿j ±®…».72`!|¥ äÁ›o¼Isعíð#›BçÒä¢q -r+ЮñŽXs$iŒc¦6vÊÏáÔ#Ç‘Žfp ¯ìÑnå"DÁ<6¥ÂkÒÜ?€?©î6øá[ ß‚\úŽl 3ŸHñ…èŽ"iZ1Ú£Äиòù;ƒäç Õ#Î(pÆËp¦'ÑÉC΀€u"àœìòÎÍ4‚¥ MQŠ(yWšóïh=¼ß…k)qVóh˜G¼s@ÜéH“CŠA®…#_§8ÑÒè*Õ\&.†½‹Açbȸ8Ì. -ë¨ ‡]èÌjÄd5"®S`«B(-dcª¼Ìðû-AßÕ8=pÕ’ã -0Ÿx炸3ˆ9…pâÊ¥éðNÁd`5ú«F2j¹ðkѹu\ln¾›Á^ÏA¯ç@ד‹z‚pã´éFLºrn\[Z-blÉÿ)ƒà¶Zá[ŽË‹@9ñ:@>ÜYÈÃ4bN@žEÂo æüÝð/cÁi`Áhàro$+ÈEÚÒ=GЮfSlE°®¢/WÑ—-_h9|5 Ì_@Àm¥•RjéJ -o ‡øWÂOYYÚ° ‹ÅQZ‡áGçD/üØ€é.†k ßEQ»ÈÅÆqû8¢v=›c'=ÑIO<ö™ÜU´p‚B¸³q9˜ãx$ ÞI­’_;\k&X,±‰åVHLi ‹hÏh.úc‹X/ué#OâÇ] î#¨>ŒmßÂçÔã ¶ØmÔc믵„:W-&pçÁm!æÒÞ&§ßz§—o‹oÙõ.½½€XöY@À.ïBN‘æJŒ?äðh=ëpo‘“wXJ¯²„\av½GÓ_ç`½Oq¯17¯=ÊÑCü |žø3{üEë6Zâ+tÕ-´îhˆÏЩZ ®£!ÞcÓ¿Ê!½‚òx—Cò+T×Ûhš_R¼K$ð‰û‰:“?ÓEÓçDg¾Ûëà ø xÀÜ7ÑV¿Gg~®Ý@K|ˆ®z­{-óŽJtYz ur]÷& -ã<~ü?ÎáÇYüx?^§y_£~ŠÎ<‚;­ã:ŧ'ñþºæŒ>óùð7ÿ ð:óª&W<±ð¤‹žíàÀv­Q©ñã0u9„/àÇAü8€ÊÝÏ ù‡y5é×Ó`€ctžãtü ݈›>þK`œj¹Qðâ}öc±ŸŒ¿X²Ñ¢ØwPé2ìWr\\Ø®Åî2ì5ÁØ¢§¤»P«;©ÉWôaq;ÐK=¡»àþC|è‹ÝÛÒÇ“.ƒÆòd0ö#°ÏñLVìç`¿ûì—a»Û.l×bo™¶ÉCV©‡ÞØLM6ñN7OvIYí¢c7êtÍ·àþ.ûŽÓ1ßì÷ƒ]òƒ#û¡ØÆ¾ kéÚÊ9éQ.Àဣ ûØva»›ËÉ@³:éuü^Ë7×àñ²×A†Ûé¬6} þÂÕópè÷=¾QØ;4GÀ1–ªN†#û±ØO⺘ Ç,*ž GÑ:°_†ýJì/¶[­j¤"-tÇZ®Øn<ÚNvöR©—Á­Ð5¾q Ü÷‡ÆËa¿wô÷ø®ïÑI.Öi–Bàˆ€c)pÌ$ÛY°äj%~|?šñÃ+TƒÝ¥d£™Ê´©¯Ýd°ŽŠz»w Œ‹©Çbý| þ=Tƒ}ŒÕ\7=¬F¸Š×¾žÛè‹U - ž xB±Eñð¤Àc' ž\ à)†§ž*ìÖyââéj2VEd é¤J:­‚S¼€Ó¾@Ÿ0ñîò÷[†ïÖ¡m\»ÇsEƒVþ_É{üib^4R”\ÓàŠ!‘xRáÉ û³áʃ«®x*ø©Áþ2Ãø“û!‡“Ø9œÄŽ'Îé\Ž“8—Mœ2®PšR(7¬å*WYÛu-ƒQÆ´ ´åÚ¦–«åØÚuGÑÆÕVR«i´+´©lLš&MË>^¼©®ÜÜKÊÉýP99w•›óH»éýÓp-‡÷1,ÊR£tó'ðXÐX¥,ën™¬¯Èh}C™–‹Ê(¸¥Ì‚»2æ?ÒNêÜǼ ±'CÀ|  ¸mR=¨æy(- Sqaœ - Sd±•o3+Ïf“¹¨L9EµÊ.nQVñ ™Še´/P¦}BéöoÈ`ViöýJµ¿®”âw”\tS)E_(ÕöHÛéùZbÃ7»8ˆï 4ð”;Ÿ AAi´Ì¥IÊq¤+Ë‘#“ê̲Re”9•^æ–¡Ü«´ò~¥”ÏSrùMG¨N«Ø¥Äò}Š/?¦¸² Šs\S¼ã3%”>Ôú½ -[ô8±G°Š}`r¼4‚Z>W{¹d­ÀwU¢9+#d¬JPFuš ÕYJuæ+ÅY¬dg¥’œ.%:Û•àœ©¸šÅÖŒ)¦f¢k¶)Ò¹GÎ# -¯>£ðª«Š¨ú½"+ÿ¬Ô¿¼”3 ¾!xzáéÍ T¼6¬[>Ò8»ïWªÔúXMoHV¢+Sñ.³b]6ŸÊíªU”«E®n…»†êzL!.„³ £àÂç5 ÈëQ)õ¿ÂÔ~J‘´þ ¸çÃ3ˆ è‚« 4‚PìðZ°m¹õx/¬lª;D ÍQŠñLS¤Ç pO¶BÞÍôð‚Ç ð4´ÃèÁSxînå|^3b¼é}ð ÷@k¨s îjôÃå­åg TÜ6ìšYnj’Ò°±ImøŸŽH…vr¹x9Ø} >†ÛÇðú(ÈG²>~äÃÄzñx^L£ÃæÅSx1B§0–(§¶Ûàž„{\³y­´Ãçu ’ší”T€UËjÅû´ã?;¥X¬JX7ZO‹‡¯›Éæg“÷±‘ûè…?P/ùñ™~̤ÿq~ƒqœ¹ ’z1(ݘ®ß1|÷µ®ypõS§Ï=ÕFpR³ƒš­”“oºÿÙ ¯îçbà²ä›Åe2›ˆ^ Yz1‡^ x¸°ØÉ!fbÃ:„R”ͺD ”lÿ=-†k˜”{áëÍ ÞÃPsKj¦” x“á%\ø,ø)‹Tú‚c.½˜O/à¥r˜Ž²Ù±‘GéÅ(ÁF{À\ža(2 ˜Ë¨Öùx÷&1îj>uÀ×ÚTÃ]BÍ,§ÞäÙøOxÃYZ„1Á"°8”MMcäñuòXBKÉc‚5y‚ =ÁâNÐÄ _Êz,ÅT.ÁLŽ3—ã챫¼Gsè±ø@+¨ƒ»Œš­ƒÌ¼)ðÆ0ÚaN ¦ˆžŒ»–“Ç -òXI«’¸ü˜µ\0ë9øÖ³ÙÖÓèu4rɯ{’g¨ÅÕÌÄ* ëJærÅmÍ¢U½À á®"å¢9̯¤Â3&…, r²¤XâJBÜ -¹8%>7"È6Gs 3Û¸ìw0£»Èc{u'ÍÞIQ;¶ý)ž³[J[XÍ×4ÐÇxÜk*¡fóbö ¼1˾¹!ȼ[ƒâwØâ´;ƒ)`V¿MO^fÏîe]ö“ÇwÙxûhò^æb/…|‡_f¾tšß¾«~ÖºnÜåpÐçt~·6Xc€ó™ ß³Añ0/‚—Àž (ß4'ÀAÖçì™Ãˆ°W¯qc³í,èQzq„^¦‡Îªî¸«á.‚Û´^Jd|C·k|gŠï\¯ÊÀXN“CAƒ@H,„0¥S¦åtæ‘9˺œc¿ža>Ï0`瘋óu†„ßBãÒó¾r°¾y›˜íRä7ƒ¼{‚œ‚|‡‚<ǾÂs*À~ Þosš2¯—Á{ôä„úuò¸Æl\c³ß ð[œY787¯Àåèÿøø›¢õ%:þ>žæ²é3üÌ<æ§h÷Û(õQÔ7Qô×q¿a“^e³üšòKÜÈû ÎÏšw–ŸÒÀË4î"òm=Ï7çõÒû'Þr;IÚ“: ÜÿÁ}ð9~â|æG2ê–,º!‡~‹·û@͸£N½‡køŽå -Õ%ÜÆ;äñ6yœ'³lœ3l˜7ñw?a€~D3O±p'iÜqžž êqª|Ö×Á«à0ø¼w§7õ‰zâ¨Å@fê(†£RÔ@”VâûˆßKü–`˜øs‰=JÜ1âNÀ¶’åZ¯#ÚBüÝta#óC–ò4ø¸&q;“ŒÔ$c<©¿ÀÉ Š p ®À²FÂ1ø&â[Ƚ§^Ã×ýÏåÓæ}†ñs4§€ Øcl0ÛØØœ L8Ç$!‰›IXš,Í‘¤ÝRåÐåÐI­vìªI½èEµv›¦I“¶)m/¦MÚ&Mk»]4ÑÖ)½éÍÔ‹ìg°&ôðÙŸ¿ï}Þ÷ÿ¾ÿ÷ÿ>¤üư¿˳Øß‡‚[Äæ -6P:'°{–2º¨‡ää>›è5Öâ.oß%š{dõ.úî.ÜiÜŸÀùp‚Ÿ¶ôç[2`¿ÛVl;±íÅv+èÐëøñ?°÷YïP÷¨»(À;è»Ûøñ* ôï[ääeþßäÉM -ú: ›¬ô¦žñùùÿña¦„ßÍl¯73[á¾r±]†]vëÂ~'+Ü˶Äþ(ö't?6Q×ñã*ëqE)Ø×©Î ´˜M2s‡j}¯ÞÙªÚsTÝ9}Í÷ç[øUf{ý¼ži=·¶ZƒÛfìVÐØö€ì‡u ?^‹€cŽq*q»{°¹H&V©Šcx±ÁŠ\¦J¾Í·Gz*|ˆST^ -­›‚?÷àûx˜iµévx5Ó–¿ÉZ¼È9§Jl;±Ø€ý쇱ߡSìÙê‡cŽqìOs¤í%Kì”Ã:Ä+¬ÅA¢9@U KTÛ’>ÿÂÛ¯Áó­VóÝ º5^Ìécbµ8¡8ʱ_Ïup4Âá×~ÂUüXÁƒ¬Ç2~,‘—E%µŸ»IÞÚ‹÷{ˆjŽlα#fYõYvøŒ>_ç[9 sã)üYÛÜé#28åàÉÁZö-Äa‡Ã‡—ÌûáicWtÀÓÏ€æ5‚ýIìγ"Kìœ#|;g—” à öÇU?Ê¥Ûè?à¿[kp‹£î2#ÀGï1°F›?ȸ¸D›]PñäÁU -ë5ð¸ái‚' )ü˜¤>&¨qê4Áß(¿Žàáì"q²g PýÔDÝr'¯OŸƒ¯t®qçié'9ú×J•¸&ù¾§€ fŒFø -ˆk\UpÕ.\A¸"puãA<#ðì†cïV–bd²›šèbu²£;Øùí*ít„v}¾Ôø¯Â¹Á1›âÈ_f<Ýfù¼›ñl‚ßø2–k҈ѬaC¹veÙϪS¿¡A}†õBê1v(fìUWö.uš&Ôž3¯HβÚr+œ{^¡Ü›jÍ} @îÈù™Ù¿WÀøw _èá%øÖ}ÖÃÀ\åö¸>Æx8Œ?ƒø繂\õå«7ϪXžC]y.uä{ÕžP$?¢¶‚˜Â…qµš -šçå/ZVKÑqùŠ/È[òŠKÉSü¶Vqͧ*u<Óeb\‡c¾½È“ÝnÖôn¾GAÈ%ùù½ x€«Î¤Ú:³® -Ù\6U¹\ª¬o’µ>$‹»KîA•»'UæIªÔsXÅž³27\S¡çž -%Sóee7ßV¶ï{26½+ƒ÷724þUÆÆ§: -þElO#G›˜qAˆð=| ÔqÏΈ\‰”+÷çª$P,sÀª‚€CùA·rƒÍÊ ¶ÉÔÚ£ìà°ŒÁe*­è¼VNVä Ãp}ãÿ5BâÏà‰6à?LÌIìObû½-¬×h^î×s­ñ£=‘pŒÈÅáåEÌ2E*dŒØ”%˜(ŽFù1ŠÆ‹¢k¢ˆÅ(st”Îe`"" åmï°ÀœØa4oè©ÖymŽyxpÄáèÍÜópuÑž!´O›TŠœÍï0)»«0½aÍ$FQÅHVŒzx §ÏÌÐ1c McŽŽq*ǘº˜”:I BX=Ñqâ[‚cŽBØ OóÙ¼|v!íŒåÖv©¬S¢ÉÔK“ßIíG?ô³ÁØ4qŠ7N@q^䡸@ã ¬‚3±4€Hø)Eÿ üøúTGàNÂ3A|ƒðÄ@´ò½™«›jà­ì†¿ýEx¦ºAº!¸aènŒMž`-V‚ ÆÑw‰8@ÄŽQcÇQDÛ(bi‘2Ìô6„ƒO´×ãøB€CH òI€$*PaÖ‚­tü1kuv[§w´œëÙ«Skwuk«mµ¿fÛµ«óǹiÛëºNÛnë~Üv×k§[Ý­wëþØfÿØ™½âíŸ÷&ßo¾ù>ïçó|žçùŽ¡Œ`|Pv:¥yy¼KŽüŒ!è2 ñ§Äâ"‹¾L,®°ÀKûQÒMððøTyú+süÇh‰?¡«>dnþ‰øLË¿¥9ýš™ù—éf÷ËÊEŠä=’õ]TÝ;¨“·Ù¼7Ù¸ólØ9´ÕtÍ)tæšâ ýopBé¤p?¥£ Í}#Ã-¸—Pfý-q]uY ºÄìþ“ú;Lïo¡. *~„Ò8‡gñã4~œÂ9üxƒB9IÒ~ü.êíe6íA;ÎÓ£X<¢¿¾”ƒƒàYðO8ÿ>WÀO2áË×ÑgѺgˆÅibq -eð}TDȇ±?¦WˆÇK4¬4«ãð1ÆŠè0Éü" uˆdzžX€m?oSh«Ûœâi -¥#ý\ç²[ùªrñßB¬Ê±íÇv´`¿Û½ØÄêé1Ê:VÀ±›÷`{Ž (™-¤îVì”ÚM:?Ãÿã”íYÊ÷7ìÒ¿I·Ÿ)¼L±¿BŠ5 -^J'›æTÀ›%Øuc7@)4€¾w`»—Y¤½hªÇQ^{Ðv»iâ»P¢;ÑVáÇ£4±h¼Gø¿7f)œ‡‰â «Ñ'”{*ƒp‹ÿh6í¿•-Á=2à·›Nlz@-hÄvŒ6ÑÁ -{°ÝO›ZŒýaìaoÖI²rš(l¤¥}…¿YÚÛ."³Ÿ]:AÆ\q}¤2øA¶ÌžÉ–âÎl+Úžiصa×¥mò ˆ`;ÆŽ'°ßM%ôÁ‘„c{£Ø×&öe#Í}wëñh±XC§‰ò™5E…Mé_ Åw)<›/ýt Ú‘mMÛ²ÇÀÄb35²I¥nàA݇ðc=~¬Ãµø±?¦‰ÇñXM~|žÃm’_®ÂÒ]Dk‚'Cï¤bÆ©¶qöcþ4ec¿#{ Ð9àoÏSk¨‘icщíJPý+Àƒ#A….„§æ$6GàYN¦Nò-m!:3dÍ×y²/_âómðø ¤2-wgöHøR–;}4§ËIp75²R&ÖaÃ~ö«@ !Ƙ<1Fš<ÝŒ7ýp-Áî2vf‚Žv/Ùr?U´UdR?3@} PìG¿þnfr }ô}•Ö¾‘cfŠãwŸ¹ó#Ër0&#f,ÛápÁáe=xÂ06ÁÓJ:àêÁö"ì•;¨ž{ðì êb?:©õÑINt’…t£]72ÇÂCð~‘Qh-m}¸Œ1®ŽpÒãc<ðÃà€§/<xÂ0Gájƒ« û}Ø]¢8Ñi'Š­ìhŒ·å-¬¸™Ýo¦F£ú1ø|ªGáß -çFF ÕùVøÁ×IŽÞžõáßmy¸Lp-€É —›uùઅ«®f¸âð¤=$:ËØ©•,_áy Ÿ“§àyŒçå1¼/OÎuÍ¿þixW2ž2r,}`!Ç~‚ïÚð§…ßD­9j21™ÕPhWØäRÐäQ) @Q½jŠZTmî”ß< ¯eDžâ U¯Q…õ¹¬ÛUf}BNë!9‹_“Ãò¦æ÷å(ú³f°}?<«á[Áè5¸ˆ£¾$¸nå»(þ4ò¼?Cö\ÕÙò°YT½À!ß·¼6¿ªl!U–4ËmïPb¤œ¼Ì1.‡cZvÇ•8gesî•ÕqPÇk2—¾¥";'tÉumÃî8&á[ŽDYŠdëC"tòÙ¢|×€?!ž×âO5¿õ9 ªrÊí´Éå,Sy™GβZ9Ê#*-ËîºM%®!Y+VÈRq¯ÌîM2¹gTèÞ¥‚ŠʯxYF×yå•ÿJƲkzõ­ƒã.¸FáNzˆò Z¸nä»àŸßx@(w娴È^é­ªRÖªYªêeöÄTäY(“7©Bï˜ò½“ÊóÝ'ƒo›r|)ÇË©à¡;WqJW¡³*¯f¤À4öÇáñQ~flК¸ƒZüñóÜÜÀÉ}‰?OV‘Šªí2U»TPíS~MPy5Q åú•`ž ˆëCy-Cb€Á°†³ú,FNP¯i3kZÍ;à\ZM 2'@ hä>jxæ• œ{;ÏŠkód -šd Úd±A!œ pº0C×£¯Âˆ†0Ú&ÌÀæsÖ“ß1ˆÖÁ'|¨½ªðOb{ »Idbw1M\‡A-fý<óמY‘qEá<išIIÝÄbšp0ŠÞ¶HÍ Ar^´4MñÉÐÜDGŽ2KG™"øÐ€Þ¬¿¦õ¼¶Û#ØîÇv'ˆFFñ ¨á{/psíļ ùVaþÒÜZh.1Ë|ñ¶³©íéDâÇq´Uc|¦hÛ ÚÛ8!Û˜”b§yŸ8D¯iŠWVÀ¹´­ƒý8ˆr]êàôƒJ®Ëq ¦Í,1¿UÊi§‰'h 4Ø.Û|3é&±zXFzØö£!×}7Ï/ 9™»öÄAÃ>Äÿ¢I8ư?ÈÚºàhM‘ùm ÷.¤š=;ü,/§“C¦›C­ÇH±ý4Òb1H,’$q’ %y)É~$´ƒäÄ"ò²ŸÉ¤7`b蟣 àCïuMÀ1Œôèc} ЫîƒÀÇ}Ë)Kxó‘IR¼$±XÌÁ¶”F>LS¿XŒ‹Qb1ÊFyq”ýXö96›œf2F”= CC—x÷c-g}‹‰m7\í ™ûÿ²]î±MžW?¶óÙI;qìøÛ‰í\'!ÒHJ +)·´6¡°\É`„† Z…Òµ¤ÛX¡´…ml¥-šviÙ´1Rv©ÖN•¶ h·?ÖmÕ¦MH«´o¿×þ*õ ="þìï<çœ÷œóž'Áç1çÏ¡ % ^ëg¼„Å¥MЦ.vüXÁ™´s&sÁ¬¦Gºè‘.rÑE]8ÞÉ «Öð="ö!äCl-í³v”ÄÊe¹]æ:ÜžJˆ9Ä«žô ¼VÅ»ô3N@©³È`ÐþÉ…c~¬Ç øÑÙôÒl½ÔE†{îcñÂtæzê²›ÞèF$®{›¦¼)÷ç|0gµ÷rÄ쥭¸ÏõGœ’ZhV%«Ô‚¥­ ÆÒ¥–¾~êcsÂ-ÔÆVzu˜†æp·bt l~„E‘Y5DMl¢.éÏ÷å Í©òm³à."æ1;‰WS¼«?ǹô(>cé´ëAj£ø±?vsíeÈï¥éöÜÝ5†±]¼°“YµƒMzôU¸kÒB®›@-ÜqÎ8DÌ.ÊXãøXSqö|[Œ¥3Év‹°ZÆ÷K¡ÉÉ!úåù˜¤6&9“¯’ì§ÈÅ9Ì‹‡Ø"Ÿ`VM°[ÞOà®`qŒkÏ:›ŠwÀˆQqn7ø׸ÁsÀX†Õ2xÐö¬‹‚Œ„YJ0œ '§¨3øqš†‘{Ÿgs?‘or?'MÄ]w Ü~bÎd” ,RqŽœû ¾'ÿ—GÇPBáEI‰6JN^ç™!oàÇfèenz±È%|À^Çàù“RÏY'àÁíÜjĻ׈ó°Áùôçb£µ“‚”’J -4®Ÿ¤PRbõÅ .Æ +¼ÈUp¹þüø-Яi¸zdœyZ>å'wÁ¿Á?Á_ÁŸØãÛhÌÛl­`Wý€]õ=û4ʯh’ëuŠæñ3ÔÝOIàUøûëQ§WHØ›$è rö5¹…›ÿa£Õq_' ouùœŸ€Ámð;ð.{ü/Ñwï ugØ|¯³3_ccÿ‰4c‘ü?~€—Q=ßGiMÓ4—h˜ øñ:~¼†Z|…C|™D~W¦8–ÓÏ4Çôžœ‚ñ$¼ßÏ‚gÀÇɸEÞ¿o'ShÆoù°•‹lçÙÜϳѿŠçðã{ ˳(Ÿï0°¾MŸAϼD½@Ó>'9ÔçÐ5Ç9̯s€_ã­)"yFþBvtô­ŽúÓ)3|sTà-pÉ8ҳɲ²á}.vƒø_*°=»s±ÛŒÝû°»»ËQp+°ÝAÙ¬ÁþF”Ì&8†i—121Ï1Næ4%ö&åýGÚêS Sv:§¦“sÊœ3Jì„QêSbÁn–EÏL¢©&Q%“¨–§ðãIü8ÌåõŠë šj‚³9ÀßÏ?ÃqÊÉnþÚ…7*+£dq;•4"ÿ@ýéŒ5OuêF8³T©OmpL€ÇÈÅ>´î8sM5NmìAAáÇ.êc'uºƒKô+\dÛ¹PFðãQò±Zæ\¾ÌPÛ̯†°6ˆõš¨ŸÓîãô{áîêÕRÏ£ÆØgŒ…Ñä8´`ÏŽ=7'œ¢ ŽíJlÏ–/¡ö†P›Ð˜ƒÔÈ~ôs.½ôLtãE?WÊ»j™$C§¸â¦Áà.WÎ3§©‘3apãQ*5¢{ÅŠ=ÈAÃvœlÏÂþl:³Ž&8}+6—a»Ž.<ÙHV6sÝÉJNïA*©óXNÇ-—¿óYOâY#þ1c,«­®uE©«j =Ò…Öíð0ˆa?ŽýJì×ÂØG#XˆÍVxÚàxoºéž*w”§¨â)*è,¿º ->âóÉžž<5Ž5øÕ5¥Vµ¨5A]Û(ºÐr±îa8bpÄᨀ£†Ê¬Ç^v[ø·Žd¦‹Êí¡j¶áá>*ù(Ut\‘yôG#çшñÌ-’\ÔU½RRëŠZ[˜îÄ`ƾ ûV)7ðÆ'F—Æá©€½{ ð̇cµ1]WIQͦ‚j麪š¯bÚÔ0jåo|§'kpèãº]ÃXoçŠYZù»…g¬É²IÒàÈÀ'w“×ñø6pÍv Ú¸ö[ÁÐÄç9<¯çû:³ . žLx²‰ÅW®xŠà)ã_öç3MZyº×ÒMƒ¡ƒ#T^!Ó§iP(?¿ŸÈVÁAVÁu¬Æ+‘+K©U½Ôó¹–•¨JÉ)ü)·Z$a±J™Ù.qS\yRLÏa)k„È#xZHÆ -8¹0¤&òMýx»ÌSTÔ·Àeñr3yåÏ2Bœ}ðwÂù@ë:Wì½ Ôòy+{9WŠ?Åv“Ä2Ò$j³ID³Kæ’°æ•’ “|­LZµøµ¹âÓZÄkm­Sܶ>q¥HNú~ɶ§õŒ8µiqZnH¶éŽl…#ö;à[Æ -Ø‚tœꔄäs”°’Eñ©BN³³4 ØÓÅŸéo†[ò2üâÉ,wf©äfV‰Ë>Gr²ZÄáh»“ÎÎî“ôì±eï«ó˜XgDËš–4û;¢eÜ”ÍÄ¿þv¸#Qæ#@5(%<‹âOßñÅŸk¯+M<9VqegˆÓéGŽW²rÂbwKfn¥däÖKº»Yly:Äâù¢˜ó†Å”GxXˆÜ/!ܸ!]×°7eük±ý \‹|ÔÒ .@ø?b<+À— ßûAžÇ,n&9n«dyÒ%#/KÒóÜbõæ‹æJš¯L,¾Z1û›ÄägQö3eLËw€IàVð³ðy/b <7¥Ÿø:±½¾$Á\¤Z (çïbÁŸßðÅë3‰Ûk—7M²|š¤ûm¢åÛÅt‰)È‚ìŒ!ôU¡F(…Ñ6ˆ„p7à£oÂìÓaÁ >ØXü·¤þ^__3r ž¸ -Äù; -ð'Ÿï|ø’ç7‹+`G¾E2‚i¢…mb*  "$3J²¢¼E×ÄК14EÑBÀ´‹1õcˆƒ7B”Éå–ŠâCá þÜ’Gào‡§ÞÆB´¨%„áY³¾÷‚\àäYfI´ˆEL1šª˜Æ-¥¨âMgË¢ ء˘n ¦m‚éG•"FJ¥øPŠÅ7ð뎬ÅîðµD˜G¼^M™)âs!¾„øÎ< ›g™|g%Ts C4Î@-gpTÒXUUUñR5çQÆ«F×T#`j¸}ªúø·B%Ëz%ÛJËw>”}$«ye)v›±{«w%(ýûUÕô•F uJE­»—BX Aj-•*›ÔŠ‚ŒÁ‹¸à¸t\GEm;Õ aÉÆDe»2B­ÚÞ—ü°Šž™Îþ˜3áœ{ÈòËûî½ß÷Þû>bçdäŸEÜQø¯‰Ï†OC|ŒnjIÍVú8@õpÀ †È‡ÙT0މE˜˜iŒ qƸù˜xnit,ú18èË('¬mƒµÍ°¶>  Óð~–ï´ðú|>q5f5”llÀ^à 3xÁ‚ à^°Aœ=ÀClÜ8l5ÁÂc†NŃŠi46@PO-ÁúXŸ‰‘p.I#~:Ÿ} ŒÁëñùˆ9˜ÿWÄe&ŠKLy™±ÁÃ<¬P‹p Ú¡Èíà…Dذòa‡Û×Ü êÒ -gÄBt-–è`-°7-d”-´±c0öÍDÌÉ€^BJG¢´(qµž¸ä"µ¬—:Öìqé,A}~†ËÅ ª36²3¼p†(güØùX†Ž`)jÂué€sÊÝ»}: -¡†Z}&ú°ÿgƒöt`Þk¢‘NÆëq­é†Âžn0–ÒixV€‡ jÃ9YCÇÅî/Ü!Ä «pN¬DM¸`ÎüçÔ - ƒËË(sÄ2ô W˜ÚÚ¦¨AüŒaAÇ%Z ôËéf‹4{«èæËƒ4Ÿ¨ÓµÈ‹üðÈÉF$Õ‹ú¸õøá7è–¾ų¨K/ìOO)e ¡÷Säybë@³&jKÇý¼WÌÕtrôoÇŽŸ8uúïgÏýã|ÔÅK—üéŸW®r¢cbã®]OH¼‘œr“—ÊOÏȈǬœÜÄP’YƒkóôFW?¸£ï]^2ëXqžQ†„çZ!ˆÝ%€ƒà  [‰È~ƒ,{Æ ê‚ÙÝ/Ñ_Z6çäþÔSù…ÆÉBË팛þÕ ßµdÆí{’.ψ ïJã†wñ¹aÝ©¸…÷}EMþDõÅ“µî–OaWÌô“ÖèÝ3á¦å-Ïà ×ðÒ¶”òxÁ×S¶ÕD'Õýt#¨þRRPã…Ä­ç·7O nì+*ŠF«—–Ñ)ªšj-­ÕÝ$j1<˜Zɾ˜\âŸ$õæ'fùK8¢ÒË™~EgÒ}ïOó½w”ïWv˜ï_~(usùa~`ŸQZ6lpQ•ÎDiít{q«¾¿z£Þöx|ŲËÜR·ØK…ɧò=ÒŽäxŠdyeí{çì¯Í ûä…Šý€M}FqåH†´nÂtI‹®mZÓýÆÓ…ñîȜOœ­rºx´ÌùjXÉŠk!E.7¶ßv½T°š·EêÉ z§H×~¼¾¢;Yoˆü–…¶œgÃìä9¬ìJ^¾³íúª¨êXo~1'°\ kspFFGÐÀÝý;žö /礊ƒŠƒŠƒŠƒŠÃÿ‡TÂÁœw¶%(8¤qïƒC8t$‡.Âg¡ÝAsèL!¾ŠªŽ[C8<s0ïþ}‰ýŠC -áÀk¦‚Ãà[«ƒomD8Èo®QUqž„C¥‚C´‚Ã[^ôGü×9´|ÂÁ VFUÅ{¦ßæVƒü?pxÖW„C*á`eÔÁ·#‚Û’ŒÛÑÕbÎ~p ½àöÌœ‘¿±_§AMßyÇA÷ÁÎîvmµÇìÌîÚîtê¸j·xÔ*"­¨ -(ÊUT”KäÊ¡r È Õ±]u+‹œ¹ïûþ'ÿ„$@¸DÂ!$ $!ä ÀÖý%¨èvvf ö™Þ3<âûšßò೸{ß”i3ìýh†g7YG!€! -lŒ±Ì/v¯øÅÆyßÂf˜Ïc»‘ç¹h ñ´P‰I‚ÑùÀÞcsü2ÓåW3ܽxû¶ÏØ l?`ª$ž*±‰CtžQ‚É7ÂØB3 ö–kÿK[ïÅÿZÁÖ3±l· ü}Û üƒ3ßL==°ztRââ%è\p?σÍ';K¼¸;ßèÞ´ À0m3¸¾zF@õcJˆ ƒÑ/Á\5Â`wŠÁ;ˆ€AôÒðæF¶ËjoÏzÁ7[§ <Ÿ =óxõ0ã·“øH‚½bã®™D¿ a†ã²zšïúNøµ‹ÚBÏ?œ®gûßá¡uòõˆ ©.Ïa‹Ì0@à÷ ûK•­8×eµ^°û}-äþ…Väq\+ôNÓ -|þ9 w£Ê…G; ≟kX4”üOüíhÓ¼­«´Â]ë&Ån›„÷›{]Ö(¾ù¾½sYÈùÜ8qEÍ£fq(¹OiäìI")k -KÊÒ¢ˆ™º&b–®x”ãp:¾ËªIÑ—ïMH\75»ûŽÊ<’:6ÿ?tÅsåAB–ø| KÒÅà¦õØ—¬ÔǵŒ”ájz²¦Šž2òzêè]Ú•Ñ»ôŒG›‚¶8K¶­•ïܨiuõîîß”,Ûq‹Ó·¯‘ÖD¥*¢ùi¢-F´Ö -:îñºoóâ{nqã{opªJÎP²ª’{Éá&ÄœFä[ÞRº|Ö£Úà'ؚ̙t/§{ß#ª‘¸Îpr][8»J!ü¾9BR)‰•Š#EâèÖQL[¾(„%9܈ìONƒÊ¿üöÑ£O¶ÈÆ7ûs»TÃk„q¿›È¡€ï÷6þð0_ÑB-lû–•ÛÊÍRœæg(ÎÒ+M Š!n°ý]§žÞukO>uá™¶ùÒæÜ# VïKMz¿‚{c¾7o ûT øÕf÷E^éñÇ¥t.v“;CɈÎ0P8(çpÝÝ¿vRª?z_`Üô}~çâ3à¦g^±UÏ´ïôž…ãž7Ò5^w’†ÿ?è[3p¬6º? >ª?¸>²ï$(¬>²?ãpϰ¯Z »®›§z}¾@ñõY „ ¬Øðò)T\¦1‰Ñט.ëjÌ}¨l*RÔŽËi¥5%IM©~pÝ×–›àº -³ÕW˜é­á­á­á­áÿ6ƒ_ÔI̾Æ4`Èéik*V4M4×ë$µ%3pm)¸]f†ë¯[Ä å²,ËìÎfسvžæµeâ³hÀ†ØzuÓ¦ªé²¼³)»·µ©`D†,ÖJšJŒb$ب²Åì»ïúвæ){ÖÎÑ<·ÌS´h@Ÿ¯W#L2UѼڧ@æIQÅ1 -lœ×î¿n9Ð3üë†y»áLù$ú|ƒÏR¡’!³_ŽÌŸ€Q%¦çËÒý²Ýi º­£íÈ‘yR Š·bÔè8f/êbK;2c@†Ì›³Ý€.}Õ`÷ÁÖ²ç°a¬tÏÍvÙf+ŸÄœkPcÎ3{щ-í¨´*O £ÀîE—ṵ̈¸÷wü´hxÏJ?¸yîU6ºA=ÇìÅ$´´£/6£òtÏ æW ¢Ÿ–ÝO„W ôÃGæÈ+!¬b -U¯ÁE3TØXE;:®éat‘ FÛKßÜŸ[©Ãf°Òö.(6ÃéŠ)|D½ÉPáÏ)Ú1ÉRTî4Œ.†"3ŒoÌ«ï°rÃ,ãà&`8& çNòˆù:áÚ4 ŸcÀásg°ø<–P`ÀЧ1ÄRýr›£¬w63÷®1±=6šÙ^‡,Ì£ñ®_ΘÔ纪ç«y«7G(káñqYiƒ\F¶†JË|‚¡¤7Óž> §Oþ‹œ ÊyZCÉŸ¨¡-;+u½³‰åö{#gß#×ÓËÄö‰x§ªzvU´ö}Õ)ý˜i¸„%*Yü+ÉœË*$;u°†™ùQšØAE¶FsªåQÐi”ä&%/Gµ”ˆÎµA1ÊB(NYÞ©JVˆ.µ-7ûN:Á—¿™¹~2¢Ø½C©þü¤Û•ÄÔî/&øÞÆ?xЂ¾Ûõ-ñf{(½¬-”]Ør’—«8%È–‡AY²³P†,R”.;Š%.;ïNOÿÃ.5ŸggÚqë±ÝîN§ÝÙi·ín;³»®ÕÎŽ£¢¨KTPÈ!— "rË)Gî@@HÂr„\ÙÃHþ$h‘p) À¿?Ý™¾#ï}ñ}û{>ó{žþ}ÛÔ¿‚&¿=ÐçÜï+];Ï_öÊaÌ]@’­ç«“çêËL>­Æ ¬ì¡K¼»?A*ä/LÑŠ’õAâ$}ˆä¦.%¹©»Úlßïݬþñë!ÓTÌ÷éú>ü­“×éë§SÈ‹^yø9/äý§^•9/RÚÄ™ÆdÓ9j˜-vô#Æx™m dFƒXQÆPP(šéj3š=nãÐ~¥r|ýeÇú¾|ø¨>q… {ÄàÖäkS—(¡“þu!“W@Pè:ÅÕ†õ;Ü4öÏwÈÖþþE|p/>t” :ƒ!Š·Çf®IM^vωq/ -–àYOÔU»7&Ð~`¿ˆ °ù°þ¶ P(ÖßîrpóçÁô½ŸÀ,÷oa¶÷q˜·^K_mŒÁ:ël”dî4)­c¼:³”«Á@OÊŠ‡ %e£Ð}ôTB0A¥U&¨¬Ö•SLZtݘ[7ªr¡†††íÂÒW›€¡ꓹrZçxM¦b´2W;ŒË7s%˜ú™Ìîñ¿Ã1˜ L``DaœŒõ6z<×BK’™hiÀm€ZóMƒmmÑ3 ±tVCÄ8TÕG_ a®«–0×YS1'yP1+v¡ÿ3ð6\ËXcF¢Ìè:3–ca$ÊLôÛêaZ¦¢Ý3 ¶N?®/²?ª)y®~€vö“pÎn -n^FÆÍKIøç¢‚CèBï »aÞÏÿwVjUggÅp,̸Nã–z˜q×ÑsÌ´‚ µhV]wß©"£{ë1‹rPGvALÆ9ÛkñÏ] nöƒ0œ9sýC¶ÞÂQ ìë;;š=;Ñaf%ªF˜©ˆ‘e çY5ô"‡ªùþ¢²¹ÒÝ„Z‘5¢—¥õè%!»ÐFÂÍ»Ò/¾Ç_á¶÷Vhú:; ¹È‰ Ïr#YÓÜh©™§aß‚ Ö]Ó3gFÃ(p(÷—ú[ÊV»¨å/;›‘/Ä èeAf‘vãJpëï€áûÝ[À° [ÜË![ìôuNhù"/Œ4Ë‹`Ìð#%ãü¨~#?AgàÞädX4ìÜY«p©ŸYº.k-_“4#_¶7¢Vxu˜%6»À&aÛ ¦çá0x»¿1lr‚ï¾â…”.ñCkæa4k{¸pBÑ3&Š~<$N‚Ä·ÍZÑݧýü{ RváªQ¾ÊoA¾ä èÀ@oo·_ mï -zýE±R}MÑݯøðÎhGGÖ$Cœf¥ïØIÂ;EXd#‰ÏˆÂ -[%‹h«dn?˜ñ©Ûß®×ÂS_oÃFÛ%ÄšøbÂ’üBú¬òbþ$t†`;ESéü$]êðþξÄAi×ažìŽ©QzkªZœ2CgÌTIò¦«%%–J Æ‚‘TOc$¶Ìü­Û&ÿ‡¯€áµÐëÈëvŸ«/:ÏE;g“&!¯lÃÄ1¢jô¿ô.}€¸CÙ+VÜÔznCTyÒH,Ñ„ïHšÀv¤N`;³Æñf‚¬Ü„–áÍhaÛÁ¬OÜ6?ì\üó+‘ב5‰·Ÿ³÷4¢óŒ4LÎSÏxTËǼièj»P%ç«”Ôþx-©'ÂwÅ#åñÆ2y2(ÍX.ÏAv £ºQOPÝèm³÷¸½nßÿ›5ñ‰?­K</É=½­Ú“çžLü«¶-ÏüT%2§¶ ó8º(iÓãÈîÕu%Nq]SÖ9XÔ£+7RЛ¬/ìMÓöå õ¸Òw·Ûºè߯JµÚñÓ!»êØá¡ñý>êÙCñòÑSï -îÄ¥†1ˆYon#êR´!/Ö„ôæÍV…«²TQªLU( ”¦ÌRç(\i•¿Óí¥ôàŽ•N÷/ç{ÝÿiýîÀ#û_ùò‘Ñ’ç=®ÝÓ:í[[;îÛŒõc–]æüý:‰j?à8ž™iÇqœc/uj}çõ½ik_;­¢NgjtÙDƒÈ*›²CÂBÖ$}_ ‹‘Í„ˆa BÈ$ˆ–EY\ý÷¯õùæn=Ìá{ÿ¼ßí7Ô^ éÊC*3taÝ·u=éºXBwº.¥;},S¹›VÛö Ö»=~ùôþ·¿¶ÿiÿÈâŸOônlßú>AºéË[ñÅ’/ÔUÏ{7cìX(‹?Ëì'N3HR¦e7AòF¤<Ñv'Á ‹•'“vÕ\×Gˆ'½û…køð¾Qסƒ½ý¦}ç;)8ÍÞ:›J\÷*À¯xa‹yrÎ4¦ÍŸmNš=GKpx3cí¾¬›?;Úȉ²s"­Hn¤5œi»ÎÙMÓÝ üñCýܯöªÖ¿ú]ÇÎÑcàyŽ N"ëÁ?ãp['ÓÐÿÊËzâY’²tª"þÑiBô¢W]øÂ a.oâU—/)Ôu‘„t^&#W`a°hÒn2ª>DL÷ ÔOìëÜ9|°x|MG=ë‡_98~ ¾‰ÏØúGêÍgßåĬŸD]ƒäê鲕³Ø åó¸ËK>¸KK—–.Á‚+—Ba‘»J¯ù1°ú¢sûÐ>øý~:øÃWõàð±rð—Pàë€ÛàHX"ðˆÜ9‘úòÛ´ ç'3ŸÊØ<“ë¿y.ÏoÓ'ÏwØ糔ï³Ì»°±«@ÓgúŸæß†çq@½HÁ‰ îZÁ‹ºë•k„ÄæåŠ[¼EL¦Ô…Îï˜Ë-R:²°½öŒ*•=£^mÏ$÷Û³hýölŽÚž#TÛs%jsL5Q(WÊûÜégÃφÿ;Có; ˜Ð@ƒ24Ãó_’ ¡)¼ÅŠ ™“Û9‹.ì±çbÔ¶lü 5»NcÍ&k¬¹t5£±æ‹4fTëàD‘dp´D20âf€ Œ7†#¿lh`ø€fh @õ:~­9±i¹1™·Xs[æÄçt9JQ½6té€%¯B;“[;<“Gž) Ï xÃæBÑÐx‰xh´¬E«)kÝ Pö!ó‹½€ Ïc€ h ‡ç½dB(Ð@J—9k³»}ÖÒbÍ º|Ä\P£3£H:3š¡3ñuã¥ÂÑQ¬pTS.Uá„£½n¨ÐÀ‚4p¿?XÐ@NìðÜ-nlÅ:çy™•Â]¤¦Éœ$h¨ÉWYpEZs V7]H0˜ -IS1Ó0‰áFq|ý<_¯‚uÔnöÞÀ=ú?˜! €‘³%ˆÃ­ n’–yÐÀJ“:iY]"4 -µÓز1SIÕ„±˜49…aMêpÜ mwB ë†uUr':Ý Ð>Eö¡7†€ ßÀ ‰‚ˆìmQ,vC˜H\$sñÓ$Nvf§ƒš×giDk§«JõFL¥q²”dDz¦´Uì)u5{ªÖk«fïV¹×{øï ¼8 ŽÌÚÇ”mˆãWE7X„)­.~z‡ƒ“Ûk¡¢´Óõ%úÉò -ÓDÉ<‚gšûk˜Óݦ¹v—Àœ–W³L27{kàüÄÀ…Á•XО±Ó…Ùl­_mI`>'‰]¢Ô¶YAÖ}+¥™¦ë'«pÓãX²u@·t×Ò-0E Ý"«aÌ´BK‹›ú[Ã'€ïqNy4ˆ®Ä€Ök·_I"KžIcjŸHãhÿ‘$ -J’s-éJ›(wÀÌ+ÒMËM\³½§Žjo‡Éa’ZšM\K³ -kè3hq'@ß‹Üwáƒ_hAF¿–\Mß‘…=—GžÊ¯S–ïÄóïÜ9)yfŸE‚ÒÙcOu휢¾y®&ªkžÔQ¼ZªSC·Â,îôÞ ðøÍ[Z¯D½’…¦nËÃÐ/á•ëmQä•öëìÇ] â‡Ê¤;NUz§µ'kð=ÙÚT>Ïn$-°È.V}Ó<ZÐÁ€{Ðáî?1ˆ A ÒÈù•”-EhÁóö0ÜfWDÃSe4uEÏy4œ"°¥´ë‡Rþ­Ì™  -çªYÄÅ2iØHv‘šæ›ê)³MuT[SÍ­ãàAƒð4œö"?ÿײ ðmEpÒ‹öœÍ{¡˜µžkÕËQ ÇIvs"×0‘ÜÖ?”ÞG•5^Ûží(ël˜¯æÃÿJkš¯!7Í×6Rfëë©v˜ÍÞDÐ >}´øû¾–_ -Ûj»œøì^PÆÚýôÒ`fAƒµY¢‰ãÖ8žf"Y¡¾­jQgê+•é¶ -%Ά»G³Uˆ©v<‹âÀS¨ŽJÕVE¤¹`BÿË=Ðð9h‰ÿ…EòEçÅØµžK·–‚3]ú°l‹%o˜ER5æ(q·!±ãîPZ?[ªÇ÷¤šñ=%æªû &Œ’aÆJé,n)§ÃhîX{@ â㟃ÖŽ¹ß¹­v¿  ¥ÄrÿÅ8çXP‚Ùê[ w^¬t1•¦I›>¡K<”ÜOî¿©+ïM6b{ó¸>üdyq²¨—m,Q°¦J…,S)ß½^½1¡¡åø~ ñ:òJáãõüžÿªÊ'Ø5ꇜ¶žMsy,ø7(mA컦©ÃñêšÁ¸Œú†¡Di(Uë1ýÕc%ýä1”šk@wðÆÑw¹nµÍþD_~ $'öÙ™#[íÞžk=ç|8tîü´Å9æòJX>_¦tùðÏIL‘R¶!º³q$º·üAôƒBè@ ÜA æ £5˜¡B A‹Ò4ksùÃÿe¿NƒšÀÏ8Ž«vmgÛgì®;»ÑŽn«»£[µ3¿WS/±¨•Ê-îÙ -Šc;Auáðbó…cf=îÄ賓Øþ)[ÏÎYC7s)U=åÄ—]//{F”óÝ5ýº„Ïö¨.o}xYÑEïŒèŽyÙÒÕÃi춇÷[Ô;Ñf È÷låñÏWµvßÌÝ?{àùàñ/l.vÎÚzëÞÙ1Õ³©r£3¯tܹ„7JgüÃ¥–õÔUÙ£™ñØó­Ï·5´rö˜Ši¡÷§è9MŒ<‹zS½ Š=›×êN~öVwf׋^믞þzD?gã [<ã£^º&ŸsJ.5]áæ ÓÇ®T$Œ8I"†PІjê ›†òô¦6𩊢 ¤k(ƒÑu”¡5eˆ­²$“ƒYWíݼRo»Ã¬?º}ðùÞ¯ô³‡­uK'ÕëXoÙŠ­dáR|î+û ¶Ñ>/Î`_È|~¹,äŸxyÔI|{äšÔï™›Ì÷™§ÌgÄWæ;B–úŽÐ$¾£Q¨±%ýXƒÁ¬j¿Þô¦õè¶áÑÛ¾Þ·K·ü7õ[)Øy­a)ÜElDêlbìk\ÄãR¦ìø¤É‹>†ËÂ[WŠ=ÑFã×Qî%îã^%îþÅÁ¨Ð"KQb0ïš¾¶{ú{Ì#ó?mY:ð'5ØX‹áû …pÒ5Nú&¿ÿžµx*ËmúÇՄ縘®r]L.Áä†òä¦ý8„i’E k0˜g¶`ºM¿µjYÜó;5Ú%‚ÇòáÈ™L8‚gÁßÝÂá¨uÝ&ðöêñÐ[K'ˆïNEº¾=CX8ç¼p>þê¼}‚Ó¼ËiÞ‰ueÞuå8iQƒÌ£¾_aZ–¶[)a÷§°çKüy:쳎‡oÏ…ÁAG -rõ…#7=à(ÉõÃ1²óÚIªÓªmˆãÊÙPüŠÍaå"ýò²ýÒò†ý²3Ê•qqÙåiQ:6aš‡1ùê«Rؾ-þ°ƒ _ݰ÷öa½à[7øîš3¾áG=/Ãq/{8åsÎøžœŸ\ðÃÁeIXøt\PDÒYð°(ÈþÍ&ÈÞù pÿòd[éØóèè‰.àù>Æ'u1<0gžFÎR¢Ê_û³ª_‘ØR3‰+3“òeæÛEr³¥Ì E)efrƒÌÔ,n‘ŽÒÚ$#ô÷Ã/ÀD2Ä"CÄÏšp6(ªâgƒyÃÀA|¦ý+åÈ 7“‘!pà A îo8ÈÀA†œ};‹ ™X;Hs$›@†4÷ˆ÷IÞ)‹q9ó!ÂZDå+J¼t: µÆäŸ]kòç+MEJ¹Ri -”Õš(êÚ)jcíxh³b„Ñ¢dÞS<± d°îÎ_C.2ä CÎ2ñnE€,bøZ†WÊbòíœù8ªp&œ)2‡ÆÊL”d¥‘|Gm$óêŒEuÆ Q‘ZSg ÖªÇi ê‘°fÕ`„NÕÙ¬î± à"C2ä!C®õAÈFþ:äü!‡È\ãx%/fÜæÎ'Q„3± Ñ43Zþ2$Q=”©¢ðê_5LWÕO…(ê'èZí³A;Ù¤é‹jÔ>ŒnÔvZäl³‚\dà!CžÍAà C.Þøˆaë<¯Ä%.‰3ŸX8“HMGGÖ u/‚Ó&©yM“ÁEM“!ÕM“4UÓ(SÛ8UßÐSßø0¶¾ñ>ªÍ‚6 yÈÀßÿ9ð‹ |¼ ü H_/ðb- HÙ \rÁ ;¤rš.7FÆk&iiM†ÜCHQ‹&i S놢4º¾XN§ÑݯkÑ¡šã5 r7 [A€ |dÈA†»økPDð"íC‰Wü²tç'9–C­0§1寸X™¢›å¶ÓŠÛ&ò¶áHuk_¼úž>AÝÚ– jkf©Ú´( KÕú±6 QÑÙ’T£¯O®Ñ«Q -”,YÑ)µ ÿîîÿ î"Cî”;8A5Á¤î ½±&õM^”pª‚ -gÊBE&A¸Â™Ð4›ñ ?RØõ0^Ö¥K–uiRe]µ(9J’*{T•*(² à!ƒ -¾ù·Aˆ;•xGº¸ƒœð¡Æ3l½Æ›µ\CÊ\‘¯%Á¥/*˜’‘ü¸únvÊƒÖø¼ÞæDqŸ*MÜ+g‹{ÅlI¯ˆ-é©H“v—¥Éº, xŸüÏP€ ÅØÓPw€—n¤5¥;mUu+æ'•oêŒ:€ûR|wLN¯ê/‹Ò´å±:”i™¥iåUéUåéUý¥éÕýÅéâÇEéâ^![ÚSÈ–v,ࣟ7ÿ‹­Pˆ …ÈPе þ(®kÊë>+j"uQ{3b®Á'aº9€mÐò†4T‘^ʬÓǶWrSú îäåß©dV -2EOUü±_§OMxÇ`]ÙíŒÛÑj»vj§ÖÑz­‚rÈ}„p„+'Á€á¾D@ä%!á6rrˆ¬J9È ±‚‚0„@@A仿éììì£@¼Þ¿ßä2iVREßçø£!盇6ä¡ EÆW@‚µøTãè´YçB]o x¯4SØ ­´°Ùg^±“}->Å-µìÚûåam9y1ÒD^êó›¼Âñ¤4ñXêíâ‘Û©%Ci)¥w’Ëû?Çÿ4ì¡öI(1Ö…*;³µ8û÷ NÄÕfWÚRÙ{®‡Îœ¢Æ PÓ;:½ÄuY5âOÒÊÂû£D ãbñWP4—Q<·xøfZéà­Ô2éç€ì]Ð!Úé$”›^úTcg¼ñÐÞFùç´ÔæB|ÛC¦ÈÆ(ŒñiWN÷ùî£k…Œj~ «%®6 7¸úÆP`]á`dEÙGT:S:“Y:Ƚ[&ýÀGrì„üû@„6HÌ.~¬Å¬7ÙšË[ímæºìdãDûñWxϾ7„ÈÖWÄ´êIŠH4t­òv·gsx³Ë¿-¦Ï¯SÔüXÒVUÑ^RÑ‘_ÞÅGeW¨ü¿ ‡6ˆNì…BãPeñë‡zŒ®¢ÅÆpþ7¬‘lÔÁxô•½kßœ³oû"!ªažœZöŠ"Ìž JÝ›{¼ž^ïŽxÆîIïè-og·V= |XÙ|ïþo!E’®ÐBÕ mø -цÝ£[µV§×Yž[|jyQ6l}nTfaÙ;¥´/;\oP8q%è•/#ˆÒ&H’˜aJC@?ýÉõþ 'libKÀ€à±¿´¢…ÕUûÄ¿ùA»º¦]Y­v"6ˆOjBÅåÃõæÇä­¦Ç_KŽN\ê7³mWXÓßÛWÊqñâ·Î<žÌI”ðÂ¥"|_ç?Hmb²±£šü†Rü‡sëYÃåõŒ†&Ÿ¶úfߪy_ Pp`ŸÒ„*½ï”ÍÆß¿íÖûnì_çöÎéë·­˜86nXzU­cC‹—nf½µç%½²Ëç¼Ä•]ö ù ÈRêGz( ¹”%£ü¢Ù-ç«d§ÛÜ;§TÜ!ÕaÁ=ÅaÁ åŸì°žä°©ÒË -yÑ€ Ò¾èþ^õ¦ÍŸÿ^ g€–Îè'¯œw ‚ î¾ÛÚÞ´:þ¤—ƒ\ÖõCqkFöJÓ(ÛU+v˱YÅ¡\9˜U2Še­d¢üTš¨B¾V5¤mX©ÿ¤©~~Ø-„ŸÞ…#Çà˜v$œ0bÃ) ´ÐÃê, çÝAÛÃt6Ûz>ÖŸ ™V[&,Ë- –ņe¾eçg¶åÈ2Ý£¨,“-w•¤ÒÞ£†ÔM"H h¨ @óËÛ°ÿëðCáÐiü¨M‡#$8fî 'mìà œu¶„ xsÐ!šÂ’ ’Á„r,(†`ífv(G7}  H*ut¨!õ#Rú;‚do#êI°cW4h|_}ã _¾OáᇠðÓ 3²€“æ& euÎa @«—mõÀÀî2Ùé‚™½XÙ_¬½6àì/EP ¸; Fó¯}hDjý AúzÀ¶ÀB€ ü\|À‡²íá»I ¸õž™¶ŽO_sMÍPºff*ñBTQ¦’p/SI¬Í\#5g(IrjgÆ;ZoÖ£']ÆèOŸVáφÿ4Ü@b55þÛŒ6¢ ¶$¸îâ Ljð¶ÚàÎNzOޏ³Fˆã)ñ©èvfÚ¥$e)‰T]–’Ôœ¹JîÈ\r–1OëʘñìáMy÷£¤ÿÄ¡ Ü=‹6p´ŽA¨ž„™c K„g°ÉÁÛLÏØ Oÿ¤u÷°t%™›µJLæ¯y9+Ä<Á -©H°B–V(sV(-9r÷þ<ýÆ«+{ʧ7û¹¯T%ˆGn  ÜC{!mC8fÖÅC”“„’‚¶è1LVòšGo•ÍWsätá29W¸L)*Üî Ôz¡Â½5ïGGÞ ãYî”o—`‚Ù›;ä×›;¨Â q{vÁ ´!mˆÔ»\S+ˆ³q…ŽžÀ!n‡^‹Ù`û&­ùòVèQ‚ejB¾œr§@î&@È©•òk¢Ez«h–Ñ‘?ÍìÌŸðëùwç÷^ï© »v@<Ú6pц˜+º`j‰gHÄÑ!ŽÀ•³â´æÏæ)¹rZ\Á5M¼ôoÂë4¨É;ÀxDÑí¬ÛQììQwÜ.j·u¶U±kP<@AGÂrß  B „îprBòæ"$!ˆXë‚Ö£¢ˆ å2 ‚Ò¢ü÷§³ɇçûïëÕ̵\ár-ÑR®%FËù%q€3™jb?Ì0wŒgšÙ?dp†³­È;l 6`C©ã×€èzTº_4Ÿ@@CEƒÊË ,²à·Bø{qµ¯Òr[,ñÎËhZçâ&1šÇ_Œ•ñçãuS©ÆÎ‡™C¼±¬aÞÍì¡ÎákC|Îz üwùŸŸ"l »|ªÜÝA7 -Ô ¢@5& P#ðëe±¤·…©Œ×Ù¸KÊuîb\e×BL“p!¶S¸ g’u‚Ÿ3»Æ²M]£¸A)gP¨Ï1 -5¹Öûh ïÙÊí?$Ø@q>jΟ Þþ … ˜dP‹Íý@‹)}GL¢¿ÎÏbZ2 9 ‰åÂ¹ØÆž¹8~Ï\‚Z4‘®ãŒÝ7rDÆ\COžA¬ÂÄr¼¡ÇZ 6”Æ -Ø@† UÎ߆óg@³7´¢Â@+&0±ÙëõÑÅoi‰ÔåÒŒÆ<žý<Øý4©Fò$™#HSHƳôsž^bÀ뤚| *ÐÉdp=…:©µ@%l¨€ •ö{@¹ãW€qò`ÂßËòñl4°/ǾïˆÈ|ÛS°Ü˜Hž¯J¯.Ëe=—îdR{og´B·®Š¡œV®Ë×Ê•…ZHVØõõAÂ"-Ä/ÒÊ­õÑP (°¡6Ô9;VwWÀññüШ5~dê+^lÎBG"a†™N{ÌÈeŽ‹ºÌyd¹W¯ÒçðÕZ¼Z%/R«Ä×Õja±ZŇãk”ìâ>…µeûØ`ûÑP œA»‡3èDzaPÀº(<|E•ð²;öê ARÁ$7­ü§¦kM£Uù|])ATõI ÚûÅEVP¢ÐòJ-® ìk#¨4-µÊZ ;[@… T‡¦‹àxœßózBï$a˜%iä•9YLò3YBöCaéÇŽ« ÆÆ<D½Þ+(%÷sJÚ "C+Qnh†k"BúF¢¢¿¨ÔÖ—ª4ÖÔß 4ØPåp´¸Ž‘¿Ûº4Øëü2jQ }®ŽŽ~¬º’5.'Žt¥×÷µ_ãöÔÈX‚®®Œnby&:Yj¢“dƒtRï½Ln —A:z™RK'nÞG6TÙÛ†ÃÀrù.û p]“º/©B|fµá¨)Cdø}}XæMeL©A’\ÛË¿Êæ±r%õuEý$ -y„@i1—PÅ#¥’á²r©‰T.3’ÉrC ÒY Ð` 6ÐaC­ƒ=`»ÝžGë 8±¢D¹-ö¹?7…]œ ºœnÒE•¨” ŒnIZG+?[LmËӿוŒ\««¿‘Ý Écˆ‡ói’¡"Št°¸²w ¤\®'X TÁ†*»m z¿hpüp]¿Úx^Sø{¥õ?1kB;OÝ ->{ï®/fôVpjÿöºTC稒XµÒtQiW¶&«£À”Æ®J剳X2ãµFÙ ®FfÌ¥÷à©rƒµþo`À¦ã>ÐuêÀz¯÷¡ÏáE#ÒaæVÀ‘Ÿ'¼Nß~„ 2ÞE'C?^.ä›#iÌØÖJM¢/OS¦Hòô‰Òj}‚¼»?µG©Mç)t™mîj¤Ï®…tÖtÛ- 6Ôìß Ú÷‚îÓ_¼SzXÖ{~ùbÔëà£G—¾›FºŽ<óCk$ˆîáÛÆB)Õ?D0‹‡£»2 òX=Nc¬RE›ŠxƒJ’k”)ÝjU*W¥NoUi¬ªm€a·ÔÁöÑ¿lHÝ>Óçñ÷¹ás{'¸ýmlúÂ7æyä)ýÊ¿÷yP,w*(§îq0™ôÓ€»Êûo”8r,KнK‘„ßç‹#~EÄq}:i‚¬¿7I •[ ÔlC€šÝ[Aý]€ÔnMqfÏKã)»'w¾ÿÓØ3ç˜ÜôË—Ü!‹_ˆ`•Ø<KùÅŸœ?ã_—òÝ5Þ…}”&ˆ˜(åG>nâE=éáb'L¼ˆÛ¦®¨ÁAaŒz@£ÚtÍÄLG4‡L§4‡Ìà™˜™Š&Ìó¦Ì ~=æ…¦.dj´!äéÍMÛhÜ‚Ì][€pŸÍ’ÎqïÞ7æ÷¢_uú\ñÞõ[8wšÎø2€–´á–œ¿v—ñúÜõX‹;9|Þ‹2ëW8‹©AÏF3гé ô\~5zŽLGÏ×ÑÐ *zAAA/*7m­¬ˆ—Ð'ˆ»£Û£sŸ"ô+_ïT¼ÿn_7p>ÒNžf€È2p24¸Äe®»fÄ¿;‹}s¶(dÙƒ€^ò.ó· È~–P²¯%†ä»”—W†\.%"—é¥ÈWí䫎M[b!O…ÄX¿ bäö6„nõ¯6ÐÆ¿?Ç}-Àép5pr!'O<8˜þNÄcß;§ÿz* õî,Î÷íÅ<ŸU$Þ{¿´ú?æë4¨é;ãø¤V×:]ÅNÛU¶]]µx⊢Ë!á"G0@Œ„޹CÂb ŠP@ÁêzQP¨QÔA¶vX¯Új«’|ö¿;;}Ÿîƒ÷ãÏëÉoæû“ú½aKw½åKv½ÍûN¨Ä>Å™ê'#A tDÏõÄùáD>³iÄ’O øÆn?V¬Ò`¥³k<“±ÎŸƒ aL81pŽ Æ6NܸTËNÞ.³o¢9€ïmå{™#øßšcø;-ñ‰ž–”D‹”ça‘Ymð¹™ .Ü&ˆ£Q‡93ôø|nì¾ÌÂ×K3°x]"–mÅ -H¬ö …C` 6„úaÃ[ý@‰Ü (x3ÝáÇtC“‚0¦+"™ÛËÜ^Ô‡ºqŽ .Þ ˆ¶{Q;Nå˜a“‡Y³åøÔV[»x|±|ìX¼)˶ùÁ~‡7V{îÄ:/w8ú¸a³¯+\vmÅÏÔ-ð¦:úAÔM SõÁ._%ˆö‚¨Hî?#ˆ3a#1+ ÄÜ8Ø,ˆÀœE!˜¿„Š/Vx㯞X²Ñ ßlÞ†U[¶ÂÁÅÉtóv'¸¸n…²ž”õð¦8€JY e v“…[ é³?†`Á\ðì>gírD»nA,yÛÇа‡ˆ.By©  3 ”Â?_j™ÔC -øh&;­@àE²^……v[þŽ> ½{Hö2ò¾ìiôˆô1kTb­ÿ CƬÿ>ùðg»3âHCœ? ,ÒÅâ",A€`Ò¨! ŸÜ.UÂß@fT’%O“]R"¨Wi6)Þ† (^…É_DÝ—?‰‘±F­Ѭ™H³ý|»ˆ_» ìm›Áõô—ùlj‰æ"2^º@‚`©Ò”“e ,Q›«4æÀz9¨™¬Cc¡]Q[‚ûÔïè&õëð¬Ì!Õøžûª±Øåhì¨ÊZÈ$ BÒDÖ,×e’<Ü‘´+¼à(p"ãÁÚ+@D²ÔBg™ƒ5ÙÓ´ý¹Ó´J²úÜéàf²ÎÜéïs߇öçünÊù™9ý„5¤‹»¯ehîíͶÄÏDºí$/ZiàoqDšû}ý‘J‹@bø>pâˆæK-»EêéЬ¼÷!ESÁú‚©ºÂ©æ‚©Ðï -ÞÓ¯¼ÝÝ—ÿKÔ­ü§¬¼1öPîè޹Ü‘ü;û¬ iȘ?©‹lÁ' çÈÜAØÇ¢ÀÝ0ö‚ÇJ;Ajf -5S eÁ$½°h2´¢x2´®x’ÞR<v®h’q½èuTŸöˤcß-Ý7\8ÿ@{›{¿¨/ÁzÎü"ÒF’×,…hózÈ)Û¡ôò" bzÌdðöIÌq©š©(™ö#¯d"¬\7V[:Öª›`œ×½‰è)yÁê+ùÛ´ÿaü`ñPÂp‰‰7¤»‘8¤»Æ,µd¤A<ïO.´EÊê¥99@íº9^^ÈöAV( ’ÈDØ™–„$õdL¦v"2»ô £ôÀFÍßÂ[¼ŽüGù/ѽåÙýe¹wJywË~à”÷$ èJ¨¸”rÇj“ iH_8ÂU‡Êq ò(ÎÐzyBë„òmh"¸ÓÒ˜ôwžêwnºö×UÙÏÌ"ýs¦¡òéž&ý“˜3úñ¸žƒ£Ü[ƒü;}I·õÝ)¦ÊË©¦ªóSÕwè¿)i‘†Ì•‹‘í¸E'è¼w 4€ -]hø´6‚ó6‡%x%—¿Hä'ÈÊÆØyUâ*ý“m<4Êi7ŒÄwî&Þ2ÜL¹eèüpøBZÿá³ÂþêŽôþêSéý‡­ÅLÈæÍF&i­øùŽöÐQ6¢ÂÛú_óA:}¢<"æÕ~ÿyGüXž’ó£P¬{¨1 Æ—¹Ã­®1%´ÖÜJ¼TÓ›ÜWs%­¯æ\úÍÚŽŒµm¢µ­¢›µÇ3­%i“1iPÚ…"§å8à¶U>.8øíäazÐkCdÔ‹ƒ¬øÇ:ŽðÇ‚då=¥¨Ø”®4ô&Ôu'4v%7¯¤ž1^Lë1žõOeöm÷=FÖ(é1%½õÖ‚ê#(Hƒdá<¨ííPâ´•nkQíãl® tSO§¾¬‹dŒ×°b2pøJ“d¦|¡öºBZu)#Ûx6M×Ô)¬9Ö‘~òX»¨»©Er­©IÚÝtTz­©Nv­©Fv­±Zv½ÁZÿ3Ì‚”4äØ/B™Ór[…:ÇɆ ×WMa^Ïš¢‚ÆY#ulî@%OÒ«^ÊWv*”ÆVqAóñÌÊÖFɱÖé…–:yW˲Ê®fƒâjs•¢û˜^ÑÝd-d‘%i‘†|û¿ Âéo8âfßõoÓ¶¼le¸Ÿdú>:Á -nŒÙ×_ÃÍìÒ§äŸ-É8Øš'3Ö+³[«å¥mEý©JegÛAÕ嶪Ë'ËUWN”)¿o-Svµ”*¯·Ô¤AE䤡ÐþKè¾BÛ²éc¾k~;As|ÞÎpëˆt9½›v»uÏÞë œŒ Gø¹§ôІq!OÙZª.ìØ¯>Ô©Õœì(Ô\è(T_<]¨¾tª0ër›6ëÊ mVW‹µHà d‘ÅÂ?£ØþsœáèŽ%“-»ìmv?Cw|tž±uè\h`_{TÜ•¶ðÌQ^vó‘Ôò½¨öß|×y<ÔûÇñ/ÊÕ¦{Ku´9Ýœ"I*[–fÆÌ`Œacš…3cd‰8‡6;•¥Eå"K bZê´ï¹J)‘öºá>zßß¹÷ŸûOóÇóÏïãóúçóx|?;ó7ÍÌJoJÉÜݼ)«ªyc–æäæŒSM)§RÓϪÓÒZëÒÓÎÓi6LÔÇæQ`f„RcTÑg­óœû¦‰oöâ´ŸEw›·ý­³~¼ Í’:dÝñ#ŠÔŠÊ¨Eãl-üµvCþ¦¦øÜ\ͺ¼2Ml~KsüvÍÉÄœS¿enHÎ<«Þ˜ÑZ§ Ò©†Tª!…jØe6 ‡l¦~?BŸþ±;»ï”×ÏO;|L:¯¸Ù^éðñl=+ -jh^S}"lKɱˆü‚ªè’ÔCñÕqÅÉ ªÂœæˆâƒ'•û›×î=ݽãtClÞ™qÛΪ×ç´Ökƒ ª!jHŸ1{Í&¢ÂfÒp}ÊÛ©/Úܧvßd̼u‹µ´ã*Ï£ù‚0ðè9iÔ!MÈÆ=áÛ³ë"ö%ÕDެL¬ ¯ÈRË—Ö‡U5W”Ÿ;QÒZ§*l­[»³µ.*_;dêé"ÃPÙ3Æaßüñ¨^fø¥6ñu+ÃðÉu—q÷ºí¦_îb,>sד]ÝW\qI¤*nLÊm ÉÙ¢‘Æ6*Ëeê¸ÚuÆ‘à†ý5AM ÕkÔËj:ªÃËÛk¥mG”EÚ!KO™†£‘;ÝçÁ±%cÞkœ z.ÙŒî|d©í™ó´óOX–ÝŒêNž°äŽ@^pC”˜~Yš‘paõ.E[Ø ó1åmiåÒŽâ2éEõ¡ÀŽ«‚Z.—…Ô_*­ù½"¬âb¥6Ȧ²©†?F…é衆E£^·/Öízh¤s­×zlû+š±æǢKÙ3oßÝ}B³úÅ%uú§DÞåÝ^](¾½vŸènJ±è~aQ@WýÞ€®Û{ÄWoJÏߨ·ªùzIúZ©6ت«ƒ­†£P4Eµ³tÞ2!]w ÈõÞ™ºíƒË 5ƒ4“úAwëÊO×¢×\Á¶WÜÐM½ÜØèÞ¦5Ïù9+Ÿ‹óý{;½É‚—y‚¾ÃÛýúÛ¶ ŸÝÙ.¼ß™/ºro‡¸íî.m«C;A ÉõXrÿ‚>¹þOÒþÖt´æ“ÝäúÏtÓÊÏ,Ûâ,vî–0å;4þ=;:ü{’ä7UðVÍ ÎñŒÉñ~›’åýnO&ï}M:ïÃù4þÀÝT¿§]é‚û²´A>!Ø3V§§Z—ÜiÑ#W®Œ"mƒ†Dó/ ƒúûi•#NfÅ#.öy#+ÜRGVø' ÓB"†éªÕCŒø€/îÉüOÞ›yÅ[¼>ʶp?Åmöüœ¶‰óy÷FΗÃÉœ¯-I_ïüæ=øàWm°“w ¹WOÈ•óºäÜíQ¤iÄHçÌÇ•ÃÚ¸6æ¹°³O…=;ö¾*8Hƒá([ù}E¤ï3–7äïùÍo½Ç·À÷!ùz·¡øxöpjs¸`säP,s¤>†ùï‹ÑÚ í%¤³†š¯!äÜeÒØ¥Kj0Y· ¿æÆÛ`i–+›,¦GÀÚ3K+a'õ…cˆh2Ør7x)YðW2¨d \IG¬b6Ê]îŒ"J•L›‡ÿ äZ!çÛ i¼MHÕcBJ0AoŒÇåÀdÚ&˜ÎÇ<+%ÌVc#–>¬}ôõÒ1~L2Œ&ÅÂxV8f΄Éb̵ãa¾³,L,fѱŒúð9pœàâ¹L®=<¸¶ðá.ƒ»«¸K ó\LlVHähÓÑLHËï„ÔÞ¥æ?"$·Ÿ”ïD/º‘П°㦬Ä_gòadÊñL¬h0]ê3[,´·ƒµƒ l–/ÅrGk¬p²Ói8N áãd¡“9ͪթ6BŽÞ$¤ô!yO Ù2@tâ©%È_‚@Æ Aþ潩lL§Áp¶#&ϱÃOs—aÖ/Ö˜3ß -¿˜YÂÜ|!-X€%f°³˜gêPa,œ ÷…sÀ[ø3ZA>v B¦L„Èd¼¨'^Và»:‚ïÅ/€`1Xª`0Ã@O -WŽ…”2hµ” -ÐÏÈA¿Lé’ƒù‡îOÃG¸=á_|^Ê>øö…½ñïë¾ ý(þ¯÷g6ÕàËp„/— o!œ ØTƒkÕ"m»‚j fú_ý¿ ”Ë -0º`=–Ãã©|Ø«'ü3ÿeø{¿>Ù€°?¬/`à‡ k€5Tƒ˜jð¦üìAH[!‡€ïUpkÀŽ“Ãu³Œ­*Ð÷PF‚QCQGÂõŒ -®WU`>TÁýQĈדˆ¯üçÊ÷‚^å@@Ÿâ¥¨_ѳr@ù#ˆc€0#CHfOßbl-!¥n=‰;"_jÝ$àÉBá«{C$˜ÙQpÝE9 ×êh0ÕQ`¥\‚Ûƒ¨ïÜGk¿ù@9èïÝ ÚÓ‚! >ØD8GNÓéDp—à”‚î:£k$ðøgˆÏÿH|}qаøˆ02›ú8üYêdÄœo¡¾÷ê¦þyaœòkÀy>t†<1Gþ ùŒ2ŒzNí‹zNëŽ~fàŒ ñÆäFG@ýs#$íÙ„Ã_éø7@8spü . ‘1Ø¿“‰ï/0ho½3™xIYo|ÊY¯.虿û61_úu0~ g,„NÓgOhã¨9Æ`ô³'fŽu?v–ÝŽ6 ’­,!aÕrˆ26 ·®ž/€îºXÇÓ¸ ŠàÃßÅ£âß  ¿“ÿõçqýÄÜ_üK¹?Vs_]ã,„Üå̇²#±Æ¢Ÿ°ûcŸp;Ñyí˜Þø™ô–O¼±klˆÙàØ¬êng຺@ºÛAH÷p®·ç[z@ð«ÔˆØ_0)/Pú|;íiˆ(c6T–ñ8L“1QŸþÙÊ›FñÆbfx}q2:0m Ó™·°Ó™‰Ó™×?R,-!i¥-Ä®wü–ÕÀÚ½ ø®ÛAäödy|ûNè}úUz€ß"3 µ@D'ÍbñÔ‡1tÞ’Ÿ9ŽÌŽ¢Ê„ÃQ—„CÑ7…ƒ±}ž¸)a{¤¨%q"»1i"ûn"§>y"ûò'@ª±glˆ36·8BÚî åúˆÝvÈóp}-ñ>±˜ãïµ  åÄÆMQpÄQ9m Ž+êAgçv¡‹Å†8­¸sMÜß!nÃŽ‹›qãâ†ä1I~,ïRÊXž.uLR:n,, ÙÞ0ëWÕÙø»Öø3HÝv¼•yøMæ}ôE¡¿Çœ$Ôo:+5ÊMLé£8÷ñŒì¶D~þml¾ôVb™´9©VÚˆ»#½ž<"­O‘ê Ã…UF•ÄaiqDZN)0å x{À®[ Lç• Úµ -mú«ØmÛk…ÇÞÿ(½]Ÿ+üÏÈC=Çó£"ú… É÷¹xÖm*%ëF*WzŸ]\‡—ËkSªä—Rå5„^¹–4(¯ ÊËÈŠ•”Å¥”!Y e¨È þ¿·Ö8ΟAÎNG(:´þ½ÂmËËŠÓ;þ­ñÚ7«ñ;2Yì1TŒ -ëÌÃ$¶ -qŒ\’è2YXMæ—V’ -”jr…ªœ|E©¢t(K©}J9­_)£õ+Šh¥RÚ`‰”:(7HK- å3HY³x›W€dç*(9´æÏòï6-jOo}®óÚ9£÷Ý?VàÞ«Š n—¡š%‰´zajfUµPÅäïåTÈh¥êBº^]ÀhUç1º+$Œžr1£·,—ѧʥ÷+r饦–Bê -k ®±þæåPàbʯ_W[÷sûçsuç·NÖy~õ Æï¤AxGƒia)z ž_."ñ˜*1›_™Å*¬²µUvSŸÝ©å³»*ù¬nµ€ÕS.`ö– ˜}*S€ll («—Cæf(r±ûX~påKÝQ§…ºSkgÎmkðØÛ[wñÄ]]ˆ“& -]§Ä*e¸ô’³¸'¬½”$º§Ç :t„ C5)½SKáui¨iÝjS€jl ÙYÛÉr7Yrû²?tûl^\ý—íã›ÇlÆ8ìÔwç¤ËÝf¯£ >µõá(µ>:¥X‹áä”'åpKRKRª6>§Ë+Ô£ jjb¥íÕ‰¡:!ÛP•$ìÔ& º*ñü.)@36í–Aš“äo°€òm/k÷X>o<`1ݾoéákýÛ[ÚιrË÷|ÕHÅU$.¯6–É×Å‹hœ «"VD+Òª¢”R-ªLW‰,¿«Ž.íVÇu«Ñù]Ln·:>Û4 /1Êòe p´€¢uæ´[–üruû’™Ömfc½›—ôôí·oëùnëuƒ‡«þ®ÏÙ²;¡…7ð¢ëHëJ¬__S“¢ˆ¨á”…ëóUá—ªaµm¥ºRdE¿¥èSFËúTÑ…¦ÃÌhË­ ÛÁJW›½Ñ¯EÌ7;!Æ»—!ú‡×›ÝÙc×<üóåSÔ=žîņ‹9íqi­¡$RK$Ó“q#©(¤‘) n’5k¥A7[óƒšFóCëF¤aº¡¢õYdÙƒbS€el`ÙZBž½Ù»ŠˆÉ+ˆÑVKDÿ€¢cÒ Ñ2½ÇæÊÔáÚŸŽï-õ8.:1£ÿbµÇí fEÞÈ êHÈñ¿OÏñ7äfùuiD¾Ý·3}» -ü['EÙAõ?æ׎‹Mb dX›C± bJg†¾aŽè½gޏ7l‰hy²Ù¬áéA[ýÓcëÊfOþMw~5}åa¿¨§Š‚"ÊAˆ‚,,IH ûž¾ E¬J•޵Œ¶Óãèh3Ú©µãô8Z­¢ŽUGl©Z¥¨¥(E$ˆ„U*<óûÌ‹ÏÛû<ç~ï÷Å]»¿3ƒ³§C(ÞÖ.6Vü")µ<×hîëê -vÉÖî”¶í}Oúëg;$·g?îxWÚÒ½CöýÓŠ+ï+/þö'WPOuØ÷ŽÛ³£„´RÏ[—f‘ëͳIcÛÈÙþUsNÄ.<6À 8ð"9º¡?%qGoš¸òyº>ï¿@Û#ª”õ(7g=³l÷ÚkÄ}ïoõª œªÊt4WŠúº*ÅŸWgýÜ[“}§w‹+ØMÜFòðKBnCÈõën¤ñÞrzp>ù—3ô£#ô%FÁ #¬õu#œ¤jg¢¨À™¬6 §äÊEbgv¹`DW‘>VPÁ«)Oo(KøGIÊä¹bîTKo¬«Pð¢·PÐÓ_ì -öÒNÝÁÓ„üï2!?º‘ÿ<œM¾˜ôr;ò&Øcÿ›Ÿ§é!uÓ1ôêiFBÑtß4Í”*¦9ZñLJk*d¶dm‰(Îã`«•‰½–xËÇysZrXè1%¾é5ºòäo„Ü;IHÓyB.5rº…Ïr‹fý+<>@ˆ÷v„Ѫ¹®Qq&йJÄðňËÎGž‚U"„6ä&ŒŠ4±Ø¢Þ€=*:>UÒñ•"7åѸïRëç„ÜuöR73kö&¸»—`Á ¼}´ð be¨´ˆT„ÒuqC}F˜,:’ØQHgG ‹; fv(ŠY!ØÄ¢a3 .}wsÔ NÜ%äP•ßIȶÄÍ>C悸›0{¾î^bx.KÇâ•Ið dÂ/8¡t„¬‰BXx$¢Ö†#&b ˜‘«ŒŒÈ dE@áSÄ -Fø¡Ü¥o¯r’šÁá„4tPùÝ„T 7È=ÕAâ)Y”âÍÆߘë· ý£àåaðZ`Ú*¬¦ÑA ¶Œ åà-CJàR½! X¥KÐ.ð„Äw x!~`ÑiH`„‚›LWÈB¢2l³ñeb0¶J»[Š ŸÈ°áåå´ 1””VJ· ±/¥`¾’"Á)wL2•6‘=ž1™5,˜r ºùž.óBz°¢hàÆ„‚—@ÏW–ŠDS&XÅÙˆ¯‘Q¯@ìÇJÄ~Jù‚ršÒ¨ÄÆ&%­”.â -p†àËçÊÆùã2§pRê½– ¸ýüyS2¨\jŒ¼õ«ÀçDƒŸÎOš®^„„BXÕJÄïTƒ±Oƒ‡5`× îå¼ñ×5`ÞSƒÕ©{@ä—ªé´Wª þˆÒ™9¦O(z³&UÏ]€ê  :hËÁ[=bfÄiL³Ó¦#Ù&ÇNeÔéÀü³̃z°>£|¥ûœœïôH¸£Câ#’úµHÔNò_iœ"§f0{LÝ+×<•ŽëžÈÞFÏyP.[ !ÕA€ìuÁÇ­ƒœ‰(Bµi%¸åÔùï‘ð ûMHü{’¾4!ùŒ ÜË&¤4›ú‹i½Æ)¾Ã0"Ò;$Ný3Ù¨á‰|ÔØ®3ýêr<çB½t1DA¾È -] eDôŒµÐ'3 r!Wˆ ÊQ!£„:¿ÆŒÔz R>¶ õ°iÇ-à²Ì¤_°LgÜÈ}ÃoÍ}-è1ˆf‡t(§G1œÓ¡ræ¶©G,-Úk‹v4ïm`ž7š¥‹è µ†µ°Æ†!/)¹ü$èe™P”È*0AXeæ×åÿžÑÿš `Rp,Bx2,ó\þ˜øªm$ë®m8ûižCæ°v«†¬4¯l÷uÃ?é‡ ›Î¢\@î\è|ABuÐQ+¶%1«PFíFq:¶ìŒ“V>¥¶š&¤å¶Ñ¬­ENñîâWâOJ†²JN;¤_ È/½PÜ.ìSvvk Úu/‹Z C%·LC¥M9Ce×Ì/˯澬TƒÏB(ü—Âàƒ’5¾°o a'Õ¼¸™ -qêd¡J2’k6 i‹mŠÍ%ýòåÏåû*ž)•w«þYÞ¥>UöT{±´S×\Ú¡ï(m38Êîæ V|ovT^³ Øÿk°_Ȩry0z/„f…7òý— rµj×ûc{ ¶¥ÅLÖŠvE¦£Ø¨îµX» öÒß´Û+k÷ØÛuµ·éÚêÿm¿oøÖÞjl²·˜Ú«î˜ªnXû7]ÉëÛ|ÁÖWóM~_Í×}5g\€ÍÃ&ï0.÷B©ÿbl]‚:ºêY!Sõ©Q#;3™Žm2ÞóMzYg¹-§=¿¼ø¾yKÕ=S}ÍO¦¶ÜÊ9\û£ùxí¹gjoZ®Ô6Y[j¯çõÖ^ü?Ýuþõ¾püc0CѩӢºmçÔ·"$•%²o5–Én,ƒ1Ìf˜fÁ`Ì‚“8"‘%Dè!u8Y²•,¥¸uŠ–[=Nº-÷|î÷à‡çÏï×ãýùüðùD½¤·Æ¼LoŠ}‘Ñ@x‘QGx™qu 0JK †n€á[ô!i‡Lß§¹¦›a®ÕΕ<»_ßó]޽Êö>õ<3Ðu†0NЋХPúñŒô¾ˆ\fod1ó6^ÅêÆ×±nEu°:£Y7cXÍ„ÅÌú¸…ÌÚø…Ìꄅ̪„ÅÌÊ„EÖj`4Ò†4DmÖƒ);taæ>]˜kbø]h¹í“Øvï’ØÙxQèe1—è0ÁÃÒc£î&“ÈÝñiŒŽX6»-VÀ½[Âm&TsãZ¸×ãïrëãç¸5Äy^Uâ<¯‚4ÏS‘žq•¤gœµÀ¤!ÜP6é´í:³W -ë)²Øü^vÆè¥üÜy™§é#±Ÿí0?Ä÷;:¢›NLj¥¤0¼kÄœÜZb1ÿ -ñ¿:±ž_Eêá_&=ä«’çø -Diò“\9B–ü4[ºƒÁÀ]˜°i=ÌØ® söhC±±î_òãËŠÓ?/–;îšUºÿsL†== -öºÍLJµ³ã¯g$gÔPiÙ•dv*Y T’Ë„ -r°”rS(§Œ¥)ÓÂâ”iAaÊL8e6_D™ËCðWc‘†H¤d¨YÛ´`ÞnÌÉ¡uf^Uœ4˜¯²ßò¨ÂåàâüÉ>iG§(2¤‰OH¨åè jv)!”RsŠŠ¨’b1µ²X˜ÚR\:PœŸú°(/õQa^ꔈŸ:-äSg -Ö H~ãzH6Ô†ì­(Ø¥ùM~óîÒ‘uÿ®¶Ò­µÙ4V}î— -ß= -œ[«4üb½8&®*˜VÆ%óŠ˜4Q~:[šKʳéJ9—^/g§ß‘gÑÇeYô )›þ°˜M{TÈ¡M‰ÖãÐ…4P ´ ïgM(Þ©±¢8 ¹\e‚~^g¦5Uoe0|Õi__µ·egE€s£"4°F«*Œ§Jò“8ù<ª“É3˜¹ -:S®LcÖ(RY] -*óAYc¬„–1!£gLJ2Òe¤?*\ ŒG£a´¾¤mÄÀÜ-P²õIµõgͯêsÆêãMú×Ïîé©ó4o­ösª»ìW©ÄG•È Q1‹W@гiòd»<‘S¨JàVªâ¸íåq¼%‘=ZFÊ+IfË(ÌIÉZ`‚&ÆmX5aÁO¨¿å[ÕÞWnW[¨ß ¦Úþ¡6Üf¾¡¯ÅnWG£ÛÑÆkªk.^PV…G«¢“ø¥ñL–„”G¦Èbó™åø|*²à’2BpC!-ÅóGK£³ÇJÜqy<{BºHDˆ:Z0KOŠ Õ¾+ Ár>˜mÑcF ÿÖQîŽ3F7Ú\L¯6ûØ^jð–] TG9—cÓÓ” 9ñ%ä¢)£$TZP"SÉCä-²à’’Ðâ I˜hB‘?!ÅçNJÖ54!Yyº((Ù–+ÖÇõh0ÞŽƒ··‚Þ^SíöÛ6[ºœŒ«:®lu0Y]2ѨobM0«`¼ÛP ùûuiƒæÑ}µÌ Tç÷JÌòûݲîúøR{±aq=ÄЮ4ÿÎæ…[TÖù®¦owçûzºwÏ Í»ëOºïŒó ‹,lÍB&öÊBÖj ¥y(µE“¿0Ô@ß-d~? -4M Aí´ªbÆDWöø„‘à¡ gâÜ©´Q7÷„/\øàùhÿû$ŸûxŠ×} -ÅsGö.Iò©OtðÑmä ÑýÞÛ$ÏîeŠWëÕ»õõª`*PÿKÀt9#uÜk  ù{5«ƒ+ÓP±¸U²hº^´h¹÷üÔÁôgö–‰O#ç\|f=‚}f±xÙðh÷¹¤h·'l¼Û¼$ÒõYm¸Ëó;aÎ /Cf>F:}ŒvéÿHpý}u ÀS)£È~o »€–?¨™På¯×ÙÛݚ·Æz¼·Çv¤¿±Îá½2Àþ?ÍþvF°vß_°{õÙÏáé -ÎáÉê^#;˜DîÁ@=·;h½@íÊ£€ä“žZþg#4gåÀFúÊa#ÒÊ‘ƒøs3ÜgËS>+ÖŽ®+¶îg¿8{Ûý×Ç÷ô× _›¯ëotïß ¼¬~TxZþhó°üߤ›Åßï\­¿|u9¹òmU3rkèm ¹‡uCÈüI -çÈý¶Å‚[0©p—>îß íÃÁÃ&>ðÈqhnã­mÏ@»³ÖÐÙÑú8‡ANfÈCø(¤ŸýÌw0…*{xÃî0´= ß!>œYÍHw3¸ÙÀ5ä TcÈüixÏÈøŽV'C=-ܼ! nÿÉîÞé÷ïw†í¡ÉxÌÜ -ž°0‡g¬ŽÂsV¦Ðûÿt×wXÓ×ðŸW‹Ê‘­l”½Ã!ƒHH€VÂHØ; P†Ê#KÊ®{ ×:êlźµX­JkUzñjÕjE±€(ŠT(‚È÷ž§çþñù÷¼ßçœ÷œç¼twȃ\ä„Ê@G4ØcqØß?Ðìp]£îNŠúŽÜƒã?RÔ^r›îST㊪ (õ 57Z R £'ƒ¡QLÌÂa±Œk[:hp^á OgÐ\\Ápu×Õ"Wû¿¥tW+¹X¢ÆÅ-Î&ØIìÒ¨ëk6ÌiB&˜`ޱÀÒ"C’ÁÜŽ–$ó.ÝÓtÒÒtr­%þ ÉðÍeû2^õ\x¶qáµ# ÞûÂàsŒ8ß..ünpA»Ï…(üGC0ÅA8Ó!`O°Àå t$\Me¨®ù’ §e`¹Ù€Es›ã¦(ôD&³Èºe<ÐêÂá×Êm ±‡ÿÃ|œà#ðAÝáºzÁox³Œa™› 5ÞrÁæ!|€¾&/ÒGÉì@Ú™äà9[ïkÓá‘àÈX`*ɺÅÐk#Ô,}£ÁÄ!ßD"äl$˜?D‚Õñ‰ý$bšóZð!tR0ÎÿM8ƒD>„ð‰"Mm žÙ°mÍÁ·3‡hÅRH¼mÍpCyú"bÙà¥ðÁÉ])«^2Ëj“̰·I>röJ¦Cˆ§¸'ÅÂ.‰'y?GM„?ŠzÏ)z'˜¾ÌŠ^gÅ¿‹g£•ÌÆÜF¬&ˆÑ×#×Ç<+SDY›B¶Ü‰žVH¢;#>̱Ò3É‚A–x:¼4v’·Z:Ák‘އo’þÉß-”¾‹èŒ¼ûVøcÌÑýèᨡèÁ¨‰èçâÒ‡1e½Ò™øž¸™„ŸeŸ4‚T_¦Fˆ´4FÜRc(L ô°DéËôP¯Y¹ˆ1%K—(%c¢"Ù[auˆ°1ñ•¨=q8jGÂx äëøèsñÄ\—õÇÞ‹ë“Æ=‰O¸7•Ô?-ÿ)qZq-i:åJ²fˆÓÓ…Ðt1¢É^ÈÉó’io„<7SúÛÌæ³]'³"ÆÒ¤Ü‘ÄñKinü@L¹¼?ºNñ,¦Uñ4v«üIÜ—òÇqGåd§åeWå¿Æß•ÿ7a@~'a<åfÒ‡ôkòIå%ŤêBÊ_ªs©ehÉE2ÈL ¡²0@Ý"¨]ŒPN³œZÉ\>¦æû¼Î‹fdÈ#ûY²Ç‰ê”ñµé÷â›”w6¨î$v¨þ“ø•ê—¤NÕíä.Õ­äÛªоŒnÅXæ÷©ãÙçÓÞçœNŸó­ò}îq•fHÐÕÄÄÉÆȵÐC©­>w2øTëk:¾*Äf¤šç:P.xZœö GÓ«,HéI©È¼©¨ËùIÑšÛ­Ø’w=eOÞÕÔ#yWRÏä]Nëλ”þ(ï¢òMþiÕ»ÂÎŒÑÂc™£…G²F ýH$¢I†42÷™ë ÒF«Wè~Xë½x´!Øb¨>Ì¡oM”×Ãê„;¥éâ›ù¹Šë™êœËÊšÂ.ecñEe{ÉyÕŽ’³ª%g2N”œÊø^}2³WÝ™õR},{¤ô`ÎHéþܑҽмµ&HÒÑAÜ’EÈ0ÔA©ÙBÔZ-@½ãÂñužú¯¾4îÿ‚³ì·u"§Þµ2úÍšTᵕYÉ]…E9gs+JNf¯Yy"»¥âxö抯söTÍ9Vq$÷BÅ¡Ü[_彨؛?\ùï‚áÊ]Ã;‰¯Ê5A²Ž6ŒôÉÌ© -Óù¨[¦õ©Ùaþ»õnÚƒÿò7xºer¿-Ò±§%.ðúZ… «6#ñLy~VgI©úhauåÁü†êùm5û -vÖ|Yp°vOá©Ú݅ݵE¿×n/¨ÙZ4X³¹h°zSÑPÕÆ¢¡Ï5\[Ɇz(0X€j-4XΛjµ÷fƒ³VÿVíß¶1 ïlØßh‹¥]nI?W¯”u®ÊÍ8\Y\²¯¬¢j·zÍꎒ–ºíÅ[ê¶•ì­ÛRr¼nSÉ•º êuíêþº6õ‹5ëÕ¬þ§z`UkÉ@­&P )ä(ÖŸUKæ¡Ù|î_íÖs‡·8Îíëp׺ßdp{;ßæÚæŸïÚ“¸'[Ò¥G²•ûWïª*«ÚZ^]·±¬¡¡½¬½q}Ù®ÆÖ²£-e›Wö66­ìkh*{Vßô?¶ë4ê½ø=CŒ­“,‰ìÛ3¶2YÊN‘0DÖj0hÆ>&kŠ&)J¶VEöÍQ='-R.%EêézêNëyÊÉýüÎéÅóf^|þ/þ×õ¿îûúý¾/þ߬ÉÂÒ¬—‚ÒÌ)¾$MvˆU”ÇL%¨H¡hõC½åµX2ÖbB}Ðb§t«Ù]çŠ8ÀêÌ®p×ã51í¢œý¥©›[rªó¸…ÙüòR®HTÌmr‹øÙ}¢íÙwDÙτ۹Ï˶s_”ð·Mó·MJ‚1rr¯ ‡\ÅyX¬L«V…™u˜Ü¯#m”Á6[Å­«—\Ø¿–uJêÔµ;zmkm|”xGrJmY:WX˜UX˜Ï«Èç•Tåòꪳy-ÕÛòzª³ònVeå=­ÜÆqsÇ˳sž—åd¿(‘äŸåh˜« …eó)_ë~‚·âùðì < uè­ΥòWÚ]Ÿ9äg~ì@°Ãá½Q¾ûâ"víLLÚQ•¶µ¨<ƒŸ[Ì­ÈðkÓù•uiü¦ºÁÑÚ¤Âë5I‚ÑêÔíO+7Œ‰6ç ·ðž—I‚±49L•‘Å|yêœHÞí¢Á“æyð¨]hÁ£Ö´óGœõtúлÚí[Z#¼÷qBkölL(«OÉȯI/Èe “ËójâË„uÊ÷ÔÆ »kb…Wª8Â'•JŸîH(% -žU$ñÇ…’`†›¥ç¡€FùX%O÷Pa¸UîvIÃÀ u¸Üc!ÓwÒQõè1OãCݶ{;ÂÜvŠª8°!VД”ÎmLã¥Ög”ÄÕæîˆ©-«Š®k¬Œªë­ßyY¹óYyTÕ¸0Z4.ä”—Ç–J†di˜%%…¥Ò0Qðxî¦Â­ãT¸Ò« ?ŸaHŸè³Wn?í¦ßܳÆz÷ñ ×Êîÿ⎘hÞ¡ø”Í-ÉÜ„}éü¨¦œÒȦ²Òˆ¦†’ð}EáÍ—aÍcü°=“…áõ“E‘5Å‘U’a‚¬,æP¨ï+ž4€S—:¨Ð2¨ -â»f2uƒlá¯Îú‚ÛÖÜ›¾N©ýþ¾±×ƒÃ®EÆ®»¿ÑÿjFâšk‚k®×%øÝhÛàÛ.ηÿ Çëú§8ïóŸ|{?&ùü, òÈT ‘3¸Ù p™ÜAéŸÝ¤ÿµÜ‘‚ÝiP3ª+%µPŒ,×Ê~ìl–6ìf7ä½:üÁÚµ÷CBüîs"|¤Gx„{?¬õn ñ|t6Èãñh ûðû Õ÷fÃÜf#<®Í®—d¦`d7À¿‘ ;8Kúç1ÒÿÞh’‚Êg4(ŸÒ‘â¿b(r§l4Ò^ÚÅM:Z‡M¸:LxºùLøûxNFú¹¿Lòu™íã6Uîíöj¯çê×Ç=V½¹åîúæ­ÛÊ©ïž+ÇÑÇiý$¯&w°àÆ’3'®´ÝØs r„Å¿)@Á´Ö¼­3FJi3æ‹â¦­ §m™þÓ+l½¦]VÏx¹¸ü±ÎÕé}ô*Ç÷©®x.+>îp¶ÿtÀiùç^Çå_î9Ø}ù}û®`O££$Åä.žþ‘öñ @Õ0@á@î'9JÆW5™äoÚJœo†ªaßèÚþ³,cÏY¦ë¬½õÊ¿\–Ù÷b³¿²—ÍE³m0•m…<[K¬\f–Z`Ÿ ­™øÖЉ_%ºÝF2ÐÐK2ÐÙÐt‡Ì"óG¸/6ý)MM@%Ù(TU FÍ…kPWôIé5°GKc[d›ÚàJ3Kô`°ÐŸÁÀH3:&š™ —nˆå¦(&ºMôñª±>’èêq’s?2Øü+@õ2`Ûs€äW±_A*¥eס¼¢7.X° -ÕÔQSƒºZÖd dè2ÐZÏíôŒÐYO½tu1HG9Úš˜¾D ´Ô±’‡&MUìèÜÙ<@2X{ èïùãISQoüHù!Ⱥ#(8¡ô|;¤-´F%Uª¨ÓQCõ ¡¦Ò55ÑRs²Iqt^¬ŒÞJ¼H9ê4ܤ&ƒ¹äç¤DE’“$ƒIëIKÿþúÿü¯9v!;,G·APb!üdŠ lˆÒ*º(§ª…óU5PUM«-D5E4R£!CMmTUÝúÊ€± $Aò©éy&æšhÆZ‚fKuÐÄA < Ð Ø âLÑ` õóÍQOÈDýL4h"Ú˜hx„‰F½ÄE&0Ñä!ñÂMß™#ý‹9š!ƒøñd ý»92þ’Քњì@7ÓD¦ùdZé Ã^MÝ Ñ4ÐM9fh²‰Ìà±Ð¨Ìk ±%š´DÓnK¤÷ç-ЬŸ¸Oâ1næoYÈüÌBÖYhŽäÍyó_+dý)®$;Øè¨£¹©&ZѵЊ¥ƒ–l}d­2B¦?™QÌÿ±]ïñLïÀ¿$•\B‘SN—ŸÓï„_ÌÜ7lfîs33c†Ù´¯f¶¹lH.¹S%•nºê¢ÓÑ)ýN©ÎÑýWî!%‰Jéýûþþýµ?ž~ÞŸ÷ãóxÞÇ lRíÀ:ËÖà`ýVX7àÀ¦ ¶û0Gpð¯Ó8ØðæìÚƒýk{À}´ܜݜl˜Åüíö“N€›Ð<—ÞÒ ì­,Àñ§ÀÙÚœñ«ÁÉË -ðÁÖàÀÄj%cP<Øå9‚]©Ø×bv`§;œÀá#àOb~uÇ«ŽàtÿÍy?ë<á0í2ëðÅpŸÿÁœF àüV ™ƒÓJ3pZ½Ü×XqÝ -ð´_D+ øÛ€[$\¸Ø»€“«´Ùœ«ÜÀ¥Ñí›Ë.×9×ý®_ÝŽaz\gÝ/»Ìn»|!¾tþä1î<á1ã4N—1"¸½ö÷d <×ȦKÀûÂî–æ@ÆP±÷ðÛ` T·€ÕHaxðd»1•0GÈ"ÎÔÓÄr/õSž-ÄÏž{ˆŸ¼ºˆI§ “ä‹„ ï÷qïg÷n#”÷aoðxI¯ÇT Ýóò] ÀëÁ[!$‹eà‹­Œµffû„:¯y=ãg©L÷/”$¯OÞÒ¤wùƒ÷ò{J5y̧‰ôŽÚNzë{ôÆ÷¤×ˆ_¯×kÿžCO=_Œy>õŸ&?öʽ ï5øõk>&F@øßýæ&jaŒ5¦À²6ƒüJ`x®û;"÷‘éþ> ž<êŸî3â'£ûP¶R_6P_µù<îôyF;Fyržò8ä:åQÈÊýÐ1êiÿ›4ì…à¾pîš&@56’¹)/[ÑË ~µ$þl<œù4—°f‚Mµe„¹‡Ç’_„ðýž†dü’ø0´$àAhm཰æÀ»a·Ã»‚n…Ÿ ˆø=èˆA×"Gƒ¯Ð§CûèþkDœe½;è'5?¬ª™1D˜Ç\R~Ô‡´u†_…v¦…n+Fù”uƒÜ‡'l¦çƒhžßHí&=;ìÈ‚ðë‘åýQ W£Ú"~gtF\fœ ÷E_ _Œ¾E¿À¦ÿœbœa~‹>ÁúÆ<;Ç<ÄžcÔü—B 6ÑXæL2ÓƒtËE ±Ò›Ê´5Ët^6$!­z" -¶¹Ïg¸ $ÄûõÇ -Âÿƒ2.Åä0‹)Žé©bg5²Î±v³zb»Xgb{X§Ù×X'ãžÇ‹›dwÅÍÄíçÌpöÆÏp:fâvkX!ƆÀ6Ѓԥ ]¡ûM¶vÁ¤b½ÞˆoôLá±ü?²@«I¤Ó•4¶ÏŤäðó ¢˜³çG•p’SšpœSÇ=ßÊ=¿Ÿ{8¡›{(á2÷÷ww<±#qŠ·‹7ÅkåM%îà}Ñ‚Œ Â@¸úXÖ1Y:39«tÞ«Öé¾*°Ó{TH\r+ÏM¿<Âá"Êò>—žÚÍOeMB¹‡yÊä¼¢”N^%¯‘¿'©ƒ¿;é(¿=©—¿3ù¿5ù­ 9eR°=å#¿SŸò)¥N64€¨Å‹!y1öÆ: 0ÓžR¯Ô~³yí¼g%ÖóÞØìûcŸ*ÌîÓ«{S<­+#%f¿PÌëd vñó…müÒô~]z³ MÔ$8(Ú.è5þÕ †E5©ã¢ªÔé•©„‚‰4M€†õƒåÞT½ù 5Ò†£X8.ÒB €å½ôE:m õµÀ+1FžW,EîÕ¬Õº^ë¤w©Šbq®œ¶þÄ–(·ƒlÿŽÜĨ–l·aS†°zcZ!Η–‰K³JÄ ²bq»¬H|LV(î“©ÅOd*ñ©Jü6S%EU¢wU¢±ï@(6 ñó@ÆÂy£‡Lé!ƒå‹‡5 ‘› «+Ûð {ëÉæ§«ƒÿydk¤Ë¾’Xj[!—¾=/%¾ZžžV*E3‹PE¶ZR¤Ì—T)s%­J¥äR.éUÊ$0ÃòlɈL¾ñTžñ6Sž1úÓׇÄyº€êjÏä/@·è *u»õºÈ¦•È¥fÜ‚s¤¥'­ÖÐwWÄPšKãÃj‹’âÊU©©…Ê 4W&UdKóó¤Ò2U¦´Q%‘vægH{òEÒ;ùbé`NƦa…$óu6ŠŽd¡è›ï]›G-ì?èhh#Êäní+ZvÓlêwFºmÝÁò+jŒ§çÔóÐjPP‘.M(Û”[šŸÏ*«Ì‹)Û™S~\É,¿&g” ÿ—í2 ŠêÌÂðwQA–^è}¡è¦èn fkvÙP‘ *ŠûEMÔ1*5EQPJ!¸P“èD·©Ñ² ¢FË…5ˆ ‚ˆræÿÙóã©þªëÖ}ÎýÎùnÝ77}Ssîä ͹SÖµ¬ÌXk ~aM³VÏ×Ó æ¾½”»Qî9 -pºlœ¨Z«Ð>TÌÚ[-ßq,Q¿épZÈ×ÅñË‹²¦ÌÛ?sÖ´½sMÙ³ôË´ÝkW¦îÙ±"5¿xùÄüê¥)ù×–$ïi]’²³}éÄmíËRóˆÍ–à :°àá&€[» -.PöªùàD•5?ɇ’“šÕŽ;«ÂÅy'b5ëÊ’M+KÓ£šš}xZVFIΜÔâÅ RŠ¿^˜\¼}ARÉ¡yI%?ÍIü×ÕÙñÅ­³ -_ÎMÜÛ5?éû ’vY‚sÀº“úÐø-À}Ÿzp¶”²gÀ±3”}j°ÿ¬bè®:Û-5Á¼õg¢¹§â|U'›gV¦'L­˜:9µ|ƴIJ…Ù åk²ãË¿WQ4-®¢ê± ™*Zè¥Ö›5áHÏô؃o³ãŠº- >À£ ŸöàÊAêÁ1€3•å§Š)ƒæ_°¿K¬·ü[kóÏ‹þÌU¿…Jÿå9ë\œ)ólRdjmzbBMVZlͼI15«Òcj·¤Eט]w"%êl}Rd]KbØÏýëÒ"Ê?LŽ,³äÕªO{p½€zð@m@%ù¿à"À¶†!°ñ&ÖÝtž{S7~ñu^ε÷̆}j}l`ü•äˆè+S£#¯Ìމ¨_Þ°)*¼¡ 2ìjy¸ùÚå0óÕ–Ðàú÷¦ËtcƒÎYò˜öà¿». žƒ2êÁ)€ãä/¤ úeÀoþ3rGÂò&¾õÂ&ÅèYM:§Ì{FáÄÆ EÜáºÈ»qưÆtÿÐÆlÿ{KýBš6ƒïïñ ~Pêôð‚!ðÁS½S¯o#úùÜA“Ïm üœÁ³ÐPD= 8] PVG3@þ]W6ÞX}Ç -? óšÙCg´HFg´(RZ´Ü -ÞÒ°“"¨%\К õk›âilËÑÛWh|;òÔ>PywV)½_\S^t¸ë:P¡mC¡þœƒ= sXó@ùKÈ¿›ü›ý·5ätްÊzã8lr7×&©[<>¦Û•e~«â¼Õ‹}߸zÂe^½ rÏwSäš¾™ºo…‹ê}žÔ£¿P¢ì¯+>Ü)>¶ŠÜû„îïÑ‚ßéÖÑ VÕÒ üF3Hþ¼ëä¿EþF€ìGS_[Y¥¢Í°xt‰lÛ`8ú¡ K -Ž'zòTèËW`ß 'ðå˜ÆsÁ .sáF¶÷±XÎâãE&Ï-8G3xòg€£ä/¸ °…ükÈ¿ü3þ˜ô ©¬cÐz¸GŽ -Àqc½Ñq¼Ù(`¸¡Œ)C%KŒ^äòcqÑÌdc<ƒ‰NŽ8—‚ä[ÜNÌEôÁXe7OYpšÞ¥¿ ÿ6òuûÓóO§çO'\;@D Dîƒ0Ê­Çxàˆq®8ÆNŠöã…Ȳç!ßR't§à¨uƒ~ö£(4 ÃD;kÌ´œ?pÕXÀ­Äv Êϼ°ƒüký÷Èÿ ­`B@HX?Â/„a#]F‹ÆðÆ:ãq ië€cíìÐÑÎÙvÃQ@^yUäõ%Ìä‰8Ép&‘cº³P$e ߉B% yZgd9Èç S²3:e±Ñi!±šÖ›èÿï8ÈÜGsuœ¨ä û %®rs—ƒÜgÎÈ{éŒü~6òqÖßpiMWY ¤Œ%–0PäÊD‰ Ejgäzs‘c&¹èü]5XIë <älç!7Ÿ8ÈCÞQ¢‚ZqЇ‚óD=…wx(zÂEq%}” g@‚ÎDÈ!xýBKЃjP R&Êe,”)œQ¢£{Ó½âø(Ê ßÙ|. p½E[‰ÝB -Qr˜øQˆÒj!ºÔ—(»%@ù#ºvò?ºöòûÝ×犼^9 -Q ÅŸƒjªA*f ›ˆ‰J1r6*=¹èn [Œ]Ó‰l1Ê—HPþ±Y‚®;¥èV A÷b⸕TÖÅ7ÅTÄ}êvQ¯ú­¨[3 |­Bñ+J_z ¬ëÿ€†=Ê… TñèÉg NÂB½Šƒ:£µbÔ¤HPå‚êùrTçä5Ûä´{äýÚ"ù{Ïä}^åòw^§d½º_d=úk²nÃ=—W†V—ÞÝÒÀ¬]®mztoա♕ŸƒžTƒ’ë„z¶#ú&l 0ðÑ"FŸxÙ€w†[¿!GñΰLÙcX«ìöÎS¾ñÙ¥|í»_ñÊX¢è2–*^øU»wúŸuÿ˿ޭ#à®[«©Ùõ™©ÛíIÀ€ÇcTÿéÚûþèy×d êœìÑ“åˆ~TK0sºÿ³ÚòÖ/|Íýë’ù„€¿Ð÷¬»KÞô=‰½ýnŒxç-¢6ð1c×·DkÐURQÐReÐ7äÆàKäöà ”Þàó”3Á3”‹!ӱ߇LÆ>Þ=Fy»ç F ÅBÜâúiïÑI_´R÷r–ú@ÑJoˆ­[ðûÜïAÒ¶¥?òCWÇ!~z“ÉÜ6' ºDU„§Âg¨™Ó´¼ˆ³4{Äd\ n"®7FïÆÒq§éӑÌۑƒŒQ'¿áûèÐÀ1]ñ0¦ƒù>pú†häZŒ>P¸Ø¦|äñF±Æó‰jƒ÷OŠ-~÷dÁËnˆñk/ é_Îpx!S,1nœ©ÁŸaîaf‡˜ÄAV9q€UO<Éj#õ%ô‘zÆIÇ®‘ºÙ?“;^RÚ`ìQŒ=‚hâ¾ Y²’|Ð |¼ d¡;Tù»½Ô®rûE¿ÎýýF¯[úÀ/«£ÖÌȨ›'’ÙA#QÔ)žœÔÏÕSOpM´®5î·8®‹WEïà5ÓÛyÇè­¼º#ñ½%ñ_Œ¦Ägñ ‰0¾–ã«ùQõ€ahT/(ðò€r_W¨]ìòÔ¸Üå§´Õ.wÓ7¸]MðýÚˆ[5©¥|>¬dž”ò#{’%”N¡šÑ&ÜÇr²Z„6öa9»IØÀnu°ëD§8µ¢sœjÑ=N¥è)§BôšS&zö#JDoœ~¨‹î^0ÙÓ ª}\^|ÁÃô…àfp#sË¥Ì ΚÃÿp:ô逞ñUšÑ.O¦´HåÌF±ž[‡eðk0‹  -+TbÕ‚ -Ì!(Ãú„¥Ø¤°»-,Âæ„…Ø+AöŠoÃþ›˜ýÆsFà Yȵ¤î®o´žàaš'¸gö·³¼Á¬å0cÝê=–¶lðqý‰tú¶gO³VD®SIYUr5¿<ŘT*ÍÄJ¤6¬HZ!>$mÛ¤ÇÄùÒQq®ôºØ*} ¶HŸ'çH_$eK^ˆ²%/…ÎÀ˜w]h®.ÏR]Áwè­Ð |kñóWƒ)ÛÏ‘¼ÝKû-„µÝY´-SBh}š€X©3K5 -~¡R'¶É3Rrå™E^"Ï‘×ÉÊ;ä™ò!¹Y~En’ÿ[f’ÏK3d¿J2dϰ Ùódg ÙkäÔEþƒœïN&@ù®àr¾;8W¸Œoö, Y|܆ÿ¤ÝJÝÜ”Í -ª6'âK÷'1¥¦ð­Zµä Ú¨8 ÊT›TštU¥&MåÐU½ê‚F§º¯Ò«+R•Od©ÊùƒâW‰3êá EÀíõ^ä[Èwnfp%ßœ/t“öå`¸l“{¿=haWqÔ꣇b7Öå1+r¸‘E™"Znº„—eTHÒõ:•A›®Õíµê÷jËôjí½BÛ«—k§u2íZ¹ö‘F¡™S*ÕO*õ™3îæÅÀu^À]ä׬ȹ -‘óØ‘s”/§*ÿâÚs8з­·²ÑNþ¬ªˆñ•ÝÆ ·Y”ìƒ'Ý,ÃtûÕ*¥Ñ¨O1dņ"#f¨7&„ÆÉTñž^dx MÖ?Ò`º9•XûXé dt—€ËÏÆw=ಠ€™Æ+sTùÞÚ .µ Zª#>ª=LüsyYܶ’„Ý–C‰Ds^+Õ"IRf)”˜Y§˜ÌÆDS‘gª1pÍ]©ó˜Žm¾«eg<ÜËÝÿP“¸ï‘šoœS9ƒúè•¿ïá:šÁä]S(¤½ùë½AwÓ:àhÚîÝÐæ_YGX[\Mû"ï038«Œ½¯DH×Âø’|*Æ^ Û’¡cYòu,kµ–iíÔÄ玪¹w”tËœ2>kNÉ4Ï)Y¦ÇïÀí™íáêšÁ¹2Æ{j »Ù´:>Ž-UGCÙ›£>¶5Q6f×3ÒkغJ>EVžÄ–J“Ù%Y|qº‚Qœ¯ —TÉè%Ò8û¨„f¿ƒÅÏK¨¶y)-w^g™OqbÀåGêbêA1“UÈ»P~/ò/Gz÷w.Õ]ÝJ»vút„¯Èi‹Ù`rP·ê›ãCMBR½€Á©•ð5jQ\Mz2­&?‰ZS%¤ÖvðckGy”Ú;\Rõ|"©â•€l)$½9åhè&̾›ÚÁh=(¿«€Fä`‡Oø{ßz—‚¾m>9½¡þ¦ã‘L=FÚ¤ì¢íLî`FpÛ¸$FkƒêP²(Ž´rk.‹ÔZOjm§ÛÎÄŴݦâ>‹j†ñøzÈ$Ô¼Mpfíáú/¢NÔ0Ԃܳ¹rК~ä^ƒ® oxÈÞäaÞùaêßÂV*£6`Ä/¹'©AŒ>&ŽÒË'{SH„^‰Ð—ƒï+'D÷·FG÷DEõßÂázŸF…‡„=ÝÞÉÎüuñjÓ•œnà$Êïïžs¾÷Üû¿Ï9—+jpùæÖ§fÔ´¥Ô—Ú“ÆÚªÂ]çg‡¹?±%4® ‰¿°78îû‹Ö绂õ/l޳°?ƒÈÁ^ÞÅ•téüí¤û¿ö¿8DÏà(!¥ýwN2©Ñ¼ÞÄ#£šUî¥-~¼ü–qVËpEJKœ.¡%Í8¢5ßÛZa޹ñ–9ææ “³mž1úÖ美[ÕzÇíïtÃo·k#n>7„·Âhky°:z¯§g@û[hívŒ¹Ç ù#íO>OȘ)»éAŠ:Øa#;´üô?&±ÓÊÆvF(]±êÈ®ýáHmØ£r­{¼:ôñ UÈã”Á=ËÖ'Û¸ '§åAOïÉzúd–n q„ÎàÞmô_@ûk²¨†yu„̵ ºßWÑÀÚl2ë€CðÂÅù!SnB±ÌcX=¦Iu˜+Ñb©Xƒj‘µŒ7„*t±ÿß„l§ó÷%í/©%dþ BÞ=GûÝÿ_ú¹m„¤>$n Äà /Œ ra4"Å&Jô“¨-Q IÌ"W,F¹H€‰ ðñ±«}¼°ÓÛ 5CìÚMg€îÿ2Úÿð$!³ê ™r‘ö¯RÒJHömB’îó„¸G‚x„‚xÁï/_Z°B%TŒ F ãƒPÆ ÑB7$ ò}*½ ¦ò fS yˆØLû+h!íÿ™ö§^¢ýk„ß$$ëGB\÷ ÞEÜlω{ ]ƒ‰®AÂSƒð9o)Ü}„à ¼Á_Q[DìA¸ŸSË@TÏ@|äé!$ý/½`  _ ]ƒ"P…ƒ&ª€Ä¡€8EQ!f´ Ìd™Rçˆ!úH Éb $+$®“€Ý$»] Ù>1äGÅàΈ¡¸"†òŽÊÇ¢Š>¦_ æ9Q/1%¡¤ÿ¾:4þrèÍ ~´VT‘J(•PäQ£èº&Ò=šÁ‚û Ň,”ÿ`¡ZF­f¡ÞÀB³•Ú#…ö[)t'¥Ð_–Ú%}†‡’Ÿ ÏÅOõôèÁöè ëÑBþx˜´tœŒr˜ røùr0ù+`¶«`ŒWÃ7[C™†70L£k|ƒïŒŸPKè·+¹¦/¹óy¿ß.ê ¼Ïÿ¸¼×rQö, MÖÐÅ> -èe;-wøCA©øCýÀï×`ÖÈ`Öɤ–ÁJ…˜8„†*£FPºEÔëjNQ ÎTõÍQõ-Pýd]¤z¼\õ4xêIÈ&UOèvåãÐo”ݶZ声FEgX‹â~xw'¬WÙnƒæ– º6ô7l0 Ú R²礈¤œÎ ŽájD&é`ÏÓ?¥{>A×cÿƒ®Û>[÷0b¾®3òS]GÔR݃¨iï_¯½çت½ëØ«ù1ú˜¦ÝyNsËÙ¬nuvh®G÷®FÃØ óð»ì€ÿ¥A`QÉFÛѬñr’õb¤XX$ÚññÚg1Y†GÎRc‡sœñ^L•éNì,S{ì\ã­oÆ-6Þˆ_áۿη9a‹áºk·ášëˆáŠë¬á‡ÄfÃÅÄS£«×RŸ€À³ °ž‰Gð©x„ †  ‡TŒ!ƒt™¹Z!Fú‰rBÙ'éNUgrªáNb¡¹ÍUéßšø¶åzÒ ËÕä÷ý›Rþî9å3Ë¥”Ï-ß§®¶\HÝp>mG@CÚÁ€si'Ϧ7žL¿g=žÞZ›†°c©°IEÄá—Ò~íç=ˆ£oÎToäKø(QñQjô~Vbe: -#e·s]šæ¬\sSFYàÅŒ7‚3«B2ߵ͚c;µ ìTö¢°Ù_„Õe¯ ÿ.§:¼6gOxMNýhÎûáÜöˆ9O£öåÀ±'Ñ»³áÜ™çŽAEÏ ‰¾÷ry|¼Âxâ5γ´Îóa¥…ßþjsý•8ù¥â,CCA±õt^¥½.obÔò~ï¨É{Ïq4^ô·ù £å/q,XåÜ_°ÁùMÁçÞ‚C1» ÏÆì*¼³½°{ÄÖÄW a3µþwC!F$Bš—7Ї<úÖzÍݽ¼éœìIÚ¦òȵ*¹0ÝävjzÿXUw`RŽß×ã‹#þÇuy†5}®aü {© ˆVÄ¢ ŠHq€ ‘ a„•0$d‘„° #pXaCd¦ÈjÄ ¨ ‚xªÇª uõXµZl§¶Šã´½Îiûž‡oʇßçûºïûyÿ×ÿ>Îq=ÊRq}ÕìLÿnv~@'»œÞή¥à´Ò÷sÔôVΉÀfößÙߪؓõì™À:6 ¬eú^6 X¡êPÜZ< üW -ðc -þgË4á~†Üʶ„+ò-:²<–¥ûZHÝ|DÊÚ©ñ¼;„ÿ6~jP OÚÌS0yÕ ¯QÏëdÖñŽ1kx#L%÷&³šû3³’û–YÁ%Œr. -ã’à…-| I„Ïqó}/ø6›wr´`Ü]ÿ(ÇÍUi §«×Súª·ôTz™w”X73¶ÔDºUårh%Y‚Ð|™$:;5…/KÎ¥$+$II5’„ä6I|r¯Dœ<*ŽKúV,Jþ5Nœô–/IœáÆ'¼ã,„0ññžb÷sqó\©ÀÍ…ûsh¯!¯³#µ[õºk2çŒ$"÷¶(<çU\Dö”02ó­ J6ÍGx2¯ËnÏg€þ/Ô âþ;ÖDƒ-ÐѺY«¥ÅuQ}ÓžOªèëJêŽy5‘îÕlZb!,ÇÄ' #ÙâpE©8L¡1‹ÕBfñŸQ|‹¢xÉ )œæ…æMó˜93Ü…X€gó=äã[À.¡ÿáFÌ÷WOî®vshíܤ¡êp6PðZVºßMAKˆ}Vc¸s²*š*ª‹ äÔÄED*ÙÌê,nhu 7T©â„(Õ1ÁÊ¡è`å-V`õ$+ r6š^6X<¨ø˜9¼…3îbW÷b¨?´3è@ýn€fõbØ×cCQtÒ-S{˜vû¬’wnHmg8IÚXîÜV6Õ,f4%„7fE5–„5í lR3èMC!ô¦[Aþ“Á¾ªÙPZaø)IØB^ã›|4ÿ+ñ-¨0ÔèÂ݃pÿa€Ú£ÚPuÌJûìµ -޹,’÷z-O=â»6þP=¯‡¹ƒ¥ŽòdtsiA]ñ]™þ]ÅþþÝõ~~Ý_Ðüº}|»ozÓº&½÷tÌÒ¨ˆµ…ø#ò,¿ ˜Á5ìàæ?ˆú}‡p{ö4â,; PxÚòNÛR²N;饜r3‘œ¤ZðüÖ±N90úÃvÐûÙî~}¢]´¾ô]>}…»|úkÝ÷ôw¹y÷ŸÚIí¿áLí›töì}çêq„x¸÷Ï…L`7«ðšÎ¡þz?Ô‡ Ôœ(: y^RG- ñÂ&-Ñ…m†±£nf‘ç©–!#~¶þÃÁö>ÑŽÔa¾“×pòç»Gò=G”[Ʊq“Ú¸ŽË­w^¯Xër½ÕÊåzÿ§Î7®®v¾þ‹å¶k3VNWˆµãeb»ØÁÅg1ÿãÇÔè½ù@Õy€¼/Rq‹Æ°îh@ð} ?XIñ}h«M}è`èñÐÙØåán³íߘo{a¾õ±I[æô½Âìó •©ãÄ᥎O¾4qxò/cûǘÚ}G–m|@–#+>ä2ÞÀHÀ)Ô?<ˆ ÷½è½ð@úUÑ €è;!÷|&4ÁëcŠûs -ççÖzN/ìŒ^l]l?é±ÄñÆ—aK6¼â/Yÿ:m±í›âEëÞ4Ùü瘡õ¯× Öþö\Í›wúŸ¾$«_ÃUc˜ï@û@zW`öc’›1ß þÚ€û¿œÿÐÕØú§‰–ÃÔ -]»)+ýõSë ­ßn1²šv1Z=C5²˜ 2üäÛÀ|6IÙl¡žÙ\ƒ®é\¯îÒ÷_é˜üõ“¶ñûYäýGœÁûëGý.Ì~ßE€’+xƒ×Qÿ6êßCýGèÿ·Ÿœ&¦AcÑÖ²%F:k‰©îj²Ro%Y£oN6è›GýÅÄÐiz:$LWƒÄé‘#Jm ÝZ@‘;š@î}Äæ¯FýF̾³Ïþ þ.ê£÷ô¾ç)ÀΟQÓï@Y7 V´VÐ^A´ẗ® Yªkø¶ë3ªÉ³øM ‹ 2 ‘ ‚ì0 a˜†!œ("ⱈ¢¢ˆÜ¥(-RW]”WO¥Z±VëlÝ«.ÔJ¹zÑ÷ý€œ÷Ãï<'ç9'ÿ뾟'9÷Dt:Xb®€' -ÆìXÌNG…˜]yµh…@Ëvb~æWŸÇßî}ÁeBÔ¸ö„Û„D`¶ÿÐÚŸ2ú!–ýDÇ Åˆ.çààL 4¢ 3ÙÈ™#{ÌöD!˜/Çì‰(3KQÙ€oÃÖh>°±ß1 ë‚_?EIäÉ`)ÔR‚q‹@jè@ê1¶m£ÙZõ€AÇQ7ºŠ~×ò -}D ;ˆèýu8à <;lÀÅ+ÝçðâE¢À9Ô¸\- H1ÎQ‰sTãutÐi e (;¨ »Ÿ -zíT vQv]Fw©ƒôz´~½¿h ÷ï~ íè#ÐZ†ÈدVàà~°=À -ჾœŒt.Ðs9@›Åú|}`,c³–úëÀÚDv 8{èÀmCtà¦ò.Ñ>óoÑ>òžÐúùïioyƒ´7| ¿æé¿æ} Œ0W4Jb3>˜‰ù`jƒŸ]…` £h•<h¸ÀŸÎA)„‹Yƒ†5ú­aod~6ÙÊüK´‹ùIÔÊühÚÁü`v’Ùov‘ñV|ƒñ§ø1ã…øý™xùT ¬'bà<÷Ñ`b!€Q">XñþekÉ;'!XûÁ2\£ñþ$þ€¹ÖàÓ¨b÷–ËÙï¬V±ßZ¯g¿±nbÿi³ýÊvë¥m;ë…Ý1ÖsûÖSûkúìêÿaÿ–}Ï~{×x·ìAð›nÚp80ÇõÛòÀoNB.¸™€¾£.c…àbøÙAnØï.|ã+xå0“ÿÂqï™Óƒ§N5ë ¹470¼âÆ—ÝÀä'7õº‚ép`mÌGܱwúðY`Ê.øºò?zù¾ñ?÷H6~ì1ÙèçTÃû^s…w½*…·½«·ÆÕ nú4nølüê³Kð‹ï!AŸo§ðªß9῟…½þ /ú½õøY·/˜Ÿó‹³>`qÆ,‡ƒÑBðÀ|_ì|a\D#KýO’1œWÁÞ‚ÇþaÆ÷ýâE·üU¢y&׋L®•‹®-ý\cÚ\oúcH£ÙÅf³ ¡ûÌzB›ýzR|>ô’ølØ]óSa¯-‡Z -¶GCÀ®3ì;ƒ¿.\.ø åëÑ!†E…8!u ^L{-³c<’ºqn‡ -¯KbDW$JóKã5ÇZö„[u‡WXŸ‹Xf}&â+ëÓ‘ëlNE6ÙœŒÜis<ò í1i—m—´Ç¶SzÓ®Cúbt»ôó˜¶Hp:ˆZ#ÁùÀà‰{Da@”.º äRÞ§Qž$[èÞICïSør.É#D=1 VgcTößÇä:œˆ™1æXL©cWìBÇÎØ*§obëœ:d ·eÛœÛe{Ûd·äg\Zå}.ûäO\÷È>¹ï”Çvx¶üàƒõì{ñØ{Sôtú'2ÈK‡ÜK7"¿¤ÛQ~L÷Ö?Ÿ"1>•$·þ.!Åñ[E¦ë…ÖãkE‘ç!Å<σŠÅc$ԌݗP?voÂ&¯Ý ;½v%¶yíH<áÝ’Øë½-ñÁ¸Í‰ý>M àÛø_>G€=&Dbך@tÞ«ùÏú73uɯ“˜¤WcEº³<'3C„ªËÃiIN•*ÏýÉ9ãö$OõÝ•\ì·#¹Â¿%y™³²6`«²!`³²9 Iy  Qy4p£òB`ƒò^àÚäwAõÉ´­N†Àº D‡2܃TB åçÒ7E‡\Î¥’ÿ䛓ïµn´£yA¼öì¨Q2޻թc·Oœì¿5=?hsúÌMi¥¡Ó†mH«[Ÿ¶&lmZ“¤>mduZ‡dUÚyImÚoãW¦½¿" $+RAR -aU©:Ü¿ÏAA(ý¸w°k\ó~o!žs )äì496ÃEïÈ´nkA„ÙÑÍÙJÏ&:`CFvèºI…áõêÙ‘«ÕåÒUê¥ÒZu­t¥zCÔ -õލjÕ×QËU§£–ª®G/Q½ŒZ¬”.RAä‰1>êÐsx6´yxΟ†ù3ñ¬N‘oç8RÚfû±öÎ -7i™&³k*˜àÞ0%ÝMödI­&OZ3yFLuf‰lyf¥|Yæ -ù’̵òE™Ûâ*3Zãd›Ÿñs\yÆsù¼Œ¿ee[6 ¢QÔpïB -ö½,ì:¸þKØ7º‹±ï ®¹|Ò^æ ³¿Ô‡¹s®ÄhËìXë 3]×LMõûJ;IR5%'ziN|QV‘¢2«<±"kiRyV]RYVSR‰foR±æhÒlMoR‘æIb‘æ³b–âŠ&ƒɆzÒ ¹›‹{çÌ>S†}u”sÈÁ -;ÝÞŒæòPAci´ÅÚb…Sm‘r\ÕtUèâBMtE~^|Ù”éææ–(çä.L-Ê]™:3wCêôÜ]©Ss¾I-ȹ˜ªÍy˜¢Íù4A›‰Ù @ñÃA¡¼Ur ߃ËE„ü€Ù§æcç[@H[¥>Ù·Èšl_ìIÛ¼0˜·¾B*®+wXQ’ìµdNzpŬ iÉ´œø¢ÂåtmQz¡v¾J›_¥ÎÓ®Uåæ·¨²óÛUšè.Ó (¯, ŸoézEöTVE¢Ò -*;‚ì ÐH‚;(ÁPAqDPhTP•p#h .@M&qI†JÌÔè$*Ê¢ÁåäXó¦j~<Õ ÕÕϹïwîí{Ò¾M˜ŸÖ£^öfî‚4Œ]´£‰9á~dž¦Ü¡>¸¾–æòŸßDsïfºë nËh¨ÙâÂï-š)ÝY`¶mS˜]цèIùëçÎÈY—4+3{AxúêTÕÒ+f¬KNÉ(HIÎÐ$'eÔ$'dœ˜§Î¸œŸq/!>c0^ý)Æ%.GUÒrŒõ#<¢ýØE}p•æ¾òUDÞÊÀg¥ -¨ÞæÄU–N—mõ3.Þbý÷‚(§ÜM*·ì ¾Ÿ®O Y²nqLÊšô„„¬ìäø¬ü”¸¬²dUöþ¤Øìc‰1Ù—ÔÑÙ¿ÆGg ÄG¯Æ¸Ø•¨R­ÀØá`<Àý4ÚÔßPþɺ„2ØN÷m¢ZcUŒF3M·¤ÜÇ `{Ðè¼’‡µÅ1®+ ã=S7Ï LÉ_©Þ°,N•›™»1aNî6õœ¼ê¹QyMq‘y_ÇFäuÇ„¯ï ËÁ˜ˆµÄš‘ôìzÔ—höl-h.8B3h5±«Rš*[(©š",¬ô”oÜ XWf·ª|ÎÄeÛãÜ”&ú&ω-JŠ*\Y¸!&¢¨4:¼¨:*¼¨)"¬¨#,´¨;4¸ ?÷Ô_^ XTj›t ÊIµ/NU=of¨v‰w°v•O6Ï{¶¶Ôk¶Vë¨mœ í˜ ívóÛÓ7ç -=¼*ÑËkzçßԋרÛ·Q´þä®'ï^šC·×ä¡Ù«A™caE£3ŸÖè&ZØàm˜x4ÐRu$Ì.òp´SH½zr`ýB嬺 ¥}Ž«}ñ¿ú=“|ëºøÔ·9ûÔÿâäu¨o¢G-NžñºN¯Aåp~¤ ®Ð8¿“2 ãA€ÚÃÔG¶4¬?Þ °´ÅµØ2É-.u‹»$ú o£ðæ@‹ÙÍáÖþ§bí}N%÷j^F¬çÙ\hïÑ\içÑ|ØffóëÍ?[¹Ÿ|e3í8Ú+áx×&tÎ÷t´WP”ÿ òב[{Œ28 °‰ÜY§Éÿ€úª6ˆn·c"Ú]„Ámnÿ6oï¶@“™m‘Šémjs÷¶Åæn홊ií›Ì¦¶W˜Ní8d¬ìh5ríè2œ|±×Øå<šM<‡æÎ­h1œË´ÿZ÷Ò^ CÀZ÷r’{ÝYš?Ï$Ó<}`öUü¾7ŸëVŒÇuGÞ½S©«ìôOî ”Nº1GêrcžtâÍåç›9§[¥âOní9ÞnÑ›pû–®ÃÍgzã:ßI쮡Ìö*ʇs‘zÿ4=ûctÐÚ«ZŠÉ½žÜ\P}r Àç&ÀÔ.\ºÅàü«‚q¼kË¿ë,°¿ç.´»ï/´¹)´~$´êIŒ}˜+ó°œýègñ¸3|3ëyÙ>@Þä> -†s–ü'É_Šúð @i+õ!¹Wv,¼0÷;€°NßÜ~pîpxÊý )cÓkÊŽéµâ-z'ðf/§L^yò†}Á¼~_/é_ÊIrXñ@+¨cuÛ×Áàk†À4SþG)û}_ÒYpžö!å¾ú‹ÿIþëä¿Mþ.€i¿ÿ€ýC«–oFz¬ p¨à¤hM—BGºOåôå#YÀùD6H‡>Öô€ñÑ3‚&ò×Pö6M=H¹/¡Üã)÷0rû{Ú]'ú¸ío¿˜~F†ÀŠ‘¥K¹Ç¡>yM +‘ÜnD yã‰t‚A¤ƒ©ñðø>'ÿ.ʾˆžûZ{*å®þ‘üwÈOëVÒºŸX“Ûì9À¨—’! K(0<ÕÀð_ÈÍbzoLŒ%œÈíA„tQCº  ý(añ'GÞVŽœÁŽ–æ(EPJüDQ¤š§ƒ°L€°†”ùB1¡a*‰j*¡–8B'ÎP)mÄUâgøOà=ôàýçíÿy{9êZVrdéÆQS¨o1B¸BÕ‘*DȤ:ò¨Ž"ªa;±‹jØKÔ»Žh"Zˆ äü–œ]ôýa^ÁŸô×kr €Ìÿ‚z6ú(-G‰ÕA¯¬­ ªÁƒ²¦,æR ‹(‹•TGÕ±™ê(¡*ˆÝTÃ~ödßCóN1CÐÊü W˜7ð3(…^xIÕ¼`yÎ"ûœCî~$(£fr44‘£ÌT†r+J?‘¡È]Š:bƈOÑE.]ù5Â÷‚‚·Â-üNÿF·’{­WÍ ŠjÙ~ѶOt‚}%>˾_b{%7™g’{̤/˜'²!ö± ùGú(x0 -÷ P84T裙‘245”¢¹¥ Íè½R†F¾4ˆ¿•¨÷fTªîÀ¨L>Ã\áK£A¯q©à¹Éþ™ÉþÓîw³zî©Ù1î‰â ÷›¢ƒ{¬èäzÌï²wÍŸóÝCÂ;–¨ó“%êvY¢Þ¿,Q443–ã})ŽKÐV_ü×eÕô™Åá0@ ąŲ)DH $ÿ=!@Id kX ȾCÙA–‚Z×V7”©Z¬ZÅ:Úº[§vth7~)hƒJƒ.3úZÛB -°‚È·b,- ‡`þ†½ÚüŸL·e?Ñ}­~Œ ÙÞŒàÚ_¥Ç­\dhW]ŒÜºúëÈ¢5 QkÎEÕ;že¶9žav9žb:dŽ;`M;ͲŽ:cs>ʺáüÖ—ì׮˜Ðmš ݧ˜ÐãÏÀ@ô™§"çŒæbÍÌ^ ,ÁK>üŒ­?p½Ì¯sƒm¾á°þÊ9ͳ•kO±Ó>›ãäº町ãVºå6ºÏpî_b=îG°aCØ^ØýØ)Ï}ØÏIÞ#Ï=Ø¿½&0èý9zq¡Ï(çSàf` Ày§Ù+1r>)÷%àG\—º›]’‘­ÎI+N -y.Çq3õú#‚LïC‚ï‚m>Ó‚Ò>a3iRØIÚ+ذG4¾aB´øhÖwLtÉwDtÏw—ð¥ÿ ð½¿nì@ÿ>þ§@°ü˜ÁDj¯DT!ïEŒÕ8‚¡Z_óžšPüŽ*¦CóvžkALÚ^G)-V†çë51Yùéü´œÉ–ì¹:»&N•mŒKÊÞ%OÌž–'dŸ–)²ÿ&Ul})ŽßúA˜ù‰™0Ö”7è&¥¡{(@Þk@·€ê~…üs?b1Ô°ô6ù˜u6[µ6DÚ××q«ª…^e•²@}yuë¶dfjI -O]”%NÔÊãõ•qqúV¹\?(“î“J OŠ%…ß‹Äú Åâ|È—æÂXS^ ›¼æp e°€úŸ«GÎ׌œ± ÑÛJíž ­Œkh V·Ä¬14ñ= -$~9µŠÍéÕItu¥–Pž! -ÄRC…Dbh‹ ýBQù_X>+(¿‰ñ·½ÀbËÞóbK!_ 1S~Q£]@»xe0úžmà€ D/bG‡hÝùhعѢº“†7t°ŠŒØÚÜv‘·®U¨iN¤&6ª£äõéq]>&¬+ç êš¹üú~¿~2&¶~ŽÅ«_bbµÏ™œêwÑì*ÍÞcLyŒæp³ÝšÁ)Ô÷Ìöí`¤ yo7zó÷"ïé_ªHf†þ`Ë¢>ÆòÜ^¶cF7ßCÛ%õUvÆSäÉ4‘1Á7æEñŒD3öѹÆÉp®ñc\¢Æ´?§±Zß…3›aDT¤›ò}‹®¢=<߈vÕ?‚4doƒý´P= €a„JF=€~4Ð"g”f£a®Ðc.Ê!Ñ:ù ÜO8Dæõ§sûsC8ÿçº<€¢ºó8þ}û¶²…¾ ÂR”¶Š -¬"ÂrÂz&F½ègŠÉh.z‰gt<£IN£±ž%œ¨ Š«¶Q ,öhŒe, ¶XK<£ˆ±üïk&™C‡ùÌÎÎðÞçûû½ß¾÷~y“ºý!ï+{VÞâĬ¼5 ޼Ê.™yÇ;g,¾Õ¹wîÓ„´E")e¡°·å4ïÕ\;vÌå,Ò¿!($¹tÏ\üsðq‘£×X0ª8Fz¯8IõÖšTÃÐ"‡ÿÀÕÎþ«Df»†Æd¹Þ±eºFÛ2\m}\ÓcÓ]¹1é®ÕQ½]ßtHsý™ZØÜ>yùÓèž"¶G¾°µåèdÎ"g ’}ßLwI!gq%ç€îik¸û­åîÇôm·Ã6…bh©M1¸Ô®~}SªÁévøe¹ûõq -IÛøWkª{”5ÅýIh²{jH/÷Âv=Ý®àžîm–îïÍÝ74™íë~ N\+BŠ…µ-5ÓÙ^ûmôo¤wU1g±˜µ˜âÆnFlþÄuµ¥ýòI¬šâX5×”PµÜصªÌйªVßÙsCßé›Ç&[¹ð‰Û*üÚ²w>ç`{@ k. wWÑiôNØ|@÷0ï2÷=êÐýÛ Ø«£¤„ê.r—ê^ªN5™êŽ5¯iâýY{h¤:¶v¼*¦vº*ª6OÙ¡v½²ýwäˆÚ«rxõ#•õ Ð„îÚ¶lçÜm¥ë^Iw.Ý3Ê9Àè*à-ºÒÝ÷|èú=sB‰ðÓXÏ#ôL4BÎ& ]]‚뜪˹‘<7 ³áw~|ÎWÀx¡Æs÷a¬’ñŒP´¥œþMô±çKX÷ìJ`òvàﻀwè|È¡;õx ˆ;„×– €ÿM|`j ƒ¾É]SwhšPÝùö¾ñÆwk6ÐÌ!kfA·Îóóg"^b3ý%eœCö|ÿísÖ=–ît¿I·“u§§ŸîXºÃé¶üx_ô÷m« -ªV¤Çàq$ÐORH?—’V>}´ðs+a1­M/±žþåìûÖ>u0Ž=Ÿî!t;OКþsô_¬Wó ÀÈCÕ·¹Às"^ "FÂ,¢=I „/©‚/&â ¿àMT¼ÄJ~äöñÕÀÈÃÀPÖÝî´ á}½ ø5³ö»€’õã>yú»¿- -¢'A$šô ì‰àÃYðf$¾ü-Ëÿˆ2 -D¼À ©ˆñHÒ -d¨(†ËS|" |Ffð˜yäk²”¬ ElÇ<Ãƪ ÇÈeü‚»äÅŸx‰Çm ×($+3„2C3´g†®ÌÐ[#Ð_%ðfÉ ÿ ÿS2ÇÌ& I½t­â¹Ö¢¥x„ -´`/â(¹€¸Mñ+?ÿÆý6e˜I¨ƒBb†`Á ñ:fp2Ãöâ=æøˆ9&2ÃÒ3̤÷ßôæòìËè*äy‹y>7î¡?a7«?LÎáÉC&¸EšI#¹Ù¡kg^F¡õ7…¿ž™ôB²1Cö"‹×c3¼-?LJŠ'/µbŠÔ‚é¬i‹è\B×rzVÓ±M¼ØÉs œÅu~»Æ WèºÄ*.(…ô*Âh¾>a2è…ÉÇKø†x ŸhÐ'j…¦æ©ê5U«³X>[ Ž]-ׯmkâʕն}ʃ¶ãÊ}¯¨vw¼¯Ùaº*›ðòØ„¾2N*Ú ÂÕ^"Šþxî|IJYØõŠÖ„@ùv|„òj\¼ª!&UuÚÖOu¢ÓPÕÑÎ#Ô‡»ŒÑê:AS0Es0ñKíÄ9Ú}I‹´{“–hwÛ u»ì%ºö2]•}§Îc?âUÑí¢×VûOÆ2û3ïÒ$áãN¾^ADKZÑ‘{o7(ž§@z˜¢ÂÝž\I²Hõ QŠãIÝÕ‡»eéª{ Ôïï9ܰ§×(ã®äÛ“'šªR>7U¦Ì0U¤Ìó.OÍõÞ–šï½%uµwYšÛ§4­ÒÇVí³1­Þw]êmÿâÔ'E©Â¼*E˜]¯@¿F$BiÀÝ>ÀeÞ^z+P×Ë Çz‡K5é ê½éé†éô©ì3į<ã]ÿ­”eŽ ,ÍœèÎüWàFÇLózÇ|ó:Gžy­c…¥Ø±ÖRäØfYíØärœ -Záh .p<ÉÏ¡ËÈÒŒ—]Ùƒ^dr×Éê¹wä­õX– -59!ØÓ/^åq&¶æôõ/ÍhÙ˜=¬Ýºì÷CJrÆ„®ÉZ”3Ùº*gšÕåœc-t. -[îÌ+p…å;K×9w…/É9¾8çzDnNKä¢l¹,èû2¼²Hnfçß Ÿ˜#¤f€„=Íð Ž“· úÓeÕä™Åñ›("¢«X”Ev -a „‹ „„HÁ°…°²)È¢Ôd*u‹µê µ.µ*¥{ÇÖ¢SÏéÌ霞NÇqÚ9óÎíF>üÎó~zÿçnÏsÿáö³i±ÛÍ)Üݧx™®S<©ûOá1Î;¼oŒWåyŒ§÷åµyóŒ^C¼a¯£¼)/ïŒw?ïªw/ïcïîŠO÷WŸN.áÓqð1$¼×‚O -ùßlÌz¾¯Ðï’㎛^Ÿ¹KÒ-ð®Ìƒd–ÛNçE;ŒI8Îâ÷ì,ß¾¬\Š1³`w¦ú@§ 2Ø ¨ n´…´ -zCZ£!M‚jƒà"µ^p‹Z›ñ8´&ãgju¢Ë ‚uéÄdÿ*ôâ\ìCÀjßVÜ(B¿Uˆ^ãX®pRd3^Hß2’·Ó”Çu3æføv戃ÚE²V¡2¬YXÞ(ÔEè³›hõÙ]´Úì!Zuö4íHö¹Hmö|dEÖ—‘åY?Ñ4Yÿ ×daH(B]å5ãàk)ÀǨ¿X‚5P£ßÂó¥ Ì”¸À„вn´„fT»ÃX˜¼·#?ͧU–½¿QšZ/) Õ䨢t9•ÑU9õŒJq;£\lb”‰O0KÅg˜*ñ³XôS)ú[´RôºRDD"kù=ày&À瘃{¨{ó0îÙôœxž.%ÁdÙ.8®ñ#–…Ûõ•Æ8v–$º´*S¼ Aµ‡ÄaGä2zE^³LZÆ*•VǪ¤Íìb©‘]$=Î.̵°å^eËs—زÜY²Üß™2 -—Q}•`/<,cn—¢×ÀUÇŠ«è;xN—ŒUî€a­7©_Kµí®`8´i8Î¥´FCH{7@ƒ ºo+hûÝ@Ó´NÕG³Sô²dÆ„]âž[fWºOj§0è`G^H¢AÊ1hCã MÔøŽ¾à¸ŽÉìŽóA±†;”XófÛË F q ª™ŽjzÍ—8w°çpí·v¡çBÍ1¤¿=‡ àÈ €fÈT#Πñ%ŒPmò†£ìEClGÁ`’sêÑT·ä,/ŽIêÇ6ùÇš*ýY¦F?–©×'Æ4áÍ4÷d˜n{0úWÜé½/=iFÂ;¢›ð]ËöÁ"Öà -Æ}5O  ïDºQ»q}×qÅ ÙÄVÈtñ$…œ5fËŸ`l枈wLçîbg¸ÄŒI\c…®Ñcå®Qã {éãFúø‰·"ÇÏ:ÓÆ>Ü1öýΰÑ.!ÃÄÞ¡×ÜÃÞ¿Ž5¿„úgF&Q¬j×¢véêÏ ÷3“oq‚T‹p-äDK¸-Û´gš9oÐÍ)Ž4s¶S¸Yîf.Ýj®E:·QÍÇB̳o›·8ýÝ– ™_OŽ”)b{Àá´Ê"öÀ•>ìEÔ=šÇã$öáI-ZC¥ ç @êY€¸ ëyÑ ¢­@·RÈáÖ°õT+Ó6Øšh·ßÊßh•l¢X‹ì(ÖªÖ¶þÖ![_«eƒõ†·õ±çù_l÷#ì<Þ%6¹¯ak õg1Þ“§Q×`Æ îaÔÍ¿iHº uýçüo8€ßÍ=àsÓ¼æCHûæ£Éó d·…t²ë‚”¼wAMÚ³POrY4’v/Nƒóâعðì¼ù3éÍëÙiŽXçôgbý*ïcîÏMã€ñŽ£nê6£n%ê*Þ]à]`] .ø}àv`çØöȹÀÖ%زDû%lú$‘ÀFø Ë `³|Ö/[€¼ü^Ïðq~¤‡¼æ"êŸùÎ#j¢vû%œ…÷Š1fÉÖà&{ ü6@ÀGœ—¶}`û5é±-Àc'|ü]ñÒø6—\ -Ÿ -q9Å¡û~|\ÁŸ<{޼ÄïßþÏYÔŸ9‡³€qw¢v Ƭ˜¥óü[ñw"îP¸Šú_¡þc»'¨ÿðÈ_6áð?¶Ë*ê+‹Ãw -Ì MaèMšH¡cÔ¡Š ½" -" QDAE‰€‚(Šˆ+¨‹ .F#êÚ¢$ëªh¬ YK4cyûãìâ²99s¾38sÞwß}÷ÿÞ»úD?[=v!zŠ êsÑ lÂ/õãe@²0©?pÿÛ÷5 畘÷"¸çÂŒ|G ß“ºá¿ÿUøo ÿðŽ¸‡ù:}à1x1Œ~Ñ+¢×¶Do‘“÷¡Dp }Ä&ÄP| Ï e‡>шZ«ÆÜK^.æŠyGÂ=söº/ÖóÕG -5àUt>ÏÿK?ø ¼Æðya¦ÀL¸ 0\JX)¨uŸ`d©ÎÈL‘©ßBFÖªŒ\TMà1 -å0Šéø](K@¨µô‘ l‚º´Ñ;j§ßé8Koéè£7ô+>Œ^_ÿxƒ10D†ˆÁBÀÈ 1ø † .#%bHÅïæ€Ïá+g•¿)¨‡£‘^ÓVŒ·ž} “^Ò?h€.GX¢—ô ¢ý# òìÀ¯ÁH1è"1b0C ˆÁ 1LF ˆ! îÙpæÃU ÇRŒZe¨ÂøµX’ŒÝ„ñZÁn,U=¡ã(•úÝC&^ |Þ"ö§0¾žãiï…µÐA ƈÁ1¸óù!†©œß)sL‡3®B8J0þ2Œ_I?#}ÈÅÈÅ#ú+=Äz< tŸ¾†½›~ ;ø<¡^dë&|ƒÜøL¨­Î„jjŒ§*d*&0Pe<+ÄàÌÿ@¾Ü7Ä %¼ÓáË‚g><Åp,¥»ÈÅ´ŽZ8è5ñƒþIûQ Gè*§+øï%ÄÐÃý¾Å¬º1òyTÜ7Ã`Zðkñ„LƒT™X¨ÂÄb¦mΧnÏ{)ðä>U™ÄùIe=à'Ò• êUÍ¥›‚Bº.,¡kÂetETI—Ekè’h=]Tk¢õíô­Æ~êÖ8B4ÏÓ7#nÓiñ3:©ûŽs\qŽé1î׺ÿÓ勘üÆÄgæ<3×à½31à½Ð·æöé¸pîiO [Ú!t]C—õRé¢A}g8ŸºŠé¼ñ:gRAgM«è´Y2k¤“æ-tbÔêÕIÇFᵸÁ9lù˜{Èò-ï %ã°d*íLeŸ%Sn3߆¸ÌŽ8oƨP¿µýhn¹m4†®šzRÅÎ+çìè$î)Û î »n—]!÷˜} ï¨C9ïˆÃ*Þa‡5¼NÇ ¼CŽÍ¼Éßø%_òHNò÷K®ð÷HúTwI^ vJ˜p»„‰Z™ZË0Ø(äÀþ±Ør°<À÷;õZhÒ%[K:ï0Ž{jìD~—s˜ÊQ—Õ‡\3_ºÍt/´»/îw_.Ü+]-Ü#­î’6ŠÚ¤­¢ûE;<މZ=zÔ¶yAc·Oºf›O¶æNßùš;|‹µZ}—hµøVhm“UØ*Û0b‹lëˆ&Ùî²Ã#7ÉÎlÝÕ®÷ЩóeâZ&^;ž‰× ùç~tÅÖw/ú¾Ëè».`k=3K]ô©ÓÏŽ×îç!Üí篹Ó/td«_´Î6ÿdñVÿ ñÿÝÍþŸë6,ÒÛP®×P©·> N¿>`³~]ÀNýÚ€ƒ5þg ªý{ Vû?7¬ôûh´Ê­œÈŒ*&2Ã!s0à‰#Þk8^ºÃ‰NME߈žK®MíÁ6œ¶`WAkL«90P¼90Â`£<Îhƒ<Õ¸^ži¼NžgR+ÿ‹ÉZùbÓù -ÓêÀjÓÕ f•ò³Uòv³ -ù óåòëæåSžš—Myo¾t23_ò̆½zž.Љþ«=\ƒÚÔ¢pVÝ1^scø$Ýú°0ãÚP¥YMh⨪Ðt‹/BæXV†ä[­ )¶ª)³ZZi½,duYH³õ’=6¥!ÇlJ‚/Û, ~lSüÎfA³. -bVÃaîXäàFr€£í$zžÃà® »”Bj5£-q~CŒ—zÒO\dòED„ÅÊi±Ö+¦¥Œ^ž1¦,<Çnix¡]iøbûÅáö‹Â×Ú‡o¶/ -os(œú•CÁÔ‡ùSûòÃÞÚÏ cvyal °â-êïa0ú=Ìý\2ÖG}Ø“„^#OÍIF´)Ùž·.I*ªIøL§2Nn¼"zªe™Ri[•`_™&Y™5vbžS‘¢Ø©PQî\ ¨rÎWltÎSìpÉQüÝ%;â‚KVÄ#ç̈7N™L’99‡!úQ‹÷Pß'NC¯ƒkOûL¢xÞ:wÌ4}ªŸ1†³&ÍMP™*¹áùãõGÎãûú¼?ßïï{Y4/hîÂÃ>PgD¤¨s"§«×G&«·DLSï ORëÇNQŸ KPßMH}’¸@‘ÀÄù"`€{ü®sÞ»2€V¾=åð͹Š÷\²5(Ë1Dq® Ö­)É_í/ÏÍkº"{¼Õ²•qŽiYIn 2gŒž“1; eijè´ô%áIéÙ‰éE éá“Ów…ŧׇƥŸ ž”þmPìâ'A±i"0v‘ˆ]ø–>~W¸;˜»‰Wߣy|kj²™ó=º6ßk -]‘[à#[‘ªÊXež–k›š›8|NN²GJö,Ÿ©+æ&d-‰ÏZ—U2)ksplÖÎÀ˜¬£þ³Úý&dõúŒÏ|ì½\øFeeo¹Íyø‚sßÎÜ'ò9| -ì&“âBú‹€¼õ¦X¥uB–ÖKºL¤H[ašZ4ÑjÎÚx‡”‚©.SóS<'kæyOÒ¤ùÅäeùMÌ+ð )󯩭9â¥ió§éõˆ\ýØ3uóy×¥›ŒÑ­RÖi•^ºmÆ£ê{Ö5)<ê®ÉßßûPá¾§_é¶K¨\w -“Ú´ìÁ~ôí!U¤¸Ðì–ïRÿÌ8ÄÂþõ*øÖÛÂ[ïŠÑú1’Qú`©‡>J6R?Yæ¦O‘¹êÕ2}¦Á}¡Áp}…ÔY¿O:Lß(q¬¿,q8z_jwø…í!ah{P ÐÄž§óà.œ™‹˜9{?°ø 0ç0{PŒ?þðlœOÁ¡ÉöMÃ`×ì›fX7Gâ½æxX5§À²e!,Z²aÖRŒÁ-5ÔRUs”M÷ :ùªªF! ±ÐÓ©ÓÛéÝH¯†Þåzöà8{ðçàv -ݸœlÏfä]Æu[Á ÛÒ/Hzxì™HxõðÐëá†×Åݳ—"‹ï¾ÊÍð>ù èo8Æ^fŸw³Ï•ô®o`è]Dï¬& žÞpz}Ú7zí»‹ €ò" ¹ ^< yè®ÙqÃuãe”Ã〛<Œ{¹÷rãéå"¿Å7[I/ù…Äó7ÔÂó‰îít—°Ô\æM§wöi ÞÈÀ¯ p?Oÿ—ô3Šòk@zƒ~Çg^ò½è3ç¥ÐøÁø‰=ù™“û¼ˆ<à¦ÿÜCÖñ€ƒ?¸Îÿé >j˜»ì$°†?/cæ¹ç€)ôF}N?óŽd^{þ7‹[€ñẇÎ>òwòáP|r<òЈKàépà{òœ—´ßy0¿øxɰŸ‹½Ÿ¡ûO¿a³W°ç…ü3“ó<Ÿî©Ì}‰ßÀWô3¯=³šÑ+íüñ߃×Nò+yLþEž¶/À+k@x^XE2áá,xˆr²ã öÆÖ -÷ä6|‘:ñe:F*&ˆãï3‰šdR@62¼B%úùÞ}‰Z²/ðgüŽz–Јÿ ÿÆ%ÒÇÒ‘~"þzYÃPÖ`Î,Yƒ#kðd Á¬!†¿O'ó9ÂzVÒ¡ÁoXGÏFüåtU1z ]»9žOq˜-i`kN³EتÛä!yÁÖ‰?DÀJI?k0e ¦Fv¬Á5°†hfM¢s]‹èɤ#OPHϦ+¥k ~a/°÷Ù‹⠗ǧ\&M¸‡..™oð7üŒ»¬ø.m¯é#wÞAÀŒ}P±kÄ>X³†¬Á[òÌ8™¾™ô¤Ò³”£­¤GCO—F =›é©¢§šcïÆ÷Øïpßân¡7qUüˆìÒ×ìæu¯‘¯ÞAH•¬AF?Øcú‡pM°Oæa¶üÓ˜k=iôdÒ“CO=Z~ž›èÙBÇvŽ¿“cÖá -çã2>×8‹‹üë ¦?Ï®}Îù観‹t¾ƒËBF¿!dÂXf ƒ¥ÂÀNò ®ÌìKï8:è›Åœ1z‚VÅ+43q9¥|‹¹PÒo©°„¤ßB!yfbû†t{â–4×e±¸"OÆEÅ<\P¦¡Ç$݃rÐiZ€Ž!Zœ3+E»Y%ÚÌ«qÚb/Z-¢Ù²M–m89ô­î¢Áú)ŽY ‰ž%Gþô5†D*¸Õ>uà§oÃ-À\Ž;J ÜP Çe3?œ·ŠB§M"ÎÙ}€65N;.E˰hrÊÃ)§µ8á\‚ÿ1]æAm]W¿B±/f5`@H€@ Ú0–?B„$’Å"@È,bµØ‹0ˆÅ,Â`ldƒñn/±c·qì8I{’zÒ6ÍŒÛñL3MÆnš&m¦ÓÆŽÓד™jÜ?~#½÷Ïwï9÷Ýó}7gÑõÄ%t5q mS7ÑêÂ%êÂEÚCÂyÚSÂÚw›´Ÿˆ§h8é$°A} …ˆø.Dø2¡?¿‡ÿ¿òAbcÑ{º›$&ÜI‘n¦–y\O«ò¸ÊhðxƒÙJ¼Â´/±ˆYcÄólñ{žx–}„´•¾A:~t*ý&i#ýÒzúOû¯cìWäU6î}„…{¯0_û÷ø‘¹— ×¾´…}ÌCèCÝO‹DwØtÂ Žˆ¸!õ¼ÄSz]àë¼Î -Œä3‚Fòia;ù”°Çû¤pÈ{]4î}B4ã}\´ä³&rùñY]óY½ë»,úÌ×)üÚoAøÒN€fù¸¿<¾…óE&Œ»È[ýރ߻ð|[‚®í¦.eexžÍÊö>½Gî{R¬ñ;!6ø»Äõk’怣’΀UI_àŠd$pY2¸$™tJVƒ$›Aó’7‚IîÏH> ž? ™ÿrp2þ3Y¯Á“àêçC@û±F¼üe!d> |vŽ?ºˆÅ£-)ËsCºÛ×…å¬b%Á+˜6ä0V½Ã‰5„.b–Ðyì@Ø66‹ÙÃf¤3áSÒÃá“Øzøv1b»1†}1²÷ËÈá½ÿŠÊÅ#~f0wóFÊWbé ÿH…Ð}-·`ôoÃØ½ #£ÓE1h]‘FrZfŒš’5µGOÈz¢ÇeÃÑvÙd̨l1fX¶c+8;Xp+¶¿àaloþŸb»óÿkÍÇc¬yxôÿãûtèƒ,èþ -2×/aÌ^Õ‚¿„õl)‰h]‰ŽiR<«yÞó¥’ ™’ü0GqÉ΃ŠòX»¢rר¢>~DÑoSt% *vJŸâ¥§h•b-Ú¢t]OìØ&šØ*ÿžb)Ä€ø–B<ÎÍ·pŸB —#ô òä®Ëð—°žuxwL†–u4‚Žã5£Í -˜(ÃÂÆ4EÑÃ*uÜ`©ŽÒ_ZCíUšiÝʶ$«²'¹K9’Ü¡œNnS.§X”§RšK¶SK¤˜‹ÿ@o(þ{²©§T“OtóWèÃ%œÅ}Ý3‚Çûu¾¼¬g Þ-‚ÑBÍT±='*3ýÆöåî°éd;ûµÊøîòrZW™!¥CS—Ú¦iN³¨»ÍêAF£z‚iV;™&õ:³N}™iTÝcV«>gV©¾K«*ý½ªO’Ü<ƒ³÷9œÀrÝ…Ü· œ;zÖ³ïŒ~h¶.MÖ1ˆcµB[Mvp_U~”Õ ˆk׫i.µ©¢†iÖšÙ&m§NÛÇ1jíÜjí·²ÜÅÝW~‘£+›£-û ø[[öS«ÁÓ*48ÝÍ—2¸tð=ÔAæ›sy?xl3ø|X‹Ö2kòF“ædߟêa3óÉý â@k½4¢½V¾«¹¦”j®*O­«¬d×긕ûZxûôV¾N?Â×êgùeú£|þ9ÏZ—ŠY-©{­½ô\ëÁ”ëá¤lëišÄz3QlýužÏ)»;_&f¶ãÔÌ6œ*úáÜÝë ´ÎõC€`b¡^°áí#yFª·ï@Æq -ªgyèíB¯²1‰_é¨4¤hDY0¬ŠÅ†uñ¹6#%ÛÖB‘ØzĶñ¸=¶¥]Y¶Í˜Ý¶›Ñ™¶O¢DƒÏw -ú_ÄðûðX^/¾ËÍC¨ÁÛ°çk6è°ÌÃ9íî1„š"dt@îšöA3Ѩl&©f8ÄâéLrátŽÞTAp®£$LìÐFf9ª£v;š¢2Ý‘"‡=\èX 8N…ò'oìàM~œ1ñ,˜;þ"4} câánÞ‡žß†ý^¶#tp`´;AÛqÄ0¹g²çR0*\ŠCK©é˜³”EÞãÄ|3òSÈwVe8Í\g0ÀqÎû§/nø±¯û2ù0æ¿òI;ôƒ_ê,îOŸÁݼuô΂ÞQ`°OA ¦Z@ÛèD¨|!9D¢ì5Êr…¢LWºÒßÅóàºÄ¤tWžËUâÅpéÈi®z¯TW»Ý5ä™âš%%¹Ž“hkÛDêÚ‡Dʱ?{$¬þÛ3~÷Š[ÆÉnîÀž¯‚{ X¦A×¶€Ph›W G*9Žt¡ÌM„X[Dô_®Ë¨É; ãÏ—„# ‡$¨ÔQA[ +IՈР[êQ–ºhQQQAE)"Ê"TD”"QŽà­àQZ­UÔ]¯Õ£mulu½©U¿}@h;;Ì3 Éäÿ{ÿ÷~U=ákî ÙýÌÃÐÇ,ø˜Coó$¡·yºàež Os"<Ì™p7¡—yU'áZy ŠÏáºC\ÊDI·ö1Öµ¬ÍT>•AŸ“éó‚Æ ˆ*B+]50¬ðåºêÕ(íÐÓâgK_8X£‡E {‹r‹ ¶MÓaÝ42Ë -H- 4ÒÆý|ø¹ÀÖsQ­ÿÂñ75Ðת­ÌýÍ%7Ü%;r?&7b7`¨-À ½€šG)ö‡ÉQîµÍ®”7› Ñ-C¡cl¾ÇXxñ‚£s-<¬ù‡ƒÿPÙ~¥^wjÏÌ™…ôw¹)5@<¹1ô5ª 0’ù§ƒÌ™}š·ã€ÃI@Ö -6ê´ŒEÎ8ãÎ!ˆÃðY$ç‚¶Ž€÷ îE&ü"ƒ{Î\8œ¿ÃïŸQÏ;Ucfvy䦓»”¾Æ’;…ÜÐ#@p àOn¿/÷SäóÙ9²ÏS©KÔeê*m¹îÈ¡PÅĸÅñv‡u"whÇ]^ü»Û8´Ñ±ï¿åûÛÔÝN•3¿Ÿ72d/?ÀzD§Ñß äêé«?¹ýÈu#×é”^!ïF—þE1´\åÀ¥“gS÷¤Àgà!—•ǃgzà‡ƒ—,D/3(ÚÑ^G1˜í_uj ó¼ž~§’=ŸìL™‰1þ€Üam€†¾ºÑO»ëÌÿM2h>—Ïwú¡ƒIñšá'êÅTƒ!F»ðZt Í¢–bƒY”E`1bòÅŠN‰p㾫à¾ëjõnßõ:ö]‘û®ˆñTMÅQ T2•†·Ü3ß`=^#›l!~á¾ûeÄ›ñ õxŠƒxÂíö ®Ó¬Ô+š(vêa×k·È·áHhƒ#mð¤ øy BE’7ƒ¬Xž²¬D²Rñéä­#/—œ|üE<{;~FCRËÐìÃ}œ¤.1T?ðïS%2|¿ëû.‰èIìiƒœ6ô  n´AÃχӿQhÇDþz*Y1dÍ#+¬d²Òè]ÙøyV!ÏÝŠ;ŒÅmTóŠ4âZpmø7ÿûŽ‘¹ÁS¯ÿA7ºD>saE™;ÚЋ6¨éóþ*˜±OÞ‡ôk&YsÈZHÎ2rV±†ŒL^Íž•Ïs‹p±¸‚J>*uøãïøhEO:Çhž#ñìÿI„Œ6€1ùÖ.Â[xò~ôq™^ùò¦ñ¤OÈšGÎb2–“±’çgdd‘±çâ[Æâ ÊqšùøûÑÊ;ñ%þ‰ôâ8#zŒÄµüAd3` @¾ÀØ3Ï -²}Èõg u¸ŠPf5Ь™äÄ’Oï–âRHH#g-99ääóü-<· GQÃ(ìÅ!~s€ïçØËŒ6‘ØH5Põ]e]|[í,½¥úoOŸ=È@?¯±ô+‚¬i¼e18.Ä¡E²G¥I8"KÅ!Y:Zea¿uöÙlF“M),¶ÕhïE½ü$öØ]F­ý=Ô8´£ÊIDe—*ºD¶TìáiO>î|œoñõ†­„–;£M¢Æ)kœ´×£Ù! ‡£pÀe&ö)þŠ&åX”KÐÐ+õni¨sÏÄn÷\Ôz¢Æcª=ªP¥² Ru;U—Pæù#J½^ -Û½Da›§(”xŠ’nuð_)YjÔ,±à -už%Z]ÜÑì6<µhòAƒOöô™†Ú¾AM¿OQ­Yˆªþ‰¨ìŸŠ -ßt”ûf ;|ó…/üŠ…R¿Â6¿z¡Ä¯Y(ö» ùÝ•ú=—øŠÒ|_Q–ß_”ý­K"ÛÞCòo³¬^ÎvCµa«cy;ìウþÔ .ì4J0—T ‰’”!-:[Zê?OºÝ?AZ°\º5 MV)+ -Ø Û°YVP&+Øm•pØ*/à¬Õ†€ÛÖ9þÏl²ýE›,jÝÐßõ†-æþ –þ@¶4îž­,ïG‚8[Ñ–Æ!=P;Lª÷†Hv¼?RV:bœUɈëâÀ)6E³l>ׯÚjØnÒ.µÍ×¦ØæiÓ僲å¹A›ä9AÛäÙAÕvYÚýv™ÚÓvÚ›véOìWŠöi#ÞiÕûïôÔ‡¥Ÿmÿ -Ûþ#[ü8î:c€:Ú³KkŠ‘*”êJ¶êFXoÖ–èÂìòu¶ÏÓ}Ücƒ>Æ!Gÿ©ÃzýB‡,}¢ã:ý*ÇL}¦c†>Ï1]_ì´F_锦orZ©kuNÕ}眬{ä¼<ø­sR°èœ8RtêÖ£¼‡l÷¹w~eâ¾Çñ£.”s>ÛîÎÑ”zaKHIÁØaÖycuv¹†qŽÙ“ó:ÃG=×f¸df»¤æ¹®1$¸¦R\WÒ©†EŠa³"ÙP®LS¯\6æ„rÉèkÊÅ£V.ýF¹p”¨ˆ%ºvë§æÁÀ{@þq¶Ø&î~5œkÂ9WЮ-¡.(˜ÐWØ>Ô*;,È.3tŒÓgãÃ\W#•«ŒS{¥£ÝVç¸'ã=’Œ‰‰ÆUKYªã&Õ"c©*~ÜnÕüq-žq!—=ç†í*ˆpÀÆH5²#ËÖN -”¯‰øÀiåD£"e‚É=)8~–_ÐC•¬¿ ä~œvd/låú»VB#T?+² ÒAÊ Þ2Ï*%†½ŠŒvʯLè;³bò€¬ùi>éåjÿ©e9!É¥EaI¥eCK«Ã&–6‡N(]’Pº#(¾ô•€ñ¥—üÇÍûÔoŒþ{ÿÑ%Šÿè90û1o±Ï”‰®äL‚h#ÔD*«¸ïWÛÈœwÑÕȬZ•m^mLoMÍx—éՓܦ-šê™²0Ó'iáL¿‰†Â€ü€xÃ"ÿñ†¥~ã m¾c Û1¼¢i*YM#í2–ŒvHmœÐ'¹!Ù-±!}@B}¶×¸úï1õs½G×WyÅÕ?7ð7õ&ÏØúN˜ÅÝ£_è]wË홚ûî#«UÊ€áUЧ•‹Ì÷ÉjÎF|[¡ –×±pWâžC»¨mÉZn'-2­%@¦¶DÚ$·DÛ%¶ŒsHX>ÉyìòT×8£º_¬Qëc,q‹6ú26õ}ÆØê:Ò¸­Ïˆe/¹ _vÞyXs·“ê¹û.‘MŠkD£ÒúY9³s׋Ôçó<—BM“H9îBZ4ÍJ‘´5"“LŽ’`ò’ø¶ Ûegе‹1ÅÛ2MviÊpnÊqf*vŒ2U8ªL ‘¦Õ½Ã[·Øm=`Öz¶WÈší‚Wk´RqZ¡8¶(NVN‘ïÁ¥Ôßzž+ qu -ÓãÎÃÙ&2y½È˜Mô^.2Üì-Qæ`Q™£$Âk3Ôœ`jN± 1gÙ™ lÍ¥¶æs‹oG»Í޽âÓ~Z¼Û?ï÷l¼×+¶^ë;èeå¾}+8›ÁDÎËxÖ®bpÑ’eoIé ÷Ü"2j›Høv¿N2Øâ)>–ñ¶DŠ—%ZZâÅÓ’"–â¾K'n– -qµ,‘>–6qÞiÇÇÄaûÛâØùwqzáGqÚFG³õ1‡píjÙÄs5,11ëDJ62fzO¼‰xc-"*ÚÃÀ=ôŸ¿q=`/ö]nb×5Dl»ÂĦ‹à..]\BºøÑëâpë¢ÐŒ@û÷³èΓð-{ð(=ÀÕI®ë™ëå¼®ãßËɹ°SdÞ)»EÆíq@$ä ˆÏ+"ýÓ¼J_{”¾öX?Ä \s ;Îåã?x'Øt'j`5Ÿ‘ȱ£|ç].I_ÁC. -¿ô°ß–Íü6le?â]ˆW7\Ó»D&âŒ9B øºïq÷ß‹8¾†ÿ4üÎØˆœu9ÇÅø<Ó‹\Š.Årør»Â!|•ð*‹î*‹ê -_áK—?âþ ß÷°k'uÀ»’y®ÇûìKœ‡X8“qÆáŒÄé÷ºˆÇYüð^‚ËpÞ€?Â[vü»Š¼7èñåü&µù0AäµH7qt³Ùn1Ñ·¨I7uŸ÷ÐÉGëÈ׈·¯ïL¼)ä9æŒH%ôÇéÏñºÕï=áOp>„O€RË[‘»ÔçË!"_©D¾aÜãbö-q|·Dä>›ë>Ž.ôÐ{µ]|‚3ñ5 ß´s¬¼Ã®‰£ÇÛÔÿãÿ>~â²r>ƒ»ðPfaŠå[x@,h˜~ùµQ¸*¬S¥ØpÊØÛƒ"ô›ýè÷\éyÝè7}ø,â`2¨!ôPÕò‹4ÈOÒ,d…<¤Ï| ëèQÛaå.ùNöÆù7]î¿èR¿!ȯåùßþ/_?…"}‰Á…œˆÁ™¼ø,b`"¤ãÌ•é3I9#-ÄS‡£Iî‰Ç*R7áÙÀØ›™Šô«{äKºÙ¿É)ùœsG>eʾã¯ò?n?~bèM vObðä³@ùYFàOŽSqf“Ó,|s‰»G5Sß@vKq´PŽçk-c·S¢mòWy‘åÑÅ29Ær¹$æÕûDù>ÙÜ`t+ïÁ»OP¤—='1ˆ­"ŽÄà†Û—¨#qÆáL™INyä3GãXµŒÜÈiƱ‚åÙÊØë{³¼Ã\¼)û亖kr–ísƒmô%<""EÎù§Àm9ü½xïŒ{ ÞPrEn 8ÓäÑà)Ä¡Çñ,Û£Š-Y‡§ Ï*mrQ6áxónŽ—9FNËkDtŠÙ:ÉŒÇpô ¯>áÿs Ö×̽9»I·øáU‘Á|ɸ¦ãÉ#b¹ ¥Ä_ÉŠ«Æó+ÏeÔÖuàó$@‰±HBlF¶YÄ&,K€@„‹Bb @lFìH–Yl 6¼Û8Ävܺnì6I“´ödšI=ã4këé¸ÍL›&v“NÛI]çõ¨0ýñÍ{sG£ïÞsÏ»çÜa´8Ñó -¼ùyóâ'°ŠŽó˜•[p Í71'^Ã¾Š«»ŽÙ¼‰&7×vØñÿFÿ×ÈŸþ÷©{áÞ…âìãàÆâ]ÈAŸ]è1¡§ wº==èÀˆ¢kWíB×QtD×þÿu¸‚¿¾D<„‹”/à<õ8G{ùuäìnÿ <âþÊÄÏÝàS|>¢¸?º¹¸Î=èÍ‚;TÜöÐÂMº^ó®ƒ-F \gØ`“y®ú ÁŸq¸ì; YGàkÎù­Ã†ß&œõ¿ kþá´ÿïa%ð[8H‰Žï@ÒžãQòµOxìºüP,¾¸O†;¾±p+ ¶‚ràZˆ®pÊáRX \o„sm°Ù ë‘ýp†; -kÜI8Í…UÞ¬ðÎÀ2ï*çý–x¿„c¼Ïá(ÿ9Ìó_s<’˜å‘”™¾÷ø ?,5&cÙÙ‹}þ.,q8—Û¡¾°ɇ«üD¸-X%œÓÂZ|œŠ¯…•]ÍÄÉ]ÄrÂâx±$'…‡ˆáqDxŠ˜^"f…¯Sf„ïP\Â)Ó¯©S ÿ¡N$´‰]$íàßášÿˆþÒ± íC&öØ©[X†7ãèp1!Ö÷áôÞ b%)—r"IM]J.§K1RRêiGRZió¢NÚœÈN›Ò‹¦h‡DóÓ©ËS©ç=&D7<ŠÞôtŠ{Ž¥|å9’ò‚>œLÒ‡Ü$mó ãÿb‰{;Ëzöv+rYŒ½ˆ€3©Á°’KÏQ2ö{Ìg*=g3Kè‡Å•t—Øä5-nòzEÜæ5)îñšÈôÏ÷vföËZòÍZg ‹_e Šï3úÅ}™föf~ÏìÉ Ý0ºÓ·ù -cð™sP‰1Àè>/çlà\NãøI‰,J£`^–H=,{NKs½§¤jÆ„TÇ—|œÒZß1Y³ï¨Ìæ;,³³ec¬Ù4Ë.[`­±{¤×Ø]ÒŸ²mû?ðkßÿ%»mÿ¿ØV Éju³o›/E¸ØnüªsÙÄòv®ýØ --ãø19æò¹àR©Sùéôñ<c,Oé;"×°‡ä~r£¿]ÞÐ'·ôÊ{»åC]ò‰@›|>¨]¾d•_jɽdÉ}?¸1çiPCÎ?ë³ÉÄ¿^¶ÍSl½`.b«ñz)ÆKý™ô«Ñãst8¤ƒÉ¢xŠS-ò)”0 -äì>Ua@¯ª4¨[YÜ©4‡t(-¡mJǪìç´(‹r†Ó¨\«W\«UÜ3å?3æÿ!¬:ÿ¡Õyd\-'ƒÜ<‘| Á¶ ÛÐÈylW±[ĹÌa\•Ð`BN],1\šäѯ3z59ìÎbe`{‘&ÄZTÖ¬6†7©"ÕÖÈzu/·V=Ê5©q…K\Cá9®¾ð·¢à=n¹ê ·Lõ÷ˆ2V¦$9H¨›/pïßGç½*l‘u=À‰J¼oá\\› |:*`¸Rý•{©½^¶r)˪Ël.U‡6hK#êJô\S‰™o,iŽ2hºzÍ R3%(×,tš³mñ ¦ø¨â¢ßE}Ç+V“‘Hxqá6Ÿ`¼ ÷®Ûnd Y¬ÆûÎgçâÀçP5 ìFô…›1n5H|šªäþu•ªS…&ÂP^ί,3F——5Æèt±Z]¬Fw0¶Xw$F­[‹)ÐmE«Jß(J?(´ßòZ’«(!#•2ÂÍc܇÷Ðû#3À%d9jÂ=¨Á>LJ𽯖ÝuáÐQO´Ö¥x4Õf1êÌ9ìšEp•±(¼Ü ãi«ª¢‹«êbÕzk\þ@œJïŒUêçbòõ§£óô×¹ú·¢rôŸñ³+ÿÆË® ¹ÙåHéæ7ë_ÔܬÇï9Ì"“uØg#:›<¡Í-Í1ÐØœH­µdÒMR_}C^€®¾0TS«T›+£Tfst¾©%&ÏÔ#79¢s̳‚ló)¾Ì|'5½)1}±¯æyDVõYòÿüÚ€ùˆW‘-l{Ï"‹øîBœøÞ‡ØZZ­4¶ùC];Lí»‰êö4Ê6 £ÔšË.nQ4k8 -KE¤ÜRÃ˱4óe–nžÔ2ÆÝo™‰XVÃ÷Y69Y–Ÿ‡f6}’Ñð<$½þ‡Ð´:’“V»ÍCŒý½VÌär™BF¬¸þv€Þ7ºjº™`è }o”õ$Sµ=bzQ·Œ©êÊgçufÛÊB¤6#GbkâdÙºBŶ‘LÛáà ÛJ`ºíZ@ZÇÏüS;~ë'j{æŸÜú2 ©… Lj&ƒÜ¼‹k¾ÓpYFfƒÈºÛºñÊh´ã½o€ÚÁ Ð FAÑànB5˜FËÐsr™ÒþÖ¾þR¿L»Á?ÃÞèŸfïôKµ³Ev+Å~Ò7Ù~Õ'É~Ÿ™Ø÷coï3æîî—¾Â.’•ÐI²Ý¼Õ†¹€®ud™FÆz0ÐÝ‚nó Þ¹FŠñz¢t2!Ϲ㱠O$$Î ªØ)óLw*¼R‘ä¨c$::¼÷:½ö8¦é»'è±˞ coxÄ=¦Å|ã;ô’3HzG 7÷зهû€Ì#“èBºšð:bphÇÑ? ™¦@†ËÒ\‘ rÅC²+™Ht‰){\9T¡«ö_®Ë<.ê:ãŸ9`”Ö‡ ]ÆtÔ±¨4íÐòÊL%%2Ä[3‘[Àñ€QòÈ ÓÚÒ2³¬­4ÛvmÝÊÜ2µË¢C×u³é=H¯zío^Ìõý<Ïó}~ßïóéQ2ÊW2Ñ|KI¦©{ÉDwH½Ô—ŸÇo‘¢±¨áÛ$ëá ່c7Cðž`øÛ}ᣅ ¯…C¶%ØÔ½$³—î~ßcPú ®·±¾Š;š| Ð]@­³j©ùÞnz“ÔÍ??#Åî–:µHŸÅ@ÿ9ø ¼/Z€¡üP¤ôRw=Óà c¯0Œá:Bã¡ÀGÖó ¼ò.Ÿ_à{?µQ»Ž}@w)ÏF÷QtDZu#vQ4SЋ£„Ñ -<ˆþËh†WàUx H #"ýÕ_z;\:Á|’½ùÃÉ)‘ÓÄqš‡î4Eÿg#ü'á\5èSçÅä›îä}œGä˜Î×RÑŒG3 -½€£èóêÀÛðR -SÄÚð¡•>ù¬³t>Nú‚ù†Ëù[âøn¾ÔJo´Gë~x½*ê\°—^ä­éä;öEé.tí´p_éò&ù£i<Ñ®u -N·ó!œ³ðœ‡/á´b\~ Å<Ò¯×aPõ‡‡gÅCóyܰµ ñ›V<¯ž××7Aôƒ¡0ÆÁý¢,Üâlý¯{U¹úþuYå¸Ù*ýˆÇûAõú¿û®ïÍò5…û’ ¿äÓ/Xå7ÎÃçp®ÍoZ‰Á—Ìí1„Ã̓ЎîhNBg:ëg«¯û-^÷^÷ Sª¯T‰N ë×é‚X»>Å•ž¥aÎP´3Dõ1+~À)øG;YˆÁÐæ{‰ƒ×!º®hríEŽ·¢›Žî}hM@#CñºçñºçðºŸáuÿ­Ôk zw u¯öi,“ИFçÏ Ú³´ƒÞØNol£OS‹&ž‘Föc3J›øæF½¤ Tr= -udZ‹ª—uíxõ€ ~<îVŽ|_Û1ØíHjÙÝ~¬4„¼†£3 - ä4E[ ™j4f«Á4W›L‹´Ñœ§ æb­÷Y©:ŸuªµlÖZË.­¶RïIUû—ËÿŠVZ=ªüWÑûŠ£þ Gý‰®ÒÑ›¤ƒ!ø ?µ Õ.S7m÷í­fë5vLWCà=ª£ !Ëš¡ºÐ,Õ†åhmØ­ ÏUMxVET¨*b\ ªŒØ©òˆCZqR¥º¨âNWUÔÉ£B(h箽shŸêÁ±ŸÀt ×GÛNbÚâ§æ°H5tŠ×†Î©ª‹¢u]†kM×Qª‰¯êèGT3M®˜'TÙmŽ*º=©¶|•ÙÊTj[¥b[½ -m;T`{Aù¶ãʳ}nXb»bȵyŒOuûKä}†+÷x -W´$1ÛõâÊ'¦ÍÝŒª‰Pmlw­îž¤ê¸rõ¸Cñ÷Êã4”%¹)s|§,öY”Rà³0¥Âg~J­enJ“evò~KNò–ìä³¾3’~ô}¼Ç7ËKï|î½bpµ3þ´xG Æz³±¬"WŠU+úE©8-ÞPÖ×´,Íá³$-Ý’k黨>Úo‘}‚ßBûd¿ùöLÿyö™þsì ýgÙóügÚˬÙö5ÖöFk–½Åš™öZ‡iiwÈHý¾ÃÔTO‡©ý<Ö)^úz¬gÉ÷ÄPÆtz –׫ˆ¥’1¤l€EE;)PwÃ’A}ÌO:úû.t8ýç9†Yç8îí0Û1¦cŽcb@¶##à ÇŒ€ÇssäNwNs¬ -Ìpl -šúˆ³ ìa§+ì!熰ñCv†r8ìÁÁ„=0øÛÐу~ íðx örš|ß`ôÛ?òÆ(ZUŒ`+; -‰%žº+X ‡Gkîð_¹.¨(Ï+ ¿Ã&‚¨À Œ ‰jPE4DDÖaÖ¢®Œ(²0Æ­1U³˜Mms²¨ÑØ4ÍÖ$Í¢¦¶Mšä$MÒ,š¤íIkê–éCHN[ç9ÿpæŸÿ½÷~÷ûþûNðZš9ͯ1cv€+=eh5#¸Æšê´+Ó*Li ÂÊÓ›i«Ì¥iæâ´­æÂ´}æ‚ÔGÍy©§Í¶yçͶ”¯Ãl)×¶¹žP[òçÉ÷Å|ÆM¸öÀyÌVÄÒA,kˆo•-PËò,jÊoX”7Õ·>71 &gÎЪlkHEvŽÉ‘e7—f:"Š3‘…™ ‘™Ë-ù™í–Ü̞ȜŒ½‘YGfdœŠ´¦¿aMÿ*Üj½f¶¦yÂÀdMõ˜ÎRûç -uáì‚-ÐU@þIJ’k‹Ý_KŠÂÕP4ÆP_4Ù§¦0Á¿Òž4¿`^pI~¦©0//¼ ·Ä’k»}DŽ­>*ËÖ•ik‹J·m‘fÛ3"Õö%%çéÈ䜳ÉÙ"æd] OÎò˜“3=aý¼‘K?–p&À=pl„öbi5±4ó¹±ÔG F-pܤjÇ$¯Ûñ~޲ÙÅ%s‡§s‹láÙ……– {y”Õ^joŠN±»£æÚ7ŽH¶÷Yn³ŠL²Ÿˆ˜m?cžUð¥91ÿª91ÏcNÌà5tžvHÁ^lÉV®ÝÐ-eè—KuØ„êÊ᪬ŠRyUŒ¡¬2Χ¨2Ñ?¿bNPNyZHÆüì°4GADŠÃaIvÔXn+[lIr´FÞê¸#b¶cWx¢ãPØÌ²ã¦„²·ŒÓK¿4Æ_1ÅyLÓ -x¹”~Dã~ÆÍ>Øëa54V¢ï”ªj¤òÚ•-ˆPqÝÙëb½rÌðË®½5 ½&eè¼êÌdgž)ÉYjžítša3«M Î ÆΡÓÇW>­êÍaS+¿6¥âJðäùžX‡'´ŸçÑz °ÕÒrtë _ßpIE ¾Ê_dTnãHe7N0d4Æy§.J4·!9 Ée šåÊ>ÓU<ÃU<ÝÕ0<ÞµrØ4W÷Щ®ASÞ?dòÂc±õoÜR÷yÀÄÚËC&Ôx†Æ8=Ãúy­Ãh탭Р­ux>´k±‹åèc×r°Jé-C”Ú¡”ec”¼,ÖÔ2Ý'±%ÉoFsª|sv@\saà”æÛ'7»b›W ¾¥¹ÓRóöA–Þë³ôI¿ñM¯ûŽ[ò™ï˜ÆËƒF7xßìòôs’„ݰÚaÚhW5á7ÐÎÃ"Y±'I­¾Jt‡(Á¥îñšæžb˜êžé5Ùìs‹;Ãw¢»À7Æ=ßw¼»Îgœ»ÅgLëzïÑ­Û¼oj=à5jõã†èU¯¢WþÕµâßÞ#–y|,-¿~žX,$Ïí\7À>· ]v9ÚöUR¦ß·ßÕŽ÷쬉&ÅtŽÔ¸®íŠÓè®Yº©kžaTWŽ!º«ÄÕUm°t-Qdg›Â;{ÖqŒ¿TÈú—Òþ±B×^Rh›ÇºÆãGZXØ -° -£]MÞ¥h笓歗»¤ÉØÖ±›ñ^=þ -ï5ÊÜ-Sïx{§*´w–‚{S5¼7WA½óØ[¯Á½+4¨gƒ|{vËgËÃòÚô¬¼6¾_Ë{ÃUùt{~àÐjö¹n‚u°œÿ¢]AÞ¬ÁéÖMRvuüRô]’q§Ðç/ŸÝ¡òê‹’¡_Ù7xù÷ñÒëã`ëcSõQØ>´‹î<(í8FÁÏr}!mc‚Þv¾×~n¹ ºÛ$7×%Ô»ºS*!çlla25~»4q—4j·¶W‚Uôú9Cà~ÐýF6ƒØâ8Hâ-A-,ã;9ð3î=ÊAÈ´ºï^Lİ÷{`®¥Æ=hvÀŠnÉEÎåäœO¾©è&î¡мy¿N*A÷aŠ¡ÿ`YõÃð#xÛGû‡¿Ñ A±ƒÐâ8Êa{”Mv¤•ïHæðýÜwŠûßá·ßðŒ+pM;YßÍІn%«ÙA È7ënöÁÖÍqJ‘HÃK¾¤ÂÍKž€'á)o" cÉÁË`t2A:ź<ÃašvšÆz†EGrgIà,qœù>V/ºí÷°ï•oº9IsÈ/î„4=óiiðO:/ÂK0!¯À«ð:¼ ´FWz‡õyŸ>ùhC;=ò9ÃÐ^>–JYì‹,ìEâ¸È/¾¬Mp&Pç&ò­A·Ý4t§“ßXn G3€1^ÿÕ9÷ƒÐûC¿&¼Â'?Æ‹Ì[ôíé;†ã«s¥ëÔÃCž@òÊsŸ5Ï;¿çÍg?0ÁhˆƒÛ Šu]UºŠ×½Œ×ý¯{ ù/µëŸêÖ·Ú„WÛªh§þ†›ûZ÷â,Õ\èîsý—÷w}Ê“>‚à}xÞýÁëùáy †ßë!0 -ba–®(Í´ÊÑ©åI‹ô ó+­D§ õèl@g :Û(Ãnýwù!nð÷=æ]Šö'î|›LÎðÔAÛë'ß;@ùZð€1h&W -yÙô¥Jô^÷SÕ£±eh¬Fc-,ÇF–¥Wçµ­»Y²ûôõ šø5ýŽúT/ðÔP¸‘cøNƒ¨iQ&¯8}¬$ô2Ð*Ðñº¿Çëž“‹ø›hå´c+ -ëhÍ.Zt­ºêïÖóÚ¯ç8@~Åzœ$‚§©þ ²:ŽÊü¯>'5ö&â`4G¢9‰œf’Ïú¾M"Å ð¦À›‹‘Œð•ÃS‹|\ðtÀÐOÇ~ÝÀ]Ç;YÃ>9‡uq†Nbüóøy+ävî}¬Ø_c÷|BËÌ´„Uxô)8±éORÌ<üJÃ(?ßÂÑ›Ë`^e(M;‘cm2tk¦ ¾Öõt.¢…ÎFvÒéH/úé¤pNˆÆè¸hšVÅ‹´">AËâ Z_§Eñ=ZˆºOóQ¿¡Yé§tXúÍHYš~ÊÇð=ÂQöãd”p%çæv¢çÏsQÚÆÑyI -­Ér茢ˆNÅX鄲†Ž+›èX\;­Äï§åø^ZJÒÑ„Q:¢š¤ÕÍ©ViVµN3ªkVÝ¥)Õ[4¡zÆ·}JcÛX:B*–ẏ D¿HC¹Ñ ô›é¸ó¡¸ˆx6ËzœŒNoÛE'vhèX¢ž–w™éèîJZLª§…¤fšOvÓl²—«ý4£¢°úM©gi"åët(å,©¯RHý"¨ß !õ/™õ'Ìä¯8Ád–Lb9ð\ïh1(q/ä!w£CÜmtFí7vH<ÆnI§1 é0†$mÆi‹qEê2®K›Œ×¥ E¯Hë -ß–: -?”:öþ[â0°‡þ Qï"÷ï¢åº…öï¢ kÏe|žG,ӈ彶EHCe* -ZSY6¯§¬ ¢»Ô$òX¬Q–*i‡¥!ºÍÒ*k1{ä.sŸÜi–7š§õæ%…Ã|VQc¾¦¨*yYQYü¹­øÏr›é_2›‘¶mñ6Z­W+ÑbÚñªÐjƒEü>ƒx&Ë(° ¨¿RI}ö$òÙ5Üý•y‚N[‘¨­Â"i©°ÉœåEc¹3¦¾Üë°ú”5ÖeµuBi·.*mÖÓ±åÖ«±ee÷b-ecÌ¥Œ1[>W˜-¬Ülfå–Vþ¾—kpÔ­c`LU£ÏFlˆÉ_ážZu;v‘Ç‘Æéphù­µ¡³¦DÒP].sTUÇÔØ”v{[œÍÞ_nÄ[ícñ¥öù8³ý¤²Ä~Eiª¼ùØBÛb -+>W–³ŠBëà»[‡µP«X‡Á8¾Äßüxúpeñ4JÈÝ´Ú{˜æ¦l^SSAD]£Q\ÓPm¯¯TTÔÕ)ËÍq‡'¾Äá/v„⌎9e‘ãÙØ½ŽË1ÇEã<¿öy^Í?åyU¬â vVñ}Œ»{² ûS`ôã{/®ûО·· -©¹-žœmÉÔЦá8ZóøU­…B[‹9ª¬¹BfvÕ*L.Wl‘«SYèê‹5¸Fcô®YEë„<ϵ)Ó9ïHµÎHr›~/Énü,:«ž•eÕ=Aþ:·À<«`mç!0¼h…;ÛÑk»‰š:yT¿/†j=‰TíIc*=¹\ë>ƒÀÒY,4¹­Q…îêhƒ»IVàvËòݽ2{$Zë>,ÍuÊq_gw¼(Êì¸/Ô´ÿN˜Þú™8­…Js±’T+ý<×Û°'Á2|3 ÔAžN¢¶ýDÝè÷qm«ì‰¢ò•õ¨Éܓɘzòx…¾"ÞW™ïµ‹tÞq®·]œãëeù†D™Þi¡Æ»™á½‘æ½-Hí~‹¿§ë·üÏ?"Ô¬0ÙÍŠór¼×)pLâª:äÁ½n7Ü.‘£¨W¥’€€Š‚1´7˜Hú`*åsmPÏÍ –ð²|M Nl¤»ù©Áþ×S¼”À -79pž›ÔÿMÎnÿ›L¢ÿ}fgßß¹;zXþ+Øîe·»PÀq0 ç"g/Ü­p×÷ÙƒDf\ ôÃD¹£bÊ -Å“&´›2Bé”ÒÒžP!“*eÔ¡jNRÈÅÙò0‰¡³34Ál]"Õè:Åܤ¸áïQìÐ{¤ø)°LlåÄXî \I×À2÷?ÜäíÄõ¬î²¢Âƒð¥NrhwXB‰áÚN¢íá R…u”0m¤øp9)Ãun'“…C$ /xê ÿÇv™FE}^qø7 3,¢`ŒQœXeÑ ¨ ʨ@±ŠÆW"Š ˆÁ A”MÁÈ⣠Fl£ûR­66Æäm6ÓÆšZ›¸¤íIr¢1q9™>£œÄýð;³ýç}î½ï½ï{oq‹¬E'dYö±¬…ÿ‘gÁ}y廪?×¢•hZ˜#eâw -ì$Ø#–J±ERd‰Z*õ¨`ö«2ª}µ¯|ª»ÈÛÙSžÎ>²:#eqÆÊìL”É9I'êÄ çr6y €í< rå ke×H¼Û臱KM‹8—à•¡”Ãçô%äìÑÅäÀ -)ª\ -c\ dDëR#uxQò¨£ñ«g¾­§©ïIa‡>ºl¸h8Ø(²6´!Ÿßlö& -o0†ÇÚxlXuý¤ ĸšÇ›òx?—x§ÀÏÃ+¥ApûÖJA¸Ð ù­•¬ëi_B›¬ÈaÇfæÛ-ر…&d‹ûæðm¢Èšn±ØÂŸ73Ünb˜ÝÈ€ºáEºÙõ.Õã•0‹P.¦ãóä*òcáF4J½`vƒÙ‘1Õºö6ô -z5[ éÒ×hwÒ”µ`G —Ý.Ù]Ø.6u‹¶lá÷ý<×Êó7øMó}­fËáæãs>§¬¦1yÜ( -³;[ùD³ä‰4¹4;h7úzíuËSÚçÏÁ  -¦1Œà""G9øQlG–ñ]ÚÉï a¹„èè|¯šUœÍÄz>Ï"ÎSð7±IŠÆÏ~0á=Å6ú¸Y¸@ÃÏè:†Ž#ÂË E`”NùÐП!GÎö•Αïq!´Rp­ºu ¾Ãqö2º©•Äzéê‘8Ï ÆI;¨E¸Q0CHO–üa™2Ð)tý A¤ã‹{0¢9Gç݃’‰F™ý¹DÃîn¯Ò¨}ÉtܸNàoàëØqE¯¿£2bǾfãi|=nÜQÉŽo=av‚çáfmã´¶Éͺ€þ‚>Báe”’H{]w¯ìÏ·äÉ-õiÊîaÇ} -ÿ>Eö€€?hAo0iY˜7z4÷z Ž¨ê‹bÐH4‘él:3Y†î2cÞÑbÝf¶»¥&·r}+'ÓÓjæµý—)ëß$íMæ«lÞ5÷%ì~½ÄJCŸ!÷û‹èÃÇfÞ_ÔÙ`öÑ= ‚™ ˜ïn1ë~£4Y0æÃXcŒ0*p½ZW™è®0MþƒÉïïLgŸ‘´%a>"hçyº•[YÝ­÷Û^ßý?6üÄœù#sæwê3ëŸÕWk"Œé¬?[—• ð)_Ÿ2c^T©>ÖJ|ªakêám$5¶ëô¶ë-æ4ÿ.7ÿAÿ‹¶ô>//˜aÂì‹?ƒa ƒ1ÆDÖŸÆúi¬žÉúóˆø"0J`Tà} ÙÐÈ1ÚÄqÚB†ÔVv¥IŸ“)·K›“Û†ïúÿ¨ÄÞ}XþF|õƒkƒÙ^$¼X8¿fű0&«Y)0Òñ4FŽ^ÆŽ­ÔJ9º™=ÙD,6r©làÉuXÝÈ~4àa=VG…­ü"ZîÀ¼Ùæ¿û¨9Ùvî“'Ü'ñ­'ÌpxXqpñc<Œ©fÀ˜¥õÔÊ:je-µÒHnÔ‹:ÕÂXc;QÙCÕ¼É.}€u7UI¥UÀ.oÓ×îc¥G×ßI®âµ»­®…òe…¸½ð-¿¢a%ÀyÎ8ÏãO*œ Õ²UcX¤jc¡œ¦RU™V©Ò´Vå¦m*3íÖ -Ó •˜.¨Øãš–Yî¨ÐâúY7áÂ5óÇê¡n\G¼oîÌÜÇõÓd5k³¡£Ö›{¨Á¦:Ï(­öªŸ‘ZÕnœœ¾“UÕ>E•íÓUÑ!Kå~óUêW þ+Tâ_­bÿF-óYKýw+ßÿMåù¨Å¿ÒÂŽwµ £ëg]íÊÑÄÕ"íAͼßB+°áiú+ŽÙF?o­ñ漢N½äì¡Ê§¢UÞ%Ae]GkEÀ-HVq@ªŠºe¨°Û<-µå)ßV¬%¶•Zl«×B[“æÛ~«\ÛqÍëvA/Ønh®í®ævs2ÛtæY®•Cá\ï\sMa´´"uñµ´;6³ªlOª¼{O•öWIO‡Š‡ª0h¤ -‚Æ*?h²ò‚S´88]‹‚³´ d¡rC -•RaÈYcÈ -ÙlÈ ÙeÈ>f˜ü¾!-øšafÐÆÔ —15ÐerëS˜§¹ê÷Ò†½Š6Úá÷§Åž•ØV-¥!~*îÝ]…¡¡Ê4äõ‰6,ê“`X6Ú˜–dÌ ›jÌO5¾>Ç87<×”^`Ê/5Í -¯5¥…¿dJ ÛišvÄ4-ì=srŸ/ÌSûÜ1O uyLyæ‘>€{"Jz}=>jD5|®¤*Ŷ’~Ìž}}”ß?@‹"B4?¢Ÿ1Ç>È”mjβ0gÚÇzdØ'y̶§x¤Ûgy¤Ef[R#ó,Ó#—[¦E®²$Û×[¦ØwX'ÙZ'Dœ³&õ¿jßÿ{ë¸~.븾(Üem…ytûÀÕº Õ¡ªhø|_ä ÏÈÝ>ЪQ•ãTÖ 0ãÇólGŒGº#Á:Ó1Ê:Ñä™â˜ê5Í‘ê•ìÈôšâXè5ÙQä5ÑQåäXë=ÎñŠ÷˜¨ýÞ££ÞöNxÅ;qÀmïÄH—w¢ÝååÖ9˜iušiÿ6 ZTA VBÛQ€-‹±/7Ú¬ì˜'”û+ÍŽ}Ƙk7ψl™3Ô39f„÷”˜1>“b&µ›“Ò.)z¶ï¸è\ß11K}GGWúŽŠnð½Íwø½¾ CÎøÆþ¼]ü [ÈÕ.Þ¢\>†¹/^Úž@ jTŠ -ùn1¶ä¢,žÉˆï ô›RzRú™“‡EY&ÇÇxMˆOð7Êwl\Rûçâ’;ŒŠKó÷?¶Ë<ªé3 Ã7ÃH©;RE‚,* dQ`XCP‚ -AYâq%**¨(`eÜ Z·"µS­ƒØÎ9k[wí¦µË¨­­Ú±3g´ÓÎTgœŽhmæi3¼„pŸ{¿ï~ßï¾3} I |’“j½Ç%­÷NLÜáØ¡›xR«O¸ªÑÇÿS£ëÔè㜚8tÞ½Š @«Óðœü\Àg•üÍ–"2÷Åij™’ÞO,éCebz¨K^z¤*'Mï‘™š¤ž`HÕ¦²|R ùºñ†"]’¡B—`˜§‹7,÷‰3<ëkØî“r@;:å¸&:ù MÔø;š¨qNmTJtjß"þ¾tFÿ جIr ;ïgÏ4~NÍÀ{fºÉĬޒ—=Xr³C”YY#]'dqKÍLðLÎHÑ$edx'ótc“uzc™.Æh÷c\æmlÒFŸ×D_ñi<¦1áŠgDúm¯ðT§&Ü€RœÚÃðöÂhÁ’4da½ÐB4•¢©X„Æó¼<É1ë$Óì'Fs"Íî’bŽî5./Î=Þ4^­7MÐĘrµ£M…ÞѦRm¤©J3ÊTã5ÒÔ¨Ž0mó ÏÝï–{Ô}xηìÛÁ™?©‡e8½†^¿‡Ó–M/Àª‡µÍeŸŠóD&勘°m™Ìü/1ö“äÂI*®ˆ/å¢/ŒU±$¹G[Ò<# rF6T ;ŸºX¢D;¾o¾Hø"‘@‡ÈÀ¥"O-q¯õe/É3xÔáqëxÈÕq¹×r¹ÕrÈjÙÐZ°v!—^=ÂW-ß“¸3¶ä¶Èâ..§l‚µ9P%5—" ìì¹")Ô wÜ ìª_­ˆï*BJƒ+É35âo6šÈ£‰`y4q¹5qÐÖ±©ëÖDÒÛ†EÖ`"ë/eŠ^õ€ƒÀ\ɯ¨d™Ð,~/†m&õôÅìÜQp‡a­Á{6Šx>‹!i&‡D›Ècylf=¶0Œ´G ¼.ÚV[+ÍÜJÀ–þŽ¹ÝŒ¡Ýx^dÃ74Á=‘õNYC­5h*¯f –à{I{õFà iñ‡Ù¦çfe+ì­èy´íPr¸=Ev=ÅC‡AðŸ6òØ‹¸€ÛÙ“vš¹ {жï°»Ù]wøß² -æ4‡Ö±R³™šS©7nø&zfŸm"jJPì‚ÙÖ=ìr¹¢—äñðû2ÚÇ ¼_Ë@Ìø;†ÁƒäÑÉC·“KøMˆ¦:´–÷édr?ø1º)ÒqWêà.X)RAÍ…´oÖî‚îê âë÷ˆhá¹<âÐR˜ þB,+K0Z ÁÐäò&ñQäãÁ ËìËiò8Ë;ÍŸp’ÄO9£8qKjXëªõ<›¨9ŸÖMãéá†ñµÁèxn¯öpºèH9Úmˆˆ‡N£³ˆ£‡áùˆýù´ŸÈe†Á/Éã:…º,ø×ìÉWìÉ5‚\ýXª©yk]´[$—z“_á,rŒƒaúf øšâXçLz§Ç½Î¡ èt}Ž®!®¹IÏ~Ëùýž^ýyüÀY¹gébñ»¶ˆÜgS»:q9Š_|¯çÄï:e -E1(Y~ÂW=ÀÏÜÃÛý€§º+U¸Æ…rOu[VàUWãàå;\Ï78¯›¸¢¿Ð07pk_áX¯â¯>“oå2‘.ñ‘.¢Ð¹¿ùk©ÑùŸÙ%Q0aa™áL‘¿á©nÊLù3þòOøÜë²F­\ÁÉ}†ãºÄ¡½ÈÁù”æý·x <Ï¢½/_óz­rvë=tú?9t‰Ì>Ô@æ#¨+f -²åK<æ%)&~5Ì’ÉãÇ»vVç5:æ ·Êµÿ’\­±Mžgô|¾|þl'Ð'r!w“Ø vœì\ì\‡ÄNŒsun¶IHB‚’—@nJ¡-ƒv´6¶U‹´uešÄºJÓ6m«ZMêÖíÇ6iê¶Nlû±•¶|;…GŸí÷õwž÷ò<Ï9˜a¦Ç™ýqò‰?±õþœ¥ìm¶ß»élI¶D–ûkz¶Y•’k}†¼Yä5’Ó‚S -N*ÝXVyq\íǒ؉cb M‹š1ÕLa^šÇœt³ÒâÒ ˜–î`JÚÀ¤ôSLH!¦{ˆqÝÓÉOð!Kú¶þàµäçó -ÛÍþ¾ÆØÎê58­MÃI}N$›plS%ÏÔ`1¥ [Z1—À‘Ô̤!nÁ´aS†#˜L[ÂDÚYŒ§]Øá«5l`¿á]D D8í?N“Ÿ`È ã=¶Ù²œßek¹E\-¢ßâ÷Óy”9”GËŒåxÚf$2²°°Õˆ¹íÌd:Ïtc:Ë‹CY~Lfwb"»±œÆrb8ÇHγˆæœA8ç*†r^Å`ÎwПýú²?Boö¿…žlYèÎzŠ_÷­Ê¥ [þE>O—’›m÷ãY¤$YØ¡ÃlîVÎ+ÀT~T!VX‹ñÂF(jÅhQû‹z…Hñ°.> O ƒÅ‹Bñ)¡¯ø²ÐSt[è*zS=…¿WtþKÑ^ +ÛóŸâ]rn”óX(µ¬Ü{>WvQ[ñ·yŽÍ2¾ÃF‡ŒL”äb¬´#¥BÔä"&·bØäU šýŠs—2dPö™÷+{Ì“Ê.ó¼2h^QÌUíæ›*Ÿé[ªVÓU-¥ª¼%UÞ²ú Œ²úù¾]AIUI‰WÅ= –øy¿Í0ž)ŽO”+0Vž‚K"–baÈZ®°Ú•!k­ª×ڨ궶ª»¬uÐÚ+¬a±ÃýÖY±ÍzBÜk=/z­/‰Ë]±Ñr_¬ßõ[Ñ]þO»ì±Æm–Ÿà¾ùH)üåßJ¯b‘ŸgÙî§KŒã£|F*“0d߆~{úì&E·Ý¦ê´;Ô»[l·7küv¿Ôfï’öÚµ^ûm³=®m²Ó6Ø×´îªÚÚª¯k«+$9+?¶O$GÅ’Ã*K‹,Ý#×Nàz5ó †÷˜'h›c<£Œ'Ìç€S‹¾êtt×ä"XS¢è¨±¨üÕv±µºVj©nÔ6;[uMΠ¾ÁÙ¯w;GôuÎ)}3¡w:ŸÓïq^×ív~MWåøÖæx_kÛó­m÷ç:›]ÖÙªdÝ÷Èu§–ùPœqñТÌùy”¿ s¬ŸÏn—Aw*õÙð7 ­õeJo}¥ÚãvJ îzÛåÕ׺:’ª]½IW$ik2Éî:šTé:£·¹®é¬®7´–º{Úòº÷¤²Ú¿k˪?Ó•9å'Øàû_!çz=m­ÉÑFî1NDø=DtÑ*<|Í›ÐêÝŽo<^“¢ÁkU¹š÷hjšë´G·Ûã×Wyº“lžpR…gBoñ,èvyVµåžç%³çu©émMIÓoÄ Óë?“ŒnYktɺ7É}“|<ÌÇfÚBb’!i:‰ö½@+¥q³O‡F_:êý¹pùw -5þ]J‡¯Jm÷Õh*}RE[›ÖÒÖ©-oÒ–ùb’É7§)õÒìl»*Û^Sµ~_UÐúkeþÞUyÞGbžG–¾Ä7È}ƒÞ¢Ür·»žÜŽúÚ¥Ò°ˆâH - -£ÛQÍG^Ô„Ühr¢NdG‘õa[´Ñ(Ò£Ó0D–¹€ÍáÛHÞ€~ègÐþÉýÿErHFrŸ,¼L¾sä["_¼‹~«›¾—è&·Ü䮦÷ŒÐ÷Т ïˆi±-–ŠŒXÒb…0L˜‘:Q…”‰Zlšð")¶ºØ¤ØÄñ£PŸ…bìEc4i£?áeû„èC("ŸC–q\§iK’o’Øb.ûÈÝÂu×Eû(PNkRLëš}H›¦ÿœÑAšIƒ8“ ÕL1”ñr(â,6q^ò8/Rœ/3èóÄI&=Í4ÍÛÔ}ýŽþ Ðÿxùd\"×ò ë"1NÎ0ÑÃuûÈÝHî=ã€å `œØ‘ÎW&ϪE‘h3A›`ÓO ö Z‚ÉœàÁ&ø²Ä$çã"/4‘ 4ŒsïGÃì§L‚Ç8Ë=~–|ÓÄ(1°Ÿ{ÀýöÆxü{Åaú>òæ’7c‘ÞvQ}œ"k™bk…žre ›ü6Š€SŒc•Mf•…o•‰¶ÊC]åBVç8v–ónr>Íë2•ã ªè%îÃ’Œ“Üãyb’ˆ=Üï6®ÙÍ5Wñ¯&òæq´ˆÉ+ä_%ÿsÄqŽqœ§<ŸòTô\ä~\bëŒcÅo‰v™}™¸¾Ì±8盜ûÿûg¾ƒŽbí1–8<ËõƈAžs€knZ`p½eäÍ?l=C~r*/w¸Bðx)pÙhˆ<—ÉÀ‹„/Sø|…Âã…À-ü[L¸ÛÜìÛ\ЭsãyܼÇyp>Ïãú#$fxuˆNéáš[—€Z^!+y‹ÎÛɹéÿ\— tTõÆï›™7ÃÀ¡,ÈB–É2“e’Éd™$d²M2!„²’’@€$@E„@•6²­ÛAieX„Ù«"X¬¾A?Ï0ÏúÅÐQpÜ/N|é…a¡&r–ú¼ÆR|³z‘º¼…ïÒ'oôeŠyy§È¥càœtSãM'f÷z‘X-»ÉœcàSaç9?cá+HH‘Ó>>¿H:þ.wÁpu”ÈuÎê êòÃ4ÞÍå€dAr?ßÿ?ÍûF€` ì`2(EUËçhªÒ†6씿 e®¡/?A)ýusõñJäC”Þàû’÷(ÖŸHÔÛ8w™o^”¯qÑ;Œóà,xÙ¯yˆ;ä ’/Ñ™·$In¢ïn «®¡1¯Ê 8±ßŽý.B]„ý»Ðª+ä-ü¸DÓ^Dß½‰2{Õ{ÅxŽâýždáW§±ø /úñ8ñ>| n‰αÄF|ñü2 ¾ÉòŽ”Köë°?õÚNú»äUòq?NãÇËøñ~üŽ~&zžƒ|’\‡é¨ü‘ãsCÁ4ô=üž_¿¦¼#‰m\Ñp%ÕW<åø?MNI=14a¹]ŽáÇQü8Œš<„ÂByþ–v€!òŒvàÇvYCÿœñ#äIFÉ>*ó×q*60N##»d#™ÚÃTyÖ¸ÿ‹›þºào»Ãþq³G‰i<ñ„ÃW -\YøG zà˜NÔÃÑG;ö»°ÙCw,“õÔä~rqß\‡•µDÔO5×pªWsêVÃíýàSþ_ôß8Ú><†uÄ6š¸‚±Wê±T>ÞaÜÞ÷˜#ŒûA-#Yóí•à»6Ó§dœ¡ðÅbÑW<“á)†§ž*xjái 3Záé„§ûËñ¤_c¡‡ .$³ ¨r7ý1_þ*ó˜8]ðûp)@䔑Q<š«<ÂXÛ4‚ëÕÀõ* -¼#±t'œðYá³Ãå„+®⨀«Zz©I5YD.𯛷ó”ÕÒ© È\¢êà4ùº¨ Õ¢\“Í-iÖx‡ñ:Wÿ®Ü\1³Šlâïý¬FýãX7ðg•A••š1²B"}jŒ,Ñ'I¯!]zreá…² °LæN•y#j¥ÓØ(ss¤ÃØ-íÆ¥Òf\--Æi2>&Æ=2Ëx\êL˜‘×¥vä—À+µF¯œ†÷ÀDjÀHëe=XÃç•<[λ>|Y:*P2É¢EH÷‹Ì›*ã²ä'ã]Ò1Þ-íAi š.-¦YÒlj•Ù¦yÒ`Z"3M«¤Þô ©5=*5¦ÝRm:&UAoÊTÓ§Rôðã|{#Y ¸f7på¯5³^ñ·g‹ñg+É‚«2ÿαÒ*b¤}b²´†¤Ksh®Ì-”ÆÐr™V%3Ãê¤.¬YjÃçJMx¯T‡¯”ªðõRö°T„í”ò°£Rú†”„^WJBn+î¯âžèUŽÁ½3–sÇJOþ-¬  —ÿwãOïçNâ~Ÿ4JZ#‚¥)2J£¬2+Ú.õÑN©‹v)3¢K”éfRm®QªÌÊTs‡â1/T¦˜W(eæû”óCšâèíšÂèÚü¨óWÔ5M^ämm^„wÏÂÿ”•:$°&²ß –€îDÖožÏÁ¯V¾Ó( q&©Ÿ$µ–8©±Ø”jKº¦Ê’«©´j=Öríë4m™u¦¶ÄÚ¦u[»µEÖeºë:Ëò .ײM—H—N—÷‰.3öߺÌï0³•tkF?+Ïr°ˆ«¾ ´ó¼_A}¢Af$“êäP©J6+•¶Í›][fsêJm.ÛV¢Ù*Õ[­ÞekÖO¶uéslKõN[¿>Ó¶YŸžük5-iHMMzMMI¼ª¦$|©O±zõ©à7ðlw :88 t€fž5àK-ï«íZ™š6Z<Ž RR‡ESì°i j¾#WŸç(2ä:* ÙŽš€,Çì€ Ç\ƒÃ±Ä`w¬6¤¤mÔÛÒ~¥O²Ô'Ø_U­©«Ö”é­6¯!!Ùk´‹< -ßú zyÒ›E@+Ÿ@-ï¦ñÎÃçò,£”8MRœ.Ù±ŠË™¤Íu¦©ÙÎl}–³Àá, HsVØ )ÎŽ€dg¯!ѹÊàÜ ·d=©ÆePc3ÏêÌ©æô[z³Ãk0§y ;‘g¿ÄþÏ%+²‘e9ä4z0gH…RÖô¢¼Éw“ó®NÐŒ\¬Uð–‹ä#ÛrÊØw‘MöŠb«’$O¨$xÌbñ$(q»&Æ“­‰öj#=ÚÏ M¸§EæùÙeõ}†ñg…QÁE]aYDD£ŽF­V¢ÆHåp¹vØå\¹A0PÔD×´QcDMt¼â1±ž›4wuŒ5%“q’Ô4±vl›T­iŒn?kÖNÚþñÃï÷{Ÿ÷ú¾ß÷©3 ²5"çxd™ó²"Òk@ê2§\–9ù¶Á<ËÛ­’7`ÜøZે¯ŒÜðÚXƒg¦ÿø‘Kã2¥QÙÝ5ܦxû@ÅÙc5Äþ˜;ÆÊêHP4‰‹r¤h Ã.‹£Háö™íKÕÏÞ®°ì­ -Í:¤Þ™ïªWÆ -I¿¥›W¡s¼†Íð¶Á·¾Zb-3d‚TâN„û‰,â·£ýrÐ^y’ÕÙSQÎþèŒR„3Ná®Q2»~¢þ®©êëJ’É•¡§S½œ -v.RPþ*ó7) o¿ºå¾©n9Ÿ*ÀqMö{2f{µ®•p5k…M*9ð¦ƒYÄý$ÜçJcà†T²¢}Jdr÷Vˆ{€z¹£ìŽW÷huwÿTFš)À*C)—¢%Jë W‚€*F¼±%¢5]_KλRþ­ƒ«®Äêù ;›ÀwB>º y4¼HŠÁdD™dª‚ªƒd¨á²¯á¢­áb©a˜Ö0èj|‡›ÂVgœ®®¦É“Uˆ×JDc©üEÇ7[\é}µÁõ .Wƒb ÒáN‚{ -Üã‹Ñžó¤Áå’ÙV+õXÀ‚Ó€®\È¢±=׈ÆmäRiâ’ib¨5qК(n#Æù¸±‰÷Úøf @ÀÕŸå"¼Ê0$µ^-‡«Á‰k 8@ -ù~ª„ó¨J)^ ¼&$ḵž0ÔÁ24å2ôm3|K$C.Vjå‚YÎàkåP·RØVrÑ:ŸgÔ£e#ï"$›Ù\—²Å/¹…­ZJŽç«äƒtò=ƒ˜Há˜:)Þ‹ˆ ùo†÷g`x<VáG~¬Æ5ä£=ö‡ ØÃðóP‰ö ޝEܶÓkк«?ãÛ›Øø^MÄZJ€ƒ˜“k˜´Ñ8âoT ü„äã$,±ØÏd+‹.uÙÐSÚÈR¶‰þx‰þè`è 7:8l[HîVrÑÓ/óüuïÓîªÎJbvòJz}ø 5 ÞĽJêgóç—\8ü /¥eñfù¯€í¾eÜÈRÊrº‡åðU–Ÿýäc?ƒø‡î I>ˆñ8¾oÏ©ÇÞKàšsi#9 UÉÄ<™xGÃ;˜8Ípû8;ü|>ž`·_` -ùâ#?ˆ‚×-§#,ÊÇûJ¯G³¬²˜œbwR“ÓÜ A'ÆNCÌ|.«šÞ*h•2HÓÓk™Eäv8¼‘¼ºC2ìòóí÷óò‹ L üàñ £N?Þoù "á,}rž^½À’ò..ú³‹"wÑH×IpNeä;—\§®§ÈñãÄËc3œ=|qiÄ&¾ƒÓ~žß‚·Á»à}pœçý¢1¤K>KŸ\¥W¿&×¹¾åÀÿ“¤ß ØkwýÄCÍûßè"@x\ߣ%¾CëÞEÛÝBËÜD_Þ@)øTÊ7¨‰¿£fþŠÂ¹Šù {…F½LÃ|…RûEºD’>ׇú”·>Ñ}Ô…Wsà}ð6øºëÚê.:ó¦FÂ7Q×Ѻß(+™ðäÁQ¤/U†ý”[½>Ëøñ ~|Œ"ëB~„®ù½öÀ~÷iú£>Àê{~Þ·@'8ù?>Üߪ1šˆ'®x¸Æê rñ9ó¢ÒàÈ&ÕyØ/Â~ö«±_ýEØoÆþ³”ÉC¹^¤lÛ)ßAxNÑ6г×åËüqp‡~äÃmðp\TOb ‡g0<#á™ ³z’Ü%ѽ‰øñküøu9ŽÇP”Gðã0jðªô5óAjr€C´ƽ|½뻩ì.a§ßnò,b9ôµ˜‘\õÕo4®x¸ÆÀ5 KOqôfsWÐÆéf­ãkUh'«ítñzs ÜpÃÿÿÑóEn¾ -"ž¾ðDÁ3K£á™ˆßSá˜ý²Ž};öó´–º¬¡?VÓ§mjä*i¦3ÚèÒõx³Ìü’«æ*õ%¸ÃSïðgÿ‘>í?{üã°CbêM<ápÅÀõ69Må™\šk*SŽ©Nö°¥Ê -kSFØFÙL»”f:¡”>ç”Üç -¸­Ù¡Þ‡8 ×î(V -®ÙÕ¬„-¾µ¤ÎÊŽÉÿ+ñ­œu ¬oˆJûYTdŽUy„œÆ*/|’rç)'b¦©ÊŽÈR¦%_–RÙ,µJ³,VŠå9Ͷ¬W’e§fDSbÄYM¿`f²jì€÷CXφ’ÿxVN~WÅÁËZVŠ/E¼S,g¤Y¹QVå &{ôheY'(Ó:EéÖDÙb’•“¡Ô˜¹JŽ)Ö¬˜jÍŒY¤§cVjzÌ š³CS­G5Ùú;%D_6$Dß1$ ò¢¼†CðlƒÓ3Œþó­Å¬>µ Œ¿‹ù_Ïòñon¬QŽØ0e ‰TF\œlCG*mè8¥ ý7ÙeÞt}ÇñÏï(B¡nØr´ÔÞM¤mÒ#¥mèJÛ”ÒPh-¤œ,R@¤PBk (Bå˜È(·Îy¬È”¨L “‡M§(Îæ‡l,{¥„çÑí÷ÓBšÏûs?ï<Åa(RÊ eJ™a”Rjp)vCƒRl˜¡æ«6Ã25ϰFÍ5lSs©f%¼«f&\P3ãoª™q>53Ö§í%îMð­äü[©1g~f:÷%?‘O2\H‡šdEœ)!R•:X*Sc¥Â˜,eÆ ¥Ô˜£Ú6µØ8\+2UjÃLc´Ó-ÏäÕrMsµlÓR-Ó¸Z³·j©/ji©o«Æ”ÏUcòwš)ɧ› >½ þN¸Úá]d¦€©ÒÆó{m7þTñ¹#£”e Rs”ØÍ‰Rl1)Ã,Yj%O˳ëC-ºÕ2:(ÛR”i™¦›-sôtËÝdyBK5oÑ’Í/hIÇÔÄôójbÚ -ÑäÓ FŸ¾ûOÁÓŠ4Y…LBL@-pò#ù¬œß‡g÷’âœþRh"6kœäYS”\«YͱZµ,k¡n±ŽʰV¥[Ç™¬SôTël=ÙºX7XWi ÖÍj|Î56ç-%&ûS%:ëºmñéÑfŸþ±> Ï£9H!+R Y0 Œ5`$1T¤$[/_•ü‚ɵ ’[ŒdÙ’‹-MͰeki¶Íh®§Øªôd›K7Ø&k ¶YZœ­Eµ­T£ žUî/د É?*yŸHÄÐëjx®O ·úô-Ä÷8ÜKà™Ït$ÁPËI> -”ƒ"¤[A‘H.çqVI1—„I†=RÒì b´•{¦’dÏSí%j¼½R³Ucì j”½Q‰´/T"ì+dpÉ&X²O‘Т?KXá5 ³ù”°Ÿº‰8;à\d£pMã ɨ„·Þ;šƒsÔ‚lJ+’”ŠŸHRÅ`I¬ˆ‘xG’Ä:2$Æa•(G¡é(—!Ž wL”AŽ™2À±@B+Ú¥ùF¹·|ô+{SúŽø£ô+ý»„ØoKH‰OÙ@œ­ð=ßLø<ÈDo9(†{hñWÀd2T¡=ªƒ%Ê&‘ÎH‰pÆË`§Q93e€³@œ¥rŸ³Z~ꬓ§W‚KïêVéU½^‚Fí­ê ¨#ÿ Zåe r|/A>YïR¸ærþO‡¯žXk@%(…{ÜÙ#Ñ=H¥d'ü5"ᵺ„ºC¤¿{ Ü뎒·AúºÓ%Øm•Þî"éåvˆî®Õ…¶r!à\ˆ§ZDÓXËDIÍi†ËÉÉé¼-«àmkV9; >7¨ú¸‡Âm-’2ÝTЇþ« öôÝÓ_TËÜâõ0äÚCa=õà°9ñA€p° - œê¹êÞ§àøàþÿnI\ó‰ór<ŒU nÜYcEŒn‘øñh/L†5ˆô%bÔ7coØàÛõCž€ øx°z8Ýá‡ÀapŒœçX<Áî8Á¼ž¤áOQäSx -sŠ/|O<ä{4ÜvbÎ&^y çã¾~ÎÝ`_€ï¥×¯‚ì7ax¼Õ#Rá F¿h:>çÙ#_Ы9„.³”¯Ðô—ú2E½É•Wz4ïÑ„`BäÊ-ôÌ÷hªÈTAªu²\EA|Ë•ÿ :â -*çƒò -ïK”ßšå< ü„}$ÝrNN ®¾–³X:‹ÕÀ»àxü¿šÜD[Ý@[]GÓ\EK\EÏ|ƒ¶»,£ä"úò ”ɧøñ1~œÃñã ~œfxN24'ÐwïÑ@ÇÑ5ïP°c$ê(ßø-–ß„Á×ÁkàåÿñáŸà[ð:óKLøc¿>¿ëi3®b‡# FbÈÆ-:û•ØwbÛE¶ë±= ÛÓé€FìÎÃn +£•Õ±šò ؃7‡ñs²Ž*¯ƒuíp-À:ÐâÝØKovÑ›;ä~8 øG®l‘BÖD)ö+±í”Nê²?žÂµäc uYÍcò8zw5YÁ'+ÈBÑ´SÅÇèª6:½ î»ø:0F‡£îÿþ•Go>ƒÖÝH_¬—X,¥Âa#Ž"8FÀ1û£±ïÂv=ö&Ërút™4ÑÍLÊrYDW.¤»š™°f¸ïÂ_ÿ·¯qßYƒþ¼®g5÷'žHbH„ÇO6–óåQù/Ïeuz‡ñç7 ‡r(Ç#03Ã1ÂÈ1ÀÀp çr‰È±â‚ -FêÏÕÕu·ºÛ5nS][³ní¶é±¶éÆv³mÒ?z¤MÝôH›´Ù4M¶v›lšÆzÐ2íOæúÍû¼ßã}¿ÏSO3mpX€õwkY“ZÒœQ“E~]Ôy-°â:cž,ï×/©Ø}°úü,”ÿÛOc_B#é´Â‰)–xRàÉ"–|xŠÙ{<5ðÔÃ䃣Ȼá Â1Æöi†OÓ<½O±ê$ÝC¦'è¸q}€Õ§ø!\_[áð3úÎs­ [Íkãò}±¤Dø¶Á• W!ñ8Ù¿.\^¸ZàéÔ^zc5™€qŒ'Fùçn²6Ì}1H†ƒœœ~NX?õèç¶ë‡¿¼ ÷m®õ«Œ˜ ›Ïà(mi#R…ý,ÐóÜÏh«f9«Óô甊`)ƒ«Š8jákÒ5ÙM.†`äÛžîgç½T­›»³‹žè 'Úé¼v: Óè×÷T #)a}ìŸaÌ­€C`žÏsñèL~ŸŽˆÐ”)^{Li³j4¼@»7k(Â¥Áˆ D6¨?ªE½Q]ê‰P zLÑ3êˆ>¨¶èãj¾(_ôëjŠº£ÆHn™ˆUù1x¸³é8/šñ{H%dÐ<˜æó$#oœq3ÆGc¢´;f‹c34—«¾ÍõÆ—©;¡J] µêLlV{b‡ÚûÔš4"_Ò´š’Ê›t\õIU›ôº<‰o«:á}UÅÿ|U½•‚4€ïœ…úg‘dú ØÃû¾b_AäÈ@r˜ú¶nVwršºR¬êH)P{j±üi.µ¤ÕÈ—æU“Ù¯FsÌê3Oi—yAÕæcª2_Û|MiwT–öžœ©¿L¢”'*M^Õ-8®Àuf;RÙ3䘣¼D®÷±Ÿ~›Žôµe$«Õb‘ÏbSS¦CÞÌ25dU©.«NµY-òX»TmT•uRnë•[WTj=¯’¬«Ú‘õe92¿¯BËoÁ'†=ã‰aO_5ÞÈDžÁÞÃyôc~ >>lp³?Ïø²#Õ”(oÎ6Õçf«6·PžÜUÛ\F•ÍcTÚš —­Ã(· ¥¶ £Ä¶ßØa;j8lçŒBÛkF^î[FnÎ÷Œœœœì9Û¹ÖUÓXû"<ÏÁ¹X¸nSFäž×hç»~kõaª-ˆSMaªvÚ³TiÏ“Ë^d”ÛËR{µÉio0;ÚLEŽ>“Ý1f*pÌ™òGL¹Ž³F¶ýs†Õ~ÛÈ,¼'KÁà¾aÉl²ä­š®Á©µßìÉ$Ö`YÞ:xß¼|_Ëk5ßUo”«d«ÊK2TêÌQ‰Ónìp: ‡³ÒTè¬38[MyÎS®sÄ”íœ5YËF¦óŒ‘á|ÕØVò¦ÒŠßUjño”ºã¾R‹©ŽUÓkðŸ…ãë?SÂ9À2 É»@+hµ  - WJ+"UìJP‘Ë,‡ÛªBw¾òÝņÍí2rÜ»ŒíîfÃê™îa#Ã=mlsVšû´R\W´ÕuKIßUBù¯”Xöw%•>2’œ«ÆøOÁ}ž™2Î<½ÈñvÐ ê\h]¬[Y•TŒurT‡)¿&V¶šdåx,ÊöäÊêq(ÓS&‹§ZéžF™=Jõ *Ù3¥-žƒJôœT|Íemªþ¢6V[Ñ;®USLåmr¯ê%â>ï|{á¤x+ðÂë®j|–ÉŽ4¶!K­ Ѳ4$*ÝkÖ6¯UiÞ¥xK”ÜX©-õJô¶)Þ; XïÅxŸU´÷¸".)¼þ†Luß”QûS™v}¤pÏ¿´¡fUà^o® â쇯4×°î²Z4½”‡e²6á=|áJnU’?Y þ möç*ÖïPŒ¿\Ñ~¢ü>E´ö(¼uTF+¦u…Æbú˜ŠÍ‚&”Rã_õæ}¨³ð.Ã5×qö?œ^àn¸‹áÎoÆ{µHé~ü2¶+JQm¤)¬Û*S€ƒ ¨‚ 4 -``x¼.Œ[f­ãÐÏkG-´ý"öÐúP'à\$¿{áä¯]ÀêÁN¸Ká¶ÃÝ?Ë&¤¸)¢Ÿ!d¸¹ÌÓ×/´AW¦ -P?ñ™A¼Up‘FǼ à¯úQI½ï쟤îOÁc}žýäw ®>Кø¼‹× -lb-·KÊ膟%ã¤HÂÓwtãú0ãÂç2࢛àOÐT1ÎÇñ4ãÙ1ÔÀÊh¥4r à€< =ÑÛ&¿Ã øámൊ˜Kˆ9¯W²À› o¶5b ~BC,p©“‹} ýiß Ce–!3·vÙÒèsxŽÅæ‚|O=fñV3˜¹iŒã>TÓÔ¬ñO.¤Ç:ÐÉ’ º€xˆ¹Œ˜ ù{¼Éðnš”6LÁ;h3D—X`‹ øƒìãƒv‰},ÓËÔd™"/‘‹%8L=å9Lì"ÊqáàcéÙ‡š%ÎQÐ:¨s¶ÔEÌŽQÎñ¦ìƒN -[ã\ÁÒSÅ+k‚‹º¢ñG(•K| -1q…ô=ô]´Ý€yC'#iõÊpŠÇÃHÅ~Šð¿B?dOˇý6ìwc?ˆí©ÓYؾ x€c´Û«°½žÝØÆ‘ÞK)9ˆ~Æ?Ciù…ˆ½ Ú†¨Øúz;Â>9z‡4F"öÓ±Ÿ‡ý|¯"ºõXõa¿M»‰Ç.òc'~ìÀGñc;~l£¨?BadO6CÞˆ…D,œ) ®‡û•Ö¡ó‘£4)-O¡DJßnb±“¼Ø¡,ìâw)ŒjÊe½¶’£ƒø±?6áÇüXO~¬Õ™4â§í~Øa  7#¥ç@¤ô‡Ù[• –+ñpRX‡N> ;‘®€P §N“ªV7œ>Ó±=—]YÈÿ+Õ?GÑ>Íä„Ì`×§ëSt…ø.u‡#WNøê _‰áë8|U†¯éeÄb‰`™ádÃ)„ãÀ'QwÁñhŽšY}œ²b -vï%"óÙeT´‡5‰ýè#“zÉê‰ìG>D_ Ð°Â9øåtg,×qœôZÎûÅ#i}ðéÄb@qð’áe°®\E°Ê`U³–:Xã!·Â À -òo¬yTÕ%DgºØÕNv¹ªÐÆùhÕïÑ?ÐmÒhƒçªÝ–@;‘t·ZÈëŸçò¼fˆ†9Ë©¬/ ^k³Ã«`mµðÕchV·¡C¨‰êŒš¦ö¨¹jZ$Ôj5G Êõy ‰ÚËüõ)t…ŒúQ¯à솻…ke5­ÇÚÓÔÏû™<›†?ShK&ÇÅhRÌcÒÔ3ʪ ±ãˆ-UW\•:âëÔ?^­Æ6µ{Ôlœ*Ÿq޼ÆEj4®VqP.ãÕ©:nHU±§Tû©*ã®ózG¸Z¿ o-éJ ñ§MŸƒfdÀåYÖl"íH~N§À˜u$fª-)_­Évµ$W¨)¥V¾¼&¿Mݪ7M–ÛÔ¯ZÓBU›VÉiT¹iJSžVIò1'ŸFWUœtCö¤ö±ÖíðÖf‘´_VišÂû^Únžwâ[¾´™GÊoNT³9M¾4«¼éãÔ˜^ªúŒj¹3êåÊhV¥KU–>UZîU¹å•ZT‰e³Š,»eË8¤‚ô!奿¯¼´«è–òÍ!=ŽíG଻8È¿;®Q7Ÿ;h?ü|×Âßø² òdÕªºœ,¹r -T“cW•µRN«[Öñ*ÏíPin¯Jrgª8w¾l¹+U»IyÖÇdµTvÎËÊÌ~ýU™Y7QH{YãÂ\Àˆ2›Vc2êAÈÏ3_ý>ß×!WA¬ª ’å,ÌPea®Ê ‹Tj+S‰­Fv›ÇPdk5Øl=†ÛtCžm@VÛreÛ6*Ó¶Ké…d.8ª±§46ÿŠÆæÝ”9/¤ÇˆùFl¯€7Ÿ±`f11@ÔŠ|¨¹ø®š×J{´Êì r”˜e/ÉVqI¡Æ9*tT)ßÑ`Èu´¬Žne;¦)Ó1OŽoÊìX¯Ô’J)yRIö—”P|R E—•Xô% iüuð—a^x\tÔŽšQ#m± 9QY9ý^¹AEñ*¬4)¿Ò¢¼ÊÁKñc½ÑÍÐéæ wSäå^Že|ÏR¹„¾ìbqì| ‘€¢_ôZ᪳ˆ· ¸q;«Fr’B;¼-Rp›Á¹tùÅöÁ ÁÅÑSBdB`5uYƒëðë,ëhæµ]³ð`/KíÊC<±pw¿T|5乂˜=Äœ‹Ë©Ä;†W"8Ú¦Nƒó>ƒ¯Ç/4±gˆNŸøãØ!²¹üÈÉ„ØV.ú>üØÎîçÀ÷ÓT}îã|lãÁ-¨çÍôÄF¶Š‡¿P#õ­&æ2bž@Ì.òG[à ^apö|üb›÷ÁVÐgˆðG Aìå»Àr²!v>}š³ò‡ï I>@`Vògt/õxâ""î5s5.!×ÙÄœHŽGÑÂÃ|¼ë}±bÛÇ·ý{\»}\`Ÿ±üÄXNKÒÎî1zäyÄÁ‹ÌÚs;@.0zœ‡•Ž^U5ù.£Æ…ä: cˆ×¼Ñˆ³ßàÜeðí7¸~jˆñgÁÏÁq .hσiÖ@Éõ*9y?Þ`n\¤&—9PoRÔKôúa¾Y³à.;îܳ2FL;Œ8÷±ýÌà;jðq´XH—³“ßYƒÓ·°^¯ƒ75¸H¾O¯^g†]c_§?ÿJ±¯Ó× ¸6€ªÕÿ ˜A´¾E?ßa¯ºƒ~ÿZSt íþjúŠþSTþß8¤sX®Ó´×Ø‚þB³^eCzæ6–+ð ú=Ûä%}‚šöòÉ‹Ë^Ôµo¯ð–÷ÿ|ø|Å>ñ9:þûÝghøOÙ#>R±>d;¸ÊÖðÊþ”þüx?þÀNu?.qH_£/иç)äËl®/±×œáß)Þ:‰õS°œÏú4=xÚðá[ð5ø'`jèñF„þ¤8œÄ’ O!½Ê>õ;¶£ß°ÑœÃ³lYgØ‚NãÇI†Æ/Øt_à °[×cÄù|´éEJz¼´“WÀ^°܆óøü¼ ^ñ—5ŒFéWäâ4¹8¥ZÍMË•bq±ÜÃöXCK6À1Ûí´ébbë&¶•´îxú86{øw®—¨Îû~Î]`ØúÀ¿àû¼e´Ò)£½)XGÈÅavÝgè‹g”A¹Øwc¿û3hÙYÄR£'ðc7~ìÄÇØLw0@¥&ýìmüår±™ìl¢b[¨ôx7‡Àzp¾Ëà×F«6ŽÂ~öÌ=äb7}±“]÷q%c-ûùØ/Âþdb˜GUØ­‡gÐŽí.²p?#tÖòT/–VQ²R^?€+ÿ ƒ{1úý#"Û#ð9ÛÊHÎÂ~>öÝ0xÙÓà˜ GuØ{™XÊxïÑrÞZŠÅ%tA'Õ좫;éÍN¸¿Ã#÷>þÆ8ÜdŒåµœÓ^r±J‘øƒÅüNãfa?ŸÊ»áðÀ1 Ž™Ø¯¢#¸N[µ3ëó¤ Oçcµ•̶i Yo¡ûçÁýN£u—1}ܾ1͸ö_‹Ý -Ç]Øϱp$a=Žl®Ò2_Ïd-àܶÒ-ôG3£‰oy³žê¨ÒæPº½š¬fêTÁ_埃ãðG?#ÓE.L3¸± -‡…xlð8àI†'žñðù$¸JUKŸÎQ%öë°ÝʧÅxõóîÖÁ!•õ ½ þM7yùéõ÷ ¯¾kw•‰¸Á"®›v¤êÇ/[šè‹Ffg=ýYGMj©I ½Q­qpåÂ5“Z ß4*RW ¶›ÉÌBM%¢RêQêïâƒTî•Pbz³˜ÉTŒ¾>ØÎµòC®ýŒõÅHåülB®Ö#jñiN@|!šÍY­T\q0%Á•N\YðåÃçÆƒR&z9ÿφ«ûíþŽ™HçN ' -Éx>=‘Gæq"óô%ðjü[áì½ ©‚Dî@~4ƒ:Ÿ\ÁÞÇõ[?ÁAº{H˜Ê"5=À®iM LVé y†ä¨$h‚&yTd𮉦Jš”ojS®i™Æ›z•mڦ̠½Ê:*Wày¹¸]\º îhqo„ïA¤`ç(òêA¨°¢1ù{>MC’L Ö”áš2Z%¡±šš(wXš&†e«0¼@ùáÅÊ3—)Ç|²Í gn—˼\iæµJ1÷)ɼ_‰áÇ•ú[9B¯*>ôsðí Ö p­àŠ_ˆ,n5`˜¦ …<¬%Y£OÈ}A–¨À-EŽöj1®† œ­ñô ƒ€2ànPÀßsãØ9x&36P±aJ‹Tjœ]Éñc•Ÿ¢Äø,u(ÞáQ¬£\1ŽÙ-ŠrtÉêX%Kü#Šˆß«áqÇ{^a±W>æ¦Ì1^m!¾l/†«™µ I^JA(9ü= ¸@*¿;‡)1)Bc“¢ïŒSœÓ©1Î Ùy²9')Ê9]£œUŠt6+¹XÃ= -snVHÒn K<¢à„s2%¼«à±ÿÐPÇmm$×÷ÿÛHàJäxY25@.È.Ì—*ŧiLºYöt«l®EáÜ(Wš¬®ñ²d¸ᚪá®J…»æ*ĵPC]+äzXéˆá4¦r*;o -"/ù3$¥õäù>¸Ûਃã¿\— P”÷ÆN88åDzáŽûàäŽ<¸=@E¨„ŠŠ1Ú6F JhŒcˆIMjkÚ”‰¦m¬™ØdB“6™hgÒ¦“Nš¦F›Ñ™d’jÕ\ïÝÛN§ã<¾Ü×>»ûßÝÿ³õpT#ƒËA1°3È&dé=¬O)–0I²FK‚M/zû<™k_ :{¶ÄÚ-Sä”Ùö*‰²û%ÂÞ&á6$Û0x˜`¸ -ïBn3;¯ù ‚»)ß'þ p¯£¥€sUp•°€|wº•ÝËŽögm‰/Ž­K'Ñ.£h\iéÊY®| w!ÒÝ€¥ÑÉòädÚ:ÑóNö<'Zz¢Ü.âÆ¶³oÚoɃð±¢vÁ±ÌÂ€Ç œÀ̼—ÃÓw*ÜIÅ"zVmY¤D¸.ìvUZ± -¾\Y³ ¡Ýhy7‹‹›åÌÍ­TÎd.Eü—\ÂO|pÝ–b¼žv8ê ÁJXy/gÆ"v?dy¦õåð³BFVq©x Õ ˜š—Âò‘TùpÖÇ—¼~>cÇ«a‰©aa«áf®>ÊïÎlTcåuü¼#›àéá'-ðÔc%p"^›yfsz©H2éÕWÂᅥK¦–K­N#²”\øÉE=ì‘n¤°ÉE#?jðñ> m= ¤ŸÅÑ2ñ³˜ùQlu¨G>xïÊñu•„~RÜÀÉk+È)£'y1ü¤V‹ÉÈ%ð%‡G.š¹ì–3È[vm šv íÑVÅÀá‹+Xd[7ÔA ËS Š¡™¨ ¾•µäv1.…ËÊøÛ -ˆù^bNa=Ó×Áo„ÂÛ KÐÁÅÚ…«¹ôÖ0Ð{ª½4Z/ÜC@=üx çÑMMtS—«'D,ˆ«Øw;¨‡•ßÊjxšA-¨"Þ`!fÆŒ¤.1Àï¬V•³PfAqÑ h=é#ýø187tñ)CWi¶û9äõ\‡u}?51H]°¬ö¿ ® TîH;\ ÀGž+‰ÙÛ¹õÔ@“H¼Ñ„ÖO·ÊyëT±EÛ!2ÔÇVêc—ývüØImìäLvPPbt;Fà‹Û¨‰‘çŠ,©›ÿ‚hº)-ðÕ“g/1—4P‡´´‰<ùIŒkŸÊ¹lT…Þˆ*8áGË!Q©$, "{8›1êt?&€4ý‡ü(AÀ^ÔêÊm”šØM]îº!ËI“Ÿ+8c;1go2ùÕªq*œÛÀ•k—*<{Á¸*Æ•eà€º0¡r=&U1>h7ù!xÇÁ p㙦_ÎàÇ+4àÏ)®—ÉÅÏHÚ)~x’}éñ÷Þ¶’k.ˆ7â!uÉP8WcSøžVE8c&(Dý,!>J%W‚B]YØ…,«,®øq?.rÍPøoSÔ3ýãoòãó¿/ÜNÞÊ…;…˜cö©±NþOŒ”kRhù©„–²ipZåR–”sà @ze¼#¡%–ëQ> ¹Ê¹\¡6®ÐW ü„W ùìªVþa ÁBgÜA ßB)‚þe}ƒáð zÆüœ‚ýŒæø”íëŠæcï#ŠäC‚¸Ìá¼ObÞÅ© |óm,¾΀SÁ½"À±þË}üKÅ—)×EÏOŽ\e§ú;*ý¯(÷’1¨>dXü?> aßÇßQÀïàÇe†æ-¶¦óÞ9˜~%gåU~uëÓ*÷1pTÑõà.œÿ_àðgpYb±ŸŒ}“¼G.Þc¸È>5ÃÖò~œÇ×Éǯñã5üø%~¼J>NÓ¸Ólª/Ó4§ÈÅI -çÞý ^cÏ|ÎgÁS`_ÃÇÄdãâ¢|Àùàñj°mÀvGž…} –œØ¯ ôj(‹¥Ø_F9® L:Éi<ýðl€g„‚ëQ21ß 9„Õ'`yÎÇÀØÆÀ55îwÕ2~E-»—¨‹ãäâÇìºÇdÈVÊÓIºåç2E}fã:Äv­óÃt?ƒô1ü˜ ¹Ç${aã=D0*—¨–o12 õœ\€S¢Mʆ¸B-§´ÂSÁÖÐà{<¶S€ ûyŒ#Ñ9‰Á}£Ê‡}?ö›°ß†ýnì÷cöw2J÷âÍa2sR¶pŠ›‰z3¼ -6à¢Ê¯´ùuü@I{d‘h±›@fS±ò±o£œØ/ÇþbƨjôÃÑ$ÃÔêF.´ 2ÄxßÊÿ»¨%;?bìÿ‚ ôOà.x†p.˜÷ÐøÙ¯Ž`eïTGåVr±Yæ`; ¿ïÁ~&ö °oþSñc?úñ£sY˹|‡}·‡WÝ|{ÞvÑJ"l§’Úèžv: î•@yN«cVáU¹Q<ÁëI¹$œb°hÀv -X@divY]øÑ‰R‹ÝxZ©ÔndÆÝ3BåîæÝI<|l½Áósà½@𩌾CêhV®¥a0P_Ä‚ä]…}öñ;˜àÈÉ O‘»àrÃU¼Z‚í&¸:ù«¯†ÅË Våb:ÆÃ´ðP…¹ AUÏ…Ãy"1TnEª(’E‘.Ë©‹fr±Œúldf4r& Ô†_réP \¸J8Jø¼ð5Àׯ«<»Ÿé¶ƒO•J~†ç4ø=^_ ”úcœoG -­çzé %*$ëÃCòq ¹¨“8¸àJi\™på3Å­ðÃWÎ?”♋ “EYµSY6úÃF7[¹Ü,ô‡…éná°àÃAøw÷)Ö¯E¦!?Z‘B <—ðÚËûÕ|î™_4|s™RFøR‰Ï_6|fb,b’–ÀYg\ÍRÈ)š©¨|:'.ËáÔ³9ý,:!SþÈó+ýØÿ\‘ƽsÉ<ñëáÕü]…TuãSß)!¥‘ZqEè¥8bž8"Ò¥(2Cl‘yb²Ja”SÌQ’¯©•\M“dkº$SÓ/÷jFd¡fTÒ5“’u\R#^“ÔðËDq)|[Æ‘;;àYÇŠÐÍ5ßÂë7†Ö–Jþ.å='Ÿ-Â'ß+Š»6N¬ÚD)Œ/æX“äÇåHnœErtÅ’¥« ]­˜tÍ’®[%iseþœ$Y7&FÝaIˆ{Q ±gÅ ½$ú˜«à#þmp ÀÙ™„äOfý`]Y Ê@1¯‹xßÊç…ød6„I¾a¶äâ%'!Y²Ò%#1SL‰²0Ñ!é‰å’–è•ùÆe2ÏØ)Fc¿$G$>ñÑ%>)± /JŒá¬D.K´þKF‰o ö×Â×þo¶ëõûô¤C…í¥â_±ÿò»É_@~ Ì€iPn/bïýÜò¹5ëúEÎ ¬^a5HªF‰Û$PM¾Üä¦iš vèFݾÁôi0 L¥zB½I9],jéPóQlcëZò—’?— ÍÖï:¯UÞOq.Nò:Áû±¸GëŒXïmÒÄgjê³4ÔÙŠ«•/Úø¢/Úiwg¶‹G«Cn¶ Ôb¶8–Z -Ž™thú3?ŽÍxV‘ß%Œmìk€WzV…ÞçÕáçÞ\b6ão1@Z5ùv·å\¾èà‹ùšÙBÅÛ)±:ÕéGîÌ…ÚrbÞv°™Ìskv<bÑn“mý$6àèöõùìkPÍÞr(öw¾m¤Ë1@ˆ$¿‡É ã‹.Í~±f»T£?C£é–äËùb9_,÷ÃîùÑsP.3‘—ª¥G4![ãÛób:tfc ¿.aßh†éÞO…Éþ'¤#™’ÛÑÿSÞ.XËz†º¦ÂgñÇÙôXCsé±^LÖI°uŒ;·Ír†Ï6È{}O}®r®:æwòae6V°¯Zgõ¦Q-_—ñõ?…7oÿdx+3£°w¡`–¥&Ynz—œõ°‰çÓc‹:¹(i:òs«DºˆÀ ; e_¾@NœXSÖ#6Ùâ7º(6þ'–±qÌÆÙÈ×U|]§Øžá‹§yL¿:æªxâñhÁ= w÷0å›sMjëWSÎä¹ îLùî‰Þ£ô!ÐúãhÊ™¬?…§¢÷€<¿†WáM½ôM½ë5I÷:£ÿÄo yí^eôàcø7|ŸÄ ÏF@¡¿ËaºÏ[\óâ}Íáo -ô=Ûÿ»v÷·]@'%ê’ôu×ß«÷Šäø­ýõe÷ÝK”<ÏÇ/â¯ñ4‰Áýp'Ü·À'8?„ÀßÓ׿DùCã;üÛmÈ'mϯۙÿ QýŽ¿±»¿¬IüJ±žP4Ç%ïó’èYzü\ ŸÄ'%Ê.Éûÿ±ø#m²Þe…1˽É]‘¥i6>Àù¼“¸ ^—á%¾xÑ-qœ/^p˼à:xÖîþ =޹0žtuüÄ=õ#Íãq>9ª€Ñ,¾GéqŸ$¾G‘ÜÍÒ»<½ƒ¤ïÄ?¥RVje¥u––YˆÉºUü> ßSi*ýÐù¨ûîhäA1ùåÂ_ËMd·‘=Oêwñé2òWðëj)³ÞݶÏîåì<,¥¾†ó.éõÞpÓe=Í*ë¬V’uße{Ò%±ûgðhšÚIÚÝ·óÅ­1œÌ˜•|XGvÙ­dwhÊf)ùËÉ_-׳m žZÇÞ¸Ndn–%ã{)öˬ}xwÃ.¸Nàz2Mñ„÷¦´Žô´¾dæÂ(r'ĵ®£Ãô8Dkèqµ‹ë*ßwÕ•rd?=.§Ç>¹º×·Ó.ßÞɳì3,Ý&ò[ñnI±Ž¥¶ßš´6¸.m Óvxy $ót2ÇB!”]EvUC Ž9¼¿ÐÈX‚gŽshpŽíªflbÍ ëDu­¬^‹÷øôõié_Ÿ¶Ü+£·ý'ã  ÛäÅÖBæȇŒÌ+#*ùu˜q´ÈÈ9¢°ÏR²W’½N¦n1êv³Ÿ§ÙÆîý²ç8|Yï{qwêû„_‹ê I«ÖºzFU2–×Å£ëTMþ8(&¿ŒüªX%O좂 -z,—nùq†ËÄd í³¤KÄÊÊù¢Ý!òsUû|Ü RÜ’úÿ@ÊŸŒÆ ŒLã«gl/—Ý|ÑÃè=ÃxY\†£J•ÖanÄ3›Ìyþ-Ƶ‚gÖE;ϵŠh‹Jl&¢Q˜¥3ÍÂ߉’ÑwYjÿú”;Y‘’µÅ6س:uòÅBù¹@Læ«×ùr£C­ÌÑ;ÚÅ¥U/e–w3}³‰¦,©—uÓeP­xÔ¨ªj½¢F%Ôê†uø|%õÁN8Ïz¸Úr&,êÓ»º%+\²B¶ñEk ÆsÝGáÊÇU„k2®r\Ób†ÿë|ZëWÕ"15Uzh…ì*WESd}™á6EoA¶ÉØÿ¬Ñ¶Õ*¶Îê±b~˜mÉêîy3}§/êã\ÃØ6ß86ep•ðD%¾Z|ÍøÚquE©xL–UUM1K3*¾HW+2Ü -Å£PnÒáÙ»­›q®>Ūê\X`Ô¶ym†zÏê¬g5>¯Ð7ªûŠ©9C£*gDTääᛀoR”æL¡IuLÊiˆ‰9­øFQÎò˜³ž¦Ûu¹+DðK*ü6Ú•Ý'xó]¯Ù8ÈÎ8þËu¹GU_aü$›dwIvÙîͽwÏwÞÿsV·”5a!£O;ˆƒ˜ºÆÙ˜³g³o Wˆo‚³Ò$h2KÀh_†C¼F§”QLq›ªÅeŠI±©Yœ¦Rh‡iTòLk%Çô°ØL{ÅšqT,é§Äb¸(–”«TÛ-ÙÿÈ…k€#~«J‹ºº÷Õ ”ËŠ -|¼÷d§J™5]k¦¸-9â²J±µTœV¿Z«%ßûìɵõˆÍv·Xl+d–m­˜m‹Ñ¶W2¬G%ÍrR Y$5sZ æ² ÛÖ`ï0wÂÛÉÊg4ŸÃ5 BÀÏÊà -ïKAI^ª8óŒR˜g•|»Cöɳ{%Ç^!6GXM’éè³£_2÷Hšc¤:¾+â ûì a¹œ 9 9ÙÓà†lÁþû±uŽEp·1’ÏP ÀS(â%¼w‚‚±¦InQ¦Øœ¹buI–S‘YÎr19Ã’ál´â6IuÞ!)N†E'ñ“êwÒ ‹Øy Ñ!ÿ<:¡ƒýsÙˆý÷aë8zÅ›ƒc ‚¬m> ØùÛæ2HV©YÌîlÉpçKºÛ%Å+)J%?`9U˜£v7 ‘›AÙýNä$*e8tý˜%?}¾õêj†­‹‘ÛÅøÛXJ€Je<+ÅèTìÜg3žf•Äè5‰ÁG"ûåüìVþ `¯ °´˜£ýì6>ö<]ØK7ôè °o–¢ƒë¦ŒÃ?Œì>øÚr15 Ľ(ð•ð®8¸Ïá]–WÄä7ˆ¡Ü¤Kά,Яôƒ0 3tU;`y¨ û†è‚!æ ‹@“ºüú]…䖬ƮA¸z=Ô«ÙPGxx憳äsŸÃ;K~L5TиªhbavÌZ’*ŠC£83ʇuì4uÄ£®Ðí#,Mµ,ƒ5,*5œa†ò0:T2A†¾–•È¿ Ù]Ènd-‹€ -îý˜SÆsºpŸË3 £¹‰p0S"4·:v˜¾hP…ÛX ³QÆNƒÜsÍe׬g2¨gQ‰½Ða“d$!#|Þ‡]m¨^ Èß>tqƒ"îóxf©1"65 - àjiäPi¢ÉµÐdæ“íXyÑ/:ªupâtpÎghaQlá„j~™ßQMèИAìêE~3¶Õ©aä§A8= ˜{;Ϭ¤˜צ$yASòÓ³Nõp£Ù÷“…Ĥ˜ôà> èCá¾À2»‰ gß2)t³œuå·Ä¢“9Û:á˜Çç®U5ä¼.žÓnÄZÿ<¸(5Ž"l]Éùúß豄Ãe˜,§Ð—ä屌/#Cô‰%ëùŽ1À¢¸˜é½ÿSEøµž®8+ÐEá>®Èlì5¶êx·>HÜ¡r&0¤<#äÇ -â²=î§Nƈɉ4†a«Q~ÕbÞñ “ê(=b„)þž(ʯ¥ß6z8kðµû"ÜgÅÞŒnÝÖ;gpbÜ6ìPöŒÚðEÊ1Њ¬'ODÍäÆòs3AÝ„/6bÀⱎž½–¼§>×ü¿vìl‚3†ÍÜ»:©A>Oÿ†wè6ÎU3øÖéÃïF}ÛªãÔíNôxœÜØMLvØ$Ïêc‚x<2ÉðJNl%/·|&íø9ŽÍ5ØìÅæ|\fÔyWÜÆ¹AçSïmßðÇôp7@|r8;@l’§G8ŽP䇸OßÇòB>A¿ÜG<&?”vr+FŒƒ”›-£ºÕá•YS„Cã{ô6®ý¢-C¸VÂÌJ¥- /JPŽ£ÇOé§(ò$öq¦äWüÒ¾ù‘Èóg%Ž¿ÃÄXÁ掷ÔtÞm:ç®|ê25ƒ‹ôf‘ÖIÖàx]´ÅU]¢~‹—©•KÜEjä¢rŒÿOcóU´Òx·‚Íà!ðG¸~Þ'Á+à˜žöϲ[ òòå›É!6‰)ô8€O¡Ç“ O Ç~ôØË&:‰? .»i*»h`;aÚÁÝ£üê¼µUþ ïik ÚM%d œ×Óúe=õ§ô2Ü£—å÷Å„¬l®Eüíá‡5ȱ95RF­x½ù i#ýp âQZÙj¸¤Å|mö³å<ç9¶Ï±™ÌÜ ã xèØKÛÒËr»Þ–6%[…kW;($ɼjd×aÏ\<ßL+íÀ¦^8!Úú½ü‡k =×a†m™·Þ»À€ŽWõ–3©·]•W=Ôö¬E´(£ ŽräWR¥µdD=^ˆ#¿ŠéEöÝŒ+ðÎ8O¶‘Á{ˆÚ‹Ò"¿BÛk|™H¢Léþ߬ó+É©™êÑ©Ž L¥èŸŽäL8rà(@~ òË 3+‘!" Èo&K:éh}IïÔãÉz"ƒ¥Žê‰3·ŠX²Ohñ_§Û¯ò÷‹6®¨ã’:6©ãS+¾h&&qê$.¹ <8Ê‘UG”ó=Ÿ¬í¥‚–’5+ÑpƒTÅ!*+H¥åOà+ž%øU‚lÑ|0¦ûž£;9¦©£¢:6ªc§.݉y“¾%&Qr#Jߨ¥Vj¤/²‚pÕ 7Æ]3Zuá¡ñ‘‘^2×C}(TµBõ+tT…ú(ƒß vˆ6†¨ãÉRÆÂEŒíŒBqð?öË4,êë -ãgd†u˜a–tX\qD$Æ \1î#M¢ÑªScVãc¬iŠâS‹†5.u©ZS[MÒ´q©[5u‰—éïSëÓí“çyfæ?sÏyß{ϹïiÃë >kp†ÄЃFÄñVxÙ‰å –“æb½fÄÊ`íÄèFv½Qê)vm4ߪ ã—Áj‰”:pxxïñÚeOJˆÙ[Úƒë­3hZ‚4Â(“Ä3ßi¢7ËD¬J¬2ˆ!^"ñR¨ÞÄkËÚ]‰‘Ï .$Ó§Qm'i>™¯[ÀqpƒÛÀãí£X»ˆXù\óݰ`íY2@HMø,gNƈ8“Ab5’?‰6‹Ãh“(c”Dnt‰Ý˜.6£[ ]$DŸ'Vý@ 2ŒC¹˜õsĤ{ëÁp xd*ñKáY@œÜ@F`|•ýA -hâ_bA4Ï£ôáï#á~¾n›9DÂÌjŽ«¹±XÌÍ$Èœ)æ,ñ3çŠÉ¯@|ü‡‹ÞÊ÷›QdÞôÅìø`n _{Âdâ…c?Öïaå0d¨¸@ïcƒgÀnÑK˜Å(!Á¾b 2KPPÛÄß-~–D1YRÅ×’!>–Nb´äˆÞÚ_ÄJÅY8uŒg¦(üw’ÞÞ|M&¿˜øO²~6v¼  R@"ˆ>6r - 5ˆ5ÄG‚C|Å?Ô$æ°ñåA#[¤mNÑÛ“Dgdz٩(;&ÝN¥Ùè:6<¤ -£#…’ƒ•9+¿•1Ä/"~>1º`Ý êñ¼Ž‘Xt;³é%$Ì(Á6ñ·ûˆ)ÜWŒ‘~¢‹bâø‚#4T‘ƒAÉA…;Ęô(ŒjäL@äŽá³!Ÿ[2’ø‰ß“X¢ØÐ4qØP¹„ÏCí±„$  ¦H£KŒ:¨q²ˆ“ÙÊÉ<Ÿ -ÔÀÆàâ¤Ë:Ä⨾Xn„˜×9Dsc;ΑÓ†ÖýˆÑ˜í£Ù¨$ó?İd$Ÿ‡“KX„N,üà½)Z'ÆXš†“à[_8®zñ’˜­’’sMþ5‰Ž—D÷uÑéȉånÊø½÷{_JøYob=Ë>ðó4Ð8yM>‘<³+9ðÞÄ3C<Ç9¸hbÉ̘MÑ"ÂIƒP:_Lg?ÒÓÃc:?s™ÆÐ’ÊÀLÉ8¥$rHÂÅ&y¤Ÿä±ng$Ì© ‘qØpy„ƒPžòÞÄ3#‘C«'³Tsòh‰­ÑÂnÄr³€›ýpÓáÝœ 77{ˆH+´ aÍß'/ö"î‘þ|½;i·sñˆõ“yÇX>aÄ ä3ÏõÞ¸Š\$ ÜäÑ-: EgšKg3‹Ä³H4‹/e1[eq&²8—&ñ]œŠ›!ÅMÈ$‡Lôfí®É¼dý4àâ§ äC\;Ï‚xfjJü´‡ã‚v #ÈR+g#[5z -=—Cž‹yÈ%á\¾˜Ë0Û“3‘ÃÙ ‡Øå]€{κ@ÞéÉúY¿hÊky8‰”V–0µÑeh—g{í2í¢]êݵK–QVž@>èÑŸ=H#È&@¢€pû OôçLô¦6z1¸åâ"{R›9é·¶­Ø&b¥¢qcUÚ´˜>3ÃW§âvÖLD6ÈyS»è•Ù)Ð × òŒødJÙ“RшŒ >†ó£¡¸³bn¨Bê³€!±€ApÀ=É"N&G§é¦OlkÎÇÙ¯£÷qk¾fnúiF§H3|ƒµ‹¿T3 c•!âŒNál”³'åhQÆ¢e7y€Èxúåh\ûHj£ô ùÝðÌ$fs´NTí•ýõ{ÀWÅí«ñT1K4³Uª™ž±šS¤pì± ‚]™Å¾Ì#ùìÉ<6vZÌB¼çqÉôËiï` kùÝyé€Î™pNapÈ{(®2V”fúß1¡á5¿Ê|MÊ€(CÌuäHÔ`¢ "m@Þb_–R¯Kٓňüä^¥>òãìGåF‘¹'¤åÛœ³Où„ÛX¨é«¸Žy(æpsŠ÷Š“+Ñ;(,«m@ªÐc}|=…V…àà”×àžß#á•ÔÇò:ÉDïdö8’Øæ¡ÚžNд­Ð8*ã]ù¿±Ô@¸Rê‡C5(©Aqà¸y‡'¤f´9DO?N=JÁDð½lì´¨]$RS%éÄvªë]i=Iã;Cãù½¦€rb¸­çåÖƒÍR?,ÖJ^h=XVa”9 NZ²\'Û\|×[ˆ\Aôó=Ë]~j‰<ú§3}™Ì~þAÁÖÐ0{xD”#:&Οи‰+9%µiZzó­2Z»Û´mסc§Î]º>–ýx÷=sóòŸèýdß~ý üIáSƒŠK† 6¼täӣnj7aâ¤ÉeåS§=;½â¹ç_˜ùâ¬ÙsæÎ«|iÁË _Yôêëo¼ùÖÛK–._ñÎÊUï­þÅû¿ü jíºê 7}¸å£_ÿ¦fÛöÚßÖíØ¹ëÓ={÷ýîÀÁC‡ýÃg<þ§'?ÿò/_ýõëS§ÏþýÜù‹—þqù›^½~ãÛ›·¿»s÷¾çýkàÿ#ç¯Ó+ƾŠrœ-Š´ Ö‘Šv¬âñ$ż™¢Þ|{Å> úÝÿè¥è£$(@ƒ"%Â`¥Âd¥t¯„˜‚Ï()~Š3”?SjÌGŽŸ+=^S‚,F‘eJ’w•&kåWJ•õȲYé²U ó1Ê|¢¤Ù­´Ù8¿WêSòü}¾Pý …Î(‰.(® Ò5¥Ò-%Ó½ûžñ#Ë•óƒO¡{ô0ü—÷?r½D§Óë #4òõ5™ÌèàˆÁ‹5BÃÐÃŽ"‘Qh‚(¨‚,è‚0J¯4õÚ<"ŽW¤é•¯J‰J*T2d؈‘£ÆŒŸ8¹ü™éϽðâì¹ó,\ôÚ›‹—,[±rÕê5”‹ª–ÍBÒËñŠõ½$Kh¢0…*\Ïœ…í¹óð½x Æ—¯\ùÒW¯]»ïooÞ¼uë6Üïܽ{ïÞýþžµ1Ou²Ÿg]+»§ª£ËSÝÆ³µWŽçãþÅ÷ë•}÷ɰʫ;F-»¸sÜÚÓ;&Ö|U;e÷‰š©GŽ}Tñù¡3Îí©~éöEC 94äÐCC 94äÐÃÿúGrØíöÔäåܯëW|gWQÙÍ=C*¯î+]~áÀ¨êSÇlÿb߸}Çv?¶¿vÊ—µ[Ÿ=WµiæõŠïs¨&‡µä°‰¶çõ¸»³oñÍ}…eW–T^:2lũφ¯?q¸´öðþQ{w:ö趺‰'«·•^¶¥âò¿Ø¯³¨¦Ï4Žã¨ª=gz´®­Îtª N;A;‚HÙDŠìa $,a‘M¡T6uØ\Šl¢ ‚k ¬@ le kH$€@ €€bÙ„gþåpáÜÍIn¹øÞÎyÏÅ+k›ê¦áä_V€¢+?m0 ôVM0ïÛ-oÍö`L°)ž•ÓE`Ô·:7T4ºvPk=úÓª¼‡cÊü¦d (›†½@Ý2”è\Xc\ýÐjl;׃öZ?Š0¯ºìóºñåŒvÇ:Z³KkÛ­çYõÍÁ(†Ï˜¬mh[Šš”éœ_fëë.tÙHæ¾£訾QÛÍlnU/®¤€C¨!·85½h ržÔºõßgz -e ¨[šòA ªÉ¯3t”›ôufy7¬ÇÞ˜ø M›G¶Ù$× ÚeѹöEÙ]¸ÊWmv|³Sk$Û¥;˜åÁ“5 ß ˆ¡1¨\aꜛoÓ× -EÓFÞ}oÍ"ê'¬ž• -1™¹<,-µÇ¡ì)Wó¨ßx¯Ñ©= Þ­[Ö€† -ÏìBå@WûîCÎYI7JcxÌÍ›7ôj[0 «[&P‡mÒÒ0yÏû°ôè.{FX‡Cm` ¾éV±MÖ 1!†"åëejßÎ7iÿðf¥Æ—è£9‹×=ÙïŒïѧ,b3G­_% Ù’cøjD¦8¤ Ëðëp`y¶9ÕËÛ¹A?³Š•¿ZbªŸâhŸ½r™³€Bׯx”/ÞΙ1{ürÂòYì°ÕëÈ!ë¬P¾ ÅŸkK÷êÁ–¹"÷*kEÇv¬—œÙ½^ª¼®Aíˆh@ãD×´ŽzÊ®E9 ˆ”¥k)ó&áqó˜¨qtRèˆej€Ð*Ó[`ãÊÇP<š¬},þfÇjÙéÏ—*•¿ïTÝ×3~Y¾ñƒ–zh›æƒ.áõÊ7~Ñ0$ê­IT¨Ä,æ±y¢÷:ÙmÔ2ÅÙˆƒK’µ•²£rKŒSŸÍ4žÛÃ)íkž¿tšê—óAÃ0´íâA×-jÅÀ/qøÏ‡{Íšx©Ö)öm[†¸Î³x¸Ú§nùYôU÷7Ó†‹RJRâžÎÄ=x>)m›†¬O yZŠPŒÒØ`›®ÕZ—°Á‹Í„¸·-.™®%C-ìÞFߎÖÚnuE¨(;'lêyzÂì£øD‰´mö1Eë,”¢~þÈ22Yn@»,¶`‚ç8q“½òP—SiW›+»©É³½ªÎ—[À ¦‡L&”$LG¦?Ÿ”6ÈúÄ¡zhˆ¡¥¾Â¾a²Øbá2ße<ÅÃÆ‹ìÉݽø’Ævç:F“k­îf_:ÓG[î/~PþPNO—¶MC6bÈB dÕï PëÇ•z——š :Í%|« 7£6ñ\!6ó÷>½²Ã±†ÖìÜ’ÁvíI¬vD0¼Æî2î…V&ŒJÛ'†­ò kþ°R­§ö¾ÕÐh†kê4>b48aÛ.²#±ú -‹:ñUäÇÆΜèZbÿ]¦‡0,ü•ùXê 1ä †lÄ«ò-”h~ÿGÞ¥¹Îë†b‘1aXbØ;eS?ŒI+åÛSsºq¯ÚñuqÍŽ-õÎÝ,7ž?+€ïÇ -çId½1ìįò÷šgÞ5]U™â^3™4Ä.ßiFGWŽÚ¦Pv¹¯{íK8Õ[ñ ¡M„6ÿzb·Oýínïú»R9ˆ!1ä*~*Ç—˜š§fÚ¯^èñg¯ã;X³ -Ǭ“IC¶äg<»‚Ç=Øòûûš_[q ÞÈ6<š½[Ü›ïHä"†<…ݧ¸ŠU¾^¨×81Ö§{Ž/ÖCu¼7ÀÕ/ú—Ì™F’Å–O“†­Ó¢¶¹a\ÛÂ;=˜2ßNû*÷G±ýf­s‡ŸÔAÞÑ@‘ß Å}Ë•Mµiüm`DK±cî*нв/_»æ›ûÎøÞK‰ù“'c–Éá"«ôÀAëœ[|ª;SäÜ‹+!ôº–â{}¤(GwMþs(:ûåûâ>!_íH§DS‰½¬ƒ*]LÞêfʆ±s&‘Sæ±AãI·G,S=DV$gämpƒö9XS®À]ê€vxÊÿe©òǽo:/ìíÿ/ûõÕd‚‡a<:Œ®svfÛîÌ,®¢«£¢®(¨(JoRB ¤I‘Ž&ÒCE”&H ЂD MRB(BJ¯"   Ò…ÿ|Ç3g÷ÌÞÅ«½ðâ¹ÿ÷î=õ‹hQM¡ÎiæÁy &hÚǯ躇/ú#i³×—è‡ L’Í8–N|AHÅÙ0¬Æ¾¸5þvÔ§’=2S¿}Ó9rð»†9%Ù2P>–gÔ fçIá éì¿¢ëáŽìá21Øþ­i˜õ,:‚8c‰{ƒ»…}Mв|mûÅ­”lA½«’]×;¸m]ÓŒüå« -;¹pâH*œT‰e½PPÅPAÝšNN«:WmWôÝIŒ¼ðË&>VËh_Ë% ?ÌÎÏ|‘äÿ¥-þŠê}²Õ<%+S±r`s>ÈË2àÈÁX8v’Š|à´áPÁØÃYÂ%¸`ƒ-{KÐsÄ€¡“9;›™‹éÆÕd ûÅõˆdPâþ ¨GïwnàÁžÍi°÷×8Ø¿¼á¨Š×´ƒ“P6µ5 Ô±& 3m¼è Áˆh&$@qöw`Ê}©òÛ!IIRÎ… ]Uà  !“H¶#eA YN¢Æ¿ aMGDæOÇ¿ðO.£¦W>§æVRùÕEµ"W¾°Æ™_'m_ _ _ _ ÿ÷†´Ï†mp10ÎŽ® -ä˜@žYö”56™¶ÄðI˜M bOEGŒ‡Ç”=J¬ ` -‡ý³ëüî7<¾Æk8<~èÂk’6HÿÃÀ@ Ɉ!íÜaÈÖ9\}È·"׎²–ãF[ÌôJœar^&†>‹¾Y1~»~0˜Þ2Ä‘´QóÚ*ɹO ¯p[ï_½'–6Äð ¤#&b #ÖYyÈÕV†c}àa‰À³¡¬8‡.æ¹'Íp¨Y“i!E£IÕƒÑÑÍ}á‰íÝ¡ìî:ßÌÞBJfož{îÓ÷¼6iûÃnÈ8{¸Ú§áÁE=à[‰ò©Ð1lá>ùî›|쀒‘4š°?1²µ3*®Gr#u 2˜=Àõf÷gxgw²¼sÚ¥ Xˆ%· Òä·B -bà †{Z§ ÈHJ,«¥$ÊJ©}ØB‰[òk¾Gî8Ï·ìYöõúnVx[ó¨žê¨;ƒ%‘éC™¬¡¿Ìº_V—´ýɪ´ ²ÔBb(1Ô…‡ÂGò¾Â.l¾Â…>- s_”z–<ð¯oÍ¡µ -7zŠãc†x·™ÃŒÐ´á„ëýñ×3{¤ Xû¯²ÕÀ}­“Pf¨³ZiŽ_©ÂS–jlÂæjéSB×ü‘êkåe¾¢Æ‚ë­NX÷=úÍgw’žß¹Å½Ec Þ¢±û¥ ؈ÒCšÒ?!Wí7(ÔR‚ríÕhürŽ2ß`>óørÊ„Ø9 ‘üPòÈ«®¦Ø_R”ÜÅa… %%ÇŒE'¤Ž…F¦ ‡Þ` JÛŸ éJ;!1i*­Vh¿¯3Ã-4aɳbøT»Mêh§·«Í­¬Qä^W.ðßãt1sƒ‡¢ÒoŒE¤§ŽÞNŒM’¶ÿXò[€¥¸òÕöC±¦âJ•¾Öb£©ÕÛVKòt'>l|èRJÿe®¤Ã¹¬¦…,ä =ÅYßÎăܰÑ0sÔ‘þŒJg JÛgCƆ EY(PÝ·V¦y|Y¨¯1'1Á¾îÂ\Ɔ ='ÐÛmò„¥%—Ú¼&r ³Î£#ZàÓO+£= ®d ùrÙ>Y}ÒŸ 6bà(þî«îý(ÐP˜oлð¦ã¢ÅÄ0úÊè+LhÇ8.Y4HÊ-í´-Ékµ¯a495lj\Ûi5ä^ÿê€~ßêø>/Afg1§[ÚÃzÈD ‡¶@Žâ/ÀWݳ\¥ñïY±žúä ‘ùÈ+c×¾tHÓ¤URù3BV~7‰Ïl³~ÛlÓRoûÄ[èØå^ëÙMFt]­ctPDœviƒLÄÀA ™‡~®âÏ«¥ª»Þ‰4¿ìÐU×7ë›5ri}gôè¥eoÇfõx í¤‡áR­ßcëÇ”†Ë·J«KCĹ1^ìÔxWꀳc=dÉmbàØñ¾BEvºå‘!íÓÝSzf’ECgá‚q “9†e& ârovã Û å­¤W±È±Å­ÞALÙ‹#ë.‹c¤²Cöî}h3Ø:'Tùy¬ó¼\÷„†rË;ÓÚOúŽ¥KFÔœ³Hú„ERÔ–<`ÅõêÁºuJÚmÊíž: lÚ=Öí!åÖíᥠr¶¯ƒÜÝ€{èûeÁñ'Åg¶öŽªÊ‰g.œ©YÑ2);î}ÏÔ9ZÌ:–6Ž¡ûŒX°¯a³p\Û¾K¤>{±Ì#ôùàû®Käm[ÜÝßÿ঑¦þc?H¦UþUó^ýLœ7ÊMcUçJÜ’¡_è[“pê´Y yÒ<Ñé…EŠís+&i”˜ŽµeáF\XØQ$o©ƒü­((Ø%³X±_f¸ýÀúÖI…-µKÊûŠ@õt6œÕKA>n,h:„}Ô½FE”9ã§Ó¶¯Í£HÓ–1ø)|œÕ«K·-_9ܶxu‰"uÀû µV´sýDó¯¨'/ö|+\8¶½÷eÃ)%:(kDƒª) Ô‰¾ áHþ¤Cvü`àe³t‘J\4 À-˜bç±Aó„ Ì;›`ô;Ç`ô¼³Ô}äš­ýÕ1¼ %šÛ·©ïȆ£{“AA! -Ղᔞ7¨ Ýàwöë+¬éCã8ŽÖÚzžÖª§íQQÛZ±nh(PDM€°‘ ²‘D‰ ÙCF ƒ‘!„@ BØ F¢$`,‹D†ä=ÿ‡Ç§çÜþïÎ…ßûÏó^ýÞsî ívt½ìÀÀÇú½±?ö=&ÀbÕ2Ð|Õ:³êd¶ê‚䊺¹Ú- -2ɧ -Ïwm¨]ûá‹RøéŸù t Ž‹†ª! ¢å§ \á,Æ~³²M; Ðq0ƒK—MÁÐÉLœãlXgC°u1{ÔÉînT=ܬ \ùfSìù‚ Š;Sá€b4ü¨„ƒÃÊWà˜šœÒ²_u-@ÕÀÔà26µÌôAs t1z o® ÆæcqÌQÄ]›!wÿçux'¤©€L£@DvÉô"äÛYA®‡dâW“"â_ÅÄd-^K.˜ËfÌᨥ³8fÙ,ŽË™Á ʧƒ›¸£þ-Ò+­¼÷–J4}4|4|4üŸò1d#†tÄ¥qHÈC5Õª-H_ÍÀßz™@ÈY $ÏEd²gÂHÜéPzåt§j*¤¦úqp}ÍÿFA·gÃ6šÖ yû>‡œÃ; Ce?äªÿ TÍäÐl,¡ÈÕ¨~øbh‹ŒëÄùÄxÆSBjÅdd®àIx¡pÏn˜ÀóåÁ‚ænßš–F/Asw]=š ÿƒ!1d"†|u%(ÒùXFÚÀ²²¦³çÝ¿RˆK\λ–ÿ,3¦d*1‰?A¸Ý8~Ü6ÉêxÎëê â‰ê½¸=Õ¾üöJA3šÃ&Èß·uÝp[eÕý‚ -° µ  ke—=VJ½Âß0ƒ’–‹"Èsùödæ­;ã·ÒÚF£‰=ÃQ4I$GÒŠãHøþ1'°²‹}µº M@ú` "†,Ä@Uÿ ˜”c  æï+<Þr=Â_–ù'/²B)³Å×9Oòc…#)‰ý1’>¥¿'†Ý_Á¾Ï fßgà¸=´ª4ý× ô5ä(+B!b(A \ƒóPeŽYáÛ{¼®r _æù&?+¦N–FpG ¢ëeÙñ¢¤Ik\®´9ž.«Š.‘1ð%2jGLÆóDhZ7CbÈUÞ Ej¡Tûðôϯ՘cÞ -ìÜ_ -\Âj¼SføËC+2£„}äØŽÖÌDImRæ@uuϤF±s‘{äDr{Ñäÿ1•÷MíG(Ó> UúçVk1fo„¶îËõÎáóõž)“B¿ÂQ>Ž+-‹vîÖãżôÔv -QÎHaȉ†<#ªTš~#FÓºüÁèj?@¹ö ¨Öÿm¥ÞÌôU“µÛbËeül«{êD‹OáPÝÕrq%¾®¥äz{uAŒ¸4'q°0#sˆ’Y<”~‹>”H` &Ø÷Ñô·!1”wSí{àjÁ%wM¦&/Û­Üžw:à§»]SÇ:¯ 4rº¡µÂòÈv.#º¯˜7“<œ‘?’ZÅ  ‡ò¬šþ6C¡ò·À9»o­Fóç×-zgúŒ fä§‰ÇØáq»$Ɉ3¹EêÉæ÷øÖ0Û[ˆõ¸î¤š°þ¼ëòȪ4yD óA0“5pµ€Ý& îÜÔÚ©o€{vïJ¦ÒR‡îéY©¡Þ“Ǧ£Óæ8é”MBǸ#©vĵ„-ó¬¦ôù4¥uø‹-Wï…7EÊÂZSd¡ti@ û~@9GŒ&(@ û¶Eé+`žÚUgv¿jÒ<ø¬WWåɈÁ…ѧFöæÍ‚»ç°ñ¿ló8£Ž,ªÜ¹*£ßµ1¦Ï£3LäÝÔ"ñÅJüDD±Owy¯OO„¦uC!b "ö©«‚3ß-Þ=ÿý¤ìâ‰GzÚÏ íz—M‚šÍc+¦¬³ Çíh·‡í+bêÂî9¶úö¹vyõú‰ÛvÊ%ÇfÊ+Çj*)";M@”|©ì=›–š7Œ ïPè9º­éí¯{y zœj¹ a çmn‚¶þ½žÀ[ƒPÏ—&‘΢h‡%ìMÛEÛXëÇ8ì‚[œå‚OœÅBpœÅbx,š l›ÂJÍN…¡{[ÄÓ»76¿>úöë$ªéà8ϱµ3N«X;ŽŠU[ÑÑ* "#²É@‘M=²$@„²¯@! !„„%a„HHpDQGiÕªàHeQ¡ê¯ÿÇÌëóosèá{ÿ\¿[ZAkO5œü:zÙ k–gð`x) LüÀ"Èë½5æÒ;;¬ëÚ…(ç5çh§UwÜ…U/œãª?Îa5g¿ñI½iùBå¶x£ÊøíÏUúWö~ƃC[kàðn -=”Z'‰pòlèXƒ¾½/¸\c0óv+_G°õ·‡;¸pÜÐ¶à‰¶?$tÀ§t§KEE>¶Qe`ñ¯*m ¶©öm¥Âw;³@ý@Öˆ„£ºpÜÈ ´-Ü@ׯ ÎØÛƒ¡£-˜:YƒùE œ­ÀÖÙì],ÀÉÅÜ<>©qñ•Á[Tðå†:øfS ìØ’»v$Àž}XØ {Â]gÐ0p€ƶ szæ–pÆÂ -ÍÀÄê˜Y™‚…• X£Œá<Ê>)(Øöä«m†ìƒÛ!Ukdè\Sm(°5†|7{Èö÷‚´p  ñïbR3ÞFæ“^GЊVÂk¨ËvÉ2FPº„é¡-b$eó!Rú£ÀQúL€¼\á#¯P¶? þ/ $Äó?C¦þaÈC …ˆäj¹~^Ž’ââßÅ¥d¼Î+XÁ–R–ëK—ÂY´¥p~Ùbx7ýf¸üyÈHÅlàuÆ´ÿX儌©lP¸m#bø äªo‡4Ä«ÿ ›žª!P\ÎÙÇ òC1‰OXKNÊ^!dQqEå¿DV0°õ5/±­µ/±Âº¹ˆúÙPqÃt ¤Qæ;Ü$ñ©W6 #†ħþ5dhí’ÞA šºõY ;ÛB©÷e(Ƽ'EW³r—’Ói Rõ <­q>ºš=Íá<êlù)¢§u:´Ÿ'C÷µ ¢¸=C,e[7"†|Ä¥õ-õÔf¢ •(¨¼h /Ï÷e˜5j$ñMÁÕüŬ”òÿ$å4<'sŸâüŸñ¬Ž'¸öÎ;B¡,¨KÔî ƒzùí¡ƒ-ÊEr4÷Eï”#ŸUú'Ô8Y¨ñôXc^Á¼)H\¢Æ’HIŒ¹ŒLÖcbAûÃXZ÷}\mß]|kÿD¤ 0¬½¿3¸½&êl ïã)Ûº¬ög ©oƒ)¿Zu¿0‰;•‘.’óÄ’øRÉPB¤?'áÇð†±¼áÚ¨ŽÞ*œ¨SÙÖ Eˆ¡1"ºî~¨6úš,uß·ØY¾åºº/µø„½lJ|Ö„%ÏVÅTOÓˆ-òüT¡8-[ÜT$íJfJ;¯q¤Íñ\iž+­ˆ Ðc»Dʆþô»¬¹ Êu÷A­Ñ`[œþ•ggñšïâöŠï6ßv%ñq †|¯W5Ɉo¡$wuçdˆÛÒò¯·¤–É8鲺dެŒÀ¥Æµ :z• (ˆ¡1"†bÍÀÐÝ õF‡c¡³&8o¾ÜéìºÐåú¬Ë?q–BžæDUÕÆqè‰rê +;{´.“"¯Éª–Wd°åd"[žÏÉO (ÛGU hþ˜§¿…FÃCZ-N½í´5[ìvryÑçò¤Ï7ñ¾0¨PÁÃ2%M1Í¢ªøŽÚµš‚ôQz.i¢4·ü%—u#;…5‘‘ÄÍHjR¶ß dÄP¢¹ªOï–áÁ÷mæÚ¯E6¦¿ ^pž“¸ÿ4ìM¼Ó¥`¬S9Àf •ÄþŠ’”QraÖ<U‘SX§¸–Õ¨ ¦²å‰)­e*b ¨}±n iü jO«ÇPý×vó+}6&/¥ŽNOÇ]ƒŒ]N˜ ô„2D,«…ƒo¯®¿ÚGe$^Ï*I›¼F!ÝL¢VN]-lPà³Y±™\©²­¨ˆ¡1Ð5¾úÓ»€{öûU¡™ÖâµÑü„½ã£[ÎWf¦<âå2¿¼qP9¿ÓÔ ˆâÓ91½ùõW¥É̤ #GÇ,Wà+š&±ÅìqlWªlP¢ú_C±úV¨ÐØM:;?ðÏîÝk¦ñreðôöy»ÿ¾€žšq#Œ(¼s…£hz³8¸ÙÞVÜÕ“ÎÅK¬x9Ž•9Ý\6ÙÌ–‡19£ae­e[7”  -b`j| Í:;Ö: ö¾Ÿ;òlÒJïÇY›Ûüe]âúf<³y -ß²Ú1t}©$˜—Ó&" -±CQ±£é£áÂÒ똞fi0·UÜÀT6(UÝ¥j›€ª¾jŽ©Bë©í+=»çe¦¼k©=ó³5êÆœ¯ø‰SLû¬[fã=ÏRú-ŸÚüþÜdº 72&Á …HS‡‚eTqð8{=(@wtö(Ð 1ÐÔ¿‚Æc_½k?¥º0tfÇ£›&{ï<2;9ñ…^°õéšwˆf?½˜VñØ•R0ë^r׃ƒÿ×åö`…_wÀdx¯ÿdBŸ"·ÛWQ!ò™júȺ;” ÊC™ÚçÀ8°8G7¯tkùT®¯:óðÌž‰¹sÚCË–(áÊ‹óÊË\pL*ž¿HÊxìB'Ñ^>ðÞðÙÂ1ÝF05â…-¬|òÀ6”±gæ]qñŸ< èiRèû*j2ˆŽœ c¼‹ÎóŸÄ2ü&3”ré¾S,šª@°Â-j“=ß!î=X…œÜ󎯇4áˆ.LÃ/–t0sÍËÀT° ‹‡˜È—Ä“óž8ÔœoZà,2Ý6$Ãw6ï3“á=›¤„O÷š#©l©v5â¹t%âî͈¡wÕ®ÎïYÝ6óÀ`ÐÀèµK†ã1`Ö!A`.h?ðŒöß/@b޹!ÁÌÛ,ý<Á6МN¸‚ʼQÎàä¨ GUB££²{2bhx9Bþ¯eh¨Wæ6lÛDÛð »'öŒ„&ÁpÐ, ­½ÁÄÞŽ;¹€¹‹X»:€½›=8¹Ù‚›»-xºÛ€¯rŽîV⦪ë×Ô£„èƒ:‚ëÔ‹aà -lÚ˜[4@kWìØÝC¾°ÏÈô¹ÀϦpÄÜL,mล˜[Y‚••ØX›ƒ½µ8[w%/•}ÃJ h­ƒÝÍvpŽýDkCÈUþ)À2ÃO@Zb$M‚8Z`ØYSI\Š©'-a®ä.bääEŒ‚üs‹ò)z„:…¾K}ñíñ©ô±‡ UüÝðwÃÿmHW6dݹևêb †!ál|¤f$C"…°WDZŒ-§,ÄÖÒbÅô¯±Œ¯±ýŒ¹Ø›y¢oç¿A0ÿ~õ{èý‚{!TŒõ+€ªµˆº€7Іܣ{nu˜Î¦ïçôÐ@ a¢€Šƒ3Äì…$&ýKB k.¾ºp6¾áÜçx)ûs|oñtÜuÎëèáóOÑ·¸cá#%wBGJ‡Ãî«ò” 4͵«lÈ2Ø4“ÝÀ´4€"åožóu„‚`DG-å&ã¾ff¿¤Ñ™Ÿ“ÙœØÊÒ™Äú Ó‰’‹Ó‰]oã•Oc†xÐÃU·OÝà…ß*¿9RªŠo ô?t4€h°òLt ÈR8ŽGëmÅÁþ‹…Qèù<,n6Ÿû‘@.úp¦ l*¹”÷+¨~‹Õ¼ÁÊ.MÄ÷ÕE+êoG(.D ÖõD óå§o•«ò• eYgõ·Ëx[€RG¸àm·Tä7ž-JHa¤‘§H9ì7xFå \qí¶Bø4±¾ñI‚D4ß-‰é {ÅÝQý ²˜¡šÖØ›Uª€üïÿlXeU+k×b?”;ÏËv¡å;w!"r†—:U”JyMÏä<˦ð¥2ưÜ+÷±Õ’ß’D’єΖë Ý-]˜î)¦W|%n ^”p]  -`~¯yʪ²®¯lãPf±xG–žÖ_ª‘>ŸªÂ#Þ—ÇâÞ”¤P& -ñÜqrNÍhM|WÔzW.N­—^Ok“öâämÒDy›(¾«Eˆ½ÖX—4X§ŠÿiÈ×׎ñv(·Ø Õö† µîV³u^Óµ¡áo1¸ç•IÔÇœ´’ûùY5·ˆ¹¢|¾´/+ëÉttáŲŒ™×!«M’K)½b>®_¨ -`)ò• 4€¥÷#”mƒJóÝPcÿó¼ÐÍâSƒ¿çTCHø«ËQ¸§‚êØÅTî› ¤E]94i;᜼•PÑÙ’%”7g·ËëÒÛå<œìjù™®– i}Mªø«®l(Ôû'”m¾¹.ÔÙškr5Ÿiöõx×|ê¹(2e¼>–2ÊO9?\†¯î-Ìn’ÒÈR‘Ù)Ì)é®'ÖtבZºy™mÝÜti×ù ¹´8£§YP l`j®þÖP¤·.iÀLgQhg0Ûìjö¾ÍÇíµúTž2&Š!ß©Mâ(*ÓøW¹™Í,b[-ÞÅ'³ûxd^_µ©¯„$é+8+éc::˜„.‰*þj`(Øz›¡ÂH.™i/4Úê’¸Ÿ¼êåú¢yò±ìTÒhËéÜá†DvOMjUk9¾AÈÉn­b‘»JéÌ~­LÁ¦×) -hWÔì+ý”ìöNJ¶\ªŠo ,eCžÎFàèiïÈPoºs^l{`¦ÝùØÛOçgýÁ»Obï´£IÍqç®^N®W§ k.f¶–» -X4#¿xˆÆäQ˜âÁLró`&©µ'‹ÔÑ¡ -(ü¯®Þ&àÙBÓís›ŸÞËL^ x8<¹áº¯NîŒÈéiÃµŠ°ÿa§Nã¡N8ŽmìÚxmÛVl§ÊŠj³î;Ç„÷=c˜qߌ+ãÎ5Žd­–„´¥Œ°ŠýCÒ_¡T£öÚRʆMŽïþüŸ›‡ÿÿïÇßÏ£o]mTí™Ê¸kEåI72Š9=ÉÜÜÞ„B^_|Q}oTî•;‘YÑ™Ím Ö!ŸhÈ!Ê7â¼Êfü¦³mạÜÌ-3•—VÆ‚û¶.C}®A·;½“[Ûüò/óƒ*ª®„Õœ®‹¾šSÉnKæ%uG—eõF–ŸîàÕÞ )m¸Ìmì Ékn¸DCÌ—ÈÛó xŠß FyÓòUm™m†{¦ï˜ž±8òø‘µÓÝûN½ÔÄÆ.z^Í fyÅõ  ܆°†´‹Q­1ÕìÎÐóé=!Õ§z‚k.tžoìdV4µ³N·¶ -…D—hàÊJጢ.*o\lÒÚò¡Ó`çÔ}Á ½!Áq‡žQVË}·øKý^9çz|ËJÚ™ç³Z/'ðC›C¢ÛR;X×JÚYüê›L~ó F]k+£ª­I(’\‡B¢¡DV• -på'©¹6Ío_÷éK žïž2Õî›°´½1në×ðØ)®ê¡{öéA¯Òœ>ŸÊ䯥ð[,>³=¢•Ñ‘ÒÊè,jñí®j¦ßn¹Nk½É§]íhŠ%EQ$#Ž2Y Ôì—Xâ+I¼ëV—|1¬³qxÂ`oÿ´©ö­×æÖSÖô ØE— œ2òÇ\‹9#îg£†<똃ôŸû!×¼ÿ|Íû÷ª×peƒçhóÎß<ºº/ -%DC‰´8~‘ý—äÅçÚ‰Mþ$>òB}cÿ´\ÇìQþ{³ãuo-¼+^[‡s_Ù¦¤M9äÇN8–’" ü© ~kN}+Ygí’¾VÅgÃcEŸÉÎY‹¦¾I‹a Ç㙳¶©Þ3ŽÙnoÝs§éùŽÓÁùÓqyoSsíßäØ¿;{Òn¦>[à}-‚_7‹~æKzÔ/Nº÷ò;‘Î$šVUdj¡±¿Ú…Ð#gÀÀ&F0ñc-›‡Ð­£ÝìÙÎó®‰sÞIvsÌ$Û¹°$ÛùøD›ùô›…¢xʶ0pæ+Òb½i´ã Ò½b¤Î¿¶­kZU¬Å2<(ÿÀ…šJ:4ÄCÇ< úöþ0ôðÂQW˜û;‚`·âd³âLYñ ±^a_ #°ƒ¬VÓ­V „²R)F½N" ô~Aêz²žÔ´ºc}-öIñ°_ºö¦áða6”µB fÄ€¦9º6N0p´ÙÕæV P-àài7Ïcð&øyš!˜j†ª)Nxcì2±ß!Bê%5Í-Ri1vH`÷–TìÛ‹ýŠA8¨BÇa7(:@Ý„msKè[ƒ±µ)Ì(&°¢acc G#¸¼)†`B¬…1ØB"u÷‰®‘HuË_‰ð°Q,›%9Þƒí;±[Îû¹@^Å5­ ¤{ ªGL ih ]#C€LÖ‡Yd]PÈ:°'kÃÕX žBéé!µ< öÇI¤ŠQÑ|ˆ‹q ±!R›XØô½¶È:a›<»šCNÉ -*F8¤vJzPÕÔ†¦6t´4¡¯¥C-uµÔ`¦¥ -K-P„‚DIqÄIK!|ÏV0܃P5yDQBä1mDÚ› „fÿP*è в@+ ­2´K!ði -…OG(èwÃ@ [ñyþ7M>ëõñÖçQʔ׎ÀC:âþ‚3ä1‘´œ ˆ†h¢!Rq'U÷‚£wi&êH§!Å‚x?*¢ÂVB’¢—XÙ‰‹ÌSœOþçÒþö¯K_ðçgÌû·gÎùßÍša eOù ŸxŽæ»åÞ£ -2û<Ÿ§®…hC"ѳ{3b·ã„Š,2t}T' “¸dŽ/u)>4p1’»œÎ™ àfýÅâåÌ2«ó>0 -Þ3çÎ0ï¾bÜ+ІJRœð)üíINíYÖZB4$mÝ€X¢!^qÒTv᤮<òÈÊ(°:‚`]Ê«M,ºšVÓWœÝ(Ê'´µ]& [²«Ä|c'û2_ÌÊéÓ3äâê´~eúpËÕt%[¯ ùª†ÃPºo#ÐëAƒÅÎÏÍ6{ßòœÌæÅ6ÏÅ?¢žðC#¦Z"Ó” ñ…rZJU%³¡”ÓÆÎ/Õç–w_#\ë¦Z»iy=ݼ´»$S.&g µ“³FšÕ+_´!Ïp”ïÛµ‡7ëÄŽ\›=o„N¦³×Ý­ëñó|Ø>Ö~1uˆ[Ð[«PÓ™œŠln‰ ª&’z(ÄjI9‘-)-KŠòz%DU“OÄßâªóµ¨j êeŸ.ÔÞóm:NïzÝåhòRêfõTæãq¯'£b’åÜhbKic¤0j2[«Ë/‹JHDIaa¹”XÄæ“xÒœÂif^oo6A.ÊÎä©…:ß@ªáŠáz¨Ú·˜¦–[Í·, -­ æ%ûŸ ºšOz¹MȆºÃp½ü¨<7¾‚ÃÆÕÕ2ÒZÊk²„ÄŠÜÞìRF Už^ÖÒŸZv]–¨êÀ]éïL.¨Eÿk(2\5Fë€uhýÞñÍ Ý§vÎÊÏ|ÿÛm—£÷•žgGo¢Cå}¡‰]s¹‚˜2f¶¶ª)™STŸ.ÀÓð\UA?¶ª²[Ó$K vK£)’¾ØÒþ®8ò :_®lY dõ@7ZœCk? -Žmø«ïäÖ#v»žL9™sw¾¥ð – %tô]ÈawG–Є±ôÒv,›ÐœÜ‘Ò˜q=Ž™×üÚÝÈêfuöD0¤×#©rQdÕÍu€¤j(T5”êÃH¸uÞu]7wÓjãï6ÛLÛšŽþìê(÷+ýãšC³ëúË)’(jAWLc† ¡=¾=EÕ–ÛÁ«èŠèhì¼È‹1í7Dö üÅUŠuVi‹\5X ßk-óÐz#=¢ýbÔ|Íô/'ô&flL†»Ø÷Ü?‡nŸô‹fÞ Ì¬ -Rn^ÁÄö]j”$v`$—zËøaRfG˜LÔ*j  ·„òMê@‰öJ(V5P VAó¿4?vkÎ Ô|òàз“Ï,õF^Øï—þádÃêîËšFERïû¥‘ïúsƃ(¸ÑкHe8û¼"®%D™Ý|»¤9øN='hLÐ8®d Ž6HªWJU %z« N_x»V.H÷¬˜™4Xq÷w­‘y«­²y»„³Öœ.^ô?Ü1¥3çp„§(BÊcßÒ¨GhjèÃFà£h¦ÿtF=úI1ý˵ºå]ó›¬õ}0IóŸªVʵ5€¢§ ìíŸ:·#/•ºÈ½½ŠySmÙ‚ÅáÂiÎíNÕ¾vð(ÿsqÎ-6ã•gzÜ,*ó§9èÏà -ôlÔU¿ÙTŠï+b…ï«ÊrŸ9V™÷\g)jþ§¯gwÉêeµÐ7i@ÛFä‘ü[dêî·ˆbî; Ù{Óµ¢¿ësþ¶2¡°¶*o{–øÎùÎ)»è±è™²èƒG/|Âó|°yÞ Ùy¨·$ê-5×k±9çÜ¢ä²ç;^¨Z½× Ó]Èä°&¢|¸ -‘½ß£)Z6YÏY>¢O_>~ lÙâqùä™ÌåÓç–ì#–1!Ë®Ñè%¯ŸÏè$Ô§ó¸sŸ.áöàc§:Hv²²—:÷ø¢”#Hÿ8‚Ÿ H¬[I=-2ìÐ̓m)°gw íƒfþpð -ÌN¹Á1[g°°wk{°w´g§Óàád ÞN§Àßé$„:YA„£%`, U­Û‘+äöëüê…à¸s:÷¦)%¥Å’J$BBQZÜÒS·Å>‹™1˜3f1‹f˜ “u2#ƒÉX"#†ÛÕ"ÅÍ-*=I=‰Š.O7]•ûy¾·ÓÏÓ?ðüðúùó>çs>?|!óß(`îœ 02‚© –-‹‹UXeV›ú-?ÁF×½°yÛ.pÙ¾Ü=½ÁËË|¼·ƒŸ÷6ð÷v‡o7øÙÛ‚¼¶ÊËpžßs½ÍÀ ±ÇÀ â)2ÜÀ  æ$ÁC:Ì5Ž‚f(0Yq–¬ óuûaÕÆÝ`í°ì6{‚½“8:»ƒ³³¸¹lgðvÙ¾.Nàçâþ.pÈyù. ÏêòE@°±ÔfkÀ»®"òóFú{@²R4.BãCpRg„Aˆ"BÊPzaMˆ„w¢!üPÏ£èÏáã˜a˜ÉÐw˜Ñà)ìÈwü¿á[C·†Hk À:XAÔV; íp„˜ýÛ€xt7à°€Ž „0^„¦c LŽ…°Ò¯Fèp€º‚èÀºèÿà¿ ‡ñÓ¨7„©°1ÂxèÛÈ—Áï"ƒ' úcá<ˆ[nDëå¹i P\l!Þ{rVn{ØH¨ ƒËÆZLTPEÑ€®@ÔÅüi&ÍbÚH³Ø;¤ÏØ~ò4fˆ2‰~M ¡…ŽRŸ…LûCß‘ô&Ò4D! 1WÍÙ˜^µg+0ÿå´°ƒ@Ž‚H"„1³ØLʬ"ö3¶,î¶&~ÛDû+âýcD}:¢/a;ÀE1Ã^1ûCG½áoã„OÄêƒ4ÍÜb¬–uƒ%0××s=ðüœ°ƒ=2h–LÃ&ò)3ø“ô¸|ætD1뮊ýWŸøw™ó_\w -×ËÃ>㢒ž„ -„sn£Ç]èñ}€edtsc Y™mý -ànY Âíë e·¤ôa ÿ,8C§¦É‰qï‰bö!‹ÿ^)x‡/KžÀצ¼Å_ãÛÄ£øž´!lŸ¤/üÙÉÔ€¸ óRp;ÌixÃÖØHCÒ@^kL; 8Y‚ØÃ$»áäí³’ûfR°'>pÉ„©&m‚,àÓÅ#„ü“Äbé+|Uæ¾A6ˆkÉz»ý$âßÙw1³:±O¥m¸ÔüKÁü+¾>h4ËŒ²vpìÌAä´Ò=¬ Ó×NýäþéÔ±=ÒÑÇ&EÑøq.>Lã -‡Hbés¢,ç)A‘ÿ„P&Y+Dl–÷Fÿ.¿õP~ÿPÞJxœu™øTúKÔ€¸1j0Eà,ø§a!Ä­Y -IvË@²ÙdÛÖ@Žï†/yþ®ÓùGwOe‡ÿ<žAĽÅÒY)}qIÙc$§ïEç*ïD«”Ý1UÊ.²Ny‹r]ÙAéQ^îQ^Œ~(×ÅôeiIÏÒkIÏÓôùÚÀDè«Í yH7›CζU ÷±›Qìwy_xÄgBzx8—€}!¥Ðú’RzØÜ¬[ñ"ÅMjfQµ@u=ö¬ª5®Vu-þ’ê*­KÕD½£ª£ôÖP{ó+cŸÈ*bû3ô.ÒÀB˜«–€xÝ9.…|÷•+}l¦Uû&Kï-94¤ÀaúsHñ÷OÒ„·„lÙ ¶@q•.)n¦å¨/Ò‹ÔMô*ucB£ZÇhW×ÒºÕq·‹Ëâï+JirJh}Yúoþ\`/]‰–‹!Íֲ͠ÀÝâ‹j§ÕŸê}å‡<_k‚HøÔ¸–¦n»òÃ7óõŽ5Så{íǪ<†Îú?Ñ ÃzTQÔ9•ß"Kþ’Æ9­ -Jªx’r '·ò,WU¥æUW•ð~­Rñ:*嬎Ê|Vwi.«G™Ãº_ ð¿5ð-A†­ œv0…b·¥5Þ–œÛ³~D{Ðu@{|ï£s¨nu$ùF!…ÛœGO¿ cË«Òø%¥É¢Š3I™ÕÊ$EM ¼F.ÐÕä Ûk29¿!:5RΕ”s¯PŸ¯ ¤Ahi§lAá`j×%ª¼V¼ÕúÙ¾Òp~ÚpÔï~mXPG>¦¥„”بŒ—Ôä1óÎÊ8ÅÊ4aE^Šä|VržV–\ªÍHÑj¥¢­8é†VÄï¨ñ»KE¼ÛÅú@Ò¼kf)–Æm³Îl2žÕl5}_ãe>Ö°{í`³¿ãã‹GvÝ® l«‰ˆnÖD³ëJbS+” ¹ª<¶*/“_!•ˆjSSeõ¢ÔÂúäÔªzAÚ¯õ\QëNr{ WØ©á -»Ôú€àkÃ[A®Í(¶7úTéb2Y·Ýl䢯åókûì^>ìÛÙt¼¥Cl¬&2«5d±º„–] dž‘åqÊE2–›.ѱÓó™Ò2#C§£¥_kˆOk«¥‹¯ ‹;5ú ?iX.¹Í|PÛÏÿ«ÆÙh¢ÑÃôU‹Ïòþßü6Üm=´³ýÒ‰£Í(B]>¡¼:&¥¨"öTN)½Pr†¥áɹµ´‘Žš“ÝHÉ-Õ‘ó.4r[ëcNµÕ’2:*ÉÒÎr}@høð‘éÊù °6ÍFÃ?ëœæ^r_øâ¦÷âG]¾v·nô¾ÖzìÌ×é?Ô{Çñ¯8’º\JW'´(DFÈ „qìŒa³o˜aŒ%B¡Ó‘6-ZNRZHqÔ±¤sJ‹:Õ…tuU.©äªT§¥ÍVyŸß?pÍíëÆóöûõøÜø>_ví%±¢â\TjÉ煮ýÕ ;óN&Ì)K+M?šY•xdÃoê#»+:zZU|ºFu´ñTÌÁ¦ÊØ‚—Çæß*Ó¨†l#}ì6ÕCÑ݉ -+ݾZ[Ý®zG½ŽVºÁÝV†ùõ;®uÿ - 9U/ˆ,ûC–rð¢â§Ýµª›O'ìϪJ.Iú5ýdì‰ì*åÉ]UŠ_‹+5Ñ• '£Êo–G•Ü9]Ü\¢ 6Q 9TC¾‰.Ž›é|­±Ð~ÙJûÏ;ÖÚmm§Ýjw3»úÀÏåLKóä-®´¨I”´·^¶vë•è­ëêbóSÎÅÅžM)‹:»®<²6ïù¹¢2ùùS¥² õÇ¥gšK¤UwH+Zi‚Íz:Øb¤‡Bcœ˜3i°v®VW“ yÔ1“4ÿi?¥áùŠ9ç;|+Û™þ%÷9‚žzûmaFöMɦԦÈݪe¡¼>©HR¿¶Xܰ½HÜxøˆ¨©ú°èÆ? ï -/µí^x˜¯ r©†¼ß¡xÖ$TÏ"ﮇwõHs§©Vc·ãÔ‹Ýî¦5Þv¥/¼Õ ´™ùR D»Ñåç ÛB™?xI!à® CDn¸ù\ðŠyààšrA=å6BØÎ¾æ -?ñ‡„ƒ‚>ÁÁ;þ° ‹?Ê£pÿÄÿ}*¢©¹ ¤‹çAé°*×ÅPù8Bâ¹Äâx6k¨½MBð÷ˆ!8,ž”I&„Õ’oÂsÒqÑ5é˜è¦tTÜ&¿’}”õŠúäo…‘¯ŸeÏ…#¢g Á`*”³§CD5D[ÍÚÞ IË­äí€x–b…ÔË4M8!Z/åEމD‹W(FÄg”Ã’ËÊ!ɘ/’û1Ò±Ÿ$ïToDU/„½ªÑ â¡xX®  ôC5ˆÍ¡²4A²Ý<¤-³@š—R™Ë±’ï‹8g\‘,ù*ÿQ1,ÍU}‘ìUJ‹â¤å ýÒšÄ>é…Ä^YCÒ'ÙÝ•dÏ“»¥oRž‰zR‰?%Þ—Ä5ˆ”š ‰jˆ¥"ÌF¢…1Ò—ÌA–ËB¬õ¤!+Èk"¼GWE²‡â¥ƒÊ U_䯤Oò«>È -SßËŽ¥÷È*W¿•]óFv5£[v;³SÖ‘õTüúÇ6éیهÔ[òÞ•M‘êë`åßô¡šmåüYH1ÿY¶&Èvž†5rècëÃ~Ê’…ö§ÆI?&¤©{bÖ¥uGåþÅçœÆC7ÿ»ï£¬Š§ž¨í®}lçfµ¶C…°È‘sŒqŒ1†¹cs`fÌ`f3r5µ³U‰M­£ØzPv?=Km»û{|ö}óâûþ‹{É%ÍGˆ3g#ää™ð¦ìéˆ6ÊTde6AxIŒ\Èì…½ÁõD-c:£W“µ( ¿Õ vØìn[ux+ ßhgöü•Ñi=ßçÌo9!ž+ÄØÐ_0(ä<—1 §dOÀ˜yã°ÚX””6­¤ÀoÒÇôÐ41#´ø ínôµ¾¥ŽyWÅ.c´(s€Ü8$l·ø]6 ç- ·,—] ÝŽ¼/òr^a»ÿB¾6GLD>Gcð£H"U›ÇŠe³b…¬þ89뢉ÕßÁº‡`õ 'Yê¸i† -1GmŽ_ÈjˆƒÓ¤l¶Z”ýf¹k ´ǶýÍùvçïÂÁUþ•So¸AçY°ÀçÔxÄ1˜Š£ö&e³zì; |NW‚„Ó‘¨ä´'Ýâ´%ßãÜFsš&Ø ‰ÓôºÄ9ªIþcñ›âäæ× ßÙÍ´\Ü=vÝç›Áškž=•°pµ‘ÔÌO&Öaò%ôŒâRj¦ˆCέ,Èb˘Yâjz–²:Ÿ¬–å‘d9¤a)…øD@!Œs)„gŸÒLAÊÆlg -L€`ŸÉǪ#fï”'¬š]l§nžw|Òâ}ª¯>È£Kª’Æ&Ö ñU|tž°ËáÐ "zn¶ŒJa(²)¥5Y9òšÌU ‘ú@#Tã³4åøÌ§%Ú¬©@ÛZ€œm¦€³Óˆ÷­)›,73›¿ålýL}Öaøæ•w›.«•áךåpd™Q!BQù%6“!¤0I2<-·6=£L£IëRó›êÐôžZT^¿"…:,ESFÊ>¤o06æ o›1àýÛH¿4|¯Ô9g -©÷(_³–.:ïä/¸:1_^øž<{Ù'í…g8bÊ;!|Ò7-`2˜à7 'ý0•JüašBðyÁÅ{ÏÈpÞs73¼æ‡Ò¯Ì.¦y-¡µ4=Ýß…:ÐÏJzt[êíÕ…:G  +¶:ÊwûŒ¤«N6üw'˜o¿"¯|ç‚]>ëŽ\r» -[r þ¯OœßR`¢Ï,Ék99éÊ -)ñÊ[V‚ç;1Òsµá±Úçþëxìå•¥m‚¦dô¸‚të@CºPë„T÷»®ä×&¼‡¾`¬;í$¯Ÿ8Œ]?} -¹ær.rÍÕ3hí‚¿ïšG°×º_˜Çzh¸û‡¸ðË1a—>RB/ýÁ¹ø‡ôÚÅOÍÁnŸ~ -rûs:ÀíÏŸ5+‚ ‘êkƒ ®>èÿ|×YTÓWÇñ?sÆÎD@D@ €„}°C²²' l°„,A NDQqߩ˸T´Ct,V«Â¸¶p¬ë¡ZZwQDE@í7ÿ3ïñáóxÏýÞíáÿ¾cF{õÑ û¿n‹y(¶uðq®B€wB‚³%AT<1t’Xt°8Ip¡HK€Š*NV²ã°‘‹}©±8ÁŒÁez :Lºw„ nœ&ˆ‹— ¢­› ŽõÄÞ_™m†õ #Ìkál£…»“ -^Y úŠ’†&"¢“@‹Gb| Rã£ÁOˆ‚<>yñ([Œ¯cÃaŒ ÃVZþ†Ã&ýÜJ—.Ä™›ñí]‚Øó;A4 ›™­ÆÌË1Ç\;ë8:dÀÅUwO6¼¨) Ä#0˜†°Ð(D…/F\x(R‡€ax 2ÃüQæM¨/–‡P±&˜Š“:È38{• Z~%ˆ}¿ÄÆÇa!þ² f3Jñ7ó\̲’aŽs˜ppMÄܼ"áéj0|êç‡H?*bü¼‘äç–/|_wȨnPú¸¢dÑ—´wÄÉ.‚øæ>¹þ^‚Xõœ ªÉ†b3²AÌÃl63lSð÷y±°pŠ„µs(ìa¾›?\Ü©ððXoŠ|)QÜNqÅŠ3â< Åc>ØäNàö%ÙÌFÚ|;${‘Cü‚B3š -:#É¢$æE#±’†¤U¤ 4$ï¢!å ô–h0ÚHç¢Áì$u/AjéÙ°H#Q`OFM³5ÅAÔç/ ,Á›?÷ÿ _W°‚)`-¡"5%tA’•ä¼±H^‹”ÆXÐwÆ‚q Ìã¤Säul'uÄ€õ é 짤·4pFhÓœIÚ$´qÒ§/€œlH'R<€íã^ ;Ò£|–vz$˜Y1`”%€Q›fC"R·%‚ÕœöQRk"8ÿ!]L÷&énÒ'L§õ'Lò†Æy“ c<$ ‘>¤#ÞdX[‚ï8 O'ð¼!òwƒ$¢Ä@¤s#ÁÍŒKvM -Øÿ ƒ³™î^¸‡éH;I:Mïé}:ý6}2ýÆ8ÿ c”?ÌáO2ù` ð‘òF€$Sim£-Øäõy9AîçŠÌŞȈ€˜,<9Wu*Ò lð6pÀÛÉ™N?È™J?ΙäŸâLðÏqÆÿå|Ü⎠-çŽ_s? -‡ÒÞ 'ÒÞ§¸/E`=i -²æX@H6ðÜ!£ÌGޝ3òÂ=ç‡ìÔpÈÅqç1!¨àN êÒ'kŸ[cÂfá¨ð¨ð“ð_ÂÑYѰè²hHÔ%?¿÷IÞŠ‡$/Åc’§’ A¯tš÷P -®)È&͹ÎC6ùTTT'¨CBã#¹‚Ø)E6s\VÊ•ÔHFÄ«åC⦌AñîÌâC™ï%-Šw’¶¬É…¬~Éì7ÒžœWÒWʧ’Ae¯ì“¢GþY~W>%¾•)ȱš‰ƒ dÎvÈ_h‡2hC\ ö‚&%hª”G+Ìdå ?dTeÈV(û¥ëò^K·¼’6¾”U=—¶=“¶?•^Q?–Þ+镾(í‘¿/º“1œß•9–sC1‘y5kJf -”dƒ”lÈr²…ÚÕU‹ì¡ vBÍ÷éš$ÿ±¥Ü¨} (_ø:·<ç…b¹êIÆêÒ?åË{e»*Éj“ŸÐödœÑ>ÈìÐÞWÜÖÞQ<Õv+4׳Õ9Ã…sFsÏ+?g›‚ÜÙ³ Ÿg\Gh\­Qãm‹º ¬Œr_™è3´‚>°\’ôªRÉ¢.Q>Ê­*} ¨«¾«hXv[±Ew+kŸ®;ûˆ®+»U÷sκ›Ê›ºëÊGºNåëe?å¾Õ¶ç}(=“7¤jËÉ7y–æÈ Tóæ ÚÅ -u^Ö¨´›6F:}ZïùnMjpŸA÷¤6›÷°J•sG­)ëίYv3×ðõ5åzý•Üúμú޼ý¥ü3ú‹ú …÷ôíÏõ§ útß¾­…GÝnäïÚüln6†zOVGGŽ”Æ§ô¦ätæQ™­´ÜÊÆLfmµ¦¾†Ú^_9P_™É©¯È¼S_J]­-ÎØ(g¦o1é?åó‚gÅE1NzfËŠ`É!!¬Süܦ%ôsYôùÀq‰'ƒ”ƒ÷û\H·:ÏP¦ZC¼Æ¢Â«â’ºK“²[‹ÒutZUeö…†RZyS1­¹™Aëm.Êk.Ⱦ՜O[n¢g=©¦g>+Í£nñ‚qÜ ñRâ˜++Œå±Q™¸Ó¡I|ÛThsØHôñ°¥üâ ³îL¯·%§#È}¤52´¯ál»:1«¡4µ¨¢ˆZÅÈÏmÌÏc¶æåÖ²rò:Y´¼aV&ý+#ï!+#w¥žš³^‘Aû±„<'.‚I’b˜/#„U°õ0ÿ‡5þWCZc$¡‡£û†µ§¼ÌÇ.¸v„w³bϵ4ÆS«k’ ŠËÓ*ó˜YMÔ mç *Ø),vrá ;±ð?í EÚ -–›ó¨N¤o”ó‚çÄD0UB eˆX+ÏÿW»á×þÃ|Ï/«ð­q´‰Kf²³£öG8æ#~Î}½¡í]QgëÛâÒ˸Ó/Ô¥–S+3KsÛãJJ:bK›:bÊúÙÑeœö¨ò{mÑ%ËMÑÌµš˜¢§¼`<7Cº¸0K `Ã>—.y¾w—öóIYx4¥)pûš‰ôôä)õ±1·ãƒ#g:‡‚|›û#¢«zbRìsyÙ­É%)iu±uÙ­µÌ¶ðºÆ¶ðú¾Ö°†É–І¥¦Ðº•ú°ªõª°Š2^0QT³Ä±|/[d`§W -6¿ÕiaXšQ#ÌÞ4–äL[« _u6º8qúkÔß»v8$¢d02‰Þ›ÖψëL©oÏjig4³‚;zëƒ:'jƒ:ïÖ²×+ƒZž•6n2yÁ$n†9‘8Wè;žÎ83^Àð™¨+ô™ì)ðæ\É?ÍY¤Ÿæ¼Ìõ}Mó~›É f±LïgVî_!ÀÂM>¸~WÆW$áë5M¡žc¹–e+Íê‡ö'÷\ì³=|’o{GDÏû&Χû|M;=—ší5—Oó¼U“å9ßMõX¸’á~{1Ý}áešûì¯)Ó¿%ñ‚¹|ü_jÖ»ܾÆ7æù`ü{"\ÚÜ ½ÿ=Bdmî­Ù4SfnXä¬ÛQRלÜbV\ƒ{F{/ûÅ{,G$¹=NNr[¡'º®V%¸¬uÅ»ü0ç¼¾xÖéÉ‹Xç•ÑÎv"yÁb€ÍV€G_ܘ™˜\"À¥U"\|#ÏÇz¯)\óŽ,Í|k|8ç)õµ¥Yì+ûà—öž>/\Ü_x‡º¼ s~æôšêøº$ÄñMk°ÃÛ¡@ûw×ì߯øÛ½ûÝÏîåg_^~©Xí¸{`v -€s›Û? ûG"´nËóW降2·udr¶ÉJ©éÄ|41þ`néýbïöÑÞÕ飻‡ý¶¿—Ýv¤×©OÛ?è¶T¹Ù|êpµùtÙÅúó¬3å˺#åË/<=eܘã\›¾нÐü»0Tý%'P´«(–½«.“²«­³KÒ Ú5ÐóÞ5>îºkfî°K¡Øþí`CA[K °=‰Q¶˜jcŽtŠVY™!ÛÒ ¿>iŠ3¦øÀœ—‡}óW¦n\¾ Ðó i |G¯%‰™¸_<¤£På` j¨œF-ÔÓ³C#C -š[ Õ S´79n&ÆÜ‚v ÃOaÂq¤ÓÇb#26’±Ç€Œ#ú¼,ppûƒÑïz¿çîPº@ÿ„tŒG ñp”‘òGùý¨ è„*ª6¨¡yu´M¬kŒÆ$C4'‘ÑZ„Ž$]ô$épËšFéÁd ¤i«#SK kŽðrã*À•[ýÜ´¬”=È}ú±‚!( vE$]QBÖ¥Xâ>S6×?G{À¯X!ÈÜ–CˆïZÀ…mlì&àyB@†h¼[ᵞ€kðüAD;‚N¢'ƒ.£'ƒï ?E…¼C„|A Cý%6 †‚;ÂM Z›iÀ.±ƒP¤ƒ´zD ´y5„…¸B0 x¶à¤Àçb ¨3\ƒù\ùÒŒ™9‚'ÇŒÎcFCoaFBc†C»1_Â1ac¾ýá°ù#¼ûHàùþ€„4.˜Á¿Ù!ÚÊ뺢½WB$ÞˆOMô$ˆ&Yc¡E£¡:Ü÷°:Ü·°}¸áðVÜPxîkøÜâuü ñ¾Ÿø6èq ¨—4†ï‰l7ü_Sóê€lex¤!|á< 9Ø@¼Ó|`º8@¢çr``FDOPâüFHü a¢œð•¨$–…}&m ï'í ÿDj!~$%ö‘ÿ ½'_!õ’ï“»Éo"Þ?G¼Š AÂS*=¢AàC`õ -Òd?(vÖŒ4g… ðí^ -ÿ5ãÌP÷oq1~ƒ4vHdù%;²7¢ˆÚ¡£uSꢻ(û¢ßPZc^Q~}I¹@ÿ'ò.ýYä+úã¨þØGÑ£Ôû1q'ÂoÆáF,„è‘–f@°› Ñó-¬”ÔåÖ¶Þ$b_§aAÈÆÏ*¦/!‘Ð+ˆzM•Ó_Då%<‹,a>‰ªa>¦Ö³þKma=¤c=ˆ>Íú;ú&ënÌ3Öíè¬[ôÆ5ÆÏèK ˆ:ÇòYô(KS ÚZ¹{S•&]fеsAéf?¢Øì8 ǯŸFñêâ3‚Ÿ³8´Çô4惘,ν˜î_1¼Û±;x·bx7è­¼ëq¼«q—xWx=¼ó ÃìÓ‰£ '˜ôæ$ AÕ¨HC¤%°»W¼Ðަ Zc1‘‡²ùšçãð!7pUW&Ù㹌Ž{(HŠú‹Ê¼™Î¿Ÿ›z9^+¼¿Ux>a—ðlÂ~á™Ä£ÂSÌ3¢“Ì̗ۢ¢Î¤”cIÃÉmìæ!öxÜAö] Y˜mž9p¬M@¶ÀTKA³Êt¤ÈÕês±—}O1vÙ ÉõQvŒÿ“r-•—x“–r:)SüK#=Î*“þž´MÖ‘´WÖÎ>$;Æ>.;’|UÖ–üDÖÊù(iá -š¸CœîwÖ^îSˆFèÖfbm -û9 ^2ŠW •n0ë+GÏ{SðÛ“’ðõ÷44ßëÙ ¤ éœø“"!¿ƒŸ.9ÊÍ‘·q‹­\â w§¢…·_ÑÌkWìçŸWîãßW6¤¼Ë¨Où”¶3e µ–?ÄÝÁJÖbÌM ÞÊDVs Ën6.žý£ÔÉp@·Þø]µ‡å‹»‡•akþÜBõ¹¤a„ÊfÇýGžÂ;œ&‘´•Š&A~V£ 4{¯`›ª>µAµ;õ°jgê)Uð¶j‡ðj›ð}ÆÖÔOiºÔA¥`0EˆE˜Æ ±2„Üù³@ë0s´rù¬O5k »jQ&Oë|mîÖV]«ˆô:«#tæ³bÚTùѧ4­¨_¤ÐÍmfé–³ ßv”.šþ­ÚqF_Ý꙯ê] ÕožûgmˆÓ¥jʦ“±AÇ´LÚA —Ý“*®SJ”5éÊgj |#CÈ´˜Åó &«ì¦ ì\4µ«qñÔÿµ¬š~§ÙÓòr#~é©Ý$TûŽhìêøˆ½ìÄ[x‚Êa†6Wš§ÎR«”ê²LeY¹BYW.W(—ež(—fÞFü£•*^çK2º³%òž,}€4¤þÿî5Ÿ%ÖÓ&jl¦~¬·ò²ÙvʃÖ7n2?߸øx#Ñ¥m7Õ¯©–AÚUÃbTWrù¥%‚ôüBqn–:]+ËQUˆUÅ:¡ª¦JÓ¤KÉéÐñroTòsŸ•òU/ ùY]¹üÌ·9ú@¼©ˆgϵ©”[N­µœÒÛh:åi«á”»G§]is7=u(`Q{K˜ó}‘˜={èaÛë˜ôŠmÉÜ"_ª*ªdZI± PYÁÑhªØUUI :Vaû¿l×WXÓYðì;«(E†J!$T#U)ÊÚÇŽ aUlbY,Xб¢8VÚŠeul˨㪠2θ*`¥ ¼sö>¿çù_ýÏ÷œï=oAjîÍüÔÜÛf®¹qfö«ì™Ù­ë AòÈáX:ÄF÷ޤ·†Ñ³£fô¨ÜŒîœçÕVHG\,÷·9u*LPr<ÚgYBXᑤø-ųÒröÎù~ÅîôÕ;¾ß¶}E^r^NAR^AþŒí‡¶'æ—oKÌ¿±5± aSâ¶æõ‰›[³7ý¶Ö¤ ŠÌÁƒ°y(uìLϘУƒè^Å Ö½&ÐÕK¢¡g/øZ«q>X¡Ø}2.8ïÇéSÖ—¦¤®>’¶`QñÜÌÙû2r’Š–mšþœ-ÓŠ -6'ÊMØ[¾1~ïõñûrâ÷´®/ü}eüŽ?2 ÁÜÁƒ±ÖÔ¸w»)5°Þ÷¸Ì˜îŸ1¦›—Œ¨ªÚ’Îן¨RŽ=rEÇ+º¨—åŸÖæ–O\{*qÆÒã)sçM[’R:MBÉ’ì©%ërâJò³cKfÅ––¯Rv}õ”²†US~x³"¶øí’Øï‚…&¦XolôG!ÑÓCDNÑ-Öýª«ˆ~ºþW:u“oZzC>jÿ5 §°6D´¹2ÜwÝåýò‹SãÓÏOOK=—’‘P>{Yì™E™1åY™Ñåy+¢Ï/‹:{fi乺őçE–·gDø0?ê¸aXF&Ý[ˆ^Õ—Ýfݯ–u¯ÿwŸ“wͨôÇøÀÑÈwU6[îh]³o…z¯¸>9hÁµ¨˜™µqI ÕÓgÇTÍJ¬Z˜Q½fAxõ¶ôðšó'מž«¯­›£¯mœ­¯ù˜¦¿Ò™ª¿Ôe²È¨¹€íà ÑÏ'ˆ®] º\Ctæ¶1•Ô›Ñþg–´ë™ËЭOe9OÔŽ™´’Œú`ͬ‡“ô ÷#ã¢ïÅÍ¿—œ¢¿—ž:éþª”°[’Ãî›úïS‰!õuÓ‚ë_&?ür¯/.äç~ƒ¾æ=gwpÿ(ÑsD••Dgo•=0¦}OÍhç+k£­­NCr^y˜g¶Èí3š}³š4ŠiÚèÆ0½¾1**´qzLðË91ÁMË£ƒš7F5ï‰lù1\÷ªR¯mýu’¶¥=, ¹/4  ½dwP˜èÖi–¶ƒóuDÇîílDÍf´¹ÍÚ$»;|E»ë˜m"»™mRç„÷ -qÔ{µ2ì½NÔ¦×iÛbÚSý;2tšŽ5Z͇m~hü>žñóýTç«þü\­þôÉGý©KeÈöng`;¸ðO¢ãwˆŠë‰v<#Êmb”Õ=ÖtYíˆôî˜Ôg›„¡cTØ-´ÇËS×£–izu -u¯Þ[õ-ÎÛ»/Õ[Ñ—áåÕ¿FîÕŸ'“Kä§Å2ÔxÊð\$C³AwËX*ˆ.U³ þ‹èàCvþ¯DˆV15ZŒïÌæÂrD2ļ‚cž}\àᢆLà •»Œ•T Â<<ã. ¡;æ „Èt ×Õ »ÝPÂwÅ'W\5¨Ž½ƒ+W‰N³ ¾OTø˜ÿ‚(³…haÿ ƒÍ1rø˜ÒÃÊ"Æûcç žƒ ®\OˆxîóÜ vrŽÇÇdqŽ\¤r1‘ƒUvÈåØb½-öÚRy‰eð:Ñ,»~!ÚÈvÙD”þš(µ‡L@fQ0Š!ß`„¹ -£-e°'Âx!ì'¸ÀÑ–;.Üí8²ªìl µµ†žÈXVž’mÆ`ÞøÑX>nVTÁ2PÆ2°‡e`ÓØù/‰æÿF”ô–Œb¿‘Éd6ƒ4L )‡Ñ(O˜š 0t,±äÂÜŠ+k;ØXÛ€3Î -¼*œ ¸Ê\çÁû>ÊçŽP¾v„ªƒ; êâöù LìõÁĦ[ CàÇf±äÜñP9ÙÀÇÍ>r.”ÎPDà•(„|¾;¼V -áµQE¼÷ºAyÄÊã®Puê² |®9C}—yê<àÛÊïómç÷úu9uû 8ujàôUÞ  †Í ··‚ÒaüØþ.¶L„ÆýO/„*AÕO¨–3Á'Ïê=ð=ä¿£Ìi!4„ša¿ÿmaŸÿAO@‹ + MðEÛ)ø¤|ÐÁµC—Ž@8‹Ñðb3øÙYAÇrÂrêÉA°º!ücÅÐÌ’B³HM–lÀ³´?`§ô›v¿´W["éÑtë*$]•’ÎÀ›âΠ_ÄŸƒšÄ‚Þ‹Û‚;%ï‚ÄoC ú_(Üß„BhØ J[Kh'X ÌΑNã%²C„’} !Q&)út ”=+•]A”_ƒò•_‚‹”Ÿƒ+?…S~)Wv„^V¶‡Ö)ÛB*ß…5*ß„½S½ëT¶ê-“!o‡´)â?Ù®Ó¯&Ï4 àOXE×VµUucS!l$’ÈKö²!!H!ì"¢ …)¸±X°h]FÜP‡*mupA‘Ñ£ÖŽúÌûäÃïû}îû:Ïy.W`$:þeA»4Æ/_ikAÆ–å Éá¿bwüÃ}¾w«Üÿ6Z6]6c {c{…k -‰k뎻ñ w#â߸G‘¿ã^EÞ‡ý÷uïh<ÜýC`ˆ+0*(F, „„Eó!mù|ÈZ9_ Sv®øÊÜ·î# »í¿dj蛸”ðWxñxí¡q¼ ûo~‚¯ŠþïˆßÄ=&tâzq£qWqãGq#q±wHï±·È_£nRaø?àþë p¯+ðàÂxÍ%%hd/› ÓW@ÁÆ@(رôOÞžUïRn~Í$…<£%GüAæÅ<&*ãFãsˆãͤûÄ2Ò=b-驉t›ÔN&Ÿ!Ý$_"Ý Ü%]¥Œ“¯P§ã‡è_p—;˜\L„®ÀCè ±è.hïE–úAq°?”oø¬Ø4#ÿáÛIqäúq^ÜwcF؃ÄÔØ» bÊ0UM»A5Ò¯Q‹è¿$T0.'Ô3†hÍŒK´NÆ ½—ñý:£Ÿ>ÆèeLÑ.$ýE:Ï„„3LˆëbB¬+8Ì…¬ùs p úÏ_9ª×û}Ôn ˜Ò†,~®_õ›¿åˆ¶w8»ÊâS‡’Iƒ‰Y¬‹‰ù¬¾ÄvOR5ûBR#û\²“}6ù,»›9Äîb>`w2'Ø)§9Ú– -‰'S!ÁƒÎ@™ïÓ|¡ }Þ5+f}ÍYë;mØì7aعàIîþåÿÊÂýí–Šú‹˜‰HçR{9bæ9vfj7+—û#«Ûɶ!§ÙväTJ3âLéDÚ8‘VÎ-¤™3Ž4sgRš¿’‘/4’]¸ó í½¼y>Pµýçãõ¿¼ÕÞÿ9¼Ñç™y‡ÿcó¾ »y1ë®e‘w f$쑤’»øæiDÁu¦éø­iy‚–´bÁ‰´*a·QxŒëåž:kÂzä7a=ïRÇûRÍû”\™þ™î -ŒEï„v-á\o¨^è Ë<>{¼.Zïõ¤d«ÏCëžÀ›fìš!#ñû¾,Fdwf -ñ”,=¹E$Ašø£<½¤W µóʤµ<»´†×"«âwÉ*ù?ËÊù£²rÁQ™`9"øÀ)ábºñóÑ,Ìö…R/¨ ô€¦%î3E+Ü^–®q+ßäy·ì‡€«ÖƒÁæøí猴°Žlᤚ›Ø¨ríR…¸Z¤•WJ›°XU&¬R6©J„ªbáEU‘è^†EüJ^(~+,ͤ¾OuÆøCŽÏ,¨ðó„únмó®df¼b%f´zƒûpeè¼!Û•½VÂÖ.sÂ>g^rlSN*Ý®á§U*%âRY†Ò*ÉÉ´H -Ôf‰MS iÐäKœ“¤Gk” kÒç™éY®äP/žNw’æúA.Ú÷2æx@CæsQ xc T/#öun×kCüª¢¾9W†ßÜa¥în1'E;Lœ„j}:§T+Y2äÊ|…Fc”³reÖìymv¶¼%G'?“£‘_ËÑ(žê4ŠW*µ|Jš){'tRýÐSe6¨T…ê˜A¦ú‡Aš1ddŽé¥/4RÕk¥D9%qÒg£yôô„:·Ï¾`²ÔüZãî;¼Á¦`Ìà±ï|Ï;–tØqZªI»匨ª±Ä’Ê,Èçñõ‘B-Ï’i5F‘&Ï$ÐÉçiLéÚS&®v «5"ºç:D3‘dNÊ]I>>PâáõÞ˜i‹x\îîÛ=Àí&Op¥å[Ðß²}V÷ñ}‹œØµMõÄïkkhá¶Šd‚¥”“h,F­Y “™$:ž!ت×ç§è‹³sëòY§‰ièÏK6Þ7° ϳXú‰LVö¤ÂÈöFóèîþÕèÆKxX·ºƒë-n`À¹œwnõîhÝØÜ|pUCa{¥ƒºÏZ—ˆË¯fÓ²ËÓR•GxA±HÍ)Tè“ÍÙy‰fKÃ\k`¶åÒ-}94ËH6ÃòRÃ8üZÅ0½‘¹Ó<¼`&3ƒöÎGeܳpã8üì §c!ø±s“gÛéЀÆöÈ•5­¸-¥Í¤Ýæc4l®#™¢¶sØâjDV!P&Ûä:zYvv‚Í’•`«ÕQËÛ4”ò>5¥b$“Z1© –NI©Ö·"W xÀ,žXxPÀ0Ú=/£Ý¯í>]Ýþ ýì:÷ãgvú×u…-·ub7ZNBŒm”Hm #Nv‚™„ã LOBk))õY*rƒEErÔ*HŽ6ÑÑ'?:"!:&…$û4T3ƒ¸%ÀíƒÝÁî ;¸Šv¿ŸNp¶€ö/p¢?Sß·Í·¢gÏââóQkMgcvèºâ÷Ë;)1¼ÓôV;“Mk㦓Z%ÂøV0®Í,ˆsÖð ÎÖt¼³Á·¤á“|ëG6áÄ'¦+0`žp¿½A#—Ð\è íǰ_^*¯lò¶íZiÿʬ›•ý1¡üÞ¸ì ä8Ú¹ÿÓ]¦QMŸiÑ©ŠìÙCBBH I,„@a "›"KtêX«­cÇÖ[[;µ­Õjí設N]Šc¥(¸—Í (:V­´*(›ÞygùäI?üÎûáÿáÞó<÷ùŸs‹ŠòªË˲ªç–gV¿1Ëýý{eîšu33jv”ºÔ–¸´¹jz ]Õî}È÷Æà_è hÏÑÔï ¤n/ÝÁBvÐþõeãòɹÉäÃÑØ-±SÞñî]bï.­©÷˜&¡¯SÐû ÖØ¯´l 亃Zš½‡ùªžÏ©þª „,ë dqßxŸWúC^¨àûÎMëdg ¨„©Z©m !*qÀ¦2>N1<ñÄègªtƒs•qCK¢µCï+´Ã_È5ûeš‘£RõH‡D=ÚáFz‡þ“ZB¶ÿ@ȆS„|xž·Ú Yx¹~çó{ø+A¨¯Ü7„ $\3#bE:"40Kb*Q"Gâ*Är,ɰB(ÃZ_…I±Ÿ/A#ÏGè šfð›ã4ƒ' ù¨…ê·Qý«„̹IHÙc2¦/ŒË¯o:ý“Á6ËÔCÈQCÊS!š¯€&L†ø0ZÃDHç áá…¡ŒËÃ<f³ð>‹…µL&¶2¼QC3¸‹Þà¦fB>>GÈÛ­T¿“—oRÚEHþëç€Ï¤$Œó3À7@€`%BBåà0$0E°P°¸ˆ¥Zf(¬Ì ¤3ꇲ_TOÄâ ñxÛ+ßÒØBoàÓ³„¼Cõ_û¿~ ÕÏé%>ÎQ2ÖJ=ăLÔ€LV‚øÉ0Ö_Œ Lâ!0˜MgÃ78Âà©OBtðxÄER AjA6¥ÐŸ`ÖTo –©„ 9í™Qr¢bùˆ4 - q„#Â#BD9}ç ñ¦+à ù„é<ȶp!û‘UÈkØeCqŠ…¨6&¢o1¡¼Ç€ò1åiè3:´§”‘ß±ìÿyˆŽ`A%ã@¥ä#Ú „Â.‚,&1Li‘0æ+_…øùQ0.UbZ-6}9”¸9r0q»ìIÒÙã¤ïeæ£Ò~ËiéCËeé}K—´×úPÚc•tÛÑeƒøN2D·“þ<ÐSzN(,¬Øi>b\J.Ò áH±Ë`͉~j™3l®Œ}bY3`YóȺJõÐö™êWÛFÕýämª{É;•}ö}Ê^û!åÝ”feOJ»êNÊmÕ-ÇCÕO©£Ñ×S¡¸–y§2oÀÀ†‰úHa"ƒˆÜð`x¢˜ÈÕ…Ám‘Œ83”…š‡)/ÅÝKY ëu¼©ûÅñž®;uµ®+u½îvÚfÝÏi;t·Òªô7Òêr6è¯;[ Ο étm#ÚKn¨/ºs>JoÀÈ‚5”ê‡ø#ŸåbaJå!(Ö°G -Ãå¦Eõez´=®²øÛéóL7Ó_O¼îZžx͵*©Óµ&éJÆFsGÆ6s{Æns›»ÚÜê>n¾˜yÞÜ’yÃr&ëפSÙ# ͹04åB×GS›Íó zpûÿ·o•0§àEfËüŸÎŽ íŸ•Àë-±Ko䨯ç•$tfWXÛ³Ø[³–¦\ÈZáhÉþÈq6{ãLÎ&Ç©œíŽ“9UަÜZGcnsj}î•ÔãywGóm‡§Á|¨¦ºé0ÖNGüó 14.ª_0Õ/2&áüI˜'™òdž2à^¥y§Â&üWyft{Étãù‚rûÏ\g³gQF£gYF½g¥ûDþÇîcùëÝG¦mqž¶Ó]7m¿»¶àxæ‚K™Õw2÷8÷ÁñÏb$ï-…¥ªæç5$Ù~SPê7/‡LÀ+ÜñÏ^O|øšbr÷¸Àë²p~œ›!m™=Mß4s†ýDqEÆ‘Âù9u…Kr.Ï«)\•W]¸Æó]Ñ—ž}E_{öWyªŠë<ÿf»Lƒš<×0ü„U§Øê¸kQ¤j8¨ˆ ì‹,@Y + Y ö% {-,‚ ›€ XW{*¶p*ˆôœjG´Î+ˆÀè±¾çíô_Ú×ïk¾ç¾¿o¾»›ú/ÒyêÓ°Nú\p{ÔÇ“ç˜È·‰<[™ÈÃäñ…"YZ –å2$^m†7˜~PY›ý–²sÙó”–’]V'øÙ|/ uâSÝ®±Ù—¢D¤>F¹‡žÑM×Dœgè":úÈvFcd[TgdkÔ7‘ÍQÑMѨÌ×äö‡ -¬ç ÿ:ò3ù¬ú Q–¯@< 3÷¹ R­3^Lßbü*ËÆäIö^óÉLçU#)>Öß*ˆ®É"\ûc£ý»ñot[ÙÆJ¢7³2M¬ü¨FVYÔÖé¨zvkÔiv_t-{(ºš=]ÅyŨâ-Qô1ˆTÁCÁ˜ C?Ί·Vì -S”he„R׿²×¦5[ swiœ>»“åµe05Øî’’ìÜÇð='æ’š"Ú™˜øèÓ¼v WÍ©âsô\=§‚w–[Îëæ–ò®sOñîqu¼ŽŽ¿ÀÐ ~(⣰B>"‚--ÃÔ‰—£¤•„™«àµf5<Í_“…¶F#‡Wi=7^Éüº7-Ü©=‰æÝÏ©“ -¨UB)«\ ä•ò3ø%üÐ A$ÜŽ‘)Š7#|H7‡_µfð°Ð~:e£åÛàv™Ãò+%nk{ ýmÛsCs"OÔ¤G”%s(E‰–V.dK’ I†,M’/O‘TÈU’Fy’ä‚\!’'Hþ¯½%Êæc%‹¬DÉÓD6Çï$Á)MsYÆðK>~*1ñrS¸«ß -ƒz{óòã«»Nùmo) -9X—Gq­T3üu¬ðÜ”˜è,¥H’ —*åÉ qêDy\‰BW§È;"ùu…P>¡'üW&ŽŸŠãÞñDq CP¤é2$ãO*#˜Vü\p¿ÌF«ŒáÛÚMpµv¿Yoµëç핾֥Ä}ÕÅdçÒ|šO†IÊÉâ2RÓbù‰*©LªT(b*¾¢PÅST«¸Šs*¶âJKy/‰“ô«œ«|#æ&¾åsçc AtÜ -¤<þcwâÍóc%†k 0xf œ±3éªs¶j©ñÞR§ÚSQv¤¸„ê¥-Œ"¦çrhJ5Ÿ'ÉIcÒâ¬ÔÔäè”ÜdFj¥ŠžÚ’DK»¤¤¦*èé/äô´ß$Œ”·Fò[¾!ˆ ¦H„W™ø€3øïž¡€ËM_@Oónãö&§• «ëvª!9æWF¸e•1“u¬ˆ¸B›Ÿ+bjd 4u²2R­UF¨+Ms"Y3OÖŽÈÉÚ)E3+¤dÏÇP²Þñ A\0ù¤x‚s˜ÔáÝW…wÞ~×ðþìk[ í¶FMç-j[ÝÖ•7ùí(l Ú«ëÈ®©54¿}t˜°œÅ>%àÓtR)¹X%/ÖÄ…é*daºf ©d@Z2*$•L ÂJÞqI…‹,RÁÓ$£¹€Gycøçn6áÝÓÐÙe-¬¡®ûà²Êó.«‹;¼­µçíÒ[Bg)^’z0·ŽI¥×ưÉÕR>©ZZ­„ÔTðCjZxÄšKÜàÚQvpÍ “X½À êÿG#V~¤‚d@˜Â9LŒTÜ> pû{ºšûðöXú½¦ºþ#V¹}î›2z|w)»ƒ¥¤¼vŠ?£N"·rh!-¢èàetP‹SÎlm¦´PZG#N¶ÎPšÂ›)°…òçðXûç îà n´ôcG?@=Þ€å×­@7hk”{ÃÁ"óÚ±µIW=¶Ë.ûí¹t”ÑêIî‹ öF‡ô -ÂNö&†ù÷æüûJCýúšˆ¾}ýÁ¾G}ú^øô,úû\@~ÇtúŸ7ø¡àV îa@7ö7]Ðã VpÇÔw7AÆÝ=æIÃŽ«dß¹lŽù§ÇNÆm_{òPà±à[$ÿ›4ß›<_ï[ñ˜Lo¯¡/¯¡FOÏ¡‹î·GÝ<†^žp¿¹tÜ}¹ºßø+ÜàÇJÜCœÁµó¸‡Øß†ýµ·tw²GA5a “_KìµàM8®aÜwþ2|ÜmwИ½ïXÐaÏ1ÊQ1¶³û¸ô¨Ûý4§÷‹Ÿ˜8sèøDŸ£ëƒ׉—ö.ã‹öÇî¡¿åþ × v \Ä`=ö—b¿f y‚ÒGæ;µÞˆýÌf9ujÏ*ÒÔÁ '§Žlózz|§Û”Ï^×)¢Ý±g4»cÏvÎÏ{ŽNk¾>:£ßå4Ó¾óÈ‹›_~ùÈöÐôÜÇgŸlŸ¡¿0‚¿·p¾éèÂþÆ!ÜìÏÅþ”û²Ÿb^™óÍ“È7›W„ÌÚXùÏî^ë1»³Ëì!k§Y›CsÞ;þñ–¸Ãažfc?/Ø~ðrÛw¹Öûª·î[8¿eßâÐf»¥‡›ì–æ6Ú-.l0ä6îÀÕüàþ5ãç×äaêþÿpŸÐçŒ áWšÿŸí:jòÌâþ"È–}#!‹„E($ˆ!€ ["ÈÑHDq_jUZ«¨µR9*ÚŠŠ•ZÜ;(­¨U;j]Úºëè`U´(£Ã€²üç™sf¾ ~çùôœÿ½Ï{ß·Ÿå•:  %HâTÜ1ƒaÍ`´pâD¡H«a#O¨B©@|9Vrƒ°™#ö-,)®Hqë='È?p¤…Ìɯ%ýW‘üOÿŸŸ¢ -Ú)*»›rÍÀ0÷ñð1þ¾±àøk d†CÆ -ÁHŽ -á²rÏÃÈÀÊæ¡˜ÅÁ f*LTù3PKg ‘ÆÀ÷4¥¨F2ÿÛIþ:’¿ŒäÏ#ï_JúÏ'ù–geê¥\@¹kAyFÃÝ;^~Á Ó`ùË `H e - drÆd"šAC<Ã&OdÓÝa§¹b¦…%¾ÖøP¨zϾ“dÏRÔz’¿œäÏÿ_~ÞcŠ2wPTÒKÊ%®r‹&5„“‚AyÉAùÂÕW?.¼i,0H?\š/„4OÈhÃL£IrãH®‘ädÞœ^¦½r bA„<˜iB­|£<1YpÁûœ þz[ ¨€ð[&„ûý•ñ ˆ¢Cr•ŽÀ4HŸûAú/¢ÏRøHáÓOô}¤©‚ÙuU*a|Hc„LAbAlBWýR_òB?7¤#¡BýİJýGbµº=q³úQbúaRƒúïIûÔ÷“šÕ÷’TßM¾r+ùAÈoã;Õ×½ÁWLP]6Aq)ò‹) -z²÷šè~Èdû"G쇥?lìžL¨+ݨè0e…>6–Œz4~Fäã¢È»Æå‘·M_DÞ4mˆü=¥6ò·”zÍõ”½šk©‡5WR[5¿¤^ˆº”v;êBZGÔ¹ôžˆ³?mFh›êS2¹C †¼AÉ·øx#å…b¡ì -ß·%aþ]1Üg6ƒôa¦E}Çœ¯ù=Ý9æzúÜØ+éKc/gTj/fTi6×hÏ›·iÏ™wkÏZštg,ͺ6K›îÔ„kº“ǵf¾‰ýÞ:8º% QDzy4£†ÂXò©dç´y€é'ße²oÊÔ>¥QŒ‡“ôü[…éŠk95³ìºóÖòø³Öú6ë' ?ZW'œ´®K8‘µ9¡5«.áû¬=†–ìC†£Ù­†æì¿¾Ë¾ŸxÈöJ0§oì\h÷å#¦)£‡B Ù÷ -¼H¾¿;fp†½›-vôhŸ9ÊçNy<óª3UzÁžqº 0îdn©áxÎìäc9›s>3~—³Æt8g½éPîÓܦý¹M¦¦Ü£)É;›²7ïFÊž¼çƆÂÞÄÝEÐcwC7’|}‘5Ü“<ÝQî熹®Ý ø®ÏJÝî/Tÿu¾Žöó,£¸­,3¬Õ‘§m.™”t¸pzÊ‚yéMK3 *Í{ «Ì{ -kÌ …ÛÍ» ÷Xv¶Ôý`ÙQtÕ²½èóö’îÔmvŒßjGâÖIH -&oLtó@©‡f{» .¤»¼ZÌ¢þ±Dàrs©ÊõòâXß3 “'æXÔÍå91ʼngÚ7“fMØeÿÈZoÿ4k‡}uv½:{›ýëì­öÙ[ìûl_ÛÛ6Û/Újìl5“_O¨q ¦mtÀ´q -Æ…tòò©á˜æîŠyžT÷b/êy…uÿS:uý3¹Ëùec¼~XšÄ=¶(Cyhž-ºqfaÂîiŽ´Îé™Û¦Ìµmq,Îùʱ\n°Q¬wÖì©ñ2ê¨ô·j) Ýv¤8Ò­º Ö¯ì@ÿPNZŒ,3#)Wz05KZ"ÊÖŠÓ¥-b±ô´8M:$J'Ä©OSE™ÿNe.D‹¤ï#—Cy¤›…9ê|SÔ;ïWRçª;Bç¾l´^uîèVwƒ‡~kÝ>‹Æª­uåû]—Dû%„ÈòS¢³H’%99¢Ôì¢ôäìJibv£4!»[—s!=6çÛôØÜ'¢ø¼×I ¹oã²¢–ó¿<¦<ÉxXF3¨¥ÞIþ¯›†Ž³a ÅR±ç¸#³£É]ïøÑ½f õÁöU5áÎòŠ(¯‚²¸ œâ$¸(-)© C'“I£eeQ²#‚üNiDþéûóÇųi‘¯’ùoã²…èåPßdý>Ì€z×Mòœ ÎÑÊ„³íN¶9¨¶~êÆ9vÜgmmc Mù¾ã¡úH÷51þÒÊ„ý)åÂøyzjDÉIxI©$¬¤A&ïñ僩¡ò1ahéL2¿t>>L¾Vü^°L¢=äüDY¼÷a4ê^©ÿõv®†î“¦Ð~r³rsçNv}»·qE«¿UqKˆƒ¬i¿KæÑ(ßÔ†øÐ¸ºä¨ˆI"¿:/%¤ZžRÓ\Ó‘T3˜T;X;T3/®YÜ\…aËÁ4€_h?VLÒnÒûw vSï: Ð~FŽŸÙ¤ÔpšÇª:å®/?黡 3Ð>»ï$jôL8 hN -ç7‰£‚óbå1M QM‚€æÁÿæñð}Í3aþMó!þ‹AþÇ0p9o2~.øþà š®Òû_ÚÆÛ=Úï¸{tl»Û謃ëðk×ËK.C¸‚‡”ƒÛt׺.“€üÝÔA›Gª©§þ9©’»ú ¼ûÑêø;[X‘“<Ý S¿ ¯¼oï³q¿Í·w›ˆµwØ»LäÛ횬²Ù5ybÓÎ;ç6:ß¹iåtç±¥ÓÄkKÞ­%+Þ·¸‚ïèÇ(#´ÿóäï¹ ðé€úëÔ?©‡æM¤ý ±TA0­¯6m¡8m§á;µë1µËÐeÊk­ótÀ:§éÈõ;~NYÇ›É]Ë›)5uœm4Þ>{ÚhÛã+†O|<óÂpËô‚Ñæ)4^Î7t‡W(ÿÉßKþÏhöGnÒ¾8H~ñqª ÁsœU~sƪ^sæ,—9kís[u·ýꤿõWƒÍ¿ùÚÿ3ÂÀîy²¾íóÜ56/Êu7½hæZ¿ìåXÏßÐÙ8?£mõò%Ûòùâ -®Q‡úÉßEþcc‡oÈîHîÄ“?l à7EŸ·êJîo¹ª;ߪo·^sË;KmÛ;ŽõÂv®åï®\óß}8fïC9ëãuÖ.f²M–äZ&KšÆK=F8Ê2Äê†ø÷|ÕOw@ûï&3ù+ÉŸÿùÿùgüžx¾—¥UJú?ÀЍκ࡯TC “p@·5ª»xø›~£D‘>Sx¤YJ†é{Êz“7nÆÿqo0šöh%¾òè ¾ôì"Lyö~ó ¼ð:†¾ú,þÙêqü“Õ÷ñ¨/ñ¨sø{ÔEü5€ŸX†·‘[Ë€ú~ª­­šjª !Ö8tÁõ¥›ÌÒÂÌßPȯ©bòïkòÌ_ÐJÍžÒjIOè›H¿zo%=òÞeú‹wéŸC¤û>GH÷|FH“¾WIw|'ÍnùþnvÝoŽ4î¦×üÁä*2æÆ?..úº@ÓBõÕÔ!BO bŒÕ!ÆRké€ûÀð"¼ 4{á³òß~|Ë_ü3-ïXNTXÞ ¨·¼Øbu+p»Õ¿‚öX]êµú9hÐz<ø¸õµà ÖWƒoZ_ ~js1äõùÐ˳¡°r”ä˜/žºÚà‡ê‡£k“­« \‚2$š«Îql5_ǹé=cú= ´¸ËàÚÜ -•Ø]ͳg;üĨr kt¼Öêx9l‡ãÅðnÇóá}Žç‡΄8F\sú!â¡óɈiÇã‘_ì2Áö{&Ø GƒõÐ2@ÓÔ„%UˆUVž–" æE¦Š3B+åçÉN¸t½Ûl†Ù?cX¶cQ|çKÌtÊyæZ·3ÌR÷‘¨÷¢šÜOEmq?Ýéq<ºÇãhôaï£{ G_òйã93åq8ö#¥Ÿ.}lp:ÈÄ~)ðUÓ€”÷8J - BWmš®ülA~*Ý|Å#©Ò„˜ª=.6¹”m{&žK9Í{˦+Xs$®œ6ÄÚ@û;«™6Àj§fï¡÷³ÒûØÃôì3ô^ö ïïØO½÷%| îå,zvsÀ½‹ Äu)PQƒhL ø -+ UEn>K›ÉÑÅžäà±É+ùŸ³<5.§GELëüx×á$>u›æsˆ“ç×Ç)ò?À©ôßÏiðÿŽÛê¿»# ›ÛÐÅØÍ=¸‹ûSàNî£À‰oý:’è< nç⹄(ª e-‘œÜ—Ll:O{’¯Œ=”©a7×YÈ­uW=›çox"3|å”å|H˜Díˆýz’³‚º“×ïᕆìâÕ„vòšBwð¶…vðö0Úy}Œm¼£Œ-¼Kam¼{a-ÉÓ!-üù€>ø¶€¾Y´¥ \^¸Ø -”uÐ÷£¼…2×½‚ØD26^l†](¦(Ÿ.ðÑ;"c˜ÎŽuÜŸÎ]Ý-MñÛ%J éHÉ kDl”G¶ ê"[-ÌÍ‚ÌfÁ~f“`(j£à\Tƒ`"º^ð2²^ø9´^Aõ"ðGü–&š“ŸÏ@Yeû(sÝ.‘Ãn”*`WÊL°ÑrgÅc¥Þ:ƒ…¡¦ÖFÛuç&xvf&û¶§‰CÚ$™‘Íâüè&QIL£¨:¶AÔW'jÛ Ú˪ °ªE#¬JÑ v…è·ØJñÇÈJ 0*¥Œ-1˜"0¹÷Y¨ë1ì.Ê\7ÊÑ¿v…!/s1V– Ìå íB*šC>Ê[ôիðó({lÔÆ7®’ïoôRë© 0è¬ ·ØVëÔ\š°º¾ˆPµNQ*Keäd'æg¯ççf•§dg53³¶ Ó³z„iYCBiÖE¡$ûAJjÎÛÄ´œ…øôˆEb–Bû(ÿíÂc4‡‰?z°åF iB™«Y Øl%×Ûì¡ÒÕä§×ÑfÖZmßXïYS–äWV"+(”Äå­ËHÌÈ—¥¤æ•ˆÅyµa^›$EÖ%áË%ɲsbžlRÄÏŸá Ö~å¤ä ‰[ -í£ÜL6†=,ư›¨WQýsͨ­(sµ©b}[,°}[(J­>:[›CM6mŒ²©«g¹UÔr½‹*“Cde¢˜Œ’4®¸('…”TP%M,Ø,åî–p -Ä …gDñEw… EÓË›;y]Nê´ÛÓg-ÚºxÎü¬ó“3?ɘ“™½pv殌¤¬ÒôĬÚ4cVÓ|cv[jbV_rbÖðì¤,4&eb»¼½:ßöa ½ y4´û¥ý³®„vŽåeP\æÉ)($Ê+ ×|±?ÚnsQ¼ÇúÂÙ†U{RBïN›™–·È˜œ»<9)çãTcNVjBήrÌ‹Ï=67.·iNÜŽ¶¤¸Ü>c\Îë¸øŒËóå·7Ñ,R­{(ò×ÓþWK;hù!€ý‡•PpØ…µ³Â_°íP¨"ó`¤õ†²YãW—$ê—'¥ïK6oÂe ñë’â -²gì2Î*,-¬‹)lŠ)l‹‰)苊ÉŽŒÉÇéc¹O÷RG6Í"ÍàÅ}”Aí]U•_VÑÞQ-€5v°­Æ‡›Y=Y²¡*Ü|ue”ýÒ#qžI)_¥LI*Oˆ+[:3¶l]TLYVTtٮȨòÒQåµ3ËχG–·O,í ‹<0Y‚!cé¤;áêÛ ¨MTýa€ãG*ŽÑîù5Àë²OiáóS®ìõ'ý…«ë¦(—žˆ°Ê8íœRïxl¶aVMjPTõâÈê5!3ª7‡Ì¨É ž^S4½æØ¤ˆš¦‰ÓjÚ ÓŽö«†Â+ñ¿¸‘EÐ~÷%e@õŸ¬¦ È]z’28M~Úןe`m£-¬lôâ~Ôh/8¢™w&Bglˆr‰iHðŒ¬OÖGÔgø…ׯò›Z¿ÉwjCî„°†bŸÐ†j¯Ð†sž! íîS¾éw>=ât -=Ær5—2 œ£ÞCþڇȽ—Ü9g6Ñ.¸ò"À‡­rÈhµg¥¶zñç´Hã[‚5QÍÓ¬#š£íÚBšç;7/snÙàÔ²ÝqrË>ûI-Uv“Zÿj;±µMø}¿ÎpqÄ6àÚùáïÔƒ ÎPþu”{e=͹wžȼ°–vÑÅ´‹¦\á€Ñ$ƒ8“-;ÚäÆ0ùŠCM“•A¦píDS¬¹¡m®E@Û"ó€ö5Zÿöl_G¾Ú·ã°Jí/Ê ×ÿ¥ðiïUx›^©<F5¡y—ïiiöþLþjò—6RÎl¡Ú?ùÀÒRÿ `lˆ¼Í…ˆ{*Vh— wR—³Ð¿Ë[¢ï6ȼ»Ãäž÷£å=säî=‹dnÖJÝl•¸>,»<ª¹<ú–qê½Å8>ÚßGf,çþDsHù×Rö©öªý ª}ý%€e—æÿ Ø0ó6@Ø}€ ç"¶á¹š«´x:2nƒîbç¾Ç—A»—Ó%º¡±õPšÈòÕ‹×ÙBó×…íp_3ÜÄÓ wðÔ#O¹ª‘Á÷8Cþ¯É_Aþ¢ïè=hØHµ/¿f"ÿ òÿrÀÐ,ý0‹ã‰®+ÊùN¨Ø¡ÐKô`4èÏ(1D(Á(!ƒs<üˆo†Ÿò8¸“ËÆƒ\Ö™±°™¸Äy—“”%ù÷Sö¹”ý§ÿXq•ü”½ñåß Üà÷Àó°ÆÇÁL‡lÞ8ðÍQÊW¡F E+ú0upÑ]ÀB>`(0–Hå®4Ìäî&ʈ¯Þã(ùKÈ¿ó€Ï)ûU”ý‚ëä¿0ãeß ïp} `?,kŽAÀU ðÄ„Í補!¯‚° ¯-áFnb*ùãˆTò-#6²7½ŠÇ+Qå¤Dµ“ -å.*xªmP"+‚‰r„t)Â*Rm!lcv Š¥|„ÃD5YuDÙç‰Ìm"~å »ŸxÉFöoìQúù? ÂY‰Z{%šÛS¤Ž*”¸©PèOg W"?AÜ4rVH½QŒœ­"4Ëc[(D^‰ù‡øÈ¯â£à8…§‰s\dZˆ«Ë¿ÍF™^Î3ÈyÍŒr†ä¼üú—wAƒÇé”heCO[:‡³Õz5*CÔ(U¢ôŠ—ÈPô±ÅYb”äŠPº‡Aù~!ÊË…¨8"@å1âUgy¿©/òFÕ?q‡Õ·¸Cêî ú¹Ù3õ³§ä¾åÉÿ-ɯ³T¢…mÇ*Ôy«Ñ*Hƒ–3Õh1—2úPÚ52Ô~&E‹m’Q‹]â7–{E#ã0ÃV‡˜×VG…¯¬O‡¬/l¾ ê~ä?Ó]ç?Ñuóút¼Gº7ü¶Èï!ºíPÐ5´!¯£FãÕrtÑÈÑÝV‰njt Ô¢c„íšßì¨FìV(^Ùm¿´ß"tØ!}î˜/p*?u*?q®=v©õ»œfzÇ71\/1]Û„Ý®]»®L§ë掊n¹£è&=oŒ´ -tWÊÐ[.E_µldèï¢D½Ÿ½B͇=bÍ_¸§hÜ—¨{¬SöylV<òÜ.àµ[~ß»HÖí}@ÖåS!½ëS-ýuÂIi§¾QzGß*ùEo’ÜÔß“vøÈL¾odW}Qv…ø‰¸<tUÉQ/‘ ã…ÃÆ‰1ÔQ†A^ÊW“µ~‘½¾³-züšßó_¥é ب¾cØ¢¾mØ¡º˜¯ºX¬ºxPÕ>ñ?d—iPÓgÇÄ«Žj9ª„›9È}'„nb€@8ÂDH8”D"7"hPK]A-ꈺ¬VP+Ã:µÓÖuw¤ÝN·;®Ú­ÝgŸvߤ³/>¯ó|Ÿïï™ç3î³’tÖg?ëû?ïûÿÀ÷>þ©ïgÉ/·ü)ùç-L†¾·R ïü¯$Cg~;¢—7$®õ‚ŒMžãç ÙAëÞÒÃ7¾$Çù|›šæ÷,YàÿUŠÊÿ‹Ôü­+ƒÿ2¡Æÿ!ÑpŸØ°D<pÔp—4p‡t:p<x›<x‹|'pžüdÛõ´ï·Í¥½ ¼B—(ÐöluÆzo€w4®_žkÞ‰·yüC¸Ëk•µákFªÏcÛÿsªtû"5{ç]ª>hV|›V|“Þ|ƒÞ|Þr>2Çp„|ʘ ¹Ì˜ ½Ä¸:ÃX½À|:Í|ržƒÎ²áÎIÜ1Éþ=ïé )`-¸¹C©—+Tnrý—ÒÏõ;ùN÷o2Â×®¤'m\âÓý¸¢àyŽj×uvÞ‡sìÒ°Ëœª°YÎÁðŽ5üÜöðO¸½áÓÜãç¹ãç¸GLñ®FLò#ÏðžFŽó üò¡CwÀ¡Îü–9'\ÑÓîòFã^h6‚gj?ð8s—ë’*Þû¶Œâw-ƒ|Y$ ¿(Ôì™ì=/4Dq“ÂÜ„¨ wZÔ‰õG‰ND;DSÑ'E³1#é 1ÇÓ¿ŒJÿ{ï€F""úÅ0̘æâ ùÈ÷ÀåUϵ.à+­;x’½<Ì vYÐÆx]Ó|gUì i¹8|J¢ÄÆ´±ã˜>ÞíO8Õ&Œ`–ÄãXkâÖ“8ˆ %`§’ìØ…¤>l>Ɇ­à{°¿'vKÞÆ•Âè.)ŒBìuÒL®ïÔ¬j‘o!ïûs¡+XÎ÷w‹v€E8Kù„÷¦µÌíaØX¦,zD©IRèðƒòÒ”~YUjŸ¬>Õ&³¦öÈ:GevB—ÌAè#¶Ë®[eI-²ç„fùëäfLDÄ5)`¬3…îA\þ‰2ø&ýóKÐ?ý÷KÜÀ­²ðiù÷ %ɧ -éc:þîá 7 Q%öªsR»U…¤.•Ü¡4¦µ)(­ÊJ³²‡Ò¤¦Z•“ÔFåešEyfV>£šU¯HæL˜Ú ñˆ$g ¸£{ßþšA1Ë4y×B×+ýÀÌH·sû“ÖŸ*£úsC -Ä{m¹òÄÎl ¡U“—Ö¼¯˜fUWÒÕu ‹º‘iVw2©YõêS¬:õEvzmÌüšmÚ÷#Í´ï?d“©Î@pû%€¿¢ ¾@çpyo5òÄ£/øÄæ:aLXç8¶)LPo‰(²³HߢË$Xµ9svã`V».«š[“ÕÀ3eµòª³úø²üýYӃ榠\óDXžý’mÈ~G¯ÈÙ(®¯5<-`yßíZ®!.Önçêw»Œ×Åy›HïÛ«XÛVÂZ˰ØF½2åP†R«ËcUçêy•Úý -m¨\{$½TÛ-.ÑŽˆõÚsâBíuq~ÎJFAîüÂÜŸÙEy 9ÅÀåE6rNÔƒGȹî¢Ù7!ßALZ&Ì¡ÀÑã1x¸ÙVËl7òw©ãÌ9¾¶43í€>‡U^P (É/éŒX¾Î"Ñé:¤¹ºcÒݤ4K7'ÕèI³ò¿OÏ.ø‰—SÙÚÈtJËjOPî›ï Ù×£ ÿM5z‚1ëNpÜŠ[c?œº±«¶µ¥žz¸&}O}µ4±ªRE*7hXE¥y¼âb,[_)ÓT¨õ­ŠL}¿\©?-Wè/Ëdú2yñwÊâ·U1äfC¶3P Àß -Ñ>¢ÜCÞwͿ҄2hF¾ÑìFZÁ@Ë·žf¼w›•²ÅjajF뱸ŠA_­¦çVæð÷UbJƒA./¯UHË›CŸ3ŒË2 ³R±aI"®XMÇ*Þð± -È•T@¶3?íC]øõPs¡ù³È?Ïvp1Øélá® ^Mmä÷Í-Ìm5Gø»+Ÿ³,YwPEÑÔeq5ùéc™Dl4IÓG$"S/&2‰…¦ÙtiQ$0=ç M¯9Bd‰ŒáÌ9h'ÑÞGÜFî9×À…£Lô0„°ÙÞ½»\šm±–n¦º.ºÿnhY›è£‚IBö%QÙ¨a`–<žÈ\*˜M"¾Ù*ä[l|žeŒË³Ìp¸–E×òœÉ5¿¦qÍÊm€gVÑ»øíágÔEtþKÝ|ÜÀørŽ~:צcAÀ2å^?ì]e§l)ïcï(´ Ârº3¢U]r¼¤CMµçÒùm%Ln›‘Éi³28í6:»}ŒÊjŸIcµ/’™m«$fëk³¦"Rœù z>¯C]Dwpÿ"š;5„¼ky× ¬']@ƒc+¨u„»VŒ÷,?AÜ\8L÷×qC2‰"¥ÒXQ&žgרö"Ën$2íVÓޛ°áéöÙ$š})‘Ö·Oí}OµÁ8jÏïùíã"êá|'ÚG;êâ0ꢀcã(ƒÓÔŸAî7±ìŸ ¥“QîIÞ9gÈ>ªSŒm’qÞÂ1q$gTcŽfÇÒú8ª£:–:ÚCíÁQFG£ÒFgöG—>"9V#I'ÞD‡áÿ±Œz°ÐŠ2@ù_DóÏŽ¡.þ—î2jêLãð{s—„¬7l!!@ØBÊŽ([•€ŒÅV·iG§Nk·£s´Žãè±U;®u« -UÁ¥‚C@\PY¤ãˆ —QW*ZAÞyOçñœ99Ϲù'y~ïï~ùr?ò®/XFgÑyN€O÷1ðQ…'L«03S+b¤yû’T¹å)Ùe6c†3;`¤ó=sªs²e¸s†%Ù9;d˜s‘y˜sMÐPga Õ¹ß?ÉÙ`J*m÷KØûÜ_‚þñÅi uxŒÖ^eu@³ï*¦J©ƒr€…³üñ0ÀÄj)Œ¯1À¸šɘšéèêDը귔*›×Ð*‡wRUž1±zšwBõ†øêú¸ê•^q5[uCj*<WŸq­jw9òÜ3ú0ê¢*r|5ýèþW¿d/­ƒ2Zûi˜Kî™ÕSé<š{ óŒF5ê ­1H’Ü!$5ÆÉ㇫b34ƒßÕDÿ<™øXÕ4WÙ´LÑ´Y~¶Tvö¤<´éŽ‹¥á™"ä4ªÌ§Pý&5›i? þKÉ_´`#Íý-¹ÿBîÏ|x`ü){#@Ú€øfboh!ú¦$âfz3F°´X¥æ–tipëXiPëdià­™B@Û|Þ¿m%oj+ä|9ÂùÜnf½ou²†Ö×¼¾PYPNþÝÔûæJ€U j¾ü'À´z€ ÙgF\H¼ -ÕÞ!c,n’àÇÞœÿã@Þ÷q¸`|'è;S]§wïœÀkŸÎàÄ®¯XM÷ -VÕ]$Qv•ÈŸ]a\ž=ad]½¨ 1ù höÕ4û"ê}õ>ý4@^@οÉßLþëä¿r °SŸ 1ö«Y}¿'çÑïÃiûƒyFÒÃiÇãHŽÁ±,àÀÙÄ2°€('èËñÊö’ù×Ö,¦ÙgŸøˆzÿÝyò_&ÿ5€„V€ÈÛÁw|zñD¸!°Xª8Ý9 9À rGIäÎ òÈ;“X@ÐâCÚt°xEäß@Ý/¡û>‡fÿÍ>‘zÏ!w¹ãÉAîÀäîpïû€QP)ÁS†d ¡%ôD ù£ˆdrçS Ú‘6Düf( Q ¢œàè=„j†¨F(Æ’jŠ Â'¤›# ,$å·Ââ{áb‡¡˜(#*)NÑH\„_‰.¢^¯þ¨$·ÆODµ/åð§ fbåHQ!äPމr„2„Ù”cåXB9VQ†õD>e($~$)q€¨!ÿi¦š™>h'G'¼€×ÐC®gÿƒyÔ’ßÝ›0ˆ()G ˆ²h…ajd³TÈL .¦S_PŽy”c±€Ìr™ï8”lâÝÊ"·“íçö²}\…äTò’«gzù‹LׯtñO˜Nþ%ó˜>Õ!ý ÉC— ùõž„‡== “ˆá"º&R765*Ç)Qþå3]P>GÖ§X(}¥\*¼T­â{Uøçê|®G,䞉{ØnmûT{˜íÔ—<Ñž—<Ò¶Jî»v0wÝz%ínÈÞvGö–'r­oòûºiÐO«F?w5øhÐôŽˆ>CD4¤iÐkŒúµn’ò…ç yç,—.Ý|Y§××Ò'úåB‡a­ðÈ{ÿÐ{+߸‹ÿÕXÊÝ3äÚ}ê¸;>Ml›ÏM¶Å÷wݯ—¿bBþ² …KÄÅ·@?ò©Th–+1LT`„A‰áAj´D‹}AÃÄç£5OýÇ«:üÿ |ð™ü^à\—ö …²ÛÁKemÁ«¤·Ì¤-æéÍÂáše¿pÕR+4[…KïÜ.„>”6…öÊBÑå4qЍEù›`°Za2Fñ.¯–a‚Ž®&ÅëØ0uwd‚ø(|”x7ì]M[ØUKÄÇÊ둳W£þ*oŽúZ~)z¹übôwò 1›äçb¶)ÎÚ­øyP™¢qÐÅ™Øz婨ÿ(ÿ{OõÓàÕ±Xú_Œê*ºEÕ›`Í?ˆuÁ$VÀT9#ÜxL5J»‡™å÷bTmƒ‡‹×ÛÅËCò4â¦kÎÆ&6&ÌÏ$üM<•¸D[Ÿ¸B{"iöxÒíOI…Ú:k‰k­õ€kµÎµÊzÎõ°õ·ƒÖ§nû‡ö»í³¢[¹]C‚1‚@Š#3¥,f©%ÏGëØé&¾5%LÖœœ¨<7ÌæÚœëQŸ<Åóøðººá_êjS¾ÒU§,ÔMYêu8u¥Weêz¯ƒ©^Rwê+Rúò´£ú²´3†Ò´†’´Þ´WúÝ#Ðk×Ôí| Œcd˜LçÞLôa™ž±2xìPC[¶Óœ,iÊ¢¨·¥¹Õ¥çè«FM0VŽúÐçà¨O|+Ògù–§Ïó+K_äWj[æ÷Ûj¿Û÷~{lÛL?ÚŠM»lL;mÇý‹2.ûoϸoÚšñ¯ }ó3Ñ'?o‚Vê`$°8˜ÎqtÖxŸÎ\ïqpÅ¡€³ãü™¹1²š±É®‡r2½÷ÙsM¥Y“÷fMÚ“õiðî¬?ïÌšoÞa_l.´ÿݼݾּվ%¤ {gH¾½,d‹½Ö²É~βÑÞnÙݼ.ƒˆ€µÙèÿ&8ü·˜çäo˸:™Î“8Ÿ'ÀÉI>P;)R8”gËÞO7çŽ Ø5v|H‘ã÷¡Û3Â~p|žï˜¾Ù± |“ã›ðŽ•#Ö9¶G¬uì\ã8¹ÚѵÒqë¿T—iTÓgÆoµX (‚ Š, -B aIBÈÂ[ DÂ’B‚l ;Ù¬"Q©hѺD­ãÎbÏXÇé8n—9µgTÚ™)N[ñŒüçö[üðœ7ß~çyîý¿y¿®Äw[:“¯]I„'ÊÃTD4XñsiÏÄØ·¤÷dعrÍà†Ä .I},ÎäRm Ù ÇÑL¾«>-Ås(5kë¾é¶=)Eþ‚ò€>Au@¯ ! G #w úÈ‚aJ‡àE'8Ø&˜l< jIù% 9å£_s -±µ)…ð1ÁóÉ8vNdßǾñmö9¾ñä+ál—ÙIyÐò¯¤Q+õ¹—Áì$ÏÌt¿ÝébrwZ~`gš2¨C¨ -nÖ…´ [BZ„ÝÔfá>j£p4´Ax&T+¼¦>«þ+¤.í”Ú4"µÍTÌ~Mx™‹ ÿ.ö¾É€« -|ã)ìáT‰iLA±)Œ°ßŸÏ^7 ‰÷è§úîÊ΢´eIBZ2 B›2ÊÂ2ªÂµ 4MF½6c½:c$¢*ãTDeƵHUúƒHUÆM•ùªÊ$‚PS\ ý”ŽsÀ þŠÜ;;°kT\ÆóL™ ÊÝáÈŽ«áRšížb–sOc‡L°µ%/Ò Î¡j²e´QqD•¨"ªRT­µFWˆv3vˆ0JE¦Rô ³8ë>«Xô:Z‘ýž¦È&”ÙDˆ©þØ…âžb÷ʰk¨0ì=Ôãêep´r¬ô[²¯"̦¯Œáة亶%ú4È…äZYu§$^‘+.—²JÄU1 -q#»HÜ[(Œ•‹Çb·‹©ø.êÇYîïQÛs :*ÌTDÀ+œÃÃbì[èÿVfPƒ½u¼ÚÕ¬ƒ¡š­æUÔåÝêè•íå—ÆÒÏ:EŠeaFÈyN„b»ŒY(-ŽÍ—ª¸2‰†'‘èø¹Ò/ù9ÒQ~¶ä?Kr‡Ÿ%ý#’þÊÌ–Q92‚nªü&ÿsø>³î ÿëµØ{µøÖGjÌà€Ö öj½Íz5ÁK;j"í›w²×jÔq›ªÊ“}ËKÓ‚ -=¿(%)(àæÈËâDòšøLyk|º¼?>M~8^(ÿ:.E>ÍO‘¿ä¦ü7FX@0Ò -ˆHSýû]À9ü¥ç€ÞÿT¯ ßÚØAGðÜ×´úš7“:›(V­õtÛz Ë©º–çVQ•裬L¥È+2ÃóvˆY%Û9iJe\ªbg‚@ÙŸ¬ÜŸ¤á'*OóJ&¹ %/bKÞ±•‹ÑIJ"ÒToðNzŠ»x3¸‰Þ/µà.¶cßÐaßÀ³¿ÝºtîÐÞ±5̦¶™±JÝÈq)­Oð,Ðü%5éTQUv¤°R“¬*æ&¨Ô¼xU#/NÝˉSŒå«'bxêÛ,žú9ƒ§žâ©#ø*‚fª%øMâ.ÞÁ\Cï:p»°sõ`ïų«{)´u¯‡¦î­æu]!Ë*wEÙ—éØkŠÚâ6J[’¶d7 Ӳ“µ’¨xM“¯Q³xšF&WÛÃàhFq´‘±ÚÛt¶ö9­™c×-†²ëª©^âîc“ x'¡÷³È6ôãzðl0ƒ†ÕP7àEªì´*룭(ÚÍt”õp]rº6§w¦ø%wdÅéò¸텴ØvÝÞÎnï Ñé©,ÝD0Kw;ˆÙþ<Ñ6Oa´.’-D€©fñ>ú3fp£ à"ò'öÝ0Œ=´{ U5dªaw(ÚfQ´ŸºL6eŸ³—íœþeœ[òžd¯¸t?N.9¦¯ÂêSQ˜} ŒþF¿Þ/ºÂ7ªrKdßsŸˆÝó>½‹>ôâ=À{`wï -æ~ù'‘yä ÀÞC‡ª±–±„¢QgÈõ"IŽ-E‡Ãm„‡I#œ5¼ƒ ®l½Ðƒ¡ÏñŠ:P੯ðŠÐ×{Fè»=èzý&š~Â=\?é~à…kØÐ;×Ðý‹nÔAâ}§Á p.bö§‡Ž![ÿ@ßv¿c•XÇòOˆÇm kÜÒÇ}ÌãÖñ'ÃWpN0˜®S¤!y-͹>Ì [j([jЬ¥:ׄ†ƒ §Vn;¾Š26ïH>º¸šÈ˜úŘûÙ¨°'«íŒ:[ãàçÛŒ'VøoÚø^xöÙ–só+|Î.~î}†°5Õu¬¡Fœýiä;Ž{p - ¹MÈUŸ±^FþUìŸ7I6¹¨Së xÊÓŒ<åo±m*ÔÊwŠi½e*~©Ït†µ÷ôvk¯ér+Ï™&ËÍ3–›fÆ–lœ¹já>3ká:ùË’ ·>Z¹Ü ¬Muy¿äŸÀÌG=€ìVô\u  ø€d'ß`O„ àž,aãC{p¸\y‘\QHëG’Ö=æ‘Ö>I'­y’OrzZ «Ÿê`Õìp˜=ö³ßƒÝ“ŸÁîÑ’Ýß 3SGþ)Ì~ô Î}w »ö -@É5œ²S‘ÍA6ý;ò÷ÞÜfÖ¼ZN¯mÁñµ38¼ÙH²ãK²}K%Ù¼!-›€õœ,RÅÏ:ücÖã# Í=xû€7Ä':ü±¯ñNÄ̻з}—![‚l!²¹÷l -²½‘íöÀù‡9»÷æ`³°–-8,Ö’Ìå=‡×L ‰”Ýç@Ø=?*×í@Ê–¶𨬷@ÿÿ'æ/bG““M¨'HÃ*Ò`„ôƒŒËþÙžRä¸K‘!à)Að³B!Ä ’x#¹ãèëNe#|ÍB(d–’•dÅn"ÛÈnRKŽÃ'¸¿C#|€äyOðïÿäS¶ÀUŠ<nTƒ7Õ*Fè#DÀGH¦:Ò©†ÉTÃlªaYBùed5YOgÙL¹»(·†Îy~ƒóðà ܃×ðŒ¼#í¼êÅ.Öh%“¢ˆp%ÿëE0Õ ¤^|I½J5¤R/²©ŽTG>ÕPDÙ%ÌGXÅ|€ -Ê­¤”픹—²ÑyÏÀK¨‡çp—ümTÑ3ÊzJ~!OÈãNІ²í¤hk/A‘ƒ%îX!7JŒì~Ô õbÕÉùSØ õŽ)`½e–0¯™åL;³†ù•Ù/™-𜩆6¦ž2'¡•¹O˜ÛðˆÕ --ì7ð€ÎpL³™»ÿ€ŽöRt’Z¡ÌJŒ2[1:»ÐçîVh.Fë8Ñ'«‚ßÄɼ7¢tî+ÑDÎ ñLv›$ŸõTZÄj•–2O¤«˜GÒ -æ¡´Ši±Þ ¬kà¾Í1øÍeøÉö4Ù=†[¯™FGdÝ$ ŽÈþŽ|Û ºH%è&£Wˆ^!úÈèè)F÷`ñ{¥è•³VØædä·ÊFs9çüì<•}¿kû'—V³K1ëŽër¦Éu ó£ëFæ–|;ó½|Óèv„¹évipod껵°®z¶³/{"ç¢'rÏ“sä¬Ç_ÐC(F–X|ì)äaˆ=ƒå‚wþÂç> -Ñc/ð¾g¿Ùkï¶wçŸIœFß™œ›Ýó9ßùqnø•pêýWr®ûWp®Tq¯ìâ^ -<À½xš{>ð÷LÐ=ÞÉ ücA¿ Ž¡àp -þvç1xô“ÂÁh•Röû^2N[¸'¯%8Xp70Fð}þü†àa‚úÑ‚k¡Y‚Ëa¹Â‹a³…çÃç φ/žŽ(žŠ(ˆX/:±UtT±OT§8*>¬¸">¨¸-Þ¯xjµOñ^²G’êH”ì";;Á ÀpÊƳ˜wj¼Œ³aZ”]YM‘¾œ›Q‘‚ëQ}Å{ ’œím–žŒN“ζ>ªœj]§œc}H¹Àú@Ìb›Ú˜2›š˜56ÿŠÙd³7f—ínÕAÛjÕ9ÛªF»íªÇv[ToíªThW©BÛMÿ@ù<ú)c¡àeí;¤¹/šúH AíÁ\V‡òÏÄÇJÅ%ÚŽêPoéR?¶ËÞøœ.{ÔÓ«ÕyŽ;ÕŽ;ÔÅŽÛÔ+d[5²Íš­²*Í>Ù&Í § šNßh8¯Ó´;­Õ lµ?+×`—E=ˆ¦ýK€ûš’hÎÖ3РåÃNë‚yuý•ÒýÚ/ö$$9íLÞu{BªË–„Lת„I®• 3\7&Ì•¯×.”£-‘¯Ó–Ë×j7¹­ÑV»•këÜW%\q_‘Ðì^¦}á¶LûQ^ªE×-º®P lìðòïiç©'W±àÌg¨3pjGYíJR;l˜èR9`ˆûzÝH -Ýϵºñž«u¹žåºY^+uó¼Vèy•é–{/ÓUx—è¶y/M¬õY’xÞgqâ¾E‰Ï¼ê>xêЃt#îPE¯ŸÏ= ï–™ö^zµ\&ç’iïLv€ý#º³ª“Â-Ãbí6µ.k IåƒLÞ+’,¾eút¿R}¶ßRýTÿbýÿÅúÿEú¥ õ« -õU ôûçëOåëƒæê[¾Ö¿÷ûZ¾yzôîìóuxJ=hN;çh€k´{žK£“>H±=£½™m)aü£T6kÍýœW˜x”‡ø1,œ´Ð0®G¡abðÃŒàù†üžù†E=çV„ä6†Ì6T‡Î2 aø6lºáQÈ4ûÓc ñ'~>¿âè>E;'e_¢Wý©Lš13h×HÃŽt¨LïÉ]÷U´teŠFV2²¿ûâäA¾…¦aAó‡ê9wè˜Ð<ãø°9ÆÜðYÆÙ3ŒÓ¥Š©ÆŠÈ\ãŽÈIÆÃQ×£²?Gfß„eÅž¤GgŸ´-4fü@;ß¿)ÿÜÚ·hï©¥tW¦6gÉa}VNùØ^VËÒâ§jå½OþÈ!AsÌÉ¡3‡§DL3eDN1åôšlšÞ{¢i^ïSqôÓêè,ÓVå8Óe†érLºéž2ÝÔ•1#H( éð6‘îºÓiç¤üÓ4fÔM¦Ðq[66æt…µ9ìå"…ÅY±v…c¿pÉOà5;Õ8Í2,tòÈ‘Šœcz7g)3͹ª±æ¼>鿢>cÌ+c¿2WÅŽ6×ÄZÌâF™ïÒñ×hËŒJ -Ñáù@ºè:4P.Òèw‚ö®ƒ´î¦cÕ².W+sý˜’Éü¢•ͼ }æd&zLÏHòŸ”f Ÿš9vtŠ2-%£Oªeb|Še¦z”¥@=ÂR¦6[6ª‡[öª‡YΪ‡ZnÓñ…Êdù=Ü‚½HT¡‰®C=õà¿\—{XÍÙÇ¿{ïÚµ«®*2)åR)$]u±»HiJÆd£•KmºM)Š#—íÎHreÜfJ3gÊãNfœÁ™$sÌaï<ÏA?>ÏóÛϳïç]ï»Öo­u:‹k!¨Ëå]ƒl^¬]h‰•Ù.’ò…Cå%YÊ‚y*ëį̀æÍ‰í?gV‚ÇÌÔDïé3’’RRB>Iž­JL^6!¹8ü£dMØøäMaã’÷©â“uª¸ä«£âS:‚Æ¥¼ —"üR„ïð[p•}ø5ÐÑ,Ÿ}(ªˆ6X•gŠŠ|G”æyêæúçf‡Zf-ˆì=÷³±ýRÕñîÓ3&xM™3É?qÖôàñiéªqiŸ…Å¥†}˜¶,,6m㨱é{CcÒO„D§_ ŽI“öÒ?&MøŽíÆÏ<~_žÅõÀ4Ðy¸˜}(ax¯äñsY±¥Å}PTì.Í+a8¿ Ø,#?Ü6-7ºoJvÜÀ¤ã‡$fMôI˜7-ðCujÈØÌy¡Ñ™Ÿ‡ŽQWQoŠRï9z^C@ä¼+þ‘êvßÈÌ.ŸÈLá™ñŽ»ìCsðmû@gïŸ5KyÞ/4|.-“¡p‰ ò– ,(ó’g–*ÓKTV)ÅQöI…±Î Üò‡Åæ%ùDçÎôÊQŒÎÉ÷Ì­ð‹ÈÕúDäîžÛ0<,·ÕK•Ó>L•Ý5TµP éÎT ‰5бöGé<°Œëa°‘Çî - PH²5æÈZá„ §,}¹¯"eYˆÙÔòÛ‰K£ÊâûÇ–Np³xÊÐÈ’^á%™^a%ùÃÂJʇªJ´ž£× ]ÜàRÒ겨Ý5¸¸Ë5¨H¸¾ã2¿ßsþÕ³ö_Ñ¿÷ïìÃ`ýZÞûH.Ÿ3×böšÞH];H’¼f¸<©2Ð$qµÊ2aUT¯Ø•±}£VŒw _1yJó7×PM¦kˆ&`ˆ¦|@°F뤩q©ip -Ô´:,owô¯èrò/N~ݸÀ5xŠsàXpp5×Ãz`ëFÞ{6±›ù$•|ºÅI[œ0i‹‡lÂfÃøMAʘᖑbìTÚq}B´Ÿ8iSúj3µyh—öñ×®ïí§­éå«m°óYÅvĺv[ï5]vÃ+E¯îœá¬ý?Ìñï×r=ðzºa;çÂ@ÑN@M¦WñîW-GBµ âv» ¦ÚS6ºÚ×0lW°2xW„y`U¬•_ÕÇÖ>UÓzލšeí]•må]Uf9¼j­…WUµÙ°ªúCw¶šÙÑÞÃc[—ùà­Âbð–wœ*e x ¬å•´f°¾Êj ¬ÈÙÌÚ LÙÄ} DÔbT-Bê\0²ÎSæWç#÷® VxÕŽ6ZoâY;ÉÄ£v¦ñàº,£Áu‹nu« ]kw ª=n0 ö’¼ÿ—¿¸ìïR8ïFýö¾£žóï+Ž?Ǿ“n-Ëè, S}H®&ðj:æ(0òkÞ?äðl´†G£#ÜÝ$ƒ½¥ƒd.º(=g]‚¬ŸnªÌI7[æ¨Ë“:è–K?Ðm•ØëKzéš%v'þ#±«!µùFÈz~-ôÞp”þƒ;8vó»H÷*zâ<8 ̤wÒq ¶ÕŒ8 ¸8ý Aï -Ø6÷DÏfGX7»ÃªÅ-a0o‰ƒÙÅ$(/Î…ñÅB(ZVðe7ä-§ ×Üý Ï N@¿éuôïcÝ·sÜ•t—áZ¤7ýöàÿð;x4.Í€ý%Àê -`|C -ý[FݲôV?n<žÀ@à.7»ÜÛ¸´ñ£ÓÆÅÕÆ·}GÚÈSòü-ØóûzÖ»üG÷º§žøJÄ?ÿs€g à|™þkôßLîz÷^ ‰xd<ìEúó÷p Ä -:¸>áÄÂE×Ébw6âé·TÓ¿‘c_Î^ÐÁqJ÷ø³@äyú/ÒßJÿu ×mÀ’^£û€ìº’Nòùý/˜Ë3sbÏg7àÏ‘ÀK’_ñpöŠ›Ñëå„ O ‡ß²…þ•{1û­fÍ“9îèý#p•õç˜ïv?fô>$íôu'ÿw¿&¢;úÄ‚8/ ƒ˜L¸)öFðã+Ö¼EÀÁD Ï_óÙHÀÙP`˜@ˆ¾@¬L`’T`†D@Íÿæ’E¤œ¬"ëÈf²ƒiìÆ+ Gð:t¡‰ÜÀ üJž?Éä÷÷R{¥Ø1;æÐ›98*<™ÃHæ­'È’™Ã\²o’%tjèªdì Œ½•–*Æßǘ‡H=žá þ‹«ä~ã¯ßøF'ß|B:Èãn¹­Rè[™‰sèɘƒká'ˆdãY‹iôÏ"Yg>½‹é«`äUŒ½O±‰ñw0~ ãdÜãhÇw¬À%NÙŸI'±*èû…ÜaL¿‘™±005R #!³g™ƒ7sP1‡8æ0Yú3%Ï‘IoEt-¡GÃØ•œšZÆßÊø»ðoì§õ~ÂIÜC3Úpw™Õf~“¾ëäÚ{ó&Â\a$” -aªT3;CaÒÏP 1² ýˆ–=ÃÇÒNL—<ÆlŽi>ŸÓUBO9+-n³·ðgÀ\—Â5I#þ%=‡VÙm\Öï@‹â%γÊçXí&c!9kòa£0¶2…°‘{…\Ø[;ƒ×Önògf~ú&²‡ÊqÒû&I’{ÊTÜQªqS™ƒëÊ"\U–áŠér´š®Æ%³ øÑl;ZÌkpÁ¢ç-ÐdÙ„³Ö·ð›Ç8mÛ%9i'¤äi°²7{úÿÇt¹F5ueqü\Hä!ò° ¼I€DH <HH€ $ \LH0ÂÂ;¼1È;"ò* à©TÔ‚Je`¬0•eÕjkG»l§­³Æ5:vf:ËegÆvZïl?°Ê‡ß:ç~úŸsöÞwï¿7ÚBP™ “ID =é ÍôÊןü½Gé©kœå·®©ØWnYØC=zài@ŸyѧޭèŽOvÛ§»å{[÷ÃnúÃþ@™ÆV)°¨KØuê:¶B}Œ-Ñ^X.Ò^“®ÐÒ Ï—6APáHYl û%Ôû‘¹{A÷²xBÙeù˜mñÀ_bñi ny‹®µ¼¹«Èr-¨Št#¨t=¸´ÜEZf$-1‡Hט¤EæIÒUÖ,ù2ë2yžµJþ€õ€|õ×-çY?Z !¬g€³,ÂzzîÿVŸƒÐ«(øõqÁw…Y¡ï‚·£‡L*v7$œ´Îm¹&·Z WY/EäZ/F”Z_‰¬¶^ˆl´™Üos‰Óms‘Óo3DZ9Ï™´™åNÛžã^´á.ÛNsïn=ÍýóÖÜ—vǸo즸„Ý$‡°;º ‚…,‰H„½‚Vó4¡oâúRˆ¡?r¬Ñh/´Æc‘—y16‹¼$»~ú¶‹1ÙÛæbòígcÊíÏÅÔÚÏšì§íg=§'…cÇ…' ßwœ.:®;M¾vüà4*øÅiX@¼ÅqhYüÊGè¹ô¥0ç§ t?¡Û"ZKpCK»¤1×vN$v8'Juší}ç´Hë|BTè|Llpž×97»p÷¹Œ‰‡\FÅ“;FÄgw ‰çw ŠWwˆíì}¿ó èç}"â-.½› "ö2Z(´Û/ÓA‡¼×œåw)ÎhA`q>%Üú¬Tèp29Éy*I±óˆ$Ëm\¢s{WRì>"©t’Ý%­’.C’C%cžfÉ)Ï^ɯɊW—äsïNÉ3¯’ÿz¶KÀÝ$!Ü6 ¢¡íB›ýVž<×'ÐöWe8Ëåt4—IÁÎâ¡VÇÓùöGÒ\FSS݇Rp¯Y¶w¿Lïc–•øöɪ|{d¾Ý2“_§¬Ï¯C6ì×.;F1Éf)mÒkÔVé]Z³ô)µIöo¿Fá x7J ¯ Þ@{}wþJ žS‹ÐÍ\˜q«Ðæ.dÙ¢µ:¡f’¨¢ìF2ãÒ“ÝÍŠ=>=iJJWš–Ú!/ µËËýMòÚ€6yK@«¼3 Y>Ø(?Ø Ÿ¡åWµò[ŒšÔ'Œjù«€*9A¨eƒÿ@>…7xš·Ás­‚÷\æaN»Êñ@“9A–£û8¶šØí}ªD·®ÌTŸv<ƒÖ–®hI×Ñ›E»•»ŒŠ† :E{pÂ\¥cV*N3 ŠyV™âã’= -)Q¼ *Q¼a”(ˆ@ `ƒAždBt }½Þ¸Pó•ÞM廢±|ºÅ`^„µY'pìÚ—°Ó¤–y·¨´†½{éu™ÙAÕ¸žY‰—…ðÚÐr¼•]Š÷°‹ñá°BüDX>~1\ßÏÅGäâ?„æâ¿2sq"('üjà›,ÈEu>íeð] Àl9xðÅÎh¸Øë/boé.àokϹ´è’<ë÷ɩ՜nÈÊb–ªrB‹UEáÊʈ|ecdž²ƒ£Sæh•SÜlåy®Fù{n–ò!ðϵòlµŠ`iTsƒrÈ…}à9áÞ« }­¡K5à9a„sŒ”;¢C -ê-!(ÚÚZ÷N}A¢{u^Š_¹NA/Ö*Yùû²ÃtÙzŽVS•­1F«5&žJÓÏSjŽò25³<\³ÌK×|¡ù;'Cós8®!Ø@ÈÏ A~RqÝ«àýæê:ëXø­*;ÔWí:ª‚-Û*96¡cMénWC±Ô§¸0-@Ÿ3µyêpu®Ž«Ôóðœ~FNkŒ"ÇÌߣç§éÞã¥ê–x)ºÏ£St/8©ºŸ"ä9DºÁ_ ¿(@hF½н܄Ðû-à·š†o³Ñ -uÝÑ~#kª‹°ª«‰ÙVQ%v)©HöÔ—ËiÚÒŒ ¬b/Òr……Gj¨à&š¸C'ÑðndbÅÙð݆%TÜž‡ˆË_³Äes3_C Þ<ø¨¡ÅýPPàAæ0ïÃÜÐî„jø¡Êv–e©‰k¿?Ö>§u·‹ºEê‰7¥QÓq†¬^ÃJª×³v‚±‘Pß"®e‰ê§ƒãëƒâêï1âŒÏé±u¯éÂZ‚.¬ù‡ûëð+­‡NˆCx®ƒ÷ƒç‚}s/BU½6¨¼×÷20}o8YÛÃßšÕ%rÂ;%®i©ÞÒö j¢I(6å1D¦rF¼©‘gêŒ5ú MÓ4i‘"0Ýó‹ÙÿÜßöÚ×JP¢[~ã3xƒ5ˆÁ5¸ÿ%3ÄFÿãCàû†ꆵ~¡’ÃÒ:#Ý e²,U‡¹VÂmòC Û“û¥®»*<ãÍ*ŸXs®¯À\æcnðá›»¼ùæOžùŒG´yÑ=Ê|ÏÛ÷Ü•ÓóÚ=²›pì"<6¸ ywÞû -Üyô¦ÁvLŽ#tx|P {= ž°E{'üÁ—óžsîw¿sowKÎ ¯„ìßùõÉåÿZÖ8SÖ$ÿø¬™†^YÉ~=³VûôÌ*ñŽËªõê‘u̳ûêëžÆÌûÞ1Â'f•ð}N×ÀÁ~WÓ_NWQ>÷dß…B`™BÆÚ€áEÀÐbO *ÅÀâ(©qÙ\ÔÇ¥w‘E×Ë6Ô=Î6BßÝö®>Ö6Qo´}æn´-r‹±e¸FÛŠt] k´] -j:|«‰Ê¿¯ë”'\#× ·çìá»WK%kÞÄ«àúbÞýJÅ›€‰ä^Uß,^ߘì^èeE\e't·wWÄØ{ËÝìT]ìIê(ûÛêNöT‘öOTöyr¸=Mî`/P†Ù«í¶R´­¸¦ÙÜ*oªàBýœ«Øú+XoÝ9eÀò -`.}SìÀ¸Jà÷UÀÀjàµí¼ò~¾ÃstD;G4B&„8,R°# AŽÑÜ9þ;§ÃàX_G.¼[àéh„¾î2ôµ÷ ¯’~ûKjè¯d¯7²Þ<ºÓé\@ç§tާóí®Aàbw‘{À·I 7§;tÎ hápqÆBíì •sdç(( 9¹á|ѲÁ¨é$ÿá`j%âU\çrözkÎÜ -$Ó;£–k@ïz“èíOoÜ~ êÐö`8¸ŸäSÎhˆ¡üèwæaŒ‡ãæD!ÂæÑÂÞBÑ9lþŠÏÜ ­/°Ó_ôw {¿tÏâc“êw÷Ãö–F ×A óúéõ? èF}Žþ’‘“K: <Œ´çÁ<†ÔÐ8opÝàæ»ÉÎMæq“ÅÝ8N.¿ ”}_ËÚSù¯¹tO¦{,kÞ$¦Ÿ5wùhw–õ·ntª.Ñù ¹J¾%ß¶˜AàsùѸÜeOîð€ôñQ -ÉsÑ×½ Ÿµ¯díŸï¦Òý>Ý#èÈšãYs—fÖëÏZ]éT\Åwó©“üH~"ÿ%wÉ}òÐ x ðòÁC»E8˜’àÚˆµ/æ-4ˆ·Ñ­@0µ€QHP¼! Œæ3ãÉT2‹, )$¬!kñ¤QŽGØŠ‡px€3Lç*îág¦&þ{¯ È ÌÁ9˜C[æÐ9ôaƒ™ÃH>ó'ò1™AÏ<ÆOfüTü‚ ’MOZac¼MŒ_Iã?Ø’}¸ƒlÑ%Üf“nñ—·á·’/sðf^ÌÁSþ0‡(æ`b™Ãp>õëû®ițc!)t¤Ñ±? —žÆ+áòTp™¶á{ìâkr˜¯Ëvâ®0Û+Œtù7*OPºÒ¯¥ßƒ}dáÌ¡‡R ŸôIt¿Cçxº¦0Ú :æñ•XLÇr\ÇJz²èYGG!c–±ò*\ÄÚ›pÍ8Ç'Ï1ó¯¹b_Ñyögž!tZÐÈ¡\„Z§jƒJHí™C´òúHw1˜5þQÆá>¢g·Ä,nÇϹ-—p{® 'ƒŽ:ÖÓQʸvœâzœDŽã4Ž1Ã#ìÚaæà¤³‰xá¥Ô¨…'TÂW- /Yx„(ÑtRü$÷”¾—Ð;Œ¾1tG³4gÓqZ1§” qR™‚ãÊt“×àˆœ‡Crœªr4©kШއ͗ا½Š=nwQ¯pxìðÒ«¸d ¥•"D§¸觸í&]sÆE]_4»Ái÷‘8á1G½>Äaï¿â ÏLð¿dì7¤â Cöúçb·ÿÔ”ag@5vîA]à Ô}ƒêà;RU°*ƒ…b ©xÂúC¡Z#Â%ÜnçŠ+hñ Ç©€ž8œˆ¦Ð·°¿Ýìmÿgìûõ>•fKuHµ—J5áiÒ¶ð5RuxžTQ"UFTJö‡TqHQyA±)ò¶²$ò‘\)d[¤PÙ"^"ÂX$¤Ÿ£ýÄ^$ç£$4‡ºâx‡¶hŠ4J_D%(ê» UÖu©¬é6VYý¹*zŠ\3]Þ3G®ˆY(oŽI‘ËŒ+åÆ¹Ô¸AUlܬ*Š­QÆ6ª6Ä~­Î½á²ÎøÀ%×(49$;æ%¬_ñˆþïøY½Ø—cÇ œ4ñÎcT¡Ñˆ]=:+jãLª­qÕöžÃ\Ê{Ö”õz_S?QSÿ‰¦(~†¦0~®vƒi‘v½i¹6ß”©]gÊÓ®5•êrL[uÙ¦½º5¦S®™¦ë®«â[ÝÒã…[Ú3Vé–i>+,³|R- |—Y–ù¦X2}—Xòý’-e~‹,µ†…§ásËEÿy–;†¹áG|çôI+{pu7Žxïªçx©y‹gÜ7uؘ‚¤®òº7âuYCúy¬<Ä'mÐpCªu´ÿ2븀¥Ö ÉÖÉ‹­Ÿ.´Î \`MœoMšgÍ šc-m3Ûº­Í߬Á3¬çC¦ÿç2jòÌâð ;¢€ˆìK†@Xˆ¢€È H€°%l {XKTAEE­ -¨PGâ2 —ê´‚Óª£Žxê§sl«—SOÛ3N«£Îôô›ô0<' ž÷½÷¾ß{¯ð¥k£ðW­qÖ&2N‹¼ŒÄ5œŒ6þ?åcÖÁÜuWíYúüLS“ºÐa©¯ñPf¸Ez´ÍNq¢}OjªSwŠÔ¥#9ÏmKr‰ûfQ…{»¨Î£MÔâÑ*êðlNÞéÙ”¼Ÿ­Mc׋¦8µ¢YNèWµèGv•èˆqn‹ü€:ø1˜ËC›UŒYs—mÇi¬e\΢a¹íÏõaõËæ;³×-Û&³ïÈ9ëÒ%nmi9ž-b»I¬òÒŠ5^õb­wX·ªFܳªJ<ÀÕˆp+Åg|ÊÅñJS¿à©R¿çªÄÿñV‰Ž*•a/ò"g1 y(D¢õú°3'Ðc-£XÇ…í-ð¢>E°é¶¼µV[å±víÙB§fiª»63“S—!÷®–q5’r^¥¤Ö·BÒê[&éòSIöð•’a~±ä¤¡äŠ¿B2 |ÇWHÞñ† ¼yŽ<<@ Üs¦3'ÚŒIpï!%ËhW‰'õ”wEX¶ÄØ6ç%8Ô˓ݪsÒ9•ÙÙܲ¬|_•TÉ/‘jФÒ­A -i_Pžô`\z"8Gz)8[úyp–ôy`¶ô-?[ÊøŸEžà ÜGþo•!UÈf¿Ó`¬óⱻ̒zËݨ³ÌÏHWfÞ¢Œ²n(޳¯.Hr­È³UyRŸ"¹œ¯æÊ*‚å²zAŽL'È’mHeû²ã‰ì‚ Mv< N“½ H—1|à—žÃøÎóíï=ÔÁ§jÌ[uȃyh$:‚öoñØ®1¥NmÖø°ZÕSmE¤UuY¬]…Jè¬,Iñ,,Îàææðs - -‚¥ŠRAF~MXz~[XZ~OXªb04E1š¬0’·C’O‚“òÿ ÊgüøÍóòð9êàz ÎüS-˜5ÐŽãu7ÖÔ tµöÔZçMÚÚ “šš5–•U16*M‚Cae²{nyºwvi–ŸD•(V*)%U¡¢’–Ð$e·`“r_ˆP9œ¨œJPÞ -ŒW~_òš_ÂøÅ/à;Ï—ÈÃmÄàö}Þ3íD`=¤#Ú–|Kæ&kjhò¤š&£ÊÆÕæ*mÔ²Âú¸¹uIÎÙ5b¶¤*“›ªÉå'©‹…jMP¢º9(AݯðÓãoÔLûÆjnñ6¨¿õ‰©|åSÁÌÃ)ÿû¨Å›ˆÁUø¦á=ÕAt¬ ç¡“¨kykªo·¤ªvªhç±Tí¡&…ï­[’Ûk›Õ"t4§¸¦4fp6ieÜm/®Aí»±¡‰«íòÙ Ý»*F{Ì;Z{Ž¥½ÉŽÒ>ö\WÿŠYǰ#kÎ"s¨ÿëÈÁe¸¦àèE-ì Ý=D-ÝDê.#RuÙSq—)º‚ŒäæYÑKÓ·Æ/OÞ"rnNwÓåxlвct•ìh]£g”®Óc½n¯û:ÝQ×HÝ9—µº›ÎkÛ;E¼÷Êyu+ãÞ¸.rgàã6äþ3AŽcîG=‚®=˜;ñ¹#c~ßR’õ¹QVŸ/+£/ÔD¼3Ò"iGìÒ„íÂå±½â•ѽYŽëz œ"{*œÖöh×ôv8DôöÛ¯î9º"¼ç¬]XÏÍåaÛÛ -º_Ù…t2+‚;ûE>E¾¯lÅy€ÿ$¼cƒD÷í[@Íæü,sЈÄC+(eˆCICþ¬„Áp“ØÁ(‹è}ñV‘û’­#2mÂòmÃÊlBl[­Cö, 8b´wjIàÞ–ý,ýwÿlÅßÅ,õëc–ëyfPោΣ}†0ŽõŽ`öÄ«ä1>ÇZP̨#EzSäh +btµqØh´©`Dh<’f8"·QZøÔšóGtf¾#}¦¼áaSŸáI“Uß{þÆØëàϦœŒ{?c¾ÈUä|þÓï#ð>J´gŒ¨ãiP숒~G´þQˆÞ‚ôä¯çŸÞŸxúpWmä­ßdä¥Ï0bëFžúJ–‡¾…å¦ïe¹N¼OΧÈñÄ ­<ñŽÿ‹å0þ+Ëþc´ÈEø'á×A à‚«w‚¨Uœ$Rœ"JȺñ÷DáSD~ç0ž7&gƒ-9ÜÈÁàCö†ZaXOË ‰dkÈ e†²2T“¥a3Yœï'³óãd2}‰ŒÏÍ‘ñÙd2õ–L&™ÿsî bp 1€û œ}ðm†¯vu§Náy¢È D—ˆ¼®9ýÈúc"Ó™%Äšq šå°Ä\ij¸gQð³(ö$ù6sí:À׸þ‰&åøï“ˆûö=w?¼pjá,5å\$}Hu9øˆhÕ ‘ˉ–ß 2¿E¸èÀgfh>mñ°u%ú Í  œKÅ%€à½z€„ßCQÍáŸßÅ—î>Áßþ^-p -1?Š}ž%Úw3¼åðæÂ›Š½ÆÌ…Âë¯ëm"»?YÌÁ}Ü7'zh‡fÄè‘#Ää)Âg¹üg(üg(¶gØÜ³Ïð»GàÉãØûi<—ánƒ[8çc¿iðÆÞ$ -ƒ—¯ë]ìNó/á{¾߀Çàà)x^`-?ØcPA~~BL^ǽA“ö—òÛmxƒ ¿A^ÞÜXà–µë2jîj¸ ?!’ ÎqXj8¼¼/à@d¯Ù¼KÇàù›ï»y'øü^„˜^ƒw–D¿81ˆ ƒ¡AƒÊ A`ð@fððcf|†œ,ZiÁ½CަÌÿ¸. &Ï4Ž?_$Ü÷n„ S¶ A‚ I8Ã}É­ -(ˆ "EA¥¢VñD±Z]QKÕuÇ]u;Žë¶ë¸ÛYuÛ©[­ÖµÕoÿ´µëv˜ß|@&ßÿÿ<ïó¾ïóó.ÃÒ|¦I ƒ*°4ƒvж`’݆èæÝé ý‡Æè{:GÏ1í>£{ô=¯ûOÁ“·€><8Àƒ9KŽðà Ó9,IñYÐ4òñ– -hÔÑKj‚Î:zA zïCoz»ñþ}HÇú†N#5Wèkú Ò4õó’þ…7=ôáÁ¬[xÀƒÞÅgÐÕB/:9Ð(F5¼¯¢oi-¢kƒV'´z µƒxç,Ó(ÊcËv‰îÓ-”Ìdã9ʇ¥/Àç¿Úð0 9àƒ5<¸ÁC <Ì¢(¹‹†^´2K⨀N-tP-ÐiGIvA§ïïG¹îBäûé§Ûô;úŒ®cûünÂù dñOPü#¸þ,‡ô úæ<Ô<ø2¯(ß’"6¢ˆƒVtrK1¼WÒ]ª‡N¶f+4: Ñ÷÷შ‚ºF‡é*Ájüž>Å7&‘©KX¹‹Ð¼&Þ‚µ€¾ñX>qYK‡5·a^3Ìw$D¬è.Bljè%!&#´òGtª¡³ -:ké2­‡F'}‚ú¼ˆ\LÐ0Gmž£Sô1œÁ·?BÇ9/è¢ÇõÑ_`í¿5qXgb^¹` ;˜ÑSKzÈñ‚v(âœG7˜(ú7Ž®ðRiÒ,›.™Ò¿‚ÎókéœE}lÙBg,7ÐGVÝtÊj´ÞE'¬Ðq›q:j;IGlïШÃWtÀéÚçÌÒ^0âÌ2o`]¿;1/p¼=ôÂqã£ÇžGw§ÙÓ- ºf#¡IÇE4ᢦ³®‰tÚÍ@§ÜMtÒ£„Æ•tLPOG=›è°ç::äÕI½zéC¯AÚï½—öz§Ÿ ôÏŸi·ïòýžôe9;ÀèÿÖƒ˜q¤=áÈ›AtWÏ-!Žv>]xÒ„Ï :ã?ŸNFÑ1aJaFƒ3™ÁùÌ~Q³WTÍŒ„¬b>YË ‡´3»Bº™âíÌ x˜æô‹Ïr¶‰¯súÄÿàöŠŸñzÄ,o³˜5ëù¬Ñ7!ˆôçA\}óÆt¹Ðøô`::ã=ÎÁwäÜ}3ÕÜ=3¸»g-ç휕Í”òvHÊyý’ÞvÉjÞVI ¯O²Ñ¬WÒk¶E2d¶yö³îÙ§¦uI®NÛ(¹g¾AòļMÂò׃uSÌú™W¸êÍÆñ/#º‰k÷J$zÜŸRáåÄ;:4ןöÍÉž»Àl(,ʼ?Lk¾-LÏï 3ð{Ãrø=aEüÍaüMÒ:‹.i“ÅFéz‹i·E»´ß²M:b¹N:fÙ*´j–ÞµZ#}lÝöÚº!Œý?ž†âºÁq~; -W0®Û‹1èó1ƒŽÁϨ̂ö.ò¦‹¦sûÃçš¿/“[öÈ¢­6Éâ­;e)Ö2£M»ÌdÓ&+¶Y'«´i•­´m–5Û®•m´m’õÙ5ʆíVËŽØ­’MØ×Ën;Ôʾv¨‘ýh_½ý‰ª…¬Ý±÷ wÚŸbî;—€þ2½•}…‚G;£Üi{”ˆ³E1Û¼+r¡Õ†…íúˆûVy‚C³<Õa<Ó±IžçØ /u\-¯q\)otª—·9ÕÊ{œ«åCÎUòQ—ò³.åò›®eòG.%ò—€u.^Ì:½á«ù¸ŠUh% sßi\÷ÇðÜyÙ®v¦-1L§z¦Y[ô<«¥Ü®i©Ò±!Jë¼R‘äR§XîZ«Èv­VºU**ÜV(Vº—+ZÜË]%Š~"Å~Aâ´ _qÝÓ¤ø§ WñÂ#7’unox€µ¿³ -tϧ£;„çü=[bí©+ÞÚâfðšµs-bÂíêÕ -§šhk¥*Þ½B•,(S%J“g‘²Ä«PY㕯lò6);|rU[}²•#¾™Êq_£òšŸAù¥¯AùÜ;]ÉzO ˜âKÑgÈÁe´]g3QÙè/1ÿ톗>øèJ´¢ö$ojNsæðëâØTÅF8–k•nÅ1Ëš¯êï†{1ëƒY³ß>æ=xéA>6¤šSKª5¦‰˜úÉ´*ý<«²ÄÅ…º(WS¼Zç“«÷7h ˵&aª¶,(E[¬×¶'j{D Ú]¢xíQQ¬vR¤Õþ ϧÂX-»Œõ~S|u¸ž†ýÍSù˜9Ñr€ü¾ yi5r©ÑèJõF!Smx‡W¾<Ì¢(5ÜΔé’©W Ò—ù¤&$èuiA‰ºl‘NW,ŽÓÕˆcukÅËt›Ä1º!±ZwX­»$Vé>Qéž«t¬0:ž SÜÅ:\3¢íFü'Š1s¢F º ¿w kà­>Û‘ªsü¨<{·(ë=sSÆB›,C„SzúR÷”´ŸÄÔøÀ¸ä”`mr†X£/Uë+§«’›B•É¡K“wˆ£’…D&_Y’üWÑ’äoƒ–è_ #õl`dÒÏÜÆ:\†ÎÙB¢ãhÃ?¬Ä~}Dë‘UÈGU¾ •å{SQ¾˜ÉË›m–ešo•ž»Ø>%;Ê5!Sí›ë¯1êƒTCÈRCžXaX!Ž44†,1lE‚åÆÑ ÅÆ á"ãÝÀpÿÂÓ_„/gåjñäà4b?R…Z¨E-Ôa?àÙuøi)Ÿ -JÝ)·4ˆ2KgòÒKÂø)Eá¶ …‘N±ù*užÖg©)1 27]‘k -’ÿ—ër‹²Lãðï›NÒp’á49 Gå¤ *eŠÉjæ©0Ó.5CD0• …á Œ Œb* y,SA×v­Öt½ŒÝÍÝ5ÓP#wUôÛ‡Êkÿ¸/‡Ï™÷~žç=|ê3)9Ç{bŠÎ+.¥ÊsBJ‹GlÊiULÊu·ñËî«Æ-}FDUô»¢û—9ç§Y÷væn¤»~#×BPÂsùwz:°[Æx’²­0?Ûs³}ñzv˜41+Ú,aÃD«)™S“3_³Ë˜í“ñ–r\ú2etúǨŒì‘‘•öͶáé'mƦ_S„­ïµ ]÷Ì.d­h’:ÄÙÕœæÚFW[²ší\ @¡Èág Û£%|þF¾ þï€ùžHÈ^Í—ÅçŘÇåÆ[Æä&XGkg)"µoÚ„k—ÚŒÕjc´Y/…i·[‡j+¬B´û-ƒ7Ÿ”m¾&ÌéµToì-Zûg‰/ pŠsp”µo¥§Þ=Å@i û.’õ!û®ÀB¶$3É+E–˜\䄉E>˜P,Œ+Š”EÆ™Ž-œbV˜hR8O¬[l¤[e¨Ë4Wë¶šùëô¦~º&ß‚ã2Ÿ‚«2Ÿm?™xoí7µE4'tfóý@s!ça'P¥ç¹Pä‘4~N.æ‘~Ž%áåÖSîŠÐòÑ.Ë£%哤~úéhýl©þmé(ýr©—~½ÄSŸ/q×— -ª²Áµ´Î¥ßÀyç=Á©¤_¢üP”*‹EÙíœ÷̱±”{²’óPͳq÷$YMÞ!³ÈËlÍ¢j5Û³Q†ð48ÃÝà 7C\ Qp1L‚“a:”†¹iXû: lër ¨ÛëÚ:XÖ…ÅG—!ßs–»òJüCô73Ïz¶¢»é(¦#w/k@RêdzkЄ6>Í€s+ 0šÃÊh¹ÑF˜ÃajŒƒÌ8ã šùÓKïÚ¥G€¹ yZ0þS ø$àÅŸ:²”Vçè›ü‘|IþD®˜_+€¿¸ßò’~ã¼ }Ç‹YünþNzíað=×ø·©a­w±Î[è^Oo -ó]@ïtzcÏ!g¹ÏÓO§Õe@ÂR²ñ‚ðéã…˜ô¿“[¬Ëmà/ìwY“Þ8à/CYŸ7}œü>&ÝÇ¢öDÏzocÞè^É:'±Î‰Ì7ŽÞЋ€7½ŽôÊé|ß »øžü“ü›ü@î.76ªÀ#Sà ·‹»Exa¹NEº"çEäú›ag&†]Ÿ »@;ö»*A„šÏÇ‘idYD–“T’I6‘|R@Šñ ¥xŠJ¿Ýû÷‡¡` VŒÁ’1X1ÆàËç‘ä2‹$á9’ÑÕ)®lüZú> «ž:ô¯šcïÅ=ö»wq?â4îà+–è_,Õ#–Lü[/@/c0c ¦Ã182o>CçD<Á úæÓµ„ù¬ÀÖâ>2ðrèÉ£cn£ˆ–]»‚cÖàhäTµq‰çÔ] ü ×å5Ž:ÀÕa¾F„ c€ a ŒÁ¹ÑCßTúf3§…t%ÓµŠžutl cnrNnpNþÊ9¹†2޽ß°_±Wð ·Í9nŸëŒä·ÒStÑøÿÐm:äk`Âl„~8ÓëËFÐϼé›Ï忘£-ç–XCÇzüYÜ–›q™sr :\äœt±çY‹/ЄÏqg8§ð5N2ƒœã4~J:IÇ0¢ð«ÌŸËræoË\=è f~±tNcN³éJ¢g).`%³KÅY¤Ó³‘ž\z¶ÒSDG)ǯæŠl@;rUœ`$_âÐàì<à“~´ÒÒò¢)ý¦žÉ¹¥Ì¹½$`’5õå¯#XÃxæ•H×ò›%TûϪü þÉB¹ÿ{BY@ªP!ì Ø$”| KvTH -Õ{%ê6ÉvõÉ6õUéõ]Yžº_–«M´¿ó¯º[ô_a¯3‰~ÒÉÏGøÊ1ªåh rE]ˆZ¨’T„ÆKËÂþÇs™5}¦qü‰$„3$á„$*Š˜p$H€Ð Žp‚$r „3œJ¡ž(Z­ -µUñ¨­[ÛêvœînwëºÇì1»³»ãìÚn;»Óq:öØììîŸùýøåÇïû¼Ïû¼ïû|õÌCÒb朴’yPZËœ‘60§¥{˜SÒN椬Ÿå’²ÆeXûd‡Yc²3¬ÙUÏaÙ<eÙ²gì>Ù ¯^©{žøb Ž€ðœ¿8öïåB? úDKÉLz-Y@ ŠÆa¹Œ9+Oóœ‘g±§äùì ¹Ñk\^åµOnñ“7zÈÛ¼†å¯Aù ·SáòîWÌz÷)}z—|ºw}»äŸøÚåOý:ä_ûµËÝ/I~ɳ³¯ ôðœä¿^Ç˲=6rr<-æ3¢3éqÌÉt{Z¦÷¨2×wXYè;¨,óPVûõ+wûõ*mþÝʇ²Ï¿S9Ʊ+g8{•Ç9íÊ¥€Vå­€åÇÜfå_¹MÊçÜF¥›Û˜êhø§ÈÁ¯1þGEðh9n¢ý¹úzú[Ä1¯æÐt–„\Y[]Ù™œ½YZ^›¦€ß¢16kLAMKpƒ¦9¤^Ó²[3 °hƵšùÐÍ™ÐjÍ[a&̓°Jõ…ê‡V¨Ý‚Wùæþ´@÷N zì]ð¸žÄßsÈÇ„E£9 70z -âXö|¹w›>cÓix9º ºœÂ«¶,´Vk«ÑÖ ÍÚVa•¶'ܤ ¯Ð•iO‰JµWÅ%Ú÷ÅEÚ߉дÿe»Ã@è*¿G þù¿oÆ<À{^Ùy°¢Ç â32ÈYH=Æ(²—lóh+Nôj.Lõ«/ÈäYòµAæ¼|A•¾DX©7‰Êõq©Þ&1ê»"ŠõÃEúéHƒþDd¾þrdžþ½Hþ7àK‰N÷½X¯s‹@ø*¿E¾™° £í7Z®3à(b™B\Cˆ£§"€ìj«ˆ]×\.ó¬+Mñ­5fp«‹³‚*Št¡¥……¢bC¹¤ÐPY`hŒÊ7tDë Îha*:ÇpåJ›>ãíhü†ßàŒ«w­ò9x»{#ô—`‡NÃçÂÕ‰6¼ñX`׌Á”×Eºî­ŒlGSݵ“Ñ¥òUvj9)Üd{/É^ËK°Û¸2{w€Ô¾Ÿ#µòßa?ïo¿ã»Ýþ ŸmÏ|·¶¿ðßÒææÄ¶ºV¹9¸…ñ¾½ó£ð\ã¨GÑ$è‡]mÁ33b2À&eú“z0œ2‡6Rú`#u0™©LóLrj¼œy>Rg©O¼³Æ'ÎÙì³ÝéðÞæÜçµu`ž;pÎsóÀmÖ¦þŸ³búž±6ö¾`oèv{¯w¸}Vy׎yÀø/¡&±?O£_…ïš!êÆ}Ã|žë'ˆÒ\L’»ø”4!¡Ä‰M$ØÁˆw)Ömw©˜[]¹¬XWk“«Šãj`ntuzlñˆŸ]5~v]Äþ[ ÉþŸ1Äcÿ`ˆF_xˆFÜÌða7k•ÛÈõ›û0pFÍ¢a>L4 :æ1°D% (À¶96mž ¢˜9 m˜ßLëç¥5¿“"çÕ É\C‹&òZl$öI±NŽ“Ç |x^÷8¼î±?`üE÷ 1»×xù¾ˆ±Ÿ…ÆÂ)äà5¬XÁ½ÀŠ{#®Ùg‘ƒ×‘ƒsD‘ç‰B.ù.3Éc9ÿŒFð"Á‹q@MN Ð,›_nxK(´%Lî|àLíÙ'X|Ÿƒçà»5®ÁÏ'‘hÍAc4Ðh\"ªúeÔÁ%¢—‰6¼Av•(à-˜¢k0×™Øà9 á -²•m  !YA7q®`a¯ Ù7‹ëøÀµ0ùÆøÂ÷k\ÄØÏBû(ô&/b-@«i3ãuô2¡—xs°B$ºEÄ»CÄÆpÐÜÌ -6o¢÷Ðß—½Æø4F¢{€Ãèa-À&ó…ý‰ýð6~Œ÷þŽ÷Ÿ¯qã^€ö t‡ ÙÍZhCSÍdhÆÞ%ßû/ÛeÕ䕯á7 ¶Yˆ‚íx4™–?H !„%« È"‚Š€ˆ, -qAPª¨Uq츔©:öhµŽ:ÖÝQë¨í8µu™Z·ñÔeê7¿ =Ç?æÂwÂ}ÞûÞ÷»÷¾D’/áÿ -Þ¿€cà8ø+øœFNκGN.ú]šHt%.'×Ç l@7°&בäkìÚ%pwˆu˜wÜÍÈm%¼ÓàMÃ<˜gÈ!¢À#D£à” …B»ë 8?ÌE€åE#†±Ên!–ÛhîŒD³„ËêƒP¢‡ñh °!?Æf÷/ßLü1òñøä=˜wÛ ö<*Á|3¢ Þ0xƒ0Çѧˆ<Ïbýí¾+î s üü üîŸÀ#ðL@ôÓ ÔëkÔÈ›84’È;`óaQìŽ!XrCÏ+FÏ錞Ó=§ž! $ƒlPf‚jPGo¨ c½F¯û’ºè­¢_h-èGg»ƒþƒNóúݧèTÑ]úßzˆÿüÀƒ18!ž€(2èWʇ¯#Íg=GùŒZÐŶÓcôº¨žÕó¤b=@w{Eû#¦;èw¿GT·1Ò»|n Åà `‰‡8Ü·1xá™/œé…c~&Ì+¾)ðÁ3“þMU>f·Ž° ð,Ã’¬ÄØ}»ŸnÒ§tƒöÑßQ¸Wñé -þó2F½„Ñ/‚sà,83!B1ƒ;æ:ÎÌ/óІ3 K O>¥ˆ}6Êa.F®£ë´žV”åbxºàè¥ ÈÅ9ÚŽ |†Wæ0ÄÓˆø8Fþ -ÆÃàËw€›ÿÖOðs±ÎŽÈ«óôÇüÔp2pÆÁ— -ÏŒVGs0‡xêáiÂ+ÚǼ¶ÝðôÁÓO‡h'Vã :€oíÇHö -„ÑÎgï0œø 5†rF?ò9 -s ÄÜBጆ/ óÉ€'žbT[9<•ð̃§žxÚ‘ýåpõ³öÐí¢½X•øô-ýë±+¼ V;[‡ùÍÿÜ·‡^s!ÜRÌu¼j8øLpYéÏ”O><%ðÌ„§ -ÕW‹/€«oD'\=p¬£-øÙom¢£ˆè¬Ð}<ÅÛcß0k8C1ж ÑMl·ß`û¿€Wû¹À=ëoœzÚÃI ¼4ú”ŸC‚i´]PJ[fчjêÖÑ&amµÓzÇ.Z縆úœ¶Ðj§=ô±ÓZå|…z\P·ë+êrc‡X>ÌKlõ°½ÞòÅ–‡íä4ŽžcJlãˆå /ú““írUÑ€Gm“i³gmôJ§O¼siw!­•Π5Ò -Z-­¡^Y#­’µRl)uË{©K¾‰–ÉwÒRù!êTü:|îQ»ò%µ)YŽVŸ·<•b[GtGïi5ŽŽ¢@ÜïÓn©3 (FÒ–´a”†ÖÖÑš1fêc¥•¾™Ôí›G+|‹h¹o9-KÆÎ§Î±MÔá×Aí~ÝÔæ·žZývP‹ßjö?ÇYè‡Óèÿ ·ÁŸåÖû³¼z¿·<„뎗 8úáˆ9>×àh„㜀6úËhíûïQïïÔÔ3>‚Ó5ÞÀYÈé HãtdsÚò9m%œÖÀYœ–Àjns`wa`+wAÐrnCP·>ho~Ð>^mÐ×¼š Ûüê ç‚ª@VP9ÌœÖ᎕k8VNáÈ?C´ìŠÂµ# w;äeõ õLò¥e“&p«Bx‹TQ¼V•‰ß¢²ð›T6þU¿QUÀ¯W•òëT‚Zu­`žºI0WÝ)¨R÷:Tª7;T¨f«Ogªo -ËÔOE3T¬¨ô¾‡çr$щX¬Ž·A0`Âס5ÈÉŠÅ´D3’iÆs[4¿ç/Ô„;4h¢…u³°6Ø*¬ ÎU犪‚‹Ds‚ËEšjÇYšFÇrM»c™¦Ç©T³Ñ©D³Û¹XsÔ¹PsC\ y,Î~X;Îv¾CÎP¸nìOFÐn³à^…cn%âèŒQ[„‚š&ã4DLä׆‡ç†G:VjNÚçYÚTçrm–ó íTq©vº¸D[áR¬ïR¨ýÈ¥@Û嚯]ïš§ý£Ûía·líU÷,íÏàW·Ì0ö7\¿Åuç4æ~8u`C¿‡þ³? 9@]ˆ£MÏ£…zoªË©Ññ*u -gE…;•EêÅÓ“K1“äZÈØÜ -˜÷|¦Ð=)÷Èej†rmÜ,›Z`K q´¦LvM´FKÌÉqÞ±‹<ƒ᣷LUê,3”‘–%ciQNNîö‰HîW„'.K>#µü( Mz!Ibå!‰¬,œBœá˜Z˜‰V¨÷l|^€œTá*ZŒv%/ÇrrFRFÎûœ´ì‰üäì`QBf¸Ø”¡s7¤ÇzémI²H›M1Ù–§·•*´¶jEXz³<4ý\—{TÔeÇ¿ È‚r“‹‚¢Ê%nŠšš¶j¥§P‹ IZQÒAaD”KâÉ DR*ÍʬLËUw;Y[­§­Ž—ڳі­i—ÍÙÏ(ÓÙ?¾g˜ ïçyž÷ù=ïûm NŸß4~þ ãæŸ H›% uîÀ”LGÐ-=ìz‡}ÖA˜K¥]˰ahÖd 6i5YDM²r½477DçŽÔƒ¹q.s¦ïÉ™è9ã±»|¦™gúM1ßï?){nà„ls`zvAàxó“ãÌ6ÿ4sÃàTóžA)æ^¿dóŸ}“²/û&>zcPÂÇ`äŸåð?A ŽÒ ð÷=)íÀlåê[Ãëêåø >_H]2 z  @s -#toa¬afA’ëôÅéîSO1Ý™?ÃgBþßqy™~©yÙ~)y‹ý’óK|“ò+Þ‘¿Ù'1·wB~¯W|ÞiS\ÞeÓØÇ¯{Éu Œ]èðÍqø'Ç-ôüŽURö°±\ªæuï—‹™ï2¨ÍÌbý¡8TÓŠGjjq¼aÒÒT·ô¥“ÜÓ,Ó¤Xî3%YòJ´<â•`É3Å[–yÆY*ŒµÔ{Œ±ìòˆµr.z×8ºè’qÔŸ®{Œ,txF8LN½J½aźVÓ œXÆ*f²VJij LšÃ÷SJÝ5¡4@ãK‡)­4F)¥w’JÓ]¬SÝ⬳Œc­ÆXk–1ƺÈ8ÚZì6ÊZî6ÒZç:ºÓeøÊç]"Vž2D¬¸hVòƒëÐåcø2‡»S‡©÷ÖÆF/TÓµRý&f¯%ñ]ð]Äs±Mä7‰6“âlÁc‹TŒmŒ¢mÉe›hˆ²Ýmn›cˆ´Í3DØr CmE†0Ûj…VÖjHe›‚*(`íÛò/ÿ\k®) ÌaXípqª—z?ÇÚXÒØÁf¬XM#ýÈkÑföK”a—¦£4C|v/…ÛƒjTˆ=VÁödÙ')Ð>Cþö5Ⱦ@¾öÅò±¯iÓz ¨m–{M—Ü6¾.·êPŸŒë–{•ã–zàw’s;̶&ö¡Eªje6òšßŒ÷ã³{Ñ$”Èû(ÄIÞ­&y¶É£%Rî­±2¶&˵åN¹´ÌbÐsø´Ðì-4Z3›ÙD2MíÒ e#¦±¯Ûp!ô º©ýäµo w¸-mRí© !3Ê@ÓP*ö0f—¾[¼Gro7¸â"Öbp\öNæoçáÏài§áÛWÐhlòîmlv>wûe&†6bhûU]ä·vëofmÛ^i9Z„ævH³Ð„}RÜ3Rd§Ø%™žå"Œ]Õ~âè6!.ÃÝCi¬Ñ·/`=\/Ó°ñ»_è‚>'"'ïú}ø;9d ƒˆÁ•÷ƒ`ƒsÑÏ ¯ x `ä²þäQ¬/µ‚\ÊtIpÖé…Ó ¨Î.}B-þ¦C´Èq½Ï¾Gtg©à»Þù?ÁvíÁù7l̘Ñä–Jíî"§ÙpæÁ0ëSåÁXcù¬$2•p6КvcOÎh-»— -tó¸å±9Ëct‰¹®W ü^GoÇÐ_ƒÛ1|'#\rA‹%œ¤5‹|2hý,ýE90Ã("‡å:IoœÐQ›ÞÐFXõzMͬ¿K/«‹1ò"Õ8©ƒDþ<«;;ð@¿ºûõŸ©ÉÞŠ‹|½i÷0ò‹9ŽGp9͆• çÆC.9C‘ލ„QU -©\½ôÆAö¤G¬Ý¦gÕ¡NÈÏÙÓ¬Öq«S~R;Ô=hw¿œüë¨]êÌ> çèÍSÔâMjqŒZ¥/ë8óàdÃyN!gUk¬ -XàÔÁh¡»µ“_lç¿·±âSZèèf:® ²S[ÑÏN¾;ö@écÆí_=o ·äEMCáFÃM9•#âXÚ§ùäd&ŸEP -a-Õzt;½±=i¥-ôEŸn1t©ÁpX›]N«Îõ3ÙWUë~S5mì×÷Œ×+ÁÒ'}çõoc s¾ÌQÔË3Ò­uºÅ«Ã#]{L×NÏÙj3=¤§¼²Ôêý˜š½ó´Õû mñ.V£U›}Öªn`µìT;p»j|;UíwXëýN«jвù_Se€Ch­Sþ}ï³(Fm~+‘#…×—¢9êùÏrW‡ïíô­mÉj š¬­Á3Ô8ä~ÕÉT]Èm -ÉQMH¾6†.Quh‰Ö‡®VUØ:ÙÂìª kÕÚ°•‡õª,ü¤V…ªÒ¡Wµr¨ÃàÔ -§Â†¯†SƒÆ?ÇËñ ƒéðñc9öù®-l°š† WCd¼ê†§«vÄ4mq¯6De¨*jžlQª"*Wk£ -T>réÿh®ö¨&ï3üæ~# ñVï$I$„ A’pI!\„& )jœhmÔ¶*X©Šà­^:­ÓS®÷®µgÛéÝÙìv<;;»ôœuu[·nóÛãaûã9_¾|ßù=Ïï}ßïý=/©wÐNõ.Qÿ€†5ÇhH3ËÔ\eE4Xš/Y}š?³·ižrz5 §W½ˆÇé8ºòƒB©ø[;öÿ̆@Ó h;¢I ƒ©+iÿ†4Ú›žÃÚ“^ÀO/aÅÒݬZkT[ÏÖ¶°‡´íìAm;¢°·kÇØýº vŸ.ÎéÕâôè.sºu÷¸º/¸º¯yíºóBZ†ÿ<‚õù ü÷q´Ý‚í¸œÃñ2ƒÿŽ"&S™Ú—¹”vg©)–•ÁÕçqvè‹8ƒz7¢÷rô~n¿¾»MßÊëÑwòÂú~^—~˜×©ßÃëÈ>ÄoÏ>Éf_´fß´dÿLØœýGa“þ_ÂF=#lÌZÄ—ˆÿÇà|Ǭ@ *‘<>4.ÂܛϦq£’væ­¥¡¼tvĘÃí7Zx½F?lÜ$è2T -¶j†&aÈ=ÂVã h‹q\Ôl< j4¾&Ï‹ë·%uÆÏ%µÆß'Ô¾—Ô˜Eä2’/°ßÊ‘‡*Ì{5¨àT5,(tLAÇn<±$Ò`ÁJê/Heõdq»,yü³M4—ŠZÍnq‹©ZÜlª—4š·HæÎ„zó@Âfó˜´Ö<)­±KôYÎ%V™o&Uš?Mòš—ä5ý`½ù‹øi Ñ»ØÿÛµÈìß9X¯éͰ¿Ð1 1èˆÚÅÔg_Na‡šµÕ¾‘,Êå·Z„6»¸ÁæJØlõJk­5‰5ÖÆ$Ÿ­=©Ú¶MVi‘UØöÉ=¶#r·í ù&Û[ -—íc…Óö[…ÓúÜieäÎFæ"ÿ÷}øÁ© þ¶µ«q:öBÇ(tô¹øÔåTQ»kµ:ÓÙM¥z^CI¾°¶Ø&ñ9Š¥UŽò¤ -{µÜk¯W¸mŠrGXYæRº{”¥Å/'—ŸNv_O.r|˜\èx¬,tü]YhgEE‹ø‰µ~ü0̶Á_âz÷»¡cúº=l -¹´Å½šÝ©¬úòLnÍ&ƒ ªÌ"ñºìR·Ë%+sV(œÎÚäg‹ªØÙ¥²»¢ª"×.U¡ë%•Õu*¹Àu5Ùìz_irýFirþ `”¦ÒE|„½Þ…å¼ÞùvxlŒ¯à:-ãÐŽèh®’R zÕU«Yþ*§²2‡ï©0‰Ê¼…ÒRO©¬ØãQyüÉ6O“ÊêÙª²x¶«Ìžñd“÷ 2ß;£Ìó¾©0xß“çz-ÏñüU‘ãf9åŒòÞGÜnA_ïF™0¾ÉnÌ{ðÙÐ1€g!h¬¯QMݪ®[GuéìòZ=×U“',©±JŠü%‰V_¹Ìâó)L¾€2Ï×®4úLžë?(ËñO'eû¯$êýï&fù¿’fúž$eT12@¾±’‘?Àú7ƒQÀcÀÉ~ô%Œh“ø=Šÿú—6hñ7sÉÛ¤ wÓ**kJe•6epž-P ´’ü†MRcCURnCCRNC();П¨ĤY©„ÌÀ´$#pE¼1ðc‘.ðH”^ÿD²a3#M«cÓj™Ä{[ˆÞž/lCoÜŽzÄ(LÀþCK/´´ .UÐâ %Pqh9ÙC)d iY–`6'?hâÚŠ„9m.‘¾­RœÙV/Îh Š7ûDºà˜P< Ø<)Hk»ÌOm{À{¾íW<Í–oêfF”ÒĈÉäàxæÁyzõ8Šy£Ù^\wì@=F‰1žx¡±°‡Oæ°’òëÉN¥Üp&K6r2ÃVîÆp)Oöò7„ëøiáV^j¸—÷|x”«ïç¤tç¬ï¾È^Û}Ÿ½¦ë—¬Õá¬êxÊ[ÕÎðW†Á-äÿ -øçFЛ^@=î":ˆ±ìE`÷гÏ6AñÑG(#²”t‘u”Ý@iÑlJšXš¨-g¯úÙk£-¬5Ñ0kUd˜µ22A+"¯Ò²í ´tû=R ü‚–ô}CK¶=e©z6À¹ø_ÇpOïCÄ86µß®¸o݃¹ zJƉŒ1¢ô1­“ÑÚ±´z,…VÅ´ô\,—VÄ -hY¬”–Æ*I Prl+)bQ’½HÒ±£$Ù9G¢Ñ;$ù9 ‡ÿDâ¡ï†Äƒ ]ÿ<8fÁycØ‘—PÀè!¢0î1y ©Ïõ€f‚hù—ä“2’M.'éd -%LjI<™K¢I 'ʈ?á'îd+±'À ߇ÅöžFp1¼î~ˆÁóî®'Ø(\ì ]ÿx^ïñ#èMÇð9Šo÷5q¢Ò—‰ò-°H„qÀ¸XÀÅa~â8ðã8èâh®q4ÞøVøñ‡O`q –1cxŒÿ[àŸDûŸÒÂä<3¯¢/G ðêqï¬@îÕÀ2 á$Œ‹4 #8™rú9@E cfdFdð ÿ b1Džɉ9lô>†ÔW¾Aâáf14‡½Î‚ãø $¾Žð dý@+àŠg‰ o¥+ÏÉÎñÎËÁHˆÇy˜áùeŒ× Øâ± hÂÐ|PÌ Hè‚Ðò0„0I"¢ëÞD7`¾Š„yBŸ~ƒ‡é.Ãaø»(þ0@Ãg Ohì`7ƒ[ -n>¸fäw=æTð$£¼óOq°ta‚w º]ƒn@· =º Ý“=@¿>ÄàüÙÏFðŒà€ ±G°Ñ#‡à´Dð¼xN¾ ¡g¡ (2@™òÀ¡UÓ¼ÝÏ´þ¬α‹ÃcþD}ð‹ôÎê!|æàö~€Ç»‡Mû7‚ÿ–nÂiþHÃXåŸÐÍ ]‡®ŽùM.÷7ßËš =EB:(Ì÷¼OÅ0*˜¾È/ ¹i½ 9å€áÃF `,c J߉œº± ½à¬Å–lq]F-.á]@ã~ ÒtíómÄÒ»¿ÓÓü_¡ÿ’yú ¿@0c°µz°¬àäÓTF5`4‚ÑFËÀYIÒ‹¨ü½Ç{µ8KC8.GÅût +EFéÈïôt ¸Á‘/yNB~þدÔ/,3Ú0'Ž@1V,Güµ¨ò|:ƒ8N!Žˆã8zãìÉQÚH‡i+¤=¸Fö£§ÐWèOX}:j´ß´w<†1ÝŸhå[c-î…½ú˜!¨a,xz°,¸r‘“ŒÄ_AE‡ÇôèÛÔÖrpz°ö:¬½WékˆbíFvâPvÉTz;ˆ¯NhÛD  aèËÑ£ }ŒÞ|½y†[ê—^*X™àä#§ÙàxÀ©§œ&ìþ"Ú…³²=º{ò*ús+ƒøÍˆôeìÎKèšÈvý‚c鏿ëí®Ú‹Ðy\ÿÿ»þ$Èu**f4˜:zÒÀʧœ9àx@©¤-ˆcql¦Å`u‚µ -œµà¼‚Ÿ»©«ô!£^tÒè Z…S½ìQuC÷p¥ÝÂ5i:®<\õ§ðÅ“|PÏC ž%?¬ -fxz°2h3'‡6q i#¯ˆÖó<4À¯¤µüzêç7SŸ z+¨GØG«„›¨[ˆÊà‘Y.¡v)KmÿÚL\߸ÊNãÉ;Šçf?Æ¡çð¤Éø´]0…%3i“4’6Èhc¤~…•ú&9¨w’“V?3—V=SJÝ“«iÅäFZ>y-ó޽ÔὑڼwP«÷[´xÊIj™r™š}¾£>#ÔäÃþ_·ñÜ^Ä•~ÏÜ;xràs_4fìYxòQ›MÞ2xÖÖL ¥žçbiÕ´$êžf¦.ßLZæ›KK}]ÔáWLm~e´Ä¯–û5SËôvZ8}%-˜>@MÓ·Q£ÿ5øÿêü/PMÀ]ªx© -`9Uþ,·ú" ÏØ§“ñœP=žu-ÆŽ8ðQ›þçEÔàCÝ3iÙÌHZ˜@m)Ô˜A‹‚²©%(ŸšƒfSS‡æURCP#Õ/¦Úà.NMp?§*dSò&§<ä(§4ä®'ä·$ä1o^Ë›ÌòGu5}îq3z {ŽÏí`f|Ôdu‡–ÏšLí¡þÔF-ᱜá:Îüp§!ÜÊ­ ·sk ¹Õs¹•¥ÜŠˆZnYÄBn©²“çQ¾È+Q¾Ì+Vîá)óç(?仕_ \ÊŸÎV8¦pVx 9¿ þ1üÆÀ7²0ÓXQŒAkP›.ı$JF-ÑÓ¨ILõª(NJíRéyª4~™*“ÿ‚*—ïQ¹ùóT%‚bU• HÕ$˜Ó.tǬºb^ÆìåÇåÅ| rÄÜÛU Vl×§xRÏ€yÄŽ}ÀèõGh+¾¯ÇßzÛRıP-¦µÕjfP¥&œ[ªŽåyÔZA±Ú(,ŠÏΎϹã DÎø"q¡ºL\ ®ç©[%¹ên‰]³^’­yÍ+K³ß˦>'µªoJ-ê‡RK<;®8Öë£4ŒAÈÿF®}3vá‰,ÀŒ8V¢6mˆ£1‰OÕ:o*Oò'OÒ,Î\]4o¶V#pi“E‰&q^¢U’›èð²'º½r´i–¶Fš©m‘Yu]2‹n,]·]nÖýEnÒ•µ7 åÆDvL© ¬ì<ò=ŽÜ€½wfü"Œ¼Ë× Ž.ıqÔb_JSšgô¥"cÇ•¢äâ½V”£O‘déÓ¥6}¶Ì¢/”gè‹™4}%c6,`R ŒÑÐÏ Û˜dÃ[L’á £3|Îh ­žetÉãz58†qïm°ßÅKÐ øìC<ˆ£qT"Îât/r§O¥Âô”—ÆÍISñ3͑Ŕ,I7™¥f“MžjÊcRLszS¹"Ù4_¡3w(´æ>E¢y‹BcÞǨͧ˜xóuyœé>gbq©¬"ÞÈ*ÎæbLEÞ{O)î„rÌØøìÅïˆc>â+ƒUpg )?s -92ý);sÇ–ÅK·Å MV8Åš*Õ[,ò$‹ƒÑZÜŠk©BcmP¨­íL¼­—‰³ ÊcmC2•í¤4ÚvMeýAeù•‰Ì`™Èt–9 ÆábxN؀ݰE[ªÑø\X– ކ¹ðn¢‚|.eçN"[®/eä‘9WÉ5:bùzG¢HgO‘$Ú3¤j{Ž,Þî’ÇÚ_ÇØëe*G›4ÚÑ+r¼âé’('ÄᎫâ0û÷’Ðì_¤¡Y¬ ’Ÿ@®‘÷¸;ëÐ}êá50Š·VÕ#¶Ä’‡½ÊpIÉäšJF× Ò»Â8:—Š—àÒÔN½(Ö™&V9³%ÑN§$Òé‘(]u’×q¸«GæÚ, uíÎr»>ãÿí2Šò¼Âø3Ã""Q•\q š¸Õ½U’*Œ¢8‚Ê€ #2(Š .ȦRÅ%BdQc­ -Ô˜å´iãÒ$¦51Ö65¦*¦‹&j=¢Éô‡`ê=œçÌw¾aîsï}ï½ï}L3n9÷ŒùÞ%ô{ÇÐév×w°þ}ðV¥SKÑ[` ÏËx—‚/sù~*¾Œç¬æ.fö× æ0Eš# ƒÍCŒÍ##Ìãú™_rêcŽqîm6;õ2§8…™³Mæµ=Í[BÍ{ÁæwAsÏãn:Ì~ìkwöµw8FÎW=¼»‘§[s˜Ï À&eeIIR,’ñ%r4ŠszÞâ¦_EX‚ÕÏÒ[},ƒ ½,à a–±F“e²1Ô2Ýb‰3Y’ –,C€¥Ðàg©PÄzuK|[¾ ÏÉwÁ ù&<2ú$ؼãíŽMÄyþ8w­”*òèKäP>ŸKs©Gü™\üY¦4ŒÜô[â$“ÕS¡Ö -±öTµŸ­‘ò·Ž”Ÿu¢º[§¨›5V>Ö…ò²f¨‹5_­›ä‘V#·ÅoÊ5õŒ:¥\“Û¢¹'Ûåžd7!Îýð¼çŽ5ô2¨ ²r-õX ™ñ'z•4"—K½ø_?›‹|l]åeóW›Iž¶þzÎ6Tî¶Ñr³M–«-F.¶yr¶¥ÉÑ–+cv ƒ½» m•‰XZÚ,eÜ‘Ò˰ĮƒØ¬‡§ -îíé‰Rꑟ؊¥ä"z¢ønd!ÚCðËt,è(Ç/ d(çð€­` - Ø (¤|8#«·KyˆÊ•·\tæ -ôîòðƒÞÈçŽØ@-”Q›©…-ü+Hç9¡œ~àýxüzá›è K(^´\©`+eá(eñ(.߆oi<Ÿh»‚,ÆhQ=ƒ¹a¸ -»öûžMÔÂVΡ’¯pׯgò6jDñ~ˆÁÀ‹w.€U°ðUºü¨ÄJüØ>¨íâ¯d¸no½|, ±N‘ø?Am¿¾Ñ6¸7™ ßb⊃ï燙GðEÀ—'<o?,íøø=Àò@Û!§¤3œÏ9êä¼K; ë—øq™Ëñ*}r•!ðgÒŒW0tù3•½Þ%Äß(M£dÆÂ9Î`8»¾G´rhçù¨?dÒŸÀ§àø+øÐzÈ:é:çs“z½&}K¿ÜgQzÈÀm¡É[(êïH@K*Çø£æµËtÁ` &WôZ÷1Úî‘ë;-ÕCÙô@+Qhµõú5uuut‹¢½‰2û…ø5‰º¦ úŠò–.‚/Áðgp¶Mo>ãC+<€?è‹*|¾ pM…#Ž8’õYáÈÒ -‡c•®£Øþ’û'êñ+ýBͨÀ+¨ÐK: çoô¹>ãïk}‚Å3X~ŠÓàƒÿãÃ÷èÌtæ=…áy$\cˆ'ŠXbàˆƒc)º¬%ú;:÷"~\PÇPˆšÜHl›à«äx^‡çÇvŒr9M6®R>€Rú~ÛæÃ`r«#¼]á æWˆe¹›ÏT8frìóÈ_"öS)‡t¬/ƒgñ¬Ö)ÔìIÃWý]”p=íÒ€ïÓFŸs2·Õzú á<ån+r×ß8shÝO4®ÑðL¦$§c6±Äë=YÈr*<éz?ÞÂcʇg=e:¢m:D.2Hðû)Þ}œX=§[ã³hå¿n´—rkYŸ• ñùW( _ñ2ž—‰'†Xæà§ma<¥Â’AfÓ«½Ôh½ŠTK}îÑNUóf7¿ØE†vrz;t—ªµsZv¼lCK;s{kµ¶Ú)ÈåsðúÃÙ¾Hb×OᙂÕø?‡Q@¤xRU…¯áÇ.zeµQIŸlå¯O6ãi9‘”Q-%°ÓaÅpoEà6œWÒ_\¤ÓมmUâô&!pö‡ï¸ÆÓ$x¦Â3ž9°$Ð m¡g7ãG¹rTJm”Ð'y³ÏÖ‘¥B*c UTÀi¯&óyp¯jÇ5ÆÈŒÖ?2ÒÞïÁ¸e¤4rÄ—½r#ÎîX #á×8*21EÃó*ñÄK\Ip¥Á• W.•QO;žœÐr{U•mhÖ2ã]e9َؕf®»³!Œ[®Ýw{ÃÏHû%£¾Ž÷»]ŒÄê o ÊŒ}Tì© N#µÎy‚ -;D©Àešò]f*Ï%N«:ÎWnÇEZÞ1]9®6e»æ+˵D™®•ÊèT¯ôNGeíô‘»_UªÇ=¥xØŸ`¸ÌØíÏøLþ#‰ŸÏ:®šÝ&®z®À2÷*róÕZPåwŽPžçP­ìò­è:Q9^/+Ûkº²¼f)Óˬ ï…J÷^,«w–Ò¼W)Õ§H‹|¶*Ù§VŸ&-ôýP º5k~·{JèfW| çûr !Œó#£Ø-ù¬Ê>ÁJTÎ*°Þß Õ¾žÊí œ½µÌo°2ý†+ì–øORZÀ¥Ä(%`¶’”˜¬ÄÀ - \¡ùAë”´Eó‚öhnPƒâ‚Oivð%Åß5Ì -¶gµáÓç©®µcãX&ÖÁ]£¹Ï‡qŸ²Šäs>9Á”Ò]é¡&¥…F(µçP-ê9JI¦ J4Ei)ZóM¯*Þ4Wæ°DÃܰ4C\˜Í0;|aVø&ÃÌð*ÃŒðCƘðãÆéáÓÂï8D‡Û¢Ã쎭øx8×=ü¿žÄjÅŠÓº‚±–ÿ—í2n²ÌÂøÍ¾#HekYÊÒ6]ÒЄ&4M($¥mJ i)4È–*[,È@”½U‘ÖÑ©²É¢"‹2:0(B„uXÎàèœ93zÅÁ 2¿Bõ0çÌÏù¾äû¾÷yÞ{ïû¾÷ñÐSð,Nnbé:™™ž$ÑŒþ2-#Cîɰ*"f‡b’Ù£¨5û•5æ ²Ú\¡o®VŽËŒ(+3ëUc3T¡ÌŪò¬ÕªÒ¬§Õ%Y;ÕÁ¬6õè¬óšQ™_„v”ùÞfÎFÒÚ”‡RúkðDðV[º¬ c¦U)ÓrºÊdK²L² – –lEØbS޳ WUZ¼ê -K±:d)U—Yª4¥–‰š1¹Ó5Áܹš@îƒÚQÖUÚbk«Öo}AWd=¨óæž—ô^Ë Ð{sú£Ä~?œ/Òblãx_7–º4ÃëÉËúžLˆÆl#:6>‚Ì·i  ¼÷cÐÅ?…£i½*›àieœÕ„iñ&ÊÔràÖÍÔ!i¤=ŸcÚ›]xþ6lWM òŽ6ò²3ŸÃÚØ] XT»‰Ånw½Ä³wxXìøZÖÁ³žåŒßÀøSA%~8ìŒö‚H¯"FBˆMàïÃ`¨8l:ðÊMCÀ!¬¡øÍ!µú: ò!Å6£7ÈI «"kcB‡ˆÅ!jóà'ò8œð-ØÎ¾ _¾Ñð9vSðô§ÓË?öw€!n–Æp¼þÞ£NNbΠļ ã|@äC¡ÉÉyŠíoãÃs§eÜq8Î1{¨8³öФÀÕ¹ëuÐvG;Župï‚7M¢ÈYÀòÇÖaÉϧÔ묙KÔé·ì—Ù3¾gŽ+ÿòž_<ï-(@2øä~æš„q«¼á ¹"³pJ rçò-NæüÌW8Kxš/qB)ÚÏ)š $ìS‚ôo„}ÄÓí|Þ'Á»ž÷a½äº¤Ébƒ«P¾“€|·»$µpL‘/¤žñç0þ<ùDÊǸ·É -<ë*ù'þñ™àPÏ’¸S¸Ø?óö{òÓMÎwÀqðxóÿhøQ´ðvg^©pYàÎ×~æRÇxæS'Ç_žÇ_žÃ_þŸû>nî îî4nïðô]bqŒÅs„‚}¶6¾<ÈlÀò3^ûnÓp\ÿ!ŸÉð¥ð•®apÂ`ü -æRÃ<"ò6þò:Ž¢ã:Kœ²\Jä› ³ÿã?C)ïBÅÙ#a9]”ݰµc×mh翾ìžpS²ÿeºÊc›¼Ïðói$!÷å$Žs8±8N'8Îá'ÎéÄ&Ĺ  PÂÑÒ@ á^a@9KP2Úµ¬k·v0UeS§­šZmÚ!MÛ:uÚÚmš´S ߎ?&ëõgûûü{ž÷~_DòÉ´Ÿ6³ËIŒêÒÊðìfJ‰1DŒ1n²“LËi¦éVzqöðÜôÂ1\Ç–Ž+|ÝÂeð%ž~‘¾@Ôóåå>1ÿMùäq(ø0ÌUZ/Ž˜™Ä+Ä÷aç).â4£=} ?[à*ðžü¨ÜzX -\C,m˜AÌ|FX ±œÄ©£>^êÓN„≳Éã9ò8€MÄÚNŒ=ÌØy¾Ÿd´^f¿F Ýeôþ‘w?§hdûH>&ö‡qÔŸíæíD–\–”…ˆG-áãâ ©[õ21ÒÊxj5qê‰ÓL:¨G±‚ŒÆ!bkŠQñ$±v±zÌÑ;Ç™ÁÈì&­ôczìwXÏ,Ÿb†‰ÿ@~Oÿ³ÕÝ6ßcy_`û})•í-†»KÿQÖ¬y¤ð´\♉UNK»¨S±š©O±z±UX…-Â06‰k1-Ncƒ¸SÒ,ÂÒQ¬“ÎaBZÀ¸t£ò¯1¢~†îk ë´‡ò1ßc«}ËÂ6de ,¦þùœ-ÉëËýþH{ä8ìR20£ËǶˆlYäÀ¦ÈLGz°á‰LEu"Õ‡uQƒ˜X<ŠñÅS]¼ ¡è=Ž>Œ5Ñg1¸dKï ¸ô·Äü ý±÷(úc4ü‚-öN)mÀ6{£’3>¯gøý˜‰3>ÛÍ3lO-}[b’°16Sq&L.³aí2'Æãk1¿# ­NðcMB«‡0¸«7#´ýIóèK:ÞäëèN~]É¿BWÊ?Ñ™rÉšÐAyŸ#àÛN¶aŽ_×Ü´¯'ùý[Ý,m²ƒ>šNSNŽÃDJFSóJ³`(­«Ó—c ½«Ò½dt`eF/ú2Ñ“9ŽîÌiteîD§þÚõßF›þ*|ú Eÿ‘ЬÿLðêï‰^½&z35ñ.õ~‹¸79ò\án{Öù²–#V5mÀV·ÕÌÙ2WÀHV4†²R0˜ƒ`Ž ý9¥èË©DON º è2ø„Nƒ_hÏ -m¹#‚/w½ÐbÜ.xsB“ñ„Øh¼"6ßë¿댟JµÆo¤Ú\M®5hò»Ë9ÁK?p =M9Ê‘cŽãàNÞÛLä±:?üôåg¢» ]¡£À.´T ¾‚:±¥ IôtˆM…+ÅÆÂ!Écš”êM[¥:Ó¬ä.ú–ì*º,//zC®2} ;MSœ¦¯g¡¦8 4åu¾Eü—Û¸ku09†nå(L3õœíÈc”<ú-*º‹cÑiNC›Ù€³IðšKÄf‡ä1»¤z³G®3·ÊnK\cT–[&”jëÅiÝ£TZ)ÖKªÝzK-³þ\µYÿªÚ,ÿÕÙ,š®Ì¬éÞ¡í_#æ5®ç9~ž¤âçgÉé)ò˜"!ú¥·\D›--¶d4Ù²à±å u6³XSZ&¹J«äj[RekV+m]ª£,¨–—©vû&ÕfZ-µQKìU‹ýuÕlÿ™ZlÿD-.ûJWlÓ"ŠKµˆrÄz¥“#j/k×ç)ó}Œ?WòXG ’‡ŸöðVFÂãˆG]ej¹Bµ£Ht:J%‡Ã!—;ÜJ™c…j«ìЕTö묕#:‹s£ÎìÜ­9«¦ªóJ¡ó»J¾ó}%Ïù%¯ò+]žCÓåUhoç;=¬KŽÛ«ŒÇ WrÙLãôÍ*ò줽jT¸\±¨v¥¢Ò• -WP沊¥®rÙêr)—G-vµ©E5+USͰZàÞ ä»w*yÑ}N6¸_•rÜ?•²ÝKY®/•¬åššU­éÞ Ýopô~‘cï™!ÖÊ~Žž»­Œcää3íôWí -ÏbØaóèQâɃÅcŠ=e¢ÉS-xä‡äÖ仉Dß]$´ü ÍŸ ^MŒoÒ¤Wiÿ«Ä¿0Áœ˜d}æ*²²cs‚\FÈ¥vñò¹*ò5wË0v-¡+ Ù]zèýùÈô[î¯@š¿)þ&$û»è@‚-–ù·!Ö¿1þÓXâ_Àâ®wÕùDwüKÚ5aI›&ܤí¯ÿÜpb#óró’23 ¬_Ïœ /?×VyVK!í’X„”@’iH ä >`²€ ±*Ä<ˆ´#*@dp ‹[  ÌB œ€ÜRÿ õýrß? ô~µGà ž™X/lfNlåÎÇd–2C™äZ4@.í¼_K.6r5Ò6É#"–†¢J@d(‹BFèBf¨¡ -È!7Ä ]ˆ‰†©ØðÓ”cTˆûÄ.-«¹„ üÁþ%å>®ñü‹Ä:=ܨżäãÏ>ÃÍÏãü­oýð$ý@ŽÅä£ßÄÓfS:aî¹a6µ0›o˜Í/Ìæ®¢°è‡™ðaÚ$;¹ƒI~XËÅr‚Ò8'¶1N¯#_Pîá -Ï?ϵç×Ñã{™—sÀî}ŒÇYÒæo»zÞ/ã1yÛ”ÿ‘]æQQžW¿ó}ƒà®¸@FdfØÆ%숀QDA\qÔjDtbpE+îµ®1õÄš¤¶±QQSÛ´6MmlÚÚÒ&i­¦§™þ†Ï1'<ÎÈ|ß}îöÞ÷>ä§~)ËÐPËúà,·.pÉÖqÙÖ¹..¿Z4U-Í\K¢kHpM‡½Md bn1âl!l5y¨vÊAâÝ ß®œK\mt0].7sx-Fá[ ϯŒ_Þ@ºá ú†á€Kv —mC` 4p¨h¢XÏË«wrè´«Þ£Ølð+Øf—#?$î=pî|^@ÖƒE®ÒmÉM$˜ñKüy®7ÏÁ2¸?6³mÆ~8¸äÔÄÁu0d4Òf¹ ’f¶Ä&¶Ö ˆÒF6úõÿ•ýpµm'¸¸~iU|Ÿ¼C$$ýÂoâϱL»±‹exWo¾³˜îflÅV³ÖÑg¸íq @rÑFR[÷ð,=±ã‡€¾ÜöTÚ±µ“25óÓʽ´(y Ä´‹íñÚýÝ‹.M €>ÿd>Ä"z˜>=Bu-‡éî ñx% É“äcÇø;õ8‚¢9Ü%­p8°[ÍEØ)A:v㉌ uCŽˆô8 -¯"6Ü8Nzp -œöà,Bá\/–Czµ“ór?ÞbA¹HM.q/Ñ\—îâàx(-𭃫žJxŠÀ8¸,ð„ÿXÄû>.ÛgÀ9øp¡\èCØ—Å-N®€wÄ-V®svoŠÜ¦?îâÇ=ÜÎÈ]šì.¤w.‚›ÒçŠãœâ*3N|Qðéàêéâ¹èáx\õ1éD -R>pÃ#Ö(5²Î-öEHÒ«ÉG×x„-—ЗðR“.ïz³[ó~½€D HCäÊ×hݧR*Od&úp®|) QŽµÒ…šù;Šão(«Ç(­¿¢HþB£~NÃü eúœ ÊÇüúk¬Ý¿·Áup |×oùF†Â†"‹“¯ÐU_ u»Ð2¥µX&ÐuD×=D9}Š¿ÇOP?P^¿åà~Œâ¼½ƒÎ¼%o’ž÷åž¾.ÏH™Åç$}NÊæÄÃoûð?ðQ‰o |AÄb„ÏÊÛépä¢Ò&a{Š|„®»‹®û¥v?n¡èn¢ºn0¸~!Mpl¡L»)We;E ¯ÀuŸ’~A 9i%7΃³/øð 01È¥¿¾Ä¤“_‰^îI<)ØÏ"Ž Ø/$†RyWfÐUṗc1ËàX…íµDÞŒý­´ð^ZùÇ¥“ªÜà(ýYŽé1Ÿã°Ç¦65ù ü¦»¥¼ycy &# -qö‡S‡Õ0øŒR­1Ë|%Yæ*i2G'UÚW¤Ò+_*¼ŠeF2™Þ£JÊz,’©=ÈŽ÷)ñÞ.ÅÞt±O§úÜ‚ždR¯'À)ùà}ø/3Êϰ‚µ²×äjw­ Üeø·’œ,íã-Õ>ƒenÏ@©ê¥—ŠÞ12£E¦÷%e}Óej¿l)í7AJúHñ€R™< B -TKÁÀ’?°Qì¾Ûä{¾%Ï·S^ñ½%¹ƒ>—œAÏ€³?…ÿ«×ItíA4eŸ[E6²žÖ““:ê³€u Ò·¯”ò—iƒC¤tH”” ‰“⡉R44U -ý2e’_ŽLô›(vÿb™à_.yþó$÷¥:Éyi­dëZd¼î€déÞLÝ2V÷H2tÏ€SãÂUb?Ϻó£ Ö®×Ý|náÿ6rÀ -Êš:›udÚ0)Ñ –ÉÆKA@¸ä˜Ä>Ü,†Û$oxšäŽ“œÀ<É,”ñAÓ$+h¶d/•ŒàIÙ"cBökF‡œÕ¤„\×$‡|¦I~ª$;•ä §r…µïÜXÎ"×ê>Ö¿ÙÔutíîôdÖ^ü¨ÀWô2)d€ØCt’*¹¡Qòrh¬Œa•¬)’9b¬&#,G“–¯I ›¢^©I _¬¥_­±éJ’¾]±êÏ(#õ?WÌú‡à‰jwªæ0§ö2køiø Kö²úmg%ß”ã^‹]+ú|ü(7‹Ò³y½å刡2."P2#Ã%=Ò(c"4©‘Iš”È4eTÔx%9Ê®$^U 3UKôBÕ½JMˆÞ¤ÆGïQc£O©¦èkª1úSÕhø·ÖdpjMQN/ךuþCvVOÖ¾­H“hÛÕü­©2?¦áG>~dÇøÈX“¯¤™†Iª)T’M‘š$c¬Æj²(Sª:2&S5Çä©ñ±Ej\l¹6&nÖ÷}Õ׬âÛÔ¨ø“jDÜ{ª>îUû/­>Öéãôê$÷'àì(`&!ÏZÀ¾¯Â§%øQ…SðÃNÍ2-ZIIè'6³¿$šƒÄ’ —„£&ÞlVbÍÉjŒ9C5ŽÌÕF,Ð,ej¤ežaY®ê­Mj˜µUa=¡„ZßU‚­¿S‚-_©Áf§— çÉÿñIÌEVÎÝ%ô#hD­,dÇÅ -jS‚Ÿè™ ÎM¢­—˜“†H|R€ÄÚÂÄd3h¢mñš([’ò²Ë(êó ãÏrß‘K”C…bÔxÔ“UŽ ¬ - A\Aŵ(à-56ÒD­€Š¨<ªÆ“ÑÄjb¢¡2š&Íä¨1iš™˜ªÍDMœNM„þV63­æe÷¿ßóÞßûÄŽKtЉ›ì7Õy@Ül§(ã|§HãJ§~ÆC_ãvC„ñˆ!Üø¶!ÌxCaq÷BÇu9‡Žír9EìŸÃlÌ£‘¯°îUówÍ,êÑ.[±/—8™‰I"52"Ñ]Cü5(¡·&DêW ±ŠNjèŸ8Ú•oè—h2ôMÌ2ôIœeO*1„%-WhRµz%5($é°‚“.*(ñº‚î‚㻜‚&t9Ÿ€ç ü»ó™MôD!³‰¿«ù¿”5x.qÉÅÆ4je16ÉY1)¾êŸÒS‘©}Ô/5Z}R+¥¼.ä= ¶˜°e,±yšg#°'€\¹– £J|—1—l1—m1ƒ¬˜Ë¯˜f.¦ˆçÑló0¼ˆCŠÐ»…;Bjî%ÛÛoˆÃœGjÆ÷&¤hÃ:úòɆ¬ÚHO¬Ç•ç¥LlIÄá+¥ÂóÞØ,;*иè¹ -.×ròÀ¥[N,Ê,erA++“–làÐ: -!¹ˆqá—ú|èÔ«¤ªîúú’pm¬eF¿„üŸƒ=“øl,ö<ØÔƒ9=±¨BßVrRÅe_Å¥_Å%SÉ…SÉp©¤±*ÉÇœY½™Bk!ÑÔŸ!rï2ŒÖxvÂ[ÇÇ›¶ðu°Ij¥„2y?»†(ì -¶Iî@v¼ä€EÔ†6B[/а”ØÈ‰‹ÀF,l‘ Öð…ê=8z†æû€Â»C⪠¾ÛÈC=oƒe Yx/åwôˆ½2•ºÛž‹é6–Ѻž•¼ÔS£u,&õ\ˆ ÔE±¨'˜uÛù>[óVêr ½±ùv5ðUJ¥f'¡j$E`&¯§€80ˆÿÃ/@*tƒòfUæ²Äd¯7ÍÎØÌ’ÚÂÔLmì''À(¢w3Ÿç¹Ïyþ{mç¼ZÎ[Kë.VâY¬ŸÙÇ<âqRè´Žà 8ôxùç¢G8êe¯cÄä¹9‰§Y>ZYŠÎ“³ ¾³ÕY?s´³@}¥Ípm€§Ž O2<#à‰„#sŸ ø²§A+`ä 0»…Éët\mÔÉejõ=ìø Zî*=r‚º†£×øâÕUù¾büÊÁœ£á‹&e=OIn­ÿÅa?ÿ¼o‚·Âìð.¸ Ú‚ñÏàS`0§w¿!/·°ãÃöƒçŧoŸy¬yÿî D«-ñ}÷P&ý -ó£fè*á{”Éw躲éßAÑÜFuü÷-ó&šæ”Ñ×Ì$ì¯ÿ©:Ðr7Ñ“ô'ÿt€wÁÁÿÛà¢+PÐ4÷ÑwwÑUß¡uo)³§qvž¾B±|‰Rº¢ù5uõñ*ä”ÐÇ4ì‡hÝkh«Ôâ×N ÞãÉKèš6ÞÁ9pö ‚ûàŽü°:u ߸&à‹ 2õzê}TÒUôTv\ÁŽv츌¶kcp½¼ˆ:{‹†½@,þ@ážãçu’soZa:íÀqpÔaC'`ró„à%…ò§žø×3ðŒ# Ž)Ä.‹ós9ßÊÉœ]ÂÙ¥”æRÎ_¥S軓¨ÃzŽí´I msЬ\¢¥¾¦µ~Ò~X›Á>°Øù™ÚäSÄWøJ©’Ë -À§¸báAÌŒp$s~-2ûs9{6gЪ%œ_Êùœ¿ -ÖuœoÓ«Ú -G?‡ÕH!ï SõDº^;¶9`÷ÿ[p¼ï(m{[½ÖmU/ü‰‚o0\£à˜€ý)œ®½Ø±›¼4QÔÇNîìh õZ ÇÆi-•Ñ@•¶ðªU›ˆ¨ okð¼î¸ ÓŠ¢m×úx¸ã_ œðÅÀ5ž1D7žóS°? /³´YÓ‰z<ùðÃS -Ï2ήR5¿_à©õXûÇ'i1Ý] -÷/ø˜ÒÎUsë÷ãõ0£­ÙÀ}Ž urÅO| ãø4ž_Ç?‰ð¤Â“O––cÇRì(§>Ê´ž -&H¯lšÏIÅxUD„ `d.µ™¿ׂuaŒB®Ü£\w-¡\K¼·Í“ý;^”'ÞqZøbà×H¸Œø”„©ZH},ÀŽêcýRÄï¬Èçsˆ”•|ä‘Ñ™Tô *.—þÈ¡§ÃoG;¼çYN2J‚=¼®gy™1_ÍŠ´Ö••ƒœT“Åê_,\Ca…OF¸’à2Áe†+®™üäóžå²àA6c¯àç Ç•ihS†á†ÌNw•îôèRkÏYÖ¯×X}šÑ”¬¥[¹bl¬‡ë¸öV“Åž®*qê¡B§ÞÊwŽ’Õe ò\†i¦ëhÍp¯·geqŸ¤iê1]ÏyX•éY,³g…Ò½ž×¯—5É«I&ïcJñjÓDïJö¾:3þÖÑ\Å\ó{Ñ” ãˆÁHbÀûk°¯œ•°–ÌññÐ,ï åú„Ëâ;@Ù¾ƒ”å7\™~c”ñT¼Ò{LTšš&ûgËä?K©EšX¦äÀ*%Ö*!h—⃎i|P›ŒA_€@—Œ]:ÏÊur+»ù ð/Ùƒ{ {Pq‚õ„{/–`£p;¯«¹b_AWÓ0Æ_tT3–MÀBŒ3÷“Óì§Qæ ‰RaH¼òCR5<Ô¡¼ÐáÊ +VvX™²Â'Ê^­Ìˆ:Ù#+ݲJ©–ÍJa IŠ8cØ"®‰wÄðS/޳îýðvŒf¶Å´a®c| / gÐ1-k„ŽÒȾ*´ ÒK ò,áʱÄ*Ë’(G¤]‘9²GéÑcŒ´è -#5zš‘3ÏHŒi6l±+ŒøØF\l§û¾û™óOSLL)6ºÇãèHÎx÷<…Ï)g¾çuEïHîÄðÙltLAG9µZl3”kõV–Õ_™ÖÙ­QJµÆ+Åšªä¸aFR\¾a‹/5âŸ6â¦Ö„9F¬­Ñˆ¶-7¢loÛ>#Âvʳ]Q˜íŽžðSx|Gk~Þ]Œ{›*¨G°_û"ÏÐQ‹ŽJÆÁ2jµˆ¾q${)-q°Rƒ””![’UñII²&g±ÉyFLr‰RnD¦T–ÔYFDêB#,m™š¶Aæ´·œzR©—”zÛJ¹o -Jîñ8Ìš÷Á¿s"õ8‰s‰1¼•÷‹Ñ25äh{5Žš) VíŽ>²Ù}g*«=T1öhEÙm²d¤+"#ÇÏi„e–!™•2gÖ*ȱ@Ž u¬—¿c¯|'4$ó¢|3oÉ/ã¾ákï1tQpnÇmÀ¢¾–M¡'ÐR÷+l!9™X&¥^òÉI9‰Éé¯Èl_Ed›–©Ðœx™sRœ“¥ÀÜB䎕îùåÖhHÞsœ÷Šæµi@^‡úçW¿Ü¿Ê;ç{ Ⱦ'Ÿ¬c?<ðocüoŸ×- ùéYžW£eâi4Z ­dzÇRä©à‚A -*P@A¸ü båW˜¤!…™\8B PX!ï¢éêWT/¯¢—äY´F} -wËTøøD7Ô7ÿGyŽèÑo·÷À¿e&çãlú ð*hš…ßAK5ŸU—r5Œ=K`BÇò+í¯A¥¾òqšåíŒRg‚žp¦ËË™«¾Îy8]2&©£ñW£_F'f¦”½”á{Ô7er,þEûàØßæyØ®ùœÑõhM¼ŸÇ³iè*GK!#¹¼Ä %ˆZñqyÊÓ5H®@.S‡ª‹ÃÄ…¿sÑØ.ĺX ‹¹šÁ*aÜžÂ8”}H}ÍßÌvðï¨ãžz޾|³¡‘ó 4aËfó¬-cæJyä)-höcyOLîÃá9@ªò! -pÑTqÐWqèTQÌ•®¬®l¥¸1³™N&œ%¹LŽã™"ÇßSÛøÊH]KÊV-AÃRî lHM_å³b´dò½8ò̲’ÓL†Œ™\ðµ µ€\Ô‹rQÃá[CáÔ°y3=£MÅïN_™ÄTMà MezœÂ^L¾¯Ý¬w+Ü^ælha^@î^ë°…SÑ2-ÃÑ—Bn,èñêy¡I½hàbo õxÜzzËÿ.˜ù$ó¹€êh¨:6°Žšx–ÅÍ[ÃÁ‹‰ó’|Yšu‡uü¢ðlYFO¬älXM_bò~ærRÆóäg¢ÏÊ÷‚ã^=ŠÅ b‹}hf.ùE C‹"{²ˆºh&Í4^3ÙDR!X¸“K€‰uôó·XË=í€k3µ#ñµµä€×:¨©”ñ8žçQJIh -_! æ»@ÿO6òÑJ>ZÉÇrt,gOZ9LZÉE+ÔÊ~,#É-[ØìC GÝà&ÓOÚç&¶iÍ> ÚÙFþ%-Z'¥ƒ(à>/ ‡X÷8<õ±Žúh£>Ú¨Ñ6.™6zd=uÑN.ÚHä:‚¯í$éç8¯´R]¿™{ -yÍ`ï'm¢…XA Ïúõb‹´ÙƒÁ÷ql'';’wÐôèØEŸìfOöpؽIÓ¿Iâö°;Oð½«üæŽ6ò»ÕKy<LåýXÃû„]’y·4`lø=èpþ{Á[nì{oƒNútŠÔÆÙ®j°ä.zô¹8ò¥ÖÿUâ?Oìjàùp$;Œ˜;݆ãw`?8ðÀv’.·1êÅQð.`™:E½žfü€ž=ÇPô{ržé¦.ºY|7?<^­¬§¾YðM` Åp¦Ã ÏxLGá8æŽÿ£×§ÝñœÛ¬õÆ?¿Ëää ÌËW ì×è×o8øop |ûºt“ÄÞ|‡é^¡ðÃZp!IúYY8³‘úÙý“ú?ð¹g¢ÿž ÿ;¦ý›¸o™þoà|®ã‚¾Æ…}‰Ÿ¸Jq\aÃ.‘¨‹úPt IÿÆÓâiÀGà x<®ážL¸Aº‹Ï¼¿»…¯úy]N¢¸ˆ_©ÏqŸá.®à .£ã":.àgþ‚«üØ+<¯úX»`߯ÕüçÐq†Có}\å)­÷pƒ'q£'hØwi ãäâ(ÙůŽù0l‡ÀAÐ öº5ü ¸ÁÈ«X§XŸyó…/®¸ì:«Ulëà]ëÆл~¦ ö”VgÝ%ß…×=(ÖWºÁéçìdÆä &£°=HTàÙa¼½_ß`sdòKûýB)ÿ|¡½¼¿Ð/¿hÉþ:E¾MLÉÆ}²Àqãá.«Á¨ ju£ð8ÄeX½` òoTû`·—Sú¸Ñnz¨œnª»‹êïÞ~‹ø%#ïþRÚ#ø:­6çGÑ"¹‘…;¥’qÙTa8pJÀ©Ð<úáÑ=Ä¥W;ÁéÓ.íÀ+œ´S;ðpÞJô[ÉÍðçí1ãö§±´mäØMÆÿeZüÙPF£‡± öbnf~K+ÓÜÉͼܣÄJ°jÁjÔ+äi;ÿ·ñk ±Om‹‰h½7P t½ð뱇˥{VF-ý*6è;ÉwÇióøg„V; îÁÝâÁ³‚eÅ –,/X¥`Uµ¬f°Za³Œ~­ÇsuD±†ŒZKNT‘Ud`%·‚ª¬˜ïY´ñgá'>ÀÎðþMäØdÙ!äÈ r gñ"¢„/£À3S 6°2ÀÊá^ù`UƒjÕêµÖ°YU‹¶©rÑ­1Ž¨ÌøšJ|ÎhµÏ ¨Èø¹¼Æ/åõù£g‚y—½ö#ö7³é1Æ?}Äh2­%ÀW;!jôÑzßÕ-NQÍ’LU/Y¡J¿•ªð+V¹ÿ•úש$ YÅ* -ì•'pX…AGµ2è´ÜA7”ô@¹AŸkEÐW¼>ÁætüÛÈà«È®ì#ö\Æ¥C™ø€ñßaF’›º?U‡«"8Nå!‰* IÕê¥ÙZê’7´Pž°R„W+?¼Qîe­r-ëRnÄ~åD¼*Gä)eG^WfÄÙ#~'{ä×ʈxÆç9}\€<`¸Â.y®œ\Dzåó!x À¯ ?µ¯F¤{UŒQ%‘ÁZ%OärDY•e—;Ê)Wt¾r£W)'¦RΘz9b·*+v§2ãe7M*ÍtR)¦k²ÅÝWrÜgJ6}%kÜsYcç q÷›à_®$ªy¼YC.2êûá±[³Y‘È×r ;g¼¿Ü¦p¹L±Za²ÈiJQv|–²â]Ê\î•Ý\®tsÒ6+%a»l–}J¶L(Ñò¶,–we¶ÜS¼å7Znù+öÌ`N˜3|À½o€}©u xtzX‘òÐØÈä’t4f²¯œ‰ÁÊJŒRFb¼Ò“•šhWJRŽlIJN.U’µF‰Ö²Ø¶ÉlÛ«ø”1™RÞR¬íŠbl+ÊökEÛ¾TŒõ©!Ú:g¸ƒÜ¼î…zò±Az›dU†Ón~{¥„\ GjÈÕÕäª+Ó {j€RR–Éš§¤T‹SS•æ9Í­åéÅŠO¯–ÉÞ¤X{‡¢3ú•1ªˆŒi-˸¬°ŒŸh©ýW -µÿEaö' -OŸ3ÜæÎWÁŸa9ÙLM`¼ÿßõÀ£ƒØ4«µäH1±ÉÅ')Ž%²d…Êœ­ø,³LÙ6Åfg*&Û¥hG‘"•Šp4*ÜÙ¦Pçn…äRPΔœåïüPKœåçø³ß*0{N·¸ó0Ï#½O°–ÇÆ· 1YW»ñI;¿7Á¥.EÄ͉O’ó}ç -Rtn„"]&E¸’î²+,/GKó -œW®À¼õ -p·ÈÏÝ­Åùä›\F÷¬ n„ªûSòþ$£ëùäÎéæä?˜gÛ˜¬§Ç°±vê’Õ¨ ^ípiBWÁ¥¼ÉÂ' ø$Âã§ÐÂ0{bè±Èß“*?¯C‹½+åë-•Ñ['ƒ—ƒ‹vaìyE,k^/â܃øõ – -Ù7 žê8—À<ÓI]² -½¶“õ‹×!>wÁ§n UޝÜë¥4|bÂ'¡å¾ZR,Ÿ²(-*£¹—ÑHÊ(är‚UÉ2‚\ÆÊ·cƒz¾ŒIXŠp/aJ—ü‘ƒCñ]ÿî¢G#ýî†6ؾká·:¸#És6üM®Öe¨ $Yi¢µ »ZvÌ;¶›ObœVÃÃ5ì55ýØIÅ"YÍQõ ‹;VÅߥ5Oõ.wžûkØô>8@ù064@oà»p©Â7ø%¾f¸„ã;ß~d¿lf 43l›i¦M4³&šI¯‰†·²pä†=Øa‹i T=‹É:”c~¨{®€ìwöÓXÃŽŒÀá ýi˜š`©ç -¥‘ ¡†s |.¾ÑÑ/Úpí ºvšH­æÒFÑ·’ä­Ý8”C[Øk¶²Øm¾ÇR‹z܈’mz®KÜù,Ø'Gá0‡Iú¯=|ÞŸjÒ©.™ð4ï•Âð±Ò¼õ2Ø{ýxÔI!1àºþÝäE…ÜEâì¢ØwA|'—Ü"Ù~ÆÇ‚¸ õÜñ78?Ó…Cp T'ŽÐŸxd‚ôà}ç÷q\Jqá -ž±Â' -®~øÉúoÛoĈÉÂgˆÁ6D~‘Ÿƒäž  â>ÚO^î¥6ú¨Ï=¹ÛDïÍðõ™ãp˜¦&°ÜÕó:>€O5|VÂ'gLp -ÆGˆÈÿ¶qü1Ž?ÆC0xŒãqDÈ‚` _ŒScÄã0Î=)d±AÁ|Óÿ©óàž>Aøi ëç}Ç[̨7©~s`x…aÆ7À›·©ÿa/¾GœN!¾¦ˆÓøc2EL3ˆ¦)®i‚:ѝ³ë'/ý‹ÿCçOÑ›(ÛWÏâRlï›NSÎ|ŸË«•WF¿|1ÄýK›¼gÿ£^Λêe³ÔÉ,1¹H£»DR_$À³3ÂG<÷óµNññØ,î!UzxÝ‚UcùX*ßÅ\$0ÍÛ¥ÑOj³ðˆåê¥]ý»¶°üŸü··ÈÛ â;ÔÈ]Šþ.¾¸ËƒïÓ«ÞûBSœ;Æ™}œÙŽ­Ã¼Xç!9pcþ¼»ùbùáLìöÂ2rga)úÎ>ÀH{DÄ2ùú?£f?aðþ‚Z}H<"ÑáÌGüñÃO5 Ö ¼;±FðJÀr€c~O -ùcþÜ_,€/Ïþ×åu†ñ‡Ër™¸ —`a@`Fá"2àTDToi’Fæ-o¹’i^ñ’G-]ËMÛ4mÛ³g3×vs«MÛ­sZ[µ]Oµµ{ê”ǵ6öƒÎýã=?føÍû<ïíû}ŸW|‚ìUì,FiY—Áñ‰µAÁx{{»ÌÌ\a9ýˆÞ¸Ê¬^cÀ¯Óð×IÀõSlÖú?óCE¡“õ´Ä-tÕ7hª±3ÿ“ ú3¶ø›lØgwÿ5sýýjçTÖÇ ÉG(±P›—iŽ÷)ØŸHÖ»{Mq ooƒðì ìWØì§ø?b·°¯ÆöŸ¨/Øáo¢gn 1?Q-^ÆéC6ú4Œéø÷â{>~»Ñ«=úZâ*ðMôÄy= N?)yUs𽿗¤l@ç|Ø'±~ÂáÆ Bœ3DWÑ4Aß]FG¼G..É­·P&Po c~ƒÒx¯Áã<Î’WáqUv}÷ -û2CtŠ~‰‚žàW/’µãdøˆG±Cس>ƒ±‰qbK_ùŠÏB62Y@ .üWÑõðoÂï$üNÅïÄâÅ÷|Zuþ{ˆ|¥žC¥¡&‡ÐxùæYXî#¢=Tv7¨ƒ¶ÛŽ}æçØ_ïb‹œÞk©×¨ÇitÕ)rq‚¾8®"¸Äw ãWïF|OÄw#Û‰ÿYÚ‹Æì‡ÇnÔé.tæjòŒ¶i+oõÁ|‹.’Ï8ÎÔë³·½$ªÅ¨øÚû—wÇ!ˆ˜¢Á³€•NÅø/ƒ üëñ?ÿ÷Sù)`L£K›áñ$ýÑ«Çô3zã ¾YGôkÈÒjºbÑ®Ôm*6@÷ Ü}^õÏyߘôÿ!æc?¹ØM.¶3#(2›Ç0Êá_ †ŒñZÂ]‹â]Ç᱊º¬Ðb&e…–òVl—Íb2ÛM¶éßzì…>»ìås>ü£¾#ã“_¦™‰³O6±€QJ,åÄQM´pÆÓN+8àxÁX¨Ôd>ìæâeyé¢.¦g¦þÁúñ6@W3«-¡?\5Çxäónð·ú®¡' -n,%—–8¥à”ƒSÍ*á¡ãÀiÑlê2 Ï3Až®‡a´RxjÇkn¥Ã'SýItâ$ðíi7¨&8BUA&U'©,$]#Bìr†¨tH‰Š‡”«(´Vްq*›¬aá3”þì+•eÜ,›q¿2"N)-â÷²o(Íø­Ò#ôøÏU°¢T3‹Ø&VžµpYÊ*¸°5˜Ú´Q¯FV¢Ñ¬Še‘Á*ˆT±1^…Æd9"3”™£¼ÈBåF¹d®VvôeÆL”-æ¥Ç.Õ´\)¦MJ6íSRìI™cßÂ>•ÅtK–Øï0Z¶Ÿ5g[½Às5Ÿ{àõ üfÀc2ý2–©FÆ8ýå0…)Ï£“YÙq©ÊŒËRF\¾ÒãK”–à–5Á£”Ä%'NS’y¾ÌæeJ´ô*Þ¼W&ó/k¾¨ó þ¾…qw÷!°÷4°[#7b³ -?‚¶ç¦à1‰~i@2TfIÅÔ&gh°l–û”f‰Sª%I)IéJNÊUÒÐá² -“9y´“›ŸÒ.SÊ\Ŧ.UtêFE¦î‘1õ„ÂSÞÄþ&cÊwŠLÐωû ¸»}hÚ B1é£ިȌ6msnëQhæ ±íR°í¸ ¶ß*(ãcg|­!é:FüÀÝÉÚûu¶r3Áw³ù_[è“zjSANŠèáLæÆœ=DqYQŠÍJPtvŠ"³3e´ç+Â^ª0{•BsÆ*$§UA¹³dÈ]¢€¼õòËe‡ÌeQÌaáËaK°%ûzžÕ?ø;![Z9›Ñ³+øûa¸xÉK9iK=\Ê©[9Icnâó#ž§Ð‚¡ -)ÈP°#OG±nù;äWÈîXˆ8-b—.ZÃß„BVÇëØ‡8ckÉ¿­#àïûÖî͜Ӥå<»ùì…K;\Zš¥:¸¸è›\r’LN¢] -) S`i¬üK^'âdˆœ4“FwÒTN~ìœÎª.t…‹[ÈÉò\Ê\ògš Å·uü~0·ñê&(¯ë‚Ïn>{áÓÑ.5óN \‹ÉY}’X‹î«öW€›ÃÜqѸSî5m%MS9‚ϼ䆼'• 0öywe‘/gK(»‚}%¼­ƒàïs«—{ -I¸nçÖ=|×6ƒ¹ÄM5*˜(Yqk"'!ÔGõhLÏ}‡‡ÄÃAâáà­CKÔ1àu4UAÔá°n†pÍf0 -aPó>ÃNªîèqïûi¨ö’²µÝpÀº¡9D÷Á¥ŽwœÈE;î,p1RæÒ¬– i—ì.¸f.ºf÷&×&·‰ÁnËáÆÑxb½Òx4ÅX6µ†÷ˆ-Îó½öAqx}‹áЇ¥Ô[ðs —FäH%ïâ& .&òÒ >¹Q—Y;Ú² 3•\´ ½w¨¶18ShÞ)4Ð’×Ê[¹'£k&!"'²-µ\‚óðü^ý´ìv(>µœó‰’­¥uzxÎ&u­|ïá§.¸Øáb!/ðñ#o\æ¼4hèJ/}1‹‹m}ÑE_tqáuq Ì¤g2\3 =@§³‘tî„?®ã"ÜoÂ÷ŽþÇw™ÀD}¦aüáácF®ŽATT((µ@E± -‹Ö‹V.µ(¤Ö‹Ój×UmlÓScSè¶±Ûmë66Û5kj³éžu³µ»ÛlÝ®iØßØibºÉ†<™ëÏû<ß{}ï{®>xósO'ýéIî*Þ¯á»2´äó{*~‰ÁG!è1à/9ÑèÂcN c;:¶££ èh /êñE=‰SO<¶!¾ƒ[¨ÍLŒ›˜Þk?Gÿ Á××·'A!«ås%zŠ:(!Ê:¡] -Û+ùì¹7X}ûß;ÑÆ؆Ž6t´1x´Q«­\6­ø¢•¦×Jâ·p¦ƒ8ú ˜úÜÁDßøµ†àí£dzÀnPW‘¾ñè|~KASäb€.9Ñåzý1œßw¹/>XttsÑuqwÓ+ºWÚ…£;OR€¯x&ê}_i¨ôóìëheËp×Bl è¨äôœoïÿA>À'ƒè¤g 0œ Ñ\Ž“Ðƒw’~r¢—êØ:6„,é&†ùM¼®äs˜Íûx¾3Ïg\Ãþ 8‹Mœú~æZp·†Ñ1B~Œ£4úsÔÈyû<¾ã¡Ñ žùL=ØÚ­­ ÊYº [‰Ø -ã1¯3÷† §MF]‹È˜k!:žQ/€—Á«è¸H/¿Hÿ¼L­ŽS#ÜàŸ'ÞÑðl‡c-(‡'Ž”êûÆs÷Ù½à²û¢krÚw.…´<½.º%'¸’X#¤·%¨|Y&€>¦^§V?¥¸o’ì7qîÍ™¬õ?¸+?6Âp¶»þÁ>ó%;Ä-&Ø?3Eÿ‘Iþsö‡ß±Y|Fƒø” ç·é'l!S,רÆ>b§ù‰q•€}ˆ³>`§ø%Ý/°ö. WÀ8x¼ îçþ| ¾dŸ¸%3|1bú…k.< àY O•Ø­Ö{lSWhVï°¼ŽŸ£ã-tL°Ž³™¾©A½Ab\Æy—`¿¨¿à¶I6ŒI\ÉüFîÓð/@÷†WpôvškìwW™ßßÇï*žEØ-Áf96+9G56Åf-aÙʙٚ±ÿ¬]„ï(©q’pŽÁ÷)tƒtºCzM¢l’”ž$Å'Ù<¥‚?:#|€‰ó„òŸ1ð%Óíù¤DvK°[ŽÝØ­"E×ržØßJê6b¿…Òh§DzàéGÅÊê%¼ò!Ÿn«^'Ž#àïðý0Qð„ð«àu¦š7œ!¤c$·££ÛˆKù±™¿Z~Ù€ºuxéQN´†xü„xTSmUTájø¸â.]b$»À(2Ìus’k‡nιéá :m£Fšd!Ê6¸ìð$Ãã€%“säâýEZ?Ö¡c-ùQC5߬æÉGðE%–V`µ?L+'eTB)üNŒÒòƸ^N™¹R¸z¡§-\×p»q#ÖBà ç\1œ)3¥p&lóàÊ…«®%((ÕpÕðnªvêAN²„xS)ETp!Ù_H< -ÈÍ4\b ¼`ã:àº?Á8x,êûk·mÍø…ngôǪ¾­$7–Ó7–¡ãat”¡ã!åi)–Kø[Ì/E©b$©`\[J+ó…ÂÅÉãà›ß,øf××"¸Jà©À~ ¿Ôá­f2¨‹'‡ðÞ9"9nY·ÉòÿèÆ­aF¬%½ ‡÷íhÙ5“0™†8­´0_“'Ý•çé£l·`øÂ4Ç-ZnñJwORª{šfyd*Å#OIžÅJ4”+ÁP¥ø)›çµK1^²z*ÊkL‘SÆ>åº,^“Åû[=çYV³ãùŒH ›=n/£èNÆâ-Œèk‘W›É›…Äfž¿§Ò¼šé¬do‹føX5ÝÇ.»O²âŠ5æÈæ[(«_©¢üV)¿V–€ÇÐ)sÀ Lçì?¡ ÿ -¸­ÿ»:ǘušg¨€\`=ëb=ÚÃçèØÌn[“JÈ—ÅäM92›Ø$觘©&Y§†+:ЦÈÀDE¥*É;bŸ¦DôÊ1"ðËà×ò´üUS,w5ÊùŸ…»ŸµìiöÈÐZÂÊÀص‘±¼Š8•¯"+*±IÇ'ÓY¥¢¬™"üaR`d„"cå•$ßè £såm-–—µBÛZyØäÃÂbc~³1¬YÙy­ì›Ö[Rô s¼}åÔk@¯-Œ[ÛѲßV£±_á“|’Ž;#ª%Á]±Fcƒåg‘WœM†øDyƧËÝž#7;δcÐÎü˜À2;…d:‹Cªá/þš÷øFgáz†G{yŸb—Ý_‰Þ7ðÝz´­Â'åh)BË|´Ì¢vb¨3>1&ùÈsF Ü’˜“Ø­’)¤d(e¯üC2‡I©uÒL–Én€†ådn§¤*¿ÑiÎ}c=«Ù3ªè ¼6¬¤.Ѳ --å¥Ô%Z29Z:"É× |bppÑ8hš½ƒ„u$EÁéàŒe0Ãf´'C{:q·e*fÝÑ)øá=‚ËÐÛA3¨çóz¾_ÍzTÊ3 Ðê gìäI(µã›GóÌ¡™gûŠ6›âͦág'•ÍYÏâ0Ùµ€y>›¥-‹e"ó%iîÙ®óફ; -àßÈI ’1*Ð(Kƒ,A6…‚AEUEˆ DDTDaP¦…¶Zw­etÚŽŒ3uìtªµNít±*N;M?!Ï©:ýã›÷òÞïÝsîw¹÷Š©‡òÓñœF˜uó ­¹¯Kàp½ó麈 ¶2\ʦj#[ëÊÆ¦à•)cèö1]…zŒVÑûÑi´f¥ÙGÙÀ( Z!‘LÒ¡‚jùá'þ:f¿€¹MÉjµNKj¸Åû9R8—JË•µŸœ·ÈÀÅE%AÉŒ©Kö²ÎÂ¥;I=&©ÇDõ˜¨'&*ÞO°À„[5ž‰ǬŒ¥ÜÆà0úëØg+ºÍ#µ¨Ö¬Ò“bñrs‰Ëe¸Uàx¾­³è:[\sæ ¶D¹H¦ËÅt‡ùUrQ%U×*í4=1M3Mõ£©@®¬ÔÑÔÒå¯[œ’žøu<¸ÌL¬t6h™Mkq0B+´ðü5–Ái¬ïËý¼.ùø¦ããJV(1¯5¹úbN†èæp×Õú¢ÚàTèÙ -7ÙkÙ€YΈ™ÌâÕ/áMMWްàne½j7:#7¸«Ðí³ËoW2ß—áX,/]ðIZm¢¢5ps5 `Ø÷k€}jvw5½µ~w›ß-3Åxq‘èc‘ìh%‡Û¢I4'Lˆël‹‰x"OŠƒÑfØŽàqÔÙqTo3«ÇÍÈ }qBÁOpSÇ_‰;­½ÄÚÕb²£¿õó¬rà{k¶š C‡[׎]r½Í¤=Ÿ×"[×f\`¼¦.o„oëwÕä=C}ÊœžrVœ:DÕÆwâßâ4íúýü7Úù/é§ÔãÇTì﹄©ù¨û÷¹‹ß8$~Eù¿cHOr@' ÊÛ±ž›ÛoiŒ7í { ÉW}úr|†R _×'ÄQÑÊàìÿˆ/Ä_ŧўúï -¯8~K Ÿ¢’M3¿CQÿ‚cyxÅ!ù/:¨^àe~†ÇOñø 'xšã¼î£AJ‰cøœ§ŽòxGøšg!ûES‚ÿØ¿§¢]¼Ëg¾M;¿A¿¿J™¿HµŸ æÄM£òŸÃã¨|áês^ÏâñŒëOóOÔ'ùš'4òãr±_‘šem/OñÔÖxH4ŠÓ0?K`¿'N¶–O¼éöÒ ^‘’÷…q¾µ/¶ö%ÖkÝIgÜãc¼L3Çׄǣ\î^<öðwÇZ£sœz8{¸ÍC²òšÿ>U¥#ÞÂÓ¶p>-\_È·Vn9mk©ÃêqŸ9 ñ˜MÊ^5y˜¯Û…ÇCxìäe9¯ívÞ®¯ªÇ£N]¶ÆªØ¢7ɓ÷`½Q&ïÒM5|ÍzØëÄâÃþ+âx¢Í&Fo/¯»+r¬P§wܯ&uüåV<¶¨ËfýQ«O7ÅdU0f˜ãFë/µþmq‡OoóËÕ²´Rõ–C»5þË`/Mu«ÞmøÏ&ÆüÑÄ´ƒ×­‹,xù°ŠÍ}TyŒA0†ÈvŒ10Æ»2&Ûù4U˜c.ŒE®µå*³ŽÛÛbzvÉÐÓ®ÜWMÓ':¹ÅSmñfbŒ$Ž‚½‰ã°õ¸Ý|æJH‡Ù^¬8}­|ŒAö0DÖ+â&s1 ñ¸A>æëyæ`PÝlYºÆŽfªÇ hÓUÿªøÊ“-gâç®Ýç\»O¥´­&ð]WòöÙn†½u‡×ÓîzÉt?8ePÛǸN]ªåãZu™E`] eºOª<9ã+ìbŠŒ^.ÓLÔõoÇÃoãdñ3®üýŽÓÝ®ÜusJ~ëÕL^ÙgªÕ:Û[.¼"X½í©Ÿ=•Á k¬°*aM„u%¬™°æÅ8ÌÇž©Ø§Üîi‚G˜ø -'A…±‡ç¡OëR5ðºü¸§µ¸,—òÉ~ÛÉgGûË–Ã<E²ÞÖ9°Ê` †5$.5/•Gûf¤'+äb¸†©Ç{‘*—›îÁN›ÁNƒAñ¥h‰Ãd×ã¤ðn¸…$½ —5¸Ýâê]ÀBPVì`Ÿ`v•¿|XE°zÃ:r¼Áð†ÅP»½Øå˜ÖuÈ&â|óQ¦'è‰sÍè¹NÂþnƒþ­ç5ì}¤ß®®yWJ-I¼—•®ýŤÐ\9™AM!MÆEŠœfÈe7x=ì­ØÞΆ×ÞðÊý­€U k²O¯>Ó9}UôlÕ=Ë ÒËÔ—8mKLd‰Ó±ÄYqnS¹^äkëÄ=$àZŸ-wÕ.”“ê"š"®Ò7£ädXR*¤L9Ì×^ ¼>ðÀèÝPÙk’o®ÂržN^Ië#?©>ò’šuÕ1þŽþd7_Åð÷’,É6q7ùw.Ëäå†ê@šN%ÉÆ‘í#È‘tJŠóRÒâœä¬èÓ.'z·+ˆ^É¥Q’Ü7ŠÚ—EÏöåQÐaDäwy)Ó"'õºè–º$²ÓÖEVZ]d¦6G§ÔcÑ1åd¤§~,þó°{زÈ‹ûÄÆ‘æ¡B/°( ‘ãç±úe¬Ú /l³–ý³ÛEiFZ¦gE´î‘—^¹égENÇs£[ÇA‘Ýixtθ422¯ŒŽYÕ‘ÖùæHí²6:tÙí»4Er—ç#)ë—‘”ùQ´Ëü2öÃÛMrng‰¶ðo¼®!Ç—àu=~3ÕfŠ~©Ô7ÃÔæB9égvŠr“#';-²²²"³K^dd—D§ì~‘Þõ‚Hë64RsÆD‡œ)‘ÜýÚHÊ5]¹Dy.ÁœKœu'zºóz9ˆèöy샿k\›äÜÌ¢Öx]Í&.©d.aEÔi²zUê‘¡rr¡~í×\²{¤Dznf¤äuùE‘œß'Úõ(‹¤Å,Ôæ´Y-dŽz:mzÒo…td¡S¹à-‚ÇÉÿ<šìý!òÿ~ßKrÖ°f«½¿—¹r2ÃR“åªRN†á2PŸôÁ¥™šQší‹ùšbÃS¬P%È•h¢R–*j©…KéÇ^ÌY/ä,†¡±ZB¿!ä¡èóxÔÞw®gMkY€õb•÷7ùlŽ%fÈÉd\Æâ2—2[,Õ'9xü—ý2ÎñÌâø“XÓQ¥5 µ!iX²¨JPB”"±DB,ŸˆQ_RY$iÄRboµe” jë0-R£”N;MÇZKZK‚"ó{¾ïKò-ïû™é™9Ç™¾÷œ{Bî?Ï{ïÿ¹÷>÷Öt§¡ºáCK¬ ŤqãÒܸv#÷¡(;–;ËÚ‹,+-H[0)¸âƒë‘Ç·rC¨K oᲞ]v?uCð_†a/øâGžxptCòµ¶73w[fU/š‡'ÍÌ“ö䂼H`/.΋óä’=9܋֋eÑ‹eɓŠ ƒq+&%î£D,²ïfÐ çŽÂ4Õñÿ~:Œ½nºrGí Ë•´-KI™¾™Ž«s¡LÏ -2ƒŸº(òa =šÕ¨7¼tÂÖpÒ˜û©CU…ÑæÙ•ÆÕ•Ç¥ ÷@ÁÐühpìVþ$¼?äÏ!þSP^Bæù—™’^bjêˆ~%b .fóÝ4R7…ÒOÆt²ŽI*ã[w|ôÆ×–Ü— a9Á c-Í}.zÃEoî#ˆûèÅcÓK6r¢'„õŽr` »f Kew–nìy]ŠðµT,b Í⛩±øÀC­gL@'@]¿ïƒoᥠ¾6&œÚøR%ÔðˆÑÄÑÁŽ4Ò(¹9.‚ÉÍÍMeÖŸ ì//”ƒú%¢L'}Y úìÅçïñ±TäBQßL¥tRh#z`q”rä ŽÅ§îØ½á§¾:ÃWuîˆÁ…dAG£p$Fr'#¸“pîd8y1œ¼£‘„Q£¡$P(9Œ@†ò‘¡ô©!,sƒ™Þ2Í—Š…ü:“µ+5‰|˜#ĬdÞËÙƒ?}f’”T+|iOµbøÞdÃPc,&š”ÅxøˆÆh·q4ôq $cáb,…EaEá슠>GÓ§FmÃ÷3ø}[äðÍÌòá-£|"ñe¿…ëk/Mñ§.þ8â/ƒQãM:ݤӤ2Æq/qø‡q4÷©p1•úˆå>bq<†ƒuÔÆ$úÔÄãø_,rh]™éôt&4M` Å— Üõ÷–”“3>UçO…Ô$ÓOsM2©¾\ÉÓ$ò4‰ÇVOÏÒó ëId=—8›`ɉYäåLzDÂe‘“Å=dcB§`¹€´É ñ©ú<~9¥š†l©©&MSPóß§ÃI~dÐÃÓhðéäE\,àBÓ 2mçíáøN,ÈevC§¡‘”î îm‹6AkåJÃre\¤.6Óòÿ/1-(< ">šGÿÌãNäð -.V’€+/g£ZvRÌ›€ŽG‡¡½ø{o~6{‡Xf:g¹IóL ˆ\‚ƒE“AФkÍt0.K ´e±IïôÏÍÔj> f;y±Ä˼å€Hä\熣}ÑNœïÆùõ8×±ü¼wMgÊ%ˆk4,ƒ´[Ætãr&•3,Jò'á±FWèûÐôŽƒ¼©G¸“ã<'HðB¡Ph)UªV«^Óé©ß=]û™ºÏ>WÏÙ¥þó 5~¡i³æ-Zº½èѪµ§WÛv¼}ü:¾Ô©³@—n¯tìÙ+èÕ>}ûõaÖì¤9)óRÓ3³s-ygùŠUkÖ½G¹ÈjÉßJ€†ø¬R !)dV$Q&q(‘^¸Hv\¾B¸W¯ðâ⟈ùæ­[· »¤´ôîÝ{Äþ˃>Òâ×DM4ÑD“_#·c/ùîæc·þ[®h¢‰&O–Ü¿Pjß¾-wK‰=ÀÅ%±9Eö÷¶æn¾c÷÷ÎÛý‚&šhò„JÉþõGív&'Ú±ÿ°¸_•ÐÝv… &ö‰ûÌàçÂO–æ_·ëDÙcÌšh¢É¯‘¿¶oÿ4}Ê;懻ßìútÂçê€#É=D޽ǧÝT ãaÁú•ëvœº§f×D“'PÎm[½ØÎ|ps£î/ב_©6D6¦n:¬S³™n(ÿg“Ô^÷å=Œµ9æKe{¡î)#àÕ]Ê€ÛíÂç}e€ÞdM+Ú¯ù•j(wE…$*F6­D+v½ÓËý”7¡¢5£ZU3¼Î*‡QöÅ¢ñƒûš‘½Iý6î_½þ‹ªQMþc¹ñÕÁÕçƒókbvëà¡6ÜŸIïe(ߎەí%¹¦ÇÛ%K°o´éíqÅŠ€…啦¸ ݘPQ›=*´¨´WR²+Ë¿á%@@% j¶‚½H˜ÉÀhs€NмŠ`à#ûÆ•ºÖ•ïK -GÜÛ7­ã³F»ƒsRewödèÂBFêfÍ_tN å¾6áhb!?üYÍv%?+aì@ï×Uì‡;×5äd÷/íñ®¯Xz%©¾åYïø–`_He]L±-œ²²œF•€°«¶ö»Ñf¥¤P§››|ŽØ6›W÷ ;mCÌ5ß³ Yhc_l °]s,í"ÊÚ~Ä -ÐÝæ„z™Æ£x[n—}»6ªSƒÕ¡v#/¥Ä4·1#9iÞÛ+6ì<¤h×ä7&—m[•©P7RÎ ñi$¯–mÖKÙáRž’cï+ØF×­ÈÙNÇóÝ+“ºîZ…˜×E²-`I}sÀh[@”EeÛ<ŸE®€n6=èCËÚôüÆb p±áÒªº…õ0¶Ú°Ê -pÂò¸OØ,JV€8kÀNµ-6sPiÁ¾•3‡¸Õ¯×°EÛÎA!Ó­F¹~ª àä7ç¯ksÊÿ‰Ü¿xjÿ¦ýʶKÛ²§‡÷lß°º§xßEVÔ·¯R‹Ù\™pÕ—ÛÚOŽq4KÉ©¶€ ó×_]·¶oÑ?D3›Uꃖu±Á0ÙªpÒ­nV€ÉVöÃÿb¿ÞÃz̶8€¿ˆ™Tî åVîJ®ÓH׊È\JäZ¢†&M3H’&DD†L9¹t8(¤Æ½t* R1¢#ÓA¹ÌžŒÛû]kŸçç™çÏ™s~ëÏÖçyßÝï]{ïµèÞD@  ØCÉ/Ò)¨K¯ - óhI@ÍÜл¢áÿ¬ÂÎûnºUÔ ÂY -î§ßìã6qÂ4¯…KB6î”N”Úø+ÅíÔ¸MÞ.v½.ɲ©+ÆYÕU :’í/¢鼫wž?0@]PÝòÙÛ]¡$k¡ oå[ -œHUÓÝ]И€þl!y¥™ÖR sAÊñ ¬GÍÀ×d• Љт‚yL¥€ö»)ð$@4 €}ð¥L¡@X7o^ß Byê£FM-:;3P÷³~<“r);¯°ä…,­On?´5QšÊÜì5ªG«Фc-£3;V~[ ]éV~»ÛªËåãXš¿à€ÅújRqŽ$» mK¬¡U¯K™(û°ö€¶ »pCÀ:zHÝaÀ‚üŸU)¨O€%už!˜FAíG¶iúè? ‹p&@ç.gtˆÈ%@,# â5c’‹“ËOŸ¯C7îà@2eþ#:tчN6y²ìßáj½þ”ìöÇÆ×Vì%4ŸÚ«a(H¹˜ÜÂü!Zոм‚`.dw¯gÀoš"Hc@ÁAêÎá#ê3@ÎÚÞ D"àç`‚HB\«Líæì)XEÀ& -}XDArCÓ))¯'ÆJúu4³°d5UeO?z&IiãēܔØõe™ÜøÕÞcz™ý~F¬àéHÇ&ªo9‚¦oºà…Òè&ôF¢—{+j_C†€Jkß1Pég§PNÈã`;¾C—f ¸"Ì@?´S+Q ´GÍÎÚåô¤  ˜Ù„€Æˆ¯ 0 @Œ"‚1Á .Ou›9ÛÇyðÚ-;÷Ågr ÷ŽÂ‹·xŽìj:J’<ì?¢]7Â$Ÿ¦#ɽCò>•ÈÇ^€ùpZpŠ>y `äîŽæ`€‹,PÂÁX\¥ ôbÀÁ$þ´q/b8ø ÀuÖ«)iøÞÄœG°˜T‰ìÉXG©'àDsö "j"¡@Dµ0…ñâË:削å-J ‹NÝ8Љü”}²??<é;ÁÆüÕB·¿( ýâ<’?Ü…|ìÞ˜#ŸZQªcënÍ*Rù;o‚ìâïî ¬q•ú ÔFБ?¢€#ÿÀÛ å€ÍDHä`€Âz ÏeÇÀLü| ãÁÑ*LF RàBÀæ -Œ$€¥Ý(¸1A] -DyBœ^ÞiÖnܦÛ0€Ýé ÷ŠSažc‡ôïeÝÑÌ´nµOi6¤~ˆŠ~Ô—U\,K–Wü¸q0€ä|h ‡å)ˆO8¸€_¼drç '¦8ÀA™lkÒÂø)VÁRª 8¢Ã‚Ò>€Ò®õÐÄVz–Q±ÊÁ -Ä~õÍTëÓã ”7¿Î_ø…l‹;•õoIRïÅùYW~Ãà´WÊqWéÇÀqÉæÄ#¾|G@.­Dúpƒ(ý(Šn½–íœæíºÀòåñ¯+·µGÇŸ/2v„.ó;kº«³ã0‡~6v>ígoú1ùÚIj ¹™•p5øIfÁ;pЀd|¨ PòñMÌu>ä(YðˆN$ÃÁV|k’.'šƒù.×g`aÏN{â+Æ!8Ú˜‚áÄT -l H ¡9"Œ~s -D¸ÙÛœži—Ñ‹)®Î‹VDÄ$f–ð¤6>d€¤æ ä(sb ±ø©n°cì±›¶kˆ-í_gôM­†x¬Œ¹Eˆ7m~@ØÎÃçóe9müÕ¢´¨àÖœìÌŒ«Ùy÷ U”°ÁoÖÄQ6=¬-;´iÕ¢yó–­Ç«ÁæöÕXͶVƒ¾+”*ðK‰ Ùy6HÀs5H’Ì07Õà¾d§àüêÆ6H|ÃL{b+¤ñEø“ðF^“‚©ÒS03! -Åsª¾KÖ2ï75”‘ïUÝØ¬K¿ÑÓ­Þ{ö;Œ'Ï_/–%´ñ¿÷2Î$ìÞ±nMHP`@`ðºm1êô×]ÌVû¨Â»ª‚tæK¦u¾$©Á^ ء٦À"rà`.ClâÛ ¤f ´P8€r$‹¨†`»1®²óAu5€ <*ëur$@é÷2¡glþùˆY+v§J‚CÓ®ŒÜŸ˜v›§´ñÿ¿––<¸w§ ïöÝâ§$u5."È÷ 7×ñcF4À~àQ.îGÔ`ÅgX“2Y N°šW5(éÈ,•Á’w8Èö9Ÿkb²&TQˆo£äÕĪz–2Óµ:–’Gl~3¢Ô1ë3þËMGsH^¼XÕ®ûà ^þk÷$^§¹×q>ûþÈhC$îf]8}ì`ì¾=»¢vFíÞät:”Õ§Á6Ý-Û¶nÖ¸±‘‘qÃ&fá’­‰ûÂ[ØÁ·&‚‹í4€'£9¸ b1Wq¼=À)è\þàñL¢ñ·ÞÈÚœ5R1]¹i±ÚìMN¿YÏñ¾›Ò­žëmXͤ}Ï¡S}×Å^*’¸º2üûã—óËd9mhãůϟ–>{.I¤ŠŠX´tñ‚¹³=½¼æøø­ŒÜ `½•™©q-=U᧨Á‰Ú|óþ E¶l€wÌæ` €Õ˜à$ŸÅƸãÌ€=þKY+f †½£‚,Òæè¶@~í°¶o“5Û:x¬ŠË" c†¢Ô0é`ë³yÍ ¼-„Ûg0ÛW£`ȆƒÀÿ;­2 endstream endobj 10 0 obj <> endobj 26 0 obj <> endobj 27 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 22.1.0 %%For: (Kevin Adametz) () %%Title: (available-2.ai) %%CreationDate: 26.07.18 16:49 %%Canvassize: 16383 %%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.0048828125 -10.03564453125 %%DocumentProcessColors: Magenta Yellow %AI5_FileFormat 13.0 %AI12_BuildNumber: 312 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 1 1 1 1 ([Passermarken]) %AI3_Cropmarks: 10 -30 30 -10 %AI3_TemplateBox: 20.5 -20.5 20.5 -20.5 %AI3_TileBox: -259.5 -400 299.5 383 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 2 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI17_Begin_Content_if_version_gt:17 1 %AI9_OpenToView: -11.2675585284278 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_Alternate_Content %AI9_OpenToView: -11.2675585284278 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_End_Versioned_Content %AI5_OpenViewLayers: 7 %%PageOrigin:-286 -416 %AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 28 0 obj <>stream -%%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.0048828125 -10.03564453125 %AI7_Thumbnail: 128 128 8 %%BeginData: 12506 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD37FFCFCFC9CAC9C9C8C9C8C9C8FD04C9CFCAFD6AFFC9C9A0C89F %C199C19FC199C19FC199C19FC199C19FC19FC19FC8A6CFCAFD5EFFCACFC8 %C29FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19F %C1C1C9C9FD58FFA8C99FC198C19FC199C19FC199C19FC199C19FC199C19F %C199C19FC199C19FC199C19FC199C199C199C8A7CFFD52FFCFA0C19FC19F %C19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19F %C19FC19FC19FC19FC19FC8C9FD4DFFCFA0C199C19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC199C19FC9CAFD48FFCAC99FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC1A0FD45FFCFA0C198C19FC199C19FC199C19FC199C19F %C199C19FC198C1999F98C1999F98C1999F98C199C199C19FC199C19FC199 %C19FC199C19FC199C19F9F99C8CAFD40FFCFC99FC19FC19FC19FC19FC19F %C19FC19FC19FC19FC19FC19FC8C2C9C8FD09C9C8C89FC29FC19FC19FC19F %C19FC19FC19FC19FC19FC19FC19FC1C8FD3EFFC9C199C19FC19FC19FC19F %C19FC19FC19FC199C19FC8A6CFCAFD11FFCACFC9C9A0C29FC199C19FC19F %C19FC19FC19FC19FC19FC19FC9FD3BFFA0C19FC19FC19FC19FC19FC19FC1 %9FC19FC1C2C9CAFD1DFFC9C89FC19FC19FC19FC19FC19FC19FC19FC19FC8 %CFFD37FFC99FC199C19FC199C19FC199C19FC198C1A0C9A8FD23FFA7C89F %9F98C19FC199C19FC199C19FC198C1A7FD35FFC99FC19FC19FC19FC19FC1 %9FC19FC19FC9CFFD29FFC9C89FC19FC19FC19FC19FC19FC19FC1C2FD32FF %CAC199C19FC19FC19FC19FC19FC199C2C9FD2DFFCFCA9FC199C19FC19FC1 %9FC19FC19FC19FCFFD2FFFC9C19FC19FC19FC19FC19FC19FC1C1CFFD32FF %C9C89FC19FC19FC19FC19FC19FC19FCFFD2DFFA6C199C19FC199C19FC199 %C199C1A7FD36FFC99FC19FC199C19FC199C19FC198C9FD2BFFC8C19FC19F %C19FC19FC19FC19FC9FD3AFFC8C19FC19FC19FC19FC19FC19FC9FD29FFA0 %C19FC19FC19FC19FC19FC19FCFFD3CFFC9C199C19FC19FC19FC19FC199C8 %FD27FFC2C19FC19FC19FC19FC19FC1C8FD40FFC99FC19FC19FC19FC19FC1 %9FC8FD25FF9FC19FC199C19FC199C199C1A7FD42FFC999C19FC199C19FC1 %99C199C2FD23FFA0C19FC19FC19FC19FC19FC2CAFD45FFC1C19FC19FC19F %C19FC19FC8FD21FFA0C19FC19FC19FC19FC199C8CFFD47FF9FC19FC19FC1 %9FC19FC199C8FD1FFFA0C19FC19FC19FC19FC19FC8FD4AFFC2C19FC19FC1 %9FC19FC19FC9FD1DFFA79F99C19FC199C19FC198C8FD4CFFA09F99C19FC1 %99C19FC198C9FD1BFFCAC19FC19FC19FC19FC19FC9FD24FFC9C8A0C8C8C9 %CFFD23FFC8C19FC19FC19FC19FC19FCFFD19FFCAC19FC19FC19FC19FC199 %C8FD23FFC99FC19FC199C199C1A7FD23FFA0C19FC19FC19FC19FC19FCFFD %18FFC89FC19FC19FC19FC19FC9FD23FFC99FC19FC19FC19FC19FC1A0FD23 %FFA0C19FC19FC19FC19FC1C1FD17FFC999C199C19FC199C199C8FD23FFC9 %98C19FC199C19FC199C19F9FA0FD23FF9FC19FC199C19FC199C1A0FD15FF %CF9FC19FC19FC19FC19FC8FD24FF9FC19FC19FC19FC19FC19FC19FC1CFFD %23FFC1C19FC19FC19FC19FC1C9FD14FF9FC19FC19FC19FC199C1CAFD23FF %A0C19FC19FC19FC19FC19FC19FC199C9FD24FF9FC19FC19FC19FC19FC1CA %FD12FFC8C19FC19FC19FC19FC1CAFD24FFC89FC19FC19FC19FC19FC19FC1 %9FC19FFD24FFCF9FC19FC19FC19FC19FC9FD11FFA7C19FC199C19FC199C1 %A7FD25FF9FC19FC199C19FC199C19FC199C19FC1CAFD24FFC999C199C19F %C199C199CAFD10FFC89FC19FC19FC19FC1C2FD26FFC29FC19FC19FC19FC1 %9FC19FC19FC19FFD26FFC89FC19FC19FC19FC19FFD0FFFC999C19FC19FC1 %9FC19FFD27FF9FC19FC19FC19FC19FC19FC19FC19FC1CFFD25FFCAC199C1 %9FC19FC19FC1A7FD0EFF9FC19FC19FC19FC19FC9FD27FFC19FC19FC19FC1 %9FC19FC19FC19FC19FFD27FFC9C19FC19FC19FC19FC1CFFD0CFFA6C19FC1 %99C19FC198C8FD28FF9FC199C19FC199C19FC199C19FC199C1CFFD27FF9F %C199C19FC199C199C9FD0CFFC89FC19FC19FC19FC1CFFD28FFC19FC19FC1 %9FC19FC19FC19FC19FC19FFD28FFCF9FC19FC19FC19FC19FFD0BFFC999C1 %9FC19FC19FC1A0FD29FF9FC19FC19FC19FC19FC19FC19FC199C1FD29FFC8 %99C19FC19FC19FC1A7FD0AFF9FC19FC19FC19FC19FFD2AFFC29FC19FC19F %C19FC19FC19FC19FC19FFD29FFCFC19FC19FC19FC19FC2FD09FFA7C19FC1 %99C19FC198C9FD2AFF9FC19FC199C19FC199C19FC199C19FC1CAFD29FFA0 %9F99C19FC199C199C9FD08FFC89FC19FC19FC19FC1CFFD2AFFC29FC19FC1 %9FC19FC19FC19FC19FC19FFD2BFF9FC19FC19FC19FC1A0FD07FFCF99C19F %C19FC19FC1A0FD2BFF9FC19FC19FC19FC19FC19FC19FC19FC1CFFD2AFFC8 %99C19FC19FC19FC1CAFD06FFC9C19FC19FC19FC19FCFFD2BFFC19FC19FC1 %9FC19FC19FC19FC19FC19FFD2BFFCAC19FC19FC19FC19FC9FD06FFC299C1 %99C19FC198C8FD2CFF9FC199C19FC199C19FC199C19FC199C1CFFD2BFF9F %C199C19FC199C19FFD06FF9FC19FC19FC19FC1C9FD2CFFC19FC19FC19FC1 %9FC19FC19FC19FC19FFD2CFFCF9FC19FC19FC19FC1CAFD04FFA7C19FC19F %C19FC19FFD2DFF9FC19FC19FC19FC19FC19FC19FC199C1FD2CFFCFC199C1 %9FC19FC199C9FD04FFC89FC19FC19FC19FC8FD2DFFC29FC19FC19FC19FC1 %9FC19FC19FC19FFD2DFFC2C19FC19FC19FC1C2FD04FF9FC199C19FC199C1 %A7FD2DFF9FC19FC199C19FC199C19FC199C19FC1CAFD2CFFC999C199C19F %C199C1CAFFFFCAC19FC19FC19FC19FFD2EFFC29FC19FC19FC19FC19FC19F %C19FC19FFD2DFFCFC19FC19FC19FC19FCFFFFFC999C19FC19FC199C8FD2E %FF9FC19FC19FC19FC19FC19FC19FC19FC1CFFD2DFF9FC19FC19FC19FC1A6 %FFFFA0C19FC19FC19FC1C8FD2EFFC19FC19FC19FC19FC19FC19FC19FC19F %FD2EFFC99FC19FC19FC19FC8FFFFC199C19FC199C199C9FD2EFF9FC199C1 %9FC199C19FC199C19FC199C1CFFD2DFFA7C19FC199C19FC19FFFFF9FC19F %C19FC19FC1CAFD2EFFC19FC19FC19FC19FC19FC19FC19FC19FFD2FFF9FC1 %9FC19FC19FC1CFC9C19FC19FC19FC19FFD2FFF9FC19FC19FC19FC19FC19F %C19FC199C1FD2EFFCFC19FC19FC19FC199CFCF9FC19FC19FC19FC8FD2FFF %C29FC19FC19FC19FC19FC19FC19FC19FFD2FFFA0C19FC19FC19FC1C9A0C1 %9FC199C19FC1A0FD2FFF9FC19FC199C19FC199C19FC199C19FC1CAFD2EFF %C898C19FC199C199C9C99FC19FC19FC19FC9FD2FFFC29FC19FC19FC19FC1 %9FC19FC19FC19FFD2FFFC9C19FC19FC19FC1C29FC19FC19FC19FC1A7FD2F %FF9FC19FC19FC19FC19FC19FC19FC19FC1CFFD2EFFC999C19FC19FC19FC2 %C29FC19FC19FC19FCFFD2FFFC19FC19FC19FC19FC19FC19FC19FC19FFD2F %FFCAC19FC19FC19FC19F9FC199C19FC199C1CAFD2FFF9FC199C19FC199C1 %9FC199C19FC199C1CFFD2EFFCF9FC199C19FC199C1C19FC19FC19FC19FFD %30FFC19FC19FC19FC19FC19FC19FC19FC19FFD2FFFCFC19FC19FC19FC19F %9FC19FC19FC199C1CAFD2FFF9FC19FC19FC19FC19FC19FC19FC199C1FD30 %FF9FC19FC19FC19FC1C19FC19FC19FC19FFD30FFC29FC19FC19FC19FC19F %C19FC19FC19FFD2FFFCAC19FC19FC19FC19F99C19FC199C19FC1A8FD2FFF %9FC19FC199C19FC199C19FC199C19FC1CAFD2EFFCF99C19FC199C19FC1C1 %9FC19FC19FC19FFD30FFC29FC19FC19FC19FC19FC19FC19FC19FFD2FFFCF %C19FC19FC19FC19F9FC19FC19FC19FC1CAFD2FFF9FC19FC19FC19FC19FC1 %9FC19FC19FC1CFFD2EFFCF9FC19FC19FC19FC1C19FC19FC19FC19FFD30FF %C19FC19FC19FC19FC19FC19FC19FC19FFD2FFFCFC19FC19FC19FC19F9FC1 %99C19FC199C1CAFD2FFF9FC199C19FC199C19FC199C19FC199C1CFFD2EFF %CF9FC199C19FC199C1C29FC19FC19FC19FCFFD2FFFC19FC19FC19FC19FC1 %9FC19FC19FC19FFD2FFFCAC19FC19FC19FC1C19FC19FC19FC19FC1C9FD2F %FF9FC19FC19FC19FC19FC19FC19FC199C1FD2FFFCF9FC19FC19FC199C2C8 %9FC19FC19FC19FCFFD2FFFC29FC19FC19FC19FC19FC19FC19FC19FFD2FFF %C9C19FC19FC19FC1A0A0C19FC199C19F9FA0FD2FFF9FC19FC199C19FC199 %C19FC199C19FC1CAFD2EFFC998C19FC199C199C8C99FC19FC19FC19FC9FD %2FFFC29FC19FC19FC19FC19FC19FC19FC19FFD2FFFC8C19FC19FC19FC1C9 %A7C19FC19FC19FC19FFD2FFF9FC19FC19FC19FC19FC19FC19FC19FC1CFFD %2EFFC299C19FC19FC199C9CF9FC19FC19FC19FC1FD2FFFC99FC19FC19FC1 %9FC19FC19FC19FC1C8FD2FFF9FC19FC19FC19FC1CACAC199C19FC199C19F %CFFD2EFFCAC199C19FC199C19FC199C19FC198CFFD2EFFA8C19FC199C19F %C199FFFF9FC19FC19FC19FC1C9FD2FFFC9C19FC19FC19FC19FC19FC19FC9 %FD2FFFCF9FC19FC19FC19FC8FFFFC899C19FC19FC199C9FD30FFA0C19FC1 %9FC19FC19FC199C8FD30FFA0C19FC19FC19FC1A0FFFFC9C19FC19FC19FC1 %C1FD31FFC9C19FC19FC19FC19FC9FD31FFC89FC19FC19FC19FC9FFFFCF99 %C199C19FC199C1CAFD31FFA8C9A0C29FC8A7CFFD31FFCF9FC199C19FC199 %C1C9FFFFFFC19FC19FC19FC19FC9FD6AFFC9C19FC19FC19FC19FFD04FFA0 %C19FC19FC19FC1A0FD6AFFC89FC19FC19FC199C8FD04FFC99FC19FC19FC1 %9FC1CFFD69FF9FC19FC19FC19FC1C9FD04FFA8C19FC199C19FC198C9FD68 %FFA79F99C19FC199C19FCFFD05FFC2C19FC19FC19FC1C2FD68FFC89FC19F %C19FC19FC8FD06FFC999C19FC19FC19FC1CAFD66FFCF9FC19FC19FC19FC1 %C9FD06FFCAC19FC19FC19FC19FC9FD66FFA0C19FC19FC19FC19FFD08FFA0 %C19FC199C19FC199CFFD2FFFCFA7C9A0C9CAFD2FFFCAC199C19FC199C199 %C8FD08FFCF9FC19FC19FC19FC1C8FD2DFFCAC89FC19FC19FC1A0FD2EFFC9 %9FC19FC19FC19FC1CAFD09FFC29FC19FC19FC19FC1CAFD2BFFC9C199C19F %C19FC19FC199CAFD2BFFCF9FC19FC19FC19FC19FFD0AFFC9C19FC19FC19F %C19FC8FD2AFFC9C19FC19FC19FC19FC19FC19FCFFD2AFFA0C19FC19FC19F %C19FCFFD0BFF9FC19FC199C19FC198CFFD28FFCAC198C19FC199C19FC199 %C19FC19FFD29FFC9C199C19FC199C199C1CAFD0BFFCF9FC19FC19FC19FC1 %C1FD28FFC99FC19FC19FC19FC19FC19FC19FC1C9FD28FFC89FC19FC19FC1 %9FC1C9FD0CFFCFC29FC19FC19FC19FC1C9FD27FF9FC19FC19FC19FC19FC1 %9FC19FC199C8FD27FFC999C19FC19FC19FC19FFD0EFFC9C19FC19FC19FC1 %9FC1CFFD26FFC19FC19FC19FC19FC19FC19FC19FC19FFD26FFCF9FC19FC1 %9FC19FC19FCFFD0FFF9FC19FC199C19FC198C2FD26FF9FC19FC199C19FC1 %99C19FC199C19FC1CAFD25FF9FC199C19FC199C199C2FD11FF9FC19FC19F %C19FC19FC9FD25FFC29FC19FC19FC19FC19FC19FC19FC19FFD25FFC9C19F %C19FC19FC19FC1CAFD11FFC999C19FC19FC19FC19FC9FD24FF9FC19FC19F %C19FC19FC19FC19FC19FC2FD24FFA7C19FC19FC19FC19FC1A6FD13FFC89F %C19FC19FC19FC19FCFFD23FFC999C19FC19FC19FC19FC19FC19FC1C9FD23 %FFCFC19FC19FC19FC19FC19FFD14FFA7C19FC199C19FC199C19FFD23FFCA %C198C19FC199C19FC199C19FC19FFD23FFA8C199C199C19FC199C199CFFD %15FFC9C19FC19FC19FC19FC19FFD23FFC9C19FC19FC19FC19FC19FC19FCF %FD23FFC89FC19FC19FC19FC19FC9FD17FF9FC19FC19FC19FC19FC19FFD23 %FFA7C199C19FC19FC199C19FCAFD23FFC899C19FC19FC19FC199C8FD19FF %9FC19FC19FC19FC19FC1A0FD23FFCAC99FC19FC19FC1A0FD24FFC89FC19F %C19FC19FC19FC1CFFD19FFCF9FC199C19FC199C19FC1A0FD25FFC9C9A7CA %CAFD24FFC898C19FC199C19FC198C1CAFD1BFFCF9FC19FC19FC19FC19FC1 %C2FD4CFFC89FC19FC19FC19FC19FC1C9FD1DFFC999C19FC19FC19FC19FC1 %9FFD49FFCAC899C19FC19FC19FC19FC1A6FD1FFFC999C19FC19FC19FC19F %C19FFD47FFCFC29FC19FC19FC19FC19FC1C8FD21FFC898C19FC199C19FC1 %99C19FCAFD44FFA7C199C199C19FC199C19F9FA0FD23FFC99FC19FC19FC1 %9FC19FC19FC9FD42FFC9C19FC19FC19FC19FC19FC1C2FD25FFC899C19FC1 %9FC19FC19FC199C8CAFD3FFFA0C19FC19FC19FC19FC19FC1A0FD27FFC99F %C19FC19FC19FC19FC19FC1C9FD3CFFCA9FC19FC19FC19FC19FC19FC1A0FD %29FFC999C199C19FC199C19FC198C19FCFFD38FFA8C899C199C19FC199C1 %9FC199C1A6FD2BFFCF9FC19FC19FC19FC19FC19FC19FC9FD36FFC8C19FC1 %9FC19FC19FC19FC19FC1C9FD2DFFCF9FC19FC19FC19FC19FC19FC199C1C9 %FD31FFCAC99FC199C19FC19FC19FC19FC19FC1A7FD30FF9FC19FC19FC19F %C19FC19FC19FC19FC9CFFD2DFFC9C19FC19FC19FC19FC19FC19FC199C8CF %FD32FFA0C199C199C19FC199C19FC199C199C1A0CFFD28FFCAC89FC19FC1 %99C19FC199C19FC199C199C9FD35FFCAC29FC19FC19FC19FC19FC19FC19F %C19FC8C9FD23FFCAC9C2C19FC19FC19FC19FC19FC19FC19FC1C1CFFD37FF %CFC899C19FC19FC19FC19FC19FC19FC19FC19FC2A6CACAFD1BFFA7C99FC1 %99C19FC19FC19FC19FC19FC19FC19FC1A0FD3BFFCF9FC19FC19FC19FC19F %C19FC19FC19FC19FC19FC19FC9C9CFCAFD11FFCAC9A0C89FC19FC19FC19F %C19FC19FC19FC19FC19FC19FC8CAFD3EFFA7C199C199C19FC199C19FC199 %C19FC199C19FC198C19FC19FC29FC8A0C9A0C9A0C9A0C8A0C89FC199C199 %9F98C19FC199C19FC199C19FC199C19FC199C19FC9CAFD41FFC99FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC2C9FD46FFA0C1 %99C19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC199C19FC9CAFD48FFCFC9 %C1C19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC1 %9FC19FC19FC19FC19FC19FC19FC19FC19FC19FC2C9FD4EFFC9C89FC199C1 %99C19FC199C19FC199C19FC199C19FC199C19FC199C19FC199C19FC199C1 %9FC199C19FC199C199C1A0CFFD53FFC9C99FC19FC19FC19FC19FC19FC19F %C19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC19FC8C8CFFD59FF %A7C9A0C19FC199C199C19FC19FC19FC19FC19FC19FC19FC19FC19FC199C1 %9FC19FC8A7CFCAFD5FFFCFC9C9C2C89FC19FC19FC19FC199C19FC19FC19F %C19FC2C1C8C8CFCAFD6AFFA8CFC9C9A7C9A7C9A6C9A7C9A7CFCACFCAFD36 %FFFF %%EndData endstream endobj 29 0 obj <>stream -!©Ï¿xñˆS4òº½-mß‹¬ù:F@|PÚ6]tDØJ®³rkžLôƒÓþ'Ô>ôe‚Ût#²–tà·áÁæ×+Ú¦—@|óCÞuá+¸[¾ãnË]jù0§G¯ÖìéE4„‡ZÝÙ4w ¶ØÊ¶1vQY³lhÝÆí Ó¡Sˆ,->÷òl?2ÞÝÞ«§Õ¿V?\—E®«iÎ\s"rû8}Ÿb ü4Ì‚T¸9LiÙt"K$ÄYÿó8°>ŒÊÛòâ«7׆Lزж4lÄ.¨P pô®“ÐðÅÇãn;™è­6d—4‚Ö™RúD/ôµ˜{EJ93+‡Æ®hÛ6Jý&`“[^r{„ÏÛp“qkL}،ȓ7Gm¹ðµ;#tÔ'@ƒ} - ãTô^€MÙp3ûNR£‹UzKƒÌúÓF-:;#«}°mAä|öÓq“ZxÊØ(zÃ/_B¥m¹Që.HƬ¶å}Ø‚.Øó0 ëlÉá‰Ï Úv€þg™Ýý}™§úäŽÏ“4FÈNhY¶Óš– „¼3¡ôÛb»qËÏ ï³Ù?¦„º“‚žã,Ú—1a'À¡/èˆ9áÃy‡C”Ã>é÷'%e·‚*fµW~ìæÖß²ÓËÎò‹/Ìö7=›ĤŒõãGÛ[îÏôrK§eâºé^RÒ¢“”TÜ]Zìo}}à¥Áv¼øÚ8v^ Mù:ÁmÿärwG9Ôm¾æÀïŒ2°{~g/ ìÝåPV­äŠU¹bAJ™×>qñJ¯hñùge¨ª3”’Ô_dÐü›jÉ iã»cª¶˜cº¨£=à„_ìªûã݈ä`ôíáï<ŒÊMIÞMHk|ô{?4é 1ão»üѸ°ùÝl7:Á)¿ADÿBÎ{zË„l˜WT? ©ëŸOu—Þím~q¬¯éÕ1oGÕm½òzÂÓkG1iïþ˜î†¼ôñko[°¥Wuˆ¢Käœ7ÇK#¯DdÝ;QõâúQN}üñì··‚êÖQ\ýpq úA@”wM‡‹=ͯ¼wL {~rÝÐ’4§Gähñ™7Š·³X?&9‚'è䯣øú'¾dÕ€ÉXüiªíåÕÞØÆ”:¤¸D¯5¯$æ»a¯çåO—4õÏf/ݵ÷ǺšÎ*Øåã2néT1)¬§–ÏžÛR¶¼Z3µå®Ú¡©“šÚ§YËý16cð‰U'­yÓÅ€îxøƒñ޾/"õá½… ¶>d†¥¬;I5‹ZlΊ•bc—^é†&Ÿ7¥wÒnÍõQ F;áÕ¨ìs>AK”•ÕòÖÛŽ -é°™+fRÅü äÀ1}­Ñ€î.òu4>r²jn16mMß–¶i&•¯ì4݇OëÃÄ»ÚAϘ]1rxMÚøtº·á•“~Í@.¹ïêÆÇ*؈G°¼Ä“ý­•w‚2l²–Xv]üñ()óÃtÊ«#¨¤W'0IïNq‹“ÏôÃk®Às“N³+bO« ™—é%Ï~3 ã~7ââNÈáq¿ªÐ©—Üœ’+\™WÖß–úàçÞæ„{ÿY_,æŠáp~@Ë›)qÎy5åü‚ -Q<©!Ö'??í“Ô|%6±sJ\óÌËλÑßúæ´´þÙÏC¨¸Ss\.¹:ñruü½?ô¸ìG[CÈܰ -½kÇo«?H17D5O8ÈiW׎ÂÇü®ÆfEññÿÌШÿLà[܈ÂM (ÝÊJ¼¦E']žV¶|ìÇg=UÀÏ‘ÓnYIO–úaÉ»vtiXÛ–4('¥ðþò@kΆ……÷KÛrÕøR`ÿ2—µ”ê 3µq}“7%mŽD&]Æ'ß:¢‚'=žhÎîkx½å:<¿Ç¤ì¨H@ƒÁwF˜Ô5jçß^ÖÁÓÇemU®öÚøeuã;3éâÒ@åãmðù^lù’üà¡„%]ý›O|óªQ:Ñ~3&nz¾¬…$mZ1{.:ö[Åýï§wÍÚ–ºéÀ”~£¿Ó˜ÿLÒyÿβø?¦Yœ¯Lê—iãû§û? œž-¶òŸ)÷fØŸ]øšùþæ×³Ýõæz@‘ òÖ×Kê–·_ÇðM%9wIK®ÚæÓV ̺›>ÙSs7ØUryRRreY›U‘2}]è73½¨›vbj ùµ—{6БÁÃ˹°b„¥n»È-;6}'ÀŒi‰~9"nÓÃÖ¥s`\(ÿdó>û)Èu,s`Že{[®•SvsUO)™Sã²'z`Lªë =­¯–ä˜ÔÙ¾Öw^^þÅE5¹lÍ&b|V¶ai vߘ\YTÕEn9ñëôæ™È›šØt€ã«ÂfLö¬ön¢ô|Qƒˆ?¬­Úó21û~>wÉD*_³³ñÛ.uÍL©_2ÓF4ìb{)ÞÙšVQ -ýrr–‰ y ÃµÜ2à`Ï\<È›) *iZ„x€Úé-wµˆÊ³>^í-©ì&=ïõI-,í¯Ã}›T¢’†Èå! :g‘ì½è81$ã/;½"ò°çÚ¬¶áePQsZyØÓ¸ùý¦•P=oìf¸dÂ~séÅ3¦vÓÚ;//¿ãkÏ?§€ÄèiŠ?©nKù}BR9®!—´äÅþþêÊ_š7ôДñöü[vÊy3üåIJî#]ÍOÛ˜M÷F¥´äúÄ—GeQwwHÜ¿34ZHUùtB˜ÁÁHý£½úáQ¯ ,ÒÝÓÊ|zš’y쇟Œüæ#‚?»‰õaCËÇxÌflGÇùyŽL‰JŸê%/?Ü^(¾×Ýøä¯èö '+áÎÖ¶•y -‘öüOo{]üw?›ñcœËÿ`3÷|$è–^¼akˆþß%2õÛ •ƒ«zû”ýüîš û6Õeû:#¶ÿŸUåÃÌž¯h墦èÞ† ÝÔ K¤Áå?YÒBÒUà˜°¾-uÛ‰.>ð rÿ `«W¬¨Ì5;£%d¡×û±×mìÖM; Mx@ß7¿•Þ6S .+`i§¦»^†Í4G\÷xª§>òÀI®ÿì#ƒ¾(ðoAy×GCÏ›(eZbî¢G^rvuLèÍ!GÇͧo[p…;fdÎ'/®zËÙ–µcGåí89¨i€ƒÇÄ͇Ʌg{>ü¢nMÙ]öp^U÷ÒÁË;;ÞSóbÃIiг+X¹5ÏvFhˆ½Q:jÓIí{‘%ÿÎ@Ê?7¤…¬M1‡ßaÉ!ûä䢠 -÷)H§nàŸ‚¤¶o“ðAS»áDæíâë~ÆÍ)¡ïÂzDʆ‘=£h|T@Þ†,„Ò]@ï¸ðÃÜ«‡=W=<ÆŒ‘Ý´df6/[è C”š;´ç#ƒ¿M°˜;~uÁÂn^vnù¹¬Ãó“k^.eÎF® -[1ya,iË*ØrsÞÐóQ8jÍÊE. Ñ*gåøÔE1oz—>*'¦Lh¨%«}JG*r‹o†:É &)#df,D©žQ£“çõ˜ÌÃ5Ù÷³È»€þ^³ºÔKh9¬õYwjöLrØÍBYå³&jùº› -ÚpÓ nfÅ•9 /…MèÒU3º`ÓE¨Ûp% Cؼ Š¾`c4¯zø¼`ÇÀa_½Øðõ°·ï¯gm´½}l° Ðñ= -dì°´þጠùqxn–Á>@Š·­­©›DÑšW7«éË%mƒtاRøÏ4»gÈqsÊê§vFÖ=*á´•za ØO v6/Zhµ‹&.rÞ̇‡\²beƒ— ôêy !3Ø‹ŒÊÚÞ.ˆÅcjZþh?¥pVOkÞþÐä z\þª™Vä˜ÆÍ‘vþ‚ ›w“æ.’G!iòkäÔ€J šÓ³ëý°Øe:{ÓJ¬[wÐ[GÕä\ºô"».í÷@7.?d$e5†ÛSÏO÷ß_µ+í|ܲ«ƒµ6"à¬zð°Þ¼2ÌD¬¸˜°R½fGå„Í1![[æŠÒ22ˆË¦Ã2/¡³£Žmšè[v.jÍJoÜôRZWݤæE­qÁÆl^wóyÛcüöÍäòaÏ7¹iÏK…î0ÐÛ:tÉŒËèƒG/Òª‡Ø °ùž·½æá¸¤úÀÚÏfUuQ¡!hƆ›ÜàïoMò÷‚÷Fièu¡&ØWÿb\–}÷Óhõ»Ïãi»bÃ/ê·K…>9£fRC.û2Ýiü:Ó®ü¤·<М-wKò¶Q´ïÇ×m{Õ2ÐÓ™õ)@íyÑ¥[.\ùþÿ_ƒ®\µ`K&û¡ÑëNJËΤ gÙÍ¡…lÔ¶_ ú4.þÄï-ú°WInÈA®]4s[×}¢žQek¶«§:fe˜ZñPÚÖ=P؆­Zs’›W<¼SÐúÒ'‚'mº:ø CôêY-%oÑH-Ÿ5’ÊçLLÈœMÈœwv ¦ì»?iRö‡„‹Vدò _¶î €wýlÚ§‰öÞ½ G°uXã4+ÔíNrEk^ -h+À$®ŽÒ3NhÉKGn˜”7£mˆVqeLÈ_qóˆËBÉÀ +vBͲ_±l¡‚6¾õ1±fÍ/.:iMÛ¡lo‚×µÀCVÜ„:ÿþc@Oš:œ¹êÅÖÿ3Û¡ý>+¶}›éP}žâË÷\áÞá,>7¨äTLj8• F>tÓ-’|›éB&Dæ¼ìÇI[£æÔmñ;>{ÍɧíŽvtoÈ\³6I{È̯Ùx¨i«ÚÚ{âíj{5©À$†,Œ–eK'sÕÞ#ÝòqH›>HÆš“Tu8/Í)ÅØ©Å·¾ûùüMogߪGª»»UÁ!1ίëô12¦´¼:o'-uVF-ÞròpÓzJ±^ÐúÀÞ3¡&—/Zø(o*z|›8«ÖÇJlø2ÎámxÙÄ5 =­ÇæL ¢“B€ˆ_÷tpWÝÌð°€²:ÌlÛtÑ0{tæªÐ4¢Ä¦ µƒ#Ílpô”Žö÷Ñ2–Œ´Š=?µmÃË".³`k>zÛ? |åÁW¸á£C·G:ÄÛ#ÝCßë‰Gå«PÒ¢®1zVÝôbÐVËV.Ƨ jHågçOœ03н¤ƒÆŽ÷7¿pwÖÜ4Æ«m©aˆÏ JÕŒ†T2¡@‡µçߦȈOlÞ²‹Z°ò?1WÜÝòE§´gÆÊG.:ø„°ƒM:ÐH€TÎ ¶~\B¥¯Ù)Í[n:bÕ†-Zl‰´_⦣áü&ÿö¢¾éݦàH@kmñzÕÇg®JÔ+.yÈa€.ËŸTàSçõÄ’?¯ý`\lûÚ%=„’»|Pò™…!BóÆH»`u”G21“C¤Âe'«m`°5µ=.X²ºÊ@¯Xž_÷qióv.zÂÜ -; ³C|HP-çOš5šQ½œ4 -¡aÀÎ èœå!tþ¶—ßôóXë^6nc„CÙŸírnM³yc¼öÍéÕ֜и3'PíN²¸«^JÛ¼T$äy-f1•ÓœuÐv•Ûã\îÆ¿`%×mø¨¨½0L® ûh° ?¯{LÙ3¡nŒ\óìm#Õnx˜½Inç÷¥Ëa¿€5v2àÛãR猑Þ:=ˆ/®‡¾>ÂeïŽsÚ÷':¶Æ:d‹n:lΆ+Xv“VGYøE;¾(diyÿé°þ|\jûìvŒwé,¬– ’œ95Èotöó -ùÍe§}bTöžÇØö0Ыjãá™ý5€o6lÈÂu¸Ó¥d”ÓÀ©ª¢.Û1“ѲàN@:rñH“jq@ÁÈõJ™i~5¿šÝ\ôgG}ÆÝeºëõlpH;@Þ?¼'¼hbÖO©5E{¥«‡”ê鬲0Ô–±l!V,›è +.nRÍ«›0ôºNHPGÎ]¶´cfMRÖœ½“9kf·ŒÈÚf4ÔÆ9£”3nÔ+ýr”«³={IÓ…Ù’ÒÆ>þ‚¥‹>m@ä,Yªßíá›÷|4Äß·½Ãk.Fë 1oQG)Û¦6ízI [nB}ÈNk’óæÌLвUH™TÒº[›VJÃÚ0¹îaaÖÝtHÈAkš$äŒl¾åû㌳¨ÛrÛò0¶tÅM‡¯»… Cíx»˜•jêfû´àE‡D´æ‰V¬,HPñ´W?X±`ʶ¼L‚_içÖÞïmyyl—mO´÷løÙäð0²ÑBV|Ñü,qõ°çP€×>Ü sH¡1s–.ö¨f€:¦çÕÏÚ:ðÞ“f>lÖÜÍŸ7÷w[;˜YŒª²ó“zncR¤Þbþîl§ew¶C³`Q›-›2Òª6FyÔ½IRÛö8¶fÞ)bMXû$ ÃýºO¯aÊÔ'1˺«UÝi*¾4q¸·«ÊÆÁ=›è£—®»¥Û.Íθ°g’×òQ¡ãtÌö¤H»3%õì.t¹·&i”3,sÞ„, ùX„ ³ÁÝOMuõ‘ƒjlú:àÃa¹äb@§†¸È­1toZâØšê4­ø…òÇ›µàJtxØßÙ½øõÖÿÏLª[±5‚,Ù§ w'DÚÍ Ô2¥ÇåΛHMÛãÚí ¿kgœIY°PjÆ1©s.bÃö4…ði‘!^õÓðk#<æÎt»|wŒß±3oÙ R1+±È¯êms÷ë0Ön3\Õ.ÏT“8ÏÇ¥ýÐ9µœ:"cgXÛ)/<]¼äéiã´fPàÕ -½íEC<ô–úiLlØÉW¼\¢_GÍw*Ù¹•iìÕ‚å|i‚†¾e£“ Âú®ö·¨cÓÃj›7qëƒ -qµMÔ—cäö¦ë¸}Ùíº´è' ¹é妫[¾áêU¯ºú c:Ô)ºû«²¦€^Ýn”4vÈòì½&äˆÖ­õj¬f™•¡äèªäLe&¾‰p—PÞö «‚öR‹îO1 ´Õš-¯í{ÅüÏ4[p8+d;(”{Õ±¢b¸KYçéîÈŸ3Ó+§ ¨”% ¡rÝÍc­~Љ`–Ú{ ÿ8ÐK+2óÁÉS* -h~¨5gá¢BÃ|æ~P¨ü1Ûi| ±1 /þ4Åé:Ü£e¸cDE/5 -POåxÌ —LR?cíb®{…a;ä—Óò¼R|ÚœŠZX×.€>—2‚ý¨œY ¾xÓËg…†yøy+-µhfXÀÜ™d°–†ÑåÓF\IxX$Þ -ôX×G;DÓ..bbXÂò˜LŠ!Ù([!k“°=ùBŠá%{<€W'©iCù=4}<.½ ª Ý ×q^Iˆê, µ'Ç*æŒð -Œˆ5¿gÞݯ³õ LY«R1•+&ØRɘKѾ”St‰¥Á&Ô6¸DÝÅnÙ D×1TÞO·§³Ö÷…è+Um— œ¿aåÌß””ÎÔ5wŸfk´k`Ö"¤x¬»¼4Øk„Ée.T¯%`¥rºWí4GºD0Ñ"`Ú³HXÍËêBâ…šBâùÉð‰¼–|4ûuío”æ¾h5ÛU=,QAÂ\Ñî(¢tË©7Ñk;ûrzé† YÝÍè«“éêt]Ý9^…2kVHÇLZ‰¹¿¿QÉî|¯À Ÿ -Z@Éq¿*Ðņ¶I;6F»SB@cPÈ‹ºú·kVXÞÞX‡|Ö£ŸÖ 2õRI¡ŠÏSsz²=J‹hlHÁŸ²ô üꮆN{,¥¾þO9žðÊ-–ä‹!¤«F† {FÛM ™$Œ)%£paR2&ƒÆN«¸ ·v7<(ƒkûàÆÞŽLC;fHÖW4Ð5T*‘hhÅ#l3ý>— Mñùx¬ümu!îfa&üfFrëÙ’lÄÅÚ|ð#>Š÷v¨«'ÇkRp§]Üe€Û–\„Ú*k|Huåd〠#æÙ*8}.2˜Ç#™c0Xç£f˜þJy•ðt^6ýçœ<êÏwîÆEÜ»ùáxi!öOr+ínoWHš',RêœCH]æÐL¸Êi ¥ÒkVðõz#µ¯O]&íTgK»Ì•–>“¿gbÅ)X0ùC]aëÃÖ2Ò“Ê\ÌÃü ð•òœ²‹XPõÕ>#ZÅí¨܃šîµq‰zà’Ý nû×yþÀþ4‹³3#1oNvÛVüݪDàwª$z¥£(ÊzYâƒ=ª†ÁZ.¤ªÂDË@{–¥Ÿž1an'm¥öý ‘bÑÝÁ·Œ] -•‡Ù%ŸgòD‹5(¢÷ec‹òbXq ÒØ{&?}")ük^ût~™â—ûo —oå}óºædIâ ɾ£wfë$¨I«R9-=ž_*ø-·¼÷ä£g5ç/¥F\¼–ñ&|äÒƒúˆ—oÑÇPHÛÓ¾þ‚׬éž÷uõL;ØmƒŒ£Q{;Ä}s8 -&³a¿›H<ñôYíñ„xÔ/ÅåÊS²Ÿß}$¹û¸6âu,îHt2óÈ¥»u·#1Ö_›[LW(Xå¥HQ¬ ÓGU´¿Š”îTÉàÒž‚Õ9WFä'¶bl·‹*…ªAƒ—êA–s‰ ¸Ÿ?*>rñBLÄý»9Ï£ ]+8~üvÄíÛiGjÕ?¦ÑOÝ}Tý[zöª¼³¿:4*ïO¶÷­ûØ” ¿É­7v›õvÙ v¤§OdJäk*o*Ž5ÝE ïáˆîpŒóIMM÷å˜7Õ§23ñ¤&7ü™”[Ñά Ù˜y£mH§ ˆû,µ4Ñt†3ÛH¿—S§ü-!‹x4)“ôÓëøÖˆëÏŠ#~ùûUÄý{ùoÈ÷^#.ÞΉHK§á•O•âÁ -¦«ÅÕÏɱ©U8…ÒŽçuû«‚pŒzÙB¿WwŸK.èøéõHD|2áhz6ï§wIäˆë‘µïuáNQÄ“Wm£0G¾†ÿ\YÍ?ÛÛi*t*äÐ9‹„5o“I–¢W>PB”2+0WŠÁ¾?òí¿%H=Ž%Eœ¹QqëAmDL"íÈ“w„ˆ«["nEÂ"¢SyG¢’G½£À8 |UÆ—¦Ï8»:f<ºÇÜÃàQ;ŸÓhº×T¶ç;z7«làdTíXBŽø×´ÜÎc÷WE<}Ù|ôc*íç¸lþ‘?®eEüòÛ눫wÊ"îG##þ¾V~äõ{Ì(´á£¡¤kÖ¢wÎY¥c!U§€°®tš4\C–í4´Ð—#ë‘#ךà£×k›,gò‹¤Ç?$±Ž§f‹E½G9w9%âQdMÄݧÕ箤yý|”‚î¿-#‘î;ÛÛ¢Vì4°¾GÛ-,ât -Püåxà=_¤V(Î=ŠÁžxôy$!ƒ49“ÿÓ«ÄOçoyþ~ä#ð\T)âò½ŠˆÇqØ#)ÕÖãÙõ®ßa”àÛn‰¥|XÛ[•ªW§»}»AÕÙ?C w®ÁXÓQœ÷N=Èx¶ ¼ëôó7 c—ñ¤!âNdcÄg Ï>`=K¤{›#;–]g9 !Ž=僅ýݰ]«c òªç,´¯—¨àSŸq©ÊÌö@I´˜¡…žçUªOc|îhLëÈ‹h\ÄÝG·Ö±™Â¸…=zþè§»¯ÐGó•¿d6x®7(îKùÊüy'›ºhF¤-˜ÈÅnegm_•Þ!-g‹¦Š‘”ÑÈ&Ôä­øø•2ãÏ´ñO^@#žFc¾ø@8òçù”ˆßÏ|8’Å9ñ!yº<uÓkèEÏÙ¸AyoL>퇳»&ˈ‚¹Tm,² -:x11—ókLáxT2öç³÷òŽœüãEÄ­gõ€½Qæ”p~ÇBºßËÅCÍ.?oãÃÆ5¤ÌQ51Ë¥aäiUª–ξ˜ÖáNASµ Hýå*ˆãúÛL.‹šÞ}š‘SÈ;‘U.ÿ56GtüY,îdl -íL]½â#{¬îd½SQSg øŒR³`åÂ'Mì&“œ™*—ufvÉí F×Xšb}‰"ÙžAðÃrëÔg_&}ü¦éçɸc‰Ù¬ciEÌ¿ -¥WJ`ÊË ”é…ä~ßÅÎ3JõS@^°µfø5­q.½ÚÛ)«è’ššE2W#]àJjlÓ\û˜×ñÛ«$Ɖ'oÑGG{¨=rå~aÄËXô‘—ÏKO#Î9êY?"¡Ìu¢¤Ùr—ÈpæšÔŽöE{Wǘ‘àV€_øôÌRµÚˆä÷ú*ýÓµÈÞ’ÊìÓªÛÙŠ&ãÅ“çnE\ºUqÿ98âÚ½êˆóWs"¢ÞµIÏ+,â4o†ûÄ¥sFZå’\kìD¿6+úÀò>3ˆÎÒ½¦wÎáÅ«æll%Üø¨¨Nz¹¶¥ÿb3R#µ²ûâýhÈɨ8è‘ä|îñĒγiÕw[ƒ/i|GJÿ€ 9bìÏ;clÚöT{ÿˆEŒ× :ùbUÌúËÉLÃ["Iþ˜ÄP=‡á÷JîeUvÜJ/¡ßÎ.eÜ„ÒloAtû‡6º9š#PÇêµ²j§¾âÓKaóÎNÖ´”?gÂåuØŒ‘AZ‘²“Ÿ*ëV”t÷U1šh,]ùJ³¼Ì­ë»“)üûî[Ò/—Öy>žP,þ+¡¼ïL1Êw½œ4ú ¡yÐJ·ôhF©«š4¥ÇgOkêß„mèªõ'hSôú!¡Dí%ód#uDÁh<”>ÿ¶=z³²Íq>§J~òγ¦#§Î¤F\½[Äæ†£Ñià« ”(JÔ.ûèQk·œ肵ã2è$fýH­Ñ£ûdÆêN‰³”+²gÒ¸–4~ð!¥yTQÜH)býþ!}.³€{£Ôû„EÓeØ¥R@gR,¹dý€þFŽöµ¼² ËoûåÍQ#N•Q§DI%ýÙdýB¿ÀL´’ÜQåMÒëé™M§aŽK¬ê®¼ŽÂêb¸lM¾Bb¨³ ôT,ØÈ{>|ýþ¦rÃÌ]4`Ò—ŒØL m“óŠ M;¨†ÈŲn]©¤ËRÂbë£Ñľ‡P¤è.Õ󓽿ñ¥ ¢néqO²J:XëRêñ æ>Ò¦[@8Ð0áaxþœ -·õu»Mº~«IËÔÀºº:âXŒî§H¢åq=Òþ µ¸ëì‡TƱÔÂŽ__' ŽG§ ~N(àýXÜ~"±¼ãœ&åÎÙÓÀ ­£j.hÓC„èòW³`’&†;ñª>~ºD"IëPN`è’…r4à £¸ž6ãßfÑÿ<3ûÈ•[¯b`GÞ§ NWp¯B!ò{’þUÚ_1©!fM*ÁoBBÙ‚V½h ý^•JJyÝ? ¯—ô:kº¤Ö"É€¥N$ÓU´‹‰|É`:EìÉáToš ÜÛH’ìSj«èQiŠ´Ú¾J»±´‰Q{ã ì÷y*õße¦ðë‹?¦'çÛ ýd£Ißn4i)ƒ=%jIWº¢»3µ¯·'C6`¬•)  ÞÁ©ÔXÜ£ráû†,D­¾·F'F¼š2R‹çí<ø¢ƒ‡Z¶³aî.è«e+©~ÍÇ¥­ŒòYÓÃBªÛÐѤë%&ö²ë¯JùÈûâ~M¥Ã˜ØŠSÜm¢Z -Ê`I`\o®Ý–€k·Ä3ºŒ9mœX¡+·ºæù@wÏÆ©eÅNYw£›ö&Ú•{Ó×òh·vØ"ïÒ  úªÚÎ}¡°?fvzsO2ˆ«ùU¢Ë‰…Ô{¹µìP27¦K#C:­œ_Iï,޲ÞßZ¶b‹ý*|qPÇ…Œň‘Áö:—R\åÖHšœÊ®ju‡àB¨ÈKz…ÆJu·dîÑ6zúz+¦TPxPÙñöýí¢-74«Æe/jÿGïù—fº® ¿ïóìUfMÉÌd2)“Iï1Ånbï½7T:Ò‘^Å5ÖÄÞ¥ƒŠ(ÒÁž23kïý{ÿ÷f}òƒÔë:Ï£pß×yTy” vUqCT[ªšh.™ëå¥ -»X ÒÙÙŽ±ñ©êÁ}“Ý­I ã­%Š™œrú~S:ز§zÏÙW´1­ªw,ÏrK㑾¹É­¬)^(} ïÝ7‹9›“Ì´­ÙFˆ~î=Y3U[°!m£¯ÍwqÕ‚æò©Nô½±Vô­éNâ£ùáöüÅé>´n–_° ´§µÕO†Ñéc9µ’P:kü ƒÕq·¶áCtóû‰¬ÎžÁ”á9k’±÷võè¼UÖÚ¸'bUiÛߟ®vM2싘¬¥ò§²ÞŠû }„PéØ0yl`Ô ÔjÇ ý~H‹g7†"`äK0æ“̹ÕÖÞ<>4–ŽM²VƒÜÝ~±SÁ¨tÊ™àcm]Íöä¼)ù7UgÚUõ(äù’°±ªƒ yɆ¤þ²$ªcï®t÷­Í7£”SÜŒ¹f¬°—9?ÂOÒˆ[áFý»Z‹ž‹qo5wß œn×ñ–)å'zâHÏÀ:Õ´ -Ã,=oSÝÝ¥•´n.ô4¸VÚ:ìš÷mVU+צn¬±ªyÓ"«lw]j¶·äe;ϲÔÀ°¨ø¬9vÑœ1/’‹L3¨·Ûcˆ—^ ›t¾Ý)v®µ«ØÐ)¯J?IŒ7Š1{2VÕÚBàtÔx/R!û¸0SŸ'£G+ÍÅ:YcSÞˆÙ^h@Úõ­mÇÛmã5½Ò*§äø6êø'»=:ÿv¯Ú½ÞÒc”Õád£¥²ÑÚ‚€usýüÅÙnŒp¢<#4 OKjÇÇD ÁäQ*h-×Ì3³,ë-mžÕÆã$,r©-ûúRoiÜö$ôµ„_tsé=9É4ÝJÞŸåVlãßèºJî­öT=ÚÔWEmxíxmé8õÂ!ùÐy´Ô5|ºÌgÚ„ˆ·¦1ð3Ó$ø…EŒO8œ§fm ÈÙÓìüû†>DÆç%ƧÀg¸)¹ÎEJ¾OËDYU,ÈÎBì@ÕÈ}œñèë@ï—˜%ظÃEbšGèð¨XU^-aѲ, uÕ§+|Êù*—xºÂ#Ø©%[ãÄØõ!bäÆ5AÛ_e0‹vf©¹;r²]Ƭ ̶ˆðñ¦l°ö†QlÈÖ1js’›¿=^“î‘‘‹|34J6Ô¯e@œ2J ×´Ì«©%YùH“€Ú£e®RK¶§H +Èà•|”~Œž¸&î .Mv¡u£My›Óœlëbÿˆy¡³Í&g¢L³Uov‡sï¹$„|Ÿ¦¹öd­½ÿLß1z˜3¥Âdš¦ Q.YÙ«mnô.54YkÀ» ô²Í…N–^ú¡N9ý,í"…íëá¶ù¬UBïI°y.äQQ˽ªZ ðz#'ú& ×¹ÐÝR‚®;ÿÑÁ,<ít•\åÑrñöENõúýû½)x¢s‘‡Ù¢¤Û5i»ÃÈÛ 6Æ'%¦zæ‰)ÆċŦÜË£¤äïbzñùJS½_ÃÅÙæp)>ä’RrœbR²GάX©N›­Ëy˜#²=K9œ†Åøe¨$Ï8Þ*Ê‹8[©{U´ŸŠƒô+›x.ysý¡¬oœ!&[fËœrxª{¥–êÐÕS³ø8ó4&Å#§U™§‘oô¥÷V:òï¹æàÑîyÔ¿œRüa™%¦ÎS²œ*Ü$$fù4 Ä©ž…qH)…‡B|¢w›üUOC}Ý®­ָȾØÌð.µµ¹Tµ8·Œ²ˆ«cm|²e›ì’“²íR|ªEŒ‰Û„¿>]åÔø4O…És/Â3ü,h 6ѵ@ιXkzw¶ÙÐjœAGî iE=è[¼c–ìšÅ$»Ä˜Ó2t{(¡•¸dÌr¯Œ˜ùe•‰:×2«Ž Ûr™GJ^ïô>Ú)|ø§‰×x¾Áf[æðiÆql–WAGz5øÂS=¶ød²IѹN)?0så|£žï²7†Ê"õE±n9vºÊ短P«í"hü¡º1‰³*øÄã–î/ƶ‰£ÍÆçj=שåÕ¸5eÇË ¤[Å€º”l¼e vm4·z6ßuïK³°á¯M£à ƒ1ÈKk`ŽÎ6õ«™ßê""g±±«ýðm¨¨ïæØÅ/}s|¨KÄÌóÌ3 - ƒÈç;CǦ1è3ó&lŠ–±Ò|±þýÚ+nÀ](›¨ç;æáÑšwÉ—µ ‰ß¯¼Ë¾q8EÈrIy(«óÖ<zf+{êGÅɹ“ˆÃPUÄz°NˆWG*ìHÍF™g ¡Æ¡Ìk{£ùw…p—´&Ó« »p©V*Ü5Ï4màc#È€^¼£iϹ³Ò]|ks êáj?øÉGLÌOc¸XÇ4>nµ%û×9jìwS„èogɱß/·äÞP7gþ´3ƒˆ•÷‚£‡0ÉWüR.Ô%¦ڦѱû£ÅÏôé÷T IWt-i?®u–ÜqŠ%{“Øð™m¢êXׯ\óÊÀ¡'jbö‘‚\æ‘’‹3òz‚]ZOü¼Ä£\èYh– ûÏŒÞERÚ‘º¦xg´Õyb™dC\bVå‘ ŸáABƪ^é»òo«žýRä]b¡D × £ˆðc- q¾TÏôÌ×d¹$Õñ®9pŒe²$Ì6‹·/îy¬'mNàcw'ªÃDØDšs+¨{‘†ÁÒ{}¥·×ûËïž­³ˆf!,ê`lUE©ÈÅ'JJÙç%ô¯-6ýHM†ËÚæ09g«M-.)½ìP€‹·ŒÃBlÓàWvaủ†ƒò+èÝ¡Êp¿œ¬Yþþ8*Þ#Á¥ïô½²NUÅî —¿rÌ@"NT„Šý‰ŠˆÍþ²Ç>ǧæ`üZB¾[…L´ŠÁÆQp°sáÓRJ¼jj¹iúúdŒxq±QÇs«Xè½)äÛõEs°¶¶îx­¾ö|ƒ…?]&CN7›;¼ë=Òó­NáùÍç:\¡Y߯|icbcúV¸”=!€b\ŠWN®òË© Ÿ‚ZÈ6N€bíbhÈROþ5]gÙï;ÃÕ!v«À2ELÚéG¹fÙÅÓäDë4°®ÐçS˜Èµ°'Êæò«;ƒ¸ÈcgżõHI™^yMÞ¡Ÿu¡Àå]¨ Ñ'Jtòž³5{~¢`Aý‹Ô⃠ OG*ª›’~š"½þ›Œ÷ÝQàþx£\1 eæü|¼@}^¢”_,“Š|JTüÁtù³Îœ_7Úò~ÙÁE­Ó’Öz'‰q{£è·û“¨ÄƒitôÁDuèf/èîZwå+Û$=só:¬öæï£ˆäïäÜ‚ßôï îšGÊŸºçqiV >q®¥èÁ0.é§Ó@Îû$>aù}ÞÕåö¤KÊÚ¤Kº†ìë#à×Ç‹øÔM@Gh‰ÿÒ¶åß;]¡#ÖÊŸL“¾³2~Xä§ÿ0Œ‰ü—i°â…KBʳœz0…3Orm³4´CLÌ0#~2_þ¤iÿÑЛ}ã$f:¤ŒRÃ1ko•ø×z-óTÏÆ;Õ‰B€oÇrŸï ÝZë.ÿÝ*¨C‡ñ †Å·öFŠïXÇ+žhÓ.Í1b´òSãpÙkukæÏ{cÈï"«Â4ðÁ$"dwd*{l›,}y¡£žˆ^¹1 - ›ádýhSòtŒ[I/7ŽÁ‚Wß§ýn9¦*Ÿ{Ñg«4˜²#çÑòÇÒèÏ«±šÔZ±O‰MßË`ì˺i›. :ÕáŠÔÝ ð†Êðß} -2â­ÚÚ?6Ø5n 6É:pàû¬{è ¿[ŨèÚŠðËÙ¯®ýs¡¹ ä¯MõÓ2 b„„©˜‰WÄ„ˆïU¼ÄïwAÀk2àË] ‡›C ð‹uéëNm“GZ“w¬¨)p\ºÒ•~}g¤àþé&ïÖÑp{3„d§ŒOð¨š;N–këÿ½É¡}ÖѰ¶IPôþpîC}{ê•¿v›}Ë͘ÕGZÕñ -©Â£&Vx•„ =tª!ì—môÝ9ÒrH™éGš€f¡æ{I†¾ü[)Ç)#ç8$Äd»j™ª Ò´%]ž£ÆýË㧅ڢߜR&È0}¹;ež€‡8Ĩ¨ƒqðóÝ>Èã>fŒ‘{¥ÿív2Â)fÚ…” ã(2DYŸsYRýí^Ž|ð(«ä&2éñÿ+a”=<žg—;…ðÈÕŽÌ+І¸KóìøKêæÒ»‡"Nù™®‘cQ2br¦[Ä9§hi§Rf‰u9Ïû~šþwmKö`ßÃÍ‚êhUKÆO‡3è·^gZ'«žiS¯nõæ=?˜¬5ô—Ý[ï©9UuvÛ +„pmKuÄæXÔ©Ÿí_DÆ™g@/õ½¥ûqñ?~¨Žýùójÿ$c53ßvuŠôãþPÚ5÷\à¼*)•–÷࿚s_ëè`›¸:z†–ø=9õá7”ä‡ÿ˜DÇüÓ< 8…\`‡Eƒo}³Þ~û ÝÕØœƒÉÂÇÝIWeµo¾%¾ú§æ]ê¯!%[È+º®jƒªšyÇrF¥K7ö¥^¡¾úFÊKûQÌM»¼7 qI±éºöüûÇjÕ±ÐS°°}ÿ­“å‘NqEÜrgÆ53éªWYS´3 y³Þ“ó›eòê`¬:Ü<Šp-¢S÷E˜ä|Ú …¡ÿôr–SŠ-6 •<2 ‚íûì"¢ó(¿qù¶9d´²1ãÊÚ‡ÜWÿÞe2Ïש0€Ÿ_殾/¾£nʹy¶Æ"|¦þP2ÇÍüéd™Ëø²UÛ蔀c&ro[Æ+ÂöGA¡î9h¢OŽHøk‡M“uƒ’Ø ÐV†iŸv»”Çú¦v§´¦À4Vx[^ûCwÕ“ïÍW8~yÐw+½ ·Ç*6ìDŬôÎ_û”äb€ß <‹øäÝ‘‚[šÖèoûªýŸatèw›cظNrÖ÷bNùý½ JÒÎ>bsöLÞT|[VŸUÎÏÿy­­òîþ49AÑVñHÝ”wÍ)!eŒ‘â-cø7Þyt,P›¶iXÀ»OVÚ ¯ -Ÿ3GͲΠ"Ö{Ó.ëšß~«ä$þk¥>û2𜸕Dø!ö›¥wÐP fËCàçú΂ߧh ß¿ƒ„}Ûzñ7 ;ã§õøKA]Ám1¯àÖÎhuÄJgÙ=Ymú/úÎÜßÕ­…7§hÉß}„Eÿ]Ó„ žå>šbÅ]6V -ÐÉŽBšSD/° -pv18Æ4ZzÐrÑ󣀯jîmc?2Åxiãpå‹ÝÁÒ§Ö‰Ê û$䥼6ùÒ 1â»@¿í ‚^zŠoaâ‡]ZiLþÕ-„E\¨©¥G -F¥aóFÛúÝ5ÝÁ4ô’T¼}¶*dµ#ï¶¾£àÁÞ0 èqZÎÅjc½}¾&won&'ØF«Ã]3¥Í#E¶û‹ï­õ”?³ ™HÛ¥é„Ü3 t&5½ñJÅÉÿqµµâÞR{Éã¥÷·µEZ•s®&»ô`ëcÙ³íCoå“­žü›–±Àü´¢¥¶¼†>p°_QK”7•ÜZà¦ÿàøk ÇCÌè·{£¨H;à-ôý g½è˜ŸÍÓø ›˜œ5A͸ÜPðâÿôC"ÿ.¦$~¯ða£i𥼫޻Æ.|øOµt°{R¤ÿX<ÏI¼.ã¥þ¬àå\VòÒ/ûäøBNyÈ}5IeôJ‹ˆž«¬Íº"¤Ÿýƒº9ñ{/â› ,öm&Á&!${Lˆ¡¯ò¹¡·øùNoÙ+óPe2€ù‘«ïóîo~̹öï}ë&–¯÷•ݳÏ!N—Û:N—Þµüaà×ép9€ˆ0 áa;3°0¯ŽC9ßl÷©h «ã”Àã< ÕéNiuài`'ÇôãþÕu—‡øÿèY êÖ¯¢•¹ )ÿÉ:œEÇúKŸiÞå> -à¡IHÍæ•]S4ÃCçxU;“¸7K=…ׯ)±ßŒ£ÿ¡hÈûeëòµq‚–<8‡Åɺ|¤®#9Ú6 a×:2nËÞü¼Úž}YßQøëzèÞî$&FÝ^öx{e†=ßè(¸ºÙV|ó`þÂ>‹‹×õäßž¥¾ýf³ê±‹Õ-——;Kïع7Z!1?Žbc®­÷€Cv¦ qcÜœë3ÌÜßö¦ˆ©šŽŠçð¨¿õ"Âþk‚óYrÜ?4 ùWõ}œŒDÒ¥wð¨bôÐvðȰÕÎü[=¹×Íc¥÷’êXÝøÓúÂð¿ißUD»ϹÒUøÐ4èŸþÂ[šú”_>€_¯õÓÆ0èi7&êûRÒ¯Öab‚¡£ü¾u¤øK -6ö¥½ÒwÄßW5&þj dZó¹ÅÁ?LRãoùed¨{T虫Žs‹Ñ‡ÓÕo€½ÊÒvçß–·ÞèDgÞš¨I»ít íß<q*§{æ(%†>X”˜‘òý¡ˆ”u0K-u@ž/µ”ÞÒ¿=T5æÝÜè)~t è!·”·ÜZt Xë»>d™ÀǯwßZm˼¬oKýQYõíJ[ú/&ÀÛìÏⓚ*ßü³ùóÞ8*ñHM)p>iù}áyCêÝõ€O采¹¤\ÔÁ,%{Š‘ùÓpMÚuí{pÄv_uøþ2xí#8XÖRþ¢ùöû^\ôo~ fœ@F -Ù—'ñ1— EmcÐÛ84Ä"@D´À¢/‰Ëì*aw’¯j(þ]Ñÿl©»ôíöPy°}¦<üó2¡ò-&Þ4ƒu.2Á&^ÿ]Œ{ûµæìß–š²ï®¶æÜqK_ÿi¤¡w¦áñ³üìkûÂêt«´‘Èd9^¦VzÔè«òêP‚Œö/×€>ï4´{ÔtäíU’KÿÜæ±ÏõäªÃùªðC (bw,ëñö`Ñ=ŸŠ -=]ª­qIÉÙGæûY,’š´Ào4Gj>Á/c–Ú:mo¼ÙWùpgd™$&:øðÝYZÚž³ñú|¥toå|½E„‹Yï-½m‚Ÿ­¶v¼µi¦lÎøUÙœøëþ<Ø)$g*xØ=1)[Ú’wÍ0‚MÞŸ¥gËë -~Q¿Ñ’~'E|7Cÿ›œ“òÓþ:Ö%á”Îór®æÙ%¬ò!â[+à=ß¹Ô~´ÜUuÇý°/ðÐov>”ßÛè){¤yzº=„ŽÞž"$Ó³¬H½â’³t-©?®¶'^2ôæ\×·ÄþbÎyâÀRO4\’zÖ¿´À/ ù²ÚÒã^Äelõü¶þ>ïÊN计¿êéJ䥤­ânUʳ¿!’î_¾ÐPÊNU5îyèÛÝÁÜÇ"JÄ¥~ðƒ¿/2"¿µ«£ß¡’®•GÝùÛbSÑó ì–¿ðŠ‹^xD%/Tõ±?Oc^ÿß•wy7Ýrdsùb«öÚ&ÂçÞ¹À)&äºðY@Ä®öW<íÇ&}ÛƒJººÔ1ÆÌø}cfžD&›Æ ÉGrbÉy Ã]ÁAXf«c´¹WŒÕ;#ˆ·»p€“‰ sõÙW¬¤ŸÖ?=v~[™#¥i»ÁwW>"^ÛæÙ–‘Ò‡Y××Ú -nzK~·Ì B|j@齃p}oåç)ç$“®­­qÌálÅO7:ãînte>°‹ Év)­p±®ê÷IBÞ%Ó&õóJm݉†± «“–Z“hßç‡êû«žoM â}:.Ë(¨«^ù}îRà >˜Ä?löŸ;,ƧMrµ[‰+ÐdÝÔu'\6ÏÂcZò#Ô]¹A.M Ä«£Õ/ᪿlÐkÎô5à€ÃE·½|Öþ8*ÂÿŽi -új{ôÐ"À&Ùe\°ªµôš²¡ð†¾£â‰iöÚ:ŠuÏЋœB®¾»äÉjGñmÏ9ß)¥æ™§poö¦Ño—zÁAªöªg›¯OU|ÜÞ,³pý#>ø`² ¶=Å+0Ž¢Œ£°WËíù7ŒC•Om?9Ĥä#5£ò`r0ŒñH›¨[}ÔÜõøE}þõYzÌO œÄd D»¼‰¼>JI‘Öÿâ˜!§ºÔ¯¦–Σ¢•MÅ¿-Ö–ß”×—üfÓ­ „ó àfJÙùrsÃ™Š‹Ö÷–¿&Æü(â¤]1 ƒƒ\‹tÐùRsÃy`¦çâ•e–VäW¾«w/Ô·ú0ŠvÄKÉ;èÃÄœoåm`@ SÊÍÓeMŒc¥aÀ粌B^zæPñ›ÃÁBnΕQ ?] 9V’ -v²ï,7F]ßêL»oªÛ½pÍ¡“³wGhÉ?Jê‹C} -üD]Sì–â’tÙ7'j±ÓnÈ[ -ïªÚÀ/¥-U+î7ÅNzxªÄdz -þ§¶[jν¶ñ±ì‘SVS5![ûöØÂëv!)ãX‰N;’Wçž/×ÀÎטh³€”ªzWñP@ËùñPL‡ÌÕ¤™f±Ñ[ÃU/¦éñ¿Ñ’îJÐY§+ÔšÓUfÃÖ"q‚tÕ,Fü¹_ÛôÅȦZÄÐ8ysÒ•å®Ì‡ÖÙŠ7GZL†~Kzú/.(üÑÅvóàiZ?-Uø”ðØ‘¢{+ƒ…O S€Žœ£çuùÒ& ¦»YåNlÃ…Ûçð)öhø‘“`"£×?fßÞÌ¿·ÕWñÀ½È(µˆ(Ù†~ä óö P€%¥ùˆékô=%%̤ï¶?€ßžk›ù)!Ù6ƒ}c“VÛAOgIY®Ej‰SÊ( -ÌÐYí,¿¹?ALqIØe;CРͮÒ;K-é¿.rb¿@…ÿS^›uÃ5G+ÞŸ¤¤oõU,óˆ^ ½Â-¯)pHª}2L:à-m3„X‡^í'¿5“N5¤ONʹX¦O5L˜U€ŽÞ=¶NA^8„„”-«ŸþS`F¨MDÍ´L¡B-ãàgÇ -òÐÞºž²ûÓ¤Äùåô²ÃyrÞð¬|ªa½Ò}¹Ñ öÈ×Y&@Ü9¥L°O˧ò$—zñ“ì‚°ånhÚ—M.çÏ-ëLGźçqy;c°Wæ9ts’Ý"$i[¡OŒÜ«Ü£•6ð3œ‡ð7e|¬åàOVy¬¢­Ð /å§irè7ÖñÂçŸô„¢¯Û,òÚ0ò5Àë/| øùRï|­Ž{±F{ÈĽñ’§¦²‡'j.Á±È¨ó²oÛf‰iŽEÔ±@.ñ*éÀ^b“Uï³^ÈZâ¬ö¦ý~¢Ã—kðE[‹š†¡©GJ&Î+g#Ü -Ì¥ãá”—0±ßK¸ù·¬bvéî8:\×^x{±>󿿇ò瀞,ô+¶9R¦¤9ï–¬½0Ø-cCLc¸·¦¡Êº¶œß…ô˜_×:³ïëˆåg¬š•aX¬˜WxûpŽ\äaSÌàXÓpqàÞnV=‘5eÞXî- < ¤Ÿžqw¼¶ðå®YáVÖa]RFÉÎ 4THMº>C‰¹â–ã³|:äx•‰:TóìRþé:ƒèÕRQ§ËL<À¥eÆ1DìÖ(>Fý¹/©©8ßdS÷&*#·ú²®ût„gµ¶Ö·ÙÐj_bw$¬2Ç\À»TÇûd¸ €÷27ûPA¦IDØZOÞÃih°iöZÝœòÓjGÆ•½QÈ«#5íÖpÑ–9j†k]¹;Šzeü÷ÁTÅ ]{ÊÏòúÔäü @_!Ï–ùÖ@Þ˜”–ç•Ðóm£ØH·’¤dÁlbRÚÚðã•÷%7­JÎÎ!EÝRø«¡·êÐ_¯·º ¡+ï /÷¡ ­è`g‚=?Yf£çÑ1v<Ä2 }í´æ‘‚˜}¢`€ÜR6Höô`©½üµVâžÃ%žhÍòŸ¹¶è(ó$,»HÎwˆ I&Ï¥ÜÌý -4ï.k*¼±ÒYtÃ"@…ïMÃ_­÷W<ѵ>8V3ªö¤”ÝiB| Ó«¢–X¦ï;Š qÏ‘²= ì -Û,¯Ü&æ€ÖGÐQƒ¸(—¬µÞ-ok>Ñ6ñ¾îÔÖky–Iðkãè±EL*ØsàCü²g“ìü›n)n›©É´Oã’Ü"|Šeo "¬s¸8¿¶Ž¼9FÌYî‚…mô¡ã–º¡ñÆÁÊøS*û‹Xu²Ji{Šßü‰:R6p¥\ŒSI)9[§!2T²yª<Ø;Ì: œ‘ -úðI?:¤ÔÊÏ;ÍÝGËlœOI+Ù„GŠxo®‰¹a7,S…Aÿkâ°?é™8§wºÌcúu,üñ2ïT0ËÌóätãluäæ èQ`Öî %m¹ýrošSnÕ¢<‹lˆWFÈ4O##¶† OÚyy¤¦W¹ä¼jmôùRGé-ï">ðiáN<êë*îÑàJ,D”Y€ äm™€Þ’7]WÕåÜðʰ€ å»ñ¹Ç«tœ{…Cè£gÝ㕆¦ÙÛcô¬ÕØWšVÈ} 3÷º²)ÿñ…žýc‡_ÿi“E´)qé2|ú_~ë'‹~(Â$o|¨´>Àçá qxŠ\´Þzl‡†6¶ œn6u¹4,ÂŽõfgµ7Yõ|­'ígóHöoû#¥w-Óô,»¤ešbéÙÎy ¶§±o]s˜¸c6õBƒÏ ô”UŒKp©êIëýЇ[ý%7·GŠnm ݳNaâŽ(EçjZEà›”]êZ¨…Þ%z©-粺)ãgÓ8(È"D†ï #^^'yo’–©hÝS6þê–pË=n¥GÌYÆqýÕQ—Ú@/.ÍÓ~>?õ©¸¨Íè³­î²ß}÷ѳ gK¤BŸ›¶3~>`¿Sxw«<ÏËûÅ)ŧŸhYðc«êXA)´‹ªcö&ªžé»ó~Q×'ü˵@È0©HÞŽx¼>€‹²Ï“³<²šœc³Ê.Ì?…ub›«É¿Xojr,ÚQ„~{0‰·LT‡œÈè%g*>Á-c‚´½ ;† t´O×=æÕöNk›9çëhˆ¹G øô£…šB?À æExiµ5ŽK?[ªgÙðpËdåsóhéýíþ²‡^ Ûô\âÑŸ¼Ð} yŠrÌ7’<ײ >%&mg´èÁþdù3Ï6ëb‰Ã84ýÆ(&Ò6_“õÕÀç­2ÐÇ*Lº]\¹ò!ó¾º3ýÆê‡Ò;_·ùÍ6YM…¬µìþæ 6êXËgú5Lò‘†ŽqÏcS,Ó¡ž¹êx·„˜êÖ6rgóïJ[ -Ã=r6Ò§æ ý*Zùé -{¾Æeˆ‰)#Èà@–òÑJ[wàºk¡&Û)!g~·àDMý±FEøÔÒµ苵AðsŸ†‰³SÿXõêÒZ{Ñ}Óxec“~¼Â"œ¬56îµ¢®‰ ô»o‰ƒqÉñi61 è˲gæY|ªMÁE8•Mô]«d†[~UÕMˆ0ÎÖƒ÷§è)§€vÌÁã6Ê‚,sÈ8§Šs²Uÿþh½¶NÛ[¬hÝÖµîh™É¼Øâð-ÖìÑŠ·G+Ÿ'ÀÏÜZ:Ü­«ãìÎàã¬ó¤ ‡–Zy²ÁeìÏ“Lã¤8Û,9 èùr@ú(Ûà‘OGòfªÃ¦à_T<õŠËŸù¥ðï>Õ+ç!mBZ¦KN+õëÙ‡Š”ã¢c-SåMC9¿L@_z%hŸ¬o×Â7‡ÉɻӔ«”˜q DG‡àÏw†*«šs¯*ÒvºîDË'î ÈÙk¡uíå¿MSÆ%ýª_ä’• %·¤Œœªž}ÒÖsì ˜Œ­á¼{³ð7{“°—æql´q”²>„ -_lȽìUR¡'+µôaHðVOÖ/Ëí9×,3°`—¤ú­_AÌò*• ½pOHÏ´.4âì -v•Eß)»'­Kýy±)å¶q ã^ !.Öê8v)&ÙÔ’]DJQ5^S5$^Ú+r0ƒ]ï/âW“ŠOWYD‚ ó*jQG:.~g´â¹¶9ó²¶1ïWuCêå­îŒ['2tƱª¿1€‹T´ä_>ßKï"1ópî!cfÀ¯¦‘!Žùštû·JÙƒŽzˆÿ—CBÊúôO Ïø‰16gg¤ø¡q$ç¦uþiƒÏñúb_ >”ÀãmsðÓdi°C‚J¹Xåñ¿šøÝ69>_ÝQ~Û2S“ãQÒa€_…¸5”2³“èœ'ææì_,sh‡ lò«ø–¬ç“sñ¦ TäZOáo†!Г!ø•[ˆý¼É¡¼Ôw¶ÞÔ¶'ªI?Ûj鶈iåëÁO•¿´ßúûlMô¥íAHøÉFsI^Ï–µVÞÞDFúT€GÒ±É~-›ìÓ²I>5»Ú -`CN)?Õ7Ôï‹h¹‡€Ÿ½X§¢¾XÔ¯Û gz.ë?“2K ÓÜ‚mAnkŒ_¼7MÏ<[á`µÇŸèë>['¾ìµ 7¹\›’\´'¢d8›y.yc€wàó5ZõÙ&©Ò,„%ìMÃ’|KxÐ…±¶qÐ{bØ©yßublê¼0Õò­€'ñêÙM`^½Ì*††íM• ~i¢“M“˜8MWÅ£ùÆ‚ëVÀûZæ(¹eÖzK¬}¨|µ;VéYÄ\¬2ð›|¾ÀO£çR½«s+Yˆ#¡À¯$äÇ@/rD¢Y‹°Í¡âÎWÈ­ðÓ½YtÂé:êÓ’+Ý è4óxyÐÖ‡‚»«Ýy¿Š)yǺFîá<­LÞTxÕ2ƒ‹÷Ê)%^9:ù 24°.€Ãî ÝŸ£•m´ôì(Ù+ýØÃ1q½¿2Ä!ÆçêøLßRS󦀚»5õéøTßaœ„†YÄÈøC)6ë¦NWh•Ÿ üº³õÆ# I¥è”/;¾¨)òËI¹îEt‚KÈ^¢»µÍ‡ÊÞý09qmþð¸ÿ±¶‰>m×68uaàqü«Täуp¶ÎeéßuªÞÂ…¼ì›N±ìß–ºÎÏÆÚ†ÓM&éÂä:Ô5%ÞUíl³áÝ'CûØ‘žC>Z§#\€^9[oûøŸ{Þ”õx·œ”é“£ã=Òêûlu gãl‚ªW. !ãL[O9ãã¶Ç¡Ïï3®©šb/™û!OÏ<ø²ÆÀx à×òp.E3Ã:Ç)ÓtÝ™ „ÿ]Ýó“u -ëRu´oÏ·‘Mâ&äˆWz0ÍÊ7aßîl‡¼° !‘!6sOP6 -Ú±&Qá@È-5O‘b÷' ±úÞòÀ=ZÏÌýЇÃðWÖ ÄëÝ1\Ĉ[å”×¢ìb|¢¾òr„m¼&òÊþpîãÓj•ÐC–9Z¶[ÆCºdŒªñÊGfAÕ ËlÅ CîC›°"ìt‰V˜™¸- '<^îQvv¹duxÀûÄžè).91kwd¬ˆ´KjŠ÷g™yšväƒC1=߯f!ìL‚MŒŒXjϺ¶Öž~Ó:YîQràÛ“Œ,u[ÙóídÚ±²k„+ùé¿ÌRc¿Ó4¦ý¬nθa™Å%;ålÈbä…¢¹"øLÇ@8ç¡‘«Ý×&( ?~@E\Ñ.o~¨xìRóÐËø·ãŒÌŸ4•Ͻ -éd‰Ws¶Ê%y¤bã$,öð–%½Ü©ioգ㛳ï>+Õ)E瞬2ˆ@Âç¡i*Û[k|w¼ÑÔf’pÊw„ Ô/ש¬©ÚÁR]rL²KQSâÖ°‘;Ó˜DŸ†Tz±É¡ùÔ´ª y¾ÌÂ{öxjá@ûJùÆìÕöøÉé¥ò¿Í­SŸ¶˜„“UjÕW#‡óe“F:Q­]³Íá²t= »[ãˆ7¾e&Æ¿ÆÀz´5Å~=îÖÊO6yõçÛüÆ=“èUSÀ¦d”o‰ùºDÇüµó®ÿdµ¥Å¥jfØ$” ›¼1Ptk„òÍáÑ7‹¼ð™F˃N—jÉv -go† $&9„ð0·òòpºüÅÖǤ뚶·?œ®pð‡œÝQFÒÎhMüve_~ó?«Äòo3ÛbH˜¼;﮾¯ò•SÚ€µëªýša™A†ÊšÒ~^ë-{摾ãx¤½ïÅ|˜y¢úÍþ6Â.e‚\Ê:üž–®n-¿§ægÿr8Ž ñÍ×dks‘ YŽ9L¬CÊG¬’㶇1Á¦!ЫêS2oÄ#é6)%÷@yá–aÓ|Z.Ö!­É2Žä?4§ßw΃‚í Ô|¯¦½ód©wÚ%«ÅJPo?¸Óu&Ú¾HÊ0M£Þˆˆ©†q|”a‚íX`”xÕl¤MLL>R±1N 1Í.„G½÷xù}âC»¨ü…OAÊ•Ó!~5µb{ -¡ý~nÇõÖÜì_ââÎÖØ„#-.Ó1‡M¿Øà0ÿØ­oû¼Yß´9M·–?sÉ9äS@+útl´M„Ž›¯K¾±ÐwÉ&†¾ù´ÅÖ…\2BIùIX›uÐÜàu]²êãxÅKãHUàÃCýjÕéZ}ÝÎ&j­ä™§AÿÜhh¾zί@g[¦ÁÑ6),ΪdƒM‹<ðÆ4#CÄ+ dÍE]è¨ðÿ1r¹~>ãLG,=Õà -ŒÃ%ÏNÖ8dÿfsׯ6e©¿øÁñ x8ÖWSSßç톮cÐÿ5¹~ £ê³¡¾Ñ¥`"·‡á!ë½Å·ÖzònÚ%¸T·’Pø/ìW=›äWâŠÜ -X§-Zõ¡ ›y0^þÄÐU|×<‹t)k*Ü::èÖſ΢¦-Áƒ½Ë­ÝŸv:fÿ°4|p/æÖ¹Ulë98€—yG*rÁÙéUr 6 ³À"¢çè?B¨[+n(›Ê—×ÞÚú}í -ÜOªä¤ãb,"ZÖˆ–½ÒSxsýª)éG=À+{c¥ÏOVu8Ç[§yn ðwz0YxË;_ ÔKöÍÕþ”ËŠŽÔß #U‘^YÍ6W >˜!':$ìç"ä’’²=ÿÉ'DGÏr¢¿Á=ýöP€J;]nä¹5 ´ýYV®x¬]ˆ‹³ŒT=?ZÀ¥¬÷¦ßÒµ&ýꚯNp*Ø0iäéʇê·'J6ÀdøÅ*~¬#æ¹”˜Ä•ÙWõÝ©W÷}Ÿ®5Ö¹õD››|(ª ;Ub².–ÙÕGZ:Ô¯¢–oô•?•°c9ÖJÝZj©UJHr/²<‹Äôc5½òt…wÊi¶y|¢MB/ökZ›ögªÃöÆ+Ÿ-4f>ÅFÜðÌCSÿܪåž-×q€µ-߯Žr)¸$·‚‡±‰ª£vG²nO‘_þ4C ¿jV¯­yk”š ë‚?Ðu!ʸÈí±ªg€Ç{fνµ;˜yÛ³ˆÎ8]f“.ÖZ:¬bb†I€‰;Û¨kød¨o9ÖÑ@Çj\–UPúÂ8’~͹@HÞy´ÜÒâPÕSvŒ<—¼…e_h ¸¬ªcy(C%ØeÈXû)ífBgjl\‚_C»•t°WFÌ:×K>­’±:h½èqjöùVsïÞAÞRrÿ‹ßø¿¶¦‘¯Ûœº?Ö(ø#9$Ó9[ðjo¦è‘OÏfò· 3Ø\QSÆÕ/ûþÜoù²ÍjðÊ‘i{càg^ îUqÎEN•]J/4Mã·Ç) ;ÙÎüB›¤áQÕœ*6d{ -ùzsüpo’}8Ï*6Mã7û°aV`Ýý*&øLÏÁUè|–u†ëšcZ…¸˜ýIp@G½rˆ*Ÿ¹åÈ¿6°,ˆwžYež„Ç쎖<·‹«½J6dgñÂ*ÂÇÛ<^û±M¡â¿.±qŸõµ §‚R´=Zlž%ÆÆ+ë;³~q‹Ð1ž9lÒ‰œ\x¡«ÅŸ{ìž#exçɹŸ×xT»õÆ>è yuœOCÈv+‰…g+tÌ€Çðª™`Ç"«Â¿ÜÜä[njð)kÑÇZ&Ì2~e—Â"¬"x às.ÖYX‡Œœ{¤¡–}]gkŒMöJQ1VAÅ+Ÿ xo*øDUÇ:Övt&0f­(À¥N)£Ø#AÄ8z8œ‡Ê_hù´/›-Ý'Ë|šc‘”ôb™GF)<!£s° Çr­9O7úJŸºÝ&gÂÖgŸ#äú@­èiȯ›\Ö‘–†ß'ÛD!> ±ð|³é½¥¹éd¹ŽuºÐÐðx«°4è-þd‰ó(è0‡œ ÚR‹ÜÚÖwe Û£ä!< -Z©MŒJ´Ï£Ž—考è~ ¹Ô9K>Vε5Ôù”øLËlUèZoêoýO|*᳡¹Ë¿Éç̾+º®úø;%ï_åSt7«8ðCaS²‘ö¥ÎÞ¹vúä;X,-蛵1r% ÝèÀû/ô˜CRöƯ%»½ªli²+ÚÞíLàߘÅä¬ãUãx•:ßä2Î6Ùtÿ - i—“ó€58uMïÜKul -—îšGŸæáoO´ÈÌs€;ýkM­®¥–¦!«ø@D)ü÷~Sÿ§-c -d¿ÜèÍmž,ˆýk‡BþßÃúþÏF.Û²€ÍÝš'ù—Ù<ý@UÂÞT ] çëD°¦4—‚‡°HØeÀë¥FQ¯-Rf±u‘Wu(«Cyuud—š³+8Ð}>Î4… -1ulšÂF›g)©¦ v¦k¾±út¹žð0ס e¸k™%%Ú„œ"Û·Ô"¤eX…Ä›r´DÊ÷hȇs˜˜½1hœŸvIV÷OÓpÙc?P£–Yzf ¶|j6$Ð3gKÔ²s-!Ͻ€Š3MÂ^QAû3À§£‚ÍÓðÐ35 æ_$dž©ˆyn ‰<^ žkèÇjàÊ2Û|MÚ¹¾Žå \ƒ™¿Úοm)y&æÇ]<ùk·œƒÜ™£nÕ$i[šÎV›Nuä2¯´3^ö\Ö’tÅ>Wz¦§@>êê|Ë<ÂÑ2—òië?gnA®ET´GVx0Sñj -â×q‰ç[MGË|†s -\þ´ZK9VÒ+ürb¶G†Mµˆ*"Œ¥Aë¬76_¬×Õ~¹Ð!%•ìMCãLU¯¿¬³H[lšYIÊ]ïÎ1®å¦&¯¾žëzÄ¿RÇ>Ùlh>ßáÕ:–ùL½€‘£†̵Â"<º–öÓ¦–£@–•‚RbTÆ^¬Ññ_¶këÏ·:ÅNe-yg´êñî$"ül»¾Ã¡$—x5ä"¯†”ïTÔä}r¸†±Ó!4/²áŽElâÙ*ñi‹M:ßb`޽u´Î£yWØhÀÓÀOVXÈ?Lµ Ö\ž¶«â¶k<3ãë.·ñ¿÷Ü£%<È¥xYO*ùÓÄå+{À)Œü o4½%é4|üÿ ¶WQ“àIµGÝÄr+ùÞ0*<š@†t¢çÓOôµ‡‚>\d—Û9Bfžq²&Å,$¥.Ћv&ovƪ‚,hDà·<†÷¨80—Œ q+HU#ð|P«Ì’Àõ×ca_dö設þª»«]w×{ O,ÓÄ€Þ*tTñ1àOõ|ÆÑ -ÈõkpiîÅjQQN ]‹Œb·‚Qvì€Á ™WÍãÙ7-S97­3yÝRL’kVäR²«œ ôB¯†‹vuhœÌh™-|d—BÃìóÐ0ç<:áDË#Zz³FMbrêÉ*—h‘€#,s%O¼J8Pcè8ó4€?BÐÓ³ejåÞ£hGPà8èDK*ô-@c?¯V穪Sö¦+_˜€zôþ90Ó|¶¾â¦MDÎ> -œë[„½9Z„Å>3vwi’S=r>îlµ¹å@DH¼vWAƒºåt°'…€§Ÿ®µ´;T ”Ãy><l›çÂŽNz6Ë«ÂçkɈÙŒ¯; ¢WƒÉÙT¾¶ˆÑ‰›M§ëœ¿†R|¤¢UúølŸ’\z¢«g~Ýâ²€ËÜ(º»=\d• ïáQ¿NPnøä¨ô#5¶Ð+Åf^èh•_×x”Ó%6Ö­¬)<œßR6P¦á!€‰u*Ð)®&æl“ßø‡©eè}~›e“íÖ1P,‡šwk1™»bXè®átúÙÊr£Úºb¯Î6uŽo5wÙá²ÕØ|¯ðá ¤LÇ6é\OÃ|15t+:A÷¼jrå_û¼¦/»€ÞÚåòŽ6Ø‹’ 1ÈI9)ÿ¿ZFÿÚo8ZaÀŽ–9ØÏ»\ÎüÖÏ»<îùv¨@'î‰1ñ% u±ñ®çl­©ð\·‚Pp(%äùt5U[ôjß2£ÀDÏ5=w©ðÕíÓ)>eU„WI;[¢W/3gZjù' ÷þZklü²ÑØxºÊ§¾'eg ñò`–˜à”qÁ^yÍøM1k8χ´ÏöPÁÍýÉ¢{96Í)'¦»å”¼OzåCˇ¯†Æ–ÓUʧ¢•5PèU4‘íÒ&¼SÎG¸eÌR÷!Õ##gxžn—ÓÏ5\Ü—`-ù —–QáTÖ=ÊÖZÇ"z(%gJqIÆqä+‹ûÖ%£äÏËÞ™§à¡n1ðçe–YB¢i¾=ZõÔ+%e]¬56x—êhViM¦ELHv)Y`·Ð@Ÿ™„5é£ð×Û“èHÀ§Á]Ï ¬•Cxw«Ê%g”ØÉYv)Ã)'çìLcÂí‹”œÓUébQ½=˜û»e¦ä±}fš†½ö* ™ÀOíÎ3 -ôøàà}½rj•i¢â©yäYøÏÙÊ¢S-óI×ÚqªcUõžpkÑÑJÝ«æÀ¾(à¯[䊓erñ×mé‹¡¡Ù¯k`¬à"ZÑWCsç§MÙ)…„Yg‹ÙD  ½É²×ÎdÆ9À5~m-Ó¯¥ÂΖy5Ÿ­äQ âRäÛ½að‹•Ž¬_·‡@/b®[É팲Àaß“3^xd4ȱŸã“bâý€Ï;´íÁ,&Î8‹Å.Nºùä÷kÒ®íE`cŠPŒ˜…àÉ:O$ä‚ߨó¬UDJ;äœ^+Óô+«CÔüž¾ Žt~e¸á§„‘^š´‰ÚCZióæ8ÿêÊhç σŠ^ÔïKÙåY³6ïc4¦Ôší1;ãSÁc’b:IsxšS¾6Æ( -N‹ëƒSÂxýæ´UJú͟脵3êØé,HZù ‡¨3níÕlNß\èOšoZÞ¾ö†iñ)ågÛÍò/j¿ŒLñ+@—× «–'ÄÕ¶{¤Í7>…ßõUR˾žb×,Ñ -×@ßlh»à ›Æ…åK㊶À+%iîµ¼zj•Û¸ô†T¼9Ío™”¤[Óµ2)¬™yC=¾4ξ¼ñÛ½[¬‹ «5³ª@÷4E§y€µ”¸IÉZ?<Í-_|E>Äß ›¤_H˜„-룜ҥ×Ôã ½¤5I:À{ŸyXõåÂãÆCm‡ââiÀMê‘€GªQ§Œžr‰ˆà¡Î†&›Ž§,܆贠våõTÖ*emÍ_‹ÚÅœù×í?­OP‹c&)5åìÖ¤}]}!-»ÆÐe¾ïâ§Ð›MQœîÚöÝò½Ÿ#¼9.¨MŽ£v…Àÿ¨ã€®»ü/#üÓÎ>h)„½©ò<¨üóêPÇ)Ô$"`V-ãS·2ñÖ¬\¹>Í«ž}Æ,@~»>&%¯ QNDðëýFnsÌ çÜ2pØ@Ô&îÜ4pkîÞ»˜§çZÚ*lGMôâ„¡óÜÒóÖ›£¼ZÔ¦QaÞžëk“À‰Vó*[ÏÆM-'6òEÄN+ݘl?¹4Æh@<½¿€îêC¼"r6Ð÷µH©¡1ÊåÀ¯•ßÏ>(ÿþ9ó§¾Öøñß¹î_þñýªêFÂ#eÃÁÊÎ)ûÓ>)?;£ìÂ|ñæ4¹Êy¯êkçšO×Çè—²¹x²¿øó…·­R.^û¶OÌzïá’ÓôV߯ —žòNï•~ü?£fµrê0§.a¢.½©Ýœê<°€–pˆII»° ò¯MZøõA]çÙñæcy·5íÄgÀ³.Âþ_?[¶6J¿š`•ny…Ĥ™x>4]ÿÃædãOyà°í),Iä¤à½hm¬óxD/lؘc\FÀg®ÂSürï½ÆÖ‡ˆç»&ãåµÅ­ÂNÐy-ëZY[ȤblèT”µ·ÂâÅ'´ºî‹­¼ªù>:E½´1¸´©“4-N+Úg†MKC’ƸNز1J9ã{дoöyÛ~ø]„ˆEÁ\žä\YžVµ°ïßõ׺c5wu¤ã„ãvÅÇÁqÖUĪ`¦} -é*>ŸxRP²vÉcvµÿ\ñê0éäü“Ú½à3¾éÄPsÂxŒµ1~YL¯dÇxeI=·22E½¸ü¼ýÄâóÎCK¯ÈGcZq#bTÒ×Þ0Î~mØ7ÿ´ñǸžR”0ÏGuEÍgWGiçCÆnIÌÚ£^#Ÿ <*û,<Á¸žàWnQϾw‰YÛs}#vgyœs%f×(¢öþk1gÿ˜C-Y› 9ï–ç{Ts&i’0ÖF•Î_(?,½\ N*‰ÁIÊ%ÄL.M’Îûî5~>.½üû×ìSzî6ü¼<Ì.šê/ûtðŸ‰×¶òªýDxœr1f¢•EÌŒò [5ªE §F³2Æ.^¡Kû•jÌ«”'íRnÜÌéL•1§±‰IXàÚÛ´¯çfÞ×ÕŸ÷Êe9ŒŸ0HˆˆEJAa_£zJéܳÆ}a§!å•òVÆÄŒÄ+Q3·¼3=éP)âÎ[È÷Ú‹¸[ĉ9•¯¦/:Í­ܯþb\xâï-Ý…ÿjî+úvæqù¹\€Ãþëªæ×`VØ,"äæ»‰;%ôµqfÉü˶Ÿ÷+>Ÿ{Ý\ÑÑÊA‡Ö¤BÂhWÑŸÏÏdýbfÆÎiˆ¼ªþÁ¨*üèfã¡¿WTú`€pl`5X1±Ëãfhjb€—¶/ “O®‘OoŽ2ÎE&ye·”õ. foû¤”ƒSѲŠ#S‚Š”ELH[å´¸VP›²[^=bá·cv9fä×&,‚ÆŽ{$¬Jšd¤h¨°AÜ8ó–|Ür§îóð$«$ã“C€É)³šŸ²ÉÀ{2®&¬Äs1ñ,î €OK“VAKÐ ÏÂ+Žë¥„ˆ–ß0Ð.¹ï”ïqߨþ üNCÔÞC¯¤FŒ]¼¸Qň›dì˜ t³ƒ×ž´QJ6'ÛŽn€—EBbÎÝ+a¼½>-ó“¶ÏA»—†§ˆgçŸWþèP¸' û |ÒzÙ0I:q~¯E òë#£ì’ð(éìæ|¥ iP2ã¦þ¾µ!öÅÕW¤#öëå{oV~ ú¾1rª’€I#ÞC²†Ð¸´µ(؈Iظ>Ü~Ìs÷âÝwŠþ×sZ0OÿÝ”[­Ššø a„œ°vIA÷òRVvUt¢õXÂĪ AÆ­RZffààõµ°­KsôöFÍ¢¶È4«$2ëgä5® sK_rÏG&Ä•!ÁÕÙ§U¯¼©ûjéeÇþåWÜ‹«oÄµÑ as\+n_bzvˆå¨ Êòë–«o¨§ÃzN%ââ·gfdÒ”«ïVÜÖ%[= ¾‹- ¾ŸN[c\ØÔRŠ2Nv˶_*ÎCߤ=šÔªâå}½w¶`ýf1x²6bøí½—Sax|XÇiL{ÔÝ™@W_Ú/ágü=wP·RŠ8ÅÔ´GÄF":µQ¯¬OµLCl ÓÏ®¾%XeÕ%MbÖ;¿jàߢ”£óêê(³4ðŒyÚÿ„u&f¸´ˆÚA›Gô¼Ö¬W¢y?+•D§xÕÃàÇɧ–†ÚÄÍÜ&\?ÆŒøõ»†æ^¶ ¼¢T.L ˆq‡ª+µž°Ð.ÅLô‹9è¼[%Ùò(%i§”¶2F-˜{ÞôÕ“ÚÏ7_¶Bõ¤’¼WDÙ -(e[3J9æ‘¢ u#ã-¢ÇbZòiÄȭĬ" -õŒX„M(øœŒ[ÆÎ¸ålÄÊoˆÈ"FA]X¯$EÝ¢àT'nu V)9˜Ññ«&~jµc93ýî¸_òé¨hÿß;º/ü—¤… Ïo‰Åä°^ؼ9)¬Þ‘6¬¿eún—~²ç|K>‘˜â•#àSÓv1óÈùˆ[L|ª‹¹ÕIµ4¬¯=žªÜ·ú¶n_¼æèR¦l×îojÙUžG_Ì<-ÿfs¬åTÚÁn?YÜzÁ÷ŠthyŒ[^­;ª·ºî5|í¿wõó”‰~5ëv$ìæ•áŽ¢ÀSX³×ô3›Ú.VD'm]¦žŸê¹ô‡ÙùØbO@´À[oÁ㌓ÏfR*j":VùÒËòoŸ•}k9˜² ;SÎÁûI[&j”€eáiüñPWVfSd¢± ¡#WâU,ŽsK“Î.uznæõÄ´¦îsßíú/=áxÚɨÊùd¢˜YN[Ÿà•Fô*ZHÛ+z„ËÔ3ÎÛerÜ(ûƒãfÙGÐ˵wWêRˆ2~…s÷Ý„º½ž›— -Òauˆu!¢—u"ÃëÙ§ì‹øw¢µefúŸdgT½[3bþÚ8á¢ûvÍWi³°H3˜r(“V)'¬ïb'­bS«²~…êý’ú:ô1 -X3 -š¶f -Ä-¤D-ìЪ%Q«"ãtnù…̬‡Ýš4Ñ+_6³9N:»=«ŒØ53ÏëöÎ>)ÿjùuÛiÈ‘ þSÙûo&Ì=ýPK1¯\’[ê} õÊÀ?wòš[úÇ áGz³²“±s:–‡;„ ¼ê¸Eв9B8é»_ö‰õæ¹á15˜zµ’ àÓ¬CBÍ»Õò¬[£Š˜õž'_š¯_þcÏéüréO[^1}{F©ÜšU*0—°ÿü2ªç7 zVid²ùàÊ놗_¶üœ¤$̼êí€L´=£e\RZÒŠ> qpšy) -Ú<ãRŠÒ.¥0ã‚úo ¸ÊŒÀ~G§—“Fi\Ï®éøÕóoIçüO^C:Ÿvr›WGžVµ‚Ïúž6…´ÝܵQ~ùìÂÉø(ãRl”^´ð¨ö­ìð‡ Ë÷b ójz“®¾Á°YÅ^¦œ_ª;ž"•„Æ:NÇÇ7':.,/lê•ô°I-DjiƧâ÷0Î>i>°üŠX° Ú9ab@2Ê×&ȧ‚Óܲ´MЖ¶±kÃÓÄ3ž_®|ä¹[òip¼íxÒÄ®Œ˜Ô)qíÒ[Þ%ßcÆ)×í–½¯)§<·+¾2j.}jë¿ôa4wÆ!!G‚ÚÀ‹æ<÷J÷&õí…'µ,8E-Þœ`–Gµ‚†˜NE™úâfIçÆXç)÷í’?‹ünýEÃaüû‡’6A{ÔÄiÿxymDX±òJ^?û+ýhh¬u?j'œEl´’”CÆD{2Þ.5ø†ž„SÁ[·/¼`^^yM9¹1FÀ¯÷á׬ЂFê¥ìŒ„Ÿõw_C]2^ÒÉoM¹eܸIÚÖòëBÌ«c”‚°T„¹EôÜLϽôìõ‘-·2l`W"61e6†ˆ®»Õ-7K¿_&—D ƒ}AmÄõ\èÞzl{±÷qÌ*!ãsds6ð%¶ŽrÐvÕˆCÊH¹ûI»5ýQ­xc¢íèÚhë¡ Â©˜‘p*ëcÔççøÔM}ÛÑÕñ¶Ã åù¹ÙÞûøw̤íøûôʨžq5çç“òs2yv¾ûnÈ!¡,OŠkAÏÔ"z^ut´õ¤sðüGSªÓÿxR¹o}š -:Wظø†^d¬þÓì“–“ã„«y—‚Ÿq±ë¢ZÐ #mP‹°9cSr3N2bá7zž9~rݯýöóÔû9=ïs>± -šsξ̤â NùÆPÃwsëö®>#ŠMÒ åBÎÁkθÅÔ”]܉9¥ 4_ÜH»œj?‹Z‰Åi'»zR‰ÖO˜¤ÄÍ ð·ÏÛX}Ñ´oéyÓ>¨ËBð.uˆMBLZÅíøûã`?Ï‚W¬^]<ƽº1.ªKèº8øgÞש‹?Ì:ô»×ÍǶCó~MÜÖÛ=;,ªZ›ÕÅÍ -.úôHÃêPóOËCõ?¬Ž·ŸF\}7“®Þk!“ˆ˜´É˜“2Âú¿ 1J‰ §j}´uÿæáHXG¹‚ÞKyµ1-å\xšR¸ü†p1°ªñë<‘É–£ÀSÂʵ1IÍò°¸bá)ù çVËcÒÂ|8w¿æÛ´^–uñÛ"zÆ•ÕqÊiØ¿¦„‘|94ÙrdöYÓ7+¯:Ž$§¸ið;¨µ§'l”‘ÞÒÎÌ>í8ºø¬õ$ª¥]J™˜åÐ-ËÃø½¾¤“ ½°eí Ò2ÐúYpœT¾Ž’õóÉ9Ÿ3t…µ´«ˆ×·KÉ ÇàÝÍiÓû˜|lþ%áÐÚPóaÄF¯Îx¹ÄŒKKÚ9­Ë€©K#„ã¨[. -™ÍËÇ7F;ǧ饘›Õò~Q,Ùž“uE¬öŠYŠï#ôaômëÜÓ–Ÿœwª˜}Öp:iÝdRHç_“ -l÷ë÷Í ‘.çnhãoñ%éÌâãºoB£ußgº’r‰é[ Ýw1·T´8Ôºm‚r9f±S.)8Ýv<¨koO½²¦m;¼>Ùq:P¨À)â6a+bPr©*ã1S&jEÒB-ÙA‡˜²J:C:nåæùøÜÚ½®%_{7^Ú?1sð{PÚ|)'ôƒÍŸE¬R^nVÝ›¶É¨˜…WŸ˜¢æìüŽm¯ŒŸµ‹i‡°=h`•†ôJÊædøêŠp"ån=•ñÑÊó>n{Ö-aä=½ -¯&¡c•":A}J+ëˆO0Jæ•}iÖìÿ§ÙÛWöÄõôâ´[BÏy»4)›°mi¤y¿÷Ñ¥?„Çj¿O™©E9¿%ë’Rã&QSÿ|ôIÎ':ÙqlcjrŒv.8ɺ1ðkS•<² e“tFu쫳OÚ¾MÒ‹0»„‚ÙåLÛ­†O­ýÄïIÊ#£|ЫŒò•7ßoŒ4 NË;Ö&$õˆY#A,=Ê¥þUЬO&Íú%‚Œ_Ì]&ˆXùmþ„ÁaióÜ I½®«úÏKOˆ§S¸ÆÓ³*3.!çÇ´KÊ\¢Ÿ -OÒ/`v1µH:q¯î<¶úºéð(ç“ oÀ±B:%eyˆ%ðXzuþ…¸&:%hŽN’ -Ì'ÿ°ü²bßúpÛ˜‰S·¨%ëÃŒÂð8¿1H©ˆ^Ò9ÿ°ãøøü'ÊÂÏfž3N.A›&qûêõœëVåg írÚÁ©Ïz¸my/Ÿ¸9ÖvÎq³ü³™G¤£ˆC)A½rêæµ$ŒÔ˰¦'Óü{Û¶'ÓÎîÞ)AíìKúðxÔ¨–t.ij?šjo9”Ôóë¶,]¢¬QÖ¹ºα!e¡\@lgWF›¾C€Ÿ‚Z~õæ$·8¬c—nÏ(ÿ¶,n/r:ÓnVýêpû‘¥gí?Æ'yÕ‰ii{xœy%2E:ï¹_þ©^uþÃÅu߀~nÚòÁy[Åà;$ĈQÚ7òë2vUÂи?¦­ù62Ý~<<ͽ3ÊIZ1ønÅòPãw†ž‚ßÍ?lØÅ?',TJ³nn;ø×ê¬G!ȸdœ¤zyñeÉ—þG?ZyAù96®&Åtý²˜YA‹ãœ:Á.Cõ2fëí¯DÙn?§„§Åõ[3}¿æg4×ÓPG ¿9åâ·`¸1 ñiféÚkðuŒâ÷3 -5bç6d}"Z. ¤ÆÍ¼º˜NÔ¶ƒ¯6Ð./½¨ý -5RJßyÔ -̬ä.¿&]}Ûð þ9¶Å×ôÓKo—ÃZ5m~Dpuæõhpœyis„V´íÑÿ6+“lùÄœ(àIxŠSšÐk„ik·|þ9í¨NSÿ—aQɇ %¦m]â¬G­B2æòµÀû¸ù@¿N^oy¸íÐÂë¦o_5~·:Ô~"íÐô¡ž»ZÄ©…µ¬bGÒfakl²iÿÊË+ Ü¿ð!ø¡Sà›Ë» j|µMÁ j™Å«µË8ùYu_~Vs ï µyr}œ~±Êéˆ]Lò=iù.éSÿº¨è~?#¼ä4ÿÛŒ\¾àÓpß¹2Úyti„vÎÿ´ð‚U’2 ‰ÛnfÕ¿Ïp;ÿ}KIÙ …‡ŸøwˆY$Œ¨EÊZxÞyhJ}ñ£W¼#ÿèûµæGÔ" ¾›WhÞ/ÈT¨ß‚§@Ö#anù¥BðfŸP¿ü;K×É?Æ'‰ÞÏK%[‹ruPKºx^û%ê’H¶Vo˜ß¯v?NX¨uFÙÔ)θ‚ß¿¤ç”%­ÂvXßccÜŠ¬WÆÝ -ˆh q¯b¶º3óOÎ}þ€ôùß­W§žÍYÄ„œUØ’sZ3V^}ÆN½ŒÙ‰çPsç©”“S·ø–zbå¸&¢Tg½ -þöœ€ŠÍÐ*B¦Ö#Î_*> -¾¦f-j~àùô¨¼à)Î+ܲĄ°r ¸/릗cêåÐéDx’[Ø¥F@W' ´ÂÙg~ï{pîñïcLZMø=¨øõõ• ö¥¹7Ôã˯˜ïÜ‚Žÿ}žO͸©•!}Õ÷KÃÿ8w`{F®Èxdœðµpöqùž•WU{Q-·"oUr²n•8dâ× v+ëî¿™õõÞˆÛD«ÃõûŸWí OϦm*ÁV@s µKH¨CBÚžS÷eÜBbl’rvþQå^æÈÎkEÿ ³åæwþÖ?je•çg¥‚÷KŠî¬G%M×NY9õëÃM?¾ø;ÇógmBBdŒ[>æë¥—5_lŽuѶåT‹¶Ý -APǸ²4J:7˨i‡Œ‘²ñêâFV髦}‹/ëöæ=´«[.ôª ¿¶½׉›P£¤5mì¶1¯&ÌÐýüê¼[)É{”²ðþÚ$£(j·£v)5ïUÉÒð÷Q«˜¼©cã÷½Ä¦%àó9Å›#-ûçŸT|¼ø¬ñ›ŒGHÚžWuggÔÝ)Œ‡àï·š»Å[—›í¹•Õ &@3­MOlLtC,*^ÊÑ7ï8ûš|<éèRåçU½}k¥ûÂ?­½jþ>jl?³P.áë=3Ì.2ÿÂ<¼6Þ+Ïú®½ÄÀ÷&tõ?­½)ùÄ÷ðü?ØÛþS@TH'Šè\N‡@¾çüÕþÞóS¹ƒµgß{äxОrJçÀ_V;Xäoö|= Çû÷سÿ·ÿäüpìÀ¡Ã?:vðçƒÇÞìç=ÇÝÿãÏû=~ðØñ£‡ìaÿ?>èÈñÙèÈ¡ýGö<´‡…?ÿ»ÃÇ;vôðÏ?ÞóÏ:~üÀÑãûýyÐÿíåXÿ#çÄú€öAýœ*?8¾gß7{ê!«òüÿžÜ<¹ßÖï"E>ñßþxž +ò-&< s郟 -É:‘|ájcÉž†²š÷ü¶œø¯øá·?ÁÉ=ðßS9vxO랃ûì9°ÿg|iÿCOÀÿñ?žô?í9 'pàØoç{xÏo¿áƒ½{;E|ÿOì9väàÁ£4\ùßâ&a3jU²%=¢Õ…¦øµA=·1aå6f<¬:ÔB¾ÓR.%ÌìÊ„]Њºä¼¨‘ß´6A-M3¯„§¸eˆIÒ‰YåLÔ¢ä$ ÒŽ„IÔŒOË¿•vmRÒ¸:Â)ŸN)Z{K)ŒMÑ -Ó´"ÔH¿×uœLÙdô¸åÚ͘õú/k·"4-m Žq®lŽ’NDÆð ¤³ÉIN ª•µ§­*þÜ VñÊ^EÒ"l i‰çÖ'?¯¼mú)®¥”`.VmBK¹€˜ØÕ)‡ˆ„9<ÄÌ­MèY¥1=«xõ ñ(ªã5l{ººÒv19i¶"9'íQ“vQÇÆ$£pémÛàå\tœ[–2+Ø ½”›RÒ6ÞÊÚP]42ù¼"\{ÕðÕòÓòÃC­GRz~-f”SÒV9cy¨ýÈüú½+ÏZ~XyÙrhéEõבñŽCeÚ¤`ÅtÜŠ¸^PZ¤”ŒC-I¹4Ýc?¤U36&%-Áq~ æèî†óéDlœ†¬SL‡ƒ–¶‰‰I#·:®g–Æ ‚º°Ž{5aâצlìš…¡šoWF¦mÌÊœ]Jßò($Y—R„ž¬ŽRϯ1Š«J„:ÔâYÔÒŠb°Fi˜• È%I‡”¶®cV^6ý„š¥ä¸ED Y¿\ž›ÕÜL{%,Ì#¢¤\"jÚ-$&Ì´ËIíbÊJ/A-Œòm¼žGÆÅ\""êäµ%ü¶¨™y5naWb! ±sjÓN #ëV+Sv1ì‹°#í’ÐR +h oè(“VA;ætnyeüw3š›Ûðº9¿Zƒùº4‹Œ4Š:Bø´¨?Ä©VE ÖPwߌwðiÆÕÝ‹9”BÌ)¡g}B ->Éqr›R.AGÖ'b𜸞[…Z¥ô”»ïVÊ£dý -YnFÝ“òˆI;­uÒª6jITO+Ú˜¤•énTþì¹O.Œ{Õ);>q™\´úš|*8ƺ˜rÀZúÔ*Ô+$¥œìꤑZœ2³jñé@ðz‚ˆ‘[µ2F9µ2A/Œ;%ä¥Ê™È¿2e‚±©øˆMÔÓS‹¢:JaÈ n™]Eì=ݨ½§'l€þ›jÿ9a œÄ,䢔™T˜4³+ÂNUÄ(jK:4ò¸QÚ±1L=µô´å›·„#Ñ©Ž)«4c”v&̂桮 ¿sÝmùz‘ˆX%áéö˯¯üyc¤ò+ÔB»’¶‹˜MÁ@ -jWrRpN˜]ÉMÙåtŸ2ibgœü–´SЖõ(%ù¥:åT‰ †x1£°)2-¬IYÄí(Ô_h‚tjéUå^÷¯Ÿk»*> -½Q2’: 74θ°þªå»ùe^}^÷-ª¥œGôô+Q#ëêØÀù6õ‚N‹:2N¥ 4I8>óèÒ–^”}–2RΧŒÔB °s*y¨CJMâS!~›8Ó%ß -h3)qÈP ܬ¿çzÖ¯éK9 ŸÍ¼Ú¸ŽW…hyÕ› )ãà6d]܆ŒSÔ ÒV%?eeV!Ú•¬jÁ.!gÜ2VÚ)g§]*qÚÓÓØ•üˆQJˆ›T Ô®a>¥,å—r·Œ†:Ç{ñðÚüCÍ?νm;” hn§çºo§*uvFs ŸÂ“ñ*ei‡ -mgU Vòù¬‡RšõѪcö¶3a3á>µ uJi`N©I¹XUY/³&ëa×%ÌÔ‹„ãI“˜œs^”÷^‘r‹©3£tSO>4’ «”²5Ó{zWžö‹ø·é§½×_¡žûQ§”‘°3ÊâVFiÌ.$dñ© ^1 Ö’ñhz0—F…¹¼œO@úÛ¢Xõ‰˜KÊHÛ¸ ¨Ÿt.îH85]I‡B€OËÌh¿c}²éǵ‰úo×'¿šèWü¯Oô“¾ûݰ¨|oÆý‹>8A.À§WÏ?hÚ›d^ÉzäüL@!I¹…˜KB‡½“å=*YÎ+çaNq}„Y°>ξ1‹Ûƒ6^óDñG+¯3Vµ ïêé‰Ù8Ëoª¿\{[÷uÔ j|¤¥<š®˜MJ[gÀ¦ØxM9·1e¦^ -NŽ.½iý~sŠq9fSrVÆY—çž~X{É<•Ô%´œ«ˆ~96M½°6Üù³éFå—ßPÎÄMRbØÈ«Ýk=¼9Ôx8©'•d<Ü6Ô­A¡w’p@í±3®¾ëigwjSq«¨%ecUç¼Àð»qÒÊ’QGʦ‘FM2bhBÖˆš””IØ´1Úºß{ïü?;®_ü½ëZÝçñ5<)iZbl¾aœ ¿¡ŸAµôKÃõß{”|<û¼ñ;ËÝêÏüZŽb'Ø¿1F:µü¢éçðxÇùŒ^š±Ïavz9>© üµDÌûººò^•b+ —¦œ:úó(Åy¼Vüꮤ]Øš²ŠÚóÿ½SÆÜv³j¶¼”’¬‡x)<^¿?9ÉoÌØz{"ZIdŠp"ç‘r¶JÅßÔýY¯Œ‡Ø%Ä®&A/$í2bS²ø™òöϨz2³]ƒ™™®ÞŒO!Jù$¬U-íRxzäzv®ëù…î;¹9ͬ¯÷ô³sjb ÔF8•´uœ …Œm'ðÉ1؃”SBEí‚¶Œ—ÓŒ¹¨Å 0ºýØÊpÝ×q·)çºö8ã齞°IÈQ¿)næÔ#~;bwdý*5æ“pR€Ëù¹þgÙÀà ÄÝÝwJ™)7½,ãfTæü|bÚǧ"NJñ¦‘^4[W§+Ü=ý“Ëþ¶(`"n}Ò*j˹8[.Ê•àgÔ"%Á¾P3¾þû¨G¥Îk˜èeI;»)é`ÖD­Ì«kí'<÷˾\~B-ÊzîLoŽðJ—^„Æ©ç²^cÖΪɺx-˜ß”q©¤iW·&åP ›‚•0 -SFI[ú·ú¶¯è—õ7ª> êSVÐY&akÔÂ,êH…˜…ÝwâSë”â¸Mв:fu„~&užà—'u‚ÄÀ.KYð‰ÂÌ -Ô.ìDÝ*ñüÊ ï½¦ÏW^ÑÏÎ?cž]Å,ˆOs+Âô Áê©ð8£0aàV!V^CàUÛµ×LèÏÞ^àqEÊÍk‰IgQ;«spj¯[²nÀ ‡‚‚º@­ñôúö —´‘‹¢†Žqµ0ia–¥Ûãf~}D'ªNò*BãlèKÖ•ÐxçÉ7Í߇†ˆ?£:AÝê[•ה£á1Î¥Õ·ì Ñ!aé⳺¯Í7 -þÙÿkÙ_’z~}ƪdœ*ñ ->±Þ íÜòôÜÈÁ~µ§_•}²2\ûuhºóTHǼ·à“vĤ¤YØ”u*„·Jž÷vug‹07¿s‰ÉˆßˆÙÅ9‡ŒžƒµÌ;™å9/ùrÊÙ~*4Yö9pG1µ¶<Úv(2Ñyj ôÅ»Y¥òÔJj9a´ v9 ±Êi(phÒÆ©FAï`>?;¯¹…ÍÈŘ_!Åüêè‹Á”[DJØ¡2ÁÖœR³5'—ggd¢4ôÏÖlÿ“¬O­Á'ÜÅ Œâ¼KÂÞ -Høù€˜—Ÿs2^>!jd–¢ ©âN>i2c—qrN³sëQ+éBÆÉkÍßDLܺ¨±[œrt«³n9Ÿº”´K)(ð_ÂÅoM:E[ š;ÙY¹<º(¿Ðû0;Ëi›)…°Ç5¨“Y ð)+»z~„vzq”U˜õöÝþmâŒTõ*À´ƒY‰ZšŽ¬6ï_£œÉ¸%ÌüLÏ]Ì×=öõÜHy¯½ÈúîGam½¯Z¿ OSÎf¬¬ª¼G.ÈÎin†'¯wEM ¹M처‘VÕNdl¬JàòzÔÆoêèEëSÂú°¡_1+™ˆ‘W“4χ¦Ú¯ŒO§U1‹Œ²F¬7p¿ŠXñ RVakÆÉªŽZO.U}µÍâåv¦Ý¼¶¼‹Óüß–q€V±ÑKVzqÊͬÎx„<àdÆ3øuößDœà J~8)h`\ŽXXeè•°™r Α´=¯Ô €¯xlÏ)»ò™´—4 š-7£ê‚CrIéIè ·R”„úcàa¶äò÷˪ÁíeOÆËk‹[)Eø” 4ìoέ’¡v^= -%Þ {œ„uGAS&­œê”ŸtÎoŒYÙ•YŸL˜ (•™€J•Sªò€Ð# àYvF¥ÉÌ)àßÔ]ßÀÌÛ ¯§ÌÍt ä€ûàÈ€¿J{ñ «Ü¦„´ è¦Í)â)Ô&!¥]JðÊÜ:ÄÂÚÆ¹UH?¦Îú{m§‰ƒ¿‰[åÌ-ø½¨…ß’0òêƒSp^1;å콆O*KÁ~⼑7N/½¹úéìãâ?nLtœ õËZI½þNÃŽÛ û’FqKLÏ.j9e£œ‹ø¤-ÿ“¶o7†è¶ü -ÙÚ$ëòÆ$§üsi¸åàædÃ÷Áéºo£ú¦¡ñ¦I=^C -ö&è,ï¯m?bæ.q -Î/icUͽ¬üÔs¯â#ǵе÷Uý)øœz‡]é¼[þùêËÖC[!cå7¢pžëí?­¼®Ý»üªæKà<‡à$ëjwfÝbZÆ%숬´\jØçº_òçågu‡ÞûXõð#)ððøÔ»¨SÕ±Š7ÇÉ'ƒ“”³ˆ…]•vð›“V¨¡iV)æPò‹ iu¸m¿ënÉÖßl‘Žî·þ„è…[^…Á5“YBL[U‚œ]£Ê8在™Y³‚‡_šóȸ[³ê¾ •Û°ÏM@zº3P)p®õhÜB)Î,òÈX ÷nÊÓ3Ø-D›¡×:R¸‡±v‚—a”g|bVÂÍn‚še½/±PiðÉå€GMàØù9nç»%fã;ÀÿœG­Êz{®e¼½·Èöº>faWÆíܺMЙ £ÍßGKò!= ÁOPQ'»uq0ŸJpIÙàäY_÷ æQÒn!)ã=§Å¨KОŸ—²³bðÁRnÖ/!.^{ÒÁ^— Ó ãff pH š7jf•µÔ‚˜™u5‰c²SΎƵäsi§€˜‚Çg]=i¿Byä­…*7Ûsç—ì¬æZ´_nV®ÀüB2Î3[³¸GêêN{Ôò4èÙŒz% T?rS~{Ìĭ½QÜ)ì šé%à­a=úïg³ š_0·”³°ªCzf âèÒä\Ý} £ %f€µ^Oûïèq_·óp<ˆ˜95a=ëJôUh‚~)¡´¤=RVÌ!î\5°KÝš÷®¼¢œÁœJp’t61Í.OÊ ÁqYÓâ+iùê°ºú‚õÛõØáÖýøÒ…7 ûb:ÒyÔÐÅmúk@@Í@ŸG Œ’•ñÎcÃŒKis2¦•¶Eu¼ÊQZax‚Yc\Âôœ -Ì ¨_}ÓzÈq«ø¿®¼$þhBõŒË(è˜Ð8åLp´õ@t² ¸­ãD4Ýæ8ý|Ú.g‚nÄl2ZTK.ˆL5þ€Zd-䢌t> |›÷€GíѲŠzQf—Ð3€}yŸ˜‘ñ°ëÃúæ1½ ±©Á v1ðgu\ÏoGõü:ÌÈ­Ä“’&VÕúdûÉÅ·ßcf) ³*y¨YFMYddÔ šÉ%¡ÿuV©z7£m,åÍ̲Åʉ¤EÎÊøûE"JD‹ó -§±I™y™ ›Qª 6™i¿Ržò V+娓^‘07LXÛN$ÔbÄêÍæægA_Ìôü’óöÁ1ð0ï»öÑW%Ǽ·&0ði_—t |xc©LZ…m˜£K4 -Búγ ÃØWÿÝßü®KB½‰O€¦an3è¹9+bÀ3iü:šwða60🆺ú/;Ã'áÓêósJ5ÎqˆCÎBA£âÓGAkõææà1³riÖ¯¤œ ->IÛù¢õç¡Ëÿš÷ôÞÙš¹>œ ôÞNx¸-ëŒ KC’ªàt·$í½5ž•r*…IÛ­—Që#GÔuãEÂ*îD]r6æS«Óþ®î¤YACmjëÕ¤ìjà'èqµp]G-ؘ`]¬2FÆ-e‡&©“ÂzÔ4ØÖ0ƒÓò¶µIaÅ&ÔÒÊëÖ›£ä‚´UÉíq>m¬u©eø4Pøou´eÿòÛ¶C¡)VIƦ–¦m½}Ið¶I½´3©Ø¨AÒ†_WŠkIg—^–ýes¸éûèµ5H;V†:~^}Ýz8m“1«Œ’0P‹ÖÞV|>ÿ°äÑaøj~MÆ.g fà¤-ž"®#žNÖíKLÕ~“Ð6BM¸ß’P²à —†[®¾í8•u¨d9·¦¼µs‹(˜›×š´ðr^X;¿=>5JÉiWß­ˆ–~eíUÓ7¡‘¶#I« 5qkQ3¿9Zfs’q1 ¾0g•³¶Á¿4Eñ~œ‚ý(Œ™yµøÔð4ôN|i0(ãºösÝÁ¼½w2þîëx‚(xô„MBÌøzo>ÊR6'eí’æÀ3äRæã¶b^Ncn†×‘‘ -·çºožj@»€PBMw^ê¹±=£îÎú¤œ´KÎ̓^ÚžÕ\O{ºûQ\÷€®NÙÔBÌ!¥À>7Æ!ЃjÌ£V¦áu0x\Ü®ä&í]2ÄÝgyJÚº:Á¹‚:„[3rÉ6ÔáûEevFÂMºA‡¸ºTIç/º(hìh2Ì#ççüRÞ6®Õ|]ê”[-‹Z©e¡©Öãi›\˜u_{”qi4Q¿.f­  q‰)ù¹ž{yàÇœ_!MÙîM£ö›O1wwwÊ£’ÄA³¢°'™ÙÞûÛøµ¶Y…2ë1‰ZsÏ£6nCÖ0çx”÷_õwà: n”´§¹e9OWwÔ,å®MŠ[cækQË/ÃAóýɨãöâQÈÂfVÅê$½hÓ mØúfGàw»”˜[.H¦¢nðOFqjëë 4‚NÚœqª¥—R ¼ÎÀ~›&¯éÂ5dH˸›âUÅ-ݪշ‚ÒØÔ5¬MÚ¡–æ`­ æD>éúuå—¡ÉÎóI;¯yñ9ùªëCïI2n…0ãêR¦œjYÄ !.½!]!_c_^xD<Ÿà‚çaWǵÔËY~íNDJ[­ /k¾œ\ójâµFÁÇ,<­ý|ýuÃñIRaöÐ}Çâ”[)Éƾ›ÓÜÌxEŒ¸X„k[ÌÒ%@Œ*&jé’൵5ß¼Õ3€þV“½ƒa“œœt©ëF)Õ÷Šs.iìe½ -a6 f AKÄÌ®LD´ìœˆ‰yUJÔ=ø d¶Fr>à®&寄s[DNØÅЖ‚Œ[BKYTüд´shiwÏ æêîÍû»z·æeÒüœªü?3aç@.w¶þkq›šŸöv÷gg{ïeç_¥A+áÓÛósÀÏ>¥dyœxù6õû@Ð0ß·Iwß”»ïfƯç`¿ó^µrÛ'ãã״욎šnÎÍ¿L®ï¬Û›³óÚÞ-*Ô˜O@Á¯“¢NAÛÆéÜúélÊ*e„ì¬vóõêOÖžÊ(ˆõ×iÔ >À(lÅ902%¨´Ü(ûÄÒwñ“ðåòÒóÊdwåWˆ¶påîxÚwíeÌ,lÃy%næT-Otœj™`FX/#ÆL -fÊy{(åü5éìLàÜáP£:~UL§ E=ò¥— %- -Ζ¿ûæV ûæûEõô /åeÖÅlijà=Û¢&my”Q -ÏkÌ®½Êø¯¿MûŸeü½·q._Mˆ[g£ 5ËiˆAÍÁ¬×@³õÝËÏ©PÐö §Z‚¶BágÂ)ã,ŽsJgžqÎd-ý}ø{.x=àFÂ.aäqm3¯P¢àOBV>a¸4jUC11dâT$ô¨ø© ïÓ-8Ä&¥¹5ÿÑBßxa § ÇÀg°›3)x qqÓ¾î5‚¶4&®…oòK&Ð}-èÈÍ©{ GTù€RÒѪ‡åç÷!ºžþ¸gà× ð)â껑 ô=ÈøŸáúíÝ<Ÿ–vñZfŸ·›{A)‹:n¼\1öÉ–´Ýœµ[•›é˜ (TQ#¯ecŠ~)eç6ÄtÌbÄÁkÉîÍ€ÖÊšcÀëI›œ_¾1Í/¿µ5¯îÍÎKø+)bP%}³ ZÇ;Žº~iü24ÁmÎÏt߈YT¬˜EÍû ïlà{ ’Ô"£Âž]“^þÌÐ# %„M§4fæ×giŠ›„I³„7*(¶ÇG_p -~·ô´ã -~ qà~‰S4Q‹ÖÇ;OÌ=nø!:Á¼šuȹˆ]ƈ ®æM½ªÐ”°uîeçAÔÞÊ,lÇ,ü–¸–]j¼[ÿµºñ‡ÿIÛ]ùsÞ¯¹±qëvA[Ú¡æ=]]˜›PÑ6îèÇÖ_×}•·ÐË23ÜÎMù÷’tts\ÚŒc&æë¹–tö]ÇüÊ.̯éOûTªœ_&œ`.ŒIjGåYŸJ ‡ß•žxš™Õ `ø=ÀýYŸBšv‚×wÞ|¹ibµ®êÈSîG¨÷ž5áº5¯Ý…ùhå +«*í‘ e)8ÿ¤_­F|Ý×R¾ÁÇiß=Ô#¤ÀùÑ1¯Bón^¡Î€‡Æì*ÉV ÿ!pò`¸2nw$"Ð…ÂÎl@&Þ^Pâ|¦ÂßkEýš¾¨IIYåÔ »bn¨õ§ðí\Ò l„:¢$Á;%,]â$ø™p4j‘S#:nÅæ8«4OYdš{îX&Ÿ\~N:Ó‰âfA}D˯ŒDÍa­¨ná-³ :ɯzï‘‹ÞÏÊ$¸ŽÎ€ÅÏ85Jð.ÝQ½¨-¤åWGõ¼ªðí,Z4®Ô¥, -î6®Ýë×Lj'g6î]~T÷yè-ápJZÛ©à÷&€vå=]9g·:¡çÖ$ôøugF9b&œÎ»h“ ûÁ3K;{o¥¬ÝJÄ¢`%m §`¶æÄìí9u+ dáת0[:e»õ µÞF7ŸÆÍbÂúhÛÁ…í?ž²N;ïQÎbM_Ì.ç­BÅ ¿¼HZî¼Æ\=}I§ˆÔO'ÌÔ¤‰YœqIhI'¯)nÝfëëOZ ü½ÙÐ4¿*x¶<Ö°æ—êï·] -it ~¯â¸ñ4áºñ Åõ™{ð~ÒÕÕœä^]¢ ¼šï·v‰cŽþëI×À]¨×'Ið@¨GDF¼æ-ÐAy?¿u’/‡tÕߤ,œ†¬·ç:‚¯m`óà¾FÂÞšÑó~ µ.­ Õ~™f”ÂÞpP§„‚B~é™þG)ÐjðsˆO%:ÄäÙÊ ÀeIž€Z•<̯‚Z•óÁ#±ó1- ~-hœ±‹¨I÷í lNs+ᕲ’.üþ«à¬ÞۘנÇ`o‡R€ºî…l]Ê5·"?Ó{7‡³=·³p`¿Ý{ǬÁœÖ¬¯ÿaȪm5RÔuóm:~}^=˜ Hi¯”‡¸EÔ°…r9í“ËÓsÊî5+½$?×÷pkùÚdf®ç.æ•㺓sw÷Çþš hz³~Í~½9?'—¦N3ê "6òEÌÎkʺ•ÿ' _ùÐV¶Å›vÚ™ÚTiK½T)¥”âÅÝÝ @ÜÝÜ -wwׄw ’àÐν÷½¿ãíÌûp¾„p²ÏÚkýdïµëlZœu -rxÒ4Ý7e§‹£ëã#÷û9IÇrbô骓2’ô“b®»@|{C´~4C4A7‚ñÙHq:zòXÉÆö_&XpÝ%âXÆ'´Ø1à’9!\øíHAŠÑË)ñdž½iu~ãîdVÎþdné¾ìgï±"·x*Â…œ>¤'ëF©±Ç ßôÊtñ±*«øpýñô¿ùôó׬0í×sª FɱA¿4dØïi -ìHŽ ÝÇ…ì Ù§ê4€¥†õ>ÃÞ!—z,£Â'È1' -6ø…¸Í¡—•0í`:³dOÉ#i•B¶ðÀá Ÿ§SbO”TØ±Š™z¢x¯Ê*:Õ¤eÈ™)‡“´Äc99F7F]ïG8¯ â|§Å¹G³ú1øÎÉô¾Cu™ èÄf ­rOg2ŠÎgrêÏA®ÖòN4"ñáõkN”â@sù{>«Ò°žñkŽÏù=Ïa¼e̵aÝ@®D)%YZ%›x æ ü†2 ø~IÁéŒ íl–Ã<˜ÆÄ,ÅZ\ÌeלÏgU-—ÿ pÕï¹Ü õ×â³N§…‚3ÃX4â,CÏÁ’Ý~R-`ÿš?"½ÅØ—Òâ ëÐç@ß«Fڟį÷§:HéÃX7G¨±³h›ýî7¨Á395ñ`î¢íù¼Ôðn»+Ùõ`˜w"çàZRß’¢O¸Ò´#ô˜ÍA¼Ÿvéº?N -=UÌ׈$Û“ÄèÙ6ø·Ã‘LÑ!ÐÄR~³n¯© 6^iޱ8£ÀΔ\ÒvÜV7Œò:7ôè©øô­öˆ÷ÛíÑÖGÄØ39—x(¥Älw'z¼Ìw‡1¾ÛC,äZ )T?æ»;Åçhœ…=7xÜI&R7JK0ìIê¥l ˜§‚Ý &ÐÎôäß34Ä?3Ô”ßþ÷ ›|2ENÜ—¢öÇHáGRv·Ÿ ßïå#ö(áGŠT¯s5 h.ùØÐ÷0+nŒPµýô±´°öp2»Ýƒ÷×vBNe<ꅚdž{)8 ‰('Ÿ:Å¥è¤ÔèC9w>#Êü½ÀO;¥¡õjRìÉ }4K‚‚Ì=™*=Ò”Lì?M/¼XÌiùg9§óbA”{¢á±ÕòÉÿ¯þ‰¡_X#ÎùïbFù‘’¬¢¥œiˆÀËc–:‘ÎÚab°~’‘º<„õ>0ô=Ìæ4œÎæ6Ϥek¸ÌÃ):â@‹ÛW’s™å'Ói’SÀU'3|þæ@¼Í1ðÀKe>V§‰@]ò2 ÔFîù Ÿs¦qÁ3¡€B+™ˆÀ¼Ÿu¬ä yxîs1+ÿ^h‚Ý ŒßVÂh~Þ©2Mò/R7FŒ<cbO¤éŠœŸ¿T’Là›S—[¶ÚJ¬¡?øSôÁðúci\½LÈÚh?fÒð›#ïÍ¢¿~´°|wHÂÚàÁwºh‘º^Räá8È)à 6ú0n{ý(çs%!î7Èý¥ Žeù'ŠŒœS × }Ù 6NF°çRbW¥ß§6ž¯Åé˜{1%äËÙØ9 µ pm˜w,±Q§¥Öl¦š6Oþ·À¢*1!»#/ý¿{ÈĈC.øTÎ@ìII µ<§—õ ·×úa.ý÷¼0ç?óB àsÖöµ-¥BgzPNÛãÜ®äÖz2‘‘y6QXw¡ÈÌÛ#†mô¤Ú¯µ'˜iûSäêF?'q«{ -4Æï™ŒÒ_úD pXÉH9R0Sô†õ^¥$}_Î!jGhñÀË矫EüSƒ¶T &†ìNbAÎüšgÎøBȽ"ëÇù\NãÅ<_ ›¤Ä*™¨C›|>Í þŸ6hJälÔl±‹ ßqßÉÈØÏÊÞûQ£“þh<“µ3) ,r’—éáÇSùÍz tÓ¢´Ã)aæ2£ðH‘w2mÀÿÂ5)F;‚÷?sóYÕ‡3Lâþ!j_AÛ“â4øˆ£iCXAÏÅRvãùlzÁ9ÈÛ_KYg‹|ñ»xÿ}Ú(˜¯5£Gzž*© N¸´3q1Å&ÿgŽÃþ? <Áï׳û¤°õAÄ÷£IF²aø ö±ZÈ=Tg–œÎfUŸÎæÔïƒqMñèz%—p<&¹ÌÓ=x, ΠϾ¯•r1{2.àÿ7à”Cà…v»P¥g_L¥ç^hÒÒkøÜ³)6ÞÐ|0þh2ïçÙlfÙù¼ð£€{>ê`‚‹;1?™bSvetÔBàžvJìoynÙ©œCØî'øo B€ÚšC4`âÅ w¸ð{ñ昘½1$@þ» -<Ä™Šœ Eyn÷#gë"^¯VÃì/¤bñ™šÏÖ‚Ú8–§ Χ²+.&^(sÊN"Χn‚ üõXI¼@O÷þ©›,l8ÓˆDÀ;ã>J^nIµÏz#+Œÿr<Éc( øÍÆêåB–vœ‡ÕÉ9Ø­ ZüÖ$+ec’ [ †ÿ±ýüè©‚9Qòè3\š!ÿ7úHþkýä àGÂöG1gj€o*qÐð ãô‰<#ǰ·v<•[s:“U|£p;ûàÍR.p®!ÅöbJ’}<Í&ü^`Ó.æX” {Óó<ŽaúPÅgŸw¦I“™°ºýt.¿ëÄpfp䡊¿=FŠÖyÒ«ÓëƒôØ#i^鼨]¯Ì)5ø`\Ì?ã:œŠŽ€>™’Ÿ•‘¡Wæ7N¨3ó§EÂC Ÿµ«¢Ã·‡—³ñ'3€OG© +}¬Ø}Yn鱺°Í°öv±˜Û~1ŸQz±þódšEøgNœ´¡^•‘¿§,;šËk×Oe­ññ[RæDÍDþš&'þš¢¦nà¼Oô_PWÿÑpéjFª^FÛ¸³ÞvßêÅxœ©hð‹i>Ìîø•CõÏñÃ)Iî¾RÀÔ.¸0¬ú^fDbÃzî)в‡R!]7Ê륄^. ©x$àÍÐ'“ 8àÔDÃù‹£Ñ4šn„“º7JÚ–ƒ3ôü+9„SÀ!/ j’y2Íg]Ì Å¿ÒrNf„B=ðÆ“lÄð¿ä"6˜«œ#¥€j.æàÛ¹:=çàßr'Öy¡1År­=ÅègرLÄÜãà6úhá{Ã9é{C鬃 𗌔mà–º“¬÷‡©Ñgãi¼ßÓâôÙ¦›Í*ô@&œ©Ò FÏpY3tÔ™$Œ[êb„nq“ ûï'2fÒá8øs|ÄáÐÖ#”è£QZÜÐÑçS|Æ¡”5ì3*ÁøÆä3EVþ©*«ä|Z’÷k†ÃØ›Àz4îAòK¯ŽáÓõ“ÀoÎ' Q£ÖZÑNë÷c%>J/Åøö!ÏÔÍGŠÜ -C¿–vœ{4þ9ˆÓ‘’K6ìoƒ9†ÿëa'3³ŽÔ ¤aíss€½ Æv¢$Çêd¸€=99Úp>âDžÆ=Weæ]›{lèqšgŸùüµÀŸsI{cL¨²ñݰ&ÿ?à=Og8À·Ð’O¦v€œû½ Hûï2‡óŸE6óLÅÄž©9Ô_óâ³Eñ‹EIñÙœ¤äHƯ…ô’ßK’Ò³yøpšGߦ„>Î:Vgï+…Œ=yFæ‰&·àcžAM~¨H㜪%gÀw(Ó³uê콪¨û@]Øy¬I/:ÖP'3,Ú\W‚ÅZ¿3V«ØS”MìªÒó®úî—}¾0è²sP`8¿r¨–díNVLªs*ü”cðòJZÒÎÊ{wí £%þ3›–þ¿Iá?ˆv¤JËþ»ðQɹšK¹˜¢§«¨‰‡¬áqÎf$…» -Fê®hž¹¼PŸ 6E"ƒ6<Ør:ÅÄîRBµ=d¿½!z´h^CÿþÑ9boï½ÓOò?ç¤j»©A›íx×íN‚ǯ)hXÎ ¨àÛ0º1zœnœrõ{–Ï1¬íËx¸=)ßpΉr:!¢žJy„ciøžÜwo„­—²R·†i‘Ë]´À•vŠÿVÞçh‚¾;LߥDmô‘´ýiøùf¼×RÂaà`ùî5î—BÄû5)œ(˜¨±’ gkäø½qcTˆû¥ˆÿ;')øgŽ j…6ôÍ -ÒöÓ }˜áGã”ÈßSlÒÿxú_pý{&Œ -ê%îLÅH=’RcÇI1;ý8ý+ñ\YÐp¢*šðªxà1RäÁ1âTIŒÖd•éÀçÇjæHM…È1!2!G7ù³wOYؼtÌ1¨­³¹¬šÓÙ´LŒž|¤æ’Ž5|¦¡/çD•S~(“ˆ/f2‹Ï¦2‹õbÞ‘ŠK¿…:‘SSO€S€½˜¦c~Mq©@åþZ(è?_Éé¸XL/ý5Ã〿¥Ê©ñúIJô±’ -=”S ³â·Fy„#efÉ9À áxÇ*€]Sl™šš¨íú/7",×ÚÐßWZ îKuûýjèþÑüMÛ‹s_mAX­4Â>-ÕÆ½;•ÂNe4èÑvüƒn”¢¥„MÐãOe¬ÔýfìÞ°£—ŠG“i,ý¾?HÚî5œû ‡îQBw¾Ú>¼ÇV/Öm«Ÿ¹ÒIö[ëÄ8êFp¾{#x¿}×ûcä°Í>œ§¬"왺&öÝzøÿ1!A?Î1œG Ž1 {#Oí@Šã‘Œ½3L ßOÉÿ/zðùhø‰ zÂnÁg§ã²Û‡q=–R¢kØÀŸrÙ>û`œºÓO >¥EÿÚþDJ‹ÛìJ¶Yl€~ÔõÒ#OÆEt€Û<à}ÿå§ÿh„i‡c䨽~„£~8ÉæàÙi2ŠNÕÿòä¥×f.‚ï‰RÄÓúÄ79šöàñ‘’ƒ=Rcµ#©ÎºQbÈÉ#ÑP;»“|Òz=|œr¬ ÏC -ÿ­fcÏ&™ÉÇRzÐ@{󆳨†uéó9¡à°¿'ãÖ¢NÁ³þhCß͉,´aáÞàQ% {>ÍÄ_€ùÿGÃÄ“·ûÑî{RŒï…†E¼0ì—qžMe䟂8×džÍxz¥Á³Ð`;`~¶ =´jà5@\N§ <$L?ŸˆŽÕÔ¤%)æXAI8¿u´ÿÐ:¥s8•]¸äÇÙ ›p>Ã"þgžËÚ“Ò¡;@KoŒ°“—º)ziv¾^žžµ9@]nEÛ¨9ÄS Ÿ ¾ko˜º<鑜GÜ᤬t1ÃÏN¼:æt’Þí'øNàŽ'ˆag ˜¡Çôl&£øx&£È°.y1›U{b~2ÉÃJyؽQJÄzgŠÍR+Âf±i«íÃxö—õJ!ódJÄû÷Šá<®ÌÐïóÒöàÝÕ%©—k°¶Ú’ßJ3Úv·ç¹ÛÇŒZkû/Ô%™NG=]©…~ÜíÃ{άkÇ„¤ù”ý^Áïh‚«y½?ĈÝì$zÎ+j»èÁ«M§ÝAFôz'Ñ{©ýMÛMò6¬Íî€ü_mBXÎTÂÞÏV#ÌךÑvúAbàá1tµ a¿Ü†°Ý"îâôc¤Ðí’ïz;ÅG]û°ÝI8㤑†P®ûýp»î›ý^”óñ1äp„µÙMðZ¨EYêذÕfØ—ÕÆ¸÷º~¬÷ñ-N7ˆóÖãýuƒ¤Í¢çÁ ~0ăñPûýèþ¶ÑA¿‡ù¾Ú’l±Þ·ÞÂxíãƒôRÃÚ-à9êd’e8óËpG.döƒô£Œ¤s…y$e#ÎUL”¯ ¥&ë†È!à™‚÷Á¥\”~4®Ÿp·Qúq6âpœ•¼7@ðÛ6¬=Œ‚—ÛPö«í8çmàKö†©á»ý” “Q&ô?J6æ7¸Ž€¯ÙhGÚn¶côCôø‹©´ô à!O'¹Dý0#Q?H=$nuàœ×ZöõQ‚öh{}\ØN//ùpŒ‹Ð°“6»H^§ý!¼ß™Š…ÖÓ¢ÇÙðS ?A>(ùô=  v'¸˜™€¬¥®'…ìŽàƒ ï9Ѓy7ôœÉh ÿL3Ñ -ŒƒlØ ;œ¤ÅïŒâ—{P.ûãtôæÄ…¿¦8ä#9%átš…;šb ÷¥Ô˜-›¥¢ËlÎz¡†ä´XK÷šÈ‚™¬4§Ú¼?^FðS?‚ö<'oõQƒ5­÷Ùœó~?-äj«“äu*çâþ;+\(Áï3ã ÚhoLDÒgˆ÷F$Ü…¦ÿî ¿ÞÍKÚ覅°ÕƒtØê†[ï Á¬µHWÃç›]ÜÄ3eF6ÐS>@'­ðÏ}¡c©m'¸­5¡¬k‘-$ÏÕF†ÿf;'|¥æ©.‚¿›*€™¬7\ÖÛ(> -4ÿќاmý3n«—èêÜ{¥ i»ÖŒuÚn§xoµ‘=7»I~ªŠ$si.ôÕÀú“qz¼¡Î–‘ß õ1W…4_¬N6Õ \ôÃ).Ú~|Àf¯©í"Á\¥hûˆ>KÛåœýz Îéx„6ÁAlÎÒ÷P‚v{©! ž=v:vÍÐO« ‰fË€6ÚR¿-wüÇóC-×A-/¤lÌþ !pÅðæø›m0 ð›=€ÕºAnÒÑ80!Z7˜†ßéOÃmô²b¦+RÌTʼn&³Õ)Ÿ4UÉ×:PgRfÊ9ðá Î½ö)Á'“Lø‰œƒÙaAO¿5¬)«„œc+åbFÀÚ–¦ù¿;BÒâü–Z“,7;GwQƒÖZÉþ‹õØï›´pÝ 0Äg»›è½ÝEòÙhE;¬5!­gª`ækS¾,×àìt]´°ÿM¯ î­ mwãÜ7Û çHqî#\„üïbcªÝXNä‹™ŸÉŸ¶›ñ΋5)Ÿj’?-Tÿl4£4?áŸf+q¶ N’ÖÚ¹1Êœ¥¼þ~®m´'\?J7œÒþßí¥‡¯t½v ½UbÑ©JÀ9šAjx«å¨Z@Û´F#Òfµå¸7H5ÈŠ;á! {œÿžM@}Ÿ,Ž}©,Š}±×ƒó7`¼ðþÁ$àˆˆ§Qw†9I+-ש”·ªèËq”q;%àÆtQìË=ÀÛ¤@ý!ä ””“I\à.ÐìKíh{YiÌsMyü»Í6”Ãv7ÞËp¶ëD% ïI¹Hm/3R òc§—fxÈ\-òÛtYªé| Êr¡‰ê{0&¤OPãwúÐîºQ|ð‰œw`è¹mFÙ-V£mÖ[Ún¬»~„سÛO¹ï¶Ý†ù¾ÙвY®GX¨‹ßʲÞ.Õ2¼k8~³å›… -œÍb%Îf®e±RGrž-GY¬7â¶ZÉÞ[ÀWè¿t3·:èA­D·¥úÔ¯ÓÕqï{%þ÷z¡÷Ô¥É_–둎; &ø.5œ–ð³ oVë"_«‹}/×'9iûøˆ•vvôþ¡ígÆ.7\ šp¥.éË~ÚM×ñ˜-‹zµÜ„þ¾ÜLòÚl§j»ÈþkIæ[­p+mgŠ­¶i?UƒøÖ—rw¥.Õé—L@1äÒB}‚éJìËV'Êy« í´ êZÛMñßé!®µ íuB¬n(‹·Ù+J]¨§zÎUQ\fÊ1_§Ša& Õ)Ÿ·ÛÞû}´ÈõVœËñ8wø/‡’þÕ†wXÖ§@®!Ÿ 8‘³°ºqZÂÞðm£|Üøþ\-ôÓTIÜ«é¢Ä÷šÒäšRø‡ÅjŒõ&ˆÙV;ÉG×ψÜé ®7áÖ›0öÓeñ¯ß~PåC_­6\e"úî7eÃpÞè²Ý¬ÇjÜr¾&Õz¦"Ét² âY'Ëýš2?Öd£‘è6_•dºÜòUQûjLöpLù@]üv©ç8UAtêÀžô bŒgB_îžÙî%ùm¶a·Û‰` ß—ñß×:ÈÁÃ?¢]—LÔÑ¡ëm8× Çõ`\çk“Ì&²£ž( â_Ì×¢¬‡3¡ŸTÅH·£Qˆ#3~¥û]S‘l:ý#áåTaÜËÝ.‚ïñ83IS ÷Üéd¦èGss·z¸°ù: Àf‚ãT ôÍ0ðnÕûÏ™¢xYô[5ÁÛx±1Ùù×4>n«3áëF[’ÅZ[2È­Øwc™–j>ŒP¢Ï€Ÿß›àa¶F8ÉË­ÔÏK5©ó•‰ÇÒCŒ”ùÑÏWQ6ê2´C›0Ìa» r4É4¼«y0AŠÜB8­6%˜Î•E†ÝDÜɈ}RŽôü«›i2_ƒuÝíáÄotPækàfóesÓA}ƼÔT&~Ïóx¿“ [í’0••Dçå6zèþhVÖj#B–ûº‹âõg;Ù÷ÖÏT—ÛD×—Ùêx÷µ¶Øoƒ×ëS%/tÃh¯½$Ð=IÖ{½h×£QRøÉ8¿ÓKÓ -É»£ÊtÙ^SŠú¢ùÿZYýb¡*ÉB×G É‹ÿcõðua´Ó‰T,œ®Aºõ¤ù=ZnŽ}¿ÖóNSl´PûN?D‹*%8=ÞnÅEŸ½¹ÚŽw¯I2›,1–å<Nó¿7–ý¼åt'/îÛµÕzŒÇTeâû^~À­FàNfÈÍ!QôýNª÷­f¬ËÍ.qà=ŒÇ‹Ë#¢p‹-Óª2¼•,/êùxf˜ÑHz؃>nÐ.ªÏµQôójrð‹Šd·Û+Ítÿn~ü3 9n(s#ŒW«“ÍùZñWåé>w5·‰L¼Ó|9Ýw§‡—ðíûJ-üó\ Ôd¶8é½,+æéDz”±¦g×Ë¿Uf¥ðÑ~¡cµÙL˜«ÂYkÊß4pë^¡ómeQøëÍ~üJ#`ê'Ú|µ‰î³ÚBr[mÆØ-5¤Z,Ö%֔żÏ 4Ë }Ζ#­€¿´ÍŽ~¼¥ƒAÍU%}[n${*KfãÙÐ犢ä÷³u$ϵNV¤Ag §Ý[¬GÙ*‹á¦Ê@S·âÝä? Ÿ¥Ù ¯f¦|Ò8£"Õz@÷v"'Ùl±ž8™d2[I´Ÿ,Ä|ÆÉó_M—b¾KÞÐ>_,º·‰àÙÉ zØFñ¼>̼+ω}®þ 3ÝìD8èÇðáCù!ï*ðöW' -’ÌVÛ2©ÓU4ïô„·­” '­¤`£~¶ÿÝ6²Óß‹õIŽ‹ÍñŸ7Ú±>‡™Ùç*p±:ú]?×ùÆ Ð㶦$ü©¦0ÂxºúZS´ÌN°èÃÌvûÓˆ‡£<ô^?Ág½n³\·X¨J1›*‹º᦮ÂFu‹£LåÅIc” E¾Î—ƼX¬Hø ÏŽy¯ú‘ôí _Dצ³¶º¹ñ«íBØRÑe¡n>õ3áÍdNÌó‰Ì £É¬à‡{ƒ´ØÙøWu ⋲€â8–‰4UÀßL¥~œú‰·j'¼ˆµ{v©›dµÛ#HUW`mz„Nö¿ÿÙË÷¸ÞIó¾©)„ì˾Iöÿ|eûâòf;#¢‡v·ƒêqu€ësc"=øN7ÓóVÍíÎ|u’¥þýÆåÃU©$Å÷\*fot"íçªaäy±O{Ø!·k±îW‡Ò"7ñ£Œœ>ü1,Œù¸Ôˆó̈z9žó^šù¼Žèv„ëJEê‡K3Uá&õ°÷µt¿g«-DŸåFà–TKPæê’Ø—ƒBÿÛ8»+pó˃B㟤€Ç¤÷ –f+06³åˆÏË ›Å:´µ¢nZ‡sø«i{híOšjä7À³®ëm´ð¥¢ûZ Áۦv4B<#MUF¾ïã=[kÁWš¹Q³U¸ïŠâäÓ¥ÉfK5hÛù*¬m$ì9Ðô¯FZÀ»ívZð¨ØãÖD¦¯‘NðÝíV”ývÞ»33à--øÍµ…:F¸¬cÝŸþp ÍïÁJmªÝr=ÚN]’øF]}3[™úUU -·R—¦ÚíõK(›ÂÄ¥zœƒª$ö•¦4Ö¤…áw';ÎêJ· èY1ÙïI ÎÏx àŒxYnÒ+iNôó.vÀÝüDÇ¿X–—Æ M Io >_ÿóx«¼ÛC ß¾e£3ÙV]êó`<ÃåÖˆØóÞtuª]!>ä¥(ÑëáP>ÁoµM¼\q\oLü¼\÷~ª4âcÍú†¦4Êlo©DØOĽY¬ƒ{ÎÖ¤ø¬5bœ* o—ê1¶“?’ßsC¾]-Hòx¶×ÇGn‰ZØ_žòD•ù|¹n±7ˆóYî@9g¤:Ü!}ºªª»­­ÌKx5]ûB]fÜÍt½³ÕAöÛí 7º8 ;ýBôFŸ˜°Ð„wõóxNÌÓ!ÿmEvÀ½¹ò¨×[Ãä°ÎÌ 'ŠbbàzóÎ|­ \Q”ôf8+êy·0öuoܤún¶ s0˜-œ©¡ûL†?•+‹£^hŠ“?,V‘†s`o³“®—ÃÝ€VaC'r^NfÅ<Ÿú};" -ø[™õt¡"ùóB=Ú&ár“lý·"t.sW[Smf+SÌæ+1@Ÿ¥~à‡=”åÀLêØá¼>_j¡û˜©'úÕÑýî”$[ÿÑAtû«‰èqígŠý_íT‡[+­©öü”ïx±_nnv#êQVª’˜g²‚hcù¸—cYÑ/ú8÷‡ÁO—j0ÎY©îwŠÑÞ€顲<èÀ[Ƴ@siÊße‡?®ÅÚÜèe:ÍTÅ[4°<Ÿ®7ÂÏä¹Ú^jÄ -à&ày¾ïõ œtý(—ޤoÒèû¡|Œc·$áËzºPGtž«H±X­GÛ¯6a¿OÖ/1šù‰tÚh¥‡ üî.V!Wšs•Xm+Öû¿“ŒÔß4èVGêwuYøký µ ü›²m1SÿÞ+ˆ5îb…ߟ*L|»ÛqÝÆ F|d…~º6]JõËF˜w0‚þÏ—Á>zv[¨#¸ít’ƒ´D?Yaôuy¢Õf§1_Ëò¯ÅÙÎÕ¦|›«N:å4’óu¦åVÉ y[I |µÜBñľèd…ÜéáÝíb‡ã ´†w‚=§©ˆ}=Ud¬þüj®xŒ^Z$=Æþf„ýëËíâàBFÓýK3}AùÞëç}¿ÕŰ¹³TµÝê%ú72}fÆ|:‘ ÈÇ2.~³è3™a¬,Œ3é=¤{¿½\žêúX^„tȈÿ¼7ÌÆmµãÖ&lw½7ÚP.ãùQ¯b]n•=Œæ[ð}0àoàŸ7Zhá»ý„ˆÍîT÷ùº¤Ïòá/&D½Úîc'+ê±ÎÊÊTë­.vìz -d±:éójÔl³-ùÛð¶ÊêÔïkmB²¶7_²Ð Œ–â¾tñ#kpž×'3ã_îtPýN¥i¬Ã± Áz›¾Ü"‚ÏÔÔeñ&ªÂˆ'#¢˜GÌ€›ÕH—+š"¸Õr 5d4;éõl9Ý{¡ŠáU±½ÒBv»5‘ýTšŸt¬±¦ m¿Û%@ꇘ¥:¤ÕV;3f½7U7•eÆ<D>êfG<èdF½š)Æ{­4§#%dgiNòWiFÜËQIè}YfÄõ:ø·­^Fäx ÚEV’ò}o‡^lÆ»hj‘V íÔ°ABÓˆû>,Ž~8.‰}2óc9šùDšý~¥‰¢(FYÌ•ãlךÈkMxçÕ¼Ëz3#I7À!nrR%©öFÀW¹œ«2 w†iqkÀóîô´ÝÏÝ>¢Ï~?5t«“)+Æ8ö§'|Ôv i£¹ ïšÈŽ×F$îwë#^õˆÝÿK 5ZªÀ: …~º¹T‹:–ŠhcLèÞ1p³î°Púf2ãû™òè÷G£B*ÐðñãùIo›©Þ“…ÐWƒ‚»=¯ÛU$›;U‡ãy!/TÅñ&Suäàl¸óƒVv¸Å~ŸºÛɾՉö\ª0_¨Šû$Ï }4[žôu©‰™ñ{ØŸ›h»ÝG _kÃ8Mþˆ7›­Œý²Ü˜b;_o&Ë {.¯H±ob<œÈ~ÖTáˆkÀ[h{9ɳÍ8·þ¬„O‚¨/ ´ý¬øÍV¬v€˜s9_3]mBX|z§,M2—•%}+KtŸk%DµñßLdD<_ªJ¶[kB¸j{º!*\?BŽXëHµoe¹ßš­@¸ê†8)›å”õPFÈýaq¸Ñ8üQ·ÐçÕRc²Ç`n¼½$ÁáæL¹Ú‚tUý;_–ôiTø° íôgÙû´0Îl Ô® æûõrB¨'!soŒœ°ÐiºÒB Ühå'í÷¦‘ö„ØÅf¬Ór+Áw»_„^i"ù¯7 ¬T…1&²ìð§ëŽ¥|Üî +~©æ§¬ :ì æ¦ï ˆÉëmO­á¬m3Ìro8Éy»7Õaà¢~<»|¯ªœå®úAv˜þ‰³Vä'¼3¬¹,סlʼn¦«Všºow^’y=)ð–27Å|­‘â½ÞBö\nÂ:Í×ì—›  ž±ïT‘Æk ”•6a2àñ÷C∗Ã⨗câÈÇë5X·Ýtº -ç.-€[oI#ŒáíKWËVŽ¥>YjDÙïô³vÀ5ÄElö‚&8øCUfþöX©ƒª.ÃØi~b¬ʱVšbäçífNüJ#3¢Gx_Yón­•êÆýyXâÿ Ÿúh4+Ñdº’âr*f v$ò÷'ø”Ýá‚ýXFÚT5Ân0#äPØÃ1‰çíù’DÀµHËÍÎ4ÂlÁ}âGÔóùzègÃ>È›õ&FÐV?¾7-ö]7'äãN;—¸3ÀEÍ6&™mϼro³™à¾×†rÜé¡‚Ü%,4Þë„ý¾7ÄÌ憽jg¹ÿ¥,‰z7”ÿ¥Cj2UšðY7ÀFL£ž™êü 7v0Ξ-M|§,y<(r¿ÓÁù~o¾6Þl§ å¶ÓE‹˜i y§#ïõå%xj‡XI… ž{Äo%ÑïU?Ãßlu⼤e0»6QÀóÍ>* à«mÙþf/ßåÁtUÂÇù–TÛùÆTë¬çj %ÌˇÙzÄþH¶xµ‹­.M±˜©Lµì=k¥{ÞYëĸïÈÄüñr|Š·é=EMª×þ(+e³“ì¿ÜŠw^nÁ:O/Ý#ô|ÜHwy¸ ¼y_~²KÙçÑJ=Þw«;´ÞA^ïæÃöƘ):¹3N‹ÝeB·G…¤º÷ãÉü(óý~~«ODÜà¦èÁýOdTèvoŠóZ[’ý©’Ïÿ5—ݰ7Fƒ-µ&~;”å–J³²uÃiäZÐ -ÀGÀq>s]”€ªÛ#yÂj·9‹°Ý&€ít³bõ#ŒÄ¥&¸åB#Òv¥ƒk8»°ÖO¯K±\k@XO—Æ}\lŒþ¼?ŒÖöÒ£uã|Üj7'f¾‰´Ð,Ž—c¿Ým³R‹±-…}5ÿ\]°—V`ìŠH>÷ê)¡ÆKuÂøµ6AÂdqêç.QðÞï}i^Ø»¹r¨ír=Êi§‡5ÛHöš(Iz¿Û/@®µá=ÅÁÏšiŽwºø~+ ßÿª&8Þš­¤‡wål ¼o¥C­t,ì‘”=¡Åouãý¦«¡¦SUa¯ c=’±k]” ­nR;œÅ_hf…eÆ~½SV£¾oˆ©[ýBÌJÑGS ý¶X›ôe¡>Ñb­ç£`Á×€È[nĺj;ñA»½Xï…ºD›I€q Óõv'胼ÈWºA^7–%ÙÈ`nõåpA®¢7:iAó•È/²ÂøOc%p»éF²ïT ÑóD•&Yï$…Í–£¾ªJП—š‰ž›ý¤Ð^bèj7!pcŒOªDZ‰â­ï­4³:YqëÆhNÆò>Û‚sœªCÚm€Z‘‹E3m´wS#HÆç»v,§x¹WDÒT!¾NU$¼›«~£,})+ -ýx¢gé'%9 -à¶ÉáziVîîH:SÛ/Bi{øÉ«Í¬Åz†·º†êú“ôt˜‹ù¶ÝPH[©ÇO—ífKÉß—ª¨ÞkÍôÐíjcT@PÏ ô©Ý^±ÙÎ…nuqểBÜf'a³—¶ÜLr]i¢y/µð#üÿÉHþ0WFvX¯£l6qbW[„Išj¦ßD6üÝl%Ùg¥+ƒ¨n ûç$½È‚}™*'únµó±Ç£é¼v¼÷Bu¢¥º4굺"ù‹¶WBX¬Ã9NæG¼heø?éæD¾C­UEXà™²I-Ô‡˜ÏU9þ\ž•oØ/ÚhM¶\lL¶˜kB{®w’ÃÇØ©ûƒ”yqÄ›¹JNÈjO¡hª–:"IxpüQÉûA;ÓÿQ7/üƒ¢é1ñ“ä,Jò|›èz÷dÙî GîfóÔUl íæêQ»BÀ×Ôj'%`µ—ä¿ÚOÜç ¶y•+#…%+}iØåvFølÚq©ï³ÝÇJ6¼y¹ç:߀´[¨Ãyî ŠY²üT3e~¢‰¦(Ùr©–«IcoòPª¬Ï`VÄ«ÕV´n"+K/ËH_ë$,6!mePó¡ÜÐwò²‡½a&üüm½›?Q }w0‘·8uºk;’ó|¥ñ}½µ3( îŽ¥Ñ·ûxI Þw{¹É‹5É–Cbÿ;Ý<ß{ÝB¿gÒÂðO›ÝÃ;Þ y¿ÔʈÜêÍãoôzí`…iÊfíT¯ƒbß{35 ¦«­_C/þV'?eµ¼TËÚÜw¦î,+±”–E™Ïuá}gÛi°©:\¢~4³H§È-[3ÔÈ`:w¹Ý• -ØGjI¶nR,Ò´ýD).Ûòa‘{S?—žÌ׬oÃ,w¢üVºˆ1½ÔÄC…H°=ÊBI+?®õVZÉA;yiëÝ9Ì¥Q¼ò'ÁHÅ= ô³QÅtT@5ë cM« *’î´ãá5ÙÏå*nªc3Ó„uT×!¿­t2À<çˆ6z3i m’M='pª’ê¨.¡ÛÍ–s=5%<±,êWIœÛå:lôýq Õ|¥*-j¥Š2YÀpìã`L¦$dsm[.u¾M’:Pˆû6ù“â¶5_0×ă.½³? !Ë~@M&2B,”%~ÚnåFOW¤…gP̧ Xê<®ËÒÏ´ðíú,äRYzÜdz¦w7‘ö|ŒI4]-•$¬5 -–°ö›­Ìm¯˜¾=TÚ´=ÍÛêeCÅIfâ°'š2qäL}IS™;]ÄvY¨Ì„N—ˆC§‹¸î‹ 9k3óªòX.¦{m6¥§ÎÕ¢ífk“-·‡HQ{cl–N‘_¿¯È¯Ù3&Š¿ÈÂ-_Þ"•%hsUAâëÅ*¸ùZ=Êe«…µÛÉ…®7H ²\®ÃLIz˜¶¹®mÎ&,WsƒG3b_=¦“‹„»Š¼Ú¥a m¶‡¿ÐÃŽZë¤î §QôÃbª¶W€Xh$ºÎ—§~Ö¶SýõBÌj‡(¥v£yOžE÷Üo)ÍßïN§-Ô"l40ëµvT?™[®›Ì-Ù—f¦oöqS6ú˜ñûãÉÎ(Ÿ¢—òIk]©® Iöê2¨éL-Üb®žäŸ÷3*EF<“?/×ò’ö{òÒ7[2p³%—•*†ÏN[i¦’Ÿ2–•dºÒHò[k%ùiûÙ°ÝanÊN?* ?ÃíIßõ®¦ý}w(/ÓP#‹À )b-f*è‹@ã-6Ýæê©îšrš×0ùã?ùÃdÅ]V„·”ÿ„~”þˆú¨,·Ò)EYÇ3…}'Ó¹ ËähE-Êym$C¸#/îÔ©s*t*.e® í5TóFVûf½ïw H“èY…kÝ"ÄB=èt¢°êxìGõÑD^ñFÂGþÓçª:âýÚ ÞO§àQfꈮS5‚о†M5#õA))áïô„࿈>.¤:Ú_Šøb qxóòêáß;×®@žýý'ÄæÅƒKÔ@ëë=‚„g‹õDßS¥s¬rV™±CÄo=E´¯Ý¹Ä]bÌ«&ñE91õ~,êÜ“áçvIà{)7*üOa˜ï5¦ŸÓÔp§?<¿™@|Mß^.BF?/Ä?éOG›Ï×q‚W;xpMÕSSIq^hFÊ+EA=tój:öu)õ0–|zçá~9ÉÖú’À×ãŠ8ÌýÕÇîJô·¯—<Þ¿ƒ8¾6†¸¾{ -:|ºTŽŽz8]Î ^mKG¯÷äpç»$Y5ÍyÔ²¼4'f8'͵…CxYM€Ý«'¦>j¡‘>ÕÐ/kqI$GÝMv·½üéé#È«{w îo_^æ„zÜlb'¾)À:Þ`ì*Ø$­Œ…]ég¤å(ËþÜø mŒ”ÝÑ,ñt7²C€xÒÃG¿–`ÍF%8ÛA!Æ¢85à67Ìí -ÞÛñª¯ÙûË8wûë4_‡k»?ùxÿ6qk˜KØžHãÎwS:ñ m ›¼–;°É†ãh.Ó¶[²jç£L«ÉQ/Òã=À]¿]Mvû~ÙÞää½Ñ]ˆËÛç—YnFå¤à·m¢XGM 6vgˆƒÜvA=/µ±#ÛhÛCüþ„ˆ¶9ÄŒUT¤˜JŸç¬Æ²Èv™ñÁ· ¶ß.Ál/Ñ|½¯â<í®R¯3ƒ=¯q_q5yz)Üòó5œŸëíœ8ÿk õô ­!1ms8ƒ½Ð&L˜©Ã9+* ¶³-¯‰R¬¥²†á>QF´éÎ@˜üÄDß*'“Ì@®Ü•Ä…\c…ùÝð6ÿ‡ñÍ¿ ÁetëÄäÁHüwó?ÛÅI.G -ɳ~úö01J]m9Z`¦Wr˜;²ŒÌ•€%­ôÀõ>rÀÎ;yc@€^lã&Ì42`½¹h÷Œ” —¼p￳ân|¾ß‰w°¸•žècÜÎ zÔ+Š|©©#„hDyÿ¬§7¨;P`7Þ—2á÷30ñר‰±W½=!îŸ ïŒïA^ܽùðè!äõ£{×þ„<¿ý7ÄÕÔçhy©~w$#æ…n”‘°5Á†ËšˆŽÒF~P_©Ø«)“nVHˆ»%NŽ¸Æ »÷v¹äöé5ÈÕóO8[+ˆã»—S£ÛŸÏo VžCn]» -ñørùûÇKÙ Þ7¥E¸¯#ˆw]‚ä'ÙøÊ2¾w_¾À¡œAÁK„ßÀ„„^Šqv†„XÙ@ìML ¯ïþ ±~üâöúäÛ3#Èý[Aþ€@ ÷þº -Æ} bõÌæñN.ì…ªœh£iàhZ³ñCe"ÿö,–E ûô' gü‡¼ÃŽ -½’àd)Àâ+$Êò$ÞÊðÙ bþÄòÄãá;?ÿøòúÞ߆X@Dñ>åc,æ{pž«#¸@uCòWià€vÒÒ€˜4^Ç jͦ|*ħܦG^A{9_B»:@°îß!ž¦/!_žA>?‚Ü»vr÷¯+7nAžƒçqýøìj>ÒÃh¼(éãrÎ}¦5Åj¹ƒä=UŽþªª Ùµg`ÞV1r‘Ð[øÿ+©îNÛ/¿Ïï!æÆ ïï߃˜>¸ysï.äþ›kW.ÿ‹s_ž¸}òGz‚ýþˆ˜«ŸÌÈÔŽ‰éûbð¨õzøt=Åc°üµ{ˆ÷ñü“èés9ÊÒ -bþð!äãƒûÇ—/!ï޸߃¼¼sbúè1ÄèæMÈ•Ë@žƒß ùjáDyßÉ'ÛÌ6¥Ã–:J³7s3Öû$„™Vnx!úC½þ, q—æbâzÉë“)Äì±Äúù3ˆÓë×§à~·¯^…¼¿ñêÁ#È­«A>=„ ½œþlã'šŒæÅ¿™­C~ß—² çs¢L:=[ÓÉ‹ŸjÄȪ©®}¹è÷-BÔûÆ,{àëõGà·/—>‚ßxrÂàÿ£ûk`.ïƒüúò ‚ðp½Bqû[^‰t[íAxªºÄÈúLâÛâ›xƒ™»JŒˆ¿ó þÃÁìË¥GwîA€Ø¾zðòþéKˆ×g»+ä°è»…8ôë¾ ª£ªk½5Ä‚nŽˆðšö4¸¼%+e */¶)/Í!ð%Êÿ26ÐçÊÏçR„“äË˧¯àrûôbóî5˜·¿@LB|¿~¾äenú-Øå~9!ôY» ñ£ºž0QIù>Kþ2”ǶúÁw¬ä!_ü `ç)ñññ×,Ì!ަfÛ·ï!¯AŒÀsšÌüøÈòìþ}Èß^‡<»uòýÕ{Ê-ðf2îÃD>ÁUSËò×Ôñƒeµéqm9lÛ*öY&"æz2éVõ7)*òª‡ÅÈ[ã'gÆ!ßMÞAÞ=|yrç>䘯gFÆ;Œ!^_Ì ìh¿«½ÌÛ•>^âÊ:Õ€wR–'}^íeDh:„ Ã5<ÿæ<žu‘dœèû‡óSˆÉ H€ùˆÙÓ§ Æ×!·ÿüòÖèäÁßw!?ƒøXÚ^öµøz%øHUFòXïaÅÍ·½fÈ®Ê2¢¬”þ½Ox]Å%½Ì@Âî@=Ü/…ØÙ@--!>_, fÏžBþ¾ròäÆ Ço&¦ûßxqâaúþR´‹õAŒùV?'uO&æí*Ä‚©²5ÂCεÓúòo{ (_s°)an.W¿YC‚Í?ƒZ6†<µüà¯k Ÿ‚¸?‚<¸ù7ä1÷Ç'/ />˜>{‰wqý“âc4œO³Ÿ®E,w§o äf«ª>“U,±Jšs)3å &ØãŠëç·ÏO!V¯L Ï@|\¿ êâ.ä-¨Å;×oü{ÿ¯`ÍŸ¿˜>}Itw¾œ ú£pc¾žà{¬–äìH¹„õ1 s®'“¾4”—;Ý™ŽoãßHàq×°>ø™›]òýlbc 1ñró꟧·þ¿ûòáùSˆ ˜Ëàov—˜Ñw³1‘ïå(§ÑÑÏÆ¡-¹ óÖl®Uknº{5]`ZFd<­  Þgc8¯ð¡ˆÛÉžq7ñ!ð{Ì8ä½z^_On j²ºœ9ßþƒ·Ø“IÝžos<7{u8/kº/“Ø_/ -i/ã:6ä°¾Tñ¹Ùì³\4ñé’È”Gy–â—ræw‹u‡x‡ú¬³ÊçEh¨ÓÕ‹ùF’ÇÊ`&w±?›£iÏ¥*Z~0FòÑØ»y˜øçmyÙþåÙyžB,ã-5a„ -Œ½sºjûÉòþñ=Ë!/î?Y:]e„AŸ–âÈV£…éÊJ¶Ïb‡0q¥'ƒ¸Ü•—7ˆ ØÐi0ÿ"¢YG:׺LÈÿ”C瘰’ ‚®X¿3ƒ¼Øùì.À7sˆóëËÖŽ—ÃÝÃ.® ‘)¯›„Ø/Ê2ºËæ`&k¥KÛêâöGÒstÒ¬<íXvúòP®h¤)/¥¡àG@:•ü")*ꆋ•ÕîŸ,!ßÜ Ÿ^}‚Ü»yâûÍå*6iÌBL«\›v1×I]›ÇYí-ÌŸoÁ ×Jwzµ; 5Ûšœl, –KZr˜–lüKRrªQ¼wðÕP'ïËNö Æ_‚Ü}¹{ý6äà sH˜kÀ„P¸q9#ͪ)‡·ÚÏC­ö²bv&$Â}Ua»N]º§Ì*š`Gêi^µ<¿*ãM1…ú: –lD޹GˆŒ¼ƒ »ëfíð—í3ˆ—•-ÄÏÁùr “×UûK°ððëtʳ¦! ³Ö™Ë]ëɤ­ô -Sæ[y1c%¸/²j¶ÿtW.½·,-(— 7&„û^°·ºíáú62ðv¸‡ãu‹7¯ ßÞ~ºgät'Ê?ð* šrO‚Å¿«R¬† -q6=âèGÊJ„“^‘Q S‰$@Æ­I¨+£¹Y3ý9œžR®K. ûóÿ8zë÷¶®lxîÌÜ™2C iÚ´Á†ÙŽã8Ž™™Q¶e13Ë’™™e’ÅŒ–,³˜É¤ö>ß÷yæ‡ó[Ú:{­œ³÷Zÿ~sïáÿ¼¾}÷oÕ¯2þV›‘÷ÏÌgÏÿ÷î•ó+xñðïÐꢻm?/2iæn§CÌ„„Õ4˜_OçØåÃÃG€€9Øì'î¬÷¡,³¤ íêá -|m -Óü³m||°8I? á=¢¢OƧº$¸CÈhö«ø ¿aLî3vºT ¨]B9Ôž” Þ‘1ÁÖÍnÄÖÒX3AM×M2ò¶×'¹;+s¼ÝÕ)¦eq°Ó6ßßv4OÌŽIà_MÅ+#Õy„´¶Àfw@2½êRô÷H8ˆ#Ÿr(æ¡m3ÔüÝn•u®¿E93Ô¤^žgËfgqkýCù«ÜþÔ)éf¨á‹䲨‹W²·<ˆöË»C²Áþ¼‡V1=Õq¨!Umg‘\lžÄ¾Ù[¦×­óÀÖE^£|¢§X65T+.ßèÉ÷õelrÏ ÈŸÃ}e¡þÂYãþŸ—.ZíI» n ê–Òší¤Ò)ð÷ºô½µ-¢eàl+°×;BT¾z™^¼0@{¾<ÔõF0:Z¹66RÙ…_§õ?ŸçMdMÓØ÷”#ÔTëB_Ëî2»Æ#AûÔ¤Ö ±‹ç×÷ùt^ÝÐ\ÄÔ;q -xÀ¨ŽØìáŠv7P’‘öß$ã„´ÅAJ¬¢äj[Û…iþ`î(‹ùl±‡›4ÊdÞdòïnÓRlk#·jVÙêŸ ù}ëàZt»o)däõ'îMø´T°]NªÙ^Áekþ“Œ0ßȇ¯L ÝM[kÓݺŞVå4>M»H-Ú&'Ï:xš ¿!›š€lŽuå¨Yå6Q<¨ãÐ~ßâp73y15r¸ -Kß]F¿>\aÔ8Å|<0§ËµÒ8z¾¿„ËÚ߸«»âÒ".ý³UZþ7¦9Z…V°2"šmŽs³•süÆíµ!’S:Èó*ؘƒ%H¦‚—ýõár㸙Á>Ý1† ¤¯œPã×°ñûRfÇ–°«C:ÛUº9ÆÍôæ‹Gi¯dóýíòÕIºf}¹µFÌ·°æEtªeú4 ábÌ:ÝùرIywÔ»ÖK"†þ)¿º§Ë)ïÂ{m`_ÇäHúZô·¼ü<"fÀC*&Þ±)r ™ŽuøŸ ÈU)¡2¤¢A"F~GAo*€¼Ó c†ÑcCÿDl‹ßëTÒ¡)¾|g’|°†ÈÜÛ@VZ¡éÔÐÅ «ºÙ!ù»Ôæ˜[Õá[RT¡GNi ©†½›½ì ŒƒqÊY° æwSƒ*Õ·+u/a³çѯwðYGÃÌCàØ]톭÷"V8Í{óÄ<ŸÕUr)^q¢‡XWß©aT|¬˜ *©Ð šòJ) .!£Å¾Â¨«ºÈa5îS°AuO[ÚÇñÊû¸ ½uo ±¿†ÊpŠð%ŽuL¾[Êh3Í1Š­S¼:ŸtVÞî]ôëH0 VË|r|ƒ_Í(›\ÊÇfêáéŠÒàŠk˜ì­áÖ; ºL7ÕòX;ÜzÓ±‚Íqo¢r‚*B}P‰­òKù5¹-¬$TǸ‹›FeqÃðZ"Ž·Øt— -_ç óBT®GŠ«’WÞ±³îžmuOD ƒsAŸâbò+-]kíÏûÚ} -zçÖ -©IÀ¬yh_†—Çô}aõÐTP98â“3`։Ы3 ·íKIö |™¤–£îƒWxÅ]D ‡(ÇF1ÑÓ*®CU¹×›’·&2Ï•¨†˜¾gØ£âµSϽ -4¬îbFÔ=}Qe%$'· - ÙvaGZÜÄáD´(íÈ93ág[Ü.à3ÚJ>çÄ2,Žol¸ ½>}ÿ„WÓÓç›ÝR\¹OAk 똘¸™ -ÿëˆ7“¨qÕ‘!1ªá̯°õ>º0¢&4Ä·˜T¿œÜNôÛã üec²þ°Rq!®Ò6 ~lê¸ïR;¢úîɹ{Ü®$Ö­œ¾ènßúÛ]þôö˜ü3+6ÚwÖjn‡è¦˜‘?7ñ¢Æ.þ‰­gˆ-F˜Ï-”cË—ën.T_‹jIû+„Û4$Å»Ž-ê)ð°ÉŒïógŽm¼a·†Ø$*º±-€·‡·z§EÄ:Ÿœ~ªÃµž5›)° šw0WùÜ¾Øø"ª!´¸Åä&ÃPõ%Mwá׶ɪ_CJD‘_ --=1‘qs÷˜iVºÊɼè–!!§»½«~ ¶Ì+Eá[KY^%®=naõžì÷ :~Ï µð¢sÞøÎÂbù¤˜Òˆ_!ríkMÌc…W¦ô“:+ -ð›WIk˜ºGÃæþš…rK1%ÞÍö$ÿ&è‰c¥ñ¾KÎøý€;æ—Ñ;­SÔêÃIrͱºoäÔÈ$%úú7`©Žè³Ù–Û -nù7Æ–[ÎUR±K€J÷‘™‡‹íì‹-ƒ›°Œ3€ÞñMì2¹§[Üž¨– -y ÌÝûC6€UØò€[R×`Yûó­¯ßYø#1Cï_ʆ6 ޹öÁ5D֩ЉòK80Å:mU|îhœùVÏa† ¨WLkbµÁ-DUúåÄŽšM´K{ɺØ'‡føå°l—°=Õ¹Öä‘¢K÷…Äò­YÔ+·˜MŽ›ûuÚ=:Ø»‰+q¯u$ïÍÔ\w¬ÖÜñ«ÐeÚ±¦{ÖIpZLÕ7šÐ€a%ë“Q} -b­söÚ/C$úÓïIêo¹]×±ØÇ–®·6ãØˆ®;5bO ÐîLëÝ€„ -;Ûê_ô)épû&½É¯ás¼J>Ó-§#€ø85±¨ õÊy‰þ‰žÝ>9¦$¤AWÆ4„ÖSCÏȱ·^x°ØôÈ0ÔxÓµŠÊ91ÐP‰^0Çz\}\GhIÜçs ±eÇ&&ñ•ÍuŠ;2]2xI|wPè)q@Eh³¯×=p‰Z_Eئc+s²Ãà:%䆃u|YÜÜ5ä×Ð`ÀoÁ%Ö]kYø(€5¼8¦…—F´˜ê%RÁ9!­úŽ?±.@ˆ.vK:óÜ -d©G,ò©ù1¡5¾Õ5ÄÝœKÁ&„4lÒ©‰A<5@ÇZdùÎTÉ¥%ìݔ܌+ÇZB[HÅ °ù~i¢× 3ÁJœ/w:_lÍ!RÖ¡iGà×)¶&f¢cÂ|cXßÕ2 ­Å¶»§c;ÜÁð¸ÅíõkhÛ"5¨À×&z¢:ÖÑÙq-‡Ñp¨=3ñ&Îv{Ößî³ûCZbKPMl‰[G AÓÀ¼]Æ{dÄú?vI„¿v ˜¿vɤÿÛãŒüß«ß%¥€{á¯ÏÍv¦_z§äö¼ôsx³ý…w©æÚþHÙEK_Å…ƒñ¦;ÎUDÆ"·òWvÅ“/C+Äšyá­†‰>Õ¢<…ù$MÏ]+e¿þn$u$ð6 !AÞí0» endstream endobj 30 0 obj <>stream -#FR§[‚,pIPù5ª(ªFW†eÈ*»þÆ!à´Úç(UþU|~XH(ñ­ ÓóÈÿð| ™å\h¾»7Uñ£k­ã…_B¬:XÀT7(-Ž \ÉÞ -<}oî]gÔ‡DôÖ’ -qKˆÕ‰Ü;1 -žº&®g^WêÜÄn Ò]""Ë<~ÔÀ¢šƒäWóyQ]wÏ©–Ð|ªçG­ÉaÇ ûä¥}¥3Ù#%5')>—Ñõô…5TpÀë`¢—YhY€%÷A_Ÿß‡Õ˜zÆ¢Æîþ WëW@òþÏðI:_n ó´³Akå‚Ò¾–ó_ÇÍ !Cw¿ÐNþDO!$͵ٙÔRŸG(9\‚§º7ˆµ'†¾©SÀëÅ´|vXÉ€Ĩ’Ã…ŽçA)¹Ñµ†Í_Ää¹?Ùþú?;½ËØù@§!€¸®|wœ¼5Õt?j¢ CÛü‘#ä\Õüg‡?ñÇ.âÏ}îèØ£Q=¢z¥í‘e®ý¾}“}´ŠL‹ªèÐ3¿;¦â£j<¨æOØùJ×Wr~“þåá"¶ -ÀÄ:³â¿ð—€×rfaÐßï°x§V&= ¡ÃD”¦ ®g4¾Õ7ëa«­µ¿îLÔý•>ÍL„½ÓÚ=‹/M=ß‹)9_ïϵ垘ˆð œî\íH°° ¨áPj.!b¦s¢&<6ÑŸäOwc@þE lö™• ¨(ŸŠà¥#b¤cÏlLÆ[ ƒÕàZ§°©ß§Á•omC’·Öv“:… ϺÎü ZtbB7ý¾Ó5Ö1È€¡EÌCâ ¦›RÑÁ5¥=®!µzW:’½rZ;Òöh{–þVÅçĤԖˆWZCåN4Ýð±ØÀ—î-t¾ǤÆ,¸ýUà[ŸˆT´Ø™´·XÓ¶XwskÀáùƇš8ì1ºn{iw”ÿ~·gád‹Åò¶9äÈÞRÓ£ ê«/ë4Ãð—̺¤‹îyhŽO€Ë±¶^7÷V_2vWþ`à•~oâ~å^lyäÛÀ—+ÇÀiµ¯o~<ɽæ’[¼R2¤¤uF”Äï&8}g¶üºk£59ª£â2B'€]ÔšÐ# "*hv\É):Ò÷—êžìÍ4? Ëé˜vpÖ£ ºYp¢ÂTFåø¦€UTbJýÌ:ƒ¬xkëß8Þâ ‡ÔäNŸYèãJ®jgüÜ'ÃÔŸÙ8ý§;4jÔˆnªánYã —¤öÙéªñýïUjÌÓ-ý#Âæ®Þ íOmü±·{¼±˜  -©ÁYû MwMã5×Ã::#ªçòNL ò±‰BðkPàS•þÖFD>¸É±~µ=Ù|Ç)–Z—°eúQF¹O26VöuÅ´l|\A¬ (HMž LN`ƒ”¨uw/"ÞøW°Åq1¥ñ`¼ù–s®ù¾m¢î–Œ›ýµ‚ù©©»òîá*¶D7ÚöÀ6Úqß±Fhp -i Ï&òí½Žßå¢+ÅÝÅW÷g!E§€XõʸhžUh†‚Wzsk¸ù‘z¨õ6½êÑwÎ)d¡sŸ¥e×^P1J¾TЊ¿2ð*«üÁ¿xã\!–Ï3kn¥Ý;÷wFÑÓó! í’:×:³ Û3%?›Fs/z7ÛRw—A¯”ü¢_BRTÓ{@÷D4Ð|ÿfÃçbùÍÝɬóþËÏöÆ«¯GĤ&·ˆÑ±=KJ¬c>Ó0'jÅ/ÁW9Và©ö%h+Ù‡ó {âîê›Ø²û/aÒÎE~¸Œ|³7Ñpëhªú7Ÿ ù¾}¡ê·½¹â›ÇZL{DIz7`¹Q îR|ƒc’ÝB·ÛˆÈÀ] ªŸl¹¿»ËèSÀ_8%„jÛ"<Õ³ŽÌt¯t¾8œo}¡àýj쫸“kƒ€f‰è»z£&.ˆõúÃ%Ø ÛpÃKwÑ·ÁåŽ4×b[º}©é鉉 øÙŒÜ¹;Ýòҵܞ¶3SÓ2]{Ý/Kô•ê™95óG≺T–®¾“-*&Ñÿ×#êLõ¡i~1øUT‰Èó<ê´=ö­B’ý›”ºãÿö®'·‡ä¨û8yo–fž¾˜$–Ü9\!£Ãƾ ŸšŽ<Æï¼BHMŸ˜xýÇæ¾™ÃudÎÁ:¦8¨æñºÞ!¥N3J2´>õ­ ³fšxÖ:2<ÉÞ]hâÞDÅM$LÌ„¬‹êaÅau¢æX¢Æ1¦í  ªe€þz©o¸åØ€—´4˜_Im˜”S[×€WÈ*a^¿ø×î$¶Ñ½ÆGoσ“€¹¿á\§¥Ø¦ à 1±zgªõ¾µ¿îf\ND&zší.T]Sq2?UÐs?³ U_÷­ƒs޾?Qkð7ú¡†+öè ß&ß³‚ͳ/ãræ`Ïg O\‰ûucˆ§¦^Øc!¹ö¦©§å±}–pk. ñéjÙY_ÖAO½«­Ï<+ÍÉg:|Yt]pãS1«:íÔÀby…ÍI'†Æ×1CSúÖLÁuÓhúEÛTõ/!¦üh•¿; Œ_âµ=£1à\íM5Þ\%g~ÚÓøàïjnÁ~®v’qe•~+¢aòØB=¿á'=»ü=»èK!ñå' ˆ›ÿÒ÷¦]âb_£ÔΡ3=˸:¿„Šˆ0Åa 4ë‘>1Pà1›rb`3Þnø«!âz\Ó±ßSbËc€Ïò-·>Ùí/½`Ÿ(¿—Áó|Bhw‘æX†§û6Q9î dž} õæpòL×]yÍ6ÞúÒ-¥‚xÐ20Ç&%ª¦užè8T¿’ ©È'&nwXÇç‰Ym^Mÿ OÙEõŠÈÕA1¦poºáîÎDõÍ€°3-$†¾v,×?Ðð3ΙG -.Ÿ™Iè·ÛüñˆQáw¼ -*àùÎ ðˆ© ¾Ñ'g - ¯Þ*v‰~ŠÍŒè¨ð¸Ž -t((Cä»E¬Ð㨎A?¶ŒéÂ[ü¾¨µk(jé .ÕSà®MX ò=h†G†)ê8 àCz.'¾Å *Xß&:ǵ{e쯹šØë"`ä~-¹ñ/Ã@C†K€Î3ö”\´V^w,¶>ss¿qò¾0õUüp*§ ŽM]}1¶È ðk‚„éžMDa"'ÞZX,Û.G×ßrͳ«9Ùb’Ö0Ù³÷&[n[úª~=œn¾·»„H]b–ÿ@*¸õˆ„?ZB¼±ŽTÿ¨ë©¸`쯽¢ã—_Ðw—_ܯ¿øß¶½%Tæö4ÈAÐ"l¯[ãZïH³MV]Y‚¿ü@„óCXŒn ë¸ T““A§Z&þ Ð,@.Õ{V@O¬Ã–°IX'ÛîoO¶?4ö5_õ -hõ1ÅÀ€o“Ú°3ÑùH€*ü˜ZøèoÜòGÿâòÎ9ç1™’aäë¡ÎÌOwFA¯ÿ0°i!À#›úêoë{*ﺗk_˜‡«®•—·ÆàEÇzbÇÖpÁ¹½Ùòß2p¶}­%Ù)hMÉ)QÀ+zk®‰Y¥¿Æ´LÖ;[Ïܱ†š†¬«Êž]ú;®àñyû<×óºæ+®y™_˜»ó¾v®6Ü?Û¢#:&c–Vüp¨óù·ÿgçNÆôØV ùÁvwé÷*BÖ'rBúÇûCå?ÊpÕ¦ pNÕóËÿà6%_ô -;¬%ƒ÷gšîh¹9_´ÜùHÂH9Óaaã`[@ªrQåï·x½o lú{±Ý¿ zé]oþïu"@O9ÒEuˆhõn!±4¢ ´ìO¶<Ðs Ï«h9_¬ÀžýïbçÊ(içk­EÚÙ£zÖUëTíËs -äõ©‰É:1Ÿ³ÙöJÎHûÌ2Z~#ª'CBZÊ-%7n`ó**8¦§ã5×ÿ0cêO-WÁK‚RXE@ƒìv/F¬ì~_øæ6 ¯]bDQH‹ª9±Ð°~ ­Ó-#7„4¼®} z¬ç²ýðb -Ä·N­q­`²mÍ7ÔÜÚŸ<+Äç2\ÿ|…ž{-¡¹ -\­w žéZ„åú*ùè˜é–ÛF^ãÍu\þ÷Ì»ÿ\F¦_ÿs›Ö–c+çš~s,5?ñmÀ‹¢jhñŸGTzÌ hšXÆÎ"¬ô÷íõc çZª¹w0[øƒs¹îŽ}¹þÞ‰‘N ªÙDש<(c€JãdGƇœÒ'ÿ3Ýþúƒ |úç{c•wN”ø†÷V6ïÌJ£QÊ~ù»Œ›÷üíV#«÷šEuÈr¯œm¬ô-®õ= Ÿ<26^5Ø~{w[4®ÇvFtïw¬ðf[òáxÉÅݱ’‹ÖÑ’ŸƒêŽâˆÛt° -zÐašb»½‚·ûÿ­—Ü•¨ 7R`5±1àUTÃ@¬’«>1sX':&úDËÂÅ´f÷âµc¶îš{®õ~\Ais ¯íÓ°¤À:º $Aæšâ¾­ù‘OhX9¾f“Tiß¤Ô†Ô „_…©ë¡Amkjâˆ:rbê΢SèE‚x ü¦œ[Ÿr¬œÚôÀY÷8E×]z^ÉÈÿFËi¸¦ŸÅdS4 Íø9´Î„š‡êo-¡^|´†KþTËÏýVH}óé&1ý³£é–ä·Fw±ã‰}Yà‘Ò:}$"ÃUDdí¯]ëu E—‹ðôwæîá3—ë“Zl®ã™g Q¢KüB@§JùÎeèËÿÖ `²{vfÚî9Ö°E»ËÄb)»þ¢”ZúµŒRú’Uws•ýí -!ïûÝÙŽÔíɶgJnÉ÷bzñÏ+ØÂë{C ÏÞàž -‹ëhHó|ëSõ`ÉwçÝãpžØp×¾ÜüȹèðMPò[+“ÑS ¶,¤"NŒÜnï&ôõÎDý5)5û-/ï«­‘ú¶ytFw[ÞyÐËÿ²Mµe±ŽõI ®Õ¦j~þýÍ?c•Üü_))Ðت°Œ…7ô·%í7?Š(Èm'z:êÏï™N«pÕ9*?¢Â×”Lœ}‘”ZN/™¨íꂞlÔ^mIû“ñëÿp‹®ýc‹_øÛïF2µ†È -˰1©éDËD‡Õèò€¦³È!4—¨-ùÄÈ ½³ôN‡¤öƒÙÊ›~I[扞 ¾«øŸv¿_{0Nòm{jÚWHå»fhz°?Yw-°Þø<¸ÑöÆ» -ÊÜŸª{,£§|·W&® Î×ß>œëH¾—è;×@ØþÛ7g 'µië~öH©H¿y\±ŽjbÀy -;x®½í´¾ Ë0uÿÏA¢¼3¡ëÃÊμÓFO|¯Oxb¡ N·-j"w:®$¤ÂVÜ`ëôÝ•×í2|jtßµo>Öò®UdæîhÙŽÙÊ_\‹ ÷lƒ¥?º𜰎?<Ž]Ðþ4¸ ÏÎSe@IjÞGD ì¯]ÈÐ0Àq!=ÒÜøÃßmݳ@žOïãm íÏ£*"æl«wúÄÈãŸy‘㫼kˆ7ö9hÒÞ4*Å4Ž|.æVüd™½>Zì“ >[A%öû—ýl†½²/«½«ø†ˆœÐ˜è³'€¥8¼ èØd¿”PçÙ¨ºµ=‘ù­®ïõ›Ô¤ÃRtyÜÈø]º3ÛñôàÍ€eQ%~¬A•º×šï-6ßö­C^:WÑo6YµEÜêŸ×É-G6D3Ðz}‘þÑpãó 4¦üƒ\pãä̼íF`›Ÿ|ÓžùÛç3èü ˜Ú“bKëmÉ–Ñâk"Æ« RÊgMGá_û]c‰þ9¢èp¶ùîÑB냨 -]uf¥S·ô„wöÉE€fG4T@ou<>˜k´?~åÝD•ø¥Ø²Ã5t–¦¯éÚ"çsï -87n ´«‡ -/+ûÞ|i­¸6‡ysiöúÀÙ€ÇĦ!ùÐ×7>Ú›¨þç>ul@7x„­)ÎõÚ{  t$p¢§¹[Bi0á¾wWUs)ÎuXºmªáªe¤þÊ&¥ä»®Ê矌·§œs-€2mó­ÏiuÏ¿sl`š¢jrçþ|ËSËDÃUóxÍOÖ©ŠK~Ió“w[,fTÏeڅ䪒ÒqºÅíû}‡ÛÓZM•¿¨eßm Ö^ñl r½z‹q ú(¬d“€9!ïMÔÞn¸ýá4èáb\ê¿ÕôÜ/ë9ÿwÄq*:[yõw>u. Êß™zÇß™èÄ·FdÍ©Râ\­z`ɹhÍùîÝv×PÈ<¼îQð¸.!±úÌÌ?ÕÓ o4T\El -KÚßÍ—ßö¬7¾x¿Ãôiù}.13uu[éĈ[¼¹k¹#yžþ¯ô·^ ‡r¸+ ¨ˆ-%±O'åˆ%ûl˽£©ª+Gã¥?ÖaE‰{8êáÆ_—I•^ j_Gf;Ö‘Yö5XªSIõ)y!ÑLÇŒÃ1ÓÀ©¥áÌÂézges€GNgl Ð’*l¹[Anò«»èG«È„?I² nY[®j¹¥çvÆêŸ8ËTû½­QÜ‹£~ëÁ¯õp™Ñp°‚Ë=ôàÞbG’m±övLox°I®õJ¨MaPÒ;›è<¿‘ à8¢ÇÕ¹d°lç²8Ñk5¤a¢ƒJ,¬ò[Cƒ%zuš .!$Ý<Þøëî,Ù)¢µn2A[c¤të -ÃÜ…¸##Ö|¿/üJÁ¯¼®¬¹5‰ÉþLÂlxì^%VZ'Z{‹t/6?ß«ºe(ºì\ª¼ub†Eõèª,íh slàÐâ:út‹A>6ÓðaÀ/»åðËtÍuŸ¬#Ó« Ôù6èm1ŸàX;.~ lo±õþîBÕÃ`Þ¹9ð£¯ögÁ)Û‹ÈŒ1Xú»£M÷ŽuL|TÃćTT ·Rhmy êªºü‡%у“ÁuJnMèc=ƒüÎÔ7ý8bÀÿ8×™ûó­÷}’ÄÚ/Î0{éâ+#€ÿŽª¨í11½#¼A¹—PybnÞ…\Ö… œŽÜ[@J¹%çÝ"D>€‡ð¸…A9µ1h§þEô]¬£ubM@Éax6i 1 ±É'…æîÍ6Ý·Ï_ε?LÔîrÎwdlP ®,B‹ö–еk´òRzùeçøMTÏ=–“›#JçþBSöödÉCÛxñ'2.n`³@Éûó•¿,–]Û.»ê4'ÿnÃtù45Ñé Ìò‡ãØâ[gÛý+'æ®Þ¸šÒît&Yû+.«9Ùê’þØc™gÁib(5 ë›9ÙëÛðKIu{s$À§>Ü[@äDÔdHx‹I&ê½ë‰­Ž5d¦S€Êp­ã‹wu–Ë/n—ü(g¦}µ5Xrù`ü (ä@,ÓR^áùƒpJHŽ­93c[Ï,8PÜJAGuVÌÀåÅM]üc#¿ï­u`5Ñ﭅͉›É0¿^4`ªÝZ\•vþjWtÁ# V9ñRréwƒu÷ÿÞ_uçR|ú—Ž©ÆßÜëø"Ã<>o_þó á͹ƒeHjHÆBG”,lD‹­‰е9à fà)½Ó-íálÍrmËØ\§[Rya€¼ßƃ~·²Ø§&#)ªã±ã¦¾©c¿'f¤cƒJT¹{³9ٵْæªbfÛá -±HÂlýiQùËDGöù©¶7ŸŒu¼þr 9åóeLÖwf~Å5RùfwÃý!DÖ×{s¸j¿¸ s´„Êt¬‚že naÈVÖÁ. v¼Ý34ÚCz\}X / j‘5~ ãU’#“n£òìˉû£˜FÓ8¬Â'b¶ù6ãA7Q®EhÊÎ ,YÌ«ý•Óøüóý9hÆá2:Ó6Ý~ß½ÌÙ_€¦Y¦koï¯4=óˆá9@>bu¯¤ý57Îg¿Ûíž;MÔ‹Ôâ‰Ú’tçFg¶[Н³ÌÂS8ý5¢g2ã&6Ë'C—ZÆ+~‘1ò¿Sоï|ö™i¸ä–_A è•·Æao¾9´[@KãïøïZ;= -&âpXæ”ÐÛ|Ðõ½ytQàïD õ˜†q,A’uMUäŒO'!¿0Ž5=@ä]~ùë×3×$ÿaÃÃÒ†ÔýÙ’[Ú¾òŸ™•wþÅ©¼ñs±öé_G¬¯×`BÓÄ-›þÎÊâü±O¥þ¾‹j;”¦ìÎV>Ý]ìxŒ~lf1C:>¬cbãZ&éTÅ þi%cÿÚ'ÀO­ØÎÝyгÃl€­´¶o$¤íb‡õ¼Þ˜¡‹R±þMl ‘5ª< †ä¹íÏ]+Ѐξ§ïmøÉÚ—¨5×pSÇ)º¼7R}Ã5×ñèh‘¾É-¼ibeçK÷&*ïpžîcKw—1ùªAÐmû©5¢çõEµ„– ôÒ'iNñ‰ÀyÀxQ'z&>¦çÒ¢.+¬e`OL\þ‰‰ÍMô­j¿‚/9šÅdΣ^‰»ê¯V¿¸ò÷Ü›ßüm‘yž¿5Ør{{¤ñÆ&5÷)§ôú -§è‡ |ÞO¦ L={‹°”C8õPzTtf¿ÝÁÁÿ8bõŸÙºgâVþh@ONÜ&œnÓ9g6ÞÔ±µo1jæ„\ñ( õÀü>]g]šEç|w¬äQc‰Þí -\ETJ®sÌÃS¶Fª4—ÿ°7×öµInZeUý$뮹RZWÃÄù_Pc**l…GŽ-S ‰{E,Ü™¸ÛïSâ+]bl±WNì8Ýf°~Gû´vÇ&&{œÒÑoIlòHQÅ»sy¦Áú'»Sm©‡Ëí®õöô#!ª`…UùË<)ÿê À‡±Î±I¨tËHA=çV0 v¹Î£ ƒõ£/vÀûgÝÀkŸ”Tã\A¤Ît<Û=Þ[ìÌqˆmÂèBUòù™Æç^QóKóxÖ÷†á¬‹ÛóIª¡êdÝPÍ+¿Zøû³kg‘'n¾íS¡§–¾¹S ulê(ñI+î -(wÿ-À>úèp±1íÕµ/@ç™gÑ%‹òÖ2,þÓÒ3õ×.÷Þ†n ©!YÛSÍ÷|뤪€Ù’s0'Ûk§¶þկϽ†Êµ6^96²N²Tü´7Yýk¢‚i¤åÆö0âIp‘ß¹?ŠHÒ°Ê/ˆh9çFÁ?cWÝø^ví#m>°/¡Šík¸|Ÿ]Öâë‚jBˉ‘Ã;¶ôÌF·ø#aujfÒ<›˜â¨Š†üù­…Aôiظ#1³Õ¹Îmß› çn2~înxõY~!¸ÊiwLC“mÃU?éûr¿¶ŽTý¼¿K¶Nu·Yl™l¼e™i¼u”èo¡&5>ƒ5tOœöICfÑ-§ƒ=’>vX3.<Ûæöµä6`¬ 00ÞDí¨‘ð¶4 -[@å|)çW\Y£ý¸ˆÈùzŸ÷e°îºs “«l¿c@æU\¢KJíŒè˜¤¸¥o>hä÷º¤;€ñ; )GkÈYwñå Û1ôŽ$öÁ¸…Øc_ã•ñ¶Wÿê«yüw1£ì{bÕÓñù¿}`î¯O ˆÑÅ~ "×/A8WÛR·'Ëïjø/¿•’ž²;Rw÷pW$ë.ýAǯøigô𹉺æ•Øpí§FTíÑFÝÝ€QþÀé÷¶ÞÅÿXÙ܈ô2°Z?"gÆõTD ÀL§žoªûÅ! Õº6Í@û^ó›oë^\û„WóêsswÓχ­·œ+ÐŒIøËO§!i_3=«¬öݙևô¢ òîÚkÖYèsEçã­Yb•WÕÃs+ðµ²(  !ãz&ål‹Í=6ã0- -TcšýJty@Eê8Þî[Žlñzuw’³¿Üð8 mT -tcÐ7ÃÐüŸT½àTû"£Æ:ÔqO€Hÿj¬åùWBìë‹ZVÆ9Ç|óÓ˜–„ŽV?eV=úܵHÅÔ½=A x>¤ÂÕ†tèÚã]*Éo·؄ˆìirÑσ//žíô.Å,C¢ˉ~Þû3 ÷œ+à¿ S -h#¸¸»îîâÍ×ÛÓ­)€¶iò\ãâÊÀáRP[­sÈÔ#¶: Äýö¡eg^Tw1BZ=¤§!#[Üž€à65æU1 ~íèÊÑ‹°/ T4,²]B®—w·Ý‚ž›Cdÿ`©ûEÊ)üE7T›z° +›E¾þÎ%—ÆdDÜøî-*%f!‘Âjd“k%Á£Ø¢¸™?1ð'2*qÓ§¡Ã2b­]FyÍ6ñ{þ>’ë÷WU1ˈ ®Öµ³;~$¦Õ\]#–_ÎÕuTiê§øügŸzZ³¼«ˆœí‰òm3•?©zr¾Ÿƒ?üdûâ{!ýÒÎTS’~ºíQo{Æ—ÖAj¹_Ї Ëðµq-´0¤êÌ:4=t­7>ª°­'z:Ö'ÅVÄU„Æ?Í$Ø€ã/›ÿÎÄakI`ÛtŽ™êÛû«È\øÕwËäò«ûÓØô±öû¦þòK*næ·+øä/ú[ïÎ-¹þw9­ø’Y}Yõâ{Ûhí½­Ñ–ôYÀ Qy©Î-„¹ÅàüÃõæ'€¿…‡•¼žœ‚«pvaUÒ¾ ì©c£õePèF+ 4ÚRh6àºÞYùão­ØÖ¸RA²¢¾‡äÄZç**sgöÔ>O,r¹Ü¼Ž)±G mɳè´ïIy?‹€x^¦Ô¼²/Pvç(%–yxRÌhrvlÄ€N,DX øl§ -]%ì­øm‰ž{ël§{Ö-c\"$ c‘ý›ˆ:¯œîZhËóm"*ôÒËSØœ›»‹eû+èë:Å6¹¿ŒÈt ¥{³ðD=¶B—[½Ù×ò`•]õħìî êø½‰µNÖ{¤Úo+‡Ðóxº)äÕ,É£êbî¬Sj×Èu?ö7¦1Ô˜ôñÁdí¯AQ{fD «GgŸvóÜ?Öz*3â[LrÌÈ¡9DÈ;€sÎÍúçεƴ°š -‹8lˤ@H-úÆ4Iòix¼¨•7±±»ý ¤pPEë4/r×hÍ>r¸ .m±ú-£š÷»üÉDï*– -[)H¢N˜W¦Ÿ=C<ø(¤äQ<”êDývÇäÙÞHëõ­þºuýí×§(µß7§]ûç"®ð¶cž!ë*¾ e|eoºv0×ø›_ØúâXMë ©¹xõ$»#÷Ò¿mƒ-E!͜ѯ™”ÄÌó'VvWÜÌ %tÇþ¹l¶«å>³æå7[C…©Þ»ŒÊpÌ㳬£ðdž¾Î[brÓ½åšs‘PaÝ×÷”]° Ú“vf›îïLÕ=t -à9€FN±¯v¦m/¶Ü“vÕþº5H-Sr¯íóí/Žõض Œò®[ÏtdÄ™Ž÷J`9Î ÐÓ¨S’ K~7RÐíð†Ï ¾+q5sÍÏ\«ùk¨ü~xÚ¥âêî:Õ6ÚrSÓUô½ˆœõ5_ðêŸ}¾Íúq«¿åÞ ¶èrùý‹ÛkJ‰HúƱIÛžÝ;ZªûͽYûÀ±ÖðÀ/&×oÏvˆlVwÛºÔñúdo@Ûæù4L¬GË¥ÌôDÏÓö³-Â!ì,§~Õà‘ÿÏÃ_OôœöKaYÎÕÖGûó·£dÍ_îTHÁÅùDìvï:§Ý¹B-?˜D§jX•V‘(¨YŸyæMßX›n뺪ÏùŸòí¹Æg–ñªkÛcu×-cåW§;Ö¨µï÷v›J›©¿†ˆšÙÌ÷6 -½31=¯Ë/¥·„ĴƸŒÙ—r±{“è´ÝAÌK׫ÚÔÛv{ õ™šSú‹ŠWù«ŒUvNÉ«ùa{“å—s1>µÍ¾‰xãØ€gx1x6 ‰5$%»ó˜B«þ&±"éký@]Þ±µÅ-!ÔîΓŽôˆ_×bëbjd¥Wˆ«2 µÞ9šCVëû&€\bŸèHm!9¾úp ñ -À‡›;Ó¸4qâѬúÛ5Ró‰õÌúžšŸ–Q/?ëxüÏqHʇ+¸âo+ôÃÖ@ëcõxGJÕÓŸþ‰|u僘èL­’Wôý"þùGú‘7ßF³¿Ù›kx‘SÁQ]OŸj’º·ˆÌ ÄËÿç qþŸƒÆþs}»…¬+ ™¦Ñ¦Û¤Ò¤Ïp>8Z%€Ou ܱŒÚÞÄT͵§o2ŠoJ¸Y€Ëü*´Éuo›=M×<‹ˆ¬€Xá¡òTI@Bè É­RVÎW3­i§ZðÍ14ϧDWÕĶwþXDMƒÄ Âá$ç·> )HM1=v´}¥åUþ(eç}=~õÍ,òÍóí/¯UŠªxñåëëçÿ5¯xòˆK¯œæ‘€ÓÜ¢ö—!%8·0à‡ë¨—˜X×vóà -öh¹3#$ÇÖyV!©Ú®‚‹³à'Ÿª{koö" -®=ûõà xþùExÎdz ”ÿU2>V/ Iúh¸-õ›¾–—çåìò"nͽԫ_ÿ­5íÚÇGBÞêŽYû–Nú%o¹“gÛDä €QÎå–{vø…z öæî,ݽ‚̰ςž;æZRfê“ö'ªF”LÄÁÀ–»Ô’+ûSH`ü5?‰ ùŸ/ÃÞ|,€½úPˆ~õ‘©«ð¼}¦õ®qºñ.·ýÙC/?q-!s=ëé^ñCOÑ5 øv@Zy7nDÖžl±X§ÖÄ~C:îXϦ%î«Ç´RTIn‰å¾ r¥±¿õ†±»ã¶ˆÑ|g¬-ã“‘–ןwU½øxšý¥†Sþ“w¹3% ÂTÚW GkЯŒ -¨ºÈQ-¡Ù-l)ï*øn“‘ùåÖhíUÏ -"+ªf`}€>ñ+híQu=¢aa›ˆlßfó» äªeÐ# Ô3-S³ÎubuDÅ"FT<šc•T¼xn]Ó9¯é†atswþüp…V£â7ü,f”^Ü ”ÜØm¸ ðÐ5UWÕí‰ö Í84¥«9û›¡Öü«žuR»e¼é–†WÕØz´? zî]¿8ÖR!±ÄžÒÝ‘õ±˜WóèÔLE½Ý&#Ö²$ïØÍtbz ù©"éãitáˆ5à¢òƯmTÿ(¦fA/ûítæå¿/ÁŸ|”@󗸵÷éµ//X'áõ^ ©A?\ö³ˆöüKîîWÚž¤ow¦ûÄ$˜[N…àkŸß`f?üÏ.›Ÿè—}¦g’#JL™KОbê+¿¥df] -¾}VöpSt3 #A<"t™[M³Ï·¥+º+°™ß)9EçtƒÏý*JÄ«MôÈ4ãý.»çÌ $,ûróãý¥¦ÿŸ£³îk3ûÖ>íLÛ‘Ž·Óv:uWÚÒÒ–B‹»» „¸»+$„w÷ Üêó“sžwò„óŸÜ¹³÷^k}¯dïk=::{ò>6ÿs*HlTüµ¤…e¬Û0EkFTé²]´i£·M+©Þ®æÛQ%&ׄ/<'ª{qÒC+¾8&hx° „eÇ>WòW–u¼åÞœn{{ýøôÝÕ-'´tA_ÿdÕÖž·7B‚¯¸™Œ0GüiŽ%::ûŸ%5ªÄøÎù:#ñ}žáö}˜f°§É˜÷atý¶£ãÝžY½ãÅ´M(Û²Öí˜æ­X.òÓK/ 6'žì©}tÌŠIûmÝŠ­ôòª/ ÃR¿cÕ<=®%–ž¥”?ÿNÎ;bï[Ñ…¿Èù¿F…1í,«{ C§üÊjxú“{vIÝùfNÞøÐÇ)»1"(¿·¬¨Œ?ð@J?FX¼O“"],FÖ=„šu'°ãacö\Ò¦Pµ¦Gf¬h‘©Ó1¾Šˆ;î‹;²~b–¿ú6Äíxîg´Þv’ÊÎøY%—B]%·Ü¬”KfRâcÝ%×wlÔ–u µ}Y ~{ä9/o}µ ¯}´®«}¸0TúhCߘ´ë‡çïûÈ­ïýÒ†[¶ceò¡Ý ‚m¸lÓ†(ø4JêØrbÊgbš6Æš[}Ù@,›êo{äbæýj&䞎±Ó_›HjŒ1ó,Ôš #]Wõ´š‰žÆ;ZDÚ/¼Úø“Òæ§'…7¢}ˆ7K*VÛŒŠR§À柙ìÃå¯éØ-«jxÚ––¾aÇT,ÅÖÄŠ _åŠi™Ð(eÇO„È÷a8¦©Ûßaêǰ€È@Ëc¯ áÖ‚Qöe–¯ÜpâªÕÉórXZt‘éfÕßQA³ÏyUw·øº.tñß-N{ºA«6b››ý»ƒþö’‹“?%+zùa„Žþ0Æã®zˆ@TuŸjRÞóÍ0Ùúé>ÚçÞòdRZuÙÇÊ9ãcå][´à*ae¯þ@&_Ýñ±…û\[¨»ôš•ü «âÞ7¢šûÇgÄ¥×ýXÀŠÚZœxó³)åþ‡ýï9–ðS^ÖÕÝŸ•—_Ùru¤}™äŠ6ܸ‘VzÓÏ-»ù%Â<Ú; ÜõáëVõȼ-ä]tpgv¸éá¼—/{ù#,÷Á©1iûX>]Ð3&ûk_º«n B³¢—=ùÆLJ?·nnÍØtÂr—Í­/÷ý´˜ÞÊ?O÷ºcc¦ú8I%ÇêdŒÏÛ³>O ›ÿ™hWx¢§·<ùÃ4÷1ÊêúõÉV5ÆO /~´´¦ý{U}è„æ¬«:’f¤€ÛÛ¦Ø< A27”À¤={Ç»usgò– š¾iCæî{©û#tز_¾j¤T¯hXAQÍ5-<é”’ô½ŸvÖÇ*=7.¬»Ëgï‚ÈëÖÌÓ]-ÏB] Ï4à¤ÓAfÁµ…þæÄظ¾s Úîö# -Ï-è}‡WÞšW6=[µÂs¢jÐËݶa?HG-[ˆ5S -Hâš’ùß%®âŸY¶h?@/êðù#ÂÊ+s1ýy0Šk;ŒPñ98qÍÎhßpöp×Ýd' p“Pòì{tQü/ƒàŒ c’æ{‘PΚƒM^r°@óDÁáƒûi‚#8²H+&L…›W}×#¬¿êo}ºëc°¿Lw+?Œ3I;>bãºX1“‹zlÁª‰\³`¥7Yxm ~!²j¤g(ª'ë¹? ¶¼;a@œôÔÞÛu‚2cñÜ0g —µ¦½ø^ Îzü1€G|¢‘7œ°ìƒðiœ€ø¢À¶¼tÄŠÜdçL ²ÿ»Üeþ8A„nùù‹zÐËðùª¶íi,¥!_Á -’N" -Ÿü2­ÖlºàeZÊi7#ólPXw#$mI˜”öüðªaeÓÍÁ8xÅV¬ÈúÏSá–Q³noKYsÀsWøê?¶é_ ¼áQ6KN©z\™ô÷7“lÑç9¾âã$í¨çwÕ’¾õÙ´²öNh¸5aÊÀhÒ›.F•¸ü?±eÏÙ’´¥kˆŸ3p >~ó£ê'­úw7³þüxOûÝ9âµ›×py¸=ûÇÖ¢ó&\íõqQóÍIië½ðņQ†¾ÖSÊ®ÌÈ;3¶ø²U 2{É‚*Z°RêÖ\lÔÁ8—³áeÂæ­1íiÄ–îx¬í}ÍBªœ–u$èЙ¿tU?<1zû½•XùDZéLâÝ qÐì'g£’¶¤˜ž8Ê)8•Þå_R#Þ~Ç©Š?¥„¦ýá`T_Bd?85ß×ðê“ ˜é­»`\ °Ó~•µÝÿf éÉ·fdÆvÙÕœGÄU'\øv× -5úW˜ù2Bï[!åËʺgS²š«.AÃUtÙÛßúZs~uà‹Ïyر¥ç¼¶\ùï±rò¿>é{Rþ³£‚º{6Fù]J飰ôÛß ë_þl#æü1Ý×rwÕÉX56å®èëÞ|ÁG8ä=/¾.–wkv}°¢UsÇ›Y(qýèÌž!Æacˆ–sgZL÷€·¬½‚7¶nYÛš¼ lNZ2v&o{0å»:dj‘¯ÅýB¾õuÁ’ ´æ§£Â†»óòêø SCŒG€yënDá‘Ó—)¶à0HÃÌIe[JÇ–Yy"!¾FüaaÃ*Þà¶bÏ]¶`«—ÍØª¾l^…J×€÷Ü„–#<‰^µÐ—bâ¢FÐ93LÊ™€<7‹.ªQ™¿GåäU#­vÇAiÞŠ­Éí¹3Êçmúȸu¦yÅŠ(š•¶½øÆÝQ:ê}Lƒ½ ‡a*z?ĦlúÈ7©Õ˪º¦Aæÿê –Ÿ™‘5ÞÙ±! -?é¸I-³Ù_§„ú¯“‚þ¯aíã8ƒ°âÐçõÄ•£~‡fÊ‘OúíIIõµˆŠÙîû¸Íלôê³cüŠsÑ¡¶Gs:Læøtª[z.Müž\üúô¶Ù2§h¸»¬n~<ÕWusøäÄ`Û³îúë -zÝåÔ‡—Žc²_ý2Ý~:Âo¼nÃVý­G”_ ¾8Y1.ÿÖ™¸ú'—sšßž,xyý8(íþñ©žØ8Šî. 7Ü ‰Š/éqɧùu·N(¡¿Û0v¤Ï…Z|ÞÕ°öå¡>ð‘àfBåžSº4\{ÇFNþmBR¿f&ÖÈÑÕϦ”¥3òæ” Qcâ‚ òj7v‹êÖT3ùù·órRÁhª0(f­i@)vZæE+1é·ÙÁ¢ÛÆÚsvÝ œ¨¬2Æ €ä]’¡+Öí¨†µcš¿LÀŸÆ±Í_'høU ¬0Æ0—´¼=´a€åé±)¿Ûù׿eí‰Ë*P⢱fÀ—Ô̺5#»cÍ*À-héMójBñ’•Ó²™³Ãˆ7Ë:LöއƒŸS ‹úÚ3Λ©¯?†Y]KZPê–7ÆuãLâî±uÙÒ‘¼é'v„8ìY%ìm,Fšc YÕ¡‹‡›ve]Yѵ¼Z³"s£f|iŒIÊÖløŠY ìÍá8þ5[÷tÅ´”¼j¥oXcŒ`EæïZÿYàHßG(ØØš«Ýò‡AtÍ…i?g2>EXŒ!:æ DA-;pÕ!ã}˜Åú:Éük‚Nþ4†oÞuã+׌˜ÜõX)È /4o3ÆKNX‘S}uÍ@©œUã -&ú¡¯¬úËóýÏ嘬è`端äü‚š\½î1c|V½iëLŽôU\™”^\P5Åo»ñµpfüb5Í_ClzŒãëW¬˜‚¨új¢¯ýñ‚ñöèlÕ~€‰9ò¹‹Rͺ“ßñò¨ëVJó¢•Þ2ªaW8Ioݽð„i¥,('ç[¸à;z\Ç5#úÈË¿˜’ Ò§Eˆ—!Aû]'½ã¦Qwf„×xMEª¾J/~þšýÛѼM*QófrͲ™µ‰HÎtŠœû›“^ä¹Õ¶<(·§•GžÆÀ×[vBܩᕠ[øÀªó«VLã–½-yN^sc¤«ä¬œrª¿ííwjXæÏ’æø°†\ÙQœü󳋿ŠïÎo ™á®’k!væŸVøÓï(E7Žõßv0ÛnIiÍiO3ªnÍÐh˪º‡Â’s.FÖ/] wÕñ¾~`J{ÞÃÓ”¢ø_ƒdäç"èƒØ¼bìx7 Oú™Uzï$¿øÞ±)QÕC£òi뛫§L¤Âû#TðŽƒW€Ó¼ÜÜóƒÀ×ßR‹ï3àRÎF‡êž*ýng¿ú× oàË,¯ïó…°€U¬9 9£’ú[:\î騙¬|s.ÿÑÅogÀÊ]kÛ›eEÍ­UÝý…áŠ[}­NñʯŸr³RolbP%ñ?"²ÿèjzû%Èf| sùŸClæþ ²íƒWl:Zÿw‘Lýh/x|sÝÇ}žêu|š;ÿgM`ûßfÿ§¤nAS~kÓ‹nëƒæÜÓàJ,jÁÙ *PÒŠ–µãFWúEÿ -aVí¨¼u'£cÙFoŽ aßm8Ø[ΘF´àcúø4,ªºn¥–þ¥€fÿ8ÝÛòtÅJk÷‹›îOõ7ǺÉÍFÈíŸBøç¼7BCÏY(ÕZbÑ‚ƒG^t÷vOèÀeW/×ǧïØpe»Vdáû®aÛ Ëßu¢ŠwÝÔtŒƒÇÅÀ»rÙ™–7ß«;Ó~tâÓì)ºµïc“—,ÔŒ -ñv×KlÚöa«¿D(ˆ/“ìnˆÔ¹l…åõÔÝYуJv|غРðɆƒÞr²à‡>|ëQßùß´îù© ˜F1Á3wB,úš‡†‹1RT Iž1À³˜ò1xÙCm†¿•BãçÕ¬†u»´û¨oÆ’ŽP03€IaÒŸýÙ?+yç'd¯cÏ{ËkÏbñVÕ+§Uøœy+±bÙMÎX˜MóVZýÞ‹ø)ÌíÚ%´¯ºù1Íбlg¶nx)­ûAbÆ„+œ³“k–Ôºýà‘ߺx)Æ«vJSL4,é)K&RyT…É - "_¹­×mlÀ5=ª (ª¿m"äœwÑÊnŒ‰ /¦‡SJzÉè §È?È)œRóôçI}ÑŠ.˜Õó—LØòUµeÍÅB­ú¸ØØû—…ûÛž­jÚ^~ǃ¦nMôÖ_*:žë E”ÐÜß|̺+Ë2À,B¼sÏ:xÕoÖ=¨ÊpËí°¤íáô`çËY96{B†ÉZs’·ä¶9-<{ÍŠªÿ<Íä9ßõ -gÕ ÷§cñ?¯o½`&”U¬23üTC¨¹³nCÕ͈jþžW^0r~õ1óÏŽtÕÅGÄ€§KFtåŒUï…ÿ-jK½«QUïcënNÓž°á@—­:0Q4{/Æ1».{DÎ=ù±6ùî…mó?‹,ñfð˜ÿŒÃkc575".½:.®¾;2„..{qïdãÛç¶F ]_9C"D쪥%5Ò“{ÁJþñ HEnŒq©ÓFjíh?2qÅAk>ÊÍ«bylîŽô”™\yÙɪ»»bÀWëÈÕƒ¸Ê vàѾ -9òº[2‚SÖ,¨üE¾|Ñ! ¬z{ºWüRÙ”­ŸPHÛ#:µ(j`/ˆ¥cÜÒX-Vbsϸ(Í›V -`ÓNìŒPÀ1.&oŒòh*ÀÕÕ’x8Î }œá>ΰùzïyIM«|Ù’ _¼¨§T.ÙÀñø‹¨‚T¸b@&bûù5—'ûªïΩšžºxÅgÂý€'›nJ‹]wÇÎ<Ú¥!öÇè¨-7µý €¬ü× ¸æC¸%{ÙÞ–tô]Rñˆœ\QÁSÞGèÔQü}„ûÖÕ5®ëÅ„ôüV¿™ì‘6ßQ#Á_öÀEìøbÇÞ™µeC”¯ÛqMQMw{X.éèÐ7n!¸ìŸivÿV¬ÆÍ*:ù¿P©§ ¨¬sÛ±ùŒåNà‚Ö¸`á"ç¬|øJ¬–¬ÚÙ E#½aNCÈ‹ #2ØË#±b\M+¢”E 4àÎXìµ1M>oÀ•¬YiͱÓº5ÚÅŸw²¡s.aÒÚKò+$mAœR‰Ûg ìæ`74yI.ز›6\ôÎ15¹H„®:ÏnÊþ9Ô‡+Y6J#2ÀOWÖŸÓC·×ĺ'·äíf­ -8k|ÅI®z˜ˆU/ºì 4¬;Q…+&`Ò²–·:BéÕá -èм è‚„[zë¶“‹Z·Ó[·”Î5 ¸à¢µÎ;˜À Ÿ·3ÎïÚ -10±ÚB>òñÜõ‘ÛöTÈÁ(½ã§C­¸¢‰Ax₎ְ`f·û…À[.Àݰ¤áQŒµEUM ËfHî¦ÜêL´§íÑÐ. 2Øü$,+¸ù~¬áÕ‡pkö^ˆ€Ø ŠæœRሜ˜Ô«?N÷˜>Ít)ßGhÄm?¤pÛב±ãC”ñM;~BĬýá² ™ÿ>Dhß «¶½¸šƒÿ;ƒ®[³a+'‡ ‰nJÇÉÇ¡-»Ø¨ @ô>,þËßÛ.ô‘WIѲ‹Ü¸`åvnŒˆúÇ”Þþ†¤U±}ÕOmø í+lýº› \uñðnAçÓ<}ËÛÍŸ7Ó¢ZJñ‚‰Z5‘jf-Lð¬CÈœs÷ -¦Mì§ôvÒ¢Œ˜‡… vV{l¾j–-øê ´dÓÞOt ìG8‚í£3NQ¡~o’+ZPÚ·CLâÚ 9㦵/èÈÍ“²êcÀÌ´Ú‹ã -DɪG\²*7cܰê$–løÚ%µ}+$ÜkփႛֶÊö'x½Û!*ÐJ cÓ¢ÚØøØ‰-ÃÞf€M\÷³ÐÓlᔾñþn›¹âPÖ:bÍ-Ÿ×u$Æ´_Ú–«åÍœ¦äú‚¡íÕ–3Æ‘1­µË×k#|æÆ˜D½êå×b5,¦ËJ&ø¬9±r7Èë: ‹+#]’~BåM~{Æïófps´K°6Æ£/11“fRÙ’›[Š1غŸÇÚ ‹†í1]e¤×®ÆßáÒæœ\ô„µ1uC¢f>8¢–ó'­͘AΘ„•Ø:Ÿ7¢ —Ìè’ ¾ä±6lÜæ(‡ríuoO³y›ã¼®­énÕö¬Ð´;+PíM²¸k -lÎAªèůÃ*"fq€ùgbÚ®n'ÌånŽ3ðóvrÓæµ:ÂDÏ{È+#4èf×7®ìHšP·Æ¯bìí 5nú˜ýInÏ—ÅnÛ‘_ÀºŸ^q3à;a©{ÆDïœÖákb÷Cßå²÷œ®ƒ‰îáíñnÙ‚uàJ—|¤–µ1~Á‰/_¶u¼~tþ<,u|ˆôyý†y«#¢$çMéø­î!^X}zDŒ*Øá1vü ôšÚz´g=Æ7›dÙ†_ÜãU2jh ¬sõ NìZÉèà Yd7$5/{y¤I#µ"¤`¤Ìì šßÀ–ÿÚÝœ{sIO£îEý;£Òn¬î}'¼`a6O©€¢«ÎÛOÊò÷4?˜7Ãr—lÄÚ% ½eÕÅÅMªyMÆ~RHߎèÉEK¶.LÔ"eÍ:{˜Q+»cTKÑP[gMRNØdP¸†ä(oOWÁ¢¦³i–ÒWŒƒüy[/}Úˆ(\´5¼:Ç÷GhˆÃX~ß xÖ½ŒÎy±xAO©ÞòPÛö¤–m¡yÙIFtäâY+³}É.¤L*9!aÓµ-;¥eÝÃDnøY˜ ¼ì¢µMê…ã16ßö -Gþø‡au'D†-y°U«>:|Ã'ìž7wábV–¥OX0¢í-¸$¢u¯H´jg#2H’¿«áΪ S½`æ ø:'·ñZx ãéa¤K¶3ÑÕ¿d“W<䲃޲lÇ—Ï™¡ikGžC!^—g’â’B’fm½ì1Í0uÜÀkŽ­õص'­|hÔÚÇŸ³õÙ»™ùŒúê?' <Üæ¤H½Ëù{ÑÛ^´[³bQck¶zÊD«ßãQ÷'I°00ç±&샒yÏ~Õ?`œ² J¬²¾Uw_¶Š/Mó ôÖ;8¸Gƒôª Ÿtx'Ô«Ù ‡v'y½Ë#TÈf˜ŽÙ™iw§¤þ½ù^ßö$2o…æÍYeË#,„Ùâ¢fyÉi56g#Ã+#L䢗™2s‘Ûãéþ´Äµ=ÕcY -åË#<^Ô†«\pÓá+Áž¾íX\oÿ0 k~líö(²r/LAïMˆ´[©mÊ€+š³ÚvÂ=Ú¿w7̤ÌÛ(€q&kÖKlÙ™¦Þ/0ÄkA~}”ÇÜî’ïó»w'ð{*fÕ/U0ßcï³ÂU]ò<5‰ó8,‚̪åÔQ;×ÞEyâïåeLK[§5:A@«¸ºÊÍ<ô /šõ~\lÜ ‹ä«.1¨§–¸•ì"—JŽ4 hAr¾4UE_sÐÉ¥+†Þ®]Ÿ¨{ËÏ‚ÍY¸Í…¸Á!,4qrôÜÁŠv ]Uþ†ÜötËÛ'ßô¨×¼ƒÆq½â–A,}Cõ®aY[È î2I‡[uݲbç€9ªõiû°Ufg(9úz9S™‡o#Ü$ÔÀîôÖÒžjÑC™V¶Á×Û˜×ò`_",æ¿§Ù‚£^!;¡< èip‰µž^e“¿¯»dÖJ¯›6¢2m„º µ‹ë^µuÓ^Ûèøû¡Z¹•ʘRQÚçÌ]¨Yµìá3"Bå×h5cˆM¼âý§÷hŽ–üâîQ½Ê$@=”ã1W¼2I󌽗¹ö¬8íA9­8 ÅgϪ¨UË1Öu - Ã2BndUÕà+¶|Ö²‡‡Ÿ³s@ÓF!tT-hš61Ý\ø¢“ÚÓúQ3­: íi³*µ(µP^æèï­öÉûÛíÍv¹žn01Ì}vz/aðÊyêƒÎÙÅ”eµà‘b »è¥¶niˆ˜–X С‹þ«yy˜1£iÈ£sÈGŒæ!§|°e@(Oçs•I4¢ì>¦CzÓοÔ]ÿ¶ñB-ênš1òAËnzi„ˆzH»S<É‘÷ÕÁ”ȸaÐWGÙøÅ¸7â‘}¦>´E.©·÷\ò¾–I[}Â.zå`ßí–©yn¹Ôó ¡6¤Ae¯zøÄ­±~ãfxhlo¦×±3!TìOò%g¹}ïç©Ìÿ¬±dÿ^æ©>Íò‡÷¦X¬0›6çïí™´ t9zhÙ“–nBÄÖMÑRËg<æî$ƒµèA×L›p•+‘x;ÔoßëM{¹ˆ „å·XfÙ[!‡IØþ!ÅøJ„’ÝÆ«ÓÕ4sI?Íð—^o¯%]!7qžIˆê| µ¿Ð.Ž óÊæM݈õàÎ7¤w -,Y§Ra†Èl©dÄ¥hŸÊ)ú4›ÀÖâj[¼¢¾ -ŸLÖw›k†èÎÁþº¶ }±>v\ËùZÃüIIéÉZ÷ j¶Çz‡£6!ů`•:åíºT.ó¢†(ÓœÅ!èŸuÑ\9ÁD‡€éÌ'a5OʈçeÄ?ßeÀOÝ»_v,þRÆñ‚ç?Q€ƒ‰j¶·Á#QWl¸ò½1DÕvS¶ÐºžÁº1UBÖ$ö1†^êeú&}o_a@!G­ -é¸E+± µ*Ù=¯xáCA'âN{FÊJ$mF®a¯8¤Ý›c½ŠÃ)aLcPÈ úæ—ëvhñþx·<ê7Lz4:¦A*)Sñù)jN_i›ü)Û  ¨îmæt%Sš›•ã Ï|bI‰LúÛÄÌhû¨Ë cJÉ(›×Q*Çeäi·Ý§Õñ<:Ü£„›ºóŒ½ì$³l°|¸×\%‘„ZhhÅ=,~›Kf‰ø¦“œl¶`Ä•þôCq>ûtIµâûÛ/ q]+:þâ9à»Ê|Ä,$û†AÜ“ÖKP“v¥ÒcvÕºQ©H> -£‰æK)‚ƒ2"{3 ÞEv/ãÀÆëx¨é*ªcø|K“ìrM•øÏÚÊ_K*¥ßÝŠ¯»z­(.=ô-ì¸$Ž·„-&ùªO"4ñ:Æ ]¿QÁUi=\zÿL=‚9›#ÍváNsÜÓ—è(¤ãáàÐ(!`ÕôÍôöO»Ø0¿QÆÑ¨ÝâÁY…?“D8¯$§O=|Ôx2õ-êûŠå¹¥²o_½#»y¿1îy2îXbóØ…›Mq×ã1q¥µö€–‹¬òR¤¨0ˆ…9c*ZaPEÊq«dpiÁê™­&òÃiÇõò:ṆvÝ…ævÛÙ´TÜ7÷ïU;.)îöÍÂ¸Ç à¸ß.UŘìÜaS&Œü6ŸÁÔg58e:íhÿ <”È×9TÞTk¹‰@ênሾ'pŒûÐ÷WÒ‹†óòð¿de´ü‘—^r]ÑŬ[v0s^̬Wă¶FšhºÙMn%„o6)JÍ'OÏ#}óümgÜåGqßÿñ,îö­’¸—©ä¸[Ï@qç¯ÆegÂOÒðʇJ±®Ö¯éíðq -jN¡tây}Áz‚`%J_~ÚA -ߪ‡ûÎf”vóü 8îmáxNï›Wéä¸Ëñq¿Å®uîFy܃g°¸» ˜cwŸÃ¿­kàŸè±”¹rȬMšsÈ$![?׬î©W%¡¼ZÌÄÅ -ÐÈ/%­ÎŸRK¥'î'“â~¿RwíNc\RíØƒW„¸¿ïwÄ]‹‡Æ%fñŽ%dŽß{E=ù<•q‹U_š3ãî펺xt¿µŸÁ£ö<¦ÑôÏ©lÿ0vìf~õðw ©´©…ⲋzNܾ_÷ð)ðø»,Ú·)üc¿\Êûþ§çqߍ޻ˆŒûãRͱç¯1¿ ÐÆwÆ¡ÑÞ¨ÍàžµK{ÆmBª^3 f ¼94é -€,Ûmé /Å7#G/µÁÇ.7¶Ù~/)—ž|“Î:™U >‘ðyìì_™q÷âq76Ľ˜sìùKÐq -z躌Dºíî‚%¬:i C¿ ¨O¢+çô„JQü¥·±k>ɪUœ½—„=uïòXj.ÿxFÿ›gIˆoþ¼^zìñKø±w±ÇRHqݪ»Ÿ‚=–Ù`?YÐìýJ‰¼ì“Øj<Ú~èÒ˜T½6Ý7bsU=C3rÏj9”5Æn4·›Î”Öôž~ü¢ýÄ_7jŽ]yÐw#¾5îÆ£–¸Go°'¥ÑO¼,”(h²Çr„‘²¡>?ȩճÇu¼†Y PàÒ|ê#.Uù„ÙÊ'‰ -Á´åÇÅuêŸßf3OÆbîxR*ëØ“D\ÜÍ{­q×ï6Ær:.>“w5{üÏ[íßÜ|†>žV¢ü>¯ÅÿwE‹â¶”¯,™s³© VDö¼…\áSö4öóU9ݱ¶hªI‹oCM^ÀëÛ]¿fŠ¿¹ó÷0{üɱ_ÿÌŒûù÷7ÇRó9§Þ¤!O×” ®ŒèY§§“4ÉäfHÏpÎî¬& -f³ ´ñøzˆî|Z燤lÂÉ„ ì·gnûî—'q×5ÇÖõxa%çg,¸ïµ\lzõrüœƒ kHycjb¾WÃ(ÖªT=ƒ!­Û—‰¦j†¿êÁ®Ë/ó¸±Z<~óaa\aïT~ü‡äBÑÉGɸï’3i¿75+®á1²ûêÖ‹q5+jÄç.;)€y;>ia·YäÌ,¹¬'¯WîlgôŽ—£)ö§(’ãï¹SÔ¤>ó4øÃýmß¾ÉÀH+`È.gþVÖ*½X UþÕŽ²\£|¯{Ùžb“Ô^v ÈóŽÎÜ ¦3ÅkBzdµ½R P$ó¶ÒÞôV˜æÒ»â¥3N=x‰>v?[Ç.Þ.‹{šŒ>ö4wáAkÜŸ±õ(—Zí=U ´Ý$2ÜEµ«kÁÙÛ=®E¤ú '#f•ZmBòFêCÓÈÍÊJôa}‡ãLm›é—Ü -áwg¯–Ç]¸Vwû1(îÒ­†¸?ÿ.ŒKx;–S(8QV!ú‘Cм𠊫fM´ºE'¹ÑÔƒ~nU ‚äƒÖv:KÿœÞ-Ç‹×JÁÌhrÜt¯¼IúWcÇÐy Òp%«®ïüíDðw )c%Ü“i•=g²ºovtOi|WæÐ°9jê͹­›ãlÚÎT×ШMŒ×èÜ|±*BfHƒ5d¦ñ%‘$¿Ob¨CqŠ[U­Ã·ò뺯åTÒ¯T1®BhŽ—ítçݚȨ“ ZYƒÛ01H¡sîÖ´‘T2kÁ•DôØÜQ­\ÙÃÏ’õ)*û†ÌõL&KWÞ…ÐlO‹š/%å ÿ¸ù’ôý_w›Ž=y‹>™Z!þ-µfð÷ -ÔÈåÒØ2„æN'ÝVÚ¯£úíjÒ”_0­i~±â@×oŒò8›˜b0˜…u€Ì“6co!ô¹—M豫u0ן…õòïn›WÊ½ÒØ>ð€EÓç:¥.RHoQ,zeC1ýìxæÖ\Ê £FN½I¯DI%CdýL?ÇL–v’| 5mÒË9ym§¡àî ¬ê®¼ŒÂꓸlM‰Bbl² ÷×Î;ȵû#øæƒQLݦ Y´`Ää,š°y~:Ñ!çU˜ŒšV§†Ë²>}•¤×VÉbÑÄÁ»¤è&Õ“=çñ¥©¢>éqÿP†Jªkô* øyë iË' †h˜¼dÖA‡ƒ}>‹~ÈnÑòu†ahoow -‹Ñ÷I´ÝoF:ïdUôžy“Å8‘UÖýÃóTÄÉÄLÔ·©¥Üãï*ºN¥ÕtÿRئü½ç‹ïïa<&{÷˜šÛ¾å§€—]èše'°b’&<=xÕ ?G"‘dw+'0tÉ| šH„R¼x÷Ý—ùô_ÿ¼ZpìâµÒ¸gIÐc¯3?VÔrÿ†€å·8$Ã+»t¨vRCÌŸT‚^,ÛÕóFZÂS€ yõ*)åùа¡Y2àôJíå’a[“H¦¯í)Òø]Eì/hÇ©^´A¸×‘$Ù#¦ÔQÛ¯Ò”kµƒuNÓ(â£öà ì—9*õ_KLá§YÜ@.q‡È&‹¡ËdÑRtÃý•jIoŽ¢¯'kp ?W6lj”)íÃ:€TjªèWyñƒfQkèňgS&jÅœ“_pñPKN6Ô× y¶d'5¯pi«c|Ö´GHõ»ÛôÄ´vóßR>ò¶xHSJé6¥uâ7Û¨¶ÒjhO:7‚ër¤âºlo½¦w‰6E¬Ðר½.ë\¨¯s”Ô±êenøÐmû]Êýi‰wi¬Oë±É{5ºaÄBÕØÓo(…@Ìž@!AàÏÅòjI½è¯´2ê­¢Fö™›Ô«‘!Ýv .¨Æä„{*l¤××–ìØŠ  -_ÑsÁã&1bT×ÕäUŠë}I›[ÙÛ î¼RùÃ"Så€ÐT§î3¶[ûµ­þÁÚ)•¤}E'ïzD¼ƒ`—hÛGmªq BþÅÜòÓaSfj•_Í©´J(Y¦BªÃh*UÚöAi®FÌOwªø•^}/ا“B¦ƒÜ%7iÙ+À¯ûy„ý—õ!Âaïù“²ª›Ií3®pZƒÏž1²#Ön䈖Z:å`'ì=ä€S£u\Wò;.ëD°Ûöá®—®¿cÌH+ é°éóÖÖ–Gnß÷s©ïˆÒW[Ò²¹óÍŒú6j¥5/- ¾AÄEÕ1ʽjZ‰CÞU¥î,—u©² Ís,Vy‹Dµ%` ª»8‚ð•)}ÃéVç‹z3‡eÒ ›²{+ °¯»ù¬%3¡îÃhW÷çpö¨'À– ””ÕÜsKên8û¡ å0R)sÂűµ*ôutBˆ¬Á„Öfä/͵ _ðHÒeA÷©jHp(5„°a¼ §Uìxqõ;<àã(1;ÔøÚÃθèeŸ (M¬!¾ñ1±1ëLÐL'.Œ‹û'ì OKεÊð)& þ¥]NK±ð[æ#<êZ„ Ú›áˆ>ÎódŸgé´!Tͧ¦õC×¹ÀÔEØâ逸gÔ!ãO;{™»ãáÖH·`ÝÏ'oXˆõ¥uÑE¨^p«¢lÆ#“E}]”µ ·æ§æ¬ÄòU©qÅ…,_Ô“f•­Fˆð¯³"ËöÑoí~bÓœƒÒÑÀÞÍ›[“—Ü„† §«é@Uå¥×­ìsêÅ%ö×À©s÷à¦=,Ь“Ù¶á >Î -TÛlýºUx8E§}Zè{?+ ìMr{çÝt°[Áªr+¨¥ã±z8f ¹ŒbIÝ Ð› ìaªRšqæ0ðkFìøüµI®`?ÌâÎkš_‚’ª·³š¦'6ZùßÁndú¢Ž\6’ëfU×c=•×ý ·— Œºy³2ª¢V©ÈÀGÛ6©èC°gøsˆ†ß0µ&-*÷5€GkHê¦?k@èˆ%7¢ý­¹ÿ@‡^Hî® U´ãB•Žâë~B㜓޼êõ}ÔïGè¸XìW®Ø:ßnº`Ùû#¸º}?¡á`”Ô:oÆä¯9éíŸÇi¨¯a2ìó8ºåBWΨ`)“C°—SjtêèâUÔ€/Ÿ3¢‹æ ÈŒ-7¾þÈCzÍ y·¨ïL‹}TÑùlF{5­!—̪9ûndùáѱéý(®qÇ:êkZ}0B…¯¹hm‹Z픓7©@WÎjá©ã²¶§ã2È«ˆ›6a‚šžŽ1»xZG*Xw ÈWœ"Á†\46¼^.º¾kƒ–Žp¨Ÿ&º¾D„ŠOG>S~PÞ¢¶éÕ®›Ž<å°‚Löº Xpb«§"BÄ!¥ût<€£þ|ÎÄhÙ°3;×mXÀ’­³x׋ªÝ÷£küTPìzòOv,ÖÉM zx꘸äöª±%ûsÙ°?J†l¹Hí“C-OÃý ÏÞORØûa -bÅ«7Zxöœ˜²ïEÖõï8Á5®ÚAoV¬wÂdä×(™´íeö];ò0з¾ÞsÃËþ3CDíNQñbYXC.û<Ë^·€ÓgûîN -koøØeW£ýö¨²£Tè¢ppËÿž3‚Ë7=¤æYuË£©¡ª[á¾Ò«QYùÿ‰`Ûÿß ûŸ)†ðp ü0I£|™{?Npz–õM¯§zŠ®„{J¯Î«êã?L`AŸ¸Ã;ãØÇiê׸ª¯ÓL᦭³jA]™U^×Ô>ùÂþ™Àwü{†ÆÚ 2˜óVbõš—Üq0)ÔDÅ®ƒþÐö8“¶ê&4Mài\ùêXÏðb@,žó° ‹.Fû²Ör0JF|'¢?Žâ¡ï=ÈšO£èº/ËB×ÂPÝÍm:7–ûKD°Œ+F\ñí]¡tC‡Èܱ  U¨ô54yZ|n£ÿµoaAvtøª]0#éx¹kF}ð¢*ßû%«ÚÆ~îAÝãjé“ÿŽ3é_ƒÈšu]ÅÅá‚ ›Æº‡;hÖž—Òzàga׬„Æe#øÿö íy°5>xáš±îÙ‚²úájlŽt7‹dÖÇ1bû{?®qÏM¬ß´²”­Ï¦úÛî/©Á¯·˜òÉ¡Öçc=µW ðÌi90kÃÏXצDÅÎö–ÿí«»5{΢•ídäü´¤mIÛqQ@³C¨œ "{a¸íÙ†¾3ùÐËÚ·Ã2çå­\ì¢?ðŒÓÛlÅ×q6ãý¼agú±µ»T᎞±ïÁ×åíÙFzáÍ#‘ÙÁæÌM]sò{70}ß x·n.Nü2Žø1•‡~RÛ{›²ëá06Ýtȼ–±f¬~¾ãiÉÚ§¢·Çèy#ä튔¹ïÁ4¬èÚ^GDU×Ç…%×w­-oöìÀ×ï=¨²ØÿZ׌°ìM;*ÇOjY4ÁòGp­Ÿ#жU¶i‚¤8;3þÁÿ;KeÄÆ¸|ËÅÁ‚]?¼çFÕ®YÚS6lŒ5kgÆ®^°å€d­Y@o4-O>‡IˆÃTí¡T¼çjÉ}Ô ÚÖ™¶ëDþ3Áæ}™fòçõ/— Ðì}/ƒ‹[ȶš±keìZ@™‹Ê¶„e8eÓ†©Üuãkܰ¼ÿ„ñÀ¯£ø†.hèöмòÉ\ÙíyÙ­ÿ]¤°¾N‰kVHö¼ª3ÿÀ‹m;”}ŽtV|Õn8:Šv¼ð’#Ï•¯S Ú¶ ^05Tý2"+OÙóÀš?‡i´/ãèö-sÓ»M3 aJ z»î¥Á>NqÅÿ™¨?L³¸;ayg”‚Øõ"ª?†pm{~\Ó®Ysâ»Sþþ4O¼ì8òÂny²¨<\U6>^?òÑqvfýw…Æß1µ&n;SÂ-ÀW§­ÄŠÇ‡VZÓ®_¼oÇ•EÛÌ 5ÞYT6Ý_Qƒž/k1¹ãâ¶G“ÒŽ'&øý5–‹·í-oFxŒ2Ó~çüµ©…æï:(Àu(iEU{EY}ïÀLùà>ê;ÙšjHœ¨‹Skü?¡ùC€\Ñ7%Ìå_R”\Û45¾Øu ò¼èŠ='8kÝ|±k'ÇŽÒ±f€¤ÌËÛÅxñêHWáÕqqÅåiYíðàn(ù·U%8e[yæüiE§œÖBßühD¦üâýàäý6§oMñHo†@gß;ÈM»lÙ†®#eYQq?"̹îg¦Ÿãfÿ:!ª¼ºcÁU.i: c÷¼anOÙµC³ÖÔmÏ7TÀg+šöd5ïÂ(ñôüpKοƒ\î'/0ÝWv7Ø•z~ª/ùüð)+øàEVï;GÛtËÁ€ý;HAý!tìâ›ÿÏ£×Ïþ@TÌ)Î 4Þ]Ów-„únH1aUÙé)¹M [cu÷ϲç't,iÛ’&¥å·¶­ÍÉûÿŸ£·|k3m×¾ß÷yÖ-sOÛig¦2u£B[h‹»»&’âîB𥥴@‹k€ˆ $¸‡$Ä©ÌÌZk{ÿ÷Ì|`ë‡Bä:cß÷ß%ç¡©­ó/Õ×­pÁjUpµ¹Ã½üFr´öJôß[Âæ#-¾Ð8‹Øª¸o™ÆÆc{ù´]ÐŒi|Š[F­ôÊèœ^š¼5 ‰µNÃéÞäŸÓ¾*»°Ù‡~dà˜FII›=ÕaŽInñþ5Ñ<Žë0üîþ(öéÒ;Ä-EsùÙÍ÷ø§~©oÀF¹$äL·Œ’w0AÈ:–ãóŽ•ð耓¼;AˆY{¸sàÞyzñþ0èÓ~èuUSÒ£ä‡ÿ -â¾ñ…îW²Êå}ðÇ윟üs ÈG­üx\äQÔÄï•ßYy•óóJ[ÞéÝ~ü³å>FÒÒ›ê›#¤¸ÝLÔÞHMâþ&zýxµ ry©³âe„™¹úó¤ñüŸÕÉßÈø¿^\6ö—ßvÎâÓÌbBâLKѵ>|ÒÁМ÷BÂÂ˼³ íIß+j“¾×6dÿ²ß{èŸ'¤®‚1ÁHü¦-ÿJp‘Y½Ü[~k˜šôõ4'ã»yaúw}اÿÙy½ç“óÌÀS÷GqqÆb®e’±M“ò'ؑ߉Ø÷T7Dü°Þ•ý«KAÊ´IX¥ë½¤¬ÝÞšÄ?—kÙA—`—£÷EÀosïn¾/º¸ÔY~Á5£Ò¿H†ºT$¨[A,<6P!A5©`»¯$l¥«èwŸ†Gí™îS‡2 =ß5OÎXïο蒓sìRjŽMLJ¶ŠM£a궤S3ô¸ÿ¨YKï0á‹í—Ô/ÊS4•Ÿ3t¯oõ#wÈÑ»ý¤UCÁéµnøÓ>Ê:‹Úê/½¶Ø‘úÓB[ÚOÛN1>áP&Ä8§ÙEÛ}5÷m"zºmš0x`(»íÃbv!aóõ?ÎÕýf—°!ëïá÷·û‘ŒÃÈG¶éšgûC°»ÛÝU·¶ú 1ƒ¬Ü3=˜ø¯7ºQ‘öiv¡UDËØ@=RÔçœS¢¿Þí^Yé%„pJΣ’nþ¿bVÙuÿ,·Ü.B>Õwdž‘7Ä}?Ëÿ^Õ\zù`ŠW~¨mäY§h™¶ij¦sб2Ò‚v‰y¸æé,?îÛ1zÄ?5-ÙgÀºG'ÐÑÊ–ŒÆ1Q@¯3Í#•wÔ©g׺òîî@¯÷”]Y~}T¾ê´L¼jXì FhZБ«oÏ‚rB¶wg‡Ü7t•^ïÁÇÿðûÓG}ƒ0šc5‹|>Ûôäì(9쇽içœ3¡çUÉ©Œ¼kÿ5לûÀ¯eÂ,ÓèèqFâ·ÔÔë_Ñ’¯ÿkóoc x -µ`} K¼øÕr7,ê Èî~.g¤ðæJgÒYiíóoHþ­~‘ú³IDË Š~Q¶U…•Í¿ŒUáÁ"¶ºSÏŽÓ|%¤ý0ÍO;µ;‚ŒqHpéÚöü«~5½Ò¯ùoñdè¿y¤ü©}·ð*ãÜ;é¬[A)Ú©z¾ü&ç7ÓHÕƒýAt„q¸&Ò1IÝ›Â&÷Ò~h(|ü_ —³ì\ñú‡’ëï!7¶Á:ÛDÕÑöÙ ßø|Ë *Zјqfém¶Ùì£e:øóýÐ>…ú—Å¿«šrÎ.qH~àgª·åfø™?ø¬Okµv1,v8÷’iúdoòØ9OôȪþÜä2¤$.äñw‹Pi'Û¯~CS»]B)Ø,¼$«ý®³òÖ7ò挛~= /,ûf± åWr%»Â={èQP‹¿¸æ ÉÛýÕ­Ñ_w£oüŸ>ÌãoVqq¯¨YßNóʯîÓ’6 ‘«½ˆ;²¦âKÒúü³2aþOKm—÷ƨ ò6è USÞ9»˜œ¹?HŽ7 ž»g1± 6#-cˆGÀwo-¶ž=Ι¡g™Çk"—»ÒNi›£¾Vðÿ³XŸ} -üMÜbuÄbìWºðÇ fË·>Àî^\e$|û¢êÉ×í{ÿs3~\îEÞŸ¨+¸4-(¸¸9€Ž\|UvEZ›~Úð*÷‚ªµðü(#ù›wˆèª›°á“£œ¸S[ï+Â&0ɶqbš}ŠY`žÀgX§a1;¥WA–‹Þ ÅŽÓs/mõ R¼€¥·ú*îm¿/½m®³ŽTÝ—Õ&?NŠü&Ôo›ï!÷Öß_ÄÆÿÜ|òýbcòÏN"òXE/õÉYë½ØçšFÈÇX{½‹˜l›¨‰·NV>Òwä]2t\ÛíC€gäëë­³”ÜÝlÄN5Á2€ŽpŒ—^7ö]Ûè)¾²ô¦üŽEÄFYf„5êWUWÖ߇r&=¹³ú’—ÿƒ¾zE×^rS÷²à’æUÑ ›˜QiŸ¡äoô@®­½+»³ñ®*r½«âÖÚ›üó¦ÁÐþiEtmy¿®wýòZ’¬©äâ?ý4Ðñ‡ Ç‡1Q»5O­€- =;]˜˜ŸŒc„ Ë45k˜žqª¡àÞÿé©zúÏiZâ·* +=°§;“ô‚è¸sÜÂëÿ7¨aœs´"Ã;hø,/ñ© õ'¹ ç”B~Ê##òÊýÐMIºy eV˜¦˜¹ŠÚ¬3":ÈøœèïT͉ßJ‘_Y&Êb¿l°‰11Ù-gW­wWÜ]ï*¾»ÙUöÀø¡"hþSý˼««ïrÎýµÇa¹U¤òåî²+ÖTBp¡­#¨{Ñòe]XçÓâsDEÈ'›ãˆ'n-v´Ú>äQ2 f&Æ.FƹæÐév : 0 "<¦‡ðäkmgù#/àG׳(T·^%£Ì1OLù{Öá$&~½§ôŽúEîîˆè}‚²sòfäãƒAåæþ¹îMá¹!ZìW¤èÉòN¯½E=Üf$O†žÃâeò©êÈvPÛ;pºŽŒKÒ†ç?éÛ³O: -^~ ¹²=‚Qµ—ÝÜè«y¶Õ‡¸»ÒQpvµ­øüþ{ä=ë$>^û&ÿÒ$=ê«ÕW°Çö)n±ª¥àÔ«Òß'¸¹¿¶VÅü0€‹9·üöhsŒ7ÈÏùeœûÛî()UݽÛ|ö®ê'ÿ5LŠù×$5î_ê†ü³†n^FCuÒ÷/Ï~°M3à>1¬XÀ¨'úWùWÞäþb,½j£cµo‘·ë #þ¡yvæ\|]x}ç=È?=…Õõ)§ß‚×~öãJäv'öÙ·ã䤟Í}¤„õŽò«æþâkŽ HøVwÚCGüUecâϦÐL«~R>¿8ü»züE¯” -wΑ ]3è8ç*ú` ý¬U–¦3ÿ’¬­ð×W˜Ì‹Ã”´K.+@¶|*2(£»fh%ë݈gÓ¬”o¦ÈYû“Lˆ®£ê®®¥ô¢á%亲1ïüÊ›â~‡œbÞBkÑEp¬/{¤Lˆi˜¿ÜQ|Qß–yÊЖúƒ¢þÙ׋mé§wÛìM’š*žÿ»öô§Ý¡šDŸŠVt>iáeá-YCêåå·€SzO~Íþ$-{”•ùc%íÍKXäF7:bo¾ô.m)¿×Šú¶ ý›WÍAl £žŠ¸§F1߯wÝ´ ÂY†àLÕ‘-ˆèï§Ë¬Jq{„¯l(¾ oÈ¿£ë,ÚøPn/ø¸@¬ø²Æ&ìŒbíólÐÄ3½°ðNã£þµÔœý›®)û²¾5çw›¨ôá[ Ìæ2~R˜}nO„N7KÉ¡™,þz…K…I0‹ªˆQÑÞ -äãfC»KÅDíOUG»ÔÒ?6Ü#µò`¶2â@ ‰Ü̺¹ñ¾èŠGI‡uµ‡„š <2ßšÅ"¦¤…ÎÑøTB¢WÊ.Ù:mw¨:|µ»âúfM˜i„”h›"·'i»¸˜•wð»‹+{#ØgvÀõ¦)|ÌrWé%ãxø¡¾µ3ÄÖ;}Ø'ŠæŒŸ͉?ïõ#Ãí"jVP.ÀíN“³%-yçÖûqÉ{“ÌlY]ÁSôÄo¦I? ‘#¿§FüCÆKùq¯ëóJg9gBûYÅœòͤ(3`ÀOuo`7^Wþn&'˜€Ñé{IÏ”/©ñóM¨úøÝÍ^ä=ó(!nc€“®~]}w¹ýܯhšg æ1l´}’³ -»Ð᛽åWÖzŠ®.¿Üß~r0ÍC-÷Ò_€uéE>þjómù••7e7Ô/ ·7>`¢7F‰É}Ìl ©gbR–¶%õ}{â÷ë]9¿ZbOûrnÙ&©5Ÿ¬ê­yÒŽŒÿ~NXú蓾åsŸ±ö¦à·å—yg6»!—×{*o/vWÝ·A/W¦ÜùGuÒÕSÇjZYPI)pΣ¶ßçÞœ¢E~ß»öÏyÖÓ¯M"tô‹š¤såÏ~ÿÇ|SÑÝc5æ•ßsOÝsM•ÜSÖÇþ4†}ø_äwÊ8U«½¨{k=ˆ‡–)B`çû41×1GÈu«ïÞîÁ%}ý¦&é¬î5òÞ ;ãÂÊØã*yg°*Ù'#•…f¸ËyÕ¦ItŒ¦#÷ÌÖ0:r³¿:j» <™”0SŸ}v‚“ôãò»¢›ŽÐ¹•rš¦vyñ]õCË 1ÛÔ_z}¥#ë—¥¶‚_×»J.˜Æ«yT ï+ÙHCWÅ5û9'š“®©¥Øfð –áâÛ+¯â.¯¼Î¼f&&[%ŒÂùºÊ #ļïwz±©këj.Ö*B'éZ“®i^æ?6ôTÞ]®Ž÷hùœ­‰:ôâ[ø]‡œPp²Î&ý±Ååþ±Éa¬RÑN¾ÀЛu^Û™pÊ8‰Œ™kÉT½Î s¨)Un-ƒâ×áÑŸV˜”C¶?t ¯è’[MÈÚª‰4£¬Ó´ ¯Š‹8˜¢¦8%”ŒƒI q#ˆÞ9bª_Æ(±ÎpŠvFhñ^™k%'.½ª¸´ö®òÊæäšº-ñ´¦!áŒmã W:á··Þ!düj§„”v0޲Lbu/óß…?Øè‡\7Mà’¬R>LÙZzNÑPø«¡zk§ñÐ<@ˆuŽ3‹ìÄ\CgÉ-}Gñ%×5ß.¡çGñÏwÇ0Qº.X˜²½òÎêÛê‡A¥¿;É.\~GßiBlŒ - -¶†ˆÏ¶ÚóÝúPqÛüÉ6MNö©XûcðGûè—¤‰¾ÖMÏ]î@^“×çÿ2ÉŒùqŽ—øƒOÚ@²Êš¨Ë´ImñiÛ85Ýr©WE/9˜­‰V4ÿ6_[~^V_ò›qŠ”nž#¦ÇQÀ›ieG Í ‡J>ÆÐU~¿óÃ/íÌz,Ì1τ階B{zV?0M2мŠõιZäZ76RÞ^}_ü~ý)çkY daZ¹q¬ìæÎpÁ­ÁÒ'àó>3 TÝwÍÔįöAÃEüœ3 ?A®­ò+ÈÛ½Ù¿/4>ûeíUÚÕ­Ð'Û ÷3˜¤ÐÞ»ýŒäÄõÅ=r2 ¢;%ø$mGöùaJÄwSÜ´_e-…—•m°û’–ʛЄ«ßŒr“®ØÌõ7——Zÿ®íßt͹çVޕݰK)ŵùWrîþ8Yw¿¶N3^m…†¯÷d_^|™uz©³ìÒF?êáúîy'9þôKDø·V!Å-fzg É“ð˜Íþ’'–‰ŠH¬&Ö£"fkÞ"¢Àþb‘3ü -LšO†Î=Z  Ž–Øã9Uùz}‚‘óÃÁ4³j†’¶3‰‹^뫼7ÆŒ¿0ÈHºz Ædé” žÝ°6Z8ÌM:kœFü±WÛôi‹K7MÃãdÍIg^g^7OBŸû4Ø C?<‘tû?|HÄãæ^À4­':tGŒ]é/º²ø¾ðÖú(È‘3Ì|P—÷-ôtç<§Ü.ç¶ñÖBŠuá“`¬"Tôò»ìKkïó¯¬uC¯9çY¥¦)Zözêžq÷ÔàWršgŽ”nZcxSr]ÌNúfã-,êHÓ,´IˆÉ–qÜsë)Iß¹u0IÎrÌÓKìVQhý«òó{䇘[¶ù¶úºôw]KúÏó¼Øozk"þ-«ÍúÕ1Ã(Þ¡¥¯u£Ã ’[Í„:e”›è‘bÓ[&ZƉ±6‘¦ï¡Fí ‘’‚jÊ##ç/0`A5ažÀDïBnšG«îÙDÄ”ý FV1ýÇС–)z¦i´æ±ivÇ/ç¡öAöÖ¾)»:FNüWÆ,;˜¥æí‚ï`R×ûª£;à÷WÞÀÃ]²ÐõGt„;»„ óh„ôÐop¨K}¨‡À×ïyæxÈ#]ƒàh©Ž¼D‡¹ä¨ÄÝ¡’Û;½e×*>Ñ6ÏBO ²/Y&Ii¶yÜ6G-q+˜`-qÉÊ—Y÷¤-ñ×ô]iZB¹_M(Z{Wt}§žêS°ñn·Ú)ç!Z^Ñ[uÿ-6ö[1?ÿ¢yš[º=„‰Ð¶^š¯Ï<¿ú¶ü.È“…^ j™!gŠ›ó.JÛ ÃRnÕÎ >jçCÅ5m[Î3æç¥WÙWŽ´¤òÃe±;-(¼t0C-²Iq)ÆaXìN_q$à…¨Õ÷•·¤M™¿.t•F†©êaf\ª-¼¿-bCŠ:œCÂ*Ù|,¢'ý2N‹9㔲ø^æjwMØÎHõ“¥7y¿ŒÁÃw†UÍ)?ê;2ÎìT=ð©ø§š1ÍÐ3sÜŠíšÀßû£Ð{Úö”Ÿdõ©ßÉ„ _U'.4 -Í¡ycFž[ÌÌ· àž:E´|Ÿ‚ƒ°L“Ó–ÞÂn.¾,9ož ålST-…?¯wUÞýõpíuÕãÅU÷w{Q]bFÑþ>nçân`‹9˜ÅÄX§Lcð‡v5}rRv@΂8%\ˆôäš®½ü¡wŽQâœÁ'4 ³ü½¯-æ™qéž§æÛ¦‰I;@Ï%ü̼r<4ß]ÚTøëâ«¢_M5»cÈË=Ð[Ú¶Âk~«ro‚œ²=FŒÍßt+é%¦1ð}Pœ3äl×j™”[¦yå~̳•÷øgik½SÖÖÐ4 >oÖÖúÕÄ<ÓìáV/ä¦iš\°:ÍC~–ÝáæŸwJøHË8%Ó:†OrNRLã˜xãDM¤yçÕÔQWI9 ¯OVº1qºNxüÖûŠø ²&ûÓ:©2 'B4oŠ/¬¾«zæS4ð$|¬]A+9\fTÛ¤5ÉÆÑòp÷,*ë0ô ä¹ ›ôƒMB¯ø¸ÙÜé[àâ= -FÉöòé”àù¹iþ“_M£…aÿ»ÃãžØx»\°½ZÁ¿À'Øåì2ã,5}kýtõ=äFh/¬íqZÚBæþî¯ÜJl¨ß=:Ö!#¤Y¦ /Ëî' ©9¿Ú®hbnOpJÆùåg•ÄÈ­ÉzØÞ(3%ò°m·Ú[fšAÅÙ•ÄœÀZýKßrm¦«"\Þ¹ŽkoÍ>^ã AkviˆÅw¶†awœ&Ò©­ãmâÌ³ä ›†^Xá³öÆ©I;Cä8Ë$5 ô|9ÈAE e{€y´LHh¾óþ8:b üzÛ=]~Ç+AFºç©n™e122F©×ÀÅÚ”ä›k-¿¹ó!ç·ýaø}·¸ã‘¶ -ÓµÈÕ>jòö-Ç,!eì‹0϶> ïn~¨¸©lÎ=«hHÿÉr]@#$íMP³—ÞÁ¯kÛ˦¦þÔ‡OúÙðf› &+J.JX9?l½­¼s¢©çYç°k}yWö'‘ÏwG÷C¸è­bÊò‡šˆù†ÜSnX¬enöU…¯½É:½ÐžsÎ4ŽwˆÑQ^9)Ë-gU˜ÄÌÂ]3Ó<׈·Ê¹•¦)dÄFÙI]êOóM)—¶1Î9FõñRÏ*Á&Û@-Y§È)ʦÂsʆÄï÷ËoíW?^î)¿åU‘‹ƒzÉ%g#ÜòÚŸ–OØ€ÞÕ4gžÒ4æý¬jH=µÖ™q1 Ådø•u„•^üSyKþ)ðùî»çI™cÈÛ*föp õÈ6KI·Îñ+o0Ï^VÇÿÇ&&g}ýšç¾C¢m—³Ù_|}«?ç¼y²*âdEÈs|±'ª -?#ã-3È„‘Òp›¸&åX/~ÞvZd„|UGù%Ó8%Ç¥`"¯V9Õ´2ã6Ñ>KÊ í³¼ÀcÌq©£œâ‹ÒFHœGÆ'ì ×<]zSøÛúÈ­}ìS^ûq•G¾Ô}¸ÜÔ¶;EI?\ké4M3Ê—ßÁn+3N·_üç$%úû÷U•æ7;²z®´µâÒÊ{ÔS0’–Kõj¸T†Kö¨¸h3Ð ›ŒV44ÔïM1rÏ/Ók>­sèŸ7^øœ¿OÂ.YãlL´á×…Å»cÌÌÃE{BÀPßðq«uøÓn›È¿Êç[Ô¢Ý)Z†}¾Yà5¶½ƒ-1Ї«ä -£‘°;†Hòèã­ÚÆ= v§0»úåëÀVÓ«ãZ¡0‰[ÛÈu©Cû51ËÌÓð'»£%×âê§£4 eWYgðñ€ã³}àÿ³¸ËTuäJoÁ­¥Î¬ë{P@öÇ}ÙhxáÕ²ªœ2zQh_K`–Ý!ø“•7åw«SÍ“ˆqöMëÎü›V£¸»3FK^íFÞ^hÍ9=ÃHøZÊK>âsš„»¢ìÒ  {y“¶9ÄL2ŽÒÄhysÆÏï‘ÿ¡ääübÂDyeÔüqBôÖ(=Û.­E/Q·e}ºý¯·èÿR5=ÿîp™K¶ªĵAìSãHM¤CBÉöô`ᘭx¤“öÛæ`ñm—hª‰¹9FŠÙÅ<Ý#eÇÉ%¹èó:—Ô±q–±êhm[Æ/› wA>Ù°â÷•®ªp¯Œ e2¯’œ»;\öléuÚÅõî«V ««ƒ¬¬Zâwó‚ô_\S´<ç.æ`°ò±}ž`CÅÍÕåý¬}½dÌ¥ÿ€ŽU5^2W=Ý/»c„Ý·Š0É;#Ø8õkèÙÆ‚_Ì€}M3´Ü•Þ²kK]¥×–ÞV<ج|êšÇëY„ãU¡Ð -ôskçP¾¨s*8Õ>%±À« æm BîÙdÕ‰Æ)D¤e¦&îHÏB­õÃnïNb‚˺GC­pÎaÒŒCåako .ë;ó.LÓòüÚFþÁ,£LÖTxÖ4ŽwËh%n&ùË -:. aC÷„îÍ0J|+-o6'hÙ‹=¸ÈõARârOÅ#Û4!/¨²=º¦æÕ zîÚ!Ö£Ò=:võÖü‰i Áe¸U Hp‘Qñq]Xw¸Üز2É“òi3Ô”"¯ŒœëœÇ$8$¡ÙK´b§¦¹ñ@ÑÕkè£&.½GÞ¼ÿsÛÔÉFm“èÔñº€çÕÓQ¾%ñp™Ï94¼x¥|‰ ²ÏÛ夲¿Lu¯>nÕ6WÙ,»›kSQJÜzãpµáÅÉzû ÏÀ£ú–™ÕW—ÛÞý}Ï›¢žà”‘3=2L¼K‚ޱN¢ã@ž³LT>pˆ‰‡šzÚÁ4!nc~Gþ2㜲)ö{cOÕí# Ÿ–XX7È^ï7³Ì3¼2õ«¢ß‡‰ÿT5Æüh­Žu(;Ú7fÛ¨;ÓM¨ý)Aéþ'gµ <Ø5s¸ÔøÂ¿ÒÔ¶#æ•oŠ)tá-ìÎÎ ü¹]B.w–>˜%¤ø8øÏí¡½t=jÔ/ß® TîM!R2l²CN)qª¹¨Í1l¢GM.=^å1<*Fe@ÍF-p°`­`. §æ) >Ó6ƒK?^᱿l×·}\­oZÆ%ÈZËï8dÕ© þÂ}6pÉ^¾È)G$œ¬1ÐR\æþPù­õ×Å—Cˆ§êÔ2  8Ç›Â:“—¶ðî^hí<Ùì˜übjxëÔ…ö¤9•\ õ<<ðeOI-8ÔqQnn³ LSÌûªkªV诊¦ò ²ú‹koá¡ûIå¡9éøÓ#kŠ‘½ø¦ðüœ0ú+eSÒà+»ƒ¥w“UÌaæ1AS þ¬~¼?RxÑ=[ ê%û¼¾'唼#õ·õþʧniÃ2S Û§&ÚÄÜû<â³]Ï'ÄDOò¢¿íÇßþú`¢&-¸Ð(pª{“œ\+ø]«g꯼ë›Ã§,w¥_Ô¶&ýì˜E'Øå\„¤­êöâ[tT@Á…MFëéH¿–”çP`ßeŸ5t¦ž Ý÷\j¬sÈëI1.ù`ªâIPÍ:^à¢}&Ü«¤—¯t—ßscOûµÄR§†^j–“œóÄ,×<)ݯbV¹»”˜f™%$ZÄÌb¯ºµioýdw¨âÎ\cæµ\䯮YxêkµüÃ…:8¶åkCèg9Ÿì” °–)ô³íþ¬K£Ôû?ŽÓ#ÎZEhÀxmÍkôíkä5íëêëR>jc°ò`¼;;}¹·ßg^rÍc2‚ \òñRK‡yš”±3;\©k8Y¯oñk¿ -Ÿež(½·ÕŸ~Î>GLï‡ò-´´Ø”õ´í VžCÖ±Î5rN¥_ËFHk¬RT¬uŽœáT±«BÏÔXÄø¯š s*˜0·””u¤%•œè©¸}1²ÜCyœž}´Öܵ;KÌ]€†-u]ßx¹ïÕP!¡sÄ&¹³1ÁÉ]âÅMÔ­ J™¼³$rñ-,|é]ÉM‹ë“c³ÿÚ©mv}6JëÐ&)¯"`hjq«Ù0§’’oœBEîM ¹5Ô²µu›ßïÍÐ -TÈ[ÆinÕÇõÆÿm¬{õy™VížFìõ$žÑ6¦]Z¨N>P75¨?d-%W?­ ÿ×ÒÔÿyƒW÷e‰Fðɪ2í“vÇ‹nx \Vhþöú8.wª)ã짽Ʒ쵎Úà4¸e¨´ÝAØ·šƒt+ùÕöy^¥UÂ,Ü%Åo Ñ6C{; -âúj—²žhWr«6FQW{a×wGˆÑ³œâRüj7î‰w¯’ ;4ðÀ£ -퀳ÌãÄXÇ §Ð,ÂÇìÀB9êmªâŽS†ŠñjBëÈ©rϲ+#Ș풻Öit¢[Á­Ú쯾gž"Ä[€/½…=²ŒÖÄÖqñ µ,»œV´1€7N’âÖ‡*n^evNab\3¸¤€ŒZx¬­%Á;gÈîYjîÇ%Ý*©ynyB†Žó¨‰ÙN©ðp‘‰ýíbÃló¨w¡¹É³ÐÔàQÔbü6Â4{`• "ÍSÈÀÆ9ÇËœMJÍõ©éeŸ—9àã’Ý’šóôGJìM‡”u¿¦£s}iœb…¼Ô.a»ÄÕ1vPã°Ç[½å75BƧՖÎÀ‚a›'§ƒ^,sIi…S¨hû "ôX޼5çöJwéí}Û-26b d<ë 1×#µb` >¯ò9> ƒ°1K¶LAyԤ£զ—ÞÅæ¦ÀB'¸ÊÐÈx³¨4ìË‹бð.9a“±!Û"z‘SÓú¦hẂj—œQj™®I´ÎÖ$øuÌ*àAL¯šZjŸÅ'ûU¡çÚê< -B¦i²òñRWêo+=Ð[%øq½ùµwUÈ›|Qô‹òà;…àÕ é>-ðf%y äU[\”U÷ªke¦9òñ‘öÕÒ µd7&x걆°‰Ëž{5äbg¨W-MVyÛ‹ÍaÂsã45˯°üzVÍÑ*Ÿu¸Êez(«ŒšŽI•]Ûô©«ãº”øtÇlMŒcР2€wz—šZº–¦M§xŠVø×^SÏɇµ7 - 3Áî¯tå?4ŽÄþ¹I£þïA}ÏÇ->×4‡Ë]%y¸CoeÂîhÈ.UGˤ*pL¹ Ú$æ–×K[¨yh’°‹Íó‚Êi][[Gu¨„x«œß›"ÄíŒÖ>TqÞybæ¡’”ç#vû³o[F!w¬¢êÈÀ" iŸ'¦ÚfñIX`T„êýÓ—ÔËMSð' kåVÛúK-¯ŒSôìC=äT¢‚‹øì?6˜èÏ«L”GI*°ŠQQG:Rap²!â±g¾:Ê!†?;Ѱ«ÿgµ¹ýCëë ¶‘²\¶MÉÇìËj1[#„ç– ÄãýáÊ OžúçÈ…Gš¦_%À¯,³ÌRÒŽ uwèÌ8ìÁf_þ¥õþ’;Ó¸S€É:e<Ôæ ³pm’ìÓ´4ꛂZj™[ŽIÚ*»+mI:c)|h U¬×ÕyDߟv²ö÷3·Ç|M´KŠN܇>Ø­zäÕòIGkM¾!Ë>Ç„®Ÿèki~ê•‘²]R\ªi -¹5\ºÎñe¹±ùx¹®ðr¡MB.ÙƒÇí W>ü´Ì!¯qF9W× ßžaW;ššÜ†z¾ôˆw±ŽXmh>ÚÔÚ„lÃ+Gõ÷h¦éÒ¶´WšZ|¡YVrZ‰q¢"öx‰Iø´Q[´öjÚ®¨¥nTÞÜ©Ž8ܨï°)¨%n5µÈ­&çÛå”|è“ãÐ5ŒÍ‘qž‹´ÍãõÌê“5.ùh…õ¼å[0Ü‹\ `d`‘ƒú²SÛ`žÃçi^C/9æ80À̬ÏÛüÆÿÞcñ}:Ä!¾l —ü±Ã*ÞÀRXùa_©»JÒÿÜox÷ÿÙX\·œ’ôíR5qœ -!ÐÔ¥Í0`C!3`¨¥Ùä<ØÁ<·Ü:Ïƒî‹Øy[#”£ˆœ~0Ç,Ú&>߬ 3MÀ#Cçò\j!Á¥ä!R~•SÞ@v)Áß @­²KB×_ýZnµužÙÀ<[멼¬ ½¼ü~Ë4F -å­2£Šý€ƒ!Ë·( †f€zÕø4ç<èbÍ3;¨AÇ<«Ø)g•Àz †¬¼ÍoÍ9oÏ»é”`“sŒ"‡‚[iŸcºÕ|ŒÔáÖHþuÓdá «þÄ: bŸÅ$4òÑzKWh¯Ñijj@Ï'™Ä°HÓLÉ-· j gú#‚Ü>\ WìΰŠ6'ÐÏ€ŽCr¡gûQÎñ)Ñ)»c÷v@=z?‡ö4Ÿ¬‡ž·LQ³}¡çúæÏ}óˆXÀ™±ÛCø§&5Õ%âõÍ-ûSÄdÀÚan9î”1!`M -‡3ƒK-í6eí`Vˆ Í ¶ÌòÀ£SAÏf¹•„<¿†Zý×—õy“Er«±9»MÓ˜ÄãÕÆ¦à2âUÓŠ}JF…GNÈö(¨¥m=ûóŸz,s­·èòF_e˜YL†¿D>ûy˜–ð«GV“îSá -Ý\æ±–QñyI@ ê¸8§‚Rè=¿¥h ï! k—cR‹lì᪰ñËNˇ/{Â6Ó<6Û©eÕ„f)ØT ¤SƒÍÜžF<ÞžFEÚ@N?\ü{nT;¨+®_z¶éÕ€­¹óÓ&ŸëWáòÝ -ÀásäLÛ.éÈÀÀ~Úi蔿‚\q«¨î š>mƒ¼µÍøV¸4“‚]µ>AM²ÉÈùÿ½ß2ðç^S¯o‘…ð-ðp·ù¼/ûÂÖÛþÑ -q Ç$îNcãm -FÍñÊ‹7‡KM €3øN9±à@BÌóh)•ÇkL´g‡Õöb£gš‹î:”ôŸ{LšGQé–cÓuÌÊ£võ¡†^~zïÏ¥ÆÆO+A½¸'es°úþþ$)Á.åÃܲ&†'tN14×pVeŸç÷FŠ®¸d¸4»Œ”î”ÑòN Ú—õ–·Ÿ×[‚zNGÉ(5Pè–7Q­’&‚]&¬vJÙ¥Î9bªKJÍzžnSÓÔ|ü§•p,…,‡†µ+êH.Ek­m^?P³$ø¤­!Ô“åÒòÀßeoÂÂŒ£ÈÇN))ðy™i’˜¸3\±1PyÛ-!g/56¸uu ³„’iš&&;˜Sòè³%}eùpcópäz~èXÙd€Ý•œJ‡ŒUb§fY¥ä »Œš³9†°ÎÓr‚zùx™…ÞxŸ{Á4^rÓ:²3†xèV3m€§¶gY†>|x¼¯[F¯Ü†Þ6Ž@Â\s?[YÔp±'ÚÖŽ –ƒõž¼µÈ·XÇt«xˆÏë4Øç5*4°@-þ¼Á!ZohöjX˽ø§61£èózó«“UÕ.©zbž,¾a™‚„펔=´Ï¡2Ž€×x5µl¯†Ž8\P>‚¬ä’×ÄÙ$¨¨Ý>ؽŎ¬Ÿ7>@îÙĤ\§B€_ f5Àž|ÛG͸ç’2ªürBŽG‚÷Îól»?‰ÛF<õ-²q& ·rí}Í£kµœãÕza`Gþ´B­ª1iÖéâ;ÆÑ‚ë'ë m»rJ±øUÞïV úõÑÀÅý± -˜z‰ -ßî+º&oÎ8³=ŠI÷.uŒX@½9´œj ‰ìÃ¥ZNp¥–<¥öŒü†c®È< ¹srÖ§a“™^éTQ‹Cëh•³ËÍR^eh.®_E­(ŠYé)¼z¼.à®sI¡ß¹Ì,A<3v÷.11€IúŽ Žq‚˜êT²1ì¶op¹>½Â<‹OÜãæ)Yþeæ/ ¯á=&Ó:Ì -hX€ÉPQ~&ñïPçulô±^@õ…jEJÈ4‹p‰¡{úìrt’i -òÀ§"äøØ‡ŒWi›eäšfPQ+ï .쎔ß:\$æ\!•~^#Bõ¸’?69”“0&Ú#çV:¥Ô|‹˜˜j—rÊíó¬ðþ•Ç:úo>‘³J7ß—ß³N£ý:Ô§g£¼º–F›´³Ý,iL2ŸT€°L0Ò÷±‘ ¯ó¯m¼/½æšg€\¼ŽU´/á/t£ïk^A.׺á—Qró”’=>ÅòUÖ@lX¹;ËÊ7ÎÖÂ7Æ„èíqA5èAP«4¨qe“2 u-Ö¿ÜØ`šc•lNàžg)Ö¿ïÝ"§ù”䜠†\rO…[J/Z‹õª…dË,àa)-o a] ›#$ûÔ,ØÁ 5Ç8Ž{îSpaA5·°ÇóÍE×vû¡÷øc¯²&è&2¸ÄF)ø„Ã%v `¨xÇ\ÅóC- â–2KMc¸˜:ùËN‡Ø½È¡îŒ#HpY5whhj<^kxáQJ”­™¿+^¤]½Yá– ëƒð»û"Bjhްm–Yz t<¸XË\ï«—7域fÄžÞzKkS´ò¾ð7³¨:&¨f#t|üÉ÷eƒÏù²%HéÅ[C¤ÄÀßçÇx“å -ïWÑ*=J&æÓ2Ÿ<¬Í½ÀAÙ”´RßrËÛ£•æ—Ç:"¨&dù”¨ãpU¸m†^\h¬;Zmî°ÌOÔ±±G«µ@«â½jX”o“XÄçXçÑF1Xiyr׋À*óqãÅû –‡sˆ±½…a[ïóÆI~x ½ð¯¥žŒû™ë^ùVxðCþ¸-l=^ã1>n -ŽÖ¸›Sdè.ºiè*¹t &¤ÜpæZ³®ìNV%.ѬqÈ­Ð~)¡j­’>H½Îι𠆠ê¨eGzj™OM1N”^·Ï£b}Z%ô´‘߿ԯe”Ûå¨xëlå³ÏK´ªcCh<9 ¬àÙ<Ë !Ó!!ç|YeÕø55Iiù=ÛôÁgàalòèG@K|JÚ>OHµˆQÏ] -Ä:|@LÌκŠtÎ3òW»¡÷D5 JÉÉ*îÕ±P çÁd|¸C]G´Êë°–IVÖÞ>JÞ”vÎ4VæžÇ¥[§‰é69·bOZ‹ØÕVE\¨W΂Yg°qkï+nm Â×Bº´µ¤ý9jæþ«Ð.këþaÒ®xÙäÑÖÓÌÓÕQú7ì³äÜ€®–t¼VË3‡æÏ1‹ºg±žz®Ø<…ŽÞ(½8#Ì#ç@Aͱ<€1,bFžG!$ÚÅô<¿‚VèšÇ¥í#¢ö†Qc˜§P – bÒF/äÖÎ ô¾WMõ)1In9*Õ*©Œ7Ïà“ª&®G×\oc6úò.;%Ät§„QháâÿZâÿØ~ÑïZäS÷g©™žÅÆZ÷bëK¡õ•G_ϵH𩆷ùw×úJâüj.Ñ2#¬6¼ÃÞ3Ž3sísÂû6= Áä;æÐIkÝÐ+³¼ŒŸÆ)1§WÞB"÷§(©ó­y§ANóªépÓ"Ê9‹Mó¨ñy. 1ß®¤¸UõlŸ¡±Ñ$¦d™¦ñ ÇëÂú£U¡À¿È£y5T”OE,ô(©úhãåäñZóëÏk ­ŸWüO+|†OÉ­ hyØ XW·›³=½åTS!‡«<ºiáQÕdº54`g‚__Wë5tNV_Žx—ÙTžXx²ÚøÂ-¥lô_eEý[Û”rFó"õÎf~§ *å¿Í½. YN ùi§é×À%XfIÙ;£ðHCOÁ•íñÊD—ŸrhÉ¡ž…œiHýuc÷qC:Y¤B\cÅ÷Tu)ç^Cÿ»¶ðñ·mÈg¿­Ày–»Ô”|¯† ² .1 a–g!ŒS˜h‹k›!&¸æèy'Ë<òŸÊëLô¡žZê’‘³\óÌ‚C-y¬à½2fé¡–ó)éå-q´ÈÆxTŒRŸ– uÈ©`XE~5íÊ©ä@7'1ϵ]eWœsäì=ãš|¨©g.ð{s}ºšº&>ÄÀOsü:&Ì®df¡gy<¤KÆ€ø”øôå®üß—__¼qk{(„8—ªîUÕ½j>Å£¹YOGø°Ù¶9øS+`Ù žUói¹µÓ·Ðþæ@ÊŸ‡>W²{Žs¾&~g¸ðþúû”ß`½Ÿ47ZÞYÕ\TÈßká3Œr× %Û9ƒŽ·‰‘€“°‰~¥äU·¾°ˆ(iæ1tÄbGþ…Õ×…@¾O ¨¨E~ ~U¨‡øÇ,¯2¨­¥Ô,èÁâÙÊÛ´_–»Rõ*¨°£•Ö·‡Ëõun5â”s1>]ä^ú¡ŽRä–T=ó©É…Ѓ^²Ù6ôú¥s¡çÑ·´¸5l¸KJÎv̓㧢C-S´ì½QZ’k®¶Æ$bæn ]0M”Ý0ŽV?Ü£¥™'8¥n «Ò+ã Œ"JÊêT¸W%`‚šÀîÃÂ͸X§‚ZXb N6ù¼Ã¥Þ…þÈ“€»G»í“€Óñf11Ù&æž(°?ÖyœÏ oŽW›ƒº:úçµ–®/àøù4œà“¥.åß×^bœà÷r*ôx¥¾éd£áÅñ:—q²ÞÜ\òîx…M èÙ„ðX÷.ó`¾êÑ1¨ë!Þ<‰Ž:˜!—ùÕòŸëumÿ»ÇdêQ¹æRÎÆ)v}€çѵuÛµlÈfY.½êã*·ñ¯-×=O/¶NþÅÄEˆp¯†VÊUèüäÞö(ßLõ*ùÕAãší’3Š|jFYPÇFé$èw}Oö¥öÃë›’Oùµ$ ñ ˜WÅÁ8¬JÛ«Ø6̓L’RÖÞä\4ÏjŸÄDùæéùÀ©Ç‹ÊÑŠ€Xæ`>•yT´b¿—ãT”>vÎÞ2O–Ýò8Ò7^öØd”¢•¾‚«›ƒù·mbX̱žRx²xkòÚúñ¾˜–X­É­àT-uCn®wç^9Tr?êYÕ~¥Ò4Uº1ŽÙ8!Î&k »ä¼*Ó.i¾9ýì4?ék›ˆœt8 ¾5 g¢çá‚:Ò%'çGóïì å]¶‹aY¨CC{¡¹Ñ­â"}@ËœÒÐґ*\h¢OެD/Ø›¥åø õÐs›C¸(icÙ•µ7åW -äóc±èÓŸíÑðzŽKQ‡wÈZ˜Ne3k -gx“÷«þUÞYýë¼s —KO–šƒKµì“õZîÑò‹× n;>íð˜Çt¤YDNv)ø¨€¾Qxªç5á —’Ú ~²Ù:ðq³®åË&‡a™E¦-¿)¹q¬á-jl?Ô Ûý:Õ©h øuüÀB}ÝÇõÚº¿Œõ jÜ@K=*fÅ—­ÚÚÀ2 ëÖRJ@VÍvËÉ'+LÔ—uéã -¥Ê¯&ìVÞ¶Í¢ãÿØúÿÙ{ï÷¸®ëPô·—^Ü›Ïß'¹7™&’m@çìsö)¢‹e5P¤D‘"E±ƒ0Då`v«¸Ý8‰Ƕ7É¢%V±‰¤(‘ê”(ö^¥8ïæ{ÿÅ{«ì}꘡¯€ðŒ>ƒ…SöÚ{õµöÚk¿bKÿ#~1oÊÁggýíGÏ-¾pìÿsÝ…]ßýáé7žúîa ¥“o­½òáÓϽ.Ã}'Ï ¶ýñîï/m9¼zaGÿ‚3Û‡–Ý5ÐþÑúytËМSÛKöâÒ©ûüàŸïøá]_k¹°«û¾s; -3΂>½¼{´ûêÞu«.ï}bíñm¥G÷=»àoÞø_÷þ÷­OÝù¿ó/÷üéço¿8°fÍç׬¾°g¸÷/ŸÛ¼|þ¹Í}mÇ7,?7¿å£_=~Û‘ =ÓN¿14ç‹wV–¿8°zå¥=+zÎìÀý Œ#¯÷ÞslóK{Ö”/îY3|iÐ'ø¶ W{ÃzŸx}Ù½g¶,k;µ¹ÎÑMËç¼÷›Î»Þ~vóéóÓ/¾9¸ðÐK ìwþ}Îß~Œg}¿ºâ±£Ÿüä¥å³þdéÔS/-»çäKÅ»ßÿÙÜæ+í¯¼ÿ̬)vö\x뉧ÏìùÎ÷½±¶ÿÐë]Óßaž8öZçG_n¿ýÈËKýÏ^moýèÅ|ëg›×m[7|îÍu+.í_=Œ5ŒŸ]h~ôëü´ÏÀv>½mðè²YŸ¼Z¸ãÈëƒ^ÜYZ|qgÿÜc¯çÿ~ß¿Ü÷Õ}?zà/޼²Ø?³­ÿ¡ãÛVw~mdºgÿ3ËîØóOO9ü\×ûþiößn}âž¿ØùÝ{¾rlîK»G '¶–æ¾óË…ÍûþµmÊ™ÍKf\z³ûÁ#¯ußÿÙ«½³Nl,Í?¹im÷ÉmßûΩ7F;¿ÜqÇÞzàÏ^‘¿ÿé/çÛØèÌÎÒ’Û‚ÿxï'/Ïþø×«=øoE÷èË‹Œs»–~óìΞÎï^Ù{dÏ¥·¾½ü†§N¿¹zèÐk#KÞÿeï½?×5õðËK1Þ‡1«»lí¾çòÑå—ß~òçö¬:óæòEç÷®<µmEDZËç}µwæá—»¦ÛÒy÷…½åâ•OýëŃÿëÅ7>tlKÿCgw–òçw––~!?mÏæˆí?lûÆGë ßòýïÙøÔ螟f¼ý‹EÞ<ýÌÉ£}½ìÜá<_¼{û÷çüéÁgŸzø•¥3¯îY½üÒžþy'6‚ òâbóÜöá…—v®¼ôækŽo_¾`ßÏóÖîŸ,½mÏçÞ -ëyÇoß-¯¾]Ê_Ù_î>»£´ðÊ›ßùÞ…mkÎm˜uø…ù_÷§ó¦úùRëä†âŒ³[ºZ¯ìZxiïH÷ù]#Þ\±ìØ|§¶öÜ{äµ%ß<·#ÿÅ7ûž\slýÓÛVä?{üÛ_,i>ôËÇnùðÝt9|—ygwŽæÏìY‚ùÇït´Âz~|Å9‡^»øåÁ™‡_)Ï;½éÛ¸çmß?Ïÿ«Mëîÿ£õ}Öï~n¡÷ÈЫo?ñÝS;Ÿ~òàúòß¼VžwêÕƒgÁ>{dþ¡ÞöÑ 6zeÉg÷|ç‡gö<ýƒ£ÛÊù3;WöÞ°ré§/.ðìÖùÓ[þô¥EÆg¯.•Ç6uµžÞ;³uhîÉ]w{½kÆGÏ/½óì–¾9ç9¾áq÷0èˆÃ¯ ?ôÉË£|´~döûÿ^ûþññ¿~yÅŒ?x¹<í+ïþø‘¯]ÜY|ðòžå‹o^vß¡Wºî„õ{ìôÖ½G7<.þü±[?þu»<óÚàì‹àïœÛñÔSǶ®ì|ÿ7=ðßÛÝ~¾hê¹=÷œßÖ;ë8Ø-­ÇZßΩ§7?þÉ󥇶oÑ_y¥søu]—ß^^¸²oyÏÉ-wÛØ3óìΡÇOíZQ8½ûû?úìõµ½o=SðÞûÕRë“Úgwç\zk0iÿ`Ï™]‹>™úá‹Kýs{W•n+-üh}»}ø¥ÿÔëŶ {ûÿí#£_¼»òÛÇw”ú?ÞÒÛ†}Ÿ¾]ôî¿?~Û›ÿ<§ùàÏçßyf ØMÛV¯xï¹Îi;üè-ï¾ÐyïÕ÷ÿaã©í«‡>øUçßð̼[¾4ïëà3Ýw~ÏHñó÷ŸüÑ…½+ʼ°ÈøäÕ®{On/÷ŸßSê<òúbÿȦÅàÛwß÷ÉÆÅö§Úï¼òÎêµà­>µsxÑÙ]¥®+ï¬X{i_¹÷ü¶îÙg¶wÏ:¹«Ôqd÷HþèŽÑŽ£›úìÅ‚ÿîO™²çø»·žYpÏaðç¿1€5(‹÷?Óuûæï/üËã;V ]9¸îé‹;Wv_Ø>ôèé×zf\Ùµ¼ý‹·V.¿¼«¼ôâîá%G¶ôµݼ¦ë³ ßî} -tµôöó{ÝqiϬ«û—\Þ;ºìÊî§ž>½qè‘Ó›úÚÎn*=z~ãÊöS¯.{ཟ=ø7o÷üîµ%ð‘KçwŽvœØÔ?óೋ¿qtCñî »F».ìZÕ»óçÿÅŽïæ¿þþÏFgi9Ø«Ëf}üüìo~q¾{äõU퟼:úèÙ7ž=»ý©5¾¸|&ØÃ—÷¯\qùíÑÒ¥·GúÀ.+ß±|ñÛ¿\jY¿bỿ}tÓ·çüÙ‡Ïæï<6Þæ¾‡.í. ~¼¸gEï'/ï8¶¡Øza×HþÜöÑôÕ¬ïð=÷X3ø(ÓÏ€}~QßÑMkº>zaù}ï<³bæ{¿yäÄk¥…'6tN{ã{Sÿø£_;åÓõ‹Í“ÛæÚ¾nôÓõËf{eùü³[VtŸÝ<ÚñÞOÛýF¦ÿù«kfüå_,›ú!àðÙ¶‘%‡^î¾kÏ?>ô—§7õÜ{q÷À£—÷ .¾úÖòüg//¾k÷gýåŸuºgw¯=÷ÖªÒ¹½CŸÞÚ}/Ìéí§_ïÂ>Ž‹¿=yñÍ'Ÿ>üZiîÁ_ÿ|¼î;ï:³mÉ]G_[àmýþ_ýxýBy|KïÃ'Þè_¶×Ê£[ûgÙÜÝzzgÿœs;–/¿tþ™ §v,¾ã³×ûç÷”‹W~÷YÐÃëŽnì½ïʾC_¼3ºüìÖžÙoýð‘[?øñÌÜŸÜÿçÇ6æïþ÷Öýð‹÷Ÿøç“[Ëòbï}°Ž]Ú9ôعíC nh¿÷ãõ¸Ÿ¼˜¿ãØ–ÞÙßZûÄ•·Ÿúá°{üÛÜóàŽ¥üQ°I¿¼Ðº°³wîÙ=åŽÓ{G:Ïí[1xÖôÔöå‹Nl)ξ| < -¶âš«ú—^Ýß7ÿȦ¾ûß~ÙG_~ìÌŽÑÞ+ï<õÏ÷¯> -2ýÓW‹Ó¼Þ?ôú’s{GûßúÅãÖ™ÍËç}¾ýÛåË[Wv|v!Œqþùí]­gwv|óã—ûúYÐOG6.ŸóÙ†Áûmêoûâ@©ëTþ⃎‹{û=´~‰üðçKZNmšsúõK޽Ò{ßñ×:§ïûñ¬¿Ø¼vúW>øÉ¼[Á~~ìóý0î#àwŒæo]±äÔÖåó.íîøô–ÆÉ|íøëKüc¯Î<¹uUçá#௠Îþè…_ßòÔ´ßï§ó§{ ÷Å€,\³âòÞÁ%à¿Î¹¼ouéÒž•g¶tßûÁ¯ø›·ö­¯~üË.çä+ë:OnúîÊ“o¬î9…:õÕþÏm-\ØùôSà+u^¿Ä>òJ÷´c¯<úùïüÛÕOü¯‹@G§w/_x~ÏòÇ/ /þõ¥m¥¥§^ïmûä9ðë^]vÿo¬^wv×àüËûË=WÞî>õÆÐ¼“›Êó/î¿zKϽþrîßžÛÚÕöûÖ­¾ðÆšÁž[êúÍü[qÛÏïüðùÒ½Ç6®ëyïÅÒÌ¿îv¼Ò{Ïg/öÜýžrñÿ9¸rôóý#'@ž{m íôæ'†/îxrÕ{¿èq7=ñèÿX_~à+`KŠ‹;¿=ryߺµçÞ\ÙûÑ«ÝÓÞzf¡yã$àë}´~±õþs}íƒ_/øú¡–Ü~q÷ß9·ïGϾ¹º|lcßý(G.¾1¼èä†ÇŒußÿxçÇ­_èð›gݵhü꫇Žlì½ÿø–¾Yçv­¸zpÝw®|âÏï ´9õÓWŠ­gw¬*žÝ5Ò¹ÿÙÇ¿~f÷H÷~°úÉß(¼Xø¿¬Zõù;Ë{Ðïüø¥÷Ã{îzûß—€¼è{àü¶áü{{þ¯ƒÿõþ`×ù]Kg¼óÓÙþö3íæÉí£ËNl_Ñ÷þ/:¬×Ö}ë«¿’°ÿßi9·½”ÿ÷V?ñÛ÷W®=·kùãØSàò¾ÑÞÏß^1 ¾Ù·žíþ›ßÛþí©rjC¾õ·ï­ýüƒUëŽlì¼ï_Ìý›s{FG??ôoüöГϜÞÞ=oëJó6­žþ•±~ióÀƒgv /ùõ¿<8ûò[+?§Ü6îÌ ;çýý{ÏÞõW?éü«ß;´~Îß{¥û›W¶,½²cøñ+»K‹.ízôÒ®î{/ìÊßuîŽ;ο90ïƒßtßþñó#ßôýu—ßZ½ü‹wKÝôÌ>ºm‘|ó_fõÈsÅ—·¯[þÎÏ w¾´jÚŸœß†zeðÁÓ¯?ô9è¾Ë{‹³.ìî¾÷è«·Û08 d׺³`WŸÙÒ3ãàÏ[ÿhÿOîúìÇxf{é1¬AÅøúǯößóîóÝþG¿îö{Kíÿï{Ë»/íí~èèæ‡¿ñáúoý È9ó‹«V_Ú·ràØkÝ3>3+÷ñ¯žrnãàì«;Ö \Þ»väè¶åœÛµºïòÞïþðòþ§ÿáÔÎrÇ¡õÞòÁ/Î{µðÍ‹;×–>牜Û5Úyn÷hçï®ûÎ¥½Ãù“º¾ùÞÏš²é ÙôæîþoGÁ†ù|ïòŽÿ„ù?±£oÖÕƒ+J¿ýpõ“—÷­]q|íó;ýtýc-¿)™¿·û¦ÿÏË;‡—yððcþîÃ_=òן½Üøó7ו¿Ø»ºtdÓ²û>|©Ó=õÆÊî‹»W.;¿shÞ©­}mïÿú±[>øÕ¼)W÷õÌü|ß ðji!ÆÖ½vjÓÈcç¶Ž.º¸d÷ÎÞ™§ß»ùœ«{׌^Ý·fåyÐûŸlXv÷‰­#KÎíZÑ}õ­µ+/üÄŽ‘Âg›zïǺ—“¯‚Ÿ?pÿg/>n¼÷ììÿùÁÏÜzißpçï­}òòuOžß·rè,æ[ßxräøÎo_8øÔ?^>øÄ÷OƒÍôɆüí‡_íðÎn_;t~÷w¾w|ǃÏü3»¿½öê{kŸ>¾yÑ´íO¶þá'¿^ø[—x'·w݃ó}`}ÿÝoüK¯ýÉ+O¯º¼ÿ¿º~ïéMÞöÉóüùþŸNÿCðï¼ôæšUWß}úßÞþUç7ׯ¸ÿ>}±4|ÕÕÿõþ“ÿúïŒ–Ž¼²Èýøù͇^l·Î€.‡µ*¾ÿ\áö÷°ÁoÚï¾²gÍÚÿ<°fÝeðáNm똱çÇ÷üÙæ§ïüÃ3Û{—~q詟_:°²Œñ¯ÛÀvúÞo­û§Ï÷—{/ï*-‚ùh{ç§íß8ºqð‘+`øéœ¿~aØü¿vþ`úŸúõ\ã¿>,ü“ä³t¢ðê“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛgé±Iòy07I>¿?eÊÝ3ÚËíMóïmš2í>¹~¸}¸\(5=Ø4eÉmÓJåÅ|¹88Ð^Z•»@F‹°s·=\hïËÝÂWæà¢Ü¬R±»8À9ùö¾Â­¹oÀ¥Sáÿ&#gæ úoþª¦fÏV‹%lÓóü9Ï”~‹”†%-CÂÊõãE–Ýbyžmž“¾¨/B˜íûžçÚŽcçô]¾oº¾áº|QêuU]”z]OÓ£MM5ù¹[nÍÍ´inäÌ›‡ó6½42Ü3»½ S2Læ’f—Šåâ@ws3ƒ§`ª¢hzpÿbü§9óîùV±×à¶à+Ìýmóg¶=8ØYÀ¯±E¹æ¦ænYÙß7j†a•Š#åÂ0® ¬k©=qE¾§Ø×Y* àßEî¶ûÊáßðŸòª!Z×[¦Ý·dZGw¡«¯=ßS.<Ð>P.Ì,–çä{õ%æ­¹ÛæópËxç@wü1£í}#üœb'\Yé’ö~º‡×|c¼lÆ”j‘Xuý #¨¬ªsLVVÉÊ ÀÄ´«ÇdE±³ÜS56êêºÆ¨§Pìî)W’¾üU ½^¤JGßH©Úé(†GúªŸ}ù¸/±]-BÃåÎ…Ñb;¨j´â7;rsGJù´¾¡žöª%~õȪ#ßkŒÜ¼ÎÈ++p”]…{ÚG†‡‹íÓǤÉpÄ×™ÿz¥ºÎê•WçDh¯ê©^wuN„òìê.”Ǧ¦Æ“pµHíFáþY´ZÇ÷}¨ôÑÍÈö –n_ÑS,ªW@«úƸ8¦yV±7ÎʪÑ)uµç Ê­«ØMãŽÜðP!?kd ºË$DLBŒ·É^5ýÁZŽôµ—Z†Ëà WOƒ©ÇI£V,ï^948P¸,ÃÉS§>ÕNÒêªgeõDÌZp©ó`‡¬•£dŠÌ,”Ûjñý¿ñå dŽâØ6ec4žutCA‰ ù±fˆËàP¡Ô^¬ÚÜYB‚V£¸K­ƒýCƒÃcúõ(ª¶çz­ª×/­_ô·z‰Ö;­jýÝ;ÊQD̺FdŒ(W»¤V½ëÌöR±ÜÓ_(ó“Qwö˳ۋcùb§<Ù|»§Ô>ÔSýÂÝŒ*´qüèڣⲞ3 ¥îÎdã™DµÊI¼$_Þ8&v TOTín›QèÊM­ÏB¤ÁŽe…|yúàÈ@'`0}pŒ˜Nr -àÒòpÕÔ»gÜÕÖ\aèbTWM–ÚªISYeLºÊª0º *«甋åüëÍãÕû -ÕKÇØ=ã¾àc¸œ!j#ý³òåöÑ0‹Þ2þ2¦Å¨:çÝÑ>\øV©°|¤0¯^r&îw Ë#¥Ž‘>xùFQˆ'ßZ%zú=€Õ—îO%ýH•+VÞM-ëRÿ‘¬É™ýÉ"=™ ˜¹€iT°ê²ØÌ¬<2°~1Ê\ÀIàV-Ϭ:äט`W©&·ïÁÁâpæf>`]­Kæf>`æÖ¹ŽÑŒBÏ@a`ÉUz7â5ŽW5ò¥öÎâHõÖ¾|Ü…@g±¯½úl™x«ñ6s°4Ô3Ø7Ø]µ šÉ·*å›s3Ë·ª‘Ïä[&ß2ùÖPòíîÒ`g±PÊL¸I&â -°®™„Ë$\&áB —q™„Ë$\&á&›„»§}äýç‡ó=…Ò£…b¾g5þ3P(}å -#ïÆ·àqÓµËËøéÆøÉ½™ù©jä3~Êøé¦­¼w°ouûp¡42V§ž(l6'K¹`-˜ÔyÁ œtƒ5`t fݸ²÷—í®×1’þª—*Þ:2îêE.d½Å¯‡ÈÄö/:kjoØ(r{2u¬¢·xãÉ´Fí˜ÞÕ78ةڥwôµç{§æ48Ôž/–WÝn´Ô`44BuÂu² ˆšjžúbã±Ô«£¬Ö~b}“߀¨M>Ô¹1ÜÓÞ9¸¢u2м›¡“03Am“Äîw‚«é™ø4Uc˜¼müÃU»ƒÅ®®‘áBÍ{¤îw'õá9jz'›æšL®oKô%(­ºQVռؾºØ?RCú$¸~ܗשºãy¡~©)¶¹cÜñ"ÕTuƒ¹F1µfI ÕÃÑ23X.4îÉ27…4©­}Ù$_}†Uë^wfçó5¢ÔÛ…X…fGÜÖ› -ÍŽ¸­7zCƦF35:ñxÝŒ´qBÕ¿K1lc¬kvÒídX’/oG“ÿ¨Œê3ŒvVƤ?-q²ž•QíygÐÝPz«1M#bæ õ_¥o¤Ú%£oÕ I}ù¸Sc;<ªêÞ7 9î[‡Ç®5k<ÁQ»Hl¹A{—fVA‰õ(8&ó>¹› AʤTÄÝR¤¹j›½Þ{Š4Oš¦"³&ýžàÉ”kÔv7NuõŸŽ™œÖÇõzd<κ¬wÏ¢QÄCW3Dé­ê=yBpfKõ›¬пYÑ(,ÕØ8®Ìü®Bé[ÅÒ¤ £Ôƒ¯—u¹ª3?åöŽ¾Â¼Ú¢š±{Æ}¡éí_jds‚dË·Fò7žPiqsF.#·†$·{ÜÌL¸5(µMŸàBò‡pô#¥öá®ê¼¨ê¿Áêû,h2QA^°Éhp߈3Ñ(n^GN¨oZ_ß—NnãÝ6 -­6hè—1†ì«†<Åê÷÷÷ô¦—j¨u¬ßC¬ìIsˆ•¬‘:?ê†Ó¸ä «ˆì&8ÃÊl©>EÔ §MwûÚ«ï5ØHNѤ+0z³z]£Fiäu#Ç€gÒ-“n5c6éŠc&L«¾!“iõT@[ç¥À5RÿÿåÕìÔíÒ4 -Ë7j½ïäßj]uA_£í´6ª·>³Öœ ý’“¯l¶y^ïšiÒ3ÒÈ[ÄÇè‡QKµu1Ag\Ô@\u_ÒQõÚdB¬~צf!6Þ)Ȫv­=í…¾9…¾B¾–ˆTúÆqGrŒÊâH2ïF‘Lß8aêhFqx¨¯=_è/ ”g¶5žN -[“äR_ÍØ×j—5ë\2a–xÕÁ®†QbÕ‹þzWbU¯M£Xâ Ýt¥£ê8J£°JõG™5àNϸ§Þå@Õ„7‰«5Æ0"¡¾Bw +ª®®_Þë* öW_.I„¹êÅé¬~k2_; -dW‹P{gg±\­ÞÐ owÔªãüôë$ªE2~׸cÚW(´W}äh¾½/?s°ú"õÈ õ›Ì)Vï{ N"í}+ÚWU-7ÀF*·—j²©øúqÇk`p zá‘ÏôŒ]oå¬È-*VW]Wq¬>ñBÿ¾ óLÚŠý5,—´I¥±ûw4{“¥l&Ÿ•ÍÔ«+TýÒ4JH$+›©×²™É{B‘QPÉ`n€p}~ÒÎÔ Ñë]7e…3u¤Ÿª¶F£p¦âªû™ü¤+œ™DB,+œÉ -g²Â™q*œ1³Â™†µÄ']áL ¢¿Þ•XV8SOb/ŸÎ4RáL ÜSïr`" g!EÔ8å?5,e­D9AKÙÀ‡V×P–-Fã6ÁhœµøòÆ1±c˜4=#¥‘“U;µŒöÃ5øµ‘;ÆÝȸ¹ÚaÎ.®,ô  }KjKÅO²räâ@g¡«80fæ¨o3Th/Ϩ¡þ5rÇø§ˆ'[¹uõe%ÊX¢\¥ìoôúäá!¬PžŒõÉYYoã•õ– -ýƒc‰‡ß±¬w¼Å}Μ*Œœ)á_#ÿO…ïðs*ü¡êó n8¹2!ŽSÍ5ÌõbJuŒËj¼±;™Ä“°©p-4x“ÆŠ'„Ȳ䢳p^I4kd áÜx¢¼&ÑÐ !Ö>Bªê¨Sïå ‘µÀKë7‡Ü[½Lë‘Vu\·w ”£ˆ˜uÈò("v£hõ®9ÛKÅrO¡\½5ШtÒm?¼óàfT¥“þ¸!rm”%ÍÐY:K@_ÑúH@×¶ß.K@g è,% ³4Žzò6ÈÊÐYzâÐdob -ZSk²=³¤sÝEõ%Ì’%f–tgqÐèIç#¯sjj»g܉mU¡¯opEµøõáAëð÷æœÃñœÜYìÁ9åb¹ú9¦«)öÕ°]7vÏø{íU[ŒôÏÊ—ÛGk@-zËøW‘¶TÝM¦£}¸ð­RaùHa _½‘¸kÜì*µÃäö=8X¬~—ß\%‚úMãŒW¾êˆk£xù/¯L¯n×&k©Ý¸]˜ª—œ]¥ÁþêMºxÜÑÉz0U/ò'°S J8kÁt]ô&°“ÑRõùNåÁê ‘Á @%ë&•u“ªÐMjBâI5÷TúRbIŒ”:Fú@<7l°1ëÓ[ðjð1$|{Ô²@lˆÍq v^¡´¢Xê(ô t/c3}T£U_%TßµhÕãQç•hƤ«D«£› mò'1ª.¬i¼†1É“å*}ŠÆJa V_zc‚ŒÙÌ Ì¼À:c¡Ì¬i™Øø~`ÕfAæÖ ™X¿e~à$ð«î0Ñx~`Õ¨5¦8YkÙ2G0s3G0s'#8eÚ}¦±äîÎÀ!DDÈ’fÃ#è$½fOÇ“£hzpˆžaóŸæ¬êïìkºezû@ç­MFnü?~)4„?†ÿñ?3÷@þË¿Í_¿Ü_–åŒ!s+rvnfná"#׉y¸©§°,;×l™-žïÊ\“Ý⹆cÈw¤—“-¾k™p鵘žpr^‹k ®0×¶Í\¾É„Û]GH¶˜†cç„Ýâšx“0[L߀ÛâIß§+¤”.Üd-ŽmâsŒézf^à9–¯n1MÓ²`;FoX†p-|€„ç䬆ÀClÃqs0Ó†À{[æà-¾mã 0Ï÷ £Åu ø‹h®ëåL»°9Æç»ðr§Åra€ù&§EXžëâÛ Ë9DIúðJ˜Û¹fœLDz½ÍšgÃ=Í€•!|‹@6\Ü Oñ»éÂ]ðžf¿Å0 ÛÇٮРc1LiâX<šQœ6Ïðr0k†ƒlÆiˆΚãàM€1­Ìš%]^Ï·Ìœ€)GŒ“ƒ•Ž!m~,›éY8¹¼F²,—Þæ}ÐÛ,“—ïÄû„lQÃ}0ÒöaL0jKü£¶ƒ¨™ŽeøD¶o¼¦Ó’Gc¸@ ozLlÍc‚úòMÃMS–€l)Çç”%XskàäGœõéÓ§a-ÕÃå`K<\ø@äŠ9=íC…é ‚;g·—{QlM¿æE÷ÍP—Lkk«xÑÌv4৺KêqÀôKšÌË - \l´ÑtäX®`N2]ÇË9-¾eàMHÓrö`½hŽ€\ ‡è[À, A“ËœÓ&<¼ÉJ÷= }b?«Åõá/ÄI.ð_®Ö˜ÕAÒu| -˜ãK_•ƒ•Žç0#Ypˆ ì`Âx…ßb908€ãW -X@ô~…c㺇åÈì®,'Li!mšèăiÃ*8¶\°qRPr˜ i=x6Lˆë¡ŒŽ’Ž´`Û„³‹sÄ‹“Kž€0mÄÉ…»]¢6Ï‚¡á{é ÅHŽ ¤Sâ9È8k$üf,Ð*Æ ˆÐúáRFí8ÒPlD¡†4Œà/üÒb;(ø˜‹,âVÅ„ÕhøË'¶žÁw8ȼ0¾pi€0w6,'ÉCG’4Š1€5Idú gañL[(.r¥`©ÌO ø£ƒ¸—Ĭ,`”$0ÍR’Þ±<ÉD΋ØÙ£î²$=¨”ºI…?‚£!K; r™#ÝÉΪ -D_$Mžö‘Ѐõ™}¤(øY¨¼Öhöù8ìHH¤äy•5©~ ¦¥«U³Ç £9&³Ž g`Ãs”@Z¤5 ÏR/²PKãò$p¦O‚Ñ ÝÊ*1 %-}Oó‹ä°€0ñ62ÎÐX&Öä×Zhù’—Ïd!iÛ¬šg]²·‡.—‡.e’숺wlK–µµœÇ• ’®qÙÂ…àZä8®Zt€YVÙh=x¨`fÈzÇ¢E"Å0È•ô"E(XÜ-’ˆ@‚.ºÆb‰LéƒíRPÆdÂr…Cf“áÅžKž18¤ØA¬¸¬†e½Â»Èy—Øy%’¡Œ@¡@L`3y€Ü’†2YÒÄ6ùèíg£aâ°v-6‹pÊÐ&„ Ø+õ€m‘kIe*Ái@2ó<-t\À,‡² -µ.Øu¨‰}K*‚oÈ›¸’–¢E×$'†Åa$T$(²P@Qô -Gƒ$ÞŒn˜£9Ä逌MÄÅšØ[œôz’™BÝg±O„äÖ­$ië˜&S¼ïH‹l°>”»„H£ycJ_Ñ',¿™Cî@gÂh‚ý°8Ý1¢h‘ìR$FŸm”ƒ¦ŒHÑheÁq©Áx%S#ÈËQA PÕ ]á`ÌNJeðã[$S"5U$™ -coèƒçŒ„#-è,(B b1ày¨‚AÍ[H‘ÂqÈsÎ'z#“Cµ¾ã³Ša­ŒA€¹žC'„*„¤çȾ‘(Ip -mARMC›„ºE±*e» µplKÈ0íl<ëø«ON#…o( .¼Òš0]è8¡èG˜t:²h÷c¤™µ1̵À˜¬­…"ðG]W(g×Eß• ѼC1l\OØ®6$;š -,<”¤H -fcü†ÜT k -²eóG04<ƒ8,p,9J RYê#MÙäñ ËðY=»èòÁ»˜×À[aM#9¤CÅe±ÙíoâÀ¼C|†ÒX¨È<⇱zAv2…æ9"Z\(ŒMÃñµrÒ±yŸÃÎÌËffíïIßÖ~'*fŠ×£â§`4#Ç£7 ¶ O½gstôj5`à&Gèa›œRt‹-Žqƒë$Ù‘¦qQÈž¥»ÔÖ¬ |A1z”´‚=tó(ÞNDQzOYcH"᢯MÎéQµJâ# -¥¸ aš*D¤ š‚t!IM¬IÄ æ½EyRiÜ&KÃD`ž‡Ù¦p=FMÑXâЬ‡’Ÿ‚ó&ºÓ:\O^­ƒaˆë=š·Èø°ˆÈÉ™6)ÏáYÚƒ–€FŽõ:,/Y² ´T9*áf“ÙìlÄØ¢XªŠÉ£Û/YÛ¤(ïÚÁyôÁëôÆ ÎTŸÖEù¶êãøÓÆŒãSl~®Ê‰™œ3s+(]6¿³ÉÉÝrknþ£pEEÌèn_]fö8'W!KwO¡ÔQ(µWJÔUÈÉ™r‚<<¶(À4v'ÛèHCÚÉ)ôœÛÂû*ÁÂ;ÂñÌB;ͤ¸‰‹á0 )FÕKb‚løfT¾‹~)ÒØJ -P°×È0æ`³™)á92·€®rжLj¤).²*1f¢ -܃ƒ‡==4Àôs­d˜‚ 2ßá–¥bã¦P\ŽmI“üB‹Ôf+IbmIXѽmùd€°riLZ›ºÂÙ£¤ hé~;6ER)¤îQ΃ãÕ®Ši¹³„5ºYô2Ó¢8 B,Ö˜*e ÉÞ¼ŒR) ´ !:dí J’b ëSH· î¡·iS¸ô¸ -àD¨é0´î¡lSx˜âÈœ‡‹ËÙVKÉäZôrV¦f0ÁÉ!jE7€ 9ºÆrH£q`K`‚>5~\\4öb86%Rq 1B)U‡åm¤nÈÎr)Ÿ!Ö ŠZz”KÖAC2OM)‡ìK‘ySZœP M†<;®¤áP¼ 㨒94ýPáS4ƒAóÈ×ÁÜ¥¸LNºY9™*Ѽ ”^U©Á¥ÕJ á¼’E„âó0@œˆ‚è?Æ ^ ¡AϱJ!’gí!Æ‘« N—ÁÔQ0€‡ç*ô¯Á&+ÅU1THË‚!´o[1lj«L®CC3Øça?‚2KÍlªšäd[è›·".àlºá‘­˜DnÁµé]V²¼);Œáœþ&vc=NÛ‘;ˆö™ïΦ° †¯=H2–…v<—ÃH”Z·/*„ø¾¡þ¶c‘°FIn)·ËÃÕˆÍáŒP¹&AØÐ ÈÆo[+ ý:+Ïñ‰¦à.F€LPr¨Èù±˜£´lÎMÚœmAI¤ܧån¦g´|Ó?« GbÃD2‹uJl+åZKeÅIaF™0Ð+d€n>F)A¬óÔ t¦Ó˜Sâ,=?é9LÌ4%Ñ×fZÁhúŒTó‚Ê—¨¥0Ç}bäVœ:©§ÎÅ@Bˆúiî`¶ „É@bʯG„¾ -ƒpâÑB -0¬!Oßäl -$ÃsØ÷ªÌÇ3 6"€?i¸(>|ÁáÇsØ]àl‘isP޼B“Bî  [› > R3†8* ÌN‰†y”sàP¤Ì9>&ú| - JíS²Ç¡(ÚídX¤ð»¥¢ír°>å“hê]ò,É1eÏвYçð{u&(ÌG™i—ÅãRIFfÐóðácñI0Óè{h…FEv)%¯a-¥Lª”Ñ•´Ìò4Hz´$Rd‹JùêUE}ÊÒ¬â9JŒ-Ó’ -С/0užÇoÏÛuÍÊè"§b¾Ý‹˜äXÍF0hå]Š×dCYð´mW0„d1M g¢hî<”ûEGм^šR4 *g™ÒZa ×1D*8õж&Ïùøj#ˆŠpqj8GËìä\UšÑÔ¬'V†«P—ƒKöºÚT¶†æ¤¥b–´$Ù¬è4ðzRÆsQ¦«²ô0¯˜¸„MϬFQ㌉nXÄ‘ž\s² \ª²³ÉúêW Ã^6S$Ù 6:§6GhB€EvH‹K,HñXY;„‘`³{9l…ÝûtÆ0¸ä) -p…°ƒ^¾Ë•1¦ê…̶‡óDÊ ŸóCóx¾<¼BØ<¥¨–ƒáUWi@‡ôMÎS5ƒ­œµ<´ˆYä:8VË¡5MLRëu%RìáýMa.¡å4É|—CáB¦¢ÉI+´¤0¬CQž"A\yIF"+4ÀP­¢“À“C¥‚øΠ{-Tã⓾’•fç:l&)3ž#ê³%! ²Ö7¨ ‚^H¬hÖ 7f“Yjq‘"Eh„–Žk&dS% Æë¥*,Ëäb;2ôÈζH Á¬JúÉç7ù¨×ÐïôÀõ™ÇδŠ ŸMÊãOLg2çpünª]ƒWzˆ@É*w25Šl$6ºB¹eƒÕ%–ô¹ŠÛA)Ï–9r"†7æau*B£`@Ia©L»Ï¥PBùÖÀdg´"d`fCÙ‚íü¤rËk i _£”GƒóT„Dn Æn1c†â_e¡ ¬]ÐD>8çe˜Eö¹¶E* A7±@¢•Š”ÐÌÀ¼¸Íμ/$­8*rœ ¬¡GJ†ËÑ Ê©â!4#1t¢ƒ¾^3µGN]ë‡fÈé‡aP* héPæ[P”gËœ1H0‚ &'·@NÛTÅ„•É"KNÕÛ`‘Ð –沇Bpù<ÕÓ$Fq]«3ÁÂÀK"ÊU!•å1xf™t Fc)ÀfâBS•¾AޑɹŠ·‘º7•5þΫK¹v$@vð%I´×1Ck¯þô; x ‹\Ÿc\&–ÙiÎkã('üÎŽ2j5Á»Øp9Ð#Ù$¡¹&;“*m -ߣ‹sެŠòK/}òÚ„`j“T¢;H´ ¢GÔ—èýb̓ ¡— -Ž6¥B¨©k:ë«@ŒAœOâÖ%qHÅÈÛ‚•]M©ø® -ÊCÈvUŒ¹äë-h¹lr+*Èw´wl(g wŽ·+¢0¨FSª´€¨€‚6"¿³éÐÒ¤úÉT¸ !RM]S¸æ›Ró‘š±Ô¬RIC2ž“Çé”WÑB¥bI& öpUñZÛDh¢JTÁ ®T”t´)FMEYÓ‘Xæ{›çÎÆ¦mcÐø+HhH¹8ý¨*HP],!¬)ÆŸ|Ú¼(¡3®˜´0ÌA5>Ç6,Šž²“db@ŽB  ©iáš© Þ•¢žÖ¦µU¦Ã†£Méxt*bŒjsÁ)ùBX¸€2I\TE ªDch {ä!♆PžðÓ¡fâÛD8:°NµIªÑÊè Cï`é™áqy4¢™Z«ëJt,ë$WÔRåW6õ̶JáêTP»­bà;E¥¬æÊ¢H)1öä±ÊÒ!Ýøý$ˆ¨ œ+²HZ¸*îi`oA¤`Q s9=BçÉ\B‹ £‘¤K±€É$10@IjH‘¢¹’y‚¬(ºÇ¢`!Ú©.Ë?©*ÁÀ" ª£±¨ZÈâ2$~‘E›A(*NC¶)J#”;J•:= 9ŒMV¹Ê¹\ޤë öëèE0(~3í®â{L U%Ü©ì -0I2“LѤÓ8­–«ízR>âW¹”d" ™,H¥¸BŠ)ÏÕáo¥*P dQDH” yD`ì`EA!+®“õ•N"𤏶Št™œŽÑ¦J9²d­BFªRÞ*•Üm"oÖ¡âeC%i„.äd~м82ćk“Ïëìn;ŽW!_5ÚT1«•Î|%’Ly^gN Y¸Ï^e¡’•Ò=ù놣ÑUV…ªléĵyá,µ¿A9îT Aå‚㱊q q‹´7ò%‚Ëúš=H¥´(-”L|¥“c‰lNkåŒO<-4Šaƒv ÛÔè£d­ê(pT… ry4v53øPUdàJ“‹TLÓ§p¦”arfÒ³—šcÚ±¨hŽhC*A¦wa{z_ï)ÉvàØ¼Ê¼}Å,á‚Âߦ(¥©ëv-VÛ1Õ«<îúA^ÓäZvJgJ­NR«r][)Pª]VÃý$žJByl1z¾m&uï]@ÙSÉÛܕՋ¸Ñ^H‹òóv bØh·p,Ó–´“ïC3—ÉŽKž¤Ê4¢Éhó"]Q¦N Ѧz«‰4æ´K>9?é9LN4W¡bUË4ÛâÜ(Uf³äSET”ç"ˆäòôÙh6i–Ç,OÊŽ6UHݦӻ©$)ï—Õ’žN­ €¦'¥Öóú‰¿T´EÇ6(¿JÅ‹n ç¹\ZèmS@‹úÉ~F%Ì A¡7¶:Z›ˆÔ\ƒ*ÐLЬâ´×Z@SX“°õ©¶Y›‹›q¾Ëv›dežJOç›*$±Siîd*\µàY1ØŽ’>ä­HÉ©w6qh«Ç²Am•ÁYj·m¼¨n´©Bå]ª6/™’V…ű¼u:µ]!ÞÕ”Z`¢‰(¤)$õ ÞRÈ·WÈÉ'3÷­óûÉ íhSÅDn*Ù›Ìó¬$’Ñé„u¥´¶§L7Q` ·ž¡H—5¾¡Ÿ@f,¦GORnîþCSßOab -øÀ Ò•.…­¨| ã<ç¢kæ­ß¶W‰¯SñcÑö(¡vÓ’ÚT³Lj1°˜^8­‰øPT–¦a6M©Ëù ‚  bðÞ‹!‘u9!Ú¾ ³Õ7£í6îÆÂCmÀáx0Åt۳לdâôÄB¤×*µ¢ù¦Šå É’‡TN=ßT!ñžÎÍ'øjÆ ³t˜-Ñæ§l° “Y!"ç–69Ø"È4igþų•£=÷…S;î²ðXad’BÑSq•½$¿£†>ù¶ùät¼mêC‘¢—1ËGȼÇ$¬ïqÂÓ'¯ f†=/\[´¸,Êa €v~Zz]éFÎ`Ò"§ž¶E™œIvUÌ@ÔÉ¥4o„“¸§Íɸ{Q²ä*±x|ø"âx,QŽZ ÊqâB/ÊscRJ)Arø(oE:+1¯,[âSŸZœär 1$;ÚTÄ¿«$& -’—ÚeÈÕ)îüstð"Y{Á:#^ž‘ªßHÔxðøuŠAuf1¸g‹ ^_i¥.8´ªD¤K&6VŸIU>é@w…óprÐR›ÑiÆMêÚƒ;i'Wííµ8¼"GI’IUœðZ+g+6Ñ<ËÖÉšT¯¸FNŒ°XˆV”¤ -Ne,¥©âDGž -<¤ÊOª2lcS)ïí¦ Ð\&BÅ­¤,i4Ô÷Ãáî`aΑ4ú<¶ J¶r¡’§rÜîÙç¾lÈéð1ÙaÌ#RmÙÆm=8” °(I×÷E*U›¤ê0•£MÉZŠT­E²Ê€Ü‡zxèVˆ Ù¸Uˆ<{G‘§vd¶ÅmïUøÛ”¹jû/&EQE;:’„^‡jÇQv›£6Sú>W@X÷‘œ‡cSš4•¤–/t¤ =oLé… Ï ±XÉÕL¬7“+a¡Â‘ -4™öÔ-‰2./I”ú¤ŠKx}½a«Íê®’ýTÌK¦½zûåë0G¨Ušåø:¤*¹˜D’ü2OþDèÚ–l²¢…¤M¢ê%U“(áyfnôx—mCAŒ_<‰¯…pMel29¢\§êCÌ] ë‚65r=Å{À$s©ù Ò·ÌB ã+‚²H9^!nÖ­O€.ØT²Õö[æRkB"ÞRÓSö( ç“ õÔÆòÅèw0U¤—~;…]#LáÄ“c.«¤Í6Ó6…~…ha# ›­ )Šr_9ˆ ÆÝ)ÜM,VÓ3Ú”.ûIU¬RBB{Ÿ!B& ”“ÓtmƒxŠO{øœú@+°Ø‡½3$2þݤ]S˜¦$ðU.›âƦ´…ÏQ‰N”zÂç«È¦«PC”*3J"%‹•òaPéÖç4''9„*öÀDz…dñ¾` ¥£°6˜¶]Ê’;̽ÜáèØ`ÖfuEÖ¿ä×äRsu]¡’*…‚u”ÔÌ•¸\–Æ6ºéÔ ÃÇF5Ûâ  Ï‘ƒ»‚áïd ¤F”oª4ê$^qÔ1÷Ä>!ÕâQŸ"N¹a@ZnÐ ·#ø´ýÀV]91·ƒì‘¨ãmJ×yÅÊÀ®QAUQ§‹¨|ÅÑhüxÄd>¡­„äèqr…g€¼7‡:¨Q=U—é&ž®jÐd«Ä„” Ø*™€Í® êhÈ® -OáV*KT•%‹Î’eiyÀBè)¢}ñ:Á 2¾¸Ac¬Ð‹zF¦JÁ’¥bÑb²ÖT¹Yr.G¯GÁ˜§ÉáØ^w•EŽ^9ª™_z“óœ\‡äJa… -̘ïK÷U) n*Gå—¬M£>±êµdq[¼ø‡Pã+ݳ‚ -Q ÊÏ[oÍC­HE¨Dš”6¡t=özHÖ¢QMJ¼Z-YÍ–¨w£u$/ÉSr Güéªöª˜BîÒ[Ý[›T‰Üe QÂyZ²60ñˆ“h«|ekrᮽ­%Y-†Kìa–½jq„éx Xa5Š.[±U8¤µ)ñym -ƒëá$‡‡Õ‘Ñ'0K¢N/ˆ<]n&Tµ£AJ–v®àTº+Rèv;ÊmMÔ³6¥ -Þâåp‰r¹ÖÔ$]§øy]röèú1GÏG©48—Š`4¥|…Z…d9CªÞ!U-XUÅŒI6}Nêr -›Ô[D¥„±T"œR-*=†9:‘úGAž(HÖT(1œ~&¯‚$àLõkÞ¦8qj¢Hàžõ¯4™¹A›ëkmm¶<гáîÏÏéªHƒÜÏKWÙa·çd)^…j½DMÞ•¨ÛJUv¥ª¿°©Ïqi %¦¥œ4yJZc͞ЇÜF=•|É3ƒ(ÍSw*Ckc‘°i|†*L²µÆ_±‰×#N~×m<u¶èlÕ勿‡7'8uh®±Bãžd–˜´láäâ•6²/® -w^E;„v?ãÒVµøy¼AæÓVkˆ4 ¬O.ŠG$’ÙäÒ„;j7K3uѼqÆáò ƒ”#M®7s„Ú¹”$TtÅæ&{|qÏ+Ó¢Œºp¨e ئ´ ´i{§‹LŽÓ÷‹N mûÜ“–è'œ$ !;Ð%Ç4¸È¦.½Vð” ÞCº!¨6,êð¡‚ÖÇázhŠdOÒÖÏI`¤ªZ=Þ-EqC endstream endobj 31 0 obj <>stream -ª© ä¾Þ€ƒ ÐK ì6€~𭳆Á¨ì° L \d)žÒO áhn&ÒÖ :\ÀT»Ã"3 A¨Åx@H8xP§<;”Cc’Wq`_ÖÈ´g•dò ÙÐmáe¨fV0›'!ÈQÆZäÆàªàùmÞ‰tl©Žv°m>”ìšÑÚ‚kW›úsÙ*OB¤RSá]ú;(—O¾‹Cp‘GËiR]A?ÊÁž EÛå-’Ïê2Á‘\Õ¼E2rƒþ³~l[úMøztàL®·§”·ïp‹-íÐiÔ¾ãhžé¨mìFadҚћÃë‚·´U|7Ih6£KÚÍŠEìT?C&Úm‘ëlÕЕ°£ZªD@ªÅwäV}™~C[…·¶q•³Tµ ›l“‹œ} ¦ -'´E.*%H*ÃÄk1¸ÒŽ»7¸N½¢-ýV5‹vÇ -… …˱ŠÈ í\¥û·q‡$N0 KMgäF}•g)ùF5 nì¦cTïay謊ZôU&¯,ƒ jéÙʨÝÈWéÇ·¥ßHÃÀÜÇy %}Â@—E¶…WYªT“PçÃb -ÀDîÓé§·¥_H£0©wm…¢@9ñGŸt¤ª-¼J»¤DûvfF£‘w—é´¥ßÉb„ZU‘‘ÉM«0£h“wO›\b×^‡¾§XÎÔû$b0×gû6¸W_¼¢­ÂkÛ¨GtŸeLÂi#ŸY§-¸FСw‚¤#ÛQG—ûô5VÀÝÉwñû7œDµC~¥Ù03Õž¶ð2¡ª®ñù¦P{_CÔÒLß\<¿­Â;ÙJòÿ϶@m+Œä{Ê…ÎÂpnV©} »pÍc • 2ëÚÝQM#Þsߘ»D i¨Þ¤¦"í_rT»~†c°˜¿pU ÷fHsòÖæôó¹@‚úöð‹þ“~%ÓãrjJ= Òk¦wÀ|Ü2w”ìÌu—Ú;‹…rηÒÄø8G¦ -~ó¿Ó»‰!£:t‰M¸éœ”ä%Xbzê”F(#¬¹ùý©gQ/ãšž…]ôQÃNÏWî{u„ 6WÛð¦÷£1Î 0L„cù>F½ª}Škae•~÷ô4®·‘À n©5zµÏŖݶó×±ÒskŸCcìaxlËt¶V§O¿ )ß42ÊW”±LQ èÆ‰>GG(q™x2PÕϡԻðÝ/™È硵&¸ùhÞc’o®–æ›5Ñ7_ê¥Ã=ç1,Ń©HöÍz!«}œÀÚKÌ""áSTH0È™UëˆD1B$Át‡85<ÃÅlÃR©jç ú—5Ì˽óÁYÀC‹+ª -Ú€e¦ð}:Ú£êGãA¶¾­"#Õ¼˜x(jb}mD…:Oõ&--Þé§:œ8ž¥º´Hÿl–œ9 Sc -• r<. â§œŠô7.6Žý±9yws¥W4§Òœk“Ö¦o©B€#û›Ò<\ÏÓ|ÚÚohp5n ¾µ6Å„Q ”›+½!5Ž”@‰`ÒE«ãùçlq¢Ë {†~<%«i-Úl†§FX£J…]‰“ÃÚß¹™“Y -Ãäi7#9mS–TB<„Žú”%7†<ÜW+úS–ÜØLY2€zhÚžÐqmPän»´Ó-àíY³ÛËåBiàî•Cƒ¥rx‡‘»múà`_üšö޾Â=#Eð#§qÔàLÎ. ®. — -èRæ{¯éI5{’ÔúU¢nc‡">ä\p+ñÆ&G´îù1ø×ºç)h'‡é"ð6CíÖÃ3’ƒ—k@+|#TÛl„´ÄW§I!„«Êñé±Qõæ×=º¶(DßBÏÔê·êß[ÓóÒvMû¼Fó ʖꨡä%¸-Òô-ž;PæWÁP1é„? %lµO³°–Ïöä5,tÅß´\ k¡vN-Û°M ¸Ójã¢Åv9¿œ†õ (Œ¿ÖðY“¦q-'·æióèô!ßr}ÁÞ222îù]¹GL&ö!d«§Ô(ãüÎsé4ÇŠŽé¡ÕÃGkú®g۾ϻéÀ€bôP9ª­àï¬ùšÃJz5_Ÿm›’|XQz5\]íã„h¢y\Q~aß—ö×8¼k†lé ï^íã\llŠº¾òkÆ7”°× àÖí5&ÂQ‚¤#´"´¢¨+J+IPÀ‰ç´)Ç< -–¶â¾àNN±"½8¾£!t°€§¹OA„¯È— ñ!i-\¾‹žkRý¿“‹â!¹ivY‚0+9ÜùŸ øTW±Žà-ˆúw%4$:€Æ¯Ÿ©LÌIkr’"®¾f¸´£?7éý$ýYt’ÐS›.]bMѵ­°ª`€LxsPôÖÀ·A/ëÒ¿œ“ï(–Ëýí¥ÞÂ@îñ[üæ9}Å|áñ[+zšC5$* 0íh·/w ˆüÚÆ¿Ò?mM‰¯áEäÏš9þï–…³Û‡‡ %é"”¿ó‡›šù¤ÚîÌM+=,"¦¯–_¹á[ø•J)»®óØ“Ìm¡èÁú¾øÓè‚È×±,èÁ|<÷àpƒGžFD¾Žý`‹L›ûùÁú¾øÓè‚È×±lÓƒ-3x°¾/þ4ËŒûÁ’l†‹g…‹yšéÇ¿Žý`‡©"x®®]äanìÛØOuñ©áº…ËDX|ÆKR7JÚè¿ÎÂ*9z–£ t·…¾“Šah´B½“/’¾çÄ~·Us bKuƒý<=Ùbiäè|dÛè8Á¹‡*ù99 2½ðN òÃi T«Çöù|ð¸ÐÝ2)û©Ô¦I< Ó×Ñ‘IžÚÖª¦”:Ý(^ éŠÄu´S†^aj–yçbeÚÁ­°ü)—Õæ[Í@¦ñžAO|¥'ÉWóK%ª<åŽzš:©]è$œe¨å ¡è—¿y–:~@>æ4HS¡I¤½Nª•áÃG‰Èi[i UÜ‚ ˆ„[ú ˆð2¼ȳ¼€ôPÒ±rêaËA.Dä—Úšyý`¸Ü¥Å<‘a`(AÈçkD¥Až±ìØe¸=^ðK@nSOV@F@ùØSé8WËAW?{k§”h°}ÊŒ Ô!¦Ä©Ã“(ñÈWÝ$ &ƒ¡æÜ€Á`+Åá -Fº?:M.R¸"£R5ÙáÓ 'FœøRÓLаVãZ·U×G ýìË3¡>·"¦ð¨6¼9`“à Ü3ÆÕ6íŽP̯-_j´´5®!Q옣&Ü'»?"“°æÐIÊ.<`αb̤m”Øò)Åe&›™&מÜÅe0¶V1Ü[°G¤ºMçƒÅD¿Í'çÅU„M‡ôD5I0塺‰‚­*å…SjIk8|©¯•rÄt£LRDc¢e'bj'Jaêä€s¢:Ù¦6‰›Ù%ލ}Þ¨”0llU³"lö"£¶†ÝÂ'Ð[/mÚRc[M[jŽRÊd¢ž¨2°ž"_÷,µš_pC¡ìaÙì-Ôð¡?jXi ƒ¨¹‚LmÏ:ÔA­Ã'ê:FD;Q[f9)HÄ„ -€†çi7H?Ì Ï/öRòx‚8„7%eÕQ ái]M5¡¤‰Ä‰^§‰ND¯dÄy75ŒÄná>W‘ÛÊ‰à™Æ ޾S?LÏ¥MââSnS+óØÒØ-|¤DdmîÏ€¢ºOÃúâ0ǵCÉÄa˜|š¦ -:*$f×@fv²û¤åé ¸N(rÈŠD ¯Ë1:qPD1…@åk… ÇÔr¥&‚Dà¢Òñ #“‚E“Ç(Y.ãÈ5(Ÿ˜*ìy?mhQ§×è¹õ,´TÇJ›1a*h8¡¡¥7’%dµhA‘I Áä ŠĦ˜½éÄRPï‹è‚±½[Tꀉë¤ÉÄLŠ´ÀÚ–ô4Ij÷0 ô¤{µfÃÃMΆ@Ââf‹Qdäz±)‰‚¢Æz $‘OZíáó99²ŒˆµîÅ6‚^~´ÃM+APÚÅц¼<;¤XOì܈,öZvf‰žBg‚jF +æûDÈ) -ŠÌI æN?,œààÑ…Ʀ—Ëö"Â↱qjŠà¥&ƒÂ}(ž0Ô’†r,¡Ø”7Ñu¬zD¯âWÛ -ôjä«”7 Ãk~Á E[À_Á§ú‘ô öSt¦²3¶nàÙ››N(ÈÎàî|´þ¨ÃäÒ×suü[’³ AZÑISñë =6mss\TC‹:_‡†+´iFÖ­íš((HÒD€¶ î4bi<©»BÂLŽº#Pejln÷Ž Ð³ -A~8E!Pejð.c`*—"¦ 25Úzµý Sƒ³fð¬YÊ) -ÖÅ÷×9jru¢ÆVá.D*HÔ`÷*Á‹¥56¬É GûË®¡Æ&j°«„˯Љí§ H%jl>ê…ÖÀ#ª| =ímøzÊu -FçO4ˆnÅ<‹zkx7î¡Wp"EÒÑ< Wƒù;ËWÀ4¨z—ÒÄ©\Mò"¹šPçj$Ÿ(e{:U#¹_4BÂT¤&$Ô©•'#JÁHv¦ö,ýøe¶:)AA²É£´‚DÄb²x :SƒÆ%è™m¤!(ÈÔhÛq04S²õ Äש‡‚dhöÑ‹0•¨±Õ ‘8E†fI6²„ïx‰ëØmçù'ç¨i 5¶^f/HÔ Ûfó„XV -$j"@¨±[ì`v¥N…°@³ëE’¯®3´ÍÃGxaY\(ÝÈâDP¨±ùy=êZêiFóãþ—N„e,p˜¨ñ]T¸¶$`¤r.4H³ ¥Oc×Q+{zšŠ“H•ŽŒá*ùHT^UO‘/wAÎÔD@a¦&ú:S#UN -ùOej¤2šˆuý`¼Ï@‰¯l[©¢lR)˜ˆtˆ¦j¸ógä:›š¦1(Ü|„)## OP(™ž«¹ÆÖO³´ÿW¨ÑNw ˜ÙˆŠN£ –Â(µ" n–‰À ÁÁgêÚ£#‘1׸OiJà0(pCãçYªpQƒèVA‡…À>Ž“¸YëEm8 -j÷§F¢—»òJ½X¦ºS«m8F A(%S'nð«D»©ßèZJOx!¦ã:È…ç9)ˆŠ„ å¬iº“ýM Ô¨“_Jt¯£p¢…Ï;M9ͪ ’––ÈR½™­ª˜,Çà°T:š(Z¸ƒ-‚' V:ÔÑ¢š2{A†CÐqo -‚¡B­UÐT(ÓÏ «Bk{/–â0æ8ø$ªÈ½x¼«áÇ^€''«9Šæ8øÀRÛ‹$9¸%4¡¥“(šä:DDý¡„‘øðQšñ0ÜdjQ&9ÌPÂi_ˆ¦+©yó)S[|KNiú[¤:É,0Ãd!7+F©²·{'J%X¡af9°©“£®3ué+@é²ìO‚´3¥%zxêÑ}­l{‘<‡X2áธŠPp -| šFUÝéiË+:)t¼IrúøLï$00A‚QFª&jä9,:AVQAPN¦éSç9¢ EÀòXˆÆèÓqQ:Æ.“ zw:¸‚ü1ŽRçâÆYʦs™c7ÛV t.}œ·me®G¸ -Ï^:Ñ¡!ÑDGÓö:eÚ‹$:„汨9*¨%@„¡°±­g(›¯M0”.‰->ºæB$„±êµ(Ð4lï‡÷ܘÀv’ºsZËèD‡šs?’èAÑH ¢i¦ÖOa¢Ã¤ƘJ´[øñˆêT¡®ˆzµÕ*ÅtsÀ:~¬ø€ú…Go¶Ô®˜úw]G+çHY²1s‚rÇŒWhß9R~7cÚš”h¦Ã¶‚ † -WàWË "‘¯¶uQ’š_pQ©2ɸ÷00Ù´=h¹“ ‹8Úê07’M“ÈcP„ñ@>«ë‚äwSCP@|Ô…Î -õæwcù/™z¬ò+‚¼1Q %$P:އ¬ ™Ú2bšÜCP„-B`À>\å ÍcTHa¹1N´|Éï 9Ö¶ nÈל#Ö À?!LcOÞ ,YËdˆÖž9<Ö¨T·¨ ôÇó/è> Nƒ4yQ|Aƒ1 -…ØÍÕ½Ä^Áõ 4”Hê„Üx¹>èƒðÒ(–K€:_Eg|$ÈWq^š¦¦/®%SŸR•£D”¬TU;1 pOTCKUm»™S#€Ö:\l.>‰2µ‚Î.Mà·eÚ*¨LYÔþh<)BêàÊ(Õ c,D‚º°í·DahÃ×b#m„Hh#ê¬Eäat>Oü¥T¨zpª?¡ X$>aõØÄnäºÀÆ6¬ÄÍžôìÄ+FŠÅcÃ&²¥jÂ"ˆE@± -Ψ‹\ƒ‡…•°Z1E fy÷Kdmô^ŒØ -â9 ŽVÎ~Œ¥CÅòÌW´K䩽3Ú>•R`@ dšŠ0Y°Ã¦Ž8 pŠ-u]°ƒ€*¤éÀÆ -A2¬O ž.Îd;fÕ²›˜°~ñ0¨›Û*ã³¥ùà°›‡“uÏ<ä1ä.ënÄgãÃ+"¬o)=c}Œ½8qÖ·”Š'duÙA -&% - Š÷zE¦X-…¥ÂŒ‘%Ó1–ÈÂZ¡=E €¡4Ìžca¡8AE­L¢@*ؽ˜íŠØðèÖ$B ÿ[j’Ÿ“™»ð¬2žp%<ý4K +Þ$ÿ9¶² -áú«“ÎâÅÁýñ>ê) tý¸·‡Aï@]iYÉa|žˆY×ÐXp^CÇ|#ôs‚\?LOpäá:DƦ×Kð‘ÑUÚ -‰’Sû(IXA…ù×$0*ËbÚ-(îˆhZáÖX+Ük†ûa#_­Ù{[ó ~‡â!ÓÅB¦Š;„LwY¡¸CÈdq‡©â!+wį3ôØâÅBV(î2UÜ!dª¸CÈ -ÅB&‹;„Lw ä‡Å\Ü!Âm¸ºhCÈTq‡Š;„Lw™,îêlà †N¢©â!SÅBV(îˆ]ç¨ÉMwPuLw™*î2UÜ!d…â!SÅB¦Š;„¬PÜ!dª¸CÈTq‡Š;b×qq‡©â!+w™*î2UÜ!ì -ÅÂNw;YÜ!ì -ÅÂNw;UÜ¡A:FâÇ/ÓÅÂNwˆè>\UÜ!ìTq‡°SÅ®PÜÄž˜ˆ¶ìTq‡°ÓÅÂNw;UÜ¡Aá;^â:.îb‚a8OØéâa§Š;„,îv…âa§Š;„*îñ­©\Ü!ìTqŽnPEÍ'òÚŠ;„*îvª¸CØŠ;„*îVª¸CXŠ;b×q*Pة⎮º¸CØ©âa§Š;„]¡¸CÈdq‡©â!+w™*î2UÜ!d…â!SÅB¦Š;„¬PÜ!dª¸CÈTq‡HîÃMúÎ4IßY›C÷”x9î;Ǥ€vw‘޾3y8N’ò…Þš{XÒwvß ß™ˆ2î;kPÌwÖÀ˜ï»™}çØ+ØwN …ÝÝȵOA,JûÎáçÍ´"ù¼ä‡S•ߌûbi¿YªÎ¦ñ›ÿöÞk¡‘$i=/À;@™òByï0dJä™™—ùoþg8Wçî{±“™U* ÓôlÏÎÌ·=½Û-¥ÒFF†ËÈó„-½ F#¬Yú0S×ÌÖRAO¤­jŠÄÑ=6õf™ù[À¢,½ -iKSm¶ ¢¥6CÛöÚ,3Y¥dî ½ãEKm&E4ï¥hS›eö0 -QjÁ >â¦:¬˜ïNE›Úl]ØëÑ8¥¿ -e,0KkVLâ$ZJ§ÂÞ³ܘÖl 6­ÙVhjÍŠõÌT›úŒlZ3™OÕ9KkÞ\[ê°ÂÜ™yaë&SW)ômÚµNO«Mí§DŠ,­.òèy²Ôf™…ªÂyˆlOUŽþhS›e¦À"8óLšB-µYfOr¡ÈR›e&A@!Ó›áòÞU[ú0 ´¦mŠ,ħž¶z&ñ·ôf¸'TM[wÌtŸKm†‹BʽLµÙ^b©Í¶BSm†¾t™Ö #²yÙ5Iö -÷Ebð •ø ”)U²©Ì@t©ƒŒ¥2Ãõ2늳l/*…±Mc†M¦.–Æ,³ˆ )²EÙysPñ[È'Ec‹š~p]#÷›˜OÔ1Ù,2×ÏÐòI•evœ·œµM -j+¤6/Þ7Ha¤q£^+œd£î¦¾ÅtO›¶nº-mTúM‰]É3 71Ÿ²…|R8–ÉóIáÍ––ÿ6ûì‘›ÌKŒ-÷:NVlõ,ÇdÆÉ6îu<Û{oÂÈî^Gß,ðöÐ:ôéoÀcÙÝë6…¦{Õ˜xÁæ^G½¡ya˽Ž7ÉíÆ½ŽÛ9K¡XÚ2»éCgX´µû:;Švï:"‰ßüd2[à'Agû/[¦QK0°~EÕ³‚5‰ -ãS›€N§ÛŠ,2ƒ­žÊ¶qÓ Èo‡~²$™Íìè%oýdºÞmÅ~ÒLÉËb‚ß õÃÒlm{,rÂÎ~0Õú‰QŠíØO¦¦m»ÄRL¥žúÛE6”² -7¨gj¼65Éþ"+²,î ¼b!²u,¨±uëLY7f[¾u¼Ì6rã[·9*–oêÛ§[¶Úfö65›oUd÷­Ûšž k›oÏxè–DJ ¤o)¸”·øƒÚ·š5åðÆjkÿÁéTÒwè±¼ao[…*cpï:ž²œ i™mvA -M®my×1°‹6ïºM‘Ý»Ì*´¼ëx™Ûfx2ñ¶#Ì„gÜÒò®ã¨¦ºa³pÇaiض#EOÏvü'úÂÏÖjñŒ—o\ì8·<ññAÍ–TAõ -»èA#o-W˜yë\'lfë‚@`W˜6„X˜Ú€Ðmâˆí‚@P$e AghcÙ•6%¶ «psA`u¶¹ °ÝXåm“3­÷ó«µKÅžÜ:ÒæEÂÖ™6¯¶x,Ï”Ø. ËüÎTÀ® É[S»‚I!¬ «È.&l -MiÂêl#rð¦Lc“LxÉW, †>ËÝs8“Ø_Rwá­#m+´_Ðk;”ôm–:žáïV!åv¢Í¢ËTB3X)ás<ú‹.c€¢Í¤kŽ6&ÝM‘ͤ»)ÔÌG4NÔ–d+aP› ˜FFÝ’”EMµ`Z„×0;¸»õV7M@[…3Èllº4íô ¦–h?þ¤PÒ·¿iLÅÕšFÝM‘ͨ»)´Ÿ&3¡}cÕÕLjm3êjº)¡³-ØÝ¥mcá¾N²a…y¦¤œ€'ЈP›+aMX¡„â»…*³knÆ¥!ð·fÇÁö*dÉäNÖbiŒê-lŠl ÛZôˆÆöÁÐÌÞ,Eκ#YMØÝXk ›í§qˆ¶ -Ì"Ü[„¢¯.v --µØêÐdkÖ oÚf­0"˜k òÏ.]mÈd/² b/dÛt¶¯5¦}LŒ°6k# X[ÊSð¸u?`­ÜŽ–ܸ¹°Ú)Ùs³?ï:+Lõ&ˆ´i¾‡›{ˆÅ,÷;_}$âåyÙQrÆá¢EÑ´`PûªUj)? ÐX¥´ CËÒ|¦?”@Ské°ÆR Dp6ñÇØ -JïfwV™ o½s¥¥D~·k2vÇ)–¯µšr ¿«/1ÊÓ ~!RŠe²NûtAgºY‡l+3…)´Y¥ÖÃ3^Þm¯‰òî0ô1‡b<¿y†¤Œm^0/²5•ÎQ·œYÉ6ÌBÀÌÞ6`¥¯ÖwÁO}oS0Ø÷“>î´ÊL0 ¾°‹ -]Þ;…» 䜱½ùn!Þú™…t’ÔÞ Gߊœaý1²š¼q£Œ#°‰6xÑ(m;%Ht턘o’éèÅÒ‡AÔ S7¤ÛÆcÔ‰MK‘–ÑPo$à‘¤š¥VEVdJÕˆXf¡y”·3á )òFc(;Íf[‘i¼»‘žŒÛgÂÍ*²/ß*ÜxPP´A’l>ȧ&j$ÉÖ"|Þ»µ3¾ÚÚ?&õ°¢®Âìl¾Iv4ugÓ׆jBöª"{ß´[ˆ^˜;…º(*[3ÃŽ¢mÍ[do!a} ˜0*"@Œ>Þ4Q#‰_fP³ÙjR ÚÛ]Þ2Îê 36;)š¢ßfÇÁˆËvÜÄ –öe §,žjÇ)ÑtHµ·ewì´Í R;vƒ¤KÁ¤l¢FPn¸9*›’Íâ7eq›ÊÌWßLê!ɼ°ƒPVgûÆÈ j¶í£þØ[%šÑN·Š>@åàRQÜ´åDV*0ë0‚É£Fcv 2i"R7UçàÊš CP“RŽÉh9—‘/ÂzÍ0hvß&˜æmÓF‘Ff¶Ó[€OËxÙô$‘8ÆR9{Î!šicâZØBÕcä\ÎT•¬2çØ”Z:d0->ÄŒz;K´놷™QZì,PdþãÛ,$b]Ùe¡"õ>ØnNï`ÉÊ«…qJ âXÔŸoò“ÐO P‡E´éstk8 ×ÅZ«»€PÙ\ì¥/49¢wpƒbXŽ2[‰ž“ì(t:²B£›S+3åŠdÚÁq–ã)B¡ØkY­)»†˜LœI•ÑÈahTKÐB/$ÂHò6q…¨ hýÞ¡® Ñ,YöÛ2¨èø—CräöXnEšX”~ÆLo•=,Ä"Ë“Ó.²_ìÙÉ›DŒÚ/1Ô!ãÙÉJëHdZNT¼Äƒ¶IlÍÁ6…­lO`wü†ÿxô`ŬxÂÃYÆJTx`—X qóòE“åíO¬~ê¢änJø“IXuú•ž#êEÛ}™­=ïx3©݃̉Ԁ±Ñ6xŒ ;E{d6>Õ¾ûè³a®Ôz—nºƒXï)¬•²s§m|“Te±U§_ÙJñó¦ºõɬ„Ÿ˜Õu«½äx3[é·°^ ª×Ë&~]=ü§muâs"Çom·9ÊĶT;ภà‰RÚÔÚ¯ÉÞöv³="ÔEåhdØ+¶°š¤aW½8… -vd³¶ªÛ7þÆdtÞ¼3ÝaC VS%sE™©ªŽm¬²6ªÛwøÆdt‚¼3êf^ÖE ;¥vøNÄÔ7c`é{;Ä1lh¶+ÂÖA0EYMQeêñ«¾-µ³Ï÷šHïŽñŒ¾Oú‰ï|ÿYïç©øC§â{eÎÁüá†ïNÐÜð]PîȨïŒd?*oäˆÝƒõþA|#Ÿ¼m¶9æïâ>•xÞ”·ï°ŽäÛ…¼iøÞáD¦¼ô.ìÞ9­&ÿçP~x&?À‚wÏÁiæÍ¦pâÞÈIï4|çl¿‹‰T{s"ÞbQ?8{ï,j·á{§ü]¸}—8ÿóDü=OÄ×5ŽŸçæ‡›ïÔ|>„üGûÿ–k}È´j{®Ç@x±Šº«ÑlÚ^üæ8#E²#š®îpŠ‹íÕÊXLËÆ`´\-ÚP­úÛÜð8¼¤"çDf³1Ö”‹£_qÑXôîªòÛ¤3ǧíÎØx1~£µy]¿¤ËÇð "Ïÿ¦«§’CëPUtý”ö8×^-F¿’–[SÑ+ãQרtÛãÑtp½õ2Öoçÿu>[¬63æm3¶êà4¯×£ž±¤µ‚äÿ{ºÃíq4{.R•{ŒO{tQø]zŒ€LY‰»n¼¬f‹ew8Y¯~÷€?ùó_Ô1d½åÂ9VvRç7ò%M><“"¼pܵ8G G³ ){o¥)p)AMŠ}]¡YaÊešDƒÌOÌ1oÛÌVQ[˜s:)Ó%ö^ø‘z íŽÝ듉İ5µù)Íê‡Â²_PáÞEQÁ7è:f€åi õö䨬´‡µßI‘ð^OQ Œ4™‘Š9y¬%h˜ ÔOoåôÊÇfð¤³ð*žãÆøE6š.‰_rtÅWXýèÜ8áSJO’‚uÌÿ‚Lïù \){F€63€s0Õ‹0-6O_ÐÁÛB Só4»dtOÿ-LÇ+ÓXàl€7«ª±H4<×Å«&U§ºOtOÀŒ‹°™x«Fè©€{)ú9…::4¶„&Q—5ØLŒK$c-öê“C”jìÍ)N_a`‰ ›@Ä(ÊfÓƒf'€†a¢HuÌŒ ÷²¶ñ ÒÞ1jýsÚ’5¢w?)‘1€Œ†a<ø­ñt«ŒpAêVÆ3/r¨Ût|ó©EÃ(¢–Žë# £Q4xxg·O*<­Àv𾞔`ªb™¶¼‡Ko²-¢ ²‹x«rìnñ *’Kðþ“ «„3kp=%É,# -™&äÄ4W¸Áõ»„ÔR˜,]#Ó–…FF&`ÁW¸’Àœk4ð¹ {.™>Ô›åÂàøÂVÕè;ÉL÷¢Bî{ÙžÌPæu„Sáa&e{*„˜ -lÎP H‚cÓˆ`?9NÑ=ê ˆ%dfŠ™ï >Àó?øAÅ :Ùk|,©È,ç´&óQDÚª”Q[ >Cäxð,’¢Ó°Af-B]Ö²æ§ch:Ï“²ÆB‘ñá,Ëf°{òb>È:0]ç{ÀXe ˜šS¢p“Yòz|>8¾ã3%ØîãÛÉ€õ*mÃé"˜¥Km„N€+g&°k - aÅP ›Ùu%‰NMZ)Ñ&{%³hk²BS}ÊT›ô‹÷jÒB¥þ|2\KˤOÕ¯¢UZè+fÒ%d2OÝ ° õO—9xT½R/È—ÅÙa&áÒ}¡ÏŸ%æÎPà!0Mo ÐæÀqa8\èDº'z,ÅFÔOVÁøoØ1uÙWÀj ŸÙ!€“ù%h¾ &슀DV1r4DzîÈæ[?RBó\Èf²W‘§Ï¼ö‰,¬³Ù ¡S™CâGKṯ;žO…¹­žÃóiÅ¥ð!D>†§á,À\àT…{J% é‘# ƒ -ô‹c0ÿ;©óf „>…ÑxêÛD ñÁu©f¨qxt&Cð& T¬RO2áU9††;P$bìQ¾%’Áà CjB¡­ M$p"H@Ñ0ÉG1à† &‡©Òù$xYAû¡]$‘nf†Áä5àFGNª¤Ò‡ -ÐH¥®Ç˜ƒšˆÀW%Bìhb )…$Ó”®ÐD§á$xÅ ãÀ¤À=HRèÁƒ|äK:ã€æ -°§Å’|\f1IoÔ%’<| Gó"ï“5J‹e|†Ž´s„Cgð(‰€EÒq¨•Æ G²]3ÈwQCH¤ofÙÀ°âІ1Ãd–ñT¡Ñîå!ªŽHOœ!8×2G›ˆ4‡·"±ç1Ðà!ŸH3"`ð}€À;q”õ¨(QQÚ†„d"<·@yUx! H ø¼ø…ÒU`Ï=H !¬T̃¨ ÓÀÕ*DzÄcªÒ|;*ÄDZ€ „ªRÆmàÑ? 9 -²¬Q:*ƒö‚û,ÐÊ*Æ~¤q4¨i$¡?+ xðŽ).¤@ÿ5ÛH’Bã—¢P‡©†P­†~L$SˆÙÆÌqV…pv˜_I¢ø‰ÝŠx4u{F 6g]¤ €"Òr„>äÜš<¼qÖÑx-°Tï -¨'¶Ž§ªðBD§¡pA±RQñ zC*uOĸLè%®@¼:Œ·»3ŽØ Ïo¾‘Á fâX°‰TœG1BXÞàd"eóŠNcÊh}ä Mጂt -rE…[téާ¢N²=Äýu]ü~U¤°¥d8^ß«,24aÏ©1f‰ -A4Tœ¡³`ŒJ¤S<ž7"}ŠX•d85@`9˜ýhˆ -òR;J߀¤Ë…L–‡w.È ô;ÆâÆl¾ £!?TtA?HÇ@¾)Á¶`Lˆï–5 "2ƒš‚ïx‰ ¢1–aú@j0QÐv*fi€d:êœL³ÔX,V1VPúáIåîQ|Fƒv Yc¡WåÊMlEë ±™"úŽÍm ›Aß 3Oy7ŽÇ–_Gñ³Ç:ã"‹\íÃG·*•#x,ÑpYcb2eÌ&‰~éô¨4Þ¨‚Jâ FºÖ¨Ý‰j?4‰€f#ó0°p”® 7 ,‚bÁ$äü„u¬J`Ô¥äŠ%y…†6¦B ;¥PMJ¨•€7Sz›Ê–WéɆI -æ£ÙL¡Ê±8÷<ìG;Ó#’,ˆ%T’eÑ­$´kàé¢ñÜ4öФ’a3œlÆ­„IÁ¦É w©´€ÇÃ2¼Cs'éH¦£É"ÓxZ #QgÒŠ5Aq´SuÆÕy_ȲþS¤Q£¡J˜4®?5rªTnƒ“D4Æèìi+ÁúÜÌ7øVAÙ•§ŠÏ‚Á¶".ƒf$`;ƨíˆF’×M!ÊtÔ›DàŠ5mÓãFz§ou‰B¦Ótðü¡‚f:–Ñ *`Ãá€Tƒ…öw´áÀ€æ$4]ã°v ¨n)nhih^i>(z¤ê%>¸²S2OÍ¡,¼»oÍy”ýh Û1Pu&5ÀL 0QÉ„lK¦²ñL4øÒÎ"SЉTH3ó‘–©ÜhŽð<Ú©ì½ $€€°pŒ qüF¼+1†Y «cHŽGRDèõ‡pJ¡Š,&è ª$0`ꨄ 4}áEP‚ö -F¦Û'†&¬Štót–yPðshìÒÕ#ÌÀ=&EÁ‚žsEfÙó2€ †é6 ž,PÛ½kÙL“ 4}æ8Ãs´Í[G$曦 ²`^¤ŒTp:u_%òx‚¨á_ÇG8ÔøG¹…ŽÏ/EvòØcŽ-¡5ÃÝêáæÁƒ›Ž¢&“h(OЀ—ˆfD@žÉY9Ò0пiœ¢O!Ñ"Jœ¢fÆÓñÓ¼{¬H NQ¬¡4jøÄ« ì'°%‹WcoIJ›òø2ŠGʶ,9ÐgSñçÔ¼bZÕÁ,ŒáwÁ† ‰‘%${6û‡¶n]1í­îÎð6Lfê"oÆ6€P²x‰ -‡ ò`åáæ  M„o²ØÓFIˆ"§¨•,ìds@'Dd„;ˆ^ò¦a NJÁ) |ˆç »²¬M<]&+f²3xȳ°°M<[È’ŸòTE¥RwtЧªÉ -*0´¡• -h=ø ¤<ê΢HÓ³B^(À/Ô<ËÒ}“îe)¨4¨6ÆY‘ècÔCAFçi e$}‚yžÞÚK3vÔc-Èæ4€>ÏÊæ“T*¹`¨;”|¨¢C€\øÎñêFÜÁ¶SA¯.Qp`¡NЈr/Ú.ÏD¸]¡”œÔnEÞ(‚‰M„ •ÞÁ¡\…¼@B–#P…›(¢¡I uÁ|áR-œ ͰéñÔæ+Ñ›XzÛ‹Ck44°uGN1Èb ãX‘“I8ªNåÀ5蘾?AwLMÎî;Eï@†¬Ð{e¼)“á¾Ä Ñ@ Öam˜Ù£¦jJ¢!D=Ž¢qt¾8q0\Ê&ì@*W8–~XÏSkªÊMaH¡æäpž`àeÁÍtxŒ‹7+,’Z0ªJôŒ“4x4¶)LŽYÈU¼9C4„)4¾º&@m£aFÅ{xóO>(¾‚ÝF5•Œ“Kè—ÚÝCoÅÁx'Š  )Ôàâ—1c'2* ¬œ&:ò•^nÃí%S8ê|§3  ‘FS‚¥ÚRè‘2Ÿ7oŒ4„/†ËOU¢wîÞ‹Hô*ƒLÕ¼*þ @¸^U0¢€ñH‡»tŸ‘ƒ,@Fs˜{«Âõ¡‚Š'‡/ÖÉQÔüôÑ*'4 ®ø~¡­oQ óU5*—ñø€ '*̨ؑR`H¨:Œ¸Èw 8á»ÐÌ©ZAô­m…rq°ó‚ç‹JÓm¨LR* /É7 @¦}ZÕè©„ïઋ¬’¤ØÌe¼A' +o ˜àb HxVÓ¿@/Ï ë TöAÿÁ̰5^Š‘úv*ùÍ -`HS˜õY–ÞèÉ»Ô.ƒ}Ð\D–ä\a9¹Ðb‚ „Û>²UR\0š'» v” á–‚ªº‹u·Ûh_3x²l°ù€"#žUÐ$áš î‡5¼VGÝQaaHÁ('×:¨`G«)!¨[бÂ,F"ÈÍœHM¥èm"*ôòHa¡BE0t‰ØB—€N~*«¶S-Ò™(`­'{#ÊFp™CT0"í᎑tÔI@DSHÏ"ËjROæ.B®V¢G˘”È̦-Pa SâE“™4è•ð"mÜx⡚Kïø(s»i ¶ÀêÙ"àgY0wh`¨”q•®UBðhÖFƒYA¥`h0™ˆ>œsÇI4=ºxÎ#óÐêŽ&Žî0!Ô’FPL‚'ø|…Ô"¨HÆ ª0hÁ˜ñ¯ÅážA ñyÉIÐÀ8ˆÙTvC¹‚Œ£‘ˆì•¹i@Ez‰‡F7S¦¨âN×*€F-Ÿñ„WÑÕJ0æ/|…WdüŸÑ‹“è~âÍ3¸u@à–D-f"æèRñ;í! Ó™^ *’ð1`Ã)µÖÀS ãªQs¹ÐQ`1À1P@ç£×ƒØd#øôB¢~@¹Ò‚ ,Að½aÌøÜè+¢h#•(™ޤøOŠ|ÇHÝH1$ÈPEÃx"êap ¨§SD‰‘p;h¡¢yR 5ˆ‡¢F7 SÜ¡ì*`3áÑÔ/¨˜¡ Àé±#jŠE¥€b˜%”õ@5®ÆËT†¥v—)ãG™ƒ®P«¯Ni"×¥¼ûƒç*dZ±Á¼*""\µ*Ì “qÁLÍ"3±ðŒEvÐGÊ„øàñ ÌêÃÉp(‘éhhË‚†n å`¨twx™¾ ÌlŠ'3X-¸è‰‘nû1nªŠWxxwE™ZvQHœ§f ä~üª!¨H‡Õ%‘ªEhÂcN-¾< jRrPïQ\Çõ R¦ ”ü$yO` áAá‘™¨Í®ÿdah9ŠÉ¼i(a‘ÞÀõ'0ÄɦW“êálÖ–yt¸ß€ôá`lÐ=Úè,x6Æë!U€ñ5 Jàx’ŸÄÌ8‚@EÓ*'îïà*_êÀ ÜÙ* «Ñl)£ùÉ’2ѽXoöušüïÍ¥ ½Ð‰‘J™Ê"j“=0s±QÄšCG> $‹œ ìØMBãp×0Ó4‘ -à"JÄ -(Ïìv÷W _d°ÉžÀ¼˜H‰ -t¾k”ˆ¨@‰ EÀôKŽNFžŒV&fB]TŸÌ•Ç+ű; [³|y©7«©–àRèC •F»Œ8jmÂhvÀóUf™EdJœÌô3T€*!™r ª;éÖHô*— -¯¨0ÀåÈ‹ÌËk–©‹Ç8Ü茥ۦ£€ñN¦æi¸¾$€"ôÁ$ qìBkw (Gò®Ë7·qæÝÙd>[O{Žå°=7“YϰùEÿgÆÇC„hxI!q× EñÑA4N£=+# H8¦û8÷CÜÇeøú˜ŸM‹‹ÑtE¦áóÑbt*·ÿ°—ŸÃ/ý¥8^“¿ g¬=w¸7ëŽÈb½:ríi{`,…EÏXx>ÿÍAŒ¶ÇãÑ`ÑžG]V³J–p”aç}ÙQ\ùo*{¾=÷û-øšìÔ.`¿´Ç¤‰øµ´²­{ìⓉq»;üxP»°5©ÎÖ¤ÉÛÍÖã S²åÃÍ@Øiš™ Ç-aRFYÓ)Á¼‘±µ­c¯Y7ÿ-»Ã•Ù!C·7bG̘Ž&Ó6©ïqø)Ò,ÛB™Œz@Ÿ ØøÉwÂ4É8˜:þýùl¢hÜ‚ «pX"?áó.q,c÷Ÿ6ðözy\«O)Gæÿ„‘·ÎMWŠá•83Ž*÷g޽»êÍÀÖ>tVqœ^MÙf!|{?òX¼9Ëx Ä3ùÌ9à–€`X‰d+ÒODÀw(Žpê1² Lsl`ûì¨Cøëc´BjÊe”ñ´÷íéj=ï2²Œ-¢G¾ Ž€£6¶'FÏ¡æø¢_Àá0³þ™¯Ÿxë‡ËrðS>˜â†ØîÌÖ" üÎLaG4¼÷Vî'ÐÈ€óù—Á½³ 0ËÃÿ>]ÃÜ—ùÁžÛâ®[ø÷‹åíb\·ùÛVBTm[ú,Øç - þB¶º²úml,÷™éì_SüBPw¸cL{½ÿù¿“‰±XOG OVAä±@˜È©¿fÅ@”I·‰Ñ˜ÀšF‡íÑÔA+ÐR•"Y/ÑõÑrDä<èðm•U»ûò=DÚËQ×Þ|1{1¾Þ^ÀÆ…kHz´Kãdé³UÙèΈÄ׃i5LJÏ!¨{ÈÁûC¬Ò#}}GбçpÛúI7èÀaÁ=G Ø^¬ÞYYt6í­G«¯,ÊÞË¿¿G;óp}GëÏ iéµ¥ÿŘz=îÈÄ…_y¾3`ŽtöÌ“’-v›ç°¸ÞÈ š‰D& o5t¼e¦BŽu6’ùwž˜F"¶³æöÅm£¦ºhO—ýÙbâÁ®?–ÛªæoæäÜÑ£N*ìnjŒ B’I•êhõ€^ý1!70y‰)isBg„@xèt@ßs¸—D«3’„9vW³þÂq[¿Õ‰®Ù5h³Mÿíio6ýn°RÚ`1[µWÆcÌ, ªÙñ;}mÆÙjó½žÊd ¶~šÌ~I­Þ–&m¥´o5;š²Éì,-¹³4„Òt=‰Îæ#c»£•¹Œ…,bÅO¬ø7±"±þý÷ß¹öòås´ µSãñ-C³…¿==ƨ;4™öte|9kõÖõW—Ù᱇v¶aðúík|`C®7]|°€Ÿ¼ò›¼’HŸ>Æ-! 4¼ã‡Í€ «ŸÜò']üÉ-bÅ=·ü›1Kñ«\à'§ü^NÉCÔWuYÒxxéÅÄ8eÊ79šWIÐTª™:a ?çOùç“È?ÀôòKòOó—ÆyIã4éŠ(óh4†Œ+âOªò“ªüó©Šú“ªü穊´%«ˆ¨Šž{?šªü¹6"YøSñçï°ûôÏËwãÁ×·ì/Ú½?CiÙ Ä5ºk˜þ€mß^yளg¬ G¼ûbLºbü‰WŸï²Ú2: Fg‹©±Xþ(…–.¨ÝÁ~™íZ*íâS•öƒ[Þ3ïÛ3_?PPí¯¹ÏýIþWÒŸélúò³ø1ØûœuŒÐ¨*¨¾j2.cš±ž¹Î¿ðïÿ?‰c0Húý¥±úQ#3›®Ö‹_ Ä=2:ëéàÌ‘%é‹÷ûÆËÊÆB¾sGÜ©ér>ð°5£éÀ᎖óqû7úÕóþpƒx¿öý[d…/§å~æìþb¬òS úñZÐ{ªFgêÓ7.wÿU"fü¹šòÿšæ9:Õ?e‡ÿ¹`‘„–ÿFÍÁëòƒÐöSrž ëÕ]èÓå#ù…'KSÔ8äï`¸¿µcR”ŸâËŸÍÜ”ŸòËO$ùK¿îq˜/;¶À;ª¿;¾È®SË?r»ßÛcÿ)ð¾‡ú?åÝOÞ•É&ïVF“ùØ’wqŸü;]ò÷0 ^}cŠ"~> ¤e0ðŸ@jJv°ýB}GÓ±œŒ1þgn>û›Qý? - ƒBý}ÝzÄ¿¥[ÿ7sëáÿan=!ßʶ×ÇëÊOý“Dÿ;(â‘gKm¢î8Ôc}T™õ 2„!ÿnQ…wЬ´ó?ñ¢üoÎù~zü@ÂU$T¥Ý›­?©×?œzýíPüW韅ŽïA›6ýŸ%w¦+ò?ÕØôÕ=…¨Ã@ºé+ŽŸ´ûÇÑîJw8n–Ý!à?ÍÿhêýWËW™y ¶˜Í•!!úÿúQ—³oÎÅ— ¼bFÅà"—,%þëœèõŽˆA4]B<.GàB¹QŽ»ËE×ã°ù1ÿb,V[ÃÙâw(-U»×^¼l)üóöhñ‰ì²qZ[´ìŽ·Í ë¥Q¬d#ãõ¾ÎxŠˆWÉl¢³y»Ëì%´ Ãý·êùøhÛÑî Œ>DÌ\mÞoÿ¤½ÿ(Úûéþ#~µ‰ -ýC.¸dÚ ¸›ð>œtEÖtˆß æå?ëåùß# Ï})ÃÀ¹‰ºã@´ÇáH±ßî9,Ϧïzȃ|äyºš@T‹‰ô—+ö––¦Ç£ÉßÙÎôc‰Äf$z>~ìeðß½#ÐVø¾YŒ­.wkS‹7WÀYcÂ:s°€› ÙV§~®ø—­E7j -òf¹¼mr¬ÜÞ3[™{·ŽHQ\”7û!nzeû~ÐÚVaÕ“·Q—+lX«°…t²¹ZÉB=X€š’½¦ÄöËÏ€ˆu%èU’Í±å šú™7±EÙ:B -g‡¡lVTè,he˜ƒ‚•aíÒÖt%VÙ6]ɪjAÔpÝ©5u ¢¢9Í6_Ñš‚¶5_stz.ìpPdóH‹öÊ*Û¯MEusÊdÛÉFl×ðß ÄTk*­J¥¤ç^‡IÁ&U_BØ­¾é§°hO†—’õoõ²UyÓGÝXtÆÀ|¦="$G“‰1þf_ï6b}š|‹z†VŒáÂñ/*d/é G}4˜süæ8Ÿ·†?¾2ݹ- ±ÉwÝ2ØjS -ã¾^´‰½îƒlÌ;Š;S¦'Õ$Kì¬Ó êÒÛzúv5•ÔÒ´·Õ´íj -ô¦¾­¦nW“¡Ú;“Svª½­!o×?˜½´]Mø`öâv5þƒÙ ÛÕ¸fÏïT“ÞT67­BÔž!H£D*n/:¶½ÛHNb¼+(¨;Ò„*¿SÉäRöÎväë~ŸqÛøÝ†ï0^·ËwFLj~Á‰üæ¶QÞiRŒXr«)ž~Oÿìh¹Ú’ÅߨZ?qñ‘SãÇ6µ·6~6;×oäsœéIZÀsô'šû ºùÈX‹ÙïÆr¹0`vÝLòBth²ìÉzõ;ÌËXÃodÙK¥³6ÓÑjEezǽ[÷a&«{ù-B@Hþ¹&t”ų›tŠüñØÆÄfÝõ„ÈÚ±öª I¾ÌïŽ3üfÓìà{3—ÍÏzÆ»?î_'ã)ùÙGvr1ê¬Wfr¬@x±hÿgºøýÛju‡£q]¡ŽiŸ0…¿VVž0÷ÑtùøK{± Ú^^Ù«þүͺP¾ü ˜h56“åÖ·(t:£i,•ÿp+Æ*`ø6„ìµ½í§³éGS¶¯o<#T­÷•µ™5Ðöÿ›«ç?]ý—öuy󾂸ßÜÉÒA?ûåËGªþÅX Ëëñt6ùk)ÙŸ‡‡gË6Øý€çÒñUtüÓÏE^ÿm¦ò¿á”.ûÿúsã¿ø,A”ü‡ï²Oä0õ° +ÚÆéà£ÿö•=þí¯&Àü÷,é×/¡í_½$–Äë²È ß\Ñ¿F=¸ŠüöªXÅ¿x³Àw^4™—•o¯mhŒïy«æ_¼:óÆó£uf+"'dþª°uò+K{Ûæo  1¬ÌÖ‹®[ö¿\( ¬ë¯žÂÄXµ{DFúwç¡ÿ›ó8è1£ÄW°ËVßåF«ÕØXŽðº?þŸÿw¹žà -¸6uI[³¿pŠç–ñƒˆ?ë9d”“”±p8Il”L~ãŠN鎜±:ÊíåÊXŒ~ÇÜ玲±œñNš¶¹­…õj¾^}£džÎ÷f—mOëöÀpgóõœ6à>ÙŸ%|ÝEc±œèUÉÏËYù’Ïf‹z{:Z ¬gŒ›ÌðoM*ŽÛSoÿGãÑê· -¼)ü¼ŽóýÍ€B|ÜJ“DÞ¡‰àsùÕZ“Žãqüו…¯óU—ø¯wQÍmpÂ4é{:ˆ ñ³÷¡¨¤èè+}¼·[ª. @wñá~¯ÉÁ¡D:5í¿VŒîlÚû¾6‰Ñbù½ð¶&úÁmµmUå¿mèâ=`[¬­Ž¾E!æ@!¿ŽÙ/Æb–Öåç ºãÑÜÑú«ca È¡g-@è3O½½Åi…ï^û::m²À®%2ZÄå%œ*¶„P‘ºËʺCèVbFfS“1~ÛÞ½èb6/Œ6õ9}«¾ì¯ø´7à³íúö,ôTŽù+‚|‹wqSB‹ÿ/ÜÉñoi±Ìš«*†ËæJ>ÞNá1«ÎÊthº“³å挿ò&ñuMáË­k tëRËðbÕ™µ½ŠϪއbF¿½ÛÌ‘o4k twÚ#}7—cD¸¡sŽ\6±ˆ]®GYÍ ÝÑfý$|ð>|GªƒzøÊzÞ&ܸû©3ê9–쉹ëQ‘eQþ¸OÞÞ§m²ºcÞžŒ\Ž&ëq{ï¾ÙÝ„Ü7Ó±Øÿ7«.ÞlÇ68_¦³îËŒ0ÛÁbf2Jþÿ¸’Íüø­Q‹&¨¿®ñÞhÕ¦¬‹UVDM´ú59z´=ý¥½¬XÛbé×ã9çec¾/-([G=26Œc Öt¶%ôÃß(‰ÛˆY¼ä'jšMÆ"¤$±ÍY²§ ä×]òÂce>[E6¹YÏx»ŠŽµ§«‘£=µ- -ùMj\ÈŸóBCV›½ûD¤(›èòÆŠ±¥f“žl¯ÈÚñÒ1[ÚÎí5³32M8ùöºö -U0­Á¨Û§tw–UK6UQ?Æ®·ÎçÇõ"Ö6Û1ûݪ|6"î»õ -óv×ÂkIþ´n¢Ý5ÂÓ¹‡׆ Ú­¬}8úÈøÁTÂcV^øe)„I“â³<.Ã.3}Ra¯*Éš*}&Ûvñ³Ǻ›üfÕ/ì$ÖÛÚIAø& ³ÍUÖtÿ¤êfªOÍöñ¿1Uƒ“ê`Uù6J´ø•Åý?©¸!»ÂÇÓLΈ’6›&mVÉÆ˜¦T³´n¹wd_À j—Ú:“ƣ©áXVñ¹°hÖ\⃖]ÉrKä+ÆðR€ ößa“ݪŸtŒ^q1ëÆ†%¾ß+tI8Û† ïuØÑn·Ãm¦C%rÛ±/YuTÖsÇAº"PÁ¦ß§Ø&#Ly±ÓÛ’ð#¶ûŠ9y»·+)LðÈVÙ¾¥MeÇzó‘ß"çá”#¼^Í,ÝÝxr¤¦å\A~ ÄÏ+àá%Áᥠ ÌÏr˜ßéhן~ÇôÀ 2kóÉ<4¤¶ˆÏ¬´Dðq¡¡´²Ûh{$Þ/V¾{(ÚêÛc}·©ÃÄè,ÙS´NÅÞÙŠ·4w5°14žgg´š´ý¶ff­Æ^}>˜¼ø;€Ð³~ßO-šŒ¿~X¼x–»Õùwæ²ÝùzipàáY~2£.98þáÌNµw§Bª&˜þÕŒRVÕÏk.6TOãøÏëÚ玭Ý¡£º0FBÅzF4áãÖ]•o·¯IÏýyååjìG -a,¦vµñ P¡b*g¬¾%k¿©Û]ôüs¦2\xi a ðTa _ÞV/ü»`üÑþÙøËG.»óqw—¶¾™!œãöÜ?ü¼¯a¦~i³!¼’ˆßþ_¾8æ7ë-f÷6ŠØ.W»TØ^ë×¹ñÎIýä,±:þÍ-Í›z?€ÍÚ.–4IøÝwöêƒý—ýD¾» P uô7äskÄ¥9l÷Œ…ñM"`›þ»Yú»»Üü#ü à˜›Ï?ìmj ÚëÑ{•úÓ•¿7ž/ú3Ë,ö Ƴ‰Äç§É2³uÆíîËçu»³)<©‘`ù%¢ÙP“Ñji¾Jûf‡XúÔl–öòSH}ƒTl󋌿{˜&~Ó2Ùüö²-»íT¢¸±s~ƒyŒ‰Üþ xH=ºÜo€Í)öâkû‚MÈæ¬à5é¨Ìð‹”í³ÓCSÛzߨF\|k«/ð. -¥ù¼÷åý¶1ã/È›}úBe[×ïÊ%K""PÅ(ÕûUÆ[ŠÏ»¾\w–Ÿaé„ï¢ó 2FHÅÔøòò¬“òA„NƒÊ5%”Ñ»”øM­÷Øø?¯ÀÈêtOŒÔœÍ—ŸW“ZÔ,nþaOÝÙǽÅrÙQx¯£Á.óýêEëN?Ÿ“Yœqoý1Ù"–LeühŒ6Zøvçpy¦R½ü„ÑŠëi÷Ó™±ýÛhïî謽":F¢p]‹ºãÞª¼ HªO88Nº÷|$×ÛÜï[ä`sÀ7†Û7k±ÓâØÄÏyŸÀÍ áMû³/7·=Î>;ÃÈ榩ïÉâÐ[W] =c9L¿%‡oØál5´Tý}‘ðÛ²”%±´—TyüS­ªæ^ò!•%Ã2EåkÚŒÉ;¶Ÿ¸†e³1ÜbHå¿KÍš÷IÆ[îìÒƒ¬Ë6«;6&îoÙ2>…éxl^»|Ch\¾ŒæDœ¾|v°_‚ÁômÍWÅ@s¶VÍÀúÆ©a·Ò€À€`ññöÚað¨Ó³NŠD m—1ÔäRع‡DFæ.„+ÑTJ“c,~Üw•Tyåtù÷o./Ÿw~t¥Ôk­º^¨GJ¹Àëí¾³ztµ(œF®Î -W+y})üŽM~'ÿíï{žbûû'ÇÎý}wÚ¹ç²~aÿí“ÿaµ5“‡yò—3yµ(¥xòɵ†_³×‘+ãšÌeÿ( r"àë|ÕQcñJ>ÀWßõ±?ì…¯èìäÚõ’É'÷ü—îÎ=|}€ªðõaó•Ì´ÈçÂ1(ZtHªëë8×gÀWòkÞ'Y_IÃÎÙ~Hò r?1 s;âªpQåV‰VÃåñ¬´ç:KÁ Ÿ •OµR æãŒU3&<†z×¼×½ðsÇ—éßíÿí¹è¿‰h¿uñ;éi>Œwªœ3q¿˜pþ4Ö:óÁiä¤ä%uÎù—Ê»®^RO­‹H¥Ÿ#3pß„~î×Kû•ö¤®ŸueÞìÎÕJ7_”|î0ážiÜï1ã¼v´™½K™…šë­¹Xÿ!tßïd^ÄýÞ¼z±s˜"»¼ï÷”FûþòLÛ÷ -n–˜ÿnœøÝ©WDDÜ|Û¿ûçç'‡¤âAn??δœu©í¹œ·ëõÕÞÔ;“³Šÿ0ó:.¸N2'cWk ˆGçWñêÑüâõø¸«TÝþY$àîæÏ=W“Îçu|–>Éó‡áÓÓoä´)¼Álnä]-Ï}ùN{â÷§;ù=—¿›ñ¨wÖãœçe«-_j¼Ø©vx£Õ鑿¼#¬ªž¾X>®-%Ž/¥^X|–c¹lE9켄”ÛbEUÏÝFP]ú¯2Zí9dèÚº!è¯7êíYõ T[·áàüÈ=8¯<<\\¨Õôøb~M_V'OH+9ó¡ù½>¹ªÖSâóÅ25^(¥t©œ;Ë(O¾@浩 -ÙfΙÌ]]Fçyœmä‡åºP”G/EíX9+®ÅQ·ÔºJªåxtݪø¼çîʨ‘‰U‹ó|«¦9ã³Ú²{êÙsÕoó†Úó±DÓ}h4{¾£ÉM&q"ÜŠ®Påv¶¸îš×ëû‹šª´œ7ýãVË×X>D†µù£ûéqþØ}^/ŸÒž‹ƒ6w~ãn¿Ö¾NéVñv县Ҕŗ=W¯°Ü?6oC4†ë£³~º~y1ðºÒ烎šÖ†Ñ«?:L]žŒn¯¼ûÏAe:~žIñ×t)w?vMë¡q=dNxcù0éøÃÓ‹ªâšN^/[³¾˜/{®yµ™h¼r±AâµsØ/B‰›Å2Ý?l îg_ÎýTïÒY¸R˞ŋçàæ¦P=”®$ïa/°¼u…Ü=Õ5;ïOŽÒuåø(¼:ýëî‰7Pé®bœÐî¹Þ‘tˇϫ]~åTWBYÖÏDn\n‰½g/Eç·uB¿œ©é\/¦sмÐ=Ês7ÔU3Þ^I;e¯µvÆíׯ֯³ýÃ@ú¬ž¹ ÕL^Nžôó¢'˜¼Ô×ÒÅÐð×.ÓϽ/Ùt‡Œûuö*•º? -ûºO{®ð çŽE2µýƒ(çå£ÏÇ·…X¡˜MÆåÒ}&>Ÿzª‰FgÔ¿¾µÝÉ£Ð<‘ìòç/©ÌÅ<’–œ“ýôâàè>swKgãAõ,çøC¹þêè,Ÿ]+—1ßKï¹ -³lí±XŸ>ºK—#¾X>>wzËÆ97¨äŸµª– ¦jÎîE¢Ö —ÒõÿZnh‰j»y0‰.›½¤.ÞfnéV]Ôîn×û~ÿ]KÜÜÇke±åVŸ[ãÚ¬ºçz¨_UÒWÏíÜ“÷$öð4ÇíFúfÑ ¿´g]¯«5ê¾8s÷½êÅ4bœO{¯ýÃÅE¨ßöU×åNsèÓžŠÃ$i£Ì¹÷þù$Òš>ßUÂ/j¨sý2¨G{®q$Z(_{Nç$³¸ˆL]FâaZMD×3ß2¨Ìî3Bv®x½yïæøèõòìðòurxÜ\$º'«Åú5\ôî_ûOû³çÈ­36=w9ç×Ró q3÷¼–bd÷¯ï\ÞÃå~ÿÁ•Z9¯öËó£üCíìøX¹8®žwe·×WðºoŽÃ‡þD[zev¢D¤ñI·¡=ŸבçÓÑuyJèåtíŸ&ý¾TAù2É¿’ NWùÀS@8äÎ{þ}núx~Èg=€à™d"Bë4{'‹·.qv~˜–ò™û}Ù¿_¬ÊhèH¹Ê…”ÕQîI-Ï–‚&ˆwOZPé‰fëà쨷nŸÝûã„&Ï÷CÁEöA:¯d˾ é¡|rñrØô\æND=¨åCƒ kp•–xاDra#ý8$_¥hÔۚ͢Æ}'KMÚÞ¸?ïŇWñz"×8Í\‹ÒAâz*‹)B-«¥Z1tºïÒû/ÃYúA[¨™„{Èúïä³ì8¥¾æjwå»|è‚ËÜÏ­³Â öKeþ l½–]ç°r\)ô/§Õ³úêæ*rGµÞã颞¿›ö\²ãnóÀ7}jv -û79ŸÜ¼Þ9ÇG‹»îé£÷>_·Zg¾háÁu4ºy0‚ÙÁcñFq>'S®}|˜9k÷gb«æïž¬G=g¦"ƒÝñU¸çê{Eßs¿·zdò‘Ä0ðv‡úüð²ûì3V«ç^'}ü’8»?GkËñýŠïL.NÓÉÉëkéxZ’õÊŒó<îϺÅÕWíæ•”çR5B-«g#¹îN”À'¬S99z$×ã‘pk¤‰¤”9;i>¤É^slj|1½nœ¥®Ûén¿z«¼gÉF*¸êÂqVÍ»#‡“TI”Ÿ’‰€ÏŸÓ#×ÅÔMãéæÌ{ZfKÏ÷åÔCaîòÄ/GÙE»H¤¥ÁžëÙy—Êw¹Ä0åßyî£c]+N3/¡”¬¬åüsóìºÕ¯®RWÝ´>hNù¼~>;IeëBKà¹gWNQŸ<©Tþh._½õÉ¥VMN¼º§S}-½Vá3²/ÉE(ã¯ù -'·åP¼xšr¿Ì¢×µ{W¬Xðtê)í ëÕËõËD~^¹›¤Âõõ¡G<>Šæò.a‘lÉrj8~¼8nVC•£dç6纻ÊݾÖz|Í—|¾Íß絜ÏU õ.k©ÃãAý*Ÿ•JÜkp™*Ò!?ž]®—HÊ}°ïž)×w±VD]êÉZç:ÚnÖ›g7/gò&’®TƒÉ•·Þ=Š’Æ*J¬ÂÎqe¡:SûÃÈÙžKç ‘ËRÒ=ˆ§Nü·7u¥eóízl‘ÌǼÞá¾~Ö{h$ -¥d¾6¸¹-ÔÏ_o×+o²ö"ßæ.ëµF(}Jöî[|hiœ¹ªbÑ©%·Í_¥§G‰p±dç2¾šFJW|w}ÕV“)®[z¼^» Ó#™šéJE !ã®%kÒó2q}š7n_úÓd§,k³ª?VÕ‡W™äsÈ{å fÊ‘BSO%¯+—‡ùL$òXoªVÏ’1c)Ý Ê£Å§<¡2e)Û¹8¸½ëœÏÉj% ÕoO»Z¡lݸâ|ir2®Ü¯ã\²p9LžÇ£g£Vñ‘…ÝOÂT_ñMÅ[Æ03©¨±;owæLU…ÕC&o溢§úù69/R&%\]寥ôÁmÀ™^?§ø»ù¾7-Æ'éIóèi2*kÞlí ò˜yÌÊúÓº¿rgå‘– õ9±º_8ªdnž -á̱!­ÝGñ2“Næé—³Z@{•MÎ(Uþ ÝÚ?Ýw7r‡ÞŒ²^»3­0ßìi߬àîfžÉDV×7óSã!øp¥_î"Ùåàe•Ó³ÇÞôãåËA¨ºtIÙ/Ÿ.?ç¼vd½ƒ£‡tr0|$R_qU—ï§ÓŒrÍ?vƒç®ÒAsŸOOåò«šca’®úncñE¶~ÏôÚžt²6ójWËøQ.3 k¾4‚wÌsªgïžëRFÜ=5ÏtQ½¹O‰„Ž ÷/¸&Q*/ʵÇîu:{ç|ÈÇùÇâx}r›¾¬dæ—Ëü|Tké´ü˜jqÏÜA1˜vŠé£^<ö’íDSͱÿn–~É{”‡ov^ç×ÇB:í¬¶ËJ|Mv”K—ÓêõÑa\Õ/¦¥vÍ–ö§&êëÝ¥X˜?­¯ÓápЯ]å–­›ãôú`ï53òm¤á9I”Lº1)ªšRÒ’OfBáÖeµÙwòéãDîrÏuI&×)+®ýÔê|’çšë꬘hd‹©fÊwõ\Šyãþœû*}Û­w[/OÞ]î²WIË'Z«t¦GM>¿ÒÎ|í%Öj§²5ßBt¦fžNmˆu9{ÖŸî¹Ríe§íÎ\Oïò‹{é2=Qb7ÝÏ/<é7G³ô•èu5¸àSø>4¼n¤"µrúÉsÐl>7©ÑKM¹tó¯“Z|½v•W=ó˜?•s×»uC92¾õU¶#)ÃôTo½dþËl–«†./Ý¿ONåñÚ·ÌÏ\ù×lã%W}XÏï‹z#·;£ìÀÛ9(Vož^r|MïeÅt2ã˱ël]é™§IÀ«zÚƒAÖÿ,=dÂÃB`Ïu\9[3ãK£”{?t´ÐÉCé8Üëd—1¡_¼&Ü…»ë 3{.g½éËf/_™Ö«™ž'Õ½¸Æ+¹Û’^È„eèM‚ÁìJÔ‚_Èy7x;3Õný|Bä1Ñ){ïøn½ÜçÂÙkçâºpã J'ããfæ™kl‰2…ÛR3œ‰ÕZ/J³S+å¯g×åøè8¹]æ¼ÂóY.[oºÛjQôÖ3ºÿ Û ö<5±žuí¹ªOºŸYWëý”Ú:-•ƒÕ"“Zdâç³ôݰ¯\>dŽÓ©Z Ô«ü=í2}ãêÆû½Ç—ðí½rYÉ.B©çÛ~iyÓ0&q%럦ÎòãP«QãïŸ ‰„ &G&^_®ü⯬3~1PSÎ+ÓYq¢éÇqåä¸Qj•óâЗÊ]•ƒ¹§p£à½?ð¥„l¼±|¬^ŸóõfïFidÚÎD3ÙXûSµqK{ÉÈ)m~ž G+ÁLä±Aiâ ÄŠýý’*æ_ÒÊT ¯UWüé1.dêSëö0x0m{ÛÕ̪Ðïæ…ÇÌõMY¾Ÿg®îŽÇ‘HaÒ«GŽnÎÒó“QCqjÊMo)§ÓYùøáxMä±üÝþÁ~.x?6ÍB{4_û³çwõA¥ã*Î[v’©ô¸«¤çÐys{Ü -ô3®+gèÜÉäÉ:\éÚþô4 'ã7å9TN-ïÞ8÷Ö⃀üp”íž4 »IdCùÎý~”È`ép!ww: =„\ÑŒ‹G"û¹u¼Èêévë®'ʗ庼–"鳋Ãáqçú9šo­‰’®g}O…õ$y{èMúÏGéjüLP“Ïײ––G'ïU=šóWáÜCÛ}{žŠÜ<¤JsïUöU;z -ø'£Ô+²­ÅyÅp׎ê™xàE.‚Ïž››‡Ä*szz™Ï/³!oÞÝòçÒÓÈù}ném÷#ú4A(Lztûr“;Y¿¦ån$}ŸN§ëlúéÆwtß>(d\Fã¶X ,<£Õ«˜­”fA+ŒÏ*‘ž¯›s;µh^vsÚõó x—-œ·:¹ E8>‹‡±ì‰fä³¥»+²K;Ô3ϲ´ÊòëK¹»ªÜ_—¹É´pç=-6›³<_h/æÇù\0ãωçýPþ&ÙªæJë`¸Ö/^çº'I#ÛI4äËÐô:wÐw³>^wÝÎ;ëì¹qBÎ~Ñ?ÉõZÃåøµ¼NÄ2ùq*uUN•Ôb)xÂq¹çêcôútù/̪‡ÙìºY>^ÊÏÅ|ëØ#e•r³çOŽÓ£Üä|¡eÚÆ ëSõûd÷¤på5Î ?Ñ+«ÙN2‘â¾Z6.œ9Ë…§|"§V_§sWqždSª|-­§¡óB¤ÉÉ™î:«uSWë\Òÿ’,¼J§ûÕåQ³)í/ïóä±³tï´k7ã*W{ˆt‘Èðü~%Np1û¨5ÏfùI)¡-™eÏ7òŸG¹‹¢ëR­gÄ„pÓÂñÆ}¬½öÄÓv¹¾ˆ·Š7‘?”[s9Ó^¬ëE#[Èêó«¼ûP«: G(¿œK6¤‡Æ4QšrwÙLæ ;.¦ùS}}^˜ |Í{þ$“n5*>.Ÿ‹¯Š‹‹Òõ­.ö‚¹ø½¿ŸdJ· ±E¶|5zw–[MsÕ”ð2É<Ýõb~®šEééì.” =™ë”;ý`¹Àù"麚:ªb¥˜?“™Ó“zîvÕ,4²ãÊÍí•«!jæë«‘=R[·Rr•ç« .>ÈhOÇGKWí1¸ék…I¶Fvÿ.ï¾:éFëP>U=8)†Kÿ£~•=Î]hÇFç½ÍOséûÀÐw»sfÛ.Ñ^³íò¼ý¨åŒAŽÒâ¥qìzU½Ý?­”²Ç÷¹â¹ì\§Vû9_ñ4”Íœ‡¼?ä›–Oó‹ØC87j<ŠÍ‡¾œ[KÓDvžw>¹æ/ÃìÃÐÏ—²÷þ¦Ø¼#ÒEµÓ²Åùâ,Ÿ{nÊåaVé²óÉQì¼çŸ•„Âj˜×Z«¥$bS¡­ÖsÜiÿÎÇ—z\~89Í -±^ô!ñ²t53Æk½tÓ(>U¦²^wOVƒâñIªKdËóùú¾2îù¶æ=¿¼©qþÒ—yÉUä³´ ΊWcá![v:ŽÜ¥ˆ’+Ÿy|åLfÑnöïæ•›áeY+¶§C_^éÝDîÜõ ”ÊÞh÷®Ü¯6Ãûby×À¸×^ŸÜZ9s™ÞÏÎn_j>·^•‹µ;)™yêI­§ÓÐéÃÁ:,Uc7D«{ɞߎ;Òqáõ¢ÿ𼽏ÆÌÓÉ—ÛÓé%—›Mjr®îÍEÒ¹¸è=å DæwÉé-Žø§x3×LŸž–óÇZ§y\÷6}‹þIññ0•Ê]§w÷÷AWAæQñº*7óR©›´.µrêR«=DއÙÇÛÂ…wñPš—f×Í\&žòj{®ûõ0Vê>ßÎJµªë¬œ îËO®ÒjT·ƒ©¤÷ ®ß‡"õQ>UÑ/ºš°l.Kœòئ+¿»æÖ -ÙÓ£äá‘:ÏŒs÷ÑS=XjΚ'Ùx+q‚m¼²ž\fsFåv¼•.Ë~¹¸§©CÃÓ,fÒÁ€VH×Ç©DÔ+œŽ\Aï…ÿrzÕ]ÎüÕ¬“¼¯ñ~!ÝK'üÕág”s‚ÚO7sµ<¸(’JàšèûébÍ9/\OÂÝé4®øóB9Õ® å©!¦[áu ŸO²ëðPßÏ=ÇGµ§×qƒ+^æÜ«|¥èlyrNß<’Íhw\©]of#=mÜÏz–)¹è«g{.Í£k—™Z¨çÛ.!îõŸ\3£Àe7× ?®ïºÍ¿0©]W£êK®ôäKòSý8XŽ%^n®ËsïCÞ™yÛ~ÿþ….•õÜyïf]P‚¡}A?ë‰ÙÿŸ¢óLVˆ‚ð -î"QQDDD0‘sŽ‚9ç¸ÿÇûe•Ìœ>ý5ŒåîA‹CçôªsÈN¯k«f0ıo8î(guÕµÒWqô´ó1øjk -I²‡èl,µ›úO¼‰Ì¦?ÄuÏÔÓÊ=rýpJm´2i/¿Aðm¸5N+¯„5E%/_ŸŽq›ìÂúÅpö#Ntú-ÞýáÜf•Ö½WÝ8[ie6Îøeyæ{‘$ì76›°È•¶«þv=ønèYè¼}Â4÷-¶àgË›g‡³Ñ|÷dŸ6˜AT-*¨^v¼Ï|qr™1ÚÁÝ?-V•Ü#ÇèîÕ¾Åoj¼Òûlò4¹«EÌ­9¹Îìz8ë6Æü+Wê»2ÙvDE¨è hüè‹õd))²Ðl ãa]Ö¯Y ÷d%ÌšØ[Þ«>áþp_l»­t^ÌÀA´Æ¢ÝX³’)’uSÜ/Øk¯lÕf°I‚È;p£ºê‚FTR;þò¿WÊØÌö•ùjl‹ÿo‚T/sgoæÉcž«úµÑƮъX{¶vL‹ŸÞÚöSyšB†FÐCÓðÐ¥á~5CupYzöêþ¢“â~ÕK»|e²VÝó"¨º@³S¦½Îuú=þc7,ÿ†iÒÎnâNdúÀ‡—“óFOu)Zñϵsx¾¨¸ü0å yTyY>Aë`6¸¼þ ÷U\ƨµh¡^üöK5¥®žlöÎëÁ5¬ÆÃ/×6àŠµž†™h7Bô@Vf3Ó”C®tõ£iàIÕlï©ð -gJŸSh»ÎÈÙ_ê ÿ™nÑÇÆé kÝ»u cª¥µ;òVw“z6†à-ð4}Sý¹Ñ|µàœNéôÍ.ãC'¨²©&]­q'y®Æ'w«tøaî´›QÿÆŽìU«Jv‰óöÜœ5ï‡fýªÍ“eç3®hÒï{#™åjUÏ·J8ײÎÈô./f_ôŽc“䪣\K3>WœtJIýkÊW¢£‘éÖâp°–…ÞÛ:+E½m¨äjoýT¹ÀÿŸòì«‚mœæ5™ÓÂ]`,+MVDŽÊŽ|ç={H1ǾRÚ……€Fç‘ÄHQ*VàØìý¤rùª6϶µè“¬¿HKÕw«ä –»ZRg -†Q§B¥þ˜ÉBV'ÃÑÄ7Ó[¥Ï³Ÿ­ªêSÔ¥²ÔnI—åX]­|ÑÞ-îoPkù“Ö¬’—?Ö³R*ëá.ŸÆÍa︤굹vœC{o¡eíXÞÎ=Lˆ¯„Í0mNSe§~|mÌ<ôɪè‹âuøúZøm|M&{ý¤¡PåaöÞ|= hæ8ÅNý•a¹+Õo…¡ÐGê7ÙGð²`þ–MZ´°íë™lö?€SÛØèåÁ±&Ò~i±z·\lG;pø9ú;¶"¯} ð+sauvÖ4—õêž%ÚÏÇÚD² Á­wB‚Ï«È/Æ '¦VI Ï´ˆÄ[S•TØWÝu^v›Cf2u€Ì·ãÐÞ(÷ŠwžX_j=Q+튨ãŹÝjÎ>®ùùkë?­±ÞyˆßT2Å¢™Û¬²  BEö…oóézíP÷_÷Ú‚E±ê${FuyKu>Gâf 3?´ú=A’~µk•«*b<ÝÎÞýðL+nÐ~üh €Š47DNÑä -km«7¸¥À¯:͹Œ^{JYÔÆ.gO–‹V‚hwbš¾LKÊ›>Ø·šG}t¡÷éØ &ñåD¡QÄ÷ Gàk $*Ÿ¥¿Ô?f9´{…*ïìæ2_«ÞY"õ±×Þp¬êÓ%’äÅ»¿sùk˜µiÃð™šwæÂ>>âP¨ØÊÞH•’£ï©Oí«]BGñ¸óâF5é;ä%Bw¹úþƒšwû^uWøƒ³Ðäu… êr{¤Ï ¹²çÌ‚8D̳ˆ=Ÿvšõ·,è{ûß›áZŒc9¹(çXKª,yÞs¬çlñBâÓ°~Ì (VŸ<~‡àâŽl/ôIfÜ/9<®¼!a;‡Îb{¥Ô³P›I¥Þ¨ô‘î¥cÞû®:èÛ,•×~͸ã=Ð`§¨+uþÌ¿ZIÒÓ³(TðÛV6Îm¾1ó¯ªæXà l®ÕtƆÿ.1{<9=žê’*-‘®ÊV¼FwÊ3ë¡WúvþÙ¡úÓ¸”³Ò+Ë6×Ð'W Ÿ—åû4š÷‚ÿÛ9µ°R?Õ{µ^ÕÛGÕ3³ºU›Mí)5gCd$@ê嵌¿T®g5Lï.½Ï©IŠõš·i±ŽqÈ^rDÎGÙ€=ø¬AÿŸðúN÷ÚÅÕìèèÏûs‰ W‡ëI¨Ÿ±æÖDK¦è-áôfyòàOÚFjÃtŽÆ4-&CN´`;l™vzç\Íaúx¨øœ Ù½ZèÅø}Î7‡\Œ@lJÚæ\ó–Ó{kÛ³»QIГÓKF¸q Ü.§áýî Àm¡vµqúøø±”áLµ&[¤Wk;{F«â%£ÍVo/™9âÚ·NõÍ'0.‡él,Üsiì^ZÞbWÛ¡VÝ€Ífè¢ÛE7˜Ð&õýŽ}=Ý9w‡ïÛhôÛv­_íëØó]®Ùc„kræç¥ ûÖ&«&&@Eþƒ’É·Ózš‚>…a ï‡ôò*œÜ·¾={÷U:Ã[Ù¥ãäQ¼päu:¬šRr´ZK­då)lM÷%y»h†;XW|&:Šœ·} :ßïÿAvð7AÍá6$GPSoWÊ:®n¯j¨×v2Çï^X›àF6š:2üiÙE =õ_÷³šÔ9!çSt€X-‘PÐoZ\ÂóE—}/á/Ý?jÚÈ/õãÔÁØ®ºO¿bõNWθüš7óS;óùú5ŸU™+#:þ&]^«g´_úpÉŸ„âÀÔ¿k -KDæ„î.DÝþÕÍQ«ûÜ`Ö" æ;/†ÒFÇö+k黊"øÒ\~ÝS:'67¢¢©TOy=y@7¡?˜¸†Âß¹ux­ÿ–Ø™ž•«šÜüÑ ¤+ßõ’V½F#±7pmc°ÙB/Tù.§óÝtØðù¸¯.m5ëmª<Û^g-5ŒFŒ.Ô……C¢nk¯ è9ŸMƒ<¯kZËϼQOÂ˱4’Ô¥X7Y>‡úR— ,ûôŠ>6ä@'ª”bô{^Ö~$Ò 9¨üÆ ÔKíuÇÛGaWÜZ¯×è½]>NFi‰î¬Ú•]Í݃À¿³‰hv§U5Ý»õ&ók~›†ƒÑIÁüÉÁŸƒÀæÎ?øû{7kà¤n4·6è®Èm§|>MWGØÚ²ÄÇ®|ðÌ£mïGdÖ?Oña:Ä,«E[Åê¾Æ%3}Æ`ðƒªW,¢“Záb¸r ¼¡Ñ«Â­k¿m ›ý¶%תž7¬W“FXþìe>ª”oÎüåSáqð™ùýٺР£xª«O{kð'ë˳Ñi`¦w:†[¿E~P ð5¯Û.²G»*ë-æê÷KWdö¾w™±‘ö7ö¨_œ•Ê^Ç3ºdËÀ;'˜M¾tÛO$÷Š9xDr¸9<ÕXó*¯^:ݪ9Pž‚ gÙ×8 œƒ’ÖÓm™QŽXäiUb>êß9–»mûæ¿(›a@GÛ µã±¼ L‡ë¶bÄòBý­Ñ"O÷æq;¢—³œìwÆþ`Ž m“xdŽ9J#œ¯?,ILл£¦î陨ÈÕ Ö5ÍZ÷c*¤8Ñ+“]g&>Žl.[n™/Û-6øª\ÊŒét^ä C®þA„êE ÿ¾f8/o¢ZƒüD/gY NÛº€«¹vé~„}u(éRª»MᙑN{£·5@“•*ãFíZ£m‹DÜ´ô Ê)#bâ9Þû8táuƒ=cù3½uén¶¥4V–‡òDÑXu¾º*W{ò« _ÊpP¾ÍAìÃÑÊñ±Pt/¤ò8ÚL6”;^e#ºAÚ57ȊܘÝÿæƒ2úhÅ…*ïû•½±Ö+ZXcNÃj3~9æxØ Žmõ¢^…ÙSLL2…kgõÆ1óØðÝwóxäZ=ôƒx ˆÐ~ðÀ4eÖºÛ™+.Ònãò`¼¢æßÿyèV7z.»¹Rápz(ÐŒN„›Er?Á6¾œ@oÐÜ*œ»´QóWàL—ÓnÅÇ«u·<®ÔÖZe´7@Å2„‹xsm"ô¢ÚÖè!d3‰ñØ-Ù‚ùEìý%ýPò Y=c »Ú6÷Î 6èÒVV‚ž—SK™»hcÞì¤È•p)/7·x:YÔ“žõ!àEöÓÏ.M¥–UiµóDX7øŠ ÓB•ZCß„D‰!k±*=Mü¦ž=kç÷ËîB¨hømè®­×X¤Îté9ÍC‡<±—¹˜Øè*¥ï¥¼%µ‹_¶ËÐÄ )Q›{[X¦—¾Î‹\YiUµáËàÔ²mûª‘ùoü*,§Øl41ª‰êáÓΜ.šÐ5ò 9Ç’Ɵܬâ³k’Ø7õ= ­ƒQ[Pjyû´ê^¯¾T¾®]ãƒJô­;›ÚC É -zæqÞ[`0›¡0ëý¾{5µ÷}ƒäê«–+µK„hȦy0޹# :™_ÖÉve|''ÆzeñV%Ø<˜Îºñ–-Í–kMN+‘þ?ßç?tÖ>g¯þ{H¨þ¡ýZÆ.âTñ¤”ÛÞDÞ¼‚À,k—æ\³çbEq'ð Ô’jª9Y]=»T$ÀÕo–XÀö™¿)g‹ø+GmÒJñçáò‘ƒxõ,©± u»Ú¼¸ªë¾V@Ýóƒv\±+Ý—q+úfþnäÓK{f+Km/ö&ÙŸ´ø§b‰ÇÍîçÔ?üX?z8Sêù†GúLp|È<ö£ö-Û´}Åñ‰ èÉ–¨¥%é¥@¿Òý„ŸXVàíBé|£Ùµâä£XŸ+˜9œ{þ¼Y2;å©ñz#ŠvÒ%4‹ÌôÚMÿ eiN*ÊL -÷+ Z´jõåôRñW»>Ñ(0ßÈïõ¥íG¥ÞXû-_iµ&‰4¹z¿€4Ús\Ÿü¬º-}nŠê™Óê4Curëü,ôrˆÊ6oÒß,+½Hƒi³eðíø"/£ŠaèØ<Õ70É?qK~Ü„Öñ|=P:õZ§-•ÞŠ–wöW¥`¸ñMï@ç £† ì‹å5š os‡Êú’ÚrêÙ¬([Í„ËÞs?y²˜0—òš TоW8¥rª€US<<ôÁÛ%¤ ÷H~elòÒs<í¥9nò¹ãÏÝ·¯aÁ0ªÁÔd3W†£a9ìš¿Ã9÷zuÕ†Mˆ3Ökô,Ï1aå”Y<éHÎâdÛæDý']ëMÞ •úË“­ÙEÆÏAÈ[ݯÃ-¦¼lújû¢ˆ ™Z…¾å¹vbªæ¥r0²K°—ˆÍw"d5’³q$§ÌbŸIïá¹òÒõ¼>h—õíäÁDî"—ÆðXoîœû«'ËfàbçÉϱ“œ3Æ ¥ÅE ‹À¿¬Îb‰šýˆ¹cf Q’7Ó>ÎåüF7GëJÏ|ºP'íøgúÈTõºéÝUàæ¢¿•,KÝY¿êý„¶¹î ˜TÓ¿­õXt±x->7iDa´¦£ ¦ILJy¨¤ù¤°‹@¥ßáH E؉ƒúdû•{Ý!‰åcvæv»ÉAÔµrö÷ŸáŽlc Í'x¾YÝå ØÙ’³?Èiç“Q–-ß®´ê+>¡¨y¼ ž påÏ^†Ú¯µÞ—î%è-7²[›„ÚÞ2l©ñçb]ª‹+¥©½c¥5‚Ÿ¢ÏJ]?Pæ^<ƒ¤Ê·Ê¨¾.—ƒôQ0¡J³CÇ©hÕRc§ö:状xÒžgu8*òWïàdWꀪ(Õ4 ½¢õUnÓGUõ§ÌJ_tõñ²æuÚPçßzýÎï|-ƒ3]X,3-ÃAP^¾‘H/?ÇG™>Œ4®šÚì-î4È^Zàù˜j’ÔÞ©}ÕÙuÛ‡4ïÒ[!KöÿOáì—–V.³=´³ÈÆK­÷hÓámCjª¿2‘w×ïßOO>³‚’TbX9z3Pû-¯NÑì`QÚüv.3Ì6Zö®}\¤Y0Ža ­”±XMÔ>Õå²®dAÁç¢N…ë¨òšuƒ@²®öµt¡g8š%€ªqWt“MbÝø‘ªŸAáŸ}„xÐÛ«ª1>{ $¼HY5FIÿßÿð÷f0vKV~š.•§òÙlºƒÞnv'HXó@£}áö9¯A༭G\ ;›Qq^“myÒFžk/'¬¶ÊˆÑ­+;ã@|YE@ê—M•,˜¿5ÜÖ´SZŠsœíêywu¸kxëì8-s’Ïj8W—Ñ7gó³>ýÒFåÁT¬;ê·&»£Šât­©ðaݱéêJñ¤mo-Æ|õö*œ&Ú—b”¨³¨æt_¿¨ÁYèÄøé‚·OªÌÿìñb&ÙÑd›LTlþj×jpò§Û÷H9‰;®Òa’¾j‹¹ÉŒÉþ¾AšüN«ˆ3߆ýó2¤ÿO½S¹$v‘îf†ÍÚ-5 z½U’Èí\žÊK’ͱ”tÝSDÊèq’Ö‡pIbçZÃãD‹ndäHîNÍ!™/õ ”ú2Ò µÉÜ&¸†«/GŸÑ]ßh§&ñЛ„‚.©N¿ú9µ›²XÕ¿–iV’l‡ýhåYYƦ²qg³îQÊý²œ\©‰AÜU ý]ôËA£é+|[ªÍo“Ô©þðû¡Ï¥ûPÙm\Ÿ3A]Ū¦/ 2`&ãv?Ü7Í…NHîÂX¡_Û8àQ+8¬gN=ë㻬Ùe`¡ÄΓPŽh[cOÞ^» ¿½ -ÈùM(DW¬þíӺΖŸ]Å*ƒ/Ðx‰ÀÕ>¯´› › o4Ã$®(T9/ëòs¶£G[½£ç0;ÒnÔD3ƒôþKC4iŠKO¶ënß…ç&þóŽØª¼èLÕ–êõW§5Ë×,XogtWcÓè·~z©«^‰úàbg–4ýž+È›èéÂy90-ÉvÒÕðýú8«´°íRÙ3\æ,"ú^ÛŒÿ ¡Íg‚½æ¥@GõÖ¿âÕ‡RO³×;jRñÕTx!PŸÈ·µˆk½St˜w!ãõíý_Õ‡6mº„Úû,«ž|FXEÄÓhRW… ðüÒæìËè½d}ïÓ¦ÖxV´ -±ì …Àwæ¸ú#“emúê´I4E­Þކ3¯²ÑLù ôH|ƒ«ÚmÚîôõÏñ墣x¥Ñ- F¹)·(fl¼žðªŽvóý&úåÃZÆÖ|û~g\«¤šË~õ³Ü)|£¹#RŠõÚrv^÷qÍðsMSóÞ°c?ù¶;kÐ-õÜP¬ -cˆ´±8Õ«&…0ñ”´P@Ÿ¯ñŽc/32Ý÷×ñʈֹÀiñ¯±IóuѲSpê7%/ F«ƒ©Á~9E) œÝ{ì«xÄxóFuao”ÇÐ4Ò#J{¾6ÇëXT²¾¸­l¥ú®òÒMí}tCºãXÞƒ—¢Î¨¤kþë\ž¨ñ»“T&Ë‹glÆòÈåÏLœHŠHµl}¶/¹<µ î–â[·o$Ä,´/wl*NŸí÷øýS^mJ¤a'yÜX*>«Ð%aj”åV¿æß²âÔ¹£3@eo=éÏ‹Y|›ÖûÞ¶ÙP”|&·Ì­Ã½…þm•›³i›T¬K§®&*²ØÑ|;Ì ÜZÁªîug…ôÏ17–ëzéª)6³:Äfƒ-Ns €„›o˜Â‚€0+2³¤V!/hÄè|7ÐËõ×°å×D#†£¤˜1‰ˆì“] óü«Ÿíå ¹·œ›Àí6´^Êžî Œ²[˜°>Â@p׎bp&àÛÅô¤÷àþKO-ª 'N›_½¯CÏH¯ ½Ø7f9¶®¼35FÔel%Ç `.†â—«U†M3éj{#[PŠ]c7Öú®£È î²Fï<¾koتd1ùh>Øü¸ºÀl¸Zf-´±Ùùå*äžý0¼ é]‹µL°mŠUÂYáz0)›N çt -NúE>¬äúö~˜9åm -cX¬«E<´¢_Öƒ·UòVÁ7å¶^ŸŸMËù¬æ2„qMì½Ïb¡œßé­«ç^Ü›­Õ œ&Ö´Ë ï"ÛD9ÄŒÝÅ1Ééë|AÂ1ïO}!Qr7õ×<¼1ö]¬Â"ÔrgéÕ¿í§êk¼H|åp*jÏ] ƒÜ_uitÝ<²àë\9;Igúc)ÌÀÕžP1"4¿fïÛV'Ÿ»S JŽŒ!nz^¶2=ºÖ»ëdï¶j´qäm/GݳVˆà”êµ»¹(‹Jd×§$k{¹ð˜½¸ÉÊ\ÿªW1mànüÀ«éÇ—Y?lš«Giãåkrõ”Ñ| ÍœÖJ81èlÙÇÒ=(«õ[vl·P¥5š†1¶f¶eÔ–‰¼×ÄÈ -±«_Ѩt:zn;!=Qf ¨Qv '*O¯ênÕ¬§rްâò¬ªÞU{ûö±0>i<Âu!ªøP²Â+¥ûù…Ùpi2‹‰Éjˆè¡¦ûvΰ© ¦g“»‡3pb)aaÐïÌ÷”·t¢A_á_ÜÝV WS+áF1kÜÌ©–ZøÄÛ:ˆ²¨˜+–‚“{α8¬Wy˜r?hÖ‡TVUbäê½²IL^!µÓxx4XέßdÙÔ<â“9>ìÂb›æ(É»!¼æ n¯»Z{ç¿Í}v·ùáâ­¡¯Í´¨±Ç!hfZã5Ì1bHm¼$7·9j:êZârcx´ œY¹ `[}ßëM­^Ö9‘+D7õQ»ý2áÓpP'®üG'—X'x)ŽJ›ã¯lk˜{  žÕEë]ëxõêN»ð‚'g3óÀ6Öê4rKÿ_¸™ -êíÖ -bŒÆ¯ íüû‚³"ÞèØ«¬yóÚºë9¯¨é¦¦ƒ;'A,:Œ -ס¦Ó­OK6#¡ã±òðÖçCÏÍ×.gH®d¶Í3§RÆ>7ëÍݰcv:¢s•Õ*:…k:¸êŸº€káoè×°ðm?‘DÊÐcá¿y¯¨1ÕëÏL UìÝc…šX#ØûÐ`­à\ ¤Ú˜‚g¼ëêËe xæ§ßsO÷fMòyÉÁ)«Èòv´ï`W÷Æs\çu¯3ÝͼԥIIÜQë•—!Á°Ž8Gº€å–¯½¬î9B×p6«ìóº«å/Ý8ÕNÓØÛª {¹xZ¼¸z!ªL›•laúÞ±ï×$ã ¿2lInï.¸wúFOŠmµ]Nã=Ù u9C¹£}ïsù”+ƒÄÌï†õ„ŽŸ‘15®áÍ"¦îÌëÝ ÌÁ¾=ÂrƒÀžT½ŒœÞö)bûZÈv¬Ð«HþRK—)¹ÓU1¡´WjåÜ\šÚ¡ŸÛÜ·îS¦:æ­ú*ÞÐNµ3ŽÔ€›Í¶„Ù©$y€\ëö‚zBp¹úØP‘Ìò*=ŸöFÊl¶ò‚|H…*½ú¶ëµdM¾tCn³–3ÚîK]qû&åÕpŒXW:;Ö*§Ÿªð2^5E'+ds¦à™¸>ŸýÁ(71Ma¯ç¶waÅ·æñ™¢O¥»[Šiè¢i°ÛPÖJ¹l³ó^©õcg¡Š ˆƒE;WØÙLá0žýä´¹¹¬)‹íœäÊUN_kÄdvw³ïf?¼œÓžVK:KûÖ­ní8Á4ØE‰xú¨•{ׯƾœ­q]ØhP8ÇxOÓ@E]V¶F;c\¶ºO½iŽø–¾w×¢ãc›Jÿ68®u.uÖë´ÀZ»Ú­¢7™NjîM x+ÖãÿU¾‡råÚ²­‹m|¢s;Jª¿ãÌûn$¹L™6†Üã̺”l·Ó£‰C»T7Ä=ÏZÐ×n!_ê<0ð×ça WÅ·Ÿ³³;¯€~€‰åK1ÊŒìm¡KE3ŸéLhJvëyÔ*>ó}}W­úT -¬À%­à½{šãá±gó¶ªMI§;=츛Šu ³µßÿöËÞ—·]ñqoÎ\?ŒŠÏÌ„ý6–¹ƒšm÷¯b°³u‹w{sNmäs2«æ¢?¯é»Z?ð®áìYwªâÿJÁO«OB`5¤{¾”ái§:ÝzÞÑËÀÄký–q0ÿï¹£‚5|[í–Ìm#;F)Åxk‡¥•>ýHÛ‘ü’Õ>’b|­o)o×û^ÅÑo†ÖKñœ£Ò–XsóÑ}Y>ì -:”ø¾ºÙ1æL‰XÖþ äÉ6uë¹²ÎåÍ‹Goc5sÊ럻%¤èë$ùjÍÄÍ[ÌA݈$`º°WÛ§ö%—:T˜Y -œ´ú ›¹6`ï$UPÎÀ³®Ö]¿|L›ñq5È—ŒxéÞŽ„ü(§§ÕåëdgζBÚŠÛ/²f]Z @5ÿ½Zø0É^rG®”¸³Qi’éh\{œÅ=MÝâÕÚ¨+¿¹îª¤ÝŒ I©=œô­ÙV:^×û¶[5ä[–Œpï¼/¦iŠ‹—‚ÌJS{&P[·»*ÑØ}’5Ê<ÌRꕦ±DŸÛÂT¯Ø -MÆ Iÿbò뻡Øçdä¦ï~­#}Û¼r}´Çö¿Õ•Í,T)hs+¦Î«>ºk<=šÄظ‹)â…hh£ËòmRǯêéù`MüœU¿ëÞ°X}­d´›\£]×êÞ˲ñ°r˜¢(´Îç%=Ùtik ì•:†¹>kð·´ïêÛ$_ø\Ïi3ì uþ½$]j·;Ýv¦ëÍ’*ÚâÍÝW7MæZp2e÷AÔéódÝE{mûëH¾VÒ©ùœ€µYn<ÝL0Ÿ:7¯¡R£^~ª< gàyU;Íþ j8ò$­Ù…ôêMµ#Äñ“ŠÎ¯Æå­cwp8åÑ)?µÓÌfJîWì[eð‹[‹ÙÒºó$C­SZoS7Ƽ ÁœQÝÿöccWkiF túöòÝ|q #“_xò$sºîIî?€.å`ômÌ-gÚ9÷p ‚žP »=0 {›æN³•s‹k=†Vûé[ÀâÞk¿~}/çVYÀÑ;ؘ;:lþ²÷"{ïrZ4¼}éÓøÝ\h¿oÖb'þé8¾£š‚ýóÉКÇÒ£zZû‰ùéÞ(í:ˆÝÑ2H­s.ÕÞJÃ?õVç‘UªŽüÓº^Ÿ!zµ{!®Øf«jüAMpšåÇ ó8pG\LG®B‡Ð×–ÐŽIÉóK]ðÌI¼þŽŽg°ã®ò³Ì5÷åÛFw¢:äÅG¬gÉÒ³^=ªsÍ·T¬Ëî´:Y᥽ÌßÎ^ŒºNw.•I:#[øÃÏne`Ô2ðIœgºæòT$O‘| -©F ´Yž0Ðù¶Ýä]>›6çB`Ù;Îtl‚ÙÊÊuóV -“zêNfÇ/8 ZÓA•z¦C ÀÈô\˜øÆ³ýk'Tk!?:¸ç9„Ço‡R’ ýYYµú6osR𱌥—œˆF})Œ?jÅàKfÿ áh<ϽµÓ²œ®$eoô…K¤Æ™››*ùþíœÍꊕsNl©{m%fêŠVAúШ2ç'¨t¦d´ -–ÍCm;oÐ 5µ2ÑúÿËG0Bȶ¦ý ­VãDçs o°,ˆ™¦ ×’UÒFZÄÅÇŸü–Ž›&ÂÃùXÿáG(²?)1!g¨Ûk”×C¼»Õ1ºš;‡ü}c‡áE®ÔÉ“ßs°ÒJ.ß› -£ -êϲ֪§©›lu/Ô,ž£ŸxrØ©)ì#,„Cø×?¾¦œ±Ò¡ÞûöЛ6Œánótôüv‡íèêÄ4ù‹ö)h<Èá…³sïæ}!b?;$?jï§-6É -Ø]Ç8ïÚÁ†5w™¹ƒ¬ê7–;20§P>´yIÍ<5¿ºÅg|kà)BË{zø°[0L,``¢HâÁYZL)Xþ¦oÏiÇvزìQ«¸ÓÆ;(kÍªí±ƒÀZ -§d½0ϳy5Nïußh~&°ò­#Ɇ÷rH¾}v—áC¢šìÐYd…*³÷!ðÙ¹*v‡³³ìpb¥mdK#³Q{·´áÕÆï…¥-GzÖYÜzògU[E”Öc¼ç˜Þ¬šè|õ¶Ÿ÷{QÜõ‚åãáþ¢oAãíÂë·¥Ò5{¥ÌMxI€š™Ñ1eHÔ6г淗êÑx𸨹ÌïRª]8Ì Æ–Êu:Äwí¹4Ú¿n]E>¾à©3'ÐO#¢¯ÇžKbÁcù,ªÆ…Üh§Z°žUhM”­"éͱÚÁ¸ÎŒÞâ•4{þ8 oA³_2 üM.¹» ˜öà;\¶.Ýix#4sn¡©ÑÚu÷Z‹žÌ U2ðEÈçºÁéV¾’m'Õ™Ê~°Ú]¹½š)‘Çüλ:òæ AY\÷êÔ`ÒR¤Ä+y“i¦–K*SÅ r^ Çl'µW¢Îô7[í÷ï?hdè{Z1ìÓ5^ ¢wN´²¾¡¥àÃ*µV[ŽÚÂz@Vi×eu)¿*Ö6Ø]ÔÝpGiÒ$-åõý½ÉuÐ}¬ÀNÞ·XxS¬«ÁhýEýtv½£5€_ß—ÞÆ·N!-F+øÝ ]+Oˆ ­ÁPÄÍíí×öX6ˆ -bÏ:›úÃ)®/>`;&ú³—ÉÉO(- -äX\¶"+:¿>¸ Q¯ö«Ï*ƒÍþ©7úhµzЦ*¹àXz®½²p#ƒÓùBÌÅòSIÔÆ¯??®KävÇÐ ­¬“ÆoÕ°ÃûÈû\,¸N-LÉâwÃù…ÛTöEq«p·<Çnýšh¬“ýûçtßkËÃ/߬‡J›Ñ~Éõ{*ã],ÄmPAÙ–å–m,^¦K=×}«ÛŠz˜OŒ~ÚMës”ÕûžžíŠ>– Pk3õ±~Ëm®vLR7ÀÞ Æ=–öyöx6ŸÛ$™¨úkãMlŘüHÙe¬ñË Öô7íc£—„¬êΆ>éÚû\Šúu¦5ÿî.•JⵃZ³Îv¸ØÖˆ‘e_¯€ÑS3Ow:Oæ·©p¡§8âkç”j Îë¨jè/Îj„oâj¯š“¤ÿ†®?ú´»-!’7‡†ÿ÷*ìÆ±YY5¦à1ï|›Š´ÈÜÙc›NfÇë–v§fbœ2,öžŽ0¼Ém%"¬Eu(5ƒ’=¹ÏV«}ºê4¬ñȶ¹êÀ‡ Uä—Ð\k ŠzAIº5ƒá|µ - ƘšÜÂa6ºvÚÝI¯ȳíŽñ}Ð@WûóC)æ¥$O¾—{QE»OÆ.„–x‹«)[îrXvÊÚòW?Ó–'´’͇—uo`²Þy"Ä&ÙŽFÓ¡ZóÔs¨¶Ý%âS“@Mµ~P˜ì–ÎkªsÊ‚Viý+rQ¹òÐ4FÏçÃg„Í㦵ï7ìJWëhÔeAk%þ'òÞª®Iø¥qý%ã¿nãÔ„­XÓà -WäÁéOÂ^È% -\8ÙÍ=ºvf”  ”Õ/ëu†…šîÍ:§fFi;8³ÿïô -Ê7 ®±Œ¤$Õ×ý°:ð5ý•«ãA ^hÔX!Ûq“GßB<å‘Û5fÂ0Ó(0é©®¥8Æí»½óÓ36ȸó„nøíÊpEÙðÙü[ø ÄžŸ7Ý9Þ7V¯·ZI•F}êˆÁú³@Æ66Z¬IÁ¦zß,\4WTöJÖ¤ù¼Çƒ[ÿÔv¨.fîÔK5`¾8™ÖF3 ]ÿÌÊ“²«j•W³ècË9‰sEy×nQŽš+©wð™Ó†b²âR¼‹Ò׺=ªLh÷»]t›y +ïô]o…:äø¯£AXçÀœÁXSÜ¿ç@€žÒ×|™SÌÈ‘|¡J5a¦³nì@”¥å™Û¬Ñ×èv›°mýÖÏrû$ü+°È--g–|`0ØÖ¬rðœ6µ. ô—œ|f884İšbP¶Mmð„¼?–õA2þh?¨ &5Ë« XØì¾|ôàJ’#ºŸ§G‰Â ZÑý­1ª]f¯èbðÙø}œ\æ¢LÉ£Éuœ†Ï{RIo…£86€ƒ^¶#» ÜÚ*kž‚® Rò5J…jeUÙŸX7ÇÇry›ÔtmTAôeýšÂÓÛ6é'Û]™ÍŒ¹f6ó¢ãÌž9›Tk#’ø k$½¥œ¢Ö =ËÌÚ͸Mè>’ùºú袮 qû»ß·¹ÖyÚmiÂÉŒ·~jKmó„Ëò!íº7~º”Öþg+/ ñ-<3²$sw=Q aˆQô•|ÉÏÇú¨ô²c¿ZÞ>#…”שÄÓÞóÚÄŠWÎx6“NDå' )ÀÖ厺õRyQU>Ã/ ;·OoxF-F­ˆçŽ|‡ã*Öü¶ZsO¨|‰áy^«u „‰ ‡èœi'7]^¬ÕÂ÷c·ÿq~}­ý*¢&ÃÌ‹j=MÖÂAÈÊ,{Ùš¡´žYòw`øØ±FZÉ(Qߺ»Í­³îZÞH𥪔£‘q)M &;’õ\4$ÀÿlyÍžrùT Û^ ×÷`ðyd±n#«èõóP“'Mèpô©í .û­h¬$oî¦%'´”­r«}.1C»)†dñ7?æ¶eó„BJñÍÝ"%õˆ“±Ù>ÉŒ´áåÒ‚tzsbùcyëM#« WcEçõо;1ÙÖ$$<>UúTqIîí¤ ;7؈ÏD+µ?'´ÅOëëŽa“Ñ¡ÿûǼ¹?rfN&nK#ĸâ²ÎšVÃžÄøC–mÈ{ }ÑQJ^±:Üê“`.&oêR>yö*c•#Vúlg.|, ÊÆ:*„¬œç«ó×Ðÿ ºfŽb/ ¤ ÿ¾Ì¸r q³ÔvJLbv@îã‡Äàl‡Å§õЪQ*-wL¯µ{G±íˆ(9Ë_|Ðà}ñ(Òºp‡öÖld¯°ŒÍ LäÂxP°å`ðùÆïð…‹ÏïpËta­„%þ„˜¤wú î€wÒ,}ðXÌá‚CR -´쪡L©Xeÿ%kzŽ‹$º²}UÍ*WŠ«’†ÎÏçSð9¦gI‰éAkÖ·*®²hislkûMBƒ{¡ßÈ…¦úiª÷´5XUT‘ädÊÌÚ)ßR #®ÛÖtgEÇ$MJ; ŸvS’§ªÈû‹ÄžHŠXöàgôe̓jµ¢²k¼—³¢Õ³<åÜoá`”÷¤6¿Ù+Ï­–©­Oƒ—®‹eª¼µœaÕg‚ËFP~ª A­¨Ý”² ïÔ*õÿ •IëãšbMx¿ß®Â9p¬XûsÓZä|K±å£øÕÜçôãmª¬wÕ½2¯O4Òšå5W+Ê6ÌÿûE,µñg¥:,Èù‚F²Žâ§ÿ;îÐ_.-Gѵ¹õX)ÝÍQúíZðow©LA‰9Pà]Ãm°¬˜¥#Ñê©¥úËÍâýÀîøX#®ÀçÝ*Þ¥úÉàÍi-Õåëøù6·QÐ…áàÐHaJšn³ÁJ?¿ET!t¤LVtÑ»cIRX¼W^Ý^M •RY–ÃÅt±\M'Ⱥ™ìC—5•’ÝQÞ¼<‡£»¬Æ@Ã*ÛÈF~Œ¾Õ?ˆéÉ×xìHY©²ù«È¨Qq«ëbd¬º}1_<`Ç@(3 Ÿ%šA†gµMYô9ÎxèçÄkF•Ã'¸˜¢¶+g¯#Ÿ»iÖMO¨–ïTÉiØpX¤TWè­nÚ÷ë}¥>[syßÕ -ѕ騳˧©Ë‹ÚèÖ*™¥“MïoÕMÕÎ{>füêhJ_-rFgóö¡ +üBy”S~nö¾ÚYÎçµ5ë,+Î:¼*‘¼™ÞÎc¦ióƒ!òs^E¥L—®é9m¬î²lu&19‹DöSþùi8¨ÙpgÝÒJA¶çÍæ‘þ>âÞ½½õõùÅwUÞIÞBÿiî½§úAôd†­”4ŠvF{…(Eíëkp Zvz,b(‰ô|‚Çu´û#XðAT¼1E´ýyÑžm=û Ü®eHÃCÄMR+6‰jeuÝ”ûAXWùøIƒSã·gs(5Õ˜ëîó»¯6Ú…«^ZnèÓýr´ÓH[°ïcÞÆ •EË¢|Ð&ö×ÌPu[W|­Q¹ ÁbTù9ŠV”®00ï+‘<äqn‡ -žCq%B\éöh¼×àßšNûÉÅl®¶˜ûŠçLLÎ/Æ8Ûò@›?’Ó8!úv``Hš\oÏ«z·Ç }è@õ×¾’ig¬Z˜ ù+MÇwŽ’žD˜Ûr¸X^÷yð=ո޲ ÷\­ßw›w~‘©åw]»ŸRF*]ƒ(.(W?„hwS G`§aÕO™'‰#ôVdloÆÔÔY±œÐë/'²{å ¥þ˜á³×ß1-ósÇòDVhíZ_Ý– r+ŒtvºÔ3,­ÕÐF»«+ðä@ ¼¿àmwïîeRõ²å¶ÃÛA8ÍupT÷ëCƒÄîó±ågðT·"‰°ßoú·S8þÉ€Õ­sºô–Ûx- P¬Š7»°šOÃöõ°R÷Ø£&¶/%Ò»aNK.8óøŽÎFÀI5ä~R=lfG»bqºJUéÏ"Ü¿ééwÈ€4\/Ai>½§HÍ;ª^Åó[õ¢v«¼Rsú öÖóöª¢Z¯â¡}ñï}·çæ©2ÔÎ2Á²±åp4ö›eZD˜Þœóឺ¿QOk€Ö RÚyOV=•„lr£[BتZXEŒk0Œÿc -ˆÊ;¸®iîÄ-j«|ŒDÏFiQªª>HºãK÷µ“Ç<‚Î㛺¹6ŽÙŠ~`ªH§÷!œïÿà˜AË„: ãR>»#Ñ_¡ÏTÅæ6—Kù¸2&˜¡ëUÒ Öçâg—^òØ•¸HsmNÅ´¨‰ q5dÐoºØŠnÌd{JóðÚhŸß8×K½lAGeÍìvÚLµÎ ‚Ä:ʱ·Æ(OÿR.}”dda÷y™”çñ.ê ½²PIT¼ -´'2m3‡RÕ;Nl;QxÀŒ[  nùè¯Á*JŒA!ÒB3 ¦¸µÐ²åƒãqïé¢û‚}«`ÝîÈÚýÛgÆúnÀÌ¿Ÿ5=°šØY‡z`¾n´µ«”æ(±,·ÇikTÈÉÚ»ñõK~•ÎŒu‰ÿºªôal=~ö7Úý"U³ubê.ö5\#müA<´µZÓXÚÿ,m89¹F«·ZÇÆìŒçÑX~éúÕý™Ô–‚­"fyÚ{Rýƒ'GO_›µÒËÑ´5‹ÑGL==+F´šyޱ)ëîõõÃ@ÇÍYe)ÞN_zÊ1÷-a#çx Wùݲ %å–+[RgÍ:ü .º7‹(Ò¹Ãhugl—dšØÿ€U³ù„}û£›“âB?cÙ.òGw/À<ã¢Ñ´oÈôÎðÚl ×¢ùâ7!¦«—£Ã^#`O£ÅÁ¸n½S0Ûíb‡9ùŸù›×p&–cšSB«ïã+EÚº@­·ñ›H¡™ž.ÚzRO•¢|6U×í´.±•£Ë Ï\PÌ!‚mGµ½NoªÍÁÊa[ûzFL¸p¸{µ¨t ¿=í+i޾l½“(™ÝÚ¤¤¬Çqµ5ðŠ9/-yÑðJÌ©L+)Àˆ²*&Yå§m!Û­z¼Ý‰L”^S—2Û·Ê© ©Ë3¨t0F‡u®J/*Ke$..ú5½7 Íù¶Uº¾ìèz Ϊ5vc‘LoZÕFñ,H×Aµô³Ís©|²ú~òòøÕ€5Á§&.¦ã,v­¹þU¿ö¶à"›N÷‰NÚʧ5àõÜǬÊ~jž ¯t«ë{ÝxZ=¤°öâËV -3z²6ÛQËqÕ÷TãfÐ%‹âÿö¹ÙŸê*Ì$”=¨]ìïͳ`Ý*ÔF0ٷİöÌ‹ Ÿwþè«kÃTøHùÝOw±éc÷fôs‚¡á³áCÄz£qAiO_\çKV~ÓMOÚ¸ö­:Z -q_'®Ì Ä_}¸2Ù.ôÛºËYþ¡á~&E-Ûœ¦9ñ™P²­ª®V¨4% $Rf|ý”CißtŠnëT›=;~EZËЊl­[´B{ýæ@¸öwÃñâ5ŸM_vMˆÄ´é­ì )©PBÆÃ\•gûé¶ñÑY4n¢Qqaí´mµ×ǯ„ÞðÂ…ߺ¹‚`‡ê¯ý;óÀ°{mSˆsû:›ÂS¯UI”LzHØãÊAà9ŽžÊ}:›Yùߺ ªb•p2ÐÙ*¼ª8‚ en7'FÞ¼"ò¾žÉ‡†ºÔ¦–YF7ŠOÊöJÙœ…å‡V•€È t«E¬ -Õ×Ws$ÿX\ªÜÙ”s½,ÊœZº¥Ì ÔÙ â®ê²ìÒ{›ÐÜ: Ý^¨h~›€m¼‹Ö ·‡óá&¯ŸáY6SsqïL7Ýï׊1ë¶ïÕás¤€$òm=kLÈ zÿßߺÖÀ‰;ÊÚ±ãH—n—Ýv·’PÛÿn:ŒˆG«¨”{=où½k«ç°m¼qb‹w6ÉU³;Îè`+ªPöLë>á²Û)oGFü£ùd婞˳œ_Äò2±÷ž¶&â[ýkßPÇŒiÒ¾vxßšè—ñ1ØÂjXeŒ©§à ëõ -Z Ä[væŸÉáÉUI÷oØŽV¬gDû>Ñ~¯Ì2äzž/f«Ý^}µ–M»†÷U6x)òc'UÏúj×A¡îóÆèT³ötò/+ÚÙìYò€ %öxiwåu¯VtÞ;(´ÐgÐdýÁÚö¨ÍÁøü®ržeg?º¢§¿eÁ­vëeN¸ÖY nWÌOEp Es ªi¯ÏÝõ¯wey²ðúqËC5ÇËCĬ6WÆn0môñï¨yD}ÇÆ¹G óÏ@ýC‚Ù2ty ñÎ*®4íÂŹÅmg|´[”äÈO™KÜ/2/­WqÐn-ÊÞ÷?Œù—ù‘‹Ç½îâÉ䨧ñªâ)Ys¤;Ô:¿¥àÃ3s•] -Þߎ¡k÷ÕÒ8·I$²£bÖD¦?cÙ Aø=뙉`F&òç_–7*]l&Ýv{[=Ó+å. ã’­}îèDaqe)×r8#jpjÃ,IéåÐû§ãYY7g…¯Ê>ƒS´øiˆaõè˜TÍ»ÿCÆ#]í:qµÚØÂvº¸àÇå0¶—œ³H.ȇŸ³v¤Qý¿µÌD„x3dÇC -¬¥óÇ•œ ñ¢þÁLCiåxµZïéaÙ,¤mLûí«EN÷ÛRƒëjžÓ àÄÂåž(ßF¯‚s³’¤"cY¡æÆy*È”óãkUY¬èyÚGD ŒUñŰ>¶KH´2ñê|Œ°*ÏÝÏ«ªæ™Ù[ø,õ½Ý­ÝAÕ¨Ž] Ï£5Ë5ö^÷ìë°u£—MÐFÙR+Ú£qt÷[ (›‘¶4zpË0Øv—TP:¼)`¯“N—‰‰‡j(ϺÑûóݯăÃ"¶§MÇ…»õtvŸöVÙ…šÎ÷E3]híV?ZJÒ  +_·Ùws3)ÂÞA“û9¿œÈkÖ¶¤æ– ä:êì¶5C9· [™Ý‹4¿ºÀús?p,äˆÐ)ẋì»&šx•’{5,mÞ)ühMéñ5·ƒÖúâ.ì’.v{xf¹”ýƒdþðû©Êzæ´ºU-¾ìÛúpŒ‡ËÚ&]î¢(š jÆäOtÁšŽFÎPO†SÏÙ‚J¾ ‹¶w’3çJ0¿´–ž½ª5»1\#t mæMÉ -Ç{Î\|/ņÅ|LóØm#pKi9#½x¼i~^S£R¼þ7¹´ûWa‘'¯×½ò¼½+QŸ6·Œ³ƒ¯ÕãA¹Ý]¡º-õß™ñ’ZÄ?­KS^‡¤ñÛ>_ú~Lžø½7[´‹„Òç9wΛL^|®1ó­»Üe»¹=´\‘MMU¥ØÆð±BíO*V Š}r¥ÇΫè5„ÉßïÆBK×)çø£šåöK“’Ð~:󨿹öwèÙ ƒ€€Äœ‘U¦q”øyó•Gï¶‘Ù7…07°œ¬0ÔæE2³‡«…?뮟¼×憒‚÷¼Ü“Óy²k:ƒvp^@ÇíÏãb-*ªÝ][‹àã#“>€{ƒè¦®«­Â¯þ#û:T*,÷oƒØƒì“^4ù‹˜âíiH‘×Îdw˜=%±’\ýšÒÐþÁ¬âK™Ü!­³Ûâ”71¦¡ŠRD0ÊΚA¥¼´ú‚²=ÓzŒ•ýì’ìœ6³>Y;9ýkÎoÍXù§:¾N\³«ŒC’ps&¢.öNTn-y—ϱò ZÖ'A} Š…°ë8}..–—ÐÄ:º/Eão•‹z‘_ZyeuBß.@½–5Ïþ–¶,‚™7P®Ô%'íš'—›$ ‡Nfײá£|”Ô}®ÊeVŒ{MÜ[Å[Léyù)†Zc¼’Ëþ1Õv|öÙLòï»Þ×æÎ¹C³w¤ÜƃÔ$m{´ýËZ¯sÂ÷£Éƒe¿›X|GýPë6וHi¿ü*+5M¨/´ƒæððo¢½`4óªòIí¥w¬«¿~bâP­G±õ‡ºÓ߈VÂjPù.Þ*’1`-SPô»í(9¬N°«dpÊÕòÇØûì=;0:šc.› Ëù¢µE[·ƒ õª-»Íï÷uò7¸!½gÌ—×—J-šfµ`WÀ#´ùf@w ·6Ný“«uÆ}ØÊ§Ãë»›ýåÒãÚ=WånÝÛÚwŸj´6AÒ2Ÿ»ÞÔêŽ:çòçôðŒ-å´õmú”ŒƒÀ¾‚B³XNÄ‘ epñ„îÒôâÎv=Àºí¼&5ÅÉdôJf ÓžFhϺƒÇ?¸^{ô+ Š_T´4j®RméVˆðî×>j:£wg+?"×Âè4$dßüÎ_®9¥æ 1÷yOx;ú:ó–Ý;ˆŽOñCó5]Kå/^9šü<Î›ÒøíÍ ¶öš%‘ÊÄAv1æ¢ÅŽýÈJ½Ÿ'k5‚›g©XWâå(e«33‹¹Z¯¦jÅ¿oûVs/ê'8fbçwTÒGõvlÀÃpuïàj{íù*Ïýêk ;)#ŽîõçχÜs"Ó ¥þrgËÜÅk ¥0ö6zðsº–ßʳ`Ó³­c5åª3ü“Åíz–ìlÒ¦Ù”Ú^ë\öü÷ïÕ7'½2mâ_^'O…¸"/- wOÊü\ÛgI1¦LÝÙÝÕßYjºúxIXz²…–ÂN–š|tá$ÆŽ–ÁNm¢Õµ,àó‰>*³/ƒ ’Ï1#™ÿp¡wÜ«äfÚwV/{h<ôSŸ&52—=û¬í•ÉPÝd”4KfEènªz¹(n:³¾ê'Þ@~?º]É#n Õ'/.S{Ök;î•w`JÊÄ)-”cq´.à||Rª¶É{j9Öcû9‡ZÆw.ð\soXΫôY¢´9Д¥õð -ÓsïÁ¿½&¾—‡ š,nÌ«ætÛ|¬¬ï?Xc–3`–_·G7oâä°"cÃêîúa»ýN§Þ4 ë•ðŽõ˜z„ gÎ uvÝJXÛ,CÝ[§O{ôøÅ ¨5òq­'»«Ëʃ‹_µ–ñFóý ²§×~ˆ¬+ŸŠþ¨ †¹Ìžàø‰·£5W1Û¨ &5w4´{kPܳ7ö™ä­¯”@–§êS$ºÄÛjAÓ®39Qm…—¦÷ÕÎÖvònOWÀic÷ÚLÌãê&Ýï¡êïwxŽKÖP™Õb—_a$.ŒÕ¦S\ö_.µ…·ÿ`¼T^m¬ÜmÙl³) gAÄU©¬`\;ïCåÎuãò"öÇ¿ú¬í½“hq÷ÉÚ³×Ýë’?Ük1ßBûË'5çëÕJZž§µ,^íVæs‡ R*éX]Óu¡œ ùïCƒ½-ÏÕ]˜ÔÏ•!Zkü‚3¶Ùúí]§ßïöŸ êç·Û#Íóåvp‡M·oý¼™‰ÜÑÓÄÈÐ磥ª¾J^î0YA9Ô£»%ã˜4äx×¼úÛ?“,ƒõÄp»Äªîw»¸´·*:ôS°/Úù¬‰ka9>9}îÔµJè’)Õû~¢yµÐ™½;ï…XÖ/¸­$5Ý׋yƒåÉ(“æÝ•ÃÙôDå„4‘ÁfØ ,~²l¸L¬)t]({AÉùÁTPëª#ãæJ¨(/6äõ¬-g¿Ëë7âͺR‹Å…'¥^EêŠé¹^B…Æ.„Ò@EŽècb™¬¶)ª&SùåJ›7(åÉhcì1#ëÔMØ·‹õìM_)ž~ª\ÀÖêý´ˆ"ÅÜ_dP¥w±ÿÊʽ†iWë¹*…p¸po¬ Ár6ÀéCŒÍóÙל˜ÚÑ™˜Ùðê#”S–Z2ßÜc z-˜›™Ý50Ø…Áù÷ £ šœâªg°gµ«=-­‰cgæ\>ÿà"Z9p™›è4¦YOCð5bé›%Ab̸¡èñF£\}†wþT¥Z=ÏÑw¸¶ñÇ‹ö­rþÔƒé`ïö^c ÔÕ똻2iä äó›Â¬cò÷.½®ÇO~y¹5­Š ãRÚº1áÎ-™£þnŒsJ ËdݸÒèÔƒº{ºÊ^[™Dõ±SL>zq¸Q ©¤Ñ”JKÀnÏšCG„œtj}ÀAÑv«2w 2ÔϯOç«.–@%/ïÛz† QýnÌûÎF®„ðÎ)P>FÏÆTß.emkϽ5” ©ƒ -/8ê*·û/ʸÊm|ÑéÚì7€Ë<ňö*“lþ:n$E^uXé.¬êb¼µmÛ(º­£Î}•ýøZy²3*ã =­øyxMûË´]òôl‡-¹šv6“ÑÝeЮîE>½h çµ¹SXnÞÇøâj ?v‹­¡<Ç=ƒ™X\ß%T´uÆi5~óØ´s kµü{Lª‚ÊÔ™Ÿêë,ìøËÃ[#*"ï•vÈÒeïÞ«:<Ìy»—±Z¡‡â¢=Î1í§D¶©iµ‰¶+ñg;íÄóݤ××gï *¾‹QðÆ¡i'0›€Ê{‡7v=±Ñ›®c×ì«iÍ ¤Ð/Ò†!ðo£àoá[Y?¥êËÒMKSþÁƒòöø’\³tÍÞõ!×í½Ï™TgZüœ>°Ü‚Rœ*P˜WÝwEf•²ÿîPïà}^…žSa@ýÙY/E˜öG†þ}+ ª¤ÏˆöîÛËd㫌çç¿w•Ô Úè8R.#ȉˆu·‡ùz®ªðzëß»ëÔ7×5@™ðÕ -œ--ÜT¶нº9—j†<€‹Ÿú@^ŸŒ6´¬Û«¶· è£˜V‰óu;ïÉ€¨Hà:û[ÅËœ8ò㾫«CÁo~`I¶Èü=j¤­·§t -Êñ®×eÍ(fx2Úfû®O¶š"\¾¡1>l°4÷š_ß½ýæÂ4þÁy=ž5ÐVæçé=…ÕB~—ÕAmÌrƒ{ 6žA/i1 Spì¶›ÖC¿ÖºHäûå-> 0_Ïqí?ç3¦2ßœ2=1iÁmg:_8«Ó˜ƒÑí¼À&?jÙý²Õ¥X&{õR¨'U©†©93?>›U®½«Õl³Ø0äàM·|,sŽqPzmÜF´~#9fUÊuspS.¸Ñ5GŸÚµ'µb.5_\•9o§)ž…³n  oË>5ßQ¤Nxoz0¬ÒýÉ®ÉTίSÛ¬:'Ô±šÊ§ˆ±ë2¸½ƒæ|9kŽù÷è^r“Úͬlñêˆ}[s¼É›R;›Díô¥G`8͉`-ÑÈ}©« ôo]ß]ã´´2™wA»|=M?~½È©C}ëMwØ<ÙjŸ'u¡˜³«Pj5\9÷/N;œ -V7ïcÙ×*¿ŠZ]qœâÀ‹ýSúÑ fјËDúå×ÍZ/ìdÎ'k |ÒC„†îGÏ+£«½7ÈðÆïg%hÂõ[‚~Á¡÷Ë•«yË\ýâYÞ“cfhŸƒ(@ ³œ ÓBs:ë­F\ž°›¨Šž™D+ˆ)µê§ß@[ûPb7œlI”×;5/š ;h9ÑŠ–_ÊÖv<ZQAÊ–VÛ"-é0xMþÁë$ŠÈí3Sæ±ñ8ôû¿½DÖ™’¼%Æ<à(.£“:¢´wË!7åŠ@¾êøE (ÖÜ<'„¢a‰£ìÚÁäp—XAÁ.g´ñV˜BO=U$\þVCI¿½õ=6e5jd?ì×'³éEQkD×Wª„s¥–ƒ~WxIVäu«_®è½§j—™²èÎ"zÕïX#­ëœ4 —@©*¸Ï9Yz=ü¥ -vçY€-ö›È&7¨r%™¢AÒ.ˆ\ùMëÖ€qoœYø{ \YsŒš¢­J÷tÿ3aÃÞ¢¤DWLÙ*~¾~M_é¡6Ÿã_í·Óûn/;lø¦¨À7´ ¡+ò]ž åb»Œj”}‹… ûu–hÏ‰í­º°Å`V?û"^íYf,Jì0•ôã/MÙìQÒ¯Thôå[±nÈ¿ë^¶®Ó¬íÊ=êý¿â.}äÝpw}céaÂ{«Ö“Õc}r§›€—šØé—8eÊØIò†æÇýßXîU–åj÷V뜫ƒŸÙQñ‘¬¾7¥r9zv:|Úd~‹ò™œæF¬±9· -žù"Š>Qa{âÝùÔä/zµ]<C),Ÿtö;@ÇyøÝF2Aw­Æó¦ùæõ]åîcmo‡ôKãÃñ"8zißžC"zŒMWäÕíß[Í'ï§pçÍZª®äåhÛþ[N_yGªªÛZöÆer=c°rÃÃ÷Æ`ÔäëˆÔ¼y)Þ}û¹ë^ÜUÚY'ȸAˆ~õn˃w¸몛3²Ô‡¾!ë>{O -Oéº/5ÛÅdè”x®,}LHÜÇw{yµ‘ÀÙr+®óærÆÅš-VË ¯/Ó}r³SX<ÎÂ눽øý0˜º¨¤-„q‡Ãõ¿rÓ³ŸHçßfYnkBÉàis²‹Hdæ¥Ïùª¯=Õm`4¯g~*ŽÈ;*%4å©þRª ÛÃÁ!\õ} E7eÝȾ.ášèÏ“ÖòâýÞ¦àQ@}»QWf“µQ3gd–Q!:ø?¯¥IŠ~©©¸´¹ñž?”GEWG/5ìx» `•{EµÆ¡¸nG ¨£PYâ̵β)Ì¿'WŠê’{¸|¥«Cµ¥¯j ñÖ&ÕÉx}Qsµ~6ý$ƒØ"dù²9Áqo¶øãýI•æÇXE§üÊU)¯[Qô-5’.~»…²9ÜðNUç Õ¶{åg…g¤[Îf`Œ]{2[{ÁÚ¡Zý®Ót…‡l µ‹Dô«‚µKù­üVÃ^(À ÓÎ…ú;‘NF`Öi…;¾+ºnrUJÝËAZ¨¦²PñGÉç)×Ö£¥6 -®W»]=Ù´;>Oþ.G{ÕAgò»·*’ãôCYdI¼*˜½˜ “N<6 Es' ‚Ö(£+'(ÆÄí@Z×U(Odu™Á\XåÆ'*‰^ÇV=å2²çÄQ„;gÂ<ùÝZ¶ë{ëZ›9)ɵÛ_0(L‡'K•Ä¢Ÿ³¦ƒD[vNÒîZÞ€éÆ€Ãõ‚Éy_&‰V6\,Ž=ÇÎ-9æo:‰ê7ç®7ò^þ®õ\ÀãƒþHÕN®'MégË5ò“4Ž­ )©S”Ué†ý ±ôiM#ÀB™½VÌ„yîû¾Á^ådu†ëY€ŠŽr(äíÕÚ3×"^¬HDŠœüËHu懥З¼*^ÍeôËzg ‘~é¬<VšZtNBHžüVõö îí}}.·e—YËÿ`Ää^SãrN´r£@f†e!Â/‹`Åó©}H0SÜÐ%p 8Ï -—rËÒöÓèQOé!û£Ëˆ­_TÜGU…9M -¾,Ó»­Ü<ÜþžÃð³÷3HææHÎÒmÈZr—ç½§ÔŸ!jwz1Ü~¼§’(m`¤5j_뜮bõÄa…½%ªéˆ/õs=ìÓÞ>S|Œ^êåj̬me32€jÜE=Lì‘_×=Pm5Öê¡§u™)¹îƒviÑS¯Æg_¯!%`ØAU½ÝoÎ|o5ý†•QÕ: ß/r².lZUÕäš@’<Ñ~ü ¨¦Däô:ÄëÆGKžR÷޵u™ò¦ÜÕØ9Ó°5Ôc­ø€µû˜± ±z-ã€ÚÅ«¦yŠŒ9pkK•N ¹§ËìÓ°?»@ˆË>Ó¾~½ò„œ^U)®‘س…úp Ua¾\ÎÖ9ëš÷×X-Ë+/$Æ®Ó0Џ -°ŽÚ¹†¾u±â‘жnÆÀ Ï\œ†ªÚ^mâ6î­c6†Ú®Ñ6œŒ«§döŠî\Ù%½8¦3€ûŒéʱޙȕ[»‘ù¬)×&ILf,ÇÕ÷S¾÷SFï |b9À0ÔÊ%îc[ÂwLËòa…ÚôôUÕ¸ÕiÑJ‚·óqq÷ÙË^F†*Á®—„PoÜ]••ωƒjú9çߌTî•I@Ü?KÌn[ýrz^—¶†ÑÅ_oŰ^íH9ŽÉ²S)(fÀWÁbÓˆš¥LÌ}Ìńפî"-±8 òK5?´8¨£®áÞ×Êæ˜ °¤Úfln3”H)N¦•Ò’œ=Õ[­í­ŽßQVÈfŒ"JZþào\ÝE Ø@à’ü·:}'%Ôk -‘zDÇ}Þ¢™â4;wøXÝFÆäÊøÊh¶P½Z-/:}÷©pœªéÛáà•½S*&2žn·x¡ûŠìØ.ÝD°ºó”b)’ýÆìár<¿þRrtŸMׯ>#àõXÂûXïbu:ô‘ý“”´è|¥²©¹Ú½Ö+ÊëËF.ÊݺfË „ð¬#Oøæ©yµE¨zQ¦Hfþ_¹\Ä_®N¢NÖè£ÁÕÑ®žç‰¶ôÄ jLße‰&h6Mlª‰2›·ûZcaYXA§jVHðBÈ}æ7Ë;ÕZPG=Oè‚s!?ù¸¨q}iQy8“”ªËÒ¥¤Ñ_qÍ)ðÅUo¿W 7‹AÜ”‘wœàßÚC}t¯”¬Ý€&‡T‰¯ë¨3’5}¾ŒtYÒ÷Úâñ=kãýÅ‚~ÐÀÐaÀµK9ÝÕõuÖºˆÙ¼û®¿Ï½VŸÌ@&2“ÖÍüÞ•¦&B¯«ýÌ[³Ý½>4äõhËåé*0Ôƒðëu£ß¿/±¢~&ÆySnáûj½¥K¨s Š#N¡7;ijæe^Ô†³å# E‡sý9Ð FZi*&Ö%ÿ˜3"1ZÏ[ó°üYT_q—{æ]÷êemÀÜÐw΀éßùbìôòS_±³HßëøÜáüÑŠ]©gW¼¡ê.>›ÈZIW·ßS‡X —Tª/À;Ô:ðª :huÔÊfë­™úbKý@ ®ô¯îg»¥VœVky¾ÈèCáfxÓ‚ûãññ‘øVãØ˜ÈÊuê’¯ šŸw“úö–ÛÕøªúɸ´úÜÑjFޤZšÅËY§›,¿+¬ÊÌȰ£g¤@Þ`ÁdÂÄõ“fƒæz6˜ý#Ø·ÙiyÐwCª/»1m‰ÇŽåäÐTCéíÀxï–êôrG+Ùz³eíÃëÔGù ètŒrt‘Eòs=Ê›RX¨,EõÁ~¦TÔœô½Dý¤ê´4kz¿ÙÎÑeÕ®V3ââƒ..†·îfL˜ëþí0ûf´[µPì!W2É©_}¼—*ë×à¿×Ú8¢:ßÀ¿p‹¬©O)o/êH¬ÿàÎԌ‚ ­˜»ù>•j¶0y~'fÔ~Y`몸(™ß­±m±‡QêL%qžY¼†îTÜor{÷uÝÖ×ÕͶ´TÊ£@ÿkßð´;>†HF±z73ú8·ª›SU®CäÏ8ø‹—è´¯¤œ]È¢–‡1›M'ŒÂpæGè—Àï É)‡ðåéõò6ƒ £ «n~›3´‡zmáþÌUILsz¼$Q=ŸhóDNgªQïÐ;^,BÕ­Ÿoº^â?9=”Õ]©Mi¿ÝjTMŸ[>„&Ö­v„÷‰6nõ¿•?#“#BS‰j´&œ^…3U.hïÈÑMºÔbñí=Õª$8é…Rñ‰§t2× -©;ÑÂd@TÑÚƒól™åw´q©ëž3¾è¼d°ÕçLmNߣÿÀZz`BÆðÐîÇúöBª¹•î(×9·ïªÎ®O¡æ )R^H¬£Ï)žo> É労÷ã²c€&Ñ3oákí£G /›“ÐüN|óÈ$¹¯{c§—EÏüÊcº­°Œã"•¹*™úö¥5ØùЃ©}\70R¼¾pD§Yp39è/äpT”ÞµéЧYOïZöjH7О]X–(mºXV:zíñ3Ïϯ]ÀVí-=3a¬µ²ôçù"FNðÞÝ|£ñΞzT*p>1¾º„¨`â¥SÆUWó‚v¨œÄ^w‹ùö}Øq4–Ën8QÿÉV*X×îÈL6ÝÄ¡!qöËÎfê62[›¿wg4—÷I4 ¤}è…zí;X§ª§Y¬‰îbÕiü¼†“M$ܬ9T•ƒ†`ktqþ´CT²Ò-éŸw(k_ôÑ~NíÇã9o\Þ”By_4BûÌÙœØ~;Ž ¾îîÍwõ]Q= T¶G(,…GÝk1 ƒÎÐä¼?u·T7$r,³Ò—NN ÿÕö ->Œè•ULÓÈÉ//¶t+}_oôó1œUÕ’58N¥4µ;‡m_Êxd“ýÙI–'Œ.÷xêeÕXå1˜üU~0¬abgÒ$£™ÑPôÈ©£`vGåÎ¥ª–ÅÇC— õÞûÎ!ï0+$ºÚÚˆà5í›…jEÒ‹+üqðÅ'j¯NfŸ Bf¢îšª3Û/ Åðf¯ßêyCÖõïV|—ôöÄíý.ô¬Ái(j­ç½l9/üƒ¥e¡kð꘦ºg¸3ºòÀÇÇJF—’ÃN¸;Ó~këü‹în¬çŒv—¾ž“+Ûˆ—‹uÿ¼‡`>›ÕŒŽ<ú˜[Ňƅ<ÜôùÍÎIÜ8”_Wú[ WzŸõƒœœµU³6zI|1ºR)¾J³uk¬6·ûë^dZÅœ?¦Ï¤aa³NK‚žgu¸lV_‘ÃqãòÅD$úm´?KöÓk~•‘{at•z¨à|çFamO5^öÏ.cŸ.®¾æË.=¿ ÊÞܹ)5ž¥‘Ì–8»¾cIxŸvèÕª´:‰ž’ýmãÙ i³7ÍÇûÛ®ùÿàÒG/zÅßõlhõ¸§þŠö;Í{`RIÕèM»I¢¡Æ¾xäþ@_‚«ÝôGº*´ç#•µž¢#é˜\)¡|ؘšdÀÓl6ïüd"EBµ¿]œëbY-ÑshËl~â3ÿ,FoW{¶ö*¢è–¯-]tÑAôq{öj䥃·£Ùh~È ¡‚ñ°õf<>[§â6ˆÌ˜Äïůi†c]³«rû¡qÃÝ›¥¾|‹vÿòzV‘¯m!™TÝKésÓÎøõƒ2 N·ˆ /OûSéF¹*?ˆU§šrþUÔ´ég¼ñóŸs^÷êl4ûÓ(Õ -yË‹[áH ûÔñâ5ŒÛVrËÒJãnœ U§ “ñõ¶™Oš~„ÁÈÝUJ¸Â‰ù½DÞoÕjø}µÆïL떪įiíeÆ“nÿ`óN›åJecÐ -Ú[^ )ªˆöÓ—R“˯µ/ Ê|ÒxKç/{tBc1àY“e â›\U„®ã$¤RGŠ5 .Ž[õó ¸(ë^Í05/ûw=ñoçé|©x)":ßóe%{Š+FTHhÀJyÇ.k“ Â8…Qé¥GæšjÄb‚4Õ Hûfÿ[iVš‡ªÊM¨¨ï››ÈºyYì5máÏ šk¿pý ÀéÿœâúЮø rXi÷ét‰#yËGi`šî¹^_Ý¿8N¡Ø¸\>a n“¸­¦–WÎGF ¹}#·‚¦íhr™8QÑ’[þÛèº÷fyÚ`uò Yæ)çe솶ö¾.|ãÔîiR¨8Ú'D:­¶…“ï‹%T×E6ÌCÄ)l®êƒ±í¾Å!Uª•ÍR‰¾[ÝfPÇkú·³^pÛW³–ƒJ=ø ²®ytÖ~©KÕ`-9­'î{9à „Ìé\ÊG§Ž º“2žFvCzu­åõÜ뽛펅¿†ˆ©öM¢ãtŽæˆ=? i9Ýüƒ+ì²2ô’QÖ–éëkêWñË/ªí¬guAÚ¼‹ww^v6=Úƒ]éösš,™o{pË[÷ò`ׇ{ÜØšåºê®v={Èú A%±Øjì”÷1W¥^<à{»,ˆài_y¾3¶Ü -Ὡ£f©‹›Ñ³kÁÝ77“LÄOë<§5£fÞÔ -1Š"31ö¤Æcã®qïpR|ܬãˆx$‘Cùï©õ+K®PõÁà`»AÑl·Íy¹.Q­9,xôa\0¬yu^g õÐA¿‡¢®í÷aÉ<$²vZ5nWJ+êq×+§m¬ñ³gyW?;1úÉÔÆbˆAÞ`{äˆø×;„š¥f n-.7Á3Âä¤_³{¿Rß:ªùÙ´Z•ºI†¬ãÍÉÖôûaqº<ˆ§+¼›çCÆØãÞæ÷ýÅÕíÌÈNgJu¯Ònò÷*{ñIب€”äIoíúÃ“ŠØZª“â¦ë^—Ë’4ަ´<{Ä(e©º Á·Äݨ³®Z†ÇÒ!á [舔tjÚ’;µnÖÖÎŽƒ[ñ`Ca½ûMÓŽýBÕ\ Êi15(^£; -š«ÜÂØsÓ´³—gѼÁ'-xiÜ~û¥³z›L±R¨üe¥gVìú³àKÝè_ñšûY…(WzûD·z¯›ÏJ3ÉuÝAžÝß{HhÆÞF«äÊ1Fö“ÉÒµð£ÁÙ«î &Omž6%ÎÔ­ît¼ücméæ˜¥HcÍdWŠWòÙÑ„V‘ -jD6”ýÓ”vCÊ4=²¹ßòdvHÞøfŽQW:‹·›®wfÖa>aq»Îî-{€<´§2Vgyc¾{ØyƒE6W ¼S; r/¿ûðìÒž¤/Zó~ؽí6MKïSÏ êš6låN¤"'‡„¯ùþF -V¦w°u™Œc¶ý&%âßš~È`ÿö©èrY º¹*¯çÝÆ+0Ky¸A,¨o¼ÓÒ#,<óÑÊÒrÞ¬ƒ³ŸGÕùô7³Þ“êåjõ›Ý°Ó¾ $²ÒÚE®x§ÕžP2²ŽË{æá|œùöÌ>jË_Ø@¿™MݾS’«¦OÛ!R8^\”«­,>afIÜ®^'EÔ–!è)•×ß •Ù«Wõùf•ìvZ]Z­Öd×çM¨Iô­Zé$¶_ n¯*ü½ȸ†“}®}èX @?A²¨¯&ã|·À¨„×t·yö–?þ&7ÍïÙ]¶I›g¶ŠN¿—«»ò€‡É³o£IyV¬ Ë:¸õS=îx‡@ìwSmôï9‹Ýß{e€¿?½4X]¼}»/P¯Ua¢ôêĹ×zM§º¶k{Ø7ø´-;´V+ž"ÅA^˜©0H!<–÷µ‘Æórʦz¤{“~Bÿe%<Ô]¿T.·‹ó5 lز_ïQÝ®ÊUýý¤¦– eh‘ÿ;ƒ Q=Ú›üF8^ÈÌFW/06ÄŠÛó?Üêb'Ì;[‹JïÚ´ÕÜ?´ê+ý7¾âY0+Å]Ë:ûè Ž]C¿¾î5}ùxÙb\»é6CͬG 9 ce>#›qeø¦-,¶¬Û-`sb¿n_,çžç”œfÕu…Úšós”Ÿyi¡ó¢½Û¸Z+àú‘Õä~ÂøZÜûE„a’ž 9i¸Èܬž5¼ª2Q“˜ß:ÚS•¼6œ4Bëhkße '3׎ãú ›Uä€ùÛnWú%¤ên‰_M@èÒ/\z:³>7 oÝéׯñ°¿²o¹ª±v³­šÕ4è^l4(r¦‚?žÅ)7šjÌDnDL`ž„½^Ž«ðuÿ£è: T‚h¿1+ ‚Šäœ³˜0'Ìöÿ¹8–—ÎݼS`\ßÕ¼*ˆß½…wPE-Ìòtk,Óh¥2Þw©ÑC°ú%ê×Sô7ºq¢W²/\Æ76èsv@…Vnã¡_P1Æã-@X%,ür#-jì’kÛî¤M‡âgn¿¼Û±_«Á!ªI×Óââ¢B¸*ëÍOI1¨–>Z¤Âfa‡õ -úKZzJÝýæRª=z—p~‰8ôYž´ƒ>=_ö‚z“­k3 ôsyáî6sðE!Uô››I!÷‹^.äþàŒÏšÓ§û`½![Ÿz¹•ç” Û(_çô»×rgê²2F˜Ÿ×ž=ìZïó{+ù%ë9ãï¾pã%ʪ•­—i÷Þ XžYjꀿc•¤r*>Æ=•\ŽÎ!8gçèá:¹«b£Žxûín2­]C-n_ºæpžœú‘• ô7¸à`Ó¾Þ{>Ù`bˆÏÕä¶| z™Eµð‹Qïã¨v Ú ï—ÝQ·ñ=.µõy-»¶ó5ò‹ºÚkþ#m›¥«E²ê -ý ³hMå,ÄîF~{Ñ·‹\(±¢?TÞÁ4°î“+쾚¶7<–ëÍ 4‹õG¯¹rD#k‚•êMÔÛƒÏËšDGè¢5Îþ;ö“Àü® É,¢á¨“ùÕ®AÁªÛÚÌ`ƒ¶‹~Qq”–­ùT‡Ý<ŠM²^Æ­V l~ìåÕ°-W8ýͪ¸þ\rþ¸Ï¯^~#Àx=¼u&ø«¹›ãM)h2k Âýr䄇ËÓ;v̸s½·öŽšÏœô;îÕXôñ±*ùîf 2K–‡ üµÒÃ=$oˆ˜1¬Qv¼‰ÑPûää~·9z,KüÓ© ØïH¸ó0¹\oÁÍ>kN©Ræì"DÁ î/A£LfMÝó-ŸW­—çÕS¬ü å8)A)Žóå2¸‹=Nbî_ŽÈʳoU·“Yý–W™Æ?‡ËÄuÙûwk¿·¤ß¨2'? ŽѪ…M_š>´¥Ý|0Ô4âöž¦‚÷© “ð;«Ô“–L$ÚP}ž+ X§oÞVÒwR+Òú¶¢ÞîŒüœÎú%°9ëäHàð¶SßÇŽíH<7ìLÜ -–ì•·$J-l…l7$(PÙ¡™m@§°YÉ))£æÚ,±)ÕÚ’¯ö¸Wy9•½9=(ua™›î½T½ê$qj!˜gŸx>FˆžøÙo”jù‰‡ðn¬Öe++‘3lúp:«ü+ÛlXä—ͱ0ŽåyÌòCÄSÆGŸ[‚Q.ªÝL¼'‹oºÁü´ä¨Ã „ï³i·¡9ºQÍòÒó=«áªÝV¿&9Ë÷*/±[ZP¹9Óü›õl†zoí{tf³½ÞmóM´µ%Öârû÷X& µÔ`·s8÷êærhGZœxuCÊä<Õô[_2ë ±`;BÞ2^'ï—~>T‹Ú”kÐß©øÑKšÑ·‡ÉäêbT"2ãß± $‡‡~u~]ïݦñêW>úŒÙföGoØ¥~n©žwÛ-ÚÛÒ{ra¶Ã•þo6HŸÐIƒ.RΈL¾ùþö†Æ1›iÙ𯾠×=žoÛº»Ñg~ðFÿ­eZ5ÌÈ:3Ÿ'¶uìÑvÕl HDf·I)4<Ï4|8•$¸ü›¶PM¨onàkÑ®‹ã†C{{+`f/nÏnÚÑä°œ˜ADÞøÊf:¶¬]m9 …7ÖÓÛéßÿ&œ³.̓ÔYv&0ö³¥Kç+”x íý¶ú«!(äUeJ.CÒ6«¬¬ŠaU‚[³u5Ú¥ %U>B+a1K¿97àn—ꎗÒ›§`¹Zè‹´_ Nª0¨¾á)¥}¦6>žE$ºF /Úæv›ñ¢>Dˆ_i¢¾kßg¬ò$ê©€ÀvÄ?æç¹ë²m'€×­Œ÷‹!ij»á¾*ð(dIŽÀ k¿a/®‹ióœË÷h!bÚ= k©Ò¸‚OØkv9þÝÓⳓ†Üc› ¥Mƒí(/ÆÖóÓƒ^ÛßMªª¯Önb²èÆ’ù¡)­Gм/MúÈHz‰„4¶í\.Åx 3øZBás¾½¼Ëiõž€ún¥+%d:)Ÿ«Îv1+Ü¥Äc“àìVÅJ•>ò­I#}úF»VÄ¿–õoÁ0ÇHZJ¢=y›Ïæ`\?+ûq·,GR¨¬&{{ª]º&Ö¡UAÕgAÒÌLûŠ©~ÔñòYÓȼ-I¨NÌiî'í4¤~8HvVéϯßH}¬ñ}¡û°Ÿ’ ›Ø?5R¼ÀŸŽ“ÄWòÌœv™š¾¼•Õsš°®Ok1>ÞßYþ;k%lZЇbe÷ÔÙ¡†KkÅh7!çýÒî•!7¤a²ìMó¿é?Éû Òò«x/¾ŠØÌV¹ˆ5¥Á+fiD[Ä®‹‹l†L+xe2µ“(©¥ö§Ä—0F?)ù|H€óy+ÔËôæÏÏù3¾áÅ Õ뉩Œçnh}ÄîÔØrïç¾aëëïX<º$<,En5œjS¢µg«ñè.\³ÙˆiÑfj Ü£–÷¡üo›^]ŸwÂ|%B"Áù|;9™ç`é'8—ØÈáså#¾jÚ¯‰{ÁÚ÷3©ÿ¥÷àÞúu ™­ym$Ñà 8®Ž„zXRG¡oa;á0ûŽ8–Ði wË¢¢.›D4½léÖ^”/••ï®±3|Ä®¶hSb¥Ê\«¨»0w~–²¢Ë¥fÆd !Œµ*,ã.#Eþôš?=·Ç·l¦ûÓ}&FÍãªw­&®KïNþݯç†lˆãO™ï¯¡}ÔÆøÕÒÏý|I~õ”QÑbmÔgɾ4ÑÑçv+öÆ€ ÝªPíÅY\_ˆjcÎw3G g;©[È ‹†ìlxQ–%Ïó²÷âËï_¬Ä·ñAé|E_è)²¯$ëÊf"¯õP]䃲9´½Ë£Õ–FÍ÷]¹_±°ÐE?8—¯2©ÒRõžOAÅ[až2ä+ ࢜rZLdØtìðØw‹|Þ9Qòeú Ü,Õ3ðdµt”ÙÃ1¹«§. ÈKvô  ¡©›îéõ7¹ød¦ À—$5ý ¥oad -ëÑÒ¬Ì猴‡V¾#®&™ÁÕ‘L†LWÒW¥¦~ðº¼LüxŒ‘>:O!9X¯{½®öÕ´üÚ¿È™gßÑ/ܸ†®$TšÄþ=Ø7ŠTˆZoTŠóÛC‡½”¶ºj ½Ðû„m—ò9’Œ·~ŸA¨Ô§†È²-Ù„2»žR[¿6~˜¼¢«×Y?·<Ã+Ò`ø*¼¥í®î¹[~N7’3Kâáp'í`9d¥«K²£¬º­ ;ñeTúÝûƒÂL¢bÜäQ%·Áúã^ÓRÅø6ü÷¨i#uI½jkL×OªUÇçÆN5øÁ¦£>€aå¢\ÓáW“Añš©QbuS8‘jŸÐûE%?ê·•Wœ’–«D „úÂv¤×JÃäí˜ùécÒRg­¢ÖNSiXög¨i´¥·˜ªÑÆ]³gdûÈU‡€Ùª|Û–lF¡¶€”­)¼zOFq±¢²m‹€4;¿íy§ÞîãÎx:]íìPÚšn(üé0÷D$•‚s-©Ù£Me¿_õÝöé…³s…×&–ðRžn&ûOáã0’~(¼¥×û¬Ûª+Þ)"˜5#ÇñhM%£Ô.¯ÆGkV®Êí½Á€ZïöÖÑÍ9Ñ$}YíÜ‹q»åkkŽòì…ÝQm¢FNŒžFù­hލÔâüûÛ»vé‡pW~%©énY³äjœ)† Žáà«ô^c/Z mž…‰|FêjªE\8ÈQcëê´×ûämêú—gý®B­Å°uˆšÛ¬P¿ïû«Ãh³YKÉöÒ_Él.ã6W,+3{aM”=~xÛp¦¼qãbg‚ºuŒø›'}£×©ŠN‚ôzͯÁÑ—$Ál:¡Q“Šïâ¯ðûúFµ¤ÁZUÂk£+l:˜ij ê2ðöÐ'léØÎˆöŽv%¶1?J¿µ;;È ]ô><”sX&*™È–½Á cq€dŠØÏ4w³¿ ì@1ä²nÉÆªƒ}GêÌÀdmàQFù6¾ôû{–? 2ÒµÎÃêbÍ*üO9Pq]{Mf RKÕŒÉΪ ³’ªœ¶7ØØÚ£tª´¯%å9ë¬ÿºh®Ï s^?vV†.W¥Vs¦ -ê@Sêz‹Þ9•ôY«š×Ìãf^Ò¹NÙÔ~{5nµžÇMÑÖßÛÜh@ë:õi¿Oš]šÃºÒLˆÞsGÁE%³ef¦ýæ§â T£©IhüÑZ§Óú6LÂäæ[Í„õ· ¹±b<ëªAÔ_7úVvrc\'·ºVñÁÄ™çúQ¨Lõr÷³k~^3FW™8×\B)ô¥2y¡¦ŸúmsâÞOZ2¢H›5z¸!®s…[QºlÉæGÕ—þàIié:7½æê£×k²ËE€;E 9ëkÛqÉh¯· 5qc«ù}>ôFŠ/6??’hÉ5·¼azž9!ͯ_{½¿Ÿt´ýðŸ²-_µä¼Gš{dß7÷êp¤!»B=µ^§¤É™k‚d:V¢Ûñï95Úû͵ý˰@%M·Ç:/Mªº¼ÕœÓ§h»Þ­Ù£U²­êŒÓPbaq<3M…ª‚*Í3S‘­N«¹!=•¹xpn==šM/“‡g5}y7|jïåÆüâ1F¥îêUÖ4&‚¨¦ûYìóH]«1mV¼×«¥åmmdìn  -«gžØ#ÌÖŸÈ=c—ºWAÝë=ÄÍÉu=¿ãWÑì\ì÷ÙÊðú¼(ü؇òcxJ§U«>Ðn*D¦Ú¿VXrÌå.F8ñ̦é>µ—}žm–“ýŒýñgpxµâòeŽOŒ˜Kçg¦êëÚØkÀ]ªh aÊšô)ÿÍ -+ùðœ®Êe_u¢¡%@Šöo,kGGH¬(ƒ½uŸ©6®x»•dsûKÝÀl,¥¹*¾Máñjó,mdî:úé½X¾–Ä/ÓHœñ,Ö"¶'ÈOrz£Š]å±Õ¤(Þ¦ 5Ð¥ùFû(ö{Ïráy·&Xm„uK¬+õN3¦K•5¥ÿSñÒuý…*bú -óp6µ{ž™ça)ö•üëÔÚ—wdÅÚ…"lÇf»–K]îÁ Ô2¸D 1êöªDhLUvŽ·unõóþõÔìJ$Úñ‘} -JiÉhâkçYÒ~Ó¯¢‡¬ ­•9eu‹u®ð0Zøú‘sIÖkX(VŒòLEÊëö ×ÊΕvª-h ŸzføUkmíàÕ˜¡oÔO€f¦þ2zé‹ÃÛ6 ™wÛÂ&Ö ­žèÏsµô¬ŽGöCoõ虦}»šÞÊÏoªpÝëá7þúÖ¶eh/«"˜˜CÓ`Û¤ñå?;l wÖÆ¹3ÞH -  .½ E tqpGÊÏê´¥‰ëm»H¯é±Ñ‘q‚2œCï\µ¸Ï•š^ûm/ülŽáósˆ–Ì•Öê¦A?†—Î yvÌs½ëVýT'ÃæÐ(ô=Ò žšjFšwü"þ†Öí=nñT (*G`#3çyo0:a=Ìy‰›‘¼·VúvNö²üÀô]«úmL›ÐÛ²’Bxêo_¼÷]3ÍkÛ¨eµÈî¹vœûÅjάé”Y€=ßÎ/ ÒÂõ¢YvÆ7 -wíÌ`ÅqZh¦£¶õ®~ÉN…žº>-Zê³D ýÓ›V2ÚܹҮF²1_™Š’%#Å¿.÷Û¬¢E\еŒõ¼c㯿¥nmN½Fœ¿òòži3­Ù¬´Ø«y×é&°W“&×ö‡}Û÷Ì[سñ´ümÕù΢¸°K³„°ÊWÛbvÒ,•Úï_ÇÕ'åYKÚ‚çç¶ø+’2uz†ùviÕ­ÿ`ÞW9˜*§dwP+dÍ•ïw|T9áKq¬Wö;ƒL´{œ·¤~—Ÿ[ë -÷®[‚#WÆ­ÕÒS¹të$Œâ“÷³ïžp®@åÊå/¸ oî­2viãØèInêœÉ ÐqËÈm}³²>¶øhgþ]^ï•ùMÆdÑE>Þ_úõéØÊu:|ÈÊÕô&ËS‰½"ž¡4¿Tá`Mk†R.C -»æö01;ýg/ •Ey··›ˆÔÉ=S«„Ü29Ϭ—ÛÁ.TÝÑE÷r E¸Ihe™‹Æ•]*Ñœú^ï{önꃔíwÿزO,Vé6Ú³oÓÊѰx4 ¡>6‡µ®\×õ‘Ô-‰¯5wWIF,uêþ^N/¶ QªU±&º–“µŸ*@?æöºŽÈ ^y±/uœ`AsÕXŽa±ÌákNƒÅéÚã¢]E07DzUy~ygûUF§zꛓMÌÚ£ñÎÐÑvjläV·ø€'¬­7qß mD0î›F";ý¯î¼ËtÁ0Û_õ%Çk}ê’ç7˜ÓÂØ6C/íó½“;®§X¾¯Y4çûs<›ço93q°ŒÖ[{7‡ÝyÃ蔂’¾R¦õè›êÁ" -ó?ºü÷«(Ì£‘#-š¯I½›ü{‡­ï™À•œØ»÷®d&»|Ô:wÎzö˘a~ð=D>Ûj’¤qu -“kÀe\£ýØ­{M’™`ÌËW¬:eÛË¿3$$­[^5¶ÇV+<¯úõ;æ:§ÞQ7ÞÕÕ¯^Ð…u“LÏæzy>&®ÚÓjîÞ¼>y ¾Å!¨ÓÿÖbÍzå |`uí@»Âîrjš÷róŸ][¢I§ÌÁ ½{€ -„wÙíå«d9$`%ÝP+Wñº{·öé–ªíËÔh—´AQc;âˈFÏÕÛ,‚-jÍÙIÙÂbjxïÑÔÎ~õ¬õlç“<{ì—3×<ГØÜvlÊïÐ|_pò¬©ú1?õJþ˜ã"ðùôXȾs»Ý&7¸ :—m޹IÎ Äë+öÙ.sö‹h]þ7½ØóYb¿CÔVnki®–uÇÈÌqT¬`AýEÛS Aãso©˜?.dÚG•Ï?›ë¥WÃ3ʉù=ÍóéMvyÕÝ6CVíh8;›~å³™ý;4j×ÍR›¯I‡­¨–;ž?¼ñã?ßA3­º,RY•ž¢ømï!ÿ¹‹ê†éb+t寳9hµÛ5¥GfÓ:+OÌ`•Œ.OÓßMƒ–i4[æÑtq»?¸NݬÅǺ’=ùrä)wݾ‹ã©ï~Ž_AÅßxNmtnË"Yˆî±ã¸GkW²åe"ƒ[ôg2Ý’[!‡7ïiq?þÜGÄx‚gA銗0I& -~(›¤Hí:-ß±¹^û«:e©ÿÔ;î%’b¸ZÝØ2üEöíÆ·þ%¤|ÿ)Çá¦@æýæL½‹ù¢陙 ßè—¤; °ÒÃé ïº+C±TóˆhE7ú6»–×îÏtnǀ୭¬niìó‡ÍÖoA¶ŸØß”™NN™ãR¶ äÜÐFÁó{ p—˜ÒJOüDÞ cžíÛ]*>(‡.à \­_†UÔ½OàÊ'µk‚ B“þõ.žêò¦γ<Œƒ¤¨dÕϘOQc€ßÇ[®®.ןëOÊ^£Ÿ°cõU§1—10ÞZU`E£?Fìë´ÆtIÀK‘O£Ù¾×ÓñJù0¬ÿÃdzø®ƒƒ¾í ‡v¡Èímˆ}´Ÿ=~9º?¯ÃôuБ|ì[篔fÍÙVõÔÛ+vC cÿ¼1kÂlöónÈRlj endstream endobj 32 0 obj <>stream -rr×GH„èWÍ“oÝåËm”,ªÑ#ø‘Ѧý¢ÆŒ°þ$J(ô´a:zÌ¥ -kí»{Á?QëÈ,GìS-#[Ñþ˵x¼~ÞýÌ ¬ŽÝë0ŠÛ3»[2¹¯J9 ø anëpF$õ1sŽ×¾¥KêÕŠ/¶ôzŸ¸Ó:ôÈêÔ8ËÁ¾Èú»Èí]t]{ó£‡öno·-™9+-¬4ÏãÖÊbÇâz°U©¯[ÃÎUÇ–‹9ÛyׯvT,Ü>"ë8‚?0R8ØÓÄ·ƒÂfäYqÞ“Wè|n[wÊù³gÀÂqæá²…LŒ$»åÒhÐU*GGóW¥ËÃÍ%˜ž/ÐJžÈ=xí[°+tŸmáIoøe÷Ñ=ÚŽ(àýô>uí}k5´Ò¯õ‚ËÔÝ»Oi¼u˜’Í´ÄžjfŽ)°C6|ŽävÝ ”D¸£ Ž©üõÑ¢öõ%4çÌ_ÿ1«y€YÍ#4©HjT°£ ïr¸T¿[%«‘Î1Çâ¸y¤vB5ź3Í![ð¹Ó…ƒ‰RÑ'z¡o< Åű6 f³£Ž µ1/%Lúô+ü¬Óþ@i÷œÙºm‘i£MÅb¼dOéD«³dÙIºäŸoñöˆþ=2R”.·át°¦›ëÑ¢#OPiéSø©ÚœT:ÚtÉzQ¼æg©6Îß×?pŽÌfôúo9Ìõo2›MüqšÜå¼¢Nx¢;¯ +d]Bü³l­‘Iù )‡N¥jꨌ˜ÊN•·ˆbä÷~N_Ä6¡òŸœÞlxÜþQT§w‚k}Žî_ JVÕÎæøjÖÌ:]¤)ñô iA+Ófµêù6°©é±SBïÕªJ’×f\{Èhå 0¤f"Ï¢«­ÆÜMÚ¦·5:E g‘ŒôõÛeè6SÛ')Ìk& 8pº@¾«H¶ÂMÝÙfzØ6JÙ2‚Ô8žWy¶Ô|ÍÛ,j±Dä=r`¶ÎÙ‡¹,û’bÅýþDV(^e.nÊÚŽ”€,‡Ö¶/ñÇ@n* -äJ’nÉUÁø®/ë•OºÓ1_-%Óþ½ËBà7\¡ò©~µ÷Ú‰ªp‰… -žô>$ÒLqî"³ -ŠòC.QaIêv3 -«MF¦§µˆ]GJ4;þ@z¯¢÷ýŒv]v@yÞLþ}‰Â€¹aò²õ–„Û{c /ïÆZö(ÎÊ®×ì:PÁÁS±ûWÏŒ•ŽCˆºj){ÐSË9x¤ïWûi/UÞj*û™P7 zÏ=Už¯ÂGÁƒ~=uš‚Qi™ (¿~ µÙ÷Y&`'¥$> ü?ЦJŸ+{DÇjÏýˆ +¾y.¼%ñ¦NMÛ‚Ðc†»!S&`ípbÆ"h€ÃÆwGÓ¼êâµ×Ú-'¥Nh/>d—ù&£Ì{¢¯å¼ÎwnhþuW”¿Ù¦nM~ñâ…“Lc·F<W‚p§×}jwðõýï jé€þnWÑ¢ðÉOsgfÄI½{pO½Á²ÉÊ7ÇC«ð²¿ùœ ªÍåÌekå[þò«i!ÞãnúýÒBðÍÆ«qU#xÓQ6FÌbL~¡+Ø1#°ç!ñ¶ãÛ¾í²›]×”÷&ÞwãÇ`É}î3mB„¾¼h^¨”-¶Ùó¿É,d‰ÐmË«àzÄúfkgSi?4¢s•Éc*µ-æÉ fF¾³à)q-®3h'Üd}_{3¹ÜáÇÂ/'[n8îxm ¨Ño56Ð6°Rm!‹mqïœì>ˆÑ\5p†FïŠ7„JfòÜgY T“ÑË› ß§ÇùhM_[LͧÙ=ÉÏhí]ÇwÝ­‚‹•Ðfw_ð$¬Bƒ¯©ÏÂúÓhÐÀ»‹ã|þ™ »[µÇp?K¾*{d8ûä{Tþ_Ñ»/bjj¿ØeþÕe*9ù,ÜSÆm‹sËJ6¹0è§jˆþvLz§Œ²—íë.ÁYRгšûBŽ&]Éþ)Ó‰™kÁk Ú~ÜÞs¶ˆË[¼”ŠdyIa%éÝŒ æñXùýf‰Ý››ð ;1ÄÝ´Þâ¢c®Šé#®HL+ò>á3?K2¢)ݯ~µÑ©\F¦i"[Xù=¸õH˜þM@¹î¦wù*­§þKøìº©,‰áDîþŠeDÉ ßñÕ^Ž5Ž•È}WíYmý¨¿Áß™ÞY§¬{6¤JfUý)FT(šZСqäêFƒ!j“lB>¬ ìÓ<·Õöi‰¡FûD]?šjo¿$ìp± dÈs<]b°”†ýwØ. ìR|6%K^U¦›.]òßÒ:ƒYù-Q{ 5~²º¹áEÅÄž/ ©“:WW*8£«¾æb.y‘”v|2gzmú%7ß‘Ûr‚oÜ '  @¥l%ôù-ÔƒRš| -@|±’™®bJOqž² _~ZJ©-©³‰†ÂRü~”M»º•ü“-RÇ‘3Qò™ËÉPJ}ºLPjÙ½šòÐ9Ù~9“]·8$¼ƒ¼ãM×שÞ|þxÑaZ¹ZKK;X\‚j[}ê´µH3‹°!Y\=ħýÏBÎ;¶ôɇ -r‹xHƒÙñ\6‰H¦Æ¯f~§»‰ð0kÅZÌ PPŽ’¨ïưPêŽhÃ4ÆC©báE9º¤çäp%YO?ïìNhEŸd=EZnØT•զ͠/àejîʪ·tà¬ñÞ/'Rh5íYÏm—.ò‹aþ8ú÷TbóJ´X©ºh‚x "`ã~.’qŸö½x>èkr&åP“O[Ú©÷ÆjW ÏÂî!ý¾Å2¢ <Çú#‡ê-ò6äÿúܹßEjºVÇy%-s=mv$âçÖGœ¢úÔ@:üéJdÎ|Øaò,ÁÐ#yþ»À>¡]Ã(­ÉÃŽËýøDL ­ŽÍÎ]ÃÎJ±xrùD–â½bþîYIÚÎÒ<ØÈ‹kr„Ô½PÙüfú_oûÈݲo!ö2Ž»éw0y8Œˆâ”ÔVûÀC±¬]¬ôè0°9t¹rnQ_Éå±Ðƒ(œo\u§¶?C)Á¯4¡ÿ»M ÉYñ,à|álñäuˆÜkŒÈNÚLx’ª·›Vñ|„h$v¾žÏäDk!L½ÆlúL\@UWß±µ™U}ç~ùªúuâ•yŸå~ó¼ªbËéÜìÔ«0ºº*Æ‘FŽXTͧáçQ™®Ñ·”ZcåPzRÎZò'ü ñÊQÛòå"1ÅØ9Ÿb¶žìQSfZ•L»J«‡&K‚"»¢¼d×x áºÝ‘W?Á®;Ä@ƒ_:$¿'n³¶©¦úº’±üC¿²OÜL¶*­¬À‹µ,!‘qG¡ÜÝUM©Ö•Qcä-v2›á¯Içå;úvOße?Gkhð;Õuò#yöWµÍ5êåÙi¨Ã^Å“³e¯õûXÊ>Ÿ‘—¾ kOŸÿn×›pËN 41OC5•ßÁx8üägã–²´_mŽX ìåºr‘ê•ÏùÕÔ²Òg!MêæÇ|$‚êÎÖ{ÌÏÙG”’ÁÉÝ{%éÝÍŽã¹Ù[Tî¿ JÕÌ;ªÌ(ö¯¶°j’qze+9~]Çîü;‘ƒ»¹Ë%z¹Û©d|ŠdÉgR¬–ÌÑXnPRîŸrâ^*íÅró”IÿÀv[ÖF\é2È}q ÖÛà:º¹gR¥ÑÍPÇ#§*¹Óm„ÛÙ2GkÔ¥ðךŒ ¥S÷¼H·1|@Ë×ëÌ96‘@*Ôµ.LÌBQíïæ#‹¬uÚ0Ï´³Ú¶s×`•ë¶éÄ×éj$º>dxjœ„¦]iIá­ý$|¿)û¤ -¼¥+Hɧ£ŸÎÜN¤õ`ó:ÍñW*ðQ?f;À¼êh¡bLbe{}³Š8íî ®}¿uµ|ªdž(¼óÛ[š]éuú—X•…Ãë¾Ò¦R©‡›WðšÔà:P€HþàœÜ¢†ÚË$î*>-tΗoeÍ?N ÏÏø‘Ç -þR`5ª¯“„ý­#¢_Æ F^¯–)B¦$›–̳oùé'¦œ<gÍЩqë¡uqª¯ÄŸ™à¬¿[©Ò[.5€‰Ñ£-jÒl€A…ГӍo‚ÒMö½žš.¾4<«®Ty Vwª:²×§íBžõ-A eúëò©×wÔuH$Ó×RŒ”š^TK|hDor -ó@ת¨–K-ÆÿP9ÜU¥3—­tN³§Z›ˆœéþáSý}@Õ:Cˆ?õ¥£š÷æu„M…Ñôœ¼Ôc yjWî§}%u^jýnÎàSuÕ:Ê÷íåE%‹À¡jMS±Õ’íq30n© 9O©¥7Ð]¾>U~z1˜­ëS½s»ß•§{[]Xk×—›*™°›T˜ùÑZµÜR¾ý”Ñ›ËÑÄÒ‡½:•wÏùö·~2Ó½)'wR—3ò1{a©dèöîq`Øé7U’s®Á±àúÒ’Š‘1+ˆ‹K SÉb“ngsÐArTÒ­“Ð;äû7%ºXÅû …ù*aVIN"Åâi«¤×³×V¢á³“¬íµ³Ø¤GlšÜz>²X+Šs!mÎ7¾7Þ¯-E…>7JܶWÚìîº,˜¿"”b½|ì  {F{tÍ1;Ù~®t À1_éWŠ“Œ©k­.çO´Þ -s>~è±ÇO¼ÃñÎ(ä<ß៯8tìQú_Âmî…ìc+¡V¨˜|Skf%j¾:Úƒ¯•±ªijÞO¢ø@Ûoe´Úþu:å¼pÍ@#}19UwÞO+/Xi!‘ßc•ÁÆÍÝ’XG‚ͺ_²z'–?õµøBÿÓýwÓ7ã…“K³aÜe¥«1ΫT§•ouÅ]]Ìè—!~¦6=¡g;O==ðd³¡q‚Êm}î”Neì~}ÊÍP®›…^¿µV/ër¾¿Æ¼ºÕ Ÿ<¨^¯BéñmUüFP•í¤/oæ®›-1î•ØùXüû¾Þm«*Ó†ÚÒbt¹iªòؙܼØÏt¦†-á¢x=Ѩ§úóer“K:¥Î§ñ7÷ƒº{\ämUº¤<­}OÏr³¢Ò¸¬¸vyp§²ùŽŠþ’jÿ9ºÎ5U• øç!ADAÉ9'sÎ9¼ÿeïÏývW†ž®ê*º]­9žY½OýÊæéì–ôO -íÔ˜HäôöA™ñ*Ý,Mê²}H{õÆÊ\ý„^×±í“Õ¨È%5gjV¶žîóézjþ¶Œç8vƒîOÃì*böéã4›<2 {öÏò~¿–=×úÛÂ4+ìÇ}[Oüá–Öp]lR»Èÿ`p}ô0+]º}g2¯Ú¦yjuqµ·sêÙ%Ÿôrxv\³gpüe`îzt -oØ, K-$à6®ƒ6àTêe‡htíüö“-nœù£úuþ+"Flƒ³j÷‡ç:µÜž²œØ_ó…{\C§d›z{zùynû­ü¬Wü‘ðM ¼:§³YÑÙÀ÷ðUHKý#9Rß2ödê¿7°°g±:eÿ{ÿÂéºM»ŠHlUðË­m׺?EµÑNcÇë’ðÊŠZtPvºMÑ%&ÐÅp3q`úmÇk¢s±×‡†¨\÷S”î_-›kèrŸËØjظšõ¨-_ÿ඘?Zîà#+òÇ3<Û¸Z0TKÇ+¥®KC!Ø TÌÜ6!D.¼b_ìÔôÑÐÚtBƒÞ.öbæ,—½ÚÓÂÑx2ÆÑo¿ã˜Kº<Ô|ÅudÂãßþ—T*MS]IwÀ=±Ë RÙ,Ú¢1;æf™ÙêvZ‘  »˜F§\¨q¶‚£ -ßïÝ|šV_Üìg•Uù´ž–1­Y·¨†Ú¦*¹£|³Ä’[òÔ{øîÊêÖâdÂ×Ö5]Bwx®^6:êsñÆÚ>hiÃÉ÷Yx1ÔâÞpÙ~é‚:»É¼s+м°6UIv+Õué|aØ»Œ}ɺ•}IŸ™¿–/•Âca lÝhè|Ý3$»TxÚÛÞˆáথm‰‡V äž[çó\¿°èÒ蘪×X;)ëµÁ†zùYDézð²¶×6®Û³üúöòÔà³·R¶j½èÎ"¹ÔkBÇÐê:«cQbý eAÛ’ê—•£6ø?«“™•(צ™…n»Ö©«ˆä͆_Zúx³ÈIgåžÞÛ;c¼“½y,þÎÁ’^T;ýì[Ž}AÌN¹ª”¬›}Ϩ¨òÏ®œgE&{·ªÕÖj¨øõjIõéA]kÊצƒÌMשë¶$ì´ÓÊÅöß›ãü„^ý€ß~ÎRðö»#ˆ6¨ðN#nÖf¦&¹>EA¤x-¯Ýr’öDÿÔø~qÇ]ùü¸²¬T½_…æœ ËÔÖ°0¯3*A´#瘴’žîæ0\Ûng`4?†vóÆˆž½¿—ÔP«¼#® -"nV~dƒ‰7…úgçœzî÷ܵëåNÐPÆ Cb­ž–ês¿ÊÞö镉hköæ -tÞ²”…Iç÷NáS -¹÷Áð-¾ô{ï.CÍ-‹ú‚yæï ÒñÍéçåõ<¤z›I—©»p±ö0¯ø¡‰sÖëуÁéÙ=Ûô|uöÈT8©å‡?Fsu…a8!O’9}8Q+ú­OkHŸ±¯ïÓº® 6p8‘n¹Ý/D­SÁ?ØÝejÇ"IU3dYó„Cí€Ääb¹‡×%ñ Î…ËþæÊ¸Ð>–W®¿Ôäºm>aŠW«­ñÊ×…s³Š]zžÖ†±Ð;%TPÐH=yþO)ËOP–‡¾r 6Û?¿ÇWeÑß}‚á„á:S'=©‡éùç›rO'²çŽÕÐóÖ”Àxm²Ô'yíLk@_ŸLʹJ&".CP,7°ŸVÜfÁɧÎüÁT”®gö8© ›œ0n{¨ø^Ü-À®8 Ã$¼àK·¹™Œ&‰=þìºÞ/¶çó -m -„ðs:?©s§° s‚'‹=‹w:¯º®CÎ /¦Œ7»— –²gòºZõÔé2~ôâîõ0ë® ¤vRÇ -ç÷E®¨SUãNµCàSλ×–c½'Ç=Ÿ².€ßæªÉ[楠%ó)2s¹®º7 ¨bq&æÌÍtöW=šQÙ9³­®h‰:–ZÕ`œü0%úýH üÍê=,õÌ2ÁãhåœW«‚óϧŽqe;Aò’׿->YYíHÛÝ®2À -æ7Ô]^¿FF½3k,ØÑÛ_ïäFeš½î&“­9¯Ÿ: ‚oußk< õx.lÔ÷ÇäÓ‹®x¦3–P¯š~4ÓB#ê;™5Ì= ýœµ_§ßÂ4ûèCÇýµdÜ…­@ŸÂŽ™‘ äÓ&RK¿›Ö7qÙ³‰Ð øQï¢bacÖ øåbAÊA©a×/á×áWYµ€­²îþ¯8ÃÇ@ž¶(+FÆõømE_¡ß)Îï¸Ð£þS0„3*;Ó>Î…~Q«è§9z:¾ùÖd‹ãSµòp„q§ë©.T)¥´ý³7½j¯<¹$—çRZäXex‰£Û’iõ«óÆØ‹Ò©ò;}Ò9vLÐ+Í£‹ÿ`š9ÙÉÔÔÍ ƒáM;Ô²²nظÛDMÏ…– œ˜pjÍS1vfß=ÿÐL3XxíGxÙÂWÒ‡K!ž³n¨.ÌQ^Ìû>½µ/~¥Õ†ðh?>{ËÒŒp_çŽQšÜ?'+|[¸¬U)—žï5rä\ž·Ä©$"K•ZðiøÓNèòÏzdYq/AXo“åû0 ”ùDðØWftcäEuäáijm|¥ëÓÚ5"Ɠڔ÷ßá!ñåYíò –ªt̯m,¨*Z‹âAˆX´õ6Žià¦g‹úâQæ&•lUZpääìqcWoÍñ߃ωÈ-0{Íë{ÖÛ¾#É(»Tz nJ›íí*òÖ¦ t¹Ì‰YZ*vè÷¢\?¹È-=µödÐ dØ=üƒ¾•M*cª#¯}r6ŒåèÎ{CqŦ=®,ž”ÜàƒÄ°c³Œt*êªfÑîÕ 0hæž´Íúaq½IJmÀê0ærdc+¸¶V¾]ôö× xÓ;°-M¼ª‡G"¤€°„Ûh{ùÕRžÇ¤ŠçDöªÏtýš„ábzÊhôÝ4Ê||uC΋e^†æ‹B*Y°¼f0H,½=äÔcr¦þÆÜ?Xßø`OãѸõ¥ƒ1ÐËxø3åCÄfËx­{lp>Wq(Î=óz›·œß™°…9û®çO{:$Ö]ƒ¹VN†ÙÌS2鬟Lëä½V¦¥Ï^‘Ö Š#‚Úãj«|æH«Üy,d«oÜzÞ¨‚#@»ßYZ̰Þ^¥ÔÏVznm¿É))2³Ú]¾¸¥u¤kX k=¹±0pÝz"iòæå‚•G_È&Ì)û×׺A+GlÙx+ yú !M'ž®6,¼“8Dä¨{šˆ§O -n~»Ózéýð>êA„¹V÷Ñ@Ü4•²Øs §Ú9%î·€Ám–sßÔ”2‡Sxû·ñºpŸHvÝ¡ñpQ®Da§·oÄsfáZ«ë>¸Øß1VîϪ®Ð¨ž}»Õp ;»k8ea²³_ÔFæÊnp^ÙI+œR¨q†“0Å_žÉ_L¸qË€†c¿ÆŠDh¬ ‘›÷—·˜/×þm×Û–UŸv\›§®1ðîÀ°rެ`¶ Ò³¨ÍúPI^‡GœÇSïÒ!æ†Ð‰ÿÁ¾R‰†fYVÀÀ8aß«Ðo}ùÈk( ý®ë£S'ÎÂÊM~xóf 1"çÉLÉÏL¥š-âÊSÓ¢ãQÿ´èWg‘x{bïñŠ ÙìRìËO\ë¾_.oËÚ¼x–yË]”¼>€…ð«Z0Í'o(/±8&7Äí‹ÑóD0Ò¶äý®2¼2ðl@3£z´¶wм…逜•Ÿü\«c\žÄG½aüƒAašúqI. (BÿË2j_.ãÖ %{”†t•Wûf_²Ê4MµÔŠîÒ- ¡¸Ñ;Z³·à’ŠYagº£taþxžIÝþ€$š÷hþƒÇ‡7Òb>!óVY}†P´j÷æâS+½ÖPñä¤Öû_íú-ØD=Žh-‹}‡I@´8V¼9èî·6PÉþ¨Bü´ÓÍ»ä½ã¢Úƒ¤p¯:³Yå)Malqú…rœä6$|ÜÚK†s‚1.ŒdxS )̇ ?_Øõb¡gÄÂO3+ÿáç3;c þæÙ.ÿ ÛX½™e=ܧ).ª¯î˜øÖÔ¯ê=@þ‡v7”d¾ÇhÒš˜[ž÷(ÿ¡ö}eÀ–¨³QÛŸîñ Æ–Ž’Ý¡45›…^=[á*㪔X¸sjÖaá!EŽñ\5…_Ã2icb}ïÝ픯ƒÕÐnÎÊ¿ Ú‹®ƒ´øgÖGt뻜”ìk}ÓJ!yÖ¬®~·¯Hù½àºŠñsÐt\ +\ú„Š[(”’m#Ÿ·ã6)»ßò Í}Éûmöñ'÷î´$Ý\³îKéñr—›uëývQŽ'ý¶»Ó¥ëÖ˜}.lŠTí†ïx\ö¸þ¹Wø›¾`q«f2ZmÌrJ¾Î7}~Lµ‡·cZÇíÔ÷öƒ{žØb«K­–éÙ™Š”oKGµä.º÷Ç»˜¡@ôô³·'Òžs0"ßq<Â~óÌð½ë²‘dÇ¿ÞP)'.7Mxc¶‚r]ŽbjÉÜqzl|M¬ªa;_ -?K®Ûdê…ÛÄ6€"Ö|KY™¿G½ ÑDZQÞ·ÃfÅ´æþ¹no¯YR^œ+u®FJ),VÛêÚÝ8 2¿µ®(TúÉ„»m{EŒ@ûpŸy­Csüa¼å¡FãñT|Ä< %ò[žIžÏ¬ÌìØºjcû` 3ÖLÙB+Tã?÷‚Çš§ºÕ*×sI»Èûfi8HPmnOr›à£¶å.å2÷\ùîsÌ_”­0)2É÷d3ëŒÕ .9?sÁ Ž˜-ñ3>*7†´ø«,b± ÝÀ ÞUYÔ€}·mmª>&á´¢˜-pyëaXVßξ¸Jn¸õ8“³YƒïϺ«Ñ¯”ï–¯ÂoÛÄ4*f¦±¸/Q’ÕÞ^9f´ù„6ãòê’ ñ)àüSÏ(Ý„k¬{wüå8¨ N9¹Ý2‡³ô€Ýõv¬•G÷3+õùUÄ¥’p,Ñ”>ïÐù:õJT»n: -ŒÎlBï ‹ÓBu6«£Ój™á·(¼ª­­/œnᘠ; aÈ ÅÖvÈpÖ‹„Ã/tîß䚥Y V# ]:’Aì&¿Yc·—•¯ ,|Höo/½zMˆ=l§NÖaè@7”¤‘ÛÒú•U[|¿jùmÚ¯ð@ÿàn×µ–j± /½Ë†í–GMO´áƒ³uþEF iè¶GŠ¥>oš¼*òs÷Ü«ÜÓˆµîâ*–wZÕLNt`â?oí¼Vè(O°Ö…Ñ»lX*=oKý -&{™ûD’PÇžúfËšÒ=T:žÇÚŒÓ,µ>ý¤b‹q!]VƒVòhg=ÉßF饇ÚzM Õ7ù¾ÚJý;mЪŒFp´.|¥Ìˆ¼\+MSà¬-cVÕJQum‹ ñ«23µÞ»¿ØÃ2Y™'ÃhåêyÑ(QÑÑ4†Ë¦¯Ýn‰øX}3’ëE°Î0¶ð)bèz%S9ÿ7í·Ž^UëwzgJoQ²„¸bËÖ™ªwUzøžtx³£[sÿhû±«æ…]÷Ÿ½>à&iæÿ¶®ûCž¸Dº­±§`pèJDý-Kt/RK{…rçí£ðû¶\±»¶ƒ5TcRn“›Öëh¶¥îõÕ¶Ä3Üã’%¢ªW‹Â Ô‘‹ì¶-S¡·O¡ìSÎŽKJßÞÈëÊ›­²äâkè‘í•Ø?¨áªW×ûŒtÖ4lhO@™ 3…‰bø¼E·,bn.¯‚pIÚ"Ûµ¢÷oR0vÛ ù}ÜT™;Ê{¾€27åwù5Ȩ;*ìP¸aÕ>ì+¹»ÃË©Rý‹à»8Ü>†³”':7ñu}ÿŒ ™4âÐ^z2¹+ÞwÆ…FÅ ‘Â`ÃQ{vx:A›^ÔÚmÖ¨ÎG‡Ìñ„¡ %ßMïlÅÊ¡(ýƒÅr㨻à7Ó‡çÅ»$ñÚ—_ýÁ4Y(›ºì»ë d[7ÛOI±D-ŒÓ}ÜêôZy„ 4‚㹓˜½»@VzØ"º÷±7&t1®c¡Á°æà<š*í:u' -ž:&(ÉoåSÔÉ;èÄ­6™+Ç>¿«NôñÀÿfM­¢qVÿ5¼Í\¢:U¯F+ QiZ·’²D·€Œ¸Ú@š”\¨‹çÚ})Ñâ=0„9|!‰W|U¯IÍ2Æ>]ø6ÑKéÓÐа"rIö m´À~Æî|–Fz=î£|”âjÁeD[W§m §H îÛy—Ú‹‰jMOÕ§¹¡cUA#`3x‘ä¯Ç…¬Ol#—õ¬-¡®0ž‰îéÝÔä6h`ˆk-YT+_+®`º;«¢V:ØÖžYA£SR•Ê™“®PµÐZjø÷r¡Ï§Šc™«'T|ö”¬äˆ³´–éì»æ‡gÓêæ|(ç-ó¿óåÍùùUIÉ®·¦Î•Ó·ã«×¿Î-z*Íü¸ÜwðãÕZЬݚ•º+{5óßÚ¡ægèº$¶=›õ"¿{ñº”œýcAíò¾Ô"ŠjîxÞ*½•%`\¥pJ›±– 5ôñ­Îù•—~Wë³ß´®M6ž³6Í1> ô˜"eÛØ¼>Òǯ¿ü¦¾RÃ3‚Ò -øa»Úø3µ‚ôiö•{åCö¯-ªêëã©£.‰—Þ’OnæIõáQã/›Â%¡óýqÍbyÅæùf ŽüRŠÇ®L†•—&r´je¥ýA|©´6Êáw¿ÎÕj<åid´9ö¦¹Rï¥ö¤Þ]®~ïÙêjˆù”è:Týþƒ¥`5=y]“‡‡IÉ ðjxi'÷Úî«ØÇi³o®8?†ÅY\Ú@‹HåyÈœÖ#õëè¤A—½÷cöÑ{ãÚ7’œÞh¬"ïDz<\Ç"jxÕS–ï° ‹Yº%Ò{cÒQ6>ìmén#^„lUæF«ŽkÌ(t«º¼;¿>¥¦Ó›»f­uD}}ç®Á½õÌf©¸—]¿Ò“°ûóeö¾@±þqÆõäùò šŠ´,µGïª5*Ÿ˜I:¼WæA¼Ó0?ŠÍŸè`1Z7:F–†tjbÖäWe+ #Ã6¢ø‚ª¸2CÇ©qŠkãÞö…êë cVÎ3’È)`¬_žÙþYøÌ·Qaدn_ØãßGDmÍ3S -K}¸"«Uz›Ñ>|«}rKÐÚmq¸þW2©i;ëèyY”}b¨•ùe–¨$ÐÏ×ägÕMø®ƒg]ôšŒNœð‘¹zúÚnôX×nbçãN fQ¿êï9eöúlh,¨~Õ«5aõ Ö¬0•²¡ ªÀÁôŸ»¥&F&üס}yëX`ãÕ×^{]PI¼»²ÊEmÓ¥^ïÍeÝÖØª‰&©ïƒ~D‰Áåm5<Â1ê- U™çÖÅj•‡‚qªËaððO5G»÷?ZïðdŒ‡Aò)þ=KÒŽž3’ɲϓ;ª³Ø\è^óÅØŽ~•¾¢^A§·=Øl¾Í(4x»Ö>EVjp;²Žï3 /kúª{qÖŠµr$÷µoŠ“Ñ‚-]F¯ltÆÒ0 -Ù”ÛÎ É{zö¼¥•"tº1³ ¥ƒ A…0ðÐê :š¶*FëBóÑÆH¡Ü’¾½Ð‚-î›®sNžömÞŠOö'ÿ`¢º-½Üq?šéôU kìÍXø©ðdy´ SÇ|í7T7‚Õ–Ã`~gϯÆÏ;+g§ J7íŠÐzsWz|å:¬èTÿ~¬äŸîÚ½òŸ¿É’¨!t}õ{jý¥4W;zé¡çE -$÷ˆ Ô[ª6ùá÷ÄͳÝÐ t¶ê6ŸbFk ¤=A¨½v‹m€6@P»Ï¯k(«íöC©L•YQ¸mn¯ß -TbPï¨êÃh*Û—Ãfˆ*cLƒ›Wš•;v-A+狵‹;ŒÏ>Ñsª]ïï{ex!]øò]ýª*—1€ïÇó‡M½á£Aõ6w±ÑdfÖ·¦ïÿÁü3‘xé°¾ö¬íX$»ä½È0þ]‹¬yÊkýÅp¢füöi±öìV-MûÛÌ¿ì60fIX7ã| ”ãc 1¡˜Y™[7.8Ù+©SËÙþ¨@wÐ|¨˜‘°óŒ_«?ŒÔcÕœŸc­´Ae&›WºV6ÛãèPCï£ -‚h¶èñÜD·Äjt -ËLßÚ[ó[ =ñ_µ"Çâò£'1}rc;È¡o,•Å“ák³±Ý_ik㦠öé˜Fíú¥½6~Ÿ_V’CÄÆ¬–j2æéåòuãÕ’óÊÀÛª¦î%ØÍzœcHÀv=¨0·@%ÚýÌŒžÚ¯môvO¸‹òÁŸÑ†wÚ›»`dƒ­ ~[׎݇}Lß³>•ÒçÚ3|›¬8Ï ²ìÌÞ[£#v:ô³¼ê{ -š j˜ÿà†¶]èn^ï wý-4äœÍú’;úGó¢gê;zVÄF¥ZvÁCînçþð§±Á~i·ÐvV=w}÷ôxÜÆyãë™·ð²rý=ÿ`£¾.QJï¦:nDgNMÆ'£gŠ0»Ò.©y¯­_W|•N°®þÚN£Æsß ºËk`ðUÑÀõÕ§ËÓ+M׆1BÛ{û޳ÂWîò;­sî%SÖ—ø7,“¬ÛgŸÅ_ZB{¨_oÑ–£«ÅÁäj€Ë`‰gäY ÌW’èWo½ƒ(¹!Ú}8»‰Ý¨˜%;ø ôv9oõ6-Ô¸é W ‚}Ð1'‰¯õ\N‹ÜAÁ%WUJQA¿ÚïÞ+Bº©i`—ëÙrõÑvˆ›|W«/âûuWyöKW™¢¾±C@§S¿uj·ƒVÿ¦ÌlßF»rO!5OÄ®Š!¹ÐM5·n{Kÿ¼œ÷Ç0ÒŸécödbXW¦jØ;¢) -ô,ª£1ÈÚv«ú¤á鶯6ìØí+r$ÝÎÇ+P)»BV="‡†ÎÑZ.„ºMQ»«æ6Ÿ±­-[S¥îÿnz3Ü_ì:‘Ϲü)ÒúÖCëñão­%4' Nyü -žzXØn¤ÄÆÎF(kŽDŸ0Ø´MÀœ¬?[}}ö&Œ½\ë š”ikE,'Ö nšZ†o·#çW«…·y>.ÍÿNBžÙi¡›>×#ßëcjìÈü%Í YîæˆS ïUóª¢$˜,{ÃusyJfþΞþ¸«£¨,Ò û¹> ˆóÁ2;Í›ÇNæ¾Ý,"Öª|ªˆ;:I sñṵ̈èó¨»mù²1]˜ÇÁ„Û’6õæqÚã5(ޏÐc6/s…µéEj«º™ŸÛd÷Þ~tñ[f ÄyÆbÜ[8ùßZõ=AB¿suÑ~5•FA'pþâ’öî¶6Óx·’ä¹ÃĹAM¯VØÁ –ÂÃÖrLÃ8¼©ÜÔƒtǧ¦Ðén1}PGý¶ì&v¶Êà|œþ b¼mÚESýTœ¥çp¿4ÕÍ Öa¬%¬³2ùƒPî&ßÖ1Ú·ùÀdqSŸ$Ï4¤yþi¢léŠÛùÞ½©1g’k‹6»¶öâû÷ö¾¨õƒN¡ÆåÆò.ÖÅ¿ ?g‰¶K›ÙüäöF¡Î{i±ú’{pûë¥[U‰©ú;wËµË ¼ä`Á6ñë×ÓPµ¡ÇN'ý½'BP<ìɳH¸œ<Y`—‚É“ò“˜[ù€wâ÷Ð -é•Î`Zìš:zÕ" ö†PÝåû a¼¦ÜÅ9O•/½\]í™áâª÷O­ì<ÚƒU§‹?Õ7ÓÇBpUé«>jîjŽÁ!Ï[œÙÝmb¯Tm6•ù!ö5ÞQ.?m ûs‘ýdv9Ò*u¶ n§,ùãô’~“8ÞæC¾Rkû·K×ÿ`X¯1”Y)“ ’漢XËÔJæ¶õa*–¥5kl_ËÉ·ŠÀÔ0‚1Q¤ -;øyœ6·J¹lªÀza¯M¤ªÂáÏ\zj‹ÌÇîÍ¥jÑNÃ÷Õ§³¢e%ízîÄûlÖ—æf×ÊToéTT½#/WUkBP€=2$›È=³e-á fÔÚJj‘êÛnÐX8ªEW•­sþ›Õqþ “ÍieYÅTëõ‡í«Ì73?ÆíZˆ§hn#Îê±¼Ð0ÒrÆBû•œBtW`·1ã:â½åôüï!o·9ís—]\ç|x¥jªZï(7¦zy©—:Øã¦õÚ»¾“´sAõ+OLôü°€0ç»/}&=ðíßÛµß4­÷Â!(+TZ{ßk5d»ySl²öèv£‹Û®9Š_r¯Êõ47Π¢‡¥n —Ð;Qü¯H®ü_·N²S½qR©á§ëÖªÞú´O…³Ð¨q {µÇš©õO¥§ŽóøÚ¬n¯’1Å!£ã Sû~AçÊÑ”ÔÝ®S+jær7È¥¹æMB݇ÛÃŽ—¥ÞÚC+ÊlƒØJýqÞ®1¨~­0üÌjÓŸ3œJ j{»Ý–”2e*šCkvØò+U5f£eÅð—ê5 -~h¥e|ƒ&äÊÔ>­µ®dŠÝ1íÜ¥PÊÐØ2¾Íœ<8‰¸R×eÓüEߣOVÞ ¦¾'Ž>ߣ¨Vw9w2«ëlk®ÞËòyÛå–Z/u½øœ hçA[“k]¶ó½äÒ7´¢wîû4Ó‚„—³FŠ«|Àxã©ò-ev×wlï~ݧc™Ô¸kÖž¼.‘s\¤N ëÅs{Ħ®Ã(O¾´ÊÝ­-×w–uŠeONg¼ï•ÓgìEÞ~Ú_ü‡Ó›»ì¸^ºº:¹¹Ý_¥ä¼DûM®8µï<ŽßÌá ê-÷£¯3ë®)[\'àxiÐÖLñ oÃÔÁÒeÿ0•ªîSÐ*ŒÑjOýf¸å©­jh}¼¸~þÞ€˜ þÍŽ¤‡­*„½Càué@Õ–_–u†1¹NŸJQã â^íùûý¤µ EKô]v5÷º¤¥3\JNØõçd„ôPÁ—’"i–»Ê/­” ÿÂuÃú iø¬„±µÝG¯ïÆNçx9'n´ï` yšm¢lQ­:çlRO´Ù“[ý\êCÆÏ2p‡õÝV…†Y:åKÈYòŽeuˆ¾ý÷Ípñʱ¶Ž?ÙàÂùá$Öò­9ÕØït­ÞAšß0$—R,ŒP”¶eÜæyÎÊ„4U-io½õû޼kcï%˜Ú<¿x¶¤&ëj¡Fw)¬.»a»²¯í y‹Ç#e?±ÆIltl˜5õ‡{?‹§Èé1c=ìΕÂw »â§>Se¯)ÑŽqC«%=Š­Ð¤£ö³¶ÿ`5Õ×YÐ.Wý:÷ã -%ñ¯ßÏ#¨ìײL·ËwÆÝÛs±Ðdºã¸Sª:Ø{ ]}?˜F˜‰ÍCïJ’6K§@žÜÑæº¾ùí|ö¤KˆÞÈ –·«7¡¡.4WZ3³—"ºƒ~#Qîœ --Ì|¥ð¢å/vd¯GF%?ƒôˆä혮 ñN|m±ÁëÄö̘PB÷<ßï7Ë£Ówhúy&œ\MhMŠÅT.ŸˆXûn*öÍÑ…{;Úö¬H£Ì˨ºò§Ñ”¦eƪŠ6çeÚÅ‚áyaIu=qï-óÝÆÝ‘5m?Û'›‚pù(TJí%OBÒ‡,SñI[¯ÝCÿg•Ží ¥¶ôµlï VËõRk;±•Í‹q_U‹/ÏŸÏ»ѹ##ÉÐKÇÌÒ¢*º†ôŸ©ºÝÍ4vð×I8çW¬|â(zMÊû¬œe÷|õ0sûÆœk;£[ƒv™ÛèV‚r+·7äïlWkcC°BJ÷Ù—¢#'š3o¤SñŠºÐòÍ&\oW™ëÚ“!ûñ7•éºßw\‚<`>=»Ú2Ÿ–³qëŸÙ÷‚‰˜,TŽÂRÏõÃõ­|Á¸ï;'¥û<”€~›¹7G&z³ôh·ý)ÝéÑŒ1•ëþõ<šdäìN/¾„.ÍÂzãÑÚÞhI@­¶÷޹´_e››á-œg¦_¾*­Gª¡…5 ¯Ô÷oÄv‰Íƒ°y¬¹eâ —glá±>𰃱\û3}ÈZéüGer£2à46 -ýÊ´šÚ -ÜêdÀˆ÷³ˆO ß!§Ê•‘Í$g#Í@ëèn.”ÓÚFÖlÀô æÚ{,çr©òÐx‰…‘OÿÁé¶—õhƒœ¤Ò^”Ö Ù[*~Òg¥Tˆ º&©¬ò|-uBA¨­ðš}^Þ«Üÿ€´6õ».ñ£Ðá -^—_žrMäZ‚w¤íçüV¾Ð†ŽÒüEú ÑRCmѰРG:PâÊãªàG¿ÆrÏ; ƒ„”$•õb Yîå]©ó­¶§ê1‘\&¯%gíN´€0›º³pÑðŠ>A›‡Â×ÞjH“îY†Ó¸_=Ü—‹…®Q ÚnZ÷ËlîwúÿíßqvÐ÷3Y·ÑˆÆL׈ÃÇ'H™õ½/+“0ïEÝ÷càçB¨XÍ-XŸLšÓ8 ðaMä@Lã×k7émrál*S^‹äÛ¤“n˜SQ=ÏÆ ©µ‡ç­U’>}¾Eôºõ§c£7¶âÿ„×}Ë«=è!™w\t8ˆGœMܘ¥=]Ô×ýŠžymGÅ\/)x¬ç#£o\x Õà¢æ¨wÏ -Ä 5«5" s¤x”ûØ[5³ÅÞ²p]:ÛÍo t;ÒØboÓQ|4Ð ÏXÜS<òõfåG{ìצ^¹ŒüuŒ”e™é-Ò:¥:Èý9ŒKï!e8_EëÊß^2-µ0]ª½¬cIô~¿¾Ã9ý±ݰ¹i6A.mM›ä-‡DnU¶ž©¶öþ°@†ì±¬Þªnñ"¥Ž5…\µšuºÈiÌ—>Ö>Åu#ÇJöß,Îa¼€!§…šáä0÷¸oõï0ðrká'Ë¢NùÒó¼•kœ:íyºîÂ5ªÏ3“Iü°4º&m˺©Pƒo¡Îá°ÂJƒxý}§ô"ž…º¸,˜Î¦–!qãT³Ú¾v¹Še‚Gâë91Øž5\ïÑä}1fµ¦¬ÇbއÊLà6°mìnqn>¼,Še.Å2UzxFÿ¦Êö}8ðöl§XãJP-œÝÚ/§VŽYúe1À¹ä¡w"—•~ì¶LÝÚ~Ò=pI"›¿ûäf½;Yîé0éįúíyÒ¹þfQ0|çÎoj;W`T=lî›v.ïo—&ôAX89#Gh³‚[»Üç@Å-¬ÆyÎéu÷Ö#ššßZiâðƒB;¥²÷h¦¥h9Ï9ìz—• 9¬?uìV¤Ù‰s×}÷ã´\ϧJ¿Põ‹…íQÀ8O¦²ñ–’ê mG~-âX‹•2Y'…äwuóárQÄs$øÌ‰Wü×éSÔJØPͽKüélÒÆhì6œÕkª˜8mèt×|{¤Ã˜CìvþŠ]{Ý’Ç^UœÕͯ\*T -'¦[-‹œ’CyU½_FÅÕ»º…•°®ÏŒU~½»‰H¯¸H} -Dàp]Z_¾°äQãÚ B!gã…¼„#ƒ‘ªw÷]åãšp£å3”æéÉT5:}8i¬wçÏïÖÉo"j P rÓœ^E”mèÖæ1i¨ ÙÀ%OjŽ„ßEô´ä[x¡Ë.w’¤zÑ%\ǕǤ*W÷_¨©­š9²¯hIo>êï­ã¦_q€>ªír±ŽŠS½Þ3ðê-’f ž±Ã+ù6ëZSÀ·‘×!¤×êý«Í2W‚ùßȬ"ŠÔm6îBéÏBL¾Êo¶û–ùH>U>µî¢1qyAXÀ#«šü -ìK?œÝw½-Déø¢ ÛÒ«:É A ̃™Ö\fxÆ_rÅyV{÷®:^ ¿Žò$B3eo3ˆSʨBÙùæ‚ŇhÓÎËÞHf”AŽp¡Èd›žX?y5:y¥^‰£­<©‘Ü¥¯âÛþ¬ýJ`™u‚($âz‚S1÷ø½ž]ܨTžHý3h·O×EÃÙiIvÐÙ¡š¿½«Ó)@ÝÙ•Â#µ–úŒÜ…b÷­—;s¥`†ä|ñ†¥6‹Ðhú¯—ˆ]9‹˜%°‚½U€ý¤|Is¾.»sÉÊä^-rKfa³ìãÎøqècR £q¥Ÿè™û7Qº€løgU‹vAªýgÌóOX I·Ž‹{ãµk'¾×õ'ò®ÈZgeWóæïâõÀy¨:‹Í+ݸ:5Bû­+÷¬)Œ³“ïï!ô+u/6kÈËVT± -*€°áö £úÄ9*#“’ÔoAkRð3&_Y$=ˆ›VBxʼn+Íá§>•gfÖ꯽ËÅ@µ™µÆ:?)˜Ž‡F];9ö*?QïÅUÚê~ÁEÃÕ|-Ípj\ý„?¡µ§Ê~çX¦˜Ò`P¾.úòïþa=~¼„:Te”mgTfê’*e,Q³'™3WIåí!k•ŒÉ‚8µ×üëÚ¤ÝÉ‚ú€«iй¹J¦)ΣFuß·XE’-+HŒìŒd ÅeGÞÓ«©2˜Ÿj]®­šH½ýÃM =‰KH›·;eýlg¿!€Šæ?X¾o»„„±é"äù§<½ÕMæ*ýŠ|é(Sõ~þ<­ Ë,ymÍ—ªyâ*õcã®êÑ@º©çòƒ,¼¦ìÜi ³Ñlü”v_û]”„˜ÏøŒò‰õ ½ŸÉœ¼S·nØ*+ÎæÚ m³†ï:²ªÏº0š± ±ÞyÍdw@{¦Ól™Âz£ìô|Í”hü¤zN}ebYüf!þ -m)[ûТ÷$6kËǺÔÒ£!»¯ªã’íACÑl!‰Ñ2ZxÏÁ|ƒ·ª¨´ªºUt¢ÃkdO4GŠ»ÍÏ­øÒB«¶AnÍ• Í-7‚rÅìð¹ê˜‘ëÅß"ÓYZÐɵ'©nŠJÛm¢ÛpÏ~Í ԯ4AÎ_w:©íìÕ¹'e¿yn°J´ÆòÜRãyíä-ëze)Ëx¤Õq pÁ.ÜçÁMs‚ýÞÜ>Æ^•?«à›æaá¿‘¶µÌ€OF[µrôšþ¢LAÁJ˜M4C‘¯Æð{½µ}Þïú­ÖijêgGæjÌÎûa£ÜÜýZ©Mðˆrê+M~ÖÖ;umÜ–:ë$n?õcÜÇá‘jœ†=GQ=Ê&~î ,òP˜Ê¡®qº­ß ú…n3¸}ŽñØî×U’5WA­)3¦dÉk\z¤=;³ÓíI€úEɧ <Ô]{xe#$m¶ŽêÅ•ñNß ˆ‹Ãרhø˜_¿öçÕ𱘼Lè5ž•¦õð¤ÃÇÉ.ôö\”‡þªÿä•[r€ìÓÐʳX¾Y†ÆÜV‘¼Ó°gš>Í‹n\“ÖÏ8AõwÑð ¨"ÆeMœn~¬¯ Ÿ/z÷ïa£@´à…‹Ób(_·=UkîúÄ^îûfç´IG¼ýC…d4kv}ù±×OÒZ®ÏC©•¬¿ÌÊÓÔµ4Å­j¸}é¼ul´Ñ8Ã÷/ñ3O{™Õ¯N?÷,ùç=wt©|Ö¬ïÕó¾ÛsÄùá´Ú´¢w;ãMî/ÓÄèV·Mšðò™¢6|ÂMë7´ÖÒY´*3ÊcF å%þ ìCŽ è—ÒÚó3;zôgBsÖ†ˆ­4’˜M]SpÛìu{7GMæ8¿‰aîÈ&j-ݶb=¢€]5õ†ÝZZÅ䯨è]7D¼Â[Ù9cd€™–©¹å¡Íþ&BóVá–®Q{u:Ãdv³»fT¯Õaÿ}|:v<Êïª8Ìó¾Wã‰Eö_’¹,¼æzsyN¬ã+GdcãŸ;<ÕF7¤W'œêÈ!¦GÚŽøÙë›?αŸ…Ÿ3;mµàôÆé°ÙÏØÞÑÀÚ?¦™3깜“»öé%]Þ–â¼? Ýf`Ðô–Àp›û9k}£YÝŠK×â¾-Àú^RAÅÝK|U?÷W$`, ƒUUzk©×Ò"{‚YP‚ÌnRé·cbø7Ó>p%K|“Ú^uÐTëôh°Ñ°`‚¾;7æ²~y³C¦xÂõ›w¬âºû{tGóèHö¾¾eËf–'&›˜DÔR9çü%¡õpàÍÇ«µH‚!ü>žêà#”U‘ÐŽ ¶W*j_»²ÙNýä™. KÚøî^»ÒÜOƒÝe™;špk‰ìÒAåò­N¡L`™]+øfr¡óž|)Xkÿ)Ùzã:÷¼oMwqÞ%x‹” ½0âyPrb8I'ΊݻËcø=;uó¶•KÆìCj׿ZBïÇ∋G^ç2Çé¶5Ê‹á< ·ÒÁ6—€éúÜkV‡°4FD…'ÆêA÷¦Ös„¬žN¬ ÀFŽ-?áky®±SD¦åüŠMÀžz¬ ‹fµ ¯,a_ âYÛðÍÝlý–•œ¶¢ƒòµ,«§–5çáËöÊÖ;±x9•Z!¹™ýìz«Ô*fôæào±ähP¢¸f6”rU‡·Í¦8îjcŠï¤²~‘Í'uþ Ý<‹'Tù ¬pÿɘ"ýÄ4[Z¯:/÷œ¾žyîewú×'¼²%Ûë<¾”‘e‹­yú(L¿Bº‚i4àmNã…ñèŽ*³JúºÎñ{7¥Ç—¥5˜ %êJ†ñþË—­ÃÖ¸³~ëâPç¸àþЇšx,¦;o½}3ÚÑ=ù5:øž=­'°#¹êæÛ·óJæPeØX¹ª ƒßöæÕ³áˆ¾iž×N!R½ŠbKË‹çáZôé«e†:€³¥_"Þ´ñ6-51ZpéâÖ7ÊÙ±¦›CqV9O|¦Jaþûg77¹äaéR#Ì}-=8ïxØÓ³q47“Vs ßÔæ 4¸y$ ö©d"µ÷Ô ÔP7\j4⃦ˆÁ…mÙpié¶Òþ¡P&‡;gÕ­-Ýq°ýšL)ç’VÜÞó\•ãW¶ZÓÇÝÍî÷GR7ØÆh残‹:Ušq]{°‘{É( -®7×Ñ™ã$Ï(ÜÝ)·8ÂnÙµœ-Ýâ+þ¨AwØ'| -\ -´Æíà°N‡0¿nùöFWκ}Ùº6DO°KZ¦Ûk$è~Bî­«gN<(ò†ïœ_îÐ+¸Nöy-ÅMzNò£ö¸ç\üg©96¿ªIE’jõ*Œ«€$ó«Kø€ŽNk(ˆÑvãßR°õèxKdJ;õ¥+7[îxÃ{úuìò/jéJèWrFƒ”ú‡Ö7\ódiš÷¢¢}!‚Éïèu~•‰ Ë®ì\Ú•¯½Ö~3ý’bx°)ÂþíeQ+Õ@¢w=§u˜øMºþíм:>ieÕ -?¸×ÿx¬{ð5t~ÈPï¼Æ —®À3k)$fL£¾b÷„ ¡èý¤%˜´³oX]åg¾a„‡%?s¨Õ«ÇHuVúÜБ/EX_5ˆÆôÃI¦¸ó#4wdzlŽv“©ûº²MS¿lÿ„_:¯ÃIK -?#²]5hVk…^\l™ƒßŠh5®\ Q]x@NŌѕ§íh­œÛ'ûYìËRz“ª2´iRsGƒ”é‚ -º²½_öâû|™6ÄËÀ>Óªki£ Õ_à@Ù´MȳÁ>¢ù¢épâ|k½OÉ+AG'ä#ï§»Äõ$=&­Eô%«³¯¯ÖÊ1°Á?4@ÅZÆîNå¡6\Õ>þ¸ <ó¶Õ}Ô\íûC†ë”ÛÕ1#i3ôFzµØàÌ(”5éå:$Éç×¹­î¸/å“$æ±Òáªós¤á·Àn]ÛÐ/'ÏbÓóÖõ‹ì銳o5O½øãíªÒ ¢2éêˆí“âO¦S›,]ß¿Y ÙNý›M ®Sz÷OVdsö™&skx#i‡‘ý÷F´×I¼®˜¶ÿ¡…dtíÜàýµlSÙ[FÏq_Þ±€grm¸Ì̤ö.zÁfG·r3k[9Ðí¼Öèz¯y½b³§'á‘ãÉç·ó¡ý47%ð?dŠÃÔu$có·›|i#©¿CØ•û-ðH;¬ Nþì¹ñ[€7<í1¿Ùwxâèç¾ø+“à£κDÈ`iPa¾ñ¦®-^j@ßóc‘lq絫íÀ኿¥Þ}âçªlýs6Ü"?§Î/à=†Dîv7sÏðÖò@ Þy E÷ÐØ{Ý€ í(j‹¢‡e3äÑè"4²ÞÅ+jUpÐ#ï0Ì„q€‡Ö,  þ””îRËC_Í(õ4¢p|TTïî úA^ˆ÷m‚6À7ÊW"í‰ßî×;·O?¿÷þ¾ÝÇQ¿Ö -b¡ç‹“u3?—Ëu­àMŠšù æ:îª1èA§¶r³Å®áÞÖC¹ÕAT,æj}(Xí³â4Âp}ãÜùE^3v‹?Û!Ülédc÷”ƒ(öl7Ò~Xá¾ùuÿ¡~Ü÷Ý^í¶×S-…½Þ¸Ý„:‹+;tã™ÖÅÝ`×*q 2¬F÷Rÿëú½K_60UQ ¸Væpú9ŠBH[÷\Yö ¯6uÁ®>=¸f—΢çð×E—HÃUä^Úîœ"åÖו>IÆð>üJ`<¢\1²LUŸÑñøpÝJ¿ô,¼~ØÛßÝk´«l -²n„UT¼'Ì2®éE4÷×|úÐõhĸÛWÌHZÍv¥Zhýž!]>S]Õ°yóë)¶¥ì·1…3 Wu‚ÐáÇíßÔ^¡®D9Çaø"×VÁ|4]e6!³¼½=dõø{ÛiíƒðYTÊQø0ô¹¸~¿„dM­m-m楠njSV4ê܇óÛN霕aQ·êk4„é)ÕWŽ1<ãY ˆ®CÝ¢fÅÜ­O'ÿÓFr½`÷ ?õS‡üÆyä`néÌá!„… ú‰c¬]ÖÓ&·nahN>À hhUm°}¯iõHž— cQAeQ²ÍÓCõï°CÎ[Žtçñ÷ttÛÎ4xTìX -Ö&‚´jÃöµÙÈ Bú¿átÔl ©®5G7ßé=ÖT¶š~~Ø“}bA¯±_¼Ú;ÇɽàÙ³jb³ ®ÆlH¯Úùó—n¼öAµÇó¦ë|Z·‹/q5»þ~Ìj®Ôë½{t;”?Æ(v§œycáÒ, c•y˜€¬\®©Ž;M€Qæ,Þ]3ÂeÖ€OY"G­m¿Áút -ÅÞ̽Ôê«ú…ùßœ+Olz |½· ï[}¼‚WjÈ]Añœg÷8 -”ŸCà¡NÞ>¾¡î‚qDˆõQÔ5{-vBÝÁäµÔ=®˜T)µ™Õ ¸5ðÊ£ìÞò\éïTLjŠDP¯åî@dþh¿ô85%œ»òquµ¼{ƒómß -qæ¥lÛð˜§dÖ»«þögÜÊ5¼¼ëµP›Ò0ð£ZhØË†/ŒÈ’›‹n«²»˜ÎRÆ7Þh"ñ¶ƒd€Á~ëÛ¸ï+@·Õ®Aµ´Õ)FÙÅDR `?V^„e¨HÔwÐLrº ?@м_„Q¯oéULsßO–¢Uç 4S6t‘ÇÒxW‹*¥·ƒOmé©IèY)3Š«2ˆifÂÛ5UµJßIÏ›å¾,?D9T {ÝOúßlÓVÊͳÚ+!ó8—*c½³¼[êx+£tË`ÕâLоÒáoY»õßuiÎç4X‹G+Ò´èB4JºÃæ®sùüŠZÖÙ®c{HÔ9†iFúcO‘ß«mk<©×Íʶ­…Óï)Ïb„~%X‹½Ü°ci*‚»Ó¢È{­|¶î ¿êlYŒŠØK|›gd?=íä| én˜Ô‰ è÷êÈÛti©¬CG:„…̓·5lœÊÛ}Ü;Vk·kÛÛbzöVÁ'´ÓsÌVË%ø2Fan$/¯íÚ i¾.y»¯X<²pžásÓ-9Fø‹Â´ƒ'ƒ=Þ:gA{›± Û4³]Áûmò–Ùÿ3¿ûqOê ö.² -ùÜ iµºŽ¹eïá¹ì¾pÒ -{—7ùmFlªePŽÉdKŸgK(òƒ -*à&šú‚Áà[Ùú]Œª Ú÷Ô»»Ù·œ%ñóéz³¬Á„Ó«5ä«ÒqìÍ” îL÷Ót‡7 ºÅœÇ(åù!gáóçÍ  áÇó9Q\1ßœ­/³™'^O*ÔÄBhÍÏçûQè·Åk#¬|…ÜBot&åRÐ\|ôûœâ½ ütTA ù@ç¤ä’uÅ{ ñ»åm|ú"æv‹à—Â+¬|KrëÂlQµ»ì2µ®4zo‡‹:¬û“6Â’„êëyñ Vo]ܸ:“Ù </'XHm=º@P߰Úk¡ÓûIù̓€jÍJ±6‰=vüýlý¥bîBoi†ú4>DçÕ¸…›JÄxÎÏÞ iVy׿ï ÚK‘í<“h ~Cÿûíí¯‚Ë—‘| -ÛÛ®¼°ubýÔÞ,¦S V7ҺΫê iˆÈmìz*Ün¯?ëì8·Sï]Ü÷MCwY™ïöZ·Ã©%fcŸrík¬fnÓâ(z®¿õ…òjÅŸ™Õ+Ë«ÀÄ`ïc ¶s q`ÈëíuËÓo'p ž–ã´kŠžÇ SŸÔ+S~—–7 -R»VÝ¥¡€J?¾£«ê?´‚¢§™ÚÙ#Æó芲[ÛÚçJ0? Ö »SmUéÆÐLäç÷`c´Ôk`•¿Ýcj?ªª?±…ê ±í•¨é_Ú¥i>ÌqÞÇ@åÒiÜz÷xåyö²ü^$‡¿9 ßxz1éÉJõÖk\½Ìü"ÙLK;:T]•kù!|X‰ðT4 ±¢Z^ƒH1! ŽËFY-·V~_š m`ºifÌc™¨ª5ÿš¨îeiÿ"NYÐåÏ[\F·w¡¤`šhm 絟϶M1èð›Óƒ“ l~yܺÝ=¢ jqdUF úÝ×¼:Lþ­¢ ;®JG:Ϭ‡¼%"¯töž— &ð‡£Ÿ…Aþçux8öø -Zé¥ù‡FÒŠ÷-{ÙÌ£ÓÇßi{&š–ä°¦¦ãÏfä*+ ¿üò†9)ùó¸ÓÚ2@3ä5ó±]yæ-å aÒ¶ jeþšvçÜ::Ü< ¿·fôÜrAãê–!o¢Rxׄ¸º8|øà "¸—7FéÊé|0ØÏÎa~÷áOwQ÷\rÚÛæþ#”¦…kì(V)æÎE5o #úª‹aD¯¾ÅZË{N¢î<ÄÃúà•ïý ÁY ê.·EU> -Êè åié7€è¿7\½ò÷w<©o¸â–^HçÕ¬àÈ®ýÊwI‰óEŸ°¾²á¬&ÈžÜ>j·â¤ ¥úYîÉNî\¡°ô’­[/ïNóOäòv¹]¯Ç¹68Åí”q®½Ö?Tå½=ÞçØMƒ’%s¢mŠåcwÜGeü¡â¡Ñ½0íN^:ò}Æg Nƒj8ŸÖ…?ë,»ýñ"4ñnîÐ÷MkM/·¾ÁyNí ':H|¶{êÏs«¬˜…e,ÅKj]ýzñ<8œÌÏ’18)hËG‰c…¯žçâå Çñߌü¶ÓïÛІ©§“£aׯ…^iK(vp~™î^›¦1µ€ðwŠw,ï£9]è'ñZ¨YÈÊþª¥Yp:髎y…Öý+ÏgÍà¾æîÇ=qF!µ¬¼- —ô°²ƒÊlÆ/l6ì 3Žp +¤SºŒZ‘ñèVa˜úryËÊ\Åk1ŸakÿÙ›v‘öG½ái°`òš³í¨Zùt©¦MP´Þþ9äö°H²Û% -‡Ýß7§•vlÖÊ‚aúKwSêÌ‚ò°ý§ø‘ž“>ö>ûN’«R¹¬UçBµ³®w -ùZz>£n£%i‘z•…!Ýq÷ÎÄC¦zÃj;~Ø‚.‡É `&Ä ›~¯ü>ò­ÞsÝÄÝ“P5žfµüS?§‹Ô* U/¿`©"Dü e› î«Ä+=áJ4ª$ûBwÛ×½êÍ4s'þuÐa3hÕï±<ÛkǪ̀ï¡m5]›à[s·kÁ/mð[¢D³~eÖû[qÚoš½côZf-LèÏ®>É>†ÁEš -°ºÚ¼<ÌyÁ?BKû`ù±^Ýêa7jlJ¬ôªÖ%YŸU¬*õ TÐJ¿W0¦ = .b—õeZ‹ÍQÞ>¸bø>œèøPÉÏ'ë#TxЗxdô>oLQ3wþ0‹Ö~yd»ñÌ{ò~‡¤±Ütz¼õU~ŸÓ9X´ºuéë™W9oƒÕßKµ´®]t°›“mûúSuH=Ÿ¡=XQ§Û»` ~Žmb-ŠB¸_©lîúj[zyf!YoÑ\/Jzm •^a­;^÷HiF²ZK*r1Ôú ²ºQ -ç,Zd “áÌaKT ïeûºUÍVÖn…»ý‰Ð°´Á’¤Õëû½ò¨¨?p³¨€o)ï0ºþ%³x¤GZÕüEEVáÝŠÔå#ðÕú(©þqÉ£a`o8ñØÙÅn/Nk¾hÞâ#EѼϴ5žL)¥)–d͸’-Žÿ¾רàš2ýkyfß>­+N°Æí9 ¸Å[4¶€zœdŽ4½ME¼Óè{ãvŠ8Y¤2±»‹ÚÜ«ßW:îæ`·ÞñÚ“ºÔÏYhŽà_¨¦ç=Ùídã§þ·Å'‘üμh œAý¢´‰>=ôû;‹=hcXg¡ÀÁ·r²zõÅÖDÁZÈpUžoLûZ¹ƒž©¬µXx‡¸Ó†ÀjLCsúþÖè¶°J1¸â ! wÉ-žO/8æÝ’«™ÛulE §A.˜“oXYG–¼Ð«VƒG:Îý}ôyÐ8{ºqÂ\ƒbp8qzÐ|M{ã ±‘õ*+ ºý™¤û ÆÕre;®ÕÎ5©*rš×X ÍRÆ#Û0Ø¢[s;ìŠñCôž/DJ†[Ƚ`hcméÔ›ÌZ›½*œõ”'¾\˜vlsͲ֎:o[Ù§O“B«[6L5âìÖÅ5aæuËõbU÷Õ®®V÷¹(õ•Åè×úr­¬¾ÄÎÏØÞŒ™àÝð‡ sR±å:ËR5ãCŠ¥-×fMÌ<=¢’Ó6K^Ôg¦úe¢®fµ¬¿µ Äh­KÃýPOBu"눵0’ÍãbtŠÓ\Æa΃YÁŒ³E—Ä×ç›5)$ªÕ†vªÑÕþ®ø¢r9^O¹ÆU³üñM+ÏNíî} ïÝ¿=…}Hk?î>aí6’)Õî­À°ý)˜ê -03lÞí{»BÛiù -CR/ØœW/)—àw¶6Ø*±·ƒfþ¿/@•ÖÒbì0áÖôŽ4E&Í}ß$z` èήòZUŽy„½ìÌà^Gà¬íï]'p²õØ€å{™{¦~{lË€ö/÷Ýš}ÆmK»Á‘z™>·ûXm¤=%€ÑÃHT>§>Ì' Uˆ¶ë;$ z{éíóI5”× ñe×÷ C[S¥‚$¶>_{‹ýÓ–¾ÄþŽ“‡g'ÖM¿_‡»Ê™.t<†0ã-7ðã´ÁÌ(ÿPI»Ò±$Í_èQ…‹R‡{õ9-4‚ãÐêŒvÇí"È ·çzñCvkŽ×™ø9võ烠°nŽ}TòMëŒuÿ^Û —ÚMéóy¦w>åI©¶]"ž þÊ⢺ÿˆ;½{úÎ8¨Ô¥S8·ØÞãößûÊ:uE™¯˜|ƒe|ÙtLGf2s‰Ÿ.e å‚ïÈ–šÞÂÊFJƒåÞÅ—Q–…‘ÝŠ9¶|÷'S½ö+ªÐ}q#ìVBÔõôû[IoQ)ÛšŽ%gãN÷îjy´jés«¶7'?â¹öeb¼ÜæÂ2ƒî‡î• ·…*îÃz_ÖTQëUyky;GΨtš{ß—¹3˜Ê¬­¢­e$îôl2³Þß¹ x4ê<­áÒ"ÚôÍÓ]Æœïd=1Ï·¸UV,ïÌ]lw篞ë‘WEwîlôEQk7n±}ÖJ¬Jލ‡LüRCbíÞ¹!õ(·¶žš'q'—lZ+¤¸;Qû©[hg† Î‘³D‡0=µº´[)¾TM dD?”’¢«ú2§'æƒê¨­–áÆpåjtk–ÀÒtïÎìŠcÚôaú-Ï{5Ì=QÇ©e.6ê!(õÄšJÜ_®]²šÏmDzm¦+ù|˜7W–5ÕjÝ™‹Ý’:_ -¹L»Ô?Dö˜(·PŸkßìùã̺ˆ© ½^¬zðn™piµ—3¹u0óôéùíÐïýÍç÷ÕkÃò›Ö( SÓ)FÜÜÆºz•ˆøKâÕc;di º ݺ ºÌÔ€H’Ƚ:“™ß6~Ì}+î·èüNÅ…¹Š˜°9C®%—ÛØË®Ì?´zjˆ?×W蓵ï}It(§'w¿ßæL_©8vy`ãe’Ÿ‚½ò1n Ø"µÒSa¬[Q`¿À«ÕœW±8l_ëW7݃¼±7=À|ì2ûu.ê²bF€§(y4®ùÓÍ(¨€0ÝV š·.G€?A¶¢fÖrðÝI‡Â=võá‚WÈ%WTæA¸>–'2æ4¤4Å«ÅnÿV»×NÜLÔ`7tw“†·ú{ʤûÛ5 µož, ê>Ú«ÓÖrt`Mtä3ÉÔ×(|9Ó¬=êhãÙF3¸î<¤ýƒµÃþÖè?‡¤K~?sr4àæFx´] U£ƒÆôÊé¸dn®×»ši‡"hž¼eQÑDPÜi -yaXŸÅªÎ¬êx(©%Ûf•!H­Ñ<ÇÙ‰ù/¯—Ây@À W[Îo4· ]ó8Ÿ·sú+’xºá~Õ¦sMÿaÍcÔ·½ûëZ¶®Ü‡®á̯àͱÛËn«I>Ì1áMÉéÞ)«i:§åœ.À¼« ƧA¿UЧ*!¿Ê,söPºL…ëàà¾2KÄo!⊈ïÉÈ:y-šlãûÄ¢‘]4‰uá½0Þï•,Ú´ôµ©Çý9=7‹ŸZ”«òýÊ.1„ŸæJÜQܤ…ÂC2¦¥*—ý~X0d´ÐÚ•=€ó…ŒÄÕ^1¨CÂ¥ö ]†ÒW•M õÒÎ ‘Íúƒ‡Ûky²O„ƒø7CõüjŒ:ÏMBœxsË®ìt’a®h¤…‘` Iö„§mÏ?½/gÇ©õßvA‡Sšoå,-^€{––àýblgœÒÚn”Ey¨zÛgæÒíÉü•srZ:xÞ0{ìV©~ ˜;Y^?{þíïÓ‹ìÐܼ~R}(Còñ–'Y‘ðÌxµlË©£ZÂöØK7Ö¥ªc2Çyd\*ÌÓ†or¯|À?™N«ÐÛ–Áصé¿÷Ê‹‡I0¯žFb]s!Í-ˆ)Õмfê¹pwÎŽé² ÑpS×Mìr<ƒAnnØç:Vùó%Áèùù[½!÷«aôÈÆý°ÃP¾ùìP_f£:€˜•Æï«òÎ8CîÀú¨ÖЩêÕ¼|Ô(ÊÊ¡R¡»CksóV ö£&Èå´:Ð<¶A{XÖ4W &_R®$œ‚Î0§Ÿ\•5ñ¾síÖmšã5—ÓñNsÃF<¦¶ò²¾~sÇ&ú)øoè0}ÍpoÀ‰ †¿ -Ýìn ÎdN÷dÝ~쩎³ÎÍüUyy±y:õy%uQ68þCDÉ -qŽªn­d¶+hå°wKùî¶QÃ( Šxr7ÏüÈ›+óUOÌåå:â*s:ÒëTݦ»¸/'AÕNïa²{–Og±©©þâ>çéÕ¹k¶TZŸ»@ëJ´+Àô²æ–,¥hÙ‹þ5–vzò"n"9EWêò0MžëÕ#GàËïúUÿ>=-º ÿwVÊß)ùõ4 :9=²—s]2Ëï‹GÎã«Ý [QßÒì^´c·Ø6º*•åÙAo¨ì™0žÒ3l§‚PGÊ£ž‰¿DµüPûþ¨DL1Ô7ú -éœÙÖêu»G­Ø–:ÛIž‘õöˆ¬§³¶íÒj­J:Þ úÖ^¿¾Ø§Y(k;ÓÉ3•\~\ïip?à]c~{F‰_+U¾ny-•û‘`“éîaÚãÉ‚wë€ø}Ls¶´eúùb§ü“)ÚS“-Pú;æðÅö•¥2£¢Áe>pGŠÐì»Ý‚ª ç6“¥ -GÙb×ÄCþs‰ZÜv¡ÈY«‘WmÕÑñû‡ª\»W͈Õj}Õ[‚-écßôEÁl‡? -œÅÞBÔâ½Ô‡ÄY0<Õö·m7»LÓB Ì·Þq´röíû¯¦W‡¯è3VõýîîÝø‡‡Aú4¾Q§è½Âàø§xÔ Q‰ *\6½T¿«`JÕüUs`qëÓÆ×,VõåÐLksj <Ã^üâ•­³Þ0½#ú…å‹AˆÏ±9«÷·l¿>ÛÈPÝj¿1÷ í¶Mø}3`½,yzã0ÉѨ›óK¼Ápð¨r3ôi‘ÛçÛó"uV\­› éN‹ŽÍ@>ÌäçÅãMÛm¬ó üEÞ-ÅxéyçDïÆXuìh{¬½lÖÌ—½±áÆwï¡ïDd½-°—P9¿O爴cªçB¿Üã¬ê!“;ozkoÖ+Üwþ[Y(¶÷„àòÞþ¡L ®‘N‘éà`r@¤j…î4œ^ØZ‚^ÒÅ Ú]Š)îIv=@½žüLkû¦\\8&UÃ÷>GW´$ ¨›[µÖ$o²;$çêß÷/«Ö—wò®õY\uP»ZmÄmå"µÆ”ŠOWÚthlv¿;¨Þ‚;?˜”pÓ×s€-·ËÜgæðªô{îÇ ÕõÜ{H÷$¸÷1 Š¯ï~•«’Ƥ‚{5¾Wˆ]1hqÎÝW F§Øc -þì }óæâ›Í5·œùÉç»Ó×õS# ´ì ?sGÎ]$†ºÿðÕã!v“˜ ]#t¼P¥#wÙiÙPTSÒÛPi¹t6A%íøcVÆ+È®cyÒ‡ñ‡_h§íiÍQ*ÓˆKÚ´“)Ð2Onf%Á%.ý¸ág›Þ{®jk×›Ç_b)îñéïNÔºb÷ ?»Ag¶ï:6…ŽˆôäŠÃzNœý-u–ôAá-ï‚îÊ%ÛP‘[Zj6 JÄ ç1æôöo¶½íTýâœ)ãÇGNÉátŸ:Åœ.©g6ÝÛÞôUùç„îîCXÀ@r®¯G¼ÃòLÓ¿`™“š¡è,{y4ÆF¹Ž)Ã[išyJò¾ÆzS1Jý·ãþÕòþÝv×]PWpRY2hÜ•S”ú­gñ#Íç@S&>ëOf8`èÜ;øRJuX} †FáçÙÅK oì7\®ý§û2ÀÏâ¯ð«‰aà¡OsÞaù™prÜž÷ŒÝ—³)Âa‹`êWòÒŸœZíñ“W>aO`ª›Š*ÌL+v¶à]É­àÆš¾·†Õ¨[ÉSR±x€æÖïs½Ç¼¼Ä‰`[ìF^"üJŒc“Bз¤šW«e€bý«XÝÛœ+Å6Þ,ÖvA%zîi H]vT/x]F+_!ð.l”ɘ÷·Ob¥„4/âÓ‹:Éîâá‡Ï¢v@äUøÜc°ûØßŠL³½0 IØåGоoåÿ¦­ ‹¢Ø‡šöêÓ}ùe¥ÕÄ鑨GÉYÚ4“e¾7ÿP¹7GÐÄ/b2¹ŽçSÕß -ñ¤Ï0 Á£œP=Jjõ4åk kÅ—¥Ú4iIÖ]é¤Ò·O³ýÁCPZàI$<Õim7.«Ïø¸ŽE¬pù‡K -îë¡^+þGÓW®9®õÌ^Á\„)h;Ž33Câ033Üÿqï÷|{žî(ZªRÕxYJ³úV¾7Цö}4VªÄàñŸtNÃï:{>†:öÍ&í²û¾’×7½2ºk˜ÎÐEaƒ_§fŠLU?Z—þرðoÃTBöðTô—{€±}0£*”YmÐü÷Ýñ|IÓó~ÍLï6’~ÍÄ!@µ¦Ÿ“𢸆­M“°Ô×O:ä¦Ç‘í’5bùíÞïO,/þæ*ÐýMA ؈õžÀÎ>~^ztç_²ßBp{ -—)0}®°¸F/Ì®‘;å|‘m\’ }°;3 Ú_e~ žAšßÞ$ûÚ”—éê•Ö -T~ã­ã,gi5y -;“€N·žëw¿sc˜\ÇI•ôÜCÙ‹’l\d ­m}Ì÷—š.ûLlÞ¡¼`«ßx.u=ˆêÚh> t,exvIà¾Izr1“Öæ»ÈýC^É“êZ+$ç@c‚Z cCÓNµe狨ô—ͧç%|•P°XØ" -½_ ^(m“‡Òã˜wi †+ I%˜Ð¤DtÅ0‰ÓXémÌiød8$µhž›åÃv,†[ ‡Ã!L] ÃvˆEê;àÛ±õ·_ë=jm"ÁXjåç/P¨cUŒuáC6N ùýø~7ZоT[ŸR ;›J§É&ö$ª1³ Øó^„™þSóùWcñäÄÌÛMÒ§Ã$öãNF’F’8çí,Ú»3ö,Q–ç,BG¥^ù¶n÷cKé5ÃF£•‚ù$0B*zA+kžY5 ×Rä!Í>ÈÎÎäV‚Ü¢ïû*fuÛ²«`Oà kzë:ÉÙ±øª –eÕ ªÚán?b2fù’ßHÜÓÓø»xùÕ÷Îc/§wzVÉö ÒµhAȬj£ÚËë=­õ©;„¹4Òª›t`Qã‘}<Yxò.jð¨=ñ8]™´ÉàÚa¾lyàU4âQc»Jý -’ní¢w»y—’‹ÛÄ΄ÕÕ¦}Øí…Êr÷˜Yî«ü7Gq'|[PP˜Ç%–ïØ¯tvb™òk 첂ÿýçg´¯™#¦øÀçÌm™þ¶÷K¢V7³¶õÜJ¶4Ö<òIÉ‘Cß’F’…«7T¦Ãx3½Rú%3c橆™³Í~\ü1–"5åŠZ+hµOÍ›Q°Üòf/:ãC6¹Ÿ•ýxb;‹×¸šæ+zMlIðt«DÞýsñ4@¯A^9>·*}Ò6ìSs—µF-!Jñu@ËÖµR¹î„ZËuÛ¸NêľԈä–gLgaœ;XE!ç_*¸éæÍÚåæVóôÞ7‘d÷µ—;sa‘±ëU¤±Õ¬‚yÂÃ0Òm“;W^¿òÃû•µRÒ×.9t¯±ÿ|jb/@:>[Úµ©æzŸ wnCÍgŸ*œêë»äž>Â+S÷ïɣ౳r}$GóÞ()£Bƒ»³ù :€¼bø¬²È îÂ(ËrhˆM_Ì™’ØX˜ó1ƒgð` bó'Ž…@;$?{èV‘ªF†Ö/Ö㞪®l‡o{—0»ê.)}Þ;m‰»”ZͦF.ÛY«EM÷§‹GÂîvIñ¸ÎÔƒKµ¥sæ˜Töà²ôê`Djl1x-+Þƒ.*h Ãl'5¦ž°Íx>_’™ãû< w)#í¡Rª}C›¼ªëx)ž‰fl¶Õš}xÄ>öŲ‡©kˈè«ö©äõwg9•ôŠ•-^–ÒÆ8(¦èÔ˜§ 5|ï´ -Ϩœö©(M—Q!ºêåÉlg~By d"ƒg~ÔmZ‘£ÈRvùè=ì\Øù]©ê ¢Íò)¨c+LC7…è¾Hñ):;£eýÝ=•u÷€7¹JßðÌÁ}c§ÆêŒ—'IhÃ67O©ÛWk§îhý%(^&³u|= {}Wæ¶ò¯‡’6·®&Ë ®êv0½H.}ºXêšýÛÿ4 -°_¡=%¢ñ·«ÒlUÇëq¯åv –ææ±aâ}‹~|Ì™í­§-40™×´6;¼Û§·QV_Šî²¹/ÉÝ ôd„ùØ–ùÛôí*{®e<¶AacŠ¢ô˜é´c_N š;Ÿ×–Hy^ÐS]Ý$‘AE<,Kâc€Å ->…-r¬QŽg9¯| ©`› ô:mé¬JtPàÅócÞׯ,0óæÒo»†ož±4ê©úaf ¿oÍÏÊÉS¶U5þß;=Zz}ؤ«:þüI›y*ÔÈ,Ï?›M›CÙk=(: ï­˜ù‡¯cÿi^ûA=ì©hA¦¯ÖN ÑS -붨ªÂÒ%XØ… P7´¼ÚÈ+’̓0;8-eõL{«”Œ?ø™‡O™ìŽYo€Ý§.÷¹ª†—èo‹™„÷+òçu˜Ï°r‹†ÈNU÷XïípU{‡¾¥>äê*¬€[‰EøàêŸÎ¶Ùü#<6ÍÓIWR’|~שÖãL?T¦ŒR¡ÆI+ïñêÔï·­T\‚"£}º±ìè–ÒÒ4[æç ´à(IÝV©DuâpxžãØT‰‘é´«·c,+^åΜ±”®Â’®²/‘ÂV⌤Ö߯O»ÑžCýò9 gøc´Ñ -¾Yíe+šäÕ!˜àxË7Kn$>þ¦cÁQÍíÀsTˆê’–n²F?j§¹+½;H(@¸Ù9ú³³YOïÿCDdšWuú¯&¤u©,÷¸óÞP‡ý›º~z-õ}CÓû™ s*ªýî'+ë9ËxËÜœtÛ”W*HΔ©ÝÞ5}“ðQn•kÚàŠ:Ùì¨=˜öVÿ¾ßc±zbvÆÔ=°&wù-š·j÷nq“f5¸Lž¶žÍ*`Å},ÀI*i3^›7Û'eyÊç.o2mCB7=MknŽ*x;hælâüÝQ<›tȨÛÚÞtôe6IG7Y§â”ì1gõK_ 4ž%× é'M¹ªì,êg!  ªLHânìCwkׯó•¦Ï®DȬë>¯:óÐL¶úèâœ=®@¥{,ã÷òÈ•û—ª;ˆðßõ2ŸNO¯¸ûÄîŠP?½<‹^Wª9¬´nS›_6¨"^´=ÔPØ¡šÍ $Gp¯\Óidº.;œ#†ý`);‹MŒº+EÍ$GØ n^ÉìVþÙ¤™cÂÒ&"9n¯É0ïu•+Ÿ~Ÿ'…Iß¹¯eöFû¨£#bfn»T“Þç‚ú§+nvÏÞLØT;¼¨¢J•ln«I»bU×rú.äT2J™ôBnÅO¥r“`o¿d»dþÞâ\h»œ›ÕVL­‹ãpk2ÂrQîIwz̯W¬lM4ß¼ ©ÙeYhàb‡Ê OQÙrƒ¶(UË–¬óÕªwçÎ:¼ª 46âUï1ÝR¡“Ñ­nÈþJ\j’öAÓ¡ˆ¶¾ÓÏUe16«–0¨ùa#*Äfm~߉ñÝbó‰àìÇ*$”¡¢V]5¼ó¡c˜µò6M}ÉÜ­ˆ-®œ±zXø‚q1O%Y—Ú¦>ª¶QóÉæº0p S;“†õš•°ú¸ÞèX›möq¤õj\–—½³\SõÜãoجÎu®Í -º(oíóú¸Æ†ø Oyœ|Å#Û÷ÆÂ7PÓÜlÚ¡T}Ûl^%+Ÿëz‰Ì‹Õ´ôƒç™æ<¼êÚ¬ÆÒLíVg7Ë&ñ–Å›+½.†´`nžÍê%#|&ƒVwïœ TÒÁ@7g÷+]Üoà¿j»áj V6[×3jCCÞ~Ó]tý©S®qKµ¯„Wdz>#M½±ŸY\»Ü`\ÃîFw’êDÅž,Üçy_6½-\Tr‰ÛècO¬G¯<8ãÁc pZïŸxìîÍI4½øE/ÕÃÛZJÍíÀðöþ¸ªÛÈn ÊÖöËß1o,¼Ó±îO Ÿ/òbmÄjÔ|gàï¸fJIl¾3çs0ñ  I°â”=uÞz}ƒŒ‡h­‘u®y·Ð 0¹@_Ùxm¯~àԃȨ½¤ä–·§B’f±ÛÍv€¯·•¤'¦tIÒ¬SÒýãKI9ÃWDÜ.¿­ˆq1SËó¸U±Xx¾Žmý»ºËõ°ñJÂî€,×Ú`wy¬—ÃN[§×Ô1^73­]F 9jÁ-U¬çpbŽ¿E‘ïé?„}W“G<}P‡{Ÿ[ãúëïã’ç<æ'¥|Ó "|15\¶+ŸýÜvÛ»Íb.Á“MlLÇ“,;[3D©}#AŒ§ýVºCKgõM>oÔJ’d/½2¸õlÞŽ WÝ™ -|ƒ„‡Bù7ƒ…´ÑiÚßc†æÉ|þ–Ž? -S¡Z7ïà)/*Ûý§Ín??;,¦S-„xã2[é”9nõAÿÝ*Í‚vTð˜Ft?.ô‘³`°º¿ÅHøÖÅ„8“-Frjzg;v0q_Æê:x-ô¼´©Þ[êGH98»ÓÜ«yX6Cḟ±zä¦; ¸Mlýk•¬c!§LŽ&já7TA|–h]O#¬Ï¢6a_BF(Ù¨Í6c41?gùî(;x†0¥ˆ°«7àäKÝ“à;Ön¢‘ÀdläÆûjÐÇîI߃3°èÈw§÷×52™Êvh E2¡ðM­ku[$lGÑÙ©©ø`φ Íø_ è¹Xì.KK»LjÛê¢dÊíÇÉΠ© [>CMç¢Ìs4*4Œå…“ { ‚ïØ¤ì8(DØÜx *¤âÅß«©ÞÍ3/85[6B¹¶e?=k[lª¡ÑÄNœ s^ß™o¸iì>%òˆŽÆ®ÕyËìÞ¸HM<Ï1÷ t‡^ØpÞÒ75Z’Ú\jkxD3w“i¤v‰=yÂ#¯ù-g^®Lº] ½¶oLÿ}mã#Òö¼û¸XDd`HœÜ\_BC¾ðÈöñÕs'Ã#í_.·ŠN{´¯ÿÛîô*9xò¯M£€aédxñ²AvgS2(’m&.p¯)oŠÛ#êȃ(‰4É­'òë·%,¨3+&ªÖ™©zúÕ2»ÿ¨á¾ÿŒtèÊ {=°a:~¼)ûuñÒBÕ妮‘qæ·Â)6þnЦ."ϵ$xM(%ŒO¹æ½šå HkmðÂsý›Ñ3у’Hzçu]k5]’Ö¦fÜ[“(SžM³JñáB§ª*—…-d¶ßà=³ìa®–M‡‘Þ›~&s³®MêÃTut—L6¯¿IàµsúÄÓüQŠðkü®ÍB×J䓤ën<}å Ÿá-¯ uy Ç5 }_ Uµ»ؼ‡Û‹lžj7!Ò€›L:^‚aßQÍY.ÜHâ>Ì¢E=Ыõ°.¡¤“Í.‰U®=PIJ€‹Ô;K¹Z}ÒJŸ›™®ás)}yt mŒ÷ð”ÖØ\ÿJF_u•zX„ «>Üâzž¨*ßPé[@üAÛ3–´zhìԴܳ‘c<·º®ñË9;3£9#Ø,·ëŠk:_E!r`¹Ï{ÝKð7 ÔŸó‰‹ýœª…zSiKŒ¶õ½"cv îõ%ž«[†¸³e{©ühþ˜æR!'ä ì^ņöûµó -–0ì쓃¿ÇEŸÙ}¦ö;Ü= U>ÕÍÙT>«ª‰ìÍn´¬É<„¸ì¬ãÿkÎ& U:צfe{ÍŒ6ù.\Wí3zz¸s'J‡Œïëé¥_1ZÙãnˆs´ñcl™á÷*‰s¬dÛ¿í^±üÎlݺ۽¦³ÚÔʶ¸…ÃÖ6\ç± -ìë{Ð…}“÷hØù´ÊíF@YÎkôt*Ëå˜s£rãbړ׌«f ÷ó)ô]})MôŒ ž¶6™#ûjákÞ©Îýyd๠-€Ñ&üÍ(œj„\裼ðù9ð2$&™ˆÌp}ô=êN]¼ynõÐe×ïJ°åèïÆ~pÅßÏ#Í.½ƒ|¨æa€>æoO8°HÉß\kÀ^z«Ä -×?C~&ô w,‚ìNP'!êír3W5‹øŠe=„Ñ`lÙ’q®¶²¬Vöã·y[¸ø.X€STÝ5ë¹Þ˜>¡Ø©„wÝôL¶ðÈ)Ö‹ÁÚ§ õ™ýlYÓõ'ê´»¹jÍ6Xkx]D2|³¬@>má÷‚9„]`½ðY9X…ÎAÒ½x25N|䇸URüá™ú4múl¾0‰ã‚•ŸdŠ×ù’25Ï/îUåžf=¦tõåD½áÊdÍK¦–.bI;´S³ˆ©­LÉfõõ0óÓòÛ¨ÄDÔÚ”¶¥¯ÉMÐF!›‚““ýÇ­ªÏ&²HJQß~!ž@©C+b¹X+1\áßêRH€±œ©¹é]?dÍf¥Î©YÕ/ÍÇÁGcL_”*Œo&·|<¦à$zP®þÝU$‰œûãâ»ÎñqÒÎXå¡ç.èžKÁA°åùB3§»ØÃ¯»9µxÎhÖ ¿€á¼‰6‚þ×\3FÝ{Šá -•9ÈVÁ÷¨@ü43lî«kbr*°?Œ† ™¯E}Ýþýj.Q×GÌ!x‡Æ½ÑbÜÁþÔk<ã¡`‰Œ|ðªÙ+_õ‹íÒ3ɯµ÷ÿÂôð0µ•„~håt™³wL;µ~rãɵȘùÖ§3«ÕYJžSG»¾.þ–(tÚJN5ÞÉîê´Bm8r F¬ÚHÙª ºb2Öûr—¥Yë•Ù<±±ìÅs+0&¹†úµ+8f¨ŸÒ˜ÅOÁy$CËùâÓ~ùùiæn‘|ÐS[æ /"î‹v;07˜D©Ž<ü8ëäˆ[kðÇóšŠÆûØiXSw{»OùþrZ—s«þEBÚsŸ©Èؾ{q`ðžÖ}A¢ö~ö¿ Dd…:ÆkæTB"‰zºeï”z֨ĊLÙccßǶíÁ -ÓÈV¡ˆCwâ”eèVŸðÙß²’á®>|Á/Þ½ó ¤ºÀíÝQžÀ~Ìæ/Ìœ_>¡Â7˜™%Â\Gò¸¡ð`šlævA.fýuÿu‚-U‚Ú»Ó‰Íøl«½OµÀ½žöh*Úp±ðé‚ÇÄ“b•£îÙÈÌ-áôI‘ø·¼}vÞZ n<£j_ -í‚LÚ•ú¹ƒ„Ÿ¸^w厸úæÆ ²'è³Ù7TRµ%m¢¯ž‡p›Ó&Oð¡q,Nÿ¹'1rNa@< -Vë°‚ú+ŸWc%GÇvïþlÀÂŒ‡/Ýzz²jéh÷=Í^¿ÁÚ(5&{1‡³8£ >4±ÉágMýš;±ˆ#ë4¬Ñ߯ÏdÃmë.<Å -q9ã¶Ö(š#Œ]€¥cŽ UÛçD6•¸žä’6ÿV‚µ„í¹`óî+½ÅÀuHb´ºÑæ¸y ¦}®mk¥¹9„‘ãì^'m忸[@i7×KËï@V‰ö¹0³4'6ÒQÕÖƒ¿›(ºW„΢Û>Ü·ú®qßNàujR©)€%Ç0ìæø@‚©‘ó7ç*¸ÈòÆßšš¥ vÞ½ UÙë–õ»„ýj8¿64Ð5½R÷埗Õ&c™´vÆxèÏ4£UŽ*ætøÒ_rÃÍ›úÄmÿÜ~Î…n~*TŸYYk>Œn­>g,þU¼Lo8lÛ^ùWïÚi>K3£rvô¤9õ|·ò_ >´È‡Î±?¾Êøg=½#¸šâ`…ˆ_lÝ)îz¯z¬é:UÑá¶Ýƒ‡OX¶6˜w¾nž"ÞH 'Æ /(q¿½@5ÿÝ'öj|Oˆ#0š3÷c*xKʺ+ZP¡°f=¯'mÉ}~¶÷`ÛîªtÜe‚—aí·÷V @ŒòïôÃïn* wë5DnãP¥ñ‰­Yìµ3eé¬tKi²µ†ï½”åÅmÍ›^m8©Û¾úítÝc§·€¼“õ·»þel¦*¢^2ÿyU.¶úD\~Ýÿ{^Ù?™´[Ý[U˜­×¢æä‡®†ÃÓ×%0f¨ëB«j»ô>ÖwAQ¡çÖo@”G ¼š+h-ß…Gf7åZøÞ~Y[˜nSæÌæïðô öö“ãkM4­4ÂåûÚw"l ÔÆ¥÷-Üú®âÒÌ‚z Ã†ìªY÷sW})£ni¿ŽåÔá‚ö /<ŒQ .Ýu›¼ ff$[¸À‹n6qbÖ}< å‰tñcÅ–®³ap´ÈÅÿ¿ïÍéJoár -†1*»ÍA€]¸‰iq3=ÀˆÁ¥q|]ÎÖ0?]ŠÝ­ªBí¸°Wn3ГØVMw«ÀHFI²ošÔ¥íËmüÈ!µÓÌJ:xþ7Eóð!³Ë™´cuüvUz¢£Á¸îxÛñןÍ%²˜¨×8«‡ <ðÞÿCüâ—¼¹“‚Õ¿önRix;ÉZÓÍ ú:£¼öÞ—àoŠ1ºp%øoó—_ß¼B)€µJß é¸WW_«lhu-õä_à -L«äU¯D•^”{îLYOë -©æ|Ï“ï‡ÜëÔ^g´7y- -u¼9zëÖd„Ü\£ÐÉ~Rò'¾|oþ 4@OyÕÕ‡D¬âÐêì®gs¢õž®»þà6Þ{p=?6ÚðÞõï•uÙãáà]5†|/à”•à-_? ü~ÅûÑŠ0k`Jôɰ&C¯@Öúü]³sta¢Ë9IÙ¨r¯Dq7×)„æëÜ àR÷ÀÅ/;âêp¢ù0ßRéTv¯9á<þñ³gÆ \úÛþóYÂûÖ¶ü‹£Ó¥³wy2{7Bý§Fs×TÜ~k›V NùE£Ö÷Z?h ÕÞ Û8úÏÎð">ΰ‘¬ŸÑpö£ñJëîš„8xE΄l•w‰Xm§U`©‹?Ì®¸¡3+ð…Î,:²^Êa¤Ú ’Þl´ñ5*'1÷yóŒ´ôð¬ç\y‰’]í„\¸›tûð8ZwÏ7CÜjÉÿR÷ÑÙ‡3ïqPe™£>Á‡‘.þ!*ªµ~£ïP†z ìÑž×ì›!ÙÞ•ÊñrqÖåW3øN,$&ÂÔ[Â'«´•7Ý·.+¼îJ‹umf_긲Eø¢è9£K¸üïmŽù¶Ž«•ëï’~0|•&ðù$^{à|Ïäüÿ’8ôMÞdÇÖ›u«Aç¨Cæ@>±1áÎE„ x 0±S>D< ò€Ê´ü[O‹JöÞQøMw@ƒ¿üºÌ¢ÿ ÄOÁ¾êÅó†ï_¼B³ÕýÞ‡ÕŽãYÈ%ÔFøú½7öþZ/Ýæco62•Œ!†öN [z×ßÚÿwIE \ì[Ïe™5Ìç8H«aÕ·¢0 ×Ó¬ÍÕÅ7ëùÛ—©SðÑì­o~›J¥úšÜBþîýd¥ `ÚŸ! –îÿ ÓèM­¯§…ó!iÓÈž+ERøö"#×Ú±‘H77~yÚYÔ«m‹‰¬ððáÇE™1 -O:Õ÷3Õ\þ_˜ôÂëúÕœÅ×Ç8~Ê‘àÍVtNŽHþo?òš*ÞBåQl‹]¶ñˆÃ8oÏŸßâ'4bŒ*~U*àð¾çC¶¶ÿ ”3©UI¬§ ÞNʯuÒ™¿A™G&ëÌŸ~>¸ŠÓÝ8½y)ð©jÇ¡ûÜOIÛë%Ñve޳ö6n ¥¿e˜™æ >p%{µÉ=ýûÙ¿“¬<6M^íqêgm™©6¸ˆ(õa}Ss×ÉM”›%áqVL{›Åwœ\4¾öËéã !õbö«®åªxÚ~R<•p•½6) øäfq ->¹j#ƒAy>QhT2³*@äøêè­‡S¯)\þ:R™g =îÝuKÀ𠨤î`>GÏ8¶…rˆµnlƒ+ÇŽKÓ®šyuj% °Åº¿¡‘;éÔÐ\ù•ÿ;xȉsê&Ñ,€FÖ{°ßÇõãà Ž[soßOèßLÈ):‰ÐŠ"öœ1t e3J­ºË¤†{Ç "üðqjÿwð,ÆK§FL‚hó¸¸,žó½Ì®‘ÖMÜ ó½;¬ùHiô¤ ?Ÿ•:—Ã|]¦àú÷zõcë•[ïEÿÿ@¿BðñSŒ†í™è‘„ÕÊoùK,ÊgÒ[–d*œ· ­dÊÙg8§ê/…,-Kåµÿh&Áº(…K‚ûÄl¹ò_ ÌƒÈ2?eé}¸»S0yÉÖ« z’*¡é˜O¼€f?°H¾¢{wY퀫vpd»ý`1:oa±uB°ù+rå¹ÿ¿0?ù?$ìÜ7LëèiXö94lF“&Ñ?K`¸ø{pþº ´z¬™á{Œ‰A>/mJ·r¿>«$ —x6z…{âÍÿõx¦·é¯c°6pB ^äòÚk•Œn˜u0Bæ(®¡I'&æ:¸…­~C$Æ5& j'8„]áÒ‰jÌØ €õ1ý¿@·Ãî3Ÿ¤Þt%¼½=çï%ãÛÓÎS„èòìdSeô©!“Õ·;mî= ->1èðúg6¥‡Ï¿övWœV³v ìW¾¡ˆ¥óùÛÈiÛ%ˆÏ„…•=‡Ê ?¶Q{[Úðá|ÛôʤËÁèv0.Î%«_3ððQæÖX¢1eׄ¿M¹¯7nQgò6}¬Ô´$Ú;t,áÓêщêw–~‹¸VÏȆ±AÒW†ÚÕ¯¿²r=¾¸õP×o -ÏëG‘Ñ’ÐûŸæL„ã_Å’Ä\~jú«?$²¶â=QjÚ¦¤Å¯tõâ…rgSÞ[“$½èZ ³F;Øc"¥#1ÿËgÉù)ÎàF¡`»}T3ΧÙ);èO+n•{*šúOgQ«;ßÍè$Y')†PMqíô³ú$ÚU·O@ÑŽ@Öñ¿ƒoÉžMšg|»*äbÇ&rˆ÷­_åùú‡¤L4ÂQ Sû­þ˜$ÑèE¡kÐØù:8Ö›b -±›(ðÖ³Ñ,Öäÿ~ -¦ç$“îÌQììÉidox¸žÝSº'*€!5ò¾§þæÃçO.Ûo ‹NTd;Ž~¤Â´}+\RÓÓsË»ŽE¦ÕYÇü–íY¾!­¿Û–ÔãYHKµ) Ûô§ ¬´Tj …#>9ÌG#íúhçëö/áè=j)_6w|žX+ƒk5´R§ôwC•·´PŽîD—Öˆ¯ÓöN}-±‘ -Æ¡¿cĨLøÄt>\ y¦a†QáPÊ›Ž¢TmIŽÙ¸ÊO½Æ[[ÌוöÔOTGÆ(éD¦6·iÊ×>F[ÉËÐŒT2 C°Çl›-[V5~`Öj2À!GQ§‰mâ˜xE}we­\K²aˆæ¶ž >?/"—Ò)¯Ö%SÀ²¶?„RãÒü½É56¯}ý,°ò¬õÏvÞ›õ½vÇ¡BºÅ”ô[wö…Òoc^cÛ0‰Qc#S4HT!y,=;TèÚ­ê._پ᬴Y³êåÇ9*ñj™çƒSœ 6¬·ûDG3ØÅ¾•­õe'm‘ckºQAÝ>Ì.cY»åc®TâÆN®öª”·>«?\fÏ/´1lßZÀ -•6Þ{Ík„¨1ra£üCxÁ,k³|xºicts¤þ·_ð¹ßŠ0•wÄ¢ŽeÃö4\ì¨!& -õª«ùÞT|fÓ` $N>~øÕh–ºÉ5Ç3Êe?Nü~…*ÝŽÿfuŽ;^[ª›F—]X‡ƒ¿À‡‚Â&mîÙ ŽúÌøÞ5 n&ékÑèñÎNEôé˜)°5›Ô[ÓÔø­Ì{)ò¯¯™uƒzq°‚ª†ð…à¸&T¦uhê–Ý6ýz§SéTÙY|T•~° Û|ÞÚ -î”fØÀXXYÙ€(éúôÔÆ$ )"˜åé*Iiè—qE?&Îï«ªè¯ ~8+ :߈qšîy‰êŽa£1¸tÅÂß”ñP»˜0=Q zÜhŸÙ<¶ØVɯa¿èj((sÜó³Zæ%´íÎꮢ„{pÊäÅ­ãVÕ½|P¦ˆòTƒi\dLïíð[+ƒcÝDãbA.>O¯&½BïæC ! ,ì¸ù(Ð*°HΊҰ~úÇ]´±3ê©'§7ºwºiút«ËÃ#÷ˤû1œ«=*Õ€òöd—8àïî %Ù¹vqù¾~¸æwm×°æÁ f`.¿_ÆBþ®ð²Ö˾:ŽƒÉ—µ¶5™f¹Îî÷nÍz+{™âU#4[Ä?© Ʀ“£ÓÐ1ô*×­PR]B–å±NyÕöˆüBý½PB~+ûâ,!umú3Ò?kg´@ÔÍRõURN®¸ÿÖd~y;e(x»d^ô}¡þœ-q§*ΦÃR‹ùÌesm]©áÞj®p M-Æî~qšiÀéàR›·Ù»zÚ{¾iÓG¼=ø@½Ç®°ù{C™€o‚uOßZ?ß5æ—™~&åñãÊï-ͧæ ô¾´KФñóͨjx#jÈzjúÝ-U·j’Ö«ï¶T¸y“k79Ø\"6y¡+\ç Tú;AÛ«§#ÿaÍ»§õé«"~.ââÒÙkâyÓÎíy IÑ…ÌÜõʵÑÉÙ~߸§R9RrY#ßÈ!ÆÎâ@ ýÑœ77µI4úz‘<‡s–dÌú¿¬¾iuLùZ'Ò”õ›üICdi¾¿@É2Ø$º®(ôí0'@,ŠªÎ7¸±…ç±ù¸Ëš¡ˆgdIû?ûÅ.îêcŒc+ê·ls”T°×S“‘6bô0åÏgž oiúx ¹, Ú$Ãÿ”|…3Æçš¦z?HÖÔ¶ôôÁò/Dõe¬4ëò·c¥cáC ‚i·»½¢ÁMë²½µF¥cºóš®ÕmEŽìRLæ˜ý -qý¸Æ|{ûÚ`0îÔ{fØTÙ=÷–ÎÅl›­VúÓ0õö)Š\•‹.fŒüÝ…;o•·¦tȹ9¡ãWÓÜqmƒ¾C«_꣕ƒùvÌU· »À¼ŠËx9Ýß PGËGb\zÏ³Ú ¼öšIˆͮε&_ƒ”ðzëw“ÑâSΧMËÔ~z„á›c †y´œ¼Ãž:ÚY8óW±÷©fè­g>TëçS¨V-€3’)›B{lq,ý›»¿Æÿý0`º¾%ë'<³6Ùÿ!•5oì—1›;XïÂJøã<ÌdS™íá=£Òø¬zPÊýؼˆöÔèÙ¥ž°Ñ¢‰µòû²ßÚÂÓ_àñürV£êÛÔ6½ì±îŽç±À‹øÔ¬ßÒí˭cw©„ÞvÒ³dª€h\ÙšfoH_µÁõ³$Ž?nìÎÍ¥®_’S¹’·­GÃKÉö®'h–æÚ<Ó%uߊ†ÿOãT¶†Êwêu?¿½ÊÔ[KyvçÞŒÆÚaÒ³1ào{HS«7Â+‡ðt™Ýü©wëzGry·ÔÂú‰o’â¦QM•RÖ°ÉÊ«Ë]û‡°ízt4¶M©Ýd¡ËËvèkkϺjT¡]£DÑoh}Ä\>à.ˆ.#V@ñl ƒ×£uD¦"µk!̆£4"C/R -±-Ê<_Ã[–Ä*½½ƒ•¼*Î÷O_¿f-øÖlCŽïñ^°—æ»qm¦€Žõ…ÉÎåeÇEñ:K›3wfÍë°7¨©ì_Ï.±˜>ß1Q)išØÌ¶Õf›^¨\%=Ýê91ˆøÝipÒ"—oÒeW›ïëd69@áൄI3&£‘ô¡Z KîXrˆ“»j¶†³wB}2LÏá5 •gé êç1»êßnôöösáw=X¶~’û–¯ŽJ¤$í0ÕH¶U+•”ö¨9Õï¬KÀ%l­m¸èê¬üY\nëÌÍfÓKþëׄØó3[<6Ó¦…`’IöYôJ î?›©J}€µµ£T€r%£¤ï‡hç­/R¿ôN ñÜ'­/ßP¤Mk`n¾âWEs"MéÙ——¡:Y.}»xOkÕ×KSs—&0ú÷fÊ}jXrj7º£mÚ­NÇÆÅù½ÜI¯SkÊt¼›0Þž‰Æ0i åãÒ üúîf8­l—îÉh‹e0¿=•Å5Óüõ8)‹ívVxä+žümh\4­¿‘mšø7H¹èëŠR«/ãJ)¨±ÜÏñ\ÕÁÀð˜ß4÷œî¡#'|‘+KRû ²Gs¦¥Bë´^t BÝÍ´T¸¤i©Ñj0×Å/T/sX¿:ª^™Zî£kï!‹†ÔW -:Õ}U| -Í¢oÃZ¼ µ‹ŒNëȤ‡Ô÷](P9T/žI æNßÜðL€ëèÞ­eÞ %™ÕU$j×W˜rVØSšùB¡Ak%qž²4GÇ ¦íñïBºq€ƒ -¦2·3eÄNÒO¡.€$úÁh|Åy³Pºø:K§ ð7»Ö‹³G';‰/ºÚðu#)«s©¹T¾×zø¥¤OKî×›ï&p+…³ËƒW¤eM'68 á9=øÛÀ^W—buàÝ”F-§ê: -[÷ä„h ²¿sfäÞÃÙûtjÀ–zueŒJèÍ,©ö}H<ÿïÙœÅ|IU^ÄMeÈÌš%L!ì®PãÚ³/’¶oÙËf˜÷Á¿ iZQ6µ¤æA¿Ð‚Z;×µˆ×ü IdßêѲôòД OhC²¼1©O¸\Ì >_-œ%é–ÕhOLuW -¹xÁ£»²úа÷_/…ÐX·Ç£óˆ2‰ýï¡lï•Úúô;r5̱&Yc­9Kçë¯åÀºfµ¾Ø¤p¶j;ÏÞÊÚn§AÍ\GÛ– ëhM²1I¸·ó¸]úsÕQmÞ°£{ªëïäÌ/4kÏToä‘kÕ2‡vÜã5gœ?Çî|eî6··Àʪ¸WÏ>%÷6Ü6ÜAö¶Óæ»a¡¦l°“º“5éÒ_e§ó‚0=/»SYÿÊ5‘e{ þµ6‡šIÔ‚R‰÷¦ ^·£…õ,ßùýüEùµñVë `úÕn5S¿«w¡úøB}Æ>Ãß|]iEuÏK™o½1/(ìB<þ”çfŸÆ:¥³@A ã¸Wf?b§¯*Ëóp.QûS-¬]„–Ve½3£+„ˆŽWpr$A-âCãã`†E¾7LTk“³kˆõ+së~x, |a§Á»{6üì·Ø(KñâÅĉÜ)÷SýÉëöՎ΢ºÒä´ü¤vÂî%ëÀÐ÷˜bWØ‚ -Têÿ¨÷ÜR–‰¶…¯à¹0!b@Q@$猂 FÌßsõ}Þ½Ï÷§»ÃUkÎ5'¬Z%äÔ:t¥Ü hž)R¸Ÿþd\5.Ñräg ­K¾™žù­÷Ýîkõòñj²Bõ;ö â½¹[±"‡j·j=ÔS ™`ŠïÏ?¨¼\&ˆ~·Î•i½‚ñé’.‡÷ç·¢ä,Ö -›Dõ -£|°ðÔˆ„9vô‹§¶ƒm¹‚­åd>j$/hüœ[œñ¦MäÓÏ@çY‘÷e³|õH÷Ji¸ÆXrÖ–NøƒÅ=¦r÷'J­÷Ô[?1¿°åå.¯<¨¡{Lå6s.U™G<*ç*,b<ñW&tñé_ë{×ÍJWå!°â*Ì“'ÒCï=;kh°¾¸Åee›Èt2{òX~¶`˹bÞHa6—%Uqå? éD—!Y²GùÈ]³Ð×ùˆóÎÝÇ… pʰԓèöa÷j%œð‡šÌH¿F¹]«[X(–ÓñK鬎Ìö2"SL1Ð/D»/̉ís&°`‚ÀäñTODt–Cq?„¸Ö*‰¯ì! :}ìˆËªôW€Ã+ä¯Ú™´ÊG%%êÿê„´ñâ=p:#.QùÎ××^ë•91½‘¢põ-3—‡’õC1bd!ÀÒH?+–Ü?+Fis ý¿Nz2ü½–Ũ557$Á^V¹Cåƒ "íHßVç 3iwðÆ’íþç(¬ÀêÑ sSizd]4NRÚo¡—ò4É™R7äÿ¾” 6^¥Â#C릭ØÖÄâæÚ‰ï]Õ™r\Ÿ|úlV[Ú"Ô–CÂB³rmÔ¥ßjˆRÉûYé½Ú¤±ÕŽÿ÷•5†omŒŸÖojü€foM&‡…³à -ïÔÐS3[>ʯý*‹èöj§¥‹[KXíž*ô}‚ –7à¶œŒ¿+æàš†©Ÿlâ„ s¸¹Úk_¸;+ûxoinc£REܶ|ÑZ<\:þƒôŸ3ÉøKÕºÖx¬ó4êhy"A'âQ®GÄI§ùÇS}ò׌ªÝÇ”…³ÃÊdÎ%Æ m¿fFhvç-_¨QÙš"€5øroÙD̬™›Ä’+ Ýàö×ã®ÑÓ<ƒß$5™GJUZêVÇÖ=eÈœ«Yþ@Šö>Ê=x¹Ji¦…òÚa’£¨´~· êÚ'ÈÍÊÞ‡¬¡>.z÷M.Í¨ç Æ,ü¿Oà/g˜œNÁù4Y[Ý7§¯¾Döô³=ÀÕÝåwlWĪʼb’Q?untDîÆL›Ò¨Ï[MxÓàç‡fIKž»è? oë…b%&J¬·£Å?h|fYIôvÜõa·2qž·•’£«Ú¼ [+’:b^Vå0š(üúƒÔG´½©iIŠâTŠa¾Ï£'!_&Àœ;ÈÖ{÷KcÔ`Õ×å-_·Ï"ư¸{®Õ’¥ýF­üû ƒQ_T¶¶¸#­m‹i¯zWOIý¿ws*Q7%‰m’AÔ‘7] ))ËàK—hÙ;~¯¨G™¤!«ùÛ]!ßM&t{Áªr=Ýn T®Ê•7¼ú-ãJ'ûë2v…–#xiü=Y×Ä•¢x¼.­…«^¥$Ê »˜»’t1ƒ_-é ¶Çþã¤ÅzcÉÆò6/&XhKùœÂçà¬KÿóZ¶qÓ‹ø-4ýí#Z&B‘öjû.”¢Wé0çR©3™4ŸÅ´È:ŸkÒôoªe»]UðŒx(P»s(qX²S£êãñ?wÃߪ¼“•ÉF˜œª.D½ÒˆëXñW3Lö}Vq ¹+îŸÕk£ñ7jE’!ɳ£åç§zÁk™ £ßÿ«gªñjÏAºªÉ{þu5ï§Î˜ê#_ß…çm7ï]£«µkfSŒ1M©¶Zû›.•š,§ïiÉÙÓŒ¶m½¸ÿ -…’liéb‰ïó#öBà]eÕÕUÿE å>À¸~îýõì™°pÿòTÓ}SOFúR|ÄÝ ê~G].-½WÌ@½`õß°†R!ô™à_ ÒM³ººÚÿ¶ôÖøÜ”È;öQA"…Û°+Îe´° -³†\Ž€/ŸêÏH¯k•¸y%x—UN夬So}*oÕÆÜèšÊ²ÖŠ~åûcé.{«ÉŠ;Û yw¥ëç@»Éq0-üK}·³ÊFëY¿ÈßK¡+Xµ§îCy½W-à†áOm5ÅÿC|¾söЗû]oØ.[½ÁS@‰½ºtÔŒë/íÝ÷ç…s’.Ü©´'Á"À-Àx¿Ô«½j¼õ<ÆÏö‰ÿRçéÝ™!^ÛÀø¬Rª«u ¾v›ˆs¦Ç^mìÙŸR}^]*ídâ,<Ó6üË ldŸ;ËÝ9¹¬ÿÚ´¯§}{xððW®~ïØééL·¹ï×ÎO¿U±e¦Žë‚ÝKÎûúÅÉ}´O¬£4öa‹\.~03¶@IBV„¨¿Ìª¾+Cÿ¤ˆúà6Ù6…‚ŸΜä—ly'÷‹|/=„•'½·Õ `­º‘¾…W»{ž¹Æ¤ {,¼4¯˜cþ[œDPš¿øþW¬nw0é¦M"]›Ÿk7CÆWäºnÜ(xLNÆõ;§£¼‹µ^fw]ZÀFañ„Ï`Ö7:ù8*…P—åq“Ñ)LŒÿwáåÄTJ}Ó·*Þ5Ú¸›OyæYG  ªi¸·S½Œ’‚ùEyÇ~<@·¤]e8ÛRz·Îv†áÌÔa_ý¯X½Súe)ÿ]º‘!D/ ÝêÚ^¬G[Dÿ퉼žÏ[”T[Cýü¶kpè/¹Ý<‘:ÂÞû»‹P­¹µ›–vkŸÿ¨$êÏ#ÕÁøË~+Õ(AÒ-0Ç¥oÉ tb[úV¿¿–ÙÕA-‰ÀŒn£j³½¸kÚ9Ç -µÌÿ{.÷ÿTܵï]½'c§ÇI‡ge]Ò~M©‚…/L©²Øš@KÉ(—Ñ¢¼s€Ÿo›QgúPÕˆaL–Øó¬©5FÖú&üìkaéNcÌâQ°¥Úù:õ]ŠÈ! õ:ûÆ\:Òµú9 4ChiZ]KPù¹¡´û˜¨¯ûÛ-¾³4Åy»ÿ3ŸHžjÒÕÔ â’ßh2ÖqíÍÿVj:ø þA ð:1tí³[ªËm‰¯ÔÅ´£g »P£~²/“üŒ×µóu¤¾PÞøŸ\ãCXàÿÿ! ÉMú?¥aPî@½Rú?ÿçôþç¯ÿ~U(›€uÓÓRmð!Jñï7)£á¶|ù(¨ç7ªëõ”;]˜šˆü¢óJÅ6ý Š>¹V¡¸wµªMîÛy-¿´ºÕÙF£Œp”ól„4Ì3òœ|¨¦µÝÜQTÛZèNx¶[<ò̰åØôs¶»Û`ÛÞ§Ûm‡‹^ÛÎ7¨º^eúéam—üõ2¶{ÁÓðûàöÊôcÇ ¨êž|ЉNL/Ì~HüÂÎ0ŸâQ¨%rÆ,ù‚«GÊ_.izPýZðÚ8¸s5†pKóZ ï©Øþù¯¦’}ü ç5(ŽÇûþŽ¿k9*8$ ‹Ý¼¯ýqK²ü/wPª*_Áj¤Øxe¨v/ôG½½û®æzæHﯛ-=#2KŠ9ó/«†¡uªõå‚ü|uˆJäüºç›N”'ò¿Ôo"TÕ?‡º8/+%ñ9ýìµYlí!Û¤¨ -·Â(kÂ÷¹.Õ;qbüøù=BI$‡ò‚žúii~¨üƒÒ´~–ÜiúZU׫×jwù}ÖZ.o0j^Ý\í_sëÆ}d‡oQw÷º×Ìþ•} »ûÓ´Ù˜>"F·8ñ¡}ÕqýOàBö·ÐåYøŸ«æš‹ô˜1·³ïíýgyߢöA}èqÏÇéSÅXú’ôûDR˜cÂQÊ·àN|3+iþþh‡Æ_,’€æa P³qÉž ¼rí}­ýƒÊó¹€½I³Ö'†˜j6€žÔákÛŸ_%r\ …S«Ú]z¥ê®R§dVí’'Ǻp¿vêß!7ìZµ‡Ôéú‰•ŠÖÄýNópÛVÏò»:Òòw_ëHÄËà^Üf©`×þ–ߎ‡G]ìæ¥ÝìRk÷øW<ÃK꣌ÏÍìãïa­Ù1»Žd.Ñx2±Ñ«èpòË·#li£™‘Lt 'åõrj¤Bw¹KŸöèt¬]–ÓT¢*³_üŒ‰ª.`¶¹[/Ù£Y8} -”y i¯øK%¶Û1wºøzÔ)Üžòø¼©*0óúÛ?½kSWU§ ‡Þ+Ýí]†z"›š!’ƒ‘‰p(c¾ðÈ2~ý±Ýµ2­­Ó•3{¬ªîøÜv¼ -UB¼=…}kNB'ÕiiGKÓ-ëj3³ýçéCB -67?Q¦ »sûYíŃ÷4‰Š&iÿ8_ˆS¯›¢|pIoÓg°œM|m5¹lÌ5R–ëÛM|oBmþÞ²×Ís‡@éyw-™‹, Üžzdù?è¾iæ°iŽü£ìm£S“X;§c¯Gœu -Y\ê\ú¸$>»º˜­|=ú{øÆñ¶w˳R鮿iîí¥å#øß³ù!ûÏ…Þ1^}¤•½²y¥ü#°pù¬DoiWÿ¾¹ÄýE#ȧÃx^¸¸$<(¨ô’{QYš¿Ðrî -3PN ü‡%¤~K2 x![Ëé¨R^éJ@íð*Ò´‘ê¼Â‚µvøNhÙï?ë}®w«ïBâÒ Ü¥q–½GÁ—òj(hSµ‡ZÖ•#ꛌÜjU‚vkÝꀕ¡öXQ`Û¨m[Ú]ç:iÃHº¤CÝ'j=K_ÿ œßò ÜŸ˜#¦ÿ…ÍõÀ{~:D§›¬‰ÃqÆ ¥(-àì·-PÑ"©ÀocÙ£|ÃkÒ½¥W§¯`T›õîi°ÅIè8Ñzm”mö9³`˽¶zqJÞãy$}>ùýbkê}ƒˆ¨U:‹§‰8“̰¡ËÝ^Y’xWUwê¨d©šhÀõôÔ–Ä{ K]ai  >2nê 7§‰—X évõò·Ú>NÙ¦ãzí²KFpîAÇÒí/.o¾}?‚ÑlùBO³Uã=³’×¹˜×Û.*7ëhk«¹ÙÄ·QyJJ7øì+day“Žš¼½„àóü´Ü“ÆqåÌû¥5y`› -¨6‡p5Ú:éÝÊ¿sVÒLq8Ù‹ßÃé€t›—Ã!ù.ºÅI§ÖŠ-N×ü•»Ksÿý^²­V¹J£EåVá§ÅêßßööN74åžçnåáâCÿ‰ÕVÀs¾'/nÔßæÀäDæ³¾ oQÐå«~ú‹EPˆÚxqëmIØãßҳŒešxåÇ {y¡Ûï»±þ‚ø¾}îË ódy -ßod©Â»‘XyLàKU@5²ú„>›špæÚµg¸ŸÕÅ^µTî®!ζñ<ŸZˆ¸¡Bäõ-wšò©yo~éÅ5ÔxÝ‚&Í‚ù[¾{ªcÍΞÃÐcÙÆ³w¹Y?º3n½ƒÎmq¾t¥Þ¦Ñýn¢IÏÂÔ)^ Fg|†têýÖ¼Æö—<’ ˆ~¿<8vDŽ`'ë=ñº ‡CÝyGpò,rå(lÖP²[²?dF /;ïÔgö(Ó®é8ŠÜñ®}}3L ÿ¼&Óp«³x?­±çOºäT/¢øÚ(Êùôá[-(5!O±Ptk_L*¤òºp{ ¤daê¾PŠ¥pbŒ:øõ51QÍö¸Þª~#Ó«á´5Åì=]óÙ6ëÖ´“¢6y¡h§ gÎjn—]9­èAïn…?ëP0¾;ûiE•'ÓìÔ¾ÿq¨âòô¾Ó‘ÅïÏsÎ×=!n¨Ô;>C];qs -_Þ³šBßR==PëÉÒ{SÕd“$ë–™Äë/ˆ7Y»^Ýs¼p¨;—6~ˆª{x¸÷×/”[¾}4¯ïøÄÁsnçû¥âË5­ù×ËD7_¿ÝÕŠD=’ËŸýJ¿š-\ÊË/§–?[Æò}P±äýž¸ÿ·ÀãRÃ/ÖÞ‹b­µ~B¨5Û”Þž—Ö…¿ØßǧÆlf¨ÖïK­iØuÔ´6ìÕúZã¡ ­ùijômkª[L:]åðâ7ýœ¨+/æëö10õ¸üÕÏ×ú7êüþxì§n$25/A7ü(]~:¬ *ê§_8Ëw?Ûêªü"—Yù}âm°Ýø©úXÏR¾×1?Í¿óÐTïÉLUéü:›õù™PæìFuèßÁ¼.‰ºgy³UYÏ}¸ë=Õ†ýœ^S=ëyjK§6Åì'gå–§ê€c;Ðßs› ûU¨†9§>‚B×›O-ý륅pq©†UÚ~Õ•aÔ^D·Ì’Õô¬ÜÞÝžëù$(Èý¤|ýü5M(¥äAÏ«"튦ÌXê4À²¢Ò·$Ó£<´zÕü©Zæ=Œyk€sey|ÏåæÝŠF¢h*ÙþÞJ6•þa*¤û“rßÚU++_3ïò^jõW -اX:’cc*ù¥/x›Î?æo+OUÝa©çˆ'Áx9P¡.Âlm# Ÿ‹±¬) bÜ ®…tšuø©\:(tÈ/òÑ!"¨µº#'‹zî áo¢RÕñ ý³Ø,»\qðÔ¼F²&Wߊ;´˜8ß~Š«ÄÍÖWæ‡mn5‡n0S~ª\nÉ‹ÕwòÈ{4G­å~ˆƒÔ(±Ç-ÂPIû¼|Èê4ßÑן¯èbÙÔnÑu¹‰¼íÝZ§¾˧u¨Ä R(%Ù­}j3tQåz&8¢Ð«˜Ú¸¬™VI( fZDE5LüÈ;ÊîÓ0aEN6IÜoƒåÏŠy¥>f1¦wÜ-ã¾’œá”Å~±4»SÌØm‘{¯Ý¬î¸çy_Åpás?L6ñ9fEªœµöìP"ôkŠ Íö~¨aê2=˜b߃™Ü^¡ƒùÈîÔ•´w†G_ì¢ùûO)_mÞm•À_WƒNùR1¤‰> ù¤­J±Jë—ƒØMÌÍ–V§­¤¬ë ig-ëšzä™›ÞÚ3{É©\…;¯ÝÅ;‚—³ uˆ„ׂ~÷~–®†á³«žNËÐfà€Œ€ÛD§Û ¼éÓ$ë`Š5äk|hë“æi]X’ÍÇñ®×mWÕüatDƒSÖvN›Òç>±3´Ò‹ôN²eã±Ü̼ñwžö銹›ë”ÙÜ -#má•l‹;H†„œgšEÈ»^ä,u=F„•F›ƒÆ-|¶>ž}¯ôžA}×ð; -œk ^j‡iYôm­AÛòâ±Õ<Û/˵öâQÌX·?Ç5‰å„Q$E@%môNdT"GŸƒ"«÷õlŸÝY'Š´©Žf6Ü4Æc€ÝJÓ—ãñ_ÇRK-žÖoì­#¥<´Þ<)ÔEo'f%šaZmüͯÁ÷<ˆü¥ i…é­Ê´ž^°òPSÙfÓ‹^ÀÉ‚º§ JK\’ˆàî6ÅõAC'keDœ“ºõPÌñ…jD»o˜?ú“¿•Nœ»7pþÙMPÍÒßÕˆg–îìÄ«’Ö}•£w­¸þ‡f_Zeú“Æ«AºÝÊÒ€òõÕëvkKj ŒzŽ˜É%^ ÇËp[7´¬ÈËŽ?Û¨¼¿­w‡ÛnþîýBž´Z¾’âÓô^„öFêk13FÀ‚tœ¥Æê¹Ô’Q3Óæ@˜ZÚm˜âp­•½—›³ÛŒÂ9÷y$R›ïjå4ÿAzx¸µC -]õ:˜Ìv”åþ4šÄê†íx^'Õ8ç÷ævÍæ?s¨¹Ø!OõS ZCƒ¢ÕÐÌpiG;$–ÑÛ«—À‰ZPk…)ió¯ò¬1ÜŸêÏè ²­êôëžy¤IZ;¶¾«<†/{ôôµ²Â‹xk˜º/Õ‡:Ùéí©½LJÔ°¢.•Î1ºÈ{z5Í‘:Õ’M¯4^xqÒVS%k\-ÔUžù²z6/iô—«ð‡×Ìñl;õðWÍS‰2§SRϤ–½ƒÔÙÛE @nI£òñ¹W¿Üú­ ÓÖ ­ÒG\$éË¢«\á‘wsMÞéiÅjš¬‘WÃeþaô‘6"Œ¤b¤úžE½Ñ¹¨ì.æÌ–,M´ß*Huó.ˆÝcf´cgÑÔÞW—>òxg]².iÚ_¤¬C›7kýU.²;,ÈǬÜßC£ñ»¢T†üv6úe²¡MM>úùÈÎôzÿRG6tÔ1™Ç¶ßÙšÐQqž™¶3ìȪlw`<1úkkŸÕ`[ ’ 鎞Ì/u¦]Ÿ¤æÈwô.M»¶­6ŒŒµ4ô¾Ç[抻·I[Æ¢ú;ž;è~ 6S(g gOº‘¾‹yFؤƒÄî©þR=º…¶¢Î,4ã[ÃÑNa‰j~ÌAË(5.#Si†Ç¡>«3 ëE†? GÓM{aúÛ‡›ë/èhx5ýºQÏèÜ>™Ó15µgÕîEË9€êNžØtÌ¿.¹š˜ñÃûE(ñˆ¼qÆýk‘I·Úº„4¢ÜŒz½·±gõá7ðL6×™¦ ]}Šy@u¸³vˆ«4ÝØŠ`—4ÿ%áh9œõŒ½ÂžLŠ¡õœÆ u‘H³…e°Л ŸŽ*£ù½°‚eF _r?xU(Aoq iLÛ=Ƚv.ž¶jÖŒn?žÖ.^0ZÇÂV‡Æ§­Ëñ>4¶¿ã7–…ÑhÑ9öÎú ^ -ÖúLõj¤ì{%œO{|!ØoÁi±¯içƒ -ᘻmæ‰iüÐÐ -LQW³¿e«üØ8¬Ý»dd`ã>z]˜öÒíöçª6ºÙ:Û™XÌØ¡ŒqI©  †ÍÆ×zexÖ¾®&o ¼¶‰½¡ˆëýãŒ7Œå)Ì/ow±×õ¡o)Á·½_^„Þ:"(Ï ÁFè9µa‘D^6¡sÿä-热6hxu´vL.æõñ¢ÝÖ}8^“;°4ìʰ#x|wóv!—J€eGì@M~bY OÒÔ7Fy<º&˜:#©¦áŒºÓÎ;ÐQõ‡ƒ -Í‚ù÷Cô¯ÞƒYœ(ÕŽqÕkgz­/¬ã7YçCh××þmî¾iÆG‹æSÛ ý™qZ™‚OoÚ*ìtõ—JV›zÅ~¬Rm9UáW-dPäGpñ.<2jö&þ÷DÂÆ7{œ­*».Þç½3„ÒÄ0–t¤×y®ßA@7º{Ëé,é2 ³“;ª“¡ŸµW©îÜetj{p ×ö³¡T÷m‹«Ä?¿^¼Ô1yÛ‘ù²ý§Ùƒmn?&@/ó C¬_ô(Žó¦(ÝÔ/KfNÇeë%€ÞfÁN­íµòôksK¿aË\ÚiYéPìǶr‡4öu§ð•ô°‡©V=-uôWvà;v+߉ëÛ:øœŒvÄò³˜qÖL´Ľµ7æ;hׇUù´¦fÿ\3¼Ê -˜u´ÒåTÖ¿:-CB Ü„ÙÁz9¤,¢ÏW‹üÂÖÚnÓz‚ AÛVÓ>=:”ÊÜg¸mË|/qžŽfÓÚþ™ -ñr Lso>rÃÞ¦u¿-§Î¨õêÉ­Y툷íØ|‰›»¶i«­Üîü -T^ZZÏ®çP††õ(åUóòšçÆôÍXÓD¤oÆmòs%qcyÙE4Œ2ñ'¡«ýÂf uWoÞ|¶ôí‘Y"RÒÞùÍÂ~Å!Ë[ÿòø;½ƒÎ¼N戵ú2¨Ÿ>ÓÓ'å æª,(§:žÌSc]LJN‡FŠ·Ã¬ÀUo²Y4´“½]ÁèÎl™ëtb 'æv:¥ŠÄcûsÎA -=f¬F‰õ*ß×Tmš~©–7ƒQÞÑ]{‰Ú—(ñÍðÀ¦…,VvvY-“G'Œ6OŸZ“š­¸à£ðÅü2»™XP$ïÚ ¢÷ªÙ0z1ÅSÄZ)ò~ õÚ„ÎTبӯ ;ç*®ÆcÃê&³B,Å÷ŠÖƒf]¢ܳÄyåßÜ&¨<ÒudKù»Ížåu ’æoeU5àé{¥¦'™”þAH~šÞ¨ þ°B–“ÍtŽi·Åæíê€vt{©¢Í÷UÊþš+e˜hÓþ°‰ŽYɹcÈÛ6Ó¶´vÍÂûǧ^-™é²2–)=WÌ®»¿v«­ù#ì¶ì5„/Õ£'³è±üZ”üI™ó O}í:ŽÌ2 lûíôüsÈÆå §‹Ñ³ÙŽçs½¸©7iÆ‘•Uèôó vŽd‹Î'nÜÇÁ_F^}Ž‚Y|gN²DMÿ×FÇCýå]Žó²1ts¿-=šS»ï w|ôt<|[©Ì¤®}–>²Hñå`)zvŽ#­×—1\‡VCNŒ65Ðôôq/Ñ—~éV‚Ýp|÷uWðMœ„f¦KsËYå5"צŠh -sónò–‰„²Lù»»Ï@JHé7§Öv€ÈŒöM¿­šrÓ±Fµùjcù¥†iÌ]Y|¸&§íÈT ü=Åøˆv‡µ/–Ê\Ž:H·'ÍÊ>€“vÚ4££õ©f¯ÍŽõáñ!¾ÎK}Í¿w[&UÁ‹…çemIDq/FŠ÷Âù ÷L`Ćþp8[™‡«Ü2¸5’»‚Nw„ÆpmêŸÆ¡eÏM§1â×ÂX÷…5g¾9j]oZ ¶ÂÛ ýpµ@eÞ²7À6 PYz¬«Áź¬Êí5Р„ýkî.WÒa¨EÊ€$Ý7~ÕûÒŠ–;7Æ4btËÕYbèbmVS]™ó´þ£Ù­ßYºúå¼÷ž¸n›M°Â9p™u]8¯Øç}æ¥X•Íl–Fƕ̀-·Ìù{ôÆ2R*R©ãê¿'h& ZƒKaþ%EAw^+$ôA°îÑ@c”ØâãÀ»u0žâÜÌæW}†,¶9Qp}xæÎtx#¥Ú/$|í£³1±à‰dÃY‹Ü—§¼+{ °+æÛüE¥EGd>äåVìúï -n׎Êv¸;œmé»Àä/ǶVÎ…7MQ9Ô%ñt$ÕææÙøËÞdæ‚°Ì.oýáÎ.æA6[=<À[hbŸÅ7îW–ˆ»Ç -Ü!=ï]ôûsÒ'V+uæèáf¯§pÏõÞzpÇ|¨³ÐÉ$2; -ÄÇ#-59ºÃy^3“%÷ -ë~·"‡U9Ðö¥ÈÈ–4žJŸnõêüyk/:b—¾ßwpf~CwÕûŒ·®ãã›Ô °ÌBeØ0q¨'çt° n» ²ünë¦gËÛΚ¯0)u'’ã½×SáB'‡5Ь­Ó µ ï#ŽO› bXXñY7I\'dµ;×DT×»vušÆ‘U\õ´¶!J§ÒWnnzâð|§–ITR°çþ‚fÿ žOï5k¹‘Õvìqãë{WMHÌQDº¾ðìn¢¹Ðb7¿¼Þìûštÿ°þ˜ßÕ80¾š|$·Ù(¨1ŠfÉ¿Ìú/G ’ï[-^¶ÿΫùós”<õÜÓŒ›­€P´•_ô2”ÊM æº"6oSÿš%ÒƒÒî‰Mƒ•Ñã}‡”M+üœ>Y­÷æñÅ"¼BzëUÚ„—}ÅöW‘|‘öíiŸw¯š c°ù Á¯÷áî"ë{¾e¢úväìßŬÅèâdȳFÕŠ?ÝzëW úžöc¶ˆZáoÑIÝØßŠ3ÆÂ×ÖlÛ™¼þƒ®·þAâ.Û©6Ì™_wUéT©W fþzïmßÞ&½ü=ç¯@˜&sãÔâ·ú‰eÜÐ^L=¿‚Ϋ~UŒ.ÁgÚ#ÔïÅz¹Œ7Ö¼x}çX´4ì#QÊÿAŽiŽ*¾-,Š$šû;­O5—W81âRÅ=ÎðŠ1š5õunõÑÔõÓÂ[õL$•RêÁ’Iº* ƒTð _N3ÛµlÚ嫽ªÔŠëSçžÙÝ”^Èˆíž ŸÃ¡d¼§6OP8øÛ¼´{õ˪*®ˆ` _žb Ãɶy¾{œ>«:ÃŸß °X «ipD+?T(3SSDÿܲÂWÎæýß%Þµh`-!ÃŒîò(|£„Y¸ -ÉÂLkPgåök"ºþΣ½g7º¢ÑÍÒÌv5Œ6¾÷÷áö;Ùx«—´{y^¯‰ácíB[.vÅèžÞüuqþì‘ì–›ŒÛ>Ü­èÔv•x«ë‰»[± 3߈dëñjÖ-ÿÉú–ëýfÍ1[)k©5œÍÕD­I9Ù*èÕç¯U^àæb÷Kp€åߟ9 &»(°Þ²zè¿¿’“ÂØÂ8ODQŒñIç”´Ê ävÀPQÚ§QT? úŠ 6wJJÞì)íLÆ{µ”Ao¾SèÐ@g×/Õ}ž,·-|%òÚëf8ô¦Cþei¾!ës–Ý< Ózõ5ÖögÊÂwø·ÕøjÌ{úów3#ÝfYդߤõwˆ)Ý*[ B/VÞf©]^k×NÄÑãM:³@à ëá¦á¼òSäß4  1LƒgI͘À^?õ˜ùÚÞíÁ°lsº4ÜÉv=‡­®öäôþc“›½!ò æÞU)Ü+ØJ^Ñk‰ß ÷su-X~é3h”x‡`=“X _D âÍ©’ÇÌ9,’V·Õµ lWD‹*Í…FJ£mÝ„nyÜŸ¯(â·Šc%i#íÈ"Ædã9ö #&«t2O Áêuæk÷S¦ïƒÊº@TWÿUìɶOµ:g¥k ©l\6_6hÍ‘?¡C6 -Ðuäyqc¨²šn„qÎ7vèÊi.d»P}õŸüý’3lm¾öÞ1¾Ç¨ ÷]Æä¢€4?;Žo\œl4´gƒb]´­h­²ˆá!܆¦KO*Çd@öÎøA‰K'̹›Ì+JÿvÒŠ³®÷$³«t;nõ¾'ÉÄ–ŒcÈ÷ݰûƒ§ËE -Ç6ô2mzÓöbOmØâ¹uCûxûHö®Ø«4Z#ãl¶ÐÙ|*Bç› kºp^梺K —T5Åî£Ë³¹žüTãÆöJ¸ífÁ"ÂmÕõOE_¯vtpóó?ˆT™ÉRÕÏ$4¥¥å«7Ù¾·ê닎Ü+}>5£÷`¦ñ¸Q³”Š%Y£Ïµg¿Ž-á:w•¸òÆÒxüˆ©N‚ßþUÒ‚+P™‡.9tξÞVÁ5¬z„£Ìu§V]_§Í´þùÛÛÊŒ‰‰ùóŃypuëúênSwX©H(f_Í71çר>oµfb¶Ye;ãU>$Ã(7|¯¼ó>Á£=;H×€âûÒ6wÛG£¬Ýºõ…m=^ÿ õ´1½þ²D±VunøÜ5¬öKÜÞÈF2åÍoº0-ßìzídÌÊæÓqÁYon‘þÒè ·Ðô£ß×4øÚ èÛ.m³£L<÷)íÁP¿X}½v®-ru°ãC΀ͨ9°¯` £éyVSÄž$ê˜íþs`7:ù²ÑÃß+â1~U~Õ°ŽŒoì÷L‚x–ΕŸ¾ÿVлs÷Q`E®t@Ãò‚F6ÒzˆÎM,%iŒœ8(k¿àÂ[®’}5kô¬›íô¬©‘òÝD]âë-ðE'¡¸‰ØÓ¿•í%ŒîþT,I_¶½N@f†Ð:‰b‘‘u»b¹ožês‰u’†Õ-†?®Òž &–Šü²ÄefuÅ Óâç¸|=™Ã´ÌŒëàY™U¦¼³'¬•1nЄWç™{t¬‘ž=š= ¹øEFÖ„…:[ª…¬N­Â#už·¥ê8Hv–íSTZØQf¬Âýo5ÄoI˜²‚1þm¤ -­Ë P€\ýìÛ‰êÇŽRÖ3²SݤÒã.MÇ9ãÎNšû*Ø„¾3Õ: ܸÍÝc'–ÕÂÄœ‘2o ¶;&åÎOÙĪ ѰJtÍ\L?%­ƒw/A³Õ߯äþ´É½˜þÁë ŸÃÜÛ; -“¤ïŸ{MZ8ùp~"º (ó—¯D¿fëe¥=Óvò–­ÎI¼f}£«¡ƒÿ£óÊZV ¢èþA0(Jjr1+æìü/ß}ðÍEhêTíÝÕkžO*³éhÀ»!ÆÂ)~‘ϬМc68‰µ\¤¡Ó{¢† ‹šG÷â??_°~êØOk°«7Á¥4¸„J‹)¸MçF  òiÙÌ6õñêWzº×Ù„¯—I—ï›Ží°“$(``Iî?õÌ”âßÕi\ù UD¡L;süïëÛ øMœŽ @G‹uíu„sZ:C©÷öó›6PXòIÉî>µ¹ðø  ÞÙåq›¹únþðSã­O}s± -©™"÷—j~«Áh ë<‘Ï*«R’éóâr€í±{xaC£¿xÑ•ÃçqaºÂ°ÞòÐ<Ƕ¤S·R¦˜Ù§dÛhÕŠ¶Qmd¬þêµä氥劗ª¹Šî¨Sg6)KjÃe’íä¤4§ I’ÎÛUAž­öC£Ç »rçñöe‡l<ÆdÐ -dcÞ“åURé°õ“¯n(ŸûÏý=¹sƒfÒ|Çø›Ê0ü¨TÇlK¿"ÛñZoþ¨Ëëo%Mwzè‘K(—qÀËÂs'§ãîTIûWYöîEM.Ù^Q8—ðÆä•í.¬“¾/©OÁKŠtHiL÷oÇt\Ò8¢ƒ(éd2“6¯õ$>Ï–¥mc$Ó êáç+/±*[::½Ydòµö÷”*ó:´ÚéèÈì~»ŒÄ’8çÂof¢9²)EX·$j»mK˰Íß|¼ádpב/ˆAìɃî™ûã1Õy©Â좉áœ~œM±èœ'tGüæ0z6•’u«”>RÏûæÜse«wç’¯:÷èz¨} }÷ùP;ž#]+»WźšaÅN„ܽz®Œ-—±Éy“ÐBÅçc8¤Š7(HýÝ)›KÔ<•Þ¨?—¶™$zðòKréCF¨‘¦>`J­­ØCgéÞÇ:£È,­Ö¢§h Ï9Ãø s^‹èÀ¥X;ót6’Fnõlj[3߯#)­(G¨ó)Õ;ÏmY®E]í¢yFsÑm‘>%›Å•PÍØÖ‹¨‘ `ƒÏ¡ êNJ‡ØþÍœìŽÑÒôt™ Èû2ÁëGH»è ö~kõÐ6D”4ÄÝšh+K -¬Çâø¹†ÝEÊ%8IÖĵèÎ@Ã/_E4©yøh\ DgÖB:¹³»±Ô¡–•¡Š =¤g^.ÍÝN(–Z"ަʋƾy_† VçÔ:-5&áêË©xJé…2Xÿæ>Ê‘µ¥l6ëî-)Ä÷wÔ}!ݾçÅëV,„kW;+»W ÅÞ>ŠƒpM)Ë;N}EŸMaÕŸ.Kñõ#ÍÄOo˜°‡ßÂóV'Y”˜FËì´ -k:›k(í?Éï2ãZ’xþ=µòê÷ÿAË‘rG¥®…]•“ƒ5œºòʤyù*Ñí϶“÷MFÛ.®ß~4ÿfWÙzÊ–ÇÉîDlô—¦>×ìR~îàøÜ!SçQ_Zr6”öiÙ|Ø6ôt'rZQ( Š9õ‚™œH”>~Ç{ý~/ÝåU·×ìËßHÕ®S—w'd„BÑ=·)—Ë Ïc‹Ò -ld½&{qe­Êö³ùõݳE9‚ª®eín™Ê­`Œ-ö¦&²y£?,üš¼ NûL圹î„ðTnÎm9z_»Ùc[EYvØÈêõ*Íë'h“«ò½ÞôäqŸ°Lî@ñ.S%yì"²°®¸/k»rY—6ý–¼Ôüð–Mi»BÈé |Í!e%‹ìµÍ˜IR;W&òð:ž{Ù<ƒãå’ÈÝŒýë4Ó{ºîÊmFyò9MG«Þ´’×v- ZÝ Ä3é~14dñðêd•ëVY.Îv9'ÃZ“I>E‘[Òí`Ì'­JHÓE ·þCè ,Î*‹|ĺ}Û{½6¨Õö©Ìª1‡"£7Ðú3‹‘ùÎëµÊ^:·rÐySF™ê!Ä]™³®*×évQ^fS9¤˜ÉXnŠHu4«&„[:;Gß/‚ Vo7bÇ‘s@ÓëWß'…*·ÏÇQ<‹Òê×¶Ï2Ôý\Vc°«*—F-urgËB $O®IåEoןìÀóîù±9Åœ©«­ê\ÓÊ0öZ;5IÃY«¶Aû– Kõ]åˆîa¯X]á!—ÑPM“h8:'8.·tz§d~D”–Ã÷…QΛúéàÙ»©29fHß œ 7X+»{!™p6ŽÛR¨ÛU£ ¹ØË‘V˜VH«ýÁüÖÛS†­ŒÝPîª nœ½¡¢Å Y`Òjœ¶sm4Ô*ç­}&"`×—’¨÷µ¼âþV?©Eu¦’W§7êWº[UÄ¡ò`*þ¹¶cµ¾ëiйxíöSÿÀ›u´ÔpÔiÅdøèï_¥¬úÌÓß³©}`'P ¦–Mæ§¼:Ôy™Tî­(Ï0½IÐ ‰.,ŵœbÝ>uµ)@™Îr¸hÑv³7}ªÑêc¸þÕ0uù« dI¿Ïwa ŸÍA¹BâšÙÞû-s*ÅÝ^#|[üÁ@Jj«û×;µcU.ñÖ2Q·T0Œ(w©;áè;Q{佫Ã[ó~zS®Ý>iðØÆ¸èϯâ:ë^½âTtèÖm)ô¯qE¼“qHc¨¯Ëz°àvXö·ö-¼\Tž æNo]ÿ¹Kf (Ï -¥ÑžÿÙ|qTP<»1|§·2«‡­ °f!ÃCñG‘óü)Åã‚ØJàç'ãd:QMy½ g£½²ø]R‹Nño)i4Ö½i3`”ÁkcüýÙNR/+<'ÑÝ“õMŒõaÐT꿨…ÄFЧì^P³Fç’!Ε¥ØW±Œls,ô¢’G/”G⮾J¼øòº¯Œgò…)}/’M CÁK Üp+ ý1ä†rVKú›þõÖÐß ®óè™bä“QN“š .µÊ(êi–«Ì{Œ¯G„Ç;ÕŽÒšHn8¶^ÿ kâ>ù±Œ<$=ŠÚÑd5jq~Ù}‹ëe7òÔò°Q± x—2„=Vl2/Ƭ*cáC¯m”ŽôæFHîXY£ò·qÆqéâØÆù{TådK朼­ÈZl¸+Ò ¿Z9dçKžèŒŠNØ!®, $lÝŒ4ºZ@ÇAR_J+@¶&§nÒKwò`T£ÕµÞ;!UúÔ”oþhoÌü,KÑÊ6–Ÿj-w|:—Z {Z£ù!´iM5„›¸ á‹R&@weÐâ[WÐ -©/ú°Â‘Ëu¥ô‰ª¶=¯¹¾]fÇÈK·ØË-ü(`ƄѢáú‘‰rU®ëë*8íi˜ÿ=7 uÞ€‹Ì¤;L–7.S¡:-'¤såà?[ú!eKóææ¼Ð¯s8ÐN 5µô hl1ÖÊXzKÄw¬!ŒÚƒiù’;ñ‰?çÿIÕã¦ýEë9Æ÷Ó·rOÏòê|,=ì:ËézS¡ë>™®Ípq‰tfêågmŒá‰¡€œpk~v1H½þþußk׺ÅÖ>÷L+ÍïvU¿:¬aéxb êršs`Ô¶¦¡0çâ·i½‚VÌo\gÆɾI}‚úS‘×ðçK[Ý‘´Ê”ÍRû´ÇEðX>¶ŠχËçgyÌU9#ª¨v^L5O_:#¯vÚ¯Á[ü Ôö$MíÓ6=\g¿Ü9cfš>Õ?vÔfßµt˨YÊùbéÁ¯ê@èz©ÞïNÔ˜q^×p9WmPü9¾÷¼w÷<’OcÓ <%®ê:콇áa$™óFÿ­Ö½s­½¾½Æz­T%–ñ'K¸\†ç[µ’ié»[þ¡GÞÈtÀf´L })ÏÀ}ìžešhô×\ÿøT™Dˆ)³¸3Lì!Í•}‘^5óµâ~NëínrÜŠ²Kç*úÖŽw Æj¦9˜LS08;Ëé0šJ¾$Õ®’‡!s˜®þAöq5åž™Y;.$G£Nu¥ÕOƒ…è}Ž›VÂÍÙ ¿n»¨ˆ}¸‚àF™Jµ Öãâž<¨'S8´2ïzGBÉÔ–ù(¾õ-»)Õ`Íÿ dˆ=M|Ñ}»»ôwÑeíUÄ–nÌ9IðÆVtËâ2{Þ t„iü”‰yÎg:ân„áôðc¤{r«Ÿ~¬·û¿ø ë-¯¬^FY{ѳ…H¶kõœÆ-¤ã{îȺ(²?»Î ôí(Úšä`´,ë:4éq]© ËVõ¥qQ£Ú-R½ˆÝà±€ØNîm -w|)‡§íí¬¾{ÓD?M¿ÑëRþ\,!˜è87¢?sYTéžQÔV¿ÍiðCrT¬ }ø÷e·îV¹‚ªëÙ0¥ÑqC_óÄt\ré¨!²ÕnŠ06úÞ”èk0ßnéÍä=þ±kR=yC‘Z œÉG¸êÜ1õ­.¯pT˜ij[·«a¥«à;193éŸ1cÑ}yÎkÆ$Ø6um(a‚Ð-6ôa9V´É:¶^\ki¸æy 0í Ö®”yÀ,SI¤zOݞ蜦‹ÈÌ®hGìùcçPÑÔß∕r™1uiak‡¢Ûe{¶fÅNÁËQ| “‡ìkòÝ}©á6óàÕÎÊs²úmzšyñ˧a¦#oHwCö_kmö~œvŠnuÊÞ4'β,†Xä`Ð?8±A#Tl(h}ßôP¬ë9™XF–8õK5¼ß_{³Vò{±^Ý÷ÙSIÕ—yŠ—F³v.g´£Ùü½•gZ¢DÛù0¾)RåÏ(Ö¯:ù¢:œ N:ð阛ÍrêOäu5ú±¿‘1lî °J#(³ÎßøŠ­ãÈ'‘$xa_­ÿIÝÕ‰Ù²zú‡Öíîk:Ó­çàÊ^«ñ½«=Ó_R.Ÿî”²zŒ»ˆãA޹ˆâƃ?Á€ñ–úäa@Áÿ®4©lZToUIîêU[IQõ÷ü™q“ íàü*ïÃ'4œu›÷Ê™­Þ/ «wdeðË’Ä„•KKN÷œSßÝxS/idø¿Ëá¦Þ÷j÷Õº‰ùŽdsÔc'Óβ“/¯XÐ×Î|K;…í½©õÄ9ñêÀó+nºËDV·?E„Áà;Èóá— ÚNgj[7o!‹YènŽOJ^l®Gqîß¼p‰5î½{¸]øjfôÑ^Ó?¤wý"è˨H`Ê™ùÊÑÐÿ¾%²½oÝ Oî,Îu/p -/í°ñ\™3—oG¼½·ÓrM«ÊÆ<#-ÍÚôh²,Ëûk|Ê-šsÿÛí||ÔüÓiÆ"î*àßÐ)Ç:Ñ+«rº£-—"w±Üp(UÅìP°;ayũô£–@:1»o³Û=Aí‚ò˜®‡úh7‘1ñB” -½€V'FÞö²ÚÅM9¾Z fqÐyÏ)ðûû?HÐÎ üüïd7ßv¥@s´† ØÙA„±þtUßkeZ?¿¸æVkõÔŽ·ÿúhÉX[ˆUïÊ@Îë¿$ƒ%%Ýó%ë„_î\ÅeZºyçz1OKïº$ëƒ}VNõR—a³J5U?õ¸ °©/yÍú£e‡Ë< Q’†y˜YÅor·“rŠÖ6BFê™K“Ô‡a_nèœ-ez&F!Àr®ýŒÁë¾›4Ô£¡Þ\@y÷Ùø`êØˆt¶žw<긖ŠNÑzïëËFŸe6ú•4³g÷x#´èA—{hÝ)S¸¶* 6]f+ðA¡‡zø¿³¬+¿¬çñµNœ–ú;îêàöxN¯{À¶]ë·Leµ¸G[£`ªH#ÕmýÇý-£ë“È@¼6rROÀìϽíåú2>V ˜•äÚÏI®/Êk÷˜5Ù¶¸(*°Ý×,±ûË̘²ÓEZ‚g endstream endobj 33 0 obj <>stream -#¡¦‰a•&µc£úS-½ØpnX¡–Œ/?ÚÕp/Q…ewjØÕ°õ:iÂcòä™oU1Ô–®sÄö‹EçÙE ˆËÁoú2ò)À͇§Þ‰÷âg“β–|1á îí@,×Ð}Ô~3«Óš[£§é•¼>ÔÞÝŠ•;qê¥s¸uJ©™ÆÜ Æ=]N×ämY4ÕÐÁ9)ÝÑ-–N™òdGÀ„ôâí›/pª$þœòÒÁ£õsà…Ž¼Ož¹+:îŒP[=–½œ.Ôýoât¢+xAÊÑ«\éÛög$·½/âÇ>Û™™§&ð)ä¶g“×Hƒ‡ì®kEJ2Å›ü4Ëoc\>”Ðø17ú8t4/ ¶],ýrUrÛ,^]™ÑSëUÐó°ë•¾§DyÔ½fÃÛ`äÓ¶rÁ:¡É©ùe)wm¯œ¢qžÌyãÞñþ^y>ž$Zω|ÜÕð²ùøS,üƒfuy®ïÕø:k¡MŽZ…ê ´ øbñíÆƒê×ÐD]…XÓ(^é"š\-uÜDS°Y{uëÕìÑFRÜbséCòù…¿ôTûë(«%˜v,~¯¹á¯UrP•ž©V.W ³Ô-æ|Æ;@î’P[ŽwHSvЦj<ÔÍT ¼KËB.ÐÁ».öþÔ{lF¦¤MG8K&ë §zT|ZÔ\¹T½ægÑ”æÍÐwá£‹æª -xü.ÞJHkŠ6 ç |PÝUayœj»óö}Wy·ŽôÅÅ!r¸»,›+m ’r ñ}IÀEñRxºVöž2/rÂr÷ -ÿæ\6²ý™$_¦ÕÍn¦U~ÈåW+›þ¦Këx]ÆÐežh¯ƒÂ¨'ýÉå²5έ¤ºð7ë0–¦kt!õxäÂEvÊ­³î^¢gEo)×KŸ©_öeG5ŒÁí¬àðAË_äƒ÷7¹4OžçÍX˜d©¥&r3yœ¢R•ýNÞïø"^"æ7¯Ô–:óLR†eÊ”æ,Yˆ”@FVÁß\kUa"ärŒ)ùRwÚÁ=xíd™”â~C™Š>Õ¤e®s§‚þþ½àŠ"Ü”ÍðÛvÅ7ô<êÀÈg¹·³Â®¶ùò†Uˆï’Ô#]hܯÀú)Á¶úÈ]Mnþ;/í§ºé†J›‘'^õ°S~¾óиÔ)*÷dØÇZ#è\b”PnôbBêÐGž QUþKÕØ -õгòÖØ{6Œ6Iù‰x®~pèÕ†þA¶86'³ §ÆÒ-fÅVoŠÔ|õÁ·ž5¸ØmfH᪉oáÜHV/Mè8®ªÝ´Á%hxP¶Âk©¿ÏÊ:„î‘<¡"o¦WÛÚ:ÏÉÄëR¾’ÕAl¸…=Ûu_õ”ÖñüŒxÎcÈ—'Çêy´KÀÛl,õÉ$¯g]ëDS f;öLÌÇ_¤©";Îÿ¤áFÝ I†ïu*Ëa®Ê+¶ÀÌ«äíNÁ~ŒJ:<¯šd]¼«G;åžÆ(ü=Ùö+hë—Ìoå~ÓüÌÏ?÷&ÜžÃ9|Œ½@ı6¢Îéɕ܀1¨áô™°ÖZ¬ãöœu4¹´0´[3*/ÚBk&%iEUÀ@¯Áxc¹rÞûWø ôʬX,æ™ßw¬ÇÂ{÷‹ÐhË ßÎïûVœÆ6^vOö~oIÚÄ2ÙÂîÖ&” Я#¢ÙûàÐTÖëð+Â!p¹$¹áˆì‘ªsMÆxd„ù‘5Ô ß¼î Žæ&IÔ­@uŽõ.æF}JúùÛª£.›iŸú°Çô Ä©LLç¯Hü -;÷æ‰3®D`_ù0sqב¸ýýíSp=£.Ri+PËé¢0÷­Vo[µåv^ÆöBÄ ¾Z -7ÀŒ…8 u©»M.²djB|«¾q¾&gsÙ xâ°8À­ÃZ>œªy)wÀŒP -áDACñj5— iSW*W%*'íEëou~žaꘓì9Ûž 0ÿ­TäR÷Â飼2 óu”ïhqõVÌoL­énYym[«uÈV/z}•Ͻø6Ò•jÄýK¤8žã­–«òÙŠ%­,?š1«5æÜù.Ý(–JAsñÌ•µøÒv«K›ÌäÀgH7ªÞUR÷XŒXu<>úqBÔälã[ðé™Î)‚ù -÷˜aò5³17¼¾ª6¨àñ½€#¿lÙõŽï·úx· Pìô«´5Ž<ƨfé¼H•-$ŠþõR6Õ®³ˆÞ\FpN#yùi;*÷ÿúxæ CB˦£’`?÷†hÏìÃZŠpàö$ûãó!!ºjízÛÚ×ïJôc»6yQ»Ôâ]ÑR÷ÅTemܮՓ{Ÿ!¥Ù5R7–Pb-VøÔÜGHÕµ®ª…{³ô¨  ´;UÓvÏh‰Ì£¯9éu‹Â/]çèûíeÝ5óyx8í§u]1qg­;èâ¡ô¼Òµ9_7ÞÕÒ‘Úï<–söoÕ³€~•ÕÚÂý‰´E“^ý&Á§À¸L¥Þ NZ˜ÒǘKmS®;ÔdmtÍVü7‰÷pZtké-s­êøp\kbë{ Œë·öüSmßÄâ¸8ÈUùÙ hròoô‰®®r8Îüú¦òêëò¡o7×WžRú‚è®Ç+c=ÿìdT¹ š.5uüÞ¯-Eà¿èε¤òœ‘“ñÀ/Õ¦¾ üi÷oÆ](:wÐÓ -.—Z5<÷I˽ɚÕm«Å”SBÿ ·¡ö›ç¥¢5ë hºÜZø™Ö´bÚ©Tþ­S÷¶=ŽFË%1é{ °èU^*ÝûW÷³ÇK¿+ëýgÀnÏŠ“™‚ ;K·âËL’ÝŸ+ïï…Ë'ƒ÷Ú÷…œ¬W"Èãï° ™‘|Ð ã ¦´zçW9W•f‰Ìœ{°¬aí•k_‘n3΄é½ÕèÓ5UY'Éj[6Há>=Èê$pZiA.ÝF]§üQk§æ3êÕãV¯odµÀ©™§Ëo¼Dü™Ð‡…Zëcø…MÕ2IîuèñÊ#Yê™6óÝêÂú,ʼ¨ïX¹ë[|‚#uXÕ±:èÖ¬bÐ̾ûÎçV*«·hå9‚ò.b¤Ug²ºÑ2|5Äçâ¢dÒYy^+–ÕÓI˜gËùôÑÚ0tüÕöVi®Zèªû…†ÍÜ -Þ[^ \¼Üê_Á¬ií¬át¸ƒãþÒV“ÆNó ÚE‚w[Â|0V{Ñè­¾Ov%ßü蘃ÐàUÿœ…ö`?˜®“γkµ4sø!íw§JbÃÃb übv7º7âÖ&Q·‘æ/ 'XÀè[ë6’ÎKßß‚ùÚ¥¡ÙyíËá0ÁÝK{\ןØâëºÍgå„Cðµ¬Å9’˜×mþàâêTx‚h¸]¯Š÷yõë¶®‘®ŸÄà -°ûŸæ2úz²=Ø£öÈt¤äæSu®§.a”ø3jÛ44Çø]ðÔÔ§šG²~’o¿Æiv‚ºÝ‘KM,´…q™RÜØÛ‚$™Î»Ì¡ú¶ÝÊr€Ã­Yw›IW3A¤†K¦Ï^ÅZ?=«7lÓ¬ž-øY©At,À½ÏÑâÂæøP0ði*î¼7÷>+`ﯱcm+DÞÃÍØÎùpùš“Èaín 1©¶Íô¾ŸzºÝoãúÓW³¸$Ï©&t°’L²œÆ„ù­ûbâÓsdªÑà±í.ølaã…;Ÿ_¡×ÖÖØÀè×bU)üÂ…&ÛË9H§„qůT0sAÍ”ðSù¹¼uܾH5Ÿ+ °Å¶£ž”³xä®í<’÷tЫʄ‘T%ådøA§þSåê­ËâÃ+ ä/]ÈîåùÅôÌî…(ôåsPtÅ[oÍF ƒkÊǽTz‹îœPc)®âWŠœ -ÆÉóÅ_Ï®ÊW®È•å<è´«ÂOiyÖP'ç¬ßŽ5Hij"5]´Á$Aú1â¢xƒléP™©e¡,¡··<z®ªû WòN‹û âеÁ0w¹2T9!¥¥¥ë6³”„ß5¤óÞPúb*¢. øÖ¹A ƒP¿¯­‰<JÈqÜaÏ/NÆ›|J!Î1Ä•êîT¿ŸµeXõ½“Ù7†²£Ü½:C¸œ‚òænÍ)6gdi×’nÜ i.ÆýuŽ8¿ÆCW“"­"™;ºßK«^F?iù3híüRTË‚¯³šÐ¼m‹µÇ˃~ƒÖ,†FPÊ_ßnïDñùAQ;ØO0ß Y·ìiò‹Ä4Jêj-1ïVF$iÑêeKçËòp4œ´‘H8Ù«?·ÝUâ+«~6[÷ÓÈ\eøÛyŒûw‘ÙSÇд–KLŠø¬ †}桺ú·Ó˃aR‰QøáÎÁLƒúÓM}mš„kÇÁ·àÏXÊ®ú$ÏO‚ÙkÊÌî8ÛS\xv§jA}Ž> ~f ÿ·×nݺ\ s¼†tÁo>òÀàˆ,b³Õ µÒôûc>ɪÁ‰}ë#3pO³´]¼ƒ«µÅ:]YÚÊŽÜ™I¶Å„Ú¤ýÆX'ÌL®4(Äs»[BÎü0~®Oƒ•ÖC,óVh³6¶=%†£yÅ0©YzùÞ”Âf2 ~ä®-ö?•Å(`?=çDZ¼ØJDH}vj¸7Š•4z ^§”Þ3ŒUœž×XÎüI•™£«xr¾Ï8úü2¤¦ÏKƃ=ÉÆR€E•†êÕUdT꽡èkË4Ú—àÖDÛÏ›¡qG©aæe#VÕpæò_Cþ°°é8»îûý’_ôYWëÙ¿«Üè}$Vb;ÂÄ–¢Òyª@“K_Δ»æj¤4𞟉ƌ‘‡v=M§ç¥K£# o(§Z|+›³Ûà'Û˜Ê~. »}ã¯oýnaÚòšµ~ÅlWäÏgÜ‘/1ïüÍa•†„r}ñx­‘Ú õ¯ÊØýÛóRrµWcwÜ{ftS(™wTþ¹åå)×\Œ¼ow¤Öî+{öqñ"–9V¶È§*oÁùÐëœïFw€ÈRv«ÔãG!·f½¥‡ôE ]{ß´)EäZ4„¦‹A´¥ò[ûg½pvê V¯²!Äà-µ|‚sÇ')ß^sUVצ5[ó)@0Ù]õ¹¥Y´1º¬6L_¾ ¹0qíQ#TŸšBg¹ë¶üI -À‘•Õâm¾Gj5Ö«™=Tba߈s²ð·Šs{"óSu3}NƤÕ;÷-)eHf^—£¡g¯½ôk¢=m+¤?™¢‰™éSÍó§*ÕQe¾¬—ÇUu¤ÚR×ÜÀÎr—>ƒ‹4kýu ²¸ó±¡»°‘Ò&Úc’]ÊûHüä×ðݱ|ÖŒ¸"Ë$¢"»NºÆ7‚I9`;Q}wa‚—ðèKmnê9–¼Æ—=KÓàvšw÷¹=Ê‹u~–åö±èU­iÉ0ØêT.Y¨’U˜{ïò¹èöeh^=Žm©p{dÖCÂÅ®»‘Úö·%‘ËFËËLE’„Õ†_G»Ù ô|´SO6…¿>ŠëîÈ[¶bÓŸ®zóÏS$ Ge‰¡m¦4m0»T•LÜ^GÝp½)Ì¥>tŽ™ê \j]€$§æýpŠsvƘ½ô° Ÿü¬Óëhmª?èLG£ 7g±Tü­æÀ²«>xÝu‘?ž–jÛ£÷¢øÜJÈc½TÞÌGì*t$]ø£,õ‚ÚÖQ¶5å«î„ºhFh =‹º¡²¼SrzúG’›êG-ó T7þVsÈ“Oï­ìnØŠŒ·uy®ÒÅw[|ô®ä¨¥Êtiw6·Þ'TçëÁFmEõ[ˆ?îE•ÛÚžrް»Æ/ µa%¸â -…±~øÌ•×.tu,àÿ nîÈë¹s›À -zE É£bËsµìÎð%½jL%¥]Ù±Ó†ÖÛ [Š2+Xb\­õÛÈ -óŠxzÿë X±…º=Bõ;wuôèü͆#è¹^óIÃÜ7Œâ&8tn‡“ñãCa#¸œ>E黸ÙUÚñªÂ¿’®¥d"+pñBuûÌï\º?W 0ý!íë\P§ÕB¢×ñg^Īh®JÌ”}Ï,Q©}­)¼6•úïfß^ujœjJ)ÏͽS[ïŸ>_ùÝ®nðRݼƒùjÔ–²D­6Y7ö³ÑSzí‹å3ØsèÚø{­”M#ú§©ÉÚ³­=“oÕÆ‹ŸuÎOsª%ù´žËÝ’eTôÃ}ä]}a"ݵ)ƒÎN4•a»ßMºB²ª¥JqjÍ´åÖ×p 9zðlÒªSlÿ:O®º‘CÏ˧)í4BN÷ënûa^¶Ú½M•eW ÷ËÇçô¬×T*¼Ï{Ö¢]Ž(Ð~Ê»Yu©ÓUÓÇ<€Ëa7þp¿’&:ÍtÇËÞ<8R‡Fïú2‹(›äõàà t‰«€KƒÓ4õÄxŠ™xʲ¯¾œþÚ¬ŒVÓhoîÙKÙÙô6n®ýnÆ!²6ŠÃ4“ʶ¿™²úkŽÛÙfŽéŸ¤3–gÄmòZöwóëúT“»ò#œÜ¼B¯ÒOï‚nȾԛ(KRøD§–·¥ÛqË·¶æ¥¡NʳŽW¦Ââ#±þ–“ÈÂk £}»®1½qS7¦ç¼ -_þ¬‚yQ^÷ý“Θ[5šÌ2i½7SfR½Jˆ~_Jºí‡Ïêá)ñňWã -)´µ×®!ÃH¥©Ö'Õp©¾0Vš¼ÀWKŒ ðeGIóÝ¥ -×òQEµ}ð·»ñBA_*ÂÜUmîäѱÞT—ã3BéÃt.'«¼ò·Ÿ›>«|GNKR›O›è>µ\ÝqàÝÉöFÖš{Ê!8 /"7]\¶’²¸wu[«ÿ ¡¸* J°b-µ'¢Ÿ6t‡Š±øÕ”õ¥Âò;Õ[¬®©åʤnið!œvÆm”‰ËÏöjµÕý]N¸Q_ôA±Ui¨ÌõFSdÄäõÛY?sU^&Ñ^f×’òlS ®öâðóÀ¶ÆãHîXŒu£(Õe}·U–ê…ö¦õ£=×2,¤Õq÷³B{À‚SnY•—scÛ݆=RÏq»¬HÙFLgUÉU »à¼B÷ã˜QU°ô·ÞR¿…áPŽ+7΄°)¡JÒ€d³ëAЬª%B<’¿FQÐð3‹+ÖíÞ…æà¤®¿óØ3Ò)¬z–ì.ÍÒ Æó÷N °C{reÕ -‚Ÿ¸úØ<ª -¤68ÌûÔT¿â©ûqËÍnË\_ÁÖdanÍÂyÈ“Û`G³¹½­×Þ£…øjй®\~„EGkžr'®âÜ÷Åòk¶mµÚ¯²\oä¶ßjéû”çfÈ/á+]o)/¿À .ßQd'õÜ¿èhU3·•­Ÿ?÷Ê$ûç䛦sljr䯀 îU6ç7Eéj»zÊzkdüä·×[%‡!ÜOÝ´€v7ˆí&’-c¾30T eIaª— zògÇÑ7ÝÈÎJ÷>嫤]ßLL,× -2¸rÿ øÙM®àû˜"@VQË5·²{JÝ,‘»VÆ”QÍöcëç‰ÝÏíÅEeÎmúƒÆEÂíç\©*ýn…mDäb@ÏŸ-Ȧ6¯œoìtfÞþ¾Œt‚=i»f¢Ï†Uëe/Û™tÎi±vÞ•µ÷Y‚*ÜÅ[B+àìERØ`-)Ù­Pùm$ÎLvdÊ1AÓüìó8J]‘FŒ¾Wîiƒ®ò·²Ú:JÓÉÌ3éGwùØ Š¨Ì8 ÷^¯e^E_Þ›N@}¿®çH WZÑЇ¿»f¶bˆ´­ÏlM—P(@É]+š¬Á¹³Å’ç(rñ»Ömt%Ñß¼¡H²óSçËö¦N;AQ—#Ë8tšOï -´xêãLOÇ!Ðkx SµÔö¦“vý^Wßg‚ÃmõÓe™P5&ÌÏ¢¾ÏbK®;µžTdµþ´‰¸»KcÅ!ªQ¤©™mü‰¾ùhSíc khbQ; bA«Bž0"²ÏA+ëcÐé<Æ×Ê*ª•rÍî˜í¤ü,ƒÇlmŒÑ-îPÍ2\”Ðéï9Ï@Víd"ÁÒXµ Æcú•lø@m í>§øæ¼â›Z©Óª·6`8ñ­l.+BÇ󭻨ÏGúâç cBÕñľ+‚¦Å*~˜]1hl!DvÛÅ0»¢¹0ZêkmÛ5n¹Ú¢zÇÕ:{Xl<(ÿ¥µÐ%ûZì×C·­×ª¢¯Âc•uÎvÓ¸VY6nºgÓZLî2 _jÒ¯N>_ÃØZ¢:‰ŠBk´bHM ØLåB'œ]m3šç„®§Ó‡1Z•¯A]éo5”+3ºÜ|¹òç¨ãò™2üùo?gëü[ÕÔ…YÙvÌxc:V.Z™‚Á±›‹½¿ÆŒÒçtp,pyÄó"…j·Ç…Sôÿ»°H+ØÒ„¢ãzªÊ&É÷¶³ÉÈ’†]]Åï•Ó?¨Õ+žæúh]i(Ãß6è°¸ðÔe OÚLßë!!½“6À\nz)?ñ`i7Àwí+SYß<IjMÕdOÛθ[4M9-”E•˜Àf¼;ieËUétŸÈ94Þ«éѱ—–62Q%+ó9á†IdVàá•?Vn˜Æö\ORrß‹»ö^¢ •‚Æ·§¶cu¹å= €Lªq^ï¤x yÆ.±Ô[åÉ#W%]‰)ÇÅ×ô­ái>z߯èK1ŇddFÚ^6Ê ÍKÒ2hs¡¾›+ºXQ|ØÆ4íÛ))å€y/›÷ù†Sª3ŒT‚35ôiûñ=¨ØWFHí§w>G­7ª e\]úà“I,ÎÓŒ"ÓÁK]ÓäïÄÓ¤ŸŽmM­êMÇÖ• Œ£e¼VÁ}ÊÙP¢>Æ:§GÈG§½Q´W­gy–ǘà~%âzk•_ -€À ¸y޲Ÿò,<×vi7ôì:‰\ôÕ±o™³ÝÚ‘§»ÛC»Õ¯QÏà>·ÕÅ·†ºë¥vnåÈ_íàÃú£æ ¾G?We8-ÔTá ^Þ§#–D -¾m\›f–9´× Ãi.ß®Ò~µSEÐi²Ñ§ (hÏKë¦Õ'hF,æñlÚDG½üÔ}ó×\djr¹<>i–G2×|3Ĉ‚‰îz²´?ïXK¨à¡¾ÿlކ¨›qô%ÍzwFÝݶîë]¯þ£} ¼iCËÁ½¯ÖŒ-éux'§L-`ÌÃc?{úȹøøïݸÁHJèw÷{3J¯HŸlxéí'f+ölpªa7†˜ŽÔšêq^×FHôjüÓ2%¯a¦øep„þ1ÞƒÆL"ë³»û®Ç5Ýõ-{en9õÙ¦}1´1»zù™µè¤f¥¶Å,”ÚkqópRNêéú¨ß޳3ŘÑÞ¢:!Z¤a±¼l²ÏEo8À÷ÚéìRC]Jzötßí€À<䎘ì÷¹OaÆ'UhÓG­?`ážkÆL"³u˜ ß‹»ÆALFâ–JZ¡€ ]ˆ]—Õ¯ì΃¯mHÃøÝÍ"m-Ô“ª¾Â˜ÀÀOÞéÂd“ëEIÚõ§;žø) Äë- €aº?ëÉÔÞŸÂ$uo±2‰póèM«Cæðº‹÷÷amÔÕQ€çBÃ¥íîtÒÄûóÔìl;¹ 9½a¶_’q'‰¿ïûŸ„¨;ý1>í<’%îñ³-‰Qº,Ó/4¥SRWÁiÔ‡4c™Y ¦^âjcô²ÍcúŠ`ê· Ç†Þ}¥bk©óÎY¢ ¦4üÁÇ®¾´Ú?h‚Uw~¿#s$m·ƒÏe +ÔÆéQyùÅç{Eá§«³Væ5¶96†šâr=Ê]2ðÉÀz´ÖÐ^µ T^Ö„•zX[æçÉ‹£Û5»¨F×´ó°çµ‚OG•:ȪÂ7½ÒUL-9Ï ¨”™ÀÞÅw^wFì€*¥+»îò ÝÏòØò§ìkomZkó'Îx5†…A8ªk@o>ÀާvºÎUyŽ… $ê‘oêØw¦öNÕI§ž®Ðß’9ð»›—Ê÷Ùl¬Ö -TMO3›#…%eæ_ýmnH_¶Vçˆ@†X€^uìêK¶§&¥6È#`¼S¸Cª¾‚ë+Dz‘ÅÊ¢«ë˜fÖiécn|Œû‹/â…^€«oܹG|#[À~æËfä^}òų[¿$´vÕû°KêV~¸9H§/sñ¶g?Ü5ÙfÑ5½ãÁ Ž'WŸSR•t[ß}Êš•èÉ_—\+Uz_•zWK_ý @pÌ“SŒçËÜ\Žg^W¢M«ži¿9jǼ¾?ÄÙ˜4ùþ ,G[s§g3m½Z»¸d.]Sªhwjs½Ü€À6 çý$“zÈÙ[Éz/ÐåTê2¾·a¹~¾af›])8Þ?ˆªiÜW!ȶì=5NW-/¶uã¹µÁãv²‘–}å‚…ŒcÍgxºÌyóå6d^hÀ/C!Òè´–ïþVWörÙ¿h¶s-â#!‡—ºý­||Þ>ífF+Xó*Äú×8Ç0˜fËáÙ[ÚßÚ´Ú¿Œf>†Žñ6ÿ¢óJS¢ð -î" Á€Q@É9gP1çö™ç™쮪Sÿº›¥Ø¢¨¥¢O`¦{?ÔÓ¨²<½LÑü>b§‘L…ŠäžÑnÞ›#ä"ǤøfÙ¡w[NåEÂÉ5ˆûÃéŘ~Gõƒl‹Ì­-Aÿ‹œÎ†õ8ÔÂþºm~”‘ ã’Ì­§ªá*áöÊ‘›‰Ž1Ü^¹ò3'³èüà]ð2VĺçÞ=rGUWëÁúb¯ -‰ -¼®bm‡)ŠtÉt ˆX¨*ÑõDaek5¸£z9ìEa5<år§«Ôµ¹RV½å:¥¦Î¢5Ñļ½ÿÛo¼ -³Dã® -znÛ–ÎnæýydÌ4ÀÐECy)b»YËêwX¢Òp iñö°4ŽŽøÉÆëó­8.]¥²\‘ÙŠèè¾ÕïÙS–X£x´)ÿô²G&!½ŸÞ:ö5=s}¸ß \Z6þöá þF–J[ÇBËZË›"’0íbHÕÄyÕA“ô7<<.‘A×Õá›~?²¥¹Î7[–Ñ‚ôá? ÝÝÞ0LßÎ@ñË ùÌñ'¥Ë¥aÝ*0.nºÐ¡Œ »ÁÍJ7l@Ë|´ùÍ#ÑJ]ãþ>ÁÊ›ë¢HŸ´{ûò0} ý‚/ÿ€€U@Lê:[7´!¯±B¨ÉîÕªÙÏÇŒ³ßI¥>ôÙÛÅ"î-Þ¼¢}ßZ”ö;[®…6[º×ôv·U Õ7wSCí\Xˆ*H \¹hQ•äÖPœÛŽáÉšö¸;$åÖö„ÈCçT mš_c>…Á9 dýk{¶ÌæuÄrçîÈ^kŠóò*ëó'ç^3Œ›ˆÈóâeô°óõªˆþpäœ3˜ÇK3ΡW_úÖ3¡²îZíJ[É>{]ý€µz!˜ÚŸ‡¤Ám0ïW“XöZÇÉxE‡<¯>ãí÷;ótè†Z0t‘u·ý Û.ÿí¬ ÛøöåS-^ire¾4Úvu/x(Iz/†îSª&òI*…ü{±¤gu'–`•¼}2x¡y]¹}*”ã^Œm¾òoDàæêfTZJtÀÿÊ×tœtT{2¿ ¥—XkDÒ¶³MF(Ë’õý#‘\Æ50ºË—á*w‡Ìè‰TZåš"”¾¬•× o<=6‹ÎÝaƒXÄ®žÒq_ÙÇo(¶k õ h7~¦Ü:JœôwF³y®|ŸÐM -;“™ÚsÁÜ^ma¥šC•sJs8§¬Vºhøê ÊÔ${+ù´KZî›ixãk,³ªÜçš|žUÿ>Y -ž£½ù|iÄ£²v¶‡x3x6ã§ÖÖ–¨5ªúH²õ–VŽ~¶ -UíJÓ¸íO\ ç ¡Ù÷Œ‘ƒƒIæœéF4eõVxæÃ¢p¼EÝŠª„µÚƦ±#Ð zªÍðE׸ÐIÒ:! £¶—V‚=…ºÌã"k1ìîªÆHe¦;0…Ç|çÝÉÇfdKXnxÍ©épd ¬/’_ͼ×nÅX ³¶)„YØiº¸k÷µå"œUã„G3mëò³Ú|`«Ái”ÁшÚh%ÌBÉ$wÕñÖÁëo¼dÖJRÏ.•ÃrÏ7Š>|™Ö.†v¾µÚåÓ˜ÒŽÐ¥àäøëLp¹Ôî9j•Â>õ0Õ¦„;¨yà<¿wFäά§?&›ƒsÔÍ®ÆNLï‘iûùyúlÙªé­Pµ1¨÷³¬#9©TùÑwU™ê/ûÜ„RÖƒ“O»;ι&véuü@k!B›ž½IÎÆóÓ.`ÿvÚ žtt$»ñ6EV’— á*lAðåùÕ4û´N~­åÞdf?þ£éCÎaËüŠÆ] |¨R·LŸJÍIéiCAil4CU´Ë†ÕËrÊ'Dç«E£ê¼Â}/k?LG½¥oÅyH!Qa3Í/qK6â`K¨E:bw¹)x̨®¨žþjšæÞ¶ý¢ŽÊBçGÝhÖ£ù€ÀL—³HÄ:í,¹ÑÊnbºã›øÅìAxrЍžÉ«´_"[ï”c¶G©<³Ú†}ºI9Ì2­¨JïØOçsW¬ü1“.›I˜õZew_–‡êgרáŠìë†"¾·€8oñÛIó|éGÂ[+îr®–Há‘õÉhi»{µwíÉ4Ö®µ‚o®S<‰ÉLS€ÄÑV-“ïM¯i)O«œ6[zÂ^Yd†ò*#Û¯\6Öéyì×_µŸ7_ÿé”í@_i÷èÆc)Õ‘Æ$1áÜZ R[h<ígæ(_ -Lü$í4´1¢zoÎÊ–,Èí`ºRßCW­]Í)^¥\±zÀzpJ Ü!–Faø^lJ:ŠÝŒb,î”eÛ|½r[n%ë©’3Ï>ºq qs ³®©ŽÍÛñeWÖÐÓË ¯J«`oï‡Î­›R«…1ð™ƒqÖ³Ö~Súh?•ieø¶¿jßAÁcÞ¥ÄÜb€Ù¡´uOlÀÁaðwšõûðŒ=¶]Ímo‹~"Ó¿‘iéúÄê×ßT¹Ïúʝtâ7ëÈH§­‡\’#m•˜Øw—>#ìÆ!×¹Íÿc²ˆ–‹YìI»å -¥‹Ô¶{•@³Íû`ÑM/ ÄláæÜðõyÔzvá\åy’åößœ­ðaNÉè•tšºd_D¯¿ßèáñ_.P_ »©%æui…õ¾j¾¿LÕÏâØ˜¬Ho¢A&v' ’`#^4*°0YÝìžxzpjåèXt3SrF`+Zõ×àê;Y”’¦g$ ¸£¡YT%é\¦Öoº­7Ol «ÐyærΦìsãvdÔìWKäläe‡Þó±-ªØñæðJÝ>pþ/ôÔ~ I%!ŠìsgVÚý³:@v”Y)Æßš‘aªªåçâ6Ÿ³`’‹'[y¦È/¹óvƒ˜›ý¹ZùµPÇÂà{qê:%îs±-u\_KTk‘–àÀR«!uC,¼ÅR…kì±23´ýÛí$!;ŽŒÚX›¸ÕItzÕ0쨠:XؾϾú‡>Bš‚/Á~¬mìÖk¦V›FˆaÕ.œð!HÝ®ª4Ë—ýù$‡Šþ^ú|2ª´oDdw©"“¥\¶ƒ£í2ƒ¯ò.éë"¸¼è1dPXÜÐ?ìÌ÷ên¶ˆ¨Ohã•/0*š±á ÛšÛ¢¦ëÐîJ¿2îMãÑý±-ÓßÖèñ•Ø»¹£äÐÇ<Õ2<ÚÒyðÇ_ÇÓö†6åj!Gàdßxà1#>ª>aȰbª¾ˆO×M—Pnµ•i+0¹døÁ3š8†Ó•ÊÎ_Õ:K7™éžÜìýLÓ+—[êÞ„µÕx–Ì÷y>gùîáåÌש˜2â©IÏdj#Æ„ -ß%ó‹ÅŽ;2ŸêaáXeÛŽÀ«mlÃnÔÐ%(Z渀e|¥/˜- þwúOme²§ä’øC.¾âX‘Lš ¹d»PQ¥·˜zZ%¬à”ˆ­óý:ï"³Møµ"ZQ#œë™Vžh¯Ê¢åÕÄ·ò‰”ª÷úP¥–ºZå)„AÃ`ΩQ43xUó`Yˆú£Ö4çjZt€€¦˜Ûú‹šûºRM) vµ¨6Óð,Å;ŸI},ü(Äò¸ç0>לË,•".þæ±ø .ú­è}Öu˜‘™w.X:2[Jߨ¶r¾½ÐÉ!•‰—ÅÉYßvgXàÅ–+ Øv5g P$¡d$] ¨ÏË\¬À‹LÖi·)ɵµcÊÇw˜Ûµ(÷ÀF™Ì;ʱÖE2ØñÛ¢ƒgÓ£YéZ¶ÔÝ]KvÖÕ!yG>Qi±®.ùïL^)=ááÈ#b´–Ö}6}Ëç‹b<6ï eºo!i]v+WÄ] |ñ QÜzðƒHZ½Þá·T;õ|U¢hP-þ•æµæ”ÞÙBU ê—Lψ[1ÝÉBvÆ@þ΀û~QÒ3s|8câŽYÎÚ25aXÄsûެܘëí[‘áGð«wÖë¡´Iý×p?~\5™2²’ÅTøÔº“Ói­"£ÔŽœÁKXüÚÿ&Þ¢`z|‹2o¼•t¶ÉM8p žÑM¨¯Ñw}éuiäƒj‹´çàÉi|vÖ9ûãÞø(ÔVÌ-í9ÜÕÝ(\Ü]dÞN±Ÿ}1ú} †á2g*[­ (H|>µ†Êü -£Ôå^ý؇æ›jKÍûñ ürf+øaý¤„ë„~;íž½MÛÅúWî*¥9A²ÂÄË ¶©ÓåÒ²ïR¸W)íy+øÖg™* YX‚Ÿ­}­6ÒÁŽÊù,šMšhEâÜPÁÐè» Ü„ÓL¤>Ïõ~í’ó“û{ Âk¿!XGkd*Ò+iM¡•Zƒ -3G‹oÖâÍž,™ ëK¡T"xoJªŸ“ì®°EÔ@æiûÔv?@ôÕjÙ×éœz+ ÀV7<3 H¹É˜ÚÜoŽM/Ûò²ÆË”Vprì“Sf69fˆ0Ä×®ápG*ŽŒÓDl4¾2»ú–cuñV(ô°„g§Öci%ª.´Å®€æÛ÷(æi~×irùXMT~7ÙºîF­Y’t‹L܃¤×GŒbžw>"»öi -õ:O¿òq 1J5Ìâ‡\MnVYŒ¶ÉÒø”Ì·ìõ» ÜÅu@Wœ©T÷~eEÚûGØ®´¸o\kᾚF~©­ŵáLÇKý¹[ú )›$³ÄïK»Fß(ÂB‚ã蜇Íf!3òÌeDˆ§–^c>}Q(3÷,^jBW¸Hõpm²¹­öÅ+}•ü1°ò%œ õ’‚•z?ð©¬U}Ü3²=²è5Šf `a”ìþz¬ ±!ŽôÚIŽOkŽ—ìpêyÍ‘!ïG =š±­Š}ìÂC¥:MûÈù›UÂi+pvãÿ3©Ï•çõjÝ‘¸ù™’‚gʲ6îì•Ò–ÃU"Ÿdïen'Œù^z†ð{ÊèÞDH Ø}CþÑ–ÀïëgÙþÉBy׈ÆÜšÒ¯Ð1–Ž†àˆ”¦n¸,Mì-_EûF~7ÙßÏ‘ø<ïÜ]mɧGTéwÒ]Ý|jC©½»Ú¼}h}øÖ;è·æòä™Mî,`¥ÏKt]IN[¹¨JôÕ‡µí±s›¬.sRÂô§1/h€®”êCFŒü«•'ã#ˆpmLÁÖô@ŸýÆb´+<¿Ô»æºÞÙ,f{û¬I ñ\ÕfÁ)â¹ó•G¹´ÕÆ­yq—b¦‹|¹ÎêGßç½ ($Š8×jܘ÷³o¸)ö®ì饯–¸:µ¿)‰í4·Û¢äóÚÛ+«%”ip†ã“þéPUsÊWï¬QB•Íh¤6 þߪ´PÍb.‰?uðLíÜùá -+zu=,Zý ¢Au´´6µ–Rjp›êò«±sW÷¾zµaGkYa51òìehÇRwDW©OÒk|›þbV4x£Žß >f "x­ÍQ¹ƒ‹”1<“o5sz6;’º³–ÞªÑ̾(z¨lµ£WÔq-©‚ÂÖ-kõýÅÕ(¼PÚÝuV¸ôŠ h¥Åü[PŸÚB4Ëí m5 ‚×Õ,Ï4u¥J4°"–û³a Ǭ®â ô¼uw«7sIRË¡ì%¿¿ýõKkò§þP µ7ssíR‹®§&]|+i—ìig›þí<ùaþÎðƒA«9©Œr´âÜ[†Š¬Sµ|Ìw ~„ÚùØ¿ª¿ïCJ+fS+æºq©hûò¤ïñ3ÏQ%‰Ø¤»«9…MÕnÊ„ˆ!Í¿÷ÈŸ]¦– -Aè“[n ¼¹VVŸÞ6é«C4iÎ{¶š»Å®¥€Æsò®²b¸ί䃹1RAûô¢Ž½êÕ Ä"pŸ­¤ ‡ý²ª`OP¶Q{ý“nèªXôàRþ¨?S´ëªü&m Æ+|DfNSí ǶŸù¶?9ÄåÕ~/¨ëœUÑ•Íï1i" ÞPÜ9ØŠÕþ^@w· %Õ™›ïÜf³ô¦³7þl÷¢üšü"ÕÆªÊ ¥”~zÔ½Ï{rU6ÛêI¿ÔfƧ‰Æo :™¡?ÅAÝ2ìuâï=ÔæíÀ™ªaÚ¬ÙýóbZnÞY/Rü3ëˆÉä>Ö7þâMt@­)%OŸÖ«ƒƒÚ}ÓCXžîGúÍÈx&žQÑN-Óf£‰uÜ<" œ #ÅX@¼´·¤¯~•ç…&S^–oeé$’z·Õê"|oÚVyÇ×Tü¸mMY¿ ¾éÍëcow›L´ºZËt2P¯S«¡°îò¤¡WÀž¥~­ ‹¡ÓÛq”5Ÿ¢Þ®Ýü”G8ÿ\Çš2ÀãOmQq{ª÷ƒUxºmaÉ«öPiÁÁÊ÷ußÙèÊ€½nÍÚY·¢™º0ð—2”ɸ>_lµ9ó2¦U¨U÷¯V#ÑZ€Cã1›àŽ3l1ªuy~»©EÌñºúQÞú`è~’p!±œú¤gÝY²/ª²µ}T¬|ty¤r">±i‘·Ëøã3¨Ôgk©!¤D}0žV:Ûœñí‘ùa®Δ|nì'ïmÅ-¾žZ?7ZÉúäò•ç`šû«ÿ¦À;寮 ó--âéóò -x=Áën3í$Š´Au-9 澩(œ¼ÞÏ6qñ÷úô™¦ -X¯Ô¬z†Î¸÷1À:WÖÆ÷¸¬Žm °•¨“ÿ½I,b\tK5Ny"Ò¼ÈßÉòïí1®mËŽÚˆmכςQÃ}ÙšA:ǪVÒúމ—0pbïB[½Áí…< ï·wuƒGޝ¹ø™íþß7Wrdhã˜xz1j©†yFckaC-MÏh˜¯Ÿië”c{c\7žzÙ0ªÉvÜ›Î?zEoºS}–•­·ÖtW“µ°tpÚAtšhÕg¯mCrýs¯‡÷Ú’v+É|üäPê7§€i,$Ü8Þù¤Qu#|Qýü¶°‘‚úBn~µÇXvõòF+µ¡¾AÈsïê£æv~ ÊšVG}_Ë ûqérEíjŠ=ÿ~¸å^—¦Ñþf£ƒzÙš„¹Xè8Õák¨¹ú)ô`ÜnÏÛ9Öôü~¬óþ#›áPÜz)ІÍÐB1r´¦óƃ»aÿöS:ufE±±øNêÞ¢9IJö1 U7µ¤Tv`òÔ/¥&î+tÑž…ËCy`µÏL¡Uò×ÇýÐxºËÜsÚU^Ð_l©?RŸ±­Ÿº°^Oÿxq¦W&¥¨¸VãõN{ß[.ô¡Ný¬´'"f)±;Ñùæ4MAhdbë}ï¼Õ š\hÂÛÝëǪêÓÃ~‰ ›æÇÆ{ ®‰Âè–*#ÉÈúÚäo—.¨:a”cJî óíLŽÊ鳸Äz«Ú26“bKÕg%p×ÞI_Í.·,«®}Ó8í‚Cؽs¹¥Rë]Ýß>_Ž3=~4Öô¡ñúÜ çMmê¹ìa ŠÀØ™¾¾ÿÚ›n2§¡dŠé’W,d·À±F)ÞKù¬+cçwC°ä³~iélN”G"1P÷¢Þ eþßRé9õÄËcöЕ’\­Äk(2ƒ,,YÜìýh¥EUýÈwéÖ×jþ”ç={ŒŸ ÷Iy™/6ÎÌOèÍ•Š¡v×XûÔúu”ÉÖ0‹›ý†môÒÛbÊlö&;”[Û©MCu´w½Ø>Ö¨[“ÝA6}*U½¼W7=»°99fƬf³ÕÉêN5ŒˆZ——š$NÇØ¬­7\þÿΈr…ÑÅ쥶;ʧ¢Î¦én¥ª«+‘ÑOît:¯&É_ý²¡³ù°g¥L·I«ÉYû¥—‘‰Gëš -Q ¹tÔÔ•Õ¬3E·Ÿ+’æÎ‚vQ•÷ö»n Þ³ÔY½¡Læ«æÕ”÷“£=˜ž´éá.ÿŒ¸MoÌ q:¤ØÑõ‹Z¾$-ûI]Ó›MÒë&ßnëøNcbéò4hj—I:°Ü,êe÷î<ã)Š—)Ý¢æF>í5mjX^2^«^ U°ÁÚ ZK÷ -ÞîL˜¥ÚvSCzÒÒÂg'ų/ý$zƒA,¼‡VF/êÓr¹A{ô\ÌM¼Ý®×ÀL·½¥­? ñ¥ŸZˆlºì°ù·rs·5â=×§ ®â|£å@ݼ˜zå—‡Íl…)§.À{XV[oóòâZ$ÁvJÞè¬6 ÍuÐÚ•=ز¼°ôÎtÜî\çeä¿è¦nñºn¢yæý¸ß¢Ù -ì–iJ¥¦à u¯xÒÍœOb ME°sŽŒÀÃ!u­®%DÙ,kHšýÊ}ËôºÛ7ò:¦·40ÿ*>ÏJ!L}•~ »¢•H¶ßš§'sõù”áÑpAaŒ/~‘=ŸXÚðáÒDìò’×£hÒÛA¹˜íE¦XW³®û)ø5 f]Ñp´ä@he9†Ÿë²þˆË¾56×22ü"´Ž££a -V -ÍÏàH‹RÐ6ëOIçê‰jgêåþð -°.zÇî~²Â&8wŠh…H6¦“ô¦6Àz®iØï02ñO»Ü{èšnW¿²®Ф]µ§¬cÜŸ‡sBNºÇ·["=ÙÍdÎäïÍ¢ˆ‹ûTû`GóÑã±7­ÁS¨[eyrDÀá¦o¦­›‚>”ÿôH×*Ó&ÓǃvŠ/?}íÏæ[þõܼ®Nh¾Jt r{™µ©L¤ÎЇ…¥-öY¢G•Þ¡1ŠŒùço«täÝoC!}Л´÷óµî]’;5¬¤2/ºzZ®3$ šž'EÛ]AÌ(4Þ¢£o­¡¹iÔèÁË› ­ñþ^h²Qbß(´xl&,ps ­6pmRGq¸¡†÷¹ê¼uÐ!’O`GpË0µë¯ßÞf¬¾-g Æx÷?¬Ö*»²ë-·§™î·C½Šð`{0ÿób:âTÒàŒžÄj+¿¨WâP¡¤ÅÔÅ–™Ïç¶ß¨žÄM€>â¡\x¥Uc% :[f"=fFd)ºƒÛw¶Pêç÷È WMí;±ìu&×´ˆ>·¯¾?âûÒ¬ûÏz&RÀ¾J±ó®OÍcL”J²@4)›Œ…¨ûªí® -’.f³}—[ÃɘSÚàoŽ*¾úÒZÖ+S6Øjš9Ef V>ˆ»¿oHäOð%l*(58½O#4+š«dÆ7_ ¯G]íÎõ¾ Z©·uu|Ÿ©áœ¯8FŒjê$ Ÿª4r7&*#>nuP_bÃø­U© Ó³µÿ§îîfª«žFD g-µ^¨+å©EYiˆ‰ÊðùÖ»á1Ð2NÎ$rÒNãrÇ}¾êÁ·@óÂWnÏÐø6(ó5K£NÇŠ©£“¿@Õ¬h ½ñõÉY¶‡bGæÇö!RÂWì;»nà -EÞÙ.I1×pý×?Ÿ}V°æ¢tÓyx[|)uß—ûA;š;Û,b+YÑwmÂ…GŽðêi)V'ØŠÛÑÌ?Aï`bp•ª™¾äŸk?ÁÑS}ÅXc„iS‹p ?Ž¥‰~B êÝ6Póšw´_ùiïgå¦4 uÞÛßr¼U¡rK.ª2ŒÖžÙܺd×m9–ÈÎð|ß¡¯ÎO0ûÍÙÇjöæZ÷Õ]Fú«}ôë–ñ[»9 -h‡-…_9< -!Ö¶½šßnøVÌþ&=<½;Š÷’]l[Ÿþ†/aXh¹·]ÙÕÂû²l›Ø?§hù†Àïr«Ï¢ÒSK½7 '7 -" ‚ð´©±î -{»u y˜!_ÆWô=vΩ1rÊ´C×¥iÝÖÈ¥à±#/¤Ý+./Œ‡ íõhm [÷Êb©÷º)\Ìü¹€¼JH‹×Oq¡Hߪ~Ýo8•Ä­L%s¸Ü lgÏѬu(|<4×’¾—Јž-êtô‚ù 4wVš:ì<%¾Å—xŽíR`ò€ ëTÞ?QuÈÑN1e‘±Ï¹ Yµ¨†d$Ý’“ňչܺ®ß©ƒù­êióp³eóýFY§‹Ë7–ÀAœGõy<°¯?j›¶GҴݵù\÷ð•”ʈ3¼DbHúèuý`¦wxT~vz3ùõ¨Új¬U¨{*^æ:·æ/¬Š¥ÙV»I9P«f*éû§tÓÇýÊüõ÷ܲ¾»¹kê/Çv_5ÔU×Ò{nÒgþP¸Nõ ?¤oW\£šÞè¼Jñ a©^;?µSãýžëO$Ƚ\sð»wD< zk 3yÙ~¥?ütËMå£õ3†5Þ{·Þ1¯Õq -On̆ ïýÊ¢Z)QÄwÞ2*£Êڟή2.ä½—®z{gvçýE½¼ÔKÍ’bÕ‚ýT„é^+5*4YbHœFŽj¹ò+qƒË¦ƒÂÿ™«r - z= ÈÖݸÖ^M÷Ø—÷ˆÖö¦Fí®ê6œ­.°8&ú*é†Mïí–²\qšsԥĨ (מ ÿV -¯ìgfj†S[¦,ÇŸ.ýRl—ðáÜè›b{÷s&¯ÛÏúõ®1:ósQ£$ÐhŒŽVóHowö±òÔA÷÷öÑCÓï“ǺE:u€ƒnõƒýF%¶ŸÙmºb¹:X_"ÌK¡Ìde”­«ÁHÝš;݃‡]7°¦š¶üei¯½–Á7¥_…ÝG0ê¸V3d*’MîÜÞÇ­÷PÜËV ow´»=®´”€S ®x?T_S»VaSÄ“ÌDVßyŸv©œlaÎ!RHy¬%:Éf›ÌGoŸ»Ýìâpž )MÌÅ[”„/¨oɰbîwkSØ/ªòëñžQ‰ÆÝVöÛæ:üjg‹ž¬¦ÏëɺÙGIßãmÜjÜ$±MfÑlwôÑèrÙIí£ùRþËzti¶”±ó‡p`¹tmËáÜVè}³cV£OAãÜCªÌÄ9d³þx¡SK¥v>[ÆßrœÇ+æ)mç—r°¼T=øsC\9¨ã#Wó*Mèþ¼‡ŠÌg˜…w´™“TdÏí|ò}“ÓcJNeS™l™Ö—õxÖTyß‘˜¨ -Ù<ÑR¦àXkïíÉö³Ç­%FÙÞ Ùp6NÐN¼ë^©^h(9QâÖ$úR±MLgÂj”S'`ÒWû—ÇD< qUíU‰ÁRPÿ¹ -ü#êKU˜-¯ÎíæñJëɪ!Ø^›9õ–›Û~¬î»ÓÙ,Sfš•û®¶»‡ÄŽK›Ñ3ƒÍÔ7ëTA´À§±6mÆ–7€Åó? '=¡DC0µkèj”ÊRk<Ú(CÍ5g^+#ÚpzaИJ&7¤H?/‹–Ôé5üW×#—ôízùÒ÷Jo ·­Ã-w|¬ïÏZjó…¯4±miAÐ鮑û¡5ë“q{ª<]sýºçIØGk&•Œ[Ú¨¯0Q]nOîÅÁÝM½Ôèiàà¥+í`…fÐoN}@Ûsõ\/|{™›˜u·¨ÊêN§Âܳ(uÙñ-ßãõˆì‚ê°œº_Ó¬t¿CŸø% -gÃô“Ô)ÿ«Î ÌÔtG˜'Æå×ñ[c°QÒË%’mVumJKÕ Ó]œÂOGRoØ}bK%eTàùºyý°€Ë—ÝrO1ÃWÆ k¸úœŠ9h¼t¶Fs:~ÆH®Ùî½36ߥ5ºU£ÈóCq[ž‡»™â·O‹·•Öß7ðEíRø.ñ¢y=º=“Ix™A{ÎÚðÖY‹Ù‰^&¾p¦bê{Ú å™¼ØoLo|¤Qã“‹µîy€Üïtb©k›9)+\«žqûý½á5¶Ê¿`Bé›Ó÷’Bè5ÈtwãcqhÝÄÆC.úÎxý.ÄÅ=›§›ÝR?ºKô;‘¸`Üż>Èå—õNx+]b¨'/ºzÁc(÷åÛM°ùO9äõÖn)®tŠöåÏÊ{JÊNb–ì]´_\,_·kqæQŸ>•m]]•jGn°Ôv^’§ôŒ -*_òòcsï-ÅLÙAÑ‘-bßôVYqÙ8`ùh<ÕŸRtÛháûzœåXñªG}øs!í•×Ȥd VÅϼ:j©VA¸m+<Íw±üÔq›ïðÇØr+¯VøýCƒ%…Uì¶äæ¯ÙՔŒSä­P½ô¥h`õZ—¼õgOÛ^¬æãéFÖe¾¹Žæ»‘¥]…÷J®ltpW”© -¯ÿÖæM£Qšæ†¿ÀÂó~&þ,½»#ú†‘»â=p}Ü»=íY¦0é2IG€Týx™k8EGœ½GS'†Ü -?xê/ç—µ>6Ür…;kTÌË^ŠÈÏ›‘ygªöòøýH(ö¶á9Àt¸ Öåú¯\á> (y­pB÷+†·§[òÈ^ýÃ뻫“ç}êH¸ÿ¬ãèÃìѤð¤yµ&ºÉ8ÀÉs 1¶ÌЖü&{€È˺ð/Úe8بó[e;Ñ\„Ÿ§ s›»ÞwÐ2üóͬvåO:ñwç2ê¬Πw9iÓñ°.ƒ -'¾ùnÉݯ¡CÙQú=–‹åb5{d ¡hÎÀn¤†Ø8Œ‡>ý‹–•6 ;fI@š„ÀLÍ…«¬8_!ÓoÍ_kËEîœÄ¢’«z¨»è—e©õ–Ë ¼3ÃаË)èDµÝP~Å×5Qh2o¹æX ý,°…éWö¬=ªeÊŸ¸ø5\ó3Ž5é¸k—–­-â,×ü–g·ýI#°—uvJ?îš\)­O,Ù¤Þ¾vùÏÙ¡™²».¢tÔ1+Ö醄½g#ÉÆM^H%âöÔÊhܪ)»(噈dk. Wú@Uй vÆ¿«pM-Ûk ï.%Œc9¥ú iXϹ4,qªÒšœfÿ€þ1D2]vŠGƒÂò[jbùRoKý× ƒý‡—Ÿzæ± è ÆÚK’Æ‚rÔŒ3øFrGúLe—jÔ°_§ËËÇ^Uš‡èndh¯Èêßî¦"ÛZ”²>NAJ­å©â‹mûøôaM×Ib=EÔˆ¤«(ú&”Khò Ë"*óß ,ûÕIÜOðÒK¹¡ƒ“ÒnqÃìO;Dý²8`1)ÐkµBù5 Å0qO¼§öÚ¶4lŒCg£«éwÞô´ÊÈxcˆfXr,×Õ›~äYÖk‡†þP%·ñŒ!G¤q¹41¯>{º›[O¬:0Ô{Õ¸`~áÐÈ }+¹º¤ªßÝØ]<êzS ¹‰YßèfŽùÒ?h c×ø:Ê›û…šùFZÚô6±ÙE+}\5ðå'>Éçg*j‚bf*YTe"|Þ‹Ñ==ƤÌL‘1xº+)}jügÕ#‹ŒÙ><ꪆBæŽH dJ'< ‘m»¢0°Ô¦õ›ä©m­ßcX3sÒçYéj&nŸ— ?NNÙU]ö±ùoîN-ü–Žéº·3ˆ¿~ï{Âq -Ê©Ôçݘ­¢óÙÉoTïÙ†ßa¤i•9`]ùl›ÓIlË -¤à{ÑíëP«,ða³­ýbüic~µ²ùbÍìÄ`?ÞnÅj*?øô‹~½A¿û÷£Ô]ëãÜvÄ,…Ò Þ'/Í™qF½™Ìi™>;‰ 3Sh£Î˜ùÊ«ŒMÂßµysÒ^)ÃöºNò&çÍÄÔ­‡LØ—ÔÌ ô»=»ÄíÚÒ“7 ’=kè9PÝð“iÒ‹b2™ÏEŽÊ…Zy—·)õMîc&¶H<âq+_ -3®PkѽÉ(µ©ë>¶©$¨`³(Ã<4N5y8_ç—S÷Èîdû«,ν²=šßëŸúJÊОÚɰ§À!sD™Výi»nˆ¢‚ˆ²—E½ _Ç>Kk,/)ßTÀ¡½Ëûû¨´0kËеÙÜSÀ9Þ1ã€Ò‹äÄß -vªÁü.Ž(É£dRá>Ç÷h³yÚ-U•ÈzwëZUê_¼‹r…SlæG$$ +A–ƒA ð€Òò)ÏWCCÞVϤ2n×E¥\ù`ò»ÃûݕɔÜ*øÐo¡YÍ×”Ù*6ÔÒÁéuXQ^?«,7öçuDv¶¨Êæ‘þɤtUÓ*©wßüÉÞx(Iu‹¸|b|gÄôêw5똸Oå¼·Ã3^ÕO@aïØô›)žs7ž :Î7p›¥Ÿe ›—!£[ŒEv¦üOOÒB>D5&å!bë­ú‘÷ÏfgO[ÕŒ• ×6P®|ê u‰Sû:°]Q殴중þäG°ù„’\ÃgPc<£OqáïX½°Üê³Ó¾÷æ8­ig¹¬(ȡˤºÌ½Á¹:–hÊM|Ú´“[RzM¥»Í¬ì.ôå*=ùÒ69=™söÐ’ÕÏÎFáç³ðûâcùþT$ЪûO-sÁ·øÛLÉ@36Šœ¶ÒxSÍuÌy”ÜËc4’Ò?råí±j¿á /7Ó÷–Èð`Ujߥì®>¿^=Yàž¸ü+Ë¥@’oÏXŠ–ñç03Û¬®ïaspË%ª[W%²÷¼98r¥ù^ZÑРÞvÆ À’áO;FËõœ0³Q*g#÷ú»Uø¬uE,tCò7ÃN9ÉH·P©ìe-4s.¼–#Ob>$ÍZôïæW¨+Æ+š`ÉÓiŒš”L{›aÏ®+³‘’¼gIRé‘ü<Ì镸üâ ë=›R‘V ©!ovâÉ›ñÿ€üÍÊ’"Ô>-D1O߀ôÓ›:rz—>6ê6º²ñ·‹r¤w|}ßÚ£® ‚‚GúÅÈ-Mþr ¹~|´Áô5–Â5—õº­4Nè«€‘šÝ±¦Îá‹Úk÷§L¢¡:îhŸxã<¨Ý鬵O„o;¿}WD讞))“ÆëêD*i«¶š ž.œH:ø½™jŒÙ ’â§›j©)kú3d›‹†*7ÜI,‚ü.ÝËêh|íßñ L6/KEƒ£Ó«å”¤äJIQû)îÄŠø÷í¨öCŲD°‚*·U¢7« õ´Do¡“ª¦]µÏxʼ_ªò5pµJ©"'PY/*¥VW+¬ ¢›:……XùTÜsž ·¿­R0n‘cꢖÎujHÊ>͘}:Ùéeß™(;U™·½™ÿŸ£óZSU‰‚ðì‡0 ¢(DL“ƒYÌsxÿÜ»¹p>RW­¿”µø¼ß1/¸›ÿñ<zó3³­»™xsæ­ÂÒÜœ¨—»»’=Û=É·™HÕ¥úPLÃyÜû_w­¾à{U»¾v ·×0'îhÖ¡NÌÑn&ssq×’:ú‘O€øúgÓègY¸`÷» fË SmÄ/«¨ÀeŸ½Ÿ)g„ļg}÷‰ÇcÓÀX¹k2§$We¼o&¦ßöÍW·ÇØ]o›as¬ ã~Ž7£ŸhÒàʺ¥]Š©a’t[Rû‹Ã5 ˜¹oÒLŸäg*Þö@í™âÕ™vªØÅu(15õÅ9÷±zÛœcà)Ù ³ÑkÁû¾> [^B˜ð»,˜ƒÆ†ŒËpM6‘ná&ÝNpf ²‰—ÂCçiÞ‹ÍØ5Y‹ž7³VWq„&{0û «›dk?™!ýbf±I¦Žô|ÍF„<+ߘv•só9ãÑæi–ƒ -ÏßVð˜­-ýd q5´ØkæÏߤ¶X§+‹·mÒ§·ñzávп=™é¼ƒ ÆM8l›×˜åªLÙäfÜtŸ xrˆëì¢Dѯ°Ar5½™ð’k5÷ç”p['“4 ´…Uf5€å†rRš9Ÿ~ó ßFhÿFƒ®J!LJڴÝç]òÄ›ø ¬© .€½èˆd`ú”"%À!Ó*&wÃødÇñ' ¬•U#ŠìÚ3GÌŽ\êij›oÛì2ÖÄ!«$:3¸–Á–lOéSb ÌÍ¿ésaŸo2¿¼$vÕ²uÉÐi2(c}8 Y{C\f~‘Q‹…ÝvøšúÝ¢aÇUjõŒ/~ ÀøÁŒ˜ô’—±^™4 ¾Tµ®f{‹úŽåÏåö”¿ ýÝT0,ÌÞol -V†ÙÇV£¯WÀèpwÅêÆ^YÄ­åƒÎbÌÑÞ6¬îL¯X×<7ÃX[¼S¿YnÅÙòì­ßí*Ñ•rê£D*²‰=f‚h£æ±üþ ÀIX6@snÁ\ÜãŸ8‹¶u)®wëØ]Pï7BËÝÏtö/ÖFHt»r`ï6Ë5Î D‚tÓ×k†w«u~-/^Ó¾÷Z/œê•­c3i*èà6wÍÙÔ§N“%xSX- Â"G¿Ýá]ÂA|šÀÀ ©™ßN†;€ëò[– -­‰W\ß ë0˜/8°ó,æ\ÊÁ4?³W…¨¿=• C«ã+$ºG¾GàÜyL -+ÜkUføYœS@¬¯‘Þ<`f -@Ó:¹ýz9 SïÐFÓüŽêG+e·-K‹F©|%7Ûξk'Ç™Úéîá6<„¬U -Ø}öµ²¼Æ-ä>³®óÁ}µ÷lØ gy%§À^©àãSçauÙN»ýnþ.~=ó{Þ÷ÑŒ«6*ÍãüŽÉ?^p]qƒŽ˜J¤Z¿:çiÃEЊ?]V°âÐ -ik¿½S—±˜›PËÊ´ï—ÖnÛ*u©^³þ…§Ž;ÈQ$ÝTïaÓ™ªÓE5+ä~(YbõÁå4^f–5ßÁÀŒÀ&!]zl ÒÆd#¤v yùu³ª½&ÔÞ‹–éõÞ˜kJ•ú0ö‚íù‹ƒ/‡=ؽ/æšÜI¾¯9}¿´[q[V|ûÑqq©“3Œ°Ÿ¢-õ4·ž·”ýx‘: }{°*ŒV¥›gšó³ ’™ÔÌÓcƒV^i»åÑtƒ°ÂuŠ«¯b»îÒ.ܸ)Mi»@Á1ƒ(Ö¼#}^í”ò•ìõç¶Œ–#&¬ØtÓ6 -µ6ªŒ~7Î[zöÏúP]J-­Ó¯Œzc ¢Îc4†,{JÌ›T·X*˜Íúä îRm8´ð7Ùx~'lÐJ‚a €QfŽo=Æ5 ÖÜG;È<¿wÒ—‡ô>íöæëMRö¦ƒÆ,²‰«Œ¨’]Áx¢ÍbÕê,Ùu F;“ïØ¬ûa’­×õ=®Gpÿâ°³5D ˆËŒëøÝ¾ÇÖ«w:¬ê@漂㵠UßK€Á_7W Ñj¸­m]?f”Qâ7¸d‹:;ÏP^˜µÌòœ¬ÿöâô¢³¤ŒPÉ)龜Ýc_WfÝëϽZNr¤¦m«7D7•§Q¡|܃m2ú í/9¦°íˆoÝs剳°ì2üCÝCn]ä‰\9Ó¤–aäÿõŠ6.烽}MO -tšaÉ4(Œìr^ð+mý‹ f€ØÇÛ¤˜ûªÏVZok‡aCÇ[mgˆc¸UH7¤º½óqÜàÑ]0ú«TnÈ®þôŠ““’¨zéSm—¥Ÿ‡ü*^÷Õj€Œ¾séšËVÏ·úÎ:'öl 2ˆ«m“è€AØ\Þ€^(/UPw‰¿X–pùötæcÙSKŠÍÛÆUo-äœÆÝæªu>[øjÔÛ]ßþ!–‰­Þ ÛD>%.êÕÕ ÏN¯MfPnHe­8@Ÿ×fEoÑŸNú/¬}6ˆ[h»&V»ÑšZ{{ ¡uGî€P8axb·þ™ §ëƒ1½Þ=¯%Š_›2ãV«$ƉŽ®ö7׺A¼Ð¦f.ÀkLr>>XŒùí|Iл_u¤kqЋ¹é; #¸ê²Ð -<~Ø£_áÓéÄUÃS’{eˆ¯ñÊ©@m`»‡oŒÿÕÊ“zrñ"©H— “S±2t› \í:€½±œŠ³;ÓîLჲïŽmˆøÝ¯Î\×›œA‘Z+hçZÛ쨺N˨`(t))Þ£Ö|dÿƒ$oT|+ž·ÞÊ~ócçIMU³ÞÚð×L&¦Šê8ç½òZ¸]ÕÌà`…ëÜŽÓ Re£Kßh–zÊúÙ¨ h·]ÙïÝ^£–6fN9)ùíãòLW‡§±>|9¾—š?œQÜ–À©È©„°÷'i®°KLiá¬Gå·Þ¦!+°s Õv­™¾~]?¥‡<+%(e Ž·Šxœvü.W%ïâµ× y+ms¥š° ûa×:ÈÌÏøØ#¼ÏY]iEyˆ!ÚïvÐéÒû CÆ4.!ðÂŽ=åÈ·«-t=cU+;ÏFÛ ÆÎrÞÛ˜ýë°SçwŒFû®mŸ<”VáÐD;1_…J?˜¿¿Á&XCQgG~ó^½R`œŠëv™jÌõ’uŸràDoà0K?e¹õã²Sl=]æG˜ø*Û¢¤¦×lW=ÍßôQ_ÑâÛ`=<+ Õo|ƒ ÉÝÅ5ˆÂ„©{]{´´J9cTc;h3¬Ó»ü2Ërý;dFçÍ?hPãâHžtWÆËŒ[¼Â¢Ú+iðÞ .©¶ž mR·FÞK¹W›D\Þ…×3/¾%]‚Oî]4•T„G…â¨Ð½öSùÔÓþ¶!¤ÜÍЈ0Ùçkl¼0â.X÷3½­;?9þ~mÒèÛFÎ+ðH³ñºÔ~fW¾Eöª6Sô7gAÚ1¨5ÍÖ¯ÒL*¹º.ɨçÝgœj³G𝰀 zk’éÍ¿sFFêõ~…G³{Ô^¦Þ¯…‰†m¾¸!Q®JPe$ã]䂸XÅ‚`¯†fg/7ÂrŸwió<5ƒÁÌó‹GEm·’ÕÍ|Ð'ÛEwKøTw»¢Å޲͔²HWàíÔZï<)Þ> -¡D>ꦵª.Õ0½®’Z=k‘h+?êY/"k o.îIþLš|=|Yk¤ö§&¹7ì­£çl™$?žTõñcñ÷Œ,ê÷~ÜÔ²± -9 l\æº9”ÁÑüv¼€ƒ©6ªÆyš,ìgÞŠ¯õ$⯀„•+8Ýz¤öb…‰ "ļǨb6î_þrål¹ ™l‹°§ŸørZs¾è÷X6í|•ômûás |ÛiòÂLO¯ØÁN~ ¦jz@J^B¼ky>v$ïŽs·»”±Þl>)º× R -êÑ2¯•ô±^8;zgæ€Ù -Úå¸Ü¶_quúós¹>}Y»H3&È3¬¯Ù≠‘j[Ž>úBòþøu®«'¶°ÙàøÃ¼a [úã;MÍ9‚ässØTnvŸÜþªßÔîÆ»õ‹° 7¾^߸Ìâ£(j<ä(Ü|<±'Jö;ˆ^ë,Io:ή°÷ u÷5w­ÇTõ]z1[90 ëóUÍU9YÐMc¤Uæ§V2¾àh6a&"Î}ìhó í`/άà4‚àÌè™·>·©$¼ÓùÚp¯ªÐìøÆØ9öÇ;»rC>Èä#l¸s„&Ï‹œ×ýA«²•äÀ¹@#ü¤yz–9Êþ\*Ä3È{RÁp›jèu’çï§&á·²Ó­’¼m' ãö#5NͦäÈ^åoà )+™nÇ0w÷kw¼¤¼¿sI ó#BmÝ—QÍy|ˆ™Ý€õÝ >ñ'yÔntõïĸØޥʚÏ‹£y=EåI‘ßBRv`B1ºë¡<}Ù|yßõõÅvD_™)í=êüu£'ƒB࣠¹‰Áײר9mô4ZÌlxÜÚgñÚS’ÍŽ6ÆÏÅwÔ+5aû¹÷ÌÂüP/Dfàâm`öP©*ŸÙ…HV´c¦ìæäW®hžÄb¿Ñ³ê¬²uÒ àWÕ‰-Oðã^ôKNõô²Â2V†Æ¦ÆÂÆ1˜Z»›Ð¥˜ç¶uóÒÑÔÕÏ4Vñ$ôø þ5's—2»_Û›Š¯ -*DŠ%IÍ~Í5C’¡$³dÈO´cßæžŽV´ÿ' ãˤJíïJÝR+›Z4#²´]4¡ŸåÓSÌ?nÚ=ÌžA¸5'{ ü" ïîfÉ:‡âyÚI*¸o§oZ­´ÂPØ­Â~ãßÝéHKÅÔaá2„›éáòLÃ({ÍÝ©‡Ú7 ú¤ÙfÙ{I„Øø[cIÝÁÆw¨—q[&^Øßlt"ƒN-èáÌÆäu*(Ó.b»Ô®•¦o_Ú6.X².–Á¬µoæ™”ÞÂßGi -øGm6…$ˆ¤VýáÎ{¼1êêôÄ â<÷ý²ÃÇFóÑìðø9OàíÙïïýKs#4†¶nsGw¿`td°#°3·÷¿>V*.¡?}õ[cõ m¸dvžó9’Ñ|Ñ£âV¹ÖâøÌyìX\ù­ï¾uq@:µüBVa³äÂÙ®·AœÎ€« hÇú‚Y±ðœ$þZU¥¨Äϵɸûkvp¿¢Î1Ĥ¨‘»C”Z@-Uº¹•¿ðÚa‘r æ1@SðœÙ\ï²'ì>÷X:¼`¯Ëg¥ÁYð±ì¿Ê2¡oç=e'¶ãS…Í&´³0n½ëƒ“;«G/ý ¾Ø’" §Í~ö¯pÊò”Ô¾û'ð¸h²€AÍ]í”ûö¡ª¹•§Ít!?£{I#š½PÇ'Nå<ò¥—ÞË7oÕí¯6â‚~³¶u膴ž¹ -fbÇ\×3x¤¬¾ß(*Dw?Æî‘Ïi¼ÿR O9ÙåÑ Ö†ÍÍFÃÒßI²Ûf[H²Ò‘´¡ÞRK6øS3ª£^_ÊbfÂÄŽÜü²1딎À(ì‚ÒôÆÿ`ÎóŒlÈUÎWÛ$hy]ÿ»©–j”UØrIÛ˜Í>k霷ª´¸š–ÞÐ 11VË=?7¬ÕG“åB»ÖH¬ÍmlÅ;r¬tú°ýXö÷µT…Ñÿ‰Ý³4ÃzkÖØÅ©$(V¯I´ôD|‹õ5b†´´¯¦¿iuAÐŽ€¤c™ ÏïfÜ+v*ME¯¯»ê¦Zgì&×GÔѲÄq.¹‚øÿiÀÚÉÕj-c0­Ÿ]úÅåæœN¦éûŽºäznÄàÖ =éDò¿¯å© ªÿÜs •½_qEiè×ú~´ò÷hQ‚½øØÔØoêÝú2«ŸLŽù´$G20à ‚ÈXèÛ 1÷*ˆW[±’ÿ÷cùõëœÔ·•<Íža* ®±¾Ìœ‡Uýi6uk·¤Òúh‹×ÓQ_;·Åý›æŠ4ÙBy~‰ºÉÆðåãÉÕ§14wËÚ%¬²N[‘ٴّ͋_é¡©ºˆé€ÂÐí–zJE/ÒR\دx| -ˆ8CK阛ŒãÑ¢v£\¥×F“v6Ï"û]VUFþª.޵r}{1+_¿ÕÞyZgë–Z\ã\tâWÖƒÑü2¡Üy¶·5‰e×rT‘ž‡ñ=¯©2¿˜”£ºÉai¿”*iúýà"8¹ö÷ŒõTÕùdN~¯}Ó[ôð®vhµäúWmUlošuDGÝÑ -шùZ^¤{ºÎŸ„ªB2½T… -ÏçäHó”2|Uhv\Ø/Cr¦„Z /åk¬E#XÑ—Ó‹®]?í¦IÊfmÞDZ2ºørùTôöŒîX¼P+ŽŠôô³ÅÜÞ!õÞƒÏÆ)U¦Ý¡N¥b|ØË¶NçUÊðLûoÚIüêOÆ;äÍ(Hb4^i÷‚Œ-õiˆöž$´òÀœ–=5]öº{–‡‘¾Ÿº„!ì‘þHLÁ˜h‹Ø¬/æüæ[DgµÕˆÍïŽÈð­a­¿ÚV×F¶–-)¹ ÝØœí›>]ôerñE“T§ÜéÛz/øþÌ!…_qIF¡žS:úPî*WÜÏœç4À,¬ÕÆ4TÚæÏE¡æDÅj×-í½…§¬:ΚVk\¼ë§púÅwNµ`5ˆUÃX&?ÛÔ•Ô~Ü’¢¢v?dÆ3ÝÖÇ7Zí3—½±à+7»hw„åR¿¶í ü}rOÖ›•Ù˜ÔÏÓ¨STߨ1æ¨.o ÝŠ`.í÷p1ô–AèáÚo ÄûJÅãéÒ+ý­ºh6G­>íHc¢™{ªÄB®äÅoKêú±9ÁPõ•«ÒÞ(càÞZÓ-µ®…bJÉòî2¯Zú®úïËNVµÙÄ(¯Ÿ—”Æwu;cÂðh".-5mwïþH2öbûz‘›úöw¡ê¶¼Ê=SÔØÁW. y~YdÞ)®¯ë ž}­h»~È>ÏMµˆ+];3ßJ““†¸šYÅ\âN:^ª7F“%>е›½[c£®¹Éë ÷G«_Ç•ÅÆÝòS“ã‹ú›«ÈµçK7®µWD¤Y]U”;"*ÛñDw¬Y>$‘•ÍLrýÙ £ûåM¥Îoc»Q¡ƒáòÝNŠòžTÙV^ 8ŒkÖ°ÿÒieµžÒƒ©ßTr‡‰÷ôBÝçÄÂXé6ò7ÏQM»Û'÷¤îd¯Ù@ÿK˜Òí°(‡õ‘\™x¿ùÒ”I¶ú4D/7õ’J6‡3U Z©½WÝ.å‰PÜiÔÉ=¹ó¼ê¤_S^—F|¿>¼Œ.öØuiÂOа)Ÿ¤c~ŒQ'UìÅÇòô ÝŒ#i½åm½UÔíVÌŠÍ™i»/kNuW6UcuÇñõ=Ó/Øß.™æÁ;rSŒ6 -JU˜Eúyunø¿7oª­¶{3Z乬'æa¨á‡hcØÓº%©ñÔ[@¨k¸ê¬OKÙÀghÙKl„fCJ0+kèåZŽ¿›Ý5_Éõ$ùêvrzƒS°âõ¹Âœõlj*FýþÓ WkˆGkÂÐpqiœûM˸ÞÖã§Äìo~Ss°§êãgå97ä¡kûqïç}ÙdÎJà¢ólw™W±¬µ#Ím&Žõ}SÒ{)†sæ#®·òÂkW:®²O­rzNWe¡_©p´ª~}©UQ|½ïõ’]ÆZ›ßv”ÎÈ -,«ºNîšââÐP…®õç0ÙäÙ½»bËrnè_k—àh­¬bbBW<ñ×Ê=µs$¨4v´ƒºáV¹Ã\›-Û™Ö2 ÃáÚó®ÞvŒµ)yv°áúk|ßvxëŠçªÜgý©¥¼R¯}{—ïJ„*¹QTýÉ7ÿe‰V/e}‹÷aÈ‹.  ­Î«Lræ¶ã*îÜÓ¯u£óØv:ÓkjÔK˜ÑüÈÉÏ.¼(ÃØtžÛШÐÀÎÑ÷uôU†WürØç~{8â¶:\ïQ‘:+-[Ut>ã­À«µV3=ÙÏ -lSÛ9ʬÔ5øŸô®ãSÎ}Ÿ+(¿í¶ -ä¶‘¸¯½œ;ÿbñ<™óäcEVé±ÓÄá&‘*£ð( Ók¥`Öåç]ØcîS?«æ}auôP¾Ó-™ušT÷ƒÚ>d¦³ò/÷á¸{«Wï²TÑ,þƒblö}iþ9y—% ÜÄ[]КøÄ’ûŒôŸ6gÃ:ETD›ý(ª2û´?Á -SôGéªzð%“Xå©ÏžeqÑ3K1…ÖÊÚq·îåIÉÔO€åŽ£!.j^>¿¶[*Œ\C äö?c©ÎM–¹O®Ÿvƒ½ö ­ž­4Õù^+ÌvÖ³:ŸG‘ß쮺*IE«ƒÚb3†x½(é¯ÇŠßÎP)4zF4´Ææa­íB)›êв“dólžæ|8¨©}sæÉ8øâ‡WÍë”'f¦ß—]HC5=œÎ]óýøv›¢]Œ¨,!V­²¿Ëœ?}Mï7|“IK'ê9%õЭ9ÓHyÿ¬§¾\¬w¦Õ-I+ÇÄÐ$ël/Ñ{d9 Ên±µŽXyJ2.dûÊ·¼i}I 2±­JïÒ´V÷ 0Uê{F§_¢jYÞ]ÖÊpí«­Â×YxÙè>wk£9®‘N=¢|ÃÞ^ ý ûÚÎŒ¨e´zÄòÄn“ëÒD‘õ³É¾YP]!4¥ÓšŒ¡¹êû`Ñ:èçÞ!ý'z`ô¸žÉi6Ÿºz{õ4´îlÄÐu”F~‹væß7ÍǶi÷«wÌDf6ùBw¦Ùlºémo’+¤¶šÃM¾Œ83üÝ7x?ˆûŠrx{Â`“z‰.ÒÍ¡ÜqÎÏJd˜ݤÇUɧáÏD/tq§e5é‹Išû˜1›_%çQô^\ôû¸ÉÄ·3Ò“83Õ£9äþ¼Còa ã3¢ÖDÎùàoË÷vE3öóÏyÿ £“]×+Õ~Úpî[º@7½t>sUšŸO~Þ öK“ê,l2KÔhNJ#êI^lo·>FXtGMB"îŽ ÉKãÅŠá¼sªÔžº¾5E=üÍT©$Ÿi#VŠŠžÁÏ™µwA?‚>kKþ:}‡м5åP&À…_e¹(>Wj&$ÐîOÛìAù•µÏ@\Zý•¶£ŽoÐnY3f¢Uü›¡ÚPÓ°f›Š;Á/ 0?W(Ô–ýªã^šXŸç£/,êX g›Z^xhG9ú2Bv‚[ÞvCcLZàcK -6jÅ•jÛ±õز¹Y½Œ1mY‹ûȶù2›³¾kÙäþƪ“öÈ4éÍ <+/ ØÜPõƒÕÅÃ"JEMÊ*o¼µZÏÙ’øÛz½‡eîú®VêOëLS¹ó[\%Ü D‹©Yë­z²ðÇyOu{…ª5n¶u«ŽNêQu¶³œH¹Y¥{» í¾î°¡w´H¥¶4xGÛÙâ…YunIƒØâ=}X…â±åø··à(ó³}jí^€´€xšlÌ»¯À耿w­LéšæwôjÚ?~Ëz¤¯‰æû™âªâT·ßž´Ì‹]Ú÷Ö(8&^»˜ûýáI'±hûw¨bîœ,We# '˜– -ks1§z~ï™ëžæ¶lH¹Ùêþjñl˜)Y¿I=úNzz¿ÌñŒ'™”®E.¶;}Ìñ;µÛe µW5‡^"£Ö'žû·£´aäÀîµÜ(2Ÿ„lÆÊ£­\¡{Õ¥éz§SO¼½m¿iC¤i+¤Nnã®æÊ›ßÇt ãÑ­ðjOÖÍ»iUØ£7ë¨ÑÐÚªi®gCLN®Ê¹LM­h\Äû’_†®?ÌAs¶b´rÁô¥ÑhoÊ¥b« MÚšÛÀ‚)å@‰gW/%Îì¿ -Øq9ˆ‡FÃ2E±tRLñ&$íž´39Rlÿƒz5c¹§OÓ3™wç¯cf1õËi59¿À4`¿ÂR¶ÓaÏ=ÜéGŸö}µlžÞÿ œÑoÅNñªgšóȪöšÆ/X]è*FuÀ™à¼ûù‰Žò ™ÿYÄû'ÕͼTéªå>Ùh(8>A¨›¹ž97¨³§Á}òÕžG©b?¾Ÿ·[o§Èý³²‹ÇOé™ÞÐìÇRÕ‡=Å2‚¹k•]+ñJžH«ýÏÑ.:å–n8`3o|Õ'éæíÔ%Id2²3¬ê¯c·²÷ëlö–ÉO·"î¯î; m¡ï÷C«[¬¦dg~opÐ5tå2/@Äàn¤·ÛÛioo[š¬C³ÕlžlqqnàÖ^Ýšc¢÷þ•)!îøêXXº5<ìõÌ„i«bPØ?Èe6¿¥ÔÆ 7 cJ#G²w7¨ldQõFŽ¢C°'ÒýbiõºÍ.XM÷"ƮҖ¥­žõ‘o‚µ•·˜]ùEW×ü½!…1³ ‡šqÂnµÓKªé&¿–x„ö¾Î© ¬pÈ<ð¼Þ¸z«Ë ÆRgÐ8dd>B+cí«;»ºÞ-½Lçj'?g»ÉæâªƒÁ7tûÙ^ìÙæ­0²§ì¶b×;Qž‘‰ ¿^ÙåÄšéN±Þk´øŒ–Õ0GG¿Uth·ù„¼»g¿÷‡Nƒ Ù5qæ®01m»wRµª‡§¯¿ž ^6ÚxÿQ_Û}ðýëå9K2ŠáB Òûº\s?ÔÒ§pÆZØ'ÆùGwº ªèÙ²¡t~§œ>¼ñ¸'=Ò£pºBŠŽ|R+!P ¹ë Ü$¤âüóL£3õPÙÆÁ~ŸøÔÿN(âgd÷Ú ÂLJ™Ðd‘¿ÂjV¼{HíXWÚ+c½65·?b­e5‰Œ1®W“篦ÓÛ[.;Õá`=goAÓÐö¼'~¥û ÷ÿ o"¯:Ti™ÍÔcE«¹ÔoÃ6w?ÓEåÙOÙÂ×&‰˜¥„oø±TߎIÉOqš¼¾öƒ‰3Uƒ_úä¤2­ ¡h<¿»¸‘”Dí©4JþvfùÖE‡Þ×Óº×ªÂÆq{v¹ Æ2xíU5ä6Á2Ч3¬kŒþH}ž¸Ç|ãÈÉ:’ÝM÷!#ò¨ =ý7ÝNœa_5ýWwnܘÛÈ–ŒÞò„ ŸO`žffXê·PU@Ç}}u]Dþæ¶}ñ_O{½;m»Ù†|Û¹WpÞƒJœ“÷I5yº¢Û+9Ô'ürj^÷ã ÷bTÇ{ÌôëáêäªQWúusq+éÞ'ZܦýöÍkŠ;.»LR2qä¢Uû½UÁ¸n3D ŠÅ¬”xÎáÙ•bydð݃¨l‚ÁñÂ/|K aZþÓ `ýÇÈ]¼a¬4õ›æ˜JlçY¿ Š£uÇæî§J}a†u/N Ù,;:(+Žyœ­}½¼$w‹ãNá½z3–8}ÄÒ¶Œ½sy˜¹‘êñmäª\LíÅÛJ›^f& ¨Mà)bŽ<4^@ñO' QØNRñŠÚ÷üÉï"ðæ»îF‹tÙ7®uû0¿ìš?w]Ùn‹:{³}šÿc˜¯Û€ëÛ_zë†X'gëëÛ]¤só‹§'!ƒ"ð)¡ºw—ß'Ê5Jݯ‡Œ…ƒãÜÌI¹‰óÓŠ׳iñÜ^4àï_ ‰êû?U˲oÞzùdÝÂ`§Ìë0î¨÷‰‘q‹¦ãäðÇuÑa<õbs™ØÇ)õmwbµèü&Z ¤E!ªïFhh›<>²øÝÒ\~㻺{‹yç÷×2G tÖ\ý˽Ù;ïâ°·¢ÓÝÌ×dÍÒ¾^doB»ùá®MEØÎhJ_Ae9Á‘‰WZ‚9º''OÌä6ã4Èé÷‰NÞµÖ묞My„Wò;|zÎnZ¢âïµác ¢Ñ’¨=¢-UÊtåÆÓ@ýóÙàÛ¥»½D?gõ:~ìäÞ&c®Ÿç{INJH(rhtežEaIU×uóÇ‹õ¹Ã¤Yó¤ý^–á>&Z¯v_‘A'ét¤§vë`º«e%Þ·¨ç`)¾êžž.Ã5+óWyPÓ&eúઠèzŠu¿S×=í´>·ú(72,»’8›û>OâèOG_¦ú¾lmü¡•U ù:Â$ÒMSëÇÕ¯5' æUa•*ã¤Þ»é“ìW\šE¨º|/ÑsT0“OÊÛiS%áW¼7-2¹'UP̸jŠŸfmÍ;%§aÆ-õÿŸñv3–y¹{÷<[f-.z4,4ÓL§Û‡u´C¤–RûžÁŠò åx§ ö~¿Ã½""ýö‘˜ýåýxð#r¯0¿Yßl±ôÔú›îƒÁÖz6®sÚÞ®éB-Y׳»¸pAê‰X·2æò”»IÇOóg¯Ëõ(˜·ª3¾Óø.òÛ‘üòvÿAÔbÆà÷3‡®j¿³M| ¹ÄSûò­ëDÇ<î1s@”çÊ ÞÌ+òܯ†¼DÂ?snÕîþø8š0ÜíwpÄfäÔs»7wQ·§­—ó˜¹4ÓÆLØoÀçÍÀà‘œ>HwÊÓ@ü"ßð;«$ýt2üÒæT ºÞöÊ=“)ìU7Þß¼¬E¹ðKs+ŸÚÖ­U†§̧S蛚íùŸNƒ®–'‹;T49V•ÔöCüfõƒ?¢ÏÜNƒâÇýîcûcjRQð›Rêίû=±Aá¯+tÌÁ{»NcÜßmìWïj Qñ ÎÞ`%\&aÛ¹'KÈ`šVþ‡}¹¹N?%¼ó -¿9S«ïq[£Î±Å&-øZÉÜæ‚‡mÎ:puf8™ØÞÓã­Kçƒ ¾µfU2‚~:*áÍ[ϨB7¹øsò£Äéö$u óVqjÍWhì7»v:>4QŸ™m,¾™¨>SÃEŽ÷æ1@™E#-´ûC¬ #¥XóƉT "6ÆïŽÚZŒ ~fZdÏþè¹*5ª8÷£BŒ£ÈEÔ—¢>wÏöíÅÐ,‹¶½'*µA4ò–*S“•a¥Ç%=ÜâZ»f‹Ñ•Ù¨ôq2êÕ­¶ }v™×áWÍ(/[S/¼Ð–ÆÇ§YÖ/hl Gµ‘a~„ág¸Q¬¿h-0]¿‡ïØŸ¿ Vàr¾…ºÒ5ÔÊÝ"ÙÚ"’1Éæ%Ÿ3§^ü“7 ®Km?eÔÆvó3Bók±¹Jk:hYG×x{º“°ú¬Ãgè¶n²Óæ7 ºN»g†¿å;€zJ½¡¡ù]^á ÃØß­,ªWZ8…*oÀûNR·Â·~Ön>Û+|Î0Öò¢U¢giî±HýzµV &çÓ"+ÓÙÇZ—UoÛ{e8¶7k·†`gÓ %t ßÖɪàLØé°[÷ìAmtˆ—…‡ÀáíÚnô¾Ûp‚õrO¦Á¾ ÎÉñÃÕ€j{‡CÂï¥æÆ)îШz|±`‡ð†¿]7¨âíÿ~ñÐûC]½F‘¶AÌ]Z² Óü©˜7Þ/Ø“q–§WObǾm×®åÔ‘^t ]­øÃa @Ñ{K³ûx³B½S׉ȋž^qêf¶å'C³m!r¡FÁñ[užo›N¾Mí3sÛŠÜÅîv'O¯6Ãͧ6%ÒU~…$p¦ÄýdIs²¿EÇã÷RƒY;¡{J²l͇‚Ï5ÉñËÈþ&êX;1Íá] .Wz£ùõünhõ­qÒ põïn¯…-`âðšóêMž¤µN‹­†[5å-eD°ÝŒþîæ=Í(Ý8º}¿„h+5ÝM÷µàYZúÿ ÆýGùFtƒ»½ë‹ÍpÆöe¼°ûâ °Õ£üC×ÎU9›ëÉ%N¦Éx¤•û0_yF 9·›ÆÛ¶|¦TýÔï?ykÎÚ•œ”œ5w^ÂÆ0­[¼Ö1Æ·Vwǧî¡e<´Ãi¨mq’>KPÍìÜNZ”uD“à³gÅLÐÅ$ ivÝøkʱJÚdí.‹³'ZÙWz–J/|[š&Z¿!|©\•jRêúÆAf[øýeÉ3"Œ³G×$­ó¶,ï…LñÚhÕIèc%ÒOõ– åcåï¨b­QAr¨Ó΃§º9ÎK'ÍŒÉýcćtƒãýpN.b*çª\n’#ûÅy$È×Á\oP ó­¿ùÀa³Òh%€½‰KæG”X>h4Öx]ºeái¥ -ý×p7ÑúªKûõ ”X´–oRâ‹m{NÁ1Nš­z¦¾ìjåy"GÆ!˜tl_²b >îºSÀþq´è/4Í׈žô2»A'ÃÓÝ9i|9¼\ÈAÖþãè:“TU¢ð -î" ¨D -’S7ÁœsÎîÿ1¯æçT ÓÝçKzè32<²ÑÛ†’¿A«(Û¨e¨4äSÙ»ò²ˆ ›@p–oãí œc*.G>´ÁmØç[®}¯^çVZ½kgüe„PÝùºÔ#Cª<êØ§<³úHüòj ß÷]+%ºn˜Æ?}•5ÎI#ª8à†XKh¾õCD\ÇŸä1Ò­–‡’dpRÓj OM´YSÝ¥?¨¯’°h¼`[RŽ'}SÞKÜ1Š«CmâÖÁÇ1&¥Ò܃­œã㈶}=ì„› #å¼búN˜Î!MOZ8~©Æ -m9ƒçÁ ¿®jžó‡óI†’9íÚ3ëuö2›svû6y¦#•í¡¥á´©lµùõia1Ë©³Îõ¯ëæ}µb}ºŸúj7¬˜èȹçy1KXÑhÕÍ­UÒÃAíôN®vs4ºÙÜ“³¦¿raeâ¿S««ç¹GdAÔÜÞ%Dóé øåW°Àké»@kfIǪMäȳ‰^“ӟ脽¬ŽÚ–ºsD«÷ @»›ÊS; ˆè <ãÆ*¯¾oÛ)™€+RmºÔ\Ó:ºaTBWè-û †]þ‘é>˜ì÷µY‹Ø‚5±[Z§¡¨M–ËJÕ9k}BÉ¡Ö;&9’tüa­£Æû²£âˆwZñ‰Ò‘Ήïë½ÇyÁpu½ËHïöNs¡m¾ÅÓ„è’Ñßä/¾¢Î¤ÁI“ûæ…_ù-š«OîkÛk{àU¥µœîT4‡©£îŠeݯéaûuMÏn^ñŸfñÒOkýÓ©ïÐé[þyºÏî'²ã±L#Œ“á¥ÍMì²M]yÖÚkëÖúÄþ PŠæíSt'>ðwr`T~µ5Smžëê·œ9D“)aVªC÷EIüäÇaÚãÉAOHÚùÈänk‰ÄQJœ3SaxpÔßðÏü/Ô±ýh,eê3Ô€2æbô¬õpqâºÇyßâ/ ctݱ½þòÒ¤7Z„½í¥‘¬6óbþ,ÄѧsÄÐ0îd‰¤wÌ’xhuö}}¥É?¾¦OÏOÛLj:"x| ó^cÑ Ðsò*Øúoåf²÷¡3×ìtÞ ª*Ú“¿jœg'½JúÅ´Mk°n›Öjª{±eرðý‡ÔB+YTdîå—Q§9iL›ã$ ùÖ6D±€Õøp `í3j>®mºíîwuÇ<ÝËdÜ_—‰¨»­É‚~8²Ì>žm2Þ3&RJ¿¸pmÞ3#”/ì«åq[ÞçqÊɤ{-6Fêà·™š¾xhâ°Nèþ˰ø.Á·'Ô¡fÜØ`“iðªÕ‚QÕÒÒ3ŠNΫ휫n°!¢Æ7ÂÖn+C%vÎõ@kôöΆxŠHS{Ä‘¶WkÓo•–è‡^-¼œ5Aou»ãs}üècÐ^©oDS9k•Rm¤c–”jA‡C#qêG6Þ¯mØc“þH±7V,§oÈ:ÞnUŽ¶Í³™Çôéâ¬VZ ûƒ  Ý®ò-nζ9›•5éIcai­FöŠã÷:ìB`>HüîãmD9®ÛGl ˆ>ã1s*WcÚM, $\¶ö#©Œ?HKJÐÕÚ‹Ié³<;¸YQ5§pª;•O½ ßÁÖ¿•£–ñ²w^knxºÂÝ®«- óœU¬)Ãê÷æe®j£ûÅn 8tX !ë]Æë…jIR)¨J#Ëc³P[ðŽdҳ⎊„ª¿%•ë¶ÜÎØ-ÑöÏlª-‰æùWäƒßɲÔÍš(>B.&¬¦HýfÿÒ«/nð«62'+še¨jÿÙP/ã+\ Roê]VRbÈÒ4s(¥u÷Qº1Ç"T_½NÁ™Z¶õD§1îî{TŸžf¶Yñ|ó÷,GCKXdÌ_+&˜1†_<$ïÇ¥îô[¸>Éx›¡qêÞ4ù-W·.‚¯z@t*Œy׉™©"1F6¡3Næ]¿fmÄôV믽Ñ~OžRÚs.j±Q4rïÜþ¸ë2ŸÈ³SÀY•ScÒÝL¬ðôÊ*©ùx ˜‘½ê†Õï缡–â]Ì£¥l-%=­˜Üþv²{f‹¯ˆåfðZQ{†uæYí7°+¨V±5PÑ>/ŠÃd÷åÞ²¥=oq—m güãn}X9´–ì‹W'G~m:C¥] ŠËNºö­rÛ£{uÚ9ÝZ”·£ðæƒï‚ÅBì™®”vüFÅÿ¼×Ò- ižMixwayqÚ[ Zy‰–m É w6¾[¬&Tþf@Ô&Å=K5j|Xo$4ƒú!ê pãJçÕÖ4áç îô¼å–õ™cŸ¨VÒåÌßÝ¢Õ on‡–í«£ìIËnøSC;ã’“ÏÑ{sxNÿ!¸¬ì—k]c~­ ž|~ô}£îìLû¸ÐŒÙTÿz“ÜF²Ê¥Þ·û]£5÷ùÄ#krõ–,Ù;·Z›íîñìPC–ç5° -ö=EçᆠåžN[žÄ¦Xoñ -‘ûÏ0ýÙ†Uz‘RóoÚùjU÷®Ö¾-0Ú›ÏßÍ,Ì¢÷¹P®§ð#Ûqž‡tt¤$ÌNþ¸³Å8ïøeæ›ÑÀ¨YjîÏO÷LÅ®›¼¿Í`ž¾Ï–8Ôæ±&V~E<l¤’©¾Y^ºVy»³'Ïí<¤ -Â1=BÕx7´gƒ¶™—2kGÙWꨗÛÓÀ<KYÞo²(µ6bE«²Ú Òoâ=…ÝÐnw.!~͹_ö¶~_¶·¡=¸A>0-cæ¼úúæEö’y¤¾L5ãßnwê7c~}ªXhf0«Í©l‘ù1«äÃk©ÄÝœ¼¶Œpv :“p×)­YšSk¦, ŸÍ‚â)„uï ØÛqMcße .ðU£ºª¿‡( “+9ªÏNLÕìÛÌÁv†Åû¸œUr÷$‰Ð éÔ ëÍ›zé_X%&d£÷].ÁmÚåˆÓëçàQWüvó–É‘}VTð)–õ~OúÙš-’Ûò³V}ö -ÛQÌ]çÌÀ‡êÀ ×z@GˆÈȤ·÷ ûÈÈ V?ý¢-WºgxôìÈIÙ[Þ›Û¶6Ê£-á×>¯ãŸ ~_´S¿_ú ‚ÏŸLÑð¶{ ;þ~þ!T~óþÀYuö~ó{-Ø´¸±Ì7l<½º—lמÒZ[LÜ6—í%¿Å¸–[ÇZ( ŽÇºá¾%'llÙþLk\Høþ¾‰¬ÆÖÏÞ’Zs¬ïÍ–MzÆBÃWû—¿ÓV¾­ÿ®y!ÿß¼=ŠJö¬y¨Ó‡ÇÂtׇÃäÙO—ÊßrMgMˆ_À¾ãÐk§œ›E³l­5ýmªþÕøÓÊu$Ù¨}ÙH’æ°ÁqxœÚªÉE\Ûi]|ýø‹íÙGº×ùžèºïJ´…œ-à¥swâ*¨Zʇ¶A/¿)÷βy³¶Â!U§”7‰ëï÷ÇF'XýÂ/šLv2‹Ol¹|Zéûô±h¯ª@¢ríûÓg%o9q§âãÚßôøšeOöŠñÜ]²g‡{ko @*aÓo<Ì&û+’«¼¹ChžxVɰë-êMðêùļµ²ùÆ9)»y¯y 6ßÁübvʤ“Þº;žÙ¨7‚ T 4\N•øY·õÚnÞrv²0§Ûi÷mœmEŸI¦ò¶²s‰ LÞ)ß>¼—KGµ –_®Õ4î&Q0žZûP7_þ\ÄŸÄ7õógH:É_ßéÁœº&-t¦ûZ“µqo§XqøÈ*+¿ÈaâYñì÷¯Ê¸åŲð×më—ú#Úÿœés³Q™wBOrÝwäK{Á³D74øpë”e‡¡±Â«lÝù‰÷j‘"fдoêžê.Êx±9|ÆŽÒC¯<¯–Œ2×çTVæTX¦ÂÁïBµ|9ײ{ˆÐC÷†×ɺꓽ Á„¨cÖÀ¿FN§L[/\€Îñ Ü? ‘E…{ Èt‡©÷5;'íÎgké70-sÜl>_NŠÂîKk“ -{_ÀŠ8â`}#sŽàœ+N Ú0²¸¾âΧ}vÐ@ÙK÷w$ªðíÇ l­4½ÅÔØ!<:µ¬í·Ò?¤é©§ïÖ—k›õFm=fvéÁZ¤Ë­WÒ"lNŸ…ŒÃŸ›¦F1Ôu -‰ì­¬@b¾¹ŠùŸ3(ö*à#õqR{ f5mf‰œ†Ä ¦ËÚ9À¾óïÒHo: ïkÄÕÒŽQƒ»zâ"¤»ë$H±ckºvØþ“§óokQo ÿëîpXl¤h-Ͼ­|pJ‡˜ço¯N}zÓýþg‡q:5{IÞòºKX£å6$uëÓt+¢¤¤ßzÁÂ=Ûç-÷À9mµZ‰qv‚ÄIü7½-¼á5§vsÞ’þ÷³rAp/5-Ÿc½6…ñÀ_A{,úcgñdàç%s&ì^ÉôŒø`Yál|5˜«Üþ®hø0P/Û1s;MÛüÚTyV¤^Éînž€ék¾æ'Òt¹{ÔÓµ•XØ*‰ÎP>SÃÂ.¶ßv4±ažR>½Y}æ^ŒòÆÛ¹Éz5¯ÎÛÅ¿.‚]û±rnS¢‡Þ+†k§¾˜ú¯-m˜Ã·m¨ó¶yñ±òÙ‘«…˜Ô‰|Yóº—]-³ §µá£ÜÆíÍ*ÝÆó¦æ#7ë8:Ntíî´Ì8¼pÏgkQÐÐ)y´ô¾ý²¨áV}opôQñZˆ" -C\ñÍö%Ìô:Eû,•nmKt™›ó$7quþP­ýü›#¢‹ -FÌ•#pð©êôjYXÚépwGåÜæ`·fcûËÔ¹íڻơ¼‹ì]í’wäPˆÅ+—·UÁà9ŸÅÚÁµãÛ z¿¼R§·R=³S²/eȸVÐå…ÆwbfkiXÉÀ9?`y0M7Cw”ú¹_W[p-™^·¶„ Úb YÐú¸¿æZ4:p1…ÑfF¹Få²”ˆ×d{|:—Ÿ0à^^öÛÄD÷ÙŸzßÿ!IˆíaœÒ|661±ÛDØ“ˆ;´.ˆmý’8tƒ³6qÕSo¤æ›qßm›×ºsíßïü‰¬Îó;ñea~˜é5Wsâõ…ŸÎ£W¯üƒC“H/sã?ëb`é/᳿¸ê`õ5‘š>ÇeaòÆЏ<Ï<¯¯—G?Œ 7¾í •Ü~ïØ¼¡dË­ŸjXF™š8™Í…ãÞ{H¦ó†evëç •nžÌ;Ïø³V¢ â‚‘Vk¶Ñxÿ·þ`ñŒœ¼ýõ÷"Õ¼pÙñá@ŒìjÊßx×<ïÈT–3¬ÇìDÇ…¥ó+7êzÇlÑ¥Ž'¯‘ˆ¨½œcØßpg§ Ý:g¯|ÀøìNÒðÓ0ÑC×›?• äªBœÛ+ßmoðl%ŠùçD\NÒt…Öi*>`Þ!íi™ç¥u?""¾™íت7§ÙÁÝ@°½æMv¯^“f`sNáãO­ß%ïW-ó0Ó‘<÷f-mõº(Òîj»Öëƒý€x}·œò’ Z«S°øìjN©ò)ÚO``®;Pý㳤shÒ®wC†ƒú ȵÐ}qøóB¿ÁJ¯é¢aò¤®K Ú7vØwµnsû­ßÌÿ £ŠªuÖ g¿ -~ù-í…]$Ït4Ó¼*µi·Lœt -fiV¿¢õ0MN­³þ¦ÌÐ#—àé1ídÇ«ÄÔoDíèmVéÐçf£d^KšÇ£%ÞS{©»¡ÆrFz©B·þÂmŽâµ3Â>u!ñ3ô±;|°Lã¤båïöì3œùnaÚQ¾ø²pB ÷R4Ý>ÔšwwÙ ÉVnÐ^úyÓÎs»Åê¶FTÜqísªÓ€ Äåçâl_šÃ:¨v6‘™&”wþB®TaçBhÀÇÁýå›R;­«¿€Ó»e·VV{4y‰??ùM3rSÔþÛ…îl÷Fá\]L{§÷™Mýò -)+©£yqÐàï^»¯­¶ý®FIfIÜ5¡YaO‹w+HMv猠XWŠÍ‡÷r’>FJÈR¾ìjùï6﯇vë„©t·nŸï*1eɆåh=ŠÜþÃ_4ê…°¼(ïš|Iîg¨äš¤êÇKL&¯à]°J¥æÏÃkg¸dŸ»6Ú ä -*?×ÓŠ:º}˜ènP3ÞHÙ’Ž^ê×PÛÎln?~Q§4öïÓá¡æÉJÞBÐóÒˈ -þCpÐ+¶ÑrnVesM\÷ªÚµ1Çõ et¿ÖÅ»·góßó߃I>Ø\À„Ô­Y/ jŸùïä—®äç¸rlÇ–×ÙWi´w,`È,ƒH òŸžlvLÂd£cþÐdÆ—I¶JÎóÄ@/2›äœX×g‘óëkx«9£êÐ^ CÚ½F×O?µ=ˆîY‰3O¡Z?ÇZ´nÄ£C¶·l8˜E¹‡:ÍslçJØëþÁñƒ ój–$øí*Ö÷ZJnHUÛk¹¹µ¶C·Óz -´5†a÷+}¿ï˜¶wZØzfgyÙ£à.Ô(ÿ%Žÿ¦÷ÐÚÛ7ËÞ ‹à5Ѐ䙺7ÜàKþ7€ž‚«NÓ8®U±œ²ŽØ9ƒpp^Ö»ŒƒÞεÝKpÅÖqêJuî…ë»ñ‘ˆS¾¬ÆöÊO¢Ê»ž?ñÐrz_«Š~«;¼OÏjTäʺÔß\sî놢Á|E ·ô~ºQˆr¾]žKŒ5l.\*¯yz.k¦‘8Î,è_Ý‚ÜwðÃø˜9X‡ßkð2¿åË`o[œBâ3 OkkúìWùgÜŠZÇt[ð‚b{ýUCl\ -1án—¿ƒkÑð@Uð5ëæAtrÚõM «ŒFª#ç›BMšh†ÊNJ-B,!?AÁɇMfA­þùø%6d~×-ù”p®¹—ç»RSúÊÍË/»ˆ3§µ,²,œ¼óéÛpG%ݸZAÄ`•#;ÂDX.Âõ¶ÿ!¾“ÀWk¢|­`‚¢×•¢qcó½Ìüö»£dÀQT¹Š.ݳÆN©ÁÖ±jÂHÎøö,öýK89lý‘ßßa>1éÖ®•Kñê;¶ïÃ5Í\ݬ’u'ö¡Ûµ´ªpm¥¦ÐXš~ºh,°S÷ø°1Èîî 1yPÊ5•×Pš$êqá“Ð"4c£Qñ»YÑØÖeýRý¾£B´êK¦Z{Ÿê°ªýCÈÊ“æ¬Ç)x]bQDÙ y@Ú±“TˆÝ¤ûøŠm]ÇoQOÓ>÷?1#ÌG×( Fyô5s!ø­`šbŸªÜ1÷ÖGèç½{›ãEËjg¯³£‡×‘ÌcÁÌì]ï2l›<§Œe3hö/qéb‡¬’>ú–jýø>S~}â6Æv[X]}@|²‘«vA=vìLü¶[TsmXl¶š‰ªûn´¡3TZ«¾Q‰#¢çr“î´ewgîíFó×E€}—«dP8NѪjlàh'ÎëÚ¥9^—Þ4,ÏpÎY-Ýš´oùg@u„¨‡]fC>w—sRâH©‰ÛÄ?°É5ûA?—WêÃÊå -KçúÙ{¤RlßD J‡öÆå £r†ƒ³{ãIxê¶éëžO="{ ŸƒEÌ´¼ÈáÍÛ¹¸ðàþ&KîòDU¿Ê%x¡ègV°Ã>.D]^ÌÿŠKÙ—\ºñtm¥GÆî…Ñ;ÛÃpï²!»‹ÍV†l%Ëz%. G®ìYJòvè~î|™k=,Êߺ¶UóÎ-,éåÆŽÂñºþÛÖœƒ4w§ÉÖ]wœÐÇÁ©ê¶ë©Ýp]ñ@àz‘ÅP·ÎÇ*››· þš - -ä½Ù‰ŽyÚä„r(«>˼»Ó¹_NÜ–¿šÙzè®U¯æ&¨GQTsÙeýCÕI)aŽ>&úØdÿGجúï°o}êÿ(·ßÐ\-·Wƒ`3Ã-÷Ý7Dýåwqáíîü¥ªÍ\Ý«³—¶Kõn/º†[ò‘žznÐíOÑ@æÔukpî%ìUåQ>ª)-Ú<À?D¥Û˵Zõ ÿù‚a¯ŠV‰zÃZê—ëúW«W¹~¼(Û{f¨&B…o¼‚’ºè~ß}l_ ÙDÛj:á;To•:߆ê¡1:¨\$v’Œ-©Ú ,åÚþïÔËaV§s¶×‡8ç¾—m×òUí\]Öús©½â6ëÙ[¿¡^3‹§åËïmVb~cêº_cìcÁ’ùg¶+Ý!FˆA«h†£ ûž?P!JqL6A ¸þÊè|ÄMÝxOwjJ%Þ—µ¸c°o_ n´:°V)] ÃÇ. Z>°Wù¥åw+•=Öÿ -`<ò—W”c—È \†J¶ž,Ò½7;s) [ÖŽd˜ÞÐÜ4éö¢º´Mq"i²>ÔZÕk°n1 p}Ù!À2MÁ¹ îÏʨ\ùý B ›>èž¶mg^µÇ‹Ÿ¨ÏÏß-ÍÒî=˜Kq£ÎL\¡É™Xš¯() v\o}Ͱ]Ò:A8ã ç(=Öœ -Ðp–4[¨Å9“ƒúrõì¨B3di =µxÍß^ávµ, p8Åî~ŠVe"YœX¸‰^˜ëïD 6âÞÐæ7Ý–£GgXpζM§½]Ñ}³} øÇ#Ñ œëW¡cE<€ô3¤Œ8úCe'àROä·,ö¼ÏU‡’/Gx~OXßAfŒ¹g'ñê Ÿ“îs:ˬ¢ÛûMW«HÓußvS+¨ñyá좞÷ðkʇ ¦è„w†§Z×­='KIãï²â´k¸œ2!²îØùãÝ·Ž2×cûù[m]zÞúꜢZË5“èîá‰y JõÁ„²#çä*'Ût¿Û¡…àLq¦Ûá×i~Ú!à45¬¶™ƒMŠ‚êrÌè² ª—xççá†FçêÊçÈ| -“j­ž¾'\§ïdø/b¹]]qE»™/tm¾NHÏÊ3ž0}Ú“n°(^C]ðv&÷ü»>½z{³5Löšž6#d™A;ä§“wxó|Ñ—5}žÍçð6+{Ì‹…³bWâŒú§ðTÄÓ ÁŸ™zº²e -lO·òi¬ ân”%ñb”?ûsþm¬UçN´ÓÄ¢j˜oÑÎÍÆ·¢ØZåäK»½J^…«ßûâA±ærÝ™˜¦mÜz?UË#Õ»j‰0ÕcmìÑ;Xóã)s}f/2Õ¯\yÙÁKÎ[‹ÃÒ¾+VÛâ&%ÝÊ&ØŠ=kQKÊàØÍòä8Ål¦’Ó´.ˆÇÝ@ûö¬âŠF~Œiu<¯B -ŸæDsÏøq‰ež€`ÄÎ×öN.NÃRì2]t$x6¬”ܼZÜ [åBÆ8Äbªë·š»Äfí¢‘ Z½å¨ D¢÷Õ¹38úCàžàû"n ÷ožÅŠ#·[ §òb2 Ìü±^umo¨öË÷NÕ—%Ž9U·«Œ]ÂïÇÉrm³ƒ%Wü‡s¿n­ÛΫBü,öA©²nJòÛBâ\ð|ræu²Ó—Ò{C‘Tw൤´«uœòËôw%wž ®Ñ¨^¢ã‚ÄZåûíØÞ×ã˜þ–çÝÚ©ùµÉê.µ›\šuqÃ¾æ¤ œ·›Zé㪰Ì~²µ<~Ò‘ãöG—%Ïv—ÍÞ »ê¥v ½Ô˜‡æšh_·BÛùS¡©7Vê?ŸïÌÃÈæy¥Ê¯c<êW^5§=É, )\ ˜Óy$hYå)Á4÷ï˜xøÙÚ5>q ­Ó¯XT§ì)‰÷2á)¿çw®­km¼K¿³5ż~Ë}2­TP½me;×MDëÊ–ß™¦1[ß-ŽéÜ«vÛ[«Ùjc;³É´ïž´¹^*Ù‘ª_ï¼S"“§om"•%ƒhkžIœOýµ×z‚ñ†EP2C%÷„l3FçsÅrŽ•Ô(n×Ó¯ýô%ç5Ñð³J¬Êe÷Q A¸¬ˆ»Ö˜KÚÎA²“_›iÜÑ4“Akµm{C=oæˆ+—ªÜ~Ìd¨d«qÏFžk&•좼i§ õXt_Xý—SûÎêvº4ÀÊ‹§:ÞÎ ùÇ`€KÀÝ!U¹7U¹€·tµ-’luðhrQÁ§•àÒNCß™ŠÍæÖÐùŒû3Åz5;¶4Ìs™)Ü“Z~ZE¥ï°9ùåõd’”Zöt4v -eK3ë[tRm5#å¤fÍ×v¢/QÍ_0ÎY¦ë»õ¼Ïü}ÿ™U²r¥­—v5J[¯É3‰æ_z,†k·.#£®·M–¬œœñèš»ÏÂÇÄŠ…}ЖrB0 -ž¡G‡SqÊËáüa­D¸³*TÍöv*…-K~·a:y"ÜÃ-× GãÔ]]ª­œ:q.ÞàaÁéoØëÏ“uo{Ø ¥$˜ àžcvôcÑ -êš^á&ážêZ…dÛ<ì{AN.÷ôÃm˜éK“T[9¯Cçgf¸Ø"‡¢¦“¹ƒX´Ï?茖IÚͧ}™[.ÛV‹Ë­{¢ú5Õü*íKÍ~ޏ×^Ô¶&ë´JÁ»ÄúcćܩÊÞ:÷•ïÿõ éüÜ+þg¸²ë˜Ô˜g»L‹¾º3ùëš´Vâ]ªwuÊ'uU~³|Q[í"AJzôhšåÌ5øãÙu˜=šÀð«Þ\tsÙó!Þ ðr37.2UÍd*dÝÆ^kMÑõÜļ̣µ4Éü„Ö½êg+éô¸Va~F}O~l}}¤©17¶Ìï—ln­—“"%_í? $«ÎáYºªióFç$ùë·„Ê êÄç»2'Þã1§V1úú¹d% ôÖ˜ú¨UáK7;Èïx±û*ÙöâþÓöL9 $Šýè­µùÔWÕêÈ¢ÕàfÈ„ÑË–ñ~J¥fÜ5Mö¡d¨œ®-v:Û.-焼¬µÚýRC²þ°áã½·7‡…Ì”k«õ®L^jË©•s}r¸ÏÔ}y'X#žŒÕ™?w&æÚ<{0Íûœ‰Áî™aß~øÉÝ.æm¯BØìî šúòt_³\i}üw62¡vúÎtQ1ØLïÀ}t|3'• ÖY&˜w^ŠÅl>;ªÿ‘cpá7ˆ­~}–_6ƒÓÈ1bz¤FܤKR¡ë0£c^;*¼£6ÛHì”ÄÙ¨\.i§³2¼â犩v‘SC/£1奚5˜¼ËkT?¦€Õñ‚ÚðzfþCÔÃí†çrkæþø¡S÷ùOD'ªåjì™7œkýÆÖK˯³¾ló¤æ=j¬ Cˆ‹®þ’VøÓãÌ`e«: #ßSн„¸Ö#TY¸ŸÌÃøÂ{½Ð{ýZÜþÉëߥñ›ý¶ÎæÎ»tgò°ÄsÝÅíùËvj‘ù[àÞ¹šW¨° r…`t¿_8Ùqm"7ùîvóA+ªdŒ]*>þ!Ìï]¸yç’fÀœËÔ`¶Ã\†¼/¬[õ< sÖHñ>£(݇ãÙ×ëwÚÓÐÎYݪTD3gE1sâô¦ÛpÚ«pu ÆëŸcL¢Ë«ÑôËyoŠÈã¿;!µÒûÔÔY×2­Ð¤ïjñ‰ì+¸ZWn}Z×ß¡]MêË™§IzïÂÙyÝ_f¬ïû•;s6d:poÊË¢~'û77–‡-¥‘µ¢s¹Ht¯•Ì[ÖNÝ:þVGRôA÷Tb“åä«,§Œ¦ -—‰g{|mÕÞZ•¥Î´MßþÊ\\ß²]ÁD—iÀ{7Ábµq´Þ ¢`®n=3ç(­Œ‚^ÇbÆhîb´ÚÅDc?ÁZ©ëÍÚ}³Ÿz6_ꮘ^/BÌöyÆÙ7lÜ%¿÷‚j-?µp5¸ éOhºžÎMæ…~ì1>õhòðÌ»:x(;Oéóò×£޵´-#—£y8'²Í¼È >i ™ÚhæÖ~ªylýÄKöoÔžõú‘p³XP0;XßÓ*ÒC´Ðµ -ËBÝ\¢:èÝËÛZ½Œ¢åK#s“$C¥½kmm!œ„T^J -ßPÞu‡“>¶ %‘8Ϻê½($ã>ºÍeG‹sYõ>æò„MÚqƒù½#2ä‡z¯´Ÿ€Qé‡Úð#²ÿì¹k}À]·t\­ UŒá|÷¨Fj×eÂq³œ7s€11ƒ0ÍÃ| -ÂÍn37˜·.¤v¦ŠÕ• µËëkÏý/5n%¯rö¦7—ÝŠÕ(>×î°¶îôá­IŸx'ºõ@î˜å™ç&ï»èÌûXÑj´ù:¸N~Ͳ/›ìÚ8Ê’1\?'­«p3h o!ÈE7„-«‰«âùoº\Ÿp `¬p¡‘¥+O „²éâ~JxÉÕùä`y;<¥Æ8:Þ`=±ícYöÆÛõ5šw5­/åGæ`€0œ¡–¾­u>¶Û¾±]~ -ÿÎLç–_¬ËˆyzÄv]ù´;ÏgÖÕw&xãcGÞTõؽoÀçŽ=ú^Ôµï×ÖÔ§ÑâQòÌhc‘ð2sÇsÛ¬u⽡•½Ïl‡Õ¬ÆZåf•BD°v¡òŽì¶ty{d^yökÀžjŒ’ -&sÌ‹IëpÿêêÈßIífa³ÃéÇp…âƒkmÎ|HÔ`&·ÃªÎßeè=…¥dͪÚo³³{–Ä/›ð -ŽÌ¾¡¿ÈIÜæý«×%Ò8[k)B*ÁŽjZü¯ßií¹P7ùbÓv~Æ5tGBdÿí[þn• RƒÜl>÷Üò¨-O»6È•s“¿w¬n×µ*î<T)“¸-]ÒFd‹|q…ù‹4 Ô£AoGµMØs­ÂìòçÄ1qÕ|Ùák¸³ S‰ß½µådx·M°¾©þã é/…Ë’¸½’çïªI™‘¯äkÍ.ª©Å÷Ñ9П@ å9Ôl›Bd°W¢˜ªax;2²†›¥i,´±dJØoj—¢ëQ\Õ‚½EU¸« âZ»µÈí3†±ÞTº²¿ù±¶$[;{~5 ‹Q ´Æþ¨š×–_µ×´ý°+NÛ’ÇùŸòv3÷ï¹Ûu~–S¾BÎßö»)}m…=vèJj@TξÏs×iô'ëLKËW ,¢­3íØD9ÌœÌ÷{£€¥>¬3¥‡Å/‘ÁZd™ÁÓ:,ðyKÇ}Ø);[(­6â'Yþ`àÒ~l.–î°«×3c|Mt`çù<ãÖîgÑD­Ÿ¢4iƹÃÔâ®L¡3ÞÜjNä]ëÆ=FÍ«Ô2]¿Ø^ãC‘¶Wð¬ÙePÒÃ|ÓqÏr;Óø=;šnr^ÆüÞåóÚ™3›u÷Åluhg{Â2r‹Ü£± ‰ìÂn×â^}ïÌÝm_›vZ%‰SÜSª¡ލeÜaÈ”nÀÄ·“üªõã€ÖÀ< -£Ì[vTq¸öÉ{1Ã&în›ó;¿rµÛÙn,ã& @UvN3Ѱ›äUýxˆs¢`øßG¬ýöƒk6O+³ÓÕß]Wh’áßà -«X>5ØO¾ùé Q³Ó_,šÅšsžù^‘aÛðó%쵺Nœ˜£ú[îfÞ«vØ'Xõ++±!Ê D±¼ííL¿=;vøÅ}éYœÔy4ÓúIóøó²¾C!ÁVþCÜAB{\'ð¹5±ù„;gÔe½sv?²^DûŽø²a7X|[ª©_ûYkvmx]ð?+øî¦¥êÙ|]Múu£àI¾’èýp´í†Aº2Lÿ>·lP“­âî¹&'ÔÙÒpC átŒþÚïÓ©¦Ï'Ÿ)L¬c±IœÍÈì$¿- ¾E•˜õTĺ–óÌ]Yª÷´¿€,› µp—uú"üÝ<ÙXèùn®Yp «'ưâ.«ùÆÒœL9ÒyŸ­žvÖÔzôÐl}Ú8F’ñÄe&Z35u`#ÀÌä‚j f¨žZ`QžNÚ1_Ëžb'‡CoÓÌ­óE›»ùøØZŽØ)Nà37„‡,Rü6-­P€PkGõyV€õëQÀ.ѯbÊvÀuôJŽc©N†ýß+‹ºéíü7ëùˆ¶p* vSå‰ ¯\Þ³G΄#ÑXt¦-0zh{Ks|6àŒìs =íf´xÂüžÑk µÆiÀ® ‰ˆ–,f#§íúGKûµòú¨gùwˆ5W´¸ˆ-1$•·—<·([ÿÓ²\vl6’”y{Öè+ÚÙO*㬕è Ϫ–,NÂÞrx¨X -'JôQÓX8a+ku)Öù´Ý†ËQ²ë»1½Ý„ Š…î׎Íõµ:^ L¶c­à7²ß?*«©|r¦î*ðˇ}]_µ›I[MO˜„˜ò9ÅôÑ]ä«%ÎD‹3ÍXn=SùMô3$2‚Î|˜g ä7ÌYݦRp„düÇ0Ò³LÊá" ÏtÞW´HÛ«\{:qMr¥ð-½ýÒ®ÇúÚù0PbО7¼u¯ã„V2¦¾¹\΢zï“S×Ct9°®ö^m ݰÜaõ÷E4]“ËÃTÂK .ë3Të;39r¥9Ù7s¹^Α8vTˆ÷¼Õî…w_¢vÙvüÄßpã6S3÷l¤˜3÷¬¼9‰¶q!ÄÀQˆw»Çç¯G±¯ÜôYéËÚ[Ëó=˧®v©æDØ·'ä±G7D_û­úÍ¥í¨1¤5E0––àh²SêønܬçâðKÖ2EE;X6p$[³Hý ú&ÀËiºWfF´uõf4OCqr[/zÿyàæ`2[ýj ûma²ŽµíOAZ4håU–ƒΓ2Å{Ñ£~û -ÑãQÈxŒÆ+ŒH›,T¤zºq¦…sÝÉl -E$~t«óQ¾ß‡.d%­yvo¾ -©˜ßÖçÓU nnÉb

j&Ö讥ýf ÝÁ`¢Â‚RJ;Õ"õqÙüæ ÞsŽ¢ÝÙ~àì. Þåí’ú6¾‰#e„®o©‹qãêþ–§)x4Ø®*ë¢ë'Ñvpùü‡§tÐòÞTë 6¶ðnµCôé5Dzëý,º2×@†¢1¡…Å›gæ—‚§Ÿ q+\£ƒŠH ŸÏ·qK=ëA´_Ò’ñO—Ý%ã±’5Zyto†k:hÜzÞVÐuÄy \šÃt‘:Ö´_Àè7Õ|³mÆùª›“–!ýÆ‹p¶ßÀzŠ“U0 A‡fËÀõèZ=t¹ÛßÜ·M€o -[ˆåŠË6„EÆÒgùq_45æÇ… UÏ… &"ëÏåΤí®~cÕ~ÜXo îÓæËt(÷a©e -Û&Ó MÑÅ'Sÿ‚Ê<Ö´á2ÙÐî~”Iw¹ž2·S¿þÇÑUn+«„á+ø.Â)A¤»;»» õþûüÜk¹‘™yŸ’a^ªq¨VþÉ»`^5Ùs&˜>×ö?ÿ6‰çíK££˜J¹æú°w ÁcI»á±kÏÁ›¨^yNvj" -¶ ÕÉŠ£ujisÜ 2oÃ20úî]3wýS3Þw4P63°´òá,¯!í±¾µ>FØð¼(;‚CŽPÙÖÃR‚•Ún¯@öÝʸ  ºo¶ú*îoøÃ‚düŠiÁQõ['„hï÷œb#½ð‚i…ê˜uÚ…ñq¿²¹Ð´ÊñköòpçéA„W_ÖbŽ«?Y=dz»žqÖ¯ºùõD+reǺþwòÆ–^°ƒŠ«.jUGêÚ^©=ª;ç³pkY0 p)‰å¸¥½íù@—ý´]18Ö—$pûŠ_m]Ïd½Ùø9®u[z¾Æ(íu©¾sŽÓY}¯J/Ið8Ù4]<•u7fûŠZv½px\èZ68pígmêý·âbÕ oæÖs‘û¸#°ÚÅíùtÕ«sÐ! ˆuûtru3[ë _¬‹;ÇyÐwvh(Cö¼ïCÀñÞ#bÀ•çè=ð}æ¹hµÔ½ÝúsoÄ/s¯6>°íYP³<Áîîxú<€­z ¢}w‰«·TÍç“ +Ðõé½Ë¥‚ù³’FAŠŸ=Ï.‚Ê÷APXG¯¶­Ô;„` ¾Œ'î´Ï²H÷¶*y«sÚtÙ½·š–¥zx"^ÞxÒ–Î#»eøÅ}©_vûQ&áDÙk -¸»ž"­`«î<ÿîÛCµ¿÷W{¸ìJÑüæÐ ôvÓ×À-mn™ÚÃFjÁ­(‹·$´ªÛ½ÝÐk^õÝÓzÄ-TÀ]Ïúƒœ½ýÄMq‹ø‘"„·³ýÉáÕr› hÔB=À*Ä -¨ö|^úH°’RRzÝ1Ie! -l©žÉJMzÑr6ÜÑÕÖú 膎µ½¢s¾gÙãPX8ü«µ¾¼a ˜wÛGóÑE±£•u9,©4KS^;ó{•”^L´OzoŠãöôz÷0U”Þ½Ù¶1”çx` Ï*ÌÛå·%m‰£/­+€‚ª-§ò¾ØO ˆòkíËõçÍ3R3=Õá|ɼ‰y ˜¯ëí³¿%:¹%>Ÿ¬ŸÀ)ÂÛ«|xéºÊ·l:ÓÕÕ£«9mq9?éYÌí±x¸ÛÖ*äÏù2ftN½`™iÕ¯kp*ý;*ÃÚó>µçÏB–·ß+ØËë¬9—‰Þ9̉8sæ”~ÂóTŽÒÞ–]úòÁU¤ -}!¼Ë ³ n9öïçIˆÎ&¿‹ýÆŒ÷=×Ë S}}¥½üzÚzÊÚÀ¨Ø÷?ÌÓå²ÑS³30†¥o³AnREsês. ê‹w¯U Ï F™_¨XÛƒ\Ø™Ž=ç3d7ê¦Àu¿®¾>QˆÂI¦N>3ï!Tº,˜ú÷®¹ðc| -HN© -æU\ˆG¾|¬0èÌÞ3®µØŒ½ðRÚƒZ»¨ì§ÑÃ]^?¹\¢ÏK4f2âä„Ãüêà»h¯JfýÚØScCôã~z¾»~èu; ×[Ý+! »¯.okî{v˜ûõ¾ëæw7ôÐkáÆ…àÕH†Á †vú’rœ¿•×ÅA8A—¥•/^ë€÷¾(:¹Ìï(7¶šjèìòk!ËDÙµ®­±4uÖrø,ÝØ`}^p\Óñ÷¡\# EöŸÅõI{ƒ ÁD<ï|änO°gÒrüÿšyjÚ4àðY£ýªºßº“2Æþ¨ì‰ËÖ#øvš{¡HýBÜ”ìceaJÏIý!ûéË}I"°Æâñ×í—_‡Þ°óèè­ªþwÍ,Ý» §`ÏÚÞÓ©.µ¶_₯´ÄéqvH/Õ@e«ti+/ê¶+Ø»+«»¿Ý|¥clÚJ³}ê%ª¾NJNx¼6Úÿj[?ŽÌ}{€Ýñ´Ù|®X¢¨Ò£‘Uµ=ÌwcRŒdZغ#z¡ -€XZkۜǫçï4ÎÅŸm—޶»Fú{¾löŸË]0D/õV*a-ôîÍ¿ÓæÿžëŠþ®¡êã‘Ý‹‚_…Y<´v•‚¤‚é§nû ~ ¢6f#§/oÚ{W™SÄø†¥2³…²w¾°>ø‰}(¸|8î´ãö¶©q§Å_Ÿw}=z Ù¬ì(ö4óŒ‡Ñkl’¯ñ÷¨}±ªöšÅ]õŒŒK’jcy¯ïç£k¿µ —Â1KÔ›ižð£­ñ}÷ƒ$€ 1úáμ´èuÜZ(E%wKÄK´¦Ã˜ -gãû²½>¿|;¬hý@°>ghþ8Uœ"ûë~e:êRÁ–.Ä+ÇäÔ .„ïªõ“96Öœ»FµØc'•Æ j8õ~ÉÌ2ïÑŸSê,3dŽÖxgüÔ5_ïvíÖ:œ]ìt¼îVA…ÞrxrøÇNŠ——Ó!„RÃ7¾^dâ¡AÜNCÓy—E:þ¼½6RÙÅëÑÊ?<©'tå‚a -˜ºÏ-AÄ}31ææ–c, s¿×O­~úŽÌ\áî§4ô-Æ÷{\)þT© [é—• ªnþO°‚²[aêÞùG¿@%¿.i¾¿Â9,§LEšº¾Lnxî=NÄö:Ô}@™Á°AŸÛ˾p÷¶Áxã«Fg ]“ìé·š$wø“JµïA»o=.nÄàêP .;jý¯áðX kò¨åí3,/k,¾’¢±J{mÿXé©ÈšŸ_|´QùyCfUíVð¢q®»£%»j}…¯™e…©¥/®9÷Çjî&fýíßÞ -á~ê±ÿ´ç³ŠÀ¸ù2›ë×ÇN“¥WZ °¦‰gúç÷”WŒ¿¹2ÒA°ä>¼å.õ ÊÊZ×^iåÈ[_hZ(¾ðTáÆaWçÆû¸Ÿ…Û¹ùiUF“†õ>¶Y<.£™<ÞÍæ}·‚ì)6ÇM•$ÅoêÏ̼ƒŸiì/’¯õ>QõÂíŒÃ G•5Á=h³Öœ~,P)`Û¼°Ó…CÔž³þÑÙµ¦»iÕuIŸnât¡/ðÕMR“’9n16 ŽÆ+–ñèé%œ6»žåé•Ið«­´QxNû5[ÿ|ª“x϶'±¡–ñCvE5é9k äìÛs *Ð]†0¥3ˆ=ù{Fõ[[)®¼Ã^Á—àë‚|íÃM³ým£ ¡·p.{tŸ­2JajŒy6‘xçôÞÕ^§@e™}U¬ZÇ’f«¤ctãP³>üÕÐ{&À«º¶ŸÉâéõmi]{ëìÒæÍÛdµW=_¯–’}ôÔŸ™–Îzà_2ú:‡N#ì-ì^Yà%ÚSå!ê8¡ëYËÞù©5EùîÜ¿v×'§Œ Ðìw­¹LïpïE? ‡çT{hÒÈdD¼GÀÅQ­h›ðþ…1d:{&Ã,^öà-{.œ’‹ß?Ψ•”ÂÜŽÓ©'žõ {©ó[W‡HoúøMÈK}?q-Žý%å;ҩ®'w7•îbDÉû2è. lËF!œº¯ÜcbÞ9\|‹”d&ç>ͨ‘ââË¢W7 òVëù. ~Ƀ¸¨ê ï†sƒÄ¨O?ð¢$¸„­0€OgçæIq,øºK²ÞÌL¤Hâîf¤jɲ`×t“YTñM#Ž®…èË&ÈeÝ­å\æs‰ ¦tOomùX[ªJ…?]¿ajF~.ê ]ŸËãt¬êÝWOÔ©Ñ”¤vÄ­båbƌϮú@q±-¡“Ö$kOø~]Q÷â ”°Ó¯]TÒÁ (5;åôYrè‚-©êÉ0›Üg¯Z¦;°}òå^>bVVFS‚éÛnTíù×™…wIX§„|)³ -1uI«Ì–ö´þ=™‡göPDAxÉlŒ­"G¿4®|{SÆ<~ÚÄ -f ÚzMPà:jÚ—\pXÐP³Ÿ¸¶zYN…ÁÍ€ -ÝúÄÜ^ÆÇ©´»¨¢^;jg§|«””[ënqÑ;œ:L}'h¹jw VWüé}ñ·C½l•8³óìÆí„÷8f.lÕ«´Ú{±{ZÖ{èÑîU=îB6¢v[JÐvçþâ«fÎâE¡X²rƒ¹êë'ãEÕ2.¯×{æ%—²J™¹k#YóQͽ5{2Hñ‡â«|#4¯<ý\ùì¸N…-\Ÿ÷àgͼ¯Ne»ézô© ‹±Y{‚Ó…zuÇîüÊ®ñV+ -Y ŒŽ‡_*¨…Dz¤‡5w–Vs‚–pꇋ驫Õ$¿}lçÒÎNWd}ö>g/õ—%s8!^)ç|ïö;¸Q„Ktr§:"£G­ö«ì¢ß-ÿÈ“Ée?«ƒºÙT«5ü×ËÖþ» %†6^ïÀ#ô.”t€(ÿj,0¿±á÷šà™çÇüa¸ì›¬döÉ /‘ßw&>Ž«n<íýÜ4(_È[ÃËÂY¾½ê@Ý¡X× ü™þÕL× {½}› ¯ q´‡dîúwªþ«õã M §×´¬®A#í¼â¯ÌnŽ3ö ½–ñþ°Z©kï~ÿ§¦Jê5ˆþÇJÕËß…`›Î‹U’‰µ|kA¯û³®“ÚJV*ճĺý«ýu¥-©Á2>pt&és¢§µãÝ‚TFBzû¬à¸wV¶ÝK…IóžˆJ³hˆ+7]{ýí"W’ Çhsâ4¢Ï5ލkz¼Ä3öR]wõOvú;y²t+ExxîfÚÓËáŠá–º{؆ ÷C†âyáeiXW”Õý¶2ù®À¸¸ì«È3»™«êÛþG##€™ùP‡MõR["aË(Ò« äÀÒʵò¹7[óoGMAFêµ¾;&ƒÄg™­O[]ßþÕ|驹¢°AzÖ,ŒN48àâ;kÚÎ:̇:`+¸/¶˜¢µ0…‡ÁûÍ– ¢|CÖe¨fRëÒÌN "ûè,2ÓýоÅVûL{‰wÕªCô¨Ÿ±Oßâ³èÜ Ÿ¹fEý†“Ì+eÅ5ëxI¼w·#çZ>M\›9V>N7=åkd€«—ACGó9Û¨ [WÜl}ÐÐßxwc .õÒCÓk_Æ s¯‘.z¹6† ‹<˜ƒKC4’=Æ®~}®—ßÈÂiIÜ;ÎFoM« -YBˆ' _Cþ]i$z†g÷L¬t‹:hA|Á9=²Ð~ËåÍ vóÜ<K%èmGÁ²^†Tf$f¯µ\ÿ@¦3½ÍfEámãFx7%h˜Ø A‹¸øîoÓÚóN#×ýuå›$~$Å­ñ D烸¶·ßòé -àB옇pÙ)WÕ×åÙí^éµÈ8;2ªG¥†±øàý®ŽþwUÎY11X²žAmžt{¹¾ÿ5ËŸ¥d1ýç¡UNÒNhPÇ‘ãNÔuÖ7>÷M Œ’×ßã'._o4ŸžaQÊaïyyTÖô}‡BÒ8Ü4dóx•áp‰ -.5{ ¾ÝÝX„"x¹$ôý•µ‘Axµü‡uß›¯áHÒRç+x¥ÏWÈÃ2)uåøiø ûó¯¦LŽMI1¤OË”_ÂL–VK‹µd©ò -ÃfÐ0úP°m­·’Ž˜Yýº[×ÁF -êl­*ûN:Ö 0oÄ¢jª¼¸(䙩 †›6ôêð`¨”@Fê:Å5–.“[1‰(ðÃo,)©¾íe73b~µU<2êî¾Úþ¨jƒ²…땽ù?g,П?¤TXç™.íoÌήÁšqsµÀ¢HÅŠuñtrmͲÚZj3Üž9Y¦ðíWn²¹(ÇÔ…wZèÎÔÚ™Äè6×ë»iÊ?Á·€'m6ÜÙvq_¾XŸV>0‹ŽZÜf6*\(6²©Hs oI竚%ÍWŽ"‚$n]+úÔzÇ—z ¬šgËORÕù­Ó¦¯±b£rd\íÝ3åîÞ¡Æ'Û’ÅתuêGg¼®ˆÒ#y¾<䵃œk÷P$ e„¬#í¸xŽœÏ8j¸kïxÇ‹n• žúÎyÝRin»MI[š:ÜÞÁy·Š¸ 0yYë Õþ´îãÉü.À,¬O]¼Wµ‹¨ÕmWÝw±ú^Êkm:yft:Dj^÷¨l`ò3…Ý[D V©£`£5ܹ1WÖÅ×uØwã…äm©Éç…§k¼£A„ÌÚj‚\Ž/¡Î–kE®$Î\·Xƒ+à™ÕJ}”Úý¹ÇÔ@ʯ^Ý`GZ|çŽw)+×s<ÕÑýÞBã€ÁRÝèpØ% k•´*?A–þ=4Lx% _ƒ¬UQc«°ýqü[óHDÞ5šN^·*½àH´dÖJê«Ó˜%õ ÄU –HÜ݇²(0uK{ÀAL¬±ã=¸o´½±zt}¤ên¿>ƒ'cË«t;A;÷Š”Ô7„$U±c2vi“ügM)­F¶DKšÌ­Æ\=¦u–&ç÷I´ð…¡>'†'Œ7c9˜ŒÕ²™Ô+"È$§Ø[íøÔd6—Š»:!´XµÑEïI1Mš?®2Ÿ”¶–\>AÜ×"AÕÙšÖo6üZ~šë‰èærx¦J¿½9€ú/Ç×´Jp½ò™¤Û¾‘i l¦/¼®ðþøcJMI̪§jéêïù>ðr†ÔšâúaV­×4î·ç=6#\úØû’à·øãE±;sn¯wPyæ,ÖÝž:í6FWâËj¢@’ÞD×SŽ%ΘÃ7Ç/«Žw9uÐ{±.› <ØU3®Âܼ:µ åØ_gy÷O˜¸× _hßpz0¶7úe8ºë šbÅFó¦þm&`Ã[jhÄwK.É”…½ñc{¨rC›ÉóƒM™ û¯Öòuhí´7YI϶„}öWÖTHíkÜ{JŽé_kKœ]$ZWN·}[PEÑdªc§óÝÎÞöå½½[ΛÂrã6uT!òìdw^{¯ß\qÐTþ«©‡ãjl4…YìRý®…÷;ÞmådsÏ7$&­Qâ¤Yr¶¼A™ýÕQo÷öËy}Ö'ëÔË­Y°m»À:(‰é€6òûõ<­L5PŠfIjÊŽn©º^vA¼WzocaÉ›ÎÑÜïÜPw¬ê| ÃÇŠ ÙÖmj=½{X›‹ƒE¸%”Oí3ÕƒU£àÛêE3Á=&nî÷ûõ¾7Q ]¤»rêÍv_Ÿ¶#åá{zu ZÁ¾rhMu/Äy+ïÅÃÁJ‰4ŽÂRMæ Ê?«ù°‰iWÄÙ±EŽQƒQ˜ &7E-jûÃfnþíµŽº!ìÀÇ¥7xÞ»†Ù€;¸?¼X¥Š¥ -ܺ¿ø¥ž=õUNoBÔ\0QºÜ/tu~È¿© ñ"Fç/˶ƒ*ß÷7/§k±©–µr(ôÅ3LçWÃjNdj…Ñøa¹,Ï[O6Ù¹Ï¥æ¾ •í¼¶Ã¸ÞÉ4ý'NŽáZø„ݩ˘ÎCšÂÞÜg|k\­û¼‹y"¾ÔùsßèÛt&ÿÕtW°B‰èÇ'{š –0 ®¢™\×οu\Öãm! å73FϵlŒFÈÙŽçp/Gkóüm-žš–~œ2C±Kkï ‡ò@¬ -Ý·;Èd>JhwÇ8BømvÀZíeŒ}¨ç`,@Óm}eéTÓs– êç’ðéª,*|Ç\-YGQí@ëðÎ’Üu*”•`¤gVh[/™«“òÅüÛEPî¶v´iÑ÷,½Ö};mátjAmno14’.›½‘TÕ‡ãùÎÔÅíRn”ýŠ1ÃÆjÁ—Ï.¾9·zÖáË|ð¤Ï­Å›ØÉ}ãü«A[èÚ‹ø:s¨ý“p´_øŒcR2ÔÔºhåiZ­Ûhm’PàãÕ¡e­—ì̪A«# ÝÖÈÅÛºÅ!º»ý*Nå9xسä¶xpvÆJ1]X?ãÒÐ'öfDy†ê)H‡¼ÓÌÇW“÷&ƒ3ÒQæ -n¡ÊLÇŒ÷sÆ ß³­ž?2é¼½íǾ—=þ:¯,>©n {´jOã¯3Ëgû3ÜúiÌÃ­ÖØÇçiðåC÷6þ}Ý´zÆ-•t³F®¿ªØ6?~ó-/N|×±/ MìÏ9ì"þBžõÁ‹8IÍIóäsÉgjLYQÉôSY^ÁàsrÕWø|‡\<}§¬é¤[žØn0iêÈ®®5üqwS[ž«™ò¹‡h(d¡ß”ÌàNæDTihäþãÓ]ÜAaú\Áüe„x£« Äx×åcnךú§5¦‘×"-Z=àmV߇Ï~œ"=^(ñ+nÛNä RÖèÄÊ’^•=0^bòÛÙäY3h•xÕÒbÕ‚r/ÿþõCÛ8ƒ¦•½ŽBÚ|?e¼2¹2îìÉ4YÝv{Üí„q{»¯ƒï“ëªÏC8€:¹:St±?=ƒòšZçÏÑhÍ]íæÅãéjˆQ¨˜Î^„³¡KïOuñZ¢Y·ö±K”nG:þa¡wæ—jµY¼±[àúìòšºÊÖu zŽJf¥L7éa¾ušŽm©;Ž•j%e V -¡þuds’æ=ä´^£­•o˜åÌúËE±›°~pÀ¹+Uù;ž9Ä£² c•°ü½g¶©TÛ›=¿º˜N>ªHý`ûàž"±Ã;ÚQ}8N£Æ&4$ÿöw#p$Ú?`o¥n› {½W\©×daI¥!̻̤!³Y1m%¾ž]/¸yyç50×Ú’Öq9šG}œïÆ]<ø¸€t] ìàŇÁÚºW¹3˜¿óaråµ bU@¤› J¹8ÚÚ릮Ýçxwk¿zâÈØ¡äÒfw¾d ïÕ±»1MJÈP‘m„v'†‘ŠŸÖ¬ª~{za«”WƒáWßâ[t+®1lg¾$`äRŸÂÆîŸn׈+«£­Ý£hÄiúåãÒ [Vþ€ÉÝâi(u†ÙñЉP¶¡ereû‡gεsò T~ñl—ZÙÙÆÌÉÞùX¾ÍžGëjÑ SÞ^k\ÐàL['ʾƒß3‹l—Ô¦ýpLÀÑ5ªÔÞO V¯ìÛýò'xZI©óÀÂÄ9¨Tëö„¿³:ý¶ ÚŽLÝÅòG¢œ-Ñ쵂Ûô´39oöÕqJXYèèåÁÚm)SØaÂhyì2|5wzhÐòŸÃ»ít¬G¼íÊF)(´pvÛÚt‘ËþÕ¸Nå‹zì÷*|qtg¦íÁ¡ò³Gm¯Ïªá~¦¿§C¥ù |uè¶{Bn3§H"}uí•·+ækk»=ÊÂdñ(û¿w¼)-—igþëùÁÓ©üíƒ-†ÙáøÖ/ïù‘ýЪ}„íÍ4Ïk"o‡ÏÕVs“^uO™£r½–W‹~!¬%WZ±ß‚7BÄŒ,»•Ç¿îÕS°@‚æ/;êÍö"BмïÛSäcç›Ïü• Þë?eGØ?U^’||ƒ©ÅAݱ`¸…mût–Gk>¯iaSÉÂ+â7ì6‹,;¤äqÁìBöÀ]„½ßßÍÚ3§žWçEJjWÚ3¶À)ì7&´MO"kŒVÁÌ.llNG²ýÖäè8]Þœ6Õb^?hšuô•ë¨þ@:GïŸz`½& 'žÿrµUz¶¥6¤º±¢ó¹s(ýIüóŽÚPKBaÔßÊXøŒe‚xxÞõõÛØo{»7ÄÀÖ×_˜ûö +æfÄTùv·gvíí?ËCCêÖÁ§ZXÄw³> ž˜B‘µtíe~y¡÷ºµÌxˆZ°I - -úPusU7ÁÔ¯ nxg[ æ_÷ÅMWŠÌZ§”Q~õ¼íòvg èÁ°¼éµ:¢Tí«XzðP \w6çë°RÂÝ2MÀ9É6*¼Tû잯:Gm_ãæûXËY ³%Ë*‘ø_§0ËøÝÙ&X½€ýÄóú³cA{Û -ºŸ®‡P'À96-F®ÓÜ+ìÖÙIx©Îy2;úK8ó~‘‡áÀ °ÞvzôÅÁÑÞþ¯ãg(6AgˆU%xL­Þ±:b™ndÀÃ÷A¯Ã¥œCK¥µ0Þè£(#Þ‘IÄa€QûN{ ìÈ["¼ÎÆ ¶\":vâÔÐÓ{?óWûÆÌ‰Žh¡/`ïó˜z[ì¹t† 6—ü~hñµ |¦³[}HÉòFpéTë~¥7 ¬—ã]ØbÞŒD(Oû¾ÂO€î¼4^7æß¹–> Çæ‹îy¶úÿYÐÑ}¦üû½ÙË×TÃÖlÑø-œ©Pip ˯f·/ÂP¯.¿T)D ¹£ý»ñÍֆϗí~kÂL¾ÖýšT½ôÛa¤Ò*ÕX|íÃÙ˜0Y%{“¿ ú.¸aÒª» Ñ—®ŒÕIP_x†–ô½Y:»MŸS*´™¿Öè|z}¹ù™Zs°ù’MX_ñöšj+²žÓË`N]³ñɨ íÿy)µŽB¢oS„ìOÓ¿rVÖèRýzc{n6·¥ý;#¯Ñ»vD·›«úgŽ{÷úlY(ãç„kÿLi@×åNWóC¿$¿Së)X3kž¬|ªNÉëS•tñ+7;Ç> ×8 ÊŠsóGnÀhU€oâCÐ2òç§7G zÆut§Mî׌Õ’×v0·K1ÖÈKN1‡¨òqq©¥ÕúP-·¨äGSwÝa¥fŠuµÙ²µ^Q佋3ëjçi?Í€ñë¿MÔŽîÎá5òb+±:¬•œE#ƒ| ¼YÂ\¨ÙÖÝa¬{@Øhj®¿¾} D»*79¼s»ô•ó>6 Po^\­ê<Ÿe¶ûÌ\ÿ\üg= §H¾Ên0îˆ}/Àf£WwçÏšï²gÓVõ»ä­ÊkÌ»n¹ôiÇÛ–¨ÿ‡‘N³nç~Ƽ>1ùk!Õ×°*Xâ=Ýi©îðºÀeÎ@½öqÒq¹ôSPSN}Ý·²¼Ýé¶æ‚ö( hî²õ¼;¥Xÿ^÷ŸF:r¿ðÝhñ§•÷,,.vj"_à“zOŠ*¹\VكȾ„zªÐ*oÏ™Gà_e¾Puž¿¬Öºû…zÿšWëØOâQM” û²øÍ*˜_y%¿vŒTYj“ˆ–hæ£:‹½ÎÝ…Ñy“D°>mnðûY„¢—ÇFþ°l,å‘#˜îõ+Å·DP/ëÉ#†ðüBåëê¬v6£ò5í¨µÇ]¤_ûa:7™»QÙ’« »–23[ -ìœáöš½ì—ÚÃu-̲¾¦Öˆ™ÈÔpbõ.ËÖÉÇ ¶÷šÀ­³ÕVQô£c{Ék„>T{nÒð5 fÇ^\$`f·'¬âSç—Ãð×é»ÞºiY úÝÕ’_¨“Nuè -WÃV+éÒrÛ‹!"#Ïm›õÂÆr¶m Õ±nÊ„õÓv n#íœAÚæ”Gïš!®€d˜Ÿ•Çîá­Áº×cCoË“FbRXf„¶§ãpá·Öº!ný<Ú,Z•‘Ï9€}Ý{‹Kà1Þ¶­+ÖTLN2è&wyb„IŒe%K -–sDs2 ¡µð\+£È¢¼øZi2„îÓ×pÊùÌõËØàÒü; çó­L{• q¤8´Ô2u¡^ŽGÙJî¬ÞQb±ãÌŽ:Àm«.æÙ¸‡ -Á -z•á¶VÍ -T‚Ïä‹=‹jÎèë¼F Ç£}Ç”ÙNÓrËjüx ²®W_mPü‚Q|µNxùöí5D¾Bô̾ݹ}vt¤*û+ö0WgeàV»Ø‹ÚX‘Ä6&ÞܰŠ˜ˆY -oÞyþ÷è*Ng¶“N´£õ0*W²¶¾èWœ÷Ñ‚6HE0#=g.ÿ6ûÞÕÊû-ñã¡eCîCÍJôrf®@ß·ÿj1¬zqW=wn6*ÂsoEc¿Kôs×tzi{œ× -ëÞ„rÝ'¯8ußàµãµÇUàÚ羓ëWlO5€Ðð6R߉ڑšu†bÅ)y¹‹FÁËi¶Û†ôùx#žœû“µò1že­!Ï –õÒS_­NîØÙ–èÙѧ‚æ—#_ý®º\*ŽýÃdP Ù`³Ç>ËÆÏÒ‘€¡}(PyË­µÇÂßÔ ˜[ŸÀï×G÷ù[z€٤ץ€¾ÔîVîÑ=‰r~¸¼s˜ª%ž®ÄkQÓ–)ÞcŒTF·$ÒË/'í5·Ñ^?Žùë[ý®46{&`Ô5kZ‘»©3»ä¢NFâLV¯FŠl祽Ü+ëOuÖUå•’ªO¬œÕ°=¯Søf©«Æ)ÅÉeccÖ/«©–ôqëý¹ cíZc”/JêŽÇë–âjMœ@ hZk3Ð’!íÈs؉ôeôßjÔVGqI6spgÊ)~ÖW莈܉µfJ[´€Wþê¡A¨—¦`Ou©Qd1PZ7 ¸ -âmv·Õš&Ë&¸[ü$Üo™+¡VÃæªšch^Ý·†ÖïfaÆ:Bš`ÕÜÜí;ñpYus[c$­fŒéBÕ Œ5~ଉ«~L2Ûº°Ï¸ÌÆF‡±rÝeËî±t\ÚÓéÔù[ExÕ/;íÅË2'ÄêžÀacì¨ûQƒ«¡#@µ¶wgº0[‰â?Ùê ™TË3¢‰}Êu&Õý¸ÒÀ>ê~휈úÛà>Ø]bSç=nlèW÷™ûg yÇ>‰sÏÈìð8â½:ïÄØØžýä¼6°©)ñ4îŽoŠ{¢/íòʹ¢Æ4òÝs;¦^…û±@W'¡‡î:Ìçùí•Á® ¡üq¶Î•úûVФ^S²cva}2zg*·°žXaÏó´Q)—ú ¡'’{è—ÿjÔY1>…í“Øè ”á‹>³a,b»ƒ“p×+-U‰OØ¢ï-yµˆn_«Yþ#™Ì4Xã nÞr{¼š„xjD»ý‘I¥Ý•gˆ‘ÇØÌ×,f,¹K=„ï F'yó%‰˜#;ŽÔ¬îÇŒ@t8ݱ¢òzfm¼¼dAíd,õÝ^Ý€1»=g…ž(þÚǽ«Yá²õ–=°Á$‚t•['½aŠ‚¹]ÏÿÕ„2¢Oâe±žºýö5ÖÓ¨ö÷Ž$§ÁÍŸÚÜÊn QžÏi5¨©ŒHùä?ò)VžC½¯»ºÂcÁB¶·¹Þ=µhF¼nCuÿþŽ -Tîsófےш¥]@+êã%‹\˾ÔCO¿ iCb©àH`ë7GÂá.»êŠ+†\ÿ´–•–]k £. 9nÝt³íðöø·çÊ|[›M±rûU\=yùÛ@‰÷¯ [j™}uÙ+¥ålZò€áD¼¾zm'ôŸžôéëGÛg0ž0¶VyÔÉÍ¥]¡[Ó ø³ÕÏx&0¡q*Ørö*…:Í’¤sJY‡Y®e('2Uø¾äã!•šºéÜ4éUUˆïê–aŽÃÊ&¼î=][¬––κß0Ž]“nò„ÐÀ£¹;ϪÒób]¤9ƒƒr¡çÖ¨+hÊiæ­éØ8íî¡"ëµXÆpí<´Oè°aâ¡6o(CrŒÍrýì…º—az²s‹°ÄVdŒ4ÿu0œ°Idnáã7IÊÿÕdõ[þ(;`q6Ž›rJAYí5U9½A€Vgjc[1Iß,U6U¸{üÜœ†0jZk~ûðgµñœî‰û.¹Òó1Q¶ûïù[ÞͲ•X Ø"#ۯſ=­¾\ž´ìݨ„ÈR:ÛjZü}¼]j»f.Í‘dç=ÚR!ÍÜ¢Ðɇ»›ïÊ|a7ðý¯Ö´n;µ¦§(úóa¦YBhCŸZ©Ïi]“rÿÂèç} Ô©õîÅhpš•jÍ6Æù«Šï4›¶°T -¨­l¡iEÅlé•|m»YÄÏø²«÷‹JV jWVßô}lRg¬þĆÆ¥¹cUï_w~ÑÍù„°Ž -÷5ëpBG¬s±ûO·’¡Xòióq´Ë=”N³=i\¶o=„ñU™*)ò±V R⡳Æ*ÅäÖ/ÛÞœ~ˆþœ’>ÌÁ 4{‚ÿ¶?ú㌀÷Ï —`/G÷™s{/×EÑ}Uq€¾óû£³LpU ¢ð -î"ˆã4¸Ó ÄÝÝ]öÿ˜7¿g¦…®SßIš* -²NI. Z!*R0?Æ·îjµ ÿ…u=`E¶ Mƒcý¤Ëæ8d¾Gƒ»ïÊÝiŘW²/_Ä þ„fmÐkÉÌ#ïz<ÞNKž.äƒó±ŽÜFžù½t¹Þo›ó îÿ_ \_—_cW¸ü RJD6 êÕ-HMû¼ÊÛï¹VM‡—‚më”S7E|”¼O"t9¹' Ã}ýœÈæ¾á—gœIO7f3n_ü]pw5ëŸß™ƒïÜd¯?ÙÂÄ;MÙ~ãúÔ6º«9ÆÒ—*õË}ðurÚÍ“Ç×­n?Ó}W¾#®Ë4êÉ*˜ÿü‹Unog­ÅSɽ„#$º†+¯Ùn;Ï}ll†Õ¿OHFÙ¬Z…ñêgíÓÁXíÒu£ï:–³»,8¡#*un·«{[™è…‘ï%ëòÉæñ¥ŒÍ¿ê!ªå|°*,ï¾Æ -í¼i¾Be^çñ*1Õ—¹×,‰ˆs¯ž=¾«ÇHFöço^NAÈ£+ŽÈlÀ>0Ö%lò6pbªÿ\Á5؃äÅX•Ù¼LEú¡jܽâ”û¿vèL¶”P8Åú¿¢WvňëO#êž[L‚JAΠòª ³aí]öí%ÄráY™µy+ùõR5S1³žÔG“«Òï¸Ì{@híÂÚvûaù`™‹äÙ³ù¯Hàg~.¶êp– †(ó;·³ô˜gaj=¹ÔCÖNÛWÔÒ¥¶÷Ü™/4™z Ê§"¿¾³…²u#ôX£n2­‡Kí± Ö»£OÄ«Fßvûý¯è,®ã’;.}7~àëy{›½÷0—A&o_:wiì…»°Ê¾@ŽD†Ë„¡Õü$—.o‚ŸÞÑÏùyÑ:׎3׸†Xëˆ;'¥-»èfÊN{ÆÚãN‡bÍÿìè¨z+®ý¨Õ]ðÿdE+£þ Ö¹Kžz^PçF?ÊS/#ÌœÁÚŽ€"¸e[r‘Zw·B4<³g4H¿ßl~ÍyæÅ$Ÿ©Át†þ>/רÑ$ßw•.…Lq„1hëxQpŸIþLŠƒX“O ûhWæó>Õcæ4D]‡þŽkä{7ƒ¿8z‡v%á£áà ¥Qñ¯¸ &Ô‡xátÙn…“(¿Ãj;o»D¯n5nšîô0O©9‡95¾=Óî*ÒMF|¸»Çþ&IöKÈbªùºUv û~Ü/o¢àÐÚ5ˆñaæ_ð¸˜DUx'| Ú\ê®6¡ŠŒÙë¤h½Ë—Ne¾›ÊgÚ?¥óE…÷Ìõ'âñ NNëpï?ÞĉúÝW™ôÔódv?ÌëÝ>1ùí«æ--f±ïÔ0¦Ù\,Ç´½´¯m¶ú^éjçºÆW‘%*K¹u:g2ÍU\¶/MÆ)*.“ “ô7DŒï¤ø -‰FTj»ˆ¿¨4/ê(ØÝ£ó‡Ü˜Ëݬajõï¦ -ò0rÊ1ÞÏ­®°1Óêc=✢@ÿ“Ã)Rx!¾¾’s°ò¨ŒQýí„áLôÂ^k);Z”8fq ܨô ÆZTo 6výä£`2z‹ÓÙ;ÿ¯èÅõ&º+„Â\=×§ö#„{¶‡·õør8¢Ã\š_{‡ßõbUu„‘(Âe¤ ½M(dƒYyï~ôŒ9>ªNÏGü@2èÌ#€.¢ë³õ§øÏS(1Ê/ùʸâÛƒŠô¯(jÅÔŒxx…B«jÑÇ>è¼n¹0úMcJ’íx6ÔN+ý¤ËŒYzÞ¥GÝjä§O8j9¼ÄD_­^é2øöÓoZH]x/_ì6΢r<¢Ì2ÿ½À6³ÅÃí[ãñ§Æ—`û±¢}wùqÞëW+i…oÌ š…̱½^ÅDwÊ3oTê:2(ó£øÕÛZþ©q(Wkµ›· „EÛQjõ¹×˜û0nÄUË"†Q¾/‡ÜÑñŠf±ä©sÏÊÊÝPäVÍ•.mj££÷»ì;¹Êo“så$R=2‹Ù"Iˆù€ã°1 g;Ž} ±£žï]²¨ló*Ñ”¥¿›ôÏ”Óãk{Ò°ürË#"ý*s©ø¨èG…ã¡*^;—T=Ë`Ÿep÷M")ö1B„{c_­u\»¾p¸—ZO‹Î‹@/wÎÓ,ïO¿ÓVmUq«f¼ºï`³»r'LûšL‡°É,¦ô;¬~=©_>ÀQáÂá…‘!ñ&ÀÃúf9ɶžê¯°Œƒm…œèäN-Tà¤Ò^Z~³µÕé¼Nó3×è–ÞÛÐúe2ÄwÕ@ùUh;9TX|äȬΥhæ%¾ DÛF˜ë v©Ÿ©èrà̳ƒ¤»¥¥pÑõ|eÒ ÿé’¢c¾TpÍü$Î@-|žÛ*®h¯‚ åPTy¡ß…¦õ+uÝûjïÕªün5-9º¶ég÷¦óÀþ\f@ü;;Íj¸Ë=ÿºÉoÖ_ 5 0:æ‡ØAŒgNñ¼_ÖÃI3µ3Œ_ ükÍÍoìùcT‚ÇÐ[E3¤`Óç`ñ ¿Ýd$Øá꾂µ‚`‹²Mùó¿7쨂â“XkÜð‘†H x™z'‰™"ßpvÞQa¸®pJ"죰_+DãÏ 'ÛÈeªÎ‚µí C‡è@ï=6ôïF7g»yŠôyñL’ùWTK&ËØêºZIJÄO.´ÆDÅÃ$¥Ïßü ôVËc´î…ò–ò¸_tn ëô¼eÀúg—«ª×\ÂAbÉFÁõúâo¢ù°Úb3º¹m“ãíÍ+ó¬ûQÄ<)”\æŒÈÃ+zÉ{ˆ endstream endobj 34 0 obj <>stream -î†í{–:K a/Š}ÔQ¼NæÇUJÑ»ånÜY¢ƒ`¶R›|[ÞcB?l¶®}yö6YTÒ¹å%rÇÄ£þ¾ÖBPÜâ¯t6i§-çGøRÿ¨ýˆÌ ù"´äºíˆ\|$ãç«ápHqì¡0IÈIp ÷ëQLfFøwÜMü+¢òô×~üHzæU*ë'ë×_-›÷͹{RXí*שópéÍâÓŸÚH®Ð«9У¯[ªœ€Á¢‘‹ª€÷ªJ÷V9#úN©¡E7ªúPW]$Ó5ê¨ÕhFv¡YJªæÃ5z9·V·èïn͆A|qô9ŽÓĉ%pR¿×xɱ•ÊcPñ¢Âò±{ÚÑ]ó°4‘ò«÷½KCnÛñ_ϧsuÁ«V·-é²ôíãËb™Îy¼ëk’w¿‚`Ó%ÇfìÔÙf.aŘ1Ù’Ì—nÕáåqEkË‹Øk»û…kÓ¾ãyê&¥¯G7ùWd5£@ú_Â~ñs ŽEí›kµ€’‹ñ1º©¯, {A;ßRÛ™š, ‰ "ËÌr0ó¨æoÉòhQmü£ßíÈÃ4[ã°R»d±•{ÀŽà¾ŽZ:’ƒÞú[¸ýºç‡{~vjæ×üJ½]-Õo = Kî©`Ú/¬ÀrVh’Â\ÕÖxTë(-™#,Î~]J« å0Zå)3“¦÷˜â÷¿ðýíR佉MÈb–ªè 2û¥®î©\M…¢î!ú>NØ\îû§0×7•T¿d¯mâ î^`H¡Wk»ÚvNÀ’-CåmÈàŸ]Ô3ìâõ3H*`¤lGZÂdE‚zõ1n§Òik›‰Þ7‹Jÿ½û¦NË`„T|ªFeÿeWÆ–`¥uØö&p¿¾ ÙÈ‚ª6È9¾h0†ô–¶ë‰?×Õ ¨C¿zŸ>Wñ*žDÀÚC½¦•¸±©·@ò¢ùE¢¥‘—XÙ¶`Ö¡4¹ LœÓOJ´•ZéL!­&zÅÂGØS÷Fò,]& øƒ®0mÐ dÌóNDUBß-W }ªØeüÆcWYü}/6oì6™ã_úE™ÏfW»ÔÅ-;›ã3¿høk*⎠BÛ¨üVê&·´éâ|¾wÛd-IµÎ»ˆÇ,ÆE Ó‰³xÝ*ÓW"íãô›ìàu”;«ð¯_ÖZWtä‘üLª­lûe¤_cËÌãHûnÀ¶ãTšŒ^¤„ƒÈu½Äñ&>úŠ×p£¦½x²¶ôšŠ.Žæ®S¦ë™ èŠéfbÙË Ñ«#Ⱥ”EåÌj/Üvô@Rº­èÒD8û1gW³¾ ñ~· CÏ¢ºñ¸Ä+»Ø r2Îõl7²p}'"—tÙìÅ|Ìs=¯€Îši^e9æT¿lýñ?qµ¸n’Zxÿ…ÂižÆƒ2SÃо¥E«á¦“ár®\[ùŠ«Ño]E”qæë­Dÿ—I ÒåÚPl¹.+%Ukú¡ËZëêÃ2·;\НèDÌòË@-%qeõwøÓnå7 S*éï³ã¾iøí¶à$½…wæÍiØ ¾SMÊÞc‡a;)í0®Wµ=éýb;šëiœ·û˜L<>`ô@.pòT:Á¶½V9hƶ”8ý3!âjÇ ÒHâûp[àê˜T‹¸n´Ž£õêIã»è}»:ü‹#üÆu°¸a&ìÃñ¥ƒmšœM¨¨û’6Ý*e -ŸäxYà ^ÎI?;7ñXÛß_̱0×@Ö"|ü2ù-˜“6yØX Ì«ìšÐŸ¼#h⢩ؗD½âÆMá\~X@,&2?;3XÞK™ŽAϨåˆ:)Í8¡[ÈS€kàÄß…¸H¹T -‚ŠÖ‚b î)ž‹i~”zî\¥MÄLjrKy6¾Œc3¢gpR>ÌñÆcÝÐϨç_‘ìFƒ_,,ó-ÈÌÖ8–J§]\F>Ä‹¿‚ÿ¯$K4¼Rª+\Mnž€†ƒPšsÑ(Í'‚5˜A³14_Vñ»Î!>¯F 븾‡\¶–BcŽ¡öí‹Æ„…E6QkŠÕåÝÒÓ-Wmý~ã2·ùYmóë¡X3¢ùï9p꯭ïV#ý‚X§Éþl¢ Pn¡WX/ƒ*ܤåñ¯‡QLrTë¼U,>‹Ï$¾¦û€­<æwÇ ªQ\ùr$Ý›l_t€ãhѤB(¬úæ„mí¯ÎuÖzÉçBÛ­Þ‹3.«™Æ ý$yíÈ7Ñi¾œ,*ó_ª?æ ==F= Xî3®Ö÷‰5jº×·Ìe¥·3žJÕ«ªÝËõ -u²yk_Þo•JÑÇ%ȸFÎf÷íç“R+ઓ€àÝß±|12\yÊàÑÚiä.sB|ñEÐ'gÇ:ñ¡¿\KíæÂ4xñ)¿ºÝÈ<™»iº‰¸åÞÄ¢6\õéà±EP=,ߨ­`éÝüÀÝòJè¨r [=®ý׋Ó <ê쯑6¨}SA€ßlG«·è­6k‰'ÐÅ„µ|†ÚË|ós<ünå€ ÏÞA+,RÈRg~VÇ)ÆZ›ÇÔ’OåoãêZÍòËz<1“p˜t¿ó8BZ.âQfÔˆsyY)M-á#ª‘]º àü;3`²ÑæR®§‹ÐôˆGª1µ#Ÿïß/pÁ]Ù$.;lAWð*ñNºg:FI{lÂQ7.ÀŽwjbJ ›½[ eÅï -~Jé9UÏU]×/nÇnÒ;aM.N>ñúñMz4y8ñLONq[ˆw¢xqZ_±YTvMÄ$Ecc¾ù¤4*Øß"Õ½•se²‘ƒD”×ÇVP§Çå:cnRÒD šÏYpœ¯ú’'Z5q»fàÿ¶ÁNí¼M|mUå|¼ekiŒ‡S©QszSQdÖÒ®÷퀶ŽÐf+áãñâdaÞJ±†çR)M£Ú·u\€mµ½ÿ¢Ñ¸¿îYÜ0øðêk÷Eô\tkUvÆÈÁš¿`‹•€Ý|>©VDHW{SéÑxþ™Yƒ4wØ©EȬMäÐç!Q-q†è85é0h0{(Ch/†¹s,wãŸ×Wžó Ò–ùJa´Åj ÂÖBâ5s¨üzW\ÇË—vqfÕZßžžU}ûîÅé¥ö3›SeËËuØ+î|ê\è\=&#Tâàý;ŸL¥wý{+¿Å¥?üÇt³ØöI£Æ2b,Æì(u²´¤wù'mŠQÔÖÇFŽ¿'‹ú.žJ«Ø3耳"%ÃWçþåGKñJ³ôÒ\]WMG›[{Yf£‰]ËjÕvÿŠª°íÌê*q+™¨ÎysÂÌÒ¢jzNÓ<ò>³­ø@N<ÿ°ha‰çý®¤›ë‹EAéûÀÕÓÖŒ<¥+H'£«xM(:Í^nÒ6WBêÓúÉßd@E,¨IZ\Ô n¢\¥çBœÔ¦¼ ;&Åȼ«6OkÙïDμ\ñ ”tzŽg(ïÓ{ÿ‡æ¿¬ËRSÂ*ú4,ÿÞVÆ0·ví^£Çßýµ“òí]K—^NEyM=IgîÜrø­êÌ0>HêÈm°Ã#ibfL¯^ÅÀHÄ…ÞôµT®ØÄÄÕ_#`ã²jtí_QG|R7Ó|h´7=NòÅj*£¥®½;à c‚Ÿ’0­ -⽘zû´iLßý“(ëÏB°@~ïÖå |öo{Kн¦¿¯òÚb·é*—ö$¬ñz¦cV^9Í«ÜPiBåCW© 2JðcR:ÙqP[aù˜ß-j5¼¢|íÕ{ôö%žk[›vG$,ôª Ʀož}O)¸¨<â‘Sðå•ÿª~OtC¯÷ÿ½îÙ¤ÂQè9ï–Ã2m3æüKÛ!gŽMýÚ}_EKk3«RÆwΤVe•F%¯Ì½ T¤¸9‚Q^d{D`Õˆ)wí8èÜ0=¢‡ˆ”å}Œ-`¦íy“Òj±kÒ›†Mì_ ëAn;Zßͯœ;};ûòà.¼Èþʦwwó,b¿UIãgðü=VÜJĈŽA©(?bí´¤u9óÈùóÔ5ÇqÓuŸm|o£©LÞ}…1W®¼Ï\RÆ`0ø+‹~ùRD½º~DÈkʆƒžôØúzÚOÝè¸AqÎð¥—3ÓrGMõr½jĘdz“,-+‰Ýÿö0½÷aÕ=¼2_Ñi÷¾}GìÒ¿ÎGô0aü8&øÎÕ, ø~£ó¼ïµ`ë O{™äõĆ Ù˜šo´ð”wyuœáv¡îD¨œ1 çÿg4Û¿[>R‰Cb4PÀØ3·PáªÇȲ‡aô©µ9uÚh¶LU8@ŽJ[£šØ7uÐ Ð/øÇÚî–7!=äç aX7ìù¢Ç3ØN›™Grh·‰t-C4ãe·¨¢Þï}+ĸ×új>ÞÞkƒvàãüš(†å.]¼Àe\âìºÌ¦vΰ³ù>½æ»˜Û×òÔ¨‡…¸Ã„×Ã_šÔÕÜ^­£5›ö_àžÞ‡òún^GÌ‘·ÔÑ=fš\—·¹:ǘ{ÿI9Ùa»´ÆÏr¶Yëæ98É{0XzQ™wøãJ¾\²? §h´:ïÅSÙwÜ‹5÷D³6ÏUµél~ÌN€Å5òÝ™Ÿ±ñËû ƒ‹tMúÎD­Óô„©ü’˜,üFo¨eÌûìÅÚlõp™F8÷éuS•ÓÂCrÛ\–ÞŽŒA#׳0ÉIËãÄÚ”-*¨Êx‡ÝÌæÍ¿z}äeö‘Õ¿ø£k.^‰ï0|?º¦¶Ä6š#3b:í-Qwá~Ô -©ìm|iÚÞ…2¿kíSWÿúØ_Í5ÄÈož¾Nøž#‡Et|±ùpŽgË sC[žUy’¡½EV¿Å«È¾lÐkv­XZ΂±;ÁK?_õI¶C}?Ùu:Áö—äYgBƒÉO"W)_³H{wì.­2˽3å˜JäÒù •‰½B^D­q#æžÛÁY·)Žx>‘Ÿ=ÿ@[Þ_jbàt(÷»B¨oËsô -~\4ÃÁ¸Ë—}Ò õ´J»,k˜O'—Ñ8Ü\'_˜äÞª‡ áiß+ù' 6ú:l)ü)ÀwGÀ¶ 'ïGø:Ï›kèxÀ -·ayƒ–Eÿjâ½ú¯²[c¥Ù$„dÐuZ÷yð¯È›ÛV-b -dž·6Ì9µÒrtt¯?Á¹Ù41ì¶¿¡‰»Zw7™87¤Õ‹ ·:»ïº¡}Kà­ÆcÓ.š_Gâºã<(7ÏMW[Ð7\õ3EÉÌÖÒE­!çKSpÞJ8?¿£[˜„Õ@ÇGß—¹´Ätú¥™#Dy…ê3foÞÒW±µþiçñf9¦Ž×ïš÷¤ƒ¤Õ¦RûÐïýpÕï.Iˆ«Fb7uZ?ø›¹6WÞrüÞ!K~=/Šð׸œ7;³) ~1oz/_(¼&„³cDx+3~ Ç箫m½ Î7šþ²x‰HôžÛuÓ˜øµ²{bëãå’-ß ‘÷@JœØ»§‹ó¤^~‰'•ƒÔ°1ƒù“tçZÅS­7Ži‡½2Ç&2€oE-­¹¸-ë§M.;cæü–J…ʳ”nïgßqç÷;Û"K½dñÞ½ße¦0³zñÔ -Ÿ¡rÜü-×èÔƒRü,¡Ìö“ÚiÏú¦><ª åõά#â,87útu;·ð"†7/“?¼âxóëUH÷4C ÃPq/²;=V‡^M}÷0ÇÞ°6¤4^\uÌßî!ùý!‰ò¶[QÁ:'Ì™ÉÝz xsQî¨dkÁÁdØæ-<Ü6h{s§Œ™˜u\¸'Oë|·i/Ý- *yÂ6œq=éø)ÐÒªK-i¯ás xrWHþÎðDE©ò„BÆšÔNSÿW´5ׯÙ67¾9%óXrW¿«öóýÀWzè±ã"–#Qô¾ùUÓŸã‰i©dÀCƒÊ6жñNR¹GyÜ[Fã:îdªÓt'6Yh0O"½Œ.Á4pÖ‚Ø“R–|–—ÉÂó -yXå‘N?¸òïU@Å*”êߨT"áª~\¡«é媾»0ãˆ{[ûjŸY°õYPùWslö¢í–NÁ;s|ç¥K…-fxô.ªàg-õ#Wd_Á¤"fôBW.@œ®ÜH¹åx×ÊWñp{$cs±¸¾ôý-G˜K¾ìaûìÉÎhÊDuQ¯¹­êT©ðˆ¤ ⦅¢A‘Fÿ곫Õæý,¶Xܪ³è•-‹5§`ÝŸ½ĵ"\À1Ÿ¯8²ã„Å*ÿÏ‹Öóø_ÔaºC¿¾~ô²³u»eQ©Ì;ÊÓù‰s™Ï½xmc:}ýô”Îáq< æÖª{lɇMca˜;:÷—6®¾¿‰ WÓ÷ ½Â‡ÆX/m«Ç.…á ‰‡Ó3×Åõ,Ÿira]qRŸ?CSß}FµíýOv•ÒÑNgXO{—ˆ±àn¹c†<Æ röðŸ».F åë,f·\¥&é´ýó¤Ñ©+¡þ<è]mJãz‡"þîÀcA›—©®¥£Ç‚ÈÈfÏT‰ªXKö¿xK?PZYûÄŸA‘ÎëW& åÛ*¦s~UDµ„:ÝVw3³ÚÙäjÓ8϶Ø3µ‹‚‚þ8ùó”>Ô*;ú¸èìܶh‡@qã'öÙê×€£G¬<عÓ/‹ˆ¶ñ&ÈÕ<^/­ä‹ñ¢ûB0²È¯4öÚ_›¾ma˜¥?‡sÚ\à j %²Ié¯zƒ¾ðQ94@'ÙÊ} -¯ðG“}/*ßC3d•y›>ß”»ÛZ9ï|ìÅãZ -ÔÎŒã/ëâÔí]u;4÷…½¬¬Ž~+n‚(zv8öÖzaZ}e -@ÚFìS®ÊÚä¯pŸVg A‚-8CÖdüâµT“ÄïëãÑ\­ÉcÁq¢àÏ9þÆ_Í%­žØ5óFÓ[¡‹úrŽ2eÍ6?ù5Œ ÚÌhÜ=Ž/?w6MeÔt†~¾rÞûÅüâÆ’TÉZxc¥gÞ½†f2 -w4sÀEë0ˆfôµ·\·«xíSæÞÌÔÊøá`‡NÃݾëÁJÈ`Ÿ¸ªû²±8qD©‡ç›¦›lll¥c´+߈;Õ®è`,“ ³;oë ïÃÇx'„€Ú9põ9)Nyv [zf3áÓÑ­5P˜Å‹?1Qš^´è|éJqé‰{ÄÛEE£)±²f«JÿØL¡²WW_ûŒÞ$sÏÃU<6Å>h´Ý†Ww¤‡îS ì+»o  ì™lj¿·k×¹Nx ;tï"èéÝмo¹½QÂVœ ^–]'ø²òWpÞØÞÖU ȇwă»g õ —­Ò{º½ƒëçþ\wœ‰×§—Î ‹‹|®Ïd'Ùêíä†"mKÙu×j}ßI,÷NájáâòRq“ÒPž»ªrXxýÄ“ã÷ÏrIŽÏñ Ö -ä*쪆‰>k>ÝÍÓ,xªªï~µ.·»£sT©´Ã4±Î=gYÝ"¼Ÿ/̲¨ç½åûÓg^°â9ó‚!7:à}zã ÔÛGR£7·¢ô}®fØ”âßRUxŠÐÙWUÄ=ÅÚµ“=}s³¶Tà~*>k·œŠãJÊ -Ç3Š?Z±_²Ç}h"³cåz¦7áØ¦járS€:|úsýôiߣJÇÎÉ©á(V¥3ßEÐ/¼ªSc6rÌe•ùS)s¯Ô£wÞ”—40ŒØZ™ÇÉïA -¥Ú2ǘ7\‚ãBµj³ïGµ–ì~ú› ®Äq†ÌHˆðö¥Är\ùåõzx%ºÌ;_by Ü`Hçî·n”îÅ»,µ—¦é7fÉZ{ìÔÄžmwƒ@ÞŸ½/F®ÂLú!ÖºŸª‘¢ðÞåA6#D<êVª A}“§¢{wÚÇ6›É"âJ² æ¼)d¶õddtñ\<¿tœ=kÚí<ðØ/|¹E4ú}÷#¾ô óƒF‘Å)U VဎÊË¥Jïs„zó(SG ÕL!vÂ)îY¹FZtÒv¾&ß(ïºý±YT†LÈriä8­_5 -N1V™fRdI½´Ã$’£G;ªù2ƒ½+X ÔVÎÔ&וÑ;v0;Îhw9Y}k¹3HÃÌ^ÞK¡ Bô @øUžïñ±¤ób±ÚȈ&ÅÒ! VDŸxØ<ðë³c4Èë4­Zˆ›ûŒbõJ#LuÍ’l×÷?â) |m ò5Êò©AÜ®Ê%ÃŽÀFAŠ•‹42RÉ칊$ýW»‰£dɇ‚ÅäRþå ¦7ù@­þ"Å–½(Û\Õ‡îVjz%k?¬i_†Ázíû),X\XoFûàK—déFEpÀ®µHk^3…AG²~‡“ÎòiO¤ÂU½XC*þ–´óû•)-ÛÕxÞ'~ȦUfói§9?(¢M—¹+“Õ>¬ã¢ˆsÕb>ÎÃqm)ª­@»˜.ÛìéÛßQ~§ô‰W˜²Ô}êº?û"hHh'ƒãòìÜ’Çgq”3Fvx&Éùð÷Ë–á%KFWrŸ‹+ƒZ%®p£­š*Öã²ÑNâœ?¡9>£½<þàx !\ÚÚ.l®UÀát“ÏSxýžñk9ÀÃw™`\GR‚æöaÇ…éÑëÄꢭ:ó786¿?ù3|‡Æ?7Àñ—J|ƒê¶ø¢-ˆ| à_‘á ÔíÚW Š…n‰ ¯+3@ú‡ lÖ$¦rœúzT«lÂ(KÅÚ×E\s&ušÑí]Š­ùLµ¥qpÑpÏ©U8sû¨°í©àSø§ÂùÓÝã¯sñϘeª¹pU.õ '”vû©5k¶Œúáe´AåîñýQ-Û¼ò̘òGÃho® ÕfþäÝzóÈ„`ö‰0`Ü.¸¯…Z ÄO6Jy|Jƒ=ýˆjÍK»5²_ u’;ˆjzÜyý[ã~HÒãØbù¿ëw r¿EÓØ/ô,÷Ô†lcÉ1E¢½ñ0À£÷ìj6íÝ<ï"Ë%³“,kììÃÖs–¥g'×]ÐP?“ð„ô^ µð6áP;!QŸ{ýÕšíF›[xÎ]¨àà@_G¾¼×5~Ü‚Œ^zY›ÎD¬ˆPƒ…â_•æÂðÍ‘¹ó;Âì×0¼Ñõ%z§]ô¡Ö³hœ l’¿X`s쉠I’­üíÔÃçÆÄýêùËè®q\©< °%KñÅaó]l ÑZ¿Ä0ÆŸZº‡W5*ˆe|Ыr­7‹ºÊÁƒAïxú€)ß\戗kúìqʈ9|;oËCžhu9\9~Öj¡æz$¥“Rúr!ŠlñÇÿ+b»Ý· »§¼”¾B¨»gµKããðfHOåXÅî$ôµ#~ç8¿ÅôhÔ âZAgªƒF'Æcø Çùè|×f\h&z´*a4E^Ãq9#¥º@O•]€É¤½˜{ Uñ…§+í­¿}ø÷¸á°¿®aˆ*σ{/QNûÐGv¦r86±›|·âŒü‹òGUôѬv¯`ƒä0äšõs³¨Ô!,¯Eßn«øí³°ÐÕ§¿¸FWí¦ì¬Ÿ{‚Æ ¸Gó\¾¬me³efÑÜZà²v×r»0Úþ¯‡zØóKaå¸$n—Á¯S£Yää½ËTk¥“Ò`R,¤PûÆ =ºãÅÈúl÷E—RÑ1?$ -ä!6õíÏ=^™1¨¯Å­ï;Ù—Äf´Òî–fþZ4,êŽÜÂ7ÉƒŽªÕ„ÔMT>’½Î2Z׈„ù [‹,µ>{oòÀÓ(Þ{ -ßžüU½èvFÌ—kŽÃ|y•GV$“HÄŘ\6=L3°­e¢›<­Ü^âÛ_ìy!\iþG´ª?9§£B¶Ö,«ÜŒ¼ŒÃFáwŠæ]j@ókêEÛ½ ØdöÁŸ¾gg¦è"€é"s¤”ôzA¦è—ü½ä¢àÃyÿn‡aF%<è¥Qdä;*œ?.ó¹J­l”wQ‰†ÇeNƒþœ;‚j€&˜/Á"ä:5lˆ5T†òæ½5ƒ¬ÏÄê¢ûAMÄÂ,9ܘÚÀúw½Ey¹iå×"bo³ãͱ̊I0>Õjq¾±{ÊMŠòóMŸGî 7—ßY†àÝ©§ceiÚòr AÇšCI”Ðêzþ¹•ãâÚÒq•ð¿÷+©;Ä ­Ì×ç'™—ó´³Ë<Ávî<Ö^>=Z®»é…êý}Ú¥\¸÷¿Êì -ž'VÈ„Íÿ=uVC¯S×¾ å ‡ìß-iYžõÝY!þA«ÛìóƒáüʉÿÁÚb÷f?´øföb#SêyR ûEDjÞµŒg¶¼]‡ÌÚ§_yp³Üzvíƒ+Ô-sSÖá¯ÚüºóI¹/WÛ—û1ã2¤Ï¯¥W¾èV%®è FOû`ÁÂyn`¥:3‡›4„â¤7–êÑ] 9t „«æëÞÅ §ôýt1ccÛä³µD¾¼ø€Nî®RÎŽkô;`޼1Zjà<|ZƒZÖ­ ½á8ÚThJøŽ%šìèV´ÃÚwîYv@Êo7 ¸þÝèû¬³Ëú÷Ì.mÿ+’9N8B~þy‚ž5ØbœôÁ&yéƒÏxåIFþ‘ÎED>´1…4¢ÄÔ ¬½ñ'0þÑsà*Ü…\x>¤Y^Ä'½~^ -"Û±ñŒ÷Q¦2â,®ÃWc! -çåñË'„‰ÊÈøËݬn)¶§õe”¤-ýÖ3:vøÖ/ÔÁ‡Äåªk­Têç6Âj÷¾£¿glZØL$ÃÎï_Q­èó°yZ[U¼xÆõÍÈÆî{eŠc*²À¯Ö“S#Ùá»ÂJo¤vOœaͶ±ó_5f“„Añ^ÑT -FŠšÍ ¯ <”Ž‚‘¿õÌûë\̶Ú͉"ÕO]pè"5Â2U¹µ~ªtomüa•ï¾w»Ç£¨Õ7öáT:°ñê¦g£™h£ú) -çÜïþ\[SÂþ¦OáøaÊ6^wŸŽú¯˜÷ðKªŽòóKðvIj¯±ŒÍóT;|¶Oð+^I_äršS÷V¬Çó{oms&£§í[`³QboÜâY*&÷’Pã}0ðÞ'­TÁ”#òâ_g–B}ã'eds.Ü¢ÞýÆœø0¿?ö©ÿ®¦œp¦¸=®–ÜFqÖOÚ~Þcòƒdïm!—”Qø!m‹»$'Ça)Ý`çÄøFNW¾Æåb4üW¬LHÀA{×NN[¯ÊW>îÝ#êê3Š޽ï}ã'Ó1o“kZ’—BpcÅElpÃ.Á„u"R 0†7¬qAgºàˆ'2\¢ù»PSÙŸw)ݦ™Ž½ŠÎ­åþ0(χZ ^Ú‚)yÂ9d;B>æÌýŒŒãM;2Öy®ã…¥€?а}[•s T`õ×ÈÅ\mÄç6Œì'é¥ydf»q"{í×+ùT*;.ô$Ÿ+òÓû vá]ˆ–Á˜£´X÷ûå{³´¬¦£ä¹6é=‡ù“M“…šßùþI‚›Š‰ÔX#Ž.Ñ ò.tôˆ³GDV®Œv¬¥êG£Þ Öéw©Û­uåÄtr õ&“˜3à9jj´A ‡I{–Ùòb‡žKƒq.lFðÍ1Ç3»:ݲAÄòiâG¤•r—J” ¤V¿€\Ùd4 Icîp-¼Kd¨™W× ?ëj ÔIÃõ0>bŒMè@±è»UÍF¶]jÒqûQ‹çeÌÖÜiýÕ÷²•Åô]»U òÅyG^©±îl-üÝU÷÷êø»«ƒ~TÇß]Åô£:þ¨Š!ãFp•ìC³¸Ê…èZvŠÝ½xNôìë3™”Cu§™h=ÚGWOQ—VÎnnƒîW mó¹Óå§&w™ê4Œ«q,ù¿1ècó+¢ŸÐüö*¿Œ¿×ŒA¿,úùŠýŠè'4Aú6øoçò‡ƒÿ]éB3ö§ƒÿÔ¹üžzÆ ?ü‡&HÿÏÿÒÿl=cÐþÿw.¿ñFŠA8øMþŸ þ×ÒÿR=cÐþoÎåw÷ ¿ë½òï5Aú6øœþ×ëƒþpð?>—?òÖùûÓÿ‘f úÃÁÿ“s /Þý—(£M³!Cqt`›ôÝë-u0ÉÀ«)ó1:ÀFÕi¶<Œµ~Q¤@úXfÁ)x¡{P2.!Ý»_ÍlU;‡rû=s±ÿÝÿ_Qñߢ+*°£ÕÍëí,×û㤻¢±Ú¯šzSÀGÚsס´„Ýá•ìj¹¿!ít5éž$9õ¸"œ­Ùá1è¯ý_FX£nXÕÚ@Ó£s!³åéÀÉpr òÐÓvp˜JZŠU‚Ͳ–jé^)ƒk'hµP²æzuC–w5ýùArŽðùâäë)?²WŸE úìOþ[´!Q2û/QÖ$/^´AlÊI»paaÓ(ŸÚ=ã•ÜøHÜ \€klåWwÌl¥f1.ˆBÃÝ(g8ýˆA›°zŽ÷þ(G.øBßt±k:îäª(¢ûÉaUÍä -íÛBEG×õšI›l•¹…hsá7Îñ4­WÈC›ƒ¿f¯ÿ·á"pÿ®gõŒgÂê\Ÿ “‚Êö¡ õ‡ ”ÐÌÒNúêÑWmÐÃÜeçqmbx‰gS¹óÀ5ëçdK9$Ñ9TÒF‰ßu”ìÚ?^la‡_G úûãA3íQª -D·äór³å’;Ðý[WfÊüpÝTŸ×KüQtų+§Å´Á—OE^Eö6jgùÝ%ŠÇ Íhœ÷ÙBP3WËôøÝšè{eÚ÷£ÔØö“^BMÀf•Ô\o>I™¿$îQÌ®¦0 ùä±Ô»ídãoϳɆ£¬zùºªÌ¤ËÒËtÅ!ýôÐ'àó{¹áó׈÷yí¢M:Ž^²“Ë/CäÉ -7ùþ aÆêÞ¹‘'ë797ŽkŠ#yƾ©ëåvÍqt½ Ž‹õ²¹=Vé5ùJ€w±5rjAkµ«¢¿š¡Y¬~ÓdÎtŒ“›™é³FÛ÷j–7œ]⦥3ï¶Leã?IfÏ'«ŠcôÑ8ÍôD}_ïí Ȉ•>S­UYsÃÕ²1€~ŠØÏýQ©&C³ÞÛD¥…Õí´âór¿ç¦Qdb2~@iâ¶uº£KÆ”‚â|˜ï/™–R8ݹ&ºgÓ^z;XoC¶ˆ`c× -SÏlL¦^²ü_ÁûÛòþ½•úb¸J¶9PÖIpí~Ñë»…š¥ÔÖ#qNîy®­éôvÆ#S7Úó4Wúé} ¢íàyµØ{UVWË›%-7rëL‡…ºƒÀf¦ý„fá‡Õ3¼oèR–SNŽ@.zgVÌ+Eå„_·—øþi mw,++ÿL[§MævâÁýBÇ…5Ó˜I z/£s*0Ä"ýêMÈ+Ûž““FúeÄ MÀµ$àÆ™¥÷ìùg«—7*±]密ÏW˜p‡ vo¾á¡N±j}>YÕ°)FGÚ²Gaq»½Èì&͹҈7æ0¥4f”yiÖø¡ƒ4·Þ©jœ†µø‘¶I¥ÊS6é›âó[nÒù%|h¾çÈ¿(ú ÍôË¢ŸÐsä_ýþæ\~Oðš ý?ü‡æ;ý?ü¯¥ÿ¥zÆ ?üßœËo þCó#ý?ü‡&HÿÏÿÓÿz=cÐþÇçò»ƒÿÐéÿ™à[H¸’Ç1Þ¡4BKÈ(B·!¨‹å‡×½‹@ô˜IÙ9ô›‹TP6èÙ ¦W{Lí±~85Í]“ óð®Ö<p­éëûhASò<ŽÌ¯Ú0˜~‡ô£ÖŸâߢå&wúÞ,BÏò)`køÃÛWTß9—)›PØT˜#˲ÚÒWã\çÁrö¶¹ m5 :=€ÃTô…¥|ïÕR幜\ØAküuÄ ¿ö#9è:j¶¾‰†R”’$ÞË¡‡À>ЪJOÏM>¨”=ID«È¬*†•;º5Û \Oh["3PÆÔ][X܈k ŒÆ%¦³žžÛ¨‰{æ4ø¼5ß4G\¤j”’›¼Ÿ¶}/‡ÚòJñÂ0ë¹Ãá)i_Õ‚5³!“Ês£²DF—ššOî åÕÆ‡w(°ÉèŒ&ÀPÄ!ÖèžÎRªó#Ä Ÿúÿ-ªgA)y"4ΗmXm_¿=*;îɶ“Θg v~Ю™L¼ Ò7” ®³¹©>±;qË7­Î…MPuqß÷Á Ä»Ç|‘lîVû‡ˆA›m^@ð‹~û›(êfßËwøûus“9ÈþÖÅ/>I'œËЃíiù\·ÈÙihÒK>¶÷òìN°=LZ±³†J‘ùc>Ù©íµïûûRO/ï̸„þ -þ­‰Ê.."¸HŸÙ¨”¼Í­À¾Ÿ¶5¹‹ïO9Ûë§ Ê·`'Kv[vZNŒZDÍT¬$d42;âÓJWdí™æô+³ÝZ¯üv{ sô‰ú_Ñö7Ñ1”¢Â8¬ŽùUÀFœèó}Îôž 1ከ„:¹ªÚ1å’xì ="Ý ›nÿâ/èÆé::Á¼;™>Y<vØŒšI±—B>É¥¦Õ_»·üÝLÿ]Qªð~t™Ç>Vƒ†ÉüN{x}õòr¤ë­hÏWžÁå–¸:ÞùØÕÎ…mQp²åå´s›T˜òÑW–{H®HâA+e'ÇŠ)Æ7Ír7{3Þa8íÕÂ÷eîð~ÚÖ¥ïî¨%öyæMs“m?ú—Êðûtï²ç·õÓŒ¾!»&Al~ Úô¶‘Q©Šç™J.‚˜eÎLþ=bÿŸ¢óߢ ¸Ù±BÈœWÝ€+­æ~§?ݸ∼:¹½`[åD-£ï½®ÜFTûê¨VC<{y0K:T¼An#jÌ‹YÉ]ê7&úBl2è’½žzãü¯àCóã7‰«€#‹“.†ŒÆµƒf†&¼¾ØaÞK¶G«Ä4=Ø© -MJ·²/W.E…üäïëQâö–­ZåN%lÃ¤Ž ˜ùw3D‹æå¸÷?6ÿJ:æ7M5šÅU>pÆÓšß™bØ{Á–´4¥ÃÅ =èö¯Zzü nF5“–:á1+âƒIîø@:9¾‡ÑZkò:,T®twÔÕé°˜K.[kµJï´cýçò³CÊEp䨗ºF¥Ÿ¥ÄJ^bƒ´ìy<10šå'©JÑR¸×¢#íÔ‹'âÖ,¨Ôß?êVšz}E˜›UÊj*óx} “î9«*µS™Ö±}[™6ùø¦ Þ_ê{¡G+¿È*4GNprj•‰‰[èlj %þ -¥ˆÎ¤ÅŸùr ‰| ïç-ÿOCX·/ß7̾]<>‹j®k¯þÑÞœ³î>8U8¬¶{N´*§0V~Õ †)ê<{d‘SYe˜4'›e» ¬ãÇ¥©ã‰ûûï ŽÅùÁ`ÁCK ‡¿ßý‡ å¤I£‹Ü°N bg¢FíNL|î^Ô Ã-Úí Š¢Má¹’:²ò´ÑH -D¯Ð;âÉÝc?N³ô~tmÇQŽn°{¹)`3«yÆŠëæ û1èG­?…wpzÁ#rºsÙ)wí $Oz'£WÝìÌQIVfvvöBe%j7/O;Ü„ŸW– ,1^Œ3KsŽ)ðt†Áxm>¤nYò½JÌD@ Ñ¥Õ‘»Ö_G úkß4Duq34¹ˆ¥ÊK@÷™þîµÐ'À±7aöhFåo6³31©RouÎnh4þ!ޚ܇æ;ý;ù—(š¶ŠÀ‘ž¾c݇™¾û-#ḧÔòåŒf©Œe:YSÁ×EƒJï‹ú2eª×,ƒ‰5ÝW*IÈ3ø6†õ®晚ðj¶+1ècóuDl#Dz¯ÏhNÄ€#T;LCc{áC¦}¹ûÛQÍy?k}º½œsy˜±‰…R° -$„z«¬yQØ,wÃY´$ßàÍàb©¯ŽVÙ†$â•Sz& Ÿ@ úQëŠJÏ)¸Ïk@t\@ÀlY˜¼—C7aµ$\}ÏÅ-o¿/¼ÜaãžuÒÇ6ljq²¤×¶ƒŠ2ÃS¹X7@.k‘O_já¤"vÉjítÎ>ÊÇ܃³)üCü§æ51{§¿ïhJ•‘÷:#ñ^]¿×m/+ –µ°§›z;? #QõéÅÛ´_Î\lyñ^p/:‰V?s¼Iô0Ï”á=•·ò;ƒƒþÚÿ,@Ü >Btú÷Ðô®Ê> -fËòÇrè*pJ‚4dÙðâûæûYëŒBRd‹zc×)*#Í^—•hÚ?N -k¿pÊ>xM–·wƒ4_¡©­wJ'?‹ô]ÊÙy„„4Õpô½Ê8 «”°ŽüÑï$8ÕÅ&מ깤aQó¼vX?³·û½ºlNäótyiî¾ÄÔÀ,iÛ.V´M¯½|r/“ø@ĽäQøñ½&šæô÷ú˜G¢¡™¼ §Í/|ÿÀ#¸º9¸Ó4- Z¤ôÙË(Ri—ºšt<.žpÄ?¨ÊÜ)ýÎf°ª°šßKêêþ¢œu>GÙë«tuÿB ú®áï.Îì.B‚[”!#=èàÒ\¡!£zAägÞ3Ar.è±ÏöÍ!u“é6_ ·ìõÐMu;¯KP؆'¹ Û;{Ýxpâz&1å:·¥›…¦H7ksÉD¾Á”èÌ׃þÚÿ/Ñ‘b€‹“ƒA)É–ÏOqÜë‹SÆ‘®ôÑÒY3¯f¤f$íuµwÏ@÷ ÷@ïgí!mÞÖE3y¢‚¨óþÞÇD˜=.TÜ¥›Ç’Csë¸ùñÖä#Ò3 óÚ"B¦_åߟF/‘uïYÀ†.d4çvÑ!·†#­äÇ`X CCtOó†oîZÍâËb¸¸äv³HÕú빜^çÓõ¢ºÏû“ê†ÞwˆA?jýÀÅYÞQ+ûõ<§L9™ñ}+{‰E­m߫ͱY húq¼ãež8Ú×Í­^EÌ®»æž«c·Íx°?¯*ë`G%îíÕ¼ ÒëÙbœ¿ÍP:‘{œ]¤Nüë¹¼7 óæ!B‘ˆ¢} -\œ 3pÆX”²œwâY2Mi=ŽshªÜ§ª ;ù®uIîæQ¿‚ná`f¯,,W÷ô^&2÷È/fTÁ\Ϩâøƒf‹úóâë…Ìgómþâ›f+‘Àé¨4 ,PÊjèŠ#(ƒ,j¨CçLD•{Ÿ˜ÈN5w¼ Ï)ù¤ i¿!RÒßµö«USXS'7=›ßðdgKô|Nßó{0ÓÉ|+—˜Ã½töGˆA?=ô@æØÜ>0HZ¬˜°ºm«Þ³–1ì{E1uþ8µÕÜ -Ee§ëÍ.Âq¸àÎm¿÷š ~;ªªìûyK&—¢N,2Kv0{d½Yiêà³Ò¬AÏ(K;Ì•2‡wºûññ»$ZŽ50HruÐÌ”..\ÃÁ±½JìuSv*ÛòExöfÙÌ.,s]mÏh΢É-¾|ÿe@ -J$›sNU¦æ”¯½×Ûg¡`ÓªV%ߟà®_·ÓU#)üCD(Æ‹*â¸}J¬wŒ›¬UJ•gªt]®nÕå Ü/R¢S­ -jÆζ2ã‡nÌ¢ëssÓ*êð\Í óS3rnÑ̾Qƒ žéWø6áGy Gþ1èïG(§HQ)q¨€RƧN®Ûïiâ¨U¾1»âVJ´_¡ BíX»I^ Rm–ÚUÊË;d©t{‘š/ˆèù§ëÒ)$‚E)ÀŸ„âý“òÂC+…'°l _Â$ßø‡a§nïß&ôýº+6ñ²Þ) Þ½”òÚRŸÒNb±µë»B…Ç‚ÌÒØZF½×sqÝrÎ•ÖÆÄ+T¢»€<™“•ñhÈ©#éBë#¢CšoDàèaF‘ý§ˆJµžêwz\Îd¶¸z׿_:œ·0œŸ,?ù‘#б•øÃY̺¶˜Myf"·ó¤Ý¾ð!šÚÓwžå.ývï4Xñˆ‡Ú:×!•ÄÀ85IjôÓCaU>ìÛ“¿*³Sr}íÔçiq¶hG6å |š#ÎlEΟ—jsZîU~V[$ÖÄò¨ñeTšò,7Å`º9}¿Ê-;˜…`>`Dk1¨Žtªï¤­UßÉ$6YþÂK°Ž¨Jå^9]ùAòrÎ%J…£=TÆÀ¯í‰Œ/ÞnBj3z…þ˜H<Šýqv3ì`ä]nËx¿õ^ mõÝijÓo¶nžJ]uð^Æö:Ui â1ècóuhCó‘‘?Uï IˆO³F’™erÛÊ“T.L·µ&ƒðópf.[.ïf~Pǧ¹~«e{»›ëuQ5ß}·b÷ÈHHwßÀÝ„²AŽ•ŽH@ úQk÷~ÏfR 8*zá"‚áÑ=‚çÁdºjþkêÛT‰öZPså<“;ÞâáÑN5bÛ7+ê,ó[iØIYéf£h¥1¦j¥I£km¦ó¨vJm•Oø­¯ã;Mpïÿªè'4cÐ/‹~BÌ’~Uôø¯sùÝÁh¾Óÿ£Áh‚ôÿlðÿ$ýXÏô‡ƒÿ¯sù±hc¦D0ë¥#X¨t”žÕäd嵚8ë<ëÒÎò/ )± ÙšðÐ؇þGìð;}Œ­Q»§k'ª«±·L[‰róëˆà©7ˆàõò -\=8‚SI ÉÕ÷ -IÍDH~Ö`gIÌ3ÜzÛijïv+å““ÈÌÎvª©]­ôi¨˜×ÔÐ6 žzšÄÅÌš„Þ¨˜×æ¹ '=µ2]¥Ÿæ[· ‡ÔþB ú®á§ˆàÕkÁÇ l_ÈkYøfàóËÐ}3zT3å‚fGBKéÍ–,_Äš¤»•ó&¾-н‘û`öúƒÖïðMÔº;ç^,,W ”}LB0!¡ð÷CÁ‡Mh”x)¨²o×蚎°éYÖõÒwb±`*¶æ¸¾¥ìƒ„}?ÙÐëžšEY¦U‰>'KçM~Çn*{%yèëx÷–7tô½µ7@ôŠÑqˆžWã÷Ó¶ì{yYô[RpwüÀ´‰ôÄ2‘,n?X2g)Ç ÷åsW½’…´-=6ãäÅ Oˆ`m‹0ÈF¹£DM¡ÃmUH|ÿ©iWÊ’“Ö ó• ªØüXµ¿Ÿ¶=Ë« QÀ^/§JÎ8ÛÒ¬Ù•2tkMÚꡬé7"h*RY¹_ÏÍaþ.vèž+<;r”ƒN³Q-µW+¾G‘ÃóGˆA?=ôo¢O]ù&ZQ× sÁz¯2"Àð½ÊXâ(+6·îp~<Ù“uåfRÌI´¨²®@õ=_©{BÃÊP<}á˜Ý7•ì*„{Uâ;=X=yëU øúò¿PÊúøþ‡è«U‰®D[2¨¨G£ïoãì¬LμCº°vÆþfg‘ÅÊŨ -E=õôû­õ@'GI’Jå{õ%ò`¾Gˆ|}°{l½¢ëo[”f⛹´7Ýa}¢’ ´·&¨çò 4¾•Šôý)ùnÐ8Гä -Ä“²åËqcêEB|𻼤dš›ëuéf$ñ¹ZŠÇ¼éìy¯¯¹×dÂqI’=³£À3Ù‘nèo<Ø‘¤i?˜‹ýìЈ"¹¨ç¢Û¸W ؈lú6r¡Üsn©ømm¬©ÖQK¬¬tÅËv)œ„t«~×Xy³Úlµ³Îgy’¡@¶4LóÊ ‘c¨r\f4<óïÍJâñ~¯ü5Ê,¸8K(æ4çû+¬ê6Íž“==q ]BŒÞŠŠ¼BPÜáºÒƒ(4°Ý±ø²·|kÒY³øuK.«F0^D1[ôl_D“æ…òÓø9Ñì‚>‰ÌjšîsQ)9t§=MûBqÅt¹iϸì ™ÕJ‚Ò„ê‹»i+Œ¿ìVûíI~BÜÎÁç«MÒwŒ•ˆÅ“;æŒó,¸TæR³#/âNç²è9eñïƒ~Ô -2áàöÉÑî²î!tëÞÄ f'îÔ÷³Œ=µJH³­óGw¦ÈÁ‰¹²Ás-ŽÓíõa¹¹­¶Ç$¼X+ë ˜#ÓÛãc0¿‹îTÃ+ã)ÕÑ7SjÉksÉy¨$đׯhÄ7MbÓx¿W.„mX¥z¦ÏOK¾‹ÑËÒæÏ´Ñ¬ÊZº´ÃoËù˜ºôÙ#}‚O͇Î`Áå&òdéÒCòbâ­)=µ&µòŸÔˆ&O¸“Œ9ƒÅž5»oâàûØ| R^L€cÙ7û±¡ª¿ ¸LUõÀ Û·—bíûš¨éÅ;Õê‚~L -×)R¸Yrß´øù&›õˆUu×PÉàÔž#¤JlSbßw¡¾_*G¼ÇlÝIý Ç'J9Ÿ@ ú®!B:k ºlš¢»í¨To@)SgÒ•‹É\ø‹&n1ã®m*ð•‡ï£óxÏÏŽ U!ùäv:]/Ï'Œî{nkŽ4ÚÂßP0ß?4¡~À¸ ‰¥ Ñ)x -Ñ).ŸxÔ'¿ŽÁwÓ‘¦6¸4kpûä7ïÏ# ˆ›\=úÄÞ5Rµ®>{.ñE4<•ž7|×ÓÇVÛ ºËj ¢PG§VFÉü¾ÃŸñfàÐß`TMt¦gžà­‘ ûˆAí«d„œ¡"×õýkD:1ëüÊí(Ea½†„w–êùòi‰4{ûÎäõþ†¥ÔOn Ôh+fæÈk’˜4Õá?¼Ì×XðoÐX„€lâ‰E -Çûî‰Åû^òôY€\þw?BÁ"BÙÍd¼ç%H®cV)· Üó­¶Ü¸WŽhõŠNFž¯ìmÝ·ïYqÉk†NÚðk®5uoZ6þ4RæxsÖH¢ùརX¾%FD%‘IËiy$íÌÞ -Û“¯#B¡¡Xù<#W-mðx©¡ƒW‘Ùg8Ž÷óɨRÏ}8SáÍmmB+7‡Dô0`m®•µi#•¾á¯Eõ:Òˆàq»=q›I@ð‚86;5sØìΕþB ú®á§ŽØ**Õ¶/G¢#WÂ.+;åSæ‚™û™€2“+0äÝͽ‹º+W'ul™„#ôÉÓÆ}tÀOjo3ºžx»ó}n¨­³Û!U/†¨VU–Ævª€~ ïO£ƒM„*ÂÆ;(°®ó½~cø–t3DXC8b»ÍìiìW[„;УUkG"šÃN›K‘Æ…Ãi>’—у/ødX:¦Æ f}§e-ú¬¡Ò1l‚u¿Á<7ýƪ|è7ÓË×2й1͆¸£Þ•í¢),®© -0D†`<6{nÀ±ÑéCŸó*1 цJaoTØgZCÚ_µ«Òìs¢Õìé[§ÇïÅn¯ÓÝg\ÄT¼{¬Y÷ &¨ïƒ~ÔúìYUƒïŠÑOIýÅ•‹Ø+Øï RbS 1×=2b±;¨ÿµÚÉu àX팱Ñt±õu€ù¾6vU©—}¦ êqÀ±sÚ†À„4}¦&qBžW´¹B¼v¤:ÎÉ»ÇÐX†zßãÇzo?ȘÝÓèaw“WÁéŒóœ×I+« }Ŧ!ýlO e<µsÒ"Ùº `ù:¢bÓÏGÅÑœŒŠ¨fD…½_ŽŠjÇÞ5*vÒàJŽ -V<*®PJlÐõØzeän˜ÓÔ šCÚáw=Îét`ÚÕîNgR´ˆÈé0×´ÃGÔNˆÉ²I÷²¾xLÐGåÖ(}‡ô£Ö¿ð ÑOhÆ _ý„æ{=ùE?¡ F°¿*ú M0Gþ³ÁÿÿÒÿ=Áh~¤ÿ'ƒkÎßéˆÊñJTlo)0JË­gT,W‹¡Z3AÉ)ô=ÛZàîæzŸ9;¤G9eo )ÁŽ^gÅ~æ“60dÀ\coäìç´X± ý^2f§-HÿÁdÛ%ÕÁp÷+ŽñBT\° €-ÛŒ -\Šg{Á©î ` 4[ðsI7´±z­NÜí¸¸pvÃØO¢½µöø pÖ샓ôìc|’²Ÿ“°dšvÕ('eP˜|Im£2z? ÍÂOƒ~Ô -3›=(à(´¢b©Qz9&‚ç@‹Gð05öA {y¯aå™ë×´³Ïk¬ý”&;»jŸNF ²ûB2²û›·JXu¤ªŠWÕvK.ÝSÍBAžÜŽÙ/ÂŨ(žé¨H%íwúÔ¼Á -½«`–ïä’¬T€<‰b!jmgþºwXxÍr°v¨²µÒ|o÷í¡d'†Œa‰°÷²Dl^4s¦rο …ò=…!ðU©Ï2`þBgr_Ên‹È|Ûˆ`–XIýS‹Þ !ÕPwfã°´L‚wdŸÍä—n@VNÏlm­swÌ›ÄØŒYÍTtU«úº–T²:ÊÃ5%4¦(p, We°ÈùŒ:sÍÙëkŽU8*ªw z®¸QÑ;Ñûz  Ú{y9 pk„z^Ä}ç’^{UZ:ƒS–±p·ÂsÞ<Œ¶ÓÖNá¬n‚˜Wª-]x*á¾P¼écáJ&»Ù˪§A¢¯ãÂam‡_Â7M×XþK.Í÷úØëD÷Ø{ùýaùL¶X ÷vÅpæ&¥iÔCC+ìcõ̃Ky¨²÷¤WÜÞÆ¥úE¾–†œ¯yqéÑ -3gG`’b§ ÇO‚v -óýÌÕÇæ³¥l#ßDµ–ÁƒW Lë].B ZÐ6” L­í{Èmì/É™- }Sy`ŒÎ§îTg}»XÄò:wæÌÅÌ•¶—*;¿ž¡íˆþ.ýúƒkt‚ÚóàpK¤Ü½Š(ö'ƒþÚÿ—(œW ó.Îb;Bh¡è{•‘ªåŠÙo{áî†9çNnjÍ®mÒXâ4­ñdš¹Ÿ÷s]Œs‹³ótæBtè/…¸8ÝÇ ÖRî'(Óð·xôšŠ³£_˜Á[Cäñ%ü—æ½Õ‰kmû^!ùïu[²4 -HÝ}Ùë®}=xC“êµ ½¾îj‚6(YÁpêÂVí¹p¤V“c¶»žì¶Ü#øí¸Ó+5ðRsÄàkZðØnÚº¶ ;å`4þ¿ûùˆ“ëNAÛ jt¶ºÍÛ!ó^¼ÛŠPÙM5FuK©…=cï´ýÈÅAŸL̶³k™(ÏŻώ„[ÀvËñ Ûº‹ítÛ4 v³›Ö/ÜSmݹã½q4's ý%}`&þÞ|/ŠäÝM“<(eÃì¨yû@/8™K·d!ÅtKçÈ|OMõŽCYk·ñËfL(7Ç÷tÛn û—L]úké(LcÐ:§6«›?<¯fté´º=zÀðk™OЮçXàºÁ=´š-~çžýñí ý„+tÅ´=¥³|NW‹ÓºËä¬w­ÖR˜xÊÇÇÜñŽ­¸!Sm­ŠbP_V¸u—f¡€¤ë¾£×!€’ü²2ZýbÐw ?ÂÿŠ‚zÖ×@”zºPöaµÝ6}¾ÜÔ‹Y‹ì2꣪Š7¡vCˆJûÂ#r/ ™Äh°_šQóägíu!eÖèY‡É—·/“C<‰ÍÏÖŒ!‡#»è¥,nΟ_û·,0eÐ!¡ì7Ñõþ8t¥,i^¤¦l';_¹¦‘]½QÚ+(¹ó´|­'š(Ødë_Óm~»9´¸ô¬R_ZÇUi‘Èz¹YÞͧäˆê€ù>ÒÎ-f…äf3Ϭw,ð>®¿„oš³Ö@Œ@Ï^D¥dõèûÓÔÕK Žúþ6`˜{ìqåkP|ÝJS¾tÍmùt»Ôê;·qªm°|³º¢®÷µo—ó³›wMO*(œ'ìôµK¬ÍÖbR¡žÇé"éò³BQâ¾C úQë_ˆàÚ¶ÁëÁ6‚oÁ ô›÷÷Ã;¿“NŽD\D«”R®ç€¶”‚4N\›ˆž3£FñPq%d{´Æ`4¾Vi ¦¨—#3‚šš0æ>‰û(UÄùL®‡·#i‰w²Óˤ -Óâdù(¾„îŸ*ïônv4¡ rŠõM™µ‹,·Öù#¿Qsý‚.Û0?‹óEêHŸiþÐåØ{èä˜Fr]¤~rZÉÑO¼›8ÇÇ4DƉhÑ'˵U ³Ñ ß!U÷ù‹ô%Dðô -Æm·å.B–‹d„º&Jù˜;D—& .ÛÁTÉ„Ö`¾oH–.í©„pÇ—™}  MVÏAŒ‹q) -J$^³’ÌxïÒ÷Fc-Çäö Ŧå,†Mñ‡ºŒ:º´rþ8¹œë?B úé¡>Ø`äö<"$PSau ¼ÆuMã•5(Ü5o†¾ÙJ‡Nŧñêëà az{>c©u5yŽÓÉS)š£K Œ.ðWºaˆmc³úê…͆».}즴©Q.ïF¹ÚE7Ï/!‚å°!eõø~¯Ü4!ŸŸÈu{v‚²šØBü{ êö¥èÄ[š5«Û.Î R5Á–¡U´Œ«iŸœhk²m‡ÊøœóïØí‰)CÕë[R|¨¥ÊE¬8šX‘¬ïEÇÞ`3·{ù"$[yØë)„†Ë§\,¨%t¾_¸Þ)ØNJ‘fãâm±Ž–·bÐnPÕV?TÝå“ÍÅt+S§{¼à'q|M`î0Ô…Ó=#×1ÆtÁ8 šD‡héL&?E úQk„tÀ›:Úä.~§:ôMf\8(E–¯ä¶pΪÌüTÚ—ÝÀ„=o¦;‡®‹Á -³Õ¦À½È`GrÎ\µgmù^·ôëA ¶}ÛÌ -}vU»ÐzŸ=˜~ß~ö¡¾“à/!B.»>(eF´oÖôFã¹²7¾òõú8¶+À1Oí†µŽ–éÚGåÈ7³d~ISõé8‹6p IqãÁªûÎÂôWuÞó'ÝãóO¶ÇÊû^ÛÅÎè“ÁÆ·¾„…]ÌK4 -3¯ÉÙ«?ÕVg¢öOL<Õ†»kŒ3íåk­vwL€>™-)Câhïºã\bßês¹>¨Ëõ~sã6z¼qkuŸù]§{PŽƒnŸ”ÆÖ´›@²›h5ÙŽbüß#}×àE…0¯¦%Ù•ÙU¼z–z×Ó©rbü]’©ÇYcôHÇur1‡æéYÝ$³ÄàµÉîS-?dâñlß+O³½dºÏð–ízbñýT'·,vFÍu àXí@ØhK;© àÚD÷9úü¼®NMRÏYÛéí³‰Aü¹"X&=–§zá¼(JÉëÔ[eîøy˜UFEu  löôè·ž £û}ë½jÿ{%” Û„|¶sþjÝ "ÑšçˆÀ2Û*Þ×ù¦6ßÀ1ècóYÈ• *ž¡F(ÜpVàGvºÃ2P4\Ü#Fj8‹O[=ÁÓçõ £m1¨û%\c½Äa ôúk`Và€Y‚oÝik×*Z·CS[K§&U—ÎMÔ“¤†±¯ ¦-Þ•HTÔÇ'ƒþÚ -ÙÈò¯~%ÊŸë(+N”WÈRTÈ;“(ïÆ÷Q3ïQnwðÂÛi–ÈÕ½èÓéyÍ/õÆ]ÏPæ8€¶ô 5Ç{†Kœ$-yf2ëzfŒ?¸Ù‡M:eA]-iÌRÛ”¾èPÐgñSÍ÷zò/Š~B3ö뢟ЌA¿,ú Ä~]ôšïôSð¾r8м_Ø(?tÀ?ó‡rT触ïôk% ªæÕ(™~”ëJÙ€|&Ÿn15ÏÌ·;Ãq!OKÙ¤÷ÉcDI÷-xŒ·€œN¡Y‚nCf–=A:ò¦•b ú@ úkÿ§ˆ -•¸ @V£¼­p ”0èT§Ìá<*ÈÔ1*L)=Ê‹(Ê…P>P£’O‹çº·Ê¿¿éÈ«’C«b§ÀëàU£ÀÍñª[4îør+ 5ȸ Ù´Žf‡i­>ŠÒJ˜_%>‹wź Ú]Õ@úæsÇ|í½¼LhBTˆ4xûŠò‹N>І»²¿¬½ZÞj2é»Ö›¸®BÁuZ#ÍuFVè:Ô g÷É0u0$;É[úxy‚QY?ø 1軆ïðMt)4¢B5ÎG…ë9ŽLã½¼L¿³¾¼×Á½¨ÈÏ3!â>`5tË^£^o9;aܳûk‹Ëo{!­Täl̋ՓLüx2ÀÕXJ€û šS=TŽ\º¥o—×ÎÔ‹¡ÜÜÏVßY²°“h/DC#ŠŠÞ½ÁÃÁ¬(¸aHñ§¬Ï¦•¢ðêô3Éšu^–Úf.ƒ÷uµùÄud_fËüôð(;Ê]³Äª¯º!xËP*É“Á..Q«Dpv ¥#ú¹ŠùYö 4AæðdžŒÀ|þÕŽàûLž_Ï[„ÄËQ -ªÖ6íµ³à ,±¤~²j(l¾ù0ÄBGõRݾXõéýéu™ûQ“N÷¬i-P±kµ×¿Þ‘ÞäZÜmYIcÒg©'̳ \±ýÿH{Óme•¦]óæA¨ "ö="6(*¢Ø€ = -J'©ç_é³ßúVÕïZ{Ví?9rÎ1¼ÌŒŒ!‘2¾œâ$ï2IW³1Öo~¸û}§0ÀOÄot -s܇ó{PÖWö«…6ãð}Óºù‡}Gq÷1Ôd4¬Q|lé63lªÞsß¹îè¥D3«T È 8ÔåÍ{•jÃèâ<+ö‰%æñ.Íôßâ/¡p / ”Ù¥áp¯¡ÌSs*YÉ­†âòùA}¬[ÈyÝ;ýlÉ.Õª17§ õ9ªÖ¤kÌš;»Œ.¹Ý‹ƒæÎWµOelck¥¦~hoU Àóúßðƒþ·^¨‘IàòIõþ#´uÍ€r]¡@9aŤΜ­èTo>:g¾ŸE¯Š¸Ûw-ë\Ú7Ì4øMYón­ª’䃊„²G[žìë­r¼ŸoÝc-“™6Ü€‡Êܫؙ]®Â!\+ûw—¼ìÏIýü[ü/™ÅlÊLß¹4÷PžºP©Ä×® áÇï=|f£„jKîâ<²Ç1k”Ù^Am?²e9É¥s±>ÀÛ4Q^XPÝ¿;9rOûÌ>=½‰»‘;íÐ…tüA·Zi'Bˆ¿À_Ü„+¢JRæ{Ž:ü>~~ˆ#[ÕC¤ÛÏE¸¾{ ü ·T÷ü2­Á0­m§hN9>~aÀ -?6,/Ó;ºC/éÜÆ¤ÓÕ nôúü²yfyè·|Ù±·üÿ`óøAÿÖñ¡• Šc]†kƒB“zM‰(ŸÕ 'B·rwަÛYxw[efÁqÅ÷58ˆŒºbîä¦)L<ä¢ì.{Ÿ¤à§TúÍ÷j»J²œ Õë\w¡Œ—IéÍqÝö{É {œãB»¶ü-@ÝAÏÞmôAQðèŽÈìŸw@ŒF O#BÔ×V'F¿ÏÞs©(·÷ýdZ³}ó¡ŒÿR†Äê})îúȱ•ÅѽJ™MéRœ¸Òb6ÃG¯Å8l`s},¶çLµ8[dÅÖŒÍ æ0c/Ïãü·ø -½e Prž•ñjø -r¹]8¨í“}<·nTŽÎØ^ wõ†>YíNd4;¯¿Ê¼EÒrR[SŸ¾×Íe³£ÌØŸ-\.`8_Î0U¹Ñ˜>öÞ”¹7±Ùl1ËLçØ›ü;`&þ?mP,ŸÞpÌ -”Š] ”×Ǩ(Æ0>¤l.˜ìš‹Çúüfï'o¾±¬ká¢E-ÅTÆXß=ß_/ÿp ¬xŸëMbžïd¢å§°Îq£èþ Ó¦4|L`ʘ™t^D}ÒE“É´éL¹ééCû:ó[€bç -e.é\êK”]7—xJ0øžÌži¿£¯Ý|5¨³Æƒ¹ÔTn®JEXGawq…‘G?6÷(ÿ\ÏëcÁ¬kÎÔW26}Šº_. ãÏëÔ SYrB÷»îv"8&? •-÷ƒþ¹ü 8Ò¡Pañ}æG3@¥‹ç^;Ïî…(Ùi?<ú]»SŽÓ²œÃg®ÑýN6ìr -š²}ò°6°¶·⬻}Åa§¹¶Éln®FŸ‘>F‘›;R_Lf¤e³ÑÄ;NF09Ñ©ëè@÷¹üîøAÿ\@‘½}@ÑÇß[ÁM8æ³\Ü+Èu¾HçÝ~~ÛsyÙ4Z7½Žw“íeMFÇ¥O¤}Í\×ñ|]ÒGRñ£‡LΊ4bR˜:´Øùó.:tXªÛÃÑ™ 2ÂVˆ2Ò8ûò[€¢ à–žÖiPÖFfÒè²™p¤•Ó^[y?¨mèËØYEB•f)—ò=ñ$Ž0YÀØÎ™R×37®N.óÚ-9O(i#Žðññ0p ‚:¨)h0¨…Zžz^{]ê§XÊG¬ë`½Á}u2ÿàý«ýŰ“3Ë|ϰ¶ )û¯ç­µ1)¹>AÞCTyÆ÷e¶­rçv¢ÄW:l[ó¸Bêm®Jïåî'Ÿp±-&~Ш„Õn¼•~Ž<ˆgŠj6ª½( ¤ÕÞÏuj·×¼ßâÏoIôíµ5“xNA´‰ªß”RÔ7½©¡Ê—~ntç/jyk³Ý¸Ôv¥¤3›…›Sùé»=_gýÜ|X5{ j—¸Ë¾˜Û>!¤/}BYݾE%ˆûÄm’ëQÜì13ê÷õ[€ÒŒËƒJ9?‹€¿Ù»ñÔo™ž,ã¦x=~ØnE°ˆSo-6ÃÕ8YNÞ|ÈL?Ç2Cc¹òõÝ’ê‚xEJãÅå·ß:(\ûÝEÍùVBË·ªü¯"(O\Œv\¬–Vn­¥y­vÚ Âø·ÐŸ?ȳAF°'ÏÉBñ¤'›îÍxs:ieuGE§Rï’/ -za°kÅþ‰šT{×é³N0¥mêêv ®J¯í‰Ù~»ž$ƒÖ®ïZí”7iF²Ç4Å‘7o$š¾øA§©Î5ú؇ˆv¿Àni`t>y0¡›Œž;˜8l…}75ä‹—ôc9zi‚ìyà'ZH~’é˜Á’i÷ZO¦•™L‰1q\%ÓIú˜hêÊH´{ìÇ·F¢Ó ýŸ“¶y†ª…Ãúßzÿ? ý…ÌôÿXè/dB‹ýŸ -ý…L˜½þÿåM€qåÀrsây˜º¿‹ƒû3Àjoäç”y½Øð»dó ÑÓÃT2]. - –=5’|õ,GÎ Ž›dº*K'Áz÷0òÄM¶)*òûÚ;x"V{xMˆ\v; ÿ~пu€B¦ …ŠM(”zƒI(´ðl§ -Ñ`.µùzùVè@£*QÂ|ebc™߀ˆ†/óÑe!„ïÛLÌw^…÷^Ì÷Q¸;Cçl:z¨;3‚×ñ½ÆãÛÆ‹Â_ŠM `×^GÿeÞ{ßõRØ#(«2(ØòFg`ljòV -^qÂÌv™—Õâ¯ù‰iBx£WqVYÆ·æ\ˆ¹´s+·²5ª“—Æèë‰øÎËÃ{ë侊Z Ü_:¶ÚÇ2ü ÐêÙpšŽ}…„¦ÜÀÜ>õ­=1?upàid-k+›®îÉ,ο ÅØ4—Ž9¦Tˆ<6Wê.Ñý5Ï„»©¿ ÛÖ%ˆS‚ˆaþõaf5Γû:Ó};à[ yšÊöñøGü µ¿B¡E£Ù޾Ù…zw À¥oœf~^À|?ÝÖ“Rýp½Ü+Œ6^ë¶ïr6Í}Ù¹ëŸî)ÚOõ˧œç¡çßj܆Þì°|ßkW Ø/™Yégð4°êÄÕ盲ó €Â`dÃÑß QÃ(ø”éùŸo=™`Z Hë05%üS²Äy#Þ,N…Ú#8JŸØ§¶£ôÑ_؃ÞuÏ7ûÞ¬²™yx6Þºö£/»eêêÝžÝ[bYæeŽç¶¯› ç©^Y«R­·Ö/ -óTÛº¤ Q߀÷« -ÔUMƒâUï€bŒ± xoc¿ËiQQ€ÊïÏ«ÁUùÀª9ಯ9r_íZÅÛæ@¶œ0¿:ûç“u:RS´¥½a½µThhÑæ©Ýš¨«Öµ­­ˆmÌPºÑGÿwü . °]Ý Yµ4(”òP艾‚¢HÃH¿”ù–—§Ü둯"ñÄ]©&›OQÏ6}ÿþH—ßo›L3¨Eyý¢©ôwµocC*«ÔÀ²Ë³n>PhÂÎå~mù-K>Ñ–. ›´"!éáo -—=”9w2 °è žˆ*(F"J;²÷ù}s—–žû¢ìÓC, -OÛ­“‡¿î¡%JbL-ý­k3T«´Ø²êeî„Z_å&W¿Çm¯-3Råäz3$éÌëzYRÎÒ¾œ¬|†ÑÅ÷òïø -•FCP¬X:(µn_…ë^²Ú™ËèÕêîƒÑž?=ñŒ¡xUµn"á»vÚ:À¼Ò˜ç‘Ví ãk+QßJ×>ædòeV¥Ž“Ò°1™IH*8\reåMmùTZ°çcõÐ<=üð |½¥y¾ÃÑB¡Ÿý—fwŸ,Ì–µÞk‹h‹ð}mmüiy'>Ê·Xº‡Ù´î¤¨«cb‡‰«­õ§G¹P’Ñrt¡çîçÌpQád=±ÆiqY¡ÅJó÷úÈÅóa“OÅ}Ó…XØî…Ãxý€ÂSu¡Q_Àë* —OÑ%«žû>Îß…Éqúƒ†™j}õœkâΫ¯ãíX7ekÒåLÛÖnר“ñäôÉ~œgsÍ?Þg•èÀ'©”0í¢Øv]!ÞGSøysqæëû=ÕÀ¶;yçóÑÿÂúWû¿ -•¡=­4 -ðéc'g -ý  =á¨EIþ2 ²ç:û¸­Û­“)­O&Îu­á¶Òïù÷ôÇÓ;ºÜÚ;SÞÛŸW…pŸzRÈn48W·ê5 ·“Õbµ1žý?à6³m{ù[€ÂÛø>¿ÿ¿„žRSP*NM8æËl²fp""ÍËÈgfÝ™÷À®‹À7KK¯µ}=BäëÁ{ê’:¸:§›»º‹Q³îìÓ*boóãÑwRˆ/OÅ[¹Ïúº®&ôêÙ˜03f]ã÷¿Æ¡ÐÁç³ÐÁ— Ìôªåµ’{mít;¶Žý穌`ÛøÀìH®4§æbÝj­CpVÒöñzÁ‰…qlø”-ôǘ½Åfª±®#GZä}ù·É²<Œ}›c‚½ –ƒeï­–Çš3Z¾V¯ñ_øAÿÖñž¿Ãú)çàbÎ@ébÚ ¬¹ÙAõ€·ÝÇ](÷W›!íIU!Z_Oó½(éèR:­)BqÙ€sLF_í²ê2™W”Ří_çÓõÂc$HÍæö°q#çX#"pÓ#c¢Ký¯À±fîÏSiÜ”žá÷$p4%ª[ö0­yÏJ¶z» -u ß…Cmψ ¡©íù&‡hœ“÷ÊÙ½nœ¶¤®:…¦¼¸&Ö‰¹™ÁeÊÓsÚ¨ ã‰ÿ -?è$Àv䔟î†C¯=æÖщ_à?Bë½ü÷•œš¸xÙ2¥jNáÉnȼ+#ÔÉneè-׫ y}³ #ÍføêÔ¸F{1…p^ -—õÖì_–=ÏXy'Nöœ| ›‡A÷Èî-|ünŸH:ö½Ád÷¹’“µ#þø]þK/Àáä89Â@)±prRöËçsŸ@\G Ff÷T]­… 4±5n+Ù: J×=ô6Òzg&[~ÿ‡ëð=ñ`~ÙO[kz;þä‡q¦U0Æ™®%¢0ºv2ÔøL§ã÷>;¢{rfø |]xBŸ4+@÷^ÿžrV~í­X”âØÇiÊw#¸Xœ<ÒºÍT¹ÊÕzýr»ÝÉc×&B¶2\lÖ-t¹ê¼Õ°k¦ñèrtjÑ_h³ ÖBC,ÎJ>œuÆÔ:ÊÉontÝg£ëh9ý~¬úÙEPzo¹ï ÓÌ(uïõé­Ü”ò’7Ý vSßGä#ÏìèûëÛ~¶i‹ÈŠl997Y%ºÉ°zKœ3>֜уÎg:4ÃÅÀ¹,öƒå<1Ë*£ -Nye³?¨,Ïû!¾ì­‡x]þ7ü ë¸Ûà†Y*ƒòêÉ%r¬úf«#ÝœXËCQÔÞ\³»fö²ö²µC:¡ê»e#Ö¯šÑ_NFËÁlC•“÷¤†v={å zÐgÔÃDªá f?ñ¸ÏR¯°ƒþþ¶8S ®t x8Y~PD™à{#xTÊ56êÇøÆ–õ¤Ò·nE±¯ýrÍ‘L$UgNáxRO½%7[|tò:\Vd»óú®Ø\Ü ;*6Í姺ý~TžÎûÂë)ö»:eô»IúDî\$“g•$“÷gûƒ’É‚TÉÁ®¿(vv(O5á;5ÚŸ7’š]ðši]t¸ùuRæMiµ*§ŽïT -‰QÞìÛÚÊ©ÓF}þ`Ãú4u–ê#YU©`é4H / 2å -toDº«Zè]50n„ob¢Ø%brc("¯’"1¹oåÄúWå[ Ê÷:~nÙ´¬aÇÓ…ü\'l'­K ÷øÖ) àQ ÙÓ4¶B¿¸XrizYL‹c<éãƒV~†“oÏ-õV¨ÚtÙŸ2Å”a×\<Ýy§¹‡8_»Ål΃à?ç‘«@ôÛ¿(=ÆÉ-1kÆŠÞ^.­k^º“?¨ToŇ£”íYBñ2ð7b¹ýZeÏø{Á—R©éçøL¸öìÚ·wŸŒÊ)2Ø™^v$ä Œœâݹ4¯v‹Ãc§s+…£ÎÒ-/:•õdÛöHõÒæSç…âñ ÜÃwqk|$ê--’õîë—ÖµÙ?\‡Ûß(_Ütï÷ §÷5uÁÃÔi*‘¬Î5¸^víÖï§Ù»2›Ðى׵֠[ô›¯×n¥:•xmó½1Þ®¿×Õ–Q:­Ý ´ÚHyÖŒÔæòßñƒþ¹Ø4/mô-É Wdµ8ŸŸr9ŒŸ^y_Qª]>YQ#ŽIu§sŸķƒO~1.:Øâ{cè*”¹](¯ ìþÜv‹OMìp­Ë¹í‰‚Ü®ƒ-ü.­µ6[í´pkFŠòlŠc'j$ºûnœf¢‚ýFmÚß\¥UC¸¬Nòþ0LmÇ£Ã×ú³Y~O5·†§Ü|W‘ ÓÌåXÝX©L‰Ä¹DJãr•ÐÇzwQ´¿•P¢Íw?ý–Іß"(ÝGÓ$ÐÛ⪟›úÇò÷ui‘ë™{"Õ3nöúƒþ¹ü;®ŸjÀK%}³9\&·[Ížâz(WöFKÒL¬ßÕIVqQåþ±úɱz×éìÞµ`2Úášß“ÁÚõdCe•*+¤‰† ~>ÎÖ?&ÀêÃâ¯]9»T£«÷j-ûx4ªú&hW±ðA@Ää/ð­(òõ3ÈÙäÏäÊraWù´à€œrMƒ\Eª‚,ÃSµ €v8 /é -÷ãD'ˆS"©ÄèvòPh€<Ë€¼ÏÐÃtŠ˜¯yëaF^NµÃ–2³ýS³žHéýüBæ·žü(ô2ÐÿÐS÷ò¡åìäX©ò͹ò”yƒj=hÏå­²º4Ùe²; èU…2“¯Ìî÷$ -(4åejƒ@€Ã4ßÙ´¦^“ÉX±s³íÐo²VÐM:öS’ÓÖ#×Ó,OÍÈëé;ú)˜mæ:¥ÈQäÏ(ô™÷@~[Ì€|«ƒ\7A£êKhTI„FÕ5¨öãÁ]qð¸šÃ…ž ô ~¡ÕDH´ž¡¾æƒô–Ñúq¸b·ç<%é ýD³Ý’ز~÷Ƈñ:È)hÅ"°\xØdòXm›ƒZÇïèGÝ1Èå²kmø'€Ê‘Ð1öLÔ„ü$]“<Ÿ4_&U'_s|ͼðÐå_ÅâD‰+ôùDBïöü|þ(¼8néÚµo@7ÿÂú·Ž¿ð¡´çúì¼1ìÐ<,6B€Ý_€õÜT{œ€ÜuºÙG]J°Žg¼æuÝ‹…—ÄËNæ/qåj‘ëêÝh}ÊÒQs¡ßwÏá§n>ô¸÷}w\·t#o·fʲí^½mü ŸÌ%ï“Ö×böXõ8…Ò^6APEP@{=€‘(“ÌnÇí«$'§¸â/Ôh}ïßB?ÏDak~@‚¨©¶‚îø‰ê³þiMü>éXPá÷×êûz;'°%Ûzc ËD‰ƒú ,»„ödÆp -4®(À®/và©ïn£ -²J%‹io-æ‚å*Ú¸Þ!l« 9 šå“‰úxJ0”}ñfþqUØêƒ^Ú½GŽ(L<£*n=æ]ԡŠëtF»›EíR¦¡åVšæŒÞòßðƒþ·^€U¶Ð¢üô»ö£,4eFú…†pÞzü\¨&žÄ©7ÚÍ9-iç§©øôPûÔÕ3вãZŸrè.¬eúk±¶V¼¯Ðtó^uGÃÛ†”98ÈUÙ~¡ÌÝTŠK7©Ž¦•]S¾n‡äéX÷(Ãe¿u@Úö[!»Ô¸Ð@1@‘à¯õ2ׄ҈ÎÂzñ¼ÞÅõßE·|x]nÛZwöy·ceÛ½Š„X ù”­ó¹Õ±Òøvbʺ7´êÌÐ!­~ëÉØZV„Cæ$“3Iü6¾@{z‚ 0z…1x¢ s²äÆéõ¸ååˆê­§ß7KÖ$έòÁ‰æÑzË‘lÊÎ0ÔxáùÉè³gœÓñ]µª-‘©•﫺ǭ¢DHE’ë$ F¼dyd÷ßðƒþ­`K Z4¹8prn 0Q Pì&Ph$¥^¸V"‚¯v$ÏR‹¹Ðîzk±·«n, ,÷ÆôÃ4ǸË꺻7¯Ï“úüA¯­BüV„%žWº]¶!'Ùx,“f/ úpÉžád-äíñv˜¬€ ŽG\»BÑÁ~ª²ß -É:×Ò IÇÁL*†);×xs–ð¸@ÜÛ™ÛÌ+hÁp°Õ¸{[¸¶ê$cG–.OÓ–2ƒwp¹"Ýô%»ZÏzïEœ§vyZ´7Û#7éñ?èߢkq'hì/…šßÕä|Ëõ¯"sz M96AIª¤£89|ß—øÞN.ùóÝðn1[µ&N·ô“£€9!øîó[eìA™K}J[zþ×FM¿ÂAv—~Î…œë{ÜyÆ5Ó¬4úÚc›ž(ñÒØ3V'ç¢lM8H{pU÷;¹É^¶jwcns'ÃßžÙœU·¹Ô˜g+Á"ý |É»~ÿ‡w€×WUPTü…†Ÿ(c¸½ŒçÃ×ËÈóüìëš…Äbª¦×vóÚKJšlÅéiU^±¢h –ûÌ®ÁmŠÙ4·Úæ±ÕòU‘ ‡aß›Â^Ò-Mw©…R­ÔJ®Ûf)qÞfÏ·õo -îŸ"ê~Ÿ¨¨Á©Y_ƒ2Ù4"ræÞ`kÉcÏ ™§3|©Y¢®Y5:j²̉³Ã G‡kN -ï²[怰ëºo.–äx7Ÿk+›™ó»0ÃãªÆ8ª2¬g–$SÍË×ÚC…ÛñJö“BG‚Ñø@}]ÙíñüïpOÞþGè,€B4ȱ:rJ}rã® ²^÷²*P6GòU‚#©ÑÜ×bÇë ëÓÔˆî€DÝdÐdB‘¥$;I¾•Ÿ¼f×Ù&vªnåÆšôÜ_’ÇdægwQ­Ÿþ?èŸ È-x(tU…BŸäÊUäÓÙ!È7×"l][Èê\dSý6@GÄ (·N&¤xLrO{vÅ{Íöó× ]‘ØA£bÌzõïIeý8ŠÜM~ÕÓ³KÐeš -ÔÊSœ_î7»Üø½~üw€Üneªý3ó>”)/² ¿Aþ~ï¶Í›¸ òøûÕúe¨Vï%ܨ_¸”[Æì½°Ë+Z‰Voщj¦†Ï]ñn‡ ¶J×Z¾²ý@ÐÖ¬ŸÔ_çç ¯¥{µ]œöš9þ ÿ“N;½Ó¨vgƒ|ㆬjNvI[íŸ ÿ^f#ªW^¥=׎+>2Œê„<[øáû¦x…âR½ñ¶%Ùâ§}2eÂ>êl%ü;¾ëÅסИù.*Ïv¬v¯ÍA¡m( ÐAB€¹éì«R-âÑÆ…n1¦åžZÖè§„½—ÏÌc·£<²Ç½ã1˜xX€|\Kaî‚5ZpŽ•ºíé½ÊìöNÐ%ëÜFÎP{Ðñ,º×ʘÂÿ;@îsƒë¥´“@Ά!(F¯aæ4\-@Á.\A!`¢ïiÀX‰v›:­vÙOS«öƒþ¸¯P›2n)C®ï=?ܼÇëüv “œÝmŠØ1q)Û‡<Þ·Àö°¶R·XÒ ¥&jeÒÜ]7w’Wö\•.ÿÇ|šR”à˜]€Ýœ*(ø%ÀNKØàÆÍš -€SÏ «?°åªá–ï -yÛ,?c;fù9Ìøm·±ú–x²R;_7‡¯Œk"ù2&õ]Öȧ2M}6šN4ûõ¯Ïöt«tŒh%½…ÝR¢’áâßòõè{Âan(A¡ºò€ÃÖÞ/@¡ž¥½Öìé¾bøãl=ý˜­è¼[=mªN´]·­·-R&Úº|Nfu<}Øhìò~ÑÊÕœ©®Îí‡Z›‰ŸëÆyà?èFw¤"䢵ôVv«‹Â7س&Å󓩦ÿ'?О;ë[¼{û  QïSò(Ò˜·4þH½T}2Æ7ë>ÈmlJvŠ7 }Ú'4籨5-¤•p¨±JG}îåcþ}Ó¸gI—á&È3#¥ÝIã2&ÁüŒ•Ôù©ØcgÇʼ9=¬oiú~пÚÈ3Y.{OW a¢¼o‚bvÇ%\.«D¹³}zxR£Ýw>eÐYÁœœ»5í>¬v®»q¹'ãéf|ƒAvzw?ÜY;Å3†®'Ó9ÞOÅn˜o¹iñ¸4ÞƒÃ:|OÄ]V /Œ±±þ;@žÇ§G»¾G¢Ø­ïãçÜ‹ßd¤°oqÚs†¶ûØw¼!Ž5þ4sº£Ëjs•kÊß7&_hêÓ;Y}fx¼•‰ÙÁ«ü¡.ñg&P¦Ør³¾­¿§ b¿ØÝ'rk¸ï—±ÁNZEÔnX»‘ÿŽÿíׯß[ë¿xОJÂÅ»À?£6#?X%Ðïa¹fþ NʨDf¡Ïhu-Á•ã&¨IhÛlì¥×=<Ð%¶‹‡±@ä6‹ýi¦îw'w’HÜw°Û«Y­nsE†Üè·~oÃpî¦P-uþÂú·Ž?ùSî< …°à{ðY ”2E.Š÷ÞÞŸ¨ý£·®Ø—Û눪–||ýνS×èãarf)—ÏóžP?Öx©-ĦMü ûÔ,ßß^_îd£û·)´ß"¿Ðz:_šžýõ½P˯«,Û„X}±i®åYýßWyëòÞR0‡Îo@¡r¾Qš“öÎõ³wÁ¹˜®lÎQËÕ6g(ç¶ž»èú¾xª\¶5QØóÍ}šc[Cº|IÍôWÊŸ¬W$îsä™k?ÌÛòÐ*ÃL|ID—*l;PYÆóçÿPh]Xö¨A¿‰€ïãç­¤z­ÌCJ»rçYâîbcµ´Ç7ádTê¢óƒªgÉ£ Ÿ9³©v2ËŠ@¾õítÖ¬¯Ýa½ÉíºÍ‚é³T¹Ä,äãb·@>úu®Ê­`ž/[ØJ - $Ìâ‹Q³òwü ë€Æì~ùr €×Ûo89ùÖkCdè`ŒqSÏ£Àôv’› cAó‡´®|²3ÿbºïSm4É‹èwW¿QæoK´²jјñ±,®ÏóÛNk†sÃ>VìÔ¥‚Ót:ÓÚ=‡NWq eX‹É1ö‡ûßä“Á`×´ ð5ó¥ôîÈñ^†>ÖnPîN8² -ƯlTqUUäq€ßÏK±Ïiª^ØâH¡¸n_¥e¿i•çÓX®L×'¥J‡¯e‡î’Mw™Ñ~œ4c| 98ÇÆ n#´0»g&M›óñ.öž ð—œú¾»µõl±û¸ÑÆHj¸e\”žÞxyì55‹Ïëþ„kÿ蟒@ø â÷C}„_çbŒ;X.¾P—z‰©ng8MŒ–ÅÑç3n†Ce<²½íéÜÕÒÝ%#¤òÈŽ¤±Œ>K#óß3ñÿiÃh…n7(vßw9faúÕ®x ª‰8£Ý1e¸ÙT¾ÈÈ“¥!ž«OE;²îîs¹C¸áêzj%„ç «¶èlY`r“ŽHåá§ÈÚªÖ¥5œìqz˜¶Ãü¸ªÌŠŸ Ì]Nª lH{ ûï€Ss{…·ý=¼”ym„]ÁŸ>ÏéôFÕó¶…?ÑH ƒ¨¬(êptY6fü±s_´N›ÛR8òÖmu.‡ü̃ÞgÚr«©qfVË ¿ç¢ æÒ«1(²“uëÄêü;îûqn7‡;£7y¡\Óîüå¹CZ<®öå)³¤@„ØJáÉ&»0½™ÀÆl§CWâ¦T·y_ô9ÏXÍá;N$íµ±¼´üæQoµÓmF4ž4»Æ8×85•zã4èýŒ¼þVcÕúçþ}›ÉŸË?ÂÎ"öDßd³ëŸ,.Üî½8Ptkº»§/{þV§÷3)¶b2&Ùoª´N ¡·ÖÛýätzW¦ó=ñÀZ™ý×ZÛuÐ6#%û}>áýBfW—Øâ©žq»Zíº¼ZÖw’*ÓÉd!ÖÍ*ör¨‡Q…Î æ/—t“‘ŠV8;€kk²s¦Ì€ï2“ºú¢îˆöôs0\Ó_þ°îãþ‰b@ÆìOwQ#3m¾{C[íŸk(7úX»\– -µ]CZU}›ë}k°QiT±Äá¼RܦÌQ§cÉSnZ‰§³÷‡Úk–'’……ÌñiÑ{œl“ë$=k/gº1ž·\c=¼ÓßóÆ‹ve7hEÃ=)Î"¡/Êç×ÜJ-ÿT¹6 ÄÒê“3ê™[ߪÑUfíÍÒ£²è¦üòí”z•«©Ô»ÄòhÑ×ðB±Õ*¸¸èµq¢4ëÿÁúWûo§¤;9µ­ñÞÐú$ßMSÍ%v˜—gBfÛ™Ðé.9âJ4A‰ÝC̨a¯»¨¶úm¾£SMqØ êã1ªÁ¥?†ÓùѤbíkÓJñ…ÏË™_–øAÈw´Éã‘aîq7…ÓÒ”°g^±aÃ1±LÞÿÝPS€èê[ƒÕž€t) x$š´r=ÌBÈÈÜð>l6fë@Ï -¾H6 e* Å ƒC ­˜…Zã@z©ï݃™g)™ ›…’íÈìª}ŽÉãAÆ®Ÿ æW œ@Òµ ø% "ZHë0Lèëƒ}5d—Bûûêƒý&è°MÞ?¸éÕü µÿ@´¨S^d\>4­š½Ì2}Æ@¥ÐRé µá@µÃdÞû<7AÆ'§È|>;€ßÓç‚ ƒ¡¨ 33ŸÐλö2jð*‡EÌ6ímøHöÛ`Œ¶ÏKÞY?ÓÛËêP°‡6¡=ê[QDg± ²5Ùi›Ù:ÿÉâ¯P-ãBµ<œYè¤N ôe¢¦2BBÛ])Éí—ÆË€ûòË£¯×¬2@_…ĬÅì D÷pÆþ P#» „Ôh÷¼Ô\ÞÓ¸ÁÊ›ä?dsç9´bN|sè»aƒ¬[ʃzÀÖ· ->õT¨ÕzB­jêk±{\Nè7h¿Œaiôš!4Û«Ý6f{·s\Æ2jt·êNt÷…0ZIQ&ª±ƒJ¸y)ý@À™ÿÚ—·ÏAÞÙzSzÀß—²·ºWF:÷~пu€lU…B›ÎÕûdâäöbäÂ" r -)€\¥k€,_’|l§áR^bVÜ·¢ûãLEµ¦= 7 -X…M®}B‚S¾ÕÑœnÇçé¿.ƒœëEŸ,Õ{ÏAo>{ŒçÂÆŸ1þ¶~‰+[,åX»#ÿ ¥ï €R3vîríÏ÷Ô¦|ãSù³0ù{ù´i½vÑ+&ÿŸ|.÷a%èxé®lÔÆÏ·”@>5@Ìk› s€õ:§—£„fôD³n­Ø?”ô÷7‹YxŒW݆§=ç}km'®•y®Üùï·^O¾sù½}¯˜ðæízYÇ?ì›N»ŽLl¢„¬Lg—:sJÏÕ{[˜ª\¼œü 0ÿŸ6€N -5ä-4¦¤€WûðPp$¸ÈèiH¸n9E· ¥íç­þüP6¥›Ñ5‘êchÐd®™¯37æ¤DÝÐ yj%sª«VÒ¾nzõ©‡7h1é¬/F9¨.£}ŽúG€l }döPØ|`Lœ$P!Ûx£°ˆÂô ÔÞ9< 5£¸\Ò¶n» ë[ïàûl‚‰Vˆ>k„˜Æ–Ýšz_¿µäÇ×M§¶Pm´UökYR:u`ËyäÞ(¨HO /è Îù•Jðˬwtñß3ñïä1܃¼.˜ ‘ßÇäæËeSÓð(Î8?‹º;oÙÃN÷æ‰1ì~T¾›ÙW=ÖÐL]ŸÓ)ªìïXQ>Ÿºô.b=‰âZ´”&ÖÐÃ\Fç‹pAçiõ<¹õç¼æOóÿt@a¾Ž[ñ3þÞ H9ŠyX¤²të—ìÖ!;9ÙÔryG/™ÿêÛà%ãlJJ‡\ö¬1â9/·›§9:ìõŽ9.ë7þàÊÙóa=š;âÓ ?â–_7Ažwö Újý {r5þÿj}oSâP(Ô*§îšQ4¹÷}šª¼ÛGcnqú³²3«ød ¡¡nn7W!^A ç’{}ÎØ©Š—ªŒÖÛUYÜŠ›Ž‚ó@Ì»OŠÕýþxãÕ݇ø„ÿ_gÛn¬ó=üW°_‰ÜS¤;Q‰(!‘R’ܤ ïÿÊù{pþï±ÏëÉgæ°mVëffÖ4VÚö­W5ˆÝ ªUÑ›j^ÿ|ï&àÌ÷ÈSÅs'HmÞÍ‚JlE/×èÜD¡.s|Ùóº'¹Ž¬ì°ïÛÑðs÷9<ŒaëÖ^øÑq¨™[¼f·’öûMµo¤jaÿ«ÜC˜ÎÎj3¼J—™' -3©×f•SPžÇ‡rŠcåŸHmÎ+i A:(U†P(Ы>+5¢L{Ž]Ç$ý`qàðS› ŽÒÓX´éz¿3Ë3w[ÌÍÃõ¥¾|ê Á|-ç–Q-›€çbûSšI:«ÜÚÌTf'C%´ì…2šGCNoùî•‹)jEY“àœ6òO€‚”.6M{:§‚²½ƒ’V¨=zÏq=Tl·v^7Û¨‡ô™¾Ó, géMMÓÚÏŽ›35 V©·=R{äX=ìR}Ž!û­\Ë$,ß_Õ²Œ3L{¢ŸtnBŽ_Óñ&$Ì13»=Æ™‘3óAŠ!7ÇIîŸMž~çÊ×è[iä‚ -|ÍÅšö-P ÊÈEEռ϶^µ£?-1‡¨Õ™ì31½ÚŠaï°oóN<&7m–žó²-ÄÊL^“m¾ÇL ä¥Þm\Ú»t„t ¿–ܧ?,yÓÏPü,ߣÂÔý¤ðÿ P0µé÷7[PzÇ×ï³FsO=X@·2sÉK³™œò„Yú©z%¬5M©,ŒZ ߯ðsË]˜⢊æ> ‹ÝH&²ÄSÚç˜d8œ±VšÊØÅM¢Õæ›ùThuK>*;±p½~^E¨ÿ?ðßþ»þý ÀÅeºt•}#1oæ}­”‡ÿ‘íЕJ=Øn[FkÏ®#a;ê~ækµV0–ïFÍÑ4{‚r5]Ã(xµv³aþ>ÍÁC¸-'ß¹…n+S©þÛΦsÐteôY¬÷ì¿7bÄ­ó³ˆKíß…»9K‡wä{/©l÷î¯ó¾‘}ôG¹ÇE=ø‡ߢON>Ö (MÓ‘–ÝÔŜɊâÕ‚ÃÞû¹Cî4u¶óÄ àpä|^×ÁŒ;^¹MÓ¿õÙóô, -*÷¸÷ÿ{|öòÞjÃ: þÑË/Ägoÿ£ÞþÔ{ü¡Ãé÷üª•º¦|Of—0 /=ÛôÙÐ[¸’íY6înžûܲ\Nç—ª2 ×83—½Êj®zw3Cɳ%¯ôÝ­›/ñ9àWâ.èç¶É•=’—+¾Ñ";Dü[ºw‡)À¦{Ú9÷î©¶Ô1¶TÓÿ‡øoÿ/SAoóTÐ…u»&-Ëßnä©W‚ñ©ÓÊ5VVWfnæpå7sméÆ˜ç´#9žÌ®ÅéB!ÿ¼’[YÃI¸´`a¹ÕŽýýÂðØQº¾ÒJº“æéÖ>e¼[/ÌåD®˜éøse¦„˜c.ùâ§[#*ÿ(r씕«ý|>é·œW/FòœNuâ\ÙÓØzwÓµò<­*ï?WÂ'GÍ•¨6P’­Lr!©ªÛÎj€/hƒË5H“õìÕ¡ÛÈuOÌL˜?¬ùÎ3½hÑL.ùim§-hÍ]hœÏ#´–w`Z}™ÿ(•}TjU;xLªü‰Ã¯ƒ£¬î†‡•ÑwE4JíV/·|_æOZ:&«uë„M‰uÔì]Hù»’sŠŠ¢€|ËÓ< À¨B‚+Wþ‹ø?/¤¥ß­A}ì÷€sGï•`ã׎°‡íH0f”*®Œ†ª.Â=« -¾§±±ªÊ9ÍíHÕIØÄÈIà¬=ìUž÷1£Õ4§ÉLF§¸`‘Ÿ‹’ædHs#×ÉÞê’½¹='sìüLæðn( B‹à -û'^µ[W;ǃ#ë‘qß~šÜle¹¬°ÄKaøú`1Lî’zy¨ÞŒèÕ™ãÆi"l›"‘ÙtxØZѽÚzÛcàÎSÛ¼,‘û’¬’ðÂÙ6W{b¿ [gkÄ€¿u‰bs˜Î/D‘&ÝŽ—)ä:Çp߯ñâ.iØóžê­¾e,άà*·Ö­oÙ€Ú†S± »™n¼v óóð-É»rj}‘äëU¾P¬6Ø0jb ‰p*—½3„zBÇ{8“Ž´Ïë©«< n7\)°PŠÅ•¦ÂáOi7‹¡ß¾>¼RûzzÖþƒøoß7¤y÷89רùHú;ä¾å6x¥Ø[ -5‘™ßtÀL»4ºŸÁ=š3þ5x³*Ä#cé5å ÌP›l‚• J Ÿ•N§æ|ºxóôJ3‹v+ùLZ‘C/[Di²Ç’GtÁÖûA£9¿‚ÑòA?“„~(ÓNq?ýîˆmv1–ôv6ºíoî£"«çýÏo¤+fø±5w£ö ÷¬»¸p£‡ÿ`ï½ -`h˜¡òf”'*î ˆÏÈJµgžè÷§û8Æ5¥3‡BÁsÔ´¦¨ÖÌßG»†ˆïýF1ÿœPM¦…º·~ãuoS&ÿ [›%ì¾?ÝöŒ°Iôtó!Qª"/Z -‹ºõq­Öd†:zÔ‹…õþyLoºO]ÞÒfÿ‘Îb¤Xí:¹uñÚ÷Í蜊W 1ùDh¯&M¾á¼Îü”J¥ïÕFílˆZ#‹÷«3NW±¼³¬hâǪhâó~à?•¹lÙíD!ØäñèsLÙ¢Ûª4ñ½‚¸.´[¼Ã¡Ý^¨H½.ñ -xÊ”BjLE|F@ÃÖÓ4Ç©p¤ü=ºª4óáuÞ(>‹ºÔÙ­àšL/¶ÕÐ\ªXÎð*špËO7x–ÉJ’)m¸PüÜZ]ôŸ0Ë1ˮɼEk'öКRk»*ù‘“¼ß -‡\º)±÷ù©ÊП¤D:#¢Ü‘1³Òn -Œ)¬j(äw g£u w±šL-ÛÕp«’•»ÅQåç±Í”É2Ú+1õ"WìaˆX‹üÉ'•YÁYúÏWRv›b´ÿ'@®6¡„¶ý°2€¶  â(\½ÓÞ­  a¹ rWPö`‚ì9ã§è=Sré&äª ÷ÚÊYlЧ ‘¾½¦¦ÖyD¤s9ÄÝ2’ûÕíWÞ82‰X>tco¹`ž2S#ÿ‰ï.\gš -JégÓ“TPû²Ыå€qÉ€\Átìp©´ã9€ZÇ€*¥@˜¤8åTm4”FQ -¯ ~q”‚h¼_hYþþþZޝ/‹K WþÚª&b«ß޽½BÇÕºÂ>e±EGX/ù7@®¿dR-²©˜ëµruxr“¹r’9]ø>O<×t54 Õο¦Ø|ÄÆEILz-Ú†Jñä´kORLÔ—5¶OdWþE]QÜfbïñ®ÆU®Ù~ÊÅD×R‹}<ªóÝOFÖô?rãm*è”@öSA—ïöòõ àvpeG‚Ü9@ŽÓ+@ªGÝÄ€Üc@^©òâq2Íø^ùX¢ç`ñ‰¨Ü¥¤„æg±÷¡×ñ©¸·cÉ{‡Ï Óý<ö¶aw¿õXà}Ÿ½­Ê^ûdù'@n±g¾vY©¿;âå…`— ü>!ör4€¥† rqcr -é½ømzïYF)–ŽA3®ªò´ñþS¤á³q6§ÑU—Ñœªì£2 ~àÇã–¼ïq\/Ýދݺ£sÝYl?f6ðk:óO€ÜÎí(Y¾û੘ïÂäçò¦ -òk¹ ò¨6ýÖOÎõ¶I¹;qõ„ÏÆ#xEs"›°W«úXˆBûÑÁ æžd®Â}µÏïÔ„ÔnoBÛÞ¶ùçéÖ½^×~´ABáå —¹w/å…×?7ï${Zòßê@šßrˆM­x>Ÿ‚üJ:€BAaw®ƒÂøÓ•Š–On%=º9 뱄[§ûêÞ|ÜÞ8—½uWä–Üæ|íߢÎ6k½ÐîuÅpP](!?Ö×&—JQ‚:ÎÓuóU­ÄœòÚs·Ñ¸{äœ2ýO8“¤bF°ø­ŸÜ¸Î@¡÷<¤´¶éÒsÄÅŠäŒ#|ù˜ß7æúU¶‡+|!-“ˈprï¼*ÁdŽbçKDSçérÂù÷üZòU碞ž­òî”:AøÝåÞ9÷3o5]hÒ¢‡Évm©º¥õ7Mþn!=w;"Èä ú#òÅÆ¶™Ô¹A7Z*áÞÝœ&©Æ„"²¼x×Ñ.¨ÛO׿ãÎÕo¯îïÓò“É{¯^¡âÑÞr?ŠH»ì[ã]hëMŽ|ZóÁÀuD*¶$µ«‡ó#¬™Z§ö8çuvälÖþƒøoÿ/Rk}_ç#P¬5@6ûï‰àáçå­²èóÈûÇÕÙ«“9‰— ŽÌÏó%±>‘Þò2PîìBáãqÌ?oGLÝõ¶='Í$±ß>œ -sѺÂ`nÍf·`ÞmïÉÂn•×Ú&sÂÛÛ^’irhþ©W¦£xž¿Ž¿ç-ïyËFö’æË—l"ƒ¤Qºu;°&Vû×þù~hÊ'šÉ/Ü47Ü:¥‡à ¬+ž}Zت’ÝkoÙãÛAc·ª¨©žÎ~ß4¨ìØdÞýÕv7 -Îiö𠍬!4WÍ£ë±Ü¬¯×þ ÝTР -*[P´ºWP’(nµ\ä‘íÔk×2/cÁÜŽ™˜¿G?°ËãÏ¹í¿®kë6€÷û?õLµ¯f·ÞŽ·»YÚæRÉúÔ@àÚ gùÁ¦Œ Ôõéq³×5NHVŠãWôùc[]FýieÙ±éÒ_üÀÿyÀG…*– -NÍïÁÐ(}úг³ßæÒÏÌ#—ËUªú‰i´½þÒç1bÉ ôÝ‹½mÍlT± á®û›a ß×>"¿~àum´‚WÊóT]5W9\Ÿ¿¬Þr5y¹¬Üe'˜ÜkB´÷öUÒXÈA´¬µ)ü©kŽPÐ$ ߥÑñ–Ž–c“üDt}þ¹zÈ3he>mã9vtg˞ݙãýªc¨fOv7Fq}Þ­'+ü¸BËq ·^ÇÇ’Èß‹d÷Ft¾Üж"Ej,¶µlTZª¡ùiö -ƒ4 ±ü¼X.Á3×Ï@ÿ€"|wqP\¦‹›’ß’iv#Ä¡Ü^?Ïú²šñòn«æLN#ÚZòâ Ê,=VŒã|¹\ËžµÕµn|X¼ÄáIÛ^à‹ºw“HÍW‹Ù¹°åy±9mÍFªÍÎ*xY™NÆaZ/%, -™ÃŒ2õ˜Ïðÿíƒ<¹‚†SP|Ö \,ÝcUÉ<ïùr½Ì¬Aèg!pKíZÅF‚ØÓÃom­?ÙŒý‰¶jUMc¸ãNƒâä0¡‘7]‰t´œN""VBBÌ)Ó—U“ïÌ‹’µ,;š<9w3Ñ ÃûDoœÞiïðJqü7@^>¥bΠYêšTÌ~.¯Ajý[)wñüš?žržùtî]´âb±µë•ñ¾áUûã5Z©Ë5"êÚn³2æâÛÝOe:Èw{æNž¦tñì5Þ2fжdJ'AA¨Ž¬©šÆ¾]Þ‘…ÙHêÕkÏäÏq*hØV¿5ÁmP¶ù{´)+þµ*L,<¬{ ø›=Ÿ¹ðÞh?›f«v7²ÐþÀúS¤•ÅÖ•—*²®§Ásº•9Þ<ÁAê w§?9<†N˜d‡¥V­"zÑ<Í­øÜd,[¬ -í«(­è«è\øÒLüÛ¤Á^€bKuW('ÒíaNZÎå:ÿ,O»„ßÇïÆåÐÙ©™]_öjÆi -¨5¶- ËÍh<ÔSggXЕmÆoZ2FcµOâ·ÖÍ@ÉÝÎÂyÇvøn·xô®/ æ·¡x1_>™ÄJdgl™œ.»µ®ºg”½f”sÿ"ª0ME é]UéùÝó鹦# }Õ¬ðŸH“½j£¦hô˜<õ©&uœp7ê@±+èç¶¡Èuy•ä¡Ý²/ÌBõ´‰23ì^¯ÈF¹×ð1õuµ'ˆÎ÷-æ8d+ê{ÌL¯Û9}o] Zƒ:§§Ý¨2õTN$õœÎ¦”Ž'òÕ%ÑiGÿ(•×RšñÁO¾çoâ&ᎲoÊnŸTrß3‹#ˆDl•,$n¹77ºV0o¦öWOù­?á±–ªCÅmbÂj×îp¹'O³ãÚ‚eæUD ñ[V¡VíæŠ"Ÿs禨\5"A`HpÁqÒ˜ÞǤ1sdf÷~;øþ‰×Éxˆ -„÷­}æ â–´˜A˜å‚‡¯—L ]æ·§4GÖªHUži³ÀTT¸Œ¹ †¡tÍ /.*qyêUc'†1mzѡ֫N—Ün©!ÉŽ •„ª¹= áú•„úxް`#¸p4"¸cçÐq²«¨S¬o¡øOóB±èøî'„OÈÚˆÜbˆØ¨„ØÖ!優òµ‹MW›nOÉÖÆÚx¸‚íáõõ-ÿÖ_\á±Í²Jû‰üÀ áŠù\Q2w8„€\9¢pǧDásÞuŽ;ôÜŽíOg¸4:e¾&vÊBဟnü¯U”ì?q~šŽ;Ü»©Æþg¦Éê¸þég0­JvêÓÕÚoÈù~‡W´–:ÔÊþ^0k×÷E×JL¿È{†´ò L NÕJg”`íNÅžõðóà,á2ÖÖq™ñÝod;O¼QŽJíð9¦Ú×£¶gvþÜÒ¤âëŸðà nßK*aeµ_CbõÂð¶æûõil/K“A­Hò§“zòg—B¿Änû'Õrº]ìÓ†Ô½’BË}vÆ ðf ƒÛ-´Qn-Lku¤ ƒ%HJ[b”}qÐ÷¬ûH‘ è¶;ÄÑ-[£lÅÛÿÁü·ÿÎe³ìX›#Íá -"×K‡Ç"«4f‹Ž]žØW~4Ó‹u‘.$cÞÞŒæý:rÖ»K3hv`Xd±‰;unn«'öú·ˆ5úÄh³òAÍ*žG¡•XkrïY»™wŸý†X­OÅx½©{묗B‰ë!õj¦ƒýÿsH$W$7êDK­¿ä›GtöèïK2L>áŠU>ƒnG.sžXì÷fÍÍy™ñ·øªBHË ŸœÖÒ{÷Æ ›Ú«ÌÌ&ß ±ÅëÞ²w®W^Ò£&3Ú»ÖÈ\SO®Î¸B³rw¦‚—fbùy:ÏÊOÝþûœGPšµ:<°ùK*rŸ¿çFS¦øÌ -õýÆ"Ƕ#£JvåÆO:.Œ–­ŽÜ‚ðvû#âØF((äïè†3vëÞ‚ê×+IgP«ÊÃ*–ËŽ+x!™–õQvQzËF‰itì¢9ÎE(ZDˆµ¼e‘üë]ü‹ø?/lkÇ;©Æ…–*‘ª’‰!x4Å ˜Pãѯֆ—nç³J(K>„Tß¾p4ìeIí• ï†3µ3u Aµú»ž«ÎØ -òݵæ^¥².ž+¥ÍxS-šÓYáq¦YpV<ž÷¶=>[½>Ü(ˆbn6œÉÐÝ×µd]™³D‚lÅbAV‚†ß=X‰PAV³#ÏÓÈöoÈ­ÈÖé_ó×-È6p/Åì²äý ²T)²‚XI±AAVùP »æÒÿXÛ3u:»»àÅaqü'öÉ$Å|9Q..lèé›ë_²7KSFa¤¾=Ùût ²ŸÄÙõÙÓ¶ -²û, ²Ëþ·ÎáûÛê,ŸÙƒ¬ÌŸS˜]å2 {èShu î8È^*]M¦Ã7õʼnÍ}bŸ†ç¤ØÙ=ã‘}Ë>ÏÅ(ÿ¬÷Ö¹(ÌMáÿàçÿôAöía ÍRºŸ>€Pv ém  M7¸øˆ‰*7Yeçk=c©¶Ï³dŸ÷@9~í|ùµÌæ‹SÎïî( ±‰ýi‹ÉÀSçIQ{ïâQÒ:?Ï%ŽBm™Ðx]xÜ•Iá‘. ¶‹æ€°•ªÒ"D·9ÙK äêÍïIŽ0´ÿ†t­a2†ß}ðÃ@laû² ž÷ÊóÒ5q -›$\PRÜ–J±ÇâXªˆí¸rÖ™4i …§L•§,¬·ÑL½ù{\~Þcͤ« ’E‘Ûë™Gn›å«xcˆù ¢^íT©/ -@— rX¹ÈØÊÝ@îL@Nã ×0/¾{˜'"q4boบ-„O™«FÏF]ÈDákUˆf›c5ÂDÐz<Ê%ò¡E<ÿÀ÷–|ùüúN^G§[7»®½×&° ò­Æ|ñrìôþ‹øO áÓJ-~wímÀ-E°[ýð˜EÞ‹fc*vÇ|\uZò³±hê6míÚgèßãÞüv_UOàN&ÙôÚÖµÒ­[¤·Ì]ÁàëN;°×~?7ºÂ5)Õîô|¼ µÏ#+id÷\ñ¬Œ%./Ó ¿@ëJª,xôݺ}s d– ¿Ú¸ oCÉwwtMV’JÃh=›a™},‚íðNµG³›!«›ëÎØ;W8ëŸÃÃ~„Ù|_ÜÂ(—•Ky~Á¿ ÓAMo ÎÞÐüÛðqð[Oüqê\;òk…Ø}OâqOÛ…cÿ³Îÿ†Ô%ë© ã5 à£2ù@ZƒÂ¸žæy‹)H¤;Ž<±îªqI>qƒ z/´™Pº G |úiþÀAíTqÏÓZ;ôoSúé·>ƒÏ)2õÂiÙsª^<ÛÞzZï¹ïû`ânÍÄ<î/‹c{Ý·S¬NŠöH!C½ûÌ[aö ÿ†ïÝ„ Úp&b@^ÉL@A{~ë,//·½Ÿ7Ï=(N)_Íeóâ9&¨¯EÁWåDt㥷¶r;÷S¨º.;Ä.Ç}Ô‹Üržuœü®è œk:‹9Åa‰´G?°+Ëpy¨Û' õÉ^ËÏà}Û‘ ækQ…ÍM¿ô+R›³6Íçùi*!½Hø“zÇ}F„R?ð…ÜÅm«çù"lŸÈC†uÍåpxä3å™3Hµ=úÀ»ÃYjrU¸Y¡2N¬eçö÷­_Úk=Û=ƒ.»Ó•ãÔ|}HÛÌääû¶' Ãrwùxã<‡ðFÔ»¹ßÚ|I€|aœ -jZs€8k åî5ÆàÛãnnóQèí ç}á´^{¨ O”SzdùƒìŽÆFÖç?ðïÖ7;}ß¶v$7ðÍ3½›l ¶æãžßö–ÅšqÈs¤Á;¾´9–[Ʀ´<\×ÒëYL’Ó¯ã=¤ÏkËìoHÃÇÿÞIÌË;6U&¤"^ž¥\#ý³n…ý9¸4.Xú6c¹–¶©;ÎèX7Åííâ×k`}]Ùîhyip~kV’½9Rf°)¹çh}’rÙu5h”~àU°šµW÷™Ó¯&§ë­jt^.¦M°ˆïõÌ‚j'ïÀØ›ùç£÷=ƘŠi•IÐÎ.>òÂÓks€îQörú¾8õ_ÂNqngOãí%—Wþõ1¹b­¼ñËmt5ïñä’ÜÏ{Z·ù¹Ó®Œff£Lëy¡L§3S¾ÝMWnãá}%ÕÌ„ ùÊ8ùÜ™1ݨczÒòSô/cšë_œà?ÍÆÐ<tà‰ EË×i»Ø?ºT½L/WþdŽ„ñQš¤ÑŠ#gb^²-¶“üú²o7õÎé,2/V «-7«ÖÃAª14Á¤É“ ¦ãyÔÇ´qµ$Ê%ˆÇã‘U0Q~”Á‡Ne#1{:Õ¥—bíò’ý+@ÞZ±?#P*¿éêbîÜ–©23œÿZ•)—ÑiL£•Eªœgò}=2*ç^©a¾º¤)¦­Á3šnjO™c&7Ño±(™%øzv>‹ïµèkŽX¹ô¯ƒóúýÀƒF¦Ùfý Ì8y+„ûÐÈmÈùÂþ   PÌ×%P•—®{Ÿx¹s2S?<ž°mÿðЖê>£[ñ"ß~àuÜŒN_å¤bØÜ}ô‰é´=aäÎBï3Ï£0 Ü–WàF˜ÓHPÊ¢B1ákgÔŠ|¸Z´V`™é…ˆêœ õ™\kµ•¶>¢ÇïDcGXôS]Š[žï´B±mÒÏœL½·›@N/½¦¨—{½òìá¸&YaÔŸ³õ`ôzï`û…ñÒ`/¥búS)¢(“;?¡Kó>å²Sô8Æ*ÃÂõZ»}ë>Ü–wúj=s®NMÆOípðàù8*ÊEÐÉÆ :_”hñ\wù(±}6¯s¬ÝgF,bÏ]wp·ºîlrWîîV²ëãë”ÂøòÁìχmwhÆo-R ÔÚK— 7}úºl¸bˆÖí[.¬í·MЬl¹—4ó1Z7*ƒµÄwy®zþ¢¯¥ñ¢¶í Mgë65·ã -ü÷Uñ…OØc¯çrö%˜ötõ·§ëѺÞ~í³­{Kè´ÔguŠ= Ì[äá7üÀÿ37AÝ›;ëì`F³^mè,Ò/«“ÇV6Öö-Ö÷§¸¤f‰`š$ʉj¦Ûk0ó£»Ñ„êÍÙ9Q¢½%.d³©ü±…ë½ ó›[5@šY`ä»×DÁÖbPCªQCs ´Ûiùh¾dÐl}Ñnî®=%…¶ø vΣû^ûŒmkY]ѹ]M«Ìì‚ ÷3.]žÏX\"ø·øFÜ÷›Õ6;íh†ºtx -Ö÷bÇç*Rû¦y³Vç--0º"(ÛèYͽ!Ÿšù²yoØÑçÓèd)u² ^¹_¯¨Sµvn'VMÎ oß³£0‚¤ j¿aÿq_-³tÝ´Ö{ÜXe¸4}Þ¡ìøÈåc1jbWžççžÒ9D]=?¯Ó=¸…“ÅóžêÔ£v·Ýþxé\‰1ãй ~K®NÅÇuZ¯$G­&ÓÁºš±UÅàœW¹Û½G/®2e]zTÊd$J¯‹Î—6Óϼ´™U–¿Á<ò^;ÍøZN]æYª2Ó¦íܤ°¯'ÖÂÜxŽûl8²†’“ •ß–¢ž³íûÏa/+( ½òi83¤\÷´¤V;¯R¥ÏX«hü/ëC–,m&D÷.~BN(BNBøŽªœµ»Í{æíŸï–H1Èü†Í`0jÎkóY’—sóÎñþWBzãCß§þ!NÝÃÃE%lé,BMñä6ó—¡_—pø\«ÿR¹ïÕkùép÷2Yâ’âçRLŠÐí -Žî|òž±ƒàF~˜Ïa¥aÂkãf–DÇxf£­º¿àouÏñoîQ|} 2d ¹G¦=‰þ9Ûƒ e C£™ëô}hB€ Fñ ÃrŠx 2Cìû«ÌPrR˜g™¿ ³%>)´ȸd¼A÷µÓ.“ —õD4Íøèuì¸\­9Ï“õvžcþö+@fJ “ԾߢcØÿv™3Ïódbt2Á2}Ó!¹ŒÍåR\ÒïÛÔ˜Ê0Å)½–cu“‚·@æjžRܯ ó®Ç)Ä,È"^ùµ»[¯¾6è}÷“sö$v›‘—5x÷Lj]‰)׋5‡ÛãoH…ˤ‚Ê¥ÈB<²í ²ZºvÎjêd¥è²ýN ²5òÝO®gÛ)„>Èæwcm– Kò»×ÌœWÿè/xÞ» %‰ðldÄ‹)<,v•z/.¿§ò³-ÑT¾ìêÐvíìþtöKÿ¾ä&þü§ù@ÆÊ¥‚>ñ:Ȫ›ÈÞ^ß#ÌËtd¢ß;•ZÈ>”7Èžnõ)òµçá;;%”N‹‰rf<" -v\Éã§øé;üõé§1þœÌ‚̳Þ- QXî5£©o2; I¶A,î„?ØÝh‡u¯†>_Í \Ù]ñW¤v.•A–ëö˜ÿÔîõ¿G—ç)†¥Fû‡^Vn$ûMÄ£Ì=ϵÖäYŸvÕhúo"Ô4¬Ç]ºžZ\í¤ñ¼?×Ìû®…;Y<Õn¯Gƒºmv›Ñ|í ,-ä¥óîâÂÓEîaàmõtæbå_‘šKõô¶©„•È-Þ—WzŠørçRô*ˆWéi9 -.½–ÇÝtxe9¼ëº;M#ú¦ß˜QÖ¼eÚ-çj>ûçkÏšß®9þð -w.,¨HùrdÇøeXÍ ƒq³±8+Ìòç…ªz —Ó"ó¸xqüÁü·ÿ©2{­¿´/;*€ß¥u -Ñ{!gòñ¼À ðx•T1‘W¿efqí=î\È'ÏÑå(ç—!Æ®ƒÓb° Æýõñ»; -»—s`GѹYÊ~üùEüVgŠIÂy ÖÕÜwM°Ül±ïûRçr„sHà¬÷¯HR¯‚\F¿gC» /¾•[òÁÆùøsŽëׯå±ôº›]¾C»D–.e:õ¥ž¡ÎÊøsŸœ¢ -£ž:º¸öRÛ{”±qÝ÷0¼ºÛ -”¸Y¹ -÷¤\;ÂÆ™v"ý{Ô˜˜‡IyâY—É(°¦yâl5ú¯Ö@n§¢ _Xô@¡:›ƒÂ®²OÆÍ§áQÁ»™q'Ó%ü3¨+qÎo7ú•Ô.ɾÙvßN‹u³§ÖàÈÕ(Ù±§}ÍÐ ÃvÍ•ez§ÓÁ?\¯‡É´ -¬Ë½‹XSíÐÞßal¸{%}GHÖÑ\ÌÀ¤í¼ý ÒÿÁü· ¤Þ0æ6AÞ|š†ÞU€0ëy…Ö½{yXáp ;A³4½ô§Ü^íRpœ*[³=„&g¨Íê<;´¦GNÞß[ÓÅ^¶ÆO:>öa§çßgó5D"sSæ íg²­oM²ÅVw®ù}p؈ylŠÎ÷éôâñW€\ŸMż–1PèõÄTºö1Ët®Œy³¹ÚŸÃ:!Ø<%6á»}CŒ’§B‡F7,íïÎ Ýéýi¾l±o2Ey´5%mº…‚ÍÒ°okä߯ãÆ1ëר€µxåµ4%˜ÕùnOàU£ïôÙºåëÝZü£òÁžI³¨„ã\Mn« -:~š„ôÉ"=‰%ÊÃÑ~C©£|f¼ú‡Ó°˜¯q$®êbš~b¥õY¥¹ØHmâh„n~ÈëT Ó Ïp½›ª²]ð©Ý½àÁŸYÞ™¸|ÝÒ[|oi@6FgÁXÝ’õq¹æŸ7­ï”^ó¡Àeàišäe\8•ÆL£\Y%6x4)Žšœ›£É ®nuaúŒl]u¼úö‹|ÛTX^Ëgfº€Îô_ -Ðüû´,äâ1Íþ€ R8eí |ôr8t¸Oââž! -ÔÖ9¥M4uý9PíÅX=Jou¹1;/;þ¼¢»r‡š¯Éz,f¥}ûP–;vQ¸Z¯ -·ªcõ~FŠñ^ÏÎõØÊLXþn­Ù¢âuý»;ÌZ]”¥î±!Ì~`¶Àg¿!¡šÔÍùÇæ'¶àã(NUùÈ™}fŒ¶¥ ÓX_­V__õ/ÓE/& µ41ÝiÇWYçkñ˜½°ïxT$çÐ`:ظdî{ûR¡Ê"Ôí·W¦[îa#ƯZ+f|©S¸/¦6› ô¥ ‹ô%Û3µ25ý éðδL}ÜøÏ‹c±ð?e6šœE†ÚÇ,¼ÑF9FåUgQË,­ŽÔ㻨ϔ™|Pð÷ñS¢iL¶•ÕQvI8¬áí§°à˜„Ë¬ÆöX÷rLã=óª “DŠzT½õ¨Ñ JK|›Ò^ØÂZƒŒ[‡Ir×9IÖË4ÿ6ÿAVI<˜ËâqS3ï4&oQÄ5g"6öY·»­Ç’õ.‰&+µ¹Ü„˜i;Ô¥ÉgZXJNa¸NÖ¶+D×gÀ±¥Âíî!Ûþ³[ÛÜ>ôü"ÁÔâ.W©Žv&ȤßRØ*¹Î×ö)N’:*âÍ–8Â83S"[èé¿á* -Kħ¯ÂÑÓ¾‹VØí™tU;1s}Õ#Õ»U‚Ùµ!攘“09Óoô¥#´› å}Yà½ÉŽ3—¦Ó;¿[?Sº}òäkº}“´ç!ÄgQAS,YÂ$²éÈO˜œa½B5$ ã! ­Îv¸³5éäùpñ.MhPô¸t*³¯‚ˆìßr Ùzð^k|ðYŠQ4›sg_~×ÌhÒ?e¾5º‡î±3T®ã î„ÛÝê‹^ æêîvT|lIcüˆÝôý$r:Ô9,&Õ Ù8aØAò×e)È'üèb9ü¸ýPx)FGí“@ÌÿàþÛÿŸÎBȱŠkˆ•´Éâ.=Mèuañ•·:V–e]Ò}É}^ÝQ}K~D­Ñ¯ ›z–ä¸Xz•åkÂÜ;ÌœZ?w: µ¨íܱ_e§S©ÆIЍæýVûLûí3ÏÏÛrái·ëîúÝ®›#¼VíA \å7¸Îà\´[M¹´‡ -ÕÒ¶ -‹é -6Vʰv| ¯i¤×o“<Ÿ†³áâ(t3ŸÏ%ëL¿œTØf¥ˆ3ÌêQ™{I$ò¤à§½²hÎxÛnb†Ûº>â[k¾ïfRœª­–LÒXDžÇ?0Q“¶,¶bl™Q4©µzèÊîK¿Áiziÿ~òSì6ªë‡¦—0·…f·­ú”¡þæ2’å‡' lõ‡oÛa§q9þ™ç¨X >3§Fæ×L»S±bº=+|«Ž%ŒÌ(sôu -¶èfYõP†ï(Ú)ôMózï5{ÛѼÙójÇfNºe‡šÒjXɃû‹øoßJ¶Zu—¿2µÍuTôl÷Ÿ_ ?Cè.UñÆy@¾:vßm.w]õ˜ßÒàVTŸxˆáxSà C[ ãØFßõ9f±a¿ ÷Ç£ô[„ËjVwÑê>ÊäõòI kþØ{×&Y­Õ^]½i¹:ºÛêTߪ(#¿agñRݸBMSTQõOlVÙ4èg/’Fƒ7–¥×yµ/1GP4Uìõ{íU±ØÃ«DŠe±Váì7lO-¦±JðUEs-<%ÎÓd\¢µë ÞÏ]Y¹Ö )öƒ/ˆRLnpTÙ[$$?0Ú+ç® gzxÔ%|×êï¨bP1SÁóŸ\éuràâçb‹Ð]¯"ùXG Å÷†€Ï–ÎæÂ£#å° -´„4™°Rì/ÞH’ÿàþÓ¬£âµ¶°÷odÖv/ﱓxwq1 |Nˆo‡ÔÒAõŠÌ²S®f­e~¾@Mf·mæ/-£.µ÷«jhÐëŠÆå2Y<›%¦jZÅ^sf#|›?~+€ª Ÿwñ)7¯·Ì불3LÛÍe¼VK1'R<øL–“ßðú”þ[÷¹¤ Ò5 -ø -æ"0ç -‚YIQI’ƒ½ÿÃì÷Tí¯¦öŸkf,– VOÓöôÛ›Âéwµ-æpÕügb;ýö«“Ÿü§}6ÿ£xI¿õ¥–ãøé·Ñù¦ßa~¿C¿›~§qÎz–#nÒï6>¤ß]ƒO¿üê–sËßö(zé×b éMø¶Rð3%%p@Æ«9–úÞ†FlßÔ¤E½ëá÷?ÉcDò@W (ýªçRŽœŸÞ+ s¨yúÕÜcúÕ±ü|’ôJ¿·ò;g—Ç3›é÷Õü]¡ú ·DÎs•Óé7j°PX‰éÍ)¹3^)4*†)4?‚É\3šñ*ú¢ïר>ìI}µùÊ.ôšï]xt¬ÿä÷,ø¤~]Ê€–VÊñj Ðãœ<[-.‡fÀøãf¶øä˜Õ À›ýT&XJ¾N³äÙäÖÉñÉ<ɸ¤¤6®±¶Þãu~ýÀq5¼yq­ÐÞÛ݈öÇ+z¡Eab­¤kü8xä×8þ!ý… @Ÿy˜÷¬”@¼•6)™(bŸ†—ßÕ¶(22 AÂT¾ð…äy“jI2»ñzÿǵnmú~}'ë÷ö¶¦ßM’c#§¡]¢½íÉQçRÒBIz!Ó}|Ã~XªH2úXeEzIo½Â™Îsd÷>ž3îÔïý'é7=åš1”ˆ^1+|‚~bËyŽ~ÊÀ*üÈ -/ÄI”eço]à½ë •Èa6ݨó> !3—ˆ8Ì“«eù…]€ -G?;¼yL$£OŠ÷ÙŽ'}ª©Gè\ÕY¯¡³ô©mÔÚ®Ï2ÖÚ©kºÕó_dÀN+ü–ئe`ùZÉ ø0Ê YaAèøw­’T”‚ùn ’}> øT€ýW>öJÞ ­à‘fîcElÜyuC»ÅPâ•3¯NNž¶¡6ÍئVë·Ý¨:e«ÖfGæ¯!‚ìÖáô4(°:>0™_Ø?d…BVÈ#d‹y„ƒÖモ žp» îÛçø%w¤è2y¾fÝò¾ß tÏpÔª8Õa»mSO±ì5±h_X˜ÞàJ™Ç·zȇ˜÷âÊ üê]Ý8×g¾1z[ .Ž»=m -¢¤úœïhµ$î8e]@¹X©Þ[Üó5+²È -žåÓÍ õ^k§éïÖ»ûDb>bÁÿ¬»¢û¼ÑO§êmˆ‰yšô¡7ë׌Xtqo;úu‘Ûú—š|)mºôN\….êb[}¨åæÜVÖ—G¦ÔðvóÙ̵Gg)lï'Cåå¢X™{’ÿIv„ݼݙöÂøåète„Ë·Ë|‹Jíµ‘ˆZƉ÷™Æ‰yÁþÂý!/J ΋rYÊŠó3úû‰ËtÝPR)ï9¿¬lúkm_1XÍó„'U}G©×6ѳUœnu^¾3[º%Gα/£]vtK¾Æì†‘îFúÂàQ"–A»Ë§8c/®XD*àu©\ý-/õiùxÞ)0wn -ùÕÿçð‡ j|󢼿ã ˜ólù±ŠòjL„tÌ>Š›\|]貞Ôê ŸíþL¿³Xê˨}Ko˜~†$Ɐˆ¶˜g¯âÌ{ ¯jß›\—o`q1F¥í…*‘ÜÙZÓ·3]³,Á¥ë™Ðõ„6ÏÅ?xNÍ8ÍPö¿È mÌŠíf=+Qíñ?O¤º‹(ºg„·$¤¾å'AÏô9©êœL?;Bt–c·þ¼á6k‹w5º®VöçBMøl)fýL/“®à¾ -¨Ðk– >H&~ˆ­Üû+_¹éåý>›Á£7‹/µ Tq‚!§ÇÁ*wz(Wö¿È¯9eEañ;yGŽ“]ƒš„ØjÚw¬â·üJ©yCSçÀHi)uç53¿.·É÷{ùºlqÙ=·•q,ônÝ?<Kœð©7ÙlPé²×7:fØèL£ƒXxmÓ{ìRà ×KFIVõö\îÖlmqØ ½E·LæÌ©NÍ¢h)Ìx>ú}~?Évà OÐ{9ã/Õí/Ôò:´­Æ‡’Ü´Ýã!}‰]0¿+3:T:NìÞ±ÎÔ•”ì_w*Ñ=)Á}<’b”å3¿úÇ­÷÷§ãà¹;YƒÊÓW{½:”ý%=ZFó`ûýÌø¯OS2lN1¥Š’· -¹ CeHÃTâ$âѺ÷ˆGÞ2“ ½_“Äã´ú—øŸCV"äzxYú%+—©1%‚XÝÕÈð}_® eS¬ßËßK7¬·ø”QÇì£Ö[67îx8¬? »÷íD¢µM¹ú4—69s®P÷§×€Íó}’\Œb¾™T&ªÅõ'+:&'Õ¹ÏIï¸ñ•bœâ°vŽCàÆ½0ŸT µÅ²’žµòzîÌ3Œ¦úÂr¥‹öÂûµ!º?°´j)ÚÅuÌDl·ÊÝ,aV³ÒìØŠ·ô~`Füö‹Ô%ªX?ª+“{‹þÃ4§Ÿè0D…“õ ”áÛQ­ˆ7²mo–!³uŠÆö›·„u|~aæ²5öçiÁâ¿Hµ Ñqè–òyMºõT«eäñ^•Bü,œ« ìT!¦Ÿ$ -bKÞ=ÚËØ‡ãÅfwu•¼VR¥~YSmR^v•³2»dºNΖ_s²¯<¼ù&Øa´È£É´öØ—øØ×Õݘ¡ÒxÐðýQ¤j#‹°Ö–#äU^ýáŽ"¾_µ{+ékÀT1S&߯2IÚ`âžÃKWá %Ë`ËóâçÔÜfõCŸQzLtæ[¸Ð›jrËS­wn[y -õueb¼ŠÞúö8VÑ<dçÂxX®6GoÞ¸ Ôá2¶ˆ;ÁI½âÅÂõÅ^ëÕ¼Êäó5Çðì£mæAö¶¨T&ãø-6G}Oß~wkdË&y?:¯cxt9˜ÆÆÓîv†~ðMÍ!–KŸV÷óKb§ÓóäBÔлŒwšeê®9ŠF0:/ªÀhÜ¡ëhæ(šË*²‘€æC7´Æ¥‘WÜ!Ãç4ç5ÿƒÓn¹€15ZÅ]ÿþl5Ï$ícÇ_ì<ØhÇC`_÷¨o»Û¾”m‹fRÝÔCi° ØÊd~­ýîÛ3¯Qß4Oxwu9ùKKa$¨¢Ò³î Äb“¢`Ù(¡`í#wãþû¨}ç”Èl÷‚‡Šô†ËZ›–Íù3–…¼MÖ6gðûîn_yÊ‘_qGةΠ-y ^jìcè%mç|ݼfg½ï -KÔçxöèOçi'gn†÷x3q̽}òˆë"2?Ït¤4¾?ðP«T -Õ±k W/V·§ÝàÕj?¯6øPâ¼Õ·¢ã¸o™GìÆô‹Êñ”îâU,Hú.léœòPÅ ŽzÕiÀoy/¶w6̉w÷Vv‚Ù¬}HŸ×&‡¡ÝÅøÁI¸O ðe·@Ê·ånX{.¹¹äÁ®[0Í`÷V/öy1ì¦á²ß-¯ýNFD=ÿdT~à^ÿ rRäZýÙç]ÝŽƒ®.U+ønœ0ÛÎÌÛŸe\£ôÑDZò7Œª¼p$=ë>ñே³Æû;¾ú§Òjwšù=VEôþÀúòX߃˜y¿·v½°óá{l€Ü{ÛìtãiõÛ·ÏV÷Ü’Ý‘°LT¼N¶ÁJ\ Úœ&ºxru’ï+»˜·–uåT< ™_`5Ö8×°¶Êæõ\Mÿ:½”!lœ<`g=<Žî HBfh!µ z9*ô•K¹‡¥N_ÐηÍ:’ÑÜuv/tÊÇÉpº -Û|ÌÛž¥G¤]+TK]ûJkUç>M£­ÔrÌæîÒ¨T¾Ud¯r ‡ã"×ߣOÁî~ëc¡//hy&*}ÌÛä¤ãíFp¶Ø"”Þ¸¼6ðêå—ß+û¸CÆËB{þ!Ê­u}Öj¾èÍ ¹)DÃÖ>›Æž™°Îàù¨ûPϯŸl ®÷£A-‚uvR 1'ÉœÀnj¨^½î¹" -:xrJL[ÁÞ´´ýsSü•|ñ.‡#h?*–Ô°¥˜Ë>_|^»Ÿ—¬vî—³Ý^RÛ°Uï y_ÙpÞ𧔊Pí]ýVj(_oU1µ;¬ÜªÄ¤ü@ërQñ¹’ºšh¥UÏ‹K•hR)w)Rs|“³ÚýA´›q]È>å"cnkŸx¿þÆ<}‘a‰L¾îoGœöqTlo·Ã–ã¯z£=:ëÜ÷桽êÖ®MK0oãäò¬‹3µ6ªŒ*Þ¬ÛлåâÛ K•ÌJaëþ ãJ,þÎÁ6ÅfaÔµQG EË8 ->sv^þáÇ‹ -«¯6…Jce܆Öò\ì?§k&ï$øéŠåy3=p/Ϊ›¿óü‹™5mZ¥:Õèé®öVŽ›ê•êm*·=´-Ïû/º´Båc‘ÂO ä*}d©_µý+€÷ý;€úVŽ˜ø°\ú°íÿ.¤%ó€çtuø]m›þ%Íìµ—~(-L?¬¥Ÿ†¥Yüú¤x\ÏÑÐ4Kó4sé}š©î9ÍÄÖ3ÍÓ";Ͳä~Ê(~:L9Go¦ üÀù¡?N?Ëý,ýl*ý«L*á«[J†•ÌZ`+«*—_Ãڻ洛‘¹¬v¢]øOÒÏP ÒæqÎí÷{FÒ܇rÄü÷÷ê$ýðt~*þÍ¥½§Ÿ9c¤Ÿs!ÿhçqþž—Rú±£f* -Ý”À:hÎt’‚•Ó"¹ò6™±1“‘Þ-VaÁz#?Ë»NePÔÊkJx0€NØ¥€~ÔÃü!ÌÓoŠÒ/^ú¥—¥ß뫞~OÕaú]Óóô;q÷é—ÀÄô;´ô;,xùg!ÎÍ$K0™ù‡rRd.X%Ì^¼#4®Ø0žƒÌ߯y»}Sc‘y7Ê™YÁÜ -Ý<› -‚ ÃVóÁëû£‘‡zi¦¡ÞUÿÇüïëô[òð®í÷ÿç•¿‡ ¸_órdÀwž]øwãåîïŠ`<»…Õ›–º›à-S;ïKA'w¦…Wgù†›*µm‹î"ÓåÉÙMЋ]m+¯aõÜ2Þ¯çÀ5Ÿ¿³£i’Ít‡6: O9¥nÔL]µÔ‚JYužÔ?ò[Ðì´‡í¿d…Ig`2hK”3¸÷3ø´'ãmàOà )Z¤G~¹S]o)‹V'Ü+lvnFÜíkzFN<.bM.¯¿Ä0Eõ9¸×Õ’po+ÚÈ*U-ÁŸ¯MmùlX}úaÓ§Ë£íy¯û‰ ¿27?åc˜[,Ê£Û¸ N¤ì~šHâlÿ!+øõ(céÁ=¥šK'$]j ö êÝej`›´<2û×òÜ/.{M~,/êb‚Þ•õ Ë3ñçËÝøÏfï>ö[xtGùžGS¿÷—ïžÌ)*#ÛÖôvvPê6>0œ$~UšÈÛTœ*JýªT>£k™Lˆ‹9“ËÚ6‰?ü®N_Ìò”kYgÍzV|ØÃ˜ÞM‡Ö[Õª&Ûßöô¤ê’nQO“3ØGÇ Ä{ߦT™/Óö-a„ð6~ß2)O i’Ùe© f-qV¯þ®†‚­Ñäºlϗײw;]6ýïýR{ïÂs«ô® -‡MkÈûFòþc@ò̼Nü!íC˜ÁøȊ¶‘®„W/â*~Ã+]YÈ:rá6p·ÓTW:3~¶«Áòžß{ûÛÅ󉨉¿;wÈúUy‰Îu¹}EÝñ¾—:ö)ž- V?·¦ÍŽàÂÓ‘Ð]ng|е÷ü€«JÜ\½VKì%$×ö`œ@0_„%ÿ‹ *y ©ýÎ26¢ð ½RŠFv§<·_ãu/Õ·¤úÜ ØàŽÀêìŒâªÊ;®VÝõÁxmØ5õÕ½¥N³=½ŠZûv­?ÎY´kŽ'È` åw%GÃ`œÙÎðf™h½a.ªªþÝ{€ø]£(cò»!$z1wâLðxÇ#ñ"þ½2¤s•OÏŠ 5ˆ²«3›wÜŸëçÐ žðÞãæ¾½( i¯LÎèÞFØïÂFå±î/ñ6îv9RÞŽm…@'~™ü!ƒW‹äwV¬ä=ï„o1‹£e|ÑL×TdñTZvÓº tís£v5½ÁùàrÏŸ?6O€ Œ<ø£fÒ|ضãû~_{é´7Óº§ÚyeYÃ…ÝÐlV·ñnÑÛŽÜ3AeÇlGá.QŸ†yÄV7d–"ò3 ~™ü!ƒ]ù“¼JHÞ‹9få혼¾²ôÇÊÖUjÙ<ÏÔd7cQ«°¥ -U{°ºÆ8Ì÷—ÌìÔÚõËšgàLŸî[qÇûíy[6¨ÌiúÔ¤‹d슛éð÷‰ÔõóìŒÖ ¬³^i·“°ª&€½ªÁ^yU+’ýœÇä¿ÈŠ­xŸšJÁvØÀ}aVÏÔÔ×SWÚTá~?˜§ôœî‚ëvHBy}é™a‹Éë ÒôT1ÁÍaÐGš9iì6¹vΔÔpäÍTÚ)ë…0³VZ¶‹Vµ‰,ÍBP_6ç•áb¯³¹_»Ÿæ§G_Ÿ÷÷p~²åîüä@y_™Jز"]‘ŽbË × ÛUS¥œ½öÿ.j]ׇ|L¿ ‚¾êàôL)o–ޏÚ÷$½C#™¡¤æóSôÍuµiƒ÷eóe苎òpçL%!G[ 8Cœagš„Ét¤4ùá˜')¡HF~øO“üSt:~ŸÆÈŠÖ¤è•QÔ7ßãßoÇÖçbÉRöØV¿ŸEI–ž{¾6™·yîkï”ûÅ - cµîñåÆ{ïÌvñ¢·Ùâ;ñ°)Æ>»ª?ZÂ¢Ë ÒŒ7éåY2II‚B’ &ân‰˜˜í¡1QìPÔD Š·É’RÞ%ï`sœAÎýCª¾÷e·¦‚ו m dÖ³O"š,Õ.wq]ù³ÿ¸j|ZPßì]^äWÿ¤3ŸæÁYïPš rû)Ö›ç1o_^ ÿ´8zEn&\ægò–÷UļpR'«"çL*j˜áÆ©àTMàu«ºÀ,úqÁèÎ&Àèn¥ŒÑ•e³–w$ÏÄÿ·e´°7kåªÍ¦m=»¯ßf3æqqü9' §á#ܹÇ,8î,§¶Ì½6|`TÞ9Î×`O-;›;=K€/óOcÄ%ñyÅ©tñÀìÞÖÂèðcí;R{3±?>•ª³K÷tÆ…$X…C¢= -»Á Óß ¥>ÏF®Ò¹¼ì¼µü–›†T9.çÕã¸ÛÖ»0ê«dó»8ÙÞ¥¸KÕV{ >£ME¨’K·¹XÍùÇ}7•¶ß±„F ¾žÖ9îåñ)_ã>—E£Â9^çñ¥ùtÄ—+ü‘tM†=Û»:^zðÊü.zåù\ Õú=ïOG¥Žyµ^Ä“ÇW1Ëh•éé¸/oŸûPà|z-ó–K†`}³Òéþª½ -±ÅϦ__å—­~Àº|ÈÇ—4âÃL¡ü(¡wBÓù°^K½–g Š5 ù™"Ùz!N÷~à_;- ò-Ê­úÿÌÐKê»f]NMBå WÌç·^´Û#»äºûL:ævªÖ’ÍúiWûÞZ ˆ<˜M†Mœ,™›é¤a+ìT¦é¼ÄâyƒA³ tAÅ®¢øýê¡ø£ -4¹SĹ|? ¤±6ˆ ?ÃùþSΗµÖÌ·FÚZœÏÁµÊä^ôÅí¨æüÀBÒhŒÞŒÏ{´ ív 0;RËÿX[ÐÅ]u‰ågN€Ò¬ð]4Èrõ'Ít6Æú±KŽ.j‰Jm’Fî}’C¦Ñ5Çð©…ÀÂ2*#·2TÆË<¯.>jX¾iʰ¼%ƒõeZÔ°mã/@ -ÞŠc’ÑÿŸŸ—ÎáÅŸ\žÖõS ¯»ïN9lêŸÛrÕkÜ".|•9¾ -ü¼¾<6#Œg Æ]ó^¿_Ýî/ ->ޤ¨QËáª&ì‡38 UÔH -Ô¸ê©Û·nýEŸ†×>Ý<ú=¾½ÃW+ÿËüÏA[gÂûñVG± ÙY,îêr|F·ŸUÇ q`)OÚί÷Ó2¤WË9Ä«éb[åÉZ·­Lì¸äbQᙌÇ8Q@e¬ eðÚ¼4ª7hÖØ¹¼L‹>¬—­Q¿ï HçÖ:N: ìÚÅ0å[•ä}k6*©Ö · Sw“nR?*Gø®…•[£6dS¤#IJz†®:rz%;ÆYeRض*€5\—e:¸•§ùÉhž‹—jB<䎳£_ïz»YP×ݼ–ÎAÑú}f„–jœ=:sDK–xŸ=Ž”V{-­‡›fÕ¥òfëùˆãRãª\½ŒjE"nf¥`¹aöܬ´$ª¥b½TmBN4A‡»AA]šÀ íç£ ñg8’>8¸­ç¸oÓ¢˜àätøˆ&šó×Úí#òü¶oq„ÝÒØx°^!:r!ûŒðw·ÑoO®ÝèŒía}p‘?p55VTåk“û -è™rñÝŠÆ5»Âôôuƒzñù»jÕR_ô|à}|8­ÿÎN~'lŽVî9Œ›e2-ÉGŒÙˆ’=Ö3œ5•N.dÃeOؘ)D—£EpñÙ"‘&õ”»µ†ÕËhÒ¯Ùi\.FZZ¡0R¬Íä>™1Èn¼0j× ïç¿s°}b—sçó@ËÏœ}Ô°PÈá:y´ÕiÎqŸc H³v¤¤ÙVÓlž<ÓT»ÜÒTŒŒ4Õï4e0M©ZóNSr‹äx³4éœ#—¦Û ÿs¾¥æÌ¬4½KAššQš¦V½¦ïe%½ -‡fФ^òÍ|,¹éÈ&ê'>žÓÚã½:ÙfdD±QÿÀQ ãÐJ_ï_âI³sMK?ÐXO3»–‡<òïyÜ 7Çþ¦Ù²SI³î¾—fO³êh“s=¥Ys°üÞJqSúvú;‘ó •&Ö-ÇÏ5ÖˆýC?.Eúä­ ðæ]Íßm'§{¸ß=­ÀSµ08ãOÐïÙÿIúiLôC­õßùdr¢ä¯93ýp@’~¶Óbú™>Ûé­bé§E-ÓOÑ:¦<à9ªË ŒvÕX).íxáòA\>Þã·Ž;ßwMv¡wͬW£]«ÞŒš.Ú+ÿ»vô€ûTØ-ôù`P\<}´º·½ ÷L= q@÷“( K,ù¿¤vŸœÔôóå”ô»ªúé÷z.¤ßcÜH¿“Þ0ýÖŽÓ,²ë8)VoǸÒT…w½«J‘ùýªQk[±B·ÙõÂî‚›e[a¡``Ü*þ›u›¾€€MïºÜm<¼âó.Ù,+μÛñlõ¶øÚUh [Ô¢›×ÓÒ¾àÒoEÖÓïÁËQ2=vj’v)„c/F<™ïèÙ›ÚöVQ»Û£ÃÞpÄÃñèâ :õðGÌíå]ß7ÛÃAô{À€ü ÁžwwçkàÞÕöe™-ôKòà^+æ}åïá_òr$µ¬ YzÆfœAÜ®”>·z+òÖךï÷egUåË]™u_ìÅ8Xj_o°×È>Á«sU]>•Õê`<“÷/OŠSÞ+Q²}  »ûM«÷£ÜêÊ!Œa2«Ü©[Ü«]o#nïHøáüo^IVªˆPÞUü!+¬¯Z^Š˜•A¯ñ'ƒWQ>ê‹·_¢Œ¯Å¯£ÝãØô”hŒ2·¡‘.(BNŸ/lN=lr~|´ŸÔù~êw9dUæªu‹Õ»GA,e:Hâ¦Q’ò>¼%Êôq$Bž±ú¯Of \Ë n_ª™Ÿ·D±|n‚`U°ïï¿d…ÌU3ˆÔÝ<Æó7ÙL Œî‰ÇsÇ:üîL† kUÙ±Õç6zw¿.cùuá´Óâv6O;éÓ:³Òä(_E9|ÞÅ)çé×gâY×Å.zµš]Ö¯1|6›‹úyëˆCÁé†3a’,ïOƒï_[)Çó2‡È«› Ãê?üÀÿ¾ÎÀ}]ÿ¾ Ò%~NƒtR1úétµÜVÿj¤—š¡=óýl½ÚÐ}À<Û7lÒAÄûÁ!¯ -¥¯¯eÛ9\6H8›L"›ïÏSpÎe#Ï_:ŸšËûÒ8æà à¢_åÐ’Òe½L°X}}`>6 2Dg•0_+îŒ×8Íêríù]¹ü}’EÁ@rjdKVo6¹üÀ¯åäÃ=Pz>íÙÆ»Ïïï (M«bÑqz—M<ÃέMe&téâ–g´â‰{×*gŽ72›¶P•½¸K›ùö6#…Ò‡#$-vNEÅ* ä#Øcm>z*G‡:þ)ê“~cojõ?d¥;œj©÷XÒŠÝmù5®–Ïú´s`•—†ÝýÕÀ¾‰º•‰‹>R¾Pß{[8JÅßo4¶Œ)›ÊÔŠÅ’ÍÁˆa@vu9Íbê~TÇGý¸üÜœƒAñ‚po-Ú=]¦Ñ}K -6ô"DºûL‚]°œÁ;¶Â×ÿðó¿ŸfPûI}:y»Õáðir¼(ÿ~]ÐEÕëèéÙáÞgùB¦†?ŽÑÅDaPð¡Cƒ‹ÍtÀâ¯9Æ@4;•êöæX-ɇ5¹½ÅŸ¯{Õyþâ^í}œ@y(÷ögÇζÕí[•û[a]]P©Éž©+=ð(¼}+Px¬çÿ’Á=$ŒïÚö¾­¼Æê^Ö”½QZ¥ÊïþÉüA`o`GP®z6÷χCøåùñ¬ÂJE«ÃÀùÛëº<94ÄÉ|ßÞÕ(º·Lö;öq»á´|Û -JS¥² -âPWcŸP@ã^Üܸ»ºÓézÎÚì¼.!´µ.¡ÅoU]©éªö‡ ¾žbtnšåù%Å ª YÝHÊåôÒ“ŒÝÈ£¨äýB×ÚŽÀV¼ŒÃ˜A‘™á·æQ_6ò\ìМŸÆôiû!vÃïe±Ù3ŠÂõÁa#×±ó¢g÷õ³Í›ëÒIV«(—¯Q·¹¤2[Ø|XÐoY_ì!2ÍÑJ9aõ¿Ï&üÞœ%쪛©úŒ›Þº~¿Þ…©uºOhw¥æx>òɆâ›%ë(O—¯µÃîti_\ ;DqpJŒ‰éfºþ®Ö¥ôº]UÃ#³Ü"Âõ^ØU]챯7÷äîgÞ‡©êŒ[ªÃRŶÓXNÓØ”ãil•¡RŸVþVp1uóþJ-äþ<ÒüU¾*“¨zZ>Rº´¯³0TlkŸ) -ßc^•öÝwØÚ …É€úVôñö+ÄjSæ i¬ç~9ÞÏ¢zÈÏy&OÏzõ5oVoR´žEr²¯öÙg—Ä”E¥<“Ãr˜s(…žSþÃûðI§Ù  CRŸŠJaÍûcxš]nr÷Æ\©è´BnËrYÀ=YÈŸ¸§ª¥‡öeÓCÚ«oq´Óù7ꎮŒˆ/\€$g‘¯-¦—ùzK…þ‰¸Ï&WV÷êDYÙ endstream endobj 35 0 obj <>stream -þdY냓²)¶ñM»4ÅkÚCÀ7eÆÅ7•Â×—³Ò¼Vù}b¨s¦^ú£'« -mÔ÷q¸J òÈ\:ÅÅŠ?+y+u‡&òI¯7̓èo: F…m¦=+tm¶ÖÕ=3X¶Q›ÃÉ{sSâQ«­&K%ÚãyÕá`¼>m>1 Þ:ØNñ>Xë8mŒÝ^LŒ‘Àf{šó…ÿà=á·iò›ž¡©²¨={ïÏCžì0Q\Ç,'ð@Å$‡Ê3¾²—\ŽÍÔT÷ýdçí.Ã×äÒZÊõ¥íïºóP ©ˆ5ÆÄ³´LªhaY¹»¶ÂŒø6îa[k|½t‹Úˆ•cl4œ]™ÑpDä%†¾½KŒ¾µúƒ»Æ\ë… %ãÿH@òœî6+·k«¼â¸O¯˜%½œ[»³gæ¾K±™½Gß÷¦ÒÚ«VãSYä]cžñÍÆ¡Ñ'§F™¬Å†ír|¢üu>2ŠŽ#¤Ûs䇥=s§2zæÛ#tŒº$ó6:"®•™Þ…?Ø©Úè¯XéTÖºü}Eªà¨|fÁ!Ç}y¤ûEb?¬‚»ÝõR¿l!¨¨mVÃ_Ñ8™-رÏ®m´J>šj{b@æD't<è5'#´ /ÐË¡@±î>ï‘óC¦#_`!’–é~DbÔ¢‘‚§«Ãû‡Ówóûó]>ÚÚêe¿Q^2Ø4±̞¨]å˜êÀßì‡u²Îtž‰S‹úÙT=õ¾Ú·ŽÖ‚kVÙX?Èg­O^¡†·ÇÕöxˆr}4 'cä›LfÈíÂíóxzÏ5>îm0ÇêçóÃvXüÔƒU½ïüÀƒÊc‘þÁøZ¸­ØÉ˺_žSSRùȸ“î““û´i“Úôd£ÂÑÊ™”¨%Slóód[zÎ&¾m“ oN¶ŽŸa~ƒ†à1²)UQQ•[ˆ,sC†eb¸XÚëa¹Ú`rØÛ@{}íÁz·ÌkºØÔÚú²ÿ’Æ×þvp6{6-GÐKbÛy*š#“uþYÄmñc‘n]aËH(ú¢¾Û¶0]Àz8¿|ûøŒ°·»i‘ÙŸ‰M6~à.ò1±A>ž]>hŠ‚hX*¡Xä¹PsPÇäAßüfd'¨Uøû­]Wë¹E>ì¹¥A¥wТI¯Kœ¸®o½”.3ŠÝ?(άäݯç'iÄ»vN°ËKdE;í–Þ…¾˜Ê~cŒo‹Å¨¹@É•H´~à í.qüHÆÁ -?Ê¨Ý •;˜Ž”v©3xõÔ¨O'lÖó0±ØëÝ´F7œBÃjÖå`kߪ©¯îVç\‘ :£‡¼ogíXÊ›UHÿÿ9üËã íµPܾOÑ™çUÛ©~X[ÜAEý´òÂj&cÓñdÏ£Ñg±ª£3ð:F”y°êëà8صÔs¿ -÷ntYågé$7Òé`·?¶µ¥Ôh]iX°lƒÆ¶î²®´f³IÜTT¿Ù\N¸e³l†\CŸW9ç¿Üm)–Ö~Þ:¥}Ì“•»÷Ÿò¾S£q}{Ý4œÁ~1ž´dm_aüªÞET°Qí÷ò‘NwD-Zlhã`ì-Û¤ï[s87µNIn®üÑ«ñ"è°±Õo£a·u{Dë{ì÷[™êíïáR;‘«* \åŽk²ŠÞ©ïñ·…Óþˆ- -ø -×]çͼÊ]{F µ>&ÂÛé²ûœáŒ©ŒFàÓíèkVû»£ ·' ¬;G®À¥ULM´ú.fUôØßUÒÞ–¯\×£‚™ §|k‘i™HíZé±î¡¥yíAU¡+Á†È{p£ŽÕ!šNæPë³à¡–?á~àÿ Z•~áüöäWbõðÀYc»x,¤U?œfÅVc=éêMbt“QdØæíîùÂU[J;‚­Ö²P}“ɧ"NùFHœayŠE“Ò‚ôóv¬¨= -~…dÇå+ÔYL4°Ïœüòp@àRîw±þœcƒ€ñ-µ€±,€Àø¾Áþp â2Èç½trôÞEg7õ½çºÛÔÏyÿò¨±ôĵÅåXIøpKƒn‚„Í6«ÖîWßr«P¾é—¬¤TZ¥¢QaZ0 б¼ƒl}6) Þ`àŒÊ‘8ËÎp¨ÿÎŽB`Éh`Žu03LÕ³?Àýô=ÙŸM@O’¼R¸…š4'K_†hS•ß™ðl¸5Š£nb{-Ú6ê.o–«£íúËsÿÂ/±•@ŽÆ‚` ZåÂÛdK@êâEï*9t+ÇB¼_™æìèœèàƒÅ+'ûcæÚŽ4~'l…ß9æâí_~?K~HÓÓŒOSqÆ¥é¤uÊ09¿ó¶üÊÙ¿s>Å4%íœ×8M§Eõ;kûÈß6}_ÓtV¹§×bWK15“[u`'Ä‹~àøÑ$âxæl¾oµË–ÞËÀíDRÁ£MrØEõ‹sŽê×¾ZøÔ -i1ÿ‹4ÍøKš•˜! úœ€”ð»¡òíÏlU«Õ|/}׋ŒAðŽ6q ­ñ°î>Â0lÝÀýVÖ—ô{­¾Ò¯Jÿ.~Rp*ÿÎU†ÓzÔ”[ïú~ÁcÍS[õ×®Nö.!ïYçïÏÎL9ßlµ+>íe év… Ë@ Èª+}À¤+‹ªÙ -läuDÚ+ƒ]®x}D²Ê¬]Ÿ7[ì­~?sK½I#ó_òð¦yxؘɀpË€ûÍÉë·âd%èÝ :`ØË€]Ž)»¶ó0˜¡­ÆÒÄz•ï «±Ñó1¿I¿ƒÙîu*}.¯ž^¾Ü ©Ã÷ØÖÏóE¨KÜG×zY› š}Uö å©ÙÜS3³ç³Ö®:íʳͪfÝí—øH¿—“ð»tSf²Âä¡e}àgŸÿ¼wð1“»²\HlM2kKÕ—_ ºF„~Çz‚§¤>6+kMjUvÚ$EYõŽ£guÌnвÝ(ʲɛOýpÉ{äç¦k&SáÇn:ëÞåNÞ»ÕòI4‘û?¬m)1GºPÍ¿dòâóWbޝ |*aR±ˆ0xSUÛ-Ã2¥e>ê{1§Aª_ÔjQ#¸FK]ÚCei 'O£1š?ëçùö±û¬Ž–Ds÷#H_îÝÇõ.´¥Ë/pno¦ßÐw”RáØ”°,ÀÅDðq¹_ç%ÓÎ3qu­û—ŠÉxÈ€¨Äg`û}Ï èb%+gEÇðªyP­/ZÖs)Â554»FÊj±Ÿú´vw½q÷Þ›lÇòp¶&oq‘[ýÀ·ÑŠÛJ××ù(áÛ'/HxÉK¬ˆ^2¯s¹\KÓ5pY)bíR]•Fg*diÁFÒ;ïu¿& ëßãÀ¿d…õêú;˨ýÀɺ<Ó‚qÇæj²£,›×Fl¾9 nÞ”çvßóî§™ÝbùR’² Ó”€3§Ð»>÷úüZòõõEc¢ý¥úŽ˜óë\8ŸXl©¯ ú"¿ú¼g‰¾ßvÊ\è#‡ ä {Þ—DvÜYYŒÈCf2XåÔÉà_þQRº"Ó‘èÔ^ÉÁô ‚z!žºÔfUúøÜ±¤|Ôâß}z?òâ-Nƒ -x-ÏÝꥶv;ç­ùF§•Bçø]ð§¤ø>_?p\Úâ8äŠIl‚ïTv,ó6ó™: 3QA˜)¬6ýÓôå/Jkz=.Tùu,¯âð>èU/úC~K¢J² W™o9ëD'ã:®PÚ£EΔMÒÞÝÙEézËO],šþe#(Á1çEžYµ\$·ûl¢TGìky¾ÿ¹õ–ŒD’;¦ð$§ûâx>Áºp?*+ÅJþ‡šÏ¶÷&[™í›ñåL;—ò‹>`“î|ÇÝ úá¿dPƒÑ£þQ}8õõ”ÏëËûk2:´)î”О=Ž’½¾e“/Î_ëç…ºÁ®p\î}„ -ìÒª Á¬›§û{;8ÛëñqyÚN•ÚiuØì8úPoiÜ~w´Å}kRÕéÃ}äÿÀt¥¿;æújìœØò÷€ß¢ó™‘£‡TZÒßÈ Ö±ü‚^ìvaq6ðøÂ¨ÚýK?;pi.ŸG‹™4E·§k Fn‚÷pò|Ÿ‹wXÈâ¬û==¤iñ¸jj -0Û{ чûÖÅÄéC ÏèÿÇÖ}®©ªt £>‚>TÌÉQ$ƒ‚ -H0çŒzþöÚÏîu­ëýsW;sZBWÕà û¦ê£ÇÛÔ‘isª?d¢á3ë fï/U>"XUf‡RòZÕÊX/å¸UœŠÈÃß^qfºê c{®Ft£aÆXÖ[UkÆä@•½±óŠ–¶¿h­dà>ͪ[{ *æmè—5ÞÕîIû5ü]dT­ *§ eÖç…+MC9–·[¹¸ËÝ%©M•¤Êi‹‰*Òˆ*Zšg'±þpoÿá±y7ÇJ| 6©3] -çQó'áT9 >©©ŽžUw¤œ]‡ªéɈò;sU¶oƒýññ2,ljµXU_Ä:ËcjfW)û¸Ü—Ôž´Ø˜ŠTmz¦¸>\|±Ñ-.ÃÁ³¨¯|Úù¾éaþ -LUþšëEûÍ—n_®ÜàÅe~h´O³µ¿)Oµ;kLj6Ì‚û^ôV‡91„©4ÆÝéÈf#1´Dû“ý¡ÎJgã,]Ÿ:6äsª_JJaKW¥%õjŠt ûNH -íѲß7ï'¿’€ÃÛo"î=XóÐ#âÝ›{ t›£ƒÀù•¹ÏùUxËù€vùò½òä·ùåü>páï'«¨ñžÎõXGøÁük"LõËßG|ßþ,ùá¨x„|³ž¬È%ú8\ÞÔ÷…|+½×¢ ÉÇFYØ?œZß‘,qúe´7‘A–{m›2Ç´‹Ž“€íuO¶p#R&ÑÃS:¡S:'ŒÐ Vï“ k—?ÎyŠŽ¶×h2[Î'O/1KÔ8ô¦žùú’숓nÇ/.2£øV×ÍõçãŽg;2ÐR{£QOÿ¬ÄæSZçܜت`~ YxÓz69&wÙÞT'™ä3î3en5 W`yJ×DfIm+Ël¼PÚ.SMíÊPMÞs¨f¿µ ´x|ÌNœŠ.Ù<[N¸X½^l[¸;›}LÓkèÙ rÏuÌæŽ;2 *×òpÐXŒ §.ÚK®f¬Z œƒ, jwÑà‡ï¾> -½”eJ\¾;¯1¢ˆ·h…ka”NV²Žd‘(y"‡ªÍ9 5œ q>”‹Äh˜ÄHR-bD§ 1b¨=1‚©Ã/?àosغÉ: åp¾S¶~äÞZn¨†59y°à0¹f-Ã><Ø}Þ¸•%C'ûèD ÃW"/gƒ¸·žg¡»Pž<19gÀfÎ+tý‚7@ò8(ÂÄeTa»NIrFø}RŽ2&'Ü¥jÿ,1¿š&–j—KùÖ6?ü±d/ñûyGbºú:4õå g¹Îµ)fëK’î°áÚÆmP u*_UÔH.8Jy¾œIÍ„Y Öí|à'WþÆ…«EÊ,—pŽn<ç%Òjà5Â)· ü¡à$Nìt1ãfb¯9Ã|rsÀ|ˆ~@Œ¾¼` Ð< ‹ùÊy­Ê™Èößf–•ÇN;šÍz‹ºç5ÏÄhL9ÑÜ:&jÜîIKûÀ¢ò‹¤/¯›á@jÙƒ©0:w’l¼LóM/"'¶’ï´w_äy¸-Ø^©àäŠmaA]Á0f·â±Ü ld8AÀ&Ã}£½+ÑEAí® ó"å!‚).rWYÿñ®?Åýÿ>H°¢(éV0ÅËŽÞq8|š¸öÉÖ=eáåÒîP&Es†É*À#Þ‹ž>‡úœ­|*ÙBDÌΤ7î~9}°Ï` bùÑ÷óJ4FÊ?jZœÈ*² ÷.² ú+D¼¬ïHÅQ›Heœå2ÊbèÂu:ˆºÛëtþǪ¸™,¸Q›‡¹[”øõ°ŽSïd$d% ì¡Mf㥤÷ÚR{?ªô1Ûæ}kÌöÂh¥qe@1Õò©S|LH,§nð—×>a!z} ýwòA–ÙABªî¹‰T'$o„P„µJi7fR7Âü¹»ï;ßßßã -×m›+ :g2Ã[ôÇ¢1·VÑ”,/ƒ¿ZNÍÉ'tf×ÍÈÜ·Ç’þš™´RkiÝþ“¥*=0ôЬBaFïå9z(Uò¶Û²Q9•í)ž;1:×€5¢”“=¬×Ã[÷`,ßÝa¬t;gÊØ°P-iÐu§ü¬l;·é"ß¹™C¢3nz—Çíg œþ‘À3-[_Bö o}õxظÑ.´KÏÐÂÌHÑ"tÖ“ž…òÁ]i0;ŠÎ“wé®ÑÅ?/šÁ 9ZF^u€¨Ü# ƒ³·Üíæ' d÷Ã]ç¾\^:—Õvz_"moÒàÛ4éZmš‚æ­™=½·8L„Zùù¶ßŒéÜ wË£?"¯à‚e;xú¶3ñ:¶ôŠ?6¦ã±®V± "W‡ø{¥’Ø¢®( -â½"‘"špà]ktO…®o’í<ó°Ø~—:F›‘±q+Ü2A«7ž¬Z ~½4“WûÓ|«Ö,3/¢!DŽԨõw“º¶bõ¦ZÉÎ~mÿQµÁ`+×ÂYÿc–”³¯ÅÂerÛ¼Oöü´˜/êÒÓóidÊmÅ“úÀP ™ý¸Õ"Þåj­…Õ46šçV F—æºçš•°•—† -âÝúN䩺MÅÚÑž5}»ÕËŽ«¶8ØWÑÊõ]q²^!°e‡ym£ ³¸Äñì»Äµ‹H‰+éýRÞ×å?9HîDX,™Qó“µÛΖ†÷üSTî¿nÏÕúOœÂ.—&òûb÷Ò9½Ú\õ}il*ú±zõ/»²¿0÷¥^hߊsp™+ -óW\uÛ]°æpta‹Í”‚^,fÑx¡¹PùauuÍõV)7jE8p³š€ÝüÀóf– ?í ÿÃ;Ü—éïå©í*‰ü¯¨,dzm*ÜŠë1Ô-åœ_I6{2ØëÕ¬ηš•P§ò[Ÿm‹ó°»*´”I’»ìNûZzÜ—y½"—3| Ðn ¸š¸=÷ˆqÔ—Éžp_.@$^–‹ÄÍe¸õ?&÷åäå”Ôè2¼zæJ\ÆojqØ›Ï_"mçÎO.]øÔ½Ö:L#WhÖðfZ¡Á½ü©WÎÅE×ÞŒÎk•C 9›ù’XnrR8ä}¤0Ègœ)¢xF,¤'zyjžòu(TÙ"ªÒ0 -Z„Õ…âíqÁ,?ÌÓö³×£ò5{é<y>êk ô&{òÒ~íŽÿѪMŽ -5D½½Ê3–½%iwΟ öxavˆ^Ö í@­)@ÍfO€²½/@9t+#Îæd€Š nï ëÉ  Q­ÐX‰ýn þî±ýø·â?Ò”©2ŠzF^ý>üþ4rÓ”ÍÍ3´SÆHSŽ©e„ð·:Ú+°´”RsN²ktøˆ¨ý(ºî}Ñ!ü{e„†·5BÏoÊ]ÚÜê®yÌX?®;È_õ7׺¶‚5smͨAF0½¹sr9öÀõÅ,+~ûnßÅã¹­áyÝaOöÚšÞøËðs“Î‘ä`œîÂÍ:¹•œ{Â×µà˜ªäâè5‡Ãg¤?àá3„k‡äö -H‡¼ƒšûâ´aïÄ÷Ãúé‹àõôÕne}ûé˘g6){é«'izÖöÏYŸ9?Šãòí¦vËŸ«ÕKÙy9N‘Æù2kuÎ6Ga'W€Ècºj1G:_ä³~Q8p¥ºrÈ/‘Á>–yg߇ÇÁn1ž/w‘;o×K±°U­'¼Ù×a}2BsÝ}ù£Õu9±WŽ<ÈÎËoóKúÚ Õôã|úFæjú^ËÓŒå<}Û¯Ý#¹ û›Ö».§Ùüzþnú?‘H\82D\9„þºus;x/ð;|_.Þ™Lï¸ífs~À­¦¥ê¶‰×ÍÍ¡ÈN6I ×çî|»†£Ücuã•Êòé‰E5³iµ%Øóè(¸sÞ$ÇÉüZvþHßÊ*ëœ2äÒÏP³ÒÏ᤟#‘ý&?Âfs=VŸË3޲«#˶ö‡b©~Ý­nõ÷v›¶Áͱڭm ‡î¬m°®‘¹A­\Èî­ð‹'.=.Ö–tag.fÂq¼à J4mh=ïsã{²Hîß{ T!‹\ GFr¶ÃSù0 ÍÕÜ »ìhüGú~Ÿ¥ô3…å0.8/àf„ÏÄ$’ë©ß NÞòÅ›ëowi¾éŠêaÎféò5ðó?à’~oj‹^~Ù^vt.´d² .‘Ù’Ôòm5ÖúíAÜl÷ÇÑÀRƒ¨Ç«0d—îsàÌY®‘`²Ë‹þ»X>cQS?CS/¼U&¿ü€¿Í·Ê æ+'“ç\—¼ÛA°ì“@Œ½ êÆrg5¹É"*vs1÷º'J)Ä: –¢Ã¸\†8 …片H•¤g·ÀÏÆÚ@þƒça ÓibûïÏÆóƒ°°ðó`÷äEóIÎã¥j h’0Yf£IÚîöû®n»ÿ"[O}㕳 ÷)Žûã >^‰Qá°½|á^ÌŒWŒƒþtÑߪS©“³&ëQy2Q&qwîààÄõ3>d;‹.ºùeß±…,•¸¯º}Ú3ÛeKÁ¯\®1ú–Cý ‘ÕC•L¹í©Mtàå,Ѳì¹M‘yx{3wÌZíýB[¹y}ßËbËé2—¦U~QŸ¨‹EgÒŽ¨kl.”ÛÖ>½±yÌK㮇  ÆŽ"ûÑ;ìlbQ{^Ò´9¢£g…Åžeq ?° -’™  ÍþøîN÷íÉ}gvÇÇþu,oÏù#¿&Ç%rÎzY.ž©ÈÚ¼•iÏÇ~Oa£éÒÏo&v<»j÷Ÿf×Ü.<ÊŽ#¼V©ví‰ZÅl²Ñ¥GþígÙ+Ó‘´pvGVYd]yäצ@R³ôÞÕ†2G±ƒM™|úƒÆûþ‡ï¡ ί:lì·Í©¶Á‰‹¸ä½3¯—kÝèìè8£¨©àˬ9Í–Ïï÷M¼Åžq{ûI¶o69j¼Fþ½Så¸bõ|¬iL6…H Ì2oqÃU1‘‡5io¶µÂtÐÔÑ¥qh¹W£ceý »Ô¨Ãúg ÝÚ”—1Œ5ç$F¤±ÐŠN=¢3ÜAÐP_}¯{0_Ï^ll"ed–ö(È9¾7UëuÝ5«;×_èȦ„Âf”»%' tæ&¼x«ÞÝýæB¥ë³¥Å&¦Õ'™E°ä 9ï {9ºâîVaÞB1ZŠ›P+CmŸ6ÊÂåÕ-tN]$ž¡"ÒGUé7<÷uÀþ¼'á‹Ï}™l ~@k¬¸Q²˜!Ë%ËšÿÔE¸¿ß’^Ï×ÄΫ…öoQ‹ç©Ê]å"Á¶Ø²[uiíäÂÂÙ½78)GGŒáÇ4\,òhOÎ×Q°Æ¢H²øIv°‰F!åqCÊ•R –9•‡«{W‡«ÉÚþcUkA|y)ÓY8MÝé¡v5œ·õ¬š#Áö"«ŠÈ5?R‹=Ä3 |ª-:Ùx™A ’ãžÀdY°F·Ì‡E^šþ”ÀUx†}JÏ9mW[´X\]Q:¿J­U‚WÛ!+ú™CÐázûäw·gõÔÝ®ÑZ·Uðè0XËÐAH‡?àoóË¢~~Ï¢‰< ‚¹T÷'H11lQ¸ááÀ!:e1u¹¾Gòýû‘zôfûû“+q…2[ ]ztiÊ<‰:{÷.²…qƒæ-ÁÏ,Cª­íVÍó¾»»ån]cLå3æn›(ãÐñ5 3\¨‹¨‹öKK²Ã;6•:È¥¢ý‘Xùg2·qä×¹ÔO¯š>ª|ïØ‡i…œÐ’Ú¶È3ž2›}¢Î5âEÞZƒ*ñì:þÆ - ?r&M©1onò7·Û¡Wde±>óåCçVì=;Îb^ê`rj?kƒlÝo?ëU«=‰Ýyë]FÞ­×ùØmùj‘i1…–øGô$Þó`Q%Sè=óœüÔMÃÂyýÅÑ„"·zÁ ¨27Ǩ •¸+¬…V$µg6*+JTB”Ý¡ë§Þ…Æ!ÞX茯#­=}­65{­õ^´fUæÔb7á§•×ÁZ3niD³(m䯢Æy 1Î_«×WËZW˜;óËøÛü³í[õ¢•ëÞ o´„ÈÁà!‚Ö›p´t˜ÿäÅ:[ry’Èwt‘`»n×—bΞÚ~eøjÓ—c¹¢i»™¤Y -Rº!ŠYŽÜ¨&¸QßC·ÞXeaÒ^µACþÔÚûs£jA$S¹ÚK³â4û« -º(å+¨gtÊ®‹ÿñ{%¯S]mǹ’XM•± ªÈ*Êê­fgÿ·¬Üë÷‡mÚ\÷‹xˆÓ)<`Ëûö»YŸ7Ën?¨ ñB\=/èC©ªÊmæ+xsS-?ÓR·<õªôT±„ ³”ogEÞä÷ èLß…ÕáÓü õ®Èæuí<Êž¶vùV©“Ï7_Zýß TOÆØ|o‹Œ G{y¬çÓá‹Ê¯wDkêë aéíМ¯ÒEíw³ñR!*þ´¯rN~ߎóm'Šr'>·ËYEì\%%8Õy@·  7GÐ{u’1ÛèƒÎe¤0€Æ -€É@€.µòYŽ µµûxGk¹ Ã;ËSEñŠÊìæµBɧ7°rêºH/·blz¨ÆqU™Ûq©°·ü‚¦œìP&€Í¡€Æ3Ks[/ÊYÌàø³à}pãÕðÄøZøáøqÔð©øéäø¹¿ÏxåþpÓqófW;­Ýà¡•bU¦·Î¿ŠÊcêþ€Ø¢Þ­um -Ú…ZùV }噋7¥Þ¦4/è¬0ËÌÃÀ© à›Õ €›µZ ð`Já SˆKü‘•ô0H {dk}+½Ïäšp2Ö €ÜÔO8%tt^Mu©%»ž/Áë–Ù›O¯Œ#ï“kîj“r»Wš|êûÏüV™²ùc©ØU·…VÌû²~«Ö08¹„Ï$qÒÿ_·®²Ýä¤ÿÈШfÌ”®Ûµ#·õÈ庠Ý䀯.€Æ‘ùÿE‘¾ô3ŽßcQÌпÛXŸß£°ûVBŸßJèw¿à¤óœ•èƒßõÈGÑôî‹öDº‹§P»W¬åð¶†7£›r;¹·úøá_w]õWuù­Žúè>ü_ŽÌ¾pâjûl— ît—wƒÓ]¼ 1þ¿øöPÈXgÁ6ÓŸì!ëÍ/ë!¹ÎHnÙ{ñ -¹Ü3/ŸË÷EkÕ¸­»sèVwVØu‡ékkzà.Gê&\†Ÿ·rBÐ8_z5ëlƒñ™“þé.ÊÉÉ­L¶'|}º½f§xø -ø0ƒ^ý{í?`Öã {rÈ;ªûÇ·Pûí£G}!¿ýþTü[^ŽÆY;‹ÔËkÇG\ÃnYçr¯«þ¸ç/Ã÷¥|¾°÷ƉïÓ]ÈgùþÉ-WȾª3ÇTø#µk‰‡k‡Y›7ìièîcx<Ûó·Ãz· j÷íšË[5·‚·j¾ÓÛÖãž²Ùõý?¤©¹`²Îõ»¿gß@ÒÔ/òi*#Ê·`o¥^î6{5=¾Õm|u‚üþäwçc*ÝÓ#µy峿«xÈ_Õ}Ü-4÷üµ -íX ىϱ]SUz«|Ðþ¶>ë«?àÆ(¨æú(¸Ó5´º¬V•z¬ìƺº¼ÒîÒ… z‰_n‘Úuö4Mxšzt#}õ‹dúŠÇRÆÛJikeß%45¯­iŸ‘-:ýV­Õ¿ÉÍ|_ ®»Ô.[µýxlvðÙl¹°>Æ`imökµu·Ôi­l ƒW(,Kw,sK÷•…·8´E'ó0·¸Î¹{¿ší‹—þ=[_bY¾ôâì?àþH_ãK_»<’¾ƒU/}_šßò²æÜk&nœ³ }l©ît`n7 -ãn®O'g³ºå&§¦'å$Ý|oé þ€‹ ú¬,˜[¹9ð2”å$,™K$“ˆUYˆWÎĈì:‰¶‹î2Ò¥ø£vcviä 1½~pïÚý`|UÿEúF("ý”Ï\ú™bÙŠœr Þ×L Ÿïeµwˆz2µÝöÏìú|Ïé+ܯ¹‹ÞŒy^Ï‹ì˜HXïžTžÚ;VÅQ!nT‚Jd¨ÓzöâóNx|ܰ°K>éÙåSîÏPÓÀÀÝËn@ 6 ÿEÑàüšÇ%/bšTªü´d—Ä_&Kä%ü’¾W~ž²ôì_0ár×ȉ–÷ÍCÜíÔ·­Ý´³r£)»à6c5YŠS';/Z–·Da¾ O«í>„‘Ûuæ¸Ï4x¼R ˜¬*Å€T šïï ¶Ïâçˆ!íõüqß™­>¢§3-÷Éd"/ý«»E:U·éZäxðJÄqÇ -åÐ9ÃŽüÇ·²œMÀ[À8?+ü æÎ®v*KQ -Ë× jÌ… DÆÍuE -Gde4³u/ Ú•Ä,hëçsÔÙãyöá‹Êg*JjáœVªve¢hf}RoÎ wû¼n‹J{ã#ÐRÇY†\L¦âPêDú°rk¼rµ®yž.ÄÞ^ Ìú‘EËÂl%<_ˆN·4#v.ìs7µ7•® ÕÝw®£ïžÞúÉs®í}ì Öim»·ëaôÂב÷*¤#€+ÌuJ‘ 3)öºfa‘Ãe5†Òæ1lZm ݱ‡«øŸ~ÂSA7Oý—ðïçÇŠZ§B–Un-wÆ­ró9¯½A(:Ciq6 ˆ‚ßóéδ&•(wœ$Çqå=±zîˆi5+”j‰UØ47¦ÐìÍÒ¼ eˆyý€ÃêEÉ4T¯  m È9j´ßïžnqMM‡ ÚD»&­†UäœúØP•lr‚J‚®¡¼æ¦þÇÏâAnŠÒ/-ú‹EåAÇGÌÎþ,-ìJ~Ä_ÞS¥÷j¸Cû;ãÑ„½—˜fõËÖó,\MÆÑ@ ”Å ÉŽ¶Æ ŸõÓkxÓ-?xë0³+jÎ6mh˜ÑBÕɉbUÒkŠÛŽ@%×./åðä¿äÞˆìÊ ²ä¥äè¥Á¿$ì›CQY}˜™0W¹¡øØ·Wò*Ò,u”_qîƒ <ú cñQN®.Ó,ßèåÛÇÓG­{¤Ý¤ËRÃ6—:mÞ/Ê{˜>• [Í+9§]‘#¬ÉàÔ$¥9u”¥rX±Eçbmþ~ -: ·=rB3bÔ Ùø’ýßæ àoíwÛ÷2»bÒžlØÙKšÃÞâ®–&&=Çh+Ø4‹µ¬xÙ!‡ë霴ö¬ª_ؼ©±«NC5P‚)+¹Kw%ó(zæ"‹a¤ò›~‰«À*‰õ¼ßôþZåªÐ*œÉŸw³ˆ ”ÞmÍ3+%ã¦ÿq*œrÆæŽRÚbY´¥ØN½ ԆݩV¢K? Û‰§ý"^ŸQÁÈÕͪs@ÆeÌê×2$i¾6”OÈä\iQßâº4‰…]N[ -~pìΣI«îp%´ [ì«€d+ß]ÐÏîPªÖ“‘°ó·oâ`ÀÛÐ9éÝÕæ‡ïo΃roŽºàv†Š6?™RLLå4¦8c¦YÔvÚÓâsP¢Å´KÐ |!e¤úí—,º¨Ýræè ƼÙ5•pZ÷{ž| —J¶ï>Vg®Ã¦Æ ëÂ6´' a*£Y9 %Qªž_š0(iÃ~w\vzlöç¼D ÙÙŠ]±…<{ü™~_ɢȥ Ò’|iQë]… TC—©Fûæ’»UoCj­˜±ÇICCršÚûVïm­ -4H:Ž¤ÌØ¶ÌMu´±ç«4åðþ­'Ó¹£q‚o´jj §.f¤$?‰žp@®J–£7™>GÓMØÂ -™}ƒ´„ÚÐÇÕp.7r7rdÛ£kĉž¡„•+ -D7ÒGøµ®~@Ü)ÍÜ~ HƉǯP[ýc{™ÞFËr¾2ˆ°¯¼Œ±“ï×Kí÷gY4Wcë>€«ƒŽ+ÑC ^ë¢ÂGë–´LLlQ]¶?r÷ßû%=·=c>g“™“ʘ–wEŸjÒqDv0wCÀ”{ƯŸãwÂFÇzŒ=ÁK›,X#¥s‚‘røFßy B_wŸE_»“”q•Ù¸ëU¶¾,jnÝŒð!§ùd\Ä_wFqcR¶$ò¦ß…è¨ÎꬷRNZ{FMlƒt·osŠÇ_Ë>7k‘ -[TÏZ øyHÓ 1Ò¼>ÚKì¹v³³QÅ}JÅ ³ƒÃ;ƒ²]Þ@s×g„ænɉ ¦ƒð%‡Fz¯½ˆôN›X3…ÈN‹RZŸî¦7ÆI·^Ç’:hؽÚMòßï%)¥nšÇf>Í&…F©ïTªíÞ«¿Ç¸0ç°l‰îˆ´:Yiäq‡[ú88Æ>F}ÜqñÍ'ÇšŸy$½&Ò¯æÉŒ±†·Í¼ÐOÙï,¾z ¸bù\‘O|w]Û÷YÎËc'¶»5+4ÚúÄœE´=;Jm³Áb NLÁ»Ròë{q?5WýëÃ8ó“U˜ë1FXã@Øé2Ëc¤5­ÜûÖ“WD8}ÞÀ^ajbÀt7A ³Eˆ…Ë)Íëgx)*X®ìjpuƒà+¹»á±iW+¾Î]õÖ }m‰@û<ÀBFôø‡E½®gé:v}w§ŸNêø1P¨Q)l·'·SÔ€ø”´(èĪ0¯ ¾ª¶’Ã@¦Þ굨æ‰HyKáÏxØÃ—Q>tˆð9Ž`¥°›Âµy>énÅïŽî®^™¦ÝæúS‚ß…†àª ‹²u–}ç ‡ÅŽµ}u;Vܦ:p¿Aÿ’˜mÞ éљê0,Dš›gµm8§ZIíòK8>§Þ§Ó^gsrÅ“cºuèí(è3II[=—¢5±Ïn„ ±Œ“ÈBoõ`µr—ºFãh@ÇÁÝÌ,~† 5»ê\Ô ¥Í|®ƒ”Vû>¼1í»i™m·Ö^µñhü€­´]h¶¦Ë6šÑÅ~‰ ; æ•ûĽьlƒn¡BG{ož%yõ(úw³råúlcK·52!ˆû*Áåó„và Ú­""ÃõÜ8\:Ùk_v8Ô},ØŽCî¤ö#¸í Z·‰µ^“é®åS¹´EÄJ ˜±fØ”faú›söl$À«Ò諌F÷—ó·Mýµ›sãÕ±¼ÿ•§ ·Ž*´œƒp»6µ­uk\\¦g¡Vo7'wxÀ÷ìæÅ€ƒ¸àYò­'÷†cwÞ €oµ@äs9€@œ6@¨m Öw `9>ùž±1²@Ï2ÖûŒËé»Z®l‡hXÕ¥ypD¬oÿSTþ)œnu±ŠT ûêúi•°Ã¥f•.›rb°Á¿ëÉÿ)*ÿõ[²\r–òÀaUÌ«ßݶü6¨ØÔ¾×¨CÏpm€:“ŒÖò—4¥w¿EÐo1&¾•ÐoQün´=L¾•Ð쯰ËÛóÓ?¿uÐïŽÐÖ£hÔð.žšä½bÁìm “ý›rëÉ·úXÈF® ¯zjÙ×–7™\LÀñÏ—Þ$>#suº‹ËÉ­’ù¾YBÇT'„Œµ}LÊì_»V©ãÅÿ›ÿjMô[`ì~+¡LÖGê[`œ;ßJhòœ•:»GQ/_ï³ö¾)W¤xÝaxíÚšRíË‘‘Ëð£h6bÎnÜ;Û…©pF’Hù­Žú1UóHí¢ñaÖžûöô^îc¤sÞó÷¨¸ç=b_œ$ÒnA¾ÌÿsëjJ»ß£(uÿ×Í#ý½„÷¼<6À營{wñÀF× -­.G9ž/,r?#1õ9¹%<áKµzôjRãHmÎᣛð=Ø!oÚÔž¿šìn™ýíš’¤­òqÛúlçn 0ŸlZóa–ñ­R±º6« -¶†6SvuÑVâÊnÂYÏ8(£]ûÖmÛßB3þݸÌ7.kwq¿0._žî|urL¥FtøhYð̺‡} ¡×p_´ÑçN| Ÿíš„ó[å7;®lZq§¾6KÍÖZbðÊ®‘Ä -Ùj½¥Ûr”%~¼: F ê¶xÌ?n£<ŸýΜ}™Ø<ïø¿õäj5£PLSOm¦éâøý¸S¸b2—aêÐG¯RîòÆ[ÙG µ]ãOw³£oÁ¦>“µ ¾×«‹øÜ­õí¸tçËß? ¯s{-¨K>ÿÎgh¾4g­F“H7áß -/Ø@Š¥ByWg©åë#ª¯ábh ½FhpZ+lzÍ_²Î¡•ôU4ké+út¾›‚ñg¡c×ÖifõbåÜ-º÷ÎfGÅØÚDü --÷'!sá¹÷ñ(çƒ97ª$I|/.“~ í’R?ÅÒ¿ÅUK|EêMÍG±[ Åu'l/óäÌ‚)iÖ½ÍÇÁ5f¶Ylù,s>9j6¼7KB^PÇ Ù5;¿¤¯–ÛøÖm‘”ÍóÈm+¶«—ÓK+_(ùÙU»ì{}¢¸êò±W‘x½9hxJR^®­¸¶]¸‘Žg?`”½åy8”ó›ªU³‘^<Ïy·”œæ@?­º ŸÒf]ïƒ}õÕËÓÁtÊo;‡Éò“ÊâÙr×rqUàÖý#}בï~þOçI_ìü«zdŸo`_ÀëVK¡ýê6Ì?ì ZI¤<ŠD;Ÿ`CS§å™íõ‡Áœ€ÐLß÷vìÓÃÙÊ›}âÇÍvg¯ÀÝÓ̦%±ð½—Í"ꓪÝïºÔcÜFrWÇ{‘ŽÛëÕαšPí@j£—òÇ·úMßÚÍ#|ìÕ–õ–Kë뽜._½úqÇñ=Ör×òÂÀ -‡íû³“à…û—á0š -³†7Yá¤&4æî¶Œnܦ‚ƤîæË9VÞ±^IÕ¾1ûŽ=ΗÈѳOˆ£i)Ȳ±‚ú"—Å–¹A¾eF7{çf‚£â?¤ÔìIÔ„÷Šþ‚Öw±\[æå"¬‚ô7eõ2ÓèC¹åŸ¬V=ÞÝîzÊøpbcç|x? ƒàƒÈ¾¥“¥Ó“í(­nΣéæñ´>Í7`ÇfÙÊw±¶]„YÄa8O«ö°BÛ«?ƒ:o´Œ]qú"& Ýóð_nÆ !ŽQ?à¶Û=Á˰þn$êᘋºíÝeæ»'Ÿ±ÜTB; ×€ÏðJŒƒÑÆŸsmäQ[Ëú̶c‹+l=+Ÿ<³_~®ÌâÜjç:¬ìát°ˆÙÙÔßㆱ ΘÑ.€¼~L4K7E`©]Öæ[C §¦†‚]\½Ï»äç˜åc•÷‚^O´+¶( ¹vdÍâ|ðŠì‹_à–Û,„Û§nûtÎÆ¾ã´hô걸5û´83)Ô%³DÖ¡ÔGƒM¾5dÙÀÌØ—ðÄ0–âF?Õănnǽ«¯sš}¼×4ÔjÁª{ã9•o‡Š÷‚…öO©æÉÆ(ϲXNæ\ŸüãLÑ»Ôcv•nðD—oÙT0ò~o¡^§µ²¼ÊÂwíæ`ãaaä_©†–?ðpï蛼±ÛŠÑ>šÝêšö¨]3Ë#°Y¨>¦³…:¡v;å5»\¿Wù(À¼[’CÑ€äÂzÁHB3¯K¥Ã(ånù.V7ãZÆ6z™üãÄUÅþî{Üb~ÙÙ sáç ›ƒ ÓUH\ÝaY;c¸vfçcÏJe¨Ô×ãÀH¸~Æ NsÖ/A}®ŠJ -Sñƒ“­äò§©&@$ƒÙÈ”¥q”Êuú)ʆ–}±Ö^¶mýýPúwçó§7å­ ­ðÖŒ‡yË‘K=VX?}»7_sK*t¥aÛ/îˆÂ¤5­^Û«¼}šÛ­UäÏ¡²Z¾WÐ-u}шú¼\Iåøœ!Œ ƒ¦Je«9WµŽ#ÖtØ´#™MSÛõ‡€ãϽmŽËõÞMb𶙈ܓ/M8rá9rÉ•2vÝ#WòCõÉK«OÍä“Ý>¡gÞFlO×§R~|Y½®¶W}®,þ£,‡ëÁè:hçíœn3\UM‡¯¶2+ø¨\D²µ¥ÒyaBÿ0Õ¿{z;Ÿ¡É¸á¸wKƳÞXØ®¹çêvæ¦jó;÷|• s”Í]r©²Ã€`—±)2à…2L‚á[3ò—}SdåU>²…øD†LÀ V6'ﻯ¼ãî–—‡mWfµÑŠm:êö J5B¯•Ùzß‹o׈ ­pLñ -çz÷F^äÒö]ç(ù2bƒmê±ùv>a¢~`аø ç·Eé¤+ø¢V/±G)þmDÕ‘Á†Ü>:yªŽnÚT+a â—íy†+ËRQâî;d}ª´\ [ælŸH®V‰/{âéWý¾ÕH ½«Àü•}Y(„Uqƒ`-¡-maþòTˆæŽ.-x6Ÿ#¦èÑZ¸1µî©!¥‚ñ–܉—iT»²µ±ÛÄQû°t䇸Ez/ñ‹¼ÍÐJhPð½ÿKÖ$ø/›{QUSÃg^c|k½)8mq9‚™äu§hY79rúÄirRñk°a7™`È:ò&Žè+p_¨ÏÕe -*ŽIª À<ŠfžHØ=Ô®u‘°ÖA~Yq£¼–tz„DL™štNnÃf `ÖŽØE¿)Å…ÊV¹™, -_ÔÝëJ€àÂß[¯÷Ø›nVE.éufž´ ZaŽ8yð$š5K<Ž­62FÆþ JKÍÉ׉êÝ]†÷DzûBÏ; žC«,l„;\î­Êpϵár«œýßfYÚ¦zt›ve_ÌÖúñ=§6²‰£ú®àYý×syñ½Q‘w&}–£^ºÐvÜç:¹³ñt˜c$”ªÐõs¾EõBØU‰ÀR±À¢ö$dG,O,5„÷O6¼ÈA†´Åxqƒ+Bì®Ë.Ô]W ¡«¬Ï^·Þ\ ía[€tñY‡tlÿ2ß/F˜B¨:ÝASÂñŠhÝ\ïançïõ“éx!Ê)è£2æöèémÂ&¸d–TóDo¸NJ ÊEìF».bóAAgŸ*…ôÝS–üWYÀìªq{ša/ºþý íÞ(AœÍ01£8¨Í½Çãsrè˜â3×éåjº6¿$Cz7˜q@™@ -³óW 64ø}–E’‡‹¼vk¡of=¦ºl¹¡XtSÑgTǘnHëu¾}ïÈ–;|pÒóJX®'ÕQB!xy¡ÝÍëJw›ÌK€. Aµ;§—v,ÿ¾ëÀ,•fkíÿGÖ›n)¨«]¸WPé{EQNAÁQû^õþUkí³÷ùΟÇ¥£Œ„$ïœ5MîOIĽñËÁ½~´Ã9Îøœ+acŽ«þ![+sëšhþhSdÝuáRíQÎük‚Áæ®™\¼SÆëù\^‘¯±tš‘®àOÏC^2¿ n–òGv øCÌ—Þ|aˆ: -y.= â–;r£Ü?ž”` ÷×Í>ÎwÃK‘ü›Ô“ÚÛbí[–ØÚlv5kr3ˆk¹ã;©åV\]Htéó¬w'½¢ØñÀâÆ:èu [ÏÝèÑañP‰Iü›ç—éuÔÐ癆aØË¿ê³¬G£b{AÙ›ét£q/RüYuó¸`ylzp P[ ïO¹Öô)]¦ÚmO· ´DWŽHüè˜O³Þ¯n/ývÕЉ ŠæƒsIžï*r„r˜EÛ¥7òæ¹ö ãL™Þq«æ¬6Éw«ïÙ³Tçfqq\KNï:ã§oÄgà-n÷GWÇ>TËÅžü@µùk× i}@£ïó–[àƒtWe¨º¯HÕÜvèj͘Ëpïx7`¢Ïú÷æ¬Êôp+{+¡TzU¶BIlÉNiì—7¥±Õ¹•ÆJïõ‡©U®²Úr&®”öñm5Š’©Nu’* _;쾞›Ç‚]å Eqûœ¹.²ùè­LâcZåÖPÝ -³èOʉ²ŠÊ|¼ß•ÒnîV’öÕwñk)ÙZY”Ï} Rî3¡sµPqjƒ¼~ïE¹CírÏaWgp”rX#æ0¦¸ÌYe÷‡1£Í;6yµoýïU½Þš'ýš-Áö•Yå—D­Ž/üö79|NÖæäæîPÇÔí¹…Y?ÐfXÉ;ëÄ(úkþXœÆS¢8_}ùh2Åõ*?ÊP9EÊ»-ãö\Väw±U²¥‰ tnÃSvŽíóÐÁT/$ÏÍìærÙ¶@†Yñš1¿ø‡ÿ´±û5o ¯|gø} Î1=…Uý~Pïäg‡ÍÞÅͰtÉ4ÎþH¯¾N$¬òÞ\Ž”×:+{¥µ±¬„ëÞbÛ<H´óç‡ÎeúÍíòsžõ{:(ØÎn½ÂiÆ\áG Z¹€Ozð4]¾ùiÐŒÉ÷›'áÖ:M -ÍM:Ž -g0nÿ M5¸¾ù~ ›^F›Í6zaV]ì·,µØ:y°[ó÷ÝuÕ”® *±x±+ˆù‘…ø9ÕäÐ%8uvpÆÌ“;ýà¹ì ƒqÛ">§ïK´š6»Ý4—{_'-N'Þ*Ž;ÁÏ”xY/É£îÁvü}§²ökW+ñNƒ8ïõ™eá¿HßÖ}˜›#t‘¸ËûX^×]_:¬6^7Çe.£Îd~]Xè)^g{xæ®d0 ®ü4ýV?òT¶sÉâ]6&J@ô'ņèÕ}c2®XÝùh‹¹ñ™Ž÷þ¡¾»ùØü’zg‹(yä¹…oκ1dx,ñ@(a7]wÚ5ŠÈtåïÃkç‰+—ŽÚí‘ßÑyèµ½í.Šw²Ô'ô|N§™ÀtÞÀýÊdùècãuÑgǰ6«Œû¦í¹M×·_WÛ»HW×sáÜÈ£vÕÙ4ôjÕå=qÛÁ³ß½ „[ïé¾ÃSÑm@9Ì™«¢ä´*;Û)촸ߩ’ÞÚ… h¹×¥ -¥?ÜÏù3•÷Ä+W^ËÚëU“ð8¿Ö¼lN½ü#½|˜D—Úk\å‹…QM#k>a’´G÷1aèÝHyðb™Î`RPM÷ÓQzî¬l ÝÆÆŸ8 ÄÖa÷WøþØï|ÊÏÞFfò==ßG{Õå#û¶U-»¶yFVm&qœÍko ›×μò‡;Ôˆ£ÎñM:{ÀÑv5û̇tû8“ÂîrºèúãIù¼ØŒ0nóð®ßmnèCx0™…„;[NÙ¬_ò¥Pr”î²Õ_í—j_µfos>ô{º“x=„ζµÀV6¦È««7‹Ô–9s°»UMÆây#Á6¦Á»âBÏVŠD—Få‚.ÙÜýâµÊ~ Kðt˜ýÙ¹PëfòBCÿ̬~ž¶{b460eäŸM9òØŠuL{ÊÛm"lÑ)®KH¿’ÉØžQ,pöA+ÔmlWhYgÕ,ò„šæ­/¸æl~ #scÔ\nõ4:\ô©Zùv¿Û:Ü ëæOÅ®¶ì/æZñNÜÕØ´ò6UU«Íà?œ•Έ߱ó#³Ú”ØœëÉßi´+œÆ&SŽ|0ãì{élP?"'bòIvvÀ>ÖÆeëRéÕ,ªiRæ0ê Æ³Ük‚ÜUôwÞíêõ¶gëßyݦ{ º¦kízRãwý¥jAPîìrwªc,ÛêÔ>–’iÛÞ ®m\¾åÚx«d á?œ*›‘¸ù@G.²è 6›É•ÏD/¼Ïþ{DÃç«8€d4v:Ý康KËÝóœÔ¢+bÁxFeX¯L‹éõÇ•îÎù‡Ø-8§†Ö¾ŸÚꚻꪖæœÎ®^uL¸±hMs߯OA¢\úH¡îÙº{‘ÒbÏø¨ùtΧæÓm‚ a¥9¦§ÿàpÌ;Ù¼^Hk~IòƒZ XégŒdzç×7Ñ`VN²6^„ao¯´—vŸ²æ£Ï>Œ Zz#Ø»¦ÃZ–pµ -!TÇT¡}Ü"vÏàUår”,…&”ßÓäïWÖâ˜Õºù|ænMQd€üþL0¹ÑÌÉr®0öó {Ȱý4æS¸”‚ÿ°¿Œ†xµ„yR—Ñ©z>ü3> %s¹PŽúH®àd£²ïÀ33²jt²…ozî½´•ßÏ«:Œ•:µèVm³%®Ð#‡nyCh¾h»Ù}G“?|Ü—ÓóXÎ5*«Fk/ŸµøÖ;q‚ÔË]µ.mœûIÝC´—º•fp!iSØÁØy[^mÙ¹¦sTüñ’Qï4È÷Õeó6|û\»;fÒŒF†tÝ­ôüh}ÔbÚ{¨ˆC¿ÛçBRPFËæä³Uù³{c² Ý™ÆB}ÖÐöÝ®¯LÔª—O‚/múÎBªÞ⃸÷*o±öjÃÂir…>¥öâQ] }ú˜ -}¤ -eàÊØNFs…<Ocœ…«<2¶½ég˜¾;'·øU¢žc=‹ù}cÚ3‡z!ß›kñº·UQL¼´ÏóÜSa>³o3µ…‚VA¥¡¬æh] {”´yš‚¸ÿtš¢5ótáœ~wkìG ÈN}Ï6Ã'Ïèï— ÇùÑ×äxuµâü¸ûäüé*ŸáQþÃf¶×ZÞ êATN5ÑÞCÐOý][Ú{Æíõõ‚\îý@šv©MUtAÇíK½|TØèto¾™~*‡—¬rl›Ïr½òu«âaÌÂyPfùÛ(Wç™ ÔáWìs#Ú›rB.“7é²þ`§íu‘­—Y†ùζ:6ûˈ ¹¬;BNLXÿ°n›Êâ®w¥éZŽ«>{cS7RÊÇÞ±S\šOéíés±Õ׺ØBïw'¿M“›¹Â5¯»æû³¸Êó‘þj”ů´ë¯ÏKê:°à|ŒgýÍ Î^d§÷«ÂÖýªÅ¾3bÂt½bšküʺã<!0I·—S•.u”.‰ÙìQ"é/]ª(ÐbÍ©·çc›ÿvù<‘ESg½úm×M–F†Ú:)÷:'¸¯+Ué·&¨>m6>ÖJVòÖ±Q˜»´ç¾o±w‹òÝ딹REÙOñE²9ø*0­Ö£IG1¤Ó­1üõ`©hA—iêL­ ºv £ªx¨PU¢?#w³Ç™4Ùò‹4Q>ÿ‡ºc÷ÑÎ c¢[¯ sÂ3SÊÛÍÁòs·¨ÛÙt“³·•ÇIÒ›ß|jü@²â~½†ºDæu}m%ÌÊ_DR½=ù¤0úr“™X`e!Wa”ú£UnÏP›É£NéõšF! ëûù: ÷ vOZJ˜’X GˆS°l§Ù`Lô‘W¦Ä "ª%øU¤¿X^!\ VÜ‚ó}¾TvWÝÝ«G<'SÂâHC®×fÌ‰Ý ™o·w5¥Žž„ÃÓ±HqÙ”ÆJñžØéý~´›O¸\vÅbçS¤¶Þ¡×‹$mòÓØVˆ³çÚ„Ã]Æ™²kü6 ø-*ø>H8“ †XÒþl±Däî˜m¼ÿ°ð%XûÛòÄ“¤KÉÑ-ïùYIÙ:ùú(êœÛ-¿•ž&}¹mgU‘ÚÂÝ?–`— 6àÀ±¹b ×ú)ðµsÞ/òè=r$þzU—|Õð»—£qeœ}y:öœ<½×…%&ÜÃKíí£…ZÀo¹Z€œZ=ø¬j€!Î5€´^¿ÌS“ã -ýúîëÄœ2ò¡{ΪC ½IsNNÜúÎ="]Ç;\ccÊÙ¨ì¼[]Z¯ºjoͪv^¯Hâ퉷¾áÉ.Å^á*‡Mš¸ö¿ðÚL"øZãÛëÔrá±* ÐÄØ#+)ý »M eŸÑ‘²ršW×o(ëýêúBßþÄ]³í Õ˜t+Ÿd=îi„™¦ÖŒ“+Ï Èe¶?ˆÅÖâ¥ZAeÔ‘(“äjÖÀc¦áüóê`S1[p¥omQ ›ô¶–ÄË„¶Ë‰u 2«T·öž¨DUª"×n¶‘`X9÷@TqÊÚ½|ÓŸpyX6˃?*VƒUy0Ùþ0±ãrk¦6Ñ·²„ñÒ;%éüu.·æºÕØ›a}ù¾àŸã»”@—²»µ&. %m?bãƒR5áßS7üÊîñüÆS=ª¸õþ®BƒÕ­ìµNïÒ3ΗJcM"ŠïÝ ^l@ûlTB­¬þ/D­Æ¦PšDi^»Óx~]Z~Ó¼B©q[þaIJ»ö(¼GãÕ¢ÙPé·¶§ùk;kÅNŽ‹½¥äˆ«)¨ó€6ówƒð”²Rkõ1ë—šS'ËÜ'‹2î²ÐÂËBß»…•ÿîTå70Ïë g—Û/–÷V¼Ðï¢ s¶È|ÑDâÏq¬]1Þ”Ñ7Þ6 œzV[þ=x9]i8µ LØÜ…®è«*iIVØÑŽ ´îÆÂ˜™ÍØrm둃ÒÝÆd -R„AêÆ«3Åcyƒ;U…Zµ §ìCÕj - ¸žõëÁrGP<¾f²ŸÒ7 -{9~Eè& H(T%¸ -p@îî @.l7CºøÃ@m“>)Q´V9¤‹<¥B[˜*©¼Ø×¬†¡ÍñŽ[ØûˆÆ¤óŸÒoÕ8H‡)i–ê«¶PÐÞ=¸Òteƒšª²ºM@×w ¥ »ö<Ãyhyz°­:»s2<Ì_§×s³ç}ühk—ýv»h!íÿ Îยأ!ËýmO­º½ÜZÀÃ\Câ—0­=¯,\†v$;üÎkQ»àW‰JÎ*}ª•v¡{, ?PŽXt(@§4 ˜¢H†ï2€Qæ`ì’˜‘‘iƒåy˜§´laól/¶õkmÀÚì2CúlgX¬Š5+Mú€­Ë?ü@ýKWU­FÓit÷JĵÓòojð–î(^à 1þ¢\ÿqÀæŸí¢zj^YÂVaóÛàÖxJÿøÉlîY,€•Ñæ¿&î_2øsèýfz+äpêf ¸)—.}T/xàÇí>àOØð¯>ЀsÝ ‘ø+¼úCϧ–Yl¦šæØT«]?õ¤ÆqÁàBÃ}Cô©óû½$\æÔb­›óò”½¿2¸v°W[ý_?¹s6ÿÇÆýupÿõoÿ¬Û\5Bc÷¬[­ÀQ:˜@œÎþö齘o ~8 -HåwHÍÏpˆþð뀿.#ú‹ß¼e̤iƒlÿ~‰Nó¹ùëÛ¦÷/yÝy<•}ç“Ę=¶”?O¯ýåW [ÿËS72”¹ë­©ˆ×aAm\™ÈR.Ig ]øMß8§ú¤ž"ûÑék?æ'ùZÞ•D|‹£vˆE³•áÙ?ÄRaððÛ¸ÚŸ£Èþ9¡Èoä–þŠOe‡ õÄÌ[RÝܬ~¾Eõq½ÉÊû’´pá×tžVÙòYÚ ÕSˆec^> Ä)ïÔéã’jóÇ¢×”~“œ­*§»GB§·³ áh{î|×[§â¶ä#67sð¿ÑUæ4hÿá7µúç„æ3ÔÛ:ÄSi I¥—Ý£Uoý÷ï®M×[£>¾$JsqžÂìú$ŸJÙå¸Ó!fÞ׃ú,$û­Ò=*ai7nز²Ìs £Ä·ÈzãÍmD܇g{œ†äe_Ìð¨üÿõAÿz¿^ßæ=½IÄã<-½¾Gå÷úËF·çf“Ú Ë‚°!B3žâ¬ºúº‚¹’™òYòì *N)×ÙÉRõp±m ˲bãùAmîçØ¶™­È¡“-¸!yƒÙXW‚dð¦þÙlO§ây4•¾Ò6Ãì>ù†ûw†ÓçÿzµY ŸË²ÜÎ\n{újßèP:ÛíY.ëQ5A8Ýë‰×ÛÜbKÇÓ4Z2›Õ²,Žóƒ2{„ìf73„‚¤?ªüw‰MÓð@Oë…-÷M¾Ç¤> {ßÖ$M;ãeˆ˜ãv“qFñQ`B ýíg±õQýu÷Ž™²ððÞ„^$Nº•ãxp÷ÐõÀãê§×Ò.x5 ËÏõ>ßOÐò‘õË®OÆÑZ´îª1jv;ßÌùឌB*ÆÖÁsÎ_¦ÁDN§àk&jÃãÎxˆË˜u7±0ªê‡†o&·¶_¥]ï$mØ`ÃáU—¦Yå®dëËà1ZÜû”¸¯Yt%dÆ:Ÿ#g:²¸|?öÛúý(u»÷4=Ë«ãg7^8ü8ëåv.Žæç<¦‡WjÚ ^“Ãh*7¿ñ¤(!Ym9Ú¢ÈË?ˆTÞÇfBÅsòõÚðf·©á·ùAâÒ`D[þjnšõ›[/ž]ç»ÎOœfµ²pò{yßoó~Ò/¦i±§5$ºW?†mØÝ™âÇc¦,Wðø/®IÉ…ŽÚ÷S؈ñéUíö6¼«“à½i8Ñ´I›u†#c6Zøøh{ô¨àð²ûÛw0ÆÞE÷킪[pgžKN3…ùlEŽêp½ß”Ò/íÚz¯[Óz=ø4òm“ Cý~wV¯…Ý-r -æeõ¥L¶4ã¾/Ï Ï2‡ÍýyÿƒKÝà=q|•âbk–ÎoUj÷³(LT¬èŒ«MAó3´ïÑíz¦ ÂÆ ÒæÅYÀÆÛL·Ð/÷ÍroCzh¯:ô{ÏÎY»6ž‹ÖIÜ5-b¶ë˜WùištÆ£'Ì Ÿp6?þ,¯ú„-廟±FtgR^íæÂA -šŸ£ÖzUˆçNÑãXÛò›k%B+z:›NÞ»Iì^g#뛸Þõw‡¾r4ÝÏý9võõUã÷¬´B\öï1XÖ)ù@)æ`sà¾P“a ÒðG9Æà…š¤OÖtK—º£;Û›NW¶æmq>FšPW5Ι@Uý ÞÙ¼ëJG¾Ó"«ûö!?{ü@í}²xþáˆwø0/dáø4( w»1êoBï^8 éþ­»!ÕÓœâj<ìì8´±«¹±Èļ˜Ì¥•#Zúã ºtV*ÝRÐnÞSˆH[r}^+N 5–µ²½Ú­Yu½hÛd÷ØÆn»·âp5T!_Q³5¬×G­!uض˜Gñ–|þaïÀs"î'4|^ó¯É: -v¾«õÿg!\‡¿;ïô~üª)=´Iô¬ !NÌaBG†àB{ÔN—nSÝ?µ¶±úªqT¸–;†¢9PmÛ>ómœÈ·g†é -%«ÃÖp9˜µØö5Ó•ÍѦö’ßH¿*Oå†\ï̇2¨P› Ãk†øÙø~Ãd—]?zUmLÙ,w{Íkoçqž2äòšë”îÞC¯¯–å -'Ý䜯¿Ï¯°Ûªý®•Z§28ªp$Ý:è yfJ¿øQ.B© PA©Òòr0Öb,Óëõ¦;ªÀa_®?òAcÎ3ÛFaÚOêu+×ÛKª—Fµ´ÆƒXZàR/õêÏèïa+BÕ}$X(ÛרÏtvC ’Cg… noõtëšß·LÎiú¬¸p»­Ýlª•UkÙ1#lÓ&ÉI¡±ðÖâ¨á«)ÖÚ_9P¹QéÂ?PcnôˆF‹]‹õh|Qê ¶¥u(Œ¤ns‹»(¹‹¦Ú,еJ ǹïǽ޾wΰKþ°iôçìâKÕé*_þ`$î²Ê„ýMÀ~ýäŠØ5}|ÖÒg -ßêBwÙV7ÉëXM&lïïªåcÃms·Orcß­ÙýY’ã·^®%©Ùéðõe¾Ïo‰É_”^1–n7û-ºT8ÙT¼"&”¦Ž·”¦áéDÁð#·‹v‡4øtJ¸´!3-|Î0¸Fvǃ¶>*û¬þ~¸íÉbÓûÓÀ†sW‹S½ÓÁÇqCaVh6à#/^ïN}½¶´;O<^ßÙ<&¸vñ^×Ýqb‘;± ¸ú`Z…χµ–Ó*GE’ÜõÔz†«Aš$í“è-XG³ðÈU‰¦)>MFø…ÆVø¥ª3èçÅ3%>ÙáBÑ—‡‡ÖÚºûv`€Èu;Gk+œì4š  4:'“–öÍn]<õ]¸‚>ÿ#îxsvÆ7bfAÕöôŠƒ®Ô†¸>É=s¤ùÌg½OdwNô>º@³½J!7À¯Íy„ ô†»¯u§§†Œ=àtˆy f‰q¼´Í çBúáÆ½ZÌ]÷Ö;åµ9ž -Óntí¸m÷…©ÍÏȳfå]Ér´p#ª<Ï 7-q&V97û›ô„Ž©Ú‚Ú¢Ÿ5y GÓO7¢x¼ñ‘‡ðÁ•¯áÌ`Àa sU0ÿÉõ1~Ìj)Y:Õ&· ðÕ$SÈÜÖ×E?gl†Î4~AÞÎZæ„ñµû?¡oÛ½"±1ƒÙ@Óóœ«ðdE“—v³®Ÿv¢p×®Î[™ÎºD:~MÚ4,m,ÊOƒßLo´™duÆbß‘ÕgíÍ ]N & йÚ4!áZ}dQ5 ìhx­šhsàNÐòÜ"Ë£ýEÚ*Ê Åol"Å;Tc“‰ªq‹§ÝL}{âÍËÿîvâÔ®ŸûƺÂÁŠe“\kZaŒ†F·ñ|›K¼0ƒX¦K8yÜœ Â%"~ÿÛ8'c&– #·öÁåIíwÛ!tþзhËŸ\(]½Îô›]1¤L“hµëë\µÊï;°éB.\£Ý¨r<€G…(¹hÿJ8x|“Ì*ø6¿“ø(=1×ëÏsWãË'ën¥_˜µonuØl61³ŽúíŽÀ‚F6ÃÌ9ž2_ûB®åRPC‹0Ê!ªÉÊH…³»U}2ìU)öa+<̲Å3¿®ôWÈ©BªÊ«<Ø¡R‚ð’¿BêÅ´¢›E©¹™B²”ÛC¹Û$û,……IóPn~1¡Æƒò2ÔÇ^ji5ÇÈ=¿VÒÛ\Œ||Û¨‡Í;T?çÉ¥#Óݸ©q3bܤõú†'Û^^~ óŽ“Ó×\¦§°¶ÿ$X—äºxTnGø³kä >ø~+îþͯbËu}딎íÍ­û¶6̬ûpZ»KÉ”^Éï‘ð_ü~³^XŠÿ1Aÿµï~­f8‰‘]í¸sævæ#ù:Q÷œª^ïô5ÆþqI˜ÓCÌtû­ÐXí‘@üßüêYiýæWÅÇæ¦µ²ÚrÃìßõ¨&e“|_*ÅÒMFVav£¬òc_Š”Ï^[ÆMn²Øvæ§²-ç2¸ØÿÁÿÛLðƒ#ðóvæ‚ï%iZ¥ßý`u=Ý -½ßòEiw¨•­SH»›aùf­=q×ü!ñã)~›¬¾î!XÉí|•÷Q´äo›¨8=ï—q=9/+óä¾0²>›´RaŽíðjèÔ4öš ɰ3cîÒ4H¼ë9H|#^)üÿs)'ßä{ë?›ó´¤ìÅþ÷²³>£dsk÷ÀzTíUâ)ÖÃV!Õc¢%gŠËXú݇dY [ÊÂ(´´uŒù¡cöæØ¦ë†gÝôBq'³¬ gC¨å -Ç]×yOàSÿ²Âá¶ßBÓW?Sxh¯S¯(½2ììõýÚ]ïµüß©üÕ1”]lQ‹–ÛVyÞ°D ^㋈yŽ™Ìéš<.[Ö¨ªÍ'Þ‰›/=buÙéÛý:ðÙçsÀ½ -_w"åò®ø­–™QCå'wl±}…h‰Y5}Æíž*Ï^%ÿÚz m„°–58¼-¬if?úª&Ùï2Ú Y¥Ô}#ËNwúdFÝzO_fð×]@XëSIÊ*ÈO}–,N]xÌ„Õh¼!§¦|ïZž‹å¸á0\î›Ø¨Îy8ýH„¦½µ -{ð²¶³Mœ»XG—ËF¥…?¸Ô¼øJÎty½hܧ:lxuןó «Í«Ü}Ÿ^j7pˆ~Ü[mîE *Â/5Šç5µÓ­·;ë}ìwºJºètÛÈú›ƒéåŠqÒ³J)Lj÷õ$ÎõGþ¹`[ÃÇ>Pâí!¸ŽÊö£ƒÚêuƒ¾e׬¾gÎ`fº÷Il<¸ÙÞȦê‹þ’ö‰.†ûw÷Ó¼åº()usjÑZ7„Ò ¡”õ¾ÚyªJg#ÌŽ^ÎÔàÞ Öm 'Ê©U•>µb‡[WÓ^dXnþ°t®¥HÏÄѬ^‰Öc´¨Ž=æS·Ü¯ÓUe¼úåÇ—°÷’Í–Vß"»&CaŽÁsØX—$dޅ䦛/0GM±‹ºšaÙ”!óŸÎf)ä;ºmTÚû‹ƒµ1zÄ*§Ç¹©í¢Ñº•d¿Åtý¨™ ¹{“·­Šœ–ËٻȓM0'ÛÒB– j#KMt½å¯/xq~V’éòiÆþ…âǃ7ÃÚÎr.*½í /ØØtK˜·VÌ#òÖÑ¥çÁêÊŸÃP+ŽFU}‡QGØqûÀ;‡¨M‹r®OŸ -9Ÿ~Z·Öj1« ÒL´Õäïl]N=»+K¯å ñ—&P.ü<)Õ•TëÊ»æfðæu岎3ìÖ€\«s¯”&“ìNXgãåîacwÞ†í¾vª)¶}ÐEóv_’†ð{¼7@‡Mmyuºª6Òú”¦¼6Ž•¦ -Eekh<×Íäø<4ây•Ó[á)gåh|Ÿ\¹Ñ[x£Pžg½_oë—N½„⮤õ´P‚‰ó9“lBADÑ/¢µI_D‹¹ ƒ‹HÊÅq$¬ªá¸{NƦNÇÃqV!8ÑØ=ô›S,êÂÆ’Ý9 ãZûƒÿÞcðí´.j*níé¶ØíÜo -Q/ë³Æ¼1Ï7ÖB»q¨·ñZ/5º©¤íý‚[{TÜá+¢.ݲ ¥'à‹{À_6ë‹÷.SÞ3›çîlÑúxj8 xÊ8­2<âÕ:˜Tg kúõÕx|Σþ¾Û6!?ãùÈó:ø¶I­\Z#Ý㶉úº¡Ðæ¥Û|U[¢Î 1ŸÑ£z‡R—ZÍ qçm6"zZ„cÿšÈþ2g`ÞmYw_-œ§åLŽƒ;vl®w¬ˆ±æ}~3Ì{šÌ{ƒMYá£/3 âÈ\¨pÐ:;€çbw!Ç£¨·7w¶E®mýÃ%¼¶BY²³oÌÑ6›DËÏêæDê)²\è hVë×ËþÇ3µ6N5k&}+æiCÞs^Vr\oðfÇ×e‰)Î|šr6'3³ÂLgr—G/*5ÝÚ>Sj¹ )Mƒ†øíˆ†°ïœnÙäjIÄdeªÂÍ»çk§•³ZNGv?›yŒ×e¦t[ß«V3ÅÝ&±.Òâ[eTþ’—ÊäÂÈù¢v³@+BX£¡÷—§V3Y¥Ty5 *bEn¢(!u©Q#õ:ª‘:5ô R‡·a†$Z0p¥2Ajèm8Ù­VýmÉYƒ›ié_z ¨›c“i÷÷k¼5‚9DÅM¥ÑF®T½r9‰ò8µD,ÝëV—LtM‡ü”ùö*‹ìŠåÝï†.úÉ‘RÏ郪lŽÜ6„4rg–D–¤’aá‡Nm™Õôó;…"‚ŸÙ§‚Ÿkí~†FA†xNŽÛÒèœÏ|êG½CW™#¶eýds2¶Á™ÖH319Œ>ÕF‰é—$c­×DÜ·Xšö¼|•C}‹­‡¼Ë4#lL·ƒïŒÒILnÓÛžDëé8Vùß©x¸u£ñ Îüž—ä\&6îlª!Néó+vG[Ul½›K²}Œ­ã Óù,ÓEÈD·Mª‘íX”oÔÅš©i¯(¬r§›Àláõµ¼€%ô-•×*Vx®Ž?'¶0mô™3ß2:Ýéåmªë¦CÒ´¶câx>,‚:op×KÏ8Íc/ìžæMÆ5°z핵gMkã‘w¬‰]Bß›K}‡‚¬–õ> N0—uÈÚÞÅYri±ðôæ¦j©¨Wl5ßñ• ¯!í’"d·|‰oÃ<³èz5iºœl%ªúŽ[¤ÕØêD_Yöðkû8og?曇UíuJµ‰ƒ%5‰2òèç¾EÑ™¨ŒYš;¿FÈ¢ÛÙ" -RÎ#Ð2⨇ÕU™u«Ñ§9á{n0¯r§^¯”.Œwxñ´µ5Û—ãWùš9êÂÕ7$GŠ}aUã^i¾Ì(Q;O”g8w (~óaò‚„%Ó¦‚  ­×¦-­~WömV†!šßÆk¤ÞÎHñ„¥Õ¸ïTªy£á­YÉz6j¾ #1Uõ ­è.]9TŸjÅZ–zk„üûj ÜRš;Ú4}Xèócä©f¼2ïsVdhwÿÇöæ“ÆcåoR¡ ÏãwØHkA…Ëgý2g;Z÷($)Í¢fu-ß»UxùîÁ»êÃèµ>¯ζ‚'Ë[ùÒ¹2uj%Š%öÅqYŠÂìq…¦O«ZLN.Žæc½8ò"û~Xöóû6'Åá¼Ûùx^§O-¬–ÄlÛŠêÿßJ§µã&\쯽_õ7RnG¯Ê‰o}*Dì—ËWmƒ•é݉)=¬\½ÄËíâËą́(Þ;Chƹ3(7‰6…Ö÷y˯Zt>_ž˜XnC^¹ª‰ÛÀ\M—ÀÌØeõ1Ø]d>W-Mšh}Oíkä ™Òæÿúζªt89[ÅÆešg"Ç"ÉÞlZýÝ BVCôS9=÷%£<ò± ~óê{TÊm!šËæ”Tv ël­ö2ì§Ûp» ë`[X¸“~ €yÍìy3YŒŸ¼†K$ÀJ1æå Êøeñ3õ ÍæBÅî¸5øý†vÉÊ.(ì"_)+¸¿œÖÐ%t,Á‡^”’3—@B?ý@9Ô¹>O€/Ø\»’aKü€ˆôN†“ð#=Ë0?ü„2D5€Ç¬ ðé6{ÖUb€ëPö„¼¡ÎÒí ¦Ù£@#ÓbÆ7‘]¸f¬ÚÃwoÚ,Ü&éT=ÿ“¦¦·¥ZƒJ -Wkv¼jl£JÙ£?y¨ÅAÏÜ.‘/€pÒ# é™a”Ïp«bCRt×Óï~°Äpñ B@ø˜aôdÇ3l@$Ò‡ÇÇIšÉ°Ó1E]ëÙj¤Fa¤_Ôž¤­[ŸÆxÞÐÙÕHHøÄaÛlšÎÆ>Ö(ðRÅ4²ü½*´¨Ïòùêçõë'÷@Žf/@.íåå òHVùô© 'PÑTÍëŠ/Ì¥8@µ‹_@ÙKP¾ (ñ:úuz%÷(ªVÈpäU­w3Äžùºßn÷bÝÛíèÐTö»X:?!Ü¢O×Ð’¿QCUQ•+7Ø`ÿ )#/¿ø¯Ÿl0ÙJÐï»lõ ný2 ¾~Е+hŠ]wíú€ŒÐëtèÏà˜ -C†|©€¡ÆSÀÐÂ0¹K ЉÆúpëúÈÅÄ/h˜»H ¥În¯]»ðϾÏY "ÍÈÁ±íaù¸gWíÙD-½[#©ÐÅê_+ù9‡:.ãÿ›þ¿&D³wo`¾Á¿Û9̳*‡pµ8ÝYn˜ vn˜Öçõå / p>çëšz…;^5Í· Ž|×ûmãÁÕàÄ ô~CÇCˆ®ã§_ñ’M6Ã@jeÔ×½÷ÿq‘ÿð¸Hÿ±’Kòÿ:¸¿1ܸ¿Ö-Mf€·Äà“\LD!œZ@¸[1søMÛ"DfÞ" {š³ÿ|ÕüϹCý±Ñoäö[O§9Ùx}ß*;+LÔÓ`óÐoƒÓÝúØzÓ5U•mk÷ -ÆE„ˆŠR *•R)‚¢(Š¢Xa…µÞÿ!sεÇÚû;^Ó'Ó$ ˆè½·§Ñy8×ô”e“)=óÀŃ<øÂF~éì½ÊŸŸ6¬>~ -*.yjì½ê1$\î¹¶ðŸ¬^;Ñžqwo~“á.QåΆgMj½°õÝiˆkŸ–”ÿÂÝ1Õÿ%æÁ¯>Öª<¥•Ì< -–ܼ™A»¾ÐK·5¾x9k~ö z| -Ê­ý1Ä…ãr¸K–WoIÌ‘Ïü«æ'ÿÝ%â'÷¿ü«8±I ŠùQG÷µúÚ'Ú­øåN•ô\‡ËîÞØ_ëê_üŸ>¢’ý½mI¥”:/;ûù sjl.Íc¶sk‡ˆ‚íÕúvëïÑ`3ÚóÙdK¯³MªM¢ »¬þñ¯ò‡Áþÿjã2¸ü/ÿê6¿Tßi%ÒswzÆ÷úÜ®ð֜ؖáÉ>ÃS¯TþñŽR¹ò_üãj·פÚ>^ØÙ'=B]í‘h×fn—4ªÈö$sä&m µµ’Í8 ËÊ*dòÚ -å­eÄ—{ËBw£¸Yþyö“°ñb«”§ +K扆­æÄÛ†.Fgi»ÍØKL}vX^þµu¯4¾tœaqûëZýëê?üv¯ÌþÌGÄügÆRn¶=‰‡h}×§ÙVuìW×y.ÕÇ$iŸIy±•fÄ~à ¯ã~®ÎÓÎrTzú÷ÙÖòZé’`;Õ%&YÜ¥ª›c¶ÙûQ­}Ù3šïÖÄS{®+9{¥-Uk£µ‰àÔ^»á­mT“Ok7¼Â­ŽJâê!nrjO÷å|½;JÔåëkq’‡S‘kâG”÷z'ÃÏãàîÓ,ë[‹;çÞŽóåáYo8Øþ,ü4M"ªö^×+ÝÞa—ïôgÓ’Uk-i³Þ?7Œ¿Vu%8˜Ú -\­¤ï&ñ¸v%·óšw~m¹[8scHýpB•ÙiñβÍM£ÅsÕgæ³ú3òr÷Ê2œ^•É7ómF,‡‘]Ï Ç• c·O4˜¼SÁ;FçúÖšæÔq«z»8-·±ã R™¼ø–ÇýÏK¨ Âk–¨Ú¨ )/ÑO½ÞØjí5õZ­(÷¸±!Ù÷^Ÿ±"aÇ,8EGF©žžLþFªË…GWÛêK®–ŠšK¯§ÇmHmÈuš6¸C›6ð¢AðfSÕºø‰²Ýr~·=\«ëÚT %lUµJÅøiÐ<ËÉãþ–rÝŽپú aÂq¹ÞEbRp°ˆã%·^¡ºÂMŠœÎÎ*¤Í, - ÏÀzqRmï°¨ZêÈû?0½©…wÚx˜®2Ií›±Hus´Má‹Åœ< -Ù8ÖKÙ»ôd²·ÙuÈÞìáN;w±ø5}ÛÔ–ÒÍÏ‚nêZ^¨¶œB ‘ŸãnNÊíoYÅ×Ì&úVßù,^„r,e´v§l†{¡2Ï~IAf¡J¹Í`UäУMëêSûÃ;¤ºnK 7È÷œ#y'iů“´Jtˆ´0›ƒ)sÉ*qVü`‹~‹†~ó×NPêäOÞsØ;›>ù¯›* M ¥°ªÊ6©²$ ¹&â.^ufo|:¸ßj~ä¸ÀÌ#ì7),t.²Láú®ÿ«ÈóªÐèw§S6·¶ÉÓxç‘n̈4,Ç„gYg‚ö_‚Ã9¿÷u(;»egŒ½¥c†g Èzk¬;Ö˜Ž»ãýøzÌ&|Øëßn¶[þ¸©õI­ó å{"ÍØFsõd7yóÞìuåÞ‚wfå½ýdZ§a¾š¢ -½S–­Ö5ŠÜN›d??V‰k{jÜféâó:Æ…Gy‰½ÇòáGƒ­‡O¬ù-"ðZ :çN-T>òšwn{4¯/Š•e®R«D·v«Òêv¬¬®~Ýé6½:¸f(®´_¿·ê©;Z’Û—rcW$òB|juè•e,œ“ÏÕJ³˜RG8ÿ&/4^ A‰§ÐDmÜæñúL±ÔÓ01êwÑEqê¡Êú_Zå –P1ß“sñ r:ânsqSÈA7Æ!õLðýâd¿ë‰æÄÌo˜^û0gÛÊã.7$X³õ£½ùoÙÛ&‚q?<Òì“ýú¡Üëâ°õ]ÃÓQ¼‡Áë”æ•æý•‡sEZ.¸2T*4ÉÜ:ö„\¥©`·{uN~†Ùà$õxqQ؇iìrp¶u7›Wlè¡ëÄô¯íÛú”±‰nDpïÛ÷LŦ©õ8apÞœŒ|ËUkÀåÉ!°ß8Øœo•J>”ú©¶¥œ¿ÈmæÕ °ÍÀ3¸¯ ÙåQÅ0@”³ÈC”cÂ3 » ã òà©ð#7ø*Ý<a€÷ à†Ú°™ ±6Õü{¢uÉœ£Žœ,*¨SYÎr" -µwe_eŒü¥ú6YÀ§Oý[Ù´æ÷Òåø<=v !Akˆg1ÊÐÌŽüôS@Â÷ d„gØr€$Q%àÈ:<ËÐËâ> %HzL²ÊµYN|@ÜÔ ZD´à1†Û†šÆ†6Ó¶s® äoHXÍí­Õ¸Ç°ÉÁÄž£Ò L±„jÛ6„ÐûΣÐäVç?0ß¡ ‡Í% wV Èk”d¸§€Êñ_@UüR†(–¨J¨ž=@Éí ¬÷P>¨.ÆdØ€j©S@ Ï ¨IöY„©ÿ(½ÈÒ²äÂw«[t>T¹ÒPjçù^ýüjéYj=”« Ø$Oi¬H”QäLQùÂ;0Þ!ig@éi¨)”ïLdoßì%Cã -èâä hò‹üxzë< èöDtïÓô¤ízu ë'@Ÿ‹ÙŸœ£ /RЛ[ö‹íøè9Uΰkz$tÍÖÚ·ÏV1RÄn-hî{¦'ðn`³:»ÌrKêZ»I¸BAµò‰âeJùÒ³–B0³f€Nöo@ß/PÅ ðß¶`™/€ìÊÆ@užãAõj´=À0ò 0âýÓÿQzOc=mÀ(Ã%`Tî™áŒFh62$£Â§VíÁm¤ÕËX4ª¥EP“wÛAµç?ºÄÇ…Û(Š¥»"°páÌ À ù¤dP Õžü#%3Ȭü¯-ø¯#øWÆ=á` m°üY¬¯»€Mî!àòÎ pJö]¸\Üþ:Ü=Üî ä7ÞÒ€sXpÚÈþkÎBº)߃­Ón+<¾ð’Ýt‘€º×9/±[vïf»VvƒþWJþU‘ÿÿ¬ÀÿÓ!øôÛ=ù·Ã?âmÚµÕdxB¹Þ.!€¿¿% péÃã‹ -„ˆÌ»@8äý¿‚Ø`ý´GH…§´:µêö•}—{Œ£þqøŸ–å|ÃŃ ËùÞ‚îg~ ½OA€ScŸÏCü]8J'€!·ˆÔ+ …a±šhÏbm¿m`â ³tÏÎËö–ÞèãµOú»?püpp°[«ñoßÕÿ5ÐŇºyüXW§Ì•­Å”ú…Ÿ{§—¶Cl"jÿ*xGiwÄ [ªž7^±ùÎê}¿¢dç…P*«°ªPKõɰ‘ö­ð +ŸkÌ“vNžÛ¥R{Nl*Fx2ñN袌ÒIÝ›ydÍŸ±ge6½÷;Ë)îƒ×hw ï\nŠu|"çÎÊxEÁtµÑcíñÿ}6Æ$¦Á`{ënü²öÕtYÌ–²ZlÅQ2OÔQžôÑk–v\0c^azwÂÊ”O<«^_^D·å‚ÆãTŸ|Ç©8 ë/uÍîÚ8’¡Î¸•'ú~Üæ'¾^ê.G[sv¡Éí5Lz]bhÓ”þk]Y˜ÛÿâQ0‹×KZ_Ä?zòåÚßx𤽒ÎA#B‚¦2·áª9K­¢3õ)0 -^ƒìêlÜ«ëI(‡ 4m¦ãV®ù­«ÈGb£0Úê½òÈ*ñº›Òä³ä†Äq™ÅïäœÏ­­A:$ûö)Oû÷I´ë y»¯yL»ªn³°føÌ~ñ+|"¼9Ú°+§µTo7Oä6>ó*7%íWM;ýûðîöùçk侂ÂÔmhþv¾sdå„ -±u šô">÷ZHãnÇ–ô±ŭ»Ûžv-êÄv’:6§v;Äc?µN“öÅr›pÙLç"—a,eصÅNÆbãÒ÷b]Ì®±ÄÐãNGTz“ ºz.î=/öùÇwŸi¶B¤uâÒk‘W£Wø{v<ÃvÂüî6f]Œää,¯;vßJ:¤^-wg«Òªªï‚é­Ë¸ÉõíºáßbÝ|Ú׃÷l¯7/fAƒc5Û)Q›Ëuu{ñÜE´yìé«&È¿¦Ú¡³EʃÛYÎõ'xpï )yuA¼ü –e½b$’vùÜ®u;b_ê╵Þéu×Å?úV?xŒ,F9\€¹YS˱ñ$š£îÊ©>îGw‡’¶ÈR)M95›íU3ì´µ:mmÔɹe’jåܪœ÷B«r)©}”„Å¼Šš½Iô%ÕÙÍeaÎþ¢®¬VóN!´Ÿ=Í~œíx~v³ _è8b ·.ûgÞ^õ¦É7•–ñÓhtú=ý‹O½?°.9ã¬è¥—3Mõ–‘V»¶¶ç6¢U_-3mÃj qµûxÔ•“&˜Š‹Ä…ÞI'9íBˆìñ!í-³§£¶jùùÅlLJŽ¿‹ÞªWCVìØU˜-úó„{¸{¨7_ÓmyéЧÞÕb¯ È䟫²ÑDŽ´.s^‹Æ7Qk5àv;a³­Ëx¯µ=0^ £˜±š\ÄP%Ye¥œ¡ñA©¶–7ùZüdu¥Ì Tz°C^ü³&¾ëÍ‘|î±%(H-ƒÙÊ02¢Nu=ŸæÖQÓÚŸa®·!²ëüˆ]á#Ußæ#¦¦0gÎÐjo=oIY¦¤Ç&Þ.Ï´j«ƒ:‚z°’Ú#šrî/,¥z›õäŸ[dHu.’ê•ÒV|ïÅTùþW¯c¥©ˆ%® WúZc¹x ¥¢¾«¯7X!C\û××!¤Ô ÑTg¾˜hð×ù5)»j½ËÙ]ÝÅ:ƒú6'Bþmˆ»ÎUWzσVB/·ÖîýÊ©ÇÜQ.…®0ú—‘‡{HžDA–ên¡-~ª„õÅ!ÑsŠ:j*+mÖ„µQÜh§ûS£4„_uãÉ—ê•Õ‚öz©%à;ÃãY½Ç;…%Ì÷Þ›!PùÞ9ÖÃÛ¤¿£ôɼˆ¾ê ¦Äu«Å‹7ǰ!é×·¶š0iÛDgI ?gõeä¼ä[ÀÒsçWÄÏÊ&D ±™æÂrëMøàÊ rÛÒ%°ê&ºuºO„nŠ¢Ä&üñ2zò4›dç¥vyÕÚ`ÌøúX/t毶¹-¥ê©ØM”Áž=ȼ›má_…ËrÒª…fA.VÚ²LÕÍé#ËÀsA ԇğŠE§û¤]K³)¯±#+äîêvÇùÅÂ}Bž *É6’‚Ä„¤Öc¤KnÅ@æôÃH[£ÊHá:Û-³—w{æ™ùˆ~Ž Å&ºf ‡ù¢QÐçôÝ"’ËEaoì^z­î[QÆ’s³Ež ]z@uKØ[\b¼Ë÷ÉšWU˜ú ÎW†ê˜}­Æ&h;—ù¦ï€ ‡Õ˜‘k ÚÒI¬ZnŽP—ÖÕID—‹â›FÞO’Ö)¥‘aÜ -Z¥\8äê®ãkŒÚuÏhÍl†EL[WøGOFzoÅëNÒ› 1Ϲqc]²“º•XWá _þÌôáÚ•7îÑqö]Ãi¶9¡x&Ì®\&/×ôl™‹½j±7Ók꼤Ë^ñHí¸Ö‹²»rV‹a“*Ÿ!±ÈCS›“ö ~ö~†“vRjvÄ(ݸ…ž0{NyRQ;Cª -ôÆÚ»nVûXý% ûîY”¿÷}à与CÕ-^“çÚõÆ=ÿÀÜãŮެY±Vª0JýCVÛÒ£×Ñ­AWŠŸµÛà] -GkyHús²gö$UçžÄù3Eˆó—¬}Ï7¦FOñëóvï§Ž_ƒ=_§°üþíÍ2h޹쳳›b‡÷šÞn±Öᔃ•Z‰ŠNŸÆ8Ø G”Œy&Ø-¹gç°ç|e%>Œšæ«Zé‚ÐiSûÖªJáëMt*û,·$©ýÇ$d¥O0geŠß¦ë->’Ê÷ ã"Îçó,ö[mlÒ(L°zº¸`õTF?ʈC??69ƒY?ÿÎÛ¿MDLqqš±^cjÿ{¥™{ý: ǵ«ÝNÌÇ ÑMuõh«H{ø ÍÍ PÝdT Oä¨BÒý E n3¿ó ½n:ös=,ÈÕ'Xc1ŽÑ¯úNѰ¨äQi½£þÀ¨4kª($ÝG•Åcp¬dÛO±¢jfµ¢6&õáp.MÝé[k¡üº©ÛømŒ)|~–£Ë«Þ¿Îü ií¹ |]3‘ÖŽèí8Q¶™Û‘§¤rÉf¬JRO›JþÈ©.¨Ž±É` Ü­£ánÑBóøÞªD§Ò°ÒrÛQ¥X]Ëñ û–õn/—ɼ„l×^±$z‡l¯<²µ$ -±òZÍ«¯Ð Ë.ºø¼kMŒ®¬#ù«^^mTnô&pS‹W/Á-Ý/5¿¥XY9lªe™‰È³8™Ük´ÂÞsg‰ðè‚ÎÕ Uèª,½{©Ò®!Dy=!Ø²Ñøq§#»°«!yå 8 OK=­¾-QÈòY<ÏKH±¯ŒëÅê«l®îv]¬N»ßbµŸ¢E÷²ýÅ Øt£ß5¥‘$·Šcÿñ{C³.ܰª‹dïl½4§ò‘)NÖ[ªW‡#¢¦:3t‘ÿN+¥Ù}Y6óÐÙ·‘ ‚oÐGéh6s%*‘‹Å‹íâEæq…Ûô%x1á‰ÀòŸiwž—rûc>çã_h!ÌÈ?0¤\p‚¥¹)ž}†æ»<”Ï•uô×Þñ±zGuDj¹R™•ƒ!ƒ‰EÔ,ÔÉÎäSîéY.¸Ý §;â&>—˜TnÌÊ›Kè—è~u\¸«ÕŸÀÇÂnìªIþÛi]óÒÑzç!g -CjºF¡Â°9퉉`ÛM€†þ Ch•ath-gØ‹  TyÐ’û•Ï:oŸÜÈü~à,"kwU®ûf¥9Lá]K-ò×cþ¾+1v&½ÞûûUE{aé¹ã‚ \=¨µT†`Ç2Àüz0»³Í~:¤—?ŒÀzKêGƒuŠ ¶™áåÌíf©?Ÿ3À$\{ óσ1 Ïfå×ôm´ö{³unG¢"¼œØnTˆzo­"µ @Œfœ^”s-§`<”-–WkÄN‘EáÑoM eØïœ…—”i†ñ -àæãp‹¼eп÷vÀ‡Xà[Êv>Ò€w/{€Û]ðvŽÊ0mgß§«c€#¯ ÀAPÎðe~[hk»xbª×O,ÿš¾{9Gò·›Ta#̃i[Ý~ÿY¾£K¡~D«Á¦ð$“E^9•' [W€(#@PëùžÜ(n3'@hÞ΄‹•xl†—ˆ¾ÔÄôbÖÎþ.Ìeó† :˜ %ž‚7o€ Q,Ã@0V¥¾×vÀÀRžƒm‘EM9uz W¹ïK«ÖÅ*’µò<;ÒõQÆ¥S‘Ǥm¾ÀÛ `çÏ ×) ñ|Èehm©„g@v¾/@v« Gnû È»¦þèÉ÷‹ ȇ²TþqÜ/ò… €<Å6 ×êÓσ H —tÓìZ—ë–¥$ÑÉêç Ì%†gÖ»E1‘^ÆsÏi¾Ü=¯_E¿™ËÎ~¾%!;`ïäõd -ø@Uã šÉþ_…ìð}é¨ijýÅõQ9@—ö* JÐônè¦~´Q.gØŠ€–´ åÒöGéåæ_@ã ™a)i‰4Ÿ¨¾rÅ5y·êLµÜâl½IŸ*‹§^Ù¦óR‰ÛïA~9>Þ@/¸ÿ·žLé¿úí¯)Øýt<ø×¼yúPÈÞ>Tìß–ÁJ­ªÃ]TÍ(Ãýª÷(ûíCU@õ 2¬³lê$B®UP=ËJ»ê/gò|r5ñâ𓜭}ÆÚ*ùhŒX–R1Hÿ±Ãà…¾Êçvóüw ?zrz~ÿÓ\âǪ…ýÀÿXÿ·ˆd9óÚµK6û?ÝZiØåäا†®PÓûzÌû®€ýp`/Q °)ÒRŸm°’4·ÖÓ™3®å;aŸ>¿—‘ ÷j¥»ø6НI™¶·\å_=9uJ?ªõßæÁÿ¨È›ÿȸÜßv¼¦ðÓ„÷55m±µ¸ý¼ T¿”m ÀüD!„ÂŒùéÞð®´6zÿ¯dÛDž_Ū>!Íï1æë7óâ;7tŒÓ“Ï/©Åç»îO/Ý;C\>"ºš&1W¼%È8ÿÜ›ï÷û¼KÄ'ØÙPÞžÔOiëKØ–^3ÕW© ë{×P×üiÞ‹¦¼X}GÛ÷*ZÔuøi3ð?½Àÿ²…zß;b·‹à+1¢°‹JÌÙ‡ñæé¥Õµãתw“˜¹ôvI³ël]¸1ؤZÃß°[>Xß-i¾ö1mµææ&~õœ$¨Áiõ ®«½VÒ}›[F©´,Ì êÇ; -±‰Ý…Uãyb^?s±Xþ‹ÿk]%†øþ|—Žç£´ï>Wûm­UÚžä2ºñJÙÚå÷WîÇÐ^ÿé«]å+hxn/ÕçÁX&×n¤}ÏN„„o±•ßþ‚óÓº*/扖•âÄ–K“¥_Cúà~fiï\ž±)Y›ú\lOùgw¼‚Ü;‘ûÅn™½üWËÕ7ãñ«Ç?íL¯ã-½g³Sî¬WRZÚ-ÕGå²,Œ•O„̤ü‚TdnXx2TèVT6¤÷¦0ó­9cO]å׿úþu°Nù뢼†{/h<÷ãÉwòYLÂ&µ›@óömÜ‚gùq!®Õ|½üp}½l2|SÙ§—_<¥¥ýÌf±²;BÝßSÜŠ_ß^FÌÝü½ß¶çÄʆôÖ›Í<,Œgì!=NùK’{zûLBᑟHPš@³":ޤ21nAd–¦D\íÿ*²–•ÑÖ°‘U zä»õ‡6YXþ¨£ýÆÉ£oq~úfý?æÕÞâ¯uõ†ºÆá(íÜñÖOc%=a±m,©ÞÔ˜©OVêAãVR'!Ït&P Æ-Оø±ÒYøÈªÿG[m¸¡Ûái˜XÓëÐÆ–Ï!qX¼SïyôåX¤ƒ[eàq9²ÃlŸÿTîk&¶Ý&Ôwœotž:r©š8ÐæZp m$ö¢ÑË`ú¿øgW£íºïZgõ-~nçëØôÞÍÅK¡±úI+>%ÔÈ*¾„ab”!‘¦ç’toöYoÕÍãþ}$…}þÕˆÜW ®Ý iîï\;:¡ÒÍ¢˜#ã§­"Ðk!q¡WØÞ1;îœ%¹»uvתVf]ôºL;ÉÈÀ:6ÿ;¶ ˜ZÝ_i>n$iów„AälpüÝG§ËÐ.‡Y|ñèã47ðè]¹ïsÊ}¯5ç;;7P-Z£µËv¯°)ºvlbC[G«I„°»µ[«®EÚ»NÒ·› ïÖi-Wˆ™NIÚôDWú›\îÕ3îQ72ü6õ6„ÒŠ0¤$è¯-.néëÇŒÊjS˜ -·'6..ShØ+¼îƒ+Œ%ýû`¸v_þôä|§ËlF«\¯o[/ïñî¶saºþþÀÄùdß¿Zjuˆ+nX§aöúI9fš•b&û­OŒ{h, _oõ×ryÖ›¥óKûnñ¢Z½ªvr;rd¯ÝªBI;+A@†´ÒЇ_2é}ç×¯Ü 9t¤¤ÐÎÓ—›óÊg.›^kxYÚ±³ßu-lvê$ãËË:mîUå -eÓ[¤ÉµyÖxPZÝš¤¿¥A[oFS­YO›7^–çû— ½dK«vѧ’–Qlß[åõ -V;•©b‰‘aö{ ôêQ¢Pˆ“Ï[Ͱ¥—¥Ç¾õws”(+jÀ¿ƒ¢5¢·½­ƒ´ÛÕw£³ÏVe§'›K«_wf unÆØ€þ)žJºh¤˜6¿}«šâ#|{UD›íö¹Ñjm˜†Ñ2nš­îUÇSñx0QŽúf©P×ÏA¾Œ˜‡ÌEéߪ_©ýä–Ïýa$Nl÷$6êX!ƒKeˆkó“¤v'-é,zWÄ¡\y¡íæ}:çÜ.µ¸jeoògiL6è\ÿ$ÄVϽ©V¨¨ï¶Öµò­ÍÉ-·Ð¦OüÕî<`TB‰xÅ9nE…vÒ–nÜ`fLÃarÝ}Ìäì`Ä%Œg¨³“öñd{µW]t¨@gëe0~—ŒÙ|4Í©][]{(—a²”kiu*~üß\ˆË°±Rw›úF_„}g™ -øqùäzjnV¨1M…Õ÷WûZ&IL -‹?0I8›'I¸l™ìÆÚ'0«Ó—æ%Ñ&âmÒº¤ÅݧEÜŸ©|¡;©±µ¢¦z>õ­ªŒâšòôžÕØo)æ„<¼g›ÅÏ™‘+—[5ê^²<¹Z8¥­WïÜвx‚§°‚©’I¼è’¶‘§[}E¸£yJ¸>S ªÂœÅÓ ©ãÞàâž5xàžüEp¯F#º'wÜVþ#v«å˜6ÂhšUííqþQ«Â1•Þdߌ–Y^½ÝOlR£šwXõ9a0³Íh1òzµ©¶ö³„^‹”.»‹'… }@jq‰$' Aœ_ލοvL â«áçN¥{¸36®ÞrؘéИpÏkèÛ§è´Ä¦hð hpI±!{á:ŽÞ¾ˆNñ(=zwŠ¿6j…›®Rqޤ»†~Á"þ¬+“÷¸ Ù÷fÕbŒ"4¼j©Ò˜ÒFW[Q»“¹£ðj÷DR5íFô'Ú¿~­<> {æ#¡&VwxýУ:MŸsTÖh®¶þVæ/†¨ÌOµ¢ôÝ £èå\!7_Éßctðºç­fΚ–°²(m-*EµÏ)oé½p.Í¥wÚ×qDµšBMØée5d`[êÓ&x9¾JG$•~çÄ VXã·qÀy„¸`“,¼ÿÑÏË¡³žŽ ¹‹KVƒ˜Ï’ê¯Z »¼Z®¦e­ïÊ¥oç…lŠl†C 1 rˆ˜…û 1Þr1Î^¹?/\­îÙ6&H›T»ÓeŠÊp\Ë®1)GtÓ_᛿爫ñ,Þ ³mDŸt&~—`=€½Ú~€56a„†h´A!;>dñêt­duЧ¬Ce¸ŒDŠl[.‹ ëP,%Æ×*Ù¨”­Ê‘¬ÖÅS»t+º¥R¤ÃR½rË~!Åõ]‘V¾ï¢³h•ÜvumýºÓõå£L¶(7Wë›Ê»™í—z·äïk·øºb%šUµh1¦ˆ2 دßËf,œå»•"qí—õi1@v¹ò±ܦt(4%;¶nÅsÕÿÝë¡T¸ÖD Ê<<‚ - C¯—ž§i¾4yPîi - -7 -ýñúªÙÙÏ7±àûÛëÛª/ºfߤróö°$¡YßÌÙTp^½ªç˜)„•Fß“ ‘¾  z¯R\ìÌR¯Óî³ø3( Cc ?ó½9\o÷ãü§´‘[^jD®=ÖÁ:Y¶A…Ê2x+PA -7Pþ†P¾J2(ïKcP^ w <Ú]º×…sZÇý—'Ë,øË»žàôõ̳‘ž°ag·¦·xNösN€½ÃÄ«,7‚ƒàîÔ*ÜœŠžÏ½Vn5rz¹Òkà³9šl"€ær» â5Ã"PF3tø W Tr¶ö³—t *Oó *§*ñB•ig -*ƒâTLáÙá[7MG¬PP¯.…Ô¤ÐÔ Ï¯pš7î]Ôÿ•½©R.ÂÇ'ušmÕáé -y§È*½,ƒÍKÑ¢•CªГfg˜x.S€¾©8ƒqȰ~ôSÊgè® €~›&@Óí WiÐÝñÐ…F4ªhõ¯s€¶Ý{†G‘M97i·íºÎ+BÕ Äh6ÊjÞf -xn‹>X…iiÜïˆÚí²DsvVFMß/zÕw?ÿMkœ>h9f†•°(»þ°¨6YQ°Øý|þÑ“Ø+C§áLì)ˆâ.À^ì`§Õ`g5°õ“ØflÌ"€ oUL]¤–ze9^nÎÛdsÍNáhŸ-Wß‚à©pÍà~È—¢¯ÕPãX)Ï7ÛƒAœãÉIÎxtÿÔú€ ÚÞÏQÚý zÓ1 ÆÙ)#&å5 V­# ŽáÏ7$!—ÉoY@ -l+Ãjȶg8ß©õ1@6IÕdÈŠ™BòfLë‚ÓÚX©ûr³¹q:¬0X/Ú¦m'E¯ÈgeS줥=ÙÃP.ŒrYÝ2Är=ùWOVÈÅ¿~àykõS°·8UA€b,èÇÓkœP@ÍXP—}P©8Ìp^¸ïÿôqH5@ݳ´–:P@-7Åß>-–Liñ¶”¼ÔÁmS­î–wŒ¬­ËEtV¿¥”g²µË””ä°¦½úg<ÿ¥'ÿÓaâ9‚ÿ‘qIõ -hÁyÚ¾ç=æ1@?V5PÅ™6¨*ç,Uõ-¨ÚÈTýÓ¢X: êÔ"PÕ²Y®êF9ÃW‚†ÚË¢§ Cë ³+âÆS—oÆ¡}-“m&_˜êí÷¿M/~Gó;ß1üZ[K$û÷ÏQ~Ü¿Žà_÷¯–›.0À”q0îZ̺9Ìû»l)†K;<`›¢ X£¸Ék6IÀJA]ÎoýFï–tÿÀµ/\Ô«É”’‰·%ýÛùbDѼÖq õä¿Ö俇ÿ«"ÿÕoÿËü?úmwXûÑ“Å[S7·E& †lPsgP{O%ÀS~xDº‚Zš"€/êžúÿ+Ørŧ´Âð{Œ¹Û–¤k÷^Ö/8d»åÙ‡ýSc;¥ÃtzP/ýy³ýU‚ø½ÍÞ|wö»D4Ž;;×KwÄbøØf›îgKÇ“Ü&ÕWÅ »Û ë{çìùS¥¿\ÃŒ×ÇlòÞ}M1üü» ü¼ý/%ôǺú(˜Øýڽ´1+œ‚R£|ˆÈq(ôéZ¢ÝxqDkGÌcK¯ î†Ý¤½µ¦ƒøeŸFàÿt`=eÇfîÑJº}×+ÈG’¥úFÎË”}D±¨ç"dá•[õÄ,Ð5¯ÍíÊe6'’éóŸ”õ·×ÀOÃÕÛ–˜žþÀ—Ág´:~ dhi”l]¨|ØxEò¾¾bníWúå¸qjã+é*ÒKõY㢬"í+J‹­\ÿé¿*jó¤]7çvI±ÿÓµï‡.:ÍR{¾ü¹Oœ<ïgì¥|›úl=7åïK2ê\;h|‘hʃ[†Õû/~úÛ*ôìCüâ몛Ã{qãà¸ËˆUý(´y„LÛ,ŠÏ²ø2OÔÕ#<é³OHïBhæáaqÆãÊÔ§#|ʧ[:xy'.¸ûÿøW¿­‰ôEÌq$£½q+ßùq[ }½´Ø¶æç1²°6Bms˜¸ùùxhWåä/~íµ¿ö¨ß±oâb¾üc =7Bz³Tgl²¶¦>yî¯þ{,¹œ|ýêv"½«‡q$V/ãìBºùz{úH\ýþGV™‚² -«V&±2´qƒÇ>ë¹ô°îÑéZ¤Þ»3`ŸØ°Ÿ¸«>ÿM¯îk’n jf†Oà­Rø‹_ô÷^¿*ã¯Vû{ÿþ¬Õ2‘ž<9V¿š˦ì#KG¡›nwh£Nß;ÙßsÉÙlö'‹Ç,â{Ûìú÷ÑþÐ÷ù˥Ͽ>7h~>n3‡ä8¡jf•¸Å¡éÇv¯U¡úvÜí-lĶNY¹øF†{ÿõXÆúhØ#¦>!å'Òcôòuº =ýx§Î»8øy@Þ€½™¾_Ãê`÷5!e7h4uç6;N(·GÎ[ž-Ýq¯U²§½ÂÆ[رĶޯ{IÒKwÛƒž]ô‚Ad W:ÄÝe¬“Ÿ*–[ç‹þWfÎ 3×Ù,SJçëV†³¾¥çG=ÒžêïÇ…ñ3<ýàчë¦,÷n ÌS'—oZìó½VáVéÖ0eë•g#{ªÑµ\ê¢'¦ÕIܺѱ«?Ýç:ÄÕp-·f ³¢©˜édº0½ÆakÜÃÇÙð쥿VbA´9­7ËEYûîüv‰ÚHQ“I³šaQ_}ímc–Noåq´œ}†dÓ;÷ýÙtýãéo3š&½ÂjÙÈvò£„nÒNÒ;¾:ÄåY.û*Yô£€™^½@™ìeûŒ "šú+b=hIºÞ,š]-4º}M®Ì&í¨»‰Ú-2÷Ó«3îS÷–Î8p ¹ÝhuëmÕª—§Ò›Š~«y% ›HTæ9> ‹Êg]Ð?íkö™éÞ6:·¨‹…ÙòJ¢Ø³Ný «%oۥɾ¶;Ãož²µ¯¿æ÷‡Þ„ïíçóš\Η4hWFÛQ‡$Û…#É´b‡ã[H*ˆêÖÓÛ*ú°;J2Ž<Å®çòiËîe×=¥ô–$ÏÑÉsqW⚇øÈaYv!>*Ö7ìÏó¸´a¿î_Gõš·n’ë$Ö%],ÍÛ˜˜ÏŠ=0Ƭ¯¿AÞ×\œkyº¼n·BîØZç…k«Ü“_êŽêäTë3.*i\QzèOI>Û;Vî ï†tåUi(Uÿ?ÂÎsKUm‹ÖOP1ArÎ(IQEQÌ9aÎñý/ZkŸµÏi÷¶ûç«ZMk1H“1{ëôé[·Y`22ŸÏ÷Æìì‡iÙ1eB)Ã4²ù]ÝÈ걑 ±»HÜïVÏ™VeWaÃw‹‚ä_ÊšÝÓÆ,9bCêÚ/Œ÷n³€ ·A~:ÕÝÅrÑË­®ÛiŽuŸëlu ΑN]¹M¾ì‹›Aì–'­{½ÌY]¹)›¯ñ(cÚèÔ1¡ðœÌ4  -Ç™Bnžœý ôòÐcÒ´‚Zúz3ˆôõ6¿Ip~éë‹öàÒ4† -Ss{)¸Â7R×R'é¿2m~¾Ÿô]_âÜ&Ó¯æ8Å -²µ ÜvýúÈnëÉ•l=ÐæÆ2ÂþÑ|K«»i7WoξP#7{‘êQ|¦p–Õ ÑÌ[iiziz¶ õ@":wöVÚ~tzh*‘êi>7ÔÈ²ëª -C«õ§)GìéxérºÑÞL•n!ÿ<>'IÙ°«1w™UØÏ„säœábÕ¾Îï%ë1º‡–‰â]Ó!ñ±1i -K½ËÛŒgÈÇ IäïißÏ¿Ó Ó@õ Ú¢’Ù+ŸY‹IgtÔ5É\õ¬V«ªÚ™v•›‘Z(騽ÊOÿ@È}ÄLËæìÊÀÄ2°¨{‚ÚöÅLÝ|>˜€MM¡Ò]]=$sÙºkŒ›gw·Ÿ\c=ìôS«Z ÛõÌT¡U10ÐÌxÛY?íc}k/—:?Yoµƒ{9iÒârS›Ô¨ê•Õ[Û`• VQåçblË–|÷epÕÚRÖmÎ%{&÷‹8]11oŸ5O…°èró㛈íÑT‹_Ëé0k홊ï@Å—7ºðÁz›«‘™Ó"Ô¾õJ7#s4ºWŒ¼Qò2£Ó,.VõjÉhiõ¶=øAÔó37Uî¾P29}#÷çúA¶¼Â]†¤aJ÷”„dߢ8CSÄÃJQXJëH(^؉@µê~†R<Û/ÊÜÎ&ËÜNÙϸc\xÖŸÃM™£ÒÉh™Ï™²¼¬BEhÕ¼æix¼Í6Êû™m0©ž9.##¿[WÒkU÷ôöÈkòzï«ÚþTWºÒ£#´}_ñDB¢É\,¤âˆO¯'aYãÞBIt’kL Þ=ž¯8qšçXºÀív¥:W«íFœ(É;öxCl£%K¬ÂmKÌåNX'άürA¤…PºZB{Œß*UaeËW—K×6Nk7ŸYvpë…ŠÜøAÒëa£¬‹á©Whî*ÝyäÉv9¤\Íoˆ³SÐ 5tÆð¼½æ¹RïÈíé̓«Ý0”=ex†m¼<•U–q–¹út•i3•>£o/úQË&= Ý/Î1ù)¶Û6ט(ŒNèñx~¡ŠŠãH«£ ˆžéX©îà\NŽÙƒ_·É$÷l‹xƒ~õ­I*sXì¾&ú°Ÿtž™í>ïŒt¬ÙÙœúñê+|ë2™í)Ï×8’ò ´*°3¿Ä5Tg 9oS¨qÌt§ka!]Ê¡§vËG•g·†´­A3õÏú©^î8…ßó×v(üÃëøA —kº?* é³€X×뀘¤¦ †7@tL5´ˆB· -=hV>QÍËóS*W÷«oÛÊÕNÆâ6_'í6˜jZÓê+PcÖK2\ãE#HæÈÌ#}.P=ã¾:Î`’­è©>y2`gg¡©¸ñ ,ÚWÀBƒ#@vÑn‚Ü,ÁxÈòd˜Ãìd@Ö-7Á!ù^É™'x'Ÿ:=>™ï“Z¡HµâÒó>Qòk¨LfµNöme÷•sfé­õ÷œ©’H³Í -p-¸Î¶·B;ÖÊ#V$›Åù™zî4ݵӀr\3Aïãê¤üG¨²ØLP*;˜*—t"T.ûJ°¦åÊZ‚©¨ ßJ¯%Úo@P`ìòRœ&8‹ÙS¨¸Â^&ì×R~›øY?%£ånÙÞh­Þm.Oa(Ò‡F‡S §òé€,&ýv¸C9$3É™02Š“í½ƒ4 ‰8 h.Z2B@›­N‚ÝеJP<'XC€¶e6ÙÚîgí0> “)* Yn›`“4ZPõ¤’=}>c@½{¡TUålk…ÖøŠ¿ÒȾè'%Ú*ïÕy™t1옗֕c©óˆ\ÂdVåÒ‚t;FeÚtw’Ô¸»Z€ÞÓy@? -À ã0Ü«˜´6KPÝÆ=ß“×#0f%ˆÀ˜ô0ÒàJÇ3€›áGéMy@ßä†ÐYtŒÛ…0ç. -2–»iíIï »÷ÃJ|Êfæ……¿z-¼¶!bœØŒ>»yÀè´˜–íf\Hþ¹n•sÙÕ SŸ U–ΫŒ–€µŸ{Àúæ°ÃþÇÜìåÛ¢ë Æ3ÀÚ °î‘l¦š¬È´\“?“"4{}LEÛ©Þ)“L‹)ý\°ÊhÑûô0ìp±át›]RsVü5R#½û¢-òP°P·Xk—üV ùVRÞQû²"ÀáÍà„íp¹\-8®»yn/€{LTÀ¸O¶-w·wÔbÀ½^pqUÜJ-®¹®Õ¸. Iç.dkZÀ“¨+˜úòí·Tª„W^Ùnôä­>¦'H¬v¡%SmüVÃáVã?zrgÔÜvû-8õ€¯˜Ï: À—Û[À7Oði‹€Mè–% ¨™œÛ'Ç¡ƒ!§ê@Ð5 ¤ÇK àòG·ð‹àô@7©!%è­–B*è4@É‹žÌ¨´8“lù¾E»ytÅëÿêÉ¿Õ| ùJÉçðó4Æ\ÀßD‡¯ˆ» öŸ­üqK7 òs$=! ÄíLb•Üú@B£Ò¤&6sé*lˆ¬¯6ÆÉŒÃÔÄYFxÛ]\KíâBßDåy«³w=¨Ï†rØœÁ­ 3Í=‚ÁÄîxgÝùØG¢íhSèG\¿‡û2I ÅŸÌ,§‘ŒŒ±_üwÚÀ׺ú5†~_í^ÇÉô+Þ[Óá2BG‹E›mçòö:ïq4J6ÍÝvä„té1=©q?È(À*âp_,}¬}pª”ŒAÄÕœX»~_?Ïj½ž¶nõŒûkØ}÷ä¸ë€â¹ vHg’+ês;t ïÛóqþ‹¯øùµ×þÇ:76ogš»Ì ¢7 ’gí¾5 -ý`ûÙ b6«~[˜ïzÆüÔ3®óÛïJTÃôîÂým²QëLt\èÉtÐIJh'ÓlõIšbÞhÅE3×ò©°üOøêcÔäÆ6Ú×÷p*K'oÕnãÔÙ.þâ7Îô£2~c¦h‹Q¾¦ËAD½ø¾¾¿k=ãü²?¹ -Ýc¾31‘JÇZ³=Ïfzmb–µ|"3kÑq6nL2¦pÛì>ÚW‹ç(ª÷Æ©Q~5"¥•j(×1Qo§—\]ÞÕð1œ°gW+µ÷dÑ© óŸ5ëkÉè„%x¸5xUi%ht¾øÅoÐÀ„ènÅÁ©¸Ä{Æéòîä^…g+vÓ©æ¦hRMní‰QÈ…éHÜÆ)ÜÊy_©·µ}>º›è “¿ì„ÆûÚ¯½‡ïqm˜Eç5xÇÕIÞU]B9WѸðû&‚=W‰khºâ‹¯BŸv­ò¦YÝ•=Ë”ƒt*ûu­~ñ=Ï“¹ž’“+YY7Ð.Ü©Ü[qn~ˆ’‹|ÕPŽ·}]¿>o¡ñ|ÚÐF’Ý…e¶O²ruâV3UtQµƒy±éIÏëUâJ§\ñ¹~µBï§ò&\µËtøûæmúƒø¡Ž­J§sH¾K‘¹%‹×1¦Û¹ _LchÇ{,vgï±ì²_×jÙù£„&G±3ÉänÍ€4?†Õò44÷:TÑÙxxÄn÷ƒTbÿr©ÐÛ׫¼©ÑH9uÊßG:燪-ùâ­ •¢L.SR^%»xÔÜbÛn½Ç¤Uñzî¸^x/–°xZÞàMõ–ŸG,Ù7F…:ùC×Óôg‚˜v=•Ç¥w‡ï¾£õë«'×Ót~š”WëþnT|zX+|¯é‡òpP:µæ³’òØoŠmót,¦!øî=Æ ðL”LÞs)™‹†^š)À+‰ËOʦœwYWwç5×t=1tsq•r¾×sôd7];ÎrïÖÅÙߨfKŠæäÀ‘ÐçÒ‘°è™àü§fxÛä u'%G¬:­ ³JYÌõü:Ö®—¢1ð‹×nÇóäv35m†ùU¿/Ó¼KŸã<º;×ÀÉ%ŽØ-—< Ÿ9úJAÙM[ƲÜS }ßâÐ**öi\5~;Ê- -¶ŠšÕ.J=+M…Kó±~ÜÌ^à‘¦)ÀV‚cÇ4ÅâÚxŸ:§ž¹oÍj (fÖAäAĪ\HM7?Ysyt=ûœÛ9_Z7²›æ±›åîÇ¡³ï¾fNÒ:Äöi„lí(Ëž¬ëN¸YíZæm¥fö† Ú4ýµl ·wÓpºZÑHÍ(ã·Éd+«Ò dšJ{sSKf^/™(ÅÚ(ÁnÕÉ -d£e¯*Áo÷þI¼,ŠÆPSÜåväÖ%¼cs-;»õl'Ë—õ‚#uŠÝ$J‘uó+]+½­ Ígµ53ÍW7þAL0˜íŒQér1R›Ë#3íЩ öÉôbY‘ÒÝ5ôÕõUÔÙ¼i;¼?Õ„Òó¨™2ªÖ§OM­Ïæ5UöıZŸw7­uW!ÃÁ}ó¬lŠ‹C©í,É56i_¡6»o”§ñØì+(8¶v{Ö]¸:æ‹>y¦Õ«Æ§›ÒPú™™bO2xÛ^¤—nm›¦µ£¾®Ï:{‰!m7IMÄhA=JÉÙWkVT®0)ºkMä¶8ÊF‰E¤7½JKƒ©[“Þ=OPÚ7kC˜¨¹âüU[CѬvyo>äøh:ª+W¬ÇyP0ß]Ú6íeœ1Æ›(ÙŠb=7CÈ“rºÔš‡úú·tÎÛ÷µÚj?ÖÄòc¡6èVUzâY¹z…—¢¯DîiV6îI‹3ôWrÈV(Áh$ºzv/¢û5,ÌëyUðèTðƒóR<æ>½‹”͉¨zQïåGêÁK *‹¯žìœ«ÈzÖñŠéÌ -yÃm<쌗öô´/“ª¾i©¶¶ï©Mé²eÍP¹Îœ–’&œžÜ‹¼ñ"'—ÎR©x/9ÕëMJ‰$$º‘JŠ˜É‚yd²&üJlõyÿŒìx¦Ù€¹`÷’¹`¿ -¸`ጹ-¶ß5Ò|LþÖ–:fþPÀáÜ"'°^?¹+;ífãW¨ÅNz>½r'–þ TÐìAV£ÓTWnêÖ‘Ÿ™UA6Û²äL¦Uqʯ"Ñ=ÜzÂB~Ž…"̯rãøUÐ{ñåô ç¶RથÀúA8Þ—Ùz•ë²²ÐZ1çy1M 2›õ™f.5dšº³®›õ!Q© -γØeyÊÕY¹fö­þ³Ü0fÈ®’^§è¼^­G–&£@Sn§¾,÷;Ùä)&ÙŒ8XŽˆcÙ‚P,æË|¹’©ò,WLöþ«öVsN(b{¶¾æo¬Üª"ÌE_°L ã ú^ôŠt—Ú´èÌF_R/wö ¸ÍSý7^L0MŽÕ?c«0Õòñr½¡>½ÑÚ»lŸ˜ýÉæØÊ62ˬ¢ïòp^“Çž¥tÞ[M†ªYIœÉ/^Xêw…_›wƒgG¯,Wãð"{ ©€•ÏT¹4µîÂèH~Bßg5Ý­/´!±õ:ij0Úꔓ< -FÛMr¼@dΪÝH¦YbÖ^æId[î%8Ä5õ¿yež…™ís"xÏmC%ûÆl¬}ôäŠ_+kÇÅ5¯Ü÷iK†n}M,”I ¹%ÇíAWdOHWg•ÂØfZ§u~¨kŸ6:»õ. mÊŽ©û™%9aêG2w;¼I´ËÄܨ*Dá}Èý 1J×ñ8;Ÿâ¥‡xÁéÞ†Æ6r)‡Ó%¶—–£e•òLâ›v’_.û¬¢m~…ïÌò×õÚÔöÕÖzâÊCÀXbáXÖø½ˆœxnp¬r·“>™~ĺL½·z†r2¹,¿jEÒµ‰ÑË&áëA -Ð ÉXé7ªwls#X0¥DŒÏWô€'½T84GÈ959 Q7#ªx2Q Ý5ÑÐÍÎ’îbW&ñâ w{ºx½wôîdö¾ÓãU×"\ñ•žžtˆ“lÊØÒ¸0Uâ äÖ Öw@œ9,AWÄE($X´±1“O'7žˆZ!Dá8ö°¢…椭p·F±Í”•Ô¯ì­f„Y$#åWLÆdy³ýX«“, :Î ’ë\yD<œÞHàm:4 ƒ©ÈÐ9M; ÛM ;¢“ 0M°ÜrŽ?4H@.äË‹f K¾ÿÑ“ó= #dÎ2»kRÏ.óeGœNÿ~3óþió+|7WÙ¾b ÆMqYDk¼(z>Ó}®ò:gm<¨ÖÒ¨Z¹ÊðHKs h/(@)·jM©¤(Ç1å󀊮e@”(A¥Ÿ`9Ô˜:$h@M 6A9ùò4ªU£O€*Ä$ Ì’ (KëJ>ïrõÓ:õÍ÷Nº ª3ßèGÌÔ®f ¤Ù¤Õú¾Ó©t™š\¦¾u^ªÑv&IO$¨“$špd@‹í  }Ð]t˜«º7hzþúY}ôäCÿè#žüv¬'¸|:€ŽƒÐ#ô8ѽº¢³€ÎÝ]@»‹ 3îÉéVk°9ë5®™J~³Ó•4³TàBfôë÷VkˆN-ù€`ÍjröQm¹ÌÂã:m€R·­ºÖÓ½Û€¾_MÀp¨ Ý(&ר¦²n¦÷³)Îs]í›bî š8`‘”’ J¾ü€› +À,„÷GOîï$À4ÊEÀDê0þãnÛËRêóÞgGµW$W’çg¼ uôè6ÿ5R£­]Ö‡Ñ~! äm%…ˆÙ?zò¥á–—¾¦àžü•qH °ƒL °Ëú°¯Ûp¢y\aþ\O¢&;É“#ÏÇ=À•¬=àì8µ“›‡\€}´Þ–«Ã÷vo]m¼/Éh9­[Aèd—̠דtcØA¯çgÆ‚—ÿ§¨¯Iù?zòG¼ý:‚ÿñwÚÓˆË#äð¬»|6>¾%AŸô†Ë„m˜@€×ÁoŽ—#ð{' øÜ|¼|COYXiðÇMmMчXñ˜#ûhä7©UfX3=ÀÓÓ(ú[ÒôäÿoËêä¿‚ÿ#ã~m¸ÞõcÃÕ¯@xÆ…bçhqV­1Ä@ìÅ/ .B ˆËÏÚè@l\Æ@ôëW –eÆ(o–Œvß=0¹ð’ >Z9wzÚ®ñú»§ÆãdÞù+qÿ·žü+Ýþw.ðr>[ùŸåÝþåyÕ?+©­ ›eÈ})J°<ˆ Ÿ -:P€ù|^y¾Ðø Ô[ˆõŽjÿ›6ðñ¯^b{Ÿ72ûY- gOb/«Of'wTFSoÄ—Ú6w¸WÖ¥G­² -@¡ï³…(gvkFw©Ä¹á¢ÍØ“ù£j/æ=¡´™½¥Ã̾ÖnÓIzOÑþ‰™Ìm%=!&ƒò8ÎWã1 ÈoÂÀ'kàq[™œêkü_‹yå–üå$vÖ‹ƒ>)Å»!e¶.wߢa'­®„Åa -PKeqàúz%ÍýH ¥Qf7ûÖ4wo:“¹Qw'…w§øÉƒušå±Ÿê×F›|?øª7Ü—“¡¸y®‘ÀœôÑþõsîÛj\í=ºÍoÐ@ÏDÁ­«ßdØo…[´FF«Ê3_û¨Ö(Û\´Iy8ƒãÑ4w]/§h:L -/ü6¦Ç—ç(@ðpï]Ñ¡¸:ƒˆÝÓýk-fûmqÿñ¯n”^O=¥ÿøW 8ß…‡¨ß™8z£ƒNKƒ$ùqÙ´=B~¶‰ø"µâò¡Ñò¹p`¸ÿ‹o_{íj“ÎVþ®?5!z¼9 ñ©3ˆèE± ŸèÕT»¯¥Oô*“t°]û‰Å‰•Út\ˆ<´ç9ìÜöPòÖ&æü«{ÚÇ¿*£ý«Ñ¾VU£PYS´õ‘ÆG &óúµÇÝëm‹ÐëmjÖÓpfüÅgU¦äÇWóþÖø4ð1†~­«ÝwôNu&™ÕA‡„Ô&¦Dºçõl2«*•š›R¥Úä6µ(Ú­N$ý_ÿªriLë×VwYoëãM²ý±<„=sy Mp|Ö†Ù+\sPšªN<]ªºdêºU«¢ëÎ$˜î;ðÇ -<nüÅ×ü=€Ã{‘_­¶=·Ñssãù»$ -Y÷ÒˆDï]¿FõOœi‡ •>º)#4Þ)§6tRùš“"KÕI«T“–>¬¢K> -æ%µx´9ˆ7­ø¼·¬Ð‡öþû&™»œ!?L“ôGM÷ _|•Çyé4<¥([µ, -_|-ÀÃ}§¾y°-íí§êêóê>;ª Íû¤:ɾVUtŽƒ¹§=,¥bÕ"+qyœÌ’*ôn,•7µ¥VÄQæNÇÕ]Îo¯tê¼Ê¥ÈÀÃâuˆ7‹mGx©5óL¼¼-¼—‹{ákIÃèOÓ'i% -ðžÛàJæ'õ’– ¢'wåG ýÇ=wõ¶’ÔÐíóU|z^/ü¼ãïëû±*p\:µÑ])J‹—’ò´_Åk߃‹iÈüÇ8 ¼^.â -ïy(†^[-8äð³6:¼Š¼ËÆyw^Û—]O‚¹¸Éõs¾VZæèûîšÝôt<Á%“ ¬~”åaÿåS)$É|eï¶=Nß -“cWhWèMTMêbüÒ©¹õ~bÛ蔼ÇpTóÌÔª]æ·ƒ‚ƒ?g8&×y—ÁvytËŸÝyU½»ÄQzåâFÎùJËÑ×"• ÒE.Ë=›ŠZ}Ñ ­kG¹gÅV±tǺ.z'd»„^­4æcËYæc‡÷¬Žæc/€ïéŽB [Õï2¬0¥w³­±²÷xçÝÂÐ]xÑÊäÑuÃq=nPÌÅáø£ƒî¢ì¦¹ëdí>üA²Ü™9¡ - àû4b¶Š°ë:“V»`Cæ#ÎafÏo°Æ{;PŒaõbŽ(— øÔìd&Ñs™q5ïžA€MpõÓódðÍ /d×öl.é“Ãgcµ -(d6*Ÿó¦gΕ|>/ä]rÝ0sLá¡d7QOÊr·¡î„™Ø±OƒMÁVá}Ùj»ûš•ÆM³W¼vL“zŒ÷À[¯o3“º~üA2®\¸§ç­J{ú„ÔãÞIÒ}K´ujT´ÍøÞÓ7¿Ñxìk<¾Hk<„ ®ÃoòE-tVåÑ{¯u»•/¨‹ WQ‚s K¶}aöŸØ5ܬ›B -Vš;ˆfÏ;ëÆ{u³ ‡½å2“ÚÍ˸&d0À×Ó^Ym§IÖìëñ=˜êŒÆÚ–ˆïïïêAãQUê:œrNne¥I%ùVþÌ÷å{Œåô<óÓ}H”ÓõNAzÊ·zãBîoUüÐÙøŠÓ˜Æ¿•ÛÍÀiì—yëÁ&—Ê`ÐÖLh‹F¶7¢Ô¹ÎfÜ{QL/Œªž&㎭—™ŽûƒèÌvZÒª™UUã_‡†Z·mUf°‘Òìð EË8;¹³ or¦´E¤þ ã$«ã⟗ÄlÌu„ÓX 3„z ùîXpSóôuÞ¾^êä~yäíqÞ#ÍV6´‹ݼi¿®¦‘ÜjZ†ðžIßV®3úº&zù-sÚŽdõ(Pº*d[¹”òEÛä}¹Ëç«ræÙiIƒât ÙÔa&ŽÛ ÙŠˆbÒU˜-ʰ@È –_^±4_jûEnƒíÛ\e Ç§,_ìîVQØÝ](³»]µÂbx+‡¨¶ö† qì2,ùGOl%o`tl¦ãäJÑíóž…­žè¦*îŒPZý%'wÇ3Yzs»Œd‡GGŸyÕŽ%aŽ"5¡0—Û|,eG¼:1O'.à°7ÇíóšS• ²ÀD9/bTôšÜûôµ_xÐm›–è¶²,Ò×Èj×ÐÈ»ù‘Ç® “+1þ -ßvzAUÌT-—ÏÁÐÔƒ5¦ªg¢Ì+×DÉE•Þk=%Ás‘]Òà…yÙVbg§Þm‹Û Ky.pZeŽgÖ 6ìÜ{¬d°3&ùöŒêwîôMƒpº}ÏÊÔÓå¨> ë”9j'íªNÜÈác“L -¥¨Y%¶êµt#ÙM~Á]GÉ#ÏMË¢ Jfq®¾­û†&ÝoªÒQ-^6;JrÆ9TÄ -H ýÊ3Õ ÉÇÏ”«ÂœÓ‰ž›Q—œGßJv•î(­6ªŸ‡Ö?eá™+Žc”EˆH¦n–ML;«‘7’ž;Å|QöX[ë"-£€˜kñé¼Öî*ÜŒMY5ÍlvWÎP áj‡‹c¨š±Ue+Cq©D(š—â<™×É´‡2ïRt§Ô -ª?î”UÙ»ähõÉl_ŒHÄ* ˆ4Xù t&ðÀ†ñâ¡ËáT2±µR°òõ9ÂØªJfâ;‚¤1¶ðp±r¯Ò¨KìZÓã:·MZY;t"#?›•ÓlðvÕ‹®òËé(Rv”µD+$Ïúä;éd´ ú 3¦¬ †“ÉeÃ’È\’~bæ9i?û¾löŠxIÛÔp¥{Øzž›cÙØ£ÉÓæ…ÖZ6ƒƒ Ò¨C¥Ôå’ï¦Z•ó6Õr;Xê2õ-D¾½ƒ²´>\¾i'Ù#-ëP’1¹ønøºp8¹Ê½Ç24­*bºp|…Ô ¶‘‘¯¼@ æ'™+O^D¡»@ð˜8Ó8í߬r*ÆuÝf‡^‰Ra„(Óx˜j‹ðêIé'û -?¢9÷4Z†ÞµBŠ—²WÙdq ¡ä2~+¾çkÜâ’_Ò•s©yC3GYtÅ)ùšBMròëôÌHÈË’…RnÍqµ¦B2­ãM®±·›†ÈÜyóÄãZðÀ§¡aµŒ#Ѡ̤npUL¥Ýº?±‘÷‡l–°*4ܨÈ Â˜æ{à6ˆ7À”˜JØcº!Àa–àùQHÐÇHèt‹/³sq×Aiew#iðu|ÿ -ßz¥“aõ [–ùÊ|̱ÉUOÑ={‚QðA… ¯¼cAì>u žðs¥`0¿ãP–|%s10­@"Ès¬°½å$èû;€fw’`³ØÑ„$Ýv*äß#€ªK€µääƒ6–XúÞ¸\¾äD™^Zvô3týÊÞ?ˆb샜”» Á‡e… ¥Ï´kM9A„ ŠOaÛÂðÊŒó„ûëÃÌ@ý ðrxóμÅ&}I+ŸI0rÞA§“`>x•8~ôäj;ð|³6Î<´’ÏÍÃàr=ù”6Ͱ@òÙ¹fßK]úé¤Óý¾eGrsâ¼s0ùÍ&£±Ñj,ÒfL0$vˆ¼\áÑ :A©Ì‘yBÈ~úC€ _ d„U×Q<8€(‘E@ØN˜`Ò„CÄ 7@daZE„Ž—L€àÍ#ÀŸ7àÇù'«í–¨ÈÙ6ÅùâtòGøÞÀ¾49»îדÎÕ1Y§Ÿ»–DNo(‡—/>‰{ ž22EʵnI…½#ÉAÆqÈ2€xöe@b7ã£Á -’ ÈLXI°iR$F *›÷' ¥ Hò’$U I3“û; nA²§31Ù¿îq˜ã£9Mótð¨öÔ[~PW@—%lä’çKµ´u˜»,d¨ì»¡àëÅ•GO¨G§Œí -ƒÜdü$C€tµ¤¤ J²½¹%Ó€¼9 R½" ˜k PšÞÛ˜%¸Åå@‚ËWéŲv‚g¯hÈ·þäé­r4«²U\Øý\á`/s®×½r_íTwͯ1](Ͻ´W9Úα&QºU4ô4Þ‹©ÞHe w9%¹©~ò-)zúÑ–W4 |À*’@ }PñÜ4@Ë€&í ¥ñÐZΟ@+Y Ðô!ùã· k@Ý'0 %P ¡¨þ3éa,ÄT¶”^h©>T^™Kû+|sÇ·ëÓïú4O’$bcRÃÐS`Š.’\R H3ÂQÙT@¢ˆ;ÉzöÎz¯ý¨T?,wì&-|"ƒ;[ÀTÁ#A‘Lþ¬¦à—ã¡}À˜ƒÃ?Žà» ’®$ôÖÛË2qH×'ÖZf2MFéeGàÖ\ÄûÂ^fÀn²7ÀN°Õ¾ ؂٬  ZãNiÑ7ÊPëÏD&½°·ݦò3ÄŽ£ªŸ‚Óµì¿KúVóWº-^*Ÿ­ ê_ûí¿Ü_îsxÄY^‹/€o™Õö$~“Ë~r‰ß©Æ€ï&ã&_;(€7ƒ2àez xjyÍlÊ…[Ò[¦Ýp/- -Ó˜—‹— ÓÐbR”Æ™Êï!ú—žü­æ[È_ùo8ð7Ìá«ßþ—÷ã¶5OÝÖ¾áy˜¯(@ìRkÓÍô>Á¢51¨ä@„_1nõ—~®žJ¶Þ> 5g±eÞ´$¶=Fú² Öí¯?ù[ÔWÕþÖóŸRþ•ãðÿPpÿ%›þI¾-@ZA¥…dË™&®·-½aì -@.—‡@æÀ Èh×2ï6,•Öóמ>ÏÔ¢/ì°£,`Âäêú¢oI_Mû[Í·¿«¹%5ü'½áïRnÿÄÞþINø†&|òn¶­i¨võÝZõl@@½à:Ш[4{³ãB@K]ÿe]ýã¶ýÊ¡—˜»ÝÏAŽ'cIôiƒÙ÷ð±²7–w{;áǹMáR+¬éžQŒ÷Y´ô_¹›pþâhnæíßu³ìË~2è§å2E{ÝăÐë8Î¥Sczñ£€‚s£€–ã·…Ðá¾JQߌþµUA¾rè¿Ò>y¡ß%žöWœns»x¹ÚdÒ«7ðNq‡Ï:ŠÕS }Ç?/5R3¸ÉrÓÜ'sW&ÄÑÇ>üÊŒé)dì•Â0¤ñòàPá@9°­~[Ö†½G«÷zúöÖ}÷¢g¼Ür÷=Ìmߌ'Õ}t\ܸþæ®~5ïOÚÀÞ˜ïûëXÕ¾ïwφêM'J2"žhk[ÜpL•ùh“+l‡{/wœÊúu ì”G¿-Šï¾~J§~’ýW%´gÜÒdw˜Q™®ý2…ÎÄ6•:1Óí¹dÛÄ¢]jùÔ¼Þ¢7Ĩð…]3tªˆõúoÂÀgy¬hßdV_ëê×ük]=e?.µÙf~W :_l¿ÍÝ•^Oz™=ã"ºïV6èõz³ ÷:ý:ªŽÚRµ‰Y3nùDõ?ù«S“Û6¯Ñ¾ÚF¡°„§Æk(×]ÒõÕ¯H®ë/Ö {v¶X{OF­Ú{êlB™«µ÷¼%8öáƒî7½ö7 -ák]ýÚB?ÚS{nÓ×–Á¯æ¦(áMnmrѾ¨u”Z ®…F$mJ å|­ÖÛÚ©þg-ªî»ïÇà_þUáÖÿ¬Deß‚¹ïC±m“•¸z’+ô‰Ë–7Ñ Q¡Ï‡[…¾ã“;Ú‚¿X´ #û4ðYë«á5¹•´n(Çæ¬®_«qh<ë‡ÚÐêßk´ƒkŒ“5x"óÕ‰›U«èÂJeY±Îç*q¥˜œ—ŠÏUý -½¯'[ ;õ2wî´ü}s1ðCí<+z`SR“çE±µ ï1k2^ÏK™Þcö¼ÇR½GŒ^ϧì/¾1½GHC¿Zm$ŒæŸ÷÷{»~ÕEŒVàD«â3Ä ¼©r³r Ø›2w¬,_þ¾qJùâõ„—Ní]ŠÒo®¤¼P©Ø¶aµ˜†‰Œ÷˜pɦ\=_x/ôRaX,…xÝèü y—OÜyxܸž,?\â2¦]âZÌåâŽ;ÍÅ]M°¿øªòßÌÚ¯³öëZ­Ä¥8,sµüUBKÊýP)êïCÃ{Œ@×ëeùÉâ™HzYxÏܤ±/§û×üÄŸytë¿Ýyµžr=¡O¸ÄqÊä|e*äèëVÍn:ÀÊr/²à„¶Zu$8ìÚ‘/ì(oßm¿²¶J¬K¶Jž?Òu]„4Ño¤ÄWóþ­ñ£Ö–"mZðCÁ)¼'G³/ÉÔqÝʺóÊÚw‰ýºš‹Ã{3çËH/G_Øq6ЩY–{±³ïi['43‡Ä‘@þjŸFå§­"•d{³.n¥‰1k>â£bš,bïåŽØlŽÄÄ|î= øâÉ™IÛnd&j“ zÿžî¯?ùkû-EÙ•÷-.9/èZQsqm#æèS›Ïr·dÄ3¡nŸmÛŽìIÞVáo]'ךÕvß‘•Ɖ®Ù+Á}Ó¤‰±ñÞpscèk>èṳ̂^¸f\¹ ÒóÖO{úCøAô¸ÏºoÕJºo#]ëm3eSÚf–²´ ·µÀSßCYuË­žüšgžêž[„Zf6xŸGªšœ­Ê+Âjçʨù˜W)³çDã½%÷¾1,oMÞm³™Ií\ȸâÓÏ çT5íi ž&îXK»|_÷ sªm†I 8áAÝO{w5ÌßPå“\‚¶¥Dþ»¢¨li _w¯ƒÜÇ”|=Œ¼D¾¥v=]ê,*eÂè;-µ–Ïw,/[Ý—,»¹«æ Æ8ì;¤‘jâ©Ìd»†2®0CÒóÆšJ×5§ÇíËguѵMÿejdÕýÊ«¡K%³WU„ªµ¦¢Rù¾Ü®”§ÒcßÙH½ðp•LYFÅ÷¥)ŠÃÖÓ´Šðó:Mº¥ñK„ß5ULf¥Gpv^¥çYµž[7XϾ¬tË4ÂÏCö7>½ÌfÉ4•¿#zÙ.¾tf’ykAZÒ$¢jX!Hå´'XE5iQ¾E“ÓY1#=Ù\Vêí*ž’±C»–˜Š^CÁ½SK›U/ü¢°Kžb|‘xž\ul®ÌÞ®ŒcÎ? Î_Ä,糚/ÊóoèE©0[›@žÕÝ¡¦‘k›J:+^ç ÔDz†¨òAx)r}UšåÙC¾u»ï伤ßTê;RÓ!#f…¹(¦Ž{MÈ'Í‹€§P—_lõ2Oe - nõ 8¶t\²;F8³B§–bøQ`ä8ãЭT³J7ïä˜Öº“+u—ÒL‚8ùƒ¤-‹÷ÚwãÔ¶æ(óuÁ´{#C,xE&§žì¡´ž•”l”/OiÐm\%ëmœÅ±ªßE$/¾…üRJñKÅ$yjârÜÚ dŽ=´3ì®>Ïþ ¬JÌqC×…×{ôåÙZкµ>RZ)#¨q䛿[äàX¬‘v醽o0Ç×H^¥{¦&ÍV²ü¬"Œä¬K˜°¯ïo Ž/^ÏÌ™ ötûŒ­©Þí¶%‡¯Ã‘LùàA¸[à Aqï¥189(ÊØª4JÆd¬Lß<ŒÙò!ZÍx}”Íc¤n¿/©óÖASÍüDJi„˜‡oÃA îhÂ:Á …o•¦úµÑçI)HM®U5Ü·ò+{«ê»#ÉàpgÄ›j^úå”Öº%…<É1œY„{h@dmÒÜY“A%£ãzFq @)ˆÅÞt°ÈmµtÇzöÙ Stè_á[É8UIB¨%-=ýN—XY!îôí1•αkhø¾oVì>[™A·Â`» -°û’ØQX6ÀÑ©°'ÖJÌv¸žvôQ€àä+§Aòé9›ìÁèvX¥ÏÌu -9aµŸZСÓJsj¥œ<‘?·4¾-ÒB SÏ™5†mìP‚6&.Lºäãûÿކ“ç9Õ¡êhä!€§Ö[€køàYë ðr+y2î4Àײ” œI°p~e>š¾ñ» ®1À§ö-Á‰x·|©‡T,æÉsÝ}Ü–4€Ó›Ê7æÛ(Œ³ÍoÐɯìv¡tee.$[“Æß$•Â\_±ðqtGÞ3Õ©o/Ðè‘?¼ í¾’O€Õ È !QÌp€è÷5@,n6 –R1AÔHpbhlþm繨(Öuë+ð"–ä$(Š9ç„ ³(Äøç\ýYàî®ÝõV÷W± mqÏš“°N&€l€¦C€jáWZM¸´-î¼ÊáÒJXÍŠj)Ù…”Y%÷23Üm¬ùa|wÌ´°W£RH*tfÉÚ E_$œ§:!…GpÕÒ¯©àª:„ï¦kH¨] aÂó“…&è¤t‡Hz]-ú`t>Ê‚7Å5 ' ÐÓhyt¯¿R{À¥9åè|‰t!W4Ž-ÓÚ]&äÅs{Ä"­(*¶Ë,B§NY^Ô™8;ë¶"4YrCDø.Qèí:Cƒ*<ã@(óh" M®ª‚pj´»dƒ8aÀHB0 9˜…]ŒéÆÍ¡Ü<ŒÙ¥.€YmpÀ¨YøMÅi¦Ó€Ë+¬Å &³…˜Õ·2ñ!wÆ2n¤í÷cyÛÞ“`(Eo­a1{P:¨nÇ„äElß!!ÏŒLîÄ}rp?jƒ«`#Ó4`+÷`µ¢×0x5Á¨Pš(ΰÏ,óÑ&ØntkâkÀ.7wÀ޼~}€m‡€ípF2œ8¬¤ë-¨Ä‚HQïâJ#tÙ_ËŒŠ‡²d»\O Ì $ÎûásûH>M¤û¨öý[¯(ø]›`½zþ·UÜnçõtˆÂÓEl¬Ð@p  jÊ BE~B‰­ BB. C À]ÀŠ™èãÎZš`á©XIV¼VÚìbæÔà†[’,Uâ“`[fo§ûï"åOæí®Uùhæð—ƒû?þmª9|ç°ü1i!dÝ€ÐjÐ^µmÑ’€Pª× -΀@ŽÏ€¥hÀ; ø¥ÿ°Ù%b¡ûMDÂíZkÌ=ZŸf‡&vÛžKÀY©’é/~²_“ A·înævö?2Ëp§iwŸ,’Æk’{±š5ñq)x¢­èðJ¦}dÔˆÔˆÝ Åa›Ï·²ØVÇݰþ ÑýØcTêRkÍ7jýªÕwßU¯¼Ö÷“};Ô/h|w]½ËtòƘ 2I‹c5ÝM‹¯U ʳ¥h…`od”/û½LØp_.†üþ¦¬NPÈaÌìÛýà¡?ˆ‘ç~Ì _{J2ú’ï³&O³ÝP÷µšKÝ<~)vÔZTîà»å¦ O3X[ëìR(7jk]vàw]õŸÀügdù·Èû·Ÿ¿íP¿§©’N}»[º÷‘1ÖÙ®çbÏŠ©^â&æäiZ,ÉéW²Ö]äÅF7&;]dïwÔrUñû¯¶µzc ¯Ä«¬¢·ŒöâÐj¶ÛÜ÷Ñ`“w“\CN*)¿tµ>Èí¶õAü^«oñJW¿¾®z^í?nâŸÌ:øf²†kÑ*Ç}»J(ñ'”.Þ2š]ºÅ»¡f;Ò -7y»mXƒQ¢!K“t#r]åëƒÔª\=wš;¿tkIä9ªÞ×áe5CfÊ¢Þs*ÈþŒ•ÕN6ê¹£´U.‰ çKݪ/~ °_ýûv=¯ö]µêY¾Úˆ\„n}H*õؽ±¬)™¶E;@¹;ÓÂëé¹£8T^WUþÔØ´ÊHeüØøûN~¥Qd¯Æ °ŸàËÿ*óÖ -þuÿx’—K:ÈËešÉ[k‘õ}P¿c­×‰L&¾Ï؈8×ZMI—‹Õ òÌVòÄ6[.1›Rß]š%­õ ÄÇPšËujnŠF¯gÙKg_؆§B;1v -ü}yË[Sý•—3G4g//´ÿ>κZ8‘UªµbænŽ[™Lè:M¿¬ü.½¯ÁôëŒÒ/;ªC¹¾|ñ €?;¡ñuÅwB}´D]±°´yß `yk ö‰yNh0²,Yj¨.É¥h;fëÑ^lP+ŒcÓóîFWZKS¼[[ÌD1y]j¡H>¡§#/WéE^×Ä6²˜àXd1   ûþu'H7Ëká–/tD$žçˆPzY­‘)b} &ÌXü–àG;¾Ÿöáì".€¾#YËù]15³7T,:&QðÒJiØáh’{Iâýˆ§ÄLÏE^6_Ž,éf¹Vúau<™…ñçN´c Õ|ªLh¬ShœSohÆ‘7t•ã­÷˜?Ö’·k³TËîò¹ jH™¬§d!N&B¹>Nìs–ÝsL:ò‡è5|ßG“ìb/Þ÷ÆY̆y¬G$=€rqàœ?¬*€ã÷'h3""T³b‚7VR–oUžÃU9Ô®ÚÓÀD¶œµ¹œÜ‚ár»çÄ0VgíólÁ‰‘铿Ø<ä‘Q¼Öbh´)d'á©·±|à­4IJg¥ŒÅóM|VÒg1³ö‘B²ªGÐYr^3¢&Ä^ÐîÂY Eú›@zðœ…X Ý2Ã"½0'¿Ì$ë4A‰Æ3Þ³l¤›2a®“û–Iщ ý0U‚žµx‰Îâý -9‘c:3ÓOt¦ž%½¶=ª`e3žvó¾ñÜ:pFÚ?IÿÙâ|3¹FŠyö®‹½PŠ:ÌË.¿Õì®×<÷Zꡎ4Ûq§õúÄEÉ¥Ã:[óÎÆcç s½If¼Ž LªÜLгó¬@g M­PqLaY'7á»K’ƒ$Al%M"¶¡X•¨mVãFÔ¦‹¨É´>|XJi;î5s'—óïÄ>Ô I1uKø?ôGŠFÅõ:`žø}°º 見PK•ëç›+xØŒ¯Øø9®16¾£Ÿí¸EÏ“57€ÑÁYóI­j‚*FŸ<…¹á8Y)• $%¬[D½wUð+lð–:up¾LXw^Š¢6b”Ñþ8¡ ±ðñ€ö+}¬6ÉjJqw.4²÷x,—Ò’)nukžŸœ$愈lŽÏp•K»ü¾¦Z!M®ÿ:hìèZ[1“36£_ÌyF#üfAåFnœIVVÁ3aàØ•¨[i„`å.ƒï3»(ÞbYLæCUÔ– ½†2úqWèQŠ’¸ŸBÁû,Ÿ N£p*“Þ×àe^Õùh0*X±x#óêÂã¤Ñãb’mĹh&ÛÂ#µyúVrÈZÉGnP¥M6‰Ž7Lú…³ :¼Ì(\k)d•®O‰F¼¾Â÷“î¨É“sµ«;:ß1TJór¥ZqD16…àƒ»µ‚™I|ix‘_<® ?ì0 ]SÅå@‰4A®î}œÍŒU0ÈX:€GÁ”×`ÉÜÊ”X,UÌ@Ù5–NÁ,|1M€eòðK54 °¨\‚êöÉR£À ³zWó Ó%§«G£@?³ášˆ |'œ¾¿ﱘ<2™ƒiÐùsS#õRpE43xõŠõ&± o Óà\°[)K€íì-ÀöÔJΘ»B¹ÓG‹1(›<ÀnL`ÇÞ `w~ÏšÁ¯<2Q(¯:À¶ý9À!`Ü_ŠBù:È,C£ªïÐÇÆƒžè{ ¦qGC§mìÎÅyÕa¦x¤—ӤʹšN˜l‡‡ó%·yHØvggs€Gí5Àë±=Àû]ÊÆë£ˆ/pJ.eø+Aéô>¼®Þ* <à÷Ú -\ÚI´ž:«Ìž)1?Œ-û~ãìø9XÍDgך!‹#†?¢ŠÖcp-ì ×.ŸÌyF)lñ®øÜ £I|IüO6dÜâñœ0AŽN€¯€H³A@Tê4”MU, ¥\„ì ‘Mn5¼»k‰˜×猽§?J—Ceà÷ŸvÊd‚œbéª4ÂÅôÛøf´ÃwQã.¹Ä“MišK1éLnç§#~|LTÁŽZ𵨫 ”Â=ï‚HÅÖ€(W¶€¯Ž€8Èòç= —¤H'zþpp3ã; ªÇ  f àœ_´pJº,¡ ZP\8U©¤7€N¯Î€¦y8g%ycÙ¥€Ú£* T þ;k5¨Éjœ°òóNlÊ+¥w½÷ÛøÝ{ßÚMD9„èPƒ'£W$˜èÀ`yFøRÇý0•­ÓÓsG?9¸eÐê2h÷ —ɦaÔ3d{PZsÀ4&`Z©`0B6èǵèó` h;ÿ“OzžÇnÇosÀüŠo¿#KHjŽÂ ªî2”àp,~h$x¹Þ?ìî/¦2·_¤üÅOö­Û7ÈG)°·–spy²<„³pÓ{~Zæø›ûü½ÄÞ²3€×ë]ÀÏI ðõõðùZðq® xl¿Ž=ÃÇQ¤Nß;!WëŒ)%ÊE¢GöÓH¡)‹N·¢úÉŸúq‘¿.þ»Îõæ¤ÿ¬4Êa]…WH©–"á[„_Í1;œÂK“áV5ÂI¤ÂÂʈâ±ãD‹Ô€|‡<‚rÍ%+¹·ùþŽÓ?yËt=wôKð7P>5nøRrûÏæ²ï×A‹Q:žÑÑÑžªh,vQÄõ~MÝ*7á9'æ9µŸËPª™Ð,’écÓH¼ñ1?k~œüùH_uoøò ·¸¶^÷†/ýü’Û¯,[¿7B±# ! -@zñÏ`6œ ¤"™…r©48©,¢~SXßu5æa<-˶âA㤠óƒ5%¶×ã«vG –g¡´b¼K쌞6[/;gȨVØÈiÙo«ÝÛÕº–>•Z›E4ßÝ £ü`]¼çǪ–)-Þ=bÙ|ô:µz–­Ì=¨ù RJÏ”xd6½Ožw¿¨Öï¶:2ZÆéËó§|¯öÝzuAO'þè† w·1-<Ö:«ê ³·ÓîMÝÑÒÇ<ï¯U©÷RµTQ©yX5 -½Ü—ŠÜ’×sªÅEd—“æ>—šÇ¬z~¦ˆ­Êô>ì·¦éÛj8Y¤ÏË endstream endobj 36 0 obj <>stream - ² Çø¦(”™Ê|rý¶i#×«çŽÆžão‡úx_º øxò›¯®ê¯edÙFõÔÂ*;¥EÄ@[s»! ´ç3·SUg‰sUŸNcÕÝä¥ä“Ü#sš ³¼3V³Õ›×ñ`Uz*U¼ŒŒŒj™±fî›cqÈש—ôöPèýÕm ö’Á~Ýwhý‚Õ~Œ };ôøªjÓ÷³¼ž¦‹ˆ~¦üÊK¯ãÁutãóŠwW¿J+U¸}û- ‹#v›®ù}¤1…H§o÷x¸¾hdØsG¬ÒSü´—¸Ç–ò}šÞÈÓL}×}-»çnë_»ÈfvJÔõ|Ëf,Ñ®†Võ–!G­F´FµX·Ñ€¢tÖLh4ä,Q÷;Ãúµ¿Ó©ˆ€w£¯§©ï7öÜþPï%ÜåQN?–—îkvÝת.˜­¼ö—Œ×w´½Kûåµ~õﻩ_ºÈl¦|¶©­ÝkîÛê°ÙÜE“?S:”ÜÊÈmȱɳn+J°>H.àù¡Ñ5wfp5%k…«÷•!°ê´hÅ«üž©¼t¼XYÔ"õ -²+öË%¾?/iòÖ(QòZ4F#¦ØHÖªEö©ž û…ÌÙ×Tðß½®z~²ï2úžïýuÿ~â•*T§ùp±òZÇë•E¹&WòäPrXVòªÿu'?m•ñg—´Žx-UÃÒ£D³Á¢Ñ/ãÅF¬ÃöJ‡/´“³Xœ²y9G7r¶š°œD(ë¬R{9™û^á2÷î—¹×l’/ Y¥ÕÄÞ5¡Ó$¶ðcçãA.2W.1¹x©Ê#Ñb#¢† û+´%+]hÇÙ2”\ʨïÝ¿›+yk²çåôQÍG^g-g/nfNBÏû¬»~ž³Js³I*üÊÜžÉp6ý:¬¤t>ü,¥ÔA\Ná×ñ*YMsnÎÿ¥$,z÷ï§\_¼}ÿ<Ü|å„ú«_;¡J±/ð®vˆfî:š‚" T«™ Sj¤_»F'竽4bµG)U–'©’8…×û)ÜQ7Éj\3“ÔÍ>%Œ)uOp@Ââû%<¹˜›“äj¢³Íí:6hõAlÐ>Õ$¹I’eÆvþ¶èò¾Ùíæ# i¢HzÑ0áÜ2†÷T)\¸¦ðsóõvBýšÐjìÌ'«KR×P2aŒ£Ùû åãûy´oçRuÉRSmI.•û1[¯cƒÚp“Óˆ*­ë9š²ˆ8íá^y]®™ÈB‘{‘Å8·3ñ$NGÎHœ*ÂÒoÿ[s'’ïyçåáUÑ2Aß¡… ˜“h$6§ø~Ú=ÆP §ÎÒläϡ´æc¯ -ºšTãÕ#Øò¢‹·¶íj'‰&¢Ðf#8-èmð:ú 9b? 4E@©²Ú €²é*”£P®l4^PfÞUrà4cYß)t[çrÉ)‰¿i†üžü5ð{ݵ}Ï›¹†zQ'T É*ˆ Czõñ69íb7ÓF\4ƒÓå¡òÝ¡ç* •à2=ƒ’YCì:u/%€êÐ-Ÿè|Ôè‚™BY:ŒÃ¥C'БÒh)ÿV¸Üó1y^Jãj;ᦋ‹]ÎûÅŠ–Z÷Ð)¨Ù+@Í·ç\ns -·úc’rbC|?Þ˘ܗ;¨T[Ápš [·z<ÉÃ9Àcû -Êb °Äë°dâEÁ¡¼ÂžŸ\nå ÜÚ‹”£®ðKt.g¤”» PwÇ·®àÙû°^ô;²øþ|dó¨ÀuÒ7ÎI Nlrð0nnh”%—¤fͧDcÁýå¶ú¨¤–:ÁÇŒnåÐi,tí¬%¶’ç»Ø:À\ê%w8²P^ÛË»"ÀCÙÀnæ`ZòÅ¡¦+žð:µb‹° °ü%”YlÒE¿#‹_˜Ö«8ú.õ–¬ö‰y4ÁŽ^’*©Á%aŠý).yÖAðI”dPX‘£x)ÎLgÏÚªç'÷c;€Ï»6À·»À -‡R Ü>¦îD«P–C€ïÄ-ÀGêà% .-ÝKOͧOág™q2M ð‚ßE\Î.ÜÛöîÕYxc¯š|fftOçŸ=¬%1?8óz‰ð“à³½‚b4߇d¥ÀkŠðÙ2žqᢈòÜÄ$xÄ&@1PÎ" ´xʬé9½:=2Ý¢Î@Ä´( ¸\ ¡üwpþ!Á“ÍÒ>˘_ïíßÜÁoìx:°™ †(2ÖÜ!ù¹F/“úIçÙ(êêØ‹˜¾‡£~Üç€Hñ«wÝÝâº=2„9€lÖ^€\)@®HJ!e]¤ -s@ªÊkÊdYÁ‰À¥Ô¹H0†ÿÊeHycqø9:ÈE³×^ì]ñ^(w‰E~M:µI=ŽÄNíí°Xó¢!i»õö¼?¸ÆÅ DmÉmÌø·Ù  è¡÷k•¹@™Áƒ"uZJ€:ƒ<”LŠ¦ÊŽè€2&ðëM–T|•^òAÑÂ) íˆ,%øRNÄÉrLhU[ìÛ›^™Ó+<#×mÚÆìYó€dºã3™´Û}”+1•¿”[§'  x¸¤“eЊôUʆ[xÍ^=À„Š À`Û½Wm‹§^€¶¶üÇ#è²  cª hn ›÷ß¾©z -‚N'¡Pý"™… Ic3¸ãbûê Y<~üàò‚E”ýa*k¦±ûõõá'û>é—âÛw¥+êõä-ÅÿòmÓmÀjÛ `õØÙðØ~l®,Š6sPUÀL*ÀÈ‘`ja¸ï‹j“Î…z9.ðÚ.ÌÞÏwšÒ£†G¥ê™3§ë™<»ýÒ[·ßzîè»÷­çÛî.}b›*Åœ#qÉ'¡:¸£ÜÄW­€‹FàŸIÀºË¡XjŠ…°q^¦CÒr#ÒkÕ到%Hnž þíÀûd~œ|“û[ÅÀÿ¨þ\|ëwâýËž<Ù¾Kè€?.\ÀßðÚÀûe„ï!eÀg'À³©3]ƒ,–šäÇbÉiWøÓ~œe³·s‚Ü“¬ˆN‡û®è~kAŸK}cûï¾Àžuûw7௚ð¾K€ÿé˜z•®a°0A8»°þâ@xÛÍ€pþm8ßSA8$ÀØC‚5¨aY„[Ø á=‘ÐK4e_2¸´gã`Kq‘y–ûÛäö¡üè|)¹õA¾êrëwKøªäv†x÷Y¼»$ø…¶¾Eê7’}=£ *Ÿ¼Þ™)ˆ2î ˆû6 Ä1ŸbjÓ¢×®mV»Ì:zmg8áFpðú«˜Ûwmý(}®¶ýg`Þ.ò¿ø¶ÿh×àÚ~eض†q å¸<ˆWb -Hð)¯oO\Û‘ §€´Ò»@*%7@ö×ÿÿ™i#¼n»%´ç 'x+§Iª¹g(U9ç™Ìæ:b¯gäêŠx6”…dî…¥vÎŒI‘nÄ0‘èG¦ÝŸ]éi£¡¿²%xÅšk·Y[Oµ£è{ÙŠ -áj#«ÖK»ò¢ ® ·5ÁåP'•ºVf9í5êÚy@ ÷ôp¹¿å˜’ºƒÑØ%ñÃÔ’cļ1OeàY<ß_-ÝŠ¹Nc]tã -Ä.§§ƒëmuS_^ûÂΉÓq¼i¹%f}–»ÂÝáfRø¢¹Úµp)/n/´qy$¦œû/ß+ß5ï¼þ¿qûÝQ `ߊÛïŽZûVÜ~5jì{·¶_‰ZûÞ­íW¢À¾wkû!ðôL“»WvŽõ†zí„ñ+ˆú¤$µl,B£(Yòb7dÇ5cË]¸É[-Nhõ³Ù°º"þ@Ôh~~vb³Â†|G1jTÉn+1KíÃÌ1CÙO†ò °Ü2µ(矠;*ÆÕ‚QêWÄGÙbˆP•Ý»¹Zµ»•ëëèxíõÒJM3T{”ã“ 6e^;ÍadU«¯‡è=U¢£ì ^Q& Z_wsYìà¹oÖ.Îù¹Ivò^”{«B;²QçÌ]ßœ ­Å=C­´¶‡`}aÒëÔiW®†°ýбÃó`U­„¼Ÿ±ÞîlÝJ//äÂ¥–§ -î»õoAÝÔØ=ݘ^+¡¥]ýàQÚ6÷ ³·1~~ýˆóÊŽ"qrRF{fm€u zƒï¶÷ a` -î]×êu‰Î7â•û:WÜZ™d¸~x4#š¼ŸGQ¶¿nê%¥¢!!§m…Äybõ½íVK7ÐÞ5£ie&‡Ö¥t>¢Úpã½-XñÒ7ÏåH|†WZ¶T5¹Z(†'‰î›3í[K {›q±Ûujy¯$õ>foƒ2xq£ ‡”ÔÑéG=M›ØÒè:ãïufÞØ–s~¨Ø×Á œnmö²ÁÕæk³Æu.»õ½É²Ïjö8Y&ºÞ¦­žÅqµppÚµ3ny²éøqö£ £Hc`z—9o“•"=»yÄ9Ü§Îí« «ëx[0 +¦ËÀÈV¢4â>óôÂî4™O+ì8»ØpñTäŠ,8¯áG!oƒÎ|Žqln°XæÖǽM:  9ÕÒoûLµšbrËò¾YŒï;V…ŸU“ubÔÔ[^•º–ì¬ÄÒ æÔXžÄ: n«ð¢z}4W˜@­alÈÛ&‘eB~lØGt²ý¥·)Z;âu{,1äÁ¾˜€Ûã¾|¼ƒ¢lî—Ü(;ÆY$¶-Ä;F ÐŽYD/µØ+ë’‘VÍÛF{×U´9»åG‡ˆÒ n­{ÿ*Ž¿;Šì[qüÝQ„ÛØ7âø»£À¾G?Šx™¾w*]’u¨nvh‘:éP‘îèÒ§/C»I ½]öº@ -Ɇ’q5k+^ H×·È9 `þ‹'×ß-_0Ø/ƒ~æ{,¿ú˜pùUÐïoå7&þSöÿ`â}Ìö‡ÿÓÙÿñxúÙÿ“‰ÿöX~wâmù¡xzûþMüÏŒå'ã ×ògÿ?cù#‰ÿýÙÿWÌö‡ÿƒcù•xúÙÿ“‰ÿ<–?—øßšýÿÆ `8ñß?–_Žç_Ùÿc‰ÿËNüïÊþw`ÂsåŸMüwåRŒ£t°1:€R!ìí«><‡N ´ 1¹Ý?0“—¯0?Í“ÿÐd»^wð\ùMÇûvýUÄmƒò"úP_FuÂ5¾…d‚óãñüµìCPÇt¨ -FCÂPJ³ëF±æ ÍäߘþLé[ ¢ûZç®ÿ úkÙ¿àèc÷mPážÍiÔféÞ™´§A§Q/ñ´ù˜_gÿwгY Û?)8Of ²{ÞbÁó>랎é‚аAÃÈx–.ÿÏ—Ÿ‹ºõ@IHlŸÛùÐëÜ–bSW—ï[ãù€˜açczÙ'í¯A!£ûú}´?3§ÒÑu»þ¼çvîÖ: ù8 (Û±ìlþ¶mÌ‚r^<…#$Ο0å:}ù -óeß¡RKÍf·Gì,°gx´<Éêóv’Ûvóè6ö–Ë™¨—ø”d}…ŒÎ·@¿C¼±üÀ×} ³õyßß"§r®ÄöѵbÑ8&Cæ bl!qÔä>qòÖÒ眀þ íŽÅ®Ÿ;«³€ôž'QÙ”-é4º¯½Rå"ÙÝ–Û.+šõxx ôù;0&bÿ-6;/ÌN²Rp!a1wLEc0b‡ÙÒÉíJíó^ï྿ŒLkíZýZ‘ »uRŒ›êÝ êtHn°/ïObqÛ>¦èÉv_¸Éñ]%­œŒ½ÔÉk—Ln´~°ÖM}e—¢úÜ™eõÙ:t—dª_žî‹ôĹ>¤ñ¸ß•Y›”¬@F „D_Ø—÷¿,Çq&Vܯâ‰ÍŽŠ´sÆ>?¸i×\¯ÀÖ¹ -ßY­OSmE´ÆÁ¥&7ù™ŒðäøÂ_#¿:‹{Çùv׋ “½|VFGøîì|¯°ïýæ~ÅMã‘ßCÆjM—¶Êm½< ³«j¾Ø\´ZmeÛñ¬Ú_ é6­ôä Ùï&…X;€µ_K­ÙÎcJ«¥VÚ(Ó>CùÀü—]¥¬æ}#rÕÏRcLÊöªžhÆT·ª,ÙÞYÖã™Û[$ÖæÍØ5Tï3¾vªu„ZéˆPfq(‡ô `_}ð“r½ZÄÚ}Š=Ö}fÌþ55c°ë¸ï]òFžÅ,ypævy`µôvX8èü™ƒ§Î9<4}ˆàþS®Ÿä—Ε_Ƀ~¦w•ô‹ ß5–_ýÌßpÞÿÌö‡ÿ]cù=ñü”ý?“x3€ýáÄÿ†ìo<½kä?šøÿk,¿qGzgÿ&ÞÇô²ÿGÿkÙÿ¡xÂìÿÙÄÿÇX~÷ôÙÿ‰÷1á‘ÿÏ&þ§³ÿ´z@L…˜Qù’·»W3´C–šyô0Ï~Äþdâ¿=–ë¸ûPa0Çœ;§õþ4• { -ÏÅÅmCFúäƒþ˜¿~´üf<ÇSÆ33d!æºç>kÁ —ýl¨{É¿ú0¢‹sÈT S”°>hŸâß Üå[ ¿v´ü7PÕƒ&íÎEó ê>ÆÃ캖˜ß°fçó)œ=Lû_²ÿ›£øy,Ÿ@³ÎRvŸ= d‚¶.–ØØqf “}ÐãÐÿÄüÙ¿¦Ò×Ìy˜³. ê x˜ðÊâR ú0¢- )2EáÿäNoÚoø¶_þÖì_SUãIwh7Ö2½¾ÜÙ%Ø‚˜]/ž0ñ¥O°÷0¿ØËΗ_оû™ì¿A³f™rƒËqÇgFF0ž/žqîHOÔ¥Q<ù ßù»²ï>©+Ätšæ° ƒzzºó æaö/ìèHÆ,ÚM½¢wz»,t!,ÿ鉺Ÿ œ/+øþ<ʃ5­‘nМµ¡˜wÞgóRH.G'?‡‰oV+5 çaŠ'H(¾1ýµü~CìÆò ³ÄeÕìµÜ szÀÿ½5.…Ên¡öŽÞ¡ÕA†躃 -ñ¸“gÙ[cÿ‡y÷ü1wö‚g¤à²€_Šñfã²®¯ðŸ³;q¬Ó!áUR¡8éíöi¥YObñPë‡@CöݬqUa(SØÇʵK±¹v/Åжr)l6Îé8›!»bT㵓 Ï4yöš}XžƒwÖDæqö};ß…ûiï;Ä Õû%1EœÍ1[q6·žíl6ó’³™¬GeÄÙÛ“d´¨°nmÆÔþõ\Æ¿@¿…¹‘øåé‹°¯>ø!¹¬òŽ -¹Ð—CUÂE‡êÖ,øn”?ÉÊklêãÐZP‡k‰?ÌüúƘòúº;L×)|<_Ðã`¡çøÖ¼‰kõYdÊÓS+MÅõ£87hù‡$€ýë¢ vX/*uºÚõ–9ïÌÖûI!º«¤õ’­Vfë©j<Ô³Œ¨ó•YPƒZ¯º¨=ë™YxªÄ&ñŽRžlœ`£¥u&G˜¸"‡ksB ×ÎŽý=âT:éÍÎgpnyØmì$ï/Ë=v´žú ß©¯s>Z•£òaE$z¨ç2 -3+— &‰¦I^‡èú» vèç»C/ìŽöPVÖ¯9Š_‰]߆{'kŸ2¬!Qd÷«¸ÑÑr†¯ó;²²¢:Ho±kÉêü`rV›Œù1RÏŠ:àèñ¬yG]Eˆô:SñÞo¿šZ¿½iC(ÖÊkþãÀ¾õéÉZÍ«Çku2> 2²•ǃñzùR+&òÌ-Ús¾5‹ YYɣ根˲s å;™›j­Cíx³jÐñ†É>†ê¤Xƒ+9™WF P„Êï‘ãUÆ“û÷ꚇ×È›`©=_Õ‹5dÑ-0ÉéÕÚg‚¿E{v‰f:óí‘h‘¦¬sî«Ö;5žÕáNxUnxTƆB PR ”¦ð- `ÿºè_e‘4kÖmdº™¹ùèj»ËŒV¦tÞëj´­Ï‚½a{í iÚj´ã“m«º¥…V~%À¦´²Ç›Î5·ÅÍ¡i+åÚJÏ*V:úÊõñ“À¾úà!€^ã.®ÆÁ›£Ðí»¸Ï_ïb©Y¾IL|çŸ4rj™áÈÁMÊ»Eí™Åã}iPRfµ­'¯ª¾ë­5½mu>¸ÜéƒòMÒ• (Õ3ñî~aPùêfˆ$¬éYšÎ#ÌBB‹qÎZwgž´Hkég¿µ¶~E=nBÌÄT3ã~`FS&°?$Ãiw¹Ò7´ˆºÚ6ÐÆNoÁËzͪ[³úð*é-o?G¼þøÎÕ,÷AoN ÆsXBá;% A•Þh‰ôâ¹$…ƒÂBLdxÔBVõ}' ûÄ›Ð[Ë'Æÿ•s´û+òÄe -ÿ zs’µ›¾Ôô@c­µû[#_]{žèéoÐox¢ÿCè;$¿zsFkô6lÓðš¹@Ìrñ&e³;×Áï0|;$ÜtÎTãZæ<¹þ0o}Ðÿ1o}Æ›·‚ åŒå :LŒ‘[\ÐRÆ3›‚ñ<ƒàILèDÒYS-hò¶Áåõÿµn¿ú%ñÃÅyƒþzâï–3lz˜A˜ý8ÿ¨Ãì‹ÎgÐ' -Ai†;$ÙtÆT›”=H_@ÿ'žŸ¬O˜oyGìëO¿Cî'0óãüÀlKÎmHd 7©VØ;¥²<µå8wPúExeA*êo³ñÃÁõ\±¿iÿÇ ýA¤oå ǽļ-´·ÐRG§ö4Δm%iªÃE îì„ö¶}ÿö³Õø¿Õ¶?úߘ×ëýZƒÙ‡ 6->@Ǒש­Åéƒr.J¦j.ú~LlôvŠû«ŽÙ·ß•‚Ü7lÌß’ý»lŽ?ÞâIáìaæoR¯°sÖhúy:$jÔáÚéŠ;4£UàL‰C‰Å_u¢~]#ÜL?*Û¾eˆ ·ßûüÚ¼^-Ô©¾A¥G*çƒ^ÐFå~æ.3ò—¶áÝRÁóÛÆ‚éBò¡CBú/ïsAã7]¸Ÿ¡ý„)6;7æX;AÌ’w'×謼»¨ÉíÜì0+j¥„}pKn9´5yæo«ñíá}*Àûwwq8l^ÇÓ¡Z¹ÞÚº^õhözíeµËr³sì:WBn«ÇšnIzXBÛÞZfŽª‰Ñëñ«JÁ ÿd­Èµƒzw¢¦š)0Æ*_>ê?.ìËû›S€k3äš’ÍÒu|" è)žqrvÁ6Çý™?ä®;õ:|éÇ[^Ü\’Nm3¬”Í0úP××âz£‚üm¶$r|nâ†,§2 …O–{¬˜uÛšk)dͪeœ,/Ù3ÞwåÒtü=‡Cý¬´úa0¬u¯ýU1€u2:žk­±vºE¤“™fu@¤†ûÈ6Ê#ßhŒé2©þ+À.˜º+Ø9Ûž÷ý¹£"ƒ°6Î)µÂŒC‹#ºËÍw£ª”øKzÀ×Q9J  Rd[dA¡Í êö’¨ô&Q‹2ªêì -luX̆ 4#¬:l-¥_»>keN–Š÷؆_éÒ¹‘R+ц¾°Ä2=K°¸¥\ï1ýSêŽu3ñê£Uy„_ÉÙµ˜0°*·w,?7'«œ}-Oåàbi—Vù¥ åð€ò –Vûo üËOr Ç™DEwR¼¥nzÉÜÂÊHëYb;´•Ê-qé÷ c7(Þ¦Yê¬k•žW2Ñ̸¤VôqQË7'¬HSÓ‚‘J- -õs\-°ýøJÙ€Ò;@™Y¿"ûüÃ!áìÂrúºHàî’Ÿ¢)ȯ+•ë«ÓÐë^i÷‡ÍVtkñɼY.dÛÕ"mÌÊùö“,åNÑ[5'ŽÎ¬“8·²éd!ØËNØJx’< -‹æ¿ü¤ÂóEÔêæK˜uÌWò40_etl”}´¥ñf_7´Bï_%€ýë¢ïýL8çÿUÐïÀ `¿ ú˜ÿ±ïýÌÀŸNüdÿ7&ÞÇ„Ùÿ³‰÷1=ì&þÿÚ_~ãŽÀþpâ¿=–ÿí(×Qe²¿uûqÞfB„u$»Â±×FâiYJî“)'½›²ÍÌ.ÝŽç a¼ › /ûÉe×|•®#3÷xL¶ÚÎ rªÿ“ò¹<¬œ9=Ö{‚âƒw{±¯Ì&×Dz~¼ a9o­g×·ø1ºÏe÷7Ú(î±¼Ȱh.’©²™Ó£u3wjv!Ürhæ gºÕvã‰Þв£Í‰ÛÉ_$€}õÁ˃çZÔt61^­Á ÂÈòª>»ŽîAû‚”3èÙÀÇœeadâ«ïà½,âsQ޼âx†‡¡ôϳu}äŠ%œ' ÀáeX#wÍ[¹s¨ÛR…»Hº·•‡í-·J·î®þN°;¡ÓçÄÃ0±Ü¾ýöhK-·Ý-Å.;‹/äo_‚¢ -L|¯¯Ç•gŠbý?E8ù ^É’è3höîb§È5Ãõ ù¸±ÙܧßUukôû—•žèÎÇ‹ý¾+ÄRIL€Fž]úb2c°BŽ7WM¥6×Ó±÷ûäé^M½«>I¡håYWãŠ8.…¡Ýc‚¤B,ÝÉÛß[õ«élbêÝì1™R[x—8¿{ s¦š7ö4Én{RÔ¾áÂÅÛ~öívùÏ~[YP“ÃÖæŽöz+“H2_< ƒß 56½þˆ„fØ®Åsäq4¼zDÓË-ÂчmàJüæ zºÚzÏÁùtOcʹy©Ë¬PjïkùiaË àµÖ;H°&NÉxMhTz­³:¶)XÚjY5WËF²õÏ€×ò‹R@º&l4JK¨ÝŠ„~C@$}”p -–7ìu–ç÷ò=<^^»µzNÛ§d=iík×kJLÕFÁZ7KÏÏŽâs­ñµâò ¡ºüzļ.ÑU¹ÿ"Ve:Iþ>ùv*‘7oéah=ŸO[y9HÊ˶Óm[W¯ƒÌ½ÒÁG—÷6)(l18É…æÆ<3<Þµø£µÔ·5G´O|í<Ù-ö‰X\tä÷á³·¨,: -s_ttÅZì±lô_ÈÏóï"®Ô%ʺJ×[5”ìÄÁÅ´êö‰Äeù^a3°—¶/ceTŸó'²ÉK°½¬ÓÞYêu—;!ÿlm`ÿU…cp±9æúô‰£ïúpv=µÆ³Q¿?‡àWš4»>Êçïâ ùKA(:e,l*Ïà˜XžjÒŒ‘œÅõ;/¹75Y¼ʘ/ NE -›ïE"±Øª†]›\±¿ŒJ¯æ"ÈÚ áG§­vw@tÍ[–W›b&¿8:2g»qbJ¸¯3|4Ú&++EaĶwà5|u^Éá1‘D J9ˆqñ'¾¿ü3,;¨¸>ƒ{×϶7Û4œ² -Ö=.ÝÈïR‰SV FÆ‹—Ÿ;¿æ2}>m¼©Å*ûçá Ïå}8ÐúøÌ¨áøÊ°ÒLcr¥¡!ØÌçÎèßÂgßò¿ÎŸ¯ÙLw'÷žô˜Ü­©úº)e²­Ž›tx‘o~Ý”ouùN)Êü^®ï¦¥*±IõÜzØWŠ æ -Û =]”æýç=¹ès“äª_ÄÏoèYÊK¤¬sáÑP f·ÿG5«´3]ùgÀµØ/ÄàœøˆÂˆ6lHf8†Ù—]@Š4 n›˜\îa«Ix~¿¿O¸×#žs¦Œ]±,n››ÂÍÁv¡Êõéãh6°½lîÔLIT8æ4@÷8ZKÍÃTlW÷O)î9þõ{€šÇ7¬šÉ韚óÙä“}òâÁ`®:±u>ðq¥%«¡¨÷\ÿäêoopÙ䆗m.;Ve&ŒÀmðúKÏ­/›Þ©'§é"}ÌOVí> j{îúªìì„Jî*%þìÇ~¾‹¥Ã?Daö> ¥Ðþì2."/#ÈaØ›YA7.½½ËÔú<«s¼ÐªÎÌyöíåã͆_—nϰ?=²=RòfËŠ$ LIÚD)ÕwMB ËXA sX^µTö€+‹‚»&þ]t»‚gŒ€"&·?»ŒÓhV‡Pê-žÁ+)½}]æ=õª·\¼@LͰϬ£¾ÄŸ¤Ìˆûü]Í™ -ŒØfØ«g…ô¡/´8Ílƒ D‹OClßÔT`<‰ì †2 ϶<Ÿo¥YP<ØÍ„áa,¯Ââ$·Bà±Wu8©™ë³Û¾>ºnxvxºGÙÎz6qâEDZ•ÕÜ?‘+½‰gÖÄK­ÇˆØdfñûƒ×Àkù×ù?ãßE·YåÏžÅèÇ®íg—‘ Ûã1$•±ìåø™áåÇËÜu¸׳þµu[MJ­K"{ê,l^ánëòU‡,,}j×å+èžà—£ Ê/49Á'.Záî&þ.¾@ˆÔk”æP4•õËSÝ(®ˆC< mº£Xx¹QicÛôøl¼NYï¡%§èm-.½´…Ë£‘\–âFá׃µÁ¯‡åôªLdao¹ØµØæ²ÎŸˆeMH#Ë5¾-×é ø-âü„štƒƒ¡¬&é P¤¸0Z=X“ƒc’¨xìéÙ|”¶ÓdÓºÕ†™à’ìë/ùÆxÈ_oáZ,ÚËí¡©.›½£» ²óìr{¿—9jÌÀw÷Ø¢¥Ó‹æÅKþ¼–ÿ^ð+ÄËÌöÈYoCÙN‚b2\Æ|зCéVMø(em;­FòYë>°Ç[¼—âý’|;º<Öcï 9³úKJMkMšíóbŸD?›vµÛ¢£Ü½ÅcîÍ-ñÏ·pjsÙÜcsy9Èþ¾ÈY±1 …!Œcr†€b-¿†Á,jAR°m‡ë/\#© è¨Q×p:•.©+q’±B|9.¼¾)«yß<2ùÃRä&+.¥ŠË9óÞoçƒ|î2?ó;ë áRvÌÕffªñ9rйïâo!ª:pÀ”<('ÝmØ^%NîÄŒcò.Ãõ öØ ×pÓ§/é튗1§&¯uŽäk'0nÅ åì”ë 3Mqf:]äÇSÍàáp‡Y¾AÝf#Ùqgy¦œœN¯è_ñ…üªô'‚( -àèãV Ø»ea(S‰f3¼Ý™Ç4A¡!ž½ ã‘qC+¨¶’(1;Ùèëý€ÌFFL>`õY^+V&‹Ì¥:¶{‡æx•4¨±=iM!6«IÑE“Eç¨C¨ÆoÁ§6SóóYRþ±Ž+Ê%RÓæE%ÿÐò)êV£÷ ²2ò2ñ¨vÕTg$õ'‹ÞfþÒª|“ž‘“iæ¦z¹…ŒŒ” Jaø”c¥}›€XUYéjw¿6ÊÔY6*žxmý[p´ª|ù‡!D ô’w'Ž t–Ýú·º£.Èá¤Ëäh–‡sÿ~oJH),nŠ;,³Œ½Kb~mÑÁ”dw\kl¶C&Ì!•»Ù¥ðLú ÃO¢š…X¦a7!ÂÖ¯ð…üíKF`(‡Hh‚Ï ëIG©éçy¡É rã¦2É÷õƒ˜5“"»#ÁzM̼e¯û6æãÔC›ðêZac›ßSª½ƒï‚ž„=““zGzâ”äŸ÷[öŸµ™ÑRŸÆND¢šü-­…r ^9a WâRçݼy™`w¡A+/“ûâlOÚÒVk»ûU0“ ÅîH³9®Ç‚©rl¯õœ2VbD?ú ¶Ï½ -,eW_ª2×'=49ˆ×ç¦Ëä›.÷?î·\\ VêoáÙ}OÏ÷aðºó\·q¡-K•É]˜ß½çÛ¢ð¤êU>^¼jܵû†y™òhöHÔ2 ´Áb¼Ü_âB™ªÞ‰rOðýJ7jšõn›?6:¯Ê± ¡Sƒ§Ó¯Q§·ÍÎ! -Üßâ ùU©NOvòÍμŒ ×éÓò?ì(ÓÙÏœd€ßÐ;[,E&#wÃjùRŠâ¼n^Û¸Gs°s“nEv”iWƒØ8޲q£ÈÔQ<î(žU³¯„Û¶0wß2*íVSomÚcK8û¾¨CÙ…¢5tplùØùÊ@Û@Ø¥Ÿ€ØÔbrR†Uo8ó¥£²òºT‚ë#›££¸õ‹ƒ¦‹ˆ©ç ¸‘€±«t&VTˆ»ö;FeØjë-Ýkji¹T¾_èléøB~žÐlÌAආ¶[(ú|–U€ãû4„Ռɗ8 k¼Áû»ÒKð`w}tÓ«â0ïþ;¦ë¦­†\d³—b_Ý¢}¥Op³¦ì™2*‹zWoù^[£óíÚmÜV‹×ÇqI|Ï?¡fuŠ|RÞ@×s`;xýÜm‹oàr¹s&Ê…®»õw&½ózOEqÓzêêdrSÍfÊeç`ç¤GÖΩ•Š‹Î}ƒ7Z\ÖØîÒÍÛx¡WÔ…Hâj©…b?ð…ü<ÿ[ü)Úãq€¯;´ÕR°šÆ,4Üi€H”s€ÈÏ©xA³«PÀ®?öBÅ£¦ˆê"cFûBœÌN3í\Xw,m8L@Ü -–¶ë¶Lî4¢u©çQ=¢Û·B[©ª‹g¹xö+§ÂYðÄo㱊ë|D¡ò‘ÙB[ë“éÔà®ùD—Í‚¿3±Yq¶¡÷.+AËžÞ¼ÓRx¸ÌÀ±œ,­Gºï[ÓR;ia¯ iM—SúY·­Ñû1œ'ß -‹{C-‰¹Òy›ßãòk™ÏÊÇrý.þÔ‹0ž÷‰]¨>­MQAž€¸*øgo CˆÆ.ªFê-BÔðJÝqxÛu²þ<°›}dáÙvÚ|Þ/îW†šl ©«Þ>6/k2.+‘0Âå#›ÉŸ쀜§ðoøúkÁ_ðnì|u"þ½¿aÙ‰™Â(6 @¢>È=$w8}6ÃAän]¿w{î¥c‡Î(›}Áö¢w3 ÓÈöP“;­ð%æV¸Ü;—jlU”Ñ"ä¤cçª8F÷‘:LzHò»ø¡ùÉþQg E]Fù½ÿ±aO -$ ÏÂø³Ç¼Ë·Õ#l^“žÿÆ—oI>ÒέO[Ïæ)ól4ä#±›à·ñeÝ>û×kU>ª8yB1 ®_޹b;sÀ*¯ÔžlÈï ¯ïæ<åüp%þÚíþÐ$Êêü³½lA9ºÈ@}öÇÎ71æ¸ÞÕ‡®ÿ>݇®‹i{N¨ÑHˆèÝ•¢‹C¸à¼­ Ê'ÅyàÇÜ —Û?󺳈]rWfé—´ÖJñ¯ç–÷ÀGo÷ßEßX¬ EÃþܶ^Ž­ç‰+ymlùt÷Ù‡70ß™­„¹a‘ÔÑR0ûjE¼{'f%‡ÉÞLïIAA%·ÓLHµSö-Š)ˆÍ³nã–lw`ë}0ã(Ô¼Y¥O{É*{@äÊY@ì^ ·ÀþÜfM~¶C{Qý0›‡íäâà# Ø+†¦m9­Z¬ËƒYt#íM $çMsÇŸLuÛÍ`¦pw"¡Ÿ$ˆ²/P>é}!Bj›s„Ô;)r.­`0ûNT·‰à èHÔŽn0V£Ó[?™®ÞKRñÿ »ÊϤ"¨£›¸h½ó³É£üâ'D2ïÍÎp8§ÐМ®’6ûñõ áDkxþ-ÀÊIz°j¦ è0:b¹Ä©ÛÊŠ¶{xà#æ+é<…dÁj°íÆòdħ‘qGQ;Û‹z"¬³"%KiÅ/ÛËY®e°#7?ÞŒ6=-žè‹:2½e6á §­“îódbx™'<úïñ…ü¥Šb.Ìy®“PTUp˜s\ÃCúâ+„¡»Øéb[’tÌ+Z‘ìÌU0<•‘0¼ì·Që Œß¹õœï£I±w€3Øq¥òcþècw3ãå±’š1œhJÆœæ‡û”¥¥Ûw«fƳMBM•P`ÕL’Ÿg܉ÅuðÊ{’—ëŽVý5>éª îVô®©À8Í”ñHÞ\D+gœg9$Ivÿز«œãñ -³Žc{stGÞâ™Õk:ræ×hÌŸ ¯…Sþ]ÀÊYƒ¢ÃZfã »£^1ªÇ`Ó½šØ•E‰ÕÕ«"BC¨ „Ëðû WIǵœIï—7Ù­»xÚ¬P‘#Olx]µFLq:¸à0ò­1j´Íxxˆ(ÛäµÝò'ÿŸñ…ü<D‘‚˜ ‘ñçËI·bpð-‡«#å'b5ëwˤŽêáR~+÷mX?:è¿;ÐSZÀ‰IoÊbÎöʹ±30Rl›O¦†‡GÎdžOj_Õâhøê¶}ï¨lÛq¼};§H•ÿ6"'Û€0– @6¤; åóre$ Û‹BÜ-­H`}õ•F/Ê]1RG·A×v/>® Bða¦…rèù&VŽ ØHo¹|—¹È`€¨Ùìæ¥:`È5`šÓÙ@SÒ@9o5Õø|ƒ¾°±ƒÝ(™>6égArVM©rßi0Å/×!4¯§²L'wï•tnœ\5j÷ö0—rÝž‰»6jÚ¢:L±¶Ê°­Ò÷×øIOŽ’%èÉ©‘£µÜ­Bk• -qšChËoà ùqð“çð -È©ßÁL(¶µu–Ú³Ÿ ã(èˆ_v§bÖ¸ÔÉä#7«q*qV§‹qï8’pLœãôšÖ.m¾ÿ<„> ;Ê ØóSü`¨AÈ6ˆ)~A£”eØ%ˆ°ò]ØzLœù(ô¼,P˜Ç$b×6†ªç\²çɧò Œw)~=ÛXƒ"ÇïËÄŠËÍ\~ZÎ棶6.þtHÏúBŸ²×H¿çÍu¦'θŽôy7\!ë®T-ICB¾w%*ïBýøÜoù_ç #²¢Ñ& -ª¦¹’m¸á9—žÇMzˆHŒûÎnÊ×Cayª­‹ó)²©L6ÅC=••Ú ×;—¿¾©$U}5ˆn´õ‹Ý¶¥–;Çü®Öé=ŽÍNr¦v!|¦­¯Q[!«\›Žg[ˆ•ô]Àö¿&;­XE•˜õCÁèÄà ff[‘ kÇõ&Ÿ8/SÛH›=‡oc,Vpë.ƒéŒG¹›«ßk¾ºaç­€¨“Ú_@›ñVï6:[¦ZWb¶Xs›ûBZ¹åojå#Ùœ¸jâÕnbÿÛÐn·”¤ªÈ“ìé¼{ÏRÙí´Ê+'ê tuì'ãƒQ'*£ 5é[KqÞ ¤<õ8{5¶­ë,»oå̤ܜ–üss¢[ã¹~é 2ðº%úvo½ü:ß.Äõò«–„è¤â ùKÁ_p…9Ü)™×à°oʽ0÷ŠO¾c½îszë°¯x쩽L0ÚHËÂ&ðî¾7,µÏ¬_kð¼\‡ê}ö`’†*9¶^Ø´æÈE­žD—Õ@Émª"ƒ‰ÕJî+ñµ&Wö#ê -Áܾ P`«…Rè€B®G‚¼v@>} @îâ—AÎlÌ@Ž­ž@öÝpâ;Ž¥¢YïT¹xP ‹ÝA'°§3¿ì-Q - -û -˼ mW%ÔP„މr  -é5Èû¸òL:޵¥“Èv­8Í}+¨æû}_ êcQðëæÖd¿“š/0Gß84å âw{:†ÛlY+˜sišºX>ÿØçÈ£ó¦¿?5wE¨¹”>ßI,t3;T^ 0 -; pèoAaÅ 'âJài,k£»߯L~ƒhͼp7¼P}ž½ðŠ=½ÐZG^”A3î«G¶º|âæ3½!ž.UÄ>ûÉ•Eæ~F©ï ŠªuâV…rø*Ó7(Ø•À2¢aYPØ€W•”Š_HÄüVàR$åo»Ö‹ˆ.çIË¡]=iOÚžt=%=ÉÆp‡!‚"tœBÇI‘x컋Üý,½«¹¿Å×__…@Q³ëC5Pà+PtK¬5¥&Æ{€I¤°vÖ’{¦-ºÕvྖk=ÇÞŽè/½6Ûß¹à-ÞÜWõ`{yu÷¨ÛóÞ%krËOwÝʬp ôªlêbçMð] I«jFÔÜ·>käB¦>ö4Àñæbé,ó[ðÍÈœý°Š$G~ðlrÞN×î‹íï݃+>Üc‹ÝcþŒÙ,»/e§X~t»3üži›Ù+Î5ÓÞSÀ¢„l-ø.þPM4@Á6("ÇÞ À7kà''¸Â^wãùk3úBÂu~1õÃõqéí+®àÙÁÑMöGº›œ¥ÞnRÖʆÕΗ{ëPºÝ²jNå@*uöfë·Òzç"9q>¹ÿŒ/äç9ÀˆüÚN¡2™iÂPr2 å…ŽÍ!ÀߦˆJ@LŠ÷X*²Kî$¬Ý ¿}÷yW®æDûЧw–<\Ì9—ñ «x)|Ú ß#o£—›+秊Pí¼å^ÍŠNt ö±ÙBÑþ.Ö(Þ +¬‰7aP70€©Mæ³;êÎY@Œ×]¬Ä%yG‡ Êû]?ùƒt’· f,«ÂAxÄÒZÒNµÝ]K¸å©föRMœÒ2x£ï=à‚c¶Š»‡Bö÷DgõüB~¾?Eb0¦Ò‚AÝ+§ž¹Ïvèø³k —&d”ŒMP¨†rìûG1¹j³8ÿBìY›Xš• -¹}»íÕmk¼Ê©£ý…w5ã,4ZI9‰Áqx¨‡‡ÂÌs÷ÄR°v¥Mû)­ÂÂãøB~FW®ÑðOÑæù ðu E—¯éçnÛ ÅF:rWÕj°ïìºâƒñõ©éÜÛ ý0<ó÷œ‰,/U³>“{Õê┎‡òq¸ú<r¯7nÞn ÏÒ/˜¢ÏùºØ°Um»«®¯ßÅŸšôjÎ[mˆ'ÔtË eiö¹Ûvj1ßê¥BQx~§ªn¾t-8¼žñ<klj4WWµû\¦c´×§¡äP¹T‚ïÝvÏm§À>„ã¼v(’¼ -I+§n6V~à ùyþ·Ø¬uûStÛïL‰Ï€ÈQ å˜ä³òˆ\Ðz]õŽz™K· =®› "Ñ}œ½%ýùÝ„Uf|nÛ“ñ1†¢XØ÷6L[¢×ì¦(®îaÿ¼º]¢/¯î—î ¢„AHýÃ7ðùìõ‡èì k¨2êÀVD–îqJyób÷†½¼ç§ÝpôlµÖÍ øì½µû¬“ë\BD¦OWäMïÖhƒÚ\*ÅæÂ5+œX^³\+AÀµtKâbmÑâÂ%â²ÌHâÒôßÀ„þB‹¦s]€×:PSÕ @*ö"ÚØ¸ -ç–ÚнìtáØækö2â«–°gºt­>¯u…®WÛîtênß}³Å›m¹<ë|a2NŠI>˜ Óó븙õK»Õ¼š«y„IߎÉ/j`6­öîoÓ¹mœwó‡iØÃÈ3¯ø8A/‡G+^ù¹jÀ Ëœ=©°êc˜Ú§ÏôäÞ¾õçϱ۟H¦?/þ“æfý'ƒú©:}âÑôú4¯õµpúW|!¿*øHÓ~%a˜lTW=ÙÅ&½½Î²e:nt @t¯´­‹ÇWh˜ÉÄì¸#²QŠú<‹Ž•‹sk>˜q9n4nÎKƒ!bMlmªJe[Ý0Ö{àƒ`Î:½&²îô˜™ aëd±èCHéN²]¯B´j¿Âò—?Ù:(VùdÃçö|«¬ãB_»#ynžõ}<6¢­Öæ“ëÚƒF Èef¤–/Œâm\‡$A“|ëù¯^¾»›û…•ß‘_H[¡×•6ƒ›mDÕ©–ʾF-¶ÒXBR+—ðÔæ]©Ûß…µ¬O„Ç¥…Š·ò–TÎô,uýBŽ.5¤vïYÄo±ƒ%­šÆáÄ]»Ëó”Ç6÷Q'’ôÁ(£}¾ìš=±Ý·?;¡^û<’Ã6* ¯Í“M­3A›“÷ºÐÄNÇbãÙ×ë ŽHv¤Y~!uk9[@,–߀Þ'µÕ­dŠÛ³ŒïÇr&sgƒ¤–ø}ñÕär§ ;ÙFŸ¥^þÁïñB¹›þ¬»ï]¸NêÚæ[×YrÓÔ¦ØÄýØàjªR·DåZç[ªVsʳ¶ééN­žt‚jpN¾«â –ùg|!?Ïo†9Xß—úöh¢¶(¥ÞCiíú2%(Úì9píqÓµ½!ª¼bš4+ÉžØZ¡>åZ×ékNK5z¡•:ßtë5w¯5kõĹß%¯ýj 9 *{v?ªts§iù­]åÓô¹.÷ñx÷]\v—ôê4#/é81k›¬q FÍm?ûÉy°dߢ>a¦¹ë˜ÚÔÒ‹n7±Ú¶Q-ylN‹ÊµAúš•íªØÜJ|±ÂJ7«òirI”ûØ )99[oX µdqT½•‹9ߨ“Út¿R½oäüãä¶æd­£ ²Ý¸ 2³x 2þR]C@f·@g¹@óï;@ôϽ -Q`׋lÏ@ÄT g†ÈSC¼x€„Ã#Äã«fÞ Ÿ”áúîmáx¢>ôÜ_òìËôåþ3àZìsøOD¿¡ù¹–ÿPôÍ|Rù¡yþwMá½ÙäöùÙONº(ÈœSmi¡s€îß{€VQ ~Ù‡¶\Ú^qèˆÖ?¢ýèÊ!kˆ± дýŒÙ]Ú É§ìú›ÕÌuA³á9r%ëÙãþ‰ØçðÏùŠ*ÎäPÝÙU®²…Î -düóØÌƒ,EuAæIÁ›'€®ÊOèÚ‰bU!_H¬nÏdÌ6ãV̶šƒ˜ì8ˆHŒUcu‹Õ(áÁP^|ßµg¾ ˜ªïôß‘ogÓf`XÓý`ÄòUsrzt9Ò±AöV®BÇr¥†±.€¬³£ í–‡‘]* “™XñµJ˜Ý2qŽËq7Î;ã8×:®â\;yŒsÃÅ3ÒJŸçÃ<'D^K©†ŽMÉV>Âö#8"G¥#lE."ì°ÝGؽðˆ0çû^qür{hò•—I™—îóÏX{©ïÎÔnÖ7ò«×æ“}¬ ‚ܹä\kÝy|¶ùG1…„TyϘ@åËÚ.4hKGñx#ÑTá‰ðÉ÷ë!—™+ +ˆù)äjˆXÁìí%—°‡›ã®_ÌIó­oG×—vÜáÁM} -öur(ßÈOª -5ŸU¨9ØBÍÓí -].…Cº -«Êg‡¤P­Ÿ@~žxBÛˆïÓI.Âý=rûQ3°„ÁÂ]²¦øz·½pL¦ì‹{J溞ԛñ¥¥J ¸åCG{‘y)«ëÇO|!)ø ¿¶ ?i_a5mCѧÙ…|â -–—øl/· ÎK€ež*(ŒE'Æw„Ö°‰krCø4¨z­ãƒúBÜC:ù iºwäÅûéÐp=bN=­7GròÎoá;œ OÍsíÝÑåøìÞ¾?5×ôíGöǬ—Ù(ð­Ï¾m=°§ÕXH®ftî1Ù³`«x$€/ahÒ}ËݼÃ`‹¢­"M«@¬9Û/6&±J«Æ² F81LÞÑõ%V¹Ê Žbç ËJ ÎwåDæt?¥ ýË7òN ŠÇP¹¶€-çÔë‚B¼Q !xý2ðÍvsÆ®_ÂÍÖu`²ó±«´·}[V²æóÐÀŸŽËVô†“j?:©æD;rGI£†mãÆ>{ÑÅ’ïž"ž0SN÷Úñ’l]74qÙ?Ê7å/øB~U -ò¯†ú¸Ãj*D ÿ^ôƸ*ÀkVàÚ’Dî%EÕÒúꃫkyimmUz›¦;øÜ°Z(h§ƒEÜØGºü…\16ÑUçî`~±¦îéìª[Þ–qJÃ( -¯ûé[:ïŒéL–ìEéð €B¶ 5Aƒ•ôðyzC¡s¡vÎ]~Â>û¶:/1ˆÖë‹§TbÃkußZôf¯g`´M9é™ëã:È]*TSZy§"w›#'ÐÃúÔ?t‡1Þ÷¸»ºìŠaFLªf“'Qëûm¨ï¤oà_¢0ž°Â.¤žêÜþ¦ æ>ËD5"¹ñÏåÉe…·öù¥¼z×2¶d#xȽà}›¶×È¥Fä3r¯«¢‡[ÍÍï¥TcgLØñnQGRµøRÄFõxÜJÊr/¼Pj'®MQHæÑͯð…ü¥J4ìÖ_ÑãÀʉ3§–w@tÖ9@¢ÃaØÜ%yï<Øœ)S¾Y•4÷Ôß¹—}¿“çX]aTRéfÃô᮲ii¥|~õoº6&¼JWè-Ï‹ü¤ Ò? k5½ß¬‡·‚àWël{ºü@¡=ÞÁ ^>]”ýÙúñÔ¦õŠî'¨Çã8-Oì])탥½}س~3Ö¿±¶äü1žÈ`£çÃbÆÚèÍL®Œž2\ .pSfv\ï¾PX{Tã -åR -à…`ˆe[ûÜÎ ³A‚ÍVœXW¬3©?SGßIº°¸ì*σœÍÌÔý*MêÛÓéf­ž•šÅuc}<›‰·¡wÉ[CA -óÃÆòɰ«fj8*Ò.=zÊAOÒ¢ ßHy—£Ÿ³—ãIÆØÇåÂ#¿®t®õ’?S•ƒ+¾ƒ©”dñU=_6ã}_ÖÚ}ze•­-7—Ag1²˜7[Ï3§ -Jbt= -qm4ôÔ7Ãò¦E±–yíþ3¾P¸ÈPt§…HFaådF€¤{ú t çUh†Éž§ßAêæaý’xîØÞ/.wÍ÷]Ôxtà3¢Ì•ÔTÙçãaØð'úÒ¾Z_=,ort6?a˜ô!»bÞWtF“É •‡ÃF9î `|æGjæ ÛP"ˆ!\‹‘~þêÓÛ{Ëò-{~"ªy¾[ÙsZíÐrMžšÔ^¸ãíe1çWv##poo»p‰P¼«ÎÕ­cc›6õìæòÔs•ö±Cx¤³ã¡@_ªÉ%ÓÏ+Sæè±ìòãðυЀó£¨b<Ù‚¢ákÕw·½‹a¥ÝS!Rý»µX?ÔØn¡gô-·ŽÖ|ËJ”ò¹¹kÂYßâu|,¦z®Ì±íŽ4§ó1ÅQ%¤¶ï­vŽÝ[Y:Ö«ÚQ¯êª8iÉÔ3yûc¥ÁÓ%9ÿ>Ÿ&à!œ} à1H }¤xdžr;×Èg0U×´Ï™Ý-w*Þ³íÝ!í„©<ñ­®;žç=5ÁyÈä.ô°çò»iW¤õ]·Õ\XÝÖàóTnKªS°¬»Árþèú5Míñg|G‘óÛæØ,/Cð6 âeêñ[W¢‹§ÝjZ[M€ó±là -N¥Eߦðˆ½6¥Ö=.[îÒc/r¨Át©ÕºÑí¶+ê Ó#ôE'a5ä¶¼7ì¶|“rmzÝê´é)tºoåÚ‰§K·!jòÀkù×ù¯0¹¢¼ûölr”•—óD¾“ÀÔÕaÔÎYù¬œÊuìŽ×yVЃ±j²D…c·6Y„úP1¨Úç~K/]î5‚B¥Ó{lëmZÝRm„õg-µBïZlÂÓ[YeðjeŸùb+<Í»´=¶å©|OŒÔ/äÇv¨ÞŸ¿…;™ÄNÀ7ï²nܨcíw)8 -\ -óùx™~q£Dš¸Ü-ͦNËÍ‘£t/XÐÎ1vÐ63[ç[,;!›wmÛlN6Ñ ‰5ÚË/¤ñDn§üo½Aò§wƒ\ÕÉyDÙo ª,3gýÍœ—w¢±Ù\⓸—Çw^ÙÇ#µ.1.;ÙX ·†#rÇ™¸œä@ºGU î}¦Úײš· ^L8ÍE²! &®!Y4n~m»¸¹ûnûæ¤ _µÑ—ò?dÕ` -²9w 2éOì^-8è._B›ƒ šºôJF­ae‹m€uøöæHéÝùÒ|Ê„`_Ìù,ƒôís~/Áœ¿nJ¬–ó÷P?Ûš¿öw7Þ·ï0béôënåkÕÄ[ä埲æ{²åX\„±+h8(ƒŒ‚. ˜È4'ºNaŒóƒ@fŸg¨Ø?HÐVƒ•óšs øD@€´ÝA·ï0诡vx&5[ Ê+AóZ(­;ýò°FÇõÝàlôú\%ž—_á ùy²1 -E»)(Ú?CQ ÖÆÌãZÙËC¨È&Í7È0Z  û=Є¸€¶{˜Nä©tL mñ0Ù C ˜.@JÉÅçZÚÂ)f³@¬Œ¤{"Ó{:ýi¤[ùõòao©û#Ü .v®þ?äÐÔä1 d6Ö5öAvœûü^R.óÙ/5Lu¨4ÈÖjUárh¬â=a»›Å°{hÖ"ˆs>V3híÿö&Zª2ͺîÔEH£t*¶ˆ ÒØ¢€ Š¢€v(6©÷Òùï³¾µÿ1ëÛcÌñeÕ”—ˆl"Â_ê¥-½ˆM Gµ#§[ûV¢ 7Ì›°‚Ju7]6ŒÑb¾ijþ옺n§ççë6-uÄ´cíÝâäQ+¨ÏÊÐoÌÐZVï}«õ8÷ÆAÝ댃‚£þ;™è°j3(SKv€Ô `Vë6Ènãð‘°ñí¶2úœa!CŸ®ü¼-úµú¶ëRÝÐDc%–½h³ÙèB.&»²ÅËeo-+Ù§…ù&5V TÃÜŒùŽÙ­”Ú&uϪÆÞÉ(Æ~ˆI™ÿæbÿÓþ/|…BÇOp’:РgSd‘{äH<¸?çÑùºNÉÏKþ“My:GîÓ*Z]Ÿ¬‹â?ÓáÐ *CË=ÌÊìc“ý˵¤ËÔ5éb²„ÓÒó¨952½¨0*K\ ¢Áq‘i«I„Pÿ2ö\…îŸÏ’ê@Ÿ6Ä÷‘=í×h‡,“FñΖ¯§[åóŒ–ø Ýö»bXÙ²ïõ4ÏëÓ[±loæ;&#—'ÃdŒN4¢ô¥Çzº/|í C™,Ð1?xWf5­>Žx­Þ ¹ èEs@õFGÀä$È.„ös\yº7¿6/ÃS%:NïðƒïUaù^_jFÎwÇjÝkŸ*ª[DRƒÉ›ŒñƲìÑõó4hGÑ»°ûÙmšZ·Ï„õjë×V©£éÃb·Ç­Ë=b‡9Vƒ,÷q3ÿ¿ðƒÿ× ¨òj½‚BãÍ0E‚¡«‰š\;†] »ýSf V¹¡â¬ì¥Â;â]*[PîVYµ²|¡­ï:…N¾h:ZÛbÿ€jluèýdè¸|ëc‰…ª 9ù˜=-ÎîIýøŒ£};ÊÌ×ñ;ûMÃQ*ÊÏlÞå'-o$™7¯Žj«K§ßn¶»jÒÜ«rc eD¾¬¤ï<$™èåÆÈ‡Þ—ÁÔª(ü¨UTîȪ•#Ÿÿwª ÷Ÿßr(ý>Yˆ|Þcñ–ÉÝ›§DU„Èw0~ËçVàjQôƒ/ɱÜø4¦œF"-º^¨ëvõ ‚T·Ù1:÷†ìñA«µ–m­ÕaÙe«Ãî-Š8Zk¡Ö”ä‹—–o¯"7£$‹±Rø/Àkù¿_”y‚B›Äâ{«B²—ù¨M^l<ªÌ]±ï]v?*† ãV‹ôòõV¸¸W%|q¨ü;µy€Ú6–€ÙŸ“§™(©üÈ×ÃU$]éh—m nknû¤}™Az‹“žŸÏê+ê`o6ð¯Íê‡yÿ˜îgY6«¾ü0'‘Þ0ß87©šxvºâušŸ‹Öèy«B”«¥›!Æûz÷oŒ¬Dn³=¡™Í -ü¿PoÂôh×s“IŽ“-cí>ïn5³„Ixòåù©ì:oÓ½[ràÈgþôƒõU|½ßÞ{@Ÿ´ý”ޏ´EÚXà BäÆnE˜aLG¨?NsAÀç×úûeæë‹ÍÎêåŽ%8ƒÍ@¬ä8Uã¸ô7üàÿ´]¯[nþ¸ì?º¡gÏØ–‡iè×å*ęȺ3Áu>²é´ï[ìhzÐÝ[/ì.TÒqœð!wZ­Gãºæ^‚;:cõVóÅþàu¬:–ê˜ÄÙ|{ìù@>â¼ÊîZ|@hÓ:J_­zCGõy>3øwz:šÜÃÀ>é¡¶ÝK#œX"ŒÆWA¡ï-Lr—rëíJÃQçkÝ*X`¡Ï_ñZ£{»¨kŸ¦'E] §fLdOÂ[ìÞêx›x×¶U†à¢Q»Ìi…X©ž›på³-2m°4(y×^W~ð¦U^æ¯Rµ¶Ã«‡!eí¢Åà…ôiK²äuÆä™‡–ÏåßB!k4kæê9ú¾Ió4O£"%ÂŘl2á[‡6¡T_Zf=ý™Ž†cÿÏáW€ôáØøÅìl•3ªŸ\€ž¹=Àj 0ž -º:@çÓ%@—3@™û ?àPßHÐAì¦9ד gþ⼪ä$€í@ïÀZâäÙ%2ö#G߬Ä\ÛãHß/­oå -Ø]€E(ôôžCÝ`>AB šP­ …‚MPóvh³ŒBµ£æmšÄµ¹sãnIÜ$"+F¶«1Ìž‡¿d²) ¤ùýà´…®T¶n§o¹ž†¸É¯f€MS€²w€n¨u^h?%C(#€ZçïÝ‚¨]ÜZ Q=™†$€1`^Õ}ì/·YËÓÙ­F©³¸Y'çöPŸI¾ö;@¦ŠA™Êå»G/wÇP#ìˆø¶tùÖÁs ],©¿*3¨¶;ÃT|¬nÒ#.С×lúý|V£Ú€•¢ÀìÝÝS`cµ bÓgwàµÜ «©{}Þ8÷²ŠÃé™Tjö1¿<ŒgÉ7ÈôY¤ ¼kB™óˤUë -2ø·¼Œ¯û ^=(øúùñþØãí4Ë4¦w CÛpø`FÚÛ]\¶I§^Ùf^j#â^Sï>i~îÜ ‘í]_©òâ"o³³!ƒÁyöž¯f jü0ûŸö?«…:Ÿ[ ]/ù “C s»V|·T¯z!Ȥå;HwDàËRà\Ky©íŽþÜxÆôIgwëÇþÉÀky Â6¸ŸŠq?u*•{á6S“±LO®/ª°¼¤³Åq(¾fQUPœ8<Ž7=07J$¿d¼*tü#;„³Ó~òý4áaø€Hé›6X€X [@Ðï×k“^ÓÏ>ÎVZïØ¼ëp&q÷b'嶺%~ÿx«±Þãú|cøu÷ Wañ‘b/«Û—t¼òlé¾øZÌÊN·­ËÜ^wÓ„f¯«apô¿d®ŠG?‚¦LM y¯! ÖŸ ‡±Èc×d°<¾¶ñèó8•|ö±Ò+Ýîµ~½p5þ”rFŒrÜüâãÓí%=»]Ïë—:wÄMî´‹²â)[ƒÍØï–»y53ßd"Îsdhø—‡<\qÝ{ÿ¿cËÿûùt Ðª…¥ Jµ- TµÑ”u›Ê.]ÔÉ]òÓ×·sÌÆRž¨ž×½uê7kýãÁïÙG– ýƒ1ðè†æQuØKïü³²ç·¦¶Kù—ÅšÎã“ Ðê+μjËúÊí{ˆÁw«Ûþ€ ‡Pf N.™êÐÄyõ½7¼¯p@]ó‹-÷9 -³‡;Ç›[J÷‘8}¹Ñ§è†”…^Eˆª7CÙvk¸wtçà ·Xˆ^6jQø¬7ž—]w‚f'g•ÔÓº÷žXÚ¾XuØÞ<´w;«n¯n*¿E -µ†p¼ìàÀ%kÏ# úHÐ8gÑgoö¨Ùímaš×XýœÞç“"~ðÃ-Gö‚{å¶Ò'ÓZoà¢4Õޝù<(tn;ߌ¨Û*© ðÕ$“á–Os­{È™ÎÛ­}×e -]u–oä)¼xiZ”“æáÿ§ ÁQáx² èsÔä¡~ÔG" F^zžKî$yYÙàš^ çCõt?Ž6½ŸÇIn›ìªáA ¬Ÿ¤÷÷—õ÷ÌöÍhùƒ{È‘>.äz,Ò$’Ÿ·ûóÎì@HÝ©~GTÇJoåɽ3iMj{Yüw¢íµ¡)](Ó­¸€b@ &ñ­ÈŽü°¤¾qóÔâ²Ï¶'ãø¼D®xþlCE­sm·äÛÈ æ}޽ÆB^Õ9)úC—‘Ó™¶FÃYÞè]§Fêžq®².NîîD±_ËZËq²ñƒ[žz¬qà-të×~êBÇ_=(ôÕ[j¼¹:Ü“€Yí¤»óì¯j!åœgsuä -ñaI>Ø0›qæû}|Õ»œ¿ÕEf[f‡[«5-¾]˜! Od=ûµl±rÿXÞtX¶0bÝ+=C0ׇov†|ͤ2Ùê•¿áÿs„îCÇÖ&ìœ3ï»1ôüA¼Ø¼'&°/uãîæ¡ŸÆ¥î$Z úzÛúIhDm|åÖùÜ"ÜÓ%7ç¤kŽÝN‰¶¸)K–{öÆ™cK³cK±Ç÷7#ÛiÐú‘ZVõá~Z˜—uv0…ì⿳ÝwØïŒïÍIK@©zœ"žÆÙåð›dQ­KÙtµAn¸ÇAmµÉY­«ÿ8W%Ö¤¨yŸ£‹ÓñúUµ• ?&ð• Giiti¢ƒQé φ6îµÇ¢‰jÓJÈBlYí1~´G/YÒ°ºÃóÿ@„(´x6¿7Ó¬­óPèŠ'\J)_Û(àÏÅÉ´}¦qg»£Éy8Q§Õ‚"À¢+? ÷g—ú›¼nçòx1«úÉjrCNSꃆ”’ûR»dô‚µì©våÞ#rkª,_tKÒt_*éAj#Ñþß;¹NW(T¸€ª|@Ÿúw¥‡dòÆ1&fØ){tŒ\a¯ôÆÒ†ÅÏŽÿê^vË4vº»§Îr͈±±™ÅšÙ²ZÞU²Ü—«A©Éov í¼]HæŽ:泑:V±L[ÇJ™N®/¦;ûÏ0Ýíê~æßˆçÊ\“& ƒ0œwéaæ¶*̱³A(œ-SÖßîA ­ëP_µdÛ_ô‰E<« ¬Ï¤Éމqw×aôrº×R;Ûeb5¯Ü¥^QvÉqSn9Cú,éÝ2ò,Ù`J­¼GÕò;…©±JÁ³ü9ü -@⟠ÓEÐÄr ûp^&ÕÔµÝc“#¯#Û=AäÀ:NÝ+þ|Zx›ŽºpC3rÄb5±ÚIù¾>e3C!…нÍË¥Õ›_gä”®±f­­@ªë­@ËlZ*¥%LÁ2R«vÁ¥¶GåYtDþ€Ì£í?Ÿ$j& G·5ÈRŸäª®›ƒpÏÏöj¦âms«0 ž¡Ã.ÃÆM™ŸrÄd:“¡­b©³9 Ÿ_¾¤éé -ë%“f.ÓjÃ|skb³'-u˜½ö´þºÉð -Öìe¬l‹ÈˆTKTºåŸXË__Ð_§#²óŸ»ü<»IÄMwu˜iž¾ÏP®µÍIëi8Ù§#ÃøU–Xh/[œM¶ÛáDævóqn¾Üè\uÖ°óðÖ¡õ§âƯg«£aŸÆáú¦C»Ë7XÓÄKÞ_‰~‡ˆç8_lh—{¾™Ýì΢Ù5E8*ÿþ@jE(t›³Ÿq“¹Ìwöò¾ªm³!o„“VÖ\ù ¦÷q«v¹ì`l»meIÇÖïÚÀÓVoyÓËç²ðZÔ™˜œ$ÂÙ]£3uÇ))#–÷NH&Ö@˜ðyO¨Á`Vàâw]¸-ƱÔ̳â¹qgÄsùü;¹ºÐã#ç?3V'B`ø³í«·^hûÁ`åÓKcq4‚©Ë¹ÔÕYžŒ5ˆò¢aOùÁP*Õ'½£’ž·ùÅÍ—Ö§EØ0ÌõNpÜáµRG¬îFJ¹>G‹½ºxˆaœ\OMo~Y¼IüÇRÅú¬ùæêƒV8fü;…ôº÷Éùd¦nJÙ‘£M{]ºÏ{~³<xÙR]ŸM?´íø¹Ìó·g›5+kF¡Íl»À zû•ºŽå68Ø›¹Â¬—ëM6®#ÀCùÕ¶RäW¤ÃË»¥Ë§mã^[Ë»F¸uÔZ`§ZbsÌ‚¦°èd¾]XôàZ$UÝ칕ñj².ßÓ§K¹fÖÐÒ«—K.cö~ð’pd½’ð‘âg]ʵÚX-O´YûW²±ešõVð0sÊ2ÔcսƲ2 l«aÆÎ…×Q\÷5&Î=+¿~ÁõÅLîÓ Ù´ª|VðäË“Çm‰Ëß›Ü÷¡Í2_¿ÛA¯ý¢7H[Eô$, Jqqb×v:Åv¸Y‘%_\'¿s—ß-J„HýƒïÝèÿ× ;bË5ÂjçÝZáúVžãšä`v_0c~^¡Å¸0È7(½[»nfª‚âž4ÌÕü†Ã·µÝ¨|©ž'Û¤|_ -Ï’ÛΦ~ðb‹yà…½Ql§|+äwVËæY9Ç"}=[Jû Æê¦ÂT™1ź”!Z>’‹åù¹Pk9Ë”!üàão–‡+kœíWwª#8+Q!×i©UŒyYtÅy§žÞ¾{ÜÁ”K8 K¯ o@q”UHŸoS–¼íyæ¹üg¾Í–°ù‰±ÔÍvz'„z æ'?q¹J¶*#™Pø½ q±~…ßÈm[‹è(·¦bÇÆ#eT!» TXsÓíT;…ÉŒ¥š•ÄÎ -lñ-†¾` S58%[†ƒ5WlÑ åÅüΊ«¹a}Âe¦V‡ÿ¯Ù nE¢Ä|Z!=ƒé¾ÍèDúYs2¡½Lï¼Éª‹Ä*ù/üàÿ´½^µ×šñùheviÔ¸Ž™Þ9o᪷õÞ­ã<¿ÛkÓЀ…7,5Ÿ•ÊÛIŠ^gs.¤Oõs¾_I.Ùó\¿0Œ9èûºö¤^{æýƒSbŽBÈV`„R¹d2$˜øa5 q6m²X‰•Qk`בû)!6ʯ8õ-Zå4 FˆWä:ž}k°^¸È’È9€äf"H=ßC:K ZHÍ3OÚ Ò u¹@ê]…óûÛRB| €µ%ÄûqðHçÉÄ”ªÙLëeo0¯|É—[óIFSñ~p¹ú¯x)áÆE€’Ex‚<hq5ƒ?>·M•ßÙë,@ì“9OŸ­’¾|¿óÉTáï3S …T u¥u×H›DŸøqs1@Ö+ —|Ÿ‹ùG£üò )åÙ)ï¥ûá¬6c‰‹Ãþçð.RƒBuÊ«¨4(T PƒÞAè@Ũ P—5l€L`ˆ ±+@)[Ghíi©À. ®@Nµ @žÛõ·:šnÜ¿æ ”×€ïÃošQÝg§qi߯|»Uß­ëC ›¿à&eО‚Ðh¸Ò–Æ]iÿ­'çã4@]¨ÉõÚ°áз=@Qþ ûžÊ -|‹ì® PŽ1*é €jHÑ}~ËË4@ýiýåAû¹ÞbÚýX[önvQðlgòeé7¥_ð9Ô€Ùa 3­01¶’æK.g€£ `‡é·\?‡†—%@Ô  ãQ - ½#óµ˜ÅÃËð<â3è^vzÛCÊ€Ñaê¥89öÙÙtÅǾôî£ô|xãrt?F½sV7ŒzŒ8Oúß,\Ù¶Ü6àx -»ß‚½;Ãþ[^nÝó·R2À³” ° ´X]IVؤFRÅ—¿SÄW¦jµŸìj<;'fú¤fíà±ooÏA)Çþý¸œåï…<"&e±Ü½NCdxÁ‡rÿDß^½(ÞñÊ~âùWpPæ-[¾»°Ø&H«Ê¤ƒû¤OJé[ÕH“ßÝ¿}'z„rv+ƒôcÀŽò÷£¹¬ÝGÍ”’\¥ab:C')+»Õ-)‡›ýÖ_7n—fâ÷´)ÄÈBïžÛlmxÐgFo_s`(éÑ#ùßȯBëW€4«ò§‘ÀËå.HóÀ™ìa 2K#2 ÊÌ$?x­×éÅ“ ww½v‹“q*BnöóÄ\a@QýÁ¯õ}¹¿m³7ñ#glqY¹Êþ"ws˜ðÔi—öêÇCj׋*^µ¿õvg½v %ì÷C)Nµæ¯€º¾QÀ9é?Ÿ|e°ŽˆTóEq™ð¯mc5|Œ¬»“Øh)¸¾–æ1^\sÏË*`ˆs¸`Ø3ÉÈõSÏ™©Ç›èG-ÎÍç¦ ts®£2Ì,ö÷ż¶{ù—îÆ_©ý°ïmU߈‹­Uuu–Sòÿ -VFp5ëÊŸ@@fwua¶É÷0@´ð̯Â>œÇ&Ç}]°¬w f£è´áí8¬uÐCq_¥£Ê‰/íÁhî^»uo'f¯æöó,.¶­¶m1òýÞd$½´¦Ú'Õ¿¨Muù˜¬›Þ¼£‹¥­ÏƒàVûÁÿþvàò€oTå[°×¾ûW—ß¶1 ÐõúÝNG[ªˆê—u·:;iÌIË“ñy_ǯí•ð¹|½ATnMɦîó-ÌÎ3“`„ð~ÀF‡›oòfew¯-oîvZ <û¨»›·Í¹t¾ïàP.ÿ -ö—ôøÎc ÓW Ð×Ìä}t”Çe—8W¾½K«V¬ZäàtœðöÁ:šþîÓé7aox÷·0°Ÿ&á—1¹°²U½¾|Ä¡º¬W’‘÷Æês¯¡Ú‘‡9ì_à­#ïn Sa–ósÜ´pN*θ´*M’å¸ð+@ú@ïóË6È\Ý! å8TotÑÌÜ'‚½ÊœV;Gþ ŽÊcùÕÒ÷^}±ÙäjûpÈòW¿Rl€eýâcCè…´v*óÚ5çÄí»ÝWÅvéõj=Óhú1=Mâ’3î„Üdbkûù¬mAH³ÖûýÉÿÁþOû€ô}…:—?Å&ý»ß2ÔK^ƒN-¡brÖ.ž ö%DnŠlC§<ŸôÚ¯FØÙûñû"-‹)·×¿|ëc¹÷<7Õ›{ΉÅ©x}’¼}oRk1{v¼f­E|.XhÅcDzÓώӼ˜!à©_2èÊ|¤¾Å&Æøî·¬H@ ÕäYüÞGÙ|}¿þìS£Uó\Ù£GgÃïIPa^Árþ|™Mr›®¯—s×ÑImý¤lAJÖâ… VsÝí}jiÓµ5Û¯#ô¾±k¤²F?õ` fy¡õƒ´§tí9Íü -an"ÈT)iÁÔx´ôLI•i \3ÔàuºX Íåa~Û‰èýаOãÕkx_yøg¿wIOËØùiƒøXèSÀÌuŸdŒÝ(_1˜¸-éÃÊj4:OqoT"6Ïáu—#†WÎ@äÒC«EàC«Šcÿàç¿_™ -h€ŒUU`çÔÆ€Š—ОO#I^›Çí²çrñÑ>D÷=.VéMޱ›AõËV×_Ìw­`3+Ö¶—ɬ°¾[8¼ŒµrtAªðTn6§=R -¯ñ’׸gÒˆFt¤Ê:»í/zÈÀë_ŒS¿dZ)hÏkÚ3 -m˜Ô70‚=àÎ5IÑóãy4ŠvÑ{Þ>o·ŒMÀñ«79ѼÌÊšº¬j‡Ž#N6Z±b“>u“‘¹i?5þc½ûË—îµÐË8A³Û%X£³ï­7}¿¯¥ÛùÌÞÝM1½L;=e¿~Å„EˆSt…ŽëgqGEWåŒûǤ™vö²ôÙmòõ jeº²”±fÎɃµbMo‹Áj’’ÚÛqGéŸuýÓ¸j3¹õÂBæ-Øý´ \›TÍYXUªÐQ8û¸P8ÍJÔrùpW/›Ï½=*0÷öQ-&ÿ˜‰ÿOúœjb¶†B{ÄäÍRáÕŸM&pa.õ¢f©5ÚîŠNZ07Yy¹¸°Ø¾IÙ-¦ª†S?4æ–Ú®Ʊ+†,wêûí×¥£­‚øW&£S"½>"-¦•‚ÔTOŠ„’§µÚ‹7iÑéßäúzx•Ÿyçªp²÷;@Æc€Ä_Pf\wîµNl«³ Œú"¤ulïÈú¦»6çÿ •,3䄞瓃0­ oË&n›‘Å,GI-³ÖRo$êî[‡£Zí˜G©UY\Z -Hµ2„\h®·q«Ù±¦“&Å9æZÞðVZRn­ÕR‰%dߺü -¸¨—ß*cûû\ çœß?Ѽo7wíÂHÞäïªð+Õ\aËåq‘ ŠØ¬êË“Ö8P`¾¿[ƺûˆ£}Š—eŸH¢°=&œ­Üt·ÍÍ!>7éBîÓØÇ³\cà•›Á³9 ½7²Ïë«ÑÝ{“|·&*ñßðƒÿ9€Ì§Õ¢u“™”ï¤)ìqUjl´C®<¨¸¹Â>ag¹µ[6“—ӰżÕUº‚aõÎpŽ£þúhN:†Øsåϰ4o‘mÉohAîðƒ‹g¢ûõ+ˆEo*ŠÅek,\µ^"Ä/ nˆÇðó¡÷’_ݵyj'ýióQ*àê[%İJmaÆ·Z¶5q¡˜†[Q®³xé±M¾Ï£ åQýQi ÔuµÝ-4ËšN¤ÞÚt3VƒÝu]á¦JkÁ.\¡z•ˆúõúc0êSíóÀÌu§s€³¥P1\DwÚï_HîÕJžRº}p¬zmGôðúº¸ŽE_æ¿zæ?ÅÎ{)«Ê7£šÆ7ÝsMž?™ÚŠÖI¾AWÒü âoøóŒ»I礇]n/xm}zEuäÆÂ’¨Vw×Þù,KÐbÖ€Ùsú3²ÅQˆî`§ƒ¨{—ïªÇÕ>R42Š'3õO÷\âÓÆP¨‘K·Ëõs/‹ëçµc’pÙÌ–®ân³:Ü)ó*;0°òu7,–¯Ùlá¯üMöWœŠºÊíúÄ…Vj¯–B[Xä6W~ê–Zœµgì¢þÌ%ùaƽtÙçž¿ ­Õ¥»=Kƒæ!iØ×—úrZÃj]yMV7«X‰q·^)ë÷nÙ¾åÇen¹JO­œ”fµ„) ™i«$\¯ø¾ºHq!¡…â§|¿i ¿b£åÚp­îm 4é!g¯·Ë¢Q}Î(M½œñî•ú~ky‰ÒU¹O‘íæu<ì‹bê2ª§wõ17,ÏìŠ%Ý’«®Åc…îÙNyçwç•;¸K,Ǧn¹¬!—êŒÕö˜*Î!f'ú~2´3| -?øŸÃß8’Æ/OøÏ ™(õcɰs ¨qî£Ý±÷y+þ0›HyvO6œÚ(/´°w©¶6+UƒÛÕÊNK¬½îÎc…ôyÔdÉ›ªæ³r/{öhí»kÕ¤ï[¡y†[Qîp‘ž9¿“hòN -_/iH™õþŠ•DÊŸAóƒ;hp+™¥eDk8`ݱuŠ’׿E¨ŸEÁ >üºG¼ÿÿr(ŒY>›ì«>-A~giH.ÿf°l ùd˜júJS¯½ËžÞϾ¥3ë©óÊônÑiâCEicç5B¯‘?E«ù{€8&yø -ó©;;[³&žJÃþ¿Wú toWë§'W8*¯Óé$¦Á® äëünùÙó<¿`,麤yÒõÉÏQ H4æ·„R©F¤8‹Ûôº“Nˆ3*Ç)±’{@h(Ä)›«…*DWüƒüŸö?èô•HoX)¥Ê”o4!Ö]øãA}À}öú¼ÛˆkêõùÈÅ×ç6_Ÿ=¡½>·Ñ¤R·¤Ò ¤hãçäTùQ)eAªéÖ@ªŸ‡oÖŸÙ eà ,µ´cÚƒ÷¤ìýxIÒíýÂñ=ø¢PæØ*‚”#rß,êµ Îð½è¤FEbß[ϧAª=®€”ðT@ªT7@J  ÕÀv ÕíÜ@Êܧ@jAA.:ð·g¤ /@êzr’’ö¡ŽßkAÊe ‚ƒh4ð×2Éa­"îg–úz"óY¸Pè½_ƒ–=C™}´VÍHv{Þ‚·izFõ¯ÅÎ…H­Í ÄÍ© )à=B`P!fRðªHB×ÒÁ=€Ó3@æÔb@½dZ¥ž¡V [=Î$§GOôiûƒŸÿÕþ€>(të¡FŸÈm”l S€¦h„}¾÷rÅdBÀËÐ#€ÈÇ9@”üíÐI @¦< ÀýÖúãGÈ©Ù\Ëš–Ö¯Õùr†·7ò$åýè Ù{ô9ÑIqÚ£®N“!¯<Š\4+ðôï] âÎT¾ÕQ4œA¡/zÐóà Pw _ë‖¥6@é <3JÃï¦ðû U‘z­Cö%ëÚ+=úH¯´. žka1yv(zóèsÝä>l/°Äè‡ô~»³ü­J´ó±¨}²ge?¤Î™Bþ ã …kjÌ×á `«ïã!’e[Àœ: 0V­,¡þmÊ…Ÿ‚²ÛçZi]ŸäÅú<ú ñÈ2©üýp`«÷¡ÓoÝYeÝK.ÒNŒ÷8¼ÝšÉí:-ÀÙ`^)fãÔ,žq]8îgÕ\d:s**ó&ù`fñ?m€Ir õWÚ¶…î“oYZ «[€o'ÀÇûÀ™[ë¹éNµGÿ5˜Þ‡73L.\p†«öíu³)®7){},§•k=·o|+ðçT;ž»-3nt«Ë2ngÕí §®ÝÏ÷Ï~92{v7£ëÙ-&ôfÕŽ¨¿`¶eÎÈ -T ߌº =âgvÛ^ }bÞ ­‹…GtYŠ÷ºнÙÁÖ¼N§eñv÷œ›å|³š= áöÑËùî‡ú[êhJ¹ -ðn®ÒSL™þÕ™½|™Ûyfw­\b­FÕ«›=É1Š6‡ç6NðS/ϬZ©x>œ–íçA—¼t4Ö}&ªïåýdÉ4÷5©ÝßÍNÛéöS*D[t°B7évĆ»ì¤ìŸ{daUy¹9ïµçiϰÔáÿsØmQ‚jW5Î š0­ê€( +@¸ñåEï_©{ùÑ¢®ó—]º¨DÔ8eéÞÁ(ZÖþ^g»W…Ým? -…é›òÞøå)±‘“#»^+)¸V®É «„;Ó1C掆ÁP™¿Dï²ËûÙ-zâ Ê.°ú…™gzSÊÝ0#òoxjUxéɃ´³lÀÜî:þn´ ©ÔaÆ÷(B§Ü„˜E/kÊÌžò̉’ÚÞÍ딾ñÏÝéº#•ƒ°ßæŽÁa§>6«£¾1]Ñ«ëûTZY»BsùȪý¥ó oN“Å2{$çAaŸw)¿Áüà³ì… ¦#ñIL ©Sæo8µ-Á‘“ã¿÷+´aäÇßGC‡¯oÆ Ôy†|޹núPåOåGÞå ]aŽ£'?¸oV&Þªº‘wK>’což×^^ÊpÓ‹¥ø‚ÆZ1ü\Í·ÛóÌ9ž¸ÝÆè4ÈÏôtd<Ç\®¨‰ÊiûIñ_ñý4AŒKÐçud™Þ»KÎ’îsµïÝîÈIfûxƒÌVŠžž°ê÷Û -j¿åÄÄUwÊ–¶™À“#öŒdkÁœq ºèxÅZÈXºôSÀ; ”©t9@– -Hm5T³<ÊåÂöŠ„5/'w½‹fýÒsÖôlxŒ­º_]ÚmïsXŒækü0qŒ_Muú¸qÆéÍy’tn¯ á¸=«ÕY»þš -ÖB|ô-dÕ_Žå ù4C“ÇL"¡ck>?¸ÑËÁ¯¸ñ.ƒôaÎ}ŸÕÔdt²µ0eŽW—í6í+¶²Ü£ -¸m˜5ãÊ[¾sSu¡€‰æf‹¾ #Ø«ùXLj†Xœˆ,äƒßÆr«˜2Ã@¦L’˜UŒíQ &;rtM/]õ|±ÿ® -é–ø«Õǯ€])?M€yå÷ÙBßMmoû•«t½[“lNÎy­cDn›m;à¹4¾z±|É“‹Ý– ãêþÔl9感S }<—fû.¯Þ¦rÔµ¨vóC|T4üïÕq‚ŠÃÊdbhP?hµùô1O –æü -±¼ý pn'Ê Ó{pß'át5ÎÙÉ“kê—ž)vwÏlí±ÊÒ‚srVEAU½#K¯Ëd¿Ñ˜éZ¯;yª}ÝZº¦mvâ…«³¥órh ÊZsª­óà55^á}$û^‹ªôÑÀêö²@l/=¿ýŒû¨‹\ú¨þ>ýà}Ô@ÎÀ/4ºËpß'·tŸ£Z5Rñà`‰jNØn”®šba³0Ôó”–uA¹>­¬Õ^lmL,%ó×O¨>VŸ†;ã²çG£mw}¶¯]ª£þ¤‡a÷´Õf¢Û.ÐCû3‡N_ÝTŽ Ú‡¿¤Y® ÇPé'“‰Þ»½ G:V*q!Ù¤º ʧÚ&W&´€ë¿ý¥4ÔîóýìHÎJóweâîó’¥0­¾qȩƨ’iZƒùGtº›U}ÖegžZÚê;Å®Äù1­?¸<­okØL¹žâ·ò££lëemÔ’ìÿª%8†`œL•gÝóàÉ•¢—v~2.möëv9,‡cuµ€ÿà*FÌ+wtãÎIж”#æžeÛz©XÖ4·\1zჵÚzñiËÏ&3•îÝo­Ê¹%E;´…;r¹ÖsZ3,<Ö-iB)õÌ„Ò\b!8ÊÿÁÿþ }ŸB‹ÂXñ~ëZÇqóÄî=sRØRë -ÆÕë UT\¦+‚=×Vh4MýϤ™sãmá^3 -å”4œ¶èî“™áÞ9l€®8Õ“!¡JÚn¶—g¯IjÍSc—?§;~\jôÞx¨bÛF¯ÖMb ¦º½ùÍàýø+à:–`×$[—Í^…Ñxôâì.#7Ùõh™fýgìç—i³SžŒÝpf n0ù,²w«½ogŒ3êG5|ÃVl,u÷ŸkG½E7MZÖ£a³s)ŽYYˆÇÚì(G™SáÙí´/\ZýÈV•½8Ì–¶âÃB1ºƒào€‹:U~íVMåTØ&ì¾E·ó›˜gƒdzeW¨ÒÊΧ==»q­¶3Ǫ0ê³3òþhgô{t¿(”Öü˜¥Þ®ÖÛãÀmÊ c®4·½mWRu·ÕÈðè6—¯)ŒT¯¥ïÇ·Ä)ÄëÀutá(Q8ª<õªÙôñZÉßÌ{%²é¸ ðË?øÁÿiŸsm„ÝcH]l²à ÛsÑ£ÌNa–—Ü¿#„Y7ÛTóЕs¦\­è ~VSiÒh%%Î×'ã¿áÏß :•‚ÿ*Ü‹Ë ïÝË‹‚Þw¸A›gI†vduÐßŸÓ¯Ž“«êçãˆrgÌvš—ÔÔùÞ{ÊûIsÉõ½ó¶r!œsùVñ¡D¥‡*–KÑ]-MmRªSľnR|#G˜ñçþuULmó×6ñ/_ÄÃvS“ ArB‹+Œ9—磉Xt#3;¦&é‘{?ýýìzïpoþª}Œ’1[o–×{ŽÊE1×åU0q¹sÞ*'SoVš5 ¿¸:Qa5÷“‚ÜË`lxWòlÛ9ˆ,©Ê£ü®ˆùÞuùÊ3Ë)—g"ÏÉøâ!w`óÿüÏ!ŒíbiåïåÅ k•§³Ö>o1nDŒ`¾5ꇤÃm³yZ-Ä—kë~›¨ÕúìX¬_¨Tæ1§]l1l¯ °”Î’·‡•gž˜ïç†b&Ìž—Õc¶„ŒÕ¾ô}_­ÒÎ`×¥ù¼¼ ^üF¹c¤Qþ_xÊ0ZWfµT -vÑ!Né|óšP§ûýo?{ÿ]oº¤*Ó„kA*Î#‚󬀊 -2)ˆ‚œÿ.×»÷÷Dtô÷ç*bõÒº©13IJì9šîÛ·žglOã$ëѳ·Êþi*‚ÕkŸ­¦Ÿy¢|ݽK%®}ª7}‰,™Å÷ýýi?×-O'ĠβYc3gésJ_µ†—.âô,pûŒ× Ì)ÎͬÅ_Ð2†GÊ'Yߟ ­Â†ìÔ0fNŸÿµ"1lÝz»ñÂl[¥ -uèøB‹ÞþC/Õqib}³ wøµTŽô{ÁÓY'/ΨWNfÊ1¨‚O6œ£ôUÙ#x%=Á±znžGg^C€·ï ]Ò_ ÝÖ@€®H—JÙáWªÂ¬!èñª´ñ>Ó4›yw¢YëU¦wï‘4{¢ÍŽz$W¼/Ö‡éUƒ™¿±Z Š£„‰Ë|\ë+BåüUvÜP6™µÚ¥—Ýù{ž²ÐßO‘…‹„WPnãh Ý&î@ÌÁ7d›ù†l+JÂü…¹»HžJ$%’³[ûÅ£ÄmƒXÏL~p Ë Ð@,.žâU±ylØA‡í%ˆ?ÊÂW@’®ŸAR]ˆ$ ½)dBtA²H¸QU¾ÿÖ’Lq $íøOD(¡ ú¼"$A¡.F‚¤u@Ò, løµ…&¬¹ û )à—×UXó°=ûÖ2ܯA„ðkÙŠ»ƒD÷4ü«m×AŽF‚½ù)õŽü ¨ÎÜ©$«~¡Œí[ý ZÀ¾O‘´•²…rÅÿ Ï  ‰Î+¼ -Gɉ—Ar]À–¿¾(ø­1Äž‹$#$OêÜ5BO/BúµBÌEȲ@}kÙé‹Ñàž=Ä'ÆÇ\ó×OæÚ:‡óT|ú -sâýü"´__P¾A™F®¡©AõcnÁ«à¯ b -ßœ^äú¥E:BÖN=B6>Ä~!rÿ“ÕÕ"Ä•¡F7xEHÜŒ"4+g¿iÖU y£Àî“]£R8÷ª§€ÅZ÷·SùÜÞ+×¹¿«óãý÷_ùíí/D袎EÚü†®¿Ápô¾IáS6B½Ë1B÷¨¡ÌÖ<¼"tÔhC(ó#[0t+ -À•¼—Ï Ÿiþ|²A /"™ ã]5,T’~ÀGÜ{m²¿u/gO¸Ÿ ÏH³îK’;O·¿O9ê¤aÛ‰oÔ:VKQjjQê#Œ",òß“FŒ(µaÜo†5ôw¶ö9=óÝðâ7æa¡5áö´—ƒòÚ=¿ŸÝÜã½Éu߾njc×Ò2>‰G/8w;ž¸±Ùü%ëÙÌj—§¡Qþ3ýIùάmûeŸ{ÝŸQÎù °í–¨v–‹R‡¤a­E3ÂÞ¥Ù÷¸ ᛸlE˜ˆŸ³Á~ð°Hl+ï§ÉÒ¾w‘¦>Ù|m‹Lƪ œ7™$ÿŠ„'éjÝçÐÅô4ûÌ<Ë{Ç’YÍÉç$h?˜ýýù(µâÐ~€fW»ý¿I­{ƒÍ.n-y¥\âáþ~A;‡ÐîzïóÄ̾Í{Cr g4rþB”ªªPæ‡(F8òýõRè/úQ:o¾Á*ÈeÏנ懎'=²oWgEܹ´*•sÅÚö*¬Ïî|L®oïþXºµìq•*òí+W8´{I|AíJÆÒ9®fá®=Ê"=¬dÓ‹N–åŽ/èÓ)æ–ôø¼Å£xyè€åìÀÒµüÒJã­Ýyºž(§‹·: -Í1mÌ Ìò:›2žµaÑ¨í´Ž¾ÃÉ&âI•‹¶L&j Í®/ŸÇ™—L&oŠ8ªÂ‘<¦¢üBÉäš<…®t=GáÓ´·¸9 _b}ÝûQê‘ä#|v*@Þ$£líü}#5 ÛðYjŠžÚ wÏ%¶ì]?_ûK·²ú0m>ë²î³¥Ñûå@í®ÇËã`7æ#äde|0N²•õ9·L…Ò­ØÅ¥âJ¬ÚäPQïGh×Où§°'ZŸýDƒ]$Þ½B믿a¥B.ŸŸB”Y"-è„‚iDŒ$þ\®«W¦ä.›WúÛÚI³fcàžÊrýÁuaÛ)¨ÇœØTÌKÔ•ç•ÃDb‡ÕáÁ*¡ºÈw£›Ø@ë¾°gt>ÍÒþÀ×û»èýw=ºoo5…}oq´ãñ“áòÙtêù~ðÿ®#Œipúà¹(ã‘TD¤ ÓOÙ'~W$ÇÏâµÝ¿ØËôbJ¬|zðχA2H¤&FPNŸqMº‹fûPÕ#á]‹™ý§øÚîÛ«XùÁwŠ—?ïz»ás«…ûh‹·o&mšÏB~3?q×M~z~­™ëÆY—–ËÇÊ)Ží¿‡æ"¥ÅV>Êv–4XœS#¿;zÀÙY„’í»ýÒ ±C+¯R‚Ù`Å‹¦¬Üð8v ¹HÐÑ›¯¨= îýÝq5mG©ÇŸè²Àg•޶Y ì}}ßëÒ9ÀVÎ|ÚXUm”á^œuþFG«Èƒk¸¡Í¾çÖâö'"¼.@¡Á -•D:ðVߟƒ ¸½W -Ä-¹Ë´UèžÖØèŸ3wV‡¯›¯äi¸òÜ]haBîE©ËŸ ©Ñ¦Pß,Öe|¼YÕˆñÛ.w'®Yô\VXæãq%¦Ó"&ËøóÖ–1h]—ÇMÞ‚(!ª¿=ñoá›ìó¾VúFÅhoÐm” ‘†¯éë¨};{¥Ì¦e¯4G¢ ½$‡¨Ø:ó{äÙªñVuJ­í³Üã¼52f…@Y2’»ßÂZ’†¥.ûBt[è.Ò½1'Æ™îìš Ä91™šóé5 ¶æüôŒ¿çЋˆ2G¿ -™v*}ÿä<üª¯Eè¿XWŒÆNµ`ÖÐe[ªãRQ‘í1ÿ8lw²_±=Õ«å ³‘«úmÙfé…9Xùéü<=1³ëà´ŸÜœrµž;Ù:©}ͱ'çøI ¨p›lÒª2yR×ã´,xÊ_€s%¢,Q©M˯?øJ¿K*v™ª3ì\v¡ÍD™²68“å–õEi£Ln¸ÃшÒpV.ö%h::ûi-éå^ug·Î¶?q3Éd¼ÓŸÜH<'‡=Ÿ^‡òÛù zT¨qû{(p( Á'#èRñ0‡õ?ñÝ+¹|6ÊNÇÍ98.S°»;Ì*˜õ”¹ÓDG>{´v~_^õ­Ý|·­½†­½íŒ} ›ò'›ã„¨Pfúº9_ä[ÔäUìtFmŠë´==ÿÁØg³ë›0û“ÙúÝÏæ ¹že㳞%òb’:la -ƒÁñö'¾s(e•ú_Ÿ·o^úB,ÇØisÄRz$o’\L«)¥´ÚÓ‡7ͬå‰j»Édál5ZíâwšíÎ …ÅŒ,V§OªÔl¹5ÕíÞe]÷òÞxÝ+ )£{×Ö¯.ËÖ²Ýr%?é8ÊáÐe\îûÝ›;ßõò™Õþ/D™…U -¼Jûœ.¤¯º$ãgÛìâ&y÷SÚ¡c¥dìC©YÈ×…øOw§\ÄÙBÁZ7´Í› w¸ï/'­ 3{L°Â8¬£å!V 꽫ÆQ]®3vËÉuÝyÞ(âõìl!Û©Ó«q{·ÀŽm¯q“:µ†&vÖ=åO|¶ÕÜUpÕAú2õvéSýXÄuål¦Ž—u%9hÞÔ܈ا¥c·'£õz ž*×Y“6“ÎìƒyÉ≿áC-¼ý|%]êVKr£Ã¯ŸÃN£Þ\ýàmß?*í7ÚsÚ{=ÆÛ­±?¤Û™L éB‡©¢Bºø ߀-é<šýÌ ýœÓg;\fŒ0Ȥ5üvÀägÁ…äôöàþ’«JÏ=Òõõî ¦\w¿Ù3™‚¯Ï¹Qé> }o”ÚÌ>ýÅåtkót¦àA¹MÍ -mÔ…-½qB¹ÒcˆRÉ„îRýÅyßÒŧIõ CÿÁ)ÅØiÁT¯hï-"s™&rÆôdFï¸X-œ.‘•[²_ïþ¦‘¾Ú«Ã}åÐúŒf`¿1ó¿ÚOBﮆùÄúÁûL©hwëãµit÷Ld(-ׯQZý= ïášÂôÈ 0Ãø´Ì‰ÚjevMžœ™}ÌeSGr=•¿ð¼eâÖÙüÌ=¸¬Ñ¶ë„zÎ…„¼Ùµq˜x[ª²ï—7† ï…]}”f^eß™H ´¥Ûì¶ÏnÔCçýŠt:v™ 5¢Znë$Ï“Ötö*´¸ -—÷cñƒ“—`© ³ì‘…i¡Ö¼{¯uÃ9Üåúk;=Ô_Íšøìw…".Dr&Ìýe–Óô¨’WlÇ$tc»ù.þ¬[<™3Q¿ýà3å/¥k}ÆCü]΋Gº_± ãΡµáèAîZVOSI&½¿4×o®T³ŠšÕfµ05\ÛÛ6øƒto4¦z©îßzóZ(M„}Í -Õ¨ÿ†sÿ_ñ Wˆ?Ùäô£1(¯Z”—ȰÙOÎ dÓLõ}vtšÙó§«Y“^7÷ÅÑê¯ÍjÒ‚T¾Ý‡Î5½’}’uÝÙÞð(e]f–\ó˜U§ÞËwNa™°wdM>”µnû¢ÔºS Ԝ۫¦žØ¦2JÜ]ùLî·áü Õœ!-6Eõ¬Ð%hóó53/ õ Æ×²§—bŒç¢R¹}[7†ùãBí5Ýþ©£,„67W¢Åtºå&ÏEÍúA8tj½?©ž­˜K¬dg˜Y¾Ô—nyD©r^_Ö~ðÒ#¦%–¾+¥RlF¥2ö‹ëV…+VO™Õ_0[/±¨+³²Rq¢ػ”²¼ã 1§ÖoÁ‰Ñm¢Ìòæ?…]áfÀ]¬=øx:µ¥¹vÆ©†"ÙššWŠÕôfX+_‡­V‰#òÝ↬N »I‹ÍFÈÓÓÈÉ«Œ›ëV8‘x’Pw6C ZÛ1 ŽY"•¨øÁÿ»þ½ˆ•ÿ=çh›L~{÷§©U'¢è±ÕeS=ÁžžþO#=."[òg¤F°œk‰•³«ãÒÍ-_w«w©W?Oã<@‹3'3ç 1¨‰ù옔«"©t1uaOË[¥<»v„pÜÔn5J§Èê›L‘µÕâ/üï)Gkgw—ç)½Æ|Ÿ¿ìÆÏIœž_÷-«u)í,Qg#Ü6]ªÅÕ;Hk÷M]•Ë˦.”ÊQg_Ø ˜§‰³L$p?ÍÛ®‘™Ñ¹nk ÛL•[Š,¼¿‘nóŽýËPíÕ¾!ÛÒm-wÀDºÔÈý rcƒUö''ÖÁñ•0¹µáMÛìá6¸_$£öW™š‰Ñ®YV¹šÎË×Ô‚ûž9¬”Wùà´YæäenF *Ú8›~·é«ôîãl;ÀêÙÅ lj†të¢Q[A¬Eˆ÷ ªí¹_ÉÔÚ*Ah4ÔŠMþÃ÷^þß5Hf¹7ˆ·Äx$ .¾Qµ%ˆ^Á´!ˆÁ_=‚%® ʳˆODýZD‹u âDh÷=oDêd ¢ëC‘ß=ƒñç—ˆAÄ¢ Qëþ -ëÑ W¾¶ÿD²©ÀϪI®’@´P¨õ{Έq<¢Ï¼"Ç€èL³g D -q†X8 rßðÖ²}XsVª8@iwfâéƒñ¦~±lØ ¶ºˆ]¯ âÕÇÅhkAƒÑø3ʤüüÃð‹Ñ/€D®P^1‚-KC¡› -’ú$ bUñ͇5ë]X©nïA,Ö éâ -¾÷bN3 ~\* þd)ˆÞ$¸²I)âAR&%Pò$c §¦A?&£ßì†ç15 ¥< –˜ ߃¸Ù³ ÀÓÿðƒÿ+@òì†P ….‰ô!õC÷Q‘‰5ƒ÷¢Ø+l› -„~É.om·ÆA¢~* ¹A[#¹ñCøî¨²ÐþV^Bë×ûLj -á'3ßdÃÙ; ƒe”ê¿Whzæo>ã×ׯ?pž_!ˆ û PÜʳ(B„3”©? ÈoŒÙè|ãÉv²ˆCGøfXŸ"d]ú¦Yá;ðîù9DŸÌ)Û­uoÎ;<æn×P˜}ÑJ­ÁýíàFø^=ë„Ïûã†'àòàuHTÆI‘‡¶eï0æ]ú÷Ïá1³ù R^~ FN~‰Ðc‹RÕ¤¥jýa„&Ò&BUGP¦d&WÜç20q?ÿvúlýWícÇßÒ÷±ßÌ¢Œ÷¾TyOØN$ê+æ ¤Üû«³ÊnÒæ3nÿ6Ÿé 6rˆ~fýXÁ¶Ó®`—»ûÝý‰0»ûZnáÛb÷‰Ðf*‰RY.¥ÌožhëHœ˜EXººã\Õýò^[ h^°läQ²J¼ä\Pw6E»}P>Ygñ×·›gÚ×Eg6tT'W.Aæq}Îßpï€+*§7È{}Ö›ÞÈáp Òªx‘±x‹”`©¢°ÿ °)e(3Ãý÷qE#LÊÞk÷#|®0`"öß3"VwÉß¹5ã%Ÿ<ÛŰsðÌTCÜÉ 2¥ÇòA“ö£½ìßÝþlzçS;öæsÆî¶¯xÇkxL[×C¿ÿºD†ˆ^”U­a ›£ÉyB ûÓ¼1•Ì[€;²YtÑXÕŒ½±ê\…_ø¿MyP‘cô{ŠG-JÓa”žTØ=ï7>UØò®Ž_Î|EŸí‡¹÷F.Œo-*›»äìý‹rk·/hi8²´Ï±ðŽÆŸÍÄ•ÏY;æNåqʯ7±ÉxaÉXãã‘Î';^°¬~&I=Ä•Ãñ˜…cïþØÿB„^¨ä{ÚIñ•DxWHCoyßøž¿;¹É`ù&™Þ╊FK§ Šü}k#ÚUb˜ÇUKŸóiRHŸ.‹rù”·)ÒdéÅÀpvjÔPa¥¿îލ7ËM{»UØûÕ˜ª¤¿rÇ$3éSym­ŒFîQ>E&rsé`ã%ñ/D©6›DØ£tÍF™BHF™ënVóÑÐC³ŸžsÓ‰þ~ß·gÌéZòù¬fo¦Ý[¿õ“FõíÌi‚CÖTЙµÕŽÊŽ*¶[ûçV1ª@QF^ ~Žœ¾dâpŤë”mìåk%>׸"njèQð¶wùß"+þ8sŽq„çZQ”{ù﫳äçŽÑmÿ3’nÖ˜Öì—ôl]ýîü|ÁyÁ\ß–¾µ—*›jt4çie\~-Ø3Ïr=ô¥åH›JÅ´¿:psDŸoÒ7ÂÆ<à#Ù7ö¢–»(Ó‘w²BwH¾ oLpø ÿ·Ç7Lü/ßòPù"Ró¥Nœw‰T -{8>‡ÞdlV³Î•ÜØt’ÉVz'Cí퀣LàÎ"Ýfìðh] -¢[Óëb}wi »ð5Þ‡íÏr Zû]´œ¨;¥hÚÐ{E&Ø®L™7K¹ŸYsâÆª‰ÇÍÌãäõ¤Å¿a˶'¸ Qfû(¾ß£lÖa7·½ÃÓÁzÙÁÅ8"…“íóù ²Ø^«jy}TNÀ–ØJñ-¾J*´µì¾]M•w½|@î»0Ø+Í9oòý5Ÿy¯å%8—M.*k¦±Í­‹Ao¼ZÑ7aU‰¢#ç*®Ìñ=KüÁÿ¿a·<ìóñ÷u~+¿ð?jZù}¯³wpKÏÊ &aÖ¾­)Õ<{oXY.ÄöUôz˜·ÿ$Ãx׋l|‹fùoÔºÛ­oò­:½f¤îh]êìØÕJ= Ü ÇŸFë'× Û.úÌ'Ý2‡sOùBþâÀ´g ñàÐl€(m÷2á#ZÁZVwqø×±t-«W|žª¹¦ˆIKÎㅒ󧇃Û4΂¨#îN´FÅÔ¦€ Ù•³ÒJÜ«¿j°ï1ßc…ÌmÎ|æÑ–iÛuy¬ph£sY í½>Fýq‚0uâ$þB„Ï&š<á¦ü±ÉõÛÃý/ãvÝs©ô°w E´^ˆ×ŽYá-XÉ)uöâ^”}íØl›´†V솳‚‘Ï1ú½²ì—N­…¾~ ¸³ói«}˜]¤ÃeV@00e[ZcÊŽD"ØMïbj7ËÛÄö 'þÿ]ÿC„ŸÉ7*Vp³oýcï˜fx¦Tÿ|G+®ùšZ½“=|ÔtÆ)Ë÷§4g½•Û¥Ä<ºLί̾H¯©ÂìšJjSÖ -Ú“g*=™Ô¸?Þºº> -šù׈âN…‘º‹QPª¯ÇÍaw=ÞîÇ«¿¥ËïÔ¿¡ù,PÂçN¯SÜ_&œü>9lñePäÊVõ úR–è6/miW¤Ô·OåÇ2ÙiÖÚéã.·×jÓ+ÌâE†RS;xfÇžNFb7×ÊÃzoØÅwÌ@Ò åOáÜïB9Ó7ÄÒh2VðOM$ ‹vŽ·å/|¶xXíµ §|Þ‚[7NB+¯pos+#/-™ í#q¾Ûr¥LeÄàShí“À[üàÛóˆÜoØð`¬š£×í”jÞâT!Ã#±ÈØ·DlØõn™6áKýÌBiõ,²8ëÍÂݾ—“ˆK÷6X—Aîýî-_]örê¢wVÚÿ0ÿ‡ü¿ë³Èë…Äöü)¸â…gxrA]Ý—:îWm™Ó¦ç©ž¡ûzÖvcWñÅYf³òâ¹Â‚óÝZµ”3/ôŠÞd»l„ÃXÁ5¹?yR½ü‚ÉwÛ$»¥UnÜqÚò¶ãt¨sg¤Ñö«uï¶_é*Óù¾7ÜyŒòó¿ð}è‘s‰Æ;¾ÓNX—ñõcnAýýƒëvóŽ91ÿ8ì;„)ôÚT°3±ÈßÞãîš_ºK®j ÌÀ×ù-e_¦u -qFò$û¤åNØ+¬®IçYP²ç×;µ7j{m°ioÖlï!´.è€ÊÒ45›°´0ë1ô{ÖXÒïniñ ˜‡+Ÿâ«vMƒs¹'~ º[U³múòjóy=ãj첺jól/ƒ¯·¿ÎIíýègôJvµ˜;kyêF²>n×ÜËÀ\ vAú¯Î&>í]âmò@WÚ¤ùìÓá´¿¢ÄK£9 PшiQÝÍmÙJüCÉ9þ7~ð…w,ö{ç¯ãKÖ‘ééb¤#ûâç˜ïÞRÃÿ<÷éÌõ´Y_CmLÇ!× Wyf4èÅÂwfS¯˜^%},Ó˜¢öXêuêlK[»u-x°ÅÚfBÅ+1OÅR™¦Žã‚:vÛ -ÕG3o -ÂFkh‘sÒ|cKÒd¬Ùó_p‰E¹)§QrfÝglÐg.V'dÇ8„?¸Ø‘NÏí2¯ž9ù2<0f†¿-­¼ŸÌõSiºóšÔ¸Ë«£a¦žazܶÇwv³Ë–×SƒR—ý•zlß-cà-CZ×[ã.:ne~Gžõîƒ<‹ƒÊÞ¼Î7ÃfALw€ÿÂcó|¢—)YHþ=ŽÑ4ŸAŽ"—‚ù$Üg°©³©o'³[Ò|uÚŠÓ7ù²'‘FFzÅ.þàƒù“löª+­×þT²S- lËô{Ò -Yœîw2?mæÐsÍ{®Ýn27—m–ãÒ,q×|£Ú:u~tÔ|y9¨í»ƒþ/üà7å³AÏåCõX)u:ä1¹fû‰ >³ÿXN9„Æâ^ÿ&#øáy›aÙHßûe@€.‰Ý2ínjX¡Æ¹˜"¯SiÐäHaÙx.»Æ¦“…>r£NðϺçãh}·ç+õ@Nêä˜Ðêd»†×èÔˆ¬Ê•f§’t½ö_°®E:e¶R®ê·´ÂÕ&¸5öñ.ýÕ'Ç]áŽ|OàM°ÂhœW×=‹Ø¶b›<­Å˜IMìÜ :h~Ò¬J:Q0¶Z“ªB§ÖŽ?ój|íí!§êq?xWûè¦Ò›N5UY•ÑvÊ'ñ{¿œµîtiþ^´¾ ~ácú,{¼2B"YlŸEðÏúM‡9mÝÓlûqä‘¡Û~E˱í¸ÀÌ[“k© Ñ gQ§§óWU [Qe|,ãe«0*—s¢@—–Ñ}\*^|ñ±5âj@ûÅ*æ×Ùõ -¼¼V -9ôD|¯çÉç×ÿÚè¿¡Ç\.ûƒ«3$ÊÉu•É -xzžl^‹©Ïަõë¼v¯jãÁŠû«ú`ÝŽ›ü‚"PtÚð–£a½íÏåzšŸ+S²a—óp·/:úûSØn¼T^Ð@.Êå:‘Ô›íœèkÂ<;rÞB6½™_3ç^ÉÌЙ!l•O_—wzYc+ÛÚ/hi>—W*Ò-/¢yã×U=äR­Ýc¾éÍÍñÀœJýÕŒãðv¼µØÖåÏ;²?¬jp¬Lk®d‹G±¸é±Ç™îß#W-B]{vܼ:™}}ã6\ï°Í쀧ȒRD€w£n‹d¾ «Ò¥ŽÒ¥ûÅoD±Ý[B0«_8Y¬(ÆÙRf˶²1—tÁë_h~¬‘Çcu6öíø­[‹wiQÔ°ŠÄNéŽÌzÅÚ^æÅél–ë‘ñ7jíš“ÌYXÍÓW™á°ç çR»ÅkƒWÚ!ÝÆåˆt›Õ„~VsÎ7`»ú¦Òê_É>Ä)ø…Ãcr»E}Šþà+0î ;ÌÜ'½jôqJj'µÊ¶UD{l] “ʤ¬öŠ«CØÊS"TîÖû†iéôUrHœLëX=“TRd^…Íö\–‘n}Y‡8C5Ô¿l£Ï}%ËPmº±Mó+¹A|SiI(™žCt¿ââü¢Ué -¢Cõ¢6~@¹[ôÞúóâ`0$pXß{€AØB¸Ïƒ›Ì!\Døø7<û âм SÃÂñJÁÃñÁÌüx¨pyp@¬jÎ7»Ü?àVß‚j‡Dk4 ¢é¼¢šÕQ.÷ƒ/7ð*8‚¨Ñ¹€¨wtAômøhK¥@tò º¼à'¼ü„·š€8‡ð@¹ Ôö‘¡—šž„ÙA„ù¶Ÿ{ß³~áÍ\nÅ/JoæhÄ;jô,$5÷â oû= ÄšR±é€x4ž‚˜:¯¿÷R)( ¦·c«ôâÐË1ÿÑ·Nõ3àÔ'Uûáé1Ÿ‡Óƒµ ‰NN -˱ó.¯v‘_Ûjio<*^S´j¯€Vê/!âë/J™×~ðÅñÕ„§!”wÆìˆ´GH%S‰K“ QÄHæ`’ÅH©ñÔø¤yÁgèÅ®ì; -–t93£âÛ¶XXË»Ò(ßEï}£Ç3h ¶yϧMÝ#ÈãEdìv­Iþ9¸3Í'ÆNZNf“%ñnJM©f”ª­Gá…fo§»á¼÷t,¼¤âXýÁÝc{w}êÛóë‰OàL'HÊ!ªdþ±8ªBŸkÙvJíÛeî9¿¯]°¹×Ž#í¶KéÎU¬Ø¥cjVß­uÏF.èœÓŒÑ9ñ }šžfÿÃþßu„ŒÆÏÛß4Ö‚a¥4a{©ñ¡?¹Á´ë{gnð’³þôid´µCšô(œÝÓý¹÷÷z:Þv³r üVö*îçåK„óp»t§ûΩ¹Sk°‹8 kÑòy,É÷“•+¢æÒéÖ î:îén±Þ×ëã°«ù™GWó"«ó Š~óW³éG„u/Âs+)Uá|ÉêUêÍ¿ -ÍW¯”i:³hص¹gvqÛ…¯Ý•¾|ôK׎oÖ Îúg³_ŠÏ»“>Í+ýü) “éI´YB‘±}£ZétžW.šäb5ŒæÐR:Æè¡wìQÌPÑäV_vK}GðÞ/D(ïA¡f -õKaUf£ô˜¯ÏνüJ(#ï\Žfþ¾å›×öCšXC±¶9]Ðôñ7ïiâb8¹‚kT™&ÐùÏÓÞYNk©\Eý,¡eß~؃c¼N-Ž=¯¹;¢ª~VFxé#O‰mIº œÞá>9¥Ëz(:‹éà gñ-`cÏ#%'Âe@·¾• +ø ÷ÅC!õœ‘ÞÇ®g†©K⽪çYŠ˜¬væô—7“4aEšª´¥ãQ¤ƒ# EWø¬’ÎkeyÊZÍoNo9ìI >3“ -½ÙöÀê†!>3_¬Í¢Ðd“î>Ȧ{jŒ¿í@ÎþB”ZQpTªo7J—ý$x:àŽOöíÁÅØ ÎJ7ï[We‚³u8–ÌŠ•îh!1[¨Ý*"(µ×äs}u“®-æ%¤}t`“#.>§¼¸)Æ Á[g;BÓkLöÁnµÞS¡u܉vwÄÏmûŸ -´ú¶)i9åÎ`ÂrħÕâð¢T¸€MÙíQZ¬¦^½ðx¬V´ußßæ­=c ëTS6~Noi¥¢=S2°Ý¤åíûK¬‡Jûs¼àä$}÷"o#;ðö²;YL—·IT&·ƒ^g°ÅP‰åÇ£×as¶Z·Íl§×W{E¯‹•Ût]̘“•mF+n¾üÂ÷i¿>?@X)­"ç¦Ê·û{‘³®ÇÙJ¿ŒJ%õt4\£É53êñtn*Ójq$1à°ùC,íC{{Ú)òm«•áƒÍÒ?¾ñU" ›™³lüàë[Mì­‹;{±z”ˆýª²f-nã(Wß_HÖ§SvJ–\Çÿðíó׿>÷ähûz¬Üí& ‘uis㼸|ãü†7wlMžô8&Ôš\8V†¢‡ÌÙýçòw=‹ÒxÓ¹^6óÁÒY3íA°zl‡Èª̳œ+jU®=hvßǦL(Ö7ÌVet¤ÀR¤Ë¶…Vß1ד%rX ¿üB„#yÿCÝŒ“<ìm{y¿öÏë|•Z†ù4$Y…íEņz,ß°Yéð °ž 'ËZ¸ïùÓ€s“÷vçÕ*ÎØ¼Ø½¬|˜rÁ™öðU\*gœ\¢¹Öp1ÎÙ¹yº)ólnìϬ{½ñÎæ¬7šYz0übð ÿ†&\- EŸùš÷¸S‹îý’ö5ëlà ù‘¤!›¦©XëÅGZµé‚¸/ûô¾+µ¦Ûñø¸Ù,Ë)iµ~tuöý¾]™Òz,ÑÕÇ_à‹W<ŸØIvv©–«ßìvÔ™2Áq1q*qRÝ®œñ‹ƯÖ… ‡“*C÷¿èýÂ÷±GÔ;­SRŸÎ­c×ïVn¨\L¾ˆZtïÈÇÉÀƒ{¥Ì¨5ÿÐØæ²B{f‘;ÌËùœ%V¦È‘URe:`ZŒ¯ëìbOŸS¶W&ëQ%5~ÉtaÜÌíÈ‘0¼Ž†Ÿsvrúe߅̰S˜w 48_†Ÿ­Õû¢û ß9ôƒmê>jEûyME™û¹xâ/F‹~ªʲ’_퇗è=…îc{T;Ô¶Ù]u°vPvÉù×玉¶8’—XweÌ®—“5ÙÔ“û(èpîP -»¸ÖÏÓƒþѪô ,Óë§'3¶w&³7½&hoz»½3šïõGój·¯[íßøÎ¡Ø5õþë¿mõyÉÌ1Ût½ÉEo»ïÓqZ'i½ w"5çnû#0‘íéÔ7,÷¦WÛÑtÆJÅëz©9q>öŽ—[è#ñ£žê£h÷3èÍëÍF1Ò½Z­ÂÞ]òÝ-6닎xj‡;\â·^7;\çÔéN÷vwñqè_ˆÒF {Οµ×M^lžçÛÞ·÷r~ÓRè夘ÔQ ¨ˆß«£"\ùwiò¯J¬k®CrÔ¹?bRUq¹ 2Èv꬇qËšš·Ñ{Ö¹tÊzvV]tªh#Û©ædÛµ»³6Ï%J»Q}ÚWUzOÛíúî-¥v})P¿l¤!pʹ‚wˆãç šˆ]2‡w5-Ü-éiu¯î÷ëíLåe¾¸ -Ÿëºè¤8ñ-UõVè,f}n:+û7v,³[8Æú:%ö‰"§tËhd´_òãÞÞöŠa»™ßgè·5 ä -¬¨MÕª!% Žª¾ÚTûplQS"ÁC,É·w¥”oY -í~‘°MmOÊܯ‡]ìi[«3\oVm”_ùÁäµ{̇ÑdŠXX¯1[UÈÞ„t”Ù¸þ4·]nµÚž]WéÀª\h:?öhºafÕo V †”|8 -T·³÷[*ƒ—Z))Û"¬Ól¥ª÷Æ/¸Y}ߺ[Ã;—ôÊKKËUÇÇÉS^uïw! - ¿%Ì–û°Ó‹ÞŽp¯dp€?ùðžÌªÁ,?i½‘æ]öºýK^wWZjÑöc•§Ûôà@)ÊæDõzÏ'…¦š ĵØÒLªÓN>|k8\rÒjMk:¬7sj¶ú/ÿŠÿðxÖ;Áe2Þùæöœñ4õayÇ|jò’Úý±ÇNÛÔŠó=“€Ù¢p´¹ÙsU3¦»&õËÝ$}®¿ˆÑZw Öt[ø¤†°Å’¦:oéÑnÓJ7T‰<§ÒÄöMNÍTš$&ëfóJT—Ík®~kZ&Þ`;f¹îìæ¥úºØ*þ¿‡Gg¶1{t½¨“ö®ü²Ã1oQ:éÎvq_+*n ËÓd'Äí¹¸aÚXÌ úÑ{¬2 ³/¯1:bÊ -Û^ë¤UÙÐÍ[c7nu{Õ,”ÒxŒ·Æ*›—âÞ¨\ç£ºË ôz]ò¢Úî†äª!fUñÀgábvhî¨ÙGÓ˜ -8æ/>8Ö{?.Ž›z·n°#+Ì+¯€£¥Ç°çÌhu·ã×xFiw¨ùÒ÷y¼/q“‹éF-Ï•ê[VnÕ›å`T{G£MMP.jê7œµˆñ*(*tUrvb%öÓ¯J'± -*e°²^õSÿðƒÿw}.ÏU +õA¤fOõD^n,¨ÒÇçyïÆ)mS]0Ìv;i+ãù`1`1½¥¨L5 Éå#=n>ÚÓmƒOõuÒíߪ´8«ˆÜŒðŠ6s•a.hV°wT6… _žŒ{§r6ã%ë¥TJó¸*åñ¾]djë¸ð kq{¤¢_0‘‰høžA6i¥Dè×]î°€suØ“çåÜÊJÓV¬†S™uwM´Gc­Z«ù¹Z­}r+•Ñ¡Ëg|°(]kË]Ñ&9µX6Ï÷ÂsM„…š×Åóžz®åwLs˜'[—m.=+'ZXòƒQÃmr´lÞYu»ˆ³ƒý‚ŽnnøqñÙ§%rüA÷™ë;XïÏÆÉ+múöú»á™ê2½zu>¦µºÔ%KM›¬}„ï[åS8)”ЇY¬vèi¡±¯sŸ*-q“V t<¸d‡®øÊLÑk’^¤Ã^zI¼Œz 欎­'Uz½âfj«Õèû£¾Pa}ýü‡ü_¡Œ™‘ëË^ZÀžíhÃe—Å_Ñy¶u.ÒhÜ8ozõƒ9§5ù=$K»]“„z½|&åb¥€çó{£]Íu «C ªÈ,;n"« <Î ÷ÂŽÕ FFƒÇÜüæ­ÚH·ù߃TKH·Uüf­>H—’^H—žæ‘n{8GºŒú Jeª"òÖá2oß\ -ŸÝÿ…½GÆ+½ÿÁ{| ci=S6+Õ«É(×*ÏH³ZØØxˆ46›Õ™K)3+Å ÜV×UìiR•”w©5Qº´nýù ‚–§ß¬Õ5D kn®¨µôM³ý¾ûÕn8¨¶l@\ÞPrû1z¡ø–Å>€Kr6Üìþ4Éò}Ô¢ þJGU._œ 8¾ÿ•9ú -¾Ÿ¡ÂÖë[Kÿ‚B„FCy™ Äì^>㶉•5á]¾Ñâ‘ô1;(ŽH}ÃËùox¹:Ö«ûImö£¬ã§ÿÈÜ>©U×G¯ïÓê0½ÍùÁ¹‰ü ÑpcŒX‘èÈP­5òSXýübB…¥'ĶΠÿƒó$Dô‚wYyá)ß{Nýo0|ë9} @ç|?É àŸþ=]ø¤ØQ+4Ê—i˜æ³Û€ZÚ{æ7ߞ͟«Ož>×e^ÞóÖsD¬ñÁ’%ălVÛA6L™ÌD3Q6† “LÊ\µ…Þ–è¶äýG=]•Ï`œB!náøF¹af¿‚Ù‡ƒœ$ãïÛ4(ýào&W£ÞEÿ8ó+Ÿ÷Þk䪧×~?wÝð3 ܃3ÿ<•¤<{×Rø P\˱7×AœÀÍ)¾öî$9úâÛ -Þc¿÷BeZ­û¡ù)Î+©¯‚ün)¾YLTߥ‡mùëv`ûÕ$õò^׿ÇÛî–©×;ä²/Á¼V_Ô4Ýq±X>ò.9zü¾:ée5|‡|l/¢w= »§ƒ;‡ -¿52HÖ¦é GH:sŠ‘èEå# ‰ry0@‹µØ™Í·Ý¶zþ&eM¼]Åç^bÙ»À.]YŸpÉpöSuÕ×k¡c¢!êdÆHöaUºµÇÌ»ö­—°÷ǘRn.¿u®{j .‡î ¹´‘.b)­TluÏè ÂÔUòÕo¶-IÚ»Þ"tÛ #t±Öfe\ЉVòüEµú¢Ý<å"zc䘛ÖÒÉæøÝ#ß:(öwOw‡¸]ï+yÝ^-$¸mñz}OÛ™«PÛW/Ÿm˜‹4¬/­ø$+g}÷tN§HÌË↙y{Ÿ2î“2ØLù…ÁC#BÞ¤¡Š¬G©ëF)ó£“Jåa˜z}.(öÔëÛÜþ¸t¦5»²Ûë%Ì®AJß\)î%]¤5­¤_­¾]zZ)®žGÑ9{læ4CõŠyeß´¹¬´ç†Ík’þ±‡æñ•D „RF¥>Ÿô¬/ø~”kGì"D¯ÊsÇ(u¨¿™‚~„i½8,RäÑËñû™~Îß6WK§nÍÈ._ºe£maÈyrΔž«Ól Dó†šY–/?¸Á9”cTÖÓ·¾ñ±^ßÉimÙ%5œ€–z :“c´Ô÷Ç®S½+Eäñƒ%$«Je¥Ü6ù Ú˜ÁV¬F„ ô;œ/æ-ÿ -Vöèáïožýœô'»Š£÷k»"ÅgsSÉŸrÒ2Ûh¤ó´¿ÔüKf§µ -•£zéÓ1ŠöQQ8ïˆæE h÷®àe¿ OøLSÎ6Æ£\š ×íážÝD•±: -Š/Ë9¡ÑÝäö¾?ÈþB„Zßî~ô­oÄÉ}7žàüÌF“ýƒm½y{å­7×NS8Ÿ§l'0˘ŸýÁõ†=¯«R¾Ñ?Ë…¢×[[ß÷$yò™Ò¥Ãܤ¡½÷¥õ9”NJt¤|A¬&­†ðR÷C¡‰A‡[˜r—ÝG ’]'‹Ûc+na?æ·½— ÇØ¿â?D):9ýkÌðÞ>=ž§à!?Êïžx ®ÇÍLš++íRºY©ž\4ü¨6ò%Ý9u¤K¸î¯ÅJt‚… Öèµ*x™Ëõšó»³î¯`Oqid'¹5b×áõíñ}ìmûÎñº»?ñéf1ÚLÅUaCT˜Òúâ‹ëßÊÿœ4Ô%Â|üé}üóÉ)fnG¸Ž‘çêáŠÖ¼5Öí¥ù€»ŽÞÂžŽŠ<*[¥¸$É--nå±Ð»§üën'·žÊ6Y?Í­ZOÙÛÔ>ýâGŸrħ¥Yf3Mvå ¡zõo2з§'mUÖÚ!÷ÞóÜ—¹Úé^âjҩ𠆱·oøÎsG©ÛnÏT¯Š†¬l¿ÃŸ˜¼ÔßÄFTYù®L¬n$•:챑í4÷‡òs°ëî¹å«‘PçAµö^…ø}<úáêÐ)W£8wíÑñf!šË›þLJ¤ù¨6gíêÁwPêX=ÒÈÃR±ùí9|ÑÉñþ`$Ç Ò¬ržˆ9’7…å¾2­WŸÅ¨V«ìxIF®Ü!s\ -C]J‰Á5á³ -®m2¼s ËÐëk,Uÿðþ/ÂΧpæ®w7ømŠüGø&¤å…†<Û§ï\ûó¹õ2ƒƒYÓ/½Ú»WÕv7ËåMâJKnæÄ|Ó„ò=¯òrÕ´¸ÎŒÈ¢¾!ì«õ`ý'i>û¤w*³^¡°9Î1ý˜Z0‹*ýÎp®³¹Þ­ÊÒÚ³ò¾Êò-YWœÍö¹x¬Ö•^„×’ê½ã%Ë’æB§:l²‹Ùf°b}vêÁŠ‹ÊU$:2¡¯ ‘5û¨#ø–JCDmhý™3·XO·|faÏcLOW:šcº’³:½M¶°½z)ÉN˜^í½xôÆÔ ÚÛ¨ã -]Žäò?x´Ê»ä¸5Í8öVËhÕèvÂÅC—ç~Ÿ¿;n>Éö³°ë›‹üY3Ê^3Ò¤xèϰ OPõIÀ-@…µøîñ„ Í­#ô³äRbBÓéŠ N{"GÔ¾/)<}¨VµÈD{0¤¯fdw¯ÞÈî²X&»Ó|‰L -•â?ø/©PÙþþkföÖëå‰Ãà]S³£ÈO¦Ó³¼U¬œ§²Fù%‹šlï¼ÉØåç…IL§ZóE«;jNÏ8»tÿõT†ÌRÙ -½-ÞQ(åšËö…ÊQ[‹y½¸>š*™«£&Ø¥?1!Æ–ÓÙ`-1îuÌßù‘¼Åªœ±Ù@Š.â,xaiº¶^©IJ‹$lutÂzö=›-cü9‚ž¶U|VcIœÜ×MìM“£Ç•<–Ëç °»äÿA²V/ûßÿxD^X/fÜÊ‹R9œiewfù}AÑÚ¹<£Ü?#BÈP‘ -b1Ö÷ÃHYiOÎŒÊY<6pµÎ±;D‹NiµCÜ{‡§}a‚SÑtŠS«Ò -ûŒ”+æ×€bŘýXCÃr퀑€D!’Cx¢üƒÃQܳv¨»¥~™lÆÈmæ±k¯¦(cºæpÖŸ¨Ð¢>ú>¯¾Ð„ ƒ?¥lÈaýv2 ™õ“åh -¤¥îªFé¨CL[k ïmu šÁcÀÌV¬ ± t ÅGt ³9tx»wÑ’ÉȺ3‰ám~žÂ¢2yCû5œþƒý6+ ÛîÏ·ó‡HmçNª^lω¡«oÍÎDyëÜ8®-8€ehø¼H£·œ[ýÁx¾d6ëþ±wŒnwò¶•/”°EoÙD£~€¢åèÄ"›Q[FÆUÍAjÛtÍ¡ÞáR©Árû6„›^wMöëØ=—Ö÷®®Onÿ .ÄqyVÇÀ礣W ;ÇÜ··Hsõ̪Ì@•‘Ð<¨xm¶rÃ!z¿²¹^rÝ”9‹|"}ðYœŒ³H1AWnüDÄþ<+”U…Û•%[”…4ÉU ¨Uœw/‰qè^NH¾k ÕEó‡iÇé”víTx%íÙmyü¿ÏL,Rópþýá{zq}qfª±7ê­†7Á½²!Žšù1oº/¦_κÔÕ×*Í -<؇,¶<íeT°CiöÌÒ#6îZqïÔy6ÄWgzX—;¤Zê¶ß”Æþ€íw¯¨¶=ÀÛô¢so-Šçv+xÔ˜¯.›Qˆ›¥Õvó–FÒ¸ìátójÆú1Chøj…,дQ{!³NÎÚ^<‘ÞûéÃmÐ%Þ“a­W¹\÷Î<Á.~ ¡ŽKNÙ¶ÏÌÅv>ÜZ­âéä7WFc׬懷F®ÁF|èA qëûK׬+æn[o÷åšæZB ^óªÙ¼f1L™Íÿ`1 §_VK/WÝo_öçø¾ê‡Ü>Vzg}>n<)uø®58fG¼ òyùt0>,T “¯åÚìšKÿLkð4ÎUíJ%óûU,æ‰ÊÓÜð•Y¿iT(P -ÊïãõXö\.WÎÛNi±r¥"þq‹üÜ»ã½G‚ãIßÇd‚ã²¾ø~Ô$>s9®S–Òo·“É ™L¥v$Öz7‡›µ]é?·Ê^<;m’¦åsÍÚ~ÕÂì^öîÅsiú`qݾ·À-œ¢…ðÂÚkJÊëðlš».Þ›Öæž? 0ÕÏ €¬s,@ª@‚Å;@¶øìÇRsšÁZÿ¯ÎÓùJœ«äoªåº[©¬ô=Þ[z¿Â¿F=4÷¦ñaTDa.e+ÖÉ¡Rcg˹"Þ^eŸaîÅj5<޵zš¿äÌRî^4ÀìªA•]¬%W„ ¶PJ-ΰþÔDÈþÊ7D€¢’ FQö;Á#Êøf¿Ã\íì -N5=ÌepsFo;ý•,*=ó,p8‡ñ¬ŸFP'w™6ûÚ±TuúE Ìö+sñÉ5WzIWI?_ * bå+‚&_á2D&ÐCÈu†×û[° -kl¥ÿlwß²àqý8ÀBÿèDzzUrG"]¹ì» †ÂÅè]§€]6”„h‡•S§Ñν«U¢ÀR)¿ -‡ë瑳.Ã3@ª @]ö¯ÿµðT¿úí(›ºß2[á·Úöù-´žþG²Í¢© Žú¿&ÿ7¾ -­•¡¥}¡fè~10¿Jh¦ ù-´Ý¾Ò”žõ«’¦ýóUûC1ƒ¯ m¿ºmý[ÆÊ|u[ã˜asKÝâíRë"øüHýé×d$ÃsøôëºýdöÕ“9°— Úó_ä'£Çø;üâkY6•PŸdŸòR†ŠœùZ»˜g6vv‚gfc³”Áê~•Ð^fñ•—ͯj»·3»ŠþW^^¥Ô -ß>ý*~üÎ"á—GØäÓÇàèE5iÜWBfØÉwþÏ3Lã ×óP±·§_Üb»ÃÉl}F™™Üé[a |åúzê¦Ùþ•çÔøëÓþ£¨£; -¤[ /µ[Ý^ZW9]ή-÷\4à´:_úýÙ,B3²Ò‹§» '§¦ŒNø.1·õñŽþh??€•÷~Àß!}í7fú®ï´ìÓXÈ`Ké»ÑqÓwAŠÒ×Dߥ¯òúöüÜ×ïG(x…û¨5«Þк*Á“¼œŠ¹þÒj£ó‚å3jÁÚéÑöÉyJÙ,'b6÷³Ü'€ø¸ƒ&Y<²Ï+~à b¼$gºkÎâåvò1ÃmÇÃøÌ²‹Ø( ÿ…ô-‚vúÞ¼'éÛÛŒÒO·o¤>sûŸ^{ÿÕ“¯Äõ!ëûMÚÑÏkgDåÏ7Œ©žfÝq7yû3"É<ö8èD£#x>Êžy‡Jtö›ìëz½“=é¸k·éV=€åmw:%7wã!¯]®êþ€«Ï¹·Y±õÂ* -åC [ËeTL¦áÒ÷§cf–uäô‘â K³°0×/`àÕÎ#¹voµã)£Kœ¯c1Œ‹ûx~iîö»úîÚÃ.³ÕN_aFŽÑ¯oòl¶!Òh±~¹çÍš®å’U 7ÓU·«ÑÒ}âËõŽ–Âmb͇í<^tšÂ&8éM óÍuWÀÕ¾§g‚ñšÖä•Ë5ÌWnú¯Ü&¿~l Ñær}e1à—‡Ñíï&tñ¶…q´°yB½Æúݡ뜪ЫþÇá¢H åˆo$Ær3MgË1U Â]ÜÀP§Åñ ¦‹ngU -Η. l$yÏ÷qîQlm?÷œÛ~ž{-vãð°@;ÀxåN¡›†|pß÷ÐÙÕØèv²à)íÜïhߌo­ßñ²Lõ|T[õeÝ P)z ­¶.ºw@ -L¢ È«=õ|¢6Z{®¬½ž¼æþ¼Pšr,솋Tœ­æˆ7ãÃ8m'GéUNëóÙÿƒ¯ÖWYž~5¼ðjN=)aøð 2No/Ÿ ^ìh¬¶ -ãÒb)ê‡d‘¤Ëw`n7ßyž»Þ‹z“? ×ÛÖ†ó ÙÏ jgâ.)ÎqK¾àÍÖìt5 -ÛãtË=ÓF܃¨CNûXÙÐeäZº?šÉêbN;îÙ$6bò^9šýv8Ìÿ®¬D7Yºoe¬ £­µÑñ´y"VËåK^6‡'?¸'{ï Âé<ðë%w¹¬·gëM›ÕœJ3š6 yâLæªét„gë»]dÝZ·ì®´¬Són>a¦`No›®ñn7‡­/]=¸W:Øn\µå©pѸÑéô¾Û=å|t¦ë‚~ØY7ukêã cû«HÔ±e«ne9¸×¦3ÏÛ’[7òn÷Yí䜣6ãG†}¶ûßáþÅí¯BÃXŸs—Â|ÉýÙìæò8Š•^)¼]¦Üš‰£ÓÎÙ–l¼d»&S¤¶z„¦u—çò“Nõ\•¯3#ËI]ü«Z¿>ÌØ¿%ü¸}aa8ÏÛ£Õ­èª8²á3›¯ÜX¸ö  5w!!ZZ!¦tÍоqýÏu‡YŠ,àm.œíþºì©Vx¾®&e„y¥y$§ÇC²í=>2?4ïÅ^k­'ûËD%М9Õ²4½ Úb®tG…¥mR#¡Šöy lÜG5®³³¡ÞТÁuŸ²hÝ|>ýicØb_“ÏλÇ;‡¤ ;¯êWö5šÿâò‡{; ƒcì<üø]í¸«zž·÷~¨úùð*¸õÙŽryܱ¨W~h„rËøµØü„jkã' -2o§Ò,Z€bîÑ­ |·øÔƹ·ì nùɰÿxqbŸ„'&;·ŸÒÇŽéÓГ^.¦Ušöúté]qi޼hŽ*_éå¬sÉ2ñïð‡+füát âœTv£–2°ƒôèk^©´¦IìeAÿ-ìáÖ¥õ*Ÿ-¢rH|åš×v27î"[™å„Y¯òû¢ÒžWø[ÓÂëõÞ Ó?F<uÏ*]¶Ênoƒ ›^m¶¾Q»V¦šÁ©GqJ5ñj*³3%í£_œþp¡šâb¯Ãë`MŸî²ûbœì´ìÍV†»…ç‚c>TÊdWbG¯F®NPMœÀeß•§Äp#Øë<.‰ú{Ô Sƒ ¶6ÀßA›eN5„æ#ƒèÕQŠ¥äéX$oÏ"U\’]VÊvŸ¸Þˆœ@F¦E 4²'˜?HIþÁ9¯ŠË&‹UÜy{!*PS¿_ ÍÙd0¬×™¡ôu@tÔ‰wí*·N›“gù¡•09º޹Ùõ8’&ý;§6ŸÁkÙ nÕéu.סö—1Bj¼G\Îüˆ0A hsßÖwfe'¨í÷=¾¹r+ÆzE<Á¨´{Ĩ¤žùýßáÉÈd£ß'"…9z 2Ǹ^™u­)¬õs‘ïRê‘ÚŠMp5é}[Óâb LÆð0ɬµæ ¦– fñ`Ý@oJB±×ÄÞÔÍD`1‰O {ˆ“ÈSÅ^zžá´Çæ³á£{%®w í·˜Zpù²„=²¬¶v8–½ÿ<‘°„œäp|îî&J¶bösKŽ ž¨÷; Z³(WÇ#  õcŸãS08äÜñnë³asp¢ãúåÙkÑ@"Ô­„?^{Ÿmcƒå5Ë‚)ºˆ1:àÝ爢…s”‚”#„7½Ù®YL ×$|ó‡]V+‘‡Ãųt }0Y¼Þ³,f -ÚJ{r^!!¾DþTf*zäXŸÇÙ ÈG‹nUŸãâš:•ü#‰ˆ;îúÆ’Q 2Q-@Y-û\†“ŽŒø^ˆT+ÉŽ·ZŽòÚk›9ÔÚîVÝ3¢?ü€¿Ãï£˓ىO8Fóx4^:÷µÍâù=V!,¡%ÿu€GíǬ:˜¯ü»|:5fSIIz׬½Éùc·¶ï¤Ü[â¹jir“íÆË÷o÷Ç",Mš¸IZ4tx¿DèðÑ\häwPó ÝSj³]¸Y {ô¸ËEþ~ŸH±¼ñ‡¹wì*ÛñÊîÍK¶.ÞÏâ¨L©#–k[”»‘³:YZ¾§†«y‡uw ì^˜C~ØH <(©ë+¨«Ì“®qÚ>»ˆQ+vîˆÔÍðb:öCT;øô¶SÊËv¿ÅæXë¾'-O«ÍZôçì´rþæ¿°Ë|›ï47ŸÜ)@9]ÏëíûkÏ+VfÀꘖA^m=§€mm<Çk;XOWÊwæ8€/¡1€’9€?3€§x Jå~†« å$(OgXQÝØ˜Ëþ·rxJÔ¸§Yå¨ãdÚ¯.ÇÛkdqäZ³µI“)Ô…±Êªwï0×ÞšÚé€'rï‹Qm --f²œê9›¯úö‚®!è{€0 -/€ØLëÙŠ´ÝÚ.ȹHÆ2nhyùìòº/ä-佬üá?-´KææªZšÿGTÆó•ÇÙEN=«2f';Ç3©Üâæ^®v67²·ûœŠ•`´ÏkÆi:Äœ^ÄK_¤ó:ü7–ì ÀR °Pǫ̈ûäô -t è5‹‚S÷«Žâvôˆ.ødkÜæS;Ý‹GôËß&"ýQ‘¨G½ÙǪ‚C˜ ´Z<׬ÔL ”Ydð}-É]ÍÒ ÛA¶6Ê5Ë+‡Ì¨Â Díþ÷¿ð¹¼^µWý6H 3dûÛC„ݷ÷,øJüoQpÑÏ€Dø_…¶(þ*Šù¯ºXüÿÊ¡ÑW`„¿ãò+06¿£õ_‘àÿ%4ï}Û#,S·HÅ)µžŸ‘|ɰHŸ~5É?™]%ÛýlPñg^~ -ϼb̓Óiû-N½üG ýýôÁ×.)M{if\ïÂ}1ø*¡bÏÉ,¬}Æé嫃æ~»7Ho ì«„R*BÇO¿BLžL<4ŸyQœ>†é??z'«ø¾ê$Ç;Éß3°ù{Åt·+R"íVwÁàªð6¶ûÅW šÛðµqœ!ÎÌë­Ø aïküè[¸ld6æ¤c†ëW§+)µœtŸù±€?Š -Gßù“0¼Wt}|ßtå¼Õí©~ÝãKç*§Ûùµå>–×Ö¼½»$ôðzÑrAîÒ «íóeèÎÈú£Ÿîã®{Â÷Ýàÿ‰4]÷ÙM¾jøwÅz>õ5~ø쿲ø9ÛP†Þ~ûÇ“YÏ?÷UK-ÞÆ×qý*?ùÎ%¡Æè¥ëËÔùÂÚý³Yðø3²Ì|‡SÞ¨'|s¶’T½ÄmÀ«„:L²8ùø™<óGæÒ‡ŽysÝ? /y¿¢ -ÆÀ¿ú?H_íî(}µR:³Vì¦i²'ÒW‰}K•¯\ï¤Ôâ>ÛM|‹»^–‰_’¿Í<ó>ák´¤Â°šP»Qëè·FБIì˜×œÞapuú‡¢µö+ì2ÙWf{'­Å®اí~P·­• ǰéoLë9Þ ýÛxí7B–Wª7úCúÚ¸ u2}Ù(}3Þ }³à$}7HçÀGç^źÓK²ç§ûÍ WS¶Ç8<†ª™îWŸ,öÙ6‚òN<šÛy…~À­òðmÛ¯Ò±Þ€¸zˆÊÆâ|gƒ•Óåúq_פT¬­r3µñFZòèfn¦†Ž;é¤ï±=L߆ÚK?å3›~Tì÷}|Ùyú\:D4ïQªkžã¦“ù«ºÿ/|ͦŸÎ³ÿUmÇ/À:ÉÑ£6º)¶ÊŸ\„¢£ÄìZSNŠÑºå®_¥åú\µë%Zâ¯×r­—ÁeõÖ¬…ÛE -›-_^t kœ­Àý“îßZ ÏÇ´ÞÆ{BáÝ#íFuN»í.€D™E`bÍʼkN×ј ->«g¾ò;ü"ýÌ`á€á•«AÚõ {ý$87:ÇÒª_=ŒÐgu -säzîäÄ(ÊÕfËšÛY‡Í-yZtAé •qÁ·M»æãì®ëͲäУ¸'ýν ÈÍ3‡&¹‹f¸ƒ©4Ÿ­ÊËÍŒ«÷iܘT§uµÀ8-ØêaäZ—rñŒMÁ¶údþá`sùÜJêM%›B6>ô¡¾'°ì»`t#¶ëvy»yØrÌ„…z±ÿΑç"öqî½Ç<J -î¾Wg«0ßž†-l¯[ÔT¨Á´«’£Ø3ÃNÒȵµynm]sØÕ2›òh>J4m¼rSÕè NžþIW÷µÉTg!ÎùÃw§•tA‹Ö™J=þ ¾ÓþÖ røp{5˜Ò²Qpp¥ø‘7/·ÌyA)†³5ôÉ|åt‹çïÓÆªs&U´lŸ¤^ˆŽ,l]gfÏB?ÎÀ|ø«±IÝxEE× +ÈÊbûª÷ ÷¢¶äeR+ÅoU@ØW«QÓŸlÉ÷|"¾Ï³_ü€¿Ã3)èJÂÞxgäSnôª½h3é@á!­—‚ë3ßñ¼Bkàr»»6ÝUCßéðÊÖ†EåfaÜðmN7RÑx×õº1ß‘k/q=8ØPáÇH‹òmU+{3U˜–jŽO)l”c)Ä•ÓUäsÞóeݱ&dÿ ï_ ܸ8cX>ìš3)NÛ÷ÑjÕ+1ËÖFÀàv-V<Ïð.?O詼ZMì ¨Í-…6Æ{ý:¹Å)ÕÁÕ.¯ñÕsUÝô-u ¾ÑÉnö&r攣ÕWµ©ÛòY].døò:J7KÊKØñü€â 2‘¼ƒñ[Î/Æ^óîÿƒ¯>=÷WÕ™²aá½5Ø»@•ê}–÷ª»"z•é~áRöåêHf£ŽÁ¼®K½(O? ô}²{v>“…”Õì6äó‡ec:¦¤Û[J¶Ébš?["ÅÁØÛ‡q>o½…Wë -ÅòUE>ëxV G•|áÿ!‹a*Ö>©ïìD\—äÕ8Ñfü*Èꪚ†ââÖy ½àºÃfÛЭ}õdl³¦V6s•öPç8@S¥ÁÜWNRg#›ïãI"õ)¹vnœO’0„€æheQåÙ y±Û渽ÙS¸ÖC› 5r¿˜lþÖ¿O•Zß¡(îì;=p–¡~±è;éÿáŠN–ÆaŸë˜10kQsäKÁÓ»rsîi£ÓÉI©Ù?Í™ôrÝÖ#èkµùi2鸓™|kÂk‰D‡lŹ Ãçå=ªŠz;”É*×f°öbØ 8Øþ£¦‹}B^[¬»z…,P#N +ÊL¡äô™B™±3D‹/|†åŽÿ… Y^[?à>±a{Sxóú²sueÿ“ßrî˜70ɱ5Óc…œýš6VÖ½Éñˆ - ¶4ãË¡˜sf;Ûµ.üöâ>¹N¹ ®‹s©?íy vŽ ¨3êdØËާ—XN£K3Òë­©õ1Kp±µÅ t†Ä¤¶ôª -å1ÿÙޜ¦;sU¶×åñÀL“ýü0àf-“Ǭ'êÆ`Bæ¾õÉûZi’® ÇK©D"çŸ×ü.º¸ÎC¼ °Ý)e=€Ï3ýY½LsãO«'(”Úž»}J2T™j"O—œLÉ-Ù!oY‚åÏ B·F™¯$²ßÿÂ#NAâþáTÌogÛ):¿Õé t&ó•®sÎeÚEÍÏ -mhñ¸–›$ÙÑ£ 8I¯*ÜYµ¦ -«0šŽê7*亗ý6Ë÷2{f½tý`ŠMìÓ3 H5Of•Tá"Îö&  øåÙøÍknp›Y¿p¼0ŰçŒP±§zØ“w]ìI™³?cb鯴øþö´OJ]3pg®æŠ6=´åf„×jCmž9 „—Ô»Ø ±p¸õ„õø85Ö†ÉéÅ®7pnÔêí=SªÎ/=‘j>ÉDY„YÓJø]öÛ¸Óú? ŽŸ˜–ês,¨ûé‰~¦Kõ+=e|ßEó¨2Eó‘ó‡C›žÎ×·›†½eùAÅÑgíUghÍ‘<¦ …WCÁhª™f÷ 7m•„ÚxŒòǶ<à`›š ¦ñÅêçÊZÀ”KÀª'aúž<™µ ®OœØ… 6/Æu¬·®  «4€ŸÊÞ…Z˜®È’|t‘a¬‰ðê:? <šh6<âDë;K¶2'ìE³…sk9Çj†s½‚C³?¸`êá½mHt4Æåðøä ùÅZÜÚ‹<ÙÿT.<»X†*½ Q§×¼n³3™4ºý*ï,vªm.袽Ðþ)_FAé"ÑwoÊHÙ™ºð†DOð¦[­Ã5Öå iz1 fÙ7ºOÑþ{Pßÿ-¢h¼•ù}w×!t{Öxsú¦bY6¥Üsò l?‡øårî³åGŽ¢h›‘,E7ò(Oi½Ç„DžswQÌÃòúm‰íó©h» Ãßø\_³x ®‡}Ú[ ’ߣ-Ôò‰rW=ìÙn—ª¨ó9U;Æ8žüaÍ;AˆžlÏ笠7ëÖ«º•{GCM¶Ü,—'¦­1ÿ±‹šýÀ†o1Ë’èÆºt¦N6]  Ôj‘0'ñW4bKÊhiþÔáí`3ƒ«ãj»m÷4(ߺ'Ù»zëÝéB'Žé\…ƒÒ±ê£°ƒ ý S¢MˆõqëUÈ‹?`Ëu’ñ"ÅÁ[ˆB¯¢ñ¡ãº±B·ÖbÉÔ ½¤×,å?|cÄÕ'jyìÖãÍf]ÅνÞhÌJ?`mlâµv7«ÉVŒ«Ú W­\4¯˜€HUŒëð¿xçZìUïÝô:ëFæR:Xª.¨‚†¡vzŒ¼ìû^a®ÙwÁ«õ&€gÀnÁÀîÛ"€=´oŸ§dô÷x_§õ|þÿDeZz è#l#„Çjˆla@Ç-u®ØïÝ[þ€¥~cî¤ÅÛnXWp×ãM— À­sà;î¹7̼“ù(b×Ê c5¯ -ÈdhÍú [E ‹ ñ_Ý2¦DŽ~üGT~X¥XƒŽö¯¨ÌÈ\³GRABëɵÒq÷Á»YE—*Fïw¥­ -DØÍ|»™ý·¨ü«ß®¹ïîÿGÁm_3£&ÓlÒc¨VE(ù¹¨pû¨Ã<ûÝSQ^ßdx~€^Inýá÷½ŒêuåÄRyHÎÿDe2]ĈŠûQ»óŠáâo!uï ®ÅUUÙç5f™yp¡³øµç¬)M7ÿ£à»ÿ•í@5z—ÿq·èU÷ßÊ`Uùvß]~õdäñú¾z zØðÛ¸ö>z8³ùÃÿÈ´¿úgïW¾»³_%ô+0.¬¯~•ÐSš²åÜÿ¡ƒ6¾b‡ãßj[÷Û !qR¼ÏS*ú,žŸQq•ß?ýêàüd¶êó6Ü£¨Æµ;­à6ʽbÃ~†åñ¯jõÿ†_Eñþjcæ«-’_9”üÚf¿£ í«„ú&ߊà×·å@¿ú%ôÃ-É'³Y³Ïüø:z„ @~ %íQœ4¬ì\EÝ;î÷Š1Zý€·1÷·ºã^®òkÿ¹$Lµ~Ñò.}Ñ -¸ža·ü­Zý"³k?ø_õSC¿@2|²Å¢ù¯ -~s»7ôãÔÍ/ïϼ`}EyVºóIÔ¼Åо¯OòV·AöºÇkÜUN;ãk+ †/€é—nÐwÎ&Èy§;/E'<ž’T|½·9i%TR?Ú·ãt6ÄîàCþìÈ\Íé2£Ü¯#8C¯A¾×ý•뿚}d=?ƒÛâ¾jÎ6·º)¯­©z¿¨o8_˜°t6óIã<݇Içä”R4I…;‘¸õ<“PûÊðè·+Â1¯×•ÃàÖ5÷+œñö×ÞîbºöÙ‰¹EwWËìv?¤Å­R"¥mkÝãD(ÿ¦šöÛ?¹×®g(”2°Íïu@|/ÓßÝŸÜùÃ%[˜9a‘ëŸðÕh“PÛÑñè7•Û1¯j¯Ãàbå÷+Ô*íùǼ¶‹ÉykW÷æÐVÉϱ8½0î®×ÃÍe (dÎÖw%Ü­ -¬RÃl®\äBDgOE>’órˆ?¤¯¢Ÿ-åªWKÓdXM_ø¾“¾Úõì"wû÷Uƒè/=‰þ*®qÇü¤¦ìWHÙÚ_¹ùvO——ÛÖ¢¹µbó¸¹Œš— ²m>Öw û¬ñcæÃÜ,\[Q—q+òYØÂ‘]†|Y^f~;W[èVûÛêBLÛYÔF%,˜T^hо<þ ék‘"ék°j¥ï:§ï,`OépLÝ×¼‚^ V§yÌËiu_Ù¦ðVÙ’iý cM\doE7ìÕ -xì2¿õ¹Ûu¹ü€¯%#…pÓ@Ê¡ð·;ÎFryCG37T´oûçåvã#]öãáâ¡3ŸK´ûéœ(—1æ„›Gtü‹ßODúf¿øîþ§óìÝöXØ9Ûó~þ4}n?GötKw­˜ßܺ+hõ>¤ýh`å%ÀP,ó‹ÅÞ0âE;ï%¦lîÔ>¿}sþ}tܪy:Õñe€Í_ÄŒýç½ùNrƒ|Îvٽϖ20]#\ÇÙíˆ/us±0ÖûCú>G½ô×ٛbçÑ0¿6BwŠÞ·ª†ŸÖn…ÈGCNéþ€¡x÷û‹ö)Qüëîîxôx¤PßÌç7ü4§mþá.ŠòÇí¯Üâ,‚ÂÚŒ»&YÙÎÓq±;˜ÖVcÙ‘«žcåÜÆV[^Î2ªÏ®y“ɉ%î4ž£ÜÀ˜f«ô‡ï*2ÏðÒœIs…6û´5¢ruCµkŸUÕÏK+ä§Ýñ±ÄÌß +»‹`h»Å¦Ì*”³™n>q2­‹—ûèȇûÇi©ÐV?šÝõ‰ŽuaEÂB–fß¼s{ÉÄã¼m¸ÁÆ ï endstream endobj 37 0 obj <>stream -ÎÄH Y*Qäf#uUVy•÷˜Á¾øàªË8• –{êÜA½²Ø\#Ùù|(ß/çà’[½=z´Ü¿Ò³Êa;žÖßËi7߆گ•e…ƒ…2èÍtBâeC4ܵT5z´­û»ÕYùÊjá©”EÚPÚêê®Õ*Ñ}MD})û{}¨´³sLN’ÏHNVwþ_ \¸à-¹7{&&e€X•'åNØ¡î ÿVW¯§žîðÔ§Rcšeâöɘ–Õæt“¸‘®1ÇûKp…Þ¤³^¦O½œVŠveU¨œ›jõZÃ&3ÊA¥eÒ[òÉ|E2ôŸ’ºz59qÚtÄ_ü€"Fx–.ýÑÉ©ÜîœOëÅìE-e„¼½ÜÀ¿»åfé:mšýŠm”Ìœ•¾µÆ‹œªƒÔqª•Ñh¡ -ÓÍf²}ïŽÉ{?~@åXÈÊdÙ*Éç2Òõ H·ºAK˜²‰ÏÒÛÉ1¹Ï÷ëû8W¦[B|`£* `¡ Ž–ácü‡Û±ýæ’áÕ¶xi5\ñŸWvZ..‹'ì1g³èò#ó1•ÉëÙ6¦µ¢™"$bäá\_ãù…¬Ö¼9iž)_éì[+Ùhw÷ÒMG®’ ^âÓA‘LµÚøí†Ð˜JX`)'€nWË¢q~ƒÏ|Í5ÜŽîô9é&É_H\Óîÿp5ÑQ·Ê+«jâŽÖû:œ—yrô]µdΗÀSçD•ÌÛE9w»%Ù.0°øfêÌWONï¢Pn*/±…Ùð¤[ÁÀ*vV}ÂØÞtsaXcñ¢Ãý -¤Kí{³72ê8ß%:G“Ü¿±5ÙF²n ²Ý$R‘ñ‹ñ/~Àß!áN°»ËÁ$jö1˜1Û¡[‹ȶñRÙX…—ºë>Êybd¼~ÉKÙêŒvJ -嫟mU†gbk0››³óø2}ÒˆéÒýûTZ¯zjÝ)©†æÈƒ<ª‘íÄ…‰“žïÐm âWûâ¼qô, 8#õ n~ÿ…c½Ö46ì™,;[Sò™¡5˜È¢¨SéÔyáúš¨â9‘ñ1¾ý’ñ‡pR*î -ã÷˜3àºb[Øë­Î¾SzÊ€‡Èëm˜ÁŠjºŸ™¹£ «É ¿A2n]•.ŽY›¦ˆ‚‘îÆÏr±7=¹£ó; ¡´²æPzx¡4ñýô¿Ø'rÓZ—ë-õWýöŠB¿ï\ˆd2ñ¡¬ÕíõKvÊöQô‡•­°Z¯£8•xÅ»Ãˇè}õä À³ŸÝTaŠÛšÙ¿gSª¥à ÂØ^Ö¸ÅG,­Ü%5@ôÓ›¨w¼P(£1"š‡Î.²¸ÍoÈ@á:øÚöáHßrp$,‡ø·ÊÙŒvʶÀæÄm¸o;BÅGPž$«éKòüQXû˜?PæžÓÑ0D?@½ÿ -Ðk–)¹ýQO|¼òTW ê3ì&úùÄq¶b,{?£°ûFÂȬ"Cþƒ"¥ê˜‡WÛ· äuWKzá Õë>T·¶»Ç-æ1ÝØXKuž×ƒïh3eUî[=;„´mY/+ ¿³û¥´îù‰jÆClx û^¾qam¡ÀD°Þ¢…¤QÇfŽ&õMÄãÏ#cóEÅDûüÝE–þ}‰”ÁÊ^Gƒ,ð+®U[]h»±$w ¨Ùzì~ÀîaT»í݃èœ/¦£¥[úkî=³{³xKv¤9W3 ¦–#±«N©"“˜ô„9sÞÄaÌ.l}Ao®ýuo.TR9ÈKãÜü {ã!8¥È4–¯!E ‹‰íw’ÕîjuÕs÷x9ºª…×»]lCuÎ œ™ª«R;€í›aml]"[ÏÞ•øC´¯ÛÓ,æÉg^#QÍ&'« ÁšÀ -]]ò3jå˜kÿC¢[¦â -!yÙØ3üUò6xOxÞ0_Ï£á©UGFÖ‚ݘ€ÚhØïBd8î\Þw£ƒ²Å,{m? -ƒM†ó½íDx±MP ¸•C£V¯õ›ŸÄ}5ýìüj2·ÚÌK¯ÿÂooQDæ³Îí¥š‹±ÌjÍg–g:\WÐ.À™Eäö²¡‡î{m‰\âs‚™!µŠfA‡G¸„:dštu¿òìÜ -Ø~–¡F›Hk¾öZ¹¶6j§½Öìu¯ "ò¶±¼ßž2IÕêëóŽª ¦nÕ¶GâüÖ$j]­5âm»z`§­?,Hax¼;X8v²U >ó“ ÕC¥ü¢S)\+?˜­½UªâY©Ehãs¨[è-oÅÉèIÛ >ZF?`=®œõñ¶ú¨í›X¡&¥z5éΑªzy°Õ®…J• æÎ*Èì³-ß{ò»Œi»4KÕQ‰Ò…Miæur%ªNV‹ï°Vùƒ¿ØE‘«ô[‹Ðú\Mo”ø¡üj´±ñ(…[œ5nÙå³’Rg½z¶¹å¤âµS¯a6FýšX…|Pšƒ _  ¢^d¯ŒŸƒ˜Íz*¬©ç»P êåüV20ß8ž‡¹Iµ©çÚÛ`èÅÒ€Vë6Í}€ u @&ø4ÉÿÁ«â·íôªÖ—æ U§Ç#©?!¨‘ -ÀÝç Uz_i$‘#²ÌMàý¯¨Ü\ v­SÉÉ¥wö} -›l³³<§8½ŽøER -)WöÔ4CZ®AT“2l+©·[’ÿŒø™ËîýlXäøø®p’küâ?¢òôÓ]µÙÖQž»™ü?¢²%á¿¢2ue{El©5žnßö­à/jGii—gÎyò³”Ï©ï ·S–¿üt½{£©\ûþý -æ‹í÷Š…”ˆÈ."²ß¾ÿ'溮uß÷ïûüóiNËÔi´çy¬³c))€¡­`ä·CãÜo€™êyÀlS,`S‹`Óê °%â‘àAš€ÍŽ“7?íä}Ç— Àñ•骸µ,ø9ùÚUåØkd¿©Ô`I¨öï2W›-Ò~´/˜Ìj¤½ªNó¿åBv×LY·°™|XGlÞk¶'1˜×6`—DpÐz8¥~Üà.Òu4SÑÏÂÓÇ;à•5xµß¼i„€ïV²€oÀR¢ö…ëqйgØMçYŸN~í/¾¢r7Õ£yW‹T\ÆV—#ÒéÄë(ï½7IŠ-çÝÕ-À•åÞÔÚ}ÀMgCÀ÷ÿ´ÿŠ¥æyì„ú¡„¥[bV‘@¬ã% j¹f‚ëˆÖèãD!Ú2>vs_8¡üGTnZw÷¯¨Ì¿[i’Æ -‹<Ôá Ù9ú!?Ž««L›–&àJîG€—ñ)ùÿGOþÓ~û§ïöW·¿€x¶ˆ¯7ÂÇwü1³=ƒ -c~¼‚+ÏZi“³Ó÷ÝÿÈ´ÁG¼›ó_%ìÛm ×¾ZØã!C%ÔÞÿ‡ú¨.¨Ç£>–ÌÇ(Öh=<ȱâÒëßßÚ|t÷áп§pqSváúàÑîªß—+ìà2N风²¢zÑïG÷¢?êá9ªÔ¢_|ÛXÿþúÁ'Féýó«-ZÄG ýŒúÇ#áî}–Iû8#î/SÎÞßu¶ôéé]ר{Z7…›™ò-ÛÖ¯6Õ¯ÚaÕùç?ÌN±Ö'bV:OŠ Ž'µD\Ð<\uØ=¸ˆ8ûŸ†Õè÷Õ>JèGOn|«¢ ŒFñ£ƒow?»ŸÝæ…Wt˶Ë׫sɘJþ‚ôµÒ¹}׉3:ê±§î»+OÕ¶t¤zí³—¼®¸u¯?ô‰‹ÑÒÝ¿;÷ÙÞÇ…}RNÀnΰÔ.;\4þÏ®ÕÛY?~F‘üè ¹lõ£ƒFßn[ ©Ýån]ᤚ;Gt<>£ÃôêDL²û#=Ï^nyÅf)‹ÛRnâ>mÊ;åœÃ£€ÍÑ‘vÇ„m(bòñmU sƒ.üQkðæ£Ž†^jí”arMïõj‚žººvuåð¯Vû‰1“IÀÀEœzxà$ž#jÁO•~íàBÃVìÁ‹þÞ/­&»9¾ú¬þЋÍ6䇻M$ÙÇ :3/¡•5! ÀÚ)ô2kz3+¬Üò¬¼â’oxÄ«²|÷Ë¥|oõ—i/·]¨À‹ìô€Ì%Gý¢=É/~ ïæ=9ó‘—3éϰ~Ð@®2ý<­%ㄈØ.kÓÜV ÕMzH,asM‡Ygå–/x˜È4ÈréÓðz)_‰Ý2튧h¡<ÅÛ<ä÷¼‘²r³PñÊ3$ˆØiÔ¤St;úq‡ÚùÄÁ|NNö6?¡/ƒìø:hCc—S2_|Deø7Â'ênóÛ!u1ÐÝùxóI³›£Äi«ßÞ¯ÐJr«ksƒºb–òyZYÌÙ•ºÈ.Ï­yƒxZ³pšsgF‹œL£=9ŸvFjèàNì[§ùmrf6`Ò‡ -Åñ­«2ã!Ö½çTLrKO*_âÑ4Ð2Ã%h†õ©ÿ"_ãò_|ÂC>íÊåkQxf÷Öæ¾Ÿ^÷»hyþ&âoþÚá› ÒzÞ‹†P˜!‰œ•µ¾4ÅýEãò{ÌÙœ\–™Ád •Æãû‰œG¾Ž“ -øàMvîÅ“‡0š½n¹‘âcØ0(âPÛZnHÈþ ªîÏtÏåûqWGûÌ•úDˆþ’ëåã½öxãG—ßÀûœøJo1=u]_pµ¶ oYÛLÃ9ŸSbÁ“«/ÐãÇ­%A¾ßôª½©9Z¤wƒ‘º“áJ(,‡¹ÖêÁm!· S“_Á숾-“•>•v[N¿žõ{·õèj?£+lë0nƒÕ ³Á8B­©4/ñQ¿©d~h q­ùD·]¶¯ÅôZÖ'A4ßãdÞŸap}5¹ÕÇ÷±„ìaʧ¨Q^¦ªÃbGhº­gÓì¥Ö`€oû“þ±½Xö©Çfã\¼ÛÑH¹{ï>+‚ÞH‘`û´p{ÒØHvj›kY -Ú™t—6œäcÝü¶S4uÔ§ÌbìmCÅÿâ!ëþx }z§»2äá<²lÔN`Ö}:{ ™³‰0,/=i݆ëÕ ï¢Ü€¥Ô§[KÍÜæÔ{ˆ§'nRcûÝ*/ly‡vº+ì-åT»ZYºÌ,ß…wÜ4àrÅDü–ÑédÎãv¬uÎmÂ[D2-z”¡¾0®øøâŠ\ÒIsK!ÿ•W5¦ŒÍ±÷<åó3ã0®2­¥—m^fC䀟$JCÎõLã=oDˆ¶ïªÉp-K­Ë½npÔ½nnÏÌð:X™%~´ëDÏí¥Ó¿ÞI>vHù6©ÒXëœë‰-¦¹× w^¼z>ë]*è =e›þ|È6«|“ú‹óa@ û UÂaÿÉ-×õ"1dÜô¸fUŽ£&^_¹;tâÿ@ró::B!TÒõ¸dÕ‘ˆë6sb¶Šs£³kV‹C·}°®~›rŠíh´bmöæ/Ž£¸­l×0™‘WYâ,ÎNí-1V®LzØÞ—Î+®’}{æÈ¡デÙv-¸CP*ÙºÄXÅUÏu}"¬ÚÍÝ·š;6êÏñT[KÓ•¦§ûúVyÞêåU>õ©Ý^PŽJR¨`¡Ö©L¯zWÜMUXU²UaSUa’æäÓP_ªd»¾¹t"5€Ã›4u½ á5T2ãopv¼Â}mÏÞ¨oÁf:™+ÍÂ]:ij‘m¹†bxãõtrSn,¯5][p³¾Ý¦œ:ŠBcµÛHÍ•ã&¿Qè2~ª ºÒ«z?uóU‘Y“òÄ|ÉrêTëJJéHÐ~‘‘ ¸Jý@tؘè/buÓm„£±¯~Õo zĨÔéþ 9œ{ÕÚ1´¥´ovšÁ¬Cªð©u£˜´Q±2%=S:°†Ü”4䯫qkÛú”“6²kתîV‚8©Šm-ûén,§ùÁMRÆ!T Òi´«rE\?—m‘¥¥eð”°½ma{ϰÂv÷¤? ¾Ø7k=}íSsí«}ÿ@“$ãClsN;Oww±Õý~Ó-©i‡œY“Ö ö†”ÜxõLx.4šù>¡•æ5QµÎEa´ž^}fh39ON=iÞFR6ŽxlݾˆHL¦>,i |ÜyÞâ8ƒ;YÛ)çPãç – Ïp'yH@}±+ÚÆj>ó_õ{\×hÜ¥ØCÆÏÅÅ*¼g›ŽMÍýÖÐ"GFªÜHò±æâíÞÍÅ0«•uSíq‘UXv/WÇFrYVŸïVeŹ–¸)T®\ñLS×¼Zî\ -’hö¥"{# –uOË÷GÆ‹¥;ã¯2ã©änùÙPÌã)ýb{ÓSeT¾¾ñÈyùvÚZ·[—ÎqØÝr¡ê7áüj¨µçÉz’v;åª<“Ì ™ÊUå啳U®è“¬(¢è\á{­J“ãàŒÉŠé[Ÿ™ÔsS&µfBz¦;gZAž™ˆ†v œZš×*¥ƒ•ßÔOdó¾…Éb÷…“Eí‚‘Eq~œî,ðiǘÌVµª{|†Xo¶«§»mOº´keÛÔö%_C#{¨2Å|¿æyTríWýMë(Ï÷ö[J¾%\)á4.Xí˜á™‚Sa#RaüjÆ çüÍ¢³“Ì -äê’j¤ý˜‚Ù7Ö­iÀi‘D™MD5sO ÝK„â]ç˜dJŸMù‹UF̯ú=Ö.TuÀm-ÔÖ^lÚ$6ø¥UI‹‘2S•±¥a5Išl9·yRáuÙTÊè"âùlŠ?Ïb˜V\Œ­Ü+4“ñK•dÄrC R…ñÓ [éB,Í>±Sƒ aæ‘­Ý<~¨¦ÜÎÌÚ¸uo±sJcΔ-aL9UD¯»Ë/¾Ú÷ô1²ÌQ´|ÉÎû¡¢V )¦“ù¯F†§wææµñ€I«›f‹øìÔå/6ìóìEÞrÂC9³2PÞ ´dòtÞ/”É­z£ˆ½´á |vVð£Zj㽜áâÔ*Zb8bÄKö‚± ˜@ïõu¾‡AùUμÊã%[(KD*ÿüÅ‚°³=ß[–{®Î¤Þ¢À æA…2­1þº6›Tv§^2…eòŠ^¥ü{܃´’ íTH2%’Ö5éîˆU뎟šf§·vsÑ1>¬•€zPQñRé–ß\öù즜¶å[iN’ríÕgLj6Ù]¸Aœ~Aŵ»MÎäïfæÎÒýqS(™AèJvÊ¡¾uɵÞë®íÙÇ^ó ôij,Ðê°é{¥MvV5»5 }öÙ>Z¹7§(Ãrõ½:–ÕÃ3¹Æ_Є¬4ªŒÂSÜS¥Ø*gÌbioøvlç` -éü¹1èåÏ”°ËŸSÓwÞ˜¯¾?½§©,2uS7әѲôui çK¶¹vdF¾ÂQ\US·µï^>ï>µqJœåŠjªsbaßð+ð±7á‡ôòç•vçÀ2Îݧ¯GNÌ¢Ùì+Y¹°– ¥üjAPÜšd´Âǵ)½V¤lºùÌÉé5ž\tùúìÉ ÛK&/Ï_L´í»ƒ`aö` •ÌžcóZlo_ -ÈGÉx6üíøš3ùÚÕ%¨Ã¡ƒ¦AJ+Fi8¹^òn™¡!3‰T™Vj Þô[Àjíú€D ³]‚Ç ˜QJð®2ß5 ãK@¼w@œÇ4 ¶^st wN0»‘T|Y¹ÿÞ »6ràjíÇ-Cëí…¨·A”ªæñè*ö -·=;›ß -í¾ÇX%u³‘p÷Òaç­f§Ã¥K -¼O@²B‚¡()c'P?ª”n%7@éaP†œ¼Éx™€j—€R*O@ñ9 -Pxº¨ü1N>LIòÝÎ~1o ±,t>½œ’û˜uÖ¹Z¦?Nã•¶ ’TÁú#%Bùç«àRÿGOþkæðm¹ýZÝ2ƈ}â%]•â~*ôø*L«ô]+×þ‘l?>ÜñþÅG¨ýŒÎ§Õ²ƒ'p?RãC|<¤ö§'ô5þ%ôQ¥²ÿ8#¸Ç£V¨>Äe¡~÷á‚þñƒ5ríÛ¼Tút°œk€cÃêôª­ÕîÍ÷—¾Þ.úÏ#Á£Ï¨O·Oqu=ýu]ý‹¯ë¿øG«m`ß~Ëjé#1~„¼8‰B’?=¡ÇáÇu÷³VÚâüçp—W—Ü=­Ñ›•©«v€ØKHAâ¤äsÄåÕsûQnž“‰¨}²eýö¯žjfR½h±>\µÛéÀm(öÊg!cÃüÖÕ’×Nã¿øG«eŠ J¹ ™ÿ„z+J÷žnt½[¶5 -~ «¶ßÆý´½ž#æ -N±CÇ“ÂGz–n.ÀÜ*¢âGóÄÅâ6÷ïö£¶÷±lã·uNɃ(àVF»­‘â²›HYs[W?OÖÿ¿¬%´ð_cåó«‹ßÓZƒ»Â&S=G4oœb^uŽ'ɘ®J'ˆ½‚ºÝûåJ¼›Ìy§œª(`*É&‚‡Bz«¿Øì™ÔŠ›NZ*oÐy‹ -­œÉ¯¢Y]]Ûc}ÅÅO7xØVˆ×”`Îü¶®¦Çn1—Tö/þK«Í¤~»m?P‹çˆ*控J*¢ÅÛ¿õ{m7ÇîF¤]ŽÖñÖƒ :y¡-gë“¶ Öt8 WWc»_q»õ1x˜ûk ÷Ï¥OÇ©eÚ½æÊ+þ@ó@FÙ9<×ë³P½fF~O#JOÑ…øž*ü‚8\à/þk(3à‹[VÇn‡«|?ïåíàiç´i¿ùÒúTÇ’êuuÕI1xtHeù¶±æR¾Åœ#íEÖ#ó Â{sxÊø³°V]Îe5œv`u?ECëâ[%ï=9™;xBŸ2äøê8Ú˜»#cÏÛ‘'¾·÷ÑÛß¿~ ïfäW—Ï/þ1u—û)fSᛣÓݼìN7‘€­ÖNö¶¼ò꺔OÛô";\Âsx²ÆfÈ|IO;¹µàÇÍmÕ·Šmrj_Œ¤zuЗ9¡ygìRùᘻPSÏã„•'>ÌxäW’Ä7=½ç‡*Zç†ÙgÎtMgîèôq°I#×1O_IÚwþâ7B¿½OvazŽ%ýµOα&äûalã­• o­¥|ŒæßKFgÖÞùq0{LÎà”߸tyÌÇí==­âI@«y`3hŽjì¤3ÊÜ·Îp±|yî¬éüµ· |ñÖ]¬5¨›G&¸¹Ú•³ˆOÝNËaâöngƒ6Ž7Óm<_Kµk|qÙŽøâ¬žå-Q.å|yϺ«F”œc#ŸŒS’h{™®ßn×éÀô‘}Ÿ2‰‡Ã®ùž5P{»¬ZÍ%kÖŒê´îÒM[]G]s=&&¦.)Ag;kï;íöúÞÞÇïl›(¢ÉüÒ:nGµá®1h.öú=*¦õ‘š‡t1ûÊèÂã’þâli¾×ò"U^Ëø¼Âì¼¹‰Ï†!ÊõÝ6c´úÇõ|âpjÙïd–µfsRYtƒ"(wávŽ6õ&šˆWQ;PÕ;èÔ0ÛÔqÚÄ~>i9D¸lѧ÷ÎpYäjpw#«{„‡5ßÎ[nÊ÷^¿1'‹ûF¶ßMiA¹—ýÒ´¥’œÉß͉yÏé(R ôjjàØÌ60žZd<ÜÈÐ|pÈ O¿*íÞcnŒìªä…Ýä>5–™êtºf±Ÿ†d›dÆ|ËN«-FØ4 w}q~ ÝÛÆ:À±EÓ?ªQ3C[—†ê®2Zp¸•µÍWêF'°Õè¨mÕNïT¬”Í*qô€”x~Ê|q˜0·%íÔw8áßë*ðò­LìâÊ}ñõY(íöÆoÚ»Ôï6Que–qnFÉ ÔgpØ -e\öЬ^¹–¥æ”/«ÍÌ7 I²¹Y}¨5³­©V¦a½U8œÕ];ŸR±X*)váÓ];·KV ‚°zkÊïê0ÕÉ~UÝK#óE<Ï\+áí’ã—H¾HN&= ·ÃsÜ¿xÇeoüŠ]°n·Ù?Û=YZ´{sh±~饿øWþjN/Ërc¨Fž‰Z³5¨Õ7ûA£^&F5©û*Î\|Å¥Vµó?ÔØj=‰f8(ÈÏד%¦Þ–¦£¤Ð«‰ÁKª‘™ÜY©?3_ü@û†Kë -„y\¼ãyšL¹Ýõ*vF›åÒVèpØÕÁÍììGÓn›.¦-NÃb}2¿Ý›Š´†ù¸Ô·-W÷Z–Uñ0++ÔüªÖ¹‡Qc×°ýUGáɝ޼”¥Cw/ÍŠ“»µùJý 2⺸ÔÅæÜ Äb½ôHÐωEÁ„>È|ñéW³ S™9è ÷92Ž{ò¾»°`Õ&÷1”=$1:µ–ñ¨ÇºOï6Må¹¹4àÁ(UoŸ9X%êT¡å®ÞŸ¡*Rª,sÕ†4ó¦AEcÝi%?mE½_…íTÍ -åûœâ»¢‘ÔbøùµàŽƒñÇ£rîƒäµy>óE„#Q-H M]k€ŒÆô]wx°U±½4#»3l;ðÐ4 ª¥WeÉmæ0{¥…óPïxÍ·J–‘ìÇ#B‘ªøT19™òY)Û½U*°±QE}wh QþÜP#3æ»;rŦsâzÇCš½2 Îv¡Ê<ˆî”y’W…u–y€Y†åÈeú‹ÍE ”húOÙ¯ôlØÙl€ã=̓Õð•eç2F-¾jwõêj5V|ª§µŠÔ¼Ž=„rî—oµ!þHW+Ѽ g¤ -Z Z4Œ)/`ùºÌ“H­Á9jÝüØëÊvY·yX°Ú‹]}fvtfl<©…ô,Qêµ#‘+NÎ1²q<ÈBdAþëjÊ׿‡ÅSça°¢ ¾ÝÔ&Ž#Ë–Ð`¼Æêš7ëæ¹­+—.Ò¨‰Ú©Êx{.+t/’4¾w«/•ß%n9žZôö. 8óâË“’ò2]›Q:µÌÖ,ª,&T¾™ Éu±s#›€Éblj֚vˆ2}Üá»õÆÍz>z}±Êqî¯öd­(*;¯jåm-(n_¤÷ÒHõ ^}ïMe0â’ƒ ër¶9oKðàíUŒ½Ñ D}p×ê&ÅŽ^fŽ‘]¶Dg©Aiƒ¼@®¸B"•ZRY˜ˆö,·$P¥sÄã€ðîØbpB–-ì½¶õ*ßÑKz —æëËV¥Óô_ó~rž=ýrofbosï_âÖ}ûšËÅÓS{çm·&žˆ$·”‚±S;Ié!­ŠÍ;{kÂÝÍz7çÀøÇÆV] -P ;Ÿ#T&:Ý;I`$^Á­~MÃIvja§GÎǯ³Ã ô–rIô㳎òùÔú*{4~-‹QþVz+—ë¿êw–JЬÁ¶Q²µIæÝéíÖ±ágO«†þ:·µ·åù n‰;¥ZçÙÌXb%ÙÖ˜šº°éÅá9¡V—g@nâCôéé=ï.øá¾z᱆°¾s,¡·Û‹B‡#AFqh”_¸åñ´±.Kl|+ƒ‡Q*Õ$¢QÊlsdÁã'D=ä/H®q91춇,çíaH’]DíÍ«íÖ·G]%ƒ•†Ñ»ImœµRáùn T«³Òº)‘Û~%b¢â=çhb—{ÊÅ8±8CG>–ßöP–ëµGi¶ngJо,•²¥ƒ,w5õB`|Ü-®“´§ˆ”Ô}a»xf (ìË…ò¹íÁûÚ~—äªë6÷³_LÜéÉê@ì©}€˜V°x·*½É±Yè¡Úç~‚×}Ÿ…mN,g´žÌã~Òd¦ìÛ.AG@ -¿^ 7W³Xâ`·=ÄY¡ãu7ðLN•äÏY¤w<ÎÝÀLÉñ -dg=¯¾Èp¾AUÎÄ¡jN5!_€—?äãÄòóHøÅxebæ@È+¢µ1wÈ×KÄÈ\'gÍy›Ú¤ØŸJHfæòƒGÔe²ëCƒˆ/)gPif¦òu8;^åËÙTQà Z»YKö¡c#³ˆÏN&Oe&éÕ¥¦‹œuNµ¼]ìS àœ*œOÛIB5Z<¯¥ö$€n=€møi‚Æò‹‘y9tœÚºæqWn Óu2ï7õÜèª'’´¿‰×hÄúçÀ&wê´‰ »ûj©>~sð±úD³¯ˆ‚Óz—KB}dQ—ñ3Ý|#AÓN°óañ»Á 6_þ’Í© -]Áì3€€U€?,/Á) þ‰ì¿p¹ŠÝîÁ9¸böz7ܘݷ9Í*Ž5èÄ•Ù_ñ2óéærÞÇÔ¸UÎffÉ}¬£±óð‘iP©°" È* Ò%7ê>$$¨k€œn,@ΰIgÈ~$ðK€Üqr‚KK;dPKþÖÆ’×tbHzrL¾ I¿^_|W=´‘Qm?¢'Õ ßÛ‚:äæ@^çáÒZDl6·\„ŒP¿½±’°o懅“ å¢ÂQ¨ (q‹ª{O~òR( ùèÉÁ¸¨gÉtÎñ§C@ Ý 5¤èî^´e:€¶™нLÐz”¼fl}@×úw@s)ø‹_QÙ.ŠõVM(ñ¿¢rê™NrK õ €¯p… m‹.”ÓóRÓ:`ÖÐRôª)¢8e“ÏiÒ€VLЃ1èíFøÊ¸ ™ñ$ÀȆ˜Þ{˜So ØBñØÊºØÕ¸öqoÈ[#ÀÁâé‡Kp©é°WãØ†ñWT6ວ֯›¡P]aBì˜Í“¥Á먜¿º3øò®9ÃÍñbª=Y.U“(x唼nÔórÜoGðW1eõ>àfÅHŠÇàu»ø‘@C 4ó' ôR&g¾¿ÂT¼%¸~|z? °i åAÓÌ?ZÊtÔ—*G”À9h{Î×týRÖÞĦÀ Z¥Ö68›óæŸ@–YóµÄ_‰þÈýkæðÕ“?âí¡_m€0,pÛå€È:<gZT’lT!*l¡š vA…ӓ׸Ëã‹JþÓ`ù•ì¾ x§OG¨òu<øUB¥õ¯ú¨Ó šße¨>kÿõ¹{ZïWnsd\»)ÑB»e;ã`óªn½+ÜË /!M/úµ²:G|cFÇÞãd¥AñxRÝäèOuÑý]ë_üíeØÿÄøiXå?J(–ý'Ѐþ<į}âw>«-^ÚŒï~Î¾ÝæÅAêªÅúÇzU)|ü`û]ìܾ·ÉßÖX‰§î{V=%s=)ŽÆÑɼº‡«–기8‰ÅµÞû¸}ݧ|)ÁYÛÍÙê`—•œm(/º[#=4·ÈÜì|ñU¿jmîWbüG`ôˆ‡8=I÷´öÐoÙì\µ=ç_ô“¼>ź;ždô|¤çÄãàæH?š${EÞ¿ÛI=î£<º—ã*¹›“UöÚeûj%Òî e«¿ú&ª:ö]ÄÓЂåsHl`tMïiÅèjà1ié‘¿øo1õïïZ.Õ¢ vލ)ûñƒåꑞ®ZñC[ôöocåíæøpºËöÆA¤]§Û­þìï·Èx|ÚtRÃk+ýGhe'¿ý««k«—_qûA)xt·t žîÒR¾çõez4ž,²ÓÒùš…Z=—`…ÿ_ø«ÖþUB/z¼8Ÿˆ‘ù>p 9·Ow²¥H;¿é-2zT6¨ÿPCbñ0ÖôúÚ]¹ÈÕù‹ÜåÛŽÆKŸ:Í–éA¼\̹k¸Èz×Ý<Ò§9<ƒ3#‹¥§Q£Rœ¢‡ñ‰}¬MROè t_zæºVÿ´®&Cù=úb¼ÅçéHOÚ‹½¼y¯·úÍÚ…VZ½®®MÊæ—>) ‹9+Ðó@d…9ì Õ™‘êÓ¨.èÓN¾Öñc]²| i|"²Ç³g?Є>,±KmbÏãv·Ñ{ A£jªFŒÒóŒ>œ«óÙPÍÃñ0»&._¸Ÿ¿ø;”Äjînš›íæåÊ`Ó~¶ì•[€†K?&{YdÝífJÛÓ4RöO?nęɩÁz—Ç.q"ÇÜéÍy~¶â‰÷lmô!Úȹö(ísÖPÍÈ®Ôõ©ÛÈÏ6ƒP?žFIÌö#sÏ÷;D3©øœØÙøŽÅfÂ_·Ûú‹ßCtnø}»Ëõ£iHRx;£Se¡\|uV¼Î]:ƒÉÉpgcwBÏ£ÝÃÈçë(=öÞù´Ijäav{(º›ÁÝB®À Â& [UúÑ¥Ñìwf¾å²áбð²w¦Ä¸Ç <`ßT‘¶ùýmåºoIHr¨¿þ‹Û<Ï_OTåvÿöY†½|;k—JƒufÛâUvNçä,Z›â˜ÇúMH7w¸PKKw5®ìÝ"åÜåö4ÝßsçBž¨slæ(§G1Bï2૽b4ì{ÐiÛ#+ü@Öë|ò­ÉÝX©GR*• ×ͦdÁÔ:ÓY?ÍUGwD²£v”jn¿¸läÆ+~·‹©­™—žAæèofبèN\ïmxoáYñ¤y.¥qR%¹zöãb.pN -;tlV¯ìéP½–£x¿” Äú)JØ;y`œ o‘‹=&¾3Ì»¶íÇ«¦•½§d3ì-«Žúê¶I¹<1n¹b¨{ÓûAÙÔ£™ßé†j¼ó\A ­ÑE¨zxBùºáÈ55ºiºŠ ]K±&“‘BʯUÍYPçª;QÒò3½§äŠÐlKïw)|§s’|£qüàðÅN0z5uX|zÉtÀhuÛ$•ø€jŒ¦=I¶zVnÓošÆëRí`n»Ò:Û{Ó*÷‘..A3³\1¸j……ê¥u')‘’2WìœËÖÎMOª1Û@«ѸSåðPSbRWÊ`Ð;HÕ8NU”HVrí£!®°áBl¬ÁQlŒŸ_¾ˆ:ž –%ôGx ·õÕι÷ÛS꨽n‘µõNïk­þX ¡Ý5ôTcéþ@ey6ךaw[/×Å“ŠËèS¡x®±•\Noeùy?“²$>9JªT«ñíÊbÙèWò°7›Æu/l–èK(ÃÆ›5ºÉ›4O0<ò&:Lª$ÞÌÚ‡/¶äŠä—ë!KMdy»]ÝŽz¯»2µòϪÓÙw[Fë¢Îjúk€ˆÍY­7´šîh¬ûê~'‡JOGŽ5ö^«Ây dénç¤Ú©Vü*Ë’„Wòf›Ç–,lé¡.´®g‡ß ŸÇ{•-g_½{ -e–íÍë,ëŒf,Û*X¶V>~üÄæãðž* _;‘±â¦ßƒ^ÔŒzi‘›&w˜¨H:íž/†HéÕ¦Ò}ˆ ¸zªÕ#µT+ƒzŠ“'V5nöÞËïÊü"ÍîgEsÊiQï¼òÂvuGùýlKòDö"r½&Tçè¢Ôeí¾ÇÜãÃçiô‘]¹Ó¯í´@ËXµFËybB§&£-½ŽGZ:nã/Ö.'Ήٞð`/zõ]LЬ šõ;q»à´¸nèiE¬j¡ŠuôeˆÊé´j×ç)™_ªÏÔu&ûA¸‘Ôšu¬À'ì*Dó››Ë,wRzEöZÑq–›v9ƃf -ýÖŽ-Ú/P.-o†5/?Ï”Û0P¤LjÛLj„U-"a¾“0¦í ïf5‹ ÒôŒðQ Ì_Ž7vÝpþðÛ§8FE(·–ëXÝÆÍ0Õ§]Ѫ`fÙr&pÇRnjâF«î„Î œxÒ^<ت§˜gË%#Êt™®vešš‡Z…R­NåØrŸ îö‚,ˆ·#žëa ° -ű‹w$"Ä;”¸ÃÑ-²ýâkÐâ{ seçÕ«Îò‘¹Ã®Ó–û>|þÇ*£§ZulÉ -›®U©²cd¨¼“¤|¥Ð®[Ì@,w™),eÖÜ%wسÃYÿÌHéI×X4MÕE¤@®|'‹'6‹ehiy‹(Ã-ß…ÏdÄp³ÖJãx–ä1»rr0rË­Ñ3GlQ'No¾øº~ÕïAŸH†*·»›ÓrÛfÇ×kÃi_kÅÛvm$ŠœMeDqûn2<½Úâ¬Ç­yƯ\êLz[îÒ}ªQ(NId÷ZèzárÌnf°m ±5mæ×v¿N–IÅW•]_­„ì³"‰e+J£»J–ü,O˜Z%°E»ƒ“kÝÁúHwŒÞ:ƒå“]yL­/e08¾KS…“Ãצ5“õZ4‹+¾5)6Ïø*l.l2FÁ¾Ç…Rþ=‡£Iô ?uäÁå¢&oJ-îדʴ`̈ÜwêuäìÁ­‹˜x8~]dé:©àN0:J•JåI–a~ rª¡Ê¥ÚÙi– ~h!õ{ì×âcVÔº)lkâ©Ð†\ﵨwÂä5½ž§Fk'7Ô:{g·©ì]É9–o89óý›sýìmÕ™xaù^ùúbP*v#nüh=t%jleV·øº[}¿•NeC¹ >ÉVd¦Ö¾°dy”ÅÐûŠ„KY¢•. ö=“?©©R>ùt&wmÖ¤œ[ì7rÜvÓÍzèm˜Øâ‚ä ¿Ë̹Î=“õ6ù´vÉÑ©3´”_]¥”Ø^9lo)%…dZVJgÆý/†–3{jõP0I²õø:‰4Â{c©Ü$a(×KrW8fæÄJ¯~•B -K»Ò'¼4W’\8ZPéœ×îõ¸¼§Z9'v’3ã›gùZ=ÁÖØ‚òLw[bï+ `_˜;kö>+arÃ&SÛ n^‚çxÀiÞÚÔWÅö­Uê U;Ô!ÔRåUÚ¸Üã£EkWSÁn—/ûÏ,ïC1Ï"© •ów°ÇÐäøXy$r_#x]øq¯üDÙ †>ÀÏ…}‚q -à,yË6PiC€/ò1ÀÍ#píÐx¥‘¼™ô× æ¡SsÓ|—ûÉŒÜz•» Y´•“Ê•Ô W(_pdÍeæ÷†Ib«–†Žý„Û¿˜‹¤³Lª=¹?áN>]»Ë vp6Žâ¶å áu@–‡ QðÑÇHÔˆÉç@$N'ÿž?Ž O€Í2 .† ˆ]%ŸØ=%\ìµwÌž~À ¥;‚4b¦ßjUÁØW:çVÀ;í1Õ:=ì>3“*©¤ G -ì.[EÆX*Úr€4è }% ÈS7È÷¼.ªgEš - OPvc ¨ñu›\7í N(¨÷¥h0œêŸ°Òë>Ú€2/ ´ú;A7ýGTþ®zø¯¨Üì¹gaÀN#fù\/ ‡ñGhÝØEl²l椲/¥7‡1õŠœÇÀב€Î -d²—?Á÷c~KÏÎ2 ¯j0ôãcæÐÝfZ|ÜIÀ§:`ew تòl eË^LÀr‹°X+ó]áíDåHIç`XBC,ÅWÚL2‘¬Ë;ìeÈ–<»ù?ie’*ÿ‰á¯Šü·ø+âþ¶:pñ¹þ+ÝrPÏ\›Ý}ôäË+xzAÞ÷Ú@£)R“P*¹ ¢Êt7or©Iû+*k ¹©ÔÔë‘“B»Èæü ¿Ç} á;³üÃú£’Õ?zò·+ùo_ñö?Ì%þ•qÿíÀýí»ý´Ü -¹qÒ°ñÂ=¹D%Ýb”šƒJúöæ&€ -8ßµÒ”ðdËgÁ? «üGÿ,}:ÏýÓúUB×ý_%ô™-x?ÄErûyª|OëqS"йe;’x °zõš\­õè -ÛfóRýöE¿Lÿ¬›…z«Éɇà×rÀÉšé#äê·v¿âìoëjºo¸¿Â¨rgúÿ<Äÿ}>÷o#ý®–E~ìL?‹¬¯…Ã]^뛲MÅW-†n—DÀé£ÙsûŽN±ˆ”NÝ7MœŸ£N†æŽôB¬ܦ÷öi{”\û;årÙF¯§#x’ç7¥‡VáÕü¿ð?"è?è”ï>äp·9„\(ÅÅœ¯íýRÙØ)G¨» ¹½³‰*ëánýЂ¶‹õI[¯Öt¸Ü|ûW ÿê`=¾–>}Í,Óî»°P^1o¤¹Ê Yé­i¤ãÁ´ƒÞßÖÕÿ ÿáW=Ål1™ÅÜ|}Ú)±x߆,™Þ´ßd1$±ºê96xtrÒòme)_2ÍŜ˴YtçA¥ÐŸÃÓÜpÖJ“²,̦¸´òc‹|bÇœ&®¾Æ×ÞþÆÜõÆx¡Ûñ ‡…r«=æÚKËÌŒ´’ìeÚÉÉe?n*¤Olvâ Š8¾Z²ŽkJïB:ö½³ÚÂó5·d:¿±RWêÐUTéÖÍb]`jv2aiVì„©}2#wömGX¹ÚFm¶ÙŠ)»×"+ßè%{5èñ0­»i†o>:q·éáÜ´)Q¿ñn¾'_9 -Ûi¾—uÝÝø}?5ô2÷¹á¶rc©€öÉÑwNÕtÁ¡ñ4i{iQ±ä§ÞéªÔdh6”å¬ÆÇ°cŒ‹Çö.U¼¶;[áÝ: 2Ô²Ýb‹ô&¸ÑKÖ`¦Y¢ù¦Îǵ^s\°ý&hí¢F5fÁ¤-È3§å†ùÿöžÛÉ3iæø -!@ ,”sI$H"çÏdž·ûé¯{ÍÌŸË^6Æ…TéÞkk—½ cÛ=¬RÌ“‘]t£áa41r«.ëdü¥¯š¸ïG›QTí´2½Õ[͸¦Z€ðptÝR|øÑêÅP­îæf·J1i'iv†«8¸ÂËCЙ]oþ¹¾ýÞ½7½ÁC ½Œ,³îéj.Ì<ÇÞ][ö‡v)0¶Ve·æQY³¾ÎÖ¬ æL™Í>7þbŸÚé ³¾è̸]R¶ý¹:‹»ô´VkõžNz]¾ádždÝ‹C¼†wjåBApÿ1#†¾Œ°soØ6÷^æî\\Srž.ü3ŽãÇAW¸í×é}±Q*§ZÕíšû›š´Ø­æ~­_oüGÈMYë·*5MFCMÆ@¢¾“Ýø‹í&lbóÜÊ ŸÏü¦‡ ­¸}{»õ&tQÍ2¬ -µêa›ö±j££ iÒ–!4½½mº šôÝ\m;uœãac¯ÔçÉF'Ï»UË}>±(æÌ°D¢Æ¹ÊÑF›$ýF¶.\Vu- Xý„ÂJÕ.ç’lºƒUÌc¦¦äó.#C“‚W'wê®+’ 6ÂWíÆ_Ø,Æ·ogŸoïü˜oOû¾Ýk¿X¾zRæBÐ÷zãMûÁ ƒÐ^µúª`Wx•–üA#dÜt‰¥£²Tž’Ö>wQÌS9ïW¡ØÒ{çK_ì‰jø•…2ÝVöòb¡^äRI}J•ª“ws§(RÅ-×{E(°ÇwB©ÅÝ/½„“ð×™„«–ô_g—šyöXb'¬r#Æì¥Ç‹ñÊf¾Þï^µ0ضÞ}bÐðK Qmq°HBö`Ž¡œRsŠY ÂFÍ´ø ß9ºLïêZæ>TøÔÉËš”îú¤WÚˆ{ãq©þé&”GûßÍÞòÜÃÉ\ÑDö´,VÝíl¦!MÊÆªw`fx¹ÀØó¬ÅØñ(bìðãŒòp蟈F½ÍÜÊ|rƒzµriTºÑÃñ3OHv|*KYj3nE¼¨Ë}œÑ´•­« 7¨*ÎÉkÉþ͈%¢Y˜ˆtåºXg¶ã½{ádɰÃaº{† -O’Oz÷˹«3³e¿Æ è{@/w•Ò…µY] ªj¸ªŠG£‡Ã™o—˃É6÷é²5uΡC\£ãz féD‹œeëP:RFĨ˜ö™žÒyLM†WRqë°,¯NeGÚÞÊuñp,u…vç:䣯lÊ)˜¿bõ‚¼/[¨pcæ50.!ôª¹¥é€%T½µ*TM¼ö)âd¬ÉC†È;ªÄÙ[?0Ñ:[¢µRâ_ ¦D«PŽÃáÝ~6KëÆÊšÇUö“Þ|½4qœ€›ËF6Im´‡Q5ï9xiˆTÿ}ª²),ÓY&¾ü}|jr¹±cÎO+‹²u"ƽ!kz-'Oj§†9ŠœÌ òh!ÙÌW]’Y<ºÄE³——¼>ø]ZK¸ ì•ÕûØsÇô°¸^ìMÚÂ’îmÇÑ«5ê\WõZ3Š௛ÚË -ç+|ëʺB©6 ã2NúˆX6ÎYþ¡@8÷6Sg²Á+Ù/Û;6d¼%Ò¥+[hHísŸEy¹-ÙÜ²Ü 3Dç™”>ü½ûø£ìXxïzjaoQšaƒã剩þ”Gǽb5 -\„f‡ùîÔo¦¡?›Öl¹ª1]«€ºÝp֮㘗a¨h†Qg”’vÅÅ“gyýfDä -"Ì,oÁ b[ «ƒ‘N2s<çFu’uç]¢;NøÞÎñþ9`†½cÃK;‡Aøœ@'BAsL£Zš­ßÃ’cvÎÅ妋~ùâKI>­‘‹¥´‘ ±k¦JtzzñÏýUå~Pbo:äv½#8Fok)j¡ï•¥†µ!Á¤‹¬¹ ²tˆŸd»ÒÌQŠãÏÏŽÅãqVÅ\´1Ý!«?0š¬¸jÁ°4ßE‹’[?Š«sîU ÚA ÙîF,BÒ]³S`àÌ.ß–g¥üÙ­›ù³r ó­Ë´‘o­þú¶ÂÚòx¯×§æ22v½m©ñ[-˜uu-Ý’ÿ#|f$§#Ÿ"´¸,Ù¾¸Ol¬-®%Om¾‹ëɬPÄs{Ù-`¡ÒÙ³p¼Ú^¡Ym6ò—ø—Yî~%9I>°ªŒÑ8;î¼Älö ]\ ü¤ñ„¬›ÃBSèád³\)ø"j•­RÓ)ïÕë^ú&žª…7MA&™Ã`@µ_‡*Ily@’´•¢’‚G)šé+éHdÀ0 .‡›á ¤}‰D -a«•vËâÖHí<.ß‚QظCNÌhwÔ…ø©¤ëK™)ZÜ-Ëô~Æ2Dÿh¡¨óiÂHè­ß9%8!w›Ûò.@eˆgŠTi‹Š¥…-+Å£(ÎJ¥¯3šY@™ä¯w”V Hg ¨ž~ÌsIäêØä˜I?ÕXŸ†Á»ƒTï†úô§¤°·›\6ÑǸ'ïý\C Ò+û/J#£6ÍaÖD'cÝÎç^‡Îò†ýËWO†ö€:G@½Ø ógŠ- hŠ&-µ@Û Ð ;üÇ»G@²¹£ô·C¹ -èÖ{ -è`ú´1-´{€&>K@“ôïÙµ¿²rå {¯”V&æcÊ,Õ( Å[Bw¸¼ÌTiæZ¶p£ÎJŽ"ÒyU‹Ðr/ƒôäíæèñ ‡d£Ð?"nÐ@Ó¾þ^1fm˜  Ž P.é#P.ß ¬E9Pd”¹ôR—ñÞ” å<'æÍR\O€9—žõ–¶&ÓieºkÞ è­ïrìÍðÒbf¯+Ít{?UE‡ŽQˆ*Ó è¿¥äßçýËÎ û_×`+ìþæœG€Ë6€ãÙર ¸É½ó«[&ÉpÓ8‡ÐG?bÀ§WÀ•pøDåáè*uÅŽsŽ›9Íq«nÖ­bS›ù¹ñ~¤e¥ûU‘ÿº€õä?*òTü#ãþãþ·÷O|Âù74¡?‚`_€•ÎJ: hÄÊõÄî†b2¨±'&) öÅleÜã¤øOª²VJjÖ³â S{±»r"߆°(í;ë(?\ô«™ƒÄiÿ¨Èä«È\ÀÿÒí×w;žô~ݶßüÝß°[‰|€Ô[#@z„2«ý“ÎÈ»&ä½^ò™¦è_R\?¿Jh!EñßJ(“û_´4ùž–õ=Öëò|ÊÓLö1*Š"r5˜¹9Ç wCšéê_aõŠvKæ¥ú,8"ƃóAágz¬v¿GfØÙxuŒŠà~Öcr?b²Î×µúÿM[ýccýu°~çÿ_ô‹ø=:M}ʹòÐæ~÷¹³än®O›ÒØœ.[nx;¤þûLcèÔ†âü|b“¤tŒò#ü(,ê—F僼Y‰û±R÷ÚáfïÌË­² ¹ö‰åɺ7ÎËspC¿ÖÕoêê´ñ¡ý'„õ×Îú·™ÿé·|þf$ߣ¯+ -H—-[´/D$ÖOg•ë£68Èël²×v¯Å.¡Áv—k½[çöº¤­ºß7þ¼×[õY“¼ -sdyvßøï“õ•wyþ 3òìÓ)93¨_‰¦(§¹ñº8ÍMHö‹ÿH`ýÅ]Ïïò·tJ½ý±®~SW?¾FìRãó`˦¶ñŸ‚½&ÆDð¯ðU¨µ¶·î\>®z³Qy>˜AÝd<5ŸÉlš‹W«Ä«]‚Œo—IƒÞtÎåǵb@•­>¢fwxnRça»<Éÿ>YŸ~ù†¯þùîÿqûŸÛç²eÔíQHè_cèv±ñïíýŠN˜ó’](Ÿ…°1òsù``Ó„Ç©ÄùdØI]…ñÖº*cbq5~à´Æ;£…ƒ½ÅÃs­Ü²ÇropkãATî¬âgw|ŒåçåÝÿ $´¯gÖZJâA/±écÏ*È·ÿÂ?&e=y}[øžVn´ñoúòl¹¼v¦ Û&Ϋ1ÿç!~×<Ïí1d÷nfÑA>~¦»µX¾Dÿó›27’b¡¯½¥ ·f/Ñn^/—Ô«>¢¹ÂÝ ßÆ;µÒ(½0D¢µÚÌÜmF|R ŸýU+”?«¨ñÝF‘þ™6 égYOľnÑòµ69ïšĹZ;àÕ þIW±ÊöL•Z»U÷ë(`dïâ_‰ô¹ñÂðîÆ+ø‹S‡÷N”7³\èE#6^9ýj -‘o4°Îž¡îi/™‚f:Ò°0~€ô¿„ !ìÊ ê6×nÖ ÙU¿æÕãZI†ÕÊÚTñ€=Wöœó¬P½œìy)(/´ Ùçw²ëõ©nÛ}·ÞsW½w>nff މ,<^k?ð÷ËÍé=–bðÙ|-Àñ½(XxRû|6‰–ðŠóMÙ8¿Â·l‡Ö:/Ôü€3«Õž^© -µV¥qJâà¬m“  Ý–þͺ¥£Ò(äì=[èË5+ë~’ èެíB‹ƒìXhεç5­m»ä~a­|õm¡÷oÖ¤ºoÖ¨AÃ$NÍú»ùyæ†tØŽxÿÝë-‘vÐ)›¼ü›q7é0; ‘úü³u7ë¾jè²Wª’[a¤¼p>øÑMiz/+è{Ê"yÀ‹æ®~mÜlwut¦ÂíîäùŒí•°‚]ÜX´U!Ú²¹ Wîl’×\ÛhæL¿„—Î]û¬v¯<­Gò ­—§þ`³ÛÍ ©ÅÛÁ°vêGDÖ -Z}WBxHÐõRh«»ûª’'îYa¶âßÖ{g~³:½Lîè¹F4œé5ßu -&9²½99µK®¸²*ë`áðfÖ=`Rýb4?wR¿EQçgº£õ>í¦úÖŸSUUŸÊ eÅO<Åè<š -Œ/Óºòûeuv³“Æ@ßÄ9oÒï´ÞLЄ*°Z÷“SmtÄR¥üd~K¾½·WH7ñgVd{Ù©Ø6 -êVÕwÌýj›4¶HŒV}±0Xê²ûõnë~Öühý©”W?P5¿'(“da*¹BÚ±ßM¤er»K¾4b¤ÒGðÄMÛÅM`6Ä.×—räd¿†êÞªÛê·E4|½¿5âù)§£’a%?†š°§…¯·kv®ƒ¸"±yÑ<8eÓ8ë%ß`§T¨G…rO{úå¡&où™:"ùµªí£’”+w%×íCò\8¡22€9)ÈH¦¸5;鉸2ÂŒ{åÏb‘âÏäÊåϤɟÞPã‹´²_õ;ªÍ~K‰²•úºpÒªŒûdQ&1O'mØÍ­/;;«œ0“‘œÁi-½b¢õð4Å;ÕUÝœ´”d>‹•|q6‘ÝÊr)ñë^ -œëUÜ®s@$y¡(„ ‡z©óí\ã¢?àDúrfãJgcS´S$M6â‰výžÍ¯hväצÛ,Êý¦þ¼Wj;©U¸ËóAÅܼÊÃv0›~Ì#Ç?ŒNÁ/è=mVÖÖRQÇÞÌQ¦f·"/'”Ö†IX_е<Žº¶ùfêœùN¡õæî~’çÄíd!³Àwüò}Äål½rd¬Ž2Öèh2V‡k0V…¬3ÉZlLƒÇ ЧÁnÓéTè~h+»Jõx›éþë‘°ÿèÉöºZ‚Íã¨ù1x jo”†µŒè*¬V¥`ú†\rM_ ¶!Rr®-”ÙsŸçÅí„ë KöyXÕÊÝËã—-^g¦›ƒÄH£‹nºVÒ%´´¥ÖɵHU¤¦NU¨Wƒª.i9ÿÞÕ¾aÚýÅnºi÷öH¿á­×ÕÊUìë~ÆqŽ·X`%Ÿ²úCâßšz==Tx¾ü(…+„ÊhŽ`¥ª+¤w_l¨-°…[À Ð*ä¤WÔeµL8,O„Ú¬ Çí ã€äB/ó‡ös\‰Ú¸5–ªŸ6…oüÙ Þk’Z,óÄI³5¢¹׈fÒ«ͨY_±væîUNõuK={u|ß©AC÷àU›³«å)ntõ%¬iþQf‡ÉCF+ÎC"ú£‚Hæ¤ÐΞE>*lu.Fç.;Ê·«es¢4gÎõèUQÓhÅZýÀÔOÑØ¾ÈC"dã–‰3ÿ»¢ä&Á†%ÞÝ a\°${›¬ïÙ)T5I'öQ7iõM©Ñt¥â2Žî,ï.gÑf×>RNç1çyzKÛNõ!2táo÷"à^±Ä)¾Ë°zÍËVSÑ·ËytkÔö‚u(Çb2ì‹3âüq·D{4¿œ‘‡ñ;P¸(ÏUìØ:¦ð“錎âjÕK°€B]ÕC¡ªä—’\ÉBòéÜòøê›%ReG^ÕKA·«o†5n¡‡«I«‘ûV-2 ù‘îË’3k”Â[9è@Œ§¬Qz=¾0iÃá—D‘ŸN6õ£K\¦—:Á^¼䇸„)KlPO˜J]:n“jp‘TšÖŸAÉFãâ¢Â¿Š þÍ‹.n‹ -î"«óÛ‰‘pþjË—ëò×î¹Ñ7FÄuT·4ÏêñXÂwëç%r}Èð÷ûd /<Óú²£¨éñF–ψ¸¶y”àï*÷%[ÄÞCOÃ4¨î¢«WGÍü.*ͼWZ½–”Û—µÚ½XZ,òÈÆ'Ëž„v¡þúôò'vx)PA—*PÜ[ÏwW3ß´gF¯fÔž­,¼\Ö“‹üÑ©Pq°à£›\Rä5ýQ&äŠè„Îl”ödN枌O(gò´ëmq9*mФT¸ ¹® JÎÓÌ—¸K0d‹èx¯ 5øa#Äœª¢åÏ•z’ggÓ}.-ßpŒóhöãt¤ì`,ÄÏÓžœÕÌ8ŸÖØtr¯9jöøZ·ýaa±íÌ+÷°yùÉ>°Ž½ƒnHd^P 4NJÔÀ)rïU*;ÞáI5.Å3þVvh ç ó|ûÛ幡|ÿs=Èpº7ÉÃÊ¢ÃÀ[qY}sÓ )‰øut:™Ey˜€5±Ù¬YúÌ›PÓ$`Øoƒ³ç@.Ðý\èl.¶Uqw«×ë쇓×|1‡MdåS¬ªö%ß] wYóºƒoàÉÇ)¸YZþEû_=Ù¸=Yå²€ì¶Q@Nž ÍüǼ3’—3 ÷MsLd¼JѬ®©i@r’Èì¸ ˆû1®µyøè¹ÏÊEO÷¡)§Ö¬›‰'v‚ÎΈ«@†×:¯Bq[/€üí©Þ³ÖPÞûëÕѯaw¾”²ÝÊ}îÕ”€Œ`@-!P'“Ô{c‘š)vÓßô&¸º\DS¬t@£~ÐY<ýëû»¨ý+Ô¼=T|XU£~÷§yzg7Ñ×D7œSWndÎ5^³6C¬÷2'Ï2ZŒóØ×¤œ>àßs¬ê/ôð”Lš@[ôŸÖº÷ÿc Î¥­¹›`²K0|ÙLeÝLW™¦¸Ý“ŒpÀLÍô³B0ýÝ0ñ˜L3ªþ*½-gs©¼ÆÛÝdЃٗ²rŸÅÈBÚ¬»ÊW(ž€MÌ^æDä4&ixrÌ2Äþúvzÿ#%ÿµ¯üü¿¬ÀÃ⯧÷?d\žåÃÂ,©4kݦ€íuo€Ý;àr’Ø#˜v1vXc;Òj€í”–)ÖŸÿ•å£¡ÎøñÑüÀLƒÓ[„«A©¦9f>ÞëTÉPø·ÿ£"ÿÍþ¿9ÿa¾ý•nù§xg²ü¡òúuÛZ^S«DØÙ1ÇÒjÉÂqÜÂÛ¡uÏþ•3•µeáp—ºËsó%Í·ÑŸ¨â²­Â3'1@«ÛüWþuºÜ¯€üWEþ ü7Âá7„÷åö7/áOÔí ò{`šøR+é‰Ö,â[ ×ñûy'Åjä¹ù;*åxùk Ìÿ_%ô+Þ~•МöÏécÂlÕ3†Æ×Ç(?~ß“Ò0{ÏU'ÈÍ9ÌðÙpW´s’.[þ¡]ˆþÕü}²^~»§³~­œØé#< -ËGtw™?§eív’Ý"Ã’´YiãúŸŒ |]«_9ôµÚ/\ô›¹û?>&â> —﹊п9{vEÛÚúBôäÙ -×›ÃÓý¼÷ŸÊìµý.»Kèu~;çÆÅ-Ò`ÿ= 6èpͯkÐE[SÌ_ÑK±½l£Éâ^D”’VA§ð7^àOî€|»)ÿ¶®þwC=ÈÜœí½lËMæÜxv”ÓYY¸'v|¬bdÜÞ™§rgã?OÑoê,Xþ†¯G˳3œ.ÛÈl¹dW›íâ\O awºÎŸõ÷kÓhvöiÓÅ™v×èi"uÓÃðQKÜlo9Y9<4 ù_oÿ?zò?öZòú5¯oÚûúÍ]ÝåÂ6¼u.s|MŒtjÙ.`ìBØf¥¹|xi³QØ3¨ ü©ùxU“¹ü -dý«Åþde0ãx‚ΘÙxëè›q Ï£C¿Fôî‚ ÛtZ.ÝÚóÊ@xT—áIƒø™ÿÂØkÍñôUðöÚ:ìýµ®þzzוÕL;S»©yçoÉ\2Ád¥i¹ñÖ’Kcb!£°$3ÃsUþ·ÕÔ¿þÕpiñ³3lÄòcÒéú§a¤}h,zÜÑÜ…™_ïhñXM´Jq>uWÕÕñ/þ# -á·Û9 Z˳1sfŸÚÇœæºÛ`¼5jQˆ¸¿ñ·ÇCv7Z"juˆc6¹ô?Ñüù÷µ×ô¡ÁîY™ÒËM.X4O— Y®»òŠr7(qfݸA§F„Íq8ŒÚaÙ´ÎÝê»Õ¾y<Âf¤ÙÉá+ÍÿŽJ>³ú¶qqssj^9n¼Õm|ØF Lülf~L vŠ •žÊíhnHq„ÌŒ¤ ö²³ ìm‡Ø‡ö¡^¹¶é“÷h[-Ðj³Ã\óýÎüÍHÜáspâÂX+éO"‘5ˆÐ,ë‰?…ê*õÜ>×HÁvþâêšûý¨÷—m¸oµ£0ÿ.„ õµûêå†ô-ÓÙz©Clžf›><ýV» 5š·n®Óž¹~˜v¥q¨bÖøŒÙUC‡Ù]J{L=qüG=· -3µy 5{ÒÕU•«]õ«èùÚ«Ôx{÷Wˆ'‡x§¡š÷¼¼/Ngi2_ï c{:%?ƈéyT 9Í[ô­äâC‡XG÷6½Ÿf[ìy6…ûŽ å÷NlŒ´‹^O¬]·ò¯Ê\›{¯FÍEó²ÅúÕ€ÄFUôÈÍ*Û¦µ©ÔÊíspèÆÏ .9ÿ<(’>—Q$ï6YU<1ÏŽÜç2óLKŸ*î|¶1ÅUùâ0Ð6›ÅÃ[¤3Ìxß=Û±ÆV¸¨´Ší“(Z<¬›Ñp±ŸÑôÔ©ÓW=17¹ÚÜÝ ÕÕøQ®U\®lŸ¼Y!]Õ ŽL½„—^Û¿ã¾ßwÿ÷q¯Ç?°'^”‡;à+YôǸ£ë¾mÇ¡µp«7ËSYÂ*eº²¹ž´”/¶ËÅdÿ•‡‘²r{ÈËÚç‹5å ™iLÎî­>³»º]V7éórƵZQúÙJ½³Á‚æì”.¬JAñ»EÉö»âÉp%tß³N×ÕÒiÞÍœ×SÇäŽk~dO¶ã0/k¹²óŠõ(s3½(&pU£¬ý´÷Óݸފ‰²Î*Uý íz‘Õ5“sö“LE±þˆ¼.¹)‹ÍùÁÖ¼˜­=åQ­•§ÇÊ!‡¯*t‘¿ø7؇¼'ÝE=yµg]í~U\¨[Ž…àÁlϼn»œÚ±V=#¶»™˜ÛeoeÖüõÑ8lïOƒ¡J9½ÝRIívë)ZÔË×Ôç©6QŽx)Ÿû¡¬Œú´¡è4¤}±×ô~\F -½ž×Vܸ͇1„Ëg¼Vi¿àÊq)¾‚18ûÑ¥´õžøäŽV4p’»Vtòv‹±‹­®hU ™aaÉÞ5ëä£f’'¸e4ÙB_¿$ÔDïXêR»/¼ƒÖóÆé<¦¾6{XUÉ©Œ=IV²›AE¶Il,-¼ÕKòЀ‘ŠÉÊŠQ¢17ìÛn؇®½ßq^ó½zHuŸHð*µ»äþÈ´ƒ‹wvÇÓ÷Ι¶féÆ^D×—µ>ˆ¹‡XÒ8åYÞ(75U¿–«ŽÎw­Ÿë†š4ŸõÔaq9RÕõu®LˆÌNCü&Û ’–| —Jý½$V.x ìùÞP BñÁŸŠwêæOËøƒãUÑg…Öj7ÐÈe¯sz½prßHµê|N·Â.ï½_Ù·kâÆÅ),O{kcùsï ÆirÎé×ù ×—'«É¤¨Ã8g©Èy¿ž^©+9˜nËŽÃÆÒr%'’46âf7¼ˆuÎ6‚ò§»)ð,5ñ¸nÙÇn}eûNZ¥öå—Îöéû$U+ÜÆ9µßkßü¼ß˜ÛËt§T¥/éÇì8ï&Ìëã rùbU£þΤ=a­ßá¬=Ý6¤~*QQÕö#Z1ϱ(ϹX“VRÛ–Ða;·ZÒ‰d a~;æÏÞmÉ·QúÌÝjæçæ„c\bãÒ+HÔ)C^+bT=3æÆ³×T³ÞÔÓ®¨ºim{«jµ×zn^~}µÊޝ‘Þ(ר}¬_LúØÚ둉¬5…ÉÓ>¦ÂG±VAvÛ)¥CŽ·'N7Ò‘ôøv«q·+ÓáDA°qlÍXÂ]Y7æ&™ƒ<“/* =_¯,º˜£;Tà^T Î0*`ËêL(¯SDi£Û„ÛFÛCÚü߈ŽÚmÉ8 (×:Ö 6ÖL¦ö¾êbUØi@¾­kod÷}~Hë ‹»‰ ÇV–æ/Ý—Às‡‹Æ‰—ݯ§w€/‚ò˜ž†ål{1Öý2fò}rC»ëF­õ1LUàØ_Õ±‹ì”B6YK듵ëIí,œÈuF(7/Ïwiá/XVíôä²Ñ¯ŒÝ6zq÷jtIªw¨Êp0¢pí²$ëSìLRv=ó§Â Ê¢â×졉óNcƒÝ/tëUúÖ3& -ÖãûÊ×¢Þé𹨱÷üÊåå(žp”]éJãšõ>ÚຼÉËìv+áCw%œjù9ßõ°ýoFD•{°ïgf5¥‰–M£B3Ž,q´¯—j3å- -óÙÐÔ8%•>Ñªíæøõ”=àÝ–°ÇvŒbý:)£ïeTC5LX ™—&´É–ÆGú¿_âü}¼nKö-ªoàºô3´ìÚ;Œ²¨9^Ðû”ôQÍ\ÿ&…d'´eÍ=™ãœÕöƒeÙ<¯ÏŒ›½¼é•ý†it£T +0dHeâì½Ó>F°[ØÁ#¯áÂÑèbq¹3Áäëe‹ŽDòj¯^±”h@(å"·RœSè¬è,oÙ" ed¹d9¥…^eé­Z?éÖ´áûC‘ÒP&[„ ?°6 -@A˜êM¤‡ó/É5 =s¦È᪶,­É#*]H¦f¿‰ö± -ãwµ‹âb·Kcñ³Ïc@™é¨>Þ¸h¶Z -KÖAŠKy·³(ºëãYTöF‚y)ì2Y§@ -ñ¨@’w, T8\>,?Ùî)¢–á,jw«,‡{ß‘¯›ZrׂjnQ m í&phrä@©¸aÜseN‘ÇÓï…fZY`ªá¬Ðt'sBÆòYšžÏÙ’ÝŠÅÅ!‹^_õÇÑ\où…útÖ*PNa’oޤ]®3­¿àûû„ÁÇ«ÙA}×Éœùµ,Îã˜þ;‚ûX4POéO;ã¹Èh+›maJ}ߊ+"éRÚîÜ Ë6¶Ôn'Í ¾;£îÙ+¢P ÐĨ´.¦?•v@i (¢0ßíÊ]~uÜÑu-fY“õ3`”…¿,‰ÍÎ-Ë ³Ä‹)˜Ùêu¶Ø(·ŸW d”Ž+‚•þ ü3^¡l›é¦Æ» Ö)îg€Ý™wŠ’âUNǸe¤84öÔÒ×öG€-œÀ–`Ãuú.Áè0#ÄÆŸ€á¥^—é¨ÜºãT܆gòl hF¥S–ñh†ñÙ9Wvš·E¯± ö¹IÛ’;. -Mô6†Õb”YÜà-¸ð¡ÝO1ž|¶?+×íÀ?¯_}Œ:›bk"#4Sl¦€€ŒôE·w ໎ -ð™ØxL_ÞD€«-ók®v3ç©7£z»Z!mkš²ì79‘m 6Ñ“‹ ºÆF€Ä³) rÈŽò«Á’ë`þ/[ðv¨L J=`€j < †KP#¾“"/Ôº–΃†Ôäì*ê'€ªÛéÏU“o§oeM(Þ.\tyüÀÆó1 ¿i½ÖSËK¦Ë’×m„a¹Æ8÷5)ãû씩äÎëô䯔>w€Z ÿÒoóòùWlÜm @÷dл™ð«Á¼ |Ý a­#3€±Î<`¤n0²± ƒgS*`2‡>` gë[hc3Ûãøoî3Q;›¥üM¾(îÚëRîMlÒ±•†³Û?MýëÿŸ¸-Ãÿ’qg(3”ÊáÚå…òñ¹la –îË€M·€-“¿Y, À¢+°ØpXX½ü·¨,’¹6[«dï[èÒÏI…î>K§Eâ© ÿ´á¯ŠüW>n<ðoðÿ›‚ûOð]p+¤xz¿|<Ë!¿6P?Œ ÷_@r™Bð×iø›uÿ#*ã/Èu}‘Ζ±5bhÌjPìU‹Gȱò`V“3»«Jý#%Ûðõÿý_ðWEþê·_éö7}÷?,·ß£Ó*­î_·íâÄ÷ ¤ÆÈÒa’™Üd, §›[ ÓŸ%‹þýÿ[ }>U¿ò¯([~þMFøÚ»ݜCáqÙrû÷ù Í3çÆû?µCéÔ†nĉBåãÍF„£°D”ÃÓ§ÍCŒjþþSóývìö÷PZ’ír‘¶È0ÃoÐÄ«ü9!ëÏiY_µvÑšñ•Cÿ_ªŸ1H¸äŒô»¹:÷\í\¶ì¼÷¯Ó²ÜéáéêËý§"n÷Ú^<îZ¼îrmîñëå”ÏÖ¹{ðf%yÈzØz«u˜5‘Œ¥U˜ßY˳Ÿ­/Ùm8]'ô3Ù9ûç ¬‘˜H_ü1±ºð‹ùïÊ£mZïßÍ¥ò¼lË™ì¹ñÌ 'vôfö¿ÏïµíRߙǥ»EºÃêz«Tkb\m¯è™-Ûˆ9XÜm¼H €Ù<¦äå\>9»Ù§Õ8Ï´[÷9ƒ¢Uvj¾~ó““¹†° ’TIPÀÇã­|ý9(ëP/•þÿ:( ü5†~3MÿÈ¡^oçôó´&†ÁeE'ágÙÎ ‹›·&~ó`‰31~šðuyšë×õÄùT¬ÉJ¯x“ Û¬Ž·v½1&–ÍÎèàâQˆ®“á¹v\ ÛTñ<¸µÄÏ b§xüìqf,r“þg4¹ÿ=ëþ¿e?Èÿºòü0جØqcEOJÙ§ÞhM¶1Hæbcš ƒávd–—q-7{ŽÂâ Ï•$7d÷IqÑ#l œWtssö×;z?Hý‘tÐúÐð`õíôrÓ\Ím9Ž¥?ëèìÔEwr¡³mPv§FßGâÂmþøWÿ¯ø{¿zòê Âþ7p5½/Î3ˉéBžý©=¸ÕÕp<¶ã˜Ãþ'ÊÏúÚ«¸îY°‹æ&8EÈܺòzv¶éƬSÃa¸Cìñb;¤)¢MŸU¶unו{ïÙÍ[ïÒø›Â‡†ÏQ¼cÃ-…JNpŸù>NqüÅ׺zˆsÏá·3¨_­vp«úé¹Å>Ôg©^n$‹2•õnPp¼ÎÖ¯~Sgk~»Mý^«]ö‡-öÚš6#¡±h -Ïþ6|Æ“c¨€Éµñïß‘ñÐAë‰+—ëV±¥Öæ•}¥æ|\C—SuÕÜѬ«›4¾ø¿6Ö¯¨ü½Ó³9’¾ÎÚ8f ÐK$ó!“Ï­S+^@;Äï…V›~͈{±á³Ÿ•CùS4#óz–«Õ› ëVAéÖsK+®¹¨•îùkȶ6¯®jñ¶«seÛ<¿*5¶˜ ‘H¡Ëþyð ü¶Öù\Öx{·YMÑ´þ r<ó›|±ˆÙ˜ çÇ!›\¹vˆ5³I¯½»,›;Þ†±¸¸6FêúSOÌ}¾ž›?ðš[|3ÕU5#T×*Û°dVjLÙ r5y) è‡ÝõÛ²7ðÙOoæÝFë­'fïW÷9+C®‚TÒUÌ ÉÑq¥î@dm'á!g[eš¶sWûb³F¸ÞtZ§íAïT)GK˜.´›ñçÑ”ì®1Η§ hÜê×s³á¬†¬f»j€n•uÁ¡õɧ;Xú¡~[ÊQ>û&8/ÒPÑ!Vsc‹µ\%¯ùÎgQm8z©Õu Írl[Â{mÍøÅrË>d®ºKÒD_”al÷Ø Ñèb™×wÿ"ùËõl‚_?N߬Il§±BŠM¹ò|×g»ì©VºJ«*.·F•‡Æ²%Ã[Ÿ«i7O˜wP -ó®rãÎØÜ2ŽA|D{~TÛViÇZl„t}±¼ªß2ׇFßÄ™~bì.×A …»ÞŒµœv“²Æ›%GíÍ#Uj†å]~•7K’Ê-óáfÑÞܹ*εDñPlä‘Õ§º]¼.úPNï¾ãºS_(¤‹þ£t¹oâ³v3MáæÀØQ+XË8Â-´˜”ÍÍz+šÓýr ÚE«ú¹(´t¶bÆZw_ªOz¸Sûç÷SùðlAÑú]î–ñäß›Hó\ð‘œøˆ§xQ_Lça³?|ävŽü› ÇåQ±VÁÆ¿gv-.¾8.l=Pðg.´¹ s ì9Ø®¬•]Ì­‹¼Mâ"¦wß ÓÏû£st×nçXÕD=±ÔWö¨Š} U@}EoËS9¹Wwr^š<$·uΉ«;[1iâ -µ6?H>ûH¼ƒó‡}â³&9Ùá|/ùmÚuÛÆ•oØÕ¨T¥ì^Æï·?Bm~ËÎìb¼YÁXY87ÂsrÔ;ÙíS»×_YMüKê@ÇHUÍrœ2¶EYÉžtCž¶jžœ¿ýº:¥E´Š¤âë<+Zn-ìù&PùvŽoª†»$²Ãq¯Ó½ÇO¶Çá8ÛÃÊÔã¦\êõJºè¶¤Ñ’¯—æ!\[•Œ§ÞÍ) 7;kC²é®Ï¬Gc£Ù`úz§Í%ZoìÕÁ©}W3Ú4£É‘gù5.¼#y› •¢¬.V^yGØ«XU &\›?™µ_žÖ\·x»±ƒËo×¢Ëêø÷„)f’3cÆàwÆhÎPÆðöä_ï÷õ[ÃfB`j˜ÿ„<ÈÍÁöÕFÑåÞ¤Ág®_îH{´‹±:ï#eâcyq¹ðRÞ’ïy¹X¬V’°?Ø”Ðëº4žå;&×íöñY4YY¿Äåᬸ(Cˆ~fÌ`Ñ³é  E§|ýÙ£JÉ…*äUšû$åçZÔàí{]šÂ¼8ÌI]¡Jw,ÌûX*ä ãfÄþ^¿ñ·…Ö‰#"w}yžéô¥±^Hè {‰ ¸ a®ñmäçn• Î û ÃÆ4,–?í’^Öî”Ç$’”®/LnèE´ ¦Ôʺ(tX|‘[­‡“DôR‰Æ;êtÛ<tðAÚ H¢Ñ¡Éx²˜ôÚ·òÝýFtT؇ˆ¹I“‚lô£Þ¶êì´ØY-T¨ž¦£Ò- úú”º"Y¬$Ã÷¶|{¶¾rÑjñf_ÙÌ‚B¿XÖý!É$Û ÇäÉ™BË3‹Z]U - ²6ÆÄ1ÓÜáäõÂÏ/¾ˆsêTÆn7«õc"•;¤/å1á}&0á´ÅûΦµžÝ[Ç Søº©ùµ™Çlé¦Gs¯ŽÎó¥ì6ï#qG4c¡™±<·/ 9ñ#­ØnËcÛ¸—³iá›^±üVËÓ©¡T¥,Ð䮫 d]hèÄ1úDì[øe‚p>g¯±ž;½cR¦„ ³#¢`€5JãòmWÒ=[Ò£+éµë‚ßkŽæc·FÖ41-Ó9ì5ÿ†Œ‹¹iA;(v6ZŠ»êbÄ_Ö|?]ÂÞ«¶–½2lí§Œ½xoé% -Ÿ© ñ~PxÊõk!NBå˜`ñ.ìa˜6Ö‡‡éØGßΩªk|f*kɘrÅYQåŠöÔ‹aµA B<Õ*!^Y)E¤ÂFá´Øq«Ì‘½ìöŽY»þ ÒïÇ÷]5tŸvè`)4çã1'Í -ý¸<Ñ&]¦ð’[Ôf£ ÈýÁ™“´ÒÚ­qÿ‚ßàá œ$‹õW«"úÁÒ^¨ÕŸ -Ñ„^2ÛZPÊq“nÑé=¦ÈòL”ëB…;P.H/ÈïÇîòÎï»yß›b1_‘Nûtï¹Áý - nÜafs5ƒ¾Â·b¯‘ÃWøæЛ°š\0ˆØèRDjìyÞÆžÓÕS -ç9:òŸ[TÇßÓ±“ûJ‹%[œk¥bŠh$°æ‚ §PÓˆFþøÃ<“_nsm­ð†#ÑÄ³ÏæÉÌÆè` £è í{î®^…¶$ºµ=B9þ> öFcéúÂß»:1gw¹´;ïERVœ\é$Ìœ} ¨mÓˆvãÐÄ€ÄTKù(ß*Å©dȤ°3¹U¡NÔNùcØ~ä›Ì:›»t.éE|fX¼d¥ì€çœ8 úa ÒÏ«IfÊ£ÇL¾Â`QDE0¿<:™|iºËX÷É$-/Û4níÎ7òăÏ1oÑ„‡ê²T…¾~o©Ú{ù›È­YhVŸÒAí”䪥£rÀÅÿ]ç¹°¨²në+ø.¢DœA ‚ (Š`Îbœãýäë¹zîuöþ3º[lx)ªGj™ë½ŠÖ'Å -’¬Îèvz„ŠÃtª¢Î )YÝ@°×>§æìúBo”·( ¯¨År©¢hb¹í¡i@|Ýøuýõ\á[ö ð°û«¥ÞrŸì©TЍV®pÓUÒ€*¤Eúè©ð§óIÖóÔFp¢âœmˆ£õ:?;Dq¤èÞ™T‘ú.BV£V•…äÒ)5b™¾ ÖyÏYV÷±ô€Ì?@y.–e¦ìR^Œ™ÕŽ€¤oðë)~Õû€89@Œf šÒ;XéfÚtŠEæ­gÍç:Kåm©ÇOd¯ê?³Ý[t‹ð}ÃÕëÜœî#þ˜˜Ãư™é<ÊU(´§E@!¤(¦ReÞ”bQ€²‡‡X^O@ h,kP[ˆeÄçBéÒ PÂê -(Â"Eñ¦4ˆ‹ßÝ çn|Výq®zÇvM'îÛ­‹$çLPP™Äô»ôkoi²\øêç¸crdjA"iŒ1[¯‹(Ùe|(¼Ã. ¦¥¸ÐkÓtj_4„vM'€–f Íô Юýtk‡º*ȱŒ‹€®1­XV+@Ç=+@+ÐÜ0Þ Ì ‚L¼SRùžË¦d»`Öh”h`” -÷­¢éGžSëC M¼}B¥ÜXi¶<áà´Â¼š =QéAE³:¿¯zÇŸøŸïl0h£î8ŒÆ~t™’{Œ¿€YÈD,a0K¾˼˜•º‰å fÜ“Ó6뀩‘`l† {²ã=rõrqUnÚ§lÎ)¨¡“×+|AL¼Ôâ¢h§`Nн'5‘z'œ¦çk¤÷ЦñÓÿ€+¶Slt@<‚Ž+»_†nb .è ÀV»;À¶o7Ànt°×1 8’Wb™»€£Ô!àä×ñ›«P˜ €ctpñ£°¯Ó°« Øq¯ïô’,·ífÕ¯ÖÐ4“ˆÙ _74i+|3¬_39·¹…JO/lú5ŠkÃ$ò× ìœ·n’èð‹qKwÀ³Û4à‹9ð½©ø½êÆrþÙ=!c@@ã¯8ÿ¾õ®€ŸÔÀwl?–Ï,ñmI¿0ðýºînœb®W¯ë"1©ˆÌ3ãDäÓ™;S}¦3£R|P|ý©æ[ÿÐmâN Àùm‚MeìûûË#îˆ"5 êLJÝ)G¹#„âùQâzq|€*2{d#–ë¦(„ëßÅÕSmQ“§ïu‘;ïû*n„vJ/Éžê#ø^íŸz’R’*ŠœäoŽÃ¯ùöï¢n ºýÊo†B‚n7ÇoRA·äÈš,  +¢R|.Y#݈å¼Y3Ä@¶Ú±@Ö»±Ü÷ ò)ŠB¶Åµ›©±}„+‘$‰h™§Ÿ hýÀÿ¸’”ü×üï4à nB‘ÿcþ…·Ièmb¹­6;@IeW@ir) |(¨ŽÔê±øêˆÚ|y@5[3 V™ëÿ?ÿü]Ls’e½k3z‹Çòn­»[iÿ¸\+çÓ—Úž>¦wƒÏþûŒžÎÆ™6‘š~mÈœZ{šY3a–Ž‚LAZËõüJÚ,Ýe—¥‹gãp[h·øÿ‚Úoe3;¥È¿æUÊSÿm¯ý¢ÆkÄÌN¦=yžÅÔç ­xl?&-~y¾ºC~aå¬ÒÚ|%:xou.añ%EX{Ù¥ÞâYGF íMçc ZÌÂÜs=C†Ð1tRäcYJzJ.ç¿©«É*^;ÄÇ[QåùÇ{fÖõì†ØàИºàÙÿ¦›ZH8>8HôOøêù<HÑm ÝÎïxÀwLýúWÃüïÙ ý«N<ÞéDeÁ踄ítÈÍ h{ÌaØfŽüºˆW‹¿5µæ¹WˆûcÍ–:[4¥woþWPѾo†&”1 K»0afñPÚ¼ùaî«íŠZ}¨ÿ.÷l€ú=d’ív±97츘¶·.·h{”úe}‡zvß -¸ü¹ynæïÍ–Tþ4nÝJº‘{ùxðN¹`¨þ'¤KþØ®7}3óš×ÃJ÷SݱQ·é\+£óW’̆¤O÷{UNÉq‰Ëk"ýOkóîYït"Ûδ=B§Z‡š#¶øCŸzÚM鲨4r± ´q#Ð>‹Ž?6þo¦£±ÍÎ󺞣:²úì½…ËÜ[#~¾üõ­&’|ܳP4³ óî!#æÚ:Tñu£+Â@{>F>4™OêÈ|yö8Õ\êñ¨n}(Uõx&>ûO¹ü]â+çž&W¤·¦þÀåÛÈ2Ê -dÙÎ3¬UœÝ©—>ËQ»4.ïG%hó^C/{*"G؋ƃ±±›š·¢^¦gE}èn¹Z‹ŒeÁYägÀ®Zô´4ñÆ3¡o®¸Ín·8xŽ›ú ¿N<§Äwj.9ö«Æ Ó8‡•sç¶®HÏϱÜÍ#wç9Å>ŽŽàéÒg!`%¨´Öù¢M+RÙÛªíðŽicçnÙŠZÛÀ"ïß«²°íK‹ó©ÍÀŒR¦çx£UÚ—–³[2¡<ò·MŽ¥Ì'²U>¸¶ÔÙhP¦Ñ/Dz‰íjô|?sOi²_iç "[i¯ÜÕ. ç9É ¿ŸË<3+AQ:*Ú~°=áf;EûcE§*l¹Í6^ØAC¦à…KÑ<²GÕ Ni˸H”k´nv+Wº“¼2Ünô!D>u`¤6~“Í\½GZÚ­~àøË'–w*,Ÿxgº¤Ö™<£~Èž5/ÕÞ»Òxµ(kÏÐ1»Ušb¯TH7jÅ×kÛËÊzb­»Ç•E£àP¨7ñ[3”Ùó°)zuâ6Ú¯6kd—ël¾Oìtý]»õKyzjh÷4+Õ«sëpTÑ!”J*àrqrÕ×>ÌUßÕ[ŽnŽR‰LüÎÇéaCZj*™­ãrðr/È÷\Êz±¹(ÙÖaTÄÖBÛ®ìÖ¾µY©«F–›_éÍfc¹2®×ÝÞÈY÷k¾L¿óZƒƒõq*‹ëÆ´Àh!R5$hhêB˜Ù*Ö>Ö”Ê3ÝÉmu9üsÌÄÛgøä³Î2²4‰JÒ-× ¥›"Þci¦¥[ƒF]!,u¶WT&©­íŠö«ÒÓ‹G'=ª-íµ>YÞï‚fÛ7[6ášÒ‘ ŒÜUÇ•y)ÎõqÐØÆŒáY³«Ë§–¡¯êø×ŒŠë­¸ZP¨‚ªä¼y±=b 7+¸³–ÜÚÝ'Òv’Ò -Þâ`w¡EÀ»¶`VÉI,§»`Z$ô fI õêÀi7à‡ì­6šò«œ¯fÅå­´²êíîØ¼¬îãÞ­ùW9U̓¦¦›‹TW³/ÄT]ÔµŠï‹G¥Ê—o¹]«úÉÕÍ’=Φñ§Ÿm÷œ|Y]³r–JR¯N”Å×)ßóRc,”Ù†ŸÒO>s+’\™½8ü9<ª\ã¾ù"Åá­qjî{N+Ëoäzy`bnûF½œÂž>ÚµLn_•â<~Hô¡c7Ÿo¨^(쫊UÊj¹5o)ÕÙiœÛ£ïeŽk¡»lãN\ä«J<åìˆII}ˆG%u[bÄ[“ÄT££ …ë¼ÄÏsWŸ[åáGt²ñQØMnö`éJ0õëРO¬9 O(tf8Õ…޳S½åX)5ÕÖTöj@Æ*}—J<|´ü2³2s¼3É쬫ñ¡®´QU©QZ9ç«–Ÿmµø#_·£™œc§‘ÔnŽâh:¿‰2 –Á‚?I¾Tƒnu UŽr[k×½¼Ñ‘|»«Vúï@aäZ5{æøŠÜ¹~ªÒ > c"Wk!XOmÃ/tãÄcãι°“b·%[Œ‰Z sp£,ÃïnÝâI—ºµ¬•»fä@ƒÏ¤vö3Ä8‹ª„±?vÈq$DÂÃwg_§œA+rµ¹Çq'Ä/o› 7G³K?Wy¨‡ãû6­v&ÚYé«JÏÍ­,Ž'bE¿xœû<®}BÎ@»ƒ¡=Ë–+DØ‹¾P,LËu…¤îœ'RJs¬“ƒÛÁ!J6‰ñÛ‰´´ÇÈßð:[œVYÌqMÌ)({ {´Þ¶÷Þíæ8>V1d·Ë¼´¨®ß–™ _,õ š™(ÛC¾›=ß§¤w>®˜Â2¿,˜E®ÊëU¶.Û­¸Å¸ô`Ä4Šáœ¾¬:KFGªçmïäëxd^( nK[Ágƒ•mf„®‡•-J§n©Ì®ëËöÄ™:–Þd¼³ýÌx‘þlå¦ëÒw5Æ./W£QtûÃwA.wŽys®4¼üšäŽºÚ“ïõySLnñe] Êì™ÆíåÐÙå«NõÉL‡|{Ԉ̿ä91ÍëÂJ¹'|nO] ã; ¶r.$Fl2Zc3³‚Z†[G}¤‰ ÜÁK¯ô£pfÓ½gßM?ØÆΪà -g9po|ÃR-X"rÙ —¸í}oãÕ©ÿ`ïÎn’½L¸Þ×Ñ=ê4T?׸êë0M)M,ÄôPpð¨ú8Vht°Ê¼=D·Øp†Ö¢õ:s .§Œ¿Ç_È™Ï"ˆÔ*3p®×È¥µÑĆF·{Aª2MMO‹óœB(óÙ­‚›ajZ«RSkx ìuµ”Dž8™c·Dªø6RHéô ¾ÏÙD~Ðt_œ’Í·io=ætÖ+ԓ݉ Œ¼ÏóAjÚ?0ÒꎪpwØ`%¿é¥ÓÓ$­Ûð -/é”&ÔGÊ®Õ`°Xôi€ã'àñGðÔe°›»ØŽÊlYëo† ²ÛX×úº/+o8’àbuZÀ’}ŽóG•nš«œ¸X‡Ò»O ,cµX¿¨Ó¹U!¡MÃÆÜÖ5®qÍòøMKù®–­q à÷E ਋6Ž¥ÅòþfuâO ŠeÃü(ê±,=€¯äøM«óàãx»ï¢VX<7‹_cî¯ÚIzØexìIÖiÀaƨB¼µU›9)¾á¬åÇeŠÖ85ä<"ÅèÛyà“fã^ÁÖºjgÅ•‘.žÙê{Y@Œƒ< ¢ƒˆ5VÅêÆ2šÆòÞb“¿Å2‡±¥¹X†& f¸ˆÞ D?oõŸ_/ál*€È¯×€ŠduÇ‘UŠŸêR¡³†±¼Õy¿5² ]rÍ›»•ŒGc?v7C¦õ$;ä¤hûØú0¬dÄ~ÊNMOað8 H­•déü]³ž x7–RÈÁ¼È%<ä±¼eýäŠÈÄÒeìXm@N˜ Ûó k%žê²hãݦ1@b -_:Ë>4)ÉÔÓoüÖ6Tæ‘»ÉÏ—¹Kßl#?SùÖ³‹!îg$ºPIݾ•¦X›¨iÊÒŠ€ªuj€ê\Û€ -¹ ¶õ% nÇ# Óò;– ñe°L6–nPO²¨Ãt ¨¥‘TÜ™TsÝñì¨Â˜‹w‹è.0K®½¤$B[‹^”kcÒCœuØ=ÇÕÕ%õ>t¦øê½èeZ«ñ§ÓéT¬‰Zñ*Ó©~ÐâÊýCpmÁù. W½  O÷0˜~ ?€q -0ú@ŒHVc™Ž#åO€!ß`Ò3Ð÷›ÕI*O@+ - ‡ûr±žE¬BOIgó³J«œH"r~G¾øšCèg%¿!pØ3¥5H§ÏíÆŸjoï—'3h¾ù?üÀ“ïQ˜Ýn˜>,lo›ÝÞ[ ÀNÇ4`·R°áÊ쬿eŸyü³²›WlC‹_3˜øÍ2]ˆeÖ´{¬h¾YÓ‰ˆã“dêXÄVlйÓÔÌÅ=*ºÒ"m!òðONêùò oÿ1ÿZùmBL!î7Ìah<wŒÀs9ðÅñMoð«MÀ;xø`?ìÊ€oZ~Ü·€ÏÂ8à‘Lp‡îØ–è’k yÙPù{V–ÓºDsÇ­’¡ -gê…ùñ CMhoÆ/O¾Ë/ONªH(ò7ø_ð6Éqøùö7>á›æ Œ7<ñrˆe¶ËaÄJ+ ÄqEb;Ûb-sb|ÿûú`Ùqˆ\sþ/¨¬ªU]ØTK"Ó¹A¥óiäž©jW:üaÚ‰+ù¯ ø_5üÝþc¾ý%!¸‰÷?÷×w¦m “‡[óxàÑ®á@Þ”‹@¾Ù!ïÒÈ$ËÞò¡¾üT¶VË"wW:UC1~"‹³%•ž¯ûé_´ýKµ“zþÂÛ„"ÿxûÿyÿF&ü‡ÚþÉHØ|WÊSRÃK<”ë1@9/< ‚Í(›> ”[µÔ´2Šåpø?HhlÒ?a¶ÿ9Hš? rjsGªßLÈ[éº]#~_É6]j94?ó£ujAîx+BòáY~ªûOífî¡àYÞYW²±-=ÉÆó󆜎„õÖV+±k °M|µ ýCl~äÿB©ômA¶ÑæÍØkÄ¥µ+ÙJ±´‚óAq;§sÞ»ˆ—·ª-sû¾ðSqþi=̹ñ(6g¡NfÈdG$~ÚD¦dÔ`ëêèÜØ ÿ[Ö@â =ÞŒÍ!I7½>÷Ÿò3½7¶¹‡é¾qï<ãÔ·Ü-;õ¡‰ß«#s¾]‹*·ö7uÖ» ÝCã9wù²­œ»Ò¥"½rÏòmh§ÊJÊÉ8ËÆñ˜ÒØqù’‰r Z´¢M öÂ;Gžµ¡®åf¹E>¦§‚§CP¾ð›‡©X5›ÚÄrÍ ˆ‰ÌcKv#݉¶Ðµ¡4'«ºÝ kT|‹ë¢\—¿ÜËå[]+ç>÷¶3(¤G¥x„1+™µ.†.{(";6YØ‹ºò´±“ -¬¨Y€-òVÀ -Ûn•.0¯*o†CÅR3Ó8O_®ƒÛùÛÒ ó -±=êÏ­’Öuv›ÕunßÕu~xÒuÚç|ÿLÝÒEì› ù["¾¸ú°Ò^W÷˜?®´‡ƒVYE@Ͳh•ÆöÉ(†åS©ˆlÞží°hÛŠôÐ"¯\XðrÜÒ< ¸¸tõh - x3Z…âËãïn¾[j¢y›Æ# }àn$]§aCûYWƒÎÕ¶jËë¹²èSÅÑ–„â苊‚§¬I.šN·±œN£K¯!t Éïyëæ‘DyS¹Þ­‰3šºÅyëX·W\Ö±ÖÓNþ¶ÖLŰ(\³ ,­¹fЯ4Œ Öérk4É÷Ò«e^™¶ú{ÄÍñ!ÚÄd€VHkuV¯ÐjæÔ””esc(ø=åæªj¶“ÝÚ‹,{;^äc½÷-e!ñø§ö¤K›b)†êª.µýÊ9ã[‘{¯HvSÖÞ¹iqá8]k«ë‹–ÍfÐ,˜âšÑŒËî¦Yž,çU7èÃ{©§§ŠþD›róÕ¬Á£ÍN-A›“ŠîRO¥Â!)…8ñh®fLvÖ²Y>3*ÈÍò©&]·DOÊ±å•Ø/¯Â;ÌÒBþuq„ü{0òl ìOüԼ)¤ŽÝõûìÊ:·uÒÚTAî£áÝàTβFAÿ?º>ZEZüÝ¿•4„ƒêjiÄt”’FJe[šç¶Š¿É1Cÿ=äG·,¿Y}äs홑¥#DI]‘ù®—ôì†ðT*‚ æ>´à -WÎW’rí)ö„üÛÃìó¡W:rRcPö**в¦wÅ¥„»zÆÝ+úy}½©èiM²4ÛØê?°ºðÜœ5‚‚B¥¢ïj·Vöpø ²B™Ê­)¶”åZn'uÚYR‚ÚK‚nZ…ÌùAàg8¤sKšt8Ü/µX7…ÌŽF/ [jât0íx$LÓcúpíèæuèR)X -ÌŽ‰T•̽ v­½^+,œ²ÜºtŸ,z’ -GcqXŠfq‹óa-äóAH?;_Ô(À-Ç2Êi›e«Å–ÂìVÛÃQX“nÔK!Õ®ŒNä}F¢d¯ø°Èž6’=Ý’wG9tØÂCò‹ˆžq/›×ݹýöëO^/¦ÆÃxõôiŠöÕæW”ê ²sœèêY1G)Ò»(’ZÍØb¾Ó¦˜Þ`×ìóÅ9áVœ½àˆ¦³e7RëÌÒáâÍø™#BŸ*€¦Å-›ý©ëØä£ú¤ºùŒ‰[:©òÁ§PßÀ§éêŸÜ_;|²{í[#ÕËŽ©<˜ã½„6çÛB“LóïðØÓJLÊW6n©’ãŽg[î0Š.©Ÿ»·Xj×–øÔËó%ãXáVáÝçH.ÝakÍ̈Ùß2!Ã+xD7‡ì–òöƒêLëùD†©9G‰mp“€Ûí`1Âæl‡aH¡«¥•GW£/…CWÍá]U&»æý<•¼ê…EËïÁîQ$ný­Ùñƒ©>]»jÅ¿ú9¿—«È·Ô–´øJ¬ÙL᱊*qdWUYfY´™€¨Wþ:kҭܲGÝëïltìä pÙŸùëLŒáC@ëŠÛt›ÇþNǰ UE]Úîe¶þv“aÖJ - à›‚r§N†ñªë c×·Qº)Õül-C`ö°Åßý³3ï0 ¢ÑUjçŸm¾™Š4`º¶ÒyÎ5Ê9–eQ‰ô‡LÝéGžR¸Dç‘ú$ß"&p¡O¤KÅ >ÃÚ+<ãN˜³Û=Ð5÷N£T‹£3Þ½.ÈQ]–¡•î¤ï5O+ÍÁzQ¦V -šŸî¶³ômí‹+IU©xGK ¸~/œËÖ6?–õ©ÕÊÝ\ܱðån…tÅqàÙ¼S¿äYo[Tè‹þ¾-öhòĤUËá³^ÍÀQ´ï`ËÕÊÃrßB«Þ©Ò*1ËÔGâ9ÞÔ3"*ÕœÍ7Ñtoº w†(@ù|¡ž*äzc0k€#(K -ÌŒq9ežKq¯/5Á6+3rRåÙ\£Åȯ>ÌÛ&·Õí";ýß­Ù([ÈfÀ-rîûh0 ¥ R½öI&&g‹ÇÊLJқg.ý iæ‘|’58‡0_ÚÓw¤ô^ShTíl Ô|zIYØ€ ÝW€Î.@Õ!@ø  å; Pc¿&kƒXú ÏS0)‰<±YS¼ƒ'¹ÕœUfš`ïø)ÖC›8an.¿¬:%–#gõ9•LùSGw<ŸÙ_Ç4œkË,4Æp)R5…ô ,8¥ °¦YeÜ‹å3XË:IJù¬£V³±šêÌ:N¦x7€q -0,ô³™ôo«ü :™F1S¸ÔÑ{¾€}¶jUJ‡ ø–^«fC˜ ÎUŽ.É%újMÒ`R*ŽQ% eþ†»‚BBÐûH\é±±\r/ -…XÜJ,‹ˆ}€kÚ"–é à:™Š¥Ãß»%€íGm€-òÛX&ßg¥ -Åbµ&fLµ|½ë¨|Ø*õ̲Ù×—R’ÿý -F5¦éRùë¼tÞ¨(óÎÉpwÐb!sž&¾Ær» €HËZ,®*ª"‹}W-'²¥q,ó9â -Æ_cÞ< ØzüN4ÝŠ%\ücC¿ -À§Ä –ûà]5].ŒmÁ:9pÆHuVw˜mw¹“ æ²ú‡BÉ®Åýä|S”ñÅ"[@Ùz_ƒ{ÌM‚Ò…„7%Ñ ÆŠ ˆ¨•ÄùP$`ê€Äk]@ -›oZ>½¥ñ¤”Âb©gI¾@R­þ—ôÂÌC‡N¼‹eoˆ‘÷IÌÀ%Íð…œ¼Aò2¨µï”¿ë+½CŒsžhtèî¸ëöuWA¹ô»~+¼ššg» >ŠHÍû®—Dúƒ û¡Èbò©U…ô€b®}@Ùù ¼ÉPõÌ;– ¨Pc ª€Ò±1 „ùPD)ÞqE@ÞÙ lû±l©Kü3>õyFÇ«—rPŸ'Y'@Ä»³Ô„‘ŸR˜Ìõñ¶›þ@S+…UŸZü¿ àOP_Tǰÿ‡)xU´D´m”Ç€nî¢/ƒ³g@Ÿ'øþdèu×ô†oz:Ÿ:¬¾]Gy@«kÐ|Z8Ѐ+fᎬ#®0-:B©ì]:_ÄÌãµeÅÆ{FNÛÌ=°l<âK"ÎëTÉþ7Oþ oW„ÿÇ œÀÒ_‚;ìfBÀì•5`éí°–‚¶³ëi6`íS°ÅưÚ7¹°ü],4smž³íK€™©Uó5ØIù™–¢”ãú™–¦ìíÁù­ËçÞ+Ì=Çð0ûjƒõöþø““j’Bz“Þ_tû=JâNpéÄžÿ›à -ç=àʹGÜs:`€G- ð\<ÖWN€'ÒD,[ p·Îp»ê pý²¸@éšo–Uµ™bàlþA—x~¥®AÀ;äQ‡æ©Utïÿ)*±&'Õ$(9 ”ø‹nÿF8üWï?„òë¶5K8Ö©,…uˆ¢;"É<€(=9 º§øµìð»VZ=~óË4°âG"²yåÜ£%i†ó4'*BÎÝÌ m>‰3´˜žW¿%}›åË“p‚’“RþZ€ÿ·üÝÿZ?-¡¶IR5T yu ·*+ WIä)¿vK³äíù äÞ€rÉŠ“::N röõ.h¦]“èOæpo–‡áI›~?ÃÿSÒ_”œTóŠü? À_žüÞþÏä„_xû›ºûJxh-«ew ·%2@IS6P²ü (µøLÖ€Ò½´Ò ÖÿÿºmÙïßüï²^²öÝçÓàfÈ9-¯o-¯d«´½0=ãxö߯õt6´ÇI -µÏ±›ÑÓ‡gYGÚFo-ŒÉí¡ÀÍí¶gþÀ[¬ßu7äxÛ]o stp,!â×''ɬMœµÓ¨´ä~çô}¢ÿk<ì7’ón­†È­´]27¬r—mÜ8óƒïoâ'i²®ž¥a°SÕÖ.ä -ÝÒ, ·XWoÈ!:]3“÷< -àw´ja§ß ØÅ³~º/´3Í;F̬·–!£k-\˜¯cˆÍ'Ôoq¿y°‰o5‰\íÆû÷%"$8ôÌ÷6Ëcj®ƒÌè²Cþ¾‰²ØgSy˜Øz«y\ÄÏdqÙ%^òbÀ•ùX˜i³0Û3fH¿m}´¡bãauJÎõɶ8iO˜Õr8æ·ËÙ¨ÅÞwÃ[“}s·69ìÊ oðìíóø$u%Ëc%®Õ¿©«IþÂÐo^èü›6¤àêb@ùõ¹qªuf¡ÔŸ„ ¥¿ ±á|?%§ÓË„YôãïF-:€FÒ¾›vù>x¶Zô` øþ§7ûÆ{¬õBcaõp[é:™Oó›;ZáÇrÛÜw\Ê';ä~´=ÁÜþ¦ |—ÇJL¬Û¨>K˜wšCWÒÜ·“™ü‰7t̯Da$mUmðlˆÖ` –«íÚk~sr“~,§=d2œwxu¢RoÛq±É±½u‡—¶G-Ÿ­C}Züi7[ÒžhܺW®ÑUi5xŽ -¥@‡†Í@OÛÿ3wìT‚¿+d}¹åºÙKÌ«gÿ~‡©§Kcþñ"í_ÖÕ/Èë!#ãÕ‰lnoË:Ñöˆ@hjµ0[«yå¦t9ÔÝì!hä·v0Ðν@û|Æ_ï¨ù }FVõ°„lë6&]¼…«½öµêˆÈ‹Ÿ‘íÒ i¶¸’Ð9S‡*cEClERKΑUÑuƒTVtƒS¢äèñ2>—¬OËYî‘ñ妖iI׈êKW™Š»½5ÕÝ £Qp hxË>âÜ|•9Œ4 ,ɶêL­|ÓûP;Ñ|æCÑ™›&-ÉîÂ^T§®Å<ªe>#ª5Ι›n5ú¬»hOX*8®ïr?ÒÇ\æI ƒ,BÉ“"Köà‰N¼´»KèsøããÇb§ÃÓ¢VÂÓľ‹§IxÜÌ-=¸¶=¥¯e}¶Šì*>÷°ÑÐÓûNYÅoÏBŽKéª|éï$©'çYqÈ>HÁ¼ú(?³F ·t¦2‡_öùx¼¿n¿‹,õL¹LÝA}ú¸&Út£ªŽ©Ë¾° ²|uGöZ½ñºï!"¯Á>TNO*Xæ}é¢eYß øGQ|ÿ±Q|Ñì eä4>W®Åû5~ŠÐQdÕ«Á(ÿΔÊ×Ê -­ -YÑT©M$1ÅÑ,?ÛŒnù,aì×fO<Ãõ}•n|š&-ާÕ¡6ù¨ï›¤zºˆ‘ô‰ü[Ç-6U 5V‚6$Zɼ³™‘-eèpØAêïÌnÜÚi¸±s „«jm¤>éŒü"À»–Š•fThìQ>UÎ7T¢e•³§üÀ”³ \ó÷†_•s#ÅrÄ¢—7á1ú4»e¨ëéC“Ï4&“Z‘Ôˆš³£iUðé­TÇ­n§ƒÍ_Ó1†å7K´2}3Û ýÊ0冸›¹ KΪîLÑz<«³Òò™Ôo¦sÐcÕÓÙ?¨/©ÜŸ³k±¼­Dfö, #µBßseùºéÄ÷ù¥ -–Z–¸ÕôÊ2P"i©aä€lÁÄXiáxXp8² ³?0æ0 Ãguõ›ÙN‘ ãY¹>rX”âfÁ›[X¦G·´‚…)hà~èÔgoè)ëW~Œ@Üß¾ëÐ@˜‘Ë)ÈŽ:IÜwy„·¯v5¢øù¢ÉøPâ‘ãU¦,=¯ BòQåK£¼Än™G·èI>G[ôŸc‹+õKDïBqȱ ga®çá6fÚé»ë¸ieçÐô!P Ã8eno;wÒ Ót±X>9q›U)ÐÉ^â Ì1~-ãTò -ÛIà·ceËW‹ÏóQÞ衲å¯AVZ‘ñØÁº5Î…D‰9+}‰"Æ·†-EF©ý1_îm8­VÊ8”÷ŠLjr,‹©B£­‚ÙuXÅήP%ӌŔ6å¤g,  ¼¦;Õ -ª3¹ -ïxôšÙ -:È„·Èô˜‘{}/‘VR¯‰í[G–Çaî0>5d…„*¢)Øï¨Kõj#BB<ƒBgóؼl_²ïÉ&Àg­J,‡ÀçÌ0–fðþõ -ðA)ËCx£Zx·6€›]àtó»òŽ7{îžÅ*“J›*1½h墷Ê5‚ÆHîÕ÷m1ýüÔ~Áw‡í™Ä´RÐ-J -ˆtðhèsá`q+Ä»ê¬LE@K -!Ëß”ÂØ€hݪ€˜äÚlÁ“ÇÓÂ#–ˆnA‰åUD½oõµxƒƒÅ»Ñ Èô%Þm±çM:?Eü‹Z=¹QN †iøÞtâ»eÖ™fK(“Ʀ\À\yª"rí&BZ ~kc€Öä¨QÜ‚‹¹_opdÒJ€”|@.æ=@¾èy,c,oÈSñK{ÈÓ+~g49!—€lâMµ~v» Huü$/³f¿îCzI¯\•ý(Ød;Îz&"Ò¾Ïô³Aé*îbkA´v¥¢Ap!î®&%‘˜)~RjÅEÍ#õ#˜AŒ?·–³5oŠÔõÑ4¤Žþ„9¸ì5– è*.º0(:Çwc¹îÍöQ@²y@EìPþ:‡;b'Ö"¡óPüStÆ…Ù‚Û¾æCZùÜÚx¹s¯!-ULͯö[Ò¿xòYË×ÚñÛ¯Û–«wSÙ‘¡3_ Bw<„fãFã—'ÿ· 8 ”¨~ç¾ý–òß®‰ù6· ·Mci ˜}—BˆÕÂ&Ü!t2@Øi&öôþåg'!ëÅ#¾te~¡2y½}è!w¿&ËóÁ††¿íô¯\‰ÿBÉÿ§åöPÛÿ¸m“˜‚„“~ý­²¤”€å&@^§î@nÏ9 _—È’‹ g6dŸÌY;u¡²}a~×è#K&þÎÜÄ%µF¢Õxò·¨ß†IPòQä¿Ñ»ƒþËíoÊí7à6¶¿FÛ)ºŠ‘üš w (æ­”)üеÂVk@á„ùÿa]MVóèXnêsâKOmZ bÙ³šÝtu­œ+› Ó“v?ð™‘ÇS Â.Ǜܹ%ò> ˆtj?¦_È -Òäin‹õÓ¹ 9¦¬533ýˆ_–+i‘«=*.2”Opè¯kõ?0ôOoH"î!Úƒ.[E.L'Ëœ¹zî̆…c®:-ÊW÷P®ï&ÜØbG{C6Ýßå½…Õdu.õÕVËÜ®¹ùÚ©yš·æc*.òOnÙš5%Wâ|²uUÿú‡¹3 ™J÷?=<Ó«Ù‡FÛ³!Yê.l]ëbKÇî¸D«Öö˜°Û:4 e+®êÓl)ñü[RóÜÛ-“å±×jFoXmy– íäS ë[DN»h ̱ˆ\Iþ¿¬«Éçœ|ÄxrÂý±>ÄEa­ßùûÌQ÷Ü@tÚ•s'ˆÏ:.*Òó°-wõóÉyNÎ7G‡Ï¯ÒgþJ•ÆN)Ak€Ã*NmZì…/çlì¬ä­¨å9_{øO= ÌÃ[™Ù|˜LÒ¦€Ä_!ãÞóò‚ý•*'T¾y®¯—‰³6).®+])ßúuÛ˜¨Qú̈b Z¡ß¦l’ŠÈVíÚ ¯<¶¶1·¢F#²\q¸/l;½SÁËMnæ¹|™¾L\Q£UxP†ŒÐR¾ë¨yý¹®WôAõØÑ>vËù­Y3¥ï< Í”‡ º÷ž‰$$41)ûŸÁ~˜ÔXieg¥ÓÃr%g/jä—„žÅ¶uP -Ìýù‡„šT7ùÑ2Z¦Ñ3ät<4í­øªÌ+hm©?WÍþÿX{¯õÖumK÷ ü9ç¨D‰JTÎ9gÉÊéæ<ýè1—çš{íªýUÕ¸hÖp :A~74Ä„ú!úÞŽ¯QO™½¢ø÷ƒŽø&+»óvÔu³î ë¬ú÷†³tÖNàEG$ciG¤œ©½×÷èÕàþÒ„»4ŸEÛù3¯¿ÈÐTëg[Q'¹]õT¯¡ùÄ©ÿÍ&,ì[Œ·Sg-ö˜?X/Ç%b1ÞÊD‡E+ˆzr¬ÅÙFÄ×ýv„:}wÞlO]öÞ[9«îêàïÓÍ.% ü‹´3]°t4¶FòΙ§u±k6ŠÌÁ´ä»d\¿Ï%ãzlL‘´gá}Yí] óÂ.`ÛÙçþYô‹W*©r”“°O=[k>ë%©èûŒaQOÂè/22©0bÄ× Ý7lÇÍZɸ³ê$SNÉeáU+Ú¥D¹b+x¿eUýQßÒéÝÔlän㺥Ïh¤§‚Þ«ÕD=f<£Úûš-jž{iø«u×ð÷8Šf$«HúÝfi>?UˆïÈ<¨íØn&yú.¥¤ÍÑO´l<˜1=JV§b„±UÚÍE–˜›=v1guÍNàW8{»¨Ë¶bt «Úê:–žÚ$ÌÆ|㑦U}Fû‚U wl´õ>êM/4o];¨SiñTé*Æ* =g+\a”–ƒ×’ÅØp'‹|C”EÁL"é–êçuï\Ê]ÔEvÓ¬¸.{õ^7õEÆÞÌÊRЍ»ùBMtd–dìŠ9&lµyYßßXµ¸I™çqB4m9¯jÞÖ_P‰éýÑÀ×1i–×’•eY#cX[M˜¡²$¥¼a#ß²”__$#lxñ¨1¶p±â¡¹[·;ÛñÁñ‘d#Šä‘«uî¥s±˜’–Ù·qê…&åD›kùщÙsÝUtûIŠV?2f uy¦—ÞÆ}t||‘Fä~ÂôA çtl-(ZÊ6-uÖu¢j&“O)ËU1§b¥$onË–,GŽC©2Ä–b}J„+y N¾ÅóÑÒÆæK>Ëáx¹Ã¦ÒÜ7K¾Î›Š¶“_$úð.U¬w.h™û"3q†Ýd5‘+ÅcR*òd§TøÖ­ÓÊMW™1ú{câzâ~|i¶rÓ¨ øT3»6©¬"+Q[MÞ¸+Ë;<.UU -]}ñ4Ð -b#‘ª ×I±'¸twÆ÷r›=7,^îþ­1¬oTL&+Ï|z•“Z´°YìiaÒiaêûtþ¶*WRuÌÕ~€®×˜ÄK1¯›ðÝ5]Š|‘vu¿ÐÍö ˆ·mò`qu~¿TNÌÜQ•or©îbÒ7p’î—d±ñÝ6…›Ñv…öe•䟩SŽÍßͼÚQ4ǬÈl˜…>¸Ñkû³7-VYB6EV÷Ë:qæìÑØð qÆÎqR7ýb9³ÏyWœ-ü5ÝD‡6JQÿmúN™w]Ë:Õ4#öDϲi*E«Ù÷ S -Dý%+Ká&é—Óµ˜õ8<…NŽ øç†æù¸£¨<>*]¹ä¾ ìLëÓlúý-1Kï¬3üôæÐ› ç¡“Nnžªˆ± -YWýq©7¦ø½=Üá‘çõ%p…ƒ±Ø@Öy ó•^ÒæMH6û~Q1v§¬÷j-“µŒØ‰F÷¢[h?RVó@»F¼×P?–eÃÉ´\ÞÍqɨG_ü«·ºqãBöÌf¢Ü‘Éâ.v œ:0q–ÒòI‰¬oÓ:qU -.áô;I¼{éç°·³«a‰>ôa|@9Ù3P.|f|”Ru€bدÍÈÓ’ò\‹¹>ç -úx}Î0xjá5WD':“.%§ü<¤Ì®ötõäËÐÔej,*ÒZf¤cyNˆî¼y†7vv÷/ŒÐ€ãIU•Ý…h;üqãxLŸ1ذ¹1ü¾Ñ`Ò}¹@ŸBR(u^w€ºXK$óP×äjZ¬Õ•Ъ< Tö–*çUòj ”ü -Ï‘ë¹Ékã¢mò“”1h|»Úl`èÊfÞåJ’eÄ˱GðoExsT¡wgÖºP‡É÷‘hoÊ'Ì[K »hÊHw£’:•I÷˜È‡ÁÎ ôzQº¯ €®56@ש'’žtÃI\Z@Ûµ ‹‡>G{y$‡N.¾.œSŸÇqzÑq‹ÃAÉrŠí”>¾-\u…óºRìu%Ô'×÷Ôœç|îñf‚Lp§¾EñJtøÚ76ʪßÀØ)òÆnQÀ$/0EÃBRˆ#Yç€)‰u`üê÷º&’`¢¸†dAçÂè‘0Ó×R ýV«ÎAŸèKí“ zy\=SÞ€ÎÙ h+çÒ3ÉÚäªÔ§ý@Ã`N[ÏFËMãÕ?<9,é/”üÒ~£wƒþ¼ý — ¶­³VâÐú“Œ ¡.Ê¢ÐÓÕRÐ[YîãùI]6 0™ªÍœhm;>½¥Øë|aË÷Í–HµÚå‡>àß& -]À!JqörÛ†…Ìåó.¿Èö×c;ð|°#¨§ -‘­k0#pú\teÁêàžGˆ`{ÜI9nYþ7À–ÆB:ê}¬­[ûñˆkþ#:N•îïT·}dzƒÑu.Uf—•–_·Vjw:Dœï“6p.ÇnÞ¿Û´ð: ÑEÝ|¤Þ5K¤~m¸=ÖǼúËDCrØváòó ÛÝi!í=ªÖZ³WgÙÒjðVÚsOs“H–Ak•£{¬%,Çõ¦¼mµU¥Þ­ŸjÅ~ݼÇhVœW½âºƒÊ¡òoÜbåIæÍ—©µi•æ…A¦ÄŒ~qU³±¢puÓ…m»Túq­†©«:<Ñ,i—ÚëÍ0®!t3þšWÃuò?ûO]ëÓM͹~Ÿ«ýF’dªÑWMɽ‚O -vÙ§ Ñ2µ¨y¥,_H•ØM-[\;…¢pèT>+ë«ëvA>ƒªý\ÚÃ:æ±à»ŽÖbÎ¥\/Û˾{Ù˜à0Ù˜ˆÅCÉ K›hÆSÆ‘Å5“Iýú-C_mÈjCZöÉhë³'×òÝ,"Õ/lËò¬PRÛ‚|¬œ‘,_AÕ\áùS{õñ¯øÜµ¿•Bÿjö1>˜Ù^êêfÞóG"ãñx&ƒoœJÚ—3^íÎ|ö|9¦'Eè蓌%·}–Ü14¬þ:Xà àß…<9DÉ¥,ó®‡ÆÐ¿Öï—ýìc˜ËecD¹œyOG­Ì0½d<æ9Ëà+n󡣨òçeúägUñæ³Gý•ZÕ#xJ¸Fèä¶’%·öYÉ?z:öN4|¢¿.bý¸ËÏ÷±ÇÖ£b½r4{ìw§Øã`ã¡u5|¦J|î±yuÖ:kÃòPeª—ñèA$MmLËg÷o3èT4%œt²dG$•jR¾Ú^5ÚíyÚ{6Nœ†›yÂ"–«øuºßÅÛéû)î²ä=\¿ÏB,&&¸è°\Ñ£øq‹øæ=ïÎ;ñ®›œ÷.ûž -n6î ÿ&˜³;¨—ðÕTþ˜”Câ:k3ï ?0mrÛ(ÉÞ¡£_俑ЛwiÚ=º‡$›Åøl!úÞ”*Ña±ÝŒzò°ÅóaÄ×çÓu>¬Üyó}pÙ‡pw‚˜KØÛQI²rîZÕ,›7OëJï³~Ÿ/ß-]Xx–.®Æ–.á«Pœâðn,ÈßV!ÄÝ~Vư¼øu\£b¹Gß«ó;ꉈâ»;ñÕ—¡N¼†$î¸óF.þEºì-tVrÖ "Í‚½ÔÊv)ÑoØ -¾èZU76O‹ÛÊ´úh´Kî[|×x=fœ]mØv=f9s=f'XíýHHžƒPÂßhÔEÉÍ/2o%Ïù´ÿ½O$•áʈwø›qñ;ý—›Í«W—½ÜONàÜoŽðdÁÞöMÚ.Å‚­`yÕª¦2†yšg³‘-ÆL‹k¥Œv¡•5\i\Ô{•eý‹ÔÞ§cOóll¦NºÆA¥Þ…—2Þ%e>ªyJ6Å5Ž:ŽÁ $›¢Â±X½ÖNä¦Å`Ŷ²ýè4†4$š¶Ãäè.öéòå·­<îWt]jPù¶ô¤³7O3íˆ3‰»q]%ÞF;Hý± X½W®ŠÚûXUµa½giøµQ'íUR¥ž‡œ’?*òjÂväÀÏÌ¥íb|’Jy–Û¼&VËš#‹º:§Sû-êz/*ꕯÆÚÉYð=¹¶2ÉF?Hª½L<´ýF2\_tŠF[u%ò6[°¿}ê¨?ßøNï'HðÓQ÷pÕ¼þé¥N±3þEªþ–`”…BJö©kò:nÙróãÒ®ØÈJÊaXkú¡#œ[øT°Ño¾k÷=d.öˆ¢!^vSGƒ¯Î<-p±Ä3Ržæøiþ¢œÚif×,|‘žÉ¥ÑñÄ5\Á.‹Ö _R!£ÕÝúU7ä£FnO{u¦4ÖjºlU†¯•\±}—×È…ÞŽ–öÜYÔÂMŽèˆFOO-ˆeù{2@=?÷ÊT;\ü´³c›=13ͦÑVèÜîš ùL¾Nó1{O­ÏGšZ_âFiqaf¹n|ÞöµPˆ?$9™ÓŠáÈÝ´h^ý¥¿‹Ø[K­2W53Å_¤’ï÷vòæâ­åbJ\Jû¹²“*Yÿ*Ï¥·hÚ5RhÍ:ÿ`û2ß]í,î-žc\¢ivüÖË,åù†M—¦t~¹ú¦Š“'•¥.'¼'L÷ýÙ™åòÚìðË©Î&ÇXÅMŠœ‡Y"Ƀi±w…Š»«mX§¡*½Z…Ò&•ÍKÍZhPãl×OüŒ 7 2DÉJÐqn²b¬ŽhÆêí„k¾7í|ˆ…9çÕ;;ÖŸôÏÌ‚=˜ìbÓkãÎÒb“©Ò“1)¥Oú8™%¬yað×éb}i1Ç JŸÁ[§) ’ßNµ„’ZÁhèsÌ@ê«Ù,åb­ÄõIQÚ<ÄíoéÛ0žþKЦ²I*k«õ’KGö*é­áQ¸Å¬ÝÉ÷‰ÝŠóŽ…9KoÕ)Ã}óKZâÕ=U.Úòûy’F,CÍQžÅïd]Á#™=ß{‹'±’¾$[žÉg$}ˆ‹è±ÙV€˜ >„„è´ Ê/'ß¶Æs?(è­øS?æ#\{·Î•…aÀâ(¨‹ª@*â®ò’jÆû*ZÆ‘ŽÄÓÝšM'r zý$§Tù|_—ÌlßËoH Í,’gèEl tõ tÝ%<Ði4% ›etœTý˜âÈò©›Ús‡I[ÔšÎ~jæÌnÏŠk³eı÷)kÄ›£Jyœ›ßY6ciy²8×±Ác™ýü]fô´¸ú¶Ü#‘g`ìÈõ -˜1&³‰[Hú’gÌÖk3YÍ阗éMÏY`2©(0Y¾L쌎“ 4`ð7:¡]~æ]ö½I4ÓŠ4ìú‘ÍCãaÆI¾¥úôÍðoßÅØ¬Ô{Ð¥@¼7£Œî¹³†|Ö¼3ÖfLÛ³6NÀœsw`¹lœá€­å4`ëÈ_¶àRÉ©ìÊY;\>-8°ÉcØT§¬›=©ÚÀjË:žúýEÆß7v·U¾a¹Ø#§O -\B]%â–|ÈŽá±<±mˆ8]z—žÄmñý/æý©ëlÕs`³Í°ó5zÓÇ €Sl8¿)×¾}²¸›çý‰s ©&’ü¸ûþÜÜÁ€ëíu@7m¸¼2.ñx—¤bÀ9É%: 1ZÇNuøj˜±â5¯û=©ŠBÚov]å¦þ„û"é݃ ‰{Ú}aãÖîþw‡Pùq{ÿÊ¥ªf’£ÿ˜oC‚p:ðÃlø÷)‚îT@È. Ä™Fá -g€¿æœéÝqeà§ÛðÝ6|µŽN-wÛŸßñ‘ÿÛÖíÒ4¡Íuºé§åšŸ‹ -˜VÔ™¢1‰‡¸¦°ÔUú8¨1$¾Aü”ô/tûy—”žt-´ßþ¥?ðö‘QNåA,?!¼ñ ˆÛõÄ©ò±ÜAÌ(ˆÑC D®²‹r  Óà„YIsÕÔy‚Æ–wÝÒžªªR%–£|<Îæw‹lWK2,Ì&ó§Bžü¼ý/è6 þqÿ+Çá/tûa°Ç\dæ<9Sº yR DzÈÜ52ÖêƒtM^Aš2 -Hås¤èûB¶c‰ž[÷Br -N]º^›â)ê\ÏD°t×UÃVúðär‡h;´&‡(ù oÿ 1µ7 òÎ ÔÚ[5Ÿ‰êaUP­~È-É$Êv@é ÔŽP„KÄ9áÙ1‰ÆÇJum ÉH¶J‘â”!ÄþX¦Cj‚íß4à‘þ%HÄðã¶ýkß´¿[n£nÿðc´ 6Ðσ¾Qú ·VGÐý’ºj¦A{½† ¾_ Fë©”ZÁË¡s‘"‡â-ný&áèÙöSÙ¯ø—Ûþ§à†ÿ”ðe?nÛµõ‘nvQ°ÛØÚ~Ö(A‚%]"`>:u0¿³{01Ló2fFû¢˜åÎŽŸ¯»sªS+õ¡¨Fj\À!f•ô¹.¿Tû_6äF%„{¥ý#®!ŒG©m¸Ùg{@{F}Òö=pûϸƒšÈÙÏìÚ™5¸©nÉNKŸ{#¡Óå ý0ÑGôO*ëÄx<âBòÑÃ2E$Ëöý:Žnn6»Î¥ñú²ÒºûóÖªÏr§r ݶ©û±§>Ù.f#ìßEKØãUKÛQÍXd³Šzéu‰¨ÖWÚŠÚ-œã\ £½»BSíßñ ‡Æ>t­Þ&Œ{½f6ßhfâÐðõE¨ög¹Ù¼Ÿ*÷=}ÒzŒ‚$96 é™xv?¥`7QÉÒvnÜ«›•³o¬·±qk-ƽ•6k — ¶5]´Åújþ(w³w}pû"§wˆÿå±ÍdF%!² ãjCZÆ 4Mqýcýì?î‘bÚp•|ºÇ Ùv8°.>kÕ!¾­´ñm½<ùŸLHô!x/Ú|œ˜÷d›™ u‰ŸNlLœd^Kià]e´õ[úð«ØCmS ÌC%Õoë­|¯gw«ÝwwÓë¢~|Ý™$›ï5/|€ív²ÚÓ~‘á“B¾î4ÒÚ}b]í„á«áúî”…aSÉÓQ$̈2ne¨­¼VÿZÖ{½G]ußmzÖM<‰euüێч/²CÅs;Kq·Ÿ¨Ø€³?±I¡)ïkfC;õõ†u.Ô®]·_} —jŒ¢¼ÐO[¦öf³˜“J¡äúʼn†É°aÛ…QáJþ§÷`⥠ȗv7_­€v©æ6ç‹H&’w¢q(^ý†v¸æê ýZ¬]›§J͹êÕ^tÛªFß§^eèF?[f…ÔJ>—²b@„»eMä¢p¢â…mcÜ(È÷Ñ=¨Æž\«.Of+ÃËö>€ÿ±ÿTÈjC»àO°é»wGo5º/*øØþ.OR…ÇYö©.^¦æK¶”å6RqUØhÅ@:Z…meïJÚ%^O¯TPµ^Ù@»3Å|#Ê×òæ;Þ˵½ò<û˜~_2ïCf<±f¥'·–öõ-zU}öþпÈðCjÕ=ha2lØ€! Þ߬«Â¶Qþ“izQ*ù†ã¶óæ#!™,‘<¹vì}É>FïG¶—¢!£D2܉ê‹Ì ³1)ƒ¯]5=)dí4µbþ¼ÒKÿ„¯6ÕK–¢‰wÎ^žN&ŒD#ÛŸ$¹5“°øýûjX¥_Üßb>y°!Áû"󿽓þkýþ ’öùŒ›¦6­¤?/n^"kH"]?«äÆ>û][¤£¼Nn[…]²äÔŽIùѹzÕXçéé0Ãä½)ùRâ×¹êÄ].íèha׌¾ú"ŠŸ{Ïˆï ½ˆavHÒ·_ëê ƒ>5†ÎÚ2†˜6h5)ß\1´…zÚKQ§g#éyŸõû‰yÉ£¿NÕ¸K_±Çâ݉õòì0úÞR“è°$/£žâì"“ZôñÊË·z”›uª³ê'’Žˆ«vÉ—fÖa‰QV5ðkv)›ß…ÖÕ/2üBåúIjø!¡ìþªÿƒ„ÆbÑapùxBIIDŽâû´™TÊnÄ×:‰uùnÖêg]ö¶(:AdZù"áµkÚÛÁ³o+L¬ÃTY[ŸÝMÌÓ²¦%‚b´Ë^BïÕ'U=f·Úû¾´ ×ôÆHü‰Ñ®—¦?öÚš|ØŠaÛ…Å}œÃâ衎öÕÍšäÙYµöÇ¿H(ù¶·}²Kñ(¤¢Z‡qѰt*o›§y%jZ\Å3®ënÆp¥AAì75=¦;ÚûÌO5ÏŽïÕI·ÿþ"U° m&•lÊí*óI›Piâ¨~2×¥ÚsÉaØ”!ø½¿ñö¸ÏD qýv9¹ØÛ^eoFÚÆÒ‰÷Êl¤OkÓbÞãºbÑ\ÌhÚÓpEÓ;ŸÖcªÇiïcVÒ<ÓW5üZµUßmÄTê9ñ•l|[P8œjÊHÛE}/•ò8ªS¨ëâag’"¹ëφ÷†¤(©b(¨‡ùDtäO£s.MÇ[QOŸj zÆå–嗭޳)9{ÃL–zoëMµ÷†Ú°F 61¸¥†_ô:iÅNªïø7eÞóž -qW£%ÉÆcÛYG•J™…-Vß ±ZàòÂiï5KëMùë™:ñíf›á]GŽð®‹5¹Ç‹{r7ØHbÉRV£9·;Í¥Ö©T$Þ©ëJ$]0h{çÞfsÔEÏJ½¿|ï´¤_Zªiƒ˜(‹Âb¨dï$ÝæX^­Ò9ÊKi»+o¥Rº|ËòY¬ÖûQf˜ÐhïÁŠ`2ß®“&ï&ÒI®7éÙ÷s×a‡ Í^Yoß™ÉT‘?½õšMi4#šOÚE1qE­a9›,WÍH¬å—ŸILȓȽ~ÑRøu¯2ýìJÞØ·©,ešC©<Œô$UTû’r3>‰ 5U ç<¿š¦½ãomûÈwüÜÐ-Œëçh¦¼™Iì¨ø²Yâ©&úbtÎ)·©uo· $L¹’e¹ÀÊ"¤R[5I%18“¥F”-(ÛSõɤXÈyƈDSÔS ýÉ?<g3•¥';y³qWR%³žŠõ 0.Sµ/ØÏW¿Ç—]¾‹G|¤uŸsšÜrXŽüfǼzcÉ¢Lú Ñìu«È4¿ž9”´ß$Iõt)Ækâ—nnŽÛïõ»T‹Ìš¼bn ú|/¬¡¬ša’HÂ!Þ‘0ïÂÖòwƈŽÉ·FyæYríºÇ*z)šAs"8e{Èw¯÷æ—.‘ª£‡zÔ°W3™æxŰöþ@ç»Ç µy_ž”\`)R«°Q?i:~µQìÉg°è`\ƒ!O'?^8<ò¢gËà«vAãrì²E½HÞJmF.MŸ"n~½P,s»gBk²ÊN…sˆ’ņö\ -ή0á£GiÈ%6Ë.;‘ëmfK´èURh¡ö怒ßÎŒ¬zÑ5qš&„Ť.x;Ÿybm•Äbî\‚aí`gÊ)À¯• -à7f‚¤|os€Ïn À«½6à94“Á²}«Íäçsè)–X®"a0‡ñøîÒš]¾‘ÁÏ’NŶÂuu^ò½raÊ óÌ—=f^Í·éÕHkRJäÚ$ΪƒßÜí{Æ'S¬Ö¯ðï+5ýÃLjZ•Grµ€ÈG}$›:Ar„w¾‘lJ@ ±4>üû€ëZf<5¼uÉF©mõ«•šbŸ§Ôl£õ”•øá$6æ±ÿ$¦hÆÇ£›mÊ86dijÜ£WçD›*í)Tc~ÕÄ#t£Á%ÛâဤzK$§ ¦¾!  •ƒ¤jº@2ƒo¦…¤¿⬿|2!¸  ÚT|:J¹8éÌYi$\nœ‰pJàZV#.ëD1A)Á­ø”ª—Õé³OЖïÝKΫÛÖo݇ —Eé]2Ú!΃mï´{M 3²ÏYô{@¶&3 Ç í„$ÿD²¢ÜÉ*’z É+²›îY¹m¬6q sº…ä]2qßÿeâžô|‘$q°ëg¹_¤!"ŠFLJ.«Ñ‡Øt†'Á=+;>¶[¯8¢žœ19ê2¢v£JŸ4¢Bï\ç¨ÆZÐr“í… ‡@™ø¨|ê ºÇ¨üª¡ñHêŸ=¸©Æ= T3Y*¹FßîÄÐwÊg -(¥ŠI5€bsW ×9ÔòÍs¬×õè4“É„¦ocYåu’¾Ñ§hË“3ÿ\ë{n”ž®˜ÅĘ}ÝúrDÝDï¢7†={- â6Pµí¨%;ê•Ú­ÎÎ@G±‡BR—\ ³É ’uè¸5šŸ_þ—oª·ï}Îe \¨\£•¸m;õoÉiËî.š}Ñ3¶‰S’‘7ŸÂš_øxA?°éAMžÒœ4ÉîÚ&ô¶‹µíõ| €Ž˜èMËÅ¥§ËÐw挔DZ—èævHI:Ždãêm$“%Ð/ùôr.½*¢3EÆ@·âè(ía è´6#Oœ}™Í¯ÕÙU—­½üEÊñAý€ïÈ|~åÈ™øMo&µ Yß` À¸ñºw íèd#žÜþoº“š}ZìÖBgktœûB+óßlÁÕéØFG§àܵù'̡ӈ¹ÀŸNY¸h ÉxÏoAÀš/à·˜|©“>ëÏâ¨ø÷Ûî’ž·Má–ŒÆpÞËüñR»¤!¡¹yƒP¸€:›):Í[µ[ûI¦ÎÎO:×››Þ(™:öD›àÜûO]a;ý[Iž&9üÖóxûXZgª ½úC£ÖäÌü ².Š C;ö'x·uÙ€äÔr -ÄwãCGÅõVµ:KËHºlI)Ÿ¸´0(òQ¦ø’QU'ü©, ½øGI¿ûÌý#Âáß¶Nû¸m®?¶R÷ƒ'OGPªI âõ  ^}Kgw%Ó‘AÑý<(Xtò¶®[]Éîkùœ\ w:dѯ…GFܯ߿óäКº’ÃzBDRäÿµåöÑ!—üìH¦{ È¥>nÛó³ú¸±ÝWpÐéS´e«ZüÍŽkFêmŒ½è´ùéÒ­P—.Ÿ•}ýSפ¶¿ ë`þöJûå¶a=¿FÛ‘~¬­€í:ÖrU»{\ƒ­§¬ÑÅK.Á|ê 0û7ÌD/òEjŸ‹ƒXbÀüX÷wLá'?ù§±BôopCh´ ½¿ÿ¨æÀö_;’}Jú¸mcBmúP'Yl‚çGIsgˆt9 "ì$·àLÁM±€äî‚ëNë¿ë÷CÓeˆ@ÃW· ¼îïdLþ¸mÂl3’eóÑÃ^ÃûºÏnQ…ãîÊVf‡‹ÐèžÎr§øI´5¯ßW_x9î'a7Ñј&s{añÕ!-–§üj±4÷8:—Ù†æÕÖ†°1\'ÿCB?®Õpw§5†84´ˆ†t½ÊO•û?UŒ&#O±šw@To—ún%·™K1ýEn„ž™Y—À V‡¤VZi3¹º4Wx}Ñ©ÎüQ¦³wšÍ𶼟RýÔk¼JUùÑ6ûˆ«òeþSá'f dµá"þúI4 Ca? ºƒâ4Üì>$Žak¸}UŘâJ§;KsžÏ…ärá¬×§yt¿¸ÏðFó5¥:|’y©±01éQ‰6ùa•gÅÁ©H)ó@}çôv¾È^ϦÝwWÎvïDµ3ñ6³ö¬š¤XÕLÖ°töà›BkdZr7Úµså‚~Ä´ÔÉü$4¬ð—„F‡ÁúñÕäÍ×¥KC?Õ+wVmœÀMÑŽð, -v)ž—­Ã8£YÕTÑ2Oó¼k6²õ„q]×}£]äõÇ~\Ö{•Kû‡„›¹’;¦yNZU'}"¯úñÓB¥‰”ó¡£d¼ŠæÅ½ð– ïÆðJ‡­Ö™” ÷ÐÚ¥XfgU“ìÚ¬Œër»5\aûm¸"~C¢½õ^Y'´÷Q¡ÑyX·xÍ3c²:iÇtÕwW¥žmOÉÆ'9…Ãñ†¼š$ƲHw÷ÒvÉbR)¿´%E,WÑ,í’¢˜9i»m•å ¿©†|þ§)?àð‘Q|×|83û­ÑÎS½WGÚ°ºëkø¹ÓU'Íþ@õíéÉy©ú·Wæ=î¤dcÊM^ħ$ LÉ$#mgQRØš.VÓˆX-Ù/R8í­šÐ¨ôÆ‚¥Ëg¾Ýì±|»•OòívgÁ·»è™q½÷ÒB£yȆñá8’%Ë—bè±A¸Ùº}³ªëÔÞpë½…6ü&Fª_¨uNã›rXVÑŒOÄg5$Ç–´Ü{Òv*M¤RÚXˆ‡¥º«y{/êBò,4JÉ»`)Œ¿~Q!µ£Â=®L„ëµ?N?wÝd‡eÁz‰Éƒõ¼ªÁd¦ÆÔâý¡£h -Êzþ:þ¡(Lçðô´%E‰†Û»s3n]a§Ð=Z¹ Å»’²Ý7Ä]¯Šz-ZΘVF8¶"X²PG’êñíjbÈ»zfúErseÅõšÝ=û¾Îì°»±^Œ¢YRã'[1†&_:›÷¨Õz±£‚b’¤‚’£‚rjJ•"C‰ÚL ûÈ0 #~«s’»èq«V=^ÿðd5]³ær¡ÛŠG‚éçç¸Áß.Ñ -‘ñ"÷œ=J\_Û–¸ØjUáÀ[ÕÙqê°Þô1`¦ÌcÂø+jÉÐy bæFg§mœZ½&< që‹$K;3ETÅ*~6c¼1œñFñF(â¾vDrbsíÙ(› -šë·Î¢³~-qÓÍ®ZòzØ)ü˜›Kêª0.eòÃe‹un@ÉCsyt]’a™îJ&ö‘DJz1(5è\Ý`<êÇ©‚?™Q}Ú’åÜûL|o…7a(1oöÛÖÙl=èÏß%ÀøÄ0ì~Ø¢a,tl £ÑØÕ5[2Iåý¶££ÃT°÷ùaDÉîU͸ó,S0M19äï‹c‡ó vœ¥*Ì,˜fZ-ÐyÆ/P›„^  -W®@–Ï©.”&Q7\ÔóÆ%;Å[N°ÂíÇðˆucÛ'Å8E_ìÐK¶*HfSÀêö°ü]Ìêg“ÚsÀ(ó™IŠÉLâB¬¬È,6­ã¶Kè‰Låªäkí)iÑÝL@=Ü ¤ÈìxîÔ™ÙêQ¡—ÓF˜ HVÜO¸Q¯®óøÖEÜ)œëØC†­¢)ÜÄ9$F±àÉöðÏy<•ÕwŸ½Ñq7S0Wt~Ìu>fgž€™X`´¼ôYEG¼Xo ·ó:^f政WÉ?éÙap¶tŒ´±Ç÷|3K¡¼B“ÒËïͤ“„ñ ´ÊŽþ•ÿ#º­Ý€í]0`Ÿq8wºm#¢œš œ:Ài©pìñÑiÑ/++ïPñÏ)ÌÉ©£#ò«Õj$uJ-XJ1[¤zdB]çý`g]åHèÜt—sðËÚ§‡ù`å?P9„·#æðwžü0‡NZûXnojëE€_]óÀ¯ð£îø±t¾5 ÷%¸ç.L®—Pñ–Çgï[ÀÉÏWÑ¡±õ$*t>–%3²¥¸ wxÒ%>n+²ûS—wÜþi¬ðä߇kóãQü¼ý MM®sô,åVDŸ ©mAtŸO#eDâ {-lçüCV€ÿN¶€_.>¡ *óØtùpÔÐ6–زáU$"¹ïëŸ +û8§ÚéSÔ?"þfþo£nÃŒ„cò³Ã”œ¡— w‡w³²^²A:?ò ¥òChéâ³A¬?Û Î ²½¬ÆE¾ã’u>šìâ9ˆû®‰ÿ½®ÐŸRÛ?tô·¨‘þ'Šüßš\?P…íg²*jWA2(Ûc ”ry Šf|8¿|&’ 7C}Y0ˆÃµ ¨ù[*Œ|¦µÍVÅüåô/wØX¿Ôö(ù§‰>Õüfî¢jþ}¯´_nûñ“þÉÐÚ*jè#&z³Y]†há´¾¯€–  áô³Ó £ jS…ÃÕç§ÇjEyœÅ¾¥^«Dî–¼¤‡÷7\žNO„ÈùŸ>û+ÿg­†žRÿ¡Ýþ_·ÚùŸÚíÿu«ýïZèÿ¬Õ¾ÈÿéÝöÓj_äÿônû¿iµ/òz·ý¯€iÌݼm¼YÞ牣>êQÒµº£ó]û"™yÜÔ8‚`üOÛ5…Nnµ/b÷!«‡¢¨ëñ¸º²•ŠN=ñ‰á Žg³Ÿœ1?­h¬²[):ýÈVå÷1öôÂQSîôÄ(2L{/¨´Rö$¹ú"ýzF¦<-e…í5‘ËV–ÕüÔèL?Íz)Fz1¶ÔJÈnùDb…ª<ÿ –ê ©A4‰ïŒÑŠ7ìL»ëpíÎåùX÷´áæÕ/¥ò`Í”½O×þÚÞt[Q]Ø>Â;:ûìû¥GúèŸïè¿8Ÿµw­]OÕzç\Uõç‚æ^¹ï$$̈DìÌ ×ó¡€x—Àq³R™¿5`¨ùÙ]JöÒ°Ôþ@4‹–õ§nÍÚJÜZly­>Ì ÷z‡<çŽÚ™ŽwE&ˆÝ)lNöþ€8ÙÃÿŽ| wŸ~|=èÝÿ~üç8ÿ(ÊäwÇùGQŽ ¿;Î?Šrù=q†QÌ"Ñ}¸Âß¡¬Ä+Ïe;îèÁ$±VFlAò{ç˜$´¡œTïžóŽm4=P<4“¼ JÙ¸÷lgöbŠ -d–ǶÔñŠW‹(±f”\’ñt+?ÖÁ´ ­´C)Q>˜åVÀ$ß®Ãaáý–µÆìh­á°Ò§¾6íVµ…9 …a}œâ¦·ÙŽ}òW£gÖÁ浌ªX8ËÎ7^í‚ǰžNê0btØRº]¸w°qCþÝ*A¾GËíîÄ9™þå®%“y÷¶”[çÌÚÛBÇÅ‘Ïì°+â)eyªVÚÒ¸T£.pûmWº·lqß™\ô};GO…!‚üôÒ'àç£åÅ&}F”s_ùÁó|µÎuÁëwÚ|fkv™²r™¼ßP?,¦ZSfF^ì´ÐøuÞ»ÒØ¬‹®V“1­ÌÚù>˜Ñ%ú4ÿ—ˆ ?½äŠåCÝZq³Žþ—„ÄAîíúÍ\KtS£[ò±œgÇf}TTÕá" ¤ÚÈñN÷rÜÚoè’ÌŸ{‘!ƒünÑ<™ÉýÖŸI²³æEú"ÈO/ýPTm¼Ea<;Âb>–°TÇ‹ŠG› 1“_GGFÔ-ª÷•Y0"ȹ« ŠðØàgþt¢wŒÞº­—üy6›%åTLréÞy=§Ãò©ÁÿKDï -Ù~ÀÄO;0¢ÓËäÐiÒ߆:ådÉèÎä6•§žXN{ -ÑG×(ƒŸŽ¤–Üm<±fÕ2?[U hžØhÔ¯ µa%s€÷ý~¨s­þ~a 9 `â7#¨¹Q æúï•®¨uk=9±züa…òB84¤f4¹œyÒjJB¨Ÿ>8Ùµ#“ÉE{wŠMñX'±‰¦ÛÕÚf/‰ŸôÎx\2Ú³òˆ m2Eø¿Ð05‹:ëo¥¨dù­¡L²4¬‹Ô86Б?ï÷XCáä&f1åêí±è¨esJ¤|m´É<äA´d^z½aEìÈ—›ØžÓý3mò ‰.€ªüψ Ÿø£„V´J…Åӱǯ–ª$ù1n>€†È˜?ååš'nÑâ~JV†»Q5¤`¯ì‹iší¥É3Ó™Ns«ö¢ï¬é5-°”Ã/8jS_ï~äãlAÝ‹MБ&vÈîm“ç QŽÕ3ûpävæÖ5£ZžKT¡>Yáuz¸¯:ýä‚ët±šI· gÒ¦×l›.g¢]Š£õ~+8߆­]ýý¤÷ãðËð„ø RVê^ì½–çA+Ô„Úíò€Q,À6¶®é¾;FÕp çʯÁ±iÄz™{&Ñ!M>E³Õ\†â›Q¬¢µ§|óuVŠÍcýRnÒàRý"È'þH£§Š}7ZÕÄ‘öì¡|¾|f›ä×<~â¡á`7fs­Ã€~õE8Áà.í‚JTí9¹·ZñŠú~q*¡7ã·„ÕèeÓH*À¯KSêÒ,ý=x¯’òÉ< Òtà†8ͨ— ( öé Ì­ÉűFÇ¡~zž|VÇt·iæ<[ìSÏG&!Ö(ÚÎZÙi;o*Û4'†6TÂkP’°ŒF‹±Í9¿‚Oh¾ëò‹¢ŸùÕå÷Ä3ò뢟Ð|Gì&þSû=ñ|×å&þÿU—ߨ‘`öÿlâ?4aÄþlâ-û_ŠgùÉÿ‡ºüî4‚üáÄh¾³ÿGÿ¯³ÿ—h~Ð}‹n>ÞiÑ4,ÍIÞt@æP€š†F©×b~ï>Ü(9v÷Â%¬{W˘ŠÒ"LÜÈ• }Ðjëë>¸I›]±cˆ5²ª ä»@4°Â_¢ÏL<#² d’‚¢3ß$OÁõþ|» k+Ãåº8'QO>$ßÈZØ,$ cZ/éÖÓièk6;Œ ò)Ã5Î ÐÁ1^áÔC÷²T~oMÏÆ¬³/ò?Üÿ$rP´6‚¢Úû©™·(@è«p•Ó5/,Æ^Ž8Îe£M£hεZE·«­ºæ2J[ z·ÙU'¹cœeûI9.ï4Δ¾CùQéOñQÏÝ•€¡Ü,@«?@޾•A®`ÂbÝ7¼ýª N÷1!XvS5ó4×Ò+ÓU[mò‹ŽŒÁy#+…½ü$­mq8¿ñ¬Òº|äÛ9 ú˜ø>Eów(z7 @˜iñEÇä~%\ã)6Øä£¦'LÊI5¤¢¥í–Á0jW}väÁ=[}4.Œ;,èþºø~ÛÕ¡¡Ÿ7­§"þ -þKóáBÍÀ}ï·$ÕÛ:²Ƚ²µÀñS¬¤S–GÍTԾɚµÈ»:LåÛj_×ì¸rJ$¦ÙC6Þ(q gþ`úsJdÒ¹êáGˆ ?½ô #™ÿ»èóiy’ sV ÷8»áZÆk—(r~ã +"Î\Ìwº-8Z–¬V_íä®Ý ¬†ø|$ ´ôLn+‹WŠ‘2)kitDâºÿ—ˆ @,Ê0¢‹]6S¸.& -(ì954råÄäÓš¸“lÍßm‹¼GŠ®#õò‘#¸Ž¾Gë endstream endobj 38 0 obj <>stream -}åš­‹?[TŽR÷ˆoÝáèÉö³gg5?[v™Ãõª0çŽÍݯà¿4›y¨ÙÍçaÓÄx¯\ß5ÏüDÕ;æsœ›Âr®=Ms3X¶ÕK2Û½†É†xrœ0wêÁ*ð•—N…Óã¥|œØþ§ˆ ÿ|ýí»PtP‚¢U9¦È\œ·½WT܃ó¶Âç\ë!PeÒ±–Œû£¼¿„þ¹r/îÄ®º›¥E{ÁWRê Ñìäâ_ï“~c|þ¼GËÑ­8øKt×yÀ>4*„ÓbüÝœ}¸ç›_qÐ8Î? -¹V`4áÀ%««(yÝ®ÊØi¸_¤öl=‰p¢Ç¾Vk««Ï©öÜœ‰Õ9É(x¯ßBû@Ãfñ­ ã¹xÂv`,àHÛÇË­¸6T×ËÇSšÓÍÉaš~f¥ _cb=ô þ䟯¿Ea‰%4Ñ}6ïÖÔ8]cþòy"÷'|hÍ<‡æ:Äʯó™y¯B c³pƒ0ƺ=‘½=ºé{Õn«sÄkÏrÍx›°8Œ6Ö;òäÛù—ȶX††¥1ì>YѹꖪS.e˹é¬u] -û£Ùj«»×ü½–ß_!Œo?˜_®¦;YÄæ°Þ/+ý¸Ù¾u3—Óµ­Ñ”D›½¼L/AäìÑ4€ØunåǾŸpm¾›UŠ\[ïëpýB[ôfKùÑžbÁT¤*ÂöqQ€´ƒJhe…éƒtwý¢`Ç<æéh:î*›y¼U_í =ÆÊƒIA¯‡Í}uÜ»ÞéQG]ñƒö’(i&í)—V&Tõ|™µ‚úeÕj—M«q³¶ßA¾+ø'q(¸ˆ¶¬ª™ô¤(5Êpî9 46ü )z`Õ|Ü£3¹sFÆlNyÿ†ý2Ю<ƈ¶¹Úçh¶Ú.R|&Zj…c¿Újžoµæ«wk4)½Ý¤oNÂ| ï§£ÿ§ÀI)Ř" ”¶Ôª'bSþ´oªùÓf; cÿ4› µËÈ[Wnýs›Rº˜Êi´Í¾ ªöd­V+ÞsšíTÑoÆoEÐ8JÑÒè¡¥x#©V“uiÖÈÖ‡dý(WUn¥þÈïJn´GÈöLX Vû<ÑŸMvÄ•Q?y¾O:¤ñþ]½m{ÑjÅüU3. l#©Œ¸ú ¶õŒA 5yÙ8Ô&…†XÃlêZÕØŽ ÑW¾Ãû7ôþ»ô§øh’8%W³Ç›Ù€iãà“,“ïpÉ|J;ïÔò3j£Ä4®‘K³èÙÝâUÅÙ îÃ~‰*°ÝWÊ>öj9»×gjLd#šWþ v»„åÇ—A¾ÿKÑOhF_ý„æû É/Š~Bóïû—¢ŸÐŒ 8ñ¯ËŸKü‡fùÉÿÐ|gÿ&þóÙÿåxÂ9ÿŸMü_uùÉÿЄwä_Oüz•†®f àh8çBh8¨"óäßsþ,å\Y¡-7 I™ª€@cëÀ*Ì._ZéÎ=y6‚Ž–©Õ±†§ae«l Âî©W-ßÝòëÌ U¬%×÷ € |æýQ:3…9Ïœ~x>áŠ^m2¹ ,è ˆFhŒª›à4ßÙ?ì.° ¨¸é€Ü¸uOHø aC¹bm´µïÓôÃÊk=D˜gê.ÛmäÂÉëçñòÒÜ}nU2ø:VиV}ù\c©Åu™_2›Å£À¬?A¾=Ô`Gº‹P3P°ina<Ãs°ñ. ïi)7YÛÀ6öÐ:U×ðr­„Šð*"Y‹hT<ö _P/s‹†Ì¦:ÅÓz"çÔ…=C/³ÝüµžíúÉågA¾+8Ðзhý- -ÿ4®€DŒ8ÈÅnpMÏ~p¾%¼øHé8Ùäé`YÕ¾§·¨b\ƨY씎áñ†öÎf*úFdÆ×²Ê—7ü¢Z¢Î3¡•¾Oz±ózÒ÷‹ ¨)Ãx>IÏ;=DÚ½¾GËê3rè›sýä€w$Wi?tI?™ÕeÇSûDø’l EQª;Âb?Öy!iÝÌŠçh0³x’8N»Ã­5Rf?R’°¡þ/"ÈwÿŒ¿‹>s8&!7óÉÐ*Ž¿ËUŽn¯´ŽÚәձʣÄYãi;‚ÈÄ‘.BEt“Šoîj‚ÂÞ‘Æi¹©òÜ,Q¢˜ÉÜ^&£Ü::"éûuhÔkû/!‚|;DÊÌÂ8–›‰îJ7Ø8©dàˆ~Û‹£‰½­ÔzÀb$¿c´ªÊQ™P]ª€%¦´¹ßÐ#™ëÏç•]6¶3‘­¬&¨ºa#Èx6ÏÉcr›K œãÂØzLú—DÎC‘oBÍç j£;È•6)¸®lìo-gHø¼ÅD+¾Ñê”zk7¶7ö^Di»e"{ä.A™[¯‰ÅrÞžÚãñ¼“͉ñ€ïŒøA=UûûÕ6Ößµ}û;D•þ‰6º-TfÈÎE ‹â:銧mý‘“/Œ~Lë¶šåò½ÔÌ/H<ÁФÛßÝ3&Ëöç'¡ÜÏÁ:߇· ¢w¼J½6ƒs>?¶êö.‚Ô½-÷ëx?…@ôãÄŠ6Ä%  úa#jc¯FA>:3E”yÛ˜âÒMÛÇ|ßèoO§Ã’÷Wcñ|UKStwćÕZ:Ñ;-š‰nˤ»)mP|ïêävgÔ V4}þ%±È@Í-Cˆ­B ­kÿÙêƒ gòʘܪ̓r¾>ZÉc¡SÊíE¹¸Á7·1e&1b¶Ч3ξÄßAy$hÏR5B̵‰{𢠦?úÞOGréq)à€ÐEÓë7¾d­Î]HãÌm3OÏ×{R:ØÜÞÑòܨgþµÚj.˜§ŽCö—Õîi Z±³Ú•*úÇ—îïmrž×è¥UuèÂzñ¢ì’‘¥l:_ü—øø^R“dB¥C+ªoìñ½ÊkH`œoÎ ‰¯‚<<° Ýž‹»ý†<³—U8XË󙼨p}yêõBVèLtgßÎ×]ìuNœeITe´Ö"<8^Ë/£Ñ @â]ígÛ‹µÓ#:aô½Ø_*ÄZ¡Ðp×ÈÛ®Ól±«T¶³|±Èhž ó±ÝÈ­¯(²è âÉigêô¦íü21£KceAmΪ¤„Mk{S„Vc®­SQŠ÷ÓѺÈÉ œ*ÒÔŽÖ¹›ÚkzéÒ8ØíÞÆclAº%—Çò!3î{b\¶”€~¥®<®UÛfkg°4ÔwÍVˆYT«Ù»´›¯”ÒonÖ¸I£ËfK±ÿ>OÉHÑèª`ÉD‹ˆ]Ää‘9޹ëö\¸_ cﺤ½ª<ÕmTsq£ßKPŽ6ãš­¼<ªö<ƒV+¾Ž6½)ÒŒßúéÆy4B=tJ6’ê¢P—f[˜x¸Ôÿ%4aážïÚ5®1Ä©—Og±‹/™9»Jâ“%í>¦ÓyZúøu»ÍiÙ“z*Ó6—!KyÛ õRûf\º ¤²9Õ‡Äô\Ï‹[M^.äÚ¤°Ðj˜½6«»u .þ?ããéè/ÉXjy¹6jœz"·›ÆŽ6j5ÖìX%è8ËCÇV~¸¯æ ½Ì­Pjì^¥ -J­ÙNö›P¥ëÝíÔ&yµ÷þFTçeq\%=qZ1ù첪‹«JˆLÙÄÍ¿ÀN&Ø,…Á¾%ñ&@‡©9@¥ý`õ,;‡€-Ê€¥i LY­Þ ñ¬¾ðÍfë&#ɳÛ‡Çl/¡Çì”Wn–H×}jöaÄä­4˦µG²÷|?!IWͯã›è'4a]~UôJ?®Ë—D?¡ W|¿*ú ÍwÄþhâÿ!b¿1ñš°.6ñ?®ËïNü‡&ÌþŸI<‡ã#‹­ÍwöÍ3íõ’Óã]€mkP´1öz˜ä‡·t¼å/}s¹Ø{v¥só˜Ëôá•û€x¦]/Cä\îØ¨Ù1µ™3Ñm1¥:/ÊúÐ?×/ÿ{þ Lñ>Da$ÈñKˆ ‡¿DÝ6å&P´{„kû±h¢°$Þ;‚§ïÁjX(ÞÓ¾{eho— 7ÛKvïèØÖ=¸úšÁ -¨¢Ž-Q¹-3Ä-KyðŽ,z Ýe/—gÇ6ï¿€£xôïšœÆü`X€>ö[&)(:sÔ€ªi¿¶\¶ÜÃ…dD<Þ-årzèö ³”Ãp£ßS­JS4i_u®¿¬[=ôx4OÎ;gÄ­¹ ¼í„ÛïW¯?(ýÿÅcCö¦ ›@¸øãùÄîN²»ž‡«š¯úž¢¦¼VfI9çÆ<ä${7ó‡ŽAT°}™w©ÚQ¯Ë¬};WÛYYl,ZîéÙ¸%…Q²y'º?q¼1Ùm@sÂ}ïþ‚b¯¿‹zq(úB ¨áæÉ óÀ¡h}c¤Üã‹£méI²Ö¼Õ“tîœ×¤¼×$=ƒÞϵåä|ìÆ¨Ó!½¯*Â}¥€]~|DPÈ -l[S6Ì¥®¬¿€—Š0žè<CÉ·Ž‘lšyfÉRUp´dATõ„Î#å&ìýP$k7Å‹úºÅÔû¸>”/Žf\O‰Dö°W_âvWÈÄ-s¸Ün]3™tjº])²\)b㇈ ?½ôÿ+JÃÎ^†¢ƒ­¹ÐT¥ïïâňGÒI³×¶eÐ…îøYémÄ›´tSWØ_žëå鵜ý–í—™Ík8ÜlâSöÌ&—’±\"·XËË9„8û:>4?²ÿu0¢ã.çÈݧ‘W¢³ð-ÿîvI$mA×´ãåvh¦Äû´Ð/^`‰§d­|Øç¹õ†J¯“Mo§«y½Ï.MË’f!>ÞDé’ÇÓçú5ü:NÕcЖýÍà jæ|Q œ®3÷ž£ìû¯YÊ<æ´oðóòF¹zAzT°ã9ÊN÷ìeóÛÚ°±fû?]Í ?ƒÁxÖ²íä|/oÆ™ak4¾šìৈ ?½ô—(µÏÃÞ$½¿ü±Û¹¸ Û‚*éϼx,+ÛrHe¬‘ïëQcïš0â/жÇ{åvÎbµŽ \Üwg+É f‡*CMúz²7I_D~ŒŽwÇáÜY͇óioøu|ÔúæGöµ Ò÷ ;ŽZ¨Rô{gêHÝÔí±ØO3Æn€ö”;!/$g–gÅól -Kîºäq|Æ( 7ZÔÇ -=fº‘¶¨õGó~°š2%Jnœ ƒRõ<û:þ 0ûvý§H1ë›Ú6犛Ó࡜³Éúpn©u=•¾*õñ…’ÕÅW‹-ˆv§›ÌJ-ÝÖž^À´>ÊãtmXjpƒ[¨î\1õè××±_Ü?#‚ü¨àë]ËP” -¡è•x¿(¶í{Ïâ³åå¦kr ý¨ÇïALÖcÍÚuOÝ:§ñ¡0ØWŸÛ—·ý•3¨Ò³ó•¯F‘9+•5ýPëïè¸ßXÇ~KÒ‚^_Ào«„WD~6¤¢Ÿ¼g6a>æãgTÇÜ’ò]ÀÁŠ>ã%@\ŒQ¸R£''“ßÞôÚÈš2«HI“Çݽ,ptÃÚv‚BÀ.Ñtl)¬Ç¯©’²‚¡w©Y½s6¡vƇŽöþþ~°è¥ÐéÅ¥(}(Fu(Æ˯9 D£\ä´:ñ{ Çd³"¹Sb®Ô _q,î÷\ïx ©Ø¥Õ’—¯DZ›ì½2rÌ’Ô?¡ö©›­€C;‡uŽt1׸R¶µÐ)v}q©Jékùñ>¡×?A¾€èiïoЕ°8ís”ë*÷Ws%mÇ»@s­‚À§;?2=ÆE'ËcYE™Ü-ðã2em”/2Ý{RZµõ »¢KØvEmæ[®åß6Bk»Ö¯­F9¡Côüæ3~I|äÛ9 Î!ì>£æ\ë…‚š¦|TòLïjüý -Ût‚øZša³¾Œó\~ª ö•‘·VƒøñIuÇZ²Õ^ž&4].$ÚT Ó»­Ý\¾?ÅRfÍÃÚY5érj Ñ;7ãñ½úu„ÆÎãðûÄS¤âÝ*· }ÎDß¿š!ð©Û:Φ¬TôŹžLIs‡!— úÉ :sr¥Ù*žx¿Ó4ÝjÅoxóØ;åšñ›PjœG—Z£‡*­F‹öI-7©KóÖêÞOGÿOÁOñG–¬ ÊÛ­”.ÙçA±8¼Þb ±%S–­å¢^™‰9>óÃf l{Ôºo›« ¬ Å7æbóuNç¡"5’ÊM­‰“QÏ7»&/¿6)XÏfñæi -ÿ"ÈÇAMx]áVŒÍnçnv¬Êç<ÅKe»µEr_®NVX±>xíˆFw‚bMÚf‡T+üN³\÷¡\u½Im’Ϋp±¹ªÎË.S1yÞ_à!ØUVõç¡Rx"ç²}@¥¯ã¶œ†ÂùÄzçC©°ó·IfÛb&ŸX$wê+‚L -êþ986¶¯.¦ðQºìéñæK,!^æ‘©gtƒf5¼JzdÚd -e{ÿ*•ÙÖ«R®DÃZÉ;…ßyQÅð굋¡ï}‡ò£ÒïPŽ÷è²ÙE‚l"M,«pÍNmù@Kõ!ÈŠí#È&{.È ûYv¦u>]Æð.–æRÛð^k]Ã{÷l…ãdø Ç©z:PG½œ÷h^0'HÈã´'^†2Î8šUl_Âû™Ò/Š~BÎ`Uôšïºü¢è'4á|ìWE?¡Aþpâ?4ßû£‰ÿÐŒüÞÄã ²6à¡!oTÀ €®'ïoÙ (/‚ìŒ÷AÆÜâ SÜRá}sš…cÂ߇¨™»CÌí@]Ý¢ºÎ¢¾Á¥ò.—(¡¶ Ž+åÏ€ž“†Åol•!‚üô@ƒŠ ÐÝ(ÐLж«4t¬ìjz.Àê«Àræ ¸#ûz‚, - ‚~ˆMOë€,¬¾!ßà§øË pýQM@lIוûE›Ré¬yó{qÍ’Z¾,”åž0ï×/`H Æó:½#Ö\çAV^w*ÍèHz;ËE€éå%À] Ïa"Tã•r A#„_8R¢Çè}Ã+÷7¡ë¥ï'Ë¥’ýbɼ·'Ym-_2»ÃYß-mJ×é..~ ‰ë8Ô\ä`Po=€%ÏhøÞŒÃÉ)Þ^®žá§„³'‹Ëy¥â¯eèm2ÔÆåçè„#UsšœáÛ¯:–² ›·®W³¨=ºTR¦(Õ–FO¾,û˹tî~Šò£R€=Ø_‚m ƒ ø}€uí÷Žà]p¶ùÞ¸¬²¡^q`uا|6W¯y5â4tžxšµO±ÁñÑËxwKJȰWš÷§ Ì1ÍdÎÉÉÏm3*ަ~É3uI¬‚èñøt,áK€šmë­ ã¹ÞkdtŸŒŸNO€¿Þ;‚[(托é;Ì9åÕ×ÅšóÚÆv7÷`­QÓÞsJ4»X½¨^µcªö·|o“g¼V“Ð^ÏL=°°×bFyŒöUJç÷¬²Y^ìÕkz:Ì×ÃCºÉ ÷Š?^î‰þý°3 -%¯¢Ø™mŸ­5›XD—LÏò§Ÿ@ùv°)kÃìëÿ#*JPôa¼_l*ÆÃ¥Ymúü¦Áºm›ÐìQÊN™V1[ÓB éÉ×ûy"åù‰:òø •JÝݲ÷êðw1¾jš,·Õ®¬˜aO+e†ÎWÓZcºÂCjô%ü]3ðKsí) ÒÏ÷û-‰Àˆ‡©Úð@µºv.rI{Lo^Êp”TEmï¯ô;On̤¿×“±6Ï£ûÖ&ž¸PÌõp1<Á­Ô›#,JíÙxî&¸!ĵÿòíüŸñ—hÇIÂ> -‡u,>ƒý<}d-–ØaµîQHc夔f-™dZßѲ|ÛÌšDZ ¹Žøê]»‡1^ïn[¥7íU±¶ÒºFiYØp­¼5LçÞ°ÄOé˜9œRªÙ™0ìÓx?é…€möÎßEirç{¿åŒHø~±Qs;ËÒÂÆÚ}ÕdË™”ÏëÅ;±,W/ÛªÞ:¥b]j¿´@‹{^–uMX¥EeZƧ/ïýÜršHyíÉù1^äÖj8oêô8“e©/á­ ã9)8&¥Êgj0žÆH~ÿdœùu§Zv®ƒÎâ‘ÃתQç^ˆ2Ä6¤ÄŒ_%ñôZT¸”¬oyñTc¥2Y^>ëÜ,–ö2㬛ÅFÓÛul>°¦ûÉ`µ,væ²Òú†ò]Á°ÓÆ“K@Ñn±ûÐlHb+‡ÅZ#îQÓFÉ– ‹¹UÂU;™^ü>·ªèe_—rÇ»^-Á1ÙmK%®Sl×sI"çûz>;ó{dX¨Ñ”št}/6Øô‚?êW^óî—ðÞu£Èp'fÓ½ - òïý–S] *p¢ãv‰NÁ²ðþÈhöo²2®2O©Ú RbOí¡Âjüá9$uñÀÑÎLSÊ׫XŸ'h¿ne`Äú”±ê{çÒ}íéu÷ùz¿€9ÔTs€£Ç: ¶Á -äb¸ê J*°1EáhÙx4:ê0•?ßìvÒ9‹G&z0ЉäVXÍ2¬’‹f–ž6KÍ’c>ìè=Õc´ =¼ÏÚÝsºÁt»¯”Ú¹¦òÇÎ¥(2ß!‚ü¨ôµ¡¨[¢ëðýjè*8µÄÍôõ‡YMqu`ªÔ½¸d×(:QÚúéîvÏ ØÜ¯ÉØÊná vŽ”Ð×ÈØ ]TÝn꜉vF¹e®3êW{´áómµp6ÛøWÛØhqüž ½ÿ&´ß;¬› OÖäÓÑZ§wõjROèØ¤.'AâN¸¿÷ÛlMá†{Ý\³üÒ™ŸÙ¢76—†Û?„uóý:S½M¦P—^®—)ºPr‹”ïwßßy†*/X™bÒGãK8•sbjŽâr ‡X,ìñYiˆÁñ÷Õ5¿Æz6ANÄQŸîû%ÃÝãí=³Þ5.‹“˜¹O‰|BÖ/©—Ê/í9=º|¼”²…K±”§*•kyÚ¥Õâ·õE«Þ8~„òÓK0Ý(ºÞc€Ü WŒ]½ÚÝÔgâ5V_%Nd+ZÙ7»wŠW}¦\ÝÌ—1À0SUÞ¿_lÚÙö‘rfÛØ´“céuy»¡6¹…ÐòׂÔÚ–|³µ¥Û ÕˆŸÒ­Þª5î ·º ’|ÿïÕÔ´6Úzɤwî\©9y;Í Û7U5ß{ríM7¥E,ëÓyfOjî¥×ï^Ä^G5µ>ýØá}Š+[ãÖ.w™7Ÿk…mJ@hèÞ½IÇ÷Öû;ïx.ÖŒésìKDn ‚²`&µØŽÒd\VÂ+Õ]M¡!ƒ†SÃekÍ9Ø’Is’‹ ÷µÒ“úÝt‡4Yº‰VxŒ›¯ù­Ò¤­[³_;½Æ¹œ7º^n 1ß6’góÚH^ -æOA~T.À,Ô¢æp×z®zÝa„ sK舲&Ø›uM¿ðs©%&+LpÝqîenÆÞ̱;U{®”汇ëó(á¼?EM„õ!‹Ö3&š¬É« -1Ê×&ÅMÂi×07;ú´ðÞäïêˆ<\·äàûËÔr‰ý>«ÒÐqNAGª5F ôØžçºúEô»´9¤ÙÊdØÚS`ÒŒK›y]š6V5yIlj˜îª›?VI=WÌmþVY5ª*ÄÔªžBAàáýäQËä®ÞÎ;žîù½¸ß)É4LeVáÜHÍ3ÇcrÌ’Bj?ìÒ9ñþ~%åñV¶yì6ðFRvs5y±+V5f\©˜|­V)€B³l åv¹#»%O$û%¾[—êÉÚ¬JÝUq?oþ仩\Xñb?ÝÞï¹Í–çÆÒ܂ޔIe\6r¿ ä©¿dªŠj3~ŒzFÏ?ªÚÚu+«ÚÎ/³­AXòNô«TG*Ñ÷3Øk)¶2¹dá%çÒ…ã$—-´ñ"^ˆë•\þ¼¨¿=Pg- 3oÆ@zÉÁ‘?S7ú s™!td®¥È:#žtN, Ò8HÄ¥ RfjRád ¡]A:Õt ޱpD±ˆ¿h‚¨»ÉW[H®Voû~BbÈyû,~$ú MX—_ý„Üßëò/E?¡ù~6þ‹¢ŸÐ|gÿ&þ¿"öÿ½w (½°A†§¡¨U˃Ì‚lB8l@–˜@f·ƒôk{„®¤ñ ùŽB•!n}Nâkˆ!¬i+ «ù ]—ÒAâˆWJ _NݽùÄ$°Œ ÷’5Ó™\>òqÙÇb¼†ÕfqÌedñÎdO©+È:«'„SÙnt2Rô -2Ù(tؤQîtá-ØŽÃÑÎÙ„è0'jv¨AÈA0U³ïݶëã:iWxY—¶êøÌ4TÖHÜ”úA9 û\@f ãé1 9_á(p¼ÌZìÝ>öZ[1€®ëu€¢Ã5ÈÎzw1ÛÏp¼!ˆ@í?ëqDǾQ¡6þÂ_ŸüüV×¼G3å{ë×(íl­GʺÕ§‹’­V'YŽÎKçÛ¥x¿½áΊ·(Œçáä€lœ‹ÃPÆÊ ûr è~(È%–b½É€–4=ЋõW@êîÊ\ý½;½Î ]w}`\5ŽnUC5'˜w|g—»¦Ý 1ˆ˜*~ªÝO5÷*ÝN‡Óu:hî>‹wÄÒÑû Šb‡ÈNJUE8CÁ’ž°Þ.¤x®Oûœ¤ùh'ê±O•pù:Ýpv§°oÚÒŽíýC¬fîN@ÛÖµ°ŠÓ›?¿Lí{BZÞ$”(Ÿ/‹ûK8—x‰ÿ,š$ØHa·Î–¯ÈÊ}¨)µWÐ05µóû÷’ðJ­’OŒ÷횬yÜ´sžØ·OÑWíѵ[]+ ”±‰ªÖ˜%õÓû oо, CÕÝS‰;Ò½›×éV»œ×ÞD8ë -|Š)æ"Èwß Ëí/QZ…áÍlëpE¿g cWx9Lü¸ìÅC÷xIӜ׮µ»u†°n×cÕÐn¸®Ô˜#ÓVkéÚPÙ1 +¿âêI>è%C¦/jì:ët‘Ë%ŽÇ§¢ìâõÄ Wy´ú,>4ßûùŸLüø‘è@ol¦±Ç(z,gÃ|…éúUºÆ»ÂÐÔìK¦µäј0–•zYõwÏš|\{õ{rØ£o™éd,isÕ†ñóu^œ=D~ÿžø1ŽtaÀ"›ýXG˜Ý ¸ËÏ }å©ãÉ)˜óh ®çC¨9¾€ÈÌÐ`í/Û°¿ìÊ4çˆÅ—ñ±˜™›•1O§Š²X¹–oYiR¾˜MõÌö:”èYÂDä þ[ÐíØ¦ò~ì]·;ò6c¶w°àÙnwöÞïƒýïÒ@Ñ›ôÿ“ö&ÊŠbÁÚöì‹P™ÅyDTgAPDÀA–Þÿ¿¬Ó'úÿ:º+*âDE×µNg=ãy/ž\B,[Aƒ*ý ¤KÆUê;‹Üõv¸üžoO½þV÷ØéI}< Š¢.ÜÅZ7Ìéº=±Ç -_O¿d~[ÿ+”.0Ø/› -4fþž,È%Ä€ M¡¹ -&ÈóËóÜûü–„‹ûÛüÑ¿|+aÁ@§ZN÷ÌKA»JvC+e°ÁFšñÒ¦ÊÖºí.Wߊ-d²|¸ÂÇxÿOñ—P81ê‘ý›(sõÍ·ô‚WàjDÄãVˆ3¼ôƒÞ¯hâ^#'•x‡«ž¦á(kÕïXnŸ‰ö¹-]îf7«4C)/2,®ß ¼µîhíá:=¸¨Òi{Ÿ/svu°¸.{Ä´÷oøAÿí*ÈnBç+4‚fí€V–]ØæÚ·^è4xÕ&þ4v‹Öƒ:± _b}û²Mß#—Ü SÇàVÂÛð‘Ý Á<«U’øAvpEet—Æ%GH¥ì©Õ^ŠÕ½8Ú¥él=9ˆCâÜþSü%s‹!¦Ô7>vþf°¾ ä_Û Vë;,´èq#˜nóÛúq9žý8ÍÔBb5wAfÞTL¿¥[¸ºÁ#LÆ®ýԲЮ¾ç«y‚Í£\ž5'~ú~/F“žoÂylš2­iš!› -µº¨¼@VÛdA.ûÍ·l½´äö:‘¾YdB<k÷Åh5»²uóðƒº5òá2ІºyïÆ!¢Õ°,ºÞ?Œ”ÛåÀLãif½&˜Bc[4›còž ÅÒѨÐËúâýǽ!î_Bo'ä:(TËjIùèÝ£Ô\K?²êªâËÕx6[ËS@Kg«55ãÔiEúrC¾Uö¤VŽ=xÏŸÍ{ -Ö£Çá(·â¼N‹^»:¸¯ƒ~CØþCÎ5e£XýSü%Sc^€Îƒ<ÈíʯÿMèè¯:¹½ðeî²½¡ï`³éØÏ5ÞêÇËe#ów¡ŒÎyTÝaÐWrÒo¢Bµß,`þÍÉ‚ÐB8ö«ÞøS€ì‹ò@öÈ%ð9T,€<ñÍ·ì­·à$÷ᬶ/?,¹ ºôޝ­¶º3áóe’+ºšb.J/™Ü¥kD3°ÓoŠÍŸr/rSïüçE!B -uk¼áw‡|&äç|‰>½1;¿Çú÷9 Ñâ7w`ýA~~&þú¤?÷p -Ñ&¸v³GÜ=¿°îñµ>-D–Õ·•Sh©\ì¬.=Ü›'”æNŶ;¬ªŽ%t‰ ï‚Ö?Aïˆ.Ñ^?)Ô{,sN§ºáN Eäì#;øSºÁœ¡Vù r#· -hzøªkß|ˇ㴶×wš°ÿO€u¹ƒüÌG®Œõ4=’Ë_OÒÕzC…KÙ(ËŒ£uíª¿#2Z&ä3³«$:Y"9jð¦i8ër[Rjµ£’T³Íª^›ÝÝ=ÍTÃië•–™Ñ­o&·?-LË DöOñ«ÊY&¸ª%^õa°?U:dzi¹RÕ(ïÀJëÞ^êºp0õ¥^Úfä~w?f¦70ØÓ•wGÏ{÷±Æ‚v²S#Ö†Ÿ–9êá-ìÜÏ1ôq‚waHMWªˆªÚœÔ2'>øSÜŲ³ñ„$QNe‘Ü›û=yÚ=ºVË,T؆k˜%Tû¢Û+Ær‘™ 2FuÎÓg~Ù•ëºÔnguK ¤oMÓÑ·’iÇú1õ³úÔoâMT÷7Þ§îkQ_²­Äž©—?wîo|££ÿÏ…àœñåiꊕª«ÛÝM­ì´Ì<¢e¿çeé@‹ÄÈ¢å¶Ð7»ÇRo–¿T:ѯ±?m0öä }俤t`³ÚŠ«ûê¢_/q\“;â¬VO¯¤jtØ©U•wvU{Z•ä?C5‚?Åézüf[lÌ(F¾pU´êí F&\Uâ.ÒŒÔ -õèc&pþ‚~´“mûÙ2VÜtçÕ¤1«~RõrbfjõÔ­ª½YIŽCº¢&…òÇ–ËÆdRûAË\nÉ”3W½S2ç¶PJ—áŸÂzŸdxÍýJkÁÅ—|­jÒ¨ìvÓ.¨ÃDî)Â뙟+Ãu»Ú(Œ=~ªMú®ìêËfíP«}h"Ë8VÚ„ì”ñÌ+sôòV2gC¿„ݹ hK³8¬ -qÁU88·4G©Œ2ÿÀúoW¢²ì €HuoÔ€‡ ªcÙãà‡[p¡à{;VsòG€û'À -°Ïôû~%NÞ€SEà]‚øìÞ/Áëå&ã(òãËýY¯ÕÏÁǛڗoX€¿e~£pÿG¡ z¯ÿW¡ ~—ÿ«Ð?ùƒþ»Pe§ý%”â¡Ðµ€¢C7±=Ì!½-@Ôò/€_ø"T« Žß€½«.À þ€Ì/Kˆ{çÛúíúB_|„Y‹ ¡ÄÅ+.NáSÞ1·‡®o½;þ°¦ìÿ€<4@Ž *ãÇ·õ)Ä}̲E,!ú'@Â3 v7håÌsð ºx¿sxËúœÍæ>šw!9UŠ‹dµd”z8/§ŸqѸ¼žõ]%|¤*ýëêÛŽb_/§ÌþZ¬DÆgGdó좽±Œp@ - ÈkÈØóy#@ ÜÖwd"×2nõƒdø^¥j^}«)Ò^9k=¯óPçåŠjü¬¹×#5ìþpÅ»ðΆy®/8ÃSEýßðƒþãÂW(´(ƒB—Ú @@hPœµÔ”º@Œ0@å·m@.ö«dœë_Þ»úxå3åLÈúúÐEúhAÍ¿ç!=X~¶Æû±O­‚›ÀwFYì6=ó×¹¼k\îñ¿T¨øƒž×ÎæÜpó»#¬ÀMyÓšïíðdÌõ¾uæÆ®Pÿ€ª¾Étá°G€2ªEhÅÜà!i~K›b”€š‹ë¡÷Ôsñêq0[öýôâï· h¿.+·œò^’Œº»Â$聯zÃáSÞAŸìât<8{Û9¥oæŠ6Œ½VÍ)FÒö(oáj|;¨oÆ€¿„^8°gùPŸ>špC¨ð[Ñ–>Æ¯Š¤Òã»!w„f$ï%Ë/MèY\Ö -y)üœœlÒÿØã¹„ÅÕ¦`ù™;c-®•UÞè²)“äÉødñí#§²îĹ&:ÄX+ŒÓÃßãýuT·d”?CµȲ›24årr™î>¹ÖžqÜÈêÙgg9ë>Hþµš5¯µ»z]Ò -N§Ãây,¶¸Ø” §÷¡éiø^o%ã£plÃéØàª)};øŒ4­ )³Mù°˜¨5ÐW¢åPcb ¨Lé (zž€ìÂ*Z±Çß-ò?hRʼ¢hó4ȧ&ìý<ç7IA÷çöÖuA<¿oKöa6h*ܧ¥h'ŒoŸíp‘[ªT«é“Ý‚Ós“ôrホ¢¨ƒhºNÉHþÄ./®“~¯Pjl@¡Ý-ÙôÜèg29çl¾ª³ |îx ö“–ïgÂÙå¥[MÛ®}yw.pTFÌmßIÂ`{rÎv¢Í2I¥ÔpX§ÕuÅ`”x &iÊ+3À+a•ã%;¢:ÒPEØ?Àw¶\å· ]yo@cxäjôäÉ´+ÅÛý™)èh0É õÛC½O뇣9#h+QÖ=´[ënàí}í6[øjc°ô×Û9õ\§‚"÷ºÛ⺲̸½êÏg‹ÅµÝèAô;‹â¾Ç@Œš€¿dÖ:ðÁóH§Í3u7¡ÌAÉŠ^ øî—„Ùzæ>; -Õ«zÚ<Y­í›W4ÌWámV×ôôËm~Q£Nó²N[ˆ·"øÞuyNµâe¾·ÂóÛ³²(é£þ¬QRÚbì( „Sãݱú ?èßçÿ@íJPh·wY2Ÿ†S€B±˜,Èü!b·Áõ1\î>¾4–.ôœwÜ ¶<Ê(²=t©£¹Ë -K8ók•GÇSÚ<é­È‘uZ”Íž)5ö*¾ÔU"¶€ONwãfsÒó£æm_ª“ž”)C¥? œï¾o_¡g8Ø[PèyYyB_«Iz÷ä²P×”Ò^7…œÎh¡Ã晌h&¥v~eè‹NÝT7qþ$÷É‹½,6§–˜Œ ‡ ?m›ãÁbr9ÿóÁzBq(j\}˜ÿKÃó`X€˜äÿ_¡Ðžã´§6G@.k7A¾›ÅQÕCáàœîóЉÐ+;áhwLì1LÜÑ»L¥]Žln6J†H[Ò4–Íy£Ò:L,̇£~ìm•âÕé?ÞÜ«/;a¶_瘦mRå~mƒäû«kîÿ‡ôþ ‚ºš_AöµÿVØ ÐczéÂMyd±ƒéצçàlÎsÄÉÏ=››RãtoÌôÊ%Y©©òU[¹â껇ÝÊa¶búúÖGùéRí¯UO6ÛØZãIÌ¿ëH–sŽïõ:¯¿+e^w¨ÂPïÞvÒoåI@÷rAIn¯ÒìÉmw‹ûm©é×-zô\¯zÏ£@)ø›Àm½çpÓÚšsùd¤¥DÕÖ³6Öcw¼“ûËIüî~UùL·âôLÚ~õÌú0÷ƒö”äzXÉïôЕ\ïõvrí²¥ùuƒ]³BÀ6ÙW-x§óx|‹¼ÁâÜwyótO–ß}«S—AÞÈMpFSgAÁøÉXZŒóÓyëšÌ'ßÜùA¸­‰ü¾^Ÿõð]NåNcÝáFÐÏçFÜ#Ïeó+¾ë±‹aוéN×å2­àý·« ÛZïAv€ ×YR ZQ[·ï·c/‡É9·ÛÙF%ܳ¡¯Oû²Š\Çìjùy’ÜúÓ!-†«O®a„LþÓçÆsaÒWK¥[à2§narH:~/t|1ßï”—½egþx ;sÙþ ;·L@£Ã䀟ýVoŸÍÇh¯Òg+=G_0G}¨š2òÛÇâ‚l2Í-hº¶ÐZ÷–HôíQµSé½â妕 ×¹oüq§JÖÔvø¹yí'5ÿ´×Ïl©Ý8ß¿o£¿ÝdãJ¼j×)oñYë -…z~ òŒô—þévÆÈžï\ÝøsÔíúä0ü æ6ä‰Û=àØ—gÖ1³dÚFV´Õyi\þðµ~7Aª\ÌÔ:25fÛÍ—8`“ãkÍêˑͶ;©˜m¶Y6U«·[û©´Œm´v§‡þoøAÿqùîTP‹ï…eÉ<£´f:3æu9²«#rõï³í³Ú26h¿v’ç^Î_¶à"P<=2Ÿ±¤¤‘A§OR|–¢è®´Û›Sþ»gýö\âØts*¶X¬·ÅÙ¹Õ»' Õ{«ùêÖzÌq]Ú3ÇÜ{÷ô”9…¨4ÝŸ9S±Ó„+¥#ãóî!»™·¶ÏSUÜ`9~-/ta»øÐ=Kt^ãóxµÞ™\/àéæâÙ]Y>hk—Q†ÍtT‹?*Œ]X³ŒÍàfàJ„<=l†tO†|dˆ´éÊ»VsR þqÈ"æù#ºKgº6ÖÇæÇÞíÂ̤ܲÚÉv´ÌÁkºs‘€òH -N“I¾VOùå*ÆŠ>0™òÇ5;ecâ e.÷™”3·ï8Xð›öPà]àáèüliŠfFò–Ûû¾±Pùâ`²ª6òœñðãG‚1dã¾!öbß}¬ÔûÙ{&cOJÇo=Xéè@y¬[U¹È«è}÷Vþ8vPæhãY2gú«„ÝÕwqXÝdŠäs\ÅË&͸”¿lSuŠù=~Ð_s'­ÅÝÌËŠ›´Ð­Ê“67GéÜ`RöîÓÁú<í|'RN<Ë¡¨ÐtgÝ~}Ùp‡ÕÈN ¸â¬lŒSÐN¢'•0ÿ¤‡•ý¦à®7ú7û’vù‹¶>ä Ÿ¹•[rÓS®‚H-÷¥ÄæþDÙ—ÎÉÀZŒ Ð7÷Ø>ë1­ýÝ/ ÈS€‘—=@=2è^¦zÀZ=¯Æo Qÿ°Œç ¡€å¦Àêa ` †XÏŒ§ˆñ`âùür+¢æ‰ý¬Íãýuø=~/ôdÂïòúøFáØ:Ñu€õÛ6T» v£p€£j ž]fPmo@Õž u O’…XÁoAá¯ÑS`µþZ½ø'‘a`SŽƒ°Åo»(5ø/å”úêÏPÌ}>ºËã#i‡ÆƒÊ”Mø)sá0ËÞRߺWš«o kZ³WÐXÃG`f`Um°nv°ñú¾&· )åu`ûÁ { -¼}ö¯I¥­G—g-bN6Üî&[Ý~{ò¯Ã‹j¸[€m†6ÀsŸà¡M¢Úä ´5ÀÏà|” «Ûvû“Žk€­ò°v›ô÷íîõ“Ø“*• s£JBƧÎËÝ€ák2”øâÇÈ¿Ú×0ºä¼À˜öwÌ v· ³ÚÜh0V@èék±Ç -½ÊPÏþ›Ä;Âò€¸ï@é Vù+ hþ;uÐxQ™$¶tØ$äóyz¹j)|åðA*¾œ4 -âUg«j'.Öæ“Èîê3$(èñ…ê\®Q:ùd4Þ_g#Z?Ëš¹þÂ&¡=?ÉÀ%Ã7¾z—9Gý- ûÛo% -â}&Ñ=³ u_‰¯œÈkñLœ"?\Q¥ç¦ž!ú¡ž²]®<ëÃÆgªÏüæšS7@Äå–Ã>‡Ërmî<õÁmœ=¯þÆú ~‚Êp4Eßphð¤êT•U¿€ÊSO@ÞôK4Ïl\:°Ó¨J&›gݲ¡ú¾Ü ô¡Ç9â‘j1¥ÀxÏZ·s‡ÂÑë»`-œëÅ·Oçú¢rpÛ¦§¬êH¶)›˜½Á[ü=‘”¡ÌÊ·:ì—´Èbö55@§  ÂÊá›a¿®‹~.®0Aû©$åIØŠ õ‘ÎäÌÑÃó_‡±?¼½37¯Bз‰×¨]¯yï:GÁòZôeÛÛ± -†l«ºMÝβu5Vs³Zªÿ€ÄšPè°¼D»{¤)f ÂQd+¸²KÕJÄ”ûŠWä”þî-¸ Zaª]›ØŠ[ûãÔܸ^àt‘Š«Ûy]Õ^çF:Á¼Í¬PðZÌ¢ånO·‘Ûw O%ó˜'»Ê7T¼Ø¿²ÆÄèèœðü ÿv -­I€X6pP-¾á»#²ä¾ ²öpþM\>¾Ê=;Ššò” -ÓÏ läçfEùò(½5O«f ·³0§'›¿öã‹}p"aí’5ìîQÌÓsë¶Xì÷¯ÎP2:>5Ý¡F8Ôþ†û²ÀB{êÝ|üúÈ”œÆ@v3‚Eraèc\G/ÏðˆÀ惦/.2ƒË“ -^[=(¶Ðu›ÆãƒuSö®UJê¤>‡ç¹Ae[?4j°×C›ùª;V¤ª°Y¨éÎM^†Ã‡‡Bù×P²I…´-^þ½`EŒv V«Ý'þ³þƒ^»¤ï½_ÖÌéK+ùxÍqª)7Gú>©?ƧxFWFŸ;a3;þºËom6Íni®‰§çtSV޵¦¯zJsÏ·þ ?è?.@yƒÕ_Bͼ²å>è¦ð+Ñv‡òðì”/~pzO¿T ªƼô\þ#Ml‘ï.Íð“÷mPwB·»Ý’§ \[êô»heðÒŠ˜‰oüVÙTª«¢¶éáZç’žü±¢ŽœqìÆà/™>\$P™^[|ó+ßR‘¡Ð./Å,m„=þÜÏ«iêúœ‹Þ~+·OÒYaa¶Ÿãå®?wVzÎŽÔÍòÈmUÙhÛŠzÜfî~Öú‡¢×mCmËHi¯pºÒùA¥á,×\º'¤W@Š"lødñ}™f -…OY@?ÝNr/¤¨¥`úcP7 ÉE;*9·ÿ¬]|ç“á’‰Áû§™~Þí–›êT•×À´Öò¾:Ý­¬¦ä¬pýôNlF¢ÎRy9Ůܢ8m5æ÷|§:_ÞF¥ÿÄú÷9 •ÕŽ¢ºÚ‡Ð[Ž%†v^÷ ?îxlŒ¯¦}“gÂóÜ}ð¤Ccõºõ¬¥¹CÊzŒvTÅšies±P´…°”ÑQ_’²äqýÍéµ4cQ"nç¹4ɾæÕºFÍÖÚ7]­*2‘R™Ë†8æ~(s!Ãa¯Y€r®OØ5qäÆd÷}Ugì4<Ü>ëû¬¥î¯*¨ß=)ã¶_A*¦ÆßÚF§÷õy~:VÕSW\gäÊL¢±ôl¾"È…ø*òô]¹¦CÁŸ¦y5=éÝéʸ?5òckÿ€sòØZÈ?  -ÚçÞt䌯Ê(Wì¡ØWŸÃB¹ž,êxvpã*ä0?á°/ÐÿÄÏÿyÞÁ†d•ø›o™ûâä"vD÷ƒ‰lNnkÇX{GÔsN¥ô.1AkMÃF·ª/@»£²õ,/÷oI9]G3ÆZ&xŠ |¡Ô‡þ¾œÎÎûµóf/DjÎTá„ò‰t¥…¦t'E -‘/2¿ Ÿ(óü‚ö< -/«ªùd ÚÏÌÚ‡£ò^Œ—üå“ÎÜìG²Ž -&F4Ó¶W–.lÔCª±6™gG “›+M©7ííxaxÕR=!e~[ÈÎxèL|êTôùÔ=Äz½ ^è’íbˆý ¿¿ ÒÎö¼輞|+°^5ºÖ| µeí¦”Šõ3¦ƒþ©lUwæ‡jÞ1N¤´'ý ”ý`GåÊËj èOOZb7l´Ç´@wûÊøÞæÓ‡R¯‡ÚYõÁ·3Ÿ;:ŒŒ/ ®™¹>ÃP€ï³2{†B© è}ò†mŽå#»îW!/†´Fœ+:oé­îíMänË{ï¥~p“nJ/%›-Í:µbu쵂ê >Õk<‚oëÜïw»®m‰ßì½½ëN¶¿›ÏnNwºt\hviæQúª( ÛòØæµOrë“Ù{QH=Î<Ùº¹“ÇégËFí]5Ql5ÛÍ»¦µ)XÅî[*%lö©¨‰cßsЯWrü¡<ÌsÙ‘UîÜ -Û™ƒŠØYàþ®S -~;00´¸ïN[ºÞ¸ö½%6~áýûüߨÑ[ófå r'ø~%o{´bºô,ðìõªô4Û[Ý×cQ{Ý';e€tΫҰüœoÅø=¾Ý •òkŽ H¶†r¹œ@t*4RhË*Ƕë‚?…+ìÁŽYÂg7äc™pÝe™i,²Ê±ßûÀÏ«¿jw¨×GÿÜÚŸ .éÏUrgכݓÉKéĘUƬÎÔQÅü”ºZV_Ö‚½Fש›Ú?F5FŒ¾^L¸|’m¥/gXm¬çZïèô>ˆ2iínÙo ¶«í¯­®?E[™-ÓfÌl"·ÒÍÉô²sI‹âîiaEcîRž.Ûµ©›=Ä?E½œÕ™O¦ýƒªø“›¬¤VGZtR]mê õÃhMVO}D¤½^nÓ¾wdè‘°Û|ëÓÚ—»D 1vUÆšfyÆZ[+¦Ï×L_|<¢8¡š§w“oŽjÚêoü ÿ¸ð7½Îí¯JZº¶'ÌméìL®UßìnEÊÐÞý¨ 8Ò¤µª!¿HÛÊhz^™Ë‘Òó”>zÚm¸›lêf9|+P›S }Iw†øH¯¦ã>ñæxÝ*7éÆ¾Û¤ùú¼qÁL£q)vï ñî# ñýêA¼ùßãvM†ï'p¼ÜÝÔÌ4ðX2rþVÖt%g+c ä¥h2/ÏÍæ®1n{Ô C^°…`ÀùĘ̈Ó|·§lƶæÌ0ß—›ô£ª5 -Ðç«û›Ñ¥¾líŸõò'©=Œo Ux¸¶jr¯2‚°ÕZ\!Æ·ßãÜ¥ðáiÜ'‹[3c¢÷æÚæÌÖ^¼µ%•ŽÁÓÓŸ‰?Î}Ç‹ÞhàÂï’ܲ¼¤ÛzÇÊ·ÌaµÔtçNµQˆz°íZ=]ëUUžßÚŸWô¡¢VÚT`–?çÒµlˆÓ¸ÌnX™+ök£úßøæŽþ?~Á¡ßÖN6ÒdOú-Q‹m¼7\aùjwåÙàÓ´&åóä4ølÖ.ïw^W®¹ösÀoŒ=™Þéý¨—-ªF{>ùõþ~=Uþ¸9¤œ¹"DÉœs%,¨”‹öJhÉhÆ\Õ&ÌG*Ðï®Áïc£8ím¬:Ñׄ6‚k~ÊY*w¯%:Lj8®ÝÖ“Af{{—‰/v"Ÿ³™ccÑtg»eÝW -«jd˜ëŠÞnÊÓJB1µ+ÚK`ÜõõX _ž“/|öçœo\ï¹ -r~PZîÃed$¬:©fÿ¾™m+-èXžÉ-Ÿ÷}S楑BkÍ>v(´8NÕÚ‰^*·0‡/ãÉK·R“Ùbµ¢ V­œ9w%Ì/µŠd˜nè8àò³ÖYÈù»ã WÉÆ´,ìĬ:ZÌ©ä,.)]Tòã+ÉU4ãßðƒþãÀ®©1@Oë9@­ @Îk t*„èà‰6M€˜ñ sfqñ¢ ˆK v“ˆ K€â£-Äþ»ß+ZÂ}ˆ h+¦ -;-@v Ã ¼ß²+%ÇJWN)V~e­Çâ÷øÊô¾ýK&šÞÛß»t©'ĈhíÄ$NA¡g@<€ 7øàE¾ PÌ™´˜_CŒveàsmQ@ûR -z èbØ„p€ê…yrl³pÍŸ^S}óØ:Îúò÷XŒÃï¬4e -…'€BÐ÷•¨‹°0 €æ–€"¨ßï’ÿ@5Exo>˜tÖÐ ÖG€ªá › -ükôˆz“»ÉqáO2•Y½Æ=R‹ÏÖGÊôdý¬1éßðÿï9Àj 0ü¥¤§ðVå¬o¼¦ó 9€~–@ ü=2èÔ€ß@$€* -l 3 Miv €^ö.€¦Œ¹Ï÷»Ä•x-!É6ÿËê<7ºÝÞæî¹2…mØ‚õƒ][Ëßà¹"”Y¼B™£ý7 ->ô ?àËÏŠGaka‹‹ ° -U„Ý@=»Ðs¶ùs7h”Þ$G³sLÂü’ÅÓóåÜß©×x×ʾè—¸ù¥âòù¨U´0bŠû»·¾{=g#åŽÉÙåïpŽ™Œ á8¸‡ß¨­~þ&.§&U€Ÿk#€‹¼°d|ØRG àG%(4=>'aç/º=Vã åcÑ{_゘F~sœ‰ÉŽÊÛtó)g{Ã0·ëG²´Œ £5v¾=IƒÊ;ùZLó‹ÿÄúëð 7Ø<%Acwð¯ÉmÄ–¯C§€è”ü ’¡î¢¯IC¯Æ3RíE>g΢²õØÖ>É»ÆnEv•^ìPÐÜl#ÑÒóîªUâýŽ2«¼&:YA}`Ç®Q+fäùÚš”K¿ Ê&´§aªß7N€zào½â7Ñ–T­Û?É?è=çìk}wˆ½Ìq„œèl3gI×\e–hsgîHvKêËžvÉ3#­°J›ÅCÞªîâ¨r¾üT¢…Œ+j»Æ®Ù뇕»Á¥¾2i£´Âfrþ~пÏÿ@°.œŸ>¾úMÿH¨ )sŤˆéÝç–Ì ƒÓö´¼TgÞªã‡c:éãˇW*=ãU×=ч}lsG©¶Z§7¼ÂàëéZYkùs޲¡¶or蟕éÀö¡êKw‹CÇ Œs‹ËôNýÿ#“('_™ÊT]Ÿobhéµ´U6ÜË?W-ñªôJº×;Õ®§\L½­úàCì»Ïk~ëXNE+-š;³NˆöÊ|Ýú’ý8Ï$ª‘Þ,=´ZæÖó¥ÔüŽvJó -ÛÈÏ*5“å*þ{bpB—ôPÝþ÷­îu -ÐçY1^W–Ìã˜Kuý…²^´¿‹K<3î1ÀÃøä jà‹Ö »EAUÖ³Ê:=›Ö¤ÓQi.sV¦=¿wýyÅ$—³5ÞÝÍê÷óUÜÔjé)˜‰¹é_PS(ø´--2ãýÇ…_Äâ1„]ƒBWÒ÷uéSú[ˆ³mÖ\-pÔ;s“ RïœÙ9Òé‚ú¶¥tNá~5R[o¸¡6aFÌ+ìkR^ FU¸æ_ܸru¶>õ)‘ö´“Ï '{m¶ž ×÷§µçètT‰ÑI3Ñ1~‹2£{þü€ÐøhÄx(3°þ'ß2þîó•Ÿ;´Rº_ð}åªÚ=Ƶ/«™½,ë“¥›A8èôz˜ºÆ9Ùü0…åEÉçµ9Vžvɸ<&VÚð\Ìw†yi4Ü:ñvP2Ûð.ý`Ž`ý …¤¥~á=(µjà÷€B#öÅ·dO|ýÖ_Í$ŧ™ùRœõ—uIíÑ -\·wÇVŒ´ázlo[Þö’iF›ç±•QÒ£¹Ê"½¨h¯œØîø…1¹Yçå¶Rž/±!4·ŸTz -¯…w‡g›4¯¬œGÍ„)—×?ðƒþã ŽhÑà -ÕŠ>È¥ë™ø‰ É9^g®ñô¼þü·ïçŒ`¶ßøÚ zèQ¯àd |Æ ‘"†.E@Ì6ô zúûÅÕ(+0½E®glµÇMÎý·­{Ÿr8 3>œéß‘^ƾ§z™¥›ü€HÈ ²Ï ìš”9¦¿µn*Hê&O«îyÿ ÎŽH³„õZ˜íý1}_lçý›±aBÿ²ÔëSš±Î{®¦­Ìô`iØ( -˜ðZD¯·XP\_ÖªÑË -1=­»N³}ê: •úNØI º'©Žv‡áçó{ÀÎY˜jWÕ¿¥¡ý8<ºÏksUÛœ‘k¸ÙÓÀ²kËKÊÌpÃúîìoÆšÒÝiÐßïU{•ÏŽ.‹z<EN’qŽ®‚~¤ÑŸžYͦºnÙ!ºô:]í\zs¡sáñUgVÐíÎŒY¦:…Ó§Ø%?Û³:öoøAÿ>d³9ÙÖÆ¹”}»-R:sØEv¼½»±WÇËÖ4޵§á¾ñ‚.¯{¼Êáã•LO8cñL§YzW¾ŽÏy<¬õçƒG"7ìN ìcb˜FÛ÷u¯Ô–z!×–Ä¥Ô®2¤Å†à Øðí4Ú•Ý¢Ô®ÔØÜïÈóÊŒãÃÃjœ•óΦ.Õ–p»"9Ù4æœnxæÒÛVù-¾I½ßŒì)ôdö+ê̳ûÉ„ÿ؃hury3¿óºâɸ´WvýÁF)Ã*a\`›‡I—m^èe+QÇ–ÞŸZ:Ûg~ЖæöZ­—œ¯ý€’nóø1žn.¯B}èÚ=jbß]dn~Šñ÷¥äûF>Û—Í.”ˆõX=W¥›ðóô9žÿ pxÊpÚº€%£{}¬Ìv£ú8µ@r¹·:£\ªÕ‘ìb+Ý­u™}“˜C]²>?Ê0(¼ÎôôYŸé¥ŠÝÿÄúë²›ùú&¥™¾Çsáàbxsší‡üFÒÃWCÞpm!^OÜ<%ÕÅneŽ”†ìäNûCU§‚ÀΖ\1=—Û*wÖ[Æx`2¦º¸0‚ð‚Þ+ƒ—Ù¦œMû34‡¢7©µá7)¸¼jx ?h¸'vô{„™=9o?¡ð?¼>ïíBkº­\ß³T=¨Ž'Ãâ{ùê(Äå.…É­׆›àÍ -D/á¸RáÛ­ecØêYÏ9CŒ¥™U³qne/ ‘’Fþ‘¦ ¤Fý¶ÇG†V_ˆÍk½ÌÐä÷ý}æÜþ=®õ[Üs\b-×Ìhxàùêx»´Ž#u'ûò¼KKí.ųë§&‹(G Ùc#'R·Ø}pCø¬l³g«ÞÂÖy¦9~߸FárÖËÀ™×äÎS­Õ3y³™ó[UîI•!Zĵ G7ª$n²­$žxù=àêâ8—zveÖë›i%?Ü‘ãp“ò?¼œ0¸ì%×¢Ë5±\˜]Ý÷Æç'Ô-ìÊõLÄ~`쉓j\V,R/'¢í]º’ÍR¥MÚõoÖjûƒÍ“ÃræÆ/KBYÓKØãííu'„¸¡E[i{)@×w{&ú» wl¶…OOÎËxkþ)”ªÓóðÔÿAGjy³ì›@îÍò¥©œÆfŽ’ÎWb_÷ñP«§èã7uõT6ÆÆ¥dÎd¿hK“°=ãWaÒ\§ tâ‘ùY;.æ‹é -“[ò\/WÁ ‘~ØÑúýuøO˜À{óÆXÞ #~8Ù{àÌ‚-å)í”é¡&ŒÂMnYÊ1íDŸ²-Ì9´‰æj2»ä*‰U¾Ë^‡%Ì—FE2ìO “Fo‘Ÿ±U)·ä²kZî§7ÙÈ!Œ,Cç”>«zT»ØHC’’«Ò¿Ç~Pvà]´(Âฌ7Z-MéF Jeøñ¤Bwåê>ÇÜ‘`Èó©/¹L•ÉH‡ÂV[ð¤> ò³V“Î-»dŽ–ù¨ìG™J<»J~njý%3CõY·7K'ßË6éªSôgˆß l Cdر27ø´G°† 2‰ôûL€ŒôÍç™Ñz2cj2+݃Ž@ÆUáŸÈ„Í:@Rê5H¶!¤ºß¤†{é.cˆȤ]€k‘/lbÕÍV‚[2óô_~þ å¡Ðž3M›¤™Õ"N€ðV†È‚ è0 s?MA&`vîd>MÒ$R¡+iÿª©‚´>@FÄ ¢¯DòL€¬Š7€ìŒ7@Ü" 1«%ýºÎ&xlr¯QkÖ‰=‡c€JUh‚éù[6ór P¥…>÷.@¢Ô f+AjCÉ`’°‡xøa…@>üé²M©k=ˆç §*4åIÚäï´y_‘Är+Åo<9Ç5_£ù„‹½÷¬çáƒ'ºÑu.š_rÿ@·-(t  Qßߨí| ;CètÜ~´»-BÁW¨ÁÊ}³m‘|ˆ†=!fð¯Ç¤Ÿg’a—Æ øxOhÑ2ë.‰õ^ ÑÝâ¯ìì^ާÂF·ÅG%³8z®ŠÈàYõcþ‹Þ/ü Ÿÿ €ÞûPÅþ5È! ï" Ð7sXÉËô“*Ô¨ôZçÖELh¢ý(ª“-µÄJ\Ò×µqB éÍ¢ÚkôlY¯¬2¿ÄgþþŠE¼JD‹l¿ò\5áÄùÔ÷ðI&m½t*»cÿOLy€xohŒjùÍ‚&À,Ó8|<ì6«l Žú04€ÊÑ%9ækŸ—‡û+k¨µøÌù\œ¿eÆÑmQ“¢+êQé³³ž\ž«i5yÖò6˷ƃ­¿ Å‚îߟ’xçÝüÄ'gGþæµÞ`ø5…BNÛ%TÈŸ÷ì_Ö ÀyZ˜Mî^.âçX,Ž -‹|§°ò¬Ñx'TÔú(l2“åãtí¡VðÉ~.Áî̤4ýJ -7—Å}×_)ÎuÒæ¼ÈÕ;ãýÇ€1[ Ùüðâàøäb¢}€îÓ¶FC(]@t‹×´RØFw¾p¶¨úœ—ÊS “[ ®×pùä;ïñƒ^ç£às© -á©ZªäêFªé¦ïpóöôdÃÕ ïê;ûD'®MÍËÏ£×r)ëÊÑ-«+ÃCèðü~£Ò£Ó¾4¿hüßlÛÿ=˜zíC³ÞE€?\:Mï  èsê›\z]-‰{Æþsüè•›²ïegÖuYßß½—¿z¹éÒ 9õñÔIJ¿Ôòaa·¹íµÛ¦Œ‘ˆºZꊲV*kMã òûQËÊ;™&þ ?è¯À"…N†s@Vß×¥·þ7ƒM -eP ?j©P¨ÃÞ*­æÈû¬ëªCâ%ûX’±ÛaÓ‘àO°%õbF­=±Y¬¤‚DÛ†Zc<8[*ŠƒˆJsÜV×ÚEµ×즜Ȼ·[’áÐ+®0F¦¤Áv‚Idµü'Ž €»òì›h*ƒoN$~p§ïî¥Näý+«T/ñŠ\a‘ZÙ³Ôëÿ£ë<·Uº¶}ë H*˜ AÅ€EET³ ¥çÿ•½ŸïÝcì±úÏUÕ¶‹º©8ç´(¶Ž>¾lT8›~í¯K­ÛgÉ`e|‘LJûH»’ÖÜÜÜ¡ˆÎ¼ýèOgk›³^RºMâžœæì¥ž¥Ö˜Z\ï±ÉM°‘¿¶9473¤3þî´@¶’þ¾0-Â_¯Ë† Ó"{½‡jñÔhŸ>e^Ô]•½š[á~ðÍ^ksû!Œ‚îGËÅÄ Ñ»|æÎ®NÌdúCM‡¥¤2Í´¨Ž›ê`rsüÅdÚeãп¢cmXH<ƒ*¯þV–HþŠï¯ ùt÷Ÿ3ÇÈöJP¨’ÆŸ Üǃ,ifŽÄtÉ{——=r"ugØ8ºÜmr«Ùe5Ÿªáâ=¿æ® ks„íÞ“{–#Æa’ÏŽQ¤åûô¹Â>Ó‘qknGâ GH­­“ô¶Úxت󯿤ªûO”‘j²Ûïy¡arV(쉘Üçve'ð^Îa¾ow˜Ý<=éo7–ª›ûúØYßÞ£ã²þPm{–³ì®Mî@I”•`½G⥛¶‚QqàÒ.?H¯~¿Ÿé,ûÔ»B¬ß}J[Gò1¯Ã9ú÷óீ|©÷¿ðÙÿ>.=ãÛ5|‡îöþ¸Î{ÄõèdM°WvTÙ­×øŽ-E½ùf4m™«-ù:Âö®?Ä\.uBõF6žJ¼->‡[\Œû}eó‘ ”šîMF~µ{O -Rwf,¦g¶´ïÖúIÜ­Õ’G·†&7hN½®êÌ÷¬²NA6³qAN2Âè!X¯ “ç¤Ù4r±ùÜ…ócnkoÑôƒâd,JkýÍ•]­[©œ¦—Zõ6aò…`Ô¼¥Âþ`ÝÀ.D6¸!íu«Rø!Ú¾¤÷µ HæúâH¦±Œ¤·a„Ò[Ԯ˿¤5®È­úçLp7¦×°[ÌnÏkå0?:Óƒ¾8^\n<ËØáÊmЧ°¿ª¯‘Åb»ÉÚß8ß^­µ©³²éfoùðº÷¦ÊåÞ6øçC–æ»åð©l«“™s­T˜@\ìV9$­ÔÂx¶RìôÖJư]þ$¿öiPY²à<‘lvsŽëòèè ­‰?\—ÔÝ‚ú[»_CÌ®V×ÚÍië–yœÌÒi5­Œ_Û±P¹Cf¸kÄ'yâzç_Ý\Zîàyoî;ñ»Ù/÷rM*¸Ö›Ôg4lmÊjO©¤qlcqãßÂÆázþ -Q.ìšô,bÕߘ—‡’ïœÐ#Þ÷“hèU_öÐil#ÛêǗȘtn¹±eAÛgƒé]Ðg®a¬FüÆî+ÉÚíÖch…K«C3‡g. ¥Ë'bfG‰×°öÝ¡z /QµÇ¦¨n{‰¨¶ L¼‰xMõâ¿…OdyiÈ9O>½Ihf“]·çMÏ£ž³yz–d›Ê° [µ>c©Ån]­Í®³n{3í¡B¤:³AþÝ_v£‘`Hnš3›ya²¡ss«];ä÷õ—´GU;4f{fÜ$+â‚V"±?ø!þÍÿ 8Á ½(ؾ§f}l w!íKX·ãòÙLçO8Â}u°2î±§§EÌK¹GNåR™ºÒríbSý^Θm"ü>-Ø,œ(M¬lC`/û=—«¿V¿–šªç÷~ îýê'Üû’)poî™åÞéõWjoEû.žP|mþý9ǶܨŸio Õoon]¥»祿ð‹½õ|7uu·qÅ=¥Áeûá{+>jµ; Û,o}!*2cÞxäuWâlâp­›ˆs­$©rø~g˜º;ç7õ.Sõ.¾/Ô]§ëÎ%ªý¯§<ž#Ánø¾É7w!ÈJZÚ¦âö¤(&Ò¢¿Ö:óŠÝ´UƒIÁÖW¼z n¼žéˆUj÷›nªkŸ’ )ñXÑés©ª7«÷¶˜Uïôk\f>f‘=tY‰–›ƒ.›;j9æ,…,sf_Ü¿ø!þóÁu -ù#Áó¢7-Mg3 -$kÐR¥õR ‹ýšfô¤ -m+å*ýšuÌZ î5Ò)´M…ùT³úd)aÓÒ‹\7GÒu -`Í‚- ˜Ì\Ní93ÑO[¦Ì•¯LQ:(7J MÏ>Æ’®]ÛÖóƒò_q#žßÛoÑåŽAËÎthô3iè˜áf3eJ9Q6†Ó>Ò§†5îÒé:x4iîÓË¢Y¬²ÌQL¥•izôakzR‘ª‰öŠC¡ÿ(æ>ïL1òÿÁño~ÇP¾¸•zzs£údcÙqõÙ}Ï—ÇÛV/;¸ÕTï½§éé‘­V%hµECte>u ìy¦(t¸þLª‰;V¬§•;¥ôª$WÁ–2dNἎö…‚_óS)ÿÌ…»’cÈ•}îµ,WH7¨ä:V –“¿ÂAvzÃT&õæòóhÕç“’Tž Ã6õC n©1ÞýN$Û¤Ÿ‹œ`µ®9Ž<óÌm¡jË^®XýYå»uµV"°gžW'®P|û\è¨ÍìkßkSÉ©)Sb±§­jo–qê*Óa}÷‡H{ëç)M!Ùgê`g£¿ÂÊ^êUbL9-ïL*“ÍGÍ®‰Œu­Á0n]ØU(&•á;þÃŽ«Íˆ¦ß˰òñ÷¢Ü)L‚âAˆ…"ðaemÕ(ûòÚ ËQ‡ %ŒÄ‚Ϥ^G"M;'Ú>…ß¼Q ý*Æ&ut©®Z¶ô~ˆ? Àbšhð:µú€‘ú áɨytÔ# žU€*ýÄc -ÐeǨs8ôR !o€F‡Àˆ\¢Ç¬pj}ã–ÅÂ`u{ °NÞØxù€¸½6¡ˆÄáÓD’ÚܱØkì‘¿à„e¾(3$;ÿ /÷vK€‰¨ÿ-…â#€>Ö€>³,@O³@_Ôb¼öº,/Dc, "ÉLªW6Z q`º4ØöaÌá—Ï^œ8ãKRo<Ë{ZºOE‡“Kü/´á­“˜°J -Ý™ãâàØ?ÌX€ÉÏ<À<°š;„3$ë¦éì6Ìß{ÑÔÀ¬00»XØQa!üÀž…!ÀÑ…p Ù%ÎY’tiùŽåÍ1ÑK6Ê+nöu)®È×ø6Iÿß,;€—­¤àý¯{]¨û:x»üƒ¯Î¯?€,~?jB`þÖŽž~«òãÀ«PdàUØÜxÕÞ@åÄEkjÒ9ÍŒo^yø1µ¡Ñm ¯I±K>ïÓQñYC¤üãa³ÙÇãØø;.)°>…¼vÁì~£¶@dW& hüŒÇ¿÷âLªïì;çK„±¸@†‰Kö>I'ô¨xß -ËqŸH±1-Íè¨dhAí¦Qþó^Gjr|• öëY«\ñÛŠóáj‡VB^EËÁ›ˆ`óòÀGsXŸëºøƒwÑè«€xç]ÊhO@Ç æ€DžêüÒZ%i¸©—D£Nøy]|®/¯É\,¿Êô¸þ 0§õ¬uòãYNM‹@0ìÜ<„kœˆ3CgîÛœP¼ŽJßz¥^õ–íòÕßÔ Àí-÷­±‚ÚD­Ü©ôå»Õ؃4‘K@*–sßÖ|Òc˜Atª=¯kìžA¹=žõ”Ozá£;4±[do™—Y½¸9m®‹2È(—bNZžÕ¥íÂL>:¾°FætìòA¸ßißê_ª~«v,ï}×Ê?Éoð°K¢-?† mÝ ‘×Ð}ÚçˆA)º -/þÉÒéN('Ó{‡>×C­½¿(^%8«vœBB„£òD«ãâQ5:j^ã`à‰ìÔœê[Åô1ëyݧv4æÉ•uawx ô.ߊ«î%ÿ,9÷²Ný€ b›Æ÷ÒiXв¸Ù§½·;W÷B²‘sÏ×§:i“[í=/oÓçìUîݱ¹ ;±6üÊ´ÄOþnJø„0 ‚*nÜk§fô-<¿>a—Ìüÿæÿ úYñŸ8x†Ë!ÇÁKj3-ß*{ù gñyZn PÕj72B¡Ýû.šŸm/ðÂõæÂ¦†êÁ ;;o¢Gв%s9«sbxã|éÊ+ÚëM¦?\Ì{Èl­^^êf¼` kd¼ô,†­¾}t÷Ñ÷n1Ú§jå¼<Ô'¼œïäÕÞ¥ô9Êùnû*çùÁ¹wÚþ_ûʼÞ:°k‹¤à¯¬ÐzÚqŽz wj }?릷îS^=¶(ýʘÙTž]Ï2l[T[Ñ:Xk6=’>™scô†›»YÙòˆ|º½’럺³Ì;ê<´fº³`|º­kr;òJð^:lÊ;u˜›³ï0†åþ MG ‹XvNVÆõ좩vãÔÈ/¤ÃŽ_t=uf¯µ=º[»ñ0®¨¬Øfz ‰ÈÉsªÃMÔi¯¡)I¿¹¶‡­µ¬Y£óäV›“;isoRcsÆ$tЬ´¶¹ Ó’"{#¡#ù$¡lg/¡DËý ?ÄŸ.êyŽ¢ºœV»çfTóZ]áà¾ùæþtÎ6Ýeª<ßbjödæúêgM3n^7Û1¯ez©ÎtÒ§†ãH«MG-ÖúC>¯w5*»”>t}ýC´Ú3Ìmîžõ[³§o?ÍžÓ,5Éq,5e{Ýì]—×f¯'š½Jk÷WÀuH…*ò‹=Òý ý‘êG{Rãýìéý-5Dç¶–fŽ,*·ui›~- ~’Y¤ä]m¦Ì_Í ìÖ=¥áf”ÁþV™õf42koð÷¼ÕY6WMªF;áv~m iäÇë¢x)ZâEH¼…?D#_9_ ;mþ -8†† f§á­X˜°'#*יƛó*²É9†J³–`Ò¦tŒÕª’ÜnŽEçyV)¨ZÇ`á óQÍaoóìɪ–Œ:Bꢴvå·Ú8•æºxÍÎmqòBobÙQ±ìfŠBÐ]µ„yE^ ,bY<Ä2U¿ýßµ²6¢šX—/ô¡Æñ­ï ɶîÖcµ;ç½)×evKá\—Ü©7?& šÖ*õôxÓ—‡{fV—ï)Uè$oM’RM·q¢C±²ßÍ-›?е}I'Á‘ÿrGy~ÙÛüRMVüRÞÝùe Møõ|ýpÞlw¿GàÒ'q‚2~VÙ±;ÚVêÛ–E²f¡6­}ãÉÃ{IOµJ²–›sÖt~t¯ãN¼G™¤”髾ØåízMê.E¶q¹NáqÉtøÕUxž–VÜ»øÜ;/ÇÜæQ\c­‰\ÃP–\cÆÞ¹Fcõþ!¸ºxÿÑ}Zé^h«@ºµãUD½îˆ½zÝêwBvý4ªU½¬Ê³{MªOÏNu´ÉûSПZÉ»k,‰ï !r£·S–•MûL$k¾W}3Á¢î ‡;ˆÏ£Þa—™z:Eó¬·Ï謷yÜYoÀ¼Y¯Ù@þŠÛIêÓÐG¸7³/ÜÖ¬ËíºÝͧêF  éeór¯ÌÇûBqò&wå1×äQ/¬ûó¶îwÍî9”È1n@»ø­˜æ$ëQ¨w/€eýJ©ÍHkʨ -´”  ¼ ˜ÓV ˜Ó9Ã1Ê -Ñ™bƸ2…àó¦¯M€üç×0Kû}}˸¯Ñ6wHs›kÃaW‚MÕ´á˜-¨+UÏÂñBf„âplÕÆr”õW]œMm¥<Çø ¦7ºðÖÞ@K¨ ؼTJ1Й,Ò÷ŠÆÓÓO"ÓU»9§«ÇxW{è“WíáÔ²µEçÞ¬±åæƒJX†òCüI~ÃÁmøô.DÖA3O¥„[%U†Ög©¨Fk•T23Ìè5×{÷}¥ÓC„Eë:°6b<ºXü¶%íëÙÓöøC0jµÔžë\T%´*0låƒ{tÅÜ‘R¥©ÎÕ -Vy›LÜÜËZÆËN6bËí3\åÛ‘âÿÞÕÐYÇØµ¡lõW·Ö½³›“Ò”¹ÎI¥»q°þ\{*Êí!•ë5ù6E$RùÔAÒØóì´¤5‘^W÷eU¬·+;cëXòfÆ­D>qñ°Äñb0ù?g¨Z|¡„~äB ›/ó7ç½ÏßÜY”Ÿö2Ù¿Âå -Îî¶*¼1W4Vï”÷•éCÚRJwf ýùð–t±%õ -÷çä—¾) -­räY­3·EÂ×–­ŽXùøx«Ü)º’\]õ‹¹¸;*?ü$_ÅY-§u%#ûò'n–˹ʃ˜ülšlѳ -hX$ÿà»wôÿçÿÅ?ÔùMuêKÌ}TgÓÇ5«¸{ jlâŽSŒ‚VI(ŸÅµµ|Ê/¿ÙóTIhú}U1Ýú”;…+‘¡ «j5€¾X~Ú¬P9­C²K9)QbÁƒR*é0––yKJÌÛ8;¯~ÛÖx5WÙaÚ¸yù+ÌÂ>ä–ŸQº6/ÉïÜ1–:!Þ¬0ù£±yûdNB­{õCq~g*ÑëZ5:éCÙõ½1ÃAŒº‘ï€Ì˜@6ÚâìÄÏÝ( Ä~ùC—Jn€VY ¢»hq ˜C²E«‡ö3?Þï_üÿù -•sÿEsS(´yhB|ÍW‰ —g]‡¸Âò _…x6¼—{z04š>ïšI]ZnßõŒòP£ÚëUª>[5FS€zÀèžñâT:Žbúg®àùêýðWÔ× -°îªPæÀª4ľQk4¤‡=Ì×Õ®ðKR!(«gZÏг6D4h§kgìÀÚY¥ÎÍ@]ó ÐË' Ðk½ÐxË,U–“ím£'©ê}÷àðCD‡uÉÇí¥Ž×WqhŸÿ -€Ë<¬ÊN ï¼¢Pi¬7LM€‰µ À,ùÀïxbßÿÞË‹Y ³¶Ë§NÍ` Ôˆµ>©Ä!r¹¤}íÕ’”ºcOD‡1y”–Qî:r^cÁ½<§-7|„îêñÐ&‹ðÁ”G÷ÿà‡ø7åP€iT¡²"+-€³oàíîàEï]ñïVð2Àú³&Àø`óé&é`ž{ã×5–Ëä3&ß-$:˜ãT48°'GùÜ‹~£Jã5võÑóž  ª<á…_¾ Y{›â¹ü -eáy·9"ü +Ša à…ðÅIDvôÝŸL4Àõ¸ÓÈœ›0IgfwcYÙ«ÑЈ֯ Jí^%…;?ïuíõ¬Ë÷ã!ßÓEÉ=˜'S #}ÜWíp€}q §¶ÇýqËP[ðC\÷Ç-¸fÙy|ízÏ¿`ü -Ýå P{Çw‡ö¾û—ß—0ç@Ì÷T¼¿˜(Ÿ”¥ç}QP ¡ ÿatè:!ŸŸè¾…Aƒ¼ïö%îÒ°œ»y©vëN&â-Ã?†×ýG4.#wx8OàÔwšçnàø\ÞÞGóâC¼_>Ãñ'Ø$)Á–îÑßýõ êD -HㆠÒ,yi¢þŽ͈|UêÙòƒ þnöä» ÚóÛ˜W¿8ß_³Sóv=v¯KÁþ`g5•"O\,A{l^p§ÚÃïõvaqXËý½o.ÜÐÇömïSB{½ÃñùÅã7l•~Ü2ÿ‹ä;*H?ŠÈP:´ù“þÈA^³Òö2ÎÞ¦À^È¡}QzÓñ)pEýDg†Ûc=7<ÖK#ðßÀ‰}spËáÔ~{f*û7½l -Ö.76¯î8CÄÎm^x££ÍlìTs™×6<½¿`×\b ….Ýo(çö=†Uw¿ûÃHí©ÑcÝ8"tR3×GWORÉÆ–}+ÕUˆ}ûØX{^¡ïx¤:;í;tÏ­}â/1áÜÔBÞ©„<½ -·»eˆ¼nsäø—ÔÓGõ·…°tlÚ…úËl]‹ßðç·¤v÷2ûÝÔ&Œœûž¸ÉkÏ—5§mE×sù‰él®pØ\òÜ>m¤ÝpeÝR®7wª¥Áf«ÍÔýz®Ï6Wß>,à >–Øÿ¾MÞ´žBÙlékqgÛñ&ݘ¸ÆžÎu&ë£ó JvÆÏu!Ý âj¤¸.”yèt@&è€<×¼x¼©]¼yþ!îÔt|½Tç8|v!µïÍ"Ú½¶âÆöñ¢e›{x Q§ ³uЬ›7¼Mzu¾ò;|”•ÇÖ£|+·Î_,v5©`òªôÙZËÙ¨v]Ö$7^ÖFŽ}}qÝ?uVÝ„¿È®R΂™ŠÑdÛÔE÷½¨ú$üÈ»ëÄ÷pŽß<ý´f¥vcåXÙ¾øo™r(mv$3øž1~L×£þqµš({{U.‚ãr6KúãYJôÅv’^Ä)·²Xíó’öÎ mójž43÷~iÐíóm)¿~ìš×Ê÷×Ìe@fÊTýûø¹û\íÖÖ½ÿ´Öçç1ÛZ÷îVcÔyL7E[lÙÇZõ)BäUùÙëO9;_Äj,ø5áj›Oá¤5,é1߿ר1—.qa¶«ÔøY7Ûñ¦¾B†S_DÓìÔÓ4wû €0ÞnÞ¡Ì$%*û^$ ºd­ßŠ)nzßýü>Y,œÝ`^[~1ÊšîxNùžö}óÛ¥£×ì@3WêxÞÎÑÚlס7³Ì¾éMYå:ÍžüDUŠŸÌäºiÒµôaXØ“ -Ó¹C,ƒñ|"_ m9Ÿ Ï¿ Pi a¾ÛûߦÁµ…2µ8{Êe~˜IGlÙ×<åsÝ;ú9ÙèUÊlúû^yu·†u}…nZš¥]»?ÄÌ£sƒïImµÈŽUZã ´ü1ÍÜBåW1¥. £øóii½­Ÿ‹3Äñ2÷0ü7þo€cˆ‡2?¥ï“\¤ÞîÇ“¢9 v×>¿p”9<Êùr?«îªùµ³’äaî>Ü(¢Ba©ã2³hÔ'Â<½2¥i¾xëM*qu¨¼šu”pûåHØ<Ü¡…¥/C¬ÃÅ?ÄÀIÛä 5 ¸~ïlM)ëê÷½V ‘ºñ¯€óf¿ -2=™ªŸ«Õ¡s™âÊÉ(]é#Ž®é}~t9?°~§¼ëfÈÈ*¬WrºÀsU0Fp™ ÔÆdVµÚÊ2ˆä¡µá‡ƒNõeò½–£‚'ç®Ý 7|¬{³ •îTº{%šÜõJ¹ŠÛ+¾*v÷¶Ì™?ÄŸä?©× -Ý-ùäðœ÷ïýã„>ëçSùتÍ+¾|*»™0·›Aemî%ãl”ÆÑ{¹œ’ä›—J3ÿÑ`T•VÄ1»XB v„¼öÝþž}ʽK¾­t«rÞÑ΂ՎJóS{y Ð휴Á³6wÍö -YÚíåQ3 –¿¤i·Hâ,¾-¯ùC\‚yP: w½tH×…’wÑ^'Χ$›¨‡Úf¤vö«ÇÆ}épU"æÞ‹ÊOÇ,OOèe™ëacÐKoÚ½ÉaÞî°µ›,m¦ÚDBŽÖ²%Õ1¯…'¸¾4Ý=–ivû[±E”£u‹ ófKª0FK"K«ßÒæ -UÈVˆ'{æ¬/Í"lîAi?¢°‚û,/s[t3åÌAU›åPtˆ%¿@g9¢³—ΪÕu­¬û&;ìCAVžýFGw{M©Y´:ÍÝH53WCoøSl׈꣑C±T#— ÄF.wY6-Æn ð¼ÑèGÔú 'þù?²D'½Þ¾N‚ xöj6w¥¸ ð[aûvÊ"  lÜ -Ì`U?ŒÅÖkœçƒ²«xOW‡la„?éj„‹lW»ñÜ!}Þ=ÎKžÔÈ]Çñ¬ž5q, -;ˆk(–²½´p;g±”§tq<czbûUz¢»SºœF¬Ú}–ö~Ãñ'9~fJÑ»<È’“ðŸªîXUcf E};(³+`$=H†#áüêŦœt›¼Ú&·ûVsJdûbý¬O9‡ý¬Ø3µ™qfx¢§¹aX —.K ]¦XÓºK®ÆTÈA|£!ü¥º<é*·D:•Œ—£ïì <ï7ø”GÃæ^}*¶söª›‰.V–æd–Ÿ+•€ãÅpÌ÷𨞟2ëçÁ¥Q?bšµê¨!lü¸Ëug½[Â)]ëŽõjœÍÊ›ëì+ýò^AgÉ»¼¥EªÜÆl™pi¹´›œ–¥^E:•zpFø!Jdo@„ˉ&ëß°£‰Tek™ÚõµÚjÝ:µAò$'ó?#êúzɬ™¾µwî©Un#o1»eëõúÓ?3M¥ÚµúeÚ«XMnTî¤)µ$×(½8¬SVálT½ÂXßò7ÛIòÕNæBoÌä4ù#瘬²Ì¾Îè"He_—rñ7@O$S´E‡^ë"UYc‚R—æõ‹Xô?ÇÆ±Yyé;á½Ê†œ7 v\õšþT3U1}Ì•;ÅF¾D>²åb.F™üÍ<Õs¡³kd—ýï.h*9mäçæOÉVõmdݧ=còHËbL¤)´Q†xHi -KË¿ÁN;!cÔnLUO ¤ü”*øh¯äbYÏ0A»·àp —ŠË·ÖÖ¦ž£R:\Ïßp¨_ÁŽî©D†ì¥0æâ{¾ŠnÓң,G)oòs¥?GKÃr¸‘Ê£Çï®U÷»kõ¢¯kÔB’Gzˆˆ¬¸ø!`rÞA¼üß°)oÇ´¾}O -³*«¦•n¶ äg·þÑØÐ:—Ç{Ɔ¹ì£e­¾Dl(nf}cµ×^æBû¦ýÙeo<§Ä<³ ±;Ð3©çÃH“ÉÑ"ÆR×ÄÂCÆB—㧃ˆ5ßCD:{ƒ˜€oÀ6ƒˆL­ ± ÜæoHÑÆˆä3e [ýȤ„W’Ï=Í&ŸÞH>ÙÖ0ù ‡UòÁè}ò~™aòŽrXòÁç¹ä“éäÃòð{ìBN>Òc’|Ú”–|ÙL>úaŸ|–¹{òq–È·”K±˜|"SH>1 -¿³cˆî,i åI‚}2ãŽ[å7¤¾‡¸Ù$ÌEßÐm© -Ž©C­¢”|öŽš|LÒü–2WOÉGC“ä3l§`îZN>vO>ÇEâ>J>ÏÔøì¬‚:@r©3Dï:L¤5¨døndÄ+ ®²Ó¸Ö´hÏ Ó?ø!"ùõT@ÚGVëÖ§CÁú|‰€œ‡üç¡.¶ßsR¾ÞRi¢>ü^µÀÀf[H‘£!@ú¥ï{¬Ùjœy[€˜©#@ü^±ûäSÏ%¶eÖ¢€Êq¦‚*Q_Ëj¯c”]¾ -·þ*pÏÅóNÚoˆr—×ùÁÒb ­ -qªÑc€2ŠPü Ë@®ë4@n¼—dÖh*ê´$Î –Fbƒ³“H›ÄO$Ÿ¾AcZ‰âí`qOå#Òãˆ×i>ハØuú¬¤ƒÕcÞÌõðy2ס®ÌW¿j|¤š+‘ ŒÂ7&ZXOhLõg  Ú  öùÞË…÷²qI;ewâÝô¡Ä$ŠÏ#[5¢2t£\Ý:½NÉùþ*ʯèUœ‰øS}ŽóÏÊ6ô>'‡õS}IÛ¸ Õ¹·ÁºcǺyëRÐû“ü°‘‘4@ýq`“WàD“øè{˜ƒÂë¯/|€ÝÜÀ¦q*ö -Ïb4cöuf íç­Çž•p4@ÇÄx0ø~ûC„/÷á‡K5¹ -÷ -’Ï Äá% …*Ç+ÃÁ-Í,µ«ìÞ¬Ë0¸¹ç mØç ¶´OpÑÛüX•ù4ÀºçÀÙfù{<@ôg - f‘:}LÜq:ŠŽ{Þ¢ -õÐL®ßN³€’Þ†©Þíl¼¾ãÊÛ¾uîÄþ–Þ°×ë¾Ñ]©í¹•gî2*ñüyRû>¿ª¥öúq1C¶‡ÕÙùoâhû›ëÞòêfójv2°‹°*ë2 î£HMJSˆ!ôIyë)â#xÖ´Àó{þØ]ª‹·naÊ_û‚Õ½ŒZŽr¾\nÚ¹\~§™•rOµVåt\¸õàÈNæïÃ*pÒ^#ißÄçò^ò·š·cÛ˸eo7(Î.{-÷´yšðCü›ÿØ%ቚùo(§ R.Ò°]f =JAs`øO¦°?&¸7)~.ߥN30ªutÖ8¬S‹žÿžº¿ñ8.ö[)‚¥ì Ùy;¹tö2ñ¹ó t—/y÷äµÎõèL·AüÙli™ÞÙ¯*íÚK¤²µë6iþ€¹IÔ:RœTû>|.Oo ÈȈªûª§Nˆ|»µõÏçéêëw6å7ÕmaŸÊë¬G–õÖ.Gë}WYnUç -v §Ç1\F oK WûÅ»¾1SVÒÌÒ–à,?„Ù¼ƒ¥‰ù²»qæÓÝ&:†wnY¿à…jPèkÏ~÷¯@Æë-beÔÜ<„³ºg"ɸ”oþþðÎÂ}'¾Â±¿NŠ”sÓ½òV«.9{É.ÛV²¶–ðñ¦¦Õ:/ÍV!µÝ8jñ°éTz¡áiKÄ¡S¾>ìTi§Ðùj|œØ«ÒÂÝ}±]Þ%ÛúÐÿ¿¢}Âuzžš½òÓÁT,«…èAOÊÁQ×ÎvGyŽ£‰ÂÔj´¦¹ÝˆÁÐäqbˆš7lVLhà MC²!Ûa³Ú5~H•P¤C¼œäz;ftò¼Ø`©c#vRþNë»6f·I‘X©Ìje(T°_Õ´b¸Ïlý¹›WðéP±ÈÉm„Æô|R%ér}øA3­a³ží¶?¤‰ÕïIdzì{Ô[ÎQvUlŠ|ÈÌ Ù›Ávõ¾' $Èbí¥eì’õô‰·ÏÄø ñ}®‹#. ý -Û‘®IÎgúZµ¯;=¾¤nÚ¶Èijþd€ª%oš3Ý#5KÙâÀaõj¿w8ypÚ?Dï\Vƽâ|»êª¯÷¾òW‡6¯¹ŽFFr·r»}_ -A‰ö¾cˆ™õ” [ÕBþR+ÓÇ&áû^EwÓš÷þ!¶ÉãX°:ãdœÆlEÇ[{a¥“ó¼'çŸÓ‚Ï¿ÇOjˆ€ïfnõ™“‡V±Ô½í­ZGk…öRÖzRrFæ„MÔño8ų"¹j鲿0û==;Íä6ç«K®8ðƵ,D*{ ¯£ž…û²¦w÷]P݃Nk½ËIòªWo–ê7IxÅÌ€³œý¬žF»kæà±“¯ŽÎôùqIè±^ÎÐ¥¶MÓ¥Î÷|˜Ú½t[Ö¦ÁüV«jj©V•2˜É*U­—ù‡ÔúFîf++·5ÏrÞ<œðÜzÑ‘‹®7@¦óæà©´wò¹»Ûû.b=¢uj®÷Mµ‹&âó”dù÷à9",‰l\z´Ú^LjóéfY£«Ñ®úBÅ{U?Ѫ~æŠÕúòÖ¬$|{Z1Èì¡"<²TùîšåfoÓ/£Ÿò?Ä¿ù?ð&y'ëô8oyûVј Çœ¾ÍÆ©™:y‚qóx¾ÆãÇ¡»½”·Í _Ødã½ {¸"=Kï«ÕH™ð•ØïÀRl©?*ã×^r Ä)uåε”¡ÎŸâþÙ*ûú­QÌvÔy1;é^ -§J#_.BÅ¿ÁeßVÁîpãÒfR§ŠK3Òк(²düÙŸƒ ž?wWÛIý@±Äâ­x»óê¾·ÌõÚ!jß-ï•OvS(·§J‰”jõb®WnŠ+ç++VÉÁIw™£ƒÈË.& ×%¾ÑÑ]‹¡ŒÞk@‰UÝ"?ÏFD~^™Òoøó;‡™?1¥Z®ªâƒkGÃüP¼vÁ÷¤þ{n‹/ê¼æœ!¥±£‹ ýZ+{ßp¨”•ÈÐ…ójôÉO›‘cÒdšJޝ,ù¹ÂÿÄ“IEŸFšüäú©<ÞÔˆRFwðÛ!BƒKOáÓQ¶†W ³Î¿ø!þÍ[Ôf\Y³Ö± ù·]Jýn‚+Ë Ç×G¾4(oQÖ\‡IkLI—&ÕØ›-¿áPó]Æœjä«hÝÌ.{‡óžK¶Ê†ÿCdR/ù˜:lªg¢D€Ot9¹w­)Dd¤*Ä£ƒˆlgn±^¿ü£6ÅK‹Ý™ §ôûƒŒäëùÑ‹Ñý Ú0ÞwÅ%õÚÔ½ ¢Ñ³Tm\iðƒ~©gB¿`̵§9Mò”,GŠÒ{™N­ÛNËu¶Gœ­§ŒßÜÓÓº‚$÷º‚ˆ5ª©­ (õ!úo<™0¨–-@lêP-Òù ÉI'ùwò©²„D$o»–NÀåIÀ®K'`}‘0e&Ž‘€~jÑ»ÿ ˜’˜ÅT|%Ÿ€àTK@ˆrÉ›ìv ìQò®â‹ä-ŽˆÏ=y÷§Ä+Ÿ¼ÅDOçJ=Þ¦^Ðh,~˜ÿà‡ø“$* ¼ÄN6Ÿéˆ€Ÿu3Pí¨˜¼1y·™„Ëãrnò.)˜{ÆÉ»+À»š˜°Ðɳš¼×5¢/%ïÝþÅ- טtŒäÜüä“nGa&1ýb9Ár4CUŒvwhÉô¦þ¯øŸB£ë3ùt{»j\û÷_Á|Dû}I’J;»I„”$ òþ­ë¾Ÿuó¸~ÿ|FkÎZ¾Æö<¿Æm2™± eÿ”K™àùúÉFÆiW[Åiµ¤Æi޵3DÏ8…ðìí5£§(ÜùúàXœNäIœ2o*NÙ§'Ç©á™qzDî±ÆÒè¨ÆÕ(ÿʵßåBuðªUJãøysrã'ǼFÿ'âtØI Ï}€µÀŒQ€+Ô`' €ÙT«Rœ~øìzþÓ‹Ó`’ÝUp)%Pÿî†Ê«A¬…æ$o‹" «Èl`Ûhê-Ô¨ h§·µÌ=ÞË -™¾˜¾R}®†çn¸™Ü†AxzÍ‚íÜ›hé<õeqGþ¾5æ-2Òñ“€UHÀQ'Ÿ€‚ÖI@1O&à˜Ü$ $Àœ¸Ï¢xRr‘)ÞkQ»ï%ßÂ_× ;~1Úrùª·Üó^»nŸ«PŸ­}óô‡þ|í…B; ­Uý=>ì=ãÅäº;Ú#‹ãåý$tæ÷â ˜þ ¿Ž3qåLᇃ“ÜÌ«$¹Ó¨ŸáD%¹ùSúžwO1 Wîï ¿_l«”{Þ…~%ôd;Dš<gô‰û«0çïo-ñ‘båqHVæcd¹÷GŽj~<ò¶ªÞKª‰¹UÃÞ¸ü›qÚ¡Le™x°]-®":›_‘h0û…pì$Ó¸È%9ó'Єj&г8þ~Sû=z¯­Ó‹«î0 æA°ËÏ?>r…‡697½ãüŒ|]ëvJÜÏziv/à ڵOøÚ­µ©ýíì7NôoÎnÅNgÎW®=ÚÁ.É š]f-½ÑÄ–g³¹ŸŸ§~ö HÕ¾|N>æ2ù\`÷û݃߳X“u\”ÌÝ«Õr”@®äŽ-P¯0Ÿîµª‚7»Vœqm9ã^·M`|í=j [&zÜ%1†âE%¹Ãð4ë¶ôuXÐs Ÿ ±†œ*å˜4©ÍݸÄ[óxiø%oþoHrEL Ú HàŽTLòضŸäÍò,É»ôúå-¶›¬>ø,{}ÀûóÞe.µ³³Q®ÞEõø’¤øÖN5k²r:góáçâè39] :uª¬PÞdüÉά Ûãqõ²nÇ–ÙK ¡¨·t©šZ$c”†ÇìáséýqGGÍå!—+,~!«J H k;š€å¤KIASœ²¡\'¨ÇtƒSnãM¯¯Rli—^¹žOœž¨Ê!5ÙÆ±xä;Z–½¾~C a’õç9GêýNƒÑ¢p$h8J)‡Ot²£!ø<äÊûŠšo€¸2W&‹½Ý‘W{زûªÎP_,! /S8¤¾­ŸßÍjIAÃI±í-^›Waæë)8¾×ëéèú¾d$Ĭö'zz8×ùüÝ@D/Òâ–j¸p-¯Gë›&¨J^ B9W˳,$¯ö6ÆíöTrÎ"XùF¤w™Ë­á7Ë¡»öG˜KÁå¹’DêÎJ=Ä¡¿ ~!ÆŸ4Ï{ ) V3)–èAÄBÓa¸_0}Âð–ó´•ÞŘB‹øä”Ðí± Î Ólç0¦:𭛥úðžF£ª|SÀ¶ÜŠYX|%&»N}FI"¿ÙH½öUÝî¶Ðu‹¡ë¨(…¶8\§"Ð-±"@ô9At[fõ Y›×Ó$ßxæ’Âá݈껤|ÒOÕ£Ž9Øåõ`§«aûlw\ò@•>ˆõ·hK){×»¼‚gïÝ:@@I|·³ìuûn5j[L@ºb‚Ìqq¸ã3)؉Æês'@£îi3=nŸ›Â ­¯¾;Z/Ò)“AäÖ˒¬Ëöšú…lø™Ì#ZøÍlNÎ2´Â½±ž¿o"ÚŽ®ñáö¾*ïšéEÂÀ -Oöpò;…OrKßÞ¤­] ·ƒæ!c - -ãx\ܘÃEcSÐ9dmMŽ£uùä-ùë¢*ðµëHϲW—q«¦7*q ˆsK§2¼9îáÌô/$ðšùdÇ)EÌíÑð(ɈoÞ_•‹ÚãÝ:<צxìh_ÓAcù«eè%ÊÞ´©KÒif‹Ÿ£ã §ÿÜÛÁ‡¿º*Ä׋jyµ¢ÌÖªU}¸Íª0庭1ÏnQaÑ^îÆÈòbx¿ÏÈgpÁÈÞŒcä˜a¾ÈZÿOñ ìYçé•ç“­—î³;»{õm_»ÀZVÊž¹a*þ`ä0ë ³½;°ùh•Õí°DœÒÚßÖÔRøüÀì³Á,ºkŒìÀ]úÓŒh5Þ248twÔD*œ)¸¯$ËSC(x…Ï(X¾pÔäíÓÿ†ÿtÍKÒð ÝN™Š³Ulè¿^—bNnt½QÙ4£yo«•Åh,o“ ‹Ð¸elÊ kó íìrÂ¥0‘§¾éÃdPŽ)Xì7–³7…-.3c¶¨\¢õÜ¡'ÙØŸ×M+œÝy¹1¯ÇÜdÎNKÌÜ9"Ô¿!ÉOaè»±åQÆ%qÞu$²'£à}vºÃÀJêM?P«ø0'¤úþ®·‡;©ªdí²ÑÇV(¼[:ïöG'.„4‡‰·Gç4\Î…S´¨6×¹y£B—g<»ëL}ïFL‘n‰!³¶Û“ý~”á§LJîƒ _õérŠ0»?XüÁü÷õwåß÷¦Z»sùCrMøjt)Nµ×‰ï—}#zÏܵBåÖ@J²à¦} Ÿr ¾?„µÓ‚•ÕFÁMVˆ6­çîrÁý9‡ÍŸÙUÄzRjÁºÖÆéêµ6½çD{;:¢#{DÆ%hœ;v±ñ¸ú˜µ1ô³_øŽ¡b¸Ç¼»^ï?W -ÅV塼`™'¾®µˆ›j/.î~§ð+ÞºÛœšE|vÉ\ñ¼î8i82â"ZT±¬ÛsWxÞ§[°êO”@|¡bªhÖ—o2B,ä”(ÖÂÐNóçxHÛ¯ÜðZ¾÷ˆ…µ™ UýW$ÊÊnd}n=ý\NÕ8>y ÷>bjÓQë¦4Ñ‘µ{÷4`«çÖ áüìŒÖÜøû´z…<#‘I' …ÎW9sÁ¢²5ëÞüÛDÒûÈ4ÇQÉ’!3E‹ÃzaÛÆ]¿0ÁWšÇ[½üoMr¾Ú>|%Í&¸ûÔg¸ëÈä_üÀŠ?3§W5üôšÜG‹Ân±)6Æo¨=BõŠ7¹ç¿ ð/±ô*›Z `«pµœ±J|YÑÇ{c·¤§´> ø­IâÖÉçÛ±CT‹‹,ãÃïÇ^Œ· ËüÀ·®­ïGA¸q¤GdB|H¿Ò 1XwúoxuVÉõâ`OìÆçÜØœ“#¶À"Íœ]³>¦¬Tð.ØN.}復ënŽïjr‹ýŒZw zyµsÂ|Óíe7M/µ± G‚Þæ.¸çk÷Èq¯A¯éBØËo6°×Ç&°†p6¾h6Q³ÃúË6†5†5¡É¿ÁÏ·Ðyë;àR‚J©<Ï©\±äP¡ô—üÜÞïâœàŒu{ü0VRÐ{³é-3ù~Ô[:÷Q–‹Í…鑚âùÂfË“á4ŒîÃUs€ŽnWL>Æ!6˜a¹þ§¨ÔújPÅ3LŸØ¢‡>؇Þ}0o6ú@RÃûÀ£7ú7dÑx-WÊ]Áù87¬ =b± -h§:–*÷›íðýɪŽxâ¡+1ÇÇÊ¡’™.¹-U‹b»Üx’·Ý%q£Z+\, "ÏÛJ_ƒrf?7k»?0z,ò1zlçK(°=” ‹ 4¿U÷½sŸ{çB³Þ›«t¿7_rø¿á®½Ü¥Ôë¦ø|€8Ts‡j»ȯ m§cÞû×õøÄ˜Óân¹â%eѼ™|‰AR(Õñr]FˆÕl3ÄÑü“Ĉ:O÷!»¿A n_é-[¬Õ+ûŽß+§d¹jNa&ƒ€ˆÔóž×u7téî®*6ÒmJúo¸‚ûuîÜl5!ãÓamÎȰ²îÁÐG£K•\.‰ “r:‘<Ûï^<™g_‡IiӾظ”EÈÊ®2PrƒfÿÜQ´4FÈ­6_dCCXwyÿ¢vùtàtÛšu‚I½Ôaµß4ßAø­ýêù¶tkwÚ}¬„´¢8íþ‚ECC(›-Q¤YÐÉᣠÞöÛ‚ŒYwP\Žï/]g+Mñ¶5È\Ú‘ÓîyM<&å>Cò€˜aW ®v^h¥ó‘ÕþPévÇ|§ƒÎ¼-û—E{ 7í&?pë3¼Ö¡¾Íµ¯ÜiŠG7¥c7'72ׄ1©Ñ˜-ÙÎÝ_8u|¬`ŒšåÒÁÞ†åýÊúÍlÑMÖÝcõÁÂ)d-ÛFEËÖ—ñ º­ÊX¦QÈúR©‚²hõù>"ë…ëvv<¶Ò7š¶ "^lª£fc±°Fyúœ×¯EtS§}Ó¨Óæ×kZX¨­ê4V[5ú›êCmÕM唵K%l8Ã?‡p^֪ʦ¤–¥‰dä6-_z±Æ}ê,×ÝÉqª½©ýÈUÖ\þ¸l¾l-¿ûÔè.zvíC]¾¶`m–Í– ªXÕÙj1­µ’\¾*,ÛõŠÄ"H9ŠÙQžèÒˆ…åR®/;E#©¥EÒr;Å<µ¦‹yšµ g”,æÑ¼ü ú´0®«ÍÓ£úïÌ õ÷'á4À{PÍ‚iÍÚ8Œë {‹ïqˆïÏ7(…´aÚVW첕<³n†|´z#¹Ÿ«±·+»å–‡õ¾_·Û¯bþ]úJŸ sS òCëe­›ë5z#p·Öxë¶@ü¼¼e×/Š Ž2´¦¿p¨I庢im|ÿcÍÙ¢â8‰¨½a¸n–æ-ȸêõz¡_yú ^Ö€I)÷Ø…³Täíý½ÿÃMïä‚K®îØ[v,C0†Ýê2ûõmýLB|%_ÿH.·Ò¢™ÚÎ<¶ü…8‘Ñ[ü«øC›Á×·„V8iÕïq,ý8¦x0ŽGQ=ŽÇ3,ÃcÇl“AQ3Äç8&Û· TÁH2¼rqÌ!• l+Žw÷AË­YUˆã}-‹“³Bô2Q+M(@.ÒÆWàÿDü©m¼ø£Y™PÛ âhqbÎ2­ƒU” ŽŠqRštã8Љ8Öå÷*ÛqvEÝÖâØ©^âøÉfoìíÕj.è'Ⱦ'£“1:ŽZeâ„)Ë”k<¼{a¤·ãOm ù÷ôýο ² ÿfXøù§ø‹L™ùˆÓÒÛÓv’¡”„ÙÏÜWüaZYõ¢«füƒ8ñ:‹8Q8>NÖÞ>NTÜŠËÈú`Šs(áZQëÛ.8ŠeXãÏüAŇNMˆ‰Ó£I¤ÝÞ³Ô~½((ŸÎ(=ë~Rýƒð.<*ÿ†ø“>2™k(ù–ÉTjßÖO•EšýôZÍVSpLÆŸ§½Š?·†Žü9ƒŸ5Ä›HâÑ`ž‹sÅ})2ü{#"5‰òãúà}®MÈ÷ÜÝP/{`n^t©¬=oô ½•˜EãA èP€¼u7u›ÙTn6ÊfÛx »Lýât< ßËÀrAt†[¹Gº›Smœ…§>"Åš £#÷ý‹¡÷yc<Þeð¿h.Ÿ{Õ°~éÉYdýÙÌV•ðÑ5°p>'açX\Ûæ`ô]÷ßèöP§ÍØÓ—DуœUë>ë3Ý,mé¶Ý -7oW-jüÁü÷uœÆL££ ØõÂ<ôÓüÜj äû (⋬Q›h6Bä×U-iÏY½„›uß ÂpþЉøòýX||ð[í¡¦¯öƒ¸V³±ïõáM¢ùƒO§Í}^ŠÔ{ñ:¹¹•»üqîÚ¥rõÍ{Ç~^ö»_·.Ñ o^ö\»ñ ­3…›8HrÅv˜äÜø{¨-ûuà!øD$¹½³|_>ÈêÉ5!ðÅÞÇkëÓüˆŽ—¯jÁ}¾ó>î%yCn•‚Ê·[µÙ¼5¸âðÉxè´Unz+ÇÕqÒ½½kö/—xsˆ, Ê?ðù¸H;çüõÕ=-P»cÚ{±eÚ<×ø…j1×B2¡ïÃ+®|)»E$+Äø}¥÷dæ3X‚hLÌk³¦zã†×,s:õëý*òáËÞipI Oþ¢œ*Õ Ðî¶­±ˆ¢Ô[ŽÏSS¦NVñ*œvÍ0¯51<ºƒwÁxŒË-£ãvzú¶tôÞ#lÑú‹øO‘€—\¦Ñeý¯5'°W“,@GãReE<»ŸÑÀQ »—“ÕØy¬‹Œý^Ý¥ËðeèÖ89ÙçYÅñOëG§r’Ë™ ‘/]£T?®H¤ûÄÍZ˜êaxZé[©¨jï˜qŸò3w ² HÕcUá(³°ÕQf×Jû’Ül&ÐØx$°r’<·ünb}£/ï\G~`_#_Í;uxÔ¤ßê_~~ž=rkÓ©ß”ã½dŸ ¿fßôçàèè!H´h AÚÀ­•‡V§y üi_5z¤N^GJ9Ír’òݰ¿PŸTÎòÉú,7Štw¿ì{;žâ»_t~á?UÂa’ïÀ,­WkoîÙ­†˜9*x ½:aa•¿hvÔ=Ù\cräï£?ßeIÛoÞú׵j(oOÍÉK™“Pª”haO­UÙ g]™ÝnñÝ=²æ;^6RP¦M aÒhûjˆÕm_ zb<ŒÑ/z¢x_øŽ—ÞÁÿÚwÑwS[þµÀÔpßuMÚ¹=„ÎÍVx^ÎÍã¦à:Fw–‡qWß(çaw¿§"ø(ßðгóÆE×6ë‘Ìðœ„\ÈÒöE ÍxÛ¿2Ü“q¿Â ©°9£79Y/mŽó&²™¶§Ø&`½/_H í$pl}â26ÈûГôÝÕ[t©Z¸\åØú>³˜—¬Øäªªïásÿ0™fJùLp2çú;)̱Úö•ŒÎ[¬;rE……Bꑱ0îÐ9!*•Í=·7ù87\/†í,«ö;ž&+._Ë;ðêö˜d5¶º%Öà tÅ©*ò Tž_W |†óåçÎØ7×yúSÇN¡u!'ÄñÄšDhHIµ åJëŽrY†cyvi+‚˜¨ùý×µ®ŸÍ1][›Âxw_/d1äíòáéã°rsI}Å™=Œ{é·¾x"Öð +Þs +F—6»Íwq¶wÎr… ½_Hà!ñþ>M¸°?é²Ë=ïªäzÎe -¨ç3õ‰Çà?´4 uQ7÷ ÖÄ¥g/ÄÏŽä…ÉÖ–Ö–†©<Ó|+wÚ܃¼Þ¹M>y³áÙmeÅÉÌ›eóô1l -<=|rGJoæc0s lŸ\éz¿ó,N[pDÞ»äÿ&˜gÏ7ËŽU®¯Î¦÷º Œ5nÙx1á}Ì:µ]à©ØVi=IÁx Ìú²ß |]dηv›%XŒÌm:¹×}šh£ |šôŒÖÒ”Ÿø²¶èŲ·Qå{-*Nu±díÞ¼°^ùþ½_H`OOÞÍ­ÞEÕwúþλL7€srñÉù¸-ìšÞAÎê²=凔$XvÅ1åŒ6‹JiÁ³ÍsÂÆ³‹”–LjwšØÓr¶#o +aŸ‹ -¡€sƸUçõi£?[YÔ|êWîÒ´;ܧ›7Sœúh¹;ké ô ä’|Þý„Øë“µ¾{¿æüëánlö<5”¤œ^·¹ò4J¥J…¿oØ.÷Ä‚ù´† ÊT6ìâ:û~«ìlýÈ‹$†cY•5-m”w6±ÈËÞÐ^¸Éî*ÃêÓìã·]‡Â9ìeàÜì™ kð©6¬åÁÎ0›³Ú¿Õ–0twΣçuH)~6[Vº‡ÙMuW àE­nKÚn—o¶£¸ppá¹ær÷üJxÎ[ìÞ4‰Ô&Kª¼¡æ-á²"# ^u±·%¬¥©éxiâ+€É‚6Ývðu{¬Ûlšãå ãç´ Q4Ø´• Ÿöà±›¿$Çèí®þˆŽbpº³5߈{ò]Ë;‘­4ëUCk#,ÄíaíÝG6'‡…=ÀÆq»ÊäÜcoiO!bî¡ËÙTº˜ÉW£¢Û†uCß üáJtuÝÁž$ðž춀IM¨›A™c¨?R14@# µ†^+- Õá,NþSü…/Ooç•^–•p¡)œ ®­6Þ¡L~9䫦`á~½T¶«-GØlâ ofRΨòn.š*€MßíÁx¢YÒ|´Àúr-l5Ø÷6›y¬ï@—~ÌNÃ~,eÁ„‚-:}rV0¼ §Ð÷tÜlÝG'ÅÑ…lXF!- ²,žÈ÷Ìú¦Ú3a¦ò žr]fGûmäômàuX -ês/”?ÞÖØ½Îk^Óe†ÔóKª*xü²aâ§x.VûÁT)éäXbJ#JuC^Á{I¾ ûŸ=íƒÉ‚EÉ.·í¤£Þ;‘{o>Ý'½ù¬]땊§!r±™-BM:BÕõRٛſøÿ¾¾ªx):³%:bëqügÛ·Z©ïÝþ~ñ›8žW/s»§ ÂÎ{j™œ=L$Çáú4¶ð©O¸ ÁÃ>c š¯öÇ‚ÖF Øzð÷ÊG"´¡±HLw]·0:eðƒ.w!óÝ&õD:šÊuðúÚé´í¸Ø!Ô47÷ —y.ML‘éÂkéQ—ÙÌ¿=Š‚·^Ÿ§'v|«ï–+¼ÄMÁº;±ÅÖ„h}¿‡¤›¨Æ`O27 ÔëOt^ Ä™® ]¾²ht|vv„~@vºI›k?UIiK#ðÚ–(=m÷kƒ,kEf²líqûÜü0¹Wó×€&!ÇŸ_8yKûc$žjs”É)]wC²ûj‡ªË%nr¤®ái;‹¸3;¾Ø*‰¿ØÓ ¼÷‡Y[ØÛ£]c4éÔ 1öÞ–AòÝRóÓ\kxVªM½ôšzw4mN@gÓ„Žè±aN­°1k-+BЛÕ-¦jÖË|?KRòS£Åvò?ðŸâÏ.,›°z›/aÛ詸¬!×6}ÁˆÃüi÷…É9ߤˆNqBb:Àz åõÚ‘4D[O™5ÀmÓ8ÞZ·KUÏ&^¿ÆFýOv•ÆI)W½yŒT×jVíŸm%0˜KEœ>å×ãÚ+ïÞ®›ø½¤ ø¤„ûÔç PyäöÄ*îÅw ÞΆõxÝÝå=æD]Í,†N†LNÁÝŠX›úb(ΨwMKXGZÒH“´­fc¹°õzýÌ×Z¸-Wž¢•£¢b•‚÷(Ç8.Åf¾pªbüÛ óT±±ÊW|ç³½IüÃõ¨Ò…øEA„ÚeÛÍù[/üm$ee¬ŠÒ„€Më@…¬±ïÙŒoò¨¾â1˜1mÍzΜ$:’ºC›d¶k7ŸÈr±ªÐJ•]›£ÊChÁ—ÆÅ©TÌß:û¼½)è0GBg¨SJnàËMž€"‚À÷ Õ0Dkßížž û‚ ±~ÀaSø…XmòfyG>$ÔÍ{Ęûñ=–Gò¨ ùqœ-{ÎIštú–=h [kRh½ü>ûÕÒá1é§Ý VXôáļw òÌ‘ëUÉ1?Ù׃íât†Ã"ůo»õ¿‡Â~7Ú>°L-ÇejKz†Cö LA Z±rí¦+|ú7u/lïÑJQÄÁ±¸l†a£û¼?b¢aå^uƒÍ’ªKå ÇKyº”-…žÙ®çÄ¥]_ŽX”u-ש2 «_×Éð"2­ý¯kk|w¿Ç#\ß™ÖYõ{/½äËü=Îá,þBœ4ýcœ¬@3N¦QÖ™,éǯex^ãx4{gxãx<édpGq<é1D1C½™¬ž¿î(I~}[éëÛ:QOs`$ûà”od¸÷ãx†Î3\·q<ÇΔG†ôã¶÷‰´šÿŸˆ¹xúîé}·Nqâ3ÉÓ§‘i$³ßÎ%Ó8xfpò™F´•ÁfòjTNÈ`gï#óf†~vW$Ÿ]™ø˜Ï eo`sYC°HvW’ 5î™Ð[Œ®_Œ‡Íy-ÒT¡»A9”{瓉ü*WdëI³–Þâkrg+‹.¾Å3x õ߈?"“ M·™ÐtcÆmbd0Ýø³-d:Q¢'÷M#Nö~œ,šd‘ËËñðY5"D¬hÒ Ü8‚<)|φ‡è]ì¼r/ë™/¾–F¿ñtòdïÉœãg}™‡-Uƒ®²²}ôª†ˆ±’Ç ’coÔ^ÆÑ/ÄiIµâ”w­¯Ÿ¼wOÞ—8éWœž¿e,’zœV:hüy®ÉôvôûĬùwñ~”_•ÔÖŸ, j U7äOH¶ùyí5 šRô_Ùºëï yÄ<2þJ{ÏyZÏWïÇyýæžE"ºÙæ unÖ'q¸¥;ÍÊ%ú…LWxI€tJ²pL€§â&`µúIÀÜ¢üݸÜÇ›5þ^,:vAŸ -ópM¸@”;[w BŸãèxzaçyãÇí}7»^zŸå -ù{áØ©ºËæ´ë–ÚèÆtcÖYMñÃu³‘\íï£Ë`ȧ–ªã‰ELÚÙÌÖÍ4ú…è×2¡Ïñ)³U'ɵþ9Ûú~ ]=†oòbÎe4ìtÜ`ˉ§ÄânÆÛ{)ë{·²}oL^¾f­ï´®@pÐrl?÷õœ-Í'åKd3­Ëž6Ö'‚(k„/öç<´»žJ-ïmRT—M:1îqô ™ÂÅ%Uí”äVÈõ?ö‰ˆ¡ - „î›/ŽX׃¾¼ªy†â·ÝËÉÀœû[š\…˱¥×I¼(GµÒ¥oZ£çÇ9ûï<-´Þ§ó²›žJN6mIh˜ÕØ@7œþÀÇ&8ŒNÞ´ô^ùj;©›;Ä÷pPøÇGMS3ù…Ü/IKÏ D;^——Ÿï‘œ…7£!Å@^9¯Ð¿¦7ŽÇ‹öët~àËôFçãõ¸8£ÛÚ´ÓÛάѱ~äÜôl<Ú¹›ÑÑJ¾Ž‘Hï™CP{ϸ²†]”öAE^Äaø&yUÜMÅW¥`’À~Ù"sû²ßä«POà?Å_$¹BpNrïù5ÓØ -âÓBNÞR1 -ŸûòNƒÞã¶ -W=àèlžÇ óz* Ž­œKê¡eÑ:ZyÚ îªò6Q¸d+²î4ïê„>Ó›~”b‡Éï­Ðlì+hØ—¯ñ’ë ï°[9£‡ä7ö©ÔUÎðö9TrÛgG~!ÉÉm;Äû=ÏrônlÖDz<¼¦»·.£ÜîgxoïSØ=Ï 69ÞßIE—¦3ä𑊄j´ŸsÞ‚+¥(¶ûe -«²3.š2[8»ûŠxìøÖ*’|AÊIHΩnŸ2ˆl¥Árþ‹Ñá±qhq>nœ -£v!ÿ$€~þBA¬ó­JÿÍž*¡w{G·¹ÔNo]Ü]±Úak°ýÅl.úo}'è…ìdѸ2·¥Á¾:ÀI¹ Ì®µ7’ "òöâú¶O޲u9ÏÞD|!„BZ¾dB˜WQÈ5Ú ¹fÇ›|×sië¬KX9áíªÀSÖ þ"÷?ÿóúkÓ»_ûî(Ýüõ^“k¦³e·šMŒŸ» tè¯M×h Í}šþ‹»_“9y„J"iÛ]Gœ‹Jæ²ôh*#›S6ÇÚÚø7ù•h­Ï­³·. Þ›·{e˜¯ÊÃÆê6І«†VZqÞØ±¹uI¸öÝÉgðólÀ_r¿ðu–½x¾£G¡-Z·‡_8ÙŸÅLû­ÓÌ‘ON#^Oü¬j„¯¹jq3Le70ÊÒv”k‹Ùê„ c¾@n¦£µ^`抷UkËWŸ¦²âúWs•-f·& -!× €ÉM•íåÃ>³[™˜Á*©IǷÛŽßHžVäýÂ÷iÂãåµ>WÖÖGß§‹¡ú¹Š»£Õ8ïѲzzÑ×=ËÞ»î›ÏoFÜüž ;Ázk‹º<,g«&[¡¹õæÙ€wYÄ^јݩe1Ø|ö {›Ð@íR¤´{¡ öf±œ2ºœn_árj¬¡ ÇüÐ_üÀŠî A«Èí^¯qöo\OÖüÞÒMcecïV‡cÚ(t¡s–Û§÷s(H0”ce}™—;|}ºpæ3b{é~Æ`.IÓà ÂSz—` -âæÇ¥ÙÜ;ËÂÆy-¯4¿bý,DQã÷ªK³Tðf.í3—)äçµkú…?]Ó3©ã¶dújë|¦ÛEý<Èì*ú°M¯Ôñà÷ÍNr”^©õ5ªûÙœ;Z‘wÒB“ó­%Ê¢÷'A«ïÑ„š,ÓŲ+Ì¢®…9ƒ*êÌݟϳfúzL:’N»ðºJnç>y_©Í}k6ÙO—Ìxv¿ß&ouŸ71/_¢ètáá…Õ;ÃÊ£³VüêqHáàkxÙó9¢í__;Á»×EÛµµ&`ŸéûÊ:n¹çQÓㆢ0~sýïÐ-<\$l.hò÷ÎåÁ…iÿÃ$«@CçV}Y^ñy“|aÓ^½GL†9•‘8'Js‡Rš¿Ãoõº‰³÷Õoð0ð:³Æ` –gƒu.ŸÍcoä?^¯•â ‘øèöïn:ß/G%¹žšéÄ2ÖÝ<œÖí¯©Ü¶£Öe*‰[7Æa%0ÒÝoÚèêÐòR®T~à¹ûÚÓíúÖ›¨xm02››Ñð -¦8'ô`-Ÿ„A‡u,,­\,,C)&^W5¬ÇÖ²Iƒ+28>Ö›Õ?˜h~ãa²m/‹Ç$ŸsÿyÐg¶>"ü³J]«šŒÜ:[á\•¦ë†Qga"±1?²˜Ü*P%RL ,Ì*UŸ|ôck ‹e”¨,W8ž-¨“A·ç/±í¾,>ÑúQézËù^’Á­õ,=F?M\E?…ÈC“Ï É@ü†WY—vúšÞÏõº{3"—¸jäóyQ89î²fÜ­o2‹ÇV½¹F°ÃÕg $Õ©r÷x[4;ØsÖkÝArXèÇd–¡Ô»ÖÁygÛÇ^åî¨ÕyŸx4K T4-—môî"t$•˼škî÷=ãRÏ¢‹^Ö`QϘ÷/¸¼˜ú—é£s7}Þ½ëéjéÊýçuß95L °zûõjzgXà=Æ)ëØY,™ ·›?¼ñi†Ö w’¨ªÑx–²QIÐ鮄¯?…:öîëݾ28ªÝg$:æu…:À®g´•!}ö¦Wì¦ 9'Ï-²–WdA]_H9§>ÁÁŠgÿì€ÍGÁöEÓÓŽþÒSk èÊ(?ºˆ³gGå»çŠ.ú1÷õ%6ë·u†ü¼¯òÄÔÓè²AïÃ;ï¼ð®»°óÎ÷Á…^ëê›n¯8—‡È¥,‘eˆe­Ÿ¶T$äÑuúç\—Iæh—ñB·>²¬ŽûJüΊs¿ðçA‚é{oÐ58,G«`ï 'DÄÞ8qùÀá’±¢ªšüÉôpoϪ1Ñä“&¸%¸ÃƒûÝ`5ÖékT5@óg;FlF…º7^®tÕéxÛ‘aÍtÖèKî´cÒnÊ3n‹„Ôj‹ö^SWoIŸÂínIVrû…³³¤ŸG¬\xjæêñRë·íKî3_œ'¯ /ޝ*3]ü<,Ô&“éËG†ÝÒ±2 Î(¦ÚÕE²*mÐb7Uf­~àn ]».Î=Û[MZt-·äS¹›Aœ´ó”o~Ê”ÞT¯¿I°F¥ VóƤ* èV»ÔÍþÛú…?ûçu}RŽT H~à}ÐÜFRÆ=6ÍþúÌÔd¿tù*7%ÐëxÄX§Þ‡”ZRô|·}’±í×¶I·¼°ijã‚ÚÌ™«1-޼üÔÏ"T®/zS¤^†^Yœ\³Oó]­Vò¯ÕÛU‚ª»!+Þ:”*k°`VÚLøŽÑæ0(’¤ÿ˜Ê´ßp¹Ä Le9á¨1U#\:¸Ÿ?Ðõîz»-´€Ö+$UïC©^å'VñÙú¼Òõ¾œe‡²Dv¹_Y¼K‘ãK8Öë?‰MGÔH+·èUÈ·îhþ¤m6ùýÐó§^˜µËŸâ/tXßäÔ>äe¦âÚÿ1•›¨:—Æ¥õdοçC± ûG3î"MµPk©Z¨_ºXmwŠŸR5ò¥áiß)ê¥ þÌž?/öà*¿,¡{˜©ÍÎÐj ?rÃ'—ëÖ–p»–€,Ž`PÏ…À  €AÞX²:ÿжù½èV í¬“…]6½gìidÎK“sÈ Ÿ 1h; ­æ¢ÝúÌÕjýbE…j[!s%eå| -&uò—€ªÃ¬Iv þBr‡Œ€¸Û˜¸1_gð5?Nî¾{f™€ËÛ€óÀçÁÀ‡R à…8µ‘~AYÛË‚¤³«tÓÈ€5øæe ‘úÏ~ïŽl.10FHkwìµû°Y§üJù®ˆ -.-'Í[ÓQ Ý»í$'‚îX”5ö5A§_ôˆÃnn”aþumŸûïA0ìÁ Vö[”f€a¿ú=áClTÊ@–¿îhVüÁNÝð$×åw!¥Ú;“ÿà÷*Yñ_ ³ëu´N&4ÿ•Ìs_Yÿn ¿–m%S ÄÕ=æÿE«Ô.Ž­ù6Ž—íMˆ’¿Ž"q7ãxD<2ø`‰ïF[ ‹ãIók0r« ç샓ôëÛ"ßݶ”“áàgð¿®méëÚŽJíX)DÃ(¥ºt¤UÕ}¶Ê–í,¶Ôjtø?öìÈ]Gÿ†8)ìå8iJR'”˜‰+e—'ðï«Ë1Sؽg°ÒLa·šAíeº -d†)ó½—‰ö5˜__ß¶š½Ù„ì3äå+ùç'J1œ\9ʱx÷MzÒä߀ë×¹;Ñ2XÎ?^íüúÿƒ’t}üÁü§ˆ±“,¹ãGõßj=h™ÆÊ-Ã×·¿>øê냿¿>8öµ—Åu†[Ö$dN‹ñsþiåü%]îûXoø?ð;Ϸ߯s{ -¾J¢XyRï[/¼áy†Ã6dÓÏ1lèõkàM`;XCÑÅf§³/÷§¿ˆ?¹Ï>þŒ‹ªÏ¯Vj'&¬ÅÉ þÇ÷‰¬vY‰Gü5쮃7ßYˆT‚¨÷±­Þä»&¼Îƒ¦üš0íi°ã“ÎM/ámºpC®°{Þò -íTóŽúHòâ;ª½ÿ½$G<ëŸîãGût‡6%ó↪ñ'èJñÇ.n2 »ø“ZVü¹B~ü™4³MàXÅ7µ’'­wA˜õ_åÝrô¬Y«l} W„Îç*݆»óCï}ðÑÎûøx? öC60ÏûäÇ/OõtÈ#6Pón€ÜÄyGþF•SÍiäóö•Ÿ{Öµ]:[¶o+g[ ×§¿øúÉí¥§ür›àN´èÓ·È£8UPDîW…WµU,‡<5¤ìwý~>ðEqêÂ.s?Â]þNž&’{Îþ?wlŒ›ÝÛZ7r¿Ñøm¾œFPÉ]×=¢ví@âò -Ê+KqÇš´Ö×óXÚ§ã«l¦;à|*4\ó/âô®ï5Åp -»$´SR¥G"øçmm¿§Í‡¦›ú»3yÚ©]¼OÅ~Ó-ÏðÞ­&ÌGNóHͯ›¦ÀÚ¡zl<ì.ïïNßAÃ?Yªò¹YQϺCg¸!UNæÄÌ 8cN^U{ÙºüÀF‹Qm}s_^ôî=ÿB0o9Á𔀉­%¹Õèšäd#ŒæÇþ+ÆÿPãº/¥§s/pÀµ+qß?x;ÖG×p ¼³˜ÿL¶mútÒ‚õ©[3ëçŠYm—Ì#+Víc£‡? Þä=(‹º`W{Ú«&,qËß«i¾¨#t”cÁ¿*¤u±•üòpù‹¬tößó“-EMrfÿ”@=Ãy_«Èõ¹Ö•ëC#&¦KÉäñ*<òÞßß’3éšÅSé`67ÎD‡;6ÖÄ{¡FÂê½°Ñv›‚¬aÝŽ~P¤Þùðý²âXÕñ­BeVŽN§­Êl¿ØTe™–FÖîÏݧàή9l_á«ð[‹ÕcÑ—ës³µÇkñ÷%ÌÒ.MçékÏH•Ø‚xÎ6¯­æÛx4ž.†~MÃN÷îA-E¸ª×ü±:Ž*´bâ••RÐêâÞ”}Ù$Žòuµuäšo†;Wø»æ­K›>Ú†Zg»E¡ÝY|›AÖ“ÅAQ»ý\Äë_$¹æËH špy­v¹“wÂf¢ËN|ÞÆmêŠÜÔš„;Éd¡ž¥?ûfpøÔ‰TÐ¥¢Rl¦ýR(¡2³ËY¾ï&¥én¥"´äƒýµÔeÉÝöÙàµ-º–ÎbÔ¹?DùYùŸ>YTÏ`w²ÞLŒ‡¹§o}*4½õÌ*¸_Üþâë,Ÿ¾.cóû àÊî­KH’ëKjÅ”eœË#óÖnnô×24ÀÜ•9õŒdGáߟ֤nØél%´‡‰Ñ~8éx.|4ŽFÐZ@SÛoÈ¢ ¹¤ÙUÖóZãµ.štž§ŠÂWlž[±uP_Õ#Æåîû•÷Åý ÷/’œ;:¿atñιP½­%B¶‡®°± -Ò>Ñô{dˆ;Ñ€¾ªþÀÊùŽ^e;„’Øè€bܳŠBÚRB®ºênÈ)3XŸ¬Íd]ªl—üÅ1W|µqÝ®/ÑVnùÂÝŸÓk÷Õë'å‹żr#‘ŽŽ›á“­•L껿ð§Íƒˆ¡õ;¹‡ë[éî/p‘NŒrdŽ>ÒT‚X¨³Îd·¯ðY -—‚/&í4rŸ%¼>Oá2oŸ­Õ ½ô²|¿ÁŸpÎkûS®-F4 Eö­=ó—g¦¯©Z)Ÿˆ¥•3jtÝ©TŽ-9TNšû_x_Üÿâû4Áñ§©ár‡þÛ굸?_FsÑl… -«ïsÛñF?“½S/ -»Íënldÿ&Ljç×zñª¥|mx)pÞ}^c»ßa^f eúŸAÇdNs8GiÓù–Æò¸ô³±¿Ìß*ñbѤ*‹’_ÏiÄ’çtojÏé±ýøâþ ±©ƒ÷DZ=>Þº ©_ VN,×̱Ú[Mªmr»xYIý¦¡e£Tªö¦8Ûù|½ ÄÜå!¶gWËt‚Ù ¨¬;”Ÿö—Ó=Yœ¯kjQ®k›¹}æµNé2ã¶äkêEÇ´3lÈøˆdêÖ´Cõü/²Ìâ[¸ñf.ìÕ;ÛÓ“ƒ²ºaÍgYÆ'ÈVyš;ä7KrßÏ1é…ðŒ˜Ô~s -Òï\Öç¯ßoÝS ­ƒ9Ãò¿îèüÚs‘™ÛÒ³¦`M§ëWÈ‘á’ÈÞ¡gNÞ#ÅŸ`Ç$7V‹to<´~¬–‹æXíÈÞ8Y›÷/Ü¿Ÿkït§Ý¦yx[ãL]œl¶<ŠË¶¤¥éb¥–ÁÙt¬ªÈvXh,„i£*®éšg¬ø×Ða¥ë5 ?ÁàCM’3´XzµâÌ}o+Ó0h‘[®ŽNäeqßeØ%Ìûî–¿Í/ÎÓ~²N&ëj¼.ö»óH_,ÃÙˆݰô`u÷Ó °l"2£qS] ÙU^“êRf—ÑAÝÆm0â´oâ×|߯Ñ%6ßÙÕ²h\«S+TF–>¬ -­ —Ô1u~Ìî”á…u -VSœC¨^® ¶T[rœ‰ é|•õp‰•E;úÃŽìáÛx›…ñ "j¬¦óÛ.ö“¹p5=ë13'ºÖ¶‹}™Ÿ M±9öÂ;wy·œS8€ÛÙ,?S³nŸ~Ë5œÌÃõ+éË«”`[ˆ/†a /& ‹Ç^WÅD¤àa•Ëh‹n¬ÊçDeâB µ£¡µ“Î.l'íó¼­^׳?ü~tbÙb¬íìSnlB‘;o¼SŸ‹íWâO ¨"MFÏbM¶©ÔæÝ¤Xì÷çy„b’íI[nôv•ŠÍ |RîœÉPØã‘»º`«0zaPþ\B„3(4Ú(ïÅö~ƒ›í±ÇíV£—"§¸‚"“ÎRAÚÛ·ÛºöŸÁÿBæ[V·daË“d–?w÷R|'î T7Vÿ¤Ït Lµ×®ˆ¢&Žñþ<þ”»°Ü™K‹Eè{ÏéQÞK–ÈÞœ5ˆb§êcÃh¿@Õ0Ú¶µEtF.¥ýëDŒ5TB°¡‚dx±­{·ìýeÚ"5íÚL«$Üô¬³¿ãœ ‡ÌÛCäfÿaÙZž³OdÃÕP9û­ xtd¸3†vg6&òñÊw3¢O°Õ\¢¥Í‡ˆªõ.>ûul˸$ºg¾=)_Г–[‚æKÇÍÎ.84õ•Â3J¨d¸âp!Ä…F„MÍÿ`võS,ÿ€uq3gëUü­Õ6û§Q“…µþ‡¹9§]å>¹¹öF@>‹ €×€*Ujð@•éP• PUu”anþ!H:ï:Að6Wxxш¶¼–×¥–? î÷1»¾Dܹ}ûÍdý_HÓ œ™)~†iÚ¹‹ß«t>™]d”aîg6¶6fÌÆÆ7ÑvòÍ_}0ߌ`!ƒ>ú*¡vêƒ÷àùÜçÏÞæ?óògûX4*ÇwÀî¢Æ}2,*÷¸GÀûઠîƒ[Ù¹Wl)ΰ:Þ†©u¸Õ|eM:ýä:ˆÝÒôÅd†ž*™qbÂef~Ñ­}{Öp2 Á¬Ë{“Kf\.ŸAªï…ݓߌà~Ê,ÛRfYsôàö%ý·JÖ½b”¼Û«OoÃ;¾¼Õ~wM(ý|U_ñë -‡¥ÊåØ=ÿ^ôÂй Ñ|ñ8‹­µèäÔ˜ùøÛü!}´qúâ)}•òý4Õ6Mìkè¯"þMaî _üôÎ,¤³ñú­Ç¢F`÷¸I0· Úb¯ W؇†d–SÀó¥_ÖÏ&Ø²ÏØ²žîey"7VrLåÓãè7èÊ‘9¬ÈÃGoJ‡i{dîkï‹^ÝLb¦`ü/¤ïÚZË`ˆékôÒW¢Š¿µ;@+}¹P¾Êè2MCiÿì­§{ ƒÛðš®ê³XºhŸbý|akíÓ]ÈãÇTºSGfwï¦ð;ôNyéÏfÖž»!æ¾8W§IÌívIåÔÈvËÜ »:F÷7'ÞÕÖ׉¢¯­®¤¯‰\W_¹jKûCú^¿Çéû|³Wó~úaºã Q¾?×8 ñGr_ Ýu¯…Éùi—“ÛûÖë;#³p˜MÌê>²ux_JM4‘:&¹ÛnýîNQb~{ïÊv'›sñ6茋Ö7ey\Ç"°òD¯÷úO~Éé =ІUا±Ø“ÅÐ õ,®ü6¿ÈŒ‚”ô£5ÄŽ•`¬ RÓtzdW÷Ú½»¼`šº8¾ßùøP,wÉúz¿í`íòÞ"3 ´1õÆÚaêíUºiS+_îôâσ~À˜¥E9.”ýÉ’7b7ŠïÇyTjûŶ¬¾õa -Ï›.ÓŸµCM›Zyà -|Ï Ýf/)¯ÿ!ý<%õúÕDWn¢;)¨ò™Ÿ|WÜ™w~X†uX¬t#‘õŽ¿m{Ôjíâìe¬ñ4ó¸,7•z$MÆÈb—³ˆEƒs;ó¼åç-}+ÍÎíÇx†Ú€5½qÔ|JÄâ6ôª‹GHïÚP‹uNן·ï#oÉ]¯¼<Úîš™š®ô1?¼ë¤ÿcc¾tôï°iç¶ùSØ/öˆêíZƒëpM¯;æJ³8’“îN2fŽ^n†1^yjo–0­¯ÑÐÛŸ©àC¿Ù ü”Až…Q  ¿8VB/nEk¯b¼®îðÑ/; }eì#ÛTm$]ë"°®e¼›¶……%ë?àoóÊ¡”õU¿3¯€y*TµÁ~[¾³»ã©Jl/ Ò^}Æ -¿¬¬ZÆü¨=g3ìqØ…éúp ¦Îáä_÷¢_Ê] /^ä[^µYÁ]yRë¸uã~@gd“’Óä4ÝÖcϳÛâ-¶Ìt²pÕMgÆ š(FGÝ»“é1ò¾p'Ylîü!é‘“r¯ÏôÜY4FûhÈ;tqä7´ -PßšÃu¨µ¬&þãðåý àÀ+oÕ­]ü<œ½XÊÙ'¥P²ÛÏzݺzTÛÂ?i>¦bϤ YÜ÷Š|Õè–7¶lòóIæa'“Â~è™ûœûÚJžKšÔh8ã­ù_x™ÛsÿðÊÞMŸ•죰jè»óGU7L°ÄËωYBÁžÕ9¾7žâ/{ˆíîÚÉÂiifbÝêüõ›Ó[¦^&=ìæ ªF®)Á“þDjO@Ô¢uÁúz™Ü5ÉL4¨ÛÇÊ\ÜŽÜ1W|kÔEu’ myárkjÞ¾µ …âôB½gæ¡5Œ-UàF+^õÅ(yl»ó 6§Œ†`AÑí‰nBåMÛ8èSóù¨®´:N²ù×Àø­­û¨AK£:Þ æÍqc³ÆGùÖýG­Cn ž5t¬¢!»¶­bÿºÉOͪËôµÍ߳Ć\qúE0 ‰÷‡t1ÆçÜpå$GµamÓâêÑ.&ô–¾Ú6’­J¾wiyu4íÛW`16ÓKÇ3òÁ6Òqw«Õúåón3_ظê9¹U¬y¯)·s±­X’Ÿw¦/3ÔP†g {Ý÷Rš/ˆ‹T,­+â2”ØPÈUC¬ÔÅð‹à ÿ:7 OÅüÖÛ™qÙ^E¦E‡ª)Ï #ê‡3ËF½-eÖ ìw,—0ƒÝ—,]œ»³q²…V#½µÜÿ€*– ¯ -`OÙÏá¹á‡l—‡=ŸjH €Å$nföÄœŠbep1›*2Ôí(¨‡O‘?V †?¢‚žáf¸_ø¸^­ïß’›f™syÚñ:苳¥+Ó÷ÂêÂAÃÜñ„­ZÏ*K™9„'åR6Ñꩌ&…w¤‡Ý§»þÝm}ò}¡úä'õ) åg ü¾Óé{¸<Á¦¿O×ÿMú^îFðäQ9ßœp~­2Äí›ZÍ¢W3$JØdÉ8m×]Fçv×Q ú0“ƒ·¬c"Šþ4¨ÓÀMh¢û¯Û·g껇£9¬ïØ^æçôe¶ÓqÞtöXõXNN»‹Uµá£ü€½BÙv{…ÖÎï±ãÛáüöÚar‚¬`ÝvNtxÕŒY:àÕ°Œyžª¤åy¯²Q,ÏšzZuÇšíʪ­4 ùm̃!(Õ¢¤9™Ÿ,ì£êžŸ «+‡¥'ûÊö¶³D*½Y¥‡ô -²Êtùý\ì–´²Õ/²S5F~ZMfKšCfKUìNÕáü/Ü?œó>ÛY¤ôUH­µ»¸dÌôsaGAR·]Rf^ŽJúðNC㣤Pê]$…Yæ´áüî¹âzžŸ =æra×’“ÛUÊ÷XÞ½»åü¢Ø©¾¦uf܉,zmäaŽÞ'¶NÇàœ:• 51Ñ:5±ªuºn,ºå½/œ?c¹9ߺ±ÆÃpé-p¨bMÙ©¨ùJΕÑ.$e«oÂ?šEhÇ0tIæ«ÁæÂ!Î. /ðÁ‹ÊB[|ðÆ›ÓVªÇV*L'Øó}Ë•ÜtŸìpÚk¾¯ -ºíØq46¹p)Œ1lß”9FÍ‹0ç²õr>¦MÞ¶óLÿý9XŽÖÇÝõ¨juÛY@:"ŸÔaM7û€ÏRãŽ÷ý$ƒÝZ[æTæg+ó]]—N1º.G9TšÊ4 -᥽ݧ“°­í›0Ž–Ë¦œ›ÏÞ¨= +ÕZèioÓµ}q?1ÄÞAÝ71¬\¼÷‘{ÿsè”ûù‹ŽöbwÔëÊXGbŽúK£±ƒe‘~½•­J¢·zFx‘›o°A¼;£›êó…wÙô®©^­ ¶4-­­žëQ6.oäX÷qDs?‚ Å‚”?ÿ…UlYñâú(/§sÛ^µ-–E|®¹ŽCkV}Xúž_ÕÏÜóqÁ®p€Uyôª‰™vö“U•9ÙW”¶:ûE=]‘Ìþçß ‰UíÖýuÔ]wÛvÓ.ß9ÈŽ‘tÝ@ÚA#óDzf¥´®=*lY…ü½…c¤élŠ|“bkr“‹ÿ…å¸Òÿ)ysë•ß´±ãs³ÜØÛ:™+ -(t:Ô]ÖYቼôz=d«ò½Ù¦dnÿ.Ò@ðò£Ì »É™kìŒm[oݬ¹×"ž»Eóé—÷M¯#<3Ü*M&Gcð{¾ÀÝWÓ†sÁýؘ×üZ£ïæ» °UêÑêÎÿ€¿Í/7YÚÎòakÈémç¡}{kçœ$š4>3G}§œ,íî¥Ï íF7Aðå7gLFçq»]õΈ©\€Ö=­T[Tn7;D†§–]θQƒg5»Q*ìæõx íëâ`üªW+ÏZMVºt­ÞxŒ¡‘8ZAÍ[ªê°OTÚ­"ºó_ø'é{…uþxU>:Þ@Ý™T_ü€ã»Ð·å¸_p È–u€Õ3r¿Y]ÚØ[7÷tZ‡ºxTSvιÖP/h|*”«g´Ù¬Nn"]Eí…P±Ò˸B¬˜°ìA^R¦¹w), á°”“ž\±Ÿ¸½Ù­M0š6)02«ä~+‰J¢\ÝÛ <[ÜÞêm˜ª…âz"žjú€c/-²Û<\j¿¢2Ö¬kóm 6Ù¸¬æ¼j<·^i*4l°ZÜùY×…ÌúK~¤@¾  ÜñÔ"rúd"äÚèËL‡_8uO¼e6éI^%²÷r`· ’aOÿâümBÈX=|„wŸö”Yþ+*wÖŠÿ_¢r£k Ô{ÌWñÐZi³qi >Èj£bTîlV!(AO+7±1@hˆ•Á^dŽø­¡JÄ'°/· -JÏpY$b¤Ù&[‰æ$€„¶ €Ì¯ -ñ3·éqÿÀ½ÇÛñÕÖÝØ–‘ý˜z<æ¢ræÃìÆC{Ó´…Ûâô¢W#~.ÏPûtÜ–ƒ˜ŠÁuk2Í·Ò› }Õ2ßÅÈíÚÈ[kP¹Ù  0´PÃPS}Ð3h¼eX׳{¡1Khœ š¨Ýºqi4ì‰È¢:ëe®êöY#ªüêWTžN2b‡¦Ë1äQ#‰jM„çÓ(À¥‘B“=w.÷àiÖ„ïY™»Œús€n@u¡@Mˆ@­„å¿ -î¯ÐLW3£Üm rf&Œi3*¯fñÌÌ~EÌÓœLŠ­Nñü:¥ô‡,FŽ:àCŸØé^YbÁ|pû ¬~ů™û=×#Ä÷CÏ—ƒuÂØCZZÀ—S!9P ð &ñ[ÓœmšZmÿ‘n5fúñýÀÔ;€‘õ;Àl› SM;ßb ƒõ7ÿI Þâÿ¦©tHnó‡4íæå4í¤b† ÿÕA…oFèW·[ºßÔÕï§ÑÓÞìúUB ¬¯úú*¡Ôà?Jèæ7Ñ6øV´ýÖÈ~­_î3„×”‰×éó#ÞóÏ)Tƒ2ij·{‹E³ï<Š“hý›ºúþOµðI¶»ø¯þÙÙ°ßW½¯úUm=뛺úͶN™q A©uPâ›Ìý£ƒN+øè|ö6¬ñÌ˲›ÁŸ>õEôàöÉæQß÷)Þîƒ ü“¿ºÁSòVó8ùª~Öþž•׿ù«ÿ¿ø•iõäi7ƒŸõSÇ¡¾½üíVUÏlÌÍ2(û ׯÞ­þ +aØ85k½8[ÃåÇI˜?¤ïZ¯›f]„õä<Œ§ïaȦïÞ[I_ÈxHN»ÉôB» +Ü8¦ƒ“sÈÝp_4‚8©,fÉ®vŠ.Û=¶ÍÜ ØèÜ \_â[emNÊðê~ƒÐE6¨øU²9wô`´œ^¯Þ’ÝöQD•ÀÅ*0ñùö³óçôf8ó¾ÿO¤ïõ×®Ðfғ맭ŧŸ¤>–«z?6ÒÉ÷ü½ô³?©®ÚvÌ·¼ Ú%¢5a ÉÊ+N®qØ?ãÜÌË-¹Æ¼´Ÿ™s9`έ¨R-“‹¡uç»'-ÎUo¢ÏŽ•Ót¦mÙÓ4;v‹¡ÓnAjÉ|À<ñì^ü)S`ýÞûÑûCfTYø*ËÜ èGòC¼?û×SãC\uæÂ?Åž¬‡;l‹ ËþšŒoZÌ‚wYüÜQµþÞ.d:Ï÷47e2óùgú£Wš^é4µÊZ+| {ñ [›ÎN¯èÆ~gsŒ>UrË%“6pùÞ™Þ^ñ÷)f 75‚|{øÅ~{ƒe’¸ÃKrvkfútÔ'ØG(Úz¥Y³.r»e™už4ïãk:­X1R#µ çV“{xMzŸ¢/ðy_/ºkI‹éPümð6¿x;`t5¤ÛุªƒÝiá÷64q"V…Å­¾¬6ŽÀüè:Д¢FdP(â‚'*uÍ­#%×>>€¹Ý¦KË «ó‘¯_MН§? ñ*Ñy£#uË) «ŽÛ“¹íê¼ÿ’ôR75Ñ-´*U|Œå`Úíó•þ¨ÉcÃ_¨§RMR¯¢ø‹WNÍsšääýö0¶ÄkšÍäU±²§£,”hÎ'¦Ÿ›Òùf1s8æn·gŸBW±ðWß0é\?4:)MfîvR˜õOºöozi9~kRÅ(hÕÍ+õuk\ß¿©ÑøQó"i? :Á£©Ú~RÅb®uù1ã{²Û•/d™zšÒCæ¤fTy”´>œ¼žB¾°”ñmg~QwÈÔs}0ýSÞÝi§¦}vW]ó9ú®}£;ÏizôY:ÚêáÍ4¨eÇcÅð’ÑþîF-*¼«§W¨h÷RRnùbC!x—Ÿ¥+ÓR8¾k`0쎔£4;—«RßXu%¯+bô(Éb´ÿV›ÿm~qC\et‚²¶½³œº*Áú jŽ£îÌ9îÐ0¿vJÞpf¾Ä fÚH#ß…x}0˜«ãË# +zêy”Ÿ+7ñ²Rˆí}/?ûéù”é8ŸHÕRnØÝR4'ä¶ÔÆ=1›ó²X¶`g =ííò™¢°ëæhAÍI’ИKÃ/¤?\å‰~€n9}ã»Ì(®Æ¦´@Ë+öÌ"ª%æ‹É¨ìèƒöâZhÅ`yÓEâÐ'²*°¢+wxãÈÞL†¡G-†¹K{%q8~—.uËoö=X‡VyPËÏ`AåO”—Û"¯ GÖȓ˚ÃÊ"пm¢»ìÄ o9ûò&ýáü --c« ±ž•Éñ²ÑÖ‡³'æ²a¶&<…׫փîÆ,w(è«öÖêÚœµ…o\©8öQ•;€8‘­—-Ƶm8ؔ܅䔵sã#¯ÅÖƒGÄ]ž3¶ÏZÿCxß>*<›¶W–±ëQ/Lãw/|ùx/|cƒ Cù éYdñmÎ9̵vïfü£~·,q8cò3.4–¤Û -dÈ F§û¤”*oMéÛµÑDàÊ#¬°rç¸J‹gs$Vk‘!$A×áu 99Gý»|Øþ€}r»°>’{÷>&RéMqµÝË»Ë^—ûäF˜¦¬>:•åéˆÅ)Ÿá>üBüà \XööQ9›ñê^ÓÈËÓÞ(àý¡7§²=CGu£¿Ú>´]µõ¦¢.ŒÈÁíÎ Áª9%¦ª{ÞÒù¶]6ûd°~4˜õ¦ëÞº»X`‡.ÏÓN¼ò‹*”ÀÌ&ûÇÔ›ªL'§÷÷ÙèMlr¡›ø¸I7‰fŸYæð ‰)£Á/ŽÊu7/ó`-w|EŸ“«„Ü˼²dlr§Ã“ò-xŒ‘Âù¢’µ{A~Ÿ>ðƒ7¤¸îóÙLØIäQIõ]ï6a»¸çu£a-쬸ϊÙvŽ S·.7z”–rtÓçëÔ¤º ©ö®&‘W5ôHü„IüÜjøzÛ%­J[úBübð‹pŸL&ÞzÍ­èp*Nf>ªA¼š‰îñ³ëZÎli l=Õ;íä𥽇Ün‰›êÀƒv‡7œ-ßÞ…íUž“î’Ú))ô¡:SgÐÌFŸBçLZÓÍ›$”f•x6LœÈÜR uÕÂßh#Áƒ{®ŠIÀàÁàÁâ!|Áÿ"Ñç‚·Þžýö=vFþ $çjXsF.Ðp¬ëÖKé`ÃÏ+7Q©â Ù š¼)¨~ºšõÙ^ŠŠÝ?Œ:ÃõФiêP†µ˜‘$"Ç„g:G‚Á//üýl—ñÐsÚxO¬px¾êØ|Gg÷‚q|¹„/‹ÄÀÓ•ÿ‚ÃÀÕ¾ÿ‹í#¦ýx8´¹£\Œ0ÂYÍo@[Å~ÖÏœc|tõÏy¹à Ob}™œ„Iý -ðøùõ_ÎcÙ›Õý»«vKèÔ³c‚>å…·S‹HSÿ\üì—Ö žßîØÂ‹ÏlšX Àzh<[ŽQ‘bTäû`{3‰ð¶ =Øö7•í›@³™ù3 À»¬öüÄkí®c›i”ÅÉÚ¿Óês•‡åÑüÎßðΦÿîeÑIŽƒ½%4†»RLFìÑ“0ÈÇ‹”‰Àúèx‰mLÀS¬ôH7? ºò° *1N­~>öv6 ÛJÿ©¶E7j×_ã2F(Ò\”º­yíüaµ<”Ã…¹xÓYœwýÝxd¹÷Эޡ%OjA­§ú% ÎN±¤txq̘Úöþjß­õ¯¯,æÊ ¢€u/ïH’á‡]"ŸƒléÝt==NÚ»èèµU&µf6Ë¢)µ -‚€Þ:Ç9±eˆÑ´et×ؼ9…VÓ.}—~PX&Æ9œÓÐ Õ¼ïé©çPͪeò=ÒôyžUØI€ ÚÝ Ð/”Å£{¹9õ¨7Ž5–>dÇPËD¡Éd÷‚Å7˜@7Ç|·=2¢c¹u9–iV‚Ž6Íûc}k:\hRŒ‡Àéìþµrá¬ßŸ¨5¦(N4z»þÅï+"j/³YnnÌ2ÇàŠÌ¼6}™ÚA³ãÕ ­‡7\Ù“6ÿØ¥…”gOÔãF¸`cs êôö¨23žíñÒ) “ µ¬½Ž4Ÿe“nÒCŸƒƒd£ÀÝqÞ‚s­^v•Æ,  öNëÑžƒêÂøÙ©­.ãIMR:ÇZõ¹/C[@ ù³oýaË0†½¥?Úc—¨# DÛ¾ÞrËšš37œ¨Ué6—óðìh%{lcÂÌÑkúùª ÷VÍ%œ—äcƒÛ9Ïz G…zEß×jÃë ­ÕìvRS^‚`aTÝÊ¢ŠÌ§Ê…Lr, Ûeû¶–J)e­Ê¤ÐÍâ—2Ù -ê%¯×…þ0ËÁM Çë7±¼­âùØ€RÀ¥¹õx˜Å ,ŸÒO¤·!ü"MÞÚ7¼òzoZB4ø8š@ÍõM­à¯Uv{¹¬ÇÊtžØ•^¸–º¥y®8“Õb¿ÖÀ@¡Iô -«‰5*To0¿±‡|ý´/äÆ5 -Ï5£¼žkºç}nt¹ÑÒ+ý!“ÆþWTvIp¾ÿÍA°XjX¤8Jq‹)SÜwú¥ÒÎÜÙfˆÇ­=!çxša­¡¸fù9š+àRÛp¹Ã¹3 §30~ê˜_e^3\ -6`šìWƒ… €I…ìû]ÿ`X0V¬%Îsú|Cš‚õ_üŠÊ†6.Ö¢ž”z§:SYõiŠ'ÌEåÎÉ;ÖÈÙn–CÇgé’­Ê`ÖµÝ -+öE°Š‹n8ÎØxàÃvÀÑÀûà.ðËîdX7êv}éM×óÙ7ˆÃ г-@”ÜJv/ø»Dd¨S¿ðjòøGTNvÓÕ¨ -ÿf*çÀÛ=@J…4[ÅàFéÝbôç©.ç/«Ê=¦¥‚@8ù½¯fm-†1¾«±,~³:‰'¢dÃö’ƒ¶iO€LÐ*@åO4@±¾PJ/(µdx’5ZMj<ڔƖJÌ3`öŽÏA7có®%c—(,†Ûmhþ€ü»K‰=•.34#ß[X"F¥–ïLÒú¶¢+ÌÛ,Fh–רœ÷¯ž¬6@Îæ.@^>@Ußáë·§,€ [B µЇ£øUGá0^¹̸Û­)ÌàŒè¥#‘p†AûÿˆÊ–8Z+ež„çâ2f‡ÓO§¾Jâ²C5Z/³\¨oïGå)}ÅJ£´úóH¢d à ¤Öüÿ­'ÿ‰·ûêñ_ÕÖ|æ:Å¿ SÖøVß==î¶€Á~Ÿ4–m¤ÒþçYióË/þ#Ônzâ¯Àxì¦i|µ0ã«„~S-ݯZþVF+#œþÍMû¢üŸDÛãï'ùÃT[¿Hþj}Eõ2±}}~Äåë™Wùw8B¢ÎÐ÷¸}ß·î,Ãþø¿ - Ü6äìø‡ÿÈ´>ýmqJ~“‚ÕÑ®ñ«„f×î¿Jèë›Ú¯¦~Ám§L´gžáÅ={@zæåê豨7'XçÁíÅàQë‹{Üò×÷Šá'·šãüOþj³v9öݯ:ZÀô ëʼn«ÿW¡ª ü+ÓŽð âW Õѯ"þ•—_%ôüÕÁû›”Y¸·g^²>n·,ßcøë*è7ì¶AsômxƒþÍ`UÓÖð -ûÄèrìt'dÖµÏ&ØN÷ý'õ‘™ >Úƒ=LÛ¬vè]M÷·dçŸ$ÖÿAæ'›¯yX<ÐN½šAþZ{ÌŒï’_|i>§Å]685¾ /öñª>¼ÇE{ûÀùÒ[”Îf>©î|Ò<9¥;vL¥ yô¡´sø¨iÿW= -{îz&1q×’A -{»M‡‹wµÙò¶M8®¾…ã%³9ŠïÁF¯¾¥ ²=‹ë‹²ü!M3o!³«Pú¢˜ª}gêwôkßÑgæŒrÛ´üñ póŒÍÙé1©øðQ¨äÐ;°—ýáŸû¢É’ÁC(ì†o¢¸MzDu /ÐúF/¡­õE"ðµ IÝÕ] Väq¥Ç餽ˆ™Ûôö.?N½¼ì½Xd™Fd´èòDÄç(ü鋜6ÓôÈWÓìÔÒ—À髸ÁS¿zaîƒ}>Ýûuø ßÜž;ådp{»šp·ðìðýt-²\/×fe½YÝåõ~Eî×çØo-o˱L—Sì˜[æK)â^™ÿQ al!æ9v¾áçã¹\&¢Y2 ®³f*Mu—nLÛt«šg¨âF®ö‹ÿèÉ/û§ïáO»w}D×ió^5Kͳ‰,Ë{î¸(í†O§¹9f[Õ/;\œÞÍa ”|}ɉñ»d•Ôûr!¦Ÿí|+s‚o³½e¾ålLŠàô›µéDL°ðz«ôC‚SõàY*¯ü·¼ý^¾{\lyàñÙt—ú῾ Jßç%ýˆ›=âl¿¬â1\Fé¡?Ú÷%¸’ûÛѳøZ=ö¥jœRD4hòÜ¢–ãå9 Ë“™æ;ÞôR]̧˜µY…ös³ ÉezüJz˜kð§D»èç½NÝ[ Ü+n’¾[ÌÄ­<×±#‹Ýì^ì‘b×ìfæŽYÇCضtÍ@¬62lý"}¿wLš¿€ìù!ËÈ„ND‘ŸàVßí®cúÙÇìòŠDèÍGŸ^áº@iªîþ€>û¡¦^$ó±WÚó[wåš'·ú6oÎ6\¼F~U°÷ûBÝnµê¨51XÖB±xlZ.<7ïåÓ Y¸> "›t›ï|û_í;óa®¸Hçc“HÔôÑÞ8åwuÕëœ_Ëh½Ù/H¼ÏÐŽUim‚úóºÕó„·%ºÃ¼5rÔ¦kÙ‡IàÛHnµ°ÎóÓÚŠ§Ä¼Å¯³IBÀÃxîZùÐ``¢2yÇÈ·N_w’ÏÕU#G¡¶ *w­’3¡ñKˆq­¸ÀG»ØÁF;_G‘²ž48?}¬»ß„>³Å·WüW«¶à%7?òñijëÕÌS -z -zƒ¨ÜtèMÙÚ+'XØì&›øž©˜s f› &Ó¸˜ôµ¾`ˆ£Î}„»³Ò[ ai¼vͱ\)Ó£DîK£Qý¨GM¾¨ÈõûŒTÅlà„‚šÿ÷úkÉžØê€ÿ•×ÝÕZB«[s>¹Á)us.A¡°:xÕÞ;oŸ eÝÂE 7ü%Ó›L7Œ¨/öäH/µãÔDƒqÇ›{o:–ár”¼Ôíhxgõ”›?U}~/(×R±®˜+Ž”'ÈÙM;ÃW3: ;]ØŠ¦ÉŒüìÈÂq=ÏÁaEpƒl½'§¦+z¡ÝÎÈ4-$¥ Ôo^õ=ÞÙ§Óäe>ÒaÅž5D°,ˆª®üþ¸¾s†£qÑ«'Ñ4ÔöÖñ”«²˜)ø!Žå‡vßËÔås¾¬6ð;O¶*Í•ØOÊ‹QŸ1ÄÒò¼¬D¯8¨îrX†%l¹þ‡‹SË ÷ŠÇIëêðËÚcÆÌqx×§ãKÕÛ£‡ÓJеùT¡lO6r[ÔËaR+/“µTª«Üª^!ú€,Óôi< “9ì²€/Í¢ÂBË¥µ­©³X®ñé`•¥Ô<µŨ÷øý]×ø± ¯¹Óû˜ç&S®ýrÓ ¿ þpî endstream endobj 39 0 obj <>stream -%AI12_CompressedDataxœì½ër$¹•&øþ±?ÚLë :à€®3/Ý5-©d*I£íX+3ªŠ#&YÍd–Zz™y˜}±ý¾ÀÃÁKeªW²Nº”EFø ÀÁ9ß¹ÿÃÿõ«¯^¾½ûzÿjØö›îþáì~õpwÿ³|ºùâææÃû‡{~ô“_ÿtc¶ÇI§_Ä×ùÄßíïß_ßÝþlcíÖÈ——¼ú'ÿ²ÿáú7¹z·øËO7?ù)¾ùÍõÃÍß]ýpu}sõõÍþ•Ý^]ÿ´<·9¿zÀ vÜöakâÆŒ?s¿¾ºýáêýûë¿àK3qÀg»»·o¯o¿ÝÝý;>ì7¯³Áÿ^¾Ã?_ÿzÿ¾:cÛ÷v²ÓƒÇÉ«?å/£ÆzÞbÛ~tÎø·;¿{óáÝþöáW÷woöïߟÝÝÜÝ¿ÿÙæWßâëͿîonîþ´8ïòîöß_Ü쿽º}øâÍÝíûÅ·¿Üïßîß6Ï9ý¿¾¼¾Ùcß]=lÌÀ=ýÂØ×»×7oùáÝ×{Ì.^‹¯åM~ûïñ³üÎÃë/Þᓯö=žÁ9ûÅ¿þËòõ1#ùøÉ~…¹Ýã÷Üßþ¯Ÿæ;ßß}ÏOÞçÉí1Iirùíoö﾿ÁZÉÔÚ~‹I“¿æó09ç•õ¿r}¿±•Uä9‡ÉÉìÿô³Í/ïn÷i*Nï¾J‹îx¡ü›¾ùõ‡›ýýoo¯9…2Sš‹_ܽÝßääúË›+™9ÌáßtÂo®î¿Ý?€Vîn><ÇòÌõϯþ¼ç:Yƒðz·ÿöúϹ}Àë¾¾þæõ‰ø_ûð3ÒiÓë/¿ßßþæîw2”WÆlí¼ÞFgCÄ l]t“›â`CðøÄNÛicÇZ ÿDyÉÁFþ=¿¸™ÿíóÛœÞ<ìïo±åþcqûöuÞüû·ËWðò -|2ô÷+Pä—÷טÀŸ½²qÄ‹˜1ë?Ý_¿=Ðj°›˜þ‘‡m±ü1f²=¶ës?™ä'ŒÆGãìs>I³ryÀ@ÊšÛ×g¿Xì£~û‹¯0 ýìîi–ÛZ¨[ëæîÛôÝü»|ƒË?|ßý¡¦“ûp÷°{Ýì7ÓxòíýÕû±ñäôíõþß¼?9½Ç×'goöo¯on®N.®Þ|xØŸüò›òe9­;ùí|ÅU:åJîvrõæúÛé››ý¿Ÿ\ÎI×_ÉÍß”›ïåÊîdŸ.Ý/.ÝÏ—^§Û_§s®ç\ÏçÜÊí»“»tî]:÷nqîÝ|î]z•éÔéÔ‡S»“ó¹o¯¾ývò/¸ßŸ¼Á|Ÿ¼Íßpï÷o¸aO¾þps³8ùþêž3ðýw'ß’“ݾýú³tàû·'oî¾ÿ3ÈﻇH³·{²¶“ôóã¶·wo÷ßœœ^œ|ùþæêýwÝüÑ÷‚ï®o?N*ÿýóþöä݇úãNWþ{wÿö›=nu}»çïï®Þ¿ùpÃ?Ê Wøìßsoïþt{²ÿ÷77WïäWP×õ›«\0_õ xßõ­~o!6nöïî x¿y8ü•fbëú{Žüý÷Woö'§i1N3±åÿ\œÜ‘Fnßâ•Nöïä?BȘb¹iù#ÝSþ:|ž>|{ýÃ5 dž´yÎÿuþí›û«´¢îïäMe§Ìï-Éíº“o®1àLxòÉ÷xÎÝ[ˆ¬õaŸ}}õ~?¿ üS¾»ûð$Òœ.Hôbñûi¢Œ‹ùå.ÒÔ|‘>ÿbI®_Ì'}‘Nú2ôåâ~eÜ_¦3~›Îøíò6¿M_½åJéœ,®N ñîêÍ=éRRN»z#"mé´£»“ï>Ü~{uÿáÝÍÕ‡ìC°æ?ž¼¹ÂuÝo.„7ûÿþú7ï!nRvHbíâöÍÁÒÏ6¯—dOþp²úòduf¿ùŸé¦àƒå–›ßÜØÿæÏßï»?˜Ñäí (9œ`ZöÿöáêŒ'×·ß`[<üy±Ù8rx%"æ™t&î9ìù‡ë«›·×ß|s‚1½yòýýÝÛoÀ®qÇò6Ü>N'_¾Ã»n:3ù0ÂÉÕ÷¸àßó[Lñä|DgËD‹Íö—ýí·ûu=O¾¿þêÏï¾¾»y}’þ»¹Ï(Óû+¬ %G÷Ëï;Ì¿ºù€¯þéþîÃ÷_Ü~s×ý$aìß•a÷þeÿvóå×ÿ.ÿòêÍwßîÿ²¿~óÝíļÙðù|.€ó÷?}ô¶e÷ûMúWÊŸå¿O_}¾ÿôpyúôŸÿ;ìÉÛWÿ[èá/ï0×7ø6ýô]usu{u¿‘ÏËM—·Ú|Á-|õLJë6ï®ðœÄkö¿ÆÍ6¾§Xø¡ {ý ÇNX|õôƒ~~]߀Ÿ½â"½#‚,ç§.T¨-èñ[õÇýÛïê›§O?Åí…`¯ß¿›/_~ò+n¨77û¯þ ¡ùŒÕüê ÁÒýfwÿáýw›ßÜÝÞê«ï÷Á[~}û~SK¾L®âECú•\pûå-~ù®õ¸_| žh> ÊFºîoøyó5­g‘¼þŸtv#ØïúMëaÿ’¿ÿæzß|æòú—-Æõöýü¨SB{°lHaÅ"Ö’N6Yl@°­0³GÏùêOWà?¿þúѧq ºo±µ¾úpý°ŸoÎW§‚óíþýþá/&`ïÂ!Ê_Í÷õ¢ -.äÝ«WBÛov·‹ïÿ‰Â@æg›Ÿ|y…þãæŸö7_ÿ´[ÿ ùê7»·Ð£þk×ûyŒí£[üúßpÿÝnw¶;ß]ì.Ïú3sfφ3wæÏƳpϦ³Ó³³³ó³‹³ËóþÜœÛóáÜûóñ<œÇóéüô|w~v~~~q~yÑ_˜ {1tîÂ_Œá"Êýqöó÷ôÑ-~ýo]ß™Í?¼ÞÝs¢†G÷ò£S­æW]ôqŒ!Æ8ÅÓ¸‹gñ<^ÄË©Ÿ žOnòÓ8…‰Ê÷鴛Φóébº<íOÍ©=NÝ©?OÃi\¬I5ÉöÓõ [ÃG™š!Óp:솳á|¸.±hÆY78ç¼]cЩ۹3PÏ…»Ä2o½óÞ>øè'êwþ þð—cßf´ã0ºÑãÆ8Nãé¸Ï0Gãeèƒ 6 ÁÆB S8 »p†‰¿—±&Ú8D'owyyyãÇŽŽSŽˆ#à/=‡cÀaqýeÏ /øs~ÍxízqÚ]œ^€œ.@pØm{nÄÎóØîbÀV´ØÛ²ç±E/ÎùƒÝŒM»ÃÖ1bÇóP-ñsÌóŽî¹'~оü./eed0VØùfèc?õ§=¶aÖŸc/qoc,ŽÁ8ã¡Ø&@1Ã.7§fgÀ8Í9gÛ\ò¾ÎäÏ€ÃYP˜YŠ9Ðo±ý-v¸¿µàªV–‹ëÉÙÈ!7ðÓñŸÁåÃçc\¡:â±#93îs¡ 2ï^¨ ‡î…¢HYQèìT’IòGhú²ï@¥F…N/Ç(GÈG”cÊÇé|ìæã¬“MÂã|u\4'~–þ‡®ßövð›~;ZF‡lí7¿ô=Oûªû‡×O¶{Ï;™èðm\:iôËÓb܆Ñ-nøœ³ó}-Oñ&Ž< lyæ8n£¦åŸszºs?òTkg3·œc㶇œZÜòñóx¯d³ç¯-ÍéåÍ/qÕî|ÆQµÒWûïî7"ÂÜoÞ¿ùîOW÷Ùo~wý-ôc€·î‰ïñÌ!a(Œaþ¿)TÐüPÎÝ”ÿ'M6>l!H†Ã =}ªLxuÚvôÆb}ÆÍ`0?ý° Ó6süÆÇ¯hÞò R~줗,Êooo¯Þíßn¾Ím V¢ñ!¦Ã (Éc”ÃçÃÉ1È!lðL¸(@¨™»Ù‰ÀLMÇŽ˜u<Äc’#æ#È1Êáåpùäž lÅ£OÙN‡{;—ã,éég’#æ#È1Êáåpr éèN…Ãæñèyf7 /DúòȃHOH~@F!c9N tâ¼s/÷:—ëOåŠÀS:H{é~†i9Å­"@ê°ê ,`I6|˜rv†2»`,3@P™Ðƒ__çœa.Oñðü39H ù׃«_(a–Oœ"Ô åüÐAâ߃ù_gaúO»"ð׆}Lf\qœv†…9n‹Z#¤šƒ¤³~Ή砌]‡¹œ 9¤¨‡D [í!m. vϰš§Ä"y„pvâº'n‚ø>ã*C cÌîx/ Ei|_„ÿS˜¦ŽhZoPºÃ:ZX]þ%6©yœ6Ló]ù%gÍã¼y\´Ž®'F½\ãHlÕSPwH4k’Ê#§,N‚NÙ‹”¿.åOÒqd§Ù[.‘ûúB2jPÖR¤LïA¼+)5Å-ÚxàÏ:[ØiˆÐ „ëÁ÷av 'Ij·“]²êgéG9³£­Î4ø>„Å}Ÿs¶Ü(tì#Ï6ÐúÌ…xâ¼}S -ô+1 hy}Du„Æ160˜Žÿ,×8uØÆ‘:søipDäÕ¡wÃb·tó¯z{í‡Þ±Õ¾îä?-6ÔÑâ,е™U‹¯iþל£™Ê>Æó})Š(Œ(Ž’@:ùF¡D±”“ýÄ -ôY@]ˆãLä:B'‚Š¢* +Š«$°¬J/jÆ…®$ºv"£)¾(À’£KbÌvBM½è(Yž r L£TKr’Md›Ä›8Џ$äÎgœv 7áXDÚQÞ%‰G™'ROä^’|ç‚~v‚¦,ƒhs^ô<þØNȶq˜â¹À¥ Œ)ËÅ &e£¥Ñ -a÷YFRJ&9 IÙeaóÞ*[g˜·BŸEçE&ÝBšÓLi‰’©Ø.ÓBZr±[±X$kÅNÌQ >›&Œ%.Ä‘LQLU´a’ -"Љ‚ ½`FbÅ^Ð!QáN``àçêâõ‚éÎÅ.åÉ3ñS&Ûg ¨Nhó"¨Nˆì"¨N¨å"¨NÂŒ žÃ>‘ç?Á ?ÉÏóÍx/½!–|†o+1zXþËù¸Xçóq6»ù„Ø¥ÿ˜)¹&^¼·ßÚ]ÙÛÅ{9ÛŠu©Øœv³y¶˜h‹™6ÎF¬1ÉÀå»lïJ¦èc7³ÍËÜy“-§_¬‘N,’é³e2ˆu2S¶RžŠ¥2gÙbyž­–b¹4—]2_âÈkšœK—Æðr§FíÓèÖNÝYZŽƒ•ð`',–Â¥µðˆ½°6vµu0-‹Þ{ÏQìŽês]­Ì–çÉ>–Cp›Zɱï“nšœ'^÷c4Ã$6 užJâ v—M‡vKÿÃÂz÷c®–ç’÷ÓV· CœŒD¦n{ åQW^rQ]ð‘·[qDÛêvM”_úÞ:gš:Ì‹®ú8Æ55G»â¬ÑôÇüǼÉg<iï]Êf³ÉQЉ§ ˆ øè¸Ì>+N€dúâì*î®ìðš]^ÙéÕÍ~¯äù*¾/ñ~eÿ=`¼§ˆ;fOXò… ->G áñeG·˜p+ž±A 4½c£Àë(>²I@÷N³>ëu„­C'î -'.4/n´Q\iAÜiQ\j“¸ÕNŵ–ŽlQœ½œóqÙÍœ£Ö‘”®y0ÿ,9ÁzÇ/í4k3ÌÚÐ2[Rº…ñ¤¨„¢*Χü&[4S×dæc7ëÁ±âé…«kÎ~àîK‘„r—ý4Ž·”âËŸau¸ÕáG—\Ë#¨#6©utó¯§OÚ„wXÏcÇSnÁáñX‚çÆ¬Ôì©ñ˜m°k(ümÛáâèž>åQƒ£:ºçžØOí5üTxõ£~þn•ˆÿè.ai‰zx46æ@²;†$HÎ0òÑ(¦Ý2Ž©{N Ó!ŽI|ßôzŸ ¥Šh>æƒX.Bù…(à£A(/AéÚA(O/GÚˆÏÙ³ÏeOr–—±±£¼ïYÌó˜ðWÜ#ÿ‘Œk¹%<ã©ã?]óÓ#ÁÏ9:<~$ ².1 -§Â-┓ٲÃ49O“+5¹Ué`MšbBg&»Ÿè€mrÖ&Çí(L&ˆÆEk²Ë7¹Ï„ïœ ïáq)¨.„£—rr/;aI^ØÒ(:.µÜX a¥!¬u„!C¿ZG¸¨u„¢ 6ôrFt„u9îV´ –Zª=JñY «ÔÙZñé–£jðÖs×Nø©!µµtjŽÃ°¥Ù½Šci|-Z,îOÕÚàÙI£Nš(ôíC¼Ì´Å4ø…'òù×È3GJ7:9QB’Ê©ßøÍmÁÞêø ®IÏp†Á!Áº‡À¸¤íàÇ©ºhRò’‹>N›ºøHïâ°ÐÅ-r)ž‚ / C¢H/‚ìÎ Ñ{›‘Êv °K¡.ºBIU;Rè‰ÔäIIì PÖ‹Dú!õ¤í@¹œ¤2er’ÈIi\âAgA¬aÑË@Q ‹B7›Øfh4ƒ£üÌ…&áf;‰ 9—¨šË –ŒDß0u‚™¼„é7Eá©§‚žvâ? u!†¶^"ÂD…N 9,Û ¬â:AWQÖ”xh -å‘(Ôx>Ë£Þ×ϱˆ)1C:: M,á‰%DqœS°âá˜æãtqìG—£ÇSB²~xZ•3öé£[T~Ü‘ÌӮة?Ùñù†Õ1'† wØ-—3K -…»Ì” $œ_°¥ {ƒ0¦ âŽÂ¢®ƒ¬£¤Kr. î$⊀+âí :ÔŠÃJm螌]׊ÃAu8°­Â¸\—yWÈí4ò Èf(f3[¢¯îZ`®NÁ­‚µÜÌÝ8+ÇÑ%>·Ë¼îLNÚí—]fz}f|&‡Úˆèòág>˜xa:b>2ÖäKv9TpN<;üœ/Ž%‹¹<Ut•¡jº0Ü g]ƒ:ŽeÊ”üf¢Í“Y!‰·Žç$ Ä—ÝËNÿ47œ^rt/;ýoí†9þ}ŽžƒÎz£›|ƒTqÓ0”@3âÓFñsNÔK•gÆ6nF¾ëËYÛ*/OýñÇAÇØ„Žñ³ç³ç³ç³ç³ç³ç¯jþ;»ág7Îg7Îg7Ž:þ#׋Ý8/8Ú7<ûñG÷1ì wÏ9ºç¶ºdv<×ÓÁýtpA'ÔÁu:gòwÔÙ¬ƒ]t³-òrå›êgðw@C9‹0»©Š£Êç|Ãì®ê>«X^àôtå»ÚÍ©Œç+ÖÅ@ÙŒ+]Ÿ6ëuðl›ËX@üœ|9-ì/bƒéVf˜³œÆy>Ïs Ý\Øc±³ît^’ñÏ —i²—i˜!wIÍ3²Þu Eí"cæ‚‘‡Yg+ úëôüË…öfK:~IÂOéöI;(rUî Ì% â%5d¡Ïu2ÃE¥Ke­Ô¹J©›f¥î¬(u nè*Ý”ENQç.²àIŠœ=8÷Êðs«!…øàµÌ -q7Oð1ßÓrw%y»#5<†Õ ½@övGêx©äñ éûòèèÿ@wäà·“™72_ò\gdô[,¢}‘3²\“Ÿ!Å@Ob¿u.Hze´îQgä .ú8‹ÒÔ´(M´(ÙbQŠ»ÕqöŒãQkeŠÁ?~\;Ž¿Nçb棭ʓ¶[‡+GwøU4‚Ö16Ð8°»ºYÌÆ†ÀÕ¢wyìÖGK1Õïñ,eèŽèýÇÔõÃÜ72²SVv;÷úbmZÙ V(³4þ$KT·2G)ƒÔœ(Ò¶IMÊ&9ªÍR•QªiÒ–¨T©*„°.ŠHÕIÊK©;V^­â.¥»œ 7usB©Ÿóôì"™´¤’žÎéz%a¯¤ì’ö$m¯“¼½eæÞ2wo™½·®€àª¾9…¯›søZY|Góø–µÖ‰|]•É÷£ª!Ì©|ëüz7Z+ íÛ‘“>2UÂïä–‰Ï9Y˜ûØÇI²P jüìA oÃ3Îý(Vn›µK¬YÅ•4Jk/®µ,¯u(°çBlâKî¹A]mÞGý\áBÒ^ϳq'Ù¯§’;eQQÕRéŽR9ZDew¤‚Šúî™TÌ¡€ŠË -*«*Ý¢ŒJ]H¥”R ³rãWUEU -Rw0˜/Rå/«+îR8ÌYUpeæ8ݪöʲK9Öòi-Áj9§Ä¡–›- ۖdzÀ®M7Ge~N·üHñüã¦{ÌY»ÇŽE=ûÈÍ„ñH)-òª0®SÆ×IãË´ñUâø!u¼$ÒÇKyI!ŸU æqÔ‰‡o]¿ d©t¨^`æê é´“½VJd!ÕI¸è%Õ²zÁ²~A©` FQŽç*"Ç Éº¹ŽÁŪ–ÁnUÏ .jŒ¢œ»¹²Á @bÎ8îætãe’ñ2¹8g/ê¬ëŠTåC:U)¤* Ò(ýqkúÝÑ‚™P©ÛÑÍ">ææzÜOöb‡Ã_ÏöY×c\ºä—Nù–â`‡PÆÝì?Ôc,¦žƒƒþ`æ9„»Ê“í;]eà1 o½›Í;ÉMPö+ûÎÂi/žneâYy–fž¥¡§å¾÷{O·òáñâ/Í?Éßpãg'~wÄ‹ðßϾû…ÛÞä(2+Ö“t‹‰¾”î¥üË(F• †•ôSo Z•.¢i–i]Símk¶M¶V\»'4Õ«§Ý1 µa8~ì˜QM÷Â0¡‹§ŽîéSÚÇe]ýkí««‹G×îºÚa'.»T -ìX5F}äcÎÃFñ°¶¾M£¡‡<çäd¹êÇ éé!©Äy(~9lÁp"Ï>˜¬žsv.6˜@»¸ŠwaV„¬UòOŸúQ*Óà[*>ųõ«Ç¢=Qç&× |^‘GW‹ÇÑøuQÒÀº›Ã²°ÂÑSRÝÒ­«ªš[üiyƒ#g|Ôô5‹ -¸•é°^0Z;­‘+ÔI«ùѾîgä ½Ì×ݵbŸêÒ!]aej«º8Ý ¶4¤- hË ®ãeU²…¬[ÈtM•¥=li [GbùÙû$«uˆ±šC§^õhXT.˜þ#B¢~ê´§þˆYô™QM]+Néo&Èè#¢ >UxÂq·ÑJ&èožë,ZKÁçÿqü±i‘矈C6s)»çðÇÚ;:ä 1.´“©rSœÔEK9è)òV]~1U@>3‹ƒ©¼":í£Ð[´Þy+WDWy"êR°©|å3öÚ¦äGuÒ£l€5¦"š”Ÿi%„âÂ~ÞéG×¶I×vQ•5Ü{ï'Lù*#§dJÑþE^Çœc×êÏ‘j‰ai þp­nšòTí ß0z{™=îÉÚÝó‹7¦Úëþ©\*ü– -¾¥2oTÛ‡Ò“#wä8Ï5.ws3Ž+]únv˜\ðòrîÁ±›Ë^ÆÙ5àþ6dÛjïe¢$žø—¤~ÆG‹-¿ä¢Üí \ࣃôF0¶_71¨K/¿ä¢Üù ©Õ àéSËÞ9®.¨+›½ä¢Ò_ÁIÁµ`ÁŽÇT -Mš)4+š=çìâ=MÍN€ùœó9æsÌç˜Ï 0 Ýôïõ†Ÿ`>'ÀüÎò9æ“1®Ï 0Ÿ`>'À|N€ùœó9æÓ'Àøqœ_ä×(×|NIÆ£¦—Æ›EÀíÌù‘ãâY‡*•Ö­4}­ï·Ò –ÚþAÏϪ}WéókU}7³¿³\zinÑ;3B3Š 7ì qœ›ð˜bb‹ic/ã’5®‚ǺEôØÙ“ö®7~ÙúyóÏÛ_˜â!ÆÙºµd…… èª`MFÐÕœ@xh³aÛóÕ®Sv#¬RÛ‘i+ÚšÔ=‘ºRS”v×û•y(vk‡ýBx.©gM;ssçEOç™pºåœ7)ç@7~:,a‡»™p.º…PµG(çtE9Kq:ËÒ"IO»švÒÒÜjÍ×U¶ÅAY×¶Æu~S#é{†Õñ\GqãèTÇ­bW¡©‹¢2KRèÖ” A“Á£ÈÊíºBŠ\…aKÎÑU¬ãò¯løúñZí3}“?ÎFzÔú¼ø—†E²¶YéßÚlÛÚlÓÚÕ™ƒ«ÜÁþÈÞko3è¹¹Ø_ko!¨išqÜ€÷wòËàŒ«ý8‹-yÙu©O^D÷=iÿ=`Û ¬Â0ÇøÊE—¢g_òqø¨æ‡OÅG/ÂCuâ ­MÔU2ìIü³Ò¼«ûx)¶æ`]%ÅbCŠ]>.Ų6xžœzÝŒ€–ªPØT†Ž¨C]Ë8ürŒÔjŠ[Á¡®BCm$ô˜W­¢¬îI 4VÒî Ô-DÞ1t”vZ¤Ó)ä¼~Ç s[þ|º•Yá|Vž—BpM?Ež)hM@]vÇìøz9NR¨H¢îhHSαLoHׯAÇPЂ0dƤÓNY”Á@O@ Ñ¡ºG˜Hs”…,‰ [°6 k¤ “lY~dù z¦ñþð3árô>fŽ»UØ¥;]~tƒîDYÐ|›Þ€þÿÙ¬°kÖxiÄKO\'çbú% G$é‹Å}áuÏÃKŒ„t/ÃKó%…—š5z#Ñ’_D(}ÒŸ§Ë|R÷Ùç~¾áçþuoxpß”8Æâ¶9¸ljwÍ‘œ©ƒŸ¦«Â#jGÍÁUsQÇ,V!‹Ù¿Õ)nˆVQ‹¦þvsîoqt¢ñ‹uã2ýwǸŠd,±Œ%š±Ä3–ˆÆ8{„O«¸ÆCd#O#¼ñ",{üÑcÔG·ø#<ûxä§{ìËê§QçJÝóN{þñŸ÷†ëæ,w‹ò؇¶,V6iÊ Ïíî’W–{œ -FiÈRúEÎý¢Ì¬=$ÓÃAgXº^³­¡Sî–ƒ×õxÚÒÒ0»^“óµË¥íʲéJé u¾è·R÷Z©û¬œv¹ÍJÕb%‡3º«:«,»ª,;ªän*Ý¢“ʺ‡J x©»¦´¥,£tºŠj~òTç’f—Óæ±{ä8kúè#ºE?­OrtŸ8ëïç†ËD©¹cŠþE’d°åî~ˆ½dßÇÝix¬•Ê ®YwTñfÛc“7Úª”oæÞ*£Ç£ÙRmÞ j£wë6+Í3Ö×ܨhcûí`§Ð¸¾>ã?¨·Kšzã°J­‹8-ÒÆª¤±CÎXZyZé~\½¥‚ïËz.ꩺm˜Ì"Å豓RXK>áxÁƒGNyÉÿnÿõÍÕû÷ûÛ·ûûÍ?_¿{·¿Á$7?^T|ØFüßIå‡zÄ6!«N5›Ñ'©*`µ?M&a>¥™GÕüö%Cÿûëÿ÷ÿüãæ«7ßýéêþ/tõÁÒw#™‚ç9KpÊ‚~ÎìsfàYÎ -Œ9#ÐådÀ>'ž•$ÀNr½TdEÀ^*žKý¿S©û×*ev~¼˜Y÷t5³Çò'uúd÷xþd.`æçBšý\º,.;TÐÌ5A:U$¼¬,È\53×ÌìꢙÇJfV3ÖËìžS0s´fÚæºÖw© É‹›’2>xýË»Û_Ý_ß>\ß~ûêՂ—_t¿üžß é›_]=<ìïoAú?¿úð5^þ³1nܲ•à4‚•ÎmŒ‰Maã§ak&èÆ¾7Xu3„¸ªuSï@7ÐDùâ§òïïÿ”þØã?äW“‡ôû?ËŸÿ¿þo|ø'LÆæ›?ü¯~ó6]ùkЉúêGmÞá¬'_hóóÖYe=y0SÄOîq_;ôЈpFd$d¾oÜkÁ† z¾ó[qcOSM0òVк0ZGC -®>èÁ­Ü >øÜfØ‚A`tÛ{âœàÝ#Ϭ:°Ñ±YûW\þ oaL:c1ý7¯f9aŠfiz%DµØN²[‹¿&²ipÀ`aÀ! âYƒY¶`8ÁŽ^/‒zLp£Îp[jŒ“lìÃd^¬ÙŽ=ØÚ1kò6fKcüDÖ ÷᫃ûL`¼“¼/9Þ7LÎã„1ÏIè{3 ¨ªL¹ébézà´³LMؼ¥y·Õc&׃WÞK®ÁÀÁùÒ«`†À”©/8ƒ“¦ŽÙ÷ôÔaHã—bHT]ûBB,y…‡@/ŽíÛG°z*ÎÎÀ»9¬Dù’21&L.FÂr ½§W,?æûÛ¼Â*8Ç‹û#ïhÄiiÚ‚q,6‡"ïIi5²Ö=VÏPJà%¹XLÀÄڼᓘ… -°sð*¸q@ÐŒ\ñ˜Y(ù[:‰¢Bò{À<0{AŠ3@]¤ÈD?EPþä°\ç÷1àÚ4&lÁàAE=ˆs€öï&,>>]n©}â]ù€ 3Iš:—saÈÁ:°/  ~'7ú£IC¿ëA# WˆLÜÆŒ &ÙlÂgŒ؞ÊIr5D ‰1ðŒ§6ÎÙb‡†DÂp¦q0=ö@ÚY=€/°§-`Â`;b]0¼ÉÑÇÉ+Œ³CòpžI?}oéóâéM¬"Á#6#öÙ$ŽÝ)Cî ‘'Ø‘|œ¬ Žô™r¨_㜓¸’u\Éèà jÀfà†Lg`Á…ßÚiykõ²„Sg1T.qÄ -àð ^Üv`£ØÔ˜þà"æLiœ0¹‘Dƒ  -ÇÞ¤Õ £Æ¬w¢ÆƒG|,Or“Å&6|P^'Sz—öÜ€ ñ-v/&“äCzcmA×nãðÞœ…2ð¨`äŒÄê¹Ó&—Ÿ„Ë@ö8DÞd%#ƒ¼‰Û[á&´eùA^Ä™ø+òEúD¬ Ž ÇâaàSâz˜<,#€N|œå0< ì3îeÃlj gpÁ}H”˜ãZšÊ  ö4Z|xàé6:~ÛC¦32ÞÓuÊ‚¨â¨ù€~²´ïN`ëXÇŠ×x„ìÇ+@pLað,­Bþ¨NH#áRO´Ù =«ü2_î`bÔÔë0uÙs˜ ñ@r'0á‰^®â ÁÉT œN%³É#Áap¦!ˆÀŒóOR #3@$[áQaz//ä¼hàÞÝÝ|ÀîkA1íb¯ ôö ;Àš(…@Ù’=@*c¾WfƒmÔKTÐÙ·Ühøz÷-žñÊØ:Ðð=(iܼƒCC/1¡#_}™Eð7B/ÜmóÊ‹˜5«`©>à"è[ÚAG°âл 8-x€4 -ƒo~OFó -;ÜOÂ{q{À+ƒù#ðäjàÏxt$PA´B”HÔ °/Á}È2†ÍŽœwÞJYoK-&hó -¤º!“71íçg,`oÆž`k0éØv`Õ“>%|²‘áaqØ’²'ÀÌGaËà|€ ÀŽ˜FöÀÓÝ®}O–oN~y÷˜{wÿTô³Åê(Yœüzu󋫇ûëÇÉ›Ÿœ~QÔß|swÿ.}•A3ðõÛ»¯÷¯O¿˜^ãE¾zø3@õáñ´6›ß¿-¤m?i—…Žó|Œ›Ÿütóûÿq€òÿ僌ù\>á‰@€Ì -Øåe·á>Çd+àjb¡€ð/¶*æ ÙS—!¶Ø`ceã@xȇ X«Ü¬ÅˆL9l‚ ðÄ™À¦·tâ*ñnÀ²Pã†ÛG ÈÞ ÞÎRÀãñÀë ½Ú;˜Ú.Óíê«À?AßngXØ<ß>‘âo¬“ׄ IIW­ä%¿Í·> [¼}3[Ì ®^‚˜Ã®1À\`^`Ž`w˜…‘EOÉg_ ˜6Ð.xi,.§#ÆN˜\Œ•ïøŽéR¢hHªW°XuNiÚÕ˜9ú;'¾4$jó–Ó }&`ßoÀ0·`£†"ŠÁÆ,˜v·Ü üœü9½6• 1ºz,– Ü')àõ ¿~ƒí6Q­áú ¨È -¡`kCx&::îd€-ˆ¡è0M˜ÓI.‚‡ùÁRõ¸dâæÅã uòjPf@†©méA†$# &ž(š_f¤4ÃJ{1•€ó€ÉcØ`4àÖXç’ŽAº€Rƒ9a©§Li+ Œ»–E˜@PЊ Σô†²€“k:Z¾±!:‘Ó4•nîå Ü0‰ÆšB¹xœ ¦j4þ#™#7¨z4çväkäƒr;àXGè,ä6 *n…%(ÛQ“Œ¼ -fjäÄmˆ9ÁM1qβXœÜŒÈ3¼[ÀÎ$‡HGxàiÑãœ#TÅËâ)ž»0h1òs?,‹ íIˆŠu½Å51M(XÐH¶Ï=1ÐSP˜ 8”ÛÕ_&Å€iKe¯êš?ÄkAOŇ,Ó»‰sÙçvÜÑ‘¸5A„¤@Œ®·¯Qjú‹‘ \^^§þ’"‹2”ÆXФG ¶ÂÉ‹R5Æ;A EÃM ½ÑæeÒÆŽT OÜÊ­ ØøH ÀÖq¦Q9àá@½€%œñ¹wy±ûø;ö€OÆþ'Î-€V y·Œì'¡*\Ж€kñŽÞÎ3NñŠ‘X' D`¹LàtÎ`à@Ȭú…»AÅA©>µqdgØzòž´¼'/p'V†›{¼—ÍH ë&àDL;§<´BŒvØ0czÀ³Éñ $8°önß“ÿ`á-Ù'^ibÔèã,+P :Ö>,:Rõ$Å#±58>¹>^l=`–ùEÈz>Ø ™-4Kg’oƒô ‚¡Mƒæ.ÒÆz ™¢(‡ËKa5ÄX>TX:TaÝPZñ@fÂ5´ Å ´Ó‚|ÀˆŽe¾@XV¤"LeóæÀtCæ’YƒÛÙeö Ðí=@±cà,ÀÔ@òÁ«Ûˆü1AÁ9T¨p™â†Û¨ ÌOÆC½¼nK%üDM³™—½Me™w7´Ñ$HàØ(ѸTtq#ˆgd— Úy&YÚòäe`{¾,œÜ}*ûLfTf)a˜Z« -ƒ*ÁÇœcbä}ŸÏ§åÜr-³¥Ñ tÖ rÁ¬CŠ“k-D‚YNþOÞRÜ›!K ÀDÑ&¦2ý\XŒ¾OKh¤l·¥˜ÀóFˆ¨¤*ngáè(?! 1Åš8½Ðix%†í8/=’½¸UÚÏgÙ ©]C·&ñª‰OÇãhzŒ,œŽ?Ø÷З¨/h2Ãiõ—ém±e±)Aeu¢ì95¬è}~)“àNjΧs€§ât@1O Aº}ýñò•Ô—e žfð^<ò€,%ÜÓ -’ŠXâÆ\MWÞW(„âvžd0¬^Ù“Ú‹A °e ”ˆÞ-ÖCË÷"Ò7‡¥öTÚå "…™ øA-x6aXÑŽÜ ê*ov| 8Î¥¥MÙ÷Ø1¸M¡Qˆƒ<~€Z‰W”I ’“xåçýÄŸ¯Â£ ÄOÙ?tî}ª'^\m:OöÈÖ {³{fÙªbo&/öV°ÃysÓg¸\ãÄQ¹K íTÐÂÈ8¢÷ðäý–î5eÈ©3¿ñª†ö ò+.%oÎõæ›Czͼ¦zOH0Òv [¸!ŸßSžÕKõ‚%Åý·4^† é“ $ØÊù¡=M”€Õ$ n¿äê {ú]hܳô®Ì¢ÀæÞ ³q]„Ÿhf¤AS¾XˆÈu`ºÄœ³2gT4à“*ð.‡Y´ÑÎIµ9Rw P[ÊA^eÅÒãyÜ8IxzBR±Xc–i_,Ò–ó5PØPZZïV2Úd¾9à7Þb–ì¾ w0‰‹‚hv4Kƒ{0´8¤Õ ÉfJê)ha(A Ìs(?È;80ADà'J¿Øp±Ý(@»$ó …Ò[‡ôÖØb+ÜD:Œ†‡ÊlÜ ¶°·D_xqÜ”dtÆ ‘Ð@Ž· F¶Àt~¤éz’&ŽÔ™f$è©QPd{ÇÉš;ª/–ˆS}Yp*­ô´˜ã%‚pª‚lÉwD÷ÂD@³p+ÌW<£!3tæ:—Õ. xù¬àvîRè–ƒŽr@úœ7Û‘@á”*Ký€/@^èA^匷·žü S¾ÐB< d:X'%§­ÄèBY$ö„´fÖèïJ¢)Ù´ŠªäI5\^¼È@—ÂRÁâàÄ Ä0Íj§ãÚãîXޢȉ×DÇHéÛz ç†ÀŒ4Eõº(ôîpr‹– Ú$óŠdÁûZ7Záu#³Y£åU˜x:$!² -ÌÝ$0Ú\~ÑÔŸ}ÆðEë¦ó2@k¡ó²§I2«é`äØñ@ï#MnXéöNù 躙ít[Ètc‹&ùÁÓ'BS/4Ô¥Ýð$AW†Ã+ðvÙHA_ a½ ƒ±«¹7¼Îx;Œ+  ÆôQŒ:³ Ù-ÛQl‰`AÅÎ’¤Ò)í¢_gè*Œ³”xX8;›tèüL¾j"ü0( :ÉÖ'¶ÇYŽèVMëEÅlnâÍ _––î’b ¢»Q ?ƒçdÚÒ¬¥®*Æ0ŠÈ u´˜Ù|Æy£4[ÚÚ8_”:Å0'®T!É‘q0 ›žØkeopÑ馮mƒéí°ª¡·^ÀI`Ú“ñÄšÔcÒ  fÄ|D*¦n-…@=Æ…µÆÜ$oªÕ²¼Ž(Zœ¨Ð¦ùe7—P©¸<¢Hn#TL¼÷B ïh8£ù-ÐRJ¿ ¶®a–Et›9žŽÁ§]4Šû÷±¬æ±ƒOØÁðŃà]C“©%ÝÓ¯ãdZ¬³vŠ˜Ž4b«a[{asÀø–·§s·—úHtÒ’0¥€ç ŒgøA^ü9=ŒXz—ìQDsŒ#Šr¢5ã¼@×±á -Œ²²¢\<ƒRØõtWš œ#KÆì†ª/·,+NÿYýdKTF²žˆ‹ô5’dÏ®oš31˜ä q9·šP;n—ÉÌ{£Ilj5裢/“Ê>á ×+ÊA,ñA–µ§4epHX<^JÜ”)£¦°^ZœrØÒqX'^iK3%].Ø÷ ÚæàÞ¶w\ƒ7eg/·†q|cà?Œˆá µ»ÀZð f8Rc3MŠÉcX~gŠQœ7éz³ħµ3ð㦰úß@$nÕÂK ŽáÕ(=ÿíÊWÈxâkœO„›BL*æEÏ„½£çÁ4š÷Ñ=Ùƒ20™cO}µÉéq§«R1[CÁ6†yêv5§¦þ90s<Åb\VlžÁEn\D/åFI:d¨ºÒ!ƒG-`°Úà(³°’J˜t¼¥Ã­™ÃÌ…¬åÝÕ:_% uMˆ¼5ÞGPIP¼Ä=jÄ>öÜ•ð5¤a¬ÀäeY-» Û"ŒÂ‘øây µèçYܵä[Á“`Ö˜Á€0©Æô×Óx5yz“ó8jÂI–“ŒfèYŽ VÇ…3k(• Áà(¨Æ¬Õ8Š›Ñ''3Ø$·†`tÔÓ° :î'îp…àp»³†N$Ÿ Ü4{±qgË]4bsnj (òž^y-KOáMn}™JÞ'÷'‡„_\Ò8I×0Eãc‘¶H±ŸÕñ^3(a’ %Ƨ9ºF憎îtìÅ8‘ýbóÄYb¤Ë@Í›!Œ<|Á0ÄžkL•1¬'F¿P¬1ú% -ž©•1}F­Ë‘R¨M Dž™j­ -’Õqåpú~*¦¡¶é -n2Ðî OéxÁº{¦w G”QnÉ÷…=äd¦+íW"*±1%–Sb.kå™ì‰ör°'PfŸµîM&Ì@ÜÇ2Im£´vž!A*žM$E‡ª”~2zº ð$°Æü ÚdÀMRKMLíüÓ“[û,’8ËÊ*Ǥ"ŠâÌlÒTq|Vô˜½£5+jk3(¬ÚRµ'WíJå>²»×nä”ÛY±åµn²'åôVlNùË«ÌNöŸUŽyÅ®•O_q|Д*¢ @:!‹.ÁÐ’|:¢– :t¢¾*ðb)»u¸F-úU¤‡‚*P¤ CTœ‰‚3%2¥ ÆÒÄO*Fá0?“œ -ºiâ?³£pd‰ò)ÈS…)àzÖ -(*¸W…!)Øüƒ¼VŤàw‰{RÈ]EKµj¥ô¥¥täÕÔiTŒ˜ÒTx™Ò¯ô-=MŸU©{%N)Šu]Sß\ß)¥UÅì=猆ÞÜ8«R»U°¡ÒØ«HŦޯÂõ]êIeƒÐ‘–-[FŠÎ,öÄ©L'*´i‚Q!¤Ê”£¢O•9h^]‘T¤«²A© YeÆR1¶M+˜ -ÑUÖ4Ü«,r:H¸eÙS1Ƶ}P'ƒ¢ -in™#U@t1fªje-×M#j­­l±%¼[™qUPxˬ"Ê‹)¹AWFhÀ¾0a«¨weWóʈ®âí›Æx®¯Lú*Ò¿xT~@Ó™ /¯*3A96TbCÓA¢ò"”EçVÔ®£ÑrñŒÄº ´È²pÉ·U¹ŠdÔDÇõ ›®ò6UÉ3'wíÔðZÔ)õ­×Þ/À—-¡W´€Ô¦á@ ôiHm;–Ë›|Û‡¿¶,¯™Øj´;O0$mòÄLxV.Aœ™Ñ*Ù:]2µk1-GÚ˜ªâ8\x(ǘÀ:´µ0± Híçd3Â^¦÷Ú_İÆôÞ–·ƒ«"F4U.§X¢–Z}UíßÕO®}Äjµ«ùMsj—µžÎÚõ-Ñãõ²$¿y½šµ»]ÓDËm¯H«öþ+ê,Џ—ájo” ½­êø†§S¨øÞ)Km‘x52CÜQmóû8/¹ä[ažÂÇÖ›È}ј²?9[j‘¬s$Y¬TÔþE Ñ2JcÐ!)»ìÔ³@€>CÆ A†'Pyõ­û0Ŕد@_Á2¹udŒ -=Æ Z=œ d¤Ü¼‘¬ õ– p”µSÕß5Þ·>#Ñh=nu5wÄBLˆ¿3íåÈÔÖéÛ.vÑtp1‰KŽõ€ý®}–»8±±“ü{e—bØDÃ^Em_®ÄèM(ùýG¯%j.²„(£õ\uFõþoŠñhuÍ÷̘wcß³ ߀yÀ4S±ÚÎðRœš:!ƒÔ;bʃAå,?̶DGk5¼øã÷©çR¿ËSkòf½†Ö­6"ƒÄR@øRR)âðx)À_h¥SìòÕF÷ˆ§7™IîÔŠ›„Ê„ûúl Ì ’^ŸÅÌ~ÇbŠ=À¤Táò˜Ü”Tâj›€‡ÑJ-gš÷ «)!á Ö‚æÙ•Î:üÌ5!œMLnd0_vêˆóϪ¢:'+JgÁå½øÊ@;âQ…L¬½ãš"l¤‰ÐSí—N$ñvzºJ}h܇ dJêWÈå™Ú#ˆc²Ìzb1­™ e–-zˆ­Ùd8 -gá(UÖÖªð,/Ñ5IA¨»c› -gTôÀW_tK’šÚtÅ`Üž2‘5}ú˜k[ylt†¼Ô$Îð©ªâ]r÷·vЧÒÚ“e ¢µëçiu¥Å–NCå®ÞµóP[{^"\h´=]TœŠw°ZP -™ðúþÀv¼¤žH4 -HÇ¢TS´Å±«Ô Þ=Ñ·µA2Êòûn°LSè°a^Y5\B‰¥ÇBëoô”1æ‘Õ‚a¬×3ßÒ[ÔúQö:Ö+·]M¬vD=+XV{o‘CY )pLy·•á²HÏ·¾éFqÏP,ÊqZ,§Qo†‰ú_(»­ÚKôvxÆ»¨m&VŸàh^ìbðé ÀâÈïÓ}ÓÞŸX­GdqÅ-–جùÇòo%*±fU‡‹*.wxLÍ$›/§˜m=6Ű˴6¿œC-ê%Ц^F-¨ZT ^MMZhÖ©…oS!WB¼Þ -Ô[LºµU5,©wúqDs ‘µH–Rår÷]×®4ÄR¾‡B˜Ï©%D£—c•u,,Ebº¸þðö:(:íè˜@ÂÊžAÕC.He*¨³¨ró_~Ûýý–ºYMt«îžèÇ+Ûx)5Ȇ®'ÖùD“`zñHá"½£”°ÿYвš$ 0?ã~@",ye)¹"­Â u°)“7ö…;0.A+ú"ÁÔ‚ŽJaR«P»"ñÆ âÁ·‰ѱ¶½þâ,‚*RW¯¤+ -²À‹0:ÇÚá§l+AC2ä%­Ñ7ãL?HZ¯µ~ê¤;^.™ù{ VÇÑQ•f| .g—^Ùi‰’0Eþ‚¯1&„ÅõX6l¢5›UÙDÈP ®Y¤Ì²‡Ìi!`!c”þ¬­èø$Üb` ƒ“B®¾þOߎ¬©€¦a²¬—†µ@Š ÂÉ¿£F,:W -;uùI¬Ž')(¤$å•—XM‰1àD÷RÍ‘ydãá̤-À«c`.V{(±y¹¥…™ò’ÂøÄxÈPG+š>jÌ£É#Hƒ[’Ý,õ!§Y’Ó+)åF{†XÚtµ”;¥’r=¤Ê‹#†×SÑdεÄ&¬9£âžÜgÝ3ê«aÞ¤±ý$uÖ'iújf(d¬Ø^¶¦Kª¥2Ú‡»yÅT€~Œô]ãN˜WÞK(Ô„yGT}Ñ Œ2² gÑ[ÖèÄL0þ“¶W\d–jª­.hy%ЀžñÃgÓõ¼q°|qzùx¿)V«/5˜†c`àô„#æÇŽäc¼ -È>°û뎜Î1dÍ3üß–ñ}Tyµ§häo ¾Z‹´ŸWQMâäxÒ»TÙ„ ½+ K„ûø0Êo Ÿñ ê›H6± ö1G=·-Ð)KùFz¼Å?ΤšÉK¥‘.©‚NS¤ÖË‹®f lèòƒJ&5ÄJhˆN#xy2å׉:D™Ê“D†´}±Ž45BÐn~@û$KéXQ{IÝ`ˆR2C'ø rïŰâJÍF€0Ì’I72DH–HóçœøÌ‹ÉÐ.[ehäÖÛ{¹‹ð7@#É“¥ã 7À x¼c©eR¡ÊbxÀôP•pVX’¾¼O+Ay<öcã ŒèÇ :eÚÒ‘qôY5ÂÓúp˜@u0Xs`J—š>Lh†½;3¶l9ùô¥ÐèYw²µtL}—DÃtÅ©±ü†â ØýŠM2bÚ0£<ÌH2UäÈJ§ é´ 5¹2…Ê¥?Ò_¼°ñ6.Šâcª7‘§ ÜÏp}âþt÷z&‡e æP’ëÔDˆþÀZÃ=ÃRR´ój.©K8qâAI‘W©J Uí‰eL“Oϩד6·Øë§dG^n3¥Û°Û@lГI¡xU–8Ô¹Y“%Ã'éC¦öÆPfMÚ=G2Ãõ\Ë6Ç(DÖh.¹K8ôz‡éûÔ›T¿K½×Ûcª9…ž›šÛ¨é­yUs•ÏS‹­ø¦¢Å[t§ùxM¿ PíZnïȯQÊÿ‹÷¯½ÿ~õ°K±¸ƒS]”õ?‰bX¿•a(QìZE° ¨TfH‹ä VE°i÷Tu¯Y'f`T SwnÕ½æYâ‡w$ßhtÝkâT¹ @<aÖu¯qDE²@túɺ×üô*ð3jM×½f%z<Œ* -£¢œ®{-¯ÂœóAB³M»î5^M¼Ax4 _G]÷û4¥X×å®- ¨‡Ð®rÍaz²l†3M4ŽTu®­÷)^¶.om»Åu@ŽÞ´Ë\[FÐQ¤ú¤Ë\[Ž–Q :ÞcÐe®m »7¬ª[[@¦BÃg ª«[ó¾¬=ïë ƒòëâÕÐ%Œý-8Þ.oÍÙ£~‹û°Ìö Ë[óIé>Œ#7ººµeQ™)ªDœËV™kë3Ãt•k)6/zìÄr*×Oo½g©cO×~¦r–Ê]3Ÿcµ¹Úµ¥ÍÐ0[yĤN³ï±ih> ¹N³eÍsÚ«Àö^AæÖ#ƒŒqÕ®™%BH43Ï€:>±ÍÌáxE=;Åb€â1€ç= :ÕH¶j%cŸ€'1¶’†f Pº(.RðÚÒ\ÉèìÁæ‚×àBNÚ'RzæàzÉ]À–g„Þ¡â5ẖ`ÁîSŽŽtR')°SD©z ÁmûŸC-ûDe¯ë†5Ì2Iâ‰ø@xî¡a SYX©„©,@Fw®±Ìœ"4"ä5aÐk$ËĬÖ0ÿ#ºLŒl‹ºs SGD*‘÷~Pw®aÆ’Äjz&%Sò.:×H‚É`¬$˜xÛh]çˆùÀà‰¡Ýº†MKF餽ç¨[׿Һ†.XÀ€×VëÚ“™Š6 -1yV­k,Ul¦¦±‡©î]Ãè!†êN Ñ™\Ûê]c%¿•QQx–MEêÞ5Vb0˜ˆE–GmÕ»†AHiR 1õd7­Þ5ÒvEls*“ëêÞ5’¡dh¡„´5㨛Î0ÇŠ+Ⱦ)Q: ´zוJ£˜` ŽZ÷‰’Í3  -Žs󮯣 jùô´r½|ŒîYÃÐ3I‡®[Õ01 kƒ­‚)˜rf¡jUCà"OÅ¢M’²Uuª1 @µL~Í(¯[5ªÁk‰ s¢oÝŽGÕ0ZœfFÕ¨†øÊ1Ì;IQÔj¸˜a! ]^4Õ¨†£c8½jPC+.ØÖH+.³stƒš'·GÁÿ|ùDÞ[…›¶[ƒÙl?£¼L  …•áí–Õd”7ƒsI£5æ20enåÍ hO)>^<%˼¨Á’“âÜ ½’´Ò‹gÀ2û°íÕ³2£¥C³aÐ^ ÁÚŒF&ÖŽB••Wƒ¸×IzOd»ž°òj–QF×S­¨¼¿¸=Q¦×> þ@!V¢íÓ0bz†b11³öi¤Ì.—3»ò‚®|†¡ P°"àδ}’S!OÂdi*Ÿ†?“ZÀÙY^û4ø Áüž&mΘöi¤LcÎ Ø$ë?Ÿ55VŸ ¦ÆŒ½Ù§Áí6'“8mÛ§AÁ)‡<ûÀD§}Ì…aù léA‚ï•Oãé­ñ£}Ïóì>Ç£‘ ð}6ÀÛ–kžJTÚQÒ´«+ißß¼bº¶$Ñüß?êa”Ø“•œ–É'XùgÆZË—ñWÚ_Á‘ñ·á<ÿëø1ÚaLLáÃØ© ;µ;è$B›îO¯«HZ‰CëÉÀBRõJ‘t‚Ĩú‚Õ³$ÕªZ%y8ás©hIÇ -CXY6… s LŠp✉=Yµ¬œ©®*õ6 O€é'3Wè$Ïêå -é0ùU]OÞ.¡@Ös)µ@ D:¸‡†0q(—ˆ -™?µ¬9J¡í`8S h‚å±t®h*øŽ–%Ú0#³èePÚ´H‚–k§’_þùÔ·ÑÌÅViO‚¬¥‰Œy“« -­"Jh¸•²©TµÔu&M&0' χÎ0\@š©¡äöëÎ0T:$ÅŒ{CU.9‹ó¥Ü1õ¡3 SÔBÄŒNÌ–kU¶Ð#/ƒ[sU\>-R—a¬VŒ‡Æ0Ì«HI›‡š»„²Äœõ‡!õ+’J½”{Ò¿(WòM˜Ô'L:Äv`%PKa -ˤµA`ÑŸTêù…5+¡S«jÅ|º*¤¼Û%–ÇÄ ¬°V2øN©Š,0Ç3SLSl`­¢Ê4í1¿wbY5f5—šÌ4yÒ­„û‚øí¡ö3ß„u"ˆœÚ^Ô~æà„.¢=Ô…&ç¹%EôÌWÎ%¦ÕËzÔúˤX2{›5nhuܪås–ØX‡sXÕÅ–1LG„²ÈZ+¥š6x{whSþ^Öè.Ÿ•‚Þ¢*÷œ\kz”à|5>›‰å‘9mËÂ᜺´ÂljÍ`X/aD ´§-Õ'—$àArv¡ã²Î⨹Ôh k­^#ËçRèÔ€$uÈËK¤\<–ˆÈJlêª+ŒXÁ¥r‚cGÀ±Ôi'vD‘cE»î -₉R“©\^Þœ&t¾93VKyfç ²%YĪòæ~äã”[ÇÐõ’Ì,È@GJ9Ÿ¶qúæG±Ö™rÿúãÕ;Õ_Î#Æš0ÒDž8D:3ðYÚá~ëùÊ»n„r†CïÆ\D–q¥´Ô¡wŒ¤“ÐYC”–+ÉÊ9r/ ¡®¬>£Cä Z-ùÊ™\˜±O`ÃŒ}ˆ‰áf,ZÄ›_“gE{ `¢16 {M¦¢ûTiÞ$¬ø,'¦v¸yS±€˜a¬!Ä[îDfD3f½ìZ‘šÓ¼»i}cbÆ’Ä!-páŒ2`­/F`6]`ÄW?I+]:D§5â[q太p˜y›»éÐûEP šË¶YÜ=䮥Ç0ÑphÅE‘<®ºvQ®‹¡tøÂ4Nz7ë®aiŽæctE§¿S/2Jj›O+}@ÊýTûò­®ó»W¥tæ·z|ä©Ñ=Ê\Ö€æhöñÈ˦»w¤åÕM;2-4«eºQ5“fB«Ë-i:m•mšÉ\U}ÊûAŒÊ›§]o*ï4U®ªlIUé*oßf¬ù¢\]«°]+óf9¯ÌcT1°Â‹T±Ì·VµÇgÓË2œ+œe.Ùl’‘9ª*ªVX¯n‰‘ùt»Ffêªô[áþ¥X\‘­ -sE˜”²tEØÔuì´¨j•Ã+òMUÓËrPÕá+2³YƯXUP‰dUIP‹öE!BTùÂJ¨ -ˆ -ˆ4+)*£*2*TŠ9ÎÀ©U÷QÁ-U?R!5UƒR½f-K…÷© ¦ªªÙ8£Q³qVUå³âÆŒnVU(\+U¾.sªOhUKÕgÕUW‹¾¡ -¶*-¥YøU)9ª€¬RTÚ¬Sµ*ØõKÕ¿-zšª˜[évÍvJ/,e{•6ÙlW¡”ÑR48+­ª¸pÖo›¥‰‹.<×3Nš².€œÕêvý䬃ª.']•gÎú|»¸sRýug‰b"PU¥³9aU‹:Tëb˜¨k_ÏVŒVéìÙä‘ nצ‘ºR·²«4 ~+³Œ*^ 9ªæx±ú´*–g‘*r^ Iª>º2?5ë¬+㕪×^Ì]¥Â»²5ëËš*/¯lpu…úÚ€×*s¯Œu±|m6¬Šì×Çf~e¯Tõý•©³´PÒf?e^U} ´Ù¶îm ÏhõHÐgÕVeˆV¢›]”[ÝFÇÕ›¨3š#Rg©™©íözvk³ÿ‘Uª¼ó"WnMµ‹¢MfÊÃQkíQä^;Vš›¦v˨W;tôæ­ýAí½_y“fÎQ{Ÿ4¯©|Wm–U{¾ëSN3Å5•Ï­År•ÇN1låìS¼¾¸Û¢¢v,*‰S<‘YBi·eK®i¯g-µ¿´–¨ÊÛºók¶–ÙÊ™«Ä½ò7Á‚r%+¨¡¼Ðœ(ßuÒ(Ï·BDÊiž!TíhoÂ.å¦W Myø ÊSqÍÖ*ª`Ƙu,B³5„ -eÐ@·Ž‚PYQ´¶ŠÀPð\ohˆ_Ç~´U…:tD«9ØD+)勦ŽS¾¬5¤:îE+YuØL[Y«ƒn´ÒW‡ë<猖ީϪõ×*ÌH«ÀuR[•®cœô}êð(­Ö«0«¦y ŽÒš -u\—¶GÔaam»FU¦í#u@š6±ÔqmKMŽSf5§MC9Ö®iPRzÊU‡ö)C–ŽlÙÁT€amNS‘‰Åþ¦â[F; Y,}*~RÙëè˦e±ÝTvIô©Lš*f´eU§ÅŠZ"S•¹Uų.l´*VÙuUü¬2 «ðÛ¦AYEï*{´ -ü-l.Ü´{ëËk«y‰OVvvÕÜ4Ó« heå×Õµƒ@h·ü ÔR“Jù»Tü¬ü2XcÖ5z °’…í™–bÛþ+µ[™†ÍnH±ÑŠWQr ÀvÌXºY†‚±ÿtë7Ý:Lk—(+iOƒö - „sàñ"Sj‡qT‚¬l†î¨øÄWUù°$GHÜî6%oŒ×óRµBùͬص¦ÙÁf©²I’ù°îþ0Ÿ\;íôsjßüš­fóØjߢžšV5Åɩצö~ê5n9O©Ô®WEmÅW«ˆu騭I½8õ&©½ÆOgCðµë&dTb‹`Ý÷Þq¨ʼnN˜ÝA©÷&Ìd]uféš\W^ç2X‘DF*a´+¸Ó$2ï³Ä(Èê>ÎHcC€镤«É[‘ô 4àú>¬IT_\²×/PÃ×iÕ×¢î£&µ.ðtM (é/¹ ]³éÃá˪炶F¥n êóf¯‡ãW§Næ4õºâÏUg4ú"è³êþ -”sƒ•3ØÛ*ê ú[½ˆxC”BÞ†}¦[÷ÉS¨_áÈÄ¿Y­ïü´îîÀƼ©œZÝñ#²ßtƒì¤\¹1GZ8PBlt€ š¦FÆ1•ó_•ÁšO®û3”Û«Ž+å¥Ú [òPê/çÁ×\¤ž©šÎkšXô_P_–¾Š -J'õŲÿÂ#W¥5?Ü>ÓÀ¢ŸÁüYn~Ð ±Ô.AïµE“…—«êy˜Ÿsd‚ -=Òš0ÚuoZB’u€nìx #uKƒ¨ßaôúèTéGµ=A°o×Y§¶m¨§°Û¶è)u™v¢ï¤«BÌÛqÒ¥Þ©Íš$¨PÍ£©Nö$6Ô祜UQ¼8…uÍú¤ÞMI½⑞ -zÀu }>Iê‰1@úÖÕå÷“êÎÊÿ=ÍS®]ÆŸï#÷«»ŧ²xx¶ N¬y$]hêFLZ­Ž<‹Íç&êÔ¬¤ÎÛ~ê{«{!hòmõTàYâdÅè=8b*^ÅL­w¡ŒJ°z¯Òcbd·DpôX4¦†=‰]šÍôd5½Œ—ia‰=w¤ÉÏ«±¬ºm,òÀ E¾¯—–éšNXb€ælªLG:-È]}ƒV‡!€ZÝ CPôn §ù~àRš ¹o0‡R’Ž/먷^[ìNX7æmlÝz MÀû ãÐ`$RÞçºðnÁƒ˜?/cVr‡¾B%N }Uý¼ºúºzëVw=øº¼žÀºž¼^ˆ– -¡´®o_H¡®Œ_“Q«¾¾l]¦_Qs]é_mŠe£µ§JWµë~zS·ú(æPÚ"(¾R)(¶´è¾ ˜Ú|QÍçÇ(vÚ|KÅ–Õh3GŸ§§–«IUbD­‰EjY•HkR‡ŠÆ”xUÔY¤s“¸•pW›DµÑÔ`›Vµïb -‘½üÿÜl!ölÒìX%„áNîs³…—5[¨Š^“FC`¥Ø(* -³“§ÕkKÑ`•¥€ ƒ£RNUn8U%ëf|†;RýÚH9F‚xÇØ¨~mD÷2ºr²Ôô¡³—öίë.KyK/[¬Ë7Š^‹»eK™gF(ÈÞcUJ‰tnÔˆæ5bb;Éá²®4MÍDªmÉm”ºÖÀpQêšÚ”¶Ÿ¥/¬uù§}A*À©p©šÕ8ÌÐÜÆÓ -]s@ã¿ÈL…“Fì$—£~5ç4!‰ZFk¸o¬˜”ø!ŠrÂ1‹íX ˜äàÀ ‡#µ® £ƒèZÁ=@jZ×âÒ›8 ¹âW![Vîbq@‰ò0ënŒ‹ª:¿úÁu­`=€VÍa=uíb5—uùc½­2ÊzE«jÌšê‚Κ¢Z…¡5aÖ¦5q×EªõÞh»V[LߦޤúUê½ÞRfjFo©'Uq¦æÚƦ–VñDEŠ·6©LñhE­š»×L8Ô_±Äµn{âdÇ -¿ÞHêvS TÈg¯84š…yÎ#΀nȪ)ØX:ØŠ_&'÷•î@ 7L`{Xc£=£"=(€šlî¡Û Æå=£-Jµº=ÐÈLzÛè -4ÒñOkýàD‘Ó]Æ)`0lÆœûשö@Œ¦~ÌJøØ—ö@>$¯ÛÀ¸³ØjäI"tóЖàµòåIžÅ"ÇF{ BYŠ ¬n`-CÝhdPßÈ -ÏÖrâåIª=A34Ÿ‰S˜©ú±ˆObÅÐèÄ:× äF°ƒÒªRubÌ"Í·´?Úÿu« j´M@¡­¤Ñ3ˆ!ï´ñböʼn,ORMƒx–ÀûL¬~¯šI¼T¿æ ûFÓ z÷œu×4ˆEäÃCI'r¨BøGz¥{†è=Æ¡;ܨkš-n0[è%¢ ¯0GZáíèb¡8wAŒ½?îq¯©‰ ŸHk„c-ƒ¤Èù{Ïî—C£#Ò3Ç'="Á×™+ nÔnô©Æ€ÀX«Z$(tèçÚûÉ«!É,¨'_A͹ývó“ÝîôÍ›ï~}÷pÅsƒ^ëc¤ô÷\’¯®Zí•i«‰`)8b µ€½–=7m’f,äm˜•LP€lÁz6þ¤ÅÖG‰¡ l¶{˜ÈJ£“œAkhdµ{ZåšV1ïÁ+k„•ØTÒ‚âSZšRòÑ+Of6žLæ‹3$Á›¬†|kÂ{ÇÔ‚À*äØ|rà6̺Â]LŠï¶,¸Ê´µ KcçG@ ELËtR=ãwrÀÑÀHaˆ]rÃñùd|ÖZZ6OÎb©aíM*BË xÍ( F&× ,Úæ–‚¸?£g#ƒeXuÞJt ¡dÅü³€˜ FŽnèC§`eè kð¬šá2£ ˜*FG†þS,•J">‡…3l×aî“ðRìîÃW R'à1½0 -¾0)Îóì@×cí63mÎdÓ.;¼c¢M-FrBZiƒÄ„–äiMµé¤Ã w<Ð:±ÿ!”ˆP“*(ŸÒ$ÊÐŒ««³ §Íj ¨gÈKbYe‘&Zq…2ˆ+¸!мÔÙçÊzzäV€U ¡!¦ÞkŒ$X¦QÌP¤ë°ÄcÒÆ(ÑN xÅšÓ)H•¢W–Ú³€7a`dœ-QU$Šï‘qÇ–0 õ®±®,+ ³ ˜Ä75·:ï‰ì=£½ us¸Æ!2ò3?Y 8–BýIj3­Ç0Ž!2N–Þ_pìIF‚EcsYÑhÔÁÔnY©žŸ‡΀œÈ8uÒ°/1Ãfý°K1S4UB<Ð7…&Ñ ãoûôö8¸˜ÛµEG†ùa·GsÚ ßÞBv1áb`#ŒÔ>Í3$ÿ„®œ1Ö;áì19©‡Åµbˆã±:°ï]â†Ý^œ%ˆ ¦-ƺg.5ea/Ùå‚€Áì4Š#i j%EÍZ†õŽcÒòX‹ß3øŽbM ï$Ï td°~ÆÈ²ËÄi9w½¾vˆ _ƒKLÄüã˜úœ%Flïm‰ -8>a ¤FУðFCM“Vt3—‰ðb™à,¨T´åKG)'Ïy ¼ÛÒ[ŽÁ[CZYµzÂûÌÆ6‹i†g¡hˈ´|Ñy°ìCþÏzÒlZaXÛšePÙÏ‘°{¬+”;ÄÐìsd‹[+¼…VdV¢Œ39¢ÁJ´1Æ·å>€l`ýFm¤¤¶Ïa2ÂÐgÖ‚-èÕ;2è‹RÙä™H ª{pYZ̲äv—`ºœÅ>ÇX`07,+8”Rƒ¾)”3Ïp65"S!%L;CøØåIÞ‹¯L©óÀ6Ëœö™DŒ@çžeÝKF糯1s×</ت#=O²à,"Îr|ŒòsXü^ÚC—Š(>¿¨ä­‘¸‹gà=%Ð'®ýiL5¬˜/Þso³o3–†•É÷I–%hØFd`‰\«ÊùŽ'1ÊaHûˆ2Ø0î^eÉk‹ -´Ü‹žÞdKBÿá`týCª“V#JïæI¼‘ÐÔ°°¬ÓÀº¬Ä¼ñåF¶e˜ˆ%@‰–\G¼ ,›Âú\Æz8±l£Œ•¸cb=éhK.®÷e¤G»g1Q…B Œs32ñÏ7IôH° ûp¥6Öž6Q2N6cÚ‚€Òí¥©7ö6æ²Ø -§`'œ¶0Üg̽ÅXáŸ¬ÍæLö¦£*ÊWd€ä ^/´q-Æ"ŠÐºKLKæ uM.l€ŒÂDƒå +Òg0‚äÇæ}öÇ4N¢% º8s#ët…ÔÒŽ½gßb,ƒ)¡ÚŽ\µ˜T~ÃÁa^{ìKa{L-š˜G„"”^‘•¾>5H-ºžÍÔÈ=]ã qÊ3#%¤:2u¶«HVé‘%¥ËèÉÅ5 Íy 2ºÔ1œ‘ÌÑcQƒtY+?/:h_(íº®4H†óÀ&‰üØ_œ;²ŒÓʼn¥øæ&Gä¼ã æq‡ÔÉlDJ²´ s_ŠÂ–²„¿‚á2lžÑ³t¡­Y¢ EÈž­,‹>öì{ßKy÷q(墘ãÁ,@KvÁYžÅ–ÇiæÃ“hUeq=ìÕIž41’±O€®¹LÏ$iÔ,؆Ýâ(el%fSFé8ì)ÂdkS¾Yb/ËY6”3dÍos2%Y4(„"hŽr©g—²ÀuÄ%"r(¡¢•€h¬(Üi.aé0f¼Pæ0ñ 2‡zõ -t‰¡vemíB -^Tà$|—[±3a)Hun‰pð´LïƒG)€…ÁB>šî˜ûþÉ3|©F.~qKK8ãצµµ®ä@™>Æ^:Ò°™ ÉGpK‰Û 4YA1b…bG-†2ØFsFJ=Œ×‰ü u=0zI<~NF(Ìy/饑Yn”›”m6­³ØåŽwÁ1™˜,™Ê4dÁÇn/Äe fÑtéÒ)&O¦áŒì”,YQò`‘϶—tEY±«&~/ËQËŒcZ=Ÿ€rsy†(iùx…R¢ÎÉ‹2Ĉd„9pBŠ‚Ú-v25 ‚¶ " —U#ùå‰ öp’{¬C1£u4èé,¥Åè0Hs¾í~¤AÄ‘•t¢XãøT9EÕE¦ŠœBø‹gnuý6n™ài¢ô¢¤Ù<²ÅéJvLlÐ@è Ô“n!éþ£@L¡cC¦´ºõ’ñÅ«3‘¿L¬Åf0AÊ-öRÿ!:¡3²¦+šÈút˜Gž1$ë…G‰q– Éi@A¦•™£B[Í1¤ûSMÊBÌÙ#fI‰c—² éi÷¹QÉd>8*ˆíœËË^¡²xÌî$]9ÚËLVÏ^׎Š(1dKf•ƒT–Ks1ˆ-‹¶ G!pL‡í2¤·b{,̨”ZåÕ]p5 †ŒG]JÃd²>'Qè³êa²7êÔƒ›2^‚ží¨û´Ò`+0ÐÔ\Ö×$,ý6Ðú® Vj2EOVδõ*êŒÖôYõÔ°õ,}KxªÈƒž^vÛ‡Š§ @L1Íeªj¹i a¶š÷d ú`­•ö­abús‹º<3Þäþ ¹0 âôìô)gõ6¨š/ 8Ý3Þ†öžõ^AÜØ[\=K—gÔ¾õîvÈS -EHlWÍ=Y9b 242µSó -ºrÒ}ÄÇbìÆ3#[¡6Öf[Þ¥<ûm‹ñCšý‰Éhbц€ A³P/×hµ#’r®ÍŠi0L¹ÑâãžéÉEÀ¼C‘ÔIÐab$›H¡YM "ã%)r¼Âµ–D´QÒOéóeR¢’f|Çž0zzÏ@Ô¦TÄ;¤æhµPõ¬†€I3ÛÏkÁìÙ† Š1i\òy[òÝ«ö"&¼—4²&ï¥ÆÇκ5Ôà;Ò)ÅŠc:£Y<#ÅØ¸Lœ)hèCÓ')g0:`Ðð‰V¤Gl¤”j}ñ>V:+ö¬22hç©8Š…0²'žÓH«CW5)Ȱ\]QÒéå GÎU•ÂÜ2õEYǬ³ÆžF·´Í±3U¤‘a¤¶SƒãDq!ÁßHüd{f}§Úa‘¶^ Ö7vRѶsb- ú¹Ki€‰L¾†Ò ‡4êFÍÌø†ÖÁ Y8…Ê£q Ý…ÎKÉŒLyû^ë?d¤˜Z?)\Sò4*³ -ÃUó¬„yZFÚ´­Ñú›>£¥ê³j}’VZF¾ÐY+‚Cé¤äøÉNg9©©¡Ñr¸ÒÊœ,•ŠZ-& ˆñèçZŸ¿«õx2:& Ð#]à”-€ Ä ]z—é°iSà[S$ã­{†Ç6îÃZ ÖS 1f¾aÝ`@O¶Ï(¶ãjZI «æHÄ嬬-4¨Ë`clV»PfÏjä$:–÷`dLÓÜù˜CYµÙHùçkË“XîKŒRƒ¨mÀâS¡á û@™¿è`H¦ãÊræ IYŠ™;bólˆ.\Ì´iKïƒ5¦› w ô¯­ä+‚àÇž¥¦ÚFEŸu÷bФs-@ÖÒ¹ÖÙ•ÓÓõªƒÅ…nh[C=£íäõèÐ6UÏŠ \))cGÕ2›cƒÅYî‚A -ƒÔúoXsó%ÙÖœ{y@e ö=lJké|lØ“)ˆyc–|°b™;¡éÓ Ð‚$"µGe¦Pd‰¶ç#cÓVð‰Â˜ Qômc:}‚PvXûÆHb€2ÊÓݗܵ4üú¡˜ó)Þ%m:ô,ÔtС˜H °Ÿ= ¼)·o:0ëU9!è‹­~d@Àà[® }—䡇(åäŒF;P8÷ì¿Ðô¿pòê^{oÄë([+=Ú†ÈûÔ³ÂX›.ÝÚ‘”^;H{d2còòrÌgO9'Kg²“¿ì-:6Ì?Âä0K¾ÇÀ¶<ãö¸ùÆ\YÆIÅN†ÝA.³Š ¿´Ä¸l·ÉZæ˜ -¼7ÐAÞÀ‚ë­]; ®tôШ‘¾Gúû˜F/l)q $Á}¬M[ܧ -=k½. Øô lɘT#²;:눨X*„š1K“È”9ª3= >ÜÌx2 °ÆÏË“„Üð$‰ðÌM¦‰=0Ú„®/.e2‡¡E©9 =±|8E Úp\RbŸEo\æBªÇJi–UQ§h`MЮc h‘I,7÷ÚR[˜z =L¢@ßG<›„a,©¡ß%†”2ÕCz2KD)NÒ5åMsJ¦>é“ÀIR«©Dªãœ*ÆS½BREl£È°Bz•RHNO€k¥kHM- ÑlÏh“‰¥&:Zˆ:ú>…˜)ÂulTΪ„}=l¼QÓ½“Ü1ÒA”ð·7…+,w£ÉŠ¡‰,8¿Õ0ºT£Ã(|cKE®‘g°6¤™÷ñšÐC( ÈòqS S. "LÏ8³ÇL:Œ#JdC¹mͽ#;@†lÌ:€š{òãØ`šŽ$HAÍal³MG+ÁÔÑa瓚o;Ja¬>¾…Ìœ÷w ­¦—>ÒŸP·Zr8VX!o¯…6ºØ";þ²ê«^Ž3–Kc‡Á»Y3\ AÇ,t Õš> “cVrﱆ £¡ÎѪ¤¤°“<¸^Fj -KUÂÜ1pÚPý¥–‡ÛÖxš%‘BNª¾øÑU,C5áIŒ­®@Œ#F"gD#[ …€«b¥&ãÅ„VC*Î6èJcxAT ƒ‘XÀ’¹™hG6Á±©£®)¦bAp5äžÄ„Ü“FTÙLbä @êÔÔX¢Õ Ô”R_§µ±Q ”&L+Û)0$$¨Q£a×3ýÓ ¡ð L ^$&^ \9jGAsrBy™[ ïI•4ä*HÁh5CeÒJdé>ð…ü¤JÝpR ŒÛ ·— èJeq¬™é¥t'[Úû†ê31‘c‚´*úH­AÉ̃Ñsæ‰7J sR×)rækmNñ&k>+­Pß'+”\ZÆù2..¾%ô'¦µêhxÁ&ˆSÎFQJ¯>£ÖAýRïUò¬óóª¯tp2Cw,{JD ôx'׉µ%mÙ4ÎÉYlŸ»`jÛ¸[™LÎÝ:Ðù¨LŽûÂ3%òÌzmØ ·NYÀ®(oµ„Ü™Flö#cæ2²ð °)vÿ DyÚTãXØ.2q†±sceòq ž¤E®¶9(ÔÄ ÖŽF[³aHš O“—e½rlŽaXUNfÀk+Ÿ$âOòÌ ”S[Ó=vNBeE2l”E|t+|œ‘³Ú²çXl.¹&™QŸß¸¶ò,‘\,.K´¡¬Œ MÑ}Ø!œ¹èÚZéFÚ¯ft°²u:“Ub&h¬í¥<€š,÷QvWž!LâJ_ºÚ~ë˜5@%£LÀމÄ( ­žåí”%:Qࣰi³¯-Ò Q1yn ½mŠ1Û‘þEz\$©•-R`ˤ ÂF†mæWÙÔSD’²¯`ñC,íò˜IK‰ì!A›˜²ï˼O³ÍråpLa !²r'ꢀv\MD®¼|îÿÇÞ»îÚ’\WzOÀwØ H ÔQÜ3ÓÿIJ얭†µÐ¶`}X¦Ên²ªDAoïù¹ö^1ck–Š–d‹ÝE±væÊKdDÌÛ˜cœ…¥Zºèx€Ø·Õ ®CÍäð‡ë¬=­0Ì -¾ÕZhÑ£zPnåV¤Yê5x@óí­ELþj> -3¹¥¶}˵]kGrAYøhé™yÔŸ*PlþWœÐ™Æ{­bµz ‹Ì®Šw«a­CÀ1äˆ}÷N3¾-ªÙñ9·ìߎz¼„º\ãæÊ‡„Zr(e¿Ð$6?ðºË{Kq°A^ɦ¾Öyaw-æÓ¬åɆÃvkC.ÅMüJY'{œ¤ö™µ@ÚFä)LK½6gYpjòyÜ ³pÖú–kÍ·!ŸÆd>ûòäÔÖÒ1Ð3¼búØæ+-%èpPÆÏؽR<+ ÍZšÃ»–øŸ>Ž`ë÷ 0‚{&Üàƒíü™ˆ…0ù&Â!LÛ€ØÎþ€³ˆ«hEj„•ï¬ègàHØö$l.òۣfÝéš&l–‹³Ýj’'lÙtoöCôÆBR°/ÅlT@Cmm]@U›YÁÜ€×Öl X0ÿl¶z³¶uDö-847l.øBu÷Æ“ -˜½à‡Ü_ðå~pëbð-ocpK2¸·_ï”ÁMˆÌànÿNº ;ƒÛ~ƒBoG?I·qB¤†x#€ZC̰±ÛØ'@k×* sCÏØEsñ¬5*¼Æ! \QÊÛ¸ôè‚Û”þ‚3vñõæ¬%<ØïÙ/òm~ àÐãUV,{ÈUDLü&åáxú. @ür €þmê&4„Pì-XÓHÖ„]*t6¬É¬ÐÒa¡Éb›M Í!+>Bf/6Žì2„¡ï$$CïÊš¢ -0ÛLgh¥ ÓÐ…s§ZïÞ]~vmü™¹Ý»Qh͇î¢mJ94)…ÌôÚç’Û¡]j›$mW!Ù¶î<}è÷Ú¦ùC»X(„–³PpkÛÂE¼Î¬{„޹P2 wÛÒKhà •›Ø¸Ô|b/á®t4nz…j³Ñ+fK JïŠ?Í»V-¾¥Š…ÿ¥ §dÕ²ŠÅ°Aô‰w ?ŒÜûµ¦fî×'|4s…;ÅáP–;¨PÛ°Ç¡år[ݳÂâ -›€ô£æX"”ÓI†_/¼–:aro!¦¯°T+ýU뀇E1'=ÇéUæWÓ"ú(™Ê½¹‘ Ú«°¹±âz(ó†öV"5·©ÚÚ+¾n4 ”¬ÚVãuÖ*r|–µÞd-hÞÈZãºØÕC¾ÏZ¨_¿ðZêÓd³mE„ Ð aÞ¿?„e³B'âÊ[Ñwó"+·þ@vÓ<<Û!Ý:ã¼P1AŒ®Àc^Ø®YHo'iÓD1ŒrÊ(ë³·©ë†@TØèD‡ÿã€^û„³uEy_‡Ä«+ -R¼lËnÖ¾žŒtƒ}y¼*’ñògv„TI ÷ÍÓ­gøl]_.\'Ð5g’oôÂ|8ЯŸç—?™¸~‹êÄVKØ\y†â쀛³Ìµk“Ô² $À„yþ2Ü›3†~ª´Úü\»DæÿƒxÜ9Xüó„z:ë@4ÍV,\’x[<Â5tÂ'œÑE™|šk|êoYÒݦ#™Œg~ä"YnsԼį³b|–>ÆççWÚ~!Qf©ÂoÀ»þl'µmsÛr’úª×¹F™¥S¹>È‹÷wæ¬MfImœ(åÁPβýSó4g"ŒëǶ«OÇ!€=Vy1/ãk6>Á\ÜñÞl ñýï_Å¡[ö í¨¯«j™vôûÕöàU>m'šM'y(2Á…±;ãÒO·‹ióóe~½Þy=0Ÿ÷ónñÛõ wßœäfÑÚx sßü…T¸ÑçfPËŒ~¿Ú`O+1\% jxŽw†ý^6dZð3™-#õ{ò«õ{.%CÙqij”£8Cm£î -V%ñw’qÐCÙìJTgÛ?ÓºpCZÁÓL“’€HÚm¨ d]&+@¬…ôê dQLmtAY‹ÏeSQ/ùó:íêÂi5„ÉŠÏÔ” -yƦ¬BJʧYüTN!¾ø$ NohTìiÞ<älò;-Ìã#çû5Ö—¥o§&òÄ£UÃ!\3‘·,,u*Û)M#ª‡ÃÑ€dãÈç<ê,tt8u‡ƒcµ8Að‰–׬DàøMŸ¼B÷šµ|‹é΄«IWšvÂL*è®Uœ^–&Ë›œ¤¢Ü i/Ü]x’*É¥î 2dÍ\m !¼KCÒÆ¶SÕW#¡Bj§Kök¹ -_Qƒ°Þþ$EØÞyz˜úÈw˜‘òë»ÓsD’Ìl ˆÍ¨€7Ÿ”<ó~ô9« ØSÈ^ñãu¦ÿ¹ùî] g6;Ó4èfútÉ5…³õÊØ…YØÏI^ÕmUÓ2±Ndð>CõçæG›å -¾ôXAÕóXL°.BgYÚÖº ¯·[ÃÒˆuP%Ò#î°9.…Çé›ý^#•à“Kmšu¸Ç‡× ÏB–äÄÓäø~•£Ï‡4׃NB•u ä¡Ð”X†"fCJ‹Çæì›ð¥–ŠÌÅ Àö'Õ’Ê _ðˆa>Iך•„F›ïq¿$e$:îH´¨í ÌdhiþLT2J\H¢e²éq–ªl‡M·Ë¶Nò̧%9’ƒ;ï… ©–¼ -¡ˆŽGÏ(ËŸvõéäD«èKØ6*ÙIº.€'‘ÇÛÐ}°vÏ‘®öjaŸ6±Íu–0>ʺŸn_$ìÆóõãF¾ŽÜm¶ÍÈòý¢%Z§@4h» ã:£q]&s4ÑÛˆ?Xø¹ ‚k°.Åøª»%=•uGøoçC¯‰Ýé_X,À¾ŠÍL›+Ã"R˜ -_!M³ÿ.ðOÑX‚WK\Ÿ¹I³ÎÊ“*dI¤»¾D‘GãœyÚd[é(%œ„ ”°]a–ƒ -(2Ÿ¹µÚ±Ð¬kñÐQg:œóB©8æ¸ýg†“¨Œr¤ß£©;ßÛ¯SB<–0/xñ&–.{n)I8¸©³_iDCú}Fš—È]2¾_ϸÝyPå6¿!²4Ÿ© ØkK”ñÕu]eÅÉÑÒê)f=Û•° ð‹í‘< -Q¾H'€fæÿ n‘D"¸EõX½j"Hγ77œ¶ÙNáâÈÞS…#¤Ž$>¡þéîüáeAÕñ²Å›ýÄc˜QÉŽB¢3 ̉¥î>èTY =WšM®”ØçEáKÔj?“è©9ØŽCZç-™4GÑÑS˜{ôݲÐ*œ×!¨¢.jRx!'³;ˆ -®˜§x°uÚl‰hF>‡2+)ªz8ÆI­k§3h x•…2;&*~ÐOð±—UË xŒU§ZHß -LŒ 7ÀVò‘/ÇdTiÁ4ÌÑa³áâHãcvä1è' '¯ÎzÄ1’’µ6#™˜¸”ôD'×ãyžýÝUöõO¾€£¹ePêIjq¢íb±-Qèrîç³7UHàmjÃp? ›K…ÛÁf^ŶG™ÞïdŸ­ -ŽðË3* -LÄŠ6x2_ØoÉ%#„»}föÛN¿E¢þbSÂÉšm-õ‹²áʸ$ÞÁc³ýC_p/ú>¼h˜ißl05ƒ‡sxMHgj:|Q¥£¿9ƒ7¡ª³·¨WÐÁú’Z§‚ÚÇÉ‹IMµ ²‰\<žœxUÛ0ÆíÕR)KògËVá'þvA—ÈŠ¹Ïm䩳xU.5î˜ =æT¼ç<£¸†臛*ƒËP‚䬢ôæ¬I"»e3—÷ažÛ äBß"I㺎úȉàüÛà=õÍÏ“ðfP»¼Þ0K¤KÑÙõÞó¦¤ÙÕÓ±ym:L)Ût3Nð¬Ç‘³½7Á½öÎÀ‘¶4oa»ïˆ¹PÔ ýzâ®A˜,g)\ïg`ð½ŸÔÍLäg´4XX@<Îæ.Ê%æ ÀZ|¢]þzsà ž“Ö ¼Uë³ ,% ’\™^µøNŽRUú<÷GÂêyD]*5D[$‡>Ë šË þä&a´øilÓ–ìo¢eçŽwÃ&øŒvËžø~ž$GQËn®m&hJåž:øÊü:Ùžæê¸‹öø€»ã4c_B#V­P…óVô‹ìñóuYÆ;¯Ë{ÿë.GbÝiâh®;Öö«„/|ܰi†ù7ß8Íâ¾ÎÖXfü»fä.øüuq\MÄŽ°)5,—Â:ˆ{(õtŠ”í}¨HÙw'Ó‘¦!t OÁñ žô^œj—4Ÿ›ôt“õ-ÞÏ–̧~+(+u€,I÷ -t>ºW| ÍC°¹²b®˜÷ ÙºH¤­|¹F«ÿ”y96@8Háˆ>7ˆ$ÅébšhÖ6%‚@^˜s¦Ö¢)yÛc¢Ù‚3 -gºÁbìVñN5ךÕaÒ ÛivWÎÒ\ËàPt#ˆõÁÐþ 1óŠ¥!–ôFÌSÞȶБ\-Vª €ï„Xrqž7weˆ®±%ÒÕ1çÚçCr7ÛeGá# F#*â¡æêL’•Jþ¬4)C³?ÒL†Áiâ7ªÏR‘Ÿl—±[“tÔ7¹Tâ}CÙ&Ú]¯^œ3H‚‘¨7tÉK§) -{ -XŠ~„Ïð¼U½Qç®Èõì‘/¸b‹h𽋅´“`Ÿâ'©‡,Ä&OˆbE±¬“|:æ¼¥šV l¨_¥ ËBb^äã#âëb¸÷½],_Uý”oN @½ÞW­–{lµZl›·ñb‡3ŸÜ ,Û'à"|9³ä{él¾ -:Ù†™f„v¿¯ÈsªaŒ"wý§•o„:=P·¨?øõ(¿Û×·N„[å›ïõ,DeÙœRnðüwé›EúP®²~—²uuo­¨„ª“äZòÆZ]—÷_ÀØ®º±VæÃ4iL[¼Í [cE.‹}5Ù¶‘Ó¹1VGU;KA++Z-ÒìÔ~à³d2í­–ðŠf$À+Ú•6Vë¬âs1'¹±±ZæœÒ2uÁy”wŒ–ü`ik_p©m¬ÖI‚_˜HÛØSÛ˜-{ئW—;Ç;f‹ë¤¬èhÇÎláÁšE³aqžˆ`¶H™blÚÖßß1[×,!^mçÆl]§—V.v$ƒÙÐüó… -QÙ›-³¥P̶ E»ŽÚŒ_4WÂÓn´ÿÖ\5Ôžá:Bš«Ôëa®h7!ÝjSþ²õ‘£¹úxéü`Ûõšï ßÌ÷,¦ë ,×³ÈØ{m"Ù^-ê)ïY­§ßU lZ£éì€Tò÷¾ÕWˆxúð:Ü“m¦¿Àbý×ÚY«?Èký‹ªzâü[¶Sæú# ²W XŬTú¨2S4+^²â*”grö»‚D]ø}*-ÒXIËUQZºÁ¬Æ61¨¶RL5oשvƒæ8Í" Wó³èÉ¥mHÚL:•DãÔº›ª ÔQèUîÍk>™"O‡>„%·«ÚŸ²ÓÙj3ÑþD&ŽÛçàFŠe•y$äõJHoºŒÕ.êDÇAõ©¹ ªeðøDL­wj7]RE´ãœSItãÐVƒÙ‰»Žm ^è™Èˆ~u•µiÀÌ59“-ðR’+é.eW±KÞ”Œ¤!< ‡ÌÝÐmÜ7®TÝÿÔIòÍö†úÍíu3œÓ2ði±´ØI¨ŒÔ"¶6^ößÞpl¦ÐÖÿ¡Ù@¯1H‡®¾àk6²Ó´uŠŠš&M$ÂΊd݃°€ç>ðA®Ó%¼lÑ‹5[M­¤%O6èØŽ„À¹ -@,CI/ì….ÃGºŠxoô²Y£V0‹¹ÝÒaÏu^iÊ6]\$LNýœ"—´ ª‡qc*Ç -­°±‘:&Žægœ—  õÔBÌn´¯¼Ñ EÖ¼§jà³Ùw‡lÀGÿô´ms¼gz'‡qF÷tÞàp -ìøó™ESÒpH%nzûNÆ1'9ù’'µJ#^'4ßä¯ßàš‰‰Ák’[èâ…±ÿôJw,®UA?TÝLaºÿ~Rº€³t´ƒö‡º…Ar÷ÈžêûÂç#NñV§âHÍÒ_}xýZvši=0DqÊšÊÍàFMüf¶Èu—G"˜‚ -a—9L®'_€¦[œ Рž>í´ýf¥c‹@HæHt4N T`)(Ï I?Œ¡Ü1.œ^Eî…Å] n vê,^“»%‚ìâpl Í=p¯©“|¸(¾~³|`¸ ?±oº÷Ûq»ÌääKÔ/6æÁo§D±;ß´¢êµúíê4Ñ3‘•ÈçÞoçÂöÒM(#—‚Xüv= ÒÕ‹»Žú;0 “ŽÐ -Èá;F'M×Lûg¥‹÷jÑI×}i®t]IÂëÕIÇï“âñê¤#KdkÄYªc%úèHÅ_²Íæ¨cï£ónj*¨6ÄÔìÎ:ºÄ]PÕÉr-Î:¿Ô®Ìžsï«£°ÔIåV„yD_½ô™|³N{[ôÕmœÔ±Ç'¨#·¾z ] -õ½ƒ…è«s'Mf»Àž‡KîjÒµHMZ>õ_a†Úvˆ¢¯^T3â wÛj’‘Öt÷RÒÝŒ¥9B#›F#¦»í™?]´7´Jén ÌX’«ˆâö}Þ;›C'ä#…1ïMˆ=N UfÅkþ;ã¡ÌÆ¡ö6{/v4sUðbcÖÛÎõ}Õ¦©E­YïŒOH4:Ä3˜÷YïL,H3à(ÚÿcÖ£òw.ޝ{¼pÿÿáïµm¿2çÁ#¶ñË"6^Âf…;Xîîµ™'°`ª;%¦Ôñb1˜{»-‰nC½m=æm@ÉSAtšl“Ê€á ø¦¹GDOäU™ÊMûšÍûIŒÛ¶ÙáºmeŸ o¶%Â¥´¸î@ĵ‰¦ëÚ9PC‘œµ°ñ¼ÙíQlb˜Çtq3ûó#~¾Nº i»‰j^\ý¶ùD‚=e qR§"ý×%`°fEœ0x"lö!úŒŒQ!ƒ)þ¸|Ç6xìÔ-N*θØl8½6Ç…HWÕÉñùT ü{°1ÎËϰöˆÎØœPK +ÕÎ$«¦XKñ;Óž’\ʬ­‡iM8›¬vo½¡:7&œÈ¢ -ËN„Í%!Y 3 T¥;y„„ÓtÒòÉÖzÌ­Y’àl6–3ATËZ:]Oz»G<ËÅÿÍòqV¯ å<Œèu¢…#Ïðo’Jïf´Žä:I"l‡‘Ôfƒ}‘Kʶz‘bAJˆÀÒ¡W`GÂ\48¨‘€öă3SÌu^7±Í¢¶õèõ03ª¥º)ªƒVì¯g4ªÇ$NUðÈÙ°Èí‘V#.ÑNE}ªéÙW3?| :ÀÓé—²íãÐ×d1ÏdÏG|IB]Üid¢áç%Òà”œ”&«“Ô©’ܲG“\fºÖ(Ò ¶” í”àâÎs¹„ð¨”cÞɹB•UðüÜqÑvUè""Û@½‰) F[ÀºàíÚ«^ýuÍ®8sIgÇö¼<„@ºðšBEJiÜ·h½ÀÍz·(°=Ѓµ‘dÉ&ƒª2fq•gPš¥"'Ž¥QfyWF>Y´=˜¢t¬u»tOõrVä$úœpÀÓ:u.¡ð«>?É5€Ï×éìSÍ<žQøf¤QÔsWú¼A8kæí_ò *¿ª×¿ml|xFº…ýG{§ÀÜÈÝàshý*|åä1À-K"eé¡E0µ0 Œ!áU«’ÞÞr€w„LcÝ•aâYä-Ž:iÉÚ¤%+Óc=Z–÷ÌNNŠF&ØIM×ttØôÍ£xÒG’j—®‹ '£{x„j£^î.qÑß7Ö–]¼×ÿÒPâŸZ$0[SÊÈËÐzi^BCeDüõDIЮoÅGRdûa‹8X‰èͼÛ‹§31ΙóWè<6?ïâ=RŽ—ÖœÍÃÛg…÷†ƒ›F -„}¡µœÔ«r0»íÔáË5È—(.R°eóõí!g“)eñÉÓËìöMÈyæÍ$l3·™‘• Ñ+LdøŽØˆä“mD/âàNì›…E‰CŠ\—9~qm¢¿k£º]ØUÇJ)"ÉÉÛe?}’ug¡%­åw6¦L÷ ogf$å¸Á)K ‹ìæqÖ¸I:‹¤¶™¾úÍ^k~Šû³ëFMY~B#*7q³§4M# Ù@LöFC¯ÉÌË0"bEWãcsBD_—ȬÎ3˜/žv3 ÙÀŠï 4ÓöÚã*# ´lhAÍüò4”Ü‚.PPà´˜Hý“[{^Dð ðÎ&îumü‚rÞ(@-2ƒ‹oQl›¶I`g€G×ÑE`G« ÆUó«§CêGÍöSâðè-ñÒ€õyi¥v¶^×¹è…-¾è—\½7ñ|+5Ø)Á_Ññ#yhw@X°)‹öê5Öâ"¬`“Ö‹NgA·Í¥£C(üV2qYù@›a - ÷×'[›IÃÞÄÝèrˆš†=tK^øïôœfPà#†ÐtÝ«¥ØCƱqõý ù†uìCÖ”K“±y2Ó×Ðâ…±t÷}°ÎpÜöD¥îc.‘ÊYqmë…RQÌGR쥄å“Îd[Ös–·ë1 -ô[ 8oË5æS "¦¡j‘"Ù>/ Ü—”[Hë -=¦zÅ .±¦†±ABOÙ³PPا˜±A6±°TdUjÌP päöuc–Û¢Ã"›¾ûl9ŽQ× ”b‡ïÕX©:œ!79¯dšw™ýšò,:Vi’Æ -×b‹åŸt/EªvÄïé$t5·µŠx™µæÁžõƒeê#”Mðo¼5àL5,ÞU_Ô¹@ѯÈDoª8‚²ÈJ ¸©‰\;B‡k§ÆŠ’¨·$Ð(ÆvVùD‰®ÛVEËy¸{ÍK³ãP$.j$Á˜8c‚vš3¦éXºôè‰6Xs‹’žÐñÀ¾4¼8R¬TM¸¾!ßU¥lgo4×¥Í/ÖÆK¡<‚=«ò®.mazxÛ¨ N”½Ðæ[%áQ£æ«vîîP@Em¨lPlv­TnNè%é_Z5rb© ÕÜ&|0|Ø«Éf!rùF4ã’÷Cöèwz^¹6]mód·Ó[ !pÍ÷¦H_”¶³ DÌcëÐgøCK¦z~ñ (—+,bìÀ~Ë@ô|ÞpÕ7ÑU³Å¬Ù¥;%8- x`|% Ôcƒh¹ÈÜG–‘±¨Gm6$ ß> °ºò‰`‘±?•H Ÿi\jI\‘Ôľ4Ñ‹·®……͌ᅊHô»Ò\ÖëÄlà]}4H¼Ä¹‹IÈŠ€ Å5@G{R3’“ÓR,+éàqy:±e]/q1ÚóÓ|I¨áØ-jZU?¨w×Û ›qÿŽðÿ»ðÏóc^ºükô¾3Ûvب.Z€ÛšYKµ?¢–çýNªRÖ„x¦m¶^€ T ™¼qï=ˆçÐ õ½áX`¡¤4îój*v™’âÁäʦ‘¯Ul›27ðqƒ'Ä(à•2tžÑ¼Œ–tAN Lçj°yÑk!ÓÌ#–|¶ˆ¤õAÙ83ƒýµuR ~m"¤¤¶ÅŽóŽèµ"kõh`{rª½€2[®~R¢ÿouõ×ε'÷WùC\ÕJWUpˆQ´³PêuöêAªžŠó‘®3å²zbfÈÍ9&£`ï/Olõæm×ÚMŠ]7^¡H6î.åŧ¤åN}PÜ {vKi;„è%VWïT’7b40*·{»zɇó'F›ù¸ºæjÈËÔoQš¿q0«‡?®yÉ5&€àõ ðÀñ€•/ÄQ bûÖ+ UˆPжq‚xfÁ.Û쫼%!H’Æ=oPÑžž£b,{ u⡵î†%N«Ä§]¨,ï…3<²\âÆÍuÖÅezDÐwg€¶fíAz[Î} ‹í£ƒUÞÄàâéxÆ–SÏÐ,„öžR!¼§«ïÔÞkö0_È @RÙ¨ÉòÆÔ£n© d6ö 6hµ7XP‹ÔÉKÈq¨Ih8å9%‹˜"aáVÉèvùm>¥Z@Sj -ZF›ÓKH×p†š(ÌoÆ im5pîò3¬]³GÀã<—&Z 'xÊ;a#äžI¦æ˜¶ªj„Ê¢ƒÔqïùð”þâù'¸²1‹Æ´®E94¼ˆ’qö•¼œ€ =XÚÐãÉ.I@þÜ4¹lµš_ñˆYŸR‰œ%ƒÅŸ*˜œ5‰ÍÐΛaò¹Î˜ÖtVÏÓY=ÏYÏéQéT’¿ƒþ üR¬ìVBÉ Ë³¬™ZΠÿú•ž½µÚxyà!Y\gëˆB¢œ˜t†jVMK9£o}eKòš© -*ÈrÔ׸5^>§ÏÙÅÔr`[-Ò”sÝ-Ix–™[ÑlÍ;ˆžù‚>’Y¡šÏN½Ö4Ú—¾É©úÎ>Õ¸ í‡lb>¸™•B•ŒiŽu µB!|l7¶É|s8,õ&í NÌGCúý%ÔTô|M=Q޹K2ºó”t¼ë7lL|DÚ4Æ9™zŸ*?š´t<ÚÝr~­áPÒ;Té­»CkÍ º\(W©ÿ_}æ¶Xàƒe/>ZA ˜î÷c¯å3¬’ÏJ/¢òXJpjÜ:Õ)e^O•<†Ñw­ùkâ¢CEÑ:Œù;Ôå¹Vù2—¦­­uSdñ¦òª÷.´^óK / dˆì2k]• þ®ë¶ -¡®%"ÿN}5¼p¨õ>¿f…¸Šm`ÐŽaŸünÆ›uåÇɳ/Ø>Ý}0¼ÜZ'´ÖÛ÷ãZÓÂw𥆸‰WÄÀ~ª¬Èƒ0ãVðBœ´+b?ùW0E\D+ã±þšc»|*d]ü+°$l òvÓ ø–°UŒLØîV¤Ív× €{Ó XŸ°MÌÐv»_¡G«ÑØ¥`wnèÓÖläÔmôè*ØËÞÚÚÝ ö;É‚ðho]ˆg H€Ä/&@ë¶ÞÐÌ ÎTõ‡,`·ŽÝ --¼ÂJŒþä -n ~é×;dpoÆ2¸É¿Ós -—œì€è Žz@†îüý0 aC©ÆÐcŸnC˜€• ¡P€Ù†p*âxwaY‡Y’R¥!‚Íë¬gøçœ£~òrÜ‚ˆ ùè{¼~Ä_þd¢ûi‹Oä‚”DI#QI1ÿ~ʾœ >U®çÈJkÎLWM¾€ÌüÕsª×ë‰ýÀž‘zìç™»ÛÿJè¢ðÈ"\ZîOx~êÏ3uõ|R«Ngn¡m}CõcÎÊ•hÓYds½>?;M&À϶WÔGêQ:5ɾ¸Jzñ×븅'øhø??­Äô²RŽ Hb³Øl`RÊ’T}]çH2‰!ÿeÄqYÕóã@ˆ{?IqüÕh"40øõp„Ä`SRË;Ø€ŠWβC …«,K7>Ⱥúã í6‘uXÂUâÀ.»Ø‡ßgY|ë ¥‰Aù´aÊé<Ãñ¬Q¥W`šG+’ˆ¸ä[¯hÑ/ '­õiùm~µLÊÍ ×3Öÿ¼Û6è­èâ ÈPÏ8«×Óʤˆ‰ÞFƼ¶×70‚¬MÕÌó£ìiýÆŸÇ^áÃop/AÈûlë*d?QËØÙ93¡dhHF™¿¿¿ò@“i ÂCgN7Â$›¤x/BÆÔˆOí„<Í4˜é‰¹>«'ÚIÛîx<Î6S6+ÑçÄõVR\·R­‹¶3²¨±wi%HL¦-AÜ9$áF¶{."–œ¼Å¼Tè>u†6?–p@ô‚Ø‚âçôGƒdɰçú¶æÚ’h3×ö,ÚxÉM),Ÿ3Œî¸B4Žvõ¼ LqÜÂ`&ri†XpãɰÌÃò`Ÿ”â—ób_ÎåÖàv¶ë -Þ[ÅÄÝ%Ùª:?²J¢`¦©M»(1ú aoé_'åá•ÏÉdÏù³òTeíp°™ Cµ,l:¸’„aøsÓ¢²ªm7ݾûWMYY‰E `¸Þog¬"·¤|ýÎc#(Š;¬`Q-ëëÓ¦”ÛIa¶½JCzc}§ñÎxwWŸ¡LØ=fY¿›ÂFzÏÔ7Ÿ~Üz÷÷fP¿zÎöPcœˆ}Ò]%2«¬Ü0™‰÷U¤F)GÄÞ»EA¥Ž]A—väÍâêÃAî\%×Ǻ /»[Õ¶WœMÍDñ}³7HÖ Koh%Çí¥´YmÇɺ¢=½!ÿôUƒ Šˆ®$˜Ç¹y\r uêÌ%ÅáÀý¡¢¢ã­¾ÐuH)r"4C^"éNë§ÙZñWJcLÙ¬—8K*‹D¶4œµk3Û`É¢nÉ8P„ºgÛó‹Ã&6‹ÉϾfG™Ù€èz³pJ÷BgÛ<+?qÝ©ÈG ISr¾ÄµkwRúʽÔ-î€ÏðS(Ö›W4l%Å•§h¬ê7! -§ðzÙ±p÷–&?*Y]£Û8?ï|áçaó\Ÿ ìÁÛ¹·ð0aÓcŒÇö›¬6(|ÚÕŠÝ“b5Û),i˜šÁ¯³;õí" ÎAXlÁ¯ v}ÓíºNκ|è'}àk±‰á1½øÿûéßþdOYzÖ?ž§ä/¤(E/•†‚a㋚•ÿxý#šã¤Ä§mþf‹Ò¿Þã–®zâùÞQlÿ7A¥ù4Ð;^Í8Ðÿ\Zú-fà¥<š—>ðhF^úæÊKh41} Ñ\‰é7,š–~eÑ ¬ôoY4ýÍ¢ùñ`¾KB¿eÑ $ôEs%¡$š„~˨Hè£æMBˆ4ý–HÓéè{f £<˜Ž~K£èè7×y¦£tšŽ~K§èèf £tšŽ~K§xé#æÊKè4W~ú':Í•–~¥Ó ¬ôN3°Òoé4+} Ó¼YéoÍÇ×o–Ñ“üd¡Do°Ùyš2öJ¯0ñ&Î@µXôR«Ò+h›˜´…µ·¨ô -1‰×Ë &GHNù%Ûkp pªþ§WZ, vnÐNób,K ".LJzaO—˜®O /€(˜ š«áUN#7òÌ@O´'¨ççõgD‚da¿‘…ä†oØÚî’ùKš²4HV<üëM |Àï§(µäi^O%®±aÛߎù!ÖÛBé‹ÛŽÉ¥ˆ°|mò—oÎC8Îe O“!>HË××ñÏ×BPéNÝ?Q’¬pæÔ7Ÿ‘¸SAš- ¯¼N{„C“…¸îzgF™W–¼ BÓ¹™™x!TÌÍ 9½™ÔüDÈä‹ÞA’n.éX¥3¡JC=> -nƒl{X-Kx#ïоݩçñ <Ž0åñ.olS4~«PøæÑã#„oÓ¤îhÏHŸÂ Ÿ–{ÕsšY—ϲΎ鈮c>]Ÿa–5|IšdÍSºjeÉ1ô"ƒ9‰Á2¹)¾9‹yÉý-¾Mu*:&2Í÷Ê^×UøyX›áþao?laÂ.†2ìVÛOv½ðiÃΦGÜßÌ®{ßS2nùë´þÈrÜe, -×û#i8”áà]U~¢Zß‹‡WPmåvŒ9/ºÉË!N*ãfù†Sn‹Èüà¢Wçûj3d>. £LW°?¼o¯7õí•:óP™ÓŽcÄA·€Òc"Ý®Àسmg‰Ã(æ.û£ˆ´¸w“Ãå\3£…Ô%šš;ýF¢\¡ìlû¨ɸ£8 ÆNÒR'A³˜ýÉúž%ÀBéR“­ˆ¥À›Tš4S™oÒ&·>Ô—§.sZ¯d ŠKœ‚ø°ë;Àö";eYÙ)Ã*U8ˆ%Ä£ƒ9ˆ&Y¿Ï¢ÅÀ.î7êäN‡˜}5O±m~Úî;!!Ÿ‚jm|ÝáÙlÞúZÑç¬*ÜÎ!;&˜.}›9 ö¢ÁEèúp2u[xJãCŠñ¹c³ª×…/ÍDEï@£ÛöôVÓïtø'4ß—‚¯Þœb HI@ðófŠoj€ò.E¸æèRÍ)Þ7¢Lë¡4§DøÔ¤ôæ;Ý1 -Â{¡˜í:²óMm\âín]Mý¶#é:u. 0'‡ùhéüàðè5ñRµ­yâeˆ—¡¿¯¹ì¡H8p—×T NS1¸¼„xÃ\yóäEÂf¦ÿP­ˆ²©‘q'»ÜÄÎ#³íDö¥l­—v·¯l}O¹—Ìw}OzYqÑé¶ã¾MŒ­Bs_É2oÔ—¼—ƒÑá‰#XãÌãù’¨è¾ªNþRÿøåOþ³…0¿þåËýô§úùóßÿ꯾ûþçœëáÊ'ïvsèßtô´6#¥´LWgý%/ŸOÒ2¤I½deßõ¬$û%É>*à“¶Yª‹ -–šØ=Š6 ’shÌÐ$&ÎÕj -Τ}&g4©íS·’)\§Yf€Å¯xwš›èf:³hÊi¼Z£€rkÛ¸šLc¦vq!‹‹³«ÒL;Ë=á·ä°A`ŠNX>ÅåCéŠG¹œo0‰+û*¬™M(QÌ2s£[:OÚn04]ÛAUÖ[²ª2¿M¶þð4& -fQs¡|”'gVxS$äTìÈ…‚ß¼~qP/9´$‚ŸJŸlѨ«©Yü%¶›l¦F ­•/O`ÿˆYB˜É¡¤aŠ7Í¡Úêý¿`G€«E4ƒ , ;š )ì)´taÄhérO×1ש‰׆ú@=¥uêþø¯}u³´uòˆä «8ZQÝæTfùç„›S)$ ñ×C{}Š˜¡¦m2 PåšvUW²)“EO€ít¥¸ §_ì…Y)gyZçå_¾€¼³Ñ¢‘¸ˆkZ>\¹æ•±z\Bjc{à2òÎ47±8èÌÕ®‰d¨¹¸J$W’HxHYbFS: zT’›H>»%­d«"[éÁÐZÍsw`|™„f™rp!gP=¡ÐH “ïÞ°àI–ÖõÄ8§\q¿‚ -HÉÃfš¡z-äkU"MÒI£Ô\6š"Í:Ú ÃÃ9Ÿ9æÊœN¯Êpf3cŠ+¸'wкVm°P’BOóB"ΠdF¤ Dcõ»Ûù•£*ñ¢ÌÞ¥-#§øteWÖÇŠRœWùj"íàƒ*Ô¿¹NL–x†0Ðʱ†@d”º¹ 5"ùj˜B'*³¯Aa¬T)Є3,´ Š-d˜iœ÷ ' gÆ„Èøtu76-›v©õ„qLgÌ5 ¨kq“¡®mõu.ØTa.ðÚ Eîbcp¸rëäk6+t[ §dßîl;Ø mÚûãß3ÑTg…‚:„¶•8%'ϲMox#&Ï)`:œ­ªˆ­ -ã1£|ÞY\qHjÈ6Uºm…Fr—‚2þÐc²iˆÏ&ºä–ª.: àÀÒ¢W>1^¾ÄmE@¦`a.¸e œ`íaΪ`çrº8;Ã"z·µ~Ø}Ì._#>û @çNï¬TH³ýü;Ã]xê;J×$hAÅ\u4RIÒI"´ýLï Û‰i¤ÇÌmú›9_TkêUuYÛV/W%)à%«Ëñà™é½û$ѱw‡”Åž&;°¤jߒ̳Óòɱâ0%j{å³µæ¿ÿ¨Xd°»(‡÷í±¢ýFÙźý™ù¡³ +MΛ–t¦Ë«ù§5¹Ù&“ˆâl׬º[»ôŒ-vfnõC?€ûº® L(Ò `f§BF™¼þcBL(«?FTîY,¶×ÉNBìE¶x—ȳ,N£öVÀpq0ËtX7aß›haˆ¶ …¹ó¼¯â?×<¾¸ˆ]ï:'†¯;€Â> è ™éØNì[ñ7‘}¾áå:öDe…}er 1-óp0· §Ñ9g‚öq™ÛB逼‹ò¾ë+vÍ©ÎÖnsi.ˆì´)“Š–Áe®"o’œâÇxˆÌ»B΀šØ4X^ÂíPà=œÞId5eý=½¦&ò÷}¤ v™‰ XAŒL6SÅS3Ibnу"3ª¬R÷†eÞQL¸ðoI%€å=ùAí3Y©Ó%û 61&+ïŽ-½ÎèB·IÍõêro~ 2Â"µ_húÚ.NHîCÖ¦pЖq:)%´C£à­ãâ3±¸‚/µ&õ£Ò~­® ó«Õ–DN€Ušz!q)8]§B~6}{Ÿ\æ¦]Ò¯­ó È©DÄC!<8þt—ø_wa"^ëNv@€“l ×òšbJj‡§xª<s æ.þÀìk$Ÿš†´å¢œÑuÌjéÜOÑ/™ŽU;\Æ1©à²ÞÄ6 -ûÄvàôöÉ ‡„›ÓãØŽÖõ®áŒ³yÅXƒ}T³pÖú¾|=u -"¥Ô[Û¥Ó&9€MÚÃ;Á/÷3QMkížm&ÝÌ€J/ \‡2*\CöÍ‹¼y–pÆöÂYalp¿ ¼Ü[ó:¾- |cÞaƒ‘ñ½ï47«Akª4%Öï 5Z^LN‚úž*ÔãÅÔlkmd;ÏÐÕõéíMc3_i(Óä”[ÞÌy3 rå-ú«aۥʤ*1®í–`kYÖ®yI>’M¾ïíðc×Í­œ~n®Y9ÚfJ‡¸5E–ïQÒf/»`Uж4ö+î¡* L­Ž°Ÿ¢5=âž±ßdçÖ }lþâ?2çæ˜œ¥_ïØÞ…IÅ»€Û\-D’ÒµYÖI2¨Œ½©CUíÄ«¥„ K¢8‹¥€%vÂ…VòQ£}WÊrã ô{ö½;Aºôš$ÉOÞéï›=ùÉ‘!̾õƒ†øª6n”:…Î+z`6nG;÷þÛ5ÙâWç/ßA±y16)ÛÆ4XŒ¤¶åÛ‰Ž¨¾6Y?•§@ph!¤÷×¶)ó.n1ŒläN¸?W¯Z šmã뽎­3O;*5Sdd -ɦز·eœ X;]Ïp +ʉª|´}t’«ÊP†@žý™¦bÁ§B4ÎØSᬋñ4DX4ó07aœRÄ´}¡Nʰï¢Áâ=’!”´á{íMZÿÁ ›6œ"cz8¨ ¶S2ª1º†è˜ OCå6H/Ulܰy³#o®SQÙfç·Í.a9èä‰ù†Ò>A„w¡oÌ[À‹©IžÐ·:6¹:½5é*‰Ôë -[lÖkâܤbŠ÷Rñé«óB,ÙH˜erÙŠ&+L -ep™¸2¤üF޹%"zd%C6Š–'ÊÞ$³Î)B°fÀÌ7©’Y“g9Må;À"ËmΣÝöÈÜ]L7rqk®æ‰«”}ªð¨ó!ÖLc'ÅJ9hæ&©Ÿƒ2Þf4‘bwï|ɇvúvŽ+fRÅçRÆSþÕ¦Ù)øç’´E7ïÂYÓ½²ñÇ>G ¨+,)fh#Ð¥÷”4]†ÓvyìCœÊã‘ý>ÔM~Æ|ùÙrnríŸxzów³Í=åóéW“Å%Tüí5´¦+ô¶ú€%åÉ$¬æZÅÐ JŸ\”^θ-&qmî´uøÿ ˆîüa(çj^u™4ßj³ñI¬Nf»¸m´Û´éކÕD°Xõõm»– ô©,A‚²Ù·üIú©")Ay fÙü‘CãèaùÊ,l(Pª5YE)çõI£Á êï›tWº[»šEÎÇ Á+ߨá+€\h©¶‡r®wÚ•'ÍU5 ‹º˜4¬ÃpµT©íD ô5Ó+‰åèÖ—™çŸSH϶:sêËã¨ÒÍÊã¹l˰pÄÅý¶¾¤ì–âñêçl!‚\ÂvkRa÷p]$óaðÀÑŽp¯h³È¸YçëWá‘ð‰}ƳUu~É«º=ë] “œŸžp¸Cºîy¢ÞpvÿëTýþó\­:º8÷m éó˜‹gsš=³õñ÷ÍT>»Ã ¡Þt^+áD¢‹‡Ì"™¿W­Žd[ωŽÁ{½A¸ ä„@¾ÝM­RX½(œÿ±p9ø¯çº‡ö‹doCSêxZùèUÐ^x*¯c¾Ñ½«ˆU [žÀä?ö"ép \d^ËÕ§G=·-¸Ä‰Ýîí 9ßKè2÷DûÊjÃÇ>«Cn.m¤’ê@êº -b¼{ç¥äε((ïmšg­ˆ„سæ{íß›;Í´ŽsÑ"»­z¼ç´MçCì Œï°·•áRr·9¢×ž5cŸ8Èù0bâùn4˜qÿmú$‚B¶[0³¨£…µÉ­~ -6ÀsZØÛ@3ÍâUæq&P˜ÝÞÂÖ&¡«ëí4Ü€ i{…:E’oçASñ  ãpKüDPA@¤òè¾ÀN\GÇp™ dÑ bõëFÒ/«#Å9Y± \ªÝÁã i9©6ØšzøIO~]SÜÄô·=¦þàBÒÐ%L¯t»–Wvr•d;êíï­Ž©Æ9Cãß–ÿ%8·ð]Ðí‹kš(:ÉáŒÏÓ³|r¶7×Yv>-üK§”HÒ¹;ƒŒ¼˜B-Pï8þ®|"¦:8<Ÿ#r–x` [RLƒ{ì2™KBøÃ¶CìzªÅ/•h5…|øS.Y¸9ƒ$M) sÿÚ‡b¢“ ŸÔ=„øw] -ðN㈆’]…N¨SrÓ]‘(Û!YµÚ€†ªúÍr†™±Ê¸w$ŒhB;áSüúwø,Ê›]wœ  ».’)kíò`"2\sy|×§P.TWàÂÉ,¦ ¤A€€ ô‚¨4¨vµ¦`!/)¦ó^fÒÂö¾O°0нöåNt @U)a{Zº;;ÂAÖ+–ùΧˆ÷Ÿ2.¼ÿpŽÝYw¼C26p‹ºˆ lwŽÇiIºø;˺Cü]¥Cû{½ Íf2©I¢ê^îätô+C„í#cÕPõ-ôŒrhòéÌ4DìDshÂð©_î¼X³ÿ‘dqr‡ïú‘Mƒ n œ’nEfJ·=æå;ù&{5  Nˆ¾;¡}Hj¬®Gêå)sØ‹xî\#_Úõ8ìW´\ÞJnc10–¥Ãîn€§5ùQѦG#}çAugP¢|%Š´kU·kE·ƒÁ“K2VDä0Êi”Ÿy\H«ºœ!Ûæð£BX¾«bù4üî²øª*Þª%ŒÜš~†¡Üö{ g`áC[ò –õ~@N3_`I†CïS¢d«/!¡‡Ê>¶l±c9äå¡31³ÀŒkHIÎmvÉê7ÿìykA€qîšE6Ÿx€µ®#Õ=GÖªDSceæ+ª®ëœ4ùˆàgëµ9n\lÿÇ ÷ãYë[†j ¤-•ù mGƒ-h­ú4 °÷AÛ]Ž»B²TâuÖ -T|–pÆöÂYalÖªZßµ:÷ôu–Ú^ø´KQð1'Ö’â~J­¥É83×òfœÝk™t¿JÖrk\lkÁ6.صð»_ïKý8nk :î8K%{»o­õðu÷ %õ°o†Òüv× %þ°itÀ½Íߘ‚·&a"Dƒ21 ÁÄÖ’(E0„Žlh@ul-ð - v;àIV‹`)[w!À[‚³ 2ÁO P›7ÎMê(€}‚3µb†¶®X€G.À—‚ `PÁ•üz§Š.é -Ë -®íï&Žæ Þä"v»Ô_¶uÄN-¸ñëC2·)VÄ]ˆL&V/†2÷m$t Ô -)ŒÁØŠLÜu+À1‡+Fò ÎØÆ§ñ¬5Î]PŸ1T^Á£û{¡Æë¬@Öþ@ì.‹°âjcbÅæÆ<ÆŠñÝçCV¬pÌ«¸qHͬ¨åm†gbž×üP@KÇÓ[oS«òZ+Ü;$Ä"j|—O  ó— Àõ5£ðïÛ|`Àчtb€àß ÈÀ¿KZ®]3ÏÚÖ¼hh>ØfUCCHÊÞí!º'¶YàÐ…rÈ¡ãÎ:‡ömª:t„Lwè@ IòÐDzͱÇëÌÄüÝ72ø¡íf[Ý;¡~;€–ÊCl$ÚÕ-Jv=^»ŒYTª,kýC¯ˆ+Í+2•×ʉ\0}NÊ®ø ›²K— J×2¯×¢ mõâò©Ø¬Ë=HpଠÁaÎÍØÖŠ¤&EßwU;q•&yžPåÙ'wTÿZ¤Âãrמox­pÝŽ¡ª_kY vûKìý^CÕáݼ)ZÝÂW¬¼%¾®X«õ$¦Ax¾USÛ•ú?_KƒñÎkUññ¼k-òóÛ·\+˜qŒÖèßüd‚®ŸÆz­ŸÆïµV^ãgßnÃìY˾a†‚q˜ÇoËÌë*XKÓq­5íûxUÀ­ìG{3qÆÏ¯vÀ’f`%dåÌññ™{á“”+£h'˜·ë -BEày /dªò ïq@omÆM - ªe >÷¯ bŸ‘ì„f¥yÊ¢Iâòµ\•úíd?FÿDÔ0Þ—x_xç«ÂÍ*×¾yìõ Ÿ¾ë[‡ëÄ‘»æì‚’º¿ÀëwS'M 2›¦–‰š˜M£_=4c¢¬ÝšÊꗈŧ”D7g ýTÎìüü‰¹£LÍÿõÎáÀò¼Ÿgêéù,+¼Ûˆ‹”£Î8Ws"ˆ2'×LDÛ¼ 1TšÈ0̤˜KÀÊPfß\gŽ]|„wFüóÓ‡AîÔîvÙ5ÍÎçøù‡‚ùÍ „"NÀ¥ÝăäSôëAˆæDT·Nù†}~gv½þÊWÙãòs9>žåÍÚ}<øüÛë.[ûã²Îëe*ú%Áô«íÁ‹GÚ||d -±¶ÛŸ£»3.ýt;Á7?÷ÿzÃùïóé>¿Yuýfê#Åb©BGÎ:éDã+\´ù%›Å'Ü2 €ÕŒÕ˜,.a „«„‘ ÏñÎØÞ3˜TÅ(ãÿ«™pñ„Dè7sˆh_L~¨I€i–hd§ˆö€¨Ì¢E$bL¸ÖS¹Nö Þ™óŽi“$.4GÔýË›(Ì‚b ¹´‚"c¾qÉT*z4iì|6 &dñ^$t’°ô©±k -ÉEP @ý Î`s°3$©¤´°·é~´CÁ›Pù™^<šè 3€Ð~8‰ø„CîÅP5£ÀÀ:õì@«Ê²m) ‹‰?œóÝr‚ë O]Òž@ ‹‘Ñ¢4ÀÒ`6²´!UR¶€7CÔ_éQ&‘2ð&úä, ä‰À¦6 ‘¸çµ±¿ª#L;]Ìnht“·§˜Ÿ‚²­ùWP{Î=¼àÃÚå*Ùs’Ã\>AkâsdI¾Ûð÷DMTv‘P0>hדv²è­½†Q+9{ÿö+‹obNý¡ácZ.i* ˆ\shYQs!Ⱥö“ª²ofd¥Ö;ì§6ˆyÎÙçY]ð¼y<[ú­¾³8ªë›8ñâ^QÕÌ ¾ª} T-kq}¹íŠFRŒ,;uW˜7ÃÆ`q¦0¶nºPÿasQ¸Gñ¹U’¸ñŒ¨ðÁuÖG„ •”$¦ý+¾‚žuÒ´ûx­Ã"wì²]¼Sö #JQïØ}]¤¿«ŠºS].us8Íh"U›$¹ÝÃ\RQü@»Ÿ~yE -34¶ c¦ôȪ~A ‡IX*óT夸ÀT·:`¢E妽„• õ.Ðð°®GŸî„9t}]/ûq!øs¢ýê%l0ðô -Õm‹×ö¡M‘`²4lO·^RØîâuÖ-3Œàj(ö_"œõƒ›¦D0}Û™Lh˜ŸÁ ¯û¶áÛe,ÿ½ª‚ÏdxÅíÂ>LØ>öƒÞs£Ø¡þ_’ì»v’}—x—šÖ>/I§‰Á4pf/þ]²ï÷’ì#]]záT§W¥ˆNƒPÉ ¹=sB©ÇÍIõ~ÂVË¢ yÎ$ã¹è³SÀUã†÷Øœι…’d5XZ'FR’Ì‹Ù雜 -ïû ?†@ˆ–óÕy4@6ì´u›¥DÕf]ôêìU¤ƒ¶ž¦«Æõiztººl²óµˆ÷èÜMÕÅÛ æPß^…(¬ŒöÉÿ‹®3fÖÕ-R.h À%W -•"Æãy‹ö‘¼ö©å&§Ä;l*çÌY3IM3mUÕ¤RQ–x)Œ$xxU" ‚ªp@ýgÑÓÑ=7ãäuBéœ(±3ì”ñš¤ZÆNÂ-Ø)CPÝPO´ø„þ´]“îOŒú†0,ºÓ™Gæ$Ñ&Ú‹m%í•8T)yó*±–$˜Rú)yÙy>²õ—È!02tȦc*nðC'§-a3 ÌR3*ÌRz»Þü|²#N‘neKQg¼äC\®ç"ýÙ­w÷/…†šè"»·8ÛÈœ]“' jÎÐw1@¤O§ ™"怌:•+Ì´…ˆªq ‰µ#ŠDpo´±ªÚX½ÚÈ—¦­Wz¡ÉæÁ·éü‡x9ø9¶ÆÔ¶©*ë,^ˆ±Q-b}6“Òq¼´¾9òX¬¢Úš+„þøî—Þãr(z»|˜é:–u.Ò_˜Z_¿Y.ÂýrMÙ5 T²°C-Û\›ó)kD¿+.ešcÉSªõV»Ð¹AÖwPOaŽ',º4Ñ+‘ŸÍ¦ƒwô4/¼€@m –¬|ïÛNw(`‡(…3mÔÚdTe/¨^¶ÊÄùÈDNó¹«éháDÿ 6T lÛ ³ç™Wá,¹B©ÞDªÆ5ƒõsròÒ*ûomιä´6Ù@î˜J‡9‘ô"Ôì¼¢¶ª¦"¸\™|7F##Võ‘¨Æò÷»‹‹W£¶È«YdÑÔǨÙʇèÚ-ú'g9Ë.l@C­¤Ë/ÿ²è@±‹vò}Õ>u–*êÕè(ƒ…“æ†**‡6‘vJ÷ FUû*:ÔN_«~ÎSæÁí‡RÓŒ`°WóWn2Ž~u%%[SðžfÈùÕ…,6 ›XàT36«RKÆ•[Ïð°i«‚ŠÍ ÀÜáPÒ;Ïys»ÚŠÚLñ@ÁQ™±(ÙIe}xÐBbü¤úxU¢4s´¯áò7Ì2g¯ ¹=ჺƒz8ud[}Ç Ä¢äC‘Á΢DàJG'U’]žÄ6†Sà[þsc2árÇ!6ÌŽòÇÏëo²%û¾ W]KøÇ­3‘T‘?7o ÖGI¯<Ô~Æ ÝçꙦPw?îÔŒUcÓ7Ÿ¯¥Ù’×”¿xýà­8™ü˜€Äý|©‡Cªì§IªEaÞUÌ›‹= Iæ..±¤ áy“½”ËuwÙÍîöŸåhÎpcÁZÊàáâ;98]E½|çÆÖÁ9€ ¦è¬ƒJ÷«d¯€#‰ciý6æ— -áÀçÚ# ·~ãcJ›'õxxQîyš G©ëtm3ÝŽ6³å u~L·çÙ:î2ê8Ôù'úûJ; xž—¿ØÞë/67ü¢“¶÷ûõï3ó«þôçŸÿo–ˆ&‚ùÿß/¾ø›1|¥ùO/ÿ³òÔf¯m§µN÷¡ñŸi¿0wƒl©ØÑn-î‡_̓fJ8˜H>6ÏôÓûÎQìÑò -:òÊ<|ÖÕ®Ob-À1 ÍœqH dÊqoá ¢£œi°§2«î¾qšõ£«æOöm€Î@Xtªœ!¢º®E›7¢ƒK}qé”ǘ)á‘„EœQ­œáªÚ'ðáFŽö>t Õ‚ì´³ÁOtÍëÓDsHí%DvÞîÖ1|?«dˆÄt†¬à@ŽÈÏ8”÷£/Í3 )ãŒ1!8`´! -žl*NYœ¸qŠm½nõˆ(I¦¶á~Š5'*‚P 2ÿ½wÀî -ýZŸÓÛUšv<Ò°q¢@,rjb\îåºsa12Äw‰¾Ó~ÈÆa~Ï 'à@¸ìö\öÞΛ€Ïd»²£™vøÂ%Ê„Jâ pÉÅÅê,œŽuxæÉ·§ÐwÂLÉøHì´RN'÷쓊Fã»Õ¡Â›û*W×ñs¨Zhè”ÄÃ-ƒ–l&'(•Ö%´v´Î…3<ßN{ÜœÐÆ¼|G`-“T0Jãy(Oq´Er¦ §ŸŠÊ¤þjÓ!uñ£âwñ¿ëª½i)®f³íxü†tÕ‰,jv©pü/i§“¡Ì}{Fó&Rbu>t<é˜ ØÌË5qî).• ºpü‹«Ûf¾;êÜá ‘‹,'­%(™Ÿ›ë °DZ¶ ÐwP±ø‘<0æÒÉ%RFD¯Hó9íïÙÄY¹Ê»ö‡´gBJª4 é„Ú¥›[çÍB³ýdÍRwî ŸÙÃ`?ƒXq<ú\8§f‡^Iì—ZDePöK›[£¤¦3lVꌣù+¶¿ÔÝ}—D!(ƒ4÷?©Ïžˆ4ùÑðÕï0(—*ÁZˆ *ë³y?Yº§·1ÙôEGn^w$]:*=̽K¥¹Ãœ@×—ÒÕåL™BáÐà4q$¦"ÆÉZêOð)eã­\yí´9n.ÃFžÚ¥ùÅ Tõ8ÁÔÍ»¹N¢±)Kâ³V˹5+T”Øz¥åDÈ|fH¦›œžyž`«ç¡¶¬ÚYãN©Ó÷vê~؇ryrüðåSÃö J›¿Ó0€-¡“4ódŠ€Þ™¿â¿¥9‡oy‰ÈFÔ0âÉ -X艂¥®Ó/áÍP´6”’Œ˜êfÄN:˜?ý âP–1¬Þ!;X6ÝU¤ÏœãÝà´€°(Y¼›ŸÓCUé³A'ÿ#rA·¡Éu%ÛXt÷WÒ´¾4kÅÁCl—c’ÄгJHüI—܆ìå]oê§U‹E#Ye_Fͼ¬Oê¦ô)Ûbvçë‘rñ¬f}ýmP”© ý³ªõ X -uF“~'½:Á €y›0œ`Ü9A¶—‹š˜}Ê õ}Ÿ -Rꀢ„—kèhbôê65gX¼©3Î4;.M1ÔÅNèO$ç}§lÞ'Æ Êð;Ñ~Y ÎCó™¸G¿ÐÀÿ·ž‹îySû>ùÐ,„;!KÆӾ܀¬û´q¾R p@»Mó–qœ¼£ˆÛyGØ“ÄßA5„n9 g›¶Çv3{tÓ½šÞ(VjR焜ٌDcød2YÖÅ!ѽ»Œ.Êæ\p–d• UÚRc-1ý¹²&ZïÏËù±äÊÓ±êN¥ÐU2e}:IPŸãõW ³I@N(‰ÑkL>þ¤ Õ¿Æ{©¶V-ä_—ŤÄû‰6½¦iMÙßi"°fŸ(‘^´ ãï]¬ÑÂnûù¼Ú`e根݃N® ºý’Œà êDV@‹9Å`qÝ×µ*K‹Òa=Œ-WðÓ´fѽB8ѽóó85Ý"–,ZÏ4£5Òe×HƒAåÿÒ"KÞéô2D…Hçžñ@Goï˜Û[8h‹÷äô„ý,æ·Ê€à“Ü(@8qá(#,9øÓÙÐgútÏ$uÒ×_M¡w÷ˆ"ŽÔÿK<„-ô«-Çl=‰¥$);Ûhz½Dð ŠñÈs.rºô¸'˜âÑ)­‰‚Éž ‚•Clͪ=Àu*q{4Â0Ì<6^’.€,Áo'&Î7xúÁ»Óc;¨ÓwT ›€|ê‚Çø–9yJ¢ÎþaZ\§ƒ¨‹ˆgïÈþ«ÌøIš¿æòTí‘ '›ýwÊA*‡"÷¯D€´ùŸœW~pòyîDæ~\ЃaÊv Ü×%Z+8s`;R§'fª¹ÁÙZ½Ûì`j0U6Î]Z%Òºkuv2 X1ž:BgË·£X_m‚ ɵºò-H™ŽÃϺ¶©,h¹W -Yq<%g}ÿ>õ+¥Ê²÷$ó›.^Ï{rOü„A:Ïyµá&“c®kC3¯Vn×™~…ç§æŸ$ÝÅXµÔk^Žq+›áàâˆxtnyizöèr€ñaÌÑøÛ_A¯Ó*aˆR…Ùvøss9ò\îË­‘œ°Ý¬“ˆ†Àƒ†=`Àðè’ Ä]äë_Ü_ŸõÆ×olޝ¿2ã:ˆl`û©Úz/¨±:€, Ô/ú~*ð÷dZ‹¥J–Ùì7A5µ`ÐzQ\vpÀbÿ¦ªu "qvÉAÅü|\Nrûö:hÛ~Uì+ÐT€s@C‘bÀ¬ãO'³é—³±â£ÿÀãaý!whbs²é]hÐ’ì=»¢GŸ‹£<þîW+Ú—°'Âzý†Ø6²É•‚Mm¤åã¼Ó|?Üzog0àl5Úad¶x؆ö ȿοë"°=k£† «Õו¡¤%ËI„‹ä,Ùþ Ò=`ëÁƒn/zH~ð/:pÝcq¶ú ´á£Uü¼ûï÷Ô%пÿF‚¥ÁÚq °²ºzÅŸ,S™*dÔ4²këÓZpwbsmÍÚw³^hË7¼ÒÕ1øëðåàAãhým<‰ÚN*›«vÉ—®ŽP÷m¯se1=’àþø©P‘÷àƒW/wüÑdRË“ý‚@÷¾ªZÌ—äsîÝç‚Î}p IùØ£pý‚]¥ .EÂG¿Ÿ™g.Ñh¾ê %ÒpUª öªP½:³±]­µO4ÜÝÿîâ©„'öŒ¢Ì›“¯9Ûl+3A¾ž)%®íáL<$Ý7]…Q(^åé<òPÝsƒ¬«šl> <<¿\»-1¬JMí‹ëW:å@20ëŽoÄÚü]YÏ‹„p~\Í·£G(,ŒëjÖFÌMt`xŒç#Æë@ăgò8ËwöcÀyWôàŽFê1X7j€Ï!áŠ0:·iZ6!´ÜÈõ“@;ÅKBX†l0ž Y{<{TEî# b“\ÄÌñ›ßUdñÆhtDÊ=ü^¥ýE?€`ÈÁ”p›OóÏÉ|¶3‰ßÙã-¶eÈl˃ˆõœ ‰N©› ALNç|“©PþªàKCOdká>HFˆ 7c'» -EÚA̵x»Ã†ƒpž„Ñ`ÂFxÀe»Êi› ½“¶C"9¢h϶eü€ùQQ4ôKÔ«"µ$q™%P”*© 0ÔØÃ¦ôå8@ÊðÂ]´e -5UšM¢M-Ü@(ó¡r“Ç“ -T¾ ªŠ"Ùÿ^ùYTÛJYóûÙê'/!V:ò*fGUsñêb0u_|7Ÿi¦Qá±´à†ZóÛ“…ÔcæŽøAÒ"@¬‹Ì“Æ9@RR, RRDýÙûLõqPÑŒ„k“ƒ[½øä.gs¿€èr*–œIÐ‡ŠµwÂê„õ ®%@2½ÜX‚l¤@#T‚ö·ˆÃ‰:“/Çå[ó×3ýRlÓõÕ¨úøFK:ƶ=ó5€ku®.q!Ïdöz0óŒ™F›(xí|;G¿d„ÛÔ)±Ý ìf¦®€ƒ¯‰ð,ÅLœ`0•±%jºœ ^7°0H4½l´…“½²cCD26nzCZú«èZm(Åá~M„K«ªÃT.OŸàÉÝëW‹Ûi>Û¡ËTŠB¾ž¥_/Uw§»'þÅNK³š‘«ä{<·Ö{ø;Æ„‹Æ“;Ä 'vsó[OO4RÂ^8—DBq7œL€ÃBñ² ãÁ*ÝÕD*5›ûÈaê,ðFb>?\<‚H›3ìë¤Ô8ÓÉ¡œ~F&S¯–'݇ô0‡Ý<¼ÇÜv2›~b¹œ%¯Ig@–xªâÒ$rÈŸ=\~†¢6ž…^h¡FȼÇtVúåõ»³ºš´ph·Çƒë³à¡d¡­ô|T¯ÁŸPØê²ms2"Ãôrºß)œeᨴ «FòV -U…í’EátNáls Ø|Eš,¦óõÀçé1€YÜýZÔÆ^;¥ÜêÄë4Üv¼™^vg¤æ(¤.öï*Hnm°—ƒ:g8Ap¤õ»8·:sCÏxì€vm×Ȥ3ãuÈ—ž®o"*€N?Ps).áöP”Ñó3ÆÍÇ8ßm•a»N|iÎÏV—¥ÔЧÀ>SÛ†õ¡™Î䵨ÞÔ†ßItÂv†}Ìóq'ßtïüü¡DT÷Blè:ãê¢åtø"›1æ–æqí%`U²_â ?ÛÕ‡©ó ºø«ˆÄ^‚VA«.©ôy -%@Á:I´Ù\‹$MˆxÆ$Ç—öTN‰g©r$‰œš…£g ï^mnձϷ0¡;q¿ŠnTE‡À¸Ï'øtƒC'¿îZ¯Wɶ /ŸJ".ƒèÌÝXar¬6ññå%’$`-¡;Îm"+: -íÞE%P&-ö*šçóÆH§<£Ð5ÿµ;v\Éœ¨ÃŠ:ªÏ â)¸2˜BÒ$Nˆ;Àx“÷!oƒÖ Æ1˹¯¼áŒcFqm#žáø¦- ´Ç¥;­g‰J;AOgÖ‹O-<äà¡HÐmθ&VŽŒ[»kýëYÀ„¡‰&,b±|ޝQ‡xàÔ«4…_HÕ$’çê"‘Ã!ô¥x3 -¯e1ë1A:>lñÑÁ£2ï-g«›×JwÉzõXh–fºTginœÈ5LÍ÷€Ä¢ë Ü‚ ­¥ág¸6¦Ý_:?|@k4J…3Ì1㌃Úè ’dØe6ÀéÊ—­AӉؿõÈßA×òG‚,`{*§õZ’•ª¢EïÞ2ý_P2ò`Xv÷qiîÞÙ²Tâjóëá+ \‡ ¶§AúÝÊÒÝÓãvì³ÃC)(1—xK—³þb>@T;‹ú°Û‘ùwoÏP2Ävà®lŒ6²jÀ„a<¢qsN>;ê!ÆkVçé,þðCTfqCb$dkXÌ3Õ ¡†ë‚Ðú*)Q{<ã¨ÑP±o®sÎV›µ·©¼ª¥Š!<çzÆj{ÝW]ÏêÍQŸƒít°)ÝŠŠ”Øà•MxKïAL¸ŸO)SA]žûªÕËÍ)¿~ige6“J è…Rhýæ˜8ÎkQW‰ E¨ræW™jå½N -êÉò øMÔ—¶3pi²"É/Ï®ng˜—/Ìæü6滩ïæofÙÎ^fP¶ƒxÇ®C0@Þy{©î)m*œÀ¼z<³-Tnxá ¢°³©+èùÏÕ7ÏI ÈΕ¹X®B:X’îàqŸNI~XÄÎj -gnô儃X~ªõ pqX»x ¹R*ÞÛ"4ðX*kçtë%c>«. µ„lCÃîFèlw±P†’–=þ.6æψÆî¹Op¶¹½é?TŽˆw,¨@¢ß‰ÎÖžˆûçR9B,4,l8…é¸ !U¯âјò\è¢@ûÉÂx¬5²zãÖ¿ƒ¬ìë=fµÜ|2» T ˆM! - ‰ýœˆÆNKɹà©T·Œ¦yž r°t´@øò@„ìËKâQ>VþÆÎjvs–öªA6JWÚ i8©å[â'¶Vžì@¡Ë¼žö -*“r3]wÔÍ÷‚µ¨ÉSÚ3Øv°fˆÄ¡FKÚy,á»+œœýSÐã"“§ˆÌëÇVCѰƒ™½Š§ ÇUUa3‘Ђ]Ó\ŠAÉR:§œµW£¼ò‚nšf‚€ PKÍPÝÝítª_!SJ²@Jg땘AÜsÕž»/v‰hS‚ ùé æP;5—es¤þ=4ËtwÌVþá’Qù_”äñW ¥QPZ#ŠÏô’½¥ô>½È¤‰ÔX¨\¢Ù]1AzT96+fm¶‹4³ -ÇiüHs^Uy"Ì@cd¦{1Þ¤T(í a߯'1CÞœ+: êi <ÑÃÔëvr1bûŽªªïÉž.:à]~§lôA<(öd|‡º‚;%V”ž@Rå3#xî l*ð;e ´¨U°˜èÏ×R:‰Í&‚©FIcݦiµÀ)Wt­ ÷‘Ì rÔÄ>; -_¯ð¾ö°jˆ f'ìqu$0â†øu=w”,Þý·"°Ò}¡¥ð×ÿTü½’–÷í?üŸú×üçÿöí¯ÿæoþãÏ?ÿúÏüÓßÑ÷" -AÑ ì\2äÈlô!1Öþ鬸 O€6àŸlÑàà¾EcýæÏOìí¢ÂX_¼Nù@Øv` ˜Ÿ6ÜixR”z²!;£å(÷#×Ê $ò -%YkÊsÑyð÷Nè9ðhý’R¤qƒLÿDÐ6=ÍÏÁÿbÅ2D‰ú½mîNÌýCN› -I'ô § O„Õb¿“0‹û棯'D•VÆ„¯Ò7W0 tæü‚í:¯baAo¯ÚØEŸVE h¼C¹¼h€…HíÃÇo6Ðär)ê#×Éœ±fƒÑ(„˜æYöú:ã`þ8K‰‹ž¯6AÖìÄ’ÐÆ·pœn™nÔ¯ûøšü•öÓï8–É¥ *j ‘í`énýä¿3̡腚½vP½xfôB›>r2Â4ø±ñæ8º*lGÒ†[C‡•ní´zS_ÜÈ0=j˜H¢Û‹þ ¢­8޹UË,Ã3 ¿Kq¦ -=ÐU£d¾Bã€8f¤ëŠ€)·â#°!x)ëÊ^URöñäî_êóAô $s£náM]–+€•„’ÚÑ•Þñ»Œ§…Â/¯ÛKˆÍî˜{ª}¢Y+°ã#‡Øp5zÆ$DŇ}Ì~’lПуçH~©wxѱέãGÿôx `V§0Ÿ|Ó¤  lÛwÓŽû0T‘ôè êZ±·!ÓE¬Œë«æ‚3¨Y¼B cxDyeØ• -ߊÔé‘ð ;í¹ê -¬;NØzų¤€qéÓ-ÅâBÑ{Ê×Ö¯›?޲Á©¨°N#—7õ$&.¿›#6½gW†äÍôª¹H­ÅP€í¼ÕjÆ~oRÅlUÈE/)¶áç+ˆH jÂnàã‚ iõìãÌß‘.º¬]6ļkjÝŽØ бç¯Ó{¹?¤nÓé¸r'!ÐÉ×rØvv½eæÑcîìö.gRíåvöÒf‚^lå鵨íÁŽ]¥V}€cç©·ðê–wè`„9Šì4I>_²Éî™’(´ýr5Þö‰Lxì«GI -Ä$%ãŸî@ÖEÈ¿íþ¥=_2ÒKd„ ÙÖ ÷Mu¯ªè=kVy¦•¬¨ÙjÀRšÈ§¹ŸŽöÔç’ÆÓà;^…c´j”ô0i;á¾*(N25¼ÑÇÙăqÐbÙ ­£0Ú«#mеýpXù1áßFb‚h>­q€¥šE²É1Á‘¥[Š*z¦´Ú£ÅŸ“.ƒ°’™5)¥‰*¯µo^P’Í“¦š3 `ÇiÊm@¨Ä4²' -C]ì'ˆ8 ô‡¿äh!L2a–~CÑ ”i±zêzû:‹˜¹³ï•fˆBÍJ³<ð_¸ÐUù½¤]¸¼ù$JöO[•~Й%,•A'„ŽËdRôô•Ž=€i”½ZPëççUÖ åY$W^±,ŸÑÝ¢#ø¬Ä. tÈ>ô¾m)<>ù)Ìh°7ñ¸ýòc ?êë)ª"Ïá<|øº«9")”¸L|)E­¦ÈÁ—ºEŽîõ6§4»‘*€ê-8 -Xš3áW‹†¸#C‡_áyÞDîEcªÃÁ¦Ã§Lbâò^/̵šØôhëÒÌR­Ý¸ñèÀ†!neŠ÷7ãßs§ ñÕsÆ3uñ‹œ´AÈž<@Ùd²§št¤p,UžäëáýƒseK^‚{ 62îIÄ6¥NCNí%4ŠA¤a„F -{so?^‡C£7oÎEõÒ€‡çi,L@qu÷sP7KÓàøõ –&½xªnÂèäµ<+æíÜö„&ö”ô¿pÑ8¢Eˆ¸L„Þ R*Á`éJTó.µTD†–îT(›ª­ÎF¼˜{w^n¤¹ÔÝhåÏxVÐ~wç$u“ð§Aƒ"Ù?~¸‰»£L!)ÄF2¥yO²ß’öûàØÛâÜÏŠ‹:J{>^@}¡ýîb§áCK,u£Év:&ÛäÏxA–EX ‚.Ñ̇ì1¿¿X/¬ßÁ à R¢ø‚ÂÄ~nÔtàAvȰ2uàX£Ó³P¼GDP‘ÁÍ|Z,¾ÐÙuÉAÆ/éù)/«™²îƒ]zbŒ ÅÞ³»i9ûv¸w- -–uÜ"èwâäY×ÐAX(þO¡ÃvÅ/Hžv‘[{ØðžÏ¨ñˆƒŽ9ŽZ/þ3¦b°—„*Zƒ{Ì|rPË¥pFÖ-GmZšJ>^ÜŽØ÷›5BȽ…섘$£…¬úA‡2À–ùyÙM„MÝ=h7ƒ'ðåuVà2dÇ™”ÞoÒo2~üS+»‘}3W¶6œDþ£A>a6* ”#¤Á¾ŠTœ‡¯P'–W? Êâ?¬P³¹2ï·™Z€Uà¦!¢k6ࣗâçƒ9Ag)ÕÔ_mü¢Çàۓу¢Éà§ÁÝÜ~nl¤Ô‹³gŠ!îÆ½«9Dœ ãpHUÅØÙKáôââ5a£Ý=O{!¬s„òC¸†0çfÍÉàæì‘OXŒ(QAà–%^ô×+•¯DúÆûÍánBlåèÖ2Ù¹Bïoœ‹„%ž}O$²ê­Ò烟}†¿o:96Ä7ó¹¶¢^À|AþÛà©gh´Q.E>=ÍJ¬É^Ë6=xe÷Oûþ 2P”(yî¹ü”çDW3õHðPÙƒnE>±ïûNŠQ ¦E¹ ]ÑÁ‡íàE?öK $§DÍUÌ.'<[V¯½ùD"ÇÓ£yXDQ$’í$ €h¥„YBÄõ§»™Z¾w)dœÜë¨(9÷Æ!åH±Hž 2.a¡}˜[øDKöŠˆdýO'zmTÖö©®,µte] -?† %v‰úÖ^þe =!d"(Xçsº{ „õ\ÞÁã«H¯E’^•öxI¬¤ffäeäZ¡º¡ÑÛi˜óuXºèÂG{±ãÛ7ÎçnFørD³DB†–v>=ÌTî1xç¶Æ1HêœQw(R¥ÝÐÃúßÞœÔt1+$¡ÑѦžÉ&©1M¹)‡ÎÁÄS ||©Ç/ÈÂA{wÍ-}í¯=¡ŒŽ’žžÕ%¾€t©QxS -hJTmPZ$N#ÝfÒäÉ?Üé¹%-ljéÄ;&W€lz‡Nb¡,Ó1å -µ7Ú©H?¨ Å™Bé2å…Xd2.fï’£×ÞyÑk CCw)¬]I˜~.¨l¹Nòg4ÏßÖ-Ë'(CrQ`%ꣀ(ûʧž§†&Ã@F>°­Ià%ü«„È+S>D> SìhçMnÓK©ƒþZP ‰Œòmö8¢afÅÏ"Û#Ê^¸¥RêMÚ²DÛ!.ó†Æd®ŒH ¿s–aõWò)oîû'ªœ3‹Ï”(Pä Ã<×U)„£`/sWÁw5«‰Š(Ùf!ƒªvÐSµS…½:T -@6®x&%öœ{-®a„üѯ• ŸiÄ• EµІy—ù´ÎÅFÖÁqÈW›/&¥~8_d#äsÖ›lpg -V%;%ŒVD$¨a?lüUmG[Žâ"» -èÊwß5ŸÛIôØOí™Ws¡GUk*HTŒ z/G ˆüìÚ16Rä!D‚g?p*R—}Lœïð‚$¶"6ò…œ¨F3}¬~ÅÕŸ¨—Z›¢’Àâß°ž;Ý‘±¶X³ªùs7îìÊ`’¾ÌxÕ0²e¨ -¼<6S·€ãJ‹\q[gǬÈ!AÙÁ²\ú„V×k…˜=òa&ËH5§u’NR£»w¡A -«w™¿rÜ`Ëâ$yIùó –1h%^å8¼ÊÊÎîѵ— G„[+˜ÚÈ%¨÷óáœI£KŽqs~Œ …!PŸcÃD´ #°­(h0b¸Ü`3ÁÈ3”Ú#o(z‚i-ײˆÚÏÔ¦ë¾ßm^yÍy¤éPlQ%Âk÷Ða§ÌoF…‡×¤9¥8ÊØËÔpƒ‚î#`Œ8pªÉ.Ã%–©8ï}0T¹œ -›óG:€ -¶â\&=ëÆ‰ò1²¤ðÈ0$c?žÚ‡Ò‘R/\"vÞ2¸[ÔÆaKÂkA¦?A5‚ÑðH~IX,˜âãÝœ+'íª.TejÈGDÐô¸}ƒöÒcaE^‘J -<ÉþA{p¬ªŒ -ÅAðDޤ­x1ÝíϪ¦ß Ì¡ÉTÌ£ØË'³{í 7çJgË 7GG"ñ‰ºXf‹/Ù± -ï=zlsê•TLëàš3*O#:ƒN4"Wh™Á)ÐÃÊ ‰üjö=zÄÅ"œíah°{HŽÅ6C¥m21}þö¬«{CF™šSù¾eë9R``–Å8 Tsç·uö{ #b‰J™>#¹¡ž©Ò’ÐîÝ$JôhÁ‘–y½×zž¢\vä§Êíç°’TÙÁÎKéDI[ú¹…Ýþ> É®ô™ ¿®…ƒ_kn9¬{½Ç¡÷\w ñØ6IæIÈx‹ÃnçÞ‚úöïø­£(GÄŠ ‘¤¹),Ÿq Q9¡ü“®l‘¶Ì Á(ÜÄnTØ’t…% zǯ ËjˆPD0‚kJ3ŽnÜ¢t= -Ýî*¦U¨µ½šu.2£OHy†èV&1~hÝÈlL'”sÇZX&ù{ìh™ -¢\µwœÒSœIû[0 8؃E”)£ãÐÁ"âlFz˜¥ì\kJÔUvŸ•.´ºGM0•)J/¤¬)S/).æ=’ê_Ó ;yÉ«“FçÿŒþF;€UmØ? C\äá:⽤Fà##–©ù‚•玴¹Œ=šWÛ+¾™Lw[Ó¨¤N¸’À«maIåµµåM¦âV -\Héî%>2/ˆÎj³YPÄp $“?ÔwxÝU=þ´XØ(Ð “ 2#¹õ@WímLf´aàð·4³£PáXöB¬Ü¤ERÙï(wž»n¹ù®ÛÑ%–1’ö‹›ƒåæ«Õ¹îPèfìµ÷¿t‘™¤™3£…ä3ÔŸ9cùF 𑳪E¥ê^ÙŽ* -¥"¨§ÀS‹"µs'–‚ÜHéÚ½M4’^ Å=ob²ØÝ·Üo™Ô"ÐÍT@¢ª­·À[ƒ’ 熽5æ³ endstream endobj 40 0 obj <>stream -ŒrJ¢!yµPuáQ9;q°€_';êR+Ìú ºcuáTÕóB²r¥†o×ê s†4À!gñ¾p"ôÁB­¤ éHhèã„_Ýw&¾šh±÷oé³­ÊzÅNÄÒ«:aÓê½³ û â ü§~ í0¹§Äq:ÊFÿŸºÝΙð¥Þ±îL@çc|n¹­.zÛqbh©z :E…<á´à¢gдXiæúÂn -üÁS‡|ë£éœÁ‡æ³¾-ì6ìsý¼°žŒe£ß{^¯µ$»s’»\}6ë,5>í,õ*œA&ºàÑüþ‹_‘~“ºˆ²Üв8'zV/ìo¤§$IÃ&˜ 0‰ÏV§k«Q›¯]¿zò­™—Ê ’xZi 6#à™Íp†dû÷z~À¦Í»Ê2ÒÅè…»4;mšÅew~bŽÝ"ª¦W:ª†3Ã@ÐI>çÓêbÿ “¬A'`•üéݳ€ýâmŸÚ(Ãj´ß²âÌ«ý`iÝh÷°H[–‡Ì -úÊ»%£ š,·s<ÉÀ2yK;+‰U£ÛFñ å® F÷)<ßí}²Å•õX~.KÝ¢ßwD€w˜M´`jKG'ƒû†·M:*N›B)G^tÛ%MT¸’&Öªeò2œá_`¿ØÃý÷d]0j£Å™èHÓÐq¿]?w´siÞ3œ ¦\{•àÌ©œkÈ;)ú8¢¥‚0vwÝ.[}—ápR¦A×cJbêøK¥G`Qºñ¨6Þ\“f$_H\Øg;?ñ¨àMÂÙÄ,þj`&î˧ ç -,s>ºè/ví0‰WóÏh>;ÃižŸ ~íðì:Øëƒšys[#õõA;üTTªñ`7®Ÿ@AÃêo=¾K}¯ÂlN&ÑnôºÓ{ô~[¨‰pRH«MˆÇbïtˆñ׺sƒáôƒwëÕ:<¦]l摬ßXáº,b…]£Ík([û¿Í/¶ÎfmüSGûWý.ž‚7òs¬MyÜ(áWh„íÏçá¢jF5‰fü]%œnï}f¶,°yFƒºË=‚tjPBÐ_ìPè³ ñ4Vþc¼{Z9xÎ(DØc—ß¼00jCèRXÐè Ò£åmcÛ^ËB[:æà åVÜš¿Ø‘mDšxÑf̧£bIî¤ fW±‚!LM¤F¡¡:ÏÆcXj7¼9¡Ý¾ï1;Iç?Þ]QæÊL²Î×iœ¶)ìÊS„]|Z; °Es«bEéd¢ƒ¤¢ƒ»¾C+Î%s$h¶ò¶‡ïoצCIúôQÅF£u@¸u¸¼¿X kÕ\˜À}2eMvì+Ý}¶ Û„hå†\WWžmDy74@Ün?{ކú~O¨¯Ãnõ|Ûý€/ߘæ;Ÿ£®ö¦Lºm&:Å fÆJ£k­NNR[Þ=´v}Ôö=å¬ÑësEš¡"ÍimpCléÏlÿ¾"wÓœµ &N”kM¼‘ËÎýßf¹K8kNG#pyâzÍ~^û²Y¬©}í˜mßJ¯. 4®vî÷rîœ9 1‹FO䂲QuOz¤ñ ÂŽžÇûOª‚•ÍB…œÖnL¾y}Èøöà[gª¤¶&/Ön¡ÁtѼõŠÇ¦W?Mbñá'mp°ûf0-¿7H”ת6ºH®ò‹9‘ö XÞíreÓ½äë†Í\­±!bkñ›ƒ%ó0ñw½ríÅd°¤Íiy/sŠÓé —=º>÷ö¨v½´*µLhVÏ6ÑÚ$§œf»ìC¬3»iÐøŒŠÛFïÄ=ùÉ=ë±ú¢6ìÔ‹ã–[/Ò×KmyAÁÚ€-¿(ýbîBŒ.‘ç«Qì9÷¤ãXìleè{*”Ô—ÌÓ’|9@\Àξm­È Iº¨’¿Ê­«íN~Àžf1ŽÛ-là×¼~†»Ål§™‰]°Q˜õ¡º*H½´\ujRå!Öª[Ê€¶ÊtÕùSu/Ê…jsvÇ*“b¨Wô“TÚÒê]¾ææ@ùróþÁ7;}>œ›j¶=èîgæPw'4ËàÊÒЮ1”£s‰ ‚ ±Ñ³’Ò·Æxƒ/!ÄGÎ0†s›3_ö Ú-v6—ž³ª6×U¤FŸ+çdüª`Ͱø–o§g³Lb ºäºƒâû˜Å,Áùˆ¿–RT-”~Ax0³Â²p>¢gîñ‡0.‘?šqK×ÀKköMõÛ7ÔPü>ð“\e§÷¾÷ ®:<¦ä§"íPõX ›>tÕë•ýY¬˜ú±Sdå:–Zu¡ q¡Š™n^vâ(_§>ûÜ(DžÀ)/6¿@€6 ÷3¬M t×@»òúü€@XróM¹“IŒK†åó¢²C_°µ1äšá˜”žúpÓrx\B([™%eÚ‘ä'. -‚Ë÷i£¤Ï&Õ“±–ë˜Å/¨¹ÂTo}aõ4FX7ChX;g0s:-63xÙÌ+Ãu  ¶•ÐE¨€ØÚzžဠFñþ8È~@×îïæò•ÄšY<…oFS¿vû%Êh1W þs½µÑb¸û†3…ÆOÅ(Ó/C.¬7N?‡t÷€Ù `óSÀ÷ès3wÀÖ5­e¿Ð0ÀÊ‘smZæÿ•×¢àoSˆ²/j¡©S€ˆs{€H­@6[0@ò§>@FS Ã#@±*@žr™“5[ ÏÎ /bö“› ý ûãÎFÚ¬Gþ{ìK{ÿ#*o*JåÖí -ª¹W³·]k#j—ýMàƒÕùÚ®Ï?Ròôd$'I ÌÜoFð¿É·Ä ÖÀ Þn Šh½2èø¹èÓºÐï 0ݘ*vÊ€a­_˜UÛÝúkþóÿv¦ÛŠ*[”~‚ý¨¨(Š´¢(6´‚4‚"*ö Øëûºóœ¼÷VQ>jf†DÄš9™JåÒÚê6W’ø•o*AIälåkþ±s‡'¾ÌÉײ ØÖÐú•’òÅ_ývÒ^ü‘n¿¾Ûod¡ôÑ`ãf}he°Ð"^ E¦=Ý¢¬ÚŸÇ~£w?{¥Ñ÷çGkþ¿VKï£2Î럌ØÕr¤}âÿ$#XñãÁïïóûÒg[/âŸl„¯ÑVU>A±Æ? ùOkv~÷¡÷ŸÜ>ÊÆÿä¯J¹k/Ù×~ »ì]6´±û3ðþ¦ |ð}÷‹WõÓF ÿHµÏ«Þy¹'¥¸<¡ƒÝç!þû'¡ððrZíþîZÔÝ/.Z÷¬¸âosøÐ¿ñû³üñôÖÎÃkïø4/âæ\`û69ï…Å™T¶IÜæ’DÏÌ2 6§ˆS"Äâ‰\cãÿ 8Ò{löŸv}ÚÆG¥Ê_·í·¡ñÇhËô?YöýÍßçwv…F·y¹s¿†H/{…tºˆçr­)qVîS:‰—I0ßfOfnôñ¯ŽúG§èÊGz½6¾þÕ˜9€ó0òÑú!bOKàΟø>lZÝ}ïu3¾ØmØÅð‹=4=è_¤MÂ+ÿˆ ¹O3¹ºùô>ܹg{oé -iñèÓ³rƒ?žÞá ‰Of¹¯ö:Ò+*3»Jáë`²z¡ràÏô·*ä¾w¯4v¦ÒÞÁ>Þݪ¹†¼E޳ÁÖûpmV˜Çš<\k+']Å®è„ä¾øÿ¾þâ_µöÓÆ\îÓîâçZÅïïŽGŸ•˸~JZVçxí,”؃ffäW“Ã],ö!9Ûìħ¶ßª™n¼‰ùN²ÑóŸ?×IðZ“Û^fu•‡…àÐÃltù6zÉÞNübΔµEÞ/æa‡zÌûà¤4‡–G,ØôVh A“Zo ä‹Ç£_ÊÿÓÂ\æàÛûBù -©Ý‘^0ùȇiä7Hz'>`n‹ÌòýuÒ}(««x5Ò²:¶Cæ˜L–>Ï–ìå.æôu³È{É~¶Þ§9do”/³}/Î-Wû}½êµ|,F†SwSòR(>Z¡]¶YüžÄruw¼²ÁþÀÇùãÇ 6_€+§<©,ߺ–Ö/‹y½KÏC¦ÓžCþ H¹8Ûwê Y ?5ÛÇöš75kÚlJ>ë‰38ÆÞc÷¼yž“V¤@a‚¹þº"¸9vï…;+m8t8¥“Ž0öv¤¼¾x<ù~Lö0šŒjÝLüº¯èDѾ÷ü­ò\yk2ž¬–¾k%‹·NëÞ׺<«]#Ü' -§ÆÔšùÉ=[LšN]ó&ÏúÈk¯îèåA:™_ÆáxIOvã^þ|vÖƒÜÛ)_š%{¬h)TDkhl3É2“Ò{ðZÓs#{Åeÿâñ‚Iì½kåcËX”¥Í=·Åƒè’^cÜ|¾ì‰»XÜ›‹@¡äÄMG™É£áž_vqwNOn>ÜuÆ}ü2p6ÖEqÒšidïâc×pÔ·âssié–¼7“»‘˜¦»zn¥ 4jÈMò4žÕmßhé­‰>®g=ÇSùá"_Ë…°˜sî‹;ßÀˆ¯¨ƒsmK6/ÅÛ¿¿–ÅiÍ+3m2Ó©L0mˆÕ£Ç‰÷xÅ“³ÕY,í­ÃÐÖ1걉]Ó2ɬSöp4^L­Q³»öŒÉzmñ¾Ögð¨w´úc¸x Ã"»Æ´u®.hƒÅm¢Ê!Q¢Ê -T´Ãª¨ ]+ÿÅø=\ö»ÜFVdÞzuðößì8`ïâ¨?o}p³½°@Pw‹_œî!Ãî¤ß^·—z±›ÜÑ™m>ŠÓL<Ü6ÞÚGœ›Îô½0üWö¨èø©mmAUÝq%íÝÔp9¹´L5¶äL ^j°3Qôæ‹¡VÖÀ_ݦƒœ[õçûƱ_¨IÏ^x<½Ykt%g>ö/~+¨Ó Ô8¬$Ô(¸ÈÇ·lá‹ðèã<¿3Ÿû:•çzæŽû^=_öÂ|òr¢©µ·êÒ3f‚3®§UKæç¿ØÚÙ¢PHjïUqB¼ˆÁ ‰èANÚ}áñý‚õ’zý¨ÿ€½’G¸]hÏ…CGÞ ¸½óÇ~âñm—êXճܡâùš»Ì‹ÄËfñƒÂ±`ñݯö½ÜP³f`*bÊioØÝ¬€Œmf­tÍ?š±épM4ÆZÕãVʨÊ%ÒË=ÅÉ3eTîK4ÒtH¢+÷`Z8là¶ It?X•7´¡Õ9Ÿ¦³NÜm¸Û­|åšÍ^žL—›Éƒ°=?—íãÜÛV ú øAá‹hPíõ×ï²Î/ö‹ 3çïÔ$†ªãC;—³g|4ø ìkŠR°”‘UXH¨‰lcuí/mè‰%$í—nu‘”tä!<áèDÇ:J îN¨×´Íû¢Ã!Ûö—Í´‘°Ý øSk™÷3­î -ƘuÙî2eµ9K'ÓÒ=ŸȔ»Váƒü‡*C÷ÓÑ2k«ÂWýö'ýˆòV›,òÉÍIm’è¥ -(Io¥Kîl*²×ŦÚ©'ÆÍ§ç’ ?é…]£ÊìkûDX<“í wkµÁÍShõªål£–ȘšNîÉ>n*uè݈\©Ú¶ò<}š-'ô)°.iíæè•(~Pøb&Œ¸*ä¥î¯öÁ/´W6!Ô!‚JÑ̶×ae Í?z²?ÑEŽMGõpÕYö$¥ ñ¼òäË}q‡Y¿ @m~9«´z¾†3â¸C7w¯.×DXMlÄÙ•ÙÀ„›O'ÅÆž&EóQ¿V -pÝ>x,õÀ>û¾QM¨GišK±Î×éþéÛkÃRŸëþªß<ðjº -‡à¶­à¥89Ü5…—RëfýU4{•œ Ç>¸å©ÅúÈ=Ùуõøg¿¤BõPhAo£ÜÜëh#):qÀ6M>«ýºÓnêõFÆJ‹‡à¶¡<»‘ïã"ýÇ…ØdöpŠÉì’ͤP@2ëör_üŠô•s«÷þªß=ùÎŒcŠ¡,/OÁFoš{+—¼;ã™Õ«â&Œëòunr¯b³¿¶‹èÍl‡+°©UäR_Wš²ïD½áj¼ºÀ—Õœåc’ ·!™3bA¬ -„pmÑøª™5ðþi¹Çûâ—8,ókn”•¨ÌýªßކδdA×Í÷C@ôÍÍ*ôˆÝ –‹§÷ -Ä;L޶¸Ìš™±àžÝ´ÖäÄ(àõÞDýI†¾4;…úøZ¬P“ø‚‘³íŽ&Áê¥CtuP$ŠxÇJ'¾íø1ÅÄË‚@aò:¯aUv½ùÑáxGµnñý«Âî¡|Õïé¼6éz¤Úq¨q¯ir±Žé•Q· {S÷Øß¸xÀÓÑPeóƒPmCÊÕmÁ(d;5ls¦íƒþüę̈ RÙ‘ùÒ! ê‰ÂÅá«Ã81Àvgc„)Öm†!të€F€'†b,"×NûhUu‰[-’_Èe>¿Xîò‰:{`”4-¶é8æÖBT°Çc—ýú€‡Úh\–õåÚ;ô„°ÓZ®G­ -Íõ›úL5ÌÈôé6ßÔ½ƒSþš»’‚ZyýA&KòÆÔ^„bµR±‰ê2Á£xÕH{¿–D7¯–ÄýmÍÔ¯ÏE¤S¿ã }¤Q»,ª´ìªzdýQeöÅû ¬´Ñþĉ¬ÎòØ»ë5Ž„Q1~4µÓô\“:ïú»k$Ò†™‹ó6 ¯Ñ«O¦ ‘šÍÏ¢¥YLçE¢\b¼Šß®ZݾPcx*ÔÎÉ«Z«×‹$r»w8dìÎd¤Ù*Œ«Ï³VÛõÍ¥ -<¸RefäùJ§œÖ6¹9qüáE ½ÂÂ*sù"¸Êý¥Z4çÏT‹uÁ!>INu²gL„$6Ë?*ê¾-šw¯A·T™X¯Š,E÷AZ„&šƒií -ÂÍ ÒJq}íR}ç\ ÊvƒB%XGÕ -/•éJ¾"wáåb¥ÃTðËëy,à –v˰URpe\ªn/ûR5(ªŸN_ÌZ˽9YWËÅXÊ´ÞÑøM¡G(Ãcî(@íHôUÌu¸¦1ñáå×ý™3ÄkD™CZ]¨YÍÁp·"¨´ -‡OÅû“ (o3»MYšg’Òþ >Jê„¡cfˆ@z5‹çB9½ÆŠT»kœ`»Î?žø3ß"¶x¾Ïõ¼ÇñaÞ£ì(Ïzû/|yŒ=eìǦ¨»vkUqF¥ ¡©·åµóuwë™wŽÀii?w3rÀôÓÕjÙÄ'cáQ‡NÕ^¬nÍÂÂ{…渥æ_MÓÉO^› ²û  -ï$×]ã@v Kpv0OG–]dª¬èhc½Pt(ÔaÚû9jçÖì´’~ñþGÙ™3&ç¾–+îðT»¨rPq¸>:+£ dfZèªr¬ÂrŽc¹Öa[å~Y±¯Í"­ÝÐ\H€pñmÀKHK!ýW°h ¥Øº–Âz`«\úÁJÇlšï¦˜:f6ÆÝóVÝv,oz)®++ ÑÞPÂñyI‡v{¾™ -¶pTéIé -v·˜ßp‰Ý;Œw{ž j›Á›ÅeQ­}+ŸcÏDæP¿”|c§8g¨@[ 2•q -u™âzˆ¬ˆJ–ˆÜ(_D]¿bµ"€¯8ÀGôÀÅuàøþÂ=ž—;Çez[*KvE SêÝ’þo^1t~”šŽ¡?¨RÝ£7î1«¬ú‹Q‰€ñÌÏ"ŸÍÊ« iAqˆGÈü¸µ‚ ÕHáºH?ä8ÉäRÁ2Fû)Ž€\¥'š\·*é§ç˜4_é—åÙ ùÏþ•ßÃWT¶òëJÇ6lj<ׇZ/y¸NAp1ƪ4òõB’Ž5–goªÝ97)°¦QÈ\èAVY´X€  €Üm?¡Gø&zòWEþ™¿âíÇwûºí»LµŒ¼gf7µl5€Vêþã±}‚w3ï/¾š’ùj¿FÆ>òñ„~ÆÇÇj©(ÿXWåý?ñ× )Æé—¹sã£-7xx ¤Þß½¾~÷!Õú¦Üæ}zãÞâLÉî–æ“k/Á^WÈÔK—M=Ïœ÷ÌP?«¸üÿ¥ üjµÜG m}´Eáƒøcµd_ëê7½¡½þì?vùp`õòÝ/¶Ñ{VìÖoü¾Ë\ÃZ—»BFG¸ˆ—vÿÛ]ù¼§åáYyXÖñf^·Ž‹›=w§„o܎׾Q<Ò»J;NCi¿ÄLœLþ‘ûî×Õúj?-«|dÅB~žéocƒ ýΆîä6/6·¼’9]!|\Ä3œ=+w¨˜ _ïò'–}#'rþÀ¾ ¬G§5ôacF„˜ÙÓbäרa”5Dç·‡Áò–ÑnÓîwppin÷B[Úª…¦¼‰Eñ×µjV§Ý5„¯Vûó¯šË~Tfè#‹§'«'Ô¯FqxÔWΈ£ÛÉð9Nf&ÜéÐ9ÄÌÖL"6’®‡9&=ysìCJ÷ÐX.îÄ× ¼ƒ§Fm«f âÜè­±NãÎêªLÄßìðaèû¹rË·ã¿®Õ|P#ç!_ þâ_­6ûZÊ><€‚Î{¢\8%Ì 9: Øøô˦(D졪ò£âh'>NN:’ï&\뤷 ×ä&ø×¿º<†œ—ïQp_²×མ76ùE~Ãó~6KîðjjÌT¸¾õõš•®`§‰±+þÂ$‚Â_üZ{sóçRÉÑÉîN‘_^û×ó;ØU‘žãÈu:&·Â‡ŠóË·Qé/ÙKMYðÂð\佚5ï•q°é”&¼,3*,gÈßùz…:N»OÉ“–›¤§¯êyM å¾§æÈõ9xír9ñìfÃûãy·wûâ?õä‹Ñ)iaÌ„ñäÀGÒt©Õ:rqø·%›ì²‹üx Ö­Îö‚Ï•KûzÙmMÅíLÉØíM®z Mès y^=yÌ}7v}攎–nÖ­ÇX>:a¯ýrúЮjoäfÇ–ªgÛÚëµ¥¥¶ú‡Ïÿ+í¿0ã¾û¶ñ"ÍK·ã½>¹~µÚÜ3ýn4Õ•­‡Kö4ÏÃÆ0af{žßûz‰=OÉ;ûš40)ïy¾ {@ÅÇ\Nó©ñü5oŽ…éžsVpÒsúû·lo›aWÖ¤kDqaÕ®Ad¦µÜÃÄ_<<²ÄWǸçf®1ŽðÏÞO/†:þbò®Ä_Üs\.!kZ.˜°=–/—Õ3·ß,çyk¼(án y¡âãÑÞŒgù—é!g4é÷¸¸håò‰ƒm…•0+šKÔh U¯ežŽ^ÇatÍÄêÈÞ¦ñ(ä=Ã=²¡þ&†±ÎÚ˧žm`•!¿ÚñZHÊžÖÏå"uÓÍ!>§/.»!^:¶&Ûò.ªÜÓ{õ -ïÏeq}ƒÃyøéЬMî‘0ð²”3÷^›•½wöG+^=žfrÍ£ëã ƒbx»n´”­û1ÞÖ9Oè@_ -3S×VÕùXëG×ù¨nqh¯Jgñ¡ê›’¢å•Ž|Ç2¾3ÒYY\$ §Èç/Î8$Õ¾©߸†eh]y-—¿øöý¸š´Ÿ®í -‰ :•nZF£Ÿöþè¶öÆó¡ßŒ `:Xµ -Ãîp k«d\Óæ‚T··EC•·Žo}EÛ”4ùT©Y²qSéÒôw’õzßÅ;Ç•D7wm ^=Û´·Åà ө_À~ÖÔ¿èŒ_çÓX2‰¯Sy5ƒ_•Eå‘gõbþ>™A· íl׎ Ñ´‡¡ñ -r¾ÎC·õ°x{&Zùõ|¨ -æ”hQ„¬X¬È#±ˆþ€2 £”d«#ÑµŽ ºM™öl4˜‡É [Öý`Å]úùò,ß[îÍT»ŽºâHÜvaxyv{÷òÇÌ©oÏ¥3vÕœúP1Ç^#øå¹gähHà›×§¬5†!6q5xl,•˜•r"ÈWé:¼%z§€¢—¡Á»/VìVÄYÙ¦û|ä¶ûy÷4èõÞ¯awÓ)»Ø @aß›œdóÊñ±lP<ãzÇÄ7빃.)àëßW—(Dýæ¦YÝRËòñ…ÎìYš× -àÂÕJbÞz>jg[ÃaH Ôý­i)¸XOGéV(oDov?üååÞŸûëw¿Û€½~w_ênÖûj·ïqa¿7…šçùøDË8¤‘ßZg†[zˆ™Deµ–uâ^ál>€õÒUa¤FwA>Oîº4VÁ©lwËþ¢çzƒŸt¥yÔkþÅ…O>¹=+SB:TР¸qžksа“Rh°­]ÞoÏfßÎéî³%\ Z«`G"³jŒÌ --SàWfU¬œ¿Økðœ]ïUcŽ]^„T±ªWZé½ïà ~½­Ýj¸> -–2Ê^©i»Ê (M~w9œuw9r-hÆuψêÔKêËÀNzíÛ†är{&ih»SY4[‹ñYhu™ÚYù‚Ç”sÞúln—УY…ôJCë@BCã3AŠñ©¡Ñ³Ëç/v„àq!$-šÅßÉiÎEW® E›J¨Ç(W¿lµý ïÈt#êî÷‹wÚèî|ò£¡ÏÇ¢s±çÎ-¥ €ö²pjw¦ç[kq=¼[ÅÆ©À &÷js—ÍMy^çQM“ÚñàÐ'²ÒÆÕ¼Ö/M T¯O½N½n*ÓzÝ*ëu™8ü€ukÛ>oî³óõ~ÿªßÝ‰Žµ Yc¿õ2ºxPõ€‹ïIÔïCÒƒï*§·&`Î{ܱ/sŸct)d³`iÛZNÓeÔÚ™\š;C~6"›Ïý€ 4æËôIá4 ¬[õKPët¾iR÷p¶ Òóz"_;«@²5¼M²(â‘lqyHq?“í×)ùàô+Ò«‹UÛ3´·†HÌ9 úeóeÊ™t[çÑ£r¶Õ‰˜#NbWíú,oª¦Øi¦ÁµÝc³gaÑ -{¹5#¥õS™Èçf74©Ã™:mAåÞ‘Ÿ½9}»]’õï:™•1¯ž? Áljƒ÷v±÷æ½ £5”ï9öq5§~n  ÖÏ´^ ¯œ0„C¶ÍªÉrFN/?Úgy÷§ƒbTù³(4¹I¹"°3¤¡µ…3nÿ€­~Tò™Êè¶j ÖŽ6ƒæ±îxåå™ï´à_ dö­‡PD!'vððpÒðþ°9ÅKØê€mÎÍ &Ù9«Ð‰…îWôUÛ|üý€a÷»5qS¾ 2®²ë¶Söj£95+ •‡q—^ù¢/Âí_Ÿ†ö"Zµ[ó 2Û;0jjÓ£Û0œô× y]o"͈¶™„ÌîO¢°ŽÓÞÇ𣌗mÇ6‡ÉÍ»‚UÞm=øÛ-ªuZ/ÍÈÚÑ‹õ~!CäÌÓûÈ™ÆöK¹Äõf.¹à'½ ØǾݴž™ þukñc•V|—oz{r<î0âµ×*¿µF}µùÆH´TÚVÇvÝhSŠÍ×$_ªîˆ˜9ábñ~Ç”l  ‘ð(¢Ã"†¢èÉnÕN£»XQm»Fܶ+äâr±qEêçD«Þyz^?zûjS'wÕfÙ.ÐN£ïO÷«®·±‰Î7—m«y×A½„høã•“r*wÙí”ã8DnƦL×=zפÞ°Oeƒ¢ö’BuÈ¿OqxqZbÈt¹Eõì.©%ÂéY#Wo¹ŠdqàQ¡÷÷nõ¡µª‡nU&ᮿr®TØh#U²-̇ƒ-½†ù´ú"¸,Ÿl¨¹°í÷ësêTÔ1ƒ,Æe«O¨¡S»Îô"Xê1` RkXÔ¬M,Ç¥7ÙÂßÃj‹¡†EÛ®Åé ¹ Ã%ÒH—WÕç`w©¶v—´_ª€Š•*ܱ‡WrÆšƒ$ªÁǘ–W(—K£q±\’Ì^is{»%iˆ„¥Jñ½übÆ$”<é’‹òcÉv;å¾É‹6¯+³yCqWx–÷t~y­ÎË–R¤ ºy8ðø®NcµúJB‘æÎaªSd.T3z¬T"kV@šÀݶ,¯[̾,£k¹<ÛgKJ>_…¢>CCC`Ú/žøŒ]$¼î¦`ïéS¨+«VÁšëfÁrâ `©›_ø9®¥yò4§Id«Yo¹«ŒBq××’¥Ó”³»z¥‡]ìÇ_Ž«fÂ2ÅŸ= [ŠõjV 2¼Ðಓ? ¤Ã‹„ío½¢‰æÔ"y¢ìÂu¤úêmó^cßÓBä²’ãŸj31 ©ˆ—WÓcFœ*•Œè×»™õf1Êß·ñ“ÕM¹ÃQÃLçJ§Q0-NëFE jc£2ƒ-v‡ùg‹¾·¥p±¦½'luÒ¯56bî?jÕâyT̹ˆÌæ - g•ž-Ý‚Vf;¾ô2•ÓKf} ÔnòòL·¨Ýé«èŒµ°ßj«|ú¹1€š8ª5®™¾Ç­F@º¹@­ž›z»ÛÆ'kϳŸçš…h<„2k€îÍa‰ëj×[óÒ™*Öc½†X5¶UB·4ÿšW‹Ùòëõ°Â<`E¨’¢G¥Xr†U•ÆÀ s`%îœâ\øIÔ,óô:šèHtY¬¥¿>UíK~Šù*ÅfãÆw(pnÓ$°:Fk¢GTÓP¦­|¯é2ɳùw¡5¤ ¹¾B|è{Âzm©¬\ává1Ìá¹~éxöþðJ>óñôR"œbGx½ÌxG“SmW¸0Åþ à*WHq­¸6J?í¡€c‡€—Æ€gã?°þª}pŸ#veOáÇò-‘Ö/Ã%ÜW„²°ÛÏ5˜ûùDìmeQó¦” Kã»XéÂ,]ŠaÀq¸,4M‘Þ8Áì`€èƒ@è ÞYˆUÈc¸ˆ|4ØbœHlH$Žª)ÎK€,›O€Ì¶€8 :@¸™ †ÃLŠiÞ¹»ÃÙ˜ó!9îþæw¯3£Á•ÊÜtVþ‹Ü¢ÄmÜ’Y¥ LF?`ñ^èõÁ¢Ô`€“Òù¨ÈÍH‡Hz@¤bÕÿØ‚?2.•Å{E†&@™Ì 6§¨J¨·›M .æôû-P7ýô=™g€º‚ZŸ\þua¥¸!¿€6º=§Jöè½s ç;5ÀÓ[›+P«Íó†Þñᦲ¸)dKe„˜¸ $"Ðú£"“ö”üõO9á›ñß -n”ž"ºÍ:0Î@nB@Cš@#y˜@³E@“H{ã?ƒw³I -¯˜"A •î/T®ÚƒÚ:–øÖeÒÕ…f‘ú’žd±Ëµ}®Bâc]Ý­ö•¡˜/©ûÇ•Üå_ñö<è*;úGOþ×û•n¿–ÛÆ-š‹øqÛ‚0 -©Ìµ¾ZéM ´êé¯nÕchÑÊ>ÅëõÝ0íÃê×`ù•ìZ$¬«÷÷!þ¿:è'#öë¶ÝR_£íýݽuî>”ëßÙMI¾g¥Šv›WðÑ?´Æ·¼Ö÷¯!ª/¯½Ó|…F×ËE¼U²gåÕG“˜Ë=çNSÜ׿Ÿp?»e}#WÿQB¿Ã×>ÒXü§¡_%”þD8¬?a¶ŸM¨ØÉéáeϯ»_¸çoóò¥| ‘Sí -é'â²Áïô¶.Ìy_qgåvÀß³â¡%:Ð6OI§ëÈ¥ö'rÀ«Ü^Ñ{(c‘פok¾eýZWÿ^ýâ#ÓæÿK`¬|α‡}2"€7{÷óˆ|›—û–—‡ók/ -öØt“$n*·SŠ5ÁãUЋG§àUâÇÀDb¯ìáÑ[q¨ÈGæL”ÕçÜ!où½}ï*;ñ½·¶û´ø·ÈÒ¾mô­ÉHü“»êQÙöÿà¿´Úð«2ú¹gáÚÛ§«.Ø84Έýì&ؤ È âÄ^ ð#¿ò\~rÐóæÝ¢}ïz>í6ãeO÷­šÙ¾¶HpÊn°p_›¥uiu•wÈŠŽ.TÈ$÷öÒ¯£Ò2ëN¦ó°S8›Þ økXýoü€Ì«ÿq2ÿ4ôëã$Á\ùutr -”V>Cì0¯õ{Èf:Û} ëo⦮“l¬®RÞ^ч¼zhÖ_¾÷ü¯õ\ðÏl4ÛÙdù{ åkÙÙ¾ß*ûzµ…OMÌá§ä™v'Wë~š84Ÿ›Ð:ûů‰õƒÿÐjýœó8ïñöþxeùyä—óé\¹±Çi«¼üô*&óê™ØÀ–ìÙ ü]nÍ{ïn'ØpÝ^/:âL-vT?Ûº¯Ã]kš¨]wJ»þÄ!Kïa{÷í‰ËkÀÍ(òŽ…üBçWý‰’ƒÓ/¿Ú%'{£lŽ_|ÛxË‹…s×3›ø!äýáéÔ0Œµ™o{!‹9•ÙÏ{¯Ì%€ƒûk†„pšÈ{(]Á’Q\8XŒy3¦<º6Ý÷8i»ì+áÝìô= Ùôj »YÃÖ°kK09·áý(²ÔZô2㋚:Š£dÜÌæl9"_ã_ש¶ø$N/Ô{ŸqÜ&£ý¾\¿.6øDÖDZˬwçj3diÚÓD2g57s•"—}öÏãy[zŒó–qúy-ooúr:#”¬ªµ—-ÌR«³úhÆÃcbÉŠ%fºL#ï…‘áô¸™þØxݳ €×æÐ¸ú0ã|mßgšpŽü/¾&å£+ŸŸ{ -^ÖÎ,»[Îùíd¾ÛÊìÐÿ<];MÒjØ{ïr¼¬ ýÉÄ)Y«Ð®,«–’´T¾=L¢ZÎŽ¬a¹`Ü’bÉ›(b4¹.¥OFÏ –0œ¥—Ñ$Ÿ¶¶ÌqK­¨…guài¿¨åY–W”út¬ ùL(GËËRöv yÈ,çgô:#AÏd7—lõ‚Cè8¯¶n ÿœvËÄ« ¼—j\¤‹»º%4ó´ì¸£K¢-GÎØŒ6KW:;ßô,»†ü|jaai½ã Ñ Q™TÅkµ©Âó® ¨MVÕÖ–u˜Ëؾ’ÌÆ³(^§+:c;ü…§)Ë×í-NÚ¡”Þ/ò¶Z\±Fæ½€}ä2KG ídêÜ=·;ô$§B u ó×íQ£x’ —±õZ †–Øhýy3V·µîU­ݧ¢¦+dùH÷ò²þ–e<\b’UZ§½/QÛ'Ž‘â@l¤ãì`Òšƒv¦pìÏx ìçV¦×-‡f¯°GÂîJ…RÙåñ̸U·ä,-à œ Œý˜NòTäŠåÀQ6›¡yá;íИ ½Æp¡*}m0p µJO'Šæ­—²1[n¥ ˜.êÃÓU¼c¯·Ø4ß¹Áäö.Ú.\íÏÞÞïø<Ó[Vì^¯{8Ý5Vœv‰vvÔ=+T]ãóìÛ0]ÜóèÌ[tNu3ü‹¨¸{¢koS¬,d+Ìêûžtةԅ *(ƒy]@Ê?t0•Ç#¯3šœvÜ5Û|s´p¡ØGq¦³®_š³ W Y†*,¿øÕ¾;•b:ŽÍµ M_ëàA€pù C޾(Y}U-dIytY‰Þ<¤nŒþž»½°æÝ ᬺ°í%6|Œ§Ý0<Ïߤ¾;f¨p×~)­ø8§Ä±ìCÖE–‰6vû­c«6{v­9Mb-þ j­¼¡ÍRÌÂ?Œ—;¼u#Ã#.OÙµ -ºâY¿Û¤Pߎگ‡;È–¨àF–úEÏè×Õ»½p/(]ÉhX‚ªT<^ïAÇ”n+îz¸í¹Fñ³ pc[Th¿oM¨Öhµvö5cZ{ìµ -•†Åô5/lnÖkS’üZcõä°±_¾üÆ>$ÂÆÞ«.¿øz¿—"ZÄfN‰©LRÊUÙ|ZŽ G?zO´jdÉÒ=5¹q…ì ²®[9Ö$þ¨zÇ‚V6×XhÛš¶gOo¶½jçõ]K˜4O­B{ð`ú;dJJTmJÇL½Y1Ú݆z±ôFÍZOGâú™ຕMĺyS&)ÖaÝ<‹ú¹²[®_Õ3½P¦ î?¶LõôVY½èëÞÛ|ÖŒ£šX b½±*¾¬ÕLΘ y‹&OÈÛ.w‡Òëx²èèíÙ”pZ]ú>aørÖÜZëu³-£Æ!½¹(ÏÐÇ]¦ P$~Àúy¹æêu¼<¤ngcF5ëÏ9Ñeˆl\—l“ylÃÌ‚œ°ì/Ö÷ؘëp†ð:x¥½Srp‘1Û…ÙY/IìR¡ …>˜ç1Vˆl+ý-‹5¨s.3H¯´\»ßî¼­U´ï£æŸŽQU™6СÒ„ÄîêÖO¨;ª¼¨ñ),’/ö‘ÓÓ&Û‹@!(ãqÀ—Õ2ˆwc ƒwCßùI_¯² ¼ë=æ_|-êAr-RÓÈ¢®ìø°mEÛÜhv\]‡2§¬eç}4û¡GvøÑC«²oô…²YmµÂb¹Ël²¹©xk½1´l;½˜Ï~ItžS®†lÉé:’™+ö GÊàÓCðåäÝÄ{bo€CðiŒ­Ý£¯,ºKŽ,ªÈ} U:a€*uÿ!dn™ÙMë“EÔÃÇ‘¦g̺/o…¸:?´ˆ öÒÄ<ÛýR8ìwnÈ‘h ä²Ú‚žë:SÉD\³–D:™ÙjýêöLêá3é7ó1'’ÈÛï=³WlÓ®e0)£Â¼KÒ‘Ý«LUkËt†=ÕWµxtj:u`jX$Œ„1ýfÈ(¦‹ýaÑúªß“¢«c¬¶¯YŒW(ËWÐ0*Š¥Ì¬6éÉñNé4•³†åô®<ò ÖÀC…¡©í°[oD¢Lµ6ŒNæºy›( S¼Äï˜Æ;ôPz$¨ºÃÞhÍvʵ#ý jú“jød7BÎl;D¬ìó‰P‹c£ê$aµ!éÓ°òÌq“ÊãÖðæÇîŠõÛ«*ãÁذn¾ãVÕ€^PM¬êEägBОEƒckÛŒ.\'1L¥sEe˜%AêÅÆCÆËíÄÀªt8NϘæmfµ¯kDç#—<ö@¬Ø)"uýWïËU›v0¬¼jÕ 29n¯•öhFV29\gZß…;EjüûGûn£mW…¦Mû–þ&Jhºº^¤R³Áó7¸!YÕm–šB#©P’פ¾Þ·ª8\Së˜b8,]ü~íôpÔÙòLÄžÍ'Õ¸YV™^²¯¼Kð¥2ÝJ¹ -+ï8ˆ¡æó}E‚óå̤ÜS¬¤ ºµÒz - J"Œ[%1[³Ke°~ôû™fg|„N¬Ý,òÌhúäððÚV”{)Ê m8âÇDÛm—Œù€vNEŠ(¡RþãéÝÎòÈ5ZU‘v¦ªÞ,×®`¥Wñ— µ’ƒ8 $i -*þªÜ×â¸\ÂWI’8¨T©„$¤¡n1ÞˆVQ—ˇB²ŒÊE,óEl•3 -Iëlü€ŸÃÈϪ«ž'Ý®s>ƒ‚5E§Q¯–g†Ã^ —§r”ïWwØ©“á›FÛ…r=—˜&ªPu2¤^páyÊ•l.mçe¼$«:eÒŒI:¿—Õ¨h8À´p~ÖÖk¢žó÷Ì*›o6l·©Vnf;j.wÌϳ‹Áú•]°v=ÇmÐAŠŽšãü¦2-4n’«ÙÉ¡¶heÑSÏØ4ØŽFnjéŒ,å‡ËB—¾OlO¯û Ûs²'T[µËÕ¯VÀw€0½äÝEôÌ3½|d%¨f+4‘ã5žÉåQ·—]®wZ‚_ãŒ8n®€ÝI>¹ËH¥™Vâ’;vê]ujÈ\ê$_Kas@ÕØ €êà${ÛSAŸö€n{¥±fÎݺ¢×Ú$¯´Ô'ÙßßzyÈ…§V­ZœÕ¹z_Åke­¾Ÿ>Z®Tº`Ú/ŽG\³á•<µÎæ Ôø¢_Jâ@M€Ú)D1ÅÉjÝæ2Å6ýSϧ8ÖÞ—€ðöä²¾È< dŒŠ):€h†õºÑI°œëœ²m õ´F%¿ªjÔýÑWŠŒý§˜]úÄÖ¬¨µñ0âàU`âÅó©YÁjñD(ÐrI¡gSÄ0€Š  £!ûÑ`G@ͦ“bµP‹º¦8”TášÊ_UmŒŠ¶ß -5[@-yš@mKù)ú˯¨ì4öúÄ\ÌžÎðTˆ9ÈélïDÝ‘(³ïǵl³SŒxÞ´*xq%¬ÄyV¨B™Ý|˜jßÌ™ÞS$“0€-l2Å…°¨-§X8WÂþÀž\ú•ãµ `'{ôqoˆ €ù¯€YgÀøùÀd` öôM,¶3 gf(ÐÄV™<+þÐà§s¦ÜŠ®ó;ÍšÍ->|Ç’õJ)v`6ÿ>Ýðl¥¾ƒœC²=ÙdRø|þ6Ãô£ä‚Ðf¢´‚¨Ø‘ÖÛ!¦gžÅe€0‡é§aDç°z\ˆšÔT™^ü]£%~Àÿ —Ã"Á‘™o´Ü™Pm;¬dÍ.«¯H,L:óvVÈØ¹wª„—AþÃü".?i¤Zø¸mɽgT ŠÚ]J´y€ºâ“3@Ý6@EÃ>@éDPà PíAÙìÞbhæ¬ño^1…o[\ß «ßTWrÛíĵÉ8 Ò1YžMÌbs•®A•f®ùGEþ -ÈÿªÈÿ—¸‘¶á¤öþH·CÄh$³heòè}§ -4¨VhÈX4ìâ+ý-y†û£4êh,¡g -³¬ëxÎW8zgôõ}¿Û®'’±$¢Ö@麸»ûFÝ[ÑÈÁ~Øý#%ÿÛ†S%>ªõ·=Íô׃ûÇ|ûõÝ~ów¿–Ûfí¤w~`À°0J: 1ûí`n‹:ÀÜuýw¯4æ±¼ÌúŸO„)^øú- ͉úh¢êïCüÿ¡„þÙÖ«[~x9 »¿»ãúoä»>ð÷¬xîßæðMºñ@»åµÂ袵ñµwjø— É…ŸÄƒ·?#ó–Äl¡œ`s¿sJºŒs"×ÃÅ_…ö‹}ÈäF_aôã­ÿK·û*¡>þÉÜå?»}¢l‹³o”íx÷ òåÆïº¯k/æs— ÞûD «Ørñ³r·©3âN›IÌídø^ó§„[÷Oäb§bdÄñîÆÌ¡¼Œ|tDÙÑ«tȧ¥Áï¾XÈ -•~À¯yõ/þä®þßãÇ \¹û IßæiÍËKoý - !ï¼§ò‹dø|oO ›?žÈ9t=:è?¥LÌì -éȽ• -±q >ÌñrÈ[9lß»ê;ñ 0Û=Wà·È‚R6zQ¯Éýf—®Ã+ëªG-ýƼ¹dŸNãð?-L{ß}_ß·¼Øz]Äc:#v;%­AëH/ÛݘÙtÕˆ= Ò’âÔõö½k'؉Ïúr»oë-ûžGãuÒ¯&kr[¾®œjñ>Òa*d¤°ô)²ò.³cžœ‡l ¤‚­Îöb}=Sá 0CìÇZ¹ü?øŸ†^!euL†·×öèd£$zvשׂRu‹ø:õɃ]˜í5¹Ö…½—!s”%{i sš-øGË™‡­t} Í(?Øt¸e/¹ÍL…„È×+Üyj¢Âkr¡ }½Qž×ÔUy“+÷í/ï®Ï-Ÿé\ù9ü‚˹ÿÒ“‡Óèe/£wZí{ 5ÝÄí´@$ÃczÕÕuÉ&K`ÁßÖÅyïµ®R6ÀfjÁ¥üxà6}lg·§‰2å?êh<íOÜýã`eîîÈõ™éØeßQ0žs÷Í8¿,'NsöFº¶T m8¦–Ö^—–Šsû_ gêuõk®%§Ê"ÊÊý´âÛîeM.Ýþò­õ† þÊŽƒM› fHo|l‹§d„Ü&t¿=ªä\¿Y(ºì«çl¥6ÎÏK¸ -µº­jŒ½4:6¼kõ-T3Öuû4±ó<™õÇaD>Ԭᴑ¦ÑȬ‡úc^žê­ük:|‡§É×°üLNf÷´9,ÚÐbsTVø„†½ÅœàêÁ¦•kúq÷,L®êBöDܬ«ÐN?Çs6¼f²ç‡&väí‘ÙV¦Æug/=ÝêžçôVwþ‡þvwròÐælA+´ Šº*±¤Z’•¶"E¨Tô¢#«çÁZ®DN2è'#5SÏGo$Z†n|qªŸŸÏ½¤5韛EåZ-œL9­Å&Oü*¹ÁU®;+7_´öOµlâ»6naÌëÏóCÖ3d;9Ñ–%v¡ev­Zv‡‰¢@ö]©næ€<¬„y½½«Òˆ)‰xóœhsvºæÜ§ñÀʇþë\,ôYùÈõ³gô‚˜3ÿ"æh4·¹ÀÄk¹LïÚ´vS†#|´aÝ‘k Öºb¤ƒxQgñ>9ÌWMNÝ@žøª°¹7å–Œå¸ûžÉØú½”Lø½‘È‹N9‹ô‹y"Å^!k;ÝpQÞuKÅ 'Hæ %T¨§Îïï9‹ßžŸ½ŸTíhx9¿z×ÈÌ~ówß ¸È›/Ú‹1b–52n=ã•ñ¡Ð¯ÕͲ€*ªOµd\£º’ù’4qœí›ƒ§ ¹é0«Ï€á…}îâm{ ÚÀžðØ\º«VüêÊ¥‚°U¨š #z“?xû>f`«s Üu‡(`Î\š\hìmoYìm®ýbYD)œO08Jâk:±³»[ûØbÝô®lÀIç5—VåY¡ ìª*ÞŽ jðʹA¹‰}?k½®õ´º«ûÓë–™çLýçR¨Êµ=¯Eµ#¹{ÇHäl‡ð·UÎÎ=ÓBfÙXúìÀÞ~Iïe{Z¾Ú§[þR[]Ñúƒ cnÉ% -/¦0»TÌÌ$ ç·ñ®9Û[—ÒÐNE–Šë–œ€•’Ø<6‹ƒL0À{K]fºb½“Ž–‚´E>ò;CþÿÐuž‹Š*ÝÖ¾‚u¥¢ä(AQEPÅ„9‹YïÿcÙýž½Oøþ<«W´(‹ª9gÆdsÕ^¹[­FÆuU½Fg©?vÁ^8Ëké}:}J£ƒ•²é€µi<+ky¸j­aNU„È?”F{'(8¢Û)¦‚}þ?Ðê…0ä¬ÙÓ‘ñcæ¢ùqñ ïÍÑl±7{®³ï ;Ȥg°|u¼Is'bbÅýdô2nM£÷:4õ(³òJiê—ôh:(eµÃT«LÎi4®å[ØI]P¥§ŠxnAYs[FÁ§XIvòuG¦÷‰äeÌ«ÄÆ'&æÍ…þ‚¡º+0.Ò±›WÑчñ¡‰vï=ß_¬ü2Òkiù‡ÙÖl¶†Bç¬Iç¦X99Ï9#LG¯kÅš^2(©ªÅžÔTM¤­"ÄWÖ.?TðDÉ»qw/Ó¹ÑU:Ξ9‰cyJL’ž* -µ)„%Ý“Y½'|ô)>êYu>j­ý?xNwÝ%D0Ìôül#ý¶u= ®Ýqp]»xÇì5¯»w­>E|ÞÜ»ÛLYñþrtJ]Ðf®¦ßù”{Wå=7eºw$o·è‹z7ýÓg#Üyä,ô³6à_æã‡p^âA£bÝ*,æÚÕ7cE‚3“W•37f—›ëpŸLóýÉMÓ‰a¼Š‘þž{eƒ»]¸ws-h×Þâ¡ý¬fêVÍp„J'Ùæôáô“)Aè Õ`òɨ{“äý~¬I§•S/±f‰bÁh ýºð¯­5âK”“ÆÉʼnŠeîöäfS檕çàB¶ÊÖë5ŸÅphËlv”iVƒ2Ó¬¡]¦©æ:ÌÆ-tæ8Œq­QÃBwõ™L -ƒ{uªvhÓËãÄÖªÅVºÃع0=¨Ço¸-æoµE¥…ŒIÙ%ƼÔeBUwš!(K¢Ê—¶…Vqš"d\uCÄìJ4vlýÝY,yfkYÓB“ -Cn+]Ú¥®éJ¦™Ó¦ÎºNõ‹GunK—êì&íÕ…Ó}ýÒbþ+_iØòÇ[QâÙé ?³†ñÛÕ=‘èÆóR"Õ57zÉîZÎJݽ‰½³Áƒ›&ý@üèDhÅé5gróÃ¥Á!ìÝcqáÔc¶Â”¡TnC>Î…v×÷Í65†JÈ…Nu’GñÞyAö®ƒ)9ŠJ<^A“xœÒ°!E;æpLMš.—F}[üFõ®Sý£nTÚ7§øV× H üj;jF ô9•°ž1t’— /y~æÈb<En1¹+ìz¾7Xü³±:7kÑ^uãÓF”oˈ'!o÷S† IÊêX%^€mÑd;#@¾ ðq‡‘qëØxvZoâÙ^¹9bRAå‘0 ry¶'õLâ -xW™½Z½·»¯×ª§yžtÓYŸr/YaJlŸÔ£;·´Œ‡nÚ0Û$ûÓfž>ù}•æîC“ -”‰MÞGKT²§ñš¡3bXµŽXEO|bç¼L8žÛX•uÇXa£< tYɨuTj¨µ(5PÔ*6&ŠÌ(Cø1•ú^N‚ç5f»fp׉¡lK®^/uä¡Å•[sî–jÓœ&]¯:V¬aÑaf§]\=2T€òÑÆ¨ˆTÎŒ@ŒxQ#2a©ŠOåv ‡†}›—Nc Žs+tešW´QØmƒàV6¬Â‡*Ò‡Ûïón'snO° -Ì”I«pº¿kãÌÑ"|°UÃtÒ5h×›ÐYí2xi¾ÊËjBáª=¶] PCŒZ-ŠÃ§ëùl´OxŒaW<ß*~°Õ€±t+'Ñ57åQÈ`NÔ 0/þ Ø‚š¤¨ÝR,~«£,œÇËÔøs°,lVí«¡›ã7`K2âY,ßK¿A(éßH -0O¢ ˜ãxš¾@v÷ÇZ¢\"¯½ÇÜV)ILËåÊŨ<µÖzÒgzb–Wˆ1¿ÏM¤{±¨rÂPàá×ô¥nç÷ÄÀY8ÉüúoAwή‰•7 lÀmsa -o¸ÿu¾¥óÍí»uÀÄ1àŽ¹;à{põ¸Qw¸îãþÇ\bëîûΠ×kÕ··‚Vùð]²DùÙ¤'í=籟G6ê…|še78©=ø÷Uþƒÿ)þ–qÝ Šô[Æm«Ḭ́ø>µüþü4*Aê8@ …EM½àWcðënð“Òþ·Ò;y纫©<þæº]Þ!r4•ïEg;_Q^îcôûÑÌOæa)ôDæßä/¾õÛJ[ø· -8s×~Õ¶ÿ*œ† ÖÔòó,H÷HûÐ2Ù;™ªá@–Å* §ÞÎH »‰1ü±–ð£—n, .£ÜÛ…¿™¿Ý冇ì s¡Ž_Ћ•FÆÞ•?¾¿£ø[@þ§Šü5sø5þ—÷«»ýZð~%·_«ÛoÃ4¥e ‹¿jÛ¼Úª¬œ€ÚV( èFŠdÔEë Ô(ù>ežûoµEúo•ÐQç?ÝÇ:‡÷×3Ê1…ǧ*1\å~µp«¶tñ¦z¯ì:Æ=ïô«·=iÜj§¥s]gÞï-{—Ös?º¤Æ2ñ2Ü)a§ÃìÙ/ÈòIÚÆeí+!øöÅúÖj7;³ÚúC ÿ]ý£Ò1þ*FK®óT§«ÁC_œç÷Êæ±¿ÕïëuÍAï+ ¹ËNd‘ 5`‰ä¨JLÂŽYxæg¼r -a^ÿŽÏÿk9 Úil×êôÓh¸¯\ë2d>jÑàÖìf[ýí±–!«—ÿKºú¿†©Nø‘­qìmAÈÚïÓèg£~¡BÃKÜ—38û/>…ygu|ZÞ_Ë1éÝY×{í+‰ýÙ-„zv»VhÛxWÑÍN¯’*®sk¯ÐQVI}b.¥c¿5‹›Ñ<Ù÷hffù§3Ö¯ÛÀ?ˆ-èÅý1>²Uó~]S›Ë… -¶™s÷3GÜcú.=[cznîÅUsÛxÜzÁúXî ~ý`k­ÑŠ_7¦Ë¨Í—Ò¾µ^DLc7ÿtkÇù˜w¯ólØ{ÏòC?7]Wt²³BnBm>æØ£zј=•oÿ²௽ü?øÇ6î•}½´.Åíñê§Învµ$ù#]]³ñ$·â—3l)m—ìB=.¥y6èk³Ê£_Žj¿#ã 1]CgŠÏúÞÄB­&ƒ1» F?Ðȧû³á­3Ù ¥ë>‰"|Ÿa‰™½1ÈÆãQß„ñS?¿b¯ÿÿ§t5ï¢þúX*u–! -æŸö;þõƒåßÛ¸öz$S|zxLœü3;öÐF22ù¶öš—áãlϳCOž®Õ3öàb:O4,>Á»ÜÕG#´rg·gÃç^°k.KQâçJZÀÊ?P ˆ®Ud£öź÷›b­]÷9†ëË07>mûÄô0 „jèuÆ\©Ü^µvTó´’_ ¹,^뀭åj³\¯.á[E»=Ù´o½²7çµ -½œÛiÛÁæí2·=øFºñ ôû03Óû%f«+™úµ4lM³%p|Ú¤SRµÜuÒRg¡6S ïP–£…¤Ô ¤¦Ô…ì,?NŠ÷ìà3VJÉýëØî0Lå1ófxæ¤Zu:[´{vÖ*«PR]Î2Ÿt²óp¥æÉrg˜-W W ±EzÿHÕJo޲KËê•2¢ÞÓ¦Pw¬AµÑJ#׳ -7ÿç]Y‰.®`ƒ­,·cËäd3‘ܼ÷‘˜!ͧˆ-‰éDµ/–¹B«0=­Ç™Qéz{"zîñhÙ1Ÿ[/·ë-ïÅJ -;,TW£÷¹âbÝôD.ŸaÖ@ˆè*äS%qŠÚÔö Ú{†Zc¼ª -ŸÇM¥ÁÇ»%y;£æ2«{é°¼$–¢âù®‹"¯ÌBo\ñûéÎ?Kž¹ê”~jücAW…Nž\87œN?ï4<($AïÅl:ÓuvØÞ–g­f0TÕº/QsgÃãFI¿¢R¯’>—óZeLcjmV •Æð^”w™»,S•{)IÇB¡&±u“¢Ùùž3nÒb#HËìÖͯnãbqL#Õ¢~š¸˜¯^¹XPX.&6&ç6Õ_˜s k¡‰Xç‡y§úÔC»r¡œÆüü˜š8‡Ç²mŠzÉ‚é=Qñîä]׸ìQ‹ÛÉ]µôKF±åMAvJ\ò¤-úiŽ% - £ -a9¨ðÏùÐæ£Ú¾Sü\À°8äU1ûpάývËâ -¨À°‹Í¢Â¢ßcÖ'èÌØõ-ÅØºb0ëQ»Ê¬»usÖ¼vññà~„#K&²¡77Ÿ~tª½ER›;žTð¬U®5˜S«Å—6Ö;eƒÛçHÞËþK:•H¼HuD¸k%’‰$ËkF.Ž?E£˜3D‹3ge—]2>k÷sõ‰ÓÌ¥i%1»Sô¾fétÍúÔ©9ÝS§J ¼ç[£¼Tþ¨MVb·â£Ïì†6ê]\ûíƒex踵l](.ld·½jµµ*pÆ ífÕUn·“N't/^®ôM¸?éÿÄg +–•7ÍUõ«À.ãGÁ²Xám2ÍÜbH\ èýmÓŒ|IÇó^Tgµ!¨¢-kä•H:¤èv·ÄÕQâÎÑo®ô_Óî±EŽrL‚ ˆ“\ø¶˜û£Þ$óíÔ -*ö°nNçuóx6$ýÓßÂ*.R‰(û–N ŸŸžEhvÈp5øŒ° |E2[g[¤õ‘L»Ø¡B{o›êÊEŸ*¾Úc²WßïH §Äc7D bÐ&Bem|ä×Ö¸N²0žt%<ãŽJx¦Ö+Mn‹34ßOâÆÃÝ@_°K®Ï‡æ£2žÖak›e¡ëR¤§é>ùOs¿æjûߕ̮™æ•Å»Á‡iÝyÚ}u1*)õ˜tÁu²÷”Hiq­y„º-Eø§5\áú \ñì° cqé%b•›ÓD -5Glzz!v…GÃUQDh¨éYùÒF\´L:RþNï1Œ¤ÜbóDtäqp*‡/­_…jNìU°øqha- K´>G­Í>A6y8ƒØ‹€Eˆ:mÁÎt=0°Ó–8˜†U¹páÒhôŠƒ­³!߉i¬°Ž¥4ómÏj?›^ù}š£ñ¾ ËO–mh«y_”ÄÃâVyâH½ùŒ~‰—Uý€ç>î «½»Zo'б4}VCH¡aÁíþÀ+œÞçQ¡3wùk®ÿ΋ʃø þ¸nä^æ^‡Û êKcêS ÿÅp.NÅeëB/ìÜŠ¾™´·Q&h›;^³MÐ]]jκ05Æc©¥RI ŸÚa)K¸Ÿü|†âÙ(Í,ª0^Àn}½/œ·ÇK¡ëdßùë …ò½ŽF@ƒžQ„T),åFѺžËf²~¶RQãÌ<ê2xfÁª×(‚µÀªŠnÁJ™e2°ËQ™ê\c¢5tNßý>'¸JðêâÒWì5çÚ¹Ê -Ò˜ÝV·j‘(ÌôÂŒrä ×Qù‚qÃh"ßqÓ:¬àã.ä>É0Ìeï“IÖT6«lþý:f,£pÏ 9% ìjý×E“€'E@ h9…×øç3p¿æs)æ"Àwõô}mðê%ýšÊ‘)¬â`w„Œ00¶F0‚{ÆWìQ¤-´C«c¯Ñ½¢¼îóH#»Ù¶8|7Kìþ½ÀÉá\~¡›Íc—¿ŸÂQÎ! q1J,Rœ€$ˆ{Šz6ņ$DH€$à ©¼ȼ;d¾âÕCqfÔßkY]º€ð'@4Cå›)«õO ¥Ö{¤õÕw‘°Qiû¬!Ú•Ç©&ý–¦ ý™Â·ž_ ¾e>_+î®ÇÜtÅ€Rڽ߬²™JE7€bµsŠð•~zÏJ“i@q‘ -¨b¾‘ ÅCk@áAú#9Œä}VäÁL/w!]9äy@ÖæW -Üçó3§§nÚNšñ}uÀÎP7[Ѿ Ô £W4ã˜hNÝ€Y/¸–H£dS(ÍÀ™¼flÏ; -€.ÓÓÂ,…³M±»þGlÀ€n-X@;xé·kºM@·¡(E°´Ëd][r€ÖÌ: ÑÏЙÃP»­¨Y©•bØûZKôwñ»ÖGlÿU÷:œyŸ&YÝqYÉFŦ¦×B }WÚAi•Éb|ã +ÙÆûµÊþþ–Âˤء€Q`V=0ëLÉ­ÛCÀ\ˆcŠ%˜«%f—w¯¿Êá¾ ã6K€Ñè`8'î½+ú£>½VÍtÀÆœäßʵ<Ü -p/? Óvšxëˆ -Ǩ̮*¬éÞþ­ŽçÏßzrúá/v·ô‡ö,Ø{\î]Ùl¥x '…GÀ™Z!ÅG\uÞ\­½œ&æW$Ê€ÃÒéåðÖþÛb®CŽ›~ë½àëiÆGågRE—qDceç&VÂ÷’åûF@,Ê™4Ú¡œ³J0ö·vló¹¿øJ×Â¿Š¸Ü'½AþTrÕ7Š^:AÅÅ«ùëüò"À3ìðÊ|í`^ë„€/i'ÀëxþV¼pˆOV¯_s‰¿Ö+«lFð•-9ˆœ•Ƶå‰ã8dBšÑÐC.¦jB…xSü}•?¯ý[@þÖŽ¿ø?uÀÿ½‚ûߎÆ>úˆœqqÅ€D¿, µŸ3 ¹;$®õ[•°¢ Äë~Ä›órùv)øc.6Û²¾¾æqùUô^Åv漡ʼ¡uƪ‰NdzÈþ[üÿ§Šü -ø·žü?tÀ_Éí×/!„@.’1‡¯;Pà=w]Êó¼*}ÎUÙ@U½¨»*ç>þw ´ùÖǾ•мþŸþc_3Ûúöeg·ÇÇ<€‡¾¼ÙDÜ+;ˆ¹çR¸-è¢rC:Léº.Š•+Þ+Ö.;I±/TTr“£Öì%ì¤?9'åÓæ:ó úq|6êõ/µ¯ÑÀ·Pû¯j-»9[iרüï~aý%Ü”§:eë÷Ž{¾©oµCkqm$îþWÓ+ô.ª?x&î;çDÒWŽÃ_Ë;IËè×r diz!>­vÐÇÊ>æžö>ßCº[|ü®=„:¬|b‡­øCMÿé[¦ýÛ-ë«eýz±þ_}è³Yæžolð+Þ÷hçDÛÔÏüäSxT×÷ñ!ÛÞÌö•ófµ[ð›Ýv-ÛÆk–lviÐømœÌòµ>Væ`íåùUb]ñå­yfj2çúýPžÅªØåǯClAü§GÖ?øµøÊYÿ]OïÞ_Aã¥uwéûÒý·£º<ÙÖ Ù-¸³]‹Oi³S?ÆÚË«+~7–!;‹§wêiÌ?Å`®_ãÑ<ÛÛÍf•çz/´õvº.ÇÇÉ®ß&ÔzÆ™Ã~Ÿw iÄ'OwŠÓÝÿe4ð_nLa¯kjxüÇuõ+]ÝP£Üråç/û¥´¹ÜêáæYÿ\˜åûç4‹‘Ñ–™ÚÙƒ0Ù™eB-·¥ñ±~®ŒÙíÙùÔÁÞ¼­3 ¹k7z~¤>3“Á'*®¨&ý¸<Ïõó †-ôî…È6Úüq°©ññ‹¨‡ýÃW¤ü¯þ©'ÿŠW7­—Ø\ÞjƒÆ|Ìèî,òáÔΠ㉓§Vc¥#ŸÄ/ÃEžÑÓ'2ƒO? ôwdG(Ñušé›YÿÂ…)È¡U0ôÞºnV_šÁ®5öêxû^Ùv“^ëÝå_”Ð Kg¯#g•©÷Œ™É?¸Õ¶§óW^ûµBX³“ƒµPwÉo­–àý`½2fWKsÒ};R¯o ?ƒ~ßqhAíyo]ëlzéR:;{x ¨}ÿîÛ³_ýê6×Mº[¸ëóW¢s lGz½E/Ò1ÃýÄbÃ5 -íàjÇõÓ¢ßÙgÑÖÇb’¶c±Ù®ƒœo/÷~]²Ó_s%Ñ™îy#F{vìÞè0¤\d0uºŸóbo]¥JƒçMÿèPÍnÒÁ½¨Ë_©^'”¨ÈK—ÒÄ‹4iá~&üÚ—õƒ›«çv\k<Úùµ‹ð ­ušÒµlæ)5w>[mRw·kØÚf?çB#™´Õ'«!@Ãê?Ðñ•m-6íO8]è• Œq¸Ñ'„½*S´+•{om"ï€Úæ -]Ÿ=áé¾a=õ½‘\#»,µcsc¶óË}ÃYÔïmÙ^:­tDa ?as×A{ÙPWti{½·Ù§qmøšý©ß&C¤.C—¢Y\ÅÒÐu¯öÙö’šAãh-{j Õ¸Ó’¾Ø× -Óýò¹/g¨5/ú´;]í×N ß#»‹\:cˆØyÏpxtLçÞÎ/ÜŒƒl\¸…ZDÓa»œ}ô»¢í #­‘ôG冯¬¬úmuhÕeüàYQø-MÁ&µñˆYÖrxõTw³Oµ@¿1Óê*Òd¢ü©U±gþ²B Ìly_KØr¹ñ_lŽÛéy‘{/¶Sf²Ÿ ßá¡?¨Î×­Þ~”|A o4ïí*ƬZ¶?Ø4éê(±¹ÑáÓv·B]~Ýð4ã6²iZŠãbm²Z *H•êlY©Wa¬æ˜õžë›˜4VšÑaQ>`бÜÞ–ßÆ™aFq+úµ¾ôtqgïJ>W( ªc>ÅB, ”±°º/—hÖàׇñM|­¢XÆáŽ}v[šR[eÛKä’iQ­Ò¶¼ùy]ÙéG+3Ôï5hkeª5ÉGÌU’&ŽÆÅJ«KJLô²;HLãü¹5Œîæw%ë7’ïë½C#.¥gݾÌSû”UD“YËz%G­\ÁJ53¯‚š-A͇¦¨,dYXŽ´Õ#¦v·dÑÝ` g½ʆÝçôR÷òŒ+:dP(ü@vΖ‘ÅgÕšlÌÆã–Täó**³5üšLë·µ\ÔCÛ”KÏ»c”Ò¸ª}Þã–f4Ž–#‰j¶¥ZPFwÅ= -jÔÙž?LÔ&Ki6s’³yñ’³Í‰’3y ‹Êdõšræó:œXÄ¡¿Y•–Áe£F]àZ_ym‹MÓùúÛ[Þ«K™Uèš5/s¶w0„~xÓåUô) ñ_o¨pf¨fœf¤–Þyµš¹+j!.”•:Í5ôduäfÑd2s[Im“ºHLÁÏ‹ú­(\vKÚd,ˆl&Ëß“6Çß׿›üÜ*'`"¼>÷hiò9<èåµÿhÖÆH¼6±:ö²ézV»¿ÍVAZ/ĥכؔ2Yâ¤A4}W«1£,¯b^Á$“›‘BˤVå¥ö¤©JLsV;‡}š¿ˆÅˆè = Íq2>ñª+¾=‹-ޏO­˜iõÆÜ”®¸)³Ü&ynòNßeûpÌŒûgüÕ8ë²|{ç«bkêÕhÓwÚk¸j§K¶X[\á쯫Ʃ±+Ì×Xƒz³¹ -/ö{Ûl™<Ì’ËÎxöW±x_aBOÙ2‚ø~KüÀÆ ^%JvqÔnv‹ºršrÓ1ºç*†÷aç³ Å"ˆQfV|ø1æûÉ4*]*ÅŠO³«-·Õ]vô±ŸÁ8÷oï¶î§9_xˆõ[çµÒh ;±†^•BY(¹G-fÀXÁµòD¦ÊõµÄÖª‘·KAj?¯6 wñƒ³ùtªD1+·x®2ìª\¾~¨±µ]Æe‘°:b¯á†ÁG…'½Ó‚¦f9:V×}ÊCFwÊ'Í[2ñêy/_2Y©Mè£â;½cì•p¯žû<0{㢱œ.9s;زKjtf6\ïÎA˜æí1LÓƒEyŸ›@q¾L^š­&)<¶!qÈÑׂ ¡d`V:^*Ȭ¨Ó„MøÆ&ø‘Æ&Ù5=‘ì-b -Oå¢ðø£n+Ȭ)'—À²,¶\Iz{V×WœÒªîiæüppQ°ÅO™fTÛÐÐ8ÒL¹•ÆÉTgÞz“WÄÏ“¢D?æ ¥ýÔð·ª6ðágàããcS¨tÂÊó„AVU@«Û\­NŸ{–<²ZŠ{'‹B–°³Œk,÷„ø!BF'/Ž1'÷®B~®´Â¢\¦¡Ì²å]y“…œ ÉTO“XÏ€…¢©ÌùíŽ °¶5˜›=¬¦Ÿj’ °b±°ÌéЛðIÑ. ¶Ÿ– -pž@kQì.ómßö5nh^úÉNa ­G–®2|…Mˆ -«Ë߻҂øI!Ñî^6¦·vz#©M€{®Ÿb;x^¦(SÌ^ïbHŠv1Å«pÛôRÜb€—k À¥lú]jZx!ˆö¶[m -¿×²Î‘ýãz¤öúJMý£^i±è2À4Gåd‘SüT.M«#•‘œº0éæsyb¢O¤ð3hH^|°)Ím@L@„Ð Ei–"ØþÖ`ÃÓýb&EŸDû%µ¬· ¬Ê2Åû ˆR—_4A&€ HX6ÅNéA¦¼«ÓòWÜi,‘’s3×X ÝôÝ7Ó¼ø¨#(<”%Ôh±K/½—‡Œ5 -ÁµfRËlõs -¹ÂÜåßõ').k@Ž ÇÚëÙ¯(8G¥p´Ï& §1tH¯… {Y@¶þ¯"X€DCVùŠÿ˜KŒdÃϯ®u÷¸ùèÍÏkÆZ4œÏ” XÛ©3&üª3>« -„ Ý8i•o¹¸ôYýÖ“÷ûP÷Ëð/è¯,XÛ¦ð“Ç7 žt!…Ǥøè€zµÚ€zg&)‚3 in¯jâtÕ¢6€2)Pò£ -(¦ØNÏʧ·ñþ¥î#¡Ö@#Œ4åEãU"¼ÉJÒ–H£‡Õ*9¡oV‡z«× -FF&—;™|¦…÷®ÿKLW.!7®ÿù×¶Šc€m·Š€í_ ÀÎë.`¹`ñ°/›ú­ô¾ÙZŠ÷°É,ýê&=šÙi:Ál˜[ÌyL;ÓneüuÅb."W® ãœÊƒ×Q@2ú˜~ffÞ©zá©\˜,>¨d»Û¾þ -€Süªm¿:`ƒÊþÅ?eÜ?µÜÖo7¢"W7@Q{¹ X÷cPìêOPãé7Öï&(n–sPÜcMÅ™€â<³ÿZK¤»åo“¹?:àÑ­AhGüøc¢¸aù»ß'P(Ó€ÃÍXÍn0’øk#ñøŸúí?àõuû­R¿*è¿N¼7ð+w;@×@DÅ7ë¢Ä.Qhq 6&+ʈ&8µ{+¨c#í¸j>$¯ã¨ ƒ|áÊyÇÚœ4Ÿ' ÌZíÊaò^øë&ñOù[;þÇ ø¿šºýËÂῚ¨ýqKøJn¿U[¬¾rW€‚h% XzôÛ+íÔ|å\2.¸@±Ç  4ÙÛÿ§jbÿé>ÖhþÇÌVY>>fùøÐ—Íû=ƺàžoõò·Úq€]×\ü®xÐc/­G—¿Pƒžôå@ÂŽÏõsR†Ü3?'ÃÓ­VŸÕ}ý°ùin·PJÚ®ö¾wþ8ÃÚÙ~{í¡ïú·:ÿ„;õ¿=¿ÿïÊð3±p_¿-ˆqㆴÿÚH²£Këž_$î;»=û™çñæ“ËñiïÇ}~Ÿæ%s“¯üA?°4¦Ë‘ûÊ…àv ‘–~ íZ¥õMÁ×VIõVüΟ/om+—*+ÿñƒUo7í[«ýöÈúÖDÿ—¼v¼{ß++ùqÅ;P6qŸüÌO þBLé×§­ƒ¾gœ}¾ ¥×/]{[<º¦§<¸NÖÇòy¶ö Çj•Ô®Û•¼+~_ÿX¨çëg®ßnùY¬äÉY~$I±•Ô§ëªOñ5&Q"~ oöï€ÇdÐÿj”õoyío©1aûÛåQ]ªÛ}Lñ—àïÍN% -k/W VüòÅ.¥íKZ¨ÇKzáܽ2ÏwkVy\ìßnYƒW;®}îéÚ¸÷¦øì2˜P«Íh|lÜçc@w£¤-\Gü¹™Þº':zöµj©ü|ð¯žÿ²øÅ5Êú+®¥l󤘚|Å«jXí¬ø…-"‹çz‚mgù>tŽ‘ô˜âq>3¡–ÙÂØÃ²Ø(ie©áͽ±ÃýÑÓÊQ$fK‘úÀÍÁgÀ7cµâ²ãZðûd}®;Õù:´øÖ[Û=¼‡JVàp`êbã{bný¾®«ß1þ‘®6nA{ÅÏ]sþq=^H~õ?ÒU­;ò #½+‡!c΢ˆ7Öƒ±¬úq‰;÷ÍŒvíZùj6DÍBÏF›Xßt¨`×ê0‘ý£{*ûlòjt}‘èvnsÒ‘>ë“§Aê~¬åŽ­Uô«EGƒðuØ=Fùçh‹‡Mg)­YcV¹ -·©QÒ€™¡tÊȃ±x6ú•ϪZ¹U«gën°klûµ;Œ}>̺Iç°êúÅk'wn½ë©Jï_+üò¢’ñ´ »ãŠJºÙEo›h·ä,š[ÛAŽä µö–Ç~íÓÍ](ÔR8NÓ‘ÍÖ§0+M¿³¸”‘š9ËO9!]ÉNN!†·VŒ…èçG1ܳ >é[V±›x¦Ü¹¦Ñ‘VÍS?†íŽ £í9ÛO7c»ß6aoä,^ìXx´rÝbß²éuÒÜuŽÏ&u}å~ û -¤ž›RÃ/­­ú-æõ°Š=ê2|æ¬çºhüAdcú>¾ìÆ«à´gsûО¸T\öG%v`ØÏLˆLgÿØ4“.ŸÈé´(XÖëòµÍü›puˆs-,µl -+5wVi:cÙÇ€iÚž(ºd ú _­FõÛ¸>­Ë¹ÎÚŠªÃSí³Ú¿jÁµì¾)TMæR¯æ“ñÌ\NÆ´Ä'“Æ–ÈãÉUÖƒ#»9¸ÇùB¿ÞGS§ýðG²õ´&>S{ÛC÷;ÞíÞ‘ñêÌ52ÐÊYÔ®‡–M®M‡9¼m_gIxDüëHÔÃÒ‘±žÓ#oiù£üÕ>‹§^3Ч™¦£ùF5 ×\sáñ¡‰\*ÓŠ-v·üq¾—…ã¤'^¥Ü1¸ºÓ“¥ÿÑýúþbu[6³:]˜ƒ5<ˆ¦Ö 7ûœùÜ`UìDE#çBñ)ÞGìcg5ø§×eào, JOXƒõ®Õx½«…Ü0k.ö{ÄD• Y±W/®BØ©ìÜiÝ8)BÍðÞv[¿èQ_vI•îmþ\’ÏaN¯•ÒÕ¯Ãp£N"î“¢ƒ¨e­žf1³Ûnz¨£Ë‘j+“AmZëõܾfwÈCörÛu†¸ÙÝñhf½žrP3î÷Aµ°ºÇ¿UëÛk]!ap,·»èÍ8ÝÐWY*9ýJWQ=8µ©Ò£KÊv¦jïÖÅÔJ§\KË Í¾ZÉ„seÞº•mBòªsäßse<×ÜKÛy&›¢˜®±ï‡ù\ÍŸ&~FØ ¡9ïTkŒÝîŒQÑh¯z Ý<½­Oý%\7µ¼¥•^ï–™WshðXg®÷z“]éñœKªµh£Íþ£é=¨ NŸö©y ¦•ªˆ -Ò¬êòš6d|pñ¥ÆM%jãÅc+—Ù£Í I‡m >mþ6ʤ8#_Ìãtñ~­%Ì{° -ÛÒjâ÷™q׋ÓuF};çí^7ÈY“v4í‹ü‰tKÏjŸˆœhÙ ³TMRÜ+‹A)QOé.¯Ç- D7/íöS\¢™+?*rS.DÇ„öfÄßUaÿñò¸Н2ÁµùÚæ&hwÅM2,HÑ€¹ñµRˆw>{½zÎy°Ü϶½ÎqwßLz0˜Ù­ÍKçêŽÖj5&©0ÍhR1W?Ó®²ÌÍÓ=YÞ0«X&ºÛ•äܶ;ñd^‘[^ïÂ¥‘Ï‚ù{¨S|_îŠÅ×rU.–°wàߪW–'.÷&^lUïSÌrÆÕ˜z ™§Ø¾™º–/0uö“æÈÓÁ?F™¼ °þf\£óü¯Íîåä´ŠtCk;GT׃γ̗“…VÞb®¼™©ŽÔnHØqøH¸¼ô˜d¤%¯T¤]q¸NÅ’Õx3Üø·_Òä’àTÉÙy^ÕYØë5™úå2X¯¸¤·ÒäN“C§Ü̲B1q4¥˜¾ú Ú÷ujïãÂäÒgŸÃòÑ»ö[íû)è°ugš £öv ¼f• zÙs¯?†Lå7j­§øs¦ZBºyü€»…Å‘xrSu1å ?^°µÜzdzç•Y¹Ô‡i°&LoÇ>M·Œ£JxrÝ–O±ìuNv'¥ëDòå+Fô¢ªNH%yDHÅÏx3OôV~"V¥w4Â{xTAâ?‡Ì¶c"zܦ¦„o? Ûª57̢ɨ眮©½²Þ#á¦#Í¢Þ4m®2pº?;ÿx}œƒ+fLïàpKSèLñÝ“bû O& -G’>ìKÄ­±6‰À=Bºb‘Î,)¯!Çd²ÓV¤@âvòn„\še ü•¹cxsEÐŽOI3ºêËñ«jöùZP -²øìÓ`æâ«¹Ï Vy™Vfv°öŽŸÞ…>èÔO^­l­_n×la¡þ@å›U&J•Öõ%ºö†®F>C¬ Õ)ì›ä¥~éÂöÕ'ú4ã¯Nn—2ÄSí‚•óÖË-&0:³î Z¸ -%dÙ m¤.gðfXÛÂÍÒç·_Ò>î -…¶Rîö.w(ìkCPp>ög”yùQÙžˆ˜ïîd9¹z˜zÝ;ÅRÛà>ñkį”Ãã’+™z+/³£Å±8]tû#7¥U®á%¯Üú°)hûXy2ŒÐ94™¢pm¹BVÈýˆÔ/ÜÞŠ¥Ü|ôÉÂAÝKf‚Öòç²ßËç·%ÔC+ÏÜ£œÐ¹A~Ú„Äp¹‚½ü„‚™ðxî·KD>=+ûŸN¦[~ÝŸîÖ#Ï­ëˆ]5¦"T¨Û(÷cMÕêøïø.á,SüØlby4SFVûGÁÙLnùSBqXpûb\`•ú&ß tÃ7i¾IÎÉ Î —ýðM#;º]ÜlV&™é9>gò‚€dò$bf*å÷83íõÏÙÌõòˆêxŒ}=0•Ýä¿*`·ulÞ¿Æ 8qõpÊxÆÈ´ôô|!. ÃäÆ{fF¼ÏEÖ¨œOvº…¾–{^ÕV.êµüìçÙ²ãh>ËæÀa›1+™+X,Ø °,—(z–ŠUí¯!@³Þ wî÷Ia䀘™ŸGYT‰†÷As·#{׫‰ûc _°KKgÐ -ç™kô’µ™ ™@Ï×5CîÓ\:Ýžt..ñr?òávP¬æ†¼–©ªÑ¯#h݈jËí€AH/Ee’bºX¾¥hA}h€¾JzŠ“ г1Mñ¹tá´,€öª €V6€š…OÿpG¸žœ3_p£³Þ>Åb¡¥ÕwÝ$ÛŠ<…{šÝ“+âsÛ£ÿ7DYr6FQ˜¿>JÌü÷¹Y—Ž"M€©“¢¥8Ìž!):¯ä·{+ñ)6&Àö²Ÿâ¸ؼöØgæm€ÕO[€éÍ Àø &3I ^¼èCùµàmImwñ!Ñ̸5PkÏã­Q®{JG+Tø™¦§×B_´ðÇ/x {qåÆk¥ 7Aéõ/Źˆ4IQZ§èŸC€¿«Dн ðOzØáŸ$½–KmÒ囸t <¬ºéµàmë p5‡œ5¸P¸JAiT+uç¥y­ ’þ7ØÇ”sSÂöÝàOû6²ý¡ÈáÃúü?¾Î½ÑTµmûŸ`~ˆKŠ6”RJ‘¢DŠˆˆÈ^vÙ~ÿ7Æ\÷\Ϻ×ýþóF³}]ç1ŽkM_{¤¬Û“^Îw@¾rh%xY Ï⟮Ly¶î'/\ ÏåâÝä‹Ü­òyµšàœü!Ùœ<ò:ÿå.J ·zöAÎß@®¿¦A®MT£Ü«þãN*ÿºEß½ò/ø§›~7pëÅDm5™ÄkŠ@å"ÈÄèê5<Ád½;dgèþF}Îa¹”ÌÉÍ{ý)8:Ò€Ìu\ToÛGºŠÅBÄ?wƒ “”|-2•VD¬Àm¸Ö*<~€ÿ¸€ÇЖhô=ùç3}…cï èÌûæP¾×Më}@kÌÐöt×Ýk÷m“i54™1@ááùN½vXÝñÄhÕæZ¥Ñ½òrý@<ÁåÒB_³øbç’¯° á$â—’:¹„ZÜÿaþQpÿ–ãð'ÌáO¢ƒÜÀã\¹d \¯æšþøÆ‹©õY/ Šr³ -еR2nV2gPäyPÖ(áß[Ì…Ã’’zBYñôT¯Üâ¹ZøIº‹ïšJ-#ÑébŠ¢ðåø×ÿ þ‡û÷›ãðUpÿÄñþ1¾™:à Ýp9ë¸Z›Ü@×·S瀻 pw”Op²?>ب¿þ†K4‰*WUÅÉ‚ªk*ÅCëîvœó$‡ÕŠí¬°YW ÜµHþ}ñÿ‘nÿ¿àÏR¾öÛo„ÃG¼ýÉK¸Ó6à[[©y „æ´„óÎeìzB20BÜÕ@9-ù âÓÿl…l‚ˆÿ¨£•ªþðRç!ÎîÓ{u™Zß”m*ŠQ*¾6Ï÷çeÇ=Rrø@ΑagëæÏ´OÒ''M°?‘q=©ŽÝl[‹<¢m nÕÙ…|s¶C½ûõóÖsjÁl‰@o}µ3Sn}m¬?ÖÕÏ‹ýÿcE)ø52ù8ÌåøëºÀ)W¢§¶.¤k8§sEõŽ.ÂM#cÂOl‹Ùªæ°hêôéñïGzî·2خ˥ôOäs«³ŽÓ˸–.Ùч}†^1¼.Þ®IÿäÁBc“ÿÆ ü±®þCOþÚkÍû×z¶îõÛ1–•tô¨·s‡wÓ*îª-þÕ-‹l¬£ÑZÓ ÂZ9(á,cu—nއ1 Åñ v|/?oÖóïíCÇ ¬Ð÷Éé™8ù±„*SõýÈl]}úxE">øöÍò< ù½†[è½ö+5~ßäò~°]sÆúÓÅl"WN†»/]¼” -Ũ]T/…ü\¹ãtŠùR€úyqFÌSÉB3¯šé÷ºo°áÓ;¼3q(¼7a¥Ñ8îêÁØ-Ž·ÞcpŒ=ñ™GF~eœœc#(0ÝaPçÏC5+ÆnØD/ß–Y_ëÏ:~Òk’a«{ø“ºêÀ«f(î-{°Š cÖŸ3~9%C~ïÓöÉŒÞÎö5D&äu@„—cç÷p=/qû1’Ö{Ò/Z24.wu\í Ëq2º05|¬›èvi¶ rn·‰h?híì‹×"/·™ 2+ƒ~äMGâb=žê.Àãœæ5žeMÂL³á·ÙÍ_ÖÕð[ÃÏ ÂçãÓ¹8À{hcÒ¿yxšœÉDr7̶Ǟ–ÛÆ' šµnf¨ÕÞíuKL·v¶È³˜7lN¤ úÖ(5²RÖã‰RÕÝjR<‚¦®I™¶Ùx/?)š Ÿyõ }XÔ‘cê †ÝÊSE¯\1„” ÏSÛMüsÍ”¬F¥¥Ü«k'7ž76yÇ?|Ûó9yˆê)¦o±!ܽYØÞò¥…g††ÿ n{>4¢½k:rÔ]é}Õ3è©IHjøZ&Ó€6i¬®æÓù:rÀhU£1NY;9Q18I­í†ªQ#_vO¶«ÁDfÒȶêÔ«÷J¼ -ñŠk4j¿àŠ¯Ì¤Çár•<;Ÿú"|O˜Ùl_«{“²`õFYÔмRî¹î·!ѽ›ú[”êÚMö‘îjž|6äìÆ¯«Är¡jÔt­¬»Ó½B\§§¤Þß 6·ùؼd[ÚB2®ÙªS»ç*ñâEW /KM­.IùnGô­'Ê ³-Sÿ]V©XÎdKÛ¥ õ²§ÅxQ‡¤pZéþ8uœ¸Éõ²]ûfŸMM•{­v>¦ZÑ sÐïËxÔ¨¥[†ª) ]Éa#³F•f}™i̼ª³^Ì*7n»¬ Ó¯½ô¬¿N’t†“§»C±–3åy]É•ë… ÷ –½ƒ,èrÑä7óŽÇç³ûMiVߥBîÂpÇûÚâ>oî'8]\ã9nªkŸ·¦‹Q¨oǃÈ{½Ç`¯ýØkÛ€C2½hr•œ©ÍN¿ý –»}Z®–hB¯”e²#U:t_œžXO„«â¬\İœ5­½ ?g_nŸ|?§K‡ö+Y_äNK«ÊõôC‹½îð!Ë ÝMñþʼ‹bu\dÞi3)1o˜ß$˜Ý˜×}ÏOc7‘èÍj„5S³þ¥ z’›nYZy+µ­‹™o–·G# )ËZôZv+’Xg®_+7*^SXm×¶@»Ar~ŸÇ¥|:”èÖ{ÅItϱ{ecIy±üÆÉ­UÉëí5tFÆV:hãKZ%ÇBØ- -›1œW-ÇÇ-M_gôÑÆòz¿ùéÜV*‘£¤FžºœÕÙ4²JËé»ݧÊP½ILvòåJò¨ª -.H<qõ’ÍH-ΩI6/¤>+ ²WômV”8gUéuÄÈõóIÓTšV‰ 3²ÿé—¤Ícµ€YJ2΋9•ë—bÒ<¬òù#Ói’T×IJ?_¿˜rºwòæÎeçˆâò· ØT{¼Xl·þŽÕ‚cQMèzªÞ×ÜD¬[ƒf²ÇŽÙñöËü {òÝ-sÏ]$×,©\iIUˆn¶‰òö1Á'”á•‚b3v«`3n:ÅS-î„§jÌyòJ­ãŸ ŒÞNßõÞµÉÂFÍ 9ú¿û¢]«Õ†¾\æj—yñQ‘ý`%ì¼BŸãÛ®B7ˆb‰ÚJ×2•Ÿ¾j¤EfõüÉÆÍ|ñ‚wsƒZq”ãáz@ÜÃ-1²n1þºdSødÚÊãÕÚQüc³ˆ10ÅuT؉7½ô­Ì„i¡çÝ¡'—ÔŠîÆJ¦¥ -+˜+Öö^H>Þnt×}!¾ÅÝù Yù´²l—Hmü n¦'y³NÕ]Q~‚:)…&‘â{;u[„w½OTÕ¾†O…Eu<âPlû–²- -Q3û.ÚÌt*¢gŠ‹t•Á îk£uú¶ÙžÓà AÏG›„*ÒVúC©TÉLÕø¡æcì æŸ×Ó§¸•š6f3xðÖÃ2ä2çíŒ÷™G·¾m]¾íÛZ÷vè‹l×Qû·"?à 'n(. ”º§×Âh˜ÏFrŽ5rÕb¦ó0 Hqªrpé IémªéòÙ3  ØPåR3™§`ŸÝƒ…1z‚ì>Æ@öÐ@6Jµ@6ìû ;¦Î ;ÉP Û{´AÖhN@V^¬’1nÉ ß^xN5]_pÇš¦N­A®õÅ!=þfíÊ©n¦\îtÙ ÆÆ±`WâýM”Ø[<ÌO9‚šG:…˜ûh@{ézÉüh°=ÏMðžÔilßí‹ù‡ -@u  ígò­êÞZV€ÒÕ.@ÑC2 +†¥†õïQ²þAº ]À«ß[^¯éaßNF°J\›t*þSä“gZ¬oµ3yM-¦x½Š™™na$AÓ¼LÌÝ$è¤Ë %m$Øõf“Ö&Á5˜ÆÃ ÉÌz)™Oß'g2Àªê -`ôXnWè}1hTß'˜Æîé}ñ!ä¾>`Û8u²&<¤Zc¾iÆÁkÞbb‹»ÑQâÞ6‚ý7¼“m i UgÉx ¬D‰¸¯ -wÜZ‚¨ ð>j¼% ‚¯ÀÛõW‚pµXJ°Ô^F/ìvG4À+ìZl’­ -*éA<>3¿à>P|æë¶óåKþÜ`Ôz¯{½ëpaun4íopCq™ÞaW£b<œö§’îAjf â‰€Xíÿ7rAyÀ;ªôøì±do  ¢ „¦¨z6ùëÎæ (QÇÅäj€ÂÎ#@^'W@îf%@îkí¾ÜŸv»F|2Ì!íWšXX U!²^•œ·\ó ‹ è.^Rs󊟜ɟ(989õNÿåþe (H»í¿CGÏ Ðm¾Aaa °ª–Ü P8§€òÐ8E&x|:ÑÐ*…䜅ÑXMö–V§Û¹\͘Ÿ2Býšmc?>àró0‡eåg¹^=µÒ O›à¿¼¿_Ûï_9Ÿ¥ü­©Ûð£êž>2®ò‰T¸ -€iu[€i33ÀÐýwðîmÑ̽¿Ì£…fÉT³¢'¿]ÀFPûº€“Z Þ8Pù:=ئBŒÉ7Ùja•á@(ÿžüï~û7÷/õ£'?Z`©\°ê9ìpõ|Çï€SÃ3àêNp†8 Ÿ¶_‘ØÔÛíKY™ìB²vᣄtR«ÿâúD®°Ò2€Îqß àïâ?zòwÙÿ¦-À¹ÿŸð'ù¶ÉÔ~%,ð -¾|#€¿a*òô -ýQ­3+Á½ €0t¶ÿS M²/…*w¡Û÷jØvoʦ7‹Q«½ºì¸êîBç³õjÜNçªò<9 cõÓ%óèfLôÈ/Ý|ôÐýOä€Ï Û.ïÂ’&o×¢¡o ?p6»š¸Ùa2Ò‹´“òMAø&Ã~ý«?rè¿YWܶw?í¿âèf®ÍcŸº´¯Sáñ{åä€=Cëð6úýÔéz{¤§û»F¬Ï·k¡¾Ü6Ÿ­ífWÑrV?­é°|]±›Â}ÉH>¬j6ôèõ ^¼­¸ðKesž«¹ -6ÙŸ<د³Ö@ÇÔ·GÖ?¬«?öÚÿ›žØÉ)мÌö~¨nwé]ÈøØ¶yw©ßݲVçºZ^ÆM©ºäwr=ô(¹¹ð‹Lk ¨Îñ2Ý@é~€N±Ñl]c¦3–—3ba¦&ê}"ž°oçzr¶"}Â^ëq³ ékejèvß&ö³s‹Ç0©Òîb~rv×%Î!•½0ë\N –k×ïE÷˜eŠBwÓ* -u’À_Î:›MÜ“'óÔxØŒH§ïd…V×…ê½ö”íýÙ‚w $´‡ - ¥ÕRÖæ$É;EyzËêb/ Kú¦ Ø´ù ìÒÞÊ Jš™pG_˜sÅ´¼ù³—½{fK…ðULû(óJ3 3Þû -“*¼m:©-æ^·B}4¡ YIoê㌟@Hj²þséu|êîÍ‘sËšV7 êj‡H¶Å–=U+Ÿ~ÁêF }Ù1 -i²òyaë$ßòËÅRg^¸S¡&³W¶¤²¨Õ*ÞÍ®],»}æ5ÞøL¿„ôÌ{Z¤{a1îÀ…†~£©ÕŽ©R„àYäöE${Œ$ÙAœ·†"·e+¸g$ÉcKß%ÁÚË”Ks—ЧœMnØu0ÔMs×,šÆ5¥?¾«ù1V‡ªn‹jó\áIK'Ùëó@©˼‘•ð fªöI¦g—SVú/£"Y»Ð‹.µfê3ªyn(bz»’&‚§H2ê’y[ºH¹óŒkç8Ä÷‰xLŸ !“„@\Û„+÷g„Ë “'’Ûôl%Lî–]o2íOëµ¼,[fXÉÍ1Ê‘°|+´Îo*/wã–u™P¹ Ú¢˜÷¶GÐ*Æ“…°% è¡*P]­;¿Y'MyÐ"©ÜÁÉÛÃ×8ψ…d)¹ Ú=å8cþ"n¥®g÷x¥ ?°io–Åàt–Cçó®†f^7»ôÍ}R‹á0ƒeu…׳ËÁ}ò¹3ãšDEÃvv¼ë¼×ò불 -ç´Ù\Vk¦F;¾Þ”³ò­»ºHÁ^ž ¤¿²Ø‘ÇU -+~’Ëw{N&W¢TœŽÍÂ/¥LÏ<19¸k›F±ÕÆ´ƒÁ•¦.ðíͶ_׬þ¬"É#zÁdÚPVÉäƒa±²¹-|ª.¤<À FÈ9ÞãNîá4?8^ÿ‚»Ê›Ÿuvºæ¶b£ÞÖg"©‡¶ŽËÃSö!Õ¹pÃ¥ò•øµVhÆùbŽ'Ü,^MåPl¦Py ]ØZÍ^ 9»ê{z¶Y‹»™m˜ŒLÛZuù F—Á ¡KçÜ y*c£jš¯Ý;Ðé. Q§ÞÐhB‰i^$úéÕô½ìEº¸ôdst¼nq×ÍÐVØ1Çþ¸åúc[WIEQ­í’’År’²:¹öùn´œ§&aRfPá -1´q8"Ùæz‰evܑʴï€C"1#!6*Ô᳡¶avo÷Ón!˜¦ù7º‡<¹úH½÷!žò-ºœ‚Ö½Pó) ‡å=©’TdYJA®c¦ª{d¡Lz4Ÿg@C;¥šJáÅ+L‚~9ùu£Ê´hƒÑ iö˜ Hf ¶ -È>j}=‚-È.—ÈN‚{0ë4Ç k,–nw–Fœ×z˜î!…°vüøñÜðè­Ž.¨©Â[¢!­F]Ž/-ÖiF=÷ù[H±%?Ô Ap©`5ÎŒªãË é{þ£Áf32@_‚žÀ±<&}W7=Ïb€^ÈL‚Ðk)™e»÷É ™dKh2M¼Î*ÕN?ð|ô†vÃa?ómßömHFJ 9;7vol&ûÝ*Gr…㪎,cÈ¥¦„—µ@§™?QàÕcà ž£øZR¬¥¿›‚±{#Hpˆö(½ÍrŸm9D€-ç&ÀVÒ `“G 0Ã#VuÆwvCŽu)'ä»zú™³:Í.f–´;ܬ«ÖY½¸ûieIÅÆ7¸Y¯„4É¿úl]~Œ“;Œ wÚ©Æô-¢á”!:|‚uô£†l«ö ¼÷% R•K‚íÇ\L¶*^*ßs=€ÏwK€š/€Ûdà:žLcÓçs˜è"ý1þà¾>à.Þ׊?Á ¯é ÑÚ)öT›¤:¾Ø¸M®Æ¯Øó¸AÄ\(²LN y®Ð¹6¯üŠXO`µ@ŽŸ}ÔÑ‚œŸ%Ð7 Gío —-e,9C%ïhˆKóˆ-Šb¶M6ÜÑ žÉ.¨~ª*J½…ËVº„ö–̘½ÑÍÅ»V¯ï0¹ö++ÿ:âG­œÆä4¯Ü»)ôP{àÊV›€|÷eþ;ôWä›…~‚ú8Á4LpÙ¼!=@^Þà _“Eo=>ÿ3’W¬È øä©mä^z²ÁgÁ¹‹–léœÙëÐèiĬñömrPM¯ËÁ÷ÙFÜQ(~·+àÍ[ ^®·O}0äp:üxzçËÑ¿#ù>ùt›rA­y0¿Ã"9Èð\ä±×ývvKpyr=dÙÚ€l£É_¨tîáðIþã–%A7Î\‘¦H,Q­ò¼”.ÙVÁ¹o+ÄÉå27¾ûLmÈh ¨©ºøþÕÈíßñqÛï“éŸ@¡XMέJrß,T›UP³=PpŽP˜ŽÓ 0ÐDPPé(P÷#(d_  Þ»‡­‹N #›š³_pep?v{úx7“ñØüñÙk¡ƒA«ì6þ/÷ï?[¹ý߇¨ºnô‰àm€¾½ª€¾ÀÆî£[ªr0¶+;Nð¼FÚs€ÁÏ£¿ù€‹óm^®ßéW¹tèlŠmÔ퓩󽎞.R1ݘNàÿ–Š€ÿ“Þð÷ßâx¿*ªx%AÑÖ@ñ©›¥#À6’ƒÌ†%°Gj ØS:à,v=´+ïGrô¿>àÚÌ‹3bo,\8´Ò (q»±°È%ªpô©ß‹ÿ.ïÿïýýé»ÿIo¸Åß)·ß¨„FcJvá -øLüÐsO2b€ÑÛ@ÈææÿC°Í¤° wöÅ;Ôˆ¿àbÄ뺻—v¼›œ­çz~rRáú+áþȇá)zh»87ëÇáÝ:‚Cõ°Oï•ó<³k܆ؖ˜´òê7d°©¬£:f¬é•=^ækÅؤ~ùûu°~ÕÚæ®þÇú•C¯Íèö¼ƒTöL{xá×àR䡩꡺»7öHwkìÐÁÊÚÞ¤·1ÁÇ µŽj#ïÛ2kÊlÉï«‹P<ÑËÅ»WÝ/|¶y^TãÑs¹çÌ<(Óô™Xr ¥ £d•2ϯLûÇYûí‘õ7ëêo=ù+‡~(}Ý¡‘—a—¨M¶knwÙ´_ë×Ú†6ð·[Vøh©ÅÛîP¿ÅÏ‘QM P¿X™éBmFÌKé®^1¦fV·¦äªÛ÷£æ4yŠù6q\LÎæs7q -Üm÷º™1Ë”½Çxâ{{ÿ Ó£Ç׿úaýG£¬Ã[ ½¯H¶Ž*ùöÒEO½Å»³Ív2û¡0[ÏÖ•Y4%ÃæÙ§7û„=TßãØ2à1Ö²ÞÃ1 ÏãÜ‚'Þ|vô†ÂOË,hr®iÕ4ßwÃzsꢫÙn°6ØT×9•È™zŸnYe ütËúØX¿æÕozí>ÈKƒdõàæßäP1)WŽÊÄ!6Í1œv<ñ:íª±7 ¤y0D¦ó¥Öö;]ìIõºn\®b}¼÷“"è›y<æØttèsë9\«Ò‡C­Ë¿Ž=Û“¹…õžG/KF#ùo=²þÓ(뛺úǺúI6þCÿn^mþ'w•(ºèœ(ˆ*÷M‚Ô›BÂW{ì•èwã=êòÚ·?·=©º²ÞÓêÎòkÍ“-Ú·NÐðS¿à²^£¦–‹ íµEJmâlµ[»>´ÈŒ‘wS »’i xêßO_UþkþÚk§;¹žŸ°Ûòµ®ºaýXWã§cç7é{g“Š¿ s¶øêÓ–_–,(K53”;ÈrÞ05|n˜èvÓiä²Û&¢£Û2™ã¸E^Áܰù̦yö¨S“òKwk}T{,n%ÍÓ £ñÞ²«†ŸT­ï(5+ÿ1¯~3€os-þhÞßu¬Þ¿‚°M7îM7¶øì-h¦Çf¨•íu‹­EÀ-òLbFäð¤AßXºé”YîÜd_bYw«bU{¼¢yj£Ùx/›†Œ[ýzÐMêH´]©Z1uVÑkV þÄÖvãV»fVͨF¥™ëªÍbéZƒF §¼Êä2GS©‘ì1#ˆ8Ù…`ÝåãÒG­µ†¦†VýÖ®C. ›…ÖM‡tWŠŽšW[_ïÅúÑÑ ¨Æ2]WsGT ;{BEO{JY÷n¬BÜ€X3ËEŽ&”ñ –HvªŽêΪ\æUܦ -I]ÌI^ç4$zz–$_,jþª=¥ùsÃ{—ŸÒeN…~!öÒÝ¡ÅDV,Æmƒð-Ã.R¦žÜýºš”^>ªõjèÕ‘]wª¢Çz E}UÛ ô]|Ô#Ù–ê™GÕ©µÞ•xaÁía’gŒ(IÊÑ·`U„Îe«¬rýI¹§‚&vaZ_Ïxÿ£ŽÎN§/‚æíÚ¸K¤5RÏŒ:0¯þk¯µÔ¹›ø¶¸2ºBèh¿ ×}&«hd5j»~µ)Û"mV“ûS·ÏÑ~EÈ"Cé±"}I"Èù/XôMr%Ê¿/]þTF®Õ» ñZŠ_{ÆÒ™-íf¨\¢F‡³µ•Ï1xåÌžw8É:´™À›%Ø-g”Æ·‡¸£5ûÅY«Ú­ÔÙBrU.¥tºmÇGý‘%& 8×ÒÊ‹2ý’ŠWÅxÉÓÓ’è·žµr`ëeä¼×“mº™z»uy£|ðÄ;=.™r&‡ÍskŽÉrGÖiªb¼f~ÁE×|2ÌãÄɌĺý¾‘ Ú&ƒ+Y\‰t”ÌáE ž§›}—”]ÓáÛcÕžÍ'¼¹•dÌè·±æŸ u»Ør/Y7é9¸äËÁðžœÉ‚Æ®ÞfTi7žKTjÆs¶2“Øs´RXŽYiÅxuŠB;Ûg¼(?f€T[Òò¦,ÌóûwA -µd:…Mo¹áµ i‘+™?˜ü¾ÙÓ~Áù}õÔÜϵé¨qí ¶¼ëö¼Á­i…ƒÔŽ0;߼̻1_M6ŠyÀUþÒSEEÀh¾Õ[!³y¤Ø>üȇôƒ`žS„f*0ÂÑÓR¦k4[û毲éF‡Ò;½…¶3²åûü!]¾ç šë¾áq•uèßžcü.ºW|„™ ~×Y('ÎømÔƒáz;ÿ¸€¿!»Ú!¯´m;NÆcMq×ÙwêX;ÁƤ2f^­2ú”J%ºzÊ0/kô¤kCúUXd%˜ZJ5!“"·ªY$óK[Ⱥa-O§b#w -ˆ^Ž¥ªâz­ ¾rñÑNLŽ>ö¦&,69å5 "ú#Té0gT±=#¹E&CΟ ŒO‹¹Rv§dw6‹r£ué¼îïæhÝ@Ëq͇si–Ê[BîèHl|Kát@Ož¿`ªÙ}ÜI’ß½ó–w„sgì†åØÖ“$(¼ÇˆøC3¸‡ìÝŒ0ŸgC -{gTÅÎi¹*LV#jfÝ- 2FñyÊñ±Y;ÉøzÝG{¿`ožî.Ýý.5wî%~üãnÝ»F«¿T$½–KçÕ=ÚyÊ.­%Eïx+«l™ÓéÂ’ŽSy»ÆD<•oøc!¼p -CØûÜÁ0ß™°tú£ ÁȨjI-4C»ƒ¬æGAf£‡ŒqpSÈž~Pկʰ}?8é SÛ¦/ÅÛ'¹Põ¨ëenÓ[p³¡#æS{x®yX Û­ÒsTÓaY ÁjG\¥ªOE<ˆáø2áéŽh'ÎQ(èQË]f;àŒ¥›Ï;ªîS »,ÀHV{•rYl¢“§å¼’É펲ïäºõR'p·îÒ—=ôH—Êñ †n§³•¹j'5Þ—©çážÊä¾ -ÝíÒÇý §æW½wi0·»gF¥g×xP§†¶ðÝ’r_Hu<]D=+,xƸ;E_Ó”¡\ 9âßÉ«÷.ç,NMãL«;!‡ÔF -Ê ƒ»ÇT.v |º­ÔÒ¥ÙÔ„FÈe˜zu™ejRôâT*È  öTK?ZîMævFi·Ê<˜áéÖßß>]X³²íùµÕÒFã·oÚmf`xuÜÐçHTz^¯NšøKÔoÑž/JIQ~œ Š¢²,þ6e(K—3ÜS -Çô5,ßÓ<ÓHA£~3‰µ™š,Vì/8UÕRU0Ûš@é÷)ÝQì j²¢ˆà•R-€Ð©@˜T2 ›V’J?-û\µuè¥ó‡µµÉ±s“™ž!ÍuKÃ$VQe“ýjõdÁbsZ½–ÚfÎd¥s;çylž13H<¯G¿¢”œ¾Ç ¨¿^9£p%—`Âä’’ÔÛ ö#€\…5Ȥ¢È@ZdÒȧ› r›89Ôv Ë@Æi5a»Ñˆ‰û‚;?wçíüÁj½uûšZÏŒŠ|hØcÒüIÚÂ…|y·=9q³ ÛÍÃÊð¢ˆâE…KÙô=Ùcé>|™QꞀM%h£ ³8Ð æÅ­ÈxdÆŒŸÀ߃ÌJHæ[EÉ,~£2ýÔdZó#È(c -dT§ 2ÂÙuK~8c÷vKÆ–õYýümàö n0Rn¢áAÞVú¯H©Ìå‚À¬W18L—}»x€ä+™ÃÖÍA“*x€ì´vÙ~/¹’ú[d0• \JЗA¶}4>¬)¸ ‚d;ä%€¬År NÈj)ȱ+Èd¡GdnÊlÐSN寽»(¾y|Û·µÝìà`@vjDo>ª&†„¯ ÉÑ/ Ï7½ñ»«¼°^÷’±\V†]Û$SÈ®è2•è8&¨Síö¹û -@›éFÕN°žÔ`w•G€Ö<ÁL¨R±Ê??ý’ÐŒûÙ“YÙuc²þuÓ¿ŽÈxÝÄS(š¾Úî!²[=Ô£ÝØ“!wÝ(Óæ‹f•2ú¢Núš€ë®“9ÁYšöM`qØnøé/†K -`sPØ0'¬#© œV‚x°?O0;L£!€I“À*E`ÅM`„¶X:—¬ëþ-ttŸÔnûbÄ¿]À¯þ'¬+dáö0¹õe—<(7½6ª`§Qz\'†ØF¯¼À+ti}X¬nUÐl,Àßð3C'Hî0øÚîûJ‚Øøm -î7¼‡õGƒmã‹,ÀÕpaþqËc€gãd Þ°‹Õض¿˜›{;SÄ¡{Y ÒßömSs™oUVªqÈŸ÷òtñrË]-§²uÀ’7U¿`| V« WÉõSárP9©‚ü®ü€¸Ç ¨ˆˆÖ4;€Gý§ –• ÆË' &å\‚}2³#üÀç%ë’¥>ÎáL¶ðütAš ½lô(ÿnPûùopƒrß kiÛi:¥Ia(Ó…žOäj>¸goe™†Ñ¹òø¬ùɘúϯ öû9µj'xõ@*z ô Áþr·2Hp,€Ü]S@îõA.m@nœÜ(rÝ{ äªSä¸] ry·à(ÍÒCKíœ-ƒ7%û©øè­u—‘öt!Ä|l›KX"Å®€cd¥ÃU=Z²Üê²Pw~ú7|¿-èŸOãq2í²!)nR¥—IêRz7YY­$_q0Èܦòw;Ù´¨÷ù¥%9ª˜oý´o“Ì'«íÓíLÍß'Ñîœ&\Í”ëó%ÜpúÄó¯g°»HÁÇÓ[¦¿ñíâö'Çá¢o¬µÙu•¡1¨]O…tÅ…<ê¾§y –ÍϵOõª ŒºöwpT¢Tá1xWrá~SšV Aá2+¨Äræ0™áà¥Z&yø/Ûïÿˆpø“Þð/ª®zNºÓdm囀Ýf€~DOÀdB0Ù è³~ô4¹ÁÑmÙú› ¸¿RЪ>ñ¯B¹÷Jj1¦sËYyxبd¯ÃMjŠðó¿tâ±øÿáðCîW¿ýfàb©o3moüŽÞ]9°ô¬Xi8lÅŒ[UÀÊ¢Õšå\¹qêçéß.àÍ-b “U»ÔDÏš/¤5ìŽþ}yOoø7÷+ÞþÉßýšoÿ¤7|Í·ßíOÔmÏïîÜ[’4CAéxk¾Ano£h‚»òé•Ö{ÿC²Mƒ»§Ñ[€2Å8Ì ÒµyâêÒåÌÓ¹’ëcùšFâ&3?øùÌêYéí^9ƒÃ®_N[b<>Þ¬Ÿuãu¤Œ_k:œ¥Wg턯/®Ø­./ãöÅ^òGoz¬Mþ$Ã~‚k¿þÕ9ôó:ÿ?Wî½ú}UþBök§_p2~ÕßG~^ÍÞM>w€Ì*»k\Éò–ð ê†ôêšžŸõeÜôða:æâÝÕ¬EõªöÐÀpçoçÊà 户^¡ô8ZŠ~ÎÖŠš™Ⱥøéʤ+­©I´Ž_SíO(ìG­½ýÃëOîê_©ñ+ä}]¨åN¶Í¬£jz½r2à¸tqpû«[Ö¯^R#Ï ¨‰Owj“œ’Ë&ãGºUòm| úôv"OÎíUcâ§Ö„=¦ºã¸›Žùk9ðƒþÞûÇè=®“#:C5 íÿ3ð5±’nû þÓÌë›úÿj”ÕP~ÕçÈàÑ™­¥sº«ÅßF×Á„Ýû«±[öÞ£ž=1o£ä€½FÕçAãKfTžøP…2Éóeˆëj¦ì¢K¹6XëŽ1 ¶¡Ó7É÷̉ºÕcï‰ÏVìŒ$d|ßÙ5-/} 7/\§Ô¸Z ¸i ¥»á0©µ6i›}uÙ=Èr4¤ˆŠ«L ñ½ÑÉr`•h!tò,¿ÂI–ÃóNÑmFÌ#*ŒÄè[ÚïcZæS =ôbA•6*Î('Áû@ijLRZ}¦QšêMÊêÀeç΀.äô_pO” -«A@…vg>‡šÂ¥xh¨üz¬´'£Zêx¬8ù´ ±•wi7F!.šAö¼ˆ±b¼Þ劮ÓÌcf©ph¿Wi(~Ô jjQá„èý‚) 'ä:mÈ\æçw+>“§ˆ —³;Y=Çæ~Ž¡ç€8_d–pú~mÞ¶ -'³6OW®2Uû¦ÏøŽÑ5]wê¤0*‚ç -´¬ŒŒ[Æ[ì$ºGÃÍ>±kÉóQH–äu¦XFÃõdÁæ-³>,fO!žÕIP~«V¶5³Ó¹Œoê‹÷²r¦`êÈ’Û…}Q[» # Çg+‹VÀl§VŒ©J½ß':xCR!(jz 6:·<ÆÐϽð×2ð8—‡`Ðx.°€`›äó,Àd -àÁaàîú àT9p H×$¦¥J€e¥q¨75¯oÛ|tÜ•€ö˜h›¹…øÞ¿÷—£¿æmR=—ý g™3·æ¬YžÂÐ:]^"(Náª,!P4@¸-BVjNvízT« šê‚íë9Š„7@@ Áç¶"œÁ\µ à¬Æ¥rÍ—>í*ÝTvmä×·…ÒñÅBí¥^6~`ò‘±>ØüÒ†ÔXüé;$RÊÓ89ô¿`øºDˆ…¯n•³¬ÕNkð‚¬ØÄ¬8æ… …`–ÄÉV‡@žâLî!èЀ¸„"€Ø*€è–átk)8¿|2 áÒЫgœÇJ|<ÛyÀ·o©f^ï,Íw…ž˜“ƒRìÜ/ÅBYmi÷´ËÞmÐ}[sŸ,6´DU‚d²ºd¸~¤gb$µ#IÓ6@Z‚:‘–jXw‹°jž.°. Ih]T.Àºt¸ PàÓQ¢¬-j¬©½X½ZXm¹¾t–²# ¸Äôç‚DöÙãy¸N÷G—YÂ} -Ö Ë“ñ@¥\±±ÃHGsìØuŸN¤|ÛÎ…,ƒà‰T>ˆJ`Q@"zZpÖA×(bäÕ“‚c¦2 7Ž- g$^µ =6 Á¾ H¹£×šH²€tçj€˜"E§ «™¬_à–ß–Kö4d)ª;Ÿñš¥¶áh” ½ŒÛQ -ïlíQ£o]޶Ô2vèqYݯ´ÀÈŤÓ'ø+F±€öyüdb€¶5“€FÕ 1 ‚¡¨£ýANrņ5žÕNŽ%1@e‘  üÖ ðÁÎÈ~ÁÊ);j/.Î3[•T¦{±Ÿ«KrC7J`›DØäbJ9äÁiKM‡ÞÀê±ÀNƒWÐèSlú!èÀ_â4˜&&ìÎé1ذXŒgÒ Ë©€¡‡À0A7`…è½Pô™z8Â]*Fj âÀ•:ò•Ó@ö] 7´‚tŠ>µ÷fá{)p¯ ÚÉ.6`Ù„]UaÔ±Œ Ö°)9ñôÄÄÔ¢Å4°åÚòõŽ·üx l‰ ÁÊlb6 “=sØ3Ü›E´fn3ðL!|teØEËé•#ZðNÞ ^ oñ²Ž’a¶ã?!ãÉe‹>{”c¤;«(¦zZÀ¾v•>‚ÕÞÿj^ïf¶A¶ ̆À¾ l²°Ï2A`ß1–#`ïgÏî$ú•n'ø·ÐQvñTF•µy}Û –í´ê.ó7d˜¥¨({ÉyYp4…‘Ë,fõ+/mÓÁ/J8Ü<Õc°ñØ‚é8ù˜8H8…I8 e8‹p£wBë8=›:pÒÊ8‘s¤´pÖ’¹SF¦2—÷(ï!ì¬Æ‡¾]*¹|ÃI„ž%QúM¬÷™¾J8|]½á.ª{â5à&Ž$p[á·Â»a¸[>F¯«Æ“Àí]€Û¦ ÀmE#8=îÕYa¯!Xd6¯ü¡Øv—[õ´Íš:ú‰b',ö¾¸¹ˆŸ]ßfqŸWo0b¹?ºfDÕˆÛvŠðl¹ðì@°^ds½+m†å!ØÏ«¬Hw­tK„ÃïYÀz5`=ؾ‘ªv>¦ÖÚu#L1dy@u—ûûº½­Þp‰Zñ`×ãÉFú­ya¾Ò>é|Í7)µ·É·ú·ƒKñ,V«Çòö}kÕ¢˜±mÇ”[ìÖQë†Ö›°^r%cÕŒš¦ -Ëè"!-ú®D}.j®&\Œukæè.»S÷°×ŸHd{Áz>Ö2ëÕX¶[öcÿÒm‹izÔt½ÃK†nÖ"Í6èGÎ([«Ç-É–ÓˆÖ6M‡å.½Ö,¾ªß¡´Þ—zÖÞfUj§¯Ê¨2å’ä,w‰9¦îËôÉ7 -©³À0ºí†}®ຠ玆º©¾x™åûdg¥_™u’{Œêô˜a`Ü‹yµ ÝÎSGÍRtǽ”Â힟äÝQ³(lèr¸˜õWIe³¾»Qùh Ψ5ð‚%9•©w\ž–,ñêXKríQÓÎŽ†·K¿-˲êe,Ê®›Ç‡ÇŽšœZ:îÙoo²Ð?ò.ç¶–VܸŒ+³Zþ-l«ŽX³É…’KƒÏ7:¡Ü‘Ñ˺_ïÇée]Àˆœ¤âÑZÆáëZ˜ù«Rp0‚ëÐÌôZcpF8T’Yý‘?é1]§ÐQE*Ó–l Ø’§ª^–=µ4¢'tRïGÐy]°ØÖu¼çÑä$î<Êä(h©M“qܸ2«:Ϝռzjq•JT¿-Ë)•µFiM(5ùø^aà3.Í22Xß“Wš¦FeؾxØ{ºŽ‹ii¹Ù msÎÒˆ²u¼ Êä «e¬|²šgBYIÍGKRÉ™®U6e±Q‘Øb·¬Õr¸#Ëþʤì?¶¥f¸½.…r(vâK^È‚@1®ü(ˇóI»’ËMK‘~ŽÙÅÉì\§Ì;²§@6£¶œ£¾®YuÕˆ'i¡zÕUH±Ðfw1ë®fðËIR³ ¤²)މ²& ˜Ò±Þu•Bç¯=Ž`颅¾°Hðñ,•¥V¹|’>•sÓܾšcÔS3;/Sý¬cçœfÔš°Î¸¥“~²><#SZò¥¸”N6Sâ4f*Nñ2ß…ÅN^ `æhÙ3f°>F3žŒÔs‡Ú”­ÞRW[ÓRè”Z‘^|[ÀGÜ>OÎ\På2v7’½Ö¬cãe2%Ÿ[Ï` ±i)èçÒÞ3NÉÑh,yìób2LˆYñ2®UÞJ¯®G |e] IV´ðÓÚÒÍ3§Bö­êjÒn¤®¾`ÆŒÀ·—O¯5J!T6…Ù¸Ô `B?.Êyrêne粟)±ÇqZòϧ)9Îçž·ÔÕñ.tÙì/€ê*Ìu<‰ £ <Þkr­{±#Ô³ ÍBR!ãÞ¹”Z“atP‘I¹.ŒòÁ†@®‚žÙ¹úñy-8‰;Žœ+…95-ïmTŠGm¹D$…›™4º,*îPÌ5 û•s -î/з­Fõñ$@^|g&Ný6œlCÐV г;ò‘VðÜâê¢g⨺æR†œ*t®—c„i‰ÀUƒAB ¡¹Fªi!žçb¬"3Ðæ—¢—|Dæ…ðq<¯„›)­º(›V(æØô‚ýÒf<%0ª!«y$÷þLX?ÉßhΉ5}¾’xLx7³ä•²ë)«©5œ•Ëõ$+W„.y(•Êh”h"“}¤6W,ÞŠÖר"vŽyzœfÊòQN6§q!+^_|.I®è¦íñDøÞS YÖƒA|SˆFR•û²èÏËnÞ.ä¹|´%½`>µßªû<Ä ë•R³1+çf Ïqžf9nu_v-Ö Áœ$Ù%D™¥Kˆ…XYrDj­¥¦ëãŒM¨®”H¨|Z„\E¢D 9§¥»Jûë|úÈñÍ*Ïgq *EÆV8<ìÖD€Ôj¤Ÿ9åŸÚóÚ|ÜëòJI7ëõQ~?+gýaÏqâ=aw4åîH|ÞìsU—ltœ£¶2uR¨UsL9¨a™ÄÁgŸOã){> :ö|µØ5dw:ù\ 켬øÂ)i׫ÆË–AÅW K•eâ -ã9óTãn¼Ç‡O°…BõÄ͛ï/îYmê=¾`žã‚¹¸/k`qǼw#A¹„awŽZ„ÛIYl~G†wFìóQ8iwR™¢­”í4m2e¤RtOkÛ>IË5o:‡êxê.¨ã¹e£Ž[¨É[B•ìšÜ›‰%~± åsÍŽ#S‹¦,Éî[ -Y µb>Â’#ÞçW¬KÔ»­¦Wž¦œ™º‘1uáG°p’—•êÈÄV[û|°:ØÖÕÅVJ¯Qf3?P/ãsYœ´\±û©£ŒSM¹U /§m“Œ¥е?ož¬BÁé°Ö>OŒ¦Å‘ÌFNeŸ0 ±­ÖJ¾QÉÈ.˜5–w¸7ãŸ,¬IìÙòKJ…ûþ{ENu³4{è.®Á8~2¢eu©P'ÏR¥Â݃FždL ‘Ö'í²&€&RösŠ Ôx φg¬À£Ú †9e-GÐêÙõkȶ_٠ۉק¼(W·è¼R ÏùbòÀ -¹U H7§(#&±ú‘/–½Óh°?®Ço‚ó[nϥ簸Ȁ -ÉM½OsÅú Fv%hw¢‹cÓš!=+qqLˆT&¤´-·Ç³õ‚-­š ]ûpÊx©¹†e„»°K#VßZB˜‹çá,•Z@…TA›V‰z&WkV}‹MõZ ¸HÛ³©\9_‰¤#dÌ%Rñƒ%¾i—‘öžjÓd#ëÛáTÀÓô(g¦îßÛ$÷iBEkÃ&‘vÉ%¬p<å1×*\G×-©V"£²ƒæRƒ6Ô †ø…eiŒG,¸xñ8ˆöÅ"@„e ‰Ô ¢•HhHX®„…ÎB­ò‚v¤Æ4Êñ~²RP¸V6» 4biKHöŠ´%nK§å6ó%¡ 2%KÙ·Sä¸'¾¶»œYICmU‡¼¦b®ç­S Ñ<§¢åȃš¥éðuÁ¥ƒNXRAŒÚœ¢Ø$@4’‡ V(ÊŽ XrHèç‘‘#©Z ãÉ íMv9”žÔ°‡Úel.× -¹ì¶˜ÝÍÏbÚ²< -[gâ\Ð~Œ ù,hã«MŸ6ñf=}Û6äTÔ¶Ý Ø7D·ÞQMZgO·{Q¨‡è4œœBÐ_4e”4 i^håÛIؤ뼴:s”Á¦ Ð tlPWÛ][ûÏÃÊùÀwK#Dm½ÒQ#*Ye3©>îŽ&rå½+v¨ç,,Zí^ÛóíwU K¢£äi;éhI;9‚#õþ¼0œ‚˜6ü% P—#˜=Àœ%è`;5=ÚƒYý!€¹”,ÀÜÁ&«ÀÂe`¬Í0K?P­©¼€Þº´k^'=©tìa)iC:yU ËÙ@¬\Lõ{ 1‘wŸØ1v&#¸C9s‰ùî/‡x°åNÅ3I»¯Úv“£êüŒUvÖ‰Årš·¶kv¦L‡\€Íý[€iMÁ‘Ø>êØ¢ØÒ^ØaÐØ1°`OlU‚ãŸ8ô;S`—ðíÌΰl¯Ê§Tbñõ´De¢Cã7³pCÂrÈ&ò{5;QY§y9š*"oTtµK1–b"bÑcµ g99hàgfð‰C?ËOøÀÛ¹5“À;8ð©è€¿&A€w])€W«U€×ˆÀ{ýÀû1;Àåcà‰J à¡8|ד`N£iéDdÕ -Z£ÅÙ´=Ë—'øðË›B;58g+‰B7šŒ¶@8…ÀmÒU7ž$²kÙ5›-E‰>žÅY©¥×l°/±hÌ1Â_ƒÝ 숢 HC xQbc€HêÚ‘B›”@¤!ëé)|žI§ÁY;€À dáÇmà«RIj ³™œ#ÏjÞkågÙ¿•vÍËÑ"+g(¸8‰¤/B47F¥]¸¿èµv­y«×‹\\YT| ¬[v ¬³ˆ¬ÝÔ ‚¬Õ%¬9‹‚HXùVXªÔÖ ßÊ8°†¼~³Ò±‹#ú\ú1u¼!Y -ÄÉÈ.:Jq-ï]¬×Ù0Ã/Òø¶9$êPŽ wDج´kÍ…×ΟnQ)G+…Õq•µÑ2(ÂyÜ_©à¯1†é1Ø1K½¥—½€LÍô´`O‚NîQä‚Ú·,n¤?[$AÍõt‚ók³Àši *½}-“ë j\ß–÷A:dÃëõîûPk7ïî}Ñé”p¥­Êô²dÓêšeÓ–mz¯…¼3ÐÌ€4Ò¢¥u@ÍgN@õ·, êT!¨B¿¨¢£(Qÿ.¨¤Ã¨pÏ (–ƒÏÙSPLgÈ}ÆÈaMd3¡šyÀ³Ä˜.º˜™¯®h"ƒ1Š–`QÐu2çß9¿'Sñ¡öf:µ çé~½¤ÏzÝQ3šB`WCŸËœ8T¬TÆSR¸°§X Qîìyv ’9:´¹nèu2> zºèuPð:í‘ÁŒ­ˆ75Üñ+0®t3ïuÃõ›òlþƽ°9žËC0©ÁsšsŽ3€Yï#€ÙÈÀtÝSÀdU `øv0A0®Z±žPiNmBfá±Ã#B­Ó\DÒ1ZÜy±O¸‹®‹Ó†u¨“•¦§ˆ5S—ÞŠ4ìrŸToÐÀ¼ãMQK ØÓœ Áxì±€^Çá¤k~{\€÷×Ý^;Ѧ€íœ€më[W¢+ä¼–(z°~(‹ì"v±ÄöN1¼·´<^a™–5bï°†,Y -{Ï5/m»Vo0‹4|]Âáç?«p|ÔpŒònàXySÀq:w€Ó -Õ‘cSõÇLÈGÍ«G^t¿`¥üXLä …ãK.lk¼³ŸnB¥¡¥ë#Bžœ3 …üÔÂV 04Q[=\Õö¤zƒÄý ~Vo¸ íÜ–x®6ã†`§—Þ t-Àµƒ“kÎËÀUwm« äë¡QÔÌâ±Os®›"eW5gè™v½`xKíY>F‡¿®ÞpW³á¼'äi¸fÊíÐ <ñ¬~ÎÂÓËŒ‹äqÀÆ*<`ãÙ.`ñžU8–I”OþDu¦¢©ÉH ;ØÐSD=%›hõ‡‰F¥À€¥ÖÞ¿Wþ½ÏýÕã·?«7ÜnxãÞWoЃ·FÊ­qOY_(_¶áœeQœw³\Lµ.ÞK¾¾`¯¯¯ ÜÌØ-ûIQ@ËÛjÏEGk+™Ód_^Çèðp_cökdi¯@-ìt0ökT:󂆈øDÕﯸ›Å #Ò‡¦™1{D¨­¼10вñºzî ^’:&TÖéJfbÞdZP,Øg´\/Ù ^WM(ªán³œIÖQSÕîü“ƒGP«kV|ÑTK^¢iÃ]b«ôºš8{Á!¬ˆ5gÕ?.…š…©­<ÏÆÅeW¶ì2ÄáYUèÁºTt·¶–ϵO£©}|—è.hfwò7màkð‚ÝýáõßA5ݪ{¤Û¿›j/Ø3ºý»©ö@¡gàSíû]nûW¨ö‚ý.·ý+TÓ³šÛî”°” ‡T Ë4ºöt›¸]+-ˆtC°XG¯›BQ« Óú¼L=5Øv¶ÆÑáRs6g®‰¸¦œ³èÁOHŸµ×[o+>´šTd§ÉL ˜ó·‚s½ “›3I¹ðD»ÁN"vÅÏõãS¡"zN •&ìIf®Á}<•,NJé[èdÝå‚Í0™¯E³dKŽÑª iÛW+c»„VÑ•ÈÖ"'Ê ?%×w§ã¬éî(çVžo;Ú3k!¦Ó¸Ü‹çÝÃ~ÛiƒÃvG½`#¯<BR˹ÉÂ’į̂Ap¥$’vlÞc€wq^¨IÕ_êÕW’·¬¬ÕƒpщîÜ¥bd\b‡ÊÁ2žŽ¡Ls/Ú»›ä+8•Ð SCó™¿®ÿ½Ò¹·aÎÚH åYJŠ5Ä•ÉqGL1'ñqÚGÅ2œhû'©öuÒOÜJ\éÅ)ë•æme*s/(/¾ kwrÕ=ˆû× µ¢óí(”AËûðh” £hÚŠEìd2ï¡Ëï*³uÂ͵p1wÊû’ÓN4•&xW#·¢sèÙ´¦[;äF.‘ùbq›’Js90®P!æ %ÀÅV³Ø°¸\n+õZy4jl|µ}ËqLÓíÌ$}Fì‘„œ¢cu8/Mm©öà›¥l…28f™E䜌,]QgîþÚã&ö›œÜŽÒ6a-ÑÞé ©Ha y,Ùt–õ!¾s1†l‡ŒIOWsÛÁíóäUÛ¾`:«8ÓhH[‘¥í£:›B–n9(™©G:Ct¯ì¬¤GÑQ³ë þHco[õ†\gèT R07>ÌÃÉdŽvóì Æsó‚*:ZÉ@š¨eǹ†£ï+ª¥í@"ºš½Ö&륆·àß@~ì¹:Éý)ÛÜäRÇzú#´ý#u"•®ÎˆªB\`Žù«¶…¥âñ¿`ç‰åð%µvܵ S¦kõ´Ù8¹€Ôv&Hì.å½D4«;—Òy´¼ï±ÙÖ!JlÇPA«cc3?~JÅìÿÝT|ÁžÑñßMEÈcOèøo¤âïïLÿ2øÆòåË7–o,ßX¾±ü7cÑÓ¹Ö¿…eõ -±ßê¶Ñ_ý)öåË7–o,o€9¬v¹¹üË™Cåæ‹ß@°¦ -– ¦Ÿ–oý¢9wÓv;~~¿ªáÍêŸbßX¾±|cùÆòG³z£ÂSMû€¥\P½JæënÕŒGŠ– -û ôžÎ"ö‚ùµ¡VþÕ@Í`¿î³l~kVü쯾.ßX¾±|cùïÄÂŒç#7ø¥bj2Áâ܆Z îÈ­œý¹^_èK§Ÿ‰g·-oÐ7¤Ý_Í¥žï•8€J§î×è7|H~µ²ß‚Mm¾œÏZ½_sÀ¡¹­¤ÿÖ²ðåË=–F)4bIEýÅ‹Þþz¢:›~ÜfO}ñˆ ;.¨Ç…ë÷0à‡Èôó–\£««°8~ZVㆹöš¬7¶O)E =û -¨êù3Ï™Q„¤a!J$KŠr(ô©>Ô¯º -ªê5•©§M™®§÷úª_ØéyÞU…èyÈ9qôÙÊ6ЖÞXŠŸ †¦___ýTš{¾ŠôÞ>OÁ.ÈÑøé§µ–=E6u–eø3šì%’KëÃ@ý/˜~`âyÓÆÔZbHéCè!/Ù7Ϻ4û=èWHîÿ,<þåË#àpЋÒ/?oâó-‹i,"Ç]eÇÉò·LãQqCõÿD'èÀÃTYC¹ôš?Ûçký<PöÝO´™¬zuÉF÷OPÑò¢"†‚ÁôJN“g”a4~Zœ»__ý¤ÅòTò•ùÚªATxcq~ŠÊqqóì…….=Œd†¦¤^¦ç‰®¢ô£Dú‰Ã᳕£'Æ‘Lzj”¿šJÔñœŒÚó°‰n^?îEe§Ëž×” -ìÛv£]0ë{;žèR9é°èµs³ôø‹õínéìظZ'à‰ü ¤äËß K#Lw±RÎñ‚‰ö`Sù¼¥;PU]#©£ó}jýy;g†,¼¾òéNì3?Ò½ÛO¡ˆÞMu‹RÜxnlùëÞq¾K/C•lBO­ýV9» ½³§¦]¾çÐQ «õs«±\Ä¿«ËÀ=_ "q ‘ÇQJèÅ«ôEˇNJ)B$æd׬~ÎwmÞÖõ‡;Þ>ÿ&☓g]Xz‡ç™gnšÂþlÌ5TW~Ýc†:×"鲈ÊŵÀ™DN­ iCäéTu)õÃ.Š—æòA¿€øÀPL£ï¤£;F E€Ì´‡®«ZÝTà‰ÉC§½Ò5h³Þ=6.2^yùHRS3½`°ßÉ#Ò&•¹"uëWºßcF9·¯¨‚X?„ßfös>ƒÖ“´)ªl ¼Óè?#å–R‡¹RfîH¿`±s+Mæe±zù½Ô„¿”ü|cù¿……éOlÙò6•°—­zÕô'XÜ{–ð ÃåùÕ’ÕÒÏM*^Ò Ïnæ{úÜ™Ž^^¯ñ©¾~›ÚCžŠw;YAÁãõQj¿!<8Ó{FÚzµž¤©0=ê¸ èΔZ[ÞŸž‘Éžº6m ÌÎ=x¥T¤2»vWv°zn«pÇm64ìm'&‡æ>Ñ?Åaò™¾7V8t»Ó]@ŽfϪHYÆàPË£øûåJH—¸î<–°Ý<¤ék•4gÜyo<¥äP tü-`Kö§W_<¡›œ3lFÊÎo-&÷jJYòñ…q)îUÊãïe$¬¿ú¨p©é«)÷®“÷^M½kE<4¾ïÒît¯®ZñYæp}ÑÔ–eoü>¥Y7úÖÙ8ªó@š¾¼jxlþÄ•¤fW¤Oó+F—Š­ èžû„²u×\™rž/º™–ø<(À]’mæ” èw”|þUùO.Yÿ3°p“¼Ö!šóà§X˜V7mrÞƒ'ŸÕYç1¬b€ZgCkK9ñúSà!á弊əhÐú©âäUú5H­²Ð…!›wƲwc£Ž†H“êêt÷ZƽݛžŽ%—»ïÒ.çv¦îÑ?¸¯7ÁÞð†Ï-†ÊÒoU¿µ ˜ÎëÕîÀ•ûx -äóõúY&A¹¢Gi^õø÷‡¼a3>¼7 ™ý>÷øèÁŒY²iÈäøÓæÖg†¡ã˜¶×÷’WJLdžƒ¨8‹+Nª5“p•G±>8\Éö4¨“›¦§%ƒ²X>“{Ì–è·²pO¹‘ϸû.“ Ÿñº,Ç…}ëÏ5ú¡¢â;ç%fô—•Û?;–†àêöðÈ.,ˆqò“vŒ#'Ñßë+-5kø“Þk¦éV¸‘VÃé«´%žÕÒ3Ó¶ð3ÇÆmZ57¤ I‡î¹3½©.’o&Àã,Ìò¤¿ªßÂsÞ®'RF—öòùVÑ0+Ó·*†½ÿàv¼ ƒüU’ÏíWâÓ®°–È­MG;^?‘ ã -›ëø?¸o3ql¢Æhô+n²Gëû‰Ñ%W¿Ü+JŸ½L¯ö„5ø¿¡Æ‡ë·-„˜ƒ|0È2öOÝÑj7cë¯zsÕ›Õ5×zæ²3OÎÐÐæ3<ÌÅ~<ÌщOã;MæœYw*=wÐ"ܬáé©N»5¡†ž1I×IžÏ•ë÷^€<œnŒMMà¹Ôî¼þ†)aX)ÿ0Æ·¯¦z—vo‚ñÙû7Q†úªöf+›û×t#€»î³§WÐXïƒhi¹ôó$-|F—ŽÁ¸~7ó«YÒý yI§Dœ¯n x¨ÌÆÆ‹z,÷Õ9j¸n]ýCŽéÝ‘Ø}x)|±ˆÙ¥ôpâ„.¤¤+:âÉªË Ö«îSÞ¼ÊhÆIÏ•±­šoš}d’úÒè=IÔ]Z#øÜr°Ýk…÷™Ñ³2‰ËòIl¨FQ½?…Ô|cùÀ^‹Uùp!GëyìÜIkd—VË·;&s¬†Ú‡¡MΕžõ!Jw–z‹–‹yáÊ…}È ÅlÝÓ•õ<åë× ÔùÆCh€æuƒÏÙî^3ŽÃ½>ÿØg‰êF¬g6òMžnU0m¢Înç ½¾Ù ÚýáÛ·”Þ)ò-Nö[¡}§°0ÕµÜô¾b¿qOäUË=õ646m…9Y™Ý„WäsÚ Ö¬ó·[¨! ÷ÅVKøq•©µ%Eø7¯Óz8øµ›Gƒ÷É‚/XÖ±òeõWÝBñáæ/tnÌíA~r¢„ɇ:™Ùùš•ždå@ÀÕ÷ýó•`“#$ÅTÁ£uû¶ã÷ù¡¡¿»œþ°$JÝúf‘è¦FÖ ½œ´‹Ÿá÷_ñFÙDž@¤²ªÇKõ[ ?Š%Sµu¯v„+<¿ùÊQßÊ×M/Èæ…7Ž|ÈDÆe—áièÍn¡fÒÚýþkÌìš.%ëÞ˜YÆ ÞÈ2ÑóFn¾3•×òÕ†`ì­×N_m#¼w_'+;Ïg®Bl©?Rö-h£GRo ®¬©ˆ˜bó>ëÖøÀrÕÚháA3SgkáŠðÑì—‡USk‡.Óí}È5¥åX«Î—Ëy4UÕcÔÕ˜=~[¦§\C.íZoB§õš›OkN“KÉû”¬ Ÿwžgî?] i Iò͆Wóßì‹{sš‰¾iû ÆÌކSð~þ'Ý*­•)Ödìöì6»CZ÷¶¶T²ƒ·ç“).¾à7´_G^Ýdš5h—ѥů2ëöÁåyô>èz¡úÔû'òU{?qwÞ2Hžº;ö„×ù¦ÁŸ¸;û3wg®îRº;K¶âü‡ õÏ5°-²Y‹›¿$Á õy-÷ˆã6Å`î%»þRõå¯K%+uFæ«5÷"ÉÂä –P#ÕûoÁ•î–rcº„\y_ƒ+ew†€¸µõév¼5ñêZÜ›ÝLþªI,Ñf í¹Æ-ìÆ~tÍ‚y"Ö]¢GÁFåG¦­±uT雬\ùl$ë@„¾ÍaöÆýö¦KÔ½ÿf -gbkå-¯Ÿ}Ñ©Ÿ[z·Ïã7ùH±fjò‡h“jý”™GwJ!®ä ¹ž -ì²y¡j¤§e{¿\YÞÿÆòߥ±é¯6^—´ˆ´3Çdçƒ7îë&¦Ù£¿{,››´µ mdãˆãÔôà7éSµ¦¨g4˜ßî3J˜ÚëMóf¼–Ó´ñTôß³‚O+¯oörŸÖ2ìfŠF¬F Ô!_QO½Ñã –}è>”¼Œ¾§æÉɦ|ÕŽi©ŽLš1í‘b'<¼Iû©W(£K{»wP¯G< [³=d‰ØÊüåŠðþóšnbêà_õÈØ‡´±ël*Ú7¾ã–ðCº‡ïl ½6~ng?²ÓMZ« '±å ÿ“é¯såuå\<¶Ô0k/[…êge”þÊrñåψe3[Y•vºgIB•ŸݶCV­¹Û/˜Ì.WmøYû -É_dNêòyßâÔZæþ_æn õj qU‡àÝäÍHºÿⱠД‘eWèÇÅXo¯¶Ëc웿º[«ûøO•Þ>Ë·Ÿœ’´‘zjÿ«M{oŽ6âfÔYïîü¼`ïé ôP€Â>ȱO½Ÿz#uõ>Ü-(ö¦±ÝgîëÊè¡/ë”ávÇñ“šN=ñHgïàE¦ÉfS*ž$¢@àÜtæ%WÕ«*ä¾ÿ¼É_€{¿±ü±;-A"öÕ&Z˜ïÒa×Ãái–N&‹‹~­¯‡Ý¡P:¿nŠÊä”¶„›ì¼ê‰£Ú¸£øv -©zû=˜áÞ ©ûó3š}4¾óØçýÊÝWw©l~n²ä.·ÑZº}몽ƒn1§‰/O]5v> ?ÁÐÎ׫]ó¨ŠÒºýYÀÇÙZOP¹&湪g¨Ô^ŽÌD”Ç”€“[ac¦î²ˆ'6 ­º.!¿ÙM¶‘ŸõÓÌcN-iÁBζ­LÅú“/†7‹#.bÊúóÊ%ŽþÆò?ËÆ^æÑþiâÎ5U·²nHèÔ9ª–¦·YÄÌ WëUÎW*ôìí"“üItS±Íéá¦d/¯vнWñO\¼=h6=?#ÄT˜ÖîòL;qýúÁ´íNåÛÉtî-ƒÈZ½ÿ‚Tì5) y8.í¡–.Óê:®›\»†â|m3@µtX›]âÞ‡'~V‡Ø%ÆÓrýÉe9ôÀžÒy¨¼‚L8ç…æC 5Ã(I:Ã[/¿×.Å™=zrÚ[õ¦½Š+ °ªñêÿß<Þ¿+Çcù;c9.Íùá‚æµO°xv™Z 8&ãlËF4ĹР¦ë®Ø’Ñ›xPMhz°¡â³ÝB0‰ý6|Ãp…[Ø·¼:äþû÷–Ã#% š§Â7yU*zµ®ÄíéRzþþUñ17aHŠQíê™ÞŸ¡€³ô¶qž#@î·öhég¼îIÒuë‹ô®_-üÃ×r¶  ¤gòI’=ÖOU•õ1É£À†Qï¹ )¯ìÚý=° ü6®t[:v<õÉcr'"ø4ÉÙɸñÏSâ °Y´Žµ¿*¯~cùÆò_ˆe7â¥æ,™oç‡~jMW~9tPùpïÉl*C°ZÆëä… ,³Ç ·ËR,º®>øY„¯ß2‹r<‰IÕÖÕæB¼¹»êv‡ i?ñ—S¢Z7m®‡yT3…OÜOM÷} öäuvc^܇>sA}gÎ8Û†Z‚OjÐ+§33 Óxû'j.®·÷'Gç•¡€Ã&ù’+çv0r[;=¯Óæ—Cg_³‡W*ŒÄVŒ5øbÍÁƲq uæ÷F柆³¾±|cù›`ñaÅ@‡lÕ7µˆwÉVÑS/ÙVøÒcU(ÄS!<¬Ò^Íóör§½u¸¶%Ȥv{4„©qù°¸øDùÀžÉž÷iª¸¿&ûžk;&x-taØh· â[_Í!%&j‚~’ “°Tìfo{Ì$løòhÎ˳g—œ¬R8U„M©%ÄìF¦ûÜ&Ë`Èþ–ÙO8$βX^’£Û.L-9út–ù[wæ©Mw\ Eöâœ.9O6}mæÓš1²&Ò—‘›L“£LT/×öô®Žz_ÛwÖᡵü¤¾â;=ƒ?¿|cùÆòå`iPÎé´ìÍŒ*Ú> Û…–t Vñ=?q~ò­¦Éð‰Ì&Ü®õ<—Úª“ËY99àà\15,Ïç'åœ:j[þxþ§v\”ùÙìÖíö^GøìÅôqü¢öÏÝi¼Ýo”ìv¼Pø‰ö»¹Ý½éÖß¼R"»›n.'8슶Q§ÿñå{Îó ü‹²SŽ?¦uÿcªéXÿ×£²€=œÌ—­äG}§Nµ™RƒoïÏñ—/çýåœÐv3U§Zvé®ÎUåøë¡‹Êé¬îÆçßµA§„¶ÑŽï„Ê«»Ù¯_º%îû;n¯ïW¨dHÚwûM’T!Oçã”ÆÛ닞/ñl÷u£ž¯pÚufùœÍ䣺-Žë¦¢.–Wþr~"e.·|ïNûñQÙ½‘ú«ùëTÓÇvTN:_½“íLÆÔë'¥ s†tƒäù¥Ñ™p|Väåe;ÙÕÍ•ù\ίæS»Lt1ÓvçªÎ=¿&€1&å¨ÓLþ½ò;˯Oÿvõ?AðQš´ËÎ[ùqVþ×ù_‘¢?ôî1zç8—×ùœƒ?ŠÊiù£:>A‚¨¯Æk?ªÊIÛ\Þ1oÿ®Þ¿ìq~ŠÚœæ¯ÿ>SJ—ñ»ÔüR˜ŸróÓç‚v>k[óMö |Em§M—ð=å߀´ú.å_ï"w s¿ü!^„H &¿î.ï|õÇF.kûßÔéŸ-êW/¾ùìî(wÿ€VÀýîó%ëßn%÷œË~ù®>Ü?¼Ç_Õ—rRŽÿPøéQ›ŒÏ…ñÀqÿöÿ¦”à–¤­•·Ý½[TÏçrT~ð—ùæ?ÿÏé²[ôÉ ·øÜØù;>™¾ïÃhÆÐ<øx|÷ CœÁÑж@{M;þ˜Œ7ãÝô-»¦Ñn3Ú1©ë×Ý"1Þ WU¾¦ãWñ‘k<_îWÏõžw>Ñ™fÂFQf¿&ÖØ ´©Ñø7öDÈÙÝ\û]ô´ÐWD/C™ÚëÛí•ÏDHâ'(•?f*´×ÏãÝl iu—®Ën¡ì~Luû£¶WÔéR9î~À‡pÑ?¬š úŠÎ5§…MÔÖ†yoÿÑPŽÿTvÐ䄎€¢#8)?’»f~Àç?Ÿþ0û9íÿóÿüôCÝ}Dòr½ñ7ýö2(8û£¶8Ž·Ûÿ„o¿ÚöÙÜpÕ…>êñŽrÅíþŸéRÿaô¡ÿŽjñŸÿïæ¬.”·QÂ^ÿ©L×Fs(—ÝDYw˜Ðb´ÿö~?=ªûÖùÜôƒ¢ÓT& Uùç¯CÃU7‘N¿ni(Paü -d ÷mÉm%‹á1;ËÁæ_¡|͆ìÌ1´Æ³Ë XYéirꕬ‰%; …ỹÓB‰ÑñQO%” mäeh:¯õ_*œ–&f—Ó1æŽ*: -ªƒÜLØ`1Âv¤{¾PÃúøÉx(·ô¼`¾P£çwSbKGŠ!·íETŽsœæþ8ͺèuÐõ³Ç©˜;5 Ù8Bášç,¨&c¸¾®bÄjcaÃU¶æ Ú,žÈ†‘f’ xOp]²]åÚ€7fÝ {‚ôn£; N(ê£}Iº¾¦OÚétŠ -kÒg»²fcVpºúHQtŒÃx -УŽÅ§?½M^0çÄ’eßt4¾þ -7“y³y‚IŽÌÎÜmw²nËIG£IÆ-Æ‘k?ÍH84[•ÆJþ0ì¯,x¯X`#!÷sý÷¸¬‘ªÞHa¿y  Rý+Æú:¾Õ”—Å-ÎùCr<&PÁ7©KáŒ8Œòòrzæ+è´ÈËn\}žë·øÎ¬“lb—Ÿ$2¹ö†Më÷Îüû1ó¶`mMœ×’3ƒž°Û1IG‘PÓ\!½ç,9tÑ måRñãqYgƒÅfÌX!¿W=úàâQ -hÁ=)o'þ‘îot2Vïê Ñ‘‹5%n\‚3ç Bvªf?QßD‹‡ä³…—sçË#)ïVòÝß¾uúßô›ƒ]åïét©””ß“‰¥¯ÚINœaJTŽGÆ©T"¡Ÿ1Éñ“…4?̹ n ÛF)]Róv1»âÆ¦ì› ê¯¶y¾<Š©Ä<çwºò“Y*1Û¶ åùd ÒÂÆi¾÷í;"!##‘»1¼`pJYL¯1¢’º†ñ8çÁ¦ö8ÚûvSø‹9§÷–I @‡ØÒEBÙ“6O¨'Õ§kK[·â&‘læ}V!%ˆo¡$WI½Št$×ɽ!]ô óÀ§XJŸ‡³-_åD‡±¦ÌæDÆÇËEmoÈÙq*é—Z/X˜v&{?ɱO2ZÉÂ}Á\óK 9]ð7†€lƦbÆ»DªÇÁW7{êc;iœê`¹ê’²óùvm§‘ü©Âßžã2‡—…ƒìºÙ2(\œóÄàf¨¦RC,i@»S Hy'wO¯«¯?_ßì4Þ¦à&šÖ’Œ<@*JM(Ø-”ŽF|ã)_c⻄ªJ3}j@o"‹ù|Æ– -'½¤ñTŸË‚Ú™Íåb69§]_«î»|úVòÂÆŠ“óJKÙ™·îSÌgÞ5ã¹v$`þ2±*ü5~{AmùþŽñ×ܹƒï,`ÖVôÃ;æ?]ãøÛ?u,ïÝXÌ×ôd r®UBÇbö³ßžÃ^GÑÝt–nÒ~|jèè·É·Iê£yëʘËí ~62{\ÏÄ»‘}·95c’ú?I¡v}·ƒá»õ˜ñTÇò>MÕu±Œnß(Ÿ;—Ãæ‹¹u—ÿØÑ7é+_Ç Ïù,z÷K®C”Þú 'ìÚ'?6_ŸD5iw»°×väbWê´â¿» Ï—³ -o,÷q„o«ÿ»#»ŽæJïçÔ6y£ÐWÞ(v·Üïsù—VßèÊøç›¼|…å)¾óôÆVºbqƒôc ƺ¦„30ê~™Á'?;»Rù–”î@ù#ç¬Ë‘›$ÐÇ -Éû>—Ÿ -ÂÀ÷T4ßeÿV\?0ÈÏ×ôfÇš!®]`Ÿ¶¼’õ‘¨ÏþvÇñp¬EËù.•?§ñA£ýZ|îxÚ ˆNʯsÑ¥öÓ1þŠkß±ü¤¢¡Þ5íU^ô·?°×O65Ö2¯í%¸/¬<×í4Àïøê|‘‡Öj~·ñr#¿KÅ]®uK¡­ãµú ƒç3·É‹„…SóLÅCÎ - “Væm‡´¡¬”ÆÆ½óõ±ám˜6Ü×éÏ€~P^ðТ$»Ÿ:i\¨SHñž5š3Ü‹Û Ñ†ßá×rN.ic欘Ø[,ÂPá«»Z¯³Û$]pXoŸnRñ¶óUªä»Og"Èvå_N•Ÿ&ÛÖ ´Æ¯†Ž­nÜÝÎõƒ Ã…¦õ*ÏõrU1w¤Fï]¼wÀ{3ý,ŸoJë¸êØ:}*+ÇìjQ|´zöŸ.‰ýk—äw½+îãê}%/Î¥SÍ¡Vº³’‡„iÆ{Ü–î×>ÖoyX?_°“3÷_N‰«æ0¡®|ŽÐ|‹- ÙL¹ M¢#Ž«Î4}x¶w³ëj×6ýÇ®®î -´ùÿ+–;wEß‘ÿ –7wÅGAÈɺ›&.ldÌD y¢#hÿ•‰Ä’n'j4¼®Õ-n\œ5d{{êÝ¿¾![%£Û–ü­Ñc“ç¯ÌyÊW¾ -5ùü]*™MãÝ©0\Šì§Sña µ’OÀ ÍèÔh ˆé67‡^~Òít§Ùâ}· {Ï|Ÿ7¤#I÷_êtÚ©LR¢›œ%M 4`cMLÅ5ãëÏäŠK ú’Jî.#7ØúÕ3¨£ë禅œ UâÆ\ÚÛÒ5npic¼Tª5R"9«\¼«c wrëˤâ,ä'ûw×û>”áIJ‚t4= =‹¨¯o‡+hÏ ë" =†Êü]jƒzg ¬Ýðþàg|Áœm7NȤ®’NíΧAÈÉOpÿû0›ëü‚ùÎ{»DÇãÃÿWÛw®'Ï+kçðÐ;Ø´PB B FBgï½þ|ÇþIr“l‹²®u½Ï쨌F£i·Fì s•KÕû`•~™•m7óíÊô¬KzÊuÍ y Ò®}hYîƒýÚîÑ'îHE½¼ŽAmy´b'¹T×À|o¡è¯%õ±oýä;Ýqtüe¸—\Œ¦ê—¤³Ú/’øå–2¿˜ìJŽa¥7¥ý‹7F¹{Ãò ˆv/èEsÿ†byGi™µÑþÕÛ½Ø@àîýpîÖoŠ+EŸCÞLèe2Þ"…ók¶íÞBcô%Òóf_ -¥£ð þš™¨Bí¸ç~¡¹?R?lË^Oì;±d¾C†²ÍºŽç’OëïÔGuò™Kö8;Ö/±y—@b‚Îëk_?VE-ƒ])ŸÝ›Œ ˜ÿ»w°‚Ï©ÒlÕl u"fmD¬ð·P©Þ¹µÈÝ_=þ6:à ËÚÊ#f1,}tJeßòvŸæòƒò{ë× ´ ¨0ɪŠàðü´ÏHMX®¶Á»Ç|§‘ƒÛ0á?üµ+·ñ'öùÖCp˜ü~€5òàÊè·LÇ4<@Ayér£ÔWPÝi(³þ‹üiέ³ï3ù\«}>>Y}Øê£Oø ,q¼c[û9×2áF`/â#vÒ¨…ä&¤óùÎ_øýc>ÇÌŸc™d³ŸK­ìáÔð÷®â÷KzEÔÇ/%§ÓÉú°g‰I<;¹â,6ÏwJc¶ð·Æ™oýK6ïÎ$ ÏC¼ž,p -{¤ß{°iJ·ù‡Nn}ÈÖmñ;}»Í%9û8–õ*Å»âcVÒޏþ~”jï­Bä)´Ã5Xaá_­fpx0÷œë&ÛHT_¸ ó ‘F«ÇRu[þ£ôiF®’«@(Dßžƒ¦>fKÈr“ýÚm³ _—'Áç•RóæGï8lmndu´Áü¼/åןÝ;rmÒ³²+O -WòÖä;/Ô¥ÕÊÖ¤f‚óK`‹/4į/ RµrÅü¨ˆ¹Z+ù:QÉã{$æùr'•xøLDÞ -`šF~Iõ -<ÆÐTrû¾Ž¤ž¥ÃÀJÊÎs×™ÕSáwÁ8ˆ½Ì -sçî¦é[ºÕôKÄ©ØZ3Ô¼ÞŠ+ðRø×î€ñQ^â29·„§á t¡ÚÁþ [‰ðœ›H²qóçî·vùzŸb¦ëwÓÒô/áSŒËd|sþ‰¤/¶+þåÛWÛÄRP„¸Þ»åOé#qó[šx¾í‰ÆÛæšËÿ.,È˪âLÞƒ/¥zý:d2RÕB÷m?Wf?\\2ÿ`ôÉ$'KsùL!f_EKµñïï‡~[n@ᔥR½f)ª¶àdß¾ÕçrÌnÖ|1áÌ LØ.ü›Dìœð؆Ù8ÖlØãróÆåUçêU ‰åì* Iâ\µ¿¼Éžøz¹³r¥Öm›³¯"@¸<Í>sáÂsDÞ‹‚>É* - æ¯ÚÖbüWÍ]ûnB/ðG•>ʼ€—ÊáÃ=fç#®B·ìÚN†P°jb1[ß3Z°qý}^Ú@òBî± Öy3…&s=¿üjzpËIo§’Ø^â1ãK>ý -.Àµ -•ÆíÊKÅ^Æ¿Ì÷ØË»7«Ÿ³!UD}Ær·¥@óëZq¾db¾%çqûb@ ŠØ)‘ûE1ÌÔ,ñþ(Döb7]|¦¸ "âR> Á€y ?¶WÓÎU¯$ðEF¼zÿb…~óíÉꃷC1ËgáÏÿÁ4¥\uÅë?Øù"ôò¾_¥î›­|{ß (ÑM©ö÷½ÇVáŒñ7ƽÝÚÚ@3yýP¼6¬òb ZŸJ§ˆ'–Á÷òdYõ“ÙBz¯ãx–Ço5KáÏë ÐBÏàDneïz`¥¿±tUcؾ;˜)

F`«ž5P¹kw˜ðüÙ8{œc¿šÁ¸Ø¾ì `ic69zéÏ4Pþ-üü´r¥Úô~Wºq¹8]­ñá¨üïø©Få£f{Æ•W¤ºâ:ŒJƒÔØu -ùΗ¿÷ŒÀ ùþÇââøf¿cjƒÊ5i?õ体¼{Šqo¯¡?Èca)FÿŒ³RzVPÉZžvf>‡CÏUúp¬¬±]}—æF¿ öò÷«ï¬ÅèüWÉWo†™¼êu »a DÆùˆÓ¹L°Oõ`>^Ùî`6Péjã^nëîYJõ›áº4»~µ(ì-è/@òÇ’“¦ã˜¿NóªZåF»¡ŸË9geŒOVÅD³ åðšìéœÿ+zôU*ÏñÎKyÒÉ?•>£Žo•ô’—(³$qÅÐÂ’”Ñj ¸fñkp½æò­ÜÊdOÞn÷K¥k0[³‰‡Ò{qîX 7¤Â¶™XëùªóV r¥}¾ ($ã=Ð9œþ·Èß‚´ã.ÌS×~AAQµø \{ß™Êù Šfï-…¨› –§ÉÒ§BZ -Ï;VÊíºù‡eã-–Y»ç¸É ¨œ.8¯eß°ìýXèOvÎ"b³÷åü™ç¦4éÍÀ^ËTMöJ´zC2R²ý4(/-Žà)Lî笱Í}5 TŸ,ÑõuÒ½k¹éP¬ÛšÁ^íú8;ë–óýƒ¯tcþ`__±±ÇõG endstream endobj 41 0 obj <>stream -œ½q•Ôj{Ï9ž?¥åЋG¢Vi‰¢¾‡ÞáNeX½æëÏú0³ÀY~ß[^ãÍj¸“ûnRÜÈ÷˜Tô'´¤e³S^Ûx;oÅÏ/Î ƒéqRùæ*VÉ/×Û Li–†ß}+¶VP@»ˆ€äÍøñVž¿Â¾úï-ç¬Ø¹êŸdéÉ(Ýx­Q¼çß­ü>ñM¡Õ’~û³8 ï¢^A}íZáé^åR¯þ}¾S¼«s -,ì œ_ægœ,Ÿøv®|*—v W‹Z‡- ?‡¡|û7›zKÀóe -öß÷5˜°B-sŽJc%g9ÌŽÄc,vóýëøûÏ¡²Ù_~-¦c[âóiÆZu~g¶øm8Ë^ÏûºÄØü t¸›ìQsÑÛàÏÔýî¤}§v6¬Àîáv2lOLT'üåÑÇÖïx1;HP 1¶ïûÿf¿à?fb¡kp;›~ïÿ0¨ÈPí—¯ý㤄q>!òŸ"1]ìŠÁwó0 =ÓÐqœ’øNâßbùo)f2ä`‘[n¿w„ö¢zCÇåY„€»¢¸{Àw¯6…Äý6ž¸¿Åþ+·Úäפ´z±1s|äsè x=£ÙdGÂ1áíñïè4Ȫú–r·´ëÉw¡³ ‡dÐ&,£EXyzJþ€Íé1‹>}ApØûXƹ¥³gSÐ?“•S‘Eà6?²ì¨Æ¸€CŸ™Pº0þ 1KÕ›‰¾]y³“ ôÞú‚° ÃO¡Èõ}2,=¸—>¡©p¶³+ƒ¶2¯ZÒc ¦úéiÈ›~ˆ}™]Ù?—Ùû(šìàЛsf>1{ï-5³o4íÂø½bvD¶aÛ=ꈋ· S}»ÉÂqÅQŽUi¶)ìËÞÛÆ°[Ímñiin£ÕÄ[§’.?f&{.¸ý¼N[·‰Òs)û•ʲñ@Áýçh‡µßRyðæ³žüÕH#÷½Ðé±³sq‡«i³?è|€³º6»ïžfß×÷—Ùýö0{÷ɶÙwÛ+™ýÌmˆ ¦û.45¡ÓÐö Í4\ˆ‡ã@cù{Fùp(:‹ž¢ìaH‰Ñ¬¸ÙdÒ“¼ouw“«'¶™xõú)À-Ÿ#åÍË3Szæú.O¿«§Vô{ŠÌÔ9(ŠDuýÁ§+a‰ÓýèÍ«°ÜÞñŸr4¶›M¤ôÍ{ó+õ+›—ñ Ö/¾ÖOœX’x%´ï¿MÀ×Ê/3uôK€Ç°fSÛÞfè.Ý2ÁHÛ…¯9˜)ø[ïsÄJzÀ²h.M¬Óa7VÒìœ1÷áùFîVÙéÛf¸Þu5:-NbcˆØé6þÄÊŠ)º­FöüœÜéµÅ±uÚ–+R§›ý[ÀæšØ^HBK)ÔКkÌj}|¾‹’;ôŸ®kgjá~â¶E8ÕB¢Sï–á>Þ«š:B‘~Y«Ó)S©lú¤N!Ÿ[wCÅÎÄþ0²ùvÄNÛ£lJ³Ó»—êMA«Ó"óèìK‰<׆ußþœLãÄNìR³Ón%XùUu -{º­3«pN£Ó¬ûñõé-Oìô);ñhv:åwOH‡!Íõ% ›7¹Ó»æçO¯tí!v:ÜîU¢^„nÿZ^GO«SŽݯ¯É6sîÍ ¿-;-ÿøiÌ5^5?Ý1 ¾Ó±eWQnšìfÿ4ˆÀN½›¦iM¹_÷#Ðizƒ:Ï}Ôí›çÁ&t:OxF¿Ì­pÒ„œWUÙi`³ý¼±ÂNý‡â¡šÒ‹5ÆnsÛƒSõe™à;ͺÊ>Õªšó\ÓÉw:Ü%o”‚°ëMUÓ7°Ó êT¡)íߺ¬ÿªáør{u§›ï¬[è4yPδÚ-ØרÓp¶Ûh(fjì6: ³†9ú ‡¥·»¯NCÒy“Ÿ,º^{øšü´wö»—ôôàÛìÇæk¦öâÝÿz?vfØñ¶e%=kÀùÌö‚­Ÿ’$Lu²ˆ]q6>?`Kõk[8ca§‹ÍUsXj<ÝíLö8›y¾"?¯9̹æSù^ãé.U¯ÝX·ä§ufØðz£{ôôðÜ·Ôc£»\fïÔøëúG+yõè'>ß=³nWv0„O}Š5›´–‡<߈9ºãA9£ñôÚõX¼~Êi<-xLö'Ûæ» ñ¼êcòÓÛ<÷“v‡Ýä§w_?ÛQÙ‹ž(v×ûù oƒ!¿þ[/ýóYœü´?l‰º3þT¢ØÐ3øûð¯GëGQžŽ{¡´ÅwÅ‘ŸÎzw&;·³4gäçÌðËùS³ŸÚŸî§.ó]–ôt³Iîù{— > îÊM:T¨5ï ðyðpÇþ¶æ¡³$?ͬÜ×+É -\!1“ITm?HþÓ¬ôdh°=©Ô¸Ò²º»ÚSO±f_éáÉì{|mC[ºcv Ü{ø©mÒ¢Ù_E1ë-“^ÎÁhÚ9á“ûÞÆN` ööP¢»€xü¸–:µ¿Ó7ÐÑ,åm¼TJ¾%äL·ü¼j í…>–±†¡¿ùCÇ´tæ²ÀÅ;¸_´;µp¯~ÍNAK“òx§@µ–ÎH£Óþ«N§sTÅÉx·ÈÒ‘: +:W¡öÿ"vZùU’wˆwiÛäN¡•tŸ{Àæ:u8¬r§Hû×è4úµÿ¹ÓH¿/wÊk}6?ÍN‘ö¯ÑiÌ -µÿ ©Sh%Eúc͹3IÍN‘N¡Ù)Ô(º²>¦&°O§S®æP±ëÚê}øün?=X}ò›M댦EK3mÖY|–òf?šÛ1yg­pˆáüµÏ…¹eÀ§"Ôàjˆ,"eÛ9áÏ*Í“PùÖ'ü“ej²¹.x"¾|7µ¸ÿhüPÃL.3+×´£L ûBðkV²›ìðÿ¬R’ó ŒgPb=…¾Vøž€ÐËdÊvìÞ‘%h̼sKö)Á×[޵ø’0ayÈÌMÔnGÿ@fxµva\Mi%of®Ê„«/S¾Òm¯È{iPÊ!mõ‡ü¶&}è“§(Ñʽ±×'ºôÏnU+æ(†f˜eë ŒEˆóCÿŒ{%ýõ g;·ªõCŸr}·Çð6 q~)ÏQëö‹ö -Vڋ㈥Õ”0•Gv§evæÃ¹î‘èVÿXÎZ²c›³j´st‡~K2僗Ú9•ÉVä䈥=}ßB-zÊ/Åj^ÚûÒü\×2[n+RaÑêׂRF ]ù¥¹Ã§{0$Û}ðŸî6%ìÊ2´‚ë‚›¸+ÝšS ÛRõ†jj„]i0µ«îÔ¡ü’‚ûÆÑP˜ÙxÔ5œ•ÛfEfö¾o¥<&ÂJÉO=¡R@ÁçÒ6Tð93kèìt~%“—A//ëã £&ËGÒ%zz çô½Ä6ò)íÕi¬hù|S@Zj7¦Úw“ÐR½ïÆ–Åœ­P»0ØwcNzEcßùÊ>þa­Xu¨NâäIØB³ ðA -"747Æ–[VÕ”äSσ_KoúpdÉ5™a'¡u¨ðœ¸!OÒWpÉ:F1½%™ÇWª%ÝÝèJZLôz2IøÀ×+0œ†BÐ|0Òåhx}ZQÊÕÃÉp}…—çñ=éX‚úØ¡þ¤¯=ÁOÌúÄ‚ó ÊCâãb„A%,šg¥<º!}YµÏÊœ,ô~ýt:d¿ì+ˆÖ¤ÒQ¬Ÿ¤]à+¸‘«³™a6À¸Ì[¯ç7¦ow˜Žlì4Ž'SÌH¯;b\h±/E1¥D;šb‚_K`´P¡×÷+ ×*Ü*e}«ÄD§ï2DÉAThµäØg•^ÁÆýzM|BJKüŒ]ùY ÷…ú†2%ñØ.k?‡:h4*¡¥éS§Òú£54ç’Ù"±pÞ2) <^»0 -i FR@1¢nY=Ð-Oˆ¬`‰1>Ûpv¨Bo¡`nòaIÉÉçs%Q˜ûwl»J;Z^#¼·¤N š¸#§&<„ ¢" \WYûŒ'ÚÃÚCÒ’½O-~jÇ ÌÏq¡ùe“÷¢ö¢#>Ð×L‡\«¡Ë‡†Û/öÄù)²¡ø¬ôWÇø3´lòŸóÁZúJËâtb)m("3˜h‰=ƒVʸØ[zw°ÅÙ›=…‘¦ï]â=$7ê-~¼/èÉ6ÍјìGa[: -ŒŒbµK–(ùoÔüISsÉSSîJ q êcYϽÍEÉî7Ìl;:sB7{t¦b,ÑK§ï÷ Û뚌 3ÚPø@ôý5HòêèxlH¢@áiPªÒ0]™QªÒuä·T(ÓFh¨Ò@À[ö‹1SÕõbRFǠʣ¸ª+B Ž8Ô„ S»À~©£3–ϵNää½YyüÂçÙ®=Œ&„r©<œäµRyÀd×óp®êòyw²dÁücz„1Ôe!u®¨8™N—u»¼Êü 0«^[×™ìô „)â$ŽÀý–Ðùî×—}´§l*H·_Œý­°1æ|™\ôÌíÏôÅ÷ÚHZÒzšíD -­˜ìG´CµI­H¹=|;gG*P+熡>ùÄÆ&[ÚC”?÷õÜâ•öB­oÂߎŠ0 i©å÷‚]ä¸A<F+…}(c|š¤ìHI\\Õ“h‚Dë’$šÌcÇ„¬ÁÞ8J¢‘£ÕP­ ^J¢mç¬ÉN!†¨$Úv:_S*¡m9ïw/"Ѻ$‰Fä1ãvŽ”h’¦¤nç|‰Ö•%æ·ÄB/Ìl× -\DÖ” –b4-h8”}ãd-E`a N`g<ª¤.9ñAsâ´9W½ÇsÌh)ö -ôì@.Ö”RÈjù“µzØ)û$f¤l[ÂvþpR›¹üRòÒIÃv Ô8m;Ç¥@ý0¨!L9âÎÁ#¼º*¹ª±ã¼~&»îiè#œ†OÇ[ÕZqd ÇNÔïq&e-¬‘ÅG}‚ÆÂtØùR+4³+ïŸHgá §Ø“¾~O}Š=£ß+ZÎBƒ\8ãvFš‰$ØY¨åi*ì6¤Ʂ0#Bq¤pŸê4<È}96 Ó”zz§!ž‡%§ahÎŒë3G‘wµb!oH 4´5Jyo›ìT»;é¢ÚZ{[áUE)£à@±…]›bG—=JWÌRÓÌ£žëš>3yzÑ ´UV -USu,TÇßKÿBî^hR’Ž%IëSä®/I_•K¯¿¹Ä¯&³zs}Ûˆ>Û6¶¦8Z êŦvö yHúTþdq%ѹ¯•…Ö’*ùVhLCÅ(‚™¢H¿ÕÊf”tB½!i¹…'o/Á$+ |R8¡?Å-4¶+³ïë§ÍßBÓ0ûãþÑ9:¯.‚!¸/€¡ÓGÐÉ >‚Îd¿ †NA§B žŒ¡ÓGÐ^.‚¡ÓGС]y >‚Îd¿ †Ž@^Ÿ>Zð >‚N…®=C§ S"¹NÇÐéçCC¿å0tÊ„äƒóZ:‘[Ž…Ù‹ëuÚ¬œ:÷L}Š JÒÆö–ž¸då\3‹`P2Ês¡u1µ{MÖ# VÀ“oiç’K^8:9 òÌTtÒŒ‰Jêƒ^ZÏx:žWã;‡ŸR>ŠùQ`Fts´ó|JpP‰~0$e(I¡'º¶Ùx¿šÓT›IìJȶíû6çzýÊ*Ñ*{®¨’ATÀ'ÚØœÉÐmÜ÷SA‰t§×åˆdøVú© &× …ǘÆÓ[¾„« -âÓôt~zÂèôÌ"'¯(Zd›F™‚,ÖŠ—§˜¬DpF69¥x[z:>%j³—%ÄÔd 2sz±l*Ǧ]pº‰4Ž3¥ÛÐ+»Id™<­aèá0j`¿-x$l°Ó×Áñ)Ý-‡Ç$hp|†º×íRvZé i—½! ‰·÷©Á…ü´s॥S®Ÿ6ŽÏftæR¯ßÂn€y§ÝŸ}LŒ [јÁ-ĦˆùÉã[ŽWuAŠé fާ˜v(äŠ)%Ú‘“T:~¯6¼äW¤:í2†÷‹Ð貟UÙç«…’6»fF°E¼R\ì³j(p:,ÿtÞemª¨èÉÆÞk÷pùu‚šªX¨Ð·8(M}z£€‘õ*¯´MŒr`…L°?udDÛ ÓÆÚï}crh‡ìJMru¼iÅ$ª(¯ÏhŸÓê‘¡ávPj‘5¤Eêb¬Tz¤6ÒgaÇ8Y~dSJµ)ëc?µ ¹wÀÔÛC¯05ç‰SÃìÊ›ó=2†FòÈyŸ„¡¤s&¤F¤Þ\Â#ñg - Á GG˜£À9põµà9€:±3RJ0eEyrûjòÞl”MC£,¯ê—À$f»¬:c€dð·6é[-õ³ï “OäU6wVoji7ij¼Œ’CWõï SdÃ5×I] ÇÕ©S§4´ #\Ý‘¹ë$+ âê( $ZÐQ%m Ô˜“éÒÖAÏV§*ŽŠêÍä(ÒÅÊèðpF÷õ]'æ'+qÚý4<Ü "õRx8Äc@‚ëãáÔÒR£±3ñpò­´PSðpš9ðÅÃ,q㔾£ñpÆÈzº°ô¤hK¢£ðbœþœµ½ŒjݲxpÉðé9‘r–ÄY{¿K«¿ + F{\^àRÐ -´ÄϽÖFe®JÏÜc;ÜåÍkz”î”æl±¼y*Yg7íRÖÛoÞøTi÷œE®÷ÂMCÎŒ¥ÄFÈÝ‹ù“…OV^ëÑXwY¥»Yû-Ü}¥€e’ÅA_«\\Oa·Ù¿%YÍNŽñÜjt³Ú®ÜCM„]_a· -kwZ±>w5;5ÙµIàS åÖ»µ¢!¬S%lë¼rl¤NÕ»è,rù«;së ì,Ü8 Ù)¬ÇW¿–Wõì¹+½iÝFzåâl1…^…°«Ü[Ÿ5:WíÍïÛ±V§ºõøîêšseÊå.§\U]øI@âí=é æ{HòKo†‹ E‹Ì›'™§xÏ›\îÊèè´>0ë~D­ŠJ!ÂqZÔ˹?H¹=¼KM•(ïÉGÝÊQÉèÚÿÃóZ³ŽUšâªfš¢_H>&çJÚS4È'Uå\] ’IûÅcI—©$ÇÓIyi1¡R5”—žæ\éÔEctïWçõéÖ}»T9ÍäiL§…V. ‹̘Ÿ\2®5@=$Š:#TD§H¥¤Þ/K£ûòIÍb8MÔú.‡¦#aéÎ÷èÑt$;@²,.†¦#9¼”þ±K éH.gÂÍ“g¢éH 9Šg£éHX:í»nNEÓãµ>MGj -ðØ…Ñt$,AŽâ h:Òî*å]MG²›Uî  éÄÄ(1özšNŽ¥ÓÄŒœŒ¦Ã¬j¬Bî¥Ñt¤ÕÅìý ¡éHX:B4áL4 KÇK˜K¢éHëwåeÑtFšÒeÐt¤¦nyQ4©)ššÂÇ¡é.H1#ð(Š‚¦Ó¤ØEÑt$,=ÆŠMG’‹¦‹£éH ¨ë&œ¦ÓÁŒ\MGÂ~áÖëeÐt¤ )cI—@Ó‘VHÖ`/…¦£¶+ÏBÓ‘ˆ!EÞ/†¦#írý;ˆ´”R8¤c @IOVw\¥ºðîpûi bhÂè”Ù鮲ù£ |RI #íâøzu$…G_»8¥^†va\¯Ž–Nš•mñX   ÞCK¹éW¢=bH‚( ÞioÀ—ê!Ÿ>ŠÛ€ue¤èI”0¨änýÙ#è4Sï^m ó e©¯aåAUŠ#¯¤rƒUæN¢˜^¡»£TrR™;Ã:#ä?®ÌVµ,E¡»Óœ1X™»sò“éËÜéå'K…î΂)Á2wç{iÊÜ©+Mh¥)œWæNÊ…Ó+twv²‡ õ…³]¯õLhȪ~1œE6yO~UªÜ丘ZÒuöÔ䣓«@¤#f×—k]?þ~Ò„Pî¯q¦Ša:´ZT$Ì9àW<²N ‚¡ÄµþT†²P+Mÿ¨£<è \-@\Éã²Óۗ̆j_.ªM™ eÞúÓO„¢F>º…¨Záo¢pŸ©å[Ñ:ò·P´c¼I­¨ë$º/Sh’oJÒUu¥%%°–pA1ø-ÒgÝ -+êƒWìØ¹o€8…¨5ØÙ¥ª‚ógæÑ - I½ j ­¹‘=¯ìe;÷)ËT@†®Ju?™ò¸¼`ÃÇå+>.Ͼ R[»ÐÐQÈÇ”çDuWQcèàžâ“  uˆø÷áÅF£!fw v”ÀŠ# ñ¨¶‡:Âke028מ ƒsmˆL¡Ü†îhñ•çU¸;À¾]¨nµ²ÂÝÉÚøQîô‘%áIÃö0ÃâB•ò.‚K:·ÂV)ÏàroZ|©ÂYÂPâ'¨+Ür«9LR9Ž€rÌ8aƒVÍM,& -€ °vl™h; ¨k=?s?Ž|¼°¶rèÍ::ç -¶s °VÃ7ηs>°¶¢w/Üqøö'Ý@4ŸZc}«TÛÐO؆= -¿–ÉNµ “.JÈ -Ĥ:ÅF}Ó1 ¦žl¶‹ëròÅs 1c³ÝDk¸÷¨ÜÔÚ~K%Å(¬w*ÄPÒ xc»Rãdô|ÔÌ*ÅÐD´ÐTƒ¢ämÅÏ…ƒcÿjX Öü6T ¥Jy—+÷Xè}©ïiÀ,‹c1®Å€AýU<ÎãZ PÅus6ÄŒÐØùîIbªì ­XU¥<ÊrB´Zãx€Eò.Qî ÙÈÀ¸Ê»— r#?9‡DšÍŠ›M–µó ½Nöª_zæúÒsy“ËWc›b!ð^,‚u˜ÆÙ^‰ýW98Á»$!§Z0^µvW¿2 ïÚ<Ð)swŸlá\©ÀÃySïÍ[e¦½²›ýÚ¼Ôª8×ÓáMƒ¤NÅxì_§pû·•Ð4%¦îôM¯Ì?¡ð\©ë°%½[©S54-Òûj¤4 š«1ò(GV†ç½NýiWœÓ©­éókŠEE•Ø¿?mÀ!Ã-;ÍNÙ×TÕ)Ô`…ng:(Ç»ûžv§å»AE“¼¨t¡|¾¨çz°ª`k -Ý£OŸ')Þ3Ùá›)ª#/ º÷Ü-þ=ÁÒˆ³;Ä­ËíÕG§ÒO¬G¤ÓŽQU4Pj«ÞÃûåZŽå‰i“UÌŒRaÔmôÏZ¹Šm•/ÚDL±v­6´éˆÔ*MMé0ƒÒeR«à‘OL@#gBêÓI3µêxTÚQ©Uz@@£ÔE¥ÑóÓRŸ5©s{Jš)›óSZpP´YÂFC©bIg@)³´Œ÷Ëaž–,¸øÑÚ9JaXj¦ô}«Kø˜_Ëêš)'ø`º5ΠöSù2qk$a^ËgGyÀÔ^Î÷½–ÏñkIþ1°æg‡¬5=˸´¤Cžr ­ê¬„(À ]Ù›³´H~ê’Ü¢R= -Õ˜Ù±¥±6ŠVSI˜Ih)¹ƒÏvó~~N7kî8G¼„L}Ù•¢ºÅÍCÊp3„" BºuAíç§F·éŽ4wD`¯Ïã»ËÉ÷ƒ±ÒPÞ¤ú•ª ˆ6ºm¦yÏ•6ŽJ%ïu¡€ú뇤½>~ŸÊ™0ÀP™Ž>úOd†Ã*3 1ú¿ôãÂn¢8¿1ƒøàqÓ®ïsÅ Aôã -_’bÍqáHa¡1mýŒ¤5fùýr* -Hw«†V´@9ò~ - -ðHò‰(@Œt1€ê -ìÇ¡i1€ð¬<(¯>Ðd?HKO˜Ûs: -xh#ƒÔSµ£oú(@a4³RiO„¢|‡UþEùÔœ¬‹Ú:¹(ŸÊ²ø/å#{á¨Ã”Eù ë¼_¤(Òú~jÿå¢|Ú^¸Kå#cF.]”ï2õ+Šò©ï×T#ò¢¥;wéî†:·®Ÿ¶• «ú]Éu±»¡Œêúq7Ôuý°©]àn(­º~ú^¡=ùĺ~ku‰»¡êúé»Ë4ñ•GÖõÓ¯êGÅÉt¹R:UýÈ·4áÐêú䢪ë§ïs‘\—"‘«ú[¿R«®ßQ~Ë“ëú©Ö\åÎÕªÎpl]¿2TO¨ëGZ¡ÃÅ/Ζêúsò%êúét&ÃÐ]]?TÚùuý$ü1ÙìÐÏo¬·’êúÀc'Ôõ#d'aUýήÇGÀ¥¨Çwv)[¡ßêúéß±ˆÕYuýôÓÜ4n¡9º®Ÿ¾¥Fʵ>¥®ŸÆŽªúQà^©êúé“[—³êúé'\+ý0º ×3½º~G¡ÒN®ë§†*(/|ÖÖ-«ëwÖÞ§®ë§“ä%ÿùuýôoñ8¦ß±¸šã¼º~x+ʱ2Æw^]?îANl³;έëGÂ=(ë‰_¢®Ÿ~U?Äý6Ô­ê§!ÇŽ®ëw”6~r]?£Tõ;½åe:zÖëÑuýtZ›ðìÛ„º~:þ/™r‰º~GÞ¨sb]?}ƒZ–0çÕõ“ñ[$5Gi½ž^×O_ÍAœ|º~:(\Ö½P=>;u=¾³ä&Vï,ü¬Ô -Ñ|:.çŠP× - Oö_×O?;Ìå"uý´NîÞa5“s0OºUý >v‰º~úf»Öº[×O¿ªßY~K%ÅtªúgWj×õ#Ù•ZQÑÓëúi I°¾o›§«ëGP ±ª~ÚXÑãêúéÃMöËÔõÓĪõ±SëúÖ«ê§ëQ<¢®ŸþAN«ÃÕõÓ.(n<8£®¶? Uý4ó-¬ë§Ë˜wT÷®”F$pp84":¨nþ\3>pi©rí†m‰yPåÚÕaj'Þ ~K%pQ%¬ôa9ÛÞõ‡;¼`– -‚ €„nÄqw·Ò…ˆ0³kàÞ›ýAçm ÜHØÄWÛÍ&´Í›=Ÿ›û ßžt„Ÿn£ùhÌ»ýª—û±³:‹'<ÙíÙd·˜k;·9Ï=-ý×XÒÖ~²–ìóE»áœ}­ü±vc=ºšOŸ¹ùÛÝW}ÖN$î^ªëÇ6»ª´¿î¿»•àíþqTq»F£¢×ýÓþ4ÿZÞÔÇÊûœÛmìm—âÅÂ6³e9[íŒí+å~n¼?zÞ[Wfmûk0Sû¢´Ùd“-³gX¹5‡ -Í_oê=’c8&›a¸ÎÇT¬Ë;¦Ò¼ûÚl¾³þÍþ+ãÜ:}w8q³PϛʬËÞtün—ÄŒ`oLùñj´Ù~ÞX™`sF”íº tif»+=sù—Χßå|Aga Ö…L¬_6ÒþêÚÖ›Ü"vg~º«{µgº Ø<{¯e‹§~ öV»rã|k×Ò‘„ã6æ•©Ñ/°P/eÿUÃñÃËm-\ÍoÞ|ƒÀùŽ–æF¹›Šøöy³ÿ*<«0 - x[ hj’ý"ž?8%²WΤcŠ”Ÿ -ëÇ\pç)嫱÷¦7}àÀ§r9÷Ñe -v›¿kˆïh¦¡Bß[´>¾^¦òä‚—·ä³ï9WµVc˯Éëâ÷8ÈÂÅY”ßçëìÍý¡Quêc‚㵞ñ6˜á‡ ÌôrÎv-¬%»Õ)äZ3ÁhÄ~Ë-Áפ}Ûùa ¾æüü×ávæCŸÂ¶ëë7näÔ™×Üg.Õ0oÀ¸ë.où±WÍןž†ÌÔåJ¢aB[,“ôäÿ–-z„Ï “óÉÀ±ÕȈ¸öàÕ¡þXߪ(÷ÇÊd«ÖÐy{çÁˆUéº&âëw>üÁgd*= p$[µåD;¶êçÂð Dù׆ Vº!8q²,v aŒ­¢.“üs¨ØªùEfØ{)×jÐ+€”½-øúÀÀ„1ü3…_{|³álgàWÍm ¸M¼ÁÂû5DoÐK‘M ö›ÔK¸ÇS³W÷Gñ+Æ5 ¿qku™–ã16ß”R¿=¸µ 4û¼L³ŠF»ŒpV¢fcÝt²˜ï:Roů«ú*ßÉ/ž ÄN„ -Ï+Zßû½÷-®K',ñÓÐ -V“†Ì4cÀÂ?Èc“Äß>ÅqóŸÆ–Gĺümÿ©ð®Â¬Lýëúµ¿hà3 -_ñ è÷y7kM±`ýâ(ÌéI㙀ºYñÁg„+‡nã`.ÏQi.°9X9è <ˆ=ûKÁñµ#ù¹pv¹ëräÓÆÅ’›•Þ½àáÿq(®‹5®q®Ü ‚hÛƒqç=ü§òË—ÿ$Rl÷F¿ŠrOìù¯ú[ú°o;¹ël/’¯÷+xe2éÞ…x5ìø¶;üѨÈ7΋T‘'Æë¸¤0Ü)Ìctïf÷õ]Ðf ï–ÌÞ÷@Ól+ÅýfoeÝ€¿5ÌËÓ“Ù÷õÓ3û_Ëà|ñçÃUÅyôäoE|L÷ù!KëçT¿h{%¼ä&øÚ¶O+â´qACc´ׯêäsz×ðÒI蜮ºùÍðá\£¯àŸþ2 ÈÍœy(ˆÇbÀ‡6ˆÛ‚ß½]€÷¼~û’^¤G…m©ò¼‡L˜ -xþ®Îo4éø +d§g®Ü˜Tå…P&íÅ~+ð[í=ó¯eÁÁ*f¯W3I2ÞÌÕcµø6ÏOñVIºá2Þ¢êÑ`£ÅYžŠ@ªÂEülòRž/P Y -¿Y -4ØÒÍõ’í487˜ëg^l[©6n|"‹ì³s%Uì£Ì ¹ãN1Öo÷GÃOù!ø]p!÷~:Aj‚0!•΋Ú>ð׈B¯ï[À³R:íÓÁÄc¨l63³Dƒ²~„~ƒÕŒïE-½ñâ --jà:ÛÆ¨½ø¸Å‡´™Lwää;¨žv×ð*«üßóª­ã9tƒ©/ü×M¹{åí |{EUG§w¤Íß—€Ö¨öw!°‡2`«øª^ø) ý”~Üäk¯‘„qmx…qžU[SºÊãM¼±" H½] ®‰íáðo¤¢¾Ê„"î!ªô-h³èZ Qu÷á«p¡Èo÷Na@ÀS ­KÁ]÷Š‹T‡ËO©Pß„ò µD£1Ùå°‘Ñ‘ñð _5çÂ… ¡= ;µÈ·˜@Í"Ž»ÑÁƒ‘`° O„ŠÒ|qr‰îâóôU$BÀ¯ Bd-á'Aèó^"Á3N‚ƒ;U 03 ÂøúN&BxðËÆÕ™ïX§Xmð„E¸SE—™û{æe°ÌóÁ¦ÐÐñAn¢Õˆµ÷f™æÈvàˆÐÓá©ø¢ÅH|5yÍ&ú+™OáExlZ|z£Ðkb´¡˜j@Zu“í™ÓøÚËkïJúÕh½¬Žâih½Š\-61ÒØ´¤lͶ*–(¦˜†Ç†5‘-®—Š&–fã1¨IÉÇ+¥&6±‰þŸÜS½í¿ãïõ_$þíc ÏpÃ*á¦þóx %Çc³m üšÏæ±ÇÅÙ<Ö_ž(zÅ&U"Å”xÖ›Æ× ¤TñØ|ÞjôGÄí -梠„n“õ‰ckpÏÔÄývC§ýàIöPÙ= Ù¡rè.òS”obôœƒ->ÐEi¡Ñoƒ? C£ýƒÐö›»÷%Žæ9„æ-5ý‘DÐyÅÏe‚ÍåíÉ\„û<ëe>~Ÿž|ëý£Qª×ÌmùÜgĪbE)QÜeŸK§Xؾ¯ÍLv±Ûa6;B݈#J ¢Â§ÒXŠì ÃÂ{yõhšÅÎ+ýZÞógyâÏ¡ áµÉCÚâ.Ù­bò -EST^P^LA6§Û…ðgÍ™‡§¢D¡_,‡»ŽœŒÂåOå1Â2+ è‘P2ζsX¥êDk †JþS’°ö£,ð[1sæzÏVê|];ÈÉQ.Hδbí ä‡d". Òõ¸˜É$Ñ4\ª :ú á÷¡Â©™è¤žEÒ —m«"#„h2MVW<ð”­¤=@)ûºÜW?_‘ƒüÎ/PŒ­¬’AøCPŠ%Í„0wåk;œíš]ÒÊyDøÂöÿeLqöŠý‡þ >ìg›ææûó{ñÏgJ™‚ùËvÓ%·™Í:³ÿÛ•–ïû¿Ùb÷/ù/˜okµx´4{_NgÿP^^ôíJ’†~a‚ÖÒÏÿJ‰Ê¼j}HKL?£Öò«Îª”`WÁ ¤š³/ĵͮêÖ¿öy#+“^&¡ò[ )'ki¶)ìËÞÛÆ“jã!oxâ­SI›ìå§Âì!Ü~^«ùçzé™{lç‚;f)Fd€ª¨Ì’”ì -êð*˜ PƒfŸ;—ƒ¿Þ˜½÷–;8¿;ø #«ShUÍžµuƒÅoùû¤éô“`\\O€Ú¨)èè r¨\@•g Š¢Ê¡þLð;–˜‚ûÁ&ô,Ò©ÞZ0¹ì*L;ÀzV®à}Wj(–=@¼xySo¸ýÙ£ýŇW¥­%µ=Bð‡D‚¨°³b4˜2æPVx©ä“U -½µ |í²|v -ŸÑ„%íÀ uQ+²MQþ8=~©Ó7±!¡ÀdW¥8h$8Hbð Á!F¸(j¦L`˜êÅD5Ô¢û&~ŸˆW¸œsÖ)Õ¦i³˜ÀÒcE‘Þ á^ûwd‡qKGÁØkÒä³O„Ðü¤Ø~ÒcØI£æŸ¬p2M^C™D-Öj2Ã;„øÏÓjBXÚùƒŸOQI¡àkO<çFüôÊbÉ(XFÕ|ÆÀŒ*0^'¸]Û…¹ÌÿbTi@â]òªì!wA©ïzl¿¼ ̲{e€é•ƒicVü4•“hÞ…sk÷9Mt÷ÈyÜ™ÔÕ£ßr˽ÝÚQöIÚR£í0ž¼PŸÆ{‡²ŒT¦ŽKÆ6ºäJôÊ<”˜Õl/ØJbT–Bk€åzó=„mÏûmnÁïL·Œ”ÈhÄçâokñ·þ&øÝ\xeÛ±œL÷s}ÛH„ñ©Å(ñD,.“{òŒÅ6 —‚RtOÏq“Ò`Ì:‚=.^NÈ™ÇW"ra¯¢ÂΛH„HP&ÍËæˆ_“bd#›œ/D"xìJ"øÏÌJïÎÌÉ&[;Š\ ¤Á -DPñP6š§"Jß!±žN¤n€/x @@TÜxÐÂêÒAÈ”?há Ï™*Î&n)“ý”it“Á33³|‰çž†^B¯ªb´”€þDÿñ¹Uxö²Í‰Ó $%ë·ÕXÔÀÖR©¼R¥%“fœ­±7+…µ[x“ûaå7aþâÎçã‘óL -Šë<Cx'±MÓmâ5ÇœËcÎ/×y<Æ,Ü P]ãϳ¹4þµÊeð¯÷,þõù!‡}ïåñ¯¿¯(-Qt4Ê"×»_ o¬Æýæ÷H)ëõJûq¥QÞ$¬‚ç#š“b/ÈÎûÍ=ù—¼W±@„BÉü—0~2Âïå?,~phüc´¡Ve õ3úå@‘‘^wnÁÓ Ï )zçÅ‘}¯wé°J2^>@!¤Ó0|È,¨rZчZO ´ -ñÚP«w- $„FDTcUdÍ\¢EbxÕd§°ž^5Ù)¬g‡WÑêXϯšìֳë&;E€õìðª‰&Àzvx­‹Q€õìðªÉN`=;¼ -)f`½@x0Œ¢ŽÊ‹)A5Ùíà—öl·_Á¢£Âìó{Ñÿg¶1±ÿøÿ1àðß«Ä?6ÿŠFÁ—(üµ11¹Ê“Ùböuÿk,LÌ¿|Ùdó›]éû}÷½\Œ7ÿù—„?õnÝZé_òÿ#ð©.0$fÞÜ0v;ÃÁfÀ½ÿå¿p¸  æ_†a¼‰¾ÿfµÅtöü÷ön¹ùø=ô/ÿ.¿Ø}¿ÇÛïÅ' -%›aB ýÿ€/7àÃøéÿ±Ì¿Ûƒ!óo -û~0¡W¦¦Ø?—û_ïÉÔ(ðôÔBÔñûéZãÏYg3þþÔúÜŽÿgöo¼X,wãÝlžüûÜ̶`P³Û¯åÿÂ_ÀŸˆ¯º79ÓÿŽ2¿ endstream endobj 42 0 obj <>stream -nìå`!Þ²Ã--Hˆ} Õ=퀥Й÷sºCêÀ“#ÂóDTå—·¡“Qy ¾ è¦'4ô¯^8mP˜¶ {¤EûnDwÃäÍ‹q×l0ªß 2H‰ú‚FS.áÍí©”bìkjÖÐ [yï²¹1ÃîþÝ®_GHlÖáøÌ“áéÖauö"÷þyŠºxäS#ÛiÀaÒ¬+,Œĺ.Á-GÃu7¡ø€ØqÄcãp¿Y0¦Dø¯J’éõ½áÇðÖ,Lée¬½ëè±,kÛ$É̈ìxHý”âaTíí•3Úd™ôÂ>>óàxÈ.´  >2DøLŒˆÖSß·=JÑò9ûc>#dvëŽ<Ú²iÁÔMGÑQ¿v?Wøô -ÌÅýy-á¦»í¼ hìU^­¦æ1 @HÆŽ èNê½9mWj]>¥ñ0Iê܆ȩ\z Bh?~‹Ú}'ÓÙ€š™¿SXyÉ{„ÇB‹z¢²V¥+äN/ådsW¬h¤Dé—ÅãX$PŒDM2\-Ç%rþ›«î¿dT°ÄûÿEÄ>«±æ‰Ã›*öâ3Tq@UÂrß^¦ÃP'BB*½§êŒý°Ja’Fp¤ðˆàÜ‘ý÷‘TŽ®#ùÙ'@6চ³¶ÌGO‘…HZMèFßÃE ¿+hc - C!Ⱥ‘…ËǦGNUæöèòˆ¾³8È­¶ÊBzW¼}w‹ ¿Äò˧i>êµëd@„ؤžéœ”0Vˆzú±ž‚ð®\Èe 6WTZïUƒsýO”y•|8J’hü^p«4`åVxd^¤ÁmÕiƒ²t–êß;š?¿5YÎnÝKY^ÅÈ¿sÆ@¶a´$ÉÒÿ­ÛŽKQûÒÖLJ‚û ‚±dvÏ_ªºýÊÈúéwÄâtUˆÃZïhÈ©ºd­;Ÿq øQ Üùh¼zåù'Jê:Ò#KÜ9lÄ&ÈYrÊûJ AR>Š÷jPšgþr°˜Ð)uXÞ ³´ÓêÔîeŸ£(”OÎ1°tæLãU.9^ØøDRï#jUo A̱@¸@„v-)落É.)õÔ„¿‡©û­G¦OÔ< ñè‹ú¹¡g“»U]AV -ö]Ûw\²à:¾ìë ¿áêµ;‚ÛAßÇúÓMõ@!ðEY:ä,ËF'÷TÙ°Ý•pÄiš”ÙÜuty5öSõ®ûŸ,ã x…À 0Oª§×,íÇrùÜ„cý{ŸO–5Èã úë½da ¡êãøw ‹dñaZübßF4%5÷¤‚ìò{ܸ§ð6=Ì-ìp²€â¡ƒj8Pª^c¡g"óž …œ#RHöXCÞTŸ'z˜‰opoš=q­ÊØ!n]“ šEdHÑ,Zç@æ¯ðDáñzvmEíÇÜã„© ,° -a qz½¨•ýBÊÚOIécŸ {‚uF޾ѢyG(ÊP™PKÁ­•ņ¦æÜr%b ºç«5¼k­O<7Áú¹ -÷Cç·¸÷Ý4Z“k·{¤£Îè,†8 -0î·M®áç1Y]Ƕý`E4½†¨{zj±*Ö²~=_4P2jT ØY]I·^Úü‘ÉÍØ÷>Áp‡kŠ.?ñ¾‰ãÁT¼ºpÖã^qÉ•ýÊÿ ô•¯|Úd)ï²CÐÇŸ@WDM5kë„´Kýj€P¨ŒC2tѲWnÞž}«7Tyd/âÏB -5 ޳h -äßM?G<‘"ÁÌÞEæ„ ÄKè±°BDDpî§‹·0yh™6œƒA(GH­ÜŒ iÏ[`ÉRÆ‚-+¬®(oË‚ Öo -""Å’3ïCœÏD>áºÉò† -(™èFY/ Â+Y -Ÿr - Wz<¬›˜F+áŠÊ -½Ó½ Î2o©ZHƒ8ÿl!)zÁ…>µç=(÷ޱ³€S‰óøIÏè¡È7ÇxâZ½õrÅÿƒÏŠ*Õhç!5Qj¤N¹134bÆÌà€%•PÜ8j ¿#ýžÛ -øÏÙWK£‡Ú‘IÐ÷×°~]ÞøÞèK• ïäG+nnqŽ%¯ìÊ£¸i0 ³{TuGð1_=ͤ|2½ô+±Ë½–"Éì^„áOœémN„Ìš9ÆÝ]‘´1?SÓq[ß“ÚRª,¹3öø< í¡sÛ—µ g¶Õ®Q¡?ÕKËòÁ³ÍJbˆ$ÃùT…:oŒ²vÎFÕ7 Õ}RþPÑ%ÊÃÑW¤¢Ï í › h…l6Ê–s mùZ‘dáD¶÷ È“žð!Eø@Á:«„ÄŠ°PVU«<· %JŠv–f³ì3”Û>Õ`Øó6Ø:—útYÑÝC;ËA;cÑC¥ Fû‡÷r•d¯6£–·_&–•¸<{ô;^&jEèñC¸#0;¢ÒvЉ xÏã^9iH z¾K—hZtž;€‰r•ZêÈ‚ŒŠåçå†1Ó7朦‰¢´Óʇ'PrðLâ0º|°*ÞOî®¨Ž‡±Á!zÓñ±3‰øQàÖë[ôH& Ú + P3»µ^…mkCš¾iúy½yзƒÃ™Q±j¦,(‡'G ºé,œ´™(¡Ž ^~ÈIî§v¼ÆÏ®9·UdÒØð˜§¤ Î@íM ãôÇ'ä -‡œÏ4dˆ,ˆ.xeÀa±K0ajŸ°|QûÊ M¶ï@’Ó#WB=XL¬Ôžèe¥’¨4²y=eÐW[Gê8¥Ž‹ªŸ{ÀÐ(õš¦}Ñ)¡}•ñx\åèO' a!ÚZ˜xZÊWAY¼?匷w˜ÉL¸býŸƒÜ“¤Lô3G(T#â¾bééŸÒŪJ‘òËPè€uÐjbb¦ú®²3Üe.ùØÊ! ‹˜R¬¬d_s$ZÞ·öD{¾êV¥DÚ™'@èóS]×ýú‚"ð¥:=ÄÏïb)09H[íº p&ç+Ä5¯ -Šˆ(×-àL0hš¤¾`fZ>*Q§Vž¤!w¹Úvó2ÎñÞ#žE 7ª˜íf®ÓiÄ#îù!»;øÒeõ‹ýû±ÞÀ”îžæs'Š·<ÏR³¹$ ;¤S¥P¨»`±™Ø–Ì`f?²xQWžó½GÜ0Tà]à -wþ«ã¤pH"—5Ôª@QzY'íg =dO;×pé62—Áï@@¦×p¶Rð¥œ, µû•Âo Ÿeªé¸¾÷¸o]áwC±%1ý~\‰%³ìQ^ÂÇH27å«ìD,°+¿ÄØv`vvzb’Pwš@… /Äi†äG¤<À,Ê@,÷Œ(Ä ’–<æ{¸S9 ä)Roǹº^à%Ú:²<À¢Œ‹²2æ§RÞØ JR»“¶¼ëä3å\¦`)Îäp­©Ê“a¦¡ ƒ Wá¦Úéùª2ä±ÓÇ 4jyXêRÐd*û5.£”8Nó—„ùmhÀ˜õÛ³ŸêZóƒ’QÅá Öþòs žuf£9ϳ°tT64WG¤‹¡oÞ€vŠÒðÅa¿¯À Drzœ N]aÁGdϽdý –$CELåBö~É߯z´€¬íXá±¾wBOP¾?øþ`ILE™óAl”Ä?dàɳ—®ä¢ˆºY ¤DëK®«Ü8j¢Œ½´FAg¡ ̲BA`ZC×'¢–âÃ@¶z'IjAaÚ‚¿)Ëg½Î2˜kAR0ÇҲΙ"ìD·6®%ïILQ'´_ãáp7’I¹è¡òj‹´~ܳ¨8ëp=µqÀÍÿÆŽÆB -Ð~P4Êf÷4’ÿ‹Döäu µÌKýÜK­±Zc¸¬T+bPjK ÷Þ$è÷Ë#" O7w𥔽|rdŠL¬Ókjª£õ(ÅÀËmZ+öÓ©J?L-jëX´‡ˆ×<™T -:óÍÐø„Œú°äM´Ž­hY‰ÎRZ“2 „hjrF2f kÄIÃÕ’]åzïñó­fé$ÕÛž²ÚÇ¡Þ캽Œ(;NþQ]^Ð…í‹_®™o½4ÊdbÇ;x‘H8zá«Z"“9Æža€0¢\¤÷Jï•&åÐI× íòÓ©]œŠÂãK™Y+@Ч¶ß^ÒC#ÖhÀiÊ` ²|йwIYZR‚¦éXZ?¸¢öpE]Ç1©Gf ¸0‡DðÖðç“;ŠlW#ö{Þ{Á+Ë(™Lxÿó²•1±„788­‘e!P| Và^3eæ@´SNÓ S*âˆNcžÃ˜0c{>O=p£3z°ÖE¢:zŒ{¦ãž<1Y‡£˜ä(’±3ïÆ‹O…ªs ;Fă¥ ékwh@ ìÊèâtÄ¢!‹å .¿›Z>6t˜ÏˆÌ -ÆOûÆ•pTµ ›†rEׯhÚSi]I|âб"ýoH»?€·á€‰¼µbœá¡M½nt|•Ü)n¾àPëA’ótshØOÔ&“V /nž# ý›/ŽCÊj[šöpÒØ=†iI€^ëãúìÆfž~76lqìkÆËW=4ûÀ–'°Ô®êuáÃïBÞT./, -ØX÷õ°•`µÂMbFÆY*é~2©âøªÿdŒêÜ{~!^Cê&=¢¨æ"…X%ANÖêü{Èb&™^PÒyt•¡ï¯=æƒÃ­€öSšOÀÅt#x%«Ã7 gŒ¾{˜*èg©‘ -×pð(¦:žŠÏr±ÁЪÂw)@sN‚lÏ©ëíF²‘6&I“+Œ'[Qô_ÍŽ¢2Íûѱ]â¡"Ñ}¤*$ƒS°O#T” ¨huêH|ƒ@³:nˆ/•Mq©K¡k¬„u,f!Õr¡¼GáØN®pî™I6S®WliÍИääÒŒÆßj²Iy¦Èß®hQhfø¿T6lܱ%]ù\%KšF -ÒÎ -–x^<EÈ®ÇåÅa›Gß7€;¤—ˆö©…0ϼ–‚IÇ4ĆÀ“sžßžDpÞ¾%¬a ÇZñ ÝûŒ}™ŒÎ(aL4.êý<2Ö3¸ù“µ¼µ×w([ê¯ @¬ôÃYÿ"Œ)¿÷ÀÚ#×›ÛÿÔ¸žc’!­o4¯ö‚Hê,ëëÍ(n>›±á:"3åÓ›$?¾Äó‘¨6W'V6ÿéókÃúz¦?¶Íƒ¡ïf¸ÜÞ1Èjj^òAÑM"Ñý2…¾ìÇí£ÎÅö râ´º‘Ïy«(û_— ÚŠ•[.JbUuñ̦nhÈö-·~8tÊÍ8?ƒ†*ãu%Nû„¹íT'%k~Ww}3›¥0-5áê>+:¨ëhŠQœÏ‡äô‹1ŠOdñöu§ÆFL‚ŽÇé¹½€ÊÑo=|¯ã~jÄŒF8‘—ÕÎeí©š/€P,öÊΟëµ'¾ƒÕ9^¸ÑªŽÂš/€0+È(+ØžÁ„{$â?³—+R^g‰ð7­ªr-9j­ý@å詉˜ò˜_¤T?÷xØúÏŒê86"¤j•‰õ­‹Ð„ÑMT2H[„ÌÊ÷1Ø_[Ç›ˆ,gBÇ[ìÈnw¿ôqå[¾>-à´ûXŠšd7_FÔïDHV½2lGü’Î|‹@è-‚«)ÔCCdžX¸_©-¨Æóqšé.9>˪’D Iïß<µ«Øy>Ó¸­'"åcãþM m¿r覽»Õ¿ 1iÖ° °­&Å¢Q­rKh-„Ó‚º‚ïŸ?±ÎÝÂò/¯Þ#5\-ágÉ”]ï -Ze]5Ýëó×›>·úP||iOÜ*{LE$Dµ -ñ ¤–ïUrnÎÝ)>¨r AˆØ˜}QCMÈ“âo‹¯³G ­°ê\«hI–ÏS›PÄof¿””N|VlÐY^{nJ€iø–’kœÃMŒú”ÞàqOÈ(§ïn0ß>ŸñâPå9,.€¾Ó‘Ž´š¤¼¿ya ê -òï½2{ñÛ!ÚÑ ºó -õbJwKŸ‘X`@J¨ÆVÌС™I{ÏO<±ò<‡ ™]ÀÀ„‡¸òÁ½Ãƒg9wP„,Ö ôÊQ’Þa?ûrÄ8Q `#½¿Ôà± M˜Höd;R‘ê4©XàL«2æ{þøV;µå±†ˆiÚç†vXEq¸Ï5d¥››®LC¿·SaÆ‚ÿù±bÁ¯@Ë&”É -`ZAŸ„ô9PK¦¬ÉæÎ|ý‹­@£O–g5`ž§fU]UûÌ3… ‘^°&¼ù„¼¡’¨9n†MK/¥e.o ˜5]WŒ·Æº¬ý¢Fk´/Sh*v˜mrÏnC®Ä -±”àáã[éÐH@NëyN½êåLž®ÿ¿Ç›ì £‘J‡Z;4°²ƒº îs=šïõ¨¤Y-‚CÆVr(`[„æÜ¿‘ð¼¦yç³ VìL?`ìý¤‘3ƒ„Ë£sµ(D<„@}§WØÈL·XŽPø˜– ÂK4<§ wÿ~kÜo]hÑÚq.ÐÕ§Šã5‚d)Tòö#M׫oÖŽD¦ÝU68 !ÃMáŒÜÒ” fΓíŽòc!uZû«üêr‹Ì *:…VW%%:¶$Røöü˜†²•¬i{#3ƒÐ@E–% ðÐã”OÝW½¢Ûpî_ÎgÈà%ëád¸‰Ùßïpè­A½ªJÄ å*0¿õâçvê -{R`+‚²`h4ãeþv,ìäöK±ßzu”õO@5®ƒš•,÷" -vôû†ŠàRVhZ…5ûEˆäBÚ…!jZ¦á0‘íÊþ¤å÷ÐHþûUà_x°„{cÿ‘Úç¿üýþ—ñí¯ÿÝ·ÿë¿üúÉò·ÿð7üãÿóí¯ÿãú?þîOú‡ýç?ü§ÿ÷ÿÛßýã?ÿá§?þËÿ÷‡?þßø_þþÿô¿þëÿÇ¿ÄI¿þÆþ‡ù‡¿ûÓ?üýö)~qqÏë -~ƒ§ø¿óÏ=ìöû+~Ô¼Å²× ¥GÁS¤@³ÀÑ(àgÏ>蛼iPˆ»d4¾Ë‚§ {€.ŽÀn!hRõõ:ròOÈôcç´ãá”àoÕ+P¥LQ$аc£ž""J;‘ \& -s¯ç•+` -P¥Ü½z=ÉÔȦStÙQ=ö/ r1öÀJˆäa¢2œ¸„)Éç?ôÉhnçp±°"‰á~èÁJGà™ÑcˆúK•Ô =æŽvL•&z´æ1ˆ3õæžê©}†J$âJøQ ßÁNÁRà “üPìê“ÈD¤*kÖ-'Þ“Ì.¤•{ÌÇhöî½'ÒÐQmÈ @P»oE”¥&hà¦x˜€·ÕrÜÅ©pïi4Œz•:Ö2žn%ž6)¬1uæÛ“i]çØøí…ðžû -ÜÝNî„N(òÑiêî"]ÓZ”.2 -ÀŒU£J<š=N;^•´çgÅÄ0ѹ˜~{16õ£W˜¼<­ãÈØÛ‘ *¡V¤ÉÚ3ĺ\H3Q±@ŠgŸWŽó¯VÏR¨t’JÐ:wäŸ bÁ7Qà ÕÊcà§®ng$Îq?ç¨ÙD°@̰ÄdÄw–ÛãPᆷÎÄ.bp‹ì_öà÷óÅ)ŸÃ¿ušÇgŠØ²jÒã3…5ǤÞµ’ò)Êcr¿uðD;PQ¢¸³º<õ‹Ã<±Rï»0Œ4*Á~cvRÓMñ ¨š&z˜:^Û${±¥ïYÛ8ñl¢\Úëb$0¦x§ŸžÏôƒ½WR¥‚""޵ôH‚ÝÇIÑÇZ°D&¥5À¯v¿LDÆ—ë íÄL98zà¤HóÞd*ã]ô‰$pz““¿p™OäTEZ£V Òš…û£aÁ–ç>‡Ó<!ƒ -Ø£.WeBk¤pWú2Ãy5P¥Î >÷ðøjˆ9iÅü|qµ‘Á}ƒ)É!Þ.« -a×/z|5rß:»Ê–b]ؽ@»ê®–îÐ]ø€eûŽ|`þ†bF?ùbÔ@©îµšvL픫Íqå ã—>ÅEÙÖ?{’­cžô¢jG¯À³>1ãÓaž:ªB¼Ká(„Äû*:NSx] «|ى狦¬eLLÈÁRÖhY› Çžt¸ûô•°{°µâ ¨hˆ7$‹ÂâÙCäCƒÃ¹Œ -ô¾g,–0½Û™ÇÔOþ Ù ã(ä…8/Mz½–§Ÿœ¾àÂtÂ>$Ym8áÀ’ßÔƒ8L¦·F ‡âtnˆ´–Ãò ¹‰í¡Ã¯‰œ4e–„Ø”‹!-ÒŠôEyh¡¨ðD9¹}<²v±³„WÝl¸s tLÖ„{†ññ©ì—awìb1:O0Lÿ—', Te°ø5”R<Äö±¥cKÉw¦÷B•2_ÊÊÞác»ß­“fÊx[÷'®9æï$¾x7&p|ךχÁ@ÃfØvi)Œ»Ç4žËÝ}Ò¥€6¤ =“^40#ï æWˆ›9•3T, -Ù˜X€ñ4ŽÒÞÑ©ê‹Uæ}·À•ªÅZóå‚w£IØWœ`_!6ûM¾vïÇ’9ß”œ³4GÛ …~$¢1pXõ•°Üƒ Œ_ƒž^Ö‡.2aT÷–dx1Š(ëà§[ î¢+¾¥eŒ[œ¢!`BÓœp,ŸÚ­,—]îÆJvÉÙs®ØÍð¹fàž¿U÷FÌó÷‹a%½Ã`•;¸"÷;湫Ùx;òi‹‡•€`*VTÒöΈøäÃÙ›;xbJê42W–P²S¶RkÒ¯òúû„%XÈɽ†õƒÁOȲ=Ô›FÔ)"¿îŸhšù'{Òí ¥©”öq “þÚó( ũÔö¤#vÙfÔû½$¡éJyfe§ÒÇà Æ_ËãXŒ h Ý&”G•ºÏÐÐ~k õâ÷}j•~’2Á’Öý?áKÀ6`K6¯K)‡aiZï=<1cˆ÷®Èõçã {+‘ªF¯Êœµ²ê-¸ƒ†îÃÀž&EcÈÄX:‚ÌÅ? r¯ ‹ú@ïIDXg³7@zÌ ¥¦}Ñ#J5ïEÿ0?šSàã[U¡\îá>7®@³T’Ð$ì€Züq8–S,β¹úþj¸~¸Ës3X?¾ÕC^÷&‚™{%ŠhkŪ”±+·”h)򣄮kŠ/;zvÔœÒ^¾Qs7„ÿZ?†£6(ÏvX—K›–ê>÷„F`9i€+Ia“J¨üV ´˜¼e=D9ÍõÁãÕî¶RÐÙåÝÃß/¬þ˜ ié5÷8'ú^ôx/(ŸÜ†¸s'£pH"ü‡o5åW¥7ªÑzíï ã]rø[ãÁ{TõmUµ‹U‹ÑÐôYÝàÓ^ ñ»ð’ÄM®çë[O$,ñ§ƒï`ò{k˜ÿ½nÙ§FTÐ@¨T%ËØg„V‹ý›tCF×õæ6ܱ›Ó1À!7œ÷£L%àªïŸM–kø¹QýkPqŸ®ŒPb^˜å¼‹@šxa(p¥öjˆ¸”ÿÚ?°© ñúÖP ™$ňU—@W¹ð¾Mwý)Âqu¥kÞØGÐ`u¹i²bµŸÛ§~&kz_HæEyÿÚ•R]¦4²’ÕHª<Ç*¯˜—Ýî¬|öà|cïüF÷ ×4–bv#*J#^…õý¹.如óëha~LÅŒ -bн¯GC¨“ӀˇKkšÈ›ÅAac¿4Ì;¶@:¸©Ó筂ԟ“žyà€¦¼7ä°•üùÄ›¿hlD耉 áA½ÿŸhpMºÇf–æ^-¯¡Ž|"ƒ·~ü(Hã3 0Ë'¼G5Õ qŽÊþ†ê>u¬öêjØâª.û,&e$œCö¬ômLD¥âÉìÝ!F篆ŸowÏÝ&®@g½¾…Ñ -òíh"±éLÿÖð‹ùõs#º,ÚtCz!¹¾t~‘°ÕD¨æ°‘ÀC:ŒNõì¦jš7eñ LT+ßBU×Ï+Ï@[’GetôI<!chÌ{æAËå¸z0•1:Îq@þÈ *;)Þ_ÔÚL.-U tŸ›6š™·£E®ËaK\]ÓQ¼C»z; €L_‡s+ƒý%Y¤ 7zÆáœ‚h ÷¸„èy8j%d·0ÆÂ|g\˜¾Ù°PaRŒ%+™æÓ~µbËxÏi¿C¬ Bs»_y¦z ɽ „²0€MÐ$‚*ÕÓ½à!ÌÂo}kxr`%#ƒó©¸9J5üžLÐÎó ð Y£¼'Y (æcÉP½I_)Äld”ž#'Ï`¾¶’¤üUž8lñÅñ1»h×d„2,>°òýk÷¯Œ9µfôQG0Å·4…]ý!Àï˜ì¹ËÔ=jª:°O«ÓÃTßÂý žDÃ,H£AÝ^öÐÎ*tiqŒôXwGôy †½Â ÃËÉ~ýJ˜¹¤#Ã„Ž’Vë:À12V‡Rôö¥(·ƒ¥ç‰zÞ¡ ²â÷w©{r_¶äî u¼æÞ“Ó(a*\”°nv@ …šÐ{"F -hü¢;ÄíU=Lδ{˜Ä€L“Nµ‚üØCO°™GFN—·¢p†8Íõ·P»¢ÇKôŠ!3!iÔ8™pÎä&·ìØ‹dP4å¡à)æ<Åññ° CöMj”(L.d`Ðí÷1I¤V¿è‘3?€,yHŸ{I$ß϶öAçCBm_8IÐ$ -5}òqÜ~"R9pX¥x5²QÊer³iCo <ŠŽYdõïvö­Dj€MMY ôpjð²´MAu†u™Ê‚P¼ÖŸzÄ“Š=<{ &‚å÷ã8"ö[ň¨#ÌÃvgë_ô×UÝ‘•ù¢W›¯0:.W~ (¿ÆÄ¦k$븹ìšy¢ê_N]åã ÔÉ<‹î ½JQ]y÷8Vb‰Ã;Dz$@/«@ °ÂÃÇt3•pð:“±@A°bÄå ˆ÷…SE£Uc¼^z›èMlßl×<²Ã¬ ‹¨§-ØvHJŒ)sð¢uù'6rÜ'PTÔÛÖЃ®áPV;™]’„y¾âö -n^ßbå Q÷èæý“5J0ò¹!k;õõ¦~îÅãá·ìé‰ÚY\Ö<—5‚Œ«™2äBH0ãGò/ä÷?9SØNÞoÇ¡Ò ÄJs§êéR« =¡ÜŒ§')Ïrÿ¿pW¡ì…jlö\ð|0eeõ±îË3±Öû{C(dÕ£uw˜o½¨ÑñæH4îç¡…•sp+œ7…”ó‘{ë¤n|ÌB(Í'¶gqOÇçn¬£7-‰ZtÛ‘è(õ©Cì!Ž^ƒåùê(=¸A{“Áï} j§”€„ÊëÍÁÌL-¡»&o:Ã<9`P‘9H§ð€ÛA¼Átl3ÜÑBšÂ‡¸qó8¶økÞ¢8AH»ÛdÈr‚µš6qËœ´=“gÝS%Ë£¦‚¸3+¸ˆ™«a°–ó{¨¿Ïƒ?à½ÿê0ˆnPÿE>¹*bí™›h¨„á½Çsr;.kíú?÷"¬`.湞IxcÀ¹Û ê´ü%L¼ò 5´Æò pa‡o¼´…±¼yP¿ ô…\Ï‘3ç¾×¦7êìÅ!LÕÀQË&Hä¤ÊëDŠ“ª<&’ç%d?¯,g€ñW{m÷ñá„0ˈGbGÜ‹jÃ÷DYÍhQ)帜˜*ðÀî ‹-œ¦Mì!;Òž—Ú—=ÈÙÕXèSc’i\„Ë…Öñ“tâÉËn_~›ÛU(lÏW_FJ«{¸Â£›S#².‡eF˜ò&{™CXË'«×ç^{®¢±‹æŽ‰ÀzÓ"z«ÙD^0fbŠâ³éJ´‘k¨_õ ´Â\J5幜Ͻ —ˆPæÅ"!¦µ3¬w)+bþxÚ×RWl¤Ï²‘î—Þ$³ò!È`,y‘Ú츮@ÎO>¯¸‘GýÔ '>Ep™ÈVD}ÍàŽ\s -âC×ïr/ç…Y'¼Gó$…¨äsDÁÁxZbÎâ5ôÇä  }£ZsÄ`ÞD …x³òÝïúx.Ó®’*ЪöUD6"ÜÓº7´n+úJôÇ'ˆ!‘‡‘ƒ ÀzJRmþë)×a-…äPàžJ¦ƒa½vÇ^±æMä&Bl(PÎVô·ý#‰¾!ÿ+o"ë?#‘ØéõõÖ)œþÈYol¡¶>s°ZÙñ=XSû¸ -iŸgHn(ˆ,ÂÊ>…YYy]¸´ •õŠÆØG}å§pÑcO¥‰ªP;ÎHùîýrRý´`A–#÷ý«˜‹™‘*øN˜Ëðã~¤ÅÕ£¹kg4AÝâÇÌ6 6ù€èÃ#¢Sø’°¨R½Ì=°6®Ag -k ÑCUM8TÌ&ú…¢E>^HÞtjä{J-l Ž9vÜÝZ Ô*°•v'0JŸ‡y;œ¸½;?y$”ÿ‹OZ¬Þ²±I›L†!‡Ð”ÓÔÀÇÆ£ˆoÛíi(Ì€bê§I9¥©”25•Äá®™5P=ó㎎}ÆãúQï²ËÂõ½ÝúîÁ’'²£Ü?´ó»*â„õñš&¯+Œî;´É:ZîO©‹P0ØïÎza+W>$HHЃý´Žu.0£•†¥…d¾èA’Y1Ô=§.†2'P8”ªÃ«0 ¯¿8YÀG±—ÄPv°úУ<öhÒ{;NÙ}蕜ŒŽƒûh´ÀÇk1@¯Îú㈠±n‚Ú}±»= UýM;’YbÉG¬ÿÌÚcf"¡Êc}îÓ&‹C\'*ž̰ŠvH½óºÌ‹SÐÃVűËÝÃTz˜0s©çDÍBâ¾õñ¢`ÂÏ?T:d+F)Ö°ã‚]Ç—ÇÃ)Ü#^ÿýf -Π uF¡µ½¯<†³†û!hØÑ.(ÅJ¿Õ0ž -à”-•F¿«¶n$©í 1¾i6F^ˆÌÊ |\ z|šf§ìÙc÷ðoE`7¢û=LŸ//¨]È܃C²F -ÿtV{,·Èc€¸§d?ÜÑŽºsÅ ˜Ý?o^€1Œ×:\ã8Û­AÏŠwå%Îq–t2TIí0…ìl¨b®öÓ-j„¥ú™Æ=[S‹Îƒ¿'ÊOü-€ùbí?”o¾¬ð™3!ùî{"^cÙW, 6‘VIû.µ ½²qJðDWÖ‹‘T&èc¯'>•G¸ åvèD[AbÜ+ŽÚL«qï\#Tx[máì`"êèVØ0dÀüX-½ Ïþ¹^ú]?`žNz­·Ď\•Àñd'Ët>3$T@~ƒó°Þ#h‰©2áZŠpíYWz€^™Ú¯Š®-‚:óUÀÅQ‘Nm÷@|Òa™t °$!¨ÒÓPÒøàÔ¹aáëúu¸‰ú;þ&qúÉëȨçQÇÔêè±4£Ç£)%œ³É ñ_˜fÝ DOHë­“y†&ÍÈq"D¦9ÌK€ù_¡Š˜¤êç5d§;æ’7õÊ»moÏÈš­É´À -LÑÁ”™3Eö™¤7Uq¡z }jJ9TâaRµ¸¢¼ Ü±Š¾7Ýð°Þbµ ÔnöÁÈŸf±=˜Pâ> Ð&8Öò„^›Þxwt7Æ=Ó‚¥G¥þoEÇšI_:Q‰x!]ÙŽÕç¨Æ£1½t LЀƒ[ÇŽK—$9t7Ýž L#£±à³8 ¨Æ?Þ¼uz4Ú½«m= |ñ B6<¨Ùcáƒ÷QЃ¿LA¯)FGuÿ…@¯Ç€°w_ [l=¹{„9èJ¤¢çÝ¢Q=Ê“ûëLITÑ7fØÙ)2ç±S¬üä£.ËùEºž_°žU]çÀýC{¾¼-$(öOØ7lßf¦ 6GSy†Üy€ áÍ{u²„¶DË¢zÆxå0:Ù-¯Rqý4$áøïO°œ™ƒ_`˜U&à® XP¹j]n ™UÚhÜ>5Ïr0}ÉeãdAJ¯6h­?‰rF YÐ{”Ðϰx¢‘Ì ;&¥òãíàémáƒCÏó2€§n¹C  Ù˘6" &ÁªÉ ¶»¨BÁKE"ðq ,E·6ûþâ¹°v˨hݱEá= #ß=`ZHb9×£ˆˆâäã¿ÔpAÆV¦ÓÊ‹šû€Š–¼c6~s²_”‹UÌØr{ÕÛ ·=CÌmˆË““ƒn†ó8o~ XP0«÷¸EëBmOÙÌOè ¤1zÃßÉ*¼P–ªËÔ™—;gGäs'Ê΄äYÜ[@ywL…ëÂ7qçXWpá*H¼Ça Irß@¶ÂCq.H -Ü=Í}ãºÕ¨bÕ”0¶Ìè÷¥ămC8ó¸ãø¦Ò -,†Y²:ÑÂë`]Y¤ÎÜ׎6šýˆH¯B½‡þjœ©£>5`!YÑ]xÅ,7˜"íÅ2§Hè -@Fò‘À°‡rwÒré˜AÀzAÀ j7NØ“{Ú•@"r`àÛÈOz ½É%¶ e’¶kã„—jKùV<'ö<žm6’J`]q†ôhŒš L)Q,ó¼'jl?¡þ’“\‘M®ä #ñ¸\ êYP>Ä:©<èÚ xYºE½SýJ" i彄Êʱ«R•³ ÅŸA™e.uÔøäòä3\ –©šÜØtP4ƤŠÈ -¹LÜݾ…-nv" 64¢þÐà©2éÞó=6PGøÂ æÞ$IªÀF•Áyhÿ£ É˨‚ØÅ ÈŽ]€š}ÓF–ýê8‚Ou‹ªb·Š.cd=öœJ÷²T¥õø*¥¥H#ddÓ¨ãð”ÏqUF§¼K½|8[™¢ô~{ÁÖY)}{€€Í‚ò9Ø255jÿø1˜f§C)i³}8vJ‡}IJÛ8¢u_F¿.Ü0Œ©sh¬(pQÎoEð`±ª>^†6N]1q‚Wò¹Ap·a¸tí£‰'èÂEéò*dEš ïá˜Ï†Å:ûÏy7‰Iš±ðƒÓ¥Ai‚À„—›°C~SÌm›ˆnG«`Öúƒí&uAÆš)¤ÍK ‚w…Ëñ\ÁÃùº®[‹òòv²ª*’ *±S“YѨ¿Eb8¬1YÚY=©1Pª%ô¡jÓM}ÒÉô¨Š>3¢Ý'XûU7—[d0övvwÄË%ßüÕ”žœ+ ¢°aÞ&m˜ëª\‰Ø[u'CJp¸=<F‚@¾?>[RÄÆ)ì "zi±Ð^×àÑÇúhŸBýBD­~¯$a4!N,fj‘(h'QÀ‹—V@ ®»­eÍC‘dï¥X¸ÕQ@rRYË‘] â$Ê$ÉfÙOìàGÐ+Çy†»8ª:Œä®‡)‡™:6­Ej åC&  Åy¢Pkq-äaYðq;Â<_öÒÑ•^õfœÏ[öó!–öð{ùfYëô`Û ²eµã›‚äEì¡·t+CµW{<ÂÕÙ¿è =xÆô8köçq¦•{mÞICV2á¼ßÐã„@ZQ}† VªJ±G……4Û°u¼ëÉ>™»`Ö ¶7X <ÞO'|m”Õ€T¬c¼žA#$ëóH)çÚióÎ -DS«†+]RÔa›¢ÅÑfÇêþyzÃ^ÝvH•ôžMö<äùzœä—='‹)OÁÄEþù92 kÅ Ö¡®ÓhL±¬™è dóãò„U*Mòx>7mpI‡“`rðX4‚xMþsT:—:ßÐsYúÒ7eiEõo:¶Øo°Kö6ËM2tå]×Ájúîy¹j¼ò"kmïŽæ°q7Ìiœá“p1æŒòÅaiC‚êÈŽÌYkº6é«.rTöÂfEz!V­Ã’¶¶P6È_ÃU°[nàV„7 A“{[ÙQY€JŠrÙ$‹_à¹àbÁ!Ypf»26¸;˜Ñ´ ÏŒ­ þ¾õCb%T,O¨ë¦šÃ¨ZQJ¦G`Âöoæ–äufäL±ŸôLäø8“ªÄyewÊ”CÐæ)¿Qõ“N¯=(éå6‚îRH»WIzë{üÜæøºG|<ô‰JðWÏáá|’Fóƒ\Sa«°&oY>åb¿zèjdkEî€)¸{ó¦¶é¥‰ˆáÏÕ?…5Œúmö8!¹Ó‰¢Ž•ƒu/èKR¡ºš6t¼lÀ^¶M•S$%5ŽbÌà±¼ÙUˆ3‹Ît¡Žˆpè`|Ž_¯…ðoÔR:êÆË,%.@²˜š±ÐWëJ›ºÒ-%W‘;P=5J^ª“—$£C *ÄÞð›@ù UxMˆ(H!¨Tè5HÞŽ"5r V²‡b–j)Æ;^°dO1ꨗXµ.Ñ a`½ G—q¦ ^Á˜‘̪45¤I¨¨ðšf‡ûg%‹¼˜B¥|erK€í˜«÷‰1¦;j +ªZ(}í¡3HÈ™›Û®Œ¿aj(’‚ÔÕb!Ôw|!€ ù/Å+9 [™@òQ‚'C‚„je -[Vÿ}—8‚Ôâ^æÖPÔÒ-uã|*yÔŠe¼kzrç¨ðòÔ› -=6Gò6LÓrÇ¡Eé ¬9†{]øŒw 1ÄïЙ8œ–m÷Æ=t0–)4H<™”$ç¯6ø±ˆ±¾½\FBPú)Ç!SæPÆè‚£Ù:¤C·Œ€kÉͦ‡ÂB*ýœ 94q“~õø<îuºpBÂ#p+SºåÙ*B¦§cPj;ˆà.'q-ˆjœ©-“lšTÓ}(GŽ®P‰ô¢s¯âiqkÞÙŒ¹°^f`îšï!n8Ì¡7ÇUvõÀ¹á2?G ¼3‚¯Ø³•lÍHy.„iuZ®›s$bÂÌYŽÂø0µu#5^ö6u’§wïMÆsM6ÞpxäݵàÏŸ¸zb5}ôáp7JÒS$Ÿ€ˆØ“rµ q.C(Ÿ$Kh†«ÕÛ+ÄšÙHYÈ ¬tÄцƒÔ™5È£N¼¥0!ÝO¾*i™Òð[å+V¹q¦¢!X¼®e\‹A_GÓ‹âéafš€µ)t®t¡Õ+Ê’{B˜.¬—€l;¤æR¾‰ žº²g8ÏW–g\e¨¼VKÜj ¬°<@ð ØfŽ „>“H!0ñ4DËÛ~cë þ‘ß<+/)RÊ`ò9j3ý \ÞéaRQÚ³Q꺀uÁõƒŸ>p·’êŽm–@0뢲 c ’}n³°“.ѼfM0 -‘÷ØOþ!Á¾8Ù2Thn¹/)Dðoó‰ºp&$øÇ!‰aEƒT„h:6´¾X”ÄX…è‚YBÖÎXGk”h~5P+lÕyÿÖÑnEÉú #J8•)Ç€êÝGÆ’»WúÔóëð -ù÷|¼Ž@ü!~_XöDs4D§ý¼ê9Á91›ÕÓCþ&Ö?œ@, yq9ô:¡À öçûÄç{:•ˆ[ÒQ -%!O‡ÚÃ2¦4= ˆççkÔS®ƒ†oß”)VbÈV°ª§[UÖ]Â0 RuÄ[ HU@m6¸ƒwÖ˜š†ei ÝOQxRÌ‹R  âL*`%W î¶0M@¨Íkk*òìÐéÊßW-[«ÛÏ&/È̉ž+Ë罨ïð2º©züi±°auB,LÇlŒœÖ]µW´1—Ñnúoÿ*H Š—²#YçPÜÌY$TÖêNè“ô8 Ä}y1íH]$÷^dÔÉp 2ÕgƒÚŸ­öR€?… ¥N íOÃk“””ô[©^’öƱ3EÍw Ó #[˜ëÔ  èÙôÈh%‚ =U^ô‹È=Y›cb¤”Cøwr€ÌóèVÇD˜«HΚ5ÌcËZ%ØPÂ…²×ĸ–è,vI»KÛãüz"01—¨^«Åä­‰ÒÑY1œóRGT½DæoÌgdy-ø¢hÁí()ñfDÕ[)RJl`嫯ê=?95{oEŠD{à“s?EoøQCH€‰¾ò9û˜µ$"ý2Ö(¿ÎíG°Nˆ2Oøtì‘$Ðe©>áÚ„û÷ÀÍ¢à-Ræ¾ö »«[ kg… Gò˜]ª…m2פ°óOjö£ÒËÔ„Ã3ÚªUXà×`.¿'–æßÿª_ã_x ß0BŒÿ|a|(¡„Â#L$Vz2‚,{¬“Ü¿@ûf'â¨÷^FœÖ@ º -n’m˜Ÿj}·!ödéòz­!콄ˆtO´yµ‚À â"ë9‰b„”­úd!ý"g}íš+5+$+Ù?…Na‰¼ëÉd…P2‹o_âj¾ÊyžŠX=3o®]4I - Âœak‰QjÏq4tvC£¢MÃs³§-lPX6û÷Dír_ŽŠ³Lâ\—û(‹Ým²>'ZybO“ÔbàHQ­eöUí"©ìû¡¼Xò8ŒthÕ,Y¬1n­0óÂkzZûÕª²VŒ ÞS…¯ã‘<ËÒ+“'éBÄ}1³jS ä•ò¢v‰#xWc@UÞsZ(‡ ö³d­Ó Ò#Ι/Ýk™9rÝ£k[‚ih]6ö‘õç<1³ã·¡ñÃÇtô„Çü¾ §ÄˆùêC¤vÝ“sdCëp w?{Â}îÚ”#$ϸשúñ%“Z¢N†!ÜîçqmI«HVEhF¯ï žZ† ÌfÙbÚr²è„¤¯8ãù:üeÚ:L72Uð~è]v•­fÐ@POÃBù¨Í˜d\ b~Ó#Šê?>šèN°´Ïð1éTVš)ß®ú^#‰–tHòÑR$x˜L5¥‡1óÛçé‹ûϵ‡ÆkCXkh›pì«3׺ÄŽlÊj¨ËhÚz&kPÿ÷ñÑ‚ÕÈõ¼5üb|nìl»Ý\•Ý𞢠!Ã`ú|”ÓT‹¦•p‰À‚Gn!ó@£6’y -5y³™I˜þì·ªn!4’(¤Q؈ v)r¸;DXæp!º)ÏõllË!E>Ï™IœÓwÇg~ ŠÏ‰Û©àR·¡®;§U½¥ªì^*~ÁF2šºéнÿ% ÏäÔ¡ ·Y€óÕ[úKÜïkûá[Õîõu}Ÿ™ÐSbyIƒÜqO±EMQY¼Ò•s§—)\Ìší5²äÄ*ÅìJòäîQ#)Ì¥ƒ÷ø7—á3èø ½ƒçguÖô"&ÜS@6„ñŠÒ§þ·gÏ„D}‰(‘Êï©BËOÔ7HÝ©)=":@~ˆ…L*I¸ÀM…¾9Ú@P± -®wHƒ|q8 “ ª‡S>ú®†`áÞÙ5UÈ{ -!Cõ!WÁw1Ÿ58Õ™[Г£á¹¾‰TÍñ̯¤–iûî–²‰+%-ì`Ql2çqSƒEœt‘J¸+Dy½E&°Â¶Ï.­ 8ÒÒŒt¤(´=’AiX`yÞ{Žæ>éòˆh,òYˆ¿ÕÙÏH¹Ú Òl‹ËfMÄC­#J¬9Ýlû™ºgY‰'-ê§uÃ#°²ÕÕ€ïÎ㔦Ïq´äq$ă5r1|–ý_W?ýŽCXØ®q{îU€ƒ7`OKßùŒâ‡ -´ÓÍ^÷®³û~¢À®÷a‘¢ñxA=ð4œ”©.Š|@‰"¨ ”B>ðP:a_øƒ(…NáÃR¿º€02Ÿçô€Eµ{ŒЬ© 6SÏ1{”}¦ñ*ž'ì=+ <ȃ‰(‰Š2Êf&ëP'Ù„0„Ô6Z0föʵ£‚/zĦ¶œ -HN„÷㕎;L GÁÄ#KC€ LYZ­,é! -¯O™r¾ 'iRb£•HßÃ^xDyA•ë("{_Ñt•\qö%=޳/øfz½žêj}eÁÐx^é¥rÒ®þ -<|q faÁ0И´½ °Yã A‚ÙÒÆ§¸ZîÊë+ãyî<•T8:Ä6ÔeÈ¥$U1B`k¬‹,*¸ÈJ]?¦/ z3(€±B¾ðè‹zÃ…±#ûøÁÖ½Ï ¦“Šª¤{H!j÷rÄmš¤ÙóÌËÕå6öS§p…gä_õ\À!èeY¢:k'YuÔ›ÝåQ”÷?Ÿœ«\ò´à¤_ç"ªº¡MüÝÂFß@3õÒo#Hf£SÊÉ®½'ÛÍmT%Rð¸°ÄÉ.ÿjïQ6bB†Aå*ÏD2æ=Á i¡Ý«¨Ó•e‚E•ÃèIö¤iùŒ§=Ð΃ áÄÁu$4¯d|‘w"°£:xQ$ OtªQ”²½ºUø W²;L!YØÄæðSŰìÏ‹.Éh¹{ütÈ0Õµ€‘7ŠäLo% -îª*ìMö)<Œp4çŽ+[ |¾êQý–bUî‹ý¹t’ØÜ¦yn}7­†Ò†)þtô[»°ÄQ‚,ƒ>±Ÿ{Äh=¦m·pz;ŽŒÊP“²µi5o às5„ý’½vÞzióGbw‡ 8©Kw‡z‘…yFêWX¦âÕK Ï-³ˆ!ô¬º®Rªma·AÖy_ÐÇŸ@ZD…_)«´!{ùy€X1ÿUâ×´W¦Þž~Ы÷LøÃÍ@÷…#R5<Ž3Ø -åqÅ>GA‘šöR鉙!V’Àpfµ+Ïï@—6ᾤ¤t9e\0A=¨Ž…à™)'NéK¹:ÒŒ·á´L4 -½dÝ¿`Ä¿ì—égˆ^Eª5XkŒà^k§Ç×3&1àNŠÆÀ¾l\ä)0é½¼DšPsñVË F!Óaê Òjˆp&½jZN2/ßz”Π¡t9Töš§zÑ@™A @½4NÜü¤{hå= Bªúë|õ“vú{Þé·ÿ(g»Šˆr 3tDÞcæˆì1¯«¤FòG¤~^¡ü] Yl]ÎÉVµÀ§»(BuÁ‰m6üÂP½èäÖÇé‘NK,–Z߆ÔúBU›^zÂ%õÀœæ2;XcW§îqêKþyëÑHÛ€Ôë¡öE§t÷UËãyõ£D]‘°µÓX ÎyZTZ:Sµ>›½Ã«GC«uô»2«:¦F¿ÔRÈh—#G Ë­Ž=ÊéÑÇ+ÂûÑp‹ãr>÷’aaiyˆ‡h‰ìÍáL½~Õ£šÑ+z}ë„OšZ¦K`@v“—2„Ceú,ØÃàŽ^pK Á AŠ™œúòê7 B9oF/Rs¥xœ£.ð „jKÇ`û -úE Ñd£LDÉŽ{[¯…„ª0L]D9½†nÊ9Q Ü¸”ì_mê φ›Á³a·EY›^)'&[‘ØC évªÌž£‹¥qïn´LGƇ‚bGÙlr3Jøªˆ#’¼…2ç=Óç^jõÐ [€T,¡׉%Êêö¥XkG 5t̾зwdCüo#{œ(+6I…ì”ÕS {Åî­e ó›ªràúž8“¢\ú£ Sz8h{Ò >=énδœ†¢ÎzZCÚŸÐêŒÌ*¥C ás‰öX}ïñó-lÁQC^­ØÏÇyÖåÝ }¬Ý«’‚Úû*<¾èñå²ùÖk/?Jü e],!ñý°†|hh»=ñOŒ‡Â‹%‡ öD¶2÷‚îåïÑÞ£]&*ÀÈqµe¡Ã櫈잸—±“k›€)˶,/e‰i Ál$R5óx›2ÕáôT™±RH -‚Á[ßO*)’_RNûâëZ;MYd°¼ 䥩€âY†€ýà ²nÂÌWY3EÌe§vúǡϘç(¦Ïì ÓcF˜úÑcžíö ¸£Ç¸':nÊ»y›Ã`L2÷¼i¸¨†THýÑãø3îÞƒŒ°Œ95¹z`©¢žu}H!i˜d9x âóàÔx+¡«AfüˆÕgKYÂRM3,ÊÍ^©Ð‚pÝ<6‰$B±I\Q0¶EO’#&òØÄê=Lµ©ß¹¯ÒìñP—0ÖHõ*¦Ž# =ñã éú}_câ -snèÓô`ê‹ÃÁÚ+ñ43?bÞØ0{´ÇûÑ褽«iû‚ïsõ*\ÿ²‡ ”«šÈ‹" œ@N5ù°¿ÐÈŸ/‡å†Wi?Æ*9ŽKÑjBŽ8©¦Ï!¿¡ÐZ#,Çiz¬Ã›¢‚Úbðkà=¤>%š!º&-‰’êc;Ȧ¼üÖ2™|Jæ¤Ø4…è²½Š®­•™›ò­Uþ¦°&ÃHޝ< «í;Dšƒ5 5¶—EÆæ‘µ‡ŒIÔM@Õùñ5Ç‚Ã/_Ћ¨ €\Ž2_!íI#˜q´"ÌTN`,™-…ý›LÒ±]R Ñ"ÒŒî{ŽFË&D‹än3¡ä¹Mmø Fߨ±, ýfP4õƒžÏÉ)œ;5 f éA/ýÍßî¶Vbðk!–ïœbq½ÀëݨA>²©=¾Õ¤šRl"ƒ Sm<‚x ã— -‡ÝÎSá’‚…ÎQz³³z&ž—4Îá#ž”HÀ{ËD«ï°#°¬Íˆžöu†pzœÊ)?[<ÉF~{~Éyû–$1®i¯û ôG5œíYj¼V4\÷sNLâþÞA¬Œï §!`˜AvøŒ að÷;ùËvå\®|ü/›ÚöňzHá5Ù¯ð)KxædVC° ×Ñ€”çݘìÄë[< lâòööñÖp=Y_ô3”b¨ÇÓ¢d-NÆDõzvÜ \…ýI?Ü<ý[QܯÙn ìœnIe`(/QCóGõkú]ßËtÖä+fbFÚHàØ”Ær‹9BLvÇ -"©,6î•Ô¨‘tåöåO ؙ³÷o¿œ+ÌH—¦£š¶ËHKàð>‡¬õ‹qãN\ñöu,y´–'5Ì” -+  « -[ò·>×q?5ÂÁäõ‹ËjqY{òt‹r•à%ËrÏŽgSΦH´h€þÑè›çÿgíìVeIÎô|¾‡}8öA;3~2"íÆ˜16>±ç¨’ ÖHŒåß½ãyÞÈZ{¯Z1Ð4-õªˆÊ¬ÊÊŒø~ÞŸ)ú{£uÍŠ9S4/pd6ý•£¯½èé»sÐx·´:õ-Ö–ÐJPÏ™ß˪ŸgÜœx|À}NR1§P¾®£8*‘Èe×…é7|ŽÄÌçW`ÏáÔ¦ÓÑ”3 }ÎÓw Hp¾ËohK±æš‚eO¯`kͲr¨¦f¿¤ú.Mμ”S <÷òAš•Ÿ€A/õuƒÚwZ7èÚ¹› -í(âɼD4}þ®Òlö’—@ü“äÉ~0T^»÷°7?R^Ù¨+tQñydÕ¼b1°"[W´çM”?)0!ĆŸ¢ñùõ;ûÜÓgþa𑃬z‰³»±ŸÞJ%]A®ƒGQêÀ:èkàõpÅûÖÈèã]kåVøƒÝŽz ‰‹<ÌÒ"ô«—Ÿw%óÑŽËA~tOŸÕˆíƒ,ºüm¿1g«dËçxÅ¢ù¹[fª J ¢ÌäCdÂe5D[TpO,k/?Œš}Üûph(›X0i Úutµ%åA¿½>òr¨ž 7´°ˆê”¬·³¤8œbì‘ë?¡w½òn‘ªg2¼Ph'Ægë)¤”êÖ 0æ•i€ê›7”ˆ²ÇQ¹Ã&,?«56Lz{¬'•r{kßï$’îö©ËÛÏÍ^Ý -úéÄ·¸ª‹®¸£ Zá¸î¡U,³—`˜•wŒ -Æ5I߀îør}¼klñ<Ñ“ˆ)Ûç¶IG9ÜçÁ•A¹h¡Ú­;óc=”Oó€2ýw ë£‡ï •jô>ÈË„NGÈÏ!¥ò2ózÿ"2\÷v®¸hBÆ[RŒç©N¾.¹¬Ÿ8¨äoÇr¤J÷!t‰jÄZÏ#ȸD¶'~gçÞ0rzYf|œQm­„ImúíŽä" =0Y¸ž×ó{vpH§È‘|¼©n‚É p 1‰fòX`ù ân à¹ÆÞc NR냠1ý¦^îäz…\¥Œ1Ì#µÀÀhßý]P,z2´¼v­H3wd}ÞˆØ|C¤ìTq·ô@O„mÖ“t¼Gø‡Õ›ÿXû¨ð7„ÉÀnôgáMði°µ-T{Ÿ1à(ÚýL1½§õ£kGG°H[‰Þë£~6¶zÅú\'¹aÏ íj%¨(t® ò”a’v°àDÛ&(ƒZû«ën»’/½…Ñ}§‰£œu5ì•Ìø÷ÿ&B˜‡âh.ÃÊcFØôeá[—wîÞpÔûû=`úòL¦Èdcœ M¹õ ÞŸ_VLJ¦1Cy®í§9,í°Ñ¤mDW"ìÎÄUizB¿|í†÷ˆ¾r ÅWæT791tÚ½H…m]¿;2Á"u›ö²’6Á5ü?[àp”¥õס-¿&FJà_¤þ+vàèØ¿'üù¿[ÿq}û›ûíþ¿|²óÛ¿ÿüãÿþö7ÿáoÿÛoþüçßÿÓ?þò·ÿç—ÿò›øÇ_~þãŸþß/ü_¿ü§ßýßÿó?ýñÿþ)'ýúÿý÷úýoþüûßý²NñÇ»_Ÿà¯°ÿ+ÿ»n¸õe®õïÌ—ú‚Í8j¤S턈÷‡¼¦~åóä\@0ÏDl)WDxb·¦îØü"•ãïèñcÚ„–±tAdÈ”¦Ôg—åp͘QáYËk¿"?³1nß7ZEn[A ^ºp”Øy­¨=¨î(§|/VžL-ðÖ“©ì.Á|à@3 FŸÄÈâX±2ÝÀWÀ·ý§çÕ|Ë%Vº|‰íµ"u·œ¼çXH”:ƒ”›ºAÞÕkü®Ñ9°Y{6Oïñ”á¹ÙL 4Qb†ˆ’OŠ7Oñã˜ámì?³FæÝ/¡'?[°ÎBä.ªmýûœ¢¹ºr=ÆÇØØNê˜zSˆW~$öZ\×,,“o¯0Êñ‹÷¸»ônÜÜê×øNW Æú¿] ùžV!³­²a³áqü£Z¡pWÎB°P"òpB°¯ò r`©ƒ(â•[ SŠyg¶h†½nI‰”³óƒzˆ©†)+¨O$ÐI'l €ò•×xè"ñÝ`š•Æ(OMf²ÑcTßQ¢ Ý‘g;uæÁQv=êëJhâ‚Ø}{ð)Ý}½ÂùââIâ¾»ãË»âJç”KŸ¥h ±^i+Gd‚Ùu÷ë—ò7<°X$¶½Â`½^dÿ (€í°;[}Ã^Ñ)V÷t°©%$©ø¦¬<÷hø‘²FÞÚÁ½†:Ƴé2†?ƒROpI¹‚M úŒ›½9}œaÇÌ QR [•Mu:ïO+æE!t&¿Ù̦Îò®M4w *[¢Ò? p8¡'çõ>ˆýRT+†ºú¯-h}†ŽÕmŠàW›´‘m Æàç­î ABîc ´pÁ)þ1**Qñ—hy¬85]±¦Ùæ2m k#ö\íÈ•‚¹’í'o*³¾¾‘`/zóÏJsn=-ô#ù•ѧlT÷£V†Úy¦õ†GÖMù²ù#Ç_©«0„yíÄ€ÑjVŒ)êbÜ‘ÄíM/ò½à´‘§ÆôH¢)幤€pY›{Æ5^ïÂÉË>ψ²“ª«3ȯK¿ÌGâqm$Šj~ÀHT¸À0’Ž(ÅȬ«e6£ï·Õ§EáÆ a óú¨^øû^9°êc,×öׯ½lWÒºb/±ÌÅã]¬r0ëÔ?«=IP6GŒ®ìk`câ°h‰Ñ›÷F‡ +§ Á£j†ˆÇëø˜ãü½±N÷f‹WÛÛh1%ÒÇ©f†7UÀ™ Hhç‡:òY6ú ضÏt„ôÀ-Qø©!¢ ¡[ùÕÜ{ú¬ë£H1|RÔ×·¿úüüX¶NÕv.ä·à¤ü$có”e¨$±'k-ƒdë5à¦BÇï¼^¯Wîÿ •[e*|Åœg¥ÃŸõÆKï5€ðŽ(Ô(‚gÁh<ÊdXä¬Z®k÷eýA}K?KÆQA™³AKˆð .…dålP‹ªF%èZ4ìÞÄ«“‚íµÜ]tÿš -<6ÂÚŽúŸ¿‘,».üzMÈYùfº~Ä.aÜj~<ûÑ´q)¯×°}›[:r¯¿×~ºñØÏK$ÞÃw°“¡ÁÀóm’FÌ2³¾ƒóïq!h^#”âÐHè}ä=|Pãå]¬»Ô×õ͇ø›2!zTä’ìv+Ö‡¸«àpŽXß(1Ƈç'ýÝïö=û5 }ª¥ð¤HåLyr<fÿí­³©Õ×k7? -¢?gTŸ¿- nZÄ󚤥û Ð­„Hì8d4õEX–|„U?éªCx h|qk=—äÞõضéâ.ÄbNê¥qåøÖwÕPY Š_Šw -€ „~ã¤4’†Vw:>b€DÑW]o´Ö¦/ÑÎ!Zt­ÑSNöqíˆB_ʵ٩¤Hy÷qgPØëAð²‹e˜0€­U þ~‚x^SB²µ×pð¾k½>ɕغÌâ†Ø¨¼fr4zúìT°¬ªwKÄ™ ’" ˆÃZk!lYܾ\VŸXV†\kbHu­è9¤ÑlÀ °UÚ'VøãÜrÞÛZ{“¿bùyjÏ¥„#8EÈee~¨2H1NS/»B3A™n_HÙ‰¹\rí´éFŒÒ¤¢?@:¶¡a f}®"¾9J~ÂK—ƒ_°ç…ñćíWVø” ŸX•fÐóÜ - §âTBìíT>‘Í$L¯L`~_·Y£óáü[T u¹?åLÀã͇ù -'ϪhÅ‹O„Faý]¿ó^µ -{ÇNõ«” œZ€H@wÙ#•Ùë îwžA%ôq;¤µœ–éØÛH¯ÏÁñƼŠ)ÇÇo'}œŠ ŽCPʾ$[4£7Ës´u?ÎxrÛÏcp·É¨®-‹«‚½a¤–éÚz‹^²Åa7P)ð}†OÊ<7zxý2µ~u0:x/BÈ#"ž°L(:ÅF`:€l~eØOÿ×Õf´<«ÿv¸ÂMQÔóØÁV±=j´(h¯ã¶ªç pD4;˜ÆúÅŒ$Jʶ‚Z¡¦0ŽO³ø¹ŽüŽà‚¸0HߤËs/ü0(ƒšpH-±õ×V[ñ\˺|s^~LøþäŸÄ¶€œ_ï „&ÏØÓó7%áóI-Ÿ×fz×bàU@ gÔ¸}é£:R½ëwÁç·VH±sàëüx׌ª_§éBN4í1¯Ão¬M¿ÒpÊQúÖ^À„whwd«ŠŸŠ5pÆI„Ë©¡*ù2š¯'½oÈ4ƒÐZÄïÜA“åÙ)„DŽé ²=æ#2!bÓ÷2Ãâ›`R¸!‘'+sËÒ÷ÊMjÀD®ù-@ÏZîÈSË×d”Àçj´Ó¨#iõÛ@¥cº?ÔÛànåšjšaµˆçRut7ÂŽ,}}ZlÞ^ùŽ„(Þî‚ÕÇ»î-áÔŒ¸‡BKÛÛÀu¤DœççÓ ²Gknœ“qW;*ñidÏó÷s‡&YœÝËÇdnF6±DxÀ¤½¿JøVî'•þ4¨®Ä‹kÿºz—÷†K:C¸?þÎ÷ þ»9ÚéyÑ"ËÞ ™G*¨!8KµÝv<ûË&ÎãH nTäG ´I>ÓsÕPSÐ8âÌ;^F…4 Š"ÊÞ#ã÷¾5pk5ø L—ÌÜ|p Þ²~çyÐ$&'¾OºC¤E^'̽4þ€n‚¶·=Z¼ c¯•.ÝõÈ^ÓüÞ“{î3ÈÎPÁÜòm€bÞ‹™ðyÕr–ÇvÈgÑP—.fPÐK~ö½cï°¸oã5N|‡tÔ½5›ÓåêV~éþ1Ž,<Ìõ§Ijæ1¨­×ýiÔ(»ú¾<÷¾<`HŽ$&9‚Ñ -€ü¾\í;|ÝFØE{­|Ö™fóûÀ¹ßîñ‡Á¦êÂ2ÖÚ–^eýl‘Ð`€â5òºèE"{ ê5ªsÜðô ÌåÕæÝÈß„Ä7û5&i:‡Ãô–:™„‡u×À`­»ö—çΆOºXzE+{¾~ûÿŠêh'æÕïÂ|W“ëuJµÉ­ªÖÛÀKéçAxhvPÛv…¡ÄOÂ+Ñ"…|ˆÀåQ ¿>©P;žRî;`ž&²”˜•²¾À¯h˜Éi%¥‡“BSsTy©$³¢rBq•À«»ohXdXsç•Ö¶ûyÝ4V:îz dYD€*r6ð»{p9èèmg"_û¥ëÌ”>ówÛ×ý÷îo«GØÒî“¶÷ “ù[eОê‰ïÙÇ»öñ°²¶Cùlý™ê‰ò×¾ã‰V•#ñ¾wÕ¢çǹîrÝve+ðM”ˆñ™íY”Ö\ïéçïû 6ȺÂ~ \åÁó>$å5.Wž+%È<e+‘‚f‡·€¤˜qOQÚ#Ï(€Îž^…'€)`úüÉ|´k׳Ó}®û ~®48‡%ôé4…Ù6ö‡)ÍɯS[ -‰!0£“N³“¿¦ÓˆpiN¦ é§éŒ8›ãæNÏYnÕy·Ï,å PXu÷³œ1mÈÕ|¦Úx渮â¼ãÈ‚¨–à --’Wc´ágú›Sá]Ç¢0(?Ü-`©\*ج}RôîŽËë·µU™v|pªÀÚ÷`õMÚÆ3`BNúyØJB\öv†V8°2âgùõœ˜Æâ ¥®³¨lƒAýŸY¹]øãš3 éuµ­:nŠH¢«_ü›óÿæúø}ãkˆ`Ükh¤Ýù+º¥¼D¼úÚAÏ¿rÕ¯òh¡®×q¨¦` _´bð&Ú?v™tQß{ÃÇœØùfþq\4viÔ’ŸvÛŸ>­ŽÁ¢ªê-IUáÎn¹ªûC‰Õ'„¨A“Í¢½ÏÈ•gki°ã¤½¿8¿ í®þÙbýÛ$RîÖ¿˜!Å nˤ­sðŬ3jøÃà ®D†C¸­GS M~ ûÕ0ÀçÚi³v Ë6Y|\fkóD»ØY¥(ùyÁïò8é )¿ ä÷lû÷|=RŸgß|¼±KÛëÚk³ÁTô°`[BÁ‹¨”û}ÂowÓ4V%+Š8êG¡ƒ—þ‘§þ2¢ûë TX,—mÅüˆÆ|/þO[‹þÛpšÝ2jþ)ð/±’Óûû@äYê–gÙ¹Ïû,ôZûî¨!B‚j§ÜqLèx#äj0(n}ÊörX½sW4dzÁ,õá:1ODn P‰1KP„ãhœƒ·SkÄ^r¦š ²t|œ);ÔŠ Ï0ëŠ?ˆø‹"t}<ËÙ“Àk Ûv&Ø4ZóbFt“Ù«wE«ˆiæg)H‰Û®WYê£ïʺ¥)ª‚¹±€Að¾¶/f\dB@ÖÂò|¥·Y£mb|ŸŒ0K¥Ç£0ã‚Ì2ëª;"”·¾ —ùóŒßî E 5¢X}*?ÏZÙ†=| Ÿ*U¬ÝöõúñžW_([|!†CÕí®ßÈe-Y%Gqá.Ùî÷¯E€ê7~G*‡¾vÒx”˜[ßâWÔ–×ýC®˜u”)ë¾{²×±å:>†8ÌÊZ䇟³6a׆²3¨¸¬M);,ª$ Óöf>S½æpo˜3Žú\v÷¡kïCw*6JÌõ>ÆØŸø -üuEEì0¢x©ßôqµ+ÙázJ=qg°ÖˆÓc<‚¼\›œ A@¶–±.¾z—Ò«­ n壅mpJWh‚óÖW3Î}]´@x–üϳ”…¡¥Ž½R×wÒýA‚x·­K4·.‘ð”+†I?¾îÝ¥Ey›¢Ì£µNDz \o k v"† -±—ªT]Іô×€lpðqUÇ®¸ q Ykøí|=îÄ5( Má"JSص€p|lTßOk‚¾¤Â7:ß|7píB6  ¿g ^Ž“»›ù¦¢õªd¼Sw߯uBØwáñ’Çv÷ï·ã´¹¿ÀÜ[‘#ó§ùÒàl]_Ìø¼­¤xõyVoAd¡™êý†SgЬ´zFð4•o¶Ï]BSK™Q溷Àª˜U{t<–ú¨÷½#¯ßÒbbÒ§ª™MñfTé„XQ^‘‡9 tLpÏäod変ûêÁEŽsmGêDþA"Ý:rš»Ç—þ˜ZN7HVl‡èé¿ßí…fù¥Ïc;km±çzŒj'—®(¢Md£ d;ývm)¢UŒþ+JÁ²)ÖQºF졾¢,œÕËQ#‹…º uÌüÚ+¡y‡4ýlm‚Q-½Q åä—Ì -êT×3ܳ4Ó¥u3ù nÔŠXˆÉµÏׂÇP›X‰>ŠkF¯§3¬OéÞH@zŸ,q¦óÕùÛÒøM匜Iî‹£:ÎÌ`ÔèÊ™@æ`'µV„=ƒÒ ÇÀ”ìÚša/û9Ó»Oš°×&«6ÞXôI¸¨B°-šPoÏkÀĸ”ò«»×ƒi<{PÛŠ+¿~þôªÑSZ„]´µö°)Ò“Q`C¹éÖN(¾Î„* :ƒ€ -A©)¬²,û¦Aú‚Á¦e·¢jŒÔG¡‚LUt1)gRt˜UÔ¸×*ßûòî­çÒÑPü TŒÚCñHTŸ%ż¶k\m.X‰iÓZEI{奀P¶cõæݸu矓€ö´ÄÝŰûŽn5ìPÔyµ»ò„.xÇ•HÕD®¤¤Í¼þÙí¾›z>¹#ö66©éü‘EI,C¾œÂºŠªi8Ã6ÿµM@& M.2DwOã÷¼°fÞ{F *h]–’Ÿo?T5s[À…\»'¾W4M=2ãÊátâoøsø±«Ús]"õ[!¹y4v7ìm÷õ¸š”ÈÞ=ü…‹ $X îò‚¥ÝÙ#;å¥ÄS..’]WHHY@§p3 CRàÖߥ'ÀiÖç8SWH¨—°WŒ¯d%AŽ56Å¡=ÔãÜa{©Ò¶LVxÍÐxê¯FdOˆ÷k¸knRÍØm vS -·rrÖ"ü‡Ä’¦‚Œ:“_YÊU„šRnæ+–ãAjªH¦ÜÉy=8¸‘%ha†ìØú•}“ ±µ> ê-f‡bVF¸ É›×zÀ ‹{JaòÊ%õ]=ï"ÙŰ*y•”hrÜ|ª™?Pâ<<Ç&ݬâÀFq²t×Íû‘ksѯTæÚ}]0¯Ž6fùæPwà*û&õ÷æxêG‘ƒïw´æ9ß&=h<1**šËå_ûž }ÌnzÀP½q”a×À (+¡nˆžî/‚aêà,þ’)ví†eí¹4ž}™×c`˜Ç¥:´Ÿ!!adÑ,G\};(}y‡ýü+ÞÌ@î( XB™ˆêÆ2vé¨v¶`1Öà„B/-Ȇ\Ë’lÄm…¥q¥lÔUEùb><‚7ÎÍèÑÈõ½À–ဪ¾'ø.̉aÔ÷_}…Wê(¬îgç¡Móé…W_ÖŒ:†\0жµ?ŒQòŒ;šKÇç.¶9J¸ÇlDºÑî–_n±¿fLJ+î>ÛË–žíFEÖºe¦ Ö*RJï -qp³_Ê•¼FÕ˜¹á!"i¡BÇ”%‡ ²?«+Þ Ç™×öqíØq n]u€jn6ßs… BŒ8 -ÎõÉHâ@û¨Î×hôT”-&Â1-´®§- -.ˆj= h×ÚGï‡hý ²Ú¿5|GήäïGVë"rŸŠs5*Yuì¥70Ua«®îËõ‚–¡ãL<,9emHÊã§ΛMŠâPÂqe×›€Y”Ž,¬:|¤dQK^@û€žƒ±Úù;AºÞªå1fš~ÚYxkòDÏ'î.e7ØÀ˜â^’ xhêªÉ"ü ÈÑ×ý,Žü"@VdÑ¢ƒ¢‹ðF6}@À:ê)p:"+×[™¶Ø´TÀoeuEÚ¯+&oÔÏoŠ Âƒf¹Ì?„úÛŽíO±\-Õ>p4¬I÷õ!tÃb=Oû ÆØ…ì¼óÖ–1V¦‘‘vŠò“­M¤œÆ÷dTô iG⣰qï„+©÷ó{a“lŸTò÷ÕÈ<?~˜Âù°ŽØj“$Q Çh™;JíÌLÄN@@nŒš¦’z›¼¾YÂÿ%¦zɯ|C¨M\R?.ÿ•³ú“€Ó}´“È´Ó×|œ!<Ë/Ùa**¨ƒ‡i ¯ûê™rXú8tÝñ?•!zåõõѤ+ôïô†©×ñ‘ô#b<¶,Âã´Kè9àÛ!Eúƒu†{JÎ>JôV0ú>(@¸qÉ'k3»Å‰Þo}2 ³4*öÆ1ü¼ÃFã¶Ý‘ê!dÜü˜öЗû6E¿C+PX!Õ|B(Ä}{ÇðÒr¶ô£òFù›v«——âtå»C²Úï9mäðÜ{´¿X’^§ƒ™[$—'/o:z¥UŒ†J¶:Ïs™Ikú¾uÌäGºõ¥ÄjËAfÉïf±‹ŽÖ¯Ç#LJ9ZÔ®X‚‰¡Øg‡¡ÞÍ2þ´ryMJûHy1§aš¦éLÃß/aìb›ÆjU®p/­y ú×þ}:^_’ó'±¡Ò ·Rú(²€4žŠI¢ŽÇRÌÈ@†¨‹2{ŸQÓŒ$8â õ1;óÍ®e\˜Öwv—>,¢±÷;!‹­2PW JH·ìÙ4ŸˆÜ=Jpï;X‡Ñ·!†o$0¾|•újhD6}zƒ&f"Û’0B;$ÂN¬8…Y6•ˈÑ›R?||Ü4Sš¼&Ѻ©@ ŠŠ–(*C飧XêüÆÿ;í¢Êö{>aìµ5¯Î­>„̰)Èql¦F»\H!“Ë1¾ ¯Íç(9ø—Û#Jd¯J‡4T詉IEpùŒðIT†*êO óÞ“+)GÆF‰¢ËÜä•/géŬºã¯C•aì ítÂ%D|3ŠPgÓÑš³¢7Ô>NÄïòl‘7 ÷¾¬LÿÞgº#–¬:f)Ã1A-©³<(;|.r"›kFO<@¤ ³vÝŸíÚ…U Ý)¬Î[ëÁšˆa-™Vyö Z¡Õ Á¬C²iªÚ¥ºV:¸Âû}¢{›:޳Ͷ¤K_lJ¶$PÙžòõX­#ELíRÆ%Ö¹Æ4[·ös»µïþ¦³zœÚi»f¬XKßF×ëF,óñÝ,4û:u¾Ž’dneÈɆݔ$ÌʇoÑíÞžï6'˜p_‰Ëâ츂1ûOc[»Ð+{xºm[±ö:Òg±PÔg° UŽêØ¥îõÈ xùŒ$"Zœ†‘„hÇx3ó`]'ÿºÈ޶䙠Ⱥ I_y·ìbT4t`i=}X´a§§µÅ\‘Èo{ .†ÞÕ“–³jŒ¢‡•5 £+—JãЉnëÜâë’èªçgB†ëi9ï C ßtGE2À<¿A¾jö pÖG÷öóíÎǹ5•và!ÂY‘¸Ûª¯¥aî =`b*œ ñ©Hªî»?Æ`Š£s¯bV®ÃÃBZÅÝ53|“C^¾®¹ßx©àضËÊ»›èÚš.Uº Ýž»*šªÄÕu55ªuÎ[\ùÌ…ê2c\¿=­hæUoBf`‹>$ç}Ûp6¤{Š­ìjW£€¯zÁ¸°œ{€f¼°ÐÔ*•ªt2‰J ±d\¹Q,Ò#C½?Šà#Ü™ aX~÷{$d‹¯O‚`PÒA)sÇF6sÏv‚Ž"û&¯ç¶éDc]ð‰ðw'þ9€<sS}„Œ.œñî¤âÆCš3í떻ļÙ~‘\‡¥†Ú6ï@wÑÅá>õ&De† ‚Û3ö>–Î×íôÚ ™%gÍ*-¡s˜:h”ˆÓ”¼î­¹^¯€Lx= kD±7¯£ÅG…öȹ›×¤Òv&ú'ÂÎÌÛd Ôà„úTtÙÀ-öÈ–3-àH °ùpékœ¸û -mpº^yStD4¡sаfvöÑ:—2„ÝYc!Wejj²L&wÊF ¼ƒJÌϳÐP^»ø}\¢G‚ßF×£fï?0Ntõ0ú<£Pªÿ»lN }up¥‰ro2‡`®‹»îÉñ¼ …„ÿ^j<(ïC›À¦sœ@¯×§RÅPNä}&Jh›Ù‹ßÉK4u†ÚÕ0_°Ôó; 9ÂB D×ÝoѪ~5 ”ËJ/fÈCb_bûç“vÃ( pÆg(ý?lîÈzE®ƒµ2©é3=÷âÞ´€ŒÑúå­ÆÇñâLí!@(v"·\ØÐäÁHáNú[ê¨ÁÕ€‘)¢èjBž÷È U?Yæñaï). ]â¹E­B*p2´>ôÖ¾{j ªGtuT´q¸Gp 27:­c¢2Ó›~;Š<Š[$h]7E>éqM&rÜ¢Sú…:#¼èOò߯3‰g Å4¢ìV£ì†Åv½50ÄÓô -îÖjFÚá.ùaO®ÀdÓÏû -’Ûµ‡T#¥ $¼UÍm×­Úç kþjM/R‚+‹\"´.°ãGf»F~²T„#ޏ$Æ2¼ÁCòp€‡”ß@V#»o]B±U'¥aŒ3ô–MÇã{>Œz„<ÌXyn¹AûØ¡ÖL©[gcÅ}¬OãWÊ<#$“çipU÷¨4k§Œýxß[‹ ˇž3¥§|Û~ç&‹¶ ”æaÆÌÀà5cl*ƒnº'RÆçëðŠÈ*åÖâæÁöµŽ‚e†Ù•uÄû³z¬_®î3å L‘#ê+™ ¼ùÝ™lY¯YI™µÄbº€ækÞ}âçzéd“ 3Ÿ¬4ut¾¯Õï>W•¢;öäî¥kG­øÕ =ÌPœ+¡”WÄ„¤‚rážE‚•£æ×Ÿª B¤ž±ºÈNËধ— ÒÑfÖôêq¼wlmAX#”#"‘ ûX¡Ë5\íuçjÔRÛç‘3•ºýî^+VÔ|‘î,—$ª{cÊG$˜%†•YJàùqi)­&µTYüȃyY) ºyà Ñ&â8VAȱÛV& Fºœ)"ˆé:ç>ºãàXͧ©Ùj…ŽÙ0 ÷¶A4?Ñ(aÓ…¢¥ú±¦3v·à¬\ôÑ"®æÍð¡‘q‰Å+zÜm«‚Q»¼ŒÜÔ¨ÌòÖ¢[­!1Ž'ÛŽI´„ùb[ñú¥~É0z’ ’: f~`rÃ""ΣĶEðª–U¸+2³Ãn1ІRÚWâ@§ ÙÓñH´(~€-†2!Ò?µ8„bâq¥svmò%|ðãë'Æ‚vÀtM<[š¹ïú–+Xwwãñ»ÓUNjrD»r-€EÄöÑÊ --2ë]üœ.³Óý‰r¹›ø?Û Ú=–QÓ!;gúÔÔŠ¼ƒ+ú9°(˜ȯK¥c" -²¥að¹þk¶×ÿÝ_´`ùWè¯x›äŸ/¼L„6d`®‡¹½PÆ!wsŽÀ6ó@®Yv†Þf ^¶ŠuƱ?6rÜ-°jÁ•¸½…Jÿìh]„-P‘³¼Þ‹²"æ**0»#báá䫯Ô› ©XnÕ -ië@ˆËhEÆ_ÅwÈ^Zï€Ðú]+ÊsQnÆõ ê¥uóa,RPÅÄ -жè™Ã]É|.;øúX=u̹U³×Úwz¢Œñ1X¬=­[¤êçõ‹ ðÛ@ ß×ý žÙ -”bZG+7[›¸VPÎ_¨Ù¬5"Ïóz>[Ý>Ÿëñ³7û¼ç §gDŸÑÝ•ßÐjDb0Ç1œ¶ó#KË„º5¶>‘cö `dÞBøôà ènãRÃk–DÖd -pº¹Àe}X]A†ON-ñK+©oa¸ô™£="DEG>¸{lî ÀòºK2Æ;k£åJ?¼½~|¸U¾ ÖíP[Ä"ì ñ*ã7¦Õ±²3{V<òÄ—:­˜¨ÝwšÛŽ€ª¸“âa\TQ×A¬òóÀ÷ÃçÁ„…ð 9›þÚ'øñ«‚”˜ îÇŽæ.¦ÁÍÍ¥g½Ð0Žzœ ¨z;ëÛÁûT…àŸ}ׯé`}à`Ð=¥³$YAÂëÚÕULè©?=ÒŽá8¢æ_,#5>)÷ˆ²ç—êJÊ¡ëUøV ÔùØÿ@0[¿¶öÇíR'B‹Û«µWÌÔWôm'·Eˆ¨’æ<IˆC\yM>ŽŠÃÅ[7ãioŠ™Z܈ð(v¨þ 7ÚÏ¿æ= J‘®(EƱ-aèFŸû¶.,U`²¯u–~,­{sîLBñe‰Œ‡ìõk°Yr¸ƒ#íûàh#—öz°×ƒ–yfYy¦ O¯Â¼¬ã‡­o!>¢všØÇ˜|3ã ¶L~üjsŒÀ,¨ó@;Õ¿FPùºGwÊžœ‚¦`£]¦(ä"ÓÇ¢ã÷ T7ŦÃIï“d#Ë›ªgXú’PV¸ -Ô„ÚÆ¦ph›ô!„ªç‡b²L+fµ’âšRI:JÇg¶¡§Ðsßì7º-ZÍ!xÎ ¡ÌP>ý€Åw¾Î”r®Ú7ÓRêâús E' -žÇú gŽ£ÓVÝê÷H(P4…»æ§åªÀ³/eù™5¼ŽÔ”*¥påÌ3¤P†ÍòwZûâ\ÖbOÇšIÜœgºÜ(ÿÑå¾úÇîÓéBvò@‚„â&„¹0sN”ª‚Þ_±#ˆ,¤ú3 ZfÁ£ôÉÍÞfõÝdž:Z -qq§b  -¡Dân=0úaÝŠãÓÀowÝÔ_•ä(šgŸfÉ <Ôñ^mF£É0Èš­!ÛæÎ\¨Ô=Ìõ·Y(ðkEƒc†Qêu«ûj(\ -Ԅ¦W¹mݘ†€9 Xl®ñœèˆÆšt¶;³LeÐDйÃñ”Øc¡lïÚ%*&ÈLðZ¶7O:Ó}SÔÑܘÇõ:hf]£ozGÏ,ÚxÇæÔšQÕgdƵMt»Uº•YÙlAŠq‚ãå—Ûömºî©9Ó‰·a·.ÈP‰Rxº+ÞÄ¥W‡o]úvÝ_ͨ!$rúý,Ÿgߦ7yñØ—¾7Åõ¸mïtF£ ¸bï-¯°Öç,h»Á‚ö!¸ïóÛéeZèº.ØOÇýÅØ6MçÖƒøHF¼Ïê;ñZ{Î8é`ÀÄÛÆQ̓Í$,"1ý!5õGÕâžu>ZBJP´HPØq'œö×F›íJSTi^Ú©õþâ~ N¸‹2ÿcù&Çf­Lhõz&Ò ø÷+e>®±‹Z âºëãW\ÍÒ¦­°Ÿùx¼®0á¼#¥å^ YˆõýçJa©°!l¹—帩ø\!)F~QǰÒÜ¢4¸â¶~<9èC¬¨·)+ò`̺Ûâu†kÛô¨)NO“’è ÇŒ»Dg2µz¤§[ÔæÖ{ÊSzõšA'ÌÈÊ¥¦©ņ-´œ9òJdÝI}Ç¡~e»7ÿ)Ž–Ô úÅ–øâ,‚¬°iFq2HÁuŒÀ¯cK?­¨µŸ¹ûÿå˜è×Ì*ÚC“ýìR-Cè©•á Þe+-Ö'úìȦ´…ýºéۤ˚·%ź{kÃ÷í ŸJÞ™A²ESPB‡,)‡Cϧ«i›Šaät®iöá¶µÇáÄQ®Z`¦ØKž_IÚlRxê`d7êN(þlr&‘JóFkDPŽý|¬W(Í}< Àjà!éçÝkÍE\¾Ò”zvì#;v;ôÎJ…”³¹ŸÆ„ùDw\áô™%ÓS«·@IsHlìI{uñ$,Ie¹Ÿë<ï  ]w'=-û¶¾+Þ³ðB¦[~º;§Ù-40ªûš÷Ÿ¢Ø©šZAÜÙaY ÇgY€@õ(Ï~>ÈÑrÝ»®*äJVz0óÔ`Ø ô§—–¿lŒðÑòЬŒ¡=¶èùûT…Û²nGyéã‹-:XjÛET¼a -¶¤øÑ<}þæ´fýózÿñee_Sâ ו޷Ì÷æY?¯é¾'þU8—ìµs-Za®;…îÈÜ>d8öÀÞ×åe¶dÑ‹˜Ï†°ÕÞç­Â­:ˆ÷ëö~à ?Ìh[ïè*õq÷øbÒ±wîçJEër=\<'\eøËü*qÿ4°ºt¯>¢‡!M—7L1Ý,ª‘'ÇyXÜ;°ÉGº_´G6­hN®KÒ4·“ õKMŒë”¢1kJùˆX  ºS¦Ù¶:•P%ôWZ ë-/µ™ˆÍ銊ڣÞ&.ž£HÀ_¯–Bó„Á+¿(ÄýB=WëцPèn¶E>øKS7T>7 ‡ÁËë\ÓS­Ž]‘7¨ß ôŸ¶èõúh[Ðýcðf,F¼«?a,W‰ŒÏû€ß‘·žïƒãŠtžÈˆŽBÛJqÇy ÈÝQ›ù(c#"^ƒ÷ùt+ÿ‚^:{ŠÒðNB  m=´´(¦qŸž»8‚õœø>‹rRø%pÔÏx4õ¹gúb±¯-hòƒGèþÜØ('ÅÇ=–m7ò»rÖÿ=·™ ~LyÙ]ð§ºóyÀ«2bšñ69‘¶·MQxäþô¾Úî˜ÍµÚí+ÕSñŽ! ù› ÈdŠ‘‰hIËETwóx¤ Ôæ vÁ'ãðýHÐm­ÐLTÄx½Ç™¼méõ6O͆­0íU[±u /ZãRqB†&¿iZÏ}×9PöÀΨûöMyìu C ¢G±Bn~?Zp>X ->1ÆkŒeM,úÑdûæÎ½!84ùHšŸhFØžËmÍç½ãínèECLIxJ߈óÀÿ&-?Ts"IG=³[¹ŸÏÑ"xLÒaõßÅ™Ã{@‘’”˼^gl±ƒÖ\±TîǕ˯31Z“€TZh¢àÁN+i+ôaôz‚å­B‡góÑö˜$=$¸mÚ`iý,‹û›{_éÈrc<Æ`–c7òCž¯BµT«¹Eh(H£8‡jÚkÓI¿Æ%é2À …KªXJ,ŒÅFÀa³D‹£Šîݧÿ4ðÛ§O©ÿºÍ(ÞgÁUg-š:èZ¬×6frí‹_-Ùï³``ö¢K}){Õzø&€x!¢Œœ)9!É}S…87§hÅ*ð¿3E²è)ì…þ -߀ö»J³ŸYt€CGÑŒb„~XÛν.˜;5êö—æÒëó;/§¾½œÌÏôøÉËã ÿ=LùmÆ?ïìvn¨üo¿)ðöÛ-GÂ"‰Gr‚š»ZSÛ„ÜIå™ä·CšxìÃQ8úkÂÈ„C)•º’L p†æ¹ÀnžÅÎ-Œ'íPެk T>ú)5 ûx⬰ú -þ9Rï°³žZ³_@ƱõÕŠñxÉÚƒóÝ4ü©¢¿ÒTeÞU@¿aXºò¨g‚îqyDN­&Ðuû×X¨G]>ÅKÉhÜ?SÔðSI#–ëñüÿH6S#;œªÎúÅŽÇEôÕ° •e %¸fU‹×÷†xú‘ϱCâüéVªvm€3?Ž+sKgÒ+ª¶”ôx×-ûç«›€} å¸}KË*Î6BjÍ v¸ß´dC6°—H$UHÙJ¶[@Ö)„mA¥”3JÐe?¨³îû§•ØÛìæ]òWfMu³+F¸uI4}^ÔÛ·PT¤k±$½Àmu÷F˜…×ö¹å®FÛð >áì!¨ËÕŸ(amt†…<å¨jBÇ -+ýäí¤º¥bWpžM Nµ²OС&é¤l2È©ùé0ŒW2 ÌkÑy-ޤW“qYʹ\p…q®‰äôÌ{\ËSD•¤™ÅYûQL¬§é]¤-˜È€¤^ºžVIóŠŸUœÒs"Žm«i1 -‰î®W… ššÛÁˆßMhþox{—l…ä·íiäxø€Ò5qõÚ5 mO _¯jX7׋°¥ãFVÛÔòV$VæcDç~Ý£IõçÈežõ)>~œwðdä,WœÓ§%t0âBdr}‹XC>ܽ´‚À÷w“·¹ðÙ_?žZ¯ßn[UcáÔRû¦K@Z„]ÌçÃ%Xë¨åã»ËsǨú˜¤W|'UÙŽíœa±z½Îj½–—®]á ±|¥á56„å©ÛüfäÏmKïz}’]õXKñÔjLYj´¿® P~Zåt×óÝÛÎG­Ï~Èeú/¼½ýzxØ7ÐÕ3Z=ºdEZÂçþÏ > -ÿ;®ý±šå›;.A’^/8¤EVÖ‡±4º…Rëõ|Dþ'A/ŸVÝÂ:øa8{DD³Sê| ,Þ2{ïÑŸÝà˜UPP –¼¦ÖQ ÀëF -„ŒEü~¯{½ÍxŒÁ‚‘ÿØŽÌTÀ”+„rÐÚÖ¦Øû£vì R’Èþ:\ß"þšHÕ$˜Whâ‰y=p¦ê¥õu7ÔSHU´mžn0…9k¾üè.¬0AÜuÛÀ \¦gßy+Sƒ¨NdaÀù®oxß#m)Oeéì–øäæŸ^¯C´~‡@[WoÛØ‡.«,ú½Ã‘1Ê`»U¥~ ä¶»·ï `>>Þ›Ûªt§³[)ÁÇÛëw¶µ§±õÃà£E3I7I´¶‡€CáuŸÅ.Ÿ×_œœœcî¸>ÞgÂ:ÔIÿ@P¸è“s¦zEž¸9üSô޲!þ æÙÊ›an_ïiÜdýÂ…ž ƒ´Oq“9ŠPïò¨íÿ~œ—L¢cÊ}q¶æ”AúQWöáNd¸/ä=m·ƒÓPãR¾x}ä»äÆš‰_D}ë1·¹¡­@¾Ç0^ÀJ -ŸÆÔˆg ¿àŒ+4ÒŒëáýx×l!e" -NG½_{ØOª_ÊY#Z$25qäÜB+&,#¢B.â÷–‘AéYÌ| f—Îl° @-W¾Aê…ôÐÏYà~)æPüËÞ×Å‘~‚¸K€u8Á­lŒ¸=ãéTÏݘç–?ëÇ»ÎÍoö~ƒšõíõ¶™ ~«‘¯’Ø"[gP+ &êœ[UT(0tûw ¶ Y$¤Ÿvn,íQ¶5«Hæ3’SÖ3I\ð dÍ`”¸¡|{8­Ž<›ˆæ¢wÄï`½ÚÀpõAÅ`p#J§*‘¶Õüd&usœž:±úMo=nJÆæÇÁé»ò ßeÀêõVî Bšîó5ügfç=êøíA$!Þ"Ù‰„ÓÓ\!Ï& úX®ïãÅÎ6v‹a̵š¶#ï¿Ûçb÷´ƒÀÞFÒˆÚ®—!„·fðy€ëþXC~Ô¼•wÍ]ïÛëwÞÞ,å"©ÖR>ÐÝ?^ad:ëk®­~½Lö'SM§kÖfà0>K´ú<¸žÊèxb“êv»ó©åE!åÞaÕÈþ|EÖ-aÃfÉF™ìyÔ¿Ö©»•`IÝ!ô«~WûÓ@àTÐz…av&÷õZ†ôw†FDÓå\ð×SÉ-¤Åë®d0VÓç¦ôí±ç5,š4bkô¢ÎxáÝgÙW¥†ßol“«Ã%ûtÜV:u/õ"!V¹¯KeûÐ/…$ZÙ¦p-7™Nß -¿ì.P‡ÿb«ü×ìÇË$ú‹l¢åÁœ‰ú÷ÙùíßÿÇ?þñû›ÿð·ÿí7þóïÿéùÛÿóËùÍ?üã/?ÿñOÿï—?þ¯_þÓïþáÏÿùŸþøÿ”“~ýŽÿþû?ýþ7þýï~Y§øáÃݯOðWHOÿ•ÿ]÷Çú2×úwæK}A‚jò ×!øƒy'<•ÂsCgæ{Vñ%zŸÅ YÌèT­ŠZôxŸÀC^› 3:É!34e1hÝ73lÛ;,;rByÿ–j[IðV„ÁÞ,æƒu,‡'Þ ›×v溑WÆ—ök†¦7†K -Ý*Êr-×’²Ö— -$Œp®„»üÍÐÖŒn wœ\œ4ûÍkŽÑOg”{„ðZÐnÐØ+b¬Ið†²ÖŸ&“gòî5§µÌ`AZ3\pšÎ!Cš¨î¾ÎhÍcäLŦçkÿpôtð³ ²½.ÔÊÃZ˜–ašÑÀ]g©P° S wŒ‹Ç6åZ¦Ôy>Ji¶¬']êRÏJ`W~x.7½èèö¶Ö…;7¡yçÜàñ -ÑòÆQã·²VµÔV|tCÂÛò¦’dž]K‹/ÍZVÐ0Y·]8?T…)­×ÒÓÉÆVçØXfáâÌ,BÄÌ‹gÍ"–ô8ªkUãoD^Aãr¼7˜°vÚg+œÕW† š÷u¢µr"„靈ÌÖ,üÅœ|ë0ÊÏç…¿ÍC? ¬>‰ùri{ÉÀsûúý‹¿ÆJìwO:"°lÔYÁÑ£÷WI…×mƒRèÁyg³Å¹_÷¨½ù,®'n=œÜåû=`èdQ2E±¢²Û’h®HôÜ3ÊC&°pÏãüŬK¬õ#`6¤-µó¹ËËVþ9šeˆ -€ß‡5ƒpçmF¾ }ÀuaP5ô±; -4—äZ¹Æé´‚º¶}ú¦k¢k“cÐ"ã -ÞñŒv<׌Yô'–™ËI"N©^5‡YßË Å‹:³!­3ý(­òC#¦wß™ñü ¸wcu˜ƒˆAaЍ]Œ|Ìíß!‚ê#¢e' ½â -ÊÝ ˆÔi÷·µ·3cÒÒS[U$Ø]Où¥&vöÅ5câ(Íw«B-þvp6ãÙèÏPƒmgݯ³Peκž|µ#mþÊú¼<Êúñ1!p9ƒ;Œ(Y0c}Šu…ÙåYO9¸¿Q÷xÎ$f Kvy;·ÖE Iµ.þO<ÜæÐh¹ÍÙÏ¿ýÕçàçýØ4„Ö.´>f3¿×‘i T¨þ°g5­-áûÍ­á Í3‘”|qÚ‡ë'ƶ¦yoõèRÔÍÐr¿ùÊëë*ñòÙ•î·ûDëxƒYÔUÃSK“Þ-.…ùiÐàuÏsëV8@{cKb½H¼“—ÕtÑbÒZ=~:[È/zä4ž~nmž -Qá-ÆÿRë=Æ\×¹O¤MߥЏIn¾bÙRÉl}<µã ôh&¨¯GGä9”ÕU?.˜(eÀ`bE”L€˜]'ÝFòÒKÚLÕ¨ä=M̆ᛵþž§åKA.ßzB`×­°ï%Ínž’=+-¿˜1¢Q³òÀÑž|÷mi©¾zÈž‘OŸüFÇT5[ìcIO»#<ÏÖ‡(tZš¾o3òpž÷<™P_‡SºmWÑ‚µ=•ÀæÀÍúmƉÒÑSxìó¼Ô<ЈMÚ)ç&£®±nö5ƒ*W'{Fëlî:;\ü+•Úœ‰êh”^™¥þèzŠQ‚5UCýÌ öñü6أ싉éË.èÇ v=F+S}¨¯„‡dž4ÛY¶|±„Ž(5}k ÐújªÛR˜+™Ð·Ä&²¡}uíˆÊ}A–ðÊIY9¸""‰,Ðð$ÒS9A–¯ÛM«Î±é˜kÒO{›Q4©à÷Äû9ÓÛ¬;¥Æê¹¯=ª!\’3õK±3$E½Ó©ƒ§x\ÉÞf¤šB¯ 8)©b$oÇeÕ§ 'É>#ë¾o ïôÍBªŒÆîž~1 Ôh3# ¯DQùBõ÷î£ÂãºÍÁ[4$ZÙÚ‰ìb>;bÅÖãÎ]À–UܬQgßë¶%° áé"u¢çóÕ}Ri3·®•‹àD£^¤Žèy¶×†ä ýiRͪ2–,=+Ñ®ÑàÑÆÌ­"ÍqD¬5Åx)»‘”‚·ó[Û"Ż˙EIcÍj§€]²‡7^£6GÔ|°$C¤»‰ì³­‰~ Æ‚ÃÉëðŠt´Å-±vŒëx~%|WÆp4igÅœ·¬Ðo­sÌXÈúÊëÍÅÛáÚ _™–å™ñ%3¼ÎÚ˜·‘ÄÌšÔ&›2K‡^Ó㬻zœÉö:Q$ç+×Öî`»,ù,ÞV¸;º¬Û'RD0Sä”~‹9ù½;w\ÜáØA‹d;»Y€Ú›Š÷·¿9=©I€æö¾šm»—ç {“«Óú!èJïöÕa™ÒFýdp P3¾»}SÙŽÑû·®4ÏZ*×–ÐÅZÞ$þ1?&±>1i¦OÖã©Á¤ sahÕôb„{±Û=Ïàšq%aQ1ôù÷ÀP÷LJæJ Æ$ûúBOg¡ -ž!ž´fÂIñŽU‹i*js|ØQz}ØãØá^tÇäYï3AA¹ù8˜ÔÖYAª~ tAdàØß^\ÛZ°zY× MC/Ѥ -9Jfz0VPÜä±™nŠ ps5OÈe^ -Ï÷¢ƒá‘ÇtÃï¹Ñ‚ wùP +]0xK8ˆhÍ–Ø’!õ8Z9×€0½€'ÈˤæµG´w½È[íGG‰™Jiܱ?–;cFEÞs³‡ÙÜ1ö{ a{±Ñ¢¼tƉè¹Ål[sÄwµè·ÇžŽÔª0p÷…ßC‘ãÍ4[rÿ/f¨¿8^?ă}û¬Ô}c¨”‚‘âqøV9ÓÅ_½Ú_×1Ÿ$7Yz?Ïð4æU6Lœ_­d Yø€ÿ¬'Ùàû¬»mÐD$@ϙȽ}zx{£7Œ JWª†äT)’`Ìe5•<¬®3“ŽÍÅW!Z™—è¼|1ï‚;%æ ƒã€éËoΚºn¬ÑH+j¯öBßgÔ-±¼BŸ£»ëÇY8üf7jÑëL.ÁÚb©¿`¸¢Þ³úŸk€Ô -Ìͯ³nvã—O<Ïa!p¥$XÁuðyˆ‚øCWäf Ì8ñ9Þ& >„Ä3 ôñØi½Í¢ 1|žŽP‹U%¡ °â#JÔÞ5äÕ&…ºeõl_Ìxn7޹í¾:ä ª - -e×ç‚è/î/kbô“'2Ø\ýqB|ñ8g¹ -­ÏlmŽwnyÖrŸo‹)ÃjW7ê@Ï@[¡µÍÖÓQí®]'çL¶Héå­KYJ¤V$q»ÇY¬@ï)ÍïTƒ€lÛ%g2XE ¦íï”HŠ.ßñ|'í¸Îi® Ö…%7¤µ¤X.étm&w&©wf ‰ƒfϾï¸HyÞËÛxN£ (²¸0£Ç!fCCæž^9:7{ÍûŒm'Ô¨©=kÏçIˆ\Ñ@kÄÁ|Và,¼‰L:²ó|ɵ^`g£wÞ§a]q¢+[ßA¯hÂèXÇ(þfÆŽ­Õr¿˜1ÒlÄS}<¿ÈÛ¬:‚E¶26~7¢uëj»Þ#‘F )HØ\†“Lë}ÂóˆRF|¤‹3…\Ø-~‚þÅËdY*¯½¿Õ§ -úyŠò>è÷åâ-‡¶Ù±ý¤äl+G©oJþWÑèÓŒ\'MÎÙVôÖûÇ©ú ±z—®ƒ’YßשÞÉ]±ÃÞÄ„®œ9å…:ÔîpÐÔqìZ|)1Äœa‰a!E5Og˜žÃ 63àÔÛ{¾vn£(kqÖ|ª-åÖ&y=Ò4qDz!r?½îcïÏ3P¿—„uÒW¤úiVÛpÈ9Gb'ë*ä¬\(r…SH»ý&ÐM¬¸ý®ó -a kð³<»p{â32ñ–YD(k’¡‡0›M[ ýØ«r lÌ+*”¢Ï^_'Èò_´[’‡”b\„9v:|i¦s¤B„¶I™ÏÂÕ(›T8· -K};‰š[æ:K~þ;<ª¢-=¹“Å•;ÅÌÀ\¯…Ìç‹H”Q§@¢ìžOXù6ëŒoK_¡J¿’ƒux^’­.û†fDtb×W9$–>¯x=ºÞÀ÷_ïª -WTƒ8Ux³È넟:ÁÚ1/›º RtÅü{Û$®«¥˜æ$Pö«ZŠ,˜kuz¢j¸É^eEr[yíë·_¿~°rÅËA]Ç·¿}l(Û8uwyŸEùGiâ1H Ï‚a? æ«}5ã‹íï}@< Q¤DÊ: HöÛÒû¼`È’­8fr7˜Ö×a9h¨Ì „öbOÒâ 8‘´HÐ8ÌE}€üpã›"0gGë¬A9AšV‹âªÞãúFˆµRœ8!o. šF÷ÆêÁKRRn‘`¥ fovŒ+& ‡¶{ÏÀ?[D:²„Sy¿ÊÇ`‹YÒ\7jeèl„ÓP°“ßIYáTùU2b‹AÕÁ|ÆL,3(”1ƒús}–ôiÏŒ–\'P½:_'ÃÀ$Í -81€á ýÎaü œá ³ž´µžg­£›,‰Rs-!54LÊSÙ›|>€dÍÝY3Ÿk)˜ì»Wd^LàºÈDcVË/|cù@B éx>˜ÎúS°)õ¸À¿CÜÄs€NpàiH¢zÜ~©ª‹¡·7"pºcÇnÇ)9Ž`öŒT–ÌèïJùQ_¬­YEqXϰêQ‚ -÷:çuÄÔjÝét†«Ý “uƲ;I@>ω,.èd°+ð48¿éû»nËäjW­v ¦žÇÆý„½e—!i×;!{ÎFê š„gÉžQ]ä‡%áÑî³ÑTò ÖWIÔS'tlhÙÔx±Êòý*uïsÿ>jD>·ÊVŒ†xnIa˜ÉõA`½ œG5¬âÀHqú}ÆŒÒ"肇mô>KJóZV~UôgŸä¹VC­<æ^AïA5im^ P•´¡Ki­î¬¶Ý¤¤A±m}Ž_Öw@‘Ð÷ì:mœÁ¿ãbÈ&@Ñ´Õ;ûMk7_3®àd‹Þ?³ì'®Y-(ž+ú4œèc0£ÒãÃèƒ|ìÂkq¿«ÎX?*eíµ§_9†r¨kÆ€„ðœ©Û¦•xÛöç9};Y˺tB£8,+±à€XéB‹ï~ª—À Dñ»¬ÅB„äaYÀ<¼ªw庈=]ÐBJ¾bºuwQRÍA¼övÆ­k& -»²Ä,0 ÌÒ³)³jqÖôLwjŸÏY Íðu˜Aâø­õ#ø˜5ƒ%ŸÀGéJEz"&Qf’è{‹Áä$Î;'Z?¯'²úDu”û­Ý©nñ¯šãæ­üº¯ŸÀ8qºÞ!Ô³’¦O5>ØL6œ¹T*2çøjÖ\èǃµ}›0Žëù9ócßêv˜RÅì;L–Šé,¢îšî°¶¯¿(οÍHµþó8GO±÷ã\“[Po©Ô!aB†¡aÄÕ¾˜qmÙÿµ{²¹î3}ž5FŠJãTO/š¦BtG±Yo5z(íØ«À§ùÙ©Ç’r¡z3ÆWÇáî™<ÏîÅŸÁÖ@¦óú>…œª}˜þ¯ûë‡Y׌?Oë²s%CXOqªVt‹Ž4¸Ú–¡ÆÖþ@ªû…—O†p‹Ôé =Ï`¬Ñš·\fh@ãÙñæÝ!æ+ç_Êú¼^çITUɧq×Cƒ›@à¢&K=3ô.ªÐ3gÎd©p=¡4/}…̰ñœÉB˜*mÑ#W¨©(6pɦ°Ês|– ý<Žƒç 0x36®`t°Gž‘EæsÈ÷vBJ?­¬„h+ ¸‡®÷û ȱUì3}žE¾‰ÎL¡qÓ÷û[ÝÛlnílXÚG[ןð¿­ó}Æo7¨ÎFÍ >Iÿí8@¯ØÌ^ fHó÷¶ÒëR8“ݽ¢ ØøwÈÀwÆÆŒµ á²ÙÄ£>$Ûˆº‚ÕÆÊSKÇ$‚ZzûbÂèшDûhl¾üÛ$zí¸OÌtd€ªÑçì´‰kFD¡+‹/‘a,³¦ÏÂJ“qqÈ]KƄ뢟ǹÖ"Q3CjZR3ÅË`g¸Æálp×3eçE«eÖM4Z\”oÃÃÂŒ‹rˆ\±ók† ˜g"/ç³`ðàŒåàãq#X×<øŽIu%B‰ëTërˆàα°nµ©X`hšÛ­œæþ3ÊŒ"9Páò|¥·YÐÁÔ&Hš®½üÈ)0TÜÁs·‚oªòUPÜŸ~»#0dýM¦Î¯Þ]ì=in±›¸gè$2Šï3VȲë _ŒÁòâò# a&°ûÊ\cÉy¦¿ –&ÊrÈ`}žðZV ¿ {A—áí(ÐÒæ™ÏFñÍ2Ó8…´‰}'añëqW3Ê}šò0ÞFwÒXè£{ìyÍ™Ñ5R]K€XØmcLžæ]Ή  !\9ºjÌÖüœ)ëõîÎ@µèx"ºº?ð¥¤âÊñ \{E2(=Tò|`*(Š=ƒ²nýÙfö‹q\c2Ý’Ù{@QB&é=!0¾Ï@¡ÔËr¥¼ž3}žu‚°‡¼–áÖ­&‹€…I -Ѽ ½ 8Iq' ÀàGô6#wŽm¤eìþóqNuß¼—Ö·n‚ù)56š°gPëá“×Ùx`)¶íD›n0¿¾Ö;Q¶csVú³\;äx§qÊ)Ø@¯ð#+3¨Q“¹B„»šÅ»Áá&:é2Â}¿x‰Z›b·s˜\tü¿×÷c‡YÉvÆ—dáx›•*xÇLío“ª‚™ë?ð³(Ó ,<ï¯&\’#[ò°¼Ï*›ц&r E D*Ðʈ„ÇÎj=¯üÒäz„¹Ì8_È<«f¤éš>dPæÍˆg#3r'ÌÚ²3ó.²F&¤¢0†dÒÎù×|hxW@¶‡WÀ5¥ÝŠYøQì¤ˆÍ ¨£ Òǽ -Òà±É ŠkÆ|ê¯ U éð”šÏ£C+äŠZ1Í—¾!Ê…µdø¸¾ÖEà‹‡8†õÇÁ3ºU4¹? âB;êläW¯çº´Dƒë‘´ê÷Å»/Ù‚|áV§$•"ÅpÓBmöûEóÛMˆ#Ù°oThìjŸgýÝþ9Ö, 'Ùì ¯Uÿ*¯›ÌTÆ`º²àMB—ç̯öÕŒˆ(íIŽÞf¡»¬*÷¦°2‰!U" Ù—TÓ­„¡Þ°‚Æö÷Ow,ŒŠÙÇ™›mºîdž(ŠR'Ȳó‹Ÿ7Ý„­Ÿg!ƒ"\ÁiÜ×,xßú…ˆ`¾v`d{’`†v·Úx Vkp&ÃŽÆíŠ*L‰Ò0ªŠ„X!8Ôõ˜ÚG†'EçÿP÷ßô½B½V@±•(êüæò ù áü à……ÛÛIî°Ž×pl!¢_7÷ßï®6Y]m„rÖ,ðT†ÆŠa×6ס…Õ°€:H1À_²èZ–{ÅO¼Ý#™µŸf¤ÇÒR÷À—`Zù|œm}F¨ Qß8]ƒHT6š¿Ï`w¥uzaÓèß'é4°¾‰Â±Ða°CºƒžEz€6¹Z-P!¹¢×pSÕ2—\Õ*œ(!ˆè)û„è:>êBÔâ†E܉}DTÁcþuDàƒ”ÃÿÎd?!®ÿÀWWTŸ4Ð!4äœ-ûf>m¨Ðú—Zº³´¢›aŠÄq8 --BfHDFf–˜ƒò'•Ffr©a+î$jl¼ËŠßÊð©Ú< 6›.Ê•Ë'àÑ­¼ØÇâÜ”ôq\¾$· ¸È™†ãz0%å#^íÎ,W¶• ]™!„yÍ8çÌm«"&y)Egf™!µªí̵\É\3IÅZ³º¸Uf…‡8è<{px̨ÞVz_ô9ôY"Ôú"”uöᙺ¥O*üQažüV:Ó -˜1Öð]Uf–á°+›¿Ù4«»DÛ€€cN ‡`|$Öhѵ8¡h£ÝìyíóÂXê(‰-{¸žà@ ®ðLÖ–Ö°S5 ‚Kqj¥²{‘MEF¯µŠ¡€<7ýñ¹!G+ÀA•‡×…—Á]F%B µWb|Lz J×ç©Æl jõBdM˜EuÓ·Ã@âí~~ôÂÁ8à·°>ícHøÜÈéÇG“Y\2ìyÌ’œEäÓ”Ïg™é” ‘Õì³E7gˆæ[3¦±HÛÐcÎô„S‚t ºàmÞ¯m[ýà”Æ05™ A2¨ñÐ ±¥`¦§Cií¿[ëj=[ãIËiªC”­ˆ^7DmG0 v¹gpçVW/ËEëBAzÅrM~7=í8ÖÇuY¤ÞëWwÁXy¼T…ê>Zâô ñõç ¥½éŒƒz„ ¹–¾ŸÈuoX™8Y뀷 ¬cV¿á@Án§qÏM{ûÌ’ ­8(Iˆºé -\Ô(\“oa_ˆaÊgÆZ%œQØÞðK‡ÙAÐgò»®'»?ÂìЃˆ7( GƒÏƒ"Cã†Êq‚3¹ŠòG´=(ů³k“îV‰K ®Ì°íHñÚ…‘½¬,ãØ -]E‚zDæ"€„Oqöðàñ%)^ªúô¯»Š‡ Üþþõ'zkmjèLUÛª¨eÜŸ»5 åõD®¨§š ‰ºf­=F¯$BçàO˜åӔئ9˜b»îzÜ ‹àíŠ$˜?'Ýø—°'¤û5¼ÝÃvõ0â8OE ‘ÚhºRW Ø[?#.PNnçݾÉEÜlšè‚Ðópå7CöÅCŠ@‹vÖÏtIõOtç -ƒed1HE •±µ½#¨Cd¯yçP÷ãâôÏ#°6Æ“NijƌRÓêëLJ?”Ý_l¨ Œ}‚oi±M&iŽ+–bY[gSjÚøì›uÅ3¬g—5›ŒÂAH×ÂP•ŠÞ.@¿µÞÃJ¦2qnj\¨rúd°4+×}é™uøÛn ø,bùàÜ_áM©ÈÚˆCÙ# š(IPÀ`œïÜ«aÛ– VG5‚Yl¢|%„zyBnùº%Į̂جÅ¥€§A|l¯x‰0æÓŽ1¨PFèÂy‘ž_Pºæ(Ö©áóŠժ׌Fæïyè„òIÊþÎ -A¬e<Ð9r'@$@``7sÆq+%¡.П€(¸J‹ÒP[?Õˆî¯>'?ÿŠÏ&¥¤æ÷\Àž„¬´z¿:â‡VU™^uc‘YÜÌ¢ ˜’”ðâ3ºüT0úˆ˜0ƒëÇŒy<gÀô’Ïöð¶ï]’q9Kc\c!8èÇ!Çc†Sñ‚‚°ŸEïò¹ýÁ ã=0GË]e†ÕJjâ  -ªÄ›_ݦ6×ãžG 6ÑHjJh]Rz…‹°ã_©¶WÙð-°ÿæ'”BµûNYØ0¶ƒ8“ø-.ÎÒ›ÎÝÝ´Ê óx Á¦[·³t΢jG®k7CÐ5»¸•l'N:„ˆ_Nðÿµ‚W‹Ôwù8~!ÊY_D™YZÕ8=õ¿DýìoNÐPJ¢KŽ-3@´2£âä ´œ ¥çùA©>èÀÜXõ 'rm@Ú±ÕS/gêïÆêçO^ Ô1xUz70HvRj}Dÿ|OɵÁ2f!k@M¤¦„¾v‘ãÚнԎ· -ÚÆˆ4ÐE9øAÑ1BEû×Ô5q÷Žd­JÕ’Â]Œñ©Ómš&»Ÿ„Aæð8*m`ü¢½)¨ÎÇ|°ä®òg‹ îÓqyN?ielé\ª°‘¼Œ¨ÅGC¸›ý -T"LRhiPJ­îÔ” ¥ÉÃÐȃ©ÇœËH°öˆz5/MŠŸkÏ*Å 85'yzÚy0¤bmûS¢ð˜ûØÔ¼•ìã!™Eiâ$ñ¡«©:=+a(™•¹4o}`ÊPÎxÃ"EaR}(Ls½0ÁhC‰<Òg7íeÁ#íí%‡9T™[‡¹÷W¢áïà‰Nœ¯zªÍ °é9>278)`·I:@¾Ò6¿`‹¥œ}¼B£“›U€DÑe£áç[uåÂ2¡?H -7ÇI0›€–LUÍéÈ¡ •Ùe °!뺃ÄZLìiv[c~b={ªàV‚Á<'ììܳêÇ€\äNB¦R*¢¼Üæö¯Ž¨Ñ@°I©½<ýصn¢z¥6m•míÆÕ*H¢¢3‚'”2…ŽXW€´ÛoÅ&°arK5hÝšÇÝu(å>p¾ÉÖIê+ ¸mzGœ™u¾Ú—¸7çõ÷ehâÁ©´["ô$<¡ß@ȹŽ(Cþèå / rp,úZE;ToçˆFÍMšhvrPJŠ”?R>Ü2©û[¯Œ=J†–ÂûJRË¢ èí)ƒ€oÒõ=D× ¸9\6p×Ó¾K¶N¢ŸŒ¸‹„‚ì| ¸™sOQòLRͺz¤zî½?2ã)Ž0è-³1¶r°l)ëµÜëAÍtbÐôãÌŒMÊKCœÖÓ2âüûá:•Â\­Óúõh£Ü„Ï®Š%æ¢wÄ€ÕÇä«ýõxç×Ì|ÈøýýÖŠqíï’Œѵ¢£+ìÉXݹ´Ô…õý:Õb^[ûΓïíâ~h%½B3cxßÈò5 -e+. u&êñ’Ÿ¼R]ƒâ3…f…€w›5{Ë[®½ïÆ¢î'q+7mî -ñh*u™z»ÊÁ3_Q‘q bVP…ò“ËMÈùθ…ô‚™ù,<‚ëQì¼­™:ƒ(ÚS ›Zž ¦ðšø‡fÛ"Îä¬ëS…8TJ‡¾á—èùJJ½ž2w ÕÕ©v3°†Ø­WôæV:MæR°_"ÙÕÓè¡+µ¥ãè,Ð -W6ˆ -2mj àÝC*àI§œ§yìe<î76M2¢¢¤(Å} GÌ ±íÔ6Ø™aàÊíÎ%* °F Ý\«€œÝ{3M ¢ÅC|bWŽ‹¶ºTƒÇ1äêÖa²¬¯ Ú+0‘q†9ÍVÞ4,Dn^÷ØDgI!tÞZ¶vX–lΈþÓÍÓü«‰ÍyB„øÂZïe®ñ‹¤¥7©£Ç~fé__{2° @]Ê@9es5œ%OæÎu·?Wêèa¯ûªqððiˆ¶·—Š åAÕx¥Ù+= äã·›é§À4Æ>ç¶/'âyXìbL†Ú(±ý)Q<&Ò)à0õÉÄ 1©Ô†Ám×Ë_TÌb]ç©Çtá)Ç- ~§À¬neJJ/”àAPj©Q‰F0ü*öcy,¸»êm8Q¶<骕*Ôæân0_ÇÏu®˜º….„îd ýRˆ@> år)åIQ‰ª¥± HpN,ïxª¦˜r?Ü&ºMû h“ÇÝßæp9n“Ÿõ‹©$[ÿ:ÃÖf˜W¯»†lÍ»’5¬á‹YžóPÕ$r­Í½›½ -(ƒD–ºõÙ¤óe†–`™n„‘çp= RÒóYÌø@x]!gÝÚv4nlò}:Òyj t½t€Ò¦T.E¾”¡6¨Ø“Z;4õ"þ#RËqM%Ÿ™žßMÔ] qQǼ,äRŠôFÀ±¨‰éâ©ðZ­)r¼îôiqíyätB\ÃWHÒr‡ÜÙëìÈX›ãsÂ5¸Îˆä¬µ·‰;®ð…jœ¶^P?>Zwnˆõ‹¹A‹ÿ†{%Å ìGT -RŒ\y -êf\+é%7‚B%¢ovçH=Z}nßžtT^Š"a÷ÖŽ>@p^·\¨ÄX•z„€ðaõI%ƒuQƒ•`Õ´m=Šå#yvIáößÖvBåúl¥B{©[²€Jã” øj7I°¼‹'²µ~•††8À§ }Ó#hö‚ó‡ñ=1 ÊÖ{nEΩï»yP‰Ú¨ ̺õ¼‰ò9ù÷£%>#VFÜ„£|T°p#£‚ETXY+À±-ƒ§~U­€0ÖŒ\3ø‰•l@Í.½&áUo·gÔ¥ÀƒêOÑGݸC©9Ž:쉸}) -ÐÑI™Î Ûà™èâ0#zàgv“Yô¶˜u©_Å£ç2Öy&N/𮉢¨WTƤ,7 i c÷½¿ŠÂ$Oúð|Àñš¹ö kЄ² I2æ‡'­"ÊWä.å0å"ô¨T.“rá>|=zܧEíÜ g4‚¤ JÂxªì˜Ý?¬ƒn•Ôôçjh Žô¨ádÑ£¦…ç Y 7Ñ'²»Ò«¥ wyRé»P)¸.ìé7­Ï -Ëß"ÇO‚ׂ9ö([ŸŸÞ6+%G#väiŸ]’Yè;è›÷¨j¸°fUU—q\[GàÉgypFaE•í2Â{†xmpèFwÖC£5HûµÇe1’ò<]…ò %‡+%‡õ‹kN ïwËÛn@¶BðJ©éw~H^ {×"’4¢·ÍÏë*ˆ³,cŽÉR]è&'¶>[¬mcÝÅ—ZWêÅU´ó®TÙȆ¹ ©Ýù ìâU:ÓGjšöã,áÑ =8§j•|Ÿ‰À‘6E\ÙùˆÉO _Ó‚¡d0²È¢&ºvÒ…¦øº¦ÿ¼Ë…xÄ­D¶0ÐvxÔ ”ähM4¶cÉ1ø¾ÐN¯æúi(iT!ïP<×j -^Íûå,ö½5KØjf\{€‚5±þ[-‚·Weå,f÷Ç ºŸs3Ø:f2I­â¶Yk\îÌ -ò 6%„~_Nˆl¿¯4²ýˆ‰ 3ºÌI®PùÕ Ò;œP…‡®;u(Š<ÒeÒ\êÌ!ù˜ÝÖÍÕÆ;N%S|žÛv‹ :c¯DõPR eö -u^x‹f.Š:ô;ÂjÒ4Àšë–w‚á_ëÍü0ËhŒü@I”Mü¶¨ÀÔ­üÿ³ön»Ö+éyÞøÖ¡ã…µc“… 0  AN †¬"Ëp¹ûÔó¼Åù¯žcJ -AB÷?¾Ir ’UßæÝ °Â Ä\’4½œ^*8¶ÖË-”ºù¼èOÌ´÷ùÀ¢½“"MìI’Ä4ù.'ÂñAwûø*˜Í2g®JCYiqL^YìŒÁ,x€4G¾cÂ)È—%»j˜ãÃîÂÁÆ .yaføZn”i³$”¨Tóßlj]¾ßò}Ñ—~*ð_áõX…0›0@€9KÆßËȽFÏß#Õ j? MSÃó·q•høLfGäÏøv9¼q¶lð|ÛŸ[öfŸ8¹? £Ü£ÐLa·Ý7«3Šz(£“Ó·‘©ô'£ëëÕÈâ  â¿ß,VyLm@—‡¸‰¤<òÆ9‘˜—Äœ(îMÀ¶Ž¥QŽÒwTqn£túhÐa=Ë®7X€‰ðŸaÀo´œ~, €ÑÞ¦òYq5^ {s6"å_y“Áx0†WñžGŽ®Û:Èн¤”"À´F|Š}ªB²Ìx¯¿ù&QJÙHæÛ¢eÓ4™¥¡ñtÕ@îvv $ƈ ¢³[È„çß)†ù÷—ȇ—íkrQ(Iî›5Ïx…ýói 5c掸€êúó\ÿy£‡Äµô4ºc$$A r¿ÓÑ­Zð8ö©SZ8ªî ¯![ -A÷³)OÙf7ò5ÌA@÷Cj¡í§¹2o©ºŽ‹V¾&OÐ|ø*LI˜ë,P»†òIÇ<šÎ/¢Gˆ€eE‡~ÚQÏãö]?g -!´1™ß2DútúÖŠ y`ÙÕDá¶3³_½ë]û˜ˆ³`˜Ãí»û‘9Á§ï´FæÎSùÂj¦ öà^¤0’Ä}èì¸Ð«Úw¢ÀÕÊu½¥ÂÇç ëJê””Æ4‹É‡õàóHƒÓcá£$W«®“[űuœö*Sáû½Kw8òz8ϼ{þš–€0¸ÎWÀãÖžŽ¾ÇU5Uˆ°4[ž‰~mûCÂvõÜdzžJÇÑý@‚Ü~QX…:ª``ÖÛw™&‰` 3¤PÀïC'_š¬8Õˆ¹Îìq8!" -¤0³Î™þ"ªþ9S‰Š2½”ˆd¢Jy'ÐõNå AE7žÃ$U’ÀÜX¼”E]pÖ9½ áú’ߘG§Qçž!ž)0y_=:^šîòÞÎa† \ÞÊ[À?HråL‡ Ä«9¾Î>FBߌ²-uñ,µßBžzŒ(~W" @%lÙµ€Ü0T"Ì6šëé+ *g |ú¶GŒÈ¯©˜Â™ŠŽ¨TÕ‘F¯ØšzÃ…y¤ô Qš×脌·î„·ðÌer¶>6kôé 5|DÂñk¸/ œjžASÁ3Wñ;, wŸŠ{¥:nUã– Àá—ÁÓfvÇÜk-«Þ€9öh}Ú zH£óäÑ’9³ï{J -"h} }óK°Æ*á>ZhÏø½2Ñk¦{g†1=Œ%%szu)GÄ;SYÞ;ðs=.Ñâ öB¨6ƒÚÔÆ¦Û;$¤¨´‘}£€º±÷-j–WzDò:‚ŒÃ -Ý -Híè½¾ eg/ŠBe\ýªqöH\X{Žþãhô/jÔÐåFî€iã…Z‹ »ÀöÂòÊ×ôœ×3¢ôS3‚휈+‡±ÿÝÀµ!¾Í‰”n,õ ØÛï$xÛ9Ïb˜˜ƒgK†Êƒ%qDöËApèz£Ž2É¿¹T8r‘wÛß#Z”’,âÌ\ñ¶À€õD@n¡¥ðÞ”YÄ}ÕÅÆàpÑcR!o®:»ÔXñ‹)&+’ªµó¼}Œ­hËV=¶úÊJ ­öý>?ÏAß;\žÔµ¼£ã¨êcº}ô¾0-¨Tw’'Î’æ…çèÍðUÊ-¤Æ«EH´ò-%á×'¾®1;‹çÄû+ó+ù—ˆëu C¸”þò}'*ýN o° ë\½F0¢!B,ÍŽ ¼ ‚ÎË×b†C5É·iâ>+Sîž8}ÍÈöo`*MJvôÊø>* ÐÇ~Wɹ .§Ý–ßW¢GA qPFE ¹aY Œ™T¯]¦×Ö•N!ñ{åOûñ“ØÉCzC¨õßåÀû¤\v§/ò>^SÜß,Ûb;æ„4Œ¨ä`ý~¶EÐg*bJ¾dpýõ¿ Nmö»jõ`®ðõ³ïjyÙrÀΆIL¥‚›quP”Ã*‘ÅÐÎ`¿J€Çßx¦!°ÿÃÑÍ -!²9œmy×1f¯¹;›&â¦êz#çS ¸QîF=ºìdZómÜC³ÌýÖÐ)ɰLxºàkœ7æ‚›¡³ÊŠ i3µ¸Ä޳ž)/~3B¹’†Zd¡jy)Ò¯˜ÞIÓÅôªr%nPáצLÞ5ñuDídâ*¹tBxNѪ”Œà'U'ið+¬û9ZÔD#áÝÃ)›TáŽöJz±9<6VÀB±½ÙWŒ>’y2™ ¿,GÛŒÁ®Ë1¯‹ü}Í” -ÑGî…“•`ÏÿÃ)~å0Üîì"ü ýüªüq*SñÄ{2x I¥÷d•˜ÂxªHš\«÷ ÃÃ_¢FŒ–Éèo…҈Ŧ]N^ÑÖ‡sýVd¨‘ôB’¤zàw»œêJÕ݇hap}¡×+¢¯×àºy"'²ÔëêÜ]'IxTË_j*‹HÙwG›XW,Ô¸QÈŠÕ_CÎ,ódi+=Mœ„×AÿÒ3&]Xµ”LÇà úó¿¿$žðßý3žõÿêýçùüïNórë£48UÛ3‚2öfpAcøû•%ôÞk4˜ïQ2]¢KPêß?0@ ¹úï)–@êžjohÀ…%Ì‘=åöØh¥jæÀR 6ca -7r§fDZkƒ!Óªbð!‰ôÂÀêí2·rOê:b¾5zóMº¦ˆ}NÔÆŽÚïáᑖ刧„‡èQúÍÔ¸ÄËö=‘ Œ¨f9Çz\àQ Е&£f1õÀ^ -gÚ›O³‡¢l“ü­çñÛ¡È7èr¼$[7©ŠÔ÷ÂnÑ=‡E7õÞ2m -ç¼H™T+&²æÙî£9L–hE¹÷!‰=̽ü‚J^±hRai¯ŒÕâ»Ë -—À$UуŸn?E 1r¢áüy—¦¿x‡ÅámÐM¨*§û|‚æêÂ>WžŒŽàÀ [WA¾½{ÅC`/4^Ž¡äaØIêèjEYDY!m|—yã¸,Ä^efA B•æ ó&}\XÓî¯D–ÃÌ òMöÓ®†? Ì‰Ð ál!jF…ã¥d_½O„Êþó»û²ÿ !÷NÑ.m:›þngCÚ{€[ ÞNl…˄߿ÝõÜŸž`¼»xI&¦?Ç)J¶|À#dE@C¸?D~DLì0Ù~Ïô=Šž Û{§B 1[9´ãÎHAÃP@mõøQžûë;¦@ dÜ Œâý+4ÛUX¹Qãg7l~ÝË *|pã_§^Û'>DªÄÝlÇt*ÐîSÍŸ1ûÅ` Â2W ×àN#,ä(6d:J?håÑû×7° ˆœÌ<—1PÃÛQ Û÷qîL×wDŽÛ㨒£` #Ïé¡Mp‚wÒ7hø^ñš Œ P‘u:“CŒA -AA~p̓<¡cý*¢|FÕ#E¿|÷q¨ƒ’È¥`²hRA“ÇÎgH/'¢ˆÃ–Rö.¼Úé6ÎϨßð¯}]4HD¼:ë¶6Æ?=ŸQŒ N;;]DoCØÎP‚íe,‚¢O'Š.¼BÓVÓ_>kž6ÁdÉ,]7……®×p2ðS»^˜ïÞ^`ÔLÓt©‰ù{?¸!»€æ©|«·Ïpù€ñ`:¾ï«Â‡%ÿ¦÷/}xûÃþ+î)ögÁŽ^YœP]@¯cVdØ2Ûye5–Ðq“~;ÚìÞ±ùBØÝüKÏ~ÛôA&@=À®b¸¬ðß#Ò4|)þûÙ¹<§¶u‡ˆW¦¯ÓßEæ²ÎDV9*"ÒlmD²R_­¢TŠab²’Ò0x ЉÇqü/>ìI2 û¢]Äo>íú³Ì§fÿÿ*¾¾è;òC P-‚½B]#Ò$EÍÞç]ð@¤”H=²_7:‰`-ì|@ùö­ÉÀ±r±LpQ5ºâ”œZÁKz[¯àñPÊ>0·Æ*«,5¢KHO+i\\dÌÖyÎÕÇ,GÄ™ bäLÚ}­õ:ÊÜìÛö̘ڌ+®P”.£uå+JèÇ]J -?ÒºÑ!â0*Ò»"l7#e…³åAî‡t¯q\_Øÿ²3à0$ò‹â´F"6擉dn… @±Àð Væ"ïïRK ,³kÁ62jTC_7ç*ž‰*:ƯÒ»j®K QXhçùÛ˨ꋜai½4fˆK•ÓÒ®*NTa—m ÆK3Ç:_:QHØï"¯É†˜9ÁÊH½:ºKAaYƒI±ÿü9€cªaF°`?Œ°GqïsŽ?)Õ«]ZŠLT~é_JÝïew ÕE5öÎ ¯÷Ï¿¿ÿßFi)’¿+P›èáFD²ï[<ïo&ö°BÅSADÊKPŸB•º>åF]íå6R¢£R ÂV‰ui0³Ãþ ôÃMH[‹X%ñ7°Éêô8‘7F’¡öçT®XTé¿Ú99CC#.”€ºh¢¯1nÐ`TñE -½fá@ê?v†¶(OÑ÷eÖ‘®/è¢ûÜ©ý^Éxå ±™}D¤"z2#…’‹vÓGNWùƒ^ -÷¸„9‰} ˈs@?‚úÎpaÊt‡ ÷ËáLU Á··ØR˜îû‰.ñEsa¸˜=nêìÒcæLýA\hE´HyS÷ñ·É‹O…8ú -àÅ6Š€ 7íx©QJÝ”qWX÷ÓD`k–~ÜÖ0ƒõj:|kÕ,CÌÆÄiW¾èyvôh›u)ÓSRó ¯ì2DW·×Gb:mDÀ¿ ¬òµ‹»¹#°"vb¶ö£;HÕ~´röWm€ôVwnpþYä»}ÒKSŽ4Þ»¯â~ŠGêÑ—Ûk+òR8û ä7ΖœËsòñ-âoÏä#r6ÐÚÚQ꺈º¬IýïA$JÇß Wÿʾ>ÄþÊÑÁ‚ q~DfNuú¨b8ØôЧéŒúç7TZZh&ÜR€'¿'è‘:dÐ'гª‰¦--¤E™’uh´Ý”t¿¢K•ß®ËõŽž¢Ê{l2íW›}?0Dñ5jøà#Q~=Nì!t¯¨‚áãËíÖ™j?‡Jç€ç}bÖyîöŽÏÔÍŸD…xYd^‘`Gµ/¿¹2÷8(ê[üq¸¨{·ÅÔç¼ߣ Í ð¡it~üaÿš:DµÅM…ÚI·ézÈE:ü…êuÌFæ\S˜ï‡1ûRªR½\'‚N·>>ÉGËðí—Úßg&´ÌVžx—ª_Aämyòº9$%åE h(§ vë•I¨¯6á^Ó¾¬„ŸÍÜz”nïÝoPÐжܠ ~x>œEÚîºÌ‘xÅeÙ“nÖ7zB $ìlóê É„eAW»Œ¸çÜGúáÀ#ݧµGBã%Ô³©QyIúÀ²l¶?¡\»Ò¨ã˜º FÕÎn¿«P‘âÆ @û8‚‰cU^µ‹v$˜_V„¼^¾>QŒÖ–Ùs¢diƒ–\EfMÕ›?í¬5ü""D_² xž¢Úzÿ²0ü$«8ÛMÍ)¦µOÜiì¡-\ÑX®yFd>ž5ºœpˆ'—"m°"ñ*²@¡CèÜ£.tÖ¿ µœf”ÍV š7˜ßˎþ’…,¥ÛQQR­4µ8½rÛ8t~ —ûØ‘©ÀÃkK[rQ Ã¥“LÕ´3é®F{”Š#>#O(]í°NžK¢. AF¹åAðæÔÔéh(›Ò?9Þ!ºit»ã¸Ö1V‰‡<_­·¯‘§u/·æi“Àã“ë\#ž_}©õßI‘n#˜úqòqƒXFŒÑÿÀ`“Ÿú(N<•:’í\ƒ÷EÁ]hÔH¦!žÁ˜nŸU¥4eÆôN´ÈM•Á!}­&¾á EŽô‹-½®Ÿ Ù¥ È:ÙÃu²hk£jæ¤ÙFzZ×õ•çGV›±Ý!H<Rè\³¢ÀPVÚó#ûâ ´(Yy#H£‰€I„ó~švµ_ç~t)é: #¢zÁz®¹% ľÇÃŽ[Fßg¼ßÖ5^îâã`.¹[“ðE“þbÕ«>¤¸bÑ™>ïuÜY.`ažÄoŸ#™•,fT:pç,]ðµA«² E$¯¸ iÒÝÌrbÃ(ABE.sæ‡`ƒÎ¿»–ÔÀÌu‡žçoh²‘ÿ?˜'±³ÒÛ Z¥ ©_sdƒö£ÿíÔc´óÌ_~ô/¨xá¢#´6 á?9W¹Ç‘kk¤fU:±$ˆ‡&3͸ï^ÿ‡á÷(, ˜¢ \2FœtD(sM0OÄ}¬×ÞÅ"ÿF~Ùä8Ðx§¬‡Y ØþA¥tD¢l? bàoÝ2Üþ‘"÷kïäʈ·/£hHopòÀNˆê+QBDY’cÓ·«fV8·²ô"ÊȘ©^æÉ_-†?Ò+dÆ+DŽp=V0ÒÈÔWÖŠPeÒ¬p3ŒûˆxŸ¥hg´,ëŸÇ)º¦ÐÝÝ Ç;`‹< =yýìipäJíßâµU+~G…·†lªÝ{Š1Ô3CÈâIÞ)ºjŽÊçK]UR nØ Äs+Éu|ÑEeGhÏoª“|‰¨ÓD䙥{ýäIŸJô¿æòJtô\cÍÉ*vþN>kÐ%tô0ü¥Ýš×uœ×uÞŸ¹=eŒöû9Ì\'ˆL=Hµm” ÷2w8åÒ/뇀x®`˜Wì#a¦†!¨–îVÐ2CRJ‚8ÁÕ0yT›€÷4çgD~/’q6Aô ®û§ã\1œdЂÙßÁ篜sýiΑ‘™ªÐÆöz„\£—¥Ïú:=hXX±œ¡‰†oïψ÷…«|ïàçÇA|LŠœâVq—ìú¨íÃÿ`UâJ³jùÕ}BÉDb* D4Æö£1ìéݯ=«¥ ¹BŸ²`huEû5h»¥Þ}Dä—*ñ‰ú8Î+ô ‹¹¯£À‡ôµ¹œÛg¾`ö‡[(¡~€i_u^¢¢¤¢MBÔÖÔ~üª‚#[8TXÅ»Æ` -¯ï‹†µúµŸ?µî·Õ¯èP÷ˆ¦ ûN—áB¼#º_届à›õ Œö'_%*Ol˜‰gæf©{Kf%Ï:«RúÞž*²0šœsªÚ ‰&y1}¢NõÉ “EQOĪ_釀FHï°Ë>¢Ôf0a¬lÖEUoõÁЪՋì3¢k -ÿú…ÛFuÌfÕ­¡ò˜ˆps ˜í!Dj÷à|w9"»Ü¡£‚saüqÉsÖ7ÛÚ›€îc÷1«ÑM!âá˜3ÂÛ½# F@G¸¤)ëW4õ4i_gŠ n3älýNó¼° -xsê››NºÑ-zQÔ½ÏÝá×nWóÒ*Ùéuy3 8…øÎcб¤ÝÁc¾+Çc¿õÞhì1#L‚rÆG„Ð|:¿;Üoó¥´èˆ´(æ L¿¥ùé¹Ó0 Qæ\‡Ü}¾mÅ`TTZ'J^÷[d™ÚŸ}Æ!{‹î€Œ™ÏÕÄxæÌ™ÔÚô,ù]¿Ÿ5Z”½aNñµÃ¥]È}…0ôèµ@xWEÅÓoeåÃMŸ˜œS}®Ïˆ¿}çvz—ŒŽÖËǹÇËÛefÒRÆ2\¢ŒEé3âÇmó{ûOÓžx~¢ßpOVsô'-•ÊÔ –ŠÍ•Ͱ!§¡òNýÙ˜~?Ó3sPTzôŠ«é\ïÓ*1ã8¸x†Ëóº†-úøEÒ£Öß(56NÉ4È@ïÃV@¢ÊØæÙ£±ÓÔ'ji€I{Õ¯ƒDmÆ;ÙÞŸüì ¯ùÙËK½"J=•ÕÛ5OÔH|>"ºÜy¼áfxj® Ù7%cÏ`vˆ˜å\ ‘¡æÐ{&)Ì¥¥©>ðY{NP”Ž@¥:®NÕŽÀãÉ{W<Ɉ f•¤*_·GÌþi¹ ±{cƒ_{,¡›<4(Žcï†×Ž~D„„@«ªü‘pkÍÞíÇq ºÚdBqn³‰ÀÐiï™ßLƒÚûïiØÏÈ™€¶¨½ý 2DÚ«ƒc¬ãp»A0!Þ†ÙîG„z^PN%„¾6íߣʤã„ï4é7#ƒ¸² \II -XG=# nä¸/ º6 l%âNÄ—á;/T(úžPŒ'úOÞÚ‘[;Þ&áGLxWÜû|“ÆaÙp¡ìiÀ;X¸%Á–ü÷¥j$äØsK©D…½ì3ÂÚûˆ -JKdS6ê@—V8|+œýÐŒÁ-UWñW ªÖ’ãdÃ[¸]»ÚÑZ¤lÞ÷ -Íó³Ùý1V¬‹èX¿¸äDÙ°kÚH2Õµ_º#F×(ò?„õzZÇTvöISÌL¤>f ±G`mŸ·ŸºŽG&Hw¯Û%äp`§@]Cçýt?ǘEE]>˜ú- ˆXŽ)€~8¿õ× ²›‚q`i#m„V1Z#‘›U`:…Ù³¨¬\’8DŒîÞrež ˜u½ë¤;*žFÙ]Cµ†.‹ûÒ,Àîý *Éq>¸¤6žƒäß$+PLY]–C™2€_¬É]†Þ2$Gõˆ ì\fï"ŸÙSZ쯨g[úˆRɇþ"J>UåRhùóz–ä%ûÑ.×|Õ¾E}Èo3ü¿tÚ©η ýƒ/§ðºÍóÏgÀ×*“RPN]>³·CÛSA£ ÑEŽ+Ð.@f:>àµÅØ=¿ûάÅüÜoš„`Ôm8¤DÑšœÀj ù@% -Òö¡¸Oq4ÈŸj0O˜"Ç åk=*™ÃÌ3+v@ð¢Ò[9NØ…;ÏfÞn„tòÞS§ëÔ!–vpóBqüaˆÌÐpvRÈ ƒay°hÅìÇ-˜ÓrX?ûÉ¢- - È~…½é%8)¢^­÷9Ó±BÙe,¦ÈƒŽÀÖbòç’âRuÇéJ¯ -ý—Ø)¦=ÇÇ -ƒe"Þ‡T_ª1^ðQ~8N?âHbƒîuÀ¼K­žŸåeª_Ë˨+ZËxÎçªCW2LvCì±ró;=ù­ª–\û5¹Æ[Iß™åñ…×a u 0eäÏïpç>v‹ ©hü>[0zÚ_a— -æQHcÈÓþrh‹ÿÂuå8)‹ÈÞoü(9\½ -îÒŽUퟨ,HZ»”êGŠþ=ê·¶Ü?Eàæz«q{´xѣߢÆ1€UÉí…„Ó’Ñ ­ÜÇÅ·ú -ªóDÜábÈ™j’=TLF?sn¡ÚŒZ°SìþÅ>J9TÒq'Ëڿ˹Á°w_­‹d›2{O(Ï•Ž&Qˆ­üõ¹žGSð‘‰wu¬KY ¬z¥¯3î¸=8´Ñc²Œ¯ðî˜r×ÕQÿC¿ˆâû¯P^EÇq¨‹Ëû¾ŸMPžE¹ÒêF,âKSX,åþU"±:F]òPK%wK‰èaMíë‰xNÄùïiZÆß£J‰ACGYBAÈ#¾¥i K€Ô¦+îI ¶åV‚(¸\ð.ñ.˜¯Fè‘»Z46©Þj pŒ[Ó|©D{,izÏ¡#Ð߈.?LztùÕIR—_ÅÛä/Zì /O¸ÿ6…WükZÔª4…nû¥Ýïsèó$]·‚åäBû*™wäÚë[e>¤ÃöÀ+òë† ²êûçÕ€îµ*Šß#^\RÚ ß>DÎ÷ðÌúwç{üHO.Uª¿G 0è¬ú”|D±ýW€òHüá«SËΘÅiµHßQr¡~UJ”bêQ5!OÀŽ¯Üªë- pµô_€qªšÏ“9³2•¸Owä•’Ü;h/Ô™~(z‡ÕËã÷ZÅ:μP‰•c°ý ß_3Ð9bU^Äpê‹òañ3¥®!ÀÛѽcåJ€ñDÜ®šä×i$ÙÁFïDôî1h7åL£ÛK@ì;Z×HH©;ÖUÞsiCÄóaÒç介T`¬@ ~ÎäLs^ª&̆hQTöíù~ì;Âi ‚ÿuÛbÝÉ/[°Ð -UºuGð·ª` xzÿLuS­,YÊи§æ‘Ôã`Ì^^t2‡2i2Øír`•¥8‰0t~ä²wÞëMD¡,LÔÔ8ReF¬{/ëç8we=ÚµŠ^Ê$6=‡‰¯RGášcºPÇ!VÐ2; ,£X'»BÇ‰Š…¤² 9Œ,ï2xÃŒ L»Ï•t»}6jŒ8«¤%ŽPûä\ݹ‰ ’×dÍåV`ྱÃîH½mÏâ¼ßç¨Å†»ìH,Ë×ßࡥà 0ˆ>J€Ì¨"0ÂÑ‚Ú&Í8Çÿˆêéq3ðCò Ú‘Xóêý‡-ŒÜÑMy–èMÌÙñ’ùðD¨à™Kk¨öq˜'{þþ&º]1BÔà#–m•"pr œÚƒ Õuœ–üëËj*ZÍ/ WÁkE)ZÓl0KŠ–+V<^JSTHä„D\º2g_'~"]SÒCgþÀ¿“8ò×í•3S#@<®¤jÛ¨y𡸣o¨Øˆ! àU ­Û /a¥Ð?à‚réìê¿>@Œ°ÊœVC9ìù,ɸB—ÎŽFEåWÁ±®–©Àn:¸][ÆÑXŒñ–ß<úqyÐ{ ¸ïG1¹Þ ÷ å\"ñæÄK$Ôê~ˆøé¹ýˆ¢_ý#·…]õ¡d&û&–2¹ù’.AÙ0Ʀ]'¢«‡ø»ïE xž~4ÆŸ.î²'öCÄ¢\0É‹¯¤z™{‰[àÿÉŸ!4‘]Œî -õà—¹WÝíîÛ9ò×,úD̃ÛPýv¿€1 îzïKêrÒ¤ÿ8\AÎÛ‹ƒÔãy„Må°€é -.Ô±H;¹¾‘}%‚<› MeÅÝ€ˆátê9î0;w­s&º"€$‘*w”MK¼ª„¨Kto5(ý n@³œ½!O€¨ËV)Ÿ¸|–¸N ·½ús:ׂ¯±-¼èBÑsîÇ¿,K“¸eÂr™ô@Ï8™ËeãÇ UÜI|Æm”¨­˜|/S,–¨$OðXHž`þù$ìM—ÃßgËtæˆbkz9ØTóc¬² -Ï7,³W*pˆXÇ6Nû 3KrßBtüö­ºëYXX`€¥dÿQ`s­©AšI¯Ç…t=ë¬5YÊú½!8OÀÎÜÞÕÐEI•nš/ð¨òÏyž8ßøkôXñj%±£ %Åyp¢æPÜùD€l”_Aä¬ìéÎ~ äS2Ý3Ñj»žÃêMXmø*Bù§Ô´^`(ˆÝÌÝl ^“2ôö^Ür͆1x<^à¦\Iu´£ÃHi<Á‡Bwt±Dƒª©î‚²-µ8 ŸVhd¬á…óowV„¿¹¤3ñ7Žu{þª»4>_mG8„0òp k'¹upUKôë<ô‡ jÚ2ÓtºuÙÝù(u’Yºæì¤h>Á;÷'BLe‹Úë)' -Ú¼CÆ9·b†>UP¿÷î2~ a[Z®ß1ó¨Ë=¾öUøý¼:ÂøÙ‡ê.ýi°*7Êä Ù¥¿?Q(Ÿö¿ïdÎ~É4Ÿð¢—Çqöê08²sLV  SKO(Z0ï“·…®)Q0AŒR×Ȉ¹ÖóÀ¦!öy"È®/,Æ[ eÈ,òÀ’chéș֙:²¢Ê^¡¹õuß »Â-Œ÷÷#Ú4‡Õ¾â¹AÂÝÌÁ\Ÿ©D@É 0 ±¾Ôƒk¨ëM;/##Efð¡òÀJ¶* 9pbßûØZÚ̯ÿQ¤¡Dñât3gsZy{ßè%l&ÀM”¨d4“F~ „@À8P$¢4{wª=QÐí‡óÊLSÄìÔ0šgv©s\ §, T?žœˆ÷£YÀIô*Ú—S„Ú¯¨,ÞN{éÉ[]­¡+Å6éë9çÛ_Ò⇟ô–¶‚Íç `¬¼$÷8K-1ÂÕY -5óFœx™GNýå®cï…f™ÅgÖ;Ž<73}DÕƒg§ë·ØÊì ^ -Œ »G<¸¸8âÁót÷#)fÝi½}ÈwŠ?ê%¯¢øIÏã)+ÝaOI¶×ªîlç#ÐÙ{3>?êúS?:s!p”À ™uÆÿ‡3­`3a5¦i*ÝŠùž ŽDux˜Dé’€‰-‡éJÛKìz °Oç‰F µÁÏÊñQŒyhëY tÁe-¾Ú˜UOɧtx¶¥,B?JðÓÙëIgw^ª¾Í3µZ/þ!ÙœPÁ›¼}F=Ñææùé)Ò¼\_]~"çn`”jDÓÆý ]}Fdk¡ç¶;UÐçqîKá öuùßx{•¼ïp´ÇNid@á? þ¢`Ì1ÛKCå×ÄÛ‰I\ëJÐÇ$»k£ÝQ¯Ö´²‹WÂ#J… /­¢íxÙWuµÈ¤«›ñÛy öc[Ž=¦Ú— ÷‰ž“» ­Ð‚D‰ÌrD‘ #÷Ã’ÆÂöÐD)#r;²!¡S‚ ß/- ¦}ì+óÂLÉ?WË+tIÓìüѼÒÕ÷DÀ`Ù…A¹ÖzO -í…hSí\˜†–«`N8JH5õo‚ãz´pYgó«ºOgg¾d¼€K FPUŸ©j“éanÂŽ=㽊–Ë0BdÀ•=ëyU™°×çüºdÀt=®Wج-sÏ3‚nþr¦rÇëBÿäšK³õ]u3? Rúz»#o¡ÒÊö¼Rk15c‹·ÃÂ>13ú¢5ôüö瓦·2„ ~r×cøÚ)Û¥ù:ý‘ô -D …Úž‚uü.+?qrë}úÆÛœQúú@H·Q}pge/ið(Õuíïù2Z®ã) -•îÎ…k:BÉ캎%&¦ëÆ=üb¾bWïÌ‹ŒPÏñ‘^Ø€%ò¨E†zu/I÷,¹y;«B—bÊ\K¹iîŃ˜¥Ã²aî9s±Cä‹ äË­æõ|ôd䃯(m¨3MÓÌk;šäº±ã-&ŒJ¨Òí¾µÀ³[;ÛûÅñ Í÷L÷!é 51ÒŸ´.@0ÚäŠ =ô{$¶?óG@lU*4²w˜–:Á=LÛÎGYí§§•™àЯþ·L¡òïOö\Rhÿ™ÚœáWˆ5µ~íd†ã×Á•iä…Mù=Œ --š6ºÞ´&^¥ä|6Ú<| YcŠã—(}^óë! e¿MíyÁ,°²ó &o+ÀÞáu•XÛêŽÓSüÿj¹Î¯ñ§"Á„qAË“5cYÀ$Žÿœ‹y´k1re0„ì‚_n×úŒð<}I|XÇÕ¾ý8Hz¹ñ3À3H£úжà†åxã~À­€{ÑÝ 3c\ºÜZdÁ6Ú$´ú<¥dŠ3~0‚æÃxjVE;ç…O6õPù‘ù¨¶)pÁøãŽ3ïãÀ‹•Σ3ÍÎ#)Ì…¹|‚¿ן©•¤y+‘O\µ‚^ÞBë/Áž”ål#ý¸ —½TjJò- 5ø£Ëüþy+b.ŸG’ßé·…µÄEQâ6%§~`Œ«):L¦×pø#J,•oÓ%2M²lœ$è¼Íüºb3ÏŠJ¦…átq¸6>#Þgí¶íbw¦ýpœ èsw9û«ãŽd/¾#XÆG)žÇá½8Ц±Ià\QÜ´§á£Õs^ngb3³­xh7DF›Ž5Ù*Œ’°#Ê‘¿grxÈ‚‰•WæÁ¨ªszÓ:E)›pº[Ž£D?—Ų¨è ¸'§õÞ~‹#h¹ìˆ/U6²r{—‚Ó¹ñ4ïv ð”ò¹+6"¿ìÆ­ß©tÅ÷Ðc´'ö*a}ÎôUâ*9ðf¿SaDÊ9Ú.ñ_Ø"uŽ#XZdøï_.`b#ÖþÊI…ÂBùmxYVÓ5áP´‰âg'̬ÓmÝËØNÆ“@Þ—·¨¡îä!žÍ•§¥ð¨Jñ¹ -w›©ã´\†#Ì›®\di·Ïˆ¿}‡k¨á1Q@Êõó8»Jvbm‹ƒ>ÃU3 S·ÿñÓæ÷„ -Dø]Hîmöhâ EMË¥¯*ææ:ÝNpv±?Ç}…®a„Í"<Î62}ôÇ»æ;kn!Ÿ ?rÜŸ0ňÜAc˜¸d3†YN#jZƒ¸7áÇÈI|a¹: š[¶½^-:²˜:-ɸwá»~}ðOöZ–ož~ýúZÏ-ø2Ë"³ÎT?€OÑ4¡ƒÅfM"y…ySþê«]ćl[|¨ÿ Þú·

ÜÊ´‘¡[|`·Å'ÇñN2ìÇ’æ0i÷½<¬;û“M`úŠÛÌÓ•$s&/æÝ"E!(ÄÞ‚'[‘(zÛíl´À¨…xX gx¸z¾å°–•>5À BÒ}´}”q’k.*™:·uň#äé•‹Â!‰å.ÝÜ'¼úÚøKé-ÝÛg¢è sY8t¤/Ú 8·~`zá‚ÑÑèÐÆ endstream endobj 43 0 obj <>stream -ÒÔOv½‚ªòÑè,ÀG³kßVTQ›s½|~åsê$>2ÿsÓ>Éy˜Û3q¸Êñ­½Åô&gϤÈVB -µ`³³”Î8 jÊ€¦ˆ^OÂ3ä*»†¼LèPº)V “å,¿6[fC‰¶œ{ÔT;åÝU¬5P•T1ä‚»Ö¸âíÃÙkèß5þˆXáY/x­ò3 -—ˆ#hòr0ž>”QpÌmœc¼Y’¡b²UÔö*(–žgwf -ˆæ¡½ Œ9þ>s½x¦ö.3 XTçǸ"r‹è›b›êîÄ÷‚|ìTü&6¢'õ'ªŠ DÚ§d$™´]@2Æ ¢¹¨ìuý¹2Õµ÷ -³oj?Í„•ÆýÖžchL)²Þ:Q¨EGH¯§Äßõˆz=þ–5fûƒ¨¡ìcÑœÊá.Â\øë- µ7:UÝ{‚N~×t~ÂpZ¡õòÚÁÛÆs¥jÔ@XŸ¹¿þÖDA&JÏ–D1ÖôšÂÿ¶ûIfF³I°b~_³¾Õ‚Á‚aØ~|TÆ”ç=\ñyªV§ ÊC3KwNÄ””Ù|zByòéná¢Ó¯uD?,Ö›ôš÷˜,î¯Ü<€xW¼;P.º!hrr•XzWߣ؅àïg?ºïÔôψû°a€°¾Œ£Ï(ØæÂ|÷#D‹t€N£pmAÂeº!«À·ˆÜö[­µ‡T™$îó8>=zázU®©H<ÏŸPhq•ÙþŸQøH3/hb]âÜNP•Gޱr¶[FUÒNËêåª[hÝÏ_÷}p@–D9Ëa·òC„h#ê2xîF©kŠ9𹂼¶ß9èRŽ0ºKp¶ ™Ç©–Zã1è/z›Q èí噢!B¼r[…è MµØI€Š¨Å¯óØè£‹u‰F»O7aÿ§¢(ģͰ'øä@ýäQ¼Öuõ3¸bØp‰‘ó=çû8Î2À½•ëŽ@ƒ¸5Þ ÷žG |­ß£¨8Ÿ¥B¯d/xž ¾£—£ö„ãÆ®.דּûÔã3âo¢Î9 „Tö„Ïã¼ ðja[~A½?èm''%¾m?»ˆ -€ ÷>S„ýq¥ä-nìÚµp6ÒûOŠÞ¶#z{¬‹>£°î980ÚÕÀ³Š>·Eaf¸ÖHzг¾H,™.þéïMáá@ pÚ(u÷¡à“®8±×ÿ•¨˜\ð“à½BeÖáº-ØF~üëLî¼L jMÔCBZ]”ƒt£G1VÜü°óDç;€Â;ËU±3ß=/L³*ëžÂAÑN×ÊèÊ$`§Ä¼eÇàº2Øÿ!¢®°.w\ëùFŸQ¸)+,hŽ´\z¹ËP½.•ïé,jr¼3fu„摦ýþÁßžLqñF B™úñç»Ê¾«¦C<ÀiéG4Ö#‹òGÂÞý Úðí³,/â–娮swP†©(SƒŸ°MÇ‚’ì¹`¶-xjÛ)fªN§XÎ;¾Â¬' à s f¾£˜5¿H΄ƒ73?„Mwh=$òÂ~®Ê€ý¨³°Ä›~ ¨ëü(¼G›ê#H¹]2š eK~˜ûÔd×q•¿W„žÇ“M Á~$—@âï)VŽÊ'ËóãqFÈè;á³.’+IÊ/“¨a¾0¥Õ’£çôVÚxEñkHÄ Þ‡Øð0_OI,nœLÝ6ÍÎoíR¦õ–ß4gäÎß!2ÍÓÐâ¯ÍÀ(¨«ÀU¦Œ]SöÇY.ã4–N„Öì›b^9£Ó=“-ýŽ›¹ø? „jlZUùëã ÚPózcC­ 5\d|¯õüpF^÷tÏ©õ= -’Í}Þ ÝÂÔK`å‚ -U‹¨ØNqÀt]â»+€3×^à+®óÇáÜ ¼]óÁ$0Å —,¶ôN# ýÐ-D¤Å¨½Ö×y4 -ÅNoù08Ž¢©aãæ‚{´˜!"ž"ñkÈíÌÍí M°Þ¬ý£Û¶Êf¹œ(.ZèÁ–ÞEa4䊿dl/Ö^k„¦}D\õú}~Ès5ã‚H†‚… Å &í -(ò§ÏÁfRÁQýùé÷;…Öz½‚´Ò‡âôdtšr‰¶÷ζ_/Ép0T ö­ïQ}®ƒ"µàBÃ;óà»iHÀ°«Tu•¸2ß)ܳõüÑOÚ•¶Â_Ý©?‰W”K‘ä@{5”Á›¿>¥gÙÓ@ÚÖÃëiZR`¨¾nЬO‰Ûr8¦•n{uÀvdÆÑeõòð}«M+û[ÊÒ 0ÖIn×ÍéÞ¾Biû—éOš©üÇÈÀ?G³T¦]˶K1¯-ài$F²k±4+I½BkذwÌ9ö‹~?/‹½Á½_¨3ÁÒ³F™’GŒ^žâzpª7­É“Š0÷~¬ÿÙfSÜ ß~ãZÅ.µ.3Ì o¥¦A, 5­¨‰}HBCšû¾CæßÐîéŠ×ψ rfšâXŸQñª§5¤¿G¡+.è—ê¯?D€{a&já•uøê‘~Sö½,È®Ĭ9ÒÂÄñV»*'Wè èÙöN -âÑýe—5X -‚ÖyZ®¦þèÕàß¡˜¡J( -GN¬QŸßþ<ð… ÊÛÿd¯Èê䨷ã²a¶gæÁž9´å ËAôÔDÅšñkã‰È -›E)úæ1¢D¯5…L†Š0B‹}R<‰Þ± K‹(—½e]=Þe‡°÷0ZcÌ´ßåbÁ€³(¢ÁÍ×¢:Mû4¶°®ê·êÚð‚0ìP¥%*².j;ù¹0­ÖªÐ2V…·î ¨=¢YŠRä;…A àM¦b­w*Öë×™``Õß pgÑS¨ËœµŽ™§_1 Œ”÷ÊtúMb€Ä™¤’ëØåmh-^ ”R½½¸‡ýðèÀCëOùÊæ˜Ïžæ)¼F(î—Í¢#e`1prŨ¨âO9 TYû[;&‰Q,F •'X´²ÅâA»T>:ÛÉ}9SÈ (zì-ˆ³Í1/ìØ^9þLRµTt P>+ÃŽ«_ ÂæËjhõ°)®Wgòw©Êï¿æêûp@Æ¿KDö@< tŒð{X¦é„Öà˜3½Y”È\r-ä£þö/ã< ò¥Ú$óŠ6ÉÙ¬Gèk3¬ÛëNCBà¢üÝ ÿ‚÷ÝcsåºG8–€0P~sàtkÿ¤—¥²†TØû9¾5äbVîébÀÉ{ã¬õË)ˆ„r\¶Xîén²Ü3G~”#B€bƒõ\­~pég¥Ñ×£žý BÂëMÊ0Ã’GµÓŠ¸Î ìáuÏÝ…æ•[ОA7ã±ÛiF,QRË2²a„¡Ñ÷žC…í²öã¹ï€ÖW%È«§l=`ŠÁO Q‹K(H@Õþv¾Þ(8~FDç‚xr*1°w_-gÚÙÝ¥mP;O1>]È -<£Q€ ë¼K{ÁýÏ›©,=bº!ˆÄ< «7ݨ@›m÷\ôØ© -GËW*{½Ä—œl²Àê EÞ¨‡mÉîEk#¥Wbä%ãÒ[‹ae`õ OÉv‡§÷ŽüŒŠŠ…BN–”U‡®ª‚­³/·c®³_5‰3‡§iôD 8Ñ´!È„l?غzÁÁXOa2HñýB›ÛU½Þ&ÑzMYY…^—0ªikj„ßãža?\ÈJM_eÝ.¬pËYJï[#à³ -†úÆj¶ÀÐ4ŠýtÇ.Ì‚jP0ª&^èºíµôŸOýu‚ªEcO0JuÍË '¨T_;¢£ã§ã§ZòUZZh‡¬x#r>ÔyË/5n%°± “l®ÞŠ çûûý¨©,¸=¶8Mûßê8†© )öÖD‹aSŒAy¤ƒ¹·M¤{Kç|¯u×} {6¢t#¯½@‚½þ^2xŒRmö÷v>½ÕÙò“5Ô0ùAèÇTxv[L/Ç :ž-¶é;‹(PÄ&”—Ô†»’tXè!éÌç=·ÆK7­è̳˜•ï‚*¢ߨ0Ûs|®ÊŒÏÕ ðêF¡£I=I銆ÐüxOtiQàÀ—I³±IBÿ«ÄZÕÎgÃØ{¸4Ø‘ÝùJôk?¦g#”oÄðpüe"mÂ(³kG J;²ý&9ÊœÁmÐp„Fbšo_°dW"¸®†dQO˜½Gÿ†þu¢kƳ¡9_Pñ z˜¢þ&t4Ôv;_é0傘ä¢ccŠ@˳½KØþ=0¨èvZV{Y»µ•€âa`o÷ed²[Ž8¨€2Ñ2áõh.²Øx±1CùkÜéVãÆH{¥0´wm~2ÕØWdņj?@r¯Yàž;„oªÇqË;ãRGö*;òĪƒñ1–T b'ˆh£Çÿy¯f(Ü89°ÿ(©éÀÞíe¦¸j¼¸ÞYÇÓåÇ—“Ä;RF ;°t憖>Ï:[|ZAøÇÁR.ÅÐ9˜wf,G‰%øqÎHtQ)HëɰiÝgoÞï-ÒT~W“Ìý]ïþÅÂÇtZž£|÷®“ aË®:õ°u7÷ýŽd—²otÊ%.Ávº´¿ÜE¶{OÍ -Bçziøÿ[E‘ª4hn¡ì L¤EôÝ),Ã0ÝC>£®uZƒùRÕÞ¼Úîk:ýZc “OϸOåt8Ð2«¯ˆ6¸—*Ÿêƒ%Ê ÞQГŒ ÍÞPjs-*ˆßÓ4I‰sÝ‚ö#!÷õÆNá,&¥i‹¬ø-î‡~üÀq‡¤À?Ãtì$ ÊàB橦Õ.öæÍÑ¡×Iž–çF`øj'ìùA‡Ûb 'TÑ'}T_-t~hôŒªÐ'tßaï‚ùÏþD¨‘¦Åº#š¤%vOFè1N[Céì*”!"c‰Pî}Gô/½#êh}{ ž¨¡HýµÎavÒLÓïø]‡?Âu9å•LÚÙîK±)„‚}ù:ìzž®}rÓ諟no]šµ'Í%L-ïÍI‰Ž(ï„æ#W4]„ƒ]¿ëʼ­i˜6@õÙK¦C´ýKzÁÏ7ûýwDã‹Ü„/Ó‘¸úU’y,Зª:6z%ʪgš¦×ü8³*œA}-S÷9ìÒz©k¡Ê ê[‹q}‰üO‰¸Ï ~uU_O¬ðÀú¶t©A9Gbd¿‡Šw)ÊÞ"ÊÎå²µ#˜dÁò…2Xò>2Ë}qº‚*Y¾Óº~æy‚\Ç_ 0}ç!Eiê94!äm?Û —ýX«>¶w›ñõK1â‡JÌÀv=yû.µ‘ØÌ¬ €"íаmˆB”ï‚e×f§="Ó£°c™ëâJhv s£¢û:&h“bgK:2Af¢=tL :ï‹ä‘NÜ&šÄ#;.L!gÿíŠËêT»­¾­‚E’sÍVÕ•º¦ßGjüð9æ3‚í»p„®^ ZëëøÙbíò‡#„Ðd‹}’€xÀ'nÿÀipÓàœNØ&´Á6­£ÄtM63þö@›Ôžn¸ÅÔñÄïñXúСïÛ©Ú 0Ñßÿªc;Yœzõ=O¼¿‚/£·’›(¨;zl-9[šL5Põú…² hÁó'%ܘ¤½$œ•qF£k}šUž:°\%6Ÿx†±PÍü÷È’1~[¡CYw‘þaƒ’[òj(E§“»¦reé3O€²å³ŽÌ­Xœì§=7ö–_ -m”ˆ$èÑ<£^r‡¦$3Ê­Îa %%"i+úêØŽ{&eqÖÝöLž¿Ò¯c/²¿ð,óȪƒY»s§÷ãë*4Ü:à" »ð»"VdÃbxùK© ²©ÅdÕœÌ)bÕÞ‡w¥ÝïÉžú©(|ñûèƒBXí-f?Jÿ Vë{ .^ËlÚfìx­ :õWÝœå…Îvu[·# β]…®~•5ìz²–is#nÓ˜ý†Îœ:Z¸§é®¤>ù7r"¢avf¬¯3]K÷Zq3_ÁUlðRDgẢ¦(z¿$Y_R»Rt¯òŠÁäÄ_¥ÿÎ,„Æïä/—<±&M(Éô¨öTF‰ã°MçQê´‹½mj”Ê$YtT„îW~»§§=´#(P¼v`ݵ›Á5Ð'Ìþ ÚÚJ휥*Í´BÂêÌFŸéÉ ù¥gy9­ÖÉ00©$Ž0‰"xé½£^Ñ‚«’Ї>nšß¸¶½Ãi{BÒj¾SÎö>ÉDMío@Ö£½Bgþ¤\¨â(÷®QžDÄ- )\¥ÆiÏ­‚ÉT"Ly2ž_'z¯"’‹‹Á+S€’®¤ ^ÔPÒûD$Ki±’º¯ÿ:¬Ê "tü—ô¾v<Çå^ŽWô•ªüÁɆÃA/Juöˆ@_½H–¬½ãžD~¾BãûuéWŠK¾99;2Ô’ÙN!¤¡áþ™™úéË•¸Ã£šÑѾ€Ô® -Ki;¸¬ãvøÄùU9(¤•&JäýfbeH)WPC¤òú.U%¶šc‡v´†c%¼ª¦¦Jµ#ÿjùr6à›Øëd¾˜lœ‡–l|Zê2ÙÂÕè¬Y{K—›YCX¤\g(÷Á„Pg7ÁФÏ(öhÎê{)Þ‚ý†]SC€øEëËfP.×5(›ì„TáÐH«;V|FµØˆ‰XP‚ÿ Ž®ÊšÒ5]îOg’*~‹ÆEI#ï’1º$(3+Z£ºiÖÌð´q»ÒÎtgûî -aI„S³Aþö€Zt ¦s#ª(Ã/P_ËS‡¯yýP™OsãÚm…(“oÊ+c`ÿ„\ -)8»•vZIàÑZžQ/hoÄV%_ZVDl„iÐ2ô‚Œbã«4JšÍWÑšèV_= -h¯JJ^•ºYD\ϯ}!™ ¼²·¸¬K¦#µyðXUE¹šT(«ð€\ÂaÐ6˙֋dþ:­ zYC×y0±+Ç@®8ßãO0–@h]3œ†wí5Öyú÷¶Y»„9_ÎKÏãD ôpî‹að‰= šÊ£Vlç^UÚ¨A>˜Ñp -k‘ୖɨªÀ¶ê›ÿ%¿w'ÕŽq²–ˆÁ+I]ò)*ÑÁȆ4lç1”žÁl áƒ÷ÅÆHC9Š] -¿ÐÝÚ¹,c“Ô´‚½ÕCS ì©I”4ú}àô »…|•ÌF6vš+FЉ£XúH,e€@µ0ƒo`pJòeÑN‚S?ì-¼ì¼€’‘/©¯ÅF u6«BãQm~ 2õT@°×w}kðS9ˆÞô•¹"„º¦gé÷û¸IR˜ÕɘÛßCÏ]Hë­°Ô쬩HCêQí)ÊÜ6†3À}ö¬vÞ‹î½^ÇÁbÿªL -@Ò†ÐvßmFB[9{”—SÓ½O×׫‹…“°šóog¯È“›d¦õâN/ lOŽ|g°Ï{"Úîb§FN·&0[ÇD‚¨ÌÑQȤÓÿ¨¼‹pl¨g™ƒÉ} ¾TªÀèÇæ–pýÞ¶ØÂ©¤¢ZÚ6,¼Bù×DÀÁ)¼º[ý”­ëÀB÷+]ŠèÒ½©$öoKÅå½äeœD©aC—î–„|&÷¯Q´ëiãHù¡‹[Žu›“èò²6í5Øù÷¡ z`¦ïñ¯š“³ƒú!Ò>8â†r491ý²q¡¬k‚SDŒs‚w«v ¨.ÙÀ²$Óa¢5†Þ$ 44yÊPºOýÂÛ‚wvÁýtîórÇI&ïÛ™WQ§Ñ.€ŸLš à®7£¶ÛíL4zø€9e2f‰êÒ¢ÏÕÕ>»(|9žë圢šwGG&C}$=SX d‹Ö~$_Ô~;Ié¢ù»Â¾Q¾ÛêU‘ïŒâÁFÕ{Y°ú&w?ò&“sçÂ42¨Ts=ûŠéÄPˆ/5ÝŒ…o1߯ 'µª6‡°™W.ÞȪÎÃCÇU<‚³ãª5@öb±j ®†™‰†ÝïMz-^TA^¾<ð[*çlò8‚qØKR¿ÃA)ÇhàPzðN+øÃCþ¡>À}¨ãXªgÒ% æÆª9‡ëP;Ù •ÃÊÍIš öcöpi30˜†æËrƒ¢‡)ˆ“sO¬'%ie•¤‰0Ë›Ji¨FO:¨¦TƒÆvwˆÐÊHW”ÙJjŽäîÚÙí-D¡±Ú†ºÔ<üµ©Ÿ.aôõ‹ÀU¶u÷iê冲>˜WÔo!­½ô|·õñf”þkc-±($Èúl§ì0á î0€/~#1£juµœ¨¹gÒ3] ;h)ªôž(l ¾| FÀô¼• PŽ>ª_© ¦’ø‚µÃ-ÏÅâ뚯d¶A[­õW´kÑ âòxïšÂÚÏ™†â­à†Š;«ê6xÅ[¨¼?Ì|„µŒ·îDzà˜KsÉ)¶˜Ÿ¨ëÓ …Ô­0øBx?xvK:ƒ¥Ò°'à9‹ý›ûP B}ŒP;o9,¨› 8EÏ^>E¦ïŒæ"X}äž¼½U£%êÊ^ŒÖsq¿‚ÔÏ7¿D G¬®WÍ9“£ú[5°™6Å÷"Ô]pÖJQɘžZ X6ÝpV-sðs;.ÐÐç÷º¡‰Ó¾/;ÿtnëµØ -RÔÎÇîÆ·(YüèFèêè0v3(Ä*ô¬§™~ *ª5*ÈôÚBüJÉ*Ý^×u4-yÅæ½ Y ¼F]N主ÊWz‹HLÔö¶ŠÊtWgN„ÚQ¨*ϳ¸üÕ"Pb²¬Þö•ɢ'4n!ò/d´°×¶©„Íí|†'ea«ÁP–²½› 2”aMýÆúôñü:“`Ríîkü@os.æj`~µÛt®<&™‘%%ŽH?îçµ¢öΨäÛïç Óc§Òc"¹FNÕ©•Ov0Å7ß8Ú\Êv⬠Cƒö‹´ñpÑglãáìód¿ …>.4½N~22SÁ[–ü–’,zL]™¥Ç5*¢qûù¾Þ[‚’¤|½Ø7.tì>m•{dC¿0õº¹VLêyûBÃÐÀ-tlÿ¯ŽDsÒ xt‚¼wº<)kC͈Œ>Ž0¯:L‰.½¤ðçÒ5(°ÜßLiü|¨Ïjq|KÉKzL¼Ù\cv°+#Ή…º&’/×ë@.´”üDYï$ÁÑä—½»ÿbK.7 H ¯ iˆh#ŽrD\ýK¸wÄÎÒW|¨1mœ‚¬¦¼=³G­¦÷Ns€`A.jš0Êf÷¨á=ù _Zë ð:dûP5çCôÍy"Ðj SÕàÑ‚sƒ-cõºkÉ{Jn&=öW¦?ÏÒ<³†¢ÁЄ™VeÀ-9b<Ï(ãEÞÆk -¼à›e[Äc‘[²#Ô­¢ê†OôûÙõãká¡òÙN7þúß„ §;eÓ:§€LÐ…‡‹ade‘ƒ9 -“˜Jù6Ã0ZaÍí?XQÂпÿÒu:0Ÿè,µ®#K -® hƒ²\$ÄìÛqWÁ¢$p7SÍrŸßú,ÅÚï]: ”WMŸäý.¾ ,¬4}T0ÃTž.8ꦾ/HÍ]Œëk´#Ü"ºóž “U¿x]grP ,È÷«A6ˆf†…¼%¸ù^ÕªÜ+} µ6%2)æ‘u´ C³1’ÅÔ{ ¸Fùg„œ`À/I 5ɹC>†OÆZ¤ÝñšØÎ˜ŒæNô€„ÒqçŠï´héì¢Yº·W˜¶ýÈt\3%«¯ÞIUÏÎNÁ´$Èóÿpê^é‹ûNÚYaxv†þ}i‡¦)õ8èŒ^b¢Ó´ ²DÜf:;È5~¼SþÌx Ô£[ Ucãzqy=*€(æ·ßŠô4’^’û™q§d…‹^ȯáo‹?yCFI"¹ë‰¾o`œ[éMQ¬«l×OŽ@×q'TnD¤ 0Ç+þXíÉ9Î~ûø‡òLÝ®R¯t쇥Õ(tOû”¢*ý” È`Î3tý—1~IDá¿ûg\êÿÕú3^óùß¼åe -ÒL€aª±ùPÆÞ fÿý ÊJo±ý% Ð%¤ôx=}?˜lÍðƒTK ußbOÃ-©ÂäƒþïBB—¬ -áî¬Ð)v÷¤Nj‡ÁfhgzWd^uõ²Dzahõö ÷º¸ ÅQ› ߉yRØÐÂúž;B0²Ÿ;‚Ã#=Ëu¬$8F@¨™S3¾|}.‡‰DaëXGÙXg |iïðÒ…uè£5ÜËðñÓ4Õy)i{¼<Ðaó£/ŠÒñŽd¯Æ7‹ÃÄÉÝT|ËÄIJÃ4g¤f—s¯WÉûIM)ô£ŒÐø/ä»â̤°Ò¥!ÂîVhL(\²3¸¢¢GµÈäBHΙ֊#óEË"ȈXº º UÍô< ¬;±NñÉèû­Ÿ3dÝáÖG?QËøy,Dö¿_ËÚG<)%>»AKK0³ˆÎŠc­S•™ˆ¥?ês„—/$åuoaU»¿N€*QM`Ä5Ï7Ù») ØZáoø:¾Z™3òZ²¹îïvÇ4.Êþó»3„%Aî v×Å -ÌCÿÜgWÂc—»†ŸÓÞ»¸>.Þëü 0—(IÝu½x—?c‡TÜ}¬ïÌÑ@‡'þ!N7“Šs¦(úlñaça¤€÷ ÁëJE³7Þ®¨: Ý«¿>È7›ßFÓ¯»¾;œpç«qÛö¾ö¢ÙÄ$ ¹c¦×¿ø:*C>¶ÐÙüƒ­á&Õüù`^¶ÿÜób‘+”kpû¦Ôq¦9êD•~àÊCö×™èòª_ý\\ ¢€¶ï/ò8`'‚G=Uf„bÄ:— k‚¼s¾Î³yݾ-àœ~•ÆäN­ÝúpWÅqâ÷#ªz×Aw‘èñE“HEUA“ªóÝ`y:ŽoD;‡-Ók ŽèòbÿÕáw!'°¯aà¾Z&pè â õñã³ùUAÎj¯3. ;ÔUJ¥¾z5î±7ôô`ðõè ðÌ£OŠÙê8e9 gÑx¦ƒ.J_¹µ¨­»nî5ò>8£p†¢~ÝG<ë(OÜeï˜FH©£Kîæ!Ól“#6ªç’´Ý÷Æ]éäLÁ¯»dæ°Û=á#ve4)+ÃÞ²  œyqµ!ã–|ð€¾y¡«#læÿd¼­$þ%!ÔWd„]•šU¨/. -T¹ÃƒÂæ„$†Qó@ÏaEï×”‚í£Œ˜ -¦íc†Ž±0G„䊣±wg¶ó—¯« ÷†`OÉNܵaÃtfE÷\OÞJÍdÄùzz·ýºäw!³7Ž%«>MM­/¶†Å6Y¤¥t­™v%rÒÆ]Bz÷q,¥HøâŸFÏ?QL¨`3o3AD1s‚’ ;ÎhxÁ³wÀXØ;¦I äqoô‰œÏ®™Ê+Ó1kŒ”ä^ß[ -0è†$Ñ~úÈ-²~ì n“…Ãønȸ|.©—¤®.ˆ[5ÖÙèjD6!‚Ò€©=vŽÆ.-áMô€§‡‰¾1ú Ïs" DK‹*}°XLrÛ9Æ¥ýdæXïP7а††i££Wø®Ø`HZa>Öm †¸õÌŠl?Ñå”»—‡f÷ú{DIõLLËuc¬þy„¨¹ïYî(6H¬G´­Ù¿ŒVÇ~Œ‘§§ªÅ݆y$§‘YÓ9¸Bõœ}kö»c4×…ë¨ÙáÖ~áI -SM`6ä?À‰HôÞ-W†‡‰Ÿª´Þ€pÑzs>…¸úiï¥p?"]þ³Hx[`½ßÉÎûáaûÑA›j <5±fÒŠXOQ•1ûq.܇úñ·g¢ºÍ“¤ü¥Ì‹ Ìj -˜ÿÞmÙIÍßëVÿ’ ûúb·“è—íüˆø¨á'3Ó„?Œl„“§¹ŒÂׄüßäB›©‹½÷3²‡;ª:„ųJh™œèŒÌJµA­gêñ¿É}a;‚+ÚŠªðÑÿi¿ºî;$j§‡¾š%®½èZ]çLöè‚ÝQf.*AìrÙØòÊQÄsþd ÍÝ‚çî¦+4ó‹ÜªWµhÿÒyÌxpÿtýüäÂ^/.¬ÿq¨©•åuäûˆ‚B'Ú‡ŽÖùí‡ýl6ð”¤x<±TóO„¤Õ\TÉÿ[D×cš]ø¡t…ù~Àvžš~RÎv}|Ж0PÜ/í¿Ï(ëaé10UÌf*]¾×ü™aŒSòÝ1£œ q§(™PsŽRáÜ‹êk%\Ã=CSð9î—çîƒw9h –€Jw<蹤ùUêêpîI6ëI€ꩲ_ޤ4jÏ;î‚Å4NÕ>:Kî/ÿ³|WmôU2ŠÌ¦ -ÃëPöi¥ûª¦d¥Q*Ç™uÔ”eÁ'¹Uí+W0a­Ol†#.gV4½^aZ¢„,·ìüX³•Úë1a–EÅ|>†iI»^/TD\WÜšÙœ¦¨·Þ…bìWá„Öh·U4ëžØAHÞ©P±´F˜g`ÆÓ©»B=6'‚‡Âfšê©T„ï÷Ñ"ˆDbà‰ò™8:Üsë‘ÎL.Ý³ê‹ÆÈ3{Þ€1;úK–ET6*õyÕˆ¹]Aí•ÛîÀ¡÷ÓÇ \ôHÁó2}q¥H9™Ð‹#ix23-µ`™Xß--`§ÕŠW;9¶ÃóØ+4M”[^ò¥¾Ã¼Ç;âvjÈ™º­d6áDX-¾½TD„êÚë Ù2 Sƒˆ4ùsއ¦<ÛùÕçŠ&·™Í5b5²0aáëÈ1úm—üÂR¢™4õ³“x¨*¾”»$j¨!¦ÁäŽl=bï;Áí+ÙêOís_ó$Á£c}ð‡Aü¢±I-€½öŸcp´¬„ -š?\'¨‘s?CöKD.ŽlÂõ+ûê`Nöؾ¨k(©öÔ‚+ -jÝi‰Â0ºg¾ÊA.-Wšñ$=/&E¿µöëLp’ˆªj"»ÄÉ4íý9C‘?/ä—$w´Ô”Lâ3L~Þ‘[×x_3ká†+Œ¶=w²Äà9:Z#½×À jµ!ü-%­d3à˜^b«QóDYþÑo¡Ñxíí|¦a6hÀôý”èÉÈ>ge“¦ÐÔzÿ=³Ã~´v†þó²>I求ÁÝBDéÏéÁs¿JB;¿ú±Ü©Çr癿¼/á·ÿˆ(#³§}ÿÉ—¿: ¥mÈŒmˆøñqL7`p1ÓBÑõvg¤±yž -Í3¡ûxŸ¤©ÕÎ^û¦îD‡ÑS‰ÝŽë2ò$hu!Ù&íjÿ¯»Ú8˜<„–p×'¦@°ñq<–¸Ã™üS–ô^×X/öçËÔ–qG‘þ5Cw&ÛÓ¹˜\Ç?5ÑÓ*yÉØÇ-j5"5æ)yd÷_h®Ä™Ì¢öÔWMl¨í‰×˜´ (¼Ô©FàÜiÁé¾a û²Žó²Žò‘Ìx•íÃÏè/­Ȭ*Çx?¥ÿìÿ·´÷EfæZZ`í=aýQÛ&ó*…}FžâŽÂ¡h‘¦BVi* ë$$û¦#ˆ.Å£ Ž«ŸQ?#<¤àR $U†þ8NoñždR‚o:Ö>K7Ù{gŽ›«>.{?Þ’CƱ\_§]ƒ9ÛEo %À;îÐ|F¼¯\õkc©ñS-Mw š£—f#ZfàûOVS%&5«–_­Ñ(aDÙÊE"êcsoYkžÎ·u뾌‹- ðµô’Å;± Æ4¬×ψüV=ø!]xËüá8¯(^ÎJè›Fõ+iØU$*Ä‘ì7Æê§•˜€ìUåyE{‰²hÚQ€ÑƒEìÁ®3Cƒê/TÝ»æVG 5QöÔDÇ}þÔnÚ v»~@ǺNwzæ8â{¸ õºPÜð«ÐÑ>pÈÔ2°ÝŸ|•Ì]ÊqB‚º¬mMºõ*7ö Múu–$$ö½=UÐaä:i}!×Y„ÜI’÷-±ÁÀ‡§ËzȈz"VýJC]u%\Ï÷(…’=î}G£—ñ0Y sýQC-èÔ½ûÉGTgw°mlS~ÜZW¶‰p¤Eþ—orOÉÛÐFð¾É¢i@ wŽ7íB¨w&JO¸êØ1*Éyšf÷v-ÛPÞè‰p²Æž•1A%=ê¯El u ÍÒïôÑáysêx³Ôë¶\ -šVŠ;Šmöæ¨2¼oÎÑNßdçåÍ&$mêÉ[h°<˜Lg¦&w0­üÒ»À°ßŒj‰ªß#ò´17y‹(%GG$GKI÷Ý‹ïNbêv>µe¹—¡ÙÒ }|´«²¼p“ßã(aÃë~¤‹”UK¦xÅàlY‰å6H ´Zr&58½Kæ×ïg•ŽFʲþv Œ#PF„ûªé ˜0B£S™æ+KÊë±=Gs·}Füí;»-TnòüŽó¬—Ñ‹¤çJM«ú~Á/²ˆwÎïQlAŠúíïÒtnŽJEK¦† -ÎêÒzXã¹ã99ÉópyÒü~fAàFTâ5ˆ:k:åƒx_¥m` -CWX`×¾¥ðH<å¤Bh$O»C¯HVˆcýÉPZ×5,Ô£þé4œÒ!»aøõþ¼)"J-{­°ÓîÔ=È »Ôn”Q½³.t̤#»wâÔþZ7ÕNT?Aô{Ð glѯ·Ë¶àžˆy"Üò®CK ¢¿$x ë·[G*æÔ@¦(ìè+ìhID4¹JH$"ž×Ö%qW”pº#h%‚ž+:z]ï™tÀ©Zbí(þÓÆü˜ ÿy"Ø€J¶ö+Þ¯S<¶×{°WmN+«ŸÖÓ—ÖÖ2Îtðàðð; }N»{?2U#†ûÌú.öéCVMË=Áã/Ü´ßeÜIcÅ|gâ~³£†þ¢Vq6Údè9 YÆ>ÌU²Ø¸r æéÀVìª_ÇwÙ¾ŸñÒ šn±›õO -Ÿ‘FÜŠî¨Ùp u!øJ&eK{;Àw¹çµï£bS0©”¬Eo4vñº`f&•¹÷–Œð¸Ü+oëŽg19+^žˆ˜T¸%-ZÍN# -öÎ3¼ÕfgÝžÒóSľ†ÅòͯÎߣ˜-ŽÓ°FˆµŽ\tÞ›D+żxÜO£ÔœV“Ûâ ØœÎ3òܼlç<õ2ÌqÒ\m%“3±@Ò'Ë ÛŠxs×øº^÷z‹¼ÊûP Õ Y‡påÍÙ_€KBäq 5ÎPÒVÑ7y±õO"òÓ®øÇŸc‚S5]Ú×°¢8oó“‡}Jæûá½¹·£¼ -3ߣÄܳŽLÌMŸs¡=Êbißõ9MÅö;"öa¿à6X]‚¥1~ˆ -¨ -jØU‰õÀ˜JuIš -ùQ«v.ì&ƒ“uްé-ò®]±Že½j¿àÿÙðþˆ+ŽFt­_Èr¢ÚLÔ1sb£»ÂßEñ(j¾{{›Ñ”µ,eÞöÀ÷¬ë:]£¿¶¿ÐËç+qÏDÂ] ™ôPn£4%‚!7Mº -ÇYÁUˆœgD$cX¡R°þÐë¯d3}ð]Këã%œ‡”Ó«ÁŒ9_ø¬,+— P̹zƒocO´Þ%Nž¥NÉŠ¥ÃOÏ`Ô‰ïÜ÷ÅPñ×W×08/rþM*}¾¡9Å<°—¡Õë½+Öä.jÁßi¾Eƒ`RvÌψl*w¬±Š¶?™e¦”*•Vüá—ä%H%^óÕJøõ¡Î à’8M†ôDñï Ï)¼î×åŽ «ï÷ˆ¯…—1`N_>Ž»•Á©ôÓ~™àBt$G‹o¥v:^÷r~÷]†ñ»ï{u΄žÔmb¢èËÝ?à5À| N“ŠqÜ3*>w-#0E#bïYãëÎcÊ™‘¥«§-á•ãtD…$ÃÙz*'ä´XcT~ÉdØÿ=Éžs&-‡ÉtVa0ôúFdÀÛa#þÉÊòÕ@yÖ»;Œ¤ÍšEmrFý›ñy‰qÓÞ Ó‹}ßúµ0$^TžðgDª£ôøñç£Äp£Ø©Ê´; HÿéÛs‘\Õ^>ÌÓÐbÖ(†@ØžãÙÃ\ -Õa0;¿?5jIâHËaíê8° "; šd0´hÉâÞËlú÷b ÁûÁŨD=tÄVŸÈÊ·Ñâ 6ï˜`ÑÆ -ÛÿJu3$9Wö¨éݾêÞ‹ñÊÇ™G6É—¶×ƒì]"n‡VGå%²"@ôޓϨ+R̸Š¥™G• -Ƶr`×q÷^Øá;ÉòbÜ -–bv1/€Î‘êAcÆù8ddËGþü^z^r€¤±0³W´ ö˜©‘.¤¤ðɯýeßs:òóu<–…gO¶ÀG)]œ îÖŽ‰íŸ(0Hh»$U0™~ž¸~ë‡ÌÇqP–1Ž„ç –7Äü–QÀ¥e½ÊO ²npyß¿°¤ß¢Æ±ã^Úä|øÅH‚2«ÜÇãwú -ÆóD¬2æg@~±‘dÅÇ>Óëa§*­-@*6ÿb¥šé¤T]þ,çþBì}e0zº×;ªj„BM¢hgÿõ¹ž'nጽ³c˜ÄvìŽ/ü`}!…cjƒ½ñÿÏÚÛìHŒ\éÙWðÝC-Ç^´düqi7 c€1l|{V A’ì‘0–ðÝ;žç fuW–Ô Ì´Ð]Øü9Ò;‹r#ÿ, ú.·#ty´Ô™”¦S£½÷h¨r?,QüöW>±õ£nåOý‹ÂÓ²)ŸÞlîv«B°[¨Ôr` [çZýD›qAñ°³‚Mê|Uuî>PÈpŽüª÷4l¤ &êªÛÜ=(ºÂ5 |Oá­ì ÎÊ`æÐÔ~Ä›}ZìR>è$éÝ2º€LÆx4ì© ­›Šߨùýtp+eôCp‡@¶y(¯£gC1X˲'To²Ø÷S1z˽æC‚9aÁ·,_aP6zH7xÊmxGl‘©½üP³ÇzLõ6",Ì–Ü[}ˆèlN!›€âJ÷Ïø|ÿèL»^itÁÇóŸ™3F÷ŸÔÛ¯Ù¸‘{ÃÕ¿?œø7±Áœ¬%Ûdàu°¦ˆ £¢4Y|ë0U@£µé­Wôý{û{°G ª¿ùŒëO‹QKuÁ+ĺé,üÂ?‹dl”‚Æû¡ˆÝá©üòíøöCWV”0\ÄЙŠ, /P%ä™ wÚûJy_>5°ž €¿³'ƒt½Aö?wN‚‚*f|Q  -Hî‡Ëî¢T)Ü0;ûÏ·ôÀZò”{žƒôGzú#]_ˆ†ˆl‰Ó/iEÑ¡á£@H¢Hóåï¾ÆIúÛ±Cà°Õt*§(š߉#X¿•ÞÏ\ôèÄKå%„y•Î>PUÆã•eX÷#^žŽëzÏÉ̵ ³BÅ¥ ÀO´œ‹¼€âÁŠààJdØù©L>}«¶B²ù›Ú‘ ºËßIk3ªé×Ü9h¹Wé!lê@-´}€üˆ²åáÍ:S†£Q÷Mz#ĘýÏMåòTÊîÖ­TŒâ¾ ¢»æÍ*ýùö~€Ó‰c+ýý`×'dbÞ£ÁW|­B*)¬’åHcûkûvjTŠÞ¯äÒxfµCõåÏ®‘OrÎô/?Ä3áTìý -Õ_ì4È—Ô‚I…M¤‡¢)w=ΕðˆWîÞZKÞú&±'©o[àí_€@}OG%”ž^ç¨Ûþ¥$‘Ö³0‚öT§Y‚3ê·*Ý´JN#nÎ:¤›#ç]?U$Ööo -c’gº¦ß)ÆkE)ì¿¢&ÍI"Ü}wø WhAR§ˆ þF‚L·¬ X›;¡SÊWçB#Úô@c•}æÁà¦å‹ÑKPÚèö }S‹Ø[À5²£IaÞÙ— s:‰]Pý÷‹ÇÖ¡Å {_ÙD`yÑ8´WúæW¯W½õ, P,z)™Å–çz&ÓæÎ ×^+8Èm­ƒšó–þ€JìUó黇 Â…tàß ‰–¾ZœEÃu­§l¥Âüx*²l!t±é›^íV"è¨:¿Ó‘;Ù`ß -!b_iשj„H˜ˆØ=PY{ ͯñ£¡…âcx{ŸÚi¬_þ×Þ‘ŸWêÚ:àkûqœ n¯Œ¦wà~›ÐÜ'»ëh}·èqQ¼¥$®ÁÓ8êñ à—„I°5ˆ.hÅð÷Î3m´ö²ÌA#È3·iÐz€©šM€»èθ¹ÚލÝŠðë…°%ãùiŠpþ¹[<å1ˆë} "}á9ÚȃOÆÜÙ¤³Lªè,Gê¾0hÑ2ØÕ½G¸¦Š,ýý`GY_é´)€Àެ~"UPÈ´Ú»&ºÇïˆfíš!<جÁ(ðï®P¬úk|ôKʦ˟ۆo@˜t8ˆ3<yù(ô¹z€j¼ë%áï+ÛÊ±Ò °ùèö¢ˆPæÊ?}ÜMíÔh<øÂ4 Êkuïb—c‚ø4O‹Nˆ8~;öÿù1pž8v)R³£®ŠÇϨŠg]GN÷<7\—W½Ec{€Á6Ä & ù×Û¿š6çûA,´§%î’dÇ.´^h4=èõ·¦öÏáŽL‘jéT+ñ”„L¬‡j9³t®íÝ=v3¦Ó¹ÙvYª¹×nûŽ¿_-αÑãFiýòpÎÓÚ2Õï][îXíÕ¸ÀÆ …ª•§vjªm`+Çj~h}^#×Ì¥ƒ(ËËê4Ø¢šÄÆAS6¦?Øí*ñó8ìâ+¶^Ö×y¬à^!ìdãóàÁÒšž"71j»bÕ•Ñ‚*ŽŠ3_ø&vØ}×ûAö†lO‘%T/»fýõHÈU¨GÖöý<‹†j| ŒîK¹¶9ð©Ë/X¨ëãVÔ’ù…ÇN̲=®ckÑsÚ?Ä kU»q8ëû/¤ŠËŒ;^ž¾›[d–Ò’ˆóž_!eôµeÂõ¢ &KÑt½Ç)£ìf¡aÄUΑþoî¶Ûñ­3ðɤ╠6°ÎBÓʲ±R›+?˜L»ç–'ëèÕÏ(†v€²@\)ì®i+:Üì’ü®XD=®bוß;yÌ0êT’ÆZ0‰è@WuÍDøöŸÓM -ãØšZ9¼iªTmÛ: ù•w±æa?=ÉÔWÀdË}jpyG"èpŠPþ¾¨îåB Å ^KeÊ[¡¾jÕjí£haØ8€ªËYq¤ÂM§óþøõ¥ùÉ‹58cÇJŒƒ…|hÀ¼R¡õP$Í¢Ô¡•á%‹Íf¡;0éڒµÙRª‘éâŠ2Vתr¨~_Yôï,ÕòËÚ¡™zª­+ÃÇŽ #étÅ[\¡åæ"0Èže['¢vD‘%?0¹ã«bihJÁ=­°û븠cµ…•Á¢Bh|ú|½R¹˜N̘À"~§veyTÚÚzwØÜwÊQ¤g×x®±NRˆÜ×d<Õô4ﮪ¢lo«¤Õ]ýíÊòÍï6°A+ðzÈ”‡M6`sùRéoZT{¡{u(ù’ˆ;«–S>^y¤,­!¸¿0Èöy(%évNn;"Y¥HÕëa«n4&-}¤x-®TN m¿c¼ÆTTòx¥zÞ'Ìõ>ݼ¹<À8Xdê -%¡»Ü¸Áü&²Úx=ÿ_Df…©âʈ:)ç!ãÇ#•pÍu`¶À <Ò‰jBFû{„Ã,!ó@ï¿®ïÎ3j:, –©$œêŠèâM ´›š¸'e›"†¿ÂœµÕ¥ß^á¹]lÅm_{ò¾t¬f±Ëï¥y+ï%œƒë›ˆÔî8& V,›}‰â·Í, -TŽá€Óó­‰óÚٜ㛈¯8Ïgpý2Ji½q‡»cjÊúNò!"z4õ]ÊL¬ ø#­½Õa½çK€ßuŸdØõí÷õ,+³?œµç+©Ä¯¿Ó›Ñ^ÂÞ&¼Їð9*å2öÙbãÚNÒóˆ“4›}³ž†v7e„o"žÁe§~ .à‹ßœg*ï²v«Q†'ýÍ) qçµqa£ƒÍt^€-MhSMÓ­)"iÌ_8äTÏã[¼"Êv=.ÂÌs[£4D§ø®è´­µ°ï¹ö¦`QÇÖ[XûBïµyžÌÄHÎÞQvØRg+C8s%3y‹Üû+%Aº"µ’+ÕXi·«²ÖfÞ(4ßIeØnÏ+nZíâ}ËþáîÊP–±‡”UJÞiÁø_2¤„Q¾F>Ž^ëaã«mê¿Õ Fnû.âˆß!Pˆ¹ßÁ· /Xž‚ã՗º8pœ4áh@ø–ʲ£»2æùõxžÕÌþ–Lì/çÀàp -°Z Ňâ걆:ÛÛo"Fú @-Æó›¼E¡c)|iåwÏÝZZA×÷–Ì»kkãÒ»[Ô&ÎöíÀó&¦5zÌß|¼m¿¾ý8¶óg65§œ -|“žšÚרcÛ™ 3\¬õ=êØ®ÏËÕCm ÆøØ´Ißäô¾ù¹…J«7¤Óº3«¶3+Õ{Û†ðOH€W -Ç“$lëA¶æ"F’¯"¢b¤L™†ˆ•]V#òÓD>5‰,ê⦭eŸƒbˆ½fØWœŠýV_ÌL>Õo³UßÁHÍÆšSEÅöˆsþ0â¡~ãÓ顺Oþš,‰)C×_€4Í­]xghZŒ@ó¨°µh¨ÎŸ)GôlÇh>ô÷ˆ$ÕÇ÷ÍÇÛ.AÖPÊŸ~ 2U´³ñ59xrÐ/Q5êm ³Úž<*C™{/„ù¸åØyzîWœÛi¦aõüp9vÞµæ¼Ìw}ƒXOôï·F³b”=`eAïX-£†Âßd´*É<”l²£^Ÿ²F4vè¤9­´•5t›·7R%AÖU#y{ÿ5ç³ ®]ᣦ$B×ÝDÒžßÚêgcÿ73aûÖê˯؂FB¡sÀ2‹êaQQªzÄtÞ¢J¬áZ׬Ö³XüÀódê¹·?™¼^^£D¼j8îÏA‘¯#wã>˜¢o©«YG]¦ß9õ=4MZ(UzySTaÛG+ƒ–Å· -wÞžlÍ®˜6SöC%«TÝ#¼·¦ GyøíÓ”9 .'LÉ÷ó\8ç@^OŠŠÎãþüRÖï"¾[çÞ‚T`Óz ³³¾#Gªc]=[uýxTâ”´ò€‚L G‡'+Ê©…fµæE{T>¼z’šÒû°pÝÂopŒØ¡Z€÷ìò -åoT{Ø>´¤ЋŠíÀë€í}PvzØ‘ÔWjMÕ,õç±MLÚ y¶Épnd@‡! ykÝSâñoãù[×hFD‚ÛÜâÀâ<®ç5¥b’÷œîÂ8Y[еNêí§.;“emý*kTq  -gÚQu ·yºÊµK„$Ìáí»¾ϱէQ†‘9”ÎVÛÏ{·N¡…鸕cýêXgûaD)k²§XÐmž4ábÊÕ­‡)׉%rŒ}cÆiJ£Ë¿w}ttÔâ@w²¿¨ê­ç#7ØÝ“_´¯haëÃ?ùs$ªïŽP¸'Ëæè«š¶ÝØÕ36’r’ê~§é!’Ï®@ð3l]UÍÇÚZ®%tͦ+½®6]Q.$ƒé›VÞš£^P Á±¸yH€°cÆ šÅäóÀÌ.„öí½ùA¯ƒƒ‚Ý1ÃY¶gü-„ã…D‡¤P!E[«ã±ë>ᵬMýD¥)EPZlÌnJ§ïù׋´–¾µZ%êЃ:ÀÉ ƒ‰’ÂàºJæl°ÅÇ¡€žÖ´ÓŸÜX¶#¶­}+ý`*žöÑÂûb Ã8·´)…Ų¨ÅÇÛ¼^Ÿƒ~-—¨µö£ç¦\¥ò$ãºý‰¤8xåyÀ÷*qµ§wÅ'x•øÄÃÚ0ú×9ß9ísÄõ4»¶âL²Ç+J+<…™v&<…«GLÀîÓÉVšˆ’þIÍhŸª=°/`ãíƒÐ»²ÕOY#¢¨¤rÍâüº¥§<8b.–+Ó2?i'ííSÙ&ÀìÊ€i`Pî\ˆSp¡k+¢ÑåöÖ(ÝPµÒ%W’º@±K@øóàM–7ÓXp"w8—îÈN*¶#~hïYÅ{Ø/¸A²Pua0Uò»)“DWM¡¶vš€áB¤…îV-ï¼­SÍ´o>…—öq¿!_úF\S¨}@í¯ƒqEƒ ~k¨RD„ZÖVΘï¬Ñ’n¶0Ù·2õ§0ù5"?,GdN,îÜßœ‡’ž¾ÓcY·mûIÑñ]äÖ+¦Æ©ô=Š&µêË®þºß3i-M•ÙrÝô*zÊÓ}®T¡ov³_¡~<>Ÿ»u¼ œ¢EòüŒäùÄ«œˆ +æÆRÔç’-ÌqØ.WãÃzË"Ÿ°a-¹Š¯ KOnÆõc})à›F™xHL#¤Ð/T/g.d±Š©ph¼c"{!°)DDY|RHaêëM}Þ¥õµFȯúqf^Jrí&Ïqƒú‘_äk¶òvXà=‡Úm!ßÒþAPøà{„¿}݆֯WõkÔ´c® $º ¹á¾ox 1ÈmF?׆õuE$šÙû¸ß~»ADÖâûZ,뛳(!½ŽKÝ<¹ë7ì¢[ª÷˜EÎñ½ù€æ@·@:ÀÐnÑHåVžùŽá›•¯­¤¸M1Þ£h(‚Ù+7*äŠ÷”a 0Ñ,~½8cËÝÖ¨Ù"ê»ç5á8îÙI¯=·¨3Ìqv-(­vÀP(§g—ÈæêKBۺѼt/y])káÊZ k+Ï;"â 1ÈóÈÖXߕȊS]î¼[Èu/SÙ”ŠpÞ~9Zøƒ´w{TôÖ‚:µn4¿RwÄž5%^ª'¯ï7ç ‡ÑöóùFoQlÕ©2e™N³—’^€²•Ѻ$x–²EƒP‡“Xý5â·;’®CöO½æ-ê¾ìy(*¦ôµ¢uºçïz‘?Ýïü¥U( í¥}I~£í¬(¯è9†¤‚A†^ï·€×, Cápÿ¿œµ´¬iSÕ¶k)û܃ØÖa[C ù~ˆ5ñq•%Ê™cšÝB7ö!tÃÆjˆÚ#;6Ùzd —4¼8ÇqF2û†M‡ƒc{ž9Qü c7~̑ȃï¾cÁ ce]i— …[p9öCp¹PÎ9h#rŽú=Ëžéᔞxy×#i]ÁOŒ4ø3] Õ/.&¹âñ®,y½E€ö¹P¬Ïjñ5J•F¤ -ôÐHxï”p º·7zaJ„"¨uÛ•¾Þ8¸Dï§ô²è%`?6¥uG¥QøIco ñ ü~ldò­I+{;¡ªúàv¥ó}eÒ¶ æî*ÉP>ŒrLN --ƒ5ðh¹;o#\ü5Áêbô½ýÝ Ý\Ï×c.ñ‘™¶d„¢ÿù÷ž±x¸>o îsX:/5°tZ„)qMö±¬™z¡)΄ê{J 8udRO¿Çx¸o‚шÖ³•sŠ‚ ÏÙ†?’®;P˜.´$Üìh¼KÍãRUŽl³ÖùTÔ:Ížßùö4ækÅëe;=Gl|¶ŽÊüçµ>[LhŸ±,1óÐ m†@õ>þÌ÷ψïÔobÓQk”fµ”hÄC0qóÊÝçÑ®d‘ê<ôvðr­êfíéÃô¯Ë`‡¯”5 -Ëêe=U œ?\ÙâTwZÿ:ØŽHR}ˆ?æ BûMÕDâçàÿQKøN¯Ý‚8Iª›@ßÏS·cv_‹aq¥2´fºì[ß"¾®'©~ÂæW¬òdÁ3g©¦&WË$«ÛoÒzô—Ik!;¹÷r¡œæ<Õ3n¼®Ä,ðÖ°})jÜWmVÆ{¼öÛ¶|×<¡­ñúâm„£IÆ#ÑèÞÓtÄ@›È‚«ÙE-hÅD¯Lr]ç”FÑ á0! ýãî*²Em¹À# § M2P””ÂwÁ·³‡7; \¿a¾Jcû?ð딲ì§Á.ctúþqÝ}\`*.Ra7vÖ£ûM2Öôi?d×· Aœ(‚ ÕP£g¿æì¦¿©U]§ðun¦ Ým/Ü##gš×6âRŸÎ|ÎÓEt€MÉcËhi œãAû˰©`%£ñÿW ûýœåga¹èy‰Û@Ü«×wçõ†ƒ Q‚*:ˆbùV}“rŸw -Ô±T£˜‰^VP[lyïò"ài§×Ì&écÛðdµèØ-Á8@5ðòÃFOXU:C3%ã¡*à¢üÕç+oÅLÉûé²Uõ“áÞ B3ªF¹ÏIkídÐmH¥¡„ºvÞµfjàÅ -]Öt6†]Lѽ9n²ŽÏ Xzßâñ‰ -Ig­U-çTÌè•(SññïúÊÝ5Œ¤øúƒ2»DÒ0ð²vÆKp]ÚIšåŒnYߌ¦€ú£÷¢u9³×í-isNÈÜŽƒíþ*Wwl€jNX%"îÔ>ÖT5…ÚQ¥üE’Ê–¹ºî>tç·\žTù O&û‚˜/W4ØÊ#£Z6“Z®{´!Î"iç•©Rã*‹$OT7ž×V¼¢/]ø8½ÇoãrjX±€¿ÒNŸ¸ÞtÕ=` ·ÃŸÍºá:ñXÖØ‰Ém Ñ92ÌF uso]"ÀÔL ‡v F°&p'A¢H™ˆ"û»á°SšzoB¶œ| z¡èhê@ ôÔ²}ª¼m„‘‰èÙ+*ò0ÌX¬- §ƒÒê‘ί¦ -ôªGp½ … p®1²ÒŠŠYï%æúÓÂ}õÊV*]•càë‘5A.l›R öe/hˆ²`WÀ·‘¢€äy’$ðëRiÐnÓ9ëøüó€÷ì‘ ^.™ð¶Ê±Û…ƒªÙ5Ϙž¾âWPƒH¹ÜÆŒ‚¸  AÆuÃÔ×ïaÆEï!ëkt)jª`€ËÕ¢ã:ŒVû -óz]I׫ªž[®$Ù–6•þ§e§•:ö\ ŸæÜ¾‰@ðO ô}Ìוî =•K|2™²QE ÔR…µFΕoTd±yŽj,ìÚ¹ÉO4i@+M<%FpŽäݤ^4ªn[w = òþåAe8bSè¹¢Û˜îlÚÎ!°ºWåž•Š6sªPã^Yh7q¹JüDÖ•˜g?.ÔÎøŠëÁnùÊ+óFE©ÿ³W{Ôk¡ÐÒóAè:eÖ§à1÷:¥ÜZ¯ZÔÎzIGºF™¾D „~õ†¾WEŠôd£?nìáÍš¢4þàJ±}£‡®If;ªB¿¸zJ”w°^»©´¬ä1´$J'³Å<èk5pžXìŒbB„¸ €à!h”¤(ßxåS—°¹1<åowÁJc¦½S¤ˆpF[·¶Å&QõœßÒaÇf¯izL’6jJÜÕŽÉ«C£êŠœ–¼|ªŠq,$‹ Ú[ô` ì¶zÛšïÚ®`Í;+d£ uÆ?ÉÇ‹«‘7eyØ¥Sâ¡b‹NE9Ÿ×”äņ+Ul9’°I­±f}$ý“âÐ-¦•çyæ.šÐ·ÛIK©iÒµÏ#]˜íðÌæã/'dOŠ÷­VEq¹¦ã¿ÊÓ7@¿ƒLdNk¾ ´—¡q>w8kl'WJ|FîòGå÷“’Ñ@O›±RÌtϪ:ÐWÛo…í6²ƒNL ͬÕspêŒ0›®ÇHûÛR“n5‡,õ®i,jÁ®ˆckô¯_2?WÊ:˜*[¤cÌôa }%¡fë¤%KýAk¿yºó˜Ûˆ¢ÄˆwâŠnÁTÞ4ÿeõ¢MªhGÂãs:vFÁú©K'yb!l5ë‡0Æ]5‹7D}œïs—öê•Bîzó!}„Øý -R뺕ÆÃº4ËŠråû ›ßî¾L϶ÐS)q=Ö…ÀµSOO¯a Û5çÒpÿ=-ÙI)¨Bµ¬¼Nˆ…ZÜýôÌJ˜‡ƒÉ|¤©1ȽJÐJzñÈÞîVPä¢0ÐĈüXoò¡MgÝÞrk£ÕŸDàQ±bƒ.¼.&Ì×Z¼øc'à *ëC(|NhaÑ­rîZSϘ=[Ñi,œ§Ý{D°”ž d£š>'ôÖ/ÏcïµüsoU£¤Ø©ãx|ïamd+]_g‰†‰· v•ç?Ý_&=d ph¶Â(¢V«½Ó‘†wi?É;¢®pÇ×Eê‚æúÓÞš‘,eÁéÛǺb9cG_ßÖ‡B£(ÚÂâ(¿[£_¿‚ãLíu^?jê–Š·¶2–ŽXÕŠ<þ OÕ=þD÷J`×îo¹}‹·C2J9»«ØCv¥0­¹‰Ò*”ڪƩëóÇÊ3G:5=øÓµY8áÓ T//‘­êÑÖ0ºébFæÜY¥ðué»ï -yy<Ù1˜¹T0¶Ëª_³ÖõÂ| úúÈ®(ÊC%x¥%TLJI’¡ @Ìâð”¶;GvXG‚…ºÝ05ñ -bôß²S†ŠŸÒ] -;èš×žçÕê¸åðߢüƽ+R`½W–‚2MÛ6{ËzX9Aê\á# ’ÿ†Ñ´všñÃäÜÛ')Kǃ“Díþ.Ît1Rçgº¼}»Äþ-slD¿\î]îe;†É9ë8–ñ”˜ÙF©“:ĺ¥5‰ßRÝ–ÌZ7é¬UÝJÎM{ò¸APxË´°nÁ„qòð!WÄêBÙµߦÊtsÀjäªMœwîÙ¦L¹$êOgÇó|z2–Ø8Y?»÷ÝYê[9±ߣê¦*¢§àÕ6Eì‡yÀ‚þ¡ÝÉóŽ–¢_‰¶Y*eÉ}Ñ©l°¶Ð$ÈÐ{E.L>•>ÈèÛ§`E;K˜¨êM±Q]SŸêÇVÿL݈´]„u@Ù±+c¨f[£ÁU‡8ó¡©ÍѱØÜCA‰¡FäÂÇZlŸ³Áƒ*ÑöH² ‰}=AžåÆ®5$ÔSE}™u‹%ù¡BNЉŽV­-Þ Vú5ßr¨ˆè™R–¦š¥*¹ípÙ“oOS›10^ê'ÇÃÁ/ÿöް=°whü¨¾I'êÙ-…Uµ¾ëà:ÖN« ™‘ªÎJ ê/?SëÚltøqŠS­«aÎâÂÁ2rµ ê™TEi­`îýBúÉ\ëß=k -9é¯`³v˜êãÈÒˆÕ9ÅÄtÍíytMgš5n•*lÛõæRo;lUG50Ë â -Ã0°H”>DËîÎq*çµV¡A)DALŠoÈy¯ŸÛ„–ÉT¿i…FŠÊOåA7cT$Öß85*Sº9j¡®ÕÉu…®žfe]¿Ï®„Ñ®‹Ný£©è+].%é]7ÙÒ¯±f,·È‡RcÑ»¡÷kžØ·DJÒÆÛ1¬…SKüì%ÄÏ} o?D×dLUæÞjÇ2•€Ì›4oÑ™¼cFͶùŒ ¿ܚ¯NÄû‘¥¡µqèSãçF6³87RxšÊ[4K‹¼Ïóܲ%ä¼l,áp=Ë£–Á³”§uÐ'šìr.u.¯ájÞG†‹çåW¼ÓcBbëÑI€5K:ÉZF^/6¢02wî‹ÑÌépÜ`‡¼ñ§Ï®¹Å±{•²ÁO9éU”žR|j `É×ÍLèV8¶U Õ÷ºùºÈÎ+ª«‘µäsŒÛ¦ u›,Xbç6'´g`«ã¹»pZñá:?w¾EõJ=lmðµš(ÇæÆ !ºñ›]á3gL.~(”Ó¼¡×ðtéÑ©vDjõ\âF‚‚ÉÞ;`´ ‰ý…½zG>ç±e)ëK¿åÜR#…žåIpD `BÞÝÚcÁ kû«ZcG£~ÛÖgn*0G&!êð×âÁ¾?2íç••êt³°‚|áõ¶]€‡Ó`¸“oicx¾!LãP?f%œ@ÂÐÌ3Ú**ó­OÌgë²&Œ -Mˆ÷ì†uר)xfŽ„KúuÊ'³*ôŠˆPÔśЊ®˜‡œ[=ΧÂjê—m"½~áë—ºì½DsÿÒêÓ™jËÙì£8 ÇÆÕµ Õ<¨‰]Èéæ–2,›÷]›5[>u»¶å/šs -Ìv’9à2§½?g«bôC¿¼Ôvo½ê§7m+Pœô} äW´îÛœ}ÕÄ+)’Ü ËäšÃÒ7 3µQ„ækMW~VãZöÚ<ó[ŠC•¯.€å+òI"ó×v¥PPñ † HË‘·?¨ÝáFg{ûªSzOkÒ<³Œâ]hꪯ…:ûºkI¹¶¤žŠ­´½±ÜH_K€aÒdf€-×êü5ôšã½ÓZy¯ÍÑ©H$ò“iÏëM%¨è Qab£†r­ç5ï=[@~eãra|}2fÜ k¨”0~åêàÿVx½OfdìLåJ8ÆL(vÍ.­0³[#Û±ã¦k}4B ¹ðQëÙAÛ9ÙÉ—[°€½¾Õ—í®ÒòÎS¹>¦gyÀN4wà]T<áXA°çþŠ0Ž¨Æ•à™“’|ÄwQZF6÷y É\;‚‚}./áåCEź}Ô7wýu%†^;³F’ÐF%Q*è• Zߣ lqþ´=–[ÙÀ_l0s!•'}¹M$Jy.è½öÐÞš9 Å¢²Ew4«Ç/qQk@û®¼º8#Ë÷bίwØØ×!áƒFz¯$èˆéŒË?äÍËì¸'\Eû]R÷[¤žmU²rEX¨W±€S–­ZØ}<+1Qôðvd»v~—I¶„GXÒRFÈßDDXÈ0IzÎb…©kTZÜé¿B%3{!Ðp­ *Ÿr{AjFXÃân£ûÚί+Bȳ1õÜC¾HmHZXÑ,õ”(”–À»¿ãÙäL·Atz“(ö`·6V#Š\ÂkʰæÒžû ëÖ^£J%§ôG&Z!ÝX¹WGÃúž-Š›Ñ§š@¼¶ƒ+îãøªB£ƒjmµQ$à”ÚÊG]èÞ@cP{úš6 ’àÎÌßkôPcÿ(uD‰‚àˆØŽUÔfõ›-Z3ÇKa£lÔ'ñ›-²Ï(ÿ÷0¸…ZÍ­ºN†r`ÎÏòý°x•GpxéÍ­ïÀ¶ñTà{t¾×JMŠþ‚ ™‹y¤+´þÜûÜÔÆcާ•- ІÊ-q2õHQ_0›IÊt ˜U—Sj¼ÖÐ+.¢3 °?‹&H¯ªz}¥QI{ÛJ†×Ÿ™•óayl‡[.1 0cƒ©ñƒH#àEË u ¬ì ˜ h)Î2KöñtÝpñÙwÒ4Þ]_•aKù2ÃèÊužuµ<”+åòɽ¨R0hÛlC_t:7˜~S«%)¦6‰úÒõ(6?\¾™=ŽT÷†¬¢Q‡±ù·o¢O÷gáwwºÃx§h’n’i¨ÝŽëy§:…rïeæŸòð‚¶ÖÎ<ž¢Þ1^É—†žƒVL}«×Av±[«ì<MWiWÿîîy½hÇó¨j ªm-S -4…'ÉÙTTøN­¤2Óy.ÒÕF -k"Bæ -Õc]ïÖe¥ã¿é2©fÑÃW%¡gÜu=¨Ìyò6¦`æhÛ,Œ‹>7swÎN•i ;öXïŽÔE/© -ù"gø‰X(ËF›Œ…¤½E~¾€<©ýš'mÛ¿S¾·Bʸ¡}3d¸×’ðpUº»ëó^~ÚKp\t¦¹8ºÓÛÞ׆Àzs±ß^"æ:~ͽ 7ÊeÃDõÚŒ¼¾y¼bµÄ/ºþ±éšI©Bÿ&@ܨ–±/ä°¢™÷£˜8â°†›¶ß§G ä’þ{›í¬ï@ïÂA˜¬ÉæŒ+Gn¤Ñ)ʤEÉ‹GÞ^Dåk ö­­%¾ˆŽxhš¥løýʼÛ<åä‘ÑðõãÊùÙÅx (xQ¯Ó}Œ˜ù‘‹ÇgŒ?J«’²?ÕÓË»Óó´*`¢f£ R©—ø›b¬ˆy=ìË5OÉ‹¸T²o=5¹è\i^Ñ|£¬¡°"jT -_¬­ò­¤TÛ¶U¾¡pÈŸ]"Šô?C¥í1„«anËnÔ­ÊVaâãztT@e£h:c/¨1 `f6±×Úé\LêJæ:déåbzo…gK+¤(6Öz*ÈèO*ªÚÌÂ’° -På­vûo¥ãÑW¹ÔéaKkl ¯TýÀ =çq¿HçNM«²5ên…QŠèA31!}lfX®‚ Õü¢k&>p§4Oœèã>̾÷a—ßrí¢Hßš¬0Šõ«Ä„n÷”|R¨ub…ÇÇÆ\€/J„ZÓÐjª< Í0ˆÉgR·ñz•1¹ssÁÝîgÛ+B¢—(V”'ÉÚ/Ü'چϦ&‡WÙi„EÔÑ«ºœ;)ÑâõH„f׆måJ%x¢ÚÅL;¬IÐîäiÝ9©ÑGB91¯•W¥ÎžNØ <ÚR$»€ÔG_cn n[ç5Ýï[ší¢·©zTÙ -†Ÿ„ ‚\¨G¸54‰íŠ&V|qz]Iˆò¼e÷qxbòÅTCÛìõäµ ý )ûT³9fèô—XÑ~ÜÃ,˜fŒÛ¢&ëM§ÆsZÜ€Y³^’9#h¢înjŠØ»"ù’ªäK†ñƒ¨µÍ«„üGž™ öËçÖRãýg -ŒmWØÐ·D§U•¼ -Óuüƒ"Õ0õÜ/Ì…%ë¶À?€: -ìá{û“º¤WŒ%j¬'âÄL¤²Þµ_ºi¨‹L0l\®Ç‹èÞê­ØÓµ\)P”ÁÖµYÌ.€‚ð×,Q¥µÇ ®e?j2ìôÜÙX¼ÙÊ–Î¥fZfÌ¢Šèhçº\ð±qhØqý‹C¢w°^@iADœo“òôו„º ð-솨4RX¼­­hͧÄâÓ×µ›³ìe8Àö‚G})Í(¸A}À\^Öm8GvsDÎ0j…謹²ÍÐ) @ïOòA^mè€rV@ÎYÉÈ‚%¸€ÜÖk¯0^ÁˆŒRï¥Ø£q¼÷QüžLçc—¨5óìÉ M¨;϶ßÕV1X 89ºßåÿh\¹Q’½žÓ¥øÒ -ý™kd­èѹ n_X“ç‚XvÀuíAzÄ«,?®¡L‘ÉÌÏíÜzmAØý jÌú3¯û=îôí¤õ#UÆFj»í"¬¤*T@¢ŽÀМ×.h•êö•讵ÖLÀ®ºý6EûÜÅ. þ©Íwø£jŸÿn`˜ÿ¸÷·RuÖ;Ym;¢ûm¢«EÌ)dÝ^>X†4-@0q mEšõB!ïº`C`Îþ(Ò7e§„ûÚ;ù"éÅó•¤ËÔÆŠŽÔ€Ö ჿÂ9õ|ì\Š•oΜÖN;oôq¥ñAA67œ~ê2XŸw»aRÈZÓ‘S |€¶—±­iÒMÇYI>ÄBBÚügñ?KÑ¿ý³î•å‰~Å>2ÿ÷]¤ÀzppV.­!70üÂ'¼l[H+‘¬¯éA~ò) ÷¦”ª ÿî -ÎÓcW~»PsÏ®Œ´ÆÍ%Bf{*ºÞúc)9Õ|«Ml.˃UYL;…+s ÷‰k^Iöñâ|<ÕmTPìŠ(àYòËÈkJ7‡'«µà‰ÂæNÙsÈ`‡ÉÚõô< 3H}]Éò³§¸…’ÕM¿2i¢%E$ŠÎg©£Àļ0=ûË5ÜçÛ>aè|ÎgÓ?7ºc-\ëIUc/ïdåÝŸàÆáÎH {ƒ*r\ÕÝ­LD°µó!|žÙùULs¼ºûáÒ)Qô*¡¯Lãºß­)$ äkßrlq—à Àô¾K¼Ý×õ³káoˆIGcû¿Mrì_È·‡:é r=Fècm;¡lçî¦æ³î$S/Ñ%Òj³‡s&ÃqMv ¨”>òúûЋè™uÇlÇŠ~Öew’¾~¼žE?÷?ЋN“uÚšUg7§ ¾b°ÛÏïï35ER5 -Þ[Vl?¡ožäp½<ø»"5þØ]ƒƒ<ñÐ!…f0Ó«k®^÷ú -ï^ 评’ÂñMÔi!³+ÃØÆþ±2–ZMßþ=âyˆþÕ¾Ò[*[¬Õx®›B´µ”ÊÁ__²l„¡K,+ꃨé]å~È7 A!xMC"¶^Ÿ*‘8X ž1èg8‹øÙzmÉ5rv¿|•ýœWâøHáÎÁçà ú%zl+b^1”ÈûÑø)Gºã= 4²Ñ`û¼qW2\=ÏEü·ÍÃ?@,fZ]Љ:±îпb–m vE4Ù6\ˆÊ zznLŸÊ`H‡9ˆ‚€ˆØŠÈ Û¥DMÙT[…ôë¯Ü°¼oQçV¡*º†Û‡nê=¬„Fg²%Õuq}˜Â1ëú‹Iæ_él¾Ù¢ls­ ß™ÔApë×¼“é• ùMñ@‰ -î-V&OÁØÃÆ_ŸÉ·eôô{væOzeþ¸Å«Úž_ìhÄYnTWC}®/߃1¦lÇÇÛ‘ˆ¤æ'¨ì3PétÝ€Š¬s›£6xnÏž°l9êÕ£éÞSô*[Û}¸çþ´­ûS8utR#öï%#ô6Àsï銖M˜O]©EÅtÞ0Øîc÷ˆIUn µe£§ -=£µ'È}œÀƒû.s -½ƒøiÀfù›jPÖ]M*¢ò3ʯŠÓ‰V¾ºìÍ.a"È×K¥A‘™y¬¶JûÛUýû±….¾Qvoªâ QÞsÉyÚ•ˆí…2D0BøéЍWO„žn$~<Ì\©¦¾¢N•r‰’¨µý ÌŸ}sw ¬™MbØ)6MD 7kËTâí06ØÁ:ËoßN*Ú‡Z|çh}ËŒH|E×™¦Å¯¾(?þ-_NðÓ´ìåׄ|ðÊ• çA×᳑•öÎDˆ©¨œ®¨[ 9öæ÷¢m¯äËßî^F²4†Û}¿G©2Í/fªèLš/zàÊ5eÆCÙýêagÿ$oQ¼¶Ö: àèØí¤ŠŽOßHð"/fT3Åg¹‹¦5nŽçBÇvUU:Qîq‹VRI vû G7Âé œ`9¢¨’M:}Kt‚ÐSX -ÆöõYd§)¤Æ¶™š-Qàt=ýgEtkÄú€âñ]³LR¾Ög¾] -ÉóÜ)Æé*à lÕânU'Dô§Òë[[^ɳ<{%†i1èUø±9rX¢ÏÇ›ç- -Ê‘ž ;Ï<û&.ƒby# ™“WqìÒäñÍLf».Þ Â -þúq€ ¨šænöø†6_”],1û¨Y}µ…n¶ -<Ò ¿t×@)pD¯PE{èÉç#¹5¤Ýü¸Ï/o¡Ðoóc¯Ñ97®"e`ECÞ‡µ÷]S˜(¾î§&$ÝëËý=67z´ÁåÆûüÍ%â*/ÈþÕÀšil½¶Ñ–×a\†öë:;QÚÙPW° Ûq+蔣šƒKpBª1F§@fï§D-ùÜf#‚O!CfÆX3ÕZó6ȃƒôÈ@¦Bµ!Jþ'Ž¢ÓP…/㙳ÈM;Ïð/ʵéí×Í\„2%?~Fâ˜f¤q-øÓv½#ì¯}=æÂ6½N¶kg( ró˜kQƹï¹ýÀ”²éÆ>À/Ý7º¸µá׺‡—3tæù•lèo¹/ª[îâÒ‘ÀDØ*@¾•ºmsÙÚò 'Õ¸óìËE°A d½¶¡9`˸@¦¹’W5TZî}ÐÕ ¾éʯ\Xéer:tÕ9t´¦¨ÿÙ£3Ÿ˜×.˜hÓϾs–~]–[¸vå¥âºuc¼)C¢æÛê'£éÁxs%áŒü¨ /Äs  ÓkåQ¢¸"NRZ¯×nÔÔ;Õ—æB¤“ Û†T­ã¡ÎË*uÁ†Èt‡‡xIìì™ÎñÈTUëN¦Úô |z˼@=Hª²¨`FÁ’ý8¥k¯f1ÉÈZĆƒÈú)Èw. dkVOoîÎUvSûšÇN‹9ª»ÂïHÓ¯Ç×ÄødÅ·· .v]þù;¢)YΑ}ßõ%ŽM€¡övPŸ.7¡I à.Â+]Ïæü§1d¬Ç+„•©Hˈb>x4´´óP¯ÿÜzý÷xÙ‰Hìýhi6%Î m ä`¢½îdŠîé_pK/¡¯ûql¾&@­[?hxÔhm;§lûøý·KÓy õEÏ<ù‘šØqá7é+i[ãqέêò´b<°…jö²ž9($¤@ t ¿Î-KÍ•xªßDàørºb¨ùì–¥ÂøˆÂøJ´Z"ë½ÖnÞ§“íyiú õù~`ÿ¾Ã™âëA¥ØÙ©AÏïÔ”"¼^á ÀjÖ÷Ü@Ã3Ù¬Û'¨«õCÎkóÇsC…¿b!–?‹3âAï $%u¦±•×’ µ•yjhÊp„ Á„Þèß•#ŸÈ -¼®rî”FlÓ¹3åS;b¨p+ÖàwÄCmùzÀŸù„ÓspÌ}p-b7£èÊMIóXùúŸ8¼±knŸ{àðÌëõŸÂÙƒiÉŠEA~y¸u£l~qÀ¯ˆöüUÞjá¸ÇºNÉ‘¾þÙ5¸9d½¶)ñs‘ŽÏze;ì°©àBS$´,¥^.L¯ìØ¿x°âPåOŠ0_£(qIZSަÄQ©êKröúM€Éq‰êü<Ëg¡ìI®* óŒ r7K:ç£ðsÏ-¤ªZô™õ‹2” x;àSaÇøÝÁè‹Õ½´Ö#KëÚ7÷+`0^¦{Ìx{I¼›ånÄJ§'<ÿM † HÁ_óQoQ¶6Í¥Á爢¤§Ÿª¹§²K˜´·÷$}›±Ëè¼ø[pjDGy^Ü)PK™/šÊlÏÍ`(Ú‚ÔFæÔçsØím{潤ÿnBg“nÒÚÝM6ŸJzØ=ä×ÁŠ ú ¢:(¸Ã^‘DVÕ‰¸!»Æ 3qL—’Ó– R}èÀs+EÜgÔˆ ˜p`¶M õ I„¥$´.xSÖã@Ù@*!…] Ì/Ñ÷¥Ç½2ñ­Íцg -\ÏŸÁüQC“@6©Xkƒ¤}ÿO `+U;|Ž©8Ö¢8FYÔÆ³ëWåû¦Vù^8Ÿ‘q¶G/_Íy&s˜–­{pëP@Ã`LqØnŽ—fJ2ù1Ì©>Ôú‘)+…ÒÙšª/ý!`ÉZ,‚<±~¤J½ü׿}:45:ŽIP(¿FÁÍ p=»©8{7RñƒÍë[Äw³ö[Ôio†y¨ßÀ¤k¾ØlÀúa¹MítÎíÉT “8r•¸Ú­­}þwv—E/ù€š9 »O:×z.ûµ“³`;BGææ°lZ³EƒËR]ß8+R2‘­å±:Iöûí²f3A\Ÿß oÿº÷ÀÎbo_“¢ÊaÜÔØ„$ (øé‘¾ -áʵ o—ÖL%tÈ×ÊÇåÀ¨sGO;PÀÔhÇVm#â0v€6áׯ6`P"ŽGÄzù_6Z‡È¦<¦îK'{š@—)™gž‰€µÁ["Ø‘1åÁCz. ^]¹kŸÈz(4'Pvð@ª.ŠG ÂìÔɯŠ“Tüf;Ûêš"6 [U‚c`jUÍö<ô”Ó¨MÊsÕÚdâ½ n'›©÷îH`¹"šÿÞ+äíÎÇHîÞÛ©ª ”é’È+ªi.µ"Dg{Ëeìó°X®v,ï€Qîjeà9¯ÄPZt)Zi²e@…1ó]„ï#+%Ý%ÏÛ¶8¾Ü4ݶ:CKÂ)Œ8H‘³ï:u¦ÖMgZˆaZ6F­ÄübÛ‰R)Ë_¿¦ŠWº‘ë_¦t¸y¥ -Ú.a4Ñ"³¢GsÙà÷ˆÏ•–ÑQz•䢯|…„’Ip&k+›hP\›EÀgíŽ5Àv…5#mšê"ÜJ:Ã, m+ðK]ÚÔ0ÝíùHò¯¯ß`-õ-‰ß:CA¹„¯7¶ pï[”jmñùºõwB{ø¯5-ÈýŒ§oð¹'V¢Ýó(Åvîš`}“Ty³ÅóbD2Yïèpök‹ðŽè,Öèiûa ZëU;u&@ŠD¥(„x™ù(C¬ã¸sþ¨W¬)!•\ ¨†h¼’à™ãþ[NÉ¡} À’‹HŒùôº­4À×”‘ÜAŒ›oºDk‹þ"w´k»)j@;¨%ˆ‰—UmV¨]#\!ÐoÒ>¯ìfV„Þ‰Þ mî ÓçûóBxœ¥ÎM5™q78ãš+©7´)?ëÀÑö-ˆá뙯¬Ÿº/åõ›PÖÒ,…Ùmͯõ¬QÖN…Sš¶ÝQ­×wRB¡Ð@w)lé¡‹Î룮ývèrÖ[(˜îßVͶF™WÕB| äׯ_»`Áýú{àÇ×Eàn \>ƒ‰Øå•aâ¸)Ø t‰èÒ¿E0æÉÞ.)gyókð†Öƒâñ_n&6x.¥hÒÒj£ç”=Οù˜g€@¦ß}œŸžqÑjr¢«ÉšúÙ/†¬¯3ÃWªg s¶Um)vY¬¡E»™ƒF‘º<@7ž)¬nÕ—ŽŸ=ð#Q§W²MíëõÍA -õPH…»Ÿé¬,€ùèCŽ­IPü-×u:|øü”zlŠ…ÿô !CJt Ü69‡ÝÓ Ïcg[¯,*kû;ÕøÃPL¢äIÎ2} MV;Ž7ÓPoá@Fh[#îë<è¯LÒ·¯¹Æö½ÃÝHëbí§¥òáOÚò“¶G)õ- -lº3Ju¾)eËòݱ׼¶âTG à [V kÑ«×_ÚJAC‘´âk”p¦îÙ`Øø¨ƒ¢¨!-x Z¡@ŠsÔ5s£EN4æ§ÅH@×qm™°íãÜcž÷{Eò=¢ÍˆüSh|á®ý¥oy™ŒR¾Ê D2?Ú+Õ”˜ÈbPäs»õóŠÝVNZßèñnÛLJCÓ+rä¶K ¤Ïái|ñ`©Àwøãx@°dX¸5íd+ð6¯óp Ô]d1õç|\äÞPeŽ fÖ˜¹²nÖ=¥ñHð‘[£È?Ÿ &[™õ¨î{‹Ù×tg²Ô´-::êŠN¿UUæË_“NÁUš²ÓCRIö?+£§ù%~=¶£Ôä-ßÚ¨¼Gä]¸·uÄÈdý~ž±»h…L“Åiîù~€2Ú­l£‡`ý%êM°”.¤÷õG6Hö~ƒ„eŸÕMêìý®Õ ß·€×ô¡åï±®tôoN³–¿èÓ@R–Ðiݯðp0*ùø°ÉW×_Ø5æð¤6CR£8ˆ =ã*Ýæ—͸…>èo‘óššE6Yéq¶}¦%¢Ø¼®(i;D S³*9sžP™P÷Úü„P€ŠZÑFö\sn>§Uïf¥ø!íŸûJÅÙVy‹ç°k$M”IÅ0v3›~q€‘Oœ‰©Ö³Ble£T–‘]o—CÖæQ79º†qm;½]`ÊvCZ7†Nûr¾GdHͤ˜Ýí¨ßœgÖý \J(ÆI¡½µ#FKPX9ûçY”—97Á­Òñ›œ†,UÊœçØÒƒ#PÁ~Àeb?SPóŒ:_ k³YO[ÏÖ‚HÁ-Öb[¯£ý»7 Æü¨¹¿Žt«š47Ô–í›aA/¾l®0-³5çö±-#$%ñŒZE†…¨ð~—ë›ó”­ºREClâþ·öáó= <ì8ütçƒþtDã«·éÇV´YÜjëØ¾w ®mâç’·¾rš>¨Sÿеñ<Úƒ Ù–ªðä{[Zh=Nf˘Ê4eÑ"2·Ò&Š÷W C 0Ê(óẠóøic’ àîÈ•¤áC(yŸ{ñÒëçtÈÓî!Ól?¸_й%ÛhªDµèÆ#YèÞŒŽrÂÑr…Ï?‚BÁ»E®(-Ç{_g›å»ˆ3Å õs¨Î=x·/Qmk8·ÖU¶z`­+e¸CôµD^CKN4m¾G¤1“ -rû­_£9«†\þV„ÑAf ¤àš|6¡üM³ÎMÑæáÔo"jÀŸr11SüX£Î9ÍÞªÂÅBèAze•ö¥Ém÷;+€’£ÇÝ…¨Š¨:Ê8U;µkq³FÀ8!√sȪ˜Ý±j¼‹•qhm¿ª\xâÚ þÿò>)f ¾Ö #:<땟יˆ¡xˆR ;b¥ -DPÑÊ•;ª*£­ *ïÚn1N\³A|­'õ~Ön¿É¡Í´9*¿ OëY¦ùŽ;ìµ¼â…yòHìðuæ‰BÎzÉÍBÁõ}t*E:^~Œ>º^ˆ”h×iGÔM&“ -)§ÅR‚ÝÁŽsMìuF@ä[±Ží”FšôÁ«>.jï,´Tp¡”,Š€ »õs Á÷†½Ff»¡v(vªÀ -îDñK¬¨Aó ®¶>Ökñ]ãƒãk£íYdã°ÖœNÕ=#À\¯ˆ†öýë: ÝMøSU9óHU5Ç‘6Ž·¦»ÁÜïÚRlF»*w±;a?IÀ#v=€¬áº6oTÁ+»‰ÂmvUâ×§Ñ¢Hg¹áåú§ì€õÜáÔ–çïžµUßFP•ŽÞó™j (øÀèwý½Š”¤)û軈©K-ê&5à=è.ÖŸ×7Æ.*Ʀ,º<ƒüŽDÏŠ8­ÀÑüŽIÔŸZ{ȹ»bÕZ”~?%Í®Q|€¬Oë†Ï.3DcDNA×ç×µÒÄ1™u="Jµf™n,›tëpÜEViÒyž>Ò– hh=Œ8Q?\3”Õ#°VÙÚë:t9Fƒšc]ƒLºTÿu/?ÏD¬aI-3#ss„ZcÄ\é6ç¯÷sè)MÒHCʦâWQêAÞ'©„¤û Ð†[®ª²Ìs€Ž1»©§êþy×_k| Ä(ò r`¥@kX72D^|5Ô:iýR\oê[@ÆÉŽ[WS¨ëý4´é ë0¾.ÆB·Zšß7ß Þ· IRÔ…ª²ì°) -®ÁdÛ«.pJÞfëaáXDZ -2'{l2ŠéR½3½C}`zgZÖ¤k²®\ -å¢*:ÀƒU(ÆP˜“8!kˆã§è˜ á#ÀTiÃv|u3æ‚lo%"ñûq,>Â÷™(ªýDݪíE"N@¸‰@A@Ðy3T’6p!}Ñìm»Ç„¥`Ñýë’˜XÈΉ7Ö¹öí èÅõÚ0\‹— â¸Ç‚frˆ ÁŸøí€˜$ê'¯eÄ>Þ¢ê¡$ÆJVfQ ¡¶èR´IZ¨ä¶´&>ç#(cšz<=öI&?­µêyøŽDPùN÷˪'úˉؓ2‡̲I/pò*øSªTð•ë2mcp[Õ_ƒlP…IÕZ\¾ð‡"EïuLè\eî‚®ÚÐIßFWü ö8ã¦j“ó³úµ§›=±[!‚¢6xUî)Ñ™•þÐmÓŽ:\e·×˜ZzDt‰¢¶A‹‘Æéž¡‘ÌXôÎDœÜÜ!K„€ æB»  à…úFG°*tCÊþúöê‘ê^¾‰õ€MеÌÉ ¡·õ‡Cé–›5L0¼È­MçíÒ® T©ºKw“¶õSQ~q®lÜ&^:%K7ºÇ$JW6ûŒH”¢¯µ¯ÚÜ»k%j2ÒEw¨3J͈֤ⷜ›JÄšYŸuBÄ“iXçãþÔ‹ ]š¦/AkA랆] |ÅDè^®âb.4'+â yļº(ˆ·/Ôœ<rÕGVjÖšU0‡‡w¢ÃÇ"©8Ëz|ðìÖ3E—ÛgÚÖFŒaÖ^ýþŠi¨y}®‹v÷â¨È´4¤f[t"èªdà¯JÌâë›ãŒCp¶oE—o¢f Q‡mÒu›ºéAë8ž\ cé{dÝ;iY°Q÷[@¾ò˃/{È¿|?‹Ý«†»©†7""†¾ èóo"*»¿}þ·ƒ§@_Ÿ2/óMà'¶e0uà - m*\+u¸ÉÕ©ÇiÀÉÞ´n¹B†ôÓ{BÔFg -AcÝHzºŒ€<H™êgŸû2>FèTóÚ›äaÄ|†SÕ¨¨…b3J˜ÃÀË‹¬ùì±UÑ@#ƒ6".«ks¯Â€€± o[ÑêŠ6-/`“Ç(®>@•K=‘µ­}Ä”ðÂc¦Å~ {ß¿ Ø®fš=)Û[ÔÝåDúÔe¹ad¦x"×~@¼ü )~œ4APý ‘" -Mv éW¶>ïçªf±ç„UÁ7lÑ·^ïdØo"æÖÚ&-zpߣþo¢wh:­ó d¢­ßiŠWÒÎ)f×´?êÉ„ÑèúWÜùkãLE ÔÃûJØ‚p%A8œgÚkÕFìȹ °KÿnœP¯Ý”ð[jÿ¼ö¯´ö¦[–±wdp°Å¼`;ΖÞ×!²ÁºÒú.Ö•´»à,¶¬p2F«â.ÏœsÙß™–Ö”x! ½Øÿtš§ÉÚ}1™e_q¡°OÝlUœÇ×2ÃΚ”ÿR"Út T…ýÊGÇww¯•Ce&¢Eî+tät+•›N#q°WCñ¨$Âoÿ‘ªãÚRTªÄ®{Ë“ÑXº6)¨Iê^yÞ€4n]#XU±Ÿ!U'B壵+Є`XÖ*ht –ûP`Ib輇*¯²âŸ¢S㡃2¶} -ÕQNœIdþrÊôìHÖN0-›}¼AIŠîh•Zç&·j´žHÖ'AõXLPLOÍ]¸'°ä'Í2&ž¤V’gé9NæÉµ41Û”v•h·í¬•(f'¢¦d<¢\Úˆê—ç±€Ûé‚»DÄêÍ• §5wàk<­ø˜È>€DÍMTÑK[m²)JÏ‚·ìÑs!È -+âpxc:ϾµL½ي{ôºÙãØYÞam¹’‰ï+ñ~B¿,ŽøâWÀê³ßzM€Öy|ÉÛ‡k»ì`¢‚T„Q ô~t™¸ªA¸:PúÙöËütºWcÜLNœ bÉÔ¹ 8­‰ÃeÑ÷iCŸÄ ¿–Ñ~º¯¯tôãá.³qDtí¬Š.€GÚqÇåfØ€3¾³Ø¬ü;ÛñNIŒŠvIP.K©Ÿ§ÇÜa¥NÔ9\¥¤Ñ¬(éF¬Çæy¤Í­VÀ²~ÎýE˜\(R‘%â|ÝÿH·43KÖ%½“¡ ®{ÞŽåt1úüh”^Bc\å\\Þ#*0— °|?ˆgpt (lëþŽDL¬§N ¸ªIñŸþÚU5<#}WPÝ6™ÿá…Šl>z³à:Ê7çA‹ÏUÅ„­ÉÌG¥z"êâ.÷Ø|‰`v)ÀÔÍÇ+MjœÚhγ²¸\Pþ‚Údt yX]MÔ:ýÝõUÂj²hÿ&¯rQXö7©‚ßœ§:ƒò«3©²r;À*Üï›Pr°ènÅ€žÑõ‹˜ ÿvsëcqý6¬¤µ¾RuÑŽþýž~«gÍc?ý67.r×{„W:4u_;‘µ»;¾=4$PFþÒðÏÆ6Fb*€ïóZ©X ã{ïg÷EÿD -‚ -(ƒD"x‚¡.îo ÌO÷cLª$\£[ú`xs®ºì¼ŸX õ%ѲðaAƒrRÕ^‹í8û¤—ÐìH‰•Y¹ó5‡÷wï©hÝ3E9¢ÄÝEzKÎã;n!e!ÖY\dT‰°«éöb„l¹õz¢ìŽ`@ïÉ( s‡“§§Yy;<~Î\¦'r!³U´§êþJI¥Ê%Ñ:Òª´ ]Š00«àÙÈ6új+ð œÈ(˜}”0Â0Vy†¿hÞøó= `u¢Ž¿¦Û1¾; ‰ÛZÖ¯}kx°2.ÄV Ñ7Ûøð@öîY«ß£j`| %åv*©Ÿù7éɵr„(€TÈ[·ÎÌožÿž”®ìõÍi€¨MhbovïSÛôc«ç¿GDÁ]»N¹Ò—¨º±ÏàÔH¢½á¡¢Eq¹¤äñ‡HÊç°ühïøkÀó®ZJüzÐâ.FäwXåríýÏn¸p9dH<•ЯQП|àB×âLâàCUL:ñˆžˆU¬À׌Òt`=û‘ç„< Q˜­³G};Ï¥è+ùÚ;ô²³³¶³3žÓugÛoQM™þÙFRb`'j³íÞ€8ÿù)6ǰýEþK:¥mÙÑV>d„;õQÝ$pKn`b_ ê#·ç)˜v0-g@ÆœÅ8ÌJ}‰!J@ªˆØÊk}ó¤sñxÛ7½°VêÞëž–ZËOQúcP½5£^Ôª¼ÌVh¦nÛ†V+2vﲂMû?¤/Ò׿ùø½_›uA7ˆTñbƒÈDQ󛈹éíÅAþÊ[Õ6a—‰`M—æ¿XVnT¬¼´½ŸÔMw’¯‚Àæº: ”f„DȸàIùê“®±k¬ R>í|yôG‰¨^º‘ç@¥"È÷SH\+E Ic¾.•àÔ&Ò^ß.È5äÚsAþAóœ²m5ÌÂVòx~žÆ¶²TaVÄš2žÜ¯¤Plyžùù•â+” -ѬY;) -Œq{é‚÷€Æ0g¾ xÙFZ¯ny”¾Fƒâq$‰e$ í`ìÒ=Ýщ]_dÝ(Ký>ð¾­Uj¥ÇÏ>eC‹½~ŽÕ›ro]´6E¨àAypµß 6\nhÕÀtûDù·hbˆÜ-Ðß²e£/ê-â»5ð-ŠjçmÏW~ @š•Õ­ùw*@ÌÌ^bw‰(/zà¶=Î~XâQ’Ù*Oêql»€:»çpr©uš®»ND)ïô«ÉÔ‘Y¬ð®Àeu+õ]W¸ªa' |‘ÌAêŒëIŸ!ºÍ–3‚ô®Cµc|(ÀÜc¼ü«å¤#38¥÷~~¬±tD|K±ÛXqàm¾fA‹HAK)@4S»³p)‰u=Éfî &B9Æa :3z"úQ1¯ žÐylïbØÖg¦û®?ï¸@yG(dFÐA¥GJAÃzG7Û%jw(3D蘚+y{M‘nßãÕ½¢ „qX >$†P½8€´9(0øû™]¦£fí2Ëe#ŽíÏzTU¯]UÜ{;>2QJ8öØUm€S„*}ó¶³÷´'¤W‚Ö0ßQ´­¨Ó&~]$ó÷ºžFtÏ«Z‹N´ìœ±^SËו¬4hMIIòhÊ'5X«q$⮉ïNÚ$¹’½û‰Ø—îŠ?aöž+#”‘.ù™;é›Çg6ÇW8uþãS¼Ä¨8‹Ò¦" ¢ï -Ÿrmûj6%K*õzFïÛ黋Ö*>¸ŠÄ ö9È0OGql‚K¾ÚwîÅx…*ö‚»¥ó5J‹Ú àÇ·Ü!¨g!m¢Ì{1×S‰ê•3à†¾óö`âmN3 -­Ý~í \icÕ µ[g°¦ÁÇ8N´ûèn_w&Ôá*¯'½RAœë7|`eõVSVí= žJÔNeF\Å× ¤\Ú†hÙï:X_š£ÙQè -ÇâÖÕáºë1µ'jú6¬Ôø´Q‡½Ì•ÇlÂõ"ÖD‘YMÐöD€çEDa­†L™¡ß™æ&ÞpíóJYxmŽDÝ䣓:ZM ZŽÈ´ÓÝÜ∞Ÿˆà•D¸+ç^„¬1×þò\íÎè-öd'}’ã½§Ãl_€uÑ|oÆî(Ú™¥ñkÄJ$èBä.^­á_DÑB®ÁÆì‚TÑ%pKŽT×p¥²¨¢“9 ‡·¿Ý ¦%n§ÊwŸFØ™ >14ñ¨Ò‚H+Û冽E Ö^_@‡_ã(œ]Sá`ê*vá_Dg0”NJ´ù¶ f'è>Øß׈×ÔÐ'‡÷ó  -1Ó«‚(K¯j¸£f©i®vµzÿSÇUŸq{šô¦w3¨: ÿ1±r[HD“l°¦Z?ˆfhB‰Dô¹/d~„î_Ï•pr&‚}ÉëJ™´w³ŽJ0…G¢Öç<} -JDî`׊2P2%`=D8}™íÏÝ*¨p¿[íYÖ®~øÅ‡åð¬˜Ö#k²ÖëpØA (Y·S¸ú׆q ÄŸg÷…´ x͵˜ðê•}´Oº"Ô'ÐSDp8 sš°+;à_¾d¸¡“Ævâ;‡ÿr–¢ž¤Ci ÿšŸJ#û¯‚`‚}ǽ9*Pkž½v©é×ÖqZ7½€ï™=qÀã ‘"§€=£F3,’Õ™µ«9ÄvßÅro.p%C†‰Ô7ܵ¬Ay9x9è«1yêÊÆ:ر2½j” ß’™ã="ªê F×âöB_£.åx©Ná®sL7€uà,å»ôÙ„ûûuûJoQ·4z76•As•:§·Œl:¿0M~kö{ý'«¼PzÕ3¶ê@ÿöAQÍôrìx{0¬’cxŸlÜ(`äYí ÓbR¨c€\¯×•†C¹qÚ%$¸Õ¥]p/$ -+B9",tXÏ=s/ h7ÒâŠ\RäX îña-$u¯ëOWîßv éMç›{ìo}³¾‡¾$u` [q1~x¬G¾9á—K`¹¿ M~AÚ+B¿û{žKMR¸ÞÊTÿÞ?ÝÃDõ·#ÑÓÕs³¬² ¢-¹Îüx÷Å^Ø—A—PraŠñõû6 tP]Y8˃2ƒ—Ôr‘tE"¦sË=Ò`…~‰ ¿ÕPñ{¶IoQø’‘† I2ˆJk"Jû^¶¯¤a¢’jI 7‚ -ÌoSÛC_"ž $>6d”ξ9ÏÜ´ÓAVþu¨ÈÝ¡Èôñ¶ô&{ý…ÆŽÔl®äÕÒ÷­M\X ìÝ`%Ð:gîÈîd‚SEWx3Iëè Ű·(Öÿ‰³EMܰk»¥E¶€[›{¾þ Ö:íàÁ ‚’‚Ð’gïU©Z–MÚ¸¡õõt£p=c7¥&çá,RÍUë‹eFHn¼—¤|DP4šeïy‘ÙEìËJßdOM;ÖloäDH³:KʇAj$|Ô¤•MLGo"ðqK½Ø#aÿ@Δ[šÑä´†ÓSK9ƒgF[nÎ Z”v À-ÛúmŒ{ɽw% ÓôóBTñ‰j X’Šˆ2óÌy´°¨YÝýøòˆ¡ŸÅl Åݽ_ˆ0±·JÍ¡×&y@Äk˜“×ôùCOáùŸufŽL~Jý–:êÑh}ü¸2…º\§^³Œ nÁêŒëÒz»…·w¦å„Ù -ßö¤Wr -^|-!›¬å¬²9s„³"» ¶Í8Àá]§õ„¶¶¥E ×:7úheߤçü]¬¾ðÕ&mÙ0Ê 5¡-¹ÿ«,šaÛ×f©ºæ€ÌÖÁ³å§§[ÆÈ’ôøåÀ‘UÏ'G3 -˜2 ú~ï(ŠÚ=5Ö1e ½²ÀÆ1<Ï€bû`ÄŸcGœ>ÕóÉ¥í’qAàÊÏÆä–½9ü\²LÇg¯Ú¼PçïtÂSÓ(—Mܳ3§«Y–ËÞ4è¢`« F¿¨ÛmdZ0×¢Á,ÔèÙ­ëg•lèëL@·Ñ¦1Ó}Å·J\Ÿ†¢ÔíCêhîÏF·Äª®!t'×Xïv°AœïY6¹ -qÕ"Î("¿ì\±Èóu%‚„&Rn¢ƒËm- +,¥Ùâr;ɈŒÚµŸtX‚a6‚°Õc·>+/-‚£í tê–ãÔ,ë½K²äJê3tƶøêIkDsrS3múi"Xˆ` pŽ5S4-ó…N­4~Ä{Ó&> 'ðŽª04ö³€xàqÅó;­í8BâüÆæ ë7†ä.:@ -¦ïþåÖ[ >¤¬ -ÂwʵtÑ¿äWÂS8ʉ‹€•i¥ ôvCËèÈÔ2Ñ5î|¹=ŸŽ# VÃZ…¡L“rõÊ…ç¡•?—šs?ÃõGŸ^ Œ*O›0Ê{|BÑ­²v‹Fïç#Ø >d]›&sujiševµåÇ®¤Uó@m:YÖT!›ÖQ`g-–@©ìu_¢á¶ú6ØÖ+±.È‚†¹IõþÕóáI«b26öÂÉŠµå³»Å~u½ˆqùŤ~øpaz¬–á\È/ºN1χóNÂÁˆr¶ôvnñA˜À Ôɲ\Æj<=—CXà -àuí -‹%ÂÆ_·;³_¾Î,c¿'ªæy(ÃHõœ?@õœòö‘ªØÕÔôí?€‹­‰hý‚û]>Ù× 7µ’šÃ<¢ééKµö¦z)_›mÃz!×Å76@6@4® ”màÒØ2Âï×^à23j»šTåí&3ª¾¢ ”Rä9J@¿‰è¯æ`OV÷­,Ц‹¿Ê;¸Ô䣻÷CÓ*yõwÒ>Þa`FÓÞ81÷ê=ó3_~ý(•µT*g¨\7ï>$‰ ½Æ`˜¡;å+á¹Æ³ü,RÑBò[L>¥„ô¡ŽÀ|‡rËŒ[>H :¢#ËW³uwc€3ëã}mÔ —.-F9ùðfЭ?ƒLô€pŠuÝ86ÌÂm-üqzYù 3Y§`s‡rJ8ºÊ€ÊDž -–)TO†@WäçÊfü‡­ßÈj¸v޶êÏ-“GW³[ù„%ŒYµc …šK -gp…D5ãùØð“0Í‹.ÁZOTùJÄ -¶n€sý¤È{ƒ(…T5C€è^틹t-ªýFÀžFe%ÄÛÐbì“?ðxh1df'‚ át© ¯ ÷41]†Zs#nÌWW^…¶÷qîo¬Ä -À‰d_½Þ±Ò. ηωÝêÉ­GèŒÌv§^÷‚ëûÓFúÕWäÇ¿á[)ªÈï ¸¬ +6Àø©‡Øð…¼t®àמ1Eñ Ììp¹hrÛî|ñ[ì\ÍyNù-zòpB `Ìãé9_j_û_ôÔÔ…ÔŒìF5X)p¶À DþqKÊø‘Q°ßø­­À­â_âL`@*jêB}£dFÊ”mò8Õ-ýôEÎ"¹vxG¶ÐÁd¼Ý66¢„…>"ú»Ô)nœ$7'Q”Bàñ´&lñâî’ ’öÜ 2'¾íÍWNw$¬ EUã¡“4M¹<°õb†!t™Q”íVš/Ôé{\ ˜Þ0”ýjwœ“õ¾')|þ„~sæôHb*›ú–³îÄЕñ8ÍlÁˆâJŸX¿(ïÉštyDÉ1©€8¤ÝƒÌzÅN¬šX\ý9:`Ü:wþ,©À“«Ô‘2 -à„[‹²¶†¡£•¾WËé컊y²o˜¾чÕ øR:Žo>µXP°=¦o*ûµçÍú>Ýò#W«?Rå#©J6‹Lék„Ã9O7°à¨iþUÐá0ùÊ­'=I;WË ðùtÉ/i] ¦"rËâ+v“ä^}Ù VZÇ#"6 ËS8“57§Åòޝä¢!M8S7‰×6ÈDÖœ¡0K“µÏµì—2¢²‚Tº­Œ^¼Ôq³<øt³³y+ÝÇfi$J«úŒ=PxÌýš{;ÍÓ[w|ï2<¦*3R¶Õ‡3.2Ìíu¡CÐàzµè¹óeÞcç;$±9ÎsﯴitP&ÎW%GPŸæÙz À2MXÃú’µ#àaeµ“Ÿ"ƒ€”Õ|ýk¦{Z‰BÌÈlÂNT‰©ð¾çTßhz§j]ž¸ÔÏ¡%ÌÌ.M€±¬* ‹©ÎWGKDk̵|žV² Ÿ&›\{F­J2´Ëq0¦ Ñ,Û¬œŒ\ŠM¬•%GéeèÚEá|$ˆPÍqý*‚·@b8Qh#'ó¥ØŽ -;rÝ*(@”Ûbº%zs5%!8¡e£+ÙÊÊÁ÷Õ÷›lŤ« ”9Ç–‡nf­ogC¿°H;¥g€ˆ*lÊ‚)b7úõ‰JÆ‚ƒyBilÑٔ桔À® qϦ66è áÀÌb† -6L¹4•IhíX:^sÚ9îª÷”ËÿÈ–µ*™ƒÖl`~g¶–U¯`G…”ý¨]!n„AŸø -,þø²¤(0›Q4•ÑÄ -zçnàfY xDÖÓj Rì -eÑü,¨Ò&âi]m¬,ôŪ £ }/^Ö Ö -Ûb"ÖSe¾HhrÞv™ÕòžÎÍ|É/ò qOE±’ªýhal¹ÀI’°üåÄço¹ùAïÀð€ŸÓ"ô“<À¶Ó,DÃGÓcHíÑöfm<7YÛ„& pUÿþC…î²RmŠÀ[†a”È0<ŠpDñnP‚&•ô|`ü±´ £©ø‰B—kÁÕV P˜× - ÞFtêñÖ!aÔ9Œ¨ÎȸEÝdžå¯¨qåJdÜD µž{©ªæ´öò›ÇUaRLc*,ÑÎ]'€>‚v=XXzÕÖ… -Òð#prЮA®t(”qÅ€‘Mõ ãc¯wÆC -Á¼ºË -ÏBC%£MXóË2uòc#AiIвŠq¡/ £~ 0Ü>¢®zÝB—püL)ß¶Ç•‰û¸ÃOP¦â¾Å%&‚ ëµ—’ÁRaõ¦:jD¯÷ëC¬BæJ¯æ 6 -Œ&êTÜ1ÎËÞþä·ÀO#¢¦„™hîV+ <Ù®OÀnög¤²•ëVí,[bZ³ú¡›/-DÄ• ôm½7FwâÒbÓ©ÓíƒO°öØtò'nXïw¸mE©¦0Ö/­ŠCŸj ÇA+pwú4¤‰7•Wú¤ïÕ^·¤ 8æ3m5­Á`Ý\¢’˜úÅp®i@o—r:Q¦Š¸±–@l'¢íQ*ÑÿéìcØqµƒ†ûn —Z> Qi‰BR›ú¬øa¹±*!T¡;*ºix ’öÔG̘úxÈ·ÆøŒbn:{½TÁ6 ñ3÷SA¹U¡éN™l9Õs-$DZµÉØ®=@JÚý<Ó5´*6Ò¼.kïͨ'‘8äl¯i.(@Œ­—BûRøš™·R#ˆ©õ$ þíá»kÈQÊ] r&J·EÌÇ[CqØÊ&£¬Ê´"`Æ>Áš+y¨ê%¶’²E¬.6;·×ñ§¦¦ûÿ±öv­Ö,ëyÞ_Y‡Ž”®¯®®Ãd‚Á!!'‰„ÙVÀYÆQù÷©ëº«ç»öSZ6Æb¯w<³»Gîªçãþà%S,YØŒÍF{4Li(\íV!lo@6v ·ŒJ sËxAwJ¹oÌEϫ㵔Ö˜7ZK¨ˆwbyßyÞ}­¦ÃrâÙ:gÒ -p?ôø âŽ,K ØGéL ÙŠW",²ñ,8S9eÌþ|pO+âUq &ŠíЍÆ"–3Érã…NþD\XÔs±Y†¢DÈG"×<‹?†c ü»]åK¿àÚ†?YªHW÷Gn‹¤»„%…’+úÐ9î+´ÔiчK¤,ÀÒ{¡å1PÖ|gZYÄ†Ö >ðd¥°Û›·jG¨’~g^»fw)²WqèyDbpÁ³¾,^¯Cû‡BÁ"Ìyо¤{ךYÈZâššMõ>bR MèŽp¨ìXBõhž–Äð ¿Ò…˳ßóMè°ap®¯òÙõ -†¯û•¦õÞÐ\p¢0ðPÜ;œ+«€¥rs· §Ä샫W1~è CsÝ™ÖàŽ6® ÚáÖ‚jhl±ê“!²ê3›x% èÖ–ÂÞÍõî7(dó°ü¤yTÊ ’Ø£`,]•š*#à0€2GOE+lÝf4ðjO¼O{D¼Ð:܆çLìJ%ûš-†µ;Š5)ÇQæP_j4és&¦»žé鉈À…¨Ÿöu&f[DÝJZñ¨Ÿ/ÔyG´td½08ºŸó%ÉzÚH|ÅÊWAIØ”ø­ÿI,¢:ó>¬IeB„­á{ÐD, p å¦z«­y«Yý ‰H™­ù*€ûÚydª+'ˆ¦—¿N@õßµ£Aüä:é\Ë‹2`Ã}¤Wµf¤‰ûÚwFø -MÛ9࡚Âí#ªsjMs¢er« ŸAÖW~œ4ÃÚ¦ °jšþÁ…“XóSа -›¬I1x\÷˜e.ÎZ{•ø‡­m‘WQĹ•e.|M¾ÁíæÊê^S„ÝMÒÀ{3§à!­®Hæìý«9~ØëQtÇ5˜ÀN5-E”( kuyKÖfÑ´GgŠ"RqžYRq075n§!ª^ou8Õw£Ó¥¼01mÊèÓ°6ô€;ÚóÍM@Šý æ¾]•æÉmßèôTcÿEös/xeîáq²Q„ÓX¦µ/U)»pƒF@ZÒ°F„Äk¼å@PûŒgÈÊq&Ù=6ðúiàµP˜‚tB·ø:(5-<Ýf(UÑ‹ßg61i=„0¶ÊªfŸFxˆ‚—ü§Ó,”ÄVPØŒN¤Ò"G ’L-%þãÌ¡$ü¾«Îrû©­žýËØÎÐ¥C™ÉºêÛû1ŠM¨BrÜ_™k>ÆÉ_' =2ùÂíD ’í‚Ô`x™UuH¼’Èy€”,î“ µU#§Ú¹‚à aâ—2¢Ü_çiäüñZ™‘_OSäJ+Ü·ByAÉAùå`ˆ¾|3ÂY“¶V%Çäƒ2õ=Ιðwf€ÿà ßk‰®vëïƒx„†Ï —Xfº•)Zƒ§¡:ž†ˆEb!b&_¥j.Fñ ¤áꇕÜŒšdmqÏpv”W4˜]5ÌuÎo…†½†Õr“4ÀgxyfiQ矟ȃõ¡ ’ýE˜«8˜D8<€HüÊ~ß=&ä V»px§÷‹Ì ‹ó9(ü$…"„S‹?Vëˆc -gþfzáÁ¾ &y—Ù½¿Ö_ÚnáQ}üÀÒ mUßò}Õ—®*ج¼Êè± ykèô°BÇK*mi9tM†½,v””pyмÑÁ iñ.ÿXYí; 'û´dñÁ;ß¶æ»Qòa{xZÚŸÈÑA[й•Ø>¾¶eL¤ýnp€ ¨OW©§³¥Ý1Ø~3㌽ð@˜Òå'(3/_•q°_\5[æAÅÊ­=ó|½U¢|$Ñâ ÖÐ;|Ò¶‚ôem0Ò¶oì8¨œŸSÅ;ÜYe2„[ñX3·¯ÿÌq# ð°ö¯¸· ,)tð;tpíA` 0}ØÌÔCOú©"¢K -=뜩;C¶ùh}ò”(éƒz¯F1½©éõ$·zbýæoY€Eß>‹qÛ‰›·Œ×òPœÅNY’}¿ç—Ç<ú½$ý> Ú!\ª¯|#¥éxqz‹ä@ŽÒ`"Œã£&op¯X´ðZ/n'x -¿>’-|Vh`¼L,7J€ŠR¬½øUe”³¥©ƒ³hM!œÿ@@ȼ¢bb@´=*šz­“Ëtwr!-p¢Mšå G–¢®; -'ïÞÙRñKÌz×å+£ÂmÍž4H~6¢Ï´•ED¡ie¬ÛÑë1}ßëÒ!›«³UœGi¾_;ûsº‘,ø{ª¢Ô±(,¡JfÚéÛ…Š -¹ÙQ­mÇ NÓÅ<¶žªQ@ §šMÕ¨ü°j”v«miJ"Ä2»ß9S‡†/û•3®ÐýVG*îJÌ(è,*`–ÎBAZ -Õ2žZ!`ð&›ÿ@u@(«l¢€ãËiT#©•Yí ¡Ï7º»*׌D£$ë“ܯ¼PUmgàk1>Ó§é͘AµlÅ.Ñ]G céSA;àÜ;@;O¾Dд‚uÝß¼D¼ÂË;SW΄š#ÜÕ‚™^†.Š;@ñ4’U0žHG´§s„ëb1Ñ6àeŒ ˜™«oÓÑ8‹T2–{©X/š–-êpéØà~%á„iïÚ­´’—þÀZ/Jý%/à»\“; ôI/2øoQKŠÁÑwù <Ÿ:>üaÍ^žöéñùu&¿cP˜·ýD `âÂcáç† $HdôAüõ þHæP$ëÁaÔÃø¨#’:Äk [Ö¡S\ÜñOŠf2žrÖ©s¥RY4çaò?&”;düâ"8y½‘>‡ï_XY©FäÂ-o5eGj³qÌGT0´:aÏJ£bRýúUfToDîx€DÖÓ_á˺£³M)8¤{‡×zÈÈëÇàŠ-(·(2ÔC¿èv4Ü÷ ½ÖAá {ëô2‹4ÈíïJæ~UcJôë¥Ï°•¬øª™ ì4´W‰SýøDƇUÈôÏ­)÷"‡?P".Ý©ääçÄ»ž±vS½‰ˆöÚ =ê€î¢÷>ÙðZg»…„žËClÿu'€9 "…|Ö4MëåKŸž™Õj¦o*ÍFÔê‘Åg©7Ù~m,°À;¥’¾]D?xÑ‘;ø2™Xf€ÙaÏ¥YÙÃ…'EÚÊ -#l¹s’äßž@]õö–°] ¦×&qxß¾«½û‰Czâ;{H“¨iHþh+ž<΀œçÞYDâÌ„®¥WT­ØO8E‚ò‘œTK•!I~DÐK -…QØû¯ÍÕ0J³$KZš^G…ÇrÅîA=PX=&?Ì3Ûciy´ (Û‰ï¦_Ô6²WÌ9“O2YÅ¡†d ¿ä<ˆŠCÊí¨¨Ö΄òZoã+|eÝš‘YÔão›7¾0Œbîª`^äI›øøÇ¥ç® --Ýݤ¡Zh\>_2õO¼ÕYAÑ÷ªŽ%å^`¡–ÊWב{´¡¹¯K%óÅÔ}ÈÆý³À“LøG‚ÂåPF\ÝóÕC+›Tâ -÷ ÅaÆ«kYîUñ%`C±eqHwzµ R¸—Cÿ{ªYŽÜ±+)"Ù+ua]Ó¦ØKÃGõo„úl;bÄÖíщLjëÝŸKœ%YEeøªú=«Šˆ$†57Êͤ)”üòj”E«X0Ͼ—׎&K´¤ÜÛ4Ähü†0gá¨Ñ^1gÚéÎÐŒá›ûbŠ—`Ÿ:\8-1@}9¼ý!õ/»íUâ)†ñ›ÖdZaÿáÙüŒZ gy  ‹ý Àa¥¿cñy‚QT@óc²wu÷§üé<ó¥<âTf9CÙeà`\Éæv=T›^è?e`ÔLÓ48´);~CxÓq”ÙÑÞ烦”–t5 ß÷MÑj)ÿVTòf«À+Éþ+¢ŸJÄŽâûɺ¹hTS)\¤g'¢)?·®/uG1 ÖŒºwGYKiˆ¼1R}㬞ývç‰BjA_ü†hƒTZ}™kýŒHÏð¥úóüxœÖOãj0FèÂBÓg2o™y!bPµÆè=šÍY’•þj¶¥b šOR=ìE†Ú>¼ ¶I«íŽ˜=Ù¬?LºþÅ“áÇÞXþu¤}1öãYðz<žÀ‚yÛ’èÙÆtÜ~GR‚B"刔–Lùø=ÕÀòi[›~[¾S"Ðú¦D ï€•‹ûX¹öª[^HC‰½`p—:ÁܬÐDÈ8XÚÚ'#"Bª^¬Rt¬9gò‡‘3éý±#žë¾Žrp7#RF]Á÷«E¿š%È@Ä‚ËÔ&$ºµ7œ•HJ;‚Tõà]á=Y½CÏHMÁx™ÆWísžª¸>ÛFCòèQ=lÑšO -Yµ/ÍÔöCëËêÕþ:*k¥˜Ù5eC áŠüyŒA$¤,§#ï¡ ?­]ic'ßcÒ -èï²uÕ¿èÖ@ð)›‰b\JÔÕÒ…~ìhaÏ35tpJ¯[>h¼LÁÐÅÌñGê~8£ö.ý…ÿfÊ XÒ2Äq?"ß×!´•9ùÕÐ?¦¥®2zÀ•Т/~)y¯¼„Oý£ò_jÁ¾ú+¾‹ÒRT¼%ç>š¸‘‘¬íš¼…7k7ëNM“(fD *Çw£NiÂA#µ ‘‹d«Ú:¨´ -¢i—öuþ‚þøG{ØXÄ+ &ƒc£Þ^?2Ç(3Ô~"ؤ+F€‘¨k—G®éD\zR2·zG«å@ÂÐL("sŠJàÂÓõj—P´½Öʶ?£!ê”§D“SÊ+ßÇì{DÊ¡•ù(]qÈóQ -P)ÿÑ…€D®MÙ_Õ&"…‘Hx=1Z°1Eçö……µôJ J­«p!½ËÕãæÂpa{"ÜÓÑÍèLD”xÍŸÒJœÑïªfù  1õwúý+DZB‘¤i("¦ø$YâfgÓYWK­v«VôŠžÔ¬CŒÆª9¯‚ÑNià¢Q£ZWUá0P yTFcñ–Ü::`k„æ0òº~í¢cF‰'ТÕt‹ÙHŠ9tƒ3ýñ÷€ïJCH<­„óá ÇO±ËËŸð>X&(ʬOóšgêxqÔ“2cÁ!n~FüùL>¢k¹­ý¥Ä‹â‚+ù ÿhbhùO4'þ|Jí|ŸÛõÿ.ʵwè´o£v.`ebO”« bèÌ“»0Ì™tµÜòª™¥}­ôš(ÚÙD f°F8&ëpi»Ú*aMÙ4Ê{q`]Êw”á»Ñ ™_gBÿ—fü*Úa=Úù*Ð_Ï™â½Øå6'âÎ3Ðì¬Ê2ÊQð†þq¨2ÃMCÏZqç–Üâ Šò¿ ¯ÎLp×RŒv¹ç—mOò†õCÄa¤>6u¿¼ù>¢®ƒò)D‘_eØÀ¦YHE£šO,-U”¾™mµÏ€¬V¯—öþeã…ñý0l7×`¡œ%Ö€±ó ÆöK÷ï3ʸ˜h0ÌRÌŽ \ÍÅp¦dJ:o¬†"Žã³£–€žsT -Áà_³ -jçVf9N˜çç‡*[ÑÐ/¶ì;Ù~z@tIÇë2Qâ—løwÓ uhTÏ++½ÿXbé"·ã1¬;‚Æq“Q¸²ù²¦»GVã%¬³³Âê:Ès°YvÛÈ F=D¸°§ñî݉#b«Z3ˆÔ>aZW,n³b„˜_¢:ýz¤Ú?ùó8Çh7¡+ G†ê¯ßC°$¢éгŽ$½òBÑoßëh©úeg(üIJVq¸›¨«wÎd Ý5@Þ^nØ%©ÇЕ£ÍøQÐC#«Ess¾À6ƒº ½ó#õb¯¿4S]ê9±Ì¨µ.уÅ3ì·?N’þšåÎ-¹?±¢X3x½½* Z?íÛÇÍì(ÁÈá>V¹›À]°ƒ£óRÒˆžñ*Ž@qÆ—þ±4c“cs¨ñŒ£ñ…Ì´QîzáË+bÄ”ÍëÓÖI9™þ$ Û ߨš—}ˆJÝ8­öØ/c<×—»s·Oàñï“÷+U^ü¹ó1_×e/èº.È÷¢_ô²•Ð}ŽR,7 -míGi°rb\kÐüº¢ÀPÖ9¸9FÏ=ûséoxv"àpáDbG´ -hÔ¢wŠñÝÌx½Ngü;Á¨Q1ã—r·#½$Èà¡)–ä%® ¿Ï|o¿óU?XÎV¨—®–ñÆy…I!Ø~`Ò\1éŒ|Yýf©­JüpŸ<ƬìôË4ô”C;’¢ÀîÚ§jêå…‚F +\9 ÉhÍqþݵúºÔ×2õ×ßHóœCšgeoÕ³”¼c¿<=nbG?h<íµÝ©Úî°,þòo¤ Üû"wÈ&L¶‹bhŠ“s´ÂÔDñ¶w8nÅ9ž©íB>#¼üSÃïQZh2äg· ‘´Bù7‰¸Û+qþ \tØ|ï0’u8G©P.«£)žR¿uD˫ȿvëÁõ¯ˆXå—À™ô/eˆˆbÜk”CÞùzö¢‚›EãÚ?D<5“¦ýlýÞcï/ƒ´ ™Ç6Dišz|7xÔžˆÕ×ÛQ[  :ëŒã¾¼R4 pØïG)zÊ '°—;¶€ˆÐƒÛ5Ëaö»Ó߇2µ3Ùö;ºð;ä$¯¤±³ ¤ëã1X^@ WÒÎy®Ò­ÅlýóTíÕ`½èòdþº0¦¶5c¢¸£Àùà!SwNgvDÈÐÙÇqd„ê3 6iåIŸV_owÓÁ¼Š'˜H®ø´”Ú"Ô†éd°ÛziMUüŽØ°JßÖyFä§èñ+c¶ßÏad³!@EnUï0~2Fù"KúÇ~zÄþ X芆yíè¾I™h#”‰ ¬:¢(Q…!0NÊB©,EghaŽü‘F³:éNj4}ý<Îuì'ñPÄ1Y_÷œ\S¦·[ò~ä,ÇÓŸ'…ÆÊÀ‰Õ—Œ¥l…_¾¦üñ¾p•o0B=TÌ¿¨·;=™Dļv¹ÕKK·€&J»ºÅ^x…‡×¬è:ýæ#½áWYÖQ‘}³|éµ)ˆE¿ªÓ°~õW'E­B O#5õýq@á¶ŒXgW “ºŒ—…”xoÆöt˜÷óÔ3ïßëK;5ý4yÒÍE±‡Ÿø„oQê3˜-Vvꢰ· -a *ÇÕ~ˆVDÑú`œ3}D±-Ø-¦‹”—_ÓvUúB—uŽßcFd$•V»Ìj™o´çK¢³¾©|Æš(íà˜ŠkäS_)œÙU$G¥·Ï8.Êx'³KªÒˆÀ¾ -€vûóu¦Hj!PÍTŠê›^}÷§3%3ò /tÔ²É÷þ:j -³å;¥QÂøôø XQÔ˜BótöÝýÆÊdÔ¤®kê#ºð¶’œ8Æüˆ¨è  ý\ŠRúGÔ˜&cµÖ’cF({3À±ß}wЈ°H¾pÚX?8ü|=ÚŠÁ(©ôœ(lwÔ8 -EPdÖD‹(jöÖÜ7ð±»mq .ójGqÓ_`JñúÓY¡•BY*Q Xq¬x,Ï"é‹)qµo™†ë4U5ÍÅ" -œþ"âÏïàNCͱ³Ã«ÿpœ{¼üÝýŠêŸ2£-€zMÕ­÷{Ä{æGBå?ˆ»µØÇ<·9û“›z_:Q.Íõ›+ñ›“ÜáØnÒ]~gLßbLÏzÉð¶_ŽÙ{0ì«ÄŒ©ÃkoQ¹¡ÈÏ‚x\bæ(õùñöoúñ½'q<.‘ƒ¥q¯}¡C/úøàŸN{) ±NSt}FÁ\-èvÍà@£lµ³si¸ ï"‰MxÇîšEPd:f3¹AÓ A4wR¶v¾=5ì牘‰ý=ÑL’d‰ ½JDY_vM×rÔ}ørŠ<É‚~Âiºšd¤[qJ¥OÜçP°ž  M7»iv ¢ÈÇùÅ’Žé…tÔWÌVqzý–— •h.·lúìRXk£Tú I3OC±¼ºâ¨L©»@+é*ñœn™˜ÒÞØÆiu~zÛû³ÒÎlïfOœG1ÎîjÓDø«£È2/ž½ 0øEPdy~Fzþ{ëç8+fìµe¹rÍ@QÙÆ%Ü×ß@ÿ£ý¡.C|Øcm¼÷öÅŸ"48‹|E¾Š^✠†oº(ýÇ·Ù[W,=o1Ór³¢ü©™uê×e™ÃXþGM¶–s×gží½Ñß2ûqïDzìWóµÌ@2^ÑýlÕDŸ‘`ÿ)b_€ŒìJ®wTcÔL”DÔzZÓH­¶C€‹ ;p •ÆÚÁ3îU݆µ’ÏÒ‰_¬Hô˜õs‰r`†W=TÞ ]@ôÕX8.=$%Q}’~@+VŃDMÆç>÷¥=c0JÉŽ\É¡+>­D]îNQiw=±zF¾¬ÙÏK–ˆZ(IBMH:ž…ÐÏ?'˜Q2Ù'i·p&mÅ×pÒ.€00â;"jƒZ°vpŒðc¾ÉEFG&å«âòºžníÑì> d$¯xkì×öw®µ4 ŽÓ óž-$ÓÝÉžºrã÷æNÄ^ò_ È¥ª -"œÐé5z =J—<ïÎŽ€º+¨/¯™Q–€"f9WÒ3Ì]ç•_ç±]¾.EÉ"3’<ísæÏ¨£Å–ÃÛ²š¦ù<`Ùß÷/×1Ù/'Y‰®+ò1ˆ Ò·}½JÚ×Ñ%ŒÅå¼VLýeÐ_ŸÖr:,-Ô -ÞÑìÇQ ¸v¶QÍɬ8bG÷´/§cM;ôü{ºô3j&“ä¤÷¯¿A…H“uð‹uRw ÷_‡ÍÜWÈ ib~iú~DÕv@Òd¼‹³fÍ`Ò¥é’rF]¿µø™=%­#îD|ùÎñ)a÷¨?&6œþÊsEk.ÂK­C ü!`¤…”êý»gè÷1ûKO/Q\Â@Z[ZÖÍѾµLŽãÄ“žìIý×ÏÁ¬ -õæ×FÏ’BYûœ¶ÐvŽ™V± ­¦'ìǨʿ%ƒjQâ /Âa(ÿ -§%/bÎæ‰xâ5°9ùöÌvD½[ùº^7š}5B‚ù¶¶ÀˆÍ/&? جba§4M ž£: - ¢è_Däí:™ÚÇŸãs£;&ÍuM=½N„Œ»ÝG„?ìÈû`>‚„Ó³„tkæsý\'ÿ@—õ8”#Êä?b1Ûý¬ÁÑB¸Ë æáþŒ -‚JKd9Ö)Ä,=áí=!ê‡[Lë°¦’Á‚ÕÀzd6Ùã~ô¶ÊQY|p%T®´†™ó½¿ýQGl‹ê¯þ¬QÍÖ_<¤ék‹}@VöhEügÝ—Êk<ÁW9à8D>f±G\mïÝí<µÏ±ÈÞ^ï㨋]µvJ_DôuœYLWù`êµ0pX< -¤8 Ð ›(ÀöÈ”6²ÅµÉ¬˜òR± -ä.D;ôoÖVD~9PÞ¯‹™63 ëùõ:«ê¼ïIì[•hà‰ig¢4wŽóëƒYtÎAο %¢[Všcm”`g z£ -Rf¬ãéi(-°_jÜ·?"²¡´x_‰Dð{”>ôÑð©"'ÕMüáú”¦#O­¿ßb¾Én3í¿4Ú©å(£·RÞ²¼Ž+wWÊgÀ׋8ƒeSâûa`¬Ò’˜ -|á<Ø2­pÙbΞ»»@îÉ›…¡uÕl mp F7X}Æá²åÏUü¼h•ƒLÇüͺ8ˆìK\ýKˆ‹ æ.óÌ¢­³t&¿r!îìZ—W­y»PÓëu®P½_ Ì‰@íù²ÍúÀ=Ó.?ð…wœXuC¡ªƒú¯þðLQ¿ùýÅI–Æe†Ò£éÍl\Ä€ÃÎXZueŸ®¥?tš* èØgD*†£àøñç剑cç§fÅOX]%ýI…?v׿‘0 ×d¿×´,0ü)¢Ý”ãÀé ÀvÞW9q””h-Ku¤©ER˜¡â{½Å•®§Ž£Ò¯7DG³<–Ž3ˆÑ}À*ø¨ÓȸîŸ"À]é°ööžé{—Qm×u3f‰âÀaé…ö´cÝÐб›‚òNÄ-ûú#"gªIôaÐ/ïó8×aBßP§X° Ï%þ¡SKÀ°G‡¦}Þ—üÂ[ÖWÝ¢ʦ¾Þ -Éyï¼'jgêÿþ\ÏÒ|dÂÝœäVxv÷l鵌;Ú½ i ÍÓ,òß‘Ck¼5³Ý¿ëñaG«bÿQQ€å±#ÎÈBcc9Ū{°(ã½/i+_j‹Oèy-íRÇ©’¹%A”°$wöu+`Ä:8£}ßEÓ#þµW¥¸2ì‚z©ùÄ‚ïÑz´…_ƒ)tÞÕòC‚¸îçØŒcWðºÊ÷£oŸ¯ y„‰¹Ù”ƒŠ ÁÓN—ÁŠ‚ ioj‚8zT-–³÷QãWêv¿ŠóþBg˜Ò-$ïŠ8‘Õ…\ÜæšÖœÉ·†ÐËaÂI˜'‘UÛ¦’M­ÇÂSCÇ“–£~ÐJžùc—V® À~E#žø=â"¥©ðíC¨—x¦15æH1è2>"Ð j¿•ƒñÅ>Ž;ϳëËû˜¸³ìlYøJÊ'–‹E& -ÎwL´ŽÉÃcíDÑj¬GøVÊkÙ¾¢° Ô„g?0¬‘)#úñÐýœ\‡ô/Cçþš@=©òÿ,]þ_y° 3ûñ{"¼ÿã?íÿqÿöoþ»ßþÏÿãŸ?Yùí¿ÿÿáþïßþÍÿðïþ·ÿøÿøwÿí¿üí¿ûþöùÿù¿üíŸþá¿þûÿ×ßþOÿé?ÿãÿüßþáÿý¯9éÏñ¿ÿÝý»ÿø÷ŸþvŸâ/.n}]Á°úÿWþï~÷—¹÷ÿò¥~`ù×~E<²A¿cù$¤UW§½×ýý‰chgóZŸQUQµ½5ÜÀúy *PSš8ãác Òÿ¨WjÔURɸZ˜;(èIî>~«Èòí=˜Ñ.[¾µå²ÙÛÀ–»ÛÚ[4é Ö“IÄœ'U¯hf¢Å½£F;#uîv‰ÊoFÐ(ˆÕÊél‘W?¡F"Ð,ç®\,Ýë?«|vÛߨŸ)r½wÝý7¯“”€ â‰ðÝCÉëIÄþÚ\Ê'¢w![Ø3Ñ›ßÛçNfd®QRjlÿžÔ*‘Ž}k‘ö&ßÕ§*,ªÅ -?2ª 7zf„"Ó0ÿûŽUZvä´±´5^¼ïoU¤÷Þá; f ú9ÒFèœ ·Œá \Ç}¤éSpÝj¢YƒæºOí"i‡ÑÔ®4dÇEõ=‘ç«ZDY`ˆBU˜(¼ÙU#â -f‹€»êlÕ.{åŒ-Ewœ} øþ퀲ž!T - -íƒÂ2Š•²+rœ¨˜Gâ61r½Cf÷N•>öÂ`ØË¾á^I·Õ×.'V¤ ÷9ü' -}j*¹ªIæ»Ó…Љ,úm}¢áí.ì9Á€žÅy¿ÿÎQ‹]v -0<|y|ÎßèCÐc0ƒð Ë~pË»–¸ŽÀ犟™¾V9‡ÿd ykÒ]Wúgu£ÐŠåæî•öNò 4E¢kW(ý{€'âN‚;õ÷öÃaVöü}&B]ñ?d†‰šÝä6Q¢ èïtÈõg¶úº±År‡™Ú »H·ß>ð)á0.@ Y€&B¯DÔÖ…Ó \„D\zòG¦ M)˜\ ÿšÌ‘¿n¯¬˜ -Ðçã•*'".“˜ïbÛ9Áá†Åm™3óv2¶s#B„‡#úÇ÷ë±1TÆþyÛûC¼òÒg¢E¾÷¿+å -ô»)p3²ðûwîz~á-"çà#Âã£l‡ÃÃ~cn8·ŸÇÑK‚¤Ÿ–s‰®›ó’‰\ÿh?Düôè~íÜß~Æ[r_âJŒ›ø\fò¼Ríx¥.û¨ó:4>Yÿ -­àò{û—Õ]ºCø½**·Jª’Iâ  ¡†à8Ýy*ˆ‚ fBç9#Xõ‰˜¬¡ä-À©‹ËD´‡7¦Õ8éÑñ€%,GËË ¤ÓPÆN਀A–ÎD æÅ<A¶D}r”W  Ð%`8˜ºã -#¼c-Ì"8}!µ¼8¸U„w6r©Ï Þ+üš³±#ÕõÄívG¬L-¾àòYb;-ÂöþéÏk»ƒ¶Æ¬ðZá#ÂEÎr%giRµLY.Óž -KèÏ'9¢ócòíºfÞFé†KÄ^L²âPëÌ“>ÝIŸþå4ìM˜CÚß§Ó©~ß6ÜÂgãöíýv¨Ô\Éx^‹ ñ"ºå¸¥–K­z$­¨2ú§tJóf‰¶H´SwÍ5¶w=àK(õÂØ°µ3 Ûèç†È2U;µ½)цT?SUKýê1Æ:çY±¼ñfô°Ìb"s„ -µ,ÒˆÒi‰ª‡uQ1¥€aäDýº§Pº'¢Ó†Þg¶"!ŒQßÃVÃ1W\Z“@“Ì|)Ø -à³zK·–Ü¥ƒ;‡(pLâGjãÆ”íJ¢ƒ) ¤5A”ăëq¾â†1S¦ê£jñÖÑäx1úoNwJ¤»ù<ˆ›)l坨 †•ˆƒùF‚nw‘ÒïD\Ò—v¦ö”_g_EðÀ@®%£.„§r}tðˆ¸â›óØ]¯h6ȇˆ•ÅôyÑå•‚õü3d©BoÅ繈ø#³`ßiZ¼wíêcÃ1ˆ?|þt^œvÝÙ…ö›+‘ù¶¥0Ÿn+ï ~¼àeDåhê±ZݹöGJîŸtç*ÇœêÈ̵[—»Ì;<>F aIÄóê°…)Q_1¢”2¹ÀÂÐÆb ‚¢H7ŒèJñäîÕ 8Ê89Fliàœ–DÕŒpÄIè®ÚVñŠþVÕj2ÏT š÷Èž\{@­Ânc/¡O?ŸÏ€"@s÷qÁµR8LkŠiTø<™eн 6pMûùý†=Èþ¡&¶Ÿ›) Ê÷|·ˆ*H3SÑó‚î |öå™ò0¾ÓØL{(•÷qg_ò/‰`â—¾ˆ8©AšÔsÂÒ‰ 8öyÕý8‘"¦Ì,¥-“K"è'¢E½@ö]Z¢ª–!w¹7¹ò&ºŠÍYo­*ß w H]FxAzhxµ Ð׬äñF}óàjcC„ÍÃé{lÂk)é„0@í#¼L#DÙœ×Ö cÛ>7I›Îlèéž½ï#*øuÍè¨*ª}ÁKQ‘þ‹PôôÁÛ·Å­œx¯öõÙïù>1D]îú ân –Ƕ+£È8’z-m»æïþñaU¦Ð»Ì»…€£ûÕ…:Îb=§ì€>œ0MÙ°—öbçà1 ¤k-H»mªÌ¶wš2<rFøËàZFÀ€Îiœ ˜â„Û¡iÄóõ8µ‘Æ^×Ý× xRZR¡·!KÄæˆ5ÐF>@fÑÖ¾W‘‚K¯hÆçøõ<•›ÇȘ´¬.ÉEûçF^¢ è¹ùÐ.»³zæ@{·ü)`·É’õ4ïÅ÷¨uG9x)4µ¼`‰øªšèÒž½}æq_'«ë=ûkáÐß#²xµÐp›){ýá84MìötžiàCu{…c:݈4_…8BÖ?þ¢ Æ1xkaxVf­X[ï½›oše˜bSpìtR˜5ÖJÌM˜í'ˆV=õ§s"ŒOÙK$çû˜Üéæ…H·7ŒNÔn2ƒ:n˜ù•àמóH(_È4MSíyÇkl‡ûû ½ëZ4zɾ¢âèxŒÝÎõ÷—’j3 U16_WŒÍkàÐÙÅØ9z™$¹s7Ö²}"¬Q™èÖ¡Ç58猇väK5:û¥_¾ðN[ê˰¸.É- ¡–ÁhUŒißìÂ>~]Úvp_‡É›ÕŽYÑc€~Èà(y=¬÷Gï=èei^—D7‚öÿ —%Ý‹Y Kˆ`CÝËøÓ´¡¥Ç`Ï•td7ô^§›}‰ò-Y…éžïo\áÌ3̤ã«È}½gºI ‹¢™Ö’,;=,e+±ækß³?lS -1®|E@»ûöÏýÒ¿˜,!ƒ‰²ïrÄ|1²f9œÑSþye¯ÅÀ)ÿ^´¦‡YbÀþ¥š0¥1ǯ£; Ó—2Jšy”LSºw†r®-Ù–ÛØÈùA¡æ{HS¿DÑó‹½vf~[š÷+À.B}Ÿ[w9žæ¯IJwžv–ÏÊu~ýù!bKøì5ìnê“Æ›`i :Ǿn Ÿ ŠŒ¯ Ûõ|Fx¦þH \¬ãC‹ïÇé%:DŠ -5Í/g[Â$¼ ½µŒ ¥o|›è¾ÇÁS -9dW&åB®p³„]ªŸ‡"ñš@“bpäÉú™‹2Næß'Ræþã8ø³£>¶âí¾9²·ÔÏ€¿„}¿×ïC´D6¯ÞëkïyõâûüøZu±–h\! -ôã\êUIÅ?"R{/-å÷íÝKÏÇÙEÌ »ˆht‹úûš+?E0Á¥9}éhnÜG”(* VDrÍö„bG~~=÷ñ”‡/›âŽJ»ÓÅ©ÚøŒxŸ¶ÛŽ‹™öÃqF#vÄ.àÎëÜpM²G Œ¼º_ãl%§`yÍ€k–¡¢@}äõ롵ÃÝ$‚œÃŒ/ê˜fï¬ÓµxÔL4 bl‰ÈœŒH±”×£‚('£…Ep1 .œéP…Ä€è!:2Â<•M9‚+.†%BL9O‘[þ£õ,˜§Ð¥ý¥É<ï}C#–Û ¦·çÁÓÉ™—aÀGD~¤À¯#C+Ïãt=ø±n™oŸfû)`j‰ - w§-ï‰>¢¾¡F°W䔓 l@"õ¨ï—šdh­þ‘{6„1uêpÕ~8ÎÊ$$æüç†Rµ‹þ!b9eæ¬t¦Î™¾E)z«q1רÇô%“Éù¼Ä‚nò&ɰÑ­ÞVÞññ¾¬åúéÏ«ŠŸ´¹‡óùÏ–[UŸŠ4¸Ò~û5cu¤9ÒÇœ7ÏßPÞýe Ú‘:ÈÛW@·X­ï¹SꮀNé+ýp2Ee'¹ûägãägæ5E,ˆ§/{ë*gH—ò.’wúŸ"yÄp]àÆ:×JžZ‚TK0“`¹Æ;dzJRE¿M­™þu&cwÔ¥“û^˜³Üä²I¦I~Û(t"ÒC¼¹©éÆHu¿ÂëQöõ(<ð¿{ópge©Œßb?ÆGÈþÒ™–¬lùšàé“S04)ûýƒ$Eʧ9ëÑÇ_#”|3 uz< E9åíKò=À$¢%‰ÏWÖúAhꢣÂ2€B™¡Ìùý¿ÚŠÈ®ÅTA±àŽ;бƒˆ/(óK³çwµâ«&Q»qhO¨xŒ×x3TÍו/‰žðI]û%¸k³'Ç_äħ¡õu·¢bÒßF ÄÔ¬*ós Ó%¿§ETP@¿Þ߃{ôwÚ/;âKŠMð¿…‰BÓùáiàa±óÔ“EFäŠ=éìbÙ\¸C Èš$F™ç ûˆÚû;^’ûËãamrÊêGþ¹¿AÿÂ.Ú'`»Ë ï_.¶_“çwÅÒ²bçgðD¸* k ¼Ó Ç/ -¡y7;û«§ßº³Mt€Í%ñÔ¤7~¹åÁ³Í²Ÿ‘Û9V0l¬ÂÝvj==WÄÒb9ã5î­u9´úðçw¸Vks¤ààêûQ®‘y5î\l²P(/M™Ÿù3âÇð{TIÔiZ] ˆÓÌN÷¦é¥Zúq¸"©~k%†ƒ˜Í_ñVä^£4c»æ;lhQÙÝß'rØLL;ö™ŽlY…ñÊpûB9–= Ç5-B › %áÝ$EŒÉõq©Ê®©™Ž¶!PüVïr_i=û~ðOv’ZVo~ýú°ÂÿžúD2z ½•Jˆ²भ¬ýä˜P^!Þ<êÖ¥V³kñaÄÙm‹P×uŸ?·WFÄ8úûÎ)ˆ¸ßˆžˆÛößT"îûëD -š´æsïÀþºÌÖ´Üü%™HöcCúìÒª0Ò)•ÄÙ®ø#®£™3®“ûÇNŠ,•&“ë‹Ã%J­Õr/Qü}ü ñ ƒ ùöR‚ÏÃŽ;³z ¥â‹¡´ê?²ßPÔk¿O;’-#Côt|ñŒq†sFq4Dš®\#*›kFHämå?ªmiÜ>%›kâ,2<Î΀èEƒ8šš£»Qn#\/:š™zÐbŸzÈ®WC•(Û ;ªiÚu¡²Ï±S'âJe -òkzp3ºgðp•ãV{‹ëMúž1H‘°´Üvž€’-£a™áR)}îʾ²s,@ˆ\ê-õ‚–.p>5~Øth³4%а8›¤ªcwT‘ÅÚí;>RÈm£ã\¢ºû\xáã§€[ºUã²’vø÷¨N— A4$ Öð1 -Ò“î|‹x€ íOxè]AhV-0ö#Hg0ÏïÌ(°1óQ§´à9»öñA¨ßˆD:(ã¢È Œ&êþþÙžöû5P‡UeCç.«^QUå^ç3xn‘F{äÏLÓ\VöÒ¾®¨uЈ5‚d¢ªYŠ4ã~ kÏ1.a©ip}‰7€¨Ø@z=Å?u¼ìªÈãÖDïÅÊ;"(0ÒŽö]Åk$Ê~ûæZÁ«Í Iû0Cy½Z"Òð¨Agý ¼*#pÔÞ«–AÝWÌ}ï×Óº:â ‚1óýF!’ÑhÕ-c#”´Lz†áeñˆ|Z2ø‹`œé¥°¢=ð‹O’fHóª¿i¢òÈììÐ31&åLö¡î°ž¼H]Xçàg­!¬þ¯_ÀLqŸÈy0ñ®yw \ôEðh†~«Ã1äzŸpq¼ •úó0}DÕ[LO0ö·…J¸/áá`!¤ô߀¤^™ŸÒD­è§«òö—iÝGŸZ -büAlÂ@™Ø„Ó°ûFJÿ h!Ã(söŽ>£bGy©3Ž¿B±ÍE™ìx°7 †à€|ÿ¿Gä'¿ÕV[(Nkðqýöñè Û!fò»ð[¬4Ÿh´É¿<ÿÏ(F¥®;+›új}Uõã¥ÌËëÝfXÀݦ%£¹æç÷¿ Úù¬Þp±´ž¨Çz75"ÄI&'C„ˆº¥­‚jðbÌûœ3Õè‘Ôõ¼ƒâuÒ õhï\Î&8»‰‡¡b[3rZó²%Ÿ³“òy\£º±¢± ¬çë46üèf]ÂÑÚi&h½¹¼cX› QÄ î·†Ãìòä›sfXÌÔäû‘Ÿæ[Î÷yèv ÆjšwÔêc·i íúC„A?Á}F ‘"påᱎsÅó\ñ¡…'$wé¨]ÈüssÑm»ÆgÄŸ¨Î™MQÕ¦ýpÐWàA_)€˜©ü…mÍËä¥Ä¬ígïQ0QAqáÙw…Õ¼«*r{3†§§®,HÑ{á3BÛ¦Îí\TñÅÔwÿu)?ì ÂÌÀr€V¦‚@ÅS¨õ­}¯ãø§_}„„ë°ò¹D]5Jätæ‰@͈Ö\ÔW Û¨™Ã­Ñʼ‰àW6"ú¯ûýdÖüžÉ—Ájè¦Ïˆ«ÏÖ3†!BÄ8D{÷Þ 1ÉQš£Ìæ£NÄãf[¿dbë -gv¿¤l'…†¢….É0s½ÿZXC;®ÖH ÷"Öy‰@j½_ÃῈBê(z‚e¸µ±þ⻲¯¥ƒÇQTi©™ÉøýÊD‘öãƒ?ŸüKAñFÒû~ãd¬ÛOðH¥"wy^Ý3¿G æÝ¿PñY-k-ƒAï$xû=Ð'† rÐäàD÷»:NQ ñd²¤øZ]à¿XûÎñÃq€9ŠåÉúÎì'e5°6»µû·k<ù¹Ë=wù5'ª£eÄ/\j´Î@‘)[fmH]]"‘À Õ²'2?Ú VU×l'³°“wƒ¥¯eÙ>³:ÕÏóßQW9ÌæÅ†³žÉSz`U‘ 4an·$t.údŒðⵞwƒx² ÷(hZ¦fuÎ$†ýh•+ {p ˆA 5ûÀcœ›‚­ð[ä}Rewô¨ì?›÷©"È®ã&?G๊@V°DÛ>R­uO…¹~:ÊÜð­ƒ]ðTL•£¸úKžËÝßb—¨é5ƒø¸å„۾·¦*:Ž˜CŸq WIJ}kAfEƒ½Ðn¤^.TˆEu½ÊÈ/˜©[¨ &:nm¯”n¡´J&+ùNvè‚‚­T@Ðh)å3"€ªy`j¼ö?¦6%NЄƪ føŠ|o¥cõÁë%ÖwjïwNôµ4ƆlãDl–^R©„-A²ä7ÙÕ;"h°P¾zM¾åsþ8ˆf&9ýöAbpWI©¯ ¾ªwnÔi+¬ka$…3¶“Ê£+dQã(€HƒÜÚÀê7AL`—DÄL„Žn͵ààëOB„:H:¼]X ª4.`WÉåXI1¯àÌ Ho˜Æ] ¹â­ŒÝÅÍ,óÇ娾@¬ß>ìŠÈTAå1/¡„Ä0¼ìþã¿ç`3aƒé²~úãd£²ŽÍ °˜b™R 3t&ñº™ŸÛéÔí¨€ã¼¥Áñ=êߟ«èTëܱÐñ2fÉ/æí.U q­“G73‰›=¤ƒˆ!ª‹µi§Ô÷Küˆ*3‹,YˆíGöpC®^ϧî,û0’¬›G©ñC—–B¬Ð¢Cõªü¥¾m9dÓJÓ½F£1mæŠéGÀdž›žö· ìêeDÜè}'éëæv¥/¢o,ïÿÃ@2pôè^Ga¬¼‡;p‚@(Fâƒ{k@ƒÆ}ؼÀq@\Ïú½j̱ßõ{½„ö†„e?@P$¦ƒ€¶F—Ò'E˜ÜÈÑ¡-góCi,¤O%iÌËÿÃm“¦2w¸µ«b´†GÙ£è°sà 8ƒ"ÆerªP£ÙòÛþ†¤àïñ2ªäÌ´;0„’ù-(õ éõ÷HtÅüü)h'þ?ŒRDý,êŸQW´ß"Ew'× |VX_U4î%õQü -Ã# (ãèÏj,¢åË.l0lÏëtß@Óv”(¢(9( ûo |ñƒ²÷?9ìÊúï™êíXk˜ì]GÅí¢äÚ¯8¯íߟ ¡B½Zo1%d1#ó‰0PZÌOûadFHg¨È#´8ÐÙ(E{½¼2 ˜Â‰xÇË2ÆÔ:“錉WmJ`Ì“õq˜ª£Á£˜+Ï£\ô²«Ó4·ð®Š·~)ŒdX1ð‚¬+ÿY3MÁ¼®[K‚f/-²½ ÍvæmŒ÷«i§f¥ƒAÍú»¡KBTƒ¤*õœÃàßJ@Õú‚+ñ›¢ƒ\uCà>æ{À‚Ú߃ýêÿVßÖä‚,µËñ9Ïú X/Z¬¡Â]R@Í쾡~tËöf«Ô4`ᾞ§–’¿–á„yÕl!ê^LÖ/Xà85øy"U¼`Jj5‰Žh$¬æíCµø JŸqTcŽao`å@Q߀˜JÀ-"üü»³}„½f†Cì´úëtˆÉ'/ȸ÷× Ø4p]h -ãÇ'­’üþk¬ ö¿?7#?ñÚ´|8`µ×713 -l2 ×>O”fmôL!Âî’V©sžˆéq.’Àæ“ö'7/øcÏô¦P"uI´޾®¨Âib¬Ü5ŽDɼ"QrE‡žr„eõàumï°ÊjÉཱུ˜}! -;ü6d±¡)?üZ®Sޏ.øÊOt™¬±ï.²;vS` .¦œªû@|x/|HBÙOŸ^‹ûû¢-C­ôÌ`À& GÄ»ž¡%3n©TÂÇ:~*Ù -jlç^SGH)Ò©vR¡ÝŒBÕ,ü{iºQõsæ -BDÞ¤ŒÄ¸µó˜Ú0ÅÀL·Õõ\Ô׿CÌ¡›4É%XëɞHÝ`[ÆØZ´9 .ÓEs(’Ç Ðëÿ± bå2Td¸y¶…U›½œ¹AÝ1„­†›c0º&¢a‰ŠLù"uG-±vÓAi²‚ßÖ‚AÿÛõ¹hµC4­×ùNO§äôG6]` -…÷«ÄK8<íp3c.ñï Ö3àÅÄ™/€TT²± °äœ>7Š¢ìΘª>uhª:ŽŠ5³üØêì××K‘/Fl;Le8U$çQXa ð‰…GQª™Ôt¶¦ƒèÉù €nwõz[Eãµd½$*2†Ä@‡˜oô‘åz'1²!®©(¯ònke?ÝÇûÖƒ8-;¶úbt0™UǺ·:¶øvññª® W*"æÍ'Jv4OD)‰cCÔ¼î ýã"¾3F£F4~-¤d¿·¤ÔWþÎ!òE÷!æK«pò$* ÷÷r˜ÉàÙ¼ SÃo]Z °¿óoÒ¡Dàè‡]„ƒ‹(F˜[E/Ä¥gåE =1lëk‰8ûAu¢ÔR¢újkœþ5 inÁ -¶wuæ…PdøYB"¸I¦2 ž/}x&OÙ׉\‹×;Tħíüñí?눸d©ä¨B(.’$“í[€’ì¸~4•Lf&› ó¶žQHàçfš*í’ãò•¦g2·î¢ŠËE† ¥fô+îcXDÙHeDÒ)ÏZÆäØ1ˆäõÉå‰Nq?¹°,p5ÑbQM:Ÿþl¤˜•û“}•¬{q€Ž¯oD0yBB1²iµ`ÙRò‡êÕ4v¿~=õÒYÅ61áÂ8Qñpaš9çzr9£D%ó!•S™òñz—µH~uÕÅù1)Š*_X¢zúA…2&Q¥g}oé¡Á¹Ê‰f—(³b°µ#.RO/åfÀŽWYÏÄ[7NL§k}™¯ëàbx~mR ÇZÒMÐqeÈŸ ‚C3@Šã¿ ;3ü:ny§<0™òÐ;à™U;¦ñŽ€¡»`Ïfgìäã`ª,†ö²6° dt lu2þ>,\×0ÕGµ˜,^¢[x#‡¤ùN—½Á¢o…ì; Í m²A¼p™%÷ôƒ –¨|”EGjh -‚Ì‘¤6Ðþ`¢=H$RQð}NÈuÞï³ESŸ–¿Í+§C£_`d~X%˜FÇjæfñ ¼¸–€pùáïHw)‡7Çd¼ñéÒùrjlVC}iÀ0šý˜·ÊÞW¨l¹YAáÀ}-Ⱦ;…%0ÊüÚ¡”ÁNs(ÕPª'†bèpŽW‰­ÞgŠLR=ãó4ÎÌÖdfÿ{Õ~¹ßiä©äÏ”±2úç 4f~ú¬à øÈð[Ô—3¦ ¨¹¿|pÞHUé1ÀÒô*Áh9—åÞNpqï¸ø…0cÝóõÉ%0 ±KQî{„1ýf˜÷ü5+ŸŠÕ¹0t8¬€í¿?M_.³¬ÂH !­€hG˜S §%‰Ú•ÄÄfâF½ù‚ ©Àf§ÃˆÃ€$uf‰î‘€3 -CDˆ3zØw³Ž²Iª,´®Pç%›KÁO* -—8Ô-¤ÂC^zŽLµ²›óëLLF‰êˆòŠw¬#H·ùfÒ3\óŠk>§ŒñóÞ’„dØÎxù,²,ÈëÁY¡Äz“–üè -ÂÓ“û¼šisKjÁγ/ÄvFšõpÐh;Z‹l Js XÑü¼×šÜÈúì0åÜ«$M À¾ Å[ùn3ÊFUí1ÖÏGŽ|dýÞ™±Åè‰|yJµÈ'©LÁ àZ'â ~µ#°t/åˆHšÂ¥ð{—cÿu‚X¦'jHËxœe±S^v±+òB—?9EÌLDÄ“vÞ{Øü1Õà½ÿ%¸#?²ïTP…YN!…”Wº­´—v1¹7¶Tó‘.V‹h(W04 º”›ö÷ }…dÓlÁ1¾C3E¡Ÿ„,3ûýŒwõ㵡äöbCDÆ¨Š˜(eù|¾„=²Ñ0‰`O¸>Ý>ú5™º{Ó Ì–¼{K3u|vñ"ÙzÔõ0±/-˜ãºû`çÑ5¡Ç -3·¯ð§é¼UÝ?hãÜ ßßY7&¦÷ÁÀ7,?ÕV9zJðó|u_Ô®À…è„L•Œõn´;[°÷hêSRûœÞ#Øöу&ß·C<ŸìH‘Q®Í·ŒzB.ÞWNßÓðR-ià:²_r³m¹(ß@× ?ðSîÎ:g0R å˜WЬžžÊ7ª»H›.Às<›0ñÈ™Œ2µ£3üh¼ÐPÐ#µx?Ê ì.e¨ƒêÝdS-7juIwFµkö¯Mªƒ&·n…–¼ Z>ĈüRƒ!™öDlÏqσXÎŽ¸eˆ4ÜÛŠ­¢^~‡àñâÓ üÎûñuÂB ö}>: »Ž;3­GÁ8x63wMµ}—îÌ3ãGè<ë¾_9À'µè~ùKDÂî£LÐ|î(…6”»Zl¢tÑÄ.Rˆª~ÙtÏÈC÷7išE0xé¿*ç¬&f˜¼«WÖ î endstream endobj 44 0 obj <>stream -ïû}ø“@M—ꒀŚ@xã,&¡¢3<]4SÞuÛ_%œŸ Ù«¾v‰ïýd¦Óù¼65[Îì€!ªodu‘ñFu—3Q}^?¢è¦¦X“íoJ4ñdèÆ>ýs…EÐà¸Ê‘ÀSê o¿OPÏMCIœ¹“2˜Éû5Cÿ=Kd ¥²³ñeÙù={‹ç6Ùo'èÀ^ª4ôçs¦bƒö\ODD-Dü´¯3 ªÛÛÚé[#Ç;noš¨ÒLÀôF(­ÖªŒ#"ž‘ r‚õUûïµU„<ƒ¤Ñ2/áÎÛ#d]ØP%ŽC:`ðA¡£¦puìídþ^óüîik[ >‘ ŠçN%Œ²5¬Iò®~ŒÑ×±—êü÷ŽxBÅêŒFW(Ô—¿I§ø -ÕŸ1m÷q2½Ø¯(ù¤tèi—“S=éapÝ81 ò -—¸I«—‚] -°“¬#òö>ÇDMmp`«ÙM¨N^MDG¹wŒ²Ó´†aA5"í¹§`6•óÔ¨Þ†&˜ˆs¹PQ*Ý¿×ÄÚC<¾®s JH{_' J‹§Bië×a•~ DÇŠ ãk2øéÕ!ïE"¤?ÜlG€|‹ûŽLûžXÃÅ\/ò%4Ì΂–wÔÆë+ÕÄV!ß °†ç–’;‚ºvªEa{w|V›XœÝ^Ù}ºÈNí…´hÖ±<Ü_Éïi%;k™#¡:ì&Á‚ÉkÃ2nˆL^¦¥ÈfsöÀd¶¨¥Àt+‹¯)`Ùý×W9Õå -E›UóØìd¾È_VZ²Óá¢ëÔÜ/S´ &}¹GB&åùJq ¡ÓÙ—ô­'6¾Tš^ɸߵ÷ZvïÛÛlXd迸}Ù -Šì™厷&iu¿Š×¨N‚ÐZ:W¿Bé-±Ü¹-;jÔ¨’U÷äLèôV·`iêv ÊŸT”ÿRœ{eˆ÷8£M3ÓœÍ;p轌*Å×KÝnÑ1ÜÏØ-Û‘‡'¯Òd<ª©î8?¸Ÿí{úO§U(o‡·PDØŒ64Ò"ƒ„’$–Ùð²ݹS\Q•ó‡ ´÷÷©ooìÇ(Í -4B„v¾ÊÖ|€¹ |ÝJ6c»$õ_' íÂ8[Û—¨©:£o6ÍyY<ì‰ÀSŽ8s‘K84zf9ÓN¼HL“ÞÑÄ ‹74œG{óÉaŠôhÅú¨­dßÅÙ°ðšœy#Ô‘¯<œOŽ!Ä)j€w:%TgzvK*Ä4ÈÍè‚Ø«_æÎyP@_¸1#zQiµªˆqŒ Q ÉaûEJò-ÅQ Qab6£ÃºŽ¢ÀŽCšK¬ -_(>£Ü.„Þ C U)°š©ù«€¼<·d¨~¦³qí0¿ýÀ$ –ýú«ŸÙÁNÛ_+˪·ªÞGÔ”Gߟ—kU1¤¼‚ ¾!Á©Æëu’›úiráïÀÆ ¹ÊÄ9V@W¯CÔ­ÌHŸø ‹½þì÷®r[<]Ë韫”¯0Ù.î.­VøôÓ•,i5¬¹½mÆw—ܳЂŒH³z(Šè• È#=Í$Œ­g9Éloý0vvhôn,ÀêÔ|ÀF†è°ÚH®T²Qà“¬·ÛÇDÕħ¾Â’Ÿ?i8Qú‰<€êzÃötgn ò®ÐÈ¿_Qïó™tõ7!»}:‰De˜Ž– QeÅ(ÐãXÍ2 cÈh„ÿŒòÿL×'ÿŒüÂþÃùVL골±†¶–þ ˆ2ãüÄÊ Îƒa¼ò[]¶ŠKo<Ñ( hÄ¡ŒLë7ë%S|(Á ù+ã$J)ºtªˆ"ñÕmfPú¦RÝo7GÒÔ€>C9öÜn܈Èðß\5gGÙÐQ CašœYÌ8{@ÔvT"`œã·—µ*#y²!Ú¹ù5¸}†Ü¤mjã>Îtº­PÃQu§’TÔBÁáe+’Nîs2ôÂÀA«9× -Ú©ŒFWºcÅ{Cpò8§”1ò³Hõ+ÏûmïµÓ¡ìPO‘Ñ2?ßÀîœ)dP+‰üJØÒC›3/8¨£¢©6ÒWEÞóÝ^£Rƒî…¸¦C"­Y[ °y¨2Ê“Ñsá ¢Ëq†‘ŸˆAæKçÓ…) ¸5^ѵ+ÃZ"Ufs?/)’ø,)å?í¿‘E×&“4©¥°¦Î%ww\ñÙÛ ¯Ûù•ÖaÈ /ÈÛWå æLU¹¢€âIžJ,qŸûgÒÓàAÇõæé\ôò7¿¬ ž£WŒÆP÷³üÆø~ß‘1rq€ÇáSý0eøg€½þÐlzŸÅð>ð;p-A.¦xÕˆN÷ш$`7!Bè2ö´ëœIqWŽQ^yÏ«Gǧژª¦¤hy=É­x>峪© úû<ö:·³w7˜\ :Jg±Ó9î²Ï™ŽfoeZ ØnÜÉMQ^ùJªÑí †<­y[ƒp¿ €ÿ;@CUˆ3Wq?ÁÖë|%,J(U -²çP–u?… ‘‡p †é·LÙßð-¹¤Ã˜»ø•¿;¢*b»r—kvM6@ÌR€2ÑÓ€rhÞ,M8J@T÷8©÷ÄŠR"ü´ÞµAùJ©´W£+-ÂI8¤mÒ%YC”—®h´q¡ôÕLá÷²Ö"›¡'(lVEqÕø~íí§K芿/¶ -SÇ•6Z=Ô {]½lw Š ³è¬çûMæêÿú˶ n8Qù…áZ×hë `nÂ-0B$3dFˆhnœ4MŸ„(t¿’»Ò2øîdœ=ŠK°4<¿…>…f*¶+ .ØÕÃÜd®FäZ1’Ê7JÒÓïaö£ØIŸÀâú55R@uª¹¼Ä R¿ÑDYR)Ô}J$®}˜ûÈ ªoõ Àõ•¹ùè÷|¿CïÍý‡ª^Mg}vXd»-eÏw‹²ê´×bßrŸ‰X(ˆ½ìã´té<Þ€o.@=úÞ.Xù4ŽŒ£Å¥tó2B'íHO×àæ§µ\2ûž§¯:áˆ_ÂuÔÐÈÔ(^ÈÔv±V”Mñ]@èÆaR[ôãÚ"˜e+‰ÉÊ6hóv\´ÃLµSi—TÉ¢“Õ2GÒSöÈÏîîÇÒhiÎ(2Þ]]ë§›F!\144Fß}±;¦Jí@°­ÇgÚà Y=RûŽ)Ä£ÇYâ?霛fcGìk,‰(pðú{Ó:j-ïkÛ@âsŠfõçP -ØÑ¡<,¢ H¡j¡‹šÌ•ÙëÚƒ].:0¯ã%”<.\´äдaÞ‹E¢f‚îRv˳¦kƒãMî{d1F#aêV’âÒ#XëŠ=Ü…â”ü6u@ÜÓÇTñe5’&Æìª¦k":Ÿ[:Ô >Äa=þÆóéêùu&¥—ÈTÔQ†ÄKì½sÐ)7D޼¬qeŠj©£O Æ{ådšŸS¦'Ê÷Ø÷™Råð­±»^‡Ltñ=»~'-®î-«sa¥wmä¥ïóh¿L„Êú°×˜G4©â´¬‚X挄[Öü–Ú,Ú\z›OZaÏJ£d2ÄöU‰€åƒ “ÑýmÝÑ/\¾îC±õð( ñ@£XáëÇ(šÍ(·²ýp¼‚ £ÚÞA‡žÌà‚{îèëãspUþûÏ/éZ§æ5ØùD™¯ãëöŒc»*dfŠ/£¬û<$âÒŒª#eËôœx N6Búïìv×Þ¥»@nöxT[v)¼ûß颿ò¸ï¿ÖÓ‡&5À%þåK÷ôaOç-njh/è_'ƒO¼¾ÖÓM}åÄòn(‚^‘¤ÑÉ¢éöÇ|iLûgBŽ–š¸ó¶ñ!Ë(D·OÑ΄Áj@i»A𱄽 ­€X¦Ñóx“Ù¾^Ìý<æû·I¨é‚”RŸŠŒ€<÷&u‹£ègcÄqQ—Ò+:V˜hAŠå#©ÿï³yqUÌÐ!š’¸ÈÕyÌŨ‡þþÄdŶ}y‹\¡KSêËÔ Ð,À{G¯Y‹%øøo±§ “êG°¼õÇì—¸š˜æWJaö\¨ÉœPËÓY¡^‘ƒÕÖKAç‹M¼£ö¯Š9!ê·ÑóeÐATÕæ†”> ë„ÌS@ñBoʾåsì%8F´|›[öD×׉L6Žç¨»˜ÚW)F\¨¾Î;°!g)<’¯¤$óyÝŒˆ g'âz7è'IRvæÈ}£]ä+Ì°ææ•4LbÃe¤Ž^ÂyöͼŽbtSCNŒ$8l.j~Ó>\wÛRcéÒá×+\tap5WOFd¤bêáí“+Aq`âFöd·co -¢Âç³D/`ïkS¼qFÕLbÝù˜½­0ã+m§´¯m‹R€[‡¦A¢Î=…=λ˜MM§•‘Á»®]êŠ 3cêéÒ„§¿'@ŸÃßFti‘ßd?¿/–­øÅž ÂfXçZ²·îí>¤Âçç—Tü®ø5•,¾›µmïm”³-…¸4ðR´Á½úáT,ú 0•(ÉÜFï½»ýp»¤"áîãØŽ1ä ’úˆéM$ÙlW;¬Ô¢DX›ï -z¬Oðν«¿-¼(ؾ - hW¯+vyù ߀ -|{F¿>äû1yÈ”ãÁGÑJv†—–9B¦îw,öxúæ×QQìà÷["6@òç²÷Ÿ{^4†Ö\÷mVVäA8ÖêLµÌ22Ggñ2õÈiÄ42—a‚(f1"™³Á£žˆªs]¥ÈÎ<ç NðA{~¬žŽ=(ÊD“Á½GI›)Ø·ûØ‚…þáƒ~ (Ò¢^~ý÷(ÇâS¾k±÷„Žå¿4þ]û¦Kè³ÅÒãÒõ=íDøO¯q="‘¼´Ëùå„a‰ÒX†˜Ü3ˆ#Õ¯ÏOŸÿôd~DÁúçÁ¸À× 7€,Œ -jÐàoåy2§ å;pÈz‰6ÖzÓzõšòÉu”½n¤9W®4ç¤Î\-Í/¤‚Ÿ70ŠdYá«;Q¦í*Öù#4}‰hФ75øõ-{pØÔMø}sø°¯”Ü:ôåjNœø«%€¥4)b_›Õ$-˜è‰hŠÐñ„=çÉžÎÇÕòiž^%£­¥RDÞ¡a÷í†À•Z‚çBªç‹ ߈üd€ß#Ò¨z‰ÿØDZ.´•¥ýÊ/g³œQ} æœf²&~É&}é6{鯈 Q65±:sô,º˜5¡”šVó§–æÛI{ò'•”…ý‹)§4›]fü«8üb"lÏ« ™`² â¶d~àytt­4vN×"J\%ã€Aª~£º”*[] -fã– üÜ” RÆ)= -Ì­—¢ÊÙÕ?æÏȆàÞ­Üè8ŽO -Ä ‰®2dî- €¥œIªô9“ ôW® -ûôàpvR(‰º‚÷W= -¡6äÇñW¨‰R­rá*×bòXOÚž;böúŠÜ CÓã,ó8mÆN©*A?b¿ÎÞa¯ «!iõè‰êhüÌ‘!¹žÓTMË´Aù €¦§ßÞí)Ù†»Æl»„¢#ªš>í>ÞÉ2©Œ©#@Zª(¸.ò»Ê.šÇñiååºle½RÎWJmò”ÞãXÅð”(ŒÎ Ó+#-ÇQ Qœb„ƒZôyoŠa”™ã'ì~(Q±(Gé3rÞÁͲ r§,„Ý*FtK ðÂÓŽq)í<Û#ÞôÉ-É¥£D½I‚J3…€?z+þôW|e©X’î­Œ‘蜈I‡”wPì?XahWˆ^d¨1îãPïòÕs¹6©›DK›ˆ¢Ü:ª!5›*’ö¿`@PÂÑ;à%¡ePnFõ0Ñ9îŽVO3¼`F$êÈbŽÛÎ1Ð,âL×× µ|ØþÙ{`Öå:ÉM¢Ó¢›Ú Çë ŠèÿÚ*AxÛŽûÄö‡ˆ4‘ê™–ò†2Êù8Îù«÷½S”; -^Rë§ÊÆŠfÇ€TpËjvªhä¾ ¢ØU/F–w”"†´2WEšëÂu”í‰pg¿”©´UØŒ #Å|ˆè¿·U»b‰¦9˜JGjÚì(Í+g=E¸º'<|Ö'"f<ª!d?šÙÈôj©Ûöw’Óû5*Ëxj¿æ|¥WÌh§7š.MFѨ‡Ñ·o^?½]/XãÜÇ^’M³ Þ†¸¦Ü&`ׯ-ƒ6 €“‰äœ‚Í8Õé?¶çƒãï? séêS@P£®ù)€1sï‡ m6qEûÁÔ¨íSK5¥i?ÞÊú‹Èãzì´ 7J˜ïÇý`ï 3:Ú“&óúá37˜;v¯ÙëG”œ‹¢Ã469*Û@Üïj]3ÓG¦{Cló€Jß)*'E£Y8ömÍÍ[ÇÔmw†¯÷ç‡:[‚×` Šïïãòô¿ð¸l¾ãR﩯úÉ‚Äè¾ô¼ÚÒûíìž',ÿö7hBoÉMF K(+½¾ŠtÀ•YdvVôÄÏPUýVÛïÀjJVš)x8À,ÛæŒêNM^Õ›AôÈ1 ß -‰®b*PŽÌãLÖ¯†ALÚ¨œfÍ.q› }•É™µ+çë@b#@gÔ«Iú©ÏSÔ^¯¿L ¯ŠV…Z#㾃†Wã+H„¾8È ³Ìž‘Ùh è£Ç`ŸâúQÐOE¶c¾(7aM¤(ž¨ˆ2é™,‡s›I¨{V~9ν~ûã$é¯YA_RSh¿ä53è=:|¯ÐüËß,ê« -#§û·ŠþJ,{3<¨æ‹Si¤wÔkW–‘5s|Þ|¤™¢³C¢ôƒèаf”cš»^Åí°y{Ð;B΃™Ú2ZRÔãnC‹Ôxùˆ¼QãtÞ"]ÛQˆ[+G~…ãÓOA&¸›®®8Àr^_¯¿-¬êwB~pìÈ{Î_t3:]pêøÛAËB¾Ì»ä -ªM&žÊsDßs(ŒsEŽŠ­vœAR¹xƒߘèu(ÖíV粚cð®Q;Äu2élwö3à<“]Ƶóá}¾È~@¹lë;ŠÜ&Q®7ûñ14bª²DÞ–xGÖ»þFÐO/ÍL–Îê܉3ÃóëLB‰ªô%ÀUMÇþʼnª#6Ñ$l¸_ñ$.2ÓäûùëýrNP3nQ7,ŒqÅû£¹¤®ÖYq‡¼ØYTéNß#î“Ϙ½ŠíFÍEwK>’¼öÙ¦ñeà¾âKe4újèôÝiJN=ï¿gzØèθ%å/±Y c 1„ÃPì1Áˆ«Ø‘ÐOÕ€‡õñ——#¢½ÔÍó4»Ý_¡K¸´z4Ý®]‰ÂÄ8wg×ëÖ -ê[„Wÿáoøqœ:3[Ù+È wmtaå;ŸoÄëÈöŠˆ›lj’ øâ+Äcøûµr\XñPÐÉ€É8ÎPh/C3®w¤¥wIù%ûcF‡¢N¥•JTN³_ 1ï㎷ã÷Pta [ðC&sÕ4åú½ÙÞ_é 2ƒˆ’5ã8p4|ÉS2ÖSÞ.ìÚ]ÌŒîûçïc4uÝõÇÆþq„x`ÁÓçîb¥šºdˆ3ÏC÷ŸIúãZèÿ"¦‹ÉC €A¢ÒüZ[ÐÒýñ¸-7ÄÏfÒÏh{.…¯Œ@+Ú{,±é_Ct§²Í±öm”fŠÈÏ µ‹JèÉÊÑ‹3BÚÎ>Uydùƒ;ÇHÅôçõ݆žiÑÇ–RCÔõ‘*ó[­‰yã}$(hƒû®Žò‘ÌX—¡º¦L&Q¤êü öÿyÕLy„¬ÈûyaQüŒXyé>¢tÁi#.8#HF‘¨âg‹í•)2ªWJœ,Õ(îbGã#ÂAž1N²?å‡ãhòö%Ç*ËïH£Eu¿º&ïGt”¡D1_O. -?RT¥‚3» q˜eP†5(“ðψ÷•«~iœ5~Š¢«é†A”dTßÉ®Ç[ÍOTS ÉJÿꎮ7wÔÌ 2<;Ð]~ºK¢©Ž©-}¢ fU쾑 Ú7€mò3"÷ª@¤)o™?ç•íYŒ£Ð}Ë, -3©vI‰”)(C­@öo 1Kú•¢iGí ¨‹Hc®c€^HdV>¨Ð{áùŽ[ ä!üíðzˆSȈSHýÚ3®Ø×uÔ3ÇiVwÝÆ–ÇqrÜ‹ÃÂYÊt¬Û Èà¥S$ææ²-»e\ÎÓ34RÏŠ¤Ö¾?ÒÑ-UÛÑî, -Z¶äÇgCÞ{Óȃßëzªí©Ü.ýš_9ˆ «Ž‘ï¼?£oHêXåh!ù­|ØÎŠÖ0wøQž€P(¿íøÏ(”ØTµ±¥ÇŠ"ÞUšD8±|¢ºŽdÉþ&ËÆ_Áeˆßñ¢/ñÎñæ\ —g¢t‡»t-ô8G&'F[D€E BÉ+#œ¬±cåDP^Ì×ÐØ GìZP1l’âH†5j;'JŽº3Ý–KA׊ˆ¡ãµ?7ƒgDØ5a>ü¶û¹.Ä=ª5<@ØãÔT ²g€nÇðK3 JAèæ#ƒEÁ÷CCè=ÓGÔ'? ãêıXG1õKŸÚƒ±„U¢ÎæO¦>>ÚèÄtÓû=Žâ¶;Š: _GT-™â[ß ËÈ ÛŸR,gR‰Ó_`JþúÓY££“e“3q;U0¥¡»nC<à;4ÇÓ}&¬&³+è8¶Ïˆ?¿3<˜hZç¨yÿý8¬aö¢ëù¤œê03è?Dü¸m~D9ô¬ŠYtnV]ÇeÿX -qK\½Á3ƒzú1©+ñŸ$IZ§ezKwùY}‹Yý ½ð.õÇ|ki‰…ÏœŽ¯Â* ì²·‘©-øSÑÎ~Û9 9¸©”ÁÇf\ -¬Ñyj¿½Ô£þét›Ò¾Öû¾7•‚ª—$úq´…­y®¸'€ˆ\®2ÜÎ4 '|PÁíÃqÞ{BB]Wc?ô5&\1"E¼à©[aº`ÐLA5/×9j2a3SDÀX-)÷£Ãz„=ôù ÊMñ?‰+M`´MëÏç­sw£K\4}îqg Ɖšúøbœ³J|ŠDK.{[a -—á»ÀšÉB^×͹Ë[<›sâ`Ïa‹ÈÂcPð’.©˜ ' Ǭ  M耒OPL8bP ¸pb—$ÇWý%{IŒN¤vè$»zÞxzL9Àʵ· yšô'¥™³U|áðétR¾ßŸ=ÌÅ2 ¸Ã -¾â6­ªåp×Mý»‚³}:0³ÿòqi%ÖInÇu˜Æd3ÍoJ8€¥{´My¶IÒ3±_@ó¡„í¹‡½S.ñøôç=›ÏFƆœŽ‘ÚQÁùÊ.?.©³æoM'¢ÃIÙÞ§›ßyØÔôO§ÁmÏ3kÇi¾zg. ê¸q€¡âÒTä@³›·¦Pi˜.7 gct3 -„ZL†ªÖ65ù*j"öUà °ÊhÎïGŽ~ÿvO/ ]êAj:p}†ãÛ.ãÅ8ÓÅ’TéjÅñ¼K8Û)¥ÛçÁ]­X6Jëc/(7CøC¹éZT0¬ç2Ê4jx%C:ü$Ѻ@R4Éà™{sªáMéÓ< wÜ‹¸Z8/ƒw&ãüt‰sÇW6>âÝôPZJ$$ã×3¦‘±Ý”îôBµ\ONˆìŽ‹•C"L7w.¦·éYsA¶$˜' -æAãÇë[4 Õn6 çôÛù,`Ñ~ÔŒGd· 4F¯zPJ‘ŸÀyÕ#B{êÅë¥^gšäç ð4¸‚¡gkÆÕTÀèy¥%äc»gÝ=$f9Luž!2«. R¾Ã°D¹“æÌÒÉöt™(BµÛÒGá‹f ë„tä4mƒ³îz¯ªöëÙfN™Ûµ.`Ç£uQ-Ó¢W‚jXÑÃnÓ3EöªÈP]þ›`Ý "6t,šdvЗjˆm@á{*ÑÌ—5k ÇÙ»-¹»9o¯Z¶Tüö¦Ùè“gÃìÏ{lëVÔÓjÑæÇ^èª(R]$‰Èlî|Ež¤ËHp7¨E«ƒ®"v¶j­¸•Aw+·›uoe¿ˆ._ÅoÔZÔp UrpL»[BwÄGgK‚:-);/ØšJ6IJý’Áò‚ ˆ†": ÓLrÿ7–Ààš1diSmk(«h  ÿÇ/L ŒÅæ$EŠ\"±!ñ¼ ¹4°+Q†¦$Å9ß‚K÷óe%YNá㟓¡ðf ¡ËbL6ö<!V>GoÐ Uß6üCÖo¬òÖmCBÍZ\ùéêUÌØIšmJçç7vu®Ì‚‹ ÿEï“ãà¤ïÕ¤a[ ’Ìá{ò"g›P`¢ jŠ¢+ÔžB÷§ì‰@ÿ£$úÿà` ƒûþž¯ÿòÛó_ÆÛŸýùÛ?üýŸ,¿ýÅ_}ÿý?¿ýÙ_þêoýÃßüữõ/_ÿͯ÷Ýן¾ÿý¿ýý?~ý׿ýÝÿåßÿñ÷vÒ×ñwßüþ›_ÿðÍo¿>§øââö½‚Ÿáúÿ7þÿyÏçÿ–ý¨Üÿ)ïQkÉ­˜ÅC$úÖRŒ}>8‘ÊEцŒ’„Ÿ2ùÊO,E¶¢ÒøÇŽJ¤“ðµ¿IÛ]]6m¢¤Šè¶à9T&XVB˜Ócì½ 'mÕ¤Zwm(É7°™À³Rô¥®T±T‘°Ø–<ªZ$M}ÖB1?6[Ài]›>‡Œ€LÜËt¯•ÎËh v'0h´œ$V˜JÇ«³k¥ à0 ×M=$~Å9#)ÕŒ4 -œÛ´}ÀZeªåÂBˆx ø ¦ Ï•sr§À‡ø#?_­¼ÂÏÔ”•"†hMº4·PJç§—œ|%IG,¦Ž -ð çòUXE7Vb‰@x¢£StÀ8ÝN|09WpÐŒqk躄ÞaŽ‚!Ã"„7Ö=Ù.ÍW5‰ç zC2Œ3ã$žòy­²Áßq’`’È”þi¨¿¥Ö„ÍjF¹0 î —ÇîôRçY®Ò{±t’«¸pžmB–f™ÙÚa_Žíõ^–/àS»a’[¿ø­SÝ|ü¨¶Mô'0¿;¿Ñ²Êýy­D)>Šý1éuBî<j3 )}V“lg!R*¦þ_ŠÍ)LåA åÀ{¬Xʉ`üYUƒ¼u W›úBÿÙbUfÖ§äô SH[½1ŨôÙú7ø{m´ãï -™mH*;’B÷ 7 -èùpÖQÐÒ)ËòsIè©L„Éß2ø:@+èCÉd<LB+ç>‘„¯E2$`~##«Ùh†˜|‚ßýFé# И¼çeßlvþ8“Œ€ôg’aº ¸aþkæðW— mÏJN=Z~—¼ `Ät ¬ *•Ù HhãÒ£°ÌgI2Ae+™l|¾Ozäì˜Ù*Lgö]‚åêÒÿHqÎTl›>à9T3\5NÕéqf:TbWÚñ‰}9ç^ÏÝ4#‰È³éèoݰ{öU 1Éc2[$N*ÅÄÒÀOÜ'UÉMò^“¯é“Š!=Æ¿:än»ÙÄas$’Ñ ýòs¢fÔëÒÈRCZáš7:t“Þ`ůSÆî©§ƒÈJžƒS\Fã¥Î¨ÍÜ š Ѩ뀄;:â‘,Ä5„x­+?ÆWöîô*ÍA—¦ÝÓÌ/L#=H¨[½sMª]‚øé€47p&³#ôG?ŒÀun6ôU7¼Køïsû„èÏC3uwŸï´ÈŒá¼ -?÷‰|Š -E¶Ê[ÖÀåÉHmé«aÙw¶ßz/@iÚ݈jZÜ/sU¼ß4Œ^z¶?Ûdª\*¬BwTÕkT¢+´9HÍ€«¨ÝTrq‘?ê¸þZûíÁ‹S»÷ÉÖuz,Õm4¾|÷ØUû61ƒûÇ+pi¸»¹lè*g7{¥SQ¥Hg–@Ê*Ã?¢|ÏÌ-1ï=´ 5”bÇóÁð¾X°ý+«$¢w>™A ÄO%à#+LÊ ‘ŠË*ÖØæQkæ-á¯`«è ÐÙ~¦8¢v암Ȱ÷VòsÝÊÛ'æSẒ##Däªrž¤átë_][’å+¢U6{bÔðŠ…u…–L7>”\˜°Þ ®*óÀGáÖÉ¢ÓM¥$‹ôp¨ÓNìd“ç,e†„è£5ˆ2•¿DKƒÝƒã%÷AùûMÉ‘äaÓLú@ °ºHïC»~–ü!ËÓ1ðP‹”Ä[’ý‰ip¾?€”£ß›ÛV$ÉÆ-Ø&^„ˆ:Šù¼kCjy]™?¶ìÏÍs÷ÑBà#j·Tpµ ÔJNŒ¥ß -çYÉgšxVLÓR¿Ún•ÖI[ü,4;0»Ü¸T ƾLà ü‚»— _jþë&¤t)d$6–â#ÁŒå^ §v–Ãzæ’Gûv<øÚc܃{˜„é–¾Íæ–„Š2úx€‚¬f—§gòt@_ ®¦­>Ül•¹§ÈÈ[ílkÛù6îyƒKòpðã ´ÒõUŽZol˜àm™Á®4_H­·-UP%ÕÏ##éݳød£5)~ðìA€Ü-o›ziÏOhÜ*KëÂ(gRg_¬u\%­i†|ú–hgÆ=³q6èû^ÍÞARoJ”WŒÒÏlY¦Õ†•°žá€¼“9 FÒK"à\R6:[*Ÿí9¸„$Ö9V_&#’Tt ”Ÿ˜÷=ñ;†\U±Ÿšp¹^>AW{á‘—I*LQðÉêÕ©›d™U@èé[AÆ>{RÇKØn}æÔ¤Î)±ÅAôˆÏ_SS¶‹@)“‹j¨ „‘<ô®½Gd/#‹  bHŒðƒ ŸôûãD&ž$ôj¶jæ3"¹-)anç‡f=Уå -õN,ùxÞWJ://jØçdq%ó„Ö·½‰M5[+¸$RÖ*ðÜÃÔ—ç½ý_,ÚgKnˆ˜¤ZÎ}>­™·Š«J&ž=Sãæëè’Žçš–ñ{6lBÃçqÐ`éàD§©ã)¿‘÷:_jm²Kk Gü+¤i›´%šwDfâ”Y¾ç{ÎÔþ´Qih ›9„Lt(KO–¬ñøR _õ±‡¥¶<6QY@ĽxºÉž?Tƒ)£ -„!dß$ú¹Ç—èÏx¹¾èS¥”§tf£v^RY²ºƒû—jÂ|¡"üÁ ÷_ÒYß’\#?öÐ/šæ£=vR¡÷iœ1 C¤ê¶¤IÏT“ß |#ç1öwKç…˜h2Üè„™5ãwÙÆT·—ÍÇÏ6_qO‡ð -òEx½TÌ?¯àÆã¬fZÛ›Ò0ÁtBHª™a'ñD'Àç¼ÐVpÇŠ>…#¨É9©—J×$TT¼Ï÷¡‡¾äÓ#»­ùæžm²DG¤ÕÑ¢Òo¥^”–e¡qO$ãShx/Kâ6¡:h.F¹ãLu04ÔìDŠâÉmoÿE!e_±5ÙkoJ¯{؆¡ EðÖf§¸lƯ*àêõf´·ŠÜ¤¾j¦³§öV eùâÏáksÕA6X¨lf¬¨©ÕW¦¼7ê:9RϽ>~òôÀ€b:þ̲u@c&À’¢]§?&Ú幇ݳe\¦2¹d?C!‚¸ ðú’ Ý<ÓËò¥O=vS!d‹Oçc/©\ʽ¢‚Œf«²+XѲž¨8MÚUzpÎçWwÁqŸÄ'ié¨uVLªlOÞ‡‰ü€vÊ‹äûs³ö7EbõŠ`=¯ö±×4¯i£¿ÂØû7©¦Wš¶jýº&¾Ìüì쑃}õW{› +ÙŸášáL0e¡"wbX´”ª™RÀ3„³-ÄYrw;f!l{_MŸf¶L¦†ΊÙz4êQ‡ÕÆ!ÅlE°ÙÇP¾Æ„gï™À(À´ßÝÕmZgÇQÌ-yËêwòlGÃL¹W‰0£1h` 1G´‰ŽŸ‚ä/Y„É ±Jáä^¾ÈYZæ0z%Ý|ŸA KF¿GCjÅü'?ô°8Â'ÏÞíƒi°9$ôOUHö•]FD/z,‹Î[Þ{ÐÆŸzIq€9È: ÆdwI7tßeØÈ8 dlµdU<‡~c7'´4{à=yƆ(y'à®§S#]¡‚dGþ ºí@ۦo©°Ö lë âb篜åy"¬y· ùöt`c®J—ds9ñ'°ý ÔÙlE<=®Ôá¶âønóæéY+Št a6BBûâÕ%SIè@—r&aþ¢°ªÄÊ%‡ƒüÇ^uÉ8ü,æéEÕ˜¡˜²IrÖÑHl[(|AÁÍkÔ{ྫ½"~Ö|ü•\Ö§]Œ¶Ä@òà6c®®Tj£ìýáübËðx‘?Q4¸Mua³T%je¾3¢¹S«¥ÔŒÏji¨$ ÃÊû!D`ZíÒº,:òS‡ßDQ¦HLøì×ù˜?ŽrnSâµ>/}5UºmOžúRéëc—‹ÝÇ^’[V©¥}~ôG²dçîlr(%Zg““Ñ!ðphák"Ô#“ñJÊ -EZº/I(7ÚËæµÅ82_8;åoMÖJ$r:æ§G÷yƒ snJNö îè.äQpÆ$2ô™õ!Q9°žÿ\ -Eq@É4l¦&Ÿ›DzNB¢a&e465[›ï³ n‰¿Í޼±’T´Íh3™~°²Ö¹/?ÐüÀð5À£:ƈÑÈï›eŒ#¹C¥¼*èŸmó- PÒdn’tÓpˆeñ)±¶iÿ'R"oh˜MW¦†¾Ï/b%©_ñÇÒÁ]n~#ýÿóýËWúSÅíïÒdçU=é•Iǧñá<$s;·câE@§'¿‘cÞv`Èc‡ynp`€¹kZ§lw(ê#wO7A– Ö>û:쀬ϔ -4œm”†‘®÷´°WYqyLšI¤v—0/°¢e C5­T2µk‘É%ï¹&J§äBñLóÉÒªgÎézó¥zæ.ê€€Š†P %»¥d%Ÿõ®½›Gò´%ö°Gò¬ÂôC¾äy"4/‰N°·æy<¥øªô×j~ÇA;}î…Á©¦†û律»¸%€‚áGò‰éŽZØ|B TuÙÔ·L àqß•Ð;±Ÿü"êReÇÍ©q _TKñBúlé}«GãÁ#ŠÏ÷D£ÅŸM­Wýè¤eütªr|àr$k€×  =„Y8L,õ QL0`ê@ÚŠ0æ`j²»[š—lD/’PMvèËĤ •¹S2æ°E¦‹Ùøó sŽ]½(y‹»ÍN¾=÷°gò!Zy'àsã^/Û™ÊnE9P8åE=ýæO?Ð1O½Ø/%O»_ñð+v¥ úg  ¢CA’ÒsO~ã8"¥ -õÅ( Jà1ÍË^E4r½L2QXC™ü3²Q{iæCà”bàoaI(ÃΕ9¨’¸"£çó%õ=$²X%²8·¶Ÿ{QÝ?<$‰ï!·РxhqüÖšÐdPt}»úlyôæo؆Ùz¥Uª€¨0oŸ2 C=pX}ÉDzY³y’"'=L{ð|‹ÀãL¶ž E”nb3b5¼)j³j§ˆ]S¦P(¤*ß-V¬:ÈÓ#+ÝM¥u¯\‘Â\º1 ‘&°WHÏcëxC½/ÊBó¡©V@ߌVq5h/z"À”m¡y‹‘_ô:¯‰ËXe̪æÚ*ÈÀl$šP+^ܳdöHÇ\}êñ‡Dí!þ‡vñÔkÒMšc&ö—EÍÛåT…py«K+­˜VÕ ™…í¦ƒÁE·»”L¥Œ c+ýØãÎm0SHÒãÅ8È -{Q¸³¬‹"ÎÅœ]Û<®”Ðye2‰»Íîc¸ÎÒK÷ Ï&wõ4ƒx–hiêA5s ô Ln/s¶c #@ ííô RqϤIxz$D£™³_1XÀD wkaíR¨ qõ°ý Žih¼„ù97* /Ü;SêZê΄d¦ØçϘyΔ¥t*“Š%]cJ¯Ü_•e{ð®Ú}¾ÑÓS/‰8öf"Žd!Ø;‘N@²~ïæ¢Ë%D P†a¶Ä_¶ëí’`\y:¶DE31Üq6GÔ«Ê0GCC÷½!uOCà7'ƒ:,ÚÞZ•¤µœÎö¯>¬bM¢++œe”iB ÂBs‘Ã.Å—äø‰¹Âª¤\´%½î´©Kñy:Ø©'›ma ûSåì /Èà”¡“áqïAq0Áà›$ …z«“,Öoˆ3›“ZÞ®Ÿž4H¦Àð]Så g²b*°?Öo´íÎÁT@ö¨ÆpSÏ„›H( + {hÎ34\vø.çXݲ^Œ¡óÙ4¥H«Òž ïè w„ÕÏz5²{A›ù êôþÒÇ5Àn#l¨¦±8g¡ç¡¤.aíεÌ9 M4 -=íÅA¼<­)˜ *ÁÀM!šØü˜Ý[˜u–Y‘³xÝÏ?Û¹švl^–c„Ï6ÿìO³8]ª{LÜùiùTº‡&Ú±´»É DšÅtÈ·ìlÌ—AµŸ$ûXSDüï‰O^Šú±qbö/faÏã´eàŽA-ši”ÝR{£’zêñ´ªX"ñc/¼€[Æ–¼ZìÒ¢ÔnwUáøš*ú†µ€¶¾GŠÀΞ­lõzàª<´iåey–ˆ‚;L– ->Ì:Å "/*XÅÊi âH2Ìbÿ£Ö;5M\+äa<$9^$ -ï:É&Ðq»ƒŒÓ–äP»ë‰aE¡¤tˆצP•A SÂÀ÷eI¼ñí\µ%}‘Z”Ì.²ÚíS ƒê˜Q~l·\v²5®§à`ŸþXÖ¿0HÆ µPÜUv!W1^ô8›‰,kÆ -¾ÉË O½’)çH,U›ÚsÇdÞJ¶»Kq”Ø -i&4e­äOžžwé>ɳj2ï»;ôR6ž¼U—ê¹$ -“jÆ—¦¶…è0Wðs ª@[‰ÿøÌÌþÞsý”\βÄÄÌcÉh–Ù%Wáq|½’¨òÙ/%K›-‚®Wc:¨ðßÄÜ•·nùIP؉ɲ)¼oòη<‘Dǽ‰¤ùY÷$ ¦`]Þ?ˆ@»¢è$¡P± TK‚xZst؉"Û4× -án0º&ÿN½ÌŠ¯Ì’iË Óóëz1¸D½ô,éEا?gŸÙŒ¡’-Fˆ‹>(¬ë5\2v%"õÒŽ6ÈV³õPª£«G×ÈzLýy’‰2FP)ô­ê=dtpNщ ‹”€,NyZlóyœHz¥îüí¡:·bfÑ|ŒÜS—gqHòkÆI²á êyÒ•S•Ë/kÐ#'¦h”£»ªEaèQTÏ=¯ÐW­™ô(ŒEùHB¤Irò<“š­¾(ZrñRz^xv`5†Ò^ÌùÎh€Æ9« ÞB¯cÛ%#9Ýab¬s‡íIž÷Üq6f"éõÒæ¬ý¨Å3u`AXÃ=‹2 „”ÏÏ:ZF|—*¢Í@YÍ6[Öƒ¤¥r+«¹0zH@FgBFyLi?Êï‚9JûÍÎ$Òíà}ô´)¬47ÔagÒG.(@6 ÁòK*<ð,+`|ôÚööIìD÷FÓö˜²kpS À4l¾QÅÖOZ´˜!‹B’@@G;PxPøÊÕÀ¸¢A”eR‚–¶1ÞoÀ´ ½Tâk¹KQ1Z’íF?™sz`U "W -ƒî_Wº¤}º«"Í®åJ©ìÌ ·,Õ}6˜+I‹!Ëp„‘²xë„hèwkÔ$JÕ܉ Ïw-¶×ò£›Ю’ƒ-Ò=<î¢â.¶@10Ò=géš¼ `!?³þy茶ƥµyMh73¶†ò./Ð;V;¡rÆoŸï½É«¦º‡ê•tÒbI/0 ôÒÇÀÔ N³Ä²Ü©ð÷Óc‹ÈÄÆPÂ:ÃN¤z†˜‘—€@Øqz)碫aÕÂskU÷;zª½¨ƒrÇ,öIH+¾^%$ŠÙ+r@²¡$h”kñéU§7DZÃnÇÖÝLîi"ܯ_ŒÀnwš P’B0í|G‚Ƀ ’9óWâöÊõHi7 ùì’»˜FÉZužÙ®gE˜áQüÊ–ƒ ®&R½ãn¤‡Æ/§{Ö¤‰Wg‘«©"¥êãˆ2ÌüÌ -þ³1YDy/Å-¨«3‘ü‡| õ‡6Õ¿7d?#‡…š©ÕŸ ¸˜aÒS劢ÑAP'°;…À"˜sò».“—Ãç#MƒÏƒ°:ì ‰›½%N©Öž¹cŠrºÚ%¬Àôô¨‚†Ÿ7ßåüTôÛ(÷Õljl´$›IͨúE -ÐGé6JAc˜ýÔðßÎcb½C€1Ú -\9– UÙÑ;ï»4 } -ö„'¸£‰üM¡ EŸÔf­Áë¼M—%V(ÚàëlÃ6¬2Û;âPºÝBc'dª›ÉânòÄC\tKÊë¼IEðl1Š;·+µg‹…›Éˆ½T÷«%z±›ÌÃBÅ“ÆX«¶…ëÅM=`•`ö#AX(F⨠ãý•AŠ«˜ÁýõRÉ@²+Ð>ýü9 O<Ð -õ3)‚)m—ˆ›¡XªkÁ„¹CRŠ$uÃ=…èŠW/yKˆ‚lt%{øsßȧ?ág‰ÎÇ6%O0Rò$õ­SÕ¦%D›p&feš -™Ë<Ñ$$¿h'óbN2¡8k@Dº'uÎAø¾”K †—Eå=r$¶õ"/O«ªÊ§ìÌÓHÀoÒpÝqLü%2„lwV±27Å›…`ﶤ¤h>̈! *´ËÞ®‚"b!ÅYeÓ@ ‚ ð@ç¶)’Ûe+ŒLF"2¸ƒŠ‡$v¼b5,µKØ` ;2ÎrÙu×´î2Ä»šƒº…–p¦2.!-÷ªÈæUÏ;ºìlCu`Ë ò\Ð%€×‹£z ŒQÆ'í+wšÂ`%%™wn×i“3“{ä¯TØ'³×…S$I$tðJÊ’Y'ýx¶/œ HŠ2Ä9ã>©ÑýÆ1[ÚC0 ŒƆgæÉS u+6œðMuì$r€èÍŠ@"œP;Ín+/s¢¼tRìús6""9À9­ª!23?B{ €`÷réKÉIÖÐ*â#¹NL»?YéÂŒHüð@Ô`‘—ÓÉd?QC†öÎ$N$P)ïѨ5$©¯ -²¦ùkBn"š`7*³¨„èlà3’É›RØš¬^˜{ž^ÀI4Žª/ˆêß­rïb;ì»XÊÙ´£ÝÑ“ÙÀP^³¿ÖDÁÆßõä'üMÿÄ1 KDgmþûXKáfõ¨¥$Û!cࢂö@@=S†aF´º&«ê)q¢-Ò3¤è§?•ž5˜ƒ×]ã”Ug¸yÎVšõÌ^UßÿS”ŽFUi,éu4HýL -xåǸZmWÇ¿Fùê#¯ª$d¹éiw31šÈÖï7 D–[›‰²ŒMìËF~5Óaä$³\‡cÛd³‘í¹Ë:­Ê5†CE¤­ž2dWµÚˆë{T€¬Ô2MfyàéÏÜý&)<Ù„…u»*IÎŒZɆqqîüÐ_‘@ÞL3lPiTi”e9w@å:ËÌͶñÌ܆‰ÚÚ0uáØÈ.Ôé Ó!Há /$ñê!œ³U÷k¦ñeµµ®k³à…ôú÷PÎCß‘Xò‚"èö#RÁ¿AAXáNnio›˜<p“UùI4Qš[ø 79î‘@îr¼}û±µöOf7 •¿Á’¾0º-èl%Ü:BÜ“@IØâQ3›iæ<³Ÿë¸šçBÏl\h×ëá`ËæÃpPJ Ô®@/u—S¥·DŸ‚ö²ÒŠl.f ‡¿¯ÔE€\¬N•OGž­ ùÕ;Óm³E;/¾•<Ï)mWdˆ,=Ô,S믤nú¦‚& -Hµ²»#MÕ‘Ë´pѨ?j[¢HLì"­RŠŽrLß&›J -05Bò2^/µ„Óvýâ¼ÉõB•:’¯)a0'ØSPÿ4†›¢+EtÎA@bp˜»„X ’­‹+}R]ípiiÜ­®@CîÙT>,â†du^ù 0Ÿ‹ãò¥Ø)àìxƒWKDÃÂEÚ÷ЬB‰ ™êa„+„hYA¬‡”+Aƒ¹Ü“ÏM “Â)>µm^ ¬€Âs^~FÚð ™ , ( -€ö9Nð]ôª…ë5«VΦƎ‚Ù½N˜2)‹Ñi°!ÛN/91ú|r»ôF‡¡è@´ E׊I"EÖ4ÈÅý‰280I”æDö2ËÈàŒ `ËÜG±ç8¿PrõX½K¸…(ÚÑWÓÜ{x±µeJÐQÏòŠª¯8ŽYïu'Ó‚{pèÆoÏ£m ïw“B#µsç[Ô]Ⱦ-١ܺ 4VM—M@øÑÞo4¥á¦änGö¡È+DH°åƒˆ©Qo•ˆ -ì9ßn 3¥›°ý–0 Xw”‘YL&ú<Új+÷¿Í„”mÉÚŸ‡ëÖôù|¸Á«‘A‡öö°u`4“î׺LV ¹³ùFZF@öT›.²“ÛTfØ?Ëe3u.Î>éýƒ£ÐìŸ0„ï!bö´ü†ÿ2êÛy²žü^¢ÀcŒ– >1®ÄŽÓ=^—Khèv² p;X $ÙKÐìC¸=ï„G©ð’³c¶˜0™˜}9¶õJ ¨w®‰QÃÁ{“pÔüp–ü®ýkËÀN^±ìSà - ¬±)÷Š»~>J©0J¢‰<Ç2[42Úpþîf` üŠ 1¹ž’®¥˜‰É7N˜…‘‡0ÏÅUiü.TŽû >¡†Pžæ<¸Gª;If -­kH~EW[tÊÆ®hˈL9œ³/«Q˜Ú˜3I‘çHF[’ÆW‚OJâ½!ÚüvI¶!NÁl®èÂg°$ÇÚ'T¼«er< ÉYŸn?U²(è¡YF ¯¬Ázi:(Á Ôç´{¤Èàe„䊪¨F£êlòò" Pc8„»tPâQ 9b¶[Š®³¢L=S1újhˆ“[A¢ávì]Z¾So…M ²¥Ç˜³‹1ÿ–e›ñ*ÕVé†0¥Z.l²š ©‘˃l½I…E1Èvµý†+"~7æ1Ídš´u ‘©ªÒ‹©TãŽH’µæˆêa£It6±/ƒE*ZqsÅ@õLþBpÐÔŽu þ~ê>7#Ù_™)MØ^´Æ¡¬áÉ -Õ äbR<ëY«7œ¯H¢7Åå0ÐûßÖžíª‰ãŸ‰$<®VY!‰ G —(®=µ+ñÎRs`9—ìjv>6û먘$ÄVI‡ÀßÔ”$9ˆžÓAæh×7M}€4Õ[Hâš2·›° ÌŽ$9̇¢iÑ(iè`#r]M‘WÙ:j»dë Í²°K¹$XJn­¼ ¶ªÅÈ|ÿ.ïmÙù:åHÇWofM'„ÎÓi|@”Ëå!/áSv;Â?’©-³#Næ4kû\ÿÕv-d7‚wÒõn7„mÈ”PC]'mé« ˜¾L ŒjûR&ÐW–¬œöH fØ&'‘:€ñ/sÂ’Œ/ƒüÈΖ…ÈlÚÞ¢#GÅa³µ'7F’•üÑÏKN:.iÛC[tàµSµß7âÅ,€¶±\/ÏúWßï z=‘mp—iqW¯¢xTï…ªÇ=(›f¡$Dq‡£l!Æ(¿ÒH<èöBž«/¾~Ý‹I™^Є¬¼!‘—¦÷hÙzÜ3‘8ɸÆvï„£>ôö8o¾<«™2!UJ½ ÒË[8=ú0u`S­\(¼Ú¥8ò§L;EJõÈãžGb]çíj”Ð@^¤eÃ81R,BZìˆùìEM²?î«öå”å‹ ƒ,&‰ŒùÉãÖFk%óŒ–åç¤æ«l[”RÜ aW€Øláô /ZD.QÒULÿ•a­²Ÿ>3Õ¸èr¾7ʶhTýy5îE¡bq²ì¬àßÁF ¬-î«üAl8Ã>èL°KèpQ9¬öÇleÐh rÉ*ÁèE½lÖÛ’~¥Í0ÀÉRf%èÇ`e~/׺¬[úgô°‚šµÇ3¸‘ýÍÒdšÏBÅz,Q€ñ†êù&g,QÎêœ)Œ‡†ýµ6@-ÉÁR®¼ÆIãäH…É]ÆœuEWœ`óa¶Í†èy[˜¼"Ó,ëÕDQdš2Ià9ð0íÊ¡ŸO3œUía} -2¸øˆš¾™BÙ1>#¥Î8È10Næ-K? ‘`°ãа¹Ïð}zWfÊê«ÙÅP=î“Ë/35^Çl±Ô£ÙŸÛœ‹ -i2yÉ®÷âJð€ÅCx}§é‰šÜuýÕ$éL£™ÉˆjVmè4±üåõ‹dMT³§Q[åà.£J‹P­€µªš’Ô:ØVêµ ¦ð%H%žÂúlwm¢ -ËÐá†Qtùµ™ûŒ4¼;Ÿ‹œrÂBÝ=T{aC '¼,C0]ÂÄÊ5Yo}Þ$iÌ"–^¬“¬j©Z3SêEQí ã¿A"áû6ë€hoRµÓÔø€…ÆÈ -iY4žÎKì(Uº\óI±¹{ §t‰õB°‘=¦ÒÍA)YÚßÁ‰!i^šÈAA,Ó$ŸÆ„EÔ´d ·²€—P®‡tbÈë¢K#7ž(þœdâ;gnô!°E;“ð/TF3""zv-‡*¥£ËzZëÿÐæm3Brs¥¡ü~•Ý£í.Ñ„å7uÏÌ î °ì³þ“… ÒR + ÏÿŒVø$Z2Âç5¤Zª!:†l«öØ÷ˆT+³Gw“- -ÏB4/¡­. -ܦªöxôNK‹fÜü—£*ÁœíS6Ó`^u°5 žä~U8 ›À3+.BŒ{‘"bûVºy‚Þeÿ.è™â…°Wo®êÕ&‰°„¡ÀÐÓ€Í#¶ò#'0^æ™lÎÒwÏdËuÆU7Œ'UjþŒÉ™‹jrò¦EVF§ƒð{ [¦Ÿ¨)7~†È9„§Ù²á»­_T¥ -²,xBï±™ÈÁ ŸŽÀw›.¿>¤5 Ä®¤Û>›Û.¯ -ü«.k¹ºßè¿«^{…šh -nûA36Î[êðɇ©SÐYoï:'ÛøÞd-.ª¿eÛ°Öý„y¡w+  ¦¸[9ò[Eõcù²¹³¨Æ,¨¾Ýw´Õ»æIä§È3ú›D‹$ÅšÖjÕxP%P,~—1ƒÑœ=Ú#éóq7ó‚ÝÂk6 pß`©£®8ÙPá‘sÝ6‡hë=X¤¶g_‘O‰ÞåêŽ_¤U’H•~À’¨ÏcgÖ†]§å¯´lî1*š¸¡ NÚOÍ0ügJ㦀šå\H’2>½[o<(Úr1 (¹«Wa -iÉŸ>d¹bª|ÅÚ…â£jÌvyúpÀñãnxPà ¹+ák–ˆ¿Øé®7£ Ù$Šl=ÔBzÖCWÖ‘¬7Ÿa‹4XŒƒˆ9§¸ZY§6‰ªW €@T²’Ð/z[—ï#ûNADXdApñen(±WÌå¹Ãù :…)–$1:ÆžÔ&%#ŠGb1š*áF'W‹CŽsm€iÊÄiÝ3}¥ûôJfÃr RŸ8¼`U~…Àl«ºV•Cô«¥ùDe]!ÈW—€;þC<ßÑ\k… -Z‚,™ÉÕšZ† cÛFÀz`<±C?æLñª,ã߬¬×”a‰ñ -ñt«BX·AðÄ3ÊœDi=ûj›@•Á™&ê¤Üȹ§Eqób—ïžyû‚§\Ï[Œ9½”%%ÙMŒ(!MÉdu2G6 `eëß:ê5Ü:•¯ê4¯gDsZ5bì‚H¨ʰ’Á^C=XÛ)‚y™¿=xyíLR„Â3YÜØ*¤Ò#=’ \Ô†ÐÓz±'„f‰bcšÔ(&¥mŒtK¤‡mÛô‘ºtÐäœGü ˆ—½¸Ÿçåh] € -û«É´!ºÙùî$ñ'YÃsG[2ˆà§à!µE\ͼÿ ‹šzÅ¢{&Á¥˜”e~4ô"’4æ0J9HvÍÈ]PÍ·5]dt(ÉÌ|]ŽlpŒDh| W§"×`Ü-Ó6AŒl[$rZƒ£¹ âÓëd­¬M%!.$·ˆ9·­›Z¨¶zH…ôìû/cFÏ%H”?ÖS^]%tÈIÇcõ&¶šà’äŠyè`…ïÒ·é™jMo8M4ó¢03!>X}šÕ¿:»ÃQư„þñ"ã°-UWlíºÉ)8ÈK9»þ.²9ÔÍUË7½ZÁÄÁÆuÛ˜*@¶_5¯mN’Õe2DdKÞQ*CO£äéÎz$™"4¬êaWp1„è!šÛDÂ?ß3 ñ"ñþb¶CÉ•WÍîÄDÍþ:ão5‘xðË® h3íùêâ‚ Ê––"çpªu -EÒˆ£O—‘kÔá[ÐÛÖ% í?é¹qÔ,Uíñ3Wòø:!̨ªãR –9Ï2$ -èoíW±n kSÌåÉ¥/ÆØ”£…Ķô: ”Á»Ÿd„Aq ¸jàè,Ÿß¡Õì‡Rlx•:ïŒSŒÕiè,£n]r¢/Ö™—?ÿÂ(!ÒrmçØÉZÒ²¹æ>©;ß·DîG”õó*IÉt¥4r:ËâdKñX&iÉáûµõ'ŸE#–Æú[in¹\YÌ$aƒ• gob•jegí¦x ”¬·'@úëæ§åⱈ.û`m8³HYÓ>*WJ0îæ -¤¤ä‡…˜ÚC¡µµ®Hm3÷ÀŸU¦Žfþ‹xÃl–<±]ðYKX݈0•…<‹ -ü´£ë$;Xâ_ªi@à´8©‘rP2·™ 1"::î1eƒ*"ÂÖNNl0”è‡Äók¡¾^l"Ð šüŸÙœ6|ꬮè?o•BTYA!•’ð×^Çdþß䊲3*<º¢ZŠ 8C®Ë\¢¥J0.t »>Íù %$9}“fXe“.“"ú™}‹ ˜ÙÜ’y<Á&âÏ 4ÓL:ãH®°Û|ŸÑ59°lâ©&£šOhä–>•1œ„pŽ¡°$‹B+=‡QFÖ0Éß%s¤5‹˜œ›£°‡°ŽÙü—up“"°Rû`9}«Xtf Pê? -úS"þÓÚ^þú?IûŸþ‘⮋ÖzUà5¬š+ê|Ößz'͆]˜ÉþÔIÌ¿a‡ZfF6´ký&zdWئ~hìÊ€‘ks@šð„°“t©¢=ª~BŸ$ Äiq »É„¼ÐÌV/ìß\ÅO ç.kð¾'&GR™•i -…šÊéÅÞZ㹡I~ƒO á  Lë!íè!º © ’S!%/Ô‹zøá–-nŠK©Üx)ù:Xý›c²´!ʪǰíåÙ¥j=ˆ¨é‘|EÀ×RŽçð=‰ÅB&§‰‚-µòÄÝÖ&ùÌßðYÎX ŸNˆ -f\œ»š\3’¨N[?_$˜•V\/ ^V›jANFøúÙ²ôg§ŸÌLgÛj˜¨'™–l5سªgYã'"³õª\š”Sõz’èû(ãmÈt>~ãu÷GqËo˜ õ.;©gi©~ÉÄt<“ëH>½Û×OýÕ×R”,;hä|Ç7šx–©œÏuýç•J/¨Ðš6¿ c ‹®­²]J³+°i¦S{ -IXL@É€H {«¦nÓ×YšxÄÐеªàï"ßNjÂZ/J—¸È€]ù–ÈÂsIô„]õñ¡©þ<Ž’™ ieÓnËÜ<ÎnÈÁsV]nâÙ BI±3=÷’h¨jçÉ­³©ÿŠÚÈYIÏ{ì0C–*.² <3#Å{À~É- gZzU⯲)€Ï— †l˜0°'­ÆŸÊÚ¥²ëÇgñ²c\QÈÏÁm_>êÏ¿ìÏÙÐcUsšÐ÷‘ª™ÌÒƒ} ‰®Fø}R_ºðN -§ÊøóYz2ÉÔ™W+L¼j^Ú$il õP¶BûHæ—!é¡Ó£Fñ­4ÓõÆNGÀCzfœê©D<)H Š•ùóÏ"%³ÝöÏác¯±íÞM'[s¡pa³Öhþ5š4üyæ…Â๡ÝEê@Ñ쉱ÎWêæó_t*IâÖE*aèÃNVû!w·^õŠ>õÚÔªø83˜†óH°'#L<áÉ2ž”YòŠÎ) £óèšA׊ùxõÏû|ÆX’¸$®0|8Ç#î.™ë³ãíRo­–£Bkq9@½ zW¤¢šõ2œp.^Iz`ÿÔÚçNà~þ¼JK@*†±hA·cñ3ü½@…¹íØd÷Êì òéK²ÙIz|‰2}*ö ²¸wúÙÏäÓŸòÓ”OÍP~kª1%²ršÏVVeÙA§xyõ F¯.WÆá›a÷2]fÑHšl‡õb- ¥dØ)¹Ì8‡I^Y -+`Š÷‚Y€¿ð™o‡¤PÁêÇT~µóÁ5–t˜z £Á Ò-‰NƒhY굈1š¥äF”j÷P– Xx•NßöByZÔ`p6b™´*^ô°íQ÷ºf-]°ßØã(ñ Úd7# ŠU:Ås6ç‡C€lb}våœH³öHgvcf‹ù(JëþJZä w3KMä01f¥‡VôÓ 1õ0 -TÀš‰iHønÈ ú{Jr‡)þ!¹!yìž“c»©óHÈójva˜Ó!Rò,”6(HéjÙ°!§ÃYƒ:–Τ&’lèiœÛœâ˜o’Üç©ÃR¢=aš›5-°A5‡tä2²«˜òôZÂÊ`¸\-„òú,Ž¡òi8=J•yŽC¾Dž%™†2˜4¦ÎQîÇ“Ìê”ÄãìNØìê… ­IèÓ°¥õö~i©’µUlXF“ëÙIQ´Ôðž[.³W^¸&—ÂáÅ>ʄʿÓæÞã}ñÜÙrKÉݰéyî•Ès¦Òâ÷^ "XcS²yÍ2’0ƒ+)…~<`3š;ev±Büs JQuY¾©ÈG^ôùÀ2¯ycC×êE¯®mó¹Wfm&Ñ…il]•;'Šjî&ÆGw–2zŸ&¾…+X˜žœˆÍ ´\ðœâiÃòˆ¬`z3êãé} ýîÉ1É™Ó{Qi2g\?x©ctÙ°B×ôG*çð²/¤º’¨„×ÀäËž—„ÓØ¿Zl!ýxaØ•rë-K)JSζ— j KªÍØ CFíG:t’ž1ï¡PA*è7#õŸÄçµe²[ „j§¶4MAŠNg=0 «aª0l,6Œjôú0i¦ž{æ!cËõ6’i™L.)]Ev³´oVö‚TŠ -ƒý4AàÎg†øCžg¸,!¤kG±ÇnżlÞÌc§gS€uüýyñ.yûù èO¹;j!€qvé‚×A†âWˆé‹:›$îJ()ˆ[zx-«é#¨F Mý­»U4ÍU/%Õ·1ŽiZÒÄëÙ" ¦ 9Z †Ê:b hvIüÓ?*öˆ+Æp§ï0œ6 -”ük P·pÛª[^ÂÀß]ícÎËD*ö֙БêùÁRÒÁ¹”☸äÃ4%¤UrîÕùŒÓ±Í¸šrxVHÙÈA‰°•‚@³Ô–lèLÛ¸ˆÍ!‹¨*„« -.!¾ÚÒADâbÊ€‡zm³UMtr‘4¥°l;rÔÇõmdº&Õ¸³lq8л/ lSå쮫Ûv¯jŸ‰ÙC#|°ôRdà©còËÏë %@–|7Q¬(ÒÏðÃtE.ždÒÁéT!íYU*ÒË]•ìBú%–!ÿqû§Jc¢‘ß ¬¤Y‹  ´Àð[ `V´iB½ŸoÿÚ “X -}®¤x£]ƒ™\NZ•r!IÏ,÷¸¢k)ôñàH®”Ýô”Ù /u w÷QqNv´i=ÈžŸ²Å’”e€Š.<äF¥Y¦îÒ¢ï ÄBpI©eè Űæ¦Còj¹>u– 4;Þ=V±BÉy¼ï]o¾ì$±ñébãˆ%¬ÐøÆ^× ,Wz‹$¿l÷‡;%pðá˜ü‰©»O¤£«xNmÌ^9)Íá¼T‘ìÖ)-É(°’’ÀNÉ<ýfLÏŒ¸¤¨³*; \ˆ¾­B],-ÄËeœ ¨Î'SBWÃÐ!°·†áô5KFoÞ/…Bå"^¨Ø¾`t17› cr£T÷t@™ú¸Âénh;¹m<¼«]é)6<;ÞØ½Âí_îÁeöv¦GßÅD;[^ƒµØŠjìüh² Íq6_ÐoDˆ¾æçƒÐ'Ùå¡ÌLÃnëq€-*ÀÐ4|ÿ|aׇ$8Å%ÛÍ.5ƒƒ²ºv¹–6zOâ–¡#I¹§^d¹¤Å'UšlþJM&%hžè@pl¸ªz\Ù6¶ÛU}n&æröæäŠ!´¹ÐÏ^.©ŠhÞ9çÉ !Чº+“höÅAk¾²¶d+ëȼ ÆKRãgJÄo³A>…ÿ: 'ùÍ&v*o°¼º¯:ÀSs­ñnZã±µQ]"›ìMU¨M¨8õWm‰íµ<®l¸iÒ.7íæœÑ@]Û`ÓôsöÛ¦±J -å =´?Wð¢ú ëβ—Î;Ð|ÓÝÝ@ïé ©XE07‘g ÆöàÀœxžLÙ<ú8ˆÚ' - -‚ttÁ5YÛÓ É%“Aœàéàv'%élå:YÕýJ(:ÎX¦¿ÀÞä'R0ÆÓ]L‘ïºeòJ+F“Ô I?Bò(’Ü\[HE‰ÒôÄ\ ®?¢úþº™gF;<ùa÷¿1³#ngT9 „éëbeË<[o/ìçP·\|]6Ø=¶ tFĄ -#O}T¿ï¤¥ÖûB<È¡74ó%!ÇN:’I -Må`ç0Àœ `&¶"—nÍÏä“M/E"Qç6I­ R¬™f¾I®Ó²ESa‘‡þãßDÉ%b€ÀGpùc/(zFH°u‹ÂᣨÀ×ðÜãÕ”ýÜk€O(ÍPåTʺŒ6PýK@ÖÅÍnG ~š³µ»ù‹¦£UtŒ ’$Š–Jµˆ¥k"_MVk•„‹H%²)¢ïTq¬ä±¸Šï|A»û‚‚R”Æ×N -¦Éá©Ç¿úXsØÓŸËOê,‚Úóž(ø$kKutÊ$g Þ«\š–X‘Ð× ‚jn~êT¢»O:‘¥®ÜFÛaZ‡Þâ<Ã;¨Øbzä}½ä"NerNå2ŽDR©F€Ü³VN"Dë1U,Ú­‚[§Çƒté:ÒÒ¼–®Ñ4Žè9 P$Æò­‡˜Ú$¹pG@9†GΆ˨,Ñ0ãe‡” ¬äl‚®»;`ÊæX-})º«XÞ¢x¶má(ižÛB-SR¯æ¶`yŸ -°è‘}4ihiñ›>ý™$ŠWxùGÖ̺â<}œmN™EåJ3:å@7.ÔPù²ËMiàG"/»3A sô¢‡üA¥ñe¿À¬³sÓ¤.T†®PŸ^ë#‚¢)îSÚùEtHáM‘[ù$n^G-›ÿEñïtU½+˪>Tj‘æ¶èpä{¶¼èa>¸YQHI%£½ê‘å_‹ƒ<äÍÆ™Æ2½ˆð‹'ËÎ|Ø«³l ×yi»\P ‹Eö«sXÑ,U‘ ©ÊÂOEs§Fe°¦ÊÜkóºâ B˜¢Øp]ü>)/¤Lë7\FaÛ‡é°M]²(M8Éô–Øf¾½˜¹¯°¹Üg}´£‰ÆD勯3! ÒE.åô—i¥†ô¬_]·™Ö"'ÏÓþZÉ, ]¯¥&…843ÊK&aðm'0(Jù)Ti»±?‘ŽG7£¹î"ê/U’¾#I_ˆù‘2j'¸H¼ÀØ4c™œ•·¦ÖFþx£Vl‚î²·#“ýñN]Xlz•¬jù£Ú#Óç,ãí³Â`¸‚®£%Oö.q¤;ÕKRÔÔÄŠC^ž‚&g’ÜP݇Ù†*†ë“B -˜ßœ²‹Œç!œ½ðüyJ`ªMS–¥ -Ÿ¥Lhܫ¦e7 4’ÅкLwè„)h€‡ˆïÇQ É¡‰D ¨úSm¦#KØE~Å@ (\¶s—ä¿·긺&÷Ï…pù›ê¯¤ðV+Ì‹‘Œ¥JþÔ£f Ûú„ -ás/¬„}D®„‰¿.«¡Q¨–$n^.tÒd[b.BÒÿZFtâÀuÅîU/GÁžåÕŸw“}E@ÅWÎ 8ëqàK_Öû®LßOù ‘zóŠªþ…„ŽÈb‚±…ô%‚±ÃÛ¸£¸rKx)½»ÝÉh¡&á ¸U¿±¼ÜÙ0â(³}³Ô?XøìOµÚ<.¡Gs†CÿE%OüAýè"dfž)Xb^ðz€p£‡}OÂW׫åd »Ì‘T;ZÐ+S,bJŽÚnL34eÖ†:‡æjʉ<`÷ùcüõôç#¶ojÙ´cHZ!vwð¹‡h·µø§NYê™â±7ôëlùÊ_»í¢PŒ"+`p‰[ãÏÝURX‰'>öÎ`8æN|¢ñ£“+i ¶ - NÚ ¯²&²€Ëh†Ÿ‡ïaM.>Ây°|JB>÷(Ýþ7Ö]¶V¯Z¬—|Ë«(TtÅw–Ši%â0Z ù"%%^fÂ"mR¨RT“ sÕ¤skxµº—”M«é‘Ë¡> Ñ -ìülö§aø8 ý,<¡+Ùá9é¸=Æ·¥€;SÒ¦b¿õç" éušª"ø_ztTBéa´tŒO² ïQ3Cm?­Çw<´AÒj»–=Ÿ -Zcº‰‚wöu5r¥;Ì,Ö”M–ޱÇç,š{ôÑvßõœÈ Ô§4È‘/ÈÓlGù ±•·Tž{Ø·°Ý7bRB™/ÆÎoC%D’YÝüÄŸ:Sô±JyT>?ôù Tš¥èJˆ5´)YìàסÇBèAµ—ЃÝÇS‡;wÈñy­4^ ƒ^‹¤ipƒËƼ1|Ó2Ì ðR?v«‘Ój8DjX§ Š&U 0’ÃA3f °øŒÛ]Ù24û«ˆ$ec@ôe‹¼lUÚ_õzéÚãÌ›–LÚå{)evfÖÊ5œRíR„ïî~ CbÏd†ƒ§_üLp/…®Û_¹q@k”L¤Ž:šXϦ k¤q!îÖ©z')Ê5SMò²U-Š=¤ÓÎg"“·æ&yZN xEJçòC{£$ÐÖ4;ìÙ^Œxƒpâ4>!ŒMaJ -aýÚ. p®ŸT"Š­“?ß= Ûñ,IB!cÓËtÅÁiøÀ9´AKî;“·ôˆª.Žè½!p·„;P¤ƒÙ†@%*Ü”hZ^ncÊ8ŠŒºöÔ&×*•‰m²rfQFsvpÒ®|ªäh=¦õ8!øE&…;×ãd×Zi‚?8îP:U8d½ê„¸ -H,Á:A’ d>ÄÄ»tŽÖ§s9˜ud¶#ÚlÑr§¢+÷©È¼‚©x¤ïŠbÞK0IÀÚ÷ Dr¼¢„tÉkr»%]¡lzE¿D)röà¶œ÷µç{"si¡j?íDâ^…@—™ÅÝ®ã,‰è½™ÅW­–{c‰R’|S½RnÍù¬p>“þBùTñ䈤ˆœ;¸¸3II’Ñz,ëAö´Újð§^ø¹(Ä>;í-½¹f^6Ã]½„{&I@=“ìO`“PZð'êî -ÔáÙš\bcŸ%¹ÏeT}&ýMÇË݇$‚‹ðÙ8‘¸“<š%€y>Í9¢¾>…hóÒ¡ƒDµÅ¾Æ\@„W–H»8>¢KܨôˆVƒLÔ¹%K"K]òÁÆf˜R/ƒóŠëÜóGfX=ýãAêLçö‘­!ÅÏ®Bm"þ -$ÊÌžD5Õ!6«¨UáÇ™×§iIh ÇiAÆp³,ýy(b4,ònŸ jc¹–>%‰¤Ò¼ŸÉvÐé ~’ó§Äýˆwû£ÜÛÿà` £ÖþžU«ÿò[ -4oöçoÿð÷?~²üöõý÷ÿüögù«¿ýõ?|ó‡ï¾þÕ¿|ý7¿þÝw_úþ÷ÿþõ÷ÿøõ_ÿöw?ü—?|ÿÇßÛI_ÿÅß}óûo~ýÃ7¿ýúœâ‹‹Û?wíí/~õÝï‡ã„ßÿAÿñëÿ矿± ùüýo¾þ?¾ùw¿†ôö÷ͯÿùÅ_ýçß}ûõß~ó‡ß|óÝïúSí=éý,ò?ö×ÿýwç|ÿ»ßþðOö‡ýÇ.îoÿðÍ¿þî›;×öÏÿò£÷åÝ%ßð»oþåqE?;ðß}ÿo?;ðçoþñ‡¯Ï“ú_ÿðýw?Ü_úÓ?îûæwÿóŸ~ø¹‘ÿû÷¿ÿ0ð‡Çù׿ø_þòWõë¿þî·þ—ü»óï¯ÿë÷ßýíyi8ïí/iÍõÍÿ<£½;ð‹ÿú{Ž,;òWøã¿üSŒógÿçwßýúÛo~û6þüéí/ÏÿýÿýBœò?>þã?ÿâ yzûßÏùOÓ¿½µ·¿yû¿þïôö[þòï~ñK8“¢wë?¾= ²”B¾µ}þІ¤Õ ê?¿ÿÛWmö·ß=®ê¿ý®(¿ý>¤2IEeÍ{fŸÕ -KË‹ªƒ…¹¨´hŒë +UQknU9Oúžù0`_ªQaA¼=ýÓ/þQŽÏV{ëZü²¨jöaÝ7ûkýÐ$é°Þ jÓç׃|ÖèDs‰ª¦HM£[D”²5kcnd›¬ñJåÍN¸<ýV­ìüɯìž_ܸ¼3go»jT^¼ñÄh&õâ§› 5ro/¯÷“ÿ -÷Ûo>Š&þCÀ@Wo¦@öf]xj{"}zã ý»°EÜñæn¿ê× °¢qE#~DÞˆg¥5–zÿþÄѵĩ²$Á¬mÄŸø_öå¸ßúƒ[‚‹X÷ø]Ë®õ'/ëËÖx iNoŸ¨€ÄmD*ך;ŠjŸ½Y;!Å=¢”í}!°û°¥úÕøÿŸülpÒ½kÇ\Ÿ+Ù€i~æ„Ôçâ;¯1vø¨F™&ù/œÕ?hÑ?âgíÓO-÷xÎ~Æ}>\ØãŠç=°ÙûL=zÒÄ–âÕ$ä§Ïâ=w\Z_ýݧüLÍ2 ôw{f%6}_^Á§;ýäß8ež;ýl)2´|€qÅ41ÛŠÞ$K£yõâ“õ,Ÿ(J¶çGʬ¿½<[\Æx÷A6Ü1¿õfÙÚ›H˜jiu¿Í‹ä»7Žìï~‡º-Ö·Þéøßð7|² òkÀ£É¾Hp¾//ìqÅNWÜT×3EKõsôÞ;¿{™½±Å² ø‘r¿³÷^/ñm¿j^å¹ïkê‰OÓ©ÞÖcĬ3Ý;Ló¯Ú·Þ\[ó[î¤CÂ0ûMí³>š?Œƒ#Êý ¾o½YžØj¦ -ùfr©Sø€°7ÊáS|ò¦¯ëI¦ Ö*ȯ8Þ~•³bBÄa3þ~—À6ÖÍ#ÇDyîìË_e¿; wæ[o®ÄþÞÎíW‹Þxø—Fßxíêœñ3jñ.N¿aOWðé>R¼)c>œõ>Ò$šÇs-XM[Ô³Áv­Ñ6ËúH@¤~ò¤ûâã¦}Ÿ~Îé×?)S3Gc¯o//ìqŹǤZ ©}ûÓ'¬)&v…}Öx¾¨˜Ã1pòF4¶¬Q4šèºwtMѧ§A?\×cˆ _Få΃ޭDþ«S„‹úÕ?r+¢oó«Ð;sG«èwÎúpqi8Ò™÷­·Âþô0¯ÍSœÿæjAµõÄÖÙ…¿ó)2¶Þwö}wĶ0åß^]Àoî=èíµ¶Ç¼YãÊ‚1oÆÛ cÅŽ›My½ÆD nÅ×ÂÚãCz:ÝçdzÛÍ—uä}ïu<õ÷Þ@àÕ {àÑüå )O¶Ù6‹£íSÞöÆ7Î'€o÷}ÖÛ–~kûN -Ãji1ßyɾ|%úµO¢+®Vnë1ß…`4£ú"Dþ'>QÅß//ÿñ‰šÒ·Þ·>êý]é>HzÞVêÇï × ¸ay¥y¯,a.oW“î|wsÑ}{y~e8ÜæLáÏ“æHñˆ\jž½ßZѸŠÿÑ >ý"šŸ{θµ·±çXøï¸¨Çû!… {[ç|,‰ä³ãÍÞq#q„÷¾,>Þxì„{#[igà<æ¸ÇÝ­ûg^£>عbñ›wæ¢Ú÷òú â¾ñ’®XazPZüCŒß€â¶7NùdÝ^ï» ÆðOžrDõ¥úìTc=üpŸî-GÙfk|_ÝC§î[Q˜ÏÕßtT¢q´õqËÀVø•±ÑŽÆ„ïÇñåüì¥å»È7*uöø(vÿé—¡¤+ƺoSÎñÓ<›òSŸe¿ÍìõãÞ´øÖSë?ùÓ΀¸$P´Ýõ~–Ë·˜’½¨þ !m'jÏÞ˜v‰ž3û\˜±VÈÞ—bm ½}š¥þÌg}§€îSÖè‘5žÝK¬™(ƒÅÝ·›õî3"hö2Uáɬc62 ER°ñ÷æÑe{&›Ý´OOÉ)ϧÇa'Úã 9åd Põó}[n–,ÉžàRãë19}xŸ£Y6V4ÇW•YÊ´F\9ß^>ÛxèòlŒ{Î9¾õæV²Oà‚?GçÝïªäçC`?Ý(Õ>@ž¯'¹%s?¥¿æ|k¹Ä£ì±‚åºnãó}Î_îìŽùóëßðùÎp³ö»A¯ýÎp«Gÿ9l3p‰ðåÆ[ûr¼$íò£™lÍ5e(“߯%½Öˆ4aD³Ü’oаÛƒ’" ‹ì™Ë}ZY Xó&\v„'ñM£¬þTxàÃ"Žû-zŽMÏÍñ÷ZÓŠß{MÚv¬cߎ{?îàØwØGÒâ}sNiÜ!îF!åW­?ÆåNƒ÷ÂF¿“óNû>®y£“=ÜÅ6{*„s½ß”Ľ'Âýðq_bÔíw_Øò·çw3?n ¥Ä˜ó˽³cÅÇwù™+ð¶6—ÿÈãÍŸ¹}® Ec¯/ÊósýÑy£Üë¯;æß4c.Ñ›ýòƒ}—Âñ˜dOlbAo_Enš¶meÔÛhŸAÓÄŽ#ûzÑýº{¬ó²ô&_žÿqaÕodеï…U_]Ü«Ôc—ÞA[ºÞ½±Ý/´ß\<~E‰ùþݾòõOC0»Æ;j/E½íæèb!DÿüqoêMòPî.Ï£Vò”>ÉŒw»JÌ]¢ñ& ÁWÞq‡G‚TV wÙ¯¡ßäá‡[û>‹õœ 9B0¬¾ “-ùìÍÕ M¾xßæ=½76b·b–_ˆÕŸ‡Ý]·üŸ_]Ä»ÍÍŠ£§Í ÁÀ˜wLMÚR~~=ˆ¯h&£uÓïQ¹¡¹FaÂØøìÍBwØrÛv¹ÍñÑ¥ji38ÙŽH×c¬ä£c:¾<«ƒQïÞœ¶-x4z)Oo ÖžÇõ›ÕûÍãN‹Ó¿fÏ,¢ª¾†Ÿ°ßèaXÎÛK\\ÚžÇõ"žßnj§G²Xÿ-Q"¦òfíI±/ˆ¶qSxxè~ò¿_«ÜåpøÒ°wEL;†íãn¥|^^—_pƒ¹2}΀mL³çš¥Y­±ï˜ ÎoÞ8#(_‘¶¢Õ³DŽ-º6Ú@¯Œíu?¦Øuÿ•DïÚn×HYsÕ9ýð¿,Š¡ç©ñ²’ñšòcÙ­êìÁ ¨h›!PY–|wþ~×OfÆ›Òn1 -žŽg¿¦矽¹Žr›õ[`‘{²oZÙóå°~¾’(MG,pÓ)¿¨‘ãë÷fØ¡yc±\8ŠíãV‚RlG`ßÐØWNv<>_À㳋’QyWÂAcöîš›Gç ª}{|v_sÇïåj÷õ)ƽÙÔáá5b:*Ÿ/ îY~W^”kò·Þ\Çݳ6ûh¬‘ÿK3G#˜ÛbãQòÍÝ—;K`V|“*þäMßXRɲì£z°¨ d¼½ü þÛ°/ÛgÁ¶ø§Ls[wµZÓh8…X®FYIÖGi‘fŸ§fähÑÕc¾çóû…ñEµH};¿UÝé£Bt¬™íqâ_P·­(<Ú…Ñ|7±Gg€›l^I{¾OAgñ>c‹ÊŠ=*GªMzWo!»ûê?½2–V¨±×“hö·Ñì9‰çÛf‘I5rëÓ334ú¢MìpÓHœÊdzÖ8kÖôÍ"BÒo/¯Àï$¹1|bÖýý6šg®ïš£1"ÕûN>ªÏÞø)¨wÏ:©qGßéÓËÓ|ºèÆç|óýÝׯ jT¾_äqú­ù{ <R¹é¬docÞ­Ùç\W¾ÜHîu%š$7Ҍy ö'à_#$8Óm¹Os·˜3ñß¾ Ìôöò -—Ö/ f·€æö˜jÛƒØo\EË?}Ïp -ˆ¾÷Ô"–õ'?Œy»Â&ñ«º¨•3Çßøþ¢‚Å÷:±ÏðßzsuôÕ|›Idd»¡~¯°ú+³ïEÀç{Æ÷aÞèù³a/çË ˆÀ/ÂåQÁ¸Õ5§Íö¢Ñè/û€7<¢±ïÀ<Ö¢ïÌÑœîÑ:V§1IÁÛÕãçëòéò—çöÐ7ßWÙœyü]­Í"áwß?}½ì]íÿù¾îùt\‡ ÿéZÛ÷ ¦V¬(wßzsì>§iò|öfóhF˜}~ëdÓ²/T‘~7îi=ýy?Ÿ‹F\“»£ë°xœÆ4cñL•ê“_•Ò韽¥oožöʘ–ˆ÷­ý6®”|¿û·8Râ–…Ýò O~£ï…›b›Ô|úÐN¨xÜ+B¬È SÍûåë=“GN÷­Gùæn¯ì4xšÉÂ9J¢åF^#Ec|úì—|‡7Lî+Fý‘}X*ë¾óVÝDÛÊoD¦‹7Ç^¯¿¡Ý»vþÞ«%ÃÐþ÷+z¢wrˆ=ß°bÇgoN-Þøîù,žŽVå8Y÷qç®q«W”Q—ß1@uLÃ0t&ÈÄ'•Uš±È Ä{Ç{ûÙ[#ý¿~ºPz¼ãz‡i„ÜTüc@iч…âkáö Ž¸„Ùb3‚ñ5ǃ¬kßëʹäxró“i´FÜÇ­1¨tͺWõè xazߺ£ƒoŒšÓ´\J  ½N»['»5ùÝèÉÂjý.LËÅYcݯvÝ7!_ )øó(C&±…Åö4KûÓtÑ{bSMÿÛæ¨Pˆ)~§á§'"ÂÙ>º†jxö×8b ¼Îósï~wÎþyiÁ°¾Âú£ò=í¾±Ò€ißpc¾S¼¿o4{r~Ø÷çŽÀ7Ö£±ÅúQnjˆ§Eßáxú–x3¢œÙÀ°a%Ù Oû˜;¶·z‚MÞ¶9^Ûã¶áê¢ÕØÖsAVžhãâg¹({ßiLѸoÁ­Œ‰Kï¨5J"ÖžB³(­¡ã›<à(Ô§ŸÎBtGdi‰o>D §zä‰^e=¬yÞ8¼{Bˆ„ÅŽâ^Ìœ¤6<0Ôï;Ù½ÀšÏè5&ÄäiKÙ[yãZQ`ô²Ç¦sªïêÀ÷ö¸®@mµÀ°0挴reu‰¿O5Ê–¥¶v7iÍŠ±>¦ï8νsÜ¿o·<™™£æ%^ô7öu:+†µ9Z÷µøs;Çï_w6WÔ¬|#Ô]b€Y“ºËŽ_0|gƒ)_}ü‚áifˆsáËak;ijÖ.xzó=¾®›ë>i’¤¿ož BÞûñ=Î÷oþ¾;ÂKÆ­¹¾‹'%]k.·|=Œ–gÅ·L¬ûÙ>›|W/ò‡Ó§Ä–o‚Œ œ÷¬9žx÷EB–ašhê¼îõå~±Þ¨ßÌŸbk>!ò»FÜÅrË.÷z×X¥†åÆ­±¸/+GÀ´VuÑÏÑ<#¥8 Æoèq]Ýóx Ñ›h\i”;n¹?LAÔʶß…_Öˆ)AÌGñ÷éÖô‡Õú¬Q¢êv9Ç Ý9ìîM7+0/~Š ƒj}»mîëu¶îwtaï:R4®žcÐÑâW ¤TçÚô{ +Fëñ…Ÿ°´y£NàSopKð>Ë-–Ÿ0éºî„4L ú—ÚÌDoØ,cƒ:;Lj|imÃïìîøû»ÂæûÕ:.¬i Pýض9"Ô‹6è¸_,L[%¶d¹Å&«›e~|cÙ¤qÓF•-[×Ë#çÚ.ønˆÝÿxÛŽó—;£FÖžŽ%žL, µYnήtÛZiëï6çÖV|›ÂÉ|ZÛƒ>‚fú¶»õô…®"óÙc§%ztôí¹Ý¾5¢½6ý%j{ôïðPb?‹oý³7wú mè;î´Q,<®õ’IüĸÅ3N#ÒÙèSî;?tÃÝÆ–b§>Ú½3åÖ„†…øQ*2Åp oUhçX–WÜ0¦˜#"& ½àÛoåÎ~_8‡?V°9%ª&5 -¾5]zIþ1Tio Ï3C”!—ç )µ/ Ùj–4ŸoÜ“ŸŠ?{ßG9=y(†3A½Sß°¯¦w3r' ‹-÷ tÐÛˆ¸K×5ÇL¿/Øw'íÍ‹­cÔ»½o1Ë!´Öb;ÁËœÁ¼ù{K6k~ßË2ì³7Z"¼¬»+”EA¹ã“ojÍae1ã ›UV¸‹3–Ö4—KDXwk[ØÐÆ´î¹Á²n)Â"´"k‰Ëå­s¹y'ŸÏ°Oõ2Î05޵ÊÇ× ‰ØûÞ?BŽ2ï§C¥Öë*óVvXmü‡ñ ï‡×"r+ãbþØž½Œ›àœÛõH³Q‰”LὊy= ŒŒZ"i¿f ©PDŽnii\ -ÞƒzYúEˆ5˱[cíQ´mžˆøÖŒ'–|/ì/âsŽ´£Þ[PG@*h.± ÔGæ'óT™P¸Ì»wÅžó1€`‘¶f×vûΈ›Z¼´¬5ñÝÉÃ@±{¤E¼…65,c+ ¿,áGb€vÐÂééÆÔÅ&„ÂzñˆO ]ÚÍ/ô@æ¡@Bà¾<8wÍ(Q -Él,Sìâœ7úªB3È®î?=ä(Ô¢†ÿªäd;I"Ç"­¸ƒùÝ·\üYé¿(f’Du+¨»¯TÑ2ânMFÖ8ÆŠå6ª;é¾Ä]’†ñ÷A -è—ÊEÉÓ¡h¬ ÷šFŽYK‰Ý ;¦ßTFyD­ýRwóPØ-`³âþ¹fu¿X§¼>¶uüÖû¥Œî-˜Õ¶s)€ç›9¬C„=À›;ÒA¨r÷àf(ïK)$ô¸¿ =ÀJ9&¢¬œvô†Ë@‡RÚš¥bd‘ô åÁmv —¾¼P8ßí¢c÷•祀ó‰ìr¯ * „ïÉVI'9¿Ë2‹Áöã'ÌK%ûsü2ß7¸Ý‡ˆ`®ÝLv^7ÙÚ,÷6§8]ð\³B>@÷¢Nî·nпº§JcV‰°—*XJqÓØý’ÂÞ¥75E¸!÷—ÏÞ1³ÇŽÚVºUÜwe¸ØQÃ}\VrˆH½HÃÜ.+R8âhŒªèìq_x¤Õk˸ -úuµ ñ¯ï¦ÝÐ_¹çæ"}{O§ËeÉûßW¯'Èœs •DÝß“LÕlpì²PŽ M™¾ÏÞÜFV¶Gɧ1]ja°_ -`õöÙQ•ÉÅ”šÊ¤Ýæã\ÞÝ/=kܾú¹dD ¹“r ÞÜۋ̘Ëf^ýÚ ÇÌË¡çζ(‘®}‹ùïhçΨÌí’ Ü7áò Ö/'í 8”½¼ñÇêÇëBÂrŠ·6Þƒr3£4¶  ‰~ÿxér€‘Ëí:.QÔ§ÿW¥ñèX\‰÷}ù&Ë/{ãƒRRƒd¯q/Úsj¼${Eõ F Ð"ä\B’pÖ¸fjËñÙ¬0£ÖßM2ö¥SH{-d1Ò­^¯µúò9†û ©ï”!lªgJv¾÷eí á ï×½ZÖûs4·€I•Âgõ¤½€êÓó2]Òeó¸…P`£Ýù7xæÙh)ÖØ²1ýÍûÚózFxÆ^E0ƒ·±Ü×Ê^{ŸP„j½ˆÅX\µ8Æ®¿úÍ#ÐÞzêŸ}-wÑ“:ƒ¯å%¾Èxh?ŽÖê—ø\Š¥³ ¦R|µ[Fƒ°«^¦m‰µ@IqîBVÊÍÊg+r[@WSèg¯Ô‹ÇdªŠ,+ž.tN$Œ»Êér½GÍ~Gœ”-zŽH[)Ÿjì »°”»á‰¤¸\F¢Qºi>ßFz­È;2fÆeáâ"9Õ(_ÖÀ0å'¶ïùà[,ÔŒ-[ìPË-—³?¼Ï±–{Ùšâ}~ðžÐ¡N(y·k n0ž5$Ôµ…¬ÞÝæ?~m Rk¾÷»äÀó]œZ6Í-p-!‚Æ6…O¿ü"­R0zu ÊoÄÐ:W,YÕág4^F…zÞ´Ì|ðWK\@¤eÊ#øì}Çe"Gn)ß­l¹{N뽂Ø2À%Hbêà}ûýΛç€+?ˆv—Hþãàæµã¥‰êF}ðÌŠUa½ñ"^E ‰LXä–xéK¤Ò˜Áêæ*˜ÓˆiøÞú^øô?  C¡‚~ þÍY}™¸V‚†dúZîþ*C¼cldÊ;X­¶²“e‹gHGÞ…,hð’½nBë‘ä|h¬8…—$éåF)ŽŽ$UÛÉÆß×$†šrôÅaÆߥn™ÙnòšÊ\¼ÉWŒ”öVOÌYoó,ñ#Ê2jR%ó?BçjXèBîºÇÝwdZPP÷@«^†6€¦K׿Y¿qTõˆN•fèÝ£E`ZÇ­•¾ûÅó"Édßµ½1BXnnà+êZTìÿÒª#þ=rskÔwÊ3Ë›jéj;T[¾šS—!×ÞIà^Ë7Î+£žÅpvLØò­×0—Ü“—»÷vÅ!kŒ'›-ÓóK•ý0jÍøŸ¢ØLtûh±&(—9ï÷ƧRÔ§EøØÈ´G4T½îWoõÖ#ÂßøßK_Ù«ÄÅFa%Gµ¡=—˜«Ú£ø™Zk–ÔŸ/p}<Êß±®&Tøë“ó£€?öŒUꖴ㦂ŽÚëp†bØP%I¥Üoí7ªÌıF0@‹ïâVX•Œ¼8é wH6_Э^ >Û-ĉa_ýˆ’ë»bK£&lìåÉy—“zó¢mÞÊ=oý~B_ðëÒBÿÙ›Iò´u—ïú•oœô8:µÊÑë—%Úö;îVŠ2¯BÔØK» -ŸÜKâ\ÚÉ~òæý´g¨ÔÝ©581®ñ%k‚`Çù±çw„0gZßXçÐØšT¾`µv7\@œîŒâ`¤î6®Üä\益9H=_>ÂcõÅJoFÏtÙ¾oˆp=ôf€»xÅœ‡Cq~¥ü¸‚1bUmžìòž¾Èb ¦Aªåû%^2!^Å)vþ—Rß‘@‚~Ñ Öÿ¨÷ôv±ÉŨ‚Öø Ž žhÝÓ¼1EôveÄê%™÷n[»_^tëãÝb/l’ 0ÞíŒVzǃ‰F¥c£ñ9f¼ 7‚´ÐÁ·F¶)Ëùõy±Ì=`“óÖ$”¾ß OqÒxõ–æ-¡ô.ѱ‚œ;’ ÌøåIð4¯qgð4G~7§îfŽd¾ÒÕ¯.‘'³[/ö1|kÕ¤˜½±_.üŠMºLæ? -< >–öá~úŽ©úH:âD‘#+øPðºBKªÞ’èhW!â!Õÿç]ë×ëh¾[•Ùóí{7*ñ5 °÷íýÂl<È.5è䘌]^BqÊXàßd¼Ô_,múUf•¡R1|¦BÀ:Gæ5Êœ¡â]¿ê(ôõ´9L«¤ нô9® Eñ‰j)LܿﱊHHå³7¯ôXô,ó8ÓWîÿ¤º²­ 4¦˜–Б™/ѽÞ}0Bîw Õ=‡3Û Ù -ÎŒ¾Œüÿ¤½çw[W–/øa>Ìš™öš~oºçuwuU»«Ë\v#@ÊAVNE‰“˜rÎÌʲl˶dåÄL‚ÈLJÌD¼÷â åª÷þŽÙÀ½ C½žYóKÒpî¹'ìýûít˜e{ê«’l÷$ ”æ*zQÍe úqyʼnjÿÓUòýÌr:Ñ<¿æ‡¨nK¨=J•ŠDuÿ)_Dç?d/d(£ypîç :εÀ`И -&Ê¢ -*W‚ò箈 ~O D )Û3›"@q^„Lªòß.Ô¨ÉÙª™ š-•æÒsÌRê4SaEèÚišŠSJ—‰âs)ºGUFBߤER–´ÓQÖH*¸‹™õÓ•rtõu¡×â¢Bt5›¬é¢*ßLŇ•æò)©æÊâJ?å‚Ì™è†ÊLYYI?®’vöfC©ÂwËŠ){•RQˆQ(¥ oTdëËÐÚâŒ{@)U -¡¢&\š APâ«”L­È2hŠÁ”S_E—–äFÞv`VPuJöüž -Ç+ÉBXÔVJë¬Ù«4ßȨ $ZMš+²º–N~Êöòó|$ªCO—ø)§ T ›.ÅËÊJs`$w] ­´s]É^AïÌÜË騂l¡ì×P83e/­Ìe(U0é¸à’\UÇÜ¤ –TÞº -“ºET²$Š §|(%t) Š½%ØJ)ZQÈù¹Ê7ÒX½,ÿZQ™+æ@ee^B¡fÚøDE Ë´h^AUeCߤ«Ì”ЗÙÆtÝ|qá–¦rI>ÕETÐÕÄŠ)SòÐÑ»<àŸ V¤Þ‹Êw®üÉžå{ðå†Aß-£xqqþ¸ ÆbúÐàlhL]?Ò×Ù\UŠÆ”2s|!—?D™;óŽáÊŠ=4ª”ò—Tf5+“:œTÜ`6Áƒ±÷xä¾[B»$)H‹óñy{²q£´?¸’ó¥²("–s´SÑ,´i¹´‹©`¶âÒœÍ7ëÒ®¤Â€é¶²’B 6’ Šòb6AB –*,TY°1rEqr”å´VîYȲ˜›™<ˆÊ;¿Ji9Í «ûfkMPñCÊDà4¿iòA*UùæòR:¦2Ÿ]˜-ŽJ%”çË€eË[Ós´µ‰-¡üþT¾bD%T”$#_ö,›„IÔdýŒTT‚eö®‘Òüy*TäË2WüŒ\…uúVRƒ¥æ¶¢@%9`™kD×CQïÊ(tPB'+0‘Ù·*ß\TIGõ ðeJ¨TSqIey‡ºŠÎw¡\A¨1ÿbÌœ²£dåÂDù=åŒüw){3WVøÃŸÏ §„]y¾9YGIVjÆ+sæh$A™t¾^qqý{*a—‘“?Uy!L©«BÎeE9]|Šù§¼-6«Aè¹-¥lúè½r*m¦¤˜ò:eVe~Tä¡èªªBdgÞÉUlceT{4#%PôXI^PT”ì Ï¥‚*JöD‘VRÛ¦„¶Ø0rz„ê—ª®ÊÈi’¼Ê¯¤ƒVó&¤Û‹©¤“Šâb T:O9CP*IG –bäÅt:wyΕ레†HŒú¬Ê73ò¹N™yÐBÙ‡ÊéˆÀ -t3&NËUz˜T´&U€Y‰.c¢âˆry¨ðÅÒj ²e9àVIÛg™tv -³‚vøÒQŠLT©‡Ê!d–Q´R*n˜™'˜Ði!ýʉcVÐ'4(J€3³÷°ÒÑI%Ôè£_žÃ›ùä%ÚÞJ4‚J*:)kŒË5RÑŸ”˜É --Œœ‹†¾åTHg>~&ÛFm J #ä[JeìáÙ?*+-§y û,-Ê™2™…Š Œ\•@ЧTVÐs•¯.8E1ÕH)Vt­Y9•HSI+ tM¡ž5qÒLƒAÍìš½òŽš×ܶÊÞàMÇ·1(c4âpåTÜ"£¤‚¢_Åtì~6­ñßÏõÎ5ÑqµY'A¾×"*ŽˆÒ!©t°Q–-Rz•JæGã§#¼AmS KÅé0rÕí©T”P¡ÅT=ô•´ÌÉ#OfyÎ'™ûfQöJ(ê è´ŸâüÖΦÒRËù|fêÈÈÝ`B½eŸÌ§×U囋ʨ]*œœ‰$$•R@mÃRº¢4cÿ†Yº§ÐH6'­*ß\^Né/F>·„YJßÃDaˆ¹Y,¡5sO5CtOg% -²nsߥœ9a˜ûbI%%‹³‰¹ßçkæ·$O8Kr†äl§T¬³8÷³œFcV, Z•ç麔´‚J§ª¤3³áHtš<•ýÅ,ødÒ¥h˜Å´¹I×éaÒÌ=Æ*t›wÞ&Ĥ•=ê P&Ÿ.£³v™tô=4S`ŽY8ùEèþ*(¯¦˜E4ƒ@2¢¤„î ˜÷˜' ’ *A—*ò{d/3·Ñ-²…ÈPº42 Ñ "´ZE6¤RJReù5Õ\\R˜têfF¡†1 -ÏÙ"+Pô'¥-+sQrŒ -úfîo”iª¸œ:QT2˜Ñ±ÌT̃I;Ó{ÊB2 -ì ÁÐÈhG¥Ýä£\ ©¸pšÊ¨¤“ö›¡ ÿÜnf »Ž¨=%TTQJF.µ—úyhS™ü & %‚Pc;ïÍKGo•Lbæ®È5Ñ›–rÇ2À(§)#ƒA{H³W P£â’˜tìšbºôBÜÊ@؇_k¬©- -\ç‹M"ÂO'–ÓYh+ᬌÎFÌÄGTP¦KÊaüÓçSÇa~ê’;}Oq鞨ùlà?•zÀ¬ ]ßyt‹K˜T,-UèþG¡DTà?râPw7UäíãÅ¥{îÊMúé¸ -…ò)SeYŽåÐ…ò‹©èFI9UÛº”N,a0ó¹1EBRôu¨¹„rÆ–R8•´/cÒ9òuêŠè*µetªãOÇU˜áúË,Χf˜2gY^þ¥©ÜúÒ\¥ƒsÙ Ê+UrAÍth^Yþº ÔHû2©Bå]JÝšB¥ôesHèX©ârªñGçޫ„Žq/Í9[¨ÈTæP)mC‰(ù@òÒ‚.¡³‰Ða¢33²"– -  j:"ï弦¬Ö?A¡²_jK] ‚ Ê鈖|åZÔXIEï3K©dªÜHqŽÐÊÿž*Rœ³Ÿå%v }¯•ö£Ç6UÖµ,w8¨P\N?ÏFÄPG­„.R^^VhýQU…úôVÆZNWͤ"kò©®TfU]ª E÷Pé3Œb:#3Ÿ;˜-I–:ûåßУ£"§³c òÞŠK蔚ŽëP¡Ìç;¦œ•»¹f:'¥„ÎR/)­ rRJ -×v”3 -£ŒQetT;ê´Œ:°Å”ø™7£E"]¸>+î¨u¢\ïè€S…س¹c”Ó7[^ êç;¡ª’®R—¯H/Ì7S„?£»)rËhC0JݤS_éŒ=T„*tQN[ÓÑã*©RóeùòfÅè2 -*1ëéøÙQóQA³¸|µ -a¾¹˜.€CÝ͇ów”çnSÈ5Réüå…êsÅt‡|rÕÏ?­0qTÖv¾Œ5q¥´ù’ -}(.ÜhÄ +½*ªäA5C…Š(Tø[q¡py¡’èOFpˆÖî••TÎkVRÚ½¢‚ZÓŠJjMK²î˼0¬`R”ì§P(Q,-•DŸ ¥j¥—–P¦ª=9…â`G åûU!¡¡`œÌºrŒRªP3oJ@I -Åu)g”r2*JèJpy»{iþ>™ÐÈœüéÊÀÿ¨gêÕÊhŸ ªQFƒCºäHþÞ\c!Œ¼˜aŒœbÉ7Òe8ËKþÖ{å -13÷$fÓD…ùæÊbê2Ê‚_¼pƒGÁ]õÓ.ò«YY‘£2etˆj¦/iƒ¿Q½çïG‘ŠŒÂ½à…À7@×9_kENd—Ñ£?û,ªðx ]Ø¡"—X#¤šó)XÌ\‚FÕLû*+ò¹3å%4acæ"(råy3W³øÐÏ?®pÑAEefЄ­œAƒf6‡œºç€ª—ÂÌUŪúù>ò3ŠèÒŸ¹„a¾™r[Vär¤r”í [I²gPv–Š=!«*§¶`gÿéÐüŸ‡ºÝ~ïß²×Ôõüà’úÿìîúlë»ÐünñÏÝbÿ7®®/.úÑÝõÅÌ"Tç12+gåWEQöŽÙнÍU?lFUÿ¨ÚÛÅÏ6:@÷ØŸ{§ÕQ¬xÝHµ9æÊßEbà4ŸÊ{Ê{—ñ–½{õ…î™,-A½¡¸ïŠÜ…»ð”(^¶·¹êÚÂäþÈé»ìEîè9•ÈŠz€q -þž’³l^tUšóDó/Q`O³`ïÎüO»çÿdêóOÊã奅О-ÛF·þ`¶‘±ePÿ¸1;¢î® U‚õ‡¢KÊ‹¨FêùùÆ\ÙË‚Ê~ôÝ’Ü%r?ìµÐøƒìm¦G[èuïkýpºp2ò“û!J–BÑ å?œ)´$eÅ€þötIïµÂ“÷6Ñc,4Òo³·;ú½÷>yÏ¡ærdiùñwKÊÅ?ìuOãÞçÿ ™éž^éúÉ«wÿMé‘=å=ï0~8}ôÿÙËž€ü9+ª¬Ì x, -Îi¨l3¨ÝÒ\sºÄF?•Y›43Ð-¦V·4Ìlîßå¹RðN¥¹;†s»w–f7Bdˆ’ýà˜£â‡ õš~tÌóÍYÃ@u6Ë?ì9Oû±ð8uŽQÀj~T¨ËRdCÝ;ôbFþ6ÇÂkz'לÕl…Iù‰ øÛÌçgŸ‰òˆ˜{Den~+rþîl3ù¾Ðd ;{NÖæW5çz¶± M`w~ÊËŠÊsCÌA¾_ -ÜËî"PATc6 ûÝ -ê Wäf0÷°rd×ø¹ÑþÍ“š¥Q?~¯ì”3~ô^ÈÕÀ¨,ûá{!ÅŠèÁß M}¶Ðß õ›EL¹÷Bvbª9¥»÷ÍP#aѽoö3ãý}¾þ«ë’’ŸQØÅïüÒÚÙôú243ŒÊ¬ .¯ˆ ÚûU?ú”j—o-tó³{º@Ê{Ï‹Ñá¥ËÛr½ûr;ÿ¹N9¼ú;0[ðcïüùp¯ŠÛÝ{ètÓ©w«ß¹€”cY¶‹³ËNúù­ï"ÿ 4 œÿüÛè¨_P„GWdG -H}é÷ÞËîp§¢sß»°K˜ï4žøß£sò ˜]/ˆÍê¹ÛSŠúÍ éùqSÌ.n"}‚zÌÖ{"2Å:³ -ÏÆœ²VÌ£•„-Òæ•1öÍIþ‰­ qubNÕEص|̦ÅfÕ±9Å…ˆUÞ±éø+㪦7OEg–¾cYyÄ:™àŽMrŽ`î‰ètçG¸CÃÚ.^‰Ø/}¾mïÓmNª[7ž‹N¬?ëÙ·ý¼«2:Ù³?>.:…MiÚ“vƒtñ®àä뇒š¸MÞº9ÕýÙêXãõ£æ?G§X§à|lŠu(1'¬Å]Š­“$¬âó±AUdFpòÍÃn&6-iÜõ™LI§²7n‘·&lZQÒ§“NJεqÞá—ÚŠ7ž²> Š«q«N›QwD&ôœµGš6lº_½= -ïs¿»då~ão_Ý>óË­Ç­åøŒôžáYçTO_>Ëð}Ñ{8l0âNiÛÖTï‘7z?Þx.8Š»`.Fæ—÷ànamÜÂ>‰[çwü°V­lÛ">÷ú9ëã×cÜÃQ·ª÷åSÖ§ÛÒ³øì‡Ašp(:#3ì#áiÖáÍYeËâcÅ鄳¿sö÷oÍÂù›hgÄf;>"l½GpkÏá¸UX³5+:·mQ´Å]fmÔ¢î\{Âþøåí–?¬=ê(OtîçU¤EݳÊ.<6ú;Ï–?ÂYìNØU][“íû^=8ñ‹µ§g‹Ù8'’NEáÐñ0—N€9õ"ÆD8õbÜ©å&lÒÆÄï$é–¶$ݲ¶”O¯ÊÌë¸Û €=$‰XäÍÛ“ò:ܦlÇ`ÿmŽõ|üòþÙ÷¼_ÖüzÊTóO›õ¼ø´Y¼9Ê;´z¿åK_UÿâÍwõïcS¬ƒ‰EpúùðÁ¿Ÿ:ù+lRÑIºõ²ÍñŽÊù¯ý·—w«ÿ·°âöad áÖK0—šw*»1‡^LºMÚy„ô©… —†{Aœ -ö_J̓¸ γUr>:-9—˜’Ô’Y3é7¦<âFÒ)ªOË“v½·óÏ%f9'RnØ NU/éÕ’n­0é1(“¾þ¡„S/ݶ¨;¢sæ4*ˆ€^ƒÕâ„W#LÂ>Gg!á“´_øÓ⣶ÒTÈ|-¹Øw-2Sóæ‹é…/H¿^“tÉÚ’NAMÂÞ{0åcU¥œÚˆ³íÓ-kÇg©€N‰¹ÕœÈœ˜MT‡{çR~~]Ê'¬YÙGׯ:*ãsÊÞ´ûÒ×ÿ¥»¸WÉÞ¶òªÖgz÷oXz$ìjÖÎüÀM8»ÚdPÉK‡>Oú/ÝÇ|Ã_„Ýj^ÌÉ«ŽÚyU§¼#꿞ô+0‡,Ògî'­” éT¸WÞExT\X;MÆgФýZ áVt¯>åXݶ*Û7’ cC'ÿéõÞQÒn”e<ýý‡¨éÕÃÚ߬<ªÿ]xVÑò‘ƒû̦ˆCÍYåÁ€LqHšÓ.qneÛ˜è`¾|ØúÁúïxÄ¡½_ü¶ãÕ{üýágªúØ”ètb–{<2É>´ò¤‹1wùì?¿zÈú4:§îÞ²Hί=o-[ÜTŸé9EúÄm˜M\‡ÁÙ‰Ãöžô ^JºûL˜Ã JØ-¸CP›öƒ~tq@ïënNuܦèÄfuxNÓ½9¦iÂæt,|NÞ¼ö¬µÈóàß».ý¯ž‹õ¿Ž>5°·ÆUÍ«Öòöo=ä~ŠMq­=iøÀÿÕ©_.|×ôGÛÚ~ÕÂ$lQ dÿÚóž_Ýmflv$Ü*ÒÞýáäžÁœÒ–MÐo°—º3“)ã7èvBZ5îÕ'àÜ>½2ƒöJÐhŠ;å­¸]Ñžqé¤ß»5ü]¯ nÇÏ:•òuÛm(ŠK›HÇ@ÿö,çÔöDǾ´O-Ú éu]6¥üI©b%œyðBÜ©á$zAþÄý ûç ýä‚i„œ7 ¨o¦8Ç6@¯À¹”Z4]„Ïpf¹ïzzÑ|9¸ -gOL8Eu‘ÙŽ}˜£ã㸣ó³MKS馥mìKNÖw«Ø˜SÖFúEû$éဌn¯xý¤þwÑiqsÚsñÒ7p)æPõ†ç¤ÍQ«¨!á’¶'ìÊÎTÐ`$*r9³8t'¹›ðöõGÝj>îåV“^ÞÙtPÚ HÙ 7ë亅{rcVÞúfd…·è/‹ZÍ__Èø —¸!nW´¥=¢¦ëò3lS÷Àº°ÉÀИϠ׾=Ç­Ž;…Íq¿.lçŸ^kßçû¢ú7¯¾eIù®O®?•T½¼ß]¾9Êþ,å’4¥œ‚º”GÒB8¥Í¤Ç Nzú̸Ë(O8t‚˜EÞ„[TmÉìþ“·¿žæŸ¹|î—›£²Ü8kNÞ¶ñÏ„§{6acÆmÔ¦¼zeÔ!kYóæ)÷SöÍÖ˜ôL|ZV—˜Vã6Q}lŽ_ƒ9å]˜× \zÈÚç¿Ùüë×÷¹û—îð÷¯ÞçˆNŠk¶Æ¸‡6ž²?ÞåŽÍŠÏ%ì’ÆÐý¶â•|8Ÿ Çu¸WÒ¶ôìÇœ‚³„KtäuKÊ 2Ã¥â°/0»Y¹g}w^Üwô Ïvî‹Î±Çmüjd{Ô*mØžV4lŒKj6G…p.'6G»>Z{xáƒÍÇÝ lZVÿæQGñë,æÖsѱ7„‡ÂåU/îÔÿÎzùÀß¿¬þ×øŒ´´ëe¤Û |=É?™Uwíøú/§a=6¦:?yq¿úW¯ŸœÿÝæd×Ç›ÓüQ›´ ôDOÜ*oN¹urÒkÐfü&èlá•veoÂ!m"œÊ®´KÃMÃ\fÜü3iïqÜÝþñæxõ¯Awœ$`¯½zÖVº=Öõñà‹· zý[Ø+qØË1›¬%áÔ -v-wˆj1À;D@#M-™¯óZ%Ô©‰ ±ÎÅîUôÄœ°BÙ΢޼³¨Õ¦æ5Š$œŸ…¡oS£9éVöFfy'3•p'¤’fBJIf^)"ýÒŽ°…_…¦ŠÚD€o”¤S#J»5BÂ)nÀì=‡H·¤5 úf{N\¶ô)qWŸ1åÕJ’5?îT³0Ð1´5îVtí,›¯§´ZpQfyàVjAÔµ²Ã×an~m:$emÛ…µKO9Ÿ¼x&8œò^Û×ëwæÕ²”_¯#A$]ü³˜­¹|õÙ…¢Õç¬OI¯ŠŸ™ï¿Aú†“þ˸ÿâ]24øEæÖ¿õý­IÖ~Ò.8—ñie©Eó•­ñK¦ð`î9auÄÂ9žêØG:gA—7`é…iî‘Õ yÃÖìqÛªç',’ºølïÁ͉¶²×O{÷mLÈÎElÖ«qΑÀ­š_ ‡q'ìI§š™‘ÔFç@X9Ç¢s‚jÜ!:¿>Ñóéòw]ÅñiUç®·¿?éRtEm¼ªm çhxNpjõ÷Óµg¼¡GeªŽ÷ÿ·G¢cÿ5ô$¦õ¬Ø„ðdd²çÓï/6ÿ~áNó{Ûã¢3 ×$ x. ˜9 2&akÿ(2Ýð§èLÓŸ"3mŒÈT÷'q‡¼meFÚ¼úŒu`p$`GÎN@Ö ëÖ¸5Õóqxªû£Øtï§/·•<8ú_×ëÿ˜´e1«¸víy[ñòº_þöÜ/—¿©ý·µÇ¬—Ÿöìëãÿ‹WyGvfmdFÊÍ;œàÜö,ûèú ûЖE2OÅÍ üØ#b‘Ö#Ù’ È{3ðìTHÎIú佸t*ÌuÒqõ.îc.y'îÔ½]TË3óÒîTPؼ6Ý{pí¹¸ú­àÊÛ%îí¢ ³_( O_(Þž ;Ç:”t‹’EOʯ•¦üFæÁ}C7pïÀE0A öiÄ!8vÏ&|²N2¤’AáÌoÀ½Z1é7hv Æ·K†þ"³¨Q¥Bpf}À‹`/“žaÒ;|ƒ ^y–õ]É,ê´©•„€9…óWG¸eíI·Z€»ÔÜŒgðJÎpvÜ&®¹ôð™ §°vÛÂ=Šy ªˆMÞ¾mT%}Q*8x3=ß=³dØYÖ÷¥ä|,$l"—T -bA£Ž{ù‡n¦—î½}a¾˜L±#œ<,Ôw52 a°04Ö Vœ®dåÜ.iˆÎ²†g9GbvÞé¸[ÔœY@ø‡¿J/Þ¹ ªm« -ðqÿà÷~óà_ôæˆwÖs»æ— ûðeÄWvÐ Ï »¼•t j#³­½z|î·¯žÖ½÷d÷ËqC§çû“¥ï:Ë¢Ó¢3ÀëŅ𤪠ðÑ‘ù-,Ýiø´_<]rf8 -áÔðQ¿ ;ûxÜÖs8bi)qïì¯^ÞkÿslFÙy4â•'ìO¢³âó ȘߵÑNæòwmºnœÿ·«ìòÿuJ{îwñ mÇö˜ðTx´÷ãðX÷Ç‘IîÑð$÷Èæhwe­ŠÌöYù5I¯šžåŸ\ëúhs¢Ö¢÷èöLÏþµQàá“]ûf??ù¯öKÇùÖ/íÞ H»0;p¡Þ±IΡð÷Hx’}àåÓöRÏ· ï¿yÊ>Šž‹ÎÂ9·φ§Ø‡Wž4ÿqùNíl>c}úêaWùu.óÀµ–}o ƒ¬ä&@„'ØÐ—ðî”w‚ÌnEr•. z¾+ú!æÖp·gx'#Ӝà ÕQÀž`vÜÅ;MútêÔ²JFxú‡ïÀpö'á“u%œÜSaÀ5Ë~·>*¬JÌà ¿¸+é•´e<¢Ðÿm¤ °Šƒ{*fçžÄ½üÚTHÒ‘9IúFnaî¡+ 7pB·^´1Ë;¾mToÃYÙ²²ŽÁ{v—ôf ä+:»‹zS&¤QöR§³¥ç &øqšw¾ðêIÀIDhè8ÌβVûý+ÃÈî²¾ŸôKÚ¢vÖ‘ˆu, ë›ö4˜SÒ€F!Ä`ã0ï`ʸ]T‹»5Ð&mŠØ…gSœ éõdÈ`H-ê pFx G4©yƒ™\ÔÁÿMd`ø[ÂßÏ3ޤçMÃiÐ}ð&_%[ƯÇ\€7­OtŒ9T=I¸²¸>aÁÞFºUÞ |̘ -|ØÎ~µkù;Ð/f“¶Ä,’† ׬Rˆ».ÆìÒFÖép訵㓗OÿÛÂ7'ÿym¬ó£ ‹¬áÕ”ªaæz㸮5þ>nQ¶Df„gÂS¢êµg¢£/±÷¿m{í1÷ÐNP§Y_¾Äù¤¥d}¼ñƒÉú÷Ã3ÍÅ›£ÍÅñ´‡tÂuÀYþ/ÛþDXMJÆwÎ-Þ;ûo¾›5ÿäºXóÎÁsÿ²ñðŽð¬ûÆ™_¿¹×Zºã’uviã\}Òúç×ο÷ê~Ýo@@ï°1.8†Ù”])¯’CzäQÐ+OÛK^?nü½ç‹S¿xu§¾ôû€ >‚‡‚lÏŠªÃÓ‚“룽mŒ³ö'lÂsI—ôBÜ{hRPE¸ô’„MÖüæI[‘çÆ©ÿ¶ú°£xýq3ôEëŸ3òοN@˜ÉªêNÚ ²´Ól ÝZQØÊ¯ŠØC/Mû4âãà†]Üø~›èë!a_à.Ð=ӭ̨u’|!é%B7p_ÿÈn9²ÎZ'Ž8Œ½ ¸ ï P -b^a3ìYÁ÷À%vCsÚ«,%n Ì,Š»Þ¾ä7½ùŸö )ÿEÒ?p5ïkݱ ÏFâúuÀ™ËÏ.|Y’ ɹéF|‚¹…õ˜GÔH ƘG-n¤MúFŸN–ôÊ{H?ày¿ZrZ‰ydí™%•,µ ¬§‚EÂ#i»Ä ×µò$`Ũ• -tH˜7lœÙ˜bˆX§ãH&»µÂ(Èø©ÞÏ’nY7ß'C¦þdP§#ü²Þe!½Ðé—Ô‚ùb°_zA«#‚ò^¤gvG2õ%}Fmð,„³ÒA?ŠqŸ´=2'>‡¸QÔ-ïÚ°rO·†ùú‚ “Z6NxÕâˆMP»9Ã?•p™ÌiOß`Ì"k‰ÌÂ\^O¯Ï ^uJ‘<ضŠê¶f'¶_mŽqŦe-IŸZq)»ÞÌ -«¼__xïõ}Ö§„[ÅÚïÙ›ž‰Žk;6F5Í/î«Ï¼ybl‡s!ÈÚcŸ´%€—.?lü}dºç fè7ÿ%$c“pÎó¼S¯G»*ÖžðŽ%­ýúÈ”º-<-9»öŒsxkŒjû9ï1#ª!fe o¶–º®žü¿_ßë(‡óÑŒÍðŽc€c6GYŸnÊ=˜tjù€ƒ;a_7 '<Õ{`{¢éÃÄlkyÊÖ{„tôL‚¾Íø€£öÙžœŒÍ(š §ŠK‚ìË”<Ò'lØš¹P™‘µ'FÝÆ˜ð$èÏÚ茴›‘ÖñYdR|Npnu¼ý£š> ¬ja×K0«†Û4½˜0“GÅýË‚Þðv^ØX-Ú°ò«_þßÀõùKOÈÐÀµ˜Oܲ:Æ;ôò±êÜÆdŸ*é¿:šœ…»õò¸ãê½°ýkWØsùnÌ®ìÂa—]HÂÙ‰/%A‘ž‹_žkO ÿÀu2Øw)œ =æPu“k 5¸C'Âí&u8C:¤–q+á5¥ç%©yµ|w±ïÈS3`àzØÓ&ÀKý—wç}©€Z”ôhÅÀK» æKI_߆pàjÜa”.5 Ö¹) -ïxÐHøŒú$<‡€ïEzqÜiÒ$¼C×_M¨[ߌ‰N`.y×μVµ ûðûú¡Ô¼J÷ñ˜ q÷çÓaÀØÛ€ÉŸVšª%»«LFÜkÔ„íìê͉ÖʤC+Oy/~MzÌæðœ´>2X8X£deûof@?¦ƒ:5î¸9‰9¯Ü&¼}}¸Ï ŠfÅ`MÈ…/v‘­mA§Âžr!Û¢'i—µ.ß«ûÍÒ7uÿÍIZÃÀc–oŸÿõêƒÆ?EÇ{§`Í3N;ïùúQ}ñËo/üy{J\»|§íÃíÇœƒ)»F² Xàmô­W|\R÷úy{éöûpQéÊsAUÊ£½<{@hÄ€ÏÙoÆÛÊ—6ÿ!áVö$ýJ^2 àd•Ò·/Õšï_ª”˜~Î æ2ëácHzŒêL¨ï’ŸW¯JƒŒ}»h¾Bú¼¨£û¶„Í$KX |ÌfR¡½µ³4z«ËîÉ‘­9moÜcÔ­ZÔìÀ}ÑgqKŸ"å×ÉS!%sÉZ¶­Â³É‚“ZTð ¿AyG¾Ú´É[Ã.­ä®WBºÇ«è9•€-e¤WÅÁm鿤º‹p™uIoÿáéÈM;KufÑ0üŸsŠà]†¯ÇC££4éïJ- ÜL-ŽÜOVJ/2‹ ŸzÕ«Ñîãר¼x€C.?Š{¯ãÞÁ+dP§LÃzgüFýn@#E6-çWÍ̹«ŸmX?c¹þíòd¿lÅ¢cGGÖ4áÒˆÃvE§÷VÛï.Y{Ü-k¹ ä—vj…¸sèÒæŒYújT|2èÙY4e–Ô -ܯâÆí:~̦îÚš‘ÔÆ¬êîÕ9I»ýJã{kÅ-»óÀ|ýC€³ ‡Nž^¸S÷Þö§êõDϱNJÃÿœ¹ts÷õÅ\ÊžˆMѱɛ×'%5/ö0×FùG\wÚËŸ)ÿÃÚNõNÀˆö²”„}w -jWÇ.”º®ïÿ?oÕ¼‹YÄ[3š7w;™Ä¬šE:4‚Øœðl øðæX'sévÍo^ßi. -<ê<ð•øÓ]ï<¶ë»ø`|áSp0àh‹¸v{¶£2aãT%Ü’6ÿ­ú÷ÒNIÛÛ:#±sËÚÖ&z>[}Þ³·«y›NA»õRí¯VnkX û—“˜x€EÞŠtàö„ì¬írõ¯lƒGµõ”uüåÿÄxßÙß&¦@®ÜM.Þ‹XåmH¯D­¢s¯Æ:?Ù˜â× 3¶f4Ý‘9w_{Œ{G¾Œ»ûGbHw¸Tìð´ô\dZ×¶ôk_Þ,iÓ‰v‚}WvB}W¾a†s"Áýüúˆ£{?p϶ðœ†óê¯ -~×” ]¼O/=JFîÁkH—¯îˆÚ:>M8xÕ˜UËIÌE„ý"`¶Á›™Eã0Ø>æ6ªÀVüskD/FEUówDŸ¦lCƒÈçB×ýË9U¼ Â6K:=üdÓ.íxº4l×É7mÊîÍ9QMÜ­âÁÕ~2¡sºcH8ÔÏ×>Üž‚sãùš<g x†ðR—P°QS2Ð7¼2­ã¼|®<gd¸Éçd¨ïb2Ô7œ^4öÃ1dBzÝæ4§ö‰öàïÓýCQßð— OžÁË©ÐàWdpäÂoo—¤œ¤GÒ²ð][Åâ]VuØuùÞkË æåTŸhÓÞgHÏÝJ‡t†°EÒ²6Á=†;Å‘iþÉ„KÒ’ÜKÖJÁœ ×ã-w xùÚ¤ô èð«;KÆÔ’J -ïÚ³=«ë‰Ùô¼ೈSÖúb´“éù¼é7›câ ™ù¾Ë›A±%YyçÞ3«êÄl6¬Ù‰çêãÿ…˜í×lYTëÓ¢ªˆUZœ¥9:'oŠ[UQ‹Žåø¦‹yWtàï^Þî#àã²qÄàŒ½|(ø,6«åb½&bÕ #v£ûà]ÕÁÿËv¹ö÷™Ð¥‡ ïÕÇQ×Å/Ã#ðê¾áyÓÐà3Â%kÌJÎ&æÔ]˜CËKúÅ­é€ZJJÀ>#÷ÐÿÚçÈ«1ÎþÍqe}ÆÝןpŠ›’»ü‚ô™Œqàp«ViÚURÿfJPõâçà¶UÕ;ÿ„ûYÜaRÁáÛÉùK ÛÍý1¯FuÉ;¶fDgïõ0×GÕÌ$ýãîÁKDPo"‚æ¡dÀ`H52üå窺ÏdgRƒ>zxWr~ø6¹`&PŒèþT@§Nºë»¯Ü[Ÿ´¾™î=Š{‡¿Æü7í1ÏÕÇðlàœ‰Ùç’E/èB ãÆD ï"ù&¼‰ùä,—ðëÌo—tF84á4¨vBC·@'$AWFÊθK¸PÞ• -i”»Ëz¤Ï È׊̓á9=7bײ×f…5‹[ÿ¼õ”óY|VÞûˆî³™”qà31ÐјMËÞž׬ -Žæ©ÞžŸN€îxý¤÷£Wßõ”F¦Q«¬a{Jz6:«¸°5¥¨_~Ä?—žûÞ§U|¿ Q!M%%Ýf=p—¾ðŒ¢msJZž‘œÛzÎÙONËêq›N¼‹°;èúÕçÝÍßjzïÕ×õ¿Þ|ÔQ†OÖvëd(6°£"íê7¥Ý}ÆØŒ¸.6ƒìμ3 kÇ'§fm¼±8SEÒ=p·÷é6 î<ë³³¨î.JØ;!¹ÙªG¿w\½ƒÙo<Á\WnG­ÊŽÕgm%ËwÛÿº-øÄ}“µŸð™#N­ä ì±Èìçwã¶ëOÿ`Ü­èÞ˜éþ$feŽÏñO’'î–4G­€ÛƒCq›Ž‡|³›“Òs› Ï^=o,šÿ¼öƒ]N\‚b®Ë·cžËw0„ϼ#_Ä=&ÓÆ¸øôêcÎg O“Àý£v“2âº÷ ߀ýúm8æSôbnÉ…ÀA™ ´ s÷ßœ®ýn5¦üý—hnÃ#„ñ•pg^ÁÍe=˜­çØÊãó¿ÝžäUÁÚˆ0·Š…Áû%燾Æ«mŸK Ú°KÙ»ð”µä²*¿OÛõ"h€½ª•Gf|JNøÚÆ,ȧ‚÷^#ÍWc~µ îAñWý ³®„;ÁÚ&\zæ¾¹é0éWfÅ5™ùiôYè¿–‚‘½ã×.Qk*0tkÓnT¬[ÌjÌsåQ2|}É8’ -©eI¿Z’ð*Ø[6Öñd@«M.êûVìÜS™ÅÁ[;¯.Ž“‹ý7¿áBQÚÛ7:öËtÈ< -š‡‘½9³¨U'C’ž˜›S¸„M†T"rAgH.˜cvuæ4(âNƒö›Å a.iûêdï¡ÍauÅ=Ù´ÜÕQiudZ òö$蛟°!åaŸ^y~æËßUýâÍÝÆ?$5ij¥ˆ§$\j6²oìø¥½)¯´cp$ì‡þŠƒ™Ám&ùÚ¸¢qmJ|ÅŸ½yÜðÇÕ'Íå‰IËnÀÔ—°ksÂ31 `~‹ª;6qîýÍÇ'µýôŸqàñ¤WÞM8EõØœ°³É»Ó#}‰™>YÄÆ?»x¯êß·ÆÛálðϧ}rNÉH»¬9jSsao}š7ÑÌÕs8áè=J8%Í)¯^‘ -šIسÀI1‹ºcû¹ü|lBÛTµn~6DzָˤF² 懙ÑõÆçúu€9x1 ëHdªã#ð$áU²‘ÿ5aW´Ç,¢³„SËGXŒ]’pójâ ßpà|Ü-j$oÚé^Ø58uÜŒ:?'<#_§âeÜÊ^Ò%m‹Í‰ë ØoqoŸ‰ð ^'A×Áì~ú|gAoÜ ÈY¤‡_‡»Ù§vB–ݠ¨w³ª·mœÓQ›^Iú K‘½ùÕbÂ)nÁìÂóI’ |¡a}¦ã“„OoLnD¼Á–W¯ŒÀ浚˜—u2é·>ygÒòÞ7x nyæ’\ ÜÂó1+¯zu²ëã•iÎQ,hÁTR¾“ ^Àü_8'>l5BÎ÷_KÏ—†½ŠlyÉÁ„ä=;‹†>˜1¬ÁÀîÒà-dÏØYÔªv—T -Ø·²ÅÇìý°WÎâ^óà–WÉOøU€€oxÀûÍ—Éy1µ ’'‚¬ó/fêÿ”Yú6½4ø5`¹K; «vGÖ®¥UA½.…Æ2 ¢˜ƒ„WÔ¶Ÿôë”;‹&à#:=à-YÔ!i@vè4à»´dÈ¡¨‹Sµ:ÙùQÂ!íBc]·ˆëîõ–E§tœ]8ƒ)·øBÂÞþÉÖäù?¾|xâ7›ÏÛ>MÌ -’ngùaè[Aé1àcܲHϯOsmMwµ ªIÈüÁ¼éâ×-ɸCÉ‚uº¶Ë;KÛvç%]oçÅ»!ww^)L„¢ŽÞQ« whØáIu{t\Û™ÕàžÎCi¿°‰ZH ¸‡~Í"ªÙšÔõŽ+·1—Q½9Æ=¾õœwštjÄ¿Fžpˆ¶¦Ú÷mŒ·–’0fÂeÔ$ìZ.áQ°0§° ÷Š.à^IÛî‚F±»`èg‰9ÍF• ŸÌfdÓÞO&`0§|0Aà¿Y౮̂Z‘^ºK„n"ûl&¨Ó}¿¤V¾]TÞ.Êy1[ÇþéóïoL·”ÁüŸÛœãT‡-*vÒuéVÚ?òUÊcÔGæ-ÛsêîõiiÃúTç˜Û ÝpšTkÀ-ã¾KwpÀwä ÃHÜßqõ{T<ÀD¢$⩵(æ×an%'=oØ]ÖÉIoÜ/¨OÎK{ñA3ìÁ‘dàÆºaÇAö“ }W2/†¾}5ü,³lI†4 -̯&sçA›DñÂ!Óð_^ô‰{„OÒ‘ -ñËðÏ¿|ÖýñÖ,¿*î’u¾šaN ¸‡…á»äÂÈbÞ8@„Ôr, íJø9 Q¯ ;³8ðe2h4“0? ;¾NÎkµëSeðNàRƒ8ÈaÂo4À¹@ûÒgc$=¯U¥ü5¼Sð¨^Â+ïz ë<~ðªùh¦ ŸÌ‚δ»l¾– éta;ëØÆXW`~ é5ê`ÿ‹Yùç0«œtô]Îx†?ßñ™€7w¾zÔU¾5%ªGñéÀO{vàúV£:îÔk›ö“·nX·°¯ñÇç®|ž1+"Sšöíç’s±qÁ9Ì{ -xÁÚkd²çã´—×° {!n×ôÄ-&áì¿”ôô“€×P\vÎFÒÂ>‘ .<¿uì5GÿDZõêL@¯%ÜJv­èY¹•4N˜¿±ÙlºÊ2 Oþº¬^Öé°…u(žõ!óÏbNNé–uE‚¦Ûš~õlÿ»ñYµtwI?üý’Þ ú\±iWõl:ÄÍóc=mÚTœ°ö–EÖœ´÷¤ìWîd<£Vþ™µ±NæÊ“¦÷·&;÷ánxmRuacBYOÆØï¿¹’õ&½ ‡½²Ü#ïˆ#{¯×Üu«ø[I#pùKi¿AK"léÓæŸ»Ø' Ø3;K2^zY«Á^‰{¯¦‡ïe–´º˜KÔ€yå=˜G)Leâÿ¾¬T¦ì^xÞüþ‹çêöm˜÷í9è‘þþ¨mp(b½úmÌqõè™Ám—NôrNÕörZZC.=ˆ6Š F, Hxû¯àþþ‹Éà’ÿW’~Áù- ÷x­–e–¿Áæåüh€WõðÎDœ“‰÷,Dña—Ç2/‡î¥ú.§aßî¼¼—z¡5¥`ìqàþQd…õJúe¬˜­û éÃ9QKR>iW& ~¿¨Rþ÷enw^£F{6jœYîªÄ]²6äC¾¡$üz5æ¸A. ~C. …qã4îUóˆ Ñ{Yj{õ°³Üv©ö×Î+.2áEò[ÉŽ»õŠ-›†s«ØvIã†Kѱ撷¬L‰kv`nw€’%+éÕH3ój Úÿk‚ã+“ÂSÀGÎD-²ó)?È7Ÿ©0|S¦êMºû‡‘oŒ|KÎ~¼Qº]I‚¼yùœsrñnGy&`"‚JÞî²R’YTˆÞ"ßô’F…üИO+12šG^Yý„\¼ô<‰rF@Gb>aã¦UPƒuŠûºÕii=î¸x3á¾ö$xpÌmÒ&`\XPoÀ'fàYýýqï¥{XàúLÂ?p ôXH«û¤í›³€ÇÝJnrô霸éõ„¢>ê¹Iø¯‰ú¯­XµÜ ‡†•ôË»w‚ ;qçúçð.p¢¿À¹ú>¤–fü²Î¸Sܹ³:ÚûÙÆ8ë@Ê'iϵJX/Nø -æÿ܆Ì#Q¯N]A¶q÷2o0!{. Xs襱9U{ܡꊻu"ܧ7ëMºdí S/ ü |Î(‰YT‘9)`[Åü^‚¸4œIy2¨Ud–ô¦eãpr^¯7N¸”]8p·A k5Œ{u -8sç oißpäß«gì—ïu­<é`~n!œyتâ¬MHj"³Ã}‘™>E®~)ëØðr´µ4:+®KÙŒšÝ ©oá~SÙú˜¸9á4ëR>£.gtw^­ÈÌK{þòB.ˆ9e-/ŸËª7gÔ­ÈÿžtÊ[1ø9÷,flmÕás’† àèt@+òfäg"½0>›N˜ò ^"}ƒ7ÒAóÅy•,bgŸ@1š€{zÑþŠ{Ì c´Ò¸ ø6ÊO˜×®<êýhõë3ÂË­;XÇ2å¿ü÷Œ|…âµ¶l’z 0~æ ÷ª…È¿ kÜžå°®AÜ/ëF¶Ïõ)q]Æ–ô -ëcNΉˆ[X‡ò#’n£:í¸¸v„@1N󦡬çβÚÕ‚ˆUÞì½ÓU‰lòîIΫ€·HÚ’°çv—uÆ¿¼R©¾¡”§|rvʯï,™®¤^˜®f^˜¯§Í×`ôï,÷ÝØ}i¾™ZÒ™° Fº1+:úxð^zõ²ˆ» ¹òñ"Â@iÀä˜Ç¨"ýæþ𮄷o(æº÷]Mø¯<#B}×ÀaÑyLÎ+$‹Ï›þ´2¦çn[o{"ž/ìa_ß%ÀUW¡¿¡ô2È\Àeé^‡òW0¿y0ìúÊŽù‡oa€A@? #.ŸðJZ·-=‡Ã–Þã §äÂÛcß_—ÍWÞ†t0 î3ÿ¾úèFÚ¯eÒÂ'¾€!~Ò¨Róæ+a¬3ì̳xñ!œO8›†i-d@ÎO‹ª·Æ„Ç"3Òº8`^¿Û…g#SÜÃÛ“‚ã¸MÕ¹5*>µþ„ûéæ3Þ€N V•„3¼³Jb6i왞Ý­ -Ù¢N 'âТ<'i7ˆI‡†G8•Ýè{[ÐoÄ"®‹;³’s¯žKN¾~":¾1Á=‚Ûù5áYaÍöœ¨vmBxbkÒÈ]zÀ=ôòqWÅ6ÈŸÈò°Eܰã1hv\&]Ò#ï±Þ8õ‹•gÂÆˆÍ ‹Îé9;³é/‹æËoÕpVd½(nÎЩ­I ŠÃ¬Ám¢s»¥à€<ý |ðlN˜°ÎKCÊ'ëÄâzÌ&8¿=É9ŸQ\H{/ßMú.¦½êlœKØùgI/ÿááÔ$œòÂkÔ“  O4a6ønú¥ïë“¿ˆÚÚ>þ{œD<Ü¥—cÎ>|!áÒŠR½0X?`uœÿVÒ+¨Kº%Àíµ|Ü#kGxóšŒÀuA'‹Z"Žîƒs=R^yw -tò…®éĽŠ^à‘—ÜÝy©Ñ£yŽ€ÎYÙxÆ;ø?–M—RÙ˜04þ†\4_%çeœ%aë[ø¤<ü³)·¨>2;¹¨’î.ëÍ;Ë_ú>_§A¦§× ;N@Ú™¾®:àܦm`öƒÎ‘q¯é3K€µýzöàigØ&o‰úA×z¿ôÆý7f‰Ðà1h'ü -î·$Ü¬Ó §^s}>ñ^y° -8†€³•Zü–\0ÄœÒ6ܯ!­Åå$}Ã_bN³)3?p=¸·›4¸O-†gõ$ÝâNÒ:ph&(eíÔbÀG#;Ë—'Ó¯‡Ÿf^ôÝܙרàÿ:1·¸1îÕ^q3æ5ƒÌjܘÓðpïÀ4ÈÀp²+ ä¥üâ [ìÏ^Ýë*ZyÜ[ùúï³—wXÌ蔸::Å?ÿÛç|öæaWÉë{-xy»á7¤ƒw†tJšq»¼% ü!6'8ŸÁíÒFÒ©èŒNÉë#³:VÜaá.£"nQµG§¥µ›ã(ïCXU‡§xG·&¸6ÆÙû7&åç^?[yÆÚ³pŽF,ÜcQØ×Q«ðÌúç ó«3¿ð[ÿ›Õçð{«ž·©P>³Êš#ÖÁ­©Ž}¸SP·=+ªÙ“T¥ízá[à¢iϸ ø„]ÚžàÙe}ž`}J8Du»!%ðSµ2Ò*6eçö¤¨*1'©ÛlŸtHÖŸ·•½¸Ûü»Ø¸ô\Òf‚ÜÖ÷Íê§ïCz#fÖF&»öÅg[ËÞgß õ_#ýY½Ã‡}yhý)ç¼cí_–ä’LHÖ“ôˆ›âs¼S[¼£I¯ACqâÀMR€iqǸWÅÆ=Âú-KçDZ9þé¤]v°K+XÖDmüÓ„‡œGP³ëW²S.yá6–ì­‘¡\Td—N/êuäßsª½¡–„wý0Š»I: -À†W"vУ^;”s3°þoCr6nÔlNö~q°ŽfB -~ùË`œ©@ÿ%Î@:Ô%5¯ÓĽˆ³HZ¶a}6Q ­¸Ì @zHß—^Ô¿¸5éœ'<¢¦<+ Ø óêUX`èKÐ%WSóJ^z^Áÿ~I­ˆ8¤ÍÛ€¥×,ʶ—£¢qÇÐ¥¸»op}JZÿêQ/#éWñIÀψwEfùÕÀIq·†±¨:^?—פ'fÇ.eox’w³sNvþ™”]Ö‚bLSóý׉ùþkÈ.™Y¼†9Oº4\Ì¡aGæDgWŸu”½|ÔUöâawùÖëò/ǽzy2`ÐdóPP>®Å{pmq?óßèüÝ«oÙå[c‚c¯ô–‡Ç8ÃòÚ•ÇÜÏ–ï´þ>x½ö_^ßnþ]x‚{å¬oYõ‚¥»=ÌÈïn×Ç`_GgdõëÏø‡P¾âÖsiÕ›û¼ÂÓ²ºÕgüÃ/o÷o -#Ûì6ìÿ7÷»Šæoµ¼·ðM×+zñiþIÌί~ó¼‹ùêqWyxFp2:Ç=· -ª7ÇGWŸˆŽø¿lùíæ3ቤUÕ[g3=ŸF'ÛÛ£eÑñž +ÿ4f×®ò-ßî)ŠM)[ÞõXƒI¾èsp¬ûÅ3ç?täÂÿÙ¤!þ½ÂDã \Ü û¾D.ph1I9<ìtž‚ø?;ü¦ÿl0 ?–‰…oÒÑ?6¨°ÓER®˜›ƒq\Øv7Ú¯²?@ùºPSìn+ûüÀ÷ÿYæ àÏs "úû<6Å:MJÑO#·ÇÑ¡§JrPp«ÿõïeúÿns8ÿ^>––áNæxøóù*þ‰FÀÚ¦%«¹˜#YE‰YFN2p¢U ²Ê þŽ™b» -~ñsË«è_«U"ÀOÅþ»ð©ÿEîõ }í“ØˆÃQ¸ÿþÌÇ<Ž6P,“Ì ã09z½új£±Øýh v$&Æî“´µyÍblÔ¹†–oUàbœÇGa‡c¨Û$1Æ*&D[døøµî¯Å:ð3Àõ¿æ)83ŒÀ>^àc§æµßñ8W•‡Ï–†Ù•˜D‹‚ ³+¹0`­JíӸ؃d€ax4Žù©¡ükYn»x—^NL>VRÖ<:…ùoõ¿Ù(õ6ô£?ŸM‘ÓÿßµsÛUÄd› i™¼xùMÃ*·ÿw¤ìó\m–ÛV;ÄÓ6† Ýï/}¿×ñÜëƒz›Ç!úv¨çv:ÀIÉá$+wµ í»Ü}½Ó‡ð¼'ô\K¹xw>ûÐÿc%Ã(Á}u¨/ž­âóþ^ã0¿žáÀ°U¶^À.¼Æì“i|¢&¤çÓT”¿¸Çù¿ï&À¿,µæ=]mÉs;‘£.8þÐýoK4€Gxçó<’c–Ybdžo4•¾\k?Õð³]&‰‰×7[òžžÚa“à“Î5ØÔÿ·G,ýµ„N:<ûÁ$"PבûDßUðÊ"†Ùd˜¯ïvýZãPNY0»‚–eêá §_ôÙ€}Üì,óØí‡ûî’â¾Íq‰?HŽiD䙓òk™˜ÿíâ™Û1øçý>ħ£ql¢]†Š<×ЋîÏ=VR2Ú°‰‘_,ðO†¡rŸõÖ¢—:Qá˃jÌ~?3~» ûi¯ýi¿ýi§îcćnwÁ}ŽF0!Ö BŒÈgj@_dÔ «„’lžÀE •}ØìË­$ÜUpÒî®w@¼ C°`€I@âF°!Ø íî¦Á¬çë­q C%!öiv¹q’‘s:Ã.·+iy†Qlø…'4–xŸN!"ÎdȨíÎìg†QÄÃþ«e’˜dŸ"$Ž”xY' ~vii€] Üè/ÿ8]™zÇ8Xò‡xQK{C…ÆÑbo«jB„Ø\ÛećŸt8 &ÍUÆ‹`•Ó€z²HÁÆ1xÀ!àm÷‹½ôÝEKMé® µ‰¶º3ÝÓȸ¿—9´Ó&äH‚ùzÑ×BßZòê` üƒéB#~V<‡P§Rb’¨Í£Tq°ÜWßQànôD+L{`šÀF[U\øÑtE‘m¡}‘-Oµèø}ÀOÎTfܸèD9µ•IN+MàÝèXg >}OŸfžÀD.Õä?™"']ÁÄ]DÇ]g¤ßßìÁ†ìà#W[J^:ä„Û6úD~Ñû¥ü£º2掶*íÑrCþ3;Îàäìs cž 'Ù¤ääý2ï妼ÇjnúNæ]MUÞ£.Xô2f–ûn?*üXÎ,0Kˆ‰»ýÐw»ç -|6å>Õ÷y×óðTJ+6M h«=¸Pƒ˜’vª­©1‰©™ºú¼çSį¿Oân¶—…ÝÂ…?m÷DŠó>ª9án´eºÍ"¾ž¨`€ï)ñ?Q Âhñ¿æÙ‡‚’~¦å޵âf'!Pß÷Ö·<_mÊqÛë-ñ9›&¥kê >äúÝÿm½)'ä×"Ÿ»Ù‹WÆ?0Œå½>Í}¥oMqÞëÉ{u>CÎîÀ†<´M s~~Ó4‰ ßí/y·Ô˜ê¢kH¼?[™pw®:çI<äv}þÇk¦!dÔFOÑk;ñ¦„št]JK½1Ã˹'%ÅÜC…ݘâ'ÝEF¹]Öð2|¬@M¯ubütõÙOæ«Ó5Ât§iVòí)Rì5/çI!Å­qË8FI± \Ëq}µ.ÓÅÔñR³&0AW—…±wôÝØˆ…jLÈn%Î!¯(øí‹qú~§ ì¾ÝZòZW“ûxA˜í¢oCV0¡/WkJ/ø1p¯ég£$îô¢ýõ°ún¨¿‚zkµ%ã¹eœ]`¤&n´#¼L£”XÓ8>Â4†ü|0\æ³?y¯ïÌ}9_›ä2Wöp£ƒ¼ÞI:ƇíôÀ|ÖšŠÝ×[‹_-Ôû}€î •øluå{Zëq0÷d®:üÞÁ$<Ö®¥ÛÄ3 A+-0½n”ßzséÛí.˜/}´¢œg@¶ ºðA;½% #„èÕ¶òwó"ð“•ÈëíA|ô¡”žuá³f…Éw÷‡à«­PÕfÀSO`"–›ÁïE…϶ÛK=Ï.4£»Ì_Å͹P y·?DNZ•¸o÷à—šïUÜ\çåú¢g›È³‚”Ä÷W—ß;Š–2“Ñβ“î,׿=Yo/ö°H˃Îç03 ©¯º1WKÞ™ÄÕ¤Í^rŒJXør‚˜ühŸâ¬d$ÜBþÚ* Þ+xožDÅ~_¨ý³Æáî÷å¼R²B¯«¹Q·ômõM™.›­àçún˜ZTè£à¿;VVâ¾k+'JlìÑô“¡ê³×[ún£³ðåå뽨l?Ûc¹µÄçÛ1ð"v;rÝö» ß,‹r_¯5—|ü¦äQεBºUÆ*0Mr‹Fqa{CP¯öÂKµ¹Oª“—jRÉyÛÃÐëmåÞ«Äà¹j˜ÇJ#ôÅFKÙÛvŒß(¿Ð-ï³ë%#ÙïXÎ)[ïF}’sC~—s¿ü®`Gý)%ÇÜÐ7AßNׂ_@Þÿ p»l™¤fÊ+ÒïHHQWU¬Øë ”Û2ZôM 9âön_‰/úå&2ìÍÕEAiÜ?‹|†Y - Üé+~³\Ÿ÷XÎH½5€Š¼:S™õp”íRòæ·YnîÛƒt”º*ûé|uîëÅê¬'ƒ¸ˆ?éºÒ]öæÒVo†û7ýõ%ÞÕ4Ž‹5Œàm)ó°áµÞ–÷TÍM¸5‚þ|¥êuYÍuiÇ'>ìÆ§¾°”¸Ýü´ÝUþÞ0Œü´?ˆð_iz ¢ƒþ„\¼¶§¾öÐÙð#19ã`y8Ž »øN퇛ôs›¼Ñ“õzº"Ùõp‚5ޱ²·{Ñ_VZ!o7; ïú»½¨¹ ý!Éãrâ+Û$9E˺¹Pç¼ÜýLBúzg±2ê©?Éë 7ó³Y†KÙ{Ød¤,-Ö€<¹Ò }=NJ¾1Œ‹ýcš™rÇ6´Mcb¤Õ‰/É)/®í R3t-HeeÆ}Ue¼“q ì³añy½­èÅz øÅvOÙ‡µ¨ßzGÙ祀h‘r‹†ÐAkmyÏôyîãÔøÛ¢|¿+2N²k+!þQ:Þåà™e ÓèêJž-Öæ<™b$Þi( -þƒžä{i¾©È£ ŸøûáàrZÅø”c99ãÈ-f)$`½#Öi¾*즆}w³¯ìs&õ)¯èëý™l¼ĬÁG#Eï ýù¯7:2ߊÉþ×õÙïNÔTðVOyàFcþ‹ýAhôviìá2t¯üò`°Ô yÍJýxµ±$Êõdš ´% ð ˵©Ö곞¡>'jt¬A­* ºKö¼ºÖ0>zµ¾ðÙfcžÛzcº‹Œ~Û*!ÄOsæ)f¡CÉE˜§ùؽQL0QßÏ׿>žá$ÜZ%ÞÝéÊ~n%¤K«“­´â’ŽÆš™»œŒ•–’³5ÙOdܼçŠJ¨û09íÕv'&÷›ZÄÝê§Ä.4e<^lJqYmÍvÓ·BÞì÷âƒfk‹_Š !vA#¯Â/Ô>]ªÉ}²Ñ ~©á%þµ*Ê~¼× y¿7„ø$,»ÁHñÿk¥‘üŽÏ2M”}Úî)}·ÛƒüY™§Š~_W[ì>ÈÈxðõ½Ë¥qJ›­!\ü %þvÄÿ7 .âQ\ÔµöÒÀ?&IA7eìÒ/NyÞ7,R\ÖÞÜo­-×Uטã²Üœÿt®&Çmš™xo–“òø ZSy»è/%MW~è–Ë6à¹ôE¯æDPŸ®+hÁÎ[½>ÃôèÇG#ØŒ-WÕÙ¤L# M@æùr"‡‡œ)áafIÉÇÅFðë™d°LPè}$f€÷q¡;Ý¥>¦!D iõeðhJNªóV;,Ä[}˜/ -NžË=ãÞFSÑËc2üx“¨nÊ|KOó¼¶ÙAŠ™•{I¨É©yÉ.»Åžž#ö±)!Ù.ÁÅëšr^¬wùY¤¼òÝzÜî:`g ôãN_àãá!šÚÜ[}ðˆZêËRÒ3Ã81N%Ès“ÒSoËYÉw¦©ÆÈéÏÆ™Ù^˽ˆðÒø7‚Ÿ;:`‘Ì1áö‹ž €ŸÓwç=ßhMvYoNy¶Ó d 9‹’x#3ðùåI~aRµÂ„‡‹ÕqŽâî*+¾Üœ¢~º}0°*p #´Ø‡Úê\Ï_:á§Ž…±Lâb—j3]V›òÝœäû”˜——»ÊÂ.·ÀÂTUïOfhë$:ñà›cÃÃæ²Ÿ·£ÂnvᢜwÇ1‰ÓUÅ@¾¾7“3Ž•ØL‹¬,rw°äýrs†ÛRsö3Û4²2„ -]í)ó·N1òŽÆÉ©û}%ïMÃàw1ä£ȶ«}e_Å\‚]Ñ Øææ,7¡½§ØY.ýèè?—ª ž:$¤ø¿+éßçª8Gb>Ô0΃nõãBÖ; Üך2ix¹$´Ä}°°+ú¨Ÿaœ”ª•<ßî¢ÄìõR¿ö!®Œ"n.Ôä<^l(|ž‹¾x<ÅÏrƒ0?ë$-÷h’‘¿ÑõÐUç>Rq²È™NRZö³­VÌW㘰|¥ºX ù°X•ÿT+H»§«Î¼8ýhUP³æÛaº¶Ò/'ê -Äþ&L?óÛ›$¥›ÕÌrýúË,?çþ¼ ïÑV;ÒW[•õhQ”óÚ8JK]i…ûìt¡G Q‡£˜PÓ0&ìhŒZr¦bâljf™ ,ÐÈUaÿ¬U79fÉù‡@æuÈñ‰v6úx{ª$¥Y¥´,]+2X),|k—qÉÚºÂW£„àkAäíý¡Ìgr~ä_s•iÎݨ 5 ƒ¼4Ï}è쟋<ò·9ød—d‘BƒözÒ^,U}¹¾Õ•óú‡–K<|Á|CÉ‹ý1RÌRø™š“zGÎüz«ÿév/1Èi¾>Õm­µÀ}c"‚†:M02|N§¹¤c)5àØ «}0”éµ×›ï¹\Ÿö`»«äÃÁ(;«_YW`›&gŠ‘!KÍï¶{ò¼ #¥»ýïtõéO–»KG‰÷jÁïõ½˜àýa\Ô!-ì -&d{ ¡¬)ô”p²½Ú•ô‹œžgW±ËwµÜí-ö0–ûüôjµ£ÄK×Yòa®³(rg›-f'½X¨Ê|rÐ ù|8Zn—ÃÏfHÐs !óPR8A¼¹Ý]~6Ã,µH°Q†a¸ÿLUê½Y~†ó ?ãŒûì`¥®+ÝØ%ÁLã°ðUÀÿîv–xjI÷G!¿bœ›òßYìrr¿üÙ…MðÄ¥Ì -÷†³<Œã¤$ó»äTQ‰?UqQûc¨Ã6Φä!Œ£ø„£ár¿µ¦\w(ã1ÀuA?Ùèc5½à`’¿ÚM -:Q× *>áHŒ¶_¼k;Vì{2[jS”^<Ÿ²Œ@î]ë¢G®5‚6ÛÑþ+ …¯.¾s1 ÂVZ‹ÞlöÂüôÔ8Y}‰×>éæj]©×á1æhœmE…ìûFÁÀ|æ½ZkÌr9&¦Å\ ã¯gø™OgùÙOçøYúQÇ&x³¹Øýx4^‰Õ´`Û`AW»Êý~Ÿ&=::”ŒÂcp̰Ê-rlò·&æûZuƒm®Š} ¡¦­w"?ëÛ‘~{](?}+ì½mŒY`¡eÊ9I÷V[r_N€q¿Ÿ$8)Ùi´5Eî›=Ä( ¦rOU•äË\öé›x<ÛØx>WU¹ÑWþY]• ÔPúý9Aô­Ý¶"@ka¾i%v{¹Ðœýdwüþâ>P/ŸŽF©ÉV1»@Q™÷JÆL}ë˜dá*|{¤äÈÌV ö,cØÈ1<Ø!'µ‹Kܾèë„úr2SÔÖ¥?›¤Gþ±Ú–ýj¦¶À[ÂIsßè(|¦b”/A½º,ÔIQMÿ¦2¶;Š^­6¦>Tó"oK˜_îî¼sLÁ#SäÌ­a|Œ|wº¾0Ú>C/Yh*|3B~(ç'¾\iËy½ÖžñÂ*E]ì,þ,æ%>±L“Š~ $ÞP°Ãœ6{ ß쎔ù›%¨hÓ81 X—7Ûý”ÌSˆoš¢ç¬w”úlõ”ùÊxÉ®”èÛ‡Rd¤CÇgÏ÷ -Jc<î®ô—}=ÕÒK-RB‚ajG…nYZÎ~8B » dóéHØ0!öqg• ñG²*‘Œ]|2G+=ÓQ`ŽyržEKÛ´\|?%æáRC¶×©²cæáNU¬Òsàü¿t$°MQz(. ü{•ÍþÏŽhødŽ\|0Qôñ»®®íûbèl¶’`–“?»3ELl#EVr`‡bLôJkŠë9øö;þ~öË}Øà›Û=”Œ©zl@3<æÆŒìw¦¢£~,’Áß4ä« ¿ÙöØèM~1Ö:Fùá1Ù*ãÁì³5ì½1zú\uî“IÊ×›RVâÓ©ŠØÝh¿«bV¸óbg¹o'9æ¾”ðø`“p4NJæz>Æ+é}I±ß¡ïÐhUý`‚•¯ïÅÅ9:h¿ ìõMMpHqq»ýð€ƒaD„q cbCM“”$M}òÃ¥Ör_£˜’d“âŽUØéœ Â¢ª(ßÄ|µ.ÔuØæ[GmÊ -Ø^ù]sîSmmö“•¶o«œšèd¾Z”þTÎMt¶É)УIzîÞìórS¦ÛZ[ÁÛÝ1RÜþ8#Ç2UE4ÓsÖÚÊ? c“œe؄ԋ{ [½à÷³¢´ç²Ê¸{&)&Ú1ËÆMÓ‹Wûà_l*>ɪä"b\¬¾üq Ä{o¨ÈçP޵/С‡€É3Œ ÂíRLò±³7XôI%Ht§…ß’2PŸõìLÍÁœÍÕ,ª*šuº–Ô*Â,%'ïöÀ¼uMžsmÐÏ›#„¸~\ô¯µJÁ‘Ÿ¾Ýÿ°Ö†x0†‹¶(ñif.Í$Ã&™çØøN–¯Àÿ®qŒN=ÓµN˜µµUUt{¼1ûlÓXYæó¶ÄäÌHgP-2ö‹}®¶Õ àáõ½å6º _í å¼XíJ{ªkI{ûk•_s¾$¨]ò‘UMÈ8_¬©;Öiv%n—³!¦1zêþ5f½ŸÞŽO~<ËB~´ 7‘ƒü‚Í6Âçí—ƒ^RÌá%ͦâÁÍZvȼ€?ý|"g—[&Y`ë z¬æ¢-ÓÌB‹‚”nÇGÉ1ãì¬vlÂ_š*È›NBÐÑ %Ñ2ÊÌ3sKô}´øôÕv!Ö8U…[¦$ÌÖ– ©›Ý¨0÷‰q üËÑ&Û¡æŽç*)¶éŠïEÇ -d¿â;ÃO¸-«ˆ»+ãÆ».6exZdå =Þ.êþ`‚šeUÔ³ÍÓ^%ôt}gù»IÒ×ëj~ÜÝ­þBÓ1îâY|«”]j¦§ 02o·5 Õuäú.vf{íLaâ¶'ÉŃè¢smuËÙJ]çáFÔB–aš>^ä0~¬ DgK|ž~œÏ+ {(n(Î:Ù¨j7|²;p½™hÂãS¸\³‚Tô}…DZiéðÅ‡Ó¸Dã!Ù¡ª¯<’ÕÒÆy«íØÀ*ºÉ©W-‡è¡åÞI((^XáƒnHáíI ô¡^ÄŒ6ô²’×:Ÿ¶FQÁ냰F)XçZžYQMÞ JõC̤Rðzåóv+ZßV5WCú ȸ<ˆÊ¹7/ y{+³½ìÔ¥Fjð4é¾! xÙÅu¤]± LÕ„þ¸ÔNŒ°ªwF+ÀÀ]3Ø}¡*Õi¯³ÈÓ6ÁÊÙì®Ì˜¯"zm6ÒƒÖëYaí•¶¡ØA§0IX#ÑŸÌÑp¦Aáá·ð`h™ eÚ|Šm¦cÔ¦UX ðJkÉ;?ý‘¾“Ÿµ5Ô‚×÷Tçm¶0ÂözªÁ›mü´ÍVä~77yëùlQúp™Oùj–í >o@|m3øì“9ýl¥aèt¥¡ß¦åSZ‹¼—Û¡¾@^H±©¸°Õ6„×ZcÑóý^¨×á<Ì:NÈ>–²ÀG𮎴Õ&L·5Qìc"¬¡•¢­Êsü`úÙ2{¼R?p0+ oËY{rFö¡’S昭$žÏòIv§|o¾ÛUöÞ>IJ8Wq‘& ¯´ ž~½™uw¹†}:ÞÑp*’÷Ê?黋ý'±à󥺮³¥º¶ÓÅj¡ešUjž¦œÎ -›x¾ÈÆN•…ï”®w‚=¶ >;Cø„h¼s,ÓUË'¼7 T”œÊë…–ñ*ôv1ÌØKuˆkñ[=ìÒ¹šã>þpoW2ŠgY¥%VÛQ>[Ý”¤}Àãíâ"v†H‘ú.ò×.äí òf©‘©kÁø.·ƒß.6g¿]í*ð;[åÕüÜjšþµY7lrVࡇš*®c¹Uz¶^Û}¶Æ"îˆ_gs_è:ó^)0ñßV*ç+5M‡2^ùÞ %ùï…¦ÞŸsÍ}?ê[ÍSå±Ëí±/Öú2_ª1ñg+Ä­A\øF?'mº–ú©ZæÔ/üKX˜ò.6ì·²àÀK™Þ¾  ÏAÏîÿº}í -Èõ¯ßAŸÜœ.‘’üÿ”s -]÷‡pq¯r™?×¹L£š–7Óû(o!ÕáÞNñ‘ÏF+pn]¸²{UÅÙ×1À9©ñ—¸‰q—ê²3~ç¦Ç]£Å‡üFÊù-ú£;(ÎãååXΓ&dÊ#¥áµ;ÈL1I* ú^R´¾‡º7ÌÍZîá%Ë«(^}Ôóü~m1äOVjÚtTäå’ÿKœ¸¨+üôÈk¤ØÏWr>~¸õú(ø¹ (üÕc8ÈóR"ûþfWEŠI,DÉkY»S¤®:`y¹£6w¶¶2|œ‰}Ú‡-¾;„+{0NÆ{aOÐ%›!Ùw ‘—=?=»{ùòéefZÔQFÑsM#*Ð êñ -o×ÑQF%­x± +x»'¦–kkø›£¬, §ü‘œx6+@½Ó -Ðj.Ò§µ,ñ+=â -&&øjÜ»×—Ñ‘’ã‚®£>ÿ¾Ò€Ip¨8ë, k[¨díʈ‰{RLÔžø¦¯ §x©¬­£Èt¿I6Ü£í&,ˆv‚†¼ -‰ør9ÐÝôÚù(ìå“Ëô¤ç.|ÊK1//XßÊsÌ0a¶Y endstream endobj 45 0 obj <>stream -.öÀ󘑹/&'Úf8˜ÓÙ2CË[é.õR ŠžÌ×býæjŸ« Rn‚>^‚\"ÇÅ\EG¾JL -ý“–} ÷•p÷Ç—2|ß_CLJߪÍO¸¶7DI¶ÎðÉ–Ù*Æž˜[¸5ˆ]él#¿.t |Wû©‘ ¸O²ªr÷vdÎÍ.þP+wù©×èéñ×c¼^ÿærãÐCàp¾y äîtTðÅë÷I~IØAó¿¶ØBÛ,.{}0ÇWÛ–øî|•Is說*€K&(IGÓ„D‡†1«8ˆ}1«pk„Z¬¨CDV•&?­Èˆù«&?ñ6öËí‚ Ÿ›Â¢X—Ifò/ë©~›þKÏ«ÿŸ#áðº„âÆëô^²à£(ïJQL4(ÒÇôÊå.ÈíÎmЛ÷AÏÜ]¿ö;èÉ­¿@áî ü`ßKm°Œ;šª\·3-µÐºÀ€êFqÁ‹#ìäéþ×ÑjÊ»&lþM>$ó+/ý -4&ìR„çs VÝ@©^ž ü?Pð«§ ç[ Ø÷/@~ož€n^» -ŠzÔò—·—D…17[Ð4實8G³Õ˜7«ì˜éNP•âVQ½ŽLM»” -Jõû -tw=¿óÈÿáCPÄs7ÐGWg훈~@wÿ¸ -Œû&ÈÏÕ¬ãoRV±ÛZî“~˜™¨Ÿaf:y “5tŸ6êq;íÒŒ†Ýfd§]) ¼”èó”íûTàç J|ÿäõÈô˜û·oƒ~ÿí7Ðó»]̈WûûLÒgWŽŽ6iÐIëË-€¨%*>~~•ë|©ªÚ>ǧœ.ðé@þ€É)›CÄ(uáC ºø>&6úw\tìål_?×ýû ·N÷@ÁOŸ‚¢^½æý.èéí; AÎ7n€®\þ ôø¼Ô^ fvÌ=MáÓö¨°ø@Ò!²¨ëªŽ¦Ø­ V†² ñfˆu­AdÞ!¦Gs~é«§èÝCgÿWPÈóç ÇÀùn]½ -z -|Æ3§ ›Wÿy:ß!¾†ü.f¹kë ^l¾œ.2°ÿìðªÏÖ…"½´¢`c‚“«ë#…O×!^sᯇ™Èwõм»Ø¸¯¿%}ô¾ôø 7 &Âþã|t XË{@}'{{‚ʣ¯R#þZîE˜äåÑkS|ØP5îe½Ü‰*ºN+,¾ŠË,¸R—ò[Ð;ïKnß9sûÌé>èõã§ ¯ï?_!¤çÜiB#žOW‘‚׺PþÖ:Ø¢áaô“•ÐåñšRUo}Þh}eP- Äì„˨¤ØKðøØK™!A ï§A€#Âó-èÓ«çÀºýÌÉ}P܇÷—¾zyüFN »×…Msä½]¢&.ô¿¨êÞ3õŒO3Íìàž -˜[3õ°G¼)(ø3ÄÇ ìñðò5蹓3ȸN€3ß>p¹Þ»úë÷?A®7<{ ‚G$Ýhå¿YhÀ†ëè úAvŠn@˜/®eô2Q®Õå¹ÖÀJnÖ áá³³®Fùxƒ^º<¹uæãrôÅýèÕ}WУÛ÷@nÀz¹:»ÜáúêýÄȉ¿ª _§+ŠŒ*&xc²ÚUòÞ¤ fê%ÜÂÙþŠ„±ú -ÿZÞ¥$)î·PoÐ'w7P¢—7èÝãÇÀÿ ºõûή §¿î€ÞúƒR¼ÞXv9Xvúã€ÃÇÀ¼?9Ýø ô÷ÛGn §÷<\Ÿ -ÂÂ'¤Æ:Ï67y™I«Ð¬ª­õQc—zéQs=äÐZé#dJÔ•ð÷/Aﻀüž¹ƒ\ùuúó€‹; —oÿyýÏÿXC¯'/@Ý@E‘¡—k‹“ëC&^ßÂÆý\Ô:YØ£9mG^M9˜©¯Û” -1c|Ì 4ÿ*1ö·x¯w—âÞûsã òr{ -ºqõwÐ㛟ûôæÉc;°–)?_¢ådÞ!³^/wÃC´Í9®s#œ´ñ:ª×„ˆå7Q'Œì£p<:qÔÇÝdÎk’ù “V~ “ -½KˇÝªhŒ—×õ×úºh»“Íûòj’È|–ù:‘i¶¾fsº§â¥Nv²‚‡kéÞ½l–‰r­Cà7ãyŒ|¢ki|éÝâ¸ü›ÄÌìÛ„”¤ÛÌ´4×n Úw¦¡"S?LJÜì+÷ÙÁGÕÕ¬}¥ˆ©Ÿ¬#­Œ7SµÃ ˆ*TêzdÁq½(¡KTÍEQ_’òËáIyGf_ ðô½~x¨å‡ ·{@ɾ!W©éàÇh‚Ÿ¶I˜¹ÚÈݗp‹Œò*œaª -³<ÌW¡Òœ*‹®Kx¸w!Ë¿“Ëö¬¥0Ýé샔Ä+þ¯ÞžÜézà7w/P¨·ÿå(ÿàˑ闋“ ¯qa¥ÏG¹(ïÕNJ˜E]M7Nq‹­Ó\ô©FX{¶XSoŸ 3u<Íh}épcs¢Dp+Éξæç÷[¤§/(êcÈó™'èî; ¸aWQ¹0z9Þ£Ãú4Ég…¬Ô3MЦ†ÝI^ñÅa”U"L²JøöDli¤¯î$Ž×Ò|˜§xH™sALÊÕ´˜Ë!>ÆŸµëºóç-Ð7/PzxâoØ4¨Kµ2ac´¶Â¤¬€›ô\Ç‚€{ºÖ4y¶.ê8Y­iÙUsPš!òWÕ@E|/‡ú¢•Hz^Y q¦ääÞÅfeÝ.OK¿áôGÀ›w ¯~ ø ÐËI!_¯F} -¼Tœ‘ñ'Qê*k¤†ë‡+‘‡Ò:Ö¡¼šlTpKw'*rçÚÐÞº>FÂæTEÑY™\G€º`3âþL ô»–þ*+éVFTðŸ>/ž>¾ô¼’›˜ïœœ|;;!é*\zW€Â¼êåýfšÐŸäüœ«=å!ç+Ugk<àóf$£¶®fKYË”w°ÂêȨû¸¼Ü?¾~ð»ååʈÆ$]‰ ºêóâ(%Äï2&?íÏZ<Ì}˜G\ªBÈ+Ñ kYà -÷U­­{€Ù™jdlN6Wû™1smD¿qòMê¾ÑÙŽÜîæî޵Ðeu ³RÄ6*„¸)j™ñ,‹*³®¶Ù8ËÃì+¸åµ¸5]‰ÜTV"צjñ+#MHm;z¾›—´>Ù]µ9>P£Ÿè©\nFm 6Âöñ§Ó<ä)€/«¶ºâHÉJ90ëTc­UÑ;aT76ì(„ø=¥¨bW^CÚèc'ëûªòÖKgúZ šÑA²¿Ÿ*nlIž¨j ïa2=ëʋﴡÑÏdÕ5[£Í$‹²¹Ö®ln´«êŽYáxG<™²í³ÕœÍaVúr7åëÖ(·ho²¹6\S¢êªKWö´Nw¶fKÛâä 1SU¼Àa:Á]ÝÚ%miLíçó|D5Ѳ¡¦ò­éZºIÉǘ¦9Ð} 3s³ùÑ$&eþ½Ö(>žãQ7ƱQ›Rb²f”›>ÔÄ m©þ:ÖÞž+îhËm¤à\;9Aƒ5]q½Á‡™6vøÚPC©~TPp¨ ¦›5Ì2›®ºÆ²Pßbžoê:šo8^ªïúdÀ“yÔ £¦é%ÄEü½¢“9Ü\‡ÍɸɆÁ÷ŠšÛù•ÃuU_Ú++ß5WŠ|¦Z9¡â6¡i¶_u¼Ò8`׉Ž×šÅ'ë #v]M㎠ó¹¯b¬Sãµ€þ)Ú*¿ªZxKCµqoíüp]ÙL/-rn˜6ÕÊ -|p¯ç¡ìéBOuT'h†ùÙ²jœm^Èù׊°ê_Ë•5§:zw­%EíŽó - r XSúª„«ë%mPã¶%€vÕæ¸ S£oMp’—89scãm²ÞöbigUüÌ€¨d]ÜÂ4L7שät¬º&Þiw´Øÿl™'ø¾Õ¦³/2G*zE+ mOW"V¤ÕˆéþêÌ©ŽªxY[}²¼¡l„«&º¹ÚÉŠ˜‘¼:F‰Y&…¯b>[µB†AÎÇ®õ¢>Œ£CíÕK ŠãÅÆ‹¦®Ú ª¦Þ`’œ h(ýØXvûXÎÃÙg+iršQŠ=˜Ä}5+¬NÓsí³ô±NTw¨æÂmjwóÒÓÅvÉùbc×銨Þ0ÃÅLÓ²7GÑÁ;b|ì–„xÈ÷Åj¡c¶V`W5µË†žÎQ -Næi¥ÓÄÔCUE©}¶©õhª^`S -É»#ãc òZ¶m¶†m–P3M#”¸ÝARÔæ-nOÒZ¹ ú‰ZôÞd=ag\Ýd$™¥|øÉLUÅ‘üb±ê†ï‹íòó…¦~Û cÓT”MW¥¼Òýq^‘c¶šåÐÔpÍj>Á¦©«3M7T U -nÙ–˜³-&Æd´ŒƒIr²iš[९õÔ€ÍÓý2Çzý°ež‰j5ˬ¢[˜Ø½°§U‰Mù±Z%²ÌòI&¥€f_¬k7/5öoiš:vfÛû¶Õ]}ÛÊöÊ-fuLÖKë°ûJNñ‰Ž…;_r¿ëœÿ푹ǫ¾èƒhž¡Z´\¢m¥¦àü‹~èä‹~DçZ从…±Í° )¬¨C}æAãß QzUϘNV _S2òVå¬b½¼y¼pÑ·ºiôtYÔr¤!‚O–«;ÎÖ:NWëºMjf à¹8§K€ïšÖv–°Î -ˆ{“ô¬>„ß‘²aŸoèØÄEèÚÁ¯7‡‘¡ Ãøý4 s0#`íkjØ‚¬W«c$4 I§K¢ÖS5:áX 7Kaa»c¨p‹œž{:ÃC«¸ˆoË®cCÜ/ Ø*ôÞèJ²Ð˜ñjšå¢ïÉ :ž¯iÐñYÒÆÒÐeét½Uu¶P#²k+°úñò`‰ ñÎtuÜã#2çÇVMŸy¹¾WÖ6*Ȉ‹^“çKª“>à趾О÷~¥¿ÈÛºRɳ®7 ïã°ÌóÈÇKB¾mƒ9^¤C쳤lë41e¬<`g¤ôÃÏ­ª¶më MÙ=dSuô[5­½öÙŠ2«‚šn“ãWZ˼¤¬ùžÒOs­ežã”Ó1Á6K/²ÍPò, -Bò±†sÌÐóÏ€º;[jWž-¶Š/0p¾"àgià)é@JL<œ¦æ©Zs=e‚8Ÿ+µ]'‹Í6µ¨âHJN6Œ—úÅðÀ‹÷ÚÍj.jeœ «,ðÛÅeŸ.4t94-=¶™æ6³Š‡]ëÊy½ÓWìµ?‚ú²/¡e)ê° š\Α¼š`¨â\Çg\ìiu6OÌ3MB‚WºbÙfˆÅ§ u­‡³BÆ\*èHÍÁ84Õ•Çšº†“™ê -»ŠU¶;†‰ß—""Ï–„Âã¹Á…Æ*8åG -f‰EÉ*sh9\àÌj2àÑÆ1fΉ¶¹Ç1Ï@ï‰aÛ#¨`içZR‘m‘ðCÇÀýX©ªÎ³Îˆ„ßV[ågëMÓb}—y¡±ëH[×p d@MÓÔl³šsÌW’Ï–Ù¸ÿîÕô]ô¸=™g¡O‰Å?Vq…g‹”"³’”z¬¡Ÿ­T²-*Üq±Ø–°é¿•üÖØT»šš»Ñ‹ü¤kAøJÙˆ“…Únûrmçþ £È¶&l8Ñ7LþÔ‹zÿ½U)ú±Æå;éðMq—CG‚œêDÍgK¢¦]µèÛFÝ P[¼`=¿ÍU m*JÖî(Økw(ÿÍɵ=N/ÞèE‡MR2O*pŽÊʳmQßùFM«IË€È[Ò<ÖÇppÇJ}ﮌ6ËÑßç©eßu=›+°6&ig 7h¸$äDK/5ÉYÅ–|7mmªÓFwÞ+û >Í2Éü¶È œ-×v,b3'„±®&%ý]_?aQP²Ž¦ );R\ÊÊ*îh† -?[å×ÛnæEu}ìTWîä×*Ÿož&g«iyV%>q_ ñ_îH}q …DÛäòO};šáÀ—jÛË}‡>Ñ4MÎ8š‚±L•Œ—ø¥È˜íTuX”\ÔZ;·›Up®ihû®«d^ìh‘`Æ0›ý¥^êªlg]Sé;Ã3Ý8FŒ>”bw‡áþûÃ¥~¶)lÌ@~éhô•UßWªêNæØèŸÀÚý½+¸Š’mUSr쳌â]16n{°,êת¨ít±¾Å2-ÀZ§è9ð61>îûl%Ñ¢bÕm¤È.bºË^?2öç‚°Ò¡æaŽäP«Å&)1×¢b ìcºžUƒL{Ô -Oò5IùœC¥gV“ÒÍ*LŒE…7Jááqñ—ÃiRæ¶”‘½ÒOŒ0ɬ³åÆá‹>í‡ -.òhŠša#‚·ú -ÞLx[fIYskÝÈÈÓÙ†ö è˜RÌÊŠ³šQh˜ÂFY”„”‹ýiw€Ÿ)šŠ<lgÍóç«ÕM?7x¼s ü]G.ù¶H/×÷•ùXlì•Æaó ·?Å…X´"áÑŒ¨Ò¤ââúlú¾Äg_è葟t±?ÁÅžÝf9î%åžjéeßëÚÎç€qÏàRw†!þ‹-%žÆ b·Eñb/˜ójÑÙ<½ôâ>ŸQJÉ:_ªdüZTäˆX£—q¦oV~Jn¥Ãö'Á²²ˆr¾F#ÛäU¬âIZÖÙru‹EËÁ×B½xîâ|ŽO;8ðXƒK?ÃeÏ‘óG˜).RN¾·åâ¹))ݤ@%™Ô„ÌC5!Í]¤—­T7u7`T èv­€ù}‰Çø¾D/?Ÿ#doöd¸P|®ÍTż8Ÿ£Ãì³|ÊÞ%Ù2}±× ƒxº„Í0Haú!TÈÊ>|g¹'AFNS -N—¸d‡–VâX¨®³/¶ˆO×k{O7«š¿m®TÕ[´<ÒÆ>ܦ¦^ì‰z0IŠ?›r޵Böñ—rºTÓõC_7ùs[ÐhŸc”Ú4ŒÒ³µöEÛRÓྒ‡Î(ø¦ª¦ÿÔV’¾Ï>Ť™ ãxÖ«阈 ¾µj™è_›•µÇ:&ʤ ¤Äd«†˜v¢!å:”„¼ý1Ü׃1aÙþ@Eže‚–ìÒ3Ìã„èƒAB¨Eü]Lˆ3 A}¶zržň‹‚‘·3DηI*J$ÔŒ­q\ôÖ)úh’Wd—qËì3l´IÁÈ¿À޷Ŗု9[¨²"5Ó0ENÙ•à£2PË5¢“E>ðL‹FTs2_[÷}Žý®Å%Ÿ¨Ë‚¥ˆ}1:l|8Í,ÖuBÍÊ*æñ|]ƒCËFÚ¾¶]ìߥ ¤®aƒ0QôƒX𷥺Ž]m£mŽZhQ£“ý1+PQ6@[À:mJ8eUå‘N*QIÔÙrÓ}±¶ñðN–‹=U¤èHã*Ú6Çr=cwn’0 -¿-6ô|²ÞéœHà˜áá¬rbÆî"È6Í*1Š)ÉÃää»ÛÝð¨oÖþ³/|Þ -xq@ë²õÃÈà•ˆïÉRÁ¾.jÛS²Ë bjÆ¿7E]ÿèE]ÿÙ®jÿ÷Ž ýdŸ¿=ó_€ûîOã÷&‘'³\ÌEQíé¬u¢áálj`ý¤¨ˆù†ŒGä軻Ô<€kð“•9/Õ¢Ô—ÖjéU÷ïM~Í÷µJ®UËÅíÉ* ¶ùºö³•†þC%­«ðÕføå‰ -ÈiË ì¯9:üp¶T—òP^‘à´=Kü¶ÄÀÙTÈhÃ"à›VXaÕTÑ—¹Â“%åb’ÿ¼{ -àïdQ ø±FGÛÙDó,à -ıŽKù±QÉû¹Ê«8ÑRËz(át½ÈÜŸ-ŠŸkÜÍDíJ‹­ó¨dÛ&íÛ ò¯Íê.Ç<äÎñr‹Ü¦­Ùg¹ÈcMüLË,;G©ø¤¹6˜ÿz6úç¬Hx:Í.=–R3íbbânÄÃÔ¢UBËÜB…u’£oU¦xݳzk–1‹ö†Q_¶†‹<7†Áž+½–øýgI(Ø‘“ÀC‚D7ýpyòßúº¡o+üJ·P€‘­ˆ¿„qçây m+.¬üÅÕ4ˆI0QÖšËÞ.×ç»éjsŸ,Öd>\ªI½g.õ7KhÙ3ÈÈÂ(ÏèÄ7f)«ôhšG°ÏpPÇ3Œâ£)dôfö[£¤,ødžMµ*é(€»Øv jURŽg1ñgZt¼]ˆÞlõA*.Ù>×ܨ®| !åÛ,9÷DEƒXUÄ,Û 9ãPNˆÛŸÀGη€Ý·ÇðÉÚŽò¤^h CÅ,2бCå¿w*#§~Ó0ÊÎæ˜þš÷M'äü²ÂEß“Ã)l, Ã~@öÞ‘QÒuí@­I*ˆF ¿/£Í€¯=[âÑl3ô’#)Ǧb”Ydô³„˜èu¼}šU~ñLèÉ|ðD×Ðy²\SkRPRRrÊN?2@ÃI¼ã˜À¥ÿ˜¯®=8ɦaÂÌŠŠòs Ë«y¸3 s¨À¥äø¬#£ø›®¦þ¿=s×kÚ~®VrNuô2»m’þìOÀüDˆI‚5K 65çh’o™¦ç×fQQ blÂþ"Ê1Ç£­‰i`rîç[k}„œŸ’ó•šV»†…2«©F95à£bÀ¿µõÇÜ—RöÄ”Ì £ÈŒ]×þ¨«Í{cèF~Þj+ò1Ž¢ãÍ2jÞæ2Ȭ$ýØ6~ßä°Ot¤b›—bR–„…ßWˆ%o²iG3ô‚åÞÒOûG8–«ëoÿ}CÔñs«¦ãt‰Zn× ã¶‡ >Koó\ÞÉBUÍ·%ë|©‚nÑ‘ß7ØÜŸ ƒ!ãȈõn¨·AFÉ\¡d-´ó²ÍŠŽ6ÇLCõ需v¦f€­j&äPBN°J˜½p¦aüWË8%ýL^Q²Ó }g€úntß)«âÔ‚Ø¿–js}v'(óí°íß1½Ø å”Nñ§ÞþžUHI¹òÚô×Ûýè´ï€ZZ=R^ðày&01êÿÏÑ{¿¥™mÿßs¦ff2™Iï=11ÍTcï½wņ€ ½÷ŽØ{ïbC¤ˆ4Á®Tì%ÉÌ9çs}Ÿ?ä¹9?p)\ -›½Wy½ï{ïµÄÙþ‹­àšÈ+NÁ‡kö\º½Ÿ’ €n©¹Y•ìÌKzq>ÃòïìLacíc´ÜA^Ñ‹¨€ßs3oîÊx‡Œßœ¨J´OAC—ú²Û“ooOÃ"VG¡‘ªšŒÇ»r|ù7€{öçQ©;Ó¥Ÿìùþ«Ý 7çkÂ/¬u>ÛŸ¥—;g¸ð¥t°oóÙ<w¢2wd”Û&Â:‚ -l%qs0[[èOÊyûû1êÆ Á7Gq±k]¥/¶z -_º%à·Ö¡‚—k™þÇZb徊‰ÚžB'vï‘SJm“ÈăEBÅñ2 wä.Ï<¥ë®x»:‚N>Ôs §€¾°Ë¨…ËØ×$.Þ9Vº9 UŠ2žòžzg /À,ûºêú£HØzÉæ:t¹µô‘¹6ãªwå†ÅXGÊOŒ@ÏÖV{ŒªÕÞŠpÇheÔJ_‰¿¹ôlGáë+U×wjªi;òÕ¥2W7œ,²ˆ¾þ¿®™ª—µ3‹ˆºÇ‘!;ÓÌâãÿõ®gTîÎᳬ#ˆµ!t”©ÚMËz½9Æ ìºÜn¿ Ð -»âÄ(n<65ômNâ’6&‰™^XìY¨oÚ2‹ç› Á¦&H {Œ¸Ñ~皀Çñ$qu¨ò“s—qd¤¸â:sOã«9æ«qL„}]¦ ¼j\À_áºÎÒ¶)L–GËFï¨X•zót¹ºi[‰MõªÐiÛ3˜Ï©ðÀÀ¬JÐ1{&ît©}þd¥¶ÿ`‘IÜVbÒlSظÍTôÆ2jgŽZlê…:)i^M÷´WÝØàUñÐ{s4С–ƒÛW‘swfÑñ«½E/æEIW×z!ï–Û*ýˆ[/üƒµð‡ÖbûPÅ'÷!«¿>çEUö‹_F0)Nõ]¥€àVpà^ ?m!£Ö‡ [£°Góî¶VÄbPîÑ{fá‹€¿ÅÛÇÈéË׋ÍEL gv §h©‡ž äßr ˆ`DoôÂ^ZŠî+ª³¯M°Ò.t B^í&•9'jKƒˆ``íŸÛ'Q^9©Ü+rÆ,­p¥òÖÒXì4GÃùzš­ø©…ñ(9É–[ -Ÿ¹'IÇ@¾?QQKm˜X]Ké#ë*Ô=ALu‘R¬£ä¤tÐfê“Ãw¿®h¬G”2@þƺŠÖI>B&*º+¥Äüª$\ôLB·Ç!Ÿ]cà³:fˆ—ñœöüY~aÔ©žÏß–‚ƒOôeчúò˜Å¾´gÆö˜ÛË=…]RbîÖ8>uµÿ<ŸåÕÖµsµÖSæ?Έÿ£®ìÝ÷QÚ½2¨ ÷¨ óbžW³!!¥ëjJè¹Wt‚Œ‹RZøù!¬ÿϺú¨»€#­ÌâÍB¼k”\¼#ca=3ÄÌ=*᫆8Ñ31‡ æ‰^Àý²Äßy:ôHG.?ÖQ*U¤ÜC@g¹G!ŸV³oY»rï)0)n)ºÚ²bbÜÓø$ç.Å:‚ÝìG~^¨Í÷[î„„;å,„/ž{´\ⱑÏ<а«N„¬¹«fÀOŒ¢Ú½…ñÖ,¶=ߨìVU³¶g…ÞYbúZo雕®B´*jwm-y7_wÃÔ–vÿÌD'|YªéÜ×`óܳðH¯“jŸB?‰ù^@7ºeˆ„M 2È[™ŽYŸžðöX˜£ -à$¨WMuÎ V† ¸œcsÇÂÞbMÃ¥ºåÀ\ݱgr©Ž‰qL£nHuÉPq.1×» äºm¼« ÅÍ^%Ÿêž&$9ÆÐ‘†Æ¢§¾³.nòuRÖóŸõM¥q !ÅP—u{¹=ÿ™m8+J¾6#LùËØwçtމ=6V7¸fIN ¿úrà–´*Æ5M÷ùÄ3Ÿ¿Š‰[¨N¿iªK¿ã«… ãÇßZcgª*úXÏçÚdøÚ%Ñ·÷ûPÃAŸiˆ¯K4Ì×e:åd Ú/°câö5lìÊ2ËÐæës.@ïH…ØC%·#ŧ¾po†žðÇ )á×­)ræ7÷ñœ ÀÏ3Æ*Û#&-µ–=[ï*íž@D,4äÜW -S¯.w‚ßéªkS¨XS{‘Ÿ¥§ì­¹³üíJ[ÅÇm€·ŽÔ„|Û!Ù&¡å|3Õuýc©ißÓ0 ¦ÎâÇKù÷—Ûrï¼ôÜ=MɱJˆÉº:ð£­^|ôžœ±IPaëýUraéÃFpÌo‚‚Ï¿õ£¯9†(éc‚Ò—¤ÌwçT5 °5½ÂМy»ð5éÞwS˜w¿9 ßx¦ˆg€&°ËP™ -Ùþ':.ýÌ"ªõ*F×PKŽ}õœeļÍ!ð›C ómIÜzlàRv5äÂ=5—p ¤€vgpÙ[}ÐÕ®âWÆzЃÕnTÈ *½¹Ú‹wŽÓ‹œãB”w’˜ìælõ¢ÓTÕEþÍ埙†ïËü]¬Æ]Ô×ç<Û쇄|1QÑÇ:.yGɂϵ–q’ý|ÌåQ’AÛ˜xÇ0:à«8ûÀ1½¯ â2ÿIrêu^ú›Gq1Ïþ³Ä®Þ›#åm”¿´€?¹§0Tæ¶XœCÀ4c踕atößKM“Çó,²c¤(`£?ýŽ}´øµu´$àÄÀay5šcŠžëUp³¬÷«0ûÓ¿z+£ÏMQbþ\ëÈ}¢¢”~³Äg6›™óø{…(%èË"ƒ´§Á®?,àr·g‰úæ|€oÉo?¹Šº¹òÕê)Íkjž<\i[ø¶ÂåïMÃB6;³n¯vdݶ´g=ôjà™û ¤òqhgX~¸Z/ù²þ¿zÉÕ¾ÚàG&Ú£¡•ñê`ž‹g><1 ù' <‰–OòβÁÎ l´­¿ØÏ9y{¤dÂ\´µì™$¤íÊp)S¼Ý™pK†£­OÓó­ÓLЮ†‹ÝQóöt¨4¯á{éáI‡šªŒS#ð"u¶)×NTv¬m—œlzÄYç"l¡6û¦Š›zE+,õÓõY¥ëFÅ=Üä¡L-%/Fð¡¿MCþÐÖ$_•²bÿ˜¦Å\Øê­ùbŠÖ‡áŸ¬ã¸4—œ]å–ñ‘û -rÞ¾¢2Ú1YüQß”q×6Œ‰ùjªm=3ŠDn9ÀbðÏ® lšWJÈÚ‘œ*Ã¥ÚGQáÿ«&!&úÎ,¬ôÁl¤ŒÕQZ¦\Pr[Îʾ¬`f_Sñ‹ýûñ‰WǨ)×WûáKݰÏ*QÖõYNæÃ1Rú³µ–ÒÏ_øªc¡Ø8Ó $PÓœõú«™/üº,¨sqÅ:\úÆ: -þ`8|òÅÂãíëXX—Œ”³«¦CO ¢ÚíiTôJW‰Ÿœ•x^+N¹´ØVò|yW K¹ þór,°u’[N-sŒ—¿ÓÔ¤Þi¿¿ÀÏòÿINOøT°§àSô°àµNð‡}%v¢ãàÿ³Â5q¨{jr¡gŸº¯¦€<*Ù:ŽMöÊè§€–ôÕvuK¡Ÿ–Ú@Ú+¢ÎãžüK”á÷ÃbMúË¿ ¬c›°§ åªéå'ZaOCÈõÌWeؤsÍÀBN \öWs}ïž’^¹ÑŸï¿#ƒÅŸèhà³Jÿ©Ü™¡€6ÁîišïLMå=÷6ÆüôMåïÖ»‹ý<“eAÞ)Xìö84~½§ø£‚vaw¶2ßw]xs°äÕæ<ø ²¯ïÐÑúÏòÿúæ4yæè0msñC—œ…Û1u.ì[ÚçyõJ«{½rI á{ -bñÿ³Ñ™_„’=UUÊé -·îh­AzbfâO52ªŽËÚU“òÜä‘‘ŠuµùϬ -J‘º úÖ1EkÅ\Ç8.~µ=玭?ÿ±c¸4`¹9ûžS‚IÚ[à`6c•Tz§1ÉÀ<å{TôràuìKúßµk=µä¸]·«r# ÿ^®íü¼x²kGNÊÙœ $Ì7”ûMa“þÜC$é©•š–ôûª†Ø‹úö<¿bìÝ~tô- $“¨ïE¦¢¢Ÿÿ¶ÖUôŸuÿXO(uI!aöIP€G0Àáëiî”1˘ðv{š\x 1í“è˜åžÒ§æ¶’GÓ̬kÕùAç;+Ãn8† ñ˃ vqÐ5Û±ü@èZ¬4w•>5u=°ôäÝÝ‘?}]äót"žUÊ(ØU1á§‹¢†¿WD‡Z*ÄØ”ÿXÍ͹¶Ø zäšÂ'oË8†Ô‡=•€¬ c­ äßZúê×^èûs³äˆ_4œä¿<“UIÿ·Åo³+« â’×؇ð¹_õ_Ú®èT̲¼3¶%Ý6µ']ûºTݲkjt)Å"‡”Vxfªé<Õq¨_ lü‘šV¾'«ŒÝÌ}åš, ý¶"lvkk³<Ì¡±ºöØÂ¡í«H^@›;Fá!ƒ˜˜kâì׿nÏ ™›SätšVáQ2}çtÂ6[²öWlõ<ÚêÌ~è™DgøîáhZËžlŽÒó·e\”u—h›Ä%X'Ðv)2­¦ìêY¨}]Sï¡¡uêÐØ4tjn:3 «¿ZBà§ðçá"À’jR®SÉ(ßÑTs¶Æq>}ln¾°4W<ÕŠ²o¬t”|²KIæžÊ€ÅvrèÖP dc@ Ùå–nŒ‘“·\†/ƒ^ê(¥ nL3@Û2VùžRÌñ¨8U¶iBÊÎ6ˆˆ}¹Ø¡@'Ú§p™¾^«»ó<‚WÅEïiÿžg£}½ºNMT¸CŠŒ1u–=Y@‡ØgØ•›Ó<èb=ÆÒÌŽ3Uc_+hE×§(é—”5ùÏTÍE/º‰‰d¼ÒÎqZ¾¥«â¡>óžs´ÔQðÂÔ”qß>’ÿâÄ„Ê8Ð -6$設 BÒ±^È>Òs§‹\Ʊ‰MÙô²s“fî-zæVÀã·•Ôb÷v¨ì”k;g€ï‚^†¼]*x¤oN¹1€øpi½¶4Œ‹ë@ÇüµÚ^p¼À£Ìó(»j©P§ ™né¯x§®.¸ÿÙ׃“+²ËÜêãc—ñÕØÐûxÿcŸÀƯBÞºe¾½_B²¾ n—Rò÷ý} fUÎrà{S,¨sŸ2+J¹5DN¸åãàÖ†pérQÖMç 6ˆ‡˜#3—yºÌeŸño_WÍßš¤yTB®kš]z8O+wËQÉkýåo­ˆÐÍÊ÷¾Ú]öAxÜ+íÑÆ0*cm„š`ç>—srïÛ‡±3˜äã9x_ƬZ*O\êÎz¿Ü™yïDÏ éü!hÈú`þ“á¿ÅÖœ§6 8äïe"ð§–#‡3ÄË}ßIÊ|q¶Ô8vbª®?Ò0+’ª`KcÞ}0ñöæPqð?k‚S?"jV ð,4ô¬5LíÈéÅkÈ`@§¾_Â&íkȽEëÀWï]GƒØ&pñv >Î1IÉ\ñÕYjν½ÔšuoŽui±9ëþF/âW*Dš{«âäâô›Cˆ°Ý9RÑ™‰93“¡G&á`AÈ?Ô‹ÄGÆêšcCMÃKÓ¸¯Þ³@xdb w´˜4¯žXèÔ’ ´ƒ˜È>rÆ-—„V`¦¤ÉÙך‹ß~ßXðú9%梭§ì¥s’’¡¤¤´QröQcolŒ"#v|¾ŠOÚ×’ŠŽôkÐ}˜0Û §Ê)¯.R“—GIÉöRÞ® -ð =*íÛú·…/85Šk€1ÒÄ‚#cCϱ±¦îÐÀ!yUø\ç48Ä1]å–R <³<Øæ-Cƃ<èÃæ?î‚'ÞìÅžï€G_l‡ý9JL¸fªÉ»ç™ çN×–¾mÁ&\^ îÌV·Fðñ¶qh W uJK_ï/ 3÷´4„CÆD/Õ xõôÊ]¹dO‹ÉöjqE;ó,â¶ŠÝ7ð8ÖY|ŠuÔw”XfìDç¹gx0÷´o<¸4ï4>Í1Œ -[éC‡ÌŠAO„eA® â6G ñ˽•oS¸¤õ!T”¹ôj}¬ü³k“ø#i¡ )o,zä|Á×ÕÚS_½H-¹Ìî«-9…Œ±OU%:å”bs?&°Ó'û:ïÈ(ໄlsgÞc7õò,3ã¯ÎªÏŒ­Y/v”4¨„“ÿ¢{å`7–‰Æÿß^;àJvs’–c—q`Êè³µABÆ>¿}5ÔçÙHÛ2ÄW×T͈û£ùþ/CGùÇ&lÊýð'—¿3v…ü³LA{ä¥ëýY/´ ¹yù¯æ??gþw‹ß´­"—Z¥¨@ßv+à|µð…ÿ¬³X¯âa’ì°ÕþüÀÕax,0̱‰ÏÛ]àSöx¤#-~ªæÒþcaþ»NÅœZHU«ƒÐÏ›C¤$ ¶²wµ m»ÚjÁžN\¨¯ïªùÔiR1ÀHÔ} >×3‹LqH*ƒc¨P€³tõ¥, ¾Zs¥þ ÂŒûkm…Ïð[}ؘiQúý^|Ð/«½°°3›øÅL©<2àòXìQó÷±䌽y.þ‹©¡÷Ô(äìcßg™(»÷9ÔÌ -]71zœQâgî@†MóŠ^U%ý©`ª¸y–€e%O»2|†ð¥VbÒ•JÐ;2èD[+ÞUŠ(n¹oŸeU¸sŸ²9†‰qÍ’²WG‰©êfè+벯7h©Þ9h¸[sÏ R€ñâOt<Ê¡NÄ>Ћø{Z.éÄ(ª91 -D¾¾õóãQ²¶ú‰ñ›ƒøÈÙê’§…¡¾Oö¿òÝ6õþz&u±¹âÕR[ÙóiVò¹0ûÙ˜0ãN%屋˜f gm¶)ADlJ ½ÊªÄ/+dÌ?[üƳåÚ¾#KM»GÇðݦž.q„gËâžcKÃð©¦iˆ+.µXßÀI^ÆÝ~BÒµc•˜uèëÝ®$çÈŶALØb[á=SkîµX¨cšQ>Î/x ¨-z¾«XwžGÞtµGCÌó¨Iy®9R޲úa¶¾ìþYÔw´,jt«(ùŽYRæö ~ºÄåùàV²+mÓÄÔ¥^DðîЖ´r—Ÿ¹:P•bl.ù´Ú‹Ø­LsLVÆlIñicüüǃôÔ§'@>t)iŶij¾SA/óêxd§’‹´Î0Š]JB×^º"ÖÀÐØïž»åô"û6f³þy­úqm¸*É6Ã…IëP±Ô‚›+}eAÛ3àpSgÂu}kÂí¥Á²`uKaÈBKQäÎ *ýï5^õÊ$6e®üÊ9ËBšNÍ4ü±žå–网0ßü"!}øms¸,êë2¿z]BH1õâ\*>ó‹¹uö?溞ÿ®2Èß– e»dÂR8À=I/ðHy»sBâÉRÓÄérãø‰QÜàœÀ'[šËø€A/·å=Xë.|âë`l«x¾ÔŠý䮩ZoÇÏósoͰ“n´#>^<ÿ•“ã÷CìÃ9ë>Ó:ANuÏÒ÷´”b¯†ZqbŠÍuý‹5m{ \ü©‰ÇvM3Ôl ?_Ì\š{^@ÞšåA쓢ʵ.Nò4·ôamiä9 .÷–w\XiëE…,·<Ð5$_¶´<\F‡Xzàm#ð°ãy6Ê=IJwKéù^%º#Ç$¸g‘±Ž)X˜².ùÞœ8íŠm´<ð‹™Asª©Ðm9*~[VîQ ’ŽHЛið/Rá_}=™õl̶Œ^äãg¯ZHߟ¯kp+„$S2¤—v±Y),}Ò…I»ÝP{ÅÜ„KÚ¥ä.uV¾]í© -ìÆ$^›b¥ÞÝ™!¹fØÅ^Vj7)ã²¢º-RvÔÌÊ#=|hÀ—ìé0€]âÒv´LØÎu`ªm=ZÖ¼|lnž80Ö·k›·€õ·ôAß;Ê^Ú+–ûñ¹-¨°R^úãqv¡£º J¾<lj¹hjÊy¶Ò  ']žæ¾>4Ÿs—iî.{aî+{±åëo¡¡ƒÁ9Ð×vm6ÈwM\šsŽƒpÉ{óÒ³%Q£WË€c…îãõõØ>0p€¼FÊ>~?Ò6vzç×,>um¢m*|°4€ -sÊhåÇf~UŽ™‡ÐI^P|¸\ÓãYàâ<:.Þ9G/s¾sd7zõu-Ûóu5V9³Ø«®éjÏ Õu%§jeœž±$áæ¯Œ0Ó­“ä,c'ä3-ûõoõàë»J2Ú£ÂfÙ¤ð¨•AðGc[þCÛ 1{]*Ä,KX_ROMÕµÛ -bζ“n—Ãb·¦!)˃ n96wßX-° qòô}ÄÈm€÷ÏjÓì†îc&è…;6‹ôÕ ÇºjÁš‡ÝSò±ƒîikj½J.Ú5ÇFo˨``^ª¶'‰‰Þ)jÖÎ %Ç5Ž3´dÝ×Õ<°tRc›¡ †ðIçjòM°2î c“.OQR®˜›‹ŸÙ'ˆÉóÍ•¯-]¸$¯ZDsÈYUû <ú‘¹aÐk¨©w(é¥V Ư U…mMà’µ™÷½3$ð¾¾¾ÍwÆ)%¥ÊuÂ"n(úøý,7ç:­ ðWJêËs¦Æ’0Ï,!sG†MÞ‘áÒìã°ˆ¥îÜ7ó5áWåô ó«mÅo6ÇÉŠÚì; 5yVº A€ÎõÕ5Ïÿg™\yjÀƒ¶¦Šßx”ØÜo@œþ¶\?üo‹@´? ÷Œ—¼Ý—#ât,ì!3í3˜TCKñc›„rLs±óM•ŸÄàØ«Å¡~çÅE‘šjËnvA^ØÇPqݘð?z‘Q—W; ñ®q~åjäý'ãÖ\-ÈÏÒ -R6V}\ì§l«ëÄN%äšÁex”lÜ‘ŽÇ<[ˆŽMdâ¾ôjˆà!×£¦Ã—F÷ÅMµ:ŠLZ-ýè‘WFz•Ø´…Tl+*õºaæYZàlÌ¥ŽŠ KRRôm-?î†mx¨¥cåí…¼‚:†ÙÐCM}wžK>òü®š Ú] €ŽWYô#¥bYŠMìed†ÛQ³6ÂÌÖ¿éÂÆ^^ê…„lS¾ ä—”œk% bÀElIH…{€Ý/MP+V†0Y^M5wW+äìêØ¸ýEQgÈm.z[ÍEîhÛǶ¦øÔu 5ß3ÏgXeŒ’¹ZØ›Túlâå¶âÇraúã…PÄÆ(:§}Í1ƒÈ>20°Gz@w/²˜‡f:}Oƒ+wŒùò()ãÈTÓº¯¯é¶Ëxß}L÷<cWÐ@V ê˜cÏXSäïÖ )£d}ŒZphn›Û3uj,íÚÿÕ†0Ö4ìjÙUË€^\›aÏÔ‚ŸkÛ€÷V ëu½ÈÂ]å'ÆÛ‡ë½åÏWÚŠî+ùñœ»Ý¼²;áϯ|'.½ãÇ&lŽ CM`¿åΊçýe¯¬# ÿIb2 0+“¤âNrÔ Œöh;ÆÊ®Ç\cÝ®VÄ;1‰ë B®e·2Dò7.Û-#ƒ“˜ØÕćYvÑÓ Zî}`®žá³#þ ¤~¾ ¯ƒ$lc“–ºrï-÷å?P×%]À¼??J -½.¡ÆÜ]é)ÖõÂ>ÔWÆ]´4³rw$ ä=t¤E¥ïª«¶$åï“ejäDÇ!¹å¤¼#5µì?&:úßÀã¿Ë‚š¯F!ÿXKG,÷æ=_ë+|µ>ŽK#"¯2rŸ®÷’bV:*ßsïªEñWÇ(!5BÞþ)Êzöý;ó®”WøŒWz}¹°Ø^³Òhb)>Å5C/vJ1ÎYDêæ$ø o1{*qÝî»§&—Y¥Áë’œ@Û$Ü;p£…Mñê©•v9*ÐÕ_-5_,$È‘™éQ €ø¾;GÙÇññ+½è@ë - ðå\ðüPEÊÛ‚…ô¢®ÓSÎö<Ê,Š´±JW˜YæALð¡`r#}l BOÌ4ô!ðÞv5¡@ZŸ÷r„“üâl¥¶ß©P3|¤GÁgìLc‹·%ˆÇ,Å=Í—p²ï÷’üW‡«rÖÇY–BØr&|}o“R³×ú1¾zlé9©pº¡âݸ à“[U[ï]¨©÷ímâd‰KIyÛ·ÅX¼Ðƒ‹U·¡ƒ]êjÞÊ$4Á(¾×XóWKYðïÝ 'Þ™Êø}º “x=ÊÿÆuùqG‹<Æ¡AȶÍಬ@œ³O—Ù'Ê¢ö4,ô¡^(0 Ó¤¬Œ+Æ.d°{^,>°ˆÛ÷—µ;>NRqPÍ®2R“7'Ø`·šŒÜœFd.òÍíóßVkº}½«\Z:tÏÂÄíøê„Í‘st]Ðϸ´w¿íªÄL׳ÐW¿Ý6€ü¼Öy¶ØX|o¡±òYtå÷ã09ý•m §¨Î¼%ç¦]Zî,÷Û({¹#…„kØU»E3€L„'ßýe¹¹"cw~À°3ß-;45 žXÕG&.ÝÇëSŒœþꊷ¼¢ð+‹-ðô}½d{g¤$XÚ1õ U/få·”œ -?û05ÏÔ }««Ë¹e•T¯ô—¿]é)~o—`’F³ŽWE- WÈ«AO›Y9*!6Ú:Xz¬#Á¼ -:t{’9[``Ïôʶ dŸ‚¨ˆ»2\Öß&á¿+âÖ3=ßUä¢ðgÇxUêÆ>µuKÂÌ{ºÚCˆXn¯ðŸ¯Î¸>ÃH¸ ˜Å_â’Ï£î-6Vô‘2îç¾½ýÝjGyؾ̧aP±¶1dÔR4`k¤ø¥sôÎ6Qúng–Q²ÔO›bãÖ(*öØ@Áœ˜H¨czf¡UZ¨È*Ù5 úbâñµÕÕ'ƺNŸ¿hÈ5±À9 5·ç?Uð“n¬õ##-ƒ„œfºŸ².÷¥m›9BË|9BÉzè§„} hüü•LØÆ.æÄÌ¢œ˜hÄ¥êÈH*ß7‘+vL,‚Ó·/|‘Åú²Ê­YB†/“v•ÕâofÇ:þԊ̽åo•õé×6†JvU,x;:ꯅº¢¤o¦Úž3@³©)EûJb¶gŸnF†.¶Ã^*ê¡ÏZ±™7‡‰Wwƹð`^ZÑ,¸õnrüœ°ôq8ì|MþÛï]#è„…ú"]mî=¿;G.Û•³Ž5¯ÿ0¾h]kÑ3mc‘ÿδïFm‡cŸ¹< ~·ç»Þ¥Çe›åÿ]g2}ýµ=ræHÕ6à•×r¶eŒbß¾åÖ¼ºÚŒÛZqúÝ]±XÞZ -‰÷ûI\ôé-»Ü… ³4W¾\mƒ½lú/?{昒‡^‘Àâ§…qwRXâ×%À lü®CÙ7ph¯Uwxç19k£Ðw¬ì§Èä—×¾ýlz"t½¿"Ì6 9V¡2­#eÁú†ÌG¨à_–:‘Ÿ;ð)ÏÈ™o.H¹Y÷uä‘ 9Ò‹€ßË<@r)HYŽYR®S% mÎ0K½*>ñ`žO9[d“þ^ቾ˜¨cÀ÷7‹^j2ïj[áAƒ´œ'}ˆØßšŠ‚j, :×Rvq©­<ä@ÁDlŒ`ræªóüdÜìkö)zÇâÝÓ˜¬m6o[N)âõx‰I;43ˆ»‹\¦MÍDÍu¿²ŒÀ£OÖšä‡K5îyÉ¥±=&ޝçiåÙ"k“V¥·!"®ÌSpÿÏU3éë9½#G'ØÇ!ÖË^ÌãŠþkõì*Ed÷Œ r{RXicånt"æùù·Æqq甬„ ®ÁÒ÷[=ˆXssù«…êÂ;³äÜ¥²ÏæÎ¿¥ŽâgæŽÜG›½ðž è+ ñ¾,±8{&qGÏÆ˜¼oË€-šëûuâê9§bw–]v¤àUÉE¤µnBÔj31Ü1À/4ÖÃ^M.h„ÙÕâü' -~Î •¸èÎR71agNDt«Y0ë46Ö6…‰ÛÆàš¦úöd­Ó%üZ^ðe]Sqʱ¥qÌ)£‚VÁ[d̾ŠRt¤%jpùÛRr¾òzk—w¬kè|Ip²@‡íÎQ -7G°‘@|ð_é%GÍ6`?´  ¯NÐÁ÷|û™uuEFñáç:àìD†ý:FμH¡;‹MšNxXAàƒq‘ÎÊñ¯A*qÆõaJÐoº¶ØkúöÄ+k¥öçXˆƒ…ºu 2bm—ú°—ÿÏÆþ?[ðŸu -êË"®pO‰Š7¶—¿¢g_ §}8·5NEœ.pÉÇ -loš˜·5P3ÍÍô—‰ iw™ìœ¦ uå~®al‚GJËÛ™Á§zdø,ŒZµ« Bäü¤K}¨S-Ÿ h °g•âVò¼쫹¦c_ÃFê¹ÔÍ &t®òyWI/?Ô1Ð[C¨H­8ÿž\r¹y¥{gc°2ÐZÙø¼Ð‹ÑÏnþŒŽÛ‘qÇ‹õ½‡–†‘ÓFÙ—MQ÷Ù wÄ(ûhE€U‚Õ4üWÐ1Î1\œµd¨ˆØê+ ^ï*|¿¯âa7H@,¬x3ÅÊz´ÞƒÆ_ô`–šúç(:öw :òW)!ò7cuúMkä¡·ì¨òó¹xøyÇ.Ù5Y3/Î|¤¯ËðsI2_yäùoŽ 8ÐÉ"Ÿjñ7äu¶ï¾ú¡VH?P1À»3Ô\÷#ßÐyn¨…¿šá‚_wÀâηUDÿY]ú{?*ñâ¼0÷ÁöhU˜g†˜oC¦mM ’¶l¨G]Í8ÐRÁNieø\uÚµinüÅÅvÐS×6á@Ã%¹>ÙQ²+4Õœýy>É3MtOƒ?Y%YOÍ] !#δ<ò¡†OµOÒ -÷Õ|Ú¾Z̶Ó3×ͽÐXþzN\þ\ßõ_íÃmޱ‹Ô5¥g¹Ù·§˜YÏÛKý<ä§®.x½ÔU7߉ -«'^i¤>uMÒ+Íå/æÅ%O Ðë½Ð í Dè±–…<ôPr‘µð„ßgÅENM,ü—%îÄ„Í91"SŽõ¨T€‹5Màz^ðdô×ûz~“SŠOÝè,ó[j*¼7ËJü‹“óò!þþ÷#˜O¿{e¨Ôè-~ËÒ)Ù–ÑKu­9gØA%ä7—´uÁWWzJ?ºgéhç I)úxsŠ—øþß«‚_¿ì3±¯"æ8$•aƆÜ*^Â] Û‡Ø9ï{‰þéš!ä8%¨(ë ,FY›÷NBŠ¿¦fÜXh. Ú‘±ð3b¯Ï@*ÀhÜo«‚º33—å‘!¬£àë#å¯}gOõ_Dv’{kkëœ&¥;Æ YÖbúö4º4€‹RÖýVHIÔ´ë O?Ïq2n/Ô–¼ÜÀ$ß«Ä*¥ä»à5¥¡ç¡¾ïDG>pËÐY’â·öéÊäÝyÖ¦àóó‘gš]áœbWZG¾ú˜ë} ¾¢×ÎÑ¢W=Y¯]’²¯›²§bBÕ"†KJÎöLaNTÄ’"uGŽÌޞƥžhp·Œ”³ hZ€5«Üsµ\ë=ÛÒ}-ç'ÿ5IK:°Ó­í)TÀ˜ÉSì›óuð7v §p±©ìÙ.úOqQÀÏmàOçÍ eWÚq¡[ƒèò ÔON¹bn§¤8F…ö!l´{ãš!ån6a“Só倖Ñw"Â=j&l_ÏDiH@SW.ŠÈ¥¦ÎŠ7ÊÚ’§£¸ì³Õš—Œ’¿9T¶Þ‡‰^éÅÅ)ÅÏÑ Wtâüç;³TP1ãNEìëósõˆ\û4¤¨N¸4˸+ÅXºÒ?Ís‰G âjûF(øpmˆ‘üñÛ2_x¨ò§Â·Ï½â­¹-ÿžJxE%H~¸9EÉÃd]Ƨ…=𨄠{ -T_ŸõpŒö§ ×ÿ‡ÆÂß/7g=:P“Km3lHFà“_øåá/Ž4Tâßk‚†#i½Xí˹ï–ãÏÌÕ. ;ÎÉz¢®Î~rfâûöü**È.Á'ÛFP‘+Ý¥ÏV{Ë_­K()ÔìÏ¿c’^þ²ÐVéâéÆ,ÖÜQôISŸÿ´ð7û퓌˜ëÎIHì¶ “d„|ÞSs½ÕÐwºÔ¢ælðØÌfyàóÊøÓE<øëZíˆm–JŸkÉ ;ZbRŽWu§K,ê–ûe‘†:162Í¡ ƒ·ÆÉ™ë½UÁJaæ#?ñÎÎ,ry#æ\žee^'g_ªÅŸÃÆü0IÉ÷[nÔ¿ÿ…žúð‡nØÛ_F(¡¿¢ï~7„ ýs}¤l/~ÞŒú}¡y¬æSŽæiЭITôÊ-ß.wu|†CÉ­T÷"Ã%¼Üûk#„,RHÙ™aWl a£ µ…·çy¹W%ÄÄß'é—Zq¡]Èô«RrÆ5½°à±:ÿÞJkAÀfwE¬shëBéj -®4CöÇ9¥ %õØ×'{°,`©!íöñ$úo¡à@†NtÂC–ÛJýv&€uèAŹ`!»3ðHçdU˜{³=OÚS²«ö湫”šcg؆eºÆÂ‡#Ø_†Q!¿NQ£¯ªY×  û@<‹Ôµ¢‚;!qçë*ÞëëJÞ#CÎëø©7:ÀÀ¼F*j¡Ï;pi×­c\ÔžJÄÐ7ç=](o—bW†Ÿ½rÉžŽK°NÑ -ý¨@Ç*îß[Õý_W…{rs”š2ßw ПûZ -ôÀĦšúŽ^¥KÖT휭gÊ¥Oh™ï%¦üÙŒ½¹Ð -ö7u"³BæÖ¬±>†K=XàUŸ,Šj÷u†m‚”«<Ÿk(~®ï€¼óªx³¥ú#ŸáQјӌRÛ$£tSBNµO0 7¤Üò)1ôƒºŸ¿7ßÔ³2Œ Å%ýÑ]ùÓ1õª©©Èß+CÄþ\²6ÆÌ†DúµÿæXCÅ}±p˜.&a_ƒ/=1ÐpGzÆ­äâl3Ìò™êÒ—‹=ˆ„[ë&éh· -—²)A|¶Â>ÚG ï€xcèÁaRC~Æ¥½ýsiV¸-ÇfOqÂÏ+xqWu  Çú¶Šæ®Ò»jlþ‘‘ÇÚVˆH³âŒ›6)¾øÔ"jp«q…Îh¸c›d—Q ]íG:}göÆ[ÀUØ&«¢݃tK[j= -2È: Û‡lW…íÌ‘r¼s\”¥—2BM¿µÒƒPÕaÂÆ8àwÚ†’çë}®‰€G`ÉN.ÍWÇéÌ"¬=ÐqHëãŒl÷ îVàóô Ü—^Í‘‘CsÍ2v4Ô7ð·Ö)ru’œo› f¯¢Ö‡» -ZÅñ¼¸Ú£àíSœ2ëx3}s¸¶j¹—‘¸Ø‰ú8NO¿=Dˆ»´Ò‡ -³sŠ<³,°°É ïÑÖˆ·ULŠSNÛ¤¸ôÕ>؇%µÌ«å v¨§¡Œlâž^ÈÚVñðû -D)È8ŒOùk–se¹«ì™g—v¤ãRÌ#Ø8Coeà¶œZ¸5IHØQ²\JdÒÊ<Ø6MÌÚSóP®iržoÄÑ"ãÑÓ_·„íg[âÁS w™9<«Œß’q ›ã´ »”–ºQ7±£ã1÷BáKƒä‹¹¶ã‹QÀ96ðh^½ˆ».¡§Ù|ý'Y¾:é~æÖ‚‡¦A~‰¦ñBU ~(ã\]¨É½¾Ò}½6JŠ3ô`êà~ËÕùK]ÍåKŒ˜!R¬©µè¡!çæFOÕÇ íÕPËÖÇak#¨¸“ÅêºCSuõí™çbrJ®wGÞÓ‰E{ú†Nå˜a9¦˜Eëý„¸Åæ²—Jqþíjæ•.Bñ%V^ü¯]¨ÌÓì¼ûm Ÿ1!?5”ø¾õ«\XìglÇÅšºQŸ}÷yx È‹–ÖŠ Å¶Ò]èAÅü9MOº¬ú`A+íÄ(E#â1+ðWfFðù)|ÅZÉsëø¥=ÿI'ìíOÝÐ÷?iê‹õsA÷¢^Ýýž”ôçR;òÝ|MÙ£irþ .ç&3íÓÏù·¿Kyzå»â·÷¾#~Nýüè{Dô‹ï-MÀ<6—<ßè-y¦o̸+¡„¯=ýiýæœk³:†K¡&?Ð7}>PS‘û*Ö5IËÛ%emõ=›f†]\l8&é…}Ä‚÷–xÖr8|±±,p£ ä±9‰šå'ßlüq½‘ªm"¤éšañŽaDø 'î¶”rqµ;Ýïh¡2Ñ«@$®tå ZæUñ ú.b®s†P0På‘‘>[¤!O dð—EÕ>…IæÞÆ*yWÎD¸Æ0Érø¥iZÊÃõ®Ê@ë "p³Ÿë¯Ån ñAŽq!Ü!­¥lŒpËׇh[#„X@ËÆ­öâB­£¤ÏœˆºÖOLo¯Œ½1ÉÎ >6 -ê¶FQn%Àu>Ý»@‡X§àaÛjzÕ¾^$\ÀD>e%flö–¿ÖÖÅß·V9¤ø¤•IjÀ$ÙŽijîê0&ôÀÀÄ~Yì~Š˜»Ô‡³O b\R€¤ø”½yä놨íÐÄ"6W䞣•èhh‡œTy`àóNLÞ‘žKÚ׳ÖYJÁ¾žÇ;4 -_Ì¢Úo‹\æÉìUPóã¤$'àO–Nl F\vwŽ”/o£DkQÖè¦vôǵ>È«Íaðë•~È[}{™Ÿ¡ú|¥_XhìªÎ·tÐclcìÂ5ß¾íîR?ëü½s -“î¡âÍÃe¯ô]o÷ Bž𠇂s+y(¯†G=0Öw/6ù®-lÏ“ÁV):Î¥`”nŒÓìBܬ0ÿv;*ö\34þg§âáj7;k¡ 9DH½:_ ÿ0#€ÖÔ#>X%äd»”Q´6Š  d±»*ÐÝ9óõ… ôcœc˜·”QèØi©›gè&E(ë*ßè›!»r.NëÛ‡ÖyµÔYñ~ˆ”xwœ™ç§l§†õ qþèŒès=U Ç¦.rì½àº07ò{Fr迈qïÿEˆyÿ )&è÷êÜØK=ØÒÛØô˜ó¢°óC´ä[ܼ׌Ã/LPÂéÆÿ6HŒ¿©å=³S -4]U˜øg?v¢ž~5 êOô¾}Ü×?þÉÒœvMÎŽ»¶>ˆË5Ó²Á±oÎÏ·‚³ŽèÐ vZšK_k„÷{ª>o¿þq’þûê0%Y}«$âéŸc”TÿI|ºm°2pw -±3Q9ιßXúü93Ꭰà(rnÈ…!rJàñ<úu™ÃþºH­:Pá²ÝÓ•‰3‚è»#Ę[KðÈjÊ«~lô•IfÂÃFÖËÍt쮌˜oÁĬJÁÊöÛê­JÛžPum˜´!j>°~É[#¬’m)âš$eXÚ`£ø˜[ÔØ‡ÿÄÆ¼0÷ÂÒ—º+>î(}û÷ø¬==h0¬WËg;åL”L”ûhK‚M4vaŠ•ue[C %?æÆf/è…gø| ¹ps ðPÔ¦üéPO…9¤¸üÅÄ'C3ôÍÖ2Æ=C*ÚSrɧ&Aõ?›¢Nç &Þ-'å8ôS#‡ÿÕÌ[Ô|YˆNùìã%ïlUÔþ÷º¨cGI}µªÿ½,¬?RRK×z`WÚÁþ«•ë}U7‡àŸO T¨~€™¾9Â,Þ«á8ÆùåÖr¢¹£ô‰©%ï–¹5ïöV?6|e‘<ßBü´ÜIuËD8K/ìã¼8ýо>óºZœvÝ>Ž÷(™p¯ZÈõê«k øh].Ü­®楩wߨÐwdŠt,¼K‰NÞ˜cK†IŸRüJwUFœyccˆYàœmä|V°=]fjϽ¿Øšu{c°<`GA-rÍq`˽ÈOvš¿è…\€ã‹mRRêJ:h±½òÍÆ0.Âw¶jOÃ'íëjª7§…N™êQŠÙN) ¼)åVh‡…¹²nF„¢ûai•­ëc¦LU#ŸI(ð‡ãôk¥ùÉÒJˆYjÄ}Ö×V>—qáOFp +óⲇƒŒ‚ÜŒçFÐ }ëf Ä®O2 ­Ó"Ôêt#CÖI oF&]”q‹|5×VF*Þ™úKý–|5aÁîZÉÚD;OÙÕPQË¿a—’ÊÜ3аµ¾ÂÇóu™Wû‘á¿t@#Î aâ.,¶‚ŒÃÌíͳ‘žYz½­¬NºÑ þ‘ñü_c”ð«+= w´Ü×—fAß–Åg«âöS ‹¶«Áä:fQ‰ÚÖâ§£”¤ó+| ->/ôzÊëÛ?.÷Ãò¼Rh¨µ¿ð©môb£7÷iûÿÏÑ{÷¥™¦ïÃfv&S2™d&}&ÕôjŒÆ$–Ä{ï¨ØéEzGŠ‚** H¯RUìbï=‰“ÙÙïîþž7òÜî~nñºÎó(p_ÇYÿô{~Qø÷NNâÝí‘–*l~ÄtÚ‹ó¾¶š÷ú¹¬¯žàxŒËÞ¦À·=¨âM{]Ì©ôãz+¡òÍSHö‹{ëv"áxªÓþeFâø÷šÐúŸv÷—1xÅ‚¦èþ¦×Ð…H¬!ä?]„¥- @cWôÈÔ'®øÐ‹ÎýçXKÕª ›¹î`5-[™µÁ¾–vnó–ðˆf"àï#âÒp ½àw%"íÌtg]䊅ñJjžLu×F:©µŸ†©/c4ÔqAÝfàæÍ´²‰Arî‚O]tv¶Oè„ËC‚]€¹c%îZ09G>BÕ¶™µëÀæí:[±Ó€—4>rQ /öÔÅý¨nN:ã &ŸŸìȽ¿ïáR—íìÌúý®›\³íi)û3HCÿ9IkÙ£4/[™£WtÐüOKÅXoãË ;¶åà =Äú“¹ó€¾©ßóÒ¡€G1¢>îŒq˜k.vÐH³jxüŒ•¶hÇíŒR`Ë.zÝh?ê͈ RsªÖm²ö“¹KZRöL>I—»›Ò~Q¢3¯NÈ›ßÏ‹píÐo³ƒä’ébzÈB.^v2gÌìš…Q¹7Ê! ðÚöGHÕ!tàš–mìú 7­~ßÏ@Ï 9ó6jù’^±ï?ÉûÁå-ZcÕF«ü@Õ’ŽV¼d¤ÍàS}½˜·^}¸• ~¸¦ÃfûÅ•Œ¤ô«CŒÂ»£bøëé>Rö”Š™?ÒÛšëímÍ™R“³}4Üñ$‹¹hÁeÏéPiKÆ–¢U+½nmˆƒ]õðZ€¿_ènxµªixsuÍA©ÞöQæQiklåñ4›wræ|×Ì™SW=™ú?¤ƒ¼[0‘ -ýœB©!•?\·b+fÄå×g$%7}¬ôóv֥ᶊˆ ¹dÀ•ÌX„¨NTÞuqCâM€£J€º›×@¢6ì¸ÂU;¾xVHÛtÌnÇ€eAs_žÅ?º¶=DÄÿ{‘#ù× ÿ¯qàÜÄ ¤àö¸¤ìÑp.¯ðõãÓÕïŸ^Ù!µ}]líû$·¬šëƒ×ìØø3~:fc”GŸ6ÐA#ݘ˜;£ö›WÍä"`ï£Nü”‰ZrÓÁ©x´¢'–Žk©e½„’k¶Vðó}~’u·d€%¬™±Y‹FbÑ¢]HZuw´¯xeò)k7ϧ”A‚ZµxÖØÃ]Г Fy—‚Ÿ®hk^n˜)sfe?½ânGsêùñŽÆÈP?êÃTWÝ“yñÃ}${ÛËÄÎYXu“ZJặ•¶9ÊiYw“*Ö<øâ%:sz !jÍOÙ÷¢KÖܘ‚:yÚ„ËÐñA/T-W†hµ›xÓFï Ó`€.¦nŒðz:x¨­.æpœEù<Ó*ü<Ã|>™½ç¦Ô¬Ú‰…KFbÞ¢ŽV²de5Ž÷ ^Ï*)9+!|øÙ+(¿9ÙUöh~ &rˆŸw1Ð ~¹é¤Õé¹m<ðóÝz”‰ÝrÒ!>LÉ?g`åŸui˶†Ø“ÿaqH&VP‹‚¨„£ “¾3BA)ÈãIôp _½éÄäíkýL˜SÁß®èÑ7èìeý« öfÙJ*Ýüñ®‡…:Éà^;É\õòY3Fnâ…ݸdeÖ‡L4ðªƒÙ¦B'8ì]+=då6nŒŠ:¶ý<ÎÉý“ë>mÎN­\±áóV ˆäí!lÁ¶§•äk‡¼B£Öm<Ì¢‰Q1« ¦.èÈyÓZBú¨‚üqBC/Yó -™S:J‘G‚~2uPCfkÙ´­jFK™×ã3OÖäÀÏ¡îþ{ÝøR©éä¬Ï†“ÞcSW<ô˜–S>k¦—oxèMæaƒþ˜xiÅŒ+]³à -¶Ü¤ª;¡$djÉ ÒCvVãšWÀß ¶÷Ÿäê-ÛÉu_N²}çøÝë£mmãÚNü˜NPïUbâ]²ÚG3j ìëÉ=p³,îá¬xÇÖœºeE­Û5³švH@!Ej™ˆ8§Vø×4·{ à¸9UÕ3+ë7=6ñg=6õÊ6°Ÿv6.XÕ ffÞ"@­\²jãB ̪y )3؃‰ Ê‘o äâq5#´V8«g4moŒ„Þô‹{æ2Ѱ‚žÔPË>Ow¿Ì´©Ž‚ ò¶ž³íiJÙñ ‹üÄš/©jBy¶lÄd‘ û>\é¶›P~ð¿31¸Š5kKÉd -eø½=„;É*É]¢V/XxÍÃâîQUs¶»»*vÕE†¬ziÈ / ²bo©\wRW‡øD§°9rXŒJÞr· B&fÕì -oÁH/Ÿ5RÊçÌlØœ]Äžwv -§Ü:‡ˆò~Ò¬ê šúE 6دòe3±lcˆÝósGm=ûÁVáöɧY‘no’'^÷Ñ ÛclòÚ(3ãd@}LÌæ›¶êa!M ÐãJtþª‡O^²’J6Ý°ê —¬DÐ’•ÙõnŒK4ë~¡hÁÉhØÉ÷'øÛcDت‡Tãï'~S“§Nf®úZjÿšmüsVb?žiø4%PŒñDû'³@F¼ ª4©i­ð-Xz<%Ö-›Ñ™óXB°š0.kŽšS#ßïó¹ëNco´½kgDîžµKÛ–-<èºÖqªlmˆ§¾Nä«I%>iÙÊjZ²v°×ݲíáVÊÖ0,cÝI©<™—æ”Abôâ;ú‚-_GïšW¦^ñt M‚_×éeeL òk|ŒÔY9½xÛÉ'LëiÅzaóCG'êõ„šZ¾``}ÝØ˜@KÒì °>6rÝç@+ÓÇ%¯{9¸i}KΔ—¼ ˜ø o;oÍÓÎ^q ik.6rËÍÀïO0Ùkä†UËGS4ÂÂ…ÆLéP/#cÑÈíûéÈM‡¼äâ Ö‡™È¿BÕáO´9̄KvFºLÇ'ç‰G0åkVHò‚®>fVÝðrðVK6~XI-ÔPÊ/Î)=è„™þæ˜E<>Ð×øÒÓ¾xŒW;nJÝ€Ï!­rFC©Z6c!'gϧ¨è£ .ÉÍņl| ÏÅìUO—bÁ)ëž± 0 CÒÊ—r8Æ }P1§mþ°`¦¯;hÛ&zÍÞRÒ6ÅÞ/ik¨.n^“¾ ox»åt$൶¼^°7F¥êUw+u à0À—åO*‰©ózrÉ®ŸßvV†Û¤Ý¤’{HÊo!©qs¤M¸6Êg.²ñ“&Já’“ƒ\4غ—ÏÙ ˆûm€¯20A«ÀãÃ<Ƽƒ‡›°´cƒÆvø¬I ª‚I‹F3ªWð‚F|¨ó—³dÂåïø¨-?Ÿ³áã6GZi³Îíi.sœß¶5Ý>°='2îÎ ö&9¼5 9o§€‚ZR^PËo²ˆÉ©­YoW±àñ6ÇYÄZ³9LÇ®³q!µze˜Øôó»ÆUM±êúˆu ½í”êM/ ¿?Éëøs±Ýz’°î¥ÁVœ,ÔN@æœ12›§µÄràý07Fxܽ@kÛÁD{ÿöx»|ÁÃDÌÙ KJÝÚ(‡¸à -[›Þœ?È쟂]îÃ@§>då4UÔÌ)­ ÞÙÇ/4–ý<,ÁfïóY;^nÍJ¯?¹gÐ7›vLá†WÒáV±ÊÐÔ+•Q×¾ÛµPq‡òàî˜Ì´ìæS& ôâ1%+×'c§ùÕ‚*ncÑùöÚŒ{K:}Ï/îÞi¥ì¼ò™ð‚™];¥‚Ç”mînJª·£öiÈ„ÌX²’AKffÝê0©æ×Lº)cºXPGÍ]²¶ágÍ2Μ£ƒ=ká6È‘‰3zýœQÖ0ê•C} -¬»£-{QÓ‰ß4ɘ+†^AÈÚÉœ6 s­UoƉûà ô!€ïÛc=®u7«9¤%ç-èhe[.zÞR·í!Õ.;A-5oΆ,ÙD´I%)}LTsgËF«[w±1^~ÃÄ-1&µ¤œq@›o»…“|üǾ3FE.¹ZJW=LÔ†GÔ2µNª¹K”=<Ø]’Š×Ýbñª Êá±Þ¶ª‡«V|Ù¶M -é‰^õ@OSäa°M¾3ÑÖ½éçRW\­˜e;³nÙF,š7!’ÖN2‡Æøm®x ;gíäŽjúéãz~íìI­מ´³–.Á¼¥¯ËÖÎÎbU–]žÔó ›“bõ&€ù{³Ö½ÙvÍÆ‡ÔlÙ”‘Q¹9ʧïOR;ð¼SÌ™°õJC®>ݪ·Ç0eî•Zä]Uí]iY’«§³ÒÞJx>ÑË,ÝðÈúwÆ:5»Qßî$¿sy˜ß 0ñ;“âÁÝ)™w/ÔéÙždÐBDæ¼S¸<Ì!MXÙuž>zª»—šT·¤o=¼2ÌÆ,ºYð)³=.”íOK‡¶§:Ì«~‘by˜ÏŸµJœLÔŠ¿£kèëíÿi6iÍÛÚÁ”ìh¸½ ñàVPfÒrçÍ”†@ÇàNPй`ÓBVx\‹Os“ëv¦i¤£–dÍÏ ®ðÙ»ÓmнqAûî±i/Hǯz%bÿ@ÒÓ§ÃÛº,¨6E¦šÒú" ëƒÏ©ô97ÃÖF{éíä§L÷Ëê§5Z¡oP+êi+2ñq¯ÝDêѸİ+V}<²_GÏwª¸¹C -Œ±gªÈ¥Ü;“Z°¢ïlÛõˆÛ·¼ä¼™WTJªìâÞ#¯']ÇëÍb÷q¥EÿÐP"·Ü]ŠMwzÍÝk׉áNEÜÜÕW9Ô/oÓ«ÛŒ²þzm»<ÏÑcÆŒ z}[¿Enc©Zu• -¶*“Ø@ºG*G>ì1"q}-ÂÁ*Og784ÈGþä°ÿžæ -Of…ìE -Ÿ²£jH¢¹:U5Þ®öü9 ³bÚ€ý¸h%UlxøœU ¯Çtb„µñÎÊ$>ëaYД©dÞÔ†³ò°Ë.û (R}í°=†Þt¡Š¦Z;OöhÉ+i`–…Øg -"þ–[.­±u²7|¢Ž âW0ò|2bÚܽtк!üY@NÊöasf5Äâ-Ÿ€³ìâçm­Ðiƒ1¢ÖLYU‹NjÑA¯¼~ö¬‰Qæìh°¨±j‘¢ÐÞÝYæQtCl==µ6…Žií1²L]6f'©÷ƒÑúÔ××…˜·IhËžVì‚OY4좛^¿ág 7/±âc"½€Vsóñ£cŸKkW L}Eo]H‘,à©bdù|“ì -"¸Q•VùkK%úµZÜ^3c@—|ÜÒ0 =ë¢TïNñ¥'ÙWSbÃVÅ\áÇ$A·˜ê1váÌ -i¥­¿<¤èª›´v1'lr‘[Ñóô©pN¹šïTHñ~4“@clÚªK@Þí6lúF÷f:í;"åþ¤@úyŽ×u¢³ÿµÆ‘ÿ½Ìø2'èß›âp6\Ƽ·³cÒÚÓfï`¤MšÛIAk;mx^4ã²w'YœE®|ÚH(Yq‰%ÛcݶÑvñ´›‡žpI9^³Yi’r•âq¤”ëÍÑ oÅXù“~¢:YÍ0åw3ôï (Y8D¹E­i}%%«³¤ôî›D”3ÚÏ/ ÛÑëþ>ï¼§O3nïš5òf•ÒW('¸2é8”GŒTÐtIV¡µÎ.¬s‹»Š=r-L×n*ïc:Ò9$Û;P!îÊ ä5¨õ¢œ}VEëH]÷ôj¶G;ûg­"šWÉ)p(z Ú#B!wcûz|X!Û”ÚJÒ½jc ¥K…MB¶#‹Ò¢‰¬*$_’/HA}ÿøIᩈ)ßdGWŸ¥5öƨ¹î*—t¶b%í¢K·ýøÊ€™ Övôæô0 ‰Rª&¦‹Õ÷F'×Õè:»r|J)lÖ¢”›¥–¾¾z·ã’(z&lF?„¤$ü¤BÓfîŠ]Ö¾9Ú©<œƒF]ÐÕ¾Y·!òöÇÛ³^ý¤K£eëeÒ AÝÚíUYÅã&¥`ÊÚ+ô«;ëú[ÛâiµµçDÒ+Dš/Q®YÂì™Á.ú²YÊšR± -CZZɸ?=Àƒxµ|—VŽr ö¢Œ=홆Nn¬IÞ[Ôßi*•JÇê8åã–FæI–*ó‰-Š7U…„Û…™¨Û)ÍK²ÑW«ó¡XþSgwŽÏ¬äM uò–ݶè&UϰY“î1*¨Æ~3^·ƒZiú\>M›Ç§Xbñ-ÎÇýå•¢Ÿó²™ßæäÑ¿½{/!ìþí¸Ó¥…-ç©ÍŒ{Ý þ{‡RÚ8a•Ñç†DôUW+#d&TL[i>‹R ×é½½ê2Y‡:[Öi©rô‰,‚â»Eò±J«)l~Ô\FyZ‘‹”Ÿý£<§ìj ¤êz¿€3ÀkiEý$VÓµª×]²7Ákû2/è?˜æ´îÎH-[“]öU×ÀŒW*ô;¤z•¯”*Ëz8’8m÷@¶_‡S¥©j¡(ÉÚß–eícfLXÚ(;A™ã`B¬\ð´ c§rÀËîT̳ùâ0–심oR]EB•×`õ=¿ågà¾O~ý)/‹ûs~™òǯáa¿ßÉýæu4ø‡’,ô†{W/éÈ -è¤ØI›Jå29 jíˆL¬A2Ä¡šð ÌÝLEü0͆›˜!œˆ0ÞÆ6õ_­«‘ß,/•\•ôœÏ/‘ýp?vûNnXrå[(Ì~C*¯ ˜ŠUT6iä7ëÛà^ƒ’70èâ1»g*Ñì¹$eæyu³íjNQûOE¥=çÊ+Ôg ŠzNG¼†Ÿºžñ{êÅ;RØÇà°Ÿ~~U÷CY ï7<´÷–¾C–6ãàãæ=­›ª ¤” –Jøî<6s(–Hq=gð—²ì…T"ŸC5¾c߲Ȧ(,\y£(Ÿþcø˜o^ÜŒ ˈ)?[š… 'ÔR#,3fÊhÑ,:;ø+6vÛ'\ñ©v‹U×#÷ã¤ò1„¤+Ð$í^%ɺ íü¡ ÃË£Øc$wDU óûŠ\ìOUø+™)ˆž>Hü%7¡(¼›¢Èî!2k*tÂOS}È4»ÁÚ§ì"ôôúƒ»~}]u&3“x.5¥îBfr~¸²]±lâçÝ,¤I§$Iz­Õ ñt¾u.¾ž¸ŸS£:›˜Eþ&9“òè÷Ía7Ÿ‡ýxáU؃ûùao©a÷_Aî†ç„¥}DfUÏT-È«élr÷µæØÕ¥ÊAäwù+I• s9²‰¸_‰ò\J)hÿGt,ì} -é›ôlþ?Þ&SÃnFT‡ý -\ëÊÝ¢°§¯a¢ð§E£¾­¨\ìé0:• -øœUÊ™·Ë¥cÖnžIÝêQô—¥c™ üÄÅÐásùõ޳‰²ïžÄSÂ~» -»ó°:,6‰qêé[RØõ'Maw"a1©üSQ)Âo¿¥ŸŽNdý zU.¥Ï8;Ûg‡øL¯¥›Å§w¼`0tÑt®7Ö2z/«¬ÿ‡¨DÆw‰9’ŸÒr;¾{ð¤2ìYdã7Rß&d N»‘öãÙè°ëwËÂÄ`Â.Ü(?ý‹3|0ôtÎZõÎ9›¬cÜ*¢ë4ý0ŽÐέ€©òݺ&æRD-fäFjôfuƒõ·ü"Ùé¸dÎéÔlÉwQï0§.ýþ1ìq8ìÞ³ª°K¤ŸŠ~ý††ë —S(œmȨUªïævIµE­cXÁÒ{àš/SAÊKc[¾üs*1CðMJ¦à¯bÑÿ¸^pêÅÔ©ÀcQ ”°ßïƒÂž$´œúXe;]ëþA ¾é’ZË]ƒÝˆ¥Q™zmºkØê0 tôͨ«EÎtŒà»[ 1^,(ïüùÅkÈw¿ß-?uëi]ØÝˆú°»Ïëžǵ|÷<‰ùÝ›ùwÙ5Ö‹0òø³VQ°°¯Ë u ê¸ãZ~Õœ•ö) IJý9®zÉnË¢ˆr`Œåyê_Þ§±O=÷Ml"çÔËBؽÇõa᪬ÅE|„ÝŽjùæò}È?î½Â}“”¯ú1³Î{½¸Nù@&PåÏ;¹ô :-d¦{TÕÝ‚ôvÑh9W@O53–4pÈÆCMš¹ f;U!ïÈìT8 ¬Îñ"͉¥ØŸÃˆ®‡¹5ê‹‘I䟞¼nø6.…ð]R6ç»´"ö¯…õ²?Jªß!XóÅó®“ëÊ3Êô°e§²7gø5Í n½ÞÓ!uÊÌb¹»ž)t'×#57>䵟}•ÌúþéÜ©'QP ªOýñ 0,2w*2™víi}Øe€£ž' ÂËÜß—4Zï‘YÎ\³z¨mÁÑÙ>>ˆNô(¡/‡õìRµÚˆô W°ú¦«1=›%u´Ùg•Mö‹ 㹌bÑ—n…]»Söà4ìÆýª°Ë×s¢Þ"O¥ç¿+,Ÿi%i^»z%¥sFFÅ¢ƒZmìÀE[”½PE¯Âä袙³EDÉZŒ=_2>.ª‘ý^ÝÔwµ£¿•ZÑuõA 쇨ø©”|Þ餒ދiUí÷šHÚH†`èc_¿3bì„Î;Yõ›ã\ÆÎT[߈UBÔhÉ@Ê’ùË©lÃ2Eñ„Âx (ï—Ö÷ßϪh¿“^ Ï.e݆3ìo LG’i‰iªãõƒò*§¾6¬—!æœi%ÎLÈêZ2F´Œ"U‡ UÞ¥,éê3U²…š˜¦êœaÌ­é½›)ºpï åÇßÕœzùw:±XòkbyïoÅØá›å”ч…hÍÃf¦µ [3J÷ÚÔ”)=1{ZSûzÅŽ«Üá·­š^oIÕ>*_>RC޾‡3çßÔàFoW ‡.çT*~¸û¼áÔ™ßRîߨ\÷MLô:+Ž·É?x•¢êm' ²µáÝÔ¢7‰Õ=®Wn¬ê:KybG&ƒgŵàXÍã˜òÖÇ"Î/q)¸K™¼[Õž§†.Ã!¢ŒéÌÊE·¼ðߘÑÞ¦WQy¸_Ñ5bh­4êTX™´/›J`Þi1¯°…“ÍOTyƒìfzfÃÏXû5tËÀJuÛ¢‹åq5ùJ©¡ÆÚß -Ù© ýabíÁ¾bs“»`À§/[2½r\Œ]Á/64ŒA­Õ/WË»t¥ÒNk ‡«Á‘{Á1â{(l÷CAÍÈÅ]²8Iw_Ê€L[íVé‰!K/eË#$Ž1ð+.Tþœ Ø{»¥mÝ)à,™HŸFÚÚƒ'3¶† Y~yùc§´â®£eWõcTrJÔª¨×ÓÔÞ7'sz£êk1çjAÐsD 妰9ЧÛUR@ßK]Ð1ŠwÜ„Êüy„‰žë«~çâ¦üá§]ñ)«Ÿúœ*±ú¹:õ¢ßÄ$/ŒKº'l­žAj†ENL0J‰ol -Fò°YP -òékA*to¦Uü9Ä—Ï1ŸÆ°å_‚øúOABóŽ_1khÉ›öI:FìrÁ´£“½;.m · ×½ꆃ^÷Ñê‡He ré¬]ˆœqÉ峞6ÚšŸMXó2HórѪ‹R½2„)ZÔ5ÆÎ©ê_ “Q_çÄæí“ïÚ½äšy;­*¨A~™êã—œ¤ª ‡pzã@íÛ©êrèXy.UKœ[ßZ<êì L»8Ð9»a+(~žlûZ*×]ØœÃ)&ãËBçèќԷ7Éë 9™0§’SêTÒ Æ>µô0† ¨QÝ ÖõÜ~­•> 2ôÒ®”ÛˆYk“<á~€Ã ijßø…Ù×üÒÒ÷sšš—VFÑu;&yQ+À,¨sðw£%áΪKzVEÈ$„ ÐK¨Ï·­2ñ'Gÿñƒ¸a¬]TŸ,jÀÏ×ÌðÄM.kNÉÖ’óïÎv×güí'AÝðŒÝ!lîÎ6ÿp„ظî%UÏ;˜µ«^ÑÉÜGÝ~Iz¿dÅÚü~s™¶?L¨Ø÷’ªF(õ!>kÍÁ„3°_Täñ8 ±5„+™@&Lö!ßL©q‰#=è·³zbѼ—;¯Ç¤l9‰•'Òk&ø‡E]sâ<°ö³ÊæW3 -äÛi 5n¾ïÄžœ¡ñkŽFÕ;NìÉ\Ó²ƒa:jmˆÑ°¨g€¦TøÌI%®dn•8.oˆ—ÃßU-IfÒ¯éhUr󦵔ìõ¡ÅŠC,Üp UïúsÃw­ˆüÃáVú—‰¶ž?ƒ"å—“œ)/4sq°æí®“‰9iåøÙÜõ!4xÁÑR6í“‚vÓ£åƒí¨èy#«nÃÆn^·¶€—¬Íy»n,hß‹+?ðÒ¡Àõ_‚\ ×©5 :Tâ¨$ÿÁª¡.í8€©Ú¡Â·†(ɾºÈ@wÕ«£Iw?@C¯˜¾D¥Í+öÝÐÉüŽƒaBõª ·bø b¾ÎR)Û.hÚHGîíù“ ]ý»='ªð_3dìî8a&4ÔÂã9~ÿº–<×]õhRºëáÞží®~ºïÀ~¡#ͰWt}Þ+ÚtQjçÔuϧúJïº -nÏÊ‹îþ;Øùï “÷¯)–èpßøi’Aûs^âþ<ÑÚ±¬«y7Õ‘{+ÐQp;4Pñi¢z¼Àëß§!?OS°ÿYã |f‹6­Í¥ ê’˜YeÎíôòx þk‚Øô÷ ƒ³ãg±CrÙš›Út0)<˜• Ìú¶ÇÙŒU'©fJJšÐŠVG;ú}ɼ‹_bA–mŒºƒ*úË8÷y„ˆ8raÊ¿Œà*þ\ -ôUÜÛÖã2ìÏ#Snyv¤‚ -ú㎗³8€M^P#â§•ÑVZÞïûf|ÇÎD­êqÙ3Ò¦7»&Lî'7¶äȃÎ_¬~íd\V¼øÎE/xùãlæW?¦|][üp±?ûÚ¦¡âÙŽ‘ºç¦Õx9-kRõ²ö¿û„ö\-åTΚ¡âÕ‚ªìÙ*°G ZxÜ¢“úy” 9òª÷œäÊM+4uAUÿjª»áÉ’önÛŽ/šì«íÝZÔ£>N+S7Œ¨”uMcÔ”8ïò\gÑï³]÷ç€ç,j±iVúÙ¥Áº¤!t®›¾¡G§-ô7¼ÚÐ5ÇÚ‘©û6äÇ¢þù7÷‚•òó¶¹¥øë8—u4L…mX`½- ];6gÇŒJÙw+ü -Hš™sï$Gd®·ö㦶6þÈÙ˜¼ïX7åÅü9Žxñ%‡^JчKÛuµ²6LxH‡LY3”Eï¸êR÷Æé¸íQ.d€¿_ÑB?î»ðU+Ú†wAqiø¸(?|×R·gk|wä¿«_3 Ó6mج/¥nшÌ:&ÔIÐm;¶pÓO:p4§ü_ßøst°ÆE[C­„¿P¸ë¥ÃöœXК’°a…§¬YšSv]¨ì-; !2æd¹V%/ç» ,( -ïÿg‘Æù:E&¯Yài¡æ¬wKÃÁ0¼ð8Ø\üe -Ú°7åî¸Qù'™+_§XŒm+*{ª¯ìMP^”°çBÖŒ?Çq-S͇M8jJ }¿îf ?Oñ$ÿ - ÕŸ¦9¼‹º3BCïºÑeŸÇ {^BÍ®‡ _sÁ»S­‚ýi¾dÙ~’…]÷rQ ~¶ªª~±~’£ãhNý¿†`ÇX³ihNôÔ=6¾ýÙB.~qhaÔ욈yû6BáloÃÓù¾ê‡‹ªš'+jhôò >c\Òð|RÖôòÀ̆ýåáâ¾X¼m«‹æ§\a'çgÿ¾9ˆÈÚµÓ×ÐØ•ГUÙã[cÂ'çÉÜÉúøÙ¾ª˜Éž -`ê#>yIµŸ|äÆ]MT¨/óê’2ÿΦ±úõ®yàÆï9`©ëúÆ×»6* áhMkzxBHÑðЋ·‡ÛrnKŠoNË«îzÀº ñ¿®ª` ÛZøû/û²—ðó "pvŒ—û»¯5ó×y]}‚K -Žëƒ¦\:²SkvÍ-…Ú¦„eeñ“ (=ÜËN¾4ÊK;?!.¹½c&”,išs÷¼a‚$ìÚ©kê†èÆW+H¼–žy­ós¨¿.ýo?÷ÅMOw>ò·%^ꊿzàG}ñ!³?¹1eûvLñI†Ã¶‹…ز³ûiØ¿‚¤¦ýbíÿ2z‡PiŸ|èâyeõ³™žêGkrõ®™TùÉ ÏØ1UG­ªª"‚ù7C½UO~):ð“Mì‚k³ÊúןGHõ_ý,â¾ µk…|ص€ã×4%Ñø‡­¡“{Y¨i5ßS±>X•°Ô_±­«ŽùâET,«+b¦{Êî}fP}èÑ"ÏÛ´nÇ„”àÈ"ãp[ràÕ/ªk^~™ÀÔ¼GøkŠIÛó’š–b'eE÷·-µñû#tæç ýë ~<†©>žnLvڿΈÿ_ˆÑúuV¸¢¿^¨|±a†&ô4§/©òï…º³®ohKžŠ|Ðkvåë‡nLý¿gèôO‘Ñ{ÖæäõA€Û³ÂÕMÏN¯›ãè¯/dG\ýÁÑZðê¿ÓÜ?ÇðÕëšêh/1é’sÖKK:»Ð ®I¨ëÝŸî½þk’€ú¿y:wߎÎûìFl\:Þ‘~m^Qp÷x ßÅÖtˆ”'±ïm}£³þß4ÿ÷(¾yCŠ[îϽlK½ôß…ÖÞñVÙ¦ƒù4Œ¯ú<ŽªØ÷!+<ˆÂ¿‚Ðñ0²`¡¿äÙ”´èö§ -ê$3ýÓð‰fÁåï¡2f»óoî»Q9;NLζ™²e¬Z¬|6,L¾`Á½ÿiE‰ÉšèjŠo«¼5Ì/ÿÃÃ-¿”ÔÜõ#b•¨¸%2ÞÇ.¸8Ó]ódM ‹ÝÒ7dž¥÷ÆE©¿ Ó~[P‚ìYa‰ºM{fbÑBã‹m#.}Û ÿ°©¯ØÒ—=Þ·‚ã—T gC¬Œ_ô¢?vìDÐloÍ‹E]ÄŠºîÕ¶¹ñíêøéBwõ£¯"ä^êiúpf®»!fÇL,Ü2b3BʆWVÎ+:îÌROEø”©$•\oH~xÊJ(»ÿÙF.ß1Ö½ ˆ2/¹ÙïÏÙÈÎùZKïlš(åŽr([&læ¶“¹g¢‚vñiÇvbɺºñúþ¬÷úô/û°ï¯Wô8//ã×M]S,€×™ëšª'ÜÔ+3Ò¼§«šŠ¨Ùž²ðÉΊWÇ^±dC/f‹¯Gx˜iYíÛc7<ûh¨áýŠô"(-½ßûp^Iøíï›ñådŽ•­î}eõìür_ÚÕ=ËÉyUT*>ïÞ·ŽÖ܈ϣ-à 3$N‡O:‹I½ÿ#6åþ÷š¦øVúÁ§` -fjãÀI7œìÇþÐîŸ}Í9«šÂ‡S’ä+Nú»³JdÄÃüÔËkFl¶‘VtÍ+¬~vìm¥}v*wàסîÔ+:\ÄvZÚy35íÂ’¦.~×Þœ>Ú–÷ó0®êó( ÿk£—ü_×”¿Ù1W¼g\Õ“¯xÐEóšêw“9¬iª#VU×+êÆ˜Ý¡¦Ôe4EO;Ï.Œúèå¬{sñl_ɃÙ^Ѓ`Ÿ·õq;¶F¿aù–†8'ãÒ„,7âÿ-‰_'qµ?¿8É) ´ßöqs®ÿ9AB~øÌ'+e¡fþúeŒJø× ³c'¬ªso­ TD/+AQ{–š¤CW}âçÉx§”LEý2Þ×öÏ…Ïç ·mÇŽ.XTÞrÑ~‘T=úÙÝšñðs€c”?ûy\ -Šýì%×~ñ+,à—‡L1ÀïûCð”EÁÍaAÜ™nȃoú›¢~žV5¿c²Îš)åw—ÔØäynÞÕ+*sU…ú°¦‚¿;°5%µ³¡­}ðî£ñ¶Â+›FÀçXpYëºÆ˜IiÚ…ÑÖØ3JÒOã¬ì ÀkÞ+ê_÷!~ôók¢€š-õŸÅ7ñ‰gùÕÑgÚ@Ï¿³’3~”×½Ð3 n™i7畘qqY¸“ž~1(νá^ħüÜUwz˜ 40 - ’Þ_õVFnê›R¶uˆ´SKÁº–±eÇ/*KïZ.nN‰LÐáro…z>^:Ô_ù|¡·ôñººòÙ–¦ú…‹žrN‡Œùù¤ßæ{AÏg;‹oª .+ê¢ÏsR.ïkcþòáJ?¹ •³rè»èÆ®VDœ•"R¶õ¶ U¯¢¼[AQÁ½¥þZ Çñ98¬-:wI}½ØIÜPB^ïêJï¯(ŠîÍõ‡Ot–?Ù06,ŒÆaquølï‰ÎÄåOJê#¼”üóAE¸¿­ä¡¿½àÖˆ¸èÁ¶_µcAçÏõ€îÍt•=™ëªŽ™•V>šéÌ¿¾¦:ÉO+zåæý>Û ŽdùdwYø–¥!ñxL(:öóyÿže0?Âr³b¬‹ž×ÕFŒR°_§Û½xк±)~ÇZ÷~ßIß±C’OSûà˜xô™QIù«#À?î;ZŠNêöÈ‹/ÛB|ü߬CCÓ‡ÙžÒ'ÃüÜ'x¸hÄeôÓÊ®º[ë¢6-´ªy 쿳ðê6áG%2î{7;ï⌬áeHO1œœÃ¢d]øäc¢v€Ú^ìk~íeÜr²ßýh˾^žì…/h ñ¾¶²‡sýoCýµO§DW¦…Å×W{ëžo`F;óop±?N‹ÁQ;&r±WpaL\z[OÎý]P^Ùu²üj^‹x¯¢æ\ÓsÿXD¦‹*žŠêÞ~'­þVŒÿÞ€yÿý0;ÿJ°›’Á®O>ǯ{{~ÛŒ¯ùhŒ-=ð ÑqþÍ©ÎÜk+ªÒ»;VH¨¬î1«ðõw#üЏ=ÀsŽwÞ_ìôOOáÍaÖÇ‹2ðKàÚoê=–@ßžÕ¡’/¯÷#gEåw×Å÷võ ÈPwZDPôá®—“tyíd¦•™O-ŽüEƒûpóȉ©Ùs  -÷-÷{¦†¸M-ä°WY#’ü[.aáïâ¦Ì›jtÚ­}@WÚþÀS1Ç.lñ¾[2Û]ûÖLøxvÓ„ÊZ5´€ü¢ê§~^éÍ`;è¾—“w}ª³øÁg@íÙyc‚¢›ÀZß9t¶€ÖÔð“¢â›aæ… 0õ¼‡õö̸0ýâ"àm– ðdnå»ÚÀo~[hLúäÃ8Ÿ<Ö^øÈÅN½3)|JO]ô®Ú¸jÀf2íG§]iÇÌuC^/«"'ºÀ‘N^ùsQCìY),î£aRmHÝðÆHθ ÇŸ›=ÜPÕ¼Ú¨yµ¦¯áÕÆ3qÊ·¼4Ä‚õÁË.¾áfç?ñKJcçúÊ#·tå¯ÿCTþ{†_ÔÁv†ˆ`/ÉÁ‘§Í°Øï'Z³ÿðs³ï9··¥/ÿÂ7Íkë>ÙW—ôu;u2“åó®rß×”¸n¬ŽØ´6Ä¡AϳÛö}- «¦ú¸¦ô?s4ò× ¦jÓVõzÓ -ŠYPe=œë- -?ôâjŽýtô®“ pdþáÉ,+:íä3šO>âÈI,´uÚÒ@}ätwåýyEã³5 2iÛÁ¨[0àÓ–ôÍñS]5OÇE ðe ôíàë×L°øIié­•¾šÈ?ɉ·^ì‡F{Z3.{Z“./+ê"wŒ˜¬c7­yɌʶóò®Î*šS– -Ù.fÁ¯&\ÒÏ&|òùTÌÏ:Ìëï\”¿.Ë›v­”R-çÒINÑ–•T>߇Œ]¼à;ßø;ÁÆ:ªn¯¨Q‰kÑäÈ·Þv̇!nCD@Tót^^÷|}þ~NIJî¨:Ù y÷ÙÓÊX·À׵и¼=H«[êƒDÎËËÃgzŠîNv¾_‰Þ4S&ðt>°/òº¨çeåáSe†ù Çs}Mqsƒˆ”þ–l+R/íZ‘Y£¼Ôó¶¤s³ÒœkA^ÂÅ•þœGÛúÚÔ/ÃT”OÞÝV÷ᜃQúê_^çÞ,c¦³àÉö¼KóÝ ;³=UÇ»«_X…wª>>ù®>ùî…¿†±eÇ^tÁž­&v¡7÷¡ s®|ïôáÍ™5#$Žß˜|µüííEOÿƃ÷ŒåÏÌEÏ÷M%Ͻ¬„ߴЗÿçç]ßs‘ª§å Ïgzj_n˜à9€w.Ø1#rwð, N={š“Ït6&_ñwÔ=W3nLõ£W4 )‹ªê”O.dÉדînJýš?"ʽRCbæõ± ò:€“‘‰Vö=)ù×É®¢‡»'Ÿ­XPi#ðñ®ú—Döš¢ôþ”(ëÚ„°à÷YiÉ5]ý«C ÷½Äº ´òÞŽ•óådNú½m%n¨‹O‰ßß™êȼ·eF¤lÙñ…C̪DÞ¹E94õïq:óË0ºe„$ûÉ÷FÚó£‚=UOgÔõG©¤ž —Õ<Ýuà þ9KDþ'D&ÿgžDøç4²çåY×G%‰V uñ^~Œ¯#÷Ùî0ºú`þì‡Aþ5Õ‚þ3ˆ¯êè/ºu0 ÏZhŒYQ#b·ÌØŒ#¹vÓ„ù¸gGglŒÓÔF9©Ÿ]ø’- ©hQƒýpäb@WQIâÊ[3]UáóJнaaÒÅvâ¥m4þhˆ™’Ô<uÕE|qQë÷ìÈ´M,vCOð·çß^¬‰˜S€î¯é›“·œT°WPzÕÃ.ü=(ªx´Ø_ûr] OØÓµíè¹AIÉ£€¨øÖ¾“¿cÇå­ ÂÞ-i›býRð3o[Õ“iYýËc/¶d NvÁ#W5ÜÚ¹AZAhñ6¤¬kËÿ=ÔWùxà§m3*å“P¹ª­yµªnˆß·sq3ݸÜIQÝ=7+ÿš¡%þW%éü''¹åâb&•ØvzñÅm&ý K|¸’M[cœ‡[üǽüº‹UòÇŠ ™¾î@|\Ñ5ÜŒ-û:ÖÊþÓKm -JË_ô#ãÏ›(i—fûÁÏv‡Z@_ý­ì¯'™žªúˆ5¾èÈÃgí9èu3ÝÐw[ý +¿æ~2çŒK´0¶|E[öpQ]ð ¤*ÞïÛ5eõ‹}Kã‡éþŠH#5ç’èO@×Vö  -äÙ·Ç8o¯ÍˆÓî†ú*¢ú@Ïw-MÉ'Ù» -|Êy+«8êÐMªûâCïÙaÉ£¢ìëjôë_Lä´ß]¼Â;^!ø…Wõ°"ñîσääûÇhælgÁ ÁÿjûkîÕ©®²;Nt±’žžóüb)ëé™-3¾öÈG‚¬ VDÎödßoϺ8!)»5§hx9«i~'A}¸Ø^yvËÿx`%Ùà)›†šøyEIô†¾2æÐÕ˜pèCdÈjc-¼¶eDe|ö4¥}rAr¿Ž¡k¿N›Vô¨T/¿â¾Ÿs~ÓÜR½jA§-šãfú«žk[>ÜPá“ïnZ›²ŽÇqèã‘=3XŸ¤&'_Y17üg™ÎýWˆŒ[3×¼wµ&_ëȼ¿n¨x÷išTÔÄÔ&?þ‰ -zý௹V9àiÿôC -=u SŠ¢ðñÞÂG³ƒ€Ž´´äuùbCKß"•ï¸Éà -özËÿ¸¥«yýéÿgï-»ËÒtÁO·»«»²²*+«*!23"ƒÁA²ÃÌŒ²%‹™Íá`f3 ,&Ë’,3H²˜e"2«ºïü‹™­ì¹wî̧ù0kW/¿±’ޤóìýÂóœsöÞr|Žg}Óö¼ü{Çëê/ZŽf8ÎIFùÂKôÙ~Âuà@¿R‹Â -J±äš¹' Ǥܼß/>ƒÝØ6ôH¼rr¾{”pÝ3Fɳ܃œØ§–ùg˜ >9§.=‡Žåaó7냔¿”ß´ô~fþQãSoñ_gY¿…¹ò/*qÙ×þiVýú£Øñ{&nQBzvK@E«ñJ±¹a%¾hË\÷(9Ë;!Y^Òo¬Pòz:¬¢V¤Ì,XBÏE¸Æp7×ú!Ç]Ãmg½ä‚Í1VÙKrñŸÒs„º'™¥ÎaÌ%çìTL-@oîm|ÒôÓ5÷_#*vÓ–Œ^µ0¸¤¤Â…·¨›³àçìOàAUúú#¯e;Ÿœ $Ìôz’¦§¨ÛCüšËæÇð¢½y¡à£CÀK™„€ŒXµÔ8¿1̓Ïñ óoÈy†>øÉ1NåéufïÂNU"È¿ë#¨Œ˜A@ŠÏv‰Òk9^ANHE¡_úk öôιn‘G·¾E_uýlX!@n›:EÛÖvaÊÊ„Õèܵ†“«¯šŽÅuB²w†ƒ•ï§ygXp¯‚ÞÒ°A_òµ÷ËÎ*{oµ<-ú6n$5Çô¤:Çóºc«oá…Q —RñQµá7ŠˆšWmçžá³>‘ -«¿sMñWpWŒ÷j¿Ÿé(ýfþYóiÀ'k#N‹{šZ*í©úNy¯6# ä·­öo¬¾i=j¼[ñíûÖ_­ËÜ6Rš“vmö-"kJTûýÖ4½Î«$l ²VßÖ_záÆükè ewé׿§W€†i{É.ùa@\{ne‚ÛдürNÃÒkø¥ fÞW£Œ[ ¨Hea=»-fáb¶t”*žZ°q(!“0sI –6-÷£²ïI·tÏ ™ëRZËö<Ÿ¹6ØšéxQöUØÈ@-bqx¾³ÏcâS–¤¼&ïtZ»`o‡•ÄP÷Jç_`ά¡.[ŸT}½5ÏX@\ÐõüÉò ä/kïÛÎGuB\@/Ä9§™%~¿uå=æ¼èïÍá–³Æ{Ÿ©: -ÿ ’”~…ÊMš»$®ôzcrVUHÊ®v¿'d&ÕQ អYŸÁŽÏÞoøÆ5ƨXê'èzkÿºðz -Ä×Ç£¶K³wÚέ½B_ -JYu›CÄìÕ7ˆÓq3·%ÃÝòL"/:Gà|€kFÕ”ò¸š ÈùåÈQÓ½æ «!0MÌgùm^[ܵ!ÄÕÐ ½Ú;EÎ[ù\.,ýcDͧ×wWv×~=û°îkçæÊÚò¼íeË ãÝÚ£1º>F-X!ßN¯¿Ò2œ#ï{ôÅÀ4µ<¨à·¸ÇEÍî)ÄöwÍþšxͯìë¨îöÄ Ý¢ý%±8¦'W9‡`–_AŽ;§¨5óSäIÓ©!~õ7¹é¥•zFˆyIRsw{c sÕ5MÌŽÚéóý” -ó#Äeû \¶é1üöòëÖÛ -¦|o[ÈÓúo矷]‹j:…[r!Þ§a4$m,”W‰ÉßnÎÉÐeÉôÈIjÍ RÞ½rfëîRÏ㨙O kX +CÈÌIÑõ/§„—¿vמù÷UgŽKôIñÙ ³ˆ1òH1³äSs›6dôâåqlæükÈÏé¹°VFE槸sk#‚fפœá·…”äÒôUÇ›¶“ÀwÎEul¨_%ÂÁO›4~š!•vÅ7†¼¶oa"ƒzbƒSŠº¶1†¾”^okÄ–ª³î+m{Å×!%èjµ†T³°‰Yù»ìH¿¨ñâ¿e±Ÿ]fyN8¯ïkûIÊ­üJÓ]}<5Ç!|X’tìÌó(n ±xSI*þÅ)éÛYà±·&ñùó j×õüJÐÈC¥€& jéu¶ãËð+»Ë½¯óÝüzyi s}immzÚú¤è³wå[×øƒs„]æ‘¶cV‡¹µ›ìrŸ øöᆟS -SzRU:¦\SÄ¿¶ƒj{ ?æxÙðÍ⻺ï¯ê~t ã³£ -FݶŽÕ’¾‡Ä-ç7úbÐ.7Mw+þ¬ë.ùlurÆ9¾²ôuhüµ!V©úäGMOí_RasP*l N !Î~röKìµOïBÎ~*cç|¶ùv2¬bæ_ÁO97}NÿΟœ4QkÃ*BÑR?ìôkû'µ?8^â2d¢ªÏ}rRqÜÀCÆ´‡žÿÔz¯î§ÕÖ3^¾86Ë#Ç­]]kÀWæÞÒ²Òñ6 ð~©È=…qÙtjcœTèV Q>M7{eŒ×0*lþBû˜|uy¼¶>Ì.H>ìFfÏ¿j:ãœFgû´äЏ£ã~Ô&n7‘#¯†¤ÂJ„vO°Jý*VcdŽ÷j©^9.Ë9Ü||õMÅß6áçBÒ.\XyOâž#çßÒóWF.9¥dswmù òôÒ›ÖãÚžÊ/4ÅŸy¯‹$”õ1z¹õ9ü˜ñ^óßé…Ÿ½%æýuî~Ëï9_ÓÙðœSñÇågÐS;†G/q¼­úqsy}mqnc€psù=¹Àöse¦³òÏ! Ÿ³—Þ¶e8ž”}n¾Wñ¥s‘á—boDÔ”²šÓꔲk×&Ø¥.EÑ£æC“È+‹ïš~”·~6Ó]ðýr?âV@ÁB¥¬íŸï¾ä™¤h»k¿Ôvæ~ºÞß|bsuÉö²ùDDG­OXx” š‹©Å˜¨QHZzßrÚÐSúgCWÕ_u…v<.ù.®Ä•Ä´í$û+b¦º·úÏàøÎ…f(¥[#È+ÞIô­ÍQØ…ÍôE¯ŒVìQ¡š'¸k÷Q·ÿÕ+¥–íøI¯ç0äz§Kïê-¿«øÆ5ÞveÇ.¿XŸhËØ’"o»§‘9«C^)¦ eIöW%Ý*RµîAó÷ÎQZEPÃF½ÚÐ3š6&ñ¹>¥2=Ï~Ê,`m)øôa^ýwÊ.HvX%$­b2­Ojÿ¶ðrbsv> FeíÎ ˜ .½HÚºï®MÒŠ“ŽÞÇÎ)V³í9줦«äó»õßýÓ8íæ§‹¯Û®Äí=OVU|e_ë÷ö×ḛ̀h$#Ÿ1ðéaŸÖñ±.ƒ¼*Fsb®³c}’U¹ôlÊÆÄì-ð˜û‹“sBÞoûɹ #šű»DG¿¤~m„]šœ@Û“âs»Ë}ƒ{kw'bóB¡[C¯[›d”øfzD~U×]ï`ÛV69Omݘ@ä¬ òÂ&$µ,îZ¼`mJóéï?Š/w?L­Š%. IBÆ.~PŸž¯‰Ýäš‚_^n8æ—¢2ã:VcÜÈmóLo_÷Ë·Ü“¨«öW5'¬ËŽ­¿A_ÜŸða±óNÄÈi ¨˜uéy-½@³¬ À/ÛŸ4_ZëGºÆy Ù“¾Õ™'}Ò.üê#þò¤¹¯âóiVο)ù‰+‰•Is·dm¢oí•ÛúyEKì¼aFîÆ é¦º§ä¯¯‘—þ›–Wñ•ow#¢¢W¯Ž’n.3Ë}J1ÔÒ[ú»e_†Oߺ>ÍjˆÚ{Ÿ,1Êg_®.ôSrm/[/z§HU £„6u÷Ì1+#¤¬°Q ›¸¨å!øeçúö–œPÒ± ‰YVë=iëê]œdKŽ+Ø[JÇ­.¢¢Vfp9~yzí%F}ÀÐÓµ¥yújî-=×úyè â?\w'wÅÝ1§R "AÄÂDG­rÒ&ä%çî<ÔÞGdLˆÊ¿ñ©)M¿:Ûî.‹;ó\ŽO‹¯ôêh !‹ˆ•œï¼³³p¯?:' Gml”ð•¤íîóßîyÓt*jiX…»”coyƱـÏf»Ç çýRrIÒÐÁØš"e/ÀO©ï—|©íÎútãeÛÉmö¬|p€ˆADô«{8®iA“þaÝ‘Aò•ÒuÝú“k•å×>¸·(»K_êFoNŠ7GxÕ«ý„+ »ÚÎz&Ú2„Òµ±ØòØ=Âêä]òæ„°qc˜šµ>DΚ{Úœ¾GëÔÆKøÙ­·Èó®AÔ…•~âÕÍI!Ô§cÓõ”|í'æûTü¶™GmgÕ=-I#å“Á3-K¾däüñæêŸ'Y9žÖrܯáÌo‰78¥Ò?l=R‹¨q“ˆ–´©!5µ~y‘µ ´¥SÃnöéïõͽÅÝžé)?tV¡OŽ«Œ[8à‡È-¼(¨Æ”oŒBÏg9híãê㺻•ß:‡á™®Qxv@A¬NΊ˜I«„¸G™ö~óŸœ qËfVq´^ -ÜVq[£z>.iíº³wß]• -š—&DÕIQ‹ùìÔj?üºONm-½%#ÄÌ<âþb×½ô\ºa= üWèÓР듈B¿ -ŸïWÓz>ziŸÖSSóVXÇ‚Æõ\ô¶™‡} ‚|êš$BÖÇÍö7ˆó‹ý° £õï}Ã;.9naB÷—‚½y5®£®MC¸§‰eÆ'¨ëa3±rA­>2GGôäæø¼¨c{QÒŸãRB:lu}-lbµí›Øø_–[z{ýÚŽ[Ê(qO 3ì¯ê¾{G½ø»wäŸ7#ºò¯«ï›Ï$LbºGʪX¥ÞÞœ äy'—cmç¶FšÏ:žç}¥¿{ã‰Yi+½Îî{NÞÒ{ÚíÅ—­g"“°ëÿ°Pš]ä§Ú.«Wý0÷¢õ¼OÞIpN´C-qŽ¢/)»‹>³>m:”ßåOïoMIƒØë냄«9â×´“Ö&X꾿u’òÏ·ÐÃ2ZiLŸž™\æÆgyå”í=={ñ->cõ ä¨k y)¬ám$¢D]·œQ¹9Öv6 $… B‚WN+[~W}lùmñO>$ã`V‡ô÷ÆMOGüJ1~Kй±³À!&l\œg†Z²:‚¹±9I)\ ][¤Üô*8 !힢äGµ|¼OJ)òL ¯‚Ø;n¾Ÿ{Ì3Ù|6¬¦–Fµ]¼€¶¯k—ÿ©¶¯þÜú¥6(¥6¤ 䦄žZtS‰íôçqf£†Õ`y -0v×üEÑ 9ªê­?³jqBÅn‹è˜-‹Ã¸«†ç°Ó Dào==“˜´òÉQ±Ô;M(NÙÜ+wwç;ºç 9ª¾æS~•€ž\1läãÜ“¸lY{þ׊ÎìOÝSðë;hzÃ;FÁŸ&Äe?ÎÝZםĿ,´œ[~=tø¥ˆž MX;Ú—úñ׬Oág‚2ü£½³'b.¢Æ•;G`7ÝrD¶KǭΈ`öNɤ¨!½Öܵ”‘‰üDzPQ“J’FJcBO¬Y~Ûp*nÐ#ó=ìÄÓËú£1 4oµûÅîb磘‘ø?­2¢ç@w:ºüj.zñ-ò¢íiýwÖ'Ußx¤Ä€†\ôaŽOhˆu5"gÇÁÂn) ¥›Í'Õÿ°1€Èôkh-#›b—Z’´;µ„"ódFÈÜ÷xgéÁøgç³€)= ­. åƒ\/ ‚º,Šjé5IÒàn)·Æ9É®˜{ÞvT××òµ¦»ù[UGíwŽgð þôý¤êô:éÄ[ÎIVÙæ$«|öIí7 -ÉÍßi»óþ8êÊZã) É [Ó˜kDT‚çqԥ͡ÚïB²zà/åßX^üYý ðo ï ™!e7Ë=-†mŽÒs½R~ƒo†ñË©åÁßÖ'ÄÝÜüäñä¿maŠæ.Q@ßÉZçUzÀ¾ž b¶óôtTA,°=-þÎØ—÷W¿ ›ãSóò»m'gŸaoÄ5|8ÈÉÈ”…‰Œ)U~ >wöyùs ¿Hß÷°vµûÕ·”¿5Ùz9¡Á—¥Ì|lÔÀ†G´Ìfû‹æ“R~Öç1#¹1``6ºää¼À ¹,8C)ŽéØ­‰Y>ɧ$¹e¤\·”]Ñ÷u¯b/¯ ´žRt•}O¸úuP/üè “ævhÛfÇöš_-¤Ô"¼{{må]Ù÷Ãôse^ùÂ3ïnã=3ÇøyÔøulK)D/öCOwjõmåw+¯K¿ÎàJf>5eí}àš¢”¬Žá³“ööÎ…ŽÞ˜‘‰éˆe®±Æ³Ëô)ÈEà÷ÐQso¯WÛÁXãTùU½<¢“Pó 1#½¥Ääx”è,‚ZÐqÛÒcjÜRbNDφ4lXHI)Û6Rv,t¦” ±½$>Î,ßvô<]“‘+íï[ÎX_Ô[| 91Ð!ésÄNµ·8Æ«´ë6¤Ýôå1Z“úqÃÕÙg° ëó†ãî DVT/ÿuUÜùyCÙŽu*­ñ¹îÞž hiÕ“è«ëcˆ‹!½iwQÜþq£çõú4£F÷ybcŠß¶»Ðuçïí÷m ThºåÊúËÜ¿»Š¾w¼Gåoé»;õoH9ªÞ†Ÿö$]ÿîî~·¿(hÿ`e¢ª¶RßxÍùµÑºŸÃs|Nzýí…QBådwÉ{ë]Ï>®÷î-ò:C*tÑZ?ìTHÏC†´B”oFõÈÙµ«Ã”Û‹Œœ¥ôÜ΃’Z·´Ôv}Z~Ûâ0úÂü+رµ!òÍ-¯~uˆr{þá² ´{DË…%ç$P£j}@g¹FÉYþi^­k‚xk}–æQ罓­§*ô­ˆ!ݼ¶Œ ÝBÞZyßpÚ3…Í iømKïPg]“¤Ûn­Ï`ÝØÛû&>qwNÌñ©u‹ï±ã”ì…ÖãsË>Lân§ yq½6e“ ÓÔ’Œ^¹k1=rÌuÏ4à*lvXO.h(µÉY6þÐ!æáµDÌ=ÝaswgX#ÆÅ \„svÞ#G\uM"om\‘²ñ^%½2ªg6íÛx  ù!9æ–k¬å|XIÚ› ‹kÛy1ÃƒÇ ƒø«“¬ºt-õÉ9õA)ê–øÃÖ(ìÒò«æã)ƒ„µ7ßû8n–°¼3Ôb‹MA%£vk}Ó7(1V¡î«8iÑxrðv·Š‹°Žç™&W†ÕÀWæXèýy!/j`‘`ùîÉ–‹a=¥v{¾û~d¶§;nnç%Ìi¼íšh<óÁÁ!ÅMbPÍFxU\Èʳ.`è»ãÕôòƒ*¨f5º§0¹&'fb·ÄŽèé>1?¦KkëlkH¥Îqè%ëÓ¿Ù_¶œkäÝ…žG‘y‰`üNÝWÚç@ßi$¤ˆEÂŒAmÖ -[ZÊ­á£=¦‡OíÓ÷ØCwEg~gí§·îÆ¿COÍ1^iÓõˆZHǪ¦·Û£¾{git}cŠ^³ˆ81 ³=/ä$çùìÈ, íQÑ«@›´ùŒÝw¦v~PK,öË0·ü2ä¸]º jgÄÚÝç7õv/Mðê7'µ¿®w¿Üqð8ëð3®Ø9ûÓê C5Y¿,1èÿ¾ÕñrwYÈw*•Ž!X^ÄÌͽ‚æ¬ 7îÒV²m£´6eùÕ"”SÊoßW´ðsÁ)çÖ»fDÐ-e;&dl§ûu¢G-€¯O’²W‡1€¯nnŒ3 -Wù¥~Y6aî`:,ôª©e /g9Ç©¹î A{ZØèœ`•¸&(9î1ôŨ‰ZÔÓk¶¦ñ·ÖúágT’¢O•âìY}Ût<|Ô9Î.MûVXÇoKÇLÒÄlÚ6« -LöêâÜÂkÌ™õQ2Ð阌䥤އˆÌK“ZJU@ŠÌY{W~Ò= 9å™@]Ïr¾r¡WFÌ ëØ¸™Õšö÷=Ÿ™°›“ðË€kUÄçï¾ X{nL2Ë“% Åæ$f‰åÙØýy6:¬¥Ôx¤èÛ&JmÂÌÜq)<ƒºá—¯í¸¨Ì÷Üû8×÷(aìâ.WîÕ -q›*1nyˆtÝ=†¸´9=â$3¦ Ön:Ù1ˆje“[F+Úžkç…Ò×`Faç—ÞV¿ð®áÔ”$ûÏ@“_¨è¥iv­£Ÿ–5ôv'-Ý #½)¤Æå- 4VöæýÅ3Ý|)9ÇhÛYho›Eä¨YÈØqü6æâŸÁÜ *±¹›£-çׇÛ.FŒBʶ£ûAÔ,áø -øVÔ&b…fù8 iñYúê¸Ó¥ Vµ|ïWð`@3söW„]_ç£&įuyŽÚðqU(Ñ<pªÏüNÿ´¡ø—ÍÎçÿÝËá‡Ô´*O°A]7/ ‘€|Ãi êÓkp!ñ9 ;>'fxÕØÖ ¿Ù3#hÙœàV-Ñ -6&¨Å[ -vÝÒ ùúR?ôŒs ~5}./¨—‚Z¯¶ÔÔ ¶ |^|•Û¾þ3òQždm wÍñúƒåQ˶'ðÎJšo5UÚ91'áDgEäô =±(0ƒysÍ|Ð?é¨9MqÐ CìÏJ¿Ø(ÿÆ9\ñk´êx@ŽÏó+Xu~ êS°kCz!Îüpy¨ú˜s¼ög~Ù#ƒ_öÉp9qƒˆº½Ðû4=×èê½0nRœRØUçtÉ | —½1òÏädÒÌl]›æÔ-a¯<‰¨µaÞÑò{’^Më›A\Î ²€ÎÌZ f:'è…A•„˜´ôônN’óÖ>R³àú¤èpvÂÚ{Ï«ídlÉ$Èô:Án™jt!ˆÙ²–T3ÐQ¿.ó9ûKJH¯Xk½àœÂ妿»º6-¢gÔGµ¬Ö°šTÖÐãÆî¾CÈ1VêxU÷Ãâ[è—” -¿¼ö×AFÎ×a¦8ª#Ô†ä„Ò”‘Õºo1&>! ¡ÕÆÒã·4ÌÍäEÀA²|j\–‹OÎKº>¬ö¾ù°.¹ëœÁ—ŒLz-¯Ž… ð¥+SˆK+Sè«^ÀÓ“³¿­uø?fImzø>æèy¼·$äÇt„êèpµÔ« ämϱð{«Õ!?†tôÖ_ÖEÝ{+€o­EQ;ŸáÔpÛÆèy^µúïYï~å ¢fawE(ø°)éÛ] ·íLÄ–—»6…¿íÕ°0)û'Ikw'Ѐš\³%'W…4hÊÁƆͼñþætOÝi¿–„ýeÍk WCj|QÒĆn›¹¨¤Ù¼bïkWמ½«+a‘0€î)XêGÛ§äø”BXHÕÍ -§Ï)¦×5”Iàiî³ø¦æ›õ¡ºƒ*B‘OE)¨U;s"Ƈ…Þgû ]½ Ö²€Ô†ÔÝt¼›äSIP%·1  •ôrÏ‹=Rzñ¶^Hܳw‚¶”püN‹OÓN júÄÞ|KN/Û’ó–Ðç„~%£ -|®|¥vfcy) ¤”}Þä'ç®b®,¾‡ž É©e)kWgÈÔÎrÉi¥Î)r¾_à €€8[ Ûß#/,á2NC^/L·•W´»–õ«8 žz™GI-ñ©èK#ø+žFEÂ"¢¦lìâëÊo£ Ç=ÓðË«#ˆ ! ¹Ô ôÔŠŒS3÷–˜¿R1¡«ƒ-'7† g‚ŠßÆVÖ% |üޱïAÂÈÃ/µµ.:ÛÎéˆýlßAo‰›éõû‹<êÞBgOĨɱ½"fz¥¬ºý…ž‡;ó<ºOÞvÙ5^ÿ³{rfm¨é‚O.Ùµ&bs#&"iÑvW -ª1Ù^9úÆÚ[ØÙÙe]|9ë•R*qö=¹¬vù“·ô’³A%«-¦&U„åøÛ ó¢€ÛnŽã³—™ÑY.Á)çC¯1wb^j¾C7 ¨{v:*¡Çy¦êOm ×ÛYè¼»¦¦ÕKVñhTœÝ9>áã<ÐÔV:|åmÝQuOÉ_V†qÅëƒ!7ð7¿‘‡9‘›´Šy »˜jŠøÂÎÔ¡Î59µxÖÞª¤;fcB:z}º=jn³K)€¦×Åé(„…7u·ì/kJ-ˆxÉ>%ýˆZ©M.9âš h÷ˆ•šämjNÄÛ#´\Üǵ¾ÁÔ"Ÿ51[]2bîúùöÖ ­,fcá~u :?®³ÙždYÜÀš }#¦Ãåþö~¾kâbS=šö%©Ô5AÈMßÓçScóœ“óQ©"fæ"ü*Ô+cU:§Ñ7ì¯k¾]j>‘œ%WïÚ)ûrKÒBhø¸Ä£íØy 1±a5PÒ«ÝRr¡OÉköÍpÀïCS&ö7}¢æ4.½n>ë™BçÆL¬–¨…‹Ž˜z»¼ÊÇ÷\òn ‰çSŠî1Vñz?þªùQõÑÅ×Gƒ3¬ÀK@­ãÔmÊyõæØs†‡ïÁwýSÑ*3´†õ b𪓠´!tMƩމá‹#ìʨbø*£ec [æU² ~½³uu:œ†¥1Âõ ­ÄóÛ½[Ô¢¨–Z‘0Pëïi )™5 ×â#z Õ-zXɨ^Á]ñ¥¯…)HùQ=¶5M¯Ø%\jø°„žÚãúÒ›º£kïZÎùåðK-& äMdÂÊÅ‚:RŸ˜’’V.h¨Û~Eëõ¤‘ )Ùέ]“€úaõ44Ë£¯Ž"ÎoÉ ea½€œëîJ9:ïøU´m_éÍ¢ïAl¶†Ô"ÒB?üôæ©0½Ž°WÆnL<ž˜³Þ¢2ÔÝÕßL±²>_~ +}Sg]û7×êVBÏEn›„Ä+ðaQÈû°,’l)™õË”ÜøoçÇ8çþF0}¾_Ç€†µlÜžM(5ìnÈÌC{µŒÆ¨­÷Ù¶½ç~ÊÄA$ô¤²¨³1Ø–áf6&Ì]íÛó=Ü -PM\üö¼äÁ¶Û=ìFÔŒ+ŠÏ+< -ÄÍ )·÷>¼ëN|ž‹Û]¼ó:aüR|Éâ«Ú3˯«Ï RÎÿñ~Ë·ÿl}YrîWWûè]@ê/å°v—$Û>Ï«ÄÕͽ¨;>÷´áû-)©xwQÄSô•ý¸6Þ–Ÿ´2<ê¯v2¦$µ9^AŠû™YǸßþ·„AˆK˜èMÛzST/Øk<æ›AgE€KXxØØ,ð7ÆŒ¬fŸ}Û#ƒ^Û·2ÚRsé5à©E ÿ‹€ž­rO“JýrjŇy&fÀäù•Íg½Š–óû †}\0·A.‰jEXß ©Ð-E_j8Ô)¹$t6È«ÈÀ «zþEËÙ­ LNÜLkØ™gÂ#&ð<Ø–J÷ëÛÉu;Þ=Î)[O¼¡î.úÒ9Òp&4C(öL‘‹½j~ëºRŒXš·nLð["jÌ3Ïv¼n=±<¿¾ 4Š)› -z馂SëSÝýþfܧ¹ß6v0\S¨–'5ßúdÔʸILI9ÄWz}b»Þoê…g;øéqÅ®IìÍÕ÷Ç€Î8VóZ€ÏqÂ@c¸¥¬ª°FBöI™U1 £68C(ÚDÜXD_ÚÁe†U¼–¸NBr‘ó_AN¬ö·œ‹hð…Q-./¤FzäÐÛ®ibž_×Í›z:\R\ÎâÛªrrq@ΪõNnÿjåQ?®ÜyœÒ7eôÒðl—84Ûw?<×÷0léà»åĹgÕ§o²cz>Ù=-AÍ=ÇŸÝeWúŒO/ŽpÕ~6Ïñ¢åG™ ä³QÚ­ÏíÏ W7'i…3}UŸ\Ñ3áÎÄ€ _Ö«‚rµO˨ é:¸Ñ¹®.§”Væœ"æ¤$ÛóQlVÀˆè討\ÖÒkâfv{ñþxÊÑóhßÑÙ·?/îÙ…¬¨–‰øè×_±2Ðr" §C’ó¦SÖr%¬Ã”† ÐΤ˜¥]™{<Ÿ¿?±qéa ¹vg¾ëNHɨY|Yÿ“Œsã_ŒÝ1Ü)<µô®:go‘Nû»«ëU䬀‹Ü[í~™ã“Ü2Jùê0üêÜËšWF¡¹A5±ðІ¤…ƒœî,üzq°%{wGÙ™¥C‚#õguí_>j¹ô/âÚKŸÜE^;r!ryPO«Ž¨€»rã6ÐòÄÆ$î¦[ŠËòN“s‚ -fÕŽM@ýe‘Gû¸ÀÆ&-ôÆ ŠZœa×$mú1  –ïXx8?ÈÉIC+iíI®Œš09a=ævZ€zZ3±a>-hfYD#@U,HTK,¶=­>b{XÿÐ;h„Ôu2#ºvrD/¤…õ€7[˜ˆ˜_îUÀ3=@Ë&,Ìž­ïqÔ|ïÉ–’ŽO€u¸{E`s{u°öÜÂë‚#Ðß žt'{Ÿ{ô|tº¾­EðO³šƒÓ´òÀ4ö¶WŠ: ŸÓJ(}ß÷­È5‚½2û úÛùGµß~_×Ñëb ÄtéBü24aÓâzNËÖ$âšýYÑW¶§…_G4tض½ïYÒÖÑÒ³ 55u -ïe&M´º¼íZTO­õƒŒ˜Ä¥» _ߘ;aKooÈÀ…•Ôòà h?³Å=É(_fäbŒs‚]¹Ü_÷­s¬éçaÔ…ÍF‘kŒ×’s ±1A+˜ƒÎˆèDlàøÍQX†kŒÐÐkãVbgI(HZï<Ž˜;…[€OÝÅÚ^»7t:Ñ%%ç{UøÂ9ìã‚€·â&eïêI˜Ú™ûŽÞ§@ûE < ¨“Aío×^nÀþ5½%eïèÞY켓Zà³vzž&lA|ŽGHÙ¹´¸…KŠƒ2J·fÚ.¦€Ÿx&I·]ãØ[ÓÔ¦˜žGýe¡ý³¹I ºÒ5M©X d-¼§f‡Mw_øŒ\àfeA ³mwžßõë²€šaÖ{&þ•ánmL 2"Fkš?†uéów³+Ãð›‹#øÚµ6&biïܾ5‹ÃzRш}[;ÿƒ]ÂOÍ ˆN)!we°õçµ÷?z‡Û.%4Øòýy.þâDøaI"Ú¶s±!Àuƒ2XFH޾Vá²â:Fí¶‰‹LŽ9­  svlBÚŽMD‹›X—Ô±› 6¤ëæúfzè­•0 pA³ƒjV]TÏjJ˜¸ˆm‹ˆñnyYþý4÷¿Xºóÿ3R@ŽgÁ":. á@½ -N½wJÙ§8žT|çÇêÇ݈Î0«ã@§¦fy´m»ˆ·ñð ?5…uŒú˜…PÐ4^ -ÌÔžp7ˆ-°mé”$Í÷_zU´:ûÛšŸ–ú«Oz¥°[) ­èÉP[ó#ØK›RF5ÐjÝ! ¯Íúr|áEåI=©r×ÂAÅt4¨sU¸ØÚl””íUuRƒjA›s’7ÓSüÅ”0ïß¼Ô¼$Ðq¨[ã@ãÈp·w,BÂÄCÕÔêáêSëU?ø¤°‹ÉY:9wïeÌÜÓÒñ‘QËÊôþÀ¯L”Ö ¼%7ªÆ­Ä¬Y—1*bs~sK„Ê®¦OšŠk×Ssäº=‡6ˆˆ[rfEPÓNô«zÙmgsŸ=÷¤êkËê/,ª¾±Ü¸cëìIXÅÜ1ÛvçðÛ{«vj‘‰tMPóƒ!:né’l§ýÙ!¹Ô²Ós¢Áw–úÞï.µ÷~Xâ±Ü2d‘íIÃÏ)䢮{I‹ä^Ì$ 4´˜©K7w´ï.ˆÛÝèxâ¹4¬c·~X‹ã6>d¤5®ZRSkvìlô‡e×Nk‹éI5ëÃГ^ööÇåö{!-­ai°éØòûêŸ7GáY#èÏŽíÙ¾GQCOŸøRx^ÄßÛè}ü•œw2ʨøÂry.buÛDk‰™äø,µ9‰¾â×2ë#F6Ì;…¼éxYõéQÎç`Ÿ†íYBi„+ˆƒzºkáöm¢][W{PÏn¶¿o9jxPò']OÖ¿->/þúÃ<ôqI"ù°,o[9¨ôøå„†Ih¨Aô¢srnsvÞ§ æF Ìú‹BîÇ%±pÇ* ÆLéñ-|JJqpó«„›²J8;VàŸ@Û‚¼J ‚þ)É%1-¹"¢¡ÕûÕ¬úÕqlÎÂû–«[cؼÔêšn¹¼Ø_ÿ³3½Ö·\ÐêWu3ÜÓ¬êå×È›‘irqxšT¸ö¶ñ¬JxùóµwÕǶ-|âö|WoÌzç^ÀÐNs)ñykM3Ør¿uÃ'E^÷ÊQù›S˜|¯FB -è;8‰¹ÁŽCÌIßøüš±9‚ÉõîÕ“AŒ’«ÝrÜ-Ÿ’Q•2³á)3­1 ÄdÛŸ—~iVþ½O¿ÓÓjƒz1Á3ÃkÜg;Þ‘oYŸÀŽyFñ·ìOj~Öuoî+þ<8÷Ž… 騋CгöÇbDÁΡÊ7C(óÊ)Õ!V·Âú»w">Ú#Eß²=)ÿ›Œwå÷[CËéù‡bf6"¤§C~,qOqjœ#¢æåW¤L¿´íBby;n&–'-BJäžùΠz¢sb¦k†‡X¢”8Gñ7=Rdú|_úœU¡OG(Þ]â³vºï'¬BflŽÕ–´ ½P±šürJ¥GŠÏ h±…Û6.io©çEjùÁ”SŨ hiµq3“4³‘ž L®õYýE㣊3›“¸ò öÞŸª‡o}ƒ+Xl»öq½÷]ØÄǥבÝ3]bFUnW·ÈI[ßó”­«/¤%–yäðL÷tÛ%y+¬CÞÚu›÷WX¯žé’Á/.ÏÚ[î}™žc&5›¾ÞIª iÈ•{ ,ìþŠP´»ÚýÌoáã7¼FÀgãf}hºíæÜ½¼/gÚ³þ´ø¾öÄ–’x.§e}ŒTh¼Wÿõò{ØM Y¹o³v¬´¦ -p)xFÂÈî˜%Œ¹.IÐÈj±`.Y^#Ï[_6žýyë×6iÙsp qº7wçî¶¾žÐÒ«=Ó+ošŽ¹— -RA\‹Ïß³0¡;6!9ËCoÏ ÈÛ€óEtÄß âv„)KÍÑšALJ¶×ê¯èÛAÄY×Pë‰ÁÖÀ/ €viŠ›ù˜˜‰‡H_ôÈÐù ?o­Xïš¼XʨôȸMQu'==æÍþò£º£ì³Iê¥ß{F¡×>‚º¿ÐÕ1÷v/OrëÜ3ܦˆÄ~øÄ5=¿9Ñ|Ö%CdÅ­wŬ½÷ýz.&fR< -!rkŠU× 0Q-½nkºí‚W޼Pãó“ öb:fcX…Ï (ñ›cȬ¸–ZŸ>ÏTÀ2= Fxf8µn)¿as’W³Ö»h ûI*(øƒ”›ûùʈS)3©j×Ê‚5äR— Ÿú¯5ªÃ•ø°+Ë­'#¨+±FM -è„©§' bׯ‰ÙËý¨Ìõ¶› ±8©§ToÙœLß닽Õp`î1v­ñnÛ>6è:üî ·ggÃZta@E¬Œ›™°È¬µÜ{æU¶Sæßá®­#/¹' —ãfRýÎ<³ã`c³ô¶MS7¦×6ׯgC7'Q—=Óèë%©bÛF…ýºÎã\vMlšSK©HÏûâ°ÄmÛJ?ìüÜÓú³Ë¬˜ð&½X°:ŠÍ5¿l>±2-Ù_{¨ŠÅÌõalöú»¦“þé¦Ó@3•&­<Ò‡µîgÛ6w}¢í‚[Ž/ ¹´¤•õ)á×}j8Ðö„R· -~yKÊÚ[·m$Ž˜9mñY6~oQоcçR’zBMÌH¨ϲÑ> ã7ñÑ~5£Ö;…»¾ò¦á˜õaùñùw-Å çƒzú¸ãþ†æô‡ IÀÜ[îèM™…„m#³9:C,Ø›e¡>Î Y»³\dÊÂAø´Ô -¿F‚÷*:  ž¿BÞHÚÚní8ˆÕûbׯ'ïYzz£*fCTM­ˆ«ÙÍI•‘“ËWßV5t]øtùI鑈†T–²ñI{ó]I3¾1½0ÿ¶ø‹€´ñLÒ@(ܳ°`»V!¢ç¶Óã@œ„Àñ„¨kž)à“RbŽOA- jYIK;hdvÒÌG‡Ô´Êå÷ð3~©p{–ßžQÌ!ß›ú0§×Þò«ƒÓ,ÀWÉÕαš3ž)H¦O)B¹åü渡‹7öH6¦X•€pvBÁ³À£^ÆšXð…!d†oR]â7«;ëÿ¶ñ“•Ls< µvÇÊÁ¥ëcÊ* ¸'H· -Rþö,“0òÑi­î›D_s¶ž%/ø ÐET¿Z‚ßœ`•.¾T®ñB3lhHÍ5ܽùÅæp͉­IxFXOoŠ;ø[“ä‚€Œ‰k„¸†^}ƒº>ÁËûN.)øai|s`ðêy—”c}\ûCTM,IYèÍ»v|ž…ñJá9–GÕ?,½ÅfÆ-~b^ÄNؘ°¨ŽPÚôFT‰OÏãÿêdj®»×3Ãn\&eG©°91="Ç?ÓrMwïÖ—ÎIè• –R2ÐZ÷úu´jŸ†5Óê&V Ð¥˜Ô)ü–w~=iå’ö—ûÞƒ:ÜáWQJ÷ìæÇE>+®#ÖÌ?j8¹þ²òÈÒë²ï*Lá/«>®u= ë¸0÷¥ôc펙ٚ02¡~ªÄ9ÙéžÂÜ -h)5©ùö®½…žG1À{< ÝbUÊÆÆø' J¡—¶Í”Ƹ•‹ŽÚxØ„]ÀØ}1²ÚBZRÍî—¸¢d‰†ÜwP!>5µlmŒ|Ë¯ä´ÆL|ÊÞbÏÓ”CÈñƒœ¾%'åù”´JP× Ÿ6?»Ó°š>;¹»:!úà…à!I#>?nFßvN·žŽƒúäS±ê½ -FY@M«ø¸ÄÆÿû&—óqŽN٨ͮIÄ•Ĺˆ‚YU -¥48ƒÍ³¿¬þ^Óž÷ùú릓€?·~p€ã6ñ€îàc‚:"¢c5íXhuQmË…°ªáTP‰¸P2*Ã:Ö£â½Â¨Ùœh9­íÉýýêȱÀtz\äB‰`ׯ@ýZ¿k³w¬BzLK(Y.?ºð¶èKçþjXÖ «û„aƒ˜I×T9­*¡áã¶Í½=@+á=“ˆË>!7 ä5Xºój©ëA -øQÔ‚&­,ØvZ }½£g##JJ…{è:9¹ì×%qG|–Ùup‰{‹BÄÀl -«¹Ô,ÐÕZbÉÆPãÏ ¾â{‡xÛ alŽ"3]ã“éql룤¬1vI@ÕA\bW.2}2J±wŠXøÑÎ%ýcYÈÿààÑC ŸfèQM'eê­3Õ]ÍßLrË?\òbÊÜÉÛµw´'æ„”M9!wþ4#–>O´Þæ$üÒÚhë©õ‘–Ó® Ä”¥ëNÂþLŸs*jY:¤ œ¶°¢õ‚s¸ô›Å—ùŸ=t èæêø¬ø -ÐÕf1Ó§¢”µÔêĬ¾¿Üqg¹ëqhgà›7·d¤ü¸IDŠÏò°Ž÷°Ó1 ð÷uq÷¯Kl/éÐ_‰>,²ˆiÝéœFgnLsú _PË“zæ£R÷K ô¬1ðÉYdÁ⛚ïÞ¡2ÂF>9dP×Ñ—f:оa^ùƒãUù„‘ùeUÜõëš°=1Ë‚¥çصó) ÍŠÞŽþ³±óæW&ÿ×Uÿú¨Ã§Â–.6MXùü®‡†_]Ýï¢FB“N˜ñµ8ïsgúþ% ½*fâ @û^óH5»óBƇE.pÜÊmsSöêûœ_cüg×dýñ€Œp{ÏÈCî™8°= »mÇÄlÞ™%”lÏbrô­ä½i}œpÃ9Ækªïuì΋YWØ„í%b_ßveîyÍ—¾QRÁ®±ƒµ8€Ëšå~•Ô§ë -£**çÔ~µo×FªÞ¶Jür쀂Q rWGðꘖX°<ÿ™ãuÎÒó1ÆŒìÖô=¨éóëN9­xeŒp}s„’û‹úßVY„¡Ö¯©;³1YôÈs—D⻘!,¿«>â©;–P1jöMú®­ç׳³bê®­ïÑ®£÷aÄÌE»&›O¬Ö Èq·Sævö‡Å®û‰Y>6aác?®tÜÙ±q0aþöêÛÚcê®+ŸÌÝ/ü£p˜6úï ýC&jõþ²€ý놸{×Þ.H­4Ñ›·&[ϳ3þÙò0ïÛ]3”2ÊŽ9¾1Üð“WŠºxüÃ\÷£MÌö©É¥ÓØÌˆAHHY„䤙ÙÑQ+ÖFZO¬7Û·+?Ø VÙÐô¹õàk5¯5¡ã·¥Ì w›)•Qð~Vý¾MÂß·K„IP÷Ý -raHÇC$f„ýùva -l™x8¯šR–¾ï%¬äO/óNÁ.¬¾¯ùv} å䎃ý¸ÚÞ½»ÔÑ´ ™ñôõVC7/hîäl/÷<Þ]ɭÀÜðÈÑ×âÆvfÒrçnhÇåQÜõ˜¥³}µ½7¨iË5vçêž é×ÂF|qº½—&i…†ç”ËnY¯h×qxèÞ¨ºù¼{¬ü;Ç›¼OÌÚ™“ˆöWz_- coO -Ê>Ûšb7­*þµî¿,òÙ>Y[¦s¬å¬k -u)j9è+ÒÚ(îÆjz‚qTážUÒþ÷%IÇ.Ðp=ºÀú²øošÞ¬OcF -ò£«g`gIÈMŸ ÉH€;ÝýÕÕñ䃃KÙe·ö¨X|ƒ:ãW1ö/ZzSÿÓ'ãŸÌ÷ó¾v4^øuîÿ/bÈÿ¿àÿ+;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Í4;rÐìÈA³C Íÿ"Vu俈ýþرB:¶ÅE})ùäXnéx_‡âpqìOª>9†8ŸËæ0\ƒŽb‹ŽÜ›.œ»xùÈù:ŠzäÄîyìt¤šM"è`c=EÅiLïµô÷æ±yb Š >BÿÏy8ð™ÿÛæt:ІÃùmë°ùÈÅ‹WN~ráH.x@é¸Oxà)ãÈ…ßþADàMxA›G2.©<m»p›Þ¿î“³×223Žüö-ýæâÅs™Wÿó}Åÿúþ?Ÿ+þçþÿÏ÷¿íOÿ¿~<±þçQd¤â·æ+"Qq7þóåoàþ϶ ¶méîÇƒŽ›éÝ9 <ˆ)3Ó1ê#JEDËn -¨•Q=«1i¦5¬M4œrNA.¦Ì”Ú½Yéƒ]ÌßµJ¸ Ð'®iBÞ–”\7µs–ž_K)÷©ˆ…aÐF);º³(âÇ,â–šR³8Üz>aà"F.> £Öì,ˆD{Ë]Ró|ê¶‹OZ¹„”ƒ‰ˆ%1-±(i"•'Œäêð{v!cÛúôÖßq]i¾÷»Þ»îÌÜž¹3 éét§“t¨ÃNSbfe1333¨D–ef’A²˜Š™Ä¬âÃU%9Ý÷þïsüþPËkÉ’êÔÞÏóý~¾û죭hǼ’&Ä+mJÚùWÒa)3P·¨’ôªxY¿Q»•0/òVÒ§âà•`{–[°9Í:8eÍ„_Ö¶ÔHßFÍý»ð¾¹°ÑL„Læ„CÃÛ¶*Zcô‘;P¨×hH@­aþ®›T°÷ åëè$ÎõŠëpŸ¬5ÒÊ ø™ôŒ¸ sª¹¸¿ë:Ðɲa&5Zð€¬qsŠ1/§<ãb_NÎpÎmŽsЦ¯• ÜežMZ;¸›>v™yní%óèöˆà<î±  XPÎÀ½ÂrÄÊ.Àí‚Júˆ x?YÂ*.[a]ãžM{UÌå7¬ã‰ i)nƒq¤¨KÑššaŸKN³ÎÆf• óƒŠ+¨ÛÒ¹-–ø,ôßDóÁÌlËÂÁ<‡Ûg»°$>+*KXMˆÇ¬M[Õ­›Cì£ËO¾Þ|Ýr 9ÑzŸRVu[Æ.«4ùß­†o¡ÛQ§ª->Ù|xåå¥6ß”þsp.‘nE áÒñ0N€¹õ"®‰pëŸ[ËEé£&m¼Ê+m ½²¦l@¯ÊGõFÜkP@ IRVy]bR^;”ÍÔ_lŒqtùEéþ{%ŸN™JÞ½Òói³86Ê;³ñ¢áÛ…ûE¬=«ú›bFg¸—’VÁ•‘žÓ¿µu|„M*Z)¯^où%ú🖟}‚[Y§q+û,ZCxõÌ£f#ôÑïŽ1iw"æ^* ¢ jAœ [ú²asî~¶K*ÓÓ’2tJRN¹du”G\“õ‰k(·¨™–×N½wòËÐYÎ¥¬jÁ­bR~€ôj…¤Ï $–nÔ­—&¬ê–´ÍÀÃÜFÒkð°ZŒú5Bêœî4 i -Öï™Ý´/1ß ç;nƒ15_¥â¡‚z é‘5‘nA êdžÎX…Ù§<ån:··œ¤nüj -š“qˆ*pŸ ,äWdªŒ}~s¬åĦdæ¼}óÁ¾ç¸_ÉNØy…[3ÌÛVæ)Ô©fíD;ï@ïjɰ’GÿI}2Ø÷ ôÜMzÕ¼Œ›W”vò -SnyK–>š!¨À²¨€ÙBøÌ§“äB2Æ?—”²lHÁ#|jé×`ÓôqçÊÖŒ×lB<:}D5÷¢>iëÆxÝžõ±êo6Æk¿KÚ¸—Â/jw3¾ý!Eñ”ÿöÌöó}„õÂýº/RãüKÙ€VJEt*Ü/o#|*.Ì&0hrA­„ð*Ú7ÞðOmŒ -Ï'ìÊæm—¤~¬»àýÕ—¼ó”Ó(Ëû,–”KT»òªüóõ×U_&g  <`6¥\jÎú(Æ4Å%©Ëyĵ¸}a{¢åÐò«Æï¶&xS.½huTpqþqË÷ëüÉaUUfJtå^LM²Ï¬µ´]+ýóÊ+Öñ´MÝ·J*7G÷o ÖîGf—©€¸ sˆ+0è^P{BÊ×ÕGz;L˜Ë BŠÜ%(ÏÁ=ðaêå!E+î2«“6M{lLS‹Ùt,Ü&¯Ûnü1xçôo=}çï»ZõiúWÕm -Nm½âˆ¿âǦ¸6‡ª¿ Þ¿üáܳÚo·Ê? ßo8D84¢ hÿæãèÊóºƒñÑÖÓ”‹[H9ÛOnn1}\A ü j©=2™òAƒn'¢UãQ -}CôÊ<]+a£ qËq§¢9ïÑIõjø»~AÅNu9h¿­þ—ÖR®NKb–s91Ñr8P‹v#zÝ?ÝÙ F‚ºU,Ôm#À ˆ[ÃA]z -ÿâAÐþ¨ÁBÍ™z©¨©“ -éxH%X›â\Ø_éËΛ®Â«'¿Øq37o¾– u^‡ÞnQEj¶å0æj9ЏZOƬµûbÖ¦Ãôñ)˜Ü«bcnYÕ>våã€F7ÿ¼:TõezZ\—ó]}D:û2.3i“Ö¥í¢jÔ#mFÊÖlØ`$B*ºœŸï~šô>Gý–´WÍÇýÜ"ÊÏ+Í…¥ídHÊF½¬‚-+·`{VÞ¸6 Zá·tÿc^«ùç’ŒzÄÕˆSÑ”ó‰jw|¬K8ègÒ¡fÀ¼°©P÷],`Ðç5'lÜ"Ä-¬C<üФ“e}¬ùpànÑç+Ùç²›“[o$…Ë/ÚÄFÙ'³ImÖ-¨Èú$ „[ZGù jÒ×aÆ=F9êÒ 2Vy-nU5‘ïêOÞ¼:Í»8s­ìÃØ¨¬wgÙäI¿89Í8K8„5y/}t^™vÉ6€cÖÞpãP7ñ1i12-«@g…E¸ƒ>V˜_‚¹åm˜ß \xÅ:¼S÷éê §ü/ø§Ò“â’ø÷ÌööÑø(ïlfV\†:%5‘M{×_ò¡?;;ÁÇu¸_Ò´2N`nA)áU‚^7dý ‡ºÀœfåôúnTÜ‚¸˜ç’³­‡Ó6öYÄÁ/ÂAÛÓviubZQ½=.)‰ -¡/—b£mG6_Õl?ˆM˪Ö^·ì]}É:]X{-<“”.=­úÒ~íÔoÃ÷ŠþŠÌH«)§^Fy ÊUúØúYuÛNÀr-ó±=ÕzléEÑG«C•_Æ&ێƦù—Òú¸%±Ëë²^œò´ù Éž­ üÒV§d¢.i-áV¶å<nÆ2ïåç‚Ì‹¸·ùhl¼èSðŽjme¸i_b¬íèðÅÛ9½þ-Ô -µœqÈP·V€:µ <q‰Ê1à"¤‘fÌ׉¨VI„uj"l´@_ôâ~#ã†Zˆhd;ózóμV›j$ôÏÎ\÷ãlÈh¦¹KÍò -ò>•p'¢’æ#JI>ªQAiKÒÊ/Ä€©ÒQ}Ü$åÖˆr^p‹«1'ã å•4æÀo6qUÒÚ¡Ä=Ƭ_+¡^BÜjþ—ñI¯¢mgÑ|3;§ÕRÀEùÅÎÙ9QsÚÎ: s\yù幈”•p -ËÞpŽ- Îfƒ]7Þ‰U˲A½Ž =üRÌQw`c¸þÇÖqʯâ磖[D¨£‡ Y®áÁ«Ï©H×Ý$ŒmðEã7ñIÖ Ê)(Ë´²ì¼¹?>ÞgJÚ€¹m¢”•s69Õr˜r JÁË«1—´~{š{ncB^Ÿí6&ìz>j•T ³ÌÓ±‰¦ý«o˜‡·'de)‡†µ2Î9zPò>Œ»¡&ÝjvjFRž¶Ø9Ò6AîUnM0Ž/>kÛ‹L«Zwý Iïà&¬œóI›àòÆ0÷øæ0ïTäuË~UË7ÿëµèÂ_QÖ³2‚Ô$ãø:èûÒ«º¯æžÖ}‘ƒ®IPx_ -˜™AÍGRÓÕ{Ò3µ{R3MSSíÇ—¼i}FZ·1Ì:µ  ìÈ٠ɘ0o5ñ)ÆÑäTû‘Ì4óøÒ`ÓO#çï¾Yõ-i7Ê2vqùæHÓÞŧŸ,>.ûpñQùÇ›ƒ¬£‹o‡;¸{ÿ}þ:ï܎ˬ%A3²^^1d‚²Ä,ûüÖ ûLÜ*ÍSqó4{¤¬Ò*Z[ò!93ïÈ9d@ÎĽà©0Ö¤ëúsÜk鄱cy+T¼WËóQi{6,¬ÛœfžÞ½ vö¿]ÐèÞÎ ê0gýþätýÞÄ0¬u†ôŠ«IŸ‚‘ j¥Ù Q‡ù:{ñwÇw^%€ 2P§)— 8é–¢Y+Q ©°FJs4wâ~­˜ -4;sãÛƒegN£ÈÏkTÙôlrÔ2åëì¡ü=·¨pÿp.ÒÑŸŸ×i³s* c -ýWAxeͤW-À=jnÞ×ÕŸƒ€,ÀFârÐ¥#g.¡nayÂÊ=ù ª”CÞœ° - -É€F” wÝÉE-7é£UvõÙ99‹k©•‚˜Ó¨?d¢`÷l¨oàí’ù0™2å¤9rX¤ãz>bêÆ 0úZÃZ dº*ÐÊzÜ)©NϲN'g9ç2NÞÄ+ªCA ˆ`Ï}2|õEÆkP%ì*àcKׯAs×?çô攓Wê{Rò!êì¹FçUÔ þH#å”7R^Ayj¶ñÈÊ`ÙßWÞT|± -Ú½'û"â`œMY, ”~´<ÐüCfFÙ‚ù4âõ!ö±ô¬¸2eÍñÝm=´ø¬é{ϭʯ³üë”¶ìKdBÛ’^NŽ2&ÇÚ¦&¹ç““Üs±Ñö_P+·05Ë<Ÿ±óKH¿šŸœålµ‰M4Ã\0Ï'f'6G!‡O¶ž½]ðWgßÅߥí;!iæ„,4û°=É9“œâžKN²O-¿iÞç{\ýÍÚöyx.M÷j–&§Øgׇê¾]|ZþYl˜u|åUÛ›ÜCÿ;t£áð[`aÐJ. -:œ`Ãï–ány+hv#­«dYðù¶,øCÆ«á&fx©iÎY´: ìI³ãÞ* SgU2Âgé&ü=9¨O" kCÝÜËIàšÅ×Õ_n - s!s·‘~ISÞ'jÿo¢<À*.î匓[€ûùåÙˆ¤%:Iz`Þî~Ô ™Ð«—¦Á“¶gyAQz%ng]€kdì.èÍè+Ý»ózS>¢Q{©³Àl¹¨Á/#îSsð…_¯ “ˆH÷#2Ì΢Vû늡wwQo¡‚’¦´“uŽ>*ˆ„ùÍù Ì-©Æ€Q(ȘcƦDœ¢rÜKw.­M9…¥ÙFNEôz*b0dçõ†<èô|D“ÌÔ¼þÏh¢B=‰`¼Ÿ±75õäÀûàÕCA¾"ƒô1«âºŒX¸ik¢ý(æR1HŸ²²¸ -uˆ ¶io•·C3f÷íÌiÈ7i§–¿¿sH2VIõö\׬Rˆ{;¯ÒÇ•á0Ÿ´od C§í-Ç–_]ùxîQÁŸ7ÇZl[eÕ+Sªê™›5ŸynÔ|…X• ©aqrJT´9,:O·~ÜôÍæ ÷ÌNX§Y\Ü@^â/5ü´5^óÝödÕ7É™º½±Ñº½È ]C:ápVð^ÓÂnRâp}ˆKP6?PúqàNÉûž«%tw•ýeû™xGXê½UüéÚ@㾬…rJk1¸Î¡ÆV_V~±ò¢âsðSôgØ\Àʶ¬_É¡|òÖ4øÀú›æŸVk¾òݽüÁÊÓª}¿†Õä2<}ô]rVT”œl2l³N aé‘Ö#N¨¡IA!áÑKP‡¬nm¨éGß­ËÚxÕ²wkq(r·ñtFÞºÔ©Qš™ìªvÒiåÜfåÕŠ’v~aÊ ri. ïÌ»¶âš%øÙÌ,p` £—‚ºÀ=à=Ó‡ÒVµ$a‘Î[xÀÒ Ú-Ç@›¡×Zq:Ã8Û ËðŠ©Rñ ë f¿B–ØÌôñå Gu„ùyqÛÛe~í[Ðÿ\ÀhÈ-W©`çu>ÌuuÊ!,M»ÅU[À™‹Ãõß%AKò97ÑÈ!O°1¯° -ó‰jˆÁ˜ñ©…´ÙPG/ÐÉH¿œAçƒjè´óÉšó *YvN 9X-Ά5 -Ô'iF•² ® ´&{µÂ4hüöó$镵ãðýTÄd!Ã:”1wu†Üœå&í/Ù9óÕ°_nN«#Âr&í3;stF2u£–ž¥ÂÐ+½üQŒ¤Í)›¸ŒÎFi¯¼mÛν ÙÆ£û.éy”]4ß&üjqÊ!(Íð/£“9çëèÊXe ©Y+ðu2|s†Î•i·´†Öƒ„]TŸ\J_ÅÆ¸2Ó²2 ¤<ʶµYa¡ÿaý«/XÇ ¯Šµ=Î8‘™§Çµ-Û£šº¥êâµ!c3ô…àÝzìPã(äÒÅW5_¥¦§1d@Ÿ¸î›‚>OÎò.¯Ž¶ý¼9Ä»@Ú-úÔ”º)9-)Ýæœñ/'FxˆQ 1+«^{Õ¸Ïs½à¿WZ@Ôa3¼‹pLl”u|{¸qor¼ ¼­õ0L·5Ê=Mºµ|ààV¨ëZÂ¥á$§˜§µß£³²æ9ÊÅ8M‚ßæQ}S‚‚ÌŒ¢Žp«¸h_>¤äQau|¦~ojFÖŒºŒºí1aøgyzFÚŒÍH««¸”MBl‚²ñæ#K¯k¿#ìjáÔK0»†;4LÌÌäSqÿ1§7¼ê€Õ¢m;¿hé ë0âÐ -¨p÷=Ì£`%¦h_U¢.ZÐhˆ¨ÞµÉ'Ãz-ê­Ök1/·$c¯ý)ãl:œñ° Ѐ 2š›Ÿ¾ˆZnç‚]ðêy]}–*¹yny>">UÀв!³…^³¤×&éµ¼lX«H‚~Äf„Wp¯°zô:V 1´!åà]NAf‰»UŒuø¨ ø*Øÿš -uÝȆål"(i¤Â’f’þ7(gbAyû¦•>Ö× %‚×ÇÈdÈdN@¯Í8D¥ˆSÞDxLšíYÆ©ØLÛ à0!åë¾õ.ïúTlàMúhá×ð³ËuøÌºø I¯£{d#=Oè#Qw€ÿ²Q)ƒ>²>?¯7Ò‡z´ •>‚X«37ß3§UgÃ:îÕ‰èã´½Ïö\üc>Ðys'Ú7DE:odâ†1Þ™åAUÙöd‡Š ^Ígá^½q]H:z’¾kÏ3NeæÓ -‰ÑH†Mˆ]ÇÁ\f æê4ãn#øôø,ûìÆ4ûÔæ˜àáÔð(¿ZgŸÉŒË«1[owrÒÌßžÔ6­ËK¶ –V_6îÝfž"z1°ÇiÒZë3jè#A1ð¿µá†W^7í‹M.S.£štuv!m‘u3a3±YU½®”žbœX(úëÖPÝwÉ1ö)lVݺ:Øzpíeã~Ò¥á¡N +3Ë>·þºäÓ…—ÿœj\-­ ÜZj¯™V5Q)ÒÓí'’ãU_e&*¿ÎLÕíÃltÞR±² —‡Z{Ýz4ë1hr~³²µšð+X„_Òˆ8$5¹ Œ‰[Ú¼ 9³ª™¤¯ëzbŠ{iýEÝ×±7MiAfWbvi}Xfkœw>¹0çÔ -v!€¿Ô%é~‚ù8›²K*é£ÃIè4äR -4ˆò]}Høn¼!‚7©pG -™ =ãRµS¡Î Ü¥áN“:™!QKˆ¸‘ŠjsQIk6ª–ïÎwÜ=5»@ÐCM›€—,×v£ÆŽlH-"}ZqxiwÎÜG:º1š{€«q—QNxÔ,˜çÚ4|àA#0êIx¾/íÖ‹·Iƒú»o®L¨ׯD—0¼m'ªUíBþº¤ïÎFUbÄâ3ïíé$0v˜Œh¥¹°Z²K³ZÈdÄýFMÒÉ.ŠM4þBº´ò¬ÿêCÊg6'mÒª” X2êS²òó–;yðÇ\X§Æ]w&1wÿÂßÑ ª40+sBÍuÞÝ¥×Úætú4ŒS¦hÍ=¹Ä59Ã\¨ça>Ü÷2îè¡9 mU5mOŠ‹rSGÒ®¯+Söž«IÇí¡mûÝñ¤çÆ ÐiâvAÉÚ8÷ÜÖ¬A±éêê™{#ƒ¼kÒ~­ MÅüŸ¬Ê&ÌÕÕŸ5ËbÓêzÊkTS>½|G¼;RÞl¢26Å;Ÿš”¥†µ×²ÂÔÔ5Œ é1ªs0VPs -‚>îúeéç±ñ¶Óˆ[R¿ôŒy›¶(¡÷T”_'§|&=î5j³ªöåWí‡Öß0~Y^\|ؾ/=&†Ì#,OO±/f=ôÚ‚A:e‹Ÿ/<ªø ³I“cŸT~ºñ²fOzœq6 sžw«Ø(|ÎÕ×U{—×ÿ˜—/>mú>1È9uj$»ÀoÃà·~äqIÅêHó¾ÄûdQéúˆ 0ëÓˆÞC ¨s!øœ½6Þt`ñUÝ×É IiÊ£U†¶ü°þXRˆÍôöíÀgÈ{ŒÊ¬K/Bíòzß½¢O7Î|€Œ1/!UÛòKÖÏé) #c·p:g@­âE âW/Œ5ìÝšæ\&½=·R®Îî¤CÍ&¼×t†6ÖÑùQ§²™5Ë337n!v=Ÿð*dPÉ#C -N~^)}»¬Öüº¬Rb~ezó˜õð2>£:é裵÷ëU9ÐØ·óæ~*¨à¥]íçh¶%&j5ð1‡IE×ÖÎBø–¥{W“½q›–‰øŒº «šz!:‰X;Ù Nž(y˜GÖ° KɈ‚“Wð‰ Aù{ïÇòƤG+Ý5ã!ÈJ´÷øÌŒ[Ùl)£ü*î0Hc“ê6ÂcÖ‘~K/áëè̇M; u~ÞÐ ùŸŸq‹à³ôÜ̸º¯¦]F)ìèÎÎuÞÉÎ÷¾ •è#ÜóóàÏ!½je´ýâ öwÿx€C„®½Fü]7qW?Ö)s0ßù Q¿ÒHé5-÷ýºC¶ë-'·í·Ç׬7/NZdëV; ¬' |)êш“NE«ÿAÓW¨GÖŒxe¯¢¥ïK»µBÜÝÝ›1KWFÅù¥wgÞØ_P+ð Š‹8uüŒCÝŸ‘”gìêö ›¤ÙÙ_óÅæ ¸a7 -ù'`éÎî"\:azVxeîiʼn)Náêã âì{äLß5ÌÛÑ‘ñ()‡¢9å×mMJJ–_1mŽòÏyž6V^|oó%§h'd¤kYJA"nAùÆXý>ÏÍÿ5ÿ äo˜U\Ÿ–¬=o=D̪Y”K#ÈØ„¥Èñ±ÖC OJ>_}Z÷cèuë©ûâãïEn¶^Ø \}Œ¯" --e—'f[~AœBÔ+i ->¨ú"ç–4½]Ò‰ŒE¯“b^YÓæãäÆãîTóbnA³½¯ü£õ'ê¼7‰y!Xå´&&d¥ŽkE9ºÎú¸<Á¿4ÞQúwtªtåÖ(º:²Ë›h_IÛEe+c­Ç¶§ø%hF|FÓž²éø¸÷Æ îgx-½Ú;<*vrZZ–šÖ1’V‹vyXÒ¡í„;úw"ý¿.{ O$x_•rµŸ€ìÙ”´i8+üBø¹Ú|äê *Ü÷š õ>¥Â7h/\Ý’v´G]¼"̮堳Fá¼ -ÌÖu'?oìÁ€í3^£Š¶ÂàߌW#ZFŸŠŽgÝ]ô=²ø/ãVñò4Û,èô䓘SÚ²^štêä1‡²=f• ^zTþd¢ût®u©9¾‡õß'¦ o½ à)è1ÈÂz*¢†,¡`£>Q-êèYŸÖq–G”•Ð#½MnS‘Ž«d¤£'7o´@ò½.6Í)Òžþ -¶t§=÷¶ÁOQ_×µl¤ë>î}JóÛÛ)‡ôIæž5ý<ÿœU”ô\Xµvi–§:D1g‡!í~‹è I«¤as‚{w‹kRÓüÔ#iÈ÷RÀZYs|qi¹qÈ囓Òbððë; ÆÎì‚J -Ÿ•‘˜Õ12=>K¹eK£­‡|·k?‰ëóÑŽk)‡Ar%ïôιgVÕŠ94l˜³K#ê‹¿#f-š¸UÕ²5-*LÙ¥UYêÒ6y-bWµ¤­:–ëQÛ¡ç¢Sÿ±ü¤õ½†Žzè¼$ªÜ¶±ÏmŒ¶žTó}rŒ%ëÑŠQ·†—’]ÉÛ: ± yãü@ÛO˜²•]ÞL8¤ é)a¡õVõ—ÆÚïÿÇTGéÁ|Ø|=áWeܲ&Ò£—ç&áo9•˜ªý11ÝòóÆËª¿çÜ"**nÛ²1O£½‚‚~Æœj&xB+éÑŠb^Ñê ã:cÔR ™Û3¼KP‹UˆÍ¬ÈÌš¥©qUsfBÙ”žQ·XŸ4þ$-ûúw‰Qƒ†ð÷¿ŒYõ¢ùîñ$Œ 0÷{é5Ž ôØò+ÁÉ̬–‹ùôš”]/L9òŒSÃÎÓ÷"<ÀÂÀÕó#mçoµîû#:©î„:o¢n“ ¨x½äݾ •˜ -ês/اŸ«NÿÁq­ü«|¤ïê¿>˜ö\½—t!WwôìDMÝ;Àg„GÖ˜š•”¢6uæÒòÈ ¸1RK)È@(Ôêy€Âïß´qέŒqNÄÆ•Uyo‡u‹k Ÿ’»îºKLF2܆]Z½i—T­M -—†9§v3:Ä=‰¸Lj"Üó„Œö¶›-¿F”öÈ[â3¢âùÆ¡­Qu=­™DÈrñvõa½‰›»ÉÁ kd üÅUÅÒ°¬82á¥' w‘Ñž'Ôœ¹‡ ÷€÷gC:5é…¬ïíز צ™çqÏC,xÇ™ñ]„÷6!NqÆ)(#} -&x¡‡ëGÂF#긊‡z‘á®;X@΂ëãAùí‚ÎHA†&ÜÕN¤ûxr/ ^™v)[¸PÞ–h”»‹zÚÏ ô½V,lîJÚôÜ”SËÞœ–Ì6þÃ9‰ÌÊk¡ŽXd§ŒÃ¤D ÏdÀ£1‡–˜—l -Îó%&ÅWPðŽÕ!æ‘•gŒ}©iEMÚ.«NLIKÓ³Šúø”¢jñ5ÿTr\Zök@«øuN£¢9š„%¥¼f=d—ŽäŒ¢)6%-OÎHÊâ#œ°hzZV…;tâ]šÝÁë7FÚDÔ~±ò°êÓØë–ýø4°¶W'£÷&;*r‹)çí0ffÄ™zÝ™WŒÚ[Žå}œ’Íñš!3ýLz;¯ãÎ=êÐ ðÌÏμR¸;/aïDäz­ŠpYŒ¸ëúSÌykóô?IÛ•-ÃM?->oþ!òDpÌ{‡u‚˜»Rn­d j,5{û9â¸ù’ðYº¯¢}{¦ýXÆÎ>‹Øø”OÅA¼’º´¸ÍÕÕ8t<úÞllRZ=[©ù1z»ü»]ŸN.¡÷: žkO2¾kO1šÏü½wŸÉ´=.¾²1È9 x…‚ìŸvš”)Owâë¹õú „LÌ+©ßʇ¥m˜—y16]þ5îÕdƒ–>”WO/ sJ¸Upóas0.¬Vþ=1É+„¹a^ ƒÏGF» endstream endobj 46 0 obj <>stream -âÀj ÈshÈ Mz”̹7¬Ã Ëª,ü< -Y<éÔKˆ°jU+…Œ$Ì”òÚö,èŒ[ÁFü7ƈyóõLP-@|ôþ+ xVç "Ds'ðÌ-êÑË0_Ϙˤ_Ÿ—䣷rôkÎr# /âÝÞ;~á5fCÝbN£bËjVc¾þ×dòú‚±7QËÈ Z‚ú츃u‘ iµä¼¾cÝɽœŸïz°³ruœš·Ü"‚Zš E9Gxì½\ÄÜ™ ›{èõæü¼VMF$ŒŒ—S\¦"*5§3s¦®ŒSÍÀÜâ6(¡ÞDô4Ì#mÞ˜dž‰Í‹zß“CËÝ•¥¦Õ ×P“à7;auÖǾ²>Rüíâ³ÂÖž×|ÒÜa“Ughs¥tNA=j6½¾±”2³~iËp$Ôƒ%Eã“|s\Q³9%.£÷Ÿ­ V»1Tw‘4ì†L¨UX‚Ú„Å+0¿UÕž™(û&6XðQâMý8äxÊ/o'Ü¢*Ì&¬Àò6tº·é¥üÒùÂOâãÍÐüÊ\@ÎÉÑé”Õ¥j.ÔÖÃlÔÔK…Dõ˜‡qu1ÏnI]Ö¯Wdæ. -j2©1cU·$Fä•™ m{zRÕHxùTHX—qÉIMkŒ/5£c"6‹˜ƒ—±²Î¥¦ZŽÀ“„_ɦ¬NEsÆ**%ÜZ>Íbx êå• ào¸OP‰xE5}o:Ø7ôtõ¤=½wÒîÛㄯ÷d*^Þ«dRiSÆ&®" Þ‡‰tݤÀë‰ð»zº½3§7î„ä,ÊǯÀ½ìË;aÃnXÔ€{YE çJÚ¡WRA#h)½ÞGß;T‹ ·¸s -+IŸ’ y¡zk¦åÐÑpç­”_#ˆûõÊ øÕj2~Vé7y+½tÝ "ÆNÔ+oÁ<’zÂ+¬ÌØyE“mG×§9ç±°©ŸSI ø2|} Þu'¾¶ê¥¢–¹hϳÔ*½–GF &,$gìÌ:`Ä0» ]èõŒy­jwA¥€º•ͲO@­”â~sWܯä£A0ä ¿r¿ùÕ³s*9fU.ÍTíÉÏw?Î-t=–ëÛ¯Úï}¬YK« Âz]–¾–ˆ©‹Þs€úEuIäÉ N¹3o‚<¢ÓoÉÒ.I5½¾ËA#@‡ÒNáÆdëÔ%m£¯uË*®š`îOOé8»ÐƒY¯¸u6‹OV~»üêÒ籑¦ã謠šôª8‹¯ZÀo”Ïl€—1n•VnMs/ħۧ‚"*š1˜c~ÅÜ`ó^ÌÚiÀ€‰Q—†»5Ú|(ò ðýÕ—•{p»¨!ëW bcÍ2³Œ39z^@+Ý*ý"6T±ŸåUe½j>æUÆF›è=^ß%gYçc3ŠöõW‚"Äó=Úrw(Ø9:ãzä훤–¾'‰¸”,˜§kI§ØYÚ´•´½Š[v# -înT)$CÂú´‹y)m”à. ;9©nNkÛRS¢Ü×z&›¨…½ïaN§ß´ŠJâ“:&áê‚yŒêØ÷b|„w…rkÄù FŽºDÕñ©æÃÛãû(¸fÂcÔ N-—ð)X˜[X‹ûEõ¸_Ò´;§QìÎ,)È,·ÙZ þd6ÓkÚ;ðʇ ælÆ! ù×'kkËÏ©¹ÅîçD¤ó½>›ët¿.¨•oç‚·ór^ÆÑrb{ºò›íé†ý0þe1§(iU±IO߃\°÷~ÖgÔ§lІ„Mݾ5-­Þšj=•ñ´Ûn“j²%è{ŠßQK†^$ØrŽþ¸OÅ&‘tN ©E—¸ó*9¹¨¡swQk¤æ$L$(¨"£R&>'¨ƒì%C·lxä–í§æ:úóK=¯Þ®ô ç ½dD£À‚*!ùÿ÷ƒ–¤÷ GL=ÿX²ÜÃý‚" iÉFøeø•ËÃíGã³üBÄ#k]™aŸEé}s=Ï©¹Þ—DÔØIDÔr,$mCƒœê´_ОŸï¼G†f -Ƽã!Õj·¦jö;!Kuá ÃDÐh€¾ ëҽћ‹jUÙ A Ÿ‰9ŠIøåmoa^ Çw~5Ÿ®Ã,üžüœÎ´»h¾AFtº¤“ua{¬íg`~ å7ê þÊ2v~f—³IWǵ¼¯çöNÀÜ ¹¹uåuÛø”¨ŠÞŸù”‰:!ëÛjÄ­×›ûɶ¬¬³[cü‹ˆ­ÿ^rƬHMiš#’²Ì¸  s@MA.Øœ`HM2Žæü¼ê]¨Ä©a V“Žp[úHŸ¥‡^£÷e£Ð¤•})Ô<¸ðõ æüÊ®WçCz-áU²Q¯‚±º–ž•Tn› ±ƒ^³ ½lÛŸ=ùç¢BBùYW’VÖäÝ=d~)ææR^Y[Ê%¨}¢9òÑ3Ù‰¿!³jéç×½ü\sª1—¸.:Æ8s¨8I?Ô–UVG:-YgÿÓ¼¯ójÚÎ/Þk=´>TûM|²õ0îÕ‰7'UõÛÊ* -c7j¹³‘1I?è°_Ö‚ûä-½Þë7w¤½*~Ü*©,ß— ´Í–=ähþ•¤‡]@@Íì,Èx¹E­>µ‚øº®çæ{ò Z]Æ#ªÆüræS -sa™øÿ,*•À”ís#uß,¨›0î ›|ÄbI;ººSöë3®ëà3] N´lS5-OKKˆPßKØ(6±¾õ[úñ å*î¦õ¿Ÿ -*ãVîEÔ«–åºaQ9?â•§}¼â”‹S€F¸¥x˜Þvm,¿Ü=›ë¸–ƒºÝYîÈ.iMY¸v²š^…ù"ƒ2VÆÑ~šò‹¡OÔ’l@Ú–)…¿Î«”ÿgQ£ÛjÔtͦ‚âé¶_p¬‰¾‡yCIõj,Øy‹šëzDÍõÜy'î}š X®æ}–nÒcPÑë ôþ%Ü#nÆ\ÂꌕW@:;LˆëÚÄÍ$K:MŠøŒ–:ÕœŒ9RŠ’n)cq¼gHTµëí½KyU¼Ø$ïâö”à -d1`kŸÖÄ|TÁÉ‚ƒ¿ßܲ›”›3ºöwk¡!²amÆÆ8›l?:÷´ôokå]&S6¨UÆ¡7¯Q— ußσ&æý=w)ŸA…Âufœ¢*È#bÂ/_¶Àï¾ñô?ÏF ÈÎ\ࣦ•W­}基ûk¾'<%ê§õ[ÉF¼zEÜ¡ag¼*ö¶SR³íQ´lzä ëSâ’ÛÈ£”OÉ"ýi>ª–Ðõ¿9!¸¸>)¼ y¤8m•Ufƒ o“¾u¨˜¤×ÒCß[#B½©h×]Èzðv%z³<Â)˜Þr 2wa%owQ)ÉÏ+Doé{Ó } håá¯f#F3päUÐê!j¾o„¤ŸÄš˜]P‘yB‚FÝÆ´´ -w]½ƒzo !þž;tÎxMZ® ë 8ä`2d†œe± þ¾,ts vöaaƒ‹hÉ€´96 <îUrÉ(ø©M\»:¡¨J»{ïÁþAzí-¿Ô;”_°ÜÉ/vÜ&à -ÞÛyS lˆ,})ÿ;>u Yn¬ÛµÜm—†Eåí;aaýNHܺ5Å9» ™èÐW¿FÔÒ|PÖŠ¸ÅÕIÐQæÉíqÖ©l@Òœk•0_ò -¼íÀBæÞ´_'Ï€äéµqzßKÔ`¢×s)`YÌ¥—flªfÄ¥jC¼:Ð ›1I¬<µž~þ·%«ª5e“Ûª8ôž¯âQà!t–†ž”“a­"¿ 7í,{Ȩ^@6F=Ê6²ÆŽ× „¹êÁý:ô\%ú– vô  +Ã죋-?®µ~n ÜyÒ®âlNHJR³=©™êTA¾”µÄ ,6îKÏŠ+²£f7lê˜{Q»kL\‡ºÍºlÀ¨ËCîFÕŠ|TÊøÇ’\qË–GdE±u#}ÿtË1ò9·s[[E¸MRŽÎ…´2Ì%«£ï3Q~¸>‡N˜õuõQ®[¹°ùêNT%K9Ù—è=šÀ=Lº¾Ÿ·¦ÄI¸6Ò/¬Ê¸9—R^aý|é5ªsÎ>àÚ^‚Þã5uga>w5ðuµ e—×ùŸ¶ýB¯Éÿ²'UAn‘4‘!Ш¹ÝEñ+*Õ¯KJy6 ggƒ*ñ΂©?»dºž_2ßÌΛo@Xv;ní.›ïdt&,¬‘nÏŠŠÁ»ˆ`×Í´_/Ky-d¤wôñ*Í@9`rÌgTQA³% ¹ õwtg‚Ý·ÀQ4Ø?LD:n aé~$£ -ÉüHížõ1=7aâKùî:“Ž>àªëðûºs‹ ¹Àe¹ˆ^G?¿‚Í]IÏ}'ìy€ƒ€?õÐYõKVÆÙ¤•yuKêßÎ;þ¹hîÑÁXh$xÀØùûøÑ­\P-ʇ¤-D@\Ñù8¢Qe£æþ¤OÖšôóÌ_}ý ½i0Ðl˜m¡BrvrZT^HÍH+`^zÿ>î–¦¦¸g“‚‹¸CÕ_Þâ óNí„tJ`X =¹•±K«3i5Ô cwN«¢×Òn 'åÒÒÏ9‰(§AL¹4<­l§¿/¿7eW .Eëö¬¤leDR°:$º¸=Á=‡;ù%ÉYaIÂ&*ßœ^ŠO¹ /¹g–Û~N€þd@Ë“VqõŽÏ Ùñ˜t¤OΰߺüÁú°°&å0ÈÒ6=gÇg6ýcÞ|íí¼zEƤ÷ÍA]ŽOJè}˜%¸CT¶R -þ/èé?à…¿{&LXýR ÈZq—¸ -s*“œ‹ÈŒ¢>ç¿öœ \¦_õB¶ ÊP'¿”òó˧uË[¿QOÐ÷DQ»°:ðàò‡‡¤MG ÿ^¤èîÑË1w‡ ‡¼€z´¢lH¯³«s ÿ)¿ ‚ôJ Ûkù¸OÖLó.æ7!ë‚'‹R®öÓÛ6Æ©¬_ޞϢï…×´â~rd­»;Ë==Î)ðœõQÁ¹íaÞéÿ»hê˾Û¦“’¡žGÔ¼ù:•qv„oá•õñK³^QU4›œWIwõæÅ·ÀAáõ0šž‡\C¯ã„¤­YÈKiÈjàe1Gg'¶€çÈ8Àkúü°vP¯¢BRî“¶&ò†t¼ÖÏoÍ‘®»ø:T°ð ¸õ²® n½*ã¹=žò÷¿ÜŽ! ·²ó]©9cgÆ-mƒjÑÊé}9d çæ6›òÑΛÙPçMÄiÒàµÞ‹AzÅ­”<84–²vBj1ðQïÎâµÉÜjÏ›üRǨFÿ׊yÅ5ˆGTAøÅu˜WTšU³mÓðpç­h -0œ†€v…”¼lP\Ÿ`Ÿ\hûq}ùËêkÞÉ姬Cé)qQzŠ1ÿçœ\{ÕöÓê@Ã×ËOª?§\¼bÊ-©ÃòòCÆ&¸‚ØDŸSZC¹­é)yUjVÇB\î1*«ª9=--ÓÏ}‹Ò3¢¢äï||‚{j{œ}b{R^¶:,¼°>Ì:œ±rΧ¬Ü i¨ë´]X¼5Á9í¾_üAðqÕç#ðóv=q¨èçx˜]V—²²NǧZãnAEbVT“æœzá[È¢9ÐgÜyÂ)­MNðÎ%FYÇ’¬ã„KT±QB>U+ó­u([“¢BÔ&©Ø¶']’ê­‘¦ýKÏë¾ÌŒKËH‡A -º­ìûΟ~è˜]Xžšl;ŒÌ6î ™}'b¹AßùêòÌÖÎ%øŒåÿXKòƒô‰kïr|‚wžô4zŸ8d“,0-zŒûUlÜ'¬Š[[flü+¤SVO÷NÒ£lLHKÒþÂǃÌ#(Ù *ÙY¼‰pIk%€½52úYTz]:7¯×åéû{n½ÞPNÁgý˜€ÞwCº -`Ãþ”|Ô¯`çÂrnæÿmDÎÆ‚’Ø$ódÊÅ:Ÿ(øyú~\g6d飠rK6ªÓ ~:³H0?1zm²Œ ¢}Hß‘›×ˆ ¸‘ô * Ÿ¨…÷"ýq`ˆŒ_¯ÂBÝ÷ÀK®g£J^.ªàÿº V¤\Òº°ô¦UÙ´<*º„¸ºûoG×Ö”´jå5ó Tñ)àg:w¥fùEÛIq¯†Ÿ²ªZVGä%9àÄ

Á:Cß_Füz92hÞ=‡B?ë¦÷{pÎÄǸ'ƒ·Z¿\yÌ>\X}É<ãœNNÈË×¹'Ÿ6~¾Yþ—Õ'u_&'¸gègÖãv½`á9ãPj‚wwŠ«2P×éYÕÖ0ÿ ý¼b|DZ¸ö‚w$9-«ØæŸ]~ÂÜœ¥×fPÿk/Ú~Œ>høbîQÛwë/™‘i~æä­´Zl;œ¤mÜKˆ]Pœß Þkø{lXx‰´«Zp» aOO6LŒ¶ìO3ŽvþÌ*.ßåY|Âø13¥lX{ÙðýÚ@õ™IöYÂ.©ÎLsÎ"³Ü‹™iÁ•­7üÓè´¦Ñ4v #=©ªKO©6ßáýX¿¬½jÚ³1Ô¼/9Ã:“rp/#.zíJRzÎ =Ârú™˜úY¯^FßBl²ÆœO/Ç]ʶ\@Πýšö(dVP˜™^ÏT˜†kÀ\jb3J§Y›–•#eæP4¥¦xbôÚƒUP¸2È8´6Ä9ƒ\’š—$'E—I›¼îW¿’µ /rÍæPû­!ödFZ“;ò!)šÌÊê‘ia:-(Ø~Ã9ºþ -´oBt9=%)MM¨ãš&Ì®nC¬ÊÆ­Á™Í7¬#éî…l@ÁDf%å˜CÙLbPO¨_+M$jêÖ ã6x½àJÒʽLÿæÞsŽ»%µoÃrfÞ§bÁué{a˜GR“°q VÆÇÒ)ó×ySÿNH%Ľ¢Z*¬àà!Y{Ú%®Ü†±Y~Å?6wŸ³oñ±àÈÒégWÃ'«/[æ@ïse2 Ÿˆ•ysð -·'Ä…‘×¢“s¯8GÓ“’*¨Æö°à åUsþ1§Óåýðþ³òjšRvƒqXL)«Y½ø\~19­çnŒj7G%W _Úkÿy{´y_b¦a_|ªý8ýõ­u}Öoéž:üݬqôïäâÖñ!Þ‰õŒ}KOÚ÷l¾œ^]ÜR•¬>—œÞhþÁ?·<À:°òœshãça•Õdª¶ý,ý˜èrr\|úùTb¸íàæËº¯×ž×³>°9غwå ¯è¿WžÖý˜w)Yéi^Á*ý=/k¾ÜlØß³?Z™V7â 4¡"3mä&&œÍqEeø~Ë7›õŸÌ=jù:ò°éËõ7ŒŸ³.yKr8ôù™Ô´¨ôÈ›I¯Š•¶*ê(È·ôšR. WnEK>ªÓÛJ2PÿI«´<>͹°üºñÇ­7àÑ#âË믅—ž±Ùz#)ÉÌh™ !çb£ü³±Á¹Í×ÌŸ×_´ï‹>løû“–ïWsfF$Åÿ Aֆߟ]ŽrNn ÑÏ‘rN¢Vu[~vi õ ½§ìÃèí¦¯c/¹G—·|»ø¸éëÅGÍßo¾d‰ÜnþzîçôIãúºÒ‹ó£·¿ù‹ùGÌŸ€=››”~v¾ÿOŽKKVßðÏ$¦é½U&ЩP`zx{”q8,Öhß¿öŠq85-†TT£VMFßã|÷lãÏͪü7ª>Lq.Ò€ï£9èˆAƒ8 âĬªqõïx¨¿å³Àµº¬¦ò÷‡D—~¾QõQ -¼#öFP€XyWþ¹(j!=œ‚$0ûòóûNå_#÷j>ßdüåž¡Ÿí":iÊ¥nËËâP‰qI1ýwD柴ï ßmýjá1ãÇÅâó¨]/"œâšÄódÆÆ-$½¢j”Þsû’qpésÿÆ+Þ¥ø(û$bU4€öW&'¥¥Pû'bƒ¬_¶^3ö¯mü>=Â<‘eš»[þñÊ æ/+/g¶†DñáÅõÆï¶_7ÿn9m?zܶwÂxå·«O[ì¸u"º–ŸÕ~µú¢áûíaÆÑíæ‘ôu|Tt11&(XÕ~(3¥ggfº4[ã†ÖÅgâÓóEÇ¢÷X?„n6|²ø¨åÛØ ïlzBR¶ñšsŒp¨9Ø;¼cHúoXÐëSPkíç.‘^;ãÔ¦¬ÛlZ -ß?ÿ¤îëЭêÃ7꿈Üiú{äNóß—±ömÁ˜m Îe&ee‰7’‚œŸ7^°…ïÖü üöᄎ×xÇ ·Aš´ª[6éçË’SìSkƒÍ?.⟂køey€ûËúaáìõŠã%ë»´ncs|“ö¸1Öñ…'ß8»Ëÿì¿VóáÂƾÙκ¯7ÛOà6 Œ£¼fõû—Èý¦¯Â×k? -õW”á'òÆÈ£æÓ‰ay bëíÝS7,41).Y{ÞøÍüò\W/½÷Rüó¿Üf~û?—~ÿ”_øÞÜ]æ•g¼£þ¦Oƒ×?Y¼ÏúÁßßôù¸öÂï_ ŽÿçÜ­æ}ñaYY|DU½9¬,Y|Â=¸ò¼ý'ÏÕÊ?;:+ÞŸ»ßúýsá‰ßLkJ>M¾$ÞÈ‹Ÿ -Gpöûë?^{XýÙâíŠO6µü´ñŒy x½öoñ33ÓmØx£({Ôüµ¿·èþÎÂߺŠß ô½7ÿ°î‹1}Ñûž¾ö£‹d§#·š¾XyÚôÝÚó¦ï–Ÿ6}ã¿Ùð©ÍTþÇ@Ígë¯YÇ—ž0Ž¢SzQrTÙ°=,¹´öš{ úìàâãÖïƒÀ’ž«…ïC­¿V”,<ŸÚ¶pÖ^ªWħ£÷>÷]­þ‹ïjÕ_­]EŒ.ü÷ö¨¨xêië óðêKÆu`Ûŧ ßEî×åé/þÀÙséÏÑû¥Ÿ$&Xç)¯NžžQ5m¼áž¡ÿ®EäfãçËOÚ~X£=ò ó'蕯ן±O¤‡EÛP›ìŸWŸ¶ý¹SóÉø‰­£è¿×^óNoOéšú˜Sá³eÚÆ¹°<9c,ùÃ\ó¾»»â/6cÁ|ýuŸÞçœ{êóÇpÚækîIOWõ_G$¿àžÿÍSÎùß¼Rÿ1ü€wdi@pÒ£ñ³Ä˜ðbl„w:5Fÿí—¶½ÓƳ¿µYŠþìí«þxT{þ=ÐärĪån¾–Ć%——ž´~ïí¯úË´¾ø·3ºÒßY-U¾×~ú_GUeŸ,r»æoþþŠ6îÉLˆ‹­Wk~¨üéÿ#Ø_q„t™ôáÇí'ÆŒþ{åeÕë/*?Ü,|oñAÕçÈŒ¤üïÈŸb¯9$ðæÚ÷øÂãÆo<×®¼ïî»ôÇYãÅßÙ;+þÚÏ8ò_W«÷þÛÚ3֩Ѓú/Ƶ—þã¬à7Ãò+ÿ>c¨øý°øì¼dû÷SÁïX§>ü­†’=ÛPӻܟÜWËÿêè,~ÏÚQü‡ õåÿŸû·)CÅ_ ?¼ßtâ?W_J/Žjk>äø¿·ôýµGMßMk/ýá5÷çÿéí8÷ÛÈ}Þ g'÷ÈÂ=éùʦôí—Õ'ÍßÎߪûdîfãî®Ê¿8;ÊßÜâW5æïj¡õñÐâcÖO[/¥—æröEî¶ïÜoÞ7®?úŸþ%Ûz¥­Y}*»ºÍüní…ôÜÚ+Á‰µ—¬ƒËÏ[÷,=mú6r·ò3GOÁûö΢?…îHï -^~.86ÿ }O ¿á“à͆Ͻ5Mšª?¼Ç:ûoâ ¿]~Î>µúJtÖ×W÷álGù{£ê+¿é(þ³«·ä/ë%¯¶4ÿ¥ôôû‰qm;ô`©~—³»ä=O_å_@>QýÏòã¿Õ—ÿð¯£ÚËŸ`SÒÊ•'M{–ý½õW[[·?œö´çÔ]h©+P ”–bE‹»Kqw%ÁÝ]B I A‚4.8´ç<ç>÷;ÞäÝÜ2èh;vVÖšcïÌ è^¡÷F{®; µn†Þ˜g3¡÷ ceÑ{Z2Ä© $Ù Zj„¹ít }WŠ?n¶Ã||é­g½²eÀ¹Úê*übÄG.7—zÌŠÁÏ–‹Þoöá"-2ZƹϚ&ÞÝí/ó[n‚º-7žz¶Øþ4/ιÙRì~|®%_UÜÜ·sUE»ý¤„qáëÍN¬ÿB=Ⓤ›ý`±¦àåz+âó´ ÿ 9þÓå…:À÷a"eŒÄ‡BäÕivÂŪœg«-7»¬4àd6U›ü®íy®®ÐÃ,© ®w‘¢TÂü·£„Ä'£¸¤JzÜ >øænaÐîpÞ'Û2úl®Büï -‡»ÛõNÉüqM͸¥oN{ª¯OwYo¿ÒwÀ¼Õâ|oâq ,ÇžiYðC%&ÚÚýfì‚zït{¬µå¾¼4lµ ™9ÁÏt[l*ô>!d^äóvköóÝŽü‹âì÷+ …_N•<ò‰VHsL0óÌc\ˆa²Óõ\kɳP•ýl®"ñÁBeÒÃC5)gsúyµ¹Ôk¹Ž4Ss[ªƒ¾Yk,ù¸Ö‚öâç?Ïùîza‚žè{ 甬v ¿É¹Áʹ*ØWe¤¨ëúzèÇÉ*𛢸OWËüž_´QÒå¬Ô;RbÄe3úÚœ0éö5ò†”v{»»Ð‡ ¼ùpy^Póï<Ÿn“Áü·º!kržÊéÉ·z‘á—§Ê3±3]òƒ?ü1ÍÍþhDE¨E™/f+²ßÏWd<ëÆ]¶ëRGɇ ]i¯û¹©ï{ɱ®æl´qhK‰€ ÏÕæœjnÜ­AÔ÷KPÏ‹jn´K .þq.ù=€¥øÍÄ·ÍöÒOÆÄ·Ý>ø×¥F¨[*à¯>˜ßeÀk»ë»a_ µJHi†l¸erþ;µ_LÂïLâZgÆûIV¢«e”5 337»PKME×[‹< =p¿í.¤Ÿ\úŸàö× )þsŒ”¤åGܘ«ˆy°X›ùRJüyg¾<⑹'ÁÓЕþÝ6MZï»9'ˆN [¬yr©ú~„˜x}ý×$#éŽs´Ìß9‰Ž’UÄ¿%%½¹²ÓGIÓ5"¾*ËÓªÊcï›zK¾ûáßW› Þ¬6‚ßlv–|^i…ú®¶–|?T -v·ÀÐ -XiÎy©oÍy=B‰½-Îõ½4ÁItmÂÇ>iFźžY2®ºðå|UÖ³qzüÚ‚ ¿h >fë Üêqño1ÑŸÿ>Îc‡—t '¥¹Å&+ò[m¾?+ -¹¡áGÞ]ï.ù^N~Á+øùpªk–pŠŒýˆ ë`Á'cOîûµÖôÒ×kúÖLC5¼ÑYê¿V—ûf·¹ÙSmDüØé¿5ô#üŠÞ3“¿\®+Œp=œd—Ú’xá¸Åªä'+5ÏŒ}PïC5*Ú(-û!* ¸Mt¿¼Ò 3>z¹&ÿåz]ÎóÕºT— jèm‡{0ÉÛÆùûJ.Ü6ÉÇì ¡ƒ€Œúi¶*ûé'îÖ’8þîV{æ+Ç4>UV‘ød© ›`n`l÷rÒ– ßLWf>›àæ¼R”C_RÞm¶¡³OÕbîF9z®>íé|}’ËrSæs}SчÝ.\Àtä­¸(øj;4 ð*tð\Uþ‹…Êìgk à·^üÍeqæÓŽ¢O;ýðoÂÒëô¤¯7—jà‰ÿêøLóhÉ·ÍÎbíNàÏJÜUìÔ‡º*Èë>zÚ£ŸŸ\.Œã>lôccûȱ·›‹¾þ!ņý5„¸ÒRìÿ×1à†i´ÄŸ]xŸ•ãuÝ.Ãfìô—ù®4g»êê²\r_ÌTf=ŸdÄß›æ$=5ô ~T–„ßn‚GúKNÑÕ€ßºå² x.}[Á»qÚã^ä·k -jЃ®<ïZäSë &í?‹¢ê=1ÝhyåeÁÇʲ›´ðË|øýT-"hBïe•ÐÁ;}Ø[ÅÞæ~¸¿y¸x4%'ùÁF ,Ø6JNžæÄÞÙí‚ý0 QÒ·:‘!{£È¨ÿoRò¿s$°CZ¸Ú–öêDÍ,sùm¹î½ÑTpr\Æii÷Öê ÞL B¦Ññêúô´÷+ë­Ä¨q©§”’xSÍKtÙnƒ¸xÛéÄíËð‰{Rl¬®>ëÍj{¯]Æ+Ýî¥Ål÷¢ü¶z‹¿lu—>¾,XS•ýy£»,¬“šü¶“˜ðÒ8BˆQ ržËhÉ·åÌÄ;ãôäGäԗ#ŒLÏÅ.xhqìçëA¯îƒZaáÍ0ÊöÎ{‚~Nß‘ój­)Ñeµ!éåV1¤ r¶ÿõtÿWÇøù@JÖ -ãÏWÄ8й«dÞ§|»mèû9ظAjôcmE¶ûß:þ·Ž‰¶a£ªÒ]–ës_+8‰ÉQo/¶—„>^l„…¨DyŸ§é(Ç*Þp‚SвIÊBfk3_µ Cn´c#l ã'E ß@?ÙFHiJLº}¢$|»¯ðÓbCÚó…†Ì—ÎIzÑR?òÇrgÉWÇ8=Ç:BJÞí.üd{Ø%E_l@¶]î. ´H¸ø=E­`g€›µXògg¸ô "¯.T佨—cÿ™/§Íˆ8V jáA7z°Á«my¯WêÓŸhxÙ¤ÔøëݰKúF¨¯q„˜¬¾Úl'GítQ~v#ü.àÃnÌUf=¯Í|Ž‹¾ î0ÎLs†>˜¯cŒšm£ç®5CÝtÙOTœŒGôôû2jæË&ôOÓ°°t©ÿc¾ªèó¼(÷…VrOW‘þÐÒýâPP2f›á!ºæâÀC5 ¾;ŒÑ÷Â|wƈ©65£T?ˆ -œæg=œä<ÙhAøhEOæÅYïMCÔ䥦2ï­v”ŸeaBÿ0 C¬Ã”ÂcëT3J%þ€\òïJEýþ4)×dÞ}9.~oy0‰>RS2j†® ¤æÜ›à’´Õùï†ðAW4‚ðÛ»ýé/åüð›3å) È5 ƒ¼÷ë†nTæïyét† ->œÂ&ØeЀΔ7 ¢ÀkíYïi¹DÀÃçÍÖ¾Ù&F-Ôƒ_ª9Éw䌟·ºpßnwîÏÖ$?_iÊ{½Ö‡OCÜ¥§yMr‰2J*À±i<ÒПî¹Ó•ë¾X“òh³½ð³aˆQ‹ˆ}¨¬.ðsN’Ò,DðBCžÇfgŽ—q°Øo»'ÏCW“úl±£Øˆÿp® -üIß…ÚÀFX€l±§`m£Â”•ùîRN¦€Ãü=%-Ï.§åì©Ø¥ÛÀYnwAÜÌC¥_~z·ÜZè©k+ü<ÓV¾5ŠÉ”°Þ̉ҟºŠ¾[†JC÷ä°øã)"ôDƒO·HKüGiá76;JC§Åv)&Â8PöuJ”|ošŸö`ŠŸöh‚ýÒ0X¡®Îóä\ß"ÂÌ#°ÐeÀÿn·ºk ‡àÁá£îÏ×çz8ìr²¯¶cÒ8„ Þî‡|5ýÌy·R—áb $›$Ü"@ÇßOñÓ_Ló3_Ìð3[{aRx½ >_ýb)ÇhÑþͰ€Ëí¥¾ÎžËü÷•ôüðšb–Úå˜ÄÓ9úl¥¢Ö9#b¤””Õ6Äw} Âw§é«o‚}r3òLƒÔt9'áÞrcö;Ë(1X÷§iAÜ}%;å‘¶²àõz'!¨©ì#U9é×"—}4Ç&L×ṎÊ׺K¿«Eé@ ¥>œDÞÚn.´æc—•c6û0ás ™Ï¶ûÁŸÎïSõòÍ:DItHØyŠòœwŒäûcL쾊Y¶9Xèa2³¨=û0&üPR´/'µ‹ß8ïë„ <œb!´Õ©/Çhá-7g¾›ªÊó’rR^¯µæ:VÑK€ ^Qòã¾BM=U é›­ï–ë’«yá·¥ŒÀ»Û½yûãeaûã¤ô\”tw²&?roŠV8WŸÿaùXλԜõ~¥%íC†ú9ßù.áÅ?³O!¿úõáý¯+Ø!÷×»ò?n”øm–|µI‘‘æBp.6{ÈéG1ß®ÿ·Žv*ŠX$…þÿ,³ÙÿÝÎ †Ñ‚/gºêæ³ùJññt9Þ&%%š~4.zkœßL {´(*õ=®Ä8%Èþ-çDC)0 A}va~&)+çü» %9g»¯ØÇ2Púu½5÷ãî`Ö§£itÒž‚œu<ËF™'ÙÛCŒÄa~Þ|ò3໿™z~›­柭v”úÏw ¾7â¢ïöR\ }Ü<‹„“¿ÐTòiœ—ôPÊŠ¹7_“ún«ìgì/ Þ—S37ñ?çš ß(90‹¹Ô”ä:L -º=ÎŽ}؉ ü«tc³“œ6^ƒñk(‹º>%û«hÈ_ó$𩆔ç˜@Ç®wƒÝÖºR_¯õ—Ž^j'$:&x°½éJöÎ0-u¦"ûÙùç 3þÅ8+úQÊ÷²„ú`¾­Ô§õPÆŽ{jèCÇYGˆIÀ^CO¦ØeJZÑ®âkQ"b÷5ê¾JD3Œ2sõ]Øh G춃=O˜¸}6f»§ÌÏ03 ã¢ãl¨yŒœ ©I|¼ÐTêc’LbÌŠ;š°ì*Véöú§c®ºÕ9Û4äT²`;=¥Ÿu Ù/´U™Ï–š ½rJ “¹jqê 97þSN†ZÇhÙ;½°ï‹õéÏWšó>ncvGèYöqÁž©ØU"ªc²Š Ô*Ü&#%nw¼tõyî3ÍÐïëƒø˜µläß+å« —ºÙ^öy¥þÉ0Œ´+q)66Åíd¾²ú@#¤î)ye{rv‘y˜–¼ÛO‰Zí!†¶àŸN3_œõ$S?o½ÿ}³hè"FY†É)N¯Ì¦å`–€Ì øÓï‡rv©}Œ vŒ3¡j.Ê>ÉÈ·+ˆ©Æa\¨iˆeag´`ânjDE¶ÚðÖ>r¼}ˆ‘cá껩±sbè»ÍN|´i\„] ÇMW¾RUB¼ÖÚ±1Ž16ò·VȲ¡£vº |V[3_­vyí)˜Ý>TÐBmúóQJÜ“ FÆK5üu¥ d&1n„Sö¡}{¥Ÿ÷ïbeíùý"Ûh‘Ïî`‘÷Ö<Ò*çžÍÐKŽÔ„ôŦô7[Œd³¼ž·ÖËLÑòŸ<þ¨uŒ÷h‚•öa© 1ׂûÁ+Œ¼_]zçïYgO¸¼8È$ú­wC¼ŒˆX‡† -wh8(«œ ±ŒsÀçup0É…^ØÏ1RôÝ: ù²Ò˜è2_óÄ)Åg©Å¬Õ.z4à¿oõQ2T\@¯9ef!Þ¬ÀÅ™•øç,£Ì±TÓiÒÔ7›&Ë‘Æ1JÚf<È0ˆŽvNÒŠÎ{ GQ¡Û°ï;}¨ÈC5Ÿ¦«-ñX®-x­o,ò1ôâsŽ5åt§šU¶ÒƒŒVW¦¿4KiYÇs••':‘Ð"ÃÄïÁ¾-µ=§ªSÞ-¶eNS¡¿€³NPòæšÀïNçÄ5»€¦®w ý4Âìg¦ÞÒ@ë(:s_Í!Ì”““¬Bï -fÑnO‘Ï?îö+æî7Öu¾>ÍÝ>QwÞãí¼î £” ‡¢†m›ð*¥¥êÛJ=ƈ?¯©ù1w7zòÝÌ£„˜ógñ2v±y€–d襧Þ˜çЭ -ÄÇ |ž~Ë+y,©…d®‰ZŒŸl÷\/AÄee±¦ql¶MA,8[âqœZZÙ|GÁGË$6Þ4ŠOÜWÕ”['ª¨†^Þr ưŠÏ師–CpÓrˆR2Ò­ –ÿ¨£(ÿöúX/fD»˜‰+­ˆoCÈ Õ>Ø“ŒœsϦ¨ íHÅú~FÂZ'1hµ™ü}³©ofEÌT? rÃ.ö!³îÍ -ˆž¦®òLS;y¡Ž4É@¼^à=÷$ÕÄm‰ DUú²ÐBs¨j붆X`#àwŽT¼®üzN”|§­ÀÝ9ÊÌZï(O›<×ëh«5ÌCKyš³¿fhæ.+¢&°¤g3T¬›¹UoäæþöQjúž‚OvNµ9Ub–CA/5z¨ø©OômüŒþFœ¾³"g½‘²ÓY^o槬72Ãw;¸‰‹ÀZ‡Éˆ—}ðâÇ‹|òOû°d«þ}³·ÈÇ9…Ë<œ¡ÓŽ—jû–j{œZ>e®©Àk±êä…$§Š [n†{®Ô¼Úí‚zZúËB#øÌl€uÕÌ€faêÞp=yoXŒ1v3“´¢œç€L=^äq–jz ÓÒ¦œ™·#§gZ”œ’ýérÂÉ4Ÿ¸§à”î bC·ÛK>íãNT\„YÊ+n.K½Öȸ»XIŽ<i­=š’vzK¿é; _-cðÉBuûñBuóÑ|…Ð>É,¶MRóŽf‚}-›p2ÏÆYÆKBw ýWÛÀn½Pï­~\\-4öA+,ÝUËÇ2ö² -ä5BûˆµÙL1uQ¢÷%U¸NvñLe¡›ikÅÅî)éƒifñ¾²,^) -{"e‡ÞÑwæj*Î1² ¤å¤÷F9aðx»Cذ­~b¸¾ôsŠ[ôqŠ]ôa¡Ž®kDû,¶€?Î7d~\nÏó=^æUþÞ¨Ÿü{½zÀ(Ãg-õ–ý°hDÜýÅ&ÙñjUÇñ -“°%ÿœªË~£kËycU cO—Ê'K•õ– ^éN9ñŸ¹ú®ß3 Ý¿æjšlã¥Ñ‹-ÑoVºÓß[ÔèØã%a£ºÖÃI™¬¢|릔ÜoÅåßæ'ý…ù£$ÈÿBº—(àÍ+Ðˇ7A·¯\¹Þüôíùý Ä„¯Wåœ|×Ý~lÌ?Ë\ÆïU.䦿Lu`¿ÈIŸ'ª±Çùˆ—C,ìóvlÉ=$ó¸&%6ì7>æBufÚŸÜÔ˜+ÔØà?ˆiÁD~y Šq{{±–õ¬‘ôD)„{n÷1’ÌRTßEŒÔw~ì p3;y‰rÙ³›Œ|ÕŠ-{X)ºÊLN¹„Š¿Xè÷õ'&â?5ü -1úû¥¬/Ÿ/D¼ -zå -}÷p¿ÐÏ|¸ÞÎJ2K„p«¼Š¹=.@èºI?f,/¶VeOW•‡Ž00/º1»ýØ’G#$œ{?þ¢Uø¸¡(óNQ¸ßE÷§@/ïÞ…¿}q‘‘q}ˆ^ðJS‡üèå`‰ŽÛÓÑ&%2ß^棬Îû¸#¡h+ùëCÌ )§ô‰œ 9-@zh(?5áÝT‹™v t9ÆãýET¸ÿURLÀBÄ÷?—jÑqû*:Ö1ÍÄ8çʙۄø:bG‚|ÓO£”Yh¦i«©~šï»Ì­Ÿù\˜yúårQXàEÿ×® ÷î€BÞ>»HK{ÐŽKz+áåé{9ûS ˜sš‹9ðlÐÓw%¤xç}4Ç#Ù§¨9KÅžjAÁ³Ù*ŒïL%þ{E^Ò °ß— п ¤˜¨Ë¨Èï— ?®R“"¯ë¾úúé…4ŸOWP±¡·ªrã®ìô“S|’}ZDß‘pó7úP?–:À~›#ˆŸs­HŸåJø\öÛ„¨ôu "ëF;çÔÊAnòZjìµ(Ï÷¸\ÿ ôx=¸qôúþmP^ çŸcüÂ_K‚†ÿl°…Îilæj_–¶9Þãd™AÝ׉*L*€KFÉ ÖI|ü¾†^dSqà»fþÆ ¢¨†‡‹Š_°Ò¢nVæÆ_ÇDÞÎ ð¾!,ˆvc$>Rð2^èû0©ëy5ÿÏ*X•rÀ@ÜxßJ…Þ!ò®Ð r.DE‚½ÝAï\߹ úðè!èÕ£» kWþ=»uêö”äs¡–vG#Ê~~¬¥ä;æèPÝ6h~8ÙÊÿ9TAö¨ÇäÞà¥_aæ¤^‚F…\sÔêsP²§;(×ÏôîÈíÁ-Pô§7 ßÏ@7®\E|j9ðãq~ÔõùFÔgM]é»qNÑ“é -ô‡å6vÔd-' B~Î*€^C$§\Èþñ”ìû äÿú5èÕ› ¯ƒÂ^=}q}ºwã/Ð èî_—ußùºº€€süCÆ„<_iÇ~Ó0âõ£bôT/n¬’æÝŒE>mÁ¡\P°ÛôÌ”KùÁþâ½?ƒ2}¾€ò|}@ñŸ<@žO\@o€ýxxû6èÏ?þ½º{ó|/@¼¼è?§jÞÛrT¤YƒJX(ú<ßh€Š^hPñq³}ÌÄQ1Á½]|‹œžp þóÇxhŠt{òzúôÉåèî•k ;]½¹ô ø<¡]/×Â"Ì6~4Ž£Â7F‹}R\ÔZ;üóJîû˜ñ¶‹Rz¿¾Ž»T ÊöóÅ~zòt¹zï.Èíþ]Л»w@÷®]]¹tñÿxÎËØ÷ÏOþP -óý4|æÉ‚¨bo†O>šãÓ€üQf•“ÓÖû êzüçFä!::òOldôÅL_çÇ ÷ï‚^¼E¼{ìû]ЋÛw@nƒ\¿ºtñÐ3àý’?{‚™Q÷4µøo›CBˆAÚ*¶««EÖIfc”™¦¬‡èç@]+áéw©Àž„^øéîòxüôõ™+(øÕ+ÐSàz·._½ÞãåýG —ÿ¹?x‚ÿ þSÂ.x­­É{³Ù <š§cþÝâU¯ -Åz+om”“­ë&†NVÃßpËÞ05М»˜˜Ÿ$|ñºðxç@M„üÿáÁ=Ðà,ïõèå*½„O»¹Ø 3ËK#WÆù°þ -ìÛfZé}>²à5r›žw “ôG€‡×…G·ï‚î{ûòþCÐû§/@??}¿„OͺS‚¿šƒVÚ‘_S4°]ÃCëÇÊ¡‹#•Ū®šœ¡šò€*@?™q‘ ÑÊb£/¤€¼^<}^aîAßÞ½Îí/`O‚b>ºðÓÓíRRȽvLŠë§àãj?%~®“¨ªÆ{MÕпM5°ƒ:Y°ç äã*,á!:/ïj°·'(ÈÍä÷ö=èÕý Àçt8ó㣠×{÷@7ÿ¼ -r½qøò=¨,,áz#,÷Ã\-&TßK‹Ó÷±“t½Â\Iݯ‹t­(;Z +¼Q‰*»‰Ë̸áízëòô¨3o—‡ À×ï@ﺂžÜ¾zœ—ë€;\@?½<@ô¬ØË -â­i’U`R1ÀkèàåöÂOf%]/åæO÷°â†kX_«°8—„˜?~x¹¾½~Š÷ôy<} -ìñUЭ?ÿ½}à -ºóèÃcWP´ßÅïÏ—*À VÚpV9-w{ÿssºÜ†ý®k%°1¯º˜¸"ä68"üBò÷o P´—7ÈÃõ)èæ¥Ë '×®ûñôåµèÞÍ[_ÜE¸½¿òõö'ÛÓ¡d”êø¬ƒ%>gžKphX°­1Rüdmé[Eás²ø!$,äRÚ—¯ $ÏO–]@÷,ßÿë -€Ã§À¾?Ý¿~ôX÷Ç'ÏA/>¹¹¾å…„þ‰OŽ~0]Kò_ï㥥MB›ªZ¼ÒM‰^è¢EÌt’~´R‹Ÿ ’".…~z úôÔäûò5ÈØßûW¯¸¸z `ñöÕkÿwýÏÀz>{r{úTþãb$ñnDüµí~LÌïUAÕþ<cP·ädÃTMõºLˆæ£ß ¹WñÑÄzz\ˆùä ìÈóù ÐõË‚žÞ¸ ¼ïЇgOA¯³Lúòý5+ýŽ‘ñ~±£,XÛå:3ÈI©¦xŽŠ™¾£ÕÂðn2Ç­ KyÚAâ¼#/Ñ)¥·Š"s¯£“¡w©¹°»ý¬ºXyuOÙBw;u{¬µ+¯ ÚÌgŸ­›§k*×'+°Ê~^òX3h ŠæÕÅfz‹H×j8öiŽçFÏ%¸Çß…ÄäÞ ¤gÞÆ'%Üf¤¤¸v Q>Sµ¬tý1~½»Ô{{aRW0w•b†~¬š¸4Ò@ÑÔÂEÈä;5ˆ¼g’q\»¸&’‹¤¼%æ–>(Kȹ - ϼìçî zÿø.PËAÏï=%ú_¦¤‚Ÿ¶¢ð¾Úzaúr'=zWÊ-0ÉEX㸽8À‹)÷Ë!qפ<¬‡TÈüÚÆe»W‘¯iE˜GIÁñ—¾¾ó½¸ÓõÀo¯=A?¼¾^Œøt1-<õ"$1ÿ -Vüjˆ‹ôZn#‡ØÕ4Ó8â˜ä¢Ž4ªãùÊš½±Ð8UÍÓ ÕÔ5Ä ‰øç…™™×B|}ÿw÷E| ¹¿tݽ~ó%ä22æB+Źus˜ßÆøÌàÕÞ†YQ_»=ƃœ¿LåpóDyÙæ¨¶0X‡S· âGª¨>utô \QɃ¼¨¤Ë)ÁQƒ½ýŒ¿j÷>èÎÕ[ Ï=A©¡ñ`R .í”ò¸µ¡*–YÉ*3+hÙûsîÑJýØñª¸õp¹²q[ÍAjúI?U½¬Ø.åMøªRô€œ•}“‘q»4%õNØ×€¿ü>x€~úúb~\Lþy9â›ÿHZÚU¼Øu¢Žª(GXdÕL‹¼‚dRp‹·GYÙ3Í(/]7=n}¼š¬h+O¬ÆC]0i1Wãý}¯dE„þ…ÌH¸•tÕûÍKЗ·î—²ãs$Æ%ÞÎŒK¸Lß Ñﺸß©zÔ79?ëÑrgiðÉ’¨îx…'üa®uJ@4i«+7”U y+3¤š„|ˆÍÉþëçgß žÞ Ü°(P~TÂ¥hÿ€ËÞož€’‚}/¢sS®Vá`¯x´ðÅ~Ò /Gík8ûW¸«jjÚ ÌÖx}}¬–°ÜÈši&øŽ:IÐ×km-ˆ­îöp#Õ2QM·)Ål“Bˆ5ÈxPû´˜gŸoUÙtU ¦izWÁ-5ª…„Érĺ²±2^…[¬GhÛÙ‘³¼„Õ±ÑúHo¥~´³|y ¹ÖWÛé£ÇMòG¾Ú -–UÉ[d˜c¼®Ê¡è5©ëj·BÜŽRÌÚ–W׺ىúnQÎJo]ñTwc‘f¨O ìé¡HêGEu¡ †{u)äN3 -õr¢¢2mc¨hW6Tí)êöTÕ‚ýiþ`ŽG8œ²÷¦+8ëÌÔÅòÏ!nÁÎX%be ²PÕ^ªìlÌŸlkÊ”Ö5ÇÈkk£ÆE<ÿþµº©6CÖX—ÜÃçùôŠ+#'úëK7&«hf%mžä@w¥ŒôõNij„˜þÏJä`†GYÁD¬Ë‰š!nj='`¨±âçpKK¶¤µ9»ŽŒumãÔôU¶ÇtqŸ§šÙ¡+ýµÅú!AžEAHµi%N]E¥}®¦Ñ6[ßnmì=X¨i?2àá,jœ ¤è¥„(EsÙ'E-| ƒÉJ»Á†Ážv‰â[øåþÕ¢À–òr†r±÷xçÇš¤YhžîQ,Õõîéĵ+ ’ÃÕÚÁ=]eÝù½ Û ±«bä­ŽPbµ€þ)šËªya ýUEK’®ªÙê’©.jøÌ;e¼‰Ôøà.ÖMÙÙŽo­ˆÓ ð3×&*°ÎY!ç?KBÑË+44Ôö(&R?DŒØáååb*p¦´e);[×EؤÄlJíªÊz>@‰¼5ÊI|°ÐËÉšižèjÈÚD±S½âÂUI#Ã8ÙPiU H[ƒ¨hueìýí!È×ãEžàl£Y·7Ï€[U´<»V@Ýœ,‡/É*à“=é㭢؉æšDy 'LÙWW¦íàjÇñKzâò09jq€ºÜ‡þîÐ -éF9³Ò…üfAýø{§Fº?צ8˜¯ë´kª+Œª -ªð»c¤8Emñ—ºâÛrvoºœj’RL2\´a ûÓ¦°:IËÞ›æ tâj‹š[æT¸›m•Í·HOæëÚ–Ä5Æ).Ú0IÍ\BmIpÑR|àŠÎæ+„ûÓU‚=U=P»lèÑ 9ïp–Zl˜$$[T¬â½éú&ëxÀ©’Œ*>fk‚1Ê«ØÎéJ¶MJI7’c¶ûˆëýÔ˜iSù6ðÒV¡vÆjð[#BèF=Á&ã—N‰XVùù ±ŠÚ³ùùÉ\}sŠvjX¥ÖIÄ$ãïŽð -ö§+˜ûšJ®MÍÇ;5ÕÕæÉZ¡UU+2(¸%bÔ¦„eœ ¦ÆH‰æIl¡——ºÒY ¶MöLì¯Ö Øg V3l**Ä®@Gï ‚ÝJLÒ¯e‘Ø>Í'š•êÞ|u‹m¡®gCSߺ5ÝÒ½©nïÞTÖ²—©QËÃB°^VÙUr ‡:&öd^È=Ó 8ÿ×#s‡WqÞÑ6EÍ·k¹çRe ÀùçýÐIçýˆN´Ô¢3íœbel°¢ùý8 DæéUú‰Š²%=gY΄èå刃¹ó¾ÕõCG‹âF«†>\¬h=^i;Z®î0«…€çâ-¾k8Ûi6Ü1- ìŒÑ2Öºá¾V% ¾7[ÛºÞ‡ Óµ€ß¯ ~Ì à¢ô“L´aJÀÜÕT²{ï–‡‰(@“FÄMGjTÜj“ÁB¶‡‘¡v9-ûhЇ:Pqá§‹îþ‡°;Râ·ÓŸïµÖžúl®.íÝ$/ÂEß™p0[Y«æ3euÅ? JñhµIuý|¦Õñ,!dzۦ"¥íi‰ÙGZZÉÙ|uóÉ °î)lòÖ@Ñ×ùÆBwÓ(!îtžC8Ÿs2G)8ž¥Ÿßç3ÉÈ' åô¿W"£mRbÓŽõ jÀOÉÓ4Øîø‹i¢$ìPG.:Y¡’N×y"£‚ Ù£f/V4Úµ ðY(çÏ]œÌð©‡h°©G3ØôƒRî #ÉEÆÉõ²Ÿ? #¦šÈ³ŸnQãSlÓøÄ£yZÉñREPw½&µ€¶§0Îxô³ZéÉ >s½3íù ÙûÊ”(êÍÉ ¶7Í'ï “í“ç³nè„£LšQ -Ñ÷#ƒ—zq¡[cèð)"Â2IÎ;Zà’öµÔÂý¹Šê½ùFÉÑjU×Ѻ¨át ø¹$ª±kyĵ~\¨SMÍ?Ÿ‰j#ÆÏ9Z!û`ŽK>Z¨lÿ¥¯û½)¨Û›¡;5ôâã•–yçB}ß®’‡°(éÿê´ÿÕÓHÿ«g2þ߆°ùÿmðëL“,D 6Â¥ùüï)QõoÀ?ï—[ó>l6g¸.×f=Ýj+ò2Žâ¢DÙïY~w÷Fèy§ª -Úom9ñl†ð):Ŧ( -0d¼ûŽ?ç[‡–ú{½¼ê@Ç@šø$“‚èÐR5Äì}%>gwûÓ0,,ÙíeåØG©‰û2ZšmièÃÿ°K?Kð1Æ~¨÷FgÖ “lWÐs¶úI¹N)«Ø ¥¤mŒ`#7ú‰‘Ö1^ÁÞ·doŠ2+è¹çØ;oøøšã¹r +RÒ㤤m).Ò4Aj¹R|8Ï瞃a׈+g«ªÏfhÐ3-6ñP]d‘Áƒw%¨Ýde’ѵãØ”"ÆÁluí¾–p|í<Ÿß¥À'/÷c‚jÑOô}ðéBuë¡®ªÎ9CÉ·«Q €þGÙÈ' -ûÀ9­K9%¢Òðû*qaÄñb}ÿÞ|UðNöó™*2T¸iéœa9–¶=ˆ 5Kéù§óµg@Ö;š ö§xX‡œ¶ÝpN2 Mrâ)ñîfGYÄÿ¬× ý»+|Îxq@ë2õˆ ¥Î"ŸÃ~oUܼ£d—%”´ÿY·ÿ«·ÿwSÔò?[‚–Ã9\îæìëro™Ïî()vg~8ÍEÿšWM ™‡Ö©ÎO† ›­M{2Jм»=@θ7VžõV-N~똢ÿZæqÿYçWž­”sZ.vg‚U䜭n9^ªí±LsWÚóß­·ƒßª€œ¶HÇü=C+³ ÀCª“ËYq÷7{añ§ t¬S…ˆ4ŽÂ\˜äÔ -Yˆv°È.PÉçóIþ ðÃyà× - µ7Ï&ئéï°à:.ù×Z9ï÷2u¨¥”t’CéºÙ¿×¿Wι›Ü–Aü³ÈDç :åtXôŸõŠöýYÈ!œƒÅF¹S[%Þ›æ"4¬²c-£Ä:²ªøÄ™fØ×ÕfLäïi±ðh’]| £¤ïIñÛíEnv RjúF?2¤y«<ÉóžÐ[Û£`g¸1Pà¾6v_êx¸¯Ð÷¿ BÁ–œîÄ?×”&þ£¯î?]â—¸…:Œl }•²Ãîœ?¤m†”ƒ]Í}è8Û0%n¥¡äãbMîs]Uö³ùÊôÇ •É÷ÌÅ_mRjæT+"×Iá.‡@ßÂÿÜh‡xìtæ~² C}vûs>mô¦ºŸÌʦXh«Ô½c’ -1Œ¡b—ˆÅ'ktü ]-=×Qì£ÄÄÍóˆg@¾0*h¹kØPË>Ú<‚ Þî+ V‹RÞéj³Þ;åÌ|'àYæ*jDB Ö ¶1ÁkM7ËU)CðpÓ,rw°èûé‚ȳU%©ï*1 •…¯w¸/wå´+ÏçJUwŸ-Š›ÏûR-WÔž.±Içó-ÈP‹ n—#§p v@G-ðo¶QT}œ>ù¿Ùõ̲=!mw´Ñ _ìFwÐÓ¼¶G˜Ä}]m»MÃÅoë·YaOÃFœ.TÖ,Övoáã¶ÆH©NMe¥c¶¦~KÆkëKëK¾ÛFˆ±[ÝÐ/ < -à“X}™ŸyŸr¼À -àÁ‡s˜Ô}ÍyϱóÇ$ØßkT´sŸø¯¹6ˆ‡AŠMsÌp0ö)vÙá|9ël­¢ÞªÆ%:§0IÖ l‚CEÎ=ÔñúaL來…?[mÑž®Wõ.±HV56É ÅEm¢#¶úQáv ¼Øÿ®k£&95ãÎéºZçT9f_EÏ?šáâ¦(™v9&Zß•ç¡Å=Üè*ù²Ö\üÙÔƒ2tÁ¿îvxh»û‹ýl*bZOM†2Ýã¯Al«³…šv‡Z@´)¹p' O;#¨ðÍþÒï;C°oÇZÏ:#â”y<ËÂýZá‹€ÿK0ŽP’×ZK¼–ò^-Öå4sóV;1jø©©ÈøýÄc:p« æ¥kÌ{©¬H$a'ÝjEÿ©ï š%bâj"8{7£îœ$9€fÈé¹ë%>+u`÷c>ÓLߟóaZ}SÍ¿µÖ˜ûÑ6†ˆ;ôþtŠ1H°?ç!ovûÑÁ6 )Ñ2BNØ¢Ämõb¶»Ñ~¦óûu­¸ï 5˜o2f¾ûBuñ·Ý1>B!Ê{.£F^ÄÜuŒ•~·Ž–ø[F A¿fØþò7b’ÛM9?7ülžÏ·Ê §ó…GóE‘KÝIZ"]×:sßZd¤ÌQB¢¾X¿–ÏvÎT·{µÑYè>ÊŒ¾Y]øå¢F”ôÂ>AɯGE½i'DzhËÅ[Ãää91äÕœ óÁœ 完r£çþç\Møs ŽQ»x»—m¢€í -6Î1AJÝW cþÖѧó,ìѬ€u:/àý^øWË(=ž£ÌQ‹¦È™G@β •øéëÒŸî¶g¾awðs»å?[•ýa­­$Ä<ÉFœó¹c†G:Yà³5äé¬mŸâ¢ö¦™ðÓQÕþ¬¸rG·Yµu ¶© -¶u‚™ë”“’7º Þëí¹î2|OŽŽ0 |ÑŠ£\›“^þZd¯ŠÛ4¸,›æTcRð“”ír£MˆÙF…º•j’Ÿç)AùÁ,{<ËF>©Ô©Ä%š'P1ëý¥ßgyÜ“åÖÙý%qíáJEãárEë¾ÐÒ9Ö4މ|C¢E޲(I™ÎY!Ïdã½9‘ðx©²Á©æÓlãÄ8Ó&LW—÷þü».üøÇä4·?çë!Q¦ab‚®:Íu­%û£a ä»\ÿhB˜pg¡6ëÙ™Š…;Y¨¨µÈÉ)f@_Ï5pG†Œ´Œã’Ï1ñ{™Ï_¤ÄÍÖ°H)y§KåÌ )v«ùm££Øs¹6çÝvô³~:XžùŒ‘äñÇ‚‡ÝÄý\iÎ}1[õTW—ÿfVœùt®*Óu½­ÀÈ¿°ABôj -À °ð"ë9Ï4_ëÈy3ˆ ¹2Aýùl_N,ÞŸñ,2Fö‘ŠYz6SNýxK–‘R¿•¦¤§ƒäÀ++0ŸÕŽ2_]-ô½u˜Sp¤®¯·³!ëíȯÄäëìä¯ Qæ×?e”c)ZÑ„hDFß\o)øw^ÀÙ2òBmç\u¶·y(?x±)çÍ0-ûåR+6ådŽ_jJrÙèÉüäP"bw%ÅAÆá’Ð# ydbuMÞ9?ýÝÑL9ÿïµêÞ“y~g¸Ý‡ -4b£iØ„}% =JK~®æå|sŒ -q+­(ÿ zÚ >ùŽ‚‘óD#È|¶Òë¹Ó…JÚ¥çdø?¿HIúöd·Ž;ž«¬ÚêËú «Œ¾³X•pß8 -ñùµÄ¡Ì–óz8©¾È€‡ÿoWÔq4G.± C¿¬V¥?ž¦ÅÜPÑ"¯o6f¾:SRrÚq9/ÿ½üŠ`†‰Øì.òšÅÝk.öº¦àýp9š¥cöuë̃ŒùÏReÍïy÷Ÿz™}¼4Ä:ý¿ß~ÀHÛ0Á)0ËèéjVñfGñ—9Qò“iNÜŒÿå¤ï¥ V¸‹AR’òß]AË07æýJg~Èé›tàúl¡œª®3 SñÂo-·dºÎ1Q{3<‚y’ Ù–’ÓlÄÑ—rÞsýßERÁ)à%ާ±iÎIL–CK.=ÕW ¬ê,Zj›aÀ_›ä¸”½BÞé2‡l×rf%²§­¬Øæ OæDüóyxGjÊ6ÆÎ3b×Ú¡nQþ+ËbÂFÍV$?Y¬N~vÞ AÁ~ª<†]ŠŒ8™çó -.|c{þì÷‘†‹9[ #þ^¥cÿ^cPO—pù;£EŸ£Ø¨ ·.A¥éšÏçœ 0v™w¤æãí2B€…Œ˜›䘫;RJê/ó­JóÁ1Â.´ŽâV› -?n¶yÙ$ˆÐÙÚŒ—jaâõ6è—_sU&)úçbKÞ‡•ÎBŸå¶"ŸõæâoVÀoO³ Rb¼a˜žñÏbuû¿+â–} ³d± üvµ-ûåZsæ À/¹ÙÆ©»Ã¤ø¹jè›.BÄþ$»Ä0Œþ±Ùƒü>)„¼®ƒF^äø_ëAÇ>2õS“GOäÔ/W¦Äù?N§ź†TׯÒÏÐâ^€¤Ø/×Ì}¹Þ))ç Œ -têlcºûéñkETåT]C+89ïç¬ em÷C½4lì?«•M':uOCÉÝŸæÕÔü½ |úNwi¾ì¹P“ÿJßa僟è»!æQFžyTˆvŽ‘â#¸„.LÒTEž{C‘ÿ_*anÈBÀßS0 Ó¨»ó5·{J‚~/Ò0's<Š]͆«š -F¸ñÎ=—CMÉ·J°Ñ¦L"௢Œý€é*öÔUºQ—'{_ÂG~üï*§b_EÎÚî-úd„ú٤ؔC :õ¿;lîÑ"àiF0Që˜ôÿ¬ÖhÙÓ`Þç­žägÆ!°×îPÁçS—íÔè&)#Ó©ä! -Va<êª0ÝïBWYÄ)5òöFk¶×éòÏŠ ò× -‡ÃÊx{Q)Jø½Ä$ïkð¹›ýЯ‡³øL«;ß ø[JÉ?€²(Ôé†2Oý9ɹØ0v´Þ<ûÏ:¿? ÚnKsÕ·¦¹®´¤½vjੳ䢭ÑÒÇ,©èH_3ü{óÿú%Wœ÷?Ö±0 ½ðà«C-7ÊÌ}}º(äŸÎ–Ogød§œ5Kp†ðso‰Ï±š3 ã#v»0Ž1bÒžŸx -»úÕöÿsôÖïifÛÿ÷93g¼#u›êÔ]Ó4MÒ6înÄ‘ÜÝ%îî!†  .mgæœó½>ÏòÜœ¸\6{/y½¹÷^K -0ì<¹lMF+vË m=ÒŠvLȬ-#8>r;0×¥íëësŽ- À‹E[áýyaE족[r°égý3ðØ…Æü‹ZN棠òŽi˜Ê¬|õc?2éÆö,ií¨x0{÷ã )ægcCúY)3ñg5á×`mÌçEpm¼îµ{›P±êƒJbWM*ÚUÃ>úfË_™Ûr®xÆÑ _¬Ÿ,BaP°ØHÝ›À &kKŠÏ INUb3½“ȸÿÕ “R#gœCЧžbÎÊ$5Wů¸¬bæŸV3òÏiyå÷‡q©g§(çW†ëâ—û¡o´Â¼ó -vî)böÝÕŽÊ7Ÿøbb¢XXë(8Jßž÷ø‹'øâà7ù¸â¯|➬yé8\‰ùlçrwMLL@I,ØÖÑ G‹ÂÆMò£³¯âŽŠ™zÂ(Î8µÔUqÏ1ŠOj„f\„ÄÝûÖ1MlTQª|ÓÕÏõ ™¿·Ö¼ø…—wÿ- à?bÉŽšG6·Bß®öÖ¼ÜÕСG&6î?Nžø‹•MÙÑ‘JÃó¸Ì]ÖrIîiLú–’V{ hÉHm× òz¹ t³»öÃ÷„¤[ÿæÜùz©!ûá_‹tŒo“²£&íëhÕGF.~G/ ês1«T¬ˆ—á>=¤¢”æJ,÷%Ÿ]hùø›Œùö‡¾ð`‘äw|¾s¸.êÈ›û@,ÛÓrч\¾¦æ©k¼æQpçÆ'Êx ËraéYz­KÉGÚÀwÇ0 ?vVEÝVû5=ëÞ?ç¹WÝ@Œ Ö¼>K~øëú>sKÁ¬ÞWóóÐ[wî9çý% -ö—]C]ö×D=‘þ»ó˜œáš'®1ðó=¾ä“Í<\æ°#Ú9¨ÆæÌß50Þª{µ>{¹6¿)Ãå…TÄ‚|Š¡¥úÎ&í×Í)xú™Ówd_Ó¶$ž4wÝ!$^F}¼ä‚T@c̃ˆLäÇ{?®öUDÿgÍ;4ã+Rp¬wô4¬`ô4÷+Õ@Lx¶)#•îé… ï,*Á1PyÛÖUqSÆÈ;'*Ž>Ñ ‹½àƒ$;FÁѬòèsž9Bõžž^¿6Ze뫼mí-»n(ºRÖ¼þ²Äã\·”^²­eÔ/ [þr -[÷°¥­ø§àÜR;èf`—¾©d×.ö _îhù4`Mè«} û•~„¼ø^AŠÿNÏNÿ-<[Ÿöÿ\¼.¯¦,®xü³w WøÅÒÜûŦ~^Ä–›yÞé’ç–®´ËÖî´s_–EÛÖÎÙ€F,ôI©¥Ÿ¬ ½Ç&6åó" w £Vï(a‰®ÑÂGÙªw:íAcC‹OÁEï[D‡v6uWK,Ù´¹o².fpNœÿø‡Mƒ€±1GÊ먵a #rN'v°%÷píS×@ÉMWoþð,*'r GßYukc’V¼©ä ݳØTÏ,6Å=ƒŠ÷JñA-&cÛÌDîšÚ÷;çö-mcǶֱO6è‹/þ -ö€qî/,©#ú5ôê^ÄvMc#úä­­òÀÞ^{Û(Ì¿àì©xí• Òl°§Kݤw®±ðúˆ¼1É©\Ÿ"¥»\¯{ë=Ú7‘+Ã@\—ÑA›JfõŽFÌkÙõ>#4Iâ|×D*÷©Q©Þ9ln¤×ê¶‹ßÒrP;zÀ¿ ,T¤W×±•Rç“"¬½U·VFP1^9 ¶!ãB–zh övV’U„y¬¦–Ÿ#gŸÒ4ßÕ¶—=è'¤þ¢äV¾òOS‹í}µÏ›s¯úÇk¢—{JXÛr®y'ŠY‘9{&|ɺõÁ5ƒO;4 Xf6þx‰C?´²È;€^öÏ£³lƒewƒêºäM ¥<8džîkz%‡Æ^9ð]P«ãàg+c%7ÍíFà/O­ Ãc—DZI=¨„ßVº«Ÿ.pÉ{.y[Çâ âW"²íõÏu¢’kÛ"=89B¯ -È­>6qè_,-ƒŸÛ>ðï &ymü,¨ŒìýÌ]¨8¯”\¼ èï=¶¯`×íÌ1!þ \†B˜qiŒ”rikž]Ãf«„yýrL&Ñ6ãØÁaño×$â¹f©ea­€±*÷ Ôê  -™¾:\ýÌ=·1{©Ýå­KšcfÝ\Gæ¬NàA3¬Â{*vá5ïxŸm|Á•Ž -ÑY[fB©ßH*1ޢߑr.$ÔÏ89KEÏ?×^þì«Ö’Ç_«È '=Uý³äó(9£‹\xcˆ’xa}¿­æáwµ<⮑Xv`ƃó€.BÇzäìz¿ªI°4JIwLÓ½rbѶð 32ëÏe2ä/;l7c¤í-ˆù––CKCÓþ"›¸¥Åúe51>Y퇠”RVp¡SÔ%|}SüG_]êÅh≞º'Ûjb$¤œ³6] ÏÐ -e•Ï:0)§WGH¥!…ˆàšÀ%{¦!Q[jÈ;¿´òñî*wÇH…û” ÔárÓÈ–™Û6‘*vŒèü-#¶,d`6µtÌî"—íVà2Ü“‘룄*K/ª((çBƒ²Èx°Y[2\–oëBÅ(Ä [‚ªè_×FI“ødÇ ì™›¶6†ü`=Z›ª~P Ó$.ôÕ½Wµ–Ýr>ÿËJãÈq¤^¤‘TåÔ–œC$xçêSý*r¹mØé­]—{`áó‚j|¾­·è5'ó´‚‘ó[oý›_,yB*DÂ.~ЋJ¶ëWF!o6ƈi@lem[º¶"þŽIܼo‰·uËú8¿ —±1…N(ˆù+“„L];ä‘{ŽÞ5‰[öŒ”Ú­yH\PY”Ã3€ñâŽL\ò¾IÈÚ3 y;FñÈ"l8²ð…‘¾õ{€ñ§Èy®aBòÆ(î½BTq»ôÝͯÒïŸùÇ&óÚÚ:s©½öÑrWÕ=3ýw• ÿî” ç÷>rÆuK!Ë@Ïê8*vCß@^miêS?;Iè¿]¼ÖOŽÆ¡{CwØD\¦/³ŸâC{Ëøžµ¡mˆ+-¥XߨYnΕa|Ú¹C­˜¹éÝ®!í©èåžQtìRWéUkgáï«#Ðw>½zšWr]ÝXvo[ °®K -º:¬'…uÄ¢À<±@Óy©h®z¹k8„­A-¹Ø§ ænÎS뎗9< ¿ãƒÌ##d.Âßn/°mI­¨p¹+#õ–öŠ×+ÐøIX–o–à’ⲦxÅŒÒ2où0 ¡–{d”b¿šVµeâ’üÂ-§—4l¸©»þS¬Ábë°xTÑʼS˜„¡º7«½W«ãõi9*mB&RJb.:‡ª¢7å5qÖÞ”óæÎ”ËË£Uou¥1 eïCrdö_«\‘s“1ßYóȯ`"m-#Ç6*îÐR—T=‘0ž|'!¾üqc¼êÃO´&ÁgX‡ñI-ñÙÖ©ø­ià¿+tÒŸ|Õ¶‘²É¥à‚½³BØj;]Æ©¼ÑXùþ{ ¶ðÒÖ´æDÆ8:K®›ZÒOÛ»Jn¬£bìu¯<u±‡28KÌJiÅ[$¤B§ˆDß4VÓ”~u^œuÆ3YõÙF§úuȦ -™¼©„Å…Õð´ƒ"äß6jÝ¿—(u_"=™Í,ô¦’Váç-€¶khj ªDk"f›u²ž|Z#¨¼Õ‡ÎºÜR™xÆÖ†MÛ˜$.÷ž­ ÔGõ£SÏÍ13¯„䤲€œYdfösN«›jÞmªäŽ;0“jöq;&4`—ج‘ -°{ÖÆÎƒ%Aã!Àˇ¶ö™=Ks÷ž¥±Ý¬¿}òÄÒSõ`±»ö©cWØŒ½ åfÿšf•ú†Ñï„é§çÙ '­mwÃИRÚi™ ðñ> ùürl®­¿êm¨ê+ÒßBO«t{ÏÜØ÷i£EµmåPýólx@ÙÂß1ôJ?- [·Œt(0VÈ0ÞHí½E6׈ù{ÀýckïÖ<Pà2W' 1ƶÒëË#ÈX¿’Z}hã5¹U8m •¶eˆ÷ á6lâàüó´*?à;Vqë–¹©cÓÐÔàV1Ê·t üSCë§EQSXîwNÓr–%œbç#Û=Kʳô‚ßPóÿØ ~{~[CB…µ˜<´îƒs´æ•¥«ø†GNÈ_“ -Ð ³àKʱUÔ¸©&lªÑÙ^4Ñ%g8FA/ƒ*Lá®EÄ·±‹ÌC„÷›z>÷ï•6Åžža&ÈÞ"{h¶î™E-‡&OÇÅìhx˜=€AwŒ [*0ÏBm*)5À¼ÔoÎR·æ(y!9¹ 0ƒJZìÈ»fj*¹nï¥$¶CR~Ã¥œo(º9Ã̹:ŽI;=GÎ8ck/¿ë!¤Úaí}Ø´-êS1ëw¸´[ËèÖbC³OC«t1Þ9VëšÁ¦©s¯mɉ5»ææ®È9¿”˜µØRu³úþÛ–²W_)8ç©%Q?3~om­ˆ +ð¹!%&=¤Äfy§¡ñËý…O qgU´è+]åO6¦I9êÆüߊ®;û Ñ€ÎÔ5/þÛA‚/â@®¹ò'a ¦ðO Nÿéhÿ·/Ü•CâÂÓÏvUðä³ÄL¯¹ØQþ‡GBùdŒ¡ öZ\“x¶üÝâ²÷¿Z«olôx§Iý踟N¯ôâ“Ó<ØÊøÅ;çÒ|#èŽ}­i­µ4L-ÙÔ5‰ý2( Çæ„5,ì‰Ëø´ÄZI„]#±¥'Ô„´øÂ°ŽVw¸Ü2¹»$n ›Ì•IDÚÚdå«° -ö~KƒÉZèA&v"3¯ëšáñîqN™½£î©“pª§6ú””øñ²‘—tÁ3Zµo¤aTÝ¥QÜ’—¿úÆY}}sÓ–C:òü¶ŽÚ^ÀƒW˜´…\ëbRé97Úëã.r6OìÛ:äû€-Gúy¯ U>õNÁcCjB>ÀFhEcù“>LâéåAp,À6Õ›@® HI…^àæÓ0Áöl¼KB,Ýì~y†RëCçméEœm£€½mbaw—„Má ·é9¨M2vO¹æx”5 ¥8làÑÝJzÅ|#ôÉ2ûÂ&õwGWù*Aö  øõITÁ0öã9Ÿž°HǘݽÄdìÛh´=¶Ú7ɣĜkC箹¡ß«¤ã"×1ƒ6Ú«¦‚Üj&$0ÇŽ¥¡ÈßëRzÅÚ¥dßÖ5¿cí5îÙ»ÿ« aihÙ6²ê€^\•3Ëå5÷Œ]À{ëͦADé¶šôO’½cˆ¨µÁê{ή²k^òIµ àJ?·ê÷¸{gþ!.÷»o“²1xgi«¹ãè­½·>\õÈ=ºš%¤úíœ%–÷’>\+ 5acÏ´OÓ7á›omÚ6 -¹GVqóÞ¢€cÃ&9ÇÈ@þÆæ•$o¸Ò©`•Ýž¡^æê..?þgræ›_ÌMà”ÍiLÚr_áUÇPñu]SÚùô‹“Äwç%”„+Îê·¦AèËfXÒI{;³0$i!í¨É #2{[WŸâ’T¿ðÍVEíéˆà#›T‹t”ªÿXi¨·ÿ:ø _,Þ¡‘w Ý[*}´6MÃߟ›¤Þ^$&8{`Ï,­…WtÂä³Sä˜ßZÁÏ~æÝýjž•{EÊ-½Ë-ywÞÑ zºÔ]›à4±—ÓÊýRtŽ_Ïܘ­y è[ôŽVÜ´=ÏÀìèHUniÉÛ5IA”g·e¸ÑÎ"o™)0¯ -™ -hÑ{Cïg;|°ˆÈ «){@|ßž§‚¼Ó¸dç *Ê=JÍ|¹Ð<Þ׋\cИaü‡óã´ŒrÀž'eïÝcÌÊ•Fžmýv`r u¸H€Ù¨¨}ཽ:|‰´¹èá;ýÁ'gã°_ͧøäs}—ÙŠþpIÂ(º½2€wt×Þ7ˆrÎËé)§³øM\ñæ×qdÊÕ¥ÖÚ§CÄœk…Ï.ÿc¥§:vWÑ0ÈDÏâÃrä©k¢ü¡_z|RÐ+–‡ë²@ltM"Éè#+yh%C>Ù©õÇv -"¤E¦u>[¹¼}£HtdiêøËž‘ŽØÓJüÓÐw¶îâÛj^Ú…ÕaÄ{û(¾`„‘}GÓTøÐ3ƒÉ æ>œ çÝôSÊ®šƒ4~±s»>ƒM8²1ÉGV*áÈJ®?°«w­¤Ú•‰÷Gö…/1™ŸW8 Ž1Dœc„¶­‰ÿ´±Ù7rÊÇs ¢œ›kCЗ»*rÉ®–Z¥‚nZºpoƒrZYP͵T?_ì¨øce´ú¡G‹ñ«)›!l°Ö稕A=Ÿ^°jÀGôLøƒ BÂ|Yæ5þítíX鸣e*&¬EælZxcª>EÓQ•á“Et³È?Ç©tMRlíÐ{3äœßz`I?ôÖÅ;ƒN:µ)¡W®Ž²æè¿xGêã·¤øô°›º97(C¦»fÙæâ‡QrñíÀ$ƒ¼gïÒ„­|Þ×–è¨Ò ¨^UYÒ€o©J»¸Ò¯ÞW0j]•¬ ^Ú: ÷´Œ¢S6añÿúãÊ)ƒSóþT;,áò–† ‹Ô•ª‰Ž!ЃIFÚ¹arÊI[å}·?«Š+ˆ¹sb–št÷ïõÙž±A¼Äï}=¾Ì6XýLÓœ}n}¬âé¶–Y×úðÛBSYÚŸÖÆO€f?БËv5„ü°—íG¼[ê†>T7Cîvbr/ŽrΆ¦9uëÀ¼t¢^Ú{°1ký¤äyAå-5±'ŠŸ}˜@¥,4—Ý75^ K‘ÉÛó¤ªm!ïPOEúßãûhê,»kl-»’E~ÃhìñÉq¹Žñšç;‘ß»ÌØüC+¾ú¿k F¤¿vXÅEh»F¶TìM%½<²ïÃÑYtÝÔ˜sÙ(ξ²­&”«:+Þ“ï|#.{ýóž‘…qô¡cíí°‡+]ÐG€M?äçð<ÖpQN 4Y&HúÝ'…¦~Y|p‘…Û^d“wÙÔ¿VE=[tÁê$äù3ÿ6"ýáy_d?›™Y®õŒ‚cµÈ\÷DÕ[sKîÍäÛï–{ozpwI¹O~‘rò®í›ÈˆƒEøÀD(îW…8Pó| -b¡_Ë'nÈ•[ZaÏÀ#Zbÿrr…ŸÈCÀ÷×GËê[r¯;ë¢G©·†à‰?¶•½ý¦µ4úûŽÊØ“Ë]Õ1{j|}]0/*º£ääŸóÎÑJ€<–”¡ó6•˜¢M¹ˆ”ÃeußF'l/q9ßSþÈ>Q÷ñhµMµ¿ÜÐ4p‰£¶²#=OaŸ–(´>» fÏ@Æþ_ a6Òs:¤B¥x§Á/×F«í°eÿõ¶5BRP·mÎ -`Þ)fáz?>ÞÀ+¾4Mú^ÃLù%0ZùÂ5O´µW?Z•^)H…Ë#Uol½%w–{ÊïÚz -on Ö½ -Ï0A_÷y™ÉÞ±2 !3 ³gåsÿt¶hkÚ7‰E!»v[Áª:PsëTBâj?þÃJ;!Î7Â+µ4CÍàS~Ñ òÿЉ‹o©y´â²ß—û )¡y!!¨cBÝ2L¢g´ Œ! £Döä­Œ²%¼ŠûÔ¢·§Mmå‡öÖ)¿’Z¿uI »ZrÙ‘X¾¯ÇoJI%æðc×¶èÐÔÒøÿhÝž'—nL`Þñá¾sôAÑ‚yÙ*=;C«¹ÙÏlj*»>‰‹û¾§îÕ¿z±?L‘rÏRè÷¥6ð+}o]lIÔõaßßü~_…x…ÒŠsΓ£4u%ž3w§žY©|¹;Ï„ï-4µè:ñ«ãØÌÏ€½ü–àÿ<,þÖÈÈÏKØÒ 2ÙÒ]ýˆ–ÿöRÖËï]Óøñ‡t¨fBwd„"×,AÆÉ½¯¦,ùÔö,"Ý/£Ö,6Uß ŒcRÂRjQHŽË +qya%¥~[M«xi§Ö‡ÀŽ< %j -dFP‹/ÚÒS¡_l =»zbßÌ¡lÌ0 ó à7ÛZõ¾‰Žr!ßÅÅWUüŒÓ=ð÷g†±‰¿¯Ââ­•+zwòã݋ߎ’‹^ìrSÿPÂ?øå°¸m-˜[ИY\šOA-9066ìh8D×d}Òö<±<0ˆ7в.Ã_ÿ¬oÝoÆdÝÌysë‡>tæÅqtÚOÃØo4”¤Ÿ4t@ #ÞþØ ?ÓRwqž_xO.,{ûô?Àîüä’’Î)ô‡HÌŽ‰ s+qùöqX”c¦.nðÛÿçá¶®£’BJ6þp©ypßÞ2q¼Þªü¼!ìÿ´LÅ1Ê;YûÔ-¿Ó·î¯Œ üSØ$÷0$Ú3Rïªx»ÖWúbWËŬXXûdŽ™wsm Œ¿ìº‚’ùë$*ñ' êýRüû-¢ì‹î!ð“ÅÁª'BØ›ï;êâNø&°éÙúƒ8÷¦¹)çN@’û(¬*~r°ˆ-ñxÇöÈyC6éÐÄgE®«ï´=-½f[N) ÎÑ‹[Á÷ëÉ95{ I'ºj?þ**y÷Ó02õ¤APx}s²>6,'»§Y®dÚ¦š ëDô=#¥Æ/…ÅÍ‹²ÎÉ8É'—ºA·S˜”==‡ø$¤aÁöô"ö®G Ë0©AYÍk·$ï¶­à‘1Dü'#—´¯çQ¼³ÔÒ]º«³<Ó´Ü5@s/´V?žWß3·Aî¯ ¡£7¦Xeº†Ê -Nþå9FÞ½¥îÊû@º£•<^îƒ%z‘±¢šÔ3àÌÛYÌÖ[ýÀ ®¸½Øy¹6‰Þœ¿;42û‘3¢±.å'…¸ì展‰û¼LÇY1GDÆ¡™ pb¹¾­æ)­èíOƒøìÇ»f^›_ŠË\ï­º³ÜVzUÁLý]ðð{|òµ¯&ЯÚR"3'„ glPÜ%{?ºbSI«4uܳ¢OJHON›ÞžuT¾ -*h(ÿ<A.{uqŽ›úâß+ü†H¿ìO&.}WK(ðI`±––ÂZnÊ•0 ÛÇX/ 9÷Ãj" Çø%ÈîQh‚¦±è¹„˜|N+ȹ°Ð^R2qr1(Òg `4Ο+ü¦O63¬D¤¸'k^­MT?Žœ=ÙÖu ØIá%×:Ñ/#fû¦ñyîBö¦ŒYÁ~Ð4ÕÜqŽÓf(Yç[A¯¿gç\^h¬x¸>‚N¾W…[J.²ôÕÅ7T¾;‰¿ùU/êýõ •·.)æ•ÁÒ· tŒGÍã†-Âö£U~kä ìß.:Ë9R ðGøÙÑ©=vˆº–¹ü½eqßB()êÞoÏãJÂ"di’ì—k‚@,Òqò.ö×D}ÛVöøŸRâÇ“~)©H#.¹2ˆþð=¿ôùW´¼³Ì‚Wß"ÒÏ›ÐRBÖozFÆoÎ@;÷öâ~ãW<ÿz’˜vÖ5Vÿnu¨ê‘V˜ÿ‡¡±à¾{¸èéî<2ïÐÊÙZ'éõÏSKýJfex^@ÜÑ‹è›rj±O‚KôLà>,|em¯{Ð^—ü3¯ ú_fQÝ+|GIÏ?£ãç^17åÞVóã®ÌÒ£N/4çÞ ËXµþ9Ì=ˆÔÇ\G¯•=öO–=ZÈ{TÅlé0;Zx_'¤¤¤üð:åHK¨ØSÃ3C*Dþ¦ ›yd¤×•Ä iÖ¬Î7rÜS´|{䱊—þÛ,5íÀN—6çÆLŸc•^44Õ=ñJØ¥KmUw'°—=ý¶«æõ [KÕÎnì;×(âe‚†IglÝä ߤ Ö;†ùœE'äÄB`¥Xhs/<.¬c@wÍ ä¾…Š45lX¾·@ª´öÖ>Ñ4VÜ^ŸÄæZi (ÉÅcõ±kCèÎAl’š_~w•rÆ$.¾RP@M„œßkŸ˜o†ze4Z”rJÁ‰¿¢&>µ÷e¿90p b‘wžÅ—¼<7FOõ§ƒ'Ø7ùSÙç^ûÌÖU|UËO=£å§ßؘ#¡ó£Oã²b¯‡µ‚–=bnλ1…ý•_xÿëÖÒ_9ÚónîéH•9 œuë;^u܃=…ð×*¿åÈBA¸'AV† -®Uu?ÙD­53Íλ¥åßúdåEöC·´W‚K÷L ß;û+ï® V?Z“3(ùo~B§=ün¡«â}ˆ§ëÐD[OÙk}sñí~TÊÏœüg_ÏÒÎûgÁ‰›Jtš{üfGÇôVËÐñr‡˜³ÑC‹äI€ÏaÉÇK¸š/«…6ßQ{°Ì :ùMÇËLÊž_øy‰Š<²âá%"˧¦Õ¸¦I¹kƒõo5‚Ü›j^êï¡9è{Ç(>A%(8­`æžš&åŸj€&I~úõ,¹øŽ££îiCù‹ïh™7¾î‡>ûn‚üîTꕌaßýº6‰Öt—ßk‡Gÿ´ÐTóþPÇ#¨×,ò£sŠZìUñ Û&ݧáÀtƒˆ8 ·ðÚê>/¬CrV­k óa±±ô²[xVBHýiŸ}r¹û®‘}VJÊ9g”\·ˆŠ¯:;Kžnô×&úÇP©ž>T´©¡ô†³ütwš]–3#}²G«ž.·d]>œük_²§D¥úGëb]•wB3À: “#ИmyÝ{ÿl}lP†JØ”áÒv4¬úí–R -¼ÓÌÏ8¿ÊÔZzcóÝ82æ‡9ÊdzZ~ÞùÅÐ5 ž½7u"ßö‚“N,5Õ¾07U¼GÄœ0ñ2o¬÷ÔDóú^ݹ׃Í:ïžâ w´Bº¹½èöÚHõ ¯“ꃿÙÒ“*vL¼{ŽVjFFùæIÿv‰†¿¬ZwôlÄÆ$%ÃÐRtmП»F2dÏÊ¢X‡Q>9P¶‰üŠf†’_y‹šûâBöÓ_û‰:kî[{á©>…€áRðákSØÌ½®èhIظkâÓ=3ÄBµ¸äÞ|Kù=søù––+ø´ÜÅ­ž U_vŽ3vu´ÚmemLp²âéꔩm¨¹6Ï->­d—œRóÊ/,¶Áî9†°oÕ⊫ƒ°”ŸzÁÙfÈe7[knÙºÀ÷=£Ð×Yl–uõVÂÌ¿æªO *(ùÞ9\ŠkŸ½.e‚|*~wQ$ hxè5) =§Iy[z1?ds|sô¢å¾º—“„¤_›J}3ÿAJ+:=@«>uïâ?P)ÏÎ:;!1€ždfž·´æÝ16ä\ÃÆ/,~úÝêãi·ä -6åáwkÝÑGR¥£ô@Ï˼¬|ü­òàëÞêgÿšÅ%þ4'È¿žúøô?J^^ü×– œ5úÓBC~2Ð;Rd{ôÂÞWz]ÕXq²œú›‚’sv›~ZNÊ;oCþ˜#œÒÉé†ò˜è/¾16‚î˸÷˜y¿A'Üù¡¥üÍ/2ZêéåîÚ{Þ)d¢wº:Í#½;4P {!c[Cq·tK‹ÎöÎÖ½[†Gù#gö¦[ÀÖzfë?º”v4†Õ${»>Rãš® Í ¶æ9Hû 6c‚’}É9€‹×6¡c§Ø5Ï-÷Ö†Jžf*¦ûÕØ¬H§OvA㞉M\›¦çç™uA5®hÏLÇ~vr,lj`ŸÒS*‚ÀÿºçH%îYR±g†’¿6Šÿ°6ÚVSk bQXÍ#xçØUîévÚÆxc½cžºÔ‹|5M˾<†O:åBÆz§Ùea³&ØdHÏÅ… âM-ƒìWkøè—d¯2ZÚi ô¾¥íì&|P·Â_ò¢~`ä¼=šÃÕ®WÜsÕ<±wßê…>û¦òâ}sùÍaèê‡GW¾"¦DÿºÜxnh¨º)#ÿ.Á\dd½þ¶øéådÜ>óògW¿ÖÄ›ùææWð¾²·óØ^qo}°â®¹5犄{¢tû›Ô“ïÓu +Sج JúusKÙ›=±«¥c³Ô¢m1Ï5XvWƈ=¹Ô zꛥ•J^ØGêòC5qK­UQë}Èè-`cà -^úÅöšWÿZ¢gÛðY¦vh²o'g']–ÒbN®ôgß9X€¥n©á©Î¾"€A+c·´<¼¹Pè—ã+‚Xˆ5Ÿ–¨ˆ£ERÍç%6Å;‡Îæêú2}[Å€¦ÐéRÜ)5ãÆZ,Ê= -Ú&$ú¦1®1È7-¨óIÉëœêµ1jŽkŸhÙ¤•Aì;÷$1%Q±½‡–à™b•®Föm÷WÞqÔ½ðÏ¡³}Jd²m¼ê‘¹¯öÙ|§fCƒ.rKÏ¥ìYšû—ZÇ"¿-lH5n)*) ¦W®O²¼|’BP|¹™ø};$ù[5»öÆJ?+o¡ ó~ ŸyÖÐX÷Rί{£o†¿tKHé^)½luñ`€˜¥þú(@wšÁ÷ÕüÊ›@ŒMñO¡S‚Rzi`§å~JÒb?1^Ó{bnCÄl«8XcdZøÑroí‹1bê•iFÑM7%vX€½Êùøý@=èk)q‚Vr^Pøþ+zú»’^üŸðâ;bBôO¢ÂÄS˜Ê˘ì„‚²ØcÔôKœ¢Ç?Oâ~™!Ç}7„‰ûq”|Q+,ºë&—èûêãÑÉwÿÕ ýpû‹•ß|dæó¼Ó‘þu¯ííYçT¬¤sk£ØBÛ85¿&ñÉ CgMÞÁ ²ÄN{{åc½ çÚ@ýë]5ÿ5‹ûieœœÍ¨øx©"þö¯SäÌû¡Y\¶gµ=ÍT¼Ÿ¦Ç\k­¼÷Š‘ò{à(RaÌ/c¤Œ¨CòÅÁf}Y¢Ôïi±ùA,UÎÿxe‚piy¤îý%ãÑ0æã™YFÊ 9=ïáÆ*q[I(öL V€¥fæßq ÖgmÊøS:k}ŒR ¬_ºk‚Y±)e³Ä{4~—p‰’x㟣˜„¶Ahörí«&²ÇÜ1³p€Ãly,¿ŠT - oº$˜TKº\ÓTïGkx 6A -àóõ¤Ò ø{€‡>lHj^ï›)PŸ[¼Ô½Øyâš@$åIJ ‡tlå‹þÞöúåèä ŠX|°È¦[ؼ/6ŽøO'¿áó2_x´Äc.s¹ŸV„Ý­ {Bè‹/ú·CÐ| ¡T®@_9»kî¯ôÀž® Õ¿Ú«{s´H˜GÙŒòíù¶ošWíž ¥Úz*oY;Š.Ù:‹.»†1qÎQzº¡ƒðÚÑ‹T -±öAè+ƒ8ûŒ¹9÷¼NœuÞ;ƒJku[:gË,j\Ç~4 aã‚:0/mƒ»––¡«@|`bâTú&À.%:[.,¹î›b­Œ‘3—zPÑz~ùÕµžúCÄdg}´^œ{a}ŒQâW´ò>+Ù”ÕÇZ» ¯-uæ]^­~RSÊól¨cñÚ @óg³€p|¹GJÌt¡¢—ºaOÖDZñ‘³U;zq×Ô Ú˜£—ú•JX#fù¥Ìš )§Ö8.(TöÓãÕ˜—Ë£Ì|Ó#cN„¸+!×ݘ&£kĈ×öN|Âr+ö¹vOÉ©»51ˆ«nŒÒK®sr^}?J9Y7Û>qm–Qê– ‘+²Vº²—׎H;©ä”=Ô\sNÔ>·WÞY‰Ô4†¾ Ê©«3Ý\M_Km´ø‚WJ¬ -Ê!±«C¥šrÏ#â¾ëÄ?†Núe©³æ©eœQT—ûË‹Ë'ÿÑRùþÂæ2ÉÒ”{Ã,H:'Å<ÿž™ýÇ?; ïO(xÛ ]ìĚϿ▼¼µ¥Â‘ÿt°ÙîQУ¥–Üó*nò¯M÷¾Ò7–<Õö@ã`éN0³Ÿ~óÙÄÀhð-­Æ3]÷~ó ?ïþ· 9÷ÿio-~4Å-z~wý»zÖë VðQkÈQÚ…~èÛ±rîýsŠwÖ9zN-||JÎωþÓ!îý´"î>¶3©Ûzt¡OL5v–ßž$§pJp¸¢wç3_þ—cZ´%…¼s—ÞöŒ‚¬Þî?üN\pó;5ÿÃ!#©Ÿûô'lÊ“ßôMÕñŸLîg‹¨áØ,àíèÈS¸©¨úïƒuì` ÉåoÂ2ŸÜò+(äc{‡âÈÑ®ü¯Qö_¯çÈŒ­ÜÞÔ ݨÔûãä܇ˆ”õQxŒg -V -÷tØì?ͤ -¯ŸîWrëÜ2Nu€ô> Ô•€Fœ£úúÜÒZ|SÊÊ»4ŒJùi¹£ö¹GʆéÚ«Ø{jžî©5ìÈÌÄ[ÙŒm›°:Ç,Yš e¯+ÄŒ uGó’¤êVu4li8a9KŠËÚד+BjtÆ–Ÿ³¥â—^l‡Þ›gäŸé­}÷ÃXýÇŸ””„ßlmÙ·w´†[ÁÇ;F±ñ[ZuHK*ùdeb?Ù˜¤-3½Þ-E§/´îz$ðܰ–2÷CŸ|DPÉÇìi)àHßy€oÀÛ:<hTÇ &)læs|ólüÀHÎ1d¬c -“²¡ „è÷<«vaóÆØ…zº6ƯðË»š#}3\“ÔLG/ñ€IçzêR~Ʀ_Xê« üß+ ®½ü 䜠-RRפ´B·šuÌñª×¤ìòí>íÈ"jÚ1Ra^6Ð un9Ð0Á;&6Ö1CÎZ•3J] -hÇ©÷CÈq¬á•3«=Pá’0 ]3ôç(1Yß‹žoÊ•w}|¦©µüÎ 5õ‚ŠÿÇB+òõò5Ó>ÂÉ5ö ³uýÂ,û-cOÏ$Û¸œ )!sE‚IqÍ -¼2V­OÅÇ{µ"ðùù–È ï8äÍñ"nï­¸½ÔQ~Ý9\÷JB;8‚J;©å®¹ç•³­Ø·Ð´³ -qÉ;ÿ<¾ÈÒS{ÇÒ y´Ü_ÿfeˆ”²ÔGLö)éU!=²:IñIñåÇËÖˆÐu»j}N„[•6`<@.ñÊðiNÅê85ÝÚ‹‹²ö¡ß¬OÓ -ÇØ¹ Ì|ç^^ hòµ)r®OÊ®r 8hljXS -P«ªFªMÚA× wBLãC,óh;leJPcjFź† ™A9­: âÔ/Œ1²[ ÅÕ)¿˜»É¹îjžµ¯òî|Sò¹åÂ;> ´®l »4Í|¿±QèÓs1%êça½Ê­`Vø•ø,Ï 4Æ­@§{ Ì:ã$9“ƒJ¿HÈ|ùMpŽ)Ex¿œê™õ>-º®bƒ×©È6€Œ -¨™u[¶Æ—VÈv«ø°©±ußÒØõˆß!!R«$Û­bT­KEõCkÏÂH}¦¦§"Æ;OƒyuLt@G…y¤r¿šõªÄucýsC+&!¨inX›åT8'˜9ë3¬Rç ½teއXQ´ðVÕË3‚Ze =Þ67ÒolY—óaÀz•ºç(%¾m°÷—šzw¬ÂÆP䌓³E²mµúõLXÈÌ£ùØ8‡š ÛÐsp›fÓ«å¢gÙe—‡±¹^­˜æ’Q‹6nð*©•.¥Ì%cÁ‚æ–þÀbû¸ßÔØ²®fCÂæ–¾%qGÈLAxµÔjÓ å½y˜’`ô\Õ“j¾8›'>9ÛÇŽæÑ{ÃЮYÔ²éblYG„e¶q!hm¦Ô¶vÛ[%î9lúê8"ÎÚ[쪹2†Žß2ˆ~u{{¡¹;lìÓ8Mn©îWˆñË~…¼ õPß~a&~t˸u.Yϧìé -„ô ‘æWÓË#ýÒÔ]°%«ðÆ'SCCPßÖïÓuy´Ý£ÖÙv²IÒ 7ösÓìâj};ÙÙÇ* ©Åäå)fáTcý]eæõÒ£t]Ö€×÷à£,ƒ¤Î `~ä´ÚC‹P¼©Ðü:>ayŠ”eŸ$$¸Ð5‹|Úfžg¾‘é›ç¡ƒ6qg‰Ãó¨ã)i¶ þT*€GÙ% pS?;mc†]¶cb¡7õ|škžò8è/k #{vQ˦ƒ ›ÛÃÆîÙãÈyb#®Ô'ƒ%¬KÀQÎ1ȳe@[¹ä"¢a˜‘?N/=³2 ðÀ ŽÁú¨ 2Ö2}¦m«¼ hŒa ½6 Äçµif¹cœ^ážÃÃ"gÏí ìþ’@ìÒðkr1àç­<¯¶{h]ÝÕã7àÖU TJ@ß3³é€€V&ë߯ÏâSýJ&4¤å`} -RÁÚd] ý>UµïVÇso®OA¢ƒJ€#­âµÏÐÀ ,tŽy5B†Èa€.˵ S’W§hE[&qÓž¥}Úchêì¡Ýj€%žZ›¥B7M¾1ǽÀ#Úféù.5í̯óÖÖÁ 9 «¦9e^àù€AÄ^UŠKÒf¼u¦éœm@XdžlÒññ…©!‘u¦éì|mšåš%ä†õlLðÿçè­ÿ[×÷qgŸ½g×ÌžîvÆiDZ»» TT,¤¤ÅÄF)iI1À»»ffÇ9çýy}ÿïòüª¸\ëyîûŠÅZ÷5Ö\¿ik nÙé‡sÝÆ™†æ­‰æÖí™¶ùvõÞ<{`ª¾iÝFG-è©`§œœî”7Wi;(qÉ·oW°ëhjÚš¨#¹†h%[# ìÚ ç2ÑŠWG˜È­±æÞ qUð¤¤ÌkÃho=µxËZ‡?˜jêüºÔ¦»˜°a¥ÃWuè]GqV][=#'€ó©Ý´75ì;['Û;m¼EK-r^OÌ\¶P¡ë£õ¤E){EWõåøâýsGþÄÙk>rt+]ºú*§˜–4-o)3ò›³Z*ò¯ŒtaSFšëv­u¸u£ìâ™ý @ßlé1Y›Ö®N³¸Ä„ÅÝ+ô}ðÓž–†;šä9÷Æ{WÌÍÔ)#g\T—fëaÅIZŠ*²¯·•&¾ZV0ûc}»öFêÀû÷„5¬Òi 2.j-0÷Q㬥\ƒ¨Äe¼¬©…® 7§$Í%“ª>긢îTÐÒ–u­ø9MOý¼¡“5§m¨²óP‘³RFÙ¼º§Ñ¡VІùB¬¹³5eIÚßì©]Uõ·¸tݵ3ªšÔ%]QÐá©â`„YsàûÎ8×´a®«vÉ)é‹ -zþ¶‰Q¾o£Bw,äÒ³Â)§¥ÏkY•ËCíô)9a¼½äÅöºaba6­õøMK-|e˜Y>%'§NÚ|ÇÌf_ÌÇ?rÔ3vÇi¨e!oÍR‹Þ´´·¹[I†®ú8Mo{ʈ¬¶8ÌéØ0wt¬ ÕÃ#ÎÜO‹rJ ›@¯Ž°0Kæ:Äô`fg‚Ýs0ÃÞ™îÔ¬µ WFš›çtÄÜEc-zu¬³wèëÿiyÝJïØ1¹û:n²C¶íìÑM+‰i jù®£S¶ëléÞs°è.2!ÇÇÍ›)ÐÝ:ùx±®k}ŒIÚ°7³öfZ…û-m{“¤ª}'¿fíêà¢,|~¨W‹h&I¨Ÿ=|ļDȰó‡Z韭ÝÍ13‚ž²©œm“ÉÙÃÜÖìÁfœ¿¹w<Ñ¥Úst×lM”1#Ã(nHbÔ\LØÒÉAâ^èki™«ÊîÖ=KGÛ¶µµ i*uŠºŠôý©ê&n‚¢©?…ezàò²ÿ%¥•{o›{…[f®dÝܯšPt ŒB>BÓË/ðÊÇ•’Vu LÞÆK7p5»Ì"³I‡ZÞP¸QQ(d‰“HåäWdêM7˜é-ÃñcµlY‘¥»â’5£¾:ëYÍ4°/²BvíB›¨³h¸K6u‹K¬½móÚÚ‚6vIG.Ø´4ׯ}=®è@êÚ˜_tµ¤÷ã\f¶¶3=@¯\lÅÎëš°+¦Ö¡³]üm®S ôXÍ– s<ÝØ}±GËÖ®6û@mžšý($៙yœÒÙ¡nÖ¦­½sÕPW9&d¦ÛzHñóŒ¼@ë؈9ÑÉǦÎII9Û¶–úS3ia¨6£jGÚ%ì’u]Ñ’± ½d`@¯Ÿ27ÈÌ·É:˵bVÒ.ÌÒ÷uç[„}•C\néPQ«ãªë{‡j»ÉýÈÆ6~/ra¨‹¾biÄ.Úš©‹€†]23Ê6ǘ5›€—XµÕ"—¬€V37ãGUj¾I®ލùa?”Û.Œni3)¼÷øªž{øÊ–'Eñ…7…5þ’޶’YU lÅØŒ[©«™3Q‹÷¦›9³¯§;TÛκÚ5{ii¼«Ûiî YÔ½8S8$èƒ {¡SºÞÚÉ!^»YÈ…[øbœ‘'i6 -9ø1E3Æ©!ƒÇ¥Øø5S e{´OµåàîÏvëw'ÛES-œÓù¦Þcƒõ÷z=ﯕæ³ùÁþt}ý¦£¹`íîœÒq[õÌø)MÙ©k£ÈÙ³&6koª®~É„ͨ‰¹«¦Ž®ñ¾¡ÍѶŽsSͤ‰SoÕhDƒ¼ÑQÇŠÓ`Íh§«‚:°¼÷’$ZÂÌèc*Éè÷J0õ­¤Ñ‡C‘$s}©C]í©£‚æ,—º­fcŒo]°ð¥ú~¶FÊ«‹BÑdCgÖD—y éŠ([Õ·Ë æŽÞ OW´ ‚øµ†„zòÐpîQa"êÜx b]Ó;ã6,ýÒÑnÁœ®nÕg„ÜJ9WòÌX>׆e³ãÉ -ŸVæp‡=YÅf’©©wQå$‹r7"ýó»÷Y—¼žÄüâW|•^Ñ i0™8ðU1{´&og _èÐÔBäý©ÜZU$‡& è­ã*xŠEwoªMÄÏiE=GËç—‰:¿ˆHíÙÕ5o*cÂ~× ¢f…Ò†U}OÛÖh·èhºðtÚ¢¢4pc™~0Ñ&œ³*§LR9KÙÃÉhi “4ö¥XÅºŽ‰AQË´®Ÿ=&é† -[C饥ׅ$²¥‹“ѧ>V×±Sfe½Œ §nZ\—å’Ós'xˆÐ™¦J‹LÞl’óÐ&Y?ZÍmKRu7òú³݃yÎ8”‰½#TÔ¾n"÷Äu´¨3Ha`QñyVúybLõíÜ”šûŰw-ØæÀÁî¾T›FÔ4=ÜÝ´ è¶%3¹xV…Mv ²µ¦hð]Ízp#]™ÖL—§7SµÁx‚ñ]RùTØ~%=¥öÇÔtÆ/_…¹y<¹œ—E¸N«f¾êc6‡DœŠI]c~¸±fjdº4Ä‚½À¦µ(•jF¿$¿§S’ÒÓ­-`×+#ëˆÂ/,BW,F )ɪ~[OýP†›‘{JÍ¿O¨,z,h© hjËÛd‹\Ú»áàHÖ]²?ÙÔz¶Ð"8œ©oÜ›åh·§zõkc½³V{Ì8ÀQŠ¥xG”Ï­ï -‘÷ @åNÈæÄIØíQ:Ak²Ž_›8©m¥î:{ ‡“¢EK[‹A¥î XYÝÂVsÇ"K±y—U‰ï£`¢ð2îÍŒDÜÏÑá°ßÒ“®dä‹~}íp{ø"í?È/¹É5¿×c^*»:“ -vjH,6 T¹½§ChG1;\™töa¥a+®†8öS­zJ„«ÜIHõsl•à>´„÷”×uœË½ž‘Û󋇨íù‹4·è(ê0¸þ §}êШ…kNÏ”º¹jBÙŠ°ªDM2SSmßla k>Eõ,®ºŸšÝö[v÷¨@r53›{ÙËqé±{š›WöÒ§/d·'ï n¿]ùèæç ý%?·é&ÖÿLÙÙ?khÆ-X‰CâV°¨K–×ÕlNgÕ“¨&Ofór2“µ×Ò<™QOS©%Ê‚ê(ƒ¾X„èIvãW÷'?|zì–ºš—Œu'–Ò¼´]Ì´Z+]2v6¯ÕawlÙªMâÐku -.o Çá#»zUœ¾5rOï±­y8±…9ÜDÕÉf¯¢ÜÚŸ Ò°¿eâï%Å ùð:ò´°l÷>ª0…Kb¾ÁÄ5a¿MóQñz•Ž/ ¹ý6TS„cŒ|†” ž”THÜkh“¾ÅeòÛ^Ÿ!?|ü˜w9#}5 Äýå'Äíîƒ8·ûORÜü#i—¼)uóÄý„Åè?öóíd›VÚ»0ÒÝ73Ü€²ªxR‰­­«žHo™Mª¨1< ¢üüѳørd8ö×ø÷ÄLÞA´K¯Þ»ù…/İ.=xUâæî…wËýVQ¥yD'ˆ?ˆ;D9Ê®ö„ÑfêØ5Á8ÀC÷ô×ÔwÎçSZQÕx½{vAû½¢JùƒÒJݨHâ¿Þ¿Ë¹tÿ^°ÛëW©nŸ|án7žä¹]¾ìîæî R&¹_ûû«wEW …ü¢•ÑŽ®Ã©ÖþÍ‘ú¤ª¥Ü¢T÷j•ž\fïë:YáF#£y: MмªÁÈ=ˆËg4Þøé}ì_ô{RéZ\ ôVRt†»¨•U°¢gãÌu¨A…ˆÜÕ¯+fv̤ãçCËÈÔñÕÈdÊÑIÔù…W»=õÌqûõ–Ûk ·ÀHš›‡Ìí¾{ª[|,ú2“$þ(î’ƒ­Òî*3¿1U/ ŠÄRsïX!™½šˆ¬]ñ®¢:< -Ñ–;1™mÿò »…ÇHHiþWP4Íí©W±Û àX÷^f»}ðA¹½õÅ_zë‡þ± ¨å6·S“e ó:Ný‚žÇ×õ5 J:Á\¡ —ÂOã'åÀF®e”®Fföüô>”êvóØíÅ›b·à(æ¥Ad·Çï«Ü^x!Ýâš/ùưxĸìYwô*¯¥'aÖØÝ67Ü\kÕöÕ53:?1™ -?Fƒ5N}•œ/øÅ7’ùSdj×oñi?½~_èöѻ⇈8æa)-—®=IvûõªŸÛã—ùn¯0n·ž€.ù}Á_ÃâT*¾½{N§4ÎõtNèÚ -©^Ï6'0{V!4Þ´ªvÙ«cRŽ}Z\®»™‘Ýs9$ºþr\J×O¾_0—î<Œu{çq{õ±ÈíΣ„K~°è8¾;J}mlEù®˜0e;­—#ÏnìÏĶ,‡ÇüÝyLøù]æRdbË1I-ÿò ®ù×]÷ÌKŸÑ—"€Ÿù†QÝz€ÝÞ‡.Å ]N)5ÿ¤;{9:IÖ‡\푬ÏôŽè ªNþ,™Ö¹–¬Ÿñ…m/K+Õ·3AÝW>ùWþôð%èÒ³P·—^en/=¡nž!„Ÿ<£j -Låý”R¢» §L|llwfñ{­0ƒLÑ0!o.š×1!61JÔÂðlbˆ?³ZÇ“©‹©pæÊ§ôÉáñ¬Ë@ÏýYésÑíÕ»27÷·ÅÖáܼb[Üžû~¸ëQù¯W>¸¢2Ä¿&A­s ¢×=-âŒccQ[ïÒÐr,âÎâ¾–„¶öQPCÇt†>êUŽzA;åW_OíúכϷ„>‡/]¿ëöÇÍK‘É?‡Da®€2°Ïm*.nÞÀ&Ê…ÜžpÑ)p º§ò)ìù8$s«!¿•Öø[p<ù²o áÇÛé—~¹öÙí…g)PoŒRsÿ À{¿»+Ì -!iAß‚tH©I£J²YZ—.¨êì‡1Û,±8†ì £|X~˜ÔpQů>¦º¥f5ÿœ þšÚqÙ3”øKh,ófI©è Ï{/é¬÷Ÿ`ÄÍ©H‰+:Ä5Ô„žÒ4”k„¬8!¯3©[h¨¬ëžÈÆÑ‡¼±T½'œdz“V"¹íEùí½ù!1ÄŸ¢RêŠÏfÝÈ*ëy”‹?¬Äj^Щ–/Ý ¦tu¾bdÓ\úêÄ1iu˜YÙŽàvòÀÝ=šŠž¹¬–mŽ.CIŸD¤·]õ‰®ûùC îÒ{_PÅ—½ÎróÅ]òŽf¹=øPævà(Ïè·È|óϹºW”:cšF2ܺhèn›ÕDZD°Ï#JVžD¢Æ´pG -êø3ÅîV.”>÷±°J\®¾–˜ÓþËçÙn^ä¹½þs{âQäv÷qª›oêRB*û§¬œŽßÉRSWÞ¼šY°d «;q~ZQ?Lد­¬­WøÕvÎe“ºÖ3ᬹдú]vIÏÃâ*þý -ŒòY\Aïý×ð_|×b2š.GåvÞŽ/j{UE–{3[†cù3Æ®î†-ëʶ&˜»Ó­|»®‹$•[ºœ´ºž1¥ -¤P…ï©uŸD‘G^™À#¹ íEBn­{J^ÝsSXYkAÕjÙ’P¥ŒWdTrá#Ê䂱³~FE͘×3œ -B¢]ÎÌw¶ÄñzE¹½üÁB[@¨¿E0uÞi%ýO‚“Úo½ -¤þúðmÉ¥Ïá¸Ë‘9]7"Aý7s°#OAÔÑ7Y5Ò7ÕµºÌ>é(Ã:$¡N+I)3ÒRÿU=®pÓÞÜèÔuÑ•ÊÁvŽÄFkæÙK(ìÑpDíB` nôyjønj¡ð——žå—~¿çöøÀfèñ°Ç•ØߎV^„UÔ^¼c$#\C­x³JÁÑ*;$R%®Ÿ§.êäóš: IÌ&]0Ž$‹ÀJß•ÀEÏb³ëÿ‰ÁÝIÊlzV\ÉýPÏT$z†©ã -hÉÌãþ3Ú_åch¹ +|íªÆBµBŒíáðShÄÚxí={*³šjñ•÷!•Úñ[Ø´E>aIMH²òpzasŽZ%eÊä´€'Êáõ*ò8ݺÜúeŽÒÿéx…Æö½Áy~Í-=‘½=!]}ü˜y±Y¬$¹´ýÔm ›|4ÎįšÐózÜ¡ïïµhü!¬E® »»ÛÂêëz?b(º÷¥Û¸œîÛ!qu?ÅeµýæYs9 ûcdfÓ9­?GÚ®¥–‹oV-^}}ãx“z¨mTÒT¹m¥ÃW†q ²3΢Nš:Iý- '¾M<‰¯å¸@¸:[’nþXA2¾ L®½~÷yÊ¥G/2Ý|‚‘—¾ÄÖüžnzŒ€ =©Ê ¡>xJJIžÃüWtä|—ŠY´h`cÆTÍ…=t?¾@YÊá!Ý=CÙ®¤ƒ§·vˆ¢Z8òz—5¥’8à_ŽhrÇPyž¬=¸o@š-“õÔ\˜Sß…=pÔ¾.0.³ÚÏæë[&”´ ƒŠOSk”­jŒ.ôåJ8Ý ¢Þθ~n_"O .æ‰U•\ÒÓ£Îé0“úu™’ QtÕøL«9 †fôâp3vÙЀ´t#|–‡¨¥#M̵іúS;âj+Wp)Q܆ÒÇ=-˜×]|i&½MUM½*gè2ó‘Ñ0"7ŒØª$¶êÂëºÕYX—H2kÆ{û¶ìÔªµaXì¦W~0Ù*>˜á˜—G{e&°[*ÔðEÅ}ʬvþ8ŒÕiK%³­10W3 -;Fe1<ÒŠ>#hMÁÝRÆ8Ä!ŽIð ŽÎ_õË‹å!BÎØ)Ç©h‚O¨»jìòÖ³¸«Ð"å”ÅÝE’6v¨]”,èPçrÛÕ’^U¥¶OVfíç‚§8•«òvøž©£ùp¬µcǨœ“S¥ä¢K=kÛZ‹šdäY%¹Z=NÝIŽÔ«TíâYeO_¢´«%Ú0Ð’kVtÃ-òÄŒ¾¿iÙÚF]1³IÖfòÁxSý‰³±aßR“3ÅË{åä€_®Sg¤¤øYU}±SÛ†‘12§õlÂäP'ͦlÉ:ªÜÅ-UOå¨×C‚ÖŒay_ՍЙ9.'D»´õÛ&áе‰ql«ÉÜ.^¬™U"Ãç´ÌÒ%[¿fÑÒ¯œÔ°Qvy]¶YÂÌÐ [ó$½ýÙ¼ÖxvÔ@{P:_yà-‘Üþ‚Áê il“$wt÷Ç -x=©“:qÛ¶M4´al©_$œØ[Ûβ‹L€íaXòôÎÈ)xièCúêÅŒ˜g@wµÚÞo©jãÛ”ú~ß²R̵R0ì C}Ênmòà !z±”ìPöÓÌœ]3±p×D‚œÚkkæùÅ_L 1¬ñ÷l¢âcêú¢vRñ'JqÜí±ÁZÊâDWßäPc…EFKÔòHaj)pHȌѴ@]Îfƺ“ÛŸmì8u5óÎçk™'ãXЙ_vâ$VïÚðs*BúŒ­«Ó®çµÌºY{ìöí‘6ö†µ…¶i«¯Ù°ÑË–†Éù‹JÞœžš5ñxs–Vúú‹¸ne’´”ì5µxu“½¤¨ž—}:¡ ¿Íwhv.¾k·RJôô"§á, ]6’‹& í8€Ó+:éf£¸× ¨K7‰ !fecΨ±“8cª‡ÍXåÛÎöé<{`ÇF(Ü0aS¦k™g‹Ý£ÇóÛþTS·ËX 7ŠêóŒ"FæÀ‡£Z.sXÕSKº! -µ²A ×1ăD¥TŒÒ+[@#C¤äõ©&ö£¾É%- c§<ãä…ÏKK>ë˜ÙÇÚ0ÑKòÌŠŠV0?€ø2Ú™ëîè.z½¬¬+p ²öFÞ­ÂsG×Óq2Ö)8g’6ÕeÁKbÈû%)Äs]ƒˆÜÂ%Ï+1)rJÆË¹¾²Ä¿ÆÈ°#3"qo›¶;ŒÍ8²“*6¬äâCméšµý"÷Qqà¬%½Ÿ»ª«ßFÅŒ ¬ä¢C;µÌ5ˆO^7ÔVžO0±ß4Ôù¹=ŒË@…MñQÓ\¤[4§$e/¨pi JL̶‘Tx1Cz}±¤¨Ž\Ö~NTí3+DÍHió5 FLöÑÅ;4JɱX¼kÄ^äšæŽ0ÐëÃÌò%%<-Æ'M‰p¹ó2tä¯Ü{‚‡rŠ Q“švÔ˜´³jTÔ>#§¦l s…«†ö¦‰T±¤*ú²(HsßÓ!3ŽFg“­Ü¯ÎvÑÙÅœ)+,iIV´g¬ÅÚëÇX Ã5E!ÆÐAvê{j-òfˆ¾í· ®ƒn±ª7tȲ®:}ÏŒXq C+OxælzV²¨@GŽve¼^SAãϘ¢; ±=L­œâC½}E>ÇSô†½fUð ¿ ª;0cÀù‡#Äâµ!XȪqâ a¾ÍѨ;&X¼½3íùÂÅ EÙ—}#:ëïY -vošAšÔP²RZÖù|³`Cžï+z;Õ~iiÈz>×WüáÀ€Í:±3K"Dß”ýxAÏÞ2QKç%PÏi~ž‡£7óù/ûå¿„ÊÿÎÖ6ý=]×~4Н8™bÒ¿.t™O';W%_¦;Óž9:3Ÿ» -½N& °óÅ&Áîu:CÅþg½iàÛ «}KW·(É ˜¥>wIÁŸÏÇñª¿f™õ»cu,—–’¿n¦UNµË纆g[ø;,æš‘\2­DGM*‰Ùk£‚%[Wׂ©±4\W¹2Ä„Úi5gÜ©„<6a@gv\ÁוöáE~Á«%.ÀþŒTÌ31ýõžšœ¹)¯‰ÝÕàR—°Ñ‹d茨ÂOGOx ©GìêkÑkJ\Ê,§*po“vbÆæ[j2ÖdÅþ¦–Äì‚O?™™Ÿÿ™`Õ~À6ä9o–)¶Twõȸ}3½ìÐZOX×’‹WTðÿ='´o"€-èÔuUÏ¢8ÿã°G‹rDÈ’w:J©<¶‹÷”Â-,nQ\æ3ÝWþ~Yÿ²£ÇgOñËüF;ÁÏ–”èØaEܦ³!­ðîH¿;ßýp®·ÀcøÌ’o¨K¸º,ƒFíÓaó|l¦²&~QP¨=Ò£â†P±.a™çpCÚ-:æÊކóm¢¡îx„ßÔÂc¬ðž›º«AǘHcÂÊxUmê«‹9"óý¥±[òÒÐccEô±1˜ðu¢rhÅçY©åÇ–úž©±nËX‹p)P1ëª|¿]4n‚ۭùTˆðU9,öÀ„/Z•—qvä¹O´g¸ïi¡!ûC_ŽMØ,àweë*TüÖ6y×J….©QÉG#IJs'¶£Çfm©Q‡†ê˜œøŠæuÀgo7ÇØì=+¾oÄ‚×5•a›:D̺¶:fÏ„NÙÖ#âÖ5°ðE)ôó¹ƒZs4‚YaéûÃÐÄã‹,h]uÔž“ú}²¡ùë «Å¥¨ -\Q"ãÌu o;*dÌž -³§Å.‰Ë}Wäð°->wÏHQI;Hß줢“adâ|OÚëUaîç…¾¬×‹Â,ÿ,Ñë¿MS(ëZD¼k :ùÐL(?Ad;«sÎ&`àM}UÚ®q1såÛtsG‡N™æç:yÙaû&T鹃Éü:«Ü,‰Ø„øNK`áf&êtº©ëo[r2Sߴ먣íÚé5{æšüÓqbù¾•X²g¡ Ö $ÈÞtcËÁLs׊þb6ôó’òqM\üiãbŽŽ¡:îŸUfË®º,`KUæàB=ÙAW´”œOGZfÉÞ )ý`ˆ˜5×_þa_üfI\ò~Uó[‘á'ºÊ=§zª>jXðï–Ü7‹w† !#Í1·ì¬¨«Í)·dÈä==½bC ^¿_ç¿;ª;1^äN–…Îñ‹¦¸À:•yXÉ¥'6JŪ¢Ä×ÅOº¿,Êx±¥.ößÓ×$šq9ûx܆²Âoˆh8zÕºæ–{zñùHkê󉮜§3¼"ò¶zcM Û‘#ÂM)wµ¸°+2dÈï*LØÕñ¦´‡¶Æ¤ в0‡ÅÜ9ÖÓJö4„¬MyUØŠ(ç½³=ÁÝÊŠ¾3Ú}²#÷ù®†˜»,­N]Îys°2lo·.)÷Û¨ðY•V†ÊI¸°€+.4ᯱ¦¦332Ó›õv¬5òþtoèýC#Ä÷̆J91còô˜œ‹;¦:ä¶¾õ×ûÝI®:°“Jÿ7£wb«ÉYœå¿]—RŠ÷4äÂ#"qw°ØwM\äåìÌxêê/úôKöá¹b•ù`NTæj'—}«# Õ$ïé*#ö´Ðui®ß¦ -±=|ñÌczF‚[”Tú­ VGØÈ¥ûf\Á²¤ p®?Ï}º/ïÙôâ뵪. ZS½7‹O¬˜œ3 6ÿ¯1|Ég)„ -<'È÷ØÔÂR¿:šöô„ü-%У“M5é[JDòw3<ý»µ$äÌR³¬D„Îö—~83“Kއq9k O…¶†è2ô矌ôð+'ÏÇ[‰ ³ ÄWDJ½yjÀƒÿ¾£³,krÐûéŽÔ»ÓìôÛËBxД=Ù]öfKŠ -_U¯H+¢ÖäU!k’JßøÅdW¡×¦”4ÓSå×Wú岨,抉–ùÈÙ–ùbUz·?ßÐ!¢´MÙ¯ðèç9ïRDäx[ú½ñÖèkFôµQVʃ5!äóé0"nÐJ|Ôovv†ûù¡lŠz+ÁDÿ®!'þ1ÌLøC üm©¿ÀsO‡Nß8uMV¾*E¦mªðU;T†’ð‡šôéÆËÿú'åá•´£'æÍñPÉË¼Š¨ÿN1HçN -b×\µ¦øVœöa¡?ûédèɆ²¶Â%@DÎõæ<]æ<ß(x;RMK »håw.Aþg[KÒÍeqyÀá0¹`I ð´ÌgQXòÑÅϳ)Íûô} x"Bá´¨ÔOAM¾¾®ÁfœŒRaûÈ%.õv´Å?Ù‚?îÈ -?ÊC¾:ð¥–öÔ×ã½y!9¨ÈS2¨µœ#Ku²8ã•«/ùñ¦<÷ãù(<ÛÖögú?92cÊþ=Ë`ü{šR³¯«ŽÞØ–ì.©úxyCSÂ(ð¿•âuÿCc¦Ïg¨¸?ÇñÅÒb?+)êŽpÕJººØŽI„Žw‚=fø`ÿïSDô? Œ†}Mú©¹&sà҉΄ ÂÌ—ç3XÄþ(¾¬@Æì™ÈkcûÙ8£îÿf¨ø¿FñÕ›RpÈŠ ÍÃÙwç¿‹ýGã=[Råɾèt]p`CZYßðù*sQûqš“ýüÄNE_ÌL?¹Ð,¸Œƒatâ\_ÆÓ3:u׈IÝÑ¡b¶Õ¥¾ë²Â#ìè[Z\øo«"Lòdo•÷Dk᳑fÐ#Kè¾³«ÄÃ%@,‰Ð!ËBT¨•y{¶¯äýº¼­¬v ó^M´ÇÝgÇß\_ïëà‘_M̪} ){QPñiGKØÑ "¶”¥^ÛÊüw:Hè²üq¸.ñ†‘ýhWOÏõ—|ZB½V%PŸMEÐÚäÃb_ñ[—*&¦ÝáVEü>ßW°«!em«±‰.Q¹¥.õ–®&ä÷enû4á-"ç>.~sIGÌ÷8¢€vÕÐ@G{Ò3+üÚ%âš­1ïÅÖ ôu´žº=ˆMÚÑ`’öià]>þ\OÊÝTѯÊqþ—íM)w€}÷_UV†X›ol)ª‚¼NÚ½©»7ËIÿ°&-ðãæ»Ouøœ[;º6•¬‰v¤¿½©2`¦§4èÜŒH9._U€?99y\xÄõžÊ°›9X̳‹«!è—¡¿{2ôÇë+üøûûÚ‹÷UÑqøôW?Ó¼NG MMeˆuçñ+6ÆãgiUè/«À)˜Ì¹ÒHÔÓ_§ú Áÿ´û©­:uMšõfº+úž‘ñåªåõËHsÜÝu56EMÏ~`e<·6ÒOMÄÂ=5ÄßÕwOóúUO¿®¡ÅßZ–BC÷ôÕ £­/OGpE§£€þ“•ú­ø¿!îj -ÂÇ;ï+IÑ÷-5Ù Òâ/Sݩ֥Å^kâJÿUIEÀÞpUÜÊ ,†‡ˆ¿ÎÊòýèåä]}uÎ?÷õ\?øõ"°Ï;ê²Ý¡ -¿á›ÚòK}âÉž4¯ÿ[$‘¾MáJ~þt1§ÐÑ–óÜÖúøë$u -ð™­䣥%Ý8§ÿžeÔïê ak’´gë~+"°ï¾¶$êÈTùß -ÞØަ€}ÿ˜à—Çÿ¹Øi9u6´îêk2—ÄYÏLŒ°?ºŠÞ^17&¾9uáLÐÇ+pð©•Rzf%j!Ÿ,˜€ß3†1‹Â̧#-!¿÷U¾þAPå{eF\ÞI¾ª¡‚^.K°Ñ bDÀ ¯ô½©!ç™±.㞉™qs’]øbEމ4³ ^ÛÒïïêÐIkbtĺñåp¨* ¨Í€My©À»o'Z³îm©Ÿ£Å%o(*¦8ñ·Fƒ·P£~›¨K¹üMø„°ÌŸ ûu¬¹Ä¨Y‹ùàìÈ|"ÃG^m.öû½ìù“Ž’xcŠý¤¬Í|¦¡g>]ULtä» ·iOl-Yeø˜+½¥!—G`Þ*fÖk9ü–«¿Ð{KY³£@Æï27”ðÄm $tI”÷Ðr!ó"T˜—öÌÅ-=¼´KPè¹ØŸ÷nCRøq[ZüÉĈ¹¦@\¹è·…~°ç\wÎS1,â®êwm¢>æî¾º4à» —wb&Îñ`_ìõà'{òvÒ³£¬ˆØVù8ÚÓŸ9Û3_- Jǧ~wÔ×mÕ¤-KaþKL䦨ÒO‘ç±*Ì~5ÏÍqŸì½ßT“Ê7µÌŠ‘Žb÷¹þ ‰Ë˜ê*ó²R3®;Z -ÜÇZsߌµe>³wd¿ÞÑá‹vµ5ó\ð«ÙÞü÷ó½ÅsœÂ·³Ý×ÅóÓ²}ÆØéçú ÞÇfÊÔûÔ@K¸ àøg Ç}V%UÁË¢ŠÀmÀ[8¹à÷œªÐ›«rD⦓,Á%ÞbezþÀ-¼¬ÁF]µø0Í….©p™Í•á÷)Yÿ:· ûl¶³·À{ˆõÀH»i¦§Þ²Ðn™YTÏõ¾šè7[FBáú !ÍÂH¾£ÆŸò‡­1ꪑðë¦2?ìßó$ä¦sh&Ïõ~˜ãä|Xàä{­ò cÌt´¥¿œéM½ÿ+dâ¡ šêËwßÖ–Gž³ÛÏÇš›þ=Ǭ=…§ `U õ[P”úŽR±ßfZެxð†º*tW ?0T&ìê+£OSzp á÷ûhÈçðBöEÝ[ñù{ÃÈØÿeªª"æ¸yïGšÓ^_àá’—( çß77B}·´ô¢)üËXwÖýlد"TÈÏfVúíÙžòÏ. >Fuñ5ùÖ‰­½ Ôö¿Ú¬=ñ™‘õ妣5å–³=ëîT'Ø}Q - µµæ¿™T¹¥¦Û3ïͰs¯õC=·UðˆÑîŒg*\ð¯3ßÝAJŽ­)óÖxGÞs%%íaKqèuQuèý©nˆÏ‚.¦¥>PÒ-ËPq#íÚ¡A?qÊü~” BVaÂaeÜsöQYeÑך¡A×w4ø’@cl+a€÷(÷std<îN{°*Î{¹«« í¾«ËòÿÉÞ\²xΉÎ,¥~@ÿp³žŽÔÅÞî|ŽtcZ~× ºª@GßÝ "çÚA/7„9¯ö”`oW_¼—³=⥵>êîúE¦••AËñþCŠ‹xzlÄ”ìÐYÚÊðýÁò-yå`¯’í]ÏL쬇UIO%5ñÏ]hû/Oœ›°9Zlî\_i†{uk¼¦"€ÇÚ‹?Œ5å=u¶=¬õé§»s^Ÿzh_LoÉ~ -¬õ‹##¼.ADLµç®KQQ;&tQ…_VV‡N÷–|˜h»¯HaA»€¯_„‡Nqòž­òK¼¿:Zº.¼õ’ægiL¼kiŒº»"„zïª1Éçfzõ²¢oJ¿?'¬ŽYQRLµ™7qQWñÑ×ÐWÿŸLÔØ+¼ª°=5oˆžzçbNÑ¶Ž Zࣂ7ïøÎÀ±nÈëñ΢ç«tä:@t*ÈÚ†‰n(÷r´—|XàA=7dˆðy9a¤³ìÃT_å—SK#sC‹ˆÜÃBvUTÈŽŒ]æWz/ð@î³Üì—S½€ïo¯ôÛÒP˧„ˆ„f`_xPß_z@îÓÝù¯GšÁïæùU!ó2dŒ€`EÜ=*y´)5êÚ'õ³)ìöª õ펲4îl„†¶ñ*üZ¡× Ì<Ÿ¿MÝûÃðÄÙîÌGSméwúÀ/æ¸Eï&úŠ?éØ/ŠbßÿTýòÖ÷lþ¹µ&s¨$x±?íÍ 6àòêò01ð÷uueHsEô}PÐ󟆲?|ÁCöÕ ÏCM¶çÁ`®§µ.ì¦öù_Íé÷Mäâ^¹ç,·ôóæ "ðΙ»dÚž‘ ÔI˜ƒ[ðŽ[ý{wEô½±N¨§˜”ødšñ[•–Ç,‰‹cNL¨ÜoîfjÙºª2ÔÞžvÇ%© X–/ò '£"µu)÷”äèS½Ùoö.î­hÑñö.È‹‰Þ²Ï›Zdʺ0Ïcº=ùÁ$;óá'÷ɺ¢ÌçÈè}+ êä¾Ú5 SÏ.rÒ팚-ì™™ΑPÿqQ(ÿY ÿœÁTî[à™N^òãÑ®È[«*h¨¡)#ÀÖ™öqo¤¦øp_s:¯ü{šPóÕYYS8 È~v8‚H^¨X• ƒ·5ØÄc¥tk»¯¯IÜR'-õ:6 ãNMøÜm-9{IŠ861a«2tÔdGá³ÙÞ"÷øÕ;ê¶ygG =¦WNw•¼sõB½ÎL´²}=*~KÞT"ÂÆÚ2ž/ÉJ¼æ…`ueuô¶‘±¶äÝ·°²:Û Þ. J?oˆaû -Bö®™æìÊ}ëhÏyv`Àdìêqé«2ø—eyUðòÑÚZô~¦§ìó¹• _V‘²¦zÞkÒ†Òy=Ó5€ r‰J½Æ[3ºø…ï6~ÚÑ cNlÄÂ5y‰Ïš¤<ô@߀›íÃ¥MµC_™ë2¨¡7 Ô¨ë'FjÛÔ€™acõŒœÛ; -L  Km¸Ü­¡ŠKCΣa豩.÷Ñê *aÀŒ]U”ÜŒÍÿ6ÞÈúj¥U99 OTèõAjü9äãÞ0üm¬‘õíb¦§¸Ìk]…Ï>¶4×íÐÙ>X€¹µì“®¹Ä£•ú»‰ ´0´*ϳ$É|íçùç´.*þt ­ˆ˜x«i©wD@º¶øÔ‚Î\ä¥<¯z0ÛÿÒÅ/ð[äƒ=÷´Uѳw…ø˜ëººß#3zf«ÉÙ×ãGÛSKjüÿ¤Ä?45e½°²!ŸôMEo -"_^‘Q¢=Î-°¤¹îÌ“-ÿ«íGci÷§{ó_ïkrDŒ ÷TÏÛnää¿okð¥Ç6r庬À{Ž›òb¢-ùödWþ³yaùç9iõ—.tÄí¶Rï«ÛjD졎˜u<„ˆÙR•„.sý6•…G¦Š°#2ÅÞS láƒm5:ñÔRbªLû6^Súm’TµªDÇY› <”øÔë[Bñš¶&~IU2+(ò”"žˆñÑ/·tUÉ縚s‰5++‹’P¢ï­jÊ3ÿ³ÂhøÛEÁ­kJÂMÑwÆ;“<6T_Nì°D§°$ 4úÝo4°ÿëïó<ÀÓ´ü9V™yd†M ³Ý'ú³ÞÎÉ©%duùiS‰KØ&ƒv͈K ÷ßÖ"b·%þ'zX䶺B*ÝPV…,‹Áo6dÅž;jd욟ÌE&ܸ˜º9ˆKZ—Uø®@ÞŸš©åk€öíÎ)GGývl"äo aÒ—kØÐ!âæe!í%Ÿ¦»K¼Lß?’ –q·«'AŽìLÜEžä§,BJÉôï*‰ÿ{†FýÏ,•üuW½?O_—z­jÉ%3RJõ mo)y§$¦Ý»È=š`CÞ˜èeþÆ®È˼OíTÄÙD=ý"«h–~«£ÇÞc|ÝÈúð§™ýÏ<3)(ÿ ðºç‘ -ý6Æ¢›¬¥}ŸÄAÌåQ˹ï–xùg6rg˜X©¡§<ÛT¡âw†ñ%;Lî¡…ìeuŒµ-ÙÓØñÊÁ‰r6ŠŽ ²g{³=–%q'üÐD)Û7SK÷Fép ¯øS,쪎–ñtCCÉ[¨òmÍz6\—ôx¦ôГYÇbÁ¦¤kLjlÍòÞ7RŠ—Äðà%~á«Qvê5!ôîdGŠû·Qèë4¹fBP¦¡g=ÛÒb²wŒÕ±«HØ’ 'ð Á3ýEo IÇ9yþ€‡)æ_ 0²>-ªIû–Úê==1w¡¿ÄW‹~ À†ÞÙ7!’FŧRÅ– •¾=‚Î8Ÿ"¢í¸ŠóqàÒ|—¸,lV„µõV®èj -¾ÍPpË’ÂÀÙ¾äG£Ø²ƒq4ÃjÙ£ täüí…w©Œ82ÂÞKšé«ø¸$-ó›ìN¸%/ñ^(ýlkŒ½áhO¼³,*ö:±ÑªöGhUëZ\âžR¸(ªðÚü÷š¬Às´5ö¦©.î3ÐWeQ_Çë™ycz|ú¡Ž±)ªÜWc3N,äÒM :~²òf¢-÷ñ†›º FÆÚš²îÎqŠÞýõy¶³Øw¢¹øÓ2¯Ü÷@‡Ï^“Â×ø¥ÎÆ)U[CU¡ÛƒPŸuyÉç]@kž˜Q)gf"x_O›Á¯ÆZAŸ øÜ}-<êÌh–ÿ͵­ -Z•–c2v4Èè%Ïõ´¤ëÇfbÉE¾»±!ëáDGöÃue…ÿ²ê5Å-x;ÊÎzuj#­(ѱ‹rdÄEþæ¡—».®WTE§(›*:hSCO «‚¦ûáA{Æ–º}»ñÌÞ@ÿgÁ8A¦¯K!Ÿ]<ð›u :sFC…ò™ù凜ŒÇûztSQ“´-‡Gï"b×U«ÊŠ€ -<üØ^‹™£RÇ;Ký¦ûªÂǺJ"\ý…çÖŠ”¿çPEg$ØÞód¦·8èÄ¢méi°] 6÷ë¾lÇX³*y•'½xrÙ‡ˆ¾¾£ÇþµÐØu2NYð¹‹Rhà ýË} Íïáº,ëãÿ·D¥üé$Áwu°ðóq:éx”Œ8§!vͤüÕ!L‚KU8Ó~}1 kQçT}Z–SAƒŒŠƒaJñ¡™´*/˜å¿jçÓ‰P´g¢WÚ;K>Œµç==F$>ÍW úǃŒÀs×ueA«Êrß‹¼­% ·L¬ìÖÚÔ‡‡ÆjÀ 3ö†i§|‚Šì#$?Óó|æä”‚y1!ÙÑ[í5ÒRüRGJ{`iÈxóÝI¬þ÷³îÏ2jÓOX3"þ»ÎlùsŽLØ„ÅÌ|h´>Àçþ£ä²ï€'9°b²§úÀo\%þ¹šxç3 {#d䂲âË‚´,-ú0ÙsU˜òhE˜÷b]NHÞÖÕV,ÉHYkjBÊîPÛòêà=-,üÔ\÷}‘~ÑSxäžµ=Å-ñ˜åæ>žf?åe»oÈ`á'lö7¾àâ’M=%oÏÀ(¼KÈ;õ–­!ñæÒøãººÜAPæ x˜e)>ÉÜ -v·4fÝÝ×Ñ@:Zá†^#ù•Aר`ÏkC„È›kÈ»#+­b†Wò~¶+ÿÉÑÅÿqR_ÇÐYG¦êø1äC?€ýjjÖ‹Yn•÷=ýö®‘pf'CO­ä¢S36k{°2tYRôÞÙ•~ÛVùÛž™`R¶©µìÍ´=„I>0Ö¤žZIEÛš‹ùg` Ž|6µ5ß§v €v¬ -^“Vù¯K*}ÎŒ„ܯV&rßHÛ9àçs’ª£Ñ.ñ¡#;µ7R¿M\0‚J;1 N 5YÇ7¬!cÂò ÙxÂ×±:ò¦ê¿.-ü°*Ê{9ÏÍ÷84ºÍICŒ11†Ö’W#mA;C €‡d–³“‹,°øQö«)èý¡:ùû•øÐôÓ"XàæPMò?sLúW±êÔ -KØÖNô$½´u$ã…¾)ËÿÀD)?²QË­xÐù±úÛ$¸¦AÅN ˽/²”O&Ø]ßûìjRvu˜ÀïfžÙpàOâʎ̸¼I^‰çd?äÃÑ©BC‰{Ò[äum²5ûåÒ@áÇ,át‚Œ<›¬¯_jÅ)¨ »è÷£1*lÏ„ˆßÔ”}™ÿ~U…ˆÛ4ÓÊv- „E%9WAݳv!\ª:ÈŠŒ{èá-4|†—ÿq][¾kE¦žÍÖµL1jíœBosØX×Ú“qéû,• h±Æ;2g^TøÞ%¼ß· û£µÔE"|c¸cÇžMÓˆ+ -LôÒ:|S…‰zè l@¥xt4J_ä;¯)*ý×dP€/ -Þj@ïõЀC"îÐD/ßTã“öLø¼c'¶cE§îè«ÂÖe 7KüÔGk’’O‡ºúª#c+sSÀÎ01‹rlꆕ¸¦® -rñ¡ø…o¬i÷,¬„›;€®;³3Q+JLÊdo‰Çh+è‘wS¾ël+ø¸£DÆXX¹OõÄÔ뮞¢÷Úë¨ÛX⬠Ý}Mý²,-ý´:Pâ!c§øþì´[‡\ÉÙƒ° (öžíN¾=Þšz]Qê½§« >6£’ÍÄÂu!kYMHÚ0Ô÷͔¢õA¨ÿ¼0ß]_ws¸!ö™K\ºoÀ—}Ÿ¬¥nëa1;@-m¢c­ Y÷­¬¨k+bÐÛ5E™ïôö؆Î9wQfRé¡™Qq2JC,ˆ ->Ø“nÙëÓïÚXq·f»Ÿž«O­µˆi<ÐÜ”q 8¿O‡Ã¨¤-9Ôg°ÞPûÿ9ͤúbE]ì½¥ƒFlj¡‘KÒ<ï]EìwùϳkӄȰµƒž­+jR,„RÀ¯ï`óWaQ»C¨´‹9ûßÇ©ø-##ç<5ÖƒÃL4Ä’¤"p²;ëÑüvM ñÚ7—…ý5CżÔ÷uª½²Q*7 Ú1aAçNVÝÊ >m ð³ß§pÏ‘qÿ̳:¾:iäÿ}NOÊ“Ó2ç•lø¬˜™³,'$} Vk8sÖ±þrµHþ^f«Ogh´M &{y›¸;ÜHß3Õ³¼ƒ|›ÄW~A®ªK#—å¥ÑGcˆÿŸ½÷ênëÊÒEŸÎ©®ÓåJíj‡r]–-ÉJT¢DQsÎ9€È9çL¤¨lY‘¢˜I0 çH0AäHÊ®ê>÷_Ü»à¾}^úå<Ü1.Çœ0%hoî=ךó›ß·Ãš]éU¡dð‚ħ¹÷0¾*}^ŠÜ@“„tnP“[¯‰Ùáž^Úx×vÜ?‡È«íq»Ï;‹¿t|mü»_†+ôL#®Ø~j:ayTs|óòàþ¸çÀ툎ÕÓ[rëZîͲ1½d{Üyqã ¢Ü=ÉéÚ’=^_|<¼5'Á®ÑJí?ÂO†ë>œeýó¯ô/ñ%|}Ò mL a-oµÖ7œŠ•fÉÖ;ZñÖ[ÂuÅ`Õ¿>‡_üo*NÝ'¾LADNm\'\_}G¯õ- ‘ –jîÔ|ôyò7OÑßþF-½öû¤•KöjDÇlþÖ(ꊞÒjXþÎ ì²_ÖsÁô¸â¯+oZOƒÔRæÊ©pí&sŒT½5N® -«È-ûË\FBÏÆyÆ×uwª>YyÑý=à‡€ö³=éË‹ÈYÝ9NQ‘ë7Þv\µ<¬øbùÇæ¿y®Úß°jFiÅ¿_T~œ¦5&p…;oz/úÆ¡Eî1äÍqÿêtéšËô}C-mþÒ=Þ—¿=ÞqÊ; 9ë”®bojv+“4}âÚ×5K«·ýÔñåIû7–§=çÖÞôæ±Mi‹¶‹D^€Ÿ«3ø›~Õmq@ÉADUĦˆ’ذú¦ëÌ®Q¼5 »â™EÝL™XHÇ+ÈÉILQÂ* ‡µÔžÀ¦bk¤ó´ãiÓW¦G ŸïÌÐb: GÆèK›?rão…ä´¶Sz`£Bsãø6÷Lèæ,£-jz¼2A«5>Ã]Y~C*¶>ë¹°;ChHèDì°^:hŸ ×;Æ7Â:=¬g#VG¡—\3È[;󸪚ѕ02z²Ë"qÒ*ZœdgS¶·’Ë JKDN®,bŠüó¹ÞK´Ö€vP²£|ò“ù%µØòþ=Ðø¸ïLgœBi àTzYÀ‹˜èȨ…ELZùœ¤ùöÕ=XÞ” ö3Ÿ‚Ôñ‹Kü »*HØÙ,Ÿ -[¿«¦´…LFÒ>p;³|÷MÔÌ£F­L„ð•¤õο>ó¦ì'ääê°s+8.ôN¢o>{Ó3Ñ{Î?G¬Jjûi;3„›Îè)ŽªUÒØzÖw2ð`φˆhx¿båžåuh´{K¼üßÕ’Â?¹ß!nøU÷ï:ew¨ë3Räö´ }{ŒÓ¸þW°j°{¤ïŒwª/ß5…«Þ˜è‡¬NÜÅ­Oß!nOñÛ·Þ‘olŽo˜ŸtæžÑ:µõ zfç%üœû-âüÚü•íi~¯O.DygÅæG}g_Qo}~K+úãSÔ•™fý‹ýi÷w~µcx‰/aUÿIó çûB@Žë”¤‰O)È­«£°Û@[º”ÌNŸæî°ù%æÖâ`í1 ³Ê}ó˜ú¸‰Eqß‘A+‚ -TíÖxïÙ à ! ©zÔøúNýç®wÐ|÷8ôf`ߘ4 -èI‹ˆ¸Gê^ç1ß<³Ë=‰¯1>¨;æë¹Ø–³{¢.&i‘ÜŽÙ¤wÖçx+S‚®õiA·á)äÔúè5ß<¹3´ôŽŒP3pðûNÉÝÜZºa â—ïSRz7§aå~9¶Ô¯ ´4\äʶ8¬!·§í· ¥% â¬çáA]DUÔ¦¤ž‹ )yPÏ»É5ͬ3ÿÐ÷z¸ûS¥´ósyóާÐóþÜó¤Š\Ÿt|¡kšQ³=ͨ5>nþlAtý·*iÉÍ ®l¼i?4Yïάâ4æÀÏIÄÅíÑæ/B²V/µŸ™ž•ý‹â~ù_—_õ懖¤ Ϭ²=N-Þã¶ù¹]þyrmð×þ„˜ë“¼ë¼ÂŸüç TE 4ŒÍIN½lëÂßt½êý>º€/³>©üB7\ò¯~ºÈ§àÂæïô4>EÄ•\(ÀdxÚD‡Çt¤¿[lü¡ö#ó£òrÏ}',±_ÑOòÌáJw¦{.%”Øš´‹Žj™ÐˆŠÞiû±óä÷Ƈ1±= ¥·»ç‰%EbMp‘TS3{F.Á·D¬ðÈÅž9fkD3,ÝG_Úé9µ ©þæ5îʧA´ü½CÈOÄ<0¶ŽôU¿‚O(XÏ4úêÚ«š/ßQÏþiœ~ù#ïh¼;ƒŽ×ô"ÝCø7º‡ˆã;K|¤óMï) ñN­¿¬ÿbíyõ—ÁELUÂÀ%§-C÷Ý3¤ªõ ìͤM·ÈëõÎ3›×ß‘n9GhE+¹µßŠš=sýˆ ªŸèSqûœïçí?AŽoŒ¯ïÈ8­ë£¤[öq—Ü`Ü#*6$iæ@jöå'ÞðÏršÝSøÂÍQHŽGÛî9# #Úܪ¡wì[9`Œq¥¡yT¡{¢û\x‰´7W‰91íýGËo±W¶¦-¹Zê›gµç…>;ã‹«?u~—ÖŠ{ö¡Gqƒˆ±»H®¹Ø\¢5ïL#¯ûfae ÇêÃu'm?¶ŸÜ¼Ý#gÃ,€ãyg‰õaˆ3¹oçs¢ZÁ9)õLw_kHÍ)»ô^Ä8(Äœ„!Ç¡á·ÜSí§,B\ÏÂLØ®œÝµ6Eo h‡oï*‡¸A¥T0Ú=3¨b¯ UÓ3û@ bF4ÔvŸ _SçÞk‡•„j×dïEË“ò¿ÚžuŸ«xÄìòàÈ]Ä›¼Ýò‰ê ï”"BÄ$¢Gu 6«xðáQr‘^ýƒ'¶Ù»ÌÑÛ° °ŠÓ¿µ¼¡öîÆÇ¡¦Í4Øî\ǵˆ–ÜÈåªrHêUܹ½ò–pmk†Z3 X1 •²óYI;—12^9µŒIŸO'½Ћ¹A¾Ò/Cúeð‚¸Yµ3b‘ûõCÒ•)Nëö4­ù—M鳌ƒÃÚ|9휵=i<¿5ÚtãçõßvúŸeWù\×®Þ1 -)‰¸óO½Eï:wé«JYI}`L~…ášãv€ßW±üuÞ5Ïnu/ -zw–ĨNLõ«Ex¯‚Ýœ&Ü\‡º° âxýîúÖ$­|ý-·Ú/“ †~¨Ãü]¹àò ×$¹Ø3ÅkñÌòÛ]SŒ*÷©È3¼Õ“ƒjÓÎ,¶pã ô´\Tñ‡%áÍZÙñ]Ĩk’Y‹­°šÛ—Ë™¤žÞ‘Ò ¨›ë£°³ËÏQ§7lj@§£ò¶Æà“j,²H¬NªH 9xÑÆ«Ú“žw]§¼Sˆ+q# î[$–ïÊð%a5³+n`ôäâ}ÏÁ¥'LÄN×4ôàZuqûWËЃ­izmÒÄ#T袄_ûÞÉDïۙȰŠÔäC¤ô¤æ„¸!ìbxQàŸƒ^ÍhÙˆØï¾7?Lè$ÀåjwU|̶\ˆY%\óLÀ.n¿í=ò$?¶@nNi˜1µje‡GF©H™ÅœPîÌ8äÜÊËÆ/—_µšÝü ÉÏä<äÊ,³Ùñ†RÕI“&é@BGí)0%+#ß/ •üÅ;Ûy1i¦õe–Åâ°A@Œø´Œã×wn»ü‹¨ëÁ%tñöx÷¹Íw}":>)åÞD,ß§+w?8cÒbJfwDNª .áÊ]ÓÝWVß¶ŸÎÝç8°JÓV±èåæÝyrÛÆôæúÛÞó{V9íà2¶”äzý+xÞÚ,á7H¥!s?? r$bsãöÁÔŠ@¸k±Í¬:õ Ü…ÙaØ• nènÂ&ŠæzY)hm[=7Ò&aÏ)ìO9Ìø”BêÊëÞïÖF—“Îþû»Jj[HCm iÈ>¥1 -ò$»‡±rjk‘ ß]Ä'MLDÆÁ%§,lð­¨UÀ¹ iàq#y°.p/à´»¿ô/p @3³ö×ø’¿o²øQ=¡Ë¯uÙLn{¿Î)CÊX§«yÒVùóöÀÿs—Å )( OÐAµ”PŠÞ°ºƒš\vWÜ,bÆÍBÚ®‚ÙYävzyÝÛSì†ÕQJÙÖ¹rgÙ²ò–xmåMïi×ôJîZ^P#"U<˜‰ßP ƒ* Ø_b•Ý–»ÿÓqÞENׯæªãYïW¦‡Ý_YCO¸ÆH9¾ÕxTk hç„YÄŠÄ\Ј_XD\D]õô/²Z -VGÌÀà.ÛÓê¶Fj?s½«ûÌ=Þð]`[â_`´ø•Ü^ß³9¤ác| WG»&›¿õÎC/yeÐK>¦(®SËCOrk®ÏPËã&>É5¹âšm;RÂAŒannü™ê:™4Ð{6fY-+è«Ç»âZrsxz#kB×EUè²±ž3ë Ã@?çÖ4ŸìïþÌ3M­æÞë[„]‹.ÂnycmŸïš¢–å"|Ò48´=M,ZûtHÁ€äÌ.0'Í@‡3–¡»»ªÚŽLÏõ öÈø0P£ËAÎÖ„T„†˜–Šøe•ËÚ_a‘BlÝÆDÏy× ¦8m—HV%¢¡µFUŒž°‚PVRÛãº~ö¾ƒÏ9Víø©å+çËÞÓî92ôü꿾¥}–£*£j\shWÖ1zö-ZBÏÅ””æXîý-å}{ ~p>¦Ìodc“v‘ä`}èÅÁ¦èŽk[бP¹^ -»j< ÅV¯ÍÀ.®Í ¯ìžž4þÚ7ê.ˆ+nÌ”{·éÁë˜cðÑÞ -ŸSãCJ ÃÈÕ» ¸’”™Ý[x¤xÐõuHMíùyS Ý[|k/ˆÚ¸4—’Ý·ï`[4œ]ðS6:lG)Þ˜ÁÞÚU2PiÛíÇI‹tè ~@AlÚ™'6„u”Þ´ƒ‰xXÝOØë³ƒ-ßûUôÏ›LZXÙ{%¤ÀV$õÌÞ”Hjé{?[$’=›D’0‰h@÷”­¼AœÝž$ù–ø\Êç®)æúÊDÐ÷q¾húls´åë Wá““*rZCÆ, ,=Ý_– %LTXÅh1ÐRH©Þy)Á'!KìöÀ±<¸D­x^é£V¦4|üžmŒ¥ˆåײº}J1)¨î. - ;óÔšy|Éêòœk -Wà_¢5€ýj×Þ@No½ƒ_ ,‘ª€>ïpM‹×ߢ.;_÷ž Í“kÒÉ@H/f¸ç)Õ®b©_É´€€<[Ÿ¢TÚ^ÃÏ;G1ù@§Á¯ççÆjW´»ŠÓë—³Ú¼‹Ôï¹Ê'§Ö­Œa/{iu “€œ¶²ÐÎçõŸ»ÆÛ¾óÎB/­Á·”Äê] §Öd¬&óK|^7$§÷®¿í>¹5Úu:¸ð뻕- -›Ñ ßOè8hïU ¶¶DbfH̓í/Ó ûjwÜ@mÝwrÈ{˃ÝËú>wŽÑ²¿<ø cçP}ó}—Ü“­ßz¦»NoŒvœ÷- «R ÖD´BvDK‡% Jp¥ uswY°ñrÆx¿æ_/ºÎìΑêJÞøšX3¹ôÁKjÕ™à£/¦ Ô…ç±·"@çE·ÝžÄÞ\} ËÙ8×<·×ñu!ërÒö~QÜÀ#ïÙ¨ˆ„Sái=µõ®éxfyàΆ‚Ò:÷ á˜WI#ƒ|`eÍ\Ü{;ÐÔ*tíeË7ŠÁª¿¬½ÃTF,÷G= Þü:`";ir6!Ôá?¶øi3®Å=Ùu*xÖÞºH³Ò{jjkn½ -v§{‰×›ë‹S“pË/Z -mÏšÿ–^p’Ë\Rîµ;Üó°«n Ý#&h’—i³€³5A,¨Ø˜÷ÃoÓN.7ª§÷¸eøâÍ)â­EJMÌÊÀüâá ¼ßd2½‹ðš¸–4² ¦ÆÿúqžÕ³Ñi“€ÍÅÊ¡Ú=…+Î=ÓçS K\Ó]ç¢jB]ÌÀ†ùå¼Þ]£Þ5‹,°=oú|c´óDÒHlÌÚHíûbwÒ„k{¿Â¡dlИ谂ÛX¢6zæˆå¾%N§o‘ÕŽß›Öóпê«}åyçï ²8¦gtGMldD?$Ù]zt×=/šp¾%Ì3Á¨Ü|ƒ½bxØøóyû7ÁEFà% Ö±Z¶ç9­†Ñgµº¾¿ëÛ˜œRX¤´mNáË<€ßxåD  {7d¬Æ-™ê¡×ƃ ViÝ[èšÝ%F—_#ÄÆ¬’׫mewmKF©òþúì¹"ª"×%´äÀ{zBKô&€µØˆFDöÈ€^¢5nŽa.ûr÷Â¥Q ²3K­ÛÇ]‹*¹„†‹ÚãÚÊ‹–o6^uŸõÏC/FT¨7á  êHkÂÌ'$-lÐP·ü =×’:ZWh‰ÙîÃfõ<òÁúý¹‘C]‡Û™ÇÕ„5<\Ò,•¤·ýrJ›j¸ú˜òvÅ— 7{B -aù ôûí)By®ð®ŒÙž8ž0 -™Ë/y -iãg3Œ®>‡”¹i±=oþ«{ -Q˜Ð°á)=Ÿ±ppN>ç`U ÚY¢·®ŽŠã¿^ãa\SØ‚`îz¿šÖV11{V>Ô°;!¹«¢µG­COS¶Á{i= –Ðj¢*dÑÖÛ¾¼ÝYz{ §ìƒ÷=  &êÙØ”]p°ïVD)ˆ0q#¾Î»»¾5GìŠÛ†~¼ëvÜÎÆd·Ÿ't<œ[åü©ùôêóÆÓoIçþx¯ûóßXžUýÅ-~µñ(àCή‰†Ó#»"H9¸œÝ%L‹ùÇ–ïÌOھܙ#TfÎÂpÍד}¥I öÞÁ!ÿb£ÁcK„>ÇO]•oè7޳ë>ÿo -“ÐS;R&jGTƒ-Ûšh?î[DÞˆê—0qÐ1# -üoé>ò–WÖ{ußBëK›s=àÉ`þ+€žmð̪ýóäº; Ó¢JüKgvºÏíƒö~…GO,‰ªhß"¡Ü3‡¼T²º¼  Ì«â@g\…ö»ÏìL¡ŠâJ[ÆN‡Fô,$ày9ê׈‰^…ë™dÕl¾Æ(¤»ÆÚN‡q•Þb宂۳¹$„­L {¶¦¸Ý âÅÞt<ï9±úzü.xP'$m/P«·XÍ>ù0ï/&}Ê{Ò°®ŸæžA˜7}î“‘ëãz!)íòܹþÄ ÌV¿~@6össï»§Ñ××_·:ãtXÁé1Ç -á™c4„•"¢oŽÞSÒšƒ‹¸Ší·°‚Í·È‹[c˜ü°œÓW‹ž b‰ó§®ëoºÏF”Øò¨ -SR ˽ó½·Ü³ø¿ZÊ ëûÝs˜"爯óÄÊÀ<£yw -wë ‡ü~íö« ‘OÝ–Q«ÃF‰0d¾6?›ú¹žy|¹ùiã÷Ž—m7c.Ñ3+B˜ÀžÙgÖûD(ß¶2®Å4úÐ%Ž»¿–ñªþ~Ø}ñŸ„Í?¸¿z `.°<¨¡4F´dÀ]pÅq-hylk endstream endobj 47 0 obj <>stream -sÝ3‡¹±;K, -.Ð2Vùg'‡ò~™‰Nš¨íA9¹&¸ÈlJê8ð´^€È™íI UÑ;ã:,edcÂjF{TÇìö+¨`ŽX-1 * ât¯Lb®éžt|X ×fLŒ`rRÛÏHø@{ë£zTQXƒº•Ó žÖÅôLˆOÅš…^QòàA9£+ªÂWZŸ4³>hý -è®h¥TÐ#j11¢áSÂÀ›MtXÌ€­Ý]€æ{–M˜X¨=ëð£¨áîã%.8? Ô9àîuEÔ­õ·Íg—Ÿ— €ùõDšpýàÕp‘¹ú´Î?Ëè ÎRj³è[»sp “°Å1•ˆÑ ßöLQ*ÜcèËÆûŸÛ6ø}Y\Mm‰,ˆ©s9ÄïòËx½ ×°ºw¦aWmO+>±>)ÿ4¢¤BR¶á§Ik¿8¤at\LT?À¼—žÔSZBó}W£r³ä`DÏÃgV¾0 𦡡– .‘kƒ‹`üÔônÏ4­vó­$¸ D¹¦˜õ«oZ>wMt|»õq~{ŒVážà´‡æY½9¶5E)³¿@æEÔ&ˆ ìö8$Ï=»PR›ã,³Âç%-·E üÀ'îb¤6îNŽwÏKwåØòŒ™y¿Ìã샼IÛ$ƒ ½˜¾ïzrÆ/ªå @lª~½÷RÛÔî´­_šqÜN/s™åÁ' «ˆ7spi›7± qPcC\õÎbß…4ˆï4á–{]°3Kîˆi8䟗Åwþm“ÉNšõîYRs„tcù5ùfXçGŸŽ ܬ&¨¤÷eí\É/«ážì8Z e% ÷žíÊ)-¶—M[yÓxrwR˜6Qz€žlµµÔ1†¾¸=GkZMRrú,?v}·ücý×I ¡>kb!bjJ¯kQî|ÆlœpsW>@*x}®i\Éâ`åG3ü’Þ"—$ˆËAÝšG†¹•1ñp =T·Þ5žÚiøÊ7¹4²IóÝg1à$¤æÂ£ËK¹íA\éI=Áùî⨠´½iSF«‹™úý çVFpK’ޝ;ÿW¯¥ÍÄ–=ŸÖ -ð;óôº RŒ÷ˇ˜Õ k{{Óü¸áSÓƒ†L>¹Üž± &,BvfYÈMYo?q{oÇL;ép÷¹4¨ä#ã&‰(•‹g‡èvPÅÌ­‰ͬ ¿Î®ˆ‡V8 ^a}ÜömZËX$¹›4‰îÆô2Ý…ŸM€\Mé)Ý17RÛÓÈË~½5¢cBvgà×ϾÐ?,úlÓ–2âªzLYÔÓ¬‰‹Û·ö ²V‰8¨avÚ^w£½_õ'õàvþPùéCx¿"¬Š„) ‘{9¡dt%”äºàBï×x×Ùíws¾|qTKo}ïä³ß¯ù ÓçÞè>ï["U†7ÏXDì´EÄÊX@|m p•óZ"VÅTĺˆ’ÒêW0Z×'ÑE˯»¯ìL KÒfZ¯{¶û’óMë·®\¯ïy^_.¥yf«Ïá×#³ÄÊð,¡|ãeû9ÿÒ‡¯§L\|Ê.ŠYnß hÅ÷¶dcªãB`]ëŸCøæà×vç¥Û3¨Ò]¥ˆÐô³æ~^Æ!dåža\}Ý›·=†*ÞÜ9ª!‚%6zæ1…¾%ZCÚÀ„¦ ”öÀê¦í‡êmOk¿ôÉ ×bJsP#Äy9í[“ôJÇ+b¡å1ä¸w[h{Üô­ZRù¥a¸òà àÜR3Û£½gl?Ö)ae3®Á·ˆ«Ù'5†äÌ®°BŒ kîÜŽh¹Hï²Ðú¸ö¯2ÎåßíŒv]Ê­?30a! µèÇ*Ï «É5&è\ý‰ïŸë;Ÿ0ÂoÅ øÚ¤‰OŠìÉØúnŒš…t÷"¶1Jªrc¯{çà¹ë}¹kVå>5®2»Âed—¥÷>=ffô%­|ZDÃCäŒÿ<©Þ;‡-¨Ðå)+›°·2øczõþŒKNk¨(Íq•40áÞ)T±åiëÝúÓÛÓ˜Ú êîmŸ|ky)[~ÛwõýæÐ«°ž‹Éõ‘Ý3]b@4n×7ñˆIëði«d8¤Â×xç¡ùžÙ¾‹ÞyxaX /Ì:ˆûk Ü®šï–A/.ÏØ[z–[c&mÌÝï$4‡”Äú½ez/È®KŸúM\ìö§ð™ö¸’Þší»n¾[òñ¢øÆŸœ¯›Oì,áÏeuoNÊuw[?]} ¹î•Áë÷-BFÆBéÉ™æ%t¬ÞŒAD˘%¢ ŽÑmA]4=‡Ÿ³É»À‡ïÌ0âj*ª¢¶ìÌö߇_(°¥I{15½=,Ç–°eÛðq¹5w'¸É÷‚á]d5{æ¸mÛÓœ¦7˜ ¶G¿ÍñÊ~?Ç.þpíYÛ©´Ðµ0 A%±Ú-ÃÞó×Ucªü Ë«#=']cˆË±EZSè„~p0 æ£7&ñ7Wß ò7Gú®'äøÊ¤†Ô¼e{:÷¬/úzTÉ‚x&˜Íº;}_ùdèb ë°ÙefÏÆÀ‡UÈò€_7Ð!#5Ý}º»$&Ù_a®®¿ƒ_ôLõ^Š­; •qÐð1#µo`êÖ üZÂ*`û5ÌÞíiÄ%ï,òZd‰P—²’!¿lr¸ï×øA=“âR‘êrë>‚<yÛ·örÎü¤õÌêHט -ð&·>Ž.6<ë<±6…®Úßx è„ôÍwè››¯:Núg;¾š©:iá6¤OSV{sªï¼g[Ö±)I í[‚^ó) @Ûãª=rè¥Ä=§P ´‘0b`õÅLìž“'ÎØØ¤¤×ÓáÃF&Ògâ üz.Ò¯ 5ïÎ`®­½h;nyPûýUw¥èù –š{êx…-PÞíý*¨çÑ÷Vû‡Ò>.¥£wFñe{Fâ½ÏÈÙð´‰ó©Èu~¥»»0€õļ ií+Ì8ðû,kå÷LƒCQ9½-ª ×ÅÌΤœˆÌk×_6|£•œÿÃêãêc%¡&måö쒤ݚé=oYùQ`®ýtR‹+ß31 Y Ѱ{‚¹÷@ž„Àù„W½3 &çðE¾rUPÅhOšÄL ‘™IRPêW_COûå)#›2 -H†G]_ê‡Qßo¼ä6g€¯]M§½3]ù¾%Â3ÏíŒk%ܸnP´5耕uðyÙe.3³Ì!^Æ êÐåQxžoš×»6ÊíT ´þuë5êF2Çñ”äæŒ……ÉÕÇ´…GòL - „Ò”‘ƒJè¸ÈœV÷M#¯ºÇ{ÎRüè"²_!ÂnO1ª¯xõ룜¶Ð"³7´€.ÖÞ¹þÑö»¦;Óм°†ÚÑõsw¦‰e£+®âáâJ.rýâÚ§ä‹yQÙW+o‰×·€»Ì=‡+²vb¯„eýè°b˜Ö -ñ‘\M§4$”\LÊ04´Ö; »ä“áŠKœÎƒ•Û?í¯Hî§AEMŒÞ¤…Iå´Ð× Y"ÕyÆ®›'Öü²"ìi]Y¿çdá"ZzGXÁîJ®Vá«¶FÛ¿M¨±u?Ûú…)­ˆ¶=ÏwOv̽Ƕ9N¸±5Á¬ -Èûñë3Ìú•1\¾OFªÜÁ—¿·± ÿXåsjàI`‘ZUJXi½T°þŸ¯t~6Í®ýpÉ iÃ'kë'Ì|Òö<®Øþª7/–»N´Þö4ôâÆxϩͱîïÝS°‚´Ir;a{*›…쀜\“Ñ´–Õ^è9ïzWý™óYé‡@ÝÜ7òA¬]mÒ}rRMPEnLùÔýÕþÛû«’G  Al^ß‘Jãz!nä ¯!ßÇLÜß7…Ò_V˜/©½ÿ¶"8øœîtÍ"ó·fðEËo`/ȵI õÞJjù÷òß7hؤ^æ|ÑôÅò+D^XÇ%†t<òÆ[äÅÅþŠÇè—ïø©ílBÇDý¼.”ü²Á'Œ HnM¬K:Xæ±€6«xûæ7ºëŸDP¥¿¬ó¸›‚~Ÿ]í|ÛþMÂÂå¸hqK_Eu¸5?ï÷ -aɇ®ÜóKJjCLÏ‚ñ½ê£5eí|Ú“·>e踹þºèëçè¯ãžný. ÃÝÚÓqà{zdÏÄìËèé#®*eD%´È¤™Ú±9‰+pMpÚ‚Š»ýY»ñ~‰K­à›üš¾Ëæš>öʲº~†sscVPüIR“«+´†è<«ùÔ¾¬•И2áªüóè‚À­`Wðê˜ -_¶:RúgÇó¢ßçÖcŒé˜=¹gPs××]ó”ʵ ܵí1RñÏV&âÿZgà2V\³_Ùrzkºâ€syïWÂŒO ,âÊV_5sµOÈiMûz5ksüF[Â($g­Ã³Ž¡éžî<±ù¶åX`s+m3œ’{ #0qÑï×úog¬,Tx{kýeóq…äòæ{åôs`e ÿÆ?¤'7î¯ò˜¿l ¥Y›˜—Z;©§vîL÷œdæýÆô äó¬ÎÑjŽùnë]Ûßvç×Ï€˜ûÙï­B¦OA¬ÞšEçG´|\ÚÄ'& ôŽˆš\·1Ösbó]Çñ}¾þÀF¹ÊìÍ][¾Qpzjn_Ú°Û@ªj©€÷3Z÷­"î¾MÄO‚ºïY –‡ÔXÂÈÃíÛÅü4ø>¤ç`v¤šÜs/á%.ÐùÔšÝÈùõ×MŸoŽtŸÌØXè÷ëbiv¥_š´ñéñÜýV­”4 °R«ƒ²«’»QÀ™< ¨ï<òj\'¦'M·ï„v\Ç\‹™Äûëâ¡ ²¯X'-ýƒg¬÷tH »Öa+sã½2M)×þ@ºä‘ ²Ž{ïR@÷Fç<µ_8^”ühÁ³H°¿6ôÓò;ô­i^ÍŸwf˜í@« -ÿ}CúãÏN.Ó'ëËwMtŸqÏ .Æ@-sEØÇ¬çÖ ˜D”ïYD⿯ˆú³@ÃE4È2˳ʿ*‡nü!¦#Áß»G2+|vîzHHF¨ÜéÎ/îþÇ6)kdöñ¨s¾@œöËim{€­¼hýÛ+ï¿î•|êk?ÿï›4ÌÿýˆÁÿÿ>ÿ¯ìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°<ðˆ5û?Ä~wüx9]†`#>èªúàxqõeø{ ‚ÅÆ0?høà8ì\1“]F@± 4*‚)8V¾:öÂ¥cçZ0ò±ÿ±å1°Ñ±F&G ‚/[Q2æä±Ó`ÓëàóÁùcyÇÎÿú_—àƒ3Wó.\<›w9ïÒ•¼óç¯^»tìjÞÅKg/œ¿–ŸåjþÕ‹WŽQr]¾vöb~þ…+òò._ºú_7"ç6úï®ßsùÊù Çþs¯¼‹ùyW/å]úþËáþ·6ú/‡ÃÐùõƒæ®;qòXW'ðªóã9——sî×ñ« 1ÿñÇ ‘ÿw0Á^`›ÊΕa¸¦´¾»öXWý¹½súÿ;ö¿¼Êù|áÂÙü+ÇúŽ]8Ÿw,ïü•Üâÿ÷öÈÒîõŸ?¯»N!ïê¯g|éXnßó?þëIæ" àØÕË.äÐUý?"VoB/"GU"BPÎîð/2Ú}JZwTOëÎØÈ ¦:,ÇVFµ”樑ٗ°è!5£Ç3+ö/‘ª‹´†¸†‹L餄NDªxˆ¨†Ý›ë—•[—Ö³ÀívÏP×ßbË=“زð"¾,º„/O¨ ÕâzÒÀ'Dt÷†õ÷ê¥Bÿ¯Ï7G­ÞEçr=зb ÔÚ„œKëÅŒµQrk‚ÞÓ±úürTÑÎ<üŠk²ç\DŽ­MYÈíQ9¶4®¡´&MltÊ,¤Çµ´ö¨’\V’kܨü„‚ÞõÞ606r015«/®PÓ6!+fd#¼ IJ­Ihžo[’Ñ’Z!%ªäÁË"¼w’M(yAðg uÁ3Öõíö›ÆÏS}—“JF{J-À¦õâöìòú‹Žã®È×;ÈÅ­ÑÖï‚2Dð¡9­’à -ZSDÉìLèxØŒ©Ÿ›´H¤AõÃ/ï'z¸ŸŒI™¤Rp>ȸڕ5sàƒO8¨˜šÖQ’ê"*fG@A«jíI¥mcªí”k¦ëBÚ@jÞ3ò6!7k±`Nܳ¸’9bM\/f'Lý¿ŠTë“ãËÃ`ŒÒ69ãpc&~GAjr¾ë9—Ðò0P“›2ËÁÞªäaÚÎ%§lllÒÂÆ¥­,TT‹¯Š©ðI=¡6¡#6¾w€ãÙø´”…J˜éИ™ iIõ¥9ec¡ãFj{ÚÌ%f­ý¢¤‘æ……H[¸ø¤‰Kö©5^¶"¦gÂRV&òÀÎgü¼"yøwo¹_’r H‚:>ѧf#ü¹~; þâæ~qÄZÂzûIÆ~÷MÆ"J™D¬”™KÈ:XØ\/븙֓´0Y‡€•ûD”´–„žGHZo?JÚ„Ì첿·Ò?˜´1Q1#¾1aÆ·F ¸Ú_î]À7(4_±=Ô…ÔCýIc®ç2¦Ü=Ž)ôÍ‘+’&0–Ž~qÂÎB'͔֘W“Ô’ÛsýÀñ˜A5­Å5‡-tÍÊ"f.fk{3¸ÈhNj@ŒÄŒ¸+qå!¶Ì¯â@Ö¦Øõqã 4a ¨@þ-®DUðë)¦<©E—Å´”¦€ŠÚT³¡1“DQóÞi\áÖÈIï$ürhQTë2j2ªeöN ”þÎòò=ÈET\ÏE–`ÛãÕõÎ4›Ðá«ÓF6“bMÆÌ€¤ÍLhÖ&âú“f1Ä=¬fõ—XmI–ñçŸGn5·þÔôµ| écÿ„ˆSHh~±tg òýú󆿺ßvœJȱ%q%¡:¤&×ÏÝ)ù£f¸æ‹Ä‘1‹˜þøµ•—•m6|•TcK’j\Y -`MÊ,¢'L<\,×âמ3‚§änÆÆ£ÄM|"ˆZvyð~vYr;iù¬¥·Gô–¸œÞš10{2&ZWÖBëÊ©­1«+­1’zRK\…¯ÎšA,¹˜Œ•ON›”´EÌIÛ‡ãF#¨æÁ#11aìg§"~r™G‹[ù”4ˆó\.ÄmtèòTïÙµIèŬSò8½&}œvŠû³+’{¹><»ˆŸ61¡i#¹)®Ç”dmغ¬ß6Bo´ð¢\ß¶„™‡̉ê¨mI ¹%k'µem”ލWá‡_‹i8˜=óý—ûöû£I+Ôëv•˜[>5¦8®çaV†~¹+H/sˆ¹õôÓöûc Ûg!35"zb]ØÈ‚gs}ì2ClÆ&LY$â”EHßs0ÑÿØä0³61eáÓZWB‘ëuÎADÍ’˜IÈÌõˬHîÆ- ÄÎBÏYÏ|ç©…îÓ! ¡zy¬»`ýýï¦ÙÇ3Ö”¾yLq®õúóžãáRuÖ&`dœBnÒÊB¦,\˜;þ¾MÌß³ è)3µ3C*Þ‘Q*‚ZÌg ÷Î×|ì'VdôýÌ}Ëà`Ø@íÞžhýÆ3Ùñ]Hņ|Ä'm’°‡÷Ȉ` ¦è={&ZwR‹«ô-Âó·&úNï.«ÂÕ%#W­½†Ÿñ¼#Ý -Ír;¢rj}\E¨ -/áJ=ÓÈ+šÍŸlO`oF4wö7¤OöÖ$²Ž¡G ÷h)#µ-¬‚$ ð˜QäWw_ô«¡¹Þa0I3—02¡;µ7eÁÕd,x€Ñ°«®éŽï" -ZÏžåÞ«Œmè~ÔÀÅ„4Œžˆ–Ú71`q=‘]÷§\jàòþÚðHÖyw4n•FÌjhÌ@mM¾“rðÙuÉ£ÔŠ€“ZòRËýƒ /î&­ltÔbÁÉg¬‰$kAv…ÏNƒü9X~uôKr=îÂ*b;…K9prûN}…CÍØðšT—œ*¢£¶äzMfŒ|êž™OIi =º4c¦÷ízÔÐ:Bj)'i’ög­z®ïRÌÈÃ&@ý‹Z}13y°!y’]2€ío ½È®Ra-¶ Ìq[ÂLjÝs2°A=¥u}cs–\–µß~ük?Ä3k 3Ò&RsB×syg¶÷üÎöfÆÊ%í¯ >M9¤wÒŽÁIû½ÑŒóö³[ûXß©ÀöVFOnÙ· ˜Ù5ÉÃÀÂýpn ¥!¬Æ—…äð‚ŒÜ jygÂÀèõ)å;‹¬Î€j¸?¨‘âjz[L…)ñ/B/¹f0¾EfKXÇÇn/àË/šþšu8i1iäáÂJzkDj€_Ñ’jûî"úæÆ[d^LÁE¼·¦s}àuĺ _Òkwf 7½³Äbç$ü~ê·“ÔÊOc21:®a£‹”šðú¦àûæDωՑžãÁj#À5z78s`L\»Vtž(»Ï†•Ð+a9êFÌÀ‚z”ŒžYlñ{À#wÄ8˜0o]9º0$G]*077§ æ†*þl|Òñ}ZÛÏŒji­Þ9hÞÆHÛW¯[>ßxÕú¥w -[¸1ƒ.òþyí±üÀ ¤fdÍÄF  Z‚*\Å®WPSæq û9þ¸GXÍèÈa˾ƒ…ÙÇÎ:Yø´…IšAMc6<Mš‡ÀØaS&"i#·ý¼Æcí¯0PÙeJW)ñÎÑ~¶=üy/üyÜ“Ð÷^ -)zó‚rÀa5ØÒ´™Ö™¶°ÑY»€‘µ÷ –¡»É_{ÝKNq6CJsÜÆDdœ\Jf™ÏÈñŽ„]2”´ -h»˜°*îÿy]>ì²%%dÐ"ÖÚ—Q{u ò\•ÝqUd–MöÛ¨…áy'8+à{‰Ìu/#–¦ÎO‹òV`2®Kp:ä0[Õ³˜MVç‡:ð#Çj - ÓåVÔŒ|÷4î¡sšçQ“R½zZ‘´ h®²6vyôÞŽ’|\]û»Y^ûŸY±Ü¥&eÚ3~ö©ëŸ"yÕ§Dž!¥f£ÂzJ¶kuk¹/ë×åœc+ ÝK£´¡gþú²{’–ù1ǧà;Çy…ÀGqöî’ÓóùG¢fätFú&d” yN&¼OOðª0]Š’+‹™–:ËÎy¦¸å~ƒ€¾Ö¿ãž¦çº 90¾Ãèk JÏèZs>Ã_ùË„0ë7|g„šìÆÞvŽTÞvŸ8ljqŽáÊ>1Å5}âQ’3BF>Ù9MNÚ©¸å+ƒ¹À>Ù™ÂÜÛ†>^qsúEÒOꦄŸ?™™•»f…_ YhŠ¿5Nxäœ Æ9Çñ–Ê.ÞçŸ\À? Ϲ‘g½*¨™Î üãµþ¢S ÙGƒ¸»Ë=WZˆ×þay^ró°0h%Ñ:àÃÃgQ³Z64…èj²,ø|EüÁ£w¦HI®IÂchµØ3ÌБRÃ&?²Àc ÕuAcM}ê3hbUø´Äd'pÍBoþo›ÃÔ”¨E^ï3Ó+BFFiÌ@+ÿ/ ë€U4Ädš˜0’³#6Fy t2ljxë××5ûô õb¦ -Þ¯ú0ä«yÆ*½È£nÚ«¼í×ð0!ƒ²2=ϧ¢Am#ÞÊ®„<&Xk^ÛÉÝoÜj!y>ׯb–xŒü­18®i.5 ¯iDžU€ùD|ÃÚ­,¿³Ô“zpö]Ò÷#è[[ -Vþò/ª¥àˆîyÁq¯‚[⚢¦;'hiƒ´'ȳ¶¬ïKOnôíZE‚µQJÂÆ(- òy©¿äâæhÁé­ñ¼“Ω¢ Žá¢ Þ)¤†DÔMà,óëÒ³A¥Œ€ãój(Ys™M/3öë3¾ÑÖfý°õ¼CÍÔ·¦^íD]ÚÕ±ÊÃjf¡Žs½un¥;÷ØrWÎQðÈ9lRâý*nEÄÈ%„ l´|`m ìâJ_Áqëä—;ò.ýn¡ä‡! Ã#ϽsNÓÒœ“”¤Íaì­­QÜ=ŸŠšÒ1‹½j¨¡qJJP'føT¬¢ÕþÒó†ÖäïÖ{Ê/löa®Ù^¡Îù¦Øè]³ˆïC˜IÉ« ©%¬¨V. ë…4§’œâRC††\5 軳ÒÚ-5½`~×3 hªjC]tà=“¨kn.)¼ÈÀm5­Suh7ÛÚ ½† F]Y†”¶p)#µj–ò;d‰=›DŽ<»ô¨r56G¯ø´D.üú5I%sucØ\óÌçsïRQ3ÝZzÞ&pæÂ`ñi'hIÌÆ&Fm6ä ¼_OÍóhA‹Dê1ð©„KUCÐ$b…ŒlLØ ³;‹d$YUÈ$†€gÃVè›X -þH˜˜e®z’ÜzvÅ–’˜ ÙÆ£îUØVÿ.² 4òé.%Û1ENöédò¨¡ªÖ£`•¸¦a¬À×CÖ–)$WºµÌDv”´œí)Jâð•c„ï™d•„L|ŠKÇ­X¦¦ÛŠ­táîõ<ÜÖ(æžgœšî–o Š»øé«ýÒ2è Êë±ý¨ó>È¥ =Ç]“˜‡~d@½èß6> }îœ&%¯ W\ßè'Ň”Õb׿Ô9ÉÈÜ$<Þ!'ï ‘âƒS´Œà4+µuI÷,éÛ•Îò+ÐEþ)R‚8Æ1Œ»»5ˆºà-oCßôÓm†´B2p0êº0¨œØ;c…g|Ó¨+6.¬Á< ߯LQ}v&(Iž)NQPË#†Aûb.)l¢æoO_pM±Ê|©hk„šþ™ížb–ù§˜yA=3šä¡d­–ÝZì-<Tò)Aµ˜áW -ð•ëW3xÄÏŠ%Ÿì"`c>mKIN[ÀÝôª„”°µîµ_ÇÁíL ¾BËõix¤ð¼@´‹%P›äU, XêA«ÅB¿ž˜áQ^ô¨Koztø$Ÿ‰’ÍÍ_Ø«_D͵ðª³4~ˆÙ9”è1;fcÐr`i‹¼Y³DÖ&‘µ¼ˆUÈq‚~8¦¨©=5ô:jåQý:f‰KEJvAfÙÖò0k3à£à+ssoØRûBÖÑÌ o#¶úväy¨»À;ƒ<¯>6'–"çÓ )~`Täù£ÀZ5Ñ9xϬ±Šx½ˆ†á›˜©¦e×ÞÔ¶Õ<÷˜è%ë#¤GK}¼¬­ñ*^Èül8œЋÙ^ͳN§ºMç4<ýèQs+ü!5h‘JCVY•W)"ø5r_S#h¥àOÐãÓøÇë“ø#”ø Z@ -ùTÇ(þ‘g”ïŸi¨sŽËÉ[ãÂÒµQvÆ&ÔÒJ7êÂæ öAH-¦{< )Ak Ròz¥}uµu9¤|jÎ3[ëÍ8<ÿ6ù{g9äjfNX+$ù”à5“¼Ò0d -÷då=çhÞqÏXî ÏDÑ%ÿ ’·x¸dÃ¥~ÔÅÕ^ôíˆN"ˆåÕ­ùA#42P^£ j†1Ñ2˶ Çù|lÈPûlg‚˜¸ÖUtÂ1PzÅ;IIóÏÐsýJfqXfs”ôdraT-¤ìA)r"ý :óñØ¥dä"Ï Aï¸!—†AƒÂ†Æ¶ áù@Ð\Ó¶V5ù 8!£{4¼Ê°¥æ9è£  Ñj? -™!jã3‚:*h¦Fí tÄÎgïÍU==•»@CMË€—ªŸîÙ¥U Ÿ2é1ॽYySÈTUçG¸¸: ‘²ƒ:>æ¹Ð ç<( š¤â|OÞçÖŠé^­Là3Öµ,ñQ«#´D¿Ž]±kòö _×Eì<º×bI¼ú“N`ì`² IÈŒZùŒ=„Õ,2iÀ(8Õø4ÇêFH#dGŒmaƒ\îœaæ¹f€µ!ƒù \\l®úe ü1jñš—ã~ms{ÐXU0Ixn`V?ÌIx¶æÕ²Ö6+»aœvf8(Ð܇~ ½ -cµÔ·Å¬MÝkU=Ân¯tkœž5ɪœJ>}m”‹r)ëªý[ÊW£NÝó>ŸI$ØVR2VG‰q›ÓΆ¦¶~v€yW&…¬hªßùIÁ-õkjk¶§å,Ç$¿8¬—òÃ1|üãyòrÂŽ Ò×#Ë­ª’¬ö²R\cP×06!”…±‚šã‘g]wguŒV<ôjÅ‹°7ý“Õ\è=^Ø(b‡ 2q@/ìLó*—z*¯­ `n¬ QÚ*/¹Gèy¨Ùî |BD‡¬Ýq0!5 µÐ™stþ]Îÿ 儳О{x½»à¬{ó8sÓòð>8ϕ޼ Kï‹ÏíLг:JÏìôFÔÆ°À'+ø­Qyœ‘³2TvigY”¹6DI‰´OÀãPü¨E@>Ç¯Ž–^Yè):ácdºtB®¥­üÜÚ{FŠª¡iÎ!¦“r#1ͧd^§2=ô£w›èUñ*–ºq×ÝŒGY- 9j5 ã”{5ôüù‘’ ›“„ä¾¾Õ¥©©sªøø þé» ’!€€uDAÈü>5·Ò;-g{¦ž·z•brPÏÅ„Ì\RÈÂ!Äæ¸ÌOK|ÁïK<®ßDÎÝôëäbxIB)?f«jB´8`ó¢ ±ŸæäÍa3‡äÖTÆ!lTÉX>…„ìWÉxHmíÎׂoU×ûÿ¨Éš†í!ÖkŠÖ|¼¥‹vß«¨âDÌ"vÄÆ%ùu¬’%53dã"srÐ,û o*6Ê©2Awå d%Ä{Œ¬GË-¶d…Îã}¡©¦§~}U•GÇŸTœ2—Š]´9ÎÈXêÁ\Û&Çé:Ê® römtÒv-R¤–™a¨S¯–’½>R|I×r·¿øô‚í)jÆêGôµà4Ö(žj¦ò°c}m¾=ãèJGÑyK/úÁúÝ}¶tüž©ñ0>/hâüÑ\ -zöÎtù ŸŠâÓ3JÍoóŽEµŒÒO‹"iÐÂÂ!ë¤~=«tc s}s/ æ“ZJ™²)ûÀZ»çS¿÷ë!(Ø(ÄwÆX™ª§iTµOlà–ÆÈ‰£U™¿ú&j@WZ‡C–ÆN—’]ŠøŠ[IËZAßÙš gA3¶§•®9 Þ06¼öê«<ˆwèxxç$3Ë5)Â8ÕÂ¥N`I•ˆ¶k­jÞµU5ÿ¾(­‡>aÌä<—¦òdÏR猀°ÁÐV|fgúÆÔО‚ƒœA-Ûø%8xŸV²TÕ¯MŠKCÜ\è‘È&/¶ªÆ­ª>:'­†‘Älb‘c’Ý/|xÜ7Y]ç6Õ¿Þ?õjŸFlµoÂÖ†„ß>Í3 !£döCéõ¹¸4§îi犢V°4QEs¨«$Q{ÝÛ¨M$q*%cÄø€–^àš$'ùtŒ’(poX+c_÷j„ÄmÈåãÌtððg»óÒšÈ< çŠÙ™a<*1É|æÒ²P‹Ãèk†…G#ô☽ê©K%¡¸TRÆz§Ü3ÍCûU<ÌYâ?á«àtµ`[Á+ßœ¤¥¸”Ì<È,Eîv¡WÉ+w+D8Í»Ški>_jG'"kè>’—h¹[3ø¸õኛsï -Î8GÈ©îÓ -HÎ~Vjl¦Fâc£æ:+.ú­”ì² ŠYâž ¦(Zó“žùŸ‰ªÌ«1«üÙŽ†žçѲJC:1;f’É‚Æò;…çw&˯¯wçýSÓÂvzÅæ ö¡O%æ„¡Ÿýj><Ò i)m¥sÇ7%†A3·¦H‰P‹yÞ9Ç3-gºFyež1n©{Š_®hG]dføjgX"›» -1m®“x× c6I{¤ ȇzl©‡rß3-$ú bK)¦ºÔR¶G-ÀÇk:`aà깡Š'­èKßøÆÔ]KM‹OËÁ†L<’ÙòǾ =lqf»ð?ò~­zš}׉¹¶9Ì/F43h©nôêk›‚V±,h•×…,IÔ*`N†x9‹ƒ¬ôˆE"…—8¹+d¯oÏÊëƒÈðþˆEÄé!ëë›;7g(¨ÕIì“€±¾Ío~©öžõÁwË‚BºGMÉ -8XðBAŽßk•J}–ªÆ€¥á]ÈZûÒobãàøˆA³Hþi^$ C†j%¼][Ý[ðä†x¥[ÃE{uàBvEÄ&àî-ˆ?“ ×ZýVy­sFLt©…øijÆ\êÜöá¾wš]u„óBvò¨d\/äx´_%ÄïLÒ36‡)qÀ–³µSîè_âîMòZ—VÈX…sM¿øèUµt Õµ^=§rkªòŽG‰ì!'… <‚WÏ(r+Û4µu^•ˆ„\›uŒ3³ gËCçí/²OïDü(p ²×Á§{Úî1<íð#|flxå5Èd[£ôÔõ>Â}ÐÀÔ0d·ZÆuéêš¼†úV¨×÷^È@~ë×3ŠwƒbVf…_MpLfŸ¨hsu“M}CЄäu×Î!Ƭ,Œ_…‰_ëËýugœ”sCóëy8?œ_È^×VÛ<ç³H„N;;€» ºÌ‹Àïû ‹;ÕbFÐ*Z2!#Qc&.Á ymktFËÁ{ÏG‚sòg3Ÿâ5 û¯ªÁ³jž-wÁÜútb–ßPÿÒ¡‘‰×¦é1{MkyÍV?À+øÇÞ;rNPGCE,uoj)gS!çû ͽ!äõyiCÄÆg…Ì|†ÏÈÁo«p !‹PšW­©‰É±¹Ú·»Ë£á¹êÖ Yˆp!-j¬ª}µÉk"Vy=²Þ›òC6Æ£'d—àÃ6-<+’„feµ5ã×J8^­„ õFCö ùu̲õqì#Ç5Í‹ì{R ‰ëÃÌ4×$ôjüf×DÍð©kCé§>¤ü¸ú±à„áŽV¾Ñ1µ”‰äŸŽGÖ7vÍLlÄÈ,ߎ„z¨v!û`&i镌½1Ê)ؘ g!ûÏVûòO­÷]ñM1Jö,²*Ÿ‚šá›¡¦{Àü -^¥g,뤣/éÀÎ@ñ¹äø°‘]ÔÒòü3Ô¿Š]á›l¨òMU±\*ræ\gÊ¡íÑ2è rnÔÄ&DT³ŠÜ*>j«-b—5„-´b¿óاÁ> jE£˜±ÊjÃP³I¥¿|gˆëVºÇy¨ žœ¶P‹<Ê«“ñí‚ñ!¹¦DXïLµ˜ƒäQàâ\å·‚À“A#\õ©9e-3¨’ ‚—øô¤ /ø[À@ÉõêiAäÚ´¹©Ó©«­wë^ºµ/Fƒ††×©H1=Ö1K=3ô¼ Ô›×X% šj[ÂàõAëõôbwV,ݵ°qa9' Ç'ïÚ¨%{VZI@KÛQRÝ*17l–‚–"ë}ȵC>=¨¥—øÕÔÜ‹‡¼¿9U~ÇgK}ÖšV—Q@Ù6йð¿](ðqI!#½$hb£CfÐ{Síó°MZãÓ³Ëý:FqPOÍõ(Iiëã·×& OüVYC`–Ç Â{BÖgc~ó+-pb7°UCØ^ýd-!'l‹"ȱØdµÈžŸ‘VäTAž4‹¸»s2È#"1ðË­aä#ëÐQ໨4tÈ­#¤¬£où4Ì -äX7ô¼ÙNìe÷„ˆ°=ÑÓ‹}ê²;Ûã¹§–z:†Jïú¦)ù!=°ÐS~KÉ äxI·ÌÜÍIbüödå]·Š’6æÛ$r‡Žœ3ÛWvÁ¯¨‘ø‰}qs¸ìšímÊþ•îܳ%­$bäS#eW<Ó˜GQdžIÈÜêÏ<æèϹ˜&åEô|²_CËu —"{¼N;§qOSœÊµJšW ó=\PqðQ$ãêØ•žF!rMÒ«áâ`žž:Õl`gféžQñÉN/ß³qˆ{v.5d¡»5ØD·’’ÐðÎq~™{TXáš e èGQ3Ø„O "ûfEâ -c{\„ jšÛý:)ß1BLØ"¥†µzÌ,`û4´ü퉲›[£¨Ka8æ N*ð©…Ä ƒók©…#­8`d”îÍ -8{³’jdV.­’Ë‘5í]xÅ,yÄã`…ük`•UÄfùœèBÝÇ ­æ%²>³ŠD¿Ïó¹Ÿæ8”Osl’GU~ok2÷äÖdÉeÿ,Ç !Í©àáCº¦·QsÛˆA*vÍpJvfø•›“ÌüÍ ô^"ÜÒÊx-½¦¦Žð]xQÒà5—Ç!Ÿ0ðHÀD´’S-|šGCÏñ비¨]R³· ”†gX¯™’²3±YJÔ`CÈÒ:°µª ýáÙªæØb}ϧåúÁØ‚¤!dpüf5ôÿ÷ƒ0„ì¶Éêÿ½Xý:`¤MŒòˆ Y†œ»4Xy{{šœâÕ±ÐËSøÇ>dßÃlýÇðlCwÐ.­ Úøl¿…Yá3òÝFJel®æuÈ*•‡a|À;ÚBv¡ps¢àrr'd©ÚèpÐ,•@_ u)…ÞhˆÚ…¼ˆY‡sÂ@ŽÂìŠO0/ãkƒF>©Ã|NlV$Û[?ÙD"§¿5Rq˜_6JEPY%9˯dãCšª§1Cý‹]“¼r3z¹·âÊö-ÙŸùëSCÖWJù^­Xl -ìÇFí@ØTào޼3ͯSrŽkBP¶3ÄÈòŒR²ü*¨)Èc¸{®qÌí¨‘”¿µàU 0^…LÔV7… Õõaà5d_¶z#¤À'Fm”â¡·ñ'úOΆ•b~Ì"õ\¼OÏÁl‚®¹§ùA-ŒYZ…¬ÙXº+.Ç@Oþ³Àa„¸T§÷ÈûÇ5dr¦_KH ëY. ¥°]pëÀÖ½_¼Ó|æÞ¼¸þ÷y±üœãPó0 ½È>‚¹åPñN#Ô–‚URW×DÔÍ1CM£[INßA_[ë/<¹=޾Ћèã¼â­1n^cÏ^ýr×ÆÂ†Œ ÃFVyÀÀ.÷"ë½Fy•[Ï#o+团f‰0Œ°¥I 9šœêÔá“‚P3»ó,RtA(ö@­x µÏ¢sõ±y¡È££åûlŒßÀ¥F­,úÿ]àr)+g‡ŠN.ñËv`Üwf$à#ÕÕnUmKùì½Gó¬|¦vG'¢-ÍðJ—&™AKS·ØÈc•HýqÏXÝ0W7†¬uˆþ7‡Ì”Üm1Á§ç³bóµïüv6Ùm!e» ¤t—†ä³3VdØÓ‘ØR]gt¶êiêvw©¶3²(”EàØ½ýÝÈš(ÌWÈÌÂyT•ÃF:ô Ÿ11+b.õ÷9÷ÿ.D{v©Y·š’¾>Yq# c•"×P opƒf1ßo®i ÏÖ¾ ÏÖpÃq,¦×È'­RÔ²À<ÔÈDQäàýÛ>Î¥åã@„{à)~ÈBNÈa1SU]ÌRÕ³I«ölB~ÄÂ%"û‚C ñ]ã‹ÈlÍ«è¼üQÄ÷ÃÏÀ‡h1›€¬q{5|ø>!f­yµ6tDMÕ1Cu]H'á!ë Èþ¥€Ž^æ×Pó= -RRH]%ójž¶íÌÈXNµŒ³=%ÄøÔ|BÆû…G×ü1b“H ;J—{ÐWTMÙ‡µÍg‚:×gDô›‹÷êÅœm•ïÑóð[jFÁ–ŽS¾¡c—¬MÐ3valw!† \\È(`Æì|Rÿc”„µqj2ä‘t·‚•1ƒ¾™dÕÀð…>ÒW×#×Ö‚–†÷a{í+Èbðvnôfiˆ4÷±üJÌ"¯ Z¹¤½.#6Ç¡}B®MÏ xÈuh¿IȆ ß±IåÀ‘ ÕýṦ¡rÏx¤ßD-p()9˜'¯Y*ZŸdæ4/}úçý^cýK${ô2¡ŽËoKƒC9ä¬êj¯±©Óoi™ò™kšüV‰Øorœ&f™cx\Ï%†ìà§3ô•1Nž[Ûð2hnîCÖÞb‹ ý±ùê—±…ª!+‡ôiNÖ6ôšª›\Æ—ÊÀ\c¿×Rý|M)$ni¸™]¹k¥ïZèèÍ Âã=ÈDÿ†¾úÝÆgÆÌ,´WKÏw‚î¬cïoâDLŒ²˜UÈ…ù"„ ¯øÍ/T~‹¼Ám±=à1dmÙ÷b—ÈõÜ0°¬_#fzfxe^ ¯Â«Ñ&²6¤c•§#÷_f¤ ‚‡vÍ0mydÏÐÈ#…ÁC, =ÉY…œØ¼X¶» ­ÙÅb/dcŸŽ[€¬±«—pa®êFz.7ú5WÕû@ÿ–ñ·:Ëϯõ—_~. j%l§’GØcd¸¦ë«\SUŸšù’Uî€ °4Œºäž¦çDTRÁžUV5ÛUxys„^äÓÊE“Tƒݳó91;óïE6Å£e•, ±ÒS|rý=¤e£ü*2äsb¦_ l­ åfù1àè¨EÈòkXEÈu¦°ŽO%¢F µMaSmkÔ*oܵóX.5>Ù£ ܃EêËkƒÇ™^ämäþ„)zöZ/öÖú î~ÐHÌöjpñÈuȈùiwÀÐðÙ¯µ­bäùñ£0N#ŸŠ\߆9.û#ÃêjjfV%²ö¹9AÏq±…ŒÔ<–èÒSsû#Bz)?jªi®m"{œì²ºÌçî‚~Χ¸”ì"cGÅ dMþ?=ÃväFiÈÚ5·· ’þ{™Çû}‘ËŽ˜Øøˆ™Gß—5GeÏb‹ò–Èœü9ÔHõîBUëÞ’üed^$ó[Ì­iZ:øqmÐ\Ûâ6ŠY.}uMÈÖÐ ú؈0P˜ÜoòÂfyur—ÏXUç1×µzMχ}ææÁ ­ê¹2,Ò!;‡17TxvmDLÜQ¶\†Wj§©ª ¸ê|^]t4¸,j‹ûWüfy­S÷Fí7׿õƒ€?Õ#YÞgd v˜ÇN6Á§eš•VýgAÞüÉ&‚±0&i-äï·àG­Q3Ÿ³0˃&z±ÉÇ6/b—7; ,´ÓÌ3רý ½)‘ lm [Øxç$-m{„ïšbæxy‘ýû55Ó5A|¼3NI¨xèíazòf?ñ®cô`×"âÃòBÐ#Ûp%3ߣbæCÍ`öf…ì•^Òý¥Ü5÷=Í=ANpÁÿmî¯öT\\é,9±Ôž4¬!¥‡µŒ¢€š]‚üà™¡¤zghé5³ ¬å Ýì<×´çÕHX”ãUðÊÜ“ÌlÇ(rß5Í=EKsNžllâïm³³V©ñkƒ¸›á‰KAŒwC]»•ÔôÍ1ÂCí›ôÍïóŽ®Áï+Å$¯Š‡Ü@ò+YE.îáöDùÍ€–’³3MËpŒ0R¢j1õdÑ(ès@yBÍ,tŽ‘âv†qwœc¸»A -gÏÆ…|ÊçÆlB®OÅEïŒÓR|3Œœ]`û†‘¿9TzyñcÑožQfVH%a‚n ûþáO¿ÛÄR¿’ší¯¸éF]þ™}×Vý` æm+з=3äÔšUŒôŽS'¤¬13Ü*rjÐ@‚ÌCÉØ3sñ»4¨aK{ XȽ¨ÈºttN,Š!×÷´ ¢d8Ʊ÷]Ü“˜CŽ!×Ëà8#–ê¦0ô@ÔVݱ‹^#’Y%;0?d­²ŒKØ‚ø¸*:'’ÍtTÈHÉ h…>ø®°Âcóü–º×à%Ï"v.)jçŸçs\fѰô†‚[º4LKôjêš¼úªÚÍ fÞr/öjÈÌ#‡Ÿ‘Üåš&§mA& èd—‚W¾2ÄΈ'Æ€cÂ:.Ö9NzâWƒjrzDÍ*Aö˜FìÕ-A{õsd]26[Û…1éD¿F€wÍÐ2×Ë//õV\^쩼²=†{„\_öÅìE"øã>ä~\-²ßƒðh{„xßÜŠþmù=þÊö%~¥{Å9Bxècg¯õï/t Ž[[²Xi/úÍ9F|„ܳ¾­Sæ?b®¹ÆHñ5=Ïuížbåm’!÷+n1SV»H·œ“¬œõAòã¥vì…íaÊcdmv굫â¼ýmɱÙw§×º±W½“ä$¿šœ¶:Tqm¹¯âŠsŠ’äž!&z•”4ÇåÉz?-ÎüºäWÇ 51¤ä•””tßæ®{¼ìêÎpùe÷(ævPINõ+èٛäG í˜óž nÉjwÉ™ÕÎücžqüã ’‘ï™$<öN<“”ÔÍòCߤ Ì7%( *÷8¯È=Á+Ù Â÷án¬ö”ž]ï/»äœÂ=r©ˆÉ^ ²vÅ(=Ç„tÔl䞘]ä^½˜…\òΰPQƒ˜Ðp+¢&6ñkÄ£¼Ó”Ï5Î)Å Çà×ð1Þ)Ó«–ó“¬l¯Š[áWqJ]¤x²ö  ¤,÷a®­ön; —¸¦éÎqZrh†]ô»‘‹ÛƒWrÍFå•Í~ü-ï³ f‘VÅ C†u|²wšU줦ù&)I[„Ûk= }c´d÷#Ó5Æ/Ù”ú•ü -¯‚‹Ú¢<ÚÀÝrOã#&Ö;ÍÈö«¸eaàO?Ô“Ï(dº€ œj>ΧQ·ghàõ”T§‚˜Œü/Ì;²ç< e~²²±1ÇAE®…ùuŒ‚bÒòæŽ[ÅÄþ>'kÞµð¨=­0låV¥[CÏÝ‚±Yê!ß™}C¸´ðžrk±ùH][rh¥}5 -z…,ãýô*°ý*RÊÖ=ÅÖK»?ÛC¸ígäA=`¶)Âz>áß³"QÌß?ÍÎGØÈ¥”P¼ªj™K!ç/|d'8'ÅÄõajc˜‘ -8qk¤òúÖpÙ¥©’KÛ•w‘Ÿoñ‹#Æê:à©8ào°F*èßý…·¸óÛý¤{k]˜K‹í•g7z(W;Y ›ý¼Œ•Œ‡æçeG-OK­w“î¬÷Ñâz 3õy?lô‘xìü­Qrôùã•®Ê+kÝø[Ž~Úã­>êÃÍaJ¼é ê´¦¡èàh}HÅ,@úl¹³òÒsm•§ß•÷NTÜñN—ßÙ'&nŽŠ+·ÇÅ•0WåÛc严NÜ•å„kë=„[A« ¢æU8{éGhÉÎQz*ôóƒÁŠ«ÝE'V?Ÿ\ØèC_X %¨šÒ¾]î(:ÓpqîIRÒ -òžî‚ß6ûJÎÂ{.»@«=“|T@%À&äx&¥Äq)ac”“k}S~ÒÔR|hö]ù [[éok˜ë »< -9úü‘k’–Ò±ËBzέà…!ß"kJQ“˜ÔrÊcv‘Ø–áúw*˜ÙÛ“„ø¥^ÔùÍðè!zòZ/5añþÆæ#Ã3%Ä‚†Ä9†ÉC”¸^ìõµ®ÊKö¶’_çÛËÏ,¿'\õ 1Òÿc¬ Ÿ½=AKv îoö#÷‘îûüŠmøÝÅNôUe}ÖÏö¥'ÝÄÛ‹ïËO-¼/=±ð®ìÌF7ö–íEىٷ„+Ð'¨µ~~®±•p^ß\vlîö"°g™w†‰Ü;ŸíÿwŽ23VÈv&‘½U2IØ$âù€¼ÐÃ[Ø›ÛÀÛ#À•—W{07]“tèAN¾O!¨ð#×8ÿ¸7sC×’wÀø<ïg×!Ñx/ø¾OÇ‘¼* }gš‡Zé!ݵ4—1=-: eïï§%~f}žwÀÞá $y¤Ôÿ,ÐÊC:B’˜}©{Mû2÷'Ûë‚£›}˜ëŽaâ#äÞ®IÄtiø•Û£ì¬m¨QF:òwDæÚ+/X_¡Ï¿Çœ_è¢?ñ)Å´ š^°3†½ï™!¦„ô´|²ç¶suñöòz)q{ß«à”€öç:Ç™™Pû÷}¸›½˜ËË*Κ[Šhë -,µ³/¾çÅϾ&]^xC¸¼ø–pyî%æìJåöìkÌÙõNâ­­^êã-ÈžIð—aVÆÖ3y£—|oéúœõ]þ±QyÂW£¢´¯Ì/KÏ,¨¼¹= ~ðd©“tké#ñúì›ÂëY¿˜[ž|·üuk{LX±ÒÏÍqO +¶ÇÙyË]¤»®t Î¸‡°÷<ø³¯².wao,wSmöÓ’¶‡¨ k¨Ó[½e·˯lW^³¼¯¸0&Mýr¥}kW+¢!µ´ð¡ðøJWÉ™­AÌí­!ì-ôõö0-ag„’´ÖSyÍ3!Æ{¦j›£ôÂúù6ÚûkÜ9KKÉ¡…wå§}¤Çî1FÖz/áNPÅ'øÿðPÊ ‰ü d} -j­ò\bHÏÁ{TŒB—rÛŒàƒ÷ϵ°´æ´>/>f{Yú«íeÙ¯‹ïp—6a̶ú)qžqVÖÎ#i½‹p}½ wÍúªàðÛ_MMEW;IwƒZ Ó©à—o ÷;—9'ðVûÊÎÏ¿G_²¿A×=Íüqsÿ¯Æ¦¼Cä{óm¨ãËËÏšó*Åéß(ÅY_›Ÿ–Yê Ü´¼!ß•|?&ÊûZUStÀ>ã¥Äoöáo;úÉàn,uo¬ PS¦ŸåÜ…,YìU2‹Öûw7ÁÝoGT×eo|Zðó|;æÒtMÑ SKå½ÀŒÆ‘]°Òƒ¿a{SzÜú¬ð€¥9ÿ€sˆô$¨b£lïÊî ²Ë½3 [#ü’ùh3馥µèð”8éË!úã?ÛŸÒ>-ºðŽôxÿbgéí]+1k°ðÜFêìZ_)ÔVÞQeMâ×Kí…¿ù´œäy—Z€ÛRðJ—{ií¯Ð§–Þ£Ïο-þMY•ºÏØ”óÓj'æ²ùözŸ8ýºcŸб‘¿ÕRéSS²œS·V» -ϽÊüÑМ¼o­}E×Zxzg„ž2ˆ˜;ãôŒÕ¨“smY4‰ûºé×ÿü{êOœÄuSö;Â^Yþ@ºmj.=l~Š:´ðwÎØ\ztTÿ¯^ÊÝζ–]Údemñò7¹ íÄ«Ë+/ês¿WÕäìŸ}ƒ>ó‘zï³IAÆag+ig€¾ÐA¹iK¸dn.>¸Ú–dáEΡõwå×?`¯˜Ÿþ²=$Áz¦ê$ëœÌÙwe'Œ i_kRþeªMßgªOÛ7×VtlDœ¶_×Ty{áë¡­µôØrGééÕ¥§—:JO[JÏȲ¿15YëÅÝ]lÇÜöMˆiÎanÉÖ #qµ—xúìêÂ{ô3°¤®1e?ôwÚZ/'cþýÁÖ`5aµ[’¿ÜIh]rÔИÿƒ¡1ï'EmÚÃ’øo·†iéëPO›Ø›+ݘ+kÀ¶ %§moŠëšÓT×'~o“yhg ÷$¬±ÝS¼Òõâ#äïZØZPG—Ú+έ"ÙŽ½½rbíþž{–´µ¹Þ‰¿¾ÒQqÞö²àÐ*øÉLUÚ·«½¤‡[bÌú˜ Ø¡léž!Ä/ONI3¾RÉ ökër~˜‘&}mh.:ü†·êó¼ 8m£—x_W›ÿÓ#é³Nâ“Ï:O>ëá¦c}KºµØI¹o|Ž:²3BMp ‘ºF¿ýRqaRúøË™ê´ïõMù‡…Oö&g{BâF/#É1ÈH^lGŸÑ7çý0)NÿrJ”ù•¢:ïûוÿ2ÌË:4ÿ×9Â+Ø %ο/;9ÿ -4· -ú³9÷€ímñ 8Ÿï܃ì’Õ!9Ûø–|{¹™æž©­]ícejó~¢=ús?õÉç/ÐwþI¾{àÿ̾+¸¿Ö—waRt÷o–ÖÌŸ=ÓØG®‰JàÔ%×(ön`†’R ‰;£ÌtÏŒ˜êœѬ¯¨×l/1gl/ -~16çü¼Ð†:룧+ Îå^üæÌÍ9·B™Øú¾òÞˆ4þÛåî¼ck]¹Gm-)ûÞæõN1²_’n}çè%ä„€7Wû‰wçߣNꞦî×6%~3-MøJY“óS3æÖùþºú÷Àò¶øØ¨0ñóVÒgƒìÔ¿OIrþ5Hüy7þÎ߇dI_áüüß -IÆÙ-¨iÓ+âEmcöOªšô}Šªô¯ÇøÉ_ Ñãþ:!Éùé5åç7¥÷þ¹ÒÍLüÈñ™±!sÿê»ÒÓ“Âį{‰×ÿ¤¯ŠûÒö†tO]C¼5ÿšùdgDP úvc¥½ìÔ\kÑ¡ÙÔ1mmîêªìý¶VÂÕQ^Ùcm9¢×Þã.nv3çÚ—l¯*/ØÞ”]ßþ§ñyÆ/›=‚•V¢åöôj3nµ‡roµwué#úìbGé)Û«Ü#ªú¤ýÊš´ï,/7ͯ¨×—>Rî̽­Ü¿3*¬„Ì4Àg©ë2öéšr=88Ä{üÏ.öÝ/ÅÙçþ2,L>äŸ`æ.·—ž]|¾÷uÖþ:ÿxíñ¥ö'?)kîþk©·=Ã,qŒÒR6Àƒ Ï+/¼Á_4?+ÿmöuåEÈ—ggêrB¶¼ŽpÐ\êÂr'õ¡±µâ¤ª®è'ÃóÒc³”‡kƒœ,„³¦«’¿Zü€¹bl);n|LÝK¼§VtJSWxpöEù âoЗ&ÄùGÔõ¥'?0’tu¨C³oÉ×t͸SâÜ}úÆâƒÖ—¸sÓòÂÃÌÄSÒ=îí"=ä%ÓG{ø·iaÒ—úú¼ŸÌ/JŽoV\÷*‰SM©G߯ýIýurµ¯†nmc<ž¨*<ÒKKþ¾—’²oœ›ðeõÖ?? n.vœÚèÇÇùÕ5uQ“H¼ø.çè8ÿög“âÿ´µfü`kÎÜom)úÅö¦òìd]áÙQYÉI縔ìŸ`]㤸õe——ÛÊÎ.´•Ÿ´¼*.¯¸gnÃg˲ë[Pg}JZ.°È¹ù—¹?/¾)üU_—{Ìô uÁ7.azgª8[Ãü‚Õ~qÉRù·²Ó–…‡uõ¹?©k’÷éjS¾qM2òf?–3·Vœ1>¥ÝTÖT7<-;lyŽþÍò‚x±KVøsÞÕÿk˜›|Ñ9"B›ßà/ˆoýyD|ãÏ£Âd<þ»­¹ì·±ú¢Ã¥ §þ†¹òóoö³2Gé_Ðüi‚÷™º*å‹aöÃÏ÷¾˜‡:/)»ñ9îίÒÈËŸD52îÆ`åµ¹w%¿êó~á¦þ³ÿOSҬﺄÙû oýú?ÓâÜß–: &«³¨jrij²~ê ßû ×ÿ¾Aÿú_ö¶ŒCÄéÇÚ™ñ?®öã–;)à-èóЧͭy&Å ÿì$\ýß7e§ÿ{R·ÿ%ñ»7”ÔcÐK‰³op—g_WœZþˆ»¼Ø½dx^v¼ƒpý/•Wþ¬}Âö®òøìÝõ>FÆÒGòýµÒdM-  %•¤dËÛ¬cc‚ä×z%e+ÝüìÙ6 CKéoÖ—¥'—Þc¯Ì·á¯ŒÈÓR“Žÿ¥“‘xÔÑÏH™‘=ø\]ódŸ¾)ûàýÑ—éƒoWß'^j˼º1LN±~(:î¦g9 [˜ Ož•ë¡'ÿý#9î/c¼”/½˜kŽ1âãÁšÄ#Œ”Ã]è`ehŸã.K3¾™Æ½Ò޾ºü{ÕÜZ|Øü¼èðì[ô9Ó˲‹æ—è«®q9msP\¼ôpÝÔšwÐö2ïP+þ‹ºü‹ÿ;,Jþ±…ÿ}+!~ÿèŒ2¶uPSŸóÓ7ñ˦â›á$ÿ/UsññfJâRܹ¿Àé|·ÕGIqŽ02Ü[6K¯˜_Æ}­ª¾ó¹Böð+ë;ôÕfbêIñ£o¦šHñ«}¢Ò帛ëŧ–ßç³¼Ìü­qé3ÛËì“®IV‘ýmÅ5ËÓüËegß—Ç­uân/¼):²ôwE÷¬ô?õŸž¢üèbÀ[²€…ôõ©ß›³~Zî(;ëš$Ä-`nW£¯AN>ñ'Óû²{«ÀÑÆÆÂƒÖ§y?›Ÿ¦ïfßýbk€ïa7†x…;ãbìÆ˜Œ´ÐE¼ õ”ª>÷‡)QÂ? u‰_ͽÎþekšš>X“ü½¡…œ´ÞýŒ7ß.Ê0{[ÁÙœ‡?¬w’2"úê†íQzæ -xdž®Ì-Ï8æÎÆê‚æiѱ©&ÜÍayá™õ>nÑBùöÜ›ò³«°×V»ð7,Àhã¢Ô}ö•·6z™©Ó¢ø/Û*o¯t±2çÞâïl÷âÿ[ÇBï©E[èæW¿x'ùä7ãìYû;âQQÞþ!NÆ¿,ÍÅGœÃ¸»Îibâdsæoœ´µ¾¤?VÖUœ`%ÿcR’¼þUÉ èç{ ¤{;ƒÔäír¼¶9ç°ùuñÅÍAIÅ|;çÉ|;áÊ\{ù…¹whàxÌ-E}î9û;̽·ìÔ#oéI—{hO&äy?rR¿á'9ÄMý¶›‘~°‡—}Z߆½[îï7ùúÿ¼¬¼ÿ]@ÉÃl#xÎö&ïKKò~󳔃so cŒ2²˜¹×þžyí—ÿî—>€ ”:S•ð¦æ ôÑ“¯Æ7>b]þb©£èÊÖ(9¡“÷ÝLMî‰VD jùÄÍ~rœ®>s¿±9ÿШ(ùæã#ÿý}÷;ýóÊ;Õ§\Ó\ÂV?!q 4Á1@~¼Ñ‡¹£jÊþåþÎç¯ÉöÍ÷ǪK ß”Úèad8ÇI™›Ãèûó¨Súg?ëžetŒqK ð·oÑ—¶†¸yë=ŒÔÅw¨S«‹Nnö•^Ø€lk|‡¾±Ö'¦n6É>ŠsôÍ„3C¬ýï ÿ¦«)8°3@k¤¿²Z´Þ'+[î‘”Ùß“o™_25g~¯ä~;ÀNüû»Ê;ÿk{^vq¹‡ž:S‡úeö5óñBëÑ;Ü•ÿí¡Þû\]›óƒ¦©¸?o¿íöšsHTéá–:*/nõ³s×û¹ù–Ö²ãÚšÜï'DYßs3¿dg´·­tWUZ©·5õ¥ç4ÕùfäiÿÒÖd~³ÖQvak”•¥jÅÞѶ–ßpM -°‹ÝÄ;¶öÊ‹ ýôôI^…­“pcZ–óJž÷½ýîüLuÖ÷šºœc+]ìTC æìÜk•µ.ꃵ.âíÕÄ;ëÝ,”g‚GvLòÐrôµ}«îDM5Í;ÓŒü5ȼ;#”ÄíaÒCç9Î=NOÛdgi[p7Ç« -Û3f -vQoþU!¿ÿÅâ‡Ìƒ#²ûÿPJÓö-½Á_Ÿ”¤øûÒ;BvP#aø”ì"×9is°ìúÂ۴úêŸÙ_ç ̈éÀðª&ÔáÅnúc]sÑÁIQê—#¼Gÿl£\þ¢výkUcêϦ–‚C–jJ]Ùí¯{¹gÝcbºs•›±5ˆ}¸ô!óôB[þ }cÚ·³¯Qç–º„YM¸øoÆН8Æk}¸[ºg'gßæYî,¿2ÿ¾à¤¶1ý'ý›òk]ÜÄoÔõE§lmÄ›‹ÉÖ [lòJg» ÷Æk O ˆ²Ï@ns -6G8yÛŠy˜Ëù¶’ã«]—@ŸŽ_¢Nk_¡Î)_ߟë%e÷ “««3Zj+½ºÖUqw{¤2Ñ3E/ó*¨™kèk½œûŸÏ¾©¸ë™â•o,Ä\šªNý×´,cß”,ãÛaqÜÁ¥ÎÒ“ ×ä…×ÿnï¢W®öTÞ5ÿοB˜‘'}Ó…½õç.êã¯5Íù'· wE¹7þöš” ý$f»”ÔÂ…YÇWzèI½B”{TJqOˆñ‹Ýø[˽¤'Žq v¥‹’°þ±â¢©9÷¶.ãкëAàœä,õ3âoè×]“ U;2êzéá6r¯mwÉy×4ê¶c}}tÑ«ªâ¯@î5½æÜ7=£^·¾ \24EÖ\–;0W -Å¿ZÛ*/Ú>2Ÿ 7¢N $}nl(?½ÖI{¼ÞC}¸Ü…¿5ÿ¡äÒrWŒgÞQÓÓ¬ýki©+}âRðñcS²ÌÓ²ìJYÖwëïñ÷œ¼"ká¾æiÙ…õ)Iñœx­µòúŸ^W\ü³²*éû¥N̵qn¡s^SüŠÍR²OÍ#úM5Meµpi€•f~…»j{»¸ðÑÖRyÊÑÍ+Xédÿ½u[[Y÷?œÚL§3u/u§…–zK)ÅÝ]‚ww#ÁÝ]8IˆàI N¶3ó»ïïõ¼‘çäþã\á -pÎÎÞk}$gŸµÒ¥Ì„KóMÙwÆpqÀ¸_Nóâ.+)×´ÂÂË]Øp ¦²½JþÇ,‹áÕ3°žéúú€³ÔSþQ%Hb(õªŽqn£¥àÚŠ »„ƒ\ëG†é3oo ¼ôݧâåýî01Ñ!fäÉ89§¨ÉÏÜã4”[I«\*za<³ˆ=û2lO\ì–â€ØEÅoúê:Á¾ì©éPmMê½qrØïó-™ÕÕyÌ”Kmù/÷•”r`Ô«ÊB.Ë%©‡J>e­­ðñ|}òu;ìüõËž¼îÉÊïîI|úê :Š_|Q^›áR“‹ô ùO‡ˆץܸGs-YOZÓ:$ðHC;ø£˜Û.Ç|ýÐùô§Œñíòrwþ³Ñ²Ceïl°ë(6X—§k½„t¯FĵN’³ÛJ_­v•M±ýÆçw$Ð0·‘˘éÅä•F=¿8×[éÕ’KíLœy b……,^ZÊŠ¸>DøvÕxsy]ñ·ALô5Ë"Æ1ÅGïN 0»S ðžŽTºo$T¸gð9v-©À©e¡{ Q×Mu™^á³Q^%­ô8ÿ/#®À)+ Ù}ú{žÁøÏºhpO‡o¾92Ö´„¢ýiÆ6O´øp\ôú$6¾÷ýÚ¬ ü­gDˆtŠ™`÷9ç@C,Ü. Úªø`™ çøž]ØQr6úKƒvËß-·å>ÛÊzéF$¹d„¬ýÜ:EÍÞ¦&nŽpó Ͱ׀î~oéƒ~Xk?rþöbgù'C'ôc:úâ6åÆv?+oGÌÌ75—½œd'] Ç\2Ô¦>^ï(ø`¨üê–’2׆0‘ú–¢'³bGŒˆ˜kNòÁŸŸdÄ^íB~ù½ü×Z!m²ù¡±2êO5¿àí¾’ ûaÀjðyŽ)DìrOÁó¥îÔû¾±þ0RÊw&±‰Ž)v…kZÈØ!§êª²o"ÿ’ÐâïNÒ£¯uÂßžÓB¯Ú˃ÚñQW%Œ¸[Ûýˆ¸ÝQ\0×%jF¥GA.Þš¿ÝQ@cÝÉ­·Çh¹+ݨhÀGÞê(8”!ãÜTÌFoå‡íAÈwË:Ê1É(±Ž4µ‰×MÍåA1!Á"ÆÅx”Ì -¯ŽG·+éåãˆH‡¾¦Í9Ó<ìTÐ+6{Ë_³ïj«3oϵ:¤Ä,€'sU¢Ô»RVü§”P²;NÎÞì«ø8Û~g¡%ïÙÆ.fk”’eŸ`­£ä¬…–ò7ÛƒÈD ÏÒœ2L²ïÃjwÁËiQÊý)NÌ%«ážf vådð|Oå§’‹s(XP‹½ÒUðf«¯(ps ðÕŽ íÒ“Kv‘g‚…º$ˆD µÙ_ø^É‹¿1J -='¡ú 6ãÞ¾Š‰Ø× yv¥€äWÓ€X…Ø$øÄ®Š@cCž¿®¥äãò&f©ñkÃÛ• S×:*_/´@^n "ì -tŠM†J±N!l:º‹™ñ–÷î¢e„LÜ76Ù´Õ³’^²6 -^ê¯øèÔ¹2Ëe¯Šñéaϯ€ª¡Ñ_\ºêf³Œ^é.½Ô™ÿx} ëá|GÊ]cSʳ_ó\á‰W=ø#‡ -“v`Öx4|’KÁ®tIÅÖròÖ1j±ÚŠN¼5Mƒ¾q6à-ýܼåÌǵ6Ì—ín\ÔÎ!Å©dWÚ´Läày}úqOÊ(·Ó -“´Š·Ë©ùv.Õ<‚µ 㣶G­È¸³AñÓõvÌçÝ~B¼}˜šce­ôbõ¢’Çk]˜hˤµ8Hˆ›®.º¯‚—:P1Žqì§–O·#¢6{ -ƒÛ2ï/vºd<äV?<ØT—~gŒwsŠšqOÅ-x·Ð<“=ʬ|ZŽ>¿Ð„ÉûwVXç»_d+Ú*~µ> ‰Ø•`Rt”2¯ -›>Ûœþp½‹šl•6°—úh)^þǯõ££.“â®MÑÓžÎ5W„ë[Ñ!좈Ë5…¡~͘.ÀòÒ`‹¸äÃr8Ð<uhH‡† ß•2À;“Ì_xä¬ -@ pŒÜ¿YhJ¼a¨¹éœÀdxU"úb7%Ѐ×û‰™% àkf¥U‚·ÊÐqV&Á9C­tÌÕvY4 -9f'¦­õC‚·‡ÑN9¹ØWÙ<ݬø¸ÙØSqÉÆº²óu…VšŠƒ¶û09ûÅ©¢W.ô¢UÂô{Ö rÖ¾^(<0 -ø;düÖpÅû¹ö‚uMÊãÙöìÏ{Ó¤’Àïv§ˆyúæ‚LJzQíÀ©Ë°~ömK_ù—Ý1D¦[ÅÄyt‚SN/ò½Ð#£oõ©¹qç§è1§X±~††4ûTyœ¯Æ›/î·ÇˆY-Ã&òu‚œºÒ^þbyFŹ¸Ú›ÿÜ:†ñíÅwH¥ÖArÒv% Ðæ1«C%!ƶì C{fÀú$"fm^ê‡h«šöçjÚw|9¢âÓÌrrÇÀ¤üXä‰öM\öÊ(&–]úíº¸œ±·$h5x²Ñ`½o–TÆZ&QÙ6®ðhŽÍtjÉ•†ÎÂg;rT¼e “èVÖrv§ªIÛ£ì¼ùVä@*Þ‘!~Z&ö¹–‰{1A€=ï®È¿ÖYœ~Qr}ED0wÓÚ ïW‡aÁ‹ýo,"°ÎÕl›¬ -¿)æ•® P–ºpÁ‹-„k´ˆ•z¸Nˆ{ÍËý~¼–ui†‡ °ts2-ÝŒdS=1XN…>Xâa\â܆˜W¦l€¿1µb¿;”uõëÃô3 w¼JÆØXð@/H¾¼Ù^èï£e-wrÒfØ€åzòçÅZÚ·íVNšs@X±ÝÎÏ5ñ«¢¦PøÛ:ê¹µ—¿3ÄÊß„}²‘Ò]2.Á©nv*Et‡ŒR0×\ôBÉM½¹ÒÎÍXhB¯tUå,7Q¾mvU,·pS–›ha[¬ÄY`¬#è½~HéõY.!Ò>Ì/[ïƒ|\ë+rªÑ™{: -y®nÀ;W×ëÔr‰úæÂÀÙÖ’ À/$9•¬ŠùHÀB}áý­î’€ÊoŽQL¦GB+ØäkhŸW[ø©®‘‚kD„4÷Ð’´‚œ;€LÝŸe³z‘WZË· -àk-Øo–nb´[\^íb”ê„EÏ-CèØ1t¬KA{¦i¥nEe¼Bðýæ#ôÂJä‹G][åË‘-À Í·Â^­v¶·5Œú¾>€ [éÀGªYÅÏԌ⧦zl˜± 4ÛZðÌИùl¾#ïíþ<[øsµAþk¹fÐ,ÁdÍõU†ìh,÷l³d±ºs†]C"ÕõÙí9weˆØÃ9ï`Nذ3Å.ßì'$þ­oèþ©kìù¡¯m¶M–G϶F?\èI²£BÄîÏѱ«ý¨Ð¥^fм𸾇Xv¹ –ŸŸô;*úÛ‰²àOÇÒƒ@ŸÞÝ»ztþôIßÙß@ïï\>†Kx÷‡”™ï·5€Šù{žEý¹È¢ZT¤u'ê´ ÿzªõl’ ½7LGÝé@•]€3Ï €sc¿cÅÇ«ÉLû•sšûõ.í뉈7@1ÏoªÈºÝMº©àC6ú©IÖ zÉJ7.b¥ ²9Èʘíb'J„€ì~ªòj5¸øZrÊIxxØñ¢ïŽ1cÂOrSÃNã¢?žÌzóúXø“Ç àû7@¡o ->ûë€d^]î 'YÅ|È®´š¶1Ƀ{ð!3@.϶UgOWsBG©È»=HðÅTÙµQ<Ú ¹Û/ºÞXœy¡8ìÃqÿ[×@÷.ž…=º{œšþç0¥ð¾¦ðÑ3GA»Œd˜EA:*ƒ5yÏ6ÅÄRVÈ]¦eL0ËoJ{Ó<Ø -þAÅ‚¾j.‹?GKý~|*æÅ“ãð°Oàc>ŸÆ†üm®çVRPŽiÒ©çÐ6¦°ñ›Dø¦úÐM‘æ &ØÔB ÖÖ>LñÈoÇ•Ï{0™wøy—KBßœ*þþåø§~ 'W.€¾=º}œœðýJ:鑘¼Ò Ëq«©ÎiÒä󶘒¾%ÆÇ;ÕL„WÏÆÛÕ¤œ¹ÎÒ¯ðöL5ò­NˆùX•—ôWÁ‡7ÇJ>8†‰:øx -›ò))â40î“¡nK zyz®:7îôæ!Ñ¡æâíÓʦ˜•¿Ú™ë,ø°6 -Ô·Á‚æ{‰aúvÔû)AùƒVhÖ_ô V.ðr“O“ScÏD<9qãÏßA×ãÊ_§A.Ÿå} ømœ[ôíǯñŸUß9Ê\ìÏ -Ò¶Ä¿8˜§’ÜFA•E `É!aWމwk(Å6%²%¦å¯Á²H˜ 4ñ.=-ê¬07þOdô—óyŸ_ýÅ/Œ¾1NM¼&cgÜ]éG¦þZa×þß.pq‚YØ'm¤’KhÞiJaÎɨPØ+ÐãAw.œ=½vtÿÚEЙӿnŸ; -}þ”t¬¥"í‚F}g_KÌwè)%ÆaT°aˆ‘(oãFW^4 sÿâ§Ÿ¦å¤ž,‰úvì»ÿ} VüA¹Þ‚‚ß=¿rýò!èíÓÛ ¿NŸ…?bù˳c¢ü¨? MðךúòÇ“Ìâ›ÓUˆ§óíŒ(yós‘p‡^Xršœr,;$”üö=èÓƒ û΂Þ]¿ú~ÿèßÐ¥¿~@?Œû/Ð[¿ `OHhà; ¨÷+ƒÔø•1BÝÎŽ’_µ `·ZÑððŠó”Ì”“ù_?‹õ”ô”÷6ÿò(àæ ÐC`>®ž?úíÄ Ðý‹g}sbçEÿ¦®ƒ¾ÚÂ#¬xÂâ`ñkCÀJJѶ’‹žé§%މ°þ ˆÒs„ô„“ÈcÐÏ XØPÄó» À[W@/o\]<}tá÷“ ‡—ÿÝ>Oè3¿SuáWfšŠž™'áa«c¥oÍ訥Èë…NôÇqôQ7±ürMEÁ_ˆø¸“ea_AÙA±/Ÿ€n\=¹tôüòEÐË@—Îü :}òøÿp.И÷×7O(øùŸ¼.íÀ$¨r鸯žKüGå®”¶<€ W5`^7ÁÁWÑ¿¡"¢g½\½ -zvù(øî]PøãÇÀ¼_Ý=ôüÚuЕ?ÿ<~t¸^òë53ê’¦ó~m˜ÞžhÙU5‚]9¹:FKS4@ž0Kü„ô ØÔp`NBEú?½¸~ôî¶èëýû [ÀùÎ:º \ãÞåk ¿Nýò¿r‰üú›˜Qø@[›÷p­¿â‹×@Aþ»Î®Ú_ä‹V$ô¼¥1f¶±*¯<eU>¤B_Ô–ä\DÆDžHxxìp;@L|ðÿé•K ÓÀZ^â;1ÐTz“üýìlWÅw«´çs3Ÿ]»ò»t tö·?@~]}¹÷Tù=áϦŠÜ§ú:dèJ9n¥Ÿ‘dìã犫)º©0¿ªòì?„E á•gÑ™§Â_‚ݸ zÄÙ«WA_<=¾êºyþè°^~WnØqøDÉŠ=%ãAYäôB‹’Z°4ˆø:ßQôÒ*#¦¯L°ò§{éq#µôwÕ(ô¢„˜!ÏAïÜÅ‚^ܺÌñ s¿ýztÅtùìÐÓë~ è Çc^½>YUpm¡¾+%çnŒb"×1¡óí¨Æ6—Aò~7 }WP>_v,ùã{PBP(:ðè…ß-ÐÙ“§@7Ïœæã:è̓ç KgÏxqþüɱ¬oïÎ2³ -jÙž‘K÷Ìq™n ëÐÐ+ÖÇññòºòG²zìëjXéUð÷o'ÓÞ¼%¼rùè2Ë—? äá-`Þ¯.ÿyt÷³›w@w¯Þ=÷»Êûú&9úÊtþÓr?;Ý<ÑÌ·)kD =ÄhS79\×…i#•Þ„&…Ÿ }ùôòÖ ÐÛ{@~Àü^þãO /.€¹xþ3ÿ;ÿk` n?=¿uTr¼œx¢fcós‘Wí6л:i]ZEØV×Ö,Køˆ.â!¯$÷4,>úDlÀ‹c1/_s -¸sôç©ß@·þ: \÷&èéí[ ÀZ&½ùxŒ”•~AÍx2ÛYùUÛ˜å§b¦ŒÖÆD´·c5ü°óy;Šx«Ï|"‚Rï!RÊÏGäþ‰H.¹HÊ­¸8@¯•ÖôVšz:Hãô-iÎx>ûLÈ:]+\–W¡ìäñvZð`59°›A{%‚Âüj ¨[hösJ.Ö¯4¶ô"8&÷/lzæyLRÂyjJŠ_'¤®£§¯ ââ—{Ê_m ¡Ã-ª*Ú–BD]¯ÁÍ6µƒu,ùB-4ﶸV×!ª`Áˆp¹åW*rþ‡ežúàzrý"Ë×Aw.Ý%}=EL-¸ÕǼÕ6ðÓç»(Ñ[¬B‹T€2O -³ƒì,å2wf‚z1Á§½kg1ü« Ôäb䵤¯ñ'ß=~º`§ß߀Bß|<-,õ881ÿ4«¢ôþ0 8ßNøfWU‘-“,°C΂{5üê}ƒ°Ö¥ñÍê¶f¸¶t°¾1žÃÜ)ÊÌ<óííÛaþA ð7ßAþ÷üAÿ¼Šyóí,»â¹ý¼‡I{?Î¥}]ì«¥Ze uãl°ï°Lq Ö)NåÚ˜ Â4TVuðâG«IAõÄ]tqÙ•¼¨¤S)_£Ž}õ Èñ»@ì^]øãèéPjhü dJÉ"'ni¸šnUÐ+­2r¶[ÏcyÆ÷Em{ó¦ ¦ÀG*ûè±ÝLâÃf,î>\|…•}™‘q¾<%õÂ÷wŸÿðô(òíPìçã _#O…¿ÿt œ–öRê7UO ]ä@w$5´iÞ"c•nŒÑ³u-ð@c%ny²† kç$Ö`Jn ÓbþˆÿôötVxèï°Œ„siáÁ¼zxôæ‘ÿÉìøÜ+‰q‰ç3ãN‘ J/ò`ˆÇÝ,ì[uü½”›um¾«üëÁœ ~Íôa‡³hk„«Šjª´ö­»ŠÊÉþ=òõÛcá¯@¹ß£@ùQ '£?}>õêáMPÒ׷ǹ)T£+ ²Éa³ض”wk˜H»žÅßR67of}²ž²<^‡ï¥FéZ°oGyЧ]ø’Kí­ÐõÁNÖÆHigª†bSˆµ-a—اEl»¡Mi3V7Z¦Ùˆ-«Ü¬âcWå貂]˜¬FÏ 5@µŒˆ™NvÂâx§`y´O¸2ÖÅ™l„-õ×WlöSb½r6Ô ä—C[EßUP v$Ì -Çd}µCÖ=fQÕ×­ËøèM…ˆ¾!â–z‰+=‚œ…¾úRuOS±f¸Ÿ§èí%Šë›Çõ¡]TªM9øB ~oªJ˜¶:܈³+«]ŠÆz—²†çžfc©¶ãð€{3”ó1ee%k©|)k'‡ 6ÒcYi1**nu‹ã[¹œOƒ5‚/­΋FŽèÕd33dIÜ·N÷*=sõ}.£¨Î³Ð(Þ[¬r…õ¾{6º¥¤æ-ŽcµÿÉZ8‘Ê&öwÓ@uñœ¸»zf°¦LÝM -Ó 2R&›iÁý€î桞+º:à“mUqšAnæÒTÊ9Ãgþ3Çü3Ëz5døÆ2be¾1ÊÎ3KE$`MÉóŒlc7öóÚ1fmà®ê¬;ƒÄˆscÌÄ+¦>f–nd´eª»,iĪûDE‹â&ªYÞ(ÜUñðëCðh•0öòÆ0øÝþ,›w´Úbt¨]%9Ï®å‘ÖäÈœ¤ -"ï­JŸlÄNµÔ&J[™ßýõ•ʱN–v¼ 3'¦$΢fq¡óýˆ-Ÿb–r‘ ݰ÷Û£ð_›µn}»Ìc¨ï²kjªÌÊ*Ò  ¶Æñq²ºÒ7õ¥ßÎ{¤l”kšCÚžÀ§X$èèíqT¤M䪜œíšfÂ=FQÍŽŠUéTy7Ó&ñZ' õÞ9Q­YÍBlËI™ËÃðàu1:zu“h…â#Cß=]Ís)€Øe”xu„¼½Ré¶›¼£¤—º¦šw'kyNoVr‘ëS\¤YZÍpN ¶ bºuˆ³Ñ _ ÅlN4s6€ce¬¾9^‹Yå—¬öSlnåžZ@ß•úzˆUÕZ¥ú†^§špjèå»r:Ø"a—n² ÝÓU4·FȲ©¸§¦¦Æ*¯ãï*ëÛ2VÙªµ&ÆF™§HiÛãøD«œ]aêc§.t lòÞ)÷bí }†Šb5æ$í2DôæP¿CLú1/Ù§¹8«‚GrjZm¦úÞUMCÛútkÏšª£gMQǘ"EÍð V$5È-¼g¤¡ |Ö‘‘Çü_ÌMv•¯¢MMÊ·kYX眰À|_=t¼¯Ñ–T|d¤!œjZ±YÂ(ÕÀ>²KbŸ òay+Ê®ãTUå‚‚’3/¥W¤¨Gï«[Ý0ì5íj°{³Umû mzï|M§UE-4Ókt—XÛiÄ1ÍÃnŽ“3–z owtˆk¦®m¹õÝØZðdy¢DG­Èiˆm5¶¥2úxçGpp€“Ƽ&Q³WóH+Bm’Šo#°P»”œíU³á% r8Ëc¹õLìÖhÙ‡ÍüÀ¥ŽÔÛúú´Çrvø•®œÏžaq„K“Ô—†l+è8ïb³r_/¹´täÊhyð/þ‚¼*æÖ® šõcUØc›­ížj*¶Èð_­É_°§çRœ)YCBõ­9/çz s¶c±np ‡}†÷˜ø\§ž‰ðÈÅ®i\¦CŽMÚ)ÿ°>Túú窠eOÛÜïTt8•m½Ms·kš^æSÍb|ì\sYàŽ —1ÓUú^×\æ¿=Jˆ³NbãœÓäB§šc—a=Z…[MÎÝânßÔªØ74‹}9p0ÇcY¦IÛ2\¶¿#'æ(›³ý§x1¯~ÌUwìûœ*}W‚O4–¾µˆ+?ùžk·©X°¹Qjñ'ïíÖ0*Ó«¯ëpkšºœêÆ›’\èÈz²ÞØ‚}Ùš eÈjqš:TÖ®´ŠäýÀÈ¥øzZíÏ`s¬ãÅÁsÑ7j,Ø«¯iÞ™æSt]°Ï»*&­©âx45u{ê*ºKI+ÛAÄnI aû&>ߣò|³#c–ïʨEv­Ì­æPÏÄØTx@Â?YF¨Y{ÚÆ.÷ ¾)®ø´6 ò1å@‹+tÊ!q?ŒÔ9ApŽ -‡ZÄ?œo–î/6LX µ6}}Ç®¶¦n[A)±Ê‰™6³Â=ÃÁïÏ2PÿÝöøjÜîÍÐà^üc•¿o Ú¸d† ÞŸã0ìJZ¥Û×l•ßðß%÷ßÑ¥"f/uCß› A;dO_Ýéš­nßRS - üº½•ºñŸ+¢îÿ·ÊýX`qÝrå²8/ÀmÄ{¢Æ}“¨aÏX%:\ªéb‹½¬ç¡Žu* ùO÷tTØÚ(¼Ô Ù'¤ïéé(÷‡³¿&ê9X6[µ”biSÊóÅT¥{®¶{cŠR`›‚FÍËŽŒ¾šÍt¤S†HXïËþ¼5XôuOK.µJiņ¦Ü;ÚêäËK9]jtŠ]ŽH?4P0û³Õm¦adú?ÚϪÀÀVjÇì2BÆ®“´.A%Í ÁbvÕÄÊýyníáZÄ<#ªéa$û™'QE¿æ¹\›ŸîQ‘r -tü–¸øÝl[òÃmIqÄá2‹»ðÛ®šYé1U·ºgë{v4\¬UŽOÛ¬übŸ,ÿ°=Zd‘@£þY´Ù,ØB#w£“–w ©k92r¨¾>€ö dèöâÓroi€JyÅØPúÂÇ­b#v¥Ìb VÁV 6Û®¤@\eK^KBSn6W&Y%\掂‡²©p©6%"Ê®DÆZ$•¡f1øËŽ—¾&¡dÎõb¿[¥<Úþlý ¯NûŽŒÝ$¦YÅàÕž¼gÛcyöi\†®­øõB'4Ì;]×êÓ€n5Ÿ`SЋl*J¾ynW`’|ýi×÷d …ÏÜÎØŸáòæ«~.±ÙF\Á‘_th —¯ô”½rÈÈsõƒ65 µ5É*¶kEü]µˆcU²Ð@|6™¸ î*Ð ¾þ¾žÝ6%>Í¥Åe{µä²#CMË·•¼>XüÎÐTäoÃÆ˜X_/˜=±p†\ê»Ïg‘2LʯžÀ,…D[¨´ý•F §¤ŽirÅÖxÁËTÙ÷=#¡ø`„?\f Ì2x}œ”±?[Õd×2‘Àg!úö]踤==TªW‡J÷èð¹CÔ¤fn Ý·/@‚KµÊ` V&}G…I±Mc½rÙþ\U#w}ìÒò¨G&6åÈD.?Ða2—»Òî ^V ¢èÈ®i.as„h—ûzÝP°^2Í<ù¶2û:ׇ]G„mN@Ãwä„<¯‰…wkIEn}UËÐ$ö.Vw{—‡KÀ뜠֮eã–СN)ß×u{»¯ã3=Z>ãg¼&aÇ•šñŸk¼z—ŽRêÔPJ÷Z NSCÿ–‚ ÝQP -ÿ]¡’ÿ»BÆÿw…Fý¿U~Ëÿ­rë-r:´~£qç—ZPóÐÏîÉʯ»CyO×Z2üæë²n­·šÇÐQƒ‚ìǼ¬]£”¼Ceù§–ƒ;Òa¼uh©ð_Ëœj‘ -³Ê0I6Ñ¡Á¦ìipÙn&gk¹=Â/Ûê£çØÇH‰n 9Í6ЉØîÇ„Ø'€ŸÅ˜ó@ɫծ¬»1ä«]FÉYÀç:'è¥ÛÄ´ÕQTÄê.bwœ]èšb•¹Ô ¸UFÉõåÞ¡¡ið köõÀ+ÓÍ“ø¤ t„eŠIJP´gà²ÍAµkD½™êš#¹äH‹JÜS•ïH _·Äðo[£°à9lìÀ„تg¦¦Î­e@^;}ý»d˜äùdp"üæJ?²àÐTÓ¶g¬®wêˆùv<àÿ(› î¸Å ¬Óò³LPvY)* -ߟmpªëwíd÷õT‘ÀÃ,“°§Žø;å´"‹˜8ˆO¼¸ÖYþÿ–k‡ÿÝ: í´8Àu™+ƒÐ๮â =ãZµl*åf11íÿ-‹:þ]uügMÐúÿÖy­{ztîÚhÅ»ù¾Ê ­1|ìæ&loš…øaU{§ù´= åTë'}Ÿ©K»9†¸¸1HȰ=ÎÉz¤%?r¨‰¥?æÙ¬¿—¹Â£Ë¡e¡6§èÅΙšÖý¹ºÞ)BîBGþã厂G{JÀ§ÍR¿täÊAÈ7SMÒu)=îòZ_Eü¡‰‚r*¡æ1H€…IN-ŸîÐÈžYÏD"øú“üÀ]/{ïÇî20°¶i -€;tˆÇÈ"üXâ°γé{ZbY!ôš±šýs©IösÁ‡ÝT؆üÉ1Ktê)‡&\ñ?ËUî6 ð!LÏl“Ô©­¹¦YP†^¹¯¥–íŽB‚w•\œ®¥âÝb 2âç´ˆï•3J=bºKŒßè(~nbÑ1AJ_€}kÇGœã$\r|k›¢n¾¬ú/ øÏu8Ü_ôö?&>o]Š+àÅßY,Oü{¥fàpŽËò¶Ä äÈêPñ» Æ÷ ¾ý@ÚfÔ7NÁ?k?"Î6BŒ[h,{6[›{ÇX}Û L¿n&_²–¾³M2Õmаüpÿ?ûàñOmZ鮜q©™0šÞ„F,÷f>³L”ïÍ0ˆ`Ã¥!—8”˜$Ï4"v_ u© kCV{J>¸•,¼Kר»£¢º“t8ÏÞS’ŠJl†SOÛ‘bb¶ÆÐa3MÖFЉڶò„¥î’On%µÐ"F~ß(½è=ï>ùPC)Û×Q}úš}hä3^ÁW÷dg ððÛmÀ{¯OR­@¬Mб ½5E*°ºvßÄ&9Õä¢].Ë©¤”Ù§ÈY¶ lÀ×±.9­Ü·'toFÈß3ÖµïÍ -«­2B²E‚OZï…~Ð0ã/¸ÇP©?fªª=&95Ô -›Œ^~xŠÚ×0;2TªYŠÎØURÀ‡Faí}5s…-?ç9L¯‘\æÒ@"¬ÒŠ/[cï,¯Ö xˆM‚‰sN³vDZ±v99Ç|6»’˜o#ã¶ án›´ &à³?ž[èÁdý\ªŸ8˜6»44˜M‰I¶H‰iýÖ Äuk—´)&¤oOP -ÍÀØMoŒÕ9OÍЫ-…¯,ÃðXÛ1g¹úÙ¦ÀþXâ×-3{FØ©A%YE_-²üOGsØ¢¿—¤]59o¶»ô½¯„{¶ªÖhû£%QÛÏUa›×D,wi 1kůLíyÏÜ3,öž^ <4±i&:Ù®ÅB–¬ŸKàƒ‹·G¡ß;KÍS„ô…!B†¾•i“µµ¸ÕuU^´¯¢8TÔâ |œc‚ê«u€²¢#í£„Ô})½h½½ä…¹¯$h©£à…B{YÅ‹>kªÎ~µ1FH›i­x³Ô - Ú“Áf ³|g’ õùö÷Œ¨j[‚Ë–V§>Yë…§|èbuWáÃ@óŒ!¢TÂtÿ¹æ’wš¦²Vλkæ.L²¹—£ãåßšf§]T1S/„Ù‡eß¶O #Í£”Ì~NÞ‹°×7޳S>ÞtÉ88‹Œ -ÙÃbÍå_{Ò˜Zãýv'+BW†Ë¿«E)\rlñ߀îñh‰öIðó`¦ÿJgÌM­èÛ¹ÕöÜg)µØ:ņ,ö!¿øö1ÿв1‡>Ý.#ål¢B·†_€X‰Ýè/-­Îõ'dý9„»±xðaLäjøÅfWîKÛHIÐÖ@ÎËÕ¾Tÿ¾Ò£¦#v'ñ{@Ü;ä$ðö8³+É³ÝÆvR’SÓ9霮¯sª9H·’’ïÕ±051Ó.EF¯tç½Ð -â®®v—½Yj)}mé…owCÞmuùÐ\ào(ý`SâÒzk3^ÀÒ_ü>„J¸dªíp¨x8›‚qü´9 -[(ÿ¸9\ñ~_Ëcïê,ƒ2÷gèè \ð·Xó(1y©­,p®1ïþl}þ3ó+o±‹£bܲ cîG|Yï®46åÝST¥_3’εA¿þ¶ÒI(²ŠE¸Å~è`ퟛÅÐ0§œP씜!¥ä.w•-Ôøï+)_O³•œ§Óüè³*Vü¹¥¦Üg¶qhÜÀ÷‡j2x[ŒŠÔ7n ¾ÚÄøÄQBÂÖ01n½ùy£ñÁâ»_׆þhªE¾—ÐòýM5¥ï·Æ¹P™ ñ‡ŽsÑ1^þqw¬ìÓÎhIð*j€“ò—ôü¬”›vdàrw%%_ Eá^CqÄ\OÒ3Sk„ßRWî£ >ss ›¸Ò Œ_Ëe8u5­^`®V»ŠüÇhÑgkŠÞ×’îÚ§ˆù ð¨‡؈-G´>BHÖ‹À÷õ¼Ì+z^ÊE åÛ_hÿßôµaw€8†o‰é}¸èab]Æ@;¦ð©n"æ—‘=4ÐQÞýÐÀcÿœðWK-ß׋ô¤R¯šé|–m¸ìÃJ}ú­­ŽÌ{û -T‚MÂ._éE‡m£"l“Ø8ë&ak¹Ñ ÿ4Sýt©½ì›U΀úðÜ¡cãL\úž† ;œá3ìjÜ5MƒšÕî‘pSÊ­ØÕÖ7ÚÔUŒÝ)Z®SŠO^í¿ZîÈõwH`a.)"|{¸ðVuc¶%éÞY*î碨ݣAgÙ¤ïN*Ñ<^ñÙNÀ7ÚdИøw€·R-RŸŸâq<3 Ôþ è¤r§h‚Ç,”¿ß›a³æÛfÜs¢º½…ª¦½ùª6·àR=e™Dƺ!qG†ˆÚQà33|¶ ðÆ.½€¿?'ltª¸dÛ$.Î2Šün¬Ï{â{Öe„öü7C8Ê2‚K0Ö¤ù-µf?Û,û(Ä_›â'\0ÕeÝ>RÒѦªº)!Å -ð«7%°ˆIt²/'~Îs¹KCĸ™úÒ§;ļÃ9mSŒ]ï…½_í, ˜¯Ëy¼Ñ]òze:ÄɼMMzqÂ#c£6‡Ð‘ -¹wgj²nëóΈ2oé«3ý–Û _þ·bu½Ø rÏ´owŠg‡„-uæ<B};=Eмí–âJÝ3öŽ„šíUÒÊtÒ@³¹T¸3Zþa¡9éÖáËé…Ί ÅÎʷƺ’'»#ÌB¯ª¡Á6É/wÀÞ`“ÿd$¿ 2ßý&!&Ü0÷ã£e͘ð&XôÙåÖòð <¦ ðȦºÂ}Mö+ëpþ×Ùæœ‡#äì{sm¨”=2לtcµ7ó¥CÝ—›GÊB½J:lðĪڼ§Rnúc¯ŽÃýµTÓw``b6_6úá_ÌC¨èÖ­ #ÆÈÉwTìœ÷Ž1>z¡ þiŠ’vEŒI¾ £æÜÔð2o/4ælvÓÖÇ(9Ÿî'&½¿¹ÕOAïë…ÕëýYOÂè ³Õ —Ícà sLŠg†Ãîe¦¾m‚}¾ú[‚N¯žP¶3Ròf±:ýú49æ/%9âϵ¦ÌûG -b®©—óùÞ Aqð@¯ðÜ:t­§8P'ˆ»ÔRxFÆ¹á¡ ÝÆ¦‘Åjζ›ù÷œ°ö§ÇúÛD©´O–Û/ùß÷D€žr¤Š±=Å,´J(é½t­³ô^|sšwaùéÔ ìíÉ)zØmqYʶx­#¬˜' ]ùßM ü×G&÷Мg²â»’vn¾5óùžžwéØX«œÞ˜ $8¦P¯žEôÕ\ÿw_xh‰ýiTšSŽÌrh å‡+Õƒž^ýŽ–TøæŠ@_[¤è—›w8Ï$صL˜UA»´Âªµ&â@/àúúáyUl¸mœ‘gÅÇ.u”<×òïïŒRÀæaTÔLUòÍÙšäÛ¾Z2nô­@cØ'`á.{[Æ‚¬‘b}{¿½òÈDþZ¤ ~-QI‡sèüͱâ׿1T”GÃD/‹áiÆ_ŸsÒ.᣽*.Æ.Á&¹pwŠsvŠóÇæ1u”ùHÉËyêeíŽâ㛋ž­uÚÄÐЙºŒ{*~âÕ¥ö’7?ôUÕ– DälkÞÓ…®¢ ùöâ å–Ò÷»€ÞÚŸÆeoOàâ·G(ÏÖtü» jukhe³íÛ³ï-µdÞôÒsÛ$)ck¯¯)y¸Ù wËeÛ#ˆµ^ØG9ü ¾$â /çÓ™^Dì5Ë)y”~IH}sZ-Ê9œ¦–SýšÊ_Ÿ ÇÝM Þœ±öç¾rLàs~žÀ,C¤Î4¥ûêÙÔ ‚j§ -Ðèrᯞ³ Ÿµ1PòÊ«a þ^6Ù$—†˜ëžfãöT¤|×&}³§8œåsg8¸C—à”2K¬btøvoÁSk_YоŠ^aÁ„ou#¿8ÆqI.&ÐAvqÉ;›аJRÞÚ$5{k’žïÒ°Ñöi|–[HrêÊB}ǾçÕÀRŽLt, ÉÒ†L¥ 0ä@×:rhÓCg­bhÈLuúM5;ñŠŽ~ªïÅÇ2ÀïÏt"¢¸Æ9ˆÙ¦ÂCدgÄÄà³:QüU #òì$%âÜfwiðO#_°6ù°5†IÚ‘3a6îQ³<ŠÊpËxÁ{CCÊíATįÙêæ&À&´XäÓŽä”àÒì@§Ê0‰æaÄ·ÿÕ ÁÇúžYXî©x½-&¤¬ SRå¼B?9#ý²‚ž~MÍ-ðïÅÆ^%'\_é…„.vV|R Ò®KY©F ÉÏV›ÀŸ~à—žÜŸabfûË>jÓÍsù¿–x5VW¶Á¯¶†KÞ™G>YüsÃñèè!Ã5M-?4 -ªw'áË…OåŒØ¿t„Ks-…Ï—úqQÕ 7Ë¿=ÿm©«"ˆu‚MN.²Œ¿Ñˆo×—¼=ÇMó?%§ÆúãVpI†úŠ/«í%ï<*ZÅ¡ž…ýÏ2Wøk–EvOsJl¢gš”ïPsˆ[cèx§ŒZzxI_mW›¤üÃbKþÃÖÒ°Óø¨ÇÇ)OỎ’_þc¤¡-btŒ[AÈòNS‹uœ[ƒËtha)Û@sMUÙÌ_óµÝnµr½7Ûß.«ˆ>ÔÓÀµÀÀÿTÚ§Hùë}Ð/¶IŠï™šÊQj¦cO ÅoÖ: ž:Æ‹>;'*"wÇʣ׺ -Þ+X!ç\ÒÊlß÷Âý…}PàD_ß¡ýrù¿Kÿë›ÓàPR+tvä Œ}¶}ƳЪõóê”À€xÎØ)ûæVà þ¿m*ý— WèVÃŽ–Ù5û«u’Ãy:öhТ& Ðqi®iBöÀM¡@_ýlKAÊ›n)²LJtB¶e ½Òšq{»7û‘eüz©1ý®uçža¡Ö³5RùÑ9‰Šæ)Û¡¦ï£÷ŒlÂÿ¾»6Ðn€ã\zÆ¥¸ð‡ÿ,U÷yÞ ¼OZ¨ü¼7MÁÿ˜«í>4 -E?€¼ñ(I9»btäVâËj76ÄÔŽù,dÝŸï.ß“ÆiIçF±¾çý3,5#¿o RrwÇH`’\äë³:‚ ÙðÒ1ãÙå䂉œ‹ÑWgêÂ/L2¾üá–ã2÷\€ßqé˽‡oz,ÛSsPZlºU\òzs°$À6ÿfÃENróý¦¹6Æi¥›2\ÛPölq¦¹è󉆢´¤çÇ”œ„»[FJ>\©Œ~y~½—è”2нrBºc¼"x¾5õéûû­jÈ9’üßµª6_ÿ -²Ñ[òjs ìÍÞ4.çÇ‹q°Èfù¼³MI4 Ô£ez ò~½¯òÝZôûî$6Í.'dlˆq1Úºâ§è¸ó»£Ðø}¹RÓ”|O]yÑКõ´y§~ à‚XÀcâ ÝðDDøó3«…Ÿÿ³ÆâpàIYˆy<ÿµCh€*Ô×ÓÜ*£˜´;IÌÝÓèæqdÄRøÉ|KáÃIzÚµªìϵW†Ü° ”G/õ—}f|¾¶=/ÞÓÐ`ký¥ç;ÀOfÛóî/teݱËJ>üšãröôΖ„–ãRÓ!Gs‚º–õ^¹ÌÔýhšqm®1ÿáÎ6~WÆ*5¶!Þ¹Õ<*°&´ÕŽ|ÿfpÀÝåoOK‰¡¿kXñã°¸ÿÛ䶘U°2aaàYó6ó—©¶ý—‰EùiÄäài汜7¦–8¿ÙÖ¸k¿«š\³Íã;*¡À"¡äþ˜µéYäŸF&všRì–UFnögìŒ}ý{™ßhÓ‰ê,RÊkªª>X`Qõ Þ»]‡+Û×küð$GåE{_é«ã ×A¹aŽUqY+¬ºµ£X×ÄÄE]3bÊblYx[¢ëmyªê¬ºçäŠ=Ü®ˆ_Ta ·‰­Ü ßÑ ìW`rÝcW;Ë4@[ÂTáÊx[Ž­§öùÊ((ecœ”S7娼YVùŸ¤ÜëÇ@> ëˆ5~¡<¤%Õo›™¸Žõ)É5abh{í•k`í’„€× ©*0‹HÝ·¾Xjy¶:Õ–åW2@òX¡"ñœW\ÿrKÙ˜lÊj €-¸Æ+ªv× ì™]¢€¢Ë4ؾ]Øwèà^>röÌïÛ:ömžM`ý]â–¶Áú;Ö¦‡ ª´–tVÎÌÿ3:G« Jௗ¹Ù§é©?Û»Knz% Äq\Ö)§ôþ ùBJd¡s¤þŽS\g3ÞßÂHjt}ß"þ¸!ÒìØÄÐ"V‹Ø»¦!ùG7·k{‰ ÆÚ² Œ7Þc{ßJò¶xx~¸Ô5´½Hn«P¹«Ó Ä¥îÊËîqXRHMl8r²:|Tµs²=kÛÌáx£±e2ff B‹¤úà;‡v~×¶¥£wËÔ!ði(5ÛûÐ,èúhåuÄtô6ï©À-e”{§)ù>®È6Ôü‚X|ÿÛÎæWgvt¸ö˜Qä—·¾õN4>³õ—_ñ+1ÅkrÜ#¥6|Iø`ç ·´˜’--À »Ká¶ŽÑ^¤µo© À¼´mÉ0ï·EQ%¾$<ßžní-ºdì"¤õ´dþ0‰ÊúyQPvužZpq -‘ujŸsÚÙSs30É6õ€ï»†‘YÛ.1¨¡¶í-3I‡NÑĶUÐÔ‘ê|@Œ÷N¶%mÎ#³´ÂÂKÛJl㞥³?~&$ÇæYEõW‡@o¾U=û\Å(9C¬HøŸ{÷„½«6)¦BFՈ쨙˜¥¸GJ˜É¿jH/O®ô×<ؘÃh…Å, Ê.{‡[^:7^×¼üßøƒU½¹Pó ¦C”þ Äé¿=Sÿq±¹{Ê–äØ\í£= $ãÐLE13 „çZ{kþôKIÕAaê?ç7¦ýZóúÆI~Õ›í†+ÃÍw³°ôxò÷cз§V†Ðá9xEÜüd^ðû¢°ú†K{©ëj{æ+¶ ü_V" b:òÐ̤|t°¹Gvfo Ý6b£ztiÌ@j=r‹föüC]™f­ÍÔ=‹iÀo¶uˆ¼åAXZ,÷²¡’â›bT¹z[J©¿ 6½üEŽ}w~‰•~Ö?јp°DBh*˜O NÑZŒÛ&îÈó;\õÎ2ºúh…JŠÚðM9âý¹àJO[òùÞÎég¯ò°åx?ï5qÝÃÀ,$)ªÅlW k #ÒN¹Çš“¶iØrMXŽ+  ŽÚìG¦lJ±•»€Ý»ç MÞIxѶ‘ÇØYâÐwÌ4䞃Û[r›‘Ѿe`@£K³› ,š”P3±È>5¹vQz0 -Ë?;Žxÿ‡§¿æO 'ÿÏåÞê”õ™ö òÝoA%¤øÐJFZÝí Rœ$Ò®ÙœçQlÁ¡]зgŒÔdTü>fÄD‡´ÄjŸ–Ú˜c×&èòwߺœ\»6K¨8pö/îÚ‡–ö]Kÿ[Â&í,ÑÚ<€^\URk”ÂÆ[KýÀg8æ1h厖 Ía2“Єµ±†[ÞþªK:VÆÏZNÉ…fýÉ·NƯyýGp‘¹1 }mën¼ájºµ.©¿ç›®¾•a²}÷ʰ5C¸·gcjLclip.¨ž.vuì,q™Çv~羕ÃpM"Ó½“x #‹#j\uPO[„÷Å–ŽæÌ­9D–{¸ô¢G\~ÙБufþää öõ)!õ‚w´á•y ô´œþ³«‡Z•Šp»Z|õá,ÇЖ¹)mx”Õ'ì°ÍÇf:6¢Á–õÿc'µÿxü×Ãüeã°Ž–HÏXÙ­Uqå½µ9d6òæ·réõµ1lªwüÈÖUzÁÀÍøuŸøSWó£¹E7?_¤^3+o2+^Ÿñ T?t 4¥z%€&–£rÂJRMH/© ¹²Æç€¾…ïêù;‹Ä®Wï“W¼Z“–$øš“·M7ºhøm ÐÀÞ€÷—K0ôÉ…m>´B cZhæ>ßw‰Õ9T†w¬=Á7AÌ|¹4¼>ÐcË6'A‰ôÛ3S¤œ+JÀžg(Uo|“Ôº•qJ‘sþêÀ -0¹ ß~dÅ´;‰íÀg è -ygÙÝizö^¡$¤e‚J4¦e‘£ -DÍ–’œåDˆr)½øÒ(6ëöÊT[ÉÚ,ºÈ5ŠNòˆáÉk3ˆ ¿œP¼*Çë±å5ØJ…¨éñ»âyD/ìÜ^tÆ÷6q²6¬#UÇÛsqø13Ÿ¿<ŠL3ô·¿ -xL¯ŒR=O®¹ØUŸúSoý«ïÖGª¯m+Á{úöŠ!ôû3ooŸýç|Gyú¡ƒI>°rh~%²ÈĹ€¢öe`¾þí®‘Ú~`á°ãÐ<9µà´mú*bâó÷]ü=[s’ˆƒZ›}†½1OkŒpÐ ¤øÀÁê:r˜þ^ŒÄ{W…—H-». -2¯¶ˆ+1·¼@æ=þvGϧ„(•ñúíþqè‹Õþ曎®š‹Ë]à›£”ê3oo|1…˿矅§ky…¿ky¿x†n¬×ßÊ›_im;F.Þ8}ßš}ákOOSÁŽiÜ5¨ìÝÇ.6ïÐΠŹcm\"á5=bV%Ÿvô¶æïiIµ[3¨tÿ>Ó5fµÝQ‘~×Ñ›n¦eöž–G排ß}Rð+¯¤á‘w´æI@ -Ï9É7×öÖ=ÕôPë¾æè¡–è9ˆw¾ ðë#3´­%µlɈÍ—Ɉ:~KÝžXhIØ×c*vÔÈ¢Y)èÿzù}-@|×ãªÖÇ_çÚr×çQ¹]ð·¿K)e×WFÑ)ž¦Û&^Á%9ó`?ñk_ü8˼èèjz(Æ\*}tþ³•Á†¤=u\ÃÀÒü³Ð·îá–‡›Ó5wCŠêÇþùºÇQ¹Ö-iÍS±qs–vdÅÃíXØ‘ßòÑElûà"@£zXvXÕúö“É:XâñŽmCqÙ_"C÷ ˜ŠÐèµs üº–•uvU}ãš@—ŒSòoè:Jïúç…ÓÄÂ»Óø¢«€~ÊÜÓ2 €Æ/÷ŽÃ“Öç‘©ÇN*þØNÄÛñm‡6lÞ×µSÑ¡ø¾p•úi…!ðLB“=㘬ÿ·“N÷M6¾PÞý¶Ì+¸º&=ÝÓà+öôÄz·úª­õ*¢$UETÈB×hÃckoíŸ+ wý -pbHK¨ÝÒQ0±%m}X1²é±e=¬|ÄH…zèÀk -Ô¯$–Åëú¥aE -øþ8.ÃÑßöLŠÊüqüêTwóÓßùu/ô´¤|߃,MvJ1íQ#¡Å¯@—…iˆ‘Ú3š#ñz¼Z\MD‹+uŽ·¼0õÔ\³Žµ¿ÛZæðý,ÊoÀ4Em,FÀ@ùu”æ€‰ËØt_HÛšç.¿ÓÚ]ã8Ä_n–ðß›œþ];uì&"bzXÁ …7fÛ2u½õ9AE\PËB ŒºÍi\¦³tk_ðÓ 8ý›¡Ö”¯æáé¿lIÉu«S˜¼rÎñ¶”m9:;¦D¾ßŽŸTÀ²7ç1ù–QìÛ |ùõð ¿ïê×ÅìlÖ.×äö]3‹5pˆ/ SDõYçVzÑ *J“·¿îÏõQèSg/è–žRö‹“[~64 ·2Ëa4¾ù¥œz~[GÇëJD4°4¸úÎ %ë7 >ógçHÝmŸ–2ΪO.I¼qRFL¿ùïu‘bIÀßâ÷]åkx¤ëÌÿm}²ö᎞Ú:Ðþö§åŽª¬¿íÂÑ€f?4à«öt˜â˜•¾v €îj;[nö! -ÏMa -~Î1Z×GyékêD&®à29uŠ“N -Ê}žnÏ\m–^ŒÉa;‹¸ú ¦èȈ¯Ž÷¿Æ÷ÎÜWus©«êvT¿†! *Q…ž©ÆÇ»ñë]dñ‘Ýðß5 -%Þ_;¦aÂõýãÛ!}KM®‰ïûðô•]6 Î/ñó/ìh15š¾Ú×Í7¾äW=ÿ~‰†ð Ó\=à»+ý {€M?ŽççØ"¥9¦c¶{¥  'ý ôþ/7àƒVjÇJÇïYéÄ­ò·Mð’Õ™–ÇãÔâëÐì»g‚ñýlLËš¤)É?Ñœx¤‡ú¦ë_YD…WÇa¯¾vA_ ¢rnâ -ü g]:0㡇V\ó¡S<¯q(¬ÅUØÒžÝPRê¶õ,̾‰…ÿè aÿåer?Y)°#À÷×'ªîE…–úZ_NK®‰!ißvW½ú²«òå‰Þº¤ŸÝý ‰ûZ -d}^²È+»¡fÿX Uy,#¢€m©e[| Gn -ñÀIÆì8¿[¬¹çšn}w¼Ú­9p #&&6¼Ä¥ÅìôxÏSðGá—·å÷CRNï›ðÈÿÈâ=§£šöÌÀ\óÓµ‰ú{û&dÕýÜÑQ²Á[280K-]A§˜Xå¿Ï!ÓO訙?„'êžlŽBÒœ= ÷–y•g£*\©{¼þ…s¨â†{°æ¦s°ôêÆXë³Ø<µú/@ã}rSé»v*&j¡!öílæßÀâ3ŸÕЛvT´úC-³íPÃŮޠ߮ô`’ƒã¬J['èÞ<:ó#§øO¿üš–UrVϯúÃ=‚ÉŒ.r1äS Òü ðô-` a!¾‡¤he“/eÕÞ&–½:eî®É9ru͆Ԅê•qÈ«M)4uO¯:\ÂÖ‘å[r\…¥·ùþæ8²ìÈ,|‰}¼Lí,â+7¦o€øpÛ;†{«!žö¶Wþ:Oj¼ßÏl<ƒJ>1Øúì‹!hÒ7³¸ÂÓ€úÃÑÝüÌ8ÔšT‘pù 䛫'4(€W0Õz~Á™)üËoÍýi¿YÞŸ^¯{º·H…ì/wˆ ½Ð”Õ)dî'À^þŸŸÆù¿~ûÖð°Odå®–ah¸G*~õ.ïé‰Í9äÃ2w¤¥‚v˜²Íqpª‚Qx[ÍÍ4XÆ/;2hvHAl´v4ÜO!2crbYT‰Ê©QE15¡mGKhÖ°²~Y7¿ý°Ä¢Z¢1¦‚åDôè²m#ô—S0¸g¤A, ÂÆ<¥eQÐübGGj80“Û7'ao–øå5ìœSƒ7§%È´?Ö'ÀÉ€Ö*F•½þùÝÍs_MàËžìrKyVCÞ†”àä=˜[ -Ј *+¨"V. »:vs¦-}g[žƒ¦,ñòÎK Ï¿7vVßîDä]-xqí›axî¹)xÖw’–¤/u„ôïtd@ C_}ÛJ9-jJ>·È.½¥äV=L¹~ê³æ·7¾Û”ã¡ÞYøÛù–Ä]3ìS£Š]SàÏ|kò.à·ÿÇÏìZ›jOªéè#GçØK4ýa½Kýiƒ;òÑMD1*0ÓôÐ'…¼6vWß^oO Í"Ó}’–—þñ¦”Mqí«µáÊ'{z&b} Ħ Ô¢«k£H`üU—U„ÜgÚÓ¾“¶¿ùFŽ~ó­—Î'n~`«À¿8ÑÛš|28ÌËÚRMü«–Ž‚ai὘¦üÁ¡Y}ì`±>¸âç é¸#3›¿¯~°Ä!íëÉ;JBid\níj¾e¶ÞS2ï‚ÒOö7½û‘Wñú; ìýÏ&Néå­™¶¤˜Sî›…æmÎò¶´´–˜GÞ_"4†äàäE^Þo -FÆÏŽêëáYD澑|ÕÑÀûF}ÏÄÂÆˆ÷EãsŸ´èºsà‘IhÊÇ%&îÀÈ"dÄÊ=‹¸gàÓüs¤Â5@s/w5Ü_ä7ܲt·Ü^Ã_nÌÒª ‚º+*FñùJÑ-Ç@Ým Ý0ð*Áé¦!X¯ñýéÞæÜëa ìj¸câ×^·ŠZž®µ¼Üš‡¼>Z¢Bâgt ¨°5ó;¿êé;õÉMFÛ%Ç6hΑ– pb±»ñ!©ìÕwcèüû{VwHŽÊ]ª¿á¨¢¾ÿ‰^r÷:ãÒçÓðçßm«a¹ÓÜêGôêäß]#ðÚ-5©ÎÜWrEI{ù³÷à—¥ŽW¿zGëžET¤öÐ"НzvnùþÉVØ‚x¿ìf&yO) JÁI6Qé=3óB Ðí“´’'c˜‚Û1- V¢KBRØ[ß(U',{,Åfü¦çœ]î©USQJ~u¼Ï@.ÀhŒ¿WØ jL ÍôÍ4>[›n¸?{r¬ÿê °“Òß7§ái!6?8‡.òcò·Œ÷8ò­®£ñ†w›5OÈ;ÓUýü«EzÁùeaíÝõqx&ð»j}r|™m¸5EP÷údKÊÕχÚß\Ž¨Û‹Ö¥5 -pöމŒðkY̘Ûs¼Êý÷&™æ¯øÁýäéÓððÝLö¾›‚=°aj¢ªÖ7;‹¨Š˜ÛâoÉ)± EçF¾ê®ºÿ9öÝÏ!9®Lǯ¸0{‚]ùøóiRѯԒg'& Ùg,Ð9&ï'#%ç'¯ÐÎÃÕw‡1É?±kÿs›õëædÛëUqý==·øO“°ä¶ORöpoVtdgó]3€ …‰•!5µ.¶ÈÁîyä-%±<(E¥ù§QoÝ_Ù{Zïô´f|Ï*yù……×úÌÀl¾¡&Ÿ6° /X: -¯kÙÉdä„SË…Wc -ZShöMCSâõ1×ÄÍ/×ÅU÷C3U÷ÖG‹î‡¥õ‰ÛDήžÒ|`à’Ãr\qlžy¬ÇÔîk!¹Q ´xKÌ=^"·FÔØ iÖl‹, -¾YR±k°å¾†•ý“Œ˜u`§ß·`oÆÌ^ Už3u´>H镎îú›ÓÈw?ò«~Õßøü¤STÿ§wùzs‚Ýâ™ VKp9§øœà §)0‰x‘ÁSÃJlé&`~ ¡\hË$9f €ö,Ø45ø`[³¿Œ«³5=Ð k¯¯Ï ‹?®ÆÃj|ùÆd[ÒšþÎ;†LײknN´gž6óËoEU„êLÁMi÷O.vBJ -Rµ–—ù‹Š‘rAÃM{èÎqhb`—ù¼À" „®xúÛ$9ûÙßçÀ äOm|Ÿ{Ó#gùE=ûýi=;ûÊÆ¾ ^üò*/érLÏíñ-–΢+³è¤Ù¥·ÿÙUyçsOOÑÕ}®Î¯¤5$\ûšÕ|çÐHÀük•-:¶ ¾™ê;+â’KMë»N^WXKEÌÑ‹®xÅ×>ÚYñ½Ã m=¡: Eeû§ao¼#u7WÆî­Iñ9„âßÁ³î~½Ü_û&ÄÓõiPšs°ê¹±³üúH{æ÷ŒâGÿ”‘SÏ„dÍi[jx–OÖüb×@ô–HüÁÝ«ælâÈI£yàspƪñ¯Uá´_E -ö–$º)ø#/»ãƒ›JØ_B—~raÇv4ᆿµ¤ÆÍ9\áÚXÛ+§ðª–õþèègªá”œRQ ™Ãÿ"eœ@d<ü§ _~ÃÓÛúPPóäkR€}=ýMûû ŸM"_ÿ¸6ÞòR7Ps«òò»åŽÆ7GþÐDlÙ”ÁÞyg‰å ³cf‘ƒ:Ø0M–2K/­N£‹b:>ª¤5mN"ÞZ…•çMÌÒ_¥˜÷ßÍ£óv÷!_Có•ã -~³p*.Ûxå½}7FšÒB“íïýÃí/Í‚Ê+Þžæ‡{sôº˜Ÿ{ï“=QÿÐ-Ê;´Ðüî_Vtžºý}h¢5ÑÓ_w#:¬Ã(,=<JÜQ¶¾ ÉÚ’"ŠöÔ-*kWGkÛ51à>9¡$0G­ðO±ëÍ]•W¦‰_OÁ¿Y ¼ûUÏ.:cU_âÙsìÕPsúIGGÓKGí“)hâI3+÷Êú`c0¯o´Â–[ƒÈ¼3¾YlWÏ%[zÊ®¯7< ÈsÛF\í®™ö-*]XBp–þŸMžä¯N×®‘ݘ!ä˜De—Vý¹·„oÙ·Óv14!¨d‚Ãên^HÕIQ³ë® Ÿ|ƒÉøã4íÜr_ãmûä}PÅ¡lªØµYdîþ2“wìà -÷Ìl²[ªåWÜZÕܲ 6?ÞÖ39Ýã‡V9¦'Õ‡ä:¿Œ\·!Ååæ)•ërFÿå©A„*ß5uz§ I3ȬïGšÞ|9‹ÉýÕÞ]u{[ Iü¹vu–RÜüîù7=ÐŒGFò“‹N «á™{FTݱ•ˆ<´PáéWR”¼º»ŽQHæ|²#©=¢GælH!/ü3 gé–Ç@šHÐ]9¬Ä7^ýÄ5\yY#¬½Œ)Nùy ùýO*BÁ¯sÈìSJ\Ñ¿åÏ|É/@:9%¨Iü†œóäË%aõm³äµèþ—ðÔ߈j^ü  ½?åhº˜…¥æ²üÒê×G&hßÄ¥ìèÕ@Ü­ÜÖÃó²Ö×+HB(~foà°ed“_ÖöÐ=Ј¼WÓâª}ÓÍIë㉛smIÑElÉö"æCæLò÷Ž¢Rôð¤Yzãã%Qí­5qÅÃð|-À# ì™¯ãôÑÅî›éص9rqd‘ÚÑ¢Êö-dä'/Sph£Ë肨‘PÞë[ÀUød¸rÿ<¡xmývm -’°£%6™ø¼˜–… ,Ðë}s=¤)a›gŒüÞ1{6GÊ??‰NÿÅ+†%æèU1µ1ØdÔÈDÅ–ü-=Ò`ýrdþŠô4ª#Ôo/1Ѐ;°aû6fסn陨=-¹YÇ.¿2…ÊùIE+9í®¿S óÍ ¼s‘n'li•›2tfT. -ë YÞéÖW~¦h×À„…¸²ø‰C“³!mr>nò'>¹ãÐIgúÔÄÖM5½ecŽXË?¬wÌGÍLÊžÃùäI?9…ƒŸllú‘•IܶpkRRž?ÞïPF×I¿á쫸bŸ`Õ» wô¼Æ+jFů˂Ò3ÞÑ–û«3Øtë("a¹£õ†gˆWîîip‘S×'±iö¾ªËVQɹõѶgûFzû¶‘P¿6IZ†¥;xvog™K‹™ˆ_º½ÌÄíšùÜ]‹hh{™K *)UÁJÕšîè©¿«ã—ŸŸ&žF×üB-ËøfVxYA+»ÔßüòË xâ—¢†§ŸBÞ~£áÔܰ Óì#°ñû<Ìê7?»úš^:úëî|ôÃ(,õG)ë”SyÛ&½ô`Þj» Ï1E ßP -^Œ. šV%µ·|“\å׆@¾iyò¥±³æª„Q}ñí½ Ÿc3_þè€>6 ê¯*påH‘%ç(yÏ¿*xþ³œë§?«ytñsncÊW¹/®~ywçsW70=µ·ÖÇjoZº -.HñI'Õ׿op"<ךº2‹Ì›&d_¶ˆª^ìÐ==–ËvTآͱª› -JÒÏŽ¾ê‡A©RŒ©xâo-òˆ“]õ ëð—ÛÀ 6&›ßªXÙçzŸ}±&&ç.u£óÌ= Œà$YIO?/'%þ¼2’ãpü~[ yï.´.i[ÏB[†1¥!%º` ð¡ ÛøÑA„[qŸtB`ž0ÌÅõiXöކ ϳ¥¸ä_Äœ+kÃàß$aC‚I Î ›“¬êà§5(â×§ k“Ä‚Íit eÓWƯ}3ØÌØ"—°*Áä€ÓÎÊh¥¯ŽlìŽÍiÈÛˆà:+‹´½Ljö-´&mHm{.gežøH#ÀаÀ ¦`c¬áþRGÆ%ÿLÓË •啊&)*¥+Sð×ûV -â“°ûL©[ I -ÌCRÃr€䨜]±ù¯unÿŠl®*²H¬Û7Ûƒ,xßÊbÛÙÌC »g¡¢}*|Åž…É<°±ÙŸœ\áßåx™Ð¸­%”ç°Y!ÀŸ\Cˆ#¿þÒÎ"¶\Ógì‚=]'ØÚŸ­Š›ïmL5Þ÷JšYêoX{[ny%œJÛ0¯Ü5HJõÏÒ*Wãû¶GênøÆ[Ÿ„àùA5,Ã9UÏ2ÜôhÏÊaFŸjé ˆŽ Û62 û¶Î‘#G×düÚ– ×è“·§‡µäºõi\^@ŠNWqÊÏÀÒNô´d|¥¥7]Y¡-w#ÞL¢s5 [Ÿ*Ù­/Œ§>).; 'W­Î@_ èiKtw‰©³ù¶–]wˆ±™¡YxfDN® ìä!¤[G°)ºðK74qGÃ@.Å÷¡õ7ßs5=™Ä¾¿0G)»¡ $I8ÈÛíïNŒ¶UÿiÆ¥M“*ÎpJß|NÎ~ýLú“ SŸ|M}ù¯4í—QDÝyD~êINUÒÉIböûßÏa’˜Ç'-F$;É8§ç–Ý Ìá+ŒÃm)ðŒ›_ Þ^ÿËÎî<¶°Y¹xÿ€Ö箞¼ß4´ôßÖ&¥Î)bqcÚƒ“¦¾Æ¢ÃeRË>;]=u÷œ‚K£mÏOö7ÞÿB†Nþne -ŸO©}÷{mÊõgñ¹·£2T¾œ°³I‰Î×¾™#'^ꪻõµ†’ùGà(\i⓸œ„#‰ð—‡NûËAhÛ×#‹# -ð{%ûÝ…iLêïîñÖ7£„œ{Ä»Ó2Jæ%¹èîÆh{ÚŽS§®JK-¾±9Ö–·¥`Ìýð¼õIB9°~Ù›ÓÔÚ-9­9,øúA)3¨Ôß iWþ1H½ãå»GšžEuñý{,ê®…†4b{‰E i(05·ôê¦ñÞ6 ¯ÑuÔ§lN6¿Ô±RÏnŒU߉©€ï7â*7¦!oz»!m|~`!€‚rd¹còÜÚÓò`sšQb«vu Ü;›÷ï îPH ψh°å‡V:éƒÎúËÉàÿíe >¹ÙÜc‹väf2?®pþµÆŒêpչؼÿx8‡:BÝê(è™w ñöÊ øáš¸íÙÆdë‹c+¡Å2NÉߘ¦Ôì, -èÁ9Vƒo÷Þ9XwÍÞ[ö»³¯ìü¦‘ì g›z1Ï=Cè×5é=3ñóO[: Ïøygóí1¥uÛÀal[xBëòYŒLŽxÀ¼tíÙDâC;‡h¦¢Âºöì-€96Õð|%·ârp–Z¶2‰Ïu ¶¿4²k.® ¶=Ùc3¼#m/üÂ³ë“”Šª‹ðYÅ–¢-É>PzÉÑWt~}¢áaTK¨ -/ÒAž1èóÍŸ,Àñ5~96×+né?XŸB¦ÄÏVíYØ=³€·±@® ©9„˜ŽO É©rFÓÒ§T=BNÑö"žº'¨Åf1%g½)Å·^™Ã·ß×ñ¡Ï]}èTwò…E¾¥f´^›FVŸ6ñë¯L+.3 -ž˜nÏü9¾nÎqtÚšŒRéSpa+Š.²z“ÜÍúYͨz¯¹ænzl—ÔÝpÇkƒ^E”ÄÚÕù¦nXÔ$•Ÿ ȱõeKÒª¸òOSGá¯hò׃-)'&áé?8úÚ¦(e­I?<9ÿóg¢º7g·faé¶ŽÂ+NúorÄãÔü?ÿÑ zsRÅj¹¾ÜOOk|÷øsfÅÓkÛþo¾çžÑ03~쨽õ¹QXñP?Jgß;IÍøå'3õÁD‚êIþ¹Ö7cˆÄØE·¿Üþ‡««üÞ,³ìqóëË_Ï“óžïšhИŠÝ¾&¾Óñ²ÎŽ€^}A+¸õY|ò¯ÞÑêÇÄÒû¿(Ù/ÿöð‡>®ð>¸¨Ä#¼4¨‚½_꫹>ƒÏ:é•¢rPe¯ÏäÜ?ÿ…G*Û–·¼öI*¯û'ªï¬•^h¾û5¿äê×ZöÛ?£K¸ZtáÃï™~2v4¤|4s˜Ÿl<Á ‡µk"âzDé–ª)á¿Ú‹¯yqœûàZHEÀpõªŽ==êÿ -ÿõ³-°êõ©’ë[:LË@ûûÛSøÂ»ÓÐÌõ H¢žÓbJ÷ Èü¿-¸Ú€R3[} -F£}÷&¬â´EÔ€F\ úôØÖU~UN+ú]Òžù»·é±_Nzî¸îk)‡& -øØBE|°Ó);&:fuZá˜&寫ø” mo§C*ù4½‚m½€Sà‹·å¨¼#¾6ª…çl«ÑÛZ.Ú p°µtk‘R|z¨éõ7“mï¾SRrvç_ßÕs(>í™@¦lëH Q=®â£Šüè¤â¶-ä6Ÿž½Ü]}Ó/…Æô¸jËèQXņFÔlľžÐï;ðMóŽ Õ3HYØŒà"½ 0’w–ä™Edn¨°%±e2Ô·HkZC¼Xêo¸6É® )û;ã}36gˆ¹ž!ì[“~lÍüA‚Ì>ën{¼ïמþVí&•¹'ï×ä¤RŸ–ò,°Öäôše6騯ëØ]"‚d Z}JVsXGmÞ5Ó‘žy|Þª’R¹©¢Uïšãõ~0›k”Ô@ÔnJ©¥›óäï6Ã8‚z9Çk¾ªàÔÝ Jѹ殚óÄ÷g5ôâ?—»`ÏÝ£Ä\×8£pi„›oáæ¹&I9ûF*æƒ“ÉØcrW¤ˆÌÍy\I@Ak -jØè€ž‡¾¿Ø6Øò$0Õò⃕q Õ^wôÖ\öJZŸI‰ùçÆÛ³~Ö³ª/ù(u².ä+!(ëW¿âuh]flºaëk¹çi{±"Æe:†±A5¹>j¤´¬N#2ƒrtÍ7‹?s¾­ƒç­LÖÞqþ¿&¿Z—‹ÍìbúxŠXy3¤@W{º*ÿðô”]42ßÿ¤gåüjê¨~hï©{¼9‡)óÈ…ˆ^DÁ]-o/9ªü°»Õ)ðÓ° -SPaK½³í™;ÇlÛyÓ4’ÿ軪¤[ç¢ö6Ø=ÿö°ÿ¶"ª€œûÖÞStÙÚSqË4Š)(~~û«ú”»g"KÄŽOÜÑC; XhzkïÎ:§B'}·g¦¡ÂË<š{ŽVµ4ˆJð«èñØX •kÿ4®§d”²‹jvõ-ÿ,¡Ü:C©Á—Srëîïêi°x­»Í9hrp³1O(ÙP ‰]w§ßÐ?ìR òŒ’~°}f²Ë;?ÄYŸ%-óŠ€\Zw×?Óð(,kO[™cԌѪÿìnËøÉÚ z¼6†xãhºã.½¹»Îè9³É9C.¸Ô­e6.¤#VõØÒM52Û=Ñò4(‡¥íeAªÈ#C¦ºe˜,)¿êÁ8.ëÌž†Ú¸%§Öm))u1 -p1%¼Ä§;fiušŽ¦„}+“|äá -<ÁQ¼÷žŽÜPŠ7ç RjÙ¦‚ ²!ž{%ä<ÿœæž•·V'kø§mƒu¶´Ô¦YNõM%¯îþö¹»Ì@G´4ðžUö·ZyhkÊô)[ã¿aCÓßcSJìˆä;ƒ["#ìdø'²oÁÖoiQ»Ë„€Ÿñ+ã°—þYdú–™ë‘4?±K /| -bù ·õLD¼w0^sÕÀgzæ9-rhSÁh^“Qëj*x×D|p°YÛf.mMÁ…—EÝQ3ß?2ò¨+*J_‰-ðϵ§F5袨žK4v‚, !OCJjCF¯öŠ ëRR{ÿ~YLJwLÑÊ‚!Ã%%—è{Ï×dÝ”µ…~¦OÎXˆZë™Ä¤­Îb³ãs²gfSvýRºÔHlŸõ k‰u»ůg#-3ìJï­2¬§·ôt¨žUu~ÈKþLyPŽ)Šèˆµ~¾lM†+°O߯©˜  AÀß¶wŽÅëêùT¤¦ãxmßþ`h¹£Ã:Ó‹µHÍ *i±¿ñ–gýßçerö-ÐÒ˜²-#¢@–„”øïT'Ø&îƒÏ0Ú_kEÐâ¿ÜœÁãVÆkï©™9¿Ì¢ßžœEgœ‰ë ÄNк‚^¿¾ÀC­Ê?KJdcŽQ»:E̶¡ìÃðës¤Rë$½py”Z쥃bËÀÿš|m_”ÓÓYꬩ9í«!Ñ)ï%$}-æ)1Í2Ñ^™å4š;Û“6%˜Üˆ’ÔÖ0Ú–')ù]˜ò³œ†Ì,øBß<±È>\ws±#ã7÷hé ŠT½®à7uìÐ’42~5Xd!:V»OE­ ©ÑyþyP¢OϘ¨­K3ø\F{ö9LîÓ/# Œæ¨š‡)Í#µ-¨'ƒÖ5ôæ5 Ö ø1« #babÜB‰×ñÜÖSZv4ØÞ30`r|¾c‘°>C¯]—qÀ躱£î–­¯ö>ÀÚ÷½ O}2XÖ–žÒdmK5ßí.Ó1a ±Î>ÒøÈ6œ{í`¹öå¡­9sÇBDn™»†VÕý"“˜Y眢T¹»ç=ãv:)j€åEõ­i1=²dÏLhˆˆµŽað=ß<*çÀBï1åQ¾rïÏÄ`ªƒ -\™s–ÖR[·ÂÁM=—îÓpÐ1³°ëÀ&ìÿ ˆßQ &^«$ß§¡Ô¯ËymaS×àòx[®n°61°H TxØ@ûU¸š– -hø­°í±© ‘Ñu -ÖdŒZï4µ`}žVé'W®,° +*kUÛ+tÏsšÔ"rŠsa|Ä.­+Ù``½*} „а† -Ù1s莎¡];WŸqòФ;N^WÈHG-,Rp™Žòhéà #µeaQz&\F¯:o• z>iSA,Û¸! &Öm*U› -8b„­=S!³P´®¥·Ä,¢á]¿7j!@zbƒyŒðÆ"!¤ºâ=W¸Æ¿¼Ó½=ªžÎ‰C—@¼gá‰vã½@–<û8·Ê9Å­^›À"ú®¾®.©o™½:M¶@’­ýmOW&á)Û&>'¤Ðw–;bKÃ:¯ª¯Ã'çAB*>Ú-e×*;Úï{áOœì;Ÿ‚Ùº©èfÕƒýQ—1A³BZrM¼_š¶œ¨¦•^ùh"Æî‘ ¡Ò¯˜°Ëzðfi'di„™åšæ7»éÞaZiTËÇ»g©¥³Â¶›ê^ÄsÇ$¥r]!@Ñ ¶1Ü;ï40?JRÓ‘Ëß2rH!ãžÅå¹f0©>@ć ¼ ¾“å_Rƒ‹,xDGÇî:¬ ‰Ø²4ŽK—u@Ê9—T1г6æéU»f|ËÈ&m.²ÛC&ü¯5Áø¾‹'Ú21`±¥ÎžØÒ€ìCü<ñª2¨§®K›¼“-Ü€¶ÚTò°& ¥xŠ\yzEðÀ ž±¶„ ),É6 -z¤ï®»hŒ'1¹)Äçµ9jgŠ\ë[@ƒãgÏ?¸(ȇ¿©ã ×”|ÀÏ»Xý€x]Û?èQ -Pëѯá÷-t2àÕ+3moÖeè÷!5Õ3A®dm¦5Ð~ï"š¦×«S…W×g[^FÔGZ+Äë IÀ -/÷Mt\JÈa€.+tJ«³¤²m3¿cßÖ3ç7uô Ë® Ài¿¬Éˆ ­¥ap™Ïð-³°N¹xSˆo 2ðÙ1[ר†ÐUsŒªð÷°‰G_Uó0y'Ú>ß óÊPû¤Xà”OM-ÏŠyöyÌØùÚ&oS†)Œ鈈™Ï9ø­%.uÏÛ«º9ü-+¿#â®ˆæ·W„;N6/h¤ÂWUä*û ±À>Ão•w‘2¸ œÓ€¶«ŽÙx¼-+“°¦¤4l™h耉…Y[¤ÔûMôö-3À:Þšè˜l~2ì­"×o˜Ø]'¯ûãF§"^/ d BýZ&"fë×zæmîB%0Fx‰ÇÙ±q;öcQkçðºžÑ¾¢ÂmêÉMÁe6a]M(ñ)Z_ÄÏŸÛúU‡öݾ­wvMÁnµS²]3‚fí(¿Xª8iêAçîšøÌ˜‰ *hÍñ=û!€o¶T¨â°¡§[7ά¤C2ÎÔ<=÷å¶œ‚Ùw Û·-ý2ŸŽOvÎÑJ-f¾±Ÿ•ižÔr@%?u6f]Û”Òi;æ®ÁØ—¼ äýø5áõV£kRXg‘tTëÉ†îÆ»k2xÖ¦‚Tµ¹Àh -hxxç$¿Á17H¶H»¡v)%SÑõ.ô³WÔÝ,¯œÓº4 뙢5¯Ì÷smó³ͨ­ëîÈݘêÅnÉúþ¹Áš¢—ážCæm(j_îY  ]¹Ä÷¨eh1¤c¶­Í -Ö¥ÔŠÈ"­eÇHnŠê‰>5dŸ¡¬ÈYàM¥ˆê”ß[D W"JjSh‘… -ØØ°žõiè-Îbž`ó¨N(Œ×Çß·±i1 ¾¹ˆ+舰^Ô¹&ë ¨{Ø ¢\Ót7d]Ó×Òuu”l¨}–h訽P`+¢Fqm–P­æÕ_± µ>Þ·w ǃ[fÅ¿ÈEùTŒ&Ÿ’P²*kŒ×²ð;‡`Éš~X⊢—³<5F³Îò½q[>Û)´{å‚Uù耲“•ì©øÍ9ËÇo9»&·€˜¿ãíVìx;§Â6 °Ù -×<½fk™OÛu’á1®nUÛÅv(GúÖG¥ÃМka¤O> ¶ec`cήémW¿ag­WuÒ©kòöìÕT±ÏÄ&:¬&ý(-C7BygŸÄ½>ì7±P:&Ì%ã¡¢Vaÿ®»Ouu/Ì"±ÏÄç{ø²u-á7wD¿Žþ/°ˆA®*º„*Û±Q1;Ž®éˆ½_ášÅç¯.[b¶îé˜]лmcQ×Ô:ë 6cEGjй©ÄƒufOÐL'„–ø¬mw‡xÇ*èÜvZwì4lÀÐÓež‚ëG¥Xå€1Ñ!Ξ$sØúGa+“bÚÒ0'KÙA}dèå§¹Çú›ÝS3BãôŒP3ÔQ"ãcžëíÖž¹m[—8`ä‘ÌRZ¡vœ“¯™£æ‡¦!bAÿÛ¾ṽRäŸííØÖwuF løê¯Ñ.é©UuäÍó†ÞKy#¹B4ý:¦¼äŸS”–ÇÝ€xK74ÔÌY¥]0­x¶00Z£n±ÌNvÌ÷5Ït¨‡PKÓúiã”rL>¬dŽs¥5bÖx6¡…xX ¿Ù[E<M— §kõ½ƒukÓ|øG;›õ/7GﳋÄFIw­¦GRµØ;Þ`è,\‘3ªÝsèô ±:¬ç³€_[¤]íŠNú+ƒpÇ2D/‘ i® *xUÖ^QðоEkÏ.ÿäí–>†ÜZD”¸¸½ñ5Ú4ôt.M0Êç…è{bö’n¸¯Ñ£ìe…¢n¿š 6‹éÆ~BæÊ­Ü°®Z»g&fÙGÑyÞ)BiÄ(`ûù„U%âžµ/M -ÜóÌÚ -±¡¦5Z?×+£W§»[äãÓèI‘¸X5Ø[¡‚•CCJ±”¡šgÊ”Œ^âÈ›®vî]ãè@ûª²‡êÓsÑëF>y`Ø ­9l¦#À–ðí€Õt|ìòÜüèâŒJlš“ªÅ#MC"qª€7žH' ßÁ¶öŸÁ‚j3k~ÆÕ ŸOvu6x柖Ù41‘ÞErý¶‹ß¯}µçꚋؙŒÀ‡°aééµëº(úùÌ‚¸¯F96X§49 ‡rX¤Aõ£ãíð$_+îÚ¥|”}Xe™Bg¤ÈòàÜ–mtyÇÓ«Š9D’]§ ïh…7p°Fcý;Èþ—?q¼"Ûq±Ùa‡¾jèív*†:TÝôLçB'Ѯ褚¦i%žE!kÛÉdo,b*Ýóø2ÿbWOÔ2¨ /wv¹u<¤c±mXXȆ—9’.+¼c(Qç^v¡‡ïŒ&S'é²ÂAúl -Ñ\E¾Dià>é#MæôÑó”=¢¼å1~ñÚ|'2d5¬êG§¬ªáÂÔpÛ¸DKœþ>+„G~,¦Jß)„Š&•hºI×5PªžJ;e•£ õ{6Qùªªs¾& ~ZÅ=Õ^Éú~œÚÒLE—{Ǽ -Õ a©ÅCà™¡ùvñ°=:dD Y² .Qú¤ƒ®yß't´ -Yê2nêqm1éL]1é·7iˆ¯oß)þÇà iŸç>«ÿž -I˜äèjû& ~¾dgY5ckl Œº™î‘¼!ÆÜÛ>ÊTÂsô…tXÚ íÈ3Jú ^¹¤ßº0Ý'mçt¿’D÷„mÈ›à´äoÇ‘°wñǯêïÜZî•ì»D€Æ RÖ¥/BÊö‚]k§Øk˜u.NͰfûûŠ'‚äIî`®a\Ñe•I.ňÐ<ÙÛ4ÆíH¢66þ$&Ÿè{ú -{ ä?æ™Â\ÏôÍ·ÐÇt3‹×f¨eÖaX’{‚ÖOÏðg†‹Ó#ˆù¡Îì¹^N¢lx¤d¬WVÞ×gi¢c$·q Æ ±?£K0_HÀ‰_Ôã/g#.g¥µ.ËEž­/„Ü ù/d½ƒyÆ Ï¥éåmܶ¡#Ö{æÐ96™¦ŸSæÇ°=|U—:›Ï§ÎðÉòD,N{Ô>{¾²Ft² —ñE^í‹?¯%výòë¯Ê‹q?QÚè×éüµ¤äPôÓV4"Z`‘K_[ÀW»Ôj£\"˜§ŒLVôwOæö÷Ê«…ìÙ·L¼ø ×“ŽƒP^7·Ýj« ß­ÎÇÞ*Ì‚œ¯Ì«8‹×þ1&`&Lð:«fDcDýÌÔ@ÈÖ7¸dÇÁë8^Œí¹ÙÜmOŸ<âPÌCŸÐ¬è›ŸÂJú$Cìž×3ƒM3cRŒXØ—1)½SŒuä(FYy9fïWï9º$ëúNzn¾W2a`õŠWYü®õ:4Éø¸¹uü,"9mú¥0 óuj -äÛ‚ÎÉ -É77žÃ>ûýJþçÏŸÕ(ËA~ÇFqþœíéαIûÐNåøø¢L=79³Ôß%^‚Ó»ÖŠ¨Â½bg+‰7ßBµÍ]ÄCç®Úç/£[ÇÎ65 _¬,ïù­ªlè§Â²þ×V}vùJþg©ïÈ_@ ª }"k“ma^Ð÷õ;çù­ÖÙ˜aN›˜^ä1=5HÖJœì¹_ߦ<›WÒùmIùЕՓß• }õð9ì\ÍÿìáKô?¼"~vávÝgßž¼÷Ù³§M'*Êx¿`!#—f»û3=j>fUÏÅ+Ç;ª$=Óå=|]‹¡I$ïÓù›9tÖz†€ï(dSæ_1ðÓ/™$ÙS4Lr¡¤öÍÕ Ÿ?¸˜øYVBå÷å9è«øFÊCyÏÊ5/ŸÚÐvóýJ&:jì›ö'm*¹B:4lÆô [Ú{l­}ƒbÿÀ¾“¯ÉÐe‰<²*OÔ=¬-c|]þ¶¶{&;­ýÿsôÖo‰®ëû°³ö^³rÖt÷ŒNãØŽÝÝ*- Ý)vwŠˆÒ`7&b€­3+÷þ|ßÿã}Ü?yŠpß×uÜÏuþèö.â·ÔЬ7Üþä.–à­ ~,$‡þ¼ÐKŒSJ½}Ì®±º}D+1~† ûžÃІÞys>P¤øžçgÈwîî¹×Ósën¤‚º~üèqzð8ÖéÑód'¿ÞµÇïáN^´ï©¥{O¯‰mu¬[;'*‰ziw•hÈÐÐÒ³Âä×.%‘U/C"9?¸{@¯G„QÊ IÈèþw`8ïš³+ÔÉ7„yÍ?ºüÚcg˜ÓOºSxüç"Œü)Ÿ!t6 dKZã̓‚”ÉAn¼z°›ÔÞ9E®h^ÉãÔÎDÓ•o²ò¢ÅáhÅýÈæ¿\?f_{ô0ÈésŠÓ'œÓíç¹Nׯ¿qzó&î9ô(<®ôç…7âÏú›{ 7ÍM-Góõ=6c%NZ‹ÒIdcU·xØÔÙÓ?[ÞÖ¿SUR³HbÈɱ “£ûL¢«Ý Ž'A~…¿$&²nÆF#î&F¥¿¨/ÏßTÖÑWµeÄÑ‘vK*hZL£W­„ Ù3.)0áˆ$ÎwQ‰Üù†;½ðÈvúé®·Ó;—t§€ž“‹7ÖéÑ›§¸ÒuKè.lƒõ¢VŒ¶·*E94ȪX5“캭B馆;ãR@ÒÝÎhø—o0Î),šý]|rÍ¿£xN/<¡N·k=|›åäæMtúàC¿öÁ—ôïüÂÚ{]ÍòLõ@?~EÑV±ªìn›RtV5ƒ»úûr8mS‰`úÜÓl¬ñf:Ru#"£ý{×®Ó—`§×ï¡NA‘‚knl§g®§×ž'ÿØšk>Ñuß} ,¹îQö+èÕîÚöø%ukÃòDM©~¬³¬¦¤ù“@0â[R©Æ1ÌÎIy}?úD¾Hiù9.µùûw®Nî^Eß…Ç -þš\{íæó$§Ÿnø:={›çôΟât÷9èšïúM*M.í5µ.+$ê•ñöæiEcɈ¨WQ§´oAxÝv¦tÃN1=G‘Ì/ (Åô¬öëÁQ×c“[¾÷ùB¹vÿIŒÓGOˆ“³{¡Óý§ñ×|°ßñi½oº¹Üwêz¢Ï¶J€•tÖ¥v´‰³ªš§2¨µaÀ5?Ç‚î büð1r-"¡ö»èÄÚy‘ÿõàMƵO¤káÀï|B¹NO\ÀN®¡Œk1…ãדáÚßüÙ€Ž6H3ÜIØ0·Y;Œ -•t°¹w‰ÍkÞÎ"T,úà˜†·p´ì^¨õ×O~è]{é†pzë‰tzëpòf|ïYú}@J÷÷É0Å=gÚ½ªq6³·CU TN‹k -Wˆa€9P[âQ]"ü\^?•ÄmZKÁ 6?¥åýW~è¹ï‚"*®}ög:9D:½ù°ŽæäSëôʇñÝô¿œ½ißE¦ JDèŸe#Þµ× -ÓWÕ•%kcä8‹œ—­6C;kã͠ʦ…l -ß쉢ο†fžæ¡'nÅ¥´üëýg¼“»?ã»ÏÁìk·Ä8ýv'øZDRÕÁ‘”_AéÔWimEUÇ÷wÁºûGñÍ}3¤ÊÖù6tÏ+’ó³«êßÁÑÌï#“+¾Ë*¿‰lšC>ASå¯ù\Ý—ÖJMš¬]‚ÛT×ñ,Êâ„IQq¨VÒˆïjî·¶Ë‹šºµÈÒ:m’(zžÖpÃ;ªì·Ú5W,PÐkOße:y…ЮyE•;=vC:=8Ê#ªÖ)"OûCN‘™S¦N•MÔ¯©Z¦‡Éºìg£¤¥îûÌì¦_ªØ"?MOKîŠL¿®âAeÍ4ß±lϺ´bÄ·´y9‹ÕbÍÀ•/‡ä“d³`íO ˜ÞGEÉËØüŽGïüq?ú„â¯E§W_Ìi¾WØàŒa‹½µ1½}ZŠIÖŠ]U—!w§+ õ½&E K$V×¶ ÎòÊÚ'A¼ri‡ÛïÊ-üD`¸ä"û\’ò^Ç甾IÎ-{…(Ð¥ª`bé˜UÝPˆd¸»P-éÂ%í„UusÅ¢”›¾"g¦ÏŽ0LbA–°¹6¶»c §£w´ ¼NäÏ(~À ^©°žçA‰w¸?=ù»ö9Œv="»åv¨çN6ÕøÄ5¿Ï$‹Þ—*2:EæýøwAÂJ^Áý¶”´›©¦jVÑ—HFÛ† ¼šnŒSg×®ÀhæWùĉ)ý?¾õ@]ûåN¬Ó3g€Íˆïüã°ÏÐÔ&Ÿ¦úîpý@#t_ÍÆ[ÆëéZéHÛ˜d´iH$¡õtË -›ÛÔ¹ÕMªDAµ"ˆÆÀSEa¸—1Y¿GÓî'fT¿„¢»Ü*# ªö îÔˆ|`]ÛÝ øoйã­j½™ì/ò1I« -d#Bj{[o2Yúš+}X^7ŸQÌÕù€Pí/âQ¿p ÉŒÁ×8’ð•1T])Jh“Â}`‹’>4²àG&zþî%uMJ_—1õÝ4eM¶L* ‹‡H}ÝÙÝ#¹m­ŠœŠJ‰?ÓóOir&Q;ßӘݾ5µíMíÁ-½Ñƒíb¨V(aYÆz¸{º:öñ”€¾¥!¥¯(Kp3Êž|¤w\>\+–ôZ[B+Ê:Ü)…+œ¢z›Ýz/8¶ìûØÌ†Ÿ}#È×ýc¨ÿŽÈ¨þ.<»þ‡HPÃÍ”ðš©óì윢kdã æ¡jôžžÛœ 6ULÈþT9wNÓÌì©okk‹kÎÑKÛ, Z™ÁŸÀ׺±Ô’Jo=x•|íéë 'ï µ/1ä_²ÁÕÏð¸~—*®$p¼½ ¼­K imÏjëSÀšºGÀõM‘µmâx~‹>ÍôCá«ßP¸ÝåíJpç (kx¸'_%ëÂÎ*[¨‡3eŒËÕ’’ß7ÊÏW*j§%¼t•´—'“Kêeòa¾¸¯3g¨­5~ £9¶§«3¡»OíJÑ]}bH{»,»sPËêUp†%]‘²÷‚¬${UUCZ›¨¡n¨* ºV¼÷Æ8¾c¬l›k+5%:ij¤‹ÙU Ö^Ky×Ò+Êà7È"‹™ΨEF¡9 -Ëì -eÖ+#˜õа²VYxUÛphËÀh\;1¶:Õѹkâb¶'°16 u8W/<\lÓn˜;†5ŠþV‘¸Ü;0mî”d6öNaË› )ì:}4ÀÕô‚¦'‘™%.©ÐÊÏx^uP«¨›¢ocNÑãgš³}Ü/¯7ÆÙ“ƒ¬ìÙ‘jÜ´¬…l×ô–¨ ¥¶5Ô4$õ5ÉrºeùCRôXç0RßÓ^lCo‰qvMSÍÑd}Ó¾®½<ÄL^± uå{úRâÂhI®~¨*g¬+kfG(¥ÒFáà0º§½3AÔR¥¬ÍÑŽ´âtâvü¢²§zCßÀÝÔÖ±vô5ìéêŠÓÙªJ‡Žœ=ßë<Û~»5ÊLY±â–¤ÐÙ±Šq¸$cAYǘoæ$U á&Ìa-æ…¸‰øn¼¯>}B܉1KSbF”e¬¹bOÓ?~¨¯.913&PA›£ÅÁKBØò˜¾n葯éz$sò:¢I\–¥¤+ûës‡:z²ºëãêÊD¾ †Ð…[¢ða°?0Ù¯KÊÛƒ«†’šZ{búºÛSæ†=ÃÀøŽº¶bc”jªo¸˜i¾ÊØ›À&Mvƒ>ªÛòߪ: >JaEØ­"µµÚØ£Ã4ôšðœŠ$œrÆÞdQ¸/ê꫽{û!J¡ˆ=#éá­²´Ì‚ rf*%¯ôB¿h*£Ÿê›â n“²ŠÂFô{or´”³6ÝÒ97^U¤æ%Œu³Bem¬€ñ~A”Q^‹°ÌÖ”XgyXÇRUÓ™¥¦ûb¥Tp:EÏÒ‘§³Ìâ=YÊH[4´4›”ݵ‹ªÖrût]ãž±¡nG_˳*È;>r}‚·¦âä.+ëˆKšîîe]=ß:YδêìÕ1NÖ¶† Ýš d­­‘ŸŽŒÒו&ùþÕwízlUÉ/œÃ-£È 5»pNÕH8½h°™ U ;T#ei!#X+©Ê6«›™‹š -슪µ7[[w¶R7¸o`ìh¨)Ç ¥‚óµVóÉJ›Á1_ÝjQ—âԹꒌi€Íc]‚ i V6Ô -‘I*ûÄŠ’Aá(S"•’Zqœ•d¯®;œ©¨¶ˆà“uÉ'ÛrÃVD°Ï -AÖ³ÉJÔº¸–²)åå¯ â¿˜›sÞÌ´¾Û”å[Fëð¦Á’ÜA^‘Ǿ¢½ét²¹ïbJÀ²ÉAëBˆëºâa•ã#vÇiI+J²˜“þv¹™ðÇ${¬Å'Ø'¨©Ôôc«hGφ®ªJáÛúÆ«ÜÇ‘ÃÙR&Ðû9[Šâ°Ý bÜ¡‘™¨g™¸HË(=ɪ*E_L ¨_gxÄ‹i>ao‚–³4H ï%, Ñ"L]äÀe +kUJK]•P¢÷Ô¬‚«ÒÖQ|øúHqÄ*°öËÅÞKýÄÀE/}e¨¦d_ÝC£ãÀNLLèšz•kšwd,!Y'¨u‰¼ ¤'ÎÐrV†IÓÝ(¯én|à¬9'o$NŠš1æÊ´E17yg¢«KÕTgÓ°ŠÖ¥…_ÖúRߨ„ôccUÉù\}×ålãÀùÕœ)=6q}hW—RŽLUG“å•;dÈšŠ‘·¨jbÏ*ÛKu∲™ä»*+CØÆË‹w Ȇ¢8Í®¥‚õ4Б¾ \¯ÿ|¶èulm„anI·-EÄ]ÌP -M<üÞ=ß‹ðšé,ô>™çWÎðÉ[r€o†Iq«E¡‡Z -ø*¿ãÈÈ„ncƒ·Æðá§3<Ê×ew_ƒ35§¾Z½ša0‚üâP“2ÿ\âPí %¬99'sFÄ˼X©éÛ‘ã¢V: ?Ì7‚ßê*3_-wBÝUÔÌSS a]΄(«³ž­JqY».|eá±Ð›ë2Ó‘ñj¹;ëíß³ ô–J«ÿ\(k<6Ó‹NçüËÕíÙ\UóæìËBsêË™æŒW–ÁÏÓ9öb­ºï`šO<[äRÿ±V~],oÜUç® åø/¤¼²ˆÀŸ/¦èos,ÌK‚ŠƒÉ²rË'ϪåaŽæ‡–[&Ž–j{÷§ËÛj6lABŠœ“0³¶ÍÍ}놖–UM~}¢ ½9.@™xäóiíÌÄ"œh( s-ÿr³qb­7ßy_BK°?½‰ýRÊL{g—±3lbrÌœ–²>HZ"„,ù*øiOåøe)i[BK^jÃØG)©§ZjÎ‰Žœ¾= õÓÔ&<®Ëÿô½¦$ãó_Óå¥_') qöûõ¾äÇ»Ò|÷%!Ö¡å#ô ëº)ÅýïœCÃéH)Vi¾÷š0Ï}Ø£51>x]B‰=3sÐ'z&Ô¡æì*°±kB¤÷B'Êuc÷e_IÏšïEúš›Á/×%¤˜Åþ¢X›Œ½#*òYhJ{°Òšõd¹#ßex̺˜§*‹¿±1Œˆ<˜àcWz©ñ6 9n­åm)9Vclj1–~¤ÇDeêÝRô¯ûrFö×éʲ#gÃÅë`»’šr 'EjXù“ýè8iiŠóÕ‘•xÌ®r¢.Š:TAÂwFÓü/§É#==çXÏEè*ùvMUÙ®ºo!F[¥y¾D¬cº„¶o.£Y¤ø°-16æPC/Ü£¾Ì6å¾™nLcC;Æ‹¾œh¨™ÀßV)1nwœšt ç"ÖeĤc#y1ËÆî+©™»2|䑪8ú¯YzÑ_+%eÀgíMT1&ëêìúœCM[åèP›m+޶kHÉ{J|¬UŽ [!>_ÌpÉÇF*øXMsL N®² Å‘v%åÛ\eÍåby­e°)!ÄjË8@ßâ÷¥„h»m—ccÖ…(ŸM1.tWAϱ«Y #51ñÏVÑW«ðt‚°Òžún«?çójg滵þL—Öù_8ë>Î2Xœt¤e ŽŒøÌ‹Ùâìói,ئĤhIéW3W¾.” ö¤ä…Þ¼€Ùî¬P‡†¿˜.§iè½QXøî(Äga¶£Ïª[þ´Ô .VTÌ”ñL|²]KÎ;›b¢z&Ì®ãà­*ľPU{¸XÓ²©¼š…ø¼>qßB?í\ÍÑQÇþµ%¨=!ýw¥Å¡3]º¢À_Ç8ÙŸŽÇ0û(+ípœ™¹Üƒr[í…¾_Â\·†°¾›Ãô„é”Ç|;æó‘¼÷MWIû -`ñþ8"ØX}×Tycº&ùÉî0!É®äíȰA[ƒ`×-aÞÇ£ñ¢ÐSõUî$2d¹·Ð¾+X'¤ç©ž ?5pжF`>–ÞÄGé¯weP?»’œx¤¥e;T¸ØI‘Ÿ}œh8>Æ*Á‡ZúQ€^|e¬Oy5Ý’ýb±»Ðe¦ ò¡r{[ˆ ÝãÃfª“ŒÑB&ÿ"¥„Þ˜ªN}b¨J¼½:‚ Õ´A‚{±Ñ÷O”<˜]ÎÈ´‰1¡›Ù®³ñoôåQ÷ÍÕq·æšr^È™9¢â”uà5ÛFÑ¡öqB¬uåk,òÞ¡CÄ%‰»°þ¿ZúñLVWŸk™ÅŽÌ“õ:B©!>çbò©–’w¨¤d_ÍpØ×”ö”eÄ?&ùÔo³lÌ¡‰ÿßŒÞ RÜ©œ½:u_ê‚~°Š8P»œ]pªÆ'ŒB}¶……ž³Íé/,=…n@¿dM²‹FË3/ ýÎLlä×É2Öá89É®@‡ÛÇ !VQޝMŠß›¸:óXFZ‡® ¡}·G‹# l¸CKËßÊXîÉ}³Ð™ûr¾ ôúržMÜ’Á·¥`¯Ñ€S=%û\GÍûc’ûχqj ‚—ûò\lcؔ˙Êj»’‘·+Á…[áÞ61ÄsO†97r‹N´ èZo߉†¬Yúæ`Qø¡¿Ú•å¹3\ºÑòÜúŸë ù›Cùþ‹]yÎgF÷ØÀÅž˜é=*rGñ· @¼T„„c5çÈ@­Á>ŸÏQï1¿-”òz6fc4ßžå²?94•”žÍ••|]`ã/¦(ЋŪƣùVå×¥&ÙÿYU_͸Ì- Äom°à“MŽ xŒu<Í£nÈÌãbŽ4” |¬¥å\e[†À¡{r˜÷dkú#sSÞóÕ>´÷ž„a&F­v!ÝíRNö¶˜¹#Öuæ¶=Œ ˜ë€ÐU®öàÎÔÜÖ6èPIJ<ÒÓv%ø¤oZ\Ú7=,ø\‡‰ÞàC–zànçZ6ìd‚–½=ôi¾‹¡2êö0éó÷j~د§WçãõL¶æ3ÀJ¹s¦¢ƒÿ˜¤‚¾M‘²ŽuEáÛbëBSʃ…º´{ý¸Àù>zÔ\+òý®ˆ¶1€ ÚEn‹1ÁÛChŸÅ6ðë¹–O›ˆ‘¸ØŽñ턹>€ŒþUÃËx:Ûñz«ôÑ1Ž‹ÛQà#Ǫ³œûpQ·/®rÞEøˆ©†´‡SõQ7u%Q7ÍåÉ·û!ŸÏ&𱋀ŽÐ#6Õ¥¿¹˜f ç»A†(Q¿ÈÙ ¿MâëÃü¼Þ“ïa endstream endobj 48 0 obj <>stream -WÒvNÝ.ÛRmR:f_NL—°ü“±>Ý6–ûÝZnK~r¨#&î+™¹ËÝĤî¢ÈÿÌ—°.f9ø-:r[ð­0Õmµ'ëÅ\ èùޤ´ÈÒ‡XîÈ~±ÑŸýjg0ÿƒ±"îæ3ô6 •?Zúò>jïlQþGìüu!À"¤÷Z?ÌÝÒ›÷Þ&ÊýôÍL<£`aî;ÂMºe•SÓOÍ\¬CÇY„p¯™†¸ç;"°ûþpÛ‘ -|9C‡ëSÞMuäÿ1Ã%œI@­eëŠã7„éΖΤg6qŽû…—ehû•ø=?ÖR/•”ü½À!;ÅQ;Ã6$½¸_ß‘—äûÝMö|ô£ª*Ãû?‹\ÚïStèŽê«gEÞ—üoèù‘7ÖzÀÀ5™ˆ©f°Ëb/ØïÛ<“ô×jIå¡’œv¦%gì\:Ýÿxµ?ãíÅ"ï0Óq#„èµ€p¨¯j<Ÿ*)ûï"—þ‡™^lƒ7ûR]fëcïÿg­ªçxªª}WÅBŸé…gÓ¤üC1ÿHGÈü6K_‰k}9î mY¯NM\ÒÕÌôSã•f¡¥N–;Ó_jI)jJʾ‚½'ƒûX‡ ÜuQwÇha?o P’æ:0^Óõ/5 §ºJУÙ˜‹¥à¿>@ -Þè'†Ê3î-uÂ\­b\О¤8ÈÒŸë<Ý{gª.îÎÚøC‹¸Ô09+k­¯èÓ¾Œ¿/LJïJàž{’¼‡ -HȆì>Q–p[U’õô@É/÷À>­õ#<·†Þûò¢ÀíAˆÛZ'ôƒ¥"d¦Þï„ÿ²Ò‰ò?³2÷dÔËÊ[W–rWAþe£+ÿÍB7Þk€ó õþš‚™çr6ÎÈ3‰÷µåa7Ç9á7 U¹¯wG¹ Kswo”š¸/§$:FyàƒazÜ…’•³3T0Î »!¦ù]7U'ßöÝoK‚ÖW'ÜÞÁx¸#*t5VÄ>\jKsÛåû,wå½™oÍ÷¾Ð7µØ$MåÓ?S5Ú±x¡Å'ŸL Â¶FÀŸfÛr]ºpá·ÚÑ¡wþ˜)œ_åX#¾ŒWú>&¹ßÚì{仺_•KOsþ·ª*ÕóÌÌ€Øäèàzä J¬ËOÔh—D˜·ú §P2–áÁÈ?ÍwB‚þ´û™¡8e[”ù~¡%꡺äË¢çÆšØV5YÆÏz¬¯ƒº_è«øgf]ñ³tÆ>¡yþ¤äÇÝ’óâînˆ!veq¼¹>ý홑Vxfôß0ÜwÀÿ(à@ž6Õ”ðHŠzx¤#g­Š _æ[SžZEPÏm!Úok¨Èß>‰ÝÅFwããn•gúüèå¤eqöroλåð»5`Ÿ÷eÈàƒñ"¿qé¶1T°®"áþ\{ªç×X¬¯ó48ÀÏŸ®æÎ4d¿2T¦<»œcÏ>3´ƒ¼Çx‰·Ï§xÌ?—J*Ðí¡Ô—ÖÁ|ßͰc y¬AFüg•CW·€£8`Ÿß¦{Qq¿¯5ëÎf+ë”äŒuaæKMIèo-…~ÕV%¼?›aâ ÷_§ÛÀAgzü\Ï*8ƒ|>ÖQ²~Ï8œÀG¯õg¼0ÖÿÒ‰~÷]Æç×EaqX%醜 z»1DZâý»á®šÊì—ê²ô‡Aú¹º‚×›bJ„¶.ÿ¡2íÑ‚”¸-$…[…ø/Gã˜P 6ýmb¸7À»¦ë3îÊŸ3FKÚ)òŸo‹»k® -úEÇüyº,ù.ð?aÓýH¿^BèO“50 fA–^ˆÛlSÆóazĨï/õ`Ûó݈O’ÒŒ—r~ƋմÿtSÞuIü½Ù¦Ôç†ÚÌgÃôè_;àÁוX/© óÝ0;쮥§ÀkW‚‰Þ!ÄŒ22v$¸„=9$d} ÷- å‚Wˆ¡#´Ô—–.TÌ à¥-}k=¹w† -Ü÷DÐOš’è›#Dÿ_¯úmµì±ÜšýBˆ Ðð½9]ýÀ!ƒû3ÐrOµÌ‚ånìSø¹]ÜÈZn#DïKŠÂ÷¤…Þ3i/g3œ7úà@ÓS¾ÍT”í“S7DX¿õ>J„mígÉuÙêÏr^éÊ~3× -rµÉX(Û˜ ÈØ}³Üs¥3iéó-HO=7ýÖLmþ›Éúœ÷“ /MMYïöôƒ1rúJØy©#Ïu¥ê¿ÜVða©5ý™Ux5?-Ë{².íÉr'ÄëD[BÔTæ¼Pñâï8þèqï­!LÐÆ@QÀà-f»À®m˜;[b|‚MNI¢%Ü-Ïðø® p]N¼aða¡ °.¥eÔ Ãq2]þuab@*jÖlG¾×87ò±š{GËO¹«ãÇß=Öà3¹ ï[ä¨÷»jFu”‘ª+Iº/£Ÿü›¡*ò†šïÿ“M’ú÷ -‹`S¢´,èrgÛr[¶Ûj[žçVoA4€ù3 io;Rýw“Í<2AóyoöÆPSu“5Õ/ JO͸Àøoɾ«#pß#3—úu±~ðXOïÈ0! -DØ¡ - DGž~pLÞ÷s Èûð‡*FÖUÝžèéyö BÌÿ²¥˜ðå®\WcMê»+<\—Ñúøy´UŸÝ1~áª÷e²5óÑ 5ô§bðÚò´{Kí¨Ï–!z´ôê>,nÒÝSC)é¨íõÞb¿ÉÆ„—êò/wfê“ïÎ6f>˜o¿YaC õyïWúŠ-}p·…ÆŒ‡‹uÙ϶{{R\¸¹5ý¥”ôÓbÄç`”“m¨Î¸;Õ”ûJÂI}R ¹5Pòh¾â½*&„ y)GX©O7†‰±ÆÆ|·FDà÷mHßC~RÂ~0–§?œíä&”#£nÖ oíËé°S@cìI°€÷@ùÎ4¥¿XhM}¼%Ì}{ @‡šÛË2ý¾7Õä;Ï9Ýœé²Þ蟮ÌƲ˜{íÏÀµo/ô?¶`oŒ¢ìô#–Aowú³í°—¥3Îs¶1ü­¾"òõ*ÓªŸ˜ÎËöúMD q¢¦À*Ræá:Ì1Š -Þ£¿{•djI©©Ë|Ò„I|1DŽ{yè -@ÛxÊÿBCÍ>£æ,wÂå̘»£¤¤m)<Ùu›¬Î}1ÛvÑW¤=[hÍ~wè!‡’6U›õXë×ÇjØ:„ŸoÌ~1S—xw¶.ö–®,ð—éºø{뀷ٔâ£* ¾üX ¸³1Xyj f85ÕùASûz¾ð)]_»’W´-¥&3o÷‘ã› þ+h¿M!Êk®⥮y4¢‚n´á‚ŸžÙpË*@ÆI¸+‡Ü\nÌzo¼mƒ0o«é_ ¾9Z‘±§çÖD¤p}yösmyºëdKnÐJ/Èkoä÷Ç¡àï%~}z0Á‚˜x¿âu]Ž úa®*ùédeòë™Ú”Wû²ÜÏÿXè˜U1"\*H~´)CÇï(+HW™,gS´‚C&bGõÜU ‚O¦Èà?VËë Ôö(2øHGÉýg…Ïù:K)Ü/ôÛU€ýׄIïWz²Þëi°‹É²]II82ýø*‹EAŽ»úŒæÔ œ¨Yy€¶ŽÛDz-v¸¬ö¹[EÄÈ}•±&¥ÇmHŠC:`nÓà7›"lààë­£¸ù¶Ü—[½0¯Ë™Ú–+o½Þ‡õÕU%<ÐUE>ØìGxÈ(IZ~ñ†œ”¬¬N{´Ü_½)e$kJ3nÒ"¥GÝ$ùÿ:Bñû^ù½Ù µ+¸¹ãü”ûWsŠölÐj/1hð€ï ˜l…¼›j.|µ5DаD7ÓM Ô7PÂ'*Qž30·Õn„ÇÎ0>le€olFºÍw¢¿œéª;cøˆ16ø@Ê…ìó½h¯ÕnЛ¥®¬·ó€ïoDûîʹ¨ù~|| °/ÝŸŸVÛAoZóÞkÀWz1Á+Äè>F2€±÷í -b’¹:öÖL}äÍ嶔dzա÷¶úR>ìKà±çFÉÐ]ä[¿©äzÿ9SÝê˜À%,µfÁ øÅ*C×E=¾ú~¢2Ë훑qÈ@Gò,ÃÑ}Yè1öó¿¦kÒž94lèb7Êc© þÙ6ŠO¼sÆœjWá“€: éÊÿØUõKkQÔÃÉf„‡•ð|¡â»%BE¯ ¡Ñ§bÎ׫ w-i•¢CL©÷-ChÿÕ~dÐZ7àdbÄXYòC ;êö|GÖ{ûÕg+c¤8S äõtò³mŒlíÏuYhLzP‘RίrÒM%äý1\„m(ûãBSØë…æDç=9!zOIÏœ(-|."¤Ý\ïÆÆþ1]Rznä`÷dè¨ÉÚ(gSCºÏlW¡ÛÒ2üØÌc[$¥èév˜›]‹Ïø}™EüÇÂáü³Êfþ¾HA;t¸ŒÙî¤gæ–ˆ»[RDˆª:ÝßМên7’¡Gf:ùl‡þsA¾œ%C¶%ôe½<2â“6‹ü·†A{rj‰ß¥Ä8”ä„])€q"¸ç‰Š{¦¡çì±³ÖEÔð»5LŠœk*x¹ÔQøfuìl¬‹¼g*¸¿/ĆœLðÑ -°–„繆‡t(‰q»#¸ ›:Ùþj}æ¹Òv±JŠ£öÔ<ˆ¾6÷‘®<óÉlcþ‡õ>øç|¨c„‘u !¤Î¶ä|˜iÌ~y¨¢¤(ii[ø/bLÐdÄ]__èºØŽü|¡à6¤¬Ìù¼×¶¨¾2Ìϰ -pÏ©úô'–Þ‚6€Ÿöå¤èS³`[ óÞB…*+iK´ÔùF„³¶,ý±”r[żuª.'îi*)óÔeIö½ýJü) KO ´œÝñ¢`]eöÓ‰Ð3MYÎÓ­QbüŽŠ³5‚¸™š÷uªªüRÏÃ̶>õCnrãî/÷AÜí ð×ɪò¯W3=…HO«”žu¢«)s¨JKXm=ò“¢æÒALùES´0´%Î{¿>”ñÎ"Ìõ^o uúép¬(|±/ßKÆK¹?ô' k¡g:RÆZwò«©ŠÀÇKMqo-½ù¾k½`û&êjön?=ú–¢,ÛçXËFœÈÙ%.Êܘülˆì÷Û(':óµ¾òIY]ø>?âí¯Ãœ(— 6q¹5ãõ\íÿjûédUê£…Ž¼wjrö@Iú›{Nì$·_öätø‰¶ç{-w%¿žnHº7×’÷r¥õyYTü¥…~¯îucO†9R03OÆñÑ»RXÈjޝMRà¬) -=6’Míð ` ïÉH g:LÜ©úuŠ ÿ:ÇÂlIH±úš| =åÖ®œÝ#Ç­K‹ƒ—ú -=ÄŒðçBzÔÛ]&ébšF¾˜a•/ ##‡8Q·ä¨Œ6K*ÿ´phV9,LSuª9ÑeGšÿåÔ„M˜í‡ùã>þÌû½û¶RÕ xšÚß'ÑÇ:DèBÖ›éžÌËÀŽc¤uùÉ&¡Å;&Ø -bâüöÆð1{#0¿S%6bO† -žïH~¹Ô“þf©3ßÙ1Á̵ŽR“—»P[Ââ/@ýþ•w¬"ÆïX3Ûšã¢`EýºÒ újªì+ Ѷ‘â/{bÔL=øÃ®””dŸ å(™YW3tfš@Ï6‡ˆ1v'oµæ¾Øœûj²:þÁ7ô×î"¿5%IOìcôìM5~©í~>Å'ù 9c_ŽóåDYâ³Åv '3OtÌ|Û)QQ•öB]ŸéåPs ëB\Ðzo³¹.幌ò`®)ùÍW3t¹À&O÷ÁCåüÌ—»c”¬}uqÌÖ$t½/Ûð A‹=…Ô•‰O¦Úrýíb$¼,Éü´&cå;t¥Åv%3gµæ#£E=¡†ÜwhðIÇFôl†U´k ¦íIéóL⑉Vt1ÅÂ\šg"C—ð!†Žâ€M9ÿë"‡¶1T°Ô™ôøØLEΔ”/–×îMrˆ« -vÞþØ•wA‡«q ï%.v¹¯‹¾s­iOvÅ0¯õAøgCUÌí™Æ„ûPÏSã0ò0Ö1Z‚]Å)X(ò´þ{{8ßÃ\sGSû›Fè+däåT…`ç*oLIO;R0ÒmÅ5ýTdžÛ䤸¹vÈû醜g;jʪc¨Î|°ÜVè -ô×ç¥f¨Ït ôÓF7ÊçPAÏÚáÂÖ{ánçSÌî8&doámÃ>ZóTKL>×2Á%¬®;OÖƒ>Ÿ¨è9Ž1\ä¹ Ð,ÿ›k‹ ÜÁý&(éûrBÔ:€çJ^â­-v•ï®®Ì|2Ý”õÄ*)òÛ#<ç»ò?˜ë2Ï ÌÂM )fML¿Êß<ÒÓr¬bàý ¼c¤äC'ß&åƒlr.x¾¸Ðƒ ´«kËšºªsS%ÿ¯Õ’’3#!Í*‚|¶tƒß[夌E9Ñ+ÈsqÒŸ9”<„m„œ¸'ÆE9Fñ1ÖLø–¤Èg vb*¥, -‰)SÍpß…NLØd ,ÜÒS~¡/Jþs™Xx>C›Z³Ÿ/v@Ouå¼]%{ £æ\ÎÓ‘ûê¢è­a×Ñ8*éòêÈQRF'>êÖ¾’VðÇjUËéw¬£ç¬‰£ü/ä<ß'ÖáL÷ÿoËù}–…;P`Ã.¦ø¬36ÅÃhYy[ã”x‹°Ø~w5 km„7Õ†ù´!æ‚vFKŠ'8Ð#5!qKŒò_ê…~jçÓ©Qh×ðѦf˜Ûdcî‹£ |"àÓü$ˆÀ¿fhˆC#.Ǫ@nIP>Wy[ë@oiʳëKSž©‹?@J·OàSÏf8Ç4—ÐÉHz%äçz/‹9ù+BFÒLG±§±úVÁJ}¬«Lÿm–Yü÷ª ì÷E6ѦÃÅo«ññÿ± -j_f3vG±Ñ‹ê­ð¹ß¡™üx’C=%k¾üÞ2óûÃRÝ}±XÙl7² «’¢/«#ØÀ Q¡Û\kÜ­þä§›ý¹¯­bFÒž¢´h}˜•¹-c$Œµ-.²aÃδűߌø´«žÚ‘ã"ìú2Ò|Ìe©+çÙJÖ‹¥î¬7;ÃØ°S5뫞u†Ä¦ääÚU%pÀ»OÖ¥Ü5T&ÜY»[e(¿Õ>¤àu¢7DôDm=ø®*óCÁ*x‡rØ*$„u¡oÖ=nŽ3"îl÷A>ëyE‹Ý0×¥–¼çÇWÏ3Ë!\N’25Åq«Bˆ[€ý2næë¥.Œ×8?íÞnb#ÎôìÂ3-5so²1Tè:Û’vÏPñ³]EH0)KS|?ß Ü§$ªÉ)gzVážüjþب#oÛ9ýÛ|eå¾ -ÐŽ£˜ mÆÏ:„ö>W3r.õ‚CÍ›ÚÀ¯–‡0ÁÇæá‘©møÌTÅý:p‘˜zªÂÇŸªÈ™'7lM0!“ý¨À¥A\üådÛ&AøYEn[¹oWºò\ŽÔ€n›åO'U=ÌÙØP¸?^ xH꫉ =ÖaãV²œ7E ×CUqÒ·I.óÐô ØÛ89é¯eÿr†‰9Ócã÷äùÓí‰o MñOfÚs_ýµ"¨²©ÉùêÚ¼·‹=Åg&ëÄÈ¢œXÇxqŒUœïs8†w(ˆ±SOZ‘þZYéw¨á Ž \Ô‰žº˜fã1·åĘ…~”×U–òét]ËÕ÷>v9ù@AIünƹþ{ކ<ÖÒrçºas=·c#«HΉ}ÞQèys®>ëíú`û¾ -6Í&œÏUTlµ2ÛG½ê÷ãI.Ö®ÁÇÙäp /ó\·¤øX›–‡<ÐU2Ö$ìœ衾…ào‘–A6‡1€ÞC„-vç¹[ÇPazBÊùRYÃé|I©©­ÀK[ ~¬kéé‹õm‰+´XÕ¡‰½2Pàj‚¸:L „Ã\Ê]Á‡íŒ“öM´‚óss„µ>H -³I)q@σ”è£äcŽÍ ðU¾óöÚo{ðEþÇ#9ÈõD‰ð?Rác4|”MFO´kè¹'³쾞”²¯Ä„Z‡Aï×{SžnÁ>)*0ÇêzM^‚Xì£D¯‰©);Jb¶ héE¸­ö¼×W¥>Ô•ÇßÙtݹI@Ü”P’ç:`.æzÐÓ!Jì>\ÔƒÙ†|÷} !ZWžóBÉL¹ei/týÝTÆÝSa–úÒÞlK_6DðO[ƒÅÁ–BÌ|o‘ßDyêÝ# v>]ÂXíƒz-µ&Ý›ªOyd{Ùè -1éHË,°*™2F⎪·§åZG~+ýyo”¥±w&*c^Z„ð‡ŠŽü6WÊÝSb£÷ZÚ%Åè+3éË#on -A¶G>ó] 'RöÅ ›x¨eÁ´%E§f~u ßÍT•x×T‘öÀP{w©%Ꮣp¦/Å/tã´Õéw×÷éh‚˜¸+Føí¢B¶G Ÿ·Å(ïýqrüžŠW¨kÅ6 ÃÞW’þúç*Ïx‘ûòâ”ÕþlKʳ)Ôï÷÷Л2¨×®nCD¬‹r½öE1ßfø‚¿Ö-6 >ÝÐzi!§êpÀ¯BFjÞÖ(6ò`œ˜z5gÿÛ—¾«âP†ÙÙ/Ôà°c ¿>T0ךùt¹üa[ñth‘¡,ri/u^ÎWÖmŒ’ã/—ª[¬r:h¾òQW‘p¯.ûÅu)9øæJÔï|¡ªu]SÆQ×¼\èAëdæPNLʱ‰C:6pÐ;ík¨ ‹Ùò²ÍQzê.àg¿ÍÓŠþ\fÓþZ)oºœå±ÿ÷8%+gYÌËX‘Ôá–„‚ì 1#ñrš[ ¬=þ|¶¬üKíПu²³EϦ£dmŒR&ªøvME€w¯stôå"©`KØãŽ'ñào–’ŠM@lÈùcCó¹¥²éÛz‰`ð$Gæ -Ρñj^#oGóÝÎq±+çzî¹™ÝÃ…>>ùø»}¼8Ä6Šô_èÎø0×’ä²Ù‹ò´ñß+å5'f&Ô¡¡e]͵Ü<ËÆ Ìw¡ä³!DÆîHÙà­ñÖÚõ‰ÖÚ-Ev]L^ìD|œªM¹7FøE;®Æ¥^NU -6dÕØ9!?y^ÈŽ[dDm S#·†ðÁÚª„=Ÿïõì”ǃ˜  %}}l¦%¨KP—†ë’6£>þÐŽ~÷ƒ¡òËo—óÒž‘OXb¶DEþv%9 à°€]9ÜÏ>^à=Ó÷tU˜ýñP `¡’±*&†¬ c6ÅÄÄ­R±ž”õ×2‡~1É*¶‰‘Á溄ǫ½ùn€>´aÁ«…6¨×‰†™¥ÉNô¤Ô¡¼À¹æ¸Ë™o÷\]2“DÔÈß&øñG©iIqÈ®°Ðç`±#F…©JÓ˜›ò_ÚÏ5Ó‹5Tf¾Ülä¹îI!Ÿöd˜èu6ÌØœÿn¼"ãñà}­cÔÔ…î<ç¹¶\ç¹öÏ5aaÀá6ãÛ ÿmQ ØðÓ"Ç…Ùõ5¥yª'dœèi!Øc_ƒŒÜ…ûÛÆŠÂ¾Î0QKýRLÄÅ<Ÿvl¢8T˜¸­AûR{Æë™–´ç»rjÚ™¹‚·;NÏÓTf>´ŽàÂ4Ôœ# &úï -ìj]=†½:º9FÏ9]¨n]•P“§»Šý—…ÄÈù®ï}9>íÂ,`OVV-Jh©Kb|è±Y@;žd!-"˜¯UŽ -ßU'èà‹izÁË‚ÒËùŠj  Iv•˜˜?W¯ú‚œu¢!¥:&0våUö5ÛaªªØÕµuÏöQ"çzn€ßÀý¿ºÑßWJ*Ïœú¶ÌçžÌÐP§sLÂå<}9[Ó¤o€{ÉøÉϴļÿZK›þ°””_,²˜zl꾜s4ç_.–×ü¾\/<åRNçH; W.çë:þwæMW†whH‰ÇLø¡²'E‡z6Ì&)ô´+ —¦2ê®¶2sÕ6$<ÒW†ÞÜê‚~ü -àÁŸsLì NL|œ][ÅÜãæ›²^ ü®*Bnï #CíúÆú•ñ:ʺ¼µ=ÊÏݳÓ×…ÅAkï B=ödЫ¬8qCR±Hê‹×GëÛ2^îÖ0)tSDm]ÑrÝê‚yìö!Ã$uˆØ‡Åj‹’·F -?šáÈÌDé[ÒßêRŸ[‡a;#°0‡ -—~9ͧ]Π؀öHÒ7€^(à).iº)å•M\às`籆Upjä`.ç*jÎ*ëÖ\ЪŒ^åçOµC\×…°/JèðÒ»ãø˜³)6Šú«YºÇF:¨_ÞŽ\¸9 -µk°Ñv-9Çaä VÅØÈc#)÷Û"—~l žY¨¯Sl,°WCOwFqàM ´Ð ÷\B>\LR þo«vø÷%á|†Vø—…Ëýs‘N:7­M†ÛÆpIæVðë¥Aä—ã)ödŽY|h"gŸÌR#t¾È/ûº"¨8Ÿe TÈú*ðx’ýk’ýÏjM×ùLuµ]_Å´)¨ 6Âk¡;ëE?Éû§~»Ÿ&ø~?¯€Ü/&K({ -zÊÆ)|[FŒÚ—!|è§]1Èc©#ê±±.è·‹i.~÷*gw€µ:@_é*p?…|ù3DÐW˜„9ÔWÓ’öz¶³Àó@Y^l••ú5Á:‚òQWÆÝ™kËs=TÖp•m »r|kýes¨ØOÉÛu¥ø =ÞP zc$ßÛDy“ÏŒWs‘ IûcØÐ}¥9?@ [éÃz­÷‚w$ŸcðF|⩹‚iSRS·%P‡º8îØÄ+ÞW’“,ýé.–¾ø·ã`¯=-ýÈXßt>Ù&¶«K°»Š¢ ß—™¸‹yfo‚”°.. -Ú%Æ.â—‡ˆÁû*fΑƒ²É‰Ñ§zö@AŒÛ“!üÞ{?Õé²7 -ò8Ö’Oõl‡¾¶bˆ}S_›ýis˜y¨ å|3ò.Œ¤lÀ7%Ìw¾Û’Òríôœ™6à=VfÜW•ƒ5ÕÙî[_hÐ-eãoꀸ-â€z«ª:™äá.ç8„S.q¬8þÛ—õ÷ZYÝ‹e•‹CÅšZ«]Ã¥\ZñØÌÁØF1aã¥ÑOTåa7mrØ—ß—øÀºPrú©1·e%IoÍ =¼®]ް æ²ôº>ÜçÄH+¼˜++]bçÚ`î‡ãtØ? åU߀ž;Ñb’­bH°M ÛÑq ë|È‚˜™0ÊϹʚ üf¦!þŸ…Ç;Ñâ.ÍÄÜ #.ÃÒ—ãz>Ç¥œ,V5/ ÇLve;ŸMÒQ€‡cÿµ^ÙùÇJyó™™èrꉑYøÇrY…]ËB­ô!¼çÛ²_̵¦=ÛSàb:B࿊ÿšåNt¸,‡ñû½«.NÜ}XnÎ~½5°ëÈù3ôûÛª Ôª/Ž›êExMÕ¶ü¾Ú(ýÛZÞšHÎrè9Ösq/óOõ”ŒËIêHÇ…Ù¬ ë(#e¶êl¨Í¢«=×”e¾Xj‡}¶_'Õ^å¤ãB¬£ô¤íQzòtkæ3• ø'}eÔ­Y€W6„¹®€'+Ü@vÄü ‡ø)Eúl‹2_gõ’ül¦+æ®¶1öéraÀ‘º’n+lP"÷œœƒ Ø®$%þ/Ÿ,åßèÇ}üeWRw1UÁwËé›RvêðØ=.ÌÚ_èvªÂÅÌ·Å¿0×F=°£#´¸²úqºt®ãÀLF|›¡!ÎÌÄ4»9Ý‘üp¶%öáչŠR»¶ŒhSGïŽø^è°Iߦ8èSv¢§:AœÐ{gfB®ÃDËÝQ¢„¤Ã bü™Qp1ÍÁ¨ q¶q|¤MÁÈ>1ÖVnŽ }7 \U‰ÎÅþOÇa±ÿ,•ð.§J¹ÀÚ‚–Ñv-äÐò±¶QtàZÒËaʧÛ#4¿‡{24àñꪖhæf„³¹鲫æ¡V„…®€Çs]ïK}±Ö“øòp“p1Å!}›«nÜ‘Ö%ذ˅Òòߗ˪ÏÌtð™—´#Éõ°ôÇ?:Pâ€çCNUWïë˨kfš]SÍÞS•Zvá™™…ÚUEì©Q¡{*R‚ÃÀ‚^ÝScSà"NŒ ˆCÇ€©‰I_ÍÄœßg(ÅÛ -x¾ èqZò×¥ª¶qBêÂ@¾û\g–ËJøÓ‰‰¾úŒØª`V$ìÔ…A^Ö–¢’b‘ó´-9þÓí¯¹Žœ÷6<ôT‹MþïzIÕ€Ï[êR´UÍ-8Ÿ­¬>2² =9}kå¿){™(y¬””þ³UÕ³9FÍ0´ >lÉ9Ð?–+jþo«´é¯y*òhìÿg⦅㺲4ÁŸvº{»ÔÕS£êR•(C‰’è@O4áÂ{“Þ{ï Go$ŠÞ€ð@é½Ï„wé½O€¬êÞý/vïcmÏÎLìF̱ˆÅc"S/óÝsï9ßù¾—ùÞé>»ö¸ô·zYåÎÈë;ÚÁíSâ5ÅpÛ×y—Xö¯ÛƒÏ n¾d×J'Æý5þ‰¦«ïZ¾Xxl¨ÿ¶ëþÆÔ`õïòk²G{k£ïònî@Xª\}Ù÷CXËE„Õ¤ßëg5¯¼%_u¿¢_ó@÷v~-nÞž•"Cj)ɯæõ»ß¢N:~é;¼ú†tigŽÛºò†|Õñ3þ̘÷¨šÓ—²ð‰ F5ûÎÚzGº˜á6oMJÖÞôA<ê„oªç‡ UÕAëÈíÏqz×ß J–_´ýèÆ”†U¼~Ïsä±­)âÕm€ÇÖG}§¶ß¢¯ Y$íÍèK¨%ܸîÎ}×kܹõ)f TKýóìÖÐ,²Äâaç]ßé¥_:¿ËèÄ̼cø~Â(fú(U ;B‹ôæ)Ô%ÿ ¼äX½r´þ{ûÏíßoÞ¾­àÀ­€ãygH7"J+&ªàpc:&ÑýªïúöT÷©ˆ–Üœv ÞŽš†F 7i„84âêÖdûÑ]'›˜0° !% îSpº–'-AÝèˆO5Ì ©„È’Ù¾=.õΡ¯Å ¬~PƒXQ-­Ý?G¸×@×µ H"*bÍæDïiëÊ?Úw‰¨ù¤œkè^Ô!æOŒ´ü^ýÐw*11j3bzP›Õ|ÄŽšÜVñP^Ã݇ö™[¬7#ðSðÊ£ÿ`}IëÜŽCËXèpßlÇŨŽÒ„rU5<èUÞñ¼&^\Ÿ¦ÕÆÍBvÜÌF§vÊÁcEML”WAksÒï׎ ^HM¨ -Ì¡Ksˆâ„U“µ3j †=“ÜÖ)zó‡µÁÇY'—½ö¶ïèÖ«¾ãö‡'×ß4]~ï¡ÓþuGú8·$àmÊñ7œoúÊ¢FžÐòKïµÕ·€»ôW§mä~0§Ì€RˆÜœåu€Ï«t½@ŸÜœç´n-{w%è°^B hį’[›"^Yy‹>åq¼òi}‚^±òšW˜“a’F)ÔaOI©¸|ys‚Rº=ÉoÙž´oN2«·&É×¶ÇQ§bJcHKkÚ™Á•¬¾„Uˆ+½(ºò÷+Ï:¾‹‚Ýœ`Õ@±Ñðú¡œIi©!(G_Yy?îz‚>ºöŽt:ºh} q:¥á£ ¤š”šÜœE\[}^÷ýöÛ®¼“Ès á_ Uøæe «+adö@ñžwòI3©ss -vp­ú„ãæó uøîú£.e擃j̵¤‰P·çfa -*¢&7ygQÅi¹9idn?Y@fa²:ò¯Ž¡[{–Ñ{I½Œ ¸\O-Àn(DØ¥7Ä‹ÛãðÓ¯{O€<9—SšÓºV\#ăZÙ±=G­L[$Ü0ôÌ»¾žg_¸ž·ý0-¾ò_€&?TðQžV³ó%õzL7<˜2$õ´Ž°[æyÕñãâpÙo½3§SzÖ%‘DŒBRÌ( g¯¹í -, /…1¥ïºO¬½í?Õ Èiçà˜QÌö˹]Ð÷ÁY³ˆW±º£ -r]h_±9Õ}néuûQè{Ž]›l(c“ˆ€^nöÍSÚVÇ`WV^÷žÌÛ¸”Œ“Ç\WQnž#Š–g8È€qp0l‘ -" G¢& /áJ{„"ŸQ̱Œ³ë5Oñ§fFáçBúá[Iûàp êe¥¤·­÷\ÎXYļ[$M;ïNûU"šçEïwËogSn韊ÖÖÒZÂZJ£_ImŒ<É@ßaxîL®/ð¾|iÊÌBfõ}gNŒ€úoÏ à FW€œ­ «‰ q ùa‰Ç.xØä°W¿:Þsrs[šqÈ“6>5ª¥·ÆÔÌžˆ’XQÑÚz)§àpAŽÕ8iùÒý¬÷èÖ,vqá_^Ó¯ý!¢@WÅ4øæð<¾&£gö¬BzÒÀÃUÔæ8tý–j€±1†88Èe¿[0qp)‡X¶»2ütwM|ssWÔ³ÑP/Ÿ†‰êp5ËÓðÓËÓ¨s>ÀÓS¦}£n¸âÅÍеMw_ÄC÷ó/®Á7†U@‡Ë)5>9¾,maâò+÷•w»¾ -kh=ïׄƒùeÀ·–˜GßTqú]ã´2Ÿ‚Òø—áï׉™Øð˜‘Ï- ø»âÑܲP¶3à;Jléê4îªOÅDgì#RÖÁ 3A%©igžÔÑS{3N&bäãô¿à.Í µüP1ï×Xôˆª÷\X‰«LX½i#™Ò1:³ ÷Þ[e²¼]&KšÅt {Ê=/‘Ç7&È×ü‹‚¾°bÎ)B} çÄ0ˆû¸Ÿ6ýiíMËW!¾Ò¯ Wô†¬EHßu ?*¸dÃI3Q3Û@ 4‡•ƒ4ïü ѯ#ƒ‹œö œTZ¤Õ<¯òÎÒªÒZ!os)ftìn¿JB©FE¾!lgžV»3O([z…:±9‰/,ÒÀûê–_ö]‹8\$W}Þ±9A*]y>ë~Ñû}xžR›±Ê skžZ³9MºPqû‚:À@ž­LR«ì/'Ýo°çNƒ^/€æÊ§Ú]Íí (ØmÞZ­w‘RíWÐê=c¸³Þz}Ò,¤dllŒûÉÏ7ßµ}çYƒŸ «H5> §–çØM–g„¢8nXÁè]yÝýýú›®£!ùÇk+[’:.«½“Ôs1 Þ«Amm‰™$¬°†/¸è}'­;a¤µÜ\JÞ50Õ°m¿Îûf™-×ÐݬƒKóÏ÷ŸÙšhýv{ªëèꛎ“~9ª: jMT'âDu xÊ(¤æW -)ÑW|ó¨âÕg}ÇLwjÿÅý´ë˜o–|#¨L/Hµ}g>yF«>ZdöÇ•ÄúÈ<îjè¼à¶¸+K¯áçc&~sž×ë|‚>•sЏ‡Tœ0ò)y; ™Ôb+½Ó­?¬¿m:œu Ü\UR[gï6òªè윅‡ßsMm¥Á–Ÿµ|£ªþíò[lUÔzçÍ6ˆ·€ž‹˜ÈIYEܤ]Ä5Eô×uÁ@Æ‚oÙšèú! xV~E<·1zƒZ+´Ž^%§sk‘ß õÅkÈx×Ó–ûãæ¯3.!7åâ‘¡-f¥tlÍÃ/líµ²°@“<ËX„ÜõqREPÍÁî­Ž¾Î¸y¼˜Ñ³5G(]›$]ÝY ÖÆmLì‡mþÀÞ‹å]@Ô&tl ÉPÅq ¶ôãâ'‚¹ÇĘåwB$ÈA«ôîõqL­o‘ÙЊpq›l`SÎnóŒã/®ÏQ«½»E©Œ©)õI¥ðžžð"£ `-.ªS¶ç€^¤7®aÏú¡ïÂäÄë1-»og†V¿þ1¦âõ%µ<$Ð=O[¾Y}Þ}<0;U£/ÜD$­ ¨#­I‹€˜²rÐ@C] È{.¦ôô®ð"«}s _’3ð)»+wfÃ&.måüÄÎ<¾6¢åãS–AYÆ90PPÛÔ£5‡T#•_€Üì +…D×KØ“Ä -¨°oŽÕž8ž4‰X®gÈ"å`㟦™—?]zÒWÖ¦Åþ¤ù[“È’¤–ƒH„¬•‹ßu ¸»KBñÎ"£ué¹4ññü»9‰+Açû5ôÞˆš…ÍÛPÃn†\”OMoÙ†¥íC·36<©%ÖÆÔ¨kë¯û‹|3Œö¤Q&I;†îlËAM4ppi‡à`ÿÕ¨¶¯8fÄV&L„z¯~i}–Ô•°ÿx×HÂÁÁæÜ#O’z>>0‹«vÿÒ|téIãÑ×äÿ|»ûó¿³>®>þaKr7fçSÁFÉ-‹G3N>3ç¤<®oÛbù¹å;Ëö/vf‰U9·+­ýju¢ÿzÊÊ€ï9¹”v:"¾HìwþÒUõ’qù0§þóÿ%©`“ZGÚLëˆiqåëãí‡ý ¨Ë1=àf.&nbÀÿíq=³Ó¯D]õÎõ^(Xéý ÔžR Ö¿èÙ†íbM`žR¿ë`£ã:tY`±ó˜OÞ}¢jØž‡ÏH,‰©…ÿ±b{u1¤bwyå Ì’ª@g\E˜ŽŸ»íL¢¯%ŒÔ¶¬ƒ‹Ø(ÀóúvX@+!y•Üö»ví¡X9XùÙæXÛÑð¾Ê;Mªò)y=k‹"¸gRÔ³>ÉëŽ*Ù}ÞÜ瓞#K¯a'Ág!BzyCN«Ù³›ýŠ›`ÝŸNøU·#z)}kYl~Ðô¹Žr#a‘3N êO,gµ ˆIʃ®+ÞšÂ\ZyÑ~茣%·Ä;4Æö,³!¢“ü³Œ†¸ŠÞZÀWn¼†¯½F^Þ(¸Ý ˜¸=N*sÿÒudåe÷ñ¨ -WScËÂJT…w¾÷êÖ ¡, äE CÒ­Yì5÷³†/ƒó¤ªà<³Ù7‰¿úÁÊ¥ì-<™´9ZMÄ$…M£·#–Ñ»³”·=O¨°>Ô94àîõÁôÕ•×ÍÇ]OÊÁzƒz2˜tÿäÕòPP}Z ˜av†f¨uÁÌUß,è$\i\-&Gµ£#Û“ÔÊ­1ÌYÓÆÏ÷š?ü¾<¡¡µÄÄ5P ºsüÞ¤^DMhÙÝ;Sð öG•¿·=¬øCTEëKÛG¥lRIXËì -*yؘa€x/#e ¶„çû/Ä´”æÈÁ¨OÈzn¾x};hàGÌÃÃaZ¤Ô…ÀüiÝÛSôºµ·ô²\„ÞœdÝXzÙòùæxÇ·ëo‘'7Æè•[ãÜöð<»7ªàÂ×'©åާ¨¢¨FÈ1Ûx×W´5Ž¿TÑšV&<ëðSÖ‘ûQã€`ðI »˜éÕ[@§¶fI×} -\EÖBíÛsñ¹7»l(i0 -Îᇻ`þb:.ÔÉöúãw/%A°PIëÎØ¥ƒY÷ÀHÆÅcf]C“61?aáâ3v5aæ Æ†øš…þS'Þ)âÕ­ LñÎ ¥#®åRÞ»$7ÿuÅI™Q7¶fÈõîWäË®”+ÃÍŸýzp³ÚŠÑŸsðd–ø¼ð£Õ;ôï¶d}^ÕÑ{ þÑ@çﺎ-¿…]rášWXè¨Y2±Óª"Zbeä@Á&áíÚżŒ…O؜ŗ.¿îùvõEûW¾·ý§“*L]ÁÁÁíºÅ‚]X˜¶s0aÀuCs}EáyÔ…ˆ{9¡¡7§ DÄsBÏîI“µ ¨Y›š00»Âjìõ†ÕT‰1aÍ Ç¿0D‹ªȤ Ì)™-1-³#iàÀÓf!9òÝü¸î‹ÎÉ¿7^ÿ/q=`<³/ªábƒ*v¯OÎnõMó»v&ÈåÎõÞcõO`‹c ŒÆЩ—š¶ ™ ð©#¢¡·ÆÍøú ªýtp¡ùÈÖDÇ‘8Ðió€8e¼ýا ¶ØŸ5}íyÙø½o¶¯$c¦ö=ÙjëuçæôÆ,½hµÁ°ŠÛoý¹ë;×Ï7¾Ji‰7rf62®¡önN!+Ü/Áœ½#^ñ)(!%¿s -_¶0Tõ»iAÙ?ú&)e)  -P·&€Æ™Ã^Íšùø¤‹))ëoX{Õð¥¶ïTÊÄF¥,·ÇC²°†‡ˆ, .Bûƒ¸2{BóÝ¥1%h%FÓÚ½>n@Îy^á‹e_9t~P!.f,¤–¼SÀ‰è„„yF}H%!ì zˆ½1…»byÐðó݆ߙï5|r¹=kJZEœ¬KÄKÛF“_á³2nbk’r=¤ f™8 ųS<R³ {¢Á²žÑ9dx×ÃenÏ!*mÚ¾Íèx‹d·Rfñ­¸O ª¨qƒL0J%9—Hòa]zä: °4¢aõì.‰D ÖSÛW­ +)MY; µëb“svj\KlZ{Ûû½osuoIr+¬¦¶y^w^zÑøíÆ;Øeà#èOiÚ4z/¦õ‚XŠ8„¼üúðs¯$躓wôúß™o!Ž'A®¦ ÔAJ˜hÈ)ÔÙ€šÑÕ³ú|ÓˆKÎÇ 6Ü»ö)ا-mÂ×$ Øò¨§93_°I…9›LÒ²:í/º¿ÑÝ©þÏš¡Ëÿèþ©ê».qÏ#ï.‰Ei+ ]¿œT1»’*J}HÞ{jó]×ñ·}'ürBiLÇhÝs 8{‘ kåâèú€î“þErUpó¬UÌÉXÅì¬Ä'жWÉ!°ÞáERu\Mªª¨­%³uesÍõ¢ûÜÎ8¦,c¡÷nÍtŸq¿lývêõ=Ïï (éÛ3ÌÆ¥'ˆKÑRUd†X±ú¬ý˜BpæÓÕç‡Óf!í Ç­#·‚: ukW¶:Ùq*¸€© Ì"‹ý³ˆ‹¾yäõiôuŸJL j¥ì¤EÊÏ:Elè7ŒK/z‹6ÆÐ¥>ÀcZÈQRãö<¶Ä¿HoÈY°Œ‘Ú\D_±ÿTó™ýQÝþ9ØÅ¸–ÚÒŠðÞnûú£ÊùœTb}ÐwØûWbÐô­FVõ…q´êÓàÜY3Ö°ÚÝozÙ®?WÁ˳|ƒ_ë›'7†¬®ˆR‚hoŽDu<”wUb{P÷Ç9îÙ_í¼é:Ý(ndÁÃZZ/ÐÕÛÓì¦Í1açÒ/ÄóÙþ“IâjÂH¨K™äÀž¬c@ -tÃPÌ"bl-pá«oÈÕ›ïp—¼³è|tΪ¯ÁWå<Òµ5Ù{bc²óØÖürÂ:r/n¾ÐrÐq£€ì• ;Ó̆„†Ž©i-;3ý'}óˆ³A%îz -ä^\Ãh(pׂ‹¸òqÄå„šÒ -ç ÉûÎ{Að.°›·gymSܦ՗ØSöû}_ÏòËÿi–Súéòã¶2FbCÎÊ„…T¤š­9Üe°~=1 ¶: ï;»ôªçûÍ1äÙø½)ôNÒ04Ô0«„+K/‘ç×^õ_J*U)-¹1xËÆô[_Ì¥˜ŠÝ·=ÎjÖßìÿÒ?‡)º—s1±y;“Q£*‚ -„‘Ñ5ñ±1ó­G¾E Ùñ{aå-âôöd‘ØšuÐÑY'7Ñú7¦®O#.&mBN@ËêݘBžñΠ.F‰õi¥ï×··,XÔM5¹ºï#ÈÃ!·ýË/ûNX¶[zÕu9®¼I+⯼ÔwYžÄTVï*¢zcí-æÊÚóŽï3?ÍT“²r‰»«ƒÒ6>gm²ÿäö<®:¢çPSVÆ¿»èW€¶Ç×l+`gväÈËy·H´‘(jd÷'L,\ÞÍ—dírJ‹oŠëñ å7sÑPÒ›}ÓØ‹ËOÛ[ïÖ}çxÞ]åz>¤£A¿A9ŸãŠU·z¿ øŒü’t8càÓzFglPž71‘{3gâ 2f6ܯ¦ÔTbœO>€õÄ¢8eë/É: 'ž³ñHyóÐpLÁh‹))õ %«3¥ £ó¤º•g ßèd'½ô æPTE¬ÍØxļc@–2²aëÓ½'Ϫ~œm?šÒá+òff_ÎÊÇGµœžt}È“0OX޼à19K¸æ—SªCjf{Ê,aÌJy¨°’zcéìh@N¬H›x¸´IH6ÞïúÂ0Šþqõ¯14Ã|•Ô¸9ÞtÔ;ÝuÞ¿(DnÏó::/¡¯O3oÀÎ9üœ‹Çʺ¸ÀËX!æzƒ(òOñ{—ßð:•­\¾œ‚8žŠÒœµ²±P}ÌXùäíIbIPN¼ž6qÑI=iuÿêÂÖ»žc@£”Å¿ºˆPŠq“Ì÷sþ•7ܶð«7,Ç”ên^úÝÆÛ¦#;S°¢ˆ–ÖÕKy;S¤òà³+¡æã*jå)òâ$·ìÏóâò/=¯I—Ö>-¾5‹¿f½ßüeLI¨Î˜i9;Vp0ѾYØ5ó½Æ/=Ï0çf1/é²’6F_Lƒ¯sZ[ÄA÷q„í:™± {XíKo‰W€ÆÃ‡˜kq-üZ`¡û‚æVÉg›S½gCjrKXGíÜKÐPý*üõ˜‘Úš40».íŠA2ÀJ| °‹)+‡XX}ê°4  ×äí|Æž›ÇLhMŽ{m߯=¾qÈó¤öÏAºâýŠôÞÞªìaDÃéÛž&×€ulÎ=I=£7 GVoNµßžF—Õ䦌C"Ë»†îÅïñ‚y ª  œ44Û{:m$·'¬TÌÆÅ$í|z¬iTÏ쫉M9‡¸¢¸à¡" -NJ—_I©]'•Ù=qœw=Ì8ìÀôyb™‘zÔuxÒÆ£:^÷Ž«˜»úNN#@í^ÆØ•Òã®'Œ¨«›3=?&@}ò+˜­>9½6¨¤ÖïyX¸Ýà°÷Öh¨ŒÒ¹5?»þ -~<*g´Æùðà¹&´€)³?nüB%)ûtíIÇ÷€?÷ì:Á¸ \ ;xè†j˜Y3µ%¦î>Q´ýZ„_ .ÒoD4BŒWÁz…Þ´1Ùý£z¨ôW+O»g ë⸠Åüœúµ5g±²V-®ÆW¯½­ûÆõ¬ò³Í7¸s‘9)&¢Dt"Bª©óÔ†¤Š‡M‡‡€VÂy§àgüsøÒà"·s×3òKÁ#»“q33{SVf_ÒB@_gµ,Dt‘\¿ýèºyRíHš0Ñ»rN!ïfã£:FGDÉéʘ€®Vª×ß´›ÔàêßÛ¥¢´NLßx‡8¿5Ñõ=tÛÚ;âåõqVuP!%¬L³nxÆðçýsä*ß4¡bÏÎ!þuIÀÛuria€'ÁZ}L%cg ƒÂ•ׄóJY矦8uŸ.y*càæìRIÒ" oÌãKÏ{‹âÐy õ6¦`§Wßõü°6ÖýãÖ$¼8c–$í ‹ˆTPj!ÉèØýyÏÉÍ·5r?¾þ)ÐC%@77&L+@WE ¿‚\RS“&­°$),Éî'v±yigŽx=a&.Æù¢ïǸ™‹ÿËšhðƒ‡ð’Öû¯¡p×Í$@ºssu~}špÍõð‚R—Ò²Ñ{6rË¿yè¨[¥ãR&D¹ûiÓŸ]Ï‘E=Öó)«¯Q§¤•Ÿ1Îþ“ó—¶ãI= ý~E$û°*$MÌ>èž9;¼ëâ³6«|ÿæïô—~•£¯XáóvׄR¿Sã~ÝþMÒÊãínÝÕ}Ø|Óã;4‚¢RŠÊ>Ý„~¿¤¢5Ä l8˜ß ÞYzSÎ! ïº9Àqo¤WV^\ûê æ«¿Ûšjý.8‡¿š×sy»/ofõg ŒÎ¬ _6¡¯%u¨’”…Ö±6/Þç¶…”·¤9‡ˆ¹·Ì§=„¦€¶ÿ¬å§¦Ïüïˆå9½”é~…½<#,ý}J ÕzClžÝ¼ j_ÎFlL›ñÕyLqPNoØ%M^WÊ—^]ÿóɵ‚îÇ׳z ß Bç×7ç©UËãø‹cäÒ÷6ò_aâ³6|s@Õrt}ªò÷çŠöƒ9Õ ð³€”22:¢JýêXÏ‘µ·‡ vÂ];ä*«:·|-ªäö$5¼þŒ`·‘|#¦£ÞÏl-ØÄ¼‚],Hº¿-'U„5\xÒÄÇA¼6p±>%¹úÝKd‘t>­Ö7ÝwråEÓçk¯º¿ÏÚÙ˜½É`Î#LÙŒô}«n2°ÓKC÷sK²[1À™¶åèbï<êBB/a¤Ì#7#@;.½Ã^Œ›$…ÉpHÕ_ª¼þëí±Þ£a üBD«‚æÛ3E­ÐýD>³=7,Ì9o¿MÝSvžØ¯û³óiÙ¯¼œµˆ……åá_\o1W§øµ¿Ù™fµ­*ú·ÕÁŸß»y,ÿ\ÿùÍñîc[ÓÈÓqPËÁZWßa‹W {L +òV±ä/±44\T‹*·>®ú£jøò¯ãz2bokèUÖ#à@çCÂsÄzÀn~Ø’>ØurÈ9«ÌG½û)òh@AoË^äyÚúõ$»è?o—ýak¬ý俭ѱÿÇCüÿ=€ÿ¯ìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿"øÄý±_>\AÔ#9ÈOºª?9\Zsž· Ù,듆OÃO”²8åD4‡H§!YÂCÅ॓ÇO9t¢‹¤:ò·=5²ˆx" ¼ØŠFR°ß: -v½¶ON*:tòã]ÂOŽ](:{ñøéóçO;UTtöÌ…CŠÎŸ<~æôÙ³çÏŸ¾xêì…CÔÿÇNŸ9~êäÅóçÏ]8áô¹Ch§¿½vñäÉ gÏiþäâ¡#ßêêü¤ý¿ù ÌÛhÞÊX\6¡ ÉSBûÛ‹eX0'ÿÝËGÚi4$‹9ôñÕCàåC§NûÌR)غøÐØO¸ÿý¬þóqæN:~þÜßž×ÿ·ÏÿöXÿ_÷ÿŸÜŸö<0ÿë(Š Q| J"[ü·??:÷Å -˜ -°OÕ''ʱ<"{ýFwÝ¡®†OzÁ{} ˜¿ý ž}œì³gÿ¶E‡ú:Yœ:yJøŸz4 Ó¿?^8t  èÂÇñž9½ñä'‡"ÞŇ.œ=uêü']5ÿkTËîMÄ”˜ZL )8f»_EïŽèÝY;¥#©ÇÖD¸ª˜ŽÚ3±ú“V!#¬aölÏãK‹äšà½!¡å¡Ò!9©Óbj>2¦åôBÍÀ ›înËyÝ[Ӵƕ׸Ší \ydP[$T$5Äš¨y)e£úÛ÷"†;?… ƒ¢À"¿ß?K«ñÍ`ŠC³PƒÌÕ¸œV—Tàƒ„¹ü†R»9ÎhŠëÙýúÚÎ<âÜæDω¨W—¶RÚc -Üõ„–Úš2s0i‹ˆ‘ÐÑÛc*J}DE©ÝGŸO*]{öŒ‰‹kØý ½–±‹Øqé•“Ê×'`Eþiܵð½!¥Qc*>"² &x'°¤rˆšþŒ¡Omu}»ñ²ñóàdÿÙ”ŠÙžÖqƒ´1 ?»ò´ãðæ«¾c›oûN¯¿iý.4‡,>4g´"JDIoŠªXI=—5Ky)«l0¤`R’WÎëóÏ1ûÒæÁA0TÂHëÊY¸D°2F.:®¡·FUäú¨šÕTÒoÄ´Ìö”‘Ú¶:ÙöÃætשŒ‘Üœ7ñ‰»v/gs’`M¶fðe;³¤Ú„AÂIš¥Ü€š\çW*"`Ž2v.%ëòâf>aGInr¿í9‘Ôñ±Q=ÔPš².¡0¿$»—qð(i;—²rðÓªãjBeÊ@¬KêI{Np<»€ž¶rÐI ·0aaùFTOmNÛÙ˜„‰Öž±ðH9›Tœ2qÁº°‘+2ó(~5±Ö«ÄUÆ ,xÚÆBí:Ì÷Ù½=pܼK*K;d!½€ä×p¨™ˆ¿„E* XKÚFf·^f­ƒÃi³˜¶ðˆ9'5êNXè=)+ ™s -Ùi𞨊ޒ4ð‰)ÛÈý”]ÄʹD‚¼G:”²³Ðq¡1i!´ÆŒøº°ŠPá•”w›ÏÙcËÚaiÊ5”ÆVl½Ã–øg)•)3˜K§T’t°1) µ5®Áצt”v¨ù8+¤¡·lÎâJ6ç‰åQ »>»Z`6§´ FŒfÂÈAFTøŠ°WPsû–'97¦¡Á¤ih(¨ù·?S#.¥õØŠ”S×Q›‚jZKHÃÅÍ2aTÃGz§ð%ë/û¾÷N ΆÅ)%¥>«á£b:VïäÀõ_Yõýr0ðPÁExñÆ»š?z§›¿Mê 5‘6ŠHI³ˆ’4‰i)0¦´ILO™„ÄÔDSKªÍZ˜} –³‹yXš²H8 † »'´ÈnKé¹ð$ˆ¿À<¦d}¬ù°í—¦¯MŸÆÅ¤¸RFÌ‘®ïŒõý¸ò¤á[¯;~H*pe ±&¬¡Ü˜½YöÏÚÑÚ?'9ȬEÌ -È=Ϫ~·þ¦áË”W–ÒàËÓkÒ1#iæããPÓ‹ u„»nÙ­¬OM˜$ ôœkèNÎ%I™A>ëíQ%£%¡`´f¬ž¬™Þ•³Ò»²&Zk\ÉîÊÄ̔ܒPjr &6kP2!5c•p3ö¡Ñ„IÌ iøˆ¨VBJš¤œ´S,H¹øô„M@Í€8‡r!agÀ\“½Ç—'`§snÙƒÌòàƒŒ["Íyd·¡&CY‡X1³`¥)aÀ–åì¸úœ“Ð1Á®uˆkPSº¤…OH̉éim)+¥%ç ·åìÔŽ˜_éG\Œk¹Ø¼åγ‚ãΛ”‹éHõ>öª_ƒ-Mø¸]ÏðÏ w…—5 È8îŒ%í7‡-|RÌDjˆHõ‘ƒšN8¸0‡¸¬]6”¶Ê$i«ˆ‘w²0]ã²rN)må“2FzWR 5rç"cÙ@Ü,bAÍϲÙ­„•‰Ü‘÷ßžïüaGÞ}4¬%ָƺ‹G1?þjŠÓx8kûIåŸÇ–B͹WžôŽÈÉ59»™u‹x)•¶òˆ`í»Dwi ½3M.Ý™£V†t\¸ßÈè­ýló©2k² -Ö¡¡ˆ‘Ö½1ÞúÍöDÇwa5§à#!e— DŒ|Âö ÌÀ#£'o¦w§tø*ÿâüúxÿQß©:bÓ6ç(ÕË/Ƕߒ¯†gx1íFBM¬Ž,â¯oO¡Îiï6ÿ~cw%ªå£ƒF»w¶ÿŒo²ûL\…©ËÚé°¤žÞ–¹ˆ=jÖ:r'cH%´„Ó—2RZóPÍPw¨ ¡!®ç SF?¬ ó‚î¤V„KiÙ=Þ™þ“ŽŸËþÙ|§ò7ÖÛ_E§%ø œ×³3I)õ“®ljW’ -b•wªó¨ãIÝçK¯»Ô?jýÒõ¤ï|Z/ Åö{g1%ozÎçeY#±>k@_K›ˆP#†¨o –ÐçÀ@Á!íº…ü”™Ö‘y“¶‹¹(V\Ò¸‰ÝŸ2pೈùÁ" ïÙ(m»\]ÎŽ® -ÎužŒË™ÝYãðPHM¨ - Šóv>mÏ-ýuU:šs —0IØqÀâ&!aSà1åØï‘ e—ne=ÃY§ˆ“rò([ -B•Ô#wrË·Áv³°:ø0¿,»›sß¹GO›hm5¢8iD”ÄÈkM÷é€V 5öˆ€5HYxø¤‰Ë:h½i+¾6k%Œ†_Øœêø.ª¤÷ä­·ŸgíÃwbF6¬eöDu´Î„™ O¸ÈœK"M;y´ÀåÂò諜ûÖ›„mp(já“S6bCÖFjλ˜èŒ“‰OXpµ> ±Ö¯f÷o-¬° þeY(øë‹œ0Ó;ã,o¥uïZq5)€Ÿa=ÖŸuŽ>NÚ%"Póà!-±!n¢öÄÍä¶°|c{^lÜðÍÆ |EÎþpÑ7ͨ_CŸ Ìá¯å̌Җ³2úÒ&fOÖ*ág¬ƒ²”YÊNE”˜†ÝÒð`™ñdžo*IÕª»-ŸæX)àYZvXOn +1åi=µ«`šò‰¹Q#«oð˜­i╈›à<³1®dµ%ÔÔ†”j˜LnJ𨍤MÂ]Ç;~îùjsŒxuåùêι4ºHo -ίû§ñ%Á9RyLMoI]î1XÑö;2ÈÏáaPÇE)£/¬Á\Mš(Íi3­àu_Î0Ã,¢¦@\$ 2î.Èõ=7b+ÂjdqT‹/ëÉ )€íQ³3¤ätú匦Àä%¥&0‡ºäï=˜DŸK*Y[ˆ¢Íw¸óÁYZÕÖõzx’]¿öªã;ÝÝÒvýÒ𧸊ٙ5ˆYY‹„»¹H®Ž¨ù¨]ûÐÝ_}Þú…wW²:)$ýãò}RÅ®Q&ÌÌÈYH@´„ÔøJŸ -=¨¡Ìã ÿÜ#¢av@ØRp²±p윛MÈØÙØ”ÔT0×ãý7)ËÐ0˜;\ÚÌF¦ì”¶÷Ë|vÁÃDç\Ô¯[æ¥7¼w ß{¿"½_¦ô$ ½gÂÊÞ¢pX-îzÆBïÌX9˜œCÈÌ9¤¢¤uøVêc#äáÛiÀ b N#FJcØHmNØYȬ›GͺLˆw$²á”MHÏ:$‚Ý%‰ôýŠdhwIÀ), x97ÈY;ÐE –³Öá›YÛÍGY×½™¼{ð^aY$Ì-ñi0§ ÿÚÒ±`¹—9´>®§·\ºôLMÂDm iˆ•I«„ѳá! ¥>cÐr®‘Ÿóž¡‡PÓ˜ÝUñ`n‰MNº©ÝÙ'½$àÇm@9FÎ9ï¼}¿&{87b€x:ÐaîÁû÷ÀhÄA«K(š®`eoÊÀ茪qea5¡"f ݈[h= €iÇÍ'×í±˜E éx€|pÈFþº$–E ¤fë˦φ›w!½š0€ú5È2°û³JkDÝic²åÛé¶Ã›»×å¤õþòÊk䙨’Öôc[BÃé /òº?ªð¼ë;ºòªó뼃t:£Ñ4JÚ5ûðÕq=¦<¢é;»ö¶ùÏëoá'b*."iз§ð—£jz{D0̯wy~õ5ì˜ùQû÷ñgÿN!lù.¾ D„æ©uá9lIx]Y$V†‰9ôÅ„†XQc+c:rSÆÆ'‡ÕäZß<êR`Ö[Ra®zç€_D«ªý“áNõçïLô®“‰J€R‘ªü‹„ëa±"¼ˆ/]Ÿ†Ÿ¶¾èüak_™|. -5²ÕP›Ã -|ùöTÏ«¯Z¿Ìà®lŒ£Î>$žÿÄù ¯ø=àÂ+‰ €á<ø,jKÊÄFÌî‡p5 ´,¨ó¨¨1‹€R‘j#JBy`upÏ4àì)3éFÖ.âçVy¬´uh4m¾™ñ™¶³P ±. xÍêDçw¾9j}Þ)»™pÐQV°Òú@ý‡eÍ€«‰u1±6e#·æÜ DàdÖ~ëiÒ2z/ašÐ"fFAMò«IÕ!=¥!r%¨ÃU1böVIJ$ÀW(ö–Å·€¸?8[Þ#›4eåãFÀ/lbNð¤´{ôyh˜ÝU¡ðÆäÖÞªx(ë`À¢\Ô)Ö7o“’&Fgp”,Ð1°Æq0ïIÀ)ãZkÊ5rgvG ÔæœSÀκÅâ¬["É-‹%€ GH Žr‰,»,ÿO:uÞ|‘v ‚ãIoå=7ó öíf諌j K¼É·€.Iy˜ŒU ´2½#¡§Ø†j+ ô˜4çþ p;Y蛨AHÞŸ›Ô3ûbF§ŒKÍ¥¦,÷¡Fl)°žP݈ Õ!.¯ßøbéyíï½óÈK~ «sCÁëT=ìúÚü ëH\Ã틨¨a­Á;C«„‰¹^À~ðN¯ïºD‚m9¥Ú+§Õ½D^Ÿê;å“wõ/vüVõæzŠâ*(†DTàYŽ_`ÇÓºn -Œ/n¤´,¿mþÂþsÓgæÛM¿5´üÁÿšøµÙò¨ñ«­·ý§wÍ,DÖÀìN‚qîLõŸØ|×~xc¬íPJ!ürJURÏEål\BÖÊFFAØž†ŸÚœì:b}\÷ÇW§?8)Y GR@ÃCMýÂjZCXI©õÍa/ù師 =µ%cföÆ †)õi³˜‘гz¶¦`'­ê~·3Ž(òMbλ÷ŸH¨ØÈ]‡ˆŸ€8“އÎ$¬¼I&ÉZ„´°Ž\1 tiÞ. ï.IGüz×xoL x }ðVÄEÊ j²ÿ|T«Í®1°i÷ð£”}èÀnv`3È5d -Ò0Ð2¤Æ¬“K‰Ù¨= f)€–ØsKdPcv€G=@P ËtÔûur÷{€ÿy»T’s ÝÎ:†ï'€`­;#zjsÔDïðž¹:Ó{4 °¤àfónè |ÒBíHZi]i§D³ò©@ sÎÁ[i»ˆ•±±1Yàó>à47ieÁ +=¢§´T亄y@–·ŽÄ4¬¾ˆÌ¨ë×C¤+£&f„!­-¨¢Ô„¿ -Ì«bJV_ÆÎ§DÌ\Ô–šZo{Ö{xs w%mááürÌÕØ"µ1*"üs‚žµ1~ãÖ”ò‚òñ|ìTÿÉÐ¥«ã]G"JLYR4 •Þó7 ŸyV“ê6çP¼S¤ªŒnHQðaa%£Ù;C(ΓëB³¤ª´ŠÖ”V³:·ÆûO›ï×þËæ[ÄY=I©: xL`wÅ?Ó_–Ã@mCǧóÍË2&!ð`$ˆëî´Q@+°¥¡…îc uÿÙœ[‘5bÊ2 Þì@£îRPjc*NOÚÄ#föœ\RÖNí ªz‹"*šÖñ)iƒ˜‘Ô ð)½›ÔÎdåÿ²$–¼÷ˆ7æÓü:rÃÚ4®8®R²®Ñ_’f.¤€ê -­=a䑲+AÚ#–€Ø$g\baÊy`µX˜´›bºîS1¬8fÆ×&ì”ö<ÀÜÂàž¡ŸòްÝ|ZpÞ~]ðp(ùebkÁÍü€ÖÖ–sʆ s–йIè\^Î%ä„~TÔ) µsàuÞÅ£&Í̾ˆžTš%hâa¶µ Ž¿rÜ›È:Gä\l|ÚÁèϺð ôè`c“6Ú«K„iÇýù4Ðç€ ð -ÐáÝ1=­9n`ÃÒæ_) ¨PW£f­£>ê]+ø&Ôàš¶ È9÷Ð}à³(êL:æ¸õ4ç¾ùjöº ø_ÎÃÄd :¹,–B5.aR’€£BÍU×Î/ƒ}–„üœKÄKYD4¨Q¸åMÿ¹É›Õ¿-؇îzîLeÝÃbvzßÎ<éúú$¯Å¿8ÈË8îÏåÏJYÄì¸ñþÛ°á™9l½û&f࢒V!5í”J3®Á¸NDHe‚¤qX–2IA}9®Æ—ï(ñ¥ÞyJUÚ em|j@Ž¿“³;“Ú[£áEÙ¿(„mËÙM>K›ïú‹|3ØÒŒALÜ£,£Xk• - f§IPÿ¶fúNnLÀN(uY£”Ÿ1Ķ«øð´VBMªy0è¼RT¹ºþ¶áO¾©ž£áy|iRÍGnN"Ïm½ë?“1 -H ƒSã+¶'š¾ZyZ÷ûðèjf[Ö$$%t Ö(y°,ÐQ%újXÞq$¶Ðþ}LÑs:©…ô—Úp}ªÿÔÖ²$g–ò6ÙÐÖü´ƒKÛýq=£+ïsbbÂý@Ç%5|lÆ:r?¤ Ölõ|˜†+) I-½=©cöæ—ñÉI•A  ó!ehP_zÂP>œëQÑ1Ú¡¦è;Q K³ƒ²ÖÛÏÒÖÓiÇðìkðNh‚0Ðè1#u?ø(HE´”a€Ÿš!ïæ3ÒNzÚAëÎ{Èœ‡ÏÞ[|ðT¸ ÐbÓ€/ ÝÝóHsN>-cÒ €/í-Éîd샣Iˆ÷^2JÙi3Ö¹; -ü|Pš¶KÅpœ4Ø/jÓã¦AÂ6úpcß¿5O«IšÙ¨]·âðÚx4çáÑã6ÀC¬’¸å'epìàdi»™wñ{WsHS6© lÀ7ú/fŒBvÎvûYÖ*“…µÌŽˆpm ÁV.®°<ôsÔǼKÄO^Lšî½LÛSv / -8k¬Iviøñt®mI$Ž‚y -i9ýsË’FzWÌaÞyóYÁuç]Î5xâQ æ_¤7äíƒaŸ¾-çöGt7o‡õ?MùuåaóƒÉ„]$ê(M[rb…O-áx#7—¦Y@ïˆÓ6!+05iúIÃ…%#ÃAµŒPò{³)?ksA]'¥­"&ðiâ©2²Àh‰ê%[¬úȈk07³”ŸsbŽ“†y¿kþ&ð’tÖím]i»Ÿ™w:i;SHÚ¦m¸IÃÌœ8ff¶%YÌÌd¦ØŽ™™Y̲ 2ƒd1ÒÎ{Îç8k÷ü¡«×åØÒÞ{=Ï}ÿîêdQ˜GCË[íF?÷Í–°AïqB3¤—ý:1ožƒ\@>ÙA=Û#G[Û\TyÈi®lôš»c¡‚*Fµ7ýÒJ{ú¯>9­ÀrŒµ3ãâvöm×$*üŒù‘†ƒõ‚ûÜ̼·Ö‘wg†šfí*¼µ?„ ;PñhŸ ü¾üÖ yœ–¾1{°?ƒY”¾5FŠ?Ðó(¿5À=4ó¨€Ï±›“…¬¹×S´§–Ï6·ÁïluÐâ}s•ÕÇàŽ´böZHñ*˜yúæÄ ƺ÷¿x&Ð1%§h­óÔ5ÃC¹%"?”3@­úµ,¸GMÍZ™È¿·;‹‹ ê*œêÒr‡’‹ èjÚP†lXG™ß«b#=óR¦{®®Á£:6*hb‚fîh™Mÿ}ËûcÃö‰û }Z©¼DA½˜{d)®†´ØorÆþ¾,­ ™X—±m@)axe"¢O)á@µu¼R|«¤Â÷gM–VÚå|´G/l˸Xså­GVÌ:0 ˜6Á§eäï+È)A w°Ì"L"¡ÏPÙbS2 Z>è®ÔoY ò íÖ°á€-!çWŠè¶inQ@+ %•}qéÑ‚¤ôx…Ç=Z•‚üOtk(à^*êÝêò*—ZLšŠË–J–+û‚€• ÿ9ýÑ2ðg³³>ŽŒ®ÃÞü7à\À\3è1”Õû eµ¡ûŒ÷‘I,üdæÑ¡9-MKîùøÛ=ÅÇÉMY}‡uº„±%`]€#ë‘zÝ«åQ*ÂÐZxÕ«eÀ<:F[Ç‚{¡ui Ÿì×”WÛæ¤ôõqj쑹¤òxY\~´ÂeùM¼G% º•Ü"û-Í­à"·å4˜ª6ûòÎ5ÿÓ"È?Æ’rÀÙeµ€ìš'',u¥_ÞŸÁÅoL¡¢†Xá'ƒsÕ5>]q±[ËF9•,˜SÉÌݦ%¯  žìŒ#´]°G£ìè“;ý¸Äc³ªezÔ©GCJÛžÈ{ ­óõrkòyŸŒšmŸ#'oö ž湘šGrËÉ)n‡mˆ'+É—6ºrïšïZ¨¯OZêQŸŒUÝ€ñ9# çÍ)£¦íÏßy•¸x¯ŽVhjͼ|¨¡þ¾*Ì 4OêÓ1 -w¦Po·ÇPoü*.Á¦!ÁÕig·:y¯ªyÚ§9@Æ,€Jˆ—sd©ê -TÍ•]¡…Ò:ÈK@®†»”ð×^5!ѧàã¼óbJ@U˜­¬ñhY\álïÖ‰9ÀV>ð_·ŽGY§Ä/vQ^(ËË 5—ÈzÀn ‡p±ÍŠ@èùĦ¢Ã×—:T¦MÉFÚä”dŽC=*þ$úô\ƒWÍÅéÛòníÏ€¾1V¶O9ƒœ²pA–`a½zJNÐ\\±5+À­±3@T‚lò1d)® -ZŠ+—Å% GDG¡À6‹Kæ‡]õΖ”»ŒÍ{ÀO½ú²šKYKh¡² â·ßW踠ž–¿Ô]øt¹“èÐÖônÈÊxk3Å›ªXt¸XÞzhˆ2ZþÎ>ʯ¡f;g‰±^--ÿpo°Öxæàë5o¹|gšž<üÃñЏô`…C÷ŠÚŸ ÜJ!Á øÌ©a¬Ž#žè?æ\²MPóŽ‹kœJÉ©ÓþÔ;5È=ó„OÉÂ1‹ãF˜/áÙeøî,%Þ© g‚Ì’ë’3s< -Ü%`ÔíEOz(ï¾ZëDÄ@sè^-”—({rlÄöxÑóåöì[Ž b–OõjxÇ0#áH^*²M1 –{‹îûd [)˜°€’žïš!Ç˲®ˆsnýÏLqÊã£é‡}55Ó­aµBæ‘Q" àïögrîîÏŸn÷gþv¤Ä'†©E»rt˜W)d…@?ûT\4ðDP˧ؔ„Ä!Ô+š¹7Gˆµ˜é‘KYîy)Ý9ɹ§Ø…®9.\ÖYpŸžzíÛýq/`¨í·É„”å^ükx&!£p¸šãpƒ[ ½uÏóñ>½çTÉN•˜éVñ°GÐZ„°0àêå±¢Èăï½Ó<ò±¹´Þ«a¡ƒFÁíùs߇2 XK}ذNØ eMÚÕ#Kõ€×ðaÈ¥­jv¨Å WW/JÊŸ´Œç<-Å+çùÔ|BÐD-84sé!¼ ÎæŠV/xÿ9.b}÷Æ6ÉÎ<Ò—x5Ôœ€ž?^(k -%bÈpÛ -zÖŽ‚–¹9CŠ_Å…í+8èÅaü[Z ,Tt«¶KKÜÅ¥eÂís”¤å^Ô“Ýqn¤™sI•GWVXJ Òò Y$:\à1€N­cœôÕQFÒY$/aä®àbEghIZ€öï?0 ¸AÈúºÚÞ]9©`sé7T´ùL*·þÃølIÀŒKr«H©A= ¼ç×ïY‹½æâ*¿¹²=¸PÖè321àúð“@úûŠ@: qŽ-å­À“+ƒÀ+]j6£e.dXxìOV!äg"h­Õ· -sÈ…x§ŠÝ™''/ܱàÞzæ™9 Ž0ÜJ ÛòŒx´OÉÇîÏR“wÇI€y÷§© ^àÃèëݨÎYV¶KÁÈÚŸ¡§¸æYyöV¦uøÎ1IOýÃÈgý±Äã@ r=¤“ -Av)v̱ -m3ô4Ç-Õ>†{,êšedú•ê'ˆÝ×o!_,¶æ\^o˼h„?ôÏÖÖ ÐÞÀެCm‰äPW,vÏQÓÝsм3!É«€¿:Òã’w&³ï‚Ìô4¨+ýàW ½JÉ£<Æçx™Mþ´LÃ[˜$h®* .ûÕº|ª†aŸ¶¶Ó¥`÷G ï[{`w,¤WºFÌ›€QZæÔði› Æœó{<Êúþ€¾¤Ì£c!÷æ¯Ü -l¸GNŒ é98Ž–ëRnS—•{”´6k›¦§Ú€ž­eß]ü˜vó“^À=\íuðjk:Ýúš.Äg†Ê&^"Ù›¤&láÞ LìïRIØNmyµG_ÑêµÃ2ÏÈBût´¼cÀAG ô"Ÿm›M»æWR²L%Õ^èÙ¨+*F(×pÈÇ‹,üÑåS¢¢¶†2~ÛŸ&ă±¡øtŒÜ_p±¼ÍXmä9¯YÄwhÙè¥Ìs Ëœð÷^Å*!-° µÊ§ƒŒD>2²q×öæÎhXX¡n"°,ýà6qI=´ÿªxVi]À q'à10¶^­áÓW4ÚÔáÖ<5ùh±´áz-•Ô€WàϽwÄô€–Rp`.oµ©Ä¬]™”ëÓ×- ¯¯ˆ+,\FÐÄ¥y ,¬]‰‰šùüರxK…;Z.k=^¯š -—4L|ˆ )‡†â2à±Í‡iéÁ‚´šo>ZæsƒÊ­Ã%.Á†,JhI -.IÊÜ*.ʧ±<ÔÚƒæÓÒaÛÓè÷¶9r¢Ú÷¤äã·Çé‰ÎY.ÐkP“ÀoŽä¬=6ak,醵;þ—Ížìk^ˆ;äŒ,7¤c*1Ê)^- Ío›èè~ 8ÔC‰Ú3KIò+%ÌIVöÎ 5Ú¶9”uc{8÷‘wŽ–ÿÉ,)öÊÈÉ^99É-Ì/ã ÝS©×mC±g÷GòîøAŽ˜È€†’é““Ó}Jf‘w¶²Ø;WÌp*‰)˽ñì“0ÐÄŒC#wi¤Š‘ëRrñ ¶Ú%•!3%ϧE…{ÕèÈ€†–{`²$e!P³ “ŠÝ2.|Œ™ážâ#]Óœ‚€Ž˜2“sÝjFG+áBÚžÁ9'@{ä%À· ᜿ž ØXhýÕ«bÁÜ2JJ@Ã'B,^âÕ’=ÀßüzR†GGÉ@kÓ¦ê^‡¶¬Â¥­lti>Nô•Í SŽtltHK/tË©™PoC±$`,«¯,üYO—„âc3ÒÓý:lܱ…œÿi’ï×a÷•¸—RÈ™Ä@K¡ù>híK h¨ù>9#¨gcA^ÈÚƒ¿ò…bïBiƒÓÀ#Ù B¶ø€o‘Ïs0±A5?`d"‚& ÷ƲºE\êÕ1á>--/ #g¸„Äí颗[³¸Hß‚¤Ò¿Ä¡Àï>LùLMÀ‰ý€­*C‹%u‡‹݇ V¡¹¼ E$ñ™™¨ãeQ1xT0¥ŸVÊZ¡ùŒãe>çÓ -‡ê–±<„}j%Åo–Ù l¢×Ä ò†A r¿´&´(,q˜ÞLÆê\æí£åòŽÃ•²6ÀrÕÇÀ«>-WÖY‹Ï --еX$eО¯’ëP‚|whtÈ¥ÅÅoO#^xÕô"èZweÔÌ¥^ôC׌÷ ôàŽšçUÁ^Ù§3n¬ Ä\²¾öΓ²‚:Î:~KJé¥"ðÛeôŒÝY|”}ùÚ¥$%†Œ@ó-"©MKL_‚ÝóÉJE>ÀÄ^5¿;{bi?µÑŸqÛ¯ ä¸$Ûì‘{õþÚ£gäÓ÷†S.Û†Óøç ™:.ѧ¦dØÆ ¡=^7ó˜HÛ ¹5@Jô(ÀxÃ#üJöʸZ&Ò-§å@k’5Ʃơbv¦~Z¤ý¾H…²°ðŸÙä ™œçR£c\ -R²_ÍÃ:¦¹0×$¿È9CIöëïM$À&\rÚ÷°$îÈ(Éöi: ®íôiÅ\Û>Ú>FHixÔ#éUS²ì3°ç{“BàšZ1Ï«âãzƧ!çø ”<¿Vøi‰Çú´$*q‚ÌâÖHÅ@+?I¥Ðœö1x™EÒ#x ÿêpÀcEGK\Ö¡µ¼'`)m„æg‚?V¸ìß—Y¤ß—™·þfo6ãúÞlþCðüSmr\¢CÆÁµÕ­‡¦Ê–½X蔳ò÷å\äî,=kwñέñ÷4ÎÈ–cu—ð]hUTé1Á# ÷ðë9ÀD” ”SÍ\Š[MM÷騏ÃEQé'+_Z¢¡=&Rfp‘Žö/‘rA VÍ r¿¥AåÚZ*®=Z­ø}½bôÈ*ª Zx,Ÿ‰Cþÿ~à¡ýÂIÅWKšýRvÀHƒXˆ Ë3ÖF‘/íóÄx–XŸÃ†{¡}K=¡¥ÊþÀ¢¸4`á2}fz‘ׄËrHÈ£åÒæà‚XÏxG[p‘ÏßÉ~¹d©2?Ðá€I,}Õ¥ôFåá"Ÿs`qÁ=¡@ŽB Ì¢ßÁ¸€_0p‰P€÷9ZH>Y¥uA‹@àPa¢ö&Šžæç… b¨¿T·‚˜êS0±AuqÍ‘¾âã±QZ -r3b}°è‘}†’ íOùíU¬¯s=!°)`?fÁ>È»2Løî1Ú#¯mvÌIYÎlŒ–êž$¥ú” ¦@.ؙ¼qN£^YŸ@-xT<”G&4%ÕA}IEð´/Û z#(ÃÆZHyc­Q׆x‘·C -!÷È,ätl¬WÇBí]sÍÓ²ðlLâbhÎÆÜ_ôðèÉÿZY´“àaÞ{þ\C&¦ø4¸øŽQäT“r:y/Îv3Þœ÷ÌséŸV„¬¥ÀÏY6eSSs'P/lJÎaµ%cäU%¥ªÚ®#}i•KALÚ™@<ÙιnŸF<÷ëÔiNÞÞ;3ãÓbIã±…€p¿ž ÷@ó½i±KÇ!Úe´lå«M"~bK£ähb‚C‹ €š9^a­|¡ÔŠG_öáp¹¢÷h…/pk)Y>åӳɇ êÿ±²Ù€)‘Kc¹×WǸ°}ðÜ÷å"à#%%.eY¹Sñ¡Ã­þÐ |¦l_+ ¬É9…k³ô䀹ºßØÈ½ ûÌÂR¯¡¤Öo*© -.”Cú_4‘2ì2|´WÇe­”µû™D—™æÒ’œj\¬×‚Oñ/@ûÃj&ŽÖÊ{—ŠkAݯ•õ¬ò%àÚ= û» 9Q0^AãV"ÃB*è.íÀH/:2³É,sØÿÇÊ|Zäq¡šu©HIÛ³EÏüZF!´†ò;`r}¦Ò†ÐRY{h©¢Û®ÛoæÑ=.!° –€Zæ¹ÔÁ!tà÷íj.Æ©áb€þð?Oñ,ä9ìÈX\~d.®<²ˆ‹?YøÜ3í ÷k«>,•6®ˆ€? -¸>ð3àC”# Íq{Ô\ð\ÜÑBiãáBeס±¤êH_RÔŠ8Ð<(´ɯ¥Â|jr–[Fˆ ªŠ%uMÛ¾\Âp¨$,ûåUqq‡à™ÍlŠCCGY‡€÷ S2?é*›B:Á6MˆÞ›!%€,ØšC„4ñh‘…;^ ü½~W!aïÌ Î…‚ q`$ç¸å¨0Û4òåRWÊùÍöü'Gj‰äÀÄgÛAotbÁ¡¹¼åhâ‘¡¢)¤q¼à:Ý*J&È#Ô€|ïýÑ­­í9°ˆD ;ã® )«Ó.jj³o´<¶×é7ëÑ Yv%ëÖq°{*Zöž–ßÑ2ó·f¨ÉÇàÙƒ<Ò³1A~´È¥Aõ¿3EŠÞš&Ç<’ä’12L@ߌ’Àð9^%Ô•T@kkseGh±¬ äF!ðvvèÍÚ.v¹þèÈ,-,° Ÿ¬lÚÑ2‹ò;´6½Âã@ëÐ>#Ÿ 2|ÕE,Y´z8´\=„ÎŒôÉÙ6)Ý ÆÉc ¶gé™~uU£WW7ì1T4B9Ø­“ð½àº| B‘äà Y -rVI‰ÇPÝë3×ÏyM¥Õ¾‘Ðgá³F:Ì6x\ÇÆŸÊ©9S¬L—¦²1`ª‚æÞŽV+‡VJ¬Åƒ ,ÂïË’ê `C±¤ÚihTø—«†=æ’º-¿§æa‚&&òxœwl¦"vgpáŸ@&ú/è«?,\ú‘‰ðh¨Y ;Ûãè·{“˜wFìhÏã… ‚¼â3}TúÌÒJ—AÀt/8‚æÆ¡}/‹" 4Ÿ,ëS én9æQsŠ<:Åoä‘@6Cµ ðÔ<èü…_.¦¹e„SNlËÁA{þ!<ÊÒ '™Á>ëhE(9¶Š+‚‹B¡dc¯–]äYãX'bƒ±ªð,Ðs o‡¦â -/пõQìKk/üîÖ0ü1àçü€FÄt(8¸)Z²s¾¢Ø9WÌòª8 _2à6ÖÆ ¸æ©éJ1ïÓ‚¤x©/çáî5׫‘ -ŒbÁèÑO‹\ÖÑ"õßU&É­aä¯1msÜhý=¨aø”DÏñ)>`k%Ý/§eŽ>4ó>5#Zg -Àõ)ä}YuÈXÖp¸ ­:^ä0œ*l ´Gpª/^ -<†O÷hAÞ†Î'ÌQÓ¶Ñ/¶G1o|šG‰‚Ö!L5ý~}e ´_Ë®¤eúã‚çä7pÉÐú6cØŸV[Zæ71ÐÜçî 5Ý®-h gº5¸§ŽœêÄÜCci5àÚÊ´ÇiQR~ÆóØÊ?ç’œ -f®¡«è4'ÿ¿ {†9 ·Ð -ƒf  æ>Yâÿ®s8¬²™F&öÀÄ¡¯HjV%ŽV¥õËÒ:P#%ÇÖâ†OkÒÆƒÄ·À£ïÍS’€—Leõ.ƒáÔ•”-•½@« :LîÓ‹9!“´ää.¯¡¸Üm*oðëÆ½¦ÚÑ€¥¸Î 2,ÔÁEmy,çöÖ„¿¯èÔ;õM*‡±¸pÕð~å‡V ¹€Ë-Bt~Åg’–9´-*Ÿ©¢ÕøS”å½ZÁ¾ î¡£½ZÞïKââÿµJk·À³àÑüFqÈß­ÀM\Ê‘™©y>([xœƒEi­CÏ@8 €y–«@‚Þ‰ 6<Ú23±ŽYJ¢}‚圣§{óBû÷ý*rŠs¾?MŠö+9û85nwÿÚ6Jxwl°Ãr‚ G@nøô,·’žjõi‰Ïæ\ΩæCçœ(!•ˆRó  ýž¼¯SFM÷¨Yˆ½yZêú-vc˜½7…ð«ˆÉŽyrò¾œ’¶3EޱO‹ñ+ýø÷kCEO÷þ¸–;dÔ¬c½ˆw¬•‚z&JÑ÷ËÖ(9Û©1\r!îX/•üwYZóû2ô - í›=gŸ¦Aû0“ýJJê'3›ôžþ¼üž #'‚~É:02~55Ó§$eìOã¢=s¬¼CCMOÐX˜øªd`)Õ«"¦„ ÄÔ€—ìÕ0áƒX^­‰zä,ckÜc[ì/.eá £CP× -™>M±Äò‚W˧˜…<À`%€Õq ÿ BRzPGÙžOôë0ˆw}‰d]àÉ”|§¶'G½;00‘À³ µ0à5¿…9²ÒÝã5žzÎNà9[㤈½QBØÿµJªþÜ& Íí¡eé‡Ð"w¼B.ø¼ôÄ”%óhvp™CÿdJ­¥m€ƒ:À«íhúÁ2È5Ð<Ž™Ž8yɲð€T›²´Ô¿P<‡¼&‰{»9Pt£7ÿÚZgÖ¥šÒÐrý*f~ä·œ”à‘S’ü*zvHÃB¸f˜™ÎyÆ£1üZ1Ë#ãÀ\³ô4Û$t蚣$:f‘ö)ü»½I웽ifêÆ(9jkóÜ-ÃE:eø(¨k—‚œ´;… Ó´$ýbêȼ´=þ^!$x”è<Á§`ä:e˜0û ü¹_CJߟ§$Û&hñ‡*!ùwE>û• O¨è9Ž)BÄþ8æ•c -ó: ¦¤²°A>å²,|¶WÉFìOSâ½rZú1`û š–µ;Vøpµ'÷Š{’žTŠè@·y ûþéOX„bŸ‚œæœ.zî™/xø;ÈìÇ–’ºéOß!‚º|¿;‚‹÷˜öß&íÈÂ@õÔœgŸ"D "žÚ'²É`Z?Ðc¿ƒõëÉ™vâ¥[NLªyPï8´|Òö=Ù¥$&ôyHÉŸLlì–YPÓsKöæ1 ³¨Ð¼ôá²Pp­ïi8Ð|CZÜë€  }7A˜ذ֩>j`a˜ø#0þ¿[˜X¿’”l›F¿uª1‘GñZ/×y`.©8´”Ô, -x”Yhùû`|lÐZÈไÌ ‹—¢€‰Z42zJŽ|V°¿0„Û äøÌåÍÀK>,² ‡‹,â+\–SMÏÝ,½#c®Sb<êòj®¸lw†ž¹>ˆ~4qˆ!ÀÏPîrÎ÷@&õëxD§Œßc&N<ҲюiB¤O…‹ ¨ˆI*F>´Çô`±¤>°XRÍK-•u‚gÔòð>5ë”SR¶Gá׋® Ù§0ï¡õeAÈ šE¼?Ï¡@çq5Ð~Ü{ûþ­©qe½ûÈ>AŠÚèG?rLàÂSÌ´­!ü[kWÁÕ…ú´Ÿ7:s¯8¦ðï¡3ëv…´Òƒzâœ"DùUÔL7¨k×#sw”ø:¯h£Çoö^8féÛ£ÄðµNô=û8)š›Ýõ¿ÙWtw±5ÿòR{ÑÍ­~ôcÏ,1Ö§"&nŽ=Y*zä˜#źäø‚”h› EnS"LÍù¿ÙFÉ1AîW’¼s¨×®iØãýqøC×$êe@ALðɨi»ã„÷ÖNÔ]÷ ;³?ÿÖfoÖe÷46<  e¹gqážy|´{–”°;B óÎò`Þ9, à¡\Óœ\× 'g„ >óls ðöö0ìcóÞ©ÄÇyÔÐÜ-è9*¨%§AgbŽ¡³8:!Zòȇz!Ó¯f™(ȯ!òÌ“âÝsäpOñ.p >5å‘‹é•”k›e¤y”ì"Ÿ’Uèœ!DÙ ¹)~}õds÷Òr‰sžšì˜¦ÄåÌÜ? lÌ'ðòƒ\³3Œ|´;Œ}ᙣg™ÅÅG C†´\¢gž‘ç™%'zgI±{#¸—[@û¦(q®ZŠsŠ›¿?É+ô)¸E»`wŒô~góÂ5‡:0²ÐžyZšOɆ…ú@=y |º0CÅÅx5²]N^OJpÈðqÐ÷xÀ¸C{ÎýZÎï Lô‘žƒ×A†ÖÂ|ZZö¾»>zåRÒÑ,KjͲ_GÉ -°p~3éRS3öÀ³Y ¾ZjÁ=°v^¬vÒß«Êò/lô#½?YÆ ôÓ#C‡ù”„ø½)j¼eòvi÷Ò5MËõ€Ú%½鸸ÿ. GðùóÌ,ˆœ -É£,‘8eR®µ‡í˜â·Çy;ã´cö&O÷ÆaöçòØg¯¡ŸïŽqó %倧"ÖHú÷ÖÚŠ¹k&¼ÙêC=XíDÞÞ …mö2¢w‡9É=´0Sì’¹&ÿÂv?áÕö%Â:@‹–Wdþ¼3Dxç‘1³ö&‰ ÏÃ7ú¶ú±/lÔð½!rØî8)ÊØRpS]™{nh}PIφúl½yêå6äÍÕö«ž™¢Wžyø+û4>fwRˆ´O ‘`¬àö)bÄZ/æÑzîÉöîE@ÆÈ>PqŠlÐYú Jœc’šúùÝþhÑãþÜk›=y××ì !î­¢•Õ‰?¬wåÞ=R³1®YBìô;ýÙWv‡òoƒßyèZížåø•< Єt÷¬¿?-ÆíL²2Zà×õy–Úá×,m…W¶FPOÔLø!Èá Ïß;g)ñA-Ôq0.+7ò-4§thrühQÀlKsƒúwÈèiöY\ÔÚ`ÁÝÝàÑcÔ¸­Arôj7öÙî-Ù=ÇG ‰°Ãmc¤ˆAôÓ­>äƒÅ¶üßV:á·Ö;pÝc´¤ÿ5ƒ¬ ÞÛ>C‰³ãÞîCçHqo½2n‘üíj/â±¢"õÌâÇÂk¶~üËÕø kGá5k;ìÖN?ú…å#ìÚR+îè“‚­an†¡wWW »¼Ü޾Øæ‘Ó¡³óiàÿŽIzòÆñýþ,´·J" -/`èá½qÔs;`û`^äÃÍÔsç,ô +Ë+ãù 5Î?Ï& žië3Ïê2Ï8'pÑÆ{€ï{µL #"žG)¢îÏs -6¯Íµð_5¹ge’´SÔ˜/ê2Ï:wØFH±!á­xP‹‹uf_F?Ñ4fœ¶4g_ÚB=µãßCg»‚FÝ©æ"í“ÌT;¨ýIZô="ËÈ{ Mˆ«+¨»Ö>j¤W!¤TÔìý)ô[·ÔQ²¼ÐžÛ~ÔãÕvôÃíBŒ}ûÖ#cåíÏpLÓS@í¿± aží¢®wÝ6Õçýª)Ïùu­“¾ÚÁ‰Zj&<´¶à®¶â.7¢not‘^.5£no÷â_ì ’Ã÷@®pÏg$ïÐãv‰oÖºwÚ³.OJ£¿$~kj,¼µÞ|¾zøAäZ/áÅZþéRKÎÅÍ®Ôó¦úÈ×» ^اøEÃìt׿È>ÍÌ\ï#¼†˜p£«à–k ýÆ=Žy·Ô”vn½ýl½Ÿô~w˜k#GoõÜ܄ݷÂÙÇ‘OÌE÷¦Ä ßlt!^k¨–¬Ý9W7úòoí¢^î¡_Ø@_ÛÇ)Ñû¤Ø­ä÷Œëž+ãíNŠÖnjØråÕb3掹>ÿ‚µ~Ã6DwMÑR·q¯J.Î÷§‡’þdHè;, ù)PkHçb‚:Ö­¤å8e ·Éù8/øýåÎÜk憬s uy—-…¿Ya¿­¶cì‚g¶7LŠpO3R÷Gh±Û}¸§Û}˜' MÙçßþf¬Î=·ÙKxЈè¾w\æ˜Á¾Û‚Ý]é@³Ò‰z0_š{ÍX|ã—óÀsdfo `ŸYZ -¯.|È9k®Í:ë#D”ÌK;,l” ÷È++÷&¸ù+] Í„çæ†Ü‹sÂØoƨáÿX¬Ë¾ ©É½×N?µÚ[øòxŸµ7šsgg¨àöÖP!¨­ÌKŠÒ˜k9W¼2JúÈóN³'ã®R›7Ö:·WZó®(ŠNªÓOoö¢ššÐO‡„IOmcØ¿– }W Ò«"¥:æŠ^löå\]nJùE_wrkñHÛss‚šÔ èûÓÔäÍž‚ëËm©gÕU1'û©Oÿñ}ã³^VÌw]Äø“KMèGëÝ„—ÆÚ‹¦š‚ ÖÌCmá¥I~Ôwƒ¤×ÿYj€=°2Rícœ¬Qv²µÿx½y_[•ñ“²4ýÔR âVùͳ¼ä‹Ž>Fìþ3ÉÚEz¾ØŠ{`ªÍ;·Ù–õ«õcú…ívøýínô#Ó‡œóö1Ú=W.Úa¥,µÃ®*OJã¿3–%4V$ž\n˽ï:§í âßj˲NÑb¿èÅG~Ñ…‹üb€ôýB+áÅj/é­¡®à×ý r´mŒ最¾û¥èÞ¬8üyIâOºê¬sãüÈ“@“Ó<2>~gk¥Å­v"néj3ž&}3'HùVV’ùS32ìóqNê…•ìkÇ'{g„³Ò»¾Ò4·ôgmÆYKkÞ5p??ºF™ù›cR¦¡•ør}ˆžè’—•m1R4U™çÇ(ïÿ1LŽüê#âÕˆ¯Ïþe©=ûíÖPæ½YÁë™RθçÑï3HÀ=œ“è×~9)9¨äã÷'éIn¹ì ( Mä'–FÔ-ËÇìó†Úô3Ö¶‚Ûî)j’¬*ûNÆýïÿÇT›þ"¨–:o&ÄQ?¬÷g^Þê˸d©?imͼ䙣¥5^ühÄ¥onã_¯t\×Ö$œÒTÇ|?/ŽþVQš~ºõâ몬{ÿÜìÆ¼3·æ]žäÇ|5ˆýb”™ðåœ(ý»QjøWýØW_ŽIb¿Å¼;ó7™(ùö¨icþ¾¦*í´²4餬8éÄ7îë1jÄ?gDé§ÛÉñgZ -ßüg£Ÿ=ÎÏþ džʔS›í…7gù1'ñO?ÓG|ci!¼Q•â_¬4Ó#÷'xy@ßžmtÂn,7ä^Xª/¸¬)ËøYUœvÊÒ€{<Éýj(ƒCúøÄÚ¹¿ÛOYnÃ=°4!ïYZ`&…/ÿc¨K>¿;ÀÏÞèbĘ?¢onöÑ#6Ho6û1×z·W» -oXš2~UVÄžR”&þhn¤=75‘Ÿ®õ^-·"okó/˜êó/©*³ÏNK²Î4cÂÿÙKúf­ûnc€®¯Î=3_œvrœ›ðÍ\qÒOêÊ䟒Ïm !I"OõÓÃNíOò‘ Sôà½TåÉ'µÕ?=87Æ ÿOóõ7´;Ÿóã.øfèë…·WÛïuÜ^lκ¼öêZgäiEéëïÖ†Qv9=ß6I‰ß¤¯C^µ¶`ï›>À¯,5#ïƒ|y[^ž~d˧-·Ü[ï%‡Š®+ËsOëë -//u‘¶FY©gÍÇ}»Úzd¨‡]5|L=ˆ£û{C]žsné#üšòŒăaÖ¯ªŠÂë«Ý´XmyÁ…¥Vâm-æÆŒ0㤮*ïÜB#æÎ¼4ç"=æÆgÚÀ½}„°QNÜ÷C”°Íóc¿ÑUdž6}Ì¿º;ZôÔ£À'ÏU'\jÁ?ùLUSp}s¨”ºÐF Ÿ)Îùu÷Ó )þä4;ú›!ò‹¯v<_íϾ±3Œð©JËáj{ú¥iîË/f…ïþciHþÙR›rj¡>÷¼¥y{¶<çö¤$ÿºcZLôÉyhç4!b»öp½ vÛÚ¿nnÊ\^ôÆÔ†M—¤]ÕÕÜö*(€Eî¬4fœYmÉùMWžqÙø¡àžwZD÷È‹Y{ãÜìÍaaþZñ•µvÓü1碶"ã´ª4,þ{ç,-s©vÇÔPtËPCy®(E^Õ×À.šëWÌñ÷û$9g2ÿò×qvÜ}Ç„ajÁ>œ¾øÇ„ðÙ?&ùïþ5J ÿÒR »2U‘{±0úÆ¿PÎümw˜‘2ÁKúf„úî³nÄªâø¯Ç™a_ÐÞ|½Ò^pW{öæÕoŸ©¥ðÈCµ„½3Š|²Üžÿ›®*óç vÂ:±o?›§þØÇO;•óâ·ÿ™f\Y뎛-I;«,͸¬.M=ÝE|ó/ð¸þÞ‚øí¯‹mɺ…I—;éQ¿l#Ö{IÀ[wAoÜ45džFÿ§÷øï-°››FœúHŠù±…”pôRÌR æáRsÑõÌÃÕ.ô}ìjîéç]ÈGŸÖ¾fiGÞ>ûz{ˆ–¼ÖC|»5@xÍ©ùe„Ø€‚gnM½<Å‹ûekPÛèç¦-µážéë ¯,4^_ë@?ZiÃ>š&#Ç^ý¼—sÉ6L‹—KÞ}¥*<©«N;7B}ÿZüî‡ÍŽØ›km)wƉñ ݹWmãÔTÈF'õ`—¨q_ö#>ŸâÄcD=±MáÃGKc~¥Å_ü§µ‹‘¬©Ã<˜'?#Ž:±Ñ‰x¼Þ~ljÈ»hªË½¸ÔЏcl„Ý75";§¥”ÝQaÞZ7!óœ¥1óÂ#êëò¬ûÄýROŽú©uj èŒdMeÁ9uEúé1vÌ7ÕyÏ?gÅÞý«²6ïj-)æWBÄÏÁíü¸7DŠwLÐ’] ·ìŒ>25FœP–¼úJ& ûv¡ñ¸ŸpV”÷þû¹jBÔæ p½ó|»7ïÆzGÖescÊ•!Úƒ/,i׳ŒÜÅÖ¢'暬‹«]°°¥xÄV/極%÷×µnÌ#í‡ÂËÜ„{ŸÕ¼ûÅ9ÅGoI,­«HøÉX•zz½ vÛ9‹‹XA½,A<ýšwí3cìÍ&àhCUι…šÌ3¦š¤SãÌ×_ï£SôÎ'gZˆÞ™’¬}øç £ÞPVdü<'ˆþ¾<æÛåæ´ó{óä¤ÑÒ¸ŸôõÄØíþœ•NA²¾®àâ|YÚéqaæùI1ìB-ñÒR>Ã;[.\ì G¨j“VׯŸ2Ô§±Ôþ¶ÚFz:_‘ÿkyá‹5ÃÞVaçª*rÎjË2N›?äþ*ÅüÛPžö³µ¥ð†µý°¸èÕ—ìøÿÖW¡ã5îæ âáR+üúJ+ðâÚ ?é{MEþ….vòïoœúë=ú·ÅnbT=êë†Âÿ3B|óyñÝ??Ÿ|>L}úÕÆ â þì/óÖ—»£ÄTk7ê¾±!ãMMú)݇¬³Š²ô3Sœ˜ïæñ?¯u`^–!Þ~]þKOÔTå^¾uj 0—¥)ï’¢<ùÇNìÃ/&™ÏO.¶eßîa…ý¼ÝKH>ЕTÚ'©)À›@æyæœ@½pO£^íŒÜS×ä^ž«Æ<—æÜÚbçZ»ˆ/—[à·7»ÑO6û°Ï̀Ѧ '?"_ì ÒæQ߬¶!_nô1R–[±¯ìƒØðÿjˆO*ZîÞ♩)ù¼g–‹²üfhAß^lÇ?›džc%g®ÍûÕ1Žyí˜ÇÇÌÖ¦\a%^ûçB#5\Q^ts„÷ïYQÜ©•¦ük ŸßX»oöGÉqöb”¦6ý¢©9ïþh¥“¹Ò‰{´Ü ¿·ÜŽz!«È¸³ØŽzÓÊLøµ•{n}€9#Í<3ÊJøz‚÷Í;á‡~ZÒ¹NÚM]ú5<êΗÏÏŸøK#òí~e‡¾ðœ¥%ó¼¹>î”éCü¹å1&i©ôŒ'_¦<9ÿ·aIÎ;äÅÑ?ªK#AE~;Í{öÕãá×k]¹ö&‰Ñ½Ìˆå¥ׂ9 áâw‡‰ÚŠ”S†Ú¬ “‚¸ïéá¿þ­ñúG]òÕLIö ç<·7Œ‹Ùš`!†ï ¡^)«ÓÎľúª™øîäÊ>fª$äØZ²cš²;Žx»ÒUpC÷!ùŒöCÚ9Û»Pß}ihE<ØcgnÐVÛ nlöä^ß*¼·²­¡ñlkHH¶OVK­=Ât]-îÖ?õT.ì_ÚÒì³û#Ô¨ZÌò)JÛCØú€¶ØA|ajʾ`¬MùI&Êøa„óe;òÕß-u°ûëÔyyÁù¥fz¸µñ¾óèïä7_©ÊÒVWçîÏNsL#\ÓÔĽQfª¦ó|º8çŠ}\H“Wæ\ê#?ÿ§LúöëÕî”s’·ÿVˆO®µ`ŸÎ%^ûr­—P‹h^3×9GŒÝ…=µ¶&^Ô–<ûb±9ý²_.¤†ÏVV\\í§†kksÏÍ -¾™à¼ÿOéá×m”§'”U gŒõÙÌ]äørØËƒìäÛ®)!Õ1ÊH›¼7Š[ëN¹im˺¦«Jüa©¹àÎZ?µõýteÞ#Û-ykóBû!ûúRkæ­õ^ø£•Žì뚪¤Óºø“>vÌ÷ªŠÜ–6üóÕâ»--쓜¥~ܛ鲜k#‚´[ sìÓ¬ìÝ V¦}†_´Ær¥-ÿêf_Ñ O— 75MwMyo— iCüØ‹ª’”Ókm…·úŠ^Û'1î9*Ì##§l ž ²Þ~µÔRôÚ=ÇïŽÞ­÷ Ì•$|7/I>9'Iþa\qn­·ðÝleöiÎÓ/û¨ÈÍäkàß•¦‚kriì÷}èÿè#‡ŸP×f]ß½+Èxö¯fBè'!Ó© çX{R¯n Pcwù®I1É5#Ä®öc_¬"mÓ"ôF)z»§è¾±6ウ<ùg uOj>Î1ËÊ^¦EZ¨O³•Åû3òö!̵íÏ¿ëœ/xi›D<ݺèQs7@î56³Þ?Ÿ.|Ä=ÐWç\‚æ\Ö»Pôõy¿-´!ï[zè‘ãU7»I±_*á7·z)áÛä°õ>ì‹•îüë}¹àyf^2Ö¤žÚê¡$l _ž“¤œ—¤UHRÜîÀ¾qŒprÚpoÕ5°{Ûb‚¬ÿ¤ùô³æ¢ûÿPÇþ´Ö‹z²?ÍÎqÌ€×·hw‚çUqð>ciµMQÂ_a$šš0-1÷­ÍØû–zä [?'{£—™2!ˆýÎP—qik ®ûƼ4úÄ4?ñyYÞ……VÊ;PS®1ͯò]*>Å1_SãQ”ˆÍíEgKR@ %}¯†ýg¥!x-òî°ÔEx«úvz¥;÷´Nêåáv#noˆŸ=)μ4ÎI¸²?Ì%îÏpQK½×wAfÞµ·ÛOxëB=ߟ ‚Ú%ÆX{ ïuÂ>sÎñ0òʤsì·ŸÒ.ÍUdß$^07æÜpϰ‹´ ¨—"^ž˜,%ygŠÙKy— 5 ?ΊÞ~=ÂyöíJgöõý1Ô›ý1ZÊb)¼ùüÛ©ªœ0û«@U›ó[/#ìÇ I̯ú†ôËÆÉ÷FqïÕMù‡D1§w§¨ù@_u‘Ÿ|9Éub¡-çÊÊâÑJ/âÁÎ6ls€ Æå·¥zŠKV.Ùc¥›á·[wÇEq¿ ÒþÞżÝ×HøÊr6<üê·úÄ{—œß%G¯â_®`_.€,=! û±—þê{ÈæSÕ…¯zÈ?ltã#÷Æ‹IÛã%äíq~¾SÁ„»5tä¾’–¹+gæÚäBR=üGmuÚM×4¿7%"ºf¸pxÿ †šk›„¿Ü*x2ðùÇËå=N-m0ïžOSÙàS—•»çÅäZÜÐGàqËc”˜ê›t%E÷ýeÛ œ•é‘1òÖú`w­½ÈG#¼LèìÂÖ4=s¥ ~w«§èÁBcÖ•ÕÞô®y|¼}’žîVòq›ãœŒ•>Nœµ_’­®ÇÞÜýp£óh©1ÿ7Ðó§M-EOÔ-˜Çu¤ˆo»)‰§Öº„Ù[C‚m=âÆ˜(þû^äwꪤKË͹ֻQ/ö'˜iK½ä÷ª†‚ËŽirk¦¯ÿ¥Ÿöüë1~Ô÷­„gŸ·žµÔJO«"<ú€ -ÿr®8÷¾{†…õ«i¹^-{oµÐž{ÕÜ–tºV¿†]´5F‰Û!íóe|k?+IQšqz˜þþ«QnÌÙ1^Ä-¸ûŸ q_ŸT7Ým¢…?Êþy­ ½=@Ïæ™ã£Ó¬ÂÕ‘üû[Ó˜¨}™”¹?SÂZäfYÚˆ G?]mνé$Dï#W:PÖzÐo6úIá{c|Øæ0=VV÷£¶¾èîÆ=vcˆé˜ ] -)ow†W´2Œ¿§ªl´)ëûlÓ<¤µ£èŽæCÆYyEÚi}CÁ­½ F:ðɬÙò¤³˜“¶ :l{˜•aíD>ÖÕ¦œ16d_Yé§F®°ÓwÇJ(›¬tcCѽµBè³dÛ$9ZcXl˽1_žx~\ùÝæ(>lžßžbåÚQÏl3êÞ´³1DŒ°´æÞ[í,¸eíλ½5‰‹°«X°-yë½Ø×öQ|œcníÊ{8#95À|ýŸQàƒªÔsîYÞ­(“îΔ0÷¦*¸ VÑ;£´¸•Vä-Mmö5EìñB/9ÒÜA ÅÒíQRÒR3ꎱ}c­Ÿ¶;MJÜ™$&nŽbw|R« õ¾(ûÁ·ý,†[S?¸#¯(YŸáÁ–pÏÍ]ÈÇ6èD´8DKy{õä_*0Ï슊úõIÉÒVtÇÜ’si¹;ý¢¡9ñ¬¦.ñJÐ )óh¥zöfÉÉuY¥CVÌ´O‹Pö ~áf?+aµ›nê ¾þHŠûyž‹¹gë©¥mtI²È—ÉÏÖÚ¨á[ýôDÛŒµ#ô ó>}ìœàíss÷Ƹ0Ǭ·;ÅÉÙ¤&­÷“^oôÑÂ×ø© Ñÿ–•þ¶ÜD~ºÝEÙíãdn ,íÌ(U9ìÒR+9bc¬„hê¡GÏWœŸ)Ë¿en&Fî ó±y1ognmÏ»kjL;oj)¼eŸ”V»pϵÕ)gÑ?sRÏÍJrë° 3•“¨ßjò#¾6Ö‘³ueÕÐzÑÎ`áÝÕÞÂÛË}è°íQr’OÁF¸f))ºú”‹Ë­œ„͉Z‘¹“›(“æœ:þC)üÄ03ú‡q^òoúzä;ÕGÒKQA؉ʼ×ß•%û$ h9üùÆìÑB{þ­õqLÔžŒ‰Þ“ pÛüü­1A.TŽ)!°ð£½ÂÇÛýù÷Œuq§ÔU‘?ÙFÈ©®Ùrž©ðñr#Í1#~-@mŽRb6'IÑ›ÓäX›’ƒÚÓWµnÈj6¦ÄØõaFòRúùZ/>Â6Å*„¾y}÷z¥ùØÚ… sÎJXšjÄuCuÞK]áݵNr¦[&fÛfy(c6b¶,åÜæ+Ý­*+óhJŠ·F 1«}ȇú¦Ü›s•‰—tMOóL˜üÛö8#[UŸ{É«*¯ZžºÐ‚}$+Î8½ÑYôl{Ÿ¶?+ :bºmŠWú=Ï1É-\í(¼;'‰þzœùí¸0êumòµÝñ¢hè;Þ º_d¤îMVñw¦@¿Ž°’,MEׇ©ï¿˜•D~»Ø‘sus íÅßåÃ7{XñkìdÀæ‘‹½°—šÆŒ»ê¦´›ËcøÈ¥aZ¾¹ —ç‘—Ö¹õ•M[PÌs×§X¹µ€í7IËÝZ‰È2@ŽÁ_ý8TŸê4—|\z²Ò ´~³>ŠŠÚ#fìLRó|z‘À&g¡Ô-yW¶¦ˆ1ƒä¸ý™*ñöxsm@”møHxPñÌý‹\@¹*P¯Ð±WÛ9?´æ|=Œ‡ýh)ç„­·q㌘‡‹}Øç¦.ä½Qç -ÑÎd)Í:$…[º9±æVêsSýñR37ÌÒÀ{§(£Þ‘f½ù[6ý;¥”zs£Mœ¶ÑÆOÐÖ0žOq0ÌRòMûP%ueHŠ˜©ÅÝÓ~¤¼Ù›©®Yîãå®ÞqÍHÉš¹T% '¬My×lƒÜô…q²²„rs¡†õÔTÅ}µöQœlë.C®5gi‹KÃlj´Ó -&ñêf£4g«W˜³Öƒ}²;ÈL±OJè¶¹Æ>ÛL9oo’«¯/¸>#IúÉÒ$I]ì®#YZK3êØ¯¬­¥¹ ’Ä…:îÛÕaœ\k?s® ÿQ'¡¿ßí+F,w¢/u޵͑Ҝ -6Ë­¯îvé«;lr CUŸwK÷vä…xÛŒih@ß4Öä_mƒÝÜêF½Ú §9F¹¹Û=Ò\M%÷ébCq’½¿–nï/'¬·sãå%™g&¹u"¡C_Õ¹6/¥-Mp³­ì´­ib^LñÌK¨öIA‘µ—øz¥qÃ>LöÌ1›#"x*é‹vLê·º2z˜k ±Ú5^L³v=´´ä?Ø&äz´•ÍnmeƒK]Z¼;Å…ïL1³]J©t_ΧxÔ|ÒÖâµµ·à‰©)÷êb'ìör7)ºu²™ò‹\B¾±ÞÉ+pMTï”à–(¯6ÚûC¤ÅV>\QVpu£—µ5HвO³óó\øþ4*fºäÍO#ü×ßXÚÑÏsU¥P¬‚€døˆ½½ØB]Œ·ÚG|³ÜM}ki¦½Ÿ^™ãþ¦­¡¼ÕÔáïê>æ^QH»bhξï6ˆÊ‹µSÁ…ÊžõQrº¾õrKV"Ü×ÕºM-n#—²<„~?W“qQÓ”yq{åÕ‹¥}YíÖ¸¨ÈÚE ©jÛŠí~UUýÎXQ„îcÄEc{Êå­Y|”[Ï£,v_›;‰SŒ‡í ĉFRο‹sâ?'F¼úÄó'M¹u÷/O/žÿ˹ïÿý—¯ÿù÷¿üòïüåᙥÆ>ø×„ ç—ÕnbdÈ äLBÎÆ,3óÿqô•]dÛßi›éžiwwv iÜÝÝãîn$¸»{ î$¸Cˆ'X÷Ìܹÿõ|‘§r_Ô -dAÕÉ9{ÿ$ujoeò¸÷fªùl’¹7DCÞiG–^ä¤ÿÎIˆþq„u¤:=å7frÔIbtà1lJà±°w@Q~Ž6–gÜ®‡$ÜñÀ/×û( – Zñr6l¹´1ÀL›édÅ‹ùø—ÝxèýVdÅ•ª‚¢SÔĤã°Ð£…Ÿ>aD…ç$‡œÄF~>žñîÍ‘Ð'A÷¯ƒ‚ßå}õ?ÒN¿²ÔNK°ŒñÀ;â*êú$bèÆé€\ži­ÊTU±ƒG(ˆ»Ýˆ‚ ýÈÒ«#8”?|·Vx­¡(ý|Qȧ£þ7¯‚î]8 -yt÷(%)ôÏ!rþ}u4à ‚{–ŒrHP³ŒX0Ý^ñVVólcŒPâÖ8KCÔ´ FÙ 1|OÅ…>×paŸLÈë¦ÒسÔäÇá'¢ž?9 - ùr -õõ$&ôóo³µð—œŒ´«¨‡žM]ŸÂÄnˆà¡c¯€n -7M0 -ŒÍ„M5ñÓ—ô~œ^á×N¿ÃË »TüîDÑoG¿<¸zrù<èû£ÛGIq?.·£±²–{ Y.%¥Ü¡b"Ü@>o‘S7Çp±%îÕ³p6%1k¶£ä¥‚›[W…x¯ ?Wæ$œÎûôîHñ×OGpQ'`aŸO`â‚NÂNã>üàæ‘”·/N¢ƒÏVeÇœÜèÇÇÛ•œMÅ'oŒ1sWú`A³yŸVG áúVèÛ¹Bˆ¾ ùqŠ_ö ’qºzÄÊynvâIRrô/Ÿ»þçï kÀqùôIЃKç@9ß^þ6Î)ü~8Ëmø{…Îs¨é }o5ͱÏ÷æ(D—_i–X2ŠÛ‘¢c]jr‘UÎoŽQsW ’jp¿$þ.-%⌠;öODä·s9__ŸæåG^§Ä_•°Òî.÷!’-³jþo‡7°0ÁÈìÆ“VbñE>$ç$9?ëx~D(äµ?èñõ  ;çÏž^½ºõè“¿nŸ= -ö{Êx{¤¹<弚ŸygWCȵëÉņ!dÀô =^ÚÊ ªÄ?¯GdŸæ¥ž¤f%/Žø~ä‡ÿ} Vï€_úƒ²?½<¾ ò»|ùâ!èýÓÛ Ó'O€BŸ±üíÙanÄŸÓ°7꺲ǓŒ¢ªJøÓ¹6z„´–ñµ€¿CË/þ’˜t$3(”øþ#è˃ ûçÏ€>\»úqÿèÝ­Ë ‹§@~?Œû4èý­ë `‰¨wæÛ‘—(±Ë£B¸²3. ½nFBo¶ `×`åçÈéIÇs¿‰}ý”þö(çý[Pì‹ç —7®ƒóqåÜ9ÐoÇŽî_8ã› +'ò7e-äõºfQÃâŠÞL7 'nÉ9(]5~Tˆñ¯‡—œÅ§Æ‡AC¾Âüî‚^ݼ zqý*èÂÉ?@ç?zxé4è6ðy‚ŸÝ:Q[zY×XøÌ4 Y-yoš@E,¶ƒßÌw >ó!ºe—ªËóNÃccŽ—†‚2?½E¿xzyýèÉÅ ¿K@/œ]üãOÐÉãGÿ‡s¯nóþæÆ1/÷‹WÍ¡îù•N-ïÕsH€ÿ¨ØãS–ú1¡Šzô›FXÁxdØoȰȣéo߃^^¹zvé"(àî]PèãÇÀ¼_Ý=wäwõèòŸ‚Ž=º \/ñÍK%=⢺ýquˆW°5Ñ*´)ªù;R.be”š"«?íg߀SÏc’C9 >îïz~í2èÃí[ Àû÷A7ó=qt¸Æ½KWA§Oüò¿|ümŒžÿ@S“ópµ¯ü›wšŒøgU¹»À.‹h9‹£ŒLC76XZ ~2¬x2@<¯)κ€ˆ -?÷îÕ‘gÀ5î1ñÀÿ§—/‚NkyˆïøWþ ²ÐàãèÄgf:ËXÄeaó“œòþJä£fRÙ%4ÿbnÁ djÎñ‚¨„c_Ÿ¿:rõÜÐ%`nï]ºzró.(üÅçãèäŒóõ0ð})0ßý`W’òlj|yœ]<3"(‘wÕd Õ°¿VüI9 -‹ <ýòù‘¨¯¹y zyç.èÏ¿nž>\÷èéí› ÀZ&¼û|„˜‘z^I{2ÓQ¨iȸ¥d$T^Ž -©ïG«y!Ýx†_’p³Çx"„PîÁ“ÊÎ…eÿ O,¾@Ì.¿ÐO«‹W÷T»Û‰ëã ´Mq%Öx>›®ZhQÕ–¤•HY?+q¼0PEzÕE§¾B ·ªÁÈ› (–9s«$ºäBATöiLjú9tBÜ9JRÒ­8ì­²––º<€]ê.{½>ˆ -5+*©›2!ey¼;;Ò@Ð Ô‚ùÐÄó5œÛc5˜vaMJx„Í.»\—uª $ýÄ'ÿ— '×.±| tçâ PüÛÀ„ä¼›­0ô{M=/u®“¹9ÁÌ7‹ùHÓ$>3ÀÊãC“.± bþ˜`!ŸOð¨Ú˜tÿ*<å©q5!0öø‡ÇÏA÷ì¼uÀ·/AA¯> ýp4%$ùhA|îIfyÉý!&ôÕ\þ»MQI2O2 ìR&Ì«æUíN jœZ!Ϥ¬f©‡jJêbyXôÂôô?¾¿,Äÿ-(ôÝÿ=Ð…?σ¢Þ}?Í,¿N*Cùu3¨Ç9ÔÀ…ÞŠER_»>Î*ðæ)6Ø2Å®Xå—ëPŠvnìHñm~UTz9'"áDR`ÄÑÀ×_€¿ Äî%ÐùSgAOï¼%ÇC$_o'°c‡ªh­Â"!eºô\¦w¾~|wAØê™4®+Pu?.\ÞK‹îb6a°÷ÙE—ñ™iiçÊ’’Ïÿøðõ÷OOŸƒÂßE :~"ôã—#))§(à’[Su„àå6d[TMÝWâÌfÉú(-SÛ {eè&Ç,MVã%mìøjtñuDJÔ©Ø/ïOf„ÿM‹;›pêõÃ{ wügÆf_މ?—w‚”Wr …?îbbÞ+ëaÅœŒ«se{³üºÝyЇÙ;J.Ö¬©¬Èª(âVê÷jô -2+ó÷ð7| Êþʈ;ùåë‰×o€ß…g'ªB•?`‘BfúùÐ-1æR36=“·)ojÚÌÚdyi¼3×C‰Ð6cÞp!O;qÅÛZ kÌõáFâöT5Ù*ÒÍrKÄ*¶©„,Ût«Üj¨j0«XðM ³Ì¤àaV¤lÈ’Œ ™Ÿ¬BÍÖC4íô0]+na¼ƒ¿4Ò+XídÏ 4@ûêÊ7úÈÑ^) âòË®©¤íÈ(yÛ"F¹}²®Ê.é5+êj×$<Ô†LH[ °‹Ýôøån~Ö|o]‰²»±H=ÔÇ•õôÆêãGùuÁŠuYÁùfìÞT¥ ee¨k“5T9e uNy5×¥b¡ÝzÆ£ãѪJÆÒ5y¦¾2ÄÌß@æ…òöêdYgc®´­)}¢®9J\[1Ég} ¡(šjÓDu‰=ÖÛ^¡ lª¿¾lEZE²È8p‹”Q¼9AI]ꄼ³ŒaSÿš¯skY„ÅDè’¯b&÷×3¾5V†·´d޵6gÖá‘·Úu_ûíQ] îe3=x¾¿¶dyˆ›³-Á$[Õ”R‡¡R`Ó×4Zuõí;ºÆ^·±¦ýð€¹Ø4EHZžÀDHš+^HÚH! ´(DFÊizyùÍ.aCl ‡ýe šÿ­…Í~ÞÀ¾žlb-Ž5ó,ª¹{¶®×iÖºçÆ< µƒNƒ Îwoª¥C6唜…B´à?I3;\ÞÈúaì¯*šëªÒ T—*»ˆ!ÚzÒd5 ÐÁ]\¤Ÿ¬³6ÙZ£à¤/NU":ãïYÿï¶À«&ÁÖGaËCØÐõVŽI,$kJš› gº0_W Q«wUeÜ „eÄ_6ö22´Ã#ÍS]-¢6~´²WX¸0ÖH1I; -.nm©D_Z*ø°;Ãâ¬4œÓðŽœ”cÓp‰«R6xVT –öT¦N¶ò£§škâÅ-Œ²¾º -ùhS3Þˆž#ÇÏ ã#f°Ás}ðÏv lsó]Ð[#° _5.}›Ä=]×iSWWšä•Äm@lŽãb$µ%ïêJ¾Ÿs‹YH§ŠMÜšÀ%™E¨È­qd¸U䪔”éT1`nƒ°z[Á¬p(€¼ÓµŠ¼Ó-{ÓuíÞYaIÉ„oI‰éKC°€µ1TäÊ:Ð -EÓ•<—ªŠë”×±K/öjñ9±dKŠIÜ–ÓJœªú¦É®CÆÃ™äÄÚaWÑ*Ý:AHµ â£Öû°¡KýĨ‰&ö:p,VÁ6ÆkÐk#¼â•>rœUÄ©ð(ù´±¯‡XeíÁt‹xO_ßãPÒá5­lGJ+0‹X%›#¬|—ª’êR ˜VíPWW[¤µ¼y-KÂ,]ÃF¬Ža"LSÄ”­q\¼EÊ*7ö²’ç;yViÏ”k¡fÀ¦£ €XM³Ê‰6 ÞCv<ž[+àú8f[Â(Û‘P -m2j©KÌ¡ž¶*p€„}1S2<š†N—Ž Û+ÿ²: ò1iOƒÍwHÁ1‡2òp–_ œ£Ü®òöçšÄ» õ–éšv«¾®}GS]»%#[¤„t«‚QîÒ±q»3tä7ݾ·æÆÎ!sw§ñùV6Ñ­&ìβé69µÂåë¶Â«ÿï"›óÏ<àT2»  à·Û":Ø£¯êpÎTµm*ÉùŽy^­g¹vüç²°ë?+láá<“ãš&U,å¼t°E^ƒ°a×(¬÷*…û‹Õ}@l±<Àzîki‡Ÿ¶>”÷r½?û©GK®Ž -»`A;ãøTž†t-²Ù»«Âî½EA“EC.7&ù- #+\³5]ëSä<ë$ì@G(=0øj6Ó Ì´&>Ü…í/19€ßv”Œ -·±ªÅ5S×½­æ`,R\ÊÎdÅ7ÛdÙ§­‘·f$âï5~«MÆ„ÎwÒ³×;¨9{êÚæ›âëh›@oõÿ,õ”¼TðÓ/êKž›F)ÉæaLض¹>Pñas ä½cqðÀ/±èŸe6ÿ`–_íÑÒa?µûk `>Ý®Àg8Uä‚õ1DÔj_iè¯9a³wº¦Ñ&å"쓤Œ­ÞŠwŽ1TÔŠ±IxE36¤“|}£ùSÏc»,øŽ˜QÄjE„É´ÉÉ`§šKÞ”ÖP¤Mqo-"c[ÆEZØd«a“#¢Í¢Š`ÓXÁ·m)6uUDNŸíÁü°ˆ¹ÔÝ™º_öm ²3IH±ŒVºsžmæ¼²©°iÚÖ¢7󯪶ŧ]JÞ*£Zä\Ó$"Ô&C'øúÓ®ïIêóý€ÜNÛÕq¸{s•õ?Y¬=6ïÀ€+ÜŸ&•-w—¾¶KèˆÃÙº«’‰ÜœdÙ4BÞŽRȶș( >댺Gwd¨8__Ïn«—âÔ`3½RéÁtuóž·™¸6Pôaº±Ðß<Š‰ÙŸf`|½`öô„ü]©ÄwŸÏ,§íÙä_ó\¾I Ž4Ë)»Ë -@O‰í*RùæxÞ;óTé_´7OÄí/±ø& µ`mœ˜¶;SÙhÓ0Àg!øö]ìi9D€n52Ù«E¦ºµ¸ìAJÂu#û•Í·/@„M¶H q:u[N²ªÐñÞiRéîlew½f—äÔp)FùÀH*ÛÓ¢Ó—:Sî â_ŸTò#îiIåN¿1Œ·I}½nȯ‘bš_î‡Îö¢‚ׯá!Ðm)>Çkdâ\b¡K_Yíœnó.Tuy—ø û‹Àë,¿Æ¦aaûQÁ1××uk½«å1ÜÝ­gâ½FAûárõøÏUnSK.q¨É%»ó-Óc}ߦŒÙ–‘óÿY¦þ»LÂýw™Jù¿^óÿ­pêÌR¤z½vç—’_ýÐϮɊÀÁœ§«Íi·æj3n®µ½2¢"ø™¹Ÿ.8GÈ9ûòJÒO { Åx -O²JоšGÒÿm €}xk×P`¿–ØUnj‘ ÌL¼]Iò¨±™.:ks¾5Ì+Ýì¥eÙF‰ñ.)Å:‚ÛêCÙ&€ŸÇÐQ¦þâ×+wÍcà@›„œµÖËvLÐJ¶&)+#Ȱ•~lØÎ8+ß9Å,u*é0‹„œí˽ýéÆC@×ìêÙ€W$¤š&q ë¨0óˆeÐ3ÍašƒbS ]Uõ–T| AÆ{¥Û"pàæìûæ4`[J)0´£ƒ¬2>Å­«®uiè€×_ÿ. :q®P ½±Ü‡ÈÛ7V·z Uu-!צ€Åüa•@C·¸€uZš`”òËB.É……¡»3õýÎ骺@;Ù|=UD°ó$4Ì¡¥>”²>ˆ ¶Ls÷§k;¯çÕ -¹.% icRÖûÁ_Rj¡y ?€‹¿°ÚQúŸ¥š¡6…ÀNCÙ-p]úò$`¶³è­ÇHC;„Í2z™iŒòŸ%aû?ËÂöWù-ÿYã¶xô¨ìÕ‘òs½o7GqÑ£èŠ ?œVyU<ªGÍB:Àú‰ ?tµ)7FqaÖðYÖ ÆÙÂÄGv%¡äpŽÅük‰#8˜g3í&rcŠVäÐU·ìÎÖölOá³çÛs/µç=òÈŸ6CFüÒ’*¶ÀßÕ ×Ä´˜K«½å±ûF2Ò!‡„™FÁA&84<š]Í'¹g˜<‘ˆ÷õ'ùÀ]/ži.÷pžsNÓ1VÀØm`âÙ¬Ÿs,šGC(íÄ_5tA2.6J~Îû°›]|±ë ñ-úúG¸f*kÜ€¶?X¶þ\´z„2§µÚ_ôÚØ–óÌ¥c²Bź µíV5½Œð -N5²oÔíÍÔv¯£cÖÆqɵ@`×ÕÔ¯‰hyšú²o3õ¥Ÿ­#ØèµîâwÛcàO¢—û+>Y&ÑI»F -ÎkDçyôˆd—ÚWsÌWãWþk‘w¨Ði€þú®o+x¾5L±k›’^á™fÓ+ëw¨x‡‘°3…Œ³ËñÙ‡»<Œs©i胅ÍþRUg–†ÛQ ¶&Pëƒðе~XˆMNÊ›é6´êŽI‡ª®Ö¡d#\rr®WËD»•„t›¹Ü•ó\ù²ÒUún±¹ä¹°Õþ°ÙäCSž¿©¿ä“UŽMé©I{M}þû 2îþ±¦Ý®àb­2&ØðÓÆ,dµ¿ìóÆPùÇ] —µ£å3 JßÕÑP‡ó>ð·Ó!q±µôÕlCÎý™ºÜg¦afÎB'%JÁÊ»iî<~?6ÊÔÿ¶ÖUþÊИsOV™zuŒžp¶øÛr¾Ð2&Ä.ôA¾kïgƒ„8¤ø"‡à 19{©³ôí|]žÿ®œŒöõ4[îÏzªâEžQ0cÏ.6f?³ŽCbö¾ßW’ -¶ÆáúÆ‚‡›ýð@ë.~{·9DˆYëE|]ï†2ûî×µ¢>kEÔ\cuÉÇÍqDÂϹ#"†Òr£.ØÇË>~Ù)8ÔQýì$?l‚ß1';ä`šÃÙÛŸ. õN…Ív'<3¶„ÝZìÌ~´-Â¥oŒbâ—{€ñk8t‡¶ºÅ ÌÕJg¡ÿ(5òLuợj~Â]Û!·ñ°öÜ­a ׆ñ‰zaÁ}=7ý²ž›tADþ~ºåÿ›¾&äǰÍ1ZÞz/6r{ˆg“ÐQö)\²Kúe Cö§iH¯ŽKÛŸæ²~Îø«¡”íê E{zb‰W‰O÷>Ë:Túi¹.õæf{ú½]2Î*b•-÷ B¶†aÖILŒe·9ˆ _ï}ÑUe>]l+ýn‘Ò!><·kY¸=#‡æQ3 û:ݦdœ**xßȯré„‚ 1§|GS×`UVÒw¦¨Ù1.q¥«àõR{¶¿] qŠá¡[Cùï4ˆë3Í ÷g(ØŸ Â6·•aƒ8ÈxÓ xÅe:ßh•@¢Ö‡a?ÞJ6‹}~ŠËvëèÈ]è¤2‡ o™‚E-õ—}ôèX̽¹VkVX뙯lôÌU¶º —êiHó$" -Ð ñÛxĶ —îÐñXVÀ;õ|ÞÁ¡à¬“Øó⇡.ç‰ïY—aVì5|ŠßoÓõæalœ¡:åÖbKæ³­ÒÏb~ìÕ)^ÜycmÆí9 µg¬¬Ýã“,¿ú8pC ÛžD%úrâ燳8HˆÑÕ•<Ýž äìϲ©c¸èµèÇ•Ž’—sµY×»Šß,¢‚Ùé·) Ϲ%,äÆ *|¾9û®®:㦡.÷¡N˜~S_•~k©-ÿ9àËW1‘ ]0 yl@‹pw¦ð9æqpÈbGÖÃAä÷“SÄðÛ.1¶Ä¥ã³¶E”L¯œZv eÍäRþöHÙ§ù¦„›ƒøo'ç;Êß.tT¼7Ô?Ùfä{õõÖIzÁR;ôÃ0&ñOzâ?ýÃo"BÜuS.RÒ„m„FžYj) ýgšËpÙX›ÿR_ùÚ2”8Ó”õp˜”yo¶™´§'ƒg›®¯ô¤¿°Ë Ñ›c%¦áÒ`¯œõžXQ“óTÌI}ìÕ²9¿«{÷¦èø·õ>Ø7Ó 2òPMǸd4ø()ñŽ‚•õÑ>ÊCͷ¾L‘S.¡ÏK(Y7ÔÜôÛó Ù/7º` k£ä¬´/wŽ>ÞØì#£võ‚ªµ¾Œ§Aäù™ª¸K¦Ñ‚·‡³ ²[Çfõ0’ß7B¿^ù¿M~‡W/Ý.~·P•zMEŠ:-'…ý¹Ú˜~ÿ@FÈ6¶Cb²¾Þ;Æ/ -xè®KK…¬v½Òòc.6—¼úC -ºîÕ‘.CãðÂ0%kK„IÿkVPósšËüËH®°M–}ß/þß÷D€žr¤’¾5ÅÈ·ˆÈ©n­dµ£äžŸxCň9?‚ørbúþø-äúÖXiÒ¿›Ü–afÔ“ùÎÜïûF:îÈë#›³oÎ3YþCÎ -9;×’îçÑSaN- c‘R Ö'ðqvâÕ3 ¾šëÿÌàò÷-±«B¦8¤ˆ »_¶¿\5àžçÖmkˆù€o.ßôµYŒJrj19ûs ¼MÀZdÔ§FP¹:Ì€ïéù_?<¯‚³ŽÓsÌ#¸èÅöb?5?÷þö¹À4„ŒÐU&Þ˜©N¼í«… áDÞ\4†mº7ÍamI˜à•Ab´oï·WÍDÉ_ dä¯E -q•»1ZôÆ4ŠŒp«¨¥1XŠ¡Ù×看°‰x(¯‚ƒ¶‰0q@.Ü¢D™ÂGÚ˜ $°ÒɹYOí#ôÂ\ÌBSá³Õö¢WÖ1H°®6íž‚e±­øÝ¡¾²Ê<ŸiÉy:ßYøv®­èíRsÉÇ@oíª°™[ØØ­arÚ_3ÕíÿÌ [\jjéL[Þ£…¶Ì{‹Íéw½äg$¦mãbõÕÅ7º0¡.)½tk´Úý,å<¨+ûƒ›õåxôUs?1q„[ðŸüî¤R˜´¯¢”’o5–½9Fй š@¾ûÃÒ—ýÚ>Ë:ŽMpJÐq€¦xk+þ`VNÌY¤dnNÒrjʦÂe¸ôð‡¶4ØwìNƒc¼jhÒ‘†ô"I\Ÿî/ççíi[†÷mºà¬e ¤«J½¡dÅ_Öò -žê{pÑô‚tÀ#8ÇÙð™Æü烘À?Æg´ÂØ+"zø™IrØÙ®’€Ÿuüis°-e@­Ì-#d¸e¡æñ¼ÓõIw¶a¿fªš|¾U -h±^ð—í1T‚C„M±‰*AÇ›†àßÿW'lí{fa©»üÍÖ>iyˆœ,åæß’ÒS/Éh©W•œ<ÿLô•RܵåpðBGù%?嚘™ü`Ÿøl¥±àËO@üÒÓ»:z¦¯ô³º!åÕ¯9ï×"·ÚàÊæ@ÁëÍ¡â¦@‡O–üœg³Ýz:j[‚Osª(eû~ÕÎ$^øÕ1Q¾3Z¹Ú™÷QÆ :ëWdú¾^ïË¹Þ ®AðõÚÕ‘ÊþYü_ßœz»œR®mÈ{°-¥£m3m:÷|‹Æ Ì«Câ9÷åöpéw— —÷ÿ¶(´_Fl¾K ;XbUï®ÔŠöçh˜ƒY@‹©P@Ç¥8UøÌ=€›ì|ž¾*óÙ¦Œ˜£j.{kž ïi,ó(:r¹%íöVOæ#ó@Á›Å†Ô»–adŒKÇD®gs¸â³c ÌS¦]I)ÞGy ,üÿ¾»ž¦Â]Ç9õT´Sp#àÿ^¬êò¼ xŸ¸Ø_ñÕ£"ãgkºö á!7n91kg ¾Ù ÿ¶Ò… 2¶¡¿Šù÷çºÊB7Æ ãÔ„³#ßóþi›?6ÈÙ;£Ä·œTèë³2ŒÚðÒ®ãRmRRÞöDÖó…öÈ+ºÚÐó“ôo§\Rlú®ð;6u©üyàM/€e%¹§Á¤ZÆŠßl ¿´ŽÃ¾›F±á“œÜ[SüìëãÔ’ ¦©/}Ö -û£©ðë±ú cÔ¿#rvÜÝM#ðÅŸ.WD¾8·ÖwˆéE^)>Õ>^0×’ütŠõãæ0%è¬[Nüïje«¯…[ŽJZï)~½Ñ_úΣÂfÎ3é{ ,¦Ï;[eè$@³@Ü: ·À×z+>¬öB~ìLbRlR|Úú6JS[ôtsng»;MªP7&ÞSÖ†_˜nÉxÚ‹ ¿Óƒ½ pA4à1qÓ]°xx¨ß+íù_ÿ]erö¦±Û¢Ò Óxî»Ð: -Ä×ÓÜ"¡˜ðvg’íQói¦qDØbgÁ“¹æü‡“´”«•™_O·U]7÷—E.ö•~eä}½º5+ò¨©ÐÕ¾’ÏsíOfÚrîÏwfܱIŠ?ýšå°=z>{SDÍr*iàƒY~íßKü:¯–Tj¬Ï|¤b¥]mÈ}¸=‰Ý‘0K ­ð.%—¬ u¥=׿©àå©®²÷'Å„àßÕÌØóöqhÌÿmpšM -h© ÿÕS?&ý—±¦í—‘Iþi@çLÃRL£YïŒÍ1·fZb®þZ¨ltÎ4o+|³ˆœ}8#l;Ð3I? Ì®Š\ä’T„oô¥¿Ü/ ük‰×`Õ -kÍb6Òk¬¬Ú›g’ÝJ|–ðææ!p@2ìª õÕ© ¶>AH´«È%vÍ÷œNÐ:K›=%o6:³n´¥>°#’|÷pÔM…ׇ(™;|s½5ŽŽÚC›D°`«眦ÃÝúú.¯¡iÂk¬ï?˜«ë?œãUþšçò€Wž§wÐ’*|ºEA-²©+™£hŸ?ù6×Xö|¾¡ä‰–Ÿz}©5ÿ“i3×Yñf¶…¸Ñ/,]ë”®± -ÖF±€\[È}éÕ ì®MRsw$ô"—BÀ´+™Ð­IlœMŽŠðâÖòÌ2D´iìëµêÔ°±% áRù­a |½ºfH`³6ÓVøx¹`šbT¬O²Ëf[)aó Œˆ™JÔ+9çÚ1ñ¢B˜ùLÙó¼}VÂ.øh%gη—¼3Ô$ßµ ]hÍz>SŸtÏ4˜ù|žäÑc³Ö†!cؘ½icwš‰=˜eQ÷fDà—-rdÂ\WÎ3« ¹£ åY'˜å^EÛðž¶m -ø,ˆ•Ò·ËýY§â®÷B>\\í-  #Zaç—[ŠÞìéØD†Mtªè’Ê,Xâ|OÉ;UeÖ½æ|=8Y|“àVŸ>Ö³¨¿Œµ]?à üi ¹ÚWúÖ*ñíý⦛ßM"b¦ðß½Â+f‚]ô2Ë &NÌ»ÙOˆºé3Ñ+ýèD)?å†e -à!rwŽE;Xd1üsë+9ãä»’ÇÚždx5ä"«»ÒSôv³¸Þ[ñÞW»ËÔŽ˜ '<\€'­ bsÇé~Rfú=S?$Ü3…ŒÝ“S‹Ýtµ¿(z¡#åýb[òÝýi*awšËYë/ XíË|¼6öt¶)íÉÖpqÀß‹80O#“ÙÏN߆O~~¸P7²?SY³«¦UX†¡ßæë2î©yÑ·Öûó¾ý³Âmœé„ˆeÁv]m÷þJí„MJÉ[é…}|êû•~TŒ[M…¹fÙt¯Þ»ž\º5†Ž4 c"ÌãÄä%_¥†ô[ M)wå싳 )÷Öº ï"l® !$ÞXë‡9åøœÃ|éá¡lwž†õèxï4_°k¬î„µ?çëG}}ð~Îqy»3T„M‹LpLã²-ZB–¶ù£›ts{˜œµ5@LRS¯6ä½=Z—õꘔva«³ð…eœ˜4ÝGŒk&¦?è&…__‚;e¬[ÉÁ»µøœÝilî¶ðÝÈ ­)&Ô"­æÍö‘b‡ð±¦)|†S äÅ4<á¯bÙßóîQ ÆHñèÜ]cmçžQXí50ñ%&Ý2Y`ž, ±ŠHYv1»|}„œ$a—ÞïFe>jGßè,?Ý -½P_tnuuF˜q×>FIŸ¬*xÛˆŠº´ÒKȶ‰+qƒ˜È­Ñ²ÏYY ETðÊ­C$»´dˆYBCì-T÷:¦)N=!ߥE¦:´è›†ŽÛQRQn›¹)ÆÄmùîâ -mˆ ë»Ü:é:Á1‰I0Àƒ–ºbAîc^á×s«½ðˆõ!läbWÅ[Ë:fµ2וûru¤è˶ä#^×þ!­Ëñ8Ÿûk¹ª÷ÀW/RK(4ùjKNÀÂLÐh‹”˜7׃ âô±[Ïf﹫ ›:×–ñHÆŠ¿$¦%oƒ~9klJynSˆ™™ÏÛá—÷íf×Ò`ÀøÁÿÛk§òBÁF­“ÓLf¹BXöl¥›äøÛWCÝ«aÀ¶a¾º¦*jÄ™Øûó†Ö¢õ¨¸{ß_ÛrþY$"ìÒ‚àÕž”çÚÚôìÌW¿ñ2ýNšr?ÿwƒS¿£$lŠàa€¿â–Ëü5Ïáý³J§ÿ½Œ)_N ZîÉü¼<ƃܛá°:Ñ¥cãwµlÊŠEþwžŠÿï* y0‡.÷•}YïÇÇØÊpjk›ÚJ®K/¨ñNW -œ*É6‰Ï4ɭƤÛŰ8ópÅWó<ÐÙoô5÷çk}µæ -üu¼¤{+ÍÙ~æ^ð‡nTØ$?ñ^æëïË]åA‡îç±b׀ΰ:Ö®ÀeºŸá8Ã¥aa~ÎÔvyìC#—±ç»Ö ±Ä è>³ŠV¢ïÀ…ŽRóŸÎµÂ‚&Ù9/ú¡1çdô¬ÏJVÆ›ùZ@Ë—~rJ0I —šp1—{‰_ÏØ$øÜ}m•À©à­Rß>KèwË$&n}¶-Ƨ.áâU e/7'(¥n½ Ö£%•8äeß­’â ë$/f_Ï&zõ|†gšÏqiYø}#_¸oäò}}ë=@ãS6zp‘ë}˜âÊü'ÙÆú_õ£âï­v#ãgJ^.4úMÒcoKy©ÏFxI·Û‰q÷í¸„y@ô¬ ‚Ö‡!ÁëÃe -hôÏ%òŸ NÝábU÷î¼°Å®§úî “˜¼ÃEAçÞ|í€gFXïpe[IÊÖ÷ó8;éN6æêžR@÷úz·+)5o«4Ûœ}w¦)ýöJoy y’Z4Êɺ/«Êñs*­«al€¯¶«qv>c[ŽOS4–}×~pÏñ»wùuV%1Ó,Æ'ïÈÉàƒàw¬UÁ¨ØšÄÅ/tA¾9u À[’‹¶¥˜äå^hœ±!ÿÓrgyðúPE‚y¼"lC„Iád>ê£Ä?Ùøp[AÎÛš$eZd”B‡žM°(X°Í)jÞ¶‚ Ñ·@—†50ÔõX€ß­RJŽi¶Þ þ²ÒVöqe³5Å*UÃÃIY7–º ¿îLŸi‹º6Ýuk¡¯ð›ª1;@טóÃ6Oü{…]¹4ŽŠ“7¿´ˆéðƒ¹ÚÞƒ92fÏN±J3^Ó^ÿ>ŒÿðÇú@aȯENåê06n¦±­äÐ~Î5‰ÿ«îüï2•ð×"¶Ð©†E-t¿±ŽS²ì"v‰SÎÃí/Ô,Öîµ–1Lì|CáÃ=ð o‹Í÷W:²ûz ›KüšPŸBèj ꛆ“~sŠs½òñ,7Ëï3í鱿ò'71É›c„x«›èÒójRɾ'Ø›«îñÌ -›]:æ`†ÍØžÄ%{T ,à?¨?çXd«†KسKMãüŠ•vfì$«àAUÁ“Ãèô›ŽQ^ÅV<`±)ë¾¾6öÒ|sÖƒÕDÀ|'øãÖ 8hOÀ[Çñ‰V%Ó¡`”Ù¤È(«nž(RTÇÞ• .o }þ9G%[T¤²)ÁP[ø°­üÇoµ9ŠYi×ÈYŸOã_œœ©Ë²‹±É6 *Ö&A'˜F˃:Ò_k„߯H)_O/7ç½^%$ɪRoë„÷—Ú˾>×W×<óŸEBÅ“»1‘÷Ú®@¥ÿàô_‹5ÿ™çòÝSeßí£ùoÝRH䮞Žò˜išBÆóm SrÍ“,”¦¾â“ 8üJ^àÓÓ‚œçfªŠ¬·—>7À#:ßÏtÁB.-·a#·G9ËÝ¥ï'˜I7åU¹Oç{à_uг=ä¬UµÀ¢ ænO¡“ì -zWϦÎrù{3œ[‹9Ô¸b››nWQÀ{ µCîYA½]Ï£/ÁbV‡ ->Ú¥? -T‚®Þ¿¯ªo°ræÁo†Qa[K¾^áCoi9×·úŠ?{µ”´%û3;ëÃ9ó£Ì«®©vhX„]€ç*B®S‡ÍÝ[¦SlFbÉ¢ÝEMzÐý~ëp©fÐ;×8åbÙ×Ï{µ»àid“áRm„Wå½nG…_Zè* ´MÑÀ5Û"Bº 8Ì -zé|/:xcŸíâ~aŒT²ÔLq¨+YN-éÔ3ÐîY~µ]p›š…ØQ±`6mËÈÆ‡´:LÊ´k8ÔM 5_^Uþºžx½}{±9ï‘”—øHט¼6„HëA‡^5OARw TÔî4à»gé4ï…âR£‹Ì#>Å'íΛÜÓ“„ŠñÝÇ´j˜H“Œœ»)£—mšÃeÖüÝ´&¢æ¯Ž²¼sÍr×L›Ö3ߢý_m£°Ö©e@¿¸2EÏ›ª*öÓ6çVñjô]°l§Œ ·Œâ"Mý°Ï«]E~KÍ9÷œÈ 2^Úváíï~—A‚¼ÀÛæQTÔú ,ÐX_üt±­Äo­§ðåæ`®¿m øäÒ8>¯rÝ.ÁÛµ­£fEû Y^WíÔòÙû3‚ÇšïGG,õþF§Z%„\ó82|¹òAÌÈy2FN¿ÌÕ3Ljðbü—³ÓÕ¥Q;£¨˜…öô»‹Ý™÷UÕ1×z‘ïOᯠ“Âî,u}Ów•¨©ˆ¸0ß@O· ×\2bèTA£6†‹Þ›Ç ?{TøÒ}=o•â3vU¤Âg(ˆÿǹÂ_FgOK,veø­tg¿\EÇ - ?®QÓŸ¬váÖZ+ÞëÒï¨ø‘WFˆçëJßžã§<;*g$ß±³Ÿ±³¯-¶ä¾™m) [ê<±·=EɳˆI1$~}¼øào‘.¥ Ú)§¡\*Bá¦(ëÛêpÚç­‰Òï  çDÇ4©Â$…G ò×¼°íç<¾t×K¶Ë`Qßrr®i¹Ô…ø¼ÙGNr9Ý üîUâ36úËz°!×(q¦€x¢åüØì§,÷ÒRæúß¼@“‰ˆ=®lŽŒðç6©°Y¢šŒƒÌØç‡KU=—džâÀì2Õ6‰ÊÛ†„™ûË㬓¨Ìafê½N|Œÿò4mu›2߉ ZìF~_BEn‰H©+=H_=¶D³Ÿ=Y[òn”›õɪ¬ªqè„5¾½Næo+(¹v ßÜó<]/è:ÑáªfÄ·mU%{iœ–;FÍ»[Wv¾±ðÛŸk¹S‘n%"« }-Äÿú±±ê̈ÝY6Õkà1¶þ?Gïý–fÚõýšÌ¤Ì$Ó2é½÷Ä$&&1jì½÷^é½wDPQéR¤#MA±W°÷ô™û~ÞgïþCöåþ 9.Îs•Ï÷â\kY! έXªß­kö¼ا›5©„ä˜)ygÇe÷›>ï`Š×½?Ãlr’ˆƒjkpŸ¹d¤Öoz°% ¸ðÓSôe²Û÷ï¿ïpvÕú±ioŠŒØ:ì6Œ-òËšÞ"r^þºëæ‘×MäòÃþía%äí¼´ñÁ„¨êú¨ô Ÿ\y¡>áþÏlîÓ°¾-ÅÉÍ¿ì çœ™é­»¿¨¬}²enüðÅKmÝõrp^%$½%óÚ‰qCÞ®O9¶åë³ -vª¾N±¸Ÿƒtâ!w,˜HE -nà FEÜÙ‰®–Ü}'±zc™VáÒ¦ºÛ^„­m¤ºË.ZÃý ¾$(nzáo/ºÒÞÏ*ê^ÌöW½ZѵeŒ2´&Lk"ÜÊ»bJ‘› O ©@¾ø1Í;NbÓÆ¡ñû( þ=@ÃmØa+¦¦è7ºl׎(øÏõ¿³<É÷ßÝØŠEeýÛUCkö¢™-jK¸¬#—Ü›ëGÅÏt7<òqó.XIifñ'¯úíhÚõ QC¤“w£øÅ•ˆ¹žºØ}û¡†&‡õ„iYSä²¶êÉš¥òeØXórËFªžV´ä؀ظ<Mþ2†kûÄ@¿qMß§­ß¦ð-74sÝÖ’ð#È`~ár¿Ž·÷úËÁ ràA—­š?Lv—Þs23.Î+ §T¨"%9÷¾«½øIØÏ×òŸhq·ý”¶ï¤C_:«l‹]4"’¾NRp_ƒô× ®õó8¦n?ˆmØ -RPk‡çÂ'(”stþŒ7£Dg캸¼'i´ºþ­Ÿx~”›w{AÞµïÀ•í» µ6Nåíq)òý¦•X±iCäOõ×½몾3§ª{¶€bÖœøê ½=¦.š5›^m{”M[w>⥀?ÏЀ¿É°•PrØ÷Ð/us:À÷•ØÔ iëk2í^Ðû¿;£.ój"¯‰›â#Šã&uhØ–ß¶ JÖ†©àM/¹ïÇ7nöãub«6ØâIeÓ[Ÿ¸êîØ,qc”Í {0Ȱݰ5Τ¯xHÍa¹qÅÇ¡ïºoÍÙ’3«-}´íÆÃ¦”Xø?ÓLÁ—ÙÒ½ ùušßvCó–-¼¤oMsuÕf­Zu¥dÍD¯YÖbÓ&Å͸¼?{@)¿ô¶Ä7¶¥œÙБjæ5è)ë÷eküŽ•¹mE¤ïÖ Z ™ËFtn “ Â•Þ[$㦤®í ‹¹äõÏ$ØžŸIØò° +>NÇGÄ k3.Íu¡ê>ÙÈ ³Òš;‹ý¨É®æ‡nrÉ™INéÅ5u[✛E¯ÿxF Jº²ã¢€ûJl: É3òÊǃäŒó -\Ú_“}5B:h¼’YWsÿô!åÁ…–ƒ>oˆßŸ¼¨ŠÉº®ŽÜó‹êêÈ]7¥¥–ðçh{EÆ¿AAÿw@³öà*ö]èÂm+27¤|˜èn~âìhz ç_Ò óÎmè-‹ýÀºH`QS=ˆ˜…>lê0»æŽ°>ö4¿ôÅÑu-,m´£â‘_P|}Û MÝÆÖî:Ð_¼¸ÊÃùwÀõ%ú%FD¶,‡÷0=«VdþŒ¦þåÞáý®¢ðKU÷¿ dòá|ím£í³[ªÜqhvRÕá¹IÉM¿ ïÊ/÷Ú®]åThL½ŒWñæ·ƒ*|FÖ;%=™“6?lúåa~Þ&7n»°Y]sª…ruÕÜœþÏ4àƒcTäî ·?F#ügžÛ³ãk+šlz©¤Þƒd>¹°zxž-€nZP4ĆU1_ÜÐü¶ö}@˜[ }bºò¶™õ›ÿüw3½àÆ'?òy ÛøÙ®×nqh݉)XµaŠ×Ü,Ì’•\³ãf¢|LÜ÷ *æ?³ Î12ô àû‹ªŠ'^aþµIË;¡è®œükgÅûc¢òw'»jbÿš–ÖÅ8ÉàEm[Ñ0·ä¾^x~ÅD,òXꦥ­`Ã/Ùp઀8€ÿ2M&|š$¡w'èä°‡ î©z:¥mIü:ßéø4ÍïÙô10ë#êvv8óô}›[s¥àø³>âÿ®ó‡gNo9`i+†Æ¨UíÓ¢âÜþ]»ie6†Ø =¥x±ïc–^6 RNº(i¿¯«j^-÷ƒ“'ÅuOG¹å·lØâieíÛÉÞ²ûÓ=U&{Šo/ ´¼Þ6R*ÿ4Þi -m/HAo¨ðƒ ‹ñï `‹“òO~wËAkصQk?;­ŸÌ|*aNŒŽ[U2ËÇ;šŸQi¿{Ù…w<¼Ò»NfÑE7¯âêt:mk˜ƒÞôPšCxrØÔ–²\úx†¤`N…ÎÕ1«JÞÿíï¬Êú2%Ò¯Ùñ•sJðûe$iß«ø<‚©úäE”n˜±e®ÆgËJDÉ¿Pøëë(±ywW¾¤…âãÙl‚Mê‚•Ÿ3믞gö·WÜDÆìiyýs/$ö=6ÿ, …®Nt6¾öö¶Ä–EßüññöÉO$À+èJ7/ï‚÷îW¿4ù| ;ýì¼²&j˜>mzº ñóDöÀ^þß0•ýÃTÖÿYÀAL Ê÷\ÐÔñÄÂ÷¿cs¢N.ðào£tì'¥yÏ‚.YV‚’,ôüGvN ÁRÏìA2×,„ú±öºûëxÚ¶™P²eEfoÛ‘Ûv|ë®ßè`fœY”7&|a’-Q¿mƒfmºQ%;^Bó?“üž}/ò)@Ç/ÉMÃüÆ·».bÝ'? ¶¬†~á•^w°²þî<«@$_]Tâ­Uˆ,ùðWâƒKÇU¸’7?»Üp€Öíà„5+(n×Ö– ´|i™±j#”}ð÷\tÌò`kÊî0¦j݉áæ\Q€ßüæí¨|ÔϹ÷öî/²¶ìKš¶ŒSЦØc.|Ê) ÐÂ÷¿JšãÏ -â. ³ŠZ9‘ñ÷þŽhL¸jÙŒƒÌêÛ–ŒM1{~(dGNi@Ñ3Æ–¸=ÀoÿŸ0C´ ¥lÙi¨/Ÿ¦„Úo‹"û%Nß÷iâ+£V"C:ðogå£9%,iMH )šÞ…• ñËòê÷ ²òWûn|Q‰baÃs¥àöB?¸þŠ›6|öƒ°äS:ØÇ_̨¿Žss/…äÏÇjŸs@oOvµÄ^Õ"2ׇZ“|¼üÛö¼ûëºü§ÛŽÒçŸÇ•_'˜ÌoS‡õ†4ì?‹zø»ú§6ñÀMªßµâ‹7M¤Ò1QãÃ1AËS+½þYOsÊiiCâܲ§Ðô¿|ì⛃­±ÛVtiHÉY6B36œÔ¦m—t0‚¯_3ƒâ†¹9ç-ôÔ¿&º+ï­ëái^:fà“-tàåÒö}L̶ž¾i©ÒÜ›”<¢†Äa`?y™ø•!Bù¾‡IØ÷ð¨a1ÐÜ£¢ºgüº‡Î¦Gsò¶wKzj…‡_sËF/¼b"<œè®yä¡ûnÙ³i(Å× åÖ§Ÿíj̾·>DMöÖ=öñªï ›¢šÞmÁ¾ŒP Ÿk\tˆ %í”Wõ-HAþ˜&!¾áE_Ç!Y_Ðl€«¼õ‘Ä’÷§P¹ÏöÌÎ532{±·öþtgùu%ýOZÑ““¨ÔGµmoNíØ¡ÙZNå ZeÜ婾¶ê ;±Æ/)ºe¥¾ûK‡}~f¤ýý¹Ùþš×›6"lm˜ÁU¼¾db¤¿úŸ9ÿp^öw?ƒ´ïF­ê@±ãÂâÇnFÚµm@·«©E¯Ðy¶DȺU´¦ƒ&„TÍI.AÉK&õ¼›wqT\ûnËNAZy•‡s²F£ÿ;Çjÿ>I§lÛ!i¡Áú× Úºg‡µ'Ÿ€ýŸWA;)¾¼¬mK^³`rW ¨‚»a¡7M+ ®öúû³JL†ŸsATùæø0-ïʨ úÉ¢²- ø^Õ!3®d\Öϯùpº)þöÑ^ØÇ››vXÁ¢®êÅŠ”¹ë#ÁÃN&c{œ#þ:ÏÖÀþw™DUÖü@çü˜‘¸¿Íp»?O3XÓḑqtÕ–­åãî0²lÛ…išP6¥®Y1õ›@,òÐ .õÕGï¬xvÄŒIükÍŒ-qñÊ® ´%œd•¿<ª%œ£½>©‚d^°››Ñ9zÉYÎ -í,«|"CÇýɪ~ùÓ &ãܲºõü¼ö©›SxÇ'(zR”DîC ¾Y¼¯“¢AÀGz׆ åkvJÍö0³çå’6¬„ÒU29¬E&L|·<·¤þÆ,z÷s€ÛòÚÃh¼o'žõ°ò¯Úóï9Yq׆HÑväßÞ¶PÖLTPH ‰?ì¹ o|·(¯x¶6Xñt±¿àÙº®6fÇÏÚs“?y8¤u3¶pÛÔ–öÕ®>p‚³· "ûë©eÓŽ)š4-Àš­›ÃzHO,œêizæ`fþ9DÈ8 °Óå 4`ÌLµü’¯½åùŠŽV>ÑYû@‹HüƒWy\Zÿæô¤°öÎl7âòŠÕ4£¢T*°Yg'»qY«ƒì†5ÇW®Ûq¥KêÖØy[âì"Åɪz ‚¥õóJnÙð•í輫 ÉÏNw€‹W,ÄJ'7íŒÍÁIŽœ’å¾ý죣?ò¸+ÃÄfTYÔy5)óõ¿3Lö'??‡çÜ^LJK¯»YégݬÌ[K&\I[ỿ‘9±7·Ýláž×è(¸¥GÅþÁ*~ô“¨üñÑqÁí¶&l¥6æEß=Á¬‹{üÙ‹Gÿgž%ü:އ„+ÏÉ‹nl:Z¿OrEëN -Ü@+¸ëáÞýdžnÞqã+WtḚ̀úq¶¯æÁÜ@ÝÓ. _øöT[Æ“£ÒêÛ@<]Ô6'OöT¼ñv”Þ냥ýF/|ñÓ)éÂÚPcò†½-#4ÔøvÏCô–PþmºË ¬™êË$• äI€ÏA©ß&õÿÌ ´až8ÜUûyšŒû2Ëjÿ6MÁŒ ŠL _ƒ(pØÉYuë— Øü…Ö÷.vþm'3ýê–©ù㌠-•ä`ým£äŸ1` Ïð›SOÂS#•ޟéj‰äW½:A̾õS_ó‹Z܇_`é×"Ôˆ,(›Þ¹º«ŠÁïN¶×üâaâ>ûMËCÐÄY=¡tÅÁBïú™¤Uä€ÄéÅ7浨‚m·e¥6,«á c‚ò+>Fñ9:ý”•û×´ñAÉ=gÆæ°ËnŽsK¯ÏJÊ"—ú’×Ô°ô° öÎÏ/¿5+nŒÜ7Ðj¶u¸ì/‡s²Uµ‘Óœ+_L‰ÿC•Øaékª–˜iÍý-#°ýДuesÌ®µåãÚPk즖´aAf침­{>z[ÈŒ/Z1PÊÂV­_T~K 9¡ÆübÂ'žs³ -.Œ +oñì£_}ßÛ˜rz¢½áU ½ú•sÚÏ̾µØS ¬ëG§ éa"çBHO‡î¹9¤€¸äÞ‚²îÕŠž>«¿Ýñb«÷ütTÈD,ŸR@£WMДÿYæ*þ™c‹ö¼4ÈÒ >Ë',¹1èÏý\ÓAŠÊ!Ñ«VhÝÞÉ]³uí¬š»„üW¿ s#ÿèƒ$_•Ô? -ö‚ÓWmlò²^Ð#²FܯÁ¾ŸE -1ÅN^ÙÃaaÕÃ@OãË7ƒý}ºCùyŒIÚvk×,¤šð©fI‡Í^1’ËÍô:¯)Ê#D–îù:ûg5ØADÆo} éÑÙç‚vìàÀŸ«çõäÂÆÄ7¿ˆ endstream endobj 7 0 obj [6 0 R] endobj 49 0 obj <> endobj xref 0 50 0000000000 65535 f -0000000016 00000 n -0000000144 00000 n -0000054656 00000 n -0000000000 00000 f -0000056223 00000 n -0000056037 00000 n -0001826267 00000 n -0000054707 00000 n -0000055124 00000 n -0000550845 00000 n -0000058141 00000 n -0000058028 00000 n -0000055317 00000 n -0000055476 00000 n -0000055524 00000 n -0000056107 00000 n -0000056138 00000 n -0000056356 00000 n -0000056381 00000 n -0000056680 00000 n -0000056833 00000 n -0000056902 00000 n -0000057172 00000 n -0000057255 00000 n -0000058176 00000 n -0000550919 00000 n -0000551524 00000 n -0000552855 00000 n -0000565586 00000 n -0000631174 00000 n -0000696762 00000 n -0000762350 00000 n -0000827938 00000 n -0000893526 00000 n -0000959114 00000 n -0001024702 00000 n -0001090290 00000 n -0001155878 00000 n -0001221466 00000 n -0001287054 00000 n -0001352642 00000 n -0001367151 00000 n -0001432739 00000 n -0001498327 00000 n -0001563915 00000 n -0001629503 00000 n -0001695091 00000 n -0001760679 00000 n -0001826290 00000 n -trailer <]>> startxref 1826484 %%EOF \ No newline at end of file diff --git a/trunk/web/images/icons/available-1.png b/trunk/web/images/icons/available-1.png deleted file mode 100644 index 5df76ff3..00000000 Binary files a/trunk/web/images/icons/available-1.png and /dev/null differ diff --git a/trunk/web/images/icons/available-1.svg b/trunk/web/images/icons/available-1.svg deleted file mode 100644 index 18b5fdff..00000000 --- a/trunk/web/images/icons/available-1.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - -r - diff --git a/trunk/web/images/icons/available-2.ai b/trunk/web/images/icons/available-2.ai deleted file mode 100644 index d8948c3b..00000000 --- a/trunk/web/images/icons/available-2.ai +++ /dev/null @@ -1,6953 +0,0 @@ -%PDF-1.5 %âãÏÓ -1 0 obj <>/OCGs[6 0 R 51 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - available-3 - - - 2018-07-27T11:23:10+02:00 - 2018-07-27T11:23:10+02:00 - 2018-07-27T11:22:40+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - - - - 256 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FUHqGs6Xp61vLlIT1CE1c/JRVj92UZtTjx/UQEEsavvzK0+MlbK2kuD/O5Ea/R9o/qzV5e2 4D6AT9jEzSK7/MPX5j+59K2HbgnI/SX5D8M1+TtjNLlUfx5seMpVP5k1+f8AvL+f3CuUH3LQZhz1 uaXOR+aOIoKW6uZa+rM8levJif15RKcjzNotSyKuxVViurmKnpTPHTpxYj9WSjOQ5GltGweZNfg/ u7+f2DOXH3NUZfDW5o8pH5p4imtp+Yevwn996VyO/NOJ+gpxH4ZmY+2M0edS/HknjKe2P5lafIQt 7bSW5P7aESL9P2T+BzYYu24H6wR9rITZLp+s6XqC1s7lJj1KA0cfNTRh92bTDqceT6SCyBRmXpdi rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqT615q0nSQUmk9W5HS3joW/2XZfpzC1XaGPD sTcu4IMqYNq3nvWb6qQN9SgO3GI/Gfm/X7qZz+o7Wy5Nh6R5frazMscZmdizEsx3LHck5rCbYtYq 7FXYq7FXYq7FXYq7FXYq7FW1ZkYMpKsNww2IOINKyPSfPes2NEnb67ANuMp+MfJ+v31zZ6ftbLj2 PqHn+tkJlnOi+atI1YBIZPSuT1t5Nm/2PZvozoNL2hjzbA1LuLYJWnGZqXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYqo3l7a2du1xdSrFCn2nY/gPE5XkyxhHikaCvPvMHn67uy1vpnK2tuhm6SuPb+Uf LfOc1na8p+nH6Y9/X9jWZsSJJJJNSdyTmmYNYquRHdwiKWdjRVUVJPsBiATsFT7TvI2v3lGeIWsZ /bnPE/8AACrfeM2OHsrNPpwjzZCBZHZflpYIAby6kmb+WMCNflvzP6s2eLsSA+qRPu2ZCCc23k7y 3b042SOfGQtJX6GJGZ0OzcEf4fnuy4QmEWmabD/c2kMdOnCNV/UMyY4MceUQPgmkQqKoooCjwApl gFK5lVhRgCPA74kWqhLpunTV9W1hkr15xq36xlcsEJc4g/BUvuPKHly4+3YxqfGOsf8AxAjMefZ2 CXOI+G33I4Qk95+WumyVNpcywN4OBIv/ABqfxzBydiQP0yI+1iYMd1HyHr9pVo41u4xvWE1an+oa H7q5rM3ZOaHIcQ8mJgWPSRSROY5UZJF2ZGBBB9wc10okGjzYrcCtgkEEGhG4IxVlvl/z9d2hW31P lc23QTdZUHv/ADD575udH2vKHpyeqPf1/azE3oNne2t5brcWsqywv9l1P4HwOdHjyxnHiibDYrZY rsVdirsVdirsVdirsVdirsVdiqW67r9jo9t6tweUrf3MCn4nP8B4nMXV6yGCNy59Agmnluta9qGr 3Hq3T/Av91CuyIPYePvnJarVzzSuXyaibS7MZC5EeR1RFLuxoqqKkk9gBiASaCsu0T8vLy44zam5 toTv6K0Mp+fZfxzdaXseUt8npHd1/YzEGb6Zoml6YnGzt1jPQydXPzY75vsGlx4h6RX3swKR2ZCX Yq7FXYq7FXYq7FXYq7FXYqg9R0fTdSj4Xluku1Fcijj5MNxlGbTY8oqYtBDCdb/Lu5hDTaXIbiMb /V3oJAP8k7BvwzQ6rsaUd8Zsd3VgYMOlikikaOVCkiGjIwIIPgQc0sokGjzYLcCpjouvahpFz6tq /wADf3sLfYce48ffMnS6ueGVx+SQaepaFr9jrFt6tueMq/30DH4kP8R4HOt0mshnjcefUNoNplmU l2KuxV2KuxV2KuxV2KuxVJ/MnmS10W15NSS7kB9CCvX/ACm8FGYWt1scEe+R5BBNPKtQ1C71C6e6 u5DJM/UnoB2AHYZyGbNLJLikbLSTaHytUy0TQdQ1i49K1SiL/ezNsiD3Pj7Zk6XSTzSqPzSBb0vQ fK+m6OgMS+rdEUe5cfF7hf5R8s6rSaDHhG28u9tEaTjM1LsVdirsVdirsVdirsVdirsVdirsVdir sVSrXPLem6xFS4ThOBSO4TZx8/EexzD1Wix5hvz70EW8z13y7qGjT8LheULH91cL9hv6H2zldXo5 4DUuXe1GNJXmKhEafqF3p90l1aSGOZOhHQjuCO4yzDmljlxRNFQaeq+W/MlrrVryWkd3GB68Fen+ Uvipzr9FrY5490hzDcDacZmpdirsVdirsVdirsVS3XtctdHsWuZvikPwwQ93bw+XicxdXqo4YcR5 9Agmnkuoahd6hdyXd0/OWQ7+AHYAdgM43NmlkkZS5lpJtDZWqfeV/KtzrMvqvWKwjNJJe7H+VPf3 7ZsND2fLObO0O/8AUyjG3qFlY2tjbJbWsYihT7Kj9Z8TnWYsUcceGIoNqvliuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxVSu7S2vLd7e5jEsMgoyN0yGTHGcTGQsFXmHmnylPo8nrw1l09zRX/aQ nor/AMDnKa/s84TY3h93vapRpj2a1iidP1C70+7ju7V+EsZ28CO4I7g5ZhzSxyEo8woNPWtB1y11 ixW5h+GQfDPD3RvD5eBzstJqo5ocQ59Q3A2mWZSXYq7FXYq7FVK7u4LS2kubhwkMSlnY+AyGTIIR MpcgryHX9buNY1B7mWqxj4YIuyJ2HzPfOL1eqlmnxHl0aSbS3MZCfeVPLEus3JeSqWER/eyDqx68 F9/HwzYdn6E55WfoHP8AUyjG3qdvbwW0CQQII4YxxRF2AAzroQEQABQDaqZJXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYqsmhinieGZBJFICrowqCD2ORlESFHcFXlvm3yvJo9x6sAL6fKf 3bHco38jfwOcl2hoDhlY+g/imqUaY/muYploGt3Gj6glzFVoz8M8XZ07j5jtmTpNVLDPiHLqkGnr 1pdwXdtHc27h4ZVDIw8DnaY8gnESjyLcq5NXYq7FXYq87/MDzAbi6/RVu37i3Nbgj9qT+X5L+v5Z zPa+s4peHHkOfv8A2Ncz0YdmlYJjoOi3Gr6glrF8Kfaml7Ig6n+mZOk00s0+EfFIFvXbGytrG0jt bZOEMQoo/ifc52eLFHHERjyDcr5YrsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV Ubyzt7y1ktrhA8Mo4up/z6jIZMcZxMZciryLzBok+j6g9tJVoj8UEvZ0PT6R0OcZrNKcM+E8ujSR SW5ioZj+X/mA291+irhv3Fwa25P7Mn8vyb9fzzddkazhl4cuR5e/9rOB6PRM6ZsdirsVSvzLrA0n SJrkEes37u3B7yN0+7rmJrtT4OMy69Pegmnj7MzsWYlmY1ZjuST3ziibaXKrOwVQWZjRVG5JPbEC 1et+VtBTR9NWNgDdS0e5f/K7LXwXOy0GkGHHX8R5t0RSc5nJdirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdiqUeZ9Cj1jTGhAAuY6vbOezfy18G6HMLXaQZsdfxDkiQt5G6PG7I6 lXQlWU7EEbEHOMIINFpaVmRgykqymqsNiCO+INK9g8tawNW0iG5JHrL+7uAO0i9fv652uh1PjYxL r197cDaaZlpdirzL8wNWN3q4s42rBZjiQOhkbdz9Gwzle19Rx5eEco/e1TLF81LFlv5e6KLq/bUJ lrDabRV6GU9P+BG/3ZuOx9Lxz4zyj9/7GcA9IzqGx2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV 2KuxViXmDz9BYzva2Ea3M6GkkrH92rDttu3vvmm1na4xnhgOI/YwM0ltvzJ1dZQbiCGWL9pFDI30 NVv1Zgw7byg+oAhHGzfRdd0/V7czWjnklBLE2zoT0qPo65vtNq4Zo3FmDaYZkpdirsVdirzn8wtE FtepqUK0hujSanQSgdf9kP45zHbGl4Z+IOUufv8A2tcwxDNMwZR+X+rG01c2cjUgvBxAPQSLuh+n cZtuyNRwZeE8pfeygXpudU2ofUr1LGwuLt/swRs9PEgbD6TtlWfKMcDI9ApeKyyyTSvLIeUkjF3Y 9yxqTnCykSbPMtC0AsQAKk7ADqTgAV7J5f0tdM0i3tKfvFXlMfGRt2/HbO30eDwsYj16+9uApMMy UuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVjnnXzD+i9P9CBqXt0CqEdUToz/wAB/Zmr7U1n hQ4R9Uvs82MjTy3OTanYqy78tZ2XV7iH9iSAsfmjLT/iRzc9iTIykd8WcHo+dO2OxV2KuxVL9f0x dT0m4tCPjdaxE9pF3X8cxtXg8XGY/L3oIt42ylWKsKEGhB7EZxBDSuilkhlSWM8ZI2Dow7FTUHDG RBscwr2rTb1L6wt7tPszxq9PAkbj6DtndYMoyQEh1DeGOfmNfGHRo7VTRrqQBh4pH8R/4bjms7ay 8OIR/nH7vwGEzs81zl2tPPJenC98wW4YVjgrPJ/sPs/8MRmf2Zh8TMO4b/L9rKI3es52La7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVC+vbeytJbq4bjDCpZj/Ae57ZXlyxxxMpcgrx3V9UuNU1 CW8nPxSH4E6hVH2VHyzidRnllmZFpJtB5Sh2KvRfy80R7a1k1OYUkuhxhB6iIGtf9kf1Z0vY2lMY nIecuXu/a2QDMM3bN2KuxV2KuxV5P500/wCpeYLgKKR3FJ0/2f2v+HBzju08Ph5j3Hf5/tapDdIs wGL0r8ub4zaNJasatayEKPBJPiH/AA3LOo7Fy8WIx/mn7/wWyB2SP8ybsyavBbA/DBDU/wCtIST+ AGYHbeS8oj3D70TYjmmYM+/LKzAhvb0jdmWFD/qjk3/EhnQ9h49pT+DZBm+b9m7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXnHn7zD9bu/0bbvW2tj++I6NKO3yX9ecx2vrOOXhx+mPP3/sa5liO aZg7FU68qaC2r6mqOD9Uho9y3t2X5t+rM7s/SeNko/SOaYi3rSqqKFUBVUUVRsAB2zsQKbm8KuxV 2KuxV2KsI/M2zrBZXgH2WaFz/rDkv/ETmh7cx7Rn8GE2A5zrWy78trsx6vPbE/DPDUf60ZBH4E5u exMlZTHvH3M4JV5xn9bzJfNXZXEY/wBgoX+GYfaU+LPL8cmMuaTZhIereRbf0fLVsaUaYvI30sQP wAzr+yocOAedltjyT/NiydirsVdirsVdirsVdirsVdirsVdirsVdirsVSDzj5gGk6cUhal7cgrDT qo/af6O3vmu7S1ngwofVLl+tjI08pJJNTuT1Ocg1OxVfBBLPMkMKl5ZGCog6kk0AwxiZEAcyr1/y 7osWkaZHarQyn455B+056/QOgztdHpRhxiPXr724CkzzKS7FXYq7FXYq7FUg89W/reWrk0q0JSRf oYA/gTmu7VhxYD5UWMuTynOQak58nT+j5ksWrszmM/7NSv8AHM3s2fDnj+OaY80FrUnqaxfSVrzu JT97nKNSbyyP9I/ep5oPKUPZfL0XpaFp6Up/o8ZI92UE/rzt9HGsMB/RDcOSYZkpdirsVdirsVdi rsVdirsVdirsVdirsVdiqld3UFpbSXM7cIYlLOx8BkMmQQiZS5BXj2uavPquoy3kuwY0ij/kQfZX +vvnFarUHNMyP4DSTaAzHQ7FWe/l95e4L+l7lfiYFbRT2HRn+noM6HsfR1+9l8P1tkB1Zxm/ZuxV 2KuxV2KuxV2Kpf5hi9XQtQSlf9HkIHuqkj9WY2sjeGY/olB5PGs4hpRmiyenrFjJWnC4iP3OMu0x rLE/0h96RzUr81vrkjp6r/8AEjkMv1n3lBUMgr2zTU4adaoN+MMYr8lGd3gFY4jyDeictV2KuxV2 KuxV2KuxV2KuxV2KuxV2KuxV2KvPPzA8w/WJ/wBFW7fuYDW5YftSD9n/AGP6/lnNdr6ziPhx5Dn7 /wBjXM9GG5pGDsVTfyxoT6xqawmoto/juXHZfAe7dMzNDpDmyV/COaYi3rkcccUaxxqFjQBUUbAA CgAzs4xAFDk3LsKuxV2KuxV2KuxV2KobUk56ddIduUMgr81OVZxeOQ8irxPOEaFew/3utv8AjKn/ ABIZPF9Y94UN6h/vfc/8ZX/4kcOb6z7ypQ+Vq9s0ti+mWjnq0MZP0oM7vTm8cT5D7m9E5arsVdir sVdirsVWyyxRIXldY0HVmIA+84JSAFnZVkF3aXFfQmjlp14MG/UcjDJGX0kFVXJq7FXYq7FXYqkn m3XxpGmloyPrk9Ut18D3f/Y/rzA7R1fg49vqPL9bGRp5MzMzFmJZmNSTuSTnHE21NYqujjklkWON S8jkKijcknYAYYxJNDmr13yzoUej6akGxuH+O5kHdz2HsvQZ2eh0gw46/i6twFJtmYl2KuxV2Kux V2KuxV2KobVGKaZduOqwyEfQhyrUGscj5H7leJ5wjQiNP/3vtv8AjKn/ABIZZh+se8KFbXYzHrV+ h/ZuJafLmaZPVCssh/SP3pPNA5Qh7H5blEugaew7QRr/AMAvH+GdtopXhh/VDcOSZZlJdirsVdir sVUry6itLWa6lNI4UZ38aKK7ZDJkEImR5BXj2sa1e6tdtcXLmlT6cQPwovgozitTqZ5pcUv7Gkm0 HDNLDIssLtHIpqroSrA+xGURkYmwaKHonlHzot7wsdRcLedIZjsJPY9g3686Xs7tPj9GT6uh7/2t kZMuzdM3Yq7FVO4nht4JJ5mCRRKXdj2AFTkZzEQSeQV5Br+szavqUl09RH9mCP8AlQdB8+5zitXq TmyGR+HuaSbS3MZDsVZz+Xvl7kf0vcpsKraKfHoz/wABm/7H0f8AlZfD9bOA6s8zoWx2KuxV2Kux V2KuxV2KuxVLfMkoi0DUGPeCRf8Ag14/xzF1sqwz/qlB5PHM4lpR2hRmTWrBB+1cRV+XMVy/Si8s R/SH3pHNHedYPR8y3gpRXKyD35ICfxrmR2nDhzy/HRMuaR5gMXqfkG59by3ClamB5Iz/AMFz/U+d b2RPiwAdxI/T+ltjyZFmzZOxV2KuxV2KpV5phkm8vX6R15ekW260Uhj+AzD18TLBIDuQeTx/OLaX Yq4Eg1GxHQ4q9A8oedRNw0/VJKTbLBct+32Cuf5vA9/n16Ps7tPi9GQ79D+tsjJmub1m7FWAfmD5 h9ST9EWzfAhDXbDu3VU+jqff5ZznbGss+FH4/qa5nownNEwdiqaeXdEl1fU47ZaiFfjuJB+yg6/S egzK0WlObII9OvuTEW9ehhighSGJQkUahUQdAAKAZ2kYiIAHINy/JK7FXYq7FXYq7FXYq7FXYqx3 z9ciHy3MlaGd44x/wXM/gmaztefDgI7yB+n9DGXJ5ZnJNSeeSoPW8y2YpVULSH24oSPxpmf2ZDiz x/HRlHmmv5l2nDUbW6A2miKH5xtX9TjMvtvHU4y7x939qZsOzSsGdflle/Fe2RPULMg+Xwt+tc3/ AGHl+qHx/H2M4FnedC2OxV2KuxV2KuIBBBFQeoxV5r5t8nS6ez3tipksWJLxgVMXf/gfftnLdo9m nH64bw+79jXKLFM1DB2KuxVnPlDzrx4afqsnw7LBdN27BXP/ABt9+b/s7tSvRkPuP6/1s4yZJ5o1 1NI0xpVIN1LVLZf8r+b5L1zaa/VjDjv+I8mcjTyR3eR2d2LO5LMx3JJ3JOcYSSbLStxVtEd3VEBZ 2ICqNySdgBiASaCvW/Kugro+mLG4H1uaj3Lf5XZa+C52XZ+k8HHR+o8/x5N0RSc5nJdirsVdirsV dirsVdirsVdirBPzNvRWysgd/imcf8Kv/G2c925l+mHx/H2tcywXNAwZj+Wlpz1G6uiNoYgg+cjV /UhzddiY7nKXcPv/ALGcE+/MGw+saF66ir2kiye/Fvhb9YObHtjFxYb/AJpZTGzzDOUak28qaj9Q 161mY0jdvSl8OMnw1PyO+ZnZ+bw80T05fNMTu9fztG52KuxV2KuxV2KuIDAgioOxB6UxIV575u8l G353+mJW36zWy7lPFk/yfbt8unN9o9mcPrxj09R3NcosMzRsHYq7FVe5vbu5WJbiVpVgT04gxrxW taDJzyylVm65LahkFdirNfy/8verL+l7lf3cRItVP7TjYv8A7Ht7/LN52Po7Piy5Dl+tnAdXoGdI 2OxV2KuxV2KuxV2KuxV2KuxV2KvIfNmoi/166mU1iRvSi/1Y/hr9Jqc4vtDN4maR6cvk0yO6UZho en/l9YfV9C9dhR7uRpPfivwr+onOr7HxcOG/5xbYDZkN3axXVrNbS7xzI0bfJhTNlkxicTE8iyeK XdtLa3MttKKSQuyOPdTTOEyQMJGJ5hoKlkVeveVdWGp6LBMxrNGPSn8eaDr9Ioc7Ps/UeLiB6jYt 0TYTfM1LsVdirsVdirsVdirB/N3kkNz1DSo6Nu09qvfuWjHj/k/dmg7R7Lu54x7x+phKLAiCDQ7E dRnPNbsVdirsVTHQdHm1bUo7SOqofimk/ljHU/wGZOk0xzZBEfH3JAt7BbW0Ntbx28ChIYlCoo7A Z2kICEREcg3KmTV2KuxV2KuxV2KuxV2KuxV2KpT5p1YaZos84akzj0oPHm+wI/1RU5h6/UeFiJ68 h70SNB5BnFtKraW0t1dRW0QrJM6onzY0yWOBnIRHMqHtdpaxWtrDbRbRwosa/JRTO7x4xCIiOQb1 XJq86/MXSPQv49RjX93dDhKR0Eijb/gl/VnM9s6fhmJjlL72uYYfmlYMl8i64NP1T6vK1LW8ojE9 Ff8AYb8aHNp2VqvDycJ+mX39GUC9QzrG12KuxV2KuxV2KuxV2KsR82+S0ved9pyhLzdpYegk9x4N +vNL2j2YJ+uH1dR3/tYSi85dGRijgqymjKRQgjsRnMkVsWtrFWwCSABUnYAYq9X8oaANI00eov8A plxR7g9x4J/sf152HZ2j8HHv9R5/qbYik9zYMnYq7FXYq7FXYq7FXYq7FXYq7FXmHnvWxf6r9Wia ttZ1QU6NIftn8KZyfa2q8TJwj6Y/f1apljOatizD8utI9e/k1GRf3dqOERPQyMN/+BX9ebrsbT8U zM8o/ezgHoudM2OxVA63pUWqaZNZvsXFY3/lcbqfvzH1WnGXGYn8FBFvHLiCW3nkgmUpLExR1PYg 0OcROBiSDzDSp4Fep+S/MI1TT/Qnat9bALJXq6dFf+B9/nnW9mazxYUfrj+LbYm2RZs2TsVdirsV dirsVdirsVY15p8nQ6sDc2pWHUBSrHZJAP5qA7+BzV6/s0ZvVHaf3sZRthT+S/MysV+pFqGlQ6EH 5fFmhPZmcfw/c18JZL5U8jzWtzHf6nQSxHlDbCjUbszEbbdgM2nZ/ZRhITycxyDOMWa5vmbsVdir sVdirsVdirsVdirsVdirH/OXmEaVp5ihal7cgrDTqq/tP9Hb3zW9pazwYUPrly/WxkaeVZyLUqW8 EtxPHBCpeWVgiKO5JoMMIGRAHMq9j0TSotL0yGzTcoKyP/M53Y/fnb6XTjFjER+C3AUjsyEuxV2K sF/MLy8T/uYtl6UW7Ufcr/wP0Zz/AGxo/wDKx+P62Ex1YJnPtaK0zUrrTr2K8tmpJGeh6MO6t7HL cGaWKYlHmFBp69o+r2uq2KXdudm2kTuj91OdpptRHNASj/Y3A2jcvS7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FUHq2q2ul2Ml3ctRE2VR1Zj0Vfc5RqNRHFAykgmnkOq6ndanfSXl yau52Xsqjoo9hnGajPLLMyk0k2hMpVnf5e+XiP8Acxcr1qtop+5n/gPpzoOx9H/lZfD9bZAdWdZ0 DN2KuxV2KrZI45Y2jkUPG4Kup3BB2IOCUQRR5K8n81eXZNGviEBaymJNu/Wnih9xnHa/RHBPb6Ty /U1SjSSZgsU08va/daNeiaKrQvQXEPZ1H8R2OZWj1csE7HLqEg09Y07UbTULRLq1fnE/3g91YdiM 7HDmjkiJROzcCictV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KqF9fWtjavdXTiOGMV Zj+AA7k5XlyxxxMpGgFJeT+Y/MNzrN6ZXqltHUW8P8qnuf8AKPfOP1uslnnZ+kcg0yNpTmGhO/Kv l2TWb4BwVsoSDcP0r4IPc5naDRHPPf6Rz/UyjG3rEcccUaxxqEjQBUUbAAbADOxjEAUOTauwq7FX Yq7FXYqhdU0y11KyktLleUbjYjqrdmX3GU58EcsDGXJBDyTW9Eu9IvWtrgVU1MMoHwuviP4jON1W llhnwy+B72oikvzHQmeg+YL3Rrr1YDzibaaBj8Lj+B8DmVpNXPBKxy6hINPVNH1qw1a1E9o9aUEk R2dD4MM67TaqGaNxP7G0G0dmQl2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KoPVtXsdKtTc3b 8V6Ig3Zz4KMo1GphijxSKCaeV+YPMV7rNz6kv7u3T+5twfhUeJ8W985HWayeeVnl0DUZWlWYiEw0 TRLvV71ba3FFFDNKR8KL4n+AzI0ullmnwx+J7kgW9b0vTLXTbKO0tl4xoNyerN3Zvc52WDBHFARj ybQEVlyXYq7FXYq7FXYq7FUFrGj2eq2bWt0tQd45B9pG7MpzH1OmjmjwyQRbyfW9DvdIuzBcrVTU wzD7Lr4j+Izj9VpZ4ZcMvge9qIpL8x0InT9RvNPuVubSUxSr3HQjwYdxlmHNLHLiiaKg09G8veeL DUQsF4Vtbw7bmkbn/JJ6fI50+j7Vhk2l6ZfYW0Stk2bVk7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FWOeYfOun6YHgtyLq9G3BT8CH/LYfqH4ZrNZ2pDFtH1T/HNiZU831LVL7Urk3N5KZJDsOwUeCjsM 5fPnnllxSNlqJtC5UqYaJod7q92ILZaKKGaY/ZRfE/wGZGl0s80uGPxPckC3rGj6PZ6VZra2q0A3 kkP2nbuzHOw02mjhjwxbQKRuZCXYq7FXYq7FXYq7FXYq7FULqWmWWpWrW13GJI26dmU9mU9jlOfB DLHhkNkEPMfMflO+0eQyAGaxJ+C4A6V7OOx/A5ymt7PnhN84d/62sxpIswGLsVT/AETzpq2mBYmb 61ajYQyHcD/JfqPxGbHS9p5MW31R7iyEqZzpPnPQ9Rovq/Vpz/uqai7+zfZP31zf6ftPDk68J7iz EgU965sGTsVdirsVdirsVdirsVdirsVSXVfN+h6cCrzCecf7pho5r7n7I+k5gajtLFi62e4IMgGD a1541fUQ0UR+qWx29OM/ER/lPsfupmg1XamTLsPTHy/W1mTHc1rF2Kp75c8p32sSCQgw2IPx3BHW nZB3P4DM/RdnzzG+UO/9TIRt6dpumWWm2q21pGI41692Y92Y9znV4MEMUeGI2bAEVlyXYq7FXYq7 FXYq7FXYq7FXYq7FWnRJEZHUOjCjKwqCD2IOAgEUVYT5g/L1H53OkEI53a0Y/Cf9Rj0+RzRazse/ Vi+X6mBgwa5tbm1maG4jaKVftI4IP45z88coGpCi10pZFXYqmGn+YNZ0+gtLt0QdIyeSf8C1RmRh 1mXH9MikSLI7P8y75KC8tI5h/NGTGfuPMZs8Xbcx9UQfs/WyE05tvzG0KSglSaA9yyhl+9ST+GZ0 O2sJ5ghlxhHxecvLUo+G+Uezq6/8SUZkx7TwH+L708QRA8y+Xz/0sIP+Ri5Z+dw/z4/NbDv8S+X/ APq4Qf8AIxcfzuH+fH5rYUJfOPlqMVa+Q/6qu3/EVOVy7SwD+L714ggLn8xdBj/ulmnPbigUf8MV P4Zjz7ZwjlZRxhJrz8zLx6iztEi/ypWLn7hwzBy9uSP0xA9+/wCpiZsd1HzHreoArdXbtGesS/An 0qtAfpzWZtblyfVLZiZFLcxkOxVVtrW5uplgto2llf7KIKnJQxymaiLKs58v/l6icLnVyHcbraKf hH+uw6/IZ0Gj7Hr1Zfl+tsEGbIiRoqIoRFFFVRQADsAM3oAAoM28KuxV2KuxV2KuxV2KuxV2KuxV 2KuxV2KuxVB6lpGnalD6V7AsoH2W6Mv+qw3GUZ9NDKKmLQRbCtW/Le5jrJpcwmT/AHxKQr/Q2yn6 aZotR2LIb4zfkfx+pgYMTvNPvrKT07uB4H7B1Ir8j0P0Zp8uGeM1IEMCEPlauxV2KuxV2KuxV2Ku xV2KuxVEWen317J6dpA879wik0+Z6D6csxYZ5DUQSoDLNJ/Le5kpJqcwhXvBEQz/AEtuo+iubjT9 iyO+Q15D8frZiDNdN0jTtNh9KygWIH7TdWb/AFmO5ze4NNDEKgKZgUjMvS7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FVk0MM0ZjmRZI2+0jgMD9ByMoiQoiwqRX3kTy9dVZYWtnP7ULUH/A nkv3DNfl7JwT6cPuYmISK7/LKYVNpfK3gsqFf+GUt+rNfk7DP8Mvmx4EquPIHmSI/BFHOPGORR/x PhmJPsjOOQB+P66RwFAyeVfMUf2rCU/6o5f8RrmPLQZx/CUcJUf0Brv/AFbrr/kTJ/TIflM38yXy K0XfoDXf+rddf8iZP6Y/lM38yXyK0VaPyr5ik+zYSj/WHH/iVMnHQZz/AAleEo638geZJT8cUcA8 ZJFP/EOeZEOyM55gD4/qtPAU1tPyymNDd3yr4rEhb/hmK/qzLx9hn+KXyTwJ7Y+RPL1rRmha5cft TNUf8COK/eM2GLsnBDpxe9kIhPYYYYYxHCixxr9lEAUD6BmwjERFAUGS/JK7FXYq7FXYq7FXYq7F XYq7FX//2Q== - - - - uuid:0cc5f153-2fea-bd4c-a64f-0c8d8d54f115 - xmp.did:d27c640f-5161-4944-8bde-748888fef5ef - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - uuid:55226f3f-6934-0846-8d74-ce855100ef17 - xmp.did:16a9f1d4-6556-4d68-a81e-195f13de58fc - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - - - - saved - xmp.iid:16a9f1d4-6556-4d68-a81e-195f13de58fc - 2018-07-26T16:48:17+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - saved - xmp.iid:d27c640f-5161-4944-8bde-748888fef5ef - 2018-07-27T11:22:40+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - - Document - Print - False - False - 1 - - 20.000000 - 20.000000 - Points - - - - - ElegantIcons - ElegantIcons - Regular - TrueType - Version 1.0 - False - ElegantIcons.ttf - - - - - - Cyan - Yellow - - - - - - Standard-Farbfeldgruppe - 0 - - - - Weiß - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 0.000000 - - - Schwarz - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - CMYK Rot - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - CMYK Gelb - CMYK - PROCESS - 0.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Grün - CMYK - PROCESS - 100.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Cyan - CMYK - PROCESS - 100.000000 - 0.000000 - 0.000000 - 0.000000 - - - CMYK Blau - CMYK - PROCESS - 100.000000 - 100.000000 - 0.000000 - 0.000000 - - - CMYK Magenta - CMYK - PROCESS - 0.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=15 M=100 Y=90 K=10 - CMYK - PROCESS - 15.000000 - 100.000000 - 90.000000 - 10.000000 - - - C=0 M=90 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 90.000000 - 85.000000 - 0.000000 - - - C=0 M=80 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 80.000000 - 95.000000 - 0.000000 - - - C=0 M=50 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 50.000000 - 100.000000 - 0.000000 - - - C=0 M=35 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 35.000000 - 85.000000 - 0.000000 - - - C=5 M=0 Y=90 K=0 - CMYK - PROCESS - 5.000000 - 0.000000 - 90.000000 - 0.000000 - - - C=20 M=0 Y=100 K=0 - CMYK - PROCESS - 20.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=50 M=0 Y=100 K=0 - CMYK - PROCESS - 50.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=75 M=0 Y=100 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=85 M=10 Y=100 K=10 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 10.000000 - - - C=90 M=30 Y=95 K=30 - CMYK - PROCESS - 90.000000 - 30.000000 - 95.000000 - 30.000000 - - - C=75 M=0 Y=75 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 75.000000 - 0.000000 - - - C=80 M=10 Y=45 K=0 - CMYK - PROCESS - 80.000000 - 10.000000 - 45.000000 - 0.000000 - - - C=70 M=15 Y=0 K=0 - CMYK - PROCESS - 70.000000 - 15.000000 - 0.000000 - 0.000000 - - - C=85 M=50 Y=0 K=0 - CMYK - PROCESS - 85.000000 - 50.000000 - 0.000000 - 0.000000 - - - C=100 M=95 Y=5 K=0 - CMYK - PROCESS - 100.000000 - 95.000000 - 5.000000 - 0.000000 - - - C=100 M=100 Y=25 K=25 - CMYK - PROCESS - 100.000000 - 100.000000 - 25.000000 - 25.000000 - - - C=75 M=100 Y=0 K=0 - CMYK - PROCESS - 75.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=50 M=100 Y=0 K=0 - CMYK - PROCESS - 50.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=35 M=100 Y=35 K=10 - CMYK - PROCESS - 35.000000 - 100.000000 - 35.000000 - 10.000000 - - - C=10 M=100 Y=50 K=0 - CMYK - PROCESS - 10.000000 - 100.000000 - 50.000000 - 0.000000 - - - C=0 M=95 Y=20 K=0 - CMYK - PROCESS - 0.000000 - 95.000000 - 20.000000 - 0.000000 - - - C=25 M=25 Y=40 K=0 - CMYK - PROCESS - 25.000000 - 25.000000 - 40.000000 - 0.000000 - - - C=40 M=45 Y=50 K=5 - CMYK - PROCESS - 40.000000 - 45.000000 - 50.000000 - 5.000000 - - - C=50 M=50 Y=60 K=25 - CMYK - PROCESS - 50.000000 - 50.000000 - 60.000000 - 25.000000 - - - C=55 M=60 Y=65 K=40 - CMYK - PROCESS - 55.000000 - 60.000000 - 65.000000 - 40.000000 - - - C=25 M=40 Y=65 K=0 - CMYK - PROCESS - 25.000000 - 40.000000 - 65.000000 - 0.000000 - - - C=30 M=50 Y=75 K=10 - CMYK - PROCESS - 30.000000 - 50.000000 - 75.000000 - 10.000000 - - - C=35 M=60 Y=80 K=25 - CMYK - PROCESS - 35.000000 - 60.000000 - 80.000000 - 25.000000 - - - C=40 M=65 Y=90 K=35 - CMYK - PROCESS - 40.000000 - 65.000000 - 90.000000 - 35.000000 - - - C=40 M=70 Y=100 K=50 - CMYK - PROCESS - 40.000000 - 70.000000 - 100.000000 - 50.000000 - - - C=50 M=70 Y=80 K=70 - CMYK - PROCESS - 50.000000 - 70.000000 - 80.000000 - 70.000000 - - - - - - Graustufen - 1 - - - - C=0 M=0 Y=0 K=100 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - C=0 M=0 Y=0 K=90 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 89.999400 - - - C=0 M=0 Y=0 K=80 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 79.998800 - - - C=0 M=0 Y=0 K=70 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 69.999700 - - - C=0 M=0 Y=0 K=60 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 59.999100 - - - C=0 M=0 Y=0 K=50 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 50.000000 - - - C=0 M=0 Y=0 K=40 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 39.999400 - - - C=0 M=0 Y=0 K=30 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 29.998800 - - - C=0 M=0 Y=0 K=20 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 19.999700 - - - C=0 M=0 Y=0 K=10 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 9.999100 - - - C=0 M=0 Y=0 K=5 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 4.998800 - - - - - - Strahlende Farben - 1 - - - - C=0 M=100 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - C=0 M=75 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 75.000000 - 100.000000 - 0.000000 - - - C=0 M=10 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 10.000000 - 95.000000 - 0.000000 - - - C=85 M=10 Y=100 K=0 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 0.000000 - - - C=100 M=90 Y=0 K=0 - CMYK - PROCESS - 100.000000 - 90.000000 - 0.000000 - 0.000000 - - - C=60 M=90 Y=0 K=0 - CMYK - PROCESS - 60.000000 - 90.000000 - 0.003100 - 0.003100 - - - - - - - Adobe PDF library 15.00 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]/Properties<>>>/Thumb 57 0 R/TrimBox[0.0 0.0 20.0 20.0]/Type/Page>> endobj 53 0 obj <>stream -H‰Á -Â0ƒïyм€íßÖ -âaÝð4DüÁ£‡¡ÂÀëûƒ¿BáK þ\é§*ì‡J| ŒíÌÛ7®è¾^…s£¸La0³Í+üÉð«Yï?¬O„âJ.- X–dk' ƒK¡ÛSß8ˆ¤|Ô£bœì÷‚¯®ÿz endstream endobj 57 0 obj <>stream -8;Xp,rVCYe!!<3,C'.`~> endstream endobj 58 0 obj [/Indexed/DeviceRGB 255 59 0 R] endobj 59 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 51 0 obj <> endobj 60 0 obj [/View/Design] endobj 61 0 obj <>>> endobj 50 0 obj <> endobj 62 0 obj [64 0 R] endobj 63 0 obj <>stream -H‰\ÁjÃ0 †ï~ -ÛCqšÒ[Œ–AÛJ³=€c+™a‘âòöU¼ÐÁ6Èÿÿ‰ßÒ—æÚO ol‹ zOŽq -3[„OêX‚ó6m]¾íh¢Ò·Ë”pl¨ªª@ßEœ/°{q¡Ã½Òì= °ûº´{ÐíãŽH -¨kpØË 7ß͈ 3vhœè>-aþŸKD(sü cƒÃ)‹lh@UR5T¯RµBrÿôêzûmxuŸÎâ.Šs™ÝÛûÊÉ÷àÊÎÌ’'ï Y#xÂçšbˆ ÔzÔC€£o› endstream endobj 64 0 obj <> endobj 65 0 obj <> endobj 66 0 obj <> endobj 67 0 obj <>stream -H‰j`€‹… endstream endobj 68 0 obj <>stream -H‰ìUMhAþÞ$ÙÆšjjDm 5‚Åþ¤%Q‘6JBZ¨?Ušz«¡M0I¥M¡"j  z*9õ hŠ7EhñàYz•’Ö£/OYßÎn² ô =õ=Þ¼ïýíÌ›f³“ÓqØ‘ƒ¸x¥Ý²DÇS7_D¿3^g™OÆcceåy@wØö'Ù¡§Ó+Z’éìŒaÄzjb4Ö>Û~°.³ý9›¹¡ÇëóàÎÄÒqú¸ðm®§0H€Á; P‚3"†ÞÀ!ø °YP!j€I—á1q䨤–ÐFkðä8G- µ$•PºÙãQ]>·ðx»ý>Wc):æõ(®fêh¢NŸ«ÓuÐ×å -øºüŽ@è øéúJ±¸R|ºT(,哎ýJª«Î¹—”>"Â"ˆ¬²ݲQ©¨e—_ç—óùå·»­ö…¥Þ©œ#ƒ„Æoìú -Y~ž-Ž8Îl`Kþ0õòxE«eu•W¿Æ¦z˜+hM]E›€Z.C£S“l¢‚uÅö3æ ä^„x|û2¤yZàfžg~‡¯¸‡Y¾sð0»åè‘ñóÎpâ¬{F [®BU嵈>8C“k2'ˆó,:6Ðmh+Ëm£­ò®vZ2w3å©•3löêÖ>–^ž!Ç¢yóøe9l`’³V·­Úc…k}枘L¿UÖvVéÎì@ï̤ÙUm/f¬kwAïNŸ÷€±çÀI135¤ÚŠí£`ÍÙômZM°º?M,!‰´瀚àê_ªj3ÿ7]ØáÞ6ÖÞ÷^ YÞ=íMÒ_'óÎÛ‘¨þÝœ¨ü鬌Vyµ÷ĺ‹=^œ2°@=¿×:¶°?m`+ã9+Œ—¢‘¡Èð`k8e²ý£™©­¹EC,ÃD+ÂH!ŽqÄAýÅ£)\–ÞiŽÆ0¹Åš˜õK€i¦" endstream endobj 56 0 obj <> endobj 55 0 obj [/ICCBased 69 0 R] endobj 69 0 obj <>stream -H‰¬•wPSÛÅ -Ћ!”H $!ô¢¡÷.H¤„Z½HÇ‚€± ÒDAá‚JQDšÒ›4AŠ Â=è»3μ;ïÍ›yëŸý;³÷7ûÛg­Ù€í±´5u ¬H¦µL쌌]\‘t€`ÔÅ-8`nn €:\ ü›¶ªÃ±ýÏóÿQG܉Án@% r´ØÈÅ K…Q¹dŠ Ùäyy(D7/€Ö2…†ÝAfÙ)Ô›2 dQNr:@åì2î7ÆT.ßYGÀ¦3D©d,@½Ëñ/Æt¸W‡ìéâG`¾Ñžñ«ÏŸÖ -p¡Ý‘ºfz–9e¤¸•‹SÀ+¢q*8 /ñ?þ„ÿ& -1œr8jF½=½(HpE$Á=À•ˆ´Š¦ý‚¥‘þn2pÊÎù«jôbÜ ^Ìþ]o ¥¥¯M°þ»q ØÛóçÚàßÎG­-ù?Ÿ~ù:Aì—‚Dç?€0£^‘­0à¼å*àM—NQùyPp?€2¿2õ›þá›êW¨* ‰Pjs5Z4’£†m1Ì33u1×)cÉcMc»e÷ápæ<ÉeÈMàQä•âcáÛàh:ZŒÈŒBzY kŠàDEQ<ǘŠb»âk ’RƒÒoÑ­2µ²¥˜\l.\Î o,¯ €T„)n(+w«Ô«–©ÝR¿®‘r<þD !R3D‹¬¤¤KÖ Ñ48og”bœirËô¾Y¹y•Ee“U§ußÉ6s¶ë§~ØÃ8…N£ðΪg4]ô]ÍÜlÜOÝ=|=É^Þ1>ñ¾i¤L¿\ÿ€¢À² *r]p3¥3¤7t4l6|-âG,šû,êö¼ZŒÁ…S=ÿˆˆM¾TWß›°’È”„N6O MÍKkHÎØ¾Êq wÝ"3àFjVYvgÎ\.4O0_¥àä­€ÂÄÛ·ïÔÝí½÷ù>¤˜÷¶Ä°Ôµ,ªüzÅÇ•3!U‚ÕêOŸž­I«Íÿ³¢îE}ϳÉç ôM˜fûÖ€¶K/sÚ+_µuŒt~yMÓÍõFà­pØ;©^™>l¿Ü{ü€üùAù!ü°ÜvTö#ú“ä˜Ø8jBh1Å?Í=Ã1³?;1×2_´ðÙwÑt »Ì±¼½2´úìKÁÚ…u÷¯ºâ›°ÍÅ­îíÊo×v"v]¾î)ü@ís0€þ·R%B¬ BÐMê·4å´)t~ôÆ0)F†EÆ.¦Ræä#þ,æ¬86.¶ø'öŽœé\aÜŽç‘3Ó.«®ßÝé‰\(OŒ—š·­¯)Ô/Á?' "°%hˆ¼J¡ A†*‡Y…ûG$FEµFOž£:/£ux1á²Øw—¶ã '.[$º%…&'¦¤>MëNŸÉ8¸Ê{Mþºefàô¬ÊìÞœÍ\Þ<|÷‚Ä[ GîPß•½g_téþãâ±æRÕ2ïò¬Šö‡à1U¦Õ¤'IOKj:jê꥟™=~‘ÕÐÐ8ß oÑh%µÝ|ÙÕ¾Õ!Ø©ßô:»»éÍBË;|¯m_xÖûšþ«CôÃÈùQƒŸHc‘ãq“iSÓgftg¥æXæÖæûª>_] Z2[–^­L¯6~¹¹²nöUbºñq³fëÊ6é›îŽÐÎ÷Ýïö’xîkýôÿ  ‚‚LAïQûÑ(ÑÒÐöÐåлÁ¤Á; ‘1‘ɆY„yýH3Ë5VO6U8+|–½Ž#™Ó‰ à å~ÏSÌÅgÊ/Ì¿)Ðq4$¨ƒäC®µ -爊ê¡QߎõŠ•‹'JøHKÉJ³Kï ÇdÚe+19ØX\ œ#ÞP^IA\‘G‰^iWyIeLµOí•úsêã¥' -©šç´´]t¬uõôÔô±b†#NcfZ“Ó³¯æ+ –3VÖŸNŽØ Ù~85`×oßï0è8zzÜiÆùó™/.[®{îP"ƒÜ“ÏKÄí£èK ™øÙùÈ‚ÒÈÁ)M!}¡³a»,‘¨(Õh‹³^çbÎgÇT_x{q)–á’Dœa¼oBÊåÊÄþ¤ÁTí4ïô´Œ'WF¯A¯KfZވ̺Ýæ‘§Ÿ\«£póŽà]{¤¢«÷ë‹§JKñe§Ëã**?¢sàPÿ¤úéD-ËŸêu¤úœgmÏ×FMáÍE-}mÀKt»Ý«ØŽòή½n¡7Úo‰=±ï -{Ÿõ ô/@?ð J © Øz~$Š‹Os9•=}s&w6wîæ|öBæçŒÅ䥸ås+¡«~_\×l×¾ªoÈn"·àÛÔÛÛß–v¦wÇ¿íMþ˜ß_ÿé U D -2-¦&ÑÈÑìÐ6ÐÅÒëØa½ YŒNL(¦%æª#‘,VkÛ ¸3»û*G g —>7÷0Ï^_><ß›@ÊQk„bJ°$¤, wˆ\uD‰¡6Ž5‹eˆ»I(H2HŽKÕJ§£½e´e²;˜÷ØJ\’œž / ¿¥Ð£X¢«ì¤¢¤ -W]TkS/Ð?nyBš@K׬×Êß] =½Iýƒ<Ãh#cU“}Óq³Vób‹TË+G뿪§& -à"°x¢îéáEôE `8l¨¬R,èÚèb RTDÍ×KzBI(„@(RCŽ -ÈÒ›H—ªè"ņ«‡ì1oæ÷¼yÏþ‚ÅÅ —–]úzyÜ­Ó½ÆCã©ò’y |ð+á¾·®úÒ.û9ûÛØ\£^ßqcóMJàª[:·~Í¿ é m»]»øyai÷£îs Ðo ?ä {#ž¨æ‰{WÉëŒæCÉŽâ<âæóªùÝ‚BíÈ "«(ñM Kš]3·Tf,&'©‰/’&’õRL•©‹û L¯ÎÍÒz¼9ûhŽW.˜Ÿ_VЯž×l,²}â_Ì+Q—–ÿ£båͪħÝÏWWŸ©á×6Õ­úã\}tCÓ–æk-Ù­ŸÛtÀ5]ú¯ÎvÇö õ™ö‡”¾Ör–LŽç½œ°|Ç|?8iýA45=ã<›ûiÍç{_úæŽ|Kþ®óÃïµ?·/Dþ½Xt1ï³Q-ô×—N¨6º±²oÑ].‹+= º¨ç5ª‡Þr½Šê Ø¾ ä+*ßpéÀ–ÌÀœÁ 7¸ŽÓ¡ 7±’Ë5ð4³Yå†è2MD…!·"»ºzˆ-I¸Ø .¤Þ¾¥ˆ ·>1!$?˜P¸ö9Ô+’¶¾…F…œÒ'М $•¯åŸˆ´÷sÒ aN£_Ìbg8SaKbmk˜Šõ»`‚¹ù/l–«Çv‚²¸æp:&·¸Ò“®Ié€öFµGh ¿HÍCHñ”–õñ'Î8Â+yÛþ Â;89†EÐ,Û{Ž®PŒ8[R^4™€û“V<Ù -žKx”l ’qQW°2:õÁHGü᪠-r¹;A;bÊjJãÏ - ß¹ü/3?¿z(HËÖjàUé÷4rà•Ò6©\žtƒ¿tL(¸¿Åí÷­¥Ó§»!è^+!d ¦Eü„σeo_ÿ8¯7Îç}/t®g}KLªsÜàurcø.p—‚ç» eŒÓŽ`qt• Ø Ñ3,Í#®|Zh½Ø80Iÿ»ª¾î5 ]’©^üK=¤ Çœ;œy€•±åÞy C¹ñЏ1ÑóTxA6G¯Åä6åÂáÙzW[h -½­>ô…œÞú<1¿Þ]¾^~ÐÓ|äh¿å¾ ãh¦±O#P©T ->$ÆP«@½ø%†€»hÛŒšþ¬o²K/è{ W4yw8”ççã fî8e D*ïR£€Byá;`¹ˆœn¦—½QöªèòÁ€šÇtV×ñÜy:Þì_@ϨÍgaôžJ³»çí¢.ï?ÓÜö“c€}z5Mœ7üD¯ñ>ÒX¶På Ó jª§2è{á89 -ŸO -#/Áé¼a¢^Ÿ#üó¾ñ„.’yš‡?F—Pgq?ôè:Kܘ1b4²òûwߘUuF¤ã]ÁW¢…qP¡&<Ég\|Šô¹‰KÈåW®à'‰ÊS®E< nǪ‰}”XL­'ÇD‡{-IáõZkÂO—oŒ¿å›Ê—á÷=»ßÌi -³ÅzÙøÁ¬ž“"Ì9·7 3g `¿0ú'ÿC‘Åw%îÆ|®¾€WHoçºá;ÅÛãý±ZÑN–*tº³€Qxïû‰2´‹ûÀò%šÎ±£ü e}|ïN JÛ.ïHzö,7“‡d«±-n 3‹Q2Aû¥:·{д(©—-ŠD:ŸXŠþan醚ð…ÿžGê8ó=øxöpç$~:Cþt–›Ê|¼[ý¨(–‹æ)/Qš¬7´¥Æy£¿Jj¯!cQú–KUäJÊ&d-oê­+®|"ë c3’ÊlìXö“ÌYT™aãƒÚ)‰ä{RIÈ,Òœ0èQŒdÇvE0é¤E1rH,§ØÀ  z|Gž´oÃrʲ*Ñ颵å虼Šh{äCVÞŽ$¦õ†!w’í< WùœCb$Ó·¸wEÿM¹ý.ËÀ=´NbpÍd¹5ª©,I£«ŠÕR+D¥Ö†‘ ÙAÁnˆQúVwþ’bâ —+’,lá0™.%â »FSð£]gZF1÷ÿ²=(§N¢#O'%'‘ÐR>¶¡:åÂ=9Çݵ`ez¤}1ìŸâm±Þ’À¡€…pd¤7ªlY‰î1-uCýÛrÒj‘Âz19þü"z/ó -2… cÝâaZÎnûpØHuÉ| -z­P¸à„ðÏ1iDhÖÖÀÿT´ò‚ÀøL.׬‹ÙÇÙYìeP]ÈGÖ&ø¢G,ó,<îÀdÄ !æmŒÕH·Á7†9ª¹/8ÄxÜRÊË&¿•õsHçôzÎ^B#Meï&h¸?˂؜Ïô$V¸ÃŒGøŒ½ŒœÃûÍ·“wðfƒ2˜°’ó]"¾6ýÅm–îäÜæ}R³=¸bÉfƒcúÌûlqÆÈgU¸=dè0ØÕ’W™N{DÄ£Ù'ª!ƒñ` ]Ááò` ÐÂAÑ¡ú-/s¬"> £†¡£šôœBUuF.{Tá}Ø—í) N!ñ"Ÿ€GB;†¡džl¹ß…[ôLû¢p‡¾Ù€¬næªí ÏF9· ZXcÊLä8ëx§ëØçÕ§ÉÀÛeø®W [©ƒ÷o@ŽÄ“1V’L-ž†±—#áC&èÑk’¦ü*ë¼ÃKŠ•&vV,*pê¾$€i;´RxŸ™Ù¼‰_ÏPG?+\ʽMùbL6))r>=@x5*ÄfŠƒvå ]Å^ZdžuÊz]X’?ùP4Ï1p °9Q¼~¶¹*–^ *ÈýÜ,0­À‡˜#Ò%8úÇb»Áµ;«Q'p“×*$L´îE¼Á‡f"òÞµËüw„ ¾þŠÇ•S¡˜þ‚ìCƒó戽Ha€ÍÁÃ…h ¼:è-"€dkªà>è¨uœÁy7C/Îí½Ïß)¼dô¦£ù%Šx®†Ö`ò'Šqyo «SYØ "&¦]‡Û…#6Ø‚5;à4ÍÚuÁã㯽ªƒW£y -²¶–‘ý§tžk/ Gà ™ˆ‘«Á½&§0ôÏ,ú#ÒBùvÁ"Rá9 5ÍÖ×9oQåm@°·ŠÑý;/D«5„RIêP™–Ô+-GÂMî•#º¤™'uh¶èAt0"ÈÜ;ò=k Õ´Ÿõ?{üÐ-WeÃ_]åôÇÚ‰[jAÕ )HîÖ>†íðAuä%WöüÄ#Ôº´>ªž‘´ïƒÚD.žÙœJAªû1~ó ÿSçÌ•ôV—ª§Üþ†É â‹a²ÀsôUÙýØBèÄ -䪪/j)Œ+6ï8Å˼=wpüÄëmbÀnòävþ\ÿßžtGO½¾Š«íÈûãÍì¯x ñÔÅ;è`uKJ’£ ‰Ì„w¨ÝÞAß•Õx~Ïž–l.›É‚Q!ÿ¯±ýËhã0³RÈ¥ûjEëã•Glsܦ5#ë J58/Gü V/ /•é"N—Úà1Á†J;mh`˜$¯ü?§,ÛWÒúqµ®•ËÝ$L$ý·À0l®ûJVz²íÎq+Ĭñ߹ЈAÊaiŸxØ!ŠdpžTŒP¾/HêÀå_ zõZYs•˜-ždqN -……‹²ýø©…U)$YäÇ­, H -ŠÏºgæ,7‹—xeIÑHhÙð×6­Ü <¥{*ÍM…Ä@+{à Pšõ•w/¤fID.—¨¶‰ ÏÝ O-M±°e¨µÌ™ðmu+M­´y’!ô“@*ÊD>×Èæ OxÁ0ÿLÅAÿ ¯% èòv[üè·Flr´t@Ÿqª×+Ž /4·ÈôürÍ -‰ýˆX8Dm*QñäÔ/éZB–\ÃÃÏø@ša±þ8~Ír;ŽíE=,7 îð±þ!ùÅoM‘2‡ÒDõ˜”üÉ[.Ü.R°ŠùîeæÚ“7˜t—A};°— ¹Gü—bsÄW·Õh qÙ2‰A—];%ÏÒmiø"í©°+g‰=Uÿ¢f¿*l‹3xݲœó¯©ñ?I Èaå~ áÄ/Ø&Ç.Ñu®óè -ê¶¥ ->éúÖÊÝêšê'¤g«gUi¢ÉÊ ÜAN…¬¨€—¤Š?oO%)†“€,z¿~U¬Þ¶ 3¦»^GÄüjË)È€·öZÈMÛ‚FiPãånQY›¼#ØTVðìtgÏùSVê¶D¹^éÆÁOË¿Û:…ÖJO»ÊgÑ+SÈ¿×óMnvõeKêßù­l‰ou"ô«†ƒÌ‹ôï†'gøSzÙ‘[Ä ±oÿIõpkš Ðº¦Â½’+/ÎeüM÷=¹ÃÈPm²4¨?EþAô˜àåüOí• =Ф>“Ë­¬=â@tV¯ßw {®[²u)jW¾ÙÕ>'ÛjµŸcJ|ße”ûÜ57—î¹¹RÎ1‡Öa7ù/zÎï£u c\VËž‚ ëÝBßb-ÕC~}È5–®Ö°G©•U*»Š°ëÞZù$ÿSm¾Æ©€«à«ŒL "CÑÆ¼ÀÜ+›g~>û£dw¡ìÈEáÍ¢ûBø`Ѥß*†]vQ)¬TóTîÚ’×W˜ºЬæ~E0!·U~JqÅb ¹`•,ˆ<Ã7q |¡?ŠðæÄ·“z\wþÈ5‚‡Í)r-ø¼ÓC÷#n[-V 1/ÙceŒÎËSÃùˤípm†‹Ø^ß/h†þOœÀC•0Ïï“eÕ®ŽÕXÚd#GŽQŽä(–‰HäJ‹3È`î7óÞ¼yofÞÜ÷Œ†q-‰EߦÝ~í¶_‡ÚŽO±Z©öKÙïÿWÇ>€Š(û‚C8Ç(8÷>¶=%Å¡—•Цx®>Çב/@'‰Ž3E»³“êÖÀºâHe¾Í´‚½¯b#Áô‚®°ïÓ“Ýë"=Ûá³êݯQMcOuä…‚A~­d+Ê¡^ÄÂy¥µkù2® è²œÍˆâöpRt€åÀ“ °™ózdÜsÝw²B8uŽ9ô†]ï7ª}íCꫲQ] ’)>«^ß6&$ËGk¢Ð{’±Â«¼CØ\ÚôL£æ`È£Àn œgãŽgš wŽ -Ú;Æ.ËŠÊÃr_Õ/C:—x)âP£]ëa„Î¥:媀Bø“Ü3-⊗c¶pöcîÙ€=Ñí#Ó—÷­ã=Z"#§û‰jÛ%"£÷÷Áb7KJËйcúlše/Ø_ÐÜ>‡*½¢Eì7ÒÙ@+VÈâ6Ÿ„nvÂQGM]wTnGÖ<2Î ¯œ!_,õ>«‚PŸ®è“§áVã­ÔwN×ý5»[õ,ÀÂ*–Þtëg”ðGœvR20ó‚ÊùªBÞ'«½ì•ˆ­Ç†É«÷†Ã+¡¸ ù×át‹Gj x§£1j”MÔÛT°¼™n"Æ×üA§ÊKF—¹¬óo¢½¼¡½ØUkûˆoȱ*éhÕÙ$éüe1³¡%õ˜°¡Ñ#*54Ní æínR¹®çÎ7â¶‚äÄŽëÈ -ÙVÃ"ù8¡µ%{4G(«È«*ÃdîÍ+ù~¢?ÉŸ§tž’ƒ#¨¹Âÿg˜Gþá9w[‹wŒ“ߺÖ4ݑĈ—ºvÑOrb4é´¶ó‡ר=yR:•pâŒ(‡bHY-È $D~‰)þÅÜŠ5a:GâXì³mrãÉ ]¬Òcà^vˆzˆýKS¶Â8õ=U²ÄŠË3c7™Éßðo1Ê÷‹‘UôNÿϹuôÝ!8EGpý€’²Ò®69 ÃEsúu|?ÀWŠx5É»á 3FI åÎaàºä ~Û¸ß•× -TúC¯Y¡ ôbà–Y#´tÓh‘ë±G:‹tËW5-êä‰BÛòGô^®¿p–w+Ùå.îÓóœ x¿Z¨ t#4rˆìû æušI_o$郅¯t¥š/˜©*†â-©]öV:S¾IÜ#ö< -Bq’¥ñÃöEÀd›_0ø7¢Éˆp¼0É÷ òeì,ØÎþ%ã(ÝI›kLñgu=½Xåin­¿## ÊΊ·è´9®‚ê¯W"Óò©ˆî©½o;èƒ!„tàÞ%‡-ôIz¦Þx`t’o¥[!Ö¦ZÓ?Q÷,ÙâYjÍwÌgW t†ùCOT¾ÄmW²}‹9Ó’ B$p©qøŽžL?¢5LRÐõDõªòÃH|]’ÌgpO©“h¼—zì… ªkã¡J$Û¨ -—sOk½|8˜ŒCØ ø"¥µ´×ôrÕ¦âqÞc ›(¦:íˆ/kÏ~%¥”Djî“[¯´ihH¬–æ5nß›€-7Îíˆ87ýŠ_A%ÍV¶þÜ"²Rñ¿þÓäjxªûwòڶᎣͿœ3ðÍýÅ"Íö汬6EVóÄ÷’Aò†°'X*¹Ì{™ŸG~ŸGÆZÞÙVA‡Zƒv}&ú(lݽ†6ÑúÉ$¥>®YÔŸ¡n-ZT3(º£ÉÇ(± D‰;å³°&ápÛœ÷ :Jùÿ÷2gkSÛIJ}ÿ'¹Ž]œèV‚É -¸W³C÷;KX´_µÄ="ߟÿ·Xʰ #ƒèÕÞ¨=O‡mpê(·eë{Kù ó änK¸‘ ¿¬ÎÓ溞bªª@mfŸl€“_#va»„^X¼w4"fø›0À²µóa³©AÒ°ÞUÒ·`œ™,."Ÿ4ºÏò´ÏøšÂ*kÄ”¹Q¶~·$Òpw‡f À›Þkð3ü3îv¤RI’Üž ­=§Ñ |߬oÿ·ìSÕ-Kòma Rƒõf@Òû‚ò8Š(Mµã_æ!^3<.Á¿áº‚ÛíXש?ˆë{ĻغÎóùíçµ{ª¶h÷*Ÿ0”I²·é¥ ’8Gì.6´ÇÂÏh½ºy›Ñüˆ MãBYnÔW"v¹— ŒvÞéhZn?lš©LÐ,6ž¼¬´ÒXÒS¥ß(i)IfÚ“Œ®H|½ˆ°E˜ÙÀ¡8“MÛ€]é)>ÎZêþÁ¹É¿Ý³çzKó“=¹Iñ£ñǴɽïAÌKý)äjT|姉~Ã/‚|x7®‹éL Á|{R.YX©ªÑßÁv» Öß/h°þãù€‚iqM‹’ˆ:=cMÂYCgHZ¨Žðr‡q’qü¸ÆÝeôÒÒùN£fÒFz×Ð.R&)¹Ï†¤,ÿ³+†ô.Ob¼Öp.5^WÛ¸&På4^ü?þ÷7Hž‘~(+›PjÅ™Ÿ€±v“$í•J½½Ó‡é¸i|z•³K:mS®†`ªR×¥½¿§§~q1Z£o8#ŸÏ€)ŸÉgõ”§‚.‰óÆ<‚ˆ}CÀL‚(p¨º™Ød,µK W»°JžKJ«o¼>v¦Ü‚1%¢ž‚~#žëƒ6Ü­ƒíG“yƒu‰QÅ`ˆý|Æ¿oˆpC¹Ä‡KcË´‹†Wb¯’†Jüª¹…Ã>5¦&…©0÷¡ã…Ì"òž†Jâ›°†)’nƒÃˆíij||b¾ÁŽo㹌Âcv³å‹’W®ðŠªJ¸ª‰í=ý¥…‰h0Ρ=‰("áh‰hþšÏˆБƒƒîˆ„Ä•Î{í¾“üoj¸{’;c³F˜Vµ®PDJh©tŽ"=¿¤Þ:0¨ Œ§"Ýœ¦ŒŒ6™×‰ø2Ž„0‡ýÃ}›ê{b½•™¾nà·ï—b…²³•ŒVE­µ“ÓJ¨Ò’N=~¤8‘0…Ÿá="ã›àZ„˜Ó‹©®™„„‡ŒÃ¢2zì½&Ÿnj·uœûb²2š~Uå­/˜^IÁ¨E–z=F£§”ê0fŸJ“Ü"è›5‘¿Æ—ôŽÆ„ˇ¨›zq¼Å¥…mï· -¢‚a¡±½ŸœU€¬³Ir§Ãšá=£!™ 0Kž½—N"𚙓í—0†qŽ…†—Âq¯(yí¼n«¼mi¶ª¨]a ±P¥U¬>¢?I§GŸ¾<Õ¢¡—03ž8š|"üš•ó5–ª½|…;…üÂ"µÙyh¼!²lô¶Y®f`®°òªÀT®«Ú§¡HϦݤÝ<£¢3¡‡0Å)#™Œ—¨a•ðÇû…e…^ÁÚ¼½xñ»à¸ l•¶´’`S°§°™T_«ˆ­'H‘¦‡©F<{¡Ú¤®0iŸN#™(—µ„•{ß-Œ…‡~ÊÐ~r Éä}­f¤ÃÖ}‡Zì½é}§OG¸D~ C¦²Ê~œ7¦­¨H+)¨ï€ѤÝÀ¡œ‚•–‚j~nÏ„ -rIÈòƒ;fSÂ炜Z¤¼þ‚KO·^‚?Cm±æ‚]7{¬Â‚´+§ÿƒEÜ£Õ„'û d„+ï”Ñ‚©~@Î(Š rÇÿˆÉf"Á÷‡»Zv¼&†üNܶކ‚CG±†67^«ò†4+§(†€å¢é‡>0ŸN†?“¿‚ß~/Ím rÇ7ŽifÁ+ŒôZe»g‹ÉN͵ҊêC:°YŠ;7R«5‰Ø*þ¦g‰Ñí¢Š^žW‡¾…’΃}â̪•üqÅÆw“ùeÖÀn’"Z/ºªN µPC¯•ŽF7>ªnŽ*û¥™H¡2Œ«¬H‰Sî‘ÕƒU}…Ëõ›ÈqhÅÊ™fe{¿Á—/YÚ¹ô•=NZ´W“£Bè®Ñ’F7#©¤‘I*ý¤ÆË3 DŽÿœ.ŠÉr݃®},Ëk¡§qÅ;žÓe-¿,œ3Y‘¹V™ãN³³—òB½®'–E7 ¨ö• *þ¤“âXŸxüi›<‹âƒû|äÊí§˜pÉÄ·¤]dྠ¡ZYH¸Áž®M㳜mB–­‡š}6û¨S™+£f–­ƒž¼’̹šf‹OBT„;|¯Êr­—p„Ä8ªd’¾¦ÉXú¸0£ÃM¦²‚¡@Bp¬ìŸ#6ñ§´œÂ+¢Â™@·ž ”|™¨‹ƒ“Ž»„r|`ʳ°p;Ã˯ìdN½¨¬SX··´¨üMp²¦EBP¬g£~6é§-Ÿç+-¢Á <Ô{ð$*Ïö6a”­Wm¯Ü:¶ ;^h½î(ŠÒz’ÊUfæÿÿÿþçüçb †3Æ`Ü×7)G®‡H$ÑIéÜŠõè³ôÞ÷»[±éµ:.mj­·ru‚ÎpTâFgýÞÊ›ÓQ_:®×= e4ûV}C»?1]@Í8lÌ•^|ŠEb†?‹±,Î¥kÄz, -0î0ë‡XÒÏ mÒ[„<ãòê€?÷ûœbPAõ‹—ƒß©,¶êC] IGeÔ_£ œß  äÅ.´1€^IxOºá³â/¿ò᡼æ'ä`¼cÖ R.ú1ÆB×8-ˆ¹ øÑÿ梛x*g;Ô—~ÉèKtÜ眊ãCP¬ì^W.ôßTª -‚¥D©Ãw’2E†ˆkâäËH±Øý|0`ÄW*q"×]|P&XbÄ€Cüîë\Ç1=Ž.k¢ã´CÕ¬„ÄŠIUl(÷ha^êëÈŠ”àKš´ÉçòJüm—XŸp”q‘‰–}P³9åV£aâoí^QþªŠ#œÅœÿdD@@½‚φþPÞŠÝ óäYAɈ~j±‘<åTŠ($Œ8ø}ãýÖoõ–#ŸÙp•}ÛköRù5­)ZTç ñ" QvKÌ1ØT5qî!œ®pönA–¥Ýu:‹XIO3’`ñÄ[)«¨mÃ!{}Sl«”-­/kã˜ëZ朜Ò!:Ú^°Ítš s°cæ‚÷!X®˜v²€[d¿1 - qIØgVZŸõ°ëMÇÓ&Û·¹¶”d6 Èg9~Õ6Ü0ÎhyfT1ä_äuVÝ͵óz[©qÇIøŒÒ™ÑE%é^¯d…Ž °ª¢š7³M»‹J®²åmæ²yΆ›í”€#«Á"ç!#møYsèzQª—êÉõt¬ƒ—©Þ1º¡õÉë¦Ö±,Ÿ7Ý7e!þqÛ•õvða±˜Þ“%³f¿»“F>àœoJ‹ åô×ÔV@¶ZK¯.ä9¦@Y¦Œa΃dË·‡¹glÄúsg5Å…×hå”7\­œ§ô |[²XÄÌ‘BÐäA†¡aÞ#¤7¶Ìq„´ÆbÌ”¤+®÷z µœ*¶&3(¯VcÒ—œ.«'·‘• -&1O¦Ó%D'™M” çDÉózFˆHÒq KÞ0;J‘5¯ ‰çâõ÷7¢øGÍ‘¶d†øQX"/! C\üÀ8ê"þ‚ïwv%>Á+>øþ„·r'‰÷Ñ„™1žN[MîÆ¿É¢ïâu©ço…✔ˆb/üHR¶l+¾W²š|[‰…‘{p»„ÍÁ÷ŠîÃÿ)Lv˜Åi¦CØÿØ‹pœ™­×¯Â—gšß¬Çú”Ç +1µ¼+µKL‹!Ô˜@ê|m#–š¼>`V(ÙôS<¦{;PXVüKÓ~ÌJxéY'VVŒ÷}Ábó{7an·WÌTý»4[•ñ Ä Ò¿\݈™ËlÏböR‘çÌ%ùoNCl:‡^‰¿ðÔs¯ZèEѯZQý-´£Ä3ï3ª*ðHqB¥6ŽJÕw®¸¡ÅÌÓÅh‡ü‹gÚ›:gÿÕ¤¼73½âï÷ s·ø=? ¹õWë¢Ñ*vnº¯¼)™:ïA£Ðy=‘èÁlÙiC4X•í¹ Q¬²×¢.273gà‘ˆãhg×Îîq4´•Wë„ZÜœÓÁtm|’>x© xRºÿr!øPàï sê˜ðÿÌ{P¸šù"ý’°±_PÅ yW;êØó¨f3xÞ^’CƒšÛéSW)²ÊÏá ³ì”ß ((\Á< 25;í}À ­Ùy$RrýŠFŽë|Žê_­öº»Êì*@uN$ž‘-'à?À¹†‘ðhp® -÷‹Ê0¦8^`lÿw`—Yl…l•`¿‹×²/õl…p¶Õ qÆò28„§óu°Ì{l»bÃۇ̎ µ ™9M;¢¨]w[cÇ]™ˆ|‰ÇÝîB[¢´vÀ‰À4ühâLÌ«%BÀ"½HP—gép"ß?˜û‰èešs1c·‡»\cÈe±£›…kE‹Á‚¿ -ª£ùŽBƒ7)Ø*Ñ§Çø7íÄ{>Ä­àô»Ìõ Gÿu‚£Ãlk(Š67aR¾Ü¶‘c‚Ÿ¥Sí¹|ÿ”­•}<()2«†îL¼/Τ·ˆ£áX.`s©k$Z<%¤ò…“ùS0aëF~l7±'Óy¿ ùùª¥¶i^£2Nç@¿H×S¥•&xpyRäF}NÖ„5Qˆ¤ÿd-µ!ÑÌc%Ù˜À·™$âcL#‚Öûùë - Zx.š.m}1K¥êææ©¤¢y®bˆ³Š‘ÛÿÒIé¥Öœ˜%sSBÜqr’¯MÑ—8mr0)Y¼Û–ͳôýRëò“ܹBß wW®X8J¥e3Ø)}U[è )W¨Oø’{e•ÁTS› âpJ ‰JØyÏ‚G5º­¦©êª²5\E…•2ˆzPÒ$è¡\ -ÒY¤F“ºƒtQw×ÿd˜^ü¡N€—«kÉ+²Jµ*òè6VDòÈy•«‘[JºBÈÛü~3ó{?ç=cÆŒifhòˆEòJ¨¬cËçp¥—ŠÖn­|\§ÕVŸt÷ý¾ê P ïŒrÍfWð©,Õ®¤‰»ÿBõ¨;ÀáÙÕ?Cq×9eÛXc8Úߪ+Í‹àÇš†SO󓬿åë¶…úñþR.óœs•+íÆ€}t×ψÇຎͰճWš¡7Û”A‚˜v+dœol6\äòÍê9)Ý<º:`¿ŠçZ™2^ÕM{Þר8v³ÜWô½A1üit¦}+4~ï²iDð¢?Q‘)pìµC6ñ3:å>áõ·˜§lçímø~¿8Q=¢ÓŒéž*`¤ü{3®‚~|wTâ–¾ó7Q@AXÍË-´Re1…CØÕYT•ŒL/&Nùa%Ç㥮!Ÿ±ý¥o<šÐ.®Î†Dù@ÏàœhLìX!´V[0|ð röãÐrÌɳ$ `MªŽÏöãÁ[²­äq<¾GÍy:-RÆ÷pÖà6mÇY{,Ü”E«Qž"–Ú ëH'dWîc|N±ÀÆá´¿×£¿ÁË‚5è_¡îãHtÙ¦„Nöì¿Eu×ï1QBϪÔC¦^6KJè0h’H£lsn㻉OÉNX>÷Ç>/C -1wE¯ÙtÁHtß8»Eu¬%„®UºTT¨l^*!æ%UøØ,»kFÜ‚¶0†¸¿!wiÇ ž%»Ýáä"›I(s¹“À\׿kn§u6F rH( &U1?OP|¹ ÁvÈôIÑèNIò¾"ä (*È ÎbóÜ Ø®äã·Þ0'kÔMÉÔ¸ÉRßOž3 -ÅÄÊK›y騴vYV:¬^tFÆ”.{ŸÃod%;”ÐÉV·»Ð:‘Ñ6’ßC&õ–1nÍG(yƒ÷%¹ªÖ^øÞe²OacDæ=4O§N¼ƒi6ì‚é²×;¼ •ÂË­L`’¦Ùfò7Qk{Ž2f7‚žPI­"Ýă¦Wì(^\ $b1ÕS¿ ›ª.%.F6陨øÿ;oAAj…[² T>f+â(ßn_úI߉ú^ʻǫb¡ïøÈŒá»[nq 1ëû3œÉÚ߆Ÿ™Bb7C¯ Ó§Ó|·ïøSÊç¶µ<*â¦/ýãУ«¨%Ú‹DÞí½Ìrܱ«´´oýõ|R×”ul®¼êsª»òU “ Z_éfÎת@Û^ðu°Põåµ6T)#ó:ìÏ‚la¤äma$ðHl^ä‘ÉzÛ'ú1`ñëX€úPÒº}¬*%]ib‚›d9‰¿&»Œe@ÀÕ—Š}@´v^¶HdnKœn©( -¸šáÌ–ŸŽ{ÑÀ]1µ¤¶§Á—®Á„;ï„Õ×øR¾ç ;e#ZT—"?ŒhpiâKŸ ¥áBzÞ’…f…Óþ1z†l…RIPˆË<Î…R­Â1èÛ•b„m«],“2éå;%Eô7T°HM>+ñaŸOέb¼ñw?äRøŠèÒ HÂGQ•K+6…f[e ùðÛvÅ&ŧj¥ô|™ê•xRºš4™‰ýŠÙX¡ìßÐÖîè%êkZ¥% ÔNÿßñhr½ ‹ º¬ŒHz¥µOÞ¢[ÅWJkØ2V\¢^ŠÅJªp“sκÓ[¤þGFH½Ø'ò3±YÈñçb}ÌO. ¨±´š„ûñ=דägM‰—§¥•žÊñ½Ö!ôÒÎ.grÊW§s¨þ²“GœÉ ù@dÞ+M÷wÆ8â|oÔA8a½ -6'ðG¹CgÕ5ɇÚE¨èþ•-h-;^)(pdÖéíÏ”PYÚÞÃçˆ uùž_ðTeû¶.ô<Ýe ¢’$ZïΦæOrǶàJFòÏæ·rG‘ª¡‘°ºÚ¬|Gú±)+ME¹…‡ê±îéž8ÜVÃÝŠUìÆad‹ŒµÎ<'z›fdï{þ0¢í o™£èLëXÃf4iòüic½õéQrªÚph)W•1ˆ èÅ~óh¸Ör£Qœ´fYÄXãGÙý/“¤àN“4J´³;ºÏFt˜_äÑù×fNû’ ó áXë‘„‰.ûøÕ Ku70¡Œ·6 ˆWM÷ô•yyÆÙŠ„ü\ÙÓrNA2RPv«Ð7oAq¸È!-KºP¼èPŒx¸øY-|PÒæû™u-Õ®?ÅÄp…(• ¦5Æ]¸„¡H{‚Û'ÍWçsßÃ^Ê÷Àš‹äj åôyé> #!Sì®*üÌô0¹àÄzošÇ#,úÉ,~vï:9¢wÕ”ÂsU CK”ðW¹²WPÛ)Pb‚Àƒ—E8ÊŠ w_{zr_¿˜€Èå‹ ÚY¡¢ŸY«{X~“Þ ¶*û/µš?¯ 9÷e!ÄÚÔ+s<>þ­ð&ÞÝÀ.F§¶6Ò»ÑLç1jªXî‹÷Ã÷¯:UøËæ*$åßI“…OËN‰{y/äÿYf?‘ֳД»b ‰fRow¯gJÈÛ[9T ñܹ•,$~Zž‡Í Iµ3Ú!M‹ö¸úžZÄÖ)¿”%‚ƒrÂáÂKiˆÌ&yNl!ñäÀ쟢#»äÌ"¶Ùç Ñ‹?Ô p{1¦‡«­É(n?ˆ%ÇÊ#TÈ3Byåm#©l™aÌ ó›÷û÷›ß¼ßoÃŒW$e»Ù-me»Ò¡rlw¥º´·ÕÅ©½ûþ ßì`n“·š9Áéq§#é÷»lª#O#Çé&¹&‰EãLœýI¹ó -š–ñ*¢&ÉÖÃ/x ü}âv޲„u±†ÀÞLæ7ü ÔZ -ÃÛÚ¡Š·±>òk$G-)1="üþY_w: ¢j˱‚Lå¾Ãi¼Ym‚ž!ž ;ÆÊ€ÿå}ŠÑ¡b©ZFr'^å;h“¯—»ôͰY’¶Õ¶g0hE6¦AûL%eÝüOº©%wAÝž€a?U°BW™¯¤2ï4Æa:ªžº™Qc᪜¯~–yʦ/ ±dâWƒÅm_À¥½‹§Z!çîËÇÿÿlÊqá* ÏãMlX[ÚÍ”+lÞ;éƒÿ):É|UùÄK³eý×o3§ÄãWÞáÂß #€ -Ž×ð)ö‡Ùln…•ŸÂ>fĆÖ3 Ô_y£èLø3ª’Ì€ÍyVÉùiŠi¢¹‚å¡ß‡Çk4[p§¶+·áÞçÈÂZ~É®·´NìW -WðB~çÛl^Q‚%¸k=×LzbBw ž’-Æ„lƯº*Ð -«†B…D÷Ò+R<ñlÖÑMâÌþMÂtRVˆ ô#Íyù6´_v½È‘u æ-| -Gôoà -%ˆ>¯•7[T*Pu2Gn¾.ù(ù+àšµQäO^Ú÷ÿKò«#‚6`“ŠŸŒº.³m@Ž6?eÏ÷ ™¬´YÍk7 |ÌÜRO”;1òKöK¢éöCX¢oØç }Ic‡¬ã?£¥bVxí*r7k–2ª«3æ{ô7Àê}M¥  ;®Ìä=®3Ëš¸P1YlçÔdÎÂHvòÞ^ÍJßåàg1͘·Ü‡L>²ƒ¹LÛ¡=mz!úbéÊ=õŠØÖü³â ,;1)ý Ý,º%Ž=3…|~ÇÞXÅóÜEâq1o¸[9^ÈiæšUSléw‚zXRkTNÍPàå…'¶JeR§¢@ÑÑÝŒ1¡Ÿp4î‘@¾Ù•ÈK\Ƽæ4ñ2Üüi´Çê|S±õŠ`D7nÖ.ê\þ|"P›ñm¾4QÕXØ!:#ÍØ 9¤Qq§ÑbÄ.'î$œ€™g/¢Ýjèjº«ê¤)²¿‰?ªcÛÿNF¨=ºRÎ%ÈŸ™5µTÉCú±Û"/­ÏA%Ԡڻ̟•›ƒ¹u’VÌmvøÆMIß@V¦õ#Gxt%CG:üT³ýß5É»í5?I†­'ŽÂLwn|ôͱ Ÿ­Ù|†ë!Á\d-CWÝnÑdô …ÍølÇ[¯ ujoTõ^¢6Ý–×ÔDJ(½?X`y÷µt+¸`ˆÝÇÏÐ˃c8ÊBŒ‰e€úÝ^ÓbéUòŒþþóœvRs-‰gÅaƒš¦>ìru³ƒ{’?­VµÜK3(r[Ç÷Ü“Â|í%ºÕö_#|FÀ|¸=I–Þ§i›â mô¶ßˆƒ0Áûlœñ1¡¢êºî0áûü8Õ 1"í+9LìÛÓ(á‘âŸÁ«¤×h_áöUÄK¾ã¥4µwøÈFw÷Â#Ë€÷¬qy²êZ)ÙvÔ¨ -"kSͲE²~Ïfñy,pN<ÐÁÐ<°²6’ e’ݽXÏYÛ»Ì÷mï-;˜§ uŒ¤ÊjÍÝpÔ]É¥cRƒd94Mô˜8–Hjh‘èpM³¬Åq:)ñÞžð=3´«UÐÞ¶Õ ò·5¾ÔOq}šRŽùÈiÅ'¶!Å.gõEW‹†˜Ïó¡OL::Leú­½Ë¾FMëq•.3J»\%|¢ÙGäÙè£/î)ÿ¤^•yS -‚À7%TºŸw#ÚUÌUúC•œßÑ‚sì×0Ö}* Ú‡´(ºÐjWA­,Ó˜ÂëT“»¼R òrë`]²Crz5_óVÁYA9ºŽ?ÆÍu¥±ÔÂaûyK$mÌZiŒi¹nª×%4Œè4êì²Q5Zq%×!ï”'çJj$;£ªátÑÑ€ŸÀ -aú,ß›p½Ë,¤¾ƒíñ=DêŒÕ·{nÚäk>ùR—g,*C¨ºc¹þòL57iRâ¬XZ#üEæ€oÅÉèžP Ý?Ò¶C_Ø=†~¥¬v¾ðǹ{*N†é6u™ŽW©ˆ–˜Ã2Ù'£{R‰¸_irUª€R(5¢kx;$d#›¶DÛ^ŒvS¢:ÿ2r[i¼<W¯ÔÎõû•Ω’í…‡wÊÆ¬wü.n4]¬¦hûÂält9÷š¬¦/ÑŠx‘¥æ²ó;výùò¾jìíjG)žëD´”f{×µ¦'8´yø˜ðGÊWm~ù—„äMSÒE"Ãù70½]˸4OØÚ‘5¸…|îj/@Àž@t'ìÅ–("2Ëh8@$$Ôj˜$§pX¹¤ð]”…¶—mú¯d¢£Ý%WàOöâ,¯ í¬ 1õœ{O?òmSü´hÊŒ#eíÖ3È# (õ$ùNx¾¢Xã{OZ´löߢø»˜ø¾@çÏѬÒͳë»"ûGÆ\íœÕÁÀ˜tÚ!‡n–ŽŠTûÓºÂ1ò~Z“ï%I×ÿü÷†—9•å†zïŽB„‹u¶ ‘-±åãr©­]Žf@©&\YË¥%ŒRMN¡:‹g@W…Š—2Ýš ‰þ$¢–ò‰äc”õˆ¦MS„BŠÔ¶(—Ó~g±l–qÿ¬à”Ieš¨¡’†Y8¤š‘ -LÔ ª¶?øœñŽ…2Ÿ™oœ$–?9—”Šž¹Œa„ŒŠ µ¿žs}DZœ4ql¬s™òe ¨-—¬X¸¤"•¾Lk -”?§œp’r2i˜ç‘@$~•¤Ó2ŒM‹’„ʉiµi¥}°©¢ppʬŸ¼ds§ÆX3£¶š§KûŸ»˜†?P›û– 20˜l•,$i•’²å’|ÊdŠâ„ÿˆ¶µ%«ä|_°^¨àp«Á¥Óc˧j¢·W £SŸûK€ŸS€>ñ›Ž›P1ð—ø˜ý$N”˜•û‘ÝŽ/§ŠM…,‡ô´ä²ò{ª°¯„oi«{¬c6§¨¢W£¥ŽKžú¢Â>œ›1 1·—–œ2$6”+— ‘XŽ;݉ӅQ‡8´§ºc{ ¯ã¶anâ«B²zb¾¦Ý®¹Vµ¢½«VJ»ž²§þ>Wšå£Ö1Š—FžÄ$"“Ó˜níŽD ‰q…oƒ3Ânw9wQ¼òwãka·»x‰_[²ïy)Sf®VyõGq©ÜzÜ:ù¥«{Ë-ì¡Ø|É÷ž­}ßèœÁKŠ’Å€ï‚«Á`}¤vØ»ü}Ëjõ¶Õ}ñ^ø²~S­{~kG%©~Þ:½¤Îk-Ç ï€ö¨€ò%›…äð‘™‚G‚Àm„vE»ƒ¹jsµøƒ`^—±<ƒ R½¬¬‚íFߨ7‚ï:‡¤ƒ-§ ƒiõœ¾„ Zšk„/J‚挿‹Š\u½º9‰™i÷µ$ˆØ^;°qˆRr«å‡‹F §p‡:V£>†Ö-ŠŸY†Æô›ï‡'‰™q†4™¥ƒ¾á¹u;¹Š„iw´rŽO]ɯ¾R«1Œ#FQ¦¸‹P:¢„Š¥-kžšŠBû›ŠQɘjˆþޱƒ`€œ¾`–ýt¹•Qhù³â“§]H¯$‘ÿQŸª‘ Eö¦p9ݡَr-LãÑ šI'—a‰Îr»ƒ¯€½à+tL¸‡›hŒ³e˜ö\Ù®Ÿ–ÛQ=ª•E©¥“Œ9§¡D’@-2F‘g ™”“X–}‹FÖŒêƒò„½r£^s˸ äh²ôžf\f®$›âPÙ©‡™ÁEZ¤þ—á9p ¼–O-œµ”× ˜ñ‘Ä•´‹à*Œ7„+~ö½©£s>·¹¦æg²‹¤[é­±¡APn©žÍE¤ƒœ¤97 <šÈ,ýœ-˜ %˜Y“ÈÀ•Œr‹ „[~e¼Â°Frº·c­g²2©ö[{­O¦ÌP¨ª¤D»¤¡¦9ŸÐž¯,曹š¨ ,—Ù•{ç”oŒ¬‹$„ƒ}ß¼l·XrH·³‰f´±ê¯á["¬ÿ¬tOĨW©sD€£Æ¦8ÜŸx¡Ð,Ô›\œÉ 2—r•Å“øŒ0ÛŠÁ„£w·ËDxÏlGŬy`èÀ*yYU¤ºÊyÝJ‚µ—z?h°†{3׫Ç|p'µ§t}t££à~– S %€?” 8wˆÊ>~ìlÄ­~£`¾¿/~~U€¹Ñ~Jb´¢~Ý?K¯”Q3ŪÎë'¶¦i€®Ä¢²¬ ¤žÐ‚?¬’ëÏw;É8„ókÃð„:`r¾:ƒ¦UZ¸ãƒLJJ³¸ƒ.?8®¨ƒ73¹©áƒu'¹¥tƒï⡤„Ê ì „8 ‘Ú‚vâÈ>Šîks°‰Ù`4½>ˆçU>·øˆ*J<²Ï‡¥?1­»‡H3·¨ù‡ '¾¤‘‡Cü µ‡® ,œ“…óaé‚Iv”Çsëk'ÁÞp_î¼hŽU·%ŒñJ ±úŒ ?¬à‹R3§¨ŠÕ'Ä£°Š¶%Ÿ»ŠU €›x‡”Íð‚’vkÆÍ–¹jìÁ6”×_£»º“T«¶m‘ŠIÁ±Û¬E3Œ§RŽ…'ˢ׎7YžÁŒ¶ äš[‰HŽø‚åv ÆBœ|j£À¦š/_b»$˜TaµÎ–I€°˜”ˆ>­«r“43u¦¢’8'Т‘T…ꎾ9™f‰ž²Ž#ƒ-u®Å¢CjUÀ Ÿš_º–Tµ7šÑIC¯þ˜ð>ƒªÔ—Z3c¥ÿ–%'Ú¡m”#²%•…˜‰Ñ nƒiu`ÅG¨j¿ž¥/^к ¢kSÌ´£ŸÕI¯h±>\ª>›é3V¥c™å'ë Ç–¹ãœm’H̗ЊXŒÕƒuÄÒ®i½¿*ªç^‹¹•§ÔSŠ´$¤ùHѮ碟>:©¾ C3K¤Þ -'ú :˜å›Ò’ø—1Š)–ŒXƒÇtÀÄj´wi|¾È°¸^T¹5­=SV³½ª,H§®§?>©V£Á3B¤sŸ(ŸÈš¢1›V“6–±ŠIÈ‹óƒéé¼ybtÛÖPyåuãÂÈz_vÖ¯zÍw©›A{ÿú˜}“á6xBßÂxvµPéŬïÜ ±°æ–göcnì© -7ßN\±ÍV§YgMÍ`TfM~Áo1*ã:æh‹g±¦K¦ðxöD:âÌëðppqRž ™/ÃÕÐG¿—x-<µUŠw#<ëI|µzp sFc1;TÑLb›Ð–â%˜#ú‹ú,æ…¹bUX¦8‹¡Ø£P5fÄ7ûY`“x‚Ól×X·b3ø½{WVáû¾vd\èÙ˜‹Ì d…!¨.õúDCÑX>5Ñ-àÕÓ ³¼`_ol ¹àts&+­s0K2öÎ'¸AåÙkO*ëëçᯠ-7ýUdì¾A‚¤ÈjD-Q&Ø!ÄøÑÔQï•¢ B‰ã ”\·ÆÐÃü 3h(;óªl® 0ƒweXä{Â!i¿)¾‡5êÅÐü$uÛ™µÈ.ýÈmD&»¾çWdXº×Qˆ<’ØZKµ°ÿVè«6l„ƒ4“ñàê4Æ+Ä\e¿ç8 \áèŽüSžaÝOˆûÆžƒâ*—Ëžà!¡†}S|ILJ\ -hÒ¹8¡ñœ´¸x‡‰‚Õ‰Ï$<¦~ìðPÙZ?„wJáQèÔ”Û5 F¨vS«:r]P"†¬Šéœ6(Fž ^]SðeøÇì >çá“Ï:áÃé1Ö¡*Ù››>ÀL·U§´hý\ùÜÞøWŽ-[·VL•IìkIéHl t²0,x Ôœ÷wŸeÐ\Îqô$óà**ä&6²(Ðw$×®|­è~ë<—½´½ôND€§ëóYo@cuhì"h©áA(¬èw3$Ï›vƒ¸Y­«Áò?‡ßôqz;ï*Ÿªú¬²Ü©Ë‹„ ­Í”åžo\Ã/׸í, %Þ)ga‘ÃNh{NÅ*/P©0õv§(»=£Õ -Ö0?êöó¹ìER.o³¸Ècq¶¼ïÀ¸Eä-è¼™'lÉ$™mÅ'’ƒšŒX -<áÛö|!b_µ„7ƒ°sD¼¤]üùÝÈñ&1ôbì+r'¶"Ø”\„ÁÞ§¸7±™-¶ÜrÜ•bÊãMÃxsüwíq¼ >½"˜ìãý‘5Oã±E"îÏž½˜›GþóG¶­çú2/#w5m_ýÿÓûQ–ÍäwƒRrRq£µ‹<$Wú¸ã²`­„K—þ(ÜËýABc>%îŠ÷žš%ªDñ‡ƒ •0×ëoD²`ÚþßD€ œ²ÿ‹ï:PËÏnYÊE5ýeÛ¹+ÓF2Wͪüy"9u/£“pQÔF¿$¬äÛÉðé'‰ß•í>à…ârŠ3î&ÜÙÿ=70¿¦™Nüªû½Ä@9þš -‚¦màUà³Q)¹¸!Ý.ê.U[ÞÀ™©–_ñà -?»KøùFJ4ÆÛôª‰G†Œ¦ÅŇâÄYÁÍô$Ü''ø™\]»fGÙá63¸IúAv_mf‡axª€"C%Æk4BbT4T–Õ‚"k<·\”æ‡{”dq ìsÁ«ä¬7/üd4V‘óî  -ËÐö{lÄÎh¾ØíÇÌÒx”ZÔ]¶âÊb[~=ïi¦ÌâûŒõfìiÕgÆò 5F°èb(²ó×§øŒ9éÊÝ;ÐOÙ§íV¡i”¤GÑÓGX_}nŒÁù]wõÓ¸ik§ÊÓ6fâ:,°ÖpÁ³ªø‚¾,¥@б‚kîbmuÕFRž!²s—á37€:!Ô?ª§`CWÖ§&`':¢±g˜UóèùDtÀx4D‹ªLؠ²ÅîëÐCKhÝÈÓìÿ#Nà¡L€o×osÖRé -ïmR¹Ò¦U”a9B´‘û6c.¾o¾ûšoî1Ì8gÜ Jè¢VÒÖnv[[mçFªGµêív¿zÿÿâB+J0Ì2ïŠNðh¨Ä¼Ér/ –ƒäœ²Càyü5‡(œÂÞr¥aåDlG“x“~±H?ÿ‘«IœµŠ‰¬.´Œ÷È©½ü GH;A¦ô!þA0„ãs„AµØRáxJ8*ŠÛ›Œ¨Dã[»à×Ñ®~°²bÄ -†ÞWª†.Q{!®»¤£ønÝ(1_Œ³9ø±WÅ'ÌIl–ÏCwƒ'ïCpð^¸~þ¸u% ^p™†î€ãV&È ¼>¸œ £úMÑ„y¬6_E%.Ø×x“躻‘ÇA0Ì1©¾‰æ„݇·"¾QC͈‡‹ò…ŸZ‹K¡+gD¥2²sÏ‘KtO°té z å°nÂf¤•9•› ?¡ÓÊàí”M˜d$n|c-ÆG\ÒÅÜÇzx 1~ƒÏèF;°ÉêÄšBtBóžâ"©:Eˆ³¢&'>"3$vAƒìP¨rfÞm©#t±Ë&pšê´ÞÜÃJN8×Ú6…6n©^ÔyOçÏO‡MZ,»z¥~–ð ŠPìy$î‘;lÙ*¶”ºº|”\¶ÎÜñ7¾¸ó±‡­ Ø’vߪ·¨U³‚ðDl?ñÒáºÖ,"uy â)mÜžhqˆšïû¨SÚ:wdµ¼REÜîûŒÍôéZòÐkÇó4cÈS¾>ÓnWž=kvËìÜããKÅPmGÈYp²f§o&è]•ᬎ*žY÷V.#^žÃLCÜæxTrúšz )ïsÄÖÁÅ=™\ªí||ô¥øV+w]¼ÉðmˆÈÔ‡ùZèüœ³ªçÖc&r~ï¬ð2fÌAc‡SÕ_ ƒîh¼eà)ç>tèÄõ£Ä*ÓïqQàtÛÇàë`°1xó€­ wªìÓàÖ+IÛ¾:¯hYK½¢ ¸¸ê *9…÷³£¥ÊßI|8¶Yké^nT| u ¿¥Ú¿¿kV¬Ü¥CA™µ×$Ír*‚S$s,¿à±+¥æíÑz½ä`‹;‡îm¶P«ê±¢dbPæà%Õúý °@ÍÍ]6è -U¤—žUìu -…nI¹–Rð:^ÙaÃþr¼]J–™&™ :£Ã¾Òm‰)Ì%Ò›FÒšp»ú˜}ûÐ ý¼ 2 ýèe šd';(MÞdÙFâÚ¶÷¬îŒk ¹Û÷”ž¦]*‚HДPPC¬jß™ú m>‰Ê wÎE2jÿö샽ª/;Έ?* ,oqSë6wønµ”iZM¯¡fOdÈI&ÿ~¿ûEj<†uDû¢Q­KkµM|Ï\hF:ŽŠ;TBËY€Ä‡ÚCôK u;ª£‹w1/5Ã%•>*¤t´ðˆ¢¸ìcšHVÆÝ=ÁÖ—§ê™7<žLkù2‡XÚF ]ØEœ=m¬™,ÿ­úª6ÑrõU¾“è¹²ŠßPà/WSEÒFÁl´µä†PðñyzØS¿Šî8øQî:³/ñ~`~ËÆêk€LSµ 0RߪnFáŠSšï+d‡ÔìŸ@÷wQ’ÕÀ•€lf6§V®kÉdÐ`‹Ý¯jŸâ»ª¬5)Ø0¹T5Û 8+ŸF9yá²¹ÈlÊ(»£ ±Þñêܺ)Ÿ,‡ó,‰&¸×L‹Ù@°!AëÉ~VŸS÷H¦ñIe"3Äo“Ñ%¹±Ò4*%yV¢ Ó"_Ñ;Sa8¸iq»kÿŸÂ¦Ì&ÐmÈò&×*ƒF¯‚Ô^ª·X·bBéÏ“É.Éç$±ÒóÉË%¶¬_dÊ n¿C^¤36^$‚©LûI|yÕÜIB¥ 3Uþu Êê+z;´EQ^}±¼NW—°%ê'%3¥mD35+·ÛžAFI#7òñÉ'û_1„Ùmž ë1ËúËšÙwE¤ŠkˆG ŠÕ eÜéÛZaV7ûUÍ…ƒf‡Ö5‚"Ômþ/ˆ)eÑÆuøwòŸìÐØ"óFèæYwIÓ×µX¤ÚÜq ÖËÇ[Ë8ƒÒfÃÿ2—œn8Ÿ8EOÖöfQëk:ýsX»pÃÏØcuº½åÊ’ÌÿÏ@}ø5u ?T†UfÝ…]‡mï©Û[½¿-©S”¯]ÙЛ‘£ü£ñc<"_Ûæ.©Ã—zÿ„®Ÿá;Í÷–,ð¯’^AÉwpöÀ3Ë6œ -—iì‡WáõøÿRj|púI%ª¹(ÞEÖâ:"–·L{+à:âe”—¨‡ôȾ’g£„áãdOÚ˜9‘Ø”g¸FŽ:fÕÕ“ §Ô™db:J‘J¾¶[úåp×Ðd”RíÝ"ÒQfQÉPgë”ýeîÕG°ÍúE}bÂÒõø¶OôÀ£SZ p¶0JØd9 ìܽIrpõG­—ÞmÉ]Ü$h$ç0¶Ã…Òzm¸ñã|Si±ù aYvªq%áÒž½Y[®iÉšS= Ò’»Ëz D>´xÌ¢LÒ#ú‘æðŒž d·šsVòö’«¦ûä6„‘›Sµ'É·b]T%¿ ù÷”/y%7[£]²ÄXêª%iüLjj#]€ûW÷=®fµõ&0]Þþh=¸§í0’¡yxÆ\Pʇ ‰ œØ‹Ú‰„€Ç¯¢¦]uG«_£ÙiÁ§?¡M^.£Zž²R¤Ÿ¶œbGœ*šI;˜Ò˜h.}•¤–h!B’ª’ÓQ0ŒbPˆ‚„E€¯Y­Bt¢«ªZi+¦õ§m]££¤xR)Ÿ^¡ÐF¶›ÐŸf:¼˜s.C•?™!%’8”Í^¤Œkƒˆ „gb¯´ztªÙ±h²¦¹­Ÿ]3¢ÁªYQÇŸ§bFc›†¤ƒ:y˜' É.”íœ!‘Ü–Yi3Œs¬‡¨„ƒ{W½¨rp?¸¦sBe ³át`Y´¯|u]NZ«Lv„B÷§@wÃ6ñ£}xú*@ z1“y{l <›1}8$ëµ{ -¼ux£oï·‘yÓšR„Å—„Pg΂Myi¹˜‹©ni´ÆŠîc]°*Š,X;«ß‰aM§¼ˆÆAˆI6:Ÿê‡ä)öœp‡¸è™h‡ög–z†<όۂ“xð¸è‘¿mÝ´•bʯ†eW´«9Ž.L¤§2A•£Œ\5þŸ8‹¨)Ý›°‹?ü˜ˆŠÔ³•h‡ú<‹æ‚Ýx]¸]—ÕmU³“–6bL®ù”–W@ª©’òLA¦‚‘—AH¢oj5Êži)È› -ŽÎ—ÇHô”}‰w™‹ƒwÌ·ëólϳ›ðaЮ|™ëVͪ&—ãKߥý–,@ú¡è”¬5”ž“g)¯šs’<—{)“®Š@éŠbƒRwH·Œ¤lK²¶¡ÚaP® Ÿ‹VV©«+Kx¥›!@¨¡m™W5Z‘—Ì)’™ç•`–{‘}T’÷Š],‰Ëƒv³·3ª“k̲]§î`á­¯¥FUï©C¢˜K¥ D@`¡ž;5($›¬)x™q˜!•õ“-v’_Štc‰Oƒ¤v¶á±jkZ²®(`‡­c«U›¨ï¨Jפå‚@& °¢’4ÿœÌžÆ)c™š#•‰“³‘‘䊇ˆìƒÂoðÆ}s|e*Ápt+Zz¼itïOì·nuÕEf²¨vò:Û® x-/À©»yh#ý¥ßz¦.¢ß{è ïž'~ ï’@€ -oñÅVye1ÀOyÔZ‚»Pz"Oì¶`z”Ee±¡{B:Ü­|/Ȩª|ó$¤²}ìl¡‚ -Wœ¶€[n‘ €øo²Ä%e¿'jZ`º4POݵR]E^°™ :Û«ü€/ϧ€ˆ$-£›6¢ K‚. -²›m‚eßüDo€Ã …§dÙ¾…ZC¹„OÆ´;„JEP¯„$:תۄ/Õ¦‡„:$A¢’„ÒŸ8…$ šK„0B ‡oDÂ0‹£d”½ЦYü¸#‰ÅO…³P‰E®’ˆŠ:·©çˆ)/Ê¥“‡î$Q¡™‡ÿ -ž$‡Ü ^™$…Û°ŽÑnßÁy‘Rd+¼dðY“·fŽ«O$²‘’Dέьº:©!Œ/±¤Ä‹“$^ ·‹{HŠI ¿˜‡^#‚nnÀÁ–òcÇ»¹•,Y9¶Ã“…NÑ±ì’ DŠ­*à:P¨vî/œ¤9$iŸôŽŸ|œ6Œ] — ˆ)†ŒE‚bnÀ œ£cn»šƒXæ¶+˜Nƒ±O–­DJ¬•5:$§Ø”/‰£l“$tŸ@‘s­›gŽ; Z–.ˆZÚ‹‚›mÍ¿ž¢tc#º˜  X˜µœÂN9°µ›¢D«õ™å9ú§D˜y/x¢Ñ–Ù$ž–” Ûš¦ò š•kˆ…!Š÷‚Ëmp¿1¨dbÖº%¥©XUµ"£Mû°1 ±CÛ«rž»9צƜÐ/j¢N™þ$Œž–8šé ϔɈ©[Šy‚òm¾Ö®rbŠ¹Ç«HX ´¿¨YMȯƥÇC±«£X9º¦a N/_¡äœ„$•’—ö"™þ ú”FˆÆŠŠƒÞðu²oŠÌPv“q¹œw_r‚¦ÈxsÒ“Òx±u*€»yYvŠmAzwÎYJzµxÿD{Qz.{ºzã{×{SÜ¢s™y§Ê>t¬z2··u©z´¤ùv{'’1wR{³Qx|Mlxê|ÔX4y®}PC¨zZ}À-ezÃ~ ñzÐ~-ÚqÔƒ¢È sƒ-µµt;‚£9u(‚i©v‚1}üw‚jÙwäÕW5x¼ BÙyvl,Øyà6Òyç€ûØcpm9Æ+q¿‹å³ér󊦡•s÷‰†2tüˆ|µuþ‡¨iÁv÷†ÇVKwß…ëB!x¥…,[y„i¶yƒwÖeoS–ÖÄRp¯”´²3qð’© sÅÇt{wu,lh²v2‹ØUnw&ŠTAzwòˆç+ôxX‡ÇÀxZ…ÍÔ³nt Q ÄgXS‡Т(ŠLÑRp²*à§¥U™ -ˆ›!²”!¨€¬$$wß›{C IÀ„0BØ{„Mˆ ²—ED[÷ªT쫤~åé{çÇQÒf‹i­ÅŒ=Šê~ŠŸ\CœÂ¤çÊP/–PæÛÈ%‹`vÖ¸û)ÞYõˆ­ÿ ªç/ÜY4T?5hMs¨qjq¥‹+:‹Ým¥'Ež)ŠÌ£Ì/kbîyú@}™“{øDR²3ú9놑´>cìvv’SÇ…þñ䯖ÍM t†?Š´65ÂÝ)`o&Zª³š•]àdç?qûFå4î´Û³}lA©(hú|âýÞõ}üäÃ]f´œŽŠ;ô+Í´Œ Œõ¡@æêê°‹.¬Íå+ý»“¢'n¹ÀŸ&¶oAç\šÑ!ÐR\;u"Q<ö°7!iað°2‡æÜÓSp¬>&ØÎ Ú´A<¥Bù삘©®ùÍ߉ÕR±ÊÍ@Š[mû»r-£àFæ†Éã‰ÞÓÓ×Ф¦ qC[òüH¨|ž¾¶Ïƒ–a×L¦øµ³ÏcF7öûÝf…Öz¸}˜•wØ”b³QÀËÜ6#Å­“cƒpºiËC<Œ¡*þŠË˜V¢oøM–yF¬¾Æî'ü¡€@¢ÎuÿžXBl}ØöhÁi6;8-D-`Óþ`‡§›Þ£w¼È ³FM…ñ…ŽÂ$vCcÖáq‹m¼ró$ô‰ ››„'qÅà Ág[N†Ã8§ ×þĉi4D{…™åè>¢ÁÔ2äŒNPK±ÔGÿíØõÁU†;PomBp:õÈ ¯¥Æo†BvÂñ:ôkÆhC8|Zp»@¾Ã_à+þnPyš_@ii¿úy¡Ëiæ1&o½€)y𑨠®É´-w·€SÙuÝP‚$-_Íg½K?§fB¬ˆ±X/zQ Õ§Ô+ƒv ¸[+Ðü3(¶-Íóú]àt±Y—!¨£(¨µÛå¶yÛ ×ܼe辬‡9ÒÊh Äôrµo/r%shÿú‹x­uê/¼cP‡Æð}ÇO±:k««€¸ÊÕÕ@ÝÒç9³`YÑsî3ÈC¡•rz• ê'X–“çkŒìËÞ¸?i½1GFÿ)e…DK®±þ¹ú˜ÚÈ;ãhèØ²Á_6¨½¿AÜêç÷Ч²ã;‚áµrµ¡l%ªÛ™:—$Q§FÒÎVwpÞ04sf8) w†À|“ÒÎ1âÎ-R‹àÍ“yÔkx‹ ƒšE‚L¦уºÝCìôˆÇSýL]…Š*ŸR)p”Ìœ:Œè¥úR›‘ÛŒhò_´<ò.9]òQ’ŸqçAJü£¥K„êþAmao:Bäõv/2ˆì«0%!;¥9¤)ÙLÍ“kÈaº{‰œ‹˜&µ(}ï{¤9åìlI:RÑV*Ò…ôV‘G¨Ü`¶«@Ö*aÛñ/³­ø&’]ì-éad{KÚÍ”½5Í-üO¶ oØÛ„Åós’³ îk«˜ÿŸ¯gÉNOíï^Òøæ—ÄÑËŸJ5ˆÃYü¬Qâhæl:á/ú=y%qNX¶D2D^á„Z@:¿ñ3­¶ãész¾Ä0o²w=+,šÎáüü¥bž{/ó.— ޏRú0q”¬ 3Âç³NyÖ–âGá.:dù’Ø*ŒÐK%4ÒU=…Ø£Š9åWìuÙÚ"gìŸb{±3öUÁÂmðòg5ñ½¹ g}ðxÙFO]¼RòÊqÞ—õŲfvé5ãgW]±eWC;S·¯pF«ê™bHy f…å•lO0Ã: Wœ¹Œ½“ë€qÛ\‡~Ü#û?–¾RÒ¤w›ÌPw¯@—T²zýÚšY0ƒ­ldüӮ㣖˜e•:Þ s/û:ƒ!ÅñÇg1•ÂØ!›Èw³<†¥Ë<õ>`§…›®ÜEսºshs÷jù-´A…g¬A›ZþBŽ #Jü†>©µÝm¨ø÷øȨtƒÃwXTa´¥)¶)Ô×A? -w©GPáXkm -ʬÉ_B£®IѨ+ °ڣ㞠¢¦øt°®üØ7t©j§}7¶®DeñÉߣo†Ö]º—3î%¾j¸%˜Hn- æÏÐÃE¬ô/ŒGXrº#3,Á+b=?ƒò^ƒ'N¬äÅC%ö}¼Uðss6÷òpÝ)nÆé2Ø¥õÚ|0¯ %€ÀŒwiCð^Ô0m¢oÂ#7¡0÷3:|Üž+¤ö»¸»ñ sWî -üýºÂT’mªJocÛÖz§}aÉ Ò¼Øˆ •WÇ–ÀSKl$¬ãÇ©t_‘Ó@ãÿøí*ðØCœTø­ÄÁ®VØ Âz7v¸dr]&4–‰¾Di„OQŒi¤ ¨½À‘¾l™‡pâÄ;¼—#K}ì&<¶c[w[oAÏÂã¦,äÌ6|d˜~BSá[áaj’žå}"/Q¿fÄjå©×øøÍylа_a¶øÈŽD4w·6B^âÖ¦ñ°5iÐ UŠkå/éÔ2ojbËZ¸wÉÍÒ•™ÂF\sòoÜI6Åß±ÃQ%}Ùe¹OZ=E¨xÓj¨;¯¦?U ©Ú©G ù˜¼¨Î,½A¨Už$®U¸ÜµËýÃö£¥i>ÿB׉/º4"a¢$«+0Î8˜ÞçˆMõ›h‘~T‰Riu+‰a2¨&¼d”°«¢ÓõøöŠ™g°}åy‡«Ñ åjŸ`D/ÿÉ%—í±Ò@3âJ³Å`<‘[ûÐrO‘@­ojÆ›‰iCAñ üF½ã™ËØ-y\úH»4ôt©Æjß âYÎs~ŸTî²:eK¿3û -xJк‡ô’ó²£äDg&v‘hh½\ô -ç6ý™ö+5DľGѺáÐHs͉}¾ðdU„3 Í«åV>à‚œ2  - ]Í-jxP$Ï#ËûâÐâLmÑNÜ«ãyZ4æÙÒ›†ú4êC¦Dý°÷cX¢»ä¼j¬ôµÚ6”µ™Å6Dgm—Z–á¬HSd}ŽßWlɾ[üoy@nÄ™&)ΙŒ;-~Ÿš(Š.xèÝÂírZGÏ“¬`z´¤nùr ÑY—oÈÿB¾ ˜)`cùÛÂТzÙ¶¢mi•°xC,WôS‰eHÃ)5ñ¶Ú—¾Ý>B¯ç>dS#¼ÎåY„½ ·Zª¼Ïí‰ÊFyûQ¶ì ïR!,µç-¤jÅ"~üñj‘ìÐoÂ*÷Þ*ú˜ e; -¶²‚ÉI`hù]<¬ÕnVÜD¤»ä£Hb,ýq(Ȕ셥4ŠZáöc·G¸üP=s÷ÚQÕpêv/Rçÿ0…‰!pxe_ÙïôŒø¥lžŽƒ&¤¶”!?FÌ%GNw33䊘Â""=XCÛã7½Î’ïq/Ç߉)ìË—ðÄM9h;òFƒ—±å¥¢.ÙqY8Ø$I-òBD/ĵÉ#L¼(>f+ýšùúào”Z¸ÎËŽL ×;ÖþT -ËO'§û‘{XzE¬|H³’©”>P‡cU)'ItJ&}>‘wͧ3d‹ÆQ%‰{zˆç¢÷ŽÇð Ì;–-Ö'L5žCXøjõ>ù©Ú^!#ͪIœWhMsfZC&9 -3ÕÑW©Ê®“ÍeÏ÷°‰L¹±£)î!ía™cE2'¸÷(÷¯h* A)ËÐÍ?+f×ÿ7GÎHtÏc„fÕ«¢-(Uå±ޤ¿úúî+ÄbîІ]Qx[¾Be’b“ãÐ;ÏÞ \h3J0§ ÏùDM“óM;Q[ïà9ƒÇÔ˜8¬ÃL*Ëfd@kR9ã€rLçŸáDÐgÎñ5ÙÙBuJ®CÂaÕ&NOÔlÙ¯ùAÿ‘M îš“:mÙê!þ¾˜·v•¸·Ä°Ìžâ;(àê'y äŽ*—üëÜÿ1\ß_M -€U–¨H‹1(ôÄ"àDÁ HÙ €h€²dC„ ’›äfÜÜÜ›ÜìABf¨¬"­•ŸèS©Å"¨ÅY ­¯EëQŸÿÃ÷˧Ҵ“«FTÉã -ϦñÌmØß”«q;¥K›/G¢(:þƒøí'Ü·bŒþƒƒ^¸‡é# jµQŸótk¿ü²A­£}¬R*SéYù˜<~5ƒ‚¹22]’Æt䤶%/pNìÜò—ÃÌ+Ž‚tÖ¬ô¥¾‡í Nh½ØÍù*{]¥YqxJ<+Kî¦K£€G/4x1%îÞŽÀv®JÔÎþÝ1ŸÏaçKÆtׄù\“&I0GIWþ)ˆ­÷ðáãO1„÷)}…„Í+Ï%¢þ örD"PŒc@?CŽ£¼NÎM´_·^Âç(Ô6”Ú”¦LAòʯȿo>î-}ãÒrÐ7"ŸØwÈ:()óº2I»1Á_vZí¾ûŽ4^±u)j'·ú6ÀóÒÛkVŠ6ÂVÇ,°– ›˜Vb#Å èê¯ÖÉÛ?/¨;̱™;oƒñ²ÌÖÄÝ5’g:ÏÐnĬÎóÝ7Ê}Ö,4ðmG6÷_n)ë¥ úyÒ°§Ÿ_Žé2lùÄ(õñîäŒóŠžŽÂøh™³¹s·‡Ä`…‘L]º¯ì£xí¶Ã7»¸z.“ùÕ©”ÊQÒ»Þœêì²±nEÍ£cû:6Ô¥¥4ݨ¿·Ò`j(ÝaÖ“†4k¢›ÒðɪRÊÀêMÊ]Ô¼eÞâ+-[Zbú_’ÊHq6ÏZÙ†®:2+¯·}Ec]ZHÛå&:¡µÕLQîÈОk¶†dªÃ¨çðùÊ´»«i_”V.3Á6æ$£¾o‚ê^ϰÚQ-¥Eå4ÿ<7Ë*š,µÇø+}3a«þ$}r‡£æ¿ RH˜jgK¾VÌ\¶zRffm±Ã‰l@$]Ý{‰%¯ìqf,éëh`=ZoÞÀ:“ºÑð˜5sàœnX5ª~ Ä…¸(J|‹|ÛßÕ³5v h’G»a»Ï÷©}ÝÆ;WüO{ïpî S*8Ÿ"7xèDí"˜U¤ÞÏ+„ 7eƒu®IR -wÚîð»æeó“jwtpO1ÁòYt37¬­z‘²¢• …ÆÎh3„HÔjYhÜ+ŸœÂÓ0¾`Ò•#©äݶ¼b? &ZQÙå~ç )êµTKæt·y  ɘþ1r)–¬™G^T>„ï³äQ0O–N‰\PP€Ù+›8žÍ\«—6´zº³Q-*Ze^PÎåxe -Ïdœ¾P&ŠuÑÄb~‘õJ¢äYð!Y¯‡/”†!]§1h­ý>‰“@™îj³VûuºF¿'š™ú¡lºq½V™„èž©m1:õUåóHœâ‰¢8ØQ¶Ev¿Wb–è\ï#Ë¡³¼yNÅ¿'©«°ŠÑÑ×á\ø‹Ù×Üuä/ÃHÛö$w§õï˜u©îψ‹ -–æMаóÊxoI&v}!®‡&ây¥¬‰Ùý¬ÿh嫎\¹0Át«Ûx„óþ÷žc¥àL´›0£UA嘠é6•,«*–’i™lÈ”ôŒúŠÉn†ƒ¬t¸µmTiy´+nÙ^Ö¯ÝpLT«ëq¤IG¨#s>j¤t©2Ù¡2v&&žXw™+œIxù -Ì™+{SÞ;~–s·Rsªi -²ðt²^y®¿u«S¼ª×vHú§w•>-£xx°2µ !yÎ&Œ.zó_šð| 7—µ~iŽ€ró¶zh„±Ìz^­©{S[©Ï{Hª¦|=ï¢u|Á2Ÿ}|&‰œ~NŒ™¼E ––h€wä GrWµ€?gø°Ã€c]…¬£€{Rð¨Ï€‚HR¥€¬=¬¡l€í2hž=&ƒ›®´˜¬‚j é•B‚–PŒ!qÆ´%†rgk¯Ý†*]«Å…×Rz§ó…tGï¤7…7=_ Œ…285…&wš3…%×—¨…¢ :”„Œº‹.Øq=³ZŒ\f߯ ‹·\w«‹Qÿ§=Š7G†£‚‰š= Ÿ×‰2œzˆ¿&f™fˆ§ô–¸ˆ‰ …“†P!Š9‚pš²¹’KfU®‚‘>\ªr"Q”¦ ŽïG,¢åò<ÅŸ:1՛׌t&W˜¶Œ- •é‹ Å’ ‡Òy‰h‚Yp²,˜Leέô–Ü[‰©â•_Q'¦ “ÌFÏ¢S’u<{žª‘L1¢›C`&A˜›•/; ù‘5ˆÅȵ‚‹o}±«žbeH­qœ¨[©\šÞP³¥}˜ùFk¡Ç—Q<*ž#•ß1gš¹”³& —’º”ˆ; uˆßˆ‚¶nò±4¤®dʬÿ¢‘Z–¨é nPM¥ž@F¡OœQ;â°š¤12šD˜&—•Y“úç <Õˆó6‡¤‚Ùnk°Ì«0d\¬ ¨‡Z;¨Œ¥öOû¤ £ŠEÌ î¡b;©Rž÷1™ä›¨%ê–ž—r“ˆ‘¤ TS‰_‡A‚õhªÁ‘nn^x¼ôo{TY¸cpJW³äqà@W¯ŒsP6O«ZtØ+¤§Šv[ >¤?wÖ«¡íy9Á›»|@%hzÀ=tq^\»¸uTI·6uÃJH²»v˜@N®iw›6Nª;xº+³¦Yyè j¢ê{$ \|h=š1~¡LW€4h9¾òzd^%ºszšTµþzéJ*±˜{Z@<­L{ö6H©|­+¿¥0}€ ¡¯~tZžö—ª˜Ó€»ÌŽH€Šg÷½¿€d]è¹F€>Sé´×€.Iÿ°x€B@¬%€y6;§æ€Ê+Ĥ7 ® ‡Ð¢¹‚  -—‚”ÿ¨Z•ï5x¤”×+ “­!œK‘VӘТ -š’–‡+‰B‚ e·¹q¢~[æ´î 8R°tžH^¬ œ6>ͧȚ¤5R£“™*+pŸ‹–Ö!›³“†÷˜$ŽÚ -É‘í‡K<ˆÅ‚0e9¹¨P[“´}¥ŸQæ¯þ£-H.«‘¡>¤§RŸ254£$œ­+aŸ™_!›8•F—šŽí -ï‘f‡ehˆ`‚NÓôrj3Â.s%l5°Vt#n#žbu oîŒJuôq¦zvÜs[gzwÆtøTaxªv@vywwæ*yÿxäfz¯yoѾoœtKÀ*pïuH®|r/v@œ¤sPw0мthx"x¾uzyfPv†yýS_w…zÓ?¦xd{–* xæ|fyš|`Ïmœ~¾o#~"¬†pŒ~8š÷qÉ~_‰Is~“wt6~ËeëwfI)“wäNgx¥EÍ|k݇¼%mˆ†ÃªÊo† -™gpq…l‡éqÅ„ævPs„jd:tRƒïQuƒu>Dv}‚ý))v÷‚ŒgwÍÔË~j‘ -ºOlJr©mêð—ßo^Œ†ŒpÆ‹Qu!r$Šc9svˆ÷PÎt°‡Ú=«uµ†Ì(Ñv'…ï‚w„8ÉÃi š^¸¤kd˜§†m•À–in“¨…sõ’x(tOgu@‰ÓÅjg­¶y´ii²£±k­È’Öl§©Á 8Ô‰p¶Ú"GÇËV_¹©lR¤´…È‘!RÈ1÷ÿ>fþÿ™13fÆŒc3Bùè¥ëõŠë¥}]¯Úš¾¶ûX½ß¯ˆ6ax4HÙÎ̮ձ§ìµºóáÛ9ÚU¾¸ÌÒ[ës¯ÃKmySò ã ÛGÞöP™ ¾«mÏÒõÍWÏælêÚDÙæžk#X‰Lï¦Çö²ꎇ ±ßêí}œ¯•ëÎqKç/ÝÁÃäõcHúå+ÅÝM™Š±g53Y;‡ÃÕ+²'î 2rcz(æãN‡wòV@óò°8¶ºÞÃ7”S¥ß¾®ŒkRnµ4”·MÞ5ï>•Ü 6dóš¬Ë\´t"gžÝE±7s¥¨ˆcLíìyšCQ˜tÝe‹;Cå®op1\mù’FøÿôM9ŸÎÞky+ü @À£$z îFÀJ(Œãƒl‚SÊß‘äð44ñÍÀl1/W1cVø·æ­Ä£z&yOqu]&ЉOõ(aK½„v\öèqëX!„0ŒÍ¡­#,“†W•ïÙ–µM - Îr½ŸÇ]SÅÏ~³« ŽîœK›¬mŠç¼#À›j½ócðµªÁê=ôBf3¸“Áé>Ô"dÂ'µ£,²Ežod‹¯b¦U}¶)·XO%ˆyÚªÅ!J@U~e‡ ѼvîÓ‹@ëœïqnMî!¤™Áü©ï{Å ëçn…ì3Û²c êÈù¥ùi–wuCcüžS:d°Z7´£˜Òú;Kw%7¬·@kòœs5ã·N˺‘Îò'ÌúA½ÌÕr¶a°{;‡Né9ý­3ñ©ÜÑ&×àÞ`íÅq »íœhJÛ­ÁÛùÑçSÉ×™—ÚæÈά׺#¤4ç³2€0îæ$ÍjÌ9CJ9œ£gÈVžóKò0²£‚¿Úéäćƒ+ø£HÏ`&~Ž=Þê„÷sÍ*Ëñ ž¯¼ÿDa%ÄZ“CøC B ÷‡l#n#W·Ï‘+ÑKŽÓd0–½øy WÄ F´¸y怙V\Å0FþjLM£¿að¨¬ Ü ŸŒoÁ ".˜Ï3Ûy„;áXJÄ“j‹…Ä3þ?ú$&LmB[B›òÝèzúšt¥h1CïÓ‘§|±MôƸkXm4ŠÿL½÷ú‚§P3ŽGqŠ´ð!©°Þóp´bMÃ-øœÜ¾t±Ïw•$!2ÙfèòFz$Ó–(b_¡×ón-ÃöçÙzñ±z1éè„[X°ðdaz=Y¢­n½Ó„ƒÔQyKáU?ØŽüZ°'c+¢UÜ‹]ÚÊ…û3QC~ ×"tN¶ÑÁˆ~‘R§1ƒ8ºë4¨Ö­¯5BÚ©+HR.½…MJ÷í0Qâ– ,²;’€ˆ -=§P«‚¬mµh®bÆa‘OZÜGÿÎûÒ|m¸XsÌ©½^4 >Ö?Î@©Uóz¡ÇÚ½'a8µ¬,¦þ¨Y¸ oÛƒ<)¼àPŒŒ [š¢iê €êH60€?[^¨»ÀÄ&=N×ýàBG ­'ª¡i]æa#ÌÒ -@LÊžÿA’5&iÈ6u”¥3ò·ôQûsÀ¦ßN=®…ÀŸg6P“`f«+ç¿à‹¦]i@'ëRG@ßô=»`eU¨§~Qaîàƒ–¿!:éǶW¼‹Kª¹€ý_5¨úÞPKÀÅÝ)PÞ>›-hÎŽþ7TÕ°ÁÞ\ãë¹–W9ü'i6[Æ"‘²”¸%Ó¡v¥È˜Yœ) -ÉIN0‚áa–ÝI ý”ý! 5Üö€Ótê9Ÿö¯ÙÐáÐ#³$ÚùÖ1$ìg]0d Ý8.ê{t7—MOÓ ¼"nmŒž¨aðóa1%…ýT*²ÇCJ¢ûíÖP¡˜©Ùyj^ßö^ˆl©n¤š‘+…ÞT,š@” :ËbÌ´S‚6Ü,ºI Àkü0áå±JA\´ý,H!Ì­ä\«› „RêÌÇ(¬`H°‘:.pá§üØqüIÊýx¿Ú5ͯ¡¶îká×Rîý|=åm;ÍWRþæq|)µ¤YÌçÈf+1~¤ÌMÊß"Í%gø–’z–ù6ï[*‹¼“—eFÞ_ÝgN>û¹‡“OE—m{ÈQ¡y%yI¸°é)/š§O"…mr#yBAÔ¡J#Ó–ôQ´¥äz9éGzæÇîÍ!dA[‘~Ò¶2â»dÎüi"šnwµ^å½ÄX¹Oþ(ÑYº /"ô%¾ÿg¸ÞÿbJ€'›íGëÕXm„lz›Šô@ª¹EIDz^¥ÇÔôššç9sÞ¯9çÌ«©©é1•”66j?×ǫ֢e³,—]wrUX»>>%{Ýý¾¿|K@‹);» 4jwë@»îñÖQ°ŸOZO€'8Çey`2ëê:<@ü}‘]bQ¶_èѧfÁyÖ“’hе>"ë!èRû é èYcÝšn0Rë}À•ú»Ë¶ýü·®ÁÀ5ÊÜæüÚÕ\—œ?f¥ £U€¥µ¤$ 0·ˆ³úFuR(`¯ï‰º ôÕyÍæÙË>| ‹\»©ûcúæ]m4Ó«¤ ¶{RiB:ã‹õÀú¶³™ù€okd¢ØÔü"*ˆ±> ~–ÏQuIàªP¿¤.µþ|u–7ç dä%õT_ºbB=Ö»I<©~ØýEÆ=õcn‰~êÑ£›#ߪ'l–À•ê¬ÍžÕñ5®u õS[ 7\pÊâËBE™bížâßÕQL²ä^É:§l +ŸRVÔ&y“ýÒä¨rQÕŸëöÍ2¹G4Ñ&¯sNÁw©ÊíÓÚßËçÔ¶3÷+Ji}¿ò¼ò/jZú²xˆò«öË,"ódå‰{‰~yG¤‘ðRÜX;w)G="q‹ªÏù{,xÚº“Ë?˜çÓUŠ>²žÒ)³É!å´¸‡tUÙ3Dºzï.#>8DÎÆÃεǰ`¼GÖޏ  ô™íí ½5ñT<‡øŠÃóå8Ñ »5ðêtß‹vÞÅnÃù–k³0'¸Ç#½OºÈ<Õ2ŸPwndµ»O(ÈaY2~… ,Ô⫈oÅ0"fçÌÿwøèq¼r­MÀýÔnHÈDK˜ÈðC¨€Î èBŽP.ˆU%X‡ãêÆdBfÉÐøùÚÓ€»™«‚0‰):¿}`è8ðMÔ{ÄŸEñ­[ÆKHCæ²±K_ÕÚ0A¤#^Z}ðG¶>lžK0ÂzA…ŽÕKÿ„¨ØŒ˜7Ä{"‡LA[ -áCA€# éç-nr•fš,lpÀ%Çœ¸(l°í0”…y´ž®L@•-ãyÓÈDSØ~-’ÓÐò~eñ -…óS4cš^z -×]Ø5‰Y&p÷^G6 -“tk¤èåÎÁ -º¢΋@ öÄÔqÄѶNôÌ6…„I`aƒÅ?bꢗš `P³˜l¨{Ýi‹0ß>#x…z)FîX™ÛÄv–¦ÂgÚ®‹PxKknØ<èRó¿ýØÒ Mšñ¶à8Dv78™…NeZ^tj5¤¿ªLÑýG2’w‡——õìá–WhEÃÚ?¥±›mÌTÕs_މ‘I„;49‰Éuˆ0%•å±Ë dù;D7^y¸b3oÚrïsqUc©é¬@,Zʼ–Wnö¦?(ì¾IôåwÂz«ê„Ó3¢,­}ox({ÍœÑo”?½ù“Šså^\ž2ÿÐSv­Êk­¥z'¥§Ô­›NÑ € ßÏ© P(L¤6‚ßÏIÁ¯@‡Í¼þ˜FJ§éš[êQ®Z\6›M…ÖýsRëeïíg –Ø›ô\èÞ¦Xj¼xÍ ’…ó„¹düxN> Y^㫳3Ô\~qUÕÃv*Émá”óžIÄ{RžÓëðüXj;¾,ô&©Àž¬9N\ÁF„…D¾ÈÙ D‡Œwùxñ#—ÀY”œv’½Zòš¹ ½žãNÛ™W)+(ŽYC“v:+4•¸CY“M,¤…Ù¸šœrNFâ"ÃI~‰y?Ç©‘)LZ‘iIÉ|ÆË`ÊN¦]õ{ªÉ¿øû;fHwÎ2Iİäše¸L{Kx`*œõÈQâ }Ç7c}¬Ð*–72ë‰â`º¡ÈÒS´Ù”ü# šÎí(%,F§ÔS>?cÏu„0° Îß!.ÄVÅù½ˆvj¿nEe6fÍ_¼‡^ÓôuæUÊÝŸìM~j™‰~@¬ª½∋j&}TX®ñ/áj´”ßÀ‘ÍkØáîB¤_›Òyºzˆžn/â©aûÿ2=È#«vˆîæ¬è ü¢u(¸{X/õñCߘG…s ½›‹;ü9!猬¸/~¡u쪞O÷ž8Yø’§eèIqÇÜÝKˆLû­íoñRÛÏÁQÓ´åËÿ¢fKûKÖÃ.AÐÁòDcg¹ÚT4X}¹n¢øzQšù™¤+ã¼i¦ŒÙ=˸ªB¼½XK}6ÎÓùT {Ÿåƒe) žñÕrtv}Iýœ o˜.Û-åpÕ`-\ñª°¸¦Y’þÂx½ŠMŠ78WmûM'“¯ :Í{*мp^ʆ…«8_•퓪׾ª¯—@Åu‡ä+¤íædùÇ…I¡øWºÐЧ¤-ºªCÛRy…:((‡óf{3ì—À/ ÓXðì']ä5èÓeƒ‘šÐÚðx%] -~ÌŒ%šàƒáú^ ±ëÿAótë Ž‚"‚ÜXÔè]¥ƒ-¤™iø†ÓgÄ4²®ªËÇóÁæ8|G…Ò´ Ÿ˜3°Øå´"Ýìÿ ×÷_‡pd=DSÒâFEK”¡ˆ T¦ƒ)[d/ÃJ™sI.É].—»K.‹,ÂT *Vñ©Õ×W­gÅ­µu<õ9Ñ>ë€çñýá«ÏGIyñ‰ð1iá²AH"M ÎPq¥ ÿnå_Ò}^õò¹À1E‡«„î„:Åc:hÚ¶~ôš*}k·†¦´§KÕ2¥gÜ%·‘dò_o:­£ ~_“‹/l9±PKoíŸçƒÎ:ý~ÖTˆžyÄ(•m£máöa»¬½WHЫͳ„/ËŽŠsõtÑþM¡DxIÌ,LÜþ¶ÑæQ5 ÛÎS½‘M»zt)$åâù¶"`¬¹Êr¸±Sh -K ÈÍq×Á€r#‰§D O[ØÂû5}ÀñyîH¢4€­Ž”&{zƒ¿‡Ek¬ÕÞ&‰ù©ŠRÓkd)Y%V2@q3»œ¸¡(Ùè‹9Àw1>h?h ¯FFÁªÀ‡êf¦–À å&ÏRù#`T˜Þ>¢Íe ˜7 kv¼1œ×Њ¿èùȬ¬«ÄZ5mŽM‚Ó£ûЙ„äC^çàªÇÔ(V¡÷ì‘Ï—~ßZÕžIþͼi:¢çíXjXG|(Î×=ÁEYñø6{ÃT­ ½¤Á5a×ÔÃÈ­@<_ý˜ªP5«6{>‘µH³Zä–ëVã³)Ñr}{)ùo³w‘YWc\œiÇ#Émë5ZÝ‘Õ4Ó‰Uau -îXéQU¢<]ôš-}!e \–ªNf¼ÑQ´­ƒ,u,.|O|²Žf~‹²\Z? µ›Î­®Aú ïÂæÀ÷ô}s yØ%*_Iƒƒ¼’¥)ο`þßž££¨÷Ó6_Ò·;«I¸\¿l¶a Îä¤ChŠíÍê)Ha{~è ‰¹ÏT' 3•¥è‡çzÕIgKwó{è5cõz®ÖºUåwòêž´:™ ƒébÄ€vX~fÕ®àšršCi‡ éì˳îë?q·Lrê(|žÛ#õ -‘/×Ö÷[cW}BwsZåk>K°å™cYÓpÚ¸µ„?f¶r´+"¡Ü4'9ƒŸ0Qç¨&OÂñVtöä\éåq¢êø]s¹Á_œïx>[2ìTÞ´Ööþ¿â (Zþ_Ãô–¬kÝN4 -œLÇÄEF¡)»"Øôäµbµv׸ðÛŠÇ¡<¿Ãæ.|œúÔ²BT?×ȽXî ¿ hLâcÛÔ€ ¼´íÖäcÚi».ºW©¢$-lŸîB€BÿÍ5 ð+—Ø_“òÆ­³$ŸSËÌY€oÜ^,^ž­rhéÄT€ (ÅÊ¥ )4¯¤þîg•É’?šsºøÊ"z`G¬âyÙˆ=\ÁÏ£·_Rî˜HÐOÞ —OÐqÁÚ|< ¨Ð -À6J rU>Çã{E10¿IÜù«ÝÉpêÃe‰6¹úVîË <šRo|‡ÆþI&Aâ¨ãĈê]ÈgÌ¥ÚP‰îWÕRjÕ÷ÀÛ¶°†:WéÎÕüä#t¥ÝÖx~n™e&61ù/c9z/V¢Ô\Šb·!ç°‰HS@êS µ—²Âcè«,ËÏuÀ2½†âà›Œ%­ÛŒ“sΘ!rg2ÛpU÷0vª>ŒDÍÄOày! -­ -ˆÐl×dRÌp’*Êã<ØÍÌs-qwTÛÇíGJ*Û_Y¯ä$˜ý,÷“'ŠÍ×ý¨;b,^vO'χ¤j½tѾÈíZJÔ¡Šñœ'» œc;÷l?o7t=-~Ô®ui³¯™ö8ó7u’í«ÖíÔ•X×.ƒ°Wæ¶h'y`Ö „‹¡üÍSÅyn‰€?ë‡wïdTõ µ[{Ô/Þ\ß»ºáþúÐÎÛŒ½Ñל,yÄíBsò‚ í­ì·S-¾\¦Är77d©ho½ß ÆUaý‹˜Á[—î®aµnþ¦ûcÓOIw]}ìYÑf‡#°Z Ü îZBøÙÓÜLm×DªÞC˜á–§nnûGrßö§Êν79Ï -ö÷Ep/dtu]æ9“ _]lÏ ÿú÷.}œoz—"ç™ð{¬D˜|Ï {“ ~Â׋l€ajͯ‘{a«µ{¥W%¨|%M,¤¸|’C$¡j}9ž-}°.V›M~S"ë˜Ï –è÷ Ú’f€ìJŠ„€ßj*®“H`lªº`Vž§qLµ£ÅvB x˜8Ç8Î.+šV‚"è—΂€±•ƃ6 -/‘1‚궉’(i¢­¯‡2_æ©ä†ãV¦J†LE¢ú†0BcŸ²…ò8~œu…Í-ÿ™‹…Æ"á–ñ…ûÙ”À†' -{ „´ˆ jhû¬ñ_`©-ŒRU±¥˜‹Kä¢JŠÛBŸŠ=8>›Ë‰À-ؘ܉p"Û–1‰vû“Þˆª -¼ †<k‡Ñ¢hc¬H’Ú^Û¨…‘ÒU>¤ðÃK~¡¡¥A¼žbް7ú›-à-ª˜:K"É•‚Œå “Šå -îŽ.‡d²‡!Ògë«®˜Î^Y§è—}T½¤O–"K û”¶A]“t7¬š–’]-q—¢‘‹"©”á ’^Œæ g‡|ûg[«žè]Ù§Z9TL£Ä›ŠJ¬ l™ÙA 8˜S7gš—->— •g"Š”W’¢ ‘ÅŽ’ .ŒÁ‡†‚fê¥&]c¦á¢õSð£T ßJ]Ÿ÷žó@ÅœÈ57/™«›R-–·˜€"q“è”»‘H‘ DŒ=‡žF…°‚7a_¼‚iGW¸RjºN5´6l?D¿°9mß;E¬Qo¤1½¨qz'‚¥@sEw¢‹tøb xv£ј¾zŠŒµ~Ía-»oGW–¶ópAN²èqUD¡®ërŽ;3« -sé1»§KuY'˜£çvÓ³¡xLÏžÂyÖX— |úŒ…Ì`ܹ•u)WQµŠuÀM×±ŽvpDu­ªwG;©Ïx<1±¦ yG'§¢zj柤{ /;}Ï•°!Œ[€`o¸N{Vø´M{QMްY{§D9¬x|":쨖|·1œ¤Ä}`'®¡U~žZ~ý„›á€9”nK‹·€3`·M€âVŸ³B€ÂMC¯I€¼C÷«m€Ù:»§‰1£°c'¯ <Î72‚lØšœ‚î“3‚źŠÀ€~_­¶e†fVL²Z…ëLø®c…‰C´ªŒ…J:†¦«…/1`¢Ó…4'¬ŸS…b[œ0…Ý(™q…tú’„U!‰É€Ã_gµ‹îV±‡‹L·­œŠ@Cy©É‰§:Y¥ë‰;1D¢ˆö'ªžŠˆëz›Q‰l˜q‡J‘ …›xˆõ€þ_´³‘uU½°À/Lr¬ÚC=©Ž#:(¥0l1#¡]Œä' ÏŒ¨Žš„‹ò¢—ˆ‰ŠŒ&…LjA0^º´—Ug°•xL&¬”Bü¨@’æ9ò¤s‘í0ù ­‘/'Œu—™ÃŽ”Ë–°‹HÂ[…쇩[^Y³TœžU¯XšÆKâ«j™Bç‘—²9£Ζ…0Ó •}'yœƒ“§œ™Èì•ùŒ¾† -5‡,~^²±¢BTѮŠK¬ªßžB•§œl9œ£I›0µŸ›™'iœ–6 ˜˜’•fŒÝ Ž*†!^†ÈšÉ ne ¸o—gЧ -pïiî•írl(„ªs7n;sGt\pBa|u€r0O-v˜t<w‹u®&ÑxvË ½y”wxƹk^nô¶mpx¥2nºqï”;psQƒ+qxt£rrËuð`ctw+N°HgŠ; i؉C©k¤ˆ\/m^‡‹n™o †Á]~p¥…üKØr…<9vsI„%Js¨ƒÛuÖ‚t¾Ûd6”w®ªf ’¦žxhÒêŽCj¯P}ðl{Ïm…n8ŒW\—oÞŠíK%q\‰’8ür‹ˆN%rà‡UWu'„­½3cA”­.e®›#g蘟 iÕ–L|Ûk±”l•m}‘í[Ðo.ÛJ‰p³ã8’qåŒ$èr1Š×‘t‘†“»¸b}¦¶«Ød壉›ìg l‹íif{ÚjûškµlÒ—¨[nŠ”ñIýp’^85qJ -$Àq“Ž@Ãtˆ2ºua߯媧d@¬šÌfx¨\ŠÝho¤³zäjX¡)jàl2¬ZjmðšSI|o€—'7âp¹”N$›q‘Dís¦‰¹faD¹©¥c¯´°™Øeì°W‰ögâ¬ziͧæj)k©£ÅYÕmkŸËInÿœ7p;˜®$}p‰“ÅsNŠ/¸‡`±ÂJ¨Óc0½E™ey¸O‰:gn³oyii[®¡i•k8©ÜY^lý¥@H·n– è7foÕœu$ep&•Ç+sŠA½åt1dK®#ufãž2uÌi`õv„k±}‘wAmÓm wýoä[ùxÆqÛJÁ <Ô‰à]*Dm‡ÝõêWɪ-9:¤E"%¹fŒ™ÿ}ÏîÓ`Ì ã¾råXJ¿²ñVwm—·»¯zm,±j³[Q^×KïûöÐÙ÷ÈíHºG(ÙŽÊìE4k¹ÐXø—Û×gÜJ.Ô/üœ w€$í„”@Ox·P -Ùyø9–ƒVìðlxãZâk|Öý]ö”ÙÜ[$HC?œòžÇn–W3¸^û#4Ÿ#`'â-·q%;“¦Q/êØ®fÌ›¶Ý`Æ­èrw OØß'¿erÏ©øuìtK¬àö­eJ°Ÿ4±@ƒx!ïˆæ”@/ÅÎI_!Žâµ;§ÑÕ†‹±yâ@÷8,Z¼Äþ=±ƒýílK®³z¼ÉÈïQ{–¦¼T¨ê/!¬¼‹G=JŸl-ø—ÂxÈöÏî AÂå‚ 3ºF6áÉrüpJº²Çš;jhi´Î-+ -4OäyÜUVX=­æoÌRNÚw‰‰PŠæF¤V¨›ƒ<žªÚm1*GPìš<ø´,çyyfCï”%ÌTÏ/ñQ yM&_ÔY8·8$³ 8Rt8¡ -l/ÐEÚ@Cùૺx·+ðˆ6Á¡[§´éöÈYÕà]ŸÄ«Í0B¹lÕ)ùqþ³ -kdµ Ö"ÈøYØm?ø7hk$"ÄPˆ!(0 ö,ÜàV oÕÓãh‹JÿýH¶¶}nÝJÖâÞ£ÆDY"?¢ÞÞ”×U=–a-\Zqá`8g9ñØf\ -YŒ|7j) -[°ݤþµó^¶UÏt­sNo׬!Ûá(rûZ7C¼¼5y'⺺¶g„Ï«…AÏò®€;Ð?JÝŽBžÅ†þÈz²c*K×?]³3'¢7¹(Ÿ;Òó‹ä\îÞ®4ð*ÿ|ÛûôKNsù­B¦!+| p±F`OWpÜ"Á+&Þ‚hĤž=- {Ó/5Ü&§2Óå™=£(£²yA¨+õ=?9SJ}à t*€Dl¦ïB¸ÌÄÖUÁ(ѵvÉ"9ö®‹Á½sûê>âyŒ1ˆðzÈ­‰V î!¡eQ¤6ô§£_†ƒT–¼~”þ7¸FÓñDŒ]C“¿w¦¡Î[k…>D3 |L‰EH¸þ-ÄÃÏà“'ü‰PâòÝÄ8YÖOª¨ÌõÙÔz™ë2j Û=£ Ð^ ¢uÕ)È>QJá$Ê©$~è=Q ¸£DÒp7Ö!Dzaa΄žEý?’ËÙZ—ä6¶n¾;uí95~VT^€>)à -x\q‰}‚´)¾œQžüÊñØ*ùá¸fì…lf…wÉÌþ…D¸,Øå*'}=?ƒúBò°up±pQÅFð‰þ…~)ôGþO¢F¸WW/œƒh´†´4^£ÆÖªÍ¡ÃØkU§ÿj\©u©ÃEÊŒùmd¤ì_Í? -¯—òÊžoÌuºQÈÊø€)†žÛ ÃE)Ç ÄRp!Ö%õ~¡‰Ø^Ý€ßmlD+s‘bW4óŸM -I"´¯ùÙÒTqµ`h…­µ”å­•ì;Ú¿2-Ñ"ÿ1Ì„ÜG» ?û¡XxÁA—ã˜s~±=‡pQN5F -T-Q¥jauã!MÐPŸNiÁ‚.? B+óSÿ€Êú÷O a¥_…B—›L~nhw±Ô%•ºÚGâíªš“~‚y]wJäBçŽê`Eë}² ´oŠÏeÀ7õc©[ _j$û“à‹•‘Û'‘ê²(߇¨ èâ†|6l³çâûTçBò´½‰æ6AëÙXÕ+aO÷.â-PÛÌ5­ß醲Ã÷=…ëDÛMHPµo5r³¬ÜÅ1OÙ+qkÕ­fIRzjYœÄ)ã“.Aü[6FÿW|’{./]LäŽmÇ lcüÅ»Û/Å1à3Ÿ×âp9ç´¸é³9.îÃ4F‰>ò†KÛØ¹ü³š[¬€GiØ9—üå¬5ˆ¤XkhvëˆÀÛY_ô¾ŽÝƒÍ©fsð›ëì?©% iÌx³yœ‰@vª '}™Ì“7Å´áŽGŠ˜„Õ>’yCü¹­_äA^óñí¦ò9zÑÚÚÖM4Ì ug(.›¨ëôò'z ˆOÓ¡ Â}LÌÕ”FºFäÝO‰øÛÖ3^¢¼3i¢Ï†IfWÙ -EN¬¡Ö†\$¯,¾K*䙊,rBVË.æÜ ²eXòyªI¶iïÿ¨Òw[ëè8éÞZ'Uq²h¾°ícâ%ÅÕ(>–¯5$¤î‚Ü‘˜Ñ¡j2\ógviÒ,8É‚ÉÔ‚;^ ©Öçq8ä -Æ¡N(•7£—OÖéï`ÉõâAl¸ÆYð°Ê¿3Wá­åG•v¥÷¤°ÛRF wy­&ÞËÞý¨]=ùB)+«D÷·_Êÿ7:ÑzÄršzÁ›ØÝC†ª%?à¦*Áî!üS¹f‹ïÿ˜¿óà¶S[x?j½¢(S:PKÑ­š¢ˆt*téÖñVïÑ{>÷ï9Þ÷}Þ£÷M—J‡”ÞÌh ³®5ãÚ™" -)dfe$)™eǵûý¾ÒÔúÉ5£ÿßœ–JþÔ Ù\“i©C &Ñä)Ö¬ô ‘õâùÇGø®b^ï†üQñðQCšBâßñe›@Ò|¸%xD2Û,ZÓ*µ«ÿ¸ì²„­É³ùMI}{HÈìϳÕ^ k -:°³ÔÍâ%Â(Ê©$µ°–”–‘é?‚'¼þ펠°òdðIðW¾Á;ŸFs/‚…¢K->#™n¢\J5¡d[ù"téÄûYð`¬L-‚¥UÏÓ®x["!ü¼Ÿ©.ôvÂψ¿áÞÂoKh++ì­¼¼Á ¤ ÜÕÝÄ'áVxšh¥U]'ÖV'äá7Ä »ã|IJlî!ÝÔý. ñÃ~;pcýòn« -Ìê¨kÄåóT!8+G¡6|³|®² {¦HÉ+ÆŒŠ+»­±h(4f[  òGg`ŽW': ¹“h?|Õê&š€Úb(~žÀRðãŠÝ˜®«ÀÐ!|_nªÇCR×¢ñ¸GL$º· <…r±9¯ ä6É}œÁY»"4Æ3Ö£{UA´MVvË—¢Js^ò‘‰ÚÏC®Ñ))ˆŽú°U¨ì@_$‹ô²AüÉ2î(|›Œµ.…/ž†-Zó‰ úS2K¤\'+ç#aZïœ:ÄžKn„'Ô¿lyªLçáóÊ^ÏK°’™æÞ†-[kì:jà[r5|§~Xj_©[P¦†Õúg߀%AÒœ¤¿´¥×¹ÄÁš~O1ô’=½íTU[?…2Eo ·{'8æ°ÄÞÜ<\Ú/iB³m ?“b Á:»èèœñͦ{P‹ÁÞs”¦‡¸‡ÝlýüEÐ"R }Ýè'¼¡‡G“ć;M%SPOÛxVÄ´º$ž… -UDç@q ã›*¡Õuí÷÷Œg¸@±\›1ß_a"YÍ91ˆïƒÈã½Õ8$é•–$BñÝA™coç‡ÄXÈ®m ê³âuËÝM+W›=šåu \žü˜î_ó“ûÈ6}¹ŽÌýÚm’öt±ci¿Z_²+ë¾ -*ƒ(żž¨LKe÷Æ4z–»_¤Yázû^ú½(Ñ|œ ‘hi2KŽ^ìÚ²N±«šÃ«.iP-®´ÍSºVu%|a‚ÑQIt•ðÿß©›ÕîFj¿Xiÿ€:$©²ÈM¬ú4ß;«ê¢1e»ðüÀü ú)ã=V=˜àGÛˆ'¾>E¥J¦ýqò¢tʽœL’:Ì#såZ‹ëD,ÌQ¿REI£•ÊpY¶ÐÄÄËÍŠÅ´X.ϰ Ž),vUOõ_»’Q³¿¸ µ¹Ç,ØÝÁ ÄÁ&˵¸ ¹£Ò+Í0kÄ›YŒ -0Ú‹/ª¤J±Ð}+È^,"þ8x…íŠd@¶Ûï1å¹;¦t$6c-I¬C”¡ô ãÍÑÎôS~1•LË -%d5±7ŒSE;gù6â5ÑN¿„éáöÿ|vÇ#ÀeË!ô!±YH/Ö(~¥â´Æ*!©Ñ)h#¬j |ÔôÎx‚T"JñÏJÓ†)0nGðyŒÈa –O‡Y9¢^`%õ*§Î$'L¯TgÆùw@€!!ýaÔßÜñ=>£Û>…—j>mPb¯Ø»n…X»Ô!mSY%#C¾!ïµ¼•='—4‡Ut€Œ¦ü|K¢¯aOº+aW—½c%^^[^†=3ôlX‰í¯qv[Ž^ÓdVo{P fÉÜ®=2sp¤Ó7B¼l{™—Bµ -Ò¼©Ù:®ûÜØ·ù3&¬¬¿ŒN_=@£ 9Ë‘löW«>Ø` ¾ô=‘F€­½ëx„®»8÷*>z„L[€‡µ÷Ä`­ã›»°¥Í±ë%(ÓôU;ò°¶×ÁžÔh­nÀ頑̯Ï›'‹¨ý£@Ç5º½Ï[\#/ñNãè^”íÙ>©-áÑa#÷JÒ÷-»ŠŸåºPÍ -mÝW·ˆ -ͲéXY°ª}^%å=ËüÊÖ<³\7½yEÇî0­¶jÛöwþ\X’zZˆùU͈޻š«âÄÉg•—7{BmTtàÇŒ U¹â5'øËþ©_%œ·ß_û­hI*OW¸VωsCU×%o†òžTëò_¥—ÌÈÉ`Æä-æId$,À$5“~u¿>UVjÒKßäDj„2*¥™u–¯‹} ? -MTþCù.aîB®.3Ìjè:Ç@c~”¢¶h°þ$‚‰´:ä§’.Íäuö^¶µH¾«^úÄú*GÐüAf5ø\¡§ÑŸ]îј çU‹-ì‰L‡pt]T¢цPξc‘ÃY”Ú@V%/S%®1zåßÀ£$f!hõ)£½È¥Ê,g˜$Á:‹bü,þ6ÓÞЬè5e¬´xœ]ª>•9 R 'I•Í*›kæ€rGð]È´ù¸Pãä¢$»èœ)ÐLZœÀ͈µÐ|­s­-ßÄþhxVÌQWÔÏtT­Ó§'Ž1uÜ­}[3,¥n±ëÈ«ÿü÷ñ Y„û‹YöƒÑˆXîfƒU| ”šðqÈŒ5™sg;Šá—Ü\_‰œ–Q=ˆo”qEþ‡I’Ö:†G‘W-q…U& „_Ž`ðƒŠ "€âƒx{8¡øpö‹» f‚Šjž[¾‰"›öP³‡ø™áE‹†Ö—â9¥…Ó–-„Û”7ÞƒÚæ肇‹nM€vƒ•z`Œ•©'pC‹Q¦¹eìŠ -¤D[;ˆ¾¡ÃPC‡—ŸKE.†xœí9U…uš«,Ú„x—|¯ƒn’íá‚‹jo€ƒ¬zšžycp,œ%ere‰™ÞgÆZ’—ªiôOe•’l&D““nX7É‘àpY*¡‡r1fÅsÛ ާuĉ{Dy|œ®iìo=šik¿d¼˜—zC“– -9\Ý”».ìŽÞ“‹#ÜŒÿ‘iü‹BÐ ‡¥‡Ñ ƒf‚h›þ¢S_™“ dUá—+žƒLn”Èœ²BÍ’”šû9q™n.·Žr—9#µŒŽ“äêŠÅ` ‡'‡Ú2ƒ -‚)eS®}c”\ªøeæR’§¤hHð¤˜j&?0¡ lB5WžÉnf*ªœbphš†rC\™†sẓ{w¿Š&}#d®¬ÈiÉ[©XkR'¦m[H£$n÷>ß ;p¥5lr\*’šût6™uŸ±—Ñw/‘âz‰å~Ud «&oòZä§ÜqPQ›¤¹r›H¡ÎsÊ>‡žîu 4Ýœ"vX*u™­w¨F—¤xõû–Kz:–x} ‰«dcj©ÃuýZI¦‰vøQ £swßG¢ x«>"±y…4“šãzl*O˜p{XO–c|M=”ð}]ñ9<Wˆå€;b²¨ž| Y­¥h|œPˆ¢V}G0Ÿz}=Åœ }ù4O™Ò~*,—]V•Cºx“­€œGŽC¾‡ø€b§æY¤p‚P¡f‚)FÊž‚-=r›»‚H4˜ò‚v* –v‚º[”Hƒ,¬’Š ö÷ƒ–•Œèƒ‡€Âaq¦®‡¥X££’‡kO« •‡#FqÆÆ=*šõ†…3ܘ0†])𕮆X_“o†™Ù‘ކ!Ø‹ò„§p†G€ù`ê¥ÙgX)¢ÈŒÓO@ŸÑŒ2F‹|<Þš9Šæ3£—zŠn)Í”öŠ#X’©Š õ«ˆf ‹†¶…(`n¥!“>W¬¢’aNÉŸ‘vE±œBt<‹™‚“3a–ÍŽ×) ”GŽOD‘ï4ÛŠr 5ŠW†:ñ…P_à¤z™.W1¡l—öN`žt–¹EY›œ•sרNx 6 ¤Ýxó-<¡|yë#Ážzóˆ›ü| ¼™G}ž™‘3t‰&€X¥±Q{xP­ì{ÌGXª‡|1>™§"|±5ᣳ}A-& O}á#ÊJ~˜¹š³r—ë€}ûü<ˆæ€Xi°<€ÿOÁ¬Þ€ðG©€ö>`¦#5·¢¹Z-ŸW°#ÔœE‚(뙑‚Ûe–®ƒWŽÙ‚Ø@ˆ4€+X(¯4†pOƒ«ì…ûFܨ…¡>.¥F…n5”¡á…]-ž€…m#Ý›c…©˜—†­•…A§à„8”‡h€dWÕ®I‹ØO:« ‹ Fœ§ÁŠ_=ù¤l‰Ü5l¡‰ƒ,è´‰R#Üš‘‰Z2—°‰ 產‡9鄬܆»€•Wp­‘GNãª4?FS¦äS=¾£ŽŽ5< ;õ,Æœí#ЙÆ8D–Õ‹Á“¸‰ Œ<„ц)€¾W¬Å–ÄNŽ©v•pF¦$”>=‰¢Ë“@5Ÿ‚’v,¦œA‘Ý#Ù~P–Ž8’ðŠ…L‹—„ïK…±€àVœ¬œAND¨×š„EÞ¥‡™=^¢.—Õ4ïží–ã,›µ•{#¹˜Š“Y•‚ÙT’O‹ -o‹…s…P€û¾>j _î­ÿk¾bÓ¾mSe¢wn¶hJ} p#j»l{qm[|rñoZIôtAq~7u\si#uØt£ Ixu¦»Åfäi««ßhëkž›çjÏm†‹Ñl€o]{™n&qkFoÂr¹ZsqStKIrÈuÅ6ßsùw"›t_wÛ ewmx«¹‹d's@©Öf€tEšh©uNŠEjˆv\zFl[wXj'n#xNY€oÚy4HGqmz 6Ar°z¾"?s{ vk{§·ƒaå|a¨dj|˜vfÁ|áˆØhÏ}1y -jË}~il¸}ÊXnŒ~ Gp4~D5´q~i!îqÁ~U •u‰~Pµš`…~¦Db²„ú–äe,„€‡sg^„wÒiyƒ´hk„ƒTW¿mn‚ôFÝo&‚’59pz‚+!¶p«¹ Ït¿€Î³ð^}ޤ®aR<•icf8Šèv¥hk‰ÛgjŠˆÓVìl„‡ÒF;nG†Ú4Ðo …ð!–oÈ…4 &tƒ²P]E—r£<`&•t”!bÔ“Š„öe2‘¾u gyf0i­ŽKV4kµŒ¨E¯m‚‹4vnà‰®!{oˆ´ ps}…°à\F W¡ó_-¹’øaã›)ƒædO˜¯t°f¤–Gechä“çUjù‘¤E3lÎ4(n2”!cnPŒ °rþ†¬¯¯[w©H Ò^d¦‘éa¢æ‚écŽŸÍsÍeéœÅd h/™ÄTòjK–åDÃl)”03æm“‘Å!Om³ år“ˆ®¨ZÁ²7ŸÝ]¹®h‘`{ª¥‚bì¦ós eJ£Mcûg“Ÿ®Tni¶œ4Dekœ˜î3¯m – !?m.‘ƒ r;ˆÖ­ÊZ"»Ÿ])¶°J_õ²Rbbg® rodÈ©Çcug¥‡Ti<¡sDk)¡3ƒlŸ™´!2lÓ~ 4qõˆí³‚p -_S¤€q bM•Tr)e/…ås"gèvLt&jdfu+lÊV:v8oEFw Ö¬:Ú•Pr·ÎèXU6ÇöÜì_Q“­8ÁûZ}^²Xp±jC¡Nd1d®”D›Ä ¹À@åìHxÑð*ùÁÜ55{¿he5~å,tŒUŽs“;äGyßÛQñFþ§º­.á9[»Y¬°þÿ˜Tʼn$ÀÙfW`6È0¥ú|DiÝÜÝ]ÅÁ»ûFJùíŒËt;gË\åÜÖÂOtì*ðÎhxÇö]«/ŽG$ÛmŸ#£™õiàZ€Så㻦;ÚŠÔ{sì7K.ôŒ>ržv:È×Ü‹‰Â¿ózvŽç ŠÖ ½hµÃï/¾ÜÐ1!y[ï¸D2jÝ䛋 êû~ºP4éW?»_Iò€‡a%§lŸ™ÄMë Îã…wÆíøÿëOÅß ]mýk~絬‹¸*Q5–K¶_9ê]]V¬0ÿ±cö¸è3†‹Kÿ©x…äVH–K-¼/…ÙD°PÄ>H\Ž/$iàvÄ"Ùè,ëw ôÚ¬(ÂvìÙ Ãܳ76ïYåe4Tð‡¼ý" c.É‚\ ª3†¤[à¸5]Ä|äÞ¢Aâ -ÆfýL2ð`¯=òt"½Cú¸ý_P(è2NWÂ>äK$ -IÚÑy(šÏ¼±=é°Ïø¥5îø#éÃEli+qe’#3¼^ÉòdÏÛ]é—ú$ ‹hÔ7F2‚è„:ÈcÜ/Û¸# ÝKBOÉq vJþbá;\§ØÊáVáIê”Ñ;ÿ±é²Úñ :O̤Ӥå`½„_ -AtðöÕp5ÍÚXˆ Ð]}=E»-´c&ê%k ¦¤~ó–Ç(N[¶à¦±Æ) 4£â§†Åx ©Wðò@¡îFÞ6È©‹Ù°¾¦u®f#Oµ~ W£ý+ ­ÔÄy_#¼T¼Öwüöš#ÖçB¶•¯>(«fbK%Ë,®rИ5ÛìàySú†É0£2xÕbœþymbE#‡ô#@Ê×µ ò4½ª>-à4z¨Ú…ìhœx{]8×)9lÛœ{dX+Ó$PVÕ?V•¸eexozÌúü±2Ÿ±¤u4ïâyµ/­ÚÏïo;I;…ñ­,QãjÙU‰O#?w1°Ý>5õ>ØS{)ö4\s(¼n±º±fÀYæ' Žê‡£\Ø[Žógv*©!Ag‡6Šfì¢Ë¾ãNsN‹ä|óîÔr0 q4¶J¶§…‡ÂßÔÞby@çªÝ‡ðYºš¦}Üѽæ·<ë¾pÊOÖÛ =6wÍåXEΜ` {Whª'ÐÑ:» vŒýð rÚ_|€r­Œ›Ø]W«Sþ$ßa5É¿5«ÓKQ´MÁÆ=­ÈæÕçWÐB¿Ô§Š!ñ–ØL¥/€† +s \¦·r7¬ò0W˜°ÛÍwȹ\¿ª'd=/–>LN2¥²M¢˜2¥¬G2+§Kîü7ÕWž ®<$?Ž„ÑŠ©è0ÓGƒõyŒ+)¢¥é~I’a™/ÕG¨Ä<(z@ì„K8;HÒ½õY‹¾LI–MÅç¯ —¤)aQ²‡D*ÓWö’øÝ3[Q'g4f¢Ïp¡©;&]®ÁIéðˆt:Ñ\š/í&S¶Œ1ä§õNbXÖsäÉ£Bß“#òAæ_È3òqÏn¹KnïBØüÊp4®¢E¡Â¦Wœ¬Ø¹ŠK%¹8\ñ8{BêOy$¿ž¥X1K!ÚCܦb™ b•è9!û]?z¢_h8Oè.È£‘÷ºmzL{½8“i ³ƒðHÍÛäø jE¯´^à Í%ÜÔg˜“¤¿¨{½2ekUsjOW»é•Ð ËWÙ,ø½ù½X„\5h[åðæ¬Ô8²®3Ü]ßÐ &Ó§ùÂïé~öj"ÛÕGmÀmû¨näW¿žü¬íi›{á^äžU´éÚ_õ`ÝLfáF_ÀÃÌ~!—q³ÉÍÿ%>ߘåu ÐÖ À"çAí6pGK1ö?‹noä¼AVÛ7nb¢ßÖ­J2¡wlk¢‹1“1`Oª'û߯(S·7ƒèÔJ¬¤¤iO«.v0¥Áû»´‚7ÐUç­‚Lø—–˜,biêHb¡¹ ?D30÷º7!iX®Íè ·4{/#R´æê& soƒúÀîUâ»AaW Êß•^×þMÖä;ç§Ä“È‹¿¨“hmSNHú¸>Ï5V‡zgK'´í6‰úJ~‰.O]P”Cº«ÆKCDkU-e' -T¼ÄM3U¾‚¡$oú¾Ø;*‚¾ -(¡oAnÓUqp ûsz?n°ž¡—• 4×é¹åíÒ6ÚDð™º%ì.˜C Šk³X”P$®£,Pòòý”~» ’² ÂéIÔ)lýdÕINý?Apc¢\§\1k?Ê6«¬î”J—¦Cѩҩ¥ûš¦9¿ûþ¾™i¦é®)I¤h_ëáÉM„Í’£Ý'Ú–ðÃò´6Ïsäýÿ†y˜uÅV*s_Wúa’€’›˜OUcöJl“t*! ”G†µcŠïP,Iyi&RÝåae@™ù(vŽÕ‘Å\â R¥x­°BÚ•WŠ/!GUê,OdرAöaVè\ðÉÆÇ¨Të0ÆÃn|Âz‹ èºE·:„À› ÏÈGÙ-Xˆ†õÃå¨23nEOŃÑÙÐBøæ³Q‚ø`EÝH2¶—ߊ8bc:t-î¨= †0¦X(x…•6C®tca$¦Cvn‡ú¨qO¡IêlÈ lO)¼þ ï¢üD°ŒZÁï€]¨%“ÈnbJ“xè”\ª>^¥ý´O ~õZó ÓlŒó€V©+BÜ¡|®ß«êææ8¬…ްz~”Ìܵ\_¤ÄjÕŽ†xVõª¾GR”ÔÅç?þ“>ÚÕ4ÇÖåúa?xN·ØË ü }gÿ ü¤õæw€Fu e>ìE'q¾Ê®võ³l"hš’(6xDQîJ‰à8µPU¿d”ü -”š‰ˆçð/TÝ$;¯âèÅò‰ò -ªE1™óœòTžIYAŽª:¢H9À•‘>`ºû'rd'ØGü óæ#0k6H,AÛÉEÔ7ðeÙ ·—%’a×1ƒ% ‰ƒÈð¶J"u|L8¢œû>b>ú›Æ_a~¼ïð£Øis[|3žˆÿJœ¥¬ë e_*$6Rv¢Ïø{òÝŽ -|€¼·õ.'“ð8²Û=÷ ëѸ)ÙÃóÃŽûÌ¥˜‚x…À{´ù*\¦9R’ˆ‡kD.ø25t{ÊouÀþÁm x€éÙ·çX%+0_–Ç‹EG™ÕæÐ”7ªÅ®Õm’}‹í­*V`JÖì2,±fMsÒ›E¶¡_ªgŠÐ'Ú·nõèeíj»iÑôðRP·Íü êG‰ZŒß)õE§[LŠºÑ‘¦¶¬“h_£i"ˆjêe‘«ÑüÚ¿ýgÑmÊ-ý®&ÖîrG?—Œj¼-<‘ ïC±NIUšÓq¹ð-*lŸÎ²EmS P³–¿"Ž"Ï›Mü»‘ëήӈ±ÞhG#†G¼x\{Ë"I§º aÔ¤g@ryÕ æ #û]3»Ã HSGrD‚¶ÍúïDD­7]ÿ…85Ùí„/×ÛóâàâêãbEF"ëþ—]PuªÌI*œ2,Í[‘ù“þVAGBŽ®£xÍ–;Õh©Ñ/TÛZ>î<ª™ÿa›¤¹(Xd¥±“ÊL¾g¦€,hÒðC~£DW“[ø¨àµÞ½Äjç}Ýê2“íºê…埶ØhçŠßoÔlÜp®Q×IÛTõVùœE)\½Â`ÒMBU ¤¿^¶·r«®·"9ÿvu½x:ã¥Ö É‹Ô4Wý.Q÷Ê26EpOäã¹håbÛì{UÈ¢6Ö8dº”C¢€´]ìX=_v5oXk)a¢Y­¸÷Aí£¼v“KUÝñ½Ëöœùì·`§­ˆ†”‹Æè/ðIS9ù}©Z¦=ÖUð4=×î›êh(Ý{ÆùsóàÁ07Ö‰ñÍdZkN·™h°m"}¶¶¢&°½¦¿\¡øªI&ÂË­Õ !É}Âõº´ v‚0ÄV³|bOè&ž8æóŠ>A 9Ñ´71iëK]"]¬ÝÉ_É@3W"‘øCþVÎ}(sà@îpîJv€‹Jíc>°ÿŽ™aÙÒÐ54Á.ðQS2ÇœÂ(1£´µ#§˜ZëâoZeà]dºìWPÓ_ºíÖ¿ÉIe^èíR-L!Vg…¦F´z'j³æ†Óò¬Æßæ+é¬~f]@¸²fgðy$#û–h•¨˜w‰»ŒÌ¦—”<š¨{=IÕ¶†øS 9Þ·È®šÇr¹>Õæ.¡¨~i-Æ1µ£Ù4¦%û¤Q,{ñ9&»mPôžî5ú&SS-\t9Ý4!œ l ÷ÆHÛúËŽrBS—fÓ‹ÿV#¶–aS£ùL@W©üÀªbú÷.{QíÑiŸ\BÉ;øÑ‹Éíó…ud˜q¹w0q´e³c±¼±Á†Á³jeÖ* Ð ›‡¢#äãªÿ3LßMÇV* ¡‚©¬D4€²•UA@e#C†H `„„2_ò’¼‘äeˆ(T-XQz=Q¬Þi­-Zk«UruzüŸŸ¾ß[-ŒBvÞ )-|¯ë-ù=³]󨌖d”?‰ŠPôMû•;+{(½h³ßí -êÄâØ“ ìw8+ðxã*Ö€!¹4¢ÜEÇ£(ܨ«gÜè (1[ÕZ©Ž<©te79 ¬:Š ~̦º=‡kíëGœX*ãZU+tÆ:Nós%VŠ17d,WõT÷'ô*×ÜIFN±oöÁÜÚ8 - BëºÝ ¥œgöWeïWãþ–€ÍL@só X†Ç"Ø}ù‰ªþšÿ¤G*Ãjïn…\­{µ‚iõ_&BQ ž”­ŠìF’û:ùXÓrgðßÜ|p„ïWEÇ -(¥Õ†ë{ª•û«Ó„ȇ¦eÛ3`SÓàVË¥Ì(Ö6[Sœä±Í]î›d¼\‡T©™àψ/ ô••jg>BóUöñ/çBwòߥþ/ÖÇÿµ -h[tŠ]‚ž£<\ð‡÷´,Sà¶ -Ï;H%JáS 'Ñ aé‰ÊRòWIzBr2ÏÉ‘°S“a‚ds|Šbø¼%PÎ&RdûÓÞƒ |çN•ž“X9œŽ‹ç,ŠDaB㬒Çì;܆ºrKa²H¹…(òãîÊ_Ë/DŒË†ålÀYŸ·DzEFs÷”<?;Œ‹§%§-:…mÂ+ K´k)~‹x¨s¾‡n¨ÆRB<åŸryòì„`õ^ÙýÈye§Œ„!Ïd$_.\ -þB>Ù‚“Ä÷ò)p‰]•4\²ÿØRèYüN¿Yõenv›’ŸúV‚ÞØ>ª2¢øH5ú;”ˆ„À­¾qз°=S$@ ñ•ÜJ¾ß•ˆ¤uø‡"®0¾¸@ÇÑGæ<Ñètñ©qêamÌö"匆Fa¤ ;¸]½Á—­Pe’Yò£h'qF–•ÚõIÁÅ»— -K÷Žj¯™Y9 Îô!å‘:°Ùî¨ÜkôÙú2¤¿³y^­X?«0iqäl9YíAü?Ú ¤Z‹`á!¿Ðöض›YEÝAÅM;]94Û¯Y‡FË*Â7·‡”OúÿÚz•O1´ŒW‚¤r#‡©rL6°¤Ö*CݪÅ&K¹Õ=!´™ŽÄÐ=w’:!_Ûv,aø…Ý7k+7ø›MÌ@ŠÈÌò$Iõ>sìÒ jú­Ñõ/Çæ‡ùçîfXfVÙ!옫*‰Õ´ ˜/€Öå,©¾ñû+ -]?TsŽdÖQë¶8ÎiÆ9·­CЦÅ1¤—xŸòWvõWÈÐuZLOšo¯eb¿0;×\ óhé«ýŸÿrC.LJ²M—_ŸOêÕŒ5 NþØîÆY›@8¹¹oQòßîÉ9œY7›þ¦ãg:©ªm]ýŘc¦ pècMcu\Oi -¤øh)Ü%¤LÀýÛ©Zõ’·Î„<ùËB”—×ÓéÅíMg´Ëš£“pæ¥Í£1»ZFx~¡|ƒ×I=¢[ÍÿвB³ŠßOúI½OPäÔ§®³ùUAqá’6ÁÚ¼•‡¬EyioÚ"Ebg««¨7ú“ñºh04FˆnQ›´1b<…€‹ãITûÅ?8=D»ÄC„Ur7±?î -sÍv2BšÔ¬ï%F™¨`wô Ãs0/ÔBw\CMÖ0A‚÷‚º´&ý©”‚› HÔ†°[p70’ëÝNE†Óœ[Ï"© ·[2àñè,Ã2xKȈvº@]‰uCEÞ·TzÈ“tíST8{ÀC2O‚%.x{ñ)Áw9‡ÚÊ5@j‡é 6šPcÔÿì÷‘ø@ –N‘7€”a.í‘úÌ%µè Öô.‹ð‰à¥†è…+:ƒ>€ÔXœ·™RP:šU˜H(—ü–ò?Ë•³•Ü7O“‹”ë.È‘o”%ž[’3Ï^D<‹L‹HÁ†j…>`‚ä€îS*²7_&Jí®øapBš«Îc¼:%¨Äf1Ÿ¥³hu)¢Ãjᘠ\m+;ž´o: "›Lr ã’wP‡E}±Rò°eJ¶¬õfØBe©êh¶9ô¦øj§1€£õlª(ý¡ -n´µž•p±†œÅrŒ ‰™Uu*ZðyÓ†ë~ÑRŒ®!jÜJK«1l9B¨Cm­9¶¥UoB1[¢[pâ(ðŸtr‹Èœôt7Ä›uÕ ä—‘xDÀ| †œÐQù¬opŒIÚ©™q–A°¦¼r´9s£Òsñ1+ Ýu1(ØøvxÏ›uwÊ÷™ty 3•ÿ{UŽ<~†W€Qn«vIv¨:vÜAh¥]w©99¢{xŒ1Ÿys(Éœ«zdàš{f2˜|} ‰”ˆ~=} ц€Q8©Ñ{¨I:§{ýA-¤.|g9 -¡W|ò0èžq}Š(›‘~4ù˜ö~ös–¸á á“3€ÙÚ‹ìx…ЀPô¨¢Hþ¥è€ù@û£'8á X<0Ïy‰(½šî —ö‚s©•œƒ( -’ƒ)Šù‚á…—€Pœ§”†JH¶¤ä…÷@Á¢*…º8´Ÿa… 0¯œŠ…¦(¯™µ…Ï —†Ó”•†, jÿ…lŠ!ƒ« …U€P1¦«‹‘H^£ï‹@{¡/Š8~žfŠB0‡››Š (–˜ÑŠ –Šˆô œý†ï£‰_ƒÐF„È€/OÅ¥ÏðH £&@= Us8NŒŽà0cšÊŽ|(~˜ ŽL •S`’ËK Ã"ˆ|Ј½ƒîv„U€POd¥–TGÄ¢[•@ -Ÿ£”8'œÚ“X0Eš!’Ò(j—k‘þ ”±’, ãŽp‰dôˆ:„ƒù€j³keÒZÚ£ýg^”ŽiCaL…jñdcu€l¬g3eÄneiéUŽplDÈqœnó3rÜq 5s0rw w¦t±bdx¡ádBfÇ’·f]iƒ€hhk`tjemydlUo~T•n4qiC÷oës52qDtÉÞqru³ ßqvò.*r®x -Yr¯x’ºwëzR¢øb¬u]•SdÎv:‡fàwy˜hÛwökbjÊxÊ]l®yšMùn€z\>Fp%{ -Âq]{œ-qR{Èíw |Õ¡3`Œ~ “·bÜ~1†e~]xUg6~ŒjJiJ~½\kQ~íM9m>=´nõ4-fp3Dp)%“¥u-c¤‘ñg‹fIYÊhQާK Ô÷WS‡`e)ꩈ  X,Ï (C-(8€B ƒÌ{soîÈÝÙ !܈ WõxÄžj}VÀ=žu€Ç=pàÀª­Âóù|?~…JuÕ„9àÒŠMÑnUMù†Iþª£ö)¾É8e¹Õ¼¯`âyõ~~÷¦hc€ßÔ§‹.6î‘vIâ6ªò#e6W|ú]ÅAgpÒ Æ-ïU«&SM¬èùþÃh[LÓ® ëvuUàû¶Ž·nŸ…ÙE![ÒðsK]ÞiûR:¢ÕžtPùÁµ+úgp¹Ÿä6U‡ùÆ~±U¹/äÿ~(©òC¡ºýƒgñè=yh¿Ð¶sPÒ"þ°½%/Vš±%5}’ÜÜâ—„*q÷”è0àRýÉ÷¾w0À¶gó3䯆¹µ¨•oµLÆÒD>>C|F^¨ ”6o˜O WW.!¾ÿ$Õï ñôOÔ¯jSðDÚùÝÛÈàý-o!Zôªæ\))2éÔûegð›Èe€Ì.ËŸ€ó 8½P³BÍ$öŨhº‹ŒÇÇ$‹ñïvù¬é!Ð -«ž©á -æfÄQoñjvlÐK|7»Ú¦%܃†²(.¬¼CÞDZºaÊíÜMÄ\¯)>©ú¨-ÍÍÍÚû˧!ctÑ (¬ƒ¢Z1¥n{Ðs¬B×ês–jÖ×ÿ*!-QöU2¾ù!w\‘hÞ?|Í|Ñàsø:#™^.ãÔ#Líñ—ÔE €)!è5ê6˜Föy.¾ø[%¯ÌO:¼"…m‘ý].€^(îÙ-Â×À‘²#9çUdißÒð”Ò°x¡ÚiGMF*¬]AïsÖÜ ¹Êô¼n¦è¢kªísÉç!¦Yú¢vä-XsN8MÙU-ɉ›«F-•@k*ŽÇƒ»Ëu‘OÕ§íú dBÙ¬§‰‹‰3Vx¯ešuP<Ø4ŸÞ/Û¸X'÷ߘ&@ß\¹ÙµÀm'’öFUçpÏßûW?<¢]U4 fË"øVYí<áäÖHë$qʶꉤpËP'“µü§ø¶"¯iEöx ®¡7­¨7Í@D]A¤Fk3ƒ௕×FÆžÖ2Ç*×>Õ²A´kJ)én› -ôK{v„ʯlý1k¿rï¦È´DnÊšÏS}n8)ƒþre½‡]Õ†‘¹šÖ®l*-ÿQéÊÁOd“©W* b@8›~(M;ÏH?¤íe>ÛæíamаˆcÜHõø€lŽBy>Õѳӡ/ʰ%iºK:éB/‹ß’I -}ñ;òp"ëµ[ÕŸz“.€‡æMf<‘gcÇ óG¼ÖiEÔJÇI4[IX,X68—ŠÆ3Uý@›f!Ü\t›G¬}HC{RÃÈ[¸pîªYs1"…žAú˜h#¹Ùë80§kÂàA7‡ ÑX=1€®Å*ë1™æ4¿‡ˆ+kÃ4 Ù»ÄNÈ©ës’™ô‘ˆqd?ƒl¤–3g½Ç²NîU• -bÖ÷Á"æ¾æ€º•*¤—½[ø6ŒË[“…‡p.~®‰Ñ¦Ì¹@Dh·òn´mäL] 7ÈœÓý¯ÒdŸ ËT}Æ—¸ -N7öÊêÍÆîB/ä®±cµ mÜ¿816ÎÉÒÌ0yõšóFMÀQ"Ѩõ>ÏøúËÛ1v·ÞÜXöË…ËÖÊØ\Ú^0S}»ÔoÕe4ÔF§ÂVZÍ~‰gZ×óøxŸe à”FaÑúL¢ “Ë®WܯMÖZ‡?Z¤[ýXê„j«~ـß++VÅ!+*À”8ÔXž3» -³Úsy‘xhYSÀYühéO>ê½y¨Œ•iìÓú*·6¬D `R}›äªª«î¯ü«p¼3=³]írìM>‹\© œ€^¯Ú9õ#&ª¬èăí´Oe´¥Õò„­nnžâÅf³º¨j)‘Ĩ¦4ÍÍ_¹Gg.„ë_'HBÝý¸h¢Ówj7zÖáЉ5T>ç)ž¥Áö›Ìµ;ƒµ*ÖìlSÏTmÿV²lØš“w -ÚÔžñ64û%‡«O5:ãN '7®žºMu^ø.ÄV~ñyGÞµ¶ïÒûäwéBu½ü±h‘îŒ`®4K×%ž–?¤»#–Ië>È/%×O -fÒ窆 ôÛàc~í†ÕŸ%xož°±æµãGãP*¦/9ʉ1KOGcÛÊjöGc¡å™‰³X0oÙNÄ€E -Å>ÎX–èƒË †J¢íßb'¤(µåÏ%÷7^RÀg…#û=ûX üœˆT‰·ì˜@NKdAב!iƒ÷0j-;â2nLtO”/o è]˜º¡³ÒeÜJè”l~¡?Ô'{²WÍ x½<}Gœ:EÀÍào-<e¸Š©òï‹;Ѽ$æÕÍ¿•2H% WîÊ!'Eü°~R'þ~c¹K2çáL®•­f nÀZÛlB'Ÿš—ŠŸ…'x j¸­¨¬•´3i¤›´%y––1§5D„È·ø¿"ì@ ÷'øðc‡„¶õ8~<¯FåÜ DWxð„ìwŇà¸äü0ܳÏC\·žÇÿ‰Tøkq äûìšÌ¸  lïb¥LsÄèØt¹'FL<Æþ$&÷ec爗IÕ˜‘ø=Ärˆ_¶†c>ÄCÿl)1è^ŽÑˆÇŒKè/ä×¶Pq…ÆBóðƒ?Ì]#-XˆŽk÷žFÏ«[çЃjϨ9Ru„þŠf¨"üž¡;•Ãî!¨¿ÒÌ8‰Ì(a»eÈ ÕE;†ÜÇû˲Ц™ü]èBSÂÞȨє(Cú ç¢ÌH·þ§P -iÕýåw1ëüÜç#BmÃŒxhp;_d­RJû IÅ߰븶!ï_cÎ’#ÞÕ‚ÄùÈò*ÿ¨MÈWæw¡[ûŠ¿ø“©qÝ#ø¾ÑÈ`¡~]\§zii¿&—NÁw›÷ä-‡;š®e-„=Úau½fçKØP;j WÕäûÃXÕëuáXs/£zj´·‹…ÝÕ‰–á‹í\™5ͯü7Ó&Sjö̵Œï4 åìh3VžÙRf(.‘¯wÔëJgܺô§5ú-\‡S¹ Û‚zt–.1ŸÍmÍ«Ï_—Ñn|WX÷Ö0Rü:rV¥4&ø‰îDY‹o—v¤üºÛAí^Þi§Tmž Ù&I5&æ`0©dÄd(Ê7FØ”ÞaXÁv[§§sæG&é”?NÑÚñú}÷kb*7\}Oäæ„«»Å›V% þ>еâK%çJö¨>›»=í–.žw56]›-ðŽ8¤ -õ©Íbú×sª§’l·Å u×§ ¥_7L^c"¶^hÏ¥õQ&ÕÖÉRP=»FeYs ¬B1*HñÓÊÕµ¦îÄÎÚ!öˆ,^XÈô“Öˆ6ÒágÄv¦>hEs×·mŸúš}NW…‹÷p:ˆ‡Â,äg€~a -¤¹gÈR€öQi"hÅôÅ«@‚>"iƒV˜V!dK¡ÝÀÎÔÕAd2)Yé…¼æ8ÊŸ"/Cg‘G¾drÇ--Dî±8cºK¤(“>5!ÇLûàóðqÚUð -€r¯*d¿$Ž("eu1Lj9Ylh¼ìWé ߣÒR¥Û¼UÎΗ4K ™öØ!ü6ý=Ú%±5…MQ&í3 -ôsõ×&¯$&ÉËHŸ˜(ÂQÕòEf œõ-Áç”1n—%/çÙÑØ´Â‡i…¾ þ¤BnKíLß@¥h†Á&à>ðëßû†õW&ˆAípô[Z72(MÕüì»ßI¹µIÒ©Õl7l'ùŒi‚Æ)‹­Œõ²3K—óh±AÏwÌt-p]ãît¦³"‰®íþ¸Ør"kÀ;¨©)§Â%½¡-ï[®[_pÔöÇúxÞ³ª:iq¾‘Dñ±¼G_ÔL­ÃŽ¬Ž¼Ì­q)?üž5ùu‹:gm ¼©/—çõ¼áHþ «þ"ÏŠU© + -±½[—Râ¿b‚ì'ÞÈ3ª½ ù)m{ý¶7´Læm(l,ظ²á!å…×Ï™;k-ŠX»5ªÒ;¶o)¢Œ0w#Û+ú—ÄÉfkÌõ[Ô‘<ÓÃcÆÎ6[^ Ðh\œ@é6•Lz±´‰ûyÎ: Vö–µ•ZZQÄ0!ßVÞ7߯œç-i—­Ò7yOÜ“ìÐ| ô]lrcmY@xš®¶¼:ÀI{²¢ÛsT3UyÓ9‹bWͱ\ÈƒÕ Æ:•°ÆÏ|@Q*x¿ä‰Òô‚ %‘MnUÍœû «øDØë« ýÔ•Ôø{ÖSÇËœƒÉÁ8ËQU^{–©ôv™”[‹>o“”!za§^ 5<zsrëŸ -/‡µi D‘þ”f‡hÀsºSìî¼NõF|šµQ™D1²_-¶È&AʘÄppL/lh‰°î2t3fQ{ 6 -‹Ôü »ùÇRx»§ÙW9)?§Xk%ð'_nŽ”XäHGà)ã_Ð3p<ÍZ íê¯ãi1TÝU<-t’šÁ9þKÔÑøß<Tý¸‘ÓåW¸ËRŽàËA—œ°ÀñëØ2ãEä ²œæ• =Ú[JÃWÍ#ʼnPŠZ®Øáw…Ì—O{ÜTþ[N: )8r.‹Fœ!>2p™¯¬Ä¢S2-¹kÂB²‘´ÈØ–àZ7®9=ª±¢¦BãÕ)”«ŸZuRzt+ÈE§y/©²Gب\r©LÞiqZâ-0 …§ ôo^ÿnjø¡C‹i¯Fí–y=ê>Ÿåí2Ò¹.ûÕúž¶C¹Ýv­— œé'[jxÕK§uJ¬ zT“¯ôE½zÆÒû¾Ë\žqP• éþ]éÕÕÙ¼÷’ËávÛ|ÆúŽÖî}%v—šO¥iú®øºG{ªl“¡µ2‚ÿÿ­FEY¬—‘s7ì·Ê\"€Ùe“ÏõJmÿ‹A:}K:AlÞæ8šÚ²‹65#•f¥eBZZÞ™©©  ÷ý¹DNãC@@ăL³YµÉ+k¶'kwڬƮ)»Û²tlŸ­­6›Yþ÷Ó{‚YSuÃY9[çõºŒ¸;®»Ü¤èN iØAÛEá¡é¶ä”OX}€]¸8°ŠÉÜEè¦Þ2öžÔØîu¯aû<&®"v'óÿ÷ĹIpL)ü -‡Lœ¹ìÏWð‚Òž3ü””Ç]L–ÜùUýiÏyZ¸÷¹ý¨¨ ú¤Ã_|pi®•#ƒ¬5àM>AçVö„@öÙÞV! -º‘ s)ãèl¥ë¢x -"éhüq ¥÷b‚lyÀR¯%°ñI@Ss¡b»O(PøÜðŽIe+{¨²HÄŠ®™&¥Ó½ _[æOBTíØF]|®}ÛŠ˜ü¶EñÒ·-W• 7õåˆOˆõ Â^™b:Þ¦øŸí\TÂRê]SJt±Ã¦|9àØ¯"Åcl ª1²Vˆ¾É4¢ÞÒ5«.úù©^ú„¯zͳ^t5Ÿàƒî{Zÿ”\ç¨6ú ]¡Í‚píEZ[<¥-V;sȠͧ{4±%ÚIÕkŸp^á—?Ú]iÌÌr{b ‹pÀõÐ𔸎S/ôœÃj8ÁÛ(†ñ@+Ô€Š¹` ×÷‡Û §µCr-Læ¼>ÙUduea;“-Ïà®(KùæOísèaûUó3HEÛ¹#žceµÄÅÜ7gìác?Ý›@¯fXý­OÐ+üExFÅ3ׯD+jÀ¸ìÁÈäT%n”ÕOg§kG˜¥”W%[XèWw$²gÅ8g=ûIÜ2N''$Jx§XI²;Îcoòš‘„2r¨ä%ÉCõ”[Œ(Œ‘¶°öf1£Ù™8àçdÒav1O ¾ÄfðÕ!Ùõ}õ®¾y”…Ö︆îdŒèŽ`@¿XŒÿÂnd.# 9éh-å÷e1™á‹2†™ë³IßaX\ža :DƒÞéÊ&n«= õ ﮊ~!ˆmÁÕo¦/p¬é†ü=^*K”žA׋—Á†oÅçÁÅL’dIˆƒ?$%õ†•ÿKÂncT’÷M?UKù˜ãÒÚ<®]VT=NĈ‹^“äK¶«i+äy°*ºQ.ï` ä@È,ï‰üC7µô¤z…u¾Bªz ¦ U½õ“è8@îRmF½$„+ßå~Pþ¸=в äÃVÑhÊà*z™â·P/UQî™/¹m°xÊ/N¨2ª€æIÁÏÕÃúyjæ†>µ7­K.g:öRó î0*g\£rMìY~èºil_ÚÁMÜû—÷˜xĪÏSrPõSwz•£6º££ÀŠûŸc9b QÐ6½@['Àg(WZ‚Âú8Dm“kIz8Í^":òô€yÅ@÷NåÝ> É\Ú›P•Žay~+(Åa]3ðÇ„ è9’Ýž -ž¢ÐÍïÃnq¾ÑöwÏSwVŒµfÑj9ƒ‚‰¨·2âDT1‹Dô¢v°ßPF k8bº~;d¯¯áû³] ~>»n.ˆ!NâyN7ÔNXÊÉ™øCÊ+T8©NIQ—S`ŒYº™Œ0?4°¹ì x<'‚ƒZ7ÃÝ̃¹gø ã¢!ÈmÁþDmm¡6ÒÇß‘™ÿä Q쬣¤?hÞ:iŒÑËÍÈl¼é2v©€µNR§ª?ªæ „è wÂÏ¢EçQôYNªñ,VÅío"Äð~çrH•‚-Ä·”özte>í²P–7ϘiÐo›ΊdëâXÿç‚ìYq[p’0VªkW½UtÚ° “&–ÊK±_$k8Ù¦d”0Oº#ÝVÁ¡n‘ŽçeÓY²Ûê˜H™3ñ6`—½e².ÉÞëêóå )2ZñN§f¯2LªÍS~]·÷@±ˆÿLd*ÞìÿžüJq7w¶E1±-˜S &0…„î)xÁŸnÅZ{DeYóJ]êˆÞ, AŸÓ-°·btøõ„ÕÚÖò?Hç4/s¨+5ÙiCô„¦ÁD9ƒÚ´$"ÕÓ!Õ‚@UDÛÄþ»­m#r·5VYÃ5?b¡kwµØp\|ˆi_9ƒø£1:çeMóó4m«~2‘@WêžlÌZ틾Vý×Öþr§+S#©ZÑÑ-^[s¼Ú1;íQØ«¸emYe³„ËÖ†$9Ï<‘¶JlIN¬ 4>cü½ÙòŽÖ„ZÇ˺¼eM½•É= ""JîyÊ\@ÓÜ -ì.l¶sMY#Áßq3'‚d°yÒ)ÇZm‰Å´¯-“ IFžñ^hï‚Fgù½ôáŽúmwÀÚp9Ñ7ĤՌõ^¨½UÛÑõ¨,_Ûé¿{Џàܳõå[ǯ‰yTMÛ'ÐúӖá5<™æ°ÌÚ\aÕïbcP%ÒÊ:ú9;›Ó‰KÅ}àþˆ*WóžP€œ‚åô­Ûë3ÿÏ`øÅœ(ßjJ±:vç“cÕ3%Þ«$’(DŽèJº§iî™ß}ÿf~s4GÓ1£Ñáëƒôx"Çn²<ríz<"^žÕ–u¬÷¾Åx37‰À1|æ;„q¹ËÄîZž -†Ù8€W8SóX.yÞ†>ÊMˆX唯 çj­„®Dî!äEÐ8™‹]à;SZ¼ƒ¥]OïÞæ!”ï²¶+'+{Ùùª‡ê_"ÀÞ6@ ác©ÅpZ¼¦ÍÀ×DNÇ.ƒá§©X¾3éAý‹g×Äi’ªs$ á7– ™UÑ -6 Þ¢*$òë€E¤tóQpŒj‰ûî \¼ bnI±H¶“ï„_Ñxóî°BîPe»¨›ñ4µK˜ª\F±§TQ -‹Fž×¢Òk½Rrí©¸h·iq<ÄÝ -CîéâùÓ°ƒ:Ð5’©Õ¿¨ž5<)J)Ì79’[Æ å|Ù#–{N9ÃX‘2O=Ûxpõ?AãÙˆ›ÐQc_;|Äø€‹ž0»î¡Ÿÿ,¿ž÷›í¸QPÐmË ÒÄYůñÒýÅhÎ{ùCë‡M6ågkÉê õ„uZ„Ük9>gj³ˆù…Èc‹¿ë:ÑôcY[.[Å|……•U¸¼ðÛŠ9'aì%9I²Ëå–äOŠe¶U¯ÕN¥µÑÀé’Î97ÀÓ%ž|\üÎ-…ê³$•îÎÙܪÎ_[×Õ‰xµ"Ùe1»­/û¤´ß—\¬ø¦ªgUƒjnej„«úi…Ëœn`ØÎã·ÀU¥´[ %´b%?d‹w¿Ôåçåîú}Z°s†,¤pÏvçìH©[ýxr |Síøª%Póõ¢êEŽ´9'èª#ü.xjy¥[/åjm°=ÍjÝ¿û!·iï<4]¨lm•ýÖìžuS"lÒ% È:¶^å«hh^Ô¥j«³Î9ªîضƒÿ3t "Úíwò¼õ¤Ý‰°eÈ dzv~Ÿú6¯CÞD],x“3“6H¼’!&V>;öë¥[hdïö€¹tÙ»H{ñq–è d|Yò,ÿ°> Õc9x‚D$[BÄËþÈú…\£Ô%‰©õx¬½ŠÿÄLGÔ‚wÌYl¥÷AMï<¤Ëc¦—¤€²®Þ xÜGºÔ^’1ô=è‘ù3%ê‰tdh¥˜¤°¶ðrŠ&6®Òþä1ï^æ*E»Äryš†â ª—ÐmÐDÂG!=+~ ßÃý·Ž K :¡+#{Wôãý4/<„c‚Íä~vš÷ ºœmu١師֕Š”„}¥j¢¥À˜ÔÂgÐdvöV¸’IpG¾hޝX‹Iµò7ðFn²€#¸z/ -æÆ\>kŽë›ïÊöé2ûƒú `ŽjP¿_4 TëG2¡pÃü[ástù?ÐpÑ,¦4<q¾q†Ïr’1æóäìgãÉ.ù56ÉW[çyJ‰å¿¢)êå–[Hà½E´á´Ëâ¿|âoþuÁ|4ÏÜ.X‡ñÌÛ|$Ä^s6¯›•™lE2±ÞÞC¥#v/µ^X¾¹ IÅ/Ó§¨Ÿ—žØ ¶”¼‰y‡–D…"ˆ­AŽòm |¬ø¨õ½ëæ©y̨,̬M¶HúkÜU]òŽ{ÂÊiÕ%鉪U«âo—*c¡û`ØY¸¥¼Oà¬.ŸêÓŠ§—$»&1”¥ÞP/*Øé žŠ_lÿ¤ò•Å4¦ -ýqõ–´ªˆÚžx 0¹Æ3&<ä@öAo«ÝÞ°£RíÓ‰ ”­p-b¾³œÑ¿*pìq&Ås[n)k¤Å»òÉëš’ÓŠ”Žüø5Þ0N¯C qí,þÊ1˧ƒÊ¯¹¶Ó–ÛEÏ´³3¤T»Ö’=E«ʳ -_s¾]é ŒßÈõÊžDCºheGè)ÝI ÊoT?NÝbˆEÜœf+¨¿'Ñ}ù#½»h†ò»Xü<'{NfHsÓ$*'­OÔè”âfòšb–¢†:¯JÈCi+œêά‡Ö¯cXgdé2_¶ó -y«ÉÂ/øÝÐ\"çös Tó=¨uá^an`.¶ ßûÈËÒ‘k# ,hs,•‡×­¤cˆ/K›_jsH;s‡¶ø]d72¥ž“´ß°Eΰή›¤m„{‰KèL4–‘1˜ƒú#§ï _¤Ä¦my’íZHÒT„Òm²ß ú¥vÜ3†àn8rçõ4Áaí¿á—°•3HeÈG[v;­#6µãº_Ö”˜>!êIè¿™FŦøµQG  'Â|6º¸,ãÜ7Xo`‰ù+è.8aö°°ÃìšõycMþ„…šîÅ}ÀÓM?E­$D¦¿ß%—šÎøÕ’õ¦ÛžMÌ_M=.ÕZÐT@QÝ(›K÷ˆC[Ký³Âàk%%ɪÿos<®˲Kžãhñhp+‘Pl÷³ÍÅJÏn³†º i†Í;éYÊÓŽ¹àLucujá8˜R%Íl‚®Wf&½EU¤ÅÍCÍöÌ%­X[9Œáš²Ã~$~µÌËóuÛ–ÊóÕ0æËT¦¢»qªŽÕ,D]S¦œ¨žä€¡m{W?Dn:V,Q ¿W½ -NÀú*üþÇp}þ5y ÈH°QD Š ¢¨lE†lY‚Á È ëɳWòd2DPpÁQñÐÃÚB=ÁÖ½j±ž¢â¦ÚšÂ‰@(={züßW¿7?¡rv­ï¬·@ž‰c— /Ðþ®>Qþ²­¢ê©hô ¡x¸êÜþÖ¼ó’Ľ©qÒþæËqíÕÑ»?¬‹‹šV*¢w}³°PÖï›m§ž0í”Ѐδ¡žæJ:¨# J|)˜÷÷|)•Ç¿–*¦RKÇ…QYÂçk(PÔ±üuA¼˜ó=- sÙIï«fXô·šX@…›xýâ¼?X<Š[Kzò 'á–”r"´â^lQV•»FJtJþ¹¼ƒ˜’ýĹHîïqyBÙ+²hÊ P½E”±+­(§œáŸ@¢þÜt¨jp‹['y´¡«— †Ž`ãò-çã™J9ç:Þ¥v]D´WYã¤9©4AKÅ+EßC—¤>;zá\™5G?”K“o 9Љ nÈ-•,”@ÓÕ·—û£×5^œ›Ø"0Èu;^=³I'aEðI¹±â挪«è(W¿Î¶@_“És¡ÍŸëa8ü+” A¯üÞ eð5Îm¤©uÝ‹%a3mNâÿ&RäÑjoس¼°‡?òîϑޭg5hRRX€ÆL@,LÒ u`¯ü~€ƒp)ç,Å?¸ÞCS‰I[O܃|_í«H«°KES‘<5J©·ºE”)q@ãGµÅ€š!ª/„ÖSüê ozç.”Aç¹9"*Za[‰)hÌ_1Ëp²l@¹Æ`Úž¬ÚlHÊR©ÃõÖÄ€­7ÅxÏõ¡!lÍ~敟 `Îsî€YÌC·`¸O÷µíIt˜n«©—y)ÕŽQÆÔ¦dþ¡ -«AFÕ~–îè+€½ùCðcàš9Ù/N³ÕtƒÓ¯‘™ܲa޾ÉvUÑŸ$M²»W”Êå‘M› }Å1™Œ²h—mÂoçÝhF^*øÀ®;æç ´Öq®'-oܤÐcðŒE¨§Ö[üB¼ßZò[5¾)8!ïj™Ê RkÎIÈTžÞ}):SÕ×”̨™]¯ý\ç†BÎ`~] › -4if$"×µaR?ãÕ\]i£1 `qÁCC¯6ãýg~׿½zsÉ™¨…ú³«2_D°ï2ýܪ×lµ~Ÿä­Ó\æ€ÜŸÅÒÚ€VñCf?/©f2ùø¶»Œ]INúˆîTÙxü9¢ë"ªìWsu¾÷½.B†³›u­òN"½*ŽÅ¢Á}U4ý ´LNßæ_¤Ïˆ–¦ÛÐÍU‘›>Ѱ$%â&]*Ë_ušÊ7q¤¥»‡¾­28}G·jr§…44¿2˜«–/%Ÿ¼Çd“t2m ¹·ºqSÙ¦Œˆ#;•W’—ÕÜCä ‘ý3õ7ÍY§”æ³Ò(û(Z€çË_òq£’ŸûÿNÕ›ªÁŸ¨ŸoüÿKc~™ðýV9iP0—"ôð -öïD72Ç9’ŒÃXÇÉ.¢iú' P²# ½‰rC±¥pRÊMLÞ¸;ˆô„ça7ÑÊ ³¸+æÉ-Æ7cçØá|\åL‰›YÄ05¯|-lÅ­E²àç0ÈEâRJ8:Ÿtˆ;‚–‘)aÑÃdsŽN¿r° jƒ×,’ºéÜ‹‹èKM3 “Çë…g3ül+\Ãdo9 ¿câ6 éŒ]ؤ]7”ˆ¼× rƒÐPݰ—7ÆÌsƺtËlŽâÝô¢²°ÈÒË›NY€ìˆ²xnI€FÍÆØax›éKX9|Þ¤špL.É6¾ðâ"YƯ\fbÌl~Ã#éÄÒWá.îv œÝ Ûúlßy%yr«¿Û™êÞ„öu‹W¾‡µ. ÞSsÁkÜhnsY‰­'ö•¦{[Ì…ÿÓd6‹·‚š‘=QÉÁ¼¦ñØ2ð—Æî0H´«aå Ôß`Y2}ª·z-‡¦j:\âQwÃÛ(ÌLkKáúÑÜŽÂÃuã3³þQ;ÆËOÖXùòõ÷-_Jȵs,ë„ÚæÓ¢H¾y_Õa÷ló+I·ýˆ1\þvºêX8¿¤¼æ· ¯ÆŸ?3ó¾E x”Øn>P¯0½¨p_c4ET~ðÒø“ø³Oš±S¶Ø½Îx·zÒ!^ß®¶nòòYnÎ,9¶í¸éœp^ƸiiEyÂS#Ui‰1FÄÇÖØvHoì6ØT_ñ‰Ò?Sìv¿ S­thfÖ³¦S»&+½óO(1;c¾ÁQò.a‰Þ";=¬÷„š˜ÃJ§€D¦PÕâãÏDîcL„&ÇaHû'ülZðÇÏò}™GÕuyC £˜•Îc•ÐfBׯ:-ÐI»P®ÎS“à¬}*}¼µ!‹G{nuô§`‹Evé쀟ó–i4ƒi§µ-à­øÚ è›¨Ií Ø2@÷""ÿ't-åæ՘›G<‹ý×QEÝ#~eRµ° t,WFbº4:w×R_p2ª…º‚¿©§Œ„Ü¿‡*'Æ|æPY$æQI­¦Ö;v“SÔ8 #ïR9¼£Ô2팜©¹Ú°ÔrJ[Ï!ok%Q d§– -É&am›Y¢½æãD¦ê<=ôd€.Êq˜ ÓþÀºô -êü¯‰ãx$Ê‚”˜Kh•KšÊ!T@ÁpˆÜ  ˜É䘙L’™$$KÅ"u±(¢µµø’ªmu·]¯—¢T¬J[*¢Ýé?ðþåù<_ùVH•é.j\RCÀ7»„Á§èdÔxm ö¡É› Ò|Å`òÒû=˜¼wmùð¼Ã*РÞCYÇ¡ A`ŽðO9Úã×â¿mðä¨2à¶~0ü2pCï±q˜Ð™}w_ë>ðþ°j1×#@ƒf›ÃfÐÖÙøƒû kB -°Â—pÍ¢øý€ ‰ò¼L¦p °Ö8°ñGÀ×ð³ïVÀÛÀôžmšÃs\›îiiI€î¶IWBO2z­µig?UYng¬ß`NË,ˆDLs9âÐVãàþv½(¨ØN\+fÒ6D)¼¢-Ú>Èj7²êzYOú3 œMþ¾Ù3ûÁvÌø]î@Ĭáh~L¨ÞcÓp¨¤tÃGúñ²k4¾^ZþbÅEJh·}]K'…eMô=ÓÆ§ûYI/ #ù‡b¯… I¸¡d}H»/Û0ªë,1ßhg*%´X­±*ÉÅÃ$év="}óÏÚU»ç‰®â„¤u8QšëªÇE üSºƒÎ!žÚ‘ʉ!ö¨JÍÇÂ%¾´xÍíš—-èºj»8FÖD -q`Çî5zkEÞÎÝ!±sLö«ªþFìIõ‹à“˜{ML€«&©¶›Ù‹ž¨›¦íEõt—:„×pbi¸šÑô)8ÈϤåi/ÕÄ%N`sµ:ÁØGuƒ¼ M‘ôhpÚ_ÐyÙÐÍ4!i2+­ -žl4¹œV?l–êT4ð-ùw Jj?Æ•­N Õ@²—hà‰QϦ¨`RÜôÀþP1•°ȦÁêcà+—_UÃòß—ÞT†B7IaˆìÑçò» §Ð-P†` ¢…Îñèðô&h -Þ¦àùê^…Y«vU¼ YT¥Œê¡ìWv-sVT+Ť`„()zä:ÜšÀE<àÑCp BáÞT_‚Ÿ ¨áÇþ"U/<Ã,V¹#¶´ƒJ áP¹ŠS0uúF5Eá@ FÊrøŒ®(þ:¼Z'ŒNWWë8\ƒê[í­ P%ÐBþIÊ m,3KÉ×2iŸ+Ža)Ô hõ^V©S(9òsPä.D}Æ´%¾Dfަªúë¹BÅ¥+⥘҃€˜© -þ-íô§î6µ -Úª¹¼ –©K(°¼Ú›t«[Ö·=­sWƲÈÎÉ™ü0M›9‡fÝÆmøÑS-ÙEþ5i~[áH3N•Küt-’½d“ý£I»:ÔÂîØ;íD¶&’Õ:ž›¶ÎúIÞ4çËP¡ŒE˜£JéÉÍ›Ë$n®¦3åŽÄñ©%l¾ŽO -Às§µíi®9–Õº1ß1BßÒR˜:`ñ.næXš?/ce˜D³ôh#¯ÒÎ-ÜÐ/~îxVß/¹±ä©FS,jLH|hý¬¨,FÙB-Aø‹fC™"4¸9 <‘j¼YéÉò2hÄélBVÝí–ŽÿPó‰ã‚öYÝ}Û`4¦Ñ‰ŠäÂD/ËP9[ðÌì_ñššÎ‰Í!ÿ3VTSØs‰ÈgŸ­¹OÐ߯¸!ú5ÒƒN,M¶ÊCÖ,RXQj›ŸT_T˜ š¾¿ñãÚšfb¦e_ÁOJ{|é•õçé\]Eäۘ¶¥ÑÁÉŠþÐmÁ+åä>@3%þ…io}¤ÀÞèÔÀ{@\•…„ìÆ­²Wì}Yã°ÏM]LLÓyn¯±(0ÓérQ>bç¯öƒFHá<)(ŒKÓÑýÄ((æ™pHîâ­O“KØ ºPùŒÏ%í:HBOÅT÷µgÅœ=à/”žvåª\e )´‘‚/ñHŌމëTÇy‘újj𔎡b§j©ê"Ÿ!ÌN}Šž…¾€ÝÜ·!Óð‡Î ê“êívG”ƒ*&)H!JÜ~NÓõ›¾Nó3wAÇÓü|Rë®ù…½£j&}z5«4ÑóEÌÞ=þs®WÝG>°»¥ôRm#…,RàèQm:ÿ“{Q»ưp¼í¥áã>mh<îE/ABõî2˜¡ÝäܩڄvØÍ+zUBRØQ¦£åií|üÈ\úñPáááiÎヒìc¾áÝ{r3Ê: óÍWüU”ìr¼=­”f¿Ô|±bÅ‚WÖ ’Mþ·iLàwæðù‡?ÎZ eô¼Ý×Êîz—àëÓñGÁFçâ,…6Ké.ï¬3åö&y•”òV÷4šÒ€wÑ'}“»œw¹çB?ät×XA §¶c¢è _ûöJž1Z_‰6xz[Å)Ô­–QqŸýˆAQÛìÖf7èÉ¢žÈÝ£}{ä…(/®«³X’Üñeiǯý†ˆÏú©uºb-#ϺºrÑ3ÀBTݦJ›'$Svø˜TgÓ‡Ñ RPB”¨Ö.³È–û¸ãËò¾Çö{•|ö›ÖwâqÖ¨•UÈ(´äKîz¦6_[N3¾•nqÈÔûÊ46£³@)‘‚wǽª½\ëåÕGƒ¶…Jž±Z k×±ÎZºë2MÍSÒÏ< SdýÂÊÕ†,™Åáœö¶$¹/÷#o±Q¶Ý=Q§ç浡Reðˆu¢¾š}µÅ¶akØ+‹gM-Ÿzž7VÉž/ åGqrä«ò¹ -Źd*ÿG¥>ꈚ­!wM×/²‡U‡¨?ïˆúÑì–mÔvìtKZƒ”È´ï*;FQØ3àlÚÛI(ŸQeÃ'NÙÖÍÏUܳæ„mù‹yËùêÛmË´è­+[¦¼o)“˜>Ï3Ôê¾SF&׺n‹¨ß9Ÿ@¥ô-Î¥É/C>¿S‘cû%˜RÖÛ³_ÅêÖkï„!‚xÔ©–Bn2î¡‚ød^”´µõ0Fyã«€†h|oÚ’L6Ç™ÿB>Р4• -û6Û³+ wÀÕ¯ÃÛ“ù–úãÝÈ?¡Ýƒ¨R,ÜR6—¨á¥dvCSÿîO\Âe=õ~ý©|Ãá?³¹ù³2Û}^µ°æúîkü[÷E’ýz+Q ¬fÛ¶Ò Â®xÙ…Þ¤BBü%],]ë`4Mö/ÇÁ%C‰Šw)XMiz° -J猑ÎR/òÜ´õ Å‚b掲Qp5/_ÜÏ^©’%reïD]‘ÿÐ}&ûg{ ù!Êá¡e’Ú 5"b™(ŠØ,Cås÷s–nàðÖ…„RÑ—+cEÉÕÄ)Jzo^¢.MùuŒ?Ų%…Ø ˜ZÀùŸN߯{Jæ1FÔWÅâÅ›5\­”ûŸ.»9(Ð*7‰Ç•Í#hû5WüU˜LÁ:[%¨Î‘HâÛ¼|ÊÏR2I@wËÆ·*X‹[J®:åŽ\רú -‚æÔ㉙"¯¦r^vƒžÐÚÛ˜¡ð[z1‡”—•:ü„ê.˜´_ý%ÑDUkvÕ 1ò´ŠkDÏý¸«{Éàü ×$Ö¹úcóf4aã5_V}ÈÐÓŒCSŒ«ìãN˜p×ø’0@¾jÊ­Ñ™4Å'™U¦aØ([bú7$ pš—& -sþŸën^àù¶Žm›×7í&9£éƒ½ØŒ_cÀÿDª´¨UP«lœâZÆ[ÌÇʳ>†$±­ƒ‰×ù{¬;¢^¨A–ßÝÇ‘nŸÎ”W¿×{CfGó¼ ÙVìÏj<’0í®AÎPâ\2Ä{Ú#g? `‚³XH-)š7Ù²TªØvºŽT¿o4Ön…µ/•žiL >f=Â4¤¸kø›þ…È=¤™ÖÈkÔ‡>ŒÈÈñB -™R:©šWîj•?Ú?8ŸTé5´ÕzðÒ¸†9ݪIÓÙ‡£â„‡‘8RRh±L‚aé<¿‚gŒ´-O²sÏy:@·•Æ–^gqåɽ·õÓµI»%*¥/Š9ÞÙëÇÅâb{V —1]—-”†Ž6šv¥= ‘1Ö ’Žrë}ôù‘ÊŒ–ó¾O¸e¨xó-ÞHS²\+ÈÀMñBɉW‹PGI²™xÄ2é^ÀœsMöžGO·ÈŒÇ-V]UD` åbOó¾ÛÇž Ý“¾ãœ¢¾b医¸ZA<»¯æ¬ð(—º‰(&òÍ)’<¡Ó×I/Hpq+•+¤öˆM¥t}B‹¡?5X–Hbc¹€‡Làá¥b\£ ¼úk>EÄÙx@X(áeˆÉJÁSâ‹ò»q¹ò!ÅéÈdýUíG3ÉËOÕMRá‚iqý„è ƒÆ|-!aª€téËê.B.ÛɯR|—])œ§ÊŸ¾P—Ç!dõËH¶¾Tï·OâÛåk$¯'Qk”V:†~Fånâ°–ªmU W£*ÒqCZ\Ök>E· -Ü#ؤ»'’Öèk#Çt]Æû6öÝM ¬ç -^‘qúw´ÿQX§oMÆ9•CP°A£Q)<†…‚XP.¹”› äž“ÉL&×drß"÷½ˆÚºŠèªhµè£.[¼±²j½@ݺxUÑR¥ûdu×à÷éýð -ÙÓzey ÒOæäÿÇP’â’ §bN‰þ0†z¡q#¼è¤”büÑ+K3jš±F—ÏZ¹x$ ±JÅ.z·fw±*¬”w—56/†Wk I>,¸gùoŒ²¼!í XÞ.zZ,.¯Í -ˈe1e•ó*®ò¬S%^[íW÷Œ5ÉxQ·ÂaÔväÅ53É<þ‰ †'ÜëxJê8:‚b$Wì£Þîê[‘™TÚ×Êǘ%-HI;ѬaÐ4å•ý²6†çÂܤßä8Þñz÷ªàè¶0ÒˆpÌ©KÖÖæ{oU/´wš -K¿>R,ïVˆRÛ;§˜cÕ=©eNfMÛîÜHNI«²?ð ¹=¦„ÿ¼)ôP¸¢Ñ7h²ßÉñ®ÃÚÏ·kûÊ”Á”Ø]i" rß®:Ó3S–Ä8Õ=‘3Ínë¼ôXÛþ6&ŸŸÕ–Oš´6O]DRëý½¿Ç©öGÖvT[¬š•öUøˆ²C´›¬ay;£²ì©¢…}.g\ÙÌ Þ8í’ÿ²^µOô(Å+àÊom¦d…»)KeÞ/ΨŠÂ -àW @4)±q&€*KJßVo¾''7F)$bö¸4^²Ru¢ÂHÇÚUŒO0b -òÕ*vcúœ& _ÿ½æ'Ádd—¶E´—P¦[+~î·ÅÐ!ùüönØZò¥‹Á}Aæ`êa†ü e52¥$æmGÿ¿h©ï¥T¦uõòÅxo„HAR÷Š×4Fÿ -uº.ؽßoô•Õ ¾À—{A6þÑ -Áê±2:¼JÓ˜û;rZ»9C7h]ë¥]º£y²z–‹ô.ÿoñlcŽG°Á`z&y^F/Á~ÚÈ _ûKAµÆ§¹ œfZ•:¹oâ¦ÑlÓß#¢¥Õf‚C–d†üŸ«$w¹þg‹…¸éö)þ¿x·í—èÁÂp{WéJÑR;%ç=ôÚNH9ïµ½Œ’¬°F„¡I¶+„ÒdÛìvÊy ëéÖ»’^öÝúKü0¯Ï¬Öóoo;X2 ¼åü-§G4ìÌKAÄuGâZ‘5uQ’ÜÚ›„AªmY@ÁˆŽFOÝ+›/2ÍÚÕvg絫rñ†Z¾)Ù*8߬Ê)hR¡ãü89\Ö`˜‡˜êÇ $ç·u,0(÷Ô–ynÔ5ÛbÙÜcáùr*º§«º±®êb¢c('Xø¾=-%@ôgëdM| eàËOðDs+á'É× ìV¦Ôýӯ˶å£z½º4‰oП¯XS-Õ¿§—l1,ddn¾c °»’£ À½¯ÚŒkw×ø‡Du![M2ñÐüßÍ×$sŸ«V}@þPï¦9x«4¥ô‘ªxÍKÖD1QKãžÎ¾®ç;’Êt0;fN÷ º»úŸúÝHtݰ õÉ1}-_þYÐøÀv,Œ}†{] ðinxÿuQ~LÎz­¶C–;5©ð¹æƒäáj‡¶_:ëŠåO“á¶á³ GÊ— -¿ã *h¢—ÔP¥V5 –á¨oñühiŽùT$ǯÁU{ÃO`ƒ‚É[|qm¤W®Õ°=ð¿$|»ÝÄw2g¦šìVŽÏ¨kiœVy4·AeÁŸLíRíªaňkíëpW¤C4쿵—tz­E·ÈòÙó°EògvƒØ¤2yžA3ÖT²8#Ìæí·‰Ù) RÉbGa¦Ìom¼[þ•ÿjU¸â½CuHa›! Án@ûæØãéÈV¨0ÈOäü¨lVZ¦F€Ák—€S¿ßh/ìë9§ª¼ØLø6âÊòA,QÖ>–cŒeä™Z”(kWÍÏaÉûTw’·)."­1—”ߢnag=ì׆c ž‡Á ì1Û -Òâ¬Rø&!œÓÂd%WS™…”ä.Yš]-ã§’íåqäû˜bE(µ$L¨\J%ù+ÿ¦4žíÀ9ê¶-˜M‡°¡Qú蜧H}š1HôRÚ‚ßÄÝö¬QÉ€®+©CúJ÷eŒ…ì‰ncØJùcÝr¿Å…§ZÙ£}Ç^$é?)ªCÖLÊ~5½ðcÉÇM¸§Bñ£É‹ÍVJŒS¬k`´!Ârƒj«ö½Y>E]Í¿ ôh³ÈüC´«5dÃ-ñ£Þç¤ä~sÞš+2fî;%÷l<ç)P,l\Åæ(N5زžM1–b•Ÿ®Ç¬æ™âÓÁLžq8Û!ñ”1,wsÔ[‘ÿ"ä®þmq¨O³~[™tY¸^]Yæ|_‰ÿÞúŽ~kMËlkdÿ§&gåÓõó~É(Ñ5æM'<ÔEYFùj‡Jž‡jéòó>VÚ”ªÎsm|õ2ç[Z]-j㪭ý<[ éŸ˜£[ÔõE™é5ê¶ÒÙ Žjº|s$¬Nªü;x«ÚGçÝ®^Zs„³_½Zø‡ó5µPü§Mº‘YÎþ·ÚøÔ¤_®”<]q(MO>¨š\_HNW/Z7B¾­uv f‰f{ûRâç9µVÚç†Ü°ØK á[fòIöSÕBÈ3E¨Ú;ÆíF<àñB©öÍBF>F9¨7g9 -¡Ó.Vè)ì†mv„pµx¿"÷Î#ÛãnÉ¿ÀŽøwq«áNÂ-ÂU5€Uqƒ›®ºNÆs\‘Pò¢‹BQB[9zvfúàA4ü!k'ðVc‘œÑdÅB‰uøU¨WC¶Â~š&®?Ü­éâ8ªkî¹ø«ÚtÛíÈš›ÌJl“f!ÇxŸ%òò’< -ˆUù­¤5D@a‡-{Q"1uEâ¹&Ûö)?GÅáϳ7…àb¾Ä·É“2Ï`ùbï<Œ[Xì­*þŠŒ±„v¶Å(«¬Ú4Y%ýb®ÉäØAôiîƒ-ß 5‚ÑÐ4¼ Ë_€LÅ1Ó‘®â—Þ~ˆLˆz„ ñeޤ $VÙž‡÷—ß5=[‡çšTĺÀ‡Šnq‚‰’ðA˜+¼àï -¯,}Ïü ú Zコ/–xD@'Ê»IMP‹äO;k( Xnf™È‡ç‹ÚÊûE ‘zð²X’ž,oaßu’ -Ÿ)°Tšæõ_[±Õ# ¢H §Œc º(\Ì8 Mùí¼óƒÒ«âïH7åZà—k¥·¬ŽM(åK|®)­åG½^*ÍQŤb–ôV1¬µ«TÚ‚—Í•<(nAH“€òPXð)ùeè";F~ šö9 Éàztybã¶TÞ‚4Ú]W¬@‚̆ÝðÍy!ú¹¬ˆøR¦Á[ƒsdz|ˆ½T&Æ{}0™ïó‘ÆG= -dg‰¥n¡²=øU»òTŒcn¬`"¼Ahßn~”kﯪµ{üþ¤Ú/} -€}Z¯[À÷ši1ðXsÉ ÜPÇÚSeWcsoùD>/DÝk:²=*l´a–ógÀázáN`CCò¥U+kÆS§iÖÕ¿ó<ÈÕ Y6ŽQU/r,Çõî‚gF“ê<¡ï'¡HŽ -ª÷I¤‡í¨½±‹À¬¸oGõöÝiŒ'UQ먆¬¬2¹ò¿ÍªŒP­ØšÇEÖÆqÄmÑ’OÂ"Ù•-`#×)ôtÕË´çîóê|7WÞÍ2c4ëŸå”Rô‹r‘ÝuP>Ëñ”vº°Ì -Rý*\a|ç–ŸkÒ(²×Àã‡ÚW¦d¥nôÐgçt°~Ôá¹_h»רõZ³‚a²«¦¸hÈñGõHÉU«+]´Öø5¶T:9×äâHcÝG~MˆLç”×ãß©]ŸßÅB5……<†³ú»bªB½¸dü™ -)-sr"~y[»` ’t“pä™Ëü’iš‹…ÿ±Ò˜ûgªcJPVŒªN8JO¼+  *ˆtÑ>r4~£ÜΉ‹»H Ö…¨/PfÒ -O(,ç…Í¿ª~*w¨‚Ê&ü—{Å,–;>U¾žþÏ”„RØ¿¥»ÈyXTîÔŠªGÖ=ˆ‰‚dò -¶Vž^0"@2¼ o—þ‡=†ÛVL2'±\à0}ñ© Z.ßDÖ"O«!žÊ è˜úB›!æ‚°U¬ ¶ÇÖ)—³ÛPƒò)sy î¢w" øŠ#¨”|®„×8/ƒFás6± |Á´l‚9óÂçWQÑ}‡V¡ž«ºÓ©úåDø]¯Óæ¦3Ôn$3¨Õ -OÔñëô•Ф ˆf¢ËÝ¿¨òu[}Mô:L"C8f¥ƒéX‚I]šjÇc“zãöI<“§8ýyS©);G¸ûww§tƱx3»e᫳Â2fשs6æøyZð™¹wx Ô¦õÒ©¢IC_¼MB?âÀéH¢Š£ù)ÂÜô]±iÇR¢¹Kx··9¤õe= âÅò{|ïe iº,nAs  ´pØôTY꬯Új–zbÆ1ÒãËÎ|µ#ãß~‡6[˜ì•ÔÉ»(å‚àóÐâ4¢à Ö[“`… ¨! - .¢" 2.’@HHÙÉ—½÷Þ“$$Œ0PÔ–ºœ­{VQ<±UO=õ¹Š§Ï¹ª`QîúþŠW¿6ƒ}]©_’Ĺ«†D%ˆßkâ@±æxCFã©ò!ÙÙŠµBÌwR˜àOÜ2yµ€Ø¯xZ‰¥L©ÚŠ®ÓšÅYÌjm}êO¬NÝÉùÓ¢íz„0]0}mH(=®ü§#«|·z­‚riÌüwU0í^ -Ò]Aõ“úõ÷‹J¨#†‘,=Ïx(µ‡1f’D¥ ͦû AS¤ugÝÅS”mvË4¨!¾šÑ¼‰Ê)ó r'öE‚ -% [Æ SB­Ô¬Z³õBêºß–ølâRã"Ø)<犳žÜ„tÅ«BÊ~tÅñR¯\a¤—Usœ_µ¸içóBIë¼™ù…ã€Üf„HX˜lãÆÓêS¦¸Dâ3¼l=¥Ïü;´èµØÒ9ŒçÖÙÉ2v¾Õñ^µÅÍ`Çl'¶Ô±X׊w`Ä5¨q‡±°ê¨£µÚŒç:~€Ÿ!½vœ†bh¡ŽÑt8ãx“\ÏJpFG–‹[zP›©Ì9åP—¯½£=ÿµV!:[1^L×¢÷6c¿TŸ÷ÆÃD…gt)e¯gS:Hp¿K>Ã\ê¾¹S4æÖƒ>ûj¾·oß8ÐD×|(ý¨-@ä7öï*i ßcû°”úAx6Rw šDvû_§+h‘þÌ”y ¼ïèü¢ÕµKCF°'Ì6^8½å©½Ißî6–Ýk‹|¨ˆÖ.,¡jUË -x4>¾é4…Ô0¥wPs©)xú¾Å|œ°ßÏi5t{.Ú°‡{KÕ×Jò¶ ãáû¶™ß:‹°‰˜u[p° \A› šJ¼Þz!ý¥®¥<¥™¾¤I7¿S˜Q¿:äª!ß3îªçL †uŸy¯:%&òûðGèýÂrö„è@‚ H4¬yyWe«¸ÖU©òá¿>`Qôˆ‹Â,ºFiٌϦšâ8D?GHÓR˜;È -á[¶Ÿvàq]Œ'UûøNö·ÒkB%?2/N,þwå.i´$•eË~ -ëÖŒ+ü3Ùöý:ží e.¡¾BC1'ôN3­€9ÍOÁæP„;6Mòz%ós5‚[2`eº¨S¡Oœ)Y Z6¤Ö©ÏÏÌ2nPDYŸY^ÛÿgLGöÚVÉžcÙdIµÏv˜´ŸðÈöu‚²À¾¾x°ÊnÈ~Èø·ý „Ïz똘ÎKvPÃGäÎÙÁ*K¦sÌPŠÀyšd‘¨Iœ=XÕìž&ÅâÁîã(Ií6S©ûÝùÙCô7"gî¬ù#‘Ç]V3 N•yjFƒo›7×ô½e £R 2¶!ˆ¾]Ï$î¬ÖÖu#?¦üÿ*^M¡ú3³8_¤™Ñâ‹O<Ä!Ô>›¤/¼hP’y®û„n6Ð*ù áneíª¬né"°±ÍDä þç¦ÅsÉ¡Ùh¤Fä0ýhÚÄ÷ìõø‚”ác˜¦^÷'­”ѽBB-ÏïB³ŠP ;Ü„)ÌíWNÜ©¶åß’(­ÝÙ¨-k!7€oÍóþ¶œ½<þ&ùX7Ôn*õ,4žÉz%àª_Ø=Òü^†I6"5ò6`åF°âóæº_T9Ü´åGÔÊÿsXßoM -Çʨ@ƒFïM1 -¨ %P²‘²wÎÉÉ9™'{l‚àÖÖ=n•Z±¶Ö -ŸÒZ΍8n¹jÅ¢xÝ\g½¥ÿÀç§÷}ž/˜N0£NèXäeÓ0BŸh´Âp]òºî*lbN’e©œzÔÍW—Â,QÓò‡Ò‹§*Ý2erŽê<™ÀÑä+æábŒª¶ "g³!L#@¸rH„ -ù½H4TGDR¸”*«Ç>]&_ e ðKäë¤k -Py…P *VoÀ•致½ADZAÓZ´•£––C ¼.ÆûB±h3ÅU0o¥PêWTåúÁ}ªÅéw¡êwI^8Q»“°P@_àŒºMú±`<–fÐ’ÏËàvƒ²”ÛÎëzjsŸk²JЧhwå¼’ŠÐ÷é~Ó—%q 8ƒƒP ?7:p}¨Á\ìshmÏ5!ôP]ð”q]÷„3ÀÞ£Zåç± gKfÞ;sÖŠ¦ÏÒ«¤_šmI\°ØRGÈ[­ø¨­Ùv,ø½}Ÿã•êI­Üºˆ¢k­Î&bªáÐlË‹?ãm_æP„=öé œ½-‰'ípL%ôB<Ǻ(¿f7¶7°=wW…×ÌuS¥E´Uî6\¯u ×,ÌõS1…«q}C}!ÈvMíqu%!–ë.áO™À=?jH=êÎé¶ñÜ)Êšªô@šdï*kãVÖº¯Ck‚7TEOØÏü¨ý¼û~Û¢7B?1©I\ì{:³\닞«®öB#­Ãž)Š3ÛæJªÿÛÃBiÙ-ª;ëõÍÏŠN±Ž4O¢~Åí_²è}“>é ‘<ðx¦x˜-U]òëB‹­&O–‚^¾bsøÛªƒ«Y„ÚõG«uôÊuä¢Væþ¶KÔ œÛ­[½äXÓ˜Ô%<Ùrbf¬îŽÞªR4¼5Y=LÕQu\å'Rªú]Í(ë¶ærÝþêví:¦°(µs'g+u:Á–´³z—øöœlƒ ¸Š×ßB™á˜- -9>±jݸbÆêÚÅ{Ÿ?0Qe{¸ªDµ€YøP ˆ–AšÒä´hí ðé::*oÅõ=á,:ÕIçs“E3dýü=ŒX¹X4¯?‘tÜSÁ¢¥ë• ÞTš…I§²oCïªC#f˜£Ðè Á\&ï—Id‚çR - ¬ŸþC&®X({%×彈>ë¢S©!Jœº˜T®*Լ»þªgfD½ñWCJP²³Çš5ð‡áÿ¾(ZLÏ’d(½åP¥ŽÉwȪ5ë³ìòÅhTÊwðŽ´T‘¦ïÅSo3 E|e8bvmr†ÚSe{9#Z?–ÏBùu&á÷:fÙ9I˜Ê2 º,²,ÏèHÙ(2ùIå0Í싟¤"[€Èô¶ÃÁX>6 ÜÉb˜sxùœ—æ´A¾ÇWV$|mÙ›÷¹¤ÆšE<Ö‹)z™Øf&±¡öùñåŠ1ûÍHD7„Á°c›óð #çXÿÁnÑ -¸ØÒk"ö(o¥h»3†Ò.w榈€gÎ’F&rþ߆Œ¸Èït³]ç‚»SÝ8é:âßÁc~ì_X{–}Î×[êåi}¢¼©ÂxßLJƒx‡÷÷®ô´÷©¤yïÄ_Fâ½opAh“g,d²}‹›'UÓZò8ªú Í‚Z1«vµ¯4ÚÔ±ü6ÿ—¦I…È@SØ’Ó0R;`m¼4} -¬lÇQÑi¾c5í·Oò¡–¶¾ƒ£ç¯cÖÆ0gµ½-ű‡Z;—wñN®ù…!\ÓÒÂ?l !uKÏ7#Ó©ò‘&Ön †(m÷Ýû~ƒ¢RÊex°êŸµf£ îâÊûÆ>&¶|’IÊÅgŽšg 6Ï¿c~&¾BµÜNÅœ·mƒÈ“7`s­‹2tIµaunv‡ö:cÇ* -z€ÝSÒ©Óòîç¾Ðó„¯3£ 4É›ù¥ÆZðmhe7¸]ºâäÑI¨&¸Bßœ‘†üiè$/P:Œ7ˆ j—i<özÕ‚ O3ýd{4ÛycðBƒ±’>"FMA• ¤zÓñK@›¤~ !–„ôð§–[äéÈEëa¢[mkˆ×n·£á>ã†9œ©Î ¼|޽^ „ì*ÚŘ#§ðªt¯Ã‘}<áHÿ:Œ‘ÉS`¶›¸9íÌŒËÕlv>¿h\âÚ4€p­æEq×yIuü}^\Å2a¯g¬°YüÔs&ûì9š~DVâé ÇÈã=Wˆ?ÂíÞÄ8¯ºÇK‰À¶{Zƒ§a×·ÜöÝ&[]øPþ› $`)¬9G²Ý’ÁFSú6ИHއÂÞïÉû£âzÔ±þñˆJÃl_Zp±ã¦ë7î',nÛ)Úœï[O–ÿŸÆ:ÿkâLà8ÎérŸ 5‰lÀà6r®€r—K È¡ŠÁ@È}MŽ™ÉÌd&“ƒp¸J]ÏÕzðѺRª­U*RD_U·¢¢¶Åû¥ª¬Ѳ/ƒû¼y>Ï÷y:Öú¬?žZ_Ò>ÖÀ;Ñ6ßÎk«fÎD¶>™Ío]ðBnµE¸!š“ÄÀ6o×ÜDY¬b-*c,{ƒVUžË Dk«eìQ´sõtl5æÇ•‡¿À¾äuRl”y·âƒÂ"ç1â¡ ³7Y¹Z -þR™RÞ V•=‚újeÙ¾p@ݶ”ÿÂ]õcºõ¥ Ã1ijÉ@á#¿ˆ<½O`[$Û]Xx©r“½Iv-K}²vªl§¬ÛRøJ›XŸœ• â]Kaë.òE1Ÿ€½‚—ááÐz1—²æJ7{?@Éo¹àظºóƒ P ŒZgYq\Ei8U¸ðçOf¶¨)ÂäCšOÅK£¿Ö&HËãº9‡’*øxÀþ.§Ñƒºýö&×TÍHŸ JïÊD#›9’Ío•¤¬$9]uR>-ž+»g5n@&e…fF}܇)´2W -Ò -·~°ÓU^âÅrVi¨Ä Ø–?#SNf4Ës€ô¤ÇнjKt¢rBs‘1ÐtÁ\ Vúô€nÐ-WT߆Æ|pßU‚a´„%jËòqŸ.>ƒ!Í=“öÊNϢݑÐuÆ ¥¾HÙ¯Ú¥¿ìóJ{e»^‚û Êá°ò0ÿßú­œ)A â•ï!@ðô+b>ò"I$uAQOeè ã{ùC¬‡rIYlPúfh.ãØ<*4Mü_h¸AtrÔü&âZ^WÓ,1þ¹°×è–”#–c£Æ¤!F1ãGÙ&ãyÊŒ‚EÖøšÕïHbÞh-™æÀ¿$Vî屬ý¯†Ÿ­íyå|£µ,}­ ÙêœÄùX®G]ßµœeŒJu–{Ôpy±5Ôw@]lq›· ¼kúÎA€Wy•+ëûÛ‡ŠOñÌíÞy>ùmuéIM­G’<Ï[ÙQgD·[0nIþÑr†š+ûgK¼ïs`°ÙoÞ)1op؈{¼JS6G¼ü'ò÷2ÇÜrcåŽ%ddu*ëI[=°ø*™Æ -u#·òjƒ¢Må|¦GŸ‰+ÜéTk*“ãö×ÿÛò+†‡g–7L®º‘sÔ0Uó.Íl¯‹f¹à!õ9‹Ëq]ÃgôAüiÓ‚ b«°Çã¥1YrÛé¨ñ¸ÊÞƒ^Yvq©M(ú Y²æ^ö;å¶§^GFxIñZ´ ñ*ó)zE ¢·b<Ñý Dƒ‡4Ì3/Vø;»+4ö¥}µ¢´Ôë‹ÂÀ'¼sÙ Pß/•M ŠãÝàÝ"³S_*ÙOêßËŽe"Š-žuØ. ÅyþW°ÎÞ$§ôMqÓÑB¡æ©ð_Y×µ;Ä0{L× ]wdɃ˜JÈQqƒÎ…†U‚„ð5óõךœwc“ðìÁ°©dDµ]º­ àÊfU©{ؘ&Lå§Ñú ³LûV}Ÿ.Ö]Жõ€×t‡½æé{¡ß\ÐITd¯ú‡’< °,QÎWoÏ|¬òÑt±£í¸ u„îfŠ&å©2KÏ R‰æß2J7©q´/8Hó;ìµ2à ——(ù(¤I² ‹òË¥y†]™q²jÜ)å[¹/V ã}ÌP•3Á¤o¨Äpp±ú¼ñs¯q°ÛøØå¦~ÈøÇœP<*ê4Íæ½3Ó2Æ%×Ì)m2sxì}y­9ù7Å1³‚~XùÌ|)Æ,4ï…º)s–k€>ÇTùQèfµŒæ}-·3‰7·¸¦ˆ$Ã¶ÞØË²x›‘I“÷Øú€bÚÖ¼ 4Ox—ë„ÖP×tø†©mNXö¶UÂiÌÝØÒYæ»ÔÇ6^Ù—Ø`K­Î‹ZÙ<¾z0ܽy„N½Ñüž·ÜoÄVÌs[`=.;ÌZLŠóö¥(zceWHs,C«º—Ô[ªjÆ.˜ßÔý%òŽùn=1`žlX@=m‰â¿ò{i w» ÌÍÒŽµ¦GsÿÄTø†ÄjÈì?Ɉ5ëÒþcœâF&䟬û5"Ý Fæ -B¨_‘í¢}þþä%©«Ûr‹bÐñ‰jÚ—öQÁ,ÈmËÎ5<áy§eÆu¬œÖÔIÇÂwŒ"|H’LÝGPeµþ±„Y!p»OÜ~vœ0.…âìM†$#ÏøÚ¬ndZ°+õ,ºHÔÃP«¤%âúZ&bDc -E!µUQü…p×=/×9å½ýfáÅù-p„$0+KÇSá!ùVŒ>]I8¡¿ ÚÏX„Ô©©WsšÓþß¡»t5î[°°À© ÿœ;‹|?Ýòhæ1ðS€–ê îQ ãÿ€5#¶A·´?0è°M÷ž:ÏBËýg/ø¨ût]íôÚføbNÈûBó•®(s•–®dkBEñ§u8$‚ýàFxMÿ;-ªCfráÃØ4¤÷vÎÂ0¢à£°˜@Îg¼VW¡]lBý+¶6~§Æˆ=Š´µ‚­KÃchºÛ„kÀz&Þ{´èÇŒÎ&ô¦ñÇ9ᳪ2ãÚŒ.Õ qœ]’•ñð’Ü!Tß!_2Øš1S­Q»Íìp„Ì,Ÿôa¦>ç~´Š´~Ö)nZŸdð”|ëÿØ,ï &³-€§A¤’ÐB "PwWl( ,Uz 5žïK%!DYEŠ…]EDVP©ŠOt ®¬mQqAX×òxÀÌ›7óÎÜ;sîýã÷Ç9¿¹÷|ô1Ëù*ùFJÌ=#EöS¤¶khíÒ ažJÚ¼ -Ao”ôj¡˜Jqò%{Zpr™à?^æ²ÓlÝÕTÐcOVIGˆÒ9®øz¸9ð{1!R…³SÞyk\©Œ7Ðþ¢(IÕ&d§Òca0)>wó’“ðM ÅV{ùV+öùyÂÎ?JœÑEŒ¨V ¹H3öÎ\~;~Èøù¤Fõ²C©Ô]¥™™ÌI<œ§³ä$m“³¼ ¼Á%+üÙCU8SíÔ\˜Ð -íÕpj…˜ä³Æ· -‘i:TÉç 7u†8/ç Œ-ÚO¯_zi¯lÜ,ÅÆä¯Ý+‰‰³óÐ'œuú^|,¸ˆ%©¡–Sbqz½ñ1”ñL§Ft!›¯Þ&¼¼8½t -ÓKVo¨~N4òÒ’î BóÔ'„•~@ u3j,'…öY‡Œ„¶9 -)Áqês´®ÀŽ~n -ͳ—¬þsƒä––ïÃ')r÷ð|fqlÊ6²ý¼“sÕò#„¤fš!x ëŽÐÑyàuæ4œþÅÕ_îÅú^OÖ#¯&rwá)©ÚÄ6ÞAZŒí o,¯ §Á·¦[šdðm -ŽèªøþÌrô¿œS¿ ñºVYœ–< òSNy>Ÿô™£¤wpê -zm§9 Œ1žÁ\09ÅMaoÔä>ájjXód|ÂnY!è³^1£ÉGX—YU¤aV»Ž(bõp²mß±¸›qÙõ<'“×ìü½uœã KƒÅ­…a¼¨b™àw‰¹‰×LŽf®â#f¢A -1— @(ÛÌè.’å$ˆ0µc¥ýôdìJa¢Fç©ÐQÊ ŽBZÁUá{²cÁ$+h½&ÆŒˆ÷ÙÎ1ÂĽ8*cA²Ï4”¹S"ӻɺ&nÇ 8[E7׸mÐÄ2ÁÇçˆÍ±{¡𠠧ÀªÎ0\™¦Â½ªÈT7í>ð &Qߥ|>® ©R“µ#Š` -cÑjmZÒ’ÕŸÈæU»ö’**ByN†,ÂGî²Qh<ªÌ*Ö‹.•Å{èKTmIÛ1•éi!(G¹AÖâO!Aæ,9¹ËûpyqX)¥Ì0âqP5ÝT—<ØÏÆÃK𠱄⪤ô{•ƒ©ƒš€¼?£Å(4Ì]¬¡[0³ä$Ûë¹Ê8z½[ñ“Ø9br,^lWê$.àî)˜)ÉØ5 -LÚ¨þó"rFˆfL!”=‚ê”ìÉ[$ˆ¶1G—œzå+fâ+Ý(Eï’tˆè"ƒ”HÀFž–ƒ”MS”Ø ²ÊÌfƒ5…}Ù¯4ÏK¨4+53Ñ•‚:RØÄV.WÒËU’Òãæ'KN{Kx[XEyXJg2;q“ÒÙeXº487Ë€-QÒr´LEutªš@ÆJÅ ê¹áËÏy飌q7c)6«‘ð@’” `Å7s§p³b-[/þ1cÐ':J¿«•-Ä2ϨMì9½°V¨—7¹Bè«r»~½£ezDÁy#a'Ý* -èØûB:㮡©`˜EÑ„Z9/ÔÉoö‚ƒþ+„2!~Ûõ¶àcá¼ „yЇúXñ8è${ÄL:ÊùjH…°¼tm"Ղ޾ WŒòl€ŠØ/] #®%¡¬âùÚ >ß Oâñf›@ä`ØÍ¯8h+ùa‚ÓêÓü8Á â@¨Â;þ48ë:Î/‡:|‚@hò„éx^­ˆl–Ê»$6X…äqÄÚc<–¨íÆëyÃ/ð# `™ƒ}ûöß™œç¾xC!µ`08ìãÿœb1ƒ· äÈtTšŸº3ÚJÃÂ|Ô|©5®= sE·Iï¨~‰À¾*Ý(Ö8Ô$ÐÔK6#šë™ÏZŒ¯î²<+ų­’­ƒmÖ¸ÛÚX;{¤ý'‡ÇW„Iâ§ç—6×F·jR‘;Ã#Ás‡—··CžõyºvÈ÷ʺ&¿ãë+6(7J7þ¬€üÍÔ-¹[s¿£~Ÿÿk?P²]¹£rçñ]§v7µîißÛÜr7ôѾa¿D`"£¬£cÍŸ[8ð7óSÜ?Ÿ½¿_M¾iþÇX\ŽFZ#çP#jÍêJt¦Æ QSKóÖ€v£ŽB7K/HßÝÀÄàoÃÇ«®5«L -L£°fÚfSæ‡Vç[îÁ¹âuðÓVCÖ-6¥k¨¶!€·¹Ý7û)‡!Ç‹„Z¢Ò‰íLq‰rÝíF&Y¹k¹Ï{<÷õêò¾@®ó©\+óåþ$Û÷;rH?<@0A%BCD -EEþFúGöHôIìJáKØLÐMÉNÃO¾P»Q¸R·S·T¸U»V¿WÀX¿Y¿ZÀ[Ã\Ç]Ì^Ó_Û`äaïbûdef%g0hždŸŠ ²¡Û£¤/¥Z¦…§²¨ßª «;¬i­˜®Ç¯ô±²0³N´lµ‹¶ª·É¸éº -»,¼O½s¾˜¿¿ÀèÂÃ>ÄlÅ›ÆËÇöÉÊHËqÌ™ÍÁÎéÐÑ4ÒWÓxÔ˜Õ·ÖÔ×ïÙÚ Û5ÜIÝ[Þlßzà†á‘âãyä`åFæ+ççñèÓé³ê“ëqìOí,î îäïÀð›ñuòOó)ôôÝõ·ö’÷løFù!ùûúÖû±üŒýgþDÿ!ÿÿµl%ã¥m8Кc , ö -À Š V # ò”g;溌^0Õ¨{N"õÉqE  î!Ä"š#p$G%%ø&Ò'­(Š)j*L+/,,ù-ß.Ç/°0š1„2p3\4J586(788ú9ì:ß;Ó<È=½>´?«@ŸAŽB~CoDaETFGGx?R@,AAàB»C–DqEMF)GGâH¿IJ|K[L;MMþNàOÄP¨QŽRuS\TEU0VWWõXäYÓZÄ[µ\§]š^_‚`valbacXdNeEf÷¢ùúdûÅý(þÿÿÿ€€éó€€Ô怀¿Ø€€+ªË€€:•¾€€J€±€€Xk£€€eV–€€tA‰÷€€,|〟ü¹~׉¼ç¨~ˈҦ~ч½¾~󆧨â …ø” …[56„Äj_M„.Ubƒ@Îp‚á, w‚$ú”}ß“€å…}á‘LÐ’}ë=»Ë~e§~#‹è’z~HŠ}×~t‰Ai8~¢‡÷T¤~͆¡@'~õ…2+΃•ø‘|×Bã‰|èš"Î¥|ü—/¹÷}”†¥s}F’2‘}|ú|“}½Üh,~‹ÆSÒ~F‰¡?’~…‡p+…~¾„ðö¦|§ á±|0£Ìá|IŸN¸K|g›Ï£í|˜£©|Ý•Ž{m}+’šg=}€¯S}ÒŒ¶?!~‰»+l~a†Wõ{›°àà{·¬ËP{Ó§l¶Î{’|'ŸŽw|k›*zj|¿—_fo}“œRŒ}qÊ>Ó}ÂŒ+{~‡¼óž{Jº·Þ²{YµÉõ{j¯”µ„{ƒªh¡e{¿¥Šn| ¹yŠ|aœe½|Á—lR}’¼>‘}rŽ"+ˆ}²ˆþòD{ÄÝa{¾ȯ{·Î´N{0±Ë K{l¬Œv{´¦_x½|  Ðe!|k›HQ¤|È•°>Y}%1+“}mŠðüzçÎhÜzåÇ8ÇtzèÀ)³!zö¹UŸ9{.²Å‹‡{q¬6wþ{À¥¿d˜|ŸEQP|m˜µ>-|Ú’4+œ}3‹ïäzÓØBÛ zÇÐ[ÆgzÂȉ²zÉÀâžNzü¹vŠº{;²w[{ª–d&{É£Q |›> |š”+¤}‹ðïzÍâÚ*z³Ù|Åz¢Ðá±Nz¤ Ô‰CÌùp–u>»¹í#%4cÜV5)ìöjjJìö:‘6’.Íô;¾¿s~¿¹§™jj2Õ¨éV¦CEŽJ‡šV‡+Ç«Øð,o]ï½Ïñi 6(S{.ËÌ}_gHú]äW¹æð-‘´°ô—ÑP¯Ä‘Ú¬Õ%âAiþÅM»>ÔNþ˜Ö{ë+qú¦öü&’¿çCUro¬ž–*ÄøpH¤hƒ«„ ™°m7:†üÈËBO"ØxQOi -ña²àæ;|qÛâ„Õ7¦bÿÀ³¥×A'¾)åˆÇ:8€%Xܯ¡èulêÖ4 -à¼}èD0áÕ¼[ùé~->IápcöOYdõ1ÐËöæ€XFÊ‚™’Ðä h3ýSÄB4rüEŠº’·:"¯ñë<;$;:‚¯×¯ékÃ"2 wP™þö\%°Uç¼Ð:%#yƒ”+“hÔAZqØgºwu" ôˆ{‚“ã«^!xÃH_mýÜ0ξJ»œÊʹ(ž%Ïî@—éªh3Ò­yžx -1¨¶ò@äº]ë!ûÄ]€,‘¬\õ~HÎÿ×JÐ_ö©‡?› ¯L@ M)åùèL£D"%9)€„ey%ˆ‘ Úöƒò:h§~!¿ï> n`÷¬úN¢N<ÏÙµ÷£/ª<›ËP·2Ÿ²Cˆ±Ï -C< -¦8ü1W{ªîÔ{‡÷ÃÝ7;7Ã*U™[+) ãM…miÓ³m ©¹­« -ºðêR2bá•:#~ÚÌ]ðËb/B › ->Ç?Ss{Ã=á°¬jÿxkzš›^¨ØÃ[uIêŸN·ì;3Ñ”«¹=ª&^É<仚î o¸¤Ò‚WÂÁÅñxM<¬ži€ýOC/2¸ECm*wž¤dJ‡'çni‡Ý}gÓOÙ²¦x1›X{„2åM+HÊðI½‚Pëó¼4#ôx06šî‡¹ªfûV r]ƒ¶2&n2FÙ߯dæV n†ÓÙå†;Ê£xfþ¿I;“Q5›Xm„à`\sì˜c2EAVð ]î+<¥Šÿ =.Íಈ„öûÝKò¼qíytHõüKò?çdy]D{irn-< %c¯ó4±VlsNg0™6´O³ßŽ.‘'p ˆ“dwßIs‹mËSzó¥µÕWÈÖzWc ¡®(¦ãéeÚ4VT8k^äíÔ¨xÓD͉î’Iý Ô"ÉÇLÅ‹]–öØc?fÆlºæj¦j§5[•cê/ -ùŸÊ¯¾Ì]1GjÖËNˆþÆðØgGÓW™Ãû,T$=ì]EN£:÷àuİ£óÂwvèÕÇ E—•Áú{å‹ä±™6ÙCÒóÚ¦åhfŸþ()VÞúLûÈuû&’o¥¡Þ›‰,f¹³RãŽÏ@7¡¹ËW}(\ÖôNñ:__zQ>ùÌ -}–Ô3û¦ä;/ÀeŽ3ª ßÞ†TgšMü‡ìÍN2_‹6Ç=^9•üAðÕD‚”Uѵ­å,¸–S  ׂT]DA°`AT‚ˆT%¡L’é3™Lf2i$! ˆ œÒDÐç -‚¸žb{Š}êîzêý_Ú³÷![JR? ×&­ Z;¼±A¶†…ýßHîQaná@(Úß{.êYÝäOÅwL/ó Wµ q‘xTþÚÏåd±ˆ“ý `Tk Û -î18mL–~ážú÷H Šn·x`,Föì§õ}/é˜k?Ù¢É¥Žª<ܧå8…¦d~€G«%ý IÊÄ==Š'o\*½ªùæ_!9¡œá&(ìÇ=zçNåæ4Õ脹÷ÊùêQ šQyˆ,ð\e¿Ø;û’B*LþM¾//eG9ž?~£?¶&¿Ê¯ -8Èó‚ø…QWeHº. hU’61÷ø‹›Éf¥`§Ò@²TÔ' @@ÙqñË€pƒ =¤ûå­€„ ÚóWTz ö¥á€æ6Ú_º€óBêØ6¦¶Ë´ºŸ‰PÈ=)žŒOÇ-Ãe×7ðPÏo-&%x[A/É·.'ÝcåºOšÒò‘Ž( ˆ¿!ׇ#ûð¿µ9KÐMì?¼›!«¼×µMÚZj6™wuß1gªÚî+m:÷‹ÒÜóz ë óŸê£GÓ Ë·ÅÇËY<"Ex‡þûúQt†ê· J¡¹JQŒw®û¬C®§y}yy®]Y[BˆÉ÷‹ð¬‹†MâGpm¯¸=>„KÈ;9–qÈw ø‹ªÍåù‰0\u^¦>¬>P5P™Þ—±4d},..^Zø)óQQiá»ä›ZïÂo»­ªkÀœH™ -¬ 0Q‹€“ž·‰ñ@µs4rSâtvse<:Ñø®l²PÁY½àÕ’µ&JÈœ^4lM^ 1ƒ>»Q…Êê#fÒ/d!±r­ôŽçE¼@*vNC‚¤kªVT4*ÖîÙHyÅX’ÄGð–Œ0ýL&8®ùìÊc;ˆð2: ö ˜&w†Ü<-øxÐÓƒÛeÁ• +©3‹úlŽªX9c™Å¬*² -Éöd1zàÜû“íÍF™þzi‰þi0×kÝ - £—sÊ®S²“’&©ùôù‰Ì0µgó'Ç®S‘«±zOæˆ8‚Š¡-ö1v Ôª{XºÏ²“è5'š&ä·ìúá—ÿ'ðP% À»ËÖZݵ»a¨ìh~¤Ffe£Ï-©Ä:KŽ¢"DˆÁ¼1oÞ{óæ|sŸæ6ÆŒkÜÑ—2¥’îV}ÕJßn´û­Ú-k¿ÿ_¶Gbʼ 6ÆOñ+±¶ˆ*îÎ¥½™Ìq¦Ý‹‰ˆOît7hgݧúLKŸô`z‚¾Õàô3•3ÊtõßAÒ7ʘŒ"²´)>‡¿]ôU„ç–¿×›YÆ~äECˆhš{,Ø}4~¨O° IÞÖ6å1~W2ÏU.Wâgó ¤zí† w‘—r4î)6.Â/sª…>þ³Lwî¤W üŒÙæ^¦Â:ã†ú°ž9É—ú:Ô- È$Åß ösÒ\ãtPø«æNÜ1Œ­¸~’Cø_EŸb#^§a>ë…»\ƒì6œ¨ßy5Uœ ÿµ×ˆœTw<­à)5>‡“îkN_*ì0`GÿÄâk…;³çe[üe¨ZïuNdO¸7Ð"&ݵ¶¿ÊAá|ówåÃpL¹âÛòÞ:Ç -V^†ö!ÙåD¨ÊL:ºI†T–‡-¯ -üÞ˯^O8Ân§,tý‰ñ -p×6µmÎæ›reÐYóMÊÕòEÆŠ%wH‹§ØÒ®¨Sì±&ée6´Nxð&MòÆ€ „0öÀŽs`øR#4×l'á2Á®Æ¨ŒÞn^Mç\Œ34ƒö\¼HóWæÒ†cý¥ ´ÌÐ8a8m%ÉÆ ­é#°(5¸ˆ¼&^}¥µó?¤q%« |^_ÂÜS&5¬c¼8KSÏ"Cǯá#×% áÐ%‚ô{$:wœ"Y @'\,²–UûŸÖ­¢ÅØI+ÀŸW˜fy/J깜Ù3ÕÅì¨ã›YÌÎ#q’$tkH« ’¹‘°#a³Œ®ÆÁp%XëØÒ­èäq¬_˾ ‘Llq~ézývÁû3^꥘íC>Ãe~)~ÍÎ -Éà?bî#íâŒ2ÜûÑiØ7 -½¤T~-uñ\»Å®ÞPC3“%yºéÓòZ½hþØWr† ð0 ®âU‡láŸg÷“œ8YLGBZ†”»9@Çésʤ–CõÿåÌYxÆmÔºwÚì ݺrUOÎ\íAù¡TDN8¼Iì,ó×ò‚ü~á,býFˆAWÜüéÓP³¢¸eW3ÀùÖrÚüR×eZ]<­óÕÝÌ WÍÕ¦¼—Ý•ÛiDýâÑ`ÖÁ¿í×Ï6p¢­èG·,:Ž–··lì a'["[)ÀŽ:ŽÕZü½ö³ÉžmTué]Rrd´ZÊ!?QìipvJDôS²ãyB$#“åàуáQ¹kóüe7Ö¿-^]µN]žmc‘Q{ËÊÏvWQLÉÉBµïc^м•šàÅØ6Iœ…½ž¿žÎpgM»iéK?Éæ¾ûÐ=9`Un뢊ñÂËg²ÏÉ$žÜ•´K—V™pð •¾jùþåÒ™ªk¾…ÁÕ<|?w˜’íbfú§Ä©½›Fi‡ È«ìi vúXö˲&êòe‰#Z3ðMt›ò "hX €¾x¸¿ÆÝHur™@j©ˆ{)NGÆÚoAe•ÞÍ4ºªÀÚÀŸde¯ƒÑ‰YZÚ£è e"„JÌ´¾üùš7x;çbÚuãYMðIžý ù®À:A4M¢ -¶™cÔe¾7îFø óš -X½Z1 -™ƒŽJpôaâ;þð-þ6{\çJdDÓŽ -÷ö¬a MÁ'UL7¥ðÂó¹æ,NnfžÁȺÀUÏ0£ô*B7ƒ¾K8âì-ô -ÿ‚L§ºžGA_ÖÉCãm’ÉŠÆ×¢âs¿×O 3~6lã½MÀ©s8äÈûX£?‹× ×‰X2‚Ÿc BÏ]û‘UtGþÝ¡ò·ÙU´ò–ÆJ9íÜ™úJ –‘¯o>ÿ±¿öþþ.ò®)°C¤d¯%¶ñÞ °ç:V² ·¦ÒíüƒÝuMt‰ л•ohÜ®–ä=®ß¢Ü˜þ^HúàÇäZHT5&{ʯ -¤‹|¸‰D=¯œà¹9ÆÀÀ_B˜´ë¾õ.øÆR?vñ´uÂp=oiHÓ‘ž¡›V¾ŠŸ¬u•¹GUÉ΋2ã„70=‘Ï[Çžñ$2óÐø³šã½íRÚ>‚Á6Ǧ¢²»Vù§\ƒ‰lô;ñZ§ÐÜŠ¯V +K¢vË6I·z ƒD·[æÈÜÌüƒ’áBÞÁ®œGZOëó¶7eñÖ¢&[®)È\|¢J—d(Œ'¨ªÕ”ÈÒÛrvà!^¤!–qKy×=#Ðû¬•¸èkøsbh'9”rãòsrYñƒ®[äÖÓklÛÈñ­–Ê‚Ø4©jY8I{¿Ê®¼PáÓ,YMÙâ‘ PÆœE¬B@ÏÌÜJ=G‰èûLu,ŽëZôæ[ê1?Ë+ 4Ö©® ‡}Ö®ZœÝÀŒFOÝáQ‚-¦¦81­Tzw –Ußés…ZŠf;½éã9Ñ-rúÊÔI‹7xñˆÝ8.Ôœ¡Y÷~R8Ѳ}" ÍÅá%ÕŒ¸,Gÿ©AÑóW•ìþêÂÞ"VD‘¬D_dÏ5ÿÉ৪xå×è CaBõ=H¿÷‰¼‚~Óm?xH¹ ³ =EKEWõÿOÐT½ðÒv¹ß>Å}œ-jNá¬H0ÿÿøôsQI¥Œ‹÷Fa 7ŠŠ;¼šà‰&1…•{‡Å'¸"†kzŠÁ…,ŠŠÁhšV~}»H—ür§µ[•¤g¯Ç“R[ãª[‘=Pú¤î>F*ŸšM; šE‹c1‰”߉'処ъ…óŠÁ ~ ºØ,r7´âšMf·¯G—x[Œ©×”àP¶¤f’]EûŸæ;‰™Àw1”X‹( -Žóˆ¿ ‰ˆ† ‰®À¬¥Á}˜ºv¢WqÄ´užñfK®Ò›—[0©\˜{Pp£ç•tEÍž”’w;s™D1’“ÝŒ–(,Žx‰Ã Y‰‡5‰3ÀY«h}º§‰qF´£¤eÓ®bŸÀZ̨çœP$£n˜“Ež• ;`˜Î‘‹1š“lŽ(IŽ Š¸ Žˆ¨‡µˆžÀ°ì|œ¹Î¬”pسÁ¨.ej®£¾Zs¨‚Ÿ•OᣛƒEs´—s;P˜j“h1¢“ m(b±‹‹ ¸ˆUˆˆ¿½¶>|+¹‹±^p³~¬ne­·§qZ,¨1¢¾O¬¢²ž(EQa™’;C˜•1¨’¿Ž(uiŒ9 Úˆˆs¼ÍZ~v0Æå}ÎjñÀr}±`º -}ÙUš³Ì~BKg­~ÌAT§di7…¡6€.šú€´%”¾B“Ž™ádÌfƒØuÝÅöƒ -j¦¿ˆ‚l_Þ¹&‚U`²íþK5¬µ‚A0¦‚.7u e‚g.&š*‚˜%;“×É‚Î9Ë‚‰ƒu°Åˆ;jx¾‡#_³¸T†QU:²&…¸K«ñ…=A¥Ï„ë7iŸ©„ª.,™q„_%[“7ƒøƒ¤)ÊÌ#uŸÄEmjg½Ø‹ß_¤·ŠU-±t‰|K -«Bˆ‚A¥%‡¨7dŸ†Û.1˜Í† -%w’”…*EŒr„e€ßÊ ” u`È’|j1½{_r¶åޱU°½"J‹¬@ÿ¤pŠO7bžSˆý.C˜‡«%¦‘æ†V’‹Å…$€‡ÉW™æu ÂÜ—Qiݼs”Ü_%¶2’œTǰ–JéЎ§@飹ŒÏ7c ‹._—m‰6%ã‘4‡pñ‹…Ú€2ÈÍŸ tºÂNœ i”»à™^âµ—–^T’¯g“ßJŸ©/‘w@Ö£$7dŒÜ.x–ÕŠ›&œˆiAІwíÈP¤GtsÁË ³iM»VD^ µšT]®Ò—J}¨˜”9@È¢†‘k7kœvލ.”–J‹ñ&G‰N…ІþºÇÖ©Mt2ÁM¥SiºÑ¡q^Y´u¼T&®?šMJ]¨–ù@À¡ø“°7z›îp.¶•Ë>&t¢Š#¿‰—‡qoÇk®)sîÀà©Áhź_¥i^³ú¡2S÷­ÂKJA§ˆ™„@¹¡~•Â7ˆ›{’ .Õ•_Žc&šAŠÙí‰@‡ÐDzËs¬Àˆ­äh’º© ]ê³—¤USÑ­\ŸùJ+§#›Ã@´¡—Ž7“›“f.í• Y&¹Žó‹o ˆûˆôÝ|®zoà»|ézâÌ‘}3{i¸\}”| ¤)}Ö|žú~ }/{·~K}±gn~Œ~*S,~É~¡>ò~ù*Þ(€ò~{,„žÞx{ˆ„Êo{ñƒt¶a|k‚ý¢`|Ç‚·Žg}‚„zX}l‚JfB}Å‚ R:~Æ>L~dp*š~«ð5yøŽOÜAzrŒ¾ÈYzê‹C´‚{b‰ï µ{͈ڌï|4‡Ýy| †âe/}…äQa}x„Þ=¸}܃Ê*\~;‚’î;y—ÝÚTy•gÆ}z “²ÂzsõŸz鋉{f=wß{æ‹xd4|g‰´PŸ|æ‡å=4}a†*&}׃ùìlxE¡›Ø‹xΞAÄÃyJ›±"y´˜!¥z5•jŠ>z¿’ÀvÆ{M*cQ{ܘOø|iŠù<Î|ñˆ\*}r…hêàw–«TÖöx(§Ã3x¯£¯ªy(ŸNœRy±›Æ‰z@˜HuËzÕ”ßb‹{n‘yOl|Ž<†|Š *(}†ÐéVw´ûÕ…wŸ¯õÁØx'«®ex¬¦|›,y<¢ˆyÐÁtózm™}aß{ •¬+_çyȤ!M½z_œ;ª{'”*`{Þ‹Ã眃txðÔØ‚åy‹Áü‚vz+®ö‚9zÒ›áñ{ƒˆË¦|?ur|ðbAI}šO~?;Þ€é~Å)€³låwû‚ ÒÌ“‚<À -Då­#¥š;€íЇZ€¼€tL€ sa1€dN/€xN;S€Y (è€5€÷ãe€Ú‹éÐÈ€†Š¤¾!€F‰v«h€$ˆl˜°€ÁX“P+Š­µõêÇÕc¨à‚u}*ÛC+SÀÁ­ˆ ,A@ÙäßûOB!@Ø#È&2*!Èž*RëªXQk‹Nî=Š%– ¿ÈŽ &Ð,1j= 6>ÝÇØÍ@3X”¹º‚ž-„¾ä¬›üRK>v'A™¢Ï5#“gí@x+´›7w~dËžôÜèÉCZÈŸ²³‹„B‰|s%Š þ1 9ÅûA«ä©SàUYYµ=X•«“3 dgc L¼3a ¬Íº‚‚ýü¬CÛÀ»ìn»ÀÔ”yø–ØrÏ -l¬ªíÓËf;~–¨7Þ“ ~~5åf$|Zf‡žD®u`²ÀÄöÈ2ŸÍÛ@–$ï\]§G\@]•‡z˜ªš«ÈTeêì º¸ 9 4È[ã÷“y#'LÅìY{Ð@ø·m!¸‹¯c>î¤zn»Ÿ:> =.¶ö´+„Eù)àpm…Äp¯¸'^Êåç2ó…Ç%€"q¿ôJšlã€?¯Ío÷é™[:ÀxŸé`ðëÁ¶`‹:¥ÌXÙÔ%>Ä]RC °¼ˆÓKî_ 8ËmÝI :²u$ÂióG@3zs( Pöý·ZOr_öx•ÚsÇ.MŠ"¸ÚæÓ`/WS÷$nw¦",8—»X4ì¾0”m²5<Å„ùÅÊo~¤Ýhî¿ ¬›ˆn¡¹}ƒúÊDnaÏ °ž+¾‚›¸l“QlW^SlËí,ýÞ]—{· Ùv`(ù`þøÏõ–€ÅRé¡·ŒUš«Ú–6H[ª°§<Òk³ÉäŒ4Ä—(Ì ŠÿÄÝ}|wtÝG°B`ÚFƒ¾Ž;êùß,dLáßÿC¯„«Ú¨¯áÌ2!éûŠ5‡À:¸æž[…›ÀùÁ01Üî¾]‚Çl<ÑHx”c‡ôÁ¿Ï4S/˜Éþ_ÈgôhK ¹†º¦|O‘OE¾¸ŠÜ`_aì"–ˆ/¡ ¸Ÿ[µZÏ#±eœmˆ'ê4ý”Ú!¡û¤µHÓ¼žê”dàJAPÖ'ìï ²ÌÙèoŒe'zšúóà42ORÖ9H±c ?Ť׷´<ª÷!—Ýh$ðÞ\¯â•øÊìG‚z,\¬æ&¡ÃÂü³º¨§€ #s<îÁ£H -sÊú(¢Cíãü gàO¯J‰Åò­šc„AÉï «pW…LQ†Q üxôqžyõ–VŘ ÷Ä·þDÒ„k\o#ßòwYÀyÌ1Ž3¬Kîú‰(SÍ_~ƒ««gë»±Ûå³… ˜~É[^0š©pɈGžä+£ƒ‘ŒÜµ‡} ×5nȺcõlÇs✀J©¨‰1"º­é×*<¦ñ• -ÄÕ^ù´»JÄú£Ë6¤ó~QC”ÙXàé¯59Ï\ a1d¥…æFœDè04Îû.§w‡áÛ;ôëœ0›uÁ.ôÂE_&¹ZcœÖˆØ•=œ‡GŠÚüíà˜üd—+°ŽÔÔ*’eÍrPh%sr,„øaеëö®×©ÖýÜe‘oZ·­§aDÒ Ÿº¿®Yé#¥Ÿüa“Âi— ¨3Wa•ù‰Ò8"p„5õÃNuņ†£jÐ1­B–Šêv©©)$¤õaj Ü}qYÄ ìZ¹äwš+~ⲂdVA‰øGÊÙÑqøfJN÷áÃÔXÕ¬ÿ¦ÙËCøMé+X„ç–þ ]Í<̘ˆª§‹3ëüÅT wÉ!­€0ËFb5hg*Æ&!‡Ñv …vmÉê‡NÔÒ‚mP`þ oòaôØd(5-ù jˆ,¡žC³~ä¼Îù=Q;[žÀ8ÉT¹ÁÝÃ/…§©G€`ˆÒ¯~Ç?HzË|Ù·D.5Ä´º©tÎD¨¨Ãøw¾oÈ]˜Ø9ŽÐÃþm©‡-¡y¦Uè5tÃW–Hä­~'X–5TÅç±Ǽì^Þ0YÀ¬`éOêtf‚¼Do÷u!jÈ%§—¸Œ˜°¸Ž p¥i#…\ü-ëkçŸÉ…* ÙWR‡œf¦Lò/"–N&»Q®Y6§_‘–|ÿc -b;›äâ›i¾…3 U¦È^ßo#HVêµ¾á½)2,obqùVi4³]vw¡>æ”'¹‘׳WŸ6!úEI>_pàŽÓz¬•·Ïâ)x¨x³cvL0bquf ³åÈ7”ž–æ?jjh>Ãó®?^êÆ\­Y#±¢ʯ G)û’êóRòÇBQXñ­ ð~¯–F8F¡_DîæÈ<ßÙÌ®§ì=Ê×v~Õ´ƒgÔ¦¯4bDñFzGÝväù¶Ò?±“VBa_ãÝ…Jïh¬3ï’ãZô¢dÈâ+¤XðÜlJ¿Óìä˵a†ì?ÝwJÖ3AjÑVj±IgÝuï>Leà©X<½¤Òë–R0ë Ecrô÷ÜCB„qfû`c¦½Ç’Ÿ02Õ`Éj¯ä;1;/FPcêqh˜4Å$„¾µ‹¡Ïp‡ò/)¶_¡uÀÑÝy¦{´ÈQ«™4ÏúhÒóÝ“ÿj|ŸÛ—2¦<.LU‰³$ži42"òLÿ?ÃõáÖä`œ§RÔº®R磇@*‚êC”!`(`@, 2DvßÞ_’/{ @¢€ 2]½ZçE¥žž«WA«ÕRÔSÄóxŸ÷ù*òdR*ö‰WSå•q‰!ÄѪ`$èré"ï?àl™°ß¡’†Û¨¹,ý®æ<‡Jsó•ÕÒj¹”å¤}….´S6mO$y[&Ä,™>ü+¬@¬ò¼YÐmyoŸ‡n-’ÜrIý|Ôš®:Oe®)ú¡C²dæ>49‚þlÉÈ'CÀ„„{¸ — çK` ²Hàñ¡íÀßzZ´iLZs‘z.ífñT¾";i§b‘-2¸(!µ¦·-htB ö _€ÆÀÁ‹a'´‘ ƒÑÝašmÆÑ/¹rušiP¹[•FU±Y’tc?¸‚üõ&í%Á'#„'19N†u#7ÐÛoàd%o˜ ]#škó7ÛÄaÅký3RÈLh…UkèÜobÈJ2m%ÞÇú }±ÙÔÅ01²‡È‚º°<øî:Eªß4Îq”ªêÎ2æšCÄÆl^^)¢®æîÈiZ·ÝJ|—jlk;ÚÎ> ›OP×ú¡|ˆ×"—Oƪ/´¼kŠQIõÑ -Qã<Љ«›_‘CUX…y§‰F|×sÜM{vë*4UõWèpë`ÇH ï -0 8±Jm?q¿ÑWßž¤óS|õ‰lÁÌL‡wy µ¦Þ™û„È«áï -ÇNíñèLí—¡…ð¥,  -l §ó~­îøãþj°ïbÃ7*¯®&í·ìãÎ"4ž¾ÛÊ+«£\¯r„ý©T'Vn݆\5¸†.…çqŽ€Ý`&s÷¶ºê Sïù¡Ã.RŽ kòØîîICwvŽ—¾&[ÝrŒø{‡kªÛ\û(î1b0µ‡Œ@5l@¸œµ|=¥:¿s|¦íÕáÖ…ESÒ®ýÓ(/µcº[e²ò4Mty^îÕ@…8uX!¬Lˆÿ‚þ½*<$TJƒxª4Ñk?ê.3wèjnItvžÙ&Ôè MÒ©ÈcÝ © ,RÍHËr®«Ü¥ÿJ]•ùÄÑñ2`Ã8ñZöDÐŽ“§zi‘ùX{õßðêº!ÓèªZ¬¿í„ÿ¡M)æîƒÀ÷£Ê"pýÎýìWÀXìÕtl°y@™@‰±^½ð3àÛcW¬ ¨3µZ“+ÙËmÒûNè‚ÆŠW—ˆ¹ ŒøÞO1„6ì¸È HOl> ÿsC -þz!(A ¯»p!¸­UjÁÕI¶ÆRU›êï:ƒâ=Ø­™É.?\¢jþDÐtE"5c‡ó9!ÛòÙ‡=ß0 /F3h8üÊ{24U¶l·xšÎÖøÝ €âº•º@›Ú¦>_LªÖ©ðl-û@‘¶]Nkþ G¾Yûˆÿ$"çÐNï (64{˜/ׯ´ºúl"ö½ö®eGõeu˜1êÐYå/ºì½Ã¬D­Ü6J*»¶Ì%F˜»ëÌ@M„#Éx‚·|„hŽŒ›UGZ-Ÿ*š|>¥¬'å¹—5ƒE£JØ»w »Ty[uG³)¦™P*»×Gb!Ì#½a°-v~0wø˜Þ¢[gÒcZ‘óŽì9w¬(š§ ©eU2Cï”K®L„ªëÖM ¿+2sáZ*»äa«œs̉§Í¦é†EÇŸÓ3´‹ÛËæpåG—¦(]Ã3o2ÚÚ´”j³yoôMü.}]?Ú¨ \à4êÝ ÜÃn;bÌ~g?3FëG{Ú(‘fôäi6·µ-èQ y“)d2¶'ߢfÔX¢!üœáÖ:= ö\þödLÞ×z|WÓcGÍác¨½¿ÄIµóJYé)ËŲ܂FCùŽÌ"]AErr»z{¥0jô“Ö2[%bÿy$(Å=]1‡l¸±½ —øÔ_’d‘Ŷ ³ä´yBòs‡á®ÔWÜ©í—*“çpǤï¢ä -‡,g­Ý,{â?…¸//ñ\ƒ~¨æ7&(O7Q÷ -r# -jƒ¶ªkæàê|¡Á»h?|sî€.j®b6Püœ^$ñßñ@´gºH±‡4<%«µê"/¶þ„«+ÿ0i0î ¡ÇÑÞ=ÉyôA… ~‘'Y -Ÿ¢ôÿ¿NxRÈ#poý¢†=ªF͵ڞOÇ-±†²tå&7úå3º”<á'—$RM»"“Øé˜0XNÍG^ñŸâ‘ð1ÏD®ûÆ>jhQߨMÔ}–å–&¯ÂǨåûßêpåÒôj„õO|¦dh¿Í2:Ò'x iÅýùÃØTäùî…+kÛm¶ãÜcÛ{ËÒd©4­.Wé·íÕ}­iK? ^Â-H,Q.S”o¶2ôPð"r΂ÅcW¼øðz$ÓæaÏjêUÚNØsà‹ÿZ×2á¡ÍÓi¯Ãӹ󺩢qÅeîÇÍ‘ôÏ - h„¸IGó Oˆ^)ÐuÔ¿f½}Cë€ÊÅ&=ò44>-=m0Õ åj«­£i˹|Ó\Q©¢Xç»é¿t·:è!acù7Pš¬öª€ŠÑ{ÖT»û‰Nå[\{$8nîhî/ymÈpÌÉ]¦ «§v›¸e5®"…¯1ûÿ Ô‡[SðN[‘Z=E“ 1U( -A%ÈR† ÈV* È† ^’—÷^öÞ{B˜2ણý𫟠µpZ«ž'ÖQë©w¿?â·›ËÁK¹ô7Õ„º;w£ì“b] -Qœ.¡ÇýÄ7 f#äì×ÜDÜ(œ‡üxŠab²ÅaOÏ"¦ÝFî¼Þ’n:`§VãuÉ–ÒTU“þUN§¬K}!åo¢OrJÄÏo¨a›xó¸A؇u/PÈȆ–ŠÒ¢Á2ð™-½—Ûì6¡]®*«î[û¥’ŸU;Í/reUú€ä^ј -·Ÿï/Ý‘É.Táú¡klO “±"ñïÆÖé7{77T4^uío ?yÕîi|WôÉ’Ú4›}Z?ÓüKÒ5ukËÌ÷qrtë³-‹D×È ±ßðt”ïPÖ)j}6œN_ß³ƒTÚ¸¹ó4Iq2¦ýéVQ›™FÞ’½H@¶&5©Æ(AßûÈJ)]ø?E¾Ô,–{Ÿzuq¶ yÙÉ´Q±»˜–×Àti_œènÇE>¦J–EWT$mT- -bïH‡€|üap»ƒÔ —#_R®¨B¾ºÜfxSý¬ã)”yk«a’ -e¦•àõ¬x­Ä(«ìØ)†þS0I'b“9FÚÐû`" àü«ï¿¤í³{1Ï«>Ê‘ÆÑ[o±c W[YÞ™w´ëái‚P19b›$,&€ŸÄ€G±¥œ¯ùht™~œ³§¯Iªn+èŠûêd7…—*þ²¦ñ' †W<ßÌ“'Ÿ¯HfÙb âÏðk|ß %c©ì*p } -dØò>_õõRWˆ2©nqÇQÙu–»’„‚5†fá›Ì%šÕü‘Äò›Ü–Ø5bƒ·óì‚õ”9YÅ”€g=é0^ ºnè&kk;¼Õ7ˆO,5о|“ÁWz/éî/Oì•—1/Ä˹Íx%ÏÃÁ:Yõ0 -³Ÿ‰{X±½§ÚG(U.²åà™‹v§aš˜bY¦ÍGéÊéŒê=2 ±Dö^Œ‰9'rñGñL^§ ;ÄZ‚„cÈà3z7¹Èã®èŽ+g°ö£Öñò óE£ñH»þ Öu`V5§¼˜ ÓI¯ÇDÙÂI|÷3÷1vba0fÈì™ës’qŸÜ>5vûGYy†™f?BÐû·¨,šÑ½÷e9ŠÍ1•¢ˆx"w†½ŠÔ²ž`&À`h5ãÏó± ‚fý0ظ»º°AãÛ£á]SMÖCÉš4·¥³¥a·ŸÞØZ­QÉIäPDÊ"³ƒ® „ÉÛB`œöàIcÍ›†D¤ÇUïûÖ’—–Þvý—¼#÷ƒý²(­ÒsníQ“q°“ƨ¢ôhÁ¥­®MÀõÜ^{ M 7¯ „nÝJŒ&*ý^(,Y(ƒ}ù¾€µ’…úè…cÅðtSàÙ[ðWU>= ЖRl'‘™Ÿ[ÝN]©™Š@ÿX{ŒÑ¡¨ Ï‡ÂâRzm0ŽWI›Ge!Töht7Ùh=Â¥TŠ»/sp%ç k2÷Ÿ¶ADŸÚotÃm ‡4ÃPyôù3#”+:î ÞÏ½ÌØ‡ÒÀ·ée´¦ÑH‰¦që€NôC%ª{›àYI’Å÷Éé±p¤–ýØž„ M+(z|=Ì •ŠPW0‰‹aÔKÇÀïFT± ÖÉÿ}rÈ=,EŠs(ŘœÃV¡àEê:È»?¯p†¢—ÈT,C¨V(†¥ÁfŽ€iEGArÆC j$Q¾a_ŸæÝÉ}î$Õšâ&Zšó…u™„œ2kX(¼]íÏú ûü÷¦/¤’‹&ň¬tˆ†}æºí¦*vŵS¢ýk̯ޟµaª«œIV¡¥ž™L– •öBœ››’Ï8ç–¨©/ª‘£Œ•&ጥ‰ §‡³‡\º“«§vH´ú§ïk[¯ƒ¤`¢ªH 6VM¥9œLV *˜ÚBs›6•+8Ö–D‘~/¯‘Bè&÷ŒIŠtЇ^‡m€Üº<±'uÝ´­¬¯k¯:¨=`Q©ø£ÕV ¤çŸ›L#Ÿ×›rBRšä—?8Ç•ó“/²ô' Œ‹"ñ‡‡Å{Èry&p6‚yke ¼•yÐ[Q¶±zeQ_°Û{5GǪý|#>@¥'}4÷ŸJ~,™d#”“„€Ë€õzÔÇq~úp Á‰~¹ey»¢~›[0µÂ~±QC¯óG¯ªl>1¤Gï4÷ži€~,-˜‚#È’¦uäŒñïz‹Æo„®o»À‘ƒòe3º³ƒZ[´Þ‚÷Q.¯‚ÇGŸ©B‚±>)£s‚·4ùœ‚É,?—¸‚Õ#õ‘á‚Ì-Œ1‚Ñz7ÅyŠGoo¿–‰#dù¹½ˆZõ³ý‡FQ"®;†™G™¨i†>&¢¦…|4ýœÞ…,P—„†$‘3„m‹‰ƒœyíıÐo(¾ÇŽ9d¸¸ìŒ¼Z¿³0‹iPø­pŠAG}§‰->¡âˆ%5œ"‡&,i–P†+$R…8½Š×„cyÆÄ •nñ¾"“ -ds¸A‘Zp²|EP¶¬¸¨GP¦åŒ!>¡+Š¢5›n‰+,Š•œ‡»$ˆWŠ$…ymÚ=n¬½”—²d8·®•AZ-±à’÷P}¬åG*¦EŽé=ò Œô5 šÒ‹,¥•‰"$Ä1‡Uf‰‹…ÀyßAnd½œEcø·"™_Yë±L–œPG«„”G¥±‘¤=äŸú65šCŒÐ,”vŠy$󎪈=§‰ -†KxɈ¤ n¼ Êc±¶™}Y§°»šBPªó—DFå¥$”]=ÙŸp‘u5™¼Ž”,á“õ‹Å%Ž2‰Þˆž†Âx|¨úmÕ¼¥*cr¶#¡dYl°>²Oäªwš=Fɤ«–á=Ñžú“5)™I),ý“ˆŒê%BωÌ ˆF‡$x2Á«­»m™»¹©Jc?µÄ¤öY<¯Ù ÏO¿ªœçF²¤J™=Êž›•H52˜ì‘‚-“1Þ%_€Šc.ˆ‡sêyzuÖáyÿv -òz|w°kzîwÙ#{bx؉ß{Øyìvx|[zæc|ä{ÑOž}i|¶ˆnzÌ}u6{j¨añ| ÉNÂ|ªä;´}<ï) }Ðþå´v(‰Ò¿wˆ ¿Éw͇¬Ñxw†8™êy'…‡yÚ„ùt z„Y`ô{Gƒ±Mý{üƒ;4|¦‚S(ã}Q‹ã°tå’ˆÐÏuØ¢½õvµŽÓ«"wp(˜hx8‹³…ÀyŠNrëyЈê` z—‡‚MM{]†:Â|„¡(Á|à‚þáÀtœ Îýtö™S¼BuØ–´©vž”9–ýwv‘ö„ƒxTÁqày-“_6z‹aL²zÖ‰':i{¦†ñ(¼|r„tàsd¥yÍdtT¡ùº¸u6žŽ¨v›F•±vá˜8ƒawÆ•4píx©’7^wyŠ7L-zgŒ-:'{?‰2(Ñ| …áÞrήùËúsÁªª¹ct¨¦n¦ßuy¢Q”’v^žp‚fwIš–px6–Ã]Óy ’íK»z9îzå‹M(â{´‡)Ý4rd¸tÊsU³\¸t:®S¥¦u ©g“wuò¤´pvà oRwÏ›Y]¹#~a‡&Ãu®hbŸÍIQ;5Ø)¸tñŸíé‚'çV»A‹ZWÌ€‚›|%æ¾æ0´žS™#†¡²øÐVøuáv?abö²µ…oUsmD¹ÖzAæà“6 h¼Ìׇ -Æ»ªó¡%çL¸P(©)HPõÐÃáu'¹Ð¸þìû^h—³vPØ¡†lÚDn’˜¡tYrÏyWª+Å´6˜ü˜º®x™æ'›&†Ò“„wˆ-‚SqÉø4ö—¯üT¸“hÞÚ00"þ7 -RïÁ.Š'|ÐaO&ŠÖ’‰>‘¬0‘ðHSñ±¬À#Äm±aø7ˆC˜èGÊ|ýÎå3ø=Ìá7fãäx[:áIîÒ_Æ›ˆ[ùS¸±K²Ü'fAÑ€Ã/Å„ƒm8ê,poßì øäRÕ-ï.¶\ À¯ÉéÖ[ø&™g•¸(ùšÇ‚ƒ\/{,`Ï vbýL÷áT¬„øÅ5â3ŒE’7\`NÄEÞú×^'Ù[Ï®©™¿VvÓŒµ¹Ë±:•'SŠQˆÓÝ1;Yß!%f&]r}ÏÅø„¢0z[ô5Å{ƒrÄ×KÏÀæâG-EؽÂ%ºõ’–Ý…ñ²õô!t2Ó!mjPw¬E5Êð;””=õ~Œ&HRœß£[™Öæ¨9t1»­ƒ›]°8ítÅslF‰0Kꋾ§‚Ѥ¼[©P÷lÝ¿P[ \€Z¨¼¥è\ù¿œ¯!¸‡Ö«MôšbtÝœ¦G˜™þ÷ò³h±®.3 ݤeÉ tÖ eÊ^äVAáW¤7G<éÐÔ{;!5ÊçJD-mµÞˆüÆdt÷a~g4Mhwã ­ÝVk¢Ù<­²%ÂCÅÑã —œÙÏ ‡ ¦ƒ”HtŽ•×HH†Ÿ3@6Ê!ë ä»p›×eÛP2箖墦Í!‰Hy]'N!Ñz¯äAdUE{ô daÉOA–ˆy~‚W2+³Þy¯ø“ÒÔzŸx˜ÛÒ5„Þ¿ÒS?Іt7– #í¤º‰m±ÿE¬êî%»‰W‘ÑiâÑrã=âá¢#^áâ+Ù#Î>â^U´u‚¸”{Þ“&o>ö¾©Yæ~< |Hr7%#SÏRI5›•ö(Eΰ‚_¸ÒhwP¥‡I/–ì6:%ÿ[­Å?!ë.À²`øDÃé\ábíBnHÈj³ácâæ”(áx8]+6ÚïJ ˆeAFä4b¾é+i‰8­&¶¡VÁxÚq¾S:Ÿ°¬·çîã}¥Û§ªë™Ü<£¯—ɾÔÞI-§w’;@Æ&’à@¢ã[¼øY%çÀ¶s‰d4¥ÖÀ¾’(±aþäBTiôCÖ¥ç0IÇvRNtÅ>š’ÙXò¾pí^4$림óÄr25çB¢ˆhÈÛëBÌT¿ -xƒG(=?‚jÙ<Ç@ì-çh5-¥Î†1ÓÕüªåôƒJ8ÿ)5^®“6÷JnŠòÈyEö UD`ž¢ŒÛ¦³)½rš.­û6¯Ÿ’ë %'I™ÎBXE´–uÇáo‹FÜÅýóÞñ_‚“Y°çìÿª޳±Í2 ï;ô»´ù+C¶itSttKnîµµá:IÃnøq´Ò;Þ¯Ô®ˆØ ->Mò1ž«ö4Áê4b3f¼ŸPö÷Ó/Ÿžb½²Ó$׌Zp–ÏÍ ç6ÆÁN„“Ay$Õ•íí¥2>üXåч¥dmpèGû•|Þjä3'l¹’5ëXô)ÛŒ7É=ùaª/)ó¥îJ‡To‘£œK£¼¥OÓ¯GI¢!S~5{öðà˜X!ºFM‰ú—Ÿ"UÈö晚!(_‡©'à•¹ƒ*¸Ž»¡ðþ ¿„ÝñöRKQb„%W!6ã±ÎâJӽȶ5ñT ònùâÚÛQ - -*¦T—ArN¸r&ðfåòýà{èºô.˜qÄM L÷„°ïÀìíqL&0ÞÐN;ã5þä80]aB¤e cêJNZ®PþÉ6f[(V2·™T™†þ “ZÐ[⢸Fªj·– #¿l›dŒÉíb¨¿ ‚°¦ÀRÅ…Z«ÂÕM‚zjŒq0* UQ†,‘%bÙ 3!—¼½“—=HB2ʼnŠÒ -n-uàgzT«çn­R­ØÿïkVAÊÏ^BÐE¹÷p‘꡺¤a5+`_iiS„D’O©G•ƒ@Òùr|1š2‚þ„½ŒLEjPmÐ,Xˆ¬™ >‚^{%( ã‡j—) ~é4L×@ôí}x!YÌ«¸DLPuç°&æ|Ê:4º1ˆL!ÎoüêÆÎ‰Þ‚yÈm/¹â4t°‡}ãxåÐ2a¶Å\å°D@¤‹±¼ünÐ]˽‰hV$sÈ3UmÄØIߨX E“^¢aå'LåeW ð‹Nˆmmi³Òo›¾QGP¡õ}àׄÓR6†ûšGrg¢¿ŒIoFþUÝÙ¸ -|M—‰ú•vb­×Åä¿ [|(ß–Lwud©|ÉÑ–xå\"ºqmÙìwÇêœ(Ta]‘‡øg„@Ï5‡À:ö¬¨^Ažöº ÜD{ÛÅlÀÉÔ%ÑåG•lyâà/Š@bjÛÌÒDÌØ”šÝ€ú:l‰áKïö1¨I%P&¨‡E r"=Ïë1@câ¶ÖíÇÖJ:¤GÉÀ$x|@à·ºzÅ'±´¶ÙóÑÆ›‰;áNûÒíÍP¾);0œ§9%*P 0[¼F]øäö^k~‰‡m®É(®WmÑ–MQò´õåe³¹Â - g¥*¸òVâsf…dööj¾4!ÀNÌ©nþŒ­–Oâ­G‚jmAÉ8ë!#)9ʼֻJ€'šSÒañ˜ZS eod+e‰kèÙ“í‹È<¹! /¨‰ö¢x­olÆ·œ4/hK¨t«n`¯à~jÅ“TW,+98wÁÔÀñm ÄEàRÀ$ìð@؉¼S¸ñœðdEøtS(æjž¢ïBk(ZŒÜ¯äæ ž%+U3`*³•ù -žœð”ò„ª¶ùÞàü/cá`ŠÐŽ”)ð®C¸²¼é½‘eeÆ~ýx&™ÌÕØè…òu Ù» +&ÈŒ‡´ÏIØAj1ï°søAä/½9øtœ?í׌ãõ— ¬s#6k–i|dçT¨7§0ïØüŒ…ôtÓÎ.r>9ƒûàŸüCÐHL(„áB¤‚¿,†Î6X u¶…z™n‘¥ázMAÕÃ*\_¿OÅàZÑw%”A}aç2â0»õ9öõ‹ÿTäw"G(…>b³ø©Ê·pŸ0D7ëJ´×œ…X8—e•~T­´Î.ºÂ¬0~Ú{™òÕ=‹¯#b¹ë[1¬ˆmÛ0€#̇Œ¸†_£¤g=dpïèÒî×b­ËÑÜܦév¨¾¹ð/úvÝÓ½sÉaóúøéø¨>cë|̃6 Èr¦Km"ÆøV¥7šãpè}¥¡µ1]¿"¥ê·›%¬îÀ’Âpšrö¥¤Ú–Çâí¦ŸC{Ð+ºuÂàßT Â@ð=õ-ÿ˜â)æfÿ—¾û´ˆ»¡åwÂýê¶ÃPU »§ãû‚:ö@bº+ïô[‰Y_‡¢”Á´Á®ç’„ð Í¿¬8‚qöÿ5¼-ñÔ,rXÅd]]aé3É4sU9¿ÐÅÐT±/¯½[y9ö ç)ñØÒÇKsýîPת¯ -VñòàÅwÐÛ5/mœUõ»Z /°VHžTM51R°`¡þJµÿž½Úi2—ØTušìì–dæ„\éç¤æÖÄ DxC­ç|”Õ¥Õߨ½ :msÔÞƒÆYÔµ#•óŒÝµ¾Ò}\Òjb€õ17U@ZÈGf&€û•’ O°Ÿ¨˜î™ˆ€ -±Uäx‡Üf›êtp¢ù°Î—~Hì7©¾qN—(s~;À}!¯ò^ÉôüÍp}x5‘ GwÏΡOÜ=«@7 -DEDT‚K¤)(.UR„ É”d&ɤ÷ ¡7•õa;Ü;;*²–SAdmwç)kãü¾÷{ï«Ï ¼ŽYý„ç<ˆ]%­tâ@,µkœÖM@Ì‘nc”}O÷€¤RUo€«»ÈMì%‘I2;5ÄókÛ®À§è‡O22Ö ’0}Ð(d·Í‡²˜7-ÅàÓ’O†g`Av¸=öuª¢¸âÞÉþä2"Äý\¯7!“s7ðšÏéò9ŒìâÄåŽ9x¢)ƒªgÌChUI”!’_ü³Vó‚ï TZ‘¶8\– Ÿü«x54ØÉ5áÎf–l)w¢ñޤ²šbÇÇŠa}¿(úПš\Á½ÊXI\ tŒÿ>b7ðXÁ—YÈRÒ2~8ô›Ï<TˆÎ5ÏÑTp½³UñUõ¦K -¿¢q}”ôã¡#ê—â{×+šðy´kÒ|áìNB§ƒ[±IÞ iï Bò]±¡á¸Ýeá$5~kð¯¼hÊ×2Š"u÷T'²î«A)å¤b³´‰Æ|ÏØ-:+<Œb,t”DäÑy¥¾I;LzÛÚ77ÀÖ³•n¦¿™FÁt½2+J¨)O •*Sis%zaëgQþ{p&æ%p‘V#/øfßÐÿC°ÏÒŠ³/[AÇãŠDã][@á ]˜eofŸjÌ O>+çižÄ:%4å¼­'DîÒUÁ¡èeQ"‰€hÑ_-˜Ž$cFÛ»î ì +½sì¼ÑÖ²¡°X;c»ž¹C¥·Ô%gËwb3$sÕ-[ÙÂËrÿ`OÁÏV iêÛ ®D†ø´žBƃzÏöåëÊî´ä+)@ì›*s­¤ÊG‰,#¡:jg¶Ö—©ß’®$Ö|¡tICêŽå°žy³PÀå5uÇTsYÕmg’˶;K™7ó?Úè5ÇÒ'-qµ›—hu‹w~§I¨›Ü²^‘ƺHi•äÕw°…*Àâ}ƒ…݆<éŠfÕlV3ä‘_ÚTÐÓËÍU’У€‘WÕBöê- ä:vÅñÕí‘‹à_ oþò†SˆGg´§n–ë8}ôÍ= 2o²Ñ®Nw3¹¸# )º®j¦ºÅM -›½æ.¦ØÄ 8c¿ -¶qÎ2¿ŠÝ 'vذ–ÚÝ®hôüQºý ÿv^ŠuŠwÿÇø7oÏk;²mG´Š  ;#£CzŠ/G`&0˜`CnqMP_ÇÉ@µ¥]¼§Ôj/ýž;`Ý'ÌØ?cÌÌÙi™èé˜wJ-?/L"=Å[DQˆFà¡€O˜¤$¼FÖ‚ðK»XÕÅüܲ^ñk©‡í¥l(7Ô2"Ø/4Œãö¬ÑL‹øäÀ~Ð[®µm¼±¬ºÛYeV–ŒÚü –/ó­(Mo˜¯²Ð 4+åƒ1?("$Caî’,Ñ¥HXÝ"†òÕüE>84ó8oÛ´NzõwÎu¶W%ñMw­Ùz³Ãø m¾K—KwW©Þl¿/*?´ù‘ä/âß(©B/a g}®AD¤ ¾üÔ²¦ò÷¯(/¬êšW±,kvkDåš”‹ÍxUIÜ5ëãêᨳÆ-5þÔÛi-LN’?«{íGÓë½j±kÀÅú rõt¹­oS]¸¦sIMHæqWRÍ¥®½­‰ÓXçÖeFé ‡XáÔauOýäŸås€…~qðÒë.úžýÕ~’,.'÷.‚vøô̼–b #%ÚvÐÄåZÖDUëEìêiÕÛF.•mmXà‡‰ÚJ¼ƒÐM ÷YKO¬…¾-ëîYÎhÿÌÉôt‚Ü÷É3Mp;ãÖ›é\fTªî4w;µSEä.!×Jœç~½¢Ùœ+Þ ¾˜3Tg8ž†~*ÛØýº¶`¼-ŸŸÑâ8ÃËOv4 &Ú+OD­Õ¹ÁT³òTBæI‚ƒ~„É ¿÷ ï1×\Ôß"61z»lxbAfë9átű\€'G7r0:Íb|†zE~ÔfðS…Šˆ“¬„Á,:LðàmµÆ~‚’ÄéZ.OËÞJ•ּ،‰%ISÖ·¢ZÖׇ Œ¼®¹†1¨,ÅþÙ"nå-õß(øæRD¬]ÖçÒéöuZ4Iù•®“Ê?f6Ï“ãI2k™tÍÛpW¼&Ò¦Iþ—Z$¿€";Äkù -ÿTL…ˆ "„]¨Q÷í6¿9ÖfÜ•ïæ¢é¸éÿ±ãjCÒfË´âqìC¶,4²J}O\EÝ+§ “]x?æîÏÀˆ<ˆ0÷»kö¾±Ç—žëxظ*OÓ2ez®°õu‰S±&2V«ÿ¬ôˆ¤«+¥ÃÔhÙ’ÛðdÁæ§&à ø³®Wç²—¦uHš/åíl16N¦Ól7Í ]–p}|l¡¾U­‹$«ýå·¨djÉr;þ°Ü_‰Ö£s}þÏ@}x5} VÑ:QÜO‚ÎDƒõ4 -a©O#%åz -(*D[…0LBÖof‘= B Œ0Bd6FTÔR³<=©\`i‡8¹ûþˆïùZÅjvõe˜ƒI3ôyqƨífnÂw­Þ¼«”—õ%àÒ{'J _Xþ3ÜNˆ-Þ®ÛúÕÒÄüƒ}ÔÚw¢Elgÿ)è¿i=3põb» -¶&|ײÁP^ÔÕ"#¤™ê}hK¸—ýßB8mÛ/âò»„™þߢE¦´Þbovæ%‚°"-½{DÈ¡–¹@!5ac³N«mÖ“Þ;bEóÃW–=¥˜E§Ewñ¤¼Q1É_¥ç‰‹}ɲø+{¯ÛO“Fîº$m¥ÊÚ~”îHXÒ´Xò+åNM£DKzW-I -_[úJLàª%kð§óü²?ú÷êz³ùšÔùÙÃì£ÕwÒ¾é|¨ºB=ø3¬¼«§øƒR{aHD©L“k½K×ÈžTÖK²}x±™*­ôŸÑÍ•®ó}®•ØYŽ>“ÞƒVÕ‰Íå'·ºs<ãá†LM'%åÂjµžT[ѤÂ>•P•§F«§â ÞarʉÁ¹‡e˜½ª-Ò3¬ˆÞ{y‹hѨÉ+ÙØêgÀÆï¨Ô :¹9n’´b¹6$l²ø’º†`- «6âLK9 ò½¥2G¶(k¬7Âú%uº}ÜbLŽjQåÇMÖï4¾yWýPÿŒD-ä¾ -»_¼Cû‚Pny¨~3 -”¬9›[1×”‹e–¬Êžî’ñÔ¦ödÛÊ¤ÙæÏÖÃqêŠòM1îjŠÙ›´ÇþÎP6dsêü µ–­3pŽá£:2 _[«œ‡ù¤(’ûdQz¾¯¨I¥¹^•MºÜ,)ÞǪÛ`1;†,óIßÚ…fß°+¶ ÃBkþXnXàZƒV“0¦%+»ý°Šýr€ù¬ûµ34Õß•[IK26û—5ÄEÖ¶¯Ža:Ò­NÒ"û¦üØ°î¢»Æ Bg¾B§ÄÚS_5Óª8¿Còò£Tî=Æ•›^¼‹Y±].@ǺêŒ÷q0y¯Á7\¡ÄUó&³6Á4ð@r9²Ê¥lG>·CP7òWÅ7óIÖ³!÷à|ÎLé¸Ï} -ÿÛaä Qæ$ ¹›½ <Æ4tš¿ © -&óµ14$P°,4]*@qtZðþ÷YÖr‰éú_ìD Æõ”#În©å‚ÙÇcü©÷&Š ¿k&p-ð -Ö-¯ó;»÷\TÐ.Lƒs^Ó¬­=‹XûRcaŽ÷p»§|nš;·ø›ãM<²åKÔc|J<>ȹƒsÛ”¼¡™ÌçWRú˜ô„¾œú¹ŒºŽÖ¢6æý–{ê:¦~#ôö™êxÚ,Ça‡Gp_©£œ1OE -:îWhR÷¯Ï™57e½2úªguc¤¸# Ç™¦Î*ÕŸYí+!{m]& ᜬª>6Ê-/ù%ŠÁ{c#n©†e¸Û[í9L@Céµýd4–ùSó6”ÍšWú ZÏFsÏ¡“œ·|/~ ‘!äg¿'>æCÑ'‡àÂàG‚:d»Tˆá“ní†÷€aî#°|Û ¿ƒ*J|X8R;ŠÔÃÓHê4§ÿ„ÊгÇgø ø+¢ø2~W°H0G]&&†–ƒ%bcßQÈOœ\B6ñv¯Ï×€°QôV#ËE¯Ò¨ˆ]4~|3.‰Z‰‹®ãùgEv¬7ÿ£¼¹HT{DÀ´J[; ª•¦Â/Ð2E:*‘?„2á]òu4<"‹?–‚È¥:²Ý)q=DG²aWðÅâ—ƒdÞ“¾ëàaè¯ úV5”KUŽÃÚßÀB†’*…·«áI%™ì‰TÉ]A%h¢Ì»‰¿X’xÃÎUÛØ»ydë}gï­åDP›ß+.€»ŒÀ~pLŸžRUäâ<à ÍóÈd»Ê”޼P°h´÷zçªÈö!®ÃþºšÎ‹+iÌÿÀ{[¤’U^<˜œÇ:÷Új¤ÇÓ¡Oº”È x@{$h"WÄÆ¡DÙç³ÁÛ%âú×,tìâÞt,Í»Ãc–ãdf`KI"— ¦Í.sÏ©õÆWÒÏÚžh{¥µÍê¤,¦Þ-c(kyÕHܲ^•E…LÊ1 y{d7ëÖ9_…´9•+Yx?ÿì|\Fò%»“î™óÏÙ-3ÛϬ̟’îéXHþ)[Ôü"c­ìf]k\dÖqcxˆVÎ?ó6Í>¨Oqn…"5f+óàõ -ýÅY䯇ïwúÁ©Íµ[‰ûiÑú1BH¿ÃªŸÌ™'a"Ø_‡?È::_“?ôÎÄ{¡pç9ø ¸],ÅëPÏ‹ˆ/e/ÛâYƒÕ8ž*×ÝŠoÎÞÂ,Á—B ¤&à 4_^Á}¡«À$Ïë!>rº€›aóÅ9øBìîyG€ƒŸOæ‚pÖx ¸€Níêgð5ÈxÌÀX\ XŠÏ In¸“W ˆÄƒœ‰‡ˆ«€€ïíÀ¶òñ-÷0WÎX¹sdäÂ$¬iÀœ4ýS§ÇcÅbèÈà‹X>uqóØ9ÊÞi6I"âN`AœíS¡‘yŸpCwå²åhxŽYÞ4Fˆ4]µ6mU(Æcg gxc°5:Í…oF± ¬‰ÓR,•.aÅ”¨×Q¤MŸ½Àµ,i8úEn?Ò?‚»!Ú«GF©œ«û$¨“ðËNE•76[ ýüÇÿ¡ïÙâ—˜˜†Îü¿¬xÜx1),5GÌ‹þÌ)El `#²MšúI×ÆÈ‘SšAïÐy9¶ž=h„*Úñ2ªã ¶ÿ@Ï0§Cay½ƒ-ÌÔÔ?uF5×”íǼàkEc©"xº0%zñÓ½ ’!ÕyrÏ$äz±Ý L²¡ñlß©å°EkyýkxESbQl_/²`·ê4Ž«¨H „5%‰ÑËà†•Sˆ‡nÔÓ)Ð@Ž$òXÙ®C-¹¦®·Ðð©gu ¡Ëcç ‘• -zܰa³ZŸÃ…ðÚJŸ(æJø÷Â9WŸüQÇX¤DÝhëƒÜå¡ÎI¨îüòã ‚žÃ¤é+¯@E­É𠨯¡åðLh¼æAÔ|ؽ|*Ю<ö|ÄD7Ḡ‰ÏaŒ4(D§ÍÆÃž ¼6ua‰ §?rQ}ŸíNÁÌdÆ£T?æ;)ÝIƒ¬YAó©‡rÞCOùB_­ñ"OÁ9¢ä*Ô£Û‡›–Þªç¹e²E%¬V»Ä(å0êFßÉÞ²Š^ ùF]¦*a‡À=ÔRÄÂÚÔ#×,&¿AGl–G±ë+`ÎÇG˜›X̱¹Œ5ƨæÐVŠÌ¥c7ÛR!`ÑÞ)r„t“  à‡.â5vxA°øL_b¾ù»YY­'ÝËL–Ób&Jq‰è ÐKê : Ù™d¨'{×Ë(y€q–2ýa7Kj®3ÉÅ6)x QØfE§ç4WwSÔ™.T¨àÄ3ä€r<{˜ôW ò Fùæ= ”ÓîÐ6}ÓGü6³Ý¡gh›||9ÑÚEuè;«‚(Ý•£·É¶ü{œ?ù½æy/Ñ‘kup'á§ŽØ}«ÒìøoQôoªÀc¹IŸË~kÓÊi—–0ʪ´ÝhJÖ[éI;Én$Êô¿e]%œt±HüzÞï»gàtnÊv÷&6ƒ·ÊA%÷Âf82ûN˜‘5u7È5Æ4­@´”KgâûâßdOñ~CsÒiÔ4ñ/…9¥ÊâÞSnûóاä‡]æ9yÂ7‡~GƺѦ¤…$”²$.‹lÉwœS½ˆ"'e»ŠQŸV%ŠÏâTìOßÎyóñm¬+'„Ýc¶³E¾óè$¦Ê•¥Ý$ñ ¨^QQB^©]«òÕ-6î¿L›j:l5}Y™°MMóƒ®.” '‘ü“\Ì”Šb=»úµ²­èda»BeHUíãã -¬Ñ眛îü‘ Ö%Ÿ³bÜ5?Б9_m³¢Õå¯I½‚—˜uÜ.Q)^Áˆª”ÞÆ¿¦ó¿˜À+ÙzÑksm5“£fG¯·N:J¡RIºœ•i:¦cîï}ÏÌwΦ¦ššLe…}I^6,ëÅ*„-äÍzÙ>Ú%©X¼û<¿=‘&=áfÍ&“±ñÚbé$z«º¨°¹a¢rÂwõÍ;f@cìÙèh‘êÒÚvp uÛç{v+ÃÐ¥¶6âcÛ÷F ~³9‘ˆÆêlýÒ™h‰5Hð#Rh9š}.3/N΃ô†Òè@°‹ýaí.à¾ÊÅgPù;)õ¼§AÇÕDw§—AŒþønlgÛrÉ?Qï#/NˆgÃñlxeí¡¤çÐF³CÔ-0O¯[û5€kVø\TÚ©ûž/ÍX{IÈÏšôuxÜ©)¬sû.\ ##G3‹àa{q ýÚPœ$¦[¢Ä ·É-xØÌNø´)óéOžS -!¾Ñ–k-h1‚½@Ou9Â=R'¶ hLЩfJ´Ùbæ´($i„+»µ «( ú€³bWþ6Mrã„d'ŒòÒ\Ãr}¬È€hƒÊZÅ£š´ríáÓ*¶B›ÕHß®lHZOqÄ­›~!*%AÝØCéþš âì„{kª!Lò³î‚n…t:Îò¥ƒ•ƒê=²ט•ù€š”OKl$ÓåÂM‡ñ+òÿÁØE9¥ø…S ¯R -ëÆô¿V¤åC>ÈuM(4«âžJvæ?£{AEæBÊÌHt&@ŸMspð)( ­îþ%ð€Óœ»P3ÐXkÒe‘zÖ—Í"þ€Õ§ü6sÍŸF»c…{RHíØ."¦#O7Z1™´u£øpDpç@KÀ>Ëam'û“f¶¦GCA¨êêÕe}ŒcÏó¤X:|·™ø“Jx‚+ˆò~ØWøœÀLjmä÷®H,wH@5[´U“ªšHÓRP£ÚgðMÐÇ´ïåP 4c»ÞˆêMÂnÜ™~¹áZC> -lE8x?ÿ'¨}ÆÝ :Ã遲Ø;V.óNý°¶¨c¦j\DîthUâÁ&²ÅptW -±Tç?€Ѥm(Gý˜¦@ÜENð» ux.lÈs 6‡Òãê¿â*팵aai85TÛsà)S-Ëø?gò‹OÄ¢t÷78#ýšÂ@oxó7~8D\çbQ{U0ØE;ªCÛÎ(~fR›§—H)mÑ@bª~uÏ« @ßšVEGSÀo°“j’¯uÔlî¿éØ6S¼æÍi?*Bõù„ƒ‚ø;Uü„JnùÇþv⬭6ýî]÷gœí¬ˆÜ‹l0äœþ£±ñåàz·Wyë7=®O,8C=² 4Š“æNa\I´‰[ôëþßô-%Tú)m€($Î[ý°l(¢ŠÁ+0ÿdjƒ8œ—J,“:ºwa_ÊŒ5µc¥3ÈîšÕ"ùñ*²lcqºq^yØþEºcñé3Ø­•‚m ªÏb4"‚î–Øü}I@zƒW€Ïô˜‹Æ*² q–K’¯ ¼z±¤]Vc¤>EBÃ)½/A{Y昖¡)–¶yªüånë_Ó_È[üÿNÜQ„ñäØÅStÄ®¬ÕSstÄš—ƒs¥£ø(¤õÁÀõ½û -øWê÷j;йµ™©šÖÛ©TÀè7AZƒñzd!p^;VýŠ˜Žm¯JË%zÃv£°M'Çfå^cƒÑìTÕ{äêÖoéûȲõÉäXêׇóL¨ ÚáñV€Ø7Õ!ê^t»é¬ê¸ØjØÄTú´/hÏ\'M+9²³T%$Îoi§p8üŒÅøÙñoPW^ êOpæCÏ çšQóE#‹ì7ëVÞÔ÷èœ µûØe9‡4|uJÊ3Á¨·DRÔÅð“ÄebÔÀìø -^B¡¥œH(¾§~kά‚eÆÛÕŸ+&õIU‡ÓطƕٗÕçt=)Y ÉæÄÞ¡„ªwá¹D:ú%b!$‡gF<°{œ|ð5bW;šçÚF!­QÜðmÅBÝd]L†ÕÕDd»ªS«¢wÜb¼ [b3(gíÚðYø”ÚÃo:@ÏãÑðƒÀZ4CåYÕÕF‚çŒ>Ía剺v[_þ6Ò’%SiiÙG÷™c^“]†ía§p;K¬F ¦'‡…d§Ü„Ž1ñUOÌg^¶sËNê -[ÝòØiMãY_¨~°ö$?§ c!EUaEx®®cÍ4Z½“W¯¦ü9A¬¾b.h,0–…Xý…ëó.Y>=ÌÌ4• É<ã5Qäæ:ÝeoB]5½;ÃÌKqáÊÏÔ*éV7 -/—§PWŽ%=ÊÖÆˆÒ»"a½£èYÞìš‘²?öœ«ªpI²îWFn^§„Õ|éûº«ÿþ÷Œôr ›½‹Õg˜µŠ°\9•ˉ©Q’䈫F¸‡¡;þU†—1¢Š…˜'‡Ù„®…ƒ×‡ ¡L”`|1ž@’»q[›5‘f€˜-a[´•GËQ’eŒ>FdЍ;njډ1‹Š‡ƒ'Ÿ‡V†>„”„³†) æš {fјxp¥šÀ–JeÞ—¶”[)”Ñ‘îP¬‘óÑF -§;‡Œk‹z1j‰£‰Y'¤†ã‡Tl„…s…V • Íz”xž9oÜš_›”e-—N˜ÖZ‘”h–&P-‘Š“vE¢ŽÆ°;:Œá1<‰?‹"' †~ˆ‚“ƒº†„† 9¦úyÒ%£åo,š ¼d–öxZ -”š8O¾‘0–óEGŽn“Œ:ô‹±1ˆêŒ¾'š†+‰Š³ƒi†¢ƒÇŸØ­y-œÙ©`n™Ì¥ d–¯¡ÓY“ÆÿOdèš#DþŽ'–:¼‹k’0Ž!'•…èŠg̃(‡ÿ®‚mpwuª^o"lã¦apÄbA¢žrNWÁžðsöMx›Fu¯Bô—±wc8‚”$y.q›zå$¶*|µu‰Í~¢;­&sêvÍ©%u lP¥Evaº¡“w#WKôxDMšVywB³–Èz¬8g“?{ç.}º}-$íŒO~wÛˆö×€t¬zWv¨zëk¤¤C{ta, {ìVÖ|†L»™r}3Bt•î}â8L’o~™.‡ŽòX%‹€4ˆ:€ð¤«€uP§€¥jù£R€°`šŸµ€©V[œ%€ÁLY˜“€çB4• -80‘¯0.‘ŽAa%GŠã ‡–í~æª#†Àt˜¦H†SjO¢†…Û`ží…SUÞ›b„çKõ—Õ„ˆAï”g„!8‘ƒ¼.“˜ƒb%mŠ:ƒ͆ë‚ã~9©bŒ®s륙‹Êiª¡âŠÖ_užI‰ÍUcšÂˆßK’—:‡ýA¨“·7èh†+.ŽŒü…L%‰–„€†?ƒÊ}s¨Ò’†sD¥ ‘$i¡R°^÷¹Ž"Tùš6Œ±K=–³‹JAk“I‰Ü7Çäˆo.‹Œu‡%©‰ -…ÁQ…­„”|·¨\˜Qr¤Ž–uhˆ Ô”ƒ^u8’sTŠ™·~Jã–8Ž‘A)’ÑŒš7žlŠ£.~‹ýˆ¹%¼ˆ†è„…1…C|§õž qõ¤#›Ægç c™a]æœÁ–ÕT™A”ZJ•Æ‘ä@Þ’a\7kŽýŒÑ.g‹ŠV%ƈ$‡ù¯„É…Ú{i§Œ£ÅqY£Ã ügY ž]iœ[› S¦˜Ü˜ J+•d• -@›’‘ï7<Ž ŽÐ.P‹3‹Ç%̇ˈåÒ„t†Xz̧)©lpÓ£o¥ûf柸¢]œ žõSP˜‹›mIå•—ã@e‘´”97ŽT.>Šé%чƒ‰©î„0†¾w„¶Mn'm–±‚oÂc·¬äqPY訉rËPJ¤=tmFñŸòv%=v›·wÞ4 —~yž+0“B{d"™ }|‹~èw´ñtAm.°OuWca«ÎvcY˜§w_P£@x€F¾žþy¶=ZšÅzõ4–‰|=+O’M}ˆ"ߎ"~Åꊀ v~³ÃzRl±¯1zåbòªÀ{oYA¦‚{êO¢K|ŠF‰ž}>=<™Ý}ü4•©~Ã+k‘t#R€MI‰Wuë²¼€;l.®-€\b©Á€qX᥋€uOu¡W€–FQ€Ç=˜÷€ú4”Ø2+„´q#QŒšµˆ©‚ub±Ð† k«­K…¶b¨ç…QXw¤¶„ÚO …„~FœL„/<ö˜0ƒÝ4”ƒ+™ýƒJ#…‹åƒî‡õ‚ètో‡k(¬ŠÄa‰¨4‰îX¤ˆüNŸ׈'EË›£‡_<Ì—‰†”4“s…Ë+«T… #´‹7„X<‡Bƒ¾tG°gïj¨«óµa§™ŽdW¨£jŒõNtŸ@‹¦E›Šd<¨–ø‰3ú’â‡Û+»ŽÂ†£#ÝŠ¢…|~†ª„ws¶¯Ù–Ij*«e”™`¯§ ’ÐWG¢ÚçN#ž´EQš‰_<€–s‹›3é’^‰Ù+ÃŽ?ˆ%#ýІ†¶†)…s:¯X›‘i®ªã™z`9¦…—CVߢN”äMÌž,’Eš `‡k½2mñ†¬Šwr`„±y¬sÉ„+h²u7ƒ¢W±v¨ƒFÑx‚~6yÙ&zïÌ>jø±»fl½ª™ni‡™ÛoðŒ‰(qpŠËxrï‰gÄtrˆ8Vöuö†êFPwy…’5Çxô„.&&zr‚¢ÊŒj™Æ¹Äkß—]©m—• ˜ro-’݇æp¼ÌwwrKŽ¿fßsÚŒµVHukЦEÜvùˆ‹5’x†k&Cz„ÈðiI¢Õ¸LkŸ¨§¸lÝœ—8n€™˜†Ïp–¿v†q¹“èfsU‘U±tðŽ@Exv‰‹^5exˆ€&[y§…eÇh¨«Ø¶÷jy§ð¦|l<¤–mæ Z…Êoœ¹u¤q3™earØ•{U't|‘×EvŽ&5=w¾Š{&pyW†ÆGh-´»µÄiö°-¥Tk´«¦”ým_§+„Ío -¢ÉtÉpµž_d°r`™óT¦t •yDÎu¸í5wjŒ`&‚y‡—Å®vsuoî¨kcŸq£¢ISásZœDTu•Ì4ávèŠ&œx¯‰0É$xci»¸ïxÊkרšy=mæ˜yÂo݇…zIq¶w zÓsŒf^{quSU£|wE|ÌxÎ4g}‚zh$”~L|2Çv3s0·vÙtV¦Öwƒuv–jx2v†xáw¤uÎy“xÀeTzWyÖTÏ{&zèDk{÷{ó4|Ç|à$¨}¥}æÄòtU|dµu(|¤¥ uü|ê”ÞvÑ}6„¸w£}t«xu}ðdbyZ~QTzH~°Cã{63×|?$º}ÂírÛ…C³/sË„·£^tº„9“nu¨ƒÒƒ{v“ƒusŸwƒc„x|‚ÃSay‚‚gCkz‡‚3›{‡„$Ê|€úÁq¡Ž!±prªŒÍ¡Ås°‹Ž’t¯Šo‚Bu¯‰Xr“v¯ˆBb¨wÀ‡/R·x؆Bøyï„ö3fzþƒÁ$ä|‚q¿op³–دÝqÌ”½ Krà’¼±sêåt÷qvHaÓw&‹}RxL‰­BŽyo‡Ð3:z‡…ç%{›ƒÙ½éoíŸs®vq œ Ÿr'™çŠs;—Q€tU”Æp°uq’6avž¬Q‰wÑB3xÿŠƒ3z‡ä%{8…¼‰oO¨­+pl¤„Ðqˆ¡Žqr¢ÆsÚ|oÙté—+`mv “ÞQw^ŠAÞx–)2ðy‰È%7zã†;»Qn×°ˆ«÷oê¬oœ¦q¨\^r¤T~!sA Notjœ<_Áu¨˜&Pˆvî”AŽx0Í2Íyl‹•%Jz›‡8º9nh¹ ªêoy´M›§pޝŒrq«ªÍ}MrÒ¦nNsþ¡._.u@œGPv—LAKwØ’@2¯y#2%[zaˆ¹FnÁ‡ª -o¼ šÙp1¶‹²qN±|¡rx«‚m¹s¥¥Û^¶të OÅv>šIAw‘”j2˜x莔%gz2ˆÀ½l~ói.®b~¸k^Ÿ'~“mtž~Žo`€~”qCp˜~ s(`Ò~ÈtþPùvÏAI?xŸ1¶„zT#Ø|;»~|Ër -¬“|ÍsTw|âtŽÁ@Sg`¥¥¸ñœÕ²TcÙC‘)Ê - -A¦äå½ÿû½LV aPAÖ9zw¶‚XÔS[Zzâö®**özí÷•̃VâSø ¸]r7Oó«Ô;ð¼lW¤¾ ~£xÖáLã×Á€/á'ÎH°¹hwG¶³©ÄH¬\£Å®€™P–<7¤Có”ßÁUX¾»â«ýày¼É9âŸíÒñ6âÈ`¯ÌÈ„7“ýĄ݆́ÆÓ}j_ô, ü±¯éÍ9II[¤±OÔýˆ@Möý .£ óh v,¾žü¥ÿ-B©¯;„üª­þ§,Q9¢œ”]U a«Ñíòñì4tŸNNÃvñÖÉØ3ÎÇ·0ìç/á2&Òîl§}ûR¥|å,ÓsdŽ6ª*Q—§e%“¨¹LYœp¤¯þ!©=©ò¿Œ%*:|]€™|®Ó¿A=—b7 -…LÝé7’+õþ­ziDÍ-½£ôfU¾Ü€ÄëæË#OµßgµÊ¤e ñº®Ä=<}¨žô™À*”§ `³<Ðîboö4HÜ[ Zâ%}Æ$¹t›!ˆ¯”~W·Yì«Þ*ºƒ¼Ñ¹$î•׺…]CsK·øT`Ž[§fì¦r‘ýà÷¬;]|±KÕì qm\1!é7må”ÒF©ÔCz§aH´×ÎO8!Û¢‹Bgh Ÿt¨¤Å‰ÂPÕýr`Íß>$Nî3W‰¯u§jŸKBº²-’[ÇÚ$9Òü¯ÌTdžábÂäZ­gès™Q×à3Í){甎9iBí± ù±“{Ä_œokòKÿ¦]-~wzy.¡NÄ—¤+Ú‹2nHZ\â;¬a'fòÊëñÿr·ã,ñœ}ˆ9±yù¶Ìqa/±‘~`‹ÎôÂãוֽƹ²%1xaIiÄS‹Ž>Ä£Õ—yã᪼}‰xºÒ2Çyù Ï—¸‘Vá§ØŸm›ðn&µ}1|R^ÛǪ܋·ÀK:kÂÏk?LÃóe“é(¼Pò"ö[øHs?x6¾@uÅÓˆ;)…¾o³½€ogÕm#0Ñø— 2ì׬†nu͸ n®þ¥Àzè­Óþ+2cל²Ž]zØXüÈs¼¤^)<(lÇá#Ng2‚Éö³ÕqඉVÏ#Í.°|oÍ£u™iæàVÕ§5œY)ßõ ÜVnæ9¦K…;!¯üŸí¬äñV%¨éN®ŠDW¥jÈiï?ŒÖÖ<ÈkÒLX}~Œ0U{w+Þz\„óJMBGè¡Î´›£ä;ZŠAÄà´.½¬2Ø|Ö‚¯;üsß{r`ljª® uÍA‡V_íQ †ËË„KÀ´Æh·®‘?móÔez×lPÛg‰Õ/•¯³ux¢âQnyþˆ|"_•É?=ªŒAy³"IŽJ¸¿bS‘h`šÑë@úµU¦|QUŸRYp[¥WÐ….ÐQ^Ut4ï,NüÝÁ î±Ô:ú·‘-fãeWÝ1 Ø_2ú-Ö•t |×2Cé€lÖoTlD^)·ÊýeØG>õÏà:Ñ÷Tì¯XOôÖdï¬etÐÁ=“~ Ÿ$t4^e}‡ê'RŒùòGÄûÊþ3ù•|œw ¡×¹Ã䂜^öi·¿—ùHúGå2‡É„èq2ÏÝ™Ž"YA5BVØ,£\ÉÎÆ{ü˜\_±“ÿR¾€×r><*;Á*¹±ìæ>’:θ²#{‡é^Ö+°Ÿöf:ÜÞP˜ååCs6¡d5e8ÄÏ,™,Åùßã’XNÓÔ2·ÕEG†UHêBºI¹n¯5m/ÿ=Лêç‡ÝÚ)oN+ØGžeÓl$¤ãÒ°™ Ó”²•ÝìnfBûPÚÅø”}Êš¢;JRRèUŇ÷h©vuEÀå£<ç–Eþ ,"wñ+mêˆ>vo½%{¶á^é;«0aLrÍ|É0ý­^% 7U®Lî¥ÚÊÛ÷XP®¥ŽÙä M››¹_e/ØBLÈûmΑ\Dí;6ÄdYÒÌ46»ÑÁôoâtlýFQ:u¹fEòÊO7‰’7´ÿÚ1M)Õ¹Ž5É‚å¯t·Ã?òjž1S]aÅ]LXûJD›LûÅKi3cOæUÔð! !_Ö -"g’¨>xG=i¥u­#ÚJ26|&ÜUe6ÿÁù'ÕÓL_¯FsŸ™s*ì£vúýÉp}04u vèÕ*CI¸i!€ÆŠ‚" .†¢JA‘„Ì—¼½3^{ƒ Ö…ôÔºªbEz¯Ôr\U´àj{ß¿øJÀo¿Ìñšè=³ô-u ãëô++å‘qº>ëO³u&ÑÇÿÞÒ]žï=T½¶èsVš\¢ŒGò;JÇ Ë -›F0iýžóôYSü0y¼Äñ‚H”ã«wâ -Ìo½¡b<Æ‘jÍåJùBÑ–5>;T -î3DËž• 3wKÖåHhYiEêå\6+>’èUdG0¸Fymµª^#œ:kÚyQðZá`J)3A†ÃŠ@½ýH9¿ø}FÙ{ ”: ÂR×îêä¸SøOADvZóZüŵýBgä p˜g†·ê,öV£ §FY¦˜™:¾ì{ªK·v¿‘,Ò奨]{œî¤Þx}£wßG~ÖozÀwôoêÖß°Åþ^$JhoÑËÑ C—ɇHgöI¢‰‘tã¹ðo±V,&7ÊÑD˜'î@â¡sBO8’ðAÐL«›Äô2ºŸþCsžÊ¡Ý¤wHÊ1kÿ“ü»Ä »M,ŽuD¯âK6~ˆ\lj‹áKè"árè_ˆ+?¬…Ü8Ón¹ŽçÓB®@ÝO^3=“Î&lƨ,_\ÊM–añÌG1,C)ÿAˆâ(8ß \…¡üB‡›‡~UVHµTÜS‘ÑöïŠÄÄb+¸¯{ÉÅ$=B‡L.1‹‘ìPx&ì¿1Ћ¼É¿¦wÆXÃszÖ‰øi;Ú¤ˆ°¶¡‚ÅøœæŸ3êѱú¡ÄÝÈÍê³Û~€o——mÈ€†-‚U™à¿ ¿úÝ×RCüuwqWãpÕùœ¤¢bu.©ô³ÝÉo+PX: -2®™ÍÒ¦Äp£Vv|[2 –YÿÿÈß&;] -ŸP ¬èÀ‚µ–8EvÞógJÿôhãÕ¼ÝïYµjrk}Dý ì'rTs)ø$á©ýJЇI.tä¢î -#°Ûµ0К¬½(wåÂ÷Ü>Ón`÷ç€A -´îNaXÝì-ST¿NÖHzéN7â -ýÁ: —{t ú ê½­Y£w±ä J]ÍøöÁ £Ö¦g›àð]_ÓWáù[ô”Ô–Lh s0† A)‚iôSÈßc¶@ Èqëê‘n)×N”|bj%óò }æÄ¼ÇÏïò¢EØô'ÇüÂæáã¨$8Û‚}g Mð-ž4{ãVO³ -q¦°âtÓ\ÃxN¾a%«Ú+c -·„fêõíæ6ÒL ½„àÓÁáèu¬Ú×ñDãxI Y‚¿´ÔTÌÕn3ëí2“´f8ËãröÜ£'L% žTܼà,T…½¥ðà¥h -aöý| -;Á¡ÈS|ŽE\§Ód˜—ÔDúÒè\ùËþ)vmyöž•´ÆúxgyKŠî'Æs¡ÿÄ,ìâ ä%¥¼ãðßy-`#Úˆ-ãúZ&Ô¤ét“PúÊÐU¿u<3T³>µ™^^é³Ó‹ÜoŸ]ˆßàº× bkÒ £H-$øô–\Êëwa¡h—u4J5`Jk‘J 9-YÙ—ªáfªˆú¡–¿ãéV™ÍÃa›j}aƃ $‰=.x£y÷À%ØW¨W“ G¡jª÷È5KçÖä×eoªÌ,¬J!ííÒ–ø)ˤìëMóÌ)%½kÝ ýòë"’Ù¡xêO>W»-'ñfm1Ü`*Ú®¼ZÛ(í-Š®ê—‰³,¾Å­’ßlX©w¼’•ŸŒ:eJUˆC^°•="]¨NñFHWíŒå“ØpÖ‡•¾Rܪɕî¯Vµ:‘¤¼ B2“lPRòÜq(2ö¹I…D¶°w ïBÚ 9‹8r;äàýw‚æ®ø„\õá5I?ù‡•vB7j‡ßÈøÂªÁ=’”Ül ŒUit ±Øìá‹Â.º=Õ Æ´Ò˜ŠW†OòBì©Ìt†«e„þ.ñ­¹ˆªŠ]hœAÊ#Þ0_±!s¨ÜKT@øcs|<Ñÿ “ip3< h«ÝlЍ"ÏÒ—‹Ùú9÷t%Á”‘¨0=5i6@ÌûˆÃL(¹æ{ò’íÀÏà÷|üÐ"lŒ|£=ZÕT--î,Y™}°×–T¾ùóAnð/ÿø•Uèo’ÓL.Ž”BF‹ÌŽ@8‰’‹å/#‡N‰˜&%…‡e³‚Ç…e|Ôš.¡prî—Šžèi”òœK_>’l™“Ui–ÎKÇ«“ÿAñ‹n‘8=‰7Ž.ù†õ‹,& „±ˆkÓ‚t…ò| -™Ä§orF—0¤á’M~Å5€\R,‚Œhè#׉|€„«†«)w„¤˜ðmê¡!ìdTÑàZ¼š¹ÊQ@—ÉH”}Ó>¡‘‡×5eŽ Ü,‹µê$ˆË‚ú…ü‚%v×£»‡×mA X‡Wc·†ÏZ4š†;PÍ–í…ºG¦“Ö…B>bä„Å5Fþ„J,Ž‹ƒÕ$&ˆ#ƒj@…Oƒv£’lŸ°Œœc/œo‹™Y¿™^ІPk–S‰ƒGW“Eˆ†>+W‡ˆ5*r†Œ,Š„…—$D‡“„®{„»ƒßuU¢|“8køŸ‘ÑbŸ›ÛYYD˜ÊŽÉP•ÅEG’¿‹Ä=ïÖŠ?5Œóˆ»,…Ї@$X‡…Ö®„=„“tµ¡÷˜ÊkSž–—b›S•X¼˜>“O’•?‘F©’A =¨^Œù4ÕŒ~Šá,o‰”ˆØ$b†§†ç؃ԅ.t¡užYjµžœaušß™µXD—Ç—6O.”Ì”°FY‘Ö’&=jŽ÷‚4©ŒŒØ,X‰4ŠD$i†K‡Óûƒ}…¯sT ü£Öj(· ìašüWã—f›NÝ”o—þF‘”ñ=7ޤ‘Á4…‹ÊŽ,Fˆæ‹z$n†ˆ—ƒ8†p ±)i‹gC¬Èk]ÿ¨˜mˆTÖ¤±okKÙ ÎqnCœés…:;™už1z•Ww¼)"‘ŒyÞ!"Á{ó–Š*~ p¯ªo fË«nq]¡§[rŽTƒ£„sõK–Ÿ¯uzBî›Øw:%˜x³1…”Kz^)N…| !tŒÈ}¡‰>;oƒ®Iu–fMª(v”]-¦,w‹T%¢hxuKLžŸy{BºšÐz“: —{¸1Œ“V|æ)vš~!¼‹ë0wˆp€MnÔ­%{de¸© -{õ\®¥|{Sº¡\|ðJ÷–}|B~™Æ~9ï–~³1Ž’sU)˜ŽËû!ú‹*€žÒ‡½Dn<¬,2e-¨D\4¤&NSQ sKJ£œ²\B@˜çy9ΕB”1‘¨²)µŽ -Ö"3Šnÿ&‡‚/m¼«L†®d±§C†L[Á£^…àRퟰ…fJR›÷…B˜5„¤9¬”“„H1ˆúƒî)Ì[ƒš"e‰¼ƒJq†Pƒ -m ª‹ød5¦‹([]¢±ŠIR˜Ÿ‰WJ ›TˆxAЗš‡£9Ž“û†Î1ƒc…þ)àŒÄ…3"‰#„p²…µƒÉl’©è‘2c»¥êõZõ¢Ž¥R>že=Išº‹æA˜— Š—9k“o‰G1wÙ‡ù)ëŒ<†µ"°ˆ…}è…2„nl"©P–`cD¥O”¾Z¡p“QÜÅ‘*Iqš#[AX–~‘9@’ꋾ1`W‰ë)ë‹¿ˆ&"Lj'†s„Ä„ükœ¨º›{bΤÙ^Z è—-Q…:”äI*™ ’A –Y9’xŽ1KŽé‹­)é‹U‰l"هŇG;„j…rk¨1 pbb¤K¹YÈ y›Q?œÉ˜IHð™6•Ž@󕦒Ó8ù’1:Ž0)çŠÿŠ€"ç‡u‡öX„"…Ñf¹j”]=´€l1T¦¯ämçLY«LoÁDO¦¨qÅ<•¡ýsä4Òev -@˜Ïx;&”4z`5•|a¹‹J~Teß·®pM]³0qkT„®§r§L?ªt D@¥~u—<” áw;4âœHxò-f—®z²&S“|f•ŽŠ}ó8ŠSse”¶Fuá\Ö±Ôv‘TR­_w]L¨èxQD(¤_ye<ŒŸÈzŒ4í›7{Ê-‡–¦}&Œ’~Kéžf¦‰z€ve0µ{o\…°¢{¹T¬7|Kå§É|¢D£?}><|ž§}é4ñš'~-¢•¯W&¾‘9€ 2ŒÐ€¹ˆ¾^dÏ´ €Ð\4¯Ÿ€°SΫ3€¦K­¦Í€»CÜ¢H€ãL-»”Ó‡&ïhà wŒý`‡þ‚9d}³)…Ú[鮾…PSŒªV„ØKr¥ø„|C±¡{„5m{¼WX]e¡GO–“ÍsÃúŠ—ªC®X:õßû}6R´·|Êt+ÕjOPõH™Fh}’ÇA&|1œý>ûSƒ…K¦3m3<³]™Ê@¿€ÎœÙ,_è¿üåóà@z.„=B1òŽˆàO°÷ýF?{Û…@–‘Óo¿Áåí´â8øgäãݱ]œ@ð’Z°'j@ïtÚ¥÷vAvË—´' -OG7¯Î\Ð_Ú–}ÈNÖí£±«yâù Y¹xÊ**n=ÚÀn±$ Ü^Óp”œ?ª¿ÔNi†¼ƒyŠÒŽœãŸÏ?hZCÙRr-ëN‹%ŸMo˜E0æ×¦¡,Šæ£žìðâénªuST_h<ÔÖç#Þ»à!¥äbýq^7©1™âtq¢Ä)+ûl¡ö5§5TXF/?5Âr0»jÓœ—ßÙÿw~Ñæ¨5ü`³>È2ucÞ)p¹*ìò˜€K¹ÖšÆfS*þ´W†ÝÐÌ}R#Ü(8“ˆ”sîø*”ÊI ÆÒSQ ž;Þ’‘×^KE<|qg7÷9àÒbá/a÷•Ç<¸™z¸†÷R²"(ì^Ø|tÌ ñ‡Øè>¤;rcc>ù¸§ymv -û;ÿ¿¾k²s=áÙRŽ\Óò¨Tô§àœÃç ƒWà=û»‘¡$D‹E!±»¢A¯ÂÕâ웯$ŸºÃÖKÞ?弓|ÒÞâ…Kç Ïó¥Ò¥¬6AŸtõ&ä&õÞï ¥~‘ÎÈéú@" ]ꕆçKÆÎ2­ª–†µÀVåDQûŠ2DƒqÝy¸Ž‡ËG™çù¿ÉýÒ+Á=²Ü}r¨;ïöv;œ÷MÀ'´4w·—_˜“un#Óèo/c­/pØÞCúpõfΖüQŒË=¥Å×ùkÚCA™ª3þ ä¥LÙ¾®—üŽºÉ˜^M˜)÷n{.*¯#1wبÖÖkK˜ÊÍ2»¡8g¸€þ–Ç׿J 8åßÁͳðF•1à*ÒªÈòº‰ùÉÜÏ´Žê¹µN eÁbam.P®:‹¨ˆ™³ÇZDßÄ}`¾J.ä#†‰ø9 AÿŸˆvè’vC@¯Úá5…Þ“Ç´Ó¼ÉÕ÷é¯ìÃ…BfiM¼bà]Ñ·±/”FÑŽÔ¼i‹KœQPk#8P‚®7À¿Õ,#.Fõ -’×Z{Æ^5Jgž˜µLׯHy(Ën_M²Ãª©œ‘28æÉо DÚ#¶€Ó†ub¸Q[GôD“•î­ Ô Ž›U‹hÿžûË4ÀhsÌÈT¬ˆæÅP0RïLáð«Þ¤.åù–Ä>ã¿°©#œÁ&Sd féæƒP¢òvûì>%¶ÀWfϳÎâh…ªH¼ˆ1†Šñ€ý¶0š“I¾#¼À+Œ»&Štn{.ºýé¿]œŽ<÷´KæàkÚ~Bް¥ÃéÔ+<Ú`‹»2°9oS7,TÕQÎ[’³šÄªÖ”•ZàHvè•Í -L„î[º<óiÆXáct7Ö>(ãþ¥¬1Ë;»Ž˜×*NvŒƒAå¹¶åªKM’UêÛuk’»´ó«¿ŒöÓÅ;.Œ¥ãžIðw¦_ݧ Wøïw?¹ô/«>&:xÒ„+¾íIË•’½§eÃ*ùn¬N5Õ¤N×ô×vEißU^\;…”=ö ‡Ëgî ‘v}ÁÞ*Aò¶.Œš—Ûn=Ex“d}§ô"Ò_³Q2V¾8¥ Un‰ÞH†«Ùµùäfí1ñ)2 º%ˆ#itMÇ(1µ8ÙÙI¸”øX¢ˆOd¯ð6b¾Â*ÿ›X¨ItÄçê¡äÂS+‹:JÄCs×~N¨áNq?Ñ‚®T#ØpûL°XÍW?;4NÓ LÛ¶ƒMö Aú,3xóI÷pO„òÃKP.`?€ânü9È xb[6jÁìUrt {eÌÆA&Æ” ²dÛíêÃá’A0îŒ<šñ±;>…X+nÁ··ðƒÄá–3H W¼DúÙ Ã|ô æ)úšÏX¥wÐ~&0ó:6“žH´a*º!2£#bA&õHìç)Òm.¢>k—XÜoçFüMið]ÄaL,~€<3ìÌœ‰&êe[¢ƒ<qKæ°€iØ‹ˆi°Ñ¸ƒ½tQãu(Èq±|+t·<‚ë…¥eû¡ÇðUÛôâ¹H„µ`grØ<¸5 6}‘…Ìþg°mü}±äÂÜ*?ÓÐШ+¯+²ù8CÙ.èLõGºIدâhQ(¼¿\—цˆÊ¼·ü„·> ‡¦˜Ëýyô‘1H,Á -øÿ¹Á®³ÝõVݼÖ?Ê„ºýÍþL7Ü Ó-Õ²…(ìU]Ÿþ>P±oKiß^‰<(möGq³]‡Í5”ºý†™¸š:³¶©+Åæ­[¿g=¤lëצ@QÍž— ëëÓåptÍ_ ƒðÝʈ𠄵ÿ9¨»õ8=a|ë6ŽEó™µÍÚƒ½¥ùÚ{=§hW¦ó˜æˆî¿íö‚hHÞ’°ã=ô¼þ]‚¶Õ”nx‰øT¸øÝD~·•‹Å(eþZ8ûT?£!É ”|oŸ¥ßœ›Åšy&ÿ±n€»PZ8ÊýSZ‘±œUÉþÜ2U®Þp…ÉPù>¥Gµ½¢$Z=sA‚fÕäž¶UqÅÒv&€½'“jÍl’Â¥à -3¤H_Ï$¨U ‰ô ­û†]´\7ì;@φ9QÕ‡~éºÚ‰=«ýûŠ)]À\UwS·…æœ&þ[ûKþ ºVwkG í½Žï£î!.a¯)ºÂ×BEaA¢^éC¼Ó÷ç.%.ð/¶ ‰ZÞóÁsŠÐ3Æîö™ -™k¢b3OLé -‚µ»îœíð"Ô¥E<c]–“Dx˜ØÓL;7çáo ¯Csñ×z³Ïq|œwíÄ/³gÞÃ;6á×kÒõ—ðÛU$ˆ_®°Ëµxo¹!Û‰W—Ónâx©!ö ŽYÐÐY8iÊ÷aq̰M”ˆòé‚<†•–Gà›$ü0¾½aºO©m‘µã>53%q×Ê‚´|Nù™X9>§ìãõ]økŒO$¾Àd…ásô·çÀ n³=ÜíØÅý žµ -ü§ÙZò 6dHbÁ@­ õ论û!Øç(YŸ -úlo|æƒï,&‘8nôÜøÙeq ª'[Z:G࠶û$ ­Ò¬!PØhJÍ;j+6õŒ*jý"[¾ó›{@Z#Z0S’à9€øöòNÛ’³z?+‘‹¢U–¥³e]¦»E’#ÆCÒ¾Ô‹ÜeÓ=¦L Qó¨ºÎÛÂÑÚñ•oÙ8ü‹Ÿ™Óèyû*Ë£¢hGºQ™8™oI«Q+ͺd*ëRÝõùêÌM®¼J»4d)§×ýî-e[á¦UŸ2ƒè®e+™© ÜÖbŽUÖ²&“—j1zhB¥Í±6m× ýÿ¤¶&ÒÀ”Â.VW¶H=  @Dƒ( áT@@@åF¹¯;$!ÉÌ|óÍL2“;@¼wEÝ¥òXE­ˆUÖA-ZÝzá£]Š‹Ë¶ïoxƒâÔr"¹ñä.l>¹…[nIãM[Ý=Á -I®c#–.=¬Ú+) Ô„¨½‘E>‡—!æÅ×óœ禔”Ë0²éã®U8)!R0&µßÂléI÷P¬^âxM*­¨ÓÈ<¶’ìC=VÄ}4–°@×çÆCÔ5å[¼ÝÓ úQ—°]½e9†¢öî±è8j縀nBWÓýd7yù@ “¢ú98GZñnB?"7‡ÀðöÞ2pÄØƒ5øÁàû¾ø¼E߃"÷4 -uòGÌXŒ¢¸£:){GX*¯ÖÛÃæ<χ´dÿ8U$îyÖÉÝ¢»1%ùk0Ä,‰K>×Ñrȸ'#·p¾S)©rál¬—ÎÀlýBÝ6¼SWX¦4æý¾ \5¶'kWþ9Ú[JoöG)y¹ ™%;ÝLøÊI+û§ŒÐÜî&µÁ™ýk÷á&V) -xÆ›ûôØþ@òŒ­µFÛUmA/Е ˧aä'Ü#e³d¬S¯,ڑУk@ÂÁù‡kƒs=%O±óÈ>lËÓäLôºáYT%¨ 2#T>[ouçÊŽR¸Ó=™-¼BôãÃ'w65àßÛ\c2º>•¤cÇ:‰l¶¨m.é ZcʉrA¦ ‡ƒr¾æÏRÙ/Ê5î>²¹Òé•ôO}ÓüÇ‚7’2ƒu1SÓ¥[Sf[rH“È/ÈnSé*®$]dÆ«\v -hnMm Gþ]Ý€wå*ps»JœNÀ´&O¢ß°’oÑ” ‹ª°¨>«QT¾,P½­:”õDWÃKr ÏÔ…î´V¸7,æNS=‚ ï0’+ü«Û[øXÜÌZŒS=< cªß‹5kSªŽªý뺋þ­<^?’µ–qØ$EKcBd«|ƒPÇý9$÷ J›ÜÙ¶p•¤‘•~’>ÁcµÞWE‹Ô´Ps [9+Š+²f$¢w™ù´µ¸=á\ٔɡ¶I–p1-¹â½öHEl^)ã²¾[°Fc)#gT•²ÊæìcáfA¬2N+V  ©T’q,GDÜ"1{¯…–ÈßÙQà2Íúfüÿë/ª9ÂR0£ðZÅ0óX^P¡èÅ?g|%OÇu»‡Éy|sD&1¹Ð Ò½­ñRìWvà`-Žt‹ATë™ZÁ2æ"}ªâ+:]q'@ñùHzu–Û½—Ì#_DX[ˆ×CÐNqÞƒá³ì"ì;ÜÞ±­;[¥T7ÚÀe–k©òHÅy[>K^ êH{C9(WÅ?'цðcðœÂ*€ÄuT5gðˆ×læëµ¨%Î’ù0³­Ëë hUK._ªØd$ój© ½$-“4kËã+ˆ}ê”ðh¨tÅÓœ.lŽf— ÷ˆËŽ}H7>!Ma;êÒ+;VóîËûÍWr'©ÓæÔIÒÓ¨‹_?é^ïø„?Ò8lû.+#9"¬C!cç£"ò©ãC$ -%cq´¢vFñC—‰·SžÛy2·„ZÔnL£­%q`Wó†½8©»¶í8 NàdbÉôoìý¨/u×ñ²ÎI®tl,´«4÷›ÊÞš¢Ë猟ñóSzõ°b(v@ë]å·½Jõ¹FïïÄܯûèµUñ£ ßåuFøËš#ĵ&²éL[ïvÍBëŸÊÏ•y6÷Uªrœ ⪬–.¸Æ?6F½Pç´ÝIù¸~Þo¾)xî.¿$uyKÞ8,¯$OÄ]­Ï«3j¬ZºkzKcåuVû‹õõ{viƒi×]ÕsÁlØ]ægaŠßSبÏ+‘šlrqe¿K %p½Ì^tÊD ®W/kNoÔ•ð aæ¾nhÕžIõŒhjWœrL|+LD?o:èwQ>/©óʦ¤{\cˆHY ÃyA6 ›[ -¥›ªÖƒ¥UÅfýZé™ìÚeÒ©=Ñj+7æ'æ¿2m›¶•=ñÓʃ¶WYŠ]+  gY€1tGãÑæt<õ@œ!gMê"Á³ì$MèH¾¦ -Å1ÅLð Säa¿ûPÍX¿W"1„)\)|+`E,F0h$E•ŒÊOk!õ!놚¢<’”Z’cC·gBõòÛpÊ/²†^; .^åÚ‰óÀK‚Þ ³†§š¬ŠQݵW¡IóO姬 ÕKælÒó‰æGŸ¢+Ø¡±òÔC¿Å$ ¡—¼D„ºžáRÖiŒ>7„v7o®X¡‹7-x­‰×[eW%iÓr¾Z­ •߇ÌS7é¾÷Éoä½ìà.rÁõÀ‰ ÖCt?Q/Ó_l·*/Ñ›- -âÔZ^fº*6Oœ¦gô™QÓ -G­eH•«"|Û‰ŒÅÆiü\íú#ð$#X¿¡BÈ­»¥ßxx€O›Þéœÿuu{mÆEeUë…ÄÚØü*ªG>hø:¡–h>ûV©Êg'ð6Å+×^ìåìh‡úóµÝGÊ -1ÿpXÉ¢<σÞe´±¶pþàîSvåúÿ1\ßoMƵ>êS´gë„„’ ©QYA”D‚¢ÌÊT@fÈß•½÷ „ˆÁª=žÕëÕY)J‹Vñ|¶”¶ž£‚U¤çÿð~~xÓ&Vƒ5)Nªi<«yÓZMUíh{„9!7sòÿ)ý˜7ÑtµëÂá{5ÞÚÛ¥vçPý©üÛO ":β¡©$}«‘ÚBOZªÓ2ɨ§XŸR•‰œh̬ÌÍ C…KðLãËΫª_¹(M@É¯ŽŠæ'Œ¯­ÞÖè¬Ó¦_™²†¨¶ÙÄQ-À®$Oª¦9„BÅ^^v‹ôþ -BJ„»IÛÐÕ[oXëJâì1¬· ‚`ßÈŠ5Žpvòôþ\k¢Eƒð@ò]Õ~#¡U.T`K—  Æá!Ѿºk˜SÕâxÂwëmXÁ²<—ȼbx ¸¸3L÷©ŸXªjÈ—•qÂ9"ûJT‰µI²E?EB âÜ£‚öóÀëʯí³ÀŸE Öt`2c†3>ºwŒi›mb´jh#û ” ‘­öb/#Ý-¨ÚdÔÿÛù_©³o'H±EB (±ä~i|¼Êü@_†íÐh¾…o$ü­*€7“­òÿAí‹T­ÂN!«@UP?x D×9ÃÕø -ƒ©¢¾5¯LÍ¥iŠÈ=^Ý%ùÇ;24qÒw ·•7$“d¾¼¹J0Iþ‚Ï`ßÁjè\Ð#0 ¼_'uÀwù¼u\Ï(¬5oÕ>Í1ôjJöÐt8Õí´wjŸ21Á¤L—›È²)é A"Hö†­„Qð·Á÷!NíÏößl~åG¬ÚÁ§¦ASMN•!ÈP¹û¹Ö£+H;¯Þ¢¡%RŒ©Ö‘ãdLù-Y/½¶F†ƒ7ôw-Í^äÊ9ô›eÄ1{Pj¢Ø49«õÿÝÚ$£. Vé—$$(Xš=d”,D©"Ô#WdÏÃB¡ œPàÚš3¾'KÊB¼þUìýÊžºš‡Ù î絚µýh=Hi±Í4¼Ž‹4ÍGbÞÂZ§pIšË¬ôÊÎõ€IYcMHÂá…ÒÞ^ií³ýÑ]sõw³½ƆZŽ3² ¦¤[OµðâÖ˜ò˜<’ŸnájÕ}y(Qq€Ç Ì“fʪ%^OÃT©¿' iþP§§ùR6͕Ӻšö¡ýO&—²Ú¢n{»`LfsIë´/¹~8‹ê8ÏÚ,o¬<'a -YU/ú2™%Šî;mÞ|’»Žå¦?hDZEÔ/mßqSÆÍÍܺØIÃÞQJ»ˆÏÄ +GüÐ/dÇ„\ÔÇÈ¿DÍU´Þ¼Üâù®s¼)ÆÙŽB~½ÍÊÿŽZid¤¸MbÁØkzº0“„Öà„£¸GÊD¡¿K=FB–‰+*½žM⯊9×ÅtSü;=ıC[ª¹ «'­QöJ—EEËLÈ F…è᪠\ð´·|  cN.<çš0öåÞrôèÿÊ|dåëbÒ±¦JÍçɧõÙ*KìvMŠâ ÒReŒìzI.™Ãt!Jl„n–ã:u¿Â<×~ëT®Èi>›ÙiY0Šw>7>ÓS“5º)­_,^}_å‹y£¸¥ÈŒ"K¯ÉVbN‘A“JŸ©¸—_3t²êU¶Ì§>Œ¡ö•×~žz [sÛf×xãòb{wóq±¹Y^©ßÚ Y¯Fs‚äûøœ’ô“þGdù©ƒ!uaÙeýëëÇh'<ó žTjç­&˶Míúy­’y†H0¥°î…{uÁœ™Õ -Þh€Q–/p¿=ÁnD3fÚ›¶g‡z‡š4¨Ç×ò85Ú­`Üå,n›&£­Él91ˈån ŸÔ~ ùF¹A@ ˜—ò„½Åü¡•L#Ãꣶí£?è«aáiYÝGÙèÔå NĶõ7–n ååk Á|vÄZM¸ÀŒþH±]è Ì— ‹ôÅ+ŽÏpï3Òú±¼8º½7ƒ×G è*à“(O\ü+Û–Ù‰‚"2ÁŒ.&Jô›…Þˆ]ê]¢,t޼EôSà 2/n-x,šf,?†ý@/õ|&ú:ÝY+zJ¹Ò^-^?gcˆ©äM¦1èÑU‰OGpUbñ Ú(;. i@F‘Í÷¾™7âM€©ô˜t—zÉÝñ(§ŠŸ±¶¿Ì8c/x•xI{ÔGô)ÇÁbô-Ù*Úwƒ‹‹è¾Erežº¯LÖž5×Ý/½LÕw|/Y ÀŽiIvü¸å)â#ÇÞ!Kˆw´kᢈëÊDè"ú­TaP\8ì,|ÑŸ¨‰ÉKí5¨¦³ÎtÝWRK;–+ J±/?Ѳ]V@Ž1&jÚ$èˆ)…ù(#™‡—¢|Є/Ôƒ ƒ¹¯<úÅY®0m)u‹+G}‡’dUÙñóqÅ]òÿ¬¶&Àuuœ¢VQ¨'!€-‚ -("²GÈÞ_¾™|‰IÈN‘VAeˆUQqÕ¢ˆ(Xë@±µÂ\µ-zýïó¼,ý†°-/Ì“ºŽ IÚm.!Úu¯ó *FU‘êÕô¬ôí¡Îú0kï¾ØÚü¢Ó‹«¯^v-ŸÎõ-,Ù–÷Åk­%Õ4k˸Ymøzã|à Ý—ÃÚ†ó”jŽêCO0K• ŸLãDPh5&î-,€Oc|–/L²u: â9dÖD~` ê^…† b(ʳóD0¸d&vçüa9b9 «¯²•¼¯Ì¾Ü}ü_düåÂãüpÁ3‘ £è‚6XÀCÚašë™ˆFŠÿE˜ûJlçrDò–ºh¬šÁ„ JS7[wJù\6ÒÍóã3ÐËéƒB6ÖÃâ3!ž&iòtBP'.ÄTÒÃgš²á`³–êƒwVðèvüOcsP‡±?I«¹A<éëôÙ‚½2ßý½ “÷€U².ò(Ü-&:£/doN÷eþ¤Nkü‰R¨.û¶^•d˜ËÀrÇ%«X×rœîÂÜ•i;øqÊÖýÂr¥_pªè‰âù¼RáF ESäê®-Iæ­ ‘Ù;MC¥âœ?f]a aÓÌ~};žCÖ­Oóò´3öÙ¿©‡ƒDaª:²²æRˆ(òJùugqº{ÉöçY‹Ï”PÞXÎiëhpÁ6—ñÖüž¥asó–¥Üã>5nÛç&ا 꺵YäBˆ¨ˆˆ>—Ú±5Í¿&ºÎ–¹£ªØº–²¨ü…¦†Z_Š^ÅõÌ묋–Ù)ÜÐ|jôþeÓ¥ jp$+À‹Z*qñQU¶ÏJ…¯Û ¸Qì”X»PÝšó®ú{$šn¬ 0—°\Jg'·qÚ‹ê¢Sù¡Ûƒ¢…C¦ód¤êCˆ“𔺥mfʶµµUé?·./òϺԴHõ8'Óî[iÓ5Ÿ(³¢r$Ù³½´=z>ï^ä"„ò½È ÐùŸ/€Ïi,'ÝR¼Î„{~¨SkÑe…¸¥ÚNyùÝx&M_Fÿ›I:––ô}·’u“')aN 7¦3DOM±ë pž6öT€›1ѰF˜—=UJê©c:½¨ƒÑ†5콬§Ð{îý”ÄKÝâ@àv -ô”lDä®VÜŠýÞQÈŘNvoÞ¶·õ” …»SóYØÅ@cE „«˜—Að.yºþ팀Kq´MõX Þ}rí–Ü‘t¶aìÀÛnÎQlÑg4«Mü)èâ$„á1Æà3:/yXŽm’ÀÁâýK‘1 Õý&Å“\IÒ¤:ÆgñÙcÖ„ÄÇp.J:T<&îý%ø¯¦¯I—&eˆr¥êÈ (J:pq”Å»w£½²J×Obl´õ2}gnìÑ_™É¹‹ -¦ÙqÊÛÊ?¸k”yàï•2†ö«à¬réa;`U Ff‚˜Â ')üÝkÑÍòû„Ø´œÚò-õ¶ÑV 0–šòXd}‡â:ÇQwE4Âý ¦ÍåjÆ'…Cê¿ö>õ©g,ƒzTsÜ :å„tL£xÔ|-çdÑóªô–mfœ¹µ@/¿À&˜_o¹ëò©á|Wc]b¢p“þË^žÈK—à?ùjìîJÄC5I0c.¹[š„”«+¦hkËÏäÑq¥™G®³¬ÀÅÒ•cáAi 7yæ™{€&c)Ø£ÿÖ‚{5ý„ïÑ›ªøÆ@Ê<ûæòA*½ÖÇ”A· ”ýÌl­ Ʋ/•ùR^rZ7'ìâ±,ÝÓ¸™÷§€Œ—Ü™0OWHAêäÿl Õ»ìqÎݦr#N_dÿ(sd®«ØØ¾ÕE”nby_ü_m}·'UxÞ2ßßG4e^áž DÂ{4\ãSÏÎúxje™SNÂÉk†h¥-)ÑÒè(ø†Õk«ÍåLuŽGø„råžÕœâûþËDëÝ _Œbâ|t¹æõ?l…UZ„œ}Ü<Œ\¥Úåh*# ø€ÍdE]µs+FÅ2Á†=’4 yG  -¹‘†¥$Dí.Û$þw“‡è#¦âØÉÂóB 2NÉ!,åY„-H²@™3 õ „¹˜7˜½û³8ŽÞá/‰D=H=øAlÜE&¥I®6¬¢‚ûe/@2Š®ˆpÙ"ð.xM ‡F`Ê<ø9r ~':-Û `~ØS¿q1K²šÔ,Éǽ]Úðni’Ë7b¤ÒDÁ(ÖgØ üGLLj’ÄóaP%±f»Cí¸ç!+ü ï‹øˆî—fûÕaǤ¯I¥âg²4—GøÙÛwÜ1EŠõ&?S£ÜTJš'‘ˆ²ŽY‡ÀãŠYq¯`Gù› ¢”û¥¢ÿ“w‘tâ]ò#®‹%òðÚ±~gq 3iõüÚ»bƒp‰v1@MR¦J4¢¶Ç…AqªñˆÙð°j“ß -4.7ƒ$ź•×HÉjʼnšvláª""×1ÿ¬†Çë0 -n¦—›ÐfÔdÜ­5l8x -lÕõ„WÃ!Úƒ¾‘~õSˆíRq\ÅâvåäÑ|¯ì¥eÇ»dLÍà>)~€6ós,—Ùÿ-8á 榃dp™ÉòëůæCøÂÈEÓ*§Üi§£ÕQë¡”’èáQT*'¥ç9§Nçù{¿çÕ9=N§§n¯ µf¸>†0WM6Ÿj«­]܇;ÆDʲ]Ä÷óùÆFçÊt¡G¡S’¯7lðê@ÓøeÍ´ìF[×;׿–e¼JØ$…®—^i8Yü‘*©öõ„=*ù´¶¬ -Øz/o -Õ€Ê.øfÔñ®W?ºX¿øŸ´lcgl•‹|æˆ ×Tr´}r* kAä r°Éõ€ƒ:¯¾;9^ëRóÉÖÝíªªÐm ÑúÂ7Þ`–xM"ú;MÍÒ“'º*wÉ±îŸØç%Ç^jÅÀáײߕy­³êTsMß&MiN×·fê{pèZ0¼bÒw'4UÖî5‹4¬­ -ü¯lIõ5bu®ÂðT AæiÒUÅs/¿”½„8¯ÈO>O.PNoÍ j˜Xò[`™ˆ¦Þ¥Êúõm¾€î.ê²m@¿“=äÍXH‰t«+]"ÄfTN–âYšeI¯ñ!SÌ‘:†,$†¡9CJ1Aùjº;+{+iø¦:”[„è4`)òVû§ì -j2²ü°U`OR"v -v)ÄS0ø>‹Þ±D3î$°“[‰ŒC àfèËŠŒ1ýÐ 샭Èsé„~!)Fîa²ÝgÑÏq¯LÿÜŠ¼ˆÃ§È5‚Aâ$ù3”Òz8NµÒXEõê"¡4êvÑüõhÿaø.í¸Û ¹D¸¥=B\„h_ƒï£}<kiïz±VbøÕ«# 4p†Z˜£‡ -_Baü‹Ìqx%_º‹DæsÿÝâƒÌq»‚×£Oس"»ÎzxÆà­ [;ªÙVQTæ¬ÅÊÓÈ]5Dè- -½AùN¦?”g:»ó5œg4D_Gd†ÝA¯ÑB½«Æ’¹GžîÏž¯éR׎šæ45B"R;P-Wçèª äÀ÷·2ì`ù¼4dñ‰VÃ÷ÍñAW‘§F¹H>Ô×{¶b·¹öNÕÕf“ƒÆáÐ+Оnºœ/Ô]n8™njí;ºÀûÕ’¨رreP>âie¡Mžw±H½Ñöå7Ý”A¡^ع}®ÙØQ©ÌÐ&¶=Ë;¥“4oL_”6ªvì­µ–¨F褭&()?,JEfÍžÓØbƒ_M#÷Uv”i–Û”Gø³CbõZV[ô¨`>»V^ŸáÀŒ*v40íÊɨ0úl“¸71±P§Ç0‰VÿÉø­5òŒ‹LŠÝ¡§‹ë”ÏèŠÖ¼º[y<Ý‹®P÷%>§í­Í—è`,ð]=î¡ÈÄ?Åæl{¨U¥C†÷¨ Uj¦¶©ï•S1Ú]yïSqº+û2©d0<1‹ÊNmΣÄ;ðªmRDZ·kjÐT>#Ò@ ‰¨„â)qöQüDŒÁ³¹Ÿ¯‘‘´¯HWôLÂ2 ³n^IVâÙíä bƒ¢ˆ™5½T(ù]…"z8-."á͸ŽÌ,ûIÛÁt|‚J%Ü(ׄT¢„Úy‘¸FÒê2d>õXàH¥=Ê?E1~õÇøzh5¦á“ŠÄ.sS9îĵ¤FáiÜŽø~ü,û42“ðdÍqÃz 9b˜¹*ˆ"ݹe-'ôï–ÀÕhE™X>ƒ>3‡e_ÄvšSÚ±.£$>_m8¹/×ç®ÁßðR¡Hã`–8ÊÚÊ®ÀGª§èùHŒÍ ˆ‘›UÎr?4¢‚Ï^ŽvYߤ¸`XJãÆ1«y8âk|±)0àN„<þH¿\ÐBláêÌ7¡7·)w¸­þ•. ¨ýK¦CŽÙ'èPÛå½u¨­²&ÀœË÷FH1»åý€+ørS¯dž*Aþ”GM㪭…Œ‡ÝZ¢µ‡á5õJG‘õ.Y¿#]ui{}Qo»%N€vU}±ó+ï¨ÇN•]xqRpïÔ‡§¡¿ÛGTC':R´ËàøöiÜßü*ˈ$jÜ3Š ÖûnÿM±·nz†ŽWÍ °|«Z¨Ä^šç fpµ~¬ (ËÎN¢ÚÍq¹ -]—)¡ [ÕÒB Gä}{]õwèv›ÞOåºÉ‘·jN‹G¹)@⽂“à Ý{ØßÐ1ÓãËÂ>rQ,óÕ H±ZªÐ(جd} ²iO_£¾´}!ï  ?ËaÀñ5ö ¼Ä;˜5¡ë$1I¹&nesÙÃÅjn®†­ª'1n²žÄ#Ô½ÆD9Üüœÿ3aPäºà:•Äsµ"`Þô¿*VÁ3öW¿¬ÛjÈ« .ý“ ”‰÷ž§çéCÔ妡Ähòˆ|2ò6aW,ð'qFÌ`M¥×:ô°î”~À +—/°ïxµ<æVãýRý}sÝ^gª·eiú’R !¨Ö¬ÈC¸MõŽ;¤éçJÐ º¯zä7ýgŽ5¶lh~ÉHù5t¾R[’J´"{v“ûT;)¢DýP‰ë5W#Øv†?NëÞpIÔ øÒk ‰·h ?ÍTÓoô:­ªZLyéVCd˜Î˜s‚HÓ¯Û¹—臄k±N`s¤Nòo¢ž`8÷(’ þÈY wAšlêÖøù.ØßBzÁ E×\›³ -—²4³Ãò„sè,,\†n†%üóH+\ʽÂ5œ$è¬Sç÷H¸q éBúUÑÄpÑF¼™à!¼'m :‡»%Ô¡[1(âbG_ñOÂ/Ð2î8yÆ ¢UÕ’3Ž5¤±†UθŠ}¹ÏŠ1³»W Ÿèë©§ÑíÔé„õÈ iŽ8†,'ªùp .æÎA£X*grA [»ˆ}¶[õÞÑf­ÌŦ­!…Ÿ±uæþl;ZmrJÍAÎ$ñÓˆs4¢6QOøjè¿$Ÿû;$Æmœð8æ­œÄ/uÝ“Má.þ1±#¹A-öðì-È‹¶¯R4ó\|;ìq.ä ~Í»î#Xû•”qøµmY|\lñp‡&Œ›ù)P,“Í} ~Cñv½ð$eIgPÉeY€cƒähù];·RYPÑTÍËzc‰ª}µcÀ”.‹{a¥á̸|}Ð[z¥â™_)U]ð˜ÀŸj‡™Ÿª"é{xõ±r¯¶¼ÚßóG,m2׬|Ó âA†·Mö¸>V(ŸçнʼeÔ"U®Ÿ„hÑõ Çë—´ìùÒ;u;Ú:ëm’hËýÆ”¼ÏfnÓëÌq£T>˜|†QTÄíf8­ëÿ lªG<¹Rs̯ïÔ5x±(`›\ØvY^[`]ÝRSVb–):ó„Æ å?3ý Á­ï’#‹:,ΉvÕT…=#µ]¼-„@7íw›Özþ ¥Á}Í[­Ej²¦É<® /í4…hær; Gµd†ƒõÔE']¥-º·±ç©Mú¾°kÄ$°ƒ·WüÞ`¾àˆ×ä¤lJ³p@{õaÓ x£ä¹1\Èub‡¡ ^ÌV(7i?ubcUd9t&ì0áÝå…a7aWT 'zI‘hkl4»ãèþׯa<¦$Ë ÂÞìجGü]‡¥&}M~FÿŒ'FÑî0סq¼P, -yጼBŽy‡ÿ47 ›DlÞ~¡áW¦¯ø«§g÷.cÖÒËÅ™Ô!ºJî#Kb BVŽ½Æ­¼MèlÄ_„Ô£ÿñš…hbƒ‹Ña]YÕc7/û2·M“{ ´ÌH¦¿¤< ¡"51ÁÌÄü„wÑ¥aQXù˜÷5I´øgÁŸq?Ž34…Îמ;ƪ³Ýí¡E=L¢­mõÀ:™ÞN¶›?Š"ˆ\“gŒ4¸…¹¡Ÿ˜Å¼%ÈåäŸ"xœMб² ‰’*uìê`ú玿rnPûÛ/¥g’›l2Ñ"ü½uyŒ»iR…¾CÙ{Ao5ï_ç’Ë8"(w–Ún+åW,?À”»Ê»^Wþš}©£¥Ú”¶Þþ¾.CxªM[ÏÌ[|ï‡d§å½î,£¬óɦ“Õ÷’¯s©ïUÕ–—tU_.xÒ¹¥îËìØö9YTê·6¤A-,¶ú4]\3Ͷ¸†ì4 *%Û™jÔ§‹j=*ˆx}fí\NÊHL]_Õ—lvŒ4nÜõ]Ñt7u[Ûfy§p©yNQ%è0žjIbMê¿Ó š§>3d¡îŒÇE¼ÐÔút½j6•Ýîh—ÿ;_מ¥ˆØµÆÆU6¤\¶¼iý>á„iLý…@bè×d†Ä0m_ öÿ Ô‰_S‡ày èÊ*Š !¢Ž*IDáÒp•†+\„\ïÊ{¹oHá¡Â<ñ¡³–Npj™+xUp" u¶c[uûþˆÕÕ¿%¬C R:Î ”)‹èæZ0ÇÛv°.7mÚâ+Š`Dï©ú‡âë1éÚKõºÝõ€$5<”ÂLÊQé[B |Wö Ž ¹É …¥ 9ÒÙ'¬ikÚQózéGv€Ñ]ÆLø¯îŸ2{ŒfZ6¿ÛS5# -A—åʰ¥§|ŠP -;qÝ`†BS0dKG²¦,_€—S§Md°5yÈ@+út[ÁúcMùJµ X÷CÃag‘2 `…Ô€7ŒEÁV!™•l.DGR Œ¹è®äcú"¥1!G+@æé'Õu3òÏXÜî¡‚^† ÂO!:á´üÚ·òš,—u&W;ÂymèÖÜMú—®_}%á3ÍM•‹^¤šÆd‘Ì ÝG~§ Wº‡]€Á?Æ@4êÏP¼ïð<-«Í¹ ¦5&Gbð0R“Útëõ}û'4:?:U•©‘GV£¨j„üD ë‡æ”ûSàvø¼±ÂeæKÍÜÆåã7 -‚9!zÌúER†ÖdNØoScèk±·zrd¢™'ßBRU'Ãz!*"ÌÓˆÄS$Bã¹Ë§¬ÙM™ë;bòªokõäEØÓ¼ºðy|‰}ŽßI{fûk©("Ì|OÀ"Y Ï«ð[J´K5?ãO©>Ô øÒQv=7·ôdÊhiË/|phÌ•Âb=q––m¬(k¦³ ~ð5)ª8¤Sú¶šk[Z57êðø_°ñW¾=Ê ‰5çÛö‰bNÆÊ–›¥äC1M“eX"ûGÁÕ¸‡ +U4…%´º Â͘$d“Îëäuô-êAqXÀ^ô·ú_ü~Òþœˆ¶=«Ò«]+ËSFœ‚ª;,¯ÆÞ|jVÓL¿ÔþòÆ@E“†´bq÷–÷ª[¯J”úƒoÊÎd-³BgÚl³{­=%ɱ»cžmDùq1–«â}4ãBývÊ”>J²‘4¦1IW†â°%é|ÀEe¶ìŽ_/¼VÞ•õÔu½~)­È¹ ØóöÒ5Ì<"-‹s3ß–>‰Z2zÉŽPÆu²1Ò¤ú;yt(#ËÏ,"§!~ËP¦Âœ•ÕÜ„¤­p¼ö±û#Ì@kÀнg^0¢îØÀʈ¶`‘ž¨7ŒP.ЉÈ'À\xÈå¾iº¦¤¥69¼%ö— ¥ˆ…ñÀòÁźLt¸;ªOï‚÷PúµîÐ0鹪Š­R.‚w÷ÿþ"œŒ7påÎ9ÍîTŠ=FmM~ikSÝg-Ä~ŽåAÌ+ -ѽCwPš|%•4=B"Ce6Ì̇>B'p-Àà®»s›ÑŸ3ш<’MÖ·ºiÛœ«5ÆFžib£òt9ªE -¬~„Õ’¦°4åBÕÈ b ”@68÷- ‡ÈÇõ¹õ6§²aѲ3™mÍ6©þ¦IÃýص®Þ?*A;§=N©V«¤It“…šXÙh„âá¸À¨1}C/'9eøôżû,y×j^q|vGJ‘O´´¥–ÿuÎi)ýŽ| aB0öØòYUsÐ]Ãq¡hó:Mhë&=–]?ö¼7“7Ÿ¢í¾Wøžu¸3žï¿»íLÉ¡h^óbYuÖTáCæÚøUfâ'¦ëBï`o=¾Ü\ Ö‰G7}Dó$SiÊÓ`±0…ÜZºšµ¢ãRÙ™x·ÖE4£ ®äQ§'ªÓÉ|ëçÂ"ɨ­+NÒ­ó7_P™${|³•ô§´UÝÏ÷Øãí•¿c^ngU%ÄM¸îT÷G;©Â@êxƒ®ÖN.7ÿ& -"2 "q°Bë! ßüoì‚Ôè{•M¦"]&áJvÕIŽð>SÜæV{%ÎÕl¯»íæøƒè"uÔV+¾J›Þ×ùz…äIð%Môx:ú\6í玬”§rNåÔ{³éáõ•LfË›úÙ8a“QRC[°o”®£^³ê¥§ÉÓY"Ѩë’-/¨ÙrDñŠM~©0KáHõ팕ϲ=ÛÃä˜xײüiÇÙ£XI{ÐHWì¤Zn* -Èãa…“8 SÜÁ«šøkJ!°ÝÏõœ¿œ¤Ãúäñ6 -Âxãúú>.Ü1´Ñ†2ˆIí³¬|Èm†&ð!ñ{m4Øò%¶ æáç‘à6¿ "¸‚ÃïÈRmH–µ&b9ŒæPôlÜjûkt ­ÝÖ¬äQfr‹Ü¢ø§4f8?$ãB—¼‘,hnx4p<ÚÕ:(yW‹D[ƨo:¦9ûȾEͦ!ÖWªDªÊÔ‰±ÈMz6ú9ñ¥f%ò!DŒ>„g"à%h·̂ܞk»eú&iÙ5aÜÎHqê{b‡a] ­ÌzTóˆ*6ªEd‡n{C\TkÑô=*@ž$ÁvÄ1ÁPÁùnž(èt²¸÷l]'|s7*Çø¯ò÷ÕΖÜ.¤ž ”ð}2÷ -†Js*o”ïýSõ•ÙC8_ãIŠk‡Ï²s_|õ±Ã˜XiyRVtÙ[¤,öÚùJYEŸ–Ì”Wf+ª0è­(¨úz35ÿc ¾š:W+gQôЂ£§M -iŒÊ‰²* ŒàB6HÈÞyyÉ[™ì@!`˜‚" T\…©® -Å*•sÔUìiëh¡jý¾¿ÊòVR¡JSWw3nʨ»XÐ_¹’3®3ó…Š!„/RA’x¸‡æ–B?Ýä~‰áqýÊ=ªQJòOM`H;f×fXT”†.nºYLDÏVt°`F“•ëUeÀ[ê >YtU}5XªÔ86"òùÚ˜8šâ vœÀëuÂ~ô¶î·ŽÍ|´1šŸñD2ÃðœéøÍÂïðR…;ñ§ù‹%Åøó´_|"μƒSò øñ§h:îþº™f°ƒ ‡ Ûm;Ü×'­Ã†Ö ëJåJn—ÅÁ Íwó¤bܼ: ’˜ðØ0Êx’’Í2¼ ]…Ü2|ÒNÈ{ç¹U¿½ ­<ÝÕJ7¸~,ù€ÙäT+6rºK8ü㥽¹£¢^{VÚli§õQ¬]ÞbA(›•æé¡DkÔÛW»²Ž²=Ô7åôÁUWñ¹ÅíÞcyös¦ñ^¸¹Y¢™N)µ[úqYZ,Mj_JIS†[~݉L½mƒ9}»ÙµdZtcµcOacýžÂ¯ ”ÞïKf³xI•²œ1¡ÐSIeJ®ÎØÕ@WY?…ª¸b»z~`¾Ôz#ûM»¾&=ßÐ6§ìZÁ¯Í:9cmS„| ª?ÄãvÕrÁý*3•(Yì‹]ls…QRæRièc¸ÓÒÓ:38Uûòžu&—­*(jÿT{ÞÑê8™Ïw]dɸ‘ šœÏh !uB|¼òhÌ[àÃòõ”µì‡ÏfÀ+öõ%IjÁš†{RÝá~&a^/y"àÎSŒƒûs9O•¢©Ü>è{éOT ¢–Šqb+”FòEÕc„H\«éÃîkŒr¢êÞ‰´¼Wª„,$àéÿÅ.ÐްÇAP>/çž’ªHI½S 4fŒ4‘Û±WX‘£~¤>Ôfä}( ® â¿‘õ8ê„/åÛõ‰'À·r‰ôŽÒÍzŒÁKrˆàC¤%5[ù ¾Œ«ZÈeØ¿Ôj²–Þ²‹½n®ær‡KYˆ`*Öž}e É&U$+@†¨dËå]êg)?(žiNGë`жœ,Cót±Ä*«î—æGL·~áŽkì?õ‰öoyyz™¦ZЬo’ÑDÏõÃÌÕÒ|FÖY _‘’¯˜‰gG¯…¸8@f"8Lü{£»Aƨõ«*˜[ŽØÔœ7–Uj”/0÷HYÂæ„b¾$Ã4˜õ…삉šüL6~5©òÄHOKûLÍ@< Ïåƒ`˜h¥"I1TdW@Úm¥0 Û`EÞ¢—×\Åv©Ä$T¡¾C€4´‚úÙÂ? w·¸ Ž3R¥ùH<ÌA©ÂÕòlSá1Kµ-ý(L½uÃbøµ&uM=: "ÉTn6¡U³Lw¿v£ @»ÎEÞÓ6”L‰û´“P»Ô§Ë$|Ýá‚ç`´>0=]ªç®?é¯a!oõ“$ v _N¸«öáŒêó<¹y†ã{hêÅO‰d&@Y'á™Âùù²|ãý‚UòÍÆ¦­Ç[ëS <ÃäšåHž¡‘`q†(b˜zQÉÊëè*ÛÉ'—Ð&—^Qt‰iöÿñ寛åÿ)ôÀ²Ä%ô<¢F¸ˆq#Õo´×JÍ+‡ò‡”Z7ªlWµ ÿQ#Øk­ÚKü¿ÈÛ„>rz*ìpÅQ¿çÔrÒK¬ƒ‘ G(£7AÍöbu£öiP3¨› b‘ù¨Ÿ²E¥æßG•8ž†5Í ‰øuòTX鮸õ€ ꮘ¥¬pPx§ïT)¯«ª—RÎä<‰Ú¥¨×BaþîÙlAQúñ?`×èÖ°ˆfžß.²‘Ñ‹­à>óHøº³qÛ¤Š5ü#ƒXy™Àªcùny¥¦‹ÿ:Ï ñ5©½º*ž‰÷Ãfð™«÷áïë§"Æù™â*ÈÝt“PÍÜá -aéK«„ÿ ¨´ðØê s_éaõóßr³´‘eE©^ÈEÓ‘¸Nt½ñ·Õë±;F±ß"Ï/®'{õ{ÝdÔ2þ‰ý¬¿JÁ½•Û*— ¯”Áwe÷TËËsŽih{ð¦}È|ëH\¢îˆ…_=K0;ûyàæoÄd®q½[¸¢oŸ&ý_ývΩôl]/ê®5²e*Ÿêy9®ê›Už›–iémÞkÇtŸ—{„žG´Íô}‡—šÇÄMćÉ7¾høÍ]·»‰]SêܼN§–ßnx&­S6Õ—f·¨“kï¦\Ö|¨Ž^»i¯ÜjC³Ê/ùÞÁlS' ß™“ÜF@ˆñœ5­äHÁì–YöšòŒ£ÔEéѬÈV 7„§Íέ-B’ªÛB³Ð镾°.{ï$AeaÜÿf™d垬SÆu~ó,;}Å\˲6ævaMN ó{ñž”÷ì§²£kãØpÅþ; ÔUË}Øï£(Œ›‹©\Oq*’±‘ßÈ6A´(H·-¾ UÂ?eÙôZù!ݤ¬ùš×”…ø3ë‘—Ë]˜Xª(‡Ÿ±ÍÔBËUò¼ÌŸq!r!’ N)§”dRþªYIT‡æÛyб­YO¢¹«žÑ!øŠåôEòcˤ€ŒykÍ4~@ó›¬ÄïÚâ‰ne1E–£ØÖZàƒÜð3À'b;)é¿ê¤’ 8F5‹éFØ-è`ÂèÑ2oôñŒêÂZɽšx!Hù²œðf^&ƨýÄdÜÊàØª<*‡¶HîA ã>Ê1¦C0A`㌷t[ØÀ 1œƒz&á–Õâ ¹°Œ7ø.}=EüÂibÎÿäàªÙ ã%]”…3‹º`:W) £\“a7âTv,Ô}V–£ BÓHá÷ØbSIFîb|žü˜p4–Æ$3 ÃÁçÁTC²¤¼ÖŸõP×õBàÿ­·igU#䈰¼]¥ °·NC7Új·´a[­|r žk‘FÿJHÍ‘Á<©-›/1ŽŠz©BÃÍI»£ôWùVMDm)^§Í¨~«0"äv]A®µòú´k›Wò¬¯F7âlÁ1ĸeX’I¾7Ï]¥¦˜Ò„ýÔo†NîGµ­ÉÔmp“?ÒÞ®Ÿ—G7»öqúqÔ¿ú`Ò·XzÕÖè4\[ñ*x.a¶ã’P²É:]ÔÚË ÿ )ÎQuoÏn,TãÞ2M^ ÍjÎÌ× 5 -éYºž—“¤è뚇Ñø‚ªÁ•Ï IE·DD&ØŽ‹€ÜÜãæD!&½ÆT—ñ‚ð1þ’-UÜ4úæ)È6\*ìK0ßM’eãQÛôOƒŽêíê!ï0}&2è£Ć\Îê=È nX+ v[¯(r–ŸÐ»ÏOáGeKÓ^ðçäm‰‡ùZ•8Ê‘G4ÍAj>S÷‰w‡Ù<5|$1á*ä£)Ž-äLR#jâÒKw•Z¹UŠÖ¼,.PeLsçü4òÄÜr$3²‘ Dc‚¹(ÜÇ{%—BºzîäJÀ„«–ãácæcf§Ú¬Ëc v®¬–!s®iÔ mV1§±ës¯‹ fgOƒf±Q È;€%)»çiö ¼åz†½Á,ƒOá N#Ép˜ÐJà;rSN\R»hŒÐù†bn¨?¯|‹ÿŸ¡ú~kú@0®VÅ­õΕ!R0F¶deÈ”°‡ÌBBÆwo2™ZyÀQ‹¢TZ±ˆU±žŠââñô¬Ôu.,ŠruÜù¼?~žw¢QTØ_eªg2 ý’Ú’Øú.Çáÿ1$Û…†^ZˆÕHu‚°Ç´x¸˜ZHîòÀ2\¢ËÓ6?U”êJšz -3t¾3dzT5mŸŸØ¯ª7olÒÕL„.68ìâÕ­Æo,*a»±‡ùÕÃÝ$¥<—»™ñ;U-ák•¡f§ìæÂ³Ì³¼ÁL=Qð:±’ž_2MòœÈy!£d®‚0NìS9 ”ø¨f%¯ÒE°na?Ôº,æÇ|Å -úhÁpÁMj ˜Êˆ¤ø² ÇHy™C’@ü¤t 1NªÖ€+¸L#˜°›Ú¼lƒ^¡—Œµs)¬ä]Ùò´|ÑÖ+äür·t%aP.K˜Ž?R-Ýp«p ñÆú*]Z±XO@£·ôÞ5´Ð¸’mC'šëD‹²Qþ¥òÉЧ©§À†4+âs±ŠÊ½Öc“uÜà?нUµ8m˜"¨EÆzÞÒbe ›Á⊫ذÖG6IuÁù3ЇUbé Ô®÷Ü|–E]@çSÈãX@Rjº!¨GV'Ü–ÃC`ÇÞíP¡2*ã _3óÖ". A´ÀëÍÈj03j <^ -Á—¡o|à6XazìGÀñœrx6ü›êoD€+ÝßEÉ¥á=h[êBkâŽÃI¨6ò즋ß PŸ€Yðtª€††‘?ÝÒ¡n¤Ÿs¢óª…°;}­„€žÐI9O ãÔ¥T´Ÿò‰‹¬¤=r/¤&ž‰Aå„¿ÿ¨ × @(»ì¦„Ęç>´=´m”`;Y|b[‡râÀw–÷[‚Ï̓±/ÁGÕÇ#ÓÀ»ŒY ƒè0ÿßÀ'ä+|@´¹`?8Ï»1•²l¨o)ʺÔìk`JÍ«-`¬#-¶L±Žts-âDPnfùïÕŒ· ¬¤RÝh°‚Øå,åøRÅ{`tgNQ7poœ]\o¬N®Ökc³€?k%/Ž9b!8Ǻǟ™=Éàrú¢›\AÖ8o…ønåÒ:V†½ˆªÙš}!ë¡ýlÞ_)Klë §ÆDYΕ¸…7™cä±k!fL!õ•Ñmª|ÏkT‘rí$Wé±fÿ4 *ÜûòþbçtfyZÇ%—Z¥w£6sÊ´á|æ‚’³6ˆ¶«ŽøJ©M´çsröµë‚¯o`•á|“¸|²­©D]pØ*3gFš'Êv%­îSŠ^Î4nû×úNº@ý8è-­ùìI†êØ^Óˆ }(W€‹9¬³X2`”[~Tto=eÖlKÊØV«IüȬ«ÐoÂéU•_¯S.ÚŸƒÚI~U¸¯Ï—ö¦7–s3±rÀ‰=m›å3ªÿ§y“?Ä|1–~„¾­sO̤†ªÖlšLŽé7‡ýN|6ÈƒÊ žQçËÂL—ƒ·í°3‘WÐIYÃÞå i«Ñ‘>ÚmZ‘p“ì5ÛØ@ Ya$áü7H„G€˜ïW˜šíå^š¸è4x5»‰¯—–Óñð¥<˜*†GÒÒ†8%ä}ˆÇÆ5ø'd]X(îHƒfa(’ç3Š"¥^ߢ~ˆ‘{ ©@šÙOà3Èù’JB"¹ƒd9é'ý@ì!îÅã#"y„{œ°É˜?*úòV\ä3€F`Ý^bdŃÇÐa ŽFw–, å–%¹›ˆ&³FªÇ¯>_ƒ»3Ï%ÀÌ ½ˆþA»ˆºÐ(j‰Ïi¤‹œæµq!¦ò¦Ã0ÎáDA#Xb±Žø¡fwÎ9|Øa“ÎĽí…ñb ´9KRÐ!ËéШԼET‡\aÎø´!!´«—7ÜAÖóÁ®„'GíÀ^=ÇßoŸ’“ˆÇ7d§v`­u›'Ð÷5c.ªp°BÕȨ-P¤CJ-,ŸFø>óÆË N¦†y\è9ƒCC©¸¬ððÎÙ².o?˜2РÎÏŒí«ÓÊ"{kä%Lð¸½@ÞxÝ -*ú…çÌûU#üUÌ¿+ç¹Ì¡>Uy/‹#·£ -þÞÞœï‘%h(+¸‘"©+)®Œ ¯Ù+sŠLµŸ)k þÞzG) <`Y¨ž$ì­NÕ´óSé]ºL—$ò™þó²N"Ïä(øº¡±Ä/3©®Q–l©é*Cc:“MOmâm§ƒã-•êÑ@Su_¥‹°—ñÒ%óM”UϸÔïí¬Ù8ôlÕu)\3l5ÊÛIƒŽ¥*:ÆÕV¬ŒPXnkn‰ß›}µT` ³§*@x†fëñ›ÉÆ:—>‚ ±¤ØU°?¿¸vqŧô;Ž¤Ê°$‰­]kŒÞk]¡k‹˜mÞU5 î¨^h˜ȧwƒ„=”ÀTÈÿ•8 Ô¹|Æ3ÀV+¶º—×íh×—iŸnP$öY«Œk¢Å–9Æ¿ÂOU7šŠõ ( -œEuƒK„§È ð"ÿ1 2ºúaûa_Öª€äͱWAÿH;a} ©³,2¨wÓcóBxV¸ž9 Lj£é °=`Œ| ÷ -Oàü<¹fasí‡ÜGÎåjmJ¼"í[Ë^”ðƬÿ?Apu¢¸B¥WÛV’Œ ™Â¨ñÔŒeF¹^†-Gr'·q cƘ{æÿç>LjðØ¢-m¢Uz…öUÚÚ~¥Ò­Õ±[íJÇzö}Ë6©©[Ä7Ø}ðE¨Š'‚&‘°”:ÛƒdŸ9p xLV0p̵X•¨³?ëôø‰ÔQí2·UåöE[+Ûo*~Â(·ØÊœil“7Â7Voãñ¼†´ž‚Vw?T{Üå0Ê—tfÌ·^Í Ý3Ò²(ÿù·@SQ‘&z[Ãê’ a.u–²ëŒfG®ŽÆ2´ðâ|stLÁJ¯õáe÷;˜VœOX‰ÔJdìn9[ôi±ySɦ¸™†“e{£®Ö—W(YW-K+O2¾6¶ð>Шz¶`»oµÖNhô&ãc¢ ’;j”ÌŠa›ìSzOóÓòú$¸‘Ï͈ãZIUîQ–—¼;,©©ƒß@¿cØS“I[§#ÖnôU¨_‰þòŽÁþ+&¥!?ÈJ Ð]ù—´M{ª×&~²~à âìêúW¢¾27×±BEµ9ôcú@ÑQÚ?´+Äó¾Fü4Þ›NÉl$+ü«üÑòP|J«jxW›š¨­?"JŒ=bQˆÃ"/›„"k¹!SònÕ…H'hŽoYŸo7î,W{·¡NŠÒ ØG¹™˜V*ÿH±ž‘‰7ÕárûØs•ˆ4¥ò×Ìi=_‘AWj —iKÔ™Jšï),MiõEò•Ÿ=C*—XÜS¦*ê{EÂe tÆ:™„À`d²Á 0Oëš:GÓ - Ðâ@·ïÚ˜¼Á#èAßRâ8 ÈR=ë†ÑÜ„ -sº=bÔ Fô½Â4j/"ú.õÜ»åöv÷½„ÚA˜÷;Øœ÷H @ü¨šÝRNYnh·$¬5Ñ4³Å†sê—Óºgj7f‰v Eߦގq¶¼ÂÒÑߟ²kƒÔïòà‚Ë Š×» áDi„Ëu¤Y¾5a¼(gÆú·¯¸9Ø2Q‰±ªš^óòyÖÇ|V`—åR‡ÿ#ãXíjJŒîšx‰§£zVòÜí3¶UÖBð€o*6&Ķ/âe³o¶n­n”ÚòøoYцš¿Tí$./¨Fã‚”gÙÍ”‘vöÊ9æl=GåÏð6ÿ âöÞ¨Q7ëȪ۔)uªjÞóú#àãþNb‰Á`PïÒoˆyÖd…í"®Xç¡ÌŸë* >ÆrÓ8„¶ÈP.u«6 r£ü…w€W<çQgPEr‡®‚!D0Úï¾hÛŒkbº»pǛՙ½–ztŽþÞd‡rëô¥ÈS*Cs ظ_—x-ÔO -ƒ² G¢‚ÊÝšfºîZLuà í…~}žfœi0O«ŸÒ§9êZÝ$N †h¨èÜFg G.{Ñw¸Ÿ”ÙA'ˆG púðÇÜ]{ûl#ù†tT×R8¼o»BS|=çb•¢ä„üŸAú~kò@\«€Š½ÊYì©H-†°d(2j…"ÃBB>²Éþ’/ßÈÞ;!„JEëjk¥úèµÂQÛÊi[«‡‚z.T×]ÿ÷§× OX†BÁÚ!¸vkƒþÂÎ%^—?ËŸÔoLÏ·éÆc' 7â-2¬Û´·¿¬Õ™Û8Zñ­c›yaµ×^&K§àl >‘zÐ*Ìd‹¢Ì]wÜlÈïáÇ™lé«DŒõ±/ e†=‘yˆX¿¯ÃVå«j¸P^ÓxÒôa¹ácŒRäÆx{j¸®PæD'¾ìöC»&ŸÍ3Z¯¤ˆVZ¢ãHzLÖH5‚3Üiw¿Ú“éù“XØö¡1mWmóUÔOÆ5¹¸³Àˆ7ƒ¢¢7xFK‡ÙÙõ¦üM܇ÎÈ´·ÂÛé¸å’Ï,Õ‘Çà?Œ¯÷|]¼²ûOèN°k‹ÁXéî¨AfH€ŸÏOZ„”h“M´R'ëHciþr.èNI›¦:?Š['ž³¾Œ¼w›&üÏwˆvKÊú¬ÑOWŒu;¨º¯ó)wÅמWÓOcµZJ‰¬”¦þ¼WÜE Ói3‚;õqŧ핑30j>Úuœ³¤ÒïC¹gI\Ëf>ÀÉ^ -—ÐŽðO‰YóVq+§´, rðySp“èLê$Ú#'|*;„O*F±Ç{ÝÌuµæF?›H—›Ú9‹„9yN8O/póÎRü¢ýšRD|œÊ«–®ƒÐT/Ãs„¬+Åáäïä}í(u”“àéc@<¦1€u_`F38I"#—Ë3‰Áš^Á(D*é+áÌÜ«’hXj\ƒ½ ¬@/ÈàŠå©JÈ¿w»×RA«õ]ŒCR#²”‡‡8"N/D¾Ç/ÁòJ„¯eò\@üüPÊ[)Uqˆ¼PNâP™Y½ u–Ü#›v†ä'uå´³ -Žô9S¤xS§©KPºÈQÜ9UX±U0¬êÉ™©ãR† ³úa!’­Yƒû{¢inqVw릜5”Ý;-š¨ŸM1ë²÷²¦u¿“@θn xÿOÝÁœ}¢=å€ä‡°>¤Ë‹Ä0]XsLÕ<Û #¬µÅkÖ­F(ˆö‹e€u“ù‡eAõÕºÇæün~€I—S% -3žN±K Ï ˜`H(ÄBôXÓƒÊ} fû*Rº§@½™ÒQÿZ²™úƒËÇJbÜsÆU—Ô…Úÿµ#ž—o#æ„ ËíD¼Ï,&dHϘ–DÑ3†Ã¾‘ -ykˆ-ª:®¹XÔ|ÕŠuµ7¼\¦ŸÚ@©ºÁ®pÝä¶¹·N FÁ)q´õ.¡HJ6F|‡J§¼Ï˽ ÖÒªòŽå—äÿø¿Çjq­‹˜«èìÝUUJÖwÞ=EíÜ…žË[‡L×›6ø£c ¡Fl%FÜ@ÓMíÞ,âXÏ#ËÁ]º‡”7uµ€,ÀÔQÂè¥]k›©Šg%6{Š8ŸoÅÖüÿyZRh ßJà@m]¯ÐE檖xá­JãWGbj$âZ`9ôwI;­žu šbÞ­fÁ…œŒ¢Aä2_µ5ƒE½ÉÓòpÉ$>^1ϬþI¥•­ÙÃ+¨ ¶ÿƒÿ‚¬š¶1ŸˆÏ€ëŽ2-âK>N~#…+;åã¾­uÑueV7†ëQJøáüÓ Røžð.~­ˆá<„`ƒ(¡»…aHråu0 õ^“H°ûY·¤§ä™ÉŸ#/î¿„Påùp"VØð=#›”Ì/d™²§uËäK…U\’ügÚQ~§ÂX%| Ì(,+fY ªÚ“£‘u>£©ÿ~NîÓØÜVj‚fʸžþ\‡ý›µ[ ¨œ÷µJê-žPÛ\¡ÜÔ~SðhÏem–Ü×^K^ s´÷ð%è v·Lª}WŸ˜-<ÃRšÌ€Ž0sÌ^¾=l^LåRLæòGüÇÆw<‘ËeÎþõy,é™ô¼¡OG·é/á*e‡ôE®pʺúŸõ!Ô4×02ÇXíìç]dw´ÔÖsÄvI¹”f+([Wdˆíæ»I·¥¦xùÍèÁ¹e%ع¶fùî ]bmŠÏ$ÑcŸð"™ ñµï×u»¹å‹xTW×ö ÂÇPføÒö iê³.ƛȜ†ûQ6߈:rÉ[ÚñZ@÷¯€4zË×ÇLÜ]xس¾Xâqî@Cßv— Ý›‰jç÷I— j{,Þ‡DYŽâƱs¦R»ŠäêÆi)½]¼€úC‡•Áhñ7IlA‹‡(àæ6·“1ÔÌp¥;1i -tÎÇw·­ó±&óüz TiÖ߇ÇHd”œñ&P- ­¥bs˜øLVȉÝ+¯àƒ[X -DtxC ²S2½Vu ;¢ –U8¿{ýº2É8í+ø4‚éå¶Ã™u;l„Á[H B=‚Ï4ØPšñN E­S¨ááè-Ê«}u€:Vd6°õš“`*ç²Ô+îçÿAÑÂÊ6©ÌÚ™ ?•ìÚöHEû±gˆyýOrÖ]ªx&÷­&ªØÊV‹7)Ú¬®ƒw!DÔ-Qשřÿg°>š:S±NED)”0ª¹pœ,¡M,¨LYQ „¬÷òöÎK^{ʬgÑã\XE½¶êYÛZ=ÔVÅj‹‚Ü‹ªUÛ_ñ}Ðï›Ë%Lk…Íè˜Ü‚úáÊvÝKÔP Ajj)Ý!j¡³ÓœOu'ѳLþ:6hQÂ(*7·{6v”ú -¦Ô²Wˆ ½<Æff…6àÇ™_‚Hc»E¿Ò‹9ªdkÑ}æ õ°8†5€k *öla»)sWÜ¢¸ÜÔ‹/·]VÏㆣûÑYÖÅ¡îbU5׬;|C¨mÖa‡²0ËáGiÏ -÷…~¾Ð­¹h ŠæaZÊn?" †ìyÑMÈû´P¦´ê$2lž%µ‰™fRe0q§¨¾Bm.×M”WkĆÀ²¹Ý¦5¥½)y€ÖynõeKeÉÕh |Ð1ªD„A_ã7…ù¾»É>ûJ{†úYý°±îœiP7£)¨Ô'V?Ï 3òUHÊ$󑊇«·€÷Ê•Ñqp@é™Ðt4ËÔ‡3ŽÝ¾—I«i«PÐzWiNµÌ4ýS+o -(˜U\¿Å=§Ïp­îur¯Ù¿æçÕJPWõy´´¯Âú ò¸,±E­Áa›\:A<°I]¨6/Q-Ýms£2 ÊÀÿ›ÜʦkWšo–Z6·ƒçéŒÇ—s~’î,)ŠïEã=Q¾Ø ðFzŸP )žämû>Ñ·t¢Ý‹¤õ j½@7£gQ›éyõœÍ^ÀžÊËNKfEk’/ô¶<;žC:ÊfD¾ÆäÎ^é0>R¢ &9‡DôŒz!L&NG4Õ:ƒ¼Ñ½h¶)¬Ýô¹ùQÝþŒPð@Í­ÄP퟊ˆ+%‘7ÐòéUÜZšA.-!}½¨ƒÂ„¿Î¼õºyXßÜv¤°ÝØØÂnJ7ç6-I—6\Hì´üQÆKàÿV?ü…+Aé þ·²ñÄgƒoE;ŒÔ~ «¬â·)æAeþ¦G|²êdÆ~U¡(1—éø•|¾á|D_,”ñß@ ¿Å6=óa¿-‡”Cl§Ò ±7T …ÿæfkäG¸(íÜô%œ¾xè“V®Ã¸oÅQn ÃǬñ\Re݆zûwð®ømïe¼‰:‚ÔÝÂÓkÚ¤=¡áé[ú`Å3FnÜœ¦fºÍ-k^± Á«+’Ù:Ø+ü7Í“Ôqøÿ~«7yË»ÜÚÎ,¼ˆ6ãBãm2Á,*ØJo!nÙúíg¬¡èôý¸—ÌZ¬'¼žyEäK¶°{(wÿÜzú„÷enŒÕ#°Fè¾á®FTê^b)Ú“k$ƱÁT¹"K©Hϸ]t^̸ҩ’&f€Ä"¶žmòñçdÜaør…„õãè •«ÂNÓ‹rá»èc)NÂÊdÈËÉlæa\6µ’- O ¥œ¤™™Ç¯fÆ­Ù>Ûc€Fá4ë¨~:ò‘*êà 9˜“§R&ã _!$ÌüÖ¸y¤™ß¾˜‚ùc’äûÅfÿÈça󰼂¦8ã‹ãáç”|Jz²+Ѳ’èäf¬ÅqR6ˆw8ÖÄG…ïÃ]É B’¤™ºi¿$¶Ò¿Ú >w˜sö¹–Hðe «‡+Ïçý;+]³=‘ΊiÉ1hùTY-ö¼lrláí|6FÆ—ü,i òýâFúEóÈ>r o¯°ÐõyÐé:QÖaøaͶõѪ=e¹˜¦²"¶o- »Dœ-‹–Ô/œ­â´_ÉTQ ³DØüZóµx±¹Kù -hü1K g7 ®?Œl¯ûN&EÔŽ-ÆCªJÂNºŠ$I%¹½ÌO|ˆºâtåÒQ–©¥©ÙRÝç^ÅÓ<±ÓUY›µ¸$_õ`½‡ãbaÚêGºîËèqaÜøÁ?z…f@ûÑ[aÔ·è¬àŽEø¾ý.¹ès¤+]´Ó.*±2BèÔeʄԢ×ërì2XßMÝ Ç Pk($H¸1 -&È”dd#+€aBÖÉYßï9'›mE[µUñª·¢ÅòºÒZñZÛŠÒÖªØrE½¨×ºj-Àóãûy}Þ)F¢>ƒ‡«7Á†º6ѧ0ª¡ž¿.Sçy΄º0Vxi𪵃Sòe÷ÁWÒ‚Ю8“¡Šj‡„¯ALmzÔRÀS -.*G‘|¢–ó½À\íÏ à‚x±€'ª­I'ȪPù}¢­&-¿’ØY“>HtÕ”À"5Œ¬ï"Ž7î“<%†5JQ>ñRÆ‘îÈBÏR2Ò0Îv"7c‡«S0¦þ´ÜëWÅäíÅ6ö¦»álõ‹ mxœvÝúP¼QGKzñcúó¢hü­Á™ND¢2ÏV‚ľ`o$NããU:ÃÚ§¥t•îEî”ÑÊ zÙ³Á s7”GÞÆä¨P¢Ç΢ŠüðåX/?8â9€Rö‚K.¬´"qç5r's“ R|L6Íp”X߃ºe‘[Q qP?¥`BäŽU~vƒT{Žã‘äö8¾,SÓ/¤Š¿Ó Þå k¨[iÍÈQjw|¶aU¹Ñ°ŸZ.á "8*šƒž…Ûø…˜æ{ÍÄáJw6¾ -ÎR8ëfXFŠºnK]Î:½Ô|7M ¿lÆÏEŠLu‘ä¹±[üÞÐÊÜðŸDW1Žüô-örÇd”Î=û oÞ¬å¶XŠöjo4ÍþAG5õ¥^ÓÏ·éOú>[tÄs¤È:]ü‡ÁÙÜåÿÐÐc -ã—¢™Ìm/ô%ýù”nH*~Ñ”:·ÈOëß±?»Qûßv¯Ô­ºÆV•t§žßÜ1¬¿gŸÿÙisõ3$YVòË ïM©^‘è!¦É½ ‹¡gU|hzÕR8j¿’ÇÏ:iëÙÔÂXaɼ¸Ëæ2Cø:sÎæ'AæŠê !j4ÕòÙÍUùqbè'šn·4:áUL·± îβ†Mf¾·ä•N&_37–Æö›ZCa?TŸ jgîÔ}%T2+¾ôù–Ö«wqLÔ ]§[/%30eæ}òM‹LÊ/e -M© -i²ÐØQµ/VÄ\¯VÆð¦Î+‹¦ž åÔ#u­ÏU¢}È9 ï Å,'¨C‡ä¿•• "æQµyc=S^kI²Ñ?+«cѱ ™aÓ©þƸ *R³Z˜ ¯è–û¼… -d)眃:³dàö ô/Q~–_C»7øe\ Nªz§üªÙ1ëàSè×P£}ørôEÂTp¹èë,h0×Dc‡X_€ÙļÒ88¤¡óÎÃVí¶Œ@˜¬Û•hÓôÍÑcàB†ÖƒBƒ:ðGÀCK…‰ä Læ+$Ïá±Ü\²eýŸ,#%  ÍóÁèHú 0+Hô&obW£;Ƚx|h0Y…ö Ä¡” $úF‘lÒ›k$&ɲ…ÄMà]|œô¿æZÉàCz$ñº$\$~…‹¢S‰>8/t±Î ì$ìàƒ0а‚g¾é qÿEhÀ3v9Qþ*ö!˜rg‹L\Ù0ádü%A‡?4G/ÆÇ˜;!ãø(SHâãôˆ0B‡úào©ÃÜ!bµ‚½…p„§‹öá\{wN.±/‘5àa¶‚„5¸Uu÷³ÀoñõfK` žcR ƒp¥1Ý· 71aÜßñÝ´„Ý÷Q9EXJÛXNFµÈxØö°á=Æ4ÿ#ê ¶ËþMÈAì;[F`vÏòo¡w2s}«p±ûÏ`Xìk¸šúmÓ³-'²Þdmoœ·=uMÛÚB®´¿¥µDÆ5=)û3ØÙž«¨h¶Þª¾)Xm©W¦y'™?V]ZvÅØ§ u=̘‘-›ÂÛü•ùºU^ì™ÒÕœÀ×qfB?"Ž%6r}n¹Ù‘~δՠMr0~®õ0Î@¯†K™ L%>BWâ.¢×Ô~ü¸ Nu O×o8 •ìdYÉw@sÓäGŒ¦§ëÈ”ÄL/Ùs~C^_JG‘ïÅíT X)zÇ@†@ Åá%‚N°‡SÁ%Ö7$^åÔ}èw²»L%ÃIL¦2®1Ûéôõ°T Ý)ÖÁ ´Lt®¤&ZÐAíà•Gj=’Vøõ˜\÷g¿føÖÙ2Ц,ƒ‰Ó¨–´˜ÊÏ|0ì<Ükz%.…S„èè0V 0àÄØx¤•>ÆÙEò¨»ì%ÄEJ’ éðæ»2u¦yq µ¢É7&Òv×°p¶õ8 tZ®‰®׿œ¯¦À ÎCKV ì! hƒ}„‘€„ ‘=„@dïüvv„!Š*zUKAAmõ X¬8Z®«Ê)N8Qžw÷ýŸÎh»°˜`P»™óÑ\G¼b44T°nÇïE¹Y’í¹Œ7i:¾T(’רÿ¬ú;®¦uWmqÑÆ­ÿ7AdÉãTáq&ÿIàzUÈòÖêr$“¾hŸ|!o×çr·,çŽÉm¤´zû3=éh멺ø¸Ûqv"ñ–ågN¡ÙtŒÏÂÇ. -ÐÀRݼ¸Ãû.Sy¨‘^eLÞb‡¡úâ¾½»VN›m=ZïšTd›i°’Z¸^Äa³7˜À6¦ -xº^)^hÆÆ¥{|¾Fƒ®Á¿©òóŠíüúÊÌ{­ý ý´FÛÎUÊk4ï>©Ç,hú@DÃBwB©~QœŒ/Óm•òGÑcr³O’¨ÄpÞÐGuqîÖ^îåL†í9ÿ0m•5¥YJ9hþIèFb™\D'ˆl_Â$0tWdnx F‘O>FÆ”ÌR½ÇÕCñšÒ\Û;¡ý•µN¤IýÕ|W|‡"0UJ¿"Q wdTb™¾Pj°ËŠ1|'š­r -ò†Ÿ¨7úLAû4¹¸QТ-Èé³êekè7¹wªÂ´_±š’lLPüEÚ ÿSÙCÌÑ1U}¥NÄA Íš 4˜ ¹âë9h¸à3C±d«>Щ¦ÇêþT’ÕDS¾1|«±þ¡›Ö¼$Ò0P›C¡ÚAü<¬ -âBPîû=ÈxFjàUö¼9<•ñÑ8 ­§¾7ˆ ù¡>ÊÃf¡Lbz¢äH)Š¿-²OÀ{¾¥À pijXÚ³ ¦8L”±ßpROêMXùW‰½Šy b2:4ðÂÿTðå C`-¼ÑW@ÐNOT{ -òÉv7&š2†F1Õ¤»`¸BÞ‰Y .±§Ñ&=™ˆGÊt,°ÚPGÈ - -‘|ß. .ñÜ«•CæL—=´¢k4—ÞòÒ„$·mÅqÝÕ1Ecµ»#oÚ§Ù a%- œ{ÁÎÖˆ&ÿW&©h©W’þoéV÷.¬_QL?Úk*¯H깺-2»ÏL }é2Ö%ÅlnÿƒÍˆœi[ÂA¤¶ÍüSÁñæÝ‚þÙFw‰«W›n@öÌý#Ú«„é™»VTO¤2wìªM¤X·‡²&HS{Êb¾³/å.œi©äÿf¶L -tÁ5¦dqž¿QGúÅë6Ö«`yБ“ªöŒë;ž³ÞQÿ»ý`ƒ/%±³ˆ“Nj³Ïñ$1.­ü¦È«Öׂ—af‘895:Kíþ§tgå“Þ8ôˆrÜ£~­6d”t¯çºQÿÕù†÷€²´}¸i€Äi«4[–‰â"¯YöIV‡ ˜6IŸÖ¿”ÿîÿ ›PbÞåÈ5µ§Ç ­Q§¿î²©¬žMž±SE—HE­Î’o‰ ÖsҖȇfL¶vÙ¸QÁ žÕ½QÞˆG画½÷!Κ -\¤Ñ²ÓuºKŽPÚݤÇÉãmËeÇI4Û=ù ñ½å˜b(rÞdQކ½0d©~ qÕy©OPOÍ€÷¸\«Á5ƒ€Ò íç•qÔµm7•/È}-7Tí¤hë¸:œøÒ|X}.ò“±OÃ_¡j—…°\mg@?Rxùà ³€w¬ž¦—Øi»SfZud‰m‘Ü,AâL?s‘_ £`X¸·n˜R޶܀+ðiPëCƒ( wøÂé®m&ømÊ¡–>Ä•œmBÜc¿˜GáOÄÆKðÍ(ý<=‚9!Jä%ì°¡“>ð”çé솜6Ÿn•é )RÛQÝ8ù{Ë}]aìSÓ<öˆxÉè‰5F9ê7£ÏÂÿÿGãCìH¢ -ô€Æà3>&P;yú ¨áŸ[Ëfsœ[æ*› -’᮪ç%Å’Üš-å±l¯º3Û^”­dSkvfÝi|W•|ž7Ö8ºqmóþw¡"‰€ë;%eˆÏõ¸g0ª¬OJëʇÁk¬mOEÓUdæ<ëv ®îa©cÝgö¬U K8G“#¸~|}Ì`YPºG˜'Zðý aI»ßæg3i·¢ÇµWZiN=Mh¨6´ÔUýÈ9Çðª™å;lÙZ×¼!©¯q—SÈw3C]Êòó[å²®…ì7ÏMÂü[Ü_4óÅ6¾@À+sh^R{½À%…LÑÒÌ¡ºýbi¾!Eò8f%÷®¬0´¡¹B~Â/AtIØ™–µL$0|ÌMƒêƒ…d‰²¹´ä•´ f¾|HRÜW¥•½ÍÜP›)?Aùƒí«Posž)7… -šzT+ýѪ©ö‹tL5¤ßí£z«Ræ³Õ‘MÅÅ[Ô5Þe5V´¸-^}ˆ~¸&F}¢«Rϧ84_‡v6-×$øÝžÕ°ì¼t12¢ãg¥ ›”âÜ ø<_VxÎ`2 ‰"n¥/GßÂ$ƒG(Y¬ -0‚xºQ ü:ÂGd‚°N;ÝFM;c¶`ÜÌ“\Ñ‘Ã02x£]†ˆêÉ’[ºÅÂÏAØYúÒêÔN‰¨Û0‰ã áøÐiþ:(Ü¿Yèú´ÑªÚ h7ÓÖ&¿Õr·6ßl[]M+~jÙXØ_N7•d\¯ÚoPSþÇðœ¸5uw¢R°®Š¶Z•€â(1R!`1 9$ ä '¹^’——äå½äå¾ G"ˆ‚Bí´ŠZ­nUVŠ :¨~hû¹UæD¿¡xRjAK·ßð‹—/òMý—JìÚ4÷ÎÅž„Ç<‡óŠÛ¿¬zI“´™Ì9%i­xMãló)ñ}v\©\È;Ôp–ö•8"˜”—Ùj;Sg”ÓUI ‘ï@ìp‡wsã’\SÏ¢*yAýÑeØp±êH¸GŸk{*°œGÊ7ñ–8Fk‘ì8Ùòà®O#”‡j£’¶C±ÕÏcƒõÞ×-õ•M¥øš%Ò–²›Wâ”éV~ª$¤ò‹&Y»ÀÒ6Ú v!°5‹«·ª¯ne~×$Ü1ºá¶è¯ÌïÀ<çW?Qt¿ÇòJ²ET5J:+ÕŠyù‘ò2•YÙA‹Ôăµ;îhŸh [—Âçàò„ë¨]ý -[cß/ä2*í>%Ÿ-‹1ëE™Šn T9©|+–ËN‚¹eNÀ… -*Õ:Ý­<Èlø€4¬w¢´„>DaRá¦sKÃ!Ö"Õ˜wœ ‚ýØþ1¨d‹juÛDvI³þ³_~Á Ú3ª|ŠÌS^kRŒ¤Z‹K8oðšãFŸõ“à[f*üƃ±ž"iÆ2”£fêŒû„=â1ÓNæJ#îÙ ´›×QŽ‚+,á$•Öf™N„¯Zµ£S¶kõí¥·-î]ew¬ttœsÀ:¢’òfl8Á¸HcÓ0¬’_l}ùŠ{Pãíe$ tÉ~ïOàç*Çl«E±ê}då=M‡ì­L¦­à>V¼ÓG•̨:á¹W52Ä–qR·Ã˜JŒ4DšžÄÏ£_˜£!Œd%ûŽq«õí–!þ9ø±vRô%‚“-–˜P2w­|±°„¡$˜D¹%`,fÈk fʯpŒ¥“ð1òÔz6úŠ©ÅÖ_µo^`n¬øÚ|z(øÕ’/M?· s¤Ò)ë®âÅ´õêÏê¶Œ 2D¶]J™Õ3íé*B³ûÐô±ƒâ]T^âÚ‡ù8ï\\htÑ%rQÈEbß\t­(fÊ'œ¯¨Ÿ©âœ·3¢4JçÅ”9ÝçÎ.`p¶à„Æ^gƒ{†yÜï4u°-Õ3šLÞÊjFå€íkfçUvWÝ+š‘MWᨠ-e‰WLž/xNê–»!Ô -Ý \§‘áºâþ#£ „ÇXéAlà>©/®LÐjçX÷Äçjþ\ô…,:@§f-Õ³äàj_;q•6XE%ô“žYܘ1Â=àÊ¥§·T“ÊS ‚aœ—M‘â!¾¢qË#zJ/‚¤@=£˜«¥“Ÿ¨›Lb¼6®šM…[ªT1 ÐQO§³­Tرí(c· ª9q­b1Àëmž`QDYM²¢lÉ݆ÿP—(¬Á}äÇê¤ÚKÄ­ÐhO˜€¾î˜èa/Ã+…ŠKÕK*sk”º>ޱ²[‹ObÝ5„‹ý )–6ïJE¯©éE&®úfò8öV«Æ/¶tÁÏÖuØvÝî ŠÅAï©N‹…Ú É’ò~Ý€<ª³”„œ&äCpKÚKtRKI2õÃ4<ÞB)ëÞYK1²ó–üžx#º ø]rSuV½P.eƒ·€Ûeÿ€>WïØ[««ÒœÉy®ÒmHëBZà–ä^c7º Ÿµ›Ôë‹-ó÷¡¤ø›aVNQ]WvAðŠ®ê†Ê"ÀË:m -º“v6ë× ai úCò!´ÇÔ‹g›ÍæõÍ׬TûB1AG‚ÿ.™Ð·rüB€W‘$&]½ÒøÀغ3Uûƒéû´Mp±92¹¹lÉÇÛMaVÏúIs‚í²uTðÆ”«¿(þ[®8-íþãŸRdš Œ3ÊK–µÁm–o³' a«2-\/°}”|ÄðÌ6Œ?mäÛ±è,¬Ç±ÉÒÍ_騮ëe9ùO’O޼쾣•±p;N`êDÇ•ì.ÍŽ;Û&uÁÿ1\ÞoM&FD¯žU®@8$Œ’'âA²w˜…@PFHHÂÈ_’/ßÎø²HØÔÃq×îãq *W¥ŽG롈ł‚8N -ž‡ÔQÿ÷×÷} á‡ÁDÓÆàŸ¡Û¦tcRbãÀöõÀï¶"Zͤ-™+­?b=[Ú#V[còƒd –þ4©rµ%>v 7_?¥=`.^‚*Égþ—‘{d+úSÕ¦æ> ´º©é?ÂVÁPãg¾î¯Î¥Å"³c4oJ*kHc(Êì‡b¯é¶ŽðóÚ`+â£{mÁüß"³õf»îÈUµq-³Âµü+íNKí`ëH©›p°eS^d¸É˜&qŽÅ^R]p„†ßÐ Ù±hÝ>ëý¯‚\ ÙUé¿§OõÎÑ]]õ‡y:qNRÍÇ™¬Qᆎ y6ÉŸZgÒ¾ç5‰=¯â4ŠÃïiDŽÍ!ù:žÝå+²Ñº/ÔÁ¬õ -ˆ[vZøbï⼄‡« X‹ˆI°œç‡–ÕŸHYÄX’’èI\$_ çà;j–þ ëÛo˜„'Pzœ£Â´¡\K}XÌÿ{Õi]~íXÉcˆ-|ž›ÃR”j䔂݉¾RéY8S+ ‚ÄAHåGÑ¿@IøßJLð½Ò«Ë®+PŸN²i]$œ’•`¹l<§UwFÉKž†ÃÙè -¤W ÓÓ°Xh5µ ?…8üý—¸ä¡â[ò_¸t¶–«*‘¿¬ü0£¼_\ªÁ‹9îàFMorƒî*¸/: ¶Aôd4i¡^Æîc¿«‡é -Å˪ Ù#YŒZP+25c•Ÿ«~F0{ ]cv‹¦šIŽHfô*H‹¢3îI]À¾$T?|PÜ*œ†:¥O%%°]°WÖ†H+ª-h3HEbÙTµ›Hz£Eð¾¨W:ÑF/‡MzUP*7QTø×Fš6¤~¥þk©›h¯ÞÉ"õÒß/‘G|‹~P2 \Æ@d8˜tNã4,F={Œyt!tÝx ˆ‰<0­ œÁ†L<ÍÖZ…å¸$En1ð³Äƒ–Œò4™‹ù×¢ EŠù8ƒPáfqR‡úG3=ê†v™|M¡(r$Dxd'e« 5XCotwÖ½sŠx¢=ŽÞ²»’ÿ6Œ.Ê™  †ò¤=1I£ö´)¢.kk¬]t³®ß2ô üÖ²Î?s3Wc‚ íYbÚå¶@^–°»eúSCz5› ûdö&ÃG¹Êy'©@`ÔyÍLÃzz«®ÀÖt>d­ò/B/Xþlãïd‰v×~㨞­ÿt®e‰â’ö‹…&éT듬7 -¢Å3)pm¢F iÌÎhú.p©¡0è,°©?™·ÙrM“‹³Þˆç‰µå^¼ã“ý¶ÌDè«» ó‰;5Û²õ)Â5 ÓúJNF2(ì°'FõºMýÆà°Ï¢i7ãH›"êAf¹–ê´s;ˆùÔ¾üs6(òÌ´ã"id‚œØ¬(TëWÖ°yý#íÙMÏ —  ßJcú^eg!B äVûš Á«„?ls“’ˆ‚ýÈÙ¹ŒWh²4Á;ÌGæàg´;ÃÞ Ô@Šþ:2îÛk¸ŒË”ñªèE½\‹I“8{Á¹¼ô†îŽR^°š8²^£‹Fó@Cd(æ„Úh.ø%ä``61õû~4¬"^ªaå·u:u6PWuWsV³¶” -®ÖZó ºrð]ÆF¨BâMˆ'ü&ò B1Úzì>¾2!hD“_‰žcp—ÿNq -üP»G%‡Rª|Õ^0åÔ8Vþ*í4;}Xb©ñLhOŽtG¬D:m3æ®Ï ìÁ1C±ßbÔÈ”ȦqfÍmÅU|‰¨:ËMM,æuinêkÒAP¤¿yXá^Ã]Z&Ê2V>ÄçüæˆB“ZZ,ÝNÚj‚ä\ò@園A)Ù |F¶å嫇I<=N‹’Òx7]")ˆX†Þ“Õ´2d€äS]±:²žŒ?&ÉQ‰{C» MFkȨ”+Bí?—$(íqyîÀuÛ¾t/ÍÛçq¿€ V,b ª±ÌÒÄH´¥Œо5RÊð&s‘d­è×­ÀSJk>Zé*iú©ø•rmãþÜÛÀ -gsÚSõ{7¡]h¨ŒøM7e£!ð¨Í—šî³ºPŒx¦eµyïðæ+©è8WqR´g÷)JZ»s«ªZ6¤]WM–¸›ZÌ9õ‰€;hVXcÿŽZ²mŸQºð5–½Âì[ÊãÿF.•s*¬äŪ„â@¬~šsšdÖìIÉá¶Øy²@꺥‘T*~ ÝO~¯6¤’té>Yæ0äâC7{ï™aŽ –ï4®ç0FßÚçÙ"Tš»ÇxLAnQ?#¡C&6è 7]„>‡I:¦yã­üÁêI"°ö/e=Änai‘‰x&~™ÍÑÈZSú~eB,Ó°˜ßRnèÑž½eÜ -iúŒWÐ0Ÿw¦BüZý ä…(Œû+zLÒ´}«Ý*|ˆÍ)ž1îá&À=Å‹ hè±ÞÄ(¸m Co„¬¡Ó†hd0`Ê0ƒ=õÍ16ê]ëžB;6nlU‰¶3¾š^X€k.1êÑ9—<„‚\bæðFxÿ–TBŠ„~Ôç`K›þÏ@}¸5y'V¡z­=­!0B‰Æ‹Ê’= 3ì!È–H û›¿og0-Z,Rp#UÏUÇ)*ê£'¶NëÕž ZW-ÖëûG¼<ÀǺù[Á=Zú¹þ+][~±áˆþ÷ô=ÆSÆ`Å5S·);z6Ô CÛ䃈éó@Mè”·;¦ÃÝÝÒðrÊ -B ]ÉJím¸%‡”¥ ‘¨»¢Ø¨DÏD5bù!P>KÞ sx¯ÒJ¼× g ¾ƒ]%†Kñ3$]ŒiÒuž³öѧìÒ½'>*fD¤sT­1‰ YdBÈ -ù6èÙê?'½³Q7j†Û!,ŽZ-¨À©Úõcµöœ0÷k à•+µ÷Ø'kOêX[T€!›•ÿfÜÍ<”7ü5³Å?Nd–{«‘6zØm½C›_cSôšõÅêçus=k±ºei÷4OmMk!·õTÔ<½Õ2|ÇðÊ"Ó¦"s¸*4À{Sˆ/kv›D1fŸà<ÖE?+úŸzΦ9}5ûšÞ¤mÒx4ÞX­ÝÐÀEŽéFêÂ/JlÓrØø‹µÛ?*´Äz7Ã×¹I÷Ù¨Œm<Â*¸hÚjS^ÌYcyŸÕžÚbQäUÄ¿3 Ü`ñ?s+ÊÛV,cOTeIv²ÉjÏæ­fÒå9sÒpž·—±Áhá3]ÄÍ,ÈN¹Åî*Ú¯`]KF¿gŽW&¿j½ì³ ºGÒNßÖÌò-.ÅßG®kGœç›‰™ä—¹c/IO…íð±Ä6x(ˆ9„¬ÿ -½ŠôÞè:B++Á쉻’~¬—Œ3xyÀÂ?Pü󠑪ͭ0ÙÑ'”Mÿ¡'ƒ –±‹©ôhh'ºžÅ}™<@åtêiüTéoxÖ§8h쯯‰™oRÕ™BË¡X¹z -^i­“å b .y‚:š+ÄWÐ÷œÒõ6Ì®¬Â·3ÙyÍâô¥©hãD6/a{CoÞxä©ú²ÂÁwêBJ -W.µyUøI×YÝ«Þúœ¶,Qzpæ(ív烜ޘϰ—á—YÛê_ä.Nù©Þ¾ !a^CÑxdmA©$Ødõ®ÐÉ',1UýÒsÚÓg€ëÖÔ{cÇôÏœ_±qb. ™gm ‹¤¸ZËKæÇÖÃeo".š_T v6«€ü(פΒJÙ'š0ŸŸØ½Ìc„9nâ¹È˜Px˜7@cúŒ'æmeãÉZ³c%7ÅÕWME¤r3«Wõ³xM½e>hF¥<†Ô§úŒ0ŸωìénØÃeªœhG¼.Û-TíJºÏά¾‡05ᯙ(MGKéPy½ÙP$u ƒM‰>¯¨q8D$£ö£ž.{(€½v* rÁÎt ¯Y˜”OÿC;Ç£íôùᇨ‹† A™TƒÉ_JeA»¤ )7D軀œDÛEå七Ë(yÔ:õG‰ÃÊIò1?q”ÜkÚ{™ü -:^KjáÃAþd.Ò#÷#£Ðo¥ûhQHå¸ÂLù²x·ßs1>ÅÞžyÌ$¿cäÉÿmý$¸Å%мÚ‘Ÿ²cT上nº\òpyW£°â„ät=®jõ²³ÖÝöZ7èâõ–ÙÆ—‹¿áî#ë’‹[îäúÅ«¾ ,8YÕ¼g½0$­É£tê”†îŠ Ë›êýU^’>Ûiu»—تÔ.rûÙbg€·¸›Ð¾ÅïÙÑö¤³›fÞ‹{Ô´·x"â}czÙ¯!3ì*O¬â×Pµ-×ÛjÔ6É%«—¦É+ÜüT¿ÕÝ‘»d²8óØKÿg¸>¿š<Œ{Dñºh+ I#}Qc%aCÂÆ 3F È„¬wæMHb'r¯ŠûªXÅqê88®•â@ÅŠˆêiqâ®·ÃóáwžÆ8B*ò‡±7ËÇÕ,§ä8ËÅ~ 6G”d7k±Þƒ1bû"S9ø¨âExŸµW­ ÍÃöh¿Ç¢ûôJ2ôÖ#Ó¥L¹C,¹Â¹×T\OLˆ°çËâXb›@0ŽãbÕr Ѫլ -¿†iu)¡¨Y_¬EvÖ‘Zá)p™¯gŒÙE²g­Yñkü$~Jկжk;¬žÚ£@"¶º!=|]§ºÑÚ‚†Ï™(¤a8ÂÜD¤A§-×3 xú!‡†ÏÔ -âOZ3t'X~Ö0Äp ƒú¯@"J1ÐÃß"EÆêÐÿÁ[L;‚ŸCïÍ} «¥ŸX QÁCTkŠþ{ ëjЇÑ/†kÌwhªÑÊ0 ÇL  6Ï[6֘†,Äy©àkp‚¸ <ÉÓc>f{'*¶$Æg!}–ß™CHÈfÔÃ;À@*~]F†: *ZuR8à>èA`¨„>ÁD˜˜nAÆ‘™ì$Aâƒà£È5æ)˜€ü—Qu#L¨9µl8Žl£þª9E† «;ÁYð3âGË$Ü•î _ÂõlÌÅq_ _q6s'”d}ÉÈ_[íÀZðˆ•´,äb­Tžåú™â¶œùû4{-Ç}þËA„ÀIê(É}”à¹õYþ͚֙âm«óÛç -E‘?´¬L¦ßœ+^I[´þCÝòÅÅÎòàEš Õƒ Ñ¡~ˬ/±¯nåŠâ{6Ï\f¹ÚËh«Z»*ñÈͺêô0wF­žÆq‘eó·8<”ä`»—v¦ÿUhOq*(.Ú5¢ù‰9UZœ±¿é…î!ðÄé£è¥¶ Æ´ÇÖvãüó5)‚Ö"·Ì'Hø‘å*á%ìžJºä:Úàä”êc˜uBcc»}·!·åyt%¾ÐÄ óÀºÌüŸÑ8KVPBÃH\8¼G¤Bí<騳ÜXçáð7 ™ÙöËæ5 —­Êüx†¯´è˜Õ ô £¡çÀC!Ï("è",‡6‘P¨ºCäCá°Wì €‡c³C|&ÃÖÝcXð\8 xn]×ÑÛ0:¼7,y,YÀƒÞBcðÒ(î&Á!¸%)Ùþ½{Úöý̤à§1o†ÚªÅü€çX=6¾Õ¡caeHºkÉ*˜f@Jd‚t œBDÄm þºQ\ÀÏìÀŸíá¾0Ô”Ðø«¤SÂW…šòm×KÚø’ª“åÇÓ(5UÝ1ÓëÙ’ŽÈ\ù)DQ•ÔÀVNó´Å#׋?ˆÝä¿/ÌÐwÎôÖƒA¥L(Q-«UH«€o2@ÑI¥)SwökµºA÷óìÊÒ-è,Þ½òœ*¿Rôº„Bïêá:Á°$?×QÖ]÷%e¯è°ÌÅš¬9¯$Çêo©»¨>Š :ràkM³þ_ë)é‰bØžM“„j_äÔÑkãó(ÒR°(]î•ó Ô©xŸB¬Q ±q”æ0 «kѹ©3åõÒEDu¿!ÛÙʹ$¯„–fÌS\Öô­-T‘%i¹GÔ¢’ž‚¥šÎœÁYíÎÞò܆Y¬èªWú5@^­­QM ”½3œYT¥^jšæˆJºÛPdy™Šëg¨d-×ﯩàõ7¦ -þÊ37>æ*N7¨9¼2¢Ñ“å/úø IN›˜Ôñ’Š<,ãœÙ™–!æÑË5@)ñ´Ü Ú¤Ã–7䥪`»—…ÿÛ4–\û)§Ò¬VMõ»ìMØùâÑÜÓØ\ßQ{´Ôéd~ªL„ß­5bxõœ´ -&kUßCø‡˜·)"ñ®ë“²85ÀÙ_­Ê:äÅÖœCM$nÁ4Ûeö£’ \Å -¨Øl¥×Å#è0õ£t:²—|ByFqY4Оn<àØ¸]1Êù³åFõœÌÒ Ãű¼õÜ}ù±Îì1A—c+ºbŽý»Hq N¦-¯?ŠÅ’'”[=îË"u,5²ãÍ[ï+Lì©ÍõU=ζábO±5“»!o׆_ØÏäõ« |‹£32B<ÏîM˯—ZÛƒ(eh¢saÉHæm°Px–ç­ÞU~…¿V’ÆDÔÙNnõ – b¼\½Jéö­Xj4[ ò"ÈRbUi5R"z -¢%&š³P²¼µkp…¶Z§<´‡Ž7/pLa‚»ÌRv³%V±/°:øÝb)&¦¨Š%;¹©¹¦ÀWz¥º¹ð ©P÷*{TbâfÆÂ%Ðñ¤Óh<7b„yŸ -Ë$µHx(ÔÈ<òw2|µê û­*Gë«8 ]j(.L3hÍ1ä æãPÆë‡ðÚ¤ë¶X”ŸiÿÀþ›‡Á}ß„?h5öŒØ¢Û µÈ: ß± ò‡¦KÑê<ðqÁ^ÝiË;2fâ# Cд$é’fâMX®s T/,¹^3¢9&¸þ)i‘TY\Õf`Äúf¦l@Œ4-Ý6J®0ÎÃô7Á{ö±ä)°Øé‹?ƒv¸?r¶2H6ÔËN¶áÔ×xƒhŒx@F­º%c`ƒ«¦*Rí½Ó5qŽmdª!Ö¹!c Œv5&WZ{ÝM8Š÷Ô9< ’KöWÍtmWÇpÆ]ÏÅ©‚Q7¹ªZòÄ,ï®ùÝ=H½¯žêY@^ª'y"™ÓÌ+<¿'¬i^ ³õxÚ·ÓE`“ü\%`WΈ¶ðm˜õ«xG`a¹¸í¡žRÍ÷ï"/Ó™üÆL’iŸš|ÄrÈOÀõÙDþiö¨ -UCªYÍØZ/ST ×5‹È¼ŒÚ.ÖNQ8r£|…ìiø¿Ôï•ìð2K{>T)7%k“Ÿ[*ý¸qÛŒÀL]>¾îŠé>½b-¢”²¾iž)ü…;»i'Ë lmÌ-O—ÅÕÿL=¦ØW§!ëµù‘‰ÌfcO¸• ‡rðiÈÍÀ8z}åƒd“†–ÓFTF3w·d -·r–¬_Ä¢ -®­Í)Ÿ)µ­)¡U$7–“½škõ•™’Z6!ê ð dwðãµNH÷€}+«MUjxÂÙ'Ê5I},#¹¸’ «y°<ÛzQ5¼”‚¼Õ¤ŸÅ2LÏæ¿uH-s;]vÛ {®ò‡iŽQGø=Šß´*1N¥gʘ©F‰|l…×ìSëò·Bwuÿ"=y¦ÊônÛÏÐÙÄ;ÁÇE9†6aÉGƈü’¬O¾C'÷ñŸkì*Úêݨ6¶¬ß¨Ö?Ëǃ_˜N‘6[@é;M°7±ËBiqÇ?3lxñ3%h¨’EÔí5[äDí9þÇÊQý_ Ÿ¦Ë”^¶DÅyß™|–V5ÂCémp“ åv^Üû³>'¸d8©Ï÷˜hÀÙ·æ_xò.ÈO¨:eSú½ö.|8OkœmãÊ@.öAú.kÈ~(±ÍærÖĽ³/qb=Ê[líÕUx¯ì…¤ÙÅÝܱ¢Jz²T®A±ËyËõ÷ìIeæUÎIéW,;\‹ÿ‰ ¸ñb¬Ëã´ô°Ÿ:Z„ÏtÜ–å‹N;©Ü)²\çÚkù1WVi¬:ßÕ7GwÅ]HZa’¹ï¤¿¿+i:’çMŠ?€z‚nW=÷§jNr¾1é^a‚ï2§]ò“ï ms ü^áGª4ßú¼(í°¯•Ä4nòm]8 *ðu'•§}—ã_¢#¾QˆÈʫݪIa¿‰ü%ÍàwGØœ1ÞG€êðç%}Êœ=wB|NRþÊ.û÷’l°( À¥£_ùŸ€ß®¾µfB½¯zOÓ%É9ž§±=.’4Ôвd@}~ÉNX7/÷O ZCràðèBÈ]MÚìÅñPnàXÌ8ÒŠÿ?ÃuþsÂpœ^<ŽG‹g[ºt0£CM)MwTJ©™®™æúÎ|gæ;ó=æ{ÏLÓ}©‹E–xxÖ±„\©vW¨Hâ±ÈfʃñX/±Ëã?øüøþ¨Ór¾Ý_„æ–6™Öÿ”o8’1§xGôÄ&ùÕ:ùÊIõ›šÎåuºYÕÎÜRãÔJ|I7r¥üÞ"ç”é`¸4s*pÒ´*{¢˜ §ˆÆ×¿F%¤·¡tÑ_ ;±Aùܨ\¢þz™9tõ×RP W C!~.½–E¸—ñ,øA”¯ŽÐ£â}…¿ž|¶eR8m¯iR>Ù¯–F¶c6íýÐ8jùHiÜë;ZˆI]#X7¢òæþ¨ì×<•æìûäßäì×U¾XÓ í®Ä;™ZÁC‘qHŸa{èwæé¦f6xõSkqÜõ[†O­Ó?T4+:ªŸUòÏ4ó³oƒ+AÉšz»~oÜ&hšàñpJ¨=‡ðGpîèõŽT“:×§4LŸÖµÉ*ÁVùeÅT}´ä¥ªÜ0š¨™gܽºÜ‹ã–‚Qgþ ãì÷PR·ù7š}ÈïeÄ6ºÈ-žêc½Á‘¢18Iî ;‚¬–Ä)PTºî{uÖ¼ÚG;ÅÜ#x¡»Œæo…ZÈ/ 0Nm÷ïÄbéWÞf|Œ¸µPq–2íó‚CÄé’øâV2@|¸dyl] r;%Lí6ÒSm`}‚o5Ô3T(mªc3ü£¤ÅÛû8žayë6N^³vj$Ö™²m…,ïÄ\é'Ë»¬^…·õ«ÔJuºu¹ RKXe|£~µ5´ÖxÑ:àˆüj‹ñ3تݗ’:ÛMFœ^"›] -?‘×Q¼¥<&ËVr£ìZªPP 4šª2W¾N7l -m1rìMáˆÈž¾ØÉ¬¶;¸ËI×Ò_€ÑÜguáÒ­ùKj£òdEÊAV’ìTujj°ry•F :+7óA¿âbè1hOùÛü²|Éâ(³SYš{ñ«}ÀˆþÕ4)])™Ý¨È[X¨k¸›µ@zµ^œ:WÖþ)HÜjóµà©jIhįš`„wTœ\,ƆʋÝO{Ëx_î*<“…›¯çhò0ÈUf¾ÃÿÊפ Ä@±!Öì’³+š¨auepó ¸Õ7›C'Öa¼ h—‰ŒÅO®¸'Wˆ®}‚…H[“ÌE -÷UZ¼Uݲ“œ ú;P†_9ãçz&± 6âRo¹Mf©Åaa~Ѩ]ê+J5y”|\;nRŽ$ ¢ÎÀ¥˜{Øð,¯/0œ !šz}MÔ:ìI1~Ïå¿ìõ“j9øwÅìÂëºãª‚õeЖ±Î -:&ÅÁÓô` Œ<€yåØMXÔƒ ¾òíy®!Oº®`}™ùJgÀSÛ\ðZ;S§ÞÒ9âÒ; _$^7ú›žÇpàx¤—Wˆê±cA=æ]x«ïâ¹ÝsŒj§ë]ë‚U*¢”-ÆÁ‚ê+°¯p¥æB§§ê’Ñk‰¤¡Ù̉~eü ·óÒ1tk ß[ø-ú?^\ò3+t¥[Úäj¹Ýü1¿A9„w眉괇ڣdNb°>€ -ˆî†öÓ3y«`úCÐ8º—yï7ÿŠ}ç¥"K,/ÝBhÐz·äˆì;]ò^±ˆMÎIVídkÓš4ÑìPÂà˜% z·¡ÑRÍ‹0ñ-}F†­”_ Yk}絃x`Ý ´ƒí~É|i¨ý¾/ù§ý|ö#e„½9-KýžŸpUÛm®Õo·/äEõöÁ ‘¥ý²±±Òq¯^)tk¥•vÈvýR½I2OVPõ1»Y1«J”殺Qù}ÂÍåŠÏÑ´®¿àÅ@=åÿ^ -ÿXžà‡bTÙ!¯ ½ìon”ÂNÊR -ñ sÄÝÒøúß³3åÿ¨;¾æÊ'µlÂ&à¯e4¤ãTKx±PLUZp _åׄq*ü¼çâ·Ëg¹½¦¸eN²ÇLyæ}qs0çÒº+Loî…5ŽÌhþÏñ«Ù¸âÞ¨v¶C>6i)P¿äj¬N:GNžõŽ‘·è²í4ÛyC)D¬—n!šEHÞÒEÜ—u‡Ü]È[BùHÏÇ5S÷±QAôêka™Fàæ°vh>Çlaà 3¬¬YäüÚ¦"¯cèÃÂi¹Ç°®âYÓÌûJ.¦"øfåiÁbÐÙEžφi¨QÃMn"ãdúÈib“0އÀb"ø.)V X™ÎÈ‹D£ð²/S†|"SañÚÂjó='Ò„O@ûÂV‘8Œ»’êE¯r0!¸Úf+È÷.-mŒª6Œh¶‰#ÁƵ¦úŠ (A0Úe‚##ÌBÄ懿Åhn -¹oæÜ ƒÈÇ™£ôi—Qö»¿`›Ž€Øõ¸a–Éamt.M™eÉØgH †GÎG_™?…-1Ÿ'6såD5î3“J¦‡<ÞÓoX•k«´ŒäOh¿ðCøLçaÎθ§ÇÓ’OA·‰ÄØc¦Kd*i§DažØ!šà2ø.¦Õ‡OÚØ~Ïp:ÛòÔÕÎ<²¾ÉÏöÐó„:-D7fà:1ã˜l2Lml™ÑÎ.àß…[ØÃa^h‡EÈÝb¾eî£ îY{j¨~[–k7ƒÙF%×ÔζM9“À¤­#ãÿ ׇWÓ`7'¯¨ˆ0„r‰!/C“à#aE!€ ™"„’ùÛ;ƒa[µ«ÜCï''ÐZ)Žs¾¢â<µ.èá³ZÜhµjOï¾ÿâ‹j|CÜLW6³ˆ{+7˜K‰WŠ -}d`Ïö˜T%8Ȇ¸@¹1² *%{C_!,òP©¡vÐ3+‡aÈ}8맆Qweú¢¦÷Ìó•«Më˜MŠS–‹Œ*IlK¦§G;é¯ã\“´<òø‰:ÇǨÚÒ˜WûŠü’ºÞ¶Š¬õW[±´§M¾î•òæMÞ Š#Žw~’Ü:àII¼ë¹íqc®Vfgä=ð}˜ o¢~+™ ^æò×0TWAÀêBJV<+µŒ¼T .&¬gË<侩¨“52•`9¶›Âì¬ùÔe`¼ø >«¨2o'TrtU'ήhÿ‰¯U]ijkÖɸx·áƒ¨ŸnÚÏ»A™8ƒÄ¶¸°)2ËyŽe Ï@Úµ#pGùÎÜð¿+;tï~5£D¾¬mW•£¬úíÒÛhÓˆHƒ¥›^ðna¬ÎM¼Ýa çjà+Ö0qn+º8«ä&ok“tNðKȦÊhÔ©üàEÆqénxÒŒŠ‘¬‰¼ ´Ó~Ÿó;ÖâÚ^†gCª™D2TøÁñ÷ú¿æøœße~ti£š`…iByT[>H (Õ!Šƒ×8ô¼·HµËÃC›Á‘ðÌO†äâ…èÏ…"[I¦aO3Ofnvè[|šÙN§¯ÜâÚc¿"mÆ”H~œ ùÇÔ |>ü>:ˆB!}Øwø¼‚¡–4Û =i­´?É”Ú6;—¦œ´?t©• Î4À*-tíŠ$à\x&_ Õ"¥1]ðQtoDº{2… ‰ùZ3 ÆëÙ–!ð?“Ö9ж”ë•:Ç $Pªs¶"÷Dj á—‚Û°1gá%¸3¢¡‰¡qèñ$ÿló4V’}ȬÂÎelµôâü”*k‚)mDb{ Ü~|‰ëXtÞÍûšB¸¬s„[šý Úœ¹²›hN@¿ZžªžÃ¸µ_.FxvHü=rÍ™#¢€”{ýEDaÛáé°q<ÝÂÆïã‰Ù(°Àš“étÚ.i`PêX¡:¾tn”³ Ó®Çâ!x¸F‰¬…Æâç  g.z ÃvaïCÖãk‰ˆìPgž«.cØù@5j×PuT/Ÿ"p™ø[B -ëàJ´*þ/ˆ3rV Ñxux¶„…tc?¯þÿ©»ÈšŒzŒÆhæ9ÕèUâJÀŠdØ„øØŒ7 @%fÇà ±…cBÚÈÏÂ=h7YrCÈýY6)̈±ËÈ­)7~ä}Õçlj®ìµk%ÅŸZ©,Á&ð8eŽG¡)ÊÃéFRÞðƒ¨Œª -™Æ©Ô¬?Y Ü·Ò§l÷pÊ€}¾{£*ÇäΓ=sÖ»Åç]—™+‚] —ñÅ÷@ffçüúLøä- ]ŒNQ'tw¿¸žû$Uÿyqá‚äSÏKË%í½©’¿µùª ¢VOm'?Ð4\‹áµš#Õ¯UºÛ}Ü™ÌsG€—uìE‘[{ªÝ¯tyru볊GŠç¾×U[$„/º6]¨÷–7ÌáÇxÚŒ·cyHÀ`o }Æ®É`ŒY /Ì4û>–‡iÓ|³*-É~ÞÄêAÅ>]{ORäžn¦¸u|3f‹Õ12›4r?=â„ØBÚBÁ£t"ÉØã ¨Ú«t¯ªÙªÞÁ LŠ -&·‘+‰£?_ -t¿y”/¡µÖock©ÛŽ‘·¨Ï:vÕ M³ü©BT™CWÕý®ÑQ·¾PçR qŽ‚Ge™²%þÔ2Ë^aµÔ¶¿ŠüÉáÝDö¸ÞG-%a(‹½—ô!V!Ù‰¥§Ÿ$g4ý‘ò‰6ÉÕaD‡%KáOPV±d&ñ•=V('ö9£ø&¢ÆŽ8$‹*#þõyž÷ßÿ^¯×?_Š+yü“úÖ`ÚæGܧI6ÅA#eÃÃÚ«žåB•íð*h¹bìo³Xì¦fša€a˜ŠñSàÍ‡Ü -ôpƒq ‘A´37e‚°R[ä‚ûÔëÁiÈV%bÀ;jÐ{xÂü³Œacv„YÈ„ŒÓ˜,üŒ¥ì7˜`¥‚ ˆ¾À6°rSpŠ×öà#+@w¸Så8‰%XBL$ÝcøfŠŒˆkÌa\‡mÉ…ŒA¸Ì@ÂL@6¬}ºi’U…´h'‡Q }@+zP¥LD ¡.ºÓ|?ˆ™î [bqÆôLL΢ÅÞH<¬›ÅD°.=yÖFì•6Ÿ%Ʋ4€`ì‚ʸ“%\;Ñßͪ“XéíQ¼Úmçnè~¹Ý1ž””0æZHlŠ7öÕ³»î³K{4¦Á?V£4Zñüëõ%‘ÑG¢ƒÐ§òOÕÆ{?\I²¿lœ’x×ÉÞpG|‹›<)þ’‰g3±/Väý›c{ÐÙU !‰´¶Q!G]¤´Œ3HóU pV0Ïíe$Ø85¶¾ôÐÝÒP&NÇë6‰SãÝK쉎=k¡w-Ê>€«sžE"pÄÁ·ˆõ¡žˆHíÓÉÄ4MÍ*tˆq\UŠ:±,” ¨<0¦¸y3Õ ÷ ºet˜“E>Ä~âF’go¡*Û°¼Ð&½6ì$í¦N'šÆÒ’CÆX;Ôö l๲rRW EŽÁûM¦Ù(e{OÍ ïÂÌö֢Y´xb?êIÔ“¢šÌºk‘dV¡–)²TPá -ÈBù\oW| ×ÂßL^£•47£µ¨½’¬”2—Vá™2qQTõÕ`)¨¬{N…”´`ø,«&‚×ÃÅÊ5°9b¨øöFRMzÖ}£•pOVƒƒÁû¤åð2èÜÖ…þY,gë†BÏ‘ZùÐ5¤HM -%¢K”¥P#J ÈÂ+ѦêÐ\f¤ e ödyÈi'-…V Î[WCŠh¦¾dˆŽè&CꘆV´3Pß i`j*ZˆÖÔ¡jôºŒÌ·oÿ^ e› ~ró5ddæÉü÷ý¯÷¾~gýÏžº|1„B £ÑLB0‚blNxDdTtLlÜ¥ø„ÄËW®^»žôÏ7“oýrû×”Ô;i¿ÝM¿wÿÁÃß3=ÎÌâfórrù‚¼ü‚¢âaéQY¹¸âi峪êç5/jë^Ö7¼zÝØÔüGKë›·míïÞèèìêîéíûØÿi`ðóПÃ#£_ÆÆ¿NLJ¦¤ÓßdæÍ“••“›7øiáÂE‹ã–.[¶O±rÕªÕxµëðò -x‚Þ‚WÁ³à]ð0ßË̤ùÑæoqfÚàiŽ·•esþäg±¿ÌvS¹æšS|œ!gàâ Ùî£9îIôÞì¡gQ»Ø«¼¹Â§¦®ô|sU¥½"ŸÙUÆG>–ò8Ÿ¹\dd¶ûÁpg°ža˜ä¹†á»^ÿ\à–Ö't{ÜUáÎo­vÕ‰}k«JƒšÅE¡í¢|VçÒ—ŸddCC³ÝT®Å08S&r\ØcyÎW†ŠS>•»™wd·g˜Ø ­Âz«­€––±K_Ai'Æßïéænîövs»WæfnfïnwSv×d“cbA°w±‚н`ìbbÌjŒ*‰ÆŽ"EŠ€TAš‚ˆkŠœëÿÜäfnoðÕ‡ßû÷ðÝnœ2y Ô¡t¶>ÁgÉÆùÓ~¾nˆ›7ÛÍÉ5aØ9æ&V®õ¬öé§ ÐÕCš_èÓ±%òͲh=J§mnÍÂ9ï¶&‚ÆP$ñhÒl Q”£dOwó³´/x™3Mã™ÆgãYsgµÏ¸û§÷cÞWm8nQå¯Y¸Q.^qG³M,M¥Œªl¼}6ìÌ6….¿×Zþò…ðí××׈€¼çÀ Ùìð,òÚóqÅšçó¢Ó7‹Þ/²l öôð«T«oÂâßd ìI4Ÿ0üÂç·>Ђ¦Ã°Ò}\bí6Ùħaí¸,ŠmÉ1‹÷•3ý•Zí«GuKµyúÙO ªºæEifQÐüÂæ¬ó†ó†ó†ó†ó†ó†ÿ«÷¡áʇ†áè—Pr€‡?q’Û¶©ývBÙ†Ïf›q¢¹¡RÅì`…F×ÚÐQeV5ÕÚ”ÏÐË‚æ¶åñç}lðºNpÑ)'øø’¬Æ1’غEDô­Óˆ‹ÄL¦e)0ŠdjZ?ôpFƒ­2©^ÔØ¦ê[ìœÖ;ã >4Œü²!®øp$áñ¿IpôkrRÏ9…°DIgX)Y¼yJ¾ÄH.™š%=Ðê Ó½¸ÍÏרmèuRzÍYþ¿ #A±E‡Äøê2¬ù %±kšŒ[¡§Rmc™ )˜gIìr¥nìþŒ„Pi%uÔ¬`š6Úš6œà¯ÿ¯r<SxHŠ­Ú¡Ä7¾¥Â^m0’í¬Ò/ƒa“ä²ç' zQÉ”‚W¦ç0Ê-ØÊ5LOãV{»ó>4Ñ@Œ.8 Ç<Ú¥Æ5¼c$´o±áýk|~y2ƒdVÝ£éä -Q‰BÈGéél”¹‚ZmmÜhÃ6¯;ëcƒ÷€øsqD‚æïFWîÒcžm³â0oø°îU)kÕfÏjriJE!_,.‘sù(™]fn¥Û›éµöfj‹ÓÂ/QÉGä¨{ï©Q;cЧo¹1è ìå’ÑeÐ#Êé,¦XvOÈO±øe:»x¾…Q¸Ô¨Zj«_tÖiÀä}ùCÃHdÒ!%¹G(wp"k¶„Ñõ+Jx“ÉÓ;­ƒ“%Ê o)a •t^©¾S0ß<–okbVØÐÌŸœŒÜ8m]HbDâÁhxÎ.3¬ô-?üѪ,ºÆ¢jÑš"±R-l”?•ÎeI‘Rº°PEàè_qòæXyÖzÊÚȪ²8ëç†òdžcRlŸ’éà„nˆÃP6Mx•Þ€‘Çø¥HçÑOHÂ|%–ÔaÆs ÏÙ¹óuì’ùgœ -“³âÍ 'ŸË9rD ŽÛc¦¾å,©B‘³fŸ' -›_û„!ÇRÃé4E,Í• ˆ²§:&²4M¼Ì™§ãÙ†Úñc-·Ìà,€tó³ãQŸK'dÈ-ê÷‡¯Êü“ &Bå2¨N`õëd"ñTM"4•ÁÅN¦‹;Äir´0Mõl"MSÃÏÔUó‘új~‘ÎY'd×ÏŽFA—Ž)~à=¦oè¦1?ã‘ Z¾S*\=gZ:)(ލI¦ö+“9/åIMÒ$I8IöX”<õH˜ªz(Ì:…tÚåÖ§‡4ÐÅCÄû^P{€Ô‹®ÑÖÝrÖ*¸žl îÄc‡ztqdÌtüXƒ2~¼V?Q%KUHa’ri’%I,“d:í€vût¯ovØÞ®+r÷´ .þâ­[i,‡×}Êšÿsœ-¼½s>¼=A¨ÓERªÕQŒ‡*(«\Í)™Šå)âyŠD~á´÷ ÷OÞy~µ)rûZ?ÑEºy5„½ëžAq€ËqÁO;–[­]OLAØJC0¥!ëBÉÚðѨÚò¬A­yÖç¯x¡³—¼1é6Ÿ—) ŽäßWIVÿN¸5° f îJ°„:m]tùWªÅÏÃw|õ%íøš+¸Ø¸%Ô»eþ¸çVTºíö ï{UÆæZÄúÝ:øiOªWCœÔk7EÛ}›¡+þ§ÑÎú.}ô»þ èyÝ!±@ot0/ßLýût”v~€q|ú¢/:Ó™N÷hg;û¢NÛí&ÙÙNÓæ6k¢1›£&‚'ž¨¨<£ ‚¨1 -(à -"àÞ"(*^€ˆ"—¯xÆc½â¯ÿu}Ó—ì«}á‹ïûÏ<3OÞ‡ºpÊ;еR-X¬ˆo7•¦ôéóqr‘0:ƒ'MjqÅJ-Ž¢Ò¦W)U–R‘ÚÎe[Ü¥áÒpi¸4üâ lÈÀ‚ Õå8È”#N0i—V¾QQ³ÊŠæ/2ãÅfjrŸ¾2äfŽÍdæ*µø"õt:E=Y£Ë®UËójU?£Ÿ ß]ì§¶ç†:Ä+À H>nÊÙㆼÝä„W¯ÕGñÞ±bÛÌUI=JÚ ®(cT›“£Ôd5š ªf2«Z3”W3ÕWP£é)¨¶8Àú÷AÝ…¡2pá Á/鄇ÌÚç¿Ùâ…1׸Ü¥úè–yvB—‘ùZ¦+OWh ³•"yz*³B;’[¥•Ti; -«´âŸdøÃ¹¡2ÔB®7úŒç›xÒ@Üç•lóCèïÃë—yQÂEn\»©.Y2ÇÄϼ͚TåL)º~C×QȘm!3f›È ¥ý¿æ ag>ñ§?ÂY´#DUlÃX«Âþ;atÛ|cb·“6 ¡gŽçN÷ŠçÄù•ú&2]σj Óç, °!Cý…CžWèG¾7öDè›ñCS@á‡æ êfkhÍZÛ+î²Ó´(Žo× ’ec,ü¸„Jœn&çéy…4c}Q…‘ Å*ª0XÚOëk 2°a^ Ñ+ä£wÜäƒ?lñËßm ,Ûja¬w…³W%ž©7F¬n‹—6¼k¯ÎÐp˲ Ìâ7óôbª™^D3ýœ. WÏ u?¸ -¸¡îö± p$‚‡ïv¹Åmȼ’–&RŒsÈ,Ͳlx.¤®GÞÒ<ÕË–G —I£”Y½˜\Oª.½‡<›ÙÍœ!ˆ,Ô_ÿüÜÐ`oø0øI‹‹ïA,t[â¹¢ðŒ6Î ’4ó^yŠyߊ>]0G¤oåCæPäP±,b‚(‰Òdö%kˆ’œ©¬þr5AR1ei€\<È |ùòHôñ¡ç%rM 6M¹¡§Ì.8Ų[‘ÄäÅÍ yU˜¨v ÝW>&ÏÏì¥LïǪ2¤éJ‚¬p’ +™°4ÀùÏç€÷ð -h|fó±ÙÉé ÃÉuCêì9¯tñИ0ŠçLɬTdð¬hë”(m,¸—<<˜5¬ÀCŽ4f=)£¾’RŠ ‘aG"dXV¯H°8À¿ñéY“Ý?ÛžÞÚì·»©×Ü¿1¾dõBºc*Þ³O¼Ab/ÂË©FX5yÎÉÒ¸ -pj÷Ö$¥‡;茙ðíÂŒ#»1ã!P‘]˜ ŒÅá­ON[¿ÿj·ûÑ7 ã÷þ6¹xÃJºcåÚ~h‡ì=Oa¯¿È¥,9•æ›é½síëÙœx­KcŒ.Œšrkz¥öl W{· Õ-ajT¨Å¶Üùý¡øÑ_Wåw¿T™¯}5°uóaû‘µ»àì šµïX¾iOÌ_µ'§/Ú—'™ŸÑc Ï«#õN¬ð9çºPK= -Ú&xÖ4‹àÎúAù[Ü¡Èêw[’»ŸjæþüÙàæ¿¾é8ºm+¶n,ð}HÙ¡]\Þ;~Ã.'qõ1³ô¸½ø„‚š·§š*‘Ð6þ&gºŸÉ…ákreø˜<˜>Ї-m¯óÞoç¦þôë¡÷ÿø¢ëðú·MÀʆÀÊ€5’tj‰;°Nˆÿð¹ù²n›¸ö(ßoõq¡ÏÊ“"ÄŠ}±×²C±ç²c‰Ç²s‰û²Ë÷e˜Å½ù˯+_ü¦çàê—ÍàÆ·,pǺ Üv$Û¸Œ=¹ùêð6xÿ~²ÿ®uª÷μç¶Mºûö£L·­Ç™®[Oð­§Dئ”#ÑeÓ)ËÒ@åןúÍ¿ƒJ+@yîhð@À@DŸ1ýÓ¨ü]º|³4²f-?–·DLjYHÃuš²úŒqýƸR©1®BfÄÖH \©.‰/U¥ -ûÇñ–ui¸4\~á:d B†J8T!0 : õ¨EÚe Ë6)ÕkÅ1 K¤Ä–…Œ´NS2¡ÏŸ/3`K ØÊCBí€!‘7 yÍ—ãù²‘ ËtÈÀ¸õ£á A&<Ô""; å˜ÊÙ«E—n1#˜ÿc—NƒšÎï8Ž÷˜i§uêÖ™î£íëîNg{Ø‚î¥è**‚‚!œáJ€nŽrF ‘39rr„„@A„’$¹A9~ý¯³³}Ö<ëƒ}ð~ü}Í|¾k•8Ñ2ƒ¨˜ÏËh›!SžNߨ"”ꦈµº)’@7š.éx éëË‘ôu[Ù2° C5dàz£D˜ÔCQ8uWÍ|ï]gã+xùBqšz†ú k:ƒ®$•ê'I,ýDªH?HnèïËmèõíVÎ|0°0Ôy - ÄhÒ‘84gOY²%Ä>~ÍÇñWYÉÒÅòTÕlY3MÓN¤2 c©l£)Sd죈Œ]T‘QM[ò¬ °þ~p~0ÔÂ<@½wh@ÅœH‚ ÇLö;IDÑvCLå†(žûŠŸ$^ª%*çʲÚÇR{É…F}få Ž,Ôä -Õy‚&º`°ÑÊ~4p  æˆ@ AFŸHñG24y_–¿#‹zôFŠe­‹q‚ÅzBãTmfÛƒÒ£¥ÑšìRS…cRÑø&o’<ä›ÄVö_í+€ „DËPÉGÁ™ïåú®"‚¹©ˆ­^•ãx³‚ÄÂKSë+<ÓQ-´"³‚öxXF¯ç×  øùufklÈÀ½ôùæÄ$ùG7"“éÊêvsDñº*¶b©ÇšR$7 I­=¬ÌîÖ2ŠAZ@7 èe~>×Â-àZؼ–•ýhàB '2¿ð#Eî@˜º×By£ÏÕ˜댫S%4¤xUg]Z·¢šl¨gR‡k -‹ÆªŠXc•…œï­„,ÖôCd üOä¾a‡Mþñû-(âŽM~ÝN]éÁL÷DטÚãĽÊä–V1éi7CϪÊ63yã…Œò‰¢ÖDq{œQij&À <ÈÀƒ |˜+"üŽ>˜ƒf?ì®™²Õœ¶ö,œ¼Ð•?a¯6tLj4j\‹BŽïâ‹Rû+8™fz%eœR^2I©`½ 1Ùt{Üš~bÀ`@æísØ„@¿SùF¿mÀmtãW ¤3æ¡Ù„yÜ«‹¶vÅ5‹[5µr‚®X”jÊæfŽ¥s -&2xìqJ5g,§Âº ÃAd¨ƒ B˜Ë‰ÜÓû}³wàn›Oøf—ìjpüÜ0?ñI7ŽWu… äºh%¯+®ó‘:±¦À¦KÓ,$Y¾…ØÄ! yÃd.oÄš÷áò÷; vu>Vxx¶;è5­è¼y1ƒLZ@Ñzf‚*[ÆCêCaŠªþ¨Ž‚g±Ú¬Ž„Â’)¥“nJîf¥©ƒé²ú!k<ÈÀ¿üà;Ø©«Ó¡Ò¾ÛæxÝíå¿8àç÷bÊ7Ô´ˆÄë^QÛ‚ËeS!|Ž%LÎ ’£è¹¯1¤ô¦¿÷¾þqAÏëµ&P÷Ï€Àî3 t°;jrµß}sXÓ¦-÷n›ç]ºu·„Î-/rÓªo±p6 ¦f%(±Ê©¦ uús´oëN6`Ÿ%Ý)ÆOñÆÂ.Âór5zÈ ¼ò)8~s ºg·ùô®ÝÜЯ‡go¹èÖî†tîÀR”›9âefí¬O-sÒO@õ—e™Zˆƒ¨¶¤Ü@dgÂ@B'n€Ô‘8˜Ýž8øð‰5ÁùÓ@|õܱÂÙv§ýÎ…%ý­ó#/¯\î_»é®Ùq -oÞƒ6<©ìe/&sÖ£&oÊ‹Ÿ5îÝ@²øÈ“†ý›ãM*¬ ÓkŠ‚Â©°æû-Xs–UÑ¿NéwçTN_¬÷Üø|lòÂ_õ«v×5;7͇w¢${pgÃ-·tÎÈ›w­ÊzéÆ!Nº Ç=°ciô¨_c$´Mô#–¨ÆKBcÄ(^fM@òï?ùõ³[öž¶ùظ|ñ|×Û+-G7ý$'ÎÑì=bé¦3%ï•saæ¢ó#œKuÂK;f΋˜òà‡Mz×c }B^  B!“‘P±VmOí©íÿ´`´95°øÅ'O·¿ºÐrô£8ú±ÁíHæ¾C -mÛ!3ãõm~Õ±(nÉ©4ránEè¼Kzε:xÖ½&pÖ«ý -j6 9 …©±¦#åÅ߯õØþfhö“S϶ΟU~û¥Ø;²Àu&¸J=¼ž¾gOJÞ¾‘»q37|ýýêvAàªSrŹÄå^‰ß2œá»ìÎðYöfú,ûAXÕv§Í¯F&~÷ËžÍO?R¿·='—¿dK·à[*¸˜ì"“¯$D¿»Jݹ–´mŸ°u“ìûÆ!Ûç#Å{óNŽ×¦3Ô½\Ï x®Ç†”—UýöÚõÝvð·32`û°±e›k¹à‚K*¸ˆH_EoÂCŽ/Å"í|ß_MôÞ¿–ì¹oŸâñî&ÞýÁí#¾çDtÝs†ºG‚í¹Z(=w”Ùœ¥W¿ÅN.€÷eˆP†L>a¢³ö ÃóßæÆ”of&±×ˆ÷…«8²l›§XŠ)Q.ÅT4/Ųš—°åRœT¹߬œIlmšHik!¶+þ×~6ülø¿70!Ã#ÈPJÑYÅȉì5I¸šø½Ö´[ Ýÿ%tÔt~Çq¼Ù™mw·Ó™ît¦ÛÖÝvtîN§Ûª[ëŠA— G@ BBîû†@ Ü!!w€@ B ‚-(÷­" ¢È¯­ãôa|ðžÏ÷ák¾¯ œ×õ2¾]½œ QÍ%éTS)Êq²ã:È@‡ u~U0w@÷ -L°P‰€F}A*Þ­ÄÕ=) 4of’k$jû21_µ„¯Ð.Æ7èñÝb‚H·DèÐÎ%i´S$½Æž®×X3Ð!C=d C†jÈÀðòlD$hF@:ã% SøWó´ÏÞÌOæ¯Q2dËɹêEB™~_oXHàÃÃ$•aФÕÛÓµú!ŠVo¦j ŽèÇþñ'Pjan ŽD8hAáA :íƒÉÛkÄVîÔų¶J“Z×rÒ¤ËiÙª…ÄÃ|B}×<×=O”w=HQwÙÓ5CTMg_¦º«›¦êv4Pÿ:ì:h‚ß<´¡âúª“óœ‹-ÆŠkØ®!r׋ÉâZ–ò©ÈðïÄZãt·çAr»ÑNV-¥±¦2vf){´ÙŽ÷ÆÀ€ ¡2pà~   -„Á8 -K9bh|lÉ.7®n›Ih^­J>*ÌT< ÆH•½¶”FÓÝT¡É’®0™2¦Îì“:GaRä(ú 4¼1|ñÆÀ€Áî ˆ Æ :éPIÝÅ>ÄW¯s‰¬&©u¦’Ú>–—«·PJLæ4º¹/gî¡¶›õYò~U®¼¿=Wn–¼Gï ÈÀ‚¹ÜˆÁ@}$ %È"ÒŸI£ó¶$qå+Bý—Ä gȆK³u½9…&µj@›Ù4 ¡I9²ižl@˜/à¿Go Ì·†FØ5Ð÷dБ …9l¿•°/O}"ÊZ—Ç/¶ª§ù·9£iRsM¦V_”ý¼tPšÝ0$Îå ó$CmK §@êp€ñÖÀ„ l˜ àÃá@êøJñB·« KÞRa(+j\ÞCe|Õ„˜Ø<ÔB’­²2»WXXháå×X9ks¡ÈʆbЇ™ïÑëäkÃiÐìz½NÐÖAT2$É]¥­äZu„ÜX4FjbØÉlÁ(¥^`£Ö:`AöÉÏ2ðaä¾®j?Ï]ÂwË€\¶†"g'cÆî¤›m¡%ÚÁH¦Ø„å7âÕ*bgžô¶™,L³& òGEõw%"+™'Nc‹¬ŽX'þgh‚ Âë;|®îk}¯?1úy¬Zü=N ¼&"¢†gýÉÝ÷QÅòQ4£eÓFï‘uÇ2´ }‰ª ^kÁkëã ¢Û -Ù‘tÐÑ@#dh:õ9h† ·ó/TÞÎÏ:½¯l˜}®Î!§"–î…ªãG#;±6B7v”Ò…-錵³ ±v©gÕ 4Aîéc€ïü·—J“ϺÜO­ZܾŸž¹zʶ仳í…2ìøÅË#2x›ÅuKÈú¢9.u:Pœ4êˆÓàÆcµ¸ñh³Õ±÷*TqleÜ„¸ÃÑçË2ˆ/û\ëöÝVßµof'œ.^>wgæÙ¹ç¦Ø÷&òwnÒ6|KK—|ë³æü8¤„? ÃN†(¢&0Q“xEÔ$I}?[3UÑ3Å9hùò#ÐöÃ.Çwº]þ¼`»ð»±ù³غt±kÏÕ¯ãÕ ŒðÀû6ó)<«|^š³§“y±‰³><äÀ@ÿˆ˜FK§£¡ðÐMEÌd‰"gŠ…ŽZ¿ú%œùþÎå÷«ƒN¿¹7÷×Ï7Ï}ßµwéjÇ‘+RnD³ž»%Wì¸Ñr7ÝŠÓVÜ«‰‹7¸Gð&Ìœ7|ÁCÏ¢x¡³èÖÐÙ(hã¡RZBç(\G‚¯äç>Ýîuúäþ̱,ÿ¢{Ïé´ò貫¸°€KtÅKRî3JÚöµ|â†kvåzuÄ’;½èÙ²àà ^@°PóA¬ ùPVÐB$T,3h!Ñá€ä›w ç>œÿìçÃk'~müéÔqÕÑ…3Bà c‚‹þåàbdîKç„´½K©ÄË™ØÇWò"¶\ŠnmÀJQëîåkžþk>•ÈÕ›UÈÕ€*Äj0Tx%b-Úá^u|ýÁÒбŸÝ]þí=»ß}ªzõϯ„Àé œ½VÎúå§P28%¼ü1fÿGRØ®óÙÓ§&<€ã¾ØY·Ý·»3[k§Çζ«][m×*µV9„„ä6$@8@Â!H$@„3’'!!7 ‡UÔ.ȸjU¶ÜTð@~ûŒãìLgöEþ€¾ø¾þ~JžøÐϯŸ®Šþå,#ò—@fÄZ03| [¶ŽUº‡–äq‹Îww]›Ý½ËùäÃß¿>øg9|õ7!:܇|ðu Ç’àHJx¥'¿>–÷êx^ô‹Ͻ ö|‹B·ü¨Ø-*f3ˆ²Œ†¥oFÐÎmF{Ü•Éßír>Ú½Ëðú£ÝrøôOBøì“zøûÁ*Øœ -üràK ¾ŠN„&ÄÀ7)à• -ÇÒ0p<=NfœobÐŽofÐΙÌÀÿÌ€À,ÿ`4ŒÇ{ï³o/Ô9LßÓp1(8¡‰ÀŽÎVBáN%®êEq&çi~¾`=«¤kPÝ·ŠãˆWp|É -®K²’*FSJVðzÉ*Á"^ÈpˆdŠï’Üý·ò&<ê7Ão†ÿcxÿ¡5°C¡!4¢‰P—@Ù©¾Pù¢ŒÈyVHæ¯çw­¦Wõ­àÙè¿EºŒë’-§Še+x•t…0$]N³I’¹œQÉí¼1ñlþ„G5Ôïب¡Ö×1Єƒ¦¨4àÆç;¥â%#­îY)©e½€Ú¹šEï_N»([Â7+–ðhÅQ,§™3mòû9ù­<—l¦`Lvâ–{Ôï}P5Ôùø@S`0°± ˆÂ?>x)¥¯êµ›•ÙM4JÇj^yÿ2‘%_$ð ÊE‚T¹˜®\ Zçrì·È£3—bªht`’::èIЀQC=j¨÷ñ†–€sÐŽaÚãH H.Þæâ™[¬L|áZaißR6S±˜Þ¨Z t ói2d>C§ú9Û¢ºçPÎPœÊ)ªS9Ns¨F‹ˆ'ýÏÐpôKhô9­Љ‰‚îÈèŠËa2u[€gl5ë7ªóZWJŠEóä*ùƒ,2GlÓÜËkîåhÔ?åZÕÓvdŠê@Æ‹íjG‰Mcñ0hD Üý{ 5ð¼OB{@tc"@•¢8âNO2åyžþ„O¬[áø«©ÝsÅtÙòEä&©E{ƒÔ«›ÉSê¦É#ºË…VÝX±Uk/µêFʬ:C™EïIo ¼·†fïÐáï"lˆ£@ŸþJœB~*—®uY -$Þ8E·’iZ 2UШ¿œ/4\*& -õÍl°–š‡Œåfƒ®ÂlP{p߸¨ïý=tøA? ²è¸yþ¹üi]J -õ;IõwùE­7êÊú¯Ð«1ZÁQÄ7Ú¨"“•†˜FJLÆ¡r“QC7•t“IQéYo MŸïjhõ>½g@Š˜˜meâ…gJ\æê`å±<³|NLbÝR×x%}c,ºÊZQc.ášõ%m™Ü¢)6+éÃfEÕ°Y‚Öïa¿2´{}¾ ;ÊØ¨HbÒr!} Áç>P©?ɳk¦{ÉüK­4‘½¡\i¨aTt¶EQ!°Éèý6i¥ÖÖϲ‰Ðzª Ö.ÞÞw 54¡¡÷1èôðÀ×Èùð-MBüš69u^ϜӧÜTf0¯Jr›Ý]…½#üÒA„C’Ô°¬½ ž³›Ñíìd:…L³­©w´2õvOú•¡Óû[e¸ÿ+M,ö©.>fÙ”ôÈ”Š¿kÄåOkÓ—9Mö¾‚}m@Ñ\>ÔÃaX[YlWsM››Ç’º¹µw#Kãâ²´£\–ÎéIЄZPC3jèö> -² “;H„ßK]Lðº!.bq$1ög.ñ–5‰|Í€¯r#Y<“œÜˆŠýÂR}[ÝÚÀ©q×Öñ&jؽL2^S§g]Ô¸kkµ.OzkxZŽ~=>G@qîûmM¤ïÖPtÀš)óØžvߘpßûƒWi×gpõ*R—\V ïê¥êxíefS¥»¼‘=YÊ^*æ L–6"õêñJ¶fÌ“ ùƒw€ÿÖ ò9 ƒÁß½ÔEœzfŒ<³lñ8–pg**þúäy’Û‘RaIkPé³:úTyÒVES'¢™Ë…e.J+k2¿M0IJ'(mêqj‹z¬˜§q{Òƒàïàèû~ Hˆ×ó¡°ã戓 ®¨SsS±§go`Ïÿp5&Û6‘X®s¦ÖKÍéÂŽ¡lI£:OÍP˜ŠÄ4'©¯Ú#nqgKÄ.’D7šß­sRÚµ£ž-¨¡5´{}ÒÓ‡¶µ˜Ã›FìÑUG¨×£Ë‘ßÜù7ÆçúmLŒ{&2køj\éÀd2»Ç…ok¶¥÷³ŒYªi8WM±e"U¢¦Éž¡ë·eè Ò Á’+1X= øüÚPC§×>8sàÅæà†%äÐÂDÈwgÃöMÏaN]š ²Ü Ï@f£‹û~Œ¿(¸’,`OâDå. ÙNÔgXÉ&‚>‚·sMx§È˜ê2ˆf³!S7bô$ †öÞo?•ß¾Mã¹ý+£ŸÍýøÑû_\yzrt>2Üð *Mv/Š*¼ê¿y¾¥r:¾‡r-Iž1•ªÆMåèR®–é’¯7h“ÿÕ£IšÑ©S¯:¼Û®ñ$hC ¨A|ì“mÿ_7¬g?~xÙwÏìÝ_™?{xt5Äϸû_vê4¨éÄŒã8îåÕvZq;íºc×­ëîxâª,· ÷Ž@B @€@$$„‚9„@B ‡âHKDwµ+‚GD0€AQžþÇéô-yÙ}ñyûÌwæ7ó4ÍRª_2ÏMøú€Ræ“@9u"D1NÐ…?¤6„§7ÇótÄGb-鑺ž4q¹.ü÷¾zS€ì›ÍPu`4XÿÍxÅõ¯³7vþküèŸn¿°Û×»èbuuíÙ¼äCP½ñ‰-x³ò^{åeÎx—Òõ¾ä'Jâ$VŸˆÒà'èü$KM˜Ô—©ÂŸ(•áOÎטä»7CõAóõV›‹ÿ´ß1yïЖѩcé]´;xuÕÙ¡å½»ŸúI²êN/X9™½à.`Ì¢ÏR¦=%zßJüÓ`î)¾û”Œ +°O3Øgü*œ¾DŽÓWTš»¿‚úC;Þ^µÝþüÖ/Æôßÿ¡oáø·«ö­àŒRƒK P‘…k(:ç­sFê¢ /î•[aäK÷ü /vÚ_‚™ÂHC¦Â˃§ÈÒà©iðtš$dš+y‘/2¨v¹Þzpó\ß¡Ïî=ùóç7_ÿôÇŽU˽­àpB §\¤`TöÜñi«§ÒhKŽYQ‹(>ᵫ0ôº0dλ(h6 8pS0K@DûÏQŒ"ÿ9ÖS@Ýî/ {Ì~ýu‹Yÿü­ÞÙÖûÔ`uR–.`À+B*XÇÒÖléQ«öiø•S,Ì*;ÈàÊ xƒÎñ[ôæù.úó}C8¾÷"‘çý&†çõ&>Ç+mÛÍî }i68³Ý¬Óø­­pdW-Xü £' -à¨S6óNã˜88IŠ„_bÂ>ZÓBÖìÞ90üVR|V]Ó¼ŒîižF/¦§Ñ—éa d¢žénŒH3ÅÝÎMfýw>7ëx·cS ü}› -öíÃþïóa¿EüdÇ€ƒn8ìK‹,üŒBZüÀ*ÊlÈž`ëŽwp¦ž^w£º­£©®ë^ß8—õ@ªó:Æ$ýŸ™u<ØdÖ´¶m“¾Þ*†ov -áÛ=lØs öžˆ}öáð£+xú#-Þ`èǃÝÁãV¡.`‹u{ -ÜÀ9Ì\ÃN{˜x"|Lœ]Û û»¯!óèfo l7àx@–?Ò‘ ’ˆiëqîûÈä#]ò+([Áœ¯`d¥x%T‹h¯`;D+¸^ÑÂ@Ùi¨l:êVéÓ˜ÑÒIÊØ†þßð¿Ô`¾ 8ßí6ÒnggWÈñð®Ø!THE^CB,ç}LR¾‘È*YÁñEˡŒeL¹t9T‰ÐI—±$˸k’å°>ñÔ‡¼Uà"*‰´—âh¦¾˜–3!H-ú-3S6Ê੆ègêû¤Ú>z­®7©E{#¹K{=¥O{…Ù§½˜Þ§mÎèÕ5™HCÒ‹4”XY€ eÕŽ òC¿S‡jï”ÄØ)ytòci<û~£p”ŸQÞÏ⨺S„ºÎäÒÆ†¢éJŠ®érê•Æ‹ÌžÆ–ŒžÆFVO£6óFS]fOãFþÛ @J­@%Ê” ñw3Öc|´øÐ—õ¤ÈgµÑ´‡r*ënYRþ`!SÚÍc+¯°øº Ì¢æfyËùtuKSF[s«»¹žÝݬF(³º›kLyHƒð? "ëÃPå|Ôžv´þ.ËÏù&BÐtS~Rû›26}DFöžKwä³jZs8:[ØR—Y֦ά¾ b7µ)³:ÛÙ]mrNW[§«Uf‚O ù{w‚ðÈ ±>ÕÎÇ¡ÎÓæ}c€£¡{z¶ï£o%Ÿ'’ïjÈÌE¼ KÊ],I¯nféT9üÖªìâö -NÅ¥rN}»”{¹]œs­]Äíl/ãv^,ã^¿°šoþÔPpd”Û•ó1Ðyý²Úüoöëë«é àxÔQ×£{ÖÙײã8ƒà8bAé’B:!@B€1‘( % ½ŠJu(‚4éI0"°X”U±ê0AAîþΞ=ûhþ}øœûx¿÷庛mñ<>ÙÆrïàзøÖDõVI•¥yM…ÑeUÙ±µÅòÄæ±¼3G\ ÈW(2$ÍŠt‰R‘.V)2Ä]ˆv]þÓ†4d˜ÁE[c¨:~ê‰G?µ0lßµ3í'”ÞNÏ»<):X'n7qEêZ¤­"4÷J‰¨´üÜéš‚¬øæt¹X‘’’Õ%–•t%Ëë»’ä]É) -•8E©”HUº@*ÒŽ4d™B‰í/pÙù¶‰d6ßF·˜V2¬_v{ÙŽôÐÈ÷T^ܾ6¿HE#/¹±68§ª"¢øbIÔå¬sg®Š³”±érõéôÂëÑÕê¨ÌuLzçµØT…*^®Têò¿†(³ýj÷/·}褚Nªéf¿÷Ó­†o’‰wº™~וœˆÖÖ€¤ÚFAVYmhQ~¥°J^ÝW§æKÔaùyêЂ -uHaÛµð|…J˜­P‰2J] iÈ@òÿ—쌠»÷sÙø}ÙøÕ?¨ûÆîá-†ˆ„¾~GÑÍ -kPú'T´ó2Î_=u!£.´2©JØ *é*MR ÊrTüòKJþ¥EP™ª3䂪3ôœn¾edêAáá]Pig°Ò„3ü¨p3œºá¶{|¸ëÑGó;÷ xõ Ý|Ó3¤º‡_|›–£àJ[Oýzº1¤.¤.²…w%¡=°.«= ¾¬- ájK`ýõfAÕõ–S—Ô­º@†þ:ÈB.š~5v?|iuÙ5{ÍeçÄmì¶ÑÑc;‡ž;šõŽà±ÉÞWî1‚ÊîxÇæ÷säòÿ‚8u@Y˜’_ÃëkôïˆkòSd4ú)K|Uõ¾]½u­½õ= º@&Òƒ4”šn‡zôönëtŸ£Þóaô¦û8î¸õÊŤkœàÔôŒÈüõ)•_ø“6ä)Mdå -osŠOÞäVúöÕøÜŒBÕ¼F¡ŠàOk²`ó1è[¿†{¸ðÃ!/øÉ‚FvDØ‹Áƒñqg8„sS<Ì]íÁ’€7;@mÁhND+À-O²Ñ¨:A¤Þ&Û©AŒ@`maö#@Ù\8á lA0"ãW¨g“´d¹XKÊk‰%ȬF4ˆµäñ -¹'y…2¼è>”<ϼŸ4ã=œ4åó8ñ•ßhâKÿ±„¯ùÃDHC8ÒŒ4[™ƒÐáˆpx’‚ü›»+R}©óžwåïØÿ”¿ö{(?ñD68*æÉðÆR¿b†H¤!iˆ9j vÿ&tΣ’Î€·ÓkkÚWo˙ښ·vÚ^ÑÖLSR=_j5*ej…Gxà}à( -("ˆˆ(‡ r -‚ ((Xê˜'å‘·’®–©ece×ôê5Ó~÷·ý±ÒŸÿ?î€áã Šü/2ä†%ÌØ¬˜´üÑÆ»°BöÛPNÙ›PIÙëPMÙ+”©ìeØUî‹ðîjä(g9f’3Ÿ0;›|›} s‡3–r›;’:[æ tØÐòá?†Ç Àò9Xþ€‰D*áR4î=“÷[¾èe4…³Á*^Á¡äÿià=A[yËÑåË1Ãeew’ÿÍu¤Ì–¦ÎðÒgø}éÓN<è@ru9Ðêv°<®Ï)Pæï¸È%¨˜w´¨´×Ä$â*W¸’˜Ç~Ãà/Eñ„ Ñ2áÃp>Î"xßΟK¸É¿t‹?•:ÃNŸôcoUôd8D]8ç:äBÂÁ= Èí àzº¾¯ú#€yé}9*ò y^ý„ˆ-XÄY÷“iü»ñÑl|¥x&A#žN¬ßJjO%ßO¤L‰nb§D×qSâ®ÌÉÊ_²&%mŸò¡Ct ýë{Àt;xžG€È×Txÿ^‰ øM„B­òÐñOJâ3héy÷H9Å3Þd -³r,™_5‚‘K‡RôÒ›©Vé@Z—´?}\Úƒ›^Ë—¶àÇe¶ì1™5Ç9@ùêK@†äÿ¥nûÐó0¨ò=ä§Þ˃ν’¡‚V*ÑQKü¸”¹Ò´œž>NÌã âè’éyoºXÙƒU+»2ꕸ6åµÌAE+~TÑœ3ªl$Œ(ë‰#JÓgüÿ@íø> öüÈ}áUoÕA>Ï«QhÔ|U|ü,?5k¢$“6H%•õ $×ðLe[&_}5K®¾‚׫mÙ6µ5§Wm! ©ëICê:HmîZ÷ :ä»n4Ø.Pß $^Ê÷ȇš÷׺ Ó+:Ô¹E-yOí¨Äà†Ê3 -ìÌN;•,iÎ¥« œšB¥ÎDÐèŒD³®ŽÔ¡ÕçjµyƒZ5yP«‚(óTè@tØßþO ó:4ˆÃïj޽¨ òX6¢¼çèó³5Ñè1y2¶¯KéäâÙWŠsÅ TjµÌÔiszMžÂPM6Täƒ2¿ß £ô¤”~½ä“ZgÕåKP0W „^û€qèm]àÑg Á'YÂ<çÌagtÄ:1½WšFnf±¹D‘¡8_UM£×Ê(cEbª,ЙDVSÕnPoü‘Oí«û@sÙðéÀ„}DðÝ@åµ÷£qàM}à+MÁGl¨ã·­ÁˆqSDxŸ.>µC•’Û\…+1 s*4œ\eU1µVXȬ/§ Ì\šÊÌ.l0—Ò;̬Â^ˆ½¡´ðºés>¨ÐûTÂwמFľ—–›ƒÍ·†ü4}å’ϰ%ÕkŒÅ´j“I%¶¸¶ -/P‰ -!'¿¶”Io`0¸Mt†´‰Æ04Q‹[› -Ý4F¥°¨×L/²78 -¡ :p`;î -´^»ß×#ö<·]Øû¨õÒ¾{‡'Û.þ<ÐŒ -í0G'7×%ŒÚ´"µ*“'©Ê‘q…¹::·ÀœÇbÚˆ¬ŠfBi-›m…tY ¬î¦\f%Ùë C‡B×-  ¶Èáß½—ë[ b×ÊÕÀ] »fí>?Œvž±·†·ÚЉfs|ŽÎˆ¡ËtØrAu–”)%hÉy Y|º Ëã5§óU¶4Åš&ìnÂòº3¹=Yœ‹3ŸtèÀ‡m*øŽÿ½v¾¶!¾Yn÷ÛqÿúÙ¿9~>8h÷?ÕÙŒ´µ…Ç×5ÇàU‰4Q}*—­ÏÐ4xM¶‚hJ•R“¥eMI2Ec’ÜlITt7`¤ö†TDè(rYŠ Cìk oûÝì¹mµñõb÷–Ûc'¶ž†Ùýntœ÷S_Ѝ Ie †‘ -ú"Yöh^Rw¼$ª+MÑER†w—(Ã{$ò°Þ:ÊÞ. ³OTEþ2.‹l“;X.定ýÿhúiÃÓ.øÚ{ŽíkÆæ÷¯»¾äþ×öEïÝϺiæÎùVÞ ¸Ì™¹˜DsegO†Ð0c(vÔh” l4YtyŒ /…Lˆ…!SzA°£|kŠ:<Í¿<0-p°·®âïÖÃÞuoZ`_,m_3¾à²æÆò¡ í+'·YW|öꟜ;.{|Q¾äJ_8Ÿ@˜ÈL½!?zÉ@Í…•†ÜOà?À³ƒæ Kƒ¬ Eu r©‰‰|ÔWŒœŸ-FÞ»Ãtp¡ƒbçÚ×?­ôn^3áX¿¦oÅõ‹k/Žl²½òüÖðêÌAù‹ŸOòW½ýϽQ¤g> iÏ|q1OÏ’POý©ÈgAEž£«†ÿ bÑù—ÿe¾Î¢š>ó0Žÿ­öLgtzê:ÖµAE­€ ¬a HØB€„BH ;ÙT@A n¸àXEÑq_ªuwT`P, -XÖQëB‘M@žùŸž^çz.>7ïÍû½ü=y9ý; ´ßfÓÎd þ[Oh6 %3§âÐ7Dë…iDý/‰ÛÏÿB\Xùåé‘ ³jG]–Un²-uóÈuÒŽxD§xð¸#ž"户, -bÝAu#v˜±®`³œÁg9AãD%sî^&ˆ+âd AÔ¼›J”cÆÔBÌ™nÀ‚¹*,^*ÂwV X¾> -Λ±Ê=k¼©°¦úÀ.Àp rƒ{°+¼è.ð£;∄Ó7‚I·›Ä5ëê-‚¨o"ˆƒ/¢¼Ÿ˜’iÓ2ñÕW -|ý³¿ecÞ²|»ŠŽÅÖþXfïƒX9»a­«+lÜœaïî¸xl€Åž”õð¥Ø"€bƒ`Ê:„‘ÂÍ‚`î×HX21ä]Ír°×Ý<_opè!`E1žÀ]$D€J¿|‹äð©  #!ß®’Èà×"­U:F! -ëô‡wJ~‹ê÷Åô¥™óÑòg‹lˆß¸IäÞäûxDG|QlBS„TJ@5Èá»M逾ÇHgð»&õ¾þO䟃Ze£¡/dŒé»ÈNé+f·¤›Õ'é2B²·x.bÉ.¹õR\ òö„€# -±q\„' A—I©5?~»TðÛ§õh:üO¥ƒv)·•“AʱVÅ £Mñ>ò¥ü³KÞÛ#këS˜Ñœ¿#‘lˆ[³ |»µHsÙ©—Ä4›#Àá &Qˆ0‰ Á:ò?£z2`‡æ3­Z3xX3tB=|^ý‰~Cõ)ô‘j8¬5ýCd[úkæKewl—²=¾WùŒÝ§2熤EsÀ&w–pýjÈí‘îåe€?$¡ ¢ãÁá -*›S«Æè¹ÚÑàíºz…n8¤F7zL;¸ù_Úa×4á4¿G´ªß0ÛÕ=qªvvê§WӔЧ5©dŸlH ĶVP;¯‡ÎÓ:_¨BB!‰d}Næð?±S¤ÃQJõ #+c ¬@ß¶+óc¯þ}x­þ]D}ÆÛ¨Ë¿EßÓ½a>ÓöĽԶqº´- ݺF^þAbw¦9H›=É‹f#Éj)6+‘állO'ü½  þ¬ŠˆÇñùÉâþx™ê3Cÿ&Ò˜ý*rGö£ª²{™‡²zb겺Y2»ânë;ãŸêÛ8Ox]™»²î'un&ÿšcÄdƒ`ál¤¬\µ% Îß#Ïs#Œþî“[è£YááU,ö{q¢è5_¬ìe«õ]±9†—¬¢ÜŽXSN[\M΋ø ÏÙç ¿pnžqžšy†‡ü_sî$¿ÜrCБw%Ås:Ä fBkñä[/D©ÓwØMY1´‡ºöí¾`»ÞýaÎ{£½ž–LJ?,NJ¼µU$¿’-Ë>«UœTf•þ(ßZ~TVj:"ßc:¬8j:¨8kªQÞ1íOo2íU5™ªI•ª¦rs ˜ù·?ôóPh½»œ–LTS–ð[õæPк®ÃaöÏk"(U±a÷v&r*JÏÿ É<™žT—QzP•[±/½¨rª¢ªZu¨ªR}ªj·úz•Ió¸ª\ó¸r§¦¡²LÓ°Û(É Ùe1ç|ÎWTvÆñ?KÅ@AmKE,C@{$„0‚!aeÊ–=Ã&€”,% pËúJ¥XµŽ×õ(T«–úkŽ÷æâsùœç Õ¦ZÐb³ãßIçÈ}׳n²þƒ_ãùN*n¶=Äg¼5œ9Ú}h *ÝS–Z.,̪?ÆÎomÎ.çÉnàÕgóyuÙ^Mί:g–WõÅ5neε6Y¾4$i«AÑ®o ÖDŽÚh:íø³ËMç‰ÄS÷Þ ²á­ã¾ŽS¢ ï‹<&}¸%*¡¯>>[\•\Ê-K¯k,b·ÖäóÊ­Î=*,Ëí–æ 9yÓ‚’¼'÷j;'w–' ¤K’µU¡DWêM4€k³õ§½Ôë¶ýÑ)ÒŽ…wýë}û+Ýä1!#t€{ îxK\V{CbIKUjMMYVkYq~{QA¹(¿ QœW(³ ûÅ9E㢜Â)QnÁ´0/F dHR¤ ¥ºjÐhò ð­·¬tc5žŸtÑ|0ä¡ù¿!×gú½ì.IHÃ]aÁ}ˆ7:£­5¡¸¡!¹úpuzKAyŽ “SÜ™VRÓÂáv%—JºK/t&q&:SK&EéÅÓBY SMÒµ7ÃaÝÍÐl¬ºÚa¥ö¦×QíéigÕÅQ'õ›#½‰!²ÍXÿ~I­»›Åï8˜ÖÄ+¬:šXYܘڜU›ÙžX™ßûSEwLekwtÕñ®¨êÑÎèªIqlŤ(¡|ªC–/ YÚ› rç&8f¬ò±ÓRåÕIûœÅ®Ÿ¿l©zõ~çåQ’åð0Õ]2@ è8A?p´'"¥V_&ˆ¯ÈmKjLnIãE7²E‘GÊÅ-∦îŽðæaDóŒ ²aZp°F6È–6äjo„Ú€g´á]Fùù õÚß/Y(ÎM˜«L\ÁéŒ]"búÏQ\ºÎøqCœb&VH"Ù…Ç£ËÒÅñõ±‚äcül>“_ÖÎhoâ3<ºð —Þqí“w­-¼e–+ 䨭ƒB­õÐðÃ:¬}{ÒTéј‰üü̹«³¦/Í8|;4é¶·wœŒo¿èçÓ|ŽÆ¨:šP<ÈÌÊê(I8U)Ih¢÷f¶†örZC$-!}âæà¾á¦àW„ôÜj Í5˹ªë Tk´è(ýÓ¥§ðrPOîÞ„*º1·]¹m´~ä–í¶7œ÷ˆf÷a[§(^5¿ìå\¦Å°/„¤'Ñ Œ„W„‰© :“^O;[\8ÒP8ÒQ0:X06Spv¡’Ö?_# ä«®…JM%àm—ÿ«ozx~š›]ƒ&s‹k­4»púmwÜìêoyî+»A¡åÎR¤Ìø'GMÒØaa%¿,÷ŸH)ß?QXî7UWê7-àPgJ|g¦Š©Ó‹ü.ÝçÈ…ªk a‹üg‘:Z\ƒnŽ+¡É¹5èüÃírCÍ×õ>vÔ<"è5=t³¬¸Ot-X$ù¥.YÑ¿Râéw¨éw‚ØÔ;y¾óIy>wós) ÕlÊo¼lÊâÉ,ï{ã™^¿ßÏð¾ý$[(SQ„c*è7‰º9ªˆ&¦й_×¢Áçº -½K˜MÂ%»íÍ/q†•/ð¶…Ï îéÏ\übžºÑéO=¢ýŸ}žú¥z= K#ÿ?&ÍóYFªçóÒÒ‹ÆdÒKQii(qß«éC¤¥Ç ²@Ýz¹?DÍ–G“—åÑùŠhàOÔóv÷ÁÊ^õæ+Ê;“¢‡ŒeGbÜ2ŽÊ|‹ |KˆðY&F{.{Çy¬$¸ÿÅHp{ïò>+Žð¾,–ðwcŒóq´ó‡Á(üÇkñ¯Õë6„nKš“C¦åÑéyEÔý^C®ýÓ.å¦öhT®ší,ZµØ›±je·jíÆZµõ¦ýkïïó/6Äó3Iüìî”HgˆtF$b# #ÜJX¶PDz>ÓN3d™ïDhf¡‹WäÐàœ꺯€¸°Eá|¿¡vo-Ãé`l¦6,0ÃÓCô+/ØRÝëOB x9‚w=øÙAX DѬ ™fì@ ”˜A³LWO!tùBC³uÏ#ÔöZ Õªb9hmȃï4Ò@W'v2@Fv0vÚ{]]Á‚ˆ=À™l î^Ö@ö²ª—y™ËË bȦB6àÎ -çøPÀe1À‘ÇZ©£RLp”0{š ¸ó ÀM1Àé6ðè@xF_uö7éUØ2ùuèkÊ›Ð%Ÿ·!_![Uú½xH(æúà/mð'8€Ÿ´ÁÛŸDF âÂÀ)SúWÌÇ©V`…,Àõ²Ài@jŒ ø &8Ï1pŸ®ÏŸ<^Ðßy¾¢¿ùïúŒjúPã8ÞÞÛáÄŠ -ÖQqT*«–*"{oVö& áOHBHÂR@à*R@q^Š ©¢\”¢(({¨-V.ö¹9÷Ü·ñÅçýäw¾£¤™€IÒXð ñEè,éwôe Ì0À®_(K3Òo^ܾm@;´¢ÛÃõ8|=ƒ ->jÉ?šüÁ›Gï™ÆXðÌaüáUÄxç}ŠñÖ§–þÆ÷}Þï2mÎÿm6 :8B ™¢ £f(OÃfi"fé=‘s C§o@ëPúÍKÞ·Øv»9f ±.öÀôvý›ðƒ‰X@ÑHïâó~)ÌY_kƯ€5å_œ 8Ü<=t1z,¤ƒñ:´—1ŠzA›¦DLG?Œœaþ†™ewbg Â:Û²"·o„è½–Àµû?Û€Àùp½N~`úüA‰@ÏaÈ„)t c<8‘ý:HÌ Î匄hc^„VÄ £êÙÏÑ-¬gaí¬¡ðÖÓˆaVä«3Ӊ޽‰ŸBÚñ“Qß¡oÀcœ=›!áàvHþy/¤8Ù- -=ÿÁ pŸe£ƒ'(ì(–IçÅ ¡EÈ : yVˆ „—#ýáµÈãˆ&¤/òò0ª éÁ !÷qSÈmü·8•4Îkû é"7¯òV3àî±€”ƒ[!ÃÞú£Øéû… £s)þN|”ï>D§SHLFÈí’ðD)ù÷1Z~¦’ÛÀ¿‹»È¿ƒ¿Å¿…ïçwÇø×ȯ—(¯š©¯›>Èk!jó:`X­Áî þÃÚïX”ŸÜ÷Vîa7™éwlTê>”ˆ îG¨øF û‰Ï»C%ÞÄË“~%¨„í„2á bð:©Ix•tCx…Ü-l£¼6ÓF’é#Ég/Sê>(úì¦uÀ¶ZÂÝfi» r~Úºë¸kVénóZá{ø¹<Äq ãדHÆv"Lf3Žwš$¼L§^¢äŠZ)Q µBô í¬¨‰Ö&º@ïg ¥ÕG§Õ2‡Óϰ†Ó+?¨úœ¾!Öj5ˆ¬×ÜvÃGåÑ-ïTŽÛ' ÝöŒ¨|lóBìûä‘Þ]iÄÈŽDãj'¾•ÍOnŠNM?ωÏ2 -$õÑ¥’ºèZI-³YRÃêT³ú%•ì!É©˜!IgHRú @[cD‹5ÀµÔï^ë5sÀlQuÔb^sÂrLçºã¹Î{ï¿ÕAGäFxÞ–®§Ñ¨­‰ì¸ó\nr'I\ÃK«Ø -yEŒV~:¦J^Î9//ã\——ÆöÊ‹cŸÊµÈSy2(W#ƒ2Cþ×@Ù¸ø–& Ùe -Êkß1›)q°-w±ú½ÜcgŸ.àð=U˜[»‡j“RÈDL¤.)VXÅHÊãR³JYŽQ)4H¹¢(®^QצPq»ùÜEžž’;“Ë}’mÐõ ´ ¦`i ²]&Pðýê?u‡×Nž:fö¢Òiã“J×íÝeþ‡nkÑ.× -°!Í9dbC&ƒs&-&©L/Ö’²U<±2/>7?7^—ŸÃ«ÉÏæ5çgñnçËxôçÉxýJ)¯?×`è¢ÍWÐÒ²¾5µÉÛ²C¦ã•ökž×žXû¸Æy[W…ïÁ_KQNmLPc> _›CgŸ’²4éHF^² ';!µ@*J…ê A…:=¡Q-JhW§&<Ôß>•^AšàQ¾!ÀXm,sHÙ²;W.i÷ÍŸ¶3~UsÔx°Á~UoÓÖ;Õ>¶×O‡8¶”D4°UTf‰‚É/rÒ³Òãs2R’T)B±F˜¤Ô& -Kµa½–/¼ªOîÖßž"AÒCuBÒÃBC zõJà˜CÚ–å Ü¹|±xßò™*Ûå/ë-h´3¹ÎѲ£ÎËæruCãép¿ÚR|T¹†Â(*`Ä+l‘D†d ÅüÂø´T"Ê*áˆ4%ì´šVÚÅbfúoÅ,Q·–“Ú£‰Mé-2˜ú†83#o^;¾~_¾çë‰Úý_=k´ù¢¯ù£Î&‡Í7Îy|×Rp¬¡í]Y‰(.#Ñòu´8Y!3%UÉ‘ó²¹*–4©˜–™YJÉT•R¤U%dYs1IvWG–vk©â =Ã0`™®¾Ù -mú -ÔÛ¾|W±ë‹W ÖÿxÚºíóîKVÜl=¶ñò/n{ÏûýTÓêYV‰.¬Â“sNQb3JÂD [£Bò(y A™QŒSèpyZl~S6ÿޛ׫Æçôª Y†Ût$­_Ù_‚ÎêŸsÕß|>|aÓg®X|Öymÿ²WìÍ[Ú\¬ë[þKwþ5ufq@\Šã¾¨,JMKÈB’Üä&¹7¹II@EE­ˆZ•¢`t°à -ET¬ˆHG?R¬»(â2 -ŠRµÈ¢(ˆxzÿóâûöy~çü^<¤è¼Jtðl4•SfJø©4>eKñÒ뎭رüðê}‹ 6ì7l?`,ÌÛo8tü߆C¹1‡¯çÄz’cÌœkÜÿ(ÏX3Á¶M ¹#†Ž8Út”MCÿ»85ÔNCWë½F]ª™Z~%Ò½¤[TxI)ȫһÎëc·•Ç®L;Ÿ–|jiF|iò.CÉúl}Éû¢OädëJíÑ•žÛ­=ùÇ.íÉçYºâ–ÝÑG›÷X©ã¿ƒSìà?Ól>ÿ2=97 -ݯ‰®_Ÿ€ªo1ìÎßZ4éä ¶ë‘k"ÿu8wo )ϼ¬1¤_Ô'¥T×.©Œßl¨HÊÔV¬Ý©©Ø¶ƒ:¿o;Uy$S]y6Cu¡~›êBËVuy[Uö2ÓH7öN²µŽGÏNÛ¡Æ*;t£ÎýÞ0†¾?]lËš|Ço ›ï³ïŽ„µý&ŽmºFh×\¥ët« WŒë55K6©jVo&¯lÙLÔîÝDÔJWÖÙ ¨¯MSÔ?[¯¨y—¦¼ô&ÝØ:ÖòÆ¢–"ô |ºyÙÕÜ.<Î4;Ù?÷¶ÿ¹…é˜óŒí¹ó‰€¹ù‘X˜Ú$%—6*LÆ{ä2ªA—B4,NUÜ[•*¿¿i Þ¸{5þ  EÖT–,}X³Rúðé -¬©k¥ôn÷*k kŒMG-zx -¡[U6¨¶ÞUݳCeÏÆ âv·…í¾ãòÚ™3³^³æoyÅ ZÛ¹ì…7¶ŠuT+§lU/Á[K¥/–/•¾LKÄÚv$`¯Äc¯KKÚ«b%Þ6‰Þ´›„mâ¬ȵAOŠºs¡ºj„þ{Ëyd‡Š:¦ ‚î¹£r»½'euÎÙÒÍôZלÔÉâ™:ÙRê=O%ïEc¸QÔ¥1 »ãL‚ž•&~ÏFc䇬ÞÇ|=¯÷D4¯÷7÷Óm-çs«Æš–B„ʺz¡K×úµÑo¶C?M³Í1»~÷Ó€çÔ|œ× ø{% , -2™ƒÙšÐ(ùK&ä)…ƒ"oHNq,*ÂG±¾¬T‡}IW… ï$C¾ ˜_‹•L¨TC­ÂšÆ]»€ÐåZ„Êï"Tô¡ü¿F¢ìá)#¶Ã,ûÍ0wj*Ìw^^ž&ðñ§À/Dl10ù`‰¸À“°@„….e% IX|/ñƒ ñBÈ-„B‘œˆ²æF9BÕt7ú¥‰þ¿¡½íl~„q#Óaš} -8MNg'̧/ø‰À'ˆþ¡aLàÐG‘€ãRŽ/Ðs¼!í«Øž°!Â2#Ͳ¦†î ’îàÄ}„>AhO+BÛ>!›õ0jd2üÃ>&OŒ†éÓ ˜9K -sÜàæÁ†W,ð ß@ð÷ó‡`ÿ…ðOà,€¨Àù `€:`ĸA‚¿ $û;Ã:«ªê:IwPðˆž¿¡­¯Z÷Ù.42líµ0z‚ÆNÁDLu -‡s‚a–k¸¸ùÒ»ñy^àåî ¾î tŸ ! W`3œAÀ˜ à ”îŽôçF«@æ0øn3!ÜÛ¸¾n dÒ£ðèÕJ#€KÑ•Çaº -æFï åÐ~Vó¸BNÑÎÉ!ô¢ÂêåÞ€CøSXí2ˆè‘Û,â JûùìcÔ0öÁ -Àé :Û‹Žîãâ €qA‚±@ ×$Ö -„mPBh&¡ûhù„% ¼”vV ¬ß”qEìÛ´Ç -༖s»åžï Êz£,².ñü½ Ÿ1„®ŽÀóœ"oWÀé›WÁ\Ì1)A -Ü$úïI`e¨€µ‡v@‡UÀ.!}†Î¸¿À»A ó*-‘mÊA~—Â,èWôŠåÝ‹üfQ¾‘~(é QtÁü9 ¥wAz€:ÂȨ0ëe H¤ßOUw œ,Zõ•[H óŠÕ_"O«-‘çÕþeÕàÕ ðiŽzAö‰:‰^Q¿²T¾“¯ð!U›üÛ€ 3ˆ\A̘Jzºwг‚Njy$ÈuRÇ“ LÑ ó7j-üº!þ¿t‚ƒZ³ð˜¶?ªTÓU®é]¤>‹ë©O’ûêØÿÕÝÒU§¬OõP·)©bPÛl3&ÄÅðyN ™? býçB|˜7Äñƒ!FÆJƒ}QÄ’ƒØ -­Yœ¦ïeÄ|íÑï×Ö÷`%ÑÝÒ_£»dUºN¼Vû^~WÛ!®y«èд+û4­„Y÷TeÖ7©bPßêé“sv’îÃàá‰~.°<Ô’" c U¢~èU.Óõ੆.ÙÆ÷²,ã_x®ñ¼ÀðVQdx£<ó'QÓNÔè_“w¢ÛT-Ñ­ê]‹ª/æÕo¼¯5›néÌq7£¿ (:ƒŒÎ už Œì;Ö„0`5w¡%YÒ—¨ä÷˜ôò÷Úí[2ÅØN¤Ç½"¶Ç½$²ã^ù±­ª£±ÏÕ'M-T…©™ªþ›îúŒkòN8þg¢(ÈPŠH ŽÖýñœ­åܥв„ìr+ΆŒÇU#7⛑Ÿ:‘±„!äþ2šøNü;cøÙGúÜE~Ïê¤Ì ÆM7 ð…ÔeÞ¿Â Ê7,ØöÀ)þ¼ò}ú‘ùö™(vÿC6)r‚ÎÄß$ -é?ãS™×ðÖ¼™5’XÈN,g]"Ô³†ˆm¬ŸˆçYƒ¤1Öù«üŽÝI}Çm§½ãž¦ÿÆkLðõ„8˜´l/÷„Øz˜¹Õÿ“&$è­zÿêçÊÛ§ÒbB&¤„C78Hü—~‰"eÿDVð.³øçÉyü>r)¿‡RÅï¦6ó»¨]üs´Ë‚³´IAý ùUhgü*ªOz#ª›Äûz@ü^àS–/„ªµ‹þµeñ{Ã÷¯ û–?ÖZwOslûx:>ôŠ”{‘Ç¢õ3…œn$UxŽž)î %môɤLÒŠÔKZí’&Æ ÄžtKÚÀ|!­M~-­J~-«`Í&úx@¢ß"ÈXÓ‚§kÇ?›½~³|·äyΞe-WÜÎŽÞrM°(r´_šD>Çç±Ï°¥¢ædLfgêä Ì´.¹­M®B«Y-h«=ÅC+ØÑ“œ©¶i%Üèlþß@]â EKÝ¡"x>Ô¯vÿ”³Éã—üÞO -v-™´†~uùérvÜžLRdW:ƒxFÆaÙ…"q-E«8ª´ -Ž+ãX±“ÜrÌÆmÄJ¹X1o+â=Pðž*¬ü§Øqþ³YA‚ÏBˆø.„Ò¥ó¡*È ¿™÷áøF÷—EÛN•†xÝ)>x-?bãE nW¯žÞžIOlÂXÌš¾¨\,CmBLQ,Ð) ù¹*« T•/¨Uå ÚT¹‚‹™áD¦YøXešf>V…Of‰Ó I>  ÜÔ|5÷˪¹ï -×»=³mžw¿lÇ‚qÛþ€‘¢ðõÇcCΙÃZôÔøºL&£ã -JP1j•¢Ê\±Jmµ&Q¡Ö >¥Õ‹[tYâó:ø¦N+žÒjÅ4ñ#µFü×A’÷BÈòq‡iþsaÖ—.¿ç­ty[²ÖåqùF׉ʭóÇÊ÷úÙ¯í-ŠÙÙ~°ÑLÁUét›šÍ·*rsªT©OÁtZ©N¯–æe«d' JY£A!ë6`²1Cºì~6&{…Iê³€äé®Ï|ˆ}á - sþa v~}âk穪5N·k6Ï­Úíw¡<ì›NÛÑ­… ¡uÇÉ1å„R”Íâæhx)ú ±R•†fa¨Ê”ŠšÌr´Ø,CkÍRô¬Yœ:2mÒ$AïdòûÙ2ùýL Å{xO¯Ÿ 48,üÒñEy°ãýº ‡õ›Ü.ÕîZÜWupU{yô6»-þ@e)º4ŸNÊ·0ÙFGªÖ -2ÒTR½DYXV.³æq•¹lÅ™\–b('9ã/6iæ¥ß3ÎR½@±÷\¨^2æ.uü[i€ÃÓ*p×¾\mÚè:ØâÓUº¢µ:rKí)ÜÞ²“„ÈÂ*Ábe$ërYbÌÄÃ$zQGƒZ’Ôê½Î¥¿u§W{ӠƆðM•µ1»KªðGòÊÉ Ù6:CUÄÊó9i¼1ÉL£2‡d²äM'ÌDs“‰`0&ZîÆ{’~ZÖÌ`’Ç|˜¶h4ø8þ^ä žTºÛvpµÍ v¬vîìØáÙÒ¶/°¦5lɦèkCÜ!S §©¤ÐÒÊžÈÆ’3‹y*r¡4+±@™/0gã Od%5éŠÎkã‹ï¨ã ¦4 ySÚ„Ü)ÝL ÇÝ fx8ÁOðÆ6Ü©ÆZÁPçÐ۳ʩ­g낆®ÝK+Îý¸¶¨=â[Ëé˜P]sü1¬‘H–ÔQYìj†„ZÉNÇWˆUñŠÌ¸ -“ -wʦÄU6*b+û±˜ÊÛé1ϰXÛ“ \éÌ ÐÍjÝ?YÝÀD…¸nwÃŽ ¿Ït\r°nšW9ð½_Iÿ¯s{ö黢öeœ‰”µÅ'rO´*?±‰)ÃÙ…hŒK=Öd@5—¤mnE7÷J£[nŠ£š_I¢ë^É¢k_¥ÌÊç:Cã\ð €ñ0rÚ tÐqÑ4øƒêѵ®¶‘>LJ÷g…nR Þ%ˆ -ãõÃ!½q”ÄnBrlÝÅDu¥ -"»õüÈî"^DO'¼§›Þ;Î:Òó’uäì;™A¥‹ã›<î”pÕÀàY:huU7<Á‰[+çäßü“§q|g`æõ½ëбÐïøWÃ~@F#¢—&Ä ÇQ¢†ÉHø0›qä²9<¢£) …ÖP®t’]½N:tå%1tä3åÇKŸ©3ùCÀd1cµ\<@O­Ã úº3(™tÖ© 'ÓÔwõÃí~©þGw}>Gua?ÈØŠ1 $Ôµ5B½lß½wËÝÞ´Ú]I»*«J‹pL7`‚)‰Ã€p‚ƒ1„Fôf3Â4É$ #@€(F¨K,’žÜ?`óá7çÛ™çœ÷3ïÅ,|H§–5*$®ûjMö=½ÅxÏj×ÝsåhîWäª,ÎQ7®µ«nµ©íÉfŸ°2M7-ʦ_Íò‡½VÙÃlož²wpç;B®!äâYBŽ_!dÿÏcÈΆqdk˲©}úo×¶ÇOZÑž²°-3¶¬•Ÿâl ­-”\ßÂhÕ­ƒ²ÕfR´šäíóM²Žåúåz=ýr‡Ž~µ_KužÕP¯ëÔÒ7­*éëNÆ›†„Ü8DÈl N^&ä`-!ßÔ![ý†lìò»¦‡óÁòÞXßÊÞÙ¡e½É1®ž´$k—«ïŠU½”LÞÇ(©>##î·«DEŒ``>Ã\®ä mPp‡¶Ë¸ïöÓ™ïNЙžZ*Ós[êMÝ>B.Wrú!‡¯²ë6![²¾c?S|Üš”ƒ° "´ˆ‰T n† ñ¤&rÁKN‡8%ò”$hS`IG^JJSf`ar V&Ec}R$¶%Fb‡Wçϰ=XCÈž:B¶Õ³ço$dÅ3B>é#c+0n|||ì˜4Ñ??ƒh„†ŠÁá"zzfF&#!*©ÑñàÆÌ„8&Š˜hèb"a‰€+šƒ²è0v`Á -ÖªHo޳=°ï&!;Øl¼OÈgO©l&¤t€Œu‚Œ·‚øè0þc>ôc‚?¾i˜œ„àÐx„‡ÍÄôðXÄr¢0‹$éœPƒ@³Ÿu˜?Ì¡~p„ú¢0ÄÅ^AìÌè¤Ç‡ƒ—8 ‚ô(ˆ¤³ Цgã#Ã-Bz¥©ŸI‘ºŽµ™õµißJ‘~€uD‚ŒS¬Kd^#³^ î1x/E#ü>á0Xè@0$„ O¡7 ‚üÁe¯‰a<âÔHPâY¨Ó ´òÁ+d÷žO!côµ¬/idl§‘¹‹µ·Šu‚ï‚ü«¬ÿJFM’aa‡Ø#ì‰Þ‹Äõ‰ ê’@â h6/*‚aÆq K™…häª4H-ˆ\RæÒà-‘ƒ·Fî_Øu›ü2ð÷Ê 8Ì:N -ÏÑ#¢jXt‹òˆI‡$íÒi¤Oú^Ò#…ä­ÒW4(o ò?2’èPÈÙªäh3¡V¦Bi€Î£ )—Cô©ÂÕ¬ ÊÑå°èïŠ÷âïÉÅ;É1ùôŒ|ˆº,¤êdýt#Ý+k¥»äÝÔ¹‡ê”îCÞ¬„ÂÈý `3ÈXêØP90óba”'Cgàƒq°9‹•#T¥Ê#]¡~']§¤þ¦ ·«úé]ª>Ù>¦W^ÅôÈO*»—”]Ê›Š·Ì=E'Ó"ïPuËÚTE æ¹ -ªÇ¨½‚Í Žstl ¡ÈáFÃN% KË1dSïÔÌ€rž¦W±D×­X£ëRlÒ¾Q~¥}ÍìÔtªöh^©«_ª«Õš ªví5U›®iÖ5+Ÿëº˜§:¦I í}=ôõ¼82N ôáSa -€kv0Š2"P ™5œ§J̶ˆ{LNæ®L÷JóC‡f•±Mó…¡U»ÙЬۡ¡ÿVÿ«þ€î¹á˜ö™ñœö©éª¦ÉtWóÐܬy`îÒ5˜<Æ;&˜¶Àr# YÞ@0LèTd…ø!?Ò¥³P‘6Z!Š,Q&uåù¯ìy«Å­{a\`zf\fybüÜòØôWó#ó6S£ùŸ¦æ}¦{–#¦ËiÓ/Y5¦ú¬;¦ÛÖçæ[Ùo-µVõZö¨­Æ6jÿÁ>êðš_hƒýÃ>%Ó}1/n -*S‚Þ-Dt/Ž,×¥7Ù¤Oó -4msÌ÷¬‹¬w­«mõÖõ¶ÛÖͶÿdm»•½ÛVg;h«µ·Ý°_´_·×Ú¯:Ûkr:—C¹s†óÎæ¾wžÊóZ6ƒ‰­GAÈ$̘ˆOfL]’ìß¿”Ú¹˜ŠjY¨N|2ÏÊPâRÜÉ/5ßÊ­tÔ:–å]w¬q^ulr^ÉÙê¬ÉÙ鼜»×ùcn•ëRÞ׿Ÿ\ç ®³®6×iWAµk¨ðXþPQUÁ WÐOõEvÀd”ŒÊiìœ;Á³2qr×êÌ€öU’ðgËU±‹-©wäÒµenãOEss.çšɵ²è‚kûœëK÷Y×v÷éü]îSùÝ' -ªÝÕ?º¿/¼]|´ðEqUaOÉ¡¢þÒýî¾Ò{ÃÔÉÈñŸˆŠ °ˆÃÎù1¿X?¡smºï‹µ¢ÀGŸ3Ó~YiJª[ì\ù}¡þRE¹ƒ Oº—–Vý±ìû¢ åG‹¶”W¹ÿQþo÷ÞòCÅG*Ÿ¯8P\[±¯¤©boÉ›9»K»çì*ëžóÍÿ#›ÁÉþ9çú`Yø‡øSÔ½ëâ|Ú7¦Lxºét×{8ÔùðÏ`„n”ŠÝj#tAä.Z—“Kî !—¹3̘ 3F342.C˜Y—\×JnIW¤Nw¡<ÓÙJ§-•³íÓvÛïù={þýãõ|þü~Ÿçýþç½oÝŒØkó}a ÅõÜ×+ì8ÂPƱˆ^ -%᧔̔Îär;©ÒJ’RO'Ë©ÍÉ ÔÆäNjCÊ M™2NS¤<¦Õ¥¾¢J}K«ÆÈÿ:Œý!ÛZÚ(gËŠ¯…ÆšïŠw®x^j¥ý¤ÌqÕ”ôÀ7·Ä»G…áÎù±û²ú©ñm4zJ3…MmHãÓiâŒú4£6­ŽQ“Öʨ&÷2ääF%yšYA~Á”Q^3Ê0')¯3TAÁô°½·enÒBüÍøOb#¥RS¹rsüãJ;{2ƒëÒC;.‰C„D¯î¼„à6Nò‘ÆLjJ}Ffz Ǭ¢ -³*¨RV9µšUFmb•R»YRêEv í>»˜¶À–Ð^²$´_³Ä…é¯EÉz:ˆ½Q ¾ÕøP²Uý¥ÌXí¹™út­öí*÷£2‚éyiˆÝYq´g§0>¨™OŠ©ç’Iò,zºŒÁÎ*¥ó³KèbŽ„^ÎÓÜ"z'ODâ é·xú,Oñ‚+ ¿àèÿÉVE`]HÓÕFœ x$2T_º·X¹÷¯Úm¸u{WÜ8妹ÊÏxPlÓ-ro•Ä( “¢kø©I2VÂffer¹B¦0·€!Íã3Oåå1[ù9Ì~>—9Îç0Ÿ`÷Y.—ù<‡Ç\ä©‚¢õV#ª®ÊÑ×@âMjËe°P½ f›á®ÒJsL±Ýð)ßm½òÃVå‘û›Jc uʼn¢äÄùª(‡žÅÏfçðXüül–DÀbU 2Y&ëŒ ƒ=" ³g°;ŸÏ`-ð™YÏrUA±º«}Í -Ä_¯ŽŠ7àÞT¬‡ÙºÕ0Õ`7›,ñW]t•>[»kƒ,[«Ã]”1¾Õ'ÂN–âÅEiä|-““ÇÌeò¸‚tn¡ˆÂ-+"ó¢T^—(…w©0™7U˜Â{*HåÎ9óùª øÕ+s  ôÔ>Kõà…|%Ì(WÀ½æ p­u·Æ…ç5½M^›;ØÝTæT[Cô.¯Œ.‘%JSRy -“)¢çl!)?¿()ÿÄñ£µE ¢ø‚áÂxÁ„0¾`Np”?W˜7¯JZ©Ø«4h îL×âa²7ÛôàJçNµÁÇUÝmž†­§íP4…8È•Qž¥µG‚Šªù$«,N=Aã“dæÇ‰ó -cÅÅ…±’aŒ¤M@,Ê'ßãGKøÄ¢~l¡j(EK ñVª}–èÀ¿+Õ`Z¡wZÔaìÇU0Üm‚;Ûm§ÓÑå¶±±Óפ¦-ÈFv:ÜMÒH';¼^ÂWT³Â­™aŠsÌPå]FˆbRûŠZýk¦*ˆ‰×ø"Ò€'å“ -l{bÛïJ7¶=~:ÿ ´ [àçt«Îyn‘ø™‹úr{B½2»£‚È]±Ñ‰ IÄödrx[zzh7=¤ý8-¤]N îh¡îL;Üq;5¨c>5 m™ØüŽ¢ -â¨ã^<ª¸Ó 0Ú…m?lv´\YÊQ3uùˆÝêÒ«û ‹.{›å]$Øf ¹Q†B Iƒ‘a1ý±±á}‰‰Á}TRP_6)°Ot,°¿21` ùhÀ@¼ÿÀÍ8ÿ¹#„¾åx¿žGUù³à‰ `B 0Þpñ,@ïy€¶«õÿÐùí­¸ÒÛ–ÚÇo9éóoº±nxû9'xÅŒ†„D†]ò¿šF<4’MFFe‘„±Æp¿±Þ0ßk7B}ÇfC|F—C½®~‰Pe^0]ƒeЂepËÛŸØû?ÜÀAå}<”<Ô‡¢G¦ø¼G{ײ:KvÛ‘4yÀ6æïþ° ïÀ‰Pa"&Àw‚pð#ààd¾¿Ïd)Á{Jéç=}æ ×Ãq¯‡¿x˜zãã1ùÑO•b=¸Óðÿ †±\hº ¿‹ÃÞǃðé:È3ÂgÍ›¯¡ÌÙ$>uÜN|êj:ëáà?ëãê;àîý4ÂÓk.ÁóÀÅÃsžãî¹pÜÍc¡z¿Ç³6W÷çC.î‹÷ö¹->wv]øÝE•‰:€kXúz.a¨¹pb - à‰ð^é«e.mÕ"/™­M\²0ˆ^Úk²d¿ëÐÒ>kï%7{7>Nß¿ tv}±Ïå]‚ó¾eª³ó2×Éé¿bGÇߪík·sxÎÖáý-[ûß¶Qå–Á%¬}°\¨½ P: x ýB2>èi¤þa¨ðÇwºQM6ܵ…ðqÏv¯O¶;Ý>9Y¸|þ~Ógok‡/þÖv_ím¾ÆYïý“leõgöž=¨ÈÒUZX¢&s ÔcnŽ.íVå¯`ìPÜ89 œ`ÿ @{‹Ã‘>­Ó‰@kƒÐ}_ddè‰Ì¶¸¢ÝÛœ•±=²7±A.¦VÈÃÔùššcCi"šîD$3ÄØn‚øÛQ‰±’¡F•†ÎtýîúŒj*Ûâ~Å‚(‚"-EÂMrÓ$@Zh IÄ„ÐÅQDQdP]`ïȃ Ï®OTž:èÃŽ>Åë( ‚€àÀ~÷}ó>ü¾žý?ëì³ÖÞWñlBÊ»RÜ‚ßÿ9‚˜^!Hjb¡‹ñ±0Ñ*ll‚aºœXàêŒ/W?˜ç6üݽs÷¶û,t÷©›;ĸº‚ŠèzgXHp‚ÎPbÖñ¼o"Èæ;Rò¯ßŠ×‰ šw?€XÈ/Ä*ÆZ³aâTXÛ¡0ÍÞ½à4Ü=aÁæÜ`>ÁÈG`à ¤ÖÅN6ø°h “@k?ŒfÕÍæù¸€ß<" ~n€b@Ì4ÌÐx_ð×ù)¿2ø–Áo#nHûp5(øÅÕ£€^ðr#®Ù(ÏH@yK¡öø}Ǿùaà;ˆ ‚_?HØÿ2x»êMê|7À¨@ãÍLêT9~–– ä, - Ë¨à_L´·…ä= À¦õ$¨çÈ€]E»ŽÐþƒ~§½ñ¢& 2¾‘úà×GR/Ps€†ïš¾s]€:‡ oW`“g‡;Xb`Æø=… -´ °|PWãÊh€Ua@Û…Òª±Qz-u„~œúã õ;£2Ìl¢ ±“Yä~v7ÚËD{8£èg6»Y@í2èxt6˜ž.Àõ"BÉYž4x28I°ЙÇe®düÅ,e|gnb ³¶Ó‡Øûèߨ郜£´Î)Z?÷ö•{ûÊ{HýÂIýÌï¢t -(ù£ØŸ< }àã½À$:m¦3ð<œA„gû¹‚„>B}@ŽB@<}„¯c órØßxËÙ¼µì¯¼rV «W°›ùEð+³'à0ósÀIFwàF—ð_ôNá}ÚGQ;í}P'öF4@ïŽ2_ ý28íÂËÅÿRN Äû"ÔÓ dó] -s‡Hþ“ú‹céA)œ>a¯'0Ÿ×-,âu -×s?‰*¹ƒvpþ ÚÏy\Ë~rœõ6äëøóµä.ó•¤Ñ&éd>pž‰GyOC@ð8‰<ƒ€èb{ˆ™iñ>Ž@!B<Çs(&Ø·/2ŠÖªä~ëB¼¯x-.tH*ø/¥[ùí¡{ym¡5¼auÜ?ÂÎp[îrŸ…ßá> Ám‰øÄ>p7lTx' ‚n…Cp“À%8€ÿÎ2‚$zLµ÷tРNÃj–{ŸJ8·SNy­`wDhÚÂ3E„/µF¬>(>‰¨¶Dî>Ь>Œ<$¼/«Þ“]Ý‘5‰š£žŠnE݌깒Æ(6DCèe3€‡×—8Ú‚` šøÎ5gê¨4½ß@'t¥ f½UK}Û•qŒVy²àqŒ!øAô"ñ½èÉèµ’G—KnÅl‘6Åì‘ÞŒ­‘Þˆ­“^=+mŒk”^‹{(m¿ ½$ï ¿7q>"OËAvJñ#à"í§‚Êy -èÝ­!ÓËz(g¾mO.uúûl.±=Cìõ4-}¢ä5'êBš™á7äù‘ò•‘W¥²+ŠM²ËŠí²Æï—]Œ¯•]ˆ¯—K¸,;›Ðu:±=ª>±;úDâpì±Dˆ=¢„¸Ãf€ÈÉbìl@ë4LnV°ÈÓj ßgò§¥d›Ž|–Ck^°ÛÃ,™ïíñìëZuÈ•!ò’27æ¼rYÜYåê¸3ÊõòSÊ*y}Ò.ùɤòIuòcªóò:ÕïŠ#ªgŠCÉŸâKþ–P“<’P2’ø‹ v˜ -|×Ò;ZA.ÑrtéLË/s-ßúMzQȰmY.ri^ás=GθlL:§ÃÇEM¦ü¤zq±”Ê£)k•GR*”‡Ô[•µê}IÕ‡’j4§’~Õ\KªÖ´¨ökß«öjû“wk‡“wþŠ¿ƒÒf2dØ[ÂbÂøï3ÆuÍß±fÞ„gÅØ¤{EN¿„͹²$;Ÿ« ¬7i#êôù¡´Ü¤ƒºŸR¤©«Sש÷ë*5ût»4{t5šÝºšºËÚº{Úmi¯µ[Ózµ›ÓµU¸J3 ÂÎRl¬ kúXê}“þ¶~£¾]_¡ïÑoXð5½lA¿Y5u -¤N™¹vã`¹£Å×5„1ïJ‰cZ7Ì@îo@-o®çÛ5”H<ήŽ"_Ï­ý)YR§‹ÝcTmÏÌIÝl\ª¯4®2l2¬3V* {ŒeÆÚŒuÆÓ¥Æ%Æç¸®ŒµÆ^c±±×`ÄÚXCºµ%äM …öczJŽ2{äÉF"Ò¼‰4¾±‚;õbYˆû?~–ùY#g(TïY¦Þ¶X¯¬ÌÍL-ÏÊ3¬Ï\n*5g•˜*²ŠM;²×˜d™Nf¯2]Ë.4=É)Ìü”]˜ù9«ÐÔ“‰3ý(¬'ƒaòÈ·µ-š†t•Ú"m“‡•¤i³ï¸†JŽÍÙÁÄãe>µ¥qŒýÅJÑŽ•êȪåi‰åKŒ©?/Ê1®ÉÉÏþ/Ùõ õ¾Æü™)»¦Â\˜aÌ0„’[ã6™m\C.Ñ`0fÈ¥%—Èå„è"¢–Jºìnû$9{ïvkŸHKû;¥ö>é~yίuޜŋϚ7³ÖwæyžÿZÿo¡¬0=_V.Ï“ÕÉU²6¹RÖ+WÈ.˳e÷2³Ò¦2²e3éÙ²ä›/ds¡T[S/D¥åmñ2-ø¥FþrÐn6pÕ†ë×霩õZÑS-´è¬v8T¶¡¾8JXU·¹,/1fWNjr^–<-Gž›••Q’-ϨV¤g´(Òä';äCŠùñkvªüY¦,㹜Ș õ¡L[óSfJµ`¼RîÕ-„‘F}øîO– Î7­]|ºÁÓèX]€y[xuS¥ÔýÀÞH¿}¥[CŠwm‹Þ™¿=)[•–ž–£P¤( -•ÉÙûT‰ŠFÕ6E—*^1¨ŒSŒ(cÿȉW<ÍÞ–=•59Fkhb†Ö‚Zð¨œ÷kÔ`¬A n6/…áV6ål«ã¢žƒÎ&?fK}ÿ`m¨KeU¸ÏžŠqaY|DNqRBZQjZb~¦"./O“W–w07jg§*rçeDþ÷9áùyO³£TÓ_eÍ…±ê˜­Aù}—ŒWüX·n7Sàêam8×΄¾öÕšÝmîzm­>´Æ¯¦QâT~p‹×®Q¢ÜªØ0ù¾„¸ä²í©[KÒ³"ŠU9[ŠK•aŵ9a%í -iÉ@ÖæÒ[™¡%ä¡ÅÏ2¥EDá|˜¨¦Ž*5ø[)ÀýjÒûH÷¼q`¨s! t™Â‰nþÂŽ.—eÍÞÆµíBNÅa±cI‹ÔcgSD@v}Lhjm|L|urrDeZšt¿Rº¿DZY›!©<’.©ì—…TÝÜ\5™*ÞÿbGðÞ²àòù0•¢ö&`b/Àu߸Üpöé'WÀÑ®ú¡'úž+*ù±öt‰ì -:$n9GÂ|e­Qâ„–Øð¨¦Äxi£,YÒ L n(I n<°]Üx$IÜØŸÔts[Pãd¼¨a&AT÷*QTû*i.”åÉn2ƒ*€;M×ÚΓüS§H÷ì׃Ö3ì ÚÕýîe}FÑ)¡µòdкôã’IÝ[6Å - ëˆ iO jWÄ}Û¾;VÔQ³UÔÑØq:*°ózĦ·áÂö™Hÿ¶÷Ñ­ó}R<,#38p‹ì`¸` —tÏ3¤û[ Ct¨âk–_pÖ-:ïa¬ôµÌ8+tHré—ø„õm÷ÆHD½ÉÒM½YaÂÞ"©°·*4 ¯UÐ×ìß÷Ø¿o<ȯ÷¹XÐó!DÐóY2׿ -ÿ7ƒ‘f€«GÉÿï!ùGH­»BÊkFPvÝR½èºƒŽêš+5㪧Yò›˜KB§°áo=ÄC}‡"…C ~C¾ „¾+|†›ý}†{|ÃW|—þ*ð¾øL°ñÂ{?Ï Ÿýçú:ƒ±z€ëdC=§IþÑ!€&Ò÷ߢÀîQm(£Q”c<­ô1G½¤»®&1£Òx$ÀIx;ÈÝ÷v˜‡àv¬§÷ˆÌÃk$wƒ×òõï4¹{Žwõ¼;ìâq÷¾³Çè´óú‘w®î·?ºÍu¯†Ü!ÙÁ¥äŽ“üCWjn”ŒR ÷g Oèƒì¡™zâ„õ’è GCé¸3-h|½¥ÿoÁ¡ýÆñGω(G‰d‡ öë'KV¯Ÿ¬³uÔÉw%~ÊT3rŠ­#™âNÙûL­azN¹Y¸ÿæeåò›çüTÂ[7Ísz–Â]ûLiµæùΚ™zKÇ™.¶Ã‹ó,‡—wXö/Ÿ˜Û¿|:Ï5rúúÎtüz’_NòwþDò$=QƒØWËÔÂ_QµBfißlš5×Ìr¨^óM\^;ÒÞ¸0ßxšÙ¿õ7³{lfû>’ÉŸÄ´þ `ð>”йëhV;L9ŸL8Ÿn#ó\$ÏÀÀ9€.²ÿ&’_q àGù/‰¢f€"ý¼H=uµüÑHÇ uÝ‘aà„lªrWÚ¡± ®5梛 ½-0И…›W™cÜJ&¦SéX`DÃý†¦Ød`‚ÝÄÉyÎ’¸ Ðr ’ä’ü̯ù“ÿù(›¾€ºjjmÀ%KœQo©#êÚâªåÖH7°B–!­ŒÌÐÖˆŽkŒLÐÍh - ©(20Ä-Ë—c‚¾.ÊÉKs®î#/L•óœ¼pø¹Á€Ý?dý_¾x -Àÿ5,؈°ÐAs R´íPC‡‡ÚK-qé2s\®Ë@ª MõW!SŸŠúËÑšd:è-AW½Eè­«¢ej(]JÁØoS‰´yÍ0D‡Š,Î -´à­D–½ ²ÝM‘@CÖf"ž¬t&šç¥LdUõLd· dg E-‰Ëtäü™ø™öÅêï´OÜ禸³¦ï¸ŸLÞpÑäµÒf­>Zß`fAEKö -´â¬D®1r]ihåÇ@Ž„Øj†™9Zªˆb¢Â9uD³Z!ºÍ{ЉܳLä 3¿Xßb|¶þ‰ñÑæ1ýšþ†?K›å¤ýÇéØ ãwkdÎ…–tC´`Q‘gFEöJ´ã£3 mLä‹ÍÐ&Š…Ö)l´V°‘WD>÷²Ñ¦†ý_¶ë=žéýàø×-©t#tqRæ2Æ6͆™i3¶v±Ùlvg˜Ò¹ŸEnÅÁ¢’]uq*•sºuò;ª£Ÿ#§{tŽ -Õç÷}üþܯ?žÞ÷çûù>¯¯> ®_P-®ŸQm®s¾?¹Ìúžt™ñ;ç<ãwÅùúçþ¯Ÿò±n"`jÝ;ÿ¹uoÑÀù ¸¾F„1à±Öx®³~Nö žë½`±kA i= »ÿD7à/wÿŠÖz|Fo÷˜EÜgü«Ü?ú×¹Øã6Ðê6é@üƒ9Ž˜ -ìv êuºå:Žvy‹s~<é<†s nσ€Ç³ €4ð ¨ïì@à;€ƒg! WƄփP*âk09‹•x~Äj¼¦±z¯)l‘çDðNÏ÷Á5ÈñFä»}oCy¼ =êþwÆýî’ÛKüM·aCˆga£ˆÇa“nñsÈxà5‚>÷qe xÁçcV­8[ád (îö€â?/œÓg"ñï9–ä3ŽW¡Þâ· ^‡åù¼ Ûá3¶¡Ú{”PïõœÐìõ,ü çÓðNÏ'ÄSÈGÄäCRŸÇƒˆ!û£È!Ò¤÷ qÎ÷.øÝ þá À@­YBímÉ~ˆ]» 06€²ÿLÇ:NÇ\ÆÉ4ÏW\ßQ’ýŒ”~LÚæ÷0¢ØïAd¹ïHd-ê~T“ÏpÔÔ_Q¨ÿDD ’Ï£þ$_GÝ%¢(Ï}û£'ýo’?cúÈ è·(€½‚€•¶€w/Õ~ `9.\W¸?½m>p0ï68Ñ(O¨,ß¿)¢€áh5fˆ’¤äcîRv`nÇTabê0ÿŽiÆôSÛoQÞ¤ž ¼Ûø[ì×6> -úuãxðåØÙЋ±×Cø Tf ÛÙ€H¸9ãW,ü5 A²ó¢Y1rÉûd´Í AèªG²ó0“áýg\"f€& î§e„Þ¤éCûh…¸ë´2Ü5ú.ÜzîWú>\/½w9îîbÜ|OÜ üyÆ}|7ãuØÆ'©8@삌$c ÞAÌbkÀ±]Ä«æù:«i•Û‚WJÔâÇ2¬í°$ÂñŽ€æñ;‡¹Îá®$¨½ñYá—âs‰=ñÅÄó åÄs 5Äî„&âYf+ñ4³“tŠy–t’y•t‚5q”5ÑÉšŽ:ÌäX; DÄåKAÜ{I6ðùó¾¤}7ï}†Ë¼çžV#éë»j¢Ãï²XÄUÓÿR"ž#%ek¢N³³É]ì¼èlCô1vUôQv]t'§%ú'N;å0ç$¥{™rˆ;ÓÆ}Óʤîç~‰ÝDZͼÿ"—.¬…V@ÿÚSíÌg´«Í^oq2{”0¿—¶ê×nXqMCq¾¤ˆ÷í–ðp]Âäˆc|%¥313öp¢~c{b!íÇÄ2Z[ânZ+¿‘v€¶”ÞÂ?Oß+¸Iß#x×(g4æõÀ¨û@±¶Ü…𖚃 [Óél{“1ýj“û9N&·s|-ûôøå½›£×þœçÝ¥b‘%‘ÚÅRêAQ}¿p3£E˜›°WX’°GX‘Ð(¬cþK¸Y/<̬žeÕ -¯³j„ì]¢7›ªE3›ªD€Uù váB X0¨¬Í@Ö2“÷úåГ\[è^þèVÅ•<ÜÒ Û¢Oo¡!f²‚¥òÃ(Å1{eJF£$ƒÕ Ö±ëÄœZq)g·x7w—x·J|ˆ[)îâ•‹áíòJÅ/ay;Ä_¸†ot«@deÒ™Îe[CorA#ùVТ•P_‰—ùå¢ÅÝù«ŽçltëØšЪåmØ›.¢4¨dŒy*»Z–Å«”æðË¥%‚2i¥ TÚd¶&}/=–T,½(,’ÞJG…Òé¤é¬à[@¼%ü-̇ïÁÊdRoäY@÷ŠæAý;èj)Òì‚»èT1É¡³€êòcn¼_‹ŽƒoØœD®ÉÄU¦*ÙeÊt¾A±UX,ÏO.’—Š äµâæûC¬H5uTçòª¤zSÈö -^DvYMcø/ÙeÕ™…áFT°è}§iº›¥¦fëfG Ù ¨‚ ˜!¢1j.‰P(1àˆŠã -®ãDÍdŒ–€F£Ae5,g>*ó#ÕþxþܺuŸ{ßs¾ªû¦&¦ïÈHY¶-kURî†ÌÄܼ¬„Ü=™ñyekåÕ­^”wcU\ÞÃŒØÜ×±_­ŠÛ:”¡ f€~ßF€öíÿÏ àú!Ò9Jj2áD…~éQWÃ}å¾ô=¥!æ_Š”çˆsÝTò±oöÞäÐÕE)q)…+““ -2Sãós2âòó2bó÷¤Ç”®Œ)8•]pcEtA[JT~oJĮё;GSuÁLЛ™CÛ×?‘üpô¾rÒûŽTVšAY•DïÀI§¹ßTz™æ_ÈÛVfµ¹<Æi}i‚fí¡Å S,‹Z²/-1¾xmrLqÎòèâÜåQÅ»—F—&G–œZYòϤˆ’¶Ã‹{“B÷Ž.-šX¢Ëx6ÀÓ<€û3ì'”‘ NÞE:hY­!¨3‡½u³ Nyo¯õco©çTEØgVƺ¥OðK®X¢M8º":¦lu|dÙú„ˆ²Ü„ðòÝ‹ÂËÄ…•ׯ„•_-oÔ–õF…‰ :<«K×gä<Îdð-ɀ䉸OW; °ï¬>gAþëYÛÏ»m9çEË9(Ì:£µ^y:Òii]¬:¡6Ñ?ºfiHxMzXhuv¸¶fk˜¶¦ 4¤æ6¤¶&8¸öjPPíƒÀ šžÀÀª¦Bty–K2Ø ÐDvàÚq€s5ß‘zäé~¤‡~uÕò®[èm¾æ0'çš»IæUoöÊ+âäËZ»ø†—¨ú8uX}’OH}ª_Pý:¿…õ›}Öïò lØïÐP¥ h¸¬öo¸ïé_ÿÊÃ÷â°Úçü”—.ÉYø‘œƒõäûO¨¸Pr`é[nÍ‚·Y}GöÑÚÛŽFi·ÝiÉÍÞüø¦Iä­;mc¤rac¼*àÖ2W¿[kT~·6ºø6ítöi*vòi>áèÝ\¯ðj¾ëàÕÔe¯iRxÞœTêò3ÙÃF²—ÉüÏÿÉz€ƒW -ÿKzhÎOú°æÁµR·åÊ<I=µôxt^ìþøG ÷G/D®mbUë¸D—æÃdUˆ¿º ô:@ÑÛ›>ûÀÚ)í³añ 3½øÁ쨩¡¶CnÐáÄðîðàzvø -Ü:C„®/c…ª®d¡K×*K÷¾s÷žÓ«®²ç$GÙ{‰íØ{¥èíd*^½ý€•ddþ§ˆÿ(ñ{“ìÀm€ÏïdÿŠ_ŸëAl¿±~D?Ë x@hä7 Y °¡º:2œ]YŽo½Ùï‚Øvï¢Øò¡$–íp:Ófx=Ãzd;Ýj¤˜&­¤JG/šIÇn›JÆÚ?àÙÿïIþlj_#Ù;›‰] @êŒÿ@T@èû9³'L ¼'†î“\Šó¤ÈD1%5³›’Sm¦h²iwš%úÒ,PK3Ç8ª—›ñp)¿XÀÆBc61fa5…‰õóu9Göï$ñ$þâßú3À'3þö¿üA} ç;³©6²( äSÌЂbŒVCt  Û|}ô3 '$¦ÎÌ"lœ« r¤täZ‘GÈ6Lä(YÈÕ°‘«%$°“F®ýƒŽœÍ侄B:òŠ ‡ täWÑ_GCÁy -©h~:-zBõ˜½ š‰ÆMGDh:lŽfCB¤é‚\ yŽ„æ3Ș(R°QäÉAó`Â"6 -SX(Ìb¢paÍ È={(:H('T2Т–1->KŸ_¦OZÞ¤OJîÒþ”´ÓƤÝÔéõtÜlP‚ÔK¤÷["Cä‘wYÐÑRÄ@KK&ZÙ³ÐʃÒ@.J£¹(YÊAÉ6J6rÙÓ’]ì)ikBºŸ5!+eý);ÎzoUÍ·úž9fÝÀµ¾Áµù7cØö1ý­íKú€m?íÛ1úd¾¶AÖkkd8b:Jt´æÓQNÞCaËB…Šƒö~<”GðÑ6‰7m›Î°Íæ½·Ý“ïäŽÊ ¹#vÅœa»Cœ!» -Î;û*ö[û:ö ÃÖ€â:«ßñ«Ï±ùƱƒÙ£ìct;ޱ_*Û©@^‡ -tA !m84t`QÑEHC7²nJ6ª¼øè¤N(ã…cÊ‚ae–àr“`P™'èwÊç÷9}ÃÿÃùïsïµË n¯K-·GuŽóÊõ*§Ûµ™ÓåÖÊîpë`?wëãüê:΢Ba» -EUh¡ ʸ4T0ÌPÅ0Eo¾)úI¨èëÀD/î{Ï@á{´hÀ-Yô»ÛjÑk·õ¢÷/Ì»=¾2ïòØ-ìô,vx¼Pü¦®æ?Óœåÿª¹Â{ªiâ=Ñ´ðñzÁèÕgÞ¢ßנ䞥wÕ(#Xý”3©¨¢™ 7}ñŒ1Tl‚Z9u<È…õÖßGð»O˜Å+¯DËN¯4ÉoÞŸX>óþ\üÔg›ø¿¾íÿc»L£š¾ò0|ÙqAq©Ë ¢Ö *0HDIÙCv’õŸ„$¡ {ÂN%$ -‚²Šà@T\±îâ^ÑŽõÛ9vÊuwÌnàjþ"p¡pƒËPa¸wÞîE]Ÿ‘þЖ€qfñÃë I15©rbEJ2ÝšœÆ.Vgñ -Õ¦Ä|•E`VÛ&õAa®ºK¸_}J˜­º"2ªž‰Œê„FõT¢Qògƒò€ª.ßëx -½ó¾úN +šÎZÁ %Ì«·(za{>qe³‰ñ©=‡VkFUdH %éJz.…cJ1r´û“²5…b£¦R’©µKöjÛ%í€4]sIš¦y"MÓ¾§iß%¥k§EéšiáLPpÿ àt¾Ç¹ŒCç¹ZÀë\0T¶ô—…xt•îšßZBøÄQH__—ÇÞV•+ˆ´îã 2´\C2ט–*ÊHÍ’êufyª®T¡ÓÕ)Rt­ -®_‘¬»¨Pé)ÔºWrµîgi²î½"ž *n¿è`FþšA1ô è~g˽À`ÕjÐ[µÅ½½2Ò·¹,ni£•º¶¦˜\–ÏÇ™’bM92ŠqŸŠ£ÏLíÉ0È“õ9J•¾X…èm*¹¾Y%Ó÷ª¤†sJ‰ážR¢ÿ»B¢+—ê§d²ô)éLPpý'ÜÂSèw aðþÅJøß¯v}¶ «v³[« ëã¨Æù¨$T–11%^x^‘0&;_J2˜VJŽF¨ÌN“ËŒF•ؘ¯«ÔB£S%0ö(ƳHâ¾; -¾ñ[ȿ䉙ÿ‘ f*ËDìÁÀm ÌÞ±0ý«§~)8Ò¸ÉåPÃvÝ~Õµ¤U¥5Œ•œÐÜrÁ®L«˜ +–3Tj¾4O'š2¾É¬ä™*žÙ¡àš»eói)Û<.a›_JX¦I +÷ýG|Ðð5ìáÜÁõr˜¼?T:èQ‡hv®vg˜§Í½ Ü¿¼¨hªcm1ÚøØôjQlr¥”"+S²…Ö!ϲW̱˜$lK¹˜eiJbY»„LëiA‚õ6Ÿa™àÓK&´âi­èƒp&“©<ƒ[¼3¸\ 3h`Ð:`s‹°·€ÚÖ­î‡#}KšñK̇(ÙÎŒ¾‰ûGm£ JQ/!ˆ tžMËfÕdðjL¼[—a³s¶NÝ6̤Ûn1h5 Jõ&¹jšE®DÙ3y {ø2€ŒÂ÷;è; @[öv7`ëüTtb\K:·ÏÉëˆñË>¿Òp„¶!¥•µiác“š“vóʉ,§†Êpèt‡‰Fs–Q©N;…êì$QœÃDŠóìø†@lzCŒoü/9¾ñÃÿñü×- ¾¨à|ÿ`+ÜtÐænjŽPzÜõº˜ûB<³ûvÎ3Ç-M9FZƒôÐ1IÝìP^Wb$³CCëPã(éxrG.ŽÔaý×uÕÔ•püŠ@¶—äåå½$$$!„ Â’` @@U«mõ´2ãxê¨ÓÚŽSë±Z;£ƒcÕŽÖV­ Rµ¢äˆ,î «µ.¬ -"² þæö?ðÏ_ï{ß;çÚÛ¦¥°¥”XS ®%¤´Ç;ò{­ÉûÆ“ö½™äÎ3ø/žÁ÷x¸ìg|Žàà{èÜ­.öF_”(Ðç¥!S—•š9‹J¬¢ÅÉò÷O:ýsN¸B²ÜÙî¹ÑiEYR‹Ǧ­°8Üëb’Ý[ÍÉîýQIî“v÷“ÝÝ>íø‹Û±×Q¶£ã“4âoñ>å?áàþ¡B<ÜÞ\ŒÐº2„>ÇwÁ¥U$Z\­™ò—êP¯«£‰¹UV:»2Yáªtú;+2õ)9!IóöŠEÆi•Ë ‰•kBl•ßÙªöè­UEº„ª‹ •­ÚøŠç±å£úØò±I®â=¨ÜP îÅçàBÛN!´á4B«*Z†ï¢¹×<ÐüZ1z¯Îßcv‘õN]zm¼8¥Öîc¯u*mµï¨jçúÅ×åªãê–ªbë¿TZêó|- ?*b -åÑ geæÆ&™¹¾[YûJY3¢˜è,>ƒexÿ‹p¿¯ý¼öxí_U#´ü"B½†Ð¼Æ)(û–7rÝ¥PF³Ú#¥9ˆeo6ñš-ÂØ–iTt‹“6·Î¤£Zß§#ï-G¶-§"ÚÖŠL÷·’áíù°öRAhGÀØñ€ÒÖ'iNT~¡“¸÷wãµoÆkÿúÞƒË}\‹Ðüëýé6BÓ[3òßE ] dH—ƒ îv‘úçs„=¹]Ï'ü€kmïžo>Wó²„ã÷ò*GÝ×ÎV÷=š¤ï!îïÅýïªúæB+® ´¸¡o ”s÷[Jê@ÈÚï5Å2Ä÷ŒzÅx‡+8†a W?¬'FÂÍH4_=j#|_§ò×3yÒ±y\f|1‡ÿ’#~³‘M½ÙÅÁoÎ`U“Çý|Üߎg¿Ïþ <û% ¸ÿî7áþ=Ü€Pì„¢†G8Lõ Žw ,`Øjs|Á+ƒ@.¡\ -¢¹Häp!í 9ì©ËBð©7‚µ^¾Åvy"Ø3Éϸÿîçáþª|Zp ¡Ù͸!ûïY: -ïASBF‘‡§—¦zËÅ’ÁÅ&AÊæ’Í-îØ̸ˆMÇýwqûÏØßqs¶z‰ÆwLÑ 4Ñ@Z± 1ß —þ2+ù øšaÈ­\íÀ~âu;Ìñq.Ð¥ +9o˜+œqæ&gTÒÁfºØCÌ »ŸcõÑÀyI÷m@ŠAªƒÌ_  ’0,ž‰“&¿ÛG" — ^!f ˜ H6 ÝN¼‘îâËöcyc>Gy¯}Šy£ò3Üùeî°âwPqŸÓ¯xÆéU pzäcÜçràuËÀø÷j1øª0ÔFT”) øÎ¤Áw>~þ±Ÿ‘ãŠÕÂ1ß F•›ø#Êÿñ‡U?ò_©öò‡ÔÄú1èw‚ð;Môk.ðúü¯ó^hZyÝþO¹Ï4ýÜNÍñD‚Ç>Ò9ÈýÄ VP ñ¡@‡ß%(˜½Y:»2% }y­](Ñ~B iW’ƒëÈþ€É «à‘Úî§î€Û/‡[)Ao\OŠt»’ÈÙ?!z]$øŽàê€a\x?A±âÅ”~ÜÔ‡×õàmA§ñž n|8¸ Ÿ îÄoP;ð©íøç!­øw!-¢_CšEÄï ¢À‰ÀIvÏ”vð8ù–ÖVµŽpG· 3<ìßÑ®¿šFß:¡fïUažC -)y AIé•i¨§¥Y¡§¤ù¡ÒRšEZMk—6ÑÚ¤]a-ÒÁ°féxøIé\x£ävx½äzäz­ä9‚ ×Hˆp[8R }›„œS‹þó3Hp7ÓÞÏÞ 7s‘f ~Η2Ã\ϧÇìÒð<úÕ¸o·21È¢HmOLoI00šå…Œ“rSDƒ¼>¢^ÞY+‘2«äÓÌJùr”IþqT…ü â³\N¼"Ò‚ è_¢ >BÞyùÆŸrI°pÂæó÷“®äû®Ï u9›µc ƒ{°[+ôîH‘QZ’•´Fe*£îx³Fq"ºJQS©¨Ž1)šYŠnV™â,»T1Å.V¼[¤ø[l¡â+¶Qñ?ÁBÄØBðÁþ—㟥!çÌøyßJr¾‚ p­hLy;ŽCÞÌ‹tëÉá¸[2±#-é’€M"­ZaNÒF—«²Ù¥*#§Xe⩸FUg\¾j0.O5ÁËUý‘gPÞ7¨þÉ3¨~âTç·B°ûñÕóÝÏE çY@î7_¼¦J÷ÀXÙQ‡á’à ýE[»òÙ{[sã=³q¿j½<¤B«Œ(Ѥ²Œ)znžúD|®º”oP×`Ùê6A¦º_ W ÒÕómò_„iê/Zõ|­úe¼VMðl!Ä@úu1 ùV>Ê eP†¼·Ì &L;aÔìe?XAYwºŒ¾¹£˜µ»ÉÈ;\›'ô5åH©%™ -F¾>™•£Õò2Ó²:M¡H«1ãM“8EÓ#VkFÅIšY±Jóg±Ró\¥ù^¨Ò¼$iÌB¤Ç€‡9wÐþ‹È»æMÈwÌvp¡Ê †«=ìúªœ»Ìa›Z*¢wÔ—rTaÇÊ -Ä”‚ tƒAÉÒe¥Æ§fèEÉú<‰RW.;®k%êOIô#R¹~Z*Ó ‘ê>Ëtßâ2Ý/"™ŽÚòRð¹àêÁíRä|fäÈ?'jFê¶€µá ©»žìÔ^úæÉj¦[µ™ã^QÁ÷*,År‹e4½Qš—§ÌÕŠ ©ÔP,“jebƒEІ$"ñа">ņÿŠÙÏEÂlBhËÏ*Ôt‡¿,£ýo ÙWo Oº@O³;Xš}šOR7Ô6Dl5Õ±÷×ð<òª„¾™& USž©*QqäE /ÌÂ…ÆB‰ÀX-Æ -;p~áQ|á” ¾pã~Â3~ƒÅ<Ãâò‰×øêÕ7‰ºxe°€öŸkDÎÕ 0ÜÐÛ¶:;ö@KÇûúvÊÚÊVºkiKÌ΂&îìF옶^LI®‘‡'T)£qs*3eòãMFŒgªâÇ™ÚããLƒq\óe.×¼Äá˜þ[ñ5‡]þŒË*#^ãq:À*ú>@7¸‰v¿†üs¼ ß‚œ£Ëš»Ý þ´©ªÛMÙ)ÚFc'ÓÍ`‰Ý§k÷T·ŠÈ‰ÍRª¸IÁÀS¢y lnƒ‘Íi¨bqÛbb£Ø—™ìÆÅHV㣈˜ú¯#£ëžFEÕ¯ñ)zî¢ ëPÑîS£ÈAO÷4÷!ïp…Jë~(³ú8¨ësú[t½¬])=qÝ‚£’SâAWbH\§:<Ö¢g°- –¥’β´…ÅtZiÑ—B¢-‹Ô(Ë£`fÇjDÛÓЈ֗4[¢÷èv%ê"ÊÍŸèEÞeE ¢ùÈE+FÖBñ¹]?êig8ଡmTŸ|K1Ì~[2Ä;ŒãÊüØÖ¤Àh«Žeͧ0­æ@¦µ% Ò:ài$GXßóaX?öfô?ñ ï}Jë}éoË=ô,¡Ì£ì§ÐÞçÏ ;Œ´ŽTŽ!÷œ0Ln†ŒKû!í’·cò$e}âD˜«x‚¹1v/g<þP̘ؓ9¦81–v”1–{„>^î>Þä>Þë6~ñ0müÝC¡c„^ø÷AêèχƒG_üÁ–Ûè;¸ÙŽz€öŸ@{ŸGî7Ð8 P6=  ™]IsÛA1wØN6ç³F8ôo6l3{–¹9»›>ƒí ›‘»‡Î¨ÝCf²öQgKöRgëßžíÞ4{aWÐì”ÙÕ×þµ#`ú§]þWÝmËêÀutû)4ÿü€>4»Í®B³ ftï(n!ÿ\\ØÒNà-²c/y¯‰Z -Ü@_¢¹„.1·/q·Q–DÛ—o XNßæ¿\°Õo¥j³ßŠÅ•¼2²ÉweÎÅgåîFïå/7[üaÓÑ…ç®¶Ü@ý›¸ˆr?sõÍ®C³‹ç²n$/ˆßàÞ!Aä½µ@ðиÛ?ðr Xõs&¯R×ù¬þŸëúj2Ïã8þãiéÉS(!@:H0ÞAİ%ûÚVÏ[×óô\ïÜ=]*Ä‚(¨¨Ø°³VÖŠum 6ÄEA¥ ”ýÞoææf?^äÌ{>Ïó›gæ/z8Lð0MP9Qà_9“ïWõÏð(“ë[½«¯.åø<¾ÆxW×2^U8ÚÊno'pÿîïÄÛ·Çï  ¿ƒ³ÍÆÛ§\FhTB#n#4ø>B1Õ -«å¢ÿÈëÔ¤_7­¯`|êÃ9^¯Œ\ík3Gó:™ãÞ0žqkøžQ¿Y@»¾]M©ÞPÎGH§¦ -Ò±é9©lj$z+Åý=¸Ÿ‡·¯ÅÏ}Ñy„æ\Ägos¡¤»%Vü•BÜ߈ûËËšŸÁø âíÖJÜŠŸÿ ܯCÈ·!M#BêÈÁ¹ -@„ )šŸâK‘ Ä]5æá~4–€û6l -îÍÁb_®·Z)ð=¥@y³@±@ÅH€0‹À!Uh"Ð÷<@?r-ä€CĈ 4¹PØ.èòº”ì¡O_èrâ3s‹°3Oˆ.æ5ñ‘i%Ú˜n‡VüÏÈæÿ¡þ„¸ÏzHAì.ž' ‚l üÁbà&‹€3^œ|àÌå÷gp—1ÀËdzøëé/ü-ôgA>Õ-(¢ì½ä'á!²Kt‚ì] ;D7ÈvQ5Ù*ª'>ˆ[ˆw";Ù$ªQ t_ Å}¹«d*ä,( øw ²8 ô!é!°Ó=’Ù¼ÏÒqíÒÅœOýVrºdë˜NÙ&ºC¾•n—ï ÛÅT«âÕ¢8F5+ÏQ”Ô{e%Ù¨¬#”Íä+G;]ïL#p^:·7Pྒྷ# ÎJ ¨Õ,¸ëXp •‚«‘—¡’/Î#EvçÉÂNçøíÎ?òÚ\r[T˹ͪ՜÷®ÙÌ;צI]À4ªw1oÝJè7nGé·3ô+÷«t½ûCê¥{UãÞÌ<ó°sŸx¯ÚøU è \pßM.™t*1øj% ÇgÂ;ZÚ­Â~ôL‘´xN½÷œ!lôœÃ£ý‰×ൄ÷Êk%·Þ;‹[罉óÒ'SëSÄy¡Û˩ѕ2Ït§™§ú+ÌýC¦J_Çy oáÝõíÜñÑm=ˆoêAҸ㾗XV!NBÓˆ Ä ùζúÇI› ÃÙÃhIßTQ­ÿ,aÿ|Á³€Eü§üÇkxÕxU¹¼Ê í¼AÅüûÁùwƒOñ¾È¿|—3¤Vp-äƒøJˆ½ Ò‹Á +ï¼$bðã \̃bÕ<{Œ 92Xü¦,û2Ô,}šÊ>ûV\Ùÿ¯âásÅ÷ˆX,¾±B|+b­äFäFÉõÈ<ɵÈ"ÉÕÈ}’ËQG%—¢Î±¿EÝd/D=cÏF5ÉNGu)Ê¢@y2œNô>ÞŽ?-F¦~ô Ît›IÃiø“_.ªŽŽgïÇ$õ»3Fv#vª¼"öù•ØyòK–_¸D^>p•â‚1KqθYqÖ¸MqÚ¸[ñ«ñâ”±LyÒxUy|P•òè §ÃÆ—ƒFp=`õþ> ˜áC ÉÃÄD—EN4U‘/†xQU !¼;&#[÷òR\ªsyÜ—sqÓ]ÎÄýMõkü|Õ©ø«NÆ/SÏT‹ÏV1åªJM;T‡Lû\šŽ»î7ý¦.1ÝSï\ï¶ÛÔæ±ÓÔ£)2g¡ ´½A8Á…8÷¢ÛÊC-É"T—$CÕ#ÜФ@æêðhÉ…¡ƒO'Žp=iå~Ì<Éãˆy†æ°ùæj˜iJÌË5ûÌk4{7z'æ{îJÜí¹3ñ°¶0ñ¬vGâ-¯‚o^xå'6ûlMü¬ËM]Žô½A4‑=V½K%ÐóT=¶qÑÝ‘.èZº:Ÿ),K‰SMª>8ܦ-±ŒóÞk™êSl™©Ûe™«+²,ÐZ~Ñm·¬ÐX²ôù–}ž¥Ð7ײß7ÇRæ»ÙRaØdyê·ÁòÞ?Ûb÷_o€¬a_#¢arhKE¨fBÆ: {cit}œ•OÐeãúóŒ$Û?ÒìZlKò*JN×oOþÖo›uºžuVÀVë¼€ëÏ[¬K7Y37Z7f[·­·î Zg=¼Öz9xuRuHfRcÈʤO¡+“ tE(°"ô*¡'ð½w¾kL"Ð¥ÉýЙ©^Ǧ„rL(-?ØeÇh‹6?=Õ“66psêäà ¶¡Ù¶Ù¡Y¶ùakm‹ÂÖØ2Â2mYýWÙrû¯°í -ϰ•†/O)Xšò bIJCäâ”ÎÈ_R ¢/‚H» ß÷Æ"T‰ï;·§!t;?MŒNÎРC böL‹N‰wÊ›8T³y\²oö˜ô u£&„­Nÿ.bÕÈ™‘+ÒæFe¤-ˆZ–¶dÀÒ´Õÿ—ê2 kòÌÂðùADA-‹X@AY$}A@"@$,Ö°„Mˆ ,BT¤j\¨Áѱj S;L]P¬Îxµ—ª£ÓÖÑB/Û™*š9ý3Ü¿ïë}Îy¿ï}Ä{£šÅ‡(âQJƒØ­OÇÔ‰ŸÆÔŠ_E׊ß!fŠ%ff6cßËÆ -®*±o©ð­²…±b8Q8ïˆ*Òn°0Þ¹?ŸëÑ+OôÝ%K êÈÌmËG¶¤Pš%%1M’êØIc¬F²ƒZ'é¥ÖHiÛ$'hU’ q’©8µä1ò3M-yK-—˜ßÃ,âîÁ7˜ÁMôObç/Å®Qj £å®p¬|-ùã²p[}1mé%ÛmwЧ#7%°5;-´I–UŸ™[+UÒ¶IÕñUÒ:z¥´•¡–êeÒ} %Òá„b鹕ô -S™ñ©”Î0”Ò7t¥ÔoÉï»ð$à.fpý—Õ˜AÀ˜z¯\GªÖT†.Ø«¦.é.e®ØYÄ÷Ò&­mÊo¨Ë͈ª–gSÕ[ôRY ³XVÍRÉšÙJY'§PÖÏQÈ œ<ÙN®l’›“u“#û‰#{ÍÌ•™,™û}¶`çÄ ®”|†½ëØ?G‘£5Î0T»š¨ ±ê­Ž±ïª`¸´•ó<›Ký4ªMÁU…’¨2EM•—›P˜£ääç¨y¹òz¾\Þ.È–ïÈä‡YòÓ©ü² Cþ _*Á“ÊãdÊÍlK^‰î㦋q•—jð­_p¼;ŸÆö7xA_ýúùº:Š]G Ý©¥šã^_!\½­<9¨¼ds„J%¥æoÍfÊ -xYŠR¡TQ#JW´Š$ŠnQšâ h³bT˜ªøL¸)ÿ® 5ÿ9?5ÿ?MO¹º;Ò¶Lç ÜÍZ‘×Å_%ëÜè'éH NiOµm‰ák ¨\­šÆÑ6P9ÚÎXv›>šÕvœÂj»ÅÔÞŽHhý>’Ñò …Þl޶ä.ÞÇ+˜Á8æý'{†Þ=èïhì·…Ú7¨ð'•õ‡Y+÷Æ.Êëc8Ë>âºIöˆ¼7õ¤¬u§ót²0¶® œ¥+gêêÃt;Ctú ÝH0Cwq=]÷UPüîѺ^S;ßm°äfðÎàÂN#ºíØ×½oý°÷ ’ |ÈЇ¼¡phý¼Ü¡HÛ¬ƒ´%iƒL—”|ÑþÞÜ}b?–>+ A¯¤ëËãõõñúÿ8ý€M?ìKÓ_XMÕßò‰íæ³÷•/¥ïŸ%×4¸‹8ûsè?…ÞÃûqƒCšÃ%G±û /„Ü7Ø2âGÊ ±Sì’ŽÅ9 -ޱ–³ -܆Ï8CºÕãk(öŠ1Ô®Š1´{Fí[I1u§λEn¸Fù‡kÄ¡ŸÝÇޮ´ä -f€s7¢½ƒèí6´à Žc÷;u Íè©cž<¶–,Û`Í£Ø%ãâŒlç£È…b¯ˆ4ÊVD·.0V¹„[–…{C‡—n0žu 1^s9ýØ!xtfiЩ7N–ŒãîÅìO}Œ»ˆgîGoçIœÃ'åcy@ÿyáE2pLNÀ2­†ÉŸL3…XE›(6¦x»PÇ>Ä”´8x<}ñúñ<û ñ²EA vë&v- œ´ ˜0ÚøOLÚø?X°æÒKß‹¿-ô½øúœGÿiôÀ3wã™[ÎTÅ Ðy y€u úK2„]³‡Ðë®|݇ºH˜ -Ÿï?Eï7Ŷò½‘dµúFÆ|Ÿ›ó½oVÎóšn%8ÝGöœ!yLOÜo}Mr»ùœä:õ+Ù’3è?9‚ߤQ€ðÜíè®ý ÝÙèNE7ï/´ka7îÀûkkXuo ¬¼ç -÷¼ ·ûë×û‘ÄèÄŠ‡BÂå¡„Xö‚pzTKµƒÃc=Ø?»'“`ûä>Ø<š›ïþÏ(ú ˜ûf¾Ï]îÒq€œÏ6O®Äß¿ xÀçï>xnË_,†e/\ˆ¥/V/| û—뉅/£ ›ŸX„ÕL -gå@Ìâx/þ,^¸ôÌ%äÎ{ cöûñì»ñìM&õŸpþ A·Ýô¯"þ°î[ô?@ÿc—§N³¯I°hΆ°s ¬ç\òÜJÞ®AB*À[’Ìáè .ÿ¼t¯O½ÇÁs=pð았»âK€ô)ºéèŽ@w º½Ñíö Àùû,ü`Á;À1$3‰³5²Y†x ~H>XÁœ‚ü—íz‹9mã~ÿæô›sÍTšjt>L¥ÃTª‘f¨‰æ5™†Ñ¨It ”œW%éDJEBTë´z7±ôÖ"Ëb³Žk²/"d‘´xöÙ÷º\Û^×ûÇg~ÿÍ÷~îß3ó<7>œ¾˜ üg„JÿQùˆjÏGðG/.Á&‚)$#Ž™GC°„Š ›‚ +$l">ÃVâl'þ€]0 0à=…wÐoá,üÝðB?¼Àá xù †½ "GòMüW¸O\C’… ×0“ ב‰ëXEý ë(¡€2%Ä('¡šxµÄ;Ø‹s÷ãÜ#8·çuâᅧÓïCþ|†«ëÅyO±'"†C± âˆøˆiÉCl[LÂE¬"DZ=Љh3ÈÏÔ9ô?(é´ÔÔ÷´5ÔwŒõ”7dåw²ŒxMVýd ñŠQG¼d샌CÐÇøž1þ½ŒËð„¼¿‘}ÐÃz؈¸ÏA”_yˆrwdjÉGsâ›ñ… pá"s_.†r>›ªXøÓÈÞ,Æ^½Ÿ·„ö’ŸEí3Í¥<l¤ô -J)OÄÁ6â±`ñ_AñHø5Ñ#l‡Âvx üî™ý -wÌŸ·,(×-õšѺ-í'KDÿY˜ó‘¥ Y›rÙ;âç(ÎGq0gÀ:‚ÝoÃìÅ1zE)ô'V‹h¿Y­¤öXçPÚäSîÛSîÙl¡ÜWQ~×wÄõÄmñâæÈãÄõ‘gˆŸm/ݶw‰+vϨè£Ë‘çíóÜ0ÈšÏCb&9sYÈÝ‚…k¦Í‘fëÒüWéû¥[°B—;z¹®dôR]uàb]}à"ݱ  ]gÐBÝíà…ºøù!pnð_ðèÆkïJÅ=HÃ=ÀÍ¥@ã¼°;Í•Ø6Ï,O á—&…(HTÙæ5®kât£² ±Ò•3–éS—èÓƒ3õËeúYº¾pÌýÖ1iúº¹úÃ!©úö±ÉúØódýà˜d=’aÁ_ôGá½€÷Á•$€ïqöIþO®Ë;*ª3ÿ™¡ mè (‚ -R¤ˆ‘3R¤‰õ -¨ ÒT$TÁÂX@AA ÃLŒôÄÕÝXXk\Öh‹ˆÆ¬«bI,Ñ»¿ýŽgÿxÎ̽çÜïyß÷ûîw¿÷ÿ¼ÄO~ó…ñ}èá<\^ œ£»c-{ ÒÌcמµZ¨Í3Ƕ¼ÉâM¹îÒõ«}u‹r¦ùY3-VeDÙd,sZ–6Ï=yi¢wbjjÀ”•òù)¹Š¹)¥ÁsR¶(f§4(âRZ±)§ä1)7ä1ɃA1ɯc“?Ä& þà ð}¸½”ïkp†îãì·È—ùÀ®uRl/4CU¡­¨b«ZI·NA^ÑšÜб™«#­ÒrbR2ç¸&¬\è5oùbÿøôtylÚ*ELZQptÚfETúnù¬ôÃA‘éé×"Ò"–½"ý#– -#ô%p-,çžÀ#øiºñ¬O؇ÖKPUb‚ÊR+”–LQ),ž®™[`U8côò‚ðñ©yÑv‰¹³§Ì_=Úìœ$ßèìe‘Ù9AY_†go -ËÞå–ý•ßÌìßÐì«>¡Y>!™/}B2þô ÉF¸Ïýà*kp.óÀãw;½Måìwø«\TV裴Ò…•Ž’µÒìõ~º+Ê&KJÃÌ“ŠgYÏ/Šs˜]8Ï5ª Ñ3"©wX~–Oh~!Ùè’_7}FÁ!Ïù'=‚ó¯¸+ò¸Ë×¾œ”ûÁ3h0B×bçþ ó>FgËö|d©Üľ³Jë”c«´e+]ÕVTyk/Ùd°hcˆÙ‚ ãã+bl¢×Ïq -/O˜Z¶ÄmFY¦{pÙ:7EÙWEY­‹¼ìàyÙ ç ²+N¥ýŽ%CÎþE\üŠ„nfò}àœbîßÒy°Š}¯’=×úyüϯ–`U12wXaùgÉ’OiRµ¿î‚íÁÆñÛÂÆFmš¾%Þ&D¹p²B™ê Wf:) ••öÊvʃ6þUÇ'ùU]¶ö«ê·òÙ4dã½ñ½­×†OvÃ\a Ζ'èo£s?[¡Õì;k€‚:ö}»ôz,i‡ä=ö¢„WÕyõÞZqõz³v‡˜„íŠ3£.Î2¨nÁ„€Úä‰~µ+IþߺŠñ>u;,½kŒó®=fîUÛ5ÖkgßÏ/̧U¿·ð¨þd9ÌÎÁiÖý(݇wò}¬å<Ð]^¬ÝKÿ~`Q“ -6c^óDÄ7;Š£›ÝÕ#øh…ëÉ›fû7FòiœkæÕ˜d6½q¹™gcîhÏÆòQÓ«M<ݹ5^4tÛßkàºï¹ÑÔ½ïŒ]ö|4æ,Ûѓ̿-ézëö›÷ÅMÀªföž‡Ù{¶Ñ­ˆl°vk„´;Iämjþm¾šÞm -ÏÖp]Ö8}·Ö…ú®mKõ¦¶å躴˦´mÑqnÛ§íÜvD˱õoš­÷4'·<Õ²ÿúmûÃt†9½•5 ¿…­è¾F úPqˆó@oF+kpˆ; -„üOjÁ§c4¼:¬0­ÃQìÖá¦âÒá£æÜ¡:vDH:㥓;Ií;W¨Ûuæ«ÙvnT›Ô¹KÕº³Eebç_T&tvKÆŸ|¢byâªåñwjç¿õ>Dïn欤·„ÞÕô.=Æœ";Àï³€ãj°?oÛ ã0é‚ ¬.LM¼è)1Ply1\<îÒ‘ù¥Å¢±—²Df]Åݵ ¦]M0î:îë0¼8à ¯`pþ­h˜oéo¡ûË6îIß°ßqЛÞ$œbÎÁç¯çK€ÍU`Üb˜ÞR‡á=èß½;Vu;A»{:´ºƒ¡Ùž$¨÷dBµ§*=5÷0ÉžSÀ?äïòÛ­ô7µs0ït¯cÎ+éN¢;ƒó€OàB·-·¼ Œêôï½"¨H!y`Qÿ ßš¸ð@â <ŒùAä‡è7ÞG\ô8ÑYÜÇôñõ±îõ¼­< ÑEw2Ýñ€™|¯SoÒO·å]ú¦¿Ðì$ü‡¼Ï5g†ÄœØwÞçaýåàE¯¹ ½ææó¦0ñ7í#ìåZÛÆÜË8ß«XóT†8—y‡ÓíG·k7`÷`Ñ ˜Ò«G¯ô1 ~B7K‰WäyOÞ‰ˆ1"¼çüÉš|âaQXLøaJ 7@¡fÚÌÉX-þ×0Y*ÀSM@°Š€X‰€±€e"9¤QJݼÅü޼Á.†±/Ñ„!Æ ´“ãxŽ3x†Ë,Ó]ò˜ á)Ÿ|Jã¿ÉoŸA7ý£ÿcÇlƒ»º€ UQŒacX"úˆLÑ{äÑ]Lo½Uu;]µ¿cï'‡8~+ÇýOð=~EíÝx„‡äñ޼ðà3•QڂĈ11†±ŒÁš1Le þŒ!œµ˜+~Å¢?°Bôk˜o!½åôn¤o+];èÙMÇ>ŽßÌñ[0€£û4þ…‹ä6úxõ Ÿêe ÷è¼ûôKõ´5}MAËLCО ¤Nꂪ·ÚIˆÊï¢8ñ$QôL’&z*ÉÁI>~•”`PR‰IúÅÛÑ'®Ã/â=è7ágñ׸/ù?INá®äׄknïWÝpâ<䲎,‚»@}¢îmOÆý¨$ÜσôÊ'ôœfû·µ6O܉ܔ„¯Ýµ„îE྇ Ü£×»žVpdzÜöÚþâÕ ¼w›ÞûÀ ï1pÝçáªÏ¼ï%Âeß;„‹~ß.øÿ‚Ìú¿±™ñÇmÏA¦ýpÒ"¸;Ñ÷$œakƒ³)È[– ò<Øyº’ióÈ—<ð“ï­L%Þ Ôoéˆ7ƒÈõ`3rÑ€Ì3š‘ËÌNäs+r‘Ù‡Ì1w#X#È,kùŒu -9Ǻ`3Í^°9Ã~hsŠý/ÒIöÈÇٸݷ?öPŸŒ3 F$¾å‘¿†SÀSðéGøŠ†ÜæDÛÞI$͇)I—´¤¹ðBÒùð2Òlx5i†ÛHžæ¶Ïr»Èg¸Ûȧ¹äS¼!òIÞùï8y‚7cwŒwÝî(ïÝ8ï§%‡x/)c<Üñd”‡/]¶x8 ¾À_N$WÁÃP{p/‚øld^ $Ï âì?¤,™ŽÌt˜ŠÌs8%,r8)¬p8!¬q˜nr8&lu8"ì¦öRÆEƒ”C¢ÊAÑÊÑÇQÑÇÑWK‡EO— ‰~sÚ#zOÝ#Ä—ïþ|@ð?ô×À¼%OH ÷ÖØ‚…h¸Dœ•DØ‹)“щK'¢ÓœŽŠ³œ‹uNŸŠKœŠMÔ1q-uTl¥î·S?o¥Kú©C’¡å{%‡–ï‘L.”|î¼KrÇy@üÄ¥Oü‚¶CüŽÖ+Æ]·Gÿ ÎÄ—PÿI,ÔOàÌŸ ñpeýr0›àO˜J#¢Ž‹£”¢.£Òô#ÒœÃR=mHj¤í•VÑvKëiƒÒ&ÚNi§ë€t»k¿tÐu‡tÔ­W:á¶M:ëÞ#½å¾EúØ£[úœÞû–Þ‹ÿð ?Ãþ¿•Ãþ0÷¦pæ¿ó(L¥ú€‰ÔU¶Ÿ¢‡Ñ¤êpbmOÂ÷AY¦ÇNY.½_VHß!+£÷ÊÌžÛdž=²VÏ­²-ž›e^ݲa¯NÙïÙ´w›ì†O«ìŸæøg¾Mñ¯!¸¯õ#ÞÃ3ø!>ëPÿ¶ -f˜»æ`=‹Ùét0žÎDF•öC¢S×ÓúÑdzo²Ò«'Iã³Ežï»Y^äÛ%¯ðë”×úµË­~mòNÿy¯³|ïJ«üÐJ‹|* Q>Ð ÿ[`½üŸuòWµ‰ø,ò»€ïáSêÞ„™ë’€X'Õ6àˆÆÈ -"îÓpɃQKw(cWô¤%Ò» -ŸÎT•[JN@ ª lFK­hemjD[ƒЭÁuè £=À¬F'™Uè%V%zŸeBbU ¿3+PœY‘Œ3y¶Î"<ƒ»pݸŸ× 0wMÁz,f ­ ø$/€°[jÛ—-¤ôh$Î]ñmé¨o3†X6¨ƒ7ä2ê…¬ZE»ZQîR4­ªTts*œ2ÅHH©âxH‰b.´Xñeh‘âÇPƒâeˆAñžcPà«ùúð \3nÃþ¯èaÖëÆ$¬ãùì/ ‚½z?0 ãØlË,éΦ¶eǹYÕrŸ† E@mz:ìÌb›°N9VZŠU†±Æðb¬#Ü€õr ±}\=v”W€Íòò±/"ò°xyØoÜ<ì¿ayiø~„³øÎÀìÿ"Ì}Ó%0ë0¶€}…Ž`—ÁôXÈævíº5Ëšòci Ú¯šlt¥Iƒ1K339ÅÚ0CF!o£ª˜àž_óV)ýå¶ §ÂtUZËÃl-e‘µF1µ²8Î­Ô ÷5lL *Ð)99ùjž:/W ÒDJ­)*MÛ¸fƒ¶+J¡Ý•ª‹JÑN‰Pí Q²ö±09çß‘hΚóy”ÀÐÿËPs¦ -úóç(¬ƒð[¶W@·Ù´Uû«™ƒÔWñíªLk—•UHiEe ^F4 §8iÈWnÌá+ôzQо<*YW•¤ïˆ’ëûErýa¢þtd‚þº@¦ÿV Ó=È -^óeùø¾†>,@ÿ?‡šgk¡aH_5Ì|°¶Õ-ÖzoP_Ï"šë"Håµk(Å5ëœuæxme’ŸÚ¤`(ËÓCRK³xÉF ÑX™`¬‹”ÛñÆ>~¼qtõzã)^œñWj|È•ÿ‹-z Á?ðW8ÿ×ᜇš§¡= ô@Ú7Á}ßbê¬ÀÜL(·†Û[…Kô›$NÚÆ8WuC¢—².% µc%UkBªóÃ×›Ü8s Wjn —šw„Æš÷‡¬3OrÖ™¯®Š1?dK*ŸqĦW!â -üwá]¼Wî¨yÜ -ï#dgÌ;k µm0µ»€ÒPÔ‚è:ødmûZGuk¬³²EæžÚœì“Ô” ³f2â,yìXK {¥†cieJ,½ ‰e$HlùÙeeÇñÏó<3ÏÀ  Ü÷9*Ê ƒ¢¦©m¦æš&¶jn–•î²Ùzy¨( €rˆ¨Ì(¢À(Èå}å…«fbZ±¦–w–ÁÓg_¯ÅõõÚ?>Í<¿÷çóýߊžÉiGz$~UŸôÙ½ž‰óžõJœ«wé kPÏšï!sÛbîÇ%@&µdùËÔÀG«ìñ~†/¦fô&eĨ'¬2ÚŽ]9°ÛèC]_OÝkØò7ý/;piŠ~€éC}²éÓ þ¦EI¦5I¦~‰¦]¾FÓaã²+ÞñKïúö[ü‹_¿Eþ]:Æ5XÃìU&ž dæQ«Ò…l‰f­aߙžk­Œ¿¬sCJŽãr"Ä1ëâä‘ëúë^[;¸Û«Ù¯¹ Êåžœ5Î+)k’·1kºWBÖ,jG|V†{¿¬B·¸¬®}3]úf^vŽ]}ÇÅñÔ-fU‡{—9ÿ{™¹|û^j-[ ådÎ(5‡}×z`B{Ï"{Œ.òÁEÁøSQ”4´(^~¥0Y›\øªCbáˆîñvŠ+xÇ©oÁ4§Ø‚TGCAZ÷˜‚•Ý¢ ò¢ vØGå×ÛEä·ê"Öÿhž÷Ä>,·Ã¡KY÷*rÍÌ»Z½XœËyØ|\LÞŒÝÂÞ³Tij#Yü0ÀÒI–h)Þ¯îk 1˜‡ÚF™Gj#Íãµæwµá–¶a–y6¡“&Ä’«ém¶ÈÁæu¯Òsêž[ÛÕ=6?’õ%Ï5]ªföÌ[BnNΖ4m#{ÏàýR e0r0˜íi|¥„˜*GDUù ÒÚ áÖH!Ä'ö¶&K½¬Ã¤žÖÑRkŠd&Z?¬ Ek¦àkÝ,x[«¯ª&xVÞ‚gÅÁcׯb—ªÈßμ…E\‹Å\‹Ì<×Ì$÷Ý]À[•¬Án ©ˆÞô>ÔiáWïŸúx×÷g} <áÞ0® £àÒ§Æнq6ìMÐ5l€mÃhê!×ý‹º ¹öÑ •3óVró˜y%3/`ÞYU¬¹È}c0¨è[„4GÏ€ã)6M¶›\ nöƒª¹7Äf„æd^Â|¶ðAÒÂK¨e6ÅEÞÂEÕ\Aq€¦KÔ÷/´Ý̵ÈÌÙ̼”ì9{¸È}ç0ºÒÀ98 „ô§¯fÀé+@{.hUñâµçC̸ȇ@(ð5É׆ð‘·áu^Èm<Û¸ánÐGC¶qඦÚ\ä²ÞédÏ'{3Ofæ1Ì<ô(À̧Éo¼Ïέä_TWÉÿ†j£¾¥nÒË-zùÞh×·#;¬É½‘ÀÏ|œÜçAx)ð€“ÿ€…°ó…60û*Öü æN%{*ÙcÉÎ̉´ÉÌ=.0ÿeæ¿Ø’)Þ$óÅR¢ºMýHÝ¥~ɲzO‚g¬ÉóáÀï)@¼|ʺRà£Uàa«ÀÝF¯¬ ZAœ¤`°¨`”  …ÿ™†çø~ÁlY ÉXFÆJÜA&99,E>YÅ,K)Ç-g‰öà;Ôã&šq×èâ®s”ëè Nãÿ¤À…éÁ‘<èAO‘ôÐ_ìÄpáÆ’=™)¦s”T²æ“FÎrÒÉÉà´dsIä‘UDÖ2ÊHµâkÔâ -N㮢•_µ²rYÑ ¤¾,EìNZòí5Šä.+B=„JˆŸbˆp£™s"yï‘5“¬OÉ™Oÿ ÉYFÎJr2q™µ¸ÄZ´r>.bΣgQÙ8‰þÒL×g8k§éá¹'_’"ÛØ*’¨Q´¶²bï¤Vì}U6ÁÒc•A¸'D»0‚ùÆáš0W…qYLE«8¤4œ—㬴_IøRÊF³j=šTÅ8­2㔪'Ôp\>£šK8bÛŽFÝÔÛ)¨³WPû’;ÑFq€¬¸©UЇ¤¸»KœÅÛáÂM]®i‡â’îMœ·›ˆ³ï¡¥Û 4uŸ…ÓŽópÒiN8-Åqç8꜉#ι8äR„F—­¨w݉:×ý8èv 5n­ØçÑŽjÏÇÂnÏNÁê©UžŠØ%ʼn|/¨AìÔOüº ·½¼„6מ¸äƒ³Ñä='}Æã˜ïö›ŽFÿ¿£ÁÿŸ¨ ø µ‹P`€ ì\‹½ù¨,Áî 2TU •A‡… -ý9¡\K,Ó?”¶é—Ì=ÕTú_)îäAü[ù.õ^6_\ôóEsP¸p¼g¢p(x˜X×{ŒXÓg¢¸¿Ï_Ž!‰{Bþ!ZCæˆU¡Ÿ‹•¡‹Å]¡éÒÎÐ5RyX®T¶QÚf‘,aU’9¬^ÚÖ¢Ú~Cµ)ü¾¼1ü¹¦(Lц)6]Rü!*!Ð'ÌÔn4ÎÒçi Œ tŒ&Ýzãj]ž1W—c,¶[g,³Ë6îµË2ÿƒê2 jë¼Âðaß‹X;!Ìb_@ Á!B d°Ø˜Ml± ãQOð"š8nÝñx‹¦q›¶ic×:ÓvÒñ4µÓ¤[b×il«Ç̸ÓþxFšûçýî9ïwÏy½–rx-äü…bÌyF™Ï¶ùÌý6|ÿG™8fò1ëðî · -qÏ&<áRa8ì&;îd¹nçxž&ʼ6 ±÷!§˜ ÅDh(ljNÊD/e•¦¬>KÄœÏ"±êc$6}ç‰7}—üf‰Û~ÓÄ}ÿ)â1Õ@<¥N´ýϰþq´ÜÇOú‡8^ncö»Š£÷û|WØ- 7K,%é®'y¼ÌÅ<Ÿµ¢ -¿U®Ä™« .rÕÔn+už«£Îqû©³Ü‘€îtÀw1`’kœà~7pœûVÐ÷fð÷nðQîg´!îÚPáKš¾Ðüš/3ÐÅ£ö˜ûnH0ëT|Oà;Â@°ˆbíN -SM‚lϲÐw±”¤Î—TÍòk‚gø ÁSüfš§¥Mðºiã<}È("d„?:Ì?:Äß -ä[Ãúy×è}¼è½¼‡á=¼¯èݼˆí¿|Žýÿ¤ W Ô¯à -Ž··¥¸[áèß®öƒM ÃÎTÍrZ©Êr7ŠŸÙ -^Àd¹€6Q&#åa#d#}˜l דáƒd_D?9ÑGÎDö+‘Ýä)†Ž<Ïè$¯Du?‹Ò–þ1Z[ú¨¶Ò猶RÛ+"_ñYzQ„yõo6` u¸[átªÆÖkÃaµ6ÉÁ(Ûç6#É£Ä\êh%IŠèƒÒˆ~‚Ñ+PGu Ú¢u‚®è#‚¡˜ÁdŒV°Û&؈Óvâ .Ç7 ~ßTþ‡xuùßãÔå߯ªËm1¯yˆ¼‡5øsçuÌ}U;¸rlá9N(ÜáúPX¨O°ŸU¤¹ä9^#5þz ŸÖ'л«ªG*k¢ÛEÊØ6Ñáx¨3¡EÔŸØ,OlÍ3‰Ö™¢3IJÑ¥¤zÑ“Âß!e*„ÿNTm Hü+>Å>üªàG˜ušÑMX<Ë&žc­ÑUÁpLk7ÙÈvUî÷Ð+ß>yq®† k— -‰$¶¹º.A->ÄT‰Û’•âVƒx$E!žM‘‹×RjÅÛl™ø"[*~-©z€|É’V}“,­²%!ÌWü½ø ÞÔþ¡à<æÏ-\EÍxŽå&˜k¦ÂTsŒ5³‡Ô™n}ª’ ­/ m©0Ôrqœ²¦†©¨Q²ä²vLǑʆ8Ù4G,[åTɶ8•²·8"é-ŽPú[ä ¶Pú,E$±±^ó zïC¬ÁMÔ¾¤Å>´¡Z1oá9ŒølZã ãm0ÜÊ´ïפ»tÎõlo.ðoQóh‡Tå ÊÊXyƒ”)U(RÄŠ&Ne]Gº¨n ½¢Î.¨[N+¯ûNZYÝ.‡¬{—SZw?µTþ9ò/6YkKyÍo°wpõ½†úow`æDNàÚ·„g™Ágãž0Ü -ñvݧŽölw–ðQ·5´ôÚÃÂhISubå!9«BuˆS¦Ò¦‘ª¾´RÕxZ‰j‘ÃWm¦òTVv±êFJ±ê׬¢ÆÇ¬"åSVQÃKĶÇ]ìÃû؃+G0sê°Èqd®3þw¹Bw0t÷Ä@GOŠƒ¦;˵©ë€·ò—*ï, ‘´ "EÚª¸òÖZfik#‹¯iekzRŠ4cÈB2Ws2©PsY ¹‘X ¹—ßò8‘8ü„I4¿dM¶=>Â{p ßûrÀÙ^ô"²‚ÿ§£ úû@7èíúHÐè“ìÕƒûœ•¹òþ_I/HÔSVÞ]É(é’Åë” \&±@׌ÆçëŒq„n#–Ð9¨»}@w/*¯óQtnÇ“˜Üö±9í¶=~Š=¿ÞðÎÞÄŒ, ヨ?pWñÖQ/h ÕX‚]ýDZv4ÛU2Bx‰Žù—“Áü!aX‘^Y ¯"ô-Qõ]Œú‘È<ý|D®~#öÿ -Ʊ]Ô;=Œ^DŽ¡îÑQ€®qÍ$fŽ)¨Ÿ ùL4ÈfYöâ™ §Šéúu`úÈó ´‘—{¼‹5ÿjžØ@–Pwj@ÚíÏÔGä ˜{½¡r) „ËñP¶”êÀ_ÚïÌ]<èž¿Xä•·P擽På—µ ÷Ï4ªý3Œ~ûŒC¾éÆYŸ4ã:…cÜñæ¯x¥ÎÿÒ“=÷'ϔٯ¼Y3Ï)¬™{\Å÷¿ˆzÛˆ £Øü4æÞ€>Ôn]hXA}ŒCeëÎÀ7@‘™…f¦aNsÈ]ÏvÚ¿žïš±ÎwO_zpÖe©&•Û¤õH1 ¸³LÓnɦ5×$Ó¦é²sÂñŸ;'¬=tŽ_ý§KÜÊ·®q+ÏÝ^qÙ€óá~Ԟǻ€Ú:ÔnÂhXc¨Ø(:ÙÏâY– ÈØf@ú68ÛiölKŽC²¥À‘i!-UNñ…Sœ¥Å1ÖÒãcwˆ¶,Û3,[ö‘[ïØ…oݱ£ŸþÔŽ~êoöa›ß8„üv‹¨y5ÍÈÂ2ÀÄ*zÑ = <…5°”ž8¸~€yÁ â­k€hkDYS!Òº­vt+i¶[ !»J íj!hWÖcàoÝ_«(nƒ×ùà}î ð>ûy¶Ç.Öù4²†Ì®£O¢ÿCuùÇÕ|ïqüu~vÎé÷ïŸú:×sÜ9ƒÓNᣦ‹üaù‘i’¥„¢´¤)It“ÊoQ [clmf×äÇÌvýîw/®¹»¯ú£Ç÷ó|½ÞŸÏ÷ó~™9¾‚ç ˆÞÉÔýêõ? À«Q—&[85{À¡9vÍ=aÓ¬uó(›‡@ÑyóDH› n^Æ&G1L#Þw†ºÌ!©‹ºûRUÅ@ µ–õ^±X´g‘yãÈI¦y/0`ðFÐýÐíàr°>HŽ+8t8QÞlz!Ô_)õ6/>mÚxùµñ ·­§ªu?õ Ÿ¡W_ª‚ö -·ñ^ä¿Ój€$æJîr-ÍÀ@r5‡Ð£€ïqÀµ °ù2¸ÚÅÀg*Ã.lÀÝ8ñáB/D ‡^ÄôÑÁƒ×ÁMîØAqáŽSÔÙ—ú™ ˜9“™±T3˜w<­F3¯Ü¾äö$×\72mβ d_¤¾¤¾¦.Q"à -½|G/×ü8¤ö~à°þã ‹M©‹—q_ú.ô.°.»^ªpkÀÜK²'2óðžVàMr{Ѫ;óN~óCÞ•WúŽºF}Oý@ݤnQw”ÀOnÀƒ àWÖäõß8(=e3~šBñ|ÊÃ÷´ø¥¸)8[Q2ÞR Ј âÿ†áFã &ãfá!æãW¤à¤á2ð3²q¹ø ¸‡"ÜÅÜF9mì =øÐÚ)Ü@mþH=¤\¥k¯D6=ØÑƒ-=xÐC0=üà)Ì|j$™É›NÖ\râRÉJG²È[ÃÕóÈÜ@Þf2ʸn%KT‹oÑ„Ë8Nn\'}Õ.á9·Oø? p ëWÜéÁŸÂDÏ cæHr‡“9ެ÷É™MNs¥0GY¸ŠUdårk -È)"£”©+xTjðpÇð9Îóç:αjŸá1ÚIýôO ¤©\€Š\$|é!”ü¾Ì9˜î‡1[,YqdMg®¹Ì“LÿKÉZNÖJ¦\MNÈ(æºå|eªqõ8#ÜvœäÓmLÓÊÊž`-Ž“ü‡ˆYȉ\*HíÉ÷=FkÝ›Îû3Ÿ‰Ì7ž¬÷ÉšEÖ|®ºˆœTrÒÉÉ"'‡œ26‘Q†T±utp‡q–¿;y:º°ŸšDÿAI¯$HÈ·‚D°‰[¥è‰Òw%>ÜÏPÖõïäpN…O$±8-Ã)é4´Éæà„|Zä)8f•†£V8lµ‡y8 (Ä~E)š”•hTÖ¡Au{UgQo}{ìî¡Öþ7ìrPã(`ç+ -H'ˆŸ¿x•\E¸ã Ä÷ -g|%÷Çyeoœµí“Ž&wŠÁQ—q8ä2\gb¿k"šÜ¢Ñm)Ü–c¯{êÝsQç¾{¢úzñîž&qM¯qu¯1⪰IâíaÓÄa âmaIâ­a)â2ušøCu¦x‹:GR¢Þ Ù¬.•lRWI -Õ{%ÕÇ¥Ô¥꛲|õ¿åyjA¾–ÊU V/ô<€×¹}Ég»ù˜×k‹†³¾Ú oøawŸ0quŸ~ÒíšÙ6EV¦!+ÕŒ—mÑL–k¦Ë7kæÈ‹4 ä…Ú%òÚtùzm¶¼@»Nž¯-¶ÊÓ~d•«­³ÊÑQ¬ÖžW¬ÒÞPfiQejŸ«VjÕJÍõswà:ù_°Åœá•zl0çËl©ý¨ ÷BÕ[¡âòp¬4\oU>DQ¤‹VnÔÅ*×ëÞS®ÓMQæëfªÖêU¹º…ªÝ2ÕjÝJU¶.W•^h^n¾ËfEøA›ôðOm?¿f»L÷Àn™î™]ªNx­Ûl·WÈ<ÉÖ:”ßœ&ÎØl½»IP9Ø[#‚E%†Þ²ÂA:EÁ@ƒuÞÀ¡6¹úÛ5úÑvÙú‰v«ôñv™úYv+õóíVèÛ¥ë—Û/×gÛ§é×;,Ó—:,ÕW;.Ñ7;.ÖŸqZ¤ÿÖ)Yß)yÀS§„׺É|MæY¶Ùclù Qœ±é¥’ž¶qD±ÙM½¤ù‘}9F½ÍªˆHû̈a†Žé†±NâœÒ ÓœR ÎK œS ©Î‹ ™. y.Ɇb×$C•ë<Ã>·DÃ)÷9†N÷„Á÷¨'n³ ¯u£?÷Á œŠŽä÷¿?wDåôTb±ÁÆ(äG…Š×XúXe}Ëf…Ùà6Äìœí²$r”Ûbãx·…ÆÉîÉÆîIÆyóŒ)‰ÆtÏ9ÆÏc‘×,ãG^3ŒõÞÓ­ÞS—|âw¼ã½âß^ë*÷ÿ<³·Žâ¸Å6¿+–ßœl³[X“Âá -äÇxbMLˆ(sxoYú»ýT©QíS,Fçä¡·$sŒG¢y´×\ÓïS¼÷,S‚ÏLSr·éæ´nSÍÙ¾ñæ ¾SÌå~“Ì{üâL-þLT—ßÓ#ß &¡ÛºÂš·³-c¹ãXþ-£—Mô±n¤ 9£\‘(J¥–¦Žè«\Óß.éÝçÄh³ûìaQ^3,#|¦YÆùÆ[&ùM±ÌðŸl™gY8Ñ’øž¥ h¼¥,h¬¥6xÌ;G‚cß¹HÝúê2 ‹ò¼Âð3¬‚€¬ -ˆl2 ƒ‚DAvG`€aÖU6dW‘Ѹàh¢m£h´ÚÔ&®•F›´5©×f«[Œ'ôOú㾆køæ»Ï{Îû}ï9³å’Ÿœå’7N©ã7XûK\û[¿#dPÁ0–­Œ£'M€Îts´e8 )Ý]».m¾~µ<Ш"9ĬX9½ Qb›Ÿ`Ÿ/wÊ’fÍΔ¸¤KË…iÒ:W¹´Ý5EÚ+J’ªE2é!Q¢ô#QBÜg¢ø¸‡® qÏ]â~™§™ä Öþ<×þQ.÷"Ù›Ãd›G7ãiÏ2AS¶ê³Ý´j²¼u+2 ‹Ó™¤†[åÊcl³’ãìÓ“’œå² a²,O$“•¸%ÊjÅñ²V±TÖ#Ž“õ‹ceï‰%²ÅKÇÉ7Iâ®’„×BI‚f’ë²ÿµ¿'•ÀA²'Ÿ9È62޵Œ©)Ïõù6¨É -Væyê”äúM)ÈYh’—µÄB‘e“–kŸœ–蜘šê*MÍÇÊ‹Ü%òª9KåÍî1ò îÑ©;ÄQ©Ä‘òSnò«äž("åy푬N0Î:|Lçq¶zCdé[t2–~Ö衺Р-EÎ()ôÐ*,ôÕÏ[4U¡ 1KËœ‘œ+±‹ÏŽwŠÍJ.ÍÊr‹Rˆ#•âE£8\Ñí¦Ø.Z¢v Uœ†*®C2ï -C2ž‘WÂtË—ÙzŸ¡kdŸ²ôöB Ÿ5%Z(/5Cq™= -ÊÄ‚¼Ro]Ei€AZñb“äá–ñE16Ë -¤öÑË“#”™Â0år×Pe…0D¹†t¹,Vn›½H9ä¬ü¹â¸0ÿ®cPÞS§ ÜWNA9šIÎ3ß§‹¹Øz¿Slág7i$µå@ùJ ¨ÒùU¶È©"³ÚS;µÊO?©r¡QüÊ%fË*¢¬¢ÊcmÃËd³BK3—*ƒKËIƒÃÂÒNû Ò·g–Î ,=1sAéeÛ€’;¶þ+žÌô+ziçW¨™äs’#Ⱥv‘^²ŽÔUÒ_®rWë!³Þ -iõNH©Ÿ#H¬Ÿ¯Wh © 1Ž\a¶Jbµ¸6ÑzamšMPmží‚Ú2›µuÖµ3ük¶N÷«ÙoåWsÜò­šK¾Õ_[̯|bå³òåtŸŠ7“œ-ŽU³dHk-s°(æ(Ûȹ³Hj†„V;HÛDXÖæ¥Ýê¯ÞlÚfÜcØoМjá×”kñVS‰¹oÓj³ùMëL}š¶LóiÚgâÝøñ¼Æ ÆóÖÜ6òjxlâYÿó´¹uoL'8]Å:з‡¨ê¸Icç^º—·pæâˆ&ëàÜ×¥èn+D®wBØzwAÈzíàîºÝ!Sü»# }»âŒ|ºRŒ¼»²æu­˜êÕU;Õ³«ÝpnWŸGç»SætÕwïøT_ÜqKÏmí£)ní?ˆÚ~1œàÃk€töö&Öî2ºs;TŽDq=œ»6‹TFRÙ`Áømñøª|µ¼UA:^ª%ºsUKõæ¨õÜUzbU®HU¥ëªjÑömÒvéÛ­íÜwXËió9-ÇÞ/µ6ý íÐóBÇaãëIFZù^"[I7ÇÁ浜{é^A·bØÄl¥Ÿ£™o¿6<ÕÓà¡¶…»ÚnjˆÔ¾¡z¡`¶:\ऎ8ªSê\Á,u™ÀNÝ[u7¬wíÄŒþC°ê?‹_ÀrÇ·°Üþ–Û^ -&8È<ï"½ô®ëâû`÷"Ýù* ãiìN l7ð.à¹p`ÖfπͰ#¬‡Å˜>ì «á@X ‡Á|8¦Ãr+1u¸C­Ðêƒîà´÷Ÿ€ÖÀ%hÜ‚ö¾ï¡³ïé$tnÛȽÈ|·ôò}°…9àš³vq¼DÁC€Ï{€Û!Àá÷ÀôÀш>ôFÌ¡;2ÚG] u”ÍèQƒxDBxàŒL¼x¸ÁG¸È#;€ÃÉàýëÜ„wÉ7“ìf®U\sóÝÀË*Ô€r/s0È}@oþG£€ó€õ Àô$ w -|±è6ÖÄec<Êft”á›’1¾„Ïðá?ÃM7ÆâŽ1¡£#¼öù{s’ôöôm{€U\sñ ûw|é>ÑéE§Ë‡€í(ý\Æ”?Òÿ1á­ðgð‰>sà‡„‹BÄ^Àå@6l ®²1çKwœÛ8‹<΢Ž3Žñ³üßÅIÞæWÝûy6qÍUÌq½©Ç ½‹NÞc€+/·ý`ö ýè½D®«ä¯ä3Âôâs}6†Œå‡•¯Ü€›lo‡±if3rù¸Ïð> ~ŸE¾ÏÂÞ?6Iÿìàšë˜çb®9“9ŽãzCéO¯ˆ^;zÍèÔŸð1…>¿“’/É¿È-r‡Ü#Y£ïË€ÇlšŸ²6ÏÙ˜=çÁüëò‚uy±ìžDs= Lt50ÖÖÀš¨ ¿ó&‹ð –â’ñ_dqR-Ä(Ç3Ôâ ð-x„µøÝø=ø†ó±0ÀPá.Ž1¬³øšÉºÅ¿nâ)Ã}C4ÿÝŒÁ11+Žün.^"ˆÞ(zéÌ OI_ }Uô­¦¯‘®6º:x÷ ¸^z¶ÒÓÏûîezàFðŒ2m—™¾›,×#\㪮Ñð[40` º:Œƒ1X2†Y¼J̈ýù‹0|8:SéË¡¯ˆ¾ -ºjè©§§™åXKO==øœ¹¸Î\\î|Ûå}ü§Áy\dDx·óÌê§´žÿ h10}ÖÁŒ1ØÐ/Ä·¬ÇÖãbèLÂWȤOIO =•܆«0Ž5ô´p{®£g=·j/=¿ò\îQI§iø! -"Þ@AAM§ÙÔY*PQPTÀK ¤—TL3-5ÍK–¥i©•6ÚuœÊÆ.§ËÔ´]÷ÒîL»§sfç¶Í¶{öÌÙmjgÏn—™eŸ¬?>üxœß÷¹¼ïó<ïjLÁ-ÌÇ ˜Çãs³q®¢•aô®`d/£——Qùÿ >æ0dÔ€çÀÄœFaPWŠ>f£¦ý² –uªQ§u†>ÔB|ï\‚ŒÀq8‹hÅuü¼»ãÏpwÒª,à¾8ê§_Û€ú@ò’¡à?èè7µãÐWêf ¦õLø¦Ô©D7ê¬GfÔiƒ ˜“󘓳¸?1g`ß}NážøWó¤kp‚øŽ“¿c>Oàˆï 8ŒÑŸó{—„KÌS<ªx¼¿"µ ŒsÜ%­€_øH᪯.ùéáµÎÑÊaÑ-œñ¯zœ¢·ÀIz;|Ðó}p‚±Ž3Æàhà8xæ‚ÎÀlð58ü)L‡>‚Ìïa?óG˜bzÂKÒS<ʰÜþ‘ p?˃·ýÃáZp\d‰àlX,°sà$»æ9V8Á±Ã±ˆ*8Q G"š`ŽÛ -³ÜÍð·f"a:rDNÂ~ÞLòNÁï -ìåýÆùaÿ)Œò ð½?ñ’…%% -KM<–;,÷wðù1––+ApŽ/€ÓÂD˜Ic1J8›³±…phY)L/«€ƒË\°Y=LÅy`2® öÅuÂÞ¸>†=q{a4þiwüQ«o¯¸Ó·GÜïÛ-ÞåÛ%žòÛ">â·Y¼è×!¾IÝ$þŒÚ&þ;­UüŒÖ*òÒZÞð,çPÿ.¶–KÈB&Þ·°¼Ï¡-ÓÒ`˜LÀXê -bwÊJÊiºß TEí—è©Û$fZÄFÛ*±Óº$U´NIm‹ÄCë´û·K{üÛ¤;ü7J÷Ñ[¤sô Ò…ôz@“ô£Aú-c½ä?ˆ—Qÿ†‡ÿOQ÷†à¶ü÷Õ¨¯ÄG‘‰ :ìQD°â-bPžLÙ–‘BÝšžéß%Ë¡o‘:dE›ÒJmiŒÖ47£EÖÀh–µzd]²Á õ²± zÙ¡àZÙÉàÙÕ·ì÷!.ÙßBªÓþü7¸:ͻėƒ{€kzŒAη¹è?Ú2­4ÛvªØ0 Ž%õª}º”«¨Yéô¶ÌlF«B´AQì‘[‚åå!ëåkCê嵡µòæÐEG¨[ÑǬVŒ°ªYNÅ|X¥âr˜CþI¸]þ×0»ü_Ȭ5r/óŸÉqì@íËù8V!³Øb§p=†qÙ©%Ã€Ž ½¹BèÔýŒÜ®ùµjRè•"°![R§Ô‡Ö(Í,·ÒÆr)aUJW¸SÙ^©lc;”=l»r˜S®œâ”)G”(/FØ”÷¸Ö¬GÖ¬ï9Ö¬ØÖ,ï²n£ö3N Ó&¼sâzÆeé5A§‘íÆåD‹þç¾Myÿz]zà:­2¤:GËrjŒáê"Ž]]Q®vrËÔuÜuK¤MÝųh†xÅš ^¡ú(߬¾À7©Í/PÃ/Pý3²@õ’kRy—¸þÞ(8‹£ŽÃ°G¯Q´eíØV€s®‰›Ì\h1Ç‘šLI>u+©ncéW„8òÔ¬²ÜVej‹Í6o‹QšGc²ÌïEgš?*L·…rÓWyÁwÈó(y¾w‰»ÿKkðL"d s€¶lÄg#®kAPíà³"ždw¼ãSj_E-^“`*W„JÕá¹%¹\ÍÄ϶ڄYÖŠèLkm´ÂÚ-·ö -3l#‚tÛ¡(™í ?Íz‹Ÿjý’—jyÌO-~ÎO-ò.q }>_{™D†‘^d“çìJÔÇ1´ªÊ*ª8P^ %Õ Dq•È×´6Åßà”ê*³™ê -[éÈç*~†ÝÁ—Ùkøiö~ªc+/Õ±;2Å1ÕÚ"$ö›‰ý ÎêòǫʞE¬*õr_qµ>ÄëÐ,2ŽlGºq oÆg­ õרk|¡¤––:Ö½MʯKöÑ×Jü´5étÕº¬ Lw3ÃmOssR\vŽÔµŽ#qm`¯vu‡¯ví -[åšf­tfŠ«o„Š«?­ýó]ç3Vr¥7ì¡ÖIÔ:èÆ< }ÈfÔm¨¨®ÃûNÞ¹ñÎã „|ôÍq kN$4ž•¥'•ªhRÈÿGu¹GE]¦qü;¿¹pä"²*ˆ¢\Df'ÌÔrí¢k™¥™nf®¥«–7D¼ ƒ(0(" ¢£…𵆢eV¬®Ú¶»²{¦îi·Ìlw˲mMöãäéœþørÎÌð{?ï÷yžßó¾Ïøž#—MбìáÈáÙ³"³²DÞ’áÌ. -–½±gföްÌìý¡K»BÓ—~ØÃ±ør˜cÑÕžö…×Ãoè¼ÖEäU¡¸®%ÄöœåÒ£Œ‹1Üï -Ô„¼hË »ó‡hl~¦qGÞëȼ;oÍ»'8+ob§kjL×Ì®ù=Ò]9!×Ú`»Ë”¶º1pèê}©«_ H]õAÀ_¦ä^ JY~=ä†:–’xµh*Äó -ØOÁþKšÆh4©Pº§Ø¤1%aíî«‘îÁáN3e¹o1œîQ–L÷V‡{‚Íîž0´dF@jÉ\Û’l[JÉkRI…%±¸Á2¸¸Ý<¨è˜9¡è]#¡ð’y`Áw–k~´Þгðsé ¨nþJÞ|σ=c­4¹„¹s4fƒ”UiSfe¤Ò=±²{•æ±+Õ“eJñÜn$yî6{î7y¦=³žE¦xÏjS\e™©_¥W}+öèW/)¦ü-Ålø\1eWL1ë®ùµ^=ªÀscé*Ø‹ðý8ìieÒDƲ»<Òm›¤ôfÏÚ%ÔEi@]¬ú{çµ+Ö›¥¾ÞÛÕÇ;N1Þí¡^Þß+Ò›£ðºb…ÖU+¤v§‚¶t( æun>§ÀêË -ª¾êWsµˆÊàà;ö|Ø3+¤)Œ§ãáŽf4tÖKC¶IñŒˆ½›- -÷õT˜¯B} -ñ¥*ØçT o´|ãdõM–Ù7S&ÞŒÁf‚ØÔ@áïå0x•C‘uƒé¶¯üÚê–<È]JOZ/-†ýìé°'z¥±p‡7Ii;¥„§¥>-RÄ) ÍBc E1h€´7e".í„{9pöÒäÚ)òvL¶³h‹´vÐŒ^—Z΢/üÚÂˉw!ñ^N¼ç׃­Ô~ÇñȨg¤ŒVrÐ.Åî“¢ž“‚Ÿg 9 . %!ˆ‹ñÁX4˜†ÇÅìÐÄ¥¬“‹@'¶“bï$À,~_ä™7ÐÇ~UÃ-ÝÌûH¼—àù Ç>Îóò'áçÙÇùÝ|÷‚_ë‰÷³ìYò€ßGJ÷Á½Ÿéxôšs\êqþ Ö_n°Ð›è-tQbú}„Ρ 6†¦(•‹iÒe.Èÿæ’ø5yù†fp…—ý -we‡_̹–n1s1óöâó@”ÎD:J×4^?hŠ®2g~Ëœùµ2.Óe­Ô%åë é¢Jõ9sægªÒ?U£OUÏd»CW‹Î3q~¢#lí”>ÔY¶ù/t uÿB°Ùƒ=³‡(>Çé -w„®è.¸“xò·úR³á-€³N. —.¨ÛÅpÊ Tècm‚U˺Ûõžv¢½„ê !;Îüú>á»Dÿ‹ºõúóMu˘{ÈzêGõÕ7J‚ëä‰1pï…;æc°æâi!ŒlV\A -òàêm¹a­‡åUc+%ÒŒûVJæ¥ó*%ô–ºX©Kßé¨ÇÐË7ÿæ¬ì!~4ìþÛÏQøóA½£GXe6Œù0ã#Î*&''µV)nËalÒkªƒÑÈú-¼>Ï‘£:ÌS‡pÒ¡ÿ°«k¨ûgÁ'‚/~±â;ŒÿŒÅï¸Ãñ6Þ}°¦Â™ gœ'q¶Îr8« ¬Ñ‹ää09é$‰Å j`ý]z^û¨ŠÃü=­vµQMmdº•Šk…ÞúÓüüïÑ—è¼Èe4ìA<•AGãk¼ð4Õfág.œ§à,…“ Ç…ÛBXnXåTÁ&8õÚ#ŸvC~†'vá`'õá²™Jk¢êš 7ý´¾á52¤OÐ;þ×/v?¼¦ÀÍÂÛ¯áÝ«?ðŽì''ûL³µ×4Om¦…j5²µÇX¡#OϘ‹ô´¹L;-Uj¶Ô©ÉÚ¤F[›¶ÛªÁvB[ÞW}àEÕ}§Ú ëª îöëÚíEÚþÙh^wtŠÓhÖ1S”:­u (]ûCFr4Ü­ÖÐûÕö°žîù¨v…?._ø|5‡/ÒŽˆ5F¬Òöˆ5D–jkd¥¼‘[TµC[¢ö¨&ªCÕ½NhS¯T}IžÞß«²w·_è+øhõgÑöhm/Ój;ûÐÆ#‚µ¿W?µÅ QKŸ,íì;FMý~£Æ~j[¿éÚû˜êcç¨.vjc—hKl®jbóTW¤MqTW-OÜ6UôoQyÿZß¿Keñïª4þ¢ÜñWM%ñÝ?ë"mõ£dZm:­Ÿã¦c¨´?ùÆQhÑîøhù©qp†”7ñ.Õ&Þ§šÄ)ªN|Dg©*q®*ŸREb¶Ê“Vj}RÊ’Ö©4©ÊäN®7'ï2%?gZ›üŠ© ùmÓšäÏŒüäoÍyÉ×Í®än¿>ÅûŽÜã·â8÷[ŽšÝ|ÞE‹mJ WÃÐþªMK5mNË2m´1<öñF¹}’±Á>Õ(³Ï0ÖÙgnû<£Ä¾È(²çkí.£À^l^ã¨0ç;jÍ.G³yµcŸe¥ã¨e…ãMËrÇ?¬9Ž+¶eöQ·_çì´ÿÛˆGËóhÇ¿£w;{©Ï VͰ¾ªr&™*œF™s¤¥Ôy§¥Ä9ÁZä|ÐZ8lšµ`ØLkþ°Ç­yÃXW;—XW9WÚV8 m¹Îõ¶çfÛ²ÿ“\îQMŸwÿ†¹ $ð#R-(Š$IH„@"„p5\ÃE„ˆ¤ˆ”¨ ¦ejÁÚZ‘¶Z­ÊÖvµkzºyºug§[w?ží¬Ûéekמ¶kë%{fÿøÈï$ïóý¾ïû{ßç)8Í*¸À”_ãöËßåúäçõÉ¿àõÊïñzóÃù´ÞÁûz,8[ -}-²jyBE E -§Ñ¢,ötQaÔ”ª$zRUÁWZ¹cÊZ®_¹ƒ;¢læîVzy»”>Þr7o@5ÉëWÍòûTGù=ªå˜nÕ 1ª×^Õ;‚ÕßÊÏíÊ» ü÷q¥½mÄ>/€Ó°@'PKuÍkY4§ÑŒî -è¶DìÕæEí))âŒjô¼a‰?¤¶Å ¨ëb|êFAŸºMУît«‡b;5c±^Íþ¸Í|\»æd|«f5¾YóŠÐ£¹-lRߺÕÿßÅ»Õáxwq8þ=hݨÄ:XˆVÀþµ,”Ãc -í7hª\Få›X£†œÈá2g ´„ß§7zt•±]ºš8¯Îß¡óÛu;…­:Ÿ¨E7*òè MúC úã‰;ô+‰.ݚةû™¸^÷qö³Ä:í·‰õÚpÂÿùú~ Wû%ö8Ž¢–ƒfä|®™Gã•I4Z™ÆÚeÞÆö™äÑÝÆb¾·\Û^nŒo1T‰ôSZZ#ÉÝ–@®öTªkÏ`ÙÛsØUm…Ñ•­j~EKilY‹Q¤k¶‰5Íõ’bO³Tåé’*›‡%Êæ€XÑ<ŸXؼœXà¹PàyS$÷üV”ïþ(!¯ñ«Ä¼†û⼆°øZ3ΰ­0ë;ú·ú^¢†Nøý.Ù»²u§‘¥{ËÔiè*âè;uü’ΊØb¯U¨ôÖ‰Þ&Q·S$÷îæ{§âó½‡ãò¼Kq¹Þó±¹;"ؾó7‚œöc³Û¾ŠËj½ŸÕ¾Û¿ÒNôpšàßIÔݶnx}DF‡È6À!󀘌ƒap3é·G” *"‹4å€WØ_#ï¯äõ»¹ý^Áöþ¡˜œþI~vÿ!^VÿIî6ߋܭ¾78™}ïq2{?änéþ’·¹ë^Ìæ®1—Ñç3Ð Y0Ù…¬mo2_?‘súÃD#,Òûã¨ÄÏÚŸNEþm¤ðçGÈýE‘y~}Ôv¿):Û_ÃÉò7p¶ú;8™þè-þ‰¨Í£Á¨ŒÑ‘›Fžgoy¾û×ì´á²Óv}õèÐÝèGDŸïÁ:€yô; Æ =íŽ!¬â™ÑȨ Ô –ÖM”´tSR°“$ÁÝ$ž›¦„¹c$|ü Åή‘àÀmŠ™¹C‚ýŸQìô7à.‚Þ0&Ð÷´½èÛ íšÇˆŒ3DD3ùA¢­óÈžGˆ˜c|’†$$¥Rbh‰BÙ$ )(.¤%AÈLüƒ¸¡Šù(24AÇðã£OAavá:&ñð?À§às:¾{€}÷A»ÚNôlE<Õ&R%Ê!{.¥'$â.ñˆ½œH¬%ÁåMFd&hYpá,ã€YÆæ^FsKÓDOa€“gq!½ -cðK¼Ÿ`>¥cМ“ûp&A»ÚnhÛ°ñ³bèæž ÊX"J}š(ñ"þ„¢³0á+|€l»"#:CzFp†du¬¢ŽÕ›| žÃ +äìE¢çnàP„ƒ?óѳÑa”¸k½g–ȇ)kƒ¶ó " úÕ.œ&Ê„æú"ÉóD1/"˜Gx `8ºÄ0ã/'ãÀ…!¾²ä]…)»Š:Öp®a³¯aS_ÅàW0Øåáû·ñ»?€;Dyûá}Ä:w=‰9À<ל"*ÇWU«D9ÐL‡s‰(î -QÔt1B!ºàÂ?fÁˆaN®%½9ysã÷ùzñ÷æä&Ý[Øü·0Ñ7!róžc7ÁÏéÀÿ˜.ó¸¦Ï;ŽBB8’ u•ÃYƒ•À ”p ’á"(‡ ¢È!— -‚'^ ¯ -Z¯j½6» ÑusÖZÝ´‡­+:·Ug«k;i7{YÍ>*Ýk|ü=ü|åy¯ßó}¾ØŸïJ–L1}žÉ”Ùò[¤¡dN=Éå9ˆ‡Éûí˜XZ‚¸uŽ:O]à°rQÎK:•+¾À»Ó€«¼,_ãed„vŒðÃa‘_ïã“9FDSTÏWдB–mÖqÀJ#é_™>g%y’?ŒqÞÓEêË W¨÷¨«ÔŸ©ë"mîÀ-w8(Ü ã É Ñ}Ú1J;F™üQÛ(>:ÈYOÊ™WÌ™Sµ’ò¥´x„|éœCÓð¹øEøæs&­Â?9ëÞÃÜå¬û Úq]øçÌÛèÅ-lá̺ådyƒSç÷õ!®Q_àΙï’p…º<&DÂgs¯ˆk7²ŸÇwœ3pÎüŠsæ}Øðìøä”’±Œü ¸ÉY÷/XFÖ -²ºÉZKÒF†£ŸaÀ;œx/ãÃõ.ñÍEîrß0}Žÿéܳ™wÌp-#{-'«“¬Uä¬ÇÆâ®!ž¼údç.ùô§„åP·˜“7±˜¾4‘³”åÙNoW’µ§‹SØÊOf7?ŸC8Éèqœ;ÆŒc>Ž’ø£~ŒÁcЧcíJö¼ }ÓÑ/#m¥Oää’QHF) èC9uä,aÖ[ÉêÀ/ÐCÞzrúx|ì¢p¿ä¿g±Ÿ±•´_Sާzå™ ´êÿcêÄôWE®¥¥oŒ¡™,9YÜm6EdÌ£ È©ÆaÔ“ÕŒW™“¬Ï}ŒÅ^lÂæc 0/ÓúÌÜVÕvVø6Vü6ҟ蹟ñŸ|Z—ž~òrœa,†0…Ü2£ÉK +•;9yܹ˜>”‘³¯!«¬²ÚÉê!g÷ßÊêÜÈe…œÆfFv#IX齂o©G”ƒ·yÄ}Èãö‚7®O …d{ÒzÉÓpP¨Ç>Qöˆ1èœ]â™Ø)ÉÇÉ\l“”c«¤ý’Zü\Ò„-’eØ,íÂFé:lõc½l7ÖÉŽ`Ëi¬v¹Œù-t»~‰•ЇèR8žêž¸Á£ä¢?oÃ\S³È%8(W/`Ð#;=£°]~• }ªØ¢ÊÅ&U6ªJЫžõê*¬S×cº«½V Çk º½úÐ5nã^CǸa´¿ŒåãoaÙs_QÐúœã©n“y•­÷,[Íë<Ò^ãzÿ$¶7ûƒã<°c‚úŸŸ†-ðq¢½Þ¬óNÅï,¬òž…ï9èö.E—ÏtúԠç í¾mhóíÁ2ßMhõ}-~¯¢Ùï7Xâw ~GäQA½ßCÊ!¨óso²½\b{f £öq=À¼CÃv?É›:½/LÁÚ)ÁX5%ÝSÌèÒ$a…&í;Ú4yX®)B«¦ K5‹Ð¬©,ño4úw ü{uþÛ‹ýj¦þJX=õmaÕÔ›ÂÊ©÷úO9žHô‘x“-ÿu^?R<Ú·±õnùï¹Óœ±vš=“Щ ´kÃ˵1ÂVíta‹Ö&lÖf -›´9ÂFm¾°^["¬ÓVkkœj—8Uv8U®uZ´UT´O4?褨,è¼ó¼ Î¥_ˆK¿£Oõ~([`$[ºñ敇ívs¯]´eu°2ĺ‰X¦ó´è‚…Mº§]œ¨NgÕ†¤ŠªC²œ«Bf9W†Ìq^¨›ç\¡[ä\®k—éÚÄ¥¡«Å%¡}’âÐ=’¢ÐÒÂÐsÒ݈4_÷¹,_÷­,Oçå…8dWÈ6‡yõˆã5‹Ï^Ú²Šï;ÙvÛÂåX1M“õZaMøK¢ªðhñB½Y\¡O’”ëÓ%ez»´TŸ'-ÑÏ•ëÈŠô‹e…á­²‚ðn—¼ðÍ.³Ãå¹áÇä9á¿wµë¯QŸQ߸ÚÃËíaù%2mfâÔ&j méâû6ÚÒ-AcŒÇø¡*æEá‚èQ¹!B\jˆ•ÎJEÙ\ -£2åQ9ò¼¨B×ÙQe®¹QÕŠC³ÂnèRd6ºÍ0ìrË4qO7¼ážõuÏ=-òk·´ÈÇni··È<™À«ž…5ÈßËg÷tδk)mi09¡Öä‰EfoT˜5‚y¦ Qq\˜¸0Ö Ë3š\f­®9ÆT…=&Û-;&Ï}†±Ä=ÓXé‘alôH3vx¦Æ®÷´ÅîôL6V&Ï(W•Ö˜»ž‰1<£Qsdç5g7¯\}ÔZª“¶´Ò®Fª†ª´(Pn™€RëdA‘%À)?A'ž5=Bj7Êg˜ãæd÷4S¦gª)Wi3)“ͪ$sÊjnSYÌkÕ æíêxó!µÙ<¬6™ßS›LŸªL¦*sÜJsœCù;2Ø€])̵ŠjçßÍ´k1ÿ¯’×ÒòdæÚÆaŽÍy¶…9ÉÁÎÙIziF¢Ažj5)lV«G¢%Mi±ØÕ –u¼¥ÜËl©õ2Y—yÅYW{­[Õ1Öƒêhë)µÁòõ‰Úð•aúªèéÕi2¥ò0~µÀøñÿ ŠOyŸÒ|æ.85“؇4üZ†rù}:ViJº4‹`Í´(%+Lc³:htV´aDVœqXf¢éåÌA¾ƒ2†Y’2FôOŸØ/==¨oÆôÀ„Œ}2 -â3Öú÷ΨõëÞè—~ÂÒ+ý¼%vòUKLÚwþ1“ÄLj<o'¬MX¢2x…hÌ™({ -wýl)uš4ÎfÒ¨œVz5§†Mïª!9±ƒr<“r^2%Ú†øôµ4÷±¥XzÛ&[âl6K/Û.§L%åò*Þ*cÑ~V–aåEy¬¸†nËXø½ªçòm„Yˆä=‡šg“÷DØ£ÒRb‘‹=ëR&E®•B*Œ²¸ýåã—·»½¼ÜQòtÇÉÃ=@÷P’b¸¸it7…u“ˆ»„0Þnf¶#¹ƒXÆ ¶ô&º«Jò-Éc.£<>v:ìrΫI¥Rïr)ªïY)…n”üXÎXíÍæZð·5\Âj¹tÔòá¯å#TËp«¥ÉkI²–kX ú' ãÃBÌkÕe†âut[kÙç•p—°×v͆=ö¨5Ò`^KØ u‡Ù¡Z -ß,ùo•¼¶sÆ®j‡"Žı“8vrùª#Ž:.$õ|øêrõ4z= Ö³hÝ<ÓˆÞåýóèKt]«Ùç‚Bzö êû57}XÅ9¨‘b¶Ð0#vHu’©ö´ík‘'~‹´Ÿ‹ð~.¡:sárÖÄåãõ8Ä 79€ß¬ÂÜÑh·(ö­Üžñ‰çå' -B‘z¬hý¨~º¯¡º§qx±4ÝV6žp¦nâ1oàí®ã1ÿ†Ç¼¦Uú+^÷k­Ñ_ð™_âäþ„Ãû¿{ù‰Ë}›~¡‹º@ˆ7ð’¹ù¿:ûÔó>‹¡Efœh„~P¸ñú‡ëâÍTx°ràÌ3Î"8Ëõ9óxÝKZ §œ2Têw¸Ëó¸Ûs8ÒOtˆR¤tçØ®«èÔLTÿÓÿÇð/™ôZÃí3–Ü’`×¼îejñ{jqA3ô©æÂXȪ‹É#_kœb¶¦Œ-ª€W¥_R‹÷UO» }ŽëgüïqV:¦»è±ŽB|®çüèŽ<¨qy¶ƒMn}É+Þ(òIÕ¯•®4õgѹä°v\'_?×J²-¡eתdíŽÌ›:Â~f?šˆè ;Àn ÛýPŸëy ·Ñµ–Vb?>Sùu&ò^ð’x{8œqp&ÂÈ„aƒ1 F.«çqL—ÀqÂYg5Œu¬]ÅøØ¦FíbœâßSj ›zö£Ž.«£uëžÅp]E|ÒÞžÔ3˜ü^ ¯îÔ0Þ`x#`¥ÀIƒ‘¥·ˆcqì%ŽFâØCî¢Gèzú³ŽZìP-]Q§í¼±••¶°k›õgþz‡*=DͪF÷à2µé-ñÄÓãwR¾pÃȱIJBxCጆ3Æë¬<FÕž 'NY/ƒ³Ž Në¿¡M<ÑR‘ ¬XIvëéä -öc¾G?ÒÅÍôǘwÖ—QÃx9æÕ2þ äH®‘p»‘[<'m ¬á°Æ’S*œÉä1N¤Ùpæk#ge½QI-ÜôE-ç5†F•~ªRÇr?W‰ç {ÝCTäÕ¬«~Œ•0ògÄågc#wɤCˆÞôì ­¦žªõî§jŸdmò¡¾ãTi¶j½9]æl­3ÏP¹Ù®µ–…*³,S©ßJ¹üÊTâ·AEþÛ´Ê¿Q+üßQ¡ÿG*øBùA·´<è>zŒšu¥ £Žñ~‚qÖ„v·|þÚá7ˆg[€™ÏsUµêªÊ8¹['i]èP­ ¥²Ð•†N’+,C%aÓT6S«ÂæieØ"†¨ Ü¥üðõZ±EK#vkIÄÛZñ¡mþCq™µu^Qü>íë“mœ`£€%0 # $„„@´€° ˆ]ìÂ#âcÛìÄK`Ülu2™ÖmÜ:Œ'ÓIÚ¦m:´ÓédºLëv’I;iÚ¸nÚÄij«Çœy ïñ»ß½Oß½ç74µûšÌ»OyYšØ¥÷ÑæÞF뿉sº†ó+Øæ/"ž %ÖòvÒªRE+O”Ñr¾‰Ž8èhA-(S¡#1:\§ù‚>:´g˜Ò{&ivÏC€×kˆðz íünC7?nàw'Œó‚ŽÊ‚Xåš0Z¹)Ü_ùª°µò¶(bü…(lüúL6üÊŠÞóF Æ,Æ='FO—q½„x#¶´™¡)3K)K Wïe,:NŸ¹Š×c®á'Ìu‚.s“à€©EØajÆÌ¢¨¹OÔf·šçÄËQqÈrN´\•4[^‘,oHýæ÷¤>ó‡RŸé3è+©ß”•¼iÇ8åBjñÔ!Ð1IJ€XÒøÛ$âµKhОKývõØ5œxwÀfáÇlá~›[Ôjõ‰ÃÖ°$dm—m=ÒfÛ°,`›‘ùk–dÞšUYSÍe¹§æº¼¡æ{r·íçÐr·õ_ÐWrwuVöØ/c¼¸ŠQg ãß2”Áõ!ÜŸBl£8Ô -©·.‡uùÔYW´×ê¹m®*~Øiµâfg£Ôïl‘yûåMÎ8ëq° ®IÖíZdë\§µ®K -—ëë¬Óõ:ëpþŒµ;ÿÌÚ÷X‡ã¿¬ÃžeoýFàK¨Cr-àz÷Ç ÄtÐÃ¥¸gu4æQ´±ˆZ=eœ ÇÈ4X„^·CÜèn6¸ýòzw+[ëîT¸Üý -‡{|›Ý½ ¨iXQØžVX^RT»o±÷»ÐŸXKý?–º/¡¬âæ£܋߃u€žôcÆÅq1 "žƒ8x_Fm\ -TÔÐ0~9·Éo4øjÄu¾z©Óë•Û½aÖæíPX½½ŠjߘÂâ›W˜}'Y“ï"[å{Q^éû®Üèý©Ìè½#34Ý•¿d ž,{ük`¬`y`Ž´ 8ŽàºÇ.\Ç‚D‘ˆZÂ;ÉÎ'o¤˜ñ„uœúpß² í¡Z±5Ø(µƒrS0&¯ -õÈ+C£rcèÌZ–U„.H+B/HÊCß‘èƒ?ë‚wĺæ»Rmà¾LëÏÊ_ëYp΃sÖh>Œ@Pðžºã ªý¡ð‘»ÞIŒÿ `NBƒ°«qp÷ƒÛ’ jìÁ¼ßKdí©;“JªHQy²ŒtI#³/iåh’uœ’¤—»7á%;¹…ÉŽ:9ÍQ%2É5&¿ÿóDÿ·eßIÙû{RöüQvÁÉë~ÀÝó<˜Ç°Þ9pÇ:‰úÀîèF `}}DõI"l’E;&%ÍØcT2V@{SÅT”Ò“:e"UÊA)å§‚¤LµS^ªv¥&(7•¡ÇÇÎÒαMÊý&íy‹¶ÿ–v ~B9ƒŸSÎÀæ2˜§ÁÌÄá·°æ!°{ÀŽ‚Ý<€ 9F‰Lãðž“DE3<ÊŸeI™ÞEyiíJ—Rnº‚K[hgº–v¤}´=ÝFl:AòôIÓó$ž=EÂÙK$˜y…øÓ·‰7ùKâO|H‚ñ»$¿OÈó hÜqä; vØ‘aøNX¢Ú ø¾i¢òYxÏCDù°Œ;…Äf¶‘,³›$5‰3e $ÈX‰Ÿq7ÓBœ ’›×Íàå Líâ~t0‘ ·Ð`Ìæï`#ü’VñØr=îò}ìØ-`»gPƒ9"Ãa"Í"ÑXÅ\ü;ù2Cüx¹•(ïQƒ‡ÐìOqÄæ¾‚Mgù)$wI\9‚î,6á-,FòøPüß¡)Œ éó0ê< ‚»l/ÖìÀ«Uà–«^&ÚuŠhÛ"Á9 ¡k<×0®aø{J !ŽuıŽ8ÖÑhÖ±ñlàcß@r7‹õÐ3xîe|€·1 À˜žý€hõSzuž7…Z÷‚Ýv3Ö\5Wn–°û<øëD¢ à? ]‚.#ŽËR4}äã*òqÃ׳¢Mı‰¦·‰Ío ûº…"n!øÍ¯á™×ðì;xnâÊG´ˆ:Ï@C`ÇÁŽ€Ýx’¨f•¨b¨Låÿ™.÷°¨Ë,ŽçÆ\PW\/HŠ9 3ÈŒ02Š‚B(¡ ˆ(H  ^ð’›¶–«–âj¦·2µ›Omº.æZÛî³mé¶Ý·zž¶Û¶[neì‡Ôžýã óãÇœÏ9ç=ïûžsÈvɺ.餩ç²G{ûe”öÑ”?ÂÅCcü( éƒøÑÍÜÍØC±÷dÏjž1ÖÝÍû§uq€—µ^»’|ÏYGˆ9x=¤m<Ìp˜CqÝN91ÂòÔƒC‡Ñt´_&é¾<1Dz’œœ Q=IcxŠ|œæ~Š59ÝÌ3‹y -£§øâÉgÑ5î…}ìJ7›ûø—xâ¼f(.8$ú9#ÒÈÐÅ €N¢Óè©#1 JgðåyêäEósÒù Oøq‘ùàåeüvq·ôA\8­«`—À΃A¼¸·áæhxCNPƒ§°Mê„nè…C%®sè<êEÑËèUjåµÁÒåÑ Q±Ò;øñ>{åC6ßGÔÆG€?f?ÞûÓÌ{]P(“`´¾ÑD¦±4}¥¦Ãæ±R}ÌLõ¡jõë=Ý­wµLokd‡þ®Ný©ê -SÖí_)œ¿°xf¡^!A/ñ³—oÿ^WQßOê½1óÞԲ¦/˜3?UvÌ1¼:£õTð:Ö£“ìwR…kñáƒþüØê¹'×¼žÄpC‰m,qMÐM‚凓 gœBb(†s¤J85TA=¬&8mpVaÿ^ªôA>ía÷f•ž¡r_ÆÃ÷ÈÖè*º¦+¯çqÜqœî?òù¼‡ky·ÑLœ!pGÁŒç†åƒ•¡†m0æi½±PÆ­5•kµi¾V™¨ÃÔ vóR­4·k…yƒÚÌ[ÕjéÒRË!µXžÑÝ–Kj²¾«%ÖϵÄvU¶kzuÇÞHŽaŽøý\Á»ø¼cöŽý­v›6 Ó&[¤6Øêt$jMðd­©ŽSÕ>0_+iÅÀ;Õ6pžZVkÙ EjÔ¬»vš¯Wãà­jÜ¥E!‡Uò¬êB^Ñ‚!¨vÈWè;Ô§—Fq}p¬÷pÅt¡m´[xÞÄß7r ®2Hk~~‹:†FéžañZ>|’Z‡ûµlx–ZFäªyÄ,5˜­%#ÊÔ0¢R‹C¨>t‰†.ׂ‘kU3r‹ªGîRUØcšö´*Ã.©"ì=Í»å_è{Í ëÓY¸Ç£¹zi?vpõoA¹z׎£ÕÁ—öQ6­5\­£"Ô2Ú©¦ð‰j ÷©!ã˜GâÈ×ìè^®¹µ<·;iÿð¥u¬YÍcC´dì(-­…ãâµ Ê«š¨TUGT5M•Qù†Š¨"Ãܨ2Cyô|CYôBCit‹¡$¦ÃP³É8;f‡±è¶Æ;bN b.gżmšó…iVô·¦™Ñ}æ§av»im&’´uðÜæ¢¿â]¾,?@uÎPÕ8oU•Ó©Jg‚až3ÙPîL7–9³¥ÎéÆg±8¶Ä8;vž©(¶ÖT×d*ˆ[iš·Ñœ?á׿¼ ûÍÓ'œ°äÆõZ¦Å½e™û9ú6hš³/è$íÎ~uè¥&Ñr¢<·$J¼«Ç—Z—MU®¡ªp‡«Üm(uÅJ\ã×dS‘kŠ¹Ð•c.på™gºŠ,ùî»,3ÜÕ–é܄åASÖå$k3Úm›8j‹ üÖxÝ›ù‰=6ãkGlÆ5Ç~Û`¬g4Z™Í>@u¨ýérŠò¼Âð» -"‹¨€ -ˆâ ‰×hŒ7d׫ËE–ÊeE妨‹¢èt£ÖÐÆ ¦jÔÖàL’66&4I›1jkÒ$ÓDÛicl{‰‰¶ô™¦ã¼ŠË¿çùÎ9ßÿ}çÍBË“™3±+))F-´hžu¨æÚ"5Ûg˜i›`œnMò~Â:Ë4Å:Ïw²5Å<Éj7O°æ˜Ç[‹Í ¶µ¾ãl[ÐnŸ±¶vŸxëÓ릸”÷Mq‹ïúÄ&ÿË»è‘ù0ì=°áԥ෠k’‡Òmð—à¹Í0?•æ§YiͰGhš=FIöC¢=Ñ8É>Ãk‚}®)ÁžlgO3ÅÛ³LcìE¦8{¥w¬}³wŒ}—÷hûs^£ÓN{J»hŒN½iŒZú¹wÔ3÷MQKù´ÃÞ ¯^5¼2,I!ʆ›–&Y…,—欦g˜””9H‰™Ã4)3JñJpL2ŒuL3ŒqÌ1Æ:zÅ8–zrd£…Æ(‡Ûé¨7Œt´Fd2Dd¾hÏx]a+~«ðô;†ðå÷aËy„Ý s̵äZ× 7c¾»˜œçÁ®ÍÈ–±°ãóüŸ¢¸¼Å8c4Ú™ hçE9gi¤s¾F8m -w®P˜Ó©áÎ2 uÖ)Ô¹SCò($ï¤,+_Spî Y²?“%ë+…d=4´Áݳfù®‚›CÎËa[³¤ù9Ò“Xµ$'üB)¦È¤HW F¸†*Ü©á®8 sMT¨kª†¸æÈR’¬à»‚Jrè*Ñ@W•ü]ò+n“¹¸C¾E/˧ð×ò-¸-sþ=ùå­Ýp=0×Ã\)哳v*ìEyô‹6 {4±XŠÃºŽ,“B+|ì¬ ÷p¸£4Ð/÷dù¹gÈ×=O>î%òvgÈèfÑn|fÅf„y-Ç4–¿Ä¦¿ìc ¦È’¿« æF˜nj] w%õN‡mƒ=¯ˆ”H“Kñ]åRᆭ“‚ªŒò­ñ—±Ö¡ÊÐQÃ…_ËÅRËeSË¡RÃ&¯¡©5«Y0µÕ;¶ -·ž©qÝ4ÿ‡Ñ=må±jj] -·zgÁNƒ {69'¹¥qkñžØÕ0¬b06ͼ‰ao³™ƒ}bàñàç<\ö<]M‡ŽÇú¸À ÔÂCÏ6žÝ‡^`óaëß#y&É_ªf%•Pï<Øé°m°Ÿ&çië¥ pcà†Ã öHþ[%ÃvÖ°oÛÄз“p'ÃN3ëha-¬£µ÷ä€ka£·RÜV -ÙZÏÿéGóažï付ÓLÓ;î¨ Z·ˆ^gÁN…½œgR¾Ipc¤R°ìüšáï‚O(g†à=Ôc/ChCa}ÙG_ö{|àð;À†?HVòs#¿Ãç>û"Ïý‚ç¯ñÝÛZGŸK‘“GÒa[ÉyÎi -Üø&iD«Ó¦¡ î~tBÏõ«ÝÄ<€Ë!ôyÒ# `GYG—ï1Ázrœd¼ƒ`Gøü<Ït¡ëª¤UŰ³ùu*ì,u:ù&ðhô^Þ˜ØJ†^Ö¥Ä.ôÿÄD´ãà „A8é+¢&§éÍÙHeÖqŽ‹ù‡o'=édsuÒÌN‚¾t½‚ºT;ö -ØÖö!ù&>KÈ3 f KöêèçôÊØgB~‚Îõ"a4…áÄ  Âêg¬åfáuzóá%êÑÍ:.Ó“nî&Én]ì:¯ع°í°²¼éíÔnù 9Å;ÐËû)êìg¼ÜoÆØÚ˜Qa„1}lÒ~‰(¯xýõ{å*ý¹1LºÉÐüõø„Ëàv¾ôÖq›wõ{ãÓ£}ž÷;™q_CôFé¾&âLgá†è¯ZŠ'ÍÀ¡åé*Ò§*ŮчøÜðT7qO¿ÁQÝÀÍ]à ½§6]eüKÓ~…¿z›E_Ñ;êÆ_uáp/AêUW¿þ ßȤ*X_h¤îhœþ¤©0çê–Rà-ƒ“Eü|Üš ZFüJ"WÃØ ·prWXG7n¯ Wv ú&îô¢NPªóºÀ'?×G¬æo´«§O¯öë;¾`È5@Ÿ(œ§cõ>þîµx—Z¼Ç¼¬tâçPòJï"~ñ+‰_M[6ÀØB‹‰ÛBËöк@?Jϲu.°…®óÓç:£‡¨çêå?@A·ÐMùQÇPò‹få °¦ÂšK„Å0RY±sÙ‚Äw±%ˈ_É–©‚±†‡¸;غ»t -¿{’Zü˜¿ó­29ªÛè¾zwÁ‘~}Û—¿ô{t½E?ÞTùDKœÉpf™O|+ݵ?“¨¹T¹€ø.^ÏRk`Té˜6·Wx§ž§'?¤íüæRÁúGÌ=:õõ°ÊºÃvEœÞäýx«Ÿ×r -… +Î0f!ñmÄ·sTd?—øSÅ0JaT¨†QOìmÚ«V:²•æh=Me^ã“kè3ºõ5êéÓŸaÞè­^é OR‹ã /œ\baM„3Œž‚±ˆõ/!ò2™0r9¶ `¸x#ÊଅQËÎÜB%šø³GÛYi#Q·AØÊNn ý=B=ìwŽŽ~þéþ£ïHïñ+òBN‘¼ic‰”g&œ§a$³þg`,ƒ‘I÷sáÀ)Sc=±ëycµ‰omdõèX»¨Z ovµ¾DèÞ¿u•£äÇÚY®ÀÔîÇÕÂñ¿O^p‰0æ(xãa%õI8óà,†³”l—Ãr@\ kœÕp*áÔ«ÖõUæŸtÈÍΪàÍ*'ó2ÝE_ÑÁou9€c–«æ®½v´/„k‘ÿ·òy³ÉGM†`˜j0Äi³q¢ê½¦iƒ÷Õy/P­)EÕ¦TUù¤kO¶Öúä«ÒÇ%·o…*|kTæëÑjs‹¾gÞ/—ù˜ŠÍ*2wi•߇*ô¿«ÿûè¡.2‚œ ã*ŠàJeØÍ¿MóÛ¸v“<ü´É?Tu¢T3p¬ªµ.`†*çjMà"U ²©<ȮҠL­Z©’ÁE*\¦¢ÁU* Þ¢‚àf9-û•g9¦\K§r,Ýʶ|¬¬/Ðô½ -óWí!®ýs¸öêzÇ´¡^ª -ù/ÓåWUÇñï½»{Ó†é+¯Í»›÷vw›Í&›GwÛd7¯MšdC6›&é¦IÓmhhÓB)BŸb©ôN •ÚB¤”ÆAéè?Ž# 8(â¨ÿ¨(¢2Š<ý uÆ?¾³»÷Þ=Ÿs~çœ{¾ß4·Â©›³\Ú–åÖLVÒÙMšÎ^§ÍÙíšÌéѦœ¸R9Iç¦4–›ÖhîœFòö+™ÇŠq~UCÎ4è|Rqç4àä­ëü³úÿ@ÿ6ž†÷`¶€ãíX¥tíçûn®í¤_ÛéËlþušÉÏÖ–‚bMTjSO©Âzm,\£±Â6vi¤¨OÃECJk¨xZƒ˜ÏxÉ>õ—Q&`}飧ôŠ+ù¾Ñ]ò†ÑUò'ô¡ÙUü©y…#íUØ!,ØQ76q|>ç¸6K_¶Ò—镚\¹L©•ù[éÒ—[I—_ W£†\a º¢FÜ3úËâF_Ù£·|Òè)ßft—ï1º*™'ÍöŠóf´â²©¸j¶•¿nk-}hk-ûÔö6ãÜ»½¬íD³¬7}™â~ªÊÔXåõ©ÊQ¢ªD7VUj ÊkôUŒõUÍfOU«Ù]ÕivU÷™Õööê”-Z3ck«¹ÅÖê>`_ç¾Ûvßo¹·¯q¿ho®ù)ú££¥úô/Ç#°Î¼ [~–x7ÚŽ¶ò{Š~mäþ”ðdjгBýžõzÊóÔ]žÕf»'h‹zB¶6OÔÞê鱯õÞè{Ç!ßG‹o§£Ùw»£qõqGÐwÎjð=fÕû^°¾×¬€÷-+ày}b]ZÍ~€y'ô6ìÎ.´ mæwŠ~l@CÜðg¨×¿DÝþl–D¾cG^1‹ÚÞ4‹Zßµ­ûÈqþ°öÃÚkÖ8J´áõQ”踶]jÆ×w™ªíZ$ow–Vuª&V¦ªX*bµFY¬ÑtÅÖ™¥±n³$6hÇÆÍ¢ØŒQسÇ(ˆ5òc_3œ±‡äì~Vy]/+¯ówF^Ç»f^ûG¶{`†¹‡(² Þ$Ú3Žº;¨?±±;\Oló­—Üý T9°Tåyr ”¨t RÅq¯Šâ * pùñ9ãÊ*'žVvüVeÅkÅÀ=Z>pIËú¿­¥}/iéúßhYïß´¼÷ŸÆ Øàí‚—f¬a&P_·ÔÑ#…á6×jãð‰K®„]EËUÌ’3Y ¼¤K9I·²“~­iÖò‘ˆ–Žôꆑ¤®™Òâ䜮KÞ¡ÌäI-¾¨‰§´`è‡Zp㯵pð/Êü@Çà±N¡Q¸ƒŒ¹vvó ’<ÃRňT4&e§2´lb‰–Läè ÅZ‘’™"H¦È»)BãFÂÚ8e Ç4ú‹…÷W†¹æ ÌTŸ4 ·@êdÜka7$™ƒQ²ç8ÙoBÊ’–N›Z¸õ:9ÒËeK;e¤9XÒ¼PÓ¼lÒMˆâ¦i0M¾Ko‘¶ìFG!jšlµùyü‹ÛôŽn‡9o1æ!êÝ ;»™1׋ª'¥ÒÍd¿´´ì&)s–ü·}‹˜<·ƒÃ‡þœ qèÌÕ!6Ùž£±9:¾c:@±OI7?ˆk³/K7ý½£½ð¶%èµAÔ»vv€1»†kFʇ»œ¦í”ì·böö`¶öåöbxö’çörØpÀÍsøÌóÒ™g“ÍSàyj1¿•ûÛ}Çy–»— º›@¸ûWÒ­ok'l¡ÖQv/ì6ØŒÙËT–Ã-ØEö¤œ‹öÂgj1o.ÂXÄ ³s(— ÆA˜ƒø(ý8Ê‹ç›ìÅ=º Ñù#G¸–gq®‡©ÆÿßÔ,Ì)4JÉ`wÐå5Œ¹vŽ5Àx‹è~Ömðï€6Í`d1zèý¸ËBôã8õø -õ¸›zœ¤§8ðNñò9Å;MqOÓði:Å|œÄ9Ÿx–gŒ~©æyJðHìut·~TÃxK˜ÂìÃðaÚ>cRJŒÁf»Â`¯Ìó\æ—ŸBW5 {vìµ°ëo%Üü{¤%0ç®ñ.^ã<„ùoAìóPò8zâšXnzŠõúÌõÒ³ãç0¨Ïc^`m|9yq»tÐU -x•Æ^|RãLQœK°›èž‡[¥p³cæ%Ú{=zõ?ÆÓèÄӪ箅Äå%°Š!ýˆµòëõLók¼;~N?~ÁÂãéõ;ù<ƒ iéÿd‘8–ê}²Õ»ª& ô–Âÿá¹Ì££¬Î0þ|ß7B @²/Ìd™L&“É6Éd,“É6Y‡!8I «DDTPÜ(TÑê©T­Ë©•VOµØjåTk­u­hW[Õº´§Ë)îG”Súlÿx’/_fžß{ï}ï½ï«÷ÕCw6L_ºBoè:”Iýîäwô¹¿¡“ù5]Ôkt;¯Ò½B²þŠó%åE:Åç™°çøY~>£·è)?ÕSžüJgžÿÇ?…>“ w‘þNŸùŽJèȪô'úª×Õ©ßÒÛ½¦Œþq½@ùÒ/‰ãÄñ qüœ8žfã«7`r{3ç¶Þýg“1-€— ˧ F5chÀ± ÿþý›Ã0¢øÇ˜ù8ŒIü7໕²S{˜‹+ùÔå¸ìfæ.c„»XKõ&:N¡Óäù¹m}†ïWGàmgâx)°ráÁñÀ©…Ñ£÷Œ~ÃdaN ÆjSøn$‚‹5ËÛ|k;#ØFFl%{¶°c63ó›õOVîstš}űv戵Ñóq¼â÷3W‘ ¾o ¼XN½pêà4ÃèÐ%ì•YöìųÎ8œ5øO㽕Hvé"¢žf×3ºuìŠ)rb-»|-ûc’ÜœÐIã(;BpGë!J’Ð>®ž=”(Wš6æ0§LxvÆä‚U…{=ãiÓ©ί`"°VÀ‰Ã™Âþ—ÑUZmTÜ8¬UÆ7ž@ǵÒ|W1ó„bÖg:º5઻•rh?×ÌUh7Ï—rÄÎ׎„m·R´ÅÊÕŒ­HW®éój´nNƒ¦æ´6!¨‰„>­™;¬Õs—+ž8®U‰“OܨؼY?o¯Æ’jyÒaE“ŽhYÒ1&½ŠÞÓèü52ÿ¤‚wg6×z.ãçê¿ÍRšmãÝf®œÊ‚ó“4=?]S -4™ìÔšä -­Nöé‚…MZµ¨]㋺[< óG4–S4åB-£èMe•Òöh(í€Ón×À’#ê_rL}i¯¡¿¢OЗz€«þ›p÷sÍîáŠÛ‰¶ò¼‘kf=±LËdúyZ³d±âéÙO/T,½L+2*5–Q¯hF‹–evj4³W#™ÃÊÓ`V\áìõêÏÞ¦Þœ+Ô“³_ݹìêÜï*˜ûuæWGÎûèufŸ2î£üúÌk)}v;)ïÐ ZÇß¼§tתO³Y[´j*ÂVµ7jUzã6oå[Eå¬ÍS¹Ï*¯¼ÙrWÞk•U>j¹¼/Z¥Þ¿X®Šl.϶Ûð¿Öep·Ô(N›Bû¨QJ°béáAžÛªÔ\½X ÕYª¯^*_u‰ª«ËªšÓ[ÓhUÔtXžÚ>›»6b+«]esùÖ[¥¾–Ów•Uâ;dû|GÍÂÚÐÛfaͶÂê“¶[àïÃ'Ü{€ödEÑ êá]'¿[ë©õê-Õù¨ÆŸ®*ž¼þ"yüe†»¡Êp5øÍÒ†6ËÙÐc•4ŒXE+­ÂÆu¦£q»ioÚkÚo2—6Þm4þÐÈox½eäÕŸ0óêOZ7Âß gŒ ~ö­É -4‚úQö±¥IòÓ*ÔR¦W¶$ÊÓš*wk¶\­v9¥*x¢@á´ö@ÈXÚ6d´ÅŒü¶µF^Û6#·m‘Óv£²Û¾­¬À#Êl}ýY™-'Œ¬æÏÍŒñ -Ø[aMÁZ+ŠQ7̶Vz.JóZZ·ŠzÏÎ9rª¨+CŽ®|Ù»ŠUÐU®üPrCMÊ •PfhL¡ ¥‡¶hIè -¥…*µë.¥t=¬ÅÁgµ¸óM¥tü[©íŸ×3Ö]ð6Á›€ ¨n5wÒó?%±»›¾£×ÔÒ¾$åõ§)'œ£¬°Ca—ÒÕZö+5Ü®”pŸ…£J¯Ö‚ðŒ’—i^x¿ûkn߃Jè{Zs{_WbÏ?4¯ûS] {æÆgœËÑ ÜÔ»nu¯ä¡e+¡]*’²F”6ºP)‘ -Šä+9R¬ù’"µJŒ´(!ÒœÈy. *ë4Œ?  yá¨ÀA8 œ4AA@Qå~98å"‚ˆP°Å+ŠxIsÔ\d6ÍÒ”´¼5–aë¶©­Õ¦n;înš³5Ûή¥ÍlÓä^öwàÔ0Ï0||ßû¼×ÿÿ}ŠäU2_ž% 2Š0ÅìòElE…B¶…‚Ï úZFÞwj‡{%|uðU+Ÿ+dÂwbº+ÝSˆö+–‚lÒ¨2 s•·s”9ƒäé´ÈÃÉ;"'‰uˆ‡emåX1å§r´f¢¤ô&Eg‹´=Ôx—ÁW3—ÃYæó,¸“áŽC¢M„7¢T -F&™*П•†Us¹×péÖpé-äbY8p¨Õ0Ô5$·Æe´TÄd5B®W…`«D$-¸Áþ‹Y<|—ü’@ŠÉÅÓÈ¡ÛÈa×8u ¸kÄñÆÅ¼ó Þݺù–­­!VÏ&Y÷@+¨ïBòìÅ ît;³w,²,Š0Æ-”FÃëß#ü„¥&–¯&rÑÌ’±2`à²oá‚kq]|Ô¤•Ak¥¨-䢥 lWuð.ú®™žh¦'šÙæ›þ®^©$ÞRP÷¸SàŽ#æ ”2Þ1K‰©:3,R41 ,µyrÑáÇZüX‡ëñc~lä’ÙÄáÚNMÚIr;¹h_ÂsÄíDíz6×uÁ'à¾já¬àȆ{&.'s4ñZˆw,¼þ«¥Amp®@; ÅXÓ¸pÉG§·´•ºlcáÙA]žÇ]äc7½±‹þÜErwax7ìd>v²9ï8Øf·ßQ5uvT’^É€; îØ&ÎVf^ZiP»›¯l—káÅ&Ø h3VV×B<”…œ…ô ØAú£‹|¢7ºhøCÛM.D×~@=ö‚OUE­mõÌÜiÍÔ€˜­Äk†wÄø]œ;Ý|..>G.¡ƒ=Ðí/Ã.qÂb~_ŽÑ«'¨Mùèá î¡ùO‘èӜڊâÓ§Áe9©uqgÀ=rE“ã0Ò@œ>{ÜœÝ|¿róŒ9¢o@=nœr‹•³Ôç9¹È¢z‰åè½ÑKÓ_&Ù— ²—€Þ}¼!;9ÏæQÜqÄInáõírÇwÄ-~Žƒ“ýBXÀ›àŒKœ€ à-@›!Vás §ß0¿×FH7XX?ffÏAx“A¿Mз)îö#¨ýŒ'òDù G…¡‚¢ô@“ô%ëktÄ—hªûhˆ»rè/hˆ;(ˆ?¢(>CGÜFÝÜdP>¥a?A}DÃÜ@[}Hò®“¬«h¼ßòó¾îé -:ó×°½.ƒ^ðÿÁ¿À?ÑV_¢i¾@ÓÜU4|‰ú“fÀ•O>68œú~\Ç«øñÆûøqõuå÷.Í{‰z[P¹‡IÑë:ÏÓsº…7@_?θáâ ‚¿;èÌ[×8b±Ëd¸’á™Ç<ü.Ð;èË‹øñ~œÇs(¹³øñ&‡Ç¨ÍÓ ïë PM|’\¼F!S°cX{•¬¾¢ÿÐR}?ãßð~în]£WÐw½ -$–¸¢ù:ŽTìgÐrÙØ.ĶVtb»ÛµØnÀörl¶ÐBk‰~3£²“6>ÀèÁ“Óê¢ -¿$»Ñ™/Âý\üœÚÄ-Þh«³ÂpƒÃ -G,Ó°?k™ØÎÁv!¶mØv`»ÛµØk€q£ÔJ7¬×^jò‚öðÓMeNp¤¼W·À7tÌÐ×Wüƒ^w‹÷ôq<ÅXÂŽýgð=ŽdìÏÄþlç`»#ʆ}ö+±W«ôÇv5i=ÚIM:yÚÁ—›ÉÒ&Ú©ÇF}~}ýpåÿ=÷˜wWÿ±0”8àÁ~$¾Ç`m -Ó±Ÿ®­ø±?:ðc3~lÂvüØH¬×R­£G×P“5¼Ù†¥çÈÞj²ÛJ¥[ôgð<}ôõ@üÇÜGÞ>÷ñû<¹ØF_t2# -ƒãi8báH„#Žtæ`?‡ˆ á°ÃáÄf5ìõj¦&M<]‡ËÉÔ22ÚH-¡Ë–yØ A_ÿqrÒ}íõ¸ -:ÝWÒFùÀ5’X‚à‰€c"qL†gªVâjž,8rà("úRìÏÇn-^4ªŽ7a¥«5T³šH«ú§é#2öøüOg Žx޳ýC¸Æ†ÁÍQ¿Žë¸ÍËuE{bÅ>\!pEÂõ8x¦i1³R‡‹ð£VyðÃ〣J øï|¾¬ -RNuËè‰R¦ÙδÛéD;õ°qfõÀÝíÇ5ȵÛÁ5³´r¼6ól9ÿ[æ9N8ÇÀ -—®¸â‰! ®4¸2ä4æÉa¨Ü£T¥ d÷¬S‰g“н֍Èk« -¼ö)ßë¨ò¼Î)×ëšr=?WŽ×ð½^u]µ¬Û¸n×sõ·‚åcY½XëñkëI­jTåà Í÷—Ó{‚ʽcUæ »O²l>3U2dŽŠ†äªph‰ò‡V(oØ"å [¡lß5šë·UY~û•é÷Š2ü.h¶ïupO³|¿å÷:l’öÀÛÁõÖÆjÚÄõÒÀïZþ®âù|©é!§ÿ0•ù™d÷QÉSãU4üŸ¬üáS•7"U9#f+{d¶æŽ,RÖ(‡2G-TFÀ2Í2µ)ÝÔ©¦}J3UŠé¼¦›>TrÀšðx¬nbÞ ïFVŸV‹´4œØA%;y^Ì -Ž/%£«È4\ù£•;:LÙ£­š;&FsÆÄ+sL’f©Yc³”˜¯¥J ªVJP£’ƒŸSRðM3ïU¢ùe%ŸÓ”àkŠº§)AÀc$Þíp¯‹ "YyA5p²ªÛñ¥_ -ÈK®ÙCÙf_e™MÊ4›5Û¡tóDÍ0ORjH¢RBR5}\†’Bs5-Ô¦ÄÐJ%„5hŠ¥Uq–ÍšlyA“,GŒXËY#&ì*¸kÄ„>4ž }lìgåê„¿µ|9«×"0”‚"žåáK6¾dáçl‹Ò-#”f TŠ%LI–(M Vbx¼¦„'+>"݈?Ϙ<¾Ø˜Ya<YoÄD­2¢£Ú‰Q{Œ Q/OGž1¬‘Q‘ŸÖñßÖˆ=öb3\«‘I.‰ ä±þÌ×LþŸÎJ–jõR²ÕOS­&%XÍŠ·Fh’u‚þÏu¹E}^Qüü5"øD""ˆ¼XÀ…Y@‘E++ -‹ -²Ô"ZƒQ•Ñ FMR[‰šhjÅèØNLÐÖFMM“Q›&“ĤLÍ8Q;mÓ6f¦û[XN‡9À>þ÷Ü×w¿{ÒÒ•š˜e˜ç)¦b#ÉTi˜’êŒÄ$‘¼Ö˜‘¼ÙˆKÞmÄ&4b’NÑI—ŒhÓ§àŽxoÄnò¾þïÁ¹ÒL°îÔ€JPÊë¢vm>ËáoVŠ¡Ì”ÍL RZJ¨Ìæ(%›d2›•hÎ4âSs©EF\Ú#6m‰“ÖdD§wQ雌Èô]FDúczÚI…§]Ô´ÔOn¾c„›¿ñ$üÝØï€Óƒ4q# ªA9(æuȳxm©?%[&Êd QBF„fdÄ)6#Y1™EeÚŒÈ̹FDf¹1ÝZc„[5ÍÚ®0k·B­;5Õº_!™¯jJæg|¬)–Û -±|cl‡C³û4'’ ”€B— ¿UJŸÅ¾ËšnÊ©³Ç*födEeOSdvŒ¦g›nKW˜-K¡6»¦ÚJbs)ض\“sVëÑœ.åìÐ$ÛsšhЄì75~öG -ÌúJ“²þ¡­ðwÂÝ×2¸Áå`‡³²dKf¤[bŽËz9Ç_áù“–?USó#5ů`»YÚ­ -²çi’½Xì 5Þ^¯qö)x\ö^ùÛû5:ÿ˜ü朓_Þuλ©€Ü¿j ±®…».72`!|¥ äÁ›o¼Isعíð#›BçÒä¢q -r+ЮñŽXs$iŒc¦6vÊÏáÔ#Ç‘Žfp ¯ìÑnå"DÁ<6¥ÂkÒÜ?€?©î6øá[ ß‚\úŽl 3ŸHñ…èŽ"iZ1Ú£Äиòù;ƒäç Õ#Î(pÆËp¦'ÑÉC΀€u"àœìòÎÍ4‚¥ MQŠ(yWšóïh=¼ß…k)qVóh˜G¼s@ÜéH“CŠA®…#_§8ÑÒè*Õ\&.†½‹Açbȸ8Ì. -ë¨ ‡]èÌjÄd5"®S`«B(-dcª¼Ìðû-AßÕ8=pÕ’ã -0Ÿx炸3ˆ9…pâÊ¥éðNÁd`5ú«F2j¹ðkѹu\ln¾›Á^ÏA¯ç@ד‹z‚pã´éFLºrn\[Z-blÉÿ)ƒà¶Zá[ŽË‹@9ñ:@>ÜYÈÃ4bN@žEÂo æüÝð/cÁi`Áhàro$+ÈEÚÒ=GЮfSlE°®¢/WÑ—-_h9|5 Ì_@Àm¥•RjéJ -o ‡øWÂOYYÚ° ‹ÅQZ‡áGçD/üØ€é.†k ßEQ»ÈÅÆqû8¢v=›c'=ÑIO<ö™ÜU´p‚B¸³q9˜ãx$ ÞI­’_;\k&X,±‰åVHLi ‹hÏh.úc‹X/ué#OâÇ] î#¨>ŒmßÂçÔã ¶ØmÔc믵„:W-&pçÁm!æÒÞ&§ßz§—o‹oÙõ.½½€XöY@À.ïBN‘æJŒ?äðh=ëpo‘“wXJ¯²„\av½GÓ_ç`½Oq¯17¯=ÊÑCü |žø3{üEë6Zâ+tÕ-´îhˆÏЩZ ®£!ÞcÓ¿Ê!½‚òx—Cò+T×Ûhš_R¼K$ð‰û‰:“?ÓEÓçDg¾Ûëà ø xÀÜ7ÑV¿Gg~®Ý@K|ˆ®z­{-óŽJtYz ur]÷& -ã<~ü?ÎáÇYüx?^§y_£~ŠÎ<‚;­ã:ŧ'ñþºæŒ>óùð7ÿ ð:óª&W<±ð¤‹žíàÀv­Q©ñã0u9„/àÇAü8€ÊÝÏ ù‡y5é×Ó`€ctžãtü ݈›>þK`œj¹Qðâ}öc±ŸŒ¿X²Ñ¢ØwPé2ìWr\\Ø®Åî2ì5ÁØ¢§¤»P«;©ÉWôaq;ÐK=¡»àþC|è‹ÝÛÒÇ“.ƒÆòd0ö#°ÏñLVìç`¿ûì—a»Û.l×bo™¶ÉCV©‡ÞØLM6ñN7OvIYí¢c7êtÍ·àþ.ûŽÓ1ßì÷ƒ]òƒ#û¡ØÆ¾ kéÚÊ9éQ.Àဣ ûØva»›ËÉ@³:éuü^Ë7×àñ²×A†Ûé¬6} þÂÕópè÷=¾QØ;4GÀ1–ªN†#û±ØO⺘ Ç,*ž GÑ:°_†ýJì/¶[­j¤"-tÇZ®Øn<ÚNvöR©—Á­Ð5¾q Ü÷‡ÆËa¿wô÷ø®ïÑI.Öi–Bàˆ€c)pÌ$ÛY°äj%~|?šñÃ+TƒÝ¥d£™Ê´©¯Ýd°ŽŠz»w Œ‹©Çbý| þ=Tƒ}ŒÕ\7=¬F¸Š×¾žÛè‹U - ž xB±Eñð¤Àc' ž\ à)†§ž*ìÖyââéj2VEd é¤J:­‚S¼€Ó¾@Ÿ0ñîò÷[†ïÖ¡m\»ÇsEƒVþ_É{üib^4R”\ÓàŠ!‘xRáÉ û³áʃ«®x*ø©Áþ2Ãø“û!‡“Ø9œÄŽ'Îé\Ž“8—Mœ2®PšR(7¬å*WYÛu-ƒQÆ´ ´åÚ¦–«åØÚuGÑÆÕVR«i´+´©lLš&MË>^¼©®ÜÜKÊÉýP99w•›óH»éýÓp-‡÷1,ÊR£tó'ðXÐX¥,ën™¬¯Èh}C™–‹Ê(¸¥Ì‚»2æ?ÒNêÜǼ ±'CÀ|  ¸mR=¨æy(- Sqaœ - Sd±•o3+Ïf“¹¨L9EµÊ.nQVñ ™Še´/P¦}BéöoÈ`ViöýJµ¿®”âw”\tS)E_(ÕöHÛéùZbÃ7»8ˆï 4ð”;Ÿ AAi´Ì¥IÊq¤+Ë‘#“ê̲Re”9•^æ–¡Ü«´ò~¥”ÏSrùMG¨N«Ø¥Äò}Š/?¦¸² Šs\S¼ã3%”>Ôú½ -[ô8±G°Š}`r¼4‚Z>W{¹d­ÀwU¢9+#d¬JPFuš ÕYJuæ+ÅY¬dg¥’œ.%:Û•àœ©¸šÅÖŒ)¦f¢k¶)Ò¹GÎ# -¯>£ðª«Š¨ú½"+ÿ¬Ô¿¼”3 ¾!xzáéÍ T¼6¬[>Ò8»ïWªÔúXMoHV¢+Sñ.³b]6ŸÊíªU”«E®n…»†êzL!.„³ £àÂç5 ÈëQ)õ¿ÂÔ~J‘´þ ¸çÃ3ˆ è‚« 4‚PìðZ°m¹õx/¬lª;D ÍQŠñLS¤Ç pO¶BÞÍôð‚Ç ð4´ÃèÁSxînå|^3b¼é}ð ÷@k¨s îjôÃå­åg TÜ6ìšYnj’Ò°±ImøŸŽH…vr¹x9Ø} >†ÛÇðú(ÈG²>~äÃÄzñx^L£ÃæÅSx1B§0–(§¶Ûàž„{\³y­´Ãçu ’ší”T€UËjÅû´ã?;¥X¬JX7ZO‹‡¯›Éæg“÷±‘ûè…?P/ùñ™~̤ÿq~ƒqœ¹ ’z1(ݘ®ß1|÷µ®ypõS§Ï=ÕFpR³ƒš­”“oºÿÙ ¯îçbà²ä›Åe2›ˆ^ Yz1‡^ x¸°ØÉ!fbÃ:„R”ͺD ”lÿ=-†k˜”{áëÍ ÞÃPsKj¦” x“á%\ø,ø)‹Tú‚c.½˜O/à¥r˜Ž²Ù±‘GéÅ(ÁF{À\ža(2 ˜Ë¨Öùx÷&1îj>uÀ×ÚTÃ]BÍ,§ÞäÙøOxÃYZ„1Á"°8”MMcäñuòXBKÉc‚5y‚ =ÁâNÐÄ _Êz,ÅT.ÁLŽ3—ã챫¼Gsè±ø@+¨ƒ»Œš­ƒÌ¼)ðÆ0ÚaN ¦ˆžŒ»–“Ç -òXI«’¸ü˜µ\0ë9øÖ³ÙÖÓèu4rɯ{’g¨ÅÕÌÄ* ëJærÅmÍ¢U½À á®"å¢9̯¤Â3&…, r²¤XâJBÜ -¹8%>7"È6Gs 3Û¸ìw0£»Èc{u'ÍÞIQ;¶ý)ž³[J[XÍ×4ÐÇxÜk*¡fóbö ¼1˾¹!ȼ[ƒâwØâ´;ƒ)`V¿MO^fÏîe]ö“ÇwÙxûhò^æb/…|‡_f¾tšß¾«~ÖºnÜåpÐçt~·6Xc€ó™ ß³Añ0/‚—Àž (ß4'ÀAÖçì™Ãˆ°W¯qc³í,èQzq„^¦‡Îªî¸«á.‚Û´^Jd|C·k|gŠï\¯ÊÀXN“CAƒ@H,„0¥S¦åtæ‘9˺œc¿ža>Ï0`瘋óu†„ßBãÒó¾r°¾y›˜íRä7ƒ¼{‚œ‚|‡‚<ǾÂs*À~ Þosš2¯—Á{ôä„úuò¸Æl\c³ß ð[œY787¯Àåèÿøø›¢õ%:þ>žæ²é3üÌ<æ§h÷Û(õQÔ7Qô×q¿a“^e³üšòKÜÈû ÎÏšw–ŸÒÀË4î"òm=Ï7çõÒû'Þr;IÚ“: ÜÿÁ}ð9~â|æG2ê–,º!‡~‹·û@͸£N½‡køŽå -Õ%ÜÆ;äñ6yœ'³lœ3l˜7ñw?a€~D3O±p'iÜqžž êqª|Ö×Á«à0ø¼w§7õ‰zâ¨Å@fê(†£RÔ@”VâûˆßKü–`˜øs‰=JÜ1âNÀ¶’åZ¯#ÚBüÝta#óC–ò4ø¸&q;“ŒÔ$c<©¿ÀÉ Š p ®À²FÂ1ø&â[Ƚ§^Ã×ýÏåÓæ}†ñs4§€ Øcl0ÛØØœ L8Ç$!‰›IXš,Í‘¤ÝRåÐåÐI­vìªI½èEµv›¦I“¶)m/¦MÚ&Mk»]4ÑÖ)½éÍÔ‹ìg°&ôðÙŸ¿ï}Þ÷ÿ¾ÿ÷ÿ>¤üư¿˳Øß‡‚[Äæ -6P:'°{–2º¨‡ää>›è5Öâ.oß%š{dõ.úî.ÜiÜŸÀùp‚Ÿ¶ôç[2`¿ÛVl;±íÅv+èÐëøñ?°÷YïP÷¨»(À;è»Ûøñ* ôï[ääeþßäÉM -ú: ›¬ô¦žñùùÿña¦„ßÍl¯73[á¾r±]†]vëÂ~'+Ü˶Äþ(ö't?6Q×ñã*ëqE)Ø×©Î ´˜M2s‡j}¯ÞÙªÚsTÝ9}Í÷ç[øUf{ý¼ži=·¶ZƒÛfìVÐØö€ì‡u ?^‹€cŽq*q»{°¹H&V©Šcx±ÁŠ\¦J¾Í·Gz*|ˆST^ -­›‚?÷àûx˜iµévx5Ó–¿ÉZ¼È9§Jl;±Ø€ý쇱ߡSìÙê‡cŽqìOs¤í%Kì”Ã:Ä+¬ÅA¢9@U KTÛ’>ÿÂÛ¯Áó­VóÝ º5^Ìécbµ8¡8ʱ_Ïup4Âá×~ÂUüXÁƒ¬Ç2~,‘—E%µŸ»IÞÚ‹÷{ˆjŽlα#fYõYvøŒ>_ç[9 sã)üYÛÜé#28åàÉÁZö-Äa‡Ã‡—ÌûáicWtÀÓÏ€æ5‚ýIìγ"Kìœ#|;g—” à öÇU?Ê¥Ûè?à¿[kp‹£î2#ÀGï1°F›?ȸ¸D›]PñäÁU -ë5ð¸ái‚' )ü˜¤>&¨qê4Áß(¿Žàáì"q²g PýÔDÝr'¯OŸƒ¯t®qçié'9ú×J•¸&ù¾§€ fŒFø -ˆk\UpÕ.\A¸"puãA<#ðì†cïV–bd²›šèbu²£;Øùí*ít„v}¾Ôø¯Â¹Á1›âÈ_f<Ýfù¼›ñl‚ßø2–k҈ѬaC¹veÙϪS¿¡A}†õBê1v(fìUWö.uš&Ôž3¯HβÚr+œ{^¡Ü›jÍ} @îÈù™Ù¿WÀøw _èá%øÖ}ÖÃÀ\åö¸>Æx8Œ?ƒø繂\õå«7ϪXžC]y.uä{ÕžP$?¢¶‚˜Â…qµš -šçå/ZVKÑqùŠ/È[òŠKÉSü¶Vqͧ*u<Óeb\‡c¾½È“ÝnÖôn¾GAÈ%ùù½ x€«Î¤Ú:³® -Ù\6U¹\ª¬o’µ>$‹»KîA•»'UæIªÔsXÅž³27\S¡çž -%Sóee7ßV¶ï{26½+ƒ÷724þUÆÆ§: -þElO#G›˜qAˆð=| ÔqÏΈ\‰”+÷çª$P,sÀª‚€CùA·rƒÍÊ ¶ÉÔÚ£ìà°ŒÁe*­è¼VNVä Ãp}ãÿ5BâÏà‰6à?LÌIìObû½-¬×h^î×s­ñ£=‘pŒÈÅáåEÌ2E*dŒØ”%˜(ŽFù1ŠÆ‹¢k¢ˆÅ(st”Îe`"" åmï°ÀœØa4oè©ÖymŽyxpÄáèÍÜópuÑž!´O›TŠœÍï0)»«0½aÍ$FQÅHVŒzx §ÏÌÐ1c McŽŽq*ǘº˜”:I BX=Ñqâ[‚cŽBØ OóÙ¼|v!íŒåÖv©¬S¢ÉÔK“ßIíG?ô³ÁØ4qŠ7N@q^䡸@ã ¬‚3±4€Hø)Eÿ üøúTGàNÂ3A|ƒðÄ@´ò½™«›jà­ì†¿ýEx¦ºAº!¸aènŒMž`-V‚ ÆÑw‰8@ÄŽQcÇQDÛ(bi‘2Ìô6„ƒO´×ãøB€CH òI€$*PaÖ‚­tü1kuv[§w´œëÙ«Skwuk«mµ¿fÛµ«óǹiÛëºNÛnë~Üv×k§[Ý­wëþØfÿØ™½âíŸ÷&ßo¾ù>ïçó|žçùŽ¡Œ`|Pv:¥yy¼KŽüŒ!è2 ñ§Äâ"‹¾L,®°ÀKûQÒMððøTyú+süÇh‰?¡«>dnþ‰øLË¿¥9ýš™ù—éf÷ËÊEŠä=’õ]TÝ;¨“·Ù¼7Ù¸ólØ9´ÕtÍ)tæšâ ýopBé¤p?¥£ Í}#Ã-¸—Pfý-q]uY ºÄìþ“ú;Lïo¡. *~„Ò8‡gñã4~œÂ9üxƒB9IÒ~ü.êíe6íA;ÎÓ£X<¢¿¾”ƒƒàYðO8ÿ>WÀO2áË×ÑgѺgˆÅibq -eð}TDȇ±?¦WˆÇK4¬4«ãð1ÆŠè0Éü" uˆdzžX€m?oSh«Ûœâi -¥#ý\ç²[ùªrñßB¬Ê±íÇv´`¿Û½ØÄêé1Ê:VÀ±›÷`{Ž (™-¤îVì”ÚM:?Ãÿã”íYÊ÷7ìÒ¿I·Ÿ)¼L±¿BŠ5 -^J'›æTÀ›%Øuc7@)4€¾w`»—Y¤½hªÇQ^{Ðv»iâ»P¢;ÑVáÇ£4±h¼Gø¿7f)œ‡‰â «Ñ'”{*ƒp‹ÿh6í¿•-Á=2à·›Nlz@-hÄvŒ6ÑÁ -{°ÝO›ZŒýaìaoÖI²rš(l¤¥}…¿YÚÛ."³Ÿ]:AÆ\q}¤2øA¶ÌžÉ–âÎl+Úžiصa×¥mò ˆ`;ÆŽ'°ßM%ôÁ‘„c{£Ø×&öe#Í}wëñh±XC§‰ò™5E…Mé_ Åw)<›/ýt Ú‘mMÛ²ÇÀÄb35²I¥nàA݇ðc=~¬Ãµø±?¦‰ÇñXM~|žÃm’_®ÂÒ]Dk‚'Cï¤bÆ©¶qöcþ4ec¿#{ Ð9àoÏSk¨‘icщíJPý+Àƒ#A….„§æ$6GàYN¦Nò-m!:3dÍ×y²/_âómðø ¤2-wgöHøR–;}4§ËIp75²R&ÖaÃ~ö«@ !Ƙ<1Fš<ÝŒ7ýp-Áî2vf‚Žv/Ùr?U´UdR?3@} PìG¿þnfr }ô}•Ö¾‘cfŠãwŸ¹ó#Ër0&#f,ÛápÁáe=xÂ06ÁÓJ:àêÁö"ì•;¨ž{ðì êb?:©õÑINt’…t£]72ÇÂCð~‘Qh-m}¸Œ1®ŽpÒãc<ðÃà€§/<xÂ0Gájƒ« û}Ø]¢8Ñi'Š­ìhŒ·å-¬¸™Ýo¦F£ú1ø|ªGáß -çFF ÕùVøÁ×IŽÞžõáßmy¸Lp-€É —›uùઅ«®f¸âð¤=$:ËØ©•,_áy Ÿ“§àyŒçå1¼/OÎuÍ¿þixW2ž2r,}`!Ç~‚ïÚð§…ßD­9j21™ÕPhWØäRÐäQ) @Q½jŠZTmî”ß< ¯eDžâ U¯Q…õ¹¬ÛUf}BNë!9‹_“Ãò¦æ÷å(ú³f°}?<«á[Áè5¸ˆ£¾$¸nå»(þ4ò¼?Cö\ÕÙò°YT½À!ß·¼6¿ªl!U–4ËmïPb¤œ¼Ì1.‡cZvÇ•8gesî•ÕqPÇk2—¾¥";'tÉumÃî8&á[ŽDYŠdëC"tòÙ¢|×€?!ž×âO5¿õ9 ªrÊí´Éå,Sy™GβZ9Ê#*-ËîºM%®!Y+VÈRq¯ÌîM2¹gTèÞ¥‚ŠʯxYF×yå•ÿJƲkzõ­ƒã.¸FáNzˆò Z¸nä»àŸßx@(w娴È^é­ªRÖªYªêeöÄTäY(“7©Bï˜ò½“ÊóÝ'ƒo›r|)ÇË©à¡;WqJW¡³*¯f¤À4öÇáñQ~flК¸ƒZüñóÜÜÀÉ}‰?OV‘Šªí2U»TPíS~MPy5Q åú•`ž ˆëCy-Cb€Á°†³ú,FNP¯i3kZÍ;à\ZM 2'@ hä>jxæ• œ{;ÏŠkód -šd Úd±A!œ pº0C×£¯Âˆ†0Ú&ÌÀæsÖ“ß1ˆÖÁ'|¨½ªðOb{ »Idbw1M\‡A-fý<óמY‘qEá<išIIÝÄbšp0ŠÞ¶HÍ Ar^´4MñÉÐÜDGŽ2KG™"øÐ€Þ¬¿¦õ¼¶Û#ØîÇv'ˆFFñ ¨á{/psíļ ùVaþÒÜZh.1Ë|ñ¶³©íéDâÇq´Uc|¦hÛ ÚÛ8!Û˜”b§yŸ8D¯iŠWVÀ¹´­ƒý8ˆr]êàôƒJ®Ëq ¦Í,1¿UÊi§‰'h 4Ø.Û|3é&±zXFzØö£!×}7Ï/ 9™»öÄAÃ>Äÿ¢I8ư?ÈÚºàhM‘ùm ÷.¤š=;ü,/§“C¦›C­ÇH±ý4Òb1H,’$q’ %y)É~$´ƒäÄ"ò²ŸÉ¤7`b蟣 àCïuMÀ1Œôèc} ЫîƒÀÇ}Ë)Kxó‘IR¼$±XÌÁ¶”F>LS¿XŒ‹Qb1ÊFyq”ýXö96›œf2F”= CC—x÷c-g}‹‰m7\í ™ûÿ²]î±MžW?¶óÙI;qìøÛ‰í\'!ÒHJ +)·´6¡°\É`„† Z…Òµ¤ÛX¡´…ml¥-šviÙ´1Rv©ÖN•¶ h·?ÖmÕ¦MH«´o¿×þ*õ ="þìï<çœ÷œóž'Áç1çÏ¡ % ^ëg¼„Å¥MЦ.vüXÁ™´s&sÁ¬¦Gºè‘.rÑE]8ÞÉ «Öð="ö!äCl-í³v”ÄÊe¹]æ:ÜžJˆ9Ä«žô ¼VÅ»ô3N@©³È`ÐþÉ…c~¬Ç øÑÙôÒl½ÔE†{îcñÂtæzê²›ÞèF$®{›¦¼)÷ç|0gµ÷rÄ쥭¸ÏõGœ’ZhV%«Ô‚¥­ ÆÒ¥–¾~êcsÂ-ÔÆVzu˜†æp·bt l~„E‘Y5DMl¢.éÏ÷å Í©òm³à."æ1;‰WS¼«?ǹô(>cé´ëAj£ø±?vsíeÈï¥éöÜÝ5†±]¼°“YµƒMzôU¸kÒB®›@-ÜqÎ8DÌ.ÊXãøXSqö|[Œ¥3Év‹°ZÆ÷K¡ÉÉ!úåù˜¤6&9“¯’ì§ÈÅ9Ì‹‡Ø"Ÿ`VM°[ÞOà®`qŒkÏ:›ŠwÀˆQqn7ø׸ÁsÀX†Õ2xÐö¬‹‚Œ„YJ0œ '§¨3øqš†‘{Ÿgs?‘or?'MÄ]w Ü~bÎd” ,RqŽœû ¾'ÿ—GÇPBáEI‰6JN^ç™!oàÇfèenz±È%|À^Çàù“RÏY'àÁíÜjĻ׈ó°Áùôçb£µ“‚”’J -4®Ÿ¤PRbõÅ .Æ +¼ÈUp¹þüø-Яi¸zdœyZ>å'wÁ¿Á?Á_ÁŸØãÛhÌÛl­`Wý€]õ=û4ʯh’ëuŠæñ3ÔÝOIàUøûëQ§WHØ›$è rö5¹…›ÿa£Õq_' ouùœŸ€Ámð;ð.{ü/Ñwï ugØ|¯³3_ccÿ‰4c‘ü?~€—Q=ßGiMÓ4—h˜ øñ:~¼†Z|…C|™D~W¦8–ÓÏ4Çôžœ‚ñ$¼ßÏ‚gÀÇɸEÞ¿o'ShÆoù°•‹lçÙÜϳѿŠçðã{ ˳(Ÿï0°¾MŸAϼD½@Ó>'9ÔçÐ5Ç9̯s€_ã­)"yFþBvtô­ŽúÓ)3|sTà-pÉ8ҳɲ²á}.vƒø_*°=»s±ÛŒÝû°»»ËQp+°ÝAÙ¬ÁþF”Ì&8†i—121Ï1Næ4%ö&åýGÚêS Sv:§¦“sÊœ3Jì„QêSbÁn–EÏL¢©&Q%“¨–§ðãIü8ÌåõŠë šj‚³9ÀßÏ?ÃqÊÉnþÚ…7*+£dq;•4"ÿ@ýéŒ5OuêF8³T©OmpL€ÇÈÅ>´î8sM5NmìAAáÇ.êc'uºƒKô+\dÛ¹PFðãQò±Zæ\¾ÌPÛ̯†°6ˆõš¨ŸÓîãô{áîêÕRÏ£ÆØgŒ…Ñä8´`ÏŽ=7'œ¢ ŽíJlÏ–/¡ö†P›Ð˜ƒÔÈ~ôs.½ôLtãE?WÊ»j™$C§¸â¦Áà.WÎ3§©‘3apãQ*5¢{ÅŠ=ÈAÃvœlÏÂþl:³Ž&8}+6—a»Ž.<ÙHV6sÝÉJNïA*©óXNÇ-—¿óYOâY#þ1c,«­®uE©«j =Ò…Öíð0ˆa?ŽýJì×ÂØG#XˆÍVxÚàxoºéž*w”§¨â)*è,¿º ->âóÉžž<5Ž5øÕ5¥Vµ¨5A]Û(ºÐr±îa8bpÄᨀ£†Ê¬Ç^v[ø·Žd¦‹Êí¡j¶áá>*ù(Ut\‘yôG#çшñÌ-’\ÔU½RRëŠZ[˜îÄ`ƾ ûV)7ðÆ'F—Æá©€½{ ð̇cµ1]WIQͦ‚j麪š¯bÚÔ0jåo|§'kpèãº]ÃXoçŠYZù»…g¬É²IÒàÈÀ'w“×ñø6pÍv Ú¸ö[ÁÐÄç9<¯çû:³ . žLx²‰ÅW®xŠà)ã_öç3MZyº×ÒMƒ¡ƒ#T^!Ó§iP(?¿ŸÈVÁAVÁu¬Æ+‘+K©U½Ôó¹–•¨JÉ)ü)·Z$a±J™Ù.qS\yRLÏa)k„È#xZHÆ -8¹0¤&òMýx»ÌSTÔ·Àeñr3yåÏ2Bœ}ðwÂù@ë:Wì½ Ôòy+{9WŠ?Åv“Ä2Ò$j³ID³Kæ’°æ•’ “|­LZµøµ¹âÓZÄkm­Sܶ>q¥HNú~ɶ§õŒ8µiqZnH¶éŽl…#ö;à[Æ -Ø‚tœꔄäs”°’Eñ©BN³³4 ØÓÅŸéo†[ò2üâÉ,wf©äfV‰Ë>Gr²ZÄáh»“ÎÎî“ôì±eï«ó˜XgDËš–4û;¢eÜ”ÍÄ¿þv¸#Qæ#@5(%<‹âOßñÅŸk¯+M<9VqegˆÓéGŽW²rÂbwKfn¥däÖKº»Yly:Äâù¢˜ó†Å”GxXˆÜ/!ܸ!]×°7eük±ý \‹|ÔÒ .@ø?b<+À— ßûAžÇ,n&9n«dyÒ%#/KÒóÜbõæ‹æJš¯L,¾Z1û›ÄägQö3eLËw€IàVð³ðy/b <7¥Ÿø:±½¾$Á\¤Z (çïbÁŸßðÅë3‰Ûk—7M²|š¤ûm¢åÛÅt‰)È‚ìŒ!ôU¡F(…Ñ6ˆ„p7à£oÂìÓaÁ >ØXü·¤þ^__3r ž¸ -Äù; -ð'Ÿï|ø’ç7‹+`G¾E2‚i¢…mb*  "$3J²¢¼E×ÄК14EÑBÀ´‹1õcˆƒ7B”Éå–ŠâCá þÜ’Gào‡§ÞÆB´¨%„áY³¾÷‚\àäYfI´ˆEL1šª˜Æ-¥¨âMgË¢ ء˘n ¦m‚éG•"FJ¥øPŠÅ7ð뎬ÅîðµD˜G¼^M™)âs!¾„øÎ< ›g™|g%Ts C4Î@-gpTÒXUUUñR5çQÆ«F×T#`j¸}ªúø·B%Ëz%ÛJËw>”}$«ye)v›±{«w%(ýûUÕô•F uJE­»—BX Aj-•*›ÔŠ‚ŒÁ‹¸à¸t\GEm;Õ aÉÆDe»2B­ÚÞ—ü°Šž™Îþ˜3áœ{ÈòËûî½ß÷Þû>bçdäŸEÜQø¯‰Ï†OC|ŒnjIÍVú8@õpÀ †È‡ÙT0މE˜˜iŒ qƸù˜xnit,ú18èË('¬mƒµÍ°¶>  Óð~–ï´ðú|>q5f5”llÀ^à 3xÁ‚ à^°Aœ=ÀClÜ8l5ÁÂc†NŃŠi46@PO-ÁúXŸ‰‘p.I#~:Ÿ} ŒÁëñùˆ9˜ÿWÄe&ŠKLy™±ÁÃ<¬P‹p Ú¡Èíà…Dذòa‡Û×Ü êÒ -gÄBt-–è`-°7-d”-´±c0öÍDÌÉ€^BJG¢´(qµž¸ä"µ¬—:Öìqé,A}~†ËÅ ª36²3¼p†(güØùX†Ž`)jÂué€sÊÝ»}: -¡†Z}&ú°ÿgƒöt`Þk¢‘NÆëq­é†Âžn0–ÒixV€‡ jÃ9YCÇÅî/Ü!Ä «pN¬DM¸`ÎüçÔ - ƒËË(sÄ2ô W˜ÚÚ¦¨AüŒaAÇ%Z ôËéf‹4{«èæËƒ4Ÿ¨ÓµÈ‹üðÈÉF$Õ‹ú¸õøá7è–¾ų¨K/ìOO)e ¡÷Säybë@³&jKÇý¼WÌÕtrôoÇŽŸ8uúïgÏýã|ÔÅK—üéŸW®r¢cbã®]OH¼‘œr“—ÊOÏȈǬœÜÄP’YƒkóôFW?¸£ï]^2ëXqžQ†„çZ!ˆÝ%€ƒà  [‰È~ƒ,{Æ ê‚ÙÝ/Ñ_Z6çäþÔSù…ÆÉBË팛þÕ ßµdÆí{’.ψ ïJã†wñ¹aÝ©¸…÷}EMþDõÅ“µî–OaWÌô“ÖèÝ3á¦å-Ïà ×ðÒ¶”òxÁ×S¶ÕD'Õýt#¨þRRPã…Ä­ç·7O nì+*ŠF«—–Ñ)ªšj-­ÕÝ$j1<˜Zɾ˜\âŸ$õæ'fùK8¢ÒË™~EgÒ}ïOó½w”ïWv˜ï_~(usùa~`ŸQZ6lpQ•ÎDiít{q«¾¿z£Þöx|ŲËÜR·ØK…ɧò=ÒŽäxŠdyeí{çì¯Í ûä…Šý€M}FqåH†´nÂtI‹®mZÓýÆÓ…ñîȜOœ­rºx´ÌùjXÉŠk!E.7¶ßv½T°š·EêÉ z§H×~¼¾¢;Yoˆü–…¶œgÃìä9¬ìJ^¾³íúª¨êXo~1'°\ kspFFGÐÀÝý;žö /礊ƒŠƒŠƒŠƒŠÃÿ‡TÂÁœw¶%(8¤qïƒC8t$‡.Âg¡ÝAsèL!¾ŠªŽ[C8<s0ïþ}‰ýŠC -áÀk¦‚Ãà[«ƒomD8Èo®QUqž„C¥‚C´‚Ã[^ôGü×9´|ÂÁ VFUÅ{¦ßæVƒü?pxÖW„C*á`eÔÁ·#‚Û’ŒÛÑÕbÎ~p ½àöÌœ‘¿±_§AMßyÇA÷ÁÎîvmµÇìÌîÚîtê¸j·xÔ*"­¨ -(ÊUT”KäÊ¡r È Õ±]u+‹œ¹ïûþ'ÿ„$@¸DÂ!$ $!ä ÀÖý%¨èvvf ö™Þ3<âûšßò೸{ß”i3ìýh†g7YG!€! -lŒ±Ì/v¯øÅÆyßÂf˜Ïc»‘ç¹h ñ´P‰I‚ÑùÀÞcsü2ÓåW3ܽxû¶ÏØ l?`ª$ž*±‰CtžQ‚É7ÂØB3 ö–kÿK[ïÅÿZÁÖ3±l· ü}Û üƒ3ßL==°ztRââ%è\p?σÍ';K¼¸;ßèÞ´ À0m3¸¾zF@õcJˆ ƒÑ/Á\5Â`wŠÁ;ˆ€AôÒðæF¶ËjoÏzÁ7[§ <Ÿ =óxõ0ã·“øH‚½bã®™D¿ a†ã²zšïúNøµ‹ÚBÏ?œ®gûßá¡uòõˆ ©.Ïa‹Ì0@à÷ ûK•­8×eµ^°û}-äþ…Väq\+ôNÓ -|þ9 w£Ê…G; ≟kX4”üOüíhÓ¼­«´Â]ë&Ån›„÷›{]Ö(¾ù¾½sYÈùÜ8qEÍ£fq(¹OiäìI")k -KÊÒ¢ˆ™º&b–®x”ãp:¾ËªIÑ—ïMH\75»ûŽÊ<’:6ÿ?tÅsåAB–ø| KÒÅà¦õØ—¬ÔǵŒ”ájz²¦Šž2òzêè]Ú•Ñ»ôŒG›‚¶8K¶­•ïܨiuõîîß”,Ûq‹Ó·¯‘ÖD¥*¢ùi¢-F´Ö -:îñºoóâ{nqã{opªJÎP²ª’{Éá&ÄœFä[ÞRº|Ö£Úà'ؚ̙t/§{ß#ª‘¸Îpr][8»J!ü¾9BR)‰•Š#EâèÖQL[¾(„%9܈ìONƒÊ¿üöÑ£O¶ÈÆ7ûs»TÃk„q¿›È¡€ï÷6þð0_ÑB-lû–•ÛÊÍRœæg(ÎÒ+M Š!n°ý]§žÞukO>uá™¶ùÒæÜ# VïKMz¿‚{c¾7o ûT øÕf÷E^éñÇ¥t.v“;CɈÎ0P8(çpÝÝ¿vRª?z_`Üô}~çâ3à¦g^±UÏ´ïôž…ãž7Ò5^w’†ÿ?è[3p¬6º? >ª?¸>²ï$(¬>²?ãpϰ¯Z »®›§z}¾@ñõY „ ¬Øðò)T\¦1‰Ñט.ëjÌ}¨l*RÔŽËi¥5%IM©~pÝ×–›àº -³ÕW˜é­á­á­á­áÿ6ƒ_ÔI̾Æ4`Èéik*V4M4×ë$µ%3pm)¸]f†ë¯[Ä å²,ËìÎfسvžæµeâ³hÀ†ØzuÓ¦ªé²¼³)»·µ©`D†,ÖJšJŒb$ب²Åì»ïúвæ){ÖÎÑ<·ÌS´h@Ÿ¯W#L2UѼڧ@æIQÅ1 -lœ×î¿n9Ð3üë†y»áLù$ú|ƒÏR¡’!³_ŽÌŸ€Q%¦çËÒý²Ýi º­£íÈ‘yR Š·bÔè8f/êbK;2c@†Ì›³Ý€.}Õ`÷ÁÖ²ç°a¬tÏÍvÙf+ŸÄœkPcÎ3{щ-í¨´*O £ÀîE—ṵ̈¸÷wü´hxÏJ?¸yîU6ºA=ÇìÅ$´´£/6£òtÏ æW ¢Ÿ–ÝO„W ôÃGæÈ+!¬b -U¯ÁE3TØXE;:®éat‘ FÛKßÜŸ[©Ãf°Òö.(6ÃéŠ)|D½ÉPáÏ)Ú1ÉRTî4Œ.†"3ŒoÌ«ï°rÃ,ãà&`8& çNòˆù:áÚ4 ŸcÀásg°ø<–P`ÀЧ1ÄRýr›£¬w63÷®1±=6šÙ^‡,Ì£ñ®_ΘÔ纪ç«y«7G(káñqYiƒ\F¶†JË|‚¡¤7Óž> §Oþ‹œ ÊyZCÉŸ¨¡-;+u½³‰åö{#gß#×ÓËÄö‰x§ªzvU´ö}Õ)ý˜i¸„%*Yü+ÉœË*$;u°†™ùQšØAE¶FsªåQÐi”ä&%/Gµ”ˆÎµA1ÊB(NYÞ©JVˆ.µ-7ûN:Á—¿™¹~2¢Ø½C©þü¤Û•ÄÔî/&øÞÆ?xЂ¾Ûõ-ñf{(½¬-”]Ør’—«8%È–‡AY²³P†,R”.;Š%.;ïNOÿÃ.5ŸggÚqë±ÝîN§ÝÙi·ín;³»®ÕÎŽ£¢¨KTPÈ!— "rË)Gî@@HÂr„\ÙÃHþ$h‘p) À¿?Ý™¾#ï}ñ}û{>ó{žþ}ÛÔ¿‚&¿=ÐçÜï+];Ï_öÊaÌ]@’­ç«“çêËL>­Æ ¬ì¡K¼»?A*ä/LÑŠ’õAâ$}ˆä¦.%¹©»Úlßïݬþñë!ÓTÌ÷éú>ü­“×éë§SÈ‹^yø9/äý§^•9/RÚÄ™ÆdÓ9j˜-vô#Æx™m dFƒXQÆPP(šéj3š=nãÐ~¥r|ýeÇú¾|ø¨>q… {ÄàÖäkS—(¡“þu!“W@Pè:ÅÕ†õ;Ü4öÏwÈÖþþE|p/>t” :ƒ!Š·Çf®IM^vωq/ -–àYOÔU»7&Ð~`¿ˆ °ù°þ¶ P(ÖßîrpóçÁô½ŸÀ,÷oa¶÷q˜·^K_mŒÁ:ël”dî4)­c¼:³”«Á@OÊŠ‡ %e£Ð}ôTB0A¥U&¨¬Ö•SLZtݘ[7ªr¡†††íÂÒW›€¡ꓹrZçxM¦b´2W;ŒË7s%˜ú™Ìîñ¿Ã1˜ L``DaœŒõ6z<×BK’™hiÀm€ZóMƒmmÑ3 ±tVCÄ8TÕG_ a®«–0×YS1'yP1+v¡ÿ3ð6\ËXcF¢Ìè:3–ca$ÊLôÛêaZ¦¢Ý3 ¶N?®/²?ª)y®~€vö“pÎn -n^FÆÍKIøç¢‚CèBï »aÞÏÿwVjUggÅp,̸Nã–z˜q×ÑsÌ´‚ µhV]wß©"£{ë1‹rPGvALÆ9ÛkñÏ] nöƒ0œ9sýC¶ÞÂQ ìë;;š=;Ñaf%ªF˜©ˆ‘e çY5ô"‡ªùþ¢²¹ÒÝ„Z‘5¢—¥õè%!»ÐFÂÍ»Ò/¾Ç_á¶÷Vhú:; ¹È‰ Ïr#YÓÜh©™§aß‚ Ö]Ó3gFÃ(p(÷—ú[ÊV»¨å/;›‘/Ä èeAf‘vãJpëï€áûÝ[À° [ÜË![ìôuNhù"/Œ4Ë‹`Ìð#%ãü¨~#?AgàÞädX4ìÜY«p©ŸYº.k-_“4#_¶7¢Vxu˜%6»À&aÛ ¦çá0x»¿1lr‚ï¾â…”.ñCkæa4k{¸pBÑ3&Š~<$N‚Ä·ÍZÑݧýü{ RváªQ¾ÊoA¾ä èÀ@oo·_ mï -zýE±R}MÑݯøðÎhGGÖ$Cœf¥ïØIÂ;EXd#‰ÏˆÂ -[%‹h«dn?˜ñ©Ûß®×ÂS_oÃFÛ%ÄšøbÂ’üBú¬òbþ$t†`;ESéü$]êðþξÄAi×ažìŽ©QzkªZœ2CgÌTIò¦«%%–J Æ‚‘TOc$¶Ìü­Û&ÿ‡¯€áµÐëÈëvŸ«/:ÏE;g“&!¯lÃÄ1¢jô¿ô.}€¸CÙ+VÜÔznCTyÒH,Ñ„ïHšÀv¤N`;³Æñf‚¬Ü„–áÍhaÛÁ¬OÜ6?ì\üó+‘ב5‰·Ÿ³÷4¢óŒ4LÎSÏxTËǼièj»P%ç«”Ôþx-©'ÂwÅ#åñÆ2y2(ÍX.ÏAv £ºQOPÝèm³÷¸½nßÿ›5ñ‰?­K</É=½­Ú“çžLü«¶-ÏüT%2§¶ ó8º(iÓãÈîÕu%Nq]SÖ9XÔ£+7RЛ¬/ìMÓöå õ¸Òw·Ûºè߯JµÚñÓ!»êØá¡ñý>êÙCñòÑSï -îÄ¥†1ˆYon#êR´!/Ö„ôæÍV…«²TQªLU( ”¦ÌRç(\i•¿Óí¥ôàŽ•N÷/ç{ÝÿiýîÀ#û_ùò‘Ñ’ç=®ÝÓ:í[[;îÛŒõc–]æüý:‰j?à8ž™iÇqœc/uj}çõ½ik_;­¢NgjtÙDƒÈ*›²CÂBÖ$}_ ‹‘Í„ˆa BÈ$ˆ–EY\ý÷¯õùæn=Ìá{ÿ¼ßí7Ô^ éÊC*3taÝ·u=éºXBwº.¥;},S¹›VÛö Ö»=~ùôþ·¿¶ÿiÿÈâŸOônlßú>AºéË[ñÅ’/ÔUÏ{7cìX(‹?Ëì'N3HR¦e7AòF¤<Ñv'Á ‹•'“vÕ\×Gˆ'½û…køð¾Qסƒ½ý¦}ç;)8ÍÞ:›J\÷*À¯xa‹yrÎ4¦ÍŸmNš=GKpx3cí¾¬›?;Úȉ²s"­Hn¤5œi»ÎÙMÓÝ üñCýܯöªÖ¿ú]ÇÎÑcàyŽ N"ëÁ?ãp['ÓÐÿÊËzâY’²tª"þÑiBô¢W]øÂ a.oâU—/)Ôu‘„t^&#W`a°hÒn2ª>DL÷ ÔOìëÜ9|°x|MG=ë‡_98~ ¾‰ÏØúGêÍgßåĬŸD]ƒäê鲕³Ø åó¸ËK>¸KK—–.Á‚+—Ba‘»J¯ù1°ú¢sûÐ>øý~:øÃWõàð±rð—Pàë€ÛàHX"ðˆÜ9‘úòÛ´ ç'3ŸÊØ<“ë¿y.ÏoÓ'ÏwØ糔ï³Ì»°±«@ÓgúŸæß†çq@½HÁ‰ îZÁ‹ºë•k„ÄæåŠ[¼EL¦Ô…Îï˜Ë-R:²°½öŒ*•=£^mÏ$÷Û³hýölŽÚž#TÛs%jsL5Q(WÊûÜégÃφÿ;Có; ˜Ð@ƒ24Ãó_’ ¡)¼ÅŠ ™“Û9‹.ì±çbÔ¶lü 5»NcÍ&k¬¹t5£±æ‹4fTëàD‘dp´D20âf€ Œ7†#¿lh`ø€fh @õ:~­9±i¹1™·Xs[æÄçt9JQ½6té€%¯B;“[;<“Gž) Ï xÃæBÑÐx‰xh´¬E«)kÝ Pö!ó‹½€ Ïc€ h ‡ç½dB(Ð@J—9k³»}ÖÒbÍ º|Ä\P£3£H:3š¡3ñuã¥ÂÑQ¬pTS.Uá„£½n¨ÐÀ‚4p¿?XÐ@NìðÜ-nlÅ:çy™•Â]¤¦Éœ$h¨ÉWYpEZs V7]H0˜ -IS1Ó0‰áFq|ý<_¯‚uÔnöÞÀ=ú?˜! €‘³%ˆÃ­ n’–yÐÀJ“:iY]"4 -µÓز1SIÕ„±˜49…aMêpÜ mwB ë†uUr':Ý Ð>Eö¡7†€ ßÀ ‰‚ˆìmQ,vC˜H\$sñÓ$Nvf§ƒš×giDk§«JõFL¥q²”dDz¦´Uì)u5{ªÖk«fïV¹×{øï ¼8 ŽÌÚÇ”mˆãWE7X„)­.~z‡ƒ“Ûk¡¢´Óõ%úÉò -ÓDÉ<‚gšûk˜Óݦ¹v—Àœ–W³L27{kàüÄÀ…Á•XО±Ó…Ùl­_mI`>'‰]¢Ô¶YAÖ}+¥™¦ë'«pÓãX²u@·t×Ò-0E Ý"«aÌ´BK‹›ú[Ã'€ïqNy4ˆ®Ä€Ök·_I"KžIcjŸHãhÿ‘$ -J’s-éJ›(wÀÌ+ÒMËM\³½§Žjo‡Éa’ZšM\K³ -kè3hq'@ß‹Üwáƒ_hAF¿–\Mß‘…=—GžÊ¯S–ïÄóïÜ9)yfŸE‚ÒÙcOu휢¾y®&ªkžÔQ¼ZªSC·Â,îôÞ ðøÍ[Z¯D½’…¦nËÃÐ/á•ëmQä•öëìÇ] â‡Ê¤;NUz§µ'kð=ÙÚT>Ïn$-°È.V}Ó<ZÐÁ€{Ðáî?1ˆ A ÒÈù•”-EhÁóö0ÜfWDÃSe4uEÏy4œ"°¥´ë‡Rþ­Ì™  -çªYÄÅ2iØHv‘šæ›ê)³MuT[SÍ­ãàAƒð4œö"?ÿײ ðmEpÒ‹öœÍ{¡˜µžkÕËQ ÇIvs"×0‘ÜÖ?”ÞG•5^Ûží(ël˜¯æÃÿJkš¯!7Í×6Rfëë©v˜ÍÞDÐ >}´øû¾–_ -Ûj»œøì^PÆÚýôÒ`fAƒµY¢‰ãÖ8žf"Y¡¾­jQgê+•é¶ -%Ά»G³Uˆ©v<‹âÀS¨ŽJÕVE¤¹`BÿË=Ðð9h‰ÿ…EòEçÅØµžK·–‚3]ú°l‹%o˜ER5æ(q·!±ãîPZ?[ªÇ÷¤šñ=%æªû &Œ’aÆJé,n)§ÃhîX{@ â㟃ÖŽ¹ß¹­v¿  ¥ÄrÿÅ8çXP‚Ùê[ w^¬t1•¦I›>¡K<”ÜOî¿©+ïM6b{ó¸>üdyq²¨—m,Q°¦J…,S)ß½^½1¡¡åø~ ñ:òJáãõüžÿªÊ'Ø5ꇜ¶žMsy,ø7(mA컦©ÃñêšÁ¸Œú†¡Di(Uë1ýÕc%ýä1”šk@wðÆÑw¹nµÍþD_~ $'öÙ™#[íÞžk=ç|8tîü´Å9æòJX>_¦tùðÏIL‘R¶!º³q$º·üAôƒBè@ ÜA æ £5˜¡B A‹Ò4ksùÃÿe¿NƒšÀÏ8Ž«vmgÛgì®;»ÑŽn«»£[µ3¿WS/±¨•Ê-îÙ -Šc;Auáðbó…cf=îÄ賓Øþ)[ÏÎYC7s)U=åÄ—]//{F”óÝ5ýº„Ïö¨.o}xYÑEïŒèŽyÙÒÕÃi춇÷[Ô;Ñf È÷låñÏWµvßÌÝ?{àùàñ/l.vÎÚzëÞÙ1Õ³©r£3¯tܹ„7JgüÃ¥–õÔUÙ£™ñØó­Ï·5´rö˜Ši¡÷§è9MŒ<‹zS½ Š=›×êN~öVwf׋^믞þzD?gã [<ã£^º&ŸsJ.5]áæ ÓÇ®T$Œ8I"†PІjê ›†òô¦6𩊢 ¤k(ƒÑu”¡5eˆ­²$“ƒYWíݼRo»Ã¬?º}ðùÞ¯ô³‡­uK'ÕëXoÙŠ­dáR|î+û ¶Ñ>/Î`_È|~¹,äŸxyÔI|{äšÔï™›Ì÷™§ÌgÄWæ;B–úŽÐ$¾£Q¨±%ýXƒÁ¬j¿Þô¦õè¶áÑÛ¾Þ·K·ü7õ[)Øy­a)ÜElDêlbìk\ÄãR¦ìø¤É‹>†ËÂ[WŠ=ÑFã×Qî%îã^%îþÅÁ¨Ð"KQb0ïš¾¶{ú{Ì#ó?mY:ð'5ØX‹áû …pÒ5Nú&¿ÿžµx*ËmúÇՄ縘®r]L.Áä†òä¦ý8„i’E k0˜g¶`ºM¿µjYÜó;5Ú%‚ÇòáÈ™L8‚gÁßÝÂá¨uÝ&ðöêñÐ[K'ˆïNEº¾=CX8ç¼p>þê¼}‚Ó¼ËiÞ‰ueÞuå8iQƒÌ£¾_aZ–¶[)a÷§°çKüy:쳎‡oÏ…ÁAG -rõ…#7=à(ÉõÃ1²óÚIªÓªmˆãÊÙPüŠÍaå"ýò²ýÒò†ý²3Ê•qqÙåiQ:6aš‡1ùê«Rؾ-þ°ƒ _ݰ÷öa½à[7øîš3¾áG=/Ãq/{8åsÎøžœŸ\ðÃÁeIXøt\PDÒYð°(ÈþÍ&ÈÞù pÿòd[éØóèè‰.àù>Æ'u1<0gžFÎR¢Ê_û³ª_‘ØR3‰+3“òeæÛEr³¥Ì E)efrƒÌÔ,n‘ŽÒÚ$#ô÷Ã/ÀD2Ä"CÄÏšp6(ªâgƒyÃÀA|¦ý+åÈ 7“‘!pà A îo8ÈÀA†œ};‹ ™X;Hs$›@†4÷ˆ÷IÞ)‹q9ó!ÂZDå+J¼t: µÆäŸ]kòç+MEJ¹Ri -”Õš(êÚ)jcíxh³b„Ñ¢dÞS<± d°îÎ_C.2ä CÎ2ñnE€,bøZ†WÊbòíœù8ªp&œ)2‡ÆÊL”d¥‘|Gm$óêŒEuÆ Q‘ZSg ÖªÇi ê‘°fÕ`„NÕÙ¬î± à"C2ä!C®õAÈFþ:äü!‡È\ãx%/fÜæÎ'Q„3± Ñ43Zþ2$Q=”©¢ðê_5LWÕO…(ê'èZí³A;Ù¤é‹jÔ>ŒnÔvZäl³‚\dà!CžÍAà C.Þøˆaë<¯Ä%.‰3ŸX8“HMGGÖ u/‚Ó&©yM“ÁEM“!ÕM“4UÓ(SÛ8UßÐSßø0¶¾ñ>ªÍ‚6 yÈÀßÿ9ð‹ |¼ ü H_/ðb- HÙ \rÁ ;¤rš.7FÆk&iiM†ÜCHQ‹&i S놢4º¾XN§ÑݯkÑ¡šã5 r7 [A€ |dÈA†»økPDð"íC‰Wü²tç'9–C­0§1寸X™¢›å¶ÓŠÛ&ò¶áHuk_¼úž>AÝÚ– jkf©Ú´( KÕú±6 QÑÙ’T£¯O®Ñ«Q -”,YÑ)µ ÿîîÿ î"Cî”;8A5Á¤î ½±&õM^”pª‚ -gÊBE&A¸Â™Ð4›ñ ?RØõ0^Ö¥K–uiRe]µ(9J’*{T•*(² à!ƒ -¾ù·Aˆ;•xGº¸ƒœð¡Æ3l½Æ›µ\CÊ\‘¯%Á¥/*˜’‘ü¸únvÊƒÖø¼ÞæDqŸ*MÜ+g‹{ÅlI¯ˆ-é©H“v—¥Éº, xŸüÏP€ ÅØÓPw€—n¤5¥;mUu+æ'•oêŒ:€ûR|wLN¯ê/‹Ò´å±:”i™¥iåUéUåéUý¥éÕýÅéâÇEéâ^![ÚSÈ–v,ࣟ7ÿ‹­Pˆ …ÈPе þ(®kÊë>+j"uQ{3b®Á'aº9€mÐò†4T‘^ʬÓǶWrSú îäåß©dV -2EOUü±_§OMxÇ`]ÙíŒÛÑj»vj§ÖÑz­‚rÈ}„p„+'Á€á¾D@ä%!á6rrˆ¬J9È ±‚‚0„@@A仿éììì£@¼Þ¿ßä2iVREßçø£!盇6ä¡ EÆW@‚µøTãè´YçB]o x¯4SØ ­´°Ùg^±“}->Å-µìÚûåam9y1ÒD^êó›¼Âñ¤4ñXêíâ‘Û©%Ci)¥w’Ëû?Çÿ4ì¡öI(1Ö…*;³µ8û÷ NÄÕfWÚRÙ{®‡Îœ¢Æ PÓ;:½ÄuY5âOÒÊÂû£D ãbñWP4—Q<·xøfZéà­Ô2éç€ì]Ð!Úé$”›^úTcg¼ñÐÞFùç´ÔæB|ÛC¦ÈÆ(ŒñiWN÷ùî£k…Œj~ «%®6 7¸úÆP`]á`dEÙGT:S:“Y:Ƚ[&ýÀGrì„üû@„6HÌ.~¬Å¬7ÙšË[ímæºìdãDûñWxϾ7„ÈÖWÄ´êIŠH4t­òv·gsx³Ë¿-¦Ï¯SÔüXÒVUÑ^RÑ‘_ÞÅGeW¨ü¿ ‡6ˆNì…BãPeñë‡zŒ®¢ÅÆpþ7¬‘lÔÁxô•½kßœ³oû"!ªažœZöŠ"Ìž JÝ›{¼ž^ïŽxÆîIïè-og·V= |XÙ|ïþo!E’®ÐBÕ mø -цÝ£[µV§×Yž[|jyQ6l}nTfaÙ;¥´/;\oP8q%è•/#ˆÒ&H’˜aJC@?ýÉõþ 'libKÀ€à±¿´¢…ÕUûÄ¿ùA»º¦]Y­v"6ˆOjBÅåÃõæÇä­¦Ç_KŽN\ê7³mWXÓßÛWÊqñâ·Î<žÌI”ðÂ¥"|_ç?Hmb²±£šü†Rü‡sëYÃåõŒ†&Ÿ¶úfߪy_ Pp`ŸÒ„*½ï”ÍÆß¿íÖûnì_çöÎéë·­˜86nXzU­cC‹—nf½µç%½²Ëç¼Ä•]ö ù ÈRêGz( ¹”%£ü¢Ù-ç«d§ÛÜ;§TÜ!ÕaÁ=ÅaÁ åŸì°žä°©ÒË -yÑ€ Ò¾èþ^õ¦ÍŸÿ^ g€–Îè'¯œw ‚ î¾ÛÚÞ´:þ¤—ƒ\ÖõCqkFöJÓ(ÛU+v˱YÅ¡\9˜U2Še­d¢üTš¨B¾V5¤mX©ÿ¤©~~Ø-„ŸÞ…#Çà˜v$œ0bÃ) ´ÐÃê, çÝAÛÃt6Ûz>ÖŸ ™V[&,Ë- –ņe¾eçg¶åÈ2Ý£¨,“-w•¤ÒÞ£†ÔM"H h¨ @óËÛ°ÿëðCáÐiü¨M‡#$8fî 'mìà œu¶„ xsÐ!šÂ’ ’Á„r,(†`ífv(G7}  H*ut¨!õ#Rú;‚do#êI°cW4h|_}ã _¾OáᇠðÓ 3²€“æ& euÎa @«—mõÀÀî2Ùé‚™½XÙ_¬½6àì/EP ¸; Fó¯}hDjý AúzÀ¶ÀB€ ü\|À‡²íá»I ¸õž™¶ŽO_sMÍPºff*ñBTQ¦’p/SI¬Í\#5g(IrjgÆ;ZoÖ£']ÆèOŸVáφÿ4Ü@b55þÛŒ6¢ ¶$¸îâ Ljð¶ÚàÎNzOޏ³Fˆã)ñ©èvfÚ¥$e)‰T]–’Ôœ¹JîÈ\r–1OëʘñìáMy÷£¤ÿÄ¡ Ü=‹6p´ŽA¨ž„™c K„g°ÉÁÛLÏØ Oÿ¤u÷°t%™›µJLæ¯y9+Ä<Á -©H°B–V(sV(-9r÷þ<ýÆ«+{ʧ7û¹¯T%ˆGn  ÜC{!mC8fÖÅC”“„’‚¶è1LVòšGo•ÍWsätá29W¸L)*Üî Ôz¡Â½5ïGGÞ ãYî”o—`‚Ù›;ä×›;¨Â q{vÁ ´!mˆÔ»\S+ˆ³q…ŽžÀ!n‡^‹Ù`û&­ùòVèQ‚ejB¾œr§@î&@È©•òk¢Ez«h–Ñ‘?ÍìÌŸðëùwç÷^ï© »v@<Ú6pц˜+º`j‰gHÄÑ!ŽÀ•³â´æÏæ)¹rZ\Á5M¼ôoÂë4¨É;ÀxDÑí¬ÛQììQwÜ.j·u¶U±kP<@AGÂrß  B „îprBòæ"$!ˆXë‚Ö£¢ˆ å2 ‚Ò¢ü÷§³ɇçûïëÕ̵\ár-ÑR®%FËù%q€3™jb?Ì0wŒgšÙ?dp†³­È;l 6`C©ã×€èzTº_4Ÿ@@CEƒÊË ,²à·Bø{qµ¯Òr[,ñÎËhZçâ&1šÇ_Œ•ñçãuS©ÆÎ‡™C¼±¬aÞÍì¡ÎákC|Îz üwùŸŸ"l »|ªÜÝA7 -Ô ¢@5& P#ðëe±¤·…©Œ×Ù¸KÊuîb\e×BL“p!¶S¸ g’u‚Ÿ3»Æ²M]£¸A)gP¨Ï1 -5¹Öûh ïÙÊí?$Ø@q>jΟ Þþ … ˜dP‹Íý@‹)}GL¢¿ÎÏbZ2 9 ‰åÂ¹ØÆž¹8~Ï\‚Z4‘®ãŒÝ7rDÆ\COžA¬ÂÄr¼¡ÇZ 6”Æ -Ø@† UÎ߆óg@³7´¢Â@+&0±ÙëõÑÅoi‰ÔåÒŒÆ<žý<Øý4©Fò$™#HSHƳôsž^bÀ뤚| *ÐÉdp=…:©µ@%l¨€ •ö{@¹ãW€qò`ÂßËòñl4°/ǾïˆÈ|ÛS°Ü˜Hž¯J¯.Ëe=—îdR{og´B·®Š¡œV®Ë×Ê•…ZHVØõõAÂ"-Ä/ÒÊ­õÑP (°¡6Ô9;VwWÀññüШ5~dê+^lÎBG"a†™N{ÌÈeŽ‹ºÌyd¹W¯ÒçðÕZ¼Z%/R«Ä×Õja±ZŇãk”ìâ>…µeûØ`ûÑP œA»‡3èDzaPÀº(<|E•ð²;öê ARÁ$7­ü§¦kM£Uù|])ATõI ÚûÅEVP¢ÐòJ-® ìk#¨4-µÊZ ;[@… T‡¦‹àxœßózBï$a˜%iä•9YLò3YBöCaéÇŽ« ÆÆ<D½Þ+(%÷sJÚ "C+Qnh†k"BúF¢¢¿¨ÔÖ—ª4ÖÔß 4ØPåp´¸Ž‘¿Ûº4Øëü2jQ }®ŽŽ~¬º’5.'Žt¥×÷µ_ãöÔÈX‚®®Œnby&:Yj¢“dƒtRï½Ln —A:z™RK'nÞG6TÙÛ†ÃÀrù.û p]“º/©B|fµá¨)Cdø}}XæMeL©A’\ÛË¿Êæ±r%õuEý$ -y„@i1—PÅ#¥’á²r©‰T.3’ÉrC ÒY Ð` 6ÐaC­ƒ=`»ÝžGë 8±¢D¹-ö¹?7…]œ ºœnÒE•¨” ŒnIZG+?[LmËӿוŒ\««¿‘Ý Écˆ‡ói’¡"Št°¸²w ¤\®'X TÁ†*»m z¿hpüp]¿Úx^Sø{¥õ?1kB;OÝ ->{ï®/fôVpjÿöºTC稒XµÒtQiW¶&«£À”Æ®J剳X2ãµFÙ ®FfÌ¥÷à©rƒµþo`À¦ã>ÐuêÀz¯÷¡ÏáE#ÒaæVÀ‘Ÿ'¼Nß~„ 2ÞE'C?^.ä›#iÌØÖJM¢/OS¦Hòô‰Òj}‚¼»?µG©Mç)t™mîj¤Ï®…tÖtÛ- 6Ôìß Ú÷‚îÓ_¼SzXÖ{~ùbÔëà£G—¾›FºŽ<óCk$ˆîáÛÆB)Õ?D0‹‡£»2 òX=Nc¬RE›ŠxƒJ’k”)ÝjU*W¥NoUi¬ªm€a·ÔÁöÑ¿lHÝ>Óçñ÷¹ás{'¸ýmlúÂ7æyä)ýÊ¿÷yP,w*(§îq0™ôÓ€»Êûo”8r,KнK‘„ßç‹#~EÄq}:i‚¬¿7I •[ ÔlC€šÝ[Aý]€ÔnMqfÏKã)»'w¾ÿÓØ3ç˜ÜôË—Ü!‹_ˆ`•Ø<KùÅŸœ?ã_—òÝ5Þ…}”&ˆ˜(åG>nâE=éáb'L¼ˆÛ¦®¨ÁAaŒz@£ÚtÍÄLG4‡L§4‡Ìà™˜™Š&Ìó¦Ì ~=æ…¦.dj´!äéÍMÛhÜ‚Ì][€pŸÍ’ÎqïÞ7æ÷¢_uú\ñÞõ[8wšÎø2€–´á–œ¿v—ñúÜõX‹;9|Þ‹2ëW8‹©AÏF3гé ô\~5zŽLGÏ×ÑÐ *zAAA/*7m­¬ˆ—Ð'ˆ»£Û£sŸ"ô+_ïT¼ÿn_7p>ÒNžf€È2p24¸Äe®»fÄ¿;‹}s¶(dÙƒ€^ò.ó· È~–P²¯%†ä»”—W†\.%"—é¥ÈWí䫎M[b!O…ÄX¿ bäö6„nõ¯6ÐÆ¿?Ç}-Àép5pr!'O<8˜þNÄcß;§ÿz* õî,Î÷íÅ<ŸU$Þ{¿´ú?æë4¨é;ãø¤V×:]ÅNÛU¶]]µx⊢Ë!á"G0@Œ„޹CÂb ŠP@ÁêzQP¨QÔA¶vX¯Új«’|ö¿;;}Ÿîƒ÷ãÏëÉoæû“ú½aKw½åKv½ÍûN¨Ä>Å™ê'#A tDÏõÄùáD>³iÄ’O øÆn?V¬Ò`¥³k<“±ÎŸƒ aL81pŽ Æ6NܸTËNÞ.³o¢9€ïmå{™#øßšcø;-ñ‰ž–”D‹”ça‘Ymð¹™ .Ü&ˆ£Q‡93ôø|nì¾ÌÂ×K3°x]"–mÅ -H¬ö …C` 6„úaÃ[ý@‰Ü (x3ÝáÇtC“‚0¦+"™ÛËÜ^Ô‡ºqŽ .Þ ˆ¶{Q;Nå˜a“‡Y³åøÔV[»x|±|ìX¼)˶ùÁ~‡7V{îÄ:/w8ú¸a³¯+\vmÅÏÔ-ð¦:úAÔM SõÁ._%ˆö‚¨Hî?#ˆ3a#1+ ÄÜ8Ø,ˆÀœE!˜¿„Š/Vx㯞X²Ñ ßlÞ†U[¶ÂÁÅÉtóv'¸¸n…²ž”õð¦8€JY e v“…[ é³?†`Á\ðì>gírD»nA,yÛÇа‡ˆ.By©  3 ”Â?_j™ÔC -øh&;­@àE²^……v[þŽ> ½{Hö2ò¾ìiôˆô1kTb­ÿ CƬÿ>ùðg»3âHCœ? ,ÒÅâ",A€`Ò¨! ŸÜ.UÂß@fT’%O“]R"¨Wi6)Þ† (^…É_DÝ—?‰‘±F­Ѭ™H³ý|»ˆ_» ìm›Áõô—ùlj‰æ"2^º@‚`©Ò”“e ,Q›«4æÀz9¨™¬Cc¡]Q[‚ûÔïè&õëð¬Ì!Õøžûª±Øåhì¨ÊZÈ$ BÒDÖ,×e’<Ü‘´+¼à(p"ãÁÚ+@D²ÔBg™ƒ5ÙÓ´ý¹Ó´J²úÜéàf²ÎÜéïs߇öçünÊù™9ý„5¤‹»¯ehîíͶÄÏDºí$/ZiàoqDšû}ý‘J‹@bø>pâˆæK-»EêéЬ¼÷!ESÁú‚©ºÂ©æ‚©Ðï -ÞÓ¯¼ÝÝ—ÿKÔ­ü§¬¼1öPîè޹Ü‘ü;û¬ iȘ?©‹lÁ' çÈÜAØÇ¢ÀÝ0ö‚ÇJ;Ajf -5S eÁ$½°h2´¢x2´®x’ÞR<v®h’q½èuTŸöˤcß-Ý7\8ÿ@{›{¿¨/ÁzÎü"ÒF’×,…hózÈ)Û¡ôò" bzÌdðöIÌq©š©(™ö#¯d"¬\7V[:Öª›`œ×½‰è)yÁê+ùÛ´ÿaü`ñPÂp‰‰7¤»‘8¤»Æ,µd¤A<ïO.´EÊê¥99@íº9^^ÈöAV( ’ÈDØ™–„$õdL¦v"2»ô £ôÀFÍßÂ[¼ŽüGù/ѽåÙýe¹wJywË~à”÷$ èJ¨¸”rÇj“ iH_8ÂU‡Êq ò(ÎÐzyBë„òmh"¸ÓÒ˜ôwžêwnºö×UÙÏÌ"ýs¦¡òéž&ý“˜3úñ¸žƒ£Ü[ƒü;}I·õÝ)¦ÊË©¦ªóSÕwè¿)i‘†Ì•‹‘í¸E'è¼w 4€ -]hø´6‚ó6‡%x%—¿Hä'ÈÊÆØyUâ*ý“m<4Êi7ŒÄwî&Þ2ÜL¹eèüpøBZÿá³ÂþêŽôþêSéý‡­ÅLÈæÍF&i­øùŽöÐQ6¢ÂÛú_óA:}¢<"æÕ~ÿyGüXž’ó£P¬{¨1 Æ—¹Ã­®1%´ÖÜJ¼TÓ›ÜWs%­¯æ\úÍÚŽŒµm¢µ­¢›µÇ3­%i“1iPÚ…"§å8à¶U>.8øíäazÐkCdÔ‹ƒ¬øÇ:ŽðÇ‚då=¥¨Ø”®4ô&Ôu'4v%7¯¤ž1^Lë1žõOeöm÷=FÖ(é1%½õÖ‚ê#(Hƒdá<¨ííPâ´•nkQíãl® tSO§¾¬‹dŒ×°b2pøJ“d¦|¡öºBZu)#Ûx6M×Ô)¬9Ö‘~òX»¨»©Er­©IÚÝtTz­©Nv­©Fv­±Zv½ÁZÿ3Ì‚”4äØ/B™Ór[…:ÇɆ ×WMa^Ïš¢‚ÆY#ulî@%OÒ«^ÊWv*”ÆVqAóñÌÊÖFɱÖé…–:yW˲Ê®fƒâjs•¢û˜^ÑÝd-d‘%i‘†|û¿ Âéo8âfßõoÓ¶¼le¸Ÿdú>:Á -nŒÙ×_ÃÍìÒ§äŸ-É8Øš'3Ö+³[«å¥mEý©JegÛAÕ嶪Ë'ËUWN”)¿o-Svµ”*¯·Ô¤AE䤡ÐþKè¾BÛ²éc¾k~;As|ÞÎpëˆt9½›v»uÏÞë œŒ Gø¹§ôІq!OÙZª.ìØ¯>Ô©Õœì(Ô\è(T_<]¨¾tª0ër›6ëÊ mVW‹µHà d‘ÅÂ?£ØþsœáèŽ%“-»ìmv?Cw|tž±uè\h`_{TÜ•¶ðÌQ^vó‘Ôò½¨öß|×y<ÔûÇñ/ÊÕ¦{Ku´9Ýœ"I*[–fÆÌ`Œacš…3cd‰8‡6;•¥Eå"K bZê´ï¹J)‘öºá>zßß¹÷ŸûOóÇóÏïãóúçóx|?;ó7ÍÌJoJÉÜݼ)«ªyc–æäæŒSM)§RÓϪÓÒZëÒÓÎÓi6LÔÇæQ`f„RcTÑg­óœû¦‰oöâ´ŸEw›·ý­³~¼ Í’:dÝñ#ŠÔŠÊ¨Eãl-üµvCþ¦¦øÜ\ͺ¼2Ml~KsüvÍÉÄœS¿enHÎ<«Þ˜ÑZ§ Ò©†Tª!…jØe6 ‡l¦~?BŸþ±;»ï”×ÏO;|L:¯¸Ù^éðñl=+ -jh^S}"lKɱˆü‚ªè’ÔCñÕqÅÉ ªÂœæˆâƒ'•û›×î=ݽãtClÞ™qÛΪ×ç´Ökƒ ª!jHŸ1{Í&¢ÂfÒp}ÊÛ©/Úܧvßd̼u‹µ´ã*Ï£ù‚0ðè9iÔ!MÈÆ=áÛ³ë"ö%ÕDެL¬ ¯ÈRË—Ö‡U5W”Ÿ;QÒZ§*l­[»³µ.*_;dêé"ÃPÙ3Æaßüñ¨^fø¥6ñu+ÃðÉu—q÷ºí¦_îb,>sד]ÝW\qI¤*nLÊm ÉÙ¢‘Æ6*Ëeê¸ÚuÆ‘à†ý5AM ÕkÔËj:ªÃËÛk¥mG”EÚ!KO™†£‘;ÝçÁ±%cÞkœ z.ÙŒî|d©í™ó´óOX–ÝŒêNž°äŽ@^pC”˜~Yš‘paõ.E[Ø ó1åmiåÒŽâ2éEõ¡ÀŽ«‚Z.—…Ô_*­ù½"¬âb¥6Ȧ²©†?F…é衆E£^·/Öízh¤s­×zlû+š±æǢKÙ3oßÝ}B³úÅ%uú§DÞåÝ^](¾½vŸènJ±è~aQ@WýÞ€®Û{ÄWoJÏߨ·ªùzIúZ©6ت«ƒ­†£P4Eµ³tÞ2!]w ÈõÞ™ºíƒË 5ƒ4“úAwëÊO×¢×\Á¶WÜÐM½ÜØèÞ¦5Ïù9+Ÿ‹óý{;½É‚—y‚¾ÃÛýúÛ¶ ŸÝÙ.¼ß™/ºro‡¸íî.m«C;A ÉõXrÿ‚>¹þOÒþÖt´æ“ÝäúÏtÓÊÏ,Ûâ,vî–0å;4þ=;:ü{’ä7UðVÍ ÎñŒÉñ~›’åýnO&ï}M:ïÃù4þÀÝT¿§]é‚û²´A>!Ø3V§§Z—ÜiÑ#W®Œ"mƒ†Dó/ ƒúûi•#NfÅ#.öy#+ÜRGVø' ÓB"†éªÕCŒø€/îÉüOÞ›yÅ[¼>ʶp?Åmöüœ¶‰óy÷FΗÃÉœ¯-I_ïüæ=øàWm°“w ¹WOÈ•óºäÜíQ¤iÄHçÌÇ•ÃÚ¸6æ¹°³O…=;ö¾*8Hƒá([ù}E¤ï3–7äïùÍo½Ç·À÷!ùz·¡øxöpjs¸`säP,s¤>†ùï‹ÑÚ í%¤³†š¯!äÜeÒØ¥Kj0Y· ¿æÆÛ`i–+›,¦GÀÚ3K+a'õ…cˆh2Ør7x)YðW2¨d \IG¬b6Ê]îŒ"J•L›‡ÿ äZ!çÛ i¼MHÕcBJ0AoŒÇåÀdÚ&˜ÎÇ<+%ÌVc#–>¬}ôõÒ1~L2Œ&ÅÂxV8f΄Éb̵ãa¾³,L,fѱŒúð9pœàâ¹L®=<¸¶ðá.ƒ»«¸K ó\LlVHähÓÑLHËï„ÔÞ¥æ?"$·Ÿ”ïD/º‘П°㦬Ä_gòadÊñL¬h0]ê3[,´·ƒµƒ l–/ÅrGk¬p²Ói8N áãd¡“9ͪթ6BŽÞ$¤ô!yO Ù2@tâ©%È_‚@Æ Aþ潩lL§Áp¶#&ϱÃOs—aÖ/Ö˜3ß -¿˜YÂÜ|!-X€%f°³˜gêPa,œ ÷…sÀ[ø3ZA>v B¦L„Èd¼¨'^Và»:‚ïÅ/€`1Xª`0Ã@O -WŽ…”2hµ” -ÐÏÈA¿Lé’ƒù‡îOÃG¸=á_|^Ê>øö…½ñïë¾ ý(þ¯÷g6ÕàËp„/— o!œ ØTƒkÕ"m»‚j fú_ý¿ ”Ë -0º`=–Ãã©|Ø«'ü3ÿeø{¿>Ù€°?¬/`à‡ k€5Tƒ˜jð¦üìAH[!‡€ïUpkÀŽ“Ãu³Œ­*Ð÷PF‚QCQGÂõŒ -®WU`>TÁýQĈדˆ¯üçÊ÷‚^å@@Ÿâ¥¨_ѳr@ù#ˆc€0#CHfOßbl-!¥n=‰;"_jÝ$àÉBá«{C$˜ÙQpÝE9 ×êh0ÕQ`¥\‚Ûƒ¨ïÜGk¿ù@9èïÝ ÚÓ‚! >ØD8GNÓéDp—à”‚î:£k$ðøgˆÏÿH|}qаøˆ02›ú8üYêdÄœo¡¾÷ê¦þyaœòkÀy>t†<1Gþ ùŒ2ŒzNí‹zNëŽ~fàŒ ñÆäFG@ýs#$íÙ„Ã_éø7@8spü . ‘1Ø¿“‰ï/0ho½3™xIYo|ÊY¯.虿û61_úu0~ g,„NÓgOhã¨9Æ`ô³'fŽu?v–ÝŽ6 ’­,!aÕrˆ26 ·®ž/€îºXÇÓ¸ ŠàÃßÅ£âß  ¿“ÿõçqýÄÜ_üK¹?Vs_]ã,„Üå̇²#±Æ¢Ÿ°ûcŸp;Ñyí˜Þø™ô–O¼±klˆÙàØ¬êng຺@ºÛAH÷p®·ç[z@ð«ÔˆØ_0)/Pú|;íiˆ(c6T–ñ8L“1QŸþÙÊ›FñÆbfx}q2:0m Ó™·°Ó™‰Ó™×?R,-!i¥-Ä®wü–ÕÀÚ½ ø®ÛAäödy|ûNè}úUz€ß"3 µ@D'ÍbñÔ‡1tÞ’Ÿ9ŽÌŽ¢Ê„ÃQ—„CÑ7…ƒ±}ž¸)a{¤¨%q"»1i"ûn"§>y"ûò'@ª±glˆ36·8BÚî åúˆÝvÈóp}-ñ>±˜ãïµ  åÄÆMQpÄQ9m Ž+êAgçv¡‹Å†8­¸sMÜß!nÃŽ‹›qãâ†ä1I~,ïRÊXž.uLR:n,, ÙÞ0ëWÕÙø»Öø3HÝv¼•yøMæ}ôE¡¿Çœ$Ôo:+5ÊMLé£8÷ñŒì¶D~þml¾ôVb™´9©VÚˆ»#½ž<"­O‘ê Ã…UF•ÄaiqDZN)0å x{À®[ Lç• Úµ -mú«ØmÛk…ÇÞÿ(½]Ÿ+üÏÈC=Çó£"ú… É÷¹xÖm*%ëF*WzŸ]\‡—ËkSªä—Rå5„^¹–4(¯ ÊËÈŠ•”Å¥”!Y e¨È þ¿·Ö8ΟAÎNG(:´þ½ÂmËËŠÓ;þ­ñÚ7«ñ;2Yì1TŒ -ëÌÃ$¶ -qŒ\’è2YXMæ—V’ -”jr…ªœ|E©¢t(K©}J9­_)£õ+Šh¥RÚ`‰”:(7HK- å3HY³x›W€dç*(9´æÏòï6-jOo}®óÚ9£÷Ý?VàÞ«Š n—¡š%‰´zajfUµPÅäïåTÈh¥êBº^]ÀhUç1º+$Œžr1£·,—ѧʥ÷+r饦–Bê -k ®±þæåPàbʯ_W[÷sûçsuç·NÖy~õ Æï¤AxGƒia)z ž_."ñ˜*1›_™Å*¬²µUvSŸÝ©å³»*ù¬nµ€ÕS.`ö– ˜}*S€ll («—Cæf(r±ûX~påKÝQ§…ºSkgÎmkðØÛ[wñÄ]]ˆ“& -]§Ä*e¸ô’³¸'¬½”$º§Ç :t„ C5)½SKáui¨iÝjS€jl ÙYÛÉr7Yrû²?tûl^\ý—íã›ÇlÆ8ìÔwç¤ËÝf¯£ >µõá(µ>:¥X‹áä”'åpKRKRª6>§Ë+Ô£ jjb¥íÕ‰¡:!ÛP•$ìÔ& º*ñü.)@36í–Aš“äo°€òm/k÷X>o<`1ݾoéákýÛ[ÚιrË÷|ÕHÅU$.¯6–É×Å‹hœ «"VD+Òª¢”R-ªLW‰,¿«Ž.íVÇu«Ñù]Ln·:>Û4 /1Êòe p´€¢uæ´[–üruû’™Ömfc½›—ôôí·oëùnëuƒ‡«þ®ÏÙ²;¡…7ð¢ëHëJ¬__S“¢ˆ¨á”…ëóUá—ªaµm¥ºRdE¿¥èSFËúTÑ…¦ÃÌhË­ ÛÁJW›½Ñ¯EÌ7;!Æ»—!ú‡×›ÝÙc×<üóåSÔ=žîņ‹9íqi­¡$RK$Ó“q#©(¤‘) n’5k¥A7[óƒšFóCëF¤aº¡¢õYdÙƒbS€el`ÙZBž½Ù»ŠˆÉ+ˆÑVKDÿ€¢cÒ Ñ2½ÇæÊÔáÚŸŽï-õ8.:1£ÿbµÇí fEÞÈ êHÈñ¿OÏñ7äfùuiD¾Ý·3}» -ü['EÙAõ?æ׎‹Mb dX›C± bJg†¾aŽè½gޏ7l‰hy²Ù¬áéA[ýÓcëÊfOþMw~5}åa¿¨§Š‚"ÊAˆ‚,,IH ûž¾ E¬J•޵Œ¶Óãèh3Ú©µãô8Z­¢ŽUGl©Z¥¨¥(E$ˆ„U*<óûÌ‹ÏÛû<ç~ï÷Å]»¿3ƒ³§C(ÞÖ.6Vü")µ<×hîëê -vÉÖî”¶í}Oúëg;$·g?îxWÚÒ½CöýÓŠ+ï+/þö'WPOuØ÷ŽÛ³£„´RÏ[—f‘ëͳIcÛÈÙþUsNÄ.<6À 8ð"9º¡?%qGoš¸òyº>ï¿@Û#ª”õ(7g=³l÷ÚkÄ}ïoõª œªÊt4WŠúº*ÅŸWgýÜ[“}§w‹+ØMÜFòðKBnCÈõën¤ñÞrzp>ù—3ô£#ô%FÁ #¬õu#œ¤jg¢¨À™¬6 §äÊEbgv¹`DW‘>VPÁ«)Oo(KøGIÊä¹bîTKo¬«Pð¢·PÐÓ_ì -öÒNÝÁÓ„üï2!?º‘ÿ<œM¾˜ôr;ò&Øcÿ›Ÿ§é!uÓ1ôêiFBÑtß4Í”*¦9ZñLJk*d¶dm‰(Îã`«•‰½–xËÇysZrXè1%¾é5ºòäo„Ü;IHÓyB.5rº…Ïr‹fý+<>@ˆ÷v„Ѫ¹®Qq&йJÄðňËÎGž‚U"„6ä&ŒŠ4±Ø¢Þ€=*:>UÒñ•"7åѸïRëç„ÜuöR73kö&¸»—`Á ¼}´ð be¨´ˆT„ÒuqC}F˜,:’ØQHgG ‹; fv(ŠY!ØÄ¢a3 .}wsÔ NÜ%äP•ßIȶÄÍ>C悸›0{¾î^bx.KÇâ•Ið dÂ/8¡t„¬‰BXx$¢Ö†#&b ˜‘«ŒŒÈ dE@áSÄ -Fø¡Ü¥o¯r’šÁá„4tPùÝ„T 7È=ÕAâ)Y”âÍÆߘë· ý£àåaðZ`Ú*¬¦ÑA ¶Œ åà-CJàR½! X¥KÐ.ð„Äw x!~`ÑiH`„‚›LWÈB¢2l³ñeb0¶J»[Š ŸÈ°áåå´ 1””VJ· ±/¥`¾’"Á)wL2•6‘=ž1™5,˜r ºùž.óBz°¢hàÆ„‚—@ÏW–ŠDS&XÅÙˆ¯‘Q¯@ìÇJÄ~Jù‚ršÒ¨ÄÆ&%­”.â -p†àËçÊÆùã2§pRê½– ¸ýüyS2¨\jŒ¼õ«ÀçDƒŸÎOš®^„„BXÕJÄïTƒ±Oƒ‡5`× îå¼ñ×5`ÞSƒÕ©{@ä—ªé´Wª þˆÒ™9¦O(z³&UÏ]€ê  :hËÁ[=bfÄiL³Ó¦#Ù&ÇNeÔéÀü³̃z°>£|¥ûœœïôH¸£Câ#’úµHÔNò_iœ"§f0{LÝ+×<•ŽëžÈÞFÏyP.[ !ÕA€ìuÁÇ­ƒœ‰(Bµi%¸åÔùï‘ð ûMHü{’¾4!ùŒ ÜË&¤4›ú‹i½Æ)¾Ã0"Ò;$Ný3Ù¨á‰|ÔØ®3ýêr<çB½t1DA¾È -] eDôŒµÐ'3 r!Wˆ ÊQ!£„:¿ÆŒÔz R>¶ õ°iÇ-à²Ì¤_°LgÜÈ}ÃoÍ}-è1ˆf‡t(§G1œÓ¡ræ¶©G,-Úk‹v4ïm`ž7š¥‹è µ†µ°Æ†!/)¹ü$èe™P”È*0AXeæ×åÿžÑÿš `Rp,Bx2,ó\þ˜øªm$ë®m8ûižCæ°v«†¬4¯l÷uÃ?é‡ ›Î¢\@î\è|ABuÐQ+¶%1«PFíFq:¶ìŒ“V>¥¶š&¤å¶Ñ¬­ENñîâWâOJ†²JN;¤_ È/½PÜ.ìSvvk Úu/‹Z C%·LC¥M9Ce×Ì/˯澬TƒÏB(ü—Âàƒ’5¾°o a'Õ¼¸™ -qêd¡J2’k6 i‹mŠÍ%ýòåÏåû*ž)•w«þYÞ¥>UöT{±´S×\Ú¡ï(m38Êîæ V|ovT^³ Øÿk°_Ȩry0z/„f…7òý— rµj×ûc{ ¶¥ÅLÖŠvE¦£Ø¨îµX» öÒß´Û+k÷ØÛuµ·éÚêÿm¿oøÖÞjl²·˜Ú«î˜ªnXû7]ÉëÛ|ÁÖWóM~_Í×}5g\€ÍÃ&ï0.÷B©ÿbl]‚:ºêY!Sõ©Q#;3™Žm2ÞóMzYg¹-§=¿¼ø¾yKÕ=S}ÍO¦¶ÜÊ9\û£ùxí¹gjoZ®Ô6Y[j¯çõÖ^ü?Ýuþõ¾püc0CѩӢºmçÔ·"$•%²o5–Én,ƒ1Ìf˜fÁ`Ì‚“8"‘%Dè!u8Y²•,¥¸uŠ–[=Nº-÷|î÷à‡çÏï×ãýùüðùD½¤·Æ¼LoŠ}‘Ñ@x‘QGx™qu 0JK †n€á[ô!i‡Lß§¹¦›a®ÕΕ<»_ßó]޽Êö>õ<3Ðu†0NЋХPúñŒô¾ˆ\fod1ó6^ÅêÆ×±nEu°:£Y7cXÍ„ÅÌú¸…ÌÚø…Ìꄅ̪„ÅÌÊ„EÖj`4Ò†4DmÖƒ);taæ>]˜kbø]h¹í“Øvï’ØÙxQèe1—è0ÁÃÒc£î&“ÈÝñiŒŽX6»-VÀ½[Âm&TsãZ¸×ãïrëãç¸5Äy^Uâ<¯‚4ÏS‘žq•¤gœµÀ¤!ÜP6é´í:³W -ë)²Øü^vÆè¥üÜy™§é#±Ÿí0?Ä÷;:¢›NLj¥¤0¼kÄœÜZb1ÿ -ñ¿:±ž_Eêá_&=ä«’çø -Diò“\9B–ü4[ºƒÁÀ]˜°i=ÌØ® söhC±±î_òãËŠÓ?/–;îšUºÿsL†== -öºÍLJµ³ã¯g$gÔPiÙ•dv*Y T’Ë„ -r°”rS(§Œ¥)ÓÂâ”iAaÊL8e6_D™ËCðWc‘†H¤d¨YÛ´`ÞnÌÉ¡uf^Uœ4˜¯²ßò¨ÂåàâüÉ>iG§(2¤‰OH¨åè jv)!”RsŠŠ¨’b1µ²X˜ÚR\:PœŸú°(/õQa^ꔈŸ:-äSg -Ö H~ãzH6Ô†ì­(Ø¥ùM~óîÒ‘uÿ®¶Ò­µÙ4V}î— -ß= -œ[«4üb½8&®*˜VÆ%óŠ˜4Q~:[šKʳéJ9—^/g§ß‘gÑÇeYô )›þ°˜M{TÈ¡M‰ÖãÐ…4P ´ ïgM(Þ©±¢8 ¹\e‚~^g¦5Uoe0|Õi__µ·egE€s£"4°F«*Œ§Jò“8ù<ª“É3˜¹ -:S®LcÖ(RY] -*óAYc¬„–1!£gLJ2Òe¤?*\ ŒG£a´¾¤mÄÀÜ-P²õIµõgͯêsÆêãMú×Ïîé©ó4o­ösª»ìW©ÄG•È Q1‹W@гiòd»<‘S¨JàVªâ¸íåq¼%‘=ZFÊ+IfË(ÌIÉZ`‚&ÆmX5aÁO¨¿å[ÕÞWnW[¨ß ¦Úþ¡6Üf¾¡¯ÅnWG£ÛÑÆkªk.^PV…G«¢“ø¥ñL–„”G¦Èbó™åø|*²à’2BpC!-ÅóGK£³ÇJÜqy<{BºHDˆ:Z0KOŠ Õ¾+ Ár>˜mÑcF ÿÖQîŽ3F7Ú\L¯6ûØ^jð–] TG9—cÓÓ” 9ñ%ä¢)£$TZP"SÉCä-²à’’Ðâ I˜hB‘?!ÅçNJÖ54!Yyº((Ù–+ÖÇõh0ÞŽƒ··‚Þ^SíöÛ6[ºœŒ«:®lu0Y]2ѨobM0«`¼ÛP ùûuiƒæÑ}µÌ Tç÷JÌòûݲîúøR{±aq=ÄЮ4ÿÎæ…[TÖù®¦owçûzºwÏ Í»ëOºïŒó ‹,lÍB&öÊBÖj ¥y(µE“¿0Ô@ß-d~? -4M Aí´ªbÆDWöø„‘à¡ gâÜ©´Q7÷„/\øàùhÿû$ŸûxŠ×} -ÅsGö.Iò©OtðÑmä ÑýÞÛ$ÏîeŠWëÕ»õõª`*PÿKÀt9#uÜk  ù{5«ƒ+ÓP±¸U²hº^´h¹÷üÔÁôgö–‰O#ç\|f=‚}f±xÙðh÷¹¤h·'l¼Û¼$ÒõYm¸Ëó;aÎ /Cf>F:}ŒvéÿHpý}u ÀS)£È~o »€–?¨™På¯×ÙÛݚ·Æz¼·Çv¤¿±Îá½2Àþ?ÍþvF°vß_°{õÙÏáé -ÎáÉê^#;˜DîÁ@=·;h½@íÊ£€ä“žZþg#4gåÀFúÊa#ÒÊ‘ƒøs3ÜgËS>+ÖŽ®+¶îg¿8{Ûý×Ç÷ô× _›¯ëotïß ¼¬~TxZþhó°üߤ›Åßï\­¿|u9¹òmU3rkèm ¹‡uCÈüI -çÈý¶Å‚[0©p—>îß íÃÁÃ&>ðÈqhnã­mÏ@»³ÖÐÙÑú8‡ANfÈCø(¤ŸýÌw0…*{xÃî0´= ß!>œYÍHw3¸ÙÀ5ä TcÈüixÏÈøŽV'C=-ܼ! nÿÉîÞé÷ïw†í¡ÉxÌÜ -ž°0‡g¬ŽÂsV¦Ðûÿt×wXÓ×ðŸW‹Ê‘­l”½Ã!ƒHH€VÂHØ; P†Ê#KÊ®{ ×:êlźµX­JkUzñjÕjE±€(ŠT(‚È÷ž§çþñù÷¼ßçœ÷œç¼twȃ\ä„Ê@G4ØcqØß?Ðìp]£îNŠúŽÜƒã?RÔ^r›îST㊪ (õ 57Z R £'ƒ¡QLÌÂa±Œk[:hp^á OgÐ\\Ápu×Õ"Wû¿¥tW+¹X¢ÆÅ-Î&ØIìÒ¨ëk6ÌiB&˜`ޱÀÒ"C’ÁÜŽ–$ó.ÝÓtÒÒtr­%þ ÉðÍeû2^õ\x¶qáµ# ÞûÂàsŒ8ß..ünpA»Ï…(üGC0ÅA8Ó!`O°Àå t$\Me¨®ù’ §e`¹Ù€Es›ã¦(ôD&³Èºe<ÐêÂá×Êm ±‡ÿÃ|œà#ðAÝáºzÁox³Œa™› 5ÞrÁæ!|€¾&/ÒGÉì@Ú™äà9[ïkÓá‘àÈX`*ɺÅÐk#Ô,}£ÁÄ!ßD"äl$˜?D‚Õñ‰ý$bšóZð!tR0ÎÿM8ƒD>„ð‰"Mm žÙ°mÍÁ·3‡hÅRH¼mÍpCyú"bÙà¥ðÁÉ])«^2Ëj“̰·I>röJ¦Cˆ§¸'ÅÂ.‰'y?GM„?ŠzÏ)z'˜¾ÌŠ^gÅ¿‹g£•ÌÆÜF¬&ˆÑ×#×Ç<+SDY›B¶Ü‰žVH¢;#>̱Ò3É‚A–x:¼4v’·Z:Ák‘އo’þÉß-”¾‹èŒ¼ûVøcÌÑýèᨡèÁ¨‰èçâÒ‡1e½Ò™øž¸™„ŸeŸ4‚T_¦Fˆ´4FÜRc(L ô°DéËôP¯Y¹ˆ1%K—(%c¢"Ù[auˆ°1ñ•¨=q8jGÂx äëøèsñÄ\—õÇÞ‹ë“Æ=‰O¸7•Ô?-ÿ)qZq-i:åJ²fˆÓÓ…Ðt1¢É^ÈÉó’io„<7SúÛÌæ³]'³"ÆÒ¤Ü‘ÄñKinü@L¹¼?ºNñ,¦Uñ4v«üIÜ—òÇqGåd§åeWå¿Æß•ÿ7a@~'a<åfÒ‡ôkòIå%ŤêBÊ_ªs©ehÉE2ÈL ¡²0@Ý"¨]ŒPN³œZÉ\>¦æû¼Î‹fdÈ#ûY²Ç‰ê”ñµé÷â›”w6¨î$v¨þ“ø•ê—¤NÕíä.Õ­äÛªоŒnÅXæ÷©ãÙçÓÞçœNŸó­ò}îq•fHÐÕÄÄÉÆȵÐC©­>w2øTëk:¾*Äf¤šç:P.xZœö GÓ«,HéI©È¼©¨ËùIÑšÛ­Ø’w=eOÞÕÔ#yWRÏä]Nëλ”þ(ï¢òMþiÕ»ÂÎŒÑÂc™£…G²F ýH$¢I†42÷™ë ÒF«Wè~Xë½x´!Øb¨>Ì¡oM”×Ãê„;¥éâ›ù¹Šë™êœËÊšÂ.ecñEe{ÉyÕŽ’³ª%g2N”œÊø^}2³WÝ™õR},{¤ô`ÎHéþܑҽмµ&HÒÑAÜ’EÈ0ÔA©ÙBÔZ-@½ãÂñužú¯¾4îÿ‚³ì·u"§Þµ2úÍšTᵕYÉ]…E9gs+JNf¯Yy"»¥âxö抯söTÍ9Vq$÷BÅ¡Ü[_彨؛?\ùï‚áÊ]Ã;‰¯Ê5A²Ž6ŒôÉÌ© -Óù¨[¦õ©Ùaþ»õnÚƒÿò7xºer¿-Ò±§%.ðúZ… «6#ñLy~VgI©úhauåÁü†êùm5û -vÖ|Yp°vOá©Ú݅ݵE¿×n/¨ÙZ4X³¹h°zSÑPÕÆ¢¡Ï5\[Ɇz(0X€j-4XΛjµ÷fƒ³VÿVíß¶1 ïlØßh‹¥]nI?W¯”u®ÊÍ8\Y\²¯¬¢j·zÍꎒ–ºíÅ[ê¶•ì­ÛRr¼nSÉ•º êuíêþº6õ‹5ëÕ¬þ§z`UkÉ@­&P )ä(ÖŸUKæ¡Ù|î_íÖs‡·8Îíëp׺ßdp{;ßæÚæŸïÚ“¸'[Ò¥G²•ûWïª*«ÚZ^]·±¬¡¡½¬½q}Ù®ÆÖ²£-e›Wö66­ìkh*{Vßô?¶ë4ê½ø=CŒ­“,‰ìÛ3¶2YÊN‘0DÖj0hÆ>&kŠ&)J¶VEöÍQ='-R.%EêézêNëyÊÉýüÎéÅóf^|þ/þ×õ¿îûúý¾/þ߬ÉÂÒ¬—‚ÒÌ)¾$MvˆU”ÇL%¨H¡hõC½åµX2ÖbB}Ðb§t«Ù]çŠ8ÀêÌ®p×ã51í¢œý¥©›[rªó¸…ÙüòR®HTÌmr‹øÙ}¢íÙwDÙτ۹Ï˶s_”ð·Mó·MJ‚1rr¯ ‡\ÅyX¬L«V…™u˜Ü¯#m”Á6[Å­«—\Ø¿–uJêÔµ;zmkm|”xGrJmY:WX˜UX˜Ï«Èç•Tåòꪳy-ÕÛòzª³ònVeå=­ÜÆqsÇ˳sž—åd¿(‘äŸåh˜« …eó)_ë~‚·âùðì < uè­ΥòWÚ]Ÿ9äg~ì@°Ãá½Q¾ûâ"víLLÚQ•¶µ¨<ƒŸ[Ì­ÈðkÓù•uiü¦ºÁÑÚ¤Âë5I‚ÑêÔíO+7Œ‰6ç ·ðž—I‚±49L•‘Å|yêœHÞí¢Á“æyð¨]hÁ£Ö´óGœõtúлÚí[Z#¼÷qBkölL(«OÉȯI/Èe “ËójâË„uÊ÷ÔÆ »kb…Wª8Â'•JŸîH(% -žU$ñÇ…’`†›¥ç¡€FùX%O÷Pa¸UîvIÃÀ u¸Üc!ÓwÒQõè1OãCݶ{;ÂÜvŠª8°!VД”ÎmLã¥Ög”ÄÕæîˆ©-«Š®k¬Œªë­ßyY¹óYyTÕ¸0Z4.ä”—Ç–J†di˜%%…¥Ò0Qðxî¦Â­ãT¸Ò« ?ŸaHŸè³Wn?í¦ßܳÆz÷ñ ×Êîÿ⎘hÞ¡ø”Í-ÉÜ„}éü¨¦œÒȦ²Òˆ¦†’ð}EáÍ—aÍcü°=“…áõ“E‘5Å‘U’a‚¬,æP¨ï+ž4€S—:¨Ð2¨ -â»f2uƒlá¯Îú‚ÛÖÜ›¾N©ýþ¾±×ƒÃ®EÆ®»¿ÑÿjFâšk‚k®×%øÝhÛàÛ.ηÿ Çëú§8ïóŸ|{?&ùü, òÈT ‘3¸Ù p™ÜAéŸÝ¤ÿµÜ‘‚ÝiP3ª+%µPŒ,×Ê~ìl–6ìf7ä½:üÁÚµ÷CBüîs"|¤Gx„{?¬õn ñ|t6Èãñh ûðû Õ÷fÃÜf#<®Í®—d¦`d7À¿‘ ;8Kúç1ÒÿÞh’‚Êg4(ŸÒ‘â¿b(r§l4Ò^ÚÅM:Z‡M¸:LxºùLøûxNFú¹¿Lòu™íã6Uîíöj¯çê×Ç=V½¹åîúæ­ÛÊ©ïž+ÇÑÇiý$¯&w°àÆ’3'®´ÝØs r„Å¿)@Á´Ö¼­3FJi3æ‹â¦­ §m™þÓ+l½¦]VÏx¹¸ü±ÎÕé}ô*Ç÷©®x.+>îp¶ÿtÀiùç^Çå_î9Ø}ù}û®`O££$Åä.žþ‘öñ @Õ0@á@î'9JÆW5™äoÚJœo†ªaßèÚþ³,cÏY¦ë¬½õÊ¿\–Ù÷b³¿²—ÍE³m0•m…<[K¬\f–Z`Ÿ ­™øÖЉ_%ºÝF2ÐÐK2ÐÙÐt‡Ì"óG¸/6ý)MM@%Ù(TU FÍ…kPWôIé5°GKc[d›ÚàJ3Kô`°ÐŸÁÀH3:&š™ —nˆå¦(&ºMôñª±>’èêq’s?2Øü+@õ2`Ûs€äW±_A*¥eס¼¢7.X° -ÕÔQSƒºZÖd dè2ÐZÏíôŒÐYO½tu1HG9Úš˜¾D ´Ô±’‡&MUìèÜÙ<@2X{ èïùãISQoüHù!Ⱥ#(8¡ô|;¤-´F%Uª¨ÓQCõ ¡¦Ò55ÑRs²Iqt^¬ŒÞJ¼H9ê4ܤ&ƒ¹äç¤DE’“$ƒIëIKÿþúÿü¯9v!;,G·APb!üdŠ lˆÒ*º(§ª…óU5PUM«-D5E4R£!CMmTUÝúÊ€± $Aò©éy&æšhÆZ‚fKuÐÄA < Ð Ø âLÑ` õóÍQOÈDýL4h"Ú˜hx„‰F½ÄE&0Ñä!ñÂMß™#ý‹9š!ƒøñd ý»92þ’Քњì@7ÓD¦ùdZé Ã^MÝ Ñ4ÐM9fh²‰Ìà±Ð¨Ìk ±%š´DÓnK¤÷ç-ЬŸ¸Oâ1næoYÈüÌBÖYhŽäÍyó_+dý)®$;Øè¨£¹©&ZѵЊ¥ƒ–l}d­2B¦?™QÌÿ±]ïñLïÀ¿$•\B‘SN—ŸÓï„_ÌÜ7lfîs33c†Ù´¯f¶¹lH.¹S%•nºê¢ÓÑ)ýN©ÎÑýWî!%‰Jéýûþþýµ?ž~ÞŸ÷ãóxÞÇ lRíÀ:ËÖà`ýVX7àÀ¦ ¶û0Gpð¯Ó8ØðæìÚƒýk{À}´ܜݜl˜Åüíö“N€›Ð<—ÞÒ ì­,Àñ§ÀÙÚœñ«ÁÉË -ðÁÖàÀÄj%cP<Øå9‚]©Ø×bv`§;œÀá#àOb~uÇ«ŽàtÿÍy?ë<á0í2ëðÅpŸÿÁœF àüV ™ƒÓJ3pZ½Ü×XqÝ -ð´_D+ øÛ€[$\¸Ø»€“«´Ùœ«ÜÀ¥Ñí›Ë.×9×ý®_ÝŽaz\gÝ/»Ìn»|!¾tþä1î<á1ã4N—1"¸½ö÷d <×ȦKÀûÂî–æ@ÆP±÷ðÛ` T·€ÕHaxðd»1•0GÈ"ÎÔÓÄr/õSž-ÄÏž{ˆŸ¼ºˆI§ “ä‹„ ï÷qïg÷n#”÷aoðxI¯ÇT Ýóò] ÀëÁ[!$‹eà‹­Œµffû„:¯y=ãg©L÷/”$¯OÞÒ¤wùƒ÷ò{J5y̧‰ôŽÚNzë{ôÆ÷¤×ˆ_¯×kÿžCO=_Œy>õŸ&?öʽ ï5øõk>&F@øßýæ&jaŒ5¦À²6ƒüJ`x®û;"÷‘éþ> ž<êŸî3â'£ûP¶R_6P_µù<îôyF;Fyržò8ä:åQÈÊýÐ1êiÿ›4ì…à¾pîš&@56’¹)/[ÑË ~µ$þl<œù4—°f‚Mµe„¹‡Ç’_„ðýž†dü’ø0´$àAhm཰æÀ»a·Ã»‚n…Ÿ ˆø=èˆA×"Gƒ¯Ð§CûèþkDœe½;è'5?¬ª™1D˜Ç\R~Ô‡´u†_…v¦…n+Fù”uƒÜ‡'l¦çƒhžßHí&=;ìÈ‚ðë‘åýQ W£Ú"~gtF\fœ ÷E_ _Œ¾E¿À¦ÿœbœa~‹>ÁúÆ<;Ç<ÄžcÔü—B 6ÑXæL2ÓƒtËE ±Ò›Ê´5Ët^6$!­z" -¶¹Ïg¸ $ÄûõÇ -Âÿƒ2.Åä0‹)Žé©bg5²Î±v³zb»Xgb{X§Ù×X'ãžÇ‹›dwÅÍÄíçÌpöÆÏp:fâvkX!ƆÀ6Ѓԥ ]¡ûM¶vÁ¤b½ÞˆoôLá±ü?²@«I¤Ó•4¶ÏŤäðó ¢˜³çG•p’SšpœSÇ=ßÊ=¿Ÿ{8¡›{(á2÷÷ww<±#qŠ·‹7ÅkåM%îà}Ñ‚Œ Â@¸úXÖ1Y:39«tÞ«Öé¾*°Ó{TH\r+ÏM¿<Âá"Êò>—žÚÍOeMB¹‡yÊä¼¢”N^%¯‘¿'©ƒ¿;é(¿=©—¿3ù¿5ù­ 9eR°=å#¿SŸò)¥N64€¨Å‹!y1öÆ: 0ÓžR¯Ô~³yí¼g%ÖóÞØìûcŸ*ÌîÓ«{S<­+#%f¿PÌëd vñó…müÒô~]z³ MÔ$8(Ú.è5þÕ †E5©ã¢ªÔé•©„‚‰4M€†õƒåÞT½ù 5Ò†£X8.ÒB €å½ôE:m õµÀ+1FžW,EîÕ¬Õº^ë¤w©Šbq®œ¶þÄ–(·ƒlÿŽÜĨ–l·aS†°zcZ!Η–‰K³JÄ ²bq»¬H|LV(î“©ÅOd*ñ©Jü6S%EU¢wU¢±ï@(6 ñó@ÆÂy£‡Lé!ƒå‹‡5 ‘› «+Ûð {ëÉæ§«ƒÿydk¤Ë¾’Xj[!—¾=/%¾ZžžV*E3‹PE¶ZR¤Ì—T)s%­J¥äR.éUÊ$0ÃòlɈL¾ñTžñ6Sž1úÓׇÄyº€êjÏä/@·è *u»õºÈ¦•È¥fÜ‚s¤¥'­ÖÐwWÄPšKãÃj‹’âÊU©©…Ê 4W&UdKóó¤Ò2U¦´Q%‘vægH{òEÒ;ùbé`NƦa…$óu6ŠŽd¡è›ï]›G-ì?èhh#Êäní+ZvÓlêwFºmÝÁò+jŒ§çÔóÐjPP‘.M(Û”[šŸÏ*«Ì‹)Û™S~\É,¿&g” ÿ—í2 ŠêÌÂðwQA–^è}¡è¦èn fkvÙP‘ *ŠûEMÔ1*5EQPJ!¸P“èD·©Ñ² ¢FË…5ˆ ‚ˆræÿÙóã©þªëÖ}ÎýÎùnÝ77}Ssîä ͹SÖµ¬ÌXk ~aM³VÏ×Ó æ¾½”»Qî9 -pºlœ¨Z«Ð>TÌÚ[-ßq,Q¿épZÈ×ÅñË‹²¦ÌÛ?sÖ´½sMÙ³ôË´ÝkW¦îÙ±"5¿xùÄüê¥)ù×–$ïi]’²³}éÄmíËRóˆÍ–à :°àá&€[» -.PöªùàD•5?ɇ’“šÕŽ;«ÂÅy'b5ëÊ’M+KÓ£šš}xZVFIΜÔâÅ RŠ¿^˜\¼}ARÉ¡yI%?ÍIü×ÕÙñÅ­³ -_ÎMÜÛ5?éû ’vY‚sÀº“úÐø-À}Ÿzp¶”²gÀ±3”}j°ÿ¬bè®:Û-5Á¼õg¢¹§â|U'›gV¦'L­˜:9µ|ƴIJ…Ù åk²ãË¿WQ4-®¢ê± ™*Zè¥Ö›5áHÏô؃o³ãŠº- >À£ ŸöàÊAêÁ1€3•å§Š)ƒæ_°¿K¬·ü[kóÏ‹þÌU¿…Jÿå9ë\œ)ólRdjmzbBMVZlͼI15«Òcj·¤Eט]w"%êl}Rd]KbØÏýëÒ"Ê?LŽ,³äÕªO{p½€zð@m@%ù¿à"À¶†!°ñ&ÖÝtž{S7~ñu^ε÷̆}j}l`ü•äˆè+S£#¯Ìމ¨_Þ°)*¼¡ 2ìjy¸ùÚå0óÕ–Ðàú÷¦ËtcƒÎYò˜öà¿». žƒ2êÁ)€ãä/¤ úeÀoþ3rGÂò&¾õÂ&ÅèYM:§Ì{FáÄÆ EÜáºÈ»qưÆtÿÐÆlÿ{KýBš6ƒïïñ ~Pêôð‚!ðÁS½S¯o#úùÜA“Ïm üœÁ³ÐPD= 8] PVG3@þ]W6ÞX}Ç -? óšÙCg´HFg´(RZ´Ü -ÞÒ°“"¨%\К õk›âilËÑÛWh|;òÔ>PywV)½_\S^t¸ë:P¡mC¡þœƒ= sXó@ùKÈ¿›ü›ý·5ätްÊzã8lr7×&©[<>¦Û•e~«â¼Õ‹}߸zÂe^½ rÏwSäš¾™ºo…‹ê}žÔ£¿P¢ì¯+>Ü)>¶ŠÜû„îïÑ‚ßéÖÑ VÕÒ üF3Hþ¼ëä¿EþF€ìGS_[Y¥¢Í°xt‰lÛ`8ú¡ K -Ž'zòTèËW`ß 'ðå˜ÆsÁ .sáF¶÷±XÎâãE&Ï-8G3xòg€£ä/¸ °…ükÈ¿ü3þ˜ô ©¬cÐz¸GŽ -Àqc½Ñq¼Ù(`¸¡Œ)C%KŒ^äòcqÑÌdc<ƒ‰NŽ8—‚ä[ÜNÌEôÁXe7OYpšÞ¥¿ ÿ6òuûÓóO§çO'\;@D Dîƒ0Ê­Çxàˆq®8ÆNŠöã…Ȳç!ßR't§à¨uƒ~ö£(4 ÃD;kÌ´œ?pÕXÀ­Äv Êϼ°ƒüký÷Èÿ ­`B@HX?Â/„a#]F‹ÆðÆ:ãq ië€cíìÐÑÎÙvÃQ@^yUäõ%Ìä‰8Ép&‘cº³P$e ߉B% yZgd9Èç S²3:e±Ñi!±šÖ›èÿï8ÈÜGsuœ¨ä û %®rs—ƒÜgÎÈ{éŒü~6òqÖßpiMWY ¤Œ%–0PäÊD‰ Ejgäzs‘c&¹èü]5XIë <älç!7Ÿ8ÈCÞQ¢‚ZqЇ‚óD=…wx(zÂEq%}” g@‚ÎDÈ!xýBKЃjP R&Êe,”)œQ¢£{Ó½âø(Ê ßÙ|. p½E[‰ÝB -Qr˜øQˆÒj!ºÔ—(»%@ù#ºvò?ºöòûÝ×犼^9 -Q ÅŸƒjªA*f ›ˆ‰J1r6*=¹èn [Œ]Ó‰l1Ê—HPþ±Y‚®;¥èV A÷b⸕TÖÅ7ÅTÄ}êvQ¯ú­¨[3 |­Bñ+J_z ¬ëÿ€†=Ê… TñèÉg NÂB½Šƒ:£µbÔ¤HPå‚êùrTçä5Ûä´{äýÚ"ù{Ïä}^åòw^§d½º_d=úk²nÃ=—W†V—ÞÝÒÀ¬]®mztoա♕ŸƒžTƒ’ë„z¶#ú&l 0ðÑ"FŸxÙ€w†[¿!GñΰLÙcX«ìöÎS¾ñÙ¥|í»_ñÊX¢è2–*^øU»wúŸuÿ˿ޭ#à®[«©Ùõ™©ÛíIÀ€ÇcTÿéÚûþèy×d êœìÑ“åˆ~TK0sºÿ³ÚòÖ/|Íýë’ù„€¿Ð÷¬»KÞô=‰½ýnŒxç-¢6ð1c×·DkÐURQÐReÐ7äÆàKäöà ”Þàó”3Á3”‹!ӱ߇LÆ>Þ=Fy»ç F ÅBÜâúiïÑI_´R÷r–ú@ÑJoˆ­[ðûÜïAÒ¶¥?òCWÇ!~z“ÉÜ6' ºDU„§Âg¨™Ó´¼ˆ³4{Äd\ n"®7FïÆÒq§éӑÌۑƒŒQ'¿áûèÐÀ1]ñ0¦ƒù>pú†häZŒ>P¸Ø¦|äñF±Æó‰jƒ÷OŠ-~÷dÁËnˆñk/ é_Îpx!S,1nœ©ÁŸaîaf‡˜ÄAV9q€UO<Éj#õ%ô‘zÆIÇ®‘ºÙ?“;^RÚ`ìQŒ=‚hâ¾ Y²’|Ð |¼ d¡;Tù»½Ô®rûE¿ÎýýF¯[úÀ/«£ÖÌȨ›'’ÙA#QÔ)žœÔÏÕSOpM´®5î·8®‹WEïà5ÓÛyÇè­¼º#ñ½%ñ_Œ¦Ägñ ‰0¾–ã«ùQõ€ahT/(ðò€r_W¨]ìòÔ¸Üå§´Õ.wÓ7¸]MðýÚˆ[5©¥|>¬dž”ò#{’%”N¡šÑ&ÜÇr²Z„6öa9»IØÀnu°ëD§8µ¢sœjÑ=N¥è)§BôšS&zö#JDoœ~¨‹î^0ÙÓ ª}\^|ÁÃô…àfp#sË¥Ì ΚÃÿp:ô逞ñUšÑ.O¦´HåÌF±ž[‡eðk0‹  -+TbÕ‚ -Ì!(Ãú„¥Ø¤°»-,Âæ„…Ø+AöŠoÃþ›˜ýÆsFà Yȵ¤î®o´žàaš'¸gö·³¼Á¬å0cÝê=–¶lðqý‰tú¶gO³VD®SIYUr5¿<ŘT*ÍÄJ¤6¬HZ!>$mÛ¤ÇÄùÒQq®ôºØ*} ¶HŸ'çH_$eK^ˆ²%/…ÎÀ˜w]h®.ÏR]Áwè­Ð |kñóWƒ)ÛÏ‘¼ÝKû-„µÝY´-SBh}š€X©3K5 -~¡R'¶É3Rrå™E^"Ï‘×ÉÊ;ä™ò!¹Y~En’ÿ[f’ÏK3d¿J2dϰ Ùódg ÙkäÔEþƒœïN&@ù®àr¾;8W¸Œoö, Y|܆ÿ¤ÝJÝÜ”Í -ª6'âK÷'1¥¦ð­Zµä Ú¨8 ÊT›TštU¥&MåÐU½ê‚F§º¯Ò«+R•Od©ÊùƒâW‰3êá EÀíõ^ä[Èwnfp%ßœ/t“öå`¸l“{¿=haWqÔ꣇b7Öå1+r¸‘E™"Znº„—eTHÒõ:•A›®Õíµê÷jËôjí½BÛ«—k§u2íZ¹ö‘F¡™S*ÕO*õ™3îæÅÀu^À]ä׬ȹ -‘óØ‘s”/§*ÿâÚs8з­·²ÑNþ¬ªˆñ•ÝÆ ·Y”ìƒ'Ý,ÃtûÕ*¥Ñ¨O1dņ"#f¨7&„ÆÉTñž^dx MÖ?Ò`º9•XûXé dt—€ËÏÆw=ಠ€™Æ+sTùÞÚ .µ Zª#>ª=LüsyYܶ’„Ý–C‰Ds^+Õ"IRf)”˜Y§˜ÌÆDS‘gª1pÍ]©ó˜Žm¾«eg<ÜËÝÿP“¸ï‘šoœS9ƒúè•¿ïá:šÁä]S(¤½ùë½AwÓ:àhÚîÝÐæ_YGX[\Mû"ï038«Œ½¯DH×Âø’|*Æ^ Û’¡cYòu,kµ–iíÔÄ玪¹w”tËœ2>kNÉ4Ï)Y¦ÇïÀí™íáêšÁ¹2Æ{j »Ù´:>Ž-UGCÙ›£>¶5Q6f×3ÒkغJ>EVžÄ–J“Ù%Y|qº‚Qœ¯ —TÉè%Ò8û¨„f¿ƒÅÏK¨¶y)-w^g™OqbÀåGêbêA1“UÈ»P~/ò/Gz÷w.Õ]ÝJ»vút„¯Èi‹Ù`rP·ê›ãCMBR½€Á©•ð5jQ\Mz2­&?‰ZS%¤ÖvðckGy”Ú;\Rõ|"©â•€l)$½9åhè&̾›ÚÁh=(¿«€Fä`‡Oø{ßz—‚¾m>9½¡þ¦ã‘L=FÚ¤ì¢íLî`FpÛ¸$FkƒêP²(Ž´rk.‹ÔZOjm§ÛÎÄŴݦâ>‹j†ñøzÈ$Ô¼Mpfíáú/¢NÔ0Ԃܳ¹rК~ä^ƒ® oxÈÞäaÞùaêßÂV*£6`Ä/¹'©AŒ>&ŽÒË'{SH„^‰Ð—ƒï+'D÷·FG÷DEõßÂázŸF…‡„=ÝÞÉÎüuñjÓ•œnà$Êïïžs¾÷Üû¿Ï9—+jpùæÖ§fÔ´¥Ô—Ú“ÆÚªÂ]çg‡¹?±%4® ‰¿°78îû‹Ö绂õ/l޳°?ƒÈÁ^ÞÅ•téüí¤û¿ö¿8DÏà(!¥ýwN2©Ñ¼ÞÄ#£šUî¥-~¼ü–qVËpEJKœ.¡%Í8¢5ßÛZa޹ñ–9ææ “³mž1úÖ美[ÕzÇíïtÃo·k#n>7„·Âhky°:z¯§g@û[hívŒ¹Ç ù#íO>OȘ)»éAŠ:Øa#;´üô?&±ÓÊÆvF(]±êÈ®ýáHmØ£r­{¼:ôñ UÈã”Á=ËÖ'Û¸ '§åAOïÉzúd–n q„ÎàÞmô_@ûk²¨†yu„̵ ºßWÑÀÚl2ë€CðÂÅù!SnB±ÌcX=¦Iu˜+Ñb©Xƒj‘µŒ7„*t±ÿß„l§ó÷%í/©%dþ BÞ=GûÝÿ_ú¹m„¤>$n Äà /Œ ra4"Å&Jô“¨-Q IÌ"W,F¹H€‰ ðñ±«}¼°ÓÛ 5CìÚMg€îÿ2Úÿð$!³ê ™r‘ö¯RÒJHömB’îó„¸G‚x„‚xÁï/_Z°B%TŒ F ãƒPÆ ÑB7$ ò}*½ ¦ò fS yˆØLû+h!íÿ™ö§^¢ýk„ß$$ëGB\÷ ÞEÜlω{ ]ƒ‰®AÂSƒð9o)Ü}„à ¼Á_Q[DìA¸ŸSË@TÏ@|äé!$ý/½`  _ ]ƒ"P…ƒ&ª€Ä¡€8EQ!f´ Ìd™Rçˆ!úH Éb $+$®“€Ý$»] Ù>1äGÅàΈ¡¸"†òŽÊÇ¢Š>¦_ æ9Q/1%¡¤ÿ¾:4þrèÍ ~´VT‘J(•PäQ£èº&Ò=šÁ‚û Ň,”ÿ`¡ZF­f¡ÞÀB³•Ú#…ö[)t'¥Ð_–Ú%}†‡’Ÿ ÏÅOõôèÁöè ëÑBþx˜´tœŒr˜ røùr0ù+`¶«`ŒWÃ7[C™†70L£k|ƒïŒŸPKè·+¹¦/¹óy¿ß.ê ¼Ïÿ¸¼×rQö, MÖÐÅ> -èe;-wøCA©øCýÀï×`ÖÈ`Öɤ–ÁJ…˜8„†*£FPºEÔëjNQ ÎTõÍQõ-Pýd]¤z¼\õ4xêIÈ&UOèvåãÐo”ݶZ声FEgX‹â~xw'¬WÙnƒæ– º6ô7l0 Ú R²礈¤œÎ ŽájD&é`ÏÓ?¥{>A×cÿƒ®Û>[÷0b¾®3òS]GÔR݃¨iï_¯½çت½ëØ«ù1ú˜¦ÝyNsËÙ¬nuvh®G÷®FÃØ óð»ì€ÿ¥A`QÉFÛѬñr’õb¤XX$ÚññÚg1Y†GÎRc‡sœñ^L•éNì,S{ì\ã­oÆ-6Þˆ_áۿη9a‹áºk·ášëˆáŠë¬á‡ÄfÃÅÄS£«×RŸ€À³ °ž‰Gð©x„ †  ‡TŒ!ƒt™¹Z!Fú‰rBÙ'éNUgrªáNb¡¹ÍUéßšø¶åzÒ ËÕä÷ý›Rþî9å3Ë¥”Ï-ß§®¶\HÝp>mG@CÚÁ€si'Ϧ7žL¿g=žÞZ›†°c©°IEÄá—Ò~íç=ˆ£oÎToäKø(QñQjô~Vbe: -#e·s]šæ¬\sSFYàÅŒ7‚3«B2ߵ͚c;µ ìTö¢°Ù_„Õe¯ ÿ.§:¼6gOxMNýhÎûáÜöˆ9O£öåÀ±'Ñ»³áÜ™çŽAEÏ ‰¾÷ry|¼Âxâ5γ´Îóa¥…ßþjsý•8ù¥â,CCA±õt^¥½.obÔò~ï¨É{Ïq4^ô·ù £å/q,XåÜ_°ÁùMÁçÞ‚C1» ÏÆì*¼³½°{ÄÖÄW a3µþwC!F$Bš—7Ї<úÖzÍݽ¼éœìIÚ¦òȵ*¹0ÝävjzÿXUw`RŽß×ã‹#þÇuy†5}®aü {© ˆVÄ¢ ŠHq€ ‘ a„•0$d‘„° #pXaCd¦ÈjÄ ¨ ‚xªÇª uõXµZl§¶Šã´½Îiûž‡oʇßçûºïûyÿ×ÿ>Îq=ÊRq}ÕìLÿnv~@'»œÞή¥à´Ò÷sÔôVΉÀfößÙߪؓõì™À:6 ¬eú^6 X¡êPÜZ< üW -ðc -þgË4á~†Üʶ„+ò-:²<–¥ûZHÝ|DÊÚ©ñ¼;„ÿ6~jP OÚÌS0yÕ ¯QÏëdÖñŽ1kx#L%÷&³šû3³’û–YÁ%Œr. -ã’à…-| I„Ïqó}/ø6›wr´`Ü]ÿ(ÇÍUi §«×Súª·ôTz™w”X73¶ÔDºUårh%Y‚Ð|™$:;5…/KÎ¥$+$II5’„ä6I|r¯Dœ<*ŽKúV,Jþ5Nœô–/IœáÆ'¼ã,„0ññžb÷sqó\©ÀÍ…ûsh¯!¯³#µ[õºk2çŒ$"÷¶(<çU\Dö”02ó­ J6ÍGx2¯ËnÏg€þ/Ô âþ;ÖDƒ-ÐѺY«¥ÅuQ}ÓžOªèëJêŽy5‘îÕlZb!,ÇÄ' #ÙâpE©8L¡1‹ÕBfñŸQ|‹¢xÉ )œæ…æMó˜93Ü…X€gó=äã[À.¡ÿáFÌ÷WOî®vshíܤ¡êp6PðZVºßMAKˆ}Vc¸s²*š*ª‹ äÔÄED*ÙÌê,nhu 7T©â„(Õ1ÁÊ¡è`å-V`õ$+ r6š^6X<¨ø˜9¼…3îbW÷b¨?´3è@ýn€fõbØ×cCQtÒ-S{˜vû¬’wnHmg8IÚXîÜV6Õ,f4%„7fE5–„5í lR3èMC!ô¦[Aþ“Á¾ªÙPZaø)IØB^ã›|4ÿ+ñ-¨0ÔèÂ݃pÿa€Ú£ÚPuÌJûìµ -޹,’÷z-O=â»6þP=¯‡¹ƒ¥ŽòdtsiA]ñ]™þ]ÅþþÝõ~~Ý_Ðüº}|»ozÓº&½÷tÌÒ¨ˆµ…ø#ò,¿ ˜Á5ìàæ?ˆú}‡p{ö4â,; PxÚòNÛR²N;饜r3‘œ¤ZðüÖ±N90úÃvÐûÙî~}¢]´¾ô]>}…»|úkÝ÷ôw¹y÷ŸÚIí¿áLí›töì}çêq„x¸÷Ï…L`7«ðšÎ¡þz?Ô‡ Ôœ(: y^RG- ñÂ&-Ñ…m†±£nf‘ç©–!#~¶þÃÁö>ÑŽÔa¾“×pòç»Gò=G”[Ʊq“Ú¸ŽË­w^¯Xër½ÕÊåzÿ§Î7®®v¾þ‹å¶k3VNWˆµãeb»ØÁÅg1ÿãÇÔè½ù@Õy€¼/Rq‹Æ°îh@ð} ?XIñ}h«M}è`èñÐÙØåán³íߘo{a¾õ±I[æô½Âìó •©ãÄ᥎O¾4qxò/cûǘÚ}G–m|@–#+>ä2ÞÀHÀ)Ô?<ˆ ÷½è½ð@úUÑ €è;!÷|&4ÁëcŠûs -ççÖzN/ìŒ^l]l?é±ÄñÆ—aK6¼â/Yÿ:m±í›âEëÞ4Ùü瘡õ¯× Öþö\Í›wúŸ¾$«_ÃUc˜ï@û@zW`öc’›1ß þÚ€û¿œÿÐÕØú§‰–ÃÔ -]»)+ýõSë ­ßn1²šv1Z=C5²˜ 2üäÛÀ|6IÙl¡žÙ\ƒ®é\¯îÒ÷_é˜üõ“¶ñûYäýGœÁûëGý.Ì~ßE€’+xƒ×Qÿ6êßCýGèÿ·Ÿœ&¦AcÑÖ²%F:k‰©îj²Ro%Y£oN6è›GýÅÄÐiz:$LWƒÄé‘#Jm ÝZ@‘;š@î}Äæ¯FýF̾³Ïþ þ.ê£÷ô¾ç)ÀΟQÓï@Y7 V´VÐ^A´ẗ® Yªkø¶ë3ªÉ³øM ‹ 2 ‘ ‚ì0 a˜†!œ("ⱈ¢¢ˆÜ¥(-RW]”WO¥Z±VëlÝ«.ÔJ¹zÑ÷ý€œ÷Ãï<'ç9'ÿ뾟'9÷Dt:Xb®€' -ÆìXÌNG…˜]yµh…@Ëvb~æWŸÇßî}ÁeBÔ¸ö„Û„D`¶ÿÐÚŸ2ú!–ýDÇ Åˆ.çààL 4¢ 3ÙÈ™#{ÌöD!˜/Çì‰(3KQÙ€oÃÖh>°±ß1 ë‚_?EIäÉ`)ÔR‚q‹@jè@ê1¶m£ÙZõ€AÇQ7ºŠ~×ò -}D ;ˆèýu8à <;lÀÅ+ÝçðâE¢À9Ô¸\- H1ÎQ‰sTãutÐi e (;¨ »Ÿ -zíT vQv]Fw©ƒôz´~½¿h ÷ï~ íè#ÐZ†ÈدVàà~°=À -ჾœŒt.Ðs9@›Åú|}`,c³–úëÀÚDv 8{èÀmCtà¦ò.Ñ>óoÑ>òžÐúùïioyƒ´7| ¿æé¿æ} Œ0W4Jb3>˜‰ù`jƒŸ]…` £h•<h¸ÀŸÎA)„‹Yƒ†5ú­aod~6ÙÊüK´‹ùIÔÊühÚÁü`v’Ùov‘ñV|ƒñ§ø1ã…øý™xùT ¬'bà<÷Ñ`b!€Q">XñþekÉ;'!XûÁ2\£ñþ$þ€¹ÖàÓ¨b÷–ËÙï¬V±ßZ¯g¿±nbÿi³ýÊvë¥m;ë…Ý1ÖsûÖSûkúìêÿaÿ–}Ï~{×x·ìAð›nÚp80ÇõÛòÀoNB.¸™€¾£.c…àbøÙAnØï.|ã+xå0“ÿÂqï™Óƒ§N5ë ¹470¼âÆ—ÝÀä'7õº‚ép`mÌGܱwúðY`Ê.øºò?zù¾ñ?÷H6~ì1ÙèçTÃû^s…w½*…·½«·ÆÕ nú4nølüê³Kð‹ï!AŸo§ðªß9῟…½þ /ú½õøY·/˜Ÿó‹³>`qÆ,‡ƒÑBðÀ|_ì|a\D#KýO’1œWÁÞ‚ÇþaÆ÷ýâE·üU¢y&׋L®•‹®-ý\cÚ\oúcH£ÙÅf³ ¡ûÌzB›ýzR|>ô’ølØ]óSa¯-‡Z -¶GCÀ®3ì;ƒ¿.\.ø åëÑ!†E…8!u ^L{-³c<’ºqn‡ -¯KbDW$JóKã5ÇZö„[u‡WXŸ‹Xf}&â+ëÓ‘ëlNE6ÙœŒÜis<ò í1i—m—´Ç¶SzÓ®Cúbt»ôó˜¶Hp:ˆZ#ÁùÀà‰{Da@”.º äRÞ§Qž$[èÞICïSør.É#D=1 VgcTößÇä:œˆ™1æXL©cWìBÇÎØ*§obëœ:d ·eÛœÛe{Ûd·äg\Zå}.ûäO\÷È>¹ï”Çvx¶üàƒõì{ñØ{Sôtú'2ÈK‡ÜK7"¿¤ÛQ~L÷Ö?Ÿ"1>•$·þ.!Åñ[E¦ë…ÖãkE‘ç!Å<σŠÅc$ԌݗP?voÂ&¯Ý ;½v%¶yíH<áÝ’Øë½-ñÁ¸Í‰ý>M àÛø_>G€=&Dbך@tÞ«ùÏú73uɯ“˜¤WcEº³<'3C„ªËÃiIN•*ÏýÉ9ãö$OõÝ•\ì·#¹Â¿%y™³²6`«²!`³²9 Iy  Qy4p£òB`ƒò^àÚäwAõÉ´­N†Àº D‡2܃TB åçÒ7E‡\Î¥’ÿ䛓ïµn´£yA¼öì¨Q2޻թc·Oœì¿5=?hsúÌMi¥¡Ó†mH«[Ÿ¶&lmZ“¤>mduZ‡dUÚyImÚoãW¦½¿" $+RAR -aU©:Ü¿ÏAA(ý¸w°k\ó~o!žs )äì496ÃEïÈ´nkA„ÙÑÍÙJÏ&:`CFvèºI…áõêÙ‘«ÕåÒUê¥ÒZu­t¥zCÔ -õލjÕ×QËU§£–ª®G/Q½ŒZ¬”.RAä‰1>êÐsx6´yxΟ†ù3ñ¬N‘oç8RÚfû±öÎ -7i™&³k*˜àÞ0%ÝMödI­&OZ3yFLuf‰lyf¥|Yæ -ù’̵òE™Ûâ*3Zãd›Ÿñs\yÆsù¼Œ¿ee[6 ¢QÔpïB -ö½,ì:¸þKØ7º‹±ï ®¹|Ò^æ ³¿Ô‡¹s®ÄhËìXë 3]×LMõûJ;IR5%'ziN|QV‘¢2«<±"kiRyV]RYVSR‰foR±æhÒlMoR‘æIb‘æ³b–âŠ&ƒɆzÒ ¹›‹{çÌ>S†}u”sÈÁ -;ÝÞŒæòPAci´ÅÚb…Sm‘r\ÕtUèâBMtE~^|Ù”éææ–(çä.L-Ê]™:3wCêôÜ]©Ss¾I-ȹ˜ªÍy˜¢Íù4A›‰Ù @ñÃA¡¼Ur ߃ËE„ü€Ù§æcç[@H[¥>Ù·Èšl_ìIÛ¼0˜·¾B*®+wXQ’ìµdNzpŬ iÉ´œø¢ÂåtmQz¡v¾J›_¥ÎÓ®Uåæ·¨²óÛUšè.Ó (¯, ŸoézEöTVE¢Ò -*;‚ì ÐH‚;(ÁPAqDPhTP•p#h .@M&qI†JÌÔè$*Ê¢ÁåäXó¦j~<Õ ÕÕϹïwîí{Ò¾M˜ŸÖ£^öfî‚4Œ]´£‰9á~dž¦Ü¡>¸¾–æòŸßDsïfºë nËh¨ÙâÂï-š)ÝY`¶mS˜]цèIùëçÎÈY—4+3{AxúêTÕÒ+f¬KNÉ(HIÎÐ$'eÔ$'dœ˜§Î¸œŸq/!>c0^ý)Æ%.GUÒrŒõ#<¢ýØE}p•æ¾òUDÞÊÀg¥ -¨ÞæÄU–N—mõ3.Þbý÷‚(§ÜM*·ì ¾Ÿ®O Y²nqLÊšô„„¬ìäø¬ü”¸¬²dUöþ¤Øìc‰1Ù—ÔÑÙ¿ÆGg ÄG¯Æ¸Ø•¨R­ÀØá`<Àý4ÚÔßPþɺ„2ØN÷m¢ZcUŒF3M·¤ÜÇ `{Ðè¼’‡µÅ1®+ ã=S7Ï LÉ_©Þ°,N•›™»1aNî6õœ¼ê¹QyMq‘y_ÇFäuÇ„¯ï ËÁ˜ˆµÄš‘ôìzÔ—höl-h.8B3h5±«Rš*[(©š",¬ô”oÜ XWf·ª|ÎÄeÛãÜ”&ú&ω-JŠ*\Y¸!&¢¨4:¼¨:*¼¨)"¬¨#,´¨;4¸ ?÷Ô_^ XTj›t ÊIµ/NU=of¨v‰w°v•O6Ï{¶¶Ôk¶Vë¨mœ í˜ ívóÛÓ7ç -=¼*ÑËkzçßԋרÛ·Q´þä®'ï^šC·×ä¡Ù«A™caE£3ŸÖè&ZØàm˜x4ÐRu$Ì.òp´SH½zr`ýB嬺 ¥}Ž«}ñ¿ú=“|ëºøÔ·9ûÔÿâäu¨o¢G-NžñºN¯Aåp~¤ ®Ð8¿“2 ãA€ÚÃÔG¶4¬?Þ °´ÅµØ2É-.u‹»$ú o£ðæ@‹ÙÍáÖþ§bí}N%÷j^F¬çÙ\hïÑ\içÑ|ØffóëÍ?[¹Ÿ|e3í8Ú+áx×&tÎ÷t´WP”ÿ òב[{Œ28 °‰ÜY§Éÿ€úª6ˆn·c"Ú]„Ámnÿ6oï¶@“™m‘Šémjs÷¶Åæn홊ií›Ì¦¶W˜Ní8d¬ìh5ríè2œ|±×Øå<šM<‡æÎ­h1œË´ÿZ÷Ò^ CÀZ÷r’{ÝYš?Ï$Ó<}`öUü¾7ŸëVŒÇuGÞ½S©«ìôOî ”Nº1GêrcžtâÍåç›9§[¥âOní9ÞnÑ›pû–®ÃÍgzã:ßI쮡Ìö*ʇs‘zÿ4=ûctÐÚ«ZŠÉ½žÜ\P}r Àç&ÀÔ.\ºÅàü«‚q¼kË¿ë,°¿ç.´»ï/´¹)´~$´êIŒ}˜+ó°œýègñ¸3|3ëyÙ>@Þä> -†s–ü'É_Šúð @i+õ!¹Wv,¼0÷;€°NßÜ~pîpxÊý )cÓkÊŽéµâ-z'ðf/§L^yò†}Á¼~_/é_ÊIrXñ@+¨cuÛ×Áàk†À4SþG)û}_ÒYpžö!å¾ú‹ÿIþëä¿Mþ.€i¿ÿ€ýC«–oFz¬ p¨à¤hM—BGºOåôå#YÀùD6H‡>Öô€ñÑ3‚&ò×Pö6M=H¹/¡Üã)÷0rû{Ú]'ú¸ío¿˜~F†ÀŠ‘¥K¹Ç¡>yM +‘ÜnD yã‰t‚A¤ƒ©ñðø>'ÿ.ʾˆžûZ{*å®þ‘üwÈOëVÒºŸX“Ûì9À¨—’! K(0<ÕÀð_ÈÍbzoLŒ%œÈíA„tQCº  ý(añ'GÞVŽœÁŽ–æ(EPJüDQ¤š§ƒ°L€°†”ùB1¡a*‰j*¡–8B'ÎP)mÄUâgøOà=ôàýçíÿy{9êZVrdéÆQS¨o1B¸BÕ‘*DȤ:ò¨Ž"ªa;±‹jØKÔ»Žh"Zˆ äü–œ]ôýa^ÁŸô×kr €Ìÿ‚z6ú(-G‰ÕA¯¬­ ªÁƒ²¦,æR ‹(‹•TGÕ±™ê(¡*ˆÝTÃ~ödßCóN1CÐÊü W˜7ð3(…^xIÕ¼`yÎ"ûœCî~$(£fr44‘£ÌT†r+J?‘¡È]Š:bƈOÑE.]ù5Â÷‚‚·Â-üNÿF·’{­WÍ ŠjÙ~ѶOt‚}%>˾_b{%7™g’{̤/˜'²!ö± ùGú(x0 -÷ P84T裙‘245”¢¹¥ Íè½R†F¾4ˆ¿•¨÷fTªîÀ¨L>Ã\áK£A¯q©à¹Éþ™ÉþÓîw³zî©Ù1î‰â ÷›¢ƒ{¬èäzÌï²wÍŸóÝCÂ;–¨ó“%êvY¢Þ¿,Q443–ã})ŽKÐV_ü×eÕô™Åá0@ ąŲ)DH $ÿ=!@Id kX ȾCÙA–‚Z×V7”©Z¬ZÅ:Úº[§vth7~)hƒJƒ.3úZÛB -°‚È·b,- ‡`þ†½ÚüŸL·e?Ñ}­~Œ ÙÞŒàÚ_¥Ç­\dhW]ŒÜºúëÈ¢5 QkÎEÕ;že¶9žav9žb:dŽ;`M;ͲŽ:cs>ʺáüÖ—ì׮˜Ðmš ݧ˜ÐãÏÀ@ô™§"çŒæbÍÌ^ ,ÁK>üŒ­?p½Ì¯sƒm¾á°þÊ9ͳ•kO±Ó>›ãäº町ãVºå6ºÏpî_b=îG°aCØ^ØýØ)Ï}ØÏIÞ#Ï=Ø¿½&0èý9zq¡Ï(çSàf` Ày§Ù+1r>)÷%àG\—º›]’‘­ÎI+N -y.Çq3õú#‚LïC‚ï‚m>Ó‚Ò>a3iRØIÚ+ذG4¾aB´øhÖwLtÉwDtÏw—ð¥ÿ ð½¿nì@ÿ>þ§@°ü˜ÁDj¯DT!ïEŒÕ8‚¡Z_óžšPüŽ*¦CóvžkALÚ^G)-V†çë51Yùéü´œÉ–ì¹:»&N•mŒKÊÞ%OÌž–'dŸ–)²ÿ&Ul})ŽßúA˜ù‰™0Ö”7è&¥¡{(@Þk@·€ê~…üs?b1Ô°ô6ù˜u6[µ6DÚ××q«ª…^e•²@}yuë¶dfjI -O]”%NÔÊãõ•qqúV¹\?(“î“J OŠ%…ß‹Äú Åâ|È—æÂXS^ ›¼æp e°€úŸ«GÎ׌œ± ÑÛJíž ­Œkh V·Ä¬14ñ= -$~9µŠÍéÕItu¥–Pž! -ÄRC…Dbh‹ ýBQù_X>+(¿‰ñ·½ÀbËÞóbK!_ 1S~Q£]@»xe0úžmà€ D/bG‡hÝùhعѢº“†7t°ŠŒØÚÜv‘·®U¨iN¤&6ª£äõéq]>&¬+ç êš¹üú~¿~2&¶~ŽÅ«_bbµÏ™œêwÑì*ÍÞcLyŒæp³ÝšÁ)Ô÷Ìöí`¤ yo7zó÷"ïé_ªHf†þ`Ë¢>ÆòÜ^¶cF7ßCÛ%õUvÆSäÉ4‘1Á7æEñŒD3öѹÆÉp®ñc\¢Æ´?§±Zß…3›aDT¤›ò}‹®¢=<߈vÕ?‚4doƒý´P= €a„JF=€~4Ð"g”f£a®Ðc.Ê!Ñ:ù ÜO8Dæõ§sûsC8ÿçº<€¢ºó8þ}û¶²…¾ ÂR”¶Š -¬"ÂrÂz&F½ègŠÉh.z‰gt<£IN£±ž%œ¨ Š«¶Q ,öhŒe, ¶XK<£ˆ±üïk&™C‡ùÌÎÎðÞçûû½ß¾÷~y“ºý!ï+{VÞâĬ¼5 ޼Ê.™yÇ;g,¾Õ¹wîÓ„´E")e¡°·å4ïÕ\;vÌå,Ò¿!($¹tÏ\üsðq‘£×X0ª8Fz¯8IõÖšTÃÐ"‡ÿÀÕÎþ«Df»†Æd¹Þ±eºFÛ2\m}\ÓcÓ]¹1é®ÕQ½]ßtHsý™ZØÜ>yùÓèž"¶G¾°µåèdÎ"g ’}ßLwI!gq%ç€îik¸û­åîÇôm·Ã6…bh©M1¸Ô®~}SªÁévøe¹ûõq -IÛøWkª{”5ÅýIh²{jH/÷Âv=Ý®àžîm–îïÍÝ74™íë~ N\+BŠ…µ-5ÓÙ^ûmôo¤wU1g±˜µ˜âÆnFlþÄuµ¥ýòI¬šâX5×”PµÜصªÌйªVßÙsCßé›Ç&[¹ð‰Û*üÚ²w>ç`{@ k. wWÑiôNØ|@÷0ï2÷=êÐýÛ Ø«£¤„ê.r—ê^ªN5™êŽ5¯iâýY{h¤:¶v¼*¦vº*ª6OÙ¡v½²ýwäˆÚ«rxõ#•õ Ð„îÚ¶lçÜm¥ë^Iw.Ý3Ê9Àè*à-ºÒÝ÷|èú=sB‰ðÓXÏ#ôL4BÎ& ]]‚뜪˹‘<7 ³áw~|ÎWÀx¡Æs÷a¬’ñŒP´¥œþMô±çKX÷ìJ`òvàﻀwè|È¡;õx ˆ;„×– €ÿM|`j ƒ¾É]SwhšPÝùö¾ñÆwk6ÐÌ!kfA·Îóóg"^b3ý%eœCö|ÿísÖ=–ît¿I·“u§§ŸîXºÃé¶üx_ô÷m« -ªV¤Çàq$ÐORH?—’V>}´ðs+a1­M/±žþåìûÖ>u0Ž=Ÿî!t;OКþsô_¬Wó ÀÈCÕ·¹Às"^ "FÂ,¢=I „/©‚/&â ¿àMT¼ÄJ~äöñÕÀÈÃÀPÖÝî´ á}½ ø5³ö»€’õã>yú»¿- -¢'A$šô ì‰àÃYðf$¾ü-Ëÿˆ2 -D¼À ©ˆñHÒ -d¨(†ËS|" |Ffð˜yäk²”¬ ElÇ<Ãƪ ÇÈeü‚»äÅŸx‰Çm ×($+3„2C3´g†®ÌÐ[#Ð_%ðfÉ ÿ ÿS2ÇÌ& I½t­â¹Ö¢¥x„ -´`/â(¹€¸Mñ+?ÿÆý6e˜I¨ƒBb†`Á ñ:fp2Ãöâ=æøˆ9&2ÃÒ3̤÷ßôæòìËè*äy‹y>7î¡?a7«?LÎáÉC&¸EšI#¹Ù¡kg^F¡õ7…¿ž™ôB²1Cö"‹×c3¼-?LJŠ'/µbŠÔ‚é¬i‹è\B×rzVÓ±M¼ØÉs œÅu~»Æ WèºÄ*.(…ô*Âh¾>a2è…ÉÇKø†x ŸhÐ'j…¦æ©ê5U«³X>[ Ž]-ׯmkâʕն}ʃ¶ãÊ}¯¨vw¼¯Ùaº*›ðòØ„¾2N*Ú ÂÕ^"Šþxî|IJYØõŠÖ„@ùv|„òj\¼ª!&UuÚÖOu¢ÓPÕÑÎ#Ô‡»ŒÑê:AS0Es0ñKíÄ9Ú}I‹´{“–hwÛ u»ì%ºö2]•}§Îc?âUÑí¢×VûOÆ2û3ïÒ$áãN¾^ADKZÑ‘{o7(ž§@z˜¢ÂÝž\I²Hõ QŠãIÝÕ‡»eéª{ Ôïï9ܰ§×(ã®äÛ“'šªR>7U¦Ì0U¤Ìó.OÍõÞ–šï½%uµwYšÛ§4­ÒÇVí³1­Þw]êmÿâÔ'E©Â¼*E˜]¯@¿F$BiÀÝ>ÀeÞ^z+P×Ë Çz‡K5é ê½éé†éô©ì3į<ã]ÿ­”eŽ ,ÍœèÎüWàFÇLózÇ|ó:Gžy­c…¥Ø±ÖRäØfYíØärœ -Záh .p<ÉÏ¡ËÈÒŒ—]Ùƒ^dr×Éê¹wä­õX– -59!ØÓ/^åq&¶æôõ/ÍhÙ˜=¬Ýºì÷CJrÆ„®ÉZ”3Ùº*gšÕåœc-t. -[îÌ+p…å;K×9w…/É9¾8çzDnNKä¢l¹,èû2¼²Hnfçß Ÿ˜#¤f€„=Íð Ž“· úÓeÕä™Åñ›("¢«X”Ev -a „‹ „„HÁ°…°²)È¢Ôd*u‹µê µ.µ*¥{ÇÖ¢SÏéÌ霞NÇqÚ9óÎíF>üÎó~zÿçnÏsÿáö³i±ÛÍ)Üݧx™®S<©ûOá1Î;¼oŒWåyŒ§÷åµyóŒ^C¼a¯£¼)/ïŒw?ïªw/ïcïîŠO÷WŸN.áÓqð1$¼×‚O -ùßlÌz¾¯Ðï’㎛^Ÿ¹KÒ-ð®Ìƒd–ÛNçE;ŒI8Îâ÷ì,ß¾¬\Š1³`w¦ú@§ 2Ø ¨ n´…´ -zCZ£!M‚jƒà"µ^p‹Z›ñ8´&ãgju¢Ë ‚uéÄdÿ*ôâ\ìCÀjßVÜ(B¿Uˆ^ãX®pRd3^Hß2’·Ó”Çu3æføv戃ÚE²V¡2¬YXÞ(ÔEè³›hõÙ]´Úì!Zuö4íHö¹Hmö|dEÖ—‘åY?Ñ4Yÿ ×daH(B]å5ãàk)ÀǨ¿X‚5P£ßÂó¥ Ì”¸À„вn´„fT»ÃX˜¼·#?ͧU–½¿QšZ/) Õ䨢t9•ÑU9õŒJq;£\lb”‰O0KÅg˜*ñ³XôS)ú[´RôºRDD"kù=ày&À瘃{¨{ó0îÙôœxž.%ÁdÙ.8®ñ#–…Ûõ•Æ8v–$º´*S¼ Aµ‡ÄaGä2zE^³LZÆ*•VǪ¤Íìb©‘]$=Î.̵°å^eËs—زÜY²Üß™2 -—Q}•`/<,cn—¢×ÀUÇŠ«è;xN—ŒUî€a­7©_Kµí®`8´i8Î¥´FCH{7@ƒ ºo+hûÝ@Ó´NÕG³Sô²dÆ„]âž[fWºOj§0è`G^H¢AÊ1hCã MÔøŽ¾à¸ŽÉìŽóA±†;”XófÛË F q ª™ŽjzÍ—8w°çpí·v¡çBÍ1¤¿=‡ àÈ €fÈT#Πñ%ŒPmò†£ìEClGÁ`’sêÑT·ä,/ŽIêÇ6ùÇš*ýY¦F?–©×'Æ4áÍ4÷d˜n{0úWÜé½/=iFÂ;¢›ð]ËöÁ"Öà -Æ}5O  ïDºQ»q}×qÅ ÙÄVÈtñ$…œ5fËŸ`l枈wLçîbg¸ÄŒI\c…®Ñcå®Qã {éãFúø‰·"ÇÏ:ÓÆ>Ü1öýΰÑ.!ÃÄÞ¡×ÜÃÞ¿Ž5¿„úgF&Q¬j×¢véêÏ ÷3“oq‚T‹p-äDK¸-Û´gš9oÐÍ)Ž4s¶S¸Yîf.Ýj®E:·QÍÇB̳o›·8ýÝ– ™_OŽ”)b{Àá´Ê"öÀ•>ìEÔ=šÇã$öáI-ZC¥ ç @êY€¸ ëyÑ ¢­@·RÈáÖ°õT+Ó6Øšh·ßÊßh•l¢X‹ì(ÖªÖ¶þÖ![_«eƒõ†·õ±çù_l÷#ì<Þ%6¹¯ak õg1Þ“§Q×`Æ îaÔÍ¿iHº uýçüo8€ßÍ=àsÓ¼æCHûæ£Éó d·…t²ë‚”¼wAMÚ³POrY4’v/Nƒóâعðì¼ù3éÍëÙiŽXçôgbý*ïcîÏMã€ñŽ£nê6£n%ê*Þ]à]`] .ø}àv`çØöȹÀÖ%زDû%lú$‘ÀFø Ë `³|Ö/[€¼ü^Ïðq~¤‡¼æ"êŸùÎ#j¢vû%œ…÷Š1fÉÖà&{ ü6@ÀGœ—¶}`û5é±-Àc'|ü]ñÒø6—\ -Ÿ -q9Å¡û~|\ÁŸ<{޼ÄïßþÏYÔŸ9‡³€qw¢v Ƭ˜¥óü[ñw"îP¸Šú_¡þc»'¨ÿðÈ_6áð?¶Ë*ê+‹Ãw -Ì MaèMšH¡cÔ¡Š ½" -" QDAE‰€‚(Šˆ+¨‹ .F#êÚ¢$ëªh¬ YK4cyûãìâ²99s¾38sÞwß}÷ÿÞ»úD?[=v!zŠ êsÑ lÂ/õãe@²0©?pÿÛ÷5 畘÷"¸çÂŒ|G ß“ºá¿ÿUøo ÿðŽ¸‡ù:}à1x1Œ~Ñ+¢×¶Do‘“÷¡Dp }Ä&ÄP| Ï e‡>шZ«ÆÜK^.æŠyGÂ=söº/ÖóÕG -5àUt>ÏÿK?ø ¼Æðya¦ÀL¸ 0\JX)¨uŸ`d©ÎÈL‘©ßBFÖªŒ\TMà1 -å0Šéø](K@¨µô‘ l‚º´Ñ;j§ßé8Koéè£7ô+>Œ^_ÿxƒ10D†ˆÁBÀÈ 1ø † .#%bHÅïæ€Ïá+g•¿)¨‡£‘^ÓVŒ·ž} “^Ò?h€.GX¢—ô ¢ý# òìÀ¯ÁH1è"1b0C ˆÁ 1LF ˆ! îÙpæÃU ÇRŒZe¨ÂøµX’ŒÝ„ñZÁn,U=¡ã(•úÝC&^ |Þ"ö§0¾žãiï…µÐA ƈÁ1¸óù!†©œß)sL‡3®B8J0þ2Œ_I?#}ÈÅÈÅ#ú+=Äz< tŸ¾†½›~ ;ø<¡^dë&|ƒÜøL¨­Î„jjŒ§*d*&0Pe<+ÄàÌÿ@¾Ü7Ä %¼ÓáË‚g><Åp,¥»ÈÅ´ŽZ8è5ñƒþIûQ Gè*§+øï%ÄÐÃý¾Å¬º1òyTÜ7Ã`Zðkñ„LƒT™X¨ÂÄb¦mΧnÏ{)ðä>U™ÄùIe=à'Ò• êUÍ¥›‚Bº.,¡kÂetETI—Ekè’h=]Tk¢õíô­Æ~êÖ8B4ÏÓ7#nÓiñ3:©ûŽs\qŽé1î׺ÿÓ勘üÆÄgæ<3×à½31à½Ð·æöé¸pîiO [Ú!t]C—õRé¢A}g8ŸºŠé¼ñ:gRAgM«è´Y2k¤“æ-tbÔêÕIÇFᵸÁ9lù˜{Èò-ï %ã°d*íLeŸ%Sn3߆¸ÌŽ8oƨP¿µýhn¹m4†®šzRÅÎ+çìè$î)Û î »n—]!÷˜} ï¨C9ïˆÃ*Þa‡5¼NÇ ¼CŽÍ¼Éßø%_òHNò÷K®ð÷HúTwI^ vJ˜p»„‰Z™ZË0Ø(äÀþ±Ør°<À÷;õZhÒ%[K:ï0Ž{jìD~—s˜ÊQ—Õ‡\3_ºÍt/´»/îw_.Ü+]-Ü#­î’6ŠÚ¤­¢ûE;<މZ=zÔ¶yAc·Oºf›O¶æNßùš;|‹µZ}—hµøVhm“UØ*Û0b‹lëˆ&Ùî²Ã#7ÉÎlÝÕ®÷ЩóeâZ&^;ž‰× ùç~tÅÖw/ú¾Ëè».`k=3K]ô©ÓÏŽ×îç!Üí篹Ó/td«_´Î6ÿdñVÿ ñÿÝÍþŸë6,ÒÛP®×P©·> N¿>`³~]ÀNýÚ€ƒ5þg ªý{ Vû?7¬ôûh´Ê­œÈŒ*&2Ã!s0à‰#Þk8^ºÃ‰NME߈žK®MíÁ6œ¶`WAkL«90P¼90Â`£<Îhƒ<Õ¸^ži¼NžgR+ÿ‹ÉZùbÓù -ÓêÀjÓÕ f•ò³Uòv³ -ù óåòëæåSžš—Myo¾t23_ò̆½zž.Љþ«=\ƒÚÔ¢pVÝ1^scø$Ýú°0ãÚP¥YMh⨪Ðt‹/BæXV†ä[­ )¶ª)³ZZi½,duYH³õ’=6¥!ÇlJ‚/Û, ~lSüÎfA³. -bVÃaîXäàFr€£í$zžÃà® »”Bj5£-q~CŒ—zÒO\dòED„ÅÊi±Ö+¦¥Œ^ž1¦,<Çnix¡]iøbûÅáö‹Â×Ú‡o¶/ -os(œú•CÁÔ‡ùSûòÃÞÚÏ cvyal °â-êïa0ú=Ìý\2ÖG}Ø“„^#OÍIF´)Ùž·.I*ªIøL§2Nn¼"zªe™Ri[•`_™&Y™5vbžS‘¢Ø©PQî\ ¨rÎWltÎSìpÉQüÝ%;â‚KVÄ#ç̈7N™L’99‡!úQ‹÷Pß'NC¯ƒkOûL¢xÞ:wÌ4}ªŸ1†³&ÍMP™*¹áùãõGÎãûú¼?ßïï{Y4/hîÂÃ>PgD¤¨s"§«×G&«·DLSï ORëÇNQŸ KPßMH}’¸@‘ÀÄù"`€{ü®sÞ»2€V¾=åð͹Š÷\²5(Ë1Dq® Ö­)É_í/ÏÍkº"{¼Õ²•qŽiYIn 2gŒž“1; eijè´ô%áIéÙ‰éE éá“Ów…ŧׇƥŸ ž”þmPìâ'A±i"0v‘ˆ]ø–>~W¸;˜»‰Wߣy|kj²™ó=º6ßk -]‘[à#[‘ªÊXež–k›š›8|NN²GJö,Ÿ©+æ&d-‰ÏZ—U2)ksplÖÎÀ˜¬£þ³Úý&dõúŒÏ|ì½\øFeeo¹Íyø‚sßÎÜ'ò9| -ì&“âBú‹€¼õ¦X¥uB–ÖKºL¤H[ašZ4ÑjÎÚx‡”‚©.SóS<'kæyOÒ¤ùÅäeùMÌ+ð )󯩭9â¥ió§éõˆ\ýØ3uóy×¥›ŒÑ­RÖi•^ºmÆ£ê{Ö5)<ê®ÉßßûPá¾§_é¶K¨\w -“Ú´ìÁ~ôí!U¤¸Ðì–ïRÿÌ8ÄÂþõ*øÖÛÂ[ïŠÑú1’Qú`©‡>J6R?Yæ¦O‘¹êÕ2}¦Á}¡Áp}…ÔY¿O:Lß(q¬¿,q8z_jwø…í!ah{P ÐÄž§óà.œ™‹˜9{?°ø 0ç0{PŒ?þðlœOÁ¡ÉöMÃ`×ì›fX7Gâ½æxX5§À²e!,Z²aÖRŒÁ-5ÔRUs”M÷ :ùªªF! ±ÐÓ©ÓÛéÝH¯†Þåzöà8{ðçàv -ݸœlÏfä]Æu[Á ÛÒ/Hzxì™HxõðÐëá†×Åݳ—"‹ï¾ÊÍð>ù èo8Æ^fŸw³Ï•ô®o`è]Dï¬& žÞpz}Ú7zí»‹ €ò" ¹ ^< yè®ÙqÃuãe”Ã〛<Œ{¹÷rãéå"¿Å7[I/ù…Äó7ÔÂó‰îít—°Ô\æM§wöi ÞÈÀ¯ p?Oÿ—ô3Šòk@zƒ~Çg^ò½è3ç¥ÐøÁø‰=ù™“û¼ˆ<à¦ÿÜCÖñ€ƒ?¸Îÿé >j˜»ì$°†?/cæ¹ç€)ôF}N?óŽd^{þ7‹[€ñẇÎ>òwòáP|r<òЈKàépà{òœ—´ßy0¿øxɰŸ‹½Ÿ¡ûO¿a³W°ç…ü3“ó<Ÿî©Ì}‰ßÀWô3¯=³šÑ+íüñ߃×Nò+yLþEž¶/À+k@x^XE2áá,xˆr²ã öÆÖ -÷ä6|‘:ñe:F*&ˆãï3‰šdR@62¼B%úùÞ}‰Z²/ðgüŽz–Јÿ ÿÆ%ÒÇÒ‘~"þzYÃPÖ`Î,Yƒ#kðd Á¬!†¿O'ó9ÂzVÒ¡ÁoXGÏFüåtU1z ]»9žOq˜-i`kN³EتÛä!yÁÖ‰?DÀJI?k0e ¦Fv¬Á5°†hfM¢s]‹èɤ#OPHϦ+¥k ~a/°÷Ù‹⠗ǧ\&M¸‡..™oð7üŒ»¬ø.m¯é#wÞAÀŒ}P±kÄ>X³†¬Á[òÌ8™¾™ô¤Ò³”£­¤GCO—F =›é©¢§šcïÆ÷Øïpßân¡7qUüˆìÒ×ìæu¯‘¯ÞAH•¬AF?Øcú‡pM°Oæa¶üÓ˜k=iôdÒ“CO=Z~ž›èÙBÇvŽ¿“cÖá -çã2>×8‹‹üë ¦?Ï®}Îù観‹t¾ƒËBF¿!dÂXf ƒ¥ÂÀNò ®ÌìKï8:è›Åœ1z‚VÅ+43q9¥|‹¹PÒo©°„¤ßB!yfbû†t{â–4×e±¸"OÆEÅ<\P¦¡Ç$݃rÐiZ€Ž!Zœ3+E»Y%ÚÌ«qÚb/Z-¢Ù²M–m89ô­î¢Áú)ŽY ‰ž%Gþô5†D*¸Õ>uà§oÃ-À\Ž;J ÜP Çe3?œ·ŠB§M"ÎÙ}€65N;.E˰hrÊÃ)§µ8á\‚ÿ1]æAm]W¿B±/f5`@H€@ Ú0–?B„$’Å"@È,bµØ‹0ˆÅ,Â`ldƒñn/±c·qì8I{’zÒ6ÍŒÛñL3MÆnš&m¦ÓÆŽÓד™jÜ?~#½÷Ïwï9÷Ýó}7gÑõÄ%t5q mS7ÑêÂ%êÂEÚCÂyÚSÂÚw›´Ÿˆ§h8é$°A} …ˆø.Dø2¡?¿‡ÿ¿òAbcÑ{º›$&ÜI‘n¦–y\O«ò¸ÊhðxƒÙJ¼Â´/±ˆYcÄólñ{žx–}„´•¾A:~t*ý&i#ýÒzúOû¯cìWäU6î}„…{¯0_û÷ø‘¹— ×¾´…}ÌCèCÝO‹DwØtÂ Žˆ¸!õ¼ÄSz]àë¼Î -Œä3‚Fòia;ù”°Çû¤pÈ{]4î}B4ã}\´ä³&rùñY]óY½ë»,úÌ×)üÚoAøÒN€fù¸¿<¾…óE&Œ»È[ýރ߻ð|[‚®í¦.eexžÍÊö>½Gî{R¬ñ;!6ø»Äõk’怣’΀UI_àŠd$pY2¸$™tJVƒ$›Aó’7‚IîÏH> ž? ™ÿrp2þ3Y¯Á“àêçC@û±F¼üe!d> |vŽ?ºˆÅ£-)ËsCºÛ×…å¬b%Á+˜6ä0V½Ã‰5„.b–Ðyì@Ø66‹ÙÃf¤3áSÒÃá“Øzøv1b»1†}1²÷ËÈá½ÿŠÊÅ#~f0wóFÊWbé ÿH…Ð}-·`ôoÃØ½ #£ÓE1h]‘FrZfŒš’5µGOÈz¢ÇeÃÑvÙd̨l1fX¶c+8;Xp+¶¿àaloþŸb»óÿkÍÇc¬yxôÿãûtèƒ,èþ -2×/aÌ^Õ‚¿„õl)‰h]‰ŽiR<«yÞó¥’ ™’ü0GqÉ΃ŠòX»¢rר¢>~DÑoSt% *vJŸâ¥§h•b-Ú¢t]OìØ&šØ*ÿžb)Ä€ø–B<ÎÍ·pŸB —#ô òä®Ëð—°žuxwL†–u4‚Žã5£Í -˜(ÃÂÆ4EÑÃ*uÜ`©ŽÒ_ZCíUšiÝʶ$«²'¹K9’Ü¡œNnS.§X”§RšK¶SK¤˜‹ÿ@o(þ{²©§T“OtóWèÃ%œÅ}Ý3‚Çûu¾¼¬g Þ-‚ÑBÍT±='*3ýÆöåî°éd;ûµÊøîòrZW™!¥CS—Ú¦iN³¨»ÍêAF£z‚iV;™&õ:³N}™iTÝcV«>gV©¾K«*ý½ªO’Ü<ƒ³÷9œÀrÝ…Ü· œ;zÖ³ïŒ~h¶.MÖ1ˆcµB[Mvp_U~”Õ ˆk׫i.µ©¢†iÖšÙ&m§NÛÇ1jíÜjí·²ÜÅÝW~‘£+›£-û ø[[öS«ÁÓ*48ÝÍ—2¸tð=ÔAæ›sy?xl3ø|X‹Ö2kòF“ædߟêa3óÉý â@k½4¢½V¾«¹¦”j®*O­«¬d×긕ûZxûôV¾N?Â×êgùeú£|þ9ÏZ—ŠY-©{­½ô\ëÁ”ëá¤lëišÄz3QlýužÏ)»;_&f¶ãÔÌ6œ*úáÜÝë ´ÎõC€`b¡^°áí#yFª·ï@Æq -ªgyèíB¯²1‰_é¨4¤hDY0¬ŠÅ†uñ¹6#%ÛÖB‘ØzĶñ¸=¶¥]Y¶Í˜Ý¶›Ñ™¶O¢DƒÏw -ú_ÄðûðX^/¾ËÍC¨ÁÛ°çk6è°ÌÃ9íî1„š"dt@îšöA3Ѩl&©f8ÄâéLrátŽÞTAp®£$LìÐFf9ª£v;š¢2Ý‘"‡=\èX 8N…ò'oìàM~œ1ñ,˜;þ"4} câánÞ‡žß†ý^¶#tp`´;AÛqÄ0¹g²çR0*\ŠCK©é˜³”EÞãÄ|3òSÈwVe8Í\g0ÀqÎû§/nø±¯û2ù0æ¿òI;ôƒ_ê,îOŸÁݼuô΂ÞQ`°OA ¦Z@ÛèD¨|!9D¢ì5Êr…¢LWºÒßÅóàºÄ¤tWžËUâÅpéÈi®z¯TW»Ý5ä™âš%%¹Ž“hkÛDêÚ‡Dʱ?{$¬þÛ3~÷Š[ÆÉnîÀž¯‚{ X¦A×¶€Ph›W G*9Žt¡ÌM„X[Dô_®Ë¨É; ãÏ—„# ‡$¨ÔQA[ +IՈР[êQ–ºhQQQAE)"Ê"TD”"QŽà­àQZ­UÔ]¯Õ£mulu½©U¿}@h;;Ì3 Éäÿ{ÿ÷~U=ákî ÙýÌÃÐÇ,ø˜Coó$¡·yºàež Os"<Ì™p7¡—yU'áZy ŠÏáºC\ÊDI·ö1Öµ¬ÍT>•AŸ“éó‚Æ ˆ*B+]50¬ðåºêÕ(íÐÓâgK_8X£‡E {‹r‹ ¶MÓaÝ42Ë -H- 4ÒÆý|ø¹ÀÖsQ­ÿÂñ75Ðת­ÌýÍ%7Ü%;r?&7b7`¨-À ½€šG)ö‡ÉQîµÍ®”7› Ñ-C¡cl¾ÇXxñ‚£s-<¬ù‡ƒÿPÙ~¥^wjÏÌ™…ôw¹)5@<¹1ô5ª 0’ù§ƒÌ™}š·ã€ÃI@Ö -6ê´ŒEÎ8ãÎ!ˆÃðY$ç‚¶Ž€÷ îE&ü"ƒ{Î\8œ¿ÃïŸQÏ;Ucfvy䦓»”¾Æ’;…ÜÐ#@p àOn¿/÷SäóÙ9²ÏS©KÔeê*m¹îÈ¡PÅĸÅñv‡u"whÇ]^ü»Û8´Ñ±ï¿åûÛÔÝN•3¿Ÿ72d/?ÀzD§Ñß äêé«?¹ýÈu#×é”^!ïF—þE1´\åÀ¥“gS÷¤Àgà!—•ǃgzà‡ƒ—,D/3(ÚÑ^G1˜í_uj ó¼ž~§’=ŸìL™‰1þ€Üam€†¾ºÑO»ëÌÿM2h>—Ïwú¡ƒIñšá'êÅTƒ!F»ðZt Í¢–bƒY”E`1bòÅŠN‰p㾫à¾ëjõnßõ:ö]‘û®ˆñTMÅQ T2•†·Ü3ß`=^#›l!~á¾ûeÄ›ñ õxŠƒxÂíö ®Ó¬Ô+š(vêa×k·È·áHhƒ#mð¤ øy BE’7ƒ¬Xž²¬D²Rñéä­#/—œ|üE<{;~FCRËÐìÃ}œ¤.1T?ðïS%2|¿ëû.‰èIìiƒœ6ô  n´AÃχӿQhÇDþz*Y1dÍ#+¬d²Òè]ÙøyV!ÏÝŠ;ŒÅmTóŠ4âZpmø7ÿûŽ‘¹ÁS¯ÿA7ºD>saE™;ÚЋ6¨éóþ*˜±OÞ‡ôk&YsÈZHÎ2rV±†ŒL^Íž•Ïs‹p±¸‚J>*uøãïøhEO:Çhž#ñìÿI„Œ6€1ùÖ.Â[xò~ôq™^ùò¦ñ¤OÈšGÎb2–“±’çgdd‘±çâ[Æâ ÊqšùøûÑÊ;ñ%þ‰ôâ8#zŒÄµüAd3` @¾ÀØ3Ï -²}Èõg u¸ŠPf5Ь™äÄ’Oï–âRHH#g-99ääóü-<· GQÃ(ìÅ!~s€ïçØËŒ6‘ØH5Põ]e]|[í,½¥úoOŸ=È@?¯±ô+‚¬i¼e18.Ä¡E²G¥I8"KÅ!Y:Zea¿uöÙlF“M),¶ÕhïE½ü$öØ]F­ý=Ô8´£ÊIDe—*ºD¶TìáiO>î|œoñõ†­„–;£M¢Æ)kœ´×£Ù! ‡£pÀe&ö)þŠ&åX”KÐÐ+õni¨sÏÄn÷\Ôz¢Æcª=ªP¥² Ru;U—Pæù#J½^ -Û½Da›§(”xŠ’nuð_)YjÔ,±à -už%Z]ÜÑì6<µhòAƒOöô™†Ú¾AM¿OQ­Yˆªþ‰¨ìŸŠ -ßt”ûf ;|ó…/üŠ…R¿Â6¿z¡Ä¯Y(ö» ùÝ•ú=—øŠÒ|_Q–ß_”ý­K"ÛÞCòo³¬^ÎvCµa«cy;ìウþÔ .ì4J0—T ‰’”!-:[Zê?OºÝ?AZ°\º5 MV)+ -Ø Û°YVP&+Øm•pØ*/à¬Õ†€ÛÖ9þÏl²ýE›,jÝÐßõ†-æþ –þ@¶4îž­,ïG‚8[Ñ–Æ!=P;Lª÷†Hv¼?RV:bœUɈëâÀ)6E³l>ׯÚjØnÒ.µÍ×¦ØæiÓ僲å¹A›ä9AÛäÙAÕvYÚýv™ÚÓvÚ›véOìWŠöi#ÞiÕûïôÔ‡¥Ÿmÿ -Ûþ#[ü8î:c€:Ú³KkŠ‘*”êJ¶êFXoÖ–èÂìòu¶ÏÓ}Ücƒ>Æ!Gÿ©ÃzýB‡,}¢ã:ý*ÇL}¦c†>Ï1]_ì´F_锦orZ©kuNÕ}眬{ä¼<ø­sR°èœ8RtêÖ£¼‡l÷¹w~eâ¾Çñ£.”s>ÛîÎÑ”zaKHIÁØaÖycuv¹†qŽÙ“ó:ÃG=×f¸df»¤æ¹®1$¸¦R\WÒ©†EŠa³"ÙP®LS¯\6æ„rÉèkÊÅ£V.ýF¹p”¨ˆ%ºvë§æÁÀ{@þq¶Ø&î~5œkÂ9WЮ-¡.(˜ÐWØ>Ô*;,È.3tŒÓgãÃ\W#•«ŒS{¥£ÝVç¸'ã=’Œ‰‰ÆUKYªã&Õ"c©*~ÜnÕüq-žq!—=ç†í*ˆpÀÆH5²#ËÖN -”¯‰øÀiåD£"e‚É=)8~–_ÐC•¬¿ ä~œvd/låú»VB#T?+² ÒAÊ Þ2Ï*%†½ŠŒvʯLè;³bò€¬ùi>éåjÿ©e9!É¥EaI¥eCK«Ã&–6‡N(]’Pº#(¾ô•€ñ¥—üÇÍûÔoŒþ{ÿÑ%Šÿè90û1o±Ï”‰®äL‚h#ÔD*«¸ïWÛÈœwÑÕȬZ•m^mLoMÍx—éՓܦ-šê™²0Ó'iáL¿‰†Â€ü€xÃ"ÿñ†¥~ã m¾c Û1¼¢i*YM#í2–ŒvHmœÐ'¹!Ù-±!}@B}¶×¸úï1õs½G×WyÅÕ?7ð7õ&ÏØúN˜ÅÝ£_è]wË홚ûî#«UÊ€áUЧ•‹Ì÷ÉjÎF|[¡ –×±pWâžC»¨mÉZn'-2­%@¦¶DÚ$·DÛ%¶ŒsHX>ÉyìòT×8£º_¬Qëc,q‹6ú26õ}ÆØê:Ò¸­Ïˆe/¹ _vÞyXs·“ê¹û.‘MŠkD£ÒúY9³s׋Ôçó<—BM“H9îBZ4ÍJ‘´5"“LŽ’`ò’ø¶ Ûegе‹1ÅÛ2MviÊpnÊqf*vŒ2U8ªL ‘¦Õ½Ã[·Øm=`Öz¶WÈší‚Wk´RqZ¡8¶(NVN‘ïÁ¥Ôßzž+ qu -ÓãÎÃÙ&2y½È˜Mô^.2Üì-Qæ`Q™£$Âk3Ôœ`jN± 1gÙ™ lÍ¥¶æs‹oG»Í޽âÓ~Z¼Û?ï÷l¼×+¶^ë;èeå¾}+8›ÁDÎËxÖ®bpÑ’eoIé ÷Ü"2j›Høv¿N2Øâ)>–ñ¶DŠ—%ZZâÅÓ’"–â¾K'n– -qµ,‘>–6qÞiÇÇÄaûÛâØùwqzáGqÚFG³õ1‡píjÙÄs5,11ëDJ62fzO¼‰xc-"*ÚÃÀ=ôŸ¿q=`/ö]nb×5Dl»ÂĦ‹à..]\BºøÑëâpë¢ÐŒ@û÷³èΓð-{ð(=ÀÕI®ë™ëå¼®ãßËɹ°SdÞ)»EÆíq@$ä ˆÏ+"ýÓ¼J_{”¾öX?Ä \s ;Îåã?x'Øt'j`5Ÿ‘ȱ£|ç].I_ÁC. -¿ô°ß–Íü6le?â]ˆW7\Ó»D&âŒ9B øºïq÷ß‹8¾†ÿ4üÎØˆœu9ÇÅø<Ó‹\Š.Årør»Â!|•ð*‹î*‹ê -_áK—?âþ ß÷°k'uÀ»’y®ÇûìKœ‡X8“qÆáŒÄé÷ºˆÇYüð^‚ËpÞ€?Â[vü»Š¼7èñåü&µù0AäµH7qt³Ùn1Ñ·¨I7uŸ÷ÐÉGëÈ׈·¯ïL¼)ä9æŒH%ôÇéÏñºÕï=áOp>„O€RË[‘»ÔçË!"_©D¾aÜãbö-q|·Dä>›ë>Ž.ôÐ{µ]|‚3ñ5 ß´s¬¼Ã®‰£ÇÛÔÿãÿ>~â²r>ƒ»ðPfaŠå[x@,h˜~ùµQ¸*¬S¥ØpÊØÛƒ"ô›ýè÷\éyÝè7}ø,â`2¨!ôPÕò‹4ÈOÒ,d…<¤Ï| ëèQÛaå.ùNöÆù7]î¿èR¿!ȯåùßþ/_?…"}‰Á…œˆÁ™¼ø,b`"¤ãÌ•é3I9#-ÄS‡£Iî‰Ç*R7áÙÀØ›™Šô«{äKºÙ¿É)ùœsG>eʾã¯ò?n?~bèM vObðä³@ùYFàOŽSqf“Ó,|s‰»G5Sß@vKq´PŽçk-c·S¢mòWy‘åÑÅ29Ær¹$æÕûDù>ÙÜ`t+ïÁ»OP¤—='1ˆ­"ŽÄà†Û—¨#qÆáL™INyä3GãXµŒÜÈiƱ‚åÙÊØë{³¼Ã\¼)û亖kr–ísƒmô%<""EÎù§Àm9ü½xïŒ{ ÞPrEn 8ÓäÑà)Ä¡Çñ,Û£Š-Y‡§ Ï*mrQ6áxónŽ—9FNËkDtŠÙ:ÉŒÇpô ¯>áÿs Ö×̽9»I·øáU‘Á|ɸ¦ãÉ#b¹ ¥Ä_ÉŠ«Æó+ÏeÔÖuàó$@‰±HBlF¶YÄ&,K€@„‹Bb @lFìH–Yl 6¼Û8Ävܺnì6I“´ödšI=ã4këé¸ÍL›&v“NÛI]çõ¨0ýñÍ{sG£ïÞsÏ»çÜa´8Ñó -¼ùyóâ'°ŠŽó˜•[p Í71'^Ã¾Š«»ŽÙ¼‰&7×vØñÿFÿ×ÈŸþ÷©{áÞ…âìãàÆâ]ÈAŸ]è1¡§ wº==èÀˆ¢kWíB×QtD×þÿu¸‚¿¾D<„‹”/à<õ8G{ùuäìnÿ <âþÊÄÏÝàS|>¢¸?º¹¸Î=èÍ‚;TÜöÐÂMº^ó®ƒ-F \gØ`“y®ú ÁŸq¸ì; YGàkÎù­Ã†ß&œõ¿ kþá´ÿïa%ð[8H‰Žï@ÒžãQòµOxìºüP,¾¸O†;¾±p+ ¶‚ràZˆ®pÊáRX \o„sm°Ù ë‘ýp†; -kÜI8Í…UÞ¬ðÎÀ2ï*çý–x¿„c¼Ïá(ÿ9Ìó_s<’˜å‘”™¾÷ø ?,5&cÙÙ‹}þ.,q8—Û¡¾°ɇ«üD¸-X%œÓÂZ|œŠ¯…•]ÍÄÉ]ÄrÂâx±$'…‡ˆáqDxŠ˜^"f…¯Sf„ïP\Â)Ó¯©S ÿ¡N$´‰]$íàßášÿˆþÒ± íC&öØ©[X†7ãèp1!Ö÷áôÞ b%)—r"IM]J.§K1RRêiGRZió¢NÚœÈN›Ò‹¦h‡DóÓ©ËS©ç=&D7<ŠÞôtŠ{Ž¥|å9’ò‚>œLÒ‡Ü$mó ãÿb‰{;Ëzöv+rYŒ½ˆ€3©Á°’KÏQ2ö{Ìg*=g3Kè‡Å•t—Øä5-nòzEÜæ5)îñšÈôÏ÷vföËZòÍZg ‹_e Šï3úÅ}™föf~ÏìÉ Ý0ºÓ·ù -cð™sP‰1Àè>/çlà\NãøI‰,J£`^–H=,{NKs½§¤jÆ„TÇ—|œÒZß1Y³ï¨Ìæ;,³³ec¬Ù4Ë.[`­±{¤×Ø]ÒŸ²mû?ðkßÿ%»mÿ¿ØV Éju³o›/E¸ØnüªsÙÄòv®ýØ --ãø19æò¹àR©Sùéôñ<c,Oé;"×°‡ä~r£¿]ÞÐ'·ôÊ{»åC]ò‰@›|>¨]¾d•_jɽdÉ}?¸1çiPCÎ?ë³ÉÄ¿^¶ÍSl½`.b«ñz)ÆKý™ô«Ñãst8¤ƒÉ¢xŠS-ò)”0 -äì>Ua@¯ª4¨[YÜ©4‡t(-¡mJǪìç´(‹r†Ó¨\«W\«UÜ3å?3æÿ!¬:ÿ¡Õyd\-'ƒÜ<‘| Á¶ ÛÐÈylW±[ĹÌa\•Ð`BN],1\šäѯ3z59ìÎbe`{‘&ÄZTÖ¬6†7©"ÕÖÈzu/·V=Ê5©q…K\Cá9®¾ð·¢à=n¹ê ·Lõ÷ˆ2V¦$9H¨›/pïßGç½*l‘u=À‰J¼oá\\› |:*`¸Rý•{©½^¶r)˪Ël.U‡6hK#êJô\S‰™o,iŽ2hºzÍ R3%(×,tš³mñ ¦ø¨â¢ßE}Ç+V“‘Hxqá6Ÿ`¼ ÷®Ûnd Y¬ÆûÎgçâÀçP5 ìFô…›1n5H|šªäþu•ªS…&ÂP^ί,3F——5Æèt±Z]¬Fw0¶Xw$F­[‹)ÐmE«Jß(J?(´ßòZ’«(!#•2ÂÍc܇÷Ðû#3À%d9jÂ=¨Á>LJ𽯖ÝuáÐQO´Ö¥x4Õf1êÌ9ìšEp•±(¼Ü ãi«ª¢‹«êbÕzk\þ@œJïŒUêçbòõ§£óô×¹ú·¢rôŸñ³+ÿÆË® ¹ÙåHéæ7ë_ÔܬÇï9Ì"“uØg#:›<¡Í-Í1ÐØœH­µdÒMR_}C^€®¾0TS«T›+£Tfst¾©%&ÏÔ#79¢s̳‚ló)¾Ì|'5½)1}±¯æyDVõYòÿüÚ€ùˆW‘-l{Ï"‹øîBœøÞ‡ØZZ­4¶ùC];Lí»‰êö4Ê6 £ÔšË.nQ4k8 -KE¤ÜRÃ˱4óe–nžÔ2ÆÝo™‰XVÃ÷Y69Y–Ÿ‡f6}’Ñð<$½þ‡Ð´:’“V»ÍCŒý½VÌär™BF¬¸þv€Þ7ºjº™`è }o”õ$Sµ=bzQ·Œ©êÊgçufÛÊB¤6#GbkâdÙºBŶ‘LÛáà ÛJ`ºíZ@ZÇÏüS;~ë'j{æŸÜú2 ©… Lj&ƒÜ¼‹k¾ÓpYFfƒÈºÛºñÊh´ã½o€ÚÁ Ð FAÑànB5˜FËÐsr™ÒþÖ¾þR¿L»Á?ÃÞèŸfïôKµ³Ev+Å~Ò7Ù~Õ'É~Ÿ™Ø÷coï3æîî—¾Â.’•ÐI²Ý¼Õ†¹€®ud™FÆz0ÐÝ‚nó Þ¹FŠñz¢t2!Ϲ㱠O$$Î ªØ)óLw*¼R‘ä¨c$::¼÷:½ö8¦é»'è±˞ coxÄ=¦Å|ã;ô’3HzG 7÷зهû€Ì#“èBºšð:bphÇÑ? ™¦@†ËÒ\‘ rÅC²+™Ht‰){\9T¡«ö_®Ë<.ê:ãŸ9`”Ö‡ ]ÆtÔ±¨4íÐòÊL%%2Ä[3‘[Àñ€QòÈ ÓÚÒ2³¬­4ÛvmÝÊÜ2µË¢C×u³é=H¯zío^Ìõý<Ïó}~ßïóéQ2ÊW2Ñ|KI¦©{ÉDwH½Ô—ŸÇo‘¢±¨áÛ$ëá ່c7Cðž`øÛ}ᣅ ¯…C¶%ØÔ½$³—î~ßcPú ®·±¾Š;š| Ð]@­³j©ùÞnz“ÔÍ??#Åî–:µHŸÅ@ÿ9ø ¼/Z€¡üP¤ôRw=Óà c¯0Œá:Bã¡ÀGÖó ¼ò.Ÿ_à{?µQ»Ž}@w)ÏF÷QtDZu#vQ4SЋ£„Ñ -<ˆþËh†WàUx H #"ýÕ_z;\:Á|’½ùÃÉ)‘ÓÄqš‡î4Eÿg#ü'á\5èSçÅä›îä}œGä˜Î×RÑŒG3 -½€£èóêÀÛðR -SÄÚð¡•>ù¬³t>Nú‚ù†Ëù[âøn¾ÔJo´Gë~x½*ê\°—^ä­éä;öEé.tí´p_éò&ù£i<Ñ®u -N·ó!œ³ðœ‡/á´b\~ Å<Ò¯×aPõ‡‡gÅCóyܰµ ñ›V<¯ž××7Aôƒ¡0ÆÁý¢,Üâlý¯{U¹úþuYå¸Ù*ýˆÇûAõú¿û®ïÍò5…û’ ¿äÓ/Xå7ÎÃçp®ÍoZ‰Á—Ìí1„Ã̓ЎîhNBg:ëg«¯û-^÷^÷ Sª¯T‰N ë×é‚X»>Å•ž¥aÎP´3Dõ1+~À)øG;YˆÁÐæ{‰ƒ×!º®hríEŽ·¢›Žî}hM@#CñºçñºçðºŸáuÿ­Ôk zw u¯öi,“ИFçÏ Ú³´ƒÞØNol£OS‹&ž‘Föc3J›øæF½¤ Tr= -udZ‹ª—uíxõ€ ~<îVŽ|_Û1ØíHjÙÝ~¬4„¼†£3 - ä4E[ ™j4f«Á4W›L‹´Ñœ§ æb­÷Y©:ŸuªµlÖZË.­¶RïIUû—ËÿŠVZ=ªüWÑûŠ£þ Gý‰®ÒÑ›¤ƒ!ø ?µ Õ.S7m÷í­fë5vLWCà=ª£ !Ëš¡ºÐ,Õ†åhmØ­ ÏUMxVET¨*b\ ªŒØ©òˆCZqR¥º¨âNWUÔÉ£B(h箽shŸêÁ±ŸÀt ×GÛNbÚâ§æ°H5tŠ×†Î©ª‹¢u]†kM×Qª‰¯êèGT3M®˜'TÙmŽ*º=©¶|•ÙÊTj[¥b[½ -m;T`{Aù¶ãʳ}nXb»bȵyŒOuûKä}†+÷x -W´$1ÛõâÊ'¦ÍÝŒª‰Pmlw­îž¤ê¸rõ¸Cñ÷Êã4”%¹)s|§,öY”Rà³0¥Âg~J­enJ“evò~KNò–ìä³¾3’~ô}¼Ç7ËKï|î½bpµ3þ´xG Æz³±¬"WŠU+úE©8-ÞPÖ×´,Íá³$-Ý’k黨>Úo‘}‚ßBûd¿ùöLÿyö™þsì ýgÙóügÚˬÙö5ÖöFk–½Åš™öZ‡iiwÈHý¾ÃÔTO‡©ý<Ö)^úz¬gÉ÷ÄPÆtz –׫ˆ¥’1¤l€EE;)PwÃ’A}ÌO:úû.t8ýç9†Yç8îí0Û1¦cŽcb@¶##à ÇŒ€ÇssäNwNs¬ -Ìpl -šúˆ³ ìa§+ì!熰ñCv†r8ìÁÁ„=0øÛÐу~ íðx örš|ß`ôÛ?òÆ(ZUŒ`+; -‰%žº+X ‡Gkîð_¹.¨(Ï+ ¿Ã&‚¨À Œ ‰jPE4DDÖaÖ¢®Œ(²0Æ­1U³˜Mms²¨ÑØ4ÍÖ$Í¢¦¶Mšä$MÒ,š¤íIkê–éCHN[ç9ÿpæŸÿ½÷~÷ûþûNðZš9ͯ1cv€+=eh5#¸Æšê´+Ó*Li ÂÊÓ›i«Ì¥iæâ´­æÂ´}æ‚ÔGÍy©§Í¶yçͶ”¯Ãl)×¶¹žP[òçÉ÷Å|ÆM¸öÀyÌVÄÒA,kˆo•-PËò,jÊoX”7Õ·>71 &gÎЪlkHEvŽÉ‘e7—f:"Š3‘…™ ‘™Ë-ù™í–Ü̞ȜŒ½‘YGfdœŠ´¦¿aMÿ*Üj½f¶¦yÂÀdMõ˜ÎRûç -uáì‚-ÐU@þIJ’k‹Ý_KŠÂÕP4ÆP_4Ù§¦0Á¿Òž4¿`^pI~¦©0//¼ ·Ä’k»}DŽ­>*ËÖ•ik‹J·m‘fÛ3"Õö%%çéÈ䜳ÉÙ"æd] OÎò˜“3=aý¼‘K?–p&À=pl„öbi5±4ó¹±ÔG F-pܤjÇ$¯Ûñ~޲ÙÅ%s‡§s‹láÙ……– {y”Õ^joŠN±»£æÚ7ŽH¶÷Yn³ŠL²Ÿˆ˜m?cžUð¥91ÿª91ÏcNÌà5tžvHÁ^lÉV®ÝÐ-eè—KuØ„êÊ᪬ŠRyUŒ¡¬2Χ¨2Ñ?¿bNPNyZHÆüì°4GADŠÃaIvÔXn+[lIr´FÞê¸#b¶cWx¢ãPØÌ²ã¦„²·ŒÓK¿4Æ_1ÅyLÓ -x¹”~Dã~ÆÍ>Øëa54V¢ï”ªj¤òÚ•-ˆPqÝÙëb½rÌðË®½5 ½&eè¼êÌdgž)ÉYjžítša3«M Î ÆΡÓÇW>­êÍaS+¿6¥âJðäùžX‡'´ŸçÑz °ÕÒrtë _ßpIE ¾Ê_dTnãHe7N0d4Æy§.J4·!9 Ée šåÊ>ÓU<ÃU<ÝÕ0<ÞµrØ4W÷Щ®ASÞ?dòÂc±õoÜR÷yÀÄÚËC&Ôx†Æ8=Ãúy­Ãh탭Р­ux>´k±‹åèc×r°Jé-C”Ú¡”ec”¼,ÖÔ2Ý'±%ÉoFsª|sv@\saà”æÛ'7»b›W ¾¥¹ÓRóöA–Þë³ôI¿ñM¯ûŽ[ò™ï˜ÆËƒF7xßìòôs’„ݰÚaÚhW5á7ÐÎÃ"Y±'I­¾Jt‡(Á¥îñšæžb˜êžé5Ùìs‹;Ãw¢»À7Æ=ßw¼»Îgœ»ÅgLëzïÑ­Û¼oj=à5jõã†èU¯¢WþÕµâßÞ#–y|,-¿~žX,$Ïí\7À>· ]v9ÚöUR¦ß·ßÕŽ÷쬉&ÅtŽÔ¸®íŠÓè®Yº©kžaTWŽ!º«ÄÕUm°t-Qdg›Â;{ÖqŒ¿TÈú—Òþ±B×^Rh›ÇºÆãGZXØ -° -£]MÞ¥h笓歗»¤ÉØÖ±›ñ^=þ -ï5ÊÜ-Sïx{§*´w–‚{S5¼7WA½óØ[¯Á½+4¨gƒ|{vËgËÃòÚô¬¼6¾_Ë{ÃUùt{~àÐjö¹n‚u°œÿ¢]AÞ¬ÁéÖMRvuüRô]’q§Ðç/ŸÝ¡òê‹’¡_Ù7xù÷ñÒëã`ëcSõQØ>´‹î<(í8FÁÏr}!mc‚Þv¾×~n¹ ºÛ$7×%Ô»ºS*!çlla25~»4q—4j·¶W‚Uôú9Cà~ÐýF6ƒØâ8Hâ-A-,ã;9ð3î=ÊAÈ´ºï^Lİ÷{`®¥Æ=hvÀŠnÉEÎåäœO¾©è&î¡мy¿N*A÷aŠ¡ÿ`YõÃð#xÛGû‡¿Ñ A±ƒÐâ8Êa{”Mv¤•ïHæðýÜwŠûßá·ßðŒ+pM;YßÍІn%«ÙA È7ënöÁÖÍqJ‘HÃK¾¤ÂÍKž€'á)o" cÉÁË`t2A:ź<ÃašvšÆz†EGrgIà,qœù>V/ºí÷°ï•oº9IsÈ/î„4=óiiðO:/ÂK0!¯À«ð:¼ ´FWz‡õyŸ>ùhC;=ò9ÃÐ^>–JYì‹,ìEâ¸È/¾¬Mp&Pç&ò­A·Ý4t§“ßXn G3€1^ÿÕ9÷ƒÐûC¿&¼Â'?Æ‹Ì[ôíé;†ã«s¥ëÔÃCž@òÊsŸ5Ï;¿çÍg?0ÁhˆƒÛ Šu]UºŠ×½Œ×ý¯{ ù/µëŸêÖ·Ú„WÛªh§þ†›ûZ÷â,Õ\èîsý—÷w}Ê“>‚à}xÞýÁëùáy †ßë!0 -ba–®(Í´ÊÑ©åI‹ô ó+­D§ õèl@g :Û(Ãnýwù!nð÷=æ]Šö'î|›LÎðÔAÛë'ß;@ùZð€1h&W -yÙô¥Jô^÷SÕ£±eh¬Fc-,ÇF–¥Wçµ­»Y²ûôõ šø5ýŽúT/ðÔP¸‘cøNƒ¨iQ&¯8}¬$ô2Ð*Ðñº¿Çëž“‹ø›hå´c+ -ëhÍ.Zt­ºêïÖóÚ¯ç8@~Åzœ$‚§©þ ²:ŽÊü¯>'5ö&â`4G¢9‰œf’Ïú¾M"Å ð¦À›‹‘Œð•ÃS‹|\ðtÀÐOÇ~ÝÀ]Ç;YÃ>9‡uq†Nbüóøy+ävî}¬Ø_c÷|BËÌ´„Uxô)8±éORÌ<üJÃ(?ßÂÑ›Ë`^e(M;‘cm2tk¦ ¾Öõt.¢…ÎFvÒéH/úé¤pNˆÆè¸hšVÅ‹´">AËâ Z_§Eñ=ZˆºOóQ¿¡Yé§tXúÍHYš~ÊÇð=ÂQöãd”p%çæv¢çÏsQÚÆÑyI -­Ér茢ˆNÅX鄲†Ž+›èX\;­Äï§åø^ZJÒÑ„Q:¢š¤ÕÍ©ViVµN3ªkVÝ¥)Õ[4¡zÆ·}JcÛX:B*–ẏ D¿HC¹Ñ ô›é¸ó¡¸ˆx6ËzœŒNoÛE'vhèX¢ž–w™éèîJZLª§…¤fšOvÓl²—«ý4£¢°úM©gi"åët(å,©¯RHý"¨ß !õ/™õ'Ìä¯8Ád–Lb9ð\ïh1(q/ä!w£CÜmtFí7vH<ÆnI§1 é0†$mÆi‹qEê2®K›Œ×¥ E¯Hë -ß–: -?”:öþ[â0°‡þ Qï"÷ï¢åº…öï¢ kÏe|žG,ӈ彶EHCe* -ZSY6¯§¬ ¢»Ô$òX¬Q–*i‡¥!ºÍÒ*k1{ä.sŸÜi–7š§õæ%…Ã|VQc¾¦¨*yYQYü¹­øÏr›é_2›‘¶mñ6Z­W+ÑbÚñªÐjƒEü>ƒx&Ë(° ¨¿RI}ö$òÙ5Üý•y‚N[‘¨­Â"i©°ÉœåEc¹3¦¾Üë°ú”5ÖeµuBi·.*mÖÓ±åÖ«±ee÷b-ecÌ¥Œ1[>W˜-¬Ülfå–Vþ¾—kpÔ­c`LU£ÏFlˆÉ_ážZu;v‘Ç‘Æéphù­µ¡³¦DÒP].sTUÇÔØ”v{[œÍÞ_nÄ[ícñ¥öù8³ý¤²Ä~Eiª¼ùØBÛb -+>W–³ŠBëà»[‡µP«X‡Á8¾Äßüxúpeñ4JÈÝ´Ú{˜æ¦l^SSAD]£Q\ÓPm¯¯TTÔÕ)ËÍq‡'¾Äá/v„⌎9e‘ãÙØ½ŽË1ÇEã<¿öy^Í?åyU¬â vVñ}Œ»{² ûS`ôã{/®ûО·· -©¹-žœmÉÔЦá8ZóøU­…B[‹9ª¬¹BfvÕ*L.Wl‘«SYèê‹5¸Fcô®YEë„<ϵ)Ó9ïHµÎHr›~/Énü,:«ž•eÕ=Aþ:·À<«`mç!0¼h…;ÛÑk»‰š:yT¿/†j=‰TíIc*=¹\ë>ƒÀÒY,4¹­Q…îêhƒ»IVàvËòݽ2{$Zë>,ÍuÊq_gw¼(Êì¸/Ô´ÿN˜Þú™8­…Js±’T+ý<×Û°'Á2|3 ÔAžN¢¶ýDÝè÷qm«ì‰¢ò•õ¨Éܓɘzòx…¾"ÞW™ïµ‹tÞq®·]œãëeù†D™Þi¡Æ»™á½‘æ½-Hí~‹¿§ë·üÏ?"Ô¬0ÙÍŠór¼×)pLâª:äÁ½n7Ü.‘£¨W¥’€€Š‚1´7˜Hú`*åsmPÏÍ –ð²|M Nl¤»ù©Áþ×S¼”À -79pž›ÔÿMÎnÿ›L¢ÿ}fgßß¹;zXþ+Øîe·»PÀq0 ç"g/Ü­p×÷ÙƒDf\ ôÃD¹£bÊ -Å“&´›2Bé”ÒÒžP!“*eÔ¡jNRÈÅÙò0‰¡³34Ál]"Õè:Åܤ¸áïQìÐ{¤ø)°LlåÄXî \I×À2÷?ÜäíÄõ¬î²¢Âƒð¥NrhwXB‰áÚN¢íá R…u”0m¤øp9)Ãun'“…C$ /xê ÿÇv™FE}^qø7 3,¢`ŒQœXeÑ ¨ ʨ@±ŠÆW"Š ˆÁ A”MÁÈ⣠Fl£ûR­66Æäm6ÓÆšZ›¸¤íIr¢1q9™>£œÄýð;³ýç}î½ï½ï{oq‹¬E'dYö±¬…ÿ‘gÁ}y廪?×¢•hZ˜#eâw -ì$Ø#–J±ERd‰Z*õ¨`ö«2ª}µ¯|ª»ÈÛÙSžÎ>²:#eqÆÊìL”É9I'êÄ çr6y €í< rå ke×H¼Û臱KM‹8—à•¡”Ãçô%äìÑÅäÀ -)ª\ -c\ dDëR#uxQò¨£ñ«g¾­§©ïIa‡>ºl¸h8Ø(²6´!Ÿßlö& -o0†ÇÚxlXuý¤ ĸšÇ›òx?—x§ÀÏÃ+¥ApûÖJA¸Ð ù­•¬ëi_B›¬ÈaÇfæÛ-ر…&d‹ûæðm¢Èšn±ØÂŸ73Ünb˜ÝÈ€ºáEºÙõ.Õã•0‹P.¦ãóä*òcáF4J½`vƒÙ‘1Õºö6ô -z5[ éÒ×hwÒ”µ`G —Ý.Ù]Ø.6u‹¶lá÷ý<×Êó7øMó}­fËáæãs>§¬¦1yÜ( -³;[ùD³ä‰4¹4;h7úzíuËSÚçÏÁ  -¦1Œà""G9øQlG–ñ]ÚÉï a¹„èè|¯šUœÍÄz>Ï"ÎSð7±IŠÆÏ~0á=Å6ú¸Y¸@ÃÏè:†Ž#ÂË E`”NùÐП!GÎö•Αïq!´Rp­ºu ¾Ãqö2º©•Äzéê‘8Ï ÆI;¨E¸Q0CHO–üa™2Ð)tý A¤ã‹{0¢9Gç݃’‰F™ý¹DÃîn¯Ò¨}ÉtܸNàoàëØqE¯¿£2bǾfãi|=nÜQÉŽo=av‚çáfmã´¶Éͺ€þ‚>Báe”’H{]w¯ìÏ·äÉ-õiÊîaÇ} -ÿ>Eö€€?hAo0iY˜7z4÷z Ž¨ê‹bÐH4‘él:3Y†î2cÞÑbÝf¶»¥&·r}+'ÓÓjæµý—)ëß$íMæ«lÞ5÷%ì~½ÄJCŸ!÷û‹èÃÇfÞ_ÔÙ`öÑ= ‚™ ˜ïn1ë~£4Y0æÃXcŒ0*p½ZW™è®0MþƒÉïïLgŸ‘´%a>"hçyº•[YÝ­÷Û^ßý?6üÄœù#sæwê3ëŸÕWk"Œé¬?[—• ð)_Ÿ2c^T©>ÖJ|ªakêám$5¶ëô¶ë-æ4ÿ.7ÿAÿ‹¶ô>//˜aÂì‹?ƒa ƒ1ÆDÖŸÆúi¬žÉúóˆø"0J`Tà} ÙÐÈ1ÚÄqÚB†ÔVv¥IŸ“)·K›“Û†ïúÿ¨ÄÞ}XþF|õƒkƒÙ^$¼X8¿fű0&«Y)0Òñ4FŽ^ÆŽ­ÔJ9º™=ÙD,6r©làÉuXÝÈ~4àa=VG…­ü"ZîÀ¼Ùæ¿û¨9Ùvî“'Ü'ñ­'ÌpxXqpñc<Œ©fÀ˜¥õÔÊ:je-µÒHnÔ‹:ÕÂXc;QÙCÕ¼É.}€u7UI¥UÀ.oÓ×îc¥G×ßI®âµ»­®…òe…¸½ð-¿¢a%ÀyÎ8ÏãO*œ Õ²UcX¤jc¡œ¦RU™V©Ò´Vå¦m*3íÖ -Ó •˜.¨Øãš–Yî¨ÐâúY7áÂ5óÇê¡n\G¼oîÌÜÇõÓd5k³¡£Ö›{¨Á¦:Ï(­öªŸ‘ZÕnœœ¾“UÕ>E•íÓUÑ!Kå~óUêW þ+Tâ_­bÿF-óYKýw+ßÿMåù¨Å¿ÒÂŽwµ £ëg]íÊÑÄÕ"íAͼßB+°áiú+ŽÙF?o­ñ漢N½äì¡Ê§¢UÞ%Ae]GkEÀ-HVq@ªŠºe¨°Û<-µå)ßV¬%¶•Zl«×B[“æÛ~«\ÛqÍëvA/Ønh®í®ævs2ÛtæY®•Cá\ï\sMa´´"uñµ´;6³ªlOª¼{O•öWIO‡Š‡ª0h¤ -‚Æ*?h²ò‚S´88]‹‚³´ d¡rC -•RaÈYcÈ -ÙlÈ ÙeÈ>f˜ü¾!-øšafÐÆÔ —15ÐerëS˜§¹ê÷Ò†½Š6Úá÷§Åž•ØV-¥!~*îÝ]…¡¡Ê4äõ‰6,ê“`X6Ú˜–dÌ ›jÌO5¾>Ç87<×”^`Ê/5Í -¯5¥…¿dJ ÛišvÄ4-ì=srŸ/ÌSûÜ1O uyLyæ‘>€{"Jz}=>jD5|®¤*Ŷ’~Ìž}}”ß?@‹"B4?¢Ÿ1Ç>È”mjβ0gÚÇzdØ'y̶§x¤Ûgy¤Ef[R#ó,Ó#—[¦E®²$Û×[¦ØwX'ÙZ'Dœ³&õ¿jßÿ{ë¸~.븾(Üem…ytûÀÕº Õ¡ªhø|_ä ÏÈÝ>ЪQ•ãTÖ 0ãÇólGŒGº#Á:Ó1Ê:Ñä™â˜ê5Í‘ê•ìÈôšâXè5ÙQä5ÑQåäXë=ÎñŠ÷˜¨ýÞ££ÞöNxÅ;qÀmïÄH—w¢ÝååÖ9˜iušiÿ6 ZTA VBÛQ€-‹±/7Ú¬ì˜'”û+ÍŽ}Ƙk7ψl™3Ô39f„÷”˜1>“b&µ›“Ò.)z¶ï¸è\ß11K}GGWúŽŠnð½Íwø½¾ CÎøÆþ¼]ü [ÈÕ.Þ¢\>†¹/^Úž@ jTŠ -ùn1¶ä¢,žÉˆï ô›RzRú™“‡EY&ÇÇxMˆOð7Êwl\Rûçâ’;ŒŠKó÷?¶Ë<ªé3 Ã7ÃH©;RE‚,* dQ`XCP‚ -AYâq%**¨(`eÜ Z·"µS­ƒØÎ9k[wí¦µË¨­­Ú±3g´ÓÎTgœŽhmæi3¼„pŸ{¿ï~ßï¾3} I |’“j½Ç%­÷NLÜáØ¡›xR«O¸ªÑÇÿS£ëÔè㜚8tÞ½Š @«Óðœü\Àg•üÍ–"2÷Åij™’ÞO,éCebz¨K^z¤*'Mï‘™š¤ž`HÕ¦²|R ùºñ†"]’¡B—`˜§‹7,÷‰3<ëkØî“r@;:å¸&:ù MÔø;š¨qNmTJtjß"þ¾tFÿ جIr ;ïgÏ4~NÍÀ{fºÉĬޒ—=Xr³C”YY#]'dqKÍLðLÎHÑ$edx'ótc“uzc™.Æh÷c\æmlÒFŸ×D_ñi<¦1áŠgDúm¯ðT§&Ü€RœÚÃðöÂhÁ’4da½ÐB4•¢©X„Æó¼<É1ë$Óì'Fs"Íî’bŽî5./Î=Þ4^­7MÐĘrµ£M…ÞѦRm¤©J3ÊTã5ÒÔ¨Ž0mó ÏÝï–{Ô}xηìÛÁ™?©‡e8½†^¿‡Ó–M/Àª‡µÍeŸŠóD&勘°m™Ìü/1ö“äÂI*®ˆ/å¢/ŒU±$¹G[Ò<# rF6T ;ŸºX¢D;¾o¾Hø"‘@‡ÈÀ¥"O-q¯õe/É3xÔáqëxÈÕq¹×r¹ÕrÈjÙÐZ°v!—^=ÂW-ß“¸3¶ä¶Èâ..§l‚µ9P%5—" ìì¹")Ô wÜ ìª_­ˆï*BJƒ+É35âo6šÈ£‰`y4q¹5qÐÖ±©ëÖDÒÛ†EÖ`"ë/eŠ^õ€ƒÀ\ɯ¨d™Ð,~/†m&õôÅìÜQp‡a­Á{6Šx>‹!i&‡D›Ècylf=¶0Œ´G ¼.ÚV[+ÍÜJÀ–þŽ¹ÝŒ¡Ýx^dÃ74Á=‘õNYC­5h*¯f –à{I{õFà iñ‡Ù¦çfe+ì­èy´íPr¸=Ev=ÅC‡AðŸ6òØ‹¸€ÛÙ“vš¹ {жï°»Ù]wøß² -æ4‡Ö±R³™šS©7nø&zfŸm"jJPì‚ÙÖ=ìr¹¢—äñðû2ÚÇ ¼_Ë@Ìø;†ÁƒäÑÉC·“KøMˆ¦:´–÷édr?ø1º)ÒqWêà.X)RAÍ…´oÖî‚îê âë÷ˆhá¹<âÐR˜ þB,+K0Z ÁÐäò&ñQäãÁ ËìËiò8Ë;ÍŸp’ÄO9£8qKjXëªõ<›¨9ŸÖMãéá†ñµÁèxn¯öpºèH9Úmˆˆ‡N£³ˆ£‡áùˆýù´ŸÈe†Á/Éã:…º,ø×ìÉWìÉ5‚\ýXª©yk]´[$—z“_á,rŒƒaúf øšâXçLz§Ç½Î¡ èt}Ž®!®¹IÏ~Ëùýž^ýyüÀY¹gébñ»¶ˆÜgS»:q9Š_|¯çÄï:e -E1(Y~ÂW=ÀÏÜÃÛý€§º+U¸Æ…rOu[VàUWãàå;\Ï78¯›¸¢¿Ð07pk_áX¯â¯>“oå2‘.ñ‘.¢Ð¹¿ùk©ÑùŸÙ%Q0aa™áL‘¿á©nÊLù3þòOøÜë²F­\ÁÉ}†ãºÄ¡½ÈÁù”æý·x <Ï¢½/_óz­rvë=tú?9t‰Ì>Ô@æ#¨+f -²åK<æ%)&~5Ì’ÉãÇ»vVç5:æ ·Êµÿ’\­±Mžgô|¾|þl'Ð'r!w“Ø vœì\ì\‡ÄNŒsun¶IHB‚’—@nJ¡-ƒv´6¶U‹´uešÄºJÓ6m«ZMêÖíÇ6iê¶Nlû±•¶|;…GŸí÷õwž÷ò<Ï9˜a¦Ç™ýqò‰?±õþœ¥ìm¶ß»élI¶D–ûkz¶Y•’k}†¼Yä5’Ó‚S -N*ÝXVyq\íǒ؉cb M‹š1ÕLa^šÇœt³ÒâÒ ˜–î`JÚÀ¤ôSLH!¦{ˆqÝÓÉOð!Kú¶þàµäçó -ÛÍþ¾ÆØÎê58­MÃI}N$›plS%ÏÔ`1¥ [Z1—À‘Ô̤!nÁ´aS†#˜L[ÂDÚYŒ§]Øá«5l`¿á]D D8í?N“Ÿ`È ã=¶Ù²œßek¹E\-¢ßâ÷Óy”9”GËŒåxÚf$2²°°Õˆ¹íÌd:Ïtc:Ë‹CY~Lfwb"»±œÆrb8ÇHγˆæœA8ç*†r^Å`ÎwПýú²?Boö¿…žlYèÎzŠ_÷­Ê¥ [þE>O—’›m÷ãY¤$YØ¡ÃlîVÎ+ÀT~T!VX‹ñÂF(jÅhQû‹z…Hñ°.> O ƒÅ‹Bñ)¡¯ø²ÐSt[è*zS=…¿WtþKÑ^ +ÛóŸâ]rn”óX(µ¬Ü{>WvQ[ñ·yŽÍ2¾ÃF‡ŒL”äb¬´#¥BÔä"&·bØäU šýŠs—2dPö™÷+{Ì“Ê.ó¼2h^QÌUíæ›*Ÿé[ªVÓU-¥ª¼%UÞ²ú Œ²úù¾]AIUI‰WÅ= –øy¿Í0ž)ŽO”+0Vž‚K"–baÈZ®°Ú•!k­ª×ڨ궶ª»¬uÐÚ+¬a±ÃýÖY±ÍzBÜk=/z­/‰Ë]±Ñr_¬ßõ[Ñ]þO»ì±Æm–Ÿà¾ùH)üåßJ¯b‘ŸgÙî§KŒã£|F*“0d߆~{úì&E·Ý¦ê´;Ô»[l·7küv¿Ôfï’öÚµ^ûm³=®m²Ó6Ø×´îªÚÚª¯k«+$9+?¶O$GÅ’Ã*K‹,Ý#×Nàz5ó †÷˜'h›c<£Œ'Ìç€S‹¾êtt×ä"XS¢è¨±¨üÕv±µºVj©nÔ6;[uMΠ¾ÁÙ¯w;GôuÎ)}3¡w:ŸÓïq^×ív~MWåøÖæx_kÛó­m÷ç:›]ÖÙªdÝ÷Èu§–ùPœqñТÌùy”¿ s¬ŸÏn—Aw*õÙð7 ­õeJo}¥ÚãvJ îzÛåÕ׺:’ª]½IW$ik2Éî:šTé:£·¹®é¬®7´–º{Úòº÷¤²Ú¿k˪?Ó•9å'Øàû_!çz=m­ÉÑFî1NDø=DtÑ*<|Í›ÐêÝŽo<^“¢ÁkU¹š÷hjšë´G·Ûã×Wyº“lžpR…gBoñ,èvyVµåžç%³çu©émMIÓoÄ Óë?“ŒnYktɺ7É}“|<ÌÇfÚBb’!i:‰ö½@+¥q³O‡F_:êý¹pùw -5þ]J‡¯Jm÷Õh*}RE[›ÖÒÖ©-oÒ–ùb’É7§)õÒìl»*Û^Sµ~_UÐúkeþÞUyÞGbžG–¾Ä7È}ƒÞ¢Ür·»žÜŽúÚ¥Ò°ˆâH - -£ÛQÍG^Ô„Ühr¢NdG‘õa[´Ñ(Ò£Ó0D–¹€ÍáÛHÞ€~ègÐþÉýÿErHFrŸ,¼L¾sä["_¼‹~«›¾—è&·Ü䮦÷ŒÐ÷Т ïˆi±-–ŠŒXÒb…0L˜‘:Q…”‰Zlšð")¶ºØ¤ØÄñ£PŸ…bìEc4i£?áeû„èC("ŸC–q\§iK’o’Øb.ûÈÝÂu×Eû(PNkRLëš}H›¦ÿœÑAšIƒ8“ ÕL1”ñr(â,6q^ò8/Rœ/3èóÄI&=Í4ÍÛÔ}ýŽþ Ðÿxùd\"×ò ë"1NÎ0ÑÃuûÈÝHî=ã€å `œØ‘ÎW&ϪE‘h3A›`ÓO ö Z‚ÉœàÁ&ø²Ä$çã"/4‘ 4ŒsïGÃì§L‚Ç8Ë=~–|ÓÄ(1°Ÿ{ÀýöÆxü{Åaú>òæ’7c‘ÞvQ}œ"k™bk…žre ›ü6Š€SŒc•Mf•…o•‰¶ÊC]åBVç8v–ónr>Íë2•ã ªè%îÃ’Œ“Üãyb’ˆ=Üï6®ÙÍ5Wñ¯&òæq´ˆÉ+ä_%ÿsÄqŽqœ§<ŸòTô\ä~\bëŒcÅo‰v™}™¸¾Ì±8盜ûÿûg¾ƒŽbí1–8<ËõƈAžs€knZ`p½eäÍ?l=C~r*/w¸Bðx)pÙhˆ<—ÉÀ‹„/Sø|…Âã…À-ü[L¸ÛÜìÛ\ЭsãyܼÇyp>Ïãú#$fxuˆNéáš[—€Z^!+y‹ÎÛɹéÿ\— tTõÆï›™7ÃÀ¡,ÈB–É2“e’Éd™$d²M2!„²’’@€$@E„@•6²­ÛAieX„Ù«"X¬¾A?Ï0ÏúÅÐQpÜ/N|é…a¡&r–ú¼ÆR|³z‘º¼…ïÒ'oôeŠyy§È¥càœtSãM'f÷z‘X-»ÉœcàSaç9?cá+HH‘Ó>>¿H:þ.wÁpu”ÈuÎê êòÃ4ÞÍå€dAr?ßÿ?ÍûF€` ì`2(EUËçhªÒ†6씿 e®¡/?A)ýusõñJäC”Þàû’÷(ÖŸHÔÛ8w™o^”¯qÑ;Œóà,xÙ¯yˆ;ä ’/Ñ™·$In¢ïn «®¡1¯Ê 8±ßŽý.B]„ý»Ðª+ä-ü¸DÓ^Dß½‰2{Õ{ÅxŽâýždáW§±ø /úñ8ñ>| n‰αÄF|ñü2 ¾ÉòŽ”Köë°?õÚNú»äUòq?NãÇËøñ~üŽ~&zžƒ|’\‡é¨ü‘ãsCÁ4ô=üž_¿¦¼#‰m\Ñp%ÕW<åø?MNI=14a¹]ŽáÇQü8Œš<„ÂByþ–v€!òŒvàÇvYCÿœñ#äIFÉ>*ó×q*60N##»d#™ÚÃTyÖ¸ÿ‹›þºào»Ãþq³G‰i<ñ„ÃW -\YøG zà˜NÔÃÑG;ö»°ÙCw,“õÔä~rqß\‡•µDÔO5×pªWsêVÃíýàSþ_ôß8Ú><†uÄ6š¸‚±Wê±T>ÞaÜÞ÷˜#ŒûA-#Yóí•à»6Ó§dœ¡ðÅbÑW<“á)†§ž*xjái 3Záé„§ûËñ¤_c¡‡ .$³ ¨r7ý1_þ*ó˜8]ðûp)@䔑Q<š«<ÂXÛ4‚ëÕÀõ* -¼#±t'œðYá³Ãå„+®⨀«Zz©I5YD.𯛷ó”ÕÒ© È\¢êà4ùº¨ Õ¢\“Í-iÖx‡ñ:Wÿ®Ü\1³Šlâïý¬FýãX7ðg•A••š1²B"}jŒ,Ñ'I¯!]zreá…² °LæN•y#j¥ÓØ(ss¤ÃØ-íÆ¥Òf\--Æi2>&Æ=2Ëx\êL˜‘×¥vä—À+µF¯œ†÷ÀDjÀHëe=XÃç•<[λ>|Y:*P2É¢EH÷‹Ì›*ã²ä'ã]Ò1Þ-íAi š.-¦YÒlj•Ù¦yÒ`Z"3M«¤Þô ©5=*5¦ÝRm:&UAoÊTÓ§Rôðã|{#Y ¸f7på¯5³^ñ·g‹ñg+É‚«2ÿαÒ*b¤}b²´†¤Ksh®Ì-”ÆÐr™V%3Ãê¤.¬YjÃçJMx¯T‡¯”ªðõRö°T„í”ò°£Rú†”„^WJBn+î¯âžèUŽÁ½3–sÇJOþ-¬  —ÿwãOïçNâ~Ÿ4JZ#‚¥)2J£¬2+Ú.õÑN©‹v)3¢K”éfRm®QªÌÊTs‡â1/T¦˜W(eæû”óCšâèíšÂèÚü¨óWÔ5M^ämm^„wÏÂÿ”•:$°&²ß –€îDÖožÏÁ¯V¾Ó( q&©Ÿ$µ–8©±Ø”jKº¦Ê’«©´j=Öríë4m™u¦¶ÄÚ¦u[»µEÖeºë:Ëò .ײM—H—N—÷‰.3öߺÌï0³•tkF?+Ïr°ˆ«¾ ´ó¼_A}¢Af$“êäP©J6+•¶Í›][fsêJm.ÛV¢Ù*Õ[­ÞekÖO¶uéslKõN[¿>Ó¶YŸžük5-iHMMzMMI¼ª¦$|©O±zõ©à7ðlw :88 t€fž5àK-ï«íZ™š6Z<Ž RR‡ESì°i j¾#WŸç(2ä:* ÙŽš€,Çì€ Ç\ƒÃ±Ä`w¬6¤¤mÔÛÒ~¥O²Ô'Ø_U­©«Ö”é­6¯!!Ùk´‹< -ßú zyÒ›E@+Ÿ@-ï¦ñÎÃçò,£”8MRœ.Ù±ŠË™¤Íu¦©ÙÎl}–³Àá, HsVØ )ÎŽ€dg¯!ѹÊàÜ ·d=©ÆePc3ÏêÌ©æô[z³Ãk0§y ;‘g¿ÄþÏ%+²‘e9ä4z0gH…RÖô¢¼Éw“ó®NÐŒ\¬Uð–‹ä#ÛrÊØw‘MöŠb«’$O¨$xÌbñ$(q»&Æ“­‰öj#=ÚÏ M¸§EæùÙeõ}†ñg…QÁE]aYDD£ŽF­V¢ÆHåp¹vØå\¹A0PÔD×´QcDMt¼â1±ž›4wuŒ5%“q’Ô4±vl›T­iŒn?kÖNÚþñÃï÷{Ÿ÷ú¾ß÷©3 ²5"çxd™ó²"Òk@ê2§\–9ù¶Á<ËÛ­’7`ÜøZે¯ŒÜðÚXƒg¦ÿø‘Kã2¥QÙÝ5ܦxû@ÅÙc5Äþ˜;ÆÊêHP4‰‹r¤h Ã.‹£Háö™íKÕÏÞ®°ì­ -Í:¤Þ™ïªWÆ -I¿¥›W¡s¼†Íð¶Á·¾Zb-3d‚TâN„û‰,â·£ýrÐ^y’ÕÙSQÎþèŒR„3Ná®Q2»~¢þ®©êëJ’É•¡§S½œ -v.RPþ*ó7) o¿ºå¾©n9Ÿ*ÀqMö{2f{µ®•p5k…M*9ð¦ƒYÄý$ÜçJcà†T²¢}Jdr÷Vˆ{€z¹£ìŽW÷huwÿTFš)À*C)—¢%Jë W‚€*F¼±%¢5]_KλRþ­ƒ«®Äêù ;›ÀwB>º y4¼HŠÁdD™dª‚ªƒd¨á²¯á¢­áb©a˜Ö0èj|‡›ÂVgœ®®¦É“Uˆ×JDc©üEÇ7[\é}µÁõ .Wƒb ÒáN‚{ -Üã‹Ñžó¤Áå’ÙV+õXÀ‚Ó€®\È¢±=׈ÆmäRiâ’ib¨5qК(n#Æù¸±‰÷Úøf @ÀÕŸå"¼Ê0$µ^-‡«Á‰k 8@ -ù~ª„ó¨J)^ ¼&$ḵž0ÔÁ24å2ôm3|K$C.Vjå‚YÎàkåP·RØVrÑ:ŸgÔ£e#ï"$›Ù\—²Å/¹…­ZJŽç«äƒtò=ƒ˜Há˜:)Þ‹ˆ ùo†÷g`x<VáG~¬Æ5ä£=ö‡ ØÃðóP‰ö ޝEܶÓkк«?ãÛ›Øø^MÄZJ€ƒ˜“k˜´Ñ8âoT ü„äã$,±ØÏd+‹.uÙÐSÚÈR¶‰þx‰þè`è 7:8l[HîVrÑÓ/óüuïÓîªÎJbvòJz}ø 5 ÞĽJêgóç—\8ü /¥eñfù¯€í¾eÜÈRÊrº‡åðU–Ÿýäc?ƒø‡î I>ˆñ8¾oÏ©ÇÞKàšsi#9 UÉÄ<™xGÃ;˜8Ípû8;ü|>ž`·_` -ùâ#?ˆ‚×-§#,ÊÇûJ¯G³¬²˜œbwR“ÓÜ A'ÆNCÌ|.«šÞ*h•2HÓÓk™Eäv8¼‘¼ºC2ìòóí÷óò‹ L üàñ £N?Þoù "á,}rž^½À’ò..ú³‹"wÑH×IpNeä;—\§®§ÈñãÄËc3œ=|qiÄ&¾ƒÓ~žß‚·Á»à}pœçý¢1¤K>KŸ\¥W¿&×¹¾åÀÿ“¤ß ØkwýÄCÍûßè"@x\ߣ%¾CëÞEÛÝBËÜD_Þ@)øTÊ7¨‰¿£fþŠÂ¹Šù {…F½LÃ|…RûEºD’>ׇú”·>Ñ}Ô…Wsà}ð6øºëÚê.:ó¦FÂ7Q×Ѻß(+™ðäÁQ¤/U†ý”[½>Ëøñ ~|Œ"ëB~„®ù½öÀ~÷iú£>Àê{~Þ·@'8ù?>Üߪ1šˆ'®x¸Æê rñ9ó¢ÒàÈ&ÕyØ/Â~ö«±_ýEØoÆþ³”ÉC¹^¤lÛ)ßAxNÑ6г×åËüqp‡~äÃmðp\TOb ‡g0<#á™ ³z’Ü%ѽ‰øñküøu9ŽÇP”Gðã0jðªô5óAjr€C´ƽ|½뻩ì.a§ßnò,b9ôµ˜‘\õÕo4®x¸ÆÀ5 KOqôfsWÐÆéf­ãkUh'«ítñzs ÜpÃÿÿÑóEn¾ -"ž¾ðDÁ3K£á™ˆßSá˜ý²Ž};öó´–º¬¡?VÓ§mjä*i¦3ÚèÒõx³Ìü’«æ*õ%¸ÃSïðgÿ‘>í?{üã°CbêM<ápÅÀõ69Må™\šk*SŽ©Nö°¥Ê -kSFØFÙL»”f:¡”>ç”Üç -¸­Ù¡Þ‡8 ×î(V -®ÙÕ¬„-¾µ¤ÎÊŽÉÿ+ñ­œu ¬oˆJûYTdŽUy„œÆ*/|’rç)'b¦©ÊŽÈR¦%_–RÙ,µJ³,VŠå9Ͷ¬W’e§fDSbÄYM¿`f²jì€÷CXφ’ÿxVN~WÅÁËZVŠ/E¼S,g¤Y¹QVå &{ôheY'(Ó:EéÖDÙb’•“¡Ô˜¹JŽ)Ö¬˜jÍŒY¤§cVjzÌ š³CS­G5Ùú;%D_6$Dß1$ ò¢¼†CðlƒÓ3Œþó­Å¬>µ Œ¿‹ù_Ïòñon¬QŽØ0e ‰TF\œlCG*mè8¥ ý7ÙeÞt}ÇñÏï(B¡nØr´ÔÞM¤mÒ#¥mèJÛ”ÒPh-¤œ,R@¤PBk (Bå˜È(·Îy¬È”¨L “‡M§(Îæ‡l,{¥„çÑí÷ÓBšÏûs?ï<Åa(RÊ eJ™a”Rjp)vCƒRl˜¡æ«6Ã25ϰFÍ5lSs©f%¼«f&\P3ãoª™q>53Ö§í%îMð­äü[©1g~f:÷%?‘O2\H‡šdEœ)!R•:X*Sc¥Â˜,eÆ ¥Ô˜£Ú6µØ8\+2UjÃLc´Ó-ÏäÕrMsµlÓR-Ó¸Z³·j©/ji©o«Æ”ÏUcòwš)ɧ› >½ þN¸Úá]d¦€©ÒÆó{m7þTñ¹#£”e Rs”ØÍ‰Rl1)Ã,Yj%O˳ëC-ºÕ2:(ÛR”i™¦›-sôtËÝdyBK5oÑ’Í/hIÇÔÄôójbÚ -ÑäÓ FŸ¾ûOÁÓŠ4Y…LBL@-pò#ù¬œß‡g÷’âœþRh"6kœäYS”\«YͱZµ,k¡n±ŽʰV¥[Ç™¬SôTël=ÙºX7XWi ÖÍj|Î56ç-%&ûS%:ëºmñéÑfŸþ±> Ï£9H!+R Y0 Œ5`$1T¤$[/_•ü‚ɵ ’[ŒdÙ’‹-MͰeki¶Íh®§Øªôd›K7Ø&k ¶YZœ­Eµ­T£ žUî/د É?*yŸHÄÐëjx®O ·úô-Ä÷8ÜKà™Ït$ÁPËI> -”ƒ"¤[A‘H.çqVI1—„I†=RÒì b´•{¦’dÏSí%j¼½R³Ucì j”½Q‰´/T"ì+dpÉ&X²O‘Т?KXá5 ³ù”°Ÿº‰8;à\d£pMã ɨ„·Þ;šƒsÔ‚lJ+’”ŠŸHRÅ`I¬ˆ‘xG’Ä:2$Æa•(G¡é(—!Ž wL”AŽ™2À±@B+Ú¥ùF¹·|ô+{SúŽø£ô+ý»„ØoKH‰OÙ@œ­ð=ßLø<ÈDo9(†{hñWÀd2T¡=ªƒ%Ê&‘ÎH‰pÆË`§Q93e€³@œ¥rŸ³Z~ꬓ§W‚KïêVéU½^‚Fí­ê ¨#ÿ Zåe r|/A>YïR¸ærþO‡¯žXk@%(…{ÜÙ#Ñ=H¥d'ü5"ᵺ„ºC¤¿{ Ü뎒·AúºÓ%Øm•Þî"éåvˆî®Õ…¶r!à\ˆ§ZDÓXËDIÍi†ËÉÉé¼-«àmkV9; >7¨ú¸‡Âm-’2ÝTЇþ« öôÝÓ_TËÜâõ0äÚCa=õà°9ñA€p° - œê¹êÞ§àøàþÿnI\ó‰ór<ŒU nÜYcEŒn‘øñh/L†5ˆô%bÔ7coØàÛõCž€ øx°z8Ýá‡ÀapŒœçX<Áî8Á¼ž¤áOQäSx -sŠ/|O<ä{4ÜvbÎ&^y çã¾~ÎÝ`_€ï¥×¯‚ì7ax¼Õ#Rá F¿h:>çÙ#_Ы9„.³”¯Ðô—ú2E½É•Wz4ïÑ„`BäÊ-ôÌ÷hªÈTAªu²\EA|Ë•ÿ :â -*çƒò -ïK”ßšå< ü„}$ÝrNN ®¾–³X:‹ÕÀ»àxü¿šÜD[Ý@[]GÓ\EK\EÏ|ƒ¶»,£ä"úò ”ɧøñ1~œÃñã ~œfxN24'ÐwïÑ@ÇÑ5ïP°c$ê(ßø-–ß„Á×ÁkàåÿñáŸà[ð:óKLøc¿>¿ëi3®b‡# FbÈÆ-:û•ØwbÛE¶ë±= ÛÓé€FìÎÃn +£•Õ±šò ؃7‡ñs²Ž*¯ƒuíp-À:ÐâÝØKovÑ›;ä~8 øG®l‘BÖD)ö+±í”Nê²?žÂµäc uYÍcò8zw5YÁ'+ÈBÑ´SÅÇèª6:½ î»ø:0F‡£îÿþ•Go>ƒÖÝH_¬—X,¥Âa#Ž"8FÀ1û£±ïÂv=ö&Ërút™4ÑÍLÊrYDW.¤»š™°f¸ïÂ_ÿ·¯qßYƒþ¼®g5÷'žHbH„ÇO6–óåQù/Ïeuz‡ñç7 ‡r(Ç#03Ã1ÂÈ1ÀÀp çr‰È±â‚ -FêÏÕÕu·ºÛ5nS][³ní¶é±¶éÆv³mÒ?z¤MÝôH›´Ù4M¶v›lšÆzÐ2íOæúÍû¼ßã}¿ÏSO3mpX€õwkY“ZÒœQ“E~]Ôy-°â:cž,ï×/©Ø}°úü,”ÿÛOc_B#é´Â‰)–xRàÉ"–|xŠÙ{<5ðÔÃ䃣Ȼá Â1Æöi†OÓ<½O±ê$ÝC¦'è¸q}€Õ§ø!\_[áð3úÎs­ [Íkãò}±¤Dø¶Á• W!ñ8Ù¿.\^¸ZàéÔ^zc5™€qŒ'Fùçn²6Ì}1H†ƒœœ~NX?õèç¶ë‡¿¼ ÷m®õ«Œ˜ ›Ïà(mi#R…ý,ÐóÜÏh«f9«Óô甊`)ƒ«Š8jákÒ5ÙM.†`äÛžîgç½T­›»³‹žè 'Úé¼v: Óè×÷T #)a}ìŸaÌ­€C`žÏsñèL~ŸŽˆÐ”)^{Li³j4¼@»7k(Â¥Áˆ D6¨?ªE½Q]ê‰P zLÑ3êˆ>¨¶èãj¾(_ôëjŠº£ÆHn™ˆUù1x¸³é8/šñ{H%dÐ<˜æó$#oœq3ÆGc¢´;f‹c34—«¾ÍõÆ—©;¡J] µêLlV{b‡ÚûÔš4"_Ò´š’Ê›t\õIU›ôº<‰o«:á}UÅÿ|U½•‚4€ïœ…úg‘dú ØÃû¾b_AäÈ@r˜ú¶nVwršºR¬êH)P{j±üi.µ¤ÕÈ—æU“Ù¯FsÌê3Oi—yAÕæcª2_Û|MiwT–öžœ©¿L¢”'*M^Õ-8®Àuf;RÙ3䘣¼D®÷±Ÿ~›Žôµe$«Õb‘ÏbSS¦CÞÌ25dU©.«NµY-òX»TmT•uRnë•[WTj=¯’¬«Ú‘õe92¿¯BËoÁ'†=ã‰aO_5ÞÈDžÁÞÃyôc~ >>lp³?Ïø²#Õ”(oÎ6Õçf«6·PžÜUÛ\F•ÍcTÚš —­Ã(· ¥¶ £Ä¶ßØa;j8lçŒBÛkF^î[FnÎ÷Œœœœì9Û¹ÖUÓXû"<ÏÁ¹X¸nSFäž×hç»~kõaª-ˆSMaªvÚ³TiÏ“Ë^d”ÛËR{µÉio0;ÚLEŽ>“Ý1f*pÌ™òGL¹Ž³F¶ýs†Õ~ÛÈ,¼'KÁà¾aÉl²ä­š®Á©µßìÉ$Ö`YÞ:xß¼|_Ëk5ßUo”«d«ÊK2TêÌQ‰Ónìp: ‡³ÒTè¬38[MyÎS®sÄ”íœ5YËF¦óŒ‘á|ÕØVò¦ÒŠßUjño”ºã¾R‹©ŽUÓkðŸ…ãë?SÂ9À2 É»@+hµ  - WJ+"UìJP‘Ë,‡ÛªBw¾òÝņÍí2rÜ»ŒíîfÃê™îa#Ã=mlsVšû´R\W´ÕuKIßUBù¯”Xöw%•>2’œ«ÆøOÁ}ž™2Î<½ÈñvÐ ê\h]¬[Y•TŒurT‡)¿&V¶šdåx,ÊöäÊêq(ÓS&‹§ZéžF™=Jõ *Ù3¥-žƒJôœT|Íemªþ¢6V[Ñ;®USLåmr¯ê%â>ï|{á¤x+ðÂë®j|–ÉŽ4¶!K­ Ѳ4$*ÝkÖ6¯UiÞ¥xK”ÜX©-õJô¶)Þ; XïÅxŸU´÷¸".)¼þ†Luß”QûS™v}¤pÏ¿´¡fUà^o® â쇯4×°î²Z4½”‡e²6á=|áJnU’?Y þ möç*ÖïPŒ¿\Ñ~¢ü>E´ö(¼uTF+¦u…Æbú˜ŠÍ‚&”Rã_õæ}¨³ð.Ã5×qö?œ^àn¸‹áÎoÆ{µHé~ü2¶+JQm¤)¬Û*S€ƒ ¨‚ 4 -``x¼.Œ[f­ãÐÏkG-´ý"öÐúP'à\$¿{áä¯]ÀêÁN¸Ká¶ÃÝ?Ë&¤¸)¢Ÿ!d¸¹ÌÓ×/´AW¦ -P?ñ™A¼Up‘FǼ à¯úQI½ï쟤îOÁc}žýäw ®>Кø¼‹× -lb-·KÊ膟%ã¤HÂÓwtãú0ãÂç2࢛àOÐT1ÎÇñ4ãÙ1ÔÀÊh¥4r à€< =ÑÛ&¿Ã øámൊ˜Kˆ9¯W²À› o¶5b ~BC,p©“‹} ýiß Ce–!3·vÙÒèsxŽÅæ‚|O=fñV3˜¹iŒã>TÓÔ¬ñO.¤Ç:ÐÉ’ º€xˆ¹Œ˜ ù{¼Éðnš”6LÁ;h3D—X`‹ øƒìãƒv‰},ÓËÔd™"/‘‹%8L=å9Lì"ÊqáàcéÙ‡š%ÎQÐ:¨s¶ÔEÌŽQÎñ¦ìƒN -[ã\ÁÒSÅ+k‚‹º¢ñG(•K| -1q…ô=ô]´Ý€yC'#iõÊpŠÇÃHÅ~Šð¿B?dOˇý6ìwc?ˆí©ÓYؾ x€c´Û«°½žÝØÆ‘ÞK)9ˆ~Æ?Ciù…ˆ½ Ú†¨Øúz;Â>9z‡4F"öÓ±Ÿ‡ý|¯"ºõXõa¿M»‰Ç.òc'~ìÀGñc;~l£¨?BadO6CÞˆ…D,œ) ®‡û•Ö¡ó‘£4)-O¡DJßnb±“¼Ø¡,ìâw)ŒjÊe½¶’£ƒø±?6áÇüXO~¬Õ™4â§í~Øa  7#¥ç@¤ô‡Ù[• –+ñpRX‡N> ;‘®€P §N“ªV7œ>Ó±=—]YÈÿ+Õ?GÑ>Íä„Ì`×§ëSt…ø.u‡#WNøê _‰áë8|U†¯éeÄb‰`™ádÃ)„ãÀ'QwÁñhŽšY}œ²b -vï%"óÙeT´‡5‰ýè#“zÉê‰ìG>D_ Ð°Â9øåtg,×qœôZÎûÅ#i}ðéÄb@qð’áe°®\E°Ê`U³–:Xã!·Â À -òo¬yTÕ%DgºØÕNv¹ªÐÆùhÕïÑ?ÐmÒhƒçªÝ–@;‘t·ZÈëŸçò¼fˆ†9Ë©¬/ ^k³Ã«`mµðÕchV·¡C¨‰êŒš¦ö¨¹jZ$Ôj5G Êõy ‰ÚËüõ)t…ŒúQ¯à솻…ke5­ÇÚÓÔÏû™<›†?ShK&ÇÅhRÌcÒÔ3ʪ ±ãˆ-UW\•:âëÔ?^­Æ6µ{Ôlœ*Ÿq޼ÆEj4®VqP.ãÕ©:nHU±§Tû©*ã®ózG¸Z¿ o-éJ ñ§MŸƒfdÀåYÖl"íH~N§À˜u$fª-)_­Évµ$W¨)¥V¾¼&¿Mݪ7M–ÛÔ¯ZÓBU›VÉiT¹iJSžVIò1'ŸFWUœtCö¤ö±ÖíðÖf‘´_VišÂû^Únžwâ[¾´™GÊoNT³9M¾4«¼éãÔ˜^ªúŒj¹3êåÊhV¥KU–>UZîU¹å•ZT‰e³Š,»eË8¤‚ô!奿¯¼´«è–òÍ!=ŽíG଻8È¿;®Q7Ÿ;h?ü|×Âßø² òdÕªºœ,¹r -T“cW•µRN«[Öñ*ÏíPin¯Jrgª8w¾l¹+U»IyÖÇdµTvÎËÊÌ~ýU™Y7QH{YãÂ\Àˆ2›Vc2êAÈÏ3_ý>ß×!WA¬ª ’å,ÌPea®Ê ‹Tj+S‰­Fv›ÇPdk5Øl=†ÛtCžm@VÛreÛ6*Ó¶Ké…d.8ª±§46ÿŠÆæÝ”9/¤ÇˆùFl¯€7Ÿ±`f11@ÔŠ|¨¹ø®š×J{´Êì r”˜e/ÉVqI¡Æ9*tT)ßÑ`Èu´¬Žne;¦)Ó1OŽoÊìX¯Ô’J)yRIö—”P|R E—•Xô% iüuð—a^x\tÔŽšQ#m± 9QY9ý^¹AEñ*¬4)¿Ò¢¼ÊÁKñc½ÑÍÐéæ wSäå^Že|ÏR¹„¾ìbqì| ‘€¢_ôZ᪳ˆ· ¸q;«Fr’B;¼-Rp›Á¹tùÅöÁ ÁÅÑSBdB`5uYƒëðë,ëhæµ]³ð`/KíÊC<±pw¿T|5乂˜=Äœ‹Ë©Ä;†W"8Ú¦Nƒó>ƒ¯Ç/4±gˆNŸøãØ!²¹üÈÉ„ØV.ú>üØÎîçÀ÷ÓT}îã|lãÁ-¨çÍôÄF¶Š‡¿P#õ­&æ2bž@Ì.òG[à ^apö|üb›÷ÁVÐgˆðG Aìå»Àr²!v>}š³ò‡ï I>@`Vògt/õxâ""î5s5.!×ÙÄœHŽGÑÂÃ|¼ë}±bÛÇ·ý{\»}\`Ÿ±üÄXNKÒÎî1zäyÄÁ‹ÌÚs;@.0zœ‡•Ž^U5ù.£Æ…ä: cˆ×¼Ñˆ³ßàÜeðí7¸~jˆñgÁÏÁq .hσiÖ@Éõ*9y?Þ`n\¤&—9PoRÔKôúa¾Y³à.;îܳ2FL;Œ8÷±ýÌà;jðq´XH—³“ßYƒÓ·°^¯ƒ75¸H¾O¯^g†]c_§?ÿJ±¯Ó× ¸6€ªÕÿ ˜A´¾E?ßa¯ºƒ~ÿZSt íþjúŠþSTþß8¤sX®Ó´×Ø‚þB³^eCzæ6–+ð ú=Ûä%}‚šöòÉ‹Ë^Ôµo¯ð–÷ÿ|ø|Å>ñ9:þûÝghøOÙ#>R±>d;¸ÊÖðÊþ”þüx?þÀNu?.qH_£/иç)äËl®/±×œáß)Þ:‰õS°œÏú4=xÚðá[ð5ø'`jèñF„þ¤8œÄ’ O!½Ê>õ;¶£ß°ÑœÃ³lYgØ‚NãÇI†Æ/Øt_à °[×cÄù|´éEJz¼´“WÀ^°܆óøü¼ ^ñ—5ŒFéWäâ4¹8¥ZÍMË•bq±ÜÃöXCK6À1Ûí´ébbë&¶•´îxú86{øw®—¨Îû~Î]`ØúÀ¿àû¼e´Ò)£½)XGÈÅavÝgè‹g”A¹Øwc¿û3hÙYÄR£'ðc7~ìÄÇØLw0@¥&ýìmüår±™ìl¢b[¨ôx7‡Àzp¾Ëà×F«6ŽÂ~öÌ=äb7}±“]÷q%c-ûùØ/Âþdb˜GUØ­‡gÐŽí.²p?#tÖòT/–VQ²R^?€+ÿ ƒ{1úý#"Û#ð9ÛÊHÎÂ~>öÝ0xÙÓà˜ GuØ{™XÊxïÑrÞZŠÅ%tA'Õ좫;éÍN¸¿Ã#÷>þÆ8ÜdŒåµœÓ^r±J‘øƒÅüNãfa?ŸÊ»áðÀ1 Ž™Ø¯¢#¸N[µ3ëó¤ Oçcµ•̶i Yo¡ûçÁýN£u—1}ܾ1͸ö_‹Ý -Ç]Øϱp$a=Žl®Ò2_Ïd-àܶÒ-ôG3£‰oy³žê¨ÒæPº½š¬fêTÁ_埃ãðG?#ÓE.L3¸± -‡…xlð8àI†'žñðù$¸JUKŸÎQ%öë°ÝʧÅxõóîÖÁ!•õ ½ þM7yùéõ÷ ¯¾kw•‰¸Á"®›v¤êÇ/[šè‹Ffg=ýYGMj©I ½Q­qpåÂ5“Z ß4*RW ¶›ÉÌBM%¢RêQêïâƒTî•Pbz³˜ÉTŒ¾>ØÎµòC®ýŒõÅHåülB®Ö#jñiN@|!šÍY­T\q0%Á•N\YðåÃçÆƒR&z9ÿφ«ûíþŽ™HçN ' -Éx>=‘Gæq"óô%ðjü[áì½ ©‚Dî@~4ƒ:Ÿ\ÁÞÇõ[?ÁAº{H˜Ê"5=À®iM LVé y†ä¨$h‚&yTd𮉦Jš”ojS®i™Æ›z•mڦ̠½Ê:*Wày¹¸]\º îhqo„ïA¤`ç(òêA¨°¢1ù{>MC’L Ö”áš2Z%¡±šš(wXš&†e«0¼@ùáÅÊ3—)Ç|²Í gn—˼\iæµJ1÷)ɼ_‰áÇ•ú[9B¯*>ôsðí Ö p­àŠ_ˆ,n5`˜¦ …<¬%Y£OÈ}A–¨À-EŽöj1®† œ­ñô ƒ€2ànPÀßsãØ9x&36P±aJ‹Tjœ]Éñc•Ÿ¢Äø,u(ÞáQ¬£\1ŽÙ-ŠrtÉêX%Kü#Šˆß«áqÇ{^a±W>æ¦Ì1^m!¾l/†«™µ I^JA(9ü= ¸@*¿;‡)1)Bc“¢ïŒSœÓ©1Î Ùy²9')Ê9]£œUŠt6+¹XÃ= -snVHÒn K<¢à„s2%¼«à±ÿÐPÇmm$×÷ÿÛHàJäxY25@.È.Ì—*ŧiLºYöt«l®EáÜ(Wš¬®ñ²d¸ᚪá®J…»æ*ĵPC]+äzXéˆá4¦r*;o -"/ù3$¥õäù>¸Ûਃã¿\— P”÷ÆN88åDzáŽûàäŽ<¸=@E¨„ŠŠ1Ú6F JhŒcˆIMjkÚ”‰¦m¬™ØdB“6™hgÒ¦“Nš¦F›Ñ™d’jÕ\ïÝÛN§ã<¾Ü×>»ûßÝÿ³õpT#ƒËA1°3È&dé=¬O)–0I²FK‚M/zû<™k_ :{¶ÄÚ-Sä”Ùö*‰²û%ÂÞ&á6$Û0x˜`¸ -ïBn3;¯ù ‚»)ß'þ p¯£¥€sUp•°€|wº•ÝËŽögm‰/Ž­K'Ñ.£h\iéÊY®| w!ÒÝ€¥ÑÉòädÚ:ÑóNö<'Zz¢Ü.âÆ¶³oÚoɃð±¢vÁ±ÌÂ€Ç œÀ̼—ÃÓw*ÜIÅ"zVmY¤D¸.ìvUZ± -¾\Y³ ¡Ýhy7‹‹›åÌÍ­TÎd.Eü—\ÂO|pÝ–b¼žv8ê ÁJXy/gÆ"v?dy¦õåð³BFVq©x Õ ˜š—Âò‘TùpÖÇ—¼~>cÇ«a‰©aa«áf®>ÊïÎlTcåuü¼#›àéá'-ðÔc%p"^›yfsz©H2éÕWÂᅥK¦–K­N#²”\øÉE=ì‘n¤°ÉE#?jðñ> m= ¤ŸÅÑ2ñ³˜ùQlu¨G>xïÊñu•„~RÜÀÉk+È)£'y1ü¤V‹ÉÈ%ð%‡G.š¹ì–3È[vm šv íÑVÅÀá‹+Xd[7ÔA ËS Š¡™¨ ¾•µäv1.…ËÊøÛ -ˆù^bNa=Ó×Áo„ÂÛ KÐÁÅÚ…«¹ôÖ0Ð{ª½4Z/ÜC@=üx çÑMMtS—«'D,ˆ«Øw;¨‡•ßÊjxšA-¨"Þ`!fÆŒ¤.1Àï¬V•³PfAqÑ h=é#ýø187tñ)CWi¶û9äõ\‡u}?51H]°¬ö¿ ® TîH;\ ÀGž+‰ÙÛ¹õÔ@“H¼Ñ„ÖO·ÊyëT±EÛ!2ÔÇVêc—ývüØImìäLvPPbt;Fà‹Û¨‰‘çŠ,©›ÿ‚hº)-ðÕ“g/1—4P‡´´‰<ùIŒkŸÊ¹lT…Þˆ*8áGË!Q©$, "{8›1êt?&€4ý‡ü(AÀ^ÔêÊm”šØM]îº!ËI“Ÿ+8c;1go2ùÕªq*œÛÀ•k—*<{Á¸*Æ•eà€º0¡r=&U1>h7ù!xÇÁ p㙦_ÎàÇ+4àÏ)®—ÉÅÏHÚ)~x’}éñ÷Þ¶’k.ˆ7â!uÉP8WcSøžVE8c&(Dý,!>J%W‚B]YØ…,«,®øq?.rÍPøoSÔ3ýãoòãó¿/ÜNÞÊ…;…˜cö©±NþOŒ”kRhù©„–²ipZåR–”sà @ze¼#¡%–ëQ> ¹Ê¹\¡6®ÐW ü„W ùìªVþa ÁBgÜA ßB)‚þe}ƒáð zÆüœ‚ýŒæø”íëŠæcï#ŠäC‚¸Ìá¼ObÞÅ© |óm,¾΀SÁ½"À±þË}üKÅ—)×EÏOŽ\e§ú;*ý¯(÷’1¨>dXü?> aßÇßQÀïàÇe†æ-¶¦óÞ9˜~%gåU~uëÓ*÷1pTÑõà.œÿ_àðgpYb±ŸŒ}“¼G.Þc¸È>5ÃÖò~œÇ×Éǯñã5üø%~¼J>NÓ¸Ólª/Ó4§ÈÅI -çÞý ^cÏ|ÎgÁS`_ÃÇÄdãâ¢|Àùàñj°mÀvGž…} –œØ¯ ôj(‹¥Ø_F9® L:Éi<ýðl€g„‚ëQ21ß 9„Õ'`yÎÇÀØÆÀ55îwÕ2~E-»—¨‹ãäâÇìºÇdÈVÊÓIºåç2E}fã:Äv­óÃt?ƒô1ü˜ ¹Ç${aã=D0*—¨–o12 õœ\€S¢Mʆ¸B-§´ÂSÁÖÐà{<¶S€ ûyŒ#Ñ9‰Á}£Ê‡}?ö›°ß†ýnì÷cöw2J÷âÍa2sR¶pŠ›‰z3¼ -6à¢Ê¯´ùuü@I{d‘h±›@fS±ò±o£œØ/ÇþbƨjôÃÑ$ÃÔêF.´ 2ÄxßÊÿ»¨%;?bìÿ‚ ôOà.x†p.˜÷ÐøÙ¯Ž`eïTGåVr±Yæ`; ¿ïÁ~&ö °oþSñc?úñ£sY˹|‡}·‡WÝ|{ÞvÑJ"l§’Úèžv: î•@yN«cVáU¹Q<ÁëI¹$œb°hÀv -X@divY]øÑ‰R‹ÝxZ©ÔndÆÝ3BåîæÝI<|l½Áósà½@𩌾CêhV®¥a0P_Ä‚ä]…}öñ;˜àÈÉ O‘»àrÃU¼Z‚í&¸:ù«¯†ÅË Våb:ÆÃ´ðP…¹ AUÏ…Ãy"1TnEª(’E‘.Ë©‹fr±Œúldf4r& Ô†_réP \¸J8Jø¼ð5Àׯ«<»Ÿé¶ƒO•J~†ç4ø=^_ ”úcœoG -­çzé %*$ëÃCòq ¹¨“8¸àJi\™på3Å­ðÃWÎ?”♋ “EYµSY6úÃF7[¹Ü,ô‡…éná°àÃAøw÷)Ö¯E¦!?Z‘B <—ðÚËûÕ|î™_4|s™RFøR‰Ï_6|fb,b’–ÀYg\ÍRÈ)š©¨|:'.ËáÔ³9ý,:!SþÈó+ýØÿ\‘ƽsÉ<ñëáÕü]…TuãSß)!¥‘ZqEè¥8bž8"Ò¥(2Cl‘yb²Ja”SÌQ’¯©•\M“dkº$SÓ/÷jFd¡fTÒ5“’u\R#^“ÔðËDq)|[Æ‘;;àYÇŠÐÍ5ßÂë7†Ö–Jþ.å='Ÿ-Â'ß+Š»6N¬ÚD)Œ/æX“äÇåHnœErtÅ’¥« ]­˜tÍ’®[%iseþœ$Y7&FÝaIˆ{Q ±gÅ ½$ú˜«à#þmp ÀÙ™„äOfý`]Y Ê@1¯‹xßÊç…ød6„I¾a¶äâ%'!Y²Ò%#1SL‰²0Ñ!é‰å’–è•ùÆe2ÏØ)Fc¿$G$>ñÑ%>)± /JŒá¬D.K´þKF‰o ö×Â×þo¶ëõûô¤C…í¥â_±ÿò»É_@~ Ì€iPn/bïýÜò¹5ëúEÎ ¬^a5HªF‰Û$PM¾Üä¦iš vèFݾÁôi0 L¥zB½I9],jéPóQlcëZò—’?— ÍÖï:¯UÞOq.Nò:Áû±¸GëŒXïmÒÄgjê³4ÔÙŠ«•/Úø¢/Úiwg¶‹G«Cn¶ Ôb¶8–Z -Ž™thú3?ŽÍxV‘ß%Œmìk€WzV…ÞçÕáçÞ\b6ão1@Z5ùv·å\¾èà‹ùšÙBÅÛ)±:ÕéGîÌ…ÚrbÞv°™Ìskv<bÑn“mý$6àèöõùìkPÍÞr(öw¾m¤Ë1@ˆ$¿‡É ã‹.Í~±f»T£?C£é–äËùb9_,÷ÃîùÑsP.3‘—ª¥G4![ãÛób:tfc ¿.aßh†éÞO…Éþ'¤#™’ÛÑÿSÞ.XËz†º¦ÂgñÇÙôXCsé±^LÖI°uŒ;·Ír†Ï6È{}O}®r®:æwòae6V°¯Zgõ¦Q-_—ñõ?…7oÿdx+3£°w¡`–¥&Ynz—œõ°‰çÓc‹:¹(i:òs«DºˆÀ ; e_¾@NœXSÖ#6Ùâ7º(6þ'–±qÌÆÙÈ×U|]§Øžá‹§yL¿:æªxâñhÁ= w÷0å›sMjëWSÎä¹ îLùî‰Þ£ô!ÐúãhÊ™¬?…§¢÷€<¿†WáM½ôM½ë5I÷:£ÿÄo yí^eôàcø7|ŸÄ ÏF@¡¿ËaºÏ[\óâ}Íáo -ô=Ûÿ»v÷·]@'%ê’ôu×ß«÷Šäø­ýõe÷ÝK”<ÏÇ/â¯ñ4‰Áýp'Ü·À'8?„ÀßÓ׿DùCã;üÛmÈ'mϯۙÿ QýŽ¿±»¿¬IüJ±žP4Ç%ïó’èYzü\ ŸÄ'%Ê.Éûÿ±ø#m²Þe…1˽É]‘¥i6>Àù¼“¸ ^—á%¾xÑ-qœ/^p˼à:xÖîþ =޹0žtuüÄ=õ#Íãq>9ª€Ñ,¾GéqŸ$¾G‘ÜÍÒ»<½ƒ¤ïÄ?¥RVje¥u––YˆÉºUü> ßSi*ýÐù¨ûîhäA1ùåÂ_ËMd·‘=Oêwñé2òWðëj)³ÞݶÏîåì<,¥¾†ó.éõÞpÓe=Í*ë¬V’uße{Ò%±ûgðhšÚIÚÝ·óÅ­1œÌ˜•|XGvÙ­dwhÊf)ùËÉ_-׳m žZÇÞ¸Ndn–%ã{)öˬ}xwÃ.¸Nàz2Mñ„÷¦´Žô´¾dæÂ(r'ĵ®£Ãô8Dkèqµ‹ë*ßwÕ•rd?=.§Ç>¹º×·Ó.ßÞɳì3,Ý&ò[ñnI±Ž¥¶ßš´6¸.m Óvxy $ót2ÇB!”]EvUC Ž9¼¿ÐÈX‚gŽshpŽíªflbÍ ëDu­¬^‹÷øôõié_Ÿ¶Ü+£·ý'ã  ÛäÅÖBæȇŒÌ+#*ùu˜q´ÈÈ9¢°ÏR²W’½N¦n1êv³Ÿ§ÙÆîý²ç8|Yï{qwêû„_‹ê I«ÖºzFU2–×Å£ëTMþ8(&¿ŒüªX%O좂 -z,—nùq†ËÄd í³¤KÄÊÊù¢Ý!òsUû|Ü RÜ’úÿ@ÊŸŒÆ ŒLã«gl/—Ý|ÑÃè=ÃxY\†£J•ÖanÄ3›Ìyþ-Ƶ‚gÖE;ϵŠh‹Jl&¢Q˜¥3ÍÂ߉’ÑwYjÿú”;Y‘’µÅ6س:uòÅBù¹@Læ«×ùr£C­ÌÑ;ÚÅ¥U/e–w3}³‰¦,©—uÓeP­xÔ¨ªj½¢F%Ôê†uø|%õÁN8Ïz¸Úr&,êÓ»º%+\²B¶ñEk ÆsÝGáÊÇU„k2®r\Ób†ÿë|ZëWÕ"15Uzh…ì*WESd}™á6EoA¶ÉØÿ¬Ñ¶Õ*¶Îê±b~˜mÉêîy3}§/êã\ÃØ6ß86ep•ðD%¾Z|ÍøÚquE©xL–UUM1K3*¾HW+2Ü -Å£PnÒáÙ»­›q®>Ūê\X`Ô¶ym†zÏê¬g5>¯Ð7ªûŠ©9C£*gDTääᛀoR”æL¡IuLÊiˆ‰9­øFQÎò˜³ž¦Ûu¹+DðK*ü6Ú•Ý'xó]¯Ù8ÈÎ8þËu¹GU_aü$›dwIvÙîͽwÏwÞÿsV·”5a!£O;ˆƒ˜ºÆÙ˜³g³o Wˆo‚³Ò$h2KÀh_†C¼F§”QLq›ªÅeŠI±©Yœ¦Rh‡iTòLk%Çô°ØL{ÅšqT,é§Äb¸(–”«TÛ-ÙÿÈ…k€#~«J‹ºº÷Õ ”ËŠ -|¼÷d§J™5]k¦¸-9â²J±µTœV¿Z«%ßûìɵõˆÍv·Xl+d–m­˜m‹Ñ¶W2¬G%ÍrR Y$5sZ æ² ÛÖ`ï0wÂÛÉÊg4ŸÃ5 BÀÏÊà -ïKAI^ª8óŒR˜g•|»Cöɳ{%Ç^!6GXM’éè³£_2÷Hšc¤:¾+â ûì a¹œ 9 9ÙÓà†lÁþû±uŽEp·1’ÏP ÀS(â%¼w‚‚±¦InQ¦Øœ¹buI–S‘YÎr19Ã’ál´â6IuÞ!)N†E'ñ“êwÒ ‹Øy Ñ!ÿ<:¡ƒýsÙˆý÷aë8zÅ›ƒc ‚¬m> ØùÛæ2HV©YÌîlÉpçKºÛ%Å+)J%?`9U˜£v7 ‘›AÙýNä$*e8tý˜%?}¾õêj†­‹‘ÛÅøÛXJ€Je<+ÅèTìÜg3žf•Äè5‰ÁG"ûåüìVþ `¯ °´˜£ýì6>ö<]ØK7ôè °o–¢ƒë¦ŒÃ?Œì>øÚr15 Ľ(ð•ð®8¸Ïá]–WÄä7ˆ¡Ü¤Kά,Яôƒ0 3tU;`y¨ û†è‚!æ ‹@“ºüú]…䖬ƮA¸z=Ô«ÙPGxx憳äsŸÃ;K~L5TиªhbavÌZ’*ŠC£83ʇuì4uÄ£®Ðí#,Mµ,ƒ5,*5œa†ò0:T2A†¾–•È¿ Ù]Ènd-‹€ -îý˜SÆsºpŸË3 £¹‰p0S"4·:v˜¾hP…ÛX ³QÆNƒÜsÍe׬g2¨gQ‰½Ða“d$!#|Þ‡]m¨^ Èß>tqƒ"îóxf©1"65 - àjiäPi¢ÉµÐdæ“íXyÑ/:ªupâtpÎghaQlá„j~™ßQMèИAìêE~3¶Õ©aä§A8= ˜{;Ϭ¤˜צ$yASòÓ³Nõp£Ù÷“…Ĥ˜ôà> èCá¾À2»‰ gß2)t³œuå·Ä¢“9Û:á˜Çç®U5ä¼.žÓnÄZÿ<¸(5Ž"l]Éùúß豄Ãe˜,§Ð—ä屌/#Cô‰%ëùŽ1À¢¸˜é½ÿSEøµž®8+ÐEá>®Èlì5¶êx·>HÜ¡r&0¤<#äÇ -â²=î§Nƈɉ4†a«Q~ÕbÞñ “ê(=b„)þž(ʯ¥ß6z8kðµû"ÜgÅÞŒnÝÖ;gpbÜ6ìPöŒÚðEÊ1Њ¬'ODÍäÆòs3AÝ„/6bÀⱎž½–¼§>×ü¿vìl‚3†ÍÜ»:©A>Oÿ†wè6ÎU3øÖéÃïF}ÛªãÔíNôxœÜØMLvØ$Ïêc‚x<2ÉðJNl%/·|&íø9ŽÍ5ØìÅæ|\fÔyWÜÆ¹AçSïmßðÇôp7@|r8;@l’§G8ŽP䇸OßÇòB>A¿ÜG<&?”vr+FŒƒ”›-£ºÕá•YS„Cã{ô6®ý¢-C¸VÂÌJ¥- /JPŽ£ÇOé§(ò$öq¦äWüÒ¾ù‘Èóg%Ž¿ÃÄXÁ掷ÔtÞm:ç®|ê25ƒ‹ôf‘ÖIÖàx]´ÅU]¢~‹—©•KÜEjä¢rŒÿOcóU´Òx·‚Íà!ðG¸~Þ'Á+à˜žöϲ[ òòå›É!6‰)ô8€O¡Ç“ O Ç~ôØË&:‰? .»i*»h`;aÚÁÝ£üê¼µUþ ïik ÚM%d œ×Óúe=õ§ô2Ü£—å÷Å„¬l®Eüíá‡5ȱ95RF­x½ù i#ýp âQZÙj¸¤Å|mö³å<ç9¶Ï±™ÌÜ ã xèØKÛÒËr»Þ–6%[…kW;($ɼjd×aÏ\<ßL+íÀ¦^8!Úú½ü‡k =×a†m™·Þ»À€ŽWõ–3©·]•W=Ôö¬E´(£ ŽräWR¥µdD=^ˆ#¿ŠéEöÝŒ+ðÎ8O¶‘Á{ˆÚ‹Ò"¿BÛk|™H¢Léþ߬ó+É©™êÑ©Ž L¥èŸŽäL8rà(@~ òË 3+‘!" Èo&K:éh}IïÔãÉz"ƒ¥Žê‰3·ŠX²Ohñ_§Û¯ò÷‹6®¨ã’:6©ãS+¾h&&qê$.¹ <8Ê‘UG”ó=Ÿ¬í¥‚–’5+ÑpƒTÅ!*+H¥åOà+ž%øU‚lÑ|0¦ûž£;9¦©£¢:6ªc§.݉y“¾%&Qr#Jߨ¥Vj¤/²‚pÕ 7Æ]3Zuá¡ñ‘‘^2×C}(TµBõ+tT…ú(ƒß vˆ6†¨ãÉRÆÂEŒíŒBqð?öË4,êë -ãgd†u˜a–tX\qD$Æ \1î#M¢ÑªScVãc¬iŠâS‹†5.u©ZS[MÒ´q©[5u‰—éïSëÓí“çyfæ?sÏyß{ϹïiÃë >kp†ÄЃFÄñVxÙ‰å –“æb½fÄÊ`íÄèFv½Qê)vm4ߪ ã—Áj‰”:pxxïñÚeOJˆÙ[Úƒë­3hZ‚4Â(“Ä3ßi¢7ËD¬J¬2ˆ!^"ñR¨ÞÄkËÚ]‰‘Ï .$Ó§Qm'i>™¯[ÀqpƒÛÀãí£X»ˆXù\óݰ`íY2@HMø,gNƈ8“Ab5’?‰6‹Ãh“(c”Dnt‰Ý˜.6£[ ]$DŸ'Vý@ 2ŒC¹˜õsĤ{ëÁp xd*ñKáY@œÜ@F`|•ýA -hâ_bA4Ï£ôáï#á~¾n›9DÂÌjŽ«¹±XÌÍ$Èœ)æ,ñ3çŠÉ¯@|ü‡‹ÞÊ÷›QdÞôÅìø`n _{Âdâ…c?Öïaå0d¨¸@ïcƒgÀnÑK˜Å(!Á¾b 2KPPÛÄß-~–D1YRÅ×’!>–Nb´äˆÞÚ_ÄJÅY8uŒg¦(üw’ÞÞ|M&¿˜øO²~6v¼  R@"ˆ>6r - 5ˆ5ÄG‚C|Å?Ô$æ°ñåA#[¤mNÑÛ“Dgdz٩(;&ÝN¥Ùè:6<¤ -£#…’ƒ•9+¿•1Ä/"~>1º`Ý êñ¼Ž‘Xt;³é%$Ì(Á6ñ·ûˆ)ÜWŒ‘~¢‹bâø‚#4T‘ƒAÉA…;Ęô(ŒjäL@äŽá³!Ÿ[2’ø‰ß“X¢ØÐ4qØP¹„ÏCí±„$  ¦H£KŒ:¨q²ˆ“ÙÊÉ<Ÿ -ÔÀÆàâ¤Ë:Ä⨾Xn„˜×9Dsc;ΑÓ†ÖýˆÑ˜í£Ù¨$ó?İd$Ÿ‡“KX„N,üà½)Z'ÆXš†“à[_8®zñ’˜­’’sMþ5‰Ž—D÷uÑéȉånÊø½÷{_JøYob=Ë>ðó4Ð8yM>‘<³+9ðÞÄ3C<Ç9¸hbÉ̘MÑ"ÂIƒP:_Lg?ÒÓÃc:?s™ÆÐ’ÊÀLÉ8¥$rHÂÅ&y¤Ÿä±ng$Ì© ‘qØpy„ƒPžòÞÄ3#‘C«'³Tsòh‰­ÑÂnÄr³€›ýpÓáÝœ 77{ˆH+´ aÍß'/ö"î‘þ|½;i·sñˆõ“yÇX>aÄ ä3ÏõÞ¸Š\$ ÜäÑ-: EgšKg3‹Ä³H4‹/e1[eq&²8—&ñ]œŠ›!ÅMÈ$‡Lôfí®É¼dý4àâ§ äC\;Ï‚xfjJü´‡ã‚v #ÈR+g#[5z -=—Cž‹yÈ%á\¾˜Ë0Û“3‘ÃÙ ‡Øå]€{κ@ÞéÉúY¿hÊky8‰”V–0µÑeh—g{í2í¢]êݵK–QVž@>èÑŸ=H#È&@¢€pû OôçLô¦6z1¸åâ"{R›9é·¶­Ø&b¥¢qcUÚ´˜>3ÃW§âvÖLD6ÈyS»è•Ù)Ð × òŒødJÙ“RшŒ >†ó£¡¸³bn¨Bê³€!±€ApÀ=É"N&G§é¦OlkÎÇÙ¯£÷qk¾fnúiF§H3|ƒµ‹¿T3 c•!âŒNál”³'åhQÆ¢e7y€Èxúåh\ûHj£ô ùÝðÌ$fs´NTí•ýõ{ÀWÅí«ñT1K4³Uª™ž±šS¤pì± ‚]™Å¾Ì#ùìÉ<6vZÌB¼çqÉôËiï` kùÝyé€Î™pNapÈ{(®2V”fúß1¡á5¿Ê|MÊ€(CÌuäHÔ`¢ "m@Þb_–R¯Kٓňüä^¥>òãìGåF‘¹'¤åÛœ³Où„ÛX¨é«¸Žy(æpsŠ÷Š“+Ñ;(,«m@ªÐc}|=…V…àà”×àžß#á•ÔÇò:ÉDïdö8’Øæ¡ÚžNд­Ð8*ã]ù¿±Ô@¸Rê‡C5(©Aqà¸y‡'¤f´9DO?N=JÁDð½lì´¨]$RS%éÄvªë]i=Iã;Cãù½¦€rb¸­çåÖƒÍR?,ÖJ^h=XVa”9 NZ²\'Û\|×[ˆ\Aôó=Ë]~j‰<ú§3}™Ì~þAÁÖÐ0{xD”#:&Οи‰+9%µiZzó­2Z»Û´mסc§Î]º>–ýx÷=sóòŸèýdß~ý üIáSƒŠK† 6¼täӣnj7aâ¤ÉeåS§=;½â¹ç_˜ùâ¬ÙsæÎ«|iÁË _Yôêëo¼ùÖÛK–._ñÎÊUï­þÅû¿ü jíºê 7}¸å£_ÿ¦fÛöÚßÖíØ¹ëÓ={÷ýîÀÁC‡ýÃg<þ§'?ÿò/_ýõëS§ÏþýÜù‹—þqù›^½~ãÛ›·¿»s÷¾çýkàÿ#ç¯Ó+ƾŠrœ-Š´ Ö‘Šv¬âñ$ż™¢Þ|{Å> úÝÿè¥è£$(@ƒ"%Â`¥Âd¥t¯„˜‚Ï()~Š3”?SjÌGŽŸ+=^S‚,F‘eJ’w•&kåWJ•õȲYé²U ó1Ê|¢¤Ù­´Ù8¿WêSòü}¾Pý …Î(‰.(® Ò5¥Ò-%Ó½ûžñ#Ë•óƒO¡{ô0ü—÷?r½D§Óë #4òõ5™ÌèàˆÁ‹5BÃÐÃŽ"‘Qh‚(¨‚,è‚0J¯4õÚ<"ŽW¤é•¯J‰J*T2d؈‘£ÆŒŸ8¹ü™éϽðâì¹ó,\ôÚ›‹—,[±rÕê5”‹ª–ÍBÒËñŠõ½$Kh¢0…*\Ïœ…í¹óð½x Æ—¯\ùÒW¯]»ïooÞ¼uë6Üïܽ{ïÞýþžµ1Ou²Ÿg]+»§ª£ËSÝÆ³µWŽçãþÅ÷ë•}÷ɰʫ;F-»¸sÜÚÓ;&Ö|U;e÷‰š©GŽ}Tñù¡3Îí©~éöEC 94äÐCC 94äÐÃÿúGrØíöÔäåܯëW|gWQÙÍ=C*¯î+]~áÀ¨êSÇlÿb߸}Çv?¶¿vÊ—µ[Ÿ=WµiæõŠïs¨&‡µä°‰¶çõ¸»³oñÍ}…eW–T^:2lũφ¯?q¸´öðþQ{w:ö趺‰'«·•^¶¥âò¿Ø¯³¨¦Ï4Žã¨ª=gz´®­Îtª N;A;‚HÙDŠìa $,a‘M¡T6uØ\Šl¢ ‚k ¬@ le kH$€@ €€bÙ„gþåpáÜÍIn¹øÞÎyÏÅ+k›ê¦áä_V€¢+?m0 ôVM0ïÛ-oÍö`L°)ž•ÓE`Ô·:7T4ºvPk=úÓª¼‡cÊü¦d (›†½@Ý2”è\Xc\ýÐjl;׃öZ?Š0¯ºìóºñåŒvÇ:Z³KkÛ­çYõÍÁ(†Ï˜¬mh[Šš”éœ_fëë.tÙHæ¾£訾QÛÍlnU/®¤€C¨!·85½h ržÔºõßgz -e ¨[šòA ªÉ¯3t”›ôufy7¬ÇÞ˜ø M›G¶Ù$× ÚeѹöEÙ]¸ÊWmv|³Sk$Û¥;˜åÁ“5 ß ˆ¡1¨\aꜛoÓ× -EÓFÞ}oÍ"ê'¬ž• -1™¹<,-µÇ¡ì)Wó¨ßx¯Ñ©= Þ­[Ö€† -ÏìBå@WûîCÎYI7JcxÌÍ›7ôj[0 «[&P‡mÒÒ0yÏû°ôè.{FX‡Cm` ¾éV±MÖ 1!†"åëejßÎ7iÿðf¥Æ—è£9‹×=ÙïŒïѧ,b3G­_% Ù’cøjD¦8¤ Ëðëp`y¶9ÕËÛ¹A?³Š•¿ZbªŸâhŸ½r™³€Bׯx”/ÞΙ1{ürÂòYì°ÕëÈ!ë¬P¾ ÅŸkK÷êÁ–¹"÷*kEÇv¬—œÙ½^ª¼®Aíˆh@ãD×´ŽzÊ®E9 ˆ”¥k)ó&áqó˜¨qtRèˆej€Ð*Ó[`ãÊÇP<š¬},þfÇjÙéÏ—*•¿ïTÝ×3~Y¾ñƒ–zh›æƒ.áõÊ7~Ñ0$ê­IT¨Ä,æ±y¢÷:ÙmÔ2ÅÙˆƒK’µ•²£rKŒSŸÍ4žÛÃ)íkž¿tšê—óAÃ0´íâA×-jÅÀ/qøÏ‡{Íšx©Ö)öm[†¸Î³x¸Ú§nùYôU÷7Ó†‹RJRâžÎÄ=x>)m›†¬O yZŠPŒÒØ`›®ÕZ—°Á‹Í„¸·-.™®%C-ìÞFߎÖÚnuE¨(;'lêyzÂì£øD‰´mö1Eë,”¢~þÈ22Yn@»,¶`‚ç8q“½òP—SiW›+»©É³½ªÎ—[À ¦‡L&”$LG¦?Ÿ”6ÈúÄ¡zhˆ¡¥¾Â¾a²Øbá2ße<ÅÃÆ‹ìÉݽø’Ævç:F“k­îf_:ÓG[î/~PþPNO—¶MC6bÈB dÕï PëÇ•z——š :Í%|« 7£6ñ\!6ó÷>½²Ã±†ÖìÜ’ÁvíI¬vD0¼Æî2î…V&ŒJÛ'†­ò kþ°R­§ö¾ÕÐh†kê4>b48aÛ.²#±ú -‹:ñUäÇÆΜèZbÿ]¦‡0,ü•ùXê 1ä †lÄ«ò-”h~ÿGÞ¥¹Îë†b‘1aXbØ;eS?ŒI+åÛSsºq¯ÚñuqÍŽ-õÎÝ,7ž?+€ïÇ -çId½1ìįò÷šgÞ5]U™â^3™4Ä.ßiFGWŽÚ¦Pv¹¯{íK8Õ[ñ ¡M„6ÿzb·Oýínïú»R9ˆ!1ä*~*Ç—˜š§fÚ¯^èñg¯ã;X³ -Ǭ“IC¶äg<»‚Ç=Øòûûš_[q ÞÈ6<š½[Ü›ïHä"†<…ݧ¸ŠU¾^¨×81Ö§{Ž/ÖCu¼7ÀÕ/ú—Ì™F’Å–O“†­Ó¢¶¹a\ÛÂ;=˜2ßNû*÷G±ýf­s‡ŸÔAÞÑ@‘ß Å}Ë•Mµiüm`DK±cî*нв/_»æ›ûÎøÞK‰ù“'c–Éá"«ôÀAëœ[|ª;SäÜ‹+!ôº–â{}¤(GwMþs(:ûåûâ>!_íH§DS‰½¬ƒ*]LÞêfʆ±s&‘Sæ±AãI·G,S=DV$gämpƒö9XS®À]ê€vxÊÿe©òǽo:/ìíÿ/ûõÕd‚‡a<:Œ®svfÛîÌ,®¢«£¢®(¨(JoRB ¤I‘Ž&ÒCE”&H ЂD MRB(BJ¯"   Ò…ÿ|Ç3g÷ÌÞÅ«½ðâ¹ÿ÷î=õ‹hQM¡ÎiæÁy &hÚǯ躇/ú#i³×—è‡ L’Í8–N|AHÅÙ0¬Æ¾¸5þvÔ§’=2S¿}Ó9rð»†9%Ù2P>–gÔ fçIá éì¿¢ëáŽìá21Øþ­i˜õ,:‚8c‰{ƒ»…}Mв|mûÅ­”lA½«’]×;¸m]ÓŒüå« -;¹pâH*œT‰e½PPÅPAÝšNN«:WmWôÝIŒ¼ðË&>VËh_Ë% ?ÌÎÏ|‘äÿ¥-þŠê}²Õ<%+S±r`s>ÈË2àÈÁX8v’Š|à´áPÁØÃYÂ%¸`ƒ-{KÐsÄ€¡“9;›™‹éÆÕd ûÅõˆdPâþ ¨GïwnàÁžÍi°÷×8Ø¿¼á¨Š×´ƒ“P6µ5 Ô±& 3m¼è Áˆh&$@qöw`Ê}©òÛ!IIRÎ… ]Uà  !“H¶#eA YN¢Æ¿ aMGDæOÇ¿ðO.£¦W>§æVRùÕEµ"W¾°Æ™_'m_ _ _ _ ÿ÷†´Ï†mp10ÎŽ® -ä˜@žYö”56™¶ÄðI˜M bOEGŒ‡Ç”=J¬ ` -‡ý³ëüî7<¾Æk8<~èÂk’6HÿÃÀ@ Ɉ!íÜaÈÖ9\}È·"׎²–ãF[ÌôJœar^&†>‹¾Y1~»~0˜Þ2Ä‘´QóÚ*ɹO ¯p[ï_½'–6Äð ¤#&b #ÖYyÈÕV†c}àa‰À³¡¬8‡.æ¹'Íp¨Y“i!E£IÕƒÑÑÍ}á‰íÝ¡ìî:ßÌÞBJfož{îÓ÷¼6iûÃnÈ8{¸Ú§áÁE=à[‰ò©Ð1lá>ùî›|쀒‘4š°?1²µ3*®Gr#u 2˜=Àõf÷gxgw²¼sÚ¥ Xˆ%· Òä·B -bà †{Z§ ÈHJ,«¥$ÊJ©}ØB‰[òk¾Gî8Ï·ìYöõúnVx[ó¨žê¨;ƒ%‘éC™¬¡¿Ìº_V—´ýɪ´ ²ÔBb(1Ô…‡ÂGò¾Â.l¾Â…>- s_”z–<ð¯oÍ¡µ -7zŠãc†x·™ÃŒÐ´á„ëýñ×3{¤ Xû¯²ÕÀ}­“Pf¨³ZiŽ_©ÂS–jlÂæjéSB×ü‘êkåe¾¢Æ‚ë­NX÷=úÍgw’žß¹Å½Ec Þ¢±û¥ ؈ÒCšÒ?!Wí7(ÔR‚ríÕhürŽ2ß`>óørÊ„Ø9 ‘üPòÈ«®¦Ø_R”ÜÅa… %%ÇŒE'¤Ž…F¦ ‡Þ` JÛŸ éJ;!1i*­Vh¿¯3Ã-4aɳbøT»Mêh§·«Í­¬Qä^W.ðßãt1sƒ‡¢ÒoŒE¤§ŽÞNŒM’¶ÿXò[€¥¸òÕöC±¦âJ•¾Öb£©ÕÛVKòt'>l|èRJÿe®¤Ã¹¬¦…,ä =ÅYßÎăܰÑ0sÔ‘þŒJg JÛgCƆ EY(PÝ·V¦y|Y¨¯1'1Á¾îÂ\Ɔ ='ÐÛmò„¥%—Ú¼&r ³Î£#ZàÓO+£= ®d ùrÙ>Y}ÒŸ 6bà(þî«îý(ÐP˜oлð¦ã¢ÅÄ0úÊè+LhÇ8.Y4HÊ-í´-Ékµ¯a495lj\Ûi5ä^ÿê€~ßêø>/Afg1§[ÚÃzÈD ‡¶@Žâ/ÀWݳ\¥ñïY±žúä ‘ùÈ+c×¾tHÓ¤URù3BV~7‰Ïl³~ÛlÓRoûÄ[èØå^ëÙMFt]­ctPDœviƒLÄÀA ™‡~®âÏ«¥ª»Þ‰4¿ìÐU×7ë›5ri}gôè¥eoÇfõx í¤‡áR­ßcëÇ”†Ë·J«KCĹ1^ìÔxWꀳc=dÉmbàØñ¾BEvºå‘!íÓÝSzf’ECgá‚q “9†e& ârovã Û å­¤W±È±Å­ÞALÙ‹#ë.‹c¤²Cöî}h3Ø:'Tùy¬ó¼\÷„†rË;ÓÚOúŽ¥KFÔœ³Hú„ERÔ–<`ÅõêÁºuJÚmÊíž: lÚ=Öí!åÖíᥠr¶¯ƒÜÝ€{èûeÁñ'Åg¶öŽªÊ‰g.œ©YÑ2);î}ÏÔ9ZÌ:–6Ž¡ûŒX°¯a³p\Û¾K¤>{±Ì#ôùàû®Käm[ÜÝßÿ঑¦þc?H¦UþUó^ýLœ7ÊMcUçJÜ’¡_è[“pê´Y yÒ<Ñé…EŠís+&i”˜ŽµeáF\XØQ$o©ƒü­((Ø%³X±_f¸ýÀúÖI…-µKÊûŠ@õt6œÕKA>n,h:„}Ô½FE”9ã§Ó¶¯Í£HÓ–1ø)|œÕ«K·-_9ܶxu‰"uÀû µV´sýDó¯¨'/ö|+\8¶½÷eÃ)%:(kDƒª) Ô‰¾ áHþ¤Cvü`àe³t‘J\4 À-˜bç±Aó„ Ì;›`ô;Ç`ô¼³Ô}äš­ýÕ1¼ %šÛ·©ïȆ£{“AA! -Ղᔞ7¨ Ýàwöë+¬éCã8ŽÖÚzžÖª§íQQÛZ±nh(PDM€°‘ ²‘D‰ ÙCF ƒ‘!„@ BØ F¢$`,‹D†ä=ÿ‡Ç§çÜþïÎ…ßûÏó^ýÞsî ívt½ìÀÀÇú½±?ö=&ÀbÕ2Ð|Õ:³êd¶ê‚䊺¹Ú- -2ɧ -Ïwm¨]ûá‹RøéŸù t Ž‹†ª! ¢å§ \á,Æ~³²M; Ðq0ƒK—MÁÐÉLœãlXgC°u1{ÔÉînT=ܬ \ùfSìù‚ Š;Sá€b4ü¨„ƒÃÊWà˜šœÒ²_u-@ÕÀÔà26µÌôAs t1z o® ÆæcqÌQÄ]›!wÿçux'¤©€L£@DvÉô"äÛYA®‡dâW“"â_ÅÄd-^K.˜ËfÌᨥ³8fÙ,ŽË™Á ʧƒ›¸£þ-Ò+­¼÷–J4}4|4|4üŸò1d#†tÄ¥qHÈC5Õª-H_ÍÀßz™@ÈY $ÏEd²gÂHÜéPzåt§j*¤¦úqp}ÍÿFA·gÃ6šÖ yû>‡œÃ; Ce?äªÿ TÍäÐl,¡ÈÕ¨~øbh‹ŒëÄùÄxÆSBjÅdd®àIx¡pÏn˜ÀóåÁ‚ænßš–F/Asw]=š ÿƒ!1d"†|u%(ÒùXFÚÀ²²¦³çÝ¿RˆK\λ–ÿ,3¦d*1‰?A¸Ý8~Ü6ÉêxÎëê â‰ê½¸=Õ¾üöJA3šÃ&Èß·uÝp[eÕý‚ -° µ  ke—=VJ½Âß0ƒ’–‹"Èsùödæ­;ã·ÒÚF£‰=ÃQ4I$GÒŠãHøþ1'°²‹}µº M@ú` "†,Ä@Uÿ ˜”c  æï+<Þr=Â_–ù'/²B)³Å×9Oòc…#)‰ý1’>¥¿'†Ý_Á¾Ï fßgà¸=´ª4ý× ô5ä(+B!b(A \ƒóPeŽYáÛ{¼®r _æù&?+¦N–FpG ¢ëeÙñ¢¤Ik\®´9ž.«Š.‘1ð%2jGLÆóDhZ7CbÈUÞ Ej¡Tûðôϯ՘cÞ -ìÜ_ -\Âj¼SføËC+2£„}äØŽÖÌDImRæ@uuϤF±s‘{äDr{Ñäÿ1•÷MíG(Ó> UúçVk1fo„¶îËõÎáóõž)“B¿ÂQ>Ž+-‹vîÖãżôÔv -QÎHaȉ†<#ªTš~#FÓºüÁèj?@¹ö ¨Öÿm¥ÞÌôU“µÛbËeül«{êD‹OáPÝÕrq%¾®¥äz{uAŒ¸4'q°0#sˆ’Y<”~‹>”H` &Ø÷Ñô·!1”wSí{àjÁ%wM¦&/Û­Üžw:à§»]SÇ:¯ 4rº¡µÂòÈv.#º¯˜7“<œ‘?’ZÅ  ‡ò¬šþ6C¡ò·À9»o­Fóç×-zgúŒ fä§‰ÇØáq»$Ɉ3¹EêÉæ÷øÖ0Û[ˆõ¸î¤š°þ¼ëòȪ4yD óA0“5pµ€Ý& îÜÔÚ©o€{vïJ¦ÒR‡îéY©¡Þ“Ǧ£Óæ8é”MBǸ#©vĵ„-ó¬¦ôù4¥uø‹-Wï…7EÊÂZSd¡ti@ û~@9GŒ&(@ û¶Eé+`žÚUgv¿jÒ<ø¬WWåɈÁ…ѧFöæÍ‚»ç°ñ¿ló8£Ž,ªÜ¹*£ßµ1¦Ï£3LäÝÔ"ñÅJüDD±Owy¯OO„¦uC!b "ö©«‚3ß-Þ=ÿý¤ìâ‰GzÚÏ íz—M‚šÍc+¦¬³ Çíh·‡í+bêÂî9¶úö¹vyõú‰ÛvÊ%ÇfÊ+Çj*)";M@”|©ì=›–š7Œ ïPè9º­éí¯{y zœj¹ a çmn‚¶þ½žÀ[ƒPÏ—&‘΢h‡%ìMÛEÛXëÇ8ì‚[œå‚OœÅBpœÅbx,š l›ÂJÍN…¡{[ÄÓ»76¿>úöë$ªéà8ϱµ3N«X;ŽŠU[ÑÑ* "#²É@‘M=²$@„²¯@! !„„%a„HHpDQGiÕªàHeQ¡ê¯ÿÇÌëóosèá{ÿ\¿[ZAkO5œü:zÙ k–gð`x) LüÀ"Èë½5æÒ;;¬ëÚ…(ç5çh§UwÜ…U/œãª?Îa5g¿ñI½iùBå¶x£ÊøíÏUúWö~ƃC[kàðn -=”Z'‰pòlèXƒ¾½/¸\c0óv+_G°õ·‡;¸pÜÐ¶à‰¶?$tÀ§t§KEE>¶Qe`ñ¯*m ¶©öm¥Âw;³@ý@Öˆ„£ºpÜÈ ´-Ü@ׯ ÎØÛƒ¡£-˜:YƒùE œ­ÀÖÙì],ÀÉÅÜ<>©qñ•Á[Tðå†:øfS ìØ’»v$Àž}XØ {Â]gÐ0p€ƶ szæ–pÆÂ -ÍÀÄê˜Y™‚…• X£Œá<Ê>)(Øöä«m†ìƒÛ!Ukdè\Sm(°5†|7{Èö÷‚´p  ñïbR3ÞFæ“^GЊVÂk¨ËvÉ2FPº„é¡-b$eó!Rú£ÀQúL€¼\á#¯P¶? þ/ $Äó?C¦þaÈC …ˆäj¹~^Ž’ââßÅ¥d¼Î+XÁ–R–ëK—ÂY´¥p~Ùbx7ýf¸üyÈHÅlàuÆ´ÿX儌©lP¸m#bø äªo‡4Ä«ÿ ›žª!P\ÎÙÇ òC1‰OXKNÊ^!dQqEå¿DV0°õ5/±­µ/±Âº¹ˆúÙPqÃt ¤Qæ;Ü$ñ©W6 #†ħþ5dhí’ÞA šºõY ;ÛB©÷e(Ƽ'EW³r—’Ói Rõ <­q>ºš=Íá<êlù)¢§u:´Ÿ'C÷µ ¢¸=C,e[7"†|Ä¥õ-õÔf¢ •(¨¼h /Ï÷e˜5j$ñMÁÕüŬ”òÿ$å4<'sŸâüŸñ¬Ž'¸öÎ;B¡,¨KÔî ƒzùí¡ƒ-ÊEr4÷Eï”#ŸUú'Ô8Y¨ñôXc^Á¼)H\¢Æ’HIŒ¹ŒLÖcbAûÃXZ÷}\mß]|kÿD¤ 0¬½¿3¸½&êl ïã)Ûº¬ög ©oƒ)¿Zu¿0‰;•‘.’óÄ’øRÉPB¤?'áÇð†±¼áÚ¨ŽÞ*œ¨SÙÖ Eˆ¡1"ºî~¨6úš,uß·ØY¾åºº/µø„½lJ|Ö„%ÏVÅTOÓˆ-òüT¡8-[ÜT$íJfJ;¯q¤Íñ\iž+­ˆ Ðc»Dʆþô»¬¹ Êu÷A­Ñ`[œþ•ggñšïâöŠï6ßv%ñq †|¯W5Ɉo¡$wuçdˆÛÒò¯·¤–É8鲺dެŒÀ¥Æµ :z• (ˆ¡1"†bÍÀÐÝ õF‡c¡³&8o¾ÜéìºÐåú¬Ë?q–BžæDUÕÆqè‰rê +;{´.“"¯Éª–Wd°åd"[žÏÉO (ÛGU hþ˜§¿…FÃCZ-N½í´5[ìvryÑçò¤Ï7ñ¾0¨PÁÃ2%M1Í¢ªøŽÚµš‚ôQz.i¢4·ü%—u#;…5‘‘ÄÍHjR¶ß dÄP¢¹ªOï–áÁ÷mæÚ¯E6¦¿ ^pž“¸ÿ4ìM¼Ó¥`¬S9Àf •ÄþŠ’”QraÖ<U‘SX§¸–Õ¨ ¦²å‰)­e*b ¨}±n iü jO«ÇPý×vó+}6&/¥ŽNOÇ]ƒŒ]N˜ ô„2D,«…ƒo¯®¿ÚGe$^Ï*I›¼F!ÝL¢VN]-lPà³Y±™\©²­¨ˆ¡1Ð5¾úÓ»€{öûU¡™ÖâµÑü„½ã£[ÎWf¦<âå2¿¼qP9¿ÓÔ ˆâÓ91½ùõW¥É̤ #GÇ,Wà+š&±ÅìqlWªlP¢ú_C±úV¨ÐØM:;?ðÏîÝk¦ñreðôöy»ÿ¾€žšq#Œ(¼s…£hz³8¸ÙÞVÜÕ“ÎÅK¬x9Ž•9Ý\6ÙÌ–‡19£ae­e[7”  -b`j| Í:;Ö: ö¾Ÿ;òlÒJïÇY›Ûüe]âúf<³y -ß²Ú1t}©$˜—Ó&" -±CQ±£é£áÂÒ똞fi0·UÜÀT6(UÝ¥j›€ª¾jŽ©Bë©í+=»çe¦¼k©=ó³5êÆœ¯ø‰SLû¬[fã=ÏRú-ŸÚüþÜdº 72&Á …HS‡‚eTqð8{=(@wtö(Ð 1ÐÔ¿‚Æc_½k?¥º0tfÇ£›&{ï<2;9ñ…^°õéšwˆf?½˜VñØ•R0ë^r׃ƒÿ×åö`…_wÀdx¯ÿdBŸ"·ÛWQ!ò™júȺ;” ÊC™ÚçÀ8°8G7¯tkùT®¯:óðÌž‰¹sÚCË–(áÊ‹óÊË\pL*ž¿HÊxìB'Ñ^>ðÞðÙÂ1ÝF05â…-¬|òÀ6”±gæ]qñŸ< èiRèû*j2ˆŽœ c¼‹ÎóŸÄ2ü&3”ré¾S,šª@°Â-j“=ß!î=X…œÜ󎯇4áˆ.LÃ/–t0sÍËÀT° ‹‡˜È—Ä“óž8ÔœoZà,2Ý6$Ãw6ï3“á=›¤„O÷š#©l©v5â¹t%âî͈¡wÕ®ÎïYÝ6óÀ`ÐÀèµK†ã1`Ö!A`.h?ðŒöß/@b޹!ÁÌÛ,ý<Á6МN¸‚ʼQÎàä¨ GUB££²{2bhx9Bþ¯eh¨Wæ6lÛDÛð »'öŒ„&ÁpÐ, ­½ÁÄÞŽ;¹€¹‹X»:€½›=8¹Ù‚›»-xºÛ€¯rŽîV⦪ë×Ô£„èƒ:‚ëÔ‹aà -lÚ˜[4@kWìØÝC¾°ÏÈô¹ÀϦpÄÜL,mล˜[Y‚••ØX›ƒ½µ8[w%/•}ÃJ h­ƒÝÍvpŽýDkCÈUþ)À2ÃO@Zb$M‚8Z`ØYSI\Š©'-a®ä.bääEŒ‚üs‹ò)z„:…¾K}ñíñ©ô±‡ UüÝðwÃÿmHW6dݹևêb †!ál|¤f$C"…°WDZŒ-§,ÄÖÒbÅô¯±Œ¯±ýŒ¹Ø›y¢oç¿A0ÿ~õ{èý‚{!TŒõ+€ªµˆº€7Іܣ{nu˜Î¦ïçôÐ@ a¢€Šƒ3Äì…$&ýKB k.¾ºp6¾áÜçx)ûs|oñtÜuÎëèáóOÑ·¸cá#%wBGJ‡Ãî«ò” 4͵«lÈ2Ø4“ÝÀ´4€"åožóu„‚`DG-å&ã¾ff¿¤Ñ™Ÿ“ÙœØÊÒ™Äú Ó‰’‹Ó‰]oã•Oc†xÐÃU·OÝà…ß*¿9RªŠo ô?t4€h°òLt ÈR8ŽGëmÅÁþ‹…Qèù<,n6Ÿû‘@.úp¦ l*¹”÷+¨~‹Õ¼ÁÊ.MÄ÷ÕE+êoG(.D ÖõD óå§o•«ò• eYgõ·Ëx[€RG¸àm·Tä7ž-JHa¤‘§H9ì7xFå \qí¶Bø4±¾ñI‚D4ß-‰é {ÅÝQý ²˜¡šÖØ›Uª€üïÿlXeU+k×b?”;ÏËv¡å;w!"r†—:U”JyMÏä<˦ð¥2ưÜ+÷±Õ’ß’D’єΖë Ý-]˜î)¦W|%n ^”p]  -`~¯yʪ²®¯lãPf±xG–žÖ_ª‘>ŸªÂ#Þ—ÇâÞ”¤P& -ñÜqrNÍhM|WÔzW.N­—^Ok“öâämÒDy›(¾«Eˆ½ÖX—4X§ŠÿiÈ×׎ñv(·Ø Õö† µîV³u^Óµ¡áo1¸ç•IÔÇœ´’ûùY5·ˆ¹¢|¾´/+ëÉttáŲŒ™×!«M’K)½b>®_¨ -`)ò• 4€¥÷#”mƒJóÝPcÿó¼ÐÍâSƒ¿çTCHø«ËQ¸§‚êØÅTî› ¤E]94i;᜼•PÑÙ’%”7g·ËëÒÛå<œìjù™®– i}Mªø«®l(Ôû'”m¾¹.ÔÙškr5Ÿiöõx×|ê¹(2e¼>–2ÊO9?\†¯î-Ìn’ÒÈR‘Ù)Ì)é®'ÖtבZºy™mÝÜti×ù ¹´8£§YP l`j®þÖP¤·.iÀLgQhg0Ûìjö¾ÍÇíµúTž2&Š!ß©Mâ(*ÓøW¹™Í,b[-ÞÅ'³ûxd^_µ©¯„$é+8+éc::˜„.‰*þj`(Øz›¡ÂH.™i/4Úê’¸Ÿ¼êåú¢yò±ìTÒhËéÜá†DvOMjUk9¾AÈÉn­b‘»JéÌ~­LÁ¦×) -hWÔì+ý”ìöNJ¶\ªŠo ,eCžÎFàèiïÈPoºs^l{`¦ÝùØÛOçgýÁ»Obï´£IÍqç®^N®W§ k.f¶–» -X4#¿xˆÆäQ˜âÁLró`&©µ'‹ÔÑ¡ -(ü¯®Þ&àÙBÓís›ŸÞËL^ x8<¹áº¯NîŒÈéiÃµŠ°ÿa§Nã¡N8ŽmìÚxmÛVl§ÊŠj³î;Ç„÷=c˜qߌ+ãÎ5Žd­–„´¥Œ°ŠýCÒ_¡T£öÚRʆMŽïþüŸ›‡ÿÿïÇßÏ£o]mTí™Ê¸kEåI72Š9=ÉÜÜÞ„B^_|Q}oTî•;‘YÑ™Ím Ö!ŸhÈ!Ê7â¼Êfü¦³mạÜÌ-3•—VÆ‚û¶.C}®A·;½“[Ûüò/óƒ*ª®„Õœ®‹¾šSÉnKæ%uG—eõF–ŸîàÕÞ )m¸Ìmì Ékn¸DCÌ—ÈÛó xŠß FyÓòUm™m†{¦ï˜ž±8òø‘µÓÝûN½ÔÄÆ.z^Í fyÅõ  ܆°†´‹Q­1ÕìÎÐóé=!Õ§z‚k.tžoìdV4µ³N·¶ -…D—hàÊJጢ.*o\lÒÚò¡Ó`çÔ}Á ½!Áq‡žQVË}·øKý^9çz|ËJÚ™ç³Z/'ðC›C¢ÛR;X×JÚYüê›L~ó F]k+£ª­I(’\‡B¢¡DV• -på'©¹6Ío_÷éK žïž2Õî›°´½1në×ðØ)®ê¡{öéA¯Òœ>ŸÊ䯥ð[,>³=¢•Ñ‘ÒÊè,jñí®j¦ßn¹Nk½É§]íhŠ%EQ$#Ž2Y Ôì—Xâ+I¼ëV—|1¬³qxÂ`oÿ´©ö­×æÖSÖô ØE— œ2òÇ\‹9#îg£†<똃ôŸû!×¼ÿ|Íû÷ª×peƒçhóÎß<ºº/ -%DC‰´8~‘ý—äÅçÚ‰Mþ$>òB}cÿ´\ÇìQþ{³ãuo-¼+^[‡s_Ù¦¤M9äÇN8–’" ü© ~kN}+Ygí’¾VÅgÃcEŸÉÎY‹¦¾I‹a Ç㙳¶©Þ3ŽÙnoÝs§éùŽÓÁùÓqyoSsíßäØ¿;{Òn¦>[à}-‚_7‹~æKzÔ/Nº÷ò;‘Î$šVUdj¡±¿Ú…Ð#gÀÀ&F0ñc-›‡Ð­£ÝìÙÎó®‰sÞIvsÌ$Û¹°$ÛùøD›ùô›…¢xʶ0pæ+Òb½i´ã Ò½b¤Î¿¶­kZU¬Å2<(ÿÀ…šJ:4ÄCÇ< úöþ0ôðÂQW˜û;‚`·âd³âLYñ ±^a_ #°ƒ¬VÓ­V „²R)F½N" ô~Aêz²žÔ´ºc}-öIñ°_ºö¦áða6”µB fÄ€¦9º6N0p´ÙÕæV P-àài7Ïcð&øyš!˜j†ª)Nxcì2±ß!Bê%5Í-Ri1vH`÷–TìÛ‹ýŠA8¨BÇa7(:@Ý„msKè[ƒ±µ)Ì(&°¢acc G#¸¼)†`B¬…1ØB"u÷‰®‘HuË_‰ð°Q,›%9Þƒí;±[Îû¹@^Å5­ ¤{ ªGL ih ]#C€LÖ‡Yd]PÈ:°'kÃÕX žBéé!µ< öÇI¤ŠQÑ|ˆ‹q ±!R›XØô½¶È:a›<»šCNÉ -*F8¤vJzPÕÔ†¦6t´4¡¯¥C-uµÔ`¦¥ -K-P„‚DIqÄIK!|ÏV0܃P5yDQBä1mDÚ› „fÿP*è в@+ ­2´K!ði -…OG(èwÃ@ [ñyþ7M>ëõñÖçQʔ׎ÀC:âþ‚3ä1‘´œ ˆ†h¢!Rq'U÷‚£wi&êH§!Å‚x?*¢ÂVB’¢—XÙ‰‹ÌSœOþçÒþö¯K_ðçgÌû·gÎùßÍša eOù ŸxŽæ»åÞ£ -2û<Ÿ§®…hC"ѳ{3b·ã„Š,2t}T' “¸dŽ/u)>4p1’»œÎ™ àfýÅâåÌ2«ó>0 -Þ3çÎ0ï¾bÜ+ІJRœð)üíINíYÖZB4$mÝ€X¢!^qÒTv᤮<òÈÊ(°:‚`]Ê«M,ºšVÓWœÝ(Ê'´µ]& [²«Ä|c'û2_ÌÊéÓ3äâê´~eúpËÕt%[¯ ùª†ÃPºo#ÐëAƒÅÎÏÍ6{ßòœÌæÅ6ÏÅ?¢žðC#¦Z"Ó” ñ…rZJU%³¡”ÓÆÎ/Õç–w_#\ë¦Z»iy=ݼ´»$S.&g µ“³FšÕ+_´!Ïp”ïÛµ‡7ëÄŽ\›=o„N¦³×Ý­ëñó|Ø>Ö~1uˆ[Ð[«PÓ™œŠln‰ ª&’z(ÄjI9‘-)-KŠòz%DU“OÄßâªóµ¨j êeŸ.ÔÞóm:NïzÝåhòRêfõTæãq¯'£b’åÜhbKic¤0j2[«Ë/‹JHDIaa¹”XÄæ“xÒœÂif^oo6A.ÊÎä©…:ß@ªáŠáz¨Ú·˜¦–[Í·, -­ æ%ûŸ ºšOz¹MȆºÃp½ü¨<7¾‚ÃÆÕÕ2ÒZÊk²„ÄŠÜÞìRF Už^ÖÒŸZv]–¨êÀ]éïL.¨Eÿk(2\5Fë€uhýÞñÍ Ý§vÎÊÏ|ÿÛm—£÷•žgGo¢Cå}¡‰]s¹‚˜2f¶¶ª)™STŸ.ÀÓð\UA?¶ª²[Ó$K vK£)’¾ØÒþ®8ò :_®lY dõ@7ZœCk? -Žmø«ïäÖ#v»žL9™sw¾¥ð – %tô]ÈawG–Є±ôÒv,›ÐœÜ‘Ò˜q=Ž™×üÚÝÈêfuöD0¤×#©rQdÕÍu€¤j(T5”êÃH¸uÞu]7wÓjãï6ÛLÛšŽþìê(÷+ýãšC³ëúË)’(jAWLc† ¡=¾=EÕ–ÛÁ«èŠèhì¼È‹1í7Dö üÅUŠuVi‹\5X ßk-óÐz#=¢ýbÔ|Íô/'ô&flL†»Ø÷Ü?‡nŸô‹fÞ Ì¬ -Rn^ÁÄö]j”$v`$—zËøaRfG˜LÔ*j  ·„òMê@‰öJ(V5P VAó¿4?vkÎ Ô|òàз“Ï,õF^Øï—þádÃêîËšFERïû¥‘ïúsƃ(¸ÑкHe8û¼"®%D™Ý|»¤9øN='hLÐ8®d Ž6HªWJU %z« N_x»V.H÷¬˜™4Xq÷w­‘y«­²y»„³Öœ.^ô?Ü1¥3çp„§(BÊcßÒ¨GhjèÃFà£h¦ÿtF=úI1ý˵ºå]ó›¬õ}0IóŸªVʵ5€¢§ ìíŸ:·#/•ºÈ½½ŠySmÙ‚ÅáÂiÎíNÕ¾vð(ÿsqÎ-6ã•gzÜ,*ó§9èÏà -ôlÔU¿ÙTŠï+b…ï«ÊrŸ9V™÷\g)jþ§¯gwÉêeµÐ7i@ÛFä‘ü[dêî·ˆbî; Ù{Óµ¢¿ësþ¶2¡°¶*o{–øÎùÎ)»è±è™²èƒG/|Âó|°yÞ Ùy¨·$ê-5×k±9çÜ¢ä²ç;^¨Z½× Ó]Èä°&¢|¸ -‘½ß£)Z6YÏY>¢O_>~ lÙâqùä™ÌåÓç–ì#–1!Ë®Ñè%¯ŸÏè$Ô§ó¸sŸ.áöàc§:Hv²²—:÷ø¢”#Hÿ8‚Ÿ H¬[I=-2ìÐ̓m)°gw íƒfþpð -ÌN¹Á1[g°°wk{°w´g§Óàád ÞN§Àßé$„:YA„£%`, U­Û‘+äöëüê…à¸s:÷¦)%¥Å’J$BBQZÜÒS·Å>‹™1˜3f1‹f˜ “u2#ƒÉX"#†ÛÕ"ÅÍ-*=I=‰Š.O7]•ûy¾·ÓÏÓ?ðüðúùó>çs>?|!óß(`îœ 02‚© –-‹‹UXeV›ú-?ÁF×½°yÛ.pÙ¾Ü=½ÁËË|¼·ƒŸ÷6ð÷v‡o7øÙÛ‚¼¶ÊËpžßs½ÍÀ ±ÇÀ â)2ÜÀ  æ$ÁC:Ì5Ž‚f(0Yq–¬ óuûaÕÆÝ`í°ì6{‚½“8:»ƒ³³¸¹lgðvÙ¾.Nàçâþ.pÈyù. ÏêòE@°±ÔfkÀ»®"òóFú{@²R4.BãCpRg„Aˆ"BÊPzaMˆ„w¢!üPÏ£èÏáã˜a˜ÉÐw˜Ñà)ìÈwü¿á[C·†Hk À:XAÔV; íp„˜ýÛ€xt7à°€Ž „0^„¦c LŽ…°Ò¯Fèp€º‚èÀºèÿà¿ ‡ñÓ¨7„©°1ÂxèÛÈ—Áï"ƒ' úcá<ˆ[nDëå¹i P\l!Þ{rVn{ØH¨ ƒËÆZLTPEÑ€®@ÔÅüi&ÍbÚH³Ø;¤ÏØ~ò4fˆ2‰~M ¡…ŽRŸ…LûCß‘ô&Ò4D! 1WÍÙ˜^µg+0ÿå´°ƒ@Ž‚H"„1³ØLʬ"ö3¶,î¶&~ÛDû+âýcD}:¢/a;ÀE1Ã^1ûCG½áoã„OÄêƒ4ÍÜb¬–uƒ%0××s=ðüœ°ƒ=2h–LÃ&ò)3ø“ô¸|ætD1뮊ýWŸøw™ó_\w -×ËÃ>㢒ž„ -„sn£Ç]èñ}€edtsc Y™mý -ànY Âíë e·¤ôa ÿ,8C§¦É‰qï‰bö!‹ÿ^)x‡/KžÀצ¼Å_ãÛÄ£øž´!lŸ¤/üÙÉÔ€¸ óRp;ÌixÃÖØHCÒ@^kL; 8Y‚ØÃ$»áäí³’ûfR°'>pÉ„©&m‚,àÓÅ#„ü“Äbé+|Uæ¾A6ˆkÉz»ý$âßÙw1³:±O¥m¸ÔüKÁü+¾>h4ËŒ²vpìÌAä´Ò=¬ Ó×NýäþéÔ±=ÒÑÇ&EÑøq.>Lã -‡Hbés¢,ç)A‘ÿ„P&Y+Dl–÷Fÿ.¿õP~ÿPÞJxœu™øTúKÔ€¸1j0Eà,ø§a!Ä­Y -IvË@²ÙdÛÖ@Žï†/yþ®ÓùGwOe‡ÿ<žAĽÅÒY)}qIÙc$§ïEç*ïD«”Ý1UÊ.²Ny‹r]ÙAéQ^îQ^Œ~(×ÅôeiIÏÒkIÏÓôùÚÀDè«Í yH7›CζU ÷±›Qìwy_xÄgBzx8—€}!¥Ðú’RzØÜ¬[ñ"ÅMjfQµ@u=ö¬ª5®Vu-þ’ê*­KÕD½£ª£ôÖP{ó+cŸÈ*bû3ô.ÒÀB˜«–€xÝ9.…|÷•+}l¦Uû&Kï-94¤ÀaúsHñ÷OÒ„·„lÙ ¶@q•.)n¦å¨/Ò‹ÔMô*ucB£ZÇhW×ÒºÕq·‹Ëâï+JirJh}Yúoþ\`/]‰–‹!Íֲ͠ÀÝâ‹j§ÕŸê}å‡<_k‚HøÔ¸–¦n»òÃ7óõŽ5Så{íǪ<†Îú?Ñ ÃzTQÔ9•ß"Kþ’Æ9­ -Jªx’r '·ò,WU¥æUW•ð~­Rñ:*嬎Ê|Vwi.«G™Ãº_ ð¿5ð-A†­ œv0…b·¥5Þ–œÛ³~D{Ðu@{|ï£s¨nu$ùF!…ÛœGO¿ cË«Òø%¥É¢Š3I™ÕÊ$EM ¼F.ÐÕä Ûk29¿!:5RΕ”s¯PŸ¯ ¤Ahi§lAá`j×%ª¼V¼ÕúÙ¾Òp~ÚpÔï~mXPG>¦¥„”بŒ—Ôä1óÎÊ8ÅÊ4aE^Šä|VržV–\ªÍHÑj¥¢­8é†VÄï¨ñ»KE¼ÛÅú@Ò¼kf)–Æm³Îl2žÕl5}_ãe>Ö°{í`³¿ãã‹GvÝ® l«‰ˆnÖD³ëJbS+” ¹ª<¶*/“_!•ˆjSSeõ¢ÔÂúäÔªzAÚ¯õ\QëNr{ WØ©á -»Ôú€àkÃ[A®Í(¶7úTéb2Y·Ýl䢯åókûì^>ìÛÙt¼¥Cl¬&2«5d±º„–] dž‘åqÊE2–›.ѱÓó™Ò2#C§£¥_kˆOk«¥‹¯ ‹;5ú ?iX.¹Í|PÛÏÿ«ÆÙh¢ÑÃôU‹Ïòþßü6Üm=´³ýÒ‰£Í(B]>¡¼:&¥¨"öTN)½Pr†¥áɹµ´‘Žš“ÝHÉ-Õ‘ó.4r[ëcNµÕ’2:*ÉÒÎr}@høð‘éÊù °6ÍFÃ?ëœæ^r_øâ¦÷âG]¾v·nô¾ÖzìÌ×é?Ô{Çñ¯8’º\JW'´(DFÈ „qìŒa³o˜aŒ%B¡Ó‘6-ZNRZHqÔ±¤sJ‹:Õ…tuU.©äªT§¥ÍVyŸß?pÍíëÆóöûõøÜø>_ví%±¢â\TjÉ煮ýÕ ;óN&Ì)K+M?šY•xdÃoê#»+:zZU|ºFu´ñTÌÁ¦ÊØ‚—Çæß*Ó¨†l#}ì6ÕCÑ݉ -+ݾZ[Ý®zG½ŽVºÁÝV†ùõ;®uÿ - 9U/ˆ,ûC–rð¢â§Ýµª›O'ìϪJ.Iú5ýdì‰ì*åÉ]UŠ_‹+5Ñ• '£Êo–G•Ü9]Ü\¢ 6Q 9TC¾‰.Ž›é|­±Ð~ÙJûÏ;ÖÚmm§Ýjw3»úÀÏåLKóä-®´¨I”´·^¶vë•è­ëêbóSÎÅÅžM)‹:»®<²6ïù¹¢2ùùS¥² õÇ¥gšK¤UwH+Zi‚Íz:Øb¤‡Bcœ˜3i°v®VW“ yÔ1“4ÿi?¥áùŠ9ç;|+Û™þ%÷9‚žzûmaFöMɦԦÈݪe¡¼>©HR¿¶Xܰ½HÜxøˆ¨©ú°èÆ? ï -/µí^x˜¯ r©†¼ß¡xÖ$TÏ"ﮇwõHs§©Vc·ãÔ‹Ýî¦5Þv¥/¼Õ ´™ùR D»Ñåç ÛB™?xI!à® CDn¸ù\ðŠyààšrA=å6BØÎ¾æ -?ñ‡„ƒ‚>ÁÁ;þ° ‹?Ê£pÿÄÿ}*¢©¹ ¤‹çAé°*×ÅPù8Bâ¹Äâx6k¨½MBð÷ˆ!8,ž”I&„Õ’oÂsÒqÑ5é˜è¦tTÜ&¿’}”õŠúäo…‘¯ŸeÏ…#¢g Á`*”³§CD5D[ÍÚÞ IË­äí€x–b…ÔË4M8!Z/åEމD‹W(FÄg”Ã’ËÊ!ɘ/’û1Ò±Ÿ$ïToDU/„½ªÑ â¡xX®  ôC5ˆÍ¡²4A²Ý<¤-³@š—R™Ë±’ï‹8g\‘,ù*ÿQ1,ÍU}‘ìUJ‹â¤å ýÒšÄ>é…Ä^YCÒ'ÙÝ•dÏ“»¥oRž‰zR‰?%Þ—Ä5ˆ”š ‰jˆ¥"ÌF¢…1Ò—ÌA–ËB¬õ¤!+Èk"¼GWE²‡â¥ƒÊ U_䯤Oò«>È -SßËŽ¥÷È*W¿•]óFv5£[v;³SÖ‘õTüúÇ6éیهÔ[òÞ•M‘êë`åßô¡šmåüYH1ÿY¶&Èvž†5rècëÃ~Ê’…ö§ÆI?&¤©{bÖ¥uGåþÅçœÆC7ÿ»ï£¬Š§ž¨í®}lçfµ¶C…°È‘sŒqŒ1†¹cs`fÌ`f3r5µ³U‰M­£ØzPv?=Km»û{|ö}óâûþ‹{É%ÍGˆ3g#ää™ð¦ìéˆ6ÊTde6AxIŒ\Èì…½ÁõD-c:£W“µ( ¿Õ vØìn[ux+ ßhgöü•Ñi=ßçÌo9!ž+ÄØÐ_0(ä<—1 §dOÀ˜yã°ÚX””6­¤ÀoÒÇôÐ41#´ø ínôµ¾¥ŽyWÅ.c´(s€Ü8$l·ø]6 ç- ·,—] ÝŽ¼/òr^a»ÿB¾6GLD>Gcð£H"U›ÇŠe³b…¬þ89뢉ÕßÁº‡`õ 'Yê¸i† -1GmŽ_ÈjˆƒÓ¤l¶Z”ýf¹k ´ǶýÍùvçïÂÁUþ•So¸AçY°ÀçÔxÄ1˜Š£ö&e³zì; |NW‚„Ó‘¨ä´'Ýâ´%ßãÜFsš&Ø ‰ÓôºÄ9ªIþcñ›âäæ× ßÙÍ´\Ü=vÝç›Áškž=•°pµ‘ÔÌO&Öaò%ôŒâRj¦ˆCέ,Èb˘Yâjz–²:Ÿ¬–å‘d9¤a)…øD@!Œs)„gŸÒLAÊÆlg -L€`ŸÉǪ#fï”'¬š]l§nžw|Òâ}ª¯>È£Kª’Æ&Ö ñU|tž°ËáÐ "zn¶ŒJa(²)¥5Y9òšÌU ‘ú@#Tã³4åøÌ§%Ú¬©@ÛZ€œm¦€³Óˆ÷­)›,73›¿ålýL}Öaøæ•w›.«•áךåpd™Q!BQù%6“!¤0I2<-·6=£L£IëRó›êÐôžZT^¿"…:,ESFÊ>¤o06æ o›1àýÛH¿4|¯Ô9g -©÷(_³–.:ïä/¸:1_^øž<{Ù'í…g8bÊ;!|Ò7-`2˜à7 'ý0•JüašBðyÁÅ{ÏÈpÞs73¼æ‡Ò¯Ì.¦y-¡µ4=Ýß…:ÐÏJzt[êíÕ…:G  +¶:ÊwûŒ¤«N6üw'˜o¿"¯|ç‚]>ëŽ\r» -[r þ¯OœßR`¢Ï,Ék99éÊ -)ñÊ[V‚ç;1Òsµá±Úçþëxìå•¥m‚¦dô¸‚të@CºPë„T÷»®ä×&¼‡¾`¬;í$¯Ÿ8Œ]?} -¹ær.rÍÕ3hí‚¿ïšG°×º_˜Çzh¸û‡¸ðË1a—>RB/ýÁ¹ø‡ôÚÅOÍÁnŸ~ -rûs:ÀíÏŸ5+‚ ‘êkƒ ®>èÿ|×YTÓWÇñ?sÆÎD@D@ €„}°C²²' l°„,A NDQqߩ˸T´Ct,V«Â¸¶p¬ë¡ZZwQDE@í7ÿ3ïñáóxÏýÞíáÿ¾cF{õÑ û¿n‹y(¶uðq®B€wB‚³%AT<1t’Xt°8Ip¡HK€Š*NV²ã°‘‹}©±8ÁŒÁez :Lºw„ nœ&ˆ‹— ¢­› ŽõÄÞ_™m†õ #Ìkál£…»“ -^Y úŠ’†&"¢“@‹Gb| Rã£ÁOˆ‚<>yñ([Œ¯cÃaŒ ÃVZþ†Ã&ýÜJ—.Ä™›ñí]‚Øó;A4 ›™­ÆÌË1Ç\;ë8:dÀÅUwO6¼¨) Ä#0˜†°Ð(D…/F\x(R‡€ax 2ÃüQæM¨/–‡P±&˜Š“:È38{• Z~%ˆ}¿ÄÆÇa!þ² f3Jñ7ó\̲’aŽs˜ppMÄܼ"áéj0|êç‡H?*bü¼‘äç–/|_wȨnPú¸¢dÑ—´wÄÉ.‚øæ>¹þ^‚Xõœ ªÉ†b3²AÌÃl63lSð÷y±°pŠ„µs(ìa¾›?\Ü©ððXoŠ|)QÜNqÅŠ3â< Åc>ØäNàö%ÙÌFÚ|;${‘Cü‚B3š -:#É¢$æE#±’†¤U¤ 4$ï¢!å ô–h0ÚHç¢Áì$u/AjéÙ°H#Q`OFM³5ÅAÔç/ ,Á›?÷ÿ _W°‚)`-¡"5%tA’•ä¼±H^‹”ÆXÐwÆ‚q Ìã¤Säul'uÄ€õ é 짤·4pFhÓœIÚ$´qÒ§/€œlH'R<€íã^ ;Ò£|–vz$˜Y1`”%€Q›fC"R·%‚ÕœöQRk"8ÿ!]L÷&énÒ'L§õ'Lò†Æy“ c<$ ‘>¤#ÞdX[‚ï8 O'ð¼!òwƒ$¢Ä@¤s#ÁÍŒKvM -Øÿ ƒ³™î^¸‡éH;I:Mïé}:ý6}2ýÆ8ÿ c”?ÌáO2ù` ð‘òF€$Sim£-Øäõy9AîçŠÌŞȈ€˜,<9Wu*Ò lð6pÀÛÉ™N?È™J?ΙäŸâLðÏqÆÿå|Ü⎠-çŽ_s? -‡ÒÞ 'ÒÞ§¸/E`=i -²æX@H6ðÜ!£ÌGޝ3òÂ=ç‡ìÔpÈÅqç1!¨àN êÒ'kŸ[cÂfá¨ð¨ð“ð_ÂÑYѰè²hHÔ%?¿÷IÞŠ‡$/Åc’§’ A¯tš÷P -®)È&͹ÎC6ùTTT'¨CBã#¹‚Ø)E6s\VÊ•ÔHFÄ«åC⦌AñîÌâC™ï%-Šw’¶¬É…¬~Éì7ÒžœWÒWʧ’Ae¯ì“¢GþY~W>%¾•)ȱš‰ƒ dÎvÈ_h‡2hC\ ö‚&%hª”G+Ìdå ?dTeÈV(û¥ëò^K·¼’6¾”U=—¶=“¶?•^Q?–Þ+镾(í‘¿/º“1œß•9–sC1‘y5kJf -”dƒ”lÈr²…ÚÕU‹ì¡ vBÍ÷éš$ÿ±¥Ü¨} (_ø:·<ç…b¹êIÆêÒ?åË{e»*Éj“ŸÐödœÑ>ÈìÐÞWÜÖÞQ<Õv+4׳Õ9Ã…sFsÏ+?g›‚ÜÙ³ Ÿg\Gh\­Qãm‹º ¬Œr_™è3´‚>°\’ôªRÉ¢.Q>Ê­*} ¨«¾«hXv[±Ew+kŸ®;ûˆ®+»U÷sκ›Ê›ºëÊGºNåëe?å¾Õ¶ç}(=“7¤jËÉ7y–æÈ Tóæ ÚÅ -u^Ö¨´›6F:}ZïùnMjpŸA÷¤6›÷°J•sG­)ëίYv3×ðõ5åzý•Üúμú޼ý¥ü3ú‹ú …÷ôíÏõ§ útß¾­…GÝnäïÚüln6†zOVGGŽ”Æ§ô¦ätæQ™­´ÜÊÆLfmµ¦¾†Ú^_9P_™É©¯È¼S_J]­-ÎØ(g¦o1é?åó‚gÅE1NzfËŠ`É!!¬Süܦ%ôsYôùÀq‰'ƒ”ƒ÷û\H·:ÏP¦ZC¼Æ¢Â«â’ºK“²[‹ÒutZUeö…†RZyS1­¹™Aëm.Êk.Ⱦ՜O[n¢g=©¦g>+Í£nñ‚qÜ ñRâ˜++Œå±Q™¸Ó¡I|ÛThsØHôñ°¥üâ ³îL¯·%§#È}¤52´¯ál»:1«¡4µ¨¢ˆZÅÈÏmÌÏc¶æåÖ²rò:Y´¼aV&ý+#ï!+#w¥žš³^‘Aû±„<'.‚I’b˜/#„U°õ0ÿ‡5þWCZc$¡‡£û†µ§¼ÌÇ.¸v„w³bϵ4ÆS«k’ ŠËÓ*ó˜YMÔ mç *Ø),vrá ;±ð?í EÚ -–›ó¨N¤o”ó‚çÄD0UB eˆX+ÏÿW»á×þÃ|Ï/«ð­q´‰Kf²³£öG8æ#~Î}½¡í]QgëÛâÒ˸Ó/Ô¥–S+3KsÛãJJ:bK›:bÊúÙÑeœö¨ò{mÑ%ËMÑÌµš˜¢§¼`<7Cº¸0K `Ã>—.y¾w—öóIYx4¥)pûš‰ôôä)õ±1·ãƒ#g:‡‚|›û#¢«zbRìsyÙ­É%)iu±uÙ­µÌ¶ðºÆ¶ðú¾Ö°†É–І¥¦Ðº•ú°ªõª°Š2^0QT³Ä±|/[d`§W -6¿ÕiaXšQ#ÌÞ4–äL[« _u6º8qúkÔß»v8$¢d02‰Þ›ÖψëL©oÏjig4³‚;zëƒ:'jƒ:ïÖ²×+ƒZž•6n2yÁ$n†9‘8Wè;žÎ83^Àð™¨+ô™ì)ðæ\É?ÍY¤Ÿæ¼Ìõ}Mó~›É f±LïgVî_!ÀÂM>¸~WÆW$áë5M¡žc¹–e+Íê‡ö'÷\ì³=|’o{GDÏû&Χû|M;=—ší5—Oó¼U“å9ßMõX¸’á~{1Ý}áešûì¯)Ó¿%ñ‚¹|ü_jÖ»ܾÆ7æù`ü{"\ÚÜ ½ÿ=Bdmî­Ù4SfnXä¬ÛQRלÜbV\ƒ{F{/ûÅ{,G$¹=NNr[¡'º®V%¸¬uÅ»ü0ç¼¾xÖéÉ‹Xç•ÑÎv"yÁb€ÍV€G_ܘ™˜\"À¥U"\|#ÏÇz¯)\óŽ,Í|k|8ç)õµ¥Yì+ûà—öž>/\Ü_x‡º¼ s~æôšêøº$ÄñMk°ÃÛ¡@ûw×ì߯øÛ½ûÝÏîåg_^~©Xí¸{`v -€s›Û? ûG"´nËóW降2·udr¶ÉJ©éÄ|41þ`néýbïöÑÞÕ飻‡ý¶¿—Ýv¤×©OÛ?è¶T¹Ù|êpµùtÙÅúó¬3å˺#åË/<=eܘã\›¾нÐü»0Tý%'P´«(–½«.“²«­³KÒ Ú5ÐóÞ5>îºkfî°K¡Øþí`CA[K °=‰Q¶˜jcŽtŠVY™!ÛÒ ¿>iŠ3¦øÀœ—‡}óW¦n\¾ Ðó i |G¯%‰™¸_<¤£På` j¨œF-ÔÓ³C#C -š[ Õ S´79n&ÆÜ‚v ÃOaÂq¤ÓÇb#26’±Ç€Œ#ú¼,ppûƒÑïz¿çîPº@ÿ„tŒG ñp”‘òGùý¨ è„*ª6¨¡yu´M¬kŒÆ$C4'‘ÑZ„Ž$]ô$épËšFéÁd ¤i«#SK kŽðrã*À•[ýÜ´¬”=È}ú±‚!( vE$]QBÖ¥Xâ>S6×?G{À¯X!ÈÜ–CˆïZÀ…mlì&àyB@†h¼[ᵞ€kðüAD;‚N¢'ƒ.£'ƒï ?E…¼C„|A Cý%6 †‚;ÂM Z›iÀ.±ƒP¤ƒ´zD ´y5„…¸B0 x¶à¤Àçb ¨3\ƒù\ùÒŒ™9‚'ÇŒÎcFCoaFBc†C»1_Â1ac¾ýá°ù#¼ûHàùþ€„4.˜Á¿Ù!ÚÊ뺢½WB$ÞˆOMô$ˆ&Yc¡E£¡:Ü÷°:Ü·°}¸áðVÜPxîkøÜâuü ñ¾Ÿø6èq ¨—4†ï‰l7ü_Sóê€lex¤!|á< 9Ø@¼Ó|`º8@¢çr``FDOPâüFHü a¢œð•¨$–…}&m ï'í ÿDj!~$%ö‘ÿ ½'_!õ’ï“»Éo"Þ?G¼Š AÂS*=¢AàC`õ -Òd?(vÖŒ4g… ðí^ -ÿ5ãÌP÷oq1~ƒ4vHdù%;²7¢ˆÚ¡£uSꢻ(û¢ßPZc^Q~}I¹@ÿ'ò.ýYä+úã¨þØGÑ£Ôû1q'ÂoÆáF,„è‘–f@°› Ñó-¬”ÔåÖ¶Þ$b_§aAÈÆÏ*¦/!‘Ð+ˆzM•Ó_Då%<‹,a>‰ªa>¦Ö³þKma=¤c=ˆ>Íú;ú&ënÌ3Öíè¬[ôÆ5ÆÏèK ˆ:ÇòYô(KS ÚZ¹{S•&]fеsAéf?¢Øì8 ǯŸFñêâ3‚Ÿ³8´Çô4惘,ν˜î_1¼Û±;x·bx7è­¼ëq¼«q—xWx=¼ó ÃìÓ‰£ '˜ôæ$ AÕ¨HC¤%°»W¼Ðަ Zc1‘‡²ùšçãð!7pUW&Ù㹌Ž{(HŠú‹Ê¼™Î¿Ÿ›z9^+¼¿Ux>a—ðlÂ~á™Ä£ÂSÌ3¢“Ì̗ۢ¢Î¤”cIÃÉmìæ!öxÜAö] Y˜mž9p¬M@¶ÀTKA³Êt¤ÈÕês±—}O1vÙ ÉõQvŒÿ“r-•—x“–r:)SüK#=Î*“þž´MÖ‘´WÖÎ>$;Æ>.;’|UÖ–üDÖÊù(iá -š¸CœîwÖ^îSˆFèÖfbm -û9 ^2ŠW •n0ë+GÏ{SðÛ“’ðõ÷44ßëÙ ¤ éœø“"!¿ƒŸ.9ÊÍ‘·q‹­\â w§¢…·_ÑÌkWìçŸWîãßW6¤¼Ë¨Où”¶3e µ–?ÄÝÁJÖbÌM ÞÊDVs Ën6.žý£ÔÉp@·Þø]µ‡å‹»‡•akþÜBõ¹¤a„ÊfÇýGžÂ;œ&‘´•Š&A~V£ 4{¯`›ª>µAµ;õ°jgê)Uð¶j‡ðj›ð}ÆÖÔOiºÔA¥`0EˆE˜Æ ±2„Üù³@ë0s´rù¬O5k »jQ&Oë|mîÖV]«ˆô:«#tæ³bÚTùѧ4­¨_¤ÐÍmfé–³ ßv”.šþ­ÚqF_Ý꙯ê] ÕožûgmˆÓ¥jʦ“±AÇ´LÚA —Ý“*®SJ”5éÊgj |#CÈ´˜Åó &«ì¦ ì\4µ«qñÔÿµ¬š~§ÙÓòr#~é©Ý$TûŽhìêøˆ½ìÄ[x‚Êa†6Wš§ÎR«”ê²LeY¹BYW.W(—ež(—fÞFü£•*^çK2º³%òž,}€4¤þÿî5Ÿ%ÖÓ&jl¦~¬·ò²ÙvʃÖ7n2?߸øx#Ñ¥m7Õ¯©–AÚUÃbTWrù¥%‚ôüBqn–:]+ËQUˆUÅ:¡ª¦JÓ¤KÉéÐñroTòsŸ•òU/ ùY]¹üÌ·9ú@¼©ˆgϵ©”[N­µœÒÛh:åi«á”»G§]is7=u(`Q{K˜ó}‘˜={èaÛë˜ôŠmÉÜ"_ª*ªdZI± PYÁÑhªØUUI :Vaû¿l×WXÓYðì;«(E†J!$T#U)ÊÚÇŽ aUlbY,Xб¢8VÚŠeul˨㪠2θ*`¥ ¼sö>¿çù_ýÏ÷œï=oAjîÍüÔÜÛf®¹qfö«ì™Ù­ë AòÈáX:ÄF÷ޤ·†Ñ³£fô¨ÜŒîœçÕVHG\,÷·9u*LPr<ÚgYBXᑤø-ųÒröÎù~ÅîôÕ;¾ß¶}E^r^NAR^AþŒí‡¶'æ—oKÌ¿±5± aSâ¶æõ‰›[³7ý¶Ö¤ ŠÌÁƒ°y(uìLϘУƒè^Å Ö½&ÐÕK¢¡g/øZ«q>X¡Ø}2.8ïÇéSÖ—¦¤®>’¶`QñÜÌÙû2r’Š–mšþœ-ÓŠ -6'ÊMØ[¾1~ïõñûrâ÷´®/ü}eüŽ?2 ÁÜÁƒ±ÖÔ¸w»)5°Þ÷¸Ì˜îŸ1¦›—Œ¨ªÚ’Îן¨RŽ=rEÇ+º¨—åŸÖæ–O\{*qÆÒã)sçM[’R:MBÉ’ì©%ërâJò³cKfÅ––¯Rv}õ”²†US~x³"¶øí’Øï‚…&¦XolôG!ÑÓCDNÑ-Öýª«ˆ~ºþW:u“oZzC>jÿ5 §°6D´¹2ÜwÝåýò‹SãÓÏOOK=—’‘P>{Yì™E™1åY™Ñåy+¢Ï/‹:{fi乺őçE–·gDø0?ê¸aXF&Ý[ˆ^Õ—Ýfݯ–u¯ÿwŸ“wͨôÇøÀÑÈwU6[îh]³o…z¯¸>9hÁµ¨˜™µqI ÕÓgÇTÍJ¬Z˜Q½fAxõ¶ôðšó'מž«¯­›£¯mœ­¯ù˜¦¿Ò™ª¿Ôe²È¨¹€íà ÑÏ'ˆ®] º\Ctæ¶1•Ô›Ñþg–´ë™ËЭOe9OÔŽ™´’Œú`ͬ‡“ô ÷#ã¢ïÅÍ¿—œ¢¿—ž:éþª”°[’Ãî›úïS‰!õuÓ‚ë_&?ür¯/.äç~ƒ¾æ=gwpÿ(ÑsD••Dgo•=0¦}OÍhç+k£­­NCr^y˜g¶Èí3š}³š4ŠiÚèÆ0½¾1**´qzLðË91ÁMË£ƒš7F5ï‰lù1\÷ªR¯mýu’¶¥=, ¹/4  ½dwP˜èÖi–¶ƒóuDÇîílDÍf´¹ÍÚ$»;|E»ë˜m"»™mRç„÷ -qÔ{µ2ì½NÔ¦×iÛbÚSý;2tšŽ5Z͇m~hü>žñóýTç«þü\­þôÉGý©KeÈöng`;¸ðO¢ãwˆŠë‰v<#Êmb”Õ=ÖtYíˆôî˜Ôg›„¡cTØ-´ÇËS×£–izu -u¯Þ[õ-ÎÛ»/Õ[Ñ—áåÕ¿FîÕŸ'“Kä§Å2ÔxÊð\$C³AwËX*ˆ.U³ þ‹èàCvþ¯DˆV15ZŒïÌæÂrD2ļ‚cž}\àᢆLà •»Œ•T Â<<ã. ¡;æ „Èt ×Õ »ÝPÂwÅ'W\5¨Ž½ƒ+W‰N³ ¾OTø˜ÿ‚(³…haÿ ƒÍ1rø˜ÒÃÊ"Æûcç žƒ ®\OˆxîóÜ vrŽÇÇdqŽ\¤r1‘ƒUvÈåØb½-öÚRy‰eð:Ñ,»~!ÚÈvÙD”þš(µ‡L@fQ0Š!ß`„¹ -£-e°'Âx!ì'¸ÀÑ–;.Üí8²ªìl µµ†žÈXVž’mÆ`ÞøÑX>nVTÁ2PÆ2°‡e`ÓØù/‰æÿF”ô–Œb¿‘Éd6ƒ4L )‡Ñ(O˜š 0t,±äÂÜŠ+k;ØXÛ€3Î -¼*œ ¸Ê\çÁû>ÊçŽP¾v„ªƒ; êâöù LìõÁĦ[ CàÇf±äÜñP9ÙÀÇÍ>r.”ÎPDà•(„|¾;¼V -áµQE¼÷ºAyÄÊã®Puê² |®9C}—yê<àÛÊïómç÷úu9uû 8ujàôUÞ  †Í ··‚ÒaüØþ.¶L„ÆýO/„*AÕO¨–3Á'Ïê=ð=ä¿£Ìi!4„ša¿ÿmaŸÿAO@‹ + MðEÛ)ø¤|ÐÁµC—Ž@8‹Ñðb3øÙYAÇrÂrêÉA°º!ücÅÐÌ’B³HM–lÀ³´?`§ô›v¿´W["éÑtë*$]•’ÎÀ›âΠ_ÄŸƒšÄ‚Þ‹Û‚;%ï‚ÄoC ú_(Üß„BhØ J[Kh'X ÌΑNã%²C„’} !Q&)út ”=+•]A”_ƒò•_‚‹”Ÿƒ+?…S~)Wv„^V¶‡Ö)ÛB*ß…5*ß„½S½ëT¶ê-“!o‡´)â?Ù®Ó¯&Ï4 àOXE×VµUucS!l$’ÈKö²!!H!ì"¢ …)¸±X°h]FÜP‡*mupA‘Ñ£ÖŽúÌûäÃïû}îû:Ïy.W`$:þeA»4Æ/_ikAÆ–å Éá¿bwüÃ}¾w«Üÿ6Z6]6c {c{…k -‰k뎻ñ w#â߸G‘¿ã^EÞ‡ý÷uïh<ÜýC`ˆ+0*(F, „„Eó!mù|ÈZ9_ Sv®øÊÜ·î# »í¿dj蛸”ðWxñxí¡q¼ ûo~‚¯ŠþïˆßÄ=&tâzq£qWqãGq#q±wHï±·È_£nRaø?àþë p¯+ðàÂxÍ%%hd/› ÓW@ÁÆ@(رôOÞžUïRn~Í$…<£%GüAæÅ<&*ãFãsˆãͤûÄ2Ò=b-驉t›ÔN&Ÿ!Ý$_"Ý Ü%]¥Œ“¯P§ã‡è_p—;˜\L„®ÀCè ±è.hïE–úAq°?”oø¬Ø4#ÿáÛIqäúq^ÜwcF؃ÄÔØ» bÊ0UM»A5Ò¯Q‹è¿$T0.'Ô3†hÍŒK´NÆ ½—ñý:£Ÿ>ÆèeLÑ.$ýE:Ï„„3LˆëbB¬+8Ì…¬ùs p úÏ_9ª×û}Ôn ˜Ò†,~®_õ›¿åˆ¶w8»ÊâS‡’Iƒ‰Y¬‹‰ù¬¾ÄvOR5ûBR#û\²“}6ù,»›9Äîb>`w2'Ø)§9Ú– -‰'S!ÁƒÎ@™ïÓ|¡ }Þ5+f}ÍYë;mØì7aعàIîþåÿÊÂýí–Šú‹˜‰HçR{9bæ9vfj7+—û#«Ûɶ!§ÙväTJ3âLéDÚ8‘VÎ-¤™3Ž4sgRš¿’‘/4’]¸ó í½¼y>Pµýçãõ¿¼ÕÞÿ9¼Ñç™y‡ÿcó¾ »y1ë®e‘w f$쑤’»øæiDÁu¦éø­iy‚–´bÁ‰´*a·QxŒëåž:kÂzä7a=ïRÇûRÍû”\™þ™î -ŒEï„v-á\o¨^è Ë<>{¼.Zïõ¤d«ÏCëžÀ›fìš!#ñû¾,Fdwf -ñ”,=¹E$Ašø£<½¤W µóʤµ<»´†×"«âwÉ*ù?ËÊù£²rÁQ™`9"øÀ)ábºñóÑ,Ìö…R/¨ ô€¦%î3E+Ü^–®q+ßäy·ì‡€«ÖƒÁæøí猴°Žlᤚ›Ø¨ríR…¸Z¤•WJ›°XU&¬R6©J„ªbáEU‘è^†EüJ^(~+,ͤ¾OuÆøCŽÏ,¨ðó„únмó®df¼b%f´zƒûpeè¼!Û•½VÂÖ.sÂ>g^rlSN*Ý®á§U*%âRY†Ò*ÉÉ´H -Ôf‰MS iÐäKœ“¤Gk” kÒç™éY®äP/žNw’æúA.Ú÷2æx@CæsQ xc T/#öun×kCüª¢¾9W†ßÜa¥în1'E;Lœ„j}:§T+Y2äÊ|…Fc”³reÖìymv¶¼%G'?“£‘_ËÑ(žê4ŠW*µ|Jš){'tRýÐSe6¨T…ê˜A¦ú‡Aš1ddŽé¥/4RÕk¥D9%qÒg£yôô„:·Ï¾`²ÔüZãî;¼Á¦`Ìà±ï|Ï;–tØqZªI»匨ª±Ä’Ê,Èçñõ‘B-Ï’i5F‘&Ï$ÐÉçiLéÚS&®v «5"ºç:D3‘dNÊ]I>>PâáõÞ˜i‹x\îîÛ=Àí&Op¥å[Ðß²}V÷ñ}‹œØµMõÄïkkhá¶Šd‚¥”“h,F­Y “™$:ž!ت×ç§è‹³sëòY§‰ièÏK6Þ7° ϳXú‰LVö¤ÂÈöFóèîþÕèÆKxX·ºƒë-n`À¹œwnõîhÝØÜ|pUCa{¥ƒºÏZ—ˆË¯fÓ²ËÓR•GxA±HÍ)Tè“ÍÙy‰fKÃ\k`¶åÒ-}94ËH6ÃòRÃ8üZÅ0½‘¹Ó<¼`&3ƒöÎGeܳpã8üì §c!ø±s“gÛéЀÆöÈ•5­¸-¥Í¤Ýæc4l®#™¢¶sØâjDV!P&Ûä:zYvv‚Í’•`«ÕQËÛ4”ò>5¥b$“Z1© –NI©Ö·"W xÀ,žXxPÀ0Ú=/£Ý¯í>]Ýþ ýì:÷ãgvú×u…-·ub7ZNBŒm”Hm #Nv‚™„ã LOBk))õY*rƒEErÔ*HŽ6ÑÑ'?:"!:&…$û4T3ƒ¸%ÀíƒÝÁî ;¸Šv¿ŸNp¶€ö/p¢?Sß·Í·¢gÏââóQkMgcvèºâ÷Ë;)1¼ÓôV;“Mk㦓Z%ÂøV0®Í,ˆsÖð ÎÖt¼³Á·¤á“|ëG6áÄ'¦+0`žp¿½A#—Ð\è íǰ_^*¯lò¶íZiÿʬ›•ý1¡üÞ¸ì ä8Ú¹ÿÓ]¦QMŸiÑ©ŠìÙCBBH I,„@a "›"KtêX«­cÇÖ[[;µ­Õjí設N]Šc¥(¸—Í (:V­´*(›ÞygùäI?üÎûáÿáÞó<÷ùŸs‹ŠòªË˲ªç–gV¿1Ëýý{eîšu33jv”ºÔ–¸´¹jz ]Õî}È÷Æà_è hÏÑÔï ¤n/ÝÁBvÐþõeãòɹÉäÃÑØ-±SÞñî]bï.­©÷˜&¡¯SÐû ÖØ¯´l 亃Zš½‡ùªžÏ©þª „,ë dqßxŸWúC^¨àûÎMëdg ¨„©Z©m !*qÀ¦2>N1<ñÄègªtƒs•qCK¢µCï+´Ã_È5ûeš‘£RõH‡D=ÚáFz‡þ“ZB¶ÿ@ȆS„|xž·Ú Yx¹~çó{ø+A¨¯Ü7„ $\3#bE:"40Kb*Q"Gâ*Är,ɰB(ÃZ_…I±Ÿ/A#ÏGè šfð›ã4ƒ' ù¨…ê·Qý«„̹IHÙc2¦/ŒË¯o:ý“Á6ËÔCÈQCÊS!š¯€&L†ø0ZÃDHç áá…¡ŒËÃ<f³ð>‹…µL&¶2¼QC3¸‹Þà¦fB>>GÈÛ­T¿“—oRÚEHþëç€Ï¤$Œó3À7@€`%BBåà0$0E°P°¸ˆ¥Zf(¬Ì ¤3ꇲ_TOÄâ ñxÛ+ßÒØBoàÓ³„¼Cõ_û¿~ ÕÏé%>ÎQ2ÖJ=ăLÔ€LV‚øÉ0Ö_Œ Lâ!0˜MgÃ78Âà©OBtðxÄER AjA6¥ÐŸ`ÖTo –©„ 9í™Qr¢bùˆ4 - q„#Â#BD9}ç ñ¦+à ù„é<ȶp!û‘UÈkØeCqŠ…¨6&¢o1¡¼Ç€ò1åiè3:´§”‘ß±ìÿyˆŽ`A%ã@¥ä#Ú „Â.‚,&1Li‘0æ+_…øùQ0.UbZ-6}9”¸9r0q»ìIÒÙã¤ïeæ£Ò~ËiéCËeé}K—´×úPÚc•tÛÑeƒøN2D·“þ<ÐSzN(,¬Øi>b\J.Ò áH±Ë`͉~j™3l®Œ}bY3`YóȺJõÐö™êWÛFÕýämª{É;•}ö}Ê^û!åÝ”feOJ»êNÊmÕ-ÇCÕO©£Ñ×S¡¸–y§2oÀÀ†‰úHa"ƒˆÜð`x¢˜ÈÕ…Ám‘Œ83”…š‡)/ÅÝKY ëu¼©ûÅñž®;uµ®+u½îvÚfÝÏi;t·Òªô7Òêr6è¯;[ Ο étm#ÚKn¨/ºs>JoÀÈ‚5”ê‡ø#ŸåbaJå!(Ö°G -Ãå¦Eõez´=®²øÛéóL7Ó_O¼îZžx͵*©Óµ&éJÆFsGÆ6s{Æns›»ÚÜê>n¾˜yÞÜ’yÃr&ëפSÙ# ͹04åB×GS›Íó zpûÿ·o•0§àEfËüŸÎŽ íŸ•Àë-±Ko䨯ç•$tfWXÛ³Ø[³–¦\ÈZáhÉþÈq6{ãLÎ&Ç©œíŽ“9UަÜZGcnsj}î•ÔãywGóm‡§Á|¨¦ºé0ÖNGüó 14.ª_0Õ/2&áüI˜'™òdž2à^¥y§Â&üWyft{Étãù‚rûÏ\g³gQF£gYF½g¥ûDþÇîcùëÝG¦mqž¶Ó]7m¿»¶àxæ‚K™Õw2÷8÷ÁñÏb$ï-…¥ªæç5$Ù~SPê7/‡LÀ+ÜñÏ^O|øšbr÷¸Àë²p~œ›!m™=Mß4s†ýDqEÆ‘Âù9u…Kr.Ï«)\•W]¸Æó]Ñ—ž}E_{öWyªŠë<ÿf»Lƒš<×0ü„U§Øê¸kQ¤j8¨ˆ ì‹,@Y + Y ö% {-,‚ ›€ XW{*¶p*ˆôœjG´Î+ˆÀè±¾çíô_Ú×ïk¾ç¾¿o¾»›ú/ÒyêÓ°Nú\p{ÔÇ“ç˜È·‰<[™ÈÃäñ…"YZ –å2$^m†7˜~PY›ý–²sÙó”–’]V'øÙ|/ uâSÝ®±Ù—¢D¤>F¹‡žÑM×Dœgè":úÈvFcd[TgdkÔ7‘ÍQÑMѨÌ×äö‡ -¬ç ÿ:ò3ù¬ú Q–¯@< 3÷¹ R­3^Lßbü*ËÆäIö^óÉLçU#)>Öß*ˆ®É"\ûc£ý»ñot[ÙÆJ¢7³2M¬ü¨FVYÔÖé¨zvkÔiv_t-{(ºš=]ÅyŨâ-Qô1ˆTÁCÁ˜ C?Ί·Vì -S”he„R׿²×¦5[ swiœ>»“åµe05Øî’’ìÜÇð='æ’š"Ú™˜øèÓ¼v WÍ©âsô\=§‚w–[Îëæ–ò®sOñîqu¼ŽŽ¿ÀÐ ~(⣰B>"‚--ÃÔ‰—£¤•„™«àµf5<Í_“…¶F#‡Wi=7^Éüº7-Ü©=‰æÝÏ©“ -¨UB)«\ ä•ò3ø%üÐ A$ÜŽ‘)Š7#|H7‡_µfð°Ð~:e£åÛàv™Ãò+%nk{ ýmÛsCs"OÔ¤G”%s(E‰–V.dK’ I†,M’/O‘TÈU’Fy’ä‚\!’'Hþ¯½%Êæc%‹¬DÉÓD6Çï$Á)MsYÆðK>~*1ñrS¸«ß -ƒz{óòã«»Nùmo) -9X—Gq­T3üu¬ðÜ”˜è,¥H’ —*åÉ qêDy\‰BW§È;"ùu…P>¡'üW&ŽŸŠãÞñDq CP¤é2$ãO*#˜Vü\p¿ÌF«ŒáÛÚMpµv¿Yoµëç핾֥Ä}ÕÅdçÒ|šO†IÊÉâ2RÓbù‰*©LªT(b*¾¢PÅST«¸Šs*¶âJKy/‰“ô«œ«|#æ&¾åsçc AtÜ -¤<þcwâÍóc%†k 0xf œ±3éªs¶j©ñÞR§ÚSQv¤¸„ê¥-Œ"¦çrhJ5Ÿ'ÉIcÒâ¬ÔÔäè”ÜdFj¥ŠžÚ’DK»¤¤¦*èé/äô´ß$Œ”·Fò[¾!ˆ ¦H„W™ø€3øïž¡€ËM_@Oónãö&§• «ëvª!9æWF¸e•1“u¬ˆ¸B›Ÿ+bjd 4u²2R­UF¨+Ms"Y3OÖŽÈÉÚ)E3+¤dÏÇP²Þñ A\0ù¤x‚s˜ÔáÝW…wÞ~×ðþìk[ í¶FMç-j[ÝÖ•7ùí(l Ú«ëÈ®©54¿}t˜°œÅ>%àÓtR)¹X%/ÖÄ…é*daºf ©d@Z2*$•L ÂJÞqI…‹,RÁÓ$£¹€Gycøçn6áÝÓÐÙe-¬¡®ûà²Êó.«‹;¼­µçíÒ[Bg)^’z0·ŽI¥×ưÉÕR>©ZZ­„ÔTðCjZxÄšKÜàÚQvpÍ “X½À êÿG#V~¤‚d@˜Â9LŒTÜ> pû{ºšûðöXú½¦ºþ#V¹}î›2z|w)»ƒ¥¤¼vŠ?£N"·rh!-¢èàetP‹SÎlm¦´PZG#N¶ÎPšÂ›)°…òçðXûç îà n´ôcG?@=Þ€å×­@7hk”{ÃÁ"óÚ±µIW=¶Ë.ûí¹t”ÑêIî‹ öF‡ô -ÂNö&†ù÷æüûJCýúšˆ¾}ýÁ¾G}ú^øô,úû\@~ÇtúŸ7ø¡àV îa@7ö7]Ðã VpÇÔw7AÆÝ=æIÃŽ«dß¹lŽù§ÇNÆm_{òPà±à[$ÿ›4ß›<_ï[ñ˜Lo¯¡/¯¡FOÏ¡‹î·GÝ<†^žp¿¹tÜ}¹ºßø+ÜàÇJÜCœÁµó¸‡Øß†ýµ·tw²GA5a “_KìµàM8®aÜwþ2|ÜmwИ½ïXÐaÏ1ÊQ1¶³û¸ô¨Ûý4§÷‹Ÿ˜8sèøDŸ£ëƒ׉—ö.ã‹öÇî¡¿åþ × v \Ä`=ö—b¿f y‚ÒGæ;µÞˆýÌf9ujÏ*ÒÔÁ '§Žlózz|§Û”Ï^×)¢Ý±g4»cÏvÎÏ{ŽNk¾>:£ßå4Ó¾óÈ‹›_~ùÈöÐôÜÇgŸlŸ¡¿0‚¿·p¾éèÂþÆ!ÜìÏÅþ”û²Ÿb^™óÍ“È7›W„ÌÚXùÏî^ë1»³Ëì!k§Y›CsÞ;þñ–¸Ãažfc?/Ø~ðrÛw¹Öûª·î[8¿eßâÐf»¥‡›ì–æ6Ú-.l0ä6îÀÕüàþ5ãç×äaêþÿpŸÐçŒ áWšÿŸí:jòÌâþ"È–}#!‹„E($ˆ!€ ["ÈÑHDq_jUZ«¨µR9*ÚŠŠ•ZÜ;(­¨U;j]Úºëè`U´(£Ã€²üç™sf¾ ~çùôœÿ½Ï{ß·Ÿå•:  %HâTÜ1ƒaÍ`´pâD¡H«a#O¨B©@|9Vrƒ°™#ö-,)®Hqë='È?p¤…Ìɯ%ýW‘üOÿŸŸ¢ -Ú)*»›rÍÀ0÷ñð1þ¾±àøk d†CÆ -ÁHŽ -á²rÏÃÈÀÊæ¡˜ÅÁ f*LTù3PKg ‘ÆÀ÷4¥¨F2ÿÛIþ:’¿ŒäÏ#ï_JúÏ'ù–geê¥\@¹kAyFÃÝ;^~Á Ó`ùË `H e - drÆd"šAC<Ã&OdÓÝa§¹b¦…%¾ÖøP¨zϾ“dÏRÔz’¿œäÏÿ_~ÞcŠ2wPTÒKÊ%®r‹&5„“‚AyÉAùÂÕW?.¼i,0H?\š/„4OÈhÃL£IrãH®‘ädÞœ^¦½r bA„<˜iB­|£<1YpÁûœ þz[ ¨€ð[&„ûý•ñ ˆ¢Cr•ŽÀ4HŸûAú/¢ÏRøHáÓOô}¤©‚ÙuU*a|Hc„LAbAlBWýR_òB?7¤#¡BýİJýGbµº=q³úQbúaRƒúïIûÔ÷“šÕ÷’TßM¾r+ùAÈoã;Õ×½ÁWLP]6Aq)ò‹) -z²÷šè~Èdû"G쇥?lìžL¨+ݨè0e…>6–Œz4~Fäã¢È»Æå‘·M_DÞ4mˆü=¥6ò·”zÍõ”½šk©‡5WR[5¿¤^ˆº”v;êBZGÔ¹ôžˆ³?mFh›êS2¹C †¼AÉ·øx#å…b¡ì -ß·%aþ]1Üg6ƒôa¦E}Çœ¯ù=Ý9æzúÜØ+éKc/gTj/fTi6×hÏ›·iÏ™wkÏZštg,ͺ6K›îÔ„kº“ǵf¾‰ýÞ:8º% QDzy4£†ÂXò©dç´y€é'ße²oÊÔ>¥QŒ‡“ôü[…éŠk95³ìºóÖòø³Öú6ë' ?ZW'œ´®K8‘µ9¡5«.áû¬=†–ìC†£Ù­†æì¿¾Ë¾ŸxÈöJ0§oì\h÷å#¦)£‡B Ù÷ -¼H¾¿;fp†½›-vôhŸ9ÊçNy<óª3UzÁžqº 0îdn©áxÎìäc9›s>3~—³Æt8g½éPîÓܦý¹M¦¦Ü£)É;›²7ïFÊž¼çƆÂÞÄÝEÐcwC7’|}‘5Ü“<ÝQî熹®Ý ø®ÏJÝî/Tÿu¾Žöó,£¸­,3¬Õ‘§m.™”t¸pzÊ‚yéMK3 *Í{ «Ì{ -kÌ …ÛÍ» ÷Xv¶Ôý`ÙQtÕ²½èóö’îÔmvŒßjGâÖIH -&oLtó@©‡f{» .¤»¼ZÌ¢þ±Dàrs©ÊõòâXß3 “'æXÔÍå91ʼngÚ7“fMØeÿÈZoÿ4k‡}uv½:{›ýëì­öÙ[ìûl_ÛÛ6Û/Újìl5“_O¨q ¦mtÀ´q -Æ…tòò©á˜æîŠyžT÷b/êy…uÿS:uý3¹Ëùec¼~XšÄ=¶(Cyhž-ºqfaÂîiŽ´Îé™Û¦Ìµmq,Îùʱ\n°Q¬wÖì©ñ2ê¨ô·j) Ýv¤8Ò­º Ö¯ì@ÿPNZŒ,3#)Wz05KZ"ÊÖŠÓ¥-b±ô´8M:$J'Ä©OSE™ÿNe.D‹¤ï#—Cy¤›…9ê|SÔ;ïWRçª;Bç¾l´^uîèVwƒ‡~kÝ>‹Æª­uåû]—Dû%„ÈòS¢³H’%99¢Ôì¢ôäìJibv£4!»[—s!=6çÛôØÜ'¢ø¼×I ¹oã²¢–ó¿<¦<ÉxXF3¨¥ÞIþ¯›†Ž³a ÅR±ç¸#³£É]ïøÑ½f õÁöU5áÎòŠ(¯‚²¸ œâ$¸(-)© C'“I£eeQ²#‚üNiDþéûóÇųi‘¯’ùoã²…èåPßdý>Ì€z×Mòœ ÎÑÊ„³íN¶9¨¶~êÆ9vÜgmmc Mù¾ã¡úH÷51þÒÊ„ý)åÂøyzjDÉIxI©$¬¤A&ïñ僩¡ò1ahéL2¿t>>L¾Vü^°L¢=äüDY¼÷a4ê^©ÿõv®†î“¦Ð~r³rsçNv}»·qE«¿UqKˆƒ¬i¿KæÑ(ßÔ†øÐ¸ºä¨ˆI"¿:/%¤ZžRÓ\Ó‘T3˜T;X;T3/®YÜ\…aËÁ4€_h?VLÒnÒûw vSï: Ð~FŽŸÙ¤ÔpšÇª:å®/?黡 3Ð>»ï$jôL8 hN -ç7‰£‚óbå1M QM‚€æÁÿæñð}Í3aþMó!þ‹AþÇ0p9o2~.øþà š®Òû_ÚÆÛ=Úï¸{tl»Û謃ëðk×ËK.C¸‚‡”ƒÛt׺.“€üÝÔA›Gª©§þ9©’»ú ¼ûÑêø;[X‘“<Ý S¿ ¯¼oï³q¿Í·w›ˆµwØ»LäÛ횬²Ù5ybÓÎ;ç6:ß¹iåtç±¥ÓÄkKÞ­%+Þ·¸‚ïèÇ(#´ÿóäï¹ ðé€úëÔ?©‡æM¤ý ±TA0­¯6m¡8m§á;µë1µËÐeÊk­ótÀ:§éÈõ;~NYÇ›É]Ë›)5uœm4Þ>{ÚhÛã+†O|<óÂpËô‚Ñæ)4^Î7t‡W(ÿÉßKþÏhöGnÒ¾8H~ñqª ÁsœU~sƪ^sæ,—9kís[u·ýꤿõWƒÍ¿ùÚÿ3ÂÀîy²¾íóÜ56/Êu7½hæZ¿ìåXÏßÐÙ8?£mõò%Ûòùâ -®Q‡úÉßEþcc‡oÈîHîÄ“?l à7EŸ·êJîo¹ª;ߪo·^sË;KmÛ;ŽõÂv®åï®\óß}8fïC9ëãuÖ.f²M–äZ&KšÆK=F8Ê2Äê†ø÷|ÕOw@ûï&3ù+ÉŸÿùÿùgüžx¾—¥UJú?ÀЍκ࡯TC “p@·5ª»xø›~£D‘>Sx¤YJ†é{Êz“7nÆÿqo0šöh%¾òè ¾ôì"Lyö~ó ¼ð:†¾ú,þÙêqü“Õ÷ñ¨/ñ¨sø{ÔEü5€ŸX†·‘[Ë€ú~ª­­šjª !Ö8tÁõ¥›ÌÒÂÌßPȯ©bòïkòÌ_ÐJÍžÒjIOè›H¿zo%=òÞeú‹wéŸC¤û>GH÷|FH“¾WIw|'ÍnùþnvÝoŽ4î¦×üÁä*2æÆ?..úº@ÓBõÕÔ!BO bŒÕ!ÆRké€ûÀð"¼ 4{á³òß~|Ë_ü3-ïXNTXÞ ¨·¼Øbu+p»Õ¿‚öX]êµú9hÐz<ø¸õµà ÖWƒoZ_ ~js1äõùÐ˳¡°r”ä˜/žºÚà‡ê‡£k“­« \‚2$š«Îql5_ǹé=cú= ´¸ËàÚÜ -•Ø]ͳg;üĨr kt¼Öêx9l‡ãÅðnÇóá}Žç‡΄8F\sú!â¡óɈiÇã‘_ì2Áö{&Ø GƒõÐ2@ÓÔ„%UˆUVž–" æE¦Š3B+åçÉN¸t½Ûl†Ù?cX¶cQ|çKÌtÊyæZ·3ÌR÷‘¨÷¢šÜOEmq?Ýéq<ºÇãhôaï£{ G_òйã93åq8ö#¥Ÿ.}lp:ÈÄ~)ðUÓ€”÷8J - BWmš®ülA~*Ý|Å#©Ò„˜ª=.6¹”m{&žK9Í{˦+Xs$®œ6ÄÚ@û;«™6Àj§fï¡÷³ÒûØÃôì3ô^ö ïïØO½÷%| îå,zvsÀ½‹ Äu)PQƒhL ø -+ UEn>K›ÉÑÅžäà±É+ùŸ³<5.§GELëüx×á$>u›æsˆ“ç×Ç)ò?À©ôßÏiðÿŽÛê¿»# ›ÛÐÅØÍ=¸‹ûSàNî£À‰oý:’è< nç⹄(ª e-‘œÜ—Ll:O{’¯Œ=”©a7×YÈ­uW=›çox"3|å”å|H˜Díˆýz’³‚º“×ïᕆìâÕ„vòšBwð¶…vðö0Úy}Œm¼£Œ-¼Kam¼{a-ÉÓ!-üù€>ø¶€¾Y´¥ \^¸Ø -”uÐ÷£¼…2×½‚ØD26^l†](¦(Ÿ.ðÑ;"c˜ÎŽuÜŸÎ]Ý-MñÛ%J éHÉ kDl”G¶ ê"[-ÌÍ‚ÌfÁ~f“`(j£à\Tƒ`"º^ð2²^ø9´^Aõ"ðGü–&š“ŸÏ@Yeû(sÝ.‘Ãn”*`WÊL°ÑrgÅc¥Þ:ƒ…¡¦ÖFÛuç&xvf&û¶§‰CÚ$™‘Íâüè&QIL£¨:¶AÔW'jÛ Ú˪ °ªE#¬JÑ v…è·ØJñÇÈJ 0*¥Œ-1˜"0¹÷Y¨ë1ì.Ê\7ÊÑ¿v…!/s1V– Ìå íB*šC>Ê[ôիðó({lÔÆ7®’ïoôRë© 0è¬ ·ØVëÔ\š°º¾ˆPµNQ*Keäd'æg¯ççf•§dg53³¶ Ó³z„iYCBiÖE¡$ûAJjÎÛÄ´œ…øôˆEb–Bû(ÿíÂc4‡‰?z°åF iB™«Y Øl%×Ûì¡ÒÕä§×ÑfÖZmßXïYS–äWV"+(”Äå­ËHÌÈ—¥¤æ•ˆÅyµa^›$EÖ%áË%ɲsbžlRÄÏŸá Ö~å¤ä ‰[ -í£ÜL6†=,ư›¨WQýsͨ­(sµ©b}[,°}[(J­>:[›CM6mŒ²©«g¹UÔr½‹*“Cde¢˜Œ’4®¸('…”TP%M,Ø,åî–p -Ä …gDñEw… EÓË›;y]Nê´ÛÓg-ÚºxÎü¬ó“3?ɘ“™½pv殌¤¬ÒôĬÚ4cVÓ|cv[jbV_rbÖðì¤,4&eb»¼½:ßöa ½ y4´û¥ý³®„vŽåeP\æÉ)($Ê+ ×|±?ÚnsQ¼ÇúÂÙ†U{RBïN›™–·È˜œ»<9)çãTcNVjBήrÌ‹Ï=67.·iNÜŽ¶¤¸Ü>c\Îë¸øŒËóå·7Ñ,R­{(ò×ÓþWK;hù!€ý‡•PpØ…µ³Â_°íP¨"ó`¤õ†²YãW—$ê—'¥ïK6oÂe ñë’â -²gì2Î*,-¬‹)lŠ)l‹‰)苊ÉŽŒÉÇéc¹O÷RG6Í"ÍàÅ}”Aí]U•_VÑÞQ-€5v°­Æ‡›Y=Y²¡*Ü|ue”ýÒ#qžI)_¥LI*Oˆ+[:3¶l]TLYVTtٮȨòÒQåµ3ËχG–·O,í ‹<0Y‚!cé¤;áêÛ ¨MTýa€ãG*ŽÑîù5Àë²OiáóS®ìõ'ý…«ë¦(—žˆ°Ê8íœRïxl¶aVMjPTõâÈê5!3ª7‡Ì¨É ž^S4½æØ¤ˆš¦‰ÓjÚ ÓŽö«†Â+ñ¿¸‘EÐ~÷%e@õŸ¬¦ È]z’28M~Úןe`m£-¬lôâ~Ôh/8¢™w&Bglˆr‰iHðŒ¬OÖGÔgø…ׯò›Z¿ÉwjCî„°†bŸÐ†j¯Ð†sž! íîS¾éw>=ât -=Ær5—2 œ£ÞCþڇȽ—Ü9g6Ñ.¸ò"À‡­rÈhµg¥¶zñç´Hã[‚5QÍÓ¬#š£íÚBšç;7/snÙàÔ²ÝqrË>ûI-Uv“Zÿj;±µMø}¿ÎpqÄ6àÚùáïÔƒ ÎPþu”{e=͹wžȼ°–vÑÅ´‹¦\á€Ñ$ƒ8“-;ÚäÆ0ùŠCM“•A¦píDS¬¹¡m®E@Û"ó€ö5Zÿöl_G¾Ú·ã°Jí/Ê ×ÿ¥ðiïUx›^©<F5¡y—ïiiöþLþjò—6RÎl¡Ú?ùÀÒRÿ `lˆ¼Í…ˆ{*Vh— wR—³Ð¿Ë[¢ï6ȼ»Ãäž÷£å=säî=‹dnÖJÝl•¸>,»<ª¹<ú–qê½Å8>ÚßGf,çþDsHù×Rö©öªý ª}ý%€e—æÿ Ø0ó6@Ø}€ ç"¶á¹š«´x:2nƒîbç¾Ç—A»—Ó%º¡±õPšÈòÕ‹×ÙBó×…íp_3ÜÄÓ wðÔ#O¹ª‘Á÷8Cþ¯É_Aþ¢ïè=hØHµ/¿f"ÿ òÿrÀÐ,ý0‹ã‰®+ÊùN¨Ø¡ÐKô`4èÏ(1D(Á(!ƒs<üˆo†Ÿò8¸“ËÆƒ\Ö™±°™¸Äy—“”%ù÷Sö¹”ý§ÿXq•ü”½ñåß Üà÷Àó°ÆÇÁL‡lÞ8ðÍQÊW¡F E+ú0upÑ]ÀB>`(0–Hå®4Ìäî&ʈ¯Þã(ùKÈ¿ó€Ï)ûU”ý‚ëä¿0ãeß ïp} `?,kŽAÀU ðÄ„Í補!¯‚° ¯-áFnb*ùãˆTò-#6²7½ŠÇ+Qå¤Dµ“ -å.*xªmP"+‚‰r„t)Â*Rm!lcv Š¥|„ÃD5YuDÙç‰Ìm"~å »ŸxÉFöoìQúù? ÂY‰Z{%šÛS¤Ž*”¸©PèOg W"?AÜ4rVH½QŒœ­"4Ëc[(D^‰ù‡øÈ¯â£à8…§‰s\dZˆ«Ë¿ÍF™^Î3ÈyÍŒr†ä¼üú—wAƒÇé”heCO[:‡³Õz5*CÔ(U¢ôŠ—ÈPô±ÅYb”äŠPº‡Aù~!ÊË…¨8"@å1âUgy¿©/òFÕ?q‡Õ·¸Cêî ú¹Ù3õ³§ä¾åÉÿ-ɯ³T¢…mÇ*Ôy«Ñ*Hƒ–3Õh1—2úPÚ52Ô~&E‹m’Q‹]â7–{E#ã0ÃV‡˜×VG…¯¬O‡¬/l¾ ê~ä?Ó]ç?Ñuóút¼Gº7ü¶Èï!ºíPÐ5´!¯£FãÕrtÑÈÑÝV‰njt Ô¢c„íšßì¨FìV(^Ùm¿´ß"tØ!}î˜/p*?u*?q®=v©õ»œfzÇ71\/1]Û„Ý®]»®L§ë掊n¹£è&=oŒ´ -tWÊÐ[.E_µldèï¢D½Ÿ½B͇=bÍ_¸§hÜ—¨{¬SöylV<òÜ.àµ[~ß»HÖí}@ÖåS!½ëS-ýuÂIi§¾QzGß*ùEo’ÜÔß“vøÈL¾odW}Qv…ø‰¸<tUÉQ/‘ ã…ÃÆ‰1ÔQ†A^ÊW“µ~‘½¾³-züšßó_¥é ب¾cØ¢¾mØ¡º˜¯ºX¬ºxPÕ>ñ?d—iPÓgÇÄ«Žj9ª„›9È}'„nb€@8ÂDH8”D"7"hPK]A-ꈺ¬VP+Ã:µÓÖuw¤ÝN·;®Ú­ÝgŸvߤ³/>¯ó|Ÿïï™ç3î³’tÖg?ëû?ïûÿÀ÷>þ©ïgÉ/·ü)ùç-L†¾·R ïü¯$Cg~;¢—7$®õ‚ŒMžãç ÙAëÞÒÃ7¾$Çù|›šæ÷,YàÿUŠÊÿ‹Ôü­+ƒÿ2¡Æÿ!ÑpŸØ°D<pÔp—4p‡t:p<x›<x‹|'pžüdÛõ´ï·Í¥½ ¼B—(ÐöluÆzo€w4®_žkÞ‰·yüC¸Ëk•µákFªÏcÛÿsªtû"5{ç]ª>hV|›V|“Þ|ƒÞ|Þr>2Çp„|ʘ ¹Ì˜ ½Ä¸:ÃX½À|:Í|ržƒÎ²áÎIÜ1Éþ=ïé )`-¸¹C©—+Tnrý—ÒÏõ;ùN÷o2Â×®¤'m\âÓý¸¢àyŽj×uvÞ‡sìÒ°Ëœª°YÎÁðŽ5üÜöðO¸½áÓÜãç¹ãç¸GLñ®FLò#ÏðžFŽó üò¡CwÀ¡Îü–9'\ÑÓîòFã^h6‚gj?ð8s—ë’*Þû¶Œâw-ƒ|Y$ ¿(Ôì™ì=/4Dq“ÂÜ„¨ wZÔ‰õG‰ND;DSÑ'E³1#é 1ÇÓ¿ŒJÿ{ï€F""úÅ0̘æâ ùÈ÷ÀåUϵ.à+­;x’½<Ì vYÐÆx]Ó|gUì i¹8|J¢ÄÆ´±ã˜>ÞíO8Õ&Œ`–ÄãXkâÖ“8ˆ %`§’ìØ…¤>l>Ɇ­à{°¿'vKÞÆ•Âè.)ŒBìuÒL®ïÔ¬j‘o!ïûs¡+XÎ÷w‹v€E8Kù„÷¦µÌíaØX¦,zD©IRèðƒòÒ”~YUjŸ¬>Õ&³¦öÈ:GevB—ÌAè#¶Ë®[eI-²ç„fùëäfLDÄ5)`¬3…îA\þ‰2ø&ýóKÐ?ý÷KÜÀ­²ðiù÷ %ɧ -éc:þîá 7 Q%öªsR»U…¤.•Ü¡4¦µ)(­ÊJ³²‡Ò¤¦Z•“ÔFåešEyfV>£šU¯HæL˜Ú ñˆ$g ¸£{ßþšA1Ë4y×B×+ýÀÌH·sû“ÖŸ*£úsC -Ä{m¹òÄÎl ¡U“—Ö¼¯˜fUWÒÕu ‹º‘iVw2©YõêS¬:õEvzmÌüšmÚ÷#Í´ï?d“©Î@pû%€¿¢ ¾@çpyo5òÄ£/øÄæ:aLXç8¶)LPo‰(²³HߢË$Xµ9svã`V».«š[“ÕÀ3eµòª³úø²üýYӃ榠\óDXžý’mÈ~G¯ÈÙ(®¯5<-`yßíZ®!.Önçêw»Œ×Åy›HïÛ«XÛVÂZ˰ØF½2åP†R«ËcUçêy•Úý -m¨\{$½TÛ-.ÑŽˆõÚsâBíuq~ÎJFAîüÂÜŸÙEy 9ÅÀåE6rNÔƒGȹî¢Ù7!ßALZ&Ì¡ÀÑã1x¸ÙVËl7òw©ãÌ9¾¶43í€>‡U^P (É/éŒX¾Î"Ñé:¤¹ºcÒݤ4K7'ÕèI³ò¿OÏ.ø‰—SÙÚÈtJËjOPî›ï Ù×£ ÿM5z‚1ëNpÜŠ[c?œº±«¶µ¥žz¸&}O}µ4±ªRE*7hXE¥y¼âb,[_)ÓT¨õ­ŠL}¿\©?-Wè/Ëdú2yñwÊâ·U1äfC¶3P Àß -Ñ>¢ÜCÞwͿ҄2hF¾ÑìFZÁ@Ë·žf¼w›•²ÅjajF뱸ŠA_­¦çVæð÷UbJƒA./¯UHË›CŸ3ŒË2 ³R±aI"®XMÇ*Þð± -È•T@¶3?íC]øõPs¡ù³È?Ïvp1Øélá® ^Mmä÷Í-Ìm5Gø»+Ÿ³,YwPEÑÔeq5ùéc™Dl4IÓG$"S/&2‰…¦ÙtiQ$0=ç M¯9Bd‰ŒáÌ9h'ÑÞGÜFî9×À…£Lô0„°ÙÞ½»\šm±–n¦º.ºÿnhY›è£‚IBö%QÙ¨a`–<žÈ\*˜M"¾Ù*ä[l|žeŒË³Ìp¸–E×òœÉ5¿¦qÍÊm€gVÑ»øíágÔEtþKÝ|ÜÀørŽ~:צcAÀ2å^?ì]e§l)ïcï(´ Ârº3¢U]r¼¤CMµçÒùm%Ln›‘Éi³28í6:»}ŒÊjŸIcµ/’™m«$fëk³¦"Rœù z>¯C]Dwpÿ"š;5„¼ky× ¬']@ƒc+¨u„»VŒ÷,?AÜ\8L÷×qC2‰"¥ÒXQ&žgרö"Ën$2íVÓޛ°áéöÙ$š})‘Ö·Oí}OµÁ8jÏïùíã"êá|'ÚG;êâ0ꢀcã(ƒÓÔŸAî7±ìŸ ¥“QîIÞ9gÈ>ªSŒm’qÞÂ1q$gTcŽfÇÒú8ª£:–:ÚCíÁQFG£ÒFgöG—>"9V#I'ÞD‡áÿ±Œz°ÐŠ2@ù_DóÏŽ¡.þ—î2jêLãð{s—„¬7l!!@ØBÊŽ([•€ŒÅV·iG§Nk·£s´Žãè±U;®u« -UÁ¥‚C@\PY¤ãˆ —QW*ZAÞyOçñœ99Ϲù'y~ïï~ùr?ò®/XFgÑyN€O÷1ðQ…'L«03S+b¤yû’T¹å)Ùe6c†3;`¤ó=sªs²e¸s†%Ù9;d˜s‘y˜sMÐPga Õ¹ß?ÉÙ`J*m÷KØûÜ_‚þñÅi uxŒÖ^eu@³ï*¦J©ƒr€…³üñ0ÀÄj)Œ¯1À¸šɘšéèêDը귔*›×Ð*‡wRUž1±zšwBõ†øêú¸ê•^q5[uCj*<WŸq­jw9òÜ3ú0ê¢*r|5ýèþW¿d/­ƒ2Zûi˜Kî™ÕSé<š{ óŒF5ê ­1H’Ü!$5ÆÉ㇫b34ƒßÕDÿ<™øXÕ4WÙ´LÑ´Y~¶Tvö¤<´éŽ‹¥á™"ä4ªÌ§Pý&5›i? þKÉ_´`#Íý-¹ÿBîÏ|x`ü){#@Ú€øfboh!ú¦$âfz3F°´X¥æ–tipëXiPëdià­™B@Û|Þ¿m%oj+ä|9ÂùÜnf½ou²†Ö×¼¾PYPNþÝÔûæJ€U j¾ü'À´z€ ÙgF\H¼ -ÕÞ!c,n’àÇÞœÿã@Þ÷q¸`|'è;S]§wïœÀkŸÎàÄ®¯XM÷ -VÕ]$Qv•ÈŸ]a\ž=ad]½¨ 1ù höÕ4û"ê}õ>ý4@^@οÉßLþëä¿r °SŸ 1ö«Y}¿'çÑïÃiûƒyFÒÃiÇãHŽÁ±,àÀÙÄ2°€('èËñÊö’ù×Ö,¦ÙgŸøˆzÿÝyò_&ÿ5€„V€ÈÛÁw|zñD¸!°Xª8Ý9 9À rGIäÎ òÈ;“X@ÐâCÚt°xEäß@Ý/¡û>‡fÿÍ>‘zÏ!w¹ãÉAîÀäîpïû€QP)ÁS†d ¡%ôD ù£ˆdrçS Ú‘6Düf( Q ¢œàè=„j†¨F(Æ’jŠ Â'¤›# ,$å·Ââ{áb‡¡˜(#*)NÑH\„_‰.¢^¯þ¨$·ÆODµ/åð§ fbåHQ!äPމr„2„Ù”cåXB9VQ†õD>e($~$)q€¨!ÿi¦š™>h'G'¼€×ÐC®gÿƒyÔ’ßÝ›0ˆ()G ˆ²h…ajd³TÈL .¦S_PŽy”c±€Ìr™ï8”lâÝÊ"·“íçö²}\…äTò’«gzù‹LׯtñO˜Nþ%ó˜>Õ!ý ÉC— ùõž„‡== “ˆá"º&R765*Ç)Qþå3]P>GÖ§X(}¥\*¼T­â{Uøçê|®G,䞉{ØnmûT{˜íÔ—<Ñž—<Ò¶Jî»v0wÝz%ínÈÞvGö–'r­oòûºiÐO«F?w5øhÐôŽˆ>CD4¤iÐkŒúµn’ò…ç yç,—.Ý|Y§××Ò'úåB‡a­ðÈ{ÿÐ{+߸‹ÿÕXÊÝ3äÚ}ê¸;>Ml›ÏM¶Å÷wݯ—¿bBþ² …KÄÅ·@?ò©Th–+1LT`„A‰áAj´D‹}AÃÄç£5OýÇ«:üÿ |ð™ü^à\—ö …²ÛÁKemÁ«¤·Ì¤-æéÍÂáše¿pÕR+4[…KïÜ.„>”6…öÊBÑå4qЍEù›`°Za2Fñ.¯–a‚Ž®&ÅëØ0uwd‚ø(|”x7ì]M[ØUKÄÇÊ둳W£þ*oŽúZ~)z¹übôwò 1›äçb¶)ÎÚ­øyP™¢qÐÅ™Øz婨ÿ(ÿ{OõÓàÕ±Xú_Œê*ºEÕ›`Í?ˆuÁ$VÀT9#ÜxL5J»‡™å÷bTmƒ‡‹×ÛÅËCò4â¦kÎÆ&6&ÌÏ$üM<•¸D[Ÿ¸B{"iöxÒíOI…Ú:k‰k­õ€kµÎµÊzÎõ°õ·ƒÖ§nû‡ö»í³¢[¹]C‚1‚@Š#3¥,f©%ÏGëØé&¾5%LÖœœ¨<7ÌæÚœëQŸ<Åóøðººá_êjS¾ÒU§,ÔMYêu8u¥Weêz¯ƒ©^Rwê+Rúò´£ú²´3†Ò´†’´Þ´WúÝ#Ðk×Ôí| Œcd˜LçÞLôa™ž±2xìPC[¶Óœ,iÊ¢¨·¥¹Õ¥çè«FM0VŽúÐçà¨O|+Ògù–§Ïó+K_äWj[æ÷Ûj¿Û÷~{lÛL?ÚŠM»lL;mÇý‹2.ûoϸoÚšñ¯ }ó3Ñ'?o‚Vê`$°8˜ÎqtÖxŸÎ\ïqpÅ¡€³ãü™¹1²š±É®‡r2½÷ÙsM¥Y“÷fMÚ“õiðî¬?ïÌšoÞa_l.´ÿݼݾּվ%¤ {gH¾½,d‹½Ö²É~βÑÞnÙݼ.ƒˆ€µÙèÿ&8ü·˜çäo˸:™Î“8Ÿ'ÀÉI>P;)R8”gËÞO7çŽ Ø5v|H‘ã÷¡Û3Â~p|žï˜¾Ù± |“ã›ðŽ•#Ö9¶G¬uì\ã8¹ÚѵÒqë¿T—iTÓgÆoµX (‚ Š, -B aIBÈÂ[ DÂ’B‚l ;Ù¬"Q©hѺD­ãÎbÏXÇé8n—9µgTÚ™)N[ñŒüçö[üðœ7ß~çyîý¿y¿®Äw[:“¯]I„'ÊÃTD4XñsiÏÄØ·¤÷dعrÍà†Ä .I},ÎäRm Ù ÇÑL¾«>-Ås(5kë¾é¶=)Eþ‚ò€>Au@¯ ! G #w úÈ‚aJ‡àE'8Ø&˜l< jIù% 9å£_s -±µ)…ð1ÁóÉ8vNdßǾñmö9¾ñä+ál—ÙIyÐò¯¤Q+õ¹—Áì$ÏÌt¿ÝébrwZ~`gš2¨C¨ -nÖ…´ [BZ„ÝÔfá>j£p4´Ax&T+¼¦>«þ+¤.í”Ú4"µÍTÌ~Mx™‹ ÿ.ö¾É€« -|ã)ìáT‰iLA±)Œ°ßŸÏ^7 ‰÷è§úîÊ΢´eIBZ2 B›2ÊÂ2ªÂµ 4MF½6c½:c$¢*ãTDeƵHUúƒHUÆM•ùªÊ$‚PS\ ý”ŽsÀ þŠÜ;;°kT\ÆóL™ ÊÝáÈŽ«áRšížb–sOc‡L°µ%/Ò Î¡j²e´QqD•¨"ªRT­µFWˆv3vˆ0JE¦Rô ³8ë>«Xô:Z‘ýž¦È&”ÙDˆ©þØ…âžb÷ʰk¨0ì=Ôãêep´r¬ô[²¯"̦¯Œáة亶%ú4È…äZYu§$^‘+.—²JÄU1 -q#»HÜ[(Œ•‹Çb·‹©ø.êÇYîïQÛs :*ÌTDÀ+œÃÃbì[èÿVfPƒ½u¼ÚÕ¬ƒ¡š­æUÔåÝêè•íå—ÆÒÏ:EŠeaFÈyN„b»ŒY(-ŽÍ—ª¸2‰†'‘èø¹Ò/ù9ÒQ~¶ä?Kr‡Ÿ%ý#’þÊÌ–Q92‚nªü&ÿsø>³î ÿëµØ{µøÖGjÌà€Ö öj½Íz5ÁK;j"í›w²×jÔq›ªÊ“}ËKÓ‚ -=¿(%)(àæÈËâDòšøLyk|º¼?>M~8^(ÿ:.E>ÍO‘¿ä¦ü7FX@0Ò -ˆHSýû]À9ü¥ç€ÞÿT¯ ßÚØAGðÜ×´úš7“:›(V­õtÛz Ë©º–çVQ•裬L¥È+2ÃóvˆY%Û9iJe\ªbg‚@ÙŸ¬ÜŸ¤á'*OóJ&¹ %/bKÞ±•‹ÑIJ"ÒToðNzŠ»x3¸‰Þ/µà.¶cßÐaßÀ³¿ÝºtîÐÞ±5̦¶™±JÝÈq)­Oð,Ðü%5éTQUv¤°R“¬*æ&¨Ô¼xU#/NÝˉSŒå«'bxêÛ,žú9ƒ§žâ©#ø*‚fª%øMâ.ÞÁ\Cï:p»°sõ`ïų«{)´u¯‡¦î­æu]!Ë*wEÙ—éØkŠÚâ6J[’¶d7 Ӳ“µ’¨xM“¯Q³xšF&WÛÃàhFq´‘±ÚÛt¶ö9­™c×-†²ëª©^âîc“ x'¡÷³È6ôãzðl0ƒ†ÕP7àEªì´*룭(ÚÍt”õp]rº6§w¦ø%wdÅéò¸텴ØvÝÞÎnï Ñé©,ÝD0Kw;ˆÙþ<Ñ6Oa´.’-D€©fñ>ú3fp£ à"ò'öÝ0Œ=´{ U5dªaw(ÚfQ´ŸºL6eŸ³—íœþeœ[òžd¯¸t?N.9¦¯ÂêSQ˜} ŒþF¿Þ/ºÂ7ªrKdßsŸˆÝó>½‹>ôâ=À{`wï -æ~ù'‘yä ÀÞC‡ª±–±„¢QgÈõ"IŽ-E‡Ãm„‡I#œ5¼ƒ ®l½Ðƒ¡ÏñŠ:P੯ðŠÐ×{Fè»=èzý&š~Â=\?é~à…kØÐ;×Ðý‹nÔAâ}§Á p.bö§‡Ž![ÿ@ßv¿c•XÇòOˆÇm kÜÒÇ}ÌãÖñ'ÃWpN0˜®S¤!y-͹>Ì [j([jЬ¥:ׄ†ƒ §Vn;¾Š26ïH>º¸šÈ˜úŘûÙ¨°'«íŒ:[ãàçÛŒ'VøoÚø^xöÙ–só+|Î.~î}†°5Õu¬¡Fœýiä;Ž{p - ¹MÈUŸ±^FþUìŸ7I6¹¨Së xÊÓŒ<åo±m*ÔÊwŠi½e*~©Ït†µ÷ôvk¯ér+Ï™&ËÍ3–›fÆ–lœ¹já>3ká:ùË’ ·>Z¹Ü ¬Muy¿äŸÀÌG=€ìVô\u  ø€d'ß`O„ àž,aãC{p¸\y‘\QHëG’Ö=æ‘Ö>I'­y’OrzZ «Ÿê`Õìp˜=ö³ßƒÝ“ŸÁîÑ’Ýß 3SGþ)Ì~ô Î}w »ö -@É5œ²S‘ÍA6ý;ò÷ÞÜfÖ¼ZN¯mÁñµ38¼ÙH²ãK²}K%Ù¼!-›€õœ,RÅÏ:ücÖã# Í=xû€7Ä':ü±¯ñNÄ̻з}—![‚l!²¹÷l -²½‘íöÀù‡9»÷æ`³°–-8,Ö’Ìå=‡×L ‰”Ýç@Ø=?*×í@Ê–¶𨬷@ÿÿ'æ/bG““M¨'HÃ*Ò`„ôƒŒËþÙžRä¸K‘!à)Að³B!Ä ’x#¹ãèëNe#|ÍB(d–’•dÅn"ÛÈnRKŽÃ'¸¿C#|€äyOðïÿäS¶ÀUŠ<nTƒ7Õ*Fè#DÀGH¦:Ò©†ÉTÃlªaYBùed5YOgÙL¹»(·†Îy~ƒóðà ܃×ðŒ¼#í¼êÅ.Öh%“¢ˆp%ÿëE0Õ ¤^|I½J5¤R/²©ŽTG>ÕPDÙ%ÌGXÅ|€ -Ê­¤”픹—²ÑyÏÀK¨‡çp—ümTÑ3ÊzJ~!OÈãNІ²í¤hk/A‘ƒ%îX!7JŒì~Ô õbÕÉùSØ õŽ)`½e–0¯™åL;³†ù•Ù/™-𜩆6¦ž2'¡•¹O˜ÛðˆÕ --ì7ð€ÎpL³™»ÿ€ŽöRt’Z¡ÌJŒ2[1:»ÐçîVh.Fë8Ñ'«‚ßÄɼ7¢tî+ÑDÎ ñLv›$ŸõTZÄj•–2O¤«˜GÒ -æ¡´Ši±Þ ¬kà¾Í1øÍeøÉö4Ù=†[¯™FGdÝ$ ŽÈþŽ|Û ºH%è&£Wˆ^!úÈèè)F÷`ñ{¥è•³VØædä·ÊFs9çüì<•}¿kû'—V³K1ëŽër¦Éu ó£ëFæ–|;ó½|Óèv„¹évipod껵°®z¶³/{"ç¢'rÏ“sä¬Ç_ÐC(F–X|ì)äaˆ=ƒå‚wþÂç> -Ñc/ð¾g¿Ùkï¶wçŸIœFß™œ›Ýó9ßùqnø•pêýWr®ûWp®Tq¯ìâ^ -<À½xš{>ð÷LÐ=ÞÉ ücA¿ Ž¡àp -þvç1xô“ÂÁh•Röû^2N[¸'¯%8Xp70Fð}þü†àa‚úÑ‚k¡Y‚Ëa¹Â‹a³…çÃç φ/žŽ(žŠ(ˆX/:±UtT±OT§8*>¬¸">¨¸-Þ¯xjµOñ^²G’êH”ì";;Á ÀpÊƳ˜wj¼Œ³aZ”]YM‘¾œ›Q‘‚ëQ}Å{ ’œím–žŒN“ζ>ªœj]§œc}H¹Àú@Ìb›Ú˜2›š˜56ÿŠÙd³7f—ínÕAÛjÕ9ÛªF»íªÇv[ToíªThW©BÛMÿ@ù<ú)c¡àeí;¤¹/šúH AíÁ\V‡òÏÄÇJÅ%ÚŽêPoéR?¶ËÞøœ.{ÔÓ«ÕyŽ;ÕŽ;ÔÅŽÛÔ+d[5²Íš­²*Í>Ù&Í § šNßh8¯Ó´;­Õ lµ?+×`—E=ˆ¦ýK€ûš’hÎÖ3РåÃNë‚yuý•ÒýÚ/ö$$9íLÞu{BªË–„Lת„I®• 3\7&Ì•¯×.”£-‘¯Ó–Ë×j7¹­ÑV»•këÜW%\q_‘Ðì^¦}á¶LûQ^ªE×-º®P lìðòïiç©'W±àÌg¨3pjGYíJR;l˜èR9`ˆûzÝH -Ýϵºñž«u¹žåºY^+uó¼Vèy•é–{/ÓUx—è¶y/M¬õY’xÞgqâ¾E‰Ï¼ê>xêЃt#îPE¯ŸÏ= ï–™ö^zµ\&ç’iïLv€ý#º³ª“Â-Ãbí6µ.k IåƒLÞ+’,¾eút¿R}¶ßRýTÿbýÿÅúÿEú¥ õ« -õU ôûçëOåëƒæê[¾Ö¿÷ûZ¾yzôîìóuxJ=hN;çh€k´{žK£“>H±=£½™m)aü£T6kÍýœW˜x”‡ø1,œ´Ð0®G¡abðÃŒàù†üžù†E=çV„ä6†Ì6T‡Î2 aø6lºáQÈ4ûÓc ñ'~>¿âè>E;'e_¢Wý©Lš13h×HÃŽt¨LïÉ]÷U´teŠFV2²¿ûâäA¾…¦aAó‡ê9wè˜Ð<ãø°9ÆÜðYÆÙ3ŒÓ¥Š©ÆŠÈ\ãŽÈIÆÃQ×£²?Gfß„eÅž¤GgŸ´-4fü@;ß¿)ÿÜÚ·hï©¥tW¦6gÉa}VNùØ^VËÒâ§jå½OþÈ!AsÌÉ¡3‡§DL3eDN1åôšlšÞ{¢i^ïSqôÓêè,ÓVå8Óe†érLºéž2ÝÔ•1#H( éð6‘îºÓiç¤üÓ4fÔM¦Ðq[66æt…µ9ìå"…ÅY±v…c¿pÉOà5;Õ8Í2,tòÈ‘Šœcz7g)3͹ª±æ¼>鿢>cÌ+c¿2WÅŽ6×ÄZÌâF™ïÒñ×hËŒJ -Ñáù@ºè:4P.Òèw‚ö®ƒ´î¦cÕ².W+sý˜’Éü¢•ͼ }æd&zLÏHòŸ”f Ÿš9vtŠ2-%£Oªeb|Še¦z”¥@=ÂR¦6[6ª‡[öª‡YΪ‡ZnÓñ…Êdù=Ü‚½HT¡‰®C=õà¿\—{XÍÙÇ¿{ïÚµ«®*2)åR)$]u±»HiJÆd£•KmºM)Š#—íÎHreÜfJ3gÊãNfœÁ™$sÌaï<ÏA?>ÏóÛϳïç]ï»Öo­u:‹k!¨Ëå]ƒl^¬]h‰•Ù.’ò…Cå%YÊ‚y*ëį̀æÍ‰í?gV‚ÇÌÔDïé3’’RRB>Iž­JL^6!¹8ü£dMØøäMaã’÷©â“uª¸ä«£âS:‚Æ¥¼ —"üR„ïð[p•}ø5ÐÑ,Ÿ}(ªˆ6X•gŠŠ|G”æyêæúçf‡Zf-ˆì=÷³±ýRÕñîÓ3&xM™3É?qÖôàñiéªqiŸ…Å¥†}˜¶,,6m㨱é{CcÒO„D§_ ŽI“öÒ?&MøŽíÆÏ<~_žÅõÀ4Ðy¸˜}(ax¯äñsY±¥Å}PTì.Í+a8¿ Ø,#?Ü6-7ºoJvÜÀ¤ã‡$fMôI˜7-ðCujÈØÌy¡Ñ™Ÿ‡ŽQWQoŠRï9z^C@ä¼+þ‘êvßÈÌ.ŸÈLá™ñŽ»ìCsðmû@gïŸ5KyÞ/4|.-“¡p‰ ò– ,(ó’g–*ÓKTV)ÅQöI…±Î Üò‡Åæ%ùDçÎôÊQŒÎÉ÷Ì­ð‹ÈÕúDäîžÛ0<,·ÕK•Ó>L•Ý5TµP éÎT ‰5бöGé<°Œëa°‘Çî - PH²5æÈZá„ §,}¹¯"eYˆÙÔòÛ‰K£ÊâûÇ–Np³xÊÐÈ’^á%™^a%ùÃÂJʇªJ´ž£× ]ÜàRÒ겨Ý5¸¸Ë5¨H¸¾ã2¿ßsþÕ³ö_Ñ¿÷ïìÃ`ýZÞûH.Ÿ3×böšÞH];H’¼f¸<©2Ð$qµÊ2aUT¯Ø•±}£VŒw _1yJó7×PM¦kˆ&`ˆ¦|@°F뤩q©ip -Ô´:,owô¯èrò/N~ݸÀ5xŠsàXpp5×Ãz`ëFÞ{6±›ù$•|ºÅI[œ0i‹‡lÂfÃøMAʘᖑbìTÚq}B´Ÿ8iSúj3µyh—öñ×®ïí§­éå«m°óYÅvĺv[ï5]vÃ+E¯îœá¬ý?Ìñï×r=ðzºa;çÂ@ÑN@M¦WñîW-GBµ âv» ¦ÚS6ºÚ×0lW°2xW„y`U¬•_ÕÇÖ>UÓzލšeí]•må]Uf9¼j­…WUµÙ°ªúCw¶šÙÑÞÃc[—ùà­Âbð–wœ*e x ¬å•´f°¾Êj ¬ÈÙÌÚ LÙÄ} DÔbT-Bê\0²ÎSæWç#÷® VxÕŽ6ZoâY;ÉÄ£v¦ñàº,£Áu‹nu« ]kw ª=n0 ö’¼ÿ—¿¸ìïR8ïFýö¾£žóï+Ž?Ǿ“n-Ëè, S}H®&ðj:æ(0òkÞ?äðl´†G£#ÜÝ$ƒ½¥ƒd.º(=g]‚¬ŸnªÌI7[æ¨Ë“:è–K?Ðm•ØëKzéš%v'þ#±«!µùFÈz~-ôÞp”þƒ;8vó»H÷*zâ<8 ̤wÒq ¶ÕŒ8 ¸8ý Aï -Ø6÷DÏfGX7»ÃªÅ-a0o‰ƒÙÅ$(/Î…ñÅB(ZVðe7ä-§ ×Üý Ï N@¿éuôïcÝ·sÜ•t—áZ¤7ýöàÿð;x4.Í€ý%Àê -`|C -ý[FݲôV?n<žÀ@à.7»ÜÛ¸´ñ£ÓÆÅÕÆ·}GÚÈSòü-ØóûzÖ»üG÷º§žøJÄ?ÿs€g à|™þkôßLîz÷^ ‰xd<ìEúó÷p Ä -:¸>áÄÂE×Ébw6âé·TÓ¿‘c_Î^ÐÁqJ÷ø³@äyú/ÒßJÿu ×mÀ’^£û€ìº’Nòùý/˜Ë3sbÏg7àÏ‘ÀK’_ñpöŠ›Ñëå„ O ‡ß²…þ•{1û­fÍ“9îèý#p•õç˜ïv?fô>$íôu'ÿw¿&¢;úÄ‚8/ ƒ˜L¸)öFðã+Ö¼EÀÁD Ï_óÙHÀÙP`˜@ˆ¾@¬L`’T`†D@Íÿæ’E¤œ¬"ëÈf²ƒiìÆ+ Gð:t¡‰ÜÀ üJž?Éä÷÷R{¥Ø1;æÐ›98*<™ÃHæ­'È’™Ã\²o’%tjèªdì Œ½•–*Æßǘ‡H=žá þ‹«ä~ã¯ßøF'ß|B:Èãn¹­Rè[™‰sèɘƒká'ˆdãY‹iôÏ"Yg>½‹é«`äUŒ½O±‰ñw0~ ãdÜãhÇw¬À%NÙŸI'±*èû…ÜaL¿‘™±005R #!³g™ƒ7sP1‡8æ0Yú3%Ï‘IoEt-¡GÃØ•œšZÆßÊø»ðoì§õ~ÂIÜC3Úpw™Õf~“¾ëäÚ{ó&Â\a$” -aªT3;CaÒÏP 1² ýˆ–=ÃÇÒNL—<ÆlŽi>ŸÓUBO9+-n³·ðgÀ\—Â5I#þ%=‡VÙm\Öï@‹â%γÊçXí&c!9kòa£0¶2…°‘{…\Ø[;ƒ×Önògf~ú&²‡ÊqÒû&I’{ÊTÜQªqS™ƒëÊ"\U–áŠér´š®Æ%³ øÑl;ZÌkpÁ¢ç-ÐdÙ„³Ö·ð›Ç8mÛ%9i'¤äi°²7{úÿÇt¹F5ueqü\Hä!ò° ¼I€DH <HH€ $ \LH0ÂÂ;¼1È;"ò* à©TÔ‚Je`¬0•eÕjkG»l§­³Æ5:vf:ËegÆvZïl?°Ê‡ß:ç~úŸsöÞwï¿7ÚBP™ “ID =é ÍôÊןü½Gé©kœå·®©ØWnYØC=zài@ŸyѧޭèŽOvÛ§»å{[÷ÃnúÃþ@™ÆV)°¨KØuê:¶B}Œ-Ñ^X.Ò^“®ÐÒ Ï—6APáHYl û%Ôû‘¹{A÷²xBÙeù˜mñÀ_bñi ny‹®µ¼¹«Èr-¨Št#¨t=¸´ÜEZf$-1‡Hט¤EæIÒUÖ,ù2ë2yžµJþ€õ€|õ×-çY?Z !¬g€³,ÂzzîÿVŸƒÐ«(øõqÁw…Y¡ï‚·£‡L*v7$œ´Îm¹&·Z WY/EäZ/F”Z_‰¬¶^ˆl´™Üos‰Óms‘Óo3DZ9Ï™´™åNÛžã^´á.ÛNsïn=ÍýóÖÜ—vǸo즸„Ý$‡°;º ‚…,‰H„½‚Vó4¡oâúRˆ¡?r¬Ñh/´Æc‘—y16‹¼$»~ú¶‹1ÙÛæbòígcÊíÏÅÔÚÏšì§íg=§'…cÇ…' ßwœ.:®;M¾vüà4*øÅiX@¼ÅqhYüÊGè¹ô¥0ç§ t?¡Û"ZKpCK»¤1×vN$v8'Juší}ç´Hë|BTè|Llpž×97»p÷¹Œ‰‡\FÅ“;FÄgw ‰çw ŠWwˆíì}¿ó èç}"â-.½› "ö2Z(´Û/ÓA‡¼×œåw)ÎhA`q>%Üú¬Tèp29Éy*I±óˆ$Ëm\¢s{WRì>"©t’Ý%­’.C’C%cžfÉ)Ï^ɯɊW—äsïNÉ3¯’ÿz¶KÀÝ$!Ü6 ¢¡íB›ýVž<×'ÐöWe8Ëåt4—IÁÎâ¡VÇÓùöGÒ\FSS݇Rp¯Y¶w¿Lïc–•øöɪ|{d¾Ý2“_§¬Ï¯C6ì×.;F1Éf)mÒkÔVé]Z³ô)µIöo¿Fá x7J ¯ Þ@{}wþJ žS‹ÐÍ\˜q«Ðæ.dÙ¢µ:¡f’¨¢ìF2ãÒ“ÝÍŠ=>=iJJWš–Ú!/ µËËýMòÚ€6yK@«¼3 Y>Ø(?Ø Ÿ¡åWµò[ŒšÔ'Œjù«€*9A¨eƒÿ@>…7xš·Ás­‚÷\æaN»Êñ@“9A–£û8¶šØí}ªD·®ÌTŸv<ƒÖ–®hI×Ñ›E»•»ŒŠ† :E{pÂ\¥cV*N3 ŠyV™âã’= -)Q¼ *Q¼a”(ˆ@ `ƒAždBt }½Þ¸Pó•ÞM廢±|ºÅ`^„µY'pìÚ—°Ó¤–y·¨´†½{éu™ÙAÕ¸žY‰—…ðÚÐr¼•]Š÷°‹ñá°BüDX>~1\ßÏÅGäâ?„æâ¿2sq"('üjà›,ÈEu>íeð] Àl9xðÅÎh¸Øë/boé.àokϹ´è’<ë÷ɩ՜nÈÊb–ªrB‹UEáÊʈ|ecdž²ƒ£Sæh•SÜlåy®Fù{n–ò!ðϵòlµŠ`iTsƒrÈ…}à9áÞ« }­¡K5à9a„sŒ”;¢C -ê-!(ÚÚZ÷N}A¢{u^Š_¹NA/Ö*Yùû²ÃtÙzŽVS•­1F«5&žJÓÏSjŽò25³<\³ÌK×|¡ù;'Cós8®!Ø@ÈÏ A~RqÝ«àýæê:ëXø­*;ÔWí:ª‚-Û*96¡cMénWC±Ô§¸0-@Ÿ3µyêpu®Ž«Ôóðœ~FNkŒ"ÇÌߣç§éÞã¥ê–x)ºÏ£St/8©ºŸ"ä9DºÁ_ ¿(@hF½н܄Ðû-à·š†o³Ñ -uÝÑ~#kª‹°ª«‰ÙVQ%v)©HöÔ—ËiÚÒŒ ¬b/Òr……Gj¨à&š¸C'ÑðndbÅÙð݆%TÜž‡ˆË_³Äes3_C Þ<ø¨¡ÅýPPàAæ0ïÃÜÐî„jø¡Êv–e©‰k¿?Ö>§u·‹ºEê‰7¥QÓq†¬^ÃJª×³v‚±‘Pß"®e‰ê§ƒãëƒâêï1âŒÏé±u¯éÂZ‚.¬ù‡ûëð+­‡NˆCx®ƒ÷ƒç‚}s/BU½6¨¼×÷20}o8YÛÃßšÕ%rÂ;%®i©ÞÒö j¢I(6å1D¦rF¼©‘gêŒ5ú MÓ4i‘"0Ýó‹ÙÿÜßöÚ×JP¢[~ã3xƒ5ˆÁ5¸ÿ%3ÄFÿãCàû†ꆵ~¡’ÃÒ:#Ý e²,U‡¹VÂmòC Û“û¥®»*<ãÍ*ŸXs®¯À\æcnðá›»¼ùæOžùŒG´yÑ=Ê|ÏÛ÷Ü•ÓóÚ=²›pì"<6¸ ywÞû -Üyô¦ÁvLŽ#tx|P {= ž°E{'üÁ—óžsîw¿sowKÎ ¯„ìßùõÉåÿZÖ8SÖ$ÿø¬™†^YÉ~=³VûôÌ*ñŽËªõê‘u̳ûêëžÆÌûÞ1Â'f•ð}N×ÀÁ~WÓ_NWQ>÷dß…B`™BÆÚ€áEÀÐbO *ÅÀâ(©qÙ\ÔÇ¥w‘E×Ë6Ô=Î6BßÝö®>Ö6Qo´}æn´-r‹±e¸FÛŠt] k´] -j:|«‰Ê¿¯ë”'\#× ·çìá»WK%kÞÄ«àúbÞýJÅ›€‰ä^Uß,^ߘì^èeE\e't·wWÄØ{ËÝìT]ìIê(ûÛêNöT‘öOTöyr¸=Mî`/P†Ù«í¶R´­¸¦ÙÜ*oªàBýœ«Øú+XoÝ9eÀò -`.}SìÀ¸Jà÷UÀÀjàµí¼ò~¾ÃstD;G4B&„8,R°# AŽÑÜ9þ;§ÃàX_G.¼[àéh„¾î2ôµ÷ ¯’~ûKjè¯d¯7²Þ<ºÓé\@ç§tާóí®Aàbw‘{À·I 7§;tÎ hápqÆBíì •sdç(( 9¹á|ѲÁ¨é$ÿá`j%âU\çrözkÎÜ -$Ó;£–k@ïz“èíOoÜ~ êÐö`8¸ŸäSÎhˆ¡üèwæaŒ‡ãæD!ÂæÑÂÞBÑ9lþŠÏÜ ­/°Ó_ôw {¿tÏâc“êw÷Ãö–F ×A óúéõ? èF}Žþ’‘“K: <Œ´çÁ<†ÔÐ8opÝàæ»ÉÎMæq“ÅÝ8N.¿ ”}_ËÚSù¯¹tO¦{,kÞ$¦Ÿ5wùhw–õ·ntª.Ñù ¹J¾%ß¶˜AàsùѸÜeOîð€ôñQ -ÉsÑ×½ Ÿµ¯díŸï¦Òý>Ý#èÈšãYs—fÖëÏZ]éT\Åwó©“üH~"ÿ%wÉ}òÐ x ðòÁC»E8˜’àÚˆµ/æ-4ˆ·Ñ­@0µ€QHP¼! Œæ3ãÉT2‹, )$¬!kñ¤QŽGØŠ‡px€3Lç*îág¦&þ{¯ È ÌÁ9˜C[æÐ9ôaƒ™ÃH>ó'ò1™AÏ<ÆOfüTü‚ ’MOZac¼MŒ_Iã?Ø’}¸ƒlÑ%Üf“nñ—·á·’/sðf^ÌÁSþ0‡(æ`b™Ãp>õëû®ițc!)t¤Ñ±? —žÆ+áòTp™¶á{ìâkr˜¯Ëvâ®0Û+Œtù7*OPºÒ¯¥ßƒ}dáÌ¡‡R ŸôIt¿Cçxº¦0Ú :æñ•XLÇr\ÇJz²èYGG!c–±ò*\ÄÚ›pÍ8Ç'Ï1ó¯¹b_Ñyögž!tZÐÈ¡\„Z§jƒJHí™C´òúHw1˜5þQÆá>¢g·Ä,nÇϹ-—p{® 'ƒŽ:ÖÓQʸvœâzœDŽã4Ž1Ã#ìÚaæà¤³‰xá¥Ô¨…'TÂW- /Yx„(ÑtRü$÷”¾—Ð;Œ¾1tG³4gÓqZ1§” qR™‚ãÊt“×àˆœ‡Crœªr4©kШއ͗ا½Š=nwQ¯pxìðÒ«¸d ¥•"D§¸觸í&]sÆE]_4»Ái÷‘8á1G½>Äaï¿â ÏLð¿dì7¤â Cöúçb·ÿÔ”ag@5vîA]à Ô}ƒêà;RU°*ƒ…b ©xÂúC¡Z#Â%ÜnçŠ+hñ Ç©€ž8œˆ¦Ð·°¿Ýìmÿgìûõ>•fKuHµ—J5áiÒ¶ð5RuxžTQ"UFTJö‡TqHQyA±)ò¶²$ò‘\)d[¤PÙ"^"ÂX$¤Ÿ£ýÄ^$ç£$4‡ºâx‡¶hŠ4J_D%(ê» UÖu©¬é6VYý¹*zŠ\3]Þ3G®ˆY(oŽI‘ËŒ+åÆ¹Ô¸AUlܬ*Š­QÆ6ª6Ä~­Î½á²ÎøÀ%×(49$;æ%¬_ñˆþïøY½Ø—cÇ œ4ñÎcT¡Ñˆ]=:+jãLª­qÕöžÃ\Ê{Ö”õz_S?QSÿ‰¦(~†¦0~®vƒi‘v½i¹6ß”©]gÊÓ®5•êrL[uÙ¦½º5¦S®™¦ë®«â[ÝÒã…[Ú3Vé–i>+,³|R- |—Y–ù¦X2}—Xòý’-e~‹,µ†…§ásËEÿy–;†¹áG|çôI+{pu7Žxïªçx©y‹gÜ7uؘ‚¤®òº7âuYCúy¬<Ä'mÐpCªu´ÿ2븀¥Ö ÉÖÉ‹­Ÿ.´Î \`MœoMšgÍ šc-m3Ûº­Í߬Á3¬çC¦ÿç2jòÌâð ;¢€ˆìK†@Xˆ¢€È H€°%l {XKTAEE­ -¨PGâ2 —ê´‚Óª£Žxê§sl«—SOÛ3N«£Îôô›ô0<' ž÷½÷¾ß{¯ð¥k£ðW­qÖ&2N‹¼ŒÄ5œŒ6þ?åcÖÁÜuWíYúüLS“ºÐa©¯ñPf¸Ez´ÍNq¢}OjªSwŠÔ¥#9ÏmKr‰ûfQ…{»¨Î£MÔâÑ*êðlNÞéÙ”¼Ÿ­Mc׋¦8µ¢YNèWµèGv•èˆqn‹ü€:ø1˜ËC›UŒYs—mÇi¬e\΢a¹íÏõaõËæ;³×-Û&³ïÈ9ëÒ%nmi9ž-b»I¬òÒŠ5^õb­wX·ªFܳªJ<ÀÕˆp+Åg|ÊÅñJS¿à©R¿çªÄÿñV‰Ž*•a/ò"g1 y(D¢õú°3'Ðc-£XÇ…í-ð¢>E°é¶¼µV[å±víÙB§fiª»63“S—!÷®–q5’r^¥¤Ö·BÒê[&éòSIöð•’a~±ä¤¡äŠ¿B2 |ÇWHÞñ† ¼yŽ<<@ Üs¦3'ÚŒIpï!%ËhW‰'õ”wEX¶ÄØ6ç%8Ô˓ݪsÒ9•ÙÙܲ¬|_•TÉ/‘jФÒ­A -i_Pžô`\z"8Gz)8[úyp–ôy`¶ô-?[ÊøŸEžà ÜGþo•!UÈf¿Ó`¬óⱻ̒zËݨ³ÌÏHWfÞ¢Œ²n(޳¯.Hr­È³UyRŸ"¹œ¯æÊ*‚å²zAŽL'È’mHeû²ã‰ì‚ Mv< N“½ H—1|à—žÃøÎóíï=ÔÁ§jÌ[uȃyh$:‚öoñØ®1¥NmÖø°ZÕSmE¤UuY¬]…Jè¬,Iñ,,Îàææðs - -‚¥ŠRAF~MXz~[XZ~OXªb04E1š¬0’·C’O‚“òÿ ÊgüøÍóòð9êàz ÎüS-˜5ÐŽãu7ÖÔ tµöÔZçMÚÚ “šš5–•U16*M‚Cae²{nyºwvi–ŸD•(V*)%U¡¢’–Ð$e·`“r_ˆP9œ¨œJPÞ -ŒW~_òš_ÂøÅ/à;Ï—ÈÃmÄàö}Þ3íD`=¤#Ú–|Kæ&kjhò¤š&£ÊÆÕæ*mÔ²Âú¸¹uIÎÙ5b¶¤*“›ªÉå'©‹…jMP¢º9(AݯðÓãoÔLûÆjnñ6¨¿õ‰©|åSÁÌÃ)ÿû¨Å›ˆÁUø¦á=ÕAt¬ ç¡“¨kykªo·¤ªvªhç±Tí¡&…ï­[’Ûk›Õ"t4§¸¦4fp6ieÜm/®Aí»±¡‰«íòÙ Ý»*F{Ì;Z{Ž¥½ÉŽÒ>ö\WÿŠYǰ#kÎ"s¨ÿëÈÁe¸¦àèE-ì Ý=D-ÝDê.#RuÙSq—)º‚ŒäæYÑKÓ·Æ/OÞ"rnNwÓåxlвct•ìh]£g”®Óc½n¯û:ÝQ×HÝ9—µº›ÎkÛ;E¼÷Êyu+ãÞ¸.rgàã6äþ3AŽcîG=‚®=˜;ñ¹#c~ßR’õ¹QVŸ/+£/ÔD¼3Ò"iGìÒ„íÂå±½â•ѽYŽëz œ"{*œÖöh×ôv8DôöÛ¯î9º"¼ç¬]XÏÍåaÛÛ -º_Ù…t2+‚;ûE>E¾¯lÅy€ÿ$¼cƒD÷í[@Íæü,sЈÄC+(eˆCICþ¬„Áp“ØÁ(‹è}ñV‘û’­#2mÂòmÃÊlBl[­Cö, 8b´wjIàÞ–ý,ýwÿlÅßÅ,õëc–ëyfPោΣ}†0ŽõŽ`öÄ«ä1>ÇZP̨#EzSäh +btµqØh´©`Dh<’f8"·QZøÔšóGtf¾#}¦¼áaSŸáI“Uß{þÆØëàϦœŒ{?c¾ÈUä|þÓï#ð>J´gŒ¨ãiP숒~G´þQˆÞ‚ôä¯çŸÞŸxúpWmä­ßdä¥Ï0bëFžúJ–‡¾…å¦ïe¹N¼OΧÈñÄ ­<ñŽÿ‹å0þ+Ëþc´ÈEø'á×A à‚«w‚¨Uœ$Rœ"JȺñ÷DáSD~ç0ž7&gƒ-9ÜÈÁàCö†ZaXOË ‰dkÈ e†²2T“¥a3Yœï'³óãd2}‰ŒÏÍ‘ñÙd2õ–L&™ÿsî bp 1€û œ}ðm†¯vu§Náy¢È D—ˆ¼®9ýÈúc"Ó™%Äšq šå°Ä\ij¸gQð³(ö$ù6sí:À׸þ‰&åøï“ˆûö=w?¼pjá,5å\$}Hu9øˆhÕ ‘ˉ–ß 2¿E¸èÀgfh>mñ°u%ú Í  œKÅ%€à½z€„ßCQÍáŸßÅ—î>Áßþ^-p -1?Š}ž%Úw3¼åðæÂ›Š½ÆÌ…Âë¯ëm"»?YÌÁ}Ü7'zh‡fÄè‘#Ää)Âg¹üg(üg(¶gØÜ³Ïð»GàÉãØûi<—ánƒ[8çc¿iðÆÞ$ -ƒ—¯ë]ìNó/á{¾߀Çàà)x^`-?ØcPA~~BL^ǽA“ö—òÛmxƒ ¿A^ÞÜXà–µë2jîj¸ ?!’ ÎqXj8¼¼/à@d¯Ù¼KÇàù›ï»y'øü^„˜^ƒw–D¿81ˆ ƒ¡AƒÊ A`ð@fððcf|†œ,ZiÁ½CަÌÿ¸. &Ï4Ž?_$Ü÷n„ S¶ A‚ I8Ã}É­ -(ˆ "EA¥¢VñD±Z]QKÕuÇ]u;Žë¶ë¸ÛYuÛ©[­ÖµÕoÿ´µëv˜ß|@&ßÿÿ<ïó¾ïóó.ÃÒ|¦I ƒ*°4ƒvж`’݆èæÝé ý‡Æè{:GÏ1í>£{ô=¯ûOÁ“·€><8Àƒ9KŽðà Ó9,IñYÐ4òñ– -hÔÑKj‚Î:zA zïCoz»ñþ}HÇú†N#5Wèkú Ò4õó’þ…7=ôáÁ¬[xÀƒÞÅgÐÕB/:9Ð(F5¼¯¢oi-¢kƒV'´z µƒxç,Ó(ÊcËv‰îÓ-”Ìdã9ʇ¥/Àç¿Úð0 9àƒ5<¸ÁC <Ì¢(¹‹†^´2K⨀N-tP-ÐiGIvA§ïïG¹îBäûé§Ûô;úŒ®cûünÂù dñOPü#¸þ,‡ô úæ<Ô<ø2¯(ß’"6¢ˆƒVtrK1¼WÒ]ª‡N¶f+4: Ñ÷÷შ‚ºF‡é*Ájüž>Å7&‘©KX¹‹Ð¼&Þ‚µ€¾ñX>qYK‡5·a^3Ìw$D¬è.Bljè%!&#´òGtª¡³ -:ké2­‡F'}‚ú¼ˆ\LÐ0Gmž£Sô1œÁ·?BÇ9/è¢ÇõÑ_`í¿5qXgb^¹` ;˜ÑSKzÈñ‚v(âœG7˜(ú7Ž®ðRiÒ,›.™Ò¿‚ÎókéœE}lÙBg,7ÐGVÝtÊj´ÞE'¬Ðq›q:j;IGlïШÃWtÀéÚçÌÒ^0âÌ2o`]¿;1/p¼=ôÂqã£ÇžGw§ÙÓ- ºf#¡IÇE4ᢦ³®‰tÚÍ@§ÜMtÒ£„Æ•tLPOG=›è°ç::äÕI½zéC¯AÚï½—öz§Ÿ ôÏŸi·ïòýžôe9;ÀèÿÖƒ˜q¤=áÈ›AtWÏ-!Žv>]xÒ„Ï :ã?ŸNFÑ1aJaFƒ3™ÁùÌ~Q³WTÍŒ„¬b>YË ‡´3»Bº™âíÌ x˜æô‹Ïr¶‰¯súÄÿàöŠŸñzÄ,o³˜5ëù¬Ñ7!ˆôçA\}óÆt¹Ðøô`::ã=ÎÁwäÜ}3ÕÜ=3¸»g-ç휕Í”òvHÊyý’ÞvÉjÞVI ¯O²Ñ¬WÒk¶E2d¶yö³îÙ§¦uI®NÛ(¹g¾AòļMÂò׃uSÌú™W¸êÍÆñ/#º‰k÷J$zÜŸRáåÄ;:4ןöÍÉž»Àl(,ʼ?Lk¾-LÏï 3ð{Ãrø=aEüÍaüMÒ:‹.i“ÅFéz‹i·E»´ß²M:b¹N:fÙ*´j–ÞµZ#}lÝöÚº!Œý?ž†âºÁq~; -W0®Û‹1èó1ƒŽÁϨ̂ö.ò¦‹¦sûÃçš¿/“[öÈ¢­6Éâ­;e)Ö2£M»ÌdÓ&+¶Y'«´i•­´m–5Û®•m´m’õÙ5ʆíVËŽØ­’MØ×Ën;Ôʾv¨‘ýh_½ý‰ª…¬Ý±÷ wÚŸbî;—€þ2½•}…‚G;£Üi{”ˆ³E1Û¼+r¡Õ†…íúˆûVy‚C³<Õa<Ó±IžçØ /u\-¯q\)otª—·9ÕÊ{œ«åCÎUòQ—ò³.åò›®eòG.%ò—€u.^Ì:½á«ù¸ŠUh% sßi\÷ÇðÜyÙ®v¦-1L§z¦Y[ô<«¥Ü®i©Ò±!Jë¼R‘äR§XîZ«Èv­VºU**ÜV(Vº—+ZÜË]%Š~"Å~Aâ´ _qÝÓ¤ø§ WñÂ#7’unox€µ¿³ -tϧ£;„çü=[bí©+ÞÚâfðšµs-bÂíêÕ -§šhk¥*Þ½B•,(S%J“g‘²Ä«PY㕯lò6);|rU[}²•#¾™Êq_£òšŸAù¥¯AùÜ;]ÉzO ˜âKÑgÈÁe´]g3QÙè/1ÿ톗>øèJ´¢ö$ojNsæðëâØTÅF8–k•nÅ1Ëš¯êï†{1ëƒY³ß>æ=xéA>6¤šSKª5¦‰˜úÉ´*ý<«²ÄÅ…º(WS¼Zç“«÷7h ˵&aª¶,(E[¬×¶'j{D Ú]¢xíQQ¬vR¤Õþ ϧÂX-»Œõ~S|u¸ž†ýÍSù˜9Ñr€ü¾ yi5r©ÑèJõF!Smx‡W¾<Ì¢(5ÜΔé’©W Ò—ù¤&$èuiA‰ºl‘NW,ŽÓÕˆcukÅËt›Ä1º!±ZwX­»$Vé>Qéž«t¬0:ž SÜÅ:\3¢íFü'Š1s¢F º ¿w kà­>Û‘ªsü¨<{·(ë=sSÆB›,C„SzúR÷”´ŸÄÔøÀ¸ä”`mr†X£/Uë+§«’›B•É¡K“wˆ£’…D&_Y’üWÑ’äoƒ–è_ #õl`dÒÏÜÆ:\†ÎÙB¢ãhÃ?¬Ä~}Dë‘UÈGU¾ •å{SQ¾˜ÉË›m–ešo•ž»Ø>%;Ê5!Sí›ë¯1êƒTCÈRCžXaX!Ž44†,1lE‚åÆÑ ÅÆ á"ãÝÀpÿÂÓ_„/gåjñäà4b?R…Z¨E-Ôa?àÙuøi)Ÿ -JÝ)·4ˆ2KgòÒKÂø)Eá¶ …‘N±ù*užÖg©)1 27]‘k -’ÿ—ër‹²Lãðï›NÒp’á49 Gå¤ *eŠÉjæ©0Ó.5CD0• …á Œ Œb* y,SA×v­Öt½ŒÝÍÝ5ÓP#wUôÛ‡Êkÿ¸/‡Ï™÷~žç=|ê3)9Ç{bŠÎ+.¥ÊsBJ‹GlÊiULÊu·ñËî«Æ-}FDUô»¢û—9ç§Y÷væn¤»~#×BPÂsùwz:°[Æx’²­0?Ûs³}ñzv˜41+Ú,aÃD«)™S“3_³Ë˜í“ñ–r\ú2etúǨŒì‘‘•öͶáé'mƦ_S„­ïµ ]÷Ì.d­h’:ÄÙÕœæÚFW[²ší\ @¡Èág Û£%|þF¾ þï€ùžHÈ^Í—ÅçŘÇåÆ[Æä&XGkg)"µoÚ„k—ÚŒÕjc´Y/…i·[‡j+¬B´û-ƒ7Ÿ”m¾&ÌéµToì-Zûg‰/ pŠsp”µo¥§Þ=Å@i û.’õ!û®ÀB¶$3É+E–˜\䄉E>˜P,Œ+Š”EÆ™Ž-œbV˜hR8O¬[l¤[e¨Ë4Wë¶šùëô¦~º&ß‚ã2Ÿ‚«2Ÿm?™xoí7µE4'tfóý@s!ça'P¥ç¹Pä‘4~N.æ‘~Ž%áåÖSîŠÐòÑ.Ë£%哤~úéhýl©þmé(ýr©—~½ÄSŸ/q×— -ª²Áµ´Î¥ßÀyç=Á©¤_¢üP”*‹EÙíœ÷̱±”{²’óPͳq÷$YMÞ!³ÈËlÍ¢j5Û³Q†ð48ÃÝà 7C\ Qp1L‚“a:”†¹iXû: lër ¨ÛëÚ:XÖ…ÅG—!ßs–»òJüCô73Ïz¶¢»é(¦#w/k@RêdzkЄ6>Í€s+ 0šÃÊh¹ÑF˜ÃajŒƒÌ8ã šùÓKïÚ¥G€¹ yZ0þS ø$àÅŸ:²”Vçè›ü‘|IþD®˜_+€¿¸ßò’~ã¼ }Ç‹YünþNzíað=×ø·©a­w±Î[è^Oo -ó]@ïtzcÏ!g¹ÏÓO§Õe@ÂR²ñ‚ðéã…˜ô¿“[¬Ëmà/ìwY“Þ8à/CYŸ7}œü>&ÝÇ¢öDÏzocÞè^É:'±Î‰Ì7ŽÞЋ€7½ŽôÊé|ß »øžü“ü›ü@î.76ªÀ#Sà ·‹»Exa¹NEº"çEäú›ag&†]Ÿ »@;ö»*A„šÏÇ‘idYD–“T’I6‘|R@Šñ ¥xŠJ¿Ýû÷‡¡` VŒÁ’1X1ÆàËç‘ä2‹$á9’ÑÕ)®lüZú> «ž:ô¯šcïÅ=ö»wq?â4îà+–è_,Õ#–Lü[/@/c0c ¦Ã182o>CçD<Á úæÓµ„ù¬ÀÖâ>2ðrèÉ£cn£ˆ–]»‚cÖàhäTµq‰çÔ] ü ×å5Ž:ÀÕa¾F„ c€ a ŒÁ¹ÑCßTúf3§…t%ÓµŠžutl cnrNnpNþÊ9¹†2޽ß°_±Wð ·Í9nŸëŒä·ÒStÑøÿÐm:äk`Âl„~8ÓëËFÐϼé›Ï忘£-ç–XCÇzüYÜ–›q™sr :\äœt±çY‹/ЄÏqg8§ð5N2ƒœã4~J:IÇ0¢ð«ÌŸËræoË\=è f~±tNcN³éJ¢g).`%³KÅY¤Ó³‘ž\z¶ÒSDG)ǯæŠl@;rUœ`$_âÐàì<à“~´ÒÒò¢)ý¦žÉ¹¥Ì¹½$`’5õå¯#XÃxæ•H×ò›%TûϪü þÉB¹ÿ{BY@ªP!ì Ø$”| KvTH -Õ{%ê6ÉvõÉ6õUéõ]Yžº_–«M´¿ó¯º[ô_a¯3‰~ÒÉÏGøÊ1ªåh rE]ˆZ¨’T„ÆKËÂþÇs™5}¦qü‰$„3$á„$*Š˜p$H€Ð Žp‚$r „3œJ¡ž(Z­ -µUñ¨­[ÛêvœînwëºÇì1»³»ãìÚn;»Óq:öØììîŸùýøåÇïû¼Ïû¼ïû|õÌCÒb朴’yPZËœ‘60§¥{˜SÒN椬Ÿå’²ÆeXûd‡Yc²3¬ÙUÏaÙ<eÙ²gì>Ù ¯^©{žøb Ž€ðœ¿8öïåB? úDKÉLz-Y@ ŠÆa¹Œ9+Oóœ‘g±§äùì ¹Ñk\^åµOnñ“7zÈÛ¼†å¯Aù ·SáòîWÌz÷)}z—|ºw}»äŸøÚåOý:ä_ûµËÝ/I~ɳ³¯ ôðœä¿^Ç˲=6rr<-æ3¢3éqÌÉt{Z¦÷¨2×wXYè;¨,óPVûõ+wûõ*mþÝʇ²Ï¿S9Ʊ+g8{•Ç9íÊ¥€Vå­€åÇÜfå_¹MÊçÜF¥›Û˜êhø§ÈÁ¯1þGEðh9n¢ý¹úzú[Ä1¯æÐt–„\Y[]Ù™œ½YZ^›¦€ß¢16kLAMKpƒ¦9¤^Ó²[3 °hƵšùÐÍ™ÐjÍ[a&̓°Jõ…ê‡V¨Ý‚Wùæþ´@÷N zì]ð¸žÄßsÈÇ„E£9 70z -âXö|¹w›>cÓix9º ºœÂ«¶,´Vk«ÑÖ ÍÚVa•¶'ܤ ¯Ð•iO‰JµWÅ%Ú÷ÅEÚ߉дÿe»Ã@è*¿G þù¿oÆ<À{^Ùy°¢Ç â32ÈYH=Æ(²—lóh+Nôj.Lõ«/ÈäYòµAæ¼|A•¾DX©7‰Êõq©Þ&1ê»"ŠõÃEúéHƒþDd¾þrdžþ½Hþ7àK‰N÷½X¯s‹@ø*¿E¾™° £í7Z®3à(b™B\Cˆ£§"€ìj«ˆ]×\.ó¬+Mñ­5fp«‹³‚*Št¡¥……¢bC¹¤ÐPY`hŒÊ7tDë Îha*:ÇpåJ›>ãíhü†ßàŒ«w­ò9x»{#ô—`‡NÃçÂÕ‰6¼ñX`׌Á”×Eºî­ŒlGSݵ“Ñ¥òUvj9)Üd{/É^ËK°Û¸2{w€Ô¾Ÿ#µòßa?ïo¿ã»Ýþ ŸmÏ|·¶¿ðßÒææÄ¶ºV¹9¸…ñ¾½ó£ð\ã¨GÑ$è‡]mÁ33b2À&eú“z0œ2‡6Rú`#u0™©LóLrj¼œy>Rg©O¼³Æ'ÎÙì³ÝéðÞæÜçµu`ž;pÎsóÀmÖ¦þŸ³búž±6ö¾`oèv{¯w¸}Vy׎yÀø/¡&±?O£_…ïš!êÆ}Ã|žë'ˆÒ\L’»ø”4!¡Ä‰M$ØÁˆw)Ömw©˜[]¹¬XWk“«Šãj`ntuzlñˆŸ]5~v]Äþ[ ÉþŸ1Äcÿ`ˆF_xˆFÜÌða7k•ÛÈõ›û0pFÍ¢a>L4 :æ1°D% (À¶96mž ¢˜9 m˜ßLëç¥5¿“"çÕ É\C‹&òZl$öI±NŽ“Ç |x^÷8¼î±?`üE÷ 1»×xù¾ˆ±Ÿ…ÆÂ)äà5¬XÁ½ÀŠ{#®Ùg‘ƒ×‘ƒsD‘ç‰B.ù.3Éc9ÿŒFð"Á‹q@MN Ð,›_nxK(´%Lî|àLíÙ'X|Ÿƒçà»5®ÁÏ'‘hÍAc4Ðh\"ªúeÔÁ%¢—‰6¼Av•(à-˜¢k0×™Øà9 á -²•m  !YA7q®`a¯ Ù7‹ëøÀµ0ùÆøÂ÷k\ÄØÏBû(ô&/b-@«i3ãuô2¡—xs°B$ºEÄ»CÄÆpÐÜÌ -6o¢÷Ðß—½Æø4F¢{€Ãèa-À&ó…ý‰ýð6~Œ÷þŽ÷Ÿ¯qã^€ö t‡ ÙÍZhCSÍdhÆÞ%ßû/ÛeÕ䕯á7 ¶Yˆ‚íx4™–?H !„%« È"‚Š€ˆ, -qAPª¨Uq츔©:öhµŽ:ÖÝQë¨í8µu™Z·ñÔeê7¿ =Ç?æÂwÂ}ÞûÞ÷»÷¾D’/áÿ -Þ¿€cà8ø+øœFNκGN.ú]šHt%.'×Ç l@7°&בäkìÚ%pwˆu˜wÜÍÈm%¼ÓàMÃ<˜gÈ!¢À#D£à” …B»ë 8?ÌE€åE#†±Ên!–ÛhîŒD³„ËêƒP¢‡ñh °!?Æf÷/ßLü1òñøä=˜wÛ ö<*Á|3¢ Þ0xƒ0Çѧˆ<Ïbýí¾+î s üü üîŸÀ#ðL@ôÓ ÔëkÔÈ›84’È;`óaQìŽ!XrCÏ+FÏ錞Ó=§ž! $ƒlPf‚jPGo¨ c½F¯û’ºè­¢_h-èGg»ƒþƒNóúݧèTÑ]úßzˆÿüÀƒ18!ž€(2èWʇ¯#Íg=GùŒZÐŶÓcôº¨žÕó¤b=@w{Eû#¦;èw¿GT·1Ò»|n Åà `‰‡8Ü·1xá™/œé…c~&Ì+¾)ðÁ3“þMU>f·Ž° ð,Ã’¬ÄØ}»ŸnÒ§tƒöÑßQ¸Wñé -þó2F½„Ñ/‚sà,83!B1ƒ;æ:ÎÌ/óІ3 K O>¥ˆ}6Êa.F®£ë´žV”åbxºàè¥ ÈÅ9ÚŽ |†Wæ0ÄÓˆø8Fþ -ÆÃàËw€›ÿÖOðs±ÎŽÈ«óôÇüÔp2pÆÁ— -ÏŒVGs0‡xêáiÂ+ÚǼ¶ÝðôÁÓO‡h'Vã :€oíÇHö -„ÑÎgï0œø 5†rF?ò9 -s ÄÜBጆ/ óÉ€'žbT[9<•ð̃§žxÚ‘ýåpõ³öÐí¢½X•øô-ýë±+¼ V;[‡ùÍÿÜ·‡^s!ÜRÌu¼j8øLpYéÏ”O><%ðÌ„§ -ÕW‹/€«oD'\=p¬£-øÙom¢£ˆè¬Ð}<ÅÛcß0k8C1ж ÑMl·ß`û¿€Wû¹À=ëoœzÚÃI ¼4ú”ŸC‚i´]PJ[fчjêÖÑ&amµÓzÇ.Z縆úœ¶Ðj§=ô±ÓZå|…z\P·ë+êrc‡X>ÌKlõ°½ÞòÅ–‡íä4ŽžcJlãˆå /ú““írUÑ€Gm“i³gmôJ§O¼siw!­•Π5Ò -Z-­¡^Y#­’µRl)uË{©K¾‰–ÉwÒRù!êTü:|îQ»ò%µ)YŽVŸ·<•b[GtGïi5ŽŽ¢@ÜïÓn©3 (FÒ–´a”†ÖÖÑš1fêc¥•¾™Ôí›G+|‹h¹o9-KÆÎ§Î±MÔá×Aí~ÝÔæ·žZývP‹ßjö?ÇYè‡Óèÿ ·ÁŸåÖû³¼z¿·<„뎗 8úáˆ9>×àh„㜀6úËhíûïQïïÔÔ3>‚Ó5ÞÀYÈé HãtdsÚò9m%œÖÀYœ–Àjns`wa`+wAÐrnCP·>ho~Ð>^mÐ×¼š Ûüê ç‚ª@VP9ÌœÖ᎕k8VNáÈ?C´ìŠÂµ# w;äeõ õLò¥e“&p«Bx‹TQ¼V•‰ß¢²ð›T6þU¿QUÀ¯W•òëT‚Zu­`žºI0WÝ)¨R÷:Tª7;T¨f«Ogªo -ËÔOE3T¬¨ô¾‡çr$щX¬Ž·A0`Âס5ÈÉŠÅ´D3’iÆs[4¿ç/Ô„;4h¢…u³°6Ø*¬ ÎU犪‚‹Ds‚ËEšjÇYšFÇrM»c™¦Ç©T³Ñ©D³Û¹XsÔ¹PsC\ y,Î~X;Îv¾CÎP¸nìOFÐn³à^…cn%âèŒQ[„‚š&ã4DLä׆‡ç†G:VjNÚçYÚTçrm–ó íTq©vº¸D[áR¬ïR¨ýÈ¥@Û嚯]ïš§ý£Ûía·líU÷,íÏàW·Ì0ö7\¿Åuç4æ~8u`C¿‡þ³? 9@]ˆ£MÏ£…zoªË©Ññ*u -gE…;•EêÅÓ“K1“äZÈØÜ -˜÷|¦Ð=)÷Èej†rmÜ,›Z`K q´¦LvM´FKÌÉqÞ±‹<ƒ᣷LUê,3”‘–%ciQNNîö‰HîW„'.K>#µü( Mz!Ibå!‰¬,œBœá˜Z˜‰V¨÷l|^€œTá*ZŒv%/ÇrrFRFÎûœ´ì‰üäì`QBf¸Ø”¡s7¤ÇzémI²H›M1Ù–§·•*´¶jEXz³<4ý\—{TÔeÇ¿ È‚r“‹‚¢Ê%nŠšš¶j¥§P‹ IZQÒAaD”KâÉ DR*ÍʬLËUw;Y[­§­Ž—ڳі­i—ÍÙÏ(ÓÙ?¾g˜ ïçyž÷ù=ïûm NŸß4~þ ãæŸ H›% uîÀ”LGÐ-=ìz‡}ÖA˜K¥]˰ahÖd 6i5YDM²r½477DçŽÔƒ¹q.s¦ïÉ™è9ã±»|¦™gúM1ßï?){nà„ls`zvAàxó“ãÌ6ÿ4sÃàTóžA)æ^¿dóŸ}“²/û&>zcPÂÇ`äŸåð?A ŽÒ ð÷=)íÀlåê[Ãëêåø >_H]2 z  @s -#toa¬afA’ëôÅéîSO1Ý™?ÃgBþßqy™~©yÙ~)y‹ý’óK|“ò+Þ‘¿Ù'1·wB~¯W|ÞiS\ÞeÓØÇ¯{Éu Œ]èðÍqø'Ç-ôüŽURö°±\ªæuï—‹™ï2¨ÍÌbý¡8TÓŠGjjq¼aÒÒT·ô¥“ÜÓ,Ó¤Xî3%YòJ´<â•`É3Å[–yÆY*ŒµÔ{Œ±ìòˆµr.z×8ºè’qÔŸ®{Œ,txF8LN½J½aźVÓ œXÆ*f²VJij LšÃ÷SJÝ5¡4@ãK‡)­4F)¥w’JÓ]¬SÝ⬳Œc­ÆXk–1ƺÈ8ÚZì6ÊZî6ÒZç:ºÓeøÊç]"Vž2D¬¸hVòƒëÐåcø2‡»S‡©÷ÖÆF/TÓµRý&f¯%ñ]ð]Äs±Mä7‰6“âlÁc‹TŒmŒ¢mÉe›hˆ²Ýmn›cˆ´Í3DØr CmE†0Ûj…VÖjHe›‚*(`íÛò/ÿ\k®) ÌaXípqª—z?ÇÚXÒØÁf¬XM#ýÈkÑföK”a—¦£4C|v/…ÛƒjTˆ=VÁödÙ')Ð>Cþö5Ⱦ@¾öÅò±¯iÓz ¨m–{M—Ü6¾.·êPŸŒë–{•ã–zàw’s;̶&ö¡Eªje6òšßŒ÷ã³{Ñ$”Èû(ÄIÞ­&y¶É£%Rî­±2¶&˵åN¹´ÌbÐsø´Ðì-4Z3›ÙD2MíÒ e#¦±¯Ûp!ô º©ýäµo w¸-mRí© !3Ê@ÓP*ö0f—¾[¼Gro7¸â"Öbp\öNæoçáÏài§áÛWÐhlòîmlv>wûe&†6bhûU]ä·vëofmÛ^i9Z„ævH³Ð„}RÜ3Rd§Ø%™žå"Œ]Õ~âè6!.ÃÝCi¬Ñ·/`=\/Ó°ñ»_è‚>'"'ïú}ø;9d ƒˆÁ•÷ƒ`ƒsÑÏ ¯ x `ä²þäQ¬/µ‚\ÊtIpÖé…Ó ¨Î.}B-þ¦C´Èq½Ï¾Gtg©à»Þù?ÁvíÁù7l̘Ñä–Jíî"§ÙpæÁ0ëSåÁXcù¬$2•p6КvcOÎh-»— -tó¸å±9Ëct‰¹®W ü^GoÇÐ_ƒÛ1|'#\rA‹%œ¤5‹|2hý,ýE90Ã("‡å:IoœÐQ›ÞÐFXõzMͬ¿K/«‹1ò"Õ8©ƒDþ<«;;ð@¿ºûõŸ©ÉÞŠ‹|½i÷0ò‹9ŽGp9͆• çÆC.9C‘ލ„QU -©\½ôÆAö¤G¬Ý¦gÕ¡NÈÏÙÓ¬Öq«S~R;Ô=hw¿œüë¨]êÌ> çèÍSÔâMjqŒZ¥/ë8óàdÃyN!gUk¬ -XàÔÁh¡»µ“_lç¿·±âSZèèf:® ²S[ÑÏN¾;ö@écÆí_=o ·äEMCáFÃM9•#âXÚ§ùäd&ŸEP -a-Õzt;½±=i¥-ôEŸn1t©ÁpX›]N«Îõ3ÙWUë~S5mì×÷Œ×+ÁÒ'}çõoc s¾ÌQÔË3Ò­uºÅ«Ã#]{L×NÏÙj3=¤§¼²Ôêý˜š½ó´Õû mñ.V£U›}Öªn`µìT;p»j|;UíwXëýN«jвù_Se€Ch­Sþ}ï³(Fm~+‘#…×—¢9êùÏrW‡ïíô­mÉj š¬­Á3Ô8ä~ÕÉT]Èm -ÉQMH¾6†.Quh‰Ö‡®VUØ:ÙÂìª kÕÚ°•‡õª,ü¤V…ªÒ¡Wµr¨ÃàÔ -§Â†¯†SƒÆ?ÇËñ ƒéðñc9öù®-l°š† WCd¼ê†§«vÄ4mq¯6De¨*jžlQª"*Wk£ -T>réÿh®ö¨&ï3üæ~# ñVï$I$„ A’pI!\„& )jœhmÔ¶*X©Šà­^:­ÓS®÷®µgÛéÝÙìv<;;»ôœuu[·nóÛãaûã9_¾|ßù=Ïï}ßïý=/©wÐNõ.Qÿ€†5ÇhH3ËÔ\eE4Xš/Y}š?³·ižrz5 §W½ˆÇé8ºòƒB©ø[;öÿ̆@Ó h;¢I ƒ©+iÿ†4Ú›žÃÚ“^ÀO/aÅÒݬZkT[ÏÖ¶°‡´íìAm;¢°·kÇØýº vŸ.ÎéÕâôè.sºu÷¸º/¸º¯yíºóBZ†ÿ<‚õù ü÷q´Ý‚í¸œÃñ2ƒÿŽ"&S™Ú—¹”vg©)–•ÁÕçqvè‹8ƒz7¢÷rô~n¿¾»MßÊëÑwòÂú~^—~˜×©ßÃëÈ>ÄoÏ>Éf_´fß´dÿLØœýGa“þ_ÂF=#lÌZÄ—ˆÿÇà|Ǭ@ *‘<>4.ÂܛϦq£’væ­¥¡¼tvĘÃí7Zx½F?lÜ$è2T -¶j†&aÈ=ÂVã h‹q\Ôl< j4¾&Ï‹ë·%uÆÏ%µÆß'Ô¾—Ô˜Eä2’/°ßÊ‘‡*Ì{5¨àT5,(tLAÇn<±$Ò`ÁJê/Heõdq»,yü³M4—ŠZÍnq‹©ZÜlª—4š·HæÎ„zó@Âfó˜´Ö<)­±KôYÎ%V™o&Uš?Mòš—ä5ý`½ù‹øi Ñ»ØÿÛµÈìß9X¯éͰ¿Ð1 1èˆÚÅÔg_Na‡šµÕ¾‘,Êå·Z„6»¸ÁæJØlõJk­5‰5ÖÆ$Ÿ­=©Ú¶MVi‘UØöÉ=¶#r·í ù&Û[ -—íc…Óö[…ÓúÜieäÎFæ"ÿ÷}øÁ© þ¶µ«q:öBÇ(tô¹øÔåTQ»kµ:ÓÙM¥z^CI¾°¶Ø&ñ9Š¥UŽò¤ -{µÜk¯W¸mŠrGXYæRº{”¥Å/'—ŸNv_O.r|˜\èx¬,tü]YhgEE‹ø‰µ~ü0̶Á_âz÷»¡cúº=l -¹´Å½šÝ©¬úòLnÍ&ƒ ªÌ"ñºìR·Ë%+sV(œÎÚäg‹ªØÙ¥²»¢ª"×.U¡ë%•Õu*¹Àu5Ùìz_irýFirþ `”¦ÒE|„½Þ…å¼ÞùvxlŒ¯à:-ãÐŽèh®’R zÕU«Yþ*§²2‡ï©0‰Ê¼…ÒRO©¬ØãQyüÉ6O“ÊêÙª²x¶«Ìžñd“÷ 2ß;£Ìó¾©0xß“çz-ÏñüU‘ãf9åŒòÞGÜnA_ïF™0¾ÉnÌ{ðÙÐ1€g!h¬¯QMݪ®[GuéìòZ=×U“',©±JŠü%‰V_¹Ìâó)L¾€2Ï×®4úLžë?(ËñO'eû¯$êýï&fù¿’fúž$eT12@¾±’‘?Àú7ƒQÀcÀÉ~ô%Œh“ø=Šÿú—6hñ7sÉÛ¤ wÓ**kJe•6epž-P ´’ü†MRcCURnCCRNC();П¨ĤY©„ÌÀ´$#pE¼1ðc‘.ðH”^ÿD²a3#M«cÓj™Ä{[ˆÞž/lCoÜŽzÄ(LÀþCK/´´ .UÐâ %Pqh9ÙC)d iY–`6'?hâÚŠ„9m.‘¾­RœÙV/Îh Š7ûDºà˜P< Ø<)Hk»ÌOm{À{¾íW<Í–oêfF”ÒĈÉäàxæÁyzõ8Šy£Ù^\wì@=F‰1žx¡±°‡Oæ°’òëÉN¥Üp&K6r2ÃVîÆp)Oöò7„ëøiáV^j¸—÷|x”«ïç¤tç¬ï¾È^Û}Ÿ½¦ë—¬Õá¬êxÊ[ÕÎðW†Á-äÿ -øçFЛ^@=î":ˆ±ìE`÷гÏ6AñÑG(#²”t‘u”Ý@iÑlJšXš¨-g¯úÙk£-¬5Ñ0kUd˜µ22A+"¯Ò²í ´tû=R ü‚–ô}CK¶=e©z6À¹ø_ÇpOïCÄ86µß®¸o݃¹ zJƉŒ1¢ô1­“ÑÚ±´z,…VÅ´ô\,—VÄ -hY¬”–Æ*I Prl+)bQ’½HÒ±£$Ù9G¢Ñ;$ù9 ‡ÿDâ¡ï†Äƒ ]ÿ<8fÁycØ‘—PÀè!¢0î1y ©Ïõ€f‚hù—ä“2’M.'éd -%LjI<™K¢I 'ʈ?á'îd+±'À ߇ÅöžFp1¼î~ˆÁóî®'Ø(\ì ]ÿx^ïñ#èMÇð9Šo÷5q¢Ò—‰ò-°H„qÀ¸XÀÅa~â8ðã8èâh®q4ÞøVøñ‡O`q –1cxŒÿ[àŸDûŸÒÂä<3¯¢/G ðêqï¬@îÕÀ2 á$Œ‹4 #8™rú9@E cfdFdð ÿ b1Džɉ9lô>†ÔW¾Aâáf14‡½Î‚ãø $¾Žð dý@+àŠg‰ o¥+ÏÉÎñÎËÁHˆÇy˜áùeŒ× Øâ± hÂÐ|PÌ Hè‚Ðò0„0I"¢ëÞD7`¾Š„yBŸ~ƒ‡é.Ãaø»(þ0@Ãg Ohì`7ƒ[ -n>¸fäw=æTð$£¼óOq°ta‚w º]ƒn@· =º Ý“=@¿>ÄàüÙÏFðŒà€ ±G°Ñ#‡à´Dð¼xN¾ ¡g¡ (2@™òÀ¡UÓ¼ÝÏ´þ¬α‹ÃcþD}ð‹ôÎê!|æàö~€Ç»‡Mû7‚ÿ–nÂiþHÃXåŸÐÍ ]‡®ŽùM.÷7ßËš =EB:(Ì÷¼OÅ0*˜¾È/ ¹i½ 9å€áÃF `,c J߉œº± ½à¬Å–lq]F-.á]@ã~ ÒtíómÄÒ»¿ÓÓü_¡ÿ’yú ¿@0c°µz°¬àäÓTF5`4‚ÑFËÀYIÒ‹¨ü½Ç{µ8KC8.GÅût +EFéÈïôt ¸Á‘/yNB~þدÔ/,3Ú0'Ž@1V,Güµ¨ò|:ƒ8N!Žˆã8zãìÉQÚH‡i+¤=¸Fö£§ÐWèOX}:j´ß´w<†1ÝŸhå[c-î…½ú˜!¨a,xz°,¸r‘“ŒÄ_AE‡ÇôèÛÔÖrpz°ö:¬½WékˆbíFvâPvÉTz;ˆ¯NhÛD  aèËÑ£ }ŒÞ|½y†[ê—^*X™àä#§ÙàxÀ©§œ&ìþ"Ú…³²=º{ò*ús+ƒøÍˆôeìÎKèšÈvý‚c鏿ëí®Ú‹Ðy\ÿÿ»þ$Èu**f4˜:zÒÀʧœ9àx@©¤-ˆcql¦Å`u‚µ -œµà¼‚Ÿ»©«ô!£^tÒè Z…S½ìQuC÷p¥ÝÂ5i:®<\õ§ðÅ“|PÏC ž%?¬ -fxz°2h3'‡6q i#¯ˆÖó<4À¯¤µüzêç7SŸ z+¨GØG«„›¨[ˆÊà‘Y.¡v)KmÿÚL\߸ÊNãÉ;Šçf?Æ¡çð¤Éø´]0…%3i“4’6Èhc¤~…•ú&9¨w’“V?3—V=SJÝ“«iÅäFZ>y-ó޽ÔὑڼwP«÷[´xÊIj™r™š}¾£>#ÔäÃþ_·ñÜ^Ä•~ÏÜ;xràs_4fìYxòQ›MÞ2xÖÖL ¥žçbiÕ´$êžf¦.ßLZæ›KK}]ÔáWLm~e´Ä¯–û5SËôvZ8}%-˜>@MÓ·Q£ÿ5øÿêü/PMÀ]ªx© -`9Uþ,·ú" ÏØ§“ñœP=žu-ÆŽ8ðQ›þçEÔàCÝ3iÙÌHZ˜@m)Ô˜A‹‚²©%(ŸšƒfSS‡æURCP#Õ/¦Úà.NMp?§*dSò&§<ä(§4ä®'ä·$ä1o^Ë›ÌòGu5}îq3z {ŽÏí`f|Ôdu‡–ÏšLí¡þÔF-ᱜá:Îüp§!ÜÊ­ ·sk ¹Õs¹•¥ÜŠˆZnYÄBn©²“çQ¾È+Q¾Ì+Vîá)óç(?仕_ \ÊŸÎV8¦pVx 9¿ þ1üÆÀ7²0ÓXQŒAkP›.ı$JF-ÑÓ¨ILõª(NJíRéyª4~™*“ÿ‚*—ïQ¹ùóT%‚bU• HÕ$˜Ó.tǬºb^ÆìåÇåÅ| rÄÜÛU Vl×§xRÏ€yÄŽ}ÀèõGh+¾¯ÇßzÛRıP-¦µÕjfP¥&œ[ªŽåyÔZA±Ú(,ŠÏΎϹã DÎø"q¡ºL\ ®ç©[%¹ên‰]³^’­yÍ+K³ß˦>'µªoJ-ê‡RK<;®8Öë£4ŒAÈÿF®}3vá‰,ÀŒ8V¢6mˆ£1‰OÕ:o*Oò'OÒ,Î\]4o¶V#pi“E‰&q^¢U’›èð²'º½r´i–¶Fš©m‘Yu]2‹n,]·]nÖýEnÒ•µ7 åÆDvL© ¬ì<ò=ŽÜ€½wfü"Œ¼Ë× Ž.ıqÔb_JSšgô¥"cÇ•¢äâ½V”£O‘déÓ¥6}¶Ì¢/”gè‹™4}%c6,`R ŒÑÐÏ Û˜dÃ[L’á £3|Îh ­žetÉãz58†qïm°ßÅKÐ øìC<ˆ£qT"Îât/r§O¥Âô”—ÆÍISñ3͑Ŕ,I7™¥f“MžjÊcRLszS¹"Ù4_¡3w(´æ>E¢y‹BcÞǨͧ˜xóuyœé>gbq©¬"ÞÈ*ÎæbLEÞ{O)î„rÌØøìÅïˆc>â+ƒUpg )?s -92ý);sÇ–ÅK·Å MV8Åš*Õ[,ò$‹ƒÑZÜŠk©BcmP¨­íL¼­—‰³ ÊcmC2•í¤4ÚvMeýAeù•‰Ì`™Èt–9 ÆábxN؀ݰE[ªÑø\X– ކ¹ðn¢‚|.eçN"[®/eä‘9WÉ5:bùzG¢HgO‘$Ú3¤j{Ž,Þî’ÇÚ_ÇØëe*G›4ÚÑ+r¼âé’('ÄᎫâ0û÷’Ðì_¤¡Y¬ ’Ÿ@®‘÷¸;ëÐ}êá50Š·VÕ#¶Ä’‡½ÊpIÉäšJF× Ò»Â8:—Š—àÒÔN½(Ö™&V9³%ÑN§$Òé‘(]u’×q¸«GæÚ, uíÎr»>ãÿí2Šò¼Âø3Ã""Q•\q š¸Õ½U’*Œ¢8‚Ê€ #2(Š .ȦRÅ%BdQc­ -Ô˜å´iãÒ$¦51Ö65¦*¦‹&j=¢Éô‡`ê=œçÌw¾aîsï}ï½ï}L3n9÷ŒùÞ%ô{ÇÐév×w°þ}ðV¥SKÑ[` ÏËx—‚/sù~*¾Œç¬æ.fö× æ0Eš# ƒÍCŒÍ##Ìãú™_rêcŽqîm6;õ2§8…™³Mæµ=Í[BÍ{ÁæwAsÏãn:Ì~ìkwöµw8FÎW=¼»‘§[s˜Ï À&eeIIR,’ñ%r4ŠszÞâ¦_EX‚ÕÏÒ[},ƒ ½,à a–±F“e²1Ô2Ýb‰3Y’ –,C€¥Ðàg©PÄzuK|[¾ ÏÉwÁ ù&<2ú$ؼãíŽMÄyþ8w­”*òèKäP>ŸKs©Gü™\üY¦4ŒÜô[â$“ÕS¡Ö -±öTµŸ­‘ò·Ž”Ÿu¢º[§¨›5V>Ö…ò²f¨‹5_­›ä‘V#·ÅoÊ5õŒ:¥\“Û¢¹'Ûåžd7!Îýð¼çŽ5ô2¨ ²r-õX ™ñ'z•4"—K½ø_?›‹|l]åeóW›Iž¶þzÎ6Tî¶Ñr³M–«-F.¶yr¶¥ÉÑ–+cv ƒ½» m•‰XZÚ,eÜ‘Ò˰ĮƒØ¬‡§ -îíé‰Rꑟ؊¥ä"z¢ønd!ÚCðËt,è(Ç/ d(çð€­` - Ø (¤|8#«·KyˆÊ•·\tæ -ôîòðƒÞÈçŽØ@-”Q›©…-ü+Hç9¡œ~àýxüzá›è K(^´\©`+eá(eñ(.߆oi<Ÿh»‚,ÆhQ=ƒ¹a¸ -»öûžMÔÂVΡ’¯pׯgò6jDñ~ˆÁÀ‹w.€U°ðUºü¨ÄJüØ>¨íâ¯d¸no½|, ±N‘ø?Am¿¾Ñ6¸7™ ßb⊃ï燙GðEÀ—'<o?,íøø=Àò@Û!§¤3œÏ9êä¼K; ë—øq™Ëñ*}r•!ðgÒŒW0tù3•½Þ%Äß(M£dÆÂ9Î`8»¾G´rhçù¨?dÒŸÀ§àø+øÐzÈ:é:çs“z½&}K¿ÜgQzÈÀm¡É[(êïH@K*Çø£æµËtÁ` &WôZ÷1Úî‘ë;-ÕCÙô@+Qhµõú5uuut‹¢½‰2û…ø5‰º¦ úŠò–.‚/Áðgp¶Mo>ãC+<€?è‹*|¾ pM…#Ž8’õYáÈÒ -‡c•®£Øþ’û'êñ+ýBͨÀ+¨ÐK: çoô¹>ãïk}‚Å3X~ŠÓàƒÿãÃ÷èÌtæ=…áy$\cˆ'ŠXbàˆƒc)º¬%ú;:÷"~\PÇPˆšÜHl›à«äx^‡çÇvŒr9M6®R>€Rú~ÛæÃ`r«#¼]á æWˆe¹›ÏT8frìóÈ_"öS)‡t¬/ƒgñ¬Ö)ÔìIÃWý]”p=íÒ€ïÓFŸs2·Õzú á<ån+r×ß8shÝO4®ÑðL¦$§c6±Äë=YÈr*<éz?ÞÂcʇg=e:¢m:D.2Hðû)Þ}œX=§[ã³hå¿n´—rkYŸ• ñùW( _ñ2ž—‰'†Xæà§ma<¥Â’AfÓ«½Ôh½ŠTK}îÑNUóf7¿ØE†vrz;t—ªµsZv¼lCK;s{kµ¶Ú)ÈåsðúÃÙ¾Hb×OᙂÕø?‡Q@¤xRU…¯áÇ.zeµQIŸlå¯O6ãi9‘”Q-%°ÓaÅpoEà6œWÒ_\¤ÓมmUâô&!pö‡ï¸ÆÓ$x¦Â3ž9°$Ð m¡g7ãG¹rTJm”Ð'y³ÏÖ‘¥B*c UTÀi¯&óyp¯jÇ5ÆÈŒÖ?2ÒÞïÁ¸e¤4rÄ—½r#ÎîX #á×8*21EÃó*ñÄK\Ip¥Á• W.•QO;žœÐr{U•mhÖ2ã]e9َؕf®»³!Œ[®Ýw{ÃÏHû%£¾Ž÷»]ŒÄê o ÊŒ}Tì© N#µÎy‚ -;D©Àešò]f*Ï%N«:ÎWnÇEZÞ1]9®6e»æ+˵D™®•ÊèT¯ôNGeíô‘»_UªÇ=¥xØŸ`¸ÌØíÏøLþ#‰ŸÏ:®šÝ&®z®À2÷*róÕZPåwŽPžçP­ìò­è:Q9^/+Ûkº²¼f)Óˬ ï…J÷^,«w–Ò¼W)Õ§H‹|¶*Ù§VŸ&-ôýP º5k~·{JèfW| çûr !Œó#£Ø-ù¬Ê>ÁJTÎ*°Þß Õ¾žÊí œ½µÌo°2ý†+ì–øORZÀ¥Ä(%`¶’”˜¬ÄÀ - \¡ùAë”´Eó‚öhnPƒâ‚Oivð%Åß5Ì -¶gµáÓç©®µcãX&ÖÁ]£¹Ï‡qŸ²Šäs>9Á”Ò]é¡&¥…F(µçP-ê9JI¦ J4Ei)ZóM¯*Þ4Wæ°DÃܰ4C\˜Í0;|aVø&ÃÌð*ÃŒðCƘðãÆéáÓÂï8D‡Û¢Ã쎭øx8×=ü¿žÄjÅŠÓº‚±–ÿ—í2n²ÌÂøÍ¾#HekYÊÒ6]ÒЄ&4M($¥mJ i)4È–*[,È@”½U‘ÖÑ©²É¢"‹2:0(B„uXÎàèœ93zÅÁ 2¿Bõ0çÌÏù¾äû¾÷yÞ{ïû¾÷ñÐSð,Nnbé:™™ž$ÑŒþ2-#Cîɰ*"f‡b’Ù£¨5û•5æ ²Ú\¡o®VŽËŒ(+3ëUc3T¡ÌŪò¬ÕªÒ¬§Õ%Y;ÕÁ¬6õè¬óšQ™_„v”ùÞfÎFÒÚ”‡RúkðDðV[º¬ c¦U)ÓrºÊdK²L² – –lEØbS޳ WUZ¼ê -K±:d)U—Yª4¥–‰š1¹Ó5Áܹš@îƒÚQÖUÚbk«Öo}AWd=¨óæž—ô^Ë Ð{sú£Ä~?œ/Òblãx_7–º4ÃëÉËúžLˆÆl#:6>‚Ì·i  ¼÷cÐÅ?…£i½*›àieœÕ„iñ&ÊÔràÖÍÔ!i¤=ŸcÚ›]xþ6lWM òŽ6ò²3ŸÃÚØ] XT»‰Ånw½Ä³wxXìøZÖÁ³žåŒßÀøSA%~8ìŒö‚H¯"FBˆMàïÃ`¨8l:ðÊMCÀ!¬¡øÍ!µú: ò!Å6£7ÈI «"kcB‡ˆÅ!jóà'ò8œð-ØÎ¾ _¾Ñð9vSðô§ÓË?öw€!n–Æp¼þÞ£NNbΠļ ã|@äC¡ÉÉyŠíoãÃs§eÜq8Î1{¨8³öФÀÕ¹ëuÐvG;Župï‚7M¢ÈYÀòÇÖaÉϧÔ묙KÔé·ì—Ù3¾gŽ+ÿòž_<ï-(@2øä~æš„q«¼á ¹"³pJ rçò-NæüÌW8Kxš/qB)ÚÏ)š $ìS‚ôo„}ÄÓí|Þ'Á»ž÷a½äº¤Ébƒ«P¾“€|·»$µpL‘/¤žñç0þ<ùDÊǸ·É -<ë*ù'þñ™àPÏ’¸S¸Ø?óö{òÓMÎwÀqðxóÿhøQ´ðvg^©pYàÎ×~æRÇxæS'Ç_žÇ_žÃ_þŸû>nî îî4nïðô]bqŒÅs„‚}¶6¾<ÈlÀò3^ûnÓp\ÿ!ŸÉð¥ð•®apÂ`ü -æRÃ<"ò6þò:Ž¢ã:Kœ²\Jä› ³ÿã?C)ïBÅÙ#a9]”ݰµc×mh翾ìžpS²ÿeºÊc›¼Ïðói$!÷å$Žs8±8N'8Îá'ÎéÄ&Ĺ  PÂÑÒ@ á^a@9KP2Úµ¬k·v0UeS§­šZmÚ!MÛ:uÚÚmš´S ߎ?&ëõgûûü{ž÷~_DòÉ´Ÿ6³ËIŒêÒÊðìfJ‰1DŒ1n²“LËi¦éVzqöðÜôÂ1\Ç–Ž+|ÝÂeð%ž~‘¾@Ôóåå>1ÿMùäq(ø0ÌUZ/Ž˜™Ä+Ä÷aç).â4£=} ?[à*ðžü¨ÜzX -\C,m˜AÌ|FX ±œÄ©£>^êÓN„≳Éã9ò8€MÄÚNŒ=ÌØy¾Ÿd´^f¿F Ýeôþ‘w?§hdûH>&ö‡qÔŸíæíD–\–”…ˆG-áãâ ©[õ21ÒÊxj5qê‰ÓL:¨G±‚ŒÆ!bkŠQñ$±v±zÌÑ;Ç™ÁÈì&­ôczìwXÏ,Ÿb†‰ÿ@~Oÿ³ÕÝ6ßcy_`û})•í-†»KÿQÖ¬y¤ð´\♉UNK»¨S±š©O±z±UX…-Â06‰k1-Ncƒ¸SÒ,ÂÒQ¬“ÎaBZÀ¸t£ò¯1¢~†îk ë´‡ò1ßc«}ËÂ6de ,¦þùœ-ÉëËýþH{ä8ìR20£ËǶˆlYäÀ¦ÈLGz°á‰LEu"Õ‡uQƒ˜X<ŠñÅS]¼ ¡è=Ž>Œ5Ñg1¸dKï ¸ô·Äü ý±÷(úc4ü‚-öN)mÀ6{£’3>¯gøý˜‰3>ÛÍ3lO-}[b’°16Sq&L.³aí2'Æãk1¿# ­NðcMB«‡0¸«7#´ýIóèK:ÞäëèN~]É¿BWÊ?Ñ™rÉšÐAyŸ#àÛN¶aŽ_×Ü´¯'ùý[Ý,m²ƒ>šNSNŽÃDJFSóJ³`(­«Ó—c ½«Ò½dt`eF/ú2Ñ“9ŽîÌiteîD§þÚõßF›þ*|ú Eÿ‘ЬÿLðêï‰^½&z35ñ.õ~‹¸79ò\án{Öù²–#V5mÀV·ÕÌÙ2WÀHV4†²R0˜ƒ`Ž ý9¥èË©DON º è2ø„Nƒ_hÏ -m¹#‚/w½ÐbÜ.xsB“ñ„Øh¼"6ßë¿댟JµÆo¤Ú\M®5hò»Ë9ÁK?p =M9Ê‘cŽãàNÞÛLä±:?üôåg¢» ]¡£À.´T ¾‚:±¥ IôtˆM…+ÅÆÂ!Écš”êM[¥:Ó¬ä.ú–ì*º,//zC®2} ;MSœ¦¯g¡¦8 4åu¾Eü—Û¸ku09†nå(L3õœíÈc”<ú-*º‹cÑiNC›Ù€³IðšKÄf‡ä1»¤z³G®3·ÊnK\cT–[&”jëÅiÝ£TZ)ÖKªÝzK-³þ\µYÿªÚ,ÿÕÙ,š®Ì¬éÞ¡í_#æ5®ç9~ž¤âçgÉé)ò˜"!ú¥·\D›--¶d4Ù²à±å u6³XSZ&¹J«äj[RekV+m]ª£,¨–—©vû&ÕfZ-µQKìU‹ýuÕlÿ™ZlÿD-.ûJWlÓ"ŠKµˆrÄz¥“#j/k×ç)ó}Œ?WòXG ’‡ŸöðVFÂãˆG]ej¹Bµ£Ht:J%‡Ã!—;ÜJ™c…j«ìЕTö묕#:‹s£ÎìÜ­9«¦ªóJ¡ó»J¾ó}%Ïù%¯ò+]žCÓåUhoç;=¬KŽÛ«ŒÇ WrÙLãôÍ*ò줽jT¸\±¨v¥¢Ò• -WP沊¥®rÙêr)—G-vµ©E5+USͰZàÞ ä»w*yÑ}N6¸_•rÜ?•²ÝKY®/•¬åššU­éÞ Ýopô~‘cï™!ÖÊ~Žž»­Œcää3íôWí -ÏbØaóèQâɃÅcŠ=e¢ÉS-xä‡äÖ仉Dß]$´ü ÍŸ ^MŒoÒ¤Wiÿ«Ä¿0Áœ˜d}æ*²²cs‚\FÈ¥vñò¹*ò5wË0v-¡+ Ù]zèýùÈô[î¯@š¿)þ&$û»è@‚-–ù·!Ö¿1þÓXâ_Àâ®wÕùDwüKÚ5aI›&ܤí¯ÿÜpb#óró’23 ¬_Ïœ /?×VyVK!í’X„”@’iH ä >`²€ ±*Ä<ˆ´#*@dp ‹[  ÌB œ€ÜRÿ õýrß? ô~µGà ž™X/lfNlåÎÇd–2C™äZ4@.í¼_K.6r5Ò6É#"–†¢J@d(‹BFèBf¨¡ -È!7Ä ]ˆ‰†©ØðÓ”cTˆûÄ.-«¹„ üÁþ%å>®ñü‹Ä:=ܨżäãÏ>ÃÍÏãü­oýð$ý@ŽÅä£ßÄÓfS:aî¹a6µ0›o˜Í/Ìæ®¢°è‡™ðaÚ$;¹ƒI~XËÅr‚Ò8'¶1N¯#_Pîá -Ï?ϵç×Ñã{™—sÀî}ŒÇYÒæo»zÞ/ã1yÛ”ÿ‘]æQQžW¿ó}ƒà®¸@FdfØÆ%숀QDA\qÔjDtbpE+îµ®1õÄš¤¶±QQSÛ´6MmlÚÚÒ&i­¦§™þ†Ï1'<ÎÈ|ß}îöÞ÷>ä§~)ËÐPËúà,·.pÉÖqÙÖ¹..¿Z4U-Í\K¢kHpM‡½Md bn1âl!l5y¨vÊAâÝ ß®œK\mt0].7sx-Fá[ ϯŒ_Þ@ºá ú†á€Kv —mC` 4p¨h¢XÏË«wrè´«Þ£Ølð+Øf—#?$î=pî|^@ÖƒE®ÒmÉM$˜ñKüy®7ÏÁ2¸?6³mÆ~8¸äÔÄÁu0d4Òf¹ ’f¶Ä&¶Ö ˆÒF6úõÿ•ýpµm'¸¸~iU|Ÿ¼C$$ýÂoâϱL»±‹exWo¾³˜îflÅV³ÖÑg¸íq @rÑFR[÷ð,=±ã‡€¾ÜöTÚ±µ“25óÓʽ´(y Ä´‹íñÚýÝ‹.M €>ÿd>Ä"z˜>=Bu-‡éî ñx% É“äcÇø;õ8‚¢9Ü%­p8°[ÍEØ)A:v㉌ uCŽˆô8 -¯"6Ü8Nzp -œöà,Bá\/–Czµ“ór?ÞbA¹HM.q/Ñ\—îâàx(-𭃫žJxŠÀ8¸,ð„ÿXÄû>.ÛgÀ9øp¡\èCØ—Å-N®€wÄ-V®svoŠÜ¦?îâÇ=ÜÎÈ]šì.¤w.‚›ÒçŠãœâ*3N|Qðéàêéâ¹èáx\õ1éD -R>pÃ#Ö(5²Î-öEHÒ«ÉG×x„-—ЗðR“.ïz³[ó~½€D HCäÊ×hݧR*Od&úp®|) QŽµÒ…šù;Šão(«Ç(­¿¢HþB£~NÃü eúœ ÊÇüúk¬Ý¿·Áup |×oùF†Â†"‹“¯ÐU_ u»Ð2¥µX&ÐuD×=D9}Š¿ÇOP?P^¿åà~Œâ¼½ƒÎ¼%o’ž÷åž¾.ÏH™Åç$}NÊæÄÃoûð?ðQ‰o |AÄb„ÏÊÛépä¢Ò&a{Š|„®»‹®û¥v?n¡èn¢ºn0¸~!Mpl¡L»)We;E ¯ÀuŸ’~A 9i%7΃³/øð 01È¥¿¾Ä¤“_‰^îI<)ØÏ"Ž Ø/$†RyWfÐUṗc1ËàX…íµDÞŒý­´ð^ZùÇ¥“ªÜà(ýYŽé1Ÿã°Ç¦65ù ü¦»¥¼ycy &# -qö‡S‡Õ0øŒR­1Ë|%Yæ*i2G'UÚW¤Ò+_*¼ŠeF2™Þ£JÊz,’©=ÈŽ÷)ñÞ.ÅÞt±O§úÜ‚ždR¯'À)ùà}ø/3Êϰ‚µ²×äjw­ Üeø·’œ,íã-Õ>ƒenÏ@©ê¥—ŠÞ12£E¦÷%e}Óej¿l)í7AJúHñ€R™< B -TKÁÀ’?°Qì¾Ûä{¾%Ï·S^ñ½%¹ƒ>—œAÏ€³?…ÿ«×ItíA4eŸ[E6²žÖ““:ê³€u Ò·¯”ò—iƒC¤tH”” ‰“⡉R44U -ý2e’_ŽLô›(vÿb™à_.yþó$÷¥:Éyi­dëZd¼î€déÞLÝ2V÷H2tÏ€SãÂUb?Ϻó£ Ö®×Ý|náÿ6rÀ -Êš:›udÚ0)Ñ –ÉÆKA@¸ä˜Ä>Ü,†Û$oxšäŽ“œÀ<É,”ñAÓ$+h¶d/•ŒàIÙ"cBökF‡œÕ¤„\×$‡|¦I~ª$;•ä §r…µïÜXÎ"×ê>Ö¿ÙÔutíîôdÖ^ü¨ÀWô2)d€ØCt’*¹¡Qòrh¬Œa•¬)’9b¬&#,G“–¯I ›¢^©I _¬¥_­±éJ’¾]±êÏ(#õ?WÌú‡à‰jwªæ0§ö2køiø Kö²úmg%ß”ã^‹]+ú|ü(7‹Ò³y½å刡2."P2#Ã%=Ò(c"4©‘Iš”È4eTÔx%9Ê®$^U 3UKôBÕ½JMˆÞ¤ÆGïQc£O©¦èkª1úSÕhø·ÖdpjMQN/ךuþCvVOÖ¾­H“hÛÕü­©2?¦áG>~dÇøÈX“¯¤™†Iª)T’M‘š$c¬Æj²(Sª:2&S5Çä©ñ±Ej\l¹6&nÖ÷}Õ׬âÛÔ¨ø“jDÜ{ª>îUû/­>Öéãôê$÷'àì(`&!ÏZÀ¾¯Â§%øQ…SðÃNÍ2-ZIIè'6³¿$šƒÄ’ —„£&ÞlVbÍÉjŒ9C5ŽÌÕF,Ð,ej¤ežaY®ê­Mj˜µUa=¡„ZßU‚­¿S‚-_©Áf§— çÉÿñIÌEVÎÝ%ô#hD­,dÇÅ -jS‚Ÿè™ ÎM¢­—˜“†H|R€ÄÚÂÄd3h¢mñš([’ò²Ë(êó ãÏrß‘K”C…bÔxÔ“UŽ ¬ - A\Aŵ(à-56ÒD­€Š¨<ªÆ“ÑÄjb¢¡2š&Íä¨1iš™˜ªÍDMœNM„þV63­æe÷¿ßóÞßûÄŽKtЉ›ì7Õy@Ül§(ã|§HãJ§~ÆC_ãvC„ñˆ!Üø¶!ÌxCaq÷BÇu9‡Žír9EìŸÃlÌ£‘¯°îUówÍ,êÑ.[±/—8™‰I"52"Ñ]Cü5(¡·&DêW ±ŠNjèŸ8Ú•oè—h2ôMÌ2ôIœeO*1„%-WhRµz%5($é°‚“.*(ñº‚î‚㻜‚&t9Ÿ€ç ü»ó™MôD!³‰¿«ù¿”5x.qÉÅÆ4je16ÉY1)¾êŸÒS‘©}Ô/5Z}R+¥¼.ä= ¶˜°e,±yšg#°'€\¹– £J|—1—l1—m1ƒ¬˜Ë¯˜f.¦ˆçÑló0¼ˆCŠÐ»…;Bjî%ÛÛoˆÃœGjÆ÷&¤hÃ:úòɆ¬ÚHO¬Ç•ç¥LlIÄá+¥ÂóÞØ,;*иè¹ -.×ròÀ¥[N,Ê,erA++“–làÐ: -!¹ˆqá—ú|èÔ«¤ªîúú’pm¬eF¿„üŸƒ=“øl,ö<ØÔƒ9=±¨BßVrRÅe_Å¥_Å%SÉ…SÉp©¤±*ÉÇœY½™Bk!ÑÔŸ!rï2ŒÖxvÂ[ÇÇ›¶ðu°Ij¥„2y?»†(ì -¶Iî@v¼ä€EÔ†6B[/а”ØÈ‰‹ÀF,l‘ Öð…ê=8z†æû€Â»C⪠¾ÛÈC=oƒe Yx/åwôˆ½2•ºÛž‹é6–Ѻž•¼ÔS£u,&õ\ˆ ÔE±¨'˜uÛù>[óVêr ½±ùv5ðUJ¥f'¡j$E`&¯§€80ˆÿÃ/@*tƒòfUæ²Äd¯7ÍÎØÌ’ÚÂÔLmì''À(¢w3Ÿç¹Ïyþ{mç¼ZÎ[Kë.VâY¬ŸÙÇ<âqRè´Žà 8ôxùç¢G8êe¯cÄä¹9‰§Y>ZYŠÎ“³ ¾³ÕY?s´³@}¥Ípm€§Ž O2<#à‰„#sŸ ø²§A+`ä 0»…Éët\mÔÉejõ=ìø Zî*=r‚º†£×øâÕUù¾büÊÁœ£á‹&e=OIn­ÿÅa?ÿ¼o‚·Âìð.¸ Ú‚ñÏàS`0§w¿!/·°ãÃöƒçŧoŸy¬yÿî D«-ñ}÷P&ý -ó£fè*á{”Éw躲éßAÑÜFuü÷-ó&šæ”Ñ×Ì$ì¯ÿ©:Ðr7Ñ“ô'ÿt€wÁÁÿÛà¢+PÐ4÷ÑwwÑUß¡uo)³§qvž¾B±|‰Rº¢ù5uõñ*ä”ÐÇ4ì‡hÝkh«Ôâ×N ÞãÉKèš6ÞÁ9pö ‚ûàŽü°:u ߸&à‹ 2õzê}TÒUôTv\ÁŽv츌¶kcp½¼ˆ:{‹†½@,þ@ážãçu’soZa:íÀqpÔaC'`ró„à%…ò§žø×3ðŒ# Ž)Ä.‹ós9ßÊÉœ]ÂÙ¥”æRÎ_¥S軓¨ÃzŽí´I msЬ\¢¥¾¦µ~Ò~X›Á>°Øù™ÚäSÄWøJ©’Ë -À§¸báAÌŒp$s~-2ûs9{6gЪ%œ_Êùœ¿ -ÖuœoÓ«Ú -G?‡ÕH!ï SõDº^;¶9`÷ÿ[p¼ï(m{[½ÖmU/ü‰‚o0\£à˜€ý)œ®½Ø±›¼4QÔÇNîìh õZ ÇÆi-•Ñ@•¶ðªU›ˆ¨ okð¼î¸ ÓŠ¢m×úx¸ã_ œðÅÀ5ž1D7žóS°? /³´YÓ‰z<ùðÃS -Ï2ήR5¿_à©õXûÇ'i1Ý] -÷/ø˜ÒÎUsë÷ãõ0£­ÙÀ}Ž urÅO| ãø4ž_Ç?‰ð¤Â“O––cÇRì(§>Ê´ž -&H¯lšÏIÅxUD„ `d.µ™¿ׂuaŒB®Ü£\w-¡\K¼·Í“ý;^”'ÞqZøbà×H¸Œø”„©ZH},ÀŽêcýRÄï¬Èçsˆ”•|ä‘Ñ™Tô *.—þÈ¡§ÃoG;¼çYN2J‚=¼®gy™1_ÍŠ´Ö••ƒœT“Åê_,\Ca…OF¸’à2Áe†+®™üäóžå²àA6c¯àç Ç•ihS†á†ÌNw•îôèRkÏYÖ¯×X}šÑ”¬¥[¹bl¬‡ë¸öV“Åž®*qê¡B§ÞÊwŽ’Õe ò\†i¦ëhÍp¯·geqŸ¤iê1]ÏyX•éY,³g…Ò½ž×¯—5É«I&ïcJñjÓDïJö¾:3þÖÑ\Å\ó{Ñ” ãˆÁHbÀûk°¯œ•°–ÌññÐ,ï åú„Ëâ;@Ù¾ƒ”å7\™~c”ñT¼Ò{LTšš&ûgËä?K©EšX¦äÀ*%Ö*!h—⃎i|P›ŒA_€@—Œ]:ÏÊur+»ù ð/Ùƒ{ {Pq‚õ„{/–`£p;¯«¹b_AWÓ0Æ_tT3–MÀBŒ3÷“Óì§Qæ ‰RaH¼òCR5<Ô¡¼ÐáÊ +VvX™²Â'Ê^­Ìˆ:Ù#+ݲJ©–ÍJa IŠ8cØ"®‰wÄðS/޳îýðvŒf¶Å´a®c| / gÐ1-k„ŽÒȾ*´ ÒK ò,áʱÄ*Ë’(G¤]‘9²GéÑcŒ´è -#5zš‘3ÏHŒi6l±+ŒøØF\l§û¾û™óOSLL)6ºÇãèHÎx÷<…Ï)g¾çuEïHîÄðÙltLAG9µZl3”kõV–Õ_™ÖÙ­QJµÆ+Åšªä¸aFR\¾a‹/5âŸ6â¦Ö„9F¬­Ñˆ¶-7¢loÛ>#Âvʳ]Q˜íŽžðSx|Gk~Þ]Œ{›*¨G°_û"ÏÐQ‹ŽJÆÁ2jµˆ¾q${)-q°Rƒ””![’UñII²&g±ÉyFLr‰RnD¦T–ÔYFDêB#,m™š¶Aæ´·œzR©—”zÛJ¹o -Jîñ8Ìš÷Á¿s"õ8‰s‰1¼•÷‹Ñ25äh{5Žš) VíŽ>²Ù}g*«=T1öhEÙm²d¤+"#ÇÏi„e–!™•2gÖ*ȱ@Ž u¬—¿c¯|'4$ó¢|3oÉ/ã¾ákï1tQpnÇmÀ¢¾–M¡'ÐR÷+l!9™X&¥^òÉI9‰Éé¯Èl_Ed›–©Ðœx™sRœ“¥ÀÜB䎕îùåÖhHÞsœ÷Šæµi@^‡úçW¿Ü¿Ê;ç{ Ⱦ'Ÿ¬c?<ðocüoŸ×- ùéYžW£eâi4Z ­dzÇRä©à‚A -*P@A¸ü båW˜¤!…™\8B PX!ï¢éêWT/¯¢—äY´F} -wËTøøD7Ô7ÿGyŽèÑo·÷À¿e&çãlú ð*hš…ßAK5ŸU—r5Œ=K`BÇò+í¯A¥¾òqšåíŒRg‚žp¦ËË™«¾Îy8]2&©£ñW£_F'f¦”½”á{Ô7er,þEûàØßæyØ®ùœÑõhM¼ŸÇ³iè*GK!#¹¼Ä %ˆZñqyÊÓ5H®@.S‡ª‹ÃÄ…¿sÑØ.ĺX ‹¹šÁ*aÜžÂ8”}H}ÍßÌvðï¨ãžz޾|³¡‘ó 4aËfó¬-cæJyä)-höcyOLîÃá9@ªò! -pÑTqÐWqèTQÌ•®¬®l¥¸1³™N&œ%¹LŽã™"ÇßSÛøÊH]KÊV-AÃRî lHM_å³b´dò½8ò̲’ÓL†Œ™\ðµ µ€\Ô‹rQÃá[CáÔ°y3=£MÅïN_™ÄTMà MezœÂ^L¾¯Ý¬w+Ü^ælha^@î^ë°…SÑ2-ÃÑ—Bn,èñêy¡I½hàbo õxÜzzËÿ.˜ù$ó¹€êh¨:6°Žšx–ÅÍ[ÃÁ‹‰ó’|Yšu‡uü¢ðlYFO¬älXM_bò~ærRÆóäg¢ÏÊ÷‚ã^=ŠÅ b‹}hf.ùE C‹"{²ˆºh&Í4^3ÙDR!X¸“K€‰uôó·XË=í€k3µ#ñµµä€×:¨©”ñ8žçQJIh -_! æ»@ÿO6òÑJ>ZÉÇrt,gOZ9LZÉE+ÔÊ~,#É-[ØìC GÝà&ÓOÚç&¶iÍ> ÚÙFþ%-Z'¥ƒ(à>/ ‡X÷8<õ±Žúh£>Ú¨Ñ6.™6zd=uÑN.ÚHä:‚¯í$éç8¯´R]¿™{ -yÍ`ï'm¢…XA Ïúõb‹´ÙƒÁ÷ql'';’wÐôèØEŸìfOöpؽIÓ¿Iâö°;Oð½«üæŽ6ò»ÕKy<LåýXÃû„]’y·4`lø=èpþ{Á[nì{oƒNútŠÔÆÙ®j°ä.zô¹8ò¥ÖÿUâ?Oìjàùp$;Œ˜;݆ãw`?8ðÀv’.·1êÅQð.`™:E½žfü€ž=ÇPô{ržé¦.ºY|7?<^­¬§¾YðM` Åp¦Ã ÏxLGá8æŽÿ£×§ÝñœÛ¬õÆ?¿Ëää ÌËW ì×è×o8øop |ûºt“ÄÞ|‡é^¡ðÃZp!IúYY8³‘úÙý“ú?ð¹g¢ÿž ÿ;¦ý›¸o™þoà|®ã‚¾Æ…}‰Ÿ¸Jq\aÃ.‘¨‹úPt IÿÆÓâiÀGà x<®ážL¸Aº‹Ï¼¿»…¯úy]N¢¸ˆ_©ÏqŸá.®à .£ã":.àgþ‚«üØ+<¯úX»`߯ÕüçÐq†Có}\å)­÷pƒ'q£'hØwi ãäâ(ÙůŽù0l‡ÀAÐ öº5ü ¸ÁÈ«X§XŸyó…/®¸ì:«Ulëà]ëÆл~¦ ö”VgÝ%ß…×=(ÖWºÁéçìdÆä &£°=HTàÙa¼½_ß`sdòKûýB)ÿ|¡½¼¿Ð/¿hÉþ:E¾MLÉÆ}²Àqãá.«Á¨ ju£ð8ÄeX½` òoTû`·—Sú¸Ñnz¨œnª»‹êïÞ~‹ø%#ïþRÚ#ø:­6çGÑ"¹‘…;¥’qÙTa8pJÀ©Ð<úáÑ=Ä¥W;ÁéÓ.íÀ+œ´S;ðpÞJô[ÉÍðçí1ãö§±´mäØMÆÿeZüÙPF£‡± öbnf~K+ÓÜÉͼܣÄJ°jÁjÔ+äi;ÿ·ñk ±Om‹‰h½7P t½ð뱇˥{VF-ý*6è;ÉwÇióøg„V; îÁÝâÁ³‚eÅ –,/X¥`Uµ¬f°Za³Œ~­ÇsuD±†ŒZKNT‘Ud`%·‚ª¬˜ïY´ñgá'>ÀÎðþMäØdÙ!äÈ r gñ"¢„/£À3S 6°2ÀÊá^ù`UƒjÕêµÖ°YU‹¶©rÑ­1Ž¨ÌøšJ|ÎhµÏ ¨Èø¹¼Æ/åõù£g‚y—½ö#ö7³é1Æ?}Äh2­%ÀW;!jôÑzßÕ-NQÍ’LU/Y¡J¿•ªð+V¹ÿ•úש$ YÅ* -ì•'pX…AGµ2è´ÜA7”ô@¹AŸkEÐW¼>ÁætüÛÈà«È®ì#ö\Æ¥C™ø€ñßaF’›º?U‡«"8Nå!‰* IÕê¥ÙZê’7´Pž°R„W+?¼Qîe­r-ëRnÄ~åD¼*Gä)eG^WfÄÙ#~'{ä×ʈxÆç9}\€<`¸Â.y®œ\Dzåó!x À¯ ?µ¯F¤{UŒQ%‘ÁZ%OärDY•e—;Ê)Wt¾r£W)'¦RΘz9b·*+v§2ãe7M*ÍtR)¦k²ÅÝWrÜgJ6}%kÜsYcç q÷›à_®$ªy¼YC.2êûá±[³Y‘È×r ;g¼¿Ü¦p¹L±Za²ÈiJQv|–²â]Ê\î•Ý\®tsÒ6+%a»l–}J¶L(Ñò¶,–we¶ÜS¼å7Znù+öÌ`N˜3|À½o€}©u xtzX‘òÐØÈä’t4f²¯œ‰ÁÊJŒRFb¼Ò“•šhWJRŽlIJN.U’µF‰Ö²Ø¶ÉlÛ«ø”1™RÞR¬íŠbl+ÊökEÛ¾TŒõ©!Ú:g¸ƒÜ¼î…zò±Az›dU†Ón~{¥„\ GjÈÕÕäª+Ó {j€RR–Éš§¤T‹SS•æ9Í­åéÅŠO¯–ÉÞ¤X{‡¢3ú•1ªˆŒi-˸¬°ŒŸh©ýW -µÿEaö' -OŸ3ÜæÎWÁŸa9ÙLM`¼ÿßõÀ£ƒØ4«µäH1±ÉÅ')Ž%²d…Êœ­ø,³LÙ6Åfg*&Û¥hG‘"•Šp4*ÜÙ¦Pçn…äRPΔœåïüPKœåçø³ß*0{N·¸ó0Ï#½O°–ÇÆ· 1YW»ñI;¿7Á¥.EÄ͉O’ó}ç -Rtn„"]&E¸’î²+,/GKó -œW®À¼õ -p·ÈÏÝ­Åùä›\F÷¬ n„ªûSòþ$£ëùäÎéæä?˜gÛ˜¬§Ç°±vê’Õ¨ ^ípiBWÁ¥¼ÉÂ' ø$Âã§ÐÂ0{bè±Èß“*?¯C‹½+åë-•Ñ['ƒ—ƒ‹vaìyE,k^/â܃øõ – -Ù7 žê8—À<ÓI]² -½¶“õ‹×!>wÁ§n UޝÜë¥4|bÂ'¡å¾ZR,Ÿ²(-*£¹—ÑHÊ(är‚UÉ2‚\ÆÊ·cƒz¾ŒIXŠp/aJ—ü‘ƒCñ]ÿî¢G#ýî†6ؾká·:¸#És6üM®Öe¨ $Yi¢µ »ZvÌ;¶›ObœVÃÃ5ì55ýØIÅ"YÍQõ ‹;VÅߥ5Oõ.wžûkØô>8@ù064@oà»p©Â7ø%¾f¸„ã;ß~d¿lf 43l›i¦M4³&šI¯‰†·²pä†=Øa‹i T=‹É:”c~¨{®€ìwöÓXÃŽŒÀá ýi˜š`©ç -¥‘ ¡†s |.¾ÑÑ/Úpí ºvšH­æÒFÑ·’ä­Ý8”C[Øk¶²Øm¾ÇR‹z܈’mz®KÜù,Ø'Gá0‡Iú¯=|ÞŸjÒ©.™ð4ï•Âð±Ò¼õ2Ø{ýxÔI!1àºþÝäE…ÜEâì¢ØwA|'—Ü"Ù~ÆÇ‚¸ õÜñ78?Ó…Cp T'ŽÐŸxd‚ôà}ç÷q\Jqá -ž±Â' -®~øÉúoÛoĈÉÂgˆÁ6D~‘Ÿƒäž  â>ÚO^î¥6ú¨Ï=¹ÛDïÍðõ™ãp˜¦&°ÜÕó:>€O5|VÂ'gLp -ÆGˆÈÿ¶qü1Ž?ÆC0xŒãqDÈ‚` _ŒScÄã0Î=)d±AÁ|Óÿ©óàž>Aøi ëç}Ç[̨7©~s`x…aÆ7À›·©ÿa/¾GœN!¾¦ˆÓøc2EL3ˆ¦)®i‚:ѝ³ë'/ý‹ÿCçOÑ›(ÛWÏâRlï›NSÎ|ŸË«•WF¿|1ÄýK›¼gÿ£^Λêe³ÔÉ,1¹H£»DR_$À³3ÂG<÷óµNññØ,î!UzxÝ‚UcùX*ßÅ\$0ÍÛ¥ÑOj³ðˆåê¥]ý»¶°üŸü··ÈÛ â;ÔÈ]Šþ.¾¸ËƒïÓ«ÞûBSœ;Æ™}œÙŽ­Ã¼Xç!9pcþ¼»ùbùáLìöÂ2rga)úÎ>ÀH{DÄ2ùú?£f?aðþ‚Z}H<"ÑáÌGüñÃO5 Ö ¼;±FðJÀr€c~O -ùcþÜ_,€/Ïþ×åu†ñ‡Ër™¸ —`a@`Fá"2àTDToi’Fæ-o¹’i^ñ’G-]ËMÛ4mÛ³g3×vs«MÛ­sZ[µ]Oµµ{ê”ǵ6öƒÎýã=?føÍû<ïíû}ŸW|‚ìUì,FiY—Áñ‰µAÁx{{»ÌÌ\a9ýˆÞ¸Ê¬^cÀ¯Óð×IÀõSlÖú?óCE¡“õ´Ä-tÕ7hª±3ÿ“ ú3¶ø›lØgwÿ5sýýjçTÖÇ ÉG(±P›—iŽ÷)ØŸHÖ»{Mq ooƒðì ìWØì§ø?b·°¯ÆöŸ¨/Øáo¢gn 1?Q-^ÆéC6ú4Œéø÷â{>~»Ñ«=úZâ*ðMôÄy= N?)yUs𽿗¤l@ç|Ø'±~ÂáÆ Bœ3DWÑ4Aß]FG¼G..É­·P&Po c~ƒÒx¯Áã<Î’WáqUv}÷ -û2CtŠ~‰‚žàW/’µãdøˆG±Cس>ƒ±‰qbK_ùŠÏB62Y@ .üWÑõðoÂï$üNÅïÄâÅ÷|Zuþ{ˆ|¥žC¥¡&‡ÐxùæYXî#¢=Tv7¨ƒ¶ÛŽ}æçØ_ïb‹œÞk©×¨ÇitÕ)rq‚¾8®"¸Äw ãWïF|OÄw#Û‰ÿYÚ‹Æì‡ÇnÔé.tæjòŒ¶i+oõÁ|‹.’Ï8ÎÔë³·½$ªÅ¨øÚû—wÇ!ˆ˜¢Á³€•NÅø/ƒ üëñ?ÿ÷Sù)`L£K›áñ$ýÑ«Çô3zã ¾YGôkÈÒjºbÑ®Ôm*6@÷ Ü}^õÏyߘôÿ!æc?¹ØM.¶3#(2›Ç0Êá_ †ŒñZÂ]‹â]Ç᱊º¬Ðb&e…–òVl—Íb2ÛM¶éßzì…>»ìås>ü£¾#ã“_¦™‰³O6±€QJ,åÄQM´pÆÓN+8àxÁX¨Ôd>ìæâeyé¢.¦g¦þÁúñ6@W3«-¡?\5Çxäónð·ú®¡' -n,%—–8¥à”ƒSÍ*á¡ãÀiÑlê2 Ï3Až®‡a´RxjÇkn¥Ã'SýItâ$ðíi7¨&8BUA&U'©,$]#Bìr†¨tH‰Š‡”«(´Vްq*›¬aá3”þì+•eÜ,›q¿2"N)-â÷²o(Íø­Ò#ôøÏU°¢T3‹Ø&VžµpYÊ*¸°5˜Ú´Q¯FV¢Ñ¬Še‘Á*ˆT±1^…Æd9"3”™£¼ÈBåF¹d®VvôeÆL”-æ¥Ç.Õ´\)¦MJ6íSRìI™cßÂ>•ÅtK–Øï0Z¶Ÿ5g[½Às5Ÿ{àõ üfÀc2ý2–©FÆ8ýå0…)Ï£“YÙq©ÊŒËRF\¾ÒãK”–à–5Á£”Ä%'NS’y¾ÌæeJ´ô*Þ¼W&ó/k¾¨ó þ¾…qw÷!°÷4°[#7b³ -?‚¶ç¦à1‰~i@2TfIÅÔ&gh°l–û”f‰Sª%I)IéJNÊUÒÐá² -“9y´“›ŸÒ.SÊ\Ŧ.UtêFE¦î‘1õ„ÂSÞÄþ&cÊwŠLÐωû ¸»}hÚ B1é£ިȌ6msnëQhæ ±íR°í¸ ¶ß*(ãcg|­!é:FüÀÝÉÚûu¶r3Áw³ù_[è“zjSANŠèáLæÆœ=DqYQŠÍJPtvŠ"³3e´ç+Â^ª0{•BsÆ*$§UA¹³dÈ]¢€¼õòËe‡ÌeQÌaáËaK°%ûzžÕ?ø;![Z9›Ñ³+øûa¸xÉK9iK=\Ê©[9Icnâó#ž§Ð‚¡ -)ÈP°#OG±nù;äWÈîXˆ8-b—.ZÃß„BVÇëØ‡8ckÉ¿­#àïûÖî͜Ӥå<»ùì…K;\Zš¥:¸¸è›\r’LN¢] -) S`i¬üK^'âdˆœ4“FwÒTN~ìœÎª.t…‹[ÈÉò\Ê\ògš Å·uü~0·ñê&(¯ë‚Ïn>{áÓÑ.5óN \‹ÉY}’X‹î«öW€›ÃÜqѸSî5m%MS9‚ϼ䆼'• 0öywe‘/gK(»‚}%¼­ƒàïs«—{ -I¸nçÖ=|×6ƒ¹ÄM5*˜(Yqk"'!ÔGõhLÏ}‡‡ÄÃAâáà­CKÔ1àu4UAÔá°n†pÍf0 -aPó>ÃNªîèqïûi¨ö’²µÝpÀº¡9D÷Á¥ŽwœÈE;î,p1RæÒ¬– i—ì.¸f.ºf÷&×&·‰ÁnËáÆÑxb½Òx4ÅX6µ†÷ˆ-Îó½öAqx}‹áЇ¥Ô[ðs —FäH%ïâ& .&òÒ >¹Q—Y;Ú² 3•\´ ½w¨¶18ShÞ)4Ð’×Ê[¹'£k&!"'²-µ\‚óðü^ý´ìv(>µœó‰’­¥uzxÎ&u­|ïá§.¸Øáb!/ðñ#o\æ¼4hèJ/}1‹‹m}ÑE_tqáuq Ì¤g2\3 =@§³‘tî„?®ã"ÜoÂ÷ŽþÇw™ÀD}¦aüáácF®ŽATT((µ@E± -‹Ö‹V.µ(¤Ö‹Ój×UmlÓScSè¶±Ûmë66Û5kj³éžu³µ»ÛlÝ®iØßØibºÉ†<™ëÏû<ß{}ï{®>xósO'ýéIî*Þ¯á»2´äó{*~‰ÁG!è1à/9ÑèÂcN c;:¶££ èh /êñE=‰SO<¶!¾ƒ[¨ÍLŒ›˜Þk?Gÿ Á××·'A!«ås%zŠ:(!Ê:¡] -Û+ùì¹7X}ûß;ÑÆ؆Ž6t´1x´Q«­\6­ø¢•¦×Jâ·p¦ƒ8ú ˜úÜÁDßøµ†àí£dzÀnPW‘¾ñè|~KASäb€.9Ñåzý1œßw¹/>XttsÑuqwÓ+ºWÚ…£;OR€¯x&ê}_i¨ôóìëheËp×Bl è¨äôœoïÿA>À'ƒè¤g 0œ Ñ\Ž“Ðƒw’~r¢—êØ:6„,é&†ùM¼®äs˜Íûx¾3Ïg\Ãþ 8‹Mœú~æZp·†Ñ1B~Œ£4úsÔÈyû<¾ã¡Ñ žùL=ØÚ­­ ÊYº [‰Ø -ã1¯3÷† §MF]‹È˜k!:žQ/€—Á«è¸H/¿Hÿ¼L­ŽS#ÜàŸ'ÞÑðl‡c-(‡'Ž”êûÆs÷Ù½à²û¢krÚw.…´<½.º%'¸’X#¤·%¨|Y&€>¦^§V?¥¸o’ì7qîÍ™¬õ?¸+?6Âp¶»þÁ>ó%;Ä-&Ø?3Eÿ‘Iþsö‡ß±Y|Fƒø” ç·é'l!S,רÆ>b§ù‰q•€}ˆ³>`§ø%Ý/°ö. WÀ8x¼ îçþ| ¾dŸ¸%3|1bú…k.< àY O•Ø­Ö{lSWhVï°¼ŽŸ£ã-tL°Ž³™¾©A½Ab\Æy—`¿¨¿à¶I6ŒI\ÉüFîÓð/@÷†WpôvškìwW™ßßÇï*žEØ-Áf96+9G56Åf-aÙʙٚ±ÿ¬]„ï(©q’pŽÁ÷)tƒtºCzM¢l’”ž$Å'Ù<¥‚?:#|€‰ó„òŸ1ð%Óíù¤DvK°[ŽÝØ­"E×ržØßJê6b¿…Òh§DzàéGÅÊê%¼ò!Ÿn«^'Ž#àïðý0Qð„ð«àu¦š7œ!¤c$·££ÛˆKù±™¿Z~Ù€ºuxéQN´†xü„xTSmUTájø¸â.]b$»À(2Ìus’k‡nιéá :m£Fšd!Ê6¸ìð$Ãã€%“säâýEZ?Ö¡c-ùQC5߬æÉGðE%–V`µ?L+'eTB)üNŒÒòƸ^N™¹R¸z¡§-\×p»q#ÖBà ç\1œ)3¥p&lóàÊ…«®%((ÕpÕðnªvêAN²„xS)ETp!Ù_H< -ÈÍ4\b ¼`ã:àº?Á8x,êûk·mÍø…ngôǪ¾­$7–Ó7–¡ãat”¡ã!åi)–Kø[Ì/E©b$©`\[J+ó…ÂÅÉãà›ß,øf××"¸Jà©À~ ¿Ôá­f2¨‹'‡ðÞ9"9nY·ÉòÿèÆ­aF¬%½ ‡÷íhÙ5“0™†8­´0_“'Ý•çé£l·`øÂ4Ç-ZnñJwORª{šfyd*Å#OIžÅJ4”+ÁP¥ø)›çµK1^²z*ÊkL‘SÆ>åº,^“Åû[=çYV³ãùŒH ›=n/£èNÆâ-Œèk‘W›É›…Äfž¿§Ò¼šé¬do‹føX5ÝÇ.»O²âŠ5æÈæ[(«_©¢üV)¿V–€ÇÐ)sÀ Lçì?¡ ÿ -¸­ÿ»:ǘušg¨€\`=ëb=ÚÃçèØÌn[“JÈ—ÅäM92›Ø$觘©&Y§†+:ЦÈÀDE¥*É;bŸ¦DôÊ1"ðËà×ò´üUS,w5ÊùŸ…»ŸµìiöÈÐZÂÊÀص‘±¼Š8•¯"+*±IÇ'ÓY¥¢¬™"üaR`d„"cå•$ßè £såm-–—µBÛZyØäÃÂbc~³1¬YÙy­ì›Ö[Rô s¼}åÔk@¯-Œ[ÛѲßV£±_á“|’Ž;#ª%Á]±Fcƒåg‘WœM†øDyƧËÝž#7;δcÐÎü˜À2;…d:‹Cªá/þš÷øFgáz†G{yŸb—Ý_‰Þ7ðÝz´­Â'åh)BË|´Ì¢vb¨3>1&ùÈsF Ü’˜“Ø­’)¤d(e¯üC2‡I©uÒL–Én€†ådn§¤*¿ÑiÎ}c=«Ù3ªè ¼6¬¤.Ѳ --å¥Ô%Z29Z:"É× |bppÑ8hš½ƒ„u$EÁéàŒe0Ãf´'C{:q·e*fÝÑ)øá=‚ËÐÛA3¨çóz¾_ÍzTÊ3 Ðê gìäI(µã›GóÌ¡™gûŠ6›âͦág'•ÍYÏâ0Ùµ€y>›¥-‹e"ó%iîÙ®óફ; -àßÈI ’1*Ð(Kƒ,A6…‚AEUEˆ DDTDaP¦…¶Zw­etÚŽŒ3uìtªµNít±*N;M?!Ï©:ýã›÷òÞïÝsîw¹÷Š©‡òÓñœF˜uó ­¹¯Kàp½ó麈 ¶2\ʦj#[ëÊÆ¦à•)cèö1]…zŒVÑûÑi´f¥ÙGÙÀ( Z!‘LÒ¡‚jùá'þ:f¿€¹MÉjµNKj¸Åû9R8—JË•µŸœ·ÈÀÅE%AÉŒ©Kö²ÎÂ¥;I=&©ÇDõ˜¨'&*ÞO°À„[5ž‰ǬŒ¥ÜÆà0úëØg+ºÍ#µ¨Ö¬Ò“bñrs‰Ëe¸Uàx¾­³è:[\sæ ¶D¹H¦ËÅt‡ùUrQ%U×*í4=1M3Mõ£©@®¬ÔÑÔÒå¯[œ’žøu<¸ÌL¬t6h™Mkq0B+´ðü5–Ái¬ïËý¼.ùø¦ããJV(1¯5¹úbN†èæp×Õú¢ÚàTèÙ -7ÙkÙ€YΈ™ÌâÕ/áMMWްàne½j7:#7¸«Ðí³ËoW2ß—áX,/]ðIZm¢¢5ps5 `Ø÷k€}jvw5½µ~w›ß-3Åxq‘èc‘ìh%‡Û¢I4'Lˆël‹‰x"OŠƒÑfØŽàqÔÙqTo3«ÇÍÈ }qBÁOpSÇ_‰;­½ÄÚÕb²£¿õó¬rà{k¶š C‡[׎]r½Í¤=Ÿ×"[×f\`¼¦.o„oëwÕä=C}ÊœžrVœ:DÕÆwâßâ4íúýü7Úù/é§ÔãÇTì﹄©ù¨û÷¹‹ß8$~Eù¿cHOr@' ÊÛ±ž›ÛoiŒ7í { ÉW}úr|†R _×'ÄQÑÊàìÿˆ/Ä_ŧўúï -¯8~K Ÿ¢’M3¿CQÿ‚cyxÅ!ù/:¨^àe~†ÇOñø 'xšã¼î£AJ‰cøœ§ŽòxGøšg!ûES‚ÿØ¿§¢]¼Ëg¾M;¿A¿¿J™¿HµŸ æÄM£òŸÃã¨|áês^ÏâñŒëOóOÔ'ùš'4òãr±_‘šem/OñÔÖxH4ŠÓ0?K`¿'N¶–O¼éöÒ ^‘’÷…q¾µ/¶ö%ÖkÝIgÜãc¼L3Çׄǣ\î^<öðwÇZ£sœz8{¸ÍC²òšÿ>U¥#ÞÂÓ¶p>-\_È·Vn9mk©ÃêqŸ9 ñ˜MÊ^5y˜¯Û…ÇCxìäe9¯ívÞ®¯ªÇ£N]¶ÆªØ¢7ɓ÷`½Q&ïÒM5|ÍzØëÄâÃþ+âx¢Í&Fo/¯»+r¬P§wܯ&uüåV<¶¨ËfýQ«O7ÅdU0f˜ãFë/µþmq‡OoóËÕ²´Rõ–C»5þË`/Mu«ÞmøÏ&ÆüÑÄ´ƒ×­‹,xù°ŠÍ}TyŒA0†ÈvŒ10Æ»2&Ûù4U˜c.ŒE®µå*³ŽÛÛbzvÉÐÓ®ÜWMÓ':¹ÅSmñfbŒ$Ž‚½‰ã°õ¸Ý|æJH‡Ù^¬8}­|ŒAö0DÖ+â&s1 ñ¸A>æëyæ`PÝlYºÆŽfªÇ hÓUÿªøÊ“-gâç®Ýç\»O¥´­&ð]WòöÙn†½u‡×ÓîzÉt?8ePÛǸN]ªåãZu™E`] eºOª<9ã+ìbŠŒ^.ÓLÔõoÇÃoãdñ3®üýŽÓÝ®ÜusJ~ëÕL^ÙgªÕ:Û[.¼"X½í©Ÿ=•Á k¬°*aM„u%¬™°æÅ8ÌÇž©Ø§Üîi‚G˜ø -'A…±‡ç¡OëR5ðºü¸§µ¸,—òÉ~ÛÉgGûË–Ã<E²ÞÖ9°Ê` †5$.5/•Gûf¤'+äb¸†©Ç{‘*—›îÁN›ÁNƒAñ¥h‰Ãd×ã¤ðn¸…$½ —5¸Ýâê]ÀBPVì`Ÿ`v•¿|XE°zÃ:r¼Áð†ÅP»½Øå˜ÖuÈ&â|óQ¦'è‰sÍè¹NÂþnƒþ­ç5ì}¤ß®®yWJ-I¼—•®ýŤÐ\9™AM!MÆEŠœfÈe7x=ì­ØÞΆ×ÞðÊý­€U k²O¯>Ó9}UôlÕ=Ë ÒËÔ—8mKLd‰Ó±ÄYqnS¹^äkëÄ=$àZŸ-wÕ.”“ê"š"®Ò7£ädXR*¤L9Ì×^ ¼>ðÀèÝPÙk’o®ÂržN^Ië#?©>ò’šuÕ1þŽþd7_Åð÷’,É6q7ùw.Ëäå†ê@šN%ÉÆ‘í#È‘tJŠóRÒâœä¬èÓ.'z·+ˆ^É¥Q’Ü7ŠÚ—EÏöåQÐaDäwy)Ó"'õºè–º$²ÓÖEVZ]d¦6G§ÔcÑ1åd¤§~,þó°{زÈ‹ûÄÆ‘æ¡B/°( ‘ãç±úe¬Ú /l³–ý³ÛEiFZ¦gE´î‘—^¹égENÇs£[ÇA‘Ýixtθ422¯ŒŽYÕ‘ÖùæHí²6:tÙí»4Er—ç#)ë—‘”ùQ´Ëü2öÃÛMrng‰¶ðo¼®!Ç—àu=~3ÕfŠ~©Ô7ÃÔæB9égvŠr“#';-²²²"³K^dd—D§ì~‘Þõ‚Hë64RsÆD‡œ)‘ÜýÚHÊ5]¹Dy.ÁœKœu'zºóz9ˆèöy샿k\›äÜÌ¢Öx]Í&.©d.aEÔi²zUê‘¡rr¡~í×\²{¤Dznf¤äuùE‘œß'Úõ(‹¤Å,Ôæ´Y-dŽz:mzÒo…td¡S¹à-‚ÇÉÿ<šìý!òÿ~ßKrÖ°f«½¿—¹r2ÃR“åªRN†á2PŸôÁ¥™šQší‹ùšbÃS¬P%È•h¢R–*j©…KéÇ^ÌY/ä,†¡±ZB¿!ä¡èóxÔÞw®gMkY€õb•÷7ùlŽ%fÈÉd\Æâ2—2[,Õ'9xü—ý2ÎñÌâø“XÓQ¥5 µ!iX²¨JPB”"±DB,ŸˆQ_RY$iÄRboµe” jë0-R£”N;MÇZKZK‚"ó{¾ïKò-ïû™é™9Ç™¾÷œ{Bî?Ï{ïÿ¹÷>÷Öt§¡ºáCK¬ ŤqãÒܸv#÷¡(;–;ËÚ‹,+-H[0)¸âƒë‘Ç·rC¨K oᲞ]v?uCð_†a/øâGžxptCòµ¶73w[fU/š‡'ÍÌ“ö䂼H`/.΋óä’=9܋֋eÑ‹eɓŠ ƒq+&%î£D,²ïfÐ çŽÂ4Õñÿ~:Œ½nºrGí Ë•´-KI™¾™Ž«s¡LÏ -2ƒŸº(òa =šÕ¨7¼tÂÖpÒ˜û©CU…ÑæÙ•ÆÕ•Ç¥ ÷@ÁÐühpìVþ$¼?äÏ!þSP^Bæù—™’^bjêˆ~%b .fóÝ4R7…ÒOÆt²ŽI*ã[w|ôÆ×–Ü— a9Á c-Í}.zÃEoî#ˆûèÅcÓK6r¢'„õŽr` »f Kew–nìy]ŠðµT,b Í⛩±øÀC­gL@'@]¿ïƒoᥠ¾6&œÚøR%ÔðˆÑÄÑÁŽ4Ò(¹9.‚ÉÍÍMeÖŸ ì//”ƒú%¢L'}Y úìÅçïñ±TäBQßL¥tRh#z`q”rä ŽÅ§îØ½á§¾:ÃWuîˆÁ…dAG£p$Fr'#¸“pîd8y1œ¼£‘„Q£¡$P(9Œ@†ò‘¡ô©!,sƒ™Þ2Í—Š…ü:“µ+5‰|˜#ĬdÞËÙƒ?}f’”T+|iOµbøÞdÃPc,&š”ÅxøˆÆh·q4ôq $cáb,…EaEá슠>GÓ§FmÃ÷3ø}[äðÍÌòá-£|"ñe¿…ëk/Mñ§.þ8â/ƒQãM:ݤӤ2Æq/qø‡q4÷©p1•úˆå>bq<†ƒuÔÆ$úÔÄãø_,rh]™éôt&4M` Å— Üõ÷–”“3>UçO…Ô$ÓOsM2©¾\ÉÓ$ò4‰ÇVOÏÒó ëId=—8›`ɉYäåLzDÂe‘“Å=dcB§`¹€´É ñ©ú<~9¥š†l©©&MSPóß§ÃI~dÐÃÓhðéäE\,àBÓ 2mçíáøN,ÈevC§¡‘”î îm‹6AkåJÃre\¤.6Óòÿ/1-(< ">šGÿÌãNäð -.V’€+/g£ZvRÌ›€ŽG‡¡½ø{o~6{‡Xf:g¹IóL ˆ\‚ƒE“AФkÍt0.K ´e±IïôÏÍÔj> f;y±Ä˼å€Hä\熣}ÑNœïÆùõ8×±ü¼wMgÊ%ˆk4,ƒ´[Ætãr&•3,Jò'á±FWèûÐôŽƒ¼©G¸“ã<'HðB¡Ph)UªV«^Óé©ß=]û™ºÏ>WÏÙ¥þó 5~¡i³æ-Zº½èѪµ§WÛv¼}ü:¾Ô©³@—n¯tìÙ+èÕ>}ûõaÖì¤9)óRÓ3³s-ygùŠUkÖ½G¹ÈjÉßJ€†ø¬R !)dV$Q&q(‘^¸Hv\¾B¸W¯ðâ⟈ùæ­[· »¤´ôîÝ{Äþ˃>Òâ×DM4ÑD“_#·c/ùîæc·þ[®h¢‰&O–Ü¿Pjß¾-wK‰=ÀÅ%±9Eö÷¶æn¾c÷÷ÎÛý‚&šhò„JÉþõGív&'Ú±ÿ°¸_•ÐÝv… &ö‰ûÌàçÂO–æ_·ëDÙcÌšh¢É¯‘¿¶oÿ4}Ê;懻ßìútÂçê€#É=D޽ǧÝT ãaÁú•ëvœº§f×D“'PÎm[½ØÎ|ps£î/ב_©6D6¦n:¬S³™n(ÿg“Ô^÷å=Œµ9æKe{¡î)#àÕ]Ê€ÛíÂç}e€ÞdM+Ú¯ù•j(wE…$*F6­D+v½ÓËý”7¡¢5£ZU3¼Î*‡QöÅ¢ñƒûš‘½Iý6î_½þ‹ªQMþc¹ñÕÁÕçƒókbvëà¡6ÜŸIïe(ߎەí%¹¦ÇÛ%K°o´éíqÅŠ€…啦¸ ݘPQ›=*´¨´WR²+Ë¿á%@@% j¶‚½H˜ÉÀhs€NмŠ`à#ûÆ•ºÖ•ïK -GÜÛ7­ã³F»ƒsRewödèÂBFêfÍ_tN å¾6áhb!?üYÍv%?+aì@ï×Uì‡;×5äd÷/íñ®¯Xz%©¾åYïø–`_He]L±-œ²²œF•€°«¶ö»Ñf¥¤P§››|ŽØ6›W÷ ;mCÌ5ß³ Yhc_l °]s,í"ÊÚ~Ä -ÐÝæ„z™Æ£x[n—}»6ªSƒÕ¡v#/¥Ä4·1#9iÞÛ+6ì<¤h×ä7&—m[•©P7RÎ ñi$¯–mÖKÙáRž’cï+ØF×­ÈÙNÇóÝ+“ºîZ…˜×E²-`I}sÀh[@”EeÛ<ŸE®€n6=èCËÚôüÆb p±áÒªº…õ0¶Ú°Ê -pÂò¸OØ,JV€8kÀNµ-6sPiÁ¾•3‡¸Õ¯×°EÛÎA!Ó­F¹~ª àä7ç¯ksÊÿ‰Ü¿xjÿ¦ýʶKÛ²§‡÷lß°º§xßEVÔ·¯R‹Ù\™pÕ—ÛÚOŽq4KÉ©¶€ ó×_]·¶oÑ?D3›Uꃖu±Á0ÙªpÒ­nV€ÉVöÃÿb¿ÞÃz̶8€¿ˆ™Tî åVîJ®ÓH׊È\JäZ¢†&M3H’&DD†L9¹t8(¤Æ½t* R1¢#ÓA¹ÌžŒÛû]kŸçç™çÏ™s~ëÏÖçyßÝï]{ïµèÞD@  ØCÉ/Ò)¨K¯ - óhI@ÍÜл¢áÿ¬ÂÎûnºUÔ ÂY -î§ßìã6qÂ4¯…KB6î”N”Úø+ÅíÔ¸MÞ.v½.ɲ©+ÆYÕU :’í/¢鼫wž?0@]PÝòÙÛ]¡$k¡ oå[ -œHUÓÝ]И€þl!y¥™ÖR sAÊñ ¬GÍÀ×d• Љт‚yL¥€ö»)ð$@4 €}ð¥L¡@X7o^ß Byê£FM-:;3P÷³~<“r);¯°ä…,­On?´5QšÊÜì5ªG«Фc-£3;V~[ ]éV~»ÛªËåãXš¿à€ÅújRqŽ$» mK¬¡U¯K™(û°ö€¶ »pCÀ:zHÝaÀ‚üŸU)¨O€%už!˜FAíG¶iúè? ‹p&@ç.gtˆÈ%@,# â5c’‹“ËOŸ¯C7îà@2eþ#:tчN6y²ìßáj½þ”ìöÇÆ×Vì%4ŸÚ«a(H¹˜ÜÂü!Zոм‚`.dw¯gÀoš"Hc@ÁAêÎá#ê3@ÎÚÞ D"àç`‚HB\«Líæì)XEÀ& -}XDArCÓ))¯'ÆJúu4³°d5UeO?z&IiãēܔØõe™ÜøÕÞcz™ý~F¬àéHÇ&ªo9‚¦oºà…Òè&ôF¢—{+j_C†€Jkß1Pég§PNÈã`;¾C—f ¸"Ì@?´S+Q ´GÍÎÚåô¤  ˜Ù„€Æˆ¯ 0 @Œ"‚1Á .Ou›9ÛÇyðÚ-;÷Ågr ÷ŽÂ‹·xŽìj:J’<ì?¢]7Â$Ÿ¦#ɽCò>•ÈÇ^€ùpZpŠ>y `äîŽæ`€‹,PÂÁX\¥ ôbÀÁ$þ´q/b8ø ÀuÖ«)iøÞÄœG°˜T‰ìÉXG©'àDsö "j"¡@Dµ0…ñâË:削å-J ‹NÝ8Љü”}²??<é;ÁÆüÕB·¿( ýâ<’?Ü…|ìÞ˜#ŸZQªcënÍ*Rù;o‚ìâïî ¬q•ú ÔFБ?¢€#ÿÀÛ å€ÍDHä`€Âz ÏeÇÀLü| ãÁÑ*LF RàBÀæ -Œ$€¥Ý(¸1A] -DyBœ^ÞiÖnܦÛ0€Ýé ÷ŠSažc‡ôïeÝÑÌ´nµOi6¤~ˆŠ~Ô—U\,K–Wü¸q0€ä|h ‡å)ˆO8¸€_¼drç '¦8ÀA™lkÒÂø)VÁRª 8¢Ã‚Ò>€Ò®õÐÄVz–Q±ÊÁ -Ä~õÍTëÓã ”7¿Î_ø…l‹;•õoIRïÅùYW~Ãà´WÊqWéÇÀqÉæÄ#¾|G@.­Dúpƒ(ý(Šn½–íœæíºÀòåñ¯+·µGÇŸ/2v„.ó;kº«³ã0‡~6v>ígoú1ùÚIj ¹™•p5øIfÁ;pЀd|¨ PòñMÌu>ä(YðˆN$ÃÁV|k’.'šƒù.×g`aÏN{â+Æ!8Ú˜‚áÄT -l H ¡9"Œ~s -D¸ÙÛœži—Ñ‹)®Î‹VDÄ$f–ð¤6>d€¤æ ä(sb ±ø©n°cì±›¶kˆ-í_gôM­†x¬Œ¹Eˆ7m~@ØÎÃçóe9müÕ¢´¨àÖœìÌŒ«Ùy÷ U”°ÁoÖÄQ6=¬-;´iÕ¢yó–­Ç«ÁæöÕXͶVƒ¾+”*ðK‰ Ùy6HÀs5H’Ì07Õà¾d§àüêÆ6H|ÃL{b+¤ñEø“ðF^“‚©ÒS03! -Åsª¾KÖ2ï75”‘ïUÝØ¬K¿ÑÓ­Þ{ö;Œ'Ï_/–%´ñ¿÷2Î$ìÞ±nMHP`@`ðºm1êô×]ÌVû¨Â»ª‚tæK¦u¾$©Á^ ء٦À"rà`.ClâÛ ¤f ´P8€r$‹¨†`»1®²óAu5€ <*ëur$@é÷2¡glþùˆY+v§J‚CÓ®ŒÜŸ˜v›§´ñÿ¿––<¸w§ ïöÝâ§$u5."È÷ 7×ñcF4À~àQ.îGÔ`ÅgX“2Y N°šW5(éÈ,•Á’w8Èö9Ÿkb²&TQˆo£äÕĪz–2Óµ:–’Gl~3¢Ô1ë3þËMGsH^¼XÕ®ûà ^þk÷$^§¹×q>ûþÈhC$îf]8}ì`ì¾=»¢vFíÞät:”Õ§Á6Ý-Û¶nÖ¸±‘‘qÃ&fá’­‰ûÂ[ØÁ·&‚‹í4€'£9¸ b1Wq¼=À)è\þàñL¢ñ·ÞÈÚœ5R1]¹i±ÚìMN¿YÏñ¾›Ò­žëmXͤ}Ï¡S}×Å^*’¸º2üûã—óËd9mhãůϟ–>{.I¤ŠŠX´tñ‚¹³=½¼æøø­ŒÜ `½•™©q-=U᧨Á‰Ú|óþ E¶l€wÌæ` €Õ˜à$ŸÅƸãÌ€=þKY+f †½£‚,Òæè¶@~í°¶o“5Û:x¬ŠË" c†¢Ô0é`ë³yÍ ¼-„Ûg0ÛW£`ȆƒÀÿ;­2 endstream endobj 54 0 obj <> endobj 70 0 obj <> endobj 71 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 22.1.0 %%For: (Kevin Adametz) () %%Title: (available-2.ai) %%CreationDate: 27.07.18 11:23 %%Canvassize: 16383 %%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.001953125 -10.0029296875 %%DocumentProcessColors: Cyan Yellow %AI5_FileFormat 13.0 %AI12_BuildNumber: 312 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 1 1 1 1 ([Passermarken]) %AI3_Cropmarks: 10 -30 30 -10 %AI3_TemplateBox: 20.5 -20.5 20.5 -20.5 %AI3_TileBox: -259.5 -400 299.5 383 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 2 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI17_Begin_Content_if_version_gt:17 1 %AI9_OpenToView: -11 -4 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_Alternate_Content %AI9_OpenToView: -11 -4 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_End_Versioned_Content %AI5_OpenViewLayers: 7 %%PageOrigin:-286 -416 %AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 72 0 obj <>stream -%%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.001953125 -10.0029296875 %AI7_Thumbnail: 128 128 8 %%BeginData: 12454 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD35FFAECFA7AD82A681A6818281A6818281A682A6A6ADA7CFAEFD %64FFA7AD82827B827B817B827B817B827B817B827B817B827B8157827B81 %7BA6A7AEA8FD5BFFCFA7A681827B8281827B8281827B8281827B8281827B %8281827B8281827B8281827B82818282ADAEFD55FFCF82827B8157817B81 %7B817B817B817B817B817B817B817B817B817B817B817B817B817B817B81 %7B8157817BA7A8FD50FFA7A68182818281A6818281A6818281A6818281A6 %818281A6818281A6818281A6818281A6818281A6818281A681827B8282CF %FD4BFFAEA77B827B817B827B817B827B817B827B817B827B817B827B817B %827B817B827B817B827B817B827B817B827B817B827B817B827B82A7FD48 %FFA68281827B8281827B8281827B8281827B8281827B8281827B8281827B %8281827B8281827B8281827B8281827B8281827B8281827B8281827BADCF %FD42FFA8A77B817B817B817B817B817B817B817B817B817B817B8157817B %817B827B817B827B817B817B8157817B817B817B817B817B817B817B817B %817B815782A7FD40FFA7A6818281A6818281A6818281A6818281A6818281 %A682A7A7CFA8CFAEFD07FFCFFFAECFA7ADA6A68182818281A6818281A681 %8281A6818281A6818281CFFD3DFF82817B827B817B827B817B827B817B82 %7B817BA6A7AEA8FD17FFA7AD82827B827B817B827B817B827B817B827B81 %57A6AEFD39FFAE7B8281827B8281827B8281827B82818281A7A7FD20FFCF %A6A681827B8281827B8281827B8281827B82A7FD36FFA8A67B817B817B81 %7B817B817B817B817BA6A7FD25FFA8CF828157817B817B817B817B817B81 %7B8182FD34FFA8A6818281A6818281A6818281828182A6FD2BFFCFAD8182 %81A6818281A6818281A6818281CFFD31FFA7817B827B817B827B817B827B %817BADAEFD2FFFA78257827B817B827B817B827B817BADFD2FFFA6828182 %7B8281827B8281827B82A7FD34FFAD818281827B8281827B8281827BADFD %2DFF82817B817B817B817B817B817BA6A8FD37FF82817B817B817B817B81 %7B8157A6CFFD2AFF828281A6818281A68182818281CFFD3AFFAEA67BA681 %8281A6818281A681A6FD29FF7B827B817B827B817B827B8182FD3EFFA77B %827B817B827B817B827B82A8FD26FF81827B8281827B8281827B82A7FD40 %FFCF818281827B8281827B828182AEFD24FF7B817B817B817B817B817B82 %A8FD43FF7B817B817B817B817B817B82A8FD22FF8182818281A6818281A6 %81A6FD46FFA68281A6818281A681827BA6FD21FF82817B827B817B827B81 %57A7FD48FFA7817B827B817B827B817BA6FD1FFF828281827B8281827B82 %81ADFD4AFFA7827B8281827B8281827BA7FD1DFFA6817B817B817B817B81 %57A7FD4CFFA7817B817B817B817B8157A7FD1BFFA78281A6818281A68182 %7BADFD4EFFA782818281A6818281A681CFFD19FFA8827B817B827B817B82 %7BA7FD50FFA7827B817B827B817B827BCFFD18FFA67B8281827B8281827B %ADFD52FFA78281827B8281827B8282FD17FFA77B817B817B817B817BA6FD %54FF82817B817B817B817B8182FD15FFCF818281A6818281A681A6FD56FF %A68281A6818281A68182A7FD14FF7B827B817B827B817B82CFFD57FF8181 %7B827B817B827B82A8FD12FFA6827B8281827B828182A8FD59FF81827B82 %81827B8281A7FD11FFA7817B817B817B817B81A7FD5AFFAE7B817B817B81 %7B817BCFFD10FFA6818281A681828182A6FD5CFFA77BA6818281A6818282 %FD0FFFAE57827B817B827B817BFD5DFFCF827B827B817B827B81A7FD0EFF %82827B8281827B8281AEFD5EFFA7827B8281827B8281A6FD0DFFA7817B81 %7B817B8157A6FD60FF82817B817B817B817BA7FD0CFFA6818281A6818281 %82AEFD61FF81A6818281A6818281FD0BFFAE57827B817B827B8182FD47FF %AECFA7A7A7FD16FFA757827B817B827B81A7FD0AFF82827B8281827B8281 %FD47FFA8827B82818281CFFD14FFCF827B8281827B8281A6FD09FFA8817B %817B817B8157A7FD46FFA7817B817B817B8157A6FD14FF82817B817B817B %817BCFFD08FFAD818281A681828182CFFD45FFAE82818281A68182818281 %FD15FF81A6818281A68182A6FD08FF7B827B817B827B8182FD46FF827B82 %7B817B827B817B82A7FD14FFA67B827B817B827B81A8FD06FFA7827B8281 %827B8281CFFD45FFAD81827B8281827B8281827BADFD14FFAE827B828182 %7B8281CFFD06FFA67B817B817B817B82FD45FFCF7B817B817B817B817B81 %7B8182FD15FF81817B817B817B8182FD06FF818281A681828182A7FD45FF %8282818281A6818281A681827BCFFD15FFAD7BA6818281A681A6FD05FFA7 %827B817B827B817BFD45FFA7817B827B817B827B817B827B82AEFD15FFA8 %817B827B817B827BAEFD04FFA77B8281827B8281A6FD44FFAE8281827B82 %81827B8281827B82A7FD17FF82827B8281827B82A7FD04FF81817B817B81 %7B81A7FD44FFA657817B817B817B817B817B8182FD18FFA77B817B817B81 %7BA6FFFFFFCF8281A6818281A681CFFD43FFCF7BA6818281A6818281A681 %8281FD19FFAE8281A6818281A681FFFFFFCF7B817B827B817B82FD44FF7B %817B827B817B827B817B827BA7FD1AFF81817B827B817B82A7FFFFA78281 %827B82818282FD43FF828281827B8281827B8281827BA6FD1BFFA781827B %8281827BADFFFFA657817B817B8157A7FD42FFA7817B817B817B817B817B %817B81A8FD1BFFA7817B817B817B8182FFFF8282818281A68182A8FD42FF %8281A6818281A6818281A68182A7FD1CFFCF818281A6818281A6FFCF817B %827B817B827BCFFD41FFA77B817B827B817B827B817B8282FD1DFFA8827B %817B827B817BFFFF81827B8281827BA6FD41FFCF7B8281827B8281827B82 %81827BFD1FFF818281827B828182A8A7817B817B817B817BFD41FF7B817B %817B817B817B817B817BA7FD1FFFA657817B817B817BAECF818281A68182 %7BADFD40FFA68281A6818281A6818281A681A6FD20FFA682818281A68182 %A7A7827B817B827B81A6FD3FFFA7827B817B827B817B827B817B82A8FD20 %FFA757827B817B827BA7A77B8281827B8281ADFD3FFF827B8281827B8281 %827B828182A7FD21FFA7827B8281827B82A782817B817B817B81A7FD3EFF %A77B817B817B817B817B817B8181FD22FFAE7B817B817B8157A7A681A681 %8281A681CFFD3DFFCF818281A6818281A6818281A681CFFD22FFA88281A6 %81828182A682817B827B817B82A7FD3DFF7B827B817B827B817B827B8157 %A7FD23FFCF7B817B827B817BA6A781827B8281827BCFFD3CFFA7827B8281 %827B8281827B8281A6FD24FFA88281827B8281828282817B817B817B81A8 %FD3BFFA8817B817B817B817B817B817B81A7FD24FFCF7B817B817B817BA6 %A7818281A6818281FD3CFFA6818281A6818281A681828182A6FD25FFAE82 %818281A681FD04827B817B827B81A7FD3AFFA757827B817B827B817B827B %817BFD26FFCF7B827B817B827BA6A67B8281827B8281CFFD39FFCF81827B %8281827B8281827B8281CFFD26FFA7827B8281827B82A682817B817B817B %81A7FD1DFFA8CFA7AEA8FD17FF7B817B817B817B817B817B8157A7FD27FF %AE7B817B817B8157A6AD7BA6818281A681CFFD1CFFA7A6818281A6A7FD15 %FFA782818281A6818281A6818281A6FD28FFA78281A681828182A7A7817B %827B817B82A7FD1BFFA7817B827B817B8281FD13FFA8817B827B817B827B %817B827B81A7FD28FFAD7B817B827B8157A7CF81827B8281827BADFD1AFF %AE8281827B8281827B8281FD12FFA681827B8281827B8281827B82A6FD29 %FFA68281827B828182A7A7817B817B817B8182FD1AFFA757817B817B817B %817B817BCFFD0FFFA757817B817B817B817B817B817BFD2AFFA657817B81 %7B817BAECF818281A6818281A6FD1AFF8282818281A6818281A6818281FD %0FFF8182818281A6818281A681827BCFFD2AFF8282818281A68182A8A882 %7B817B827B817BFD1AFFA67B827B817B827B817B827B817BCFFD0CFF8281 %7B827B817B827B817B827BA6FD2AFFCF817B827B817B827BCFFF81828182 %7B828182A8FD19FFA6827B8281827B8281827B8281827BCFFD0AFFA78281 %827B8281827B8281827B82CFFD2AFFCF81827B8281827BA6FFFFA657817B %817B817BA7FD19FFAD57817B817B817B817B817B817B8157AEFD08FFA881 %7B817B817B817B817B817B81A7FD2BFFA7817B817B817B817BFFFFA78281 %8281A68182A6FD1AFFA67BA6818281A6818281A68182818281CFFD07FFA6 %7BA6818281A6818281A6818282FD2CFFAD818281A681827BADFFFFAD5782 %7B817B827B82FD1AFFA8817B827B817B827B817B827B817B827BA7FD05FF %AE7B817B827B817B827B817B827BCFFD2CFF81827B817B827B81A7FFFFCF %827B8281827B8281FD1BFFCF827B8281827B8281827B8281827B8281ADFD %04FF818281827B8281827B8281827BCFFD2CFFCF827B8281827B8281CFFF %FFFF7B817B817B817B81A7FD1BFFA88257817B817B817B817B817B817B81 %7BA7FFFF82817B817B817B817B817B817BA6FD2DFFAE7B817B817B817B82 %CFFFFFFFA77BA6818281A681A7FD1DFFA6818281A6818281A6818281A681 %827BADA78281A6818281A6818281A68182AEFD2DFFA68281A681828182A6 %FD04FFA7817B827B817B827BFD1EFFA67B817B827B817B827B817B827B81 %7B827B817B827B817B827B817B82A7FD2DFFAE827B817B827B8157ADFD05 %FF81827B8281827B82A7FD1EFFAD81827B8281827B8281827B8281827B82 %81827B8281827B82818282FD2EFFCF7B8281827B828182AEFD05FFA67B81 %7B817B8157A6FD1FFFA77B817B817B817B817B817B817B817B817B817B81 %7B817B817BCFFD2EFF82817B817B817B8181FD06FFA78281A6818281A681 %FD20FFAD7B82818281A6818281A6818281A6818281A6818281A681ADFD2E %FFCF8281A6818281A681ADFD06FFCF7B817B827B817B82A7FD20FFAD7B82 %7B817B827B817B827B817B827B817B827B817BA6FD2FFFAD7B817B827B81 %7B82A8FD07FFA681827B8281827BA6FD21FFCF7B8281827B8281827B8281 %827B8281827B828182A8FD2FFF818281827B82818282FD08FFA7817B817B %817B8157ADFD21FFAE7B817B817B817B817B817B817B817B817B81A6FD2F %FFA7817B817B817B817BA7FD09FF818281A68182818282FD23FF818281A6 %818281A6818281A68182818282FD30FFA681A6818281A681A6FD0AFFA77B %817B827B817B82A7FD23FF81817B827B817B827B817B827B817BCFFD2FFF %AE7B817B827B817B82A6FD0AFFAE8281827B8281827BA6FD24FF82827B82 %81827B8281827B8281A7FD30FF818281827B8281827BFD0CFF82817B817B %817B8157A7FD24FF82817B817B817B817B817B82CFFD2FFFA7817B817B81 %7B817BA6FD0DFF818281A68182818281FD25FF8282818281A681828182AE %FD2FFFCF8281A6818281A68182AEFD0DFFA77B817B827B817B8282FD25FF %82827B817B827B81A6FD30FFA67B817B827B817B82A6FD0EFFCF8281827B %8281827B82A7FD25FFA7A681827BA6A7FD30FFCF7B8281827B8281827BFD %10FFA7817B817B817B817B81A8FD25FFA8FFA8CFA8FD31FF7B817B817B81 %7B817BA7FD11FF828281A6818281A681A6FD5AFF828281A6818281A681A6 %FD12FFCF7B817B827B817B827BA6FD58FF82827B817B827B817B82A8FD13 %FFAD81827B8281827B8281ADFD56FFA7827B8281827B828182A6FD14FFA8 %827B817B817B817B817BAEFD54FFA8817B817B817B817B817BFD16FFAE82 %81A6818281A6818281FD53FFCFA6818281A68182818281CFFD17FFA7817B %827B817B827B817BFD51FFAE827B827B817B827B8157ADFD19FFA6827B82 %81827B82818281FD50FFA681827B8281827B8281A6FD1BFF7B817B817B81 %7B817B817BFD4DFFCF8257817B817B817B815782CFFD1CFF8182818281A6 %8182818281FD4BFFCFA67BA6818281A6818281A6CFFD1DFFCF7B827B817B %827B817B827BCFFD48FFA8827B817B827B817B827B81A8FD1FFFCF7B8281 %827B8281827B8281CFFD46FFAE827B8281827B8281827B82A7FD21FFA757 %817B817B817B817B817BA7FD44FFA7817B817B817B817B817B81A7FD23FF %CF818281A6818281A681827BA7FD42FFA682818281A6818281A68182A7FD %25FFAE7B817B827B817B827B815782A8FD3EFFCF81817B827B817B827B81 %7B82A7FD27FFCF81827B8281827B8281827B82A7FD3CFFAD7B8281827B82 %81827B828182A7FD29FFCF7B817B817B817B817B817B817BAEFD38FFA8A6 %7B817B817B817B817B817B81A7FD2BFFCF8182818281A6818281A681827B %ADCFFD35FFA682818281A6818281A681827BA6AEFD2EFF7B827B817B827B %817B827B817B82A6FD31FFA8AD7B817B827B817B827B817B827B82A8FD30 %FF828281827B8281827B8281827B8281A7AEFD2DFFA7827B8281827B8281 %827B8281827BA7FD33FFA7817B817B817B817B817B817B817B8182CFCFFD %27FFA8A77B817B817B817B817B817B817B817BA7FD35FFCFA67B82818281 %A6818281A68182818281A6A7CFFD22FFAECE82827B82818281A6818281A6 %8182818282FD39FFA77B827B817B827B817B827B817B827B817B82A6AEA8 %FD1BFFA7A7818157827B817B827B817B827B817B827B81A6FD3BFFCF8282 %81827B8281827B8281827B8281827B82818281ADA7CFAEFD11FFAEAEA6A6 %81827B8281827B8281827B8281827B8281827BA6CFFD3EFFA7827B817B81 %7B817B817B817B817B817B817B8157817B817B8282A682A7A6A782A7A6A7 %82A681817B817B817B817B817B817B817B817B817B817B817B817BAEFD42 %FFAD8182818281A6818281A6818281A6818281A681828182818281828182 %7B8281827B82818281A6818281A6818281A6818281A6818281A681827BA6 %A7FD46FFA7827B817B827B817B827B817B827B817B827B817B827B817B82 %7B817B827B817B827B817B827B817B827B817B827B817B827B817B8281A7 %A8FD49FFCF82827B8281827B8281827B8281827B8281827B8281827B8281 %827B8281827B8281827B8281827B8281827B8281827B8281A6A7FD4EFFA8 %A77B817B817B817B817B817B817B817B817B817B817B817B817B817B817B %817B817B817B817B817B817B817B8282CFFD53FFA8A78182818281A68182 %81A6818281A6818281A6818281A6818281A6818281A681828182818281A6 %A6CFFD59FFA8AD82827B827B817B827B817B827B817B827B817B827B817B %827B817B827B817BA6A7CFAEFD5FFFCFA7ADA6A6818281827B8281827B82 %81827B8281827BA682A7A7CFCFFD6AFFA8CFA7AEA7ADA7A7A7ADA7A7A7CF %A8CFA8FD36FFFF %%EndData endstream endobj 73 0 obj <>stream -Ž_½çgbB&rù”½j‚¥üÏ2_ñÏW¼çe@—†ˆY¾ö’ó€þÜ!4éÄ ½je×íü5[ÕΩ¹KÊõ 67ò>hòåQIý£`/$}ÕÆ¥.Û8*û`”Åÿ:Áíû9”°Wì”=n¯zèi|¹ãfq¿O·)?±)Ûnríš…R6Rj–´øìµ|Ñ̬3 š¢<íèÒ=_Gÿì 4v•ñ[_ÃÇc:löù`GÅ£;$ðçêyµ°1ñÍ/ÐÔç_¼DÔ)uÝŽHÛ÷¢k¾Ž‘PŸ4Ħ‹‰ -[©uV~Í“‰~HÚÿ„Z_&ÈðM7*kI y½^Ñ4½âQÒX?ú";æ8*çÅÓ*Pù†YhbÄv²RÎûÛ+ï¤ Q“²š¨]²ôó8‹¶áäál‚¼Ëa3ºêÛ¯}Óƒ*_³6Å­Ú+vbÙ¶_÷ï¢``}„Ë‘ÓJŸ—ÄüýÓþ$Wüm^¨ø2É8œù]º¬m|5­¬xhŒšÒ±ê4享³JBÖ¾‡Ü°koˆÙªŽœ×ñ`naýaVé_vFÙY'»êÒXøáŒõÞ)¨¾>N;ÕÛ˜{É@¨¸=&®¿;)m|VÞ¬Q9Áø{-­ðÆŒ¼%yÓF,\1¡Ó–M˜ÜE3­rÕÁÅìñyë.6bÁ hO=¾`Ç+àlùÌU¥dZÖ5„Mù£µìé±~Hü/frÉ_ýäºsÑ/GÀÓ^œŸ•4Åzþé/û⸸àþˆ0ïš’WyB OüËÆ*»†J{rb¡»úÝW¾f¦«ò±—}ÕËM<#kzüSoÝ‹ŸèäS&náÍôgE”E]þyÇ ž5úwœ ûî#C÷̰¢²òÕ”¬ü¦CT}[ÿgwcú15ù—_pq\ÐtÇD(: ¤“¿„U1¿P²^U>²°ŠÒ -žC$Ýÿ¥½êíïrú_ÓÝ Wt°ä}]FX[ùá‹:ðñ¨».b%wËw܈Ücó‡9$zíðÌžà°QTCØØ’è覹K´íÄW†4±‹Êú˜e}KìÖ0®hg˜ ›@eiˆ¹WfûÑñîVD¬ŽQÿr¤½úႼ,rÝP ð(s͉Ê9ìãô}Š+:ð3p zJáæ0­yÓ‰.9PP?fYÂÏã Òú0&oËK¬Þ^2áËBF|iØ@,\Pa!Ñ»NR߀¿ídcWLŒÚ¾“¼4(j™ ¤OôÂ^ëɹWÕ˜”³³rX슞Q±m£Õo6¹åe¡·G„‚ 7•°æÀՇͨÜ99(jËE¬Ýab>ìS€;§c÷\Ú†›…ÞwR]œÒ[ƒè¬36zѹYíƒm *糟I˜Ô SÆÀÑbù²“¶åƬ» ³šæ÷a ¶`Ï­[ð%‡5Ÿ'XŒí òÏ2·ûû²@õ ÈŸ'¬Ô¼lg4-éIy+fRé·ÅVÖŸEÝçrLµkLŠz~Œs_ÆX¤¹ %ç„çi‡}ÒïOJÊnUìj¯òØÍ¯¿eg–_œíoz6?„KëGF¶6ߟéå—NË:ë¦{)I‹j\rPRqs¬½èòbËë/¾ã%Ö.è!±óXÊ× ~ë§ Ÿ¿;Ê£oû˜È5¡xg”…ßó x{öÞQmÕJ­X5Q+˜”‰ÎÚ'.AéU 1ÿœ Su–V’ú‹ –ÓB/¹!m|wL…ˆ9Ö^u´’ð‹ƒ[u¼•샽=ü‡UùñÏ)Iû iÍc€~ï‡%ýa!güåá–?o½›íÆ&8Å7Ø‚è_¨yïOo™Ð óŠê‡!uýó©îÒ»½ Çúš^ó¶UÝV0+¯'<½v—öîénèKŸ°ö¶_ú·Ut™šóæxiäÕˆ¬{ç"ª^\?Ê«?žýööQHâã£SÀ:vV?\¨~ç]ÓbO +ïSŸŸ\×7'ÍéP9bæÍ@{ÅÛºï¦ פ’]®`y â…û焤2rÕH.—cË^M)› fäõqâÚèEìÝpKêÆ;órgýëŸä”ì‘LŽ¿”º:‰³2R®šÉ1ÎõåÞÿ< -NßqBÒge%ƒÖÄî¸Ù˜€ [¼fÅT þ<Ž«ÿ>A‚~Ã×ÿ˜`WLˆ€a®/j`™»*d]‡ÈÔâãÎZHY·dàè -½¤À&¯êEÈe5»rUÏm^5‹‹fÝ‚š”·¬Á$Z6enõ!4„KÛæçØÜnpò%#½øý—qNë²’°é¸nŒMÞ%7†LͱrË~€ÇS"â©¶2„Í[¨{6Òšz#<ÔðnՌΘ5 &)\µ‹çƨȳ€Ý›°ÅÓrH슒´nÁŒÎÚó‘ÿYäI?ixÀæ*6‡I5~|ÕŒ±Y_ƒÖç· aB6BÙ~€Åú4Îáü˜ä‰þ`R¿ŽëwœÄ’U=.c ð§©^d´WP{cwWê½bXÔ¼’œ솿ž—7>]¬6«h|讽?ÖÕôpVÁ-—ñK§zÈIa½|þ°n»¯æ~HÙüjÍ„È]µÃR'kŸd /öǸ¬MÀ'V Ц‹Ûñ²ˆãm}_&ÄêÃ{ >|}È OYwRj5øœ-&ÅÆ-½Ú K>ÙÙ”zÜÉh¸5×G/í@~Tc²ÏûDÍQVNó[o$*¤Åg®˜)óCÐÄLôµDº»È×ÖøÈÉ©¹ ÄØ´5"mÓL)_Øiº˜2Ö‡‹wµ‚Ÿ: 1»&jä°MÚøtº·á•—~MO-¹ïê&Æ*¸¨Gð¼Ä“ý-•w‚2|²†\v‘[üñ(%óÃlÊ«#˜¤W'pIïNñ‹“Ïö#k®"s“Ns+bO«I™W˜%Ï~Ócã~7âNÈ‘q¿ª°©—ݼ’+zB™WÖH}ðs/(áÞ?ANÛׇ½¢?œÐüfª3炃žraA…*ž$Ö'??í“Ô|%7±sª³æ™—›w£¿åÍiiý³Ÿ˜¸Ssƒ„\juâ•êø{èÙ¶Œèܰ -½k‚Äoª?ê)17Ä5O8¨i¯…/Žù]ÏŠþâ#ÿ™aÐÿ™ ¶¸Q…›pº•“xMƒMº2­lþØOÌzª@&ž3RÓnY)O–úáÉ»vliXƒHš”“Vxy %gÃÂ!ú¥ˆœE5±Ø¿Ìe ­zÃLo\7âò¦¤ ø!tÒbò­#*dÒãÉPît_Ãë-×aý›¶ £ †ÜaÓ×T˜W|{Y‹L—!ª\­µñËêÆw.vÒ¥¥ÊÇÛ6àó½øò% ä#ÀC KÚú7ŸDЪU:Ñy3ÖÙô|YMÚ´â*ö\Lü· ‡ÿß%^ïš‘ºéÀ•~c¿3ØÿL2ÿÎr„?¦9¼¯lú—iëû¯û? ¼ž-¾òŸ)ÿf¸mŸ]Äšù~ÐëÙîúGs=àÈyËë%uóÛ¯cĦ€’𻤡Ví «zv]HƒOŸì©¹ì*¹2))¹º¬@ÆÍª(™¾.ì›™^̇M;55zíäž ´å_ôr.®à©Û.jóއËÜ ðEcƒ¨D¿·éáëÒ1°?Þ.ÿä ->ûièu+Û°´Ä»‹oLH -®.ªê"·œÄŠõahfúf€æ.àøª°—=+‡¿›è?_DÅž­Úó²qû~!ÉD)_³s‰Û.}ÍL«_23F¹Åö>J¼³ 5­¢úåÔ,ú@Kh¾¥'ÀŸ¹Ð7SLÒ´õ6 ?´3›ïjP•ç|‚Ú[*JÙMfÞë“xÚŸ‡û6©Ä$/©å! 6gSì½Ø¸NhÆŸvfEäaϵYMÃË ¢æþ´ò°§1èý¦•T=oèf¹dí BPé¥3®vÓÚ;//¿ãkÍ?¯€ÆèiŠ?©F¤ü>!©¤–4çÅþþêêŸí5/mè`)ã­ù·Ü” fäË“´Ü;Gº@OÛØM÷F¥ŒäúÄ—GYeQwwh¿3 FHUùt¢=ÿ¢ƒ•úGkõã^QY¤»Î|zš–y쇟Šþæ#C>»Éõa}óÇdÌGÇ…yŽL‰KŸêX%/?Ü„å÷ªÊÇ‹Å÷ºŸœÝ>áä$ÜÙÁWcò#O¡ÒžŸñ¶ÖÅ÷sY?ÆùÂo.{ÏGm¹‘Ŷ†èÿ]¢Ò¿ÍÐy„ª·OÀÙÏï®Ùˆ„oS]¶¯3öÿ³*²üo˜Ýó5«\,º·áÂ6uÃÓ òŸ,i i‹*HLX‡HÝvb‹<¨Üøê+&sÍÎjY˜õÁ~üÇu·eÓhDÐ÷ —ãâÒÛfzÁ<íÔtWÃ˰™ötÖ=žê©Ê§Oëé#=èè°Q›WLä"`ï£õ”‘ZrÝΩ|ÖKdž¨e}„’ËV^ͳ=7vØënY[5a²– Ä¢%›ˆ´âêh {¤²)Kß«‚ƒCjñ¬¡—»¨#Œò €\Zó$"`Lèè5ŽÖ†èƒ1åË Oôe†+ür8{ÏE©[± — ļ%-­dÙÂõ"ßÌ*(9a½6<ö˯Ov—=œWÕ½tòÎ÷Ô¼ØpÒtÜÊV~ͳjo”‰ÙtÒÁû^tÉ¿3ÐòÏã i!kSÌáwXrH;}rjQP…ŒûdÒ·G(ÈOA -âÛ$ rÀÕn8Ñy{£Ä:€Ÿ sJØ»°•²aGeÏ(_з! ©tÐÇ;nò°÷êaÏU€5cà6-™Ù e ³qÁH«Y±ÓÀ{>*äÛ‡½ãçÑ,\Ðúh{Ç–ŸÏ9¬Ÿ\óòis6jUØŠË ëáI[LÁ–›Gò¶ŸŠ QkV>zÉȨœ•Sµä¼é!Bú¨œœ21H/Yõˆ˜SZJ‘»õfÁØA]0IY!3`!ZõŒ›<¯Ãe®É¾ŸCÝô÷šÐ¥^RóáYŸu'©f/À¦†ÝT`ˆS>k¢—¯»éà 7êfW\òRØ„-]5c 6]¤ê°P²`ÄçU¤ô ´ê -v‚m‡}õB6rÃ×ÃÞ¾s‚žµÑÖÖ±¡.\@+lô(бÃÒú‡3j4ôÇa Ü,‹{€o[[R7-¨¢5+¡nv° <.— †˜ðÎvhá?ÓÜžM ÇÍ)«ŸÚYYgu˜„Ó:LêÅ-`?Ø Z´0jM|ô¼Yˆ ¹dÅÊ…,é™Õóƒ¤Ì`/::(C¼]Ô“‹ÇÔŒüÑ~ZᬎÚþÐä :Bþª™Qä˜ÆÍ‘Vá‚ ŸwˆH“æ.ŠG!iòÊéU'xNÇ­÷·Ác—ØìM+¹nÝÁlUSsÅØÒKܺ´ßÝ„üT”Õ<nM½0Ý_|ÕF®\´ Ë®6ÎÚˆˆ·êe!Ãv&he˜Zq±á!­zÍŽÉ @1!"sÅGk"d3á™—±ÙQÇ6MÌÆ-;³fe6nzi-«n -hÑÁh\°±Aën¡`{Lغ`á€ÜB=ìã¹ã¦6íyé°ývÛÄ-™ ¹}ÈèÅ!Fõ¢‘ ö´ƒîy[kŽKªŸ¬ýlVU2Â26ÜÔK’¿œ¸7ÊÀ®;H5Á¾úã²ì»ŸF«ß}oLÛ P~qï¼]Új&©e_¦; _gZ•Ÿ‚ ò––³ånNÞv£Šöýĺm©zB~2 ³>Hà=/¶tËE(ßÿÿÏÄ`+W-ø’É~Xôº“Ö¼3)êYvó!³í‰?‹¤ÿñ{Ë=ìU’rPkÍü–uŸ¸gTÙ’í꩎Y&ƒW<4ĺ‡ÛðUkN*hÅ! :E-/}bdÒ¦«M¸`dVÏjhy‹zù¬R>gbCçlíìyg—hÚÀm°·Sâ'Mʾ q }ÑÊûU2ËÖ4È®ŸËø4ÑÚ»䉶Ï8Ͷkw'ùâ5/ ¼`“WGè'¼äe¢7lÚŠ›…02*®Ž)Pù+nyÙB*Ù¸aÅNªY¶+–-tðf ½o}¬spÍ/j_t2š¶í²½ A×V€]q“êüÄ1iêpæª_ÿÏl›æûl§íÛL›êó”P¾à·ïÎòƒJ^Åä ¯rÁ „mºÅ’oSbmȄʜ„Æû qcÒ–¨95"~Ç'à®9…ŒÝѶîí™kÖ&i ™ù5›3­åT[[áO¼]ˆW“ -\bÈÂj^¶t°Wí=Ò-²éƒf¬9)U‡óÒœRpŒ^|ë»_(Üôvô­z¤ê°»[4vüÚ6ÈH+cJ#¨óv0Rgeôâ-§€0­£ëD-ì]È7jjù¢Eˆñö`¢Çð‰³`}¬ä†/ã<Á†—K^óp°Ó:|ÎÔ6)ˆøuOÕÝÆ‹h«ÃlĦ‹Û›`²W}¤¦%>ÅØ -‰4s!ÑSZ!ÄßÇÈX20*öütĆ—C^æÀ×|LÄ? BåÁ¿}ÃÇ„m´unt¿ž'A—¯ZÀI‹ÚÆèYuÓ‹i@[-[ù8Ÿ‚Z8H)?7§xà„™–è%-,v¼ôÂÝQsЯ¶]”†m >/èiU3ƒ”ê ><{þmŠŠú4Á,»¸˜«ðs1{ÅÝ-_tJ{f¬Bô¢CH -;¸”ƒƒøAåÜPËÇE#&}ÍNm¹™¨U¾ha¨9Ð~‰›Ž†óƒù·uMï6íGZkˆ×«>!{}T¢^qñ¨«@tYþ¤‚˜:¯#—ìø­ãú°¯UÒC*¹+'Ÿ]0’@#­¢ÕQ34ÊÆM)…ËNb`°5€³=.X²ºJϬXž_÷ñóv>vÂ܆ Ú`³F!4¨– '̓ƒ£:9?hh‡…;_Ðcs–Øüm/¹épÖ½\ÂÆ¶?ÛåÜšæ -6Æ­›Ómª­¹vÃΜHµ;Éá¯ziˆy¥"8DÊ  šÍbr*”uÐv•Ûã|þÆ‹¸`¥Ömøè˜»0L­ ûð ¿ {LÙ3¡nŒ\óìm£ÔnxX¸½I~Ç÷¥6Ëa¿€5 v²ÛãRçŒÙ2=D,®‡¹>ÂçîŽóZ÷'Ú¶ÆÚd‹n&|ÎF(XvSVG9ÄE;±(di~ÿéðüù¸Ôö9Øí:ïÒ-X8ÍA%5sjHØèì -Ae§}˜ì=Ÿ€µíaaW-ôÆÃšý5€o6lèÂuOg‡KÉ*g@R/VE]>¶c¦b&dÁ€Ôr (“zzq@ÁÊõJÙi~µ°š *:ÓVŸqwYË ïúÅ=Û#<Ê÷ï /šØõSjQM@ÑZéꡤz:êŸ,ËrŲ‰Ù°âà&Õ‚º }% í€µÔÜeK+nÖ$åÌÙ;سfnóˆ ‘03Hoœ3HyãÂÑ/Ǹ:Z³—»pF)3¬ï.Xº˜ÓzTÎ’¥úÝþ´çc €ø¾è^s±Z†Èy‹ZZÙæ0½i×KiØr“êCv(8DÍ›3³ÁËÖvÚ¤‚”h¯»µi¥5¬ ³ÑënÝÍ„†Œ¦É!RÎÀæ[.‘è°?þÁ8‡¾ "–‡ñ¥+n&rÝÝÞ¶`l%Ú;9©¦îölŸ¦²èˆ×\bñŠ• Ê`1žÖê+\Ù–—MZÐ+íüÚ[ã½Í/‚­²í‰Öž ?—æ¡C6fCÈJ,š7ÂW{­Ã½°8‡3géâŽÐÇt‚úÙC[Þ{Ò,„Ïš»…óæþnk;‹UUvaR' lLŠÕ@Ìßí°ìζ ®8tÀf˦ ŒªQ}o’‚ØÇ×Ì;Åœ kŸda¸_»âéÕO™ú$fYwµª­;M%”&÷vUÙx„g}ÌÒu·t`;Ð5¸3ÞÞ¿3)è -ùè°q&n{R¬Ù™’zvºÜ[“ Ú‚ž9oB†|Ò„…Ýàî§§ºú¨‰A5>}ðá°^r±`SF>zkL$Ý›–8¶¦:L+þvyÈ'ÌZ%‹N&2ìïèÞüzëÿg6iÕƒ¯ØA—ìŽÓ°»bÍfPj™ÒrçM”¦íñÍvPص3Φ-Xh5cC¸Ô9¹a{šFú´Èê\õ3ˆk#öÎt«|wLض3AlÞ Òq+žN±_Õ‹p÷kqÖn3RÕ*ÏTSxÏÇ¥ý°9µœ>"ãfX[i/<]‚äéiãôàÈ«9z[‹Œì—žúi¬S¿3.–¯xùd¿–žïTrs*9ÚЫȅÒ {ËÆ¤„u]­;nqÛ¦‡ƒ˜7ñ냊Îj›¸/ÇÀïM×òû²EÆ=liÑOƒÔ¦—›®nù†«W½êêÓiÅ0§¼fêî¯r Èš:u«A:Ð8Ô&˳÷šÐ#·Æ;h0ˬ,%O[%g+3‰M¤»¤ră® -ÆK ¶?Å,ÒT»»zj4Ä÷ ‡ýŸi®èpVÈv°]îUtT;:Ã]Ê:Ow[þœ™Y9­Ç¤,YH•ëngðë€V ·´1Þ[˜ÄÇ^F‘YIžRÑÀóÆVÌœ… ÙûÁvåÙ3àc¨adñ§)^×á-{:ÛFTÌRƒóTNÄÝpÉ$õ3Ö.öº·½#lgýrFžWJL›SÑKCëÚE°§ã2RF°“3;H,Þô -9¡aqÞʃLëÛá#jQÝ´U½ää#—ìô@ëgÏe^MG“Y©Á¨Ûå…¶ž®2·¼líí­·ÊµLK¯eì¶2»H}ÅpÞo7|ÞÚI ¹y˜E¯€²0ì’‹Þ¸îg Ö-ö2áK€Õ\ܨÞÐ?‘iPÖ¢TarÅW*ƒðiš—rš6Ñ"²4ØÚ5 .qw±[6Õ¶Ëû™ötÉú¾¢{µ*qZÁû ^ÎþMIëH]s÷ nv ÌZÚi§À.ïõàr™ ÓßëÅˆØÆTIûª•áH—ˆ&šEl{?ø²º|±¦|ác2òģDžG"¯%Í~]û ԭ溪‡%*hØB(ÚE•nùqUã&fÍPG_N/SŸ ¡Fw³úßjeÚ:mWwŽW!ΚÒ1“FbîïoTr;Þ+ˆíOE-¨àä¸_•(XâŒ|¶IÛ6F»Sí€Æ Qµõo׬𼽱6ù¬G79<8ÄÖI%…*¡0NÍëÉö(-â1£B8eéùÕ] ¼ÖXZ}ý9‘ôÊÝ)Éï„Rþ6°DÙ3šnzÈ$aM)Y… C´’1,vZÅ»5C‚á!rXÓ‡4ô¶e껸1FY_Ñ@—±T" 40°ŠGxó>Ÿ$M ùD¼ümu!áfa&òfFr˹’lÔ¥Ú|È#!FðÖØÕ“ã5)øSŽ.þ2ÀmK.R팓5nÁÜ9Õ0`Âu -l<š.W@ÊPÌ18¼ó®»Z^Õ~:/›ùsNýç;wã"îÝüp¼´†Ú¸ÛÃÄÛЄEJŸs´ÓW†yŒ¡rÚB«ôšBÎ@ïëS—I;ÔÙÒ.s¥ˆ£K`äïÙøÎ<„ú¡®°åaKåIe.îa~äjyNÙ%<¸úï!+ZÅo«j ¹‡»×Æ%êU€Kv'ø­_ç…ûÓÞΌļ9Ùm[ñw«f<‘ß©’蔃8…DQÖËéü0Ô£jÐbå"IªZÔžhhͲô33&Ì­”í Ô¾?!V,ºÛ„v½¡K¡ò°»äólx±Cö¾llV^B@—¡½gó3°'’â!¿æeqOç—)~¹ÿqåVîÑ7¯kN–d¡NqÐÜ;ºÎެq­3iU*‡v½zhD*– â…šh¿ÌÝHEüÑ-úë¨þ6n¸‰i¸ÔP'»^^Úy¡¢¤÷L~‰ôä½ÈŠˆ›·r#’)?C ¶k’ö±†q“A¾â–H' ‚æ1]+Ì£WðUša>³g¦ -Åž‹FPfžÕ¶X/åµýZTÚûGy¥ú·‚¢Þã‘o`Gþ¾ùsäù{RĵG5¿ž~ñ:ªádY ÿ,ÒwC×!M›± °ónÁªl­PtjJ;®<6ÓC¤ ?c–³ìÅT¡`"ŸC5¼g4ïXdc¦¸V”Oÿåöµè£Ï¯ÇDdD—ÿVš…¹M¨§Fš;Mè)ƒypÉÙ![Y˜-¯DöªÇmf‹¶WæÇJdxg÷x³¤g…$í^"´ B†1†O±EH®Èêæ‰Ê\̯Õ¸‹™Éð“Oî'üžWt»‡"Ïî%2î( —•¨¸_§úi6½¥_1à ôöy|éx9–î{QÓ8p­¤¾¢NDÕ6‹|QsôéÓÒãù¥¢ßrË{O>zVqárjÄ¥kÙo¨G.?¨xù{ ƒ¶=íë!y̓Ý󾮞iáÑËxƒjo[gß&œÉ¡ì7bÉ'ž>«=žù¥¸\y*£@öó»Ô#w×F¼Ž%‰Nf¹|·.âv$.¢ Âú+¨Ùt•†W>QŠźÎöôQ#ǯ¢¤;U2¤´'€âtÌ•‘…ã‰-8Ûí¢Êö‹Õà¡Ëõ`ËùÄÂO¹t1&âþÝœˆçQЈ?¯•F?~;âöí´#5êKÓ˜§î>ªþ-=ÿ·¼£¿:4*îÜŸlí[÷qiza“[gè6ëì²!ÍHOŸ<È–È×xtÁT&oº‹BÝ#Ý/8瓚šî+1oªOefÿHMnø+3)ÿ¶¢•]²‰pó.¨U:û,µ ñtŽ7ÛH¿—S§ü-!‹|4)“òÓëø–ˆëÏŠ#~ùëUÄý{ùo¨÷^A".ÝΉHKAg•O•CžÁ®fW?/ǦVJ;QÐí¯"‰Âpfèe3eü^Ò}>¹ í§× ñɤ£éÙ‚ŸÞ%Q#®GÖFü ¼×Å;EO^!"FáŽ<|ü¹²Zx®·ÃTèTÈas gÞ&“,=|£º£¢W>PB–2+pW‹!¾?òí¿%H=Ž¥Dœ½QqëAmDL"ãÈ“w¤ˆ¿7GÜŠ„GD§ -ŽD%‹Ž>zG?þ:uøªL(MŸqvµÍ:L¹‡% wÏEÅQ"®Ü«ˆx‡?’Rm=ž]ïúN ¾í–Xʇ5=ðåQ©zuºÛg±ëUý3$jÇJœ3%xïÔƒ ç -Ê»N?>våNù‘O"îD6FÜyÖñìþسDæ±·9²cÙu–sPòØS^{°°¿Û±k´Ü±!Aõœ…QãUBú3>]ù‚ÝÈ¢ˆs ŒÐó¼Jõïñiìã€ÏIàyMˆ¸û¨1âöÃZ Öa#"S„7£ðG/Üÿt÷öhb¾ò—ÌÏßÅ ŠûR¡2ÞÉ¥/šQi &j±[ÙQÛ#T¥·µ–sÅSÅhÚhdfòV rüjØq&-§ó§/`O£ñG_| 9s!%â÷³Ž$dñN|HDŸ.ÏÇÜôê{±svaHÞ['“aãHn×dY4— -gŒEVÁ†.%æò~I#JÆÿ|î^Þ‘“¼ˆ¸õ¬°7úÑœÞïxh÷{y§äÒʉó6!||’9ª&g¹Yy•ª¹£/a´¹S°tÍ(Zw¥ -ê¸þ6“ä"ÐÑ»Os"r -'²Êå¿Ææˆ?‹%œŒMaœ­«WÜ"âdÕœ7c*z꬞˜²Ój¬|䤉Ûd’³S岎Ì.¹Ìê+ÂÒ¬/1Û3(qøAnúÜËDò¯ß4ýü!™p,1›s,­ˆýga£ôj \yŒ1Ý¢QÜﻸÃy©rЍ ¶– ÿ`KœK×ëíUtIM ±ÌÕȹ’ƒ×>æµýö*‰uâÉ[ì‘ÇQÀj\½_ñ2{äe;âò“ƈ @Žz–$ŒH(s(Yî’YÎ\“ÚѺhïjÓ Ü -È ŸŽ]ªVÐÂ^_%«ºÝ»QÒ@›}ZÕl;WÑdø#£¸ýäù›E—o•F܉¸v¯:âÂß9QïGÒsDÇ -‹Å§x¤Á7Ã}¥sFå’ZkèÀ¾6+ú ò>3˜ÉѾfvÌ;W  ìÙØJ¤áQQôJmsÿ%Zw#µ²ûÒýhèɨ8Ø‘ä|þñÄ’ŽsiÕmw›IC/BGJÿ€ =bè‚Ì;Yc\ÆöTkÿˆ¥“88ävª‚T–Ô_Neëß’)òÇ–ê9œ ¸WÚ8p/«²íVz óvv)ë&Œa{ fÚ? ˜æhžH«ÓȪº^¨O'…Ï;;8ÓzJþœ‰Ôâ3F†EÊaª¬[QÒÝo¬b‹£ñLåCÃò2·®ïZLfû_wßR~¹ò°îÈ‹xìñ„âÎ?ÊûÎc|×Ë)£ -QƒZ˜–‚žÁQºÇª¦LéˆÙÓƒõoÂ6lÕúˆ€´tÒt:c»Dí¥ -d#udÑh<Œ9ÿ¶;z³á¸S%?yçYÓ‘SgS#þ¾[Äæ†£Ñi¿Áq”¸UöÑ£h¯Ýr’` ÖVœK¯•˜uF±zP‡í“ª;$ÎR¾ØžÉà[b°Ä¡‡0Ìà£:¨âFJç÷ÉØó™üµàÞ'†6Ã.uPZ“bÉ%ëô7z´¯ù•½½ü¶_ŠÑóª Z%F*éϦ˜·ðPæE¶h² …âŽ*o’^OÏl: ‡¶]FáU· Håu ^Ãçæ+$ú:Ë@OÅ‚Z±ç#Öïà*7èÜE=.}É€ÏôȰÑ6¹ Ø dh†ÔÈ™¢XÖ­-•tYJ8\]4–Ü÷†ßEbz` ²×¡4AÜ-ýÐÙÓŸ¬’Õº”:₹²é‘ \x™?g£CÇm}Ýn“¶ßjÒ‡tð®®¶8«û)šly\¶?H-î:÷!•u,µ°í×× ¨ãÑ)˜Ÿ -øG?·žH,oû#§IyLpGöôpÃkÛ¨šÞôР!¶¸ˆ­ïÔæ°[5ÉXWó+;n$Ö<Ì…4¾&ðšßv û)ŠÙæÂ8=}¹³8TÆ}sww–Q¼0Æ*6N5ã—Ä]ÕúÉ6¨j´«R-ìA*F»«Æß·F´d uˆKúÚÅã§Ñ3½Í@hm¬m™lÇ»•ï| mNu Ú4ÎÌÞ²«¼ê†z‡¦–´&©)ÕŒ7•ÌôðSÅìùôtûèØzàCo†°«%in¬¥D5ÕWO~ ¬Ëšw5ï¹{ªV–MóŽí]ln8265zÔÕÅ«ý¥Œ= û 3g]ÈJÛ˜n€gÞSt5kòVÆÊl'O+j*ŸèÀÜmÁÜšì =šjËŸŸìŦ‹“Œ¤í™Î‡rxÖ«i®9ÔV¸æ‘o÷$¸è 1Î4#€™µÒõ€hEÚJÒOÖ©Æùòá¶ÒñEýmci­uÂ0cô!·FÊ`=a²ÛïÖÔˆnz?žÕÑ=2Ôÿ!gE6úÞ¡™µ)Zv%ìŠ#}ÛûÓåΉ@&€c›µÐ_þTÑSq®—*¢ŒöÏ‘»€ZmPcÞê œ†PŒr Â^bQ¸·ZÛšƒÇ‡ÁòQ!{Y4ÀÛ™»TÌJ—’>Ö×VoBÞ(“Ót¤]ÕŽ@ž/ˆªÚY—Hê/ ’ZÎÎRWïÊlJ=Á˘égÅŠ{X‘³Ã‚$´¾m|Wc5ò°ž¦Žãíwý§›µ‚£Ejù‰‘Ž822q.-½Â4ÍÈ[×vuêåý-ësÝõî¥Öv‡î}«MÓ³kªmZ>Â<Ï.ۙ㔚䭤 e¿IÝÆ·.Ô3­{k†S´¯äB,ó”"óêíæ(â¥OÇ!ŸovHkítKί2 -IñÛDÌ®‚]µ2×N85ÖÉT)F?ÎMÕå)GÑ*QS±AÑÉ\W6`7çê‘cKëñfë˜S˨´)©9þµZÁÉN·áp³GëYmîÞVÔâ# ¥Š‘š‚%€ 3}‚ùé.¬x¼<%5MÊjÆF%L‘p”$µ”ëfYYÖÕæVïrCó¶¹Ðš}}¡§4nS}-Ý\xOI2O¶Pö¦y›c„7†Î’{ËÝUvEuÛ’V‚~¬¦tŒ‡zá”}è8Zè:]°ìbÄ[ó(ø™Y~a•fiY›"Jö$'ÿ¾©‘ñyõ«îyj®kžšï׳P6 ²5W Û×´r§¼ÆZ&Ðû%.î`ž”æÕ1+¼v•OÏElKèYÖ¹Zôé’€z¾Ì#.ñ‰ŽyZÉÆ)vu¹6NKÐ÷UG™D¬¢­iZî–ˆ’ìP°*3¤­B¼y -—°¬½i²1LŠZòò7Ǫӽ -J‘?p†FÍê™—‚È5-óéjÈÖyÒ,€ÖF陫#´’Í rÂR?2x©Ÿee$®HÛI ÂNŒa¤1o}’›m›ï¶Ìu´Ú•,”yºêÍÎPî=·Œ˜ï×5Õœ¬´õÛGNs¦4ØLó4Ê­¨¥øôM ¾…úFÛ|5xgŽQ¶>×Á6Ê?Ôª'ßåä°-qÜ>[³Éà].Ï­¢‚¼Z¹OSƒ^oøÄØô:º3EN0tå?ÚŸ†§.Sª¼zÁ1ÏE¯ƒ—{«BWùÞe~µE -ðÍ9mkëUQ@üŸŽ ÙŸÅF[fñGË<ʹ‰Çu*±iúÎÜ;[Sˆ7¹ðˇê^«a­H9…ËB^áéæ»!›Ÿ´Ù[õdµt_ÝXxÇÔ yî£ékˆf),o.º¹5/:Pra›ãðkƒ¥—?Ü1õÝÿÃÈ@ÿµQÛüe­®Ýo £ŽVü³­.ÕñJSçÞôÍZgîíå΂;Ûc•¯ŽVØÓæ!ןt¼Î¥þim;_¯o?áJwÆK"L#9w¶… ×§‹tðÅ - óyCÐàZ¨«ßžá”YU<Œoµ}Âgêš÷m´ :—êû -6tMDN\1‹ö CfmW×–²`ž¯CïÍ -à>=¯úd‰C;Ö³ˆ‡JJù‰žVq¶×>¿3XñÀ)¢eØŸßAJ¾=ÍÌ{ä³ ì“Õ).)-ǧi`Xgؽiüîò(å>59Ç:]²3Z´ìÑÎ$!Ú,¢¤8èC âQp*dØÔQDÈZ/òÙî8þSN/ZD„:A·Í"rÊú0*Õ.&'Û„¨ÐµŽ¼_7»‹n˜>V<Ücž¤¦ÍÕ¥¿;OtÍ󱛃Ôt»¨:mgbŸÂÅøå¤Tï,)e{ñb¾1÷ò9ù;§”Q|¾ÔXw¨ãáí3ø¿†rË©9.)9Ù«dU, £Ó¦ksæˆlÀR&a1‡ -T’wo“äEœ-Uƒ}z‰_ÃEªùneSÝ¢–°=EJ¶N—…¹”ðTÏR Íi¨£mOâ,“د’^e™D¾1v”Þ[jÏ¿çžG{fQo•ÔBàë4)í`–šåÒpáf1)˯c"Nl¬SN-<}s¸ä¯F:êëfM°ÆEŽù&¦o¡µÕ­©Á{TUŠŽµËÉÖ\²[IÎvÈ ©V)6nG}ºÌ­öë¨ ¿›ç™‡g² e¸D÷%çb¥ñÝÙz}Ëö&rODLóªê8@ßœÓÄd÷46Ù-Ŧ˜G‘¡{“øØ½Ä­`•û¤Ì/Ë,Ô¹žUu4OÌØüûÈ2\òz«·ðÑÎpáÃ?Íü†ó5Ç:CHÛÃeùT ¤OG(<5âŠO–° »“ëR‘ó3WÎ×êN9{m°,ÒØ_ëQ’`§ËÁÙ í@ã$àеqlœM% ¯5w}Ùn?Zohv-×ñ\z~µ[U]v¼ÈDz4L¨[Í!XçX`÷ZS‹wý]מ<0 þÚ<Ú…¼´æèÌáR¿Z-.1"â`»ÜÑŠŠún†SüÒ?#€º%¬<ï,³Ð4€|¾5yl…>³ŒcÃö&èK]È«0¯}Òzü…º‘v`±s­{—|Y_ŸøýÒ»ìÄ,·œ²‰±o-c g–Ѳ§¾YTì‘";‰ˆ1 VE¬öUë„xu¤aÃŽ´”e -º=˜ymw$ÿîî–WgúT´bÏ>Õ&B…»gy€†ãc¬"Bìö0ò ïèÚrî,ußZï¯z¸Ü~òóÓþ(>Ö9Iˆ[nÎþu†ûÝ1úÛiJì÷‹Í¹7´M™?mM!b•=àèAlò•C9ê–2 -퓘ؽ‘âgÆöô{šú¤+†æ´W:J̒]!.Ç |f»ëž%¦ZÇ‘aö1TˆEˆŽ™¬É¼Þ‡øn{žþy¡¹ùDů,|²Ð–pmícÌ5Ÿz¢%e©(e^9¥80ÃÁ©¬#:äu¤Ï |ê…‘ñêY°ÿÌè'§i«‹·F A}'V!â–²+„ —º?ZõÊØ™k{ ê9Ð/E¾6JR_pÝ4‚?Ö³ç u,ïlu–[†ŽwÏ€c¬Â’0û4!Þ1¸ç±Ž¼>NˆÝG‡íKp‰^-æQÑ*vÇ+"M¥÷ÖzKo¯ö•ß=[e“,bXÔþ4(Ø&©Š<ÒPŠOÔÔ²Ï tè_Æ‘–2 •=´Ï`sΖ›ÝrFÙoƒ…Ø'Á¯btÌ‰Ž‹:T1 ;ƒ•á‡Jb°fù{c¨x¯ Ÿ¾ÕWôÊ6Q»;TþÊ9‰8Ñ+öÆ+"ÖûÊë\¿–‹=Ôó=d¢M -ŽØ»æˆ~=µÄ§¥•›Ç¡¯OV(€÷˜kµ|†Ù@¾]ýPôÐ9‹ñêkjWêjÎר„ÓE -ät½©Ý·Ú-?ßèÿ÷¶ éÜ€/´ˆÀá;c•/íRl,Àc,ÿº+0CŠOñ))U‡Jȯ¢•2€·ÇA±)4d¡;ÿš¡£ì÷­!tˆCÄ.°N’¶úAîiNñþ$%Ñ6 ¬ë8ôùþ6rå#쉺©üêÖ>òX!À[F°o½rr¦OYw "d]¨ðyhô‰“¼+"Äl ÀžŸ¨ØÐÃyZñþ8ЧõI?M_ÿMÁûî(p¼†Y®‚†Ž°r~>ž£ƒ>/PË/ÉE~5*~²üÙZGίk­y¿ìã£V‡èI+݈ÇBRÜîæíž•¸?‰‰ÞG‡®÷€î®tU¾² ™ë0a½°7A$§äüf|_p×2\þÔ3‹O³É‰3ÍE†ðI?rÞ…„„Å÷yWÛ’.©k’.곯ïƒ_ÏR×!¢'þKßšït‰Xí/2NIúVÊÎøa^þÃ6ò_æŠn9Ïpêþ.Î"$æÚ§é§””/bEü f½üIWþ£©'û†WMÊtÊ™¥¦~RÖn?*ñ¯ÕÖ©‘Cp©Ð‰ûb€oGsŸo ÝZé*ÿÝ&ªEmL‹oíß±U<Ñ5¤]šaÆþhå§ÛCe¯µ-™?ïŽ"#|óì -ó(ÀBDÈÎ04h{°ì±]XúòÂ@<£rm6ÅÍúÑ*¥æ¸XšQ¾= - ^~Ÿö»M -rNT>÷Í!£Ï–é0u{Σťџ—¹Äc-1 ¨µb¿—¾;šÿ`»7ë¦}²$èÔ€/ÒvÂë+Ã÷«(ˆ?6jjþXãT{d¸$ÛÀï³îc‚þn“¢¢k*Â/g¿ºöϹ¦‚¿Ö¹´O‹tˆM Ó°¯H‰ßkø‰ßï €€×dÂ;A×Aá«Lò×­šF¯¼:ïXU]à¸t©3ýúÖpÁýÓu*Ác ãw§ˆÉ.…€èÕ4µŸ,ÖÔý{Kÿl ãìBPôÞPîCc[ê•¿všü‹MæXè#½êx‰\áÕ’*|jbá…‘:Õ‘ -v†J‚ÖzŠîé¹äÀÌô#]@³Ðò½óä Soþ-¯ŠœãRPrœ2R²C µNTéZ“.ÏÐâþe¡d­|Ä/µUÞÖ½+ÿMÝX~ÍØ}¸=DŒ0£w‡I1Úú‚_6z¡Ï¬“ø·îíöp郥öÔŸ[Ó~Þ=òÈð gJÆ#eí ¡^:Å´t§” ‚½rˆÊžzeà˜ÝQPÐ|]ÆOs5E¿¹ä,iúrgþÊ2qJQQûcàç;½'ÛĘQfî•>Lü·›½È—”UèS3¶G!꺜˲êèowû*î­õ‚GØ%7‘Iÿ_³ìáñ,§Ü%†G.·g^QÕÇ]šåÄ_Ò6•Þ=pËÏ \‡„šé”R2=È5AO;•³Jlã¨ÈY^Ü÷“´ð¿ë›³¯ûn¡£5Í?LaÞxiV=Ó5¤^ÝèÉ{¾/¬5õ•Ý[í®9ÕttÙEõKíÄp}3:bý,êTEÈ>œGÆY¦@/=¥ûðñ?~@Çþüy¹^pÈ±š…¿™m »:Aúqo0íšg&p^•œJÏ{ð_sM¹¯Ž °]ŠŽž¢'~OI}ø 5ùá?„˜˜Z†À§P -Lc°hpâ­oV{Áoÿ´û±—³/,|¼Ö•tUQóæûÒ«êÞ¥þjS³Åü¢ëšVHЩ¦‰¬dVºÅàðíÞÔ«S´WßÈùi?Jyi—w…ð·—nhË¿¬£Uý7 Ûðß&,tI+â;2®‰XIW}êê¢-!äÍjwÎoV!äÕþ(:Ü2ŽŠpÏcR÷$Øä~BÚõ…¡ÿôr–KŽ+6 –<2 €íûì#¢]³(¿ñùöd´º!ãÊʇÜWÿÞa±ÎWi0€Ÿ_æ.¿/¾£m̹y¶Â&|¦ýP2ÃËüéd‘Çü²QÓà’c÷Çso[Ç*ÂöF@¡žh¢_‰Høk‹CWt’8 Ð–‘iŸv:ÕÇÆÆ6—¼ºÀ¢ÿ®kÄO -M°ã.oTˆ0ÉÎ)bšKÂ(°‰ð)8ÆdÊ!ॷ‡*_ì ”>µW9„—ÊšäKS¤ˆïý¶5zaê.¾5Šÿuvi©!ùWq¡¥•©˜•¦~ì}èw÷d;ËÔCLvŠPñŽéªåö¼ÛÆö‚»C0 Çé9Ë uŽÙêÜ]!6Ü -à¡YLËâ—]S5ÁCføU[Bü›…îÂkcÔØoFHÑÿPÕçý²ñùz{œž<8‡Åͺ|¤­%»€Ú6âÂÚ3n+êßü¼Ü–}ÙØ^øëj'èÞŽ£m+{¼9„ŠÚ‚=_k/¸ºÞZ|sþÂ17tçßž¦½ýf½ê’pеÍ—;Jïˆ8¹7Z 1?Žàb®­vƒC¶&‰q£¼œëS¬Üßv'H©ºöŠçíð¨¿õ ÂþkœóiJÜ?tõùW½ÜŒzDÒ¥wð¨R:ôÐðȰåŽü[kݹ×-£¥÷]2t¬áüi]aøßôï*¢=€ç\ê,|hôO_á-]]Ê/À¯×Žúimô´ õý9éWÛ)ÁÔ^~ß6\üÀ-o÷¦½2¶Çß×4$þj dZ “òyÅÁ?iñ·¨gŽ\èAÇy$ÈèƒIô`¯²ô]ù·•­…7:0™·Æ«Ón{]hû7OEœ*©ÅÞj‰©%e¦| !gíO3@ íç Í¥·ŒïA5 y7׺‹zÈ#'æ-¶ÝÖú®_ÁYÇ ñ«íÅ·–[3/T×E}»Ôšþ‹ð6{Ó„¤ÆÊ7ÿlGþ¼;†J<ÒR‹œOZ|_øDYŸzwõàSúàan9µ?MÍž`fþ4Tv]ÿ±Ù‹ßE¯|+šË_´#ß~߃þíPdžm##ÅœŒËBBÌ%S{Ñcû(4Ä> ±ŠͰèK’†²‡†OÜ’ã5õÅ¿«êóŸ-t•¾Ý,vL•‡^$Vþ±Á"˜§±®yÀÄ+ýàà¿Kñoÿ±Ò”ýÛBcöÝå–œ;Nqéë?·é˜­Ixü´ ûÚžn“7™,Ç‹´J¯“`C^Èч‹Õ Ï[õm^-¹/ADûÔ”Ò?7ùœs#¥ê`¶*ü@ŠØÍz¼9Ptϯ¡AOjªÝrJ6À‘ùþ@‹¬:-ðÍ‘V@_jÝÛb£\€¯·Jð1«=¥·-ƒÐà³å–®€·6aÃÔM¿ª›Ý†»Ä”¬S·+%g˛󮙆qÉ{ÓŒlemÁOZâwzÒcäˆï¦(áSrS~ÚëÇĺeÜÒY~ΕÀœ"‡Œ]¾5Hzk¼à;#ºÁ;«îXÆÉ V€è–ûIQš÷”øùFä«åvèó­~ø Û!ns„®ëD<_íE¿9V7 l3„Û$6Ú5Í;'øðÝAtðVù½¾¢û«ßߎ;r‘«Ã„ôwÀ¾ôÃC¿ÙúP~o­»ì‘îèéæ &zs‚˜<ÄȰ"õŠ[FÊ24§þ¸Ü–xÉÔ“sÝØû‹e(ç‰SK=ÑñÈÚ~TX<þÒœ 4äËrs·gŸ±Ñ]ðÛêû¼+[½ »¦¾ª§K½—²ÖŠ»U)Ïþ†HºùBG-;ÕTxf¡owrK¨—úÀþ>ÏŒüÖ*FG¿C%]+ºó·ùÆ¢ç::Ø#.ᓽðJJ^hêbžÄ¾þ¿Kïònz”lÈz?òÅFìµ]BȼsKJÌuϲ€:‰]î«xÚ‡Kú¶•tu¡þb”•ñûÚ 8Ì"D&›G!ÉGJRÉy Ã]ÅEX§Ñ1úöÜ+Ûã舭aÄÛ~8Àɤ„™ºì«"vÒO«‹»¿­ÌÓô]à»K¯í3Älëpéõö¬ë+­7L=%¿[§!~- ÷5,¸±§òkŽœsÈI××T;gð öñâ§kqw×:38¤Äd‡œ^8_[õ»˜wÉÜMý¼TS{¢ã`btÒBKÒýûüPc_ÕóqD¼ßÀco‹jÑK ÏÝ*BÁ'‹ôç6‡óç›ùi‚ö¨ñÆþ¬›†®„Ë–ixÌ\s~„¶37È­«†ø ôêã<úË£úÌX Þ80TtÛ§#dí¡",ãÄ·)5ãPËH()yuÆÁ4€qBØ«Ã9bê±’^â˜a™…ÔøC¥k™ '®tTÞÞøXuokô@ךø‹¾>áŠss8ÏG¯uAŸn„¿:Qò9)í` -ÿÖ."Ä.¼Ï¿cž€¾Ú=´ŠpI¬i)½¦®/¼al¯xb‚½¶b=SŒ"—ˆ˜kì*y²Ü^|Û;GÉwÉiy– ü›ÝIÌÛ…p¦­êÙúÄëS¿;Í*\ýHÞ6Â6'øÛcĨíثŶüÛƒ•Oí?9¥ää#-³r²?ŽŒñÊi½´ÜÕvøU]þõiFÌOsÜÄõ$‡²‘²:BM‘×ÿ✢¤ºôPK+9˜EE«‹›¯)¿©¬+ùÍ"!¥Ûæˆ)–)$ÀÍÔ²óŦú3 cì)9DŠùQÂM»b¹ç ó…¦úóÀLÏQÄ+ë4½èPý®Î3WßèÅF¨Ú/eï ?’r¾U¶‚-L-·L–=6<Ú- >o”uòÒ;ƒŠ_ªór®Œý èZȱš\°ÓŸ}g±!êúFGÚýíÁаAÐ ÷ &)0{w˜žü£¬®8Ô¯bÃO´ÕÅ9>ÉО}s¼:ü '톲¹ð®¦üRÞ\õ¸"áþwœ¤‡§jl¦©»àîJËjû·…¦Ükk˹ÕÅ#5ù÷r^üòÿ°³žëÒa‡Z6Ú:Qlê˾»ô>ë—•®²Û›ÃÈ×&!îM9þ—÷°àïbBŠOÆ,<œ%$LCc¶†KÂì¢Ê¿ë׳õ`o-¼î“3ŽÕ˜´#%:÷|±v¾ÂÂXDäTÍ»Š‡"zÎRd¦:Í<‹Þªz1Ɉÿ}”žtÿ@†É:]¢UŸ.³ê7&‰ãœ¤«)²àϽšÆ/ÛšU -S6%]YìÌ|h›®xs¤Çf‡¡°¤§ÿâÂ]l6õž¦åÓºÀ¯†Ç® Ý[(|bštä #¨Ë—v-Ý3Ï.w©8àíQ|¸c†â˜‚†ɱ 12zõcöíü{½<óÌR«„šmêC¾°ŒâÞõøWršŽ”î°ÆØ]òPÆJúnóøí¹¾Ià”“íS¸7)i¹ ôä`šœåž§•¸äÌ¢À åŽò›{㤷ŒS¶5 Zï,½³Ðœþë<7ö»~Tø?•5Y7Ü3ôâ=!5}£t²È'ùtŒ -²ºÀ)C'úØtÀ[&Ú§ˆ±N±¼ÜGyk#%ê¸H¿’œs±HŸêX0›½; -zl›€¼pЉ)û"zV1ý§ÀŒP»„–i@…ZÇÀÏŽU\ä> ½ Ýe÷'ɉÿ:T2Êf)y»Àw°É©¦!DôR;ôåZ74Ø« \dW˜qç’³À~½€È“\èAÄ 9a‹]д/ë<îŸ\ö™†óÌâó¶Fa¯,3l躃[$&é[ OEÌܫܣ¥Vð3¯’ð7eo|¬çN–ø¬¢~Ð?å§IJè7¶±Â矌̝›lÊÊò5Àë/üs\øùB=ÿ|¥–w±B{UÈÄݱ’§æþ²‡'ZÑ9ÏDKùÙ·íÓ¤4ç<ꜣ”øÔ `/qÉš÷Y/Íñ–{Ò~?1Êu„¢EÍCÐÔ#5 ïSræ6ðñê~ÈËØØïe¼ü[6)§tg nh+¼=_—ysýCùs@Oª™ör¦¬)ï–¢­0Ø£à@Ì£ø·æÁʆ֜ßÅŒ˜_W:²ïHågkìê¥!X¬”_xû`†RäTàR,ãàXóPqàÞ®T=Q4fÞXì) < ¤‘qw¬¦ð厘UáQ×âÜrfÉÖ4TLKº>E¹âQ²ü:äx™…:Ð’ò:rþé*“äÓÓP§‹,À¥eÛ£ˆØBŒö#.rOV]q¾Î¡íŽWFnôf]÷¨ïrM½¾Å±À!mÉØeΙ€wAÇûø €÷2×{QAf!"l¥;ïÆÁ$4Ø<{­mJùi¹=ãÊîäÕ‘–‡ñèxë -Ã=Ç©ÜA½²þ{¢â…¡-åge]êJA ¯‰g‹ [ oLNÏóÉùö\¤GLÍ?R³av)9måøñÒû’›65gk”˜¢m.üÕÔSõ è¯×Ð¥w—»ýÈP¯Œ^´/ÄÇ™aÏO9˜ƒYLŒC±NB_»­y¤"eŸ¨˜ œR¼=Xh+}8G/ñÌàOô€fùÏ\[L”E‹ðÍSòRb’Às9/óÇCÈwW4ÞXê(ºa¡Âw'á¯Vû*žZ k™U{"rÊÎ$1>¿éÓÐJ¬“À÷A†xfÈÙÞ9N…}š_n—rA«Ã˜¨µ|”[ÑRçQ¶6èù_·jjŽuÄ<«üz»ôØ*%¬K¹ðAAÙ3!'ÿ¦G΃ۧª3“ø$„bÂÄ[D¨Û >îP_KY%å,vÂÂÖz1q ]ÐøíÊøS *û‹‰Tu²L黋_ÿ‰:R×óä<¬KM-9[¥#œ -T²e¢<Ø7‹Ì: œ” z I?:å´ÊÏ[M]G‹¼_M/ÙÂ#%ü7פ¼°։ ÿ5s9ŸŒ,¼K†;]ä³ lÂñ"àR±Ê,³”ôíitäúèQ`ÖÎ5m±órw’[n“Ô ¼óˆOAÌ´L"#6!OÚyy¤eT¹•|´¾ú|¡½ô–ož ø´p—õu™÷êð%V"Ê"B†ò¶Ì@o)ë‹®kjsnø8ÀóÝó„ÜãeÞ³Ä%ö2²îŒòKCL“œŠÍQFÖòGÜ+] 侌•{]ݘÿøÂÈÄý±%¨û´Î&ÙÕøô}!ý/« å“‰Í8`“×>ÔZàóp¯¸<‰WC)Zí=Þƒ†Þnî?]oìtëØÄ-êÍÖ6jWXõ|¥;ígËpöo{Ã¥w­“Œ,‡¬ež`î‹Ù®Y ¶'qoÝ3ظc.õBGÈ ô”MŠOpkêÈ«}Ї}%77‡‹nmôݳM`ãŽæ¨EçZzEໜSêž«Þ%z¡5ç²¶1ãgó(È*F†o !^^'yWHÏTµî©› -õÈxå^¯Ò+嬣ĸ>tÔ¥VЋK³Œ„Ÿ÷‡ÀOýj½úl£«ìwà}ŒâٹЯĥm‚ŸØ/æÞÝèÃÏòó~qÉ é'z6üXî:VQ tÌîxÕ3cWÞ/Úº„¹çˆÙ&)ÛWûñQŽYJ–WQs¬aU9¤ùg  ŽBì3Õù«Î9@;J0o÷…˜pë8:äDÁ(9Óˆ ¤ïÝ1c¢ý†®QŸ¾gâXßÄ=_¸@GÊ=š#¤ÍUÜ`™g‚†‘Qcøô³…:¶]· -+Ÿ[FJïoö•=ô)Ýf䑎”¹6èÝ{T”s¶ð乞 ñ«±i[#Eö„åϼs¸¬‹.ó Ðôk#ØHûluÖW“€¶ÌÄk°éiEäÒ‡ÌûÚŽôËJï|Ý4ÙÕŠ–²û븨c½€u¨cQŽt ¬g—b¬õΠã=2RªGßÀ›nÈ¿+o. ÷*9H¿–‹<ÔÐËO—˜¸ós_JJYF²”–Z»×}ÜsÕÙ.%ð»'Z询•®ôC_¬ €Ÿûu,””“úûǪW—VÚŠî›Ç*ƒœsØôã%6ñd¥¡a¨ãPul ßý \¬[IH³Ka@_–=³LRí*Â¥ndìˆØ%S¼ò«š.bÄötxo‚‘r -èaç YƯhØ¥5ðõ!JòÎ$5Ç&'eì‹1QÛƒðç[ƒ•5M¹WÕõé?;]w¢öD”ì•Ї†¶ò߯)©?á“~5¾¯rŠˆÉêú’[rfÎÛªž}Ò×qsØŒ¡¼{ûÓð7»BØKË.z{„˜²:ˆ -Ÿ¯Ï½ìSÓ 'K5Œ­!HðFwÖ/‹m9׬S°`· ýöPEÊò©˜•V£pWÌÈ´Í5à*N•Uß.»'¯Mýy¾1åöö(,Æ3GG\¬Ôrrl²¨%‡„œ¢i,¼¦©O¼´7Zþd -ºÚWþäPK.>]f“¼*̧ªAx„­‘Šçú¦ÌËú†¼_µõ©—7º2n(0ÇšZÂZ?>RÕœø|/}ó¤ÌƒIx¸S‚ŒÙŸ¿ÞŸD†8g«Ós¼*u7&ê="þ_N9ë Ð?ðñÙGÀÿݳ¸»±Ö_ðd¥+ëáÞ 2Ðþ¸?6ëߘ’V˜ké<Ëî4l­»ýÇô£hßüp¶Ê!;t|âÆ(6Ò"DE¸åÕy‡EHaáîÙÊåî´ß¶F‹ŸzUi[“¤˜ LäÞ$)Ó2EÎðkÈE_Múé gŸDDZ3®o V<ô!  +ï¬õ@‚•ÌŠ€&;ÔswÇË¢V:Ón™z ï;\]ef ©‰?ÌóÓ¯{%Ô<s0Zêš‚&Ø&‘qsµy¿:*nÛϵ<ˆŽÕ6Þ¶MA"÷§Êž9¦Á/bL²YˆÓuV<šm(¸n¼¯u†š»Ö_ö`¥§ôÁʇÊW;£U‘ÞylÁÅ2“p±.8üÜ–âãÜšwµ5q¤!ª‰yÛ£ N%"Ñ"EØgPqçËLäÆ0øéî4&át•Oóë)•ž9Lše¬\„i””¸ÚWâ”òN –¡±i]DËݘ$Äú š…ØBìRdü—áÓÒA§KôÊÏ&AíÙjCó6 I䘔/[¾¨.:T’s=ó˜·<½D-öè›Ô=ýÆ!JâÊü9à7ðÿck•|Ú¬i<pêÂÄç.ÓG+LâÙ*}f|סy ó³oºT¤²[k;>o×ÔŸ®³˜. 6ש­.ñ-óégëõï>™ÚFŒ\ÊÑ*áôÊÙjëÇÿÜó¦®#x”äL¿ï•£cÓè8@ÏÆÙEU¯Ü2bÆ™¾Žz %ÄmŽAŸ©Þg\Ó4Æ^²ôAžžxðe…‰õàPÏÇ»UMLÛ ·L×QtgœþwmCÌO¶ D¬[ÓÞ¶9ÛJ1K‘û~éþ$;ß<Š{»p°m òÂ!†DZŸÌ]Qx[Ô†3KZ‰ûb^©e‚»'$Æ{Ê÷h=³ôA_ Á_ÙÆ¯wFñû^•KYƒrH ‰Æ.ÈËaJüµ±êÈ+{C¹O—hU6@YgèÙéV0«¶Æ*YDU/¬Ó/L}¹í⊰Óze`f⦈’ðx¹WÝÑéVÔï{b¤V¸•¤¬hi "Ò!«.Þ›fåéÚ¤ŒüC-áaìRdÄB[Öµ•¶ô›6ae¸WÍ…o -™YÚÖ²ç›ýÈ´cu Î&„«é¿LÓb¿Ó5¤ý¬mʸaÆ'»”È|'ä…ª©"øÌÀD¸f¡‘Ë]ׯ© ?~@E\–Ð.¯¨xìÖò1‹Cø·cÌÌŸt•Ï}*>ùd_}¶Ì#ûTäâm!,vð–V5£Ü¥kk1aâ盲ï>+Õ%Çäž,3I@Âf¡i^*Û2UõÒ hŸ‰Ôtå?Ö¶æþn€FÚ¦ qž9|þÙŸv¶"`Ú#Kó¾üŽKÎÙ¦ñYK9wì“•¡>;ýJV呎ƒ9[ixw¼ÖØj–qË·Ä|Y¯Xü~f…¾qÉÉå>ÀKÌRŽÙø¯› mYº~Ô/Ï¥®®Ú“ÀRÝJl²[U]âÑq[“ØD¿Ž\z±Î¥ûµôª y¾ÈÆ{öxj“àA{"jùÚ ìÕæ(øÉéµò¿--Ÿ6XÄ“eZÕ×m.÷Ë:|¢%Z»fŸÁgºAw7Æoü‹,ìá -çÕW)pŽX~²Î¯;ß4œY$Ÿ– -6O!£ü tÈ×ö¯­w}'ËÍÍnMÓ.£fØÅðàµþ¢[Ãäo†‰¾™ç‡ÿË&]×µ¾ýát‰K8äìŽ0“¶Fªã7û*ƒ%à7ÿ³L*ÿ÷&“¸)…„)»òî{+_¹äõ8«¸¶ -ЯÖ)d¨¢1í畞²g^ù;®WÞóþ@*€YÆÑoöÆq9 äV×vÅôtmKù=­ û—ƒ1dˆ¶:óX˜‹LÌrÎ`crbu„·9„ 6‚ØDðP¿š x#>éÈÐÀ´Ë©¹û"È —æ×ópNyuÖöpþÃí¡ôû®YP°cŽ–ïÓµuœ,ôLº5Øêí'ºÊÂ8æÉæIÔÛ} )Õ4Fˆ2“¢sÌŸ–ƒ´KIÉGÖ%#¥9Äð ÷/¾O|蔿ð«È™Gš¶GÓÒ0ÎN¾¤i)~¹7F*ôÊÈ%zbÙ©Ž\ ø¦ŒÕÞªG–iZ©{ž^²Ü|ÇÆ‚+sõ Êæâ ÀŧJäPK«ØœÀDè?‚Ÿ›Æð@½55.ððg+⑟éœÁ¥_¬qYìÔµ~^¯k\Ç%([ÊŸ¹•\Ê) ýÆ.ÁÄÍÖ&ߘ«»d—Bß|ÚàëB)¦¦ü$®Éºhnˆðºn:a{¬âåöpUàÃCu´ªÓ•ºÚ­QlÔJ4È;K‡þ¹VßtôÜ¡ -“mGÛå°8›š6ÏóÁk“Ì ¿$5ua Áÿg›Ç;T2Î ¤ÒS¾`{¨äÙÉ -—r¸ÞÔ¹6KYè+~p¼@GŽýÕÜØûy³¾óØ@ôuYõÙT×àV±›CðÕžâ[+Ýy72|ªGM,üî«‘C>Tã‹<*X§ :ú@ËÜ+bê,¾kƒEºÕÕƒôûbKPkÕàÒáÁ¾Å–®O[íÓXë?xs«‹<€õ\<ÀËü# ¥àlƒô©¹P»ŒU`•0rŒ!´-7Ôå¿+ë -om|€¾vî'UrÒñ1V =k_BÏ^ê.¼9'ˆþFÓ˜ô£à•ÝÑÒg€'«:˜€m“ü ø;ÝÞòÍõ’}s¹/岪=õ7ÓpU¤OÑH·ÏÔ€÷§(‰N§Ä5Ϲåälïò 1ÑÓÜèï‡ñO¿=¡ÒNø]=}ošëëãã¬ÃUÏæð)«=é· -I¿ºgÑ .&o…<]ú€~{¢æ@L†_,ÓàÇRž[M\ú˜}ÕØ•z5pß÷éJC­[UG²ËpÉ’ʰS56ëb‘ƒ>Ò3 ‡ZùZoùS'ö—c±Ô£§•ÚäÄ$Ï<1Ë;OJ?Ö2*O—8—‚˜fŸ%$ÚeŒâC]KãÞ:lw¬òÙ\Cæƒ\Ä ï,4õÏÞÙb-XÛò1t”[Å#{T|¬]‚ŽÚκ=AyùÓ-üªCŒ<^kÓÆ-ÁÐ `èD< ášçV9äŒBó)~sŒš°˜í<.(´Ëê^MÑ¥á@6'¯×ûÁw…ÄèƒYv±YHŠ_ïÅ…Ù€u?Ô°ÀgF.à¨Bà³lSÄX÷ »Ð&ÆÇì ÁõÊ)©|æQ"cõ}dC|³¬*‹³3RòÜ!E'úÔÈÖ0â…MBˆ·x¼òbŸ@Å]àà?k˜.µhsl™&Å™Æ*;²~ñH01Þ\Ò‰’Rxa¨!œ{ì™!gøf)¹ŸWø4‡õÆ1è %:ί#f{Ԥ³%öÀcø´,°sž]q¸ØÔè_l¬÷«k0ÇzÌ:~åÃ"lx às.VÙ8§‚’{¤£•}]ekŒKöÉQ16QÅ+¿‚xoøDSË>Ö·w™Æ± ½(À¥.9³Ø+Cĸ€z8˜‡n÷—?¾Ð è_Ö›»Ntç<9èÅ2¯‚Zx AF»f`)@å¨Zrž®õ–>Ýt»]É‚­Ï1CÌõ«€Z1Ò‘_×yì#=°9N¶K*Bü:RáùzãûÃ¥¦Æ“ÅZöéb@CÃãmâÒ ?6˜„“&Þ«bÀœJhGL+òè[Þ9Õͯšðªè¥v)*Ñ1‹J8^`@bê(¥®Y|ò±6p®­¾Ö¯&dZ§«BWzR[ë«xâ×p‰ŸMM‡ëîô»¢ëš€¿S ‡ËÚ‘àf ~ á"ìjÒ±Ðѳ6ÓÆ¾ƒ…ÀÒ‚¾Y¥TÚ¼åÂH…9eeoõäbO WÕÍUë»­q‹”’u¼Ìg/3Qçë<æÙ:‡q¸DG:””<`M .Cã;ÏB-Ç«Á§»gQ1îYøÛ=2óàÎÕÆ÷Bsã–˜]¼/¡þ{¯±ïÓ›¹7²_®õä¿¶ bÿÚ¢Rþ÷ ®ïó6cÃånÁI‡‹¾±¿*aw¢ Ð.ŒóUXSº[ÅGXeœ2àõÒL#¨×V9«Ø6ϯ:PÔ¢|†ZŠ[+À;T\èž„gž@…˜€:6Oà¢-ÓÔTó8'Ó=Û€>]¬£<ÌsªÈY.ÇZ§É‰v1·È>Ã+µŠé61)Á.B†-ó½:JÁÁ 6fw¤¤]RÔÄýÓzæ#"N–˜p×<1Õ9‹Oòk “Eze Þ¿lph§ËÄr«h­œ“õÖaÏJs‡EBË>[æ’<tÂé>ûÏMúë:é× -2äÛóRáé" І°Pÿ<â­[ú¤g!þg½©íOcKç©¡ h¹l§†‡ÙWÖ`¶…„7v,t¼êÐ'‘ÇsäÂs}=ãXËÇ\YfŸ­N;7Ö²}k0SàW[Cù·MÃ%Ϥ‚¸Ë€'íQr‘[3ŒÂÑêä#}sãÙrcý©RæSa’¶ÆÊž+š“®8fÊCÏŒTÈ'Sm­‘O¹\ÃØj[æ9pç<.ñl™ø´Á!Ÿo0±G€Þ:ZåÓ}K àià'KläæšzÛ>OßYqÛ=Çž™ùu‡×ðß{LÞÑäV¼l$—üiæ ÔÝàf~Ð7ºž’ô¿öë?þN&ǧªÎðíÕ6²=j€7Ì -¯.aÀŒc Õ©â‚æ9åŽynž˜•·-¬N±ˆÉésŒ¢­q⛭Ѫ «ø-Ï«¼.Ì­àA<ªz²WÓ<ŸÔ*«$pýõØÀA8æÙ ]&j£¯êîrgÅÝÕnèë$) ·ÊU| xçS£€y´Ä'2@uø4Ï<ÀET” ¨A÷<³Ø£b–û`0híCæUËXöMëDÎMÛTÞc›äž£¹Õœ*ףЧãa\@n óZ§ 9äÐ0Ç,4Ì5‹I8ÑóÉç¦æžÀ¬Q³”’z²Ì#YeàëLÉŸÔ&Î2 àôôl‘V¹;Ã,Ú¡£èÉ…þ9hìçetΑ²;Yù ԣðÏ™æÓu7íJöQà\ß<ìÍÑ<,ð™±;cøH«˜’êU -ðgËMÍûb2ൃ|*:Ô£d€€=)|8ãt¥¹Í©©§Ì -àœ`û,pt*гY> !ïXOAü{›ÃüºÅ$ùtØœ]Qåk«“x±ÞÐxºÊ­>ÔQ‹4ôJ¿ŠíWSJO u¬¯<6Ðc™ýEw7‡ª‚l22ô=<ê×qj ¿•~¤Åúä¸Ì ½òë -ŸzºÀÁyÔÕ…Çó[êzÚþ$<Ð ±.&ŽÄž­ þ07þ±'hµÎc³=&*¥àÔÒá=6sG - Ý‘"#œ€N?[úOnTPWœãåÀÙ¦Ž‘ã¦®/[<α—ïS>|ŽœéœÃ%éØ/æú.UèžOK©ükßøeÐ[;<þчjU³ &%É©$çÿ÷~óÈ_{ýGKLØÑ"÷y‡Çýc_Ðòy‡Ï;_£ÁT˜Ä])6Þ©¦£.ÖÞuŸ­4Ö>ƒçQ äÄ<¿¡ºêbƒö/r±†~lôLSÑs·†€þkAõ««"|*lÚÙ£ê|‘…8ÓÓÊ?½÷×JC×µ††Óeð=)[£ˆ—ûÓ¤—‚ö)éþÀoŠ\ÃY4 }6 nî ‹îy•¸4—’”îQRó>ùÔ?L;ššO—Ù(¿†^Ô@¡OÕHqÈ .¥áQ°J=sÄT¯‚’ àyºCFI?×ñð_Öêµ0Ýzf…K]Kòª[jœó|蜒u Ç'm!_YŸ·n5x^öÎ(8È2õ(H€?/³NÍã¨ðÍ‘ª§>99ëb¥¡Þ·PK·É«3­Rb²[Í{ô€úÌ,®N_¿Þb"Ÿt=/°VN%àÝ5ì*·’Y☧d9ä —’’³5‰ wÌSsN—ùä‹U&zs ÷wëTÉcÇ 4Ì< {íS3€ŸÚ™e‡ðÁ'Àûú”´*óxÅS‹äûÏÙÊ¢S=ûÉÐÒ~j`£zϸµèh©–áÓra_MTð× JÅÉ"¥øë&›üÅTßth¨g®öã#2zÑWSSǧu6Å%‡„Ù¦‹Ù%  ]aÙk×2ãàšC} ëPOƒ-ò«?ZÉ«BÅ9åÈ·»CàKíY¿n‚^8e¤ÿŸ½÷~nãÞòØÚÙë ÷yÞõ ¶å [¶%[ÑÊ)J$Åœ#H"çœA0+Ë’•³˜rÎ`ÎDºÑH¤tïLí±{Úoçý°µ[õ~تeMñ¸º(KÑçû=ç œk!Œj{J/êj>úÑcö•ái^KBK+‰NÏÇÀçÅAÛ.¿#Ÿ›}Ñv <Éã”C&ZzK/é…¤í…þ)¿X·pWÇ©y‹CôóëS¬¢„‹Gú°&éÚ^äó7¦EˆIž¬ãTÂ@Êûí€:ÏX„Ä”]ÆŽãµ2M»º:DÉÃïé h‰W†ëŠh% «°-¨‘4mŽó®­Œvœr?,ÿtáeݾ¤^–q3jr^zCÒN©Þž±Òn<&1ª7…¦Ùekcô‚À´¨.0%¨†×oJY$Äßü‰VP3ó°îÀÆHG^ÂÂkˆÛ…1K¯zsúöàêD7x"Ð|Ó²¶µ·¼ÂÅg䟭·Ê¾ö?¬ù:<Å+]\'¨\žUYï4ݬÿ~×7 ëZhŠU½8DÍ_}³¡é¢ƒ7lZ”-Ë[ý¯Ĺ7²vèA¨UNÃÒ[bÑæ4¯>h”“.u×ʤ zæ-åäÒ8ëÊÆo÷n1/ÇõÌÔĬÝÓ™æ–Ö’cFsmüð4§lñ5éX/l’v)n4¯²K–ÞPNÆuâfÔ(nïqræQå× O~ N´‰é;ÏnP§Ä#$eü}Q³„#_ñÿZ±öaÙþŒŸþùzçç|påǫʛq·„33§èOy%¼ÌŒ¢ óŠE›Ó¤JÇýÊow«?_£fü2ÑdÑ— ïZ.%ܶm¯ˆùÁÍ!$¦i-Þ_ë ŸqÏî–|ú?£&) µ°k1;»6n$ç/½­Ù˜ê87ƒ–°‹ˆ › ò¯I˜yumÇùñ¦9'§%åÀgÀ3/Ãþ_?[º6J»œ`–ly SçÅàtÝÍɆŸrÀaÛ3.X×ˈ)ZÁÚXÇɰNP¿1 <0F¿‚€Ï\%„¦xežû Ö‡:/ VVuÚÃmY óš×5ÒÖ QIßÐ*ÉkïE‹O©§´Ý—?Yy]½?2E)Ü¡njÅ‹Óò¶™!yãÒ¸!¦4oŒ’Ïy6î›}Ñz~!l–3–'ÙW—'Íìû£wÝõî¨YÅYi?e¿Sþi`œy ±È)¯\²ŠÏ'žäW-]²¨M%Æ?W¼:L<=ÿ´f/øŒýQ­¨jN±6Æ+êôÀ·4¡ãT„§(——_´Z|Ñqdé5éxT#j@ -ÚÚ[úEÿ¯õûæŸ5üÓ‘ âzÒň¶£`c¢éüê(õbÐÐ-ŽZzT«c¤ þÇ¥_„&è…¡ ^Åæåü§ˆ¹=×÷$l“²—ÇÙW£6µxyAÛÒ0éôÚéìæ(ýBx’[švI˜ïý"Ö¶OLÚÙ5a ³(<Å/OšE„”EFiø5I³ 9®çÖ!f^f’¢^MÜÌojÙ°G‚Ê„QJŒ‚† -éE 3ïH'Íwk¿ M2‹Óv)˜œ4©xI«¼'ýZÜÒy!jì<{àÓ’„…ßÐóÁ³p‹b: !¬áÕÇõÔB×ݲ=®›U_€ß©˜Á{è”°¡‹3(é1£”5‚n¶sÛVrñædëñ ð²¨]Йuõߎ[ï¬O‹áü$mÀs ÝKBSçç_Tüè{˜¿'û |Òú{Ù0Š;p~¯E Žò꣬âÐ(ñüæ|9/¡W0bÆþ¾µ!ÖåÕ×Äc¶eŸznU| -ú>1°+€ ÞCÒúฤ 5ËYˆQа>ÜvÂ}ïò]w þÓ±›1wÿ½¤K¥Œyõ!­˜·tI@÷r“Ved¢åDÜȬBÆ,jzfà9àõõµKµ÷öFLÂÖð4³8<ëgà6¬ sŠ_q.†'å+Cük³Ï*?]y[ûÍÒ«öƒË¯9—Wߊj"‚¦˜FÔ¶4ÄÊ÷<ê83ÈøPäå7͇VßRΆtì -ÄÉkKÏH%Igß혵Kºz|[|>º:F¿´©!¤¬æmŸD”ƒ¾I¹Õ=¨EÉÍy{ïnÁúÅM¢NàÉš°þ·÷^΄àñ!-»!åVu§ý]})Ÿ˜—öõÜE] - âQRn! ± iplÄJ¹º>Õr8u²1L;¿úŽxj}”Y›0Š˜ï}Ê[ä “öŽk«£ŒÿsÆYßS湨eà~À,lmVÖq[2±úìD™âVm ƒÿ'Yj;3qqý5à×ïê̽j=íM®X˜âwÆìÊ®4ÔzÜL-Œi—³Ð9—R¼åVˆS ueŒ’7÷¢ñ›…§5_n¾j9‚êˆÅ9¼åWH·f2Ì-$F@ë†Ç›E&:ND5¤³ˆSY„ê1 Qð9i—”•vÉXˆ…WÑ“.… üÚNAŒº…©vL/mG-R0;¬åUƼZÔ"lÃì2FúÝþ øóQáÁ¿·w_ú/ 30ž×3ˆH! isRPµ9"©_ÇÈ÷Þ)ùlÎ5ðŽt*>Å-CÀ§¦l"æ–ñ—ˆ øT5pªvJIHWs$4U±oõ]í¾xÌÞ¥HZ¯?ØÔ°*ÝË¿šyVöÝæXó™”Õ~²¸õ’÷5ñÈò§ ¼ZwD'jqÞ¯ÿÖwÿÚ—I#íZÆ.hOXM+Ãíþg°fohç65]̰VÒ²2L¹8ÕSø‡éÅØb^L‚@4À[ïÀ㌓Χí -jÂZfÙÒ«²ïŸ—~k>œ´ :’ŽÁ k:bâ€e¡iüñPWFcx¢!/®%‚Wâ–/ŽsJŽ.Uznæ9åÔ´ºöKﺯádÊA¯Ìz¥Â¨IF]Ÿà–„uJjPÓËé{ËÃäsŽ;¥²ß,ýƒýVé'ÐË5iWWê” Ó>¹sõÝ‚º½‘—ðS~.auˆy)¬“v vµÃëÙ«è ëùøw¢µ¦gúŸff”½[3"ÞÚ8á²ëNõ7)“°H=˜´+ ;¤ëb%,j)bU)3>¹òÃ’êôAg°4jà7nÍÊåˆK@Ž˜YÕ U‹#ZfyÚÍïØò 7«%a¤•/¾júnsœx~{V9ѳªg^Ôî}ZöÍò›Ö³#ü§ -³õߊ›zú7 –¢™8»Ôûꕎîä §äöAÂ(ô*fa5$Ì\:bc·/w ê¹U13¿ys„pÚû ô3Ë­ Ãcª1å*j!å#À§»˜’s©d—Z6òëÜO¾6ݸò/†ž³ÿàÿ¥ðO[m{F¡ØšUÈ1§ ÿü2ªãÕ£:fIx²éðÊ›ú—_5ÿ˜¤æÅMܪm¿T¸=#—¦j‚> á``šQmžv*„)§BvB}‚·\e„a¿#Óô+ =½$¦cUµ¼ªùwÄ ¾§ ?¯¿%^L98M«£ GýϪ¾YÁg}OHƒšnÎÚ(¯lö!átl”^¥,<®9 ‘ýxáIÙ^Ì.¦buoÂÙ72)Y«Óä‹ Cµ‡CSÄâàXû©ÀáäæDû¥å‘ÎK›:-dT P‡J’öÊø=Œ³O›-¿îÌÛí7Ò¡Géek¤3iNiÊÊoMYY5¡éÎsî_®~â¾Wüy`¼õdÂȪå”)QÍÒ;n¡÷ ýŒóNóÞ7ä3î;åßÔ…Ÿ[û ?ƒæNÛŤˆ_ãÙtÀ}¿doB×–ŸvPJS”¢Í FYDïj•”¨q /fwlŒuœqÝ)þó¸èØïÖ_ÖÅ¿(aå·EŒì&ðWÖFå+¯eu³¿ÒŽÇZ¢6ÂyÄJ-NÚ¥ °'íéRoè‰;äÜÕ)QÛÂKÆ••7äÓcüz~ͪ ` ffļŒ¯û:ê”r^KÒ%åÄŒ’ކWœ`\Û#ç…ôÄÌ%¤egzî§foŒ¬h8!=«±ò;“V>ac¨3Ïy¯ê°ùVÉþåaRqX?ØÐôˆHù¾-'¶{ŸD-b>G6k_bm/mW…Ø%ô¤«ÿ—”KÝÑS‹6&Z¯¶Ù˜ œ‰g2^z]nŽGÙÔµ_o= -Zž—í}€ÇLʆ¿ßI«ˆèèײ>17'•eæ»ïíbòò¤¨ôL ¢ãVEF[N;/~2¥<û/þ§ûÖ§) s ‹oiæÁª?Í>m>½1N¸–sÊyi'«6¢ 2Òz5 šÒV'íP+Âf^ƒûyçûCÂOÎ5ßÁ~žù0ǧå|üάWHA,ü¦¬£o3*Ù¨ž]¶1TÿÃÜ£Ú½«Ï G¢“´|DO¾”µs›Ò.%iu` Í3P¯¦ÚΣ–΢”ƒU=©À@ëÇ’ÎÍ ð·/Ú¬¾lÜ·ô¢qÔe>x—ZÄ*îLXDmøûã—`?σW¬Z]<ƹ¶1.¬k»ØøgÞÜwë¿ÔªŠ~?Ì<ò»7M'¶Cs>uÌÚÛ=;,¬\›ÖÆLrúôHýêPÓOËCuVÇÛÎ"ξ[ gïõ QØ™°J“RÂú¯1H:ãzvåúhËÁÍ Â±–|) ½—0pk¢ò…Ð49ù-á,¢gVá×y“ÍÇ7€#6¦kcâêåaQùÂ3Òa÷íæ¯Æ$ùÿ8&ÌûxîAõ÷)+­4ã䵆uô««ãä³°qéJp²ùØìóÆïV^·KLqÊSàwPKOOÈ %.¼£ž›}Ö~|ñyËiTC-LeaÐ-ËÃø½¾ÄÓq yí-¿Â<ÐòE`œ˜¾ŽœññHY7Õw„4Ôkˆ•Û³IHqûà½Íi%Ãó„tbþáÈÚPÓQÄJ«J{8i/‡š°±[–S—F'Q—L4ò›–‡ÛnŒvœŒMÓJ0³ùâH¼='í -[ø¬=£ÿÞGèÃèÛ–¹gÍ?9îV˜}^6¡Ýd”Kæßó¬êöÍ ¯änjbf9wññÜâ“Úï‚£µ?€gºštŠh[ Ý÷0—D¸8Ôrpm‚|%j²’N>10Ýz2 moO¹º¦i=º>Ù~6ë—+ÁÉcVA b㓳~‰2í2’FJyÂL)‹Úø»¨3hwµœŠÍÒɹGÕ{7‹¿õÜz(jdׯÌ*ñú0=?4ΫGô -¢wÌ?j?9$ºøÙ„"ÿ‹™ôÓKæQÔ¶:F¹à¼]ñE\K½’²³ë2nNkÎÃëÜk½`¿UöÅÌcâqÄ®£uq›ãÊXÓSñi2þ=Ž­ÛÀ“)GwïÆ¿föíxaž²´žÙœj=™t -i¹Ùþ§Àê †q5ë–p·ýbb –{nU·øàÚž™‡EŸ…4ïçU·¶Ôw£aóÚã*ìcEÚÊmDÍܦàdû••áêãk#gBzFyÊ£Tg}=· {6`ÝB:jiÊÅï ‚& 5Á¬ŒÄ)숻DDÔ-á`°§13¯%¢§•gf„bЊŠÜ ‹ó2ëZfÑÂ[ú™à´ 1a3²þž»)¯TL_Ÿ ] L³®¯·¡.1Ëó¢ùHBÇ«Ý2w 3iÇèB8Çú¤™| ±vœ_mü~ -hxU›“œ¢–U²=Ã'ÿÛ²P°½ÈîH¹˜u«ÃmÇ–ž·ý›äVŧ%m¡qÆÕðñ¢ûAÙç:åÅÖ~ú¹qË çmïw† ’¶˜W›¶³*ãú†ƒQMõ÷áé¶“¡iε¨AFÜЈÀ¯pÊ—‡~Ð÷äýnþQýÞÐ(þ¹8`¡B’qqÚÀ¿VeÜr~Ú)e'ô”+‹¯Š¿ö=¾üÉÊKòÏÑq1ªí—FMrj çÔ V)ª“0kox%òÆpÛÑÀ8%/4-ªÛšéû57£¾‘‚:ŠÛyMI'¯ýøë´‘OˆM3JÖÞ€¯› }˜‘«§>ãR³~%fâÖFµÂú” |µžzeéeÍ7¨\òÞ­’c&gù áøê»úïðϱ-¾¡]z˿Ҩ¨ó#ük3¯)ÇãŒÂÍjÁ¶[HûÛ¬T¼å±#€'¡)vI\§¤,ݲùÔãZuÝ_†…Ń–<œ²v‰2n•uHË”<Ï“¦C ü: x½åáÖ# o¿_|ÝðÃêPÛ©”]݇ºïi‡\Ò0‹pI™-ÑÉÆƒ+¯®þÅÿàÒÇà‡Î€o.ClR¨ðÕV97 a…õÌ2Ô&eçfU}¹Yõm¼3ÔæéõqÚ%Ä"£!6Ñû´ù‡„]Dù뢼ûà ð’Ýôo32Ù–ŸGÅ}çÊhÇñ¥êß³6À fqÒ(èÜv1*ÿ}†Óñï rÒFÈ÷?*ÿÌ÷¤ýPÔ,¦GÌæÂ‹Ž#SªËŸ¼æûGï¯Õ?¢f~çûy¹úÂT‰ÚxÍøw -dÜbÆ–O"ovù)åë¿3wþcl²óÒ‡y‰xkQ¦ -hˆWý/j¾FbñÖêMÓ‡Õî'q3¥Ö =ôZùÅWðû—tìÒ„EÐë{bcŒSžñH9[~!4î5ÌZ{nþé…/¿ü»ÕáªoCã”óY³ˆµš³v~KÚ­KÛ(W0[çÔÔq&é`×.¾£œZy+ªkUœ·=ǧ`3Ôò ±å˜ã—òOohù³ŠçN:;*ËûcÒˆó -§4>!¨Øî˸he˜r%8A<šä”v©ÐÕ =5öù¥ß{^øGüûf~#~*~}}e‚U8÷–rrù5#kßþ¿Ïó(i¥"¨«Ü¿4|ù€s‡¶gdò´[ÊMQògŸ”íYy]¹ÕpÊs;ãRŠ‚F^5j“33®þ[oï͘Uر:\·oñEåžÐé|ʪäoùÕ×Q›˜ˆÚÅÄí9U_Ú%èŒN’ÏÏ?®Ø«UûÈq½àŸƒ a¶\¼Ž¿ÂúG,̲ܬ„ÿaIÞq+%IðÚI »n}¸ñÇwüCg¿yñÓŒU@qŠÁÇ|»ôªú«Í±ö“ 3Z·*á¶KÎhéW—F‰Çc&)%e—Ò“VnmÌÀ,YxݸoñUíÞœ›zmËÍ^å7á×ÖC ×bZQ#j·¤¬€ÝVƵ¸‰ ºŸW•s)Ä9·BšÞ_›¤D ¢6Ô&¡äb‘6µŒ"ü¾—è´|>»hs¤ùàüÓòOŸ7|—v ˆÛóÊîÌŒª;é–rüýVS·(lí`³=·3³êÁ8h¦µÉÎS'³’›´÷ DÁ;ξ!LØ»”¹yeoX×’gî¾ôOk¯›öG m'¢fr!¾Þ3ìÓ/Œ£kã½²Œ÷ú+ |o\[÷ÓÚÛâϼ.þxÁ³i‡B–›ëýÕ÷Šx~XRôûõ~ xUù¿/tßïóã-ÇWÞ6Xi?’.‡½¢-¼!šÇ¿ƒà]{AÖ©PþuF¡Ê€‡‹;ò -ÿ¬ë=ûO 3ƒ°½Úó<=#â×C"ã´ÐNVUw¶¼BFÆÆoõ(ñ?jßÔpª³ ‹fU}5$8ô¿X¯_üÓê뚃ÿ¾È!ýÿI‚ðÿ÷ ü»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-¡ÿ$Qºç?IünïÞ61¿]ØþQý•öæ]=Öÿ_Ù.’ø•~´·í§<¾0ŸÖ)¤qØí|ÙžSðW<|tÏO•¤væž}ÿí‘{àA{Êø4 - YÕÙÎ$}·g?<ô4ÜshÏÁßþ«—}tàÄ¡#Gºç?žuòä¡ã'?þÿò ÿÛË1ÿGΉùõ£ºØU|trϾïöÔ×AVy¤xÿ=¹Cxr¿­ße“tê¿ýñ" VäÿZLx<¦ð£ŸòIbZ'éÒµ†â=õ¥5íùm9ñ_qà·?ÁÉ?ôßS9qtOËžÃí9tðg|©ÿCOÀÿñ?žô?Oì9 -'pèÄoç{tÏo¿á£½{;E|ÿOí9qìðáãÕ_ýßbFAjQ0ãz-¬Ö§x5§!ná4¤ÝÌZÔLºÕ ã&VEÜÆoA2nÄÀk\› ä§WCSœRÄ(îÀ,2jV°ãzI{Ü(l§eáßJ»6)nXa—Í¿ ¬½#çG§¨ùñijj ]iÛO'­RZÌ|ýVÔrã—°¥[œ–´ÆØW7G‰§ÂcøâùÄ$»ÕHÛR%oî%³hå-· µKêx5˜AFNYdôå¡¶cój÷®°òªùÈÒ˪oÃãí§ ‡Š”QÎŒj9å1¿5KÈi»Jœtª»Ã†.^P£¢oLŠ›ã¼fÌÞÝ çÓXÙõ‡ˆ5eu& œª˜ŽQÓókCZε¸‘W“´²ª†ª¿_©?œ²2*²6 mË-gœ -! -{²:J¹¸>F/B,J!jW‰‚zFq@C-ˆÂ¥Ü"fÚ/'ì꺖QîÕøj’bf!9d`–§}2YvV}+å31·œt -))— 3n¢^Iè©—“Z1j¦—m{áõÜRæv¢nkÂÁk˜×bfVæ»&åÓ3.•"iÁ¾ÚSN15i3zZц–|9aá·a.~Ç–GÊ{?£¾µ ¯›õ©Ô˜·K6K郰=ˆOÛúC*ej uõÝM{Ÿ¥Ý½˜]!ÀbZÆ+ 㓬§1éä·g¼2ωé8•¨EBKºún'Ýr~Æ'—fgT=I7¿3a£–¡jUÜJ)Žè¨“ÔRíÍŠŸÝHùC¯*iÃ'.“ -VßÎƘ—“vXK¯J‰zĤƒU•0PŠ’&f >^6p*WÆÈgV&hù1‡˜´4B>žâU$P#V%± -Û£:JADKÎêEÍsCÂkˆ­§µõô„ôÐSm?Çõ„Ó˜™T4ó&VyHÏ® „­ »Z3HÚ7†)g–ž5·ñŽp,2Õ~*©e–¤ ’ޏ‰ß4ÔuéwÎ{Í?@/v"qGhºíÔò›«Þ©ø5S¯¦lBf•ÓQ»œ‰Úì$œfSp’6 Á§LéEi¯9åà·fÜ -qnF¡J:”B¨!nÔ h O ª“fQ -õœ žYz]±×õkù—š®òO‚oô„VÍ ŽÓ/­¿nþaþaéŸW_Ô~jÈíjÄÀ¼66pñŸýEŸ¡ÓÂö´CÁNNÎ<.üÃÒËÒ/’òŤ’Ö`µK( |*Äogºd[~õ`Ú-a!v)j“ñõÜÈøÔ}I;ô³‰[Ór+ ·*må7¦íœúŒ“SŸ¶±«ZA}Ê¢à%-ŒJDO½šq@-ØÄ¤´KÊL9d¬”S)J¹{ú›‚6H1£’ŽÚTBÌ«&}â’²RPçx/ nn«o¨éǹw­G2~õÔ\÷”_©Ę̂¯ãSxÒ…4eç·¦lÌrÄBº˜q“K2^jUÔÖz.d"\À§¶¡ ̉›ÙÕI'³2ãaTgܬڸ‰ryc‚p2a‘²Žsž/“.%l¢—lêHçRb‘·fzïCïÊR>ÿ6ý”çÆkÔ=ð âÐã6ziÌB/‰Ú„ >•Á#bÂ’ÓnuæT+1§œ›õò‰[ñ3^!sJè)+§Õâ“ÎEíq‡º+a—óñé`éõ â䵯O6þ¸6Q÷ýúdÃþˆ‘vÕ÷ºáT?ñ‡ß Ëö¦]¿è¤<|zõüÃÆ½ÑIÆÕŒ[ÆKûåâ¤KÐ9Å4Ø;iέ”f=2.æv®0òÖÇY—Ã&Q[ÀÊmšè/údå ýrÚ¢âçœ==Q+»aùmÕ×kïj¿è…Í€Ô¤[ݵJ¨kãtXÀ+·1kç4$M”ÂÀáøÒÛ–ý›Sô+Q«‚½2μ2÷”p`íã|dT\×°¯!zÚ•è4åÒÚpÇÏÆ›\~K>3J:CnÍÆXËÑÍ¡†£ ±8íæ´¢fN5 -½“€j•vöÝH9º»P«’X„ÍI+³*ë~´SwXµˆƒZš0 Û“Vµ$b”v'¤ ¨QNN£-=÷/þ³ýÆåß;¯×~QRB“âÆõ!fÞæ[úùÐ[Ú9TC+Ü®ÛïyXüé싆Ì÷ª¾ð=l>Ž™¥ì8`ÿÆñÌòËÆŸCãíÓVZIÚÒy³ÑÊðIAà7¨¥Îœ·«+çQÊ·ü2IÒήE o0·B”ÃkŧêJØ-I‹°-g—ó>8¤Œm³zËC.θ; Cãu“¼†´µ·'¬§‡§§²n {Û¯ÿmAÕŸñH¹ˆMLFlJAôBÂ&¥"VŸI`ÿŒ²'=Û5˜žéêM{å¤WÌ\ÕP À+Ð#72s]×áÈ-tßÍΩof¼½·¡÷8˜]ÕN¡V™„µýBÐÐp$hh=…O¾ˆÂ$b -jã·¦=ì&ÌI)J;©€Ñm'V†k¿i9Yçõ'iwï¸ULŠy1»±óÚ‹¨=ãSª0¯˜\ÎÍõ?Ïø_"®îž˜CÂHºh¥i½"ëãu¦¼< -â mhE½ eu°ÂÕÓÿ×9™ôo‹|bçÔ%,ÂÖ¬“ݰå$_M~FÌ"ì %í퀺•r༶°‘Vš°±vFuĸ¶6ÑvÊý ôëå§”‚Œûîôæ·déuç±à8åBÆÎmÈØ˜Õ'·³ñÓN¥$åìV'í*b•3ãACÒ nMýV‚¶-ýŠîfå§Áq~]Ò:Ë(h‰˜e-13³ês|jB³ò›×AǬŽÐÎ%¡nB¼²„–_èY¥I3>Q˜QŽÚ¨K)šK>å¹ßøåÊkÚùùçŒóë¯y±iNyh‚v)0B9§çÇõœJÄ­÷¿n=´ö†ýÙÛ <.Oº¸Íñ¯ýÖt3ïŸ}¿–þ%¡ãÕ¥- -~Ú¡­àëõ’Ž-wÏÍ,ìG@Ó~vñuég+Ã5ß§;εŒ«13>iGDL˜‡\v)e9OWp¶sñÚ1§ˆ„Xy ˜MÔ‘µKiYXËœƒQ–õ®$mg‚“¥_waPkË£­GÂg¶@_¼ŸU(ÞC­$ –ãf~3b“1‹ŒŠ‡&¬ì*ôæ•ò2óêÛØŒL„ùä̧ê¾Lº„ĸ jÁ/åoÍ)Ô[s2YfF*LAÿlÍö?ÍxUj|Â]TO/Ê9Ŭ-¿˜—󋸹;íá"F -š*ffWâ“&Ó6);ë²0§µ/¥Ü–,ðMØÈ©ºEI{·*ã’qñ©K ›„Œÿż–„Cرµ ¾›™•ÉÒ ‹r ½2³ì¶˜‰œ{\:UY?¶°ªæG¨gG™ùOßߦ!ÎHøBžHÙ¨¹ñØúhÓÁõ1ò¹´KÌÈÍôÜüÝ)oÏͤçúË´¿ïAÖÖóºåûÐ4ù|Ú¬̹eüÌœúVhòFWÄšÛÈ*¨ù áTÚʬ.¯C­¼¦€–V°>%¨ éûUa“‚¸Õ =ébpªõèÊéT`Š_5KÉË“Ôï£ò?cÀÃIÔ¤MB‰ê¸U1#p€‰Z32K“VvÍæñÜ‹ŽC ­¸}ÛÕӓ§À›é%aõrÄÈ,^¥Û¥çùßŽŠ ßÿ¯ïØ…JŒ+‰ˆVAŽO±Š¢ÓÄsk€ï‹o÷Í>oÜžd—®qxÝ4hæ` bn;ÕÖýÓ5üÕµþÕtžMX­k:^ãú(9ot$hGê–—O‚}«iˆg"šÎÓq-éÜâPëá±ÞË¿·Ý­ý!eRñã&NÕÆXë¡…çÕ_,<­ütáIÕçCä3 #ÄSÝ´Cÿ0w›^°eUËR€½ xÔ}›U¨£z…óYù§ˆeà&îW ð#>AÊ"hI;˜UQ}Ëéå¡Êo–Gª÷®v/M*ÛÏ)gç_´iÙeૃ°)2-n}T0ó¦yÿü󺯲1øtnÙ&x̆OÉ„ÇY(Wfb~ÔÐ|lñUÅgK¯Ú~ŠëDÔ)å¬ SÎÆôœš¨0Öwc¼ýøÂ‹Öö{5Ÿß¦û;¬òÛÄ”Œž`GÆIg"g¢Ó´Ë‘iZAp¼ó$b •Dõ¤Ëq£<å’0"zFÑæDÇéàTìérXG<¿1>|ºã”þ—¢¿Xn\ùô½‡×¹ååu ðB:za`šz)¢¡D¦)yK#mGœOë¾_¡\N‚ž‹á“^ ¬Šˆ†’¿6ÜøÃÂ󪯂£äsËo;ŽÝ¥ÿÈ{§ùÔ{Ѐ•4p 2EßŪLÚí€Ù-8®¦ÁËÏwd€â)-¬£EµÔ|°:ÚÍž´Ó¯¥ÝrIfAÌÇœ=ý˜«w õ‰¹ùˆV]³ð®îÛÍqVIÖ«@<œŽ”‹Ûšs²›ÿ[ÓvÐ*VZqÜB+JºU?—œL»¡Žþ[ˆ<¡CÁ‹'ôô+a3³4 ½2‘ á‰Ûó -5 -øŠ÷Áöœ¢+ç— -A{I2 Ù²3Ê.8TI§„–°‚¾p)„)ÐI˜¿ÿ fkA&û°¬Ü^Pô¤=ÜÖ˜…\€O JÁþf]J)jãÖ¡ QÒà â°Ç Xw4e®J:ðI缆¨…U‘ñJi¿B‘ö+•™9…2ø=B‘ff”êôœþMÕ•ö<Å<ÝðzªÁìL×@¸Ž4ø«”Ÿ°ÊiŒÛA ‚nÚœê<ƒZÅÄ”S^™S‹˜ÙPÛ8· -:Á©2¾Þ_@Û©càobc ~/jæ5Ç ÜºÀœ—^ÄJ:z¯ã“Ê’°Ÿ8oÄÁCÇL„³Ko¯}>û¤èí§~ݲF\§»[ÿ•ýNý¾„AÔÕ±Ê"véÆ(û2>iË÷´õû!Ú¥-Ÿ\º6ɼ²1É.¿ÄXn>¼9Y¿?0]û}D×x(8Þx(¡ÃkHÎÚåùµõGÌÔ%JÂù%¬ÌʹWŸ»ï—b¿^þ¯¶¾Ê?^°Aï°*÷ʾ\}ÕrdËÎ'¤-¼Îs}¸å§•75{—_W <‡ç˜d¢fQGÆ%¢¦‚öðÀÚHÛá•¡ú}ÎÅ^~^{䃗Y—?’O½‹èÙ¥-³hsœt:0I>˜Y•);¯)ašf–`v1óW‡[:ïÿaý-áÐæñ¸ÿAËOˆNоå‘K\3™Ä)‹’Ÿµ©•i‡Œ11J¢ðÐàK³n)gkVÕ°pêá¹q=è@w÷`ê"iîѶ™ÉEéE. ó÷ÞKº{»(`3ôZ{÷0–ð2ô²´WÄŒ»XP³Ìà%¶ýJ5>¹ð¨|+7Çéx¿ÄhxøŸu«”OÏõ´§÷6yÀ^×EÍ¬Š˜S» :sa´i°$çв~©üu°jQ'»ó*Uq§„ÞH–ñvbn9?åÓÐó pZ„:ùm¹y1?3+,ád|R!âä¶%ìàu™ Z1fb‡Tc y#&fY@CÉ‹š˜×8&;d¬`|@Cºrð;“ðø´¿«'å“Ë1Ÿ´µ Wfg{îâü’™U_Ï‚öËÎÊä˜O@Âyfk÷H]Ý)·J–=›öA¯ø*àGNÒÍk‹9•¸7Š9­¼5¬Gÿƒ´àIfAý æ’p¢ffUPÇ(Fì]ꬳ»/nà7Gõ°VÀë)ß]î+c6^=Ža»:¤c^ ƒ¾ -NÐ -ãZ~sÊ-aFí¢ŽU=«Äõ¸iïÊkò9Ì!&&‰çãÓ¬²Ø¤Œ—6.¾–”­«Ú /˜¿]n9ˆ€/]x[¿/ª%^DÍàœÆ¿úù”4ôyDO/^ï8±1L/L™zQ¤5¢åVlŒRóCŒâð½Ó±Ë1=¿nõmËûí¢ÿºòŠp ú£Õѯ  c‚ãäsÑ–C‘ÉVà¶öS Ðt›ã´‹)›Œ:¸êº³J© )/<ÕpÑ·˘Ii+ñb -ø6ç -Ú'¬aÅuÂFÌ&¦¥ûr^=ífÕ…tM‡¢:~bUɬ"àϪ˜Ž×†êxµ˜S&%ŒÌÊõɶӋïöc& ³(¸¨IJIš¥$ÔšÉ)¦ýuV¡|?#m,aLŒÒÅò©„YÆLûúEíBrXƒó -»±Šééy©›Q(¡6)ŸB–ôV+d¨ƒV75Ž[ZOÅí”"ÄͬÉææfA_Ìôü’õôÁ1ð(ç½þ"7#dfçhU9?ô»öñª{ðk–øµIüZ^Æ'F?‚:Öµ¤ƒU· xõ‰Y¨×5Ó‹£àYB61qÍ u ô_f†GħÕçæ*œã»Œ‰‚Fŧ‚ÖêÍÎÁcfe’ŒO.N:äl|’¶ãeËÏCWþ5çî½»5sc8íï½wsš×'è—–†Ä•énqÊs{<:+éPÖÛ¯"–ÇöˆóæË¸EÔ:e,Ì«R¥|]Ý “œŠZÕRÔÚ«NÚTÀOÐãzJþº–’·1Á,Ä,RzÚ%a')—â“‚:Ô8Ø™V3Ó²ÖµIAù&ÔÒÊ›–C›£¤¼”EÁíq1e¬uª¤ø4Pøou´ùàò»Ö#Á)fqÚª’¤¬½} ð¶ ¤ 3*Y¨^ÜŠ_WŠiˆç—^•þes¸qd‚’‡ê%í+Cí?¯¾i9š²JéˆEJŽë)kïÊ¿œTüÇÈ0|5¯:m“ÑpVÜšOÓvžLÖî‹OÕ|×4A¸ß“3à —†[¯¾k?“±+¥Y—º¼µs ɘ‹Û’0së³X¯->5HH)gßí°†vuíuãwÁ‘Öc -³5rjP¯) Zfs’~9¾0k‘1·Á¿4Fð~œ‚ýÈš¸5øÔðôN |i0(í¼þsÞÁ<½wÓ¾îx‚xô¸UÜ™ööÞ|”&­rvÒÒ%É‚gÈú%\ÌËiÁ<ì†ì ·=3#lÏuß&ü´ö”[‚êolA9»J”±*؈IÐäüµô ÷KNL®&Ì⎥7ä1”7õ(“¸Ï€ZMÚ…„„•S7?Ñ|hSK-N9îE­½ý³„‚9n>ÁpÚ´ŽÏXD ½Z×ݹ—0)˜CDLyDô”WHÍ͉xï—$ÒKbêfÔ„¡Q»Z‡2åTIrþî8'] -q0öýœúVÚ#¤Ç¬¸¶ÅÌ]|Ä d æ.1^[[ó}À[=èo5Ù;2ÊH §J¾nP¼¯Ù†naÆ#dü":jç7‡M¬Š”_HÍÌ ˜G©@]ƒƒfAKÄ.ã^ðJ8÷¸„¤¸MDmÉO»ÄÔ¤YÉ NK:0»Zžrõ bÎîÞœ¯«wk^*ÉÍ){Áÿ3â66ä2p7ní¿³ªx)Owf¶÷~fnðu -´>½=7üìUˆ—Ç;¯Ü¡ìÿôóÞ|—põÝMºún¥}rQö;çQ)¶½R~MËö°ñ¸ñ6áBÀôËäªáîÓ…éþšAN‰Ž­ÇÄœRb—r"a»ëQë>ÄÎoK8ø-q‡€àïKÛd¬¤­ÿFP§æ-sŠrÞžÁ­9Un^"LzÄ´„EΈ›%!·*n’t®¹m–[õ{7†8ÍÛ3àÜ=ý ³û0«œÓ³®Í>¯ÞÖPKV¦ˆ…CÂüSº7QGwwÜ."FͶ¨Yи9Í-_zK<¾1Î(°?o;6*ºòñÆjé–W…×2/ uš°1«Ö'šŽØïžÿ§¹Gå{P§>¤c•¯¾l?Žé%ä´UÊŒYqðÃÁ‰öãóÏÊ¿^yÞxÐû®=ï!çÜÇþ»í…Ûîë/@ã‹1·Š‚G‹8Ua=á$b¦– n«çQíÞ¬Ûú~Q®Â¼|2~uð[7¦ˆÖLjç“ =hc¶™nT}¶öLJF,¿N£ðA Îá)~…ùfégæ¾ËŸ…FÈW–¦W'»+¾A4½€+÷ÆSÞ믢&A+Î+1»ry¢ýl@Ã(Ç3B:igÔ(g$w†’®Á_ŽžÁ8Îv1%¢åUFµrbÄÐ#[zZÒ,goùºomù»o}XT @Ÿp“FmÔÚy¼gkÄ(¥.ÒKày 9ÿõ×ißw)ïàó´¯÷Î%à« 13áb¥—¢&ѫؘå:h¶¾û¹9Õ -Ú>îP‰1ÐV(üŒ;¤ìÅqvÉÌsö¹Œ¹¿Ï¯üCÛÄô®mæå -üIÐÂ#,—F,rAÐ,ê Ùå ‡˜=*~êÂût αJ¨ÎÇMÂè÷àc ôôø VSÚ//!¤ NvCÊÛ=°¦•S—ÆD5Ð#ƒàM~Iû»¯§üÝÙ9Uôˆ2çWȃZjÕ°ìâ>DÛÓsü>Eœ}73þ¾‡ißàs\¿½ŸçQSNnóì‹Ös/É¥ûÍW+†>é’¦›´t+³3ý²~¹2bà6oLÑ -“6N}TË(BìÜæ,èÞ4h­ ¬9¼ž°Êh!ðåÓ¼2àðÛ[óªÞ̼˜¹Ãz91nVÐÐgQ¿eq¼ý¸ó—†¯ƒœ¦ÜL÷ͨYÉŒšUÜßðÎ -¾G/nGÍR -ìÙÕ1É•Áô=ÒALØÔ²K¢&^-x–ƘQÐ0‰ 1ƒœl}Òqü%;ïwKÏÚ¯â×Ð;î—Ø5#¥`}¼ãÔÜ“ú‘ ƵŒ]ÆAlRzd˜-gìU§-s¯:£ðV&Afæ5Ç4¬ýºoU þ'MwÅÏ9ŸúvØÊ©Ûø­)»Bswua.B^XÓp0¬%œXSûMÎL+MÏp:6¤‹ˆY!LC?£ 8¡=e—±ƒfzéÊñ,¢SÉÒ€™ý*Ôbm¨Æõj^tRÜŸµÆt‚áYËa^åwÿWJ1×­7Aƒ‚=÷Šv.k’v«@÷¨ñkqè±¥·Ì q½Œ†:Ò¨IÁŠZT‚¸EJÉáïEØA ƒ®žë¸|¯ýÈ¿"ÓRÖ–·÷.b’Rn1Åïùí¾ 1'í‘ g_S.¾_ü/æ›Uûrþo×í¡˜ýú¯« -|u÷ÀÖLWÿè3ÌÎo‰ê¹ˆQÒZeô”‡Ó’õJxið@Ôæx„Àïß0R –'¨çƒ“¢Úœ£»±q0§ˆ¶åë{vw©àáÖM¼º ·vUÃ,Y¥^ ›Ä¤™aÚ…„µK‚ùž¥fn¶«{â.);fB:vÙÜ+âñÍqIŽ™˜·çzÂÑwó)º0Ÿº?åU*³>)p‚±0&®^å—e¼J - |WjfàYzV=€á÷÷g¼rIÊ^ßqëÕ¦‘Ù²ª%]Nº£žû–¸óö¼v楖Å-ÌÊ”SH.”&áü>• -ñv_OzŸ¤|}÷Q·€ çGÃ%ÔªŒ‰•s‹¨ ðk=àŒMHI¸îL`sêÛq„™pâ÷_õgõÞÁ¼¸î={‹Ø|Ô9p?híR¬é9å¹™Þ{Yü˜í¹“ûíÞ;F5fg·d¼ý‚•pÓ – Î[ïR~ðëóªÁŒ_ÂOy$\Ä%¤„Ìä+)¯L–šSt¯Yhʹ¾G[Ë×'Ós=÷0 ׅ쬫»8ö׬_Ý›ñ©ðë͹9™$åçãj9èJÚ/f§gåÊÔlW_Ü"!¢6¥0aSŠ ÞØø=h¨×¶>MºÔ±Jø}Ofm}œWÕJ¯¡&o¶Ü¬ºŒ“rmm¬ì‡…%^}Yÿ‚ë#¿.Žã˜EÅÃ} -b—Pðë[)ãâ¶@GB=üŸ$|åC[ÙoÚig:mgj´¥^ª”RJ¡HqwwB w÷„àZ ¸»{€$„Á]‚$8´sï}ïïx;ó>œ/!œì³öZ?Ù{퓵g샦„Mˆ™ý¬„!j”±ÿlµ#þãz'Ôî`„û¥gHÈcäp½h~ ©ˆ²Øîz¾Ó•ôùøøS%y,§ÄŽ‘c'˜ˆƒáü̃‘LÆÞ1r®9ÄL×µAŒ=W1qçFŒ”2 û\<È­š³qþ©†’t8‰ò9¡ýŽå4è™RÈ:›眂œž4]/á¦îô0cõ|äþ 'ùXAŒ9Õ¡z#Ù0)æ± ć°7"@Ʋ@sôŒïÞPªó1ГÇJ6Ö¸ÿz eÁõJ䱜O4j±cÀ% -B„ðÛÑ)Ö  $÷¦Õ…Í»“9yû“ùåûòýÇSù•ÀS.lôé$=E?F;ùfPfŠU9¥§€ë§ÿͧ?g…é?5LÌé1æH þ©%Ã~MS`G -LØÎ.tBÈ>U§,5®÷÷¹Ôc9v(%ÇžL±±À/Äoޤº¨„éÓÙe{JI§²õ€gø<½t¢¤ÂŽUÌ´5À{UNÉ©6=û@ÁL=œ¤%+ȱúqBØú Âemçw8-Î?šåÐÁwN¦¿ª+ä@'¶m•:“Ur>“×xrÕ¸–w¢‰5LÔÏ9Q&ˆÌAö¯ùœjãzÆÏ9>ç×<‡ò–1×u¹y¤ÌÈÑ)ÙÄ5h à7”éÀ÷gÎÒÏf9̃iLìâHœÕÅ\nÝù|N Ðr…?WýšËoZx->ëtZ(83ŽE+Î1ö()ÐÝ à'ÕöÏ91ð#!Ð[Œ}-Þ¸}ôݹ`À¡ýI\Èú`šóŒŽ0ŽuSB›mFÝà~@×C=•ó¨jó@F‰× Á¶ú“mOÁ˜'ÓyR>þxŠ…9”“””¤#%-å×,õkV”µ<‹^ž‘°ðSF†qMû'¸.4¢Œ3ˆÃ4ð¿SŒT Ç³\ÖùBnÓ±6»Ü¸>{1-ügžËþgŽEúgŽIÐO¤ºo ÇZl þ‚øGmáÂv%ìÉdaõ¹:¿êl*]¸7Æ‚íŒq‘›ÃôøÍ¡4O½BÄß’‹9À[T… G@ß.Šò êT_ã=ަ8 ‰('FŸªáRô2jÌ¡‚;ŸeÿZà§ŸÎÒÐ5)îd†Ž>š%AAæŸhÊÆŽ´eÒ#€ý§³™Å‹ymÿ,çu_,ˆòO´<Ö¡šC>ùÿõÀ?1ö kÅyÿ]̪ƾ‡Ù¼¦ÓÙüÖã™ôìc-—y¨¡#Ô¸ø}% y1—]y2žq -⸣æd†ÏßJøz |'ðR9G‡Õé"PƼLµ‘>Ã眩E\ðL(à£ÐÇJ&â0/ÀÇç+¹Dcžû\Ì -Ä¿2JN´Á®ã¿Õ‡pšŸwªL€ü‹Ò£Ç™ØYfÑÅTÞŸªŒlà›Ó–Ûvº!Jœ±?øSôxýñt®A.äm -´3yx€M Æg³`+®ÜÉ`í ñà;=´(}?)êpäð÷½A”˹’ÿ ä‚AÊC$bÁ±<«ðd*+ïè5c_ö¨ 6ð\KJê©öÿÐÁó³:r/4Bþ±‚=P°P›×öGiñÇruz¦qÍFÓŠøzðä ,Ú©º+ÁxþÝC&FÊq!§ -bOFJ¬ç9?od¸¿4Œré¿æ…yÿ™f>gmK9¨m:Ó‡rÞžààv• ·$ è‰4+ûLZÜp1•]°?N ßèKsXëL´Ð ¦9)ÔANÒÖ;îhŒ_3Yå?µ ô‰à°’‘z4ÅL5×{•™û -Q'¡%/_x®ñOÚR%>šº;‰ :9ósžA8_à õ W S9ßÏçòš/æùý$%þPÉDN±ÉçÓ êÿY`³¦DÎö@-{¸ð÷1à‘¬¬ý‰œÜ½ñïuzÙ÷fÀ39;“ÊÒ'ei˜q¬)l5m¤Ÿ¥j„Ùʬâ#uVÁÉt®ÿ‹OÔ¤Xp à2.æsjg˜Ä} !zо'Ãhñ‘GÓÆþ°¢¾‹¥ÜæóÙÌ¢s·?—ršÏùâ30vðþûÆ5Q0_'jF?ô:URApig*:âBÃ&ÿgŽÃþ? <Á¯ט³ûRRøú0âÛÑ$#Ÿ‡üûX-䪳ËNgsjOgó÷Á¸4<ºAÉ%O§‹A.óô@ËÄ‚sã3€ïëd\Ìžœ‹øÃÿ8åx¡]àÃ.T™¹šÌü mzæ/-Ÿ{¦aã}Á'ã& ~œÍfWœÏ‹? -¸‡à3ÀC” -i\ã6ȸà7¸¸‹éìòóéü†sUVÁÅTVîɤˆc\5ö/MRá‡2r¼^B:‘fŠ ²¢š11cW*féFø¨)wb~¢aSvåtÔBàžNJÜ/E~Å©‚CØ$l ‘BÚšC4bâÅ w¸ð{鿏˜½1"@þ» -<Ä™Šœ¨Cym"]f"_®ÖÂ.dbñ™šÏÖÚ8V¤ Î5¹U/”y§S"Χ^J‰~„z¬¤^ §‚{ÿÐO7iE"àñ@¥,·¥ÙMF¿’'|:žä±”Füfc -!K7ÁÃêì–”–°5ÉJݘdÂÖ†¨?Al?z:ÅÆœ(yô‹.͘ÿ¤€µAr0ð#áûFì™à›Jœ4|âÁ}¢ÈÊ3î­kòëNgr*€ongŸ¼YêÁÍ5¥Ú]h2r§Ù„_ lÚÅ‹òqozžÇ1îCªøLàá δé@G¬î<+ì91žy¨"'l“bô`ž êtÁú0=îHVP~ (é4(óÊ>X¯óÀ¸§…¢#àƒO4Àgee”…͇šÒ‘uváá´Hx¨å³vUtøö(Ðã -6þdðé5qe€·/Ï/?Vw×Þ.ó;/æ³Ê/2œL³ÿ̉ O€64¨² -÷”åãGsMVÉÚ8¿%ãaNÔLäÏirÒO 5msçó x¢ÿ‚ºú–K¿P3Ò rjü.Àõ^´ÇV?ÆóLEƒ_LóÙ`¾p'À¯ªLj2ò÷•¦pÁ…qmÜØ÷2#×sO–=” éú1Ü ã -åHÅ#o†>™dÀ§&Ï_¥ÓôNÚÞh[ÎØó¬äN‡½4¨IæÉ4Ÿu1/ÿ\HÏ;™ - ÀL²GÀküTˆØ`®òŽ”¨¹Øc€oçê̼€ËÝX—…æTëµÎT{ ŸaÇrswœƒÛ Eìæeîd²¤à/©ÛÀ,õ&ÛîRcÎ&Òy¿¦Å™³-‰_7û¨Ðy†àL•.¸5úk†Ëº˜¡£þ»È$éå ØR#l{„›lÜ?‘3“'ˆÀŸã#¥@[K(1Gc´ø  £Ï5|Æ¡Œ5î3*Áø&䳩œÂSUNÙùtFÁÏcOŠ 4öh݃6æ—a*p Ÿn˜~Ûx>a„½ÖŽv^ïÆx+ñÑÆß¸y¦.j=šÊ¯2öké&hq‡@㟃8)¹dãþ6˜cø¿v2;çHÍ@×>7‡¨1»`l'Jrœ^Ž ÜScŒç#NéÜsUv!еùÇÆ§qî˜ÏŸ <ð9—´7΄*ߌkòÿÞót†| -åD°äܯAú—9œÿ,²™g*&öLÍ¡þœŸ-Š¿_,f”žÍe”€Éú¹Yök)£ül^ >œæÑ·F)á€sŽÕ9¥ûJ!cO‘•}¢ÍoøX`Ô@ç@“N¥sNÕYgÀw(3sõêÜ2ƒª¤÷@]Ü}¬Í,9ÖX'3,Ú\O¢ÕZŸ¿3^?µ7U!ÝUe]õÜ/÷|`.ÐeçZ¡Àx~åP‘³;Y%=TçU ø)Ïèå”´ä ÊgW‚8Ó’þ™MÏüßBFñ?Zˆv¤JÏþ»ðQÙ¹šK¹ÐÐSUÔ¤C£?Öò8g3Å»SŒ´]%ÐAmŠDFmx°åTÃÄîSÂt}dÿ½zŒh^cÿþ‘”¹7„÷Ù$MpÒt½ÔàÍN¼Ûv7Áó§FÀ–sjø6Œ~œ¯Ÿ ÇƒœAýšåsŒëFûrnOÆ7žs¢œJEÔSp,g#ßÓûîI¨1+mk”µÜC Zé¤l à}¤ÄˆÝQrÄÎ%zc€¨LÇÏ·â½—:Ž;ôËw%ÔøŸS"ÞÏI±àdЉ/ ~²ÖMNØ›1öÇ„¸ŸSâÿÎeý3ǵÂ@ûæ@ ëiÆ>̈£ JÔ/ ›ôžþ\Gÿž #‡z‰?S1ÒŽdԸà RìÎ .À0ÂJ:W5¨Š€¦¼ªxœu %Fž*‰QÇS¸ˆ93õX™.<\`Ü='Ç«ªƒŸ©j‚žìO¤8ÿpjôá“Bæ¡ÓØ—s¢Ê«<”gˆ/f²KÏ4Ù¥©˜w¤âRÁo¡NÔ´Ó)À)@‡^LÓ1?5\*ÐGù?ŠÏWòº.3ËÎð8àoi‡ -j‚a’s¬¤B(À¬„­1áH™]v0h8Þ± -`—†M8SS“tXåf„õZúÛJ;Ác©ã°?D Û"ì¿éúq«m›•f؇¥úø7§2Bø©œ=’2a'À?èÇH¡†1Jø‘”žp*g¥í1ãöFƒLÄ8šLg$øþ0=z»ßx?B Û"øéðž[ýX÷­AfÔJ7Ù­㤗àüö$xÿ}×ûãäðÍœ—¼*ü‰º.îÍzøÿq!Á0Á1žG Ž3 {Œ—n(ÕéHNŠÙ¥Dl÷ÑBÎ¥Bò?À‹ž|>š~BJOÜ øîôb\w0nÇ2JÌ/-øS.ûBËgL°Óv)!c´˜Ÿ@ÛŸÈhñ›=)_› ïõýô¨“ à6xßùé?Zaúá89zoádMþúðì?µY%§êy‡òÒ{³ ž1ú¿óLÚ…–:™¢&ÆÁº‚߉RÄÓûÄ79šöàñ‘’ƒ=š"Çé$i.ú1b艔‘d¬ÝI>i}€±?A =ž"ÏCŠø¥fcÏ&™)Ç2z"Ð@{óƳ¨Æuéó9¡à¸¿'ç×¢OÁ³þhcß͉<´añž𨒅=Ÿfâ/Àüÿ£eb&HÛƒh=ÆïBË"^÷ËÀ8Ï4Y…§ εYÅg3žAiô,4ؘŸmc­x —S‘‡„™çsѱšš|¢$ÅOQÀoí4„^)äjr+—|?›aÎgXÄÿÌsY{2:thé ;e©—hå™9›Cô¸åv´ý‰šC<úÙè»öF‰a[À“)xÄ= 'u¥‡qtâÐ1§“lôî ÁïPŠ <–ÃϤ ˜±Çôl&«ôx&«Ä¸.y1›Sb~2ÉÃÊxؽ1Jäzwê×¥vÄ×Å6¤nãmÜ_6(…̈÷ï9ãy\¹±ßç­ëÃ{¨ËÒÞ/×aít}$ÿ•V´ÝnÎkw€½Ö÷XhH6Ÿ.~¼R}¿;€÷6žY× IóM(‡½‚ÿ‘”§y½?ˆÛì&zÏ+êzè!«-çÝaFÌz7Ñg©ýE×Kò1®Íî€ü_mAXÏTÃÞÎÖ",×ZÑö†abС”¶ÚƒpXî@ØíŽ‚öÇð†qRØvÉo½“â«®„½Ûî&žŒsRÆIá#(·ýA¸ýNoê×ý~”Ëñ81ôPBÞì%x/Ô£¬õClØj+ìÓjsü[ý Öçxœ¯ÆùFñúaRèfÑë`˜?áÁÇy¨ýAtˆÛè"ƒßÃ|[mK±Zï„ÛîŽ`¼÷&ðÁ™q튖ðu2IŽ6ž‰ùi<‹£2ŒûA†1Fòù”y$c#ÎUL”‘¯e%…èGÈ¡à™BöÁe\”a,nfp·‡ц 6âp‚•²7Dðß6®=HH!Ë(‡ÕNœË6ð%{£ÔˆÝAJðÉú%ó \GÀ×lt"í6;±Î†zÂ…&=óxÈÓI.Ñ0ÊH2 “ÆIA[]8—µ6€}”àý!ZäÞ¶ÓÏK9ç" vòfÉ{£ ã¼?‚÷?S±Ð†QZôá~ -ôç!ȧ%Ÿ¾4Á®”‹9 Ⱥ1 -àzRè®l|ÏÌ»±çüHNKügš‰¾˜â`À8ÈÆ½°ÃIZÂÎ>h¹åº?AGÿgN\üSÃ!)(‰§Ó,Ü‘†Ü—Qc·@l–Úˆ®³U8Û…:’ób=Ý[š3[iM³?x¼Œà§A‚ö:œ „l PC´íÙ6œËþ -äj«›ä}ªàâþ;+\(Áï2ãÚho\D2Ld‰÷$Ü…&fÀî°¿ÞËKÞ襅¸Õ‡tÜê…ÛîŒÀluCH7ãç›=ܤ3eV.ÐS¾@'­ -ðÏc¡c­ë$¸¯µ lë‘Vm$¯ÕfFÀf''b¥‰æ¥.¿ÑÁÌÖ[ ®ëß…6ZÀX^Üã‚§AÂŒßê'ú‚:÷YiAÚ­µb·;)>[d¯Í^’¿ª*ÙR–}±°þd‚ž`¬³åfäc}ÌÕ -kSÌ CWÃhª«n¸Ù/Dê…H0W©º¢ïR3Æn¹ ç°Þ†s>–0ΤĶñ,}%x·Ÿ -êÙs§a¿Ñ -ý°Ú”d± x`£#íËr!`¢0ìÁrÔúBÆÆì‚VŒßiMx¿Ù³ßùº°Z?ÌM>šàa&Äè‡Óñ;ƒé¸~VìtUª…ª4Él¶6õƒ¶&åýZÊñLÆL=>Ô¹÷Þ0%äd’ ?Qp0ûôø[ãšÒ¹JÈ9–³R/f| mizÿ»z´nç¿Ôžl½Ù8º‡¼ÖNXlÄ~Ûì¢EèGøh€!¾Û½DŸí’ïF;Úq­i;S{7_Ÿúi¹g¯ï¡…ÿO¼6¸·nˆ¼Ý‹óØì4ž#ÅyH¸øßÅæ4ûñ¼¨g3?R>l·â]ëR?.Ô¥|X¨…ÚhE;kÀ?ÌVãì@$¯urc•e8kE1üí\-ÚhO¸aŒn<;mü¿ÛOXé"zï {«Ä¢S•€s4ƒÔðV/ÊI´€®hfä×Õ6”ÓÞ0Ô +þ@ÂC÷8ÿ=›€ú6Y÷\Y÷l¯`ÄxàýƒI&ÀÏ0!¢îŒr’WÚnšâÔת"ès‰8Ú´“x}º$îùàŽí.RABýß%õd´ 4ûR'ÚA^ûT[™ðf³å¸Ý‹÷6ží:Q è{2.R×ÏŒÒüØé§…ß#2Wü2]‘f>_‡²^h¡úŒ )ÇRjÂÎÚC?†9QPâŒ=·­(ûÅZô×õ6B ®ëa°`ûcwé‘ ÷Ý·;0ß6ÛQ_—VêÒ¤×òÜÄ×Kõ ŸÅ:Žÿl%áëBîëb5îë\9Êj¥ä2[‰²ZoÆ;oµ“}¶€¯Ð~éeDluу7Ú‰îKiŸ§kãßögÜé„ÝQ—§|ZnD:퀚|à·ÔLp^jÂ;ÎV%¾Zmˆz©.õ{¸Ü˜ì¬à#V:Ù1û#|„n·ÜBp3j•†äOû=hw}/Æs¶"úÅr úÛr+É{³“¤ë!¬5'[nµÃmtÝ©vº^¤ƒ¦ñe =ôöJCšóO¹€bÌ¥…ÆDó•ا­n”ËVÚyÔµ®—°ÓG -ZkC:臄XýHo³_”¶ÐHõ𫡏ÎTb>kJaf µ©·;>û´¨õvœëñwø/‡’þÕÆwX×§@®!Ÿ î|®úASÿbº$é­¶<å¶þn±c» b¶ÕIòÕ2¢vºhAë-8ÇõŒÃtEÂKÀ·ïT…Ыͷc¹ˆ¾+á¦nÏ;]¶;„õ\í€[Ï×¥ÙÎT%›OE>éfy\SÆ™m4Ýçk’Í—›R?Oǽ†ßFÝS¥¼^jÀ9iªˆÎýØ£Aܽ‰lèó=À3Ûý$ÿͬËv'ÑŒáÛR3þÛZ9dô{Œð’I†q:t½ç¶aä¸>ŒÛ|}²…47ú‘²(áÙ|=Êv4úAUŠt?ã82VÚ°ß´U)æÓߟkŠãŸïöüŽ'˜ÉÚZ¸×N73Õ0–Ÿ¿ÕÇ…Í7`6œ4eÐW# Û=TŸßgJÌäEÐ/µÓÅæ—ŸÓøø­îÄÏÉVk) ·âÞŒgÞ[ªO| ¡Äœ?¿'åa¶$œ”åvŠÏLEÚÇ¥º4«ùê¤÷㙡&ʘ§«Í¨¯ê -´c‡0Üq»z4É4¾«y %EíŽ œW[Íç*"ŸL›¬µ§ÙM–%ZîôQ£O¦ôAjÄjS²Å\MÔsYA I+Õñ÷èW›Ywˆ!&³h»åF‚‹ª8啺(Ùl¡ -óYYœò¦Ÿï·äö÷lÜV×͈Òõpâ7ºÙ õxûå&¤ÍdA죉ìÓÙª´OMd÷ëüˆW»-Œ .føBÉi¦g«.Nz±ZÿzáGŒÙzmªÍz#ÚNý=ñ¥®G„ÖäŠÖ»X‘³µðÊü°{Ê컪œpU^˜É\ ômŸ0Ìt²é²PËðÒ–¥¼]nH±\mJ±\jH±P–Â^‰£ï«Š^¯µcÜëQ.CBÊn/¶ÕM \mÇ»‚:³_¨Kû¤Zr² ÄÔwØZ;+b¾‘ê¹Õ…[mÅ/7S½f*ao¦ -âOÄ=•ä„=éù?Øê¥„¯ƒ|ÚìB;­´¢ìÖ€¶]h€Yj«’Ì'‹ÃŸHóÍTEší `üNæþ'e½ ïm|¯…¶4ùÍR=âóª‘#ëÑ6 V>¬5bÝ÷»)A[ 7×›±Ž+ kmy‚Ù*à“±Ì°«í¯­!!j}€—´-åáŒÞr ç¿ôäHzĉŒSynÌã±ô {SÅÐWU8_ŸÖ{@§m´ã=&sâŸöЂ®7ãý®7àü®·±ÃïOWœ›IÊ’ä×;}ä€í‚×^ŸñÝ/ˆ/Ãé>·Ç²Â) -ã_ôòýL&G$|üF;-h»›¼XŸöIQ÷xX~{DyG’÷¨éõG/'Êl¾ë¶ÛÇIØè¢Î×Á-æ+æf‚ú,Ž}®­Núžçá~7¶Ú“ÁTV]–;èaûc99«ŒHyAÜËŠ÷ïd¿›?Ò\ÿ&º=‡ÌÖ&x¬uÄ}¸ý©)‹|¦E{ï !îI¶ÝëG»‘"N&øø~z¸~LHÞP¦+ÈÚrÔ'í„—Êâ˜g 5ÉVúj¸¤ ás¬ÍýßÔÅ1Î'2±pºéÞ—îÿ`¹5îíZKìmiˆÉBuÜÃ-ºœàüp»sôæj'Þm¾.Ùb²(ÔT^x4=àÎxvÌÓb”ó­‚ø/×V1žšê¤·ýüÀ›]Œ ëÝÌÐ#¢˜»ÝTŸ›­X×=â ;Ïg—%¢«-Óª -¼¼ úéDv¸‰$3üÞ7øVÕ÷Ú(æi-9äYUŠûß+­ô€^~ 9®+ó#MWkS,‡ù÷ÚñŽW™¾·µUwi6Þy¾’î·ÓÇKøöm¥þq® j6[šüVžûXšmª-ÃÙ÷s௕9©F|tX¨ÃØl¶Òçjp¶Ú -ämܶ_èò·²$âåf?a¥¨ù¶\m¡û®¶‘ÜW[1öKMiV‹ )µ±¯'ò‚LdzÃjÊiNê -²ãRÉu®i¥*†™©Kao¤ù ÏÅñÏ*1>ך©þ·—š°ž+mŸ©Bè³ÑÌh“^nèí‘ÌðG²üˆÇªï/Ö:Òì;Ä~¦­t/Ó~>Ô`丗47Âd²0ö1Àƒ=Ÿ¿[˜n·…ÑŸÿèå›Ñc—ëS¬kï5&[ÍTÆ\k¾Tï÷t<ÛíîR'ÊW7F‡m÷SB6M• ͪ°6êï©ïg+‘6À_Z导ÞÒѨƒæj’¿,7“½”e‹‰\èÓ©’”·³ $¯µnV”QgfßYlDÙ)KáæÊï@S·ãÝß¡e¹‰/f¤~Ð9£*ÍvHÿZš—b±ØH šÌM6›­&:Lc> cMI/¦Ë1ŸG3_Ñ?^,º·…àÕÍ ¾ßAñús”t[‘÷Týf¾Ùp4Œã#F -CßTá®J‹’-V;²©Ó54Ÿ¡ÌÄ×í”àGí¤“AvÀí²ó_‹ÉN‹­ 7:±¾‡ÒìÜs•@¸Xófër}Xèù·¶,â±¶8ÒtºúR[…´ÎM´êÃ,vÓ‰‡c<ôÞ Áw½þu¹nµP“j¡©Hºá®®ÁF÷Š£Í¥ÉVã”X E>Ï—Ç>[¬J|§È}«úžüå`PD7Œe²¶z¹ «BØR Ñu¡n©ù‘øj2/ö©4;Ød2'äþÞ0-n¶ þY]†ø¤,¢8g#ͧŠà¯4%iï5?ð6-âÄgqöO.õ²ƒmvûiê*ì×>¡óï}Âo¿÷ó=ÿì¦ùÜÐÃßäA_¥|üe÷ìòf'#²~»‹êyuˆë{]šr«—éu³‹æ~k¾6ÙZÿvãúîª,#Õï\&fot#æjaïqûØ¡×c=®Ž¤G=láG›&:¿ûmTû~©ç9œý|";ö­,;êiÑýO®+Uiï.ÍÔD˜5 -ÃßÖÓýŸ¬¶}—›I€[Ò¬AmXªËâž þnÆÙ_©‚[^úšþ >¬"…¾µ8[…ù:[‰ø¸Ü„ùºØ€¶*›7àÿh@Ú]Zûƒ¶ùð¬Ûz-b©‰è±ÖFp5®©IAÇã„`MuÔÛ^ð“µv|¥•=[ƒû6Ušò~º<Åb©m7_ƒµëËA2ÿ£™øf»“2&ö¼)Íö3QF¿è¢zß–¥{>X­ ²\ª‰´ßè%†L7BÍ·{©QÛÀ[¨€ŸœúÛF ¾ÑDôýc€r{»å°=€÷éÎ|M yum¡!/ÁئGÜJ÷¿·RŸf¿Üˆ¶W—%½R—@_ÍV§}V•ÃmÔåiö{ƒ”ÍnaÒR#ÎQU÷B[gÖÆð¿•os¥Wü¤”ìÿ¨ çoºpF<.×ſՔG¾ï Ù^×–G[ì 3 3ÕMQü«Å¸×l]ªïZ3Æe¡ -úz©c7ù=å-7ôËÕ¢dÏ'{|à–( …y¡TQO—àV{Ã8ßå.”KVšã-bð‡«ª:¸û*ÐÑÊ‚ÄÓEqÏÔEᦽL·[[]dÿÝz£‡“¸3(Do ˆ -x'àQ?NäÅ>ü=•xg®2úåÖ(9¼;;øÑT)1h½õ;g¾^1U’üj4'úi¯0îe:ܬ‰öf¶{0œ+œ©£ûJ‹#ËŠCL•¥ÑÏ´¥)ïkHŽ£y°×¹)ÎVÂÝVaC¥y‰Ï'sbŸj¾C_KD)s£/T¥|\hDÍD¸Þ`‡Øþ5U€>—‹¹«íi_g«S-æ«1@Ÿ¥}â‡ß—çÁÌØ¼?š^j£¼›i$ú7Ðýo•¥ØþÖEtÿ£…èyíGªÃTÇ›+íiüÔo÷xqŸnlv£Q6ª²Ø'ò¢SÅ÷øçã91Ï8wG!—ê0.9i·JÑ>€éaòè+À[¦³@si+’ÞŒçF<¬Ç~½ÞÏt2™©I°jby=^o&Dœ)²òuýÔÈÀMÀó|ÛëC9ëQ®]É_dEз#…§ÞŒÄOëlèBÑe®*Õjµí°Ú‚ý¦mPj2óé¼ÑNøß^¬Aº¬´0"窱®ºv¬Ï'i¿¤4èVWÚ7uEÄKÃ0µ ü›² -m5S‹ÿÖ/ˆ3íaEÜÕ'½ÞíŸíŽâ‡‹#ß³Â>\›.§úŒç",»Á ‹‚Mç+`@=»/4ÜwºÉÁº.¢¿¼8敺2Éf³[„˜¯gùÍ×ãìæêS¿ÌÕ¦r–äÅ~ž©E¹W3C_WSƒ^,·Qü†2âžu³Boõqƒo÷°C´ÒÂ_´q¢-5h·TÿÏ7œ^Þƒ”#=sP:ã;A€žÓVŽԔ›ª¿‡¼˜«£ŸEu¸éðòr§8Ñx Ð±Ì€‡²l?PG~wyßnö0¾ÞZj€Úmõš™¾Dzc?œÈäc9¿ÙIôÌ‹4UÇ›õ ‚ïÓ}^_®Ls{¨(Aºe%|Üeã¶:qk¶»ˆ>(׉Âè—?°®7+‰ž&ómøÀ,ð7ðm´ˆÝABäfošÇ|CòGÅ÷ˆg“ߣ_l°S¦±.Êê4Û­vÜz-t±6ùãjÔb³#åËð¶ÊÚ´okB²®¿0c¡I£(Æ}êáG™Öá¼þœÌNx¾ÓEõ?•¥³dzëbør›>SGtVW$˜©Š#ID±º˜7j‘®W´%p›å6jèXnòËÙJºÏB ûcw¥ì~SšóXV˜tœ©¶í°Û#@F˜¥¤ÍV'3v½“¯)ƒ›Ë³c ¢ô²#ïu3£_Ì”â½WZ3SedY^ÊgYVü󱌰»òìÈûk ð/[ýŒ¨‰2´«¼,õÛÞ0½ØŠwÕÖ#m:©áĶ÷mTs"#îÑÌŒõXVÔ#YnÌÛ•fèT)Êj®g·ÖBö\kÁ»¬6á]×[Éú!q{˜“–‘æ`|•ë¹*»xg”¿<ïN)P×KðÚ úîRöº™QòRŒÓ`fâ{]¯6–Ÿø¦…ìtM’áqk±1òEŸØã¯ñô0“¥*¬ã0àAQ؇Kµ¸èc™ˆv0΄îƒ6»áŽ Õa¯&³¾]Ÿ©Œy{4&¤ Ÿ0Q˜üj±•ê3Y }1,½ÝÇñþ»†ôõV ÅñÞDAè3Ui‚™¦’ w¹×ÎŽ°ÚRw»ác#¶ºÑ^K‘– 5ñaf+“?/µð£ -1þ÷ó“ì¶hkçÉï ³ÕqŸ–›Síæë,äáOU©-ìÀûÒ<èGm Þi±‰è¹¼…®Ÿ“2ÛŠsÌIüÐ%ˆþê0Q7ÈJØìcÅ醸ˆy0—ó50óÕ„-À§7ÊòdKyEòçñŠ$¹vBt?è•4+òéRMŠýZ ÂMׇ ÔPá 9r­+Í¡åqs¶ -á¦á¤nv<—›P¶#Y¡wGÅ&#∽BßKÍ)žÃù ‰Ž7fZ¨ÈÕ6¤›èßùŠäcA÷[Ðο·}îÉŠã-¶@í -b¿ýYIõ$d¢ÌWÚ¨AíüäýþtÒþ»ØŠu^n'ømŠÐ+-¤€õ&„ª8ÖLžñ`㱌Ûf%,uÒü•UTǽáüÌ!1y½ƒà¥3žµm…Yï&»l÷§9®\4LdrW€ïUU²XiÄûmõf’Ö{³Èë½|ØÞ83U/§#w&hq›cLèö˜TG÷y8Ym¹?ÈÃo ˆˆûCÜT¸ÿ‰œ -ÝîOuYëHv8Uòù?çr›öÆi°¥ö¤/‡òü²CYN®~4¼ÑE ^ø8Îw®‡XFu ÈBØì¶æ¶;°^VœAÂHZj[/4#íVºxqƳ kƒô¸ù†Tëµ&„ítyüûÅæ˜û£ø]?=F?ÁÇ­örbç[8Á ­âY)ö3ÐÝ_Wê1v³å°w æŸª«²*Œ} É÷N#%Ìt©A˜°Ö!Hœ,MûØ# -¹ßÅó»++3W µ[nD9ïô1£g›ÉÞҲ䷻ƒäZÞkª4äI+ÍéVßÿ~5áÛµ§›³Õôˆž‚Ýw”Ï‘L¨~ˆ…=’Ñ ZÂV/Þºj®© i둜Xë¡oõŠºÑþB++|<;öi'Ýûf77ðyÏ÷AÎæj×ÍDV°® ùÜïæ<^jÀ¬·QC@¬á†>jw•²Ø³YÄøïH2˜;CY¬¥vn¼¶†è |´ãb%Ôò Ÿ°ÓMô›¯CÙ-5¡ÝWZI>[=|øj'=HRüp²a½ÒAZé úí ûã¼Í!b¾ï½%Í/ßž(mÙä!êŸåßcŸåE?*Kþ´ÕLj<?œþ¼Oh²ÝG‡¯w²bê‘öŠâÈgª²„÷ó­T¿Å6vÌfOeµ£*C|Yj"ƒ:‹Øî'‡÷fj GsÃ^ö¦ûÝ]íÆ{íŒòñë,˜²õm{HLÝbV:ˆ¾Újè—ÅúäO IVký8_”_"o¹ë¦ëÆïöc}’¾eš¶1Ýþîæ}PõB?,ÀëÇs26‡²˜[y\«ènZð|5ò“¼8áÃxÜ~º™ì§©#z¨Ò3Ö»I᳕¨Ïª2ôÇ¥V¢×æ )l£Ÿ¶ÚKÚ瓪Q6¢Û;+­,†^^Ú¾1–—µ<ă϶áœ4 Hûm ¨…X4ÓA‹ô07äa|¿éÆóJ—ûE$m ⳦*ñÍ\cÌ+eeØsyIØû¥8Ç0™‘7üÑÖ09 ËÉß•d2uƒ"”®Ÿ²ÚÊ -]ldø¨ë¨n?HÁG¹˜/ÛMÅ´•qÂtÙ~¶œüm©†ê³ÖJÛ¡6Æ„)ày>µßëã#6;¹Ð­.|wXˆÛà$nöS×[In+-4Ÿ¥6~ÔBÀ_’¬”wsdÇõzàf 'nµM˜¬­eúKsáof«É¾+=YDu=`4/ùåP쓦’è·ÕÉÇeò6:ñ> µIÖêòè—ꪔOºþ ÂbÎi²0òY;#àQ/'êŰj«*ÁÏ”Kj ÞÁ|o©JÈ çŠœBã~ÑF{ŠõbsŠÕ\ Úk½›~8ÎNÛ¦D*J#_ÍUsBWûŠEšzn˜$#ñÀñ $Ÿ{Ì€½¼ˆwS¥HOé’‹(Ùë^~’Û퓉,®Ÿ°<Õi¥n7] û´Ü‹ñß’0Ñ[n½[ë@y°; D-l·Õ–b¿Þ -û¢* 6•ø=Úî"GíçòÔ5l_ íçÑ»CBÀ×Ôj7%pµŸ°:HÚžà ¶¦ -ªW$Åe+éØåNFÄlÚi©ï»=ÀJ1¾y¹ç6ß„´_hÀyí ‹YòÂ4 ea’™¶$Åz©ž§—¤³·‡y(UÖw8'òÅj+F/ÍÉ1ȳ2׺ ‹-ȯSPË‘ü°7ŠŠXǽQ&üüm½—‘ -…¾9æ,N®ÂÚI2cŸ®Ô#¾­·ã£w†ÔÝñtúö/Ô{Òn?7e±.ÅzDp«—çw§WèÿDVña³`|Ç›1ï—ÚQ[ýüP¯]¬pm¢“ê}}Xìwg¦.Ñ|µâgìÅßêæ§®6±B–êÙ@›ûÍ4Ã]äå±Ö²Šh˹¼ßl' ¦iÀ%ƲKôSùkÆÎä.° »2ûH‘«Ÿ‹´mdQªëÃŽBXÔž&ëÇ2À“ùz€õ˜Àån”ÿJ1v£Ÿšt8%l±P²ª¤÷kÄÀ•vrðÎPAúzos©M” üA°RñYýdL@1P-ºèXód⃪”Ä[xøCm.Çk¹†¬*Ç|iÁ:©_Vº`žóDýÙ´…ŽŒTm#'HSMuR—Ñíg+¹^Ú2žçxõsF¼ûålÌ݉ ªåJMzôJ ?t²ˆá4ÀÁ˜i2È–ºŽ|ê|GFÚP1îËäŠûÖPaÑ\ º ôÎþPYþj&Í -½·P‘ôa»3]•1‘E±œ.b9ª ¸®K?Ò#¶sK™ñ“™Ù>½DÚÓq&Ñ|µ<#q­Y˜¸Ô„uØlgFêúÅôí‘ò–í¡\ÞV?:Ušl1$¤­GÍ4–´ÕÙqÓ%l×…êlèt™8lº„ë±X% V€±¶Ò1/Щbº÷fKfÚ\=Ú~¶>Åz{„½7Îfé§ -÷§ -ë¶ÇÄ iiÒ'Ÿ5ð !ÛCB¤² m©*Jz¹X·\kD¹nµ‘£w»¹Ðõ¦ ¨<Ÿë8S–®k-¦ëZs ˵ܱ¬¸g@†ë"áîTAýÒhm¶›°ÐÇŽ^¤íŒ¦S £bª®_€Xh&ºÍW¦}ÔuR CBÌj—(µ ~½uG‘C÷Úo+/Üïͤ-Ô#¾j«`¶k¨a2¿R?™_¶/ËÎÜà¦n 0ö'22vÆøƒŒOZëIs[hNvPW@ÍgêáVs¤€B¸¿I92òɘ˜üq¹ž—¼ßW¹Ù–…›-£¸®Ô0|w:òH3ÕüÔñœdó•f’ÿZ;É_7ȆíŽrSwQƒYîºøn·µµèo»#ÙÆYIùk5SEZo±…è>×HõÐVÒ¼G„)ïGø)ï&‹(ò¼µâô½ì{ô{ee‚^)Ê9ž)8™ÎoZî&ÇLÕ£\Ö$YÂEi·^W¥Wq)shï‘¢ØWòЏWëýxÿƒ©ô ÃTNñZ¯±Ð@>•ׯ=’”nô |?|_©j#ß® ãýõS<ÊLÑMS'Èc|­e¤Ý+'%þ•™òÑ×õ·4'‡K‘Ÿ¬!ޝ^B^Üÿ rëÚÈ“¿~‡|}vï5ÈöÏ>Aâ“ÅF¢ß©RÈ9V 9+Ã̸‘*â—¾ÚçÞ|âû1æE ø¬’˜v7 }îÉðw¿$ ô»”ñ»0ÜïÓßù7j„óo^_Ì ~æ¯/— cžcB f¢-ç8!«]<¸¶†ê¥­¦¸,4 £Õ¢à¾,ºe-û²œˆºŸKù“vçéq9ÙÎö’ÀÏóŠ8ÜãÕ×þJÌ—Ï—<ß¾8½4…¸½y :~¸T‰Ž¾?]É YíÈD¯÷åqç{20òZšË¨eEy^ìh^º[‡ð¼–»ÓHL{ÐF#}h$ Ÿ×ã’~O‰¾âawùÃãwnA<^?¿Ì ó¼ÑÂNz))ºÞ`ìN±I:9 »2È„É*QÖƒù ï:©»c9âénT—ñ¨~1šµËÀÙ 1V¥isÃݯà}œ®úY¼½Œópø“æçxâiÿûT!>`gˆMÜå¶¥éÜù^JàB7Þs¡ãt“÷r—6YÆpËgÚõf°l:ù(óZrô³Ì¯{p·/WSÜ¿]v0{ykrâúúéeV»I%)äu‡(ÎI[‡Ûá ·G…„]PÏKìÈÅZàöˆ¿/Ñ6G˜qSU©–ÃIO'ò6ã9dûì„›P»/—àŽv—h~>Wq^öW)A.2C¼®q_q3{|)Âúã5œ¿Ûßyñ×éÁ[#bÚæh{¡C˜8Ó€s™ª‚ÚͶa¼¥åXkeÃCZAüÚ›…0û‰¹YI&Y€\¹zîÝÇòío¦7þ€<—ÉÍk³{· ß,ï'»Me|?›ágn£Õ 1Öce%‡¹#ÏÊ^XÒNZ îHØ)Côb7q¦™ëÏG{d¥?çEøü•xƒàûíV‚£ÕÍÌ$_ÓNNðƒ~QÔsm!üD+*øg=³IÝ%€»ñ¶œ ¿›…I¸ÆNŠ»’äãñ°úyczòìö-È»÷!/Ü\¿ö;äéßAÜÌÍ ñNÖ—Ê·%Y±ÏôcŒÄ-).o!:ÉšùÁåbï–lºE1!þ¦8%ò7.ü -ÜÇõ’û‡— WŸAB-?@âíl NožCÌMþ†ø~|±y÷róÚUˆç;ËßÞ_ÊMô¹!+Á}–!ÞôRfãß)+ø>…ÇJý/ ~v)ÖÅjóâ`fyyû/ˆíÇ÷—Ï _ž˜@îÞüò¹óÇU0î››'¦0¿usaÏT•įÚ&N ¶=?R! -èÌaY•±p¦ßqÈ[ìè°+‰Î—­>C¢­¿@l¬!- –L!¯@<îߺùý·ß /ïüeŒD”àûûH!Æj¾çµ*Á©›R>ËJ ±“—†Ä¤‰np{.åC1>õozdд·Ë%´›#ëñ âeþòé± ä£éÈk×!·ÿ¸yuï&ä)x·÷O®"=M&J’ß/÷àšJôgUɾ3 󺆸—„ÞÄ\Ióp†ÄÚ}‚ø| ±4½y{÷ÄüÞÈ«;·!w¯ß€\»rù_œûôÄýó£ß3ö%b®a2+[7.¦ïKÅ,à?Pë}ôˆéFŠçp1ùs vïëõ;ÑË÷r´µ Äòþ}Èû{w!NÏŸC<ß¼q¿y~ë6ÄüÁCˆÉ+—ƒ<¿úÙ‰ö¹+)$mÉ„-u•çnçg­dfÚ¹ƒÅèwø“tämJ¸'ˆ‰Û%ïæ‹‡&Û§O Î/_Bƒûý}õ*ä9ø÷@n^ýòÁä>ííü{?Él¬ áÕlòÛ¾ŒM8ŸeëÕ™¹Ún^‚¦]+¯¥º ä£ß¶ Qo›8‹xÜ‚Ÿ÷oA_>]z~ãÈ W€ÿïLîB®¹¼ ò;øÓÂÓí -9Ôý/E5Ò}µá¥ê#³‰¯ËXˆ{blÒuf"ì*12á -Ì/ä7G‹O—ܺ¹bûâÞ}ÈÛÇÏ!Þí¯ÃcnãÐ/²¨NªJ¬íÖ º)áµépE[NêPMA\KAºcàJtÀelï%”¿ï¥HgGȧç!ŸÁåþá=äë›—`Þþ1¹ñûüñ’·¥ùo´×»•„°'‚¤÷êFF ´šòm(Ÿüi¤€ýuä;ß©š‡|ö‚}˜G¤ÜÇ'$üéle q2·€Ø½~ yyÏbžÓ`æû&'wïBþúýOÈ“›·!ß^¼… Üƒn” ãßI nÚzV€¶"¯ÏŒïÈcÛÕp°O²±æ “oæàP‘¢£®zZ}‚¼6}1yfezòÍì äÍý'G·îBžùzbb -°ÃâýÉÂŽñ¿ÚŸy½2ÀKZâ@5MxgeeòÇÕ~F¤¶K˜8ZÇ h-àÙæI¦ÉA~¿¹|2‡|5{ ´ü±xüÄøOÈß¿ÿymòrï¯ÛwŸ@|­í.ûY}¾’ z ª y®÷±âçÛÈÞ³Md7eÑ^^NÿÖÄ'¼¬á’žg!a· ž—Bí¿B‚¬­!¾Ÿ¬ OCþºròèúu‡/fæ»ý ðâÄÓüí¥WÛ[m‚XË­ANÚž\ÌÛ vdBÊ–„‡œë¤"^÷Q>çaSïÃÜ]¯D|±…„X~µl -¹jùÞ×@>q¹wã/ÈC0î÷žAžß1ò’àêö;9Ô×d´æ0Ý Š\î*ÍÜÊÏUÕ2|'kXžãÕ4—rfê#Lˆç·¯!›Bl^˜Až€øÞûó¨‹Û× oýyýßûshùôÄüñ3H’‡ËåZØXC,Ÿ=‡Ü¸ú;äñÍ¿Àï>‚¼{úbæ2ä‹ý%fLäí\LÔ[EÊyì{Ì“ñfAX[>ò=—kÓžŸéQK˜W«h‚·¹Î |âï¯øøPøf<òN#¯È¿/¿5Y[ÉœïüÎ[ì˦nÏ·9‘Ÿ»:Z3=Ml…vVpšòXŸjø\«\ öI>šøø;IdÎŽ§.Ç‘mÆŠ3#•ÕlßÅ.aÒJ_q¹' ¯hA³°a÷Òa×»DD‹®L®m…ÿ!Î1c¥„8^±}cy °óÉm€of–—O¶—=m.Gx„_†'^"S_¶±Ÿ”t×ÍálÖJ¶5 ÄíK2óô²œÝxnæòH¾HÒRÚTô=0“J~–}ÝÕÆæ7ÖÏ/î/>@îܸ ñûâz‹4e!Hæµî×N1×Y]_ÀYí/.œïÁŒ×Jo:zµ75Ûž…œl." Wf¶å1­‹Øøç¤”4“Ÿ«aÎ>—­@?¹{rûÏ¿!ïžYBÂÝ#„ÁM+éš–<Þê µÚÏŠÝ‘f÷UÅzunùž2§d~X€•4Ò¼‡êyþ5Æ«R -õe:,Å„{‡u ~ÛÝÖñ»wo;ˆ¿£Ëå g﫞_.Á""þä SŸôý?޾²»­k[û܃enš&m“¦á†ÙŽí8Ž™™Q¶ÅÌ –ÌÌ̲ÅL–,³˜É”¶çôŽûþwë|ØC0lii¯9Ø{­9ñ)»ó,°[ØEq‹:°N1£ùp…Z¡‚Þ7L‘²w6ºpâQV^ªé"¼8óÜ—O>(›ò/HiîgÅo?|píÊ_ÿrçï9Ußäeç}^–ûbmó—ìú$ýDÑ}&b—_0O€^oñzc&ЇUãTwñ÷¤dÑ%¹ ùQYñ¯wŸüÏÛ{þRõ&ý/5é¹Ïxùê®}ÿ—ü×Oþ -«*ü°Ùúó<“˜jšãAì"4¤¢Ã}:×&<ÌÁF/ig­mž&§k†ÐO–9à›ئŸ­£ÃàƒùqÆáÒÁ½ÙEòJ4§˜‹° ™M>¥€éÓȼ†Î~§’ ³‰ ‡œ‹Þ“°À;RزщÜZè«ÇhiÚqfîöÚ8ogy†¿»2Á2Ï÷C¬³½­G³¤¬¨„ ŽùåWwP=Rr­[HoõoôvúÅ“+NyoϘ‹<’ -¨‡">Æ:EËÛâUZfz›SªÅYŽtz¿Ú;·ÂëM™ “ïtê¿‚B¯lvð‹÷û1>igPÚß”uqBJ&*¬c¢#Z.-¨ì ïÌSŠLã¸w{‹Œº£5>Ø2ÏouI'j$£ƒeë½C™¢žžô óå<õ³|°§T8Ð[0Íf>šðÓ6çú@{’N¢Kʆ¹$ô&Û:¹dgüصŠ)ùÍÒ»Ö0ñÖeøÛ!:OµÈ(šë£¿Zèx·4<\±:2TÑ‹C\¥÷¾šåeNÒ9C´Ë\Oóî"§Ú-FyUä–€¡ƒïÓuxµ}cíÀLØØ=v -xÀˆ–ÔäØÄÓÅCm¿ŠG‰©óýÔLxyñ'´ÖÖK“‚þœa6ëå|/a˜ÅºÛÏ<ؤ'YW‡¸.å´,¼Õ;4z–þÕÈvÏBÐÀïß›ðjh`›Œ\½½ŒÏRü'b½“ 0ßç:·V';µó]-ŠIBªfžV¸1HIœtð$q[:1ÝéÈVͳˬ›ˆ€–Kÿ}‹ËûÝÄâGUDèá -sà®ÎòçñiŸ­Ðó¾1ÎÐË5KËC›“ÃõÂQ^–bFа½:@vHúù9{°Íó³¾>\¬319§{C† žÜî‘«}ja_Âjßv´K¦;J6FxY›CÝy¢aúélo›leœ¡^@m­’òÌK¸tÓ<&Å< {áWsIn™„<³/C“Þu¯‡t£â°¾w§êêpÈ:n@ØÖ°ÙâžæÇ½ÍÉŸ‡ELDPÉ"Ø×±…N!2þ†x畹*!V•thØ èrËm9wÚaT?¼~¬ï‹n º -Ì.!”í,BV‘{ë¨r@+4žê;¸!e''(ëb—ÖÕàª#ZB³]‚.p˨ÍAeß g£›r±~°É†;D´€’Oó®ãK\ ¸ÌÃYÌÛ9BæÑú ë8vW:¡GkݨƒenÓÞ,)×+d·E<ªGï!ÖÑsªëú¦ -, ¢‚<j½SÈl¶-3ëBÊJHÅgxålT@ÕÕå’ôp=²ž]ÌhÙ[ŤﯢÓ›„bû6Ï%a¶g˜E– ~­W2½Úîž÷iÉp VK½2B½O Ë8Z¨½ã—ÂóÏÌb  Žõ\Æ©CÿoÌ#fG¼¢WA¨ñ©èÀ¿Àüx=tl¼ѱšÐxj À -J£CH«wA^0›²nÍs!Õ»²‰%ÃfG›EJª4‹(õ»"8¬‹×­î[Œšº6bê‰YFtQs׸KNn4=jt—˜[%­Ý¯ä Öˆ¥Ö©ö')µ=¨íÙ™E¼1 ×ÞØ™'éæ‘é» -Ì®àPl*>m†Szݼ„œ´5 -£rhvXÔšâ¶&.AR|"bETÁ„†eŒö‡ÒÑѶå–çGs5÷­cE?èz‹¯K˜o/îNT¾ -kù=†%6EØÛœd—R1ÑíAYLÇÕTøî2(q“ó…¤#ó’G .?ÛãOyMÝ“›µ‰N1¶=^kòØÈåEtl€3Mû«í)ºáÊ_·¦ëîû·XLÿvϼ ‡OËĆ\v@G‡…õÄÆ Sæ— ómK ç ÍÏ÷xCõàl@:>LûUƒ“A%µÅ/Æ9V±Y[ƒ-÷ÝbL©v¢ù™f°åŽ}—íÚ@g”ĺ€Wé£òÂ*JkHA¬Šq3KcúÁÕxoqN%¡Ö.ÆäÚ…è·_)¬¸³ÉÉ|p¶Õ9Ñ÷ÏäªGˆÍs,7?q®¶½Œïk÷Ê­erã«ú‰mQÕõŒ…TEÿWÆ„[ÆÊoLÕß³-@lë„Rq<[Õƒ(÷ˆ:H@Q lR¼§UL‹®t­5&ne|P ë£º®A·’KÒL@^yätXHÕÁ -«ºz"ŠjPFi9\‚eÙ„í©1#—Öð9qŽq‹é ˜Üà“RZBjàêè(¯ èAèKç¹<¢îŸiIУÕÖ—û D  Õ˜º€¤=ûÌ@Bœmñ:€Ïhõ+Üó (¶Ý·îÒwyu½cuW]JjrIðe^9½5¤eac&âÏ#þT¼ÆmDKFõèú33¢&¦ÇÕy¥˜‚°ŠXÛbÑ|2J[(ÞlÛ÷§•ÅþÃBÃåø -ë$ø™a ý‘[Hkè:ǃ¦ÎQ›‚T°p{"»=k绂Éï±g;¤'¶í¬Vß 0Qƒ ?fôE ‚k×,[Ì0Ÿ'*8 Õ.ÖÞ;œ«ºÑ!ûËÄzë$4ɳ†+‰è¨ˆ•ÅŠí ¦Ž­üA—šÔ((¼½½„h muOn’j½›à´S-¾åÔ¯ÙL…İ܃™ŠW¶ù†×5±Ù%¢4êª~Tw|m¯¼T }Xɉž„Š™:GŒ‹ð’nÆe—=Ýí^ñ‰q¥ *ÿ@ˆÈßZ€dzø¶˜™Ý}²ß#th]S´‚ËŽ DÃ{3›í•`KÂrB¥_ŠÌ±­6>5\³ ÓNvìÀo½-lì™z§Ü*6Ú%Á{6Ú| çöå†GN!8ý÷ÞˆOÊ€X&hU‡ã”êcUÏЩEŽ÷ô­ÃSìs°—;ÓÍ÷ä¼²o }Íw+ä"ç:Í-Deη=µÍ7? lÀÓÏxo 4þ±Ëânñº"ô˜»ß9VáÊür\yPIª?\…gî϶¼}o EõÝ> îß –ÛgÚV‘™§JÚ'æÂåC˜Ô1tÑÅ£ipƹŽË -É™0ˆÞÄj½Kˆ®ðÉHíA‡d“tSøàÂïÛr¹„lº[ÊAxå˜"¯ –î“Á³œÂ¶Çj}‚[‚)Ù’ʶ¦Ño\"%fê×iw‹`Ͼصڞ¸7U}˾R}ß§Ä”jFZÆÁ©QeÏp\†\œWJmðÊI5Ž ø[Ÿ•ïO{¼'î«» äviLËæ›;úέLæ±S{jÀ6œè‰ Ý©–~1 ~¶Õ;ïU0¶ F£O-àz–KÆ@ñÙwjdÓâ<ê‘"sãý â=»½2lqP©ˆª‰-§ú®¡c 0n¢à`¾ñ©~ áŽs}¢§£ã½`Žuøº˜–Ø¿ÏçâJ,Ò{ ‡çµg8¥ˆâØn¿ÐS"¿’Øj[«}ìÜly1à-ìÉ“çSêÖ¥1SÇ€OM‡¿_wq¬a"†Uˆ¢¨QÖ`«Èù…ôªû¾øº!¦È%†äºä¨·UèU¢ò¢zbKl«£ˆ»§œC ª9äS#“tj$‚Ž5¨²‰âp>PðÒ¯kˆ­A%w´„ËóIâ½nHè¨^ìXoOÞ endstream endobj 74 0 obj <>stream -ƒ¼ÞšA¦¬ÁRÖÁoÝ\uÔÈÀ†Ô„†®£+¨XnwNFwxý'Vàq‹×íS31Ö9dJ@N¨‰÷Dµ¯a²b.=¬æÒÂ:.jäív­ïszƒRs@EjŽY†õc߬MÊ»¥¤º?vÉÄ?w‰Ø?w)äÿÝãýï»×)¡‚»o/NCÒ~|¯àuú9´ÑöÚ³P}s¨ô²¹§üÒÁhã}Ç -2}žWqSþüËà2©úDÖAœkPœ«¸¼ylÞ—ûãmoÿ½Ó½ø‡M°è4¤Ðâוí΃·&EŒTTp[0t$¥«øâïÆþØŒýgŸ7üïÎpD‡¬Ú_n}jži{d[Áf­ R#JìL/èŒ*¹”ˆŠ‰ÈùBÞh{Š¿_Á¦}y8«°¹Æ*ÿE.(øÅ¯À7Ÿ™™ŒßvØüS ‹áW3G›ÔÆ€¶k8¶Õ3íÞÄUYÆj®ïŒÕþ‘>ÍD‚¿×ÛÜóíÉÆ®üïDÔì¯÷gZsNŒ$D@Ns¬´'X˜Ps©~61¸#ïOòw£@þEôΙ… êih¯’àµ=l`àά,æ¹™I¨ñ-¸” †IpŹu@|n‰c7r(¬é×BòXá‰ÓøûNÇXHˤ>„6 ˆêNAPɇUÔ¶˜šÜâYnOôÈØÍPëÓí!xÚ¹RÀJhÍa!¾$¸ŠÎ9k¼íbÑ¿N(Ù›ƒ$bÓ>cåßûÊð­w“\w4IØ›¯»c¯½³5 àðlÓÿ¹œ¦vŽ“óãî<(ï·Ý®¹“-6 ÈÛ¦#{ O×io¾ˆ¯R"’Yµ —]³°lï>ÛÒßrËÔ]õ£¡³â=¿ä;#¿à+×|óSï:¡L1N­y{çãhÎM¯Òì‘0QAVê=à´é²[Îõ–Ĉ–†÷K‰»hA±É/C凕°¬˜š”·§í/Ô>ß›jz’1°AMÿ´[Nt *ÿD‰­ˆÈ~º4 À»E¨LÛ -2U;Pûóþ2O=ʵN6½ ÉÈuÎUøûè¡Ð{ÑMlÁ‰ŠÔÓãúšybàÒϯ¯{âÞ€g<üÄxïƒM\‘aˆµu*Ú)¦ m›„Z/ kcF&!  6xĘò€ŒÔâÛ$–{×ѹ_g%P|MhDËçF =£¿Ó%Æ8…Øüƒiðs=ç‹Ð -¢èLÛÑ0) "·zÅTÐ1àeÂr&"¦¢ÁÜbD‘C„,õÈHõ'~÷Ÿñš¹Ûü¡s3‹5[‚ªö4—¨5Á¶ÒúÔ¹ÞþÚµMò -QÙM|¹g å“+ÃÀoóÉð5ŽUx¶m®ýmHÃ$XV µØŠŸY¦PåçÖÞõã-þ`PExe¨§_ àQ= ßø#ÛÖ1ùG«¸û:©ÎŒÝ0PûØÐYyÓ1~±7T÷À¹Íònâ+wfÀ¯¼RlÝ™•Û{ºC§E ˜ú€ -‘ï’6¼vŠk^žn¡~Û¡< -bµi²ùY¼DÈÔÑ´ý©U0r¾Ç‰ñ   -œ¹?×øÀ8Z}+¤e0#:ÿÄȤ©DŸ >µÒçVðÁöeð›íñ¦ûŽM\‰eWªf–yÅ#C!EOGTÃ!Ää¤Z¿œÜè^Çfû×ÉñZ×<òoWQF›î:fšYÇjïJyY_Ë9Ÿ;+®àŠµÃ­­Ãíì«Äz‡ro0ÁQ ß~Ó -:ìBL…¨³èÆþ4´ðàC?«iͳK—óKîl 6=U ´ÜcT>½à˜@8¦ ™NÍ%%³øK9½è+=¿à°Š|ëÈwŽeRÙ,«únêËe¾ø>(faœbrûá*$˱z½=Uü³q8ç²g£5ewôF!(ü%(A7þèž°–çÛ¨î˜/»³;žù½ZüÙÞhÕ­°ˆÜèÚd¶oÏÀâë˜ÏÔLÔ‰ŠKõ‰ •öeDŠm–ÄJÖá,表³ê®ôÑÇ ØÔ‹Àƒ.¢ÞíÕß=š¨úÕ»ÔôÈ6WùëÞLÑc ¶-¬ Â<ëðœ÷~ ¡Þ¾ÍŠlaš­$Tà.¿šÓ7?Ú]€çDõLÌ)à/bb•u‘â^Ce¸–!¯g[^Ëy…× =å7"JMÐ,a]GwÄÈã±^w¸m¬¿fî,ü6°ØžêœoM³-4¾81r?ÛÙá—R »“ÍÉÎŶԩº;æÉš[>i¼¯T×Ô©I0‹×¥2wôœlѰñþ¿îMHŠ[Kõ‰Ào" -d®àQ÷Rë3ï -4Ñ·A­=þoïzJ[P†.¶-€÷æà©¦)ØëqRñýÃe -&dèóª¨`ünÀ+U4ð‰‘ß{lê™:\Ce¬a‹*>߯íî;RkÕ} S_Ë ï2&ë`ªé±{µ=À“¬Ý¹¶ç® TaÌHÆF¨Úˆ^RÅkŽÅkc[ß[ °€U -è¯dÝhý]û:¢Ø¯¡Ã} -Z[DÏ¢žZ;ú ÖÞqÌ5?÷Ê0ÅÓÝ¥w!%wÿµ€È½zjìóË9¯”Ñøéhšº?zq´Øú,¦æ0=À ²˜–Š<³°yÀߢËøëHËý­þꫦޚ[Ž%Fõö9Sά½äœ<þ&Ó1 K8˜l½o¨¾"í(¹°JËÿlüúŸ»ã¸ת³= Næþ¶cœàb€3D¤ª‰–G–ÞÚ;1 ïi¶;WySÉÍøTÎÈùÌ:PuË»Î>øþDA¬·¯"Þéê¯Ùæ`¯½«Ø<÷2.×¶ˆÏ>˜¿:œ‚=wÆï× _»áÏ„”š;Æ®æg¶56XÌ«þQHHûPÃÉüÒ¿záYiyé^nJ<Ó’s¬ÂÛ˜üÛŸŠØU©§z6Û#lJ8Ñ7¼êÓ¶¦òo‡Ó.['ª~q ±eG+è¼Ýi`üj6- éŽçjo¢áÎ -%ãÓ®†ÇUñòòmâkú éׯÐiwÃj–à` W Ô_ÕqʾÑq -¿’’?™CÞù§®;õG Ž¡¶Ujíá &ýˆ¯õ‰iHÿ&¶($†e¾7À'z*"ªåPOôæù€¿j2(¦Ã7ëÍQ®, -ø,ïbËóÝÞ’K¶±²+1)"×+d‚v§‘©öEDšwíZGåÚÐï§¡/µ7­£-É. Çs¿†‰=6²©r¢åÒ| -4¨¤´Ÿy!­€$b·zÔ½ý^EͳI© -ˆ°{“õvÆªîø…Ô öÖ¾X÷X-H¿hÊ¿rf"cη£a²Ü+j#òëPà[|£W Î<\‚¾x«È)Šû)+¬¥!bZ ÐI €™çÚ„fîÌžE´LƱyDÚôD,sÇHÈp©ŽŠpnÀ3ÝçÃÒÝRlY@ËezoÔñ¸±-~@Î&z70ÙÎeøCoõø^—%fÎw¸âÛÿÔ÷Õ§;—0¹†®âËÖáŠ[öù–"^Î…MnîÆžòNeTä±±£Ç-º~sà‘’æÞ@ÄsâÜÌf[ðÙÚÞæ›îu|õÉ‹r´ŠÍ:˜†<Ûo¾g~8Ùôpw™²À*ûœ÷oa1q´€|gªúIÛU~ÉÐ[sM+(»¤ë,»¼3Zwð¿­{ èŒíI(ƒ\ E8žM\µs­=Õ:^ym‘üÁ&áÝ!¦9¤å1ÝBrETFjX„3@³¹Tç^=· æ_ZÀ%|`o}´=ÞöÄÐÓtóD¯‹Êûú¼´ú1ÈÓ%tÁÇ´‚§á•=ý§Ÿ{Ñ1‹Í¢Þ@2>ݽýCÏ¡lì©»§ëªxàZ¬ym¬¼¶D¬¸²5‚(<Ö‘Ú·ó/îM—ýê—‚³l«Í‰Ž¥–”¨Œ -‰žXÞ]}SÄ.¹Õ°Øï­]3Çz:êh–p8 Mp, 2ÎT4tHJ…­ ~”3+ŸùW¸HËôå&©ø›UTÁbrå÷*NÙ–þª{G“ÐüƒReéËÿŠÏö½m–„Œéø³å7 üŒ/L¹_;VêmÑIa-‹9M/z2yõíÿÚxãQ®Å½Ôôx»³ä;%1ó1íãý²«§R|•q œ]ùêÊßx‰7½Â i(àý©Æû^öWCÍ÷?3“.Fµ$xÈ0°´½D®´ Ñe¿mñ»ÏõÆoFR›o”ìYkúïu"@O9ÒA³oÒë\BRIXNmÞo~¬ã|¯¤g± ùyÈ“¿oRS/ÚW[ -ÿcã /12oX&j’OŒ4ì)×§FûÄ|ÎFë3õ3ópÙ툎 j˜h—„R¸ŽËõ+i਎×\ÿÄ­;´DL‰(Hàå~5t²Û9¶pzÝjBà›[Ý€¾vŠ…A ºúÄLÇùÔtˆKJ©ªùûKtرŽÇŽ÷ËʙPï­Ú¹ŒÍ²Ž5ÝVñj®º—IõŽEDº¶£à{SWÁñZbvÆ¥]@cøÖ!oõl¦]Ìhß[ dÅ×~GU ø©‘~¿MB¼·’ '[Èš£•ƇŽDzXEGî¬B‹ Cñ>ç¸OÈEFål”OˆÎrá§Mræ§›¸ÌÖñEË̲_dœÊ›þeZƒg›½=Øpk¬ñ¾wœ¢í)½"çæ}kmz|¦ëèt®ÃÞ™†«oZ&™Gí 5?óz+¦ÄTØ×19ö%Réo¦®±?,‚áŠÒb­ýe{´âŠu¨ì'@/ÝönJmKØ]WÓµ£IôÛ„Öb_‚%íOC^H¸õ?÷6¥}Ä©|ùÑ4,ë‚sŽP°Ì©ÿWôø… &éDIn6ô]=ü1û§¿¬#äš­zà_ÇVžžÀ!†iJîœè˜ä3 ¯3 4ºŠXw¯ç,Æ–Î5=ˆªhˆß¶ùƒÇ&!¨ÂW…”LLDN¨ n¢Jަ@‰»cµ÷ŒÝ5WwÇa‰ËÔš‡¼Ú×ßïN‚“]+äj× -XÃæ–‘¹G“ð|EGõþÆ—ÿ’q«’Ãb;(&7)¹é_ê»KoN·$ž›ˆðcï“ÓÚeƒu¯–97ãšË/Ç×xVÎyx ¯Òs€Ž™l¾gà7ÜYÃç}Ç*xð÷ETÚ­ÿlÓ;B2\ùáLã¯ö…¦çÞuDaD+úÏ5šfž¾3/ù}»oíXMÃ;ªLüàX¬½o[¬{xb`Ð*ɹN. H™`¿˜Ú0Þžþ!·äùÿL¶½ý`öùÞHÅý¡þ7 ‡f¡Ó©¥¿üUÊË}u¾EÁ…T¨ªý¹¦§-ªÌ#géû+}‹où ÐOn)‡ ìo»·»ŒË˜ú×¢;CÚßv˜ìÐFkâáhñåÝ‘âË–á⟪ö¢°×x°zå×b£»ÝKçûÿ­—ܯ 3Pá~©! -àUDÍD®Pª~>1qÙ'ZæDÃÆDô&×*ò­}ºö¦k¦åQLNmu.¡ÞÚ&á þ5L~PŒÊ4Å#ßjÓS¯а2Bõþ¹Â¶A­ ª˜HŸ[ÒÁòš–”øÓ·gGUÂS# èE¢¨¯ìŽŒW—t¬^:´é €³®Up’¶³ä{3ï ·þ¦n›E«öÑ8,ýçà f¨»»€~ýÑ*>ñS ç[!íݧ¤´ÏŽ&›Ï \Þþ|ûsÛ -*ß-¡C¼b64,Å—‡¥mokµÏô}…?ÚçiïMƒgFÏ+´ØLûK÷*2? Äû„€N£ò‹°äÿÖ [ÂfÅ÷,ìLµ>´¯â -wIENÝe ­äk)µä‚‚]{gõí21÷»Ýéö”íñÖ— -^ñw"FÑÏ˸‚[{õ/Ï ð^GƒÇ´t”i¶å…ª¿øþ{3›ûÞÊér¸b›¯`[lzêXtø(ñÜÂb…u4¤[Œ+ *É ¯Ó³{»3VwSBËúDÃÏýjk¨î¶u“ÞÙšû=(ùö?­­@¬ã¼bƒs¥ñ±J÷CoÓ“ÏØÅwþ!!gúW’² úÞÖ„½Ñ¦§a9¥õDÇ@ÿg‡ÍobCJ|•_†Î + 5~ o[AæÄäæSÀKÆk»z… çÛC5׆›S?À¦_ÿ^áÍ¿m -~ýÝ@A:W‘™!)®<ª$7žhX˜ -SæWC -íB@sm¶&ž˜ô÷æîÉœÜv0]qÇ'nÍ8ÑQàÀwÕÿÓæÛ$ÔÌ€¼¤øžš¶erÙeÆnêûï×Þô¯5¼ -¬·¾ó¬€2ö'jŸIIŸEmñ뇳u÷gÚS€ïÀÇûÅ´DÐÖÿöÍéóËÈ­šþÚŸÝÊgÕ†-Ãê(p^BÏ5÷ÜK-É!)¶öÿìdê{#¦.¤€äžî0»b{=Â3}ºhQ#è¸â Wq p“_Œ«ÕuVܲI ÕÊ!Ð#ç:¡éXÃg:WP»Ã¥?ا+~qÎ×?´ö—üäZBd‡´ ÄàqlKm/ˆàÁ:×ö*¢$a϶º'O |Á7a¡Ò³Š|g›%ìM¢“Œ£¨W"^ùUó$èíÑ*>’ÿÙ2:¾ß¿ôgë ümžTåY!Ô‡eĆxŸ˜½%x’ÀK¿–CñIˆµîõÊ»Ûcßj{Þ~±AKø0$Á”Å l€ß1%;Óí/NÞŒXQ°Çjt‰kµéáÑ|Ó=ï4Ù±‚y·Á®¹¼É«úùpÒ|$æ@Õ}-·æi 6¼ú[_CÒß(ù·ÿGÆÊýÉ`®éù7m¿~~0…É ˆhQ ®Ä¿Öšh.º¹É|si‰œôYXÝ^ðç~ÇH¼EX†,<œnzp4×ò8¢ÄTžY´ãm&#î½RT! YÀa5 Ð[íÏfÚžîÏ€ßx6ÐÅ> ®ôp“©îi¼¹ŽÌþܳ Ήé‰mª‚+Šžw_ê‡ËoÎ`ßý8 { à‚,Àcbõ“Ð<ØÛÛíÕ½úÏ>ƒ}¬ÇÔ»…-I޵š‡~1 ´dp¼§¹KLm0á‘g_Qñ¨Ž5xšu¢þ†y¨îÚµøBGÅ«OFÛ’.:ç@ÖÙ–WôÚWìëØÆˆŠÙŸm~a«¿a­¾j™(ÿÑ'nzþ~‹ÍŠèx,›RTPÛO·x=¿ïðz£b‹±¯â%³ôÂVÍ5÷::Ç#f4F`OC -˜ÊÞXÍÁú{N‚ž| §üKÅÈù¿Éþß#öCiá×ÝÿÔ1‡.{oì}odÎ ¨êS=´Ø±RùØ8”}Ù4œ}áývÇ@Ð4¸æ–óyN!©êÌ$=Õ1ˆç::¦$5†ÄmïŽfËî¹×^ÿ¶Ãí÷j=N 5vt[¤°W¼¹s±=q‘v_rÿCšK=\Çø•¤f¿œß§“tÄ’mºùáÑD嵣ђŸýkðÂø=Õ`ÃõÃEr…GÌ„ÙÖPYö5T¦mžâBS¼ -dnPOƒ…u}“QÃàzÔØ7wjî;3s;Þ[8\à‘ÆÝ´¤Wæ’S}ªÆÑ -*îOÌ »–þæ^ÉÅ‘ºçŽ%h¶y¢íáÖ0þõÑœ å`†ßr¸È¬?XÆçzpo¾=Á:_s/ª#Ôû<Ø ÔxÄ´ÆœÏð+û&×'CæxëðµN)<˱Ž*Š÷Z ªY˜€‚ ©€üVÓáñ^]§&b»SM36\ß':6ém‡,ÐÖ9ÍÒOO7u ïKIÕß­ -¾’ *n)ú«ïŽc³>³êŸ¹VH–±æÇ†î¢Ÿ\óM¯¶G*ïšú -¯8*`…¦ò` žz´ŠÉ>Ösé1=sºÅ¤›è„à—]2D¾y²ú–WÚžá‘k½ëŒÖ¨|téX3º üøÞ|ˣݹÊkúþÜ‹3à§_íOƒ“¶çQé#ð´/v‡kY„ˆšE*iA.1´À2ÝüXÙQyås¼'“çÜ×Ç:&å½±gò8¢Àÿ8V‘û³-¼âøÚ/.^?Ov aÀG”´¶¨ˆÑZ§\ è\/÷Ò>óR@Æ@íÍ¡ -$¼âï]›È<13“zjeÒOü ë:ØGk¤j¿‚ËtoÐë£jR£WËÙ›n|d›¿>œi{¯Ýå˜mO_§å_;˜‡î-`jVée·%Œ²+Ž9ð»È&"çXFi -‹©ý¹Æ¬íñâ'ÖÑ¢ŸNô|LÏaÌ÷g+®Ì—ÞÜ,½a_jJüÝŠmòi bd0æXeOFqEw϶{—OLÝ1µÍµI°ô–_Qq³.ÎÕ&ü±Ç0MƒSE|PŠ_Û3u²×³î“k÷f  €O}²7‡Ì«(ÐЋ‰×{בZ쫨 Ç:ݹF(Ú‰×Yê/»¼=Xü“Œ•úÕVñ•ƒIð〠5OBÒ%ü‚ïæÀIA®úÌ„k93ãA1 ÑrÙQ=3vŽ ‚žsKßJ¼Þ¹™Ã™(pŸ‘Ðc«\|¥fñf -_xɽDª´Ïò%”’ ýµþÚ[yÿoBÚ—ö‰†_]k„Bý,!wˆPöóñÝŃEhJPÊÆ„l\Xƒ«Žé15nà ¦IöMÄ%éânÍs¬‹¸Ç&®<¨òBËÿm›úÝÂæœù`Œäˆ–ω{&Ž‚®¨ (Ðe®¦DçFsªWH¬ô‹X­‡Ë¤B1«åê²â—±ö¬ï'Zß}2Òþö˾¦¤Ï±™L‚òŸü«ä²ÎúGÈ̯÷fðU>Qöha_½HA¯]Âúûa-¼(¤!b*üx»k& '·uøºQРª}jÖ£  ÃÃ&BçÚã÷G± ÆQx¹w“Õê݈•Ø@ç;çaI;SðD¿æ:·áÕçû3°ôÃEL†u²í‘k•½?K5OÖÜÛ_n|é!²|ÄiÇÚßHz«oœÏy¿Û9s¯©Á78âµ%סiŽuH–KB¨5O#R€8½Ö±X1#‡í•bJÌ£å¿H™y_‹¨…_ŒB^~f,¾ë““@KŒŠ»£ðwßœÚͯ¡Bñ·ÿw­È 9 y¸F*uˆ­rèÖÞ,¦0 ðw¼†zTM‡Ú ‰ñº¦JJú§ãÐ'_FŸõ!s¯$_ÿú/ÆÑêÄ?¬¸_RŸ²?]|WÓSö3«âþ?¹·?pÌ×¼øóˆÝçQàëmBXàå0Þ[ØÜ?öi´ßwÑ­K%I»Ó/vçÛßãA›Ø¬ –MiY¸˜†E>U2Iÿ±Ppî§dwôòp— `+=¨é -j:8!¿;ªïà•l¢oW h$bX….󋠹Υ¶WÎeØk@g?Ôu×_µôÄkÍÕßÑr ¯ì UÝvδ?=šB¦mð -®L¢_ýkw²5éÌ@Çž› m1ªÀê¿[|FàŒš‰>7õLž¹¬3#‡~ÿ.¡9è>§’Ú¬Ǿ]¡ÔÝ4@“6XÕ¿ÎA²?—Ò*_(˜å-=€–]jy£ @. b³¿™!¼úÔ'ÆÕœh:ùA9à•Ä×YB’]èÜÃeDš[„+Ù]Äæ)ûA÷lëä–°ŽßÑ›2P²WÜ”äÝçãEŸèX„¨ŽGèy솉;1ò'F/Þ·>¢4þ2¡øh›q8‹~#꨻QõúÚ_sî|ó—9dÞ•ý)DÞVó½í¡†Û´œ$Ü’[ËÜÂÆ¹WcØ| zöæáI‡Kà”Ã%г€’u¾ƒGüqÄî=³vNÅ,‚a¿Ž¿'L<ÝfpϬü‰cKÏ|Ä$è ¸âVë€ù}±Æ*üq“}áXÁ§Eã½Ûåøòˆ„RkŸE$m Uýd,ûao¦õµsƒÒ¸Â®¼*í¬¾TZWÍÂû_íWaËýJ\¹[†+•€žŠºž†Í¼©˜•×ëU*œ"\‘GFj?Ýf²~Çxåô6û6o{œÔÒoIjtKÐE»3\cÝó݉֔ÃŶ|çZ[Ú‘¿Ì®øe–œwãàC·œTkß V¸¤ä†€Ž…wÉ™PÛ&¥Ö-g€uÃ×;KÀz§]Àk¯„\íXF¦Nµ¿Ü=Û›‡dÛ7™­Â.Ø;beâ÷;S ¯<›MɦÑÌïôƒ™—·g”U‰Úê7¾MXÁï{¬Ž5d®l°éžKDƒš{fNÍ$ô±±½Ø+)°D}ð¯%ÜÓçRß[ÙûK˜\Ó4&Ý­`SÏ̓¢ÿ˜»&þÜ¥à³b‚*hæöDÓCï¹Ò/d5e\ìÉvßꩵwåÄÈïq­¢s,ý ׎ lÀƒ€¬CåW÷Æ«®Ç{ ‡šoo"Ÿæýad‚š]vi“ž}qüì3Nåí¥7ÿ6ÔúôۺȶŠÏóŠ0! ¡6 "6Ÿ¸ücs×tdK0Ò2ѧ&ݽ-Š(éÀPÎÍL’WÍÁ‰X-Ž5^ÛÞ#gƒYÿsgý›–Pe—+Ü6û$,Ñ:XyUדóµe¨òçýyx¢e¢ý™}¡=éXM‡y×p^!¹" §ƒ|D¦W}ç\oM’wåü$ãçc_l|qn¦\J"È#exÄmÉ~)8;¦Åþm&µÿ{‹Øþ>Þ“YOGxÄäê¸~(¹ä°º«Ç+åâL#ÐÄiTþ—#àŒ¯åÜúëcˆüË=õï¾1÷¡² eÛ£mv' /ÆYÖiy?ú6ñÕîMrk’–7Ž+üZÚÕôÚ#á|Jj[LoŠÐu!ˆKT¾OCmõié°ˆ©s0¶Åí<ôò±¹5bìŽ;û€ù·LGZ§Ñe°¤‹BVÁ/¾z•sñZËËùZÆHûÒÔWzkgº5qŸýõ·ì~ð|®MT‘y¼á®yªáîQ¼¿…ŠÜø FDß9vvØ# š˜$—Œv‹{8!õ¨ðl›×ÐPZ±‚BÀxã=¶#Àk¸’ð<¦é È(-n:oo¡5QÓWuu{–ä“Íì.›]cžƒgt\~Ô*˜ðk™(¿Ž‰vÉÈ . wb&~o@ß5àQw ljm@)àÄt‚Þ3CG—_Î€ì¬ ·—˜; ÔÛ¾Ø8Úò’Trÿ£î–„ï‚r<ܯ@Û…í©;³MÏŒC?Û7±%ûB.ºDkô%ñÔÔÑé‘bK=RDCÒúîh£%×:[óÔ+A–…Ë£\?…}ãQqXìö‰"*r\3"êØÌëè;zŽuœˆ’… ÉÙÈ ACAg@΄»et¸GLlΠij†Í -¬‹}›„R÷*<Ý0P|E×UyÕ2J|×Êülý¥LP~m•VøÓ<2ûëuBî7æþÚ[ŽUlŽº¿í¾e •PòHN Ö²È1sÏlÀ èvÊÉõ6ãwæ IG«¨ligÑ•À&®)¬ïŠïƒq qù†ž†k£­oþÙSýì¯"féw¤Êò~ýÀÔ[—äaŠ|bdŽOŒÊw¬´¦l—=P ’¿•_}²;Tûàp_(í,ùA+(¿º3zøÜx]óŠ?¬ø¶Sºæh½ö_Ž,û Àé߬Ýóÿ¶pxáMP²¥îQXΈéhÈ(€™ŽMDža öû¹Æ¹ÁDªûÚžó›Þ}[ûúæ'üê7Ÿ›:>k¹ëX†¥#’?„¦~½;ŠÉp¯°Ûv§Zž¬3 -/É:knZ¦a¯ä½g[Ó¤J²‹ï’jÜ›¨B¿œŽŠéXÔ³-ïØ„Ç†5hh@…mò)0e~%¹ýx»g1¼Åïó븴ÝEhöþbý3¿¤íM@ŽÌ׎ÀÞ Âò®*»Á)¶yfµe ýá2í«‘æW_ qo/kØéí³M/¢2R2\õ‚Uùôsç<UuwÔL| àù _ÔbjŽwidŸ‘Ðl"³&)…?÷C’/Ÿít/DÍ›Q –ãý¼÷§ê:–ÁI>)¶ÐFQgíƒ1仯·'[’mÓè¸Æ-Ä—9€Ã)§µXfP)GK¸ª÷Û«Äæ9Dq@ÕÁ j¸Œ ŽŽ -oñºüZ€ÛTL¸GÉ„ú4ÃËGëlâþ±Â¯fSlbJ¬³õÁ¬àâ 2ëëPí/nÁ/Úš”ƒExé4êíç&¸$f  czÀwoѨQ3™R¡ËqÅÆL‚Á°^0îSÐñû˜^5á’jlRÈ hŽQÐ ð÷àR·¿L¬Œš‡d!Ó¨&bÖü·6„QÐÔÐ!VÀ/îmÒj7;›nk†€ÏVr»u“Ъ ”s­`3sÐû“·w†ª¯ÈÙ_J¹¥?޳~H¾ýÍ_øµ¯p® 3 ¯}M7­£Í·¦îÙjîøÖ°9€?@ì¬ájGñ©ýbl“_3²â”-8e½]A ubâwG \¦e•¾3GøUâãkœkˆw»#à§"zõURÙà\ÝB—¤|JÈ{ù™¾«%Ó³‚ÌÞ+ûÉ:UqUÙ•ýÝ âÉ'‹¸×ß-Ó~Ü™hLÐM¶>ínKÿÒÒO+ó-õàCRBML+*!™GKOœk /"J\ˉŽóJpå1%±á?&2üßÀñ§•#xoä²5d°u²üöÞTÕ½ýTüæÂ"¥ìÆþ$.mg¤í‘±·ìG%/ãÛeBâ½->çßú«Œ^ô£Uu‹Uùú;ëpÍÃ­áæ´iÀ ѹîMr­Kˆ(t‰Ày‡kMÏ‹)ø]ARâlÂÊ„ý¥Òöõ–ä€Ð:! '¶9$°,Àt¼·FÏ-¸–˜Zä—B3#¾e¤Ç -:cgþÂ6KÊr¹Ì ¼Ž*påGs­‰Ó˜ÔïæÉ¹?oñ¼H­~c›£ÕïÎP‹Í³ˆ„¨ÐäFüØ€˜Ið(ðÙ%¦RØ]þë#çîÙNç´KÊ!:7ÙP¿”Mñm k=Kà4ç\k®wY±Ä(¹2˾³;)Ý_Æ[&0IÖ)Dòþ"2Ã.$–ìM#âõØ -œ\ÕFOóãNås¯¢³; tÇ×68Yç–“kü@¾…-\¾_Ççk'Pï”C𷲃µ³F­Y¥ÔþÔÛöÅ@CÂÇã5×›ma¼r“õ]ê‹[íªHm±(Q—nßDÛœslÔ½r¬6¤†T4xTÏå˜g ùBZá7Æ1h‚WÍçG,üá°•Óé‹ë$%€ƒJ:Ä´HÌ9\¥7y•xèá¸$ºÅî=6«ÛŒÇ{W¹5dPÈBEùâuÂdøRÝè%*ÿñGAŸê^§VÅë·Ûg /÷†ZnmõÖþ¤ím»5A­ù®)õæßçñ÷ìˈtiGÑ% 3ÿ+ëhã̓™†_}–×Ç*:$¨âT3Ьöœÿeío. ªg >õ¸8jê›=±p:b&&9®;ö×)¥ÓÍXÕÉßl ´„¥ä:Ï":Ý>KÈ´ #žé{ wE”ÆKrFóMÇ<±ÜÔz¤ë*½d[jKØ™n|´3Qûı„È4r’m’º=ßüPÒQs}«ŸVªà"ßÚfÛ^ëp­)äY#µœi)È3=ƒàóë ¶2(Fÿn bþÜážé|Wà«fš^:W y«è¼^Dê¥%jùÝ LŠu¸ùŽº£ð»MJæ×@X|Á¯{ùù<,ó§­Þæ‡S¸Â+e.ÿew¤1),Ž{Ø;û24u{ ôðh¡öW×FÍcûjýcŸˆR·=Ýž/°ñhöîØ@@œ˜p°ctf!AN-D¨OËq‹ÚSÏM,vTÓÑqbìçKDCF”ØJ×JëkópÅ );ûâÞ4ôeS:C-¸)ï*ûÕ¾Š,Z ýº@(¾ø§Ì°” <~ÅÎ "é`•vb¦NL$쉉‰qa¾Ùg¢a\ñuá[4Úù.S`ƒ&[g°ÙAyÿ73ƒa›kz¹I|{AÛQxmªõiXB¨ +H "^Í5ã:Á»I®öŠPE–‰ÆÇ†º_vgµo´%º¤Ä:œŠõk¸ôƒuR½WÅaøµ\†[ -䈊ŽYÀk*Ô¾I*×=üKãîû3øŒ­!ȳ%tæç£m _÷µ<½Ä¯øc?(åÓ~TY²y ÷©ˆ û¦Ü%£ƒ½*&:¬#¶xãõx¥øZ¯_fž½T÷×^7LÂßz´\¾]‰CÛ•ØfŸ‘Ít()­v9µÅ¡æ1C€ïsIÛów*îøD¸e|¿Íîüãˆ;2QÐ'Û$¤_+<¼ðá2$S>Ðë܈ûZ¹kY´€Ï4÷·Þ^%~1Ò–þáh{Ê?Wé_y–(õ{óØüuJîgŽHJ@ˆÉño¢²ñ}ƒ°œ£Ul~—:K¨¸á^¤"–!¹ßÄa‡^mQà!›äSrI‰€°$@¥ô4d¿;€iŒŠ¨Í;Cõ¿L@ŸšZo+¨å_™y]sˆ·» ø\fÓ›¯úÛÒ.ä´¶x] ¯öÎ:Usw‘š}ašù¥y¼þŽm –2ÃnH.M¼ùÉ)ýÖ=€ð;ªÂT›'É» .ÌÕ= *híÃðÔ/´]ÕÙ¿™:'ÎÏSªÃrl‰]`›‡¾ÞnýUÚ º5ˆ,ú~[ø­o…Ù~0œ—AøSË*qŸ!ãÖÿÒÓ”ô‰ âÑ_Ý ðLmwõ]gÙO~!,#(Ã7%Øâc¡&Þÿß[Ý`õ-MoõßFüFçˆs]dozŠ_ïÒ£JŽM˜Æ?÷©Ôxm¿„…ˆ)†f’N†GL©¯û°–_Õu^Öð ~ J±µ’Áº×-7ÿÁ¯~þiDCGZÇI–þ¶_w‡Zï1ý8ÎÏ~µÅ/gÁw–Z36¸é?8…­Yï·4ÐÑAƒ60H¿ïuŒÔˆÒ½EÐãZÉ hίß9ãëÙôXÐþts’}¶%ñX+²-4$è{Š®ÍÀþµ= -}9‚ν…/zð™Y|%ª#@c|KL‡­ž7ørKqÅN®Ì¥àà7©õQ³ g[tÜï;,Þ¹ -;rÿ`¶úWUOÑšÁöW³¤ÒëSàwõU'ü£·êÕõI_n5&F¤TðÁ¢TÖQ~SÌ,¹àX'W<–áÝ@{ÄÈr„P àñx›JŠš)Øà“jWRa²‘Ú{–…ö·'{}’è¶`Ä«fáÜÝobÄ{ž¶m‘v!¤`œòMDM@ýŸ[°ï9í“À3+-O÷gîEÔ¨ê?í¼‰ œ‡÷nrÚ=1qX¿YX4wOEuüŸ„ÑÑbR$&ááöÆ1©»ýØdç »ÊØÝzo“ù™Š[ò‹’_q]Ê.½¨àWÿ°=ŽÍôÉxX¯’ÖjÛ@¾³¯#Ò=ÀÜÄø’âÝYlÁ»î©<ák]_mî±¥wÙ%&Öì΀Ž– ia¡:¦ÁÕFU¨ -_©h¹4ƒ*?ÖõŒ¹Ä9Ñ’[ƒ2BÕáò €wv&ñ©¢äÓxÕ·«ä¦Ÿâë™u]ÕWÑÉŒ´?ûû(4éÃe|Ñ7€úa«¯å™j´=©òÅÕ¿£Þ\û *Az[£à~7Oxõ‘nèÝýpÖ7{3õOÃ28¢íêQ@SöæQyç@¼ü?;ûv:ç?ûØùª*$‡e‡ï‘K>Ãç?ýàh…>Õ2ñÇRZkh[~4Ó–¶Á,º#æe,ã«à4ǵAj2t5ÞtÏ#3ýBR¹o磋ýb"$(%¶HØÙ_Lµ¤žjØTÀK4ùE°\¯SP‘Zß›#aÕ3‰‡«TLÐò2('7FuøÑì†_ñ“„“ûõøÍ7Ó¨w?̶%^«]þúË··¾ÿç,¡üù9— 8Õ-§º6Û’ƒ -,pn©`À; ×ÐÙN©2¦é„äLÜÑ"$=(ÃÕºW )šŽüËÓà矪ºkît#󯾼þá"ïûyDöÇÓ ¤ȉéË)€†&|4ØšòMOsò÷2NÙíM^õÔ_ÿ¥%õæÇGBtg‘z¸ -J ém61ºÄ2ßöºڞòöí¬ÞýyxºOÌÀouOF-= §½âóCÞøÙ6 u`”c±ù¡m üZÕWsgwžæZF¥Û¦A¯ì3Í)GSu ûcUO -ò``aóƒuZñµý 0þê«"bÞç‹ðw/Áß|(ļùÈØQð½mªåa²á¯íåíÉŸ8P9î5Hšš_tMßUxÓ½TtÏ/©x3 jN¶ØìSK|¿!¬ãÐã÷Õ£.9¢ 47‰eÞuJ…¡·å¶¡³ýÞ&³éþHkú'CÍo?ï¨|ýñ4,ëK5·ìªg’äßÄVØ–¡ùG«°l”ò+;( ±É%lK–uä_Ø`f|¹5\sýŒÌŒ¨˜8/ O|rz[DÕÁ«Ù8ÿ2Ë»ÑôܶT|Ã<è‘9hÊ™†…ªØDÇ©*¬d“ÂJ>ݾB.Ú<·¶·ñ¾Œßx[ߺ³;…xu¸L¯V -ê1K.¯S‹oo ×ßx覲£òþöX[ºz–ÔÑ”õÍ@KÞ ÷¹Í<ÚxWͯ»aè=ÝŸ½ò¬‚_khÐh|Ï€œ ílÏüXį~zj¢¡Ï·)¨²ôÄÍ=ÖÃòX«êkzH.OøxSp?¬g÷¹„較ц›Û}U?‰hY_0Jý“qå¯ ˆçݼ^Í#FMò%Ëøÿçè¼ûÒ̾µo2“dJ¦'“d2齓Mì½÷ÞPé½wPŠ ¢Ò{ï¨ ØPì½Æ´ù•sžwòàùÏÂÍÍÞ{­õ½`ïkAê7ø†€¸ìšüú7úñï£ÝoÎF†^lÚñ]knSóâ‚™–ýü¿³ îQ¿ì/aß‹,[Õµ'…øå÷½´¬KÛ1Ý®"—=FÝÛváAë6DÙšœ²¤¤yxÏt¨Ì?½Ì¢óc¢Æ×[ÜÆ©=ê3c4ê¿fÝ_&©¤m(kIÛü"ªizttöäClþç”àØ:)ÿkQI_³¢ -W ˆ’%²pÃJm›VÀR<ÝÍ·# -TŽ[pNPûò¤›RtqŒWÿ`^ÉŠ}®ú% ¦"$íxÇmx{ºíÝõã]ï¯n:ºJæuuOW¬í¹»#貋NÛ±DŸæ‚£3°ÿY$#І?PY_gÄÞÏ3ì¾Ãiã`šˆúBÖmÙ;ÞïºáUÛTÛ„¢-s͆jÞŒå"µäÂ`sÂIaÍ£cTêokt…‡Sui’ò£úÙq ¾ä,©ìÅwJPî¹ pß‚,øÕOÌû5Âigií)2ùWFý³o´¨œ³‹ªÎ·s²Æ‡^Vé^Ù½%yÅ“}7¸äc˜Áù4)ÐÆbd`Í«^s¶ÝLÔžŸMذá*Wuðôe hÞž—ØúÁÇ"¬[Ð¥ÛfHÖ'/²þÀÌßr‚J7¬°üO£„ŽMªl&¦ic¬Ù¹éæQ—ôøÒ©þ¶GNzî¯&\Îé;ýµa§Ä3×L®¾0ÒÝñxEG©ž6ÞÑÀRáÔ<9)i~yz’ßx#Ò{»¨d´Í(IµrtÞ™É>LÞª–Ù²¢‚¦nš ië6TùblM,;±•Θ– “·}DÀ~þÂbšºýêî` ÝhyìáÕßš×ÂJ¿ÌrëL傪3)*ƒ¤F†a.FÝeWÖ™§òî–[Û,ú»%ýÑiw°|ÅŠ¯u±³~·Sß]r²ÒŸLI _ŽP‘‡cöŠ@TÅÿ©"ä¾ø× ù!«Ÿ®£}î-O'%•—½Œì3^Fîµ3¦RúúxAÒÕm/“¿çÇ´{J®éI¿0Êï}#¨¾|FTrýÀ‡nX¶‘[‹nž¢7%ß?ôc‘ÿžcð?…° %míýYYÙ•MgGê—I¶`ÝE‚(%7}ìÒ›_Âô£½Ã€/¶vEÏ]Ö€ßGîÌ7=Œê0yØÒW?Brœ“ԿߎåÓy }²¿æ¥¿§òÖ`WÖOÔҧߘiçÖL­éHÎ’©õÕžÓ[|Ùçé^WlÌ”'ÉÄXŒñy{æç xó?s<Ͳ‹w÷–%N1#ŒîÏÓ$ìÁ(¢üëü)Œ.;@«.|ó¢]î|ãa_wѳÿÞ2ÞÏ(iNfÙvRñïtéï\@æwÐÌ'ߘ0•·gz;žp랟Âç_ûfðô”óöû®ìKq*ØÛ_¢Š¶×ž¾º»"àëǺ›ßôÑ1‡#¸¶E85¢ÇU®8Èݰ꡶û†AÉ:Zù•9 ¢dÛÃÄlÙÈ-‹*hÊ8¯úâ­ü¬™ý£QøÛ´öV -*ùe”~aLÜ|/<Ì^µ3‰‹v0ª‡åŒÑØŸ&X¼ýƒ°lD•»8UwÝüº»ÁþÖg;^óËtâpœNØöâ׬„†e¡aA‡Î_1«ç-Ô&3§-ÞLJWî‡"jP’–óÓ`ËûzdþÙ°°æÞŽ˜‹çú9=±´5õå÷"Pæã~,ìë…¸î€díûá ŸÆq°Ã ²é¡Â–mÄ&»áÁÄ0ë¿Kݦø®M/,oA|µ¬¼XÑ´=‹å£´ñ!økH~âIXÁÓ_¦•€ê '´ÔLI>í¢eœ ðko%-ñ“Ò†ø]´ò0D#m¸X(;§è²^÷yŠÅßôÁª×lmÉ«vhΊ[µíC7ýkž3¼>ÊdÈH•+ÿþf’)ø<Ç•œ¤õü®\Ôµ>ŸVÔÜ ·ÆOéiM|Óň“·ï÷ì:Z7µõOæô,°—Û|ÅM«üÃA©úÝE¯;?.l¿;#ƒ½qqê/·gý8ÐZxÞˆ©¹>.h¾9)i½·¬¼\7Á -ÂÃ]ot¤Ò+3²ÎôM;¶tÅ ÏZ4# -ç-¤ÚU'±?Îf­{è¨%¦= è’?‡±5¡®š ÓÒŽx-2ã—'†€ï¾·à+þÂ7I¸{!®+ëéÙˆ¸-1¦ç޲òÏ…%·G¹E—T°wß±*ŸœRt¥þa§U]‚e=8í«ýɃn˜é­½ï§ç_ô3S•¶Ýÿf éé·&xúfféÕìGÄUÅ_øvÇ5úWþ2‚íYÀeKŠÚçSÒê«N^ýUdé»ßúZ³µc‹Î`¹ØÐ%çBœ¶fLÙï±rò·.ñ{BÞó£¼Ú{VZÙ]RÉ£´Ûßóë^ýlÅgÿ1Ý×rwEN_14å,ëjß~ÁFXÄ]¶6–w«w¼ÂSÇÛY90aíèÌž>Æac°–eSgjL÷€6-½¼mºvIÓš4¯hN\4t&m¹Qe;n*xj–§Áþ‚¿óvC’ô”æg£üú»QYÕ“uc}ŒG¹k.XÁ‘Ó—)&ï @AE „ÒM7©cÓ¯8`_#4îaˆ‚[w#жüØúÍØs—Ìèª%ºrÙˆ-*)Q50a×…kù8Âao»èÈ3¥qÉ Â/¨y3Äì‰ð ¾ð¢ -‘ñ{DNZ1Pj¶í¤æÍØšÜòÓàÛ£\Ά—ˆYs¢š—-°ÂY ~˃mÜ¥">Ä4؇ |"#÷‚LÒ†—ßwZ=ŒÊkjxÞ¯vrÙ™iãm+¬à0@ÅLj ãÃí Nlõ¢ ‘µåE”¬{@9MÇ›e+²dÏG¯[ÑG{$'h”í øÏ"³ïË"Gù9V;')´%®cÑAi[0àŠV,¸ÊÏóÝÆ­¸b2¿Nñu_'yý_C ÊÇqn'È¢Fuø‚å£~‡&Ò‘OúíIqÕµ°’^ïï{ÙÍ×Ôª³cÜòs‘¡¶GsZTÆø4a¬»ãöÌ»rZ*jš ¤Í«PéaqÍÕq~Ù…ù¡Î~J׎Û5“æ4àŒOìîa6{wŒEÞ¡Bל˜ò1z/Àaíù;c,ÒªX³j&ÖD刌 Qã§ò¢[|FЍûT‘ù½\|ÕJ®¸"i}}B I<ÁoŠ?ÞLùÞɬ»ꃥ‡Á¯Ž~ç¡Õ¾ÿmJÜòzBÒp?ÆG?Ó~±âsþð1«ï…ø€×‘>dŠK|‰,IøžXôæô–Þ2'¯¿»¤j~<ÕWysðôÄ`Ûóþžºërjí唇—Ž£²^ÿ2Ýz6Âm¼nEWþ­ƒ•] ¼ñ·ÙÁÂÛ‡cíÙ;.`vDZcІ¤/”"Ë×lˆúµ†PÍ_&p Oãèæ¯ìŠRc˜Ëóp\×Cruèäß­¸¼kQi{Â’˜° G¦¯xÐE½vÕÀìXµð0ójST…+ZÔ ÒcZ6cvövI‹ÊÚv³°srda_{úy¹üÍÇ£{QLÙôĸnœŽß÷.™;’6|øÎý ‹9«€¼‹ÅHsŒ¡Á+ZdÑÂpÓ£ÑîÌ+Ëږ׫xNÄ„-‰1Iéª[>«†¼='B¿FbëÞŒ,Ÿ–“VŒÀ´uKŒ,ð¼½\ë?ó,ɇ0 [s5›n\ÃA×µêDµŒÓiŸÂ ÚaŠÚ’KvLÕ~Fûb0¾N²xÿš ?a›w\ØŠU*g-OSÐ?§ñÊ®Ué”`Rýpüœ_îëz1'k}¸ n~‘·> ö5Þïm»‘3«CRvåT?>mYO®ž;Ú·=Øp{IÑñ|Í )\u€3'ÕƒÒ–§ûãLÚf,&V]À¦‡ÞñÓ°¡žÁÕÑw #èæ%KWƺ‹Ð0¯A¬èvfåÅ>púw¢¶Ì“.J˵ÙArɘú^…È?;Â눷1:^ù{€ñK:tP3§½1@âÄ`gBLw—ô´Þs1®ÇrlÖš’µi!T¯ÇØiz›1>ˆzçén‚wTØèÑ>4IëÃé–ç*Tö%±â¶§›$gÂîu¥~7ÔY{#,E§kðUç˜åïrßCfõ¯úw·~Ñcòïm™à…ËÊö„]3ðÝ–±þ½xEÐp÷”“˜õ÷zŒ£Ðå‰?«Ðy GðØf(ä&°^X馵=ÛÆH½¤A¦ý5­èx?„Í{(‡¦ž1³®Ù%†ºÒwÈÊe $m6– \¤ÒÛ‹ÃV6 Ì«°•±ùË]Ôê7,äÖuªhJx§…§ý…M¿vL M»?9 (œly±å9Ú¿G'íÉð˜ƒîŒÒÉkN"ØÁ*¿¾¨ƒf‡¤:Owã»EUëk=íüÂpíým{ìýýèê ð}Œ‡RtÍ/?±€U ¬r¢ør\ÔöxQJÛ´¡jöNÁ¹cW涇رãcRw‚lÞ¸–Á’7}ìØ¸‡÷C|Ùa˜É9 àëž®Üs,: …6VÕÕU=©bV…ÉŸèïzígÔ]Žöw>_¡2#ƒ¯ýœâóó*bÕš]@ñYÕ†µ3)ÜW~eB\rq^ÙôdË…­YwS3à—+1hþdRc_·lAåGd]¯'úÚÏ«aïŽÎVíùé¨ý—½`&T¯9˜Øm‡¼f!5/X¨-£jf¹cðÎÕ ŸV’J2bž™ º£Ãt\3`ºy8 —SbDÚ´ö*Èk¿ë vÜÔÀjÏŒp¯) UW©E/¾Óteýv4o“ -DzÔD¬^²²À³VÁ1€Lr~sPkžy®E4-ÏÂò†ÛÓŠ#OcÀ›M®~ÎØGóHù-\@åù ªqÓÖ–4'«¾1Ò]|VJ>Õßöî;$ãç qó“šXÑQ”ôóó‹¿ÅñÞŸßЃ3BÝÅׂ̌?-Ðgß‘ -oë¼?m§·Ý“PÒ›SŸ§UÅßÜqÂ1ÿš¡P–”µ'øÅ眴Ì_ºëï÷óªžxûÉí¹O“ -Ÿœø Â?à‡^|ó²¡ãý04ñgFɽ“Ü¢{Ǧ•õ´Šg­o¯ž2 -^îAÛvFWTJõ°sÎÞ|K.º{LI>ª}†+ô»Qôú_3œ/³œ¾ÏS$Ü®R¾jgŠëni19§#:x¼âí¹¼G¿‘*v,mo—äÕ·–•µ÷ç‡Ëoõµ>8Å)»~ÊÅH¹±5Š®G?ù–õøWwÓ»/&íkˆÍýdÒ÷Fà-/´|ÃÞ’ð¿ Dòç2 S÷êA{þã›kv,æóT¯ýÓŒÈñ?«<ëÿ.Óû?Áµóê²[d[_Wö=5¦øÁ‚”5¯&.ë!™Û.dùVø¯ º~ņÈ]sÐ:–¬ÔæðúýºÙ¹éˆiD36¦ïÏB‚ÊërÉ_ò®¬§{[ž-[(í>QÓý©þæ'.bóá±ýSý¦wG(È93©jBƒ/œ·sˆ ®Þž °äìåîx¹Ôm+¦tÇ/øàÇÔo¹ y;DÑŽ‹…˜Žqð¸p×M,=3Ðòö{UgêlÚ¯“ÂÂ[{^&qÉÎ@Ì(aïv<ø¦-/ºêK˜û2IBï KHöβX¼íE×O×í Цƒ=ðb[úÎÇø¦u×G®Ç4ꌚ±dPWÝÄXŒ‘"*pÒŒšµ`G•m@KnrËØ0ôÕ¨¤ëITŨ_³IzŽúf,jqù3¨”&ýÙß‘õ³–{~BÚù&ö¼±¼ö<oµ ¾bZ‰ÍŽZðåK.*`ÆLoŠZ(u»c ü§»{o×¾â„åÅ4CÇ’Þºî!µî(°#¦`ÎF¬^´“k÷G~?È¢Åk¬ØHM1=P¿¨#•/ e%*Ó?m`·^·2î¬êùAÝm#.û¼“RzcL~9=„ËŸRP‹GY…¾AVÁ” -Ÿwà'!?OÒ¨ dþ¬šµhD—­XÉ-«NbÅËFÇÞ¿4Ôßö|EÝöêó885Pk¢·îjDÞñB‡+¼ èÊùÍK¯½²d&6˜°7<@ÎY;§êíšQêo¹·=œì|5+CgMHQ™«Bã–ŸØ6§f­ZuŸ§éì£3ç;HÁ¬ªþþt,þ£ºö7ó&\i@É(5q@ÏÔ¸ê;kVD팠úïQÅe?-ûW/=ïìHwí“°¨áÙ¢Y1cáA{¡E ÚR.ÇjT凨º›S·Ç¯Û‘¥+vTyDß•µã˜0›9¢å ŸþX“t÷–‹úŸ†è?3XÔÆ¡5±š›•\UÝB•¾¼w²ñ݃s›£¸î¯ ¬¡Ã0½bnI s.ØI?îÈðõ16yÚ@®í‡',Û)ÍG¹yÅŒ/‹Í}ü‘ž2+.;µw—õØÊq-±jSqÁÆjx´ç%ƒ¼î  äU3"oÁˆ-[°óp+aϲO"²ö³ýrI{X«DŒÌy=¾dŒ]«¥ –µMO×M]é³jÝ0¹ö†°3ó×q!àYtú~ª¯åþŒ´üΞ»=ËGEÌZh-“ZBéšEÚc ×<¸ÚU/ª|ÑËV¶Å¯ZÀé{>XŪ^2c‚¥M›9:NÍc:çܾ“Ô¼a!5l؈ Û#$PŒ‹‰ë£Ê„žÜàìnI8§>ΰxg˜ÜG½÷<„¦;¶tш-ZБ*­4ÀøôeDN(X6ðÀ±¿}ÜêË“}Uwç”MÏœœ¢3¡þ†§.R‹žY{ÇÆnx´3JíQ›.rû¾^ñ¯Põa¨%kÉÖ–xôœшŒXVB“?„©äíQôC˜ù<‰Q.xÑÞ¶)ÆÏ˜Yøõ²–±á€åÏÈ[Ÿ‡å WKV\ånLïxiÐ#îÕ#ÏU‡6cd¶-Xè€E+µ5j"5¬8Hí{#Dàç }'À"G­LÀú_¸`3ŽöO®ùÙ¤Y;±nÙ†*Z6t¥m9%[^ÎßÓþxŒŒ_³±á &JmD†Íœ×ዦµ˜ì1>cBM®Xõñ¨S:B™W{5 ‰Q³„¶daÄXˆT?£B¦ÏéQ¹Gc²`wcú{ÍÓ¥~\ÇÑYŸu®a/H'.{° –Q1“«×½äö /ä¥×\œÕ¥e3²rÕ‚,Ùôàê—혊¨ ]Vâ²£v`ÕÇåì„{†|õ–ìø–OGÞ¾³œþµ±îîqm/*¨ã¶úäð$·¤ùîŒ -úz´.BcAåÛ¶ÎÌM+¬l͆iЍ{ÚC21DKízëâƒJÿ™föoÆjܬ¢þ¡ƒ–÷»‘rZÈ<·›ÏXîÌ[)óf6|ÎÂ….ÇjÉŠ \0PëçÔ¸Üð«g6zº’åÈüM¾iÝIíS ÈÊó̦¬Ÿƒ}˜â%#®$,m¸ãîÎüsz¨üöª_;ïàb==ŒµQkÕOƒ.;¨€7¶â¡w-ÙIõkDÁ²¸d‡ä®Œ:Fµ˜|jWîd~ü‰M3µuËÁF¬Ù¨­›~R窗˜wRZ£v:`ÝËåls»7ƒ4T¬¶|>à–¿»ánH\ÿ(ÆÚ"ʦø%8gÃKl u¦ÚS÷Æ(Èu'®!<Øü4$Í¿ùa¬þõa¨5k7ˆƒms DFk˜T«>N ŸfºÂü–\°åíHßöÂÊöئm®~BÚþpÉÏûĵïù‘•[Lõþÿ‰AÖ®ZÑ“Cà„u©cg’׿èeQ–œLÄv€'øâIþ‰åï-'òÈ«¤pÉIlœ·°;×GýcŠÎ|O}âŠß¾â#AÖ}¸öe;ºnÍE¬89X¯óÙˆš¶ééáFMÔúˆ†T4o$WGŒ„êY34kçÓç\½¼i#³ÅÁ'¼›4+æaþ¼Ñ›¯ê%3¶jÝIÝ{aoëèŒS„¯Ûd Öü¤ö­ ¿:Fϸ(í ~*|#H'­xi¥æâ¸V¼âåà­¸Š7¬8p ‹VlÍ¢•ܾ䮋ÔkÞEiÛò¥{œÞ­ ´âÅ5†±ïƒrlÚÔQÏU?ºùŸHæKDdÿ<Ó£<œâÊöƒlþÞQ/Q.;¬`ÕLªYµQ#¼éˆ?O tKfX&K:ãgUw;#æš‹KÙëéÛ•z"vq÷’… \³sÓ:F½­»ë¿ò|RŽJ]²Ò:­Búª£_²5Â"lŽ€rÖ\„º£~i.I{¢ƒ\~íK€ËÝô W}Õ²·O6‰0]pt–3¥á4ù…”̈”\¾åâ`¦õ¤r=¯óŽ£úrBE¬ž·rþ~DBhÑÄÆÇ†oùbq6üLüšœÖ£ ¦´È´¥˜ˆ_÷õ°W½=ôe7´ê¦C6=ÔÞ•¾:‚kU 3LÝÀ'&0aJÇ)9 FJÍ^€ Ùð3ð‹nF×ÚòO”«8˜bó7F¨àíÑÑöhŸéóÑyâQxõªµ=m^ךQµ=Ži«E5"'–ª Õgfå1žˆqÂÌpg‚œ<õ -nÅ4Æóm¡e;–Ÿ£RÝŒšP¿dF´=ÿjet„ÄÜ)-·Õ5Ä)åªNˆù{#Ú¶†\µ’[öì¯ÅøfÃ/]÷‰„­šÌaóƒ¨ ’³hÅ×,š©-+N6fRÅiš0ô‚:!(¬#.Z»Q³„1ëÒ#fǨ’2£&·Î%¬Q/wÉawþ‚ºµa’P— ƒÜ¨µ—:m€,Xë_ïc{#ØA,¿oÜkZgT‹/š×‘ª6Ýä¶]?¡eË‹k^rPa-±hÖBo_´ñI“r\vßtmÓFjYsÓáë>jÝK-9)m“Z\ÁxŒÍ·<<Þ‘?þAˆAÞ!‹nt劗 -]÷ò{¢¦n¬CÄÈ4÷ñóG4Bà¼S,Xó+6(,'úºëï¬XQU[~:.ªÇÖ:Ø×BÏÂÝÒí‰îþ“¸ìfÁ—ìÔ–%¶lÎÔ•ºzä9ät»ÀÉN 8qÖÚËS“ÇõœæÈÑZ]{ÒÂíŠXú¸s–¡>[=VWõ礞ƒÙ˜¨6b97"´îFzÔëA9¶f«¦Œ”º1yo’Ù¡æ\Æ„mPuéV|†)ó Ø"í«Wöôe)¹’T÷@o…y41H­\÷J†·ƒ½êhg’Ó»4Bo„¨¨íIfgJâÛöz·&)¤¨¥+wÎ /]aà&¬ôï9Ó3HL «ÐÙë±^¡Ã<4𔉠ßçIö¦Åέ)¡y%À—-p8+¦bÞE….„}[±¸Þú?6 ãV}èš­QxÅnˆ„Üh6Ãë”S8g&´m‡„ší0·w'D'E­¤†q-*sÖƒoÙž&á>ÌÓD« -vm”Cß™î–íŽs{v&°»a2jÅ'”ïeë³@•ݲ\õ8$ϪdäQ)3ÇÖMzêëå¤OKZ§ÕZž_£å9ºËLäK·+óøȰÈVül|@G.v)˜…N¥ nÐe\IЏ yÍN%–,ë{»w¼‚žM2gf7‡å¢z»`°ÀÈÈÖ±óyÊ-deÙ7jbÛ³MOŸlÃ3 Zõ Æu°K66÷ Õ9‡¥mA½ªÛ(nÕöH‹fø¨Æ«ñ«mé¦`éêdtE.¶ wW ¹Ó[Cy¦AeXxšzooCTÃ| 3èÿžfòŽz…l‡ù2¿\XïÉkܽŠ&__Oñ¬…Z;m@d,Xqµë^c%×A ËÚCyc¥bï(e.0}JIjŸ3u#f­lÄ’›Kßó_#BK,Æ`nhù‡)VïÑ-úD=£Jj¥‘‡x(â®x¤âæ[/}ÝÏ.;hí¥È/ÁfÍ*É•K1ÖuðÀCR\NxQQcË7ý\Æ’›ƒ³±€Ó~רŠ×4m¤Õ/¸ØÐ¹%¦õó#&J•_#l³(4_Vjïï­òÊúÛmÍ6™Žj0ÒL}6j/nð½ ‹õÀ?Ô×5g‘–¼,ļŸC˜1삇ܺ ÀÖcZbÙOíZðÅXÍÃAŒCn­]6b0 9dƒ-|Y—­H¤à¥÷Q’s¨vî¥ú¬ºßÐu°—*AOÓŒ \rq‹#4XÄMhܙ∼¯ö§†Í0º2ÊÄ.E½a€è5ö!Í2qm¸¿Á)ëk™´öQ'lR¾G6ò).©Šã’‰Q6ãj‚jDÖŠ›‹ßë7l„†ÆvgzíÛ|ùÞ$Wüq–Ý÷!J¦ÿg•!ý÷Gùi–;¼;Å`¬‡˜”9_¯pÒ:ÐmR²&Í=¸°µ‡4¢!—͸yôIcÁ¬ž6b*–ÝÑV°ß¶>Ö#˜ö°an1Ãg6ËMÒ1¦\03}Å|’áµ!½?ŒU¥©(¦â~Šþ*¹Þ^C¸Blb=ãUybrMÄ/æ”F=°µÀoÎ;¤·òÌji§BnËäL‰xÈ&ižÉHºT+ÏÚbçkZ<‚¾r¯T Òõ˜ª‡¨ŽlÎö¦¦y±.rTÃú£«šþ“‚$Ì\óª·Æz‡#V>É'g”8díÚc—LêA ø<º)“…Ó=ï¦8³Å¼‰Ý‘G@«ŸÕ—âÏ5”âÿ|Ÿ=uï~é±'—Òç¿hü‰LP1=õn±´lÅ”íŽÁ*·¨º™Ú  P )b¢:¡6ôJ'Õ5ézû -ür1(b‘KÆÍ±eh¨UÁ¾‘cùy°;íéÉ?(`àÔ™š¹l—ôlŒõʦø1A"Îëš_­ÙºŠöÆ{dŸ~Ò­ÖÒõq©’ËMV±úó} -«`Ü$çNYyUoË0«;‰ÔÜü« ‹{E ÂßF/FÓG^2‹iS -ZiTKª—‚“¦•ìv¯FËqk¥P·fjèÉ5ô2MÒÁ²á^S¥Xl¡ å÷Ðêm6N’)à‹±hÙ«úRÌÕÒ\èÕœôÎ3ù°óÅÀ{\ç•©·¿Ào–³§œ½ìÅ·-xp3D^ÈÄ{2¢qØŒqì5,’¾CÒq–DÚuÐ¥¿X]Ç?]”Oý¶ ˆüí›Éq·®¾=YYŠþ•ØI¹ÙOá¼sÈÅ€ «„<ëä“WÜ,JÔŒ©¶’jý9W¯7’UU¡*_Òk©å1ô)4Œì -Ê@‰o›J;ïvVÔ¢îç/VTG·×ÿ=Ì¥%(Ù=5Zþ0ΫU÷­…ĪÕ—ìN°»?Íq‡÷§¬±es²Ï¾èSÎøÄ¼€K)Ö+Ô(¹X^5À½Õö+[´Ã:¤Œ'ÎTñø©Öáî<ë5gÂÒMØKûù¼·‡ë0{åJ½W6Gçæxÿ³ÖÅyP~Ô:ð{qòTÚ;àEyÌÓÅUòïo¿Çýu­ðøË ßUäÁ~dÀ™7ô"a^H'FLÚ -·ÉaPiG%Ù(„"ˆ–xû¥xæF& ¸ ï4\Æ€ ×±]Æ«ˆŽáó-MÒËÕ•¢?k*~-®|wëIMÜÕk…qi©„o û%1¼%d6ÊV¼bɤ‘Ó1®ïû r¶RãfSûgê`ôÙaæQc§í|AYÏe•¿Tת~*)8ùä%øØß× ãž¼F{üwé^Cܧƽˆoù®ª‚ý; -8xE/”dÍ88È9/ cSt×ÈEšJÇSD§:±÷# -g1BŸÏär&ŠDã*Fóš†7Å#ÀòKeÅäï¯_J8þørb\NBõO•yˆë˜fâ‹È Ÿ2ZÔ .!gÙFClùÅše¿*d·XuÒR, v‰úBâþœ¤oÓÃqæp)¦D6Áž€ÁyžÔWPOÕ"~¨/AËMïúîÁ픟 “Ë®÷dùXÊ ¦æ‚–üÃÔ$Ën°ɇ˜A?„- U#É#OZ‡/5T×aĉøÆVí™'OŽ?|Xy²¸’÷SaõÀw÷5Äýy!3îü¥ü¸—)Äcî4Ç={…<€ÛâüußÜHoÿ´“ ñ¤,µÊß#œÅ¸3¹˜ãJR*þÔÃG'SÞ!¾/¯Vü˜S"ýöõ{â±›÷ã^$aŽ%¤Ó]¸Ùwý *®¤Æö Ã|‘„V‹úãÍ{õ?eç ÿ– ‡ê—Æ¢ýÉîÁõ&iÂÀmóê}½CªÕŒöÊÂt±lEæLåBÑæ›0¸öï} -E¹44ôý•ø²þÇÜ\ì/™é-ä¦_—wÓk—ì<Ôœ‡1éä8Ñ µ‘"˜.B±f“Zq¡[MŠŸRòðÇÓr ß¼x×wùQyÜ÷<»}«8îU -1îÖs`ÜùëqYГ¬â¡B¤­ñ©{;ù"…v‹U)W’=ãêí‰89TŸ¥ŸÆ! S(ºd¦ï-=v3¯jø»øʉ”ÑY…·ï×Å=|8þ>“òmr>÷Ø/—òâ¾ÿéEÜß7ªân'Àãþ¸T}ìÅÔ/¤á½ah´7bÕ»fmḕOÖ©‡A ž'›"Yn JwZ:¨‹Ošá£—Ú c—Û¬¿—IN¾McœÌ̈?vö¯Œ¸{Oân>¬;{1ûØ‹WÀã$äÐu)pÛÕ ‰_qP€ú~^aŸX[ÆKÜÅw±k>ͬ‘Ÿ½—ˆ>uï5üXJ÷xz.÷›ç‰°oþ¼^rìñ+è±÷±Çâ“ qݪ‰»ŸŒ>–Qo;™ßìù¹‹~Õ'¶V»5ý]‹cÕêt߈ÕaP -‡fpDáJYc:„ñßhn7ž)©î=ýøeû‰¿nT»ò %îÆ“Ö¸Zâ½EŸx”J=ñª@z"¿Éz„Èâ‡K‡ú|@‡FÇ×rêg­”¿“*ç’±ÉЧôî`A0_¢,=.ªUýü.‹~2sÇSÇž&`ânÞk»~·1–ëqO2¸qWãÑÇÿ¼ÕþÍÍçÈã©ÅŠïs[|—·ÈoK¸Šâ9“,ˆ+(åœÊ«–ýT 8ù( ó]Rå÷¦fù5,Jz_%d¼W’3#lÎ’ƒÔµ±¡“ff›YFÏ”I…¹½2G;­w¼ I²=Cì@X÷Â&Õ™g©øî¿lûöm:æDj>ãDVý·ÒVÉÅŠ.Å_íó5Áû¦—é.2Jô %µwæÔÉ=< ”ÖôJÌÔÓJåyÒZ!êKï‹z~zžF;õàòØýx`l=4»x»4îYòس4zÜ…­qÆjÔ£4n\J•çTÀzOsšUÎîyGoϸ–╟Žèé•*•Ω¥ M7Â6*ZH‘‡uö35mÆ_rÊùß½ZwáZeÜíÇÀ¸K·êãþü» .þ5äXvïDi¹àGNýÒ=(ªœ5RjÄF£ùÂ"Ê-íT†îU)ÊVK@ôHR-Ôx¯¬IòWcÇÐy\%³¶ïüíÐwñÉàcéÅì“©Â3Yõ=7;pÚg®3chØ5öç\´Öq&e{ª{hÔ*ªµ.®H&Ò$j"Ýð -OÝ'Д»0ò[•­Ã·òj{®eWP¯çWÒ®‚)öWíTÇ[Õ’Àâ©’ôi½K?ÑKºæ\BÆ´PC½†QÏÑy“%o|u›ärvnÛé.PÏZy U\F u‰l¦ºX.64Y‡ûk¢vbÍÞ¶yU»á„ÎPÙ Ft®OŠL°Ë8åFƒš¢Ñª ÃRy¹´OW)îµV0˜ú$~ð..¸ EôßAb¤/8\IŠ OòVÔ?”®”h= -=6j$lzy¸ƒ µì†ÏÚÉ }°ÏkÖ ÙÌ®V?ÜÕÛÛ“Ì õ=„ã­÷›áŽ;™å½gÞfÒNd–öüð"v2!ñmJ ûøûòîS©Õ=¿´)~oÇxŸô÷Qn£­gLÅnßô‘@KNdõ’Ó°¤&ÜB¬r›-‹³z(ª8Z¤ùºHž‡¬ëî«<ê¯^Í?vñZIÜóÄ®co2`?–×°ÿƒd·Xýk›d¨fRÏ›T_.YqUQ¥~ÞÁƒ œ:¥„ôbhXß,p5ôJleâak“@ª«éÈS¹bm6IäËoÇ(_¶Ù×áé#ºÄ^Ó¯T—i4ƒµã0l!öB4ô—92ù_‹tþ§Yw\O,v†ˆF³¾ÛhÖ´Ãý*qo¶¼O˜98П#66J†öamƒDb,ïWz°ƒ&+^£hЉ`ϧŒäò9:ïä Ì.o/øù¢Ð¼6¦¬ŒqÓn>ÙkèiÓ àS˜ÍK¸ðÛ¢!u ©Ç˜Ú‰‘ßl#[Kªº„i@Ì@2¦Ûž‚é¶¾£õ߳Ěd‘\Wmó8-sÁ¾þQBÇŠ˜±îE¶íMt+ö¦ÅžÅ±>Û*ëUk‡aCre£°__Ê -éBŽçKÆòjqà¯ÔRò­ÂFæS0‘Ø«–Â]61& Be‡„åñV›k‹6ty@‰-ëØ q£6ªínò(Du^µ¸Í¥è­Wõð^Ëùò¼a±b€o¬UõÚ-ýšVßà@Í”Rܾ¬åƒvÜÎ~ [°å%·GT˜üy5®~ÏË oú¨)¹Ò§bUXĤL£—b7ø -¥¦}PÒŸ£qÓJn…G× òj%àiû {Ñ×CXòð°k>n/Èf†YÌ]/¬|RZy3,®¹±lÂL«±Y3FcØÒÑK¦ì<ô„MHôëYÕAÇu·ã²V¹mî.vjû;Æ ”’ µ›n™mÏÇ&ðÃJ¶m‰K¦Î·3ú®w ¥yÁ?hž÷ê'Ì<Ȩ–VæQQŠí²îJUß`™´[™Å£©_ ÑŠ[²5SÞÅàø×ÈtÉ[V*OÐ;˜1,•LX=›~¹mÍÅe,špµ‡£Ý=ŸCBÍQO€M'0/ ­¾ç×ÞpôwÅÛÃp…ÔÅÖ*ÐÛÑ34 -Æ3ã[›á¿4×Á —yÝìgÊ!Yƒ]¡Æ…ôƒÄy¥|Ûƒ©Ûvc>ŽRa³CoÜÌô‹>AÖ9¿¼ñAÀȨçcã3ÏLTüü¸¨ÂÆx5Ä‹›lc_Ùd”´3·%æWÃDàî Kð1Ê‘~ž¥RƒˆêOaTëaÓ¹íGÕF è¢i¿H8j—r§½ôqs¤‡·æã×ý ØšŸÔºàÄUÍ;ð•;2ã–J#ÞnÒj€ŽYõQps|ÙŠ›Ð¸ì„—-艳ŠÖÇû#xè×Yyëè·v¾iÎNª«!֤E®~ÂÁGÆj:@)$½ò¸}­È­@¿õèYåc.!fÚÍÎ:èm›a.ïã,O¹åG×­¹STʧùÞ±³bÿî$»7ꢂ\rF¥KN.ÕÃ1ËÅiªÞQÏÖZÉJ… £W+ v=·zĆÍ[dóöB vTÝü*ÀË¿W¾›U7=µRÊþôÀÓ´\ø’X;«¿V\õÖß^ÔÓj£&xTI®T¶¬Áa@8ü9HÁ®[ ÷Ô VÍà” 2oVÏ×â‹oDú[sþÀ<àœ'¢pÛ‰(>ÅÖ|¸Æ9µyÅÇ?êû¨Û S1±Ø¯X¶v¾ÛpB²öF0µ{>\ýþ(¡5jBå­:¨íŸÇ)ˆ¯!"äó8©kÓ‰¬˜QB’'‡ ¯¦TÈ”ÑØëˆ[6g@Îéáé›.lÝ‘‡ôª ü~A×™2ûˆ¼óùŒ òzZM,žU²÷\𲃣34^|Ó‡QLã¶ qÔ×´j„ ]uRÚô”š)*wRެ˜Õ@SÆ¥mÏÆ¥à×a:uÂ̇ÔÂŽ19³hZKÈ_sÈ–Þº X0Ô¿™.¼¾cí*>a‘?Mt| ó城|¦|ÀÜMÓë¾?ÊbìèÌ5'¬aÞ®švpa»„êÕrìBè‹9#­eÝFï\³¢­E;DÍžY½ï#cד} -3c±Nlš×ASÆDÅ·W -YŸCðú½Q"xÓIhŸjyê¯þa’ÄÜ ‘`ËæX½Ñ@³æä€ä=¼æ¨Çþ¦qÅ|»l¿? á_#D–˜5*,¼:wäa k}³ë‚–þgØ™"c'ÌøÒšXúy–3¼f¥Íö×ßä×Üð2K¯Fúì9¥‡£ä®3¦ÁÎ.û{Î*ÛpšgU-¦†*o…úJ®F¤e7þ'Œnÿ3Tö¦hüƒ1àp’Bú2'ò|œ` —tMo¦„…WBÂ’«Qeݓà 4ðó<{x{œù8M@üï*[ùušÎß°vVΫ*"ò‚«QuÍÓÏATÃ?ØŽÏPÛ=jÁW­zˆû“|Í~DäÜŸámÓ)+.\Ó”š:¡Ç”­Œ ‡ü"Ñœ›^pÒÚ—l”–ýQ"ìÓ8ùqÛõÁ ¯þ4Ьý²ÄwÎÕÞÜÒ#sb¹¿XI¿bÀÝÞ1âJÖµ°Œm3²`A‰H›Wu%MË/¬¤¢¿öÌ ð¶ -]Ñ#ógįvLðÂC¢âƒV¼¢i|éææ\àÕ>>á&—<ýï8ú5¯^Ó–ßYο°a¨}¸mïÊÜõZ÷} ôª׸dýß>¡]7ºzß -X5Ô>ŸWT=\‰ÍѼüvAÏü8†oÿàÃ4îºðuV`æ¼¢õùTÛýEèÍ–U69ÔúbLXseA͘–2×Ðô55 ~JPôçloÙ_‘¾Ú[³±ç,hYZöO‹š–Ôm' 8;„È^×òæ‡Ûž¯ë:“ìÌ=$#*k}ädþ!‡¦ŸÞ2£Ë¿Ž3iFˆ u (ãÀ‡®Ù±# -¶ÍÐô=7¶6 kÏ2P nùˆÌ6glh›“>¸i{ކ÷k¦¢„/ã°†}ªâÀGhûàe’vÜ,Ú†‹ -Žê 髆ªÛî–ÌÝq2rkŒ†ŒÀï–µÀŒ=7ª~YÛö&,¨¼>Î/¾¾ciy»k¼ùàF”Æþ׺j€dmØyÛ>BË‚’w0‚iýÆ·ìˆÒ #8ußÑ™þß0 -ðßY2-6Æe›Nf?ÀãíøÈ ]¢fÕÜž¼n§¯Z:ÓwÜÐüM;8sÕ |7¯nyú9D€Œ j|À¢]gK·£^ÐÖÎÔ¼àŸ &çË4Õu¼ZÒweíyhøXÜ‚· ]é;`úŽ˜± h‹_Ò‚’7¬¨Š¶zßÉýO ø:Š­?tvåÌJ -o/Ë*žÎõ—Þž—•Þúßãë¿jgE•yûtÛþ¸ôs¸³üÓ8°fÝÞQ¸íy®|¢Q¶¬Ðü©¡ªWaiYò®Òü9D¡|G¶oššÞo˜â§TÀwk -äã[ôŸ(Ou8Í`o‡hÄíQlÇ«úÄ´íú0M;^9ôášýxÀ²®)>:”{~Q^|mÃØørÇËÝ÷ Ëw Ì5=àåŽc8RǪœ•µ=ŠñâÕ‘î‚«ã¢òËÓÒú[¡†»}À¤ßV ä--ø]ˆÿ§™|ZÓõöG<ù§ »ð/?+÷·9]k²[Üðv˜~öƒØ´cF—®k;’—äå÷Ãüìë>zÚÙ1vÖ¯‚Š«ÛfLÅ¢º³`!vÏë¦öä[W檪íźð|YÝž¤%ç^&œŽ·dÿ;Àfò`¦ûJïºSÎOõ%ßw5ÄòCò=ðª=;¼üÈÃaËMëÚ´Ó ÿÿ„q{£ØæÿóèuB³ý°ò9yãÙƻ«j|ãŽWwèçl›ãWõOÂÂâËÑÁú±x)Ûà&zÉ…ˆ¼õåÇQ\ë× »gƒåíXÛßïX’VÕ/Ö à÷›Î£=4è´ -œ<¯j±bêLÝóãšw=ÈÚEUí«È`åõ©þÊ+“Õ×¾Lâ ËÆæ×+†šgk¦úW‡>xù'/¢êßTÓÿ›Á£ýšÈpÕ­u °àKˆÉÞ±ÿŽÞò­Í´]û~ßçY·Ì=>m§™ÊÔ -m¡-îîš@ˆw‚(-¥Z\„@\ ¸’w¤23k­íý7Þ3ó­ -‘ë<Ž}ß—œ«ì`œoD<²ŒÂXŘ˜€†_íU°ª¶?TDxå¤ pÌò÷«ã]BúfwÑóHeìnoùÛXUd@E‚î A#W»Ë®ù5"¾GÍÇyµ¤|§ -hž‚EnõÃÂí³¤ –^âV3Êw†àK4ð=öñJ­Ð©âbwGÐQËo‹®Û¦1.mM­©®æh…K ÎÓª‚«Míîå7Ò£µWâÿÞ5é…ÆqXÄö`Å}Ë.ødz  ïŠfLRÜrZ¥W΀xŒ’Ð à­!H¬u -þHÿ&ÿœîUÙ…Í^Ì#ë8·À4BNÚìF…9&xÅû£´Dó(8®Cð»û#¸§Kï·”Måg7ßžúe"‚±å’R2ÝrjÞÁ81ëXAÈ;VÁ£Jlòî81fí=ân@Á…{çÅûC Oû ×ÕI?ŽPþC&Œûƺ?^Å.WôÂ÷sr~òÏ2!õôòãyJ‘GY¿?Z~gåUÎÏ+­y§wûÏ–{™IKoP7†Éq»ýب½áêÄýQlôþæñj'äòRGÅË0+sõ-öIâù?ûQÉßÈ¿-¾,¸lì+¿íœ!¤™%ÄÄ鿢k½„¤ƒ¡9ïÃÄ„ù—ygçÛ’¾WÖ$}¯«Ïþe¿öÐ?GL]9bœ™ømkþ•à µÜS~kˆ–ôõ7ã»9Qúw½¸§ÿÙy½çPòÌÀS÷GðqÆaR®e‚‰µM‘óÇ9‘߉9÷ÔÔGü°Þ™ý«KIδIÙ¥ë=ä¬ÝžêÄ?—k8ÁEÑ®À$î‹ßäÞÝ|_tq©£ü‚y¼¶z«—˜°þ®øân_ñïæAè-MCÚ÷ÓìØAV¾½Õ[öPÝ’ùÓî:Ò=Ç…î ?F=Úm}(»i.½¬£&bU¬ô#žŒñ³~0MÑó}:>Ωd•o  /Ó.˜‡!a¶‘Š»îYtô¡‰P¶çܘWýÑÀ'ùÕ¤,PkÅ%>}w ÿÚVWÖyËhIXPG(Rw@"ê+".x4Ô—µšš/+<ªS‚O2|™ueöOóTut 4âTöƒsÿžm*xôç*Ÿq2Ϭ2W=QqÏL‘"¿U ¿Ý~¯ÉFο†\_ý‰8^fS>oÖ4º¤Ô<¿‚Z`^ºð:ý—;‚«ÁU:Ñ©cvÇHÉv™ˆäR5µækêþZå3?ê˜xË0$z¯7÷úb[ê™?·›Þ{æ›ÞÌr0> ³Ò¿@ºÔd¨[I*<^¤A‚rÁvoIØJgÑï>-ŸÚ3ݧ eF¾kŽ’±Þ•Ñ¥ äØe´›„œl#›F*Â4­I§¦qÿ1öÓ²–ÞaÃÚ*.i^”ÿ¦l,?·Ø¿¾ÕKŠÜé§Dïö‘cÔõ§×ºàwL£„(ë8>j«¯ôÚB{êOó­i?m÷Cn8%„„C¹ëœâm÷Vß·‰é¶)büÁ8âu¼ì¶K‹Ù€„ÍÕeü8[Sô›]ʬ¿‡ßßîC>0!Ù¦ªŸíÂînwUÝÚê#Æ °sÏtcã¿ÞèBGÚ§8…V1=c«ýHY—sJBþz·ze¥‡ÞÏ-9NºùÿJØe×ý3¼r»ùÔОyFQ÷ý /þ{uSéåƒI~ù¡®o¤gÚ¦h™ÎIÄ>ÂL J9%æ¡ê§3‚¸oGÿÔ6gŸëaÇD«š3~<ÃF½Î4WÞÑ4¤ž]ëÌ»»? }¼Þ]veù ôQPõªÃ2þª~¡¡mÆD®¾E< *ˆÙÞ9tœq r±³ôz7!þ‡·˜ØŸ>êEЫäó™Æ'gG(a?ì}H;çœ=¯JIeæ]û¯Ù¦Ü~ f™ÂD1¿¥¥^ÿŠž|ý_ÃØ˜{aÀSh냈hXâů–»`Q_@v÷«ñ9ûÃ…7W:’ÎÊjžÛO~ðo͋ԟMbz¶XXô‹ªµ*,¨júåì -‡±Õ•zvŒñà+©0í‡)AÚ©ÝadŒCŠO×µå_õk•~È#ˆ'{@ÿÍÃåOíSиùWçÆ9IgÝJjÑæpÕóå79¿™†«ì`"ŒCÕ‘Ž9lêÞ$.¹‡˜öC}áãÿ½œe—â‹×?”ÜX¹± ÖÙ&FEÛgª~ò-ÓèheCÆ™¥·¹þÚæpŽ–àÏ÷Cû^ÿ®nÌ9¸Ä%ûŸ©ß–?šdþ˜°?­Õ4Ø%°Øý¡ÜK¦A蓽~Ècç4<Ñ#G%ü¹ÉcÊ: I<Èãï> ÓN¶_+ý‹mv)µ`g ð’¼&ö»ŽÊ[ß(š2nú l‚¨<ì›…NH”_ÅCTœ -÷4ì¡GI+þ^àš#&o÷\Ô´DÝ…¹ñz±¿YÀǽ¢e};Å/¿º;DOÚ F®ö îÈ‹/ÉêòÏÊEù?-µV\Þ¥%(Z¡7ÔyçìJæþ%Þ4@|îžÁƂڌ´Œ"ß½µÐVxö@ 8gš‘e«Ž\îL;¥kŠúZÉOüÏB]ö)ð7q }¨ˆ¤Ø¯ô/àAÍ–o}€Ý]|Upa„™ð틪'_·AîýCÂËøq¹y¼¶àÒ”°àâf?&ráUÙYMúéÅW¹Ô-…çG˜Éß¼CDÿSÓˆ ŸÞáÆÚz_~0ŽM¶‘Ò쓬ó8!Ã:‹Ùé/½ -²\ôF?9vŒ‘{i«â,½Õ[qoû}émóPE˜u¸ê¾¼&ùû1rä7¡~Û|¹·þ¦øâ.þç>ä“ï’vŠ‘ÇjF©OÁ®XïÁ=×6@.8FÛ9ë¤dÛxu¼u¢ò‘¡=ïÒb{ÁµÝ^èqfα¡¡Î:CÍÝÆEìôÒ,ý˜ÇXéuc_ѵîâ+KoÊïXÄ´eZT­yUueý}(g2ò—;PTüü -Ð+ú¶’›ú——´¯ŠnØ$ÌJû45£rmí]ÙwU‘ë·ÖÞäŸ7 „öO+z¤oÍûu½ îUÔå%gé§Ž?=þÈ8„Úí¯~jl±Ø ¹Ó‰ùÉ8J̰LѲ†§ê îýŸîª§ÿœ¢'~«ú°Ò {º3Á(x‰;Ç+¼þƒZÌ9K/Z| Ÿá'þ"¦þ¤æœR -ÓOyäÄB~ù£º¨I7d¬ -Ó$+WY“uFÌŸýº)ñ[™0ò+ËxYì— É"!%»œªõ®Š»ëÅw7;Ë?T$Íjx™wuõ]ι¿ö¸l·š\¾ÜUvÅ:Nη¶õ/š¿¬‹j}:B`€H£ùds ñÄ­ãÓVÛ=*&Ä,ÆÆØ%È8×,&Ý.Å$¦A€ÇtŸ|­ë(äüèše…êÖ«b–9æH)Ï:œÀƯw—ÞѼȽÒÃ1#£WXvNÑ„||0-¬Ü&<׿)<7HýªŸý/E}Þéµ·è‡[CÌä‰ÐsXü¬S>u-Åj{ç>BßžqIVÿü'C[ö©ÅöŸ—_C®lãbÔme77z«Ÿmõ"î®´œ]m->¿ÿyÏ:Aˆ×½É¿4Áˆújõì±}’W¬n.85ÿªô÷q^î¯-U1?ôãcÎ-¿=Ú%Å r~ãäþ¶;BNÕ´Cï¶#Ÿý£õ俆È1ÿš ÅýKSŸv±‹ŸQJúþòÙ¶)&Ü2†uØýÄð*ÿâÊ›Ü_Œ¥WíL¬î-òv]aÄ?´/ ÑNÀœ ¯ ¯ï¼ù§»ð¢¦.åô[ØCðÚÏ~\é…ÜîÀ=ûvŒ’ô³¹—œ°Þ^~ÕÜW|Í1 ßêJ{°ØUÕø³)4Óªœ/(ÿn˜Ñ+£Á³”B×4&Î9‰Ž>Å<k•¥íÈ¿$o-üõ6óâ5í’ ä -íŸŸŠ ÊéÅ®izÉzâÙ;åÛƒIJÖþ ¢o¯º«o.½¸ør]Õw~åMñ ?ÈCN))o¾¥è"8Ö—=2Ä4DŒ_n/¾hhÍ<µØšúƒ²îÙ× ­é§wÛìM“+žÿ» öô§ÝÁêDŸš^t>iþeá-y}êåå·€Sº‘ORAõþ={„ùc/5ííKXäF&bo¾ô.k.¿×ŽŽú¶“ý›WÃEl ¡ŸŠy§†‰1߯·Ý´ ÀYáLã¨ÈfDô÷“ e V•´=L‰WÕ_PÔçßÑw”Fm|(·Ž•G|œ'U|Yãwƈ±ö9 hâ™Xø?§QÿZjÊþMߘ}ÙÐ’ó»M\úð-&vs?!Ê>·'Ƥ›¥ ”ÐLÿ<£Â¥Æ&˜ÅU$èhï<òq³¾Í¥f¡÷'QÑn%­ô !ïh‘Vy0Sq DndÝÜx_tÅ£bÀƒúªCJË™ï Íb‘PÓBçh|jÉ+ã”l¶;ˆ -_íª¸¾ÙWf&'ÚfEÈí fÚî8>fåüîB;äÊÞ0î™p½i’³ÜYzÉø~hhé±õN/)ãgeSâÏ{}Èp»˜–Tñ»S”lisÞ¹õ>|òÞ+[^[ðã$#ñ›IfÒƒ”ÈoÆhÿóS~ÜëÁÆ:$üÒaΙÐ>EV ·|ó9Ê ØpçSýØùו¿‡( &`t†ò3ÕKZü\#ú¡~w³yÏbú °.=ÈÇ_m¾-¿²ò¦ì†æäöÆlôÆ)¹—• ´"õŒCBÎÒ5§þ`hKü~½3ç—ÅæØÓÆÞœ[¶qDj@# ¨{ªŸ´!㿟•>údh~ãœ#d¬½)ømùeÞ™Í.ÈåõîÊÛ ]U÷%­ÐË•)wþJºzêXC/ ª¨ÎxÔöûÜ›“ôÈï»a×þ9Ç~úµIŒ‰~Qt®üÙïÿ˜k,º{¬aœâò{î©¢{®É’{ªºØŸFqÿóN9·jµ}o­ñÐ2IÌì\`Ÿ"å:f‰Y Nb ÝÐÛÝø¤¯ßT'Õ¿FÞàd\Xù{bF'ï T%ûä䒣РwešÀÄhÛsÏl a"7ûPQÛ=HàÉä„éºì³ãܤ—ßÝt„έLSÒ´°Ë ïP-Ó¤lS_éõ•ö¬_–Z ~]ï,¹`C=ò¨AÞWq‹×ì³”œ@hNº¶†j›&$X†Šo¯¼Š»¼ò:óšuŠ”l•2 çj+/ “ò¾ßéÁ¥~\¨© hx8«“¤oIº¦}™ÿx±»òîÚ*Þ£p·Æk1 oáw -bÁÉ:‡üÇ÷Ç&—}²JÃ8•„‚Åž¬óºŽ„SÆ dÌls~¤úun˜CC­rë˜T¿ž€ù´Â¢.Raûã@z‹.¹5Ĭ½ÁêHã)Ê:EÏðªyˆƒIZŠSJÍ8˜7Œxà%¥úåÌë4·hg˜ï•‹pÆJâÒ«ŠKkï*¯löC®iZOkëÎØp1Þ9!f¥~{ëòA@.@9¥ä´ƒ1B”eœ«™ÿûÎüÁFäºiŸd• `ª–ÒsÊúÂ_Û¡·vzÍýÄXç«È>NÊ]ì(¹eh/¾äš¥åÛ¥Œ<ãáùî(6Jß SµUÞY}‹zT‰»œÂåwÄðýáFÄÆˆ°`kôl«ñ`¾-ÿ×­·-ÀŸlS”dŸš]±? -´?„ŽqIk]ŒÜåvä5E]þ/¬˜gù‰?ødõd«¼‘¶ÜOO‘ÖŸ¶ÑÒ} —zÕŒ’ƒ™êhecños5åçåu%¿'ÉéæYRŠq ¼™^v4ßT¨`;Ëï÷’c~˜ä§Yï……9æX#}SýQhOÏÔӳȫ|Q眭A®uá"m¨û’ðëïÈ9_Ë[a ÓË£e7w† -nl ”>Ÿ÷™©¿ê¾kº:~µ.äœéý rm•_I)ØîÉþ}¾áÙ/k¯Ò®n}€>Ùþ¹ç˜Æ&…öÞíc&ÿ ©+~ìQp‘5µØ)%$éÚ³ÏQ#¾›ä¥ý*o.¼¬j…Ý—6WÞ„&\ýf„—t=¨Äe®¿)¸¼Ôòwmÿ¦oÊ=·ò®ì†]F-î¯É¿’sïôÿÃͺûµuЉðª¹Ó4|½;ûòÂˬÓKe—6úÐׇñÏ;(ñ§_"¿µŠ‰)n »Ð;CL>˜€Çlö•<±ŒWDzäÕ±5)[û–𫘒áWbÓ|rLîÑ<q´ÄÁÇ)©ªÐëãÌœ¦XUûÓÔ´ |ôZoå½QVü…fÒÕ 6+¸À  œúµTâ/é¬q -]ðÇ^Mã§-Ã4“7%™yÝ<}îÓâ2ûà‘ˆ¤Ûÿ@"no4õ¦i9Ñc -zdoÝ›²«£”Äÿx嬲ƒZÞ.øf 1u½½Ð¿¿òî’‡®?r¡; ÜÙ¥˜G+b„æIê;Qñü‚'óð´O«þk|wÎò6ŒÓ\øê0¿ú”¤mßgçž Í=Zh…ÝqÉ…( ¿){£¨p¿–O ,4C³ŠÖz ·$”Gi¿2Þ=Y$}ÞàÒ–zѯßóÌò‘GúzáÑR­àx‰s)Љ»ƒ%·wzʮԒmŽ™f_²LÓlsL¸m–VâV²ÀZâ“U/³îÉšã¯:Ó.tÄr¿†X´ö®èúN/<Õ§äÜrÊ©à#:!AÙSuÿ-.ö[‰ ÿ¢yŠWº=ˆÐµ^š«Ë<¿ú¶ü.È“…^%j™¦dJšò.ÊÚ -Ã2^ÕÎ!jçCÅ5]kÎ1+æç¥WÙWŽtäòÃ.u¡;%,¼t0M+²Éð)Æ!XìNoq$à…¨Õ÷•·d™¿Îw–F†©êfe\¬)¼¿-æ@ÊZ¼CÊ.Ù|,f$ý2F9㔳<V•ßÀ©>P“ó¬J~p™MvkÕÁyxiÙÖ*v­Ÿ£~‡º'¡BVyŒÝ¡Š§k]Y¿xtt”ËPSãY­o±êyäM ·Ì6bL¼GFȾ—¹ÚU¶3Œz²ô&ï׃QxøÎ ⡺)åGC{Æ™Ýþª>µëÔ°¦iF†c–W±Ý_ýÀø{zO×–ò“¼.õ;¹(ä+Tâá|ƒÈš7&eæ¹%¬|K?þ©SLÏ÷)¹Ë%mé-ìæÂË’óæqzÎæ)EÝ\øózgåÐ_×^W=^xQu·ýØ%aíâv> îæy؃lŒuùÈ4 -hYÓ§ glˆSʃÈ^@®éÛÊzg™%ÎiBb@ 2ËßûÚbŸ‡‘î9Z¾mŠ”´ô\*ÈüÁ«`ÃCóÝe…¿.¼*úÕ4^±;Š|°Ü ½¥k-¼æW³+÷Æ))Û£¤øÐüM·ŠQbß·ýÈ9MÉvÍò – a¹eŠYîÃ>[yOxæµÔ9å­Mm£ðófM_CÊ3 Ãnõ@nš¦(«S|äQÙa^þy§T€´ŒQ3­£„$ç$1Å4†7ŽWGš§ q^m-mu€œ3ÿñd¥ §ï€Ço½¯ˆªª³?­“+Dû¦øÂ껪g>e½à@*ÀÙ•ô’Ãe&Ê&«N6Ž”‡»gÐY‡¡g ')]ĤlRFÅÇͦß<àQ2K¶‡‘O'…ÏÏM žüj) ûß>ïd‘C°KpqÁy!Ç«ãýó¢]Á)3ÎÐÒ·&0OWßCn„öÂÚ£§ÍwbïïŽòËÍ“5Õ®9^•[FÊ4Ž¢#×>Tݵsß§fU:äBŒö5ü®¾½ô¢{Ž˜ 8-Â>Ž|öÙÀ@º4„“õÌ8Ž~š·µzK^_ô‹ª6çW· x€’ï˜#æú ,‚sOêbeý> ,}´>ʃn °² ïð4-UW%œÜ_”ù7Ùø/›¢º“U.Ù¢$¤ïˈéšD-'ë\ÖÁ$.yø¡ -d}àç.u ˜Ä¥¢-wAnn Â#>n5÷W_;4\ÒæxõóÍ1ܳÝáÊ»KoÒ~2öeÿ¶×WzÙ4ÊʲJj«wF8…ûbV¶}Ôö(>Ê1‹ó+ð©Çb^¨§ÌS„‡ªŽ²Ü ¿¾Ö]r~£¯èâZOÑó.Î7K/:R3¡¡{H,R^©c¶Ø%ZßšsJݘñÓÎ $Ì$FGlö¢îÖIÞff*Ú W”M…?;%‚r—DPáš@L¤¸n̳ï[!÷¾Ÿa%ü´ß »íQ ªW{àwÖ:Ê.xBï³È#ê)…9>msv÷=Ð~1¿ðòZ76|F˜wÚ.%¦´\¤_Å­ô+è…ÖILÌîPåÅŽ¼Ó꺄ÿ8fIÙ@“Šäm¨›Ë=„gÖZ–KFÍñ«8•Ö©ÐþgG ŽY¦©ùÇ˶Y'±QûÃØÓæQ@Æ*9T‰HN¢í„ü¾>„öè:ÜÚﶉ´ ¼@CÎõÍÓ}³ÔB/ðã¦ïC?[$¤ê븖qd„i¸â®±¿ôêFwÙu· ä¶EÙ§ÑfÛà×4/«ŸÙfCŠÐGZn•G‰KÛì/º¶7\~Ç5‹Ï:ÖóÙ‡ Ó¯ôãžZf¨YŸ×EÂCëWáÒ­SЧ o3¯ª_¥ÿjx[úûç Q“EF…ÊZÊ®®¾Ç?ókE¯†CóiX8ç >Å4 -}ìšÆÄ;%äT§¶A0ÑYÚ\á’óÐ5íU1˃ lüÑ’€½?ENYéC‡‡f)ûZ;B×}³Ôl»„– x·  f@¾,1P£t©~oé=ì®Géžâ¥^xWùàû¥¶¢«;ƒa¶Y\ºK -,54ì‚ZYì¥Æ†úÝ£çãrbše -ú²ìŽq‚˜jQPve#k{œ[2&(?«ê EnMÔÁöFX)A‡mÓȸ՞²0Ó4:ή"åÖê^ú–kjµáŠfÈp\k}óÎñ_²X“KK*Þ诸³5»ãÔ²N]-{Œgž¡dØ´ŒŠÀŠ€½7FKÚ¤ÄY&hi çËA*ù(ÛôÈ£cABó÷Ç0û#HàÐÛî©ò;^)2Ò=KLuË…h‹˜™é3K½‹<œMEɱI±±¦‘ò›;r~Û‚ßwK°Y›È2Uƒ\í¥%oÒsÌRrƾûlëòîæ‡Š›ª¦Ü³ÊúôŸl ×´"òÞ8-{éüº®­ü·!ZêO½„¤Ÿ_BÃlã¤de}ÉE);燭·•wN´u|ë,.c­7ïÊþòùî0â¾q½ÕOJYþP1WŸ{Ê­dÀ 5¬ÍÞªðµ7Y§çÛrΙÆá &Ê« g¹ì -“„U¸+fešgV¯Ò4‰ŒØè+»"­Mýi®1åÒÖ"Æ9ËD/Õò­R\² Ô’u’’¢j,<§ªOü~o üÖþêñrwù-¯šR4pÉ.áVÔTûtâf?ô®¶)ó”¶!ïgu}ê©µŽŒ‹6ïª%®ôž*šóOÏwß=GÎ<EFØ&Ñ1ûc°‡û£èG¶jºuVP©|ƒ}öÿ›„’õ ôOhž#ø‰¶)|Îf_ñõ­¾œó扪ˆ“ßòÅž¸*ü@‚Œ·L#v†KÃm’ê”cƒPôyGÔa‘óÕíå—LcÔ—’…¼ZåÔÐËŒ“¸Dû 97´Ïþñ<Ÿy0Ë£p‹/Ê q¹€¸3TýtéMáoë ·öŰN*öã*Ÿ|©ëp¹±uw’š~¸ÖÜašb–/¿ƒÝV6dœn-¾øÏ jô÷ï«"+Moväuí¶Šý«EI+Ú¤gØçš„yC+Ð;ØÑs¸J©0Š »£ˆ$ž9Þªiع`wJ³k^¾l5¾:Þ©™“¸u <—&´_«Ì<²;RrÝ!A= ¨™¥§Ê:MˆŸíÿï˜ÁÇX&Q‘+=·–:²®ï}@?Ùÿe£þ…WÇ®rÊE¡}-m€YváOVÞ”?Þ@¥š'¸ãÌ›–¹7-FIng”ž¼Ú…¼=ß’szš™ðµŒŸ|& #äÎ7ŠvÅ͸¥aöò7ms•d¡'‡ˆÑЦŒŸß#ÿCÅÍùÅ>ˆòÊiù;cÄè­F¶]Vƒ^£iÍ:û}û_o17þ¥n|þÝá2bÕIk¸§ÆáêH‡”š<ìéÁ"Â1SñÈð&í·ÍâÛ.Ð u#ks”³=‚}º7JÎ4ŽQ2<*JÑçu3¨çà-£¨h]kÆ/› wA>Ù°â÷•Ϊp¯œ e2¯Š’»;TöléuÚÅõ®Â«V ««ì¬azâwsÂô_\“ô<ç8>æ` ò±} ž`EÇÍÖæý¬{½dÌeø€‰U7^2U=Ý+»c€Ý·Š±É;ø8Ík虆‚_Ì€}MÓôÜ•ž²kK¥×–ÞV<ب|êšÃØÄãU‘È -ôskŠçP½¨u*¹(ŸŠTàU’ò¶ ÷lrT¢qi™®Ž;2°Ñk}°Û»Ø„à²áÑÒ*œ³Ø4ã`yØÚÛ‚Ë†Ž¼ Sô<¿®Ap0Ã,“7ž5âÝrz‰[ŽMþ²Bƒ‡Ž Èc¸Ð=¡{ÓÌßJó›ÍqzöB7>r}€œ¸Ü]ñÈ6EÌ êD¾±iuœ‘»6JŒõèD žƒÚ†?1M¡ã¤ø ·š .0+>®‹j—š·@&9bS>m†ú‚Zä•Srs؇44{‰^ìÔ65(;{{i‰Kï‘woþÇÜ:y²QÓè:u¼.ä{ ´o‰M:\p_¼R½D„‹…Ùçí -rÙ_¦ÚW·jꃫ¶]…˵©©%nƒy¸Zÿâd½mÀ·È§ù–Y(È+‡Ë­ïþ¾çMYGtÊ)™96Þ%ÅÄX'0q ÏÆYÆ+8$¤ŒCmý`Š·1¿£x™qNÕû½±»êöЃOKlœd¯VHp(šØæi~™æUÑïC¤ˆªb~4 bªö¶™VÚÎT#zRXº?ÊÍßÀGm6VÝ³Š«žšÄøÌÝñ:ØÖx~g²•´/”G(±{äØÅÎòÐ=ZwŒÝð{½Èæ!ÔÃíBäþ¤ Ò.¯©¶N;ªî÷ÑâÏ RŸžÙëͽ\`TšA2M3³2!Ú!cWnVÜ0ŽWÞ3M@ï­wç^·ˆ¡O‚zfEhÏÄqZ"ðñr—òÕk‡¬–Ø'6°H‡:ää¬í÷ð°õ÷ЧV µxo‚“§iC_;˜bå{Õ\”U‚K°L¡#õmYç–ÚÒÏ›‡+"\J>rc˜¥n-»»ÑƒNó+kðæad¸R”~z‚û¦!í'uSƯ¦ B²]Ϋš{]uOÑ ?Ô±QöøSCGƹ!zÂo«#OM2N­¾…Þt¨…Øù^BÔ ;óGÍ«Š»n…Ð ©‡Å­ o #b÷[š”¬r»¦­e±?×”ý;à¬T»›0°É ‘3ð4—¢:Û8Vyß2ƒ[ÇF«:òoª[s/˜FàOÍcð8ç,!ÿpAÈ8\qAöÈR½,ÿÝ.eAÌ„¬…W9¿[F+»vzäœ -Ÿ†‡=\jxá_ilÝ‘ðË7ÅBÈΤ:ÿvggþÜ.¥”»KÌSüó\Â熶Ð^º êW`WR+÷&©9.Ù¡ –85<ôæ(.Ñ£¡”¯ò™5³2 á æ¹8°V0ÐSó$²7N/_ù€x°1»ÔÓ+þÛØ2r²Æ! ŒÊÏ[|þ§U&% &ƒ¬MEX¦ Yº7Ëkƒ¨çžyÎ»ÄÆ»´Ôbï" éÔʫº£ QC`‘Cv«é°1ô3žYõYÏÂý¹ù¢;`hnv¨šØ =Ã"F†¯ô]ì£<úªtã«9aÄvúËÂúšUÂÌÙ£Äï‹ÉI61ò‰s¼êþÁhù½µwI¿hZ£¾ .ð‰¡9»ýì¤Í~jüFwE˜wöü äò¿6ؤ©ª'òŽ¼Ë‹]ìÒz¼I\[ òk†i ýXÖ˜öÓRgÙ—ôß%í|y0%B‡0Ï÷†ð‘V)âPÖwÅÌtuKùµ(ûôÁ ú‘g†šéׄöE&eÙ¦q±6©µÜO‹ÛèÅ…ï|€\3#{”lÀFB²O×À¶Hé¹ûãU÷œ2|šG+ÀÛ¤Ô¬­¾üë[½éWí3pë,#ß­i{ÐwŽ:d5¸IuÔÉ:›\æ`­s”ŒÑê¨ýIrêú ñÙú9Ú6Ë.q«yhË9Ù§âáìršUŒŒ½wsþeâuëdù=‚’éS5pª–†!nò÷ª–âû{ƒäB—„Rr¬%•5”bÀMË]•7ŒŒRdzÄÐ ¾ccÁ™ÙzÈ5ysq˜xqPΪòªÐl¤öìîú Ô[S“W/ .ñH>-!Ó6O?^ás¾l×µ~\­k\Â'È[Êï8ä|ZdEއµLbãfj“­ûÞ2~²&Ç…VÒGOùQ\“udî*`]‡ “°5½¿ÕW8ü±Wè .ÕÕnàž-uÂÃ\3Lø+õMÇ ç¼ -l¶im‘"âÌJlgN[egL -KB³æžëÈÿÙ¼ -bÆ¡Ž\Ô -¶zKî–ø4ïjÓë•|о»øš_ÏD†ã~Þiìú¸QÿÚ¯£üOÍõjØ•×ë -z£ùh¹³øâÒ›¼óV !Õ©$þÂ^äQ¼JB‘SH8YcbdøÌýÁò[믋/OJ*Ô©cA/p7Eµ&>mþ2Ü=ßÒq²Ù>ñÅTÿÖ©íH-rªx@ëùàËBŸŠVp¨ç¡ÝJ>Ü"á˜&Y9‹ïª®©[ ¿*Ë/Èë -/®½…?t„î'U„æ¤bL“̬ýIfö›Âó³¢è¯TI?,_Ù(½˜¬ò`Z3 - œðïêñþpáE÷L1¨—ìó†î”SŠöÔßÖû*ŸºeLËt lŒ–h“ðJìs<ˆCJÉvý=Ÿ=Áþ¶pûëƒñê´à|ƒÐ©©gîMps­àw­bBœ©¯ò®o–²Ü™~Q×’ô³c“`WðÒÖªÛ o1Q%4yl` ý:ržC‰K\x—}v±#õlè¾ïàRC­CQG¶HðÉ“O‚J\Öñ<ãÓ²à^£|¥«ü¶„{Ú¯#•:µŒR³””äœ#e¹æÈé~5«"¸À#Úe¤4Ë 1Ñ"a{5-{c˜'»ƒwf2¯õã#uÍÀSÿX«Î×òÁ±-_Ä®7¼øocí«ÏËt”{±×xF×vi­•| i¬×| &È›K®~Z5ü¯¥±ïó¿öËè“WeÚ' -ìŽÝð,òØ¡ùÛëcøÜÉÆŒ³ŸöÞþ±×2öiƒ[ï–£Óv`wÜ.Ò­ ìsüJ«”U¸3BŽß¤'l†övZ$u(—ªŽdWñª6FÐW{`×w‡IÑ3Üâarüjþ‰w¯Š;\äGÚg™ÇH±Žin¡YLˆÙ†…rÔÛdŧãÕ†Ö‘[åžáT‡‘1Ûý%w­S˜D·’WµÙ‡ºgž$Æ[€/½…=²ŒTÇÖókØv½h£nœ Ç­VÜ\|•uÚ9‰qMã“rZá±®†k윦d¸gh¹—„ «´ú¹uä 9&Σ!e;•äÂÃî ` ·š³Íq¡Þù¦FÏ|c½GYƒõk9Ó4ìUŠˆ4O"cç/sñ6-×§a”}^æ‚cŒOvK«cÌãа7PÕrýÚöŽõ!\¤q’YòR»”]ì’ bì Æ`·zÊokEÌO«ÍyÓ6GI½Xæ’Ñ &ÑÑöiD -è±EKÎí•®ÒÛû ·[äÄÈxÖiR®Gje‘‰þ¼*àú´LâÆ ,Ù2 }äÑ V_zšóµÜà|(C#ãÍâÒ°/klb@Ï&¸,„MÎl‹ENmË ›²™çR -Q.³Ô2Uh©NðëYUÀƒX^ ­Ô>CHö«CϵÕ×z”ÄLÓDåã¥ÎÔßVº¡·<*>éãzÓk愈?ñ¢èÕ;ÀwJÑk1|:àÍ*>ò@ÅGY”<´Uÿªseº5üñ‘öÕÒ­d7xÚñ"a“”=÷j)ÅÎP¯*›­ŠÖ›CÄçÆ)Z–ß dû ìê£Uûp•Çò.0ÑV9-“*»®ñ…S_Ës©鎙êÇ 2* Egïô.5¶8ôÍ›bnñþ$½ð¯½Æî“5.{of„Ý_éÌh.ˆýs“Nû߃ºî[žiŸ»6 KòÎó„‹=• »#e »Te-“«À1e:B”IÂ+¯—¶Þ_ýÐ$å›ç„•²Új·®–æP‹V¾7IŒÛ©~´êxgmœ §î ñ23 ˜à|ø°À¦ d]Ž5MP-b~‘eZPj33Ìbr‚eýȧ§ä»4´‚ƒi\Ìî1ÔÐýJÔ+'g»døTÓ$4rk¨4,tãËrCÓñrm àåB›”R²; -Ûª|øi™K9^ã1JJ®¾¾=ÍA9æÝ‹uèïB-/°Zßt´)¬±Í‹8‹ãìõü£éD¤K×Ü\ilö…fY)è%ÆñŠØã%ñÓFMÝÑÚ«)»²†¶Ù_ys{q¸Q×nSÒJÜZ‘[CÉ·+¨ù>Ð'Ç¡k›íbãi›Ã'X¨“5åhó¼å[2Ý <,`d`‹þ²SSož%äi_C/9f¹0ÀÌìÏÛ‚†ÿÞc |z"Ä¡¾¼H)ùcG R¾¥°óþÒt–¤ÿ¹_ÿîÿ³±yn5è Æ¥nä:•" 7l¨KšaÀE¬Àb ݦàÃæxåÖ9>t_ÌÉÛ¦¦Å”ôƒYVÑæéùæ@e˜i:—çÒˆˆ.á ªœŠzŠKÕþ^j•Sºþê×ñPÖ9.dwûl­»ò²á5ôòòø-Ó(9”·Ê@Ž*öv.ŠØ¾!)4Ô«!¤9ç0@«ŸÙA :æØÅN»,Öh0dåmæYã`öyÓHÎyóXÞM§—ä˜e9”¼Jû,«Ð­`í ·†ó¯›& -oX¥ð'Öøû 6! RŽÖ›;C{îLÑRÙ$Eš¦Kn¹•HPcØ8ã(Ð1äöá<£bwš]´9ŽytÐR -=³ðØLŽO…IÙ­¸·êÑø9´§ùDô¼e’–í =×7‡xî›CÄÎŒÝ$<5‰i©.¹ˆphhjÞŸ$%Ös+˜p§œkR8œ\jn³©êé3"dhN°eF€ -z6Ë­"æùµ4Ô_[<öçM6Ù­ÁåìŽW<4MaWƒË|ªWC/ö©˜1Û£¤•tuœÏk.è±Ìµž¢Ë½•af þùìç!z¯yuºO/tKñ™Ç:fÅç%!=¨çáJj¡?ôü–²ž±?Š|2H¬]Mq,pp‡«¢†/;;ì‰ZMs¸l§Ž]š¥`S3‘N-.s{ -ñx{ -i9ýpáï¹Qm ®x~CèÙ¦Wýþµ¦ŽO›ž_Ïw+‡ÏR2m³ø¤£E&îÓN}‡âäŠ[M«øsOØøiä­mз£›”œªõqZ’MNÉÿïýæþ?÷{| l„ožÿ¸-àÙµ|Ü -ŽVˆ6qw -oS2«W^¼9\j¬œ!p*HRRžGG­<^ca<ó|œ®=ÝTtס"bþÜcÑ=ÊÊH·—v¨gUÍsP‡ZFù è½?—>­44 ":àž”ÍÔýý r‚]&€¹åLOèœbh®áŒÊ> -Îï ]qÉñiv99Ý)§ç, -é_Ö›ß~^oh¸Õ³Ô@¡[ÑH³J‰v¹å”qJ³¤T—Œ– ô<Ý*¡¥i„O+õàXŠØ-jWÖ’]Ê–Ûœ~ ¥eH I[ƒè&1>Ê!£ç¿ËÞ€…G2ràó2Ó)qg¨:b£¿ò¶[JÉ:^j¨wëk™f)5Ó4EJv(¹0§äÐg;bjúJ?òáÆ0ö)à4Èõ‚б²É»«¸•9»Ä:G˲Ê(v9-gsa£ç BÊñ2³ñ>÷‚i¬ä¦uþdgñЭ$eÚOmϰ { áð¾n9£rgzÛ8 sÍþýleQPËÃèZÚƒ:.Ô{ðÖ"ßB-Ë­æ#>¯ÓaŸ×hÐÀ<­øó—òi½¾É««g/÷žÚ$Ì¢ÏëM¯NV¹4»´ê‰y¢ø†e¶;\öÐ>‹Î8^ãÕÖp¼Zâp^Hý²’KQg“¢£v{a÷Ú³~Þø¹g“sJ!a¡Ÿ”U{òm/-ãžKƬò+ˆ9).Þ 8ϲíþ.nkñÔ·ÀÁ›¤¼Êµ÷Õ>®ÕpWëDy>åÓ - Ô`Ó¬SÅwŒ#×OÖë[wÔbÉ«¼ß­J:ôûã"ÿÇ*`ê%|»·èš¢)ãÌö6Ý»Ô>lõæÐqQ@9‡K5ÜàJ xJÍÿõÇ‹ø"óäÎ ÈYŸvDþeF¥SM+­£UÁ)7Ëø•¡¹¸~5¿þ¡(f¥»ðêñº{¸Î#‡~|K”2³ñÌ ØÝ»ÄÂ&é=^rã¤T§Šƒýc·eèxƒÇóéæB➘0GÍò/3±Yøõì±XÖ9dV@ËL†Žò«±‰ÿ€:ÿ¨ç`Ž Bš/T+2b¦YŒO ÝÓgW`’L“>51Ç?ÏA8äüJÛ 3×4ŽZy_paw¸üÖá)ÿã -¹ôó zhÀ—ü±É¥ž¬pñ€11¯Ò)£å[$¤T»Œ[nŸc—€÷¯<Öó1ó‰‚]ºù¾üžu -è×3¡>íÕ77Ødmfi#`"ùdB„eœ™¾7€‹œmã}é5׳äàuì¢})·x¾ s_û -r ¼Ö ¿œšëœ£–ì‰ )o¬òz`ÃÊÝv¾q¦¾1*Âl Q A­Ò¡ÆqL–MÆ„8458ÿrC½i–]²9Žnœ¡fXÿ¾w‹’æSQr‚ZJÈ=n£h-ΫQ,3€‡eôü½Ql„=t-l–˜ìÓ°aÓ´ãþ¹OɃ5<`益®íöAï;¤ðÇ^Uu,ÐMdp‰ƒ>R\—8Õ€¡â³Ïutˆ[Æ*5âc>êù”/;í÷—¶3†xp Ågy4|üábcÃñZý ‡œZ¢jÉü]ù"íèÍ -·BH\€ßÝSCs„m3¬Òc ãÁ…Öz/*\ј~Š{zë=,¬MÑÊûÂßÌbTLPÃAé„“%.þˆ€ûeK(:1Š·ɉ¿Ïñ±&1.Ê:߯¦WzT,ì§exX«{ž‹¶©è¥¾åæ·G+M/õlDPCÌò©Ð Æ¡ªpÛ4£48ßP{´ÚÔn™ž¨çàŽVk€VÅ{5°(ß<6-°@ȱÎ"¢$°Òüä®UöãÆ‹÷Aïà26z -öÞç‡ ‘üðzá_KÝ÷ÿ2×¾ò­ð©à‡òq[Ôr¼Æg~ÜÕ­ñ¸6¶h±«èæbgÉ¥ 1ýã†;Û’uew¢*ùp‰øcKùk…ŽôˈUk=ôFìuNÎ…µlPO+;2ÐÊ|\Šq¼ôº}ëÓ,aàbü l8øþ¥~³Ü®@Ç[g*Ÿ}^¢W/†fÀSÒÀú§žÍ³L3RJΗUvµ_[ä•ß³ÍB|öÇ&Ÿq´Ä§bìsÄT‹ýÜ¥dC¬³À$¤Œàl «Hç3µ zï@\˜§–œ¬2à^= rì@.€;4µ$«¢g™`gíõ¢içL£%aî9|ºuŠ”nSð*öd5ˆMqM…Q̃zl˜u·ö¾âÖÖü!x-¤KWCÞŸ¥eîϲ íòV°î&ìÊ—]Ý<…Š2¼)¸`Ÿ¡äô5äãµ¾94Ÿx–UìÐ× = u¼ÐsÅæILôNéuÀa -jŽíŒa‘0ómµ7„~lÅ>õȹЀZD´Œ“’6z ·v ÷½J\ªO…Mr+ЩVie¼yšäP7ò<ú¦:³›°Ñ›wÙ)%¥;¥ÌB›ÿ×—òÇö‹>ׂ€¶?CËô,4Ô¸Z^z[^y u<‹”ºø6ÿîZoIœ_Ã#Y¦E¨Åw¸{Æ1V®}VTmŸÅ¥´Ø|Ç,&i­ ze†ŸñÓ5æôÊ[Häþ$5u®%ï4ÈÁi^ nED9gpi !Ï¥%åÛUô·ºŽã[lh0I¨Y¦)BÂñº¨îhU$ô/ðé^- íS“ -=*ZA`ž‹9Úx9q¼ÖôúóZ}ËçU¡àÓŠ€éSñª:>.ÖÕ­ÄålBo954Èá*ŸašFxÔÕ™n-Ø™è7ÔÖx;&«/‡½ËšÇ@*þwMáão[‘Ï~Z÷-wi¨ù^-d|b@Ë,ÏF'±Ñ 6Ö6MJpÍ2òN–ù”?7¸Ô?ÖY˜C­Ô%§d¹æX‡:.òX/$xå¬ÒCæS1Ê:&âhƒõ¨™¥> êPÐÀ±‹üÆ2”SÅ…nN`Ÿë:Ë®8g)Ù'.Ö4ùP[Ç<œö$åúôÕ Mu|ˆ €Ÿæøõ,˜]ÅÌÂÈò*ùH—œ ñ©éËù¿/¿*¾ xâÖöPŠð.u=ë®%y5ªGr³ðÏã²m³ð§VÀ²A»úÓrK‡o¾íÍŒ>|®d÷ç\uüÎPáýõ÷)¿;Áz?i n4¿³jxè¿ÖÂ;¦™å®ij¶so“ 'áý*Ù«iyaSÓÌ£˜ˆ…öü «¯ /€|ŸPÓŠü@ üêP Ž~ePWC hØÐƒIij•·i¿,w¦þêUÒ`G+-o—ëjÝ&Ä©àa}úz>ȽŒC=µÈ-­zæÓP - ½z>ád³uèõKç|=ßchnvk9p—Œ’íšÇOÍ€Z&éÙ{#ô$×lMµIÌÊÝ(º`/»aA=Ü¥§™Ç¹¥n)»Ò+ç"ŒbjÊêt¸W-dšÀíÁÂÍãøX§’VXb"N6üÃ¥ÞùzÁÈ“€»˜G»m€Ó f )Ù&Ç¥ž,Ra¬ó¹ŸA߯44õµŒÏkÍ_Àñói¹ÕÀ'K]ª¿¯½Ä8Áï;4èñJ]ãÉFý‹ãuód½©3¸,â¹øã5`àÀcÝóøÌƒ¹ªGÇ N¬“Äxó&ê`šRæ×p)®×¶þï‹sh@çš§É9ƒäØõ~JœGßÚe×q ›e¹”Œª«¼†¿¶ø<÷£Ø: øwc#½ZzE(?zÔ¡ów{Û#ðèQ\áî«Úk¨­?µîÓÒ=bÚ'П—ky_VD¼ãE>Á$Á'nUÜØí/½b©zTb²?¯rp_6D‚/›"áÑ -ãY×5 wKÑÏåבÆ3a^5ëT²+m³ìbÛr0ANY{“sÑ>«}å›cä§/p©G+Bf`™‹úTæQÓ‹ý|ŽSYúØ9WxË`µF·’[µÔ¹¹Þ•{åPCÌýh`£üjj¥i•º1ŽÙ1Î&¯§¸ü*Ó$>i®)ýì” ék›˜’t8 ¾5gbàãƒz.Ò¥ äGòïì æ]¶K`ØèÃŶnÿ|Sƒ[ÍCú€–9e¡ßu¥'W¸¤ÐDŸX‰Q°7CÏñ/Ö×9@Ïmâ£d eWÖÞ”_ (‘ÏIEŸÖVH82r\ÊZ‚CÞÌrªšØû“¸¸Å7y¿^å5¼Î;z¹ôd¹¾)¸TÃ9Y¯á-¿øÿÙ{ï÷¸®ëPô·—^Ü›Ïß'¹7™&’m@çìÓE) J%P¤Ä.V`0†( «¨f9q'Žm)¶U,ª{IQ"Õ)Qì½+λùÞñÞ*{Ÿ9eHÌÐ03:£OÄ`ᔽö^}­½ö€nÿáÚ‡#ùËï÷/;òjOóÉ-+ÚÎï]·úÒóÁÕϜܚǞhK®zö…«‡Ö<}ãÐÐÀço.{`ÿgÿíåà ‹Ö=wqïêçÎíé;±å‰Þs»Ö­8¿{íš«ï­ZóÛOÖþðAúÈÒÓÛòß8¼jÕùýƒ§vöÎ[õáS›{f^9o»ñÞ`÷Õ½‹ÏmÏÎüøÅ…w~ùfû÷¿:¼æ¹S[{gúÕÜ ‡_˜ñ·Ÿ¾¼ä^À±üϵ—ö<û£³;žzö(ÐÒéwW_ûäéç^—㾓—s-¼÷¹eM€W/íê]pngÿòó{úZ?]ßfßÚ?ëÌÎü¢/_[6ñàOùó]?ºï[pÍìK{:§]Ø•™rôéÕ½Ã×÷¯]yuÿº5'·ççxaÁßìø‡ÿç¶§îý¿ßÿ—©zãÝ¡ìW‡V¯¾qxõªKû[qÿò…-ó/léi9¹q¡øìåùMŸ¾¸è®c»&ÝÑ?ë«÷W¾:´jÅ•}#]çváþ€Ú±·»§žÛüʾՅËûV^Ùô ¾-ÈÕî“°Þ§Þ^þ๭Ë[Îléu|óÀ¬Ó~ß{/,°¿x¥}òåwr ¼¾À|ÿßgýígxÖ÷†‘Çoz2÷ùë3ÿlÙÄ3¯/ŸzúõìýýbNã¦æ·>z~Æ„K{‡».½»îésûžyîÄŽ5½GÞî˜üÑ«sʼn·Ú>þFëÝÇÞXæ}¹¡µùÓ×ÒÍ_nY=±}íà…wÖŽ\9¸jk¿°Pÿô¥ô¤/Áv>»}9ðèòŸoÈÜsìíÜ#—wç—\ÞÝ;çÄÛé¿?ð/Ó¾}à'ÿű7—xç¶÷>zrûªÎ£o Íùä7ýS>¿üž}?^4áèË÷øñ̿ݶnê_ì~vê·N‚Í}eïpæÔ¶üœ÷½°ñÀ¿¶L8·eé”+ït>rì­Î‡¾ÜÐ=ãÔ¦üüÓ›×tžÞþƒgÎìn;úFÛ=ûüðŸ½9dýþ¿žobÿ¡s»óKOmï[þミ¿68ó³—VÎ;üoYçø‹µ {–}ÿü/î]Ñ}dÏ•wŸX ~ÃSgßYÕä­¡¥ýºûÁÏ^î˜xôeïØÕýǶuN½zhxàê{Oþð¾ýçÞX|qÿŠÜ™í#m'6 Ì=¾¡{úÑ7:&ØÚ~ÿ¥ý…ìµCOýëåÃÿðÚg›ržØÚûèùÝùôÅÝùeG_MOÚ÷“YbçZ¾÷éúÌÃ'·>÷̱MO ïûyfÊ{¿Zì~õñÓÏŸÞ5œÁsd¯í¿dwë °ífß;²üâþgÿåòþuÏžÚÚõÐÑ KœÏ__lݰìžÓÛ–Ýsõàòy×?èürËçÈ›KL°å®~ú§ØcæòÌwf=µeùôkï ´_ÿ`ÅÊ«>ù“ã{‡;>Ý84ì™9ç·ôÏ:õúâ‰ï<7ùÛo­¹÷¾ÿ£w|ñv'عƒ >~%{ÿÎçfýéáM<úæ²é×÷­¸²¯wî©M`ƒ¼¶D¿°spá•Ý«sWÞY·úäÎ~™6öþlÙ]û~:çNXÏ{~ûA>{ý½|úÚÁBçù]ù…×Þyæ—¶¯é»°µoÆÑWç÷ƒŸÏpä—ˌӳSÎoíh¾¶·á•ýC÷ µ]zgdù%°ùÎlëzðØ[K¿aWú¡ËïôΞ\} lý³ÛGÒ_nÿöWKüúñ;>ùÕãw]NßeîùÝÃés»†–bþñè›mͰžß_qÖ‘×Á.~#7ýè›…¹g7?ч{Þüóü¿Ú¼ö¡?ZßcüþÑ—º_ ½þÞºgÏì~úÉÃë }þVarçÁ>{dþ‘WÞõé«ó¼¹ôÞóûžùѹ}OÿðøöBúÜîÝG7®XöÅkœß6’>»µï±/^_¬}¹a™ubsGóEà½sÛúçœÞÔq߉·;¦|úʲ{Ïoí™…qž“9GAG}kðÑÏßžýéú¡™ý{Fø§EýÆÈ”?x£0é[ütöw.ïÎ>rußÀ’“[–O;òfǽ°~ŸÝ–yðøÆEÖá_>~çg/µZçÞÊͼ þÎ…]O=ubÛŠö~Óõ÷‡ÿ½Õùø—‹'^ØÔ5õâöî'Ánùt=Öú¶O<»epÑç¯äÝùƒÅyìÍöIà×u\}o síÀ@×é­m÷ŸØÔ5ýüîþEgöŒdÎî}î'_¾½¦ûÝç3î‡/.3>u¡y~wvÖ•wsé+s]çöô-þdê'¯-ó.ì_Y8¾=¿ðÓõ­æÑ×Û¼3og[.íïYôÛ‡†¿ú`Å'wå{?ÛÚÝ‚}Ÿ¾]üÁ¿/ºëžÕxø—óï=·ì¦í«F>|¹}ÒîŸÎ»ãƒWÛ¼þÑ?n:³sUÿÇ/¶ÿýÇÏϽóøës¿ >Ó´‹û†²7>zò'—ö>~u±öù†ŽOï,ô^Ü—o?ööïØæ%àÛwNû|Óó‹­÷^{ÕðVÙ=¸øüž|ǵ÷GÖ\9P辸½sæ¹3NïÉ·Û;”>¾k¸íøæÜ£_¾–ñ>øùì ûþñá¿{÷ùS‚?rGÖ ,9ø|ÇÝ[ž[ø—'wô_;¼öéË»Wt^ÚÙ?ïì[]S®íhýêÝW÷–]Þ;¸ôØÖž–ã[Vw|¹ñ‰NЧ@WËñ=Wv͸~0·ôêþáå×ö>õôÙMý³Ïnîi9¿9?ï⦭g6,øÃ_<ò7;ÖixøÇÓRg¶dº¼8{íÝ'Ö]Ü=¸ä“×jïþbêŸxcÎ÷.îè¼ÿÚÞEW÷tžÙ^xü$î>9ã9µ±Õ=úÐä]÷ÛØóàÉ­s.î]“9q÷p۩ͽÓ¿°ä{Ç7fï¿´g¸ãÒž•Ý»ÿiþ_ìz6ýÝ~1<ãäë`¯.ŸñÙ+3¿wôµùα·W¶~¾axÞùë†Ïï|jõ'¯ L`ðêÁ#WßÎ_yo¨ì²üÉ]KÞûõ2ýØú‘…üzxÞæ'fýÙ'/¤ï½ˆ6Þ–žG¯ìÌ ~¼¼o¤ûóW³÷œØ˜m¾´g(}açpúêÇÖ·¹G^~¼|”ÉçÀ¾¿¨çøæÕŸ¾:0íýçG¦øë¡Ù§ÞÊ/<µ±}ÒŽLüãO_œyÇë—è§·÷Í=³síðë—O9ñæÀüó[G:Ïonûðç­Þ«C“ÿ|Ãê)yèWË'~8|¹}hé‘7:ïÛ÷OþåÙÍ]^ÞÛ7ïêÜ’ë錄|cÉ}{4ã/ý¢Ý9¿wõð…wWæ/ìï_tv[çƒ0§wŸ}»û8.ù -ôäåwž|úè[ù9‡_Ìþ=øx§6µßwnûÒûŽ¿µÀÝöÜ=ßþlýBëäÖîÇNíè]¶×ŠãÛzgÛÒÙ|vwï¬ »€_:ÿÜnÐS»–Üóå[K¼‹û -Ù뇟}ôðÚ㛺§];0ÒÿÕûÃç·uÍ|÷G³ïüø§ÓS‡~öПŸØ”¾ÿ?>\û£¯>Z÷ϧ·}þZ÷4XÇG¯ìîüÂÎþ…Ç7¶>øÙúÙÎ篥ï9±µ{æåw׬»öÞS?:vÏQ˜·[º¹¼?Ÿ>6éÉ7—vwÏ9¿¯ÐvvÿPû…#¹K°¦gv,>µ5;óê¡Â0ØŠ«¯ê]vý`Ïüc›{úè•å÷{ðñs»†»¯½ÿÔ?_>¸bð8Èô/6d'{»w:èõ¥ö÷¾û«Eƹ-soì|¢puÛŠ¶`Âç_ÜÙÑ|~wÛ÷?{ýñïžýtlÓÀ¬/7æ:±¹·å«CùŽÿóiað«ûÚ.ïï™wdýRë“_.m:³±ÖÙ·G–žx³{ÚÉ·Ú'øéŒ¿Ø²fò·>þÙÜ;Á~~üÆA÷®!ð;†Ó'·,=³m`½Ýº@;½iöwN¾½Ô;ñvnúém+Ûn%7óÓW|wëS“~ÿßϟpâuÜ7²põÈÕý¹¥à¿Îºz`Uþʾ}ç¶v>øñ‹ÿÍ{¿xàÛŸýºÃ>ýæÚöÓ›Ÿ]qzǪ®3¨S7ô>raËpæÒî§Ÿ_©ãèú¥æ±7;'x{hÞCÏüÛõCëþá2ÐÑÙ½ /îXt }!ð¯¯lÏ/;óvwËç/ƒ_·aùC¿=´jíù=¹ùWº®½?ØyfGÿÜÓ› ó/ï¿zk׃ŸüzÎß^ØÖÑòÖ®º´cuîÓ——9G~3ÿNÜÇöñËÙ{?y%ÿà‰Mk»>|-?ýÐKα7»§~ùZ×ý_(dÿŸÃ+†oê;òäÄ[}-g·¬¼¼ëÉ•þªËÙ¼nÞÿZ_xø[`KŠË»Ÿºz`íš ï¬èþtCç¤wŸ_¨ŸÃ8 øzŸ®_b|ôòãßùø¥ß=òêÒ»/ï]÷Ì…?ÙtþU…›zB9ryÇàâÓ×>{qÚÿzÿ§Íßèð›gœß³hüêÝ«úmê~èäÖžö¬è»~xí3ׯû§ à;mNüâÍlóù]+³ç÷ µ|aÑwÏíêüÏW=ùÛCy—} ÿÏ¡•+o¼?Ð…~çg¯·9Ÿ¼Öuß{ÿ¾äEÏ÷¦¿ÚßýØʵý×G¹Ž‹{–Myÿç3ÿü½ç[õÓ;‡—ŸÚ9Òóѯڌ·Ö>ðí—ú­?8øo³›.ì̧ÿãÃUë~ûÑŠ5ö ,žW wßxod|³^èü›ßÛùÄÄ?9³1ÝüÛG†o|¼rí±MíÓÞÿÕœ¿¹°oxøÆ‘ÜñÛ#O>vgçÜm+ô?ؼjò·>Ãú¥-}œÛ5¸æ×=úFnæÕwWän¼_èwú¥ÝsÿþÃîû«ŸµÿÕïY?ëïN¼Ùùýk;‡–]Û5¸èÚÞüâ+»úç]ÙÓùà¥=éû.ìh»çâ;}s?þMçÝŸ½24ûäæçÖ^}wÕÀWä;/êšy|ûbë™ùíc/g§\ݹvàý_fî}}å¤?¹¸õJ½ºïêþìŒK{;<¾¡ýîs3@v­=võ¹­]Sÿ²ùþì¾?À~ŒçvæÇTŒ¯¶¡wê¯tzŸ¾Ô=é?öç[ÿß:¯ìï|ôø–Ǿ÷ÉúþäœþÕ¡•«®XÑwâ­Î)‡ŸŸ‘úì¥Ç&\Ø”›y}×꾫û× ß>0ûžU=W÷?û£«ŸþÇ3» mGÖÏ»ãã_=–:±!óýË»×äo¼¿î‡ö ·_Ø;ÜþÕkŸ¹²0}zcÇ÷?üÅ£6¯³Þùáýÿã8Ø07ö´ý'Ìÿ©]=3®Éÿö“UO^=°fä"øÚwõÍûbýãM¿Éë¿·÷'ÿï«»—|#÷0ø1÷É‹³ÿúË7Z=°3–Üxgmá«ý«òÇ6/ŸöÉëíΙ+:/ï]±üâîþ¹g¶õ´|ôÒãw|üâÜ ×tM¿q ¼š_ˆ±õ`¯Ù<ôø…mË/ïÙ½»{úÙ}`÷̺¾õðõ«W\½ÿùÆå÷ŸÚ6´ôž‘Îëï®Yqà§v e¾ÜÜýÖ½œ~{üü¾‡¾|m‘öá 3ÿ÷Ç¿\p畃í_}¸æÉ«‡Ö>yñÀŠþó˜oÝñäÐÉÝO ^:üÔ?]=¼î¹³`3}¾1}÷Ñ mîùkú/î}æ§Áw<ürÆ;·÷‰5×?\óôÉ-‹'í|²ù?iá÷Nm[êžÞÙ1çûÐúÞûwüK·ùù›O¯¼zð‡/^¿÷ìæyw}þÊÃ~ðç“ÿ|Á{¯¼³zåõžþ·÷^lÿþú‘‡þè‹×òsÀW]õ_=ù¯ÿñþpþØ›‹Ï^YÐxäµVãèrX«ìG/gîþ{ü¦õþkûV¯ùÏC«×^îÌö¶)û~:õ϶<}ïžÛÙ½ì«#OýòÊ¡Œ‡œz3Û¶Ó~{dío,t_Ý“_ óÑòþÏ[¿w|Snö5°‹ý|Ö_¿:¨ÿ_»8ùO¼4Gû¯s™ÿ¯N>ËÆ{ÿ]Ÿ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú> "ÕöI©¶O‚Hµ}Dªí“ RmŸ‘jû$ˆTÛ'A¤Ú>ËNÔÉç‘T|~„ûûÚ§´Zæ?Ø0aÒ4k)üþXë`!“ox¤aÂÒ»&å S²éB6×ך_™º@Z“0Sw=–iíIÝÁW¦à¢ÔŒ|¶3ÛÀYé̩֞ïÁ¥áÿ-¥§4úoþʆFWF“!LÝuü)W·¼&ËÒ ËÐ,M©^¼È0› WØÂ5M͵ãõàE3=ÏuÓ¶Í”ºËótÇÓ‡/н®¬‹b¯ëj˜×Ð×ðhƒ—ºãÎÔüy sß`Þ\œ·Éù¡Á®™­˜’>2—>’ë›™Ïö²} žœ© -þ¡á‘~ü‹®ñŸfÍú@¶×à.ÿ+Ìý]ó§·<’kÏà×ТÜôSw¬èíéƒ?5°òÙ¶¡Bf×Ö5ß¹"Ý•íiÏgúðï"u×´¾BñoøOae?­ëB›pgê®9}Ù4€gÁsû:×·ö ñµ+o}a_k/]ÃXIã[L&M[:©­3ÓÑÓšî*dní+d¦g ³Ò]¸ˆ}Kõr±Ì¶Ã•£à‡×Œ9‚•,ÕŠ²—jÅ8`¢›åc2’m/t•¼ºª1êÊd;» -e£¤.ÿ^C¯©ÒÖ3”/w:ò™Á¡žò§C]>æKl–‹Ð`¡}Jf8ÛŠ*­ðMcŽÜ¬ÜP>™ÔÓßÕZ¶œ,¹l_yä{“‘ë·yiQ]eGfjëÐà`¶µoò¨4Yñ-æŒ&×Ñ1˜)Œ>ö:æ§öò•Yûxh³ò)߀j ª©]+Ü?ƒø§öø~°?“ž14ÊÀké­²•èP¾£5‘h¹J4tÓ˜#׃†º†é\O.÷HW¶0ÊØƒFÃÊJå«ëKBŒµÉ®•½6À‹C=­ùûWôçú2}å³YüƱDzR$›s}ƒ…ÖÛ@²xc-y*ºŸúˆ€4Z RÝ‚FQɲ¬*—UãhŠÌÌeû --•øþßûz2Krl‹ÔW‰uT%ÖÑmyá¢5+Æ©Ñì€".¹þL¾µ+ÛKÜ0æXUHµâ.5çzûsƒ£Ú­Õ(ÊÖÝ£ØDµÀKÇÁ(ÌlÍŽfÕžt+F‰¨ȬÞ¯vݚϺz3…lºEuÙ.PwùëÔ=ËT>"FùˆãfçLÍ·öw•OrßDZ;~tåyŠZYÏé™|gg²öL¢J-‰:^’¯oã;ª'*wwMÉt¤&Vg!R=•!¡_GõRn”k[žI&ç†úÚah“s£Œ6Ê]pia°lC÷ŒCR£î*«*ÀèPYUÊ· õdúÒegùÖ2§D½g¬%M“Vvf¸­u0ó@>30“P¾*ˆÜ5æöåf²…ô(üÌãÕ³³=™òEOèž1Ç)³ÞBV£Šõ õÎHZ‡+X­à-ãfIÏ.SœT£wS ÁU ®>Ó$I¤'q¿¹.`Ù•¡‰ ˜¸€‰ ˜¸€eMGG¾ìÆžGrÙÁ:sË™%>`âVÝöŽÄL|ÀÄŒc•ø€‰X‰ï4%ÓÕ—é[:J Ëí8Oµcã•|¾µ=;T¾ÂQ—¹hÏö´–¿*oU"Þ¦çòý]¹ž\gÙVv"ßÊ”oö7Y¾•|"ßù–È·š’o÷çsíÙL>1áêLÄe`] —H¸DÂ%\bÄ%.‘p‰„«7 7µuè£WÓ]™ü¼L6ݵ -ÿéËä¿ŽŠ†Ú‘wcÛpœ¸éöÚå%üt{üä|“ù©lä~Jø)ܳiBÝT ->˜ëYÕÛ:˜ÉÖˆ§Ê+Y™¤`°Z -­º+¬£o@Á`E]ÛËwúÆCÂ$Åk²³x†ê¡·x½H†b’|¦½¢zu''’ŽéU¨jE¦ÕjÇtjº]/¬"djE~uôärí²9z[Okº{bŠA¹þÖt¶°òn­©Sè¶ú¥O=€hÖK vµ¶çFšë‰±êßJ¸} “ ã“­LsÕˆQÄËÞ†È<^Ù%¡{ÆœÔ*:“$|žIÙFoûð_ÙîE¶£ch0Sñ‘±ûơܘFP/Z¹BtjE×õiGãìûV²0Ê^åÖUÙÞ¡ -Ò'þõc¾¶$ÂËn~UíÒÅ.»ó|¦~©(º¸cÜL­)YRCÕp´Ìäµ{²Ì7Â@RGvÕá:‰Ê½]•;æM}Ê^©äø½2¬Íã÷ê×zJŒ§Äxªp(õq._ÉÙ|5O¿ *L¢êÕc -%çó%çóip¼êÅt}ŸÏW>ÝUùù|å#2Joˆ "ƸÙ:uZ³[Ã*49â6Q¡UlB'j49ævL©r5Z¯Ço~ÓO¸­¼®²6Ö59é¶–äëGí‘E½•‘—Á²öŽÊ(÷Ô…Ús‚ÊÏìÿÎ'fÔB¨6M-ÒÛ -*»AG-È÷©pëàè•Iµ'*—zU_Ç”Ò䥾ùrÑ¥oå‹Cuù8ú‚=¹üô2°G=oü4©KE\Û-EfÔýöÚÆºéÂÑX¶Yím8ê9(W«í80HŒë2»„¼})WýI²ú, ¬Ø¡ªñPÃÕ A Qö^ÃZzSù;‘jпé^+,UÛ8®ÌüŽLþl¾î¢GÕ Å«e ­måÏC-Ä·²HYèžñk6Ô—~¬ö„JÝ[““ÒRß r›šÛø“›þMn“ǹP…ü!Üì=;ßÚ7ØQþÕCýˆ¸ëц»Í½IØd<Â&·ãLÔŠ›WѪƛÔÓóµË†Úq‡nOhÖ -­Öhè×1†ú9Åʬ£S¬þè`WOfr¾‚:Ûê=ÄÊ*{]’3¬|Çù « -«‘3¬*߀3¬ô¦òSD5rÚtùIã*oUw5>íÙžÖò»@Ö’CWÇ…s·s x"ݾ6”ÊO W¹t«»ê¥ú•n‰L«"™ÖVöž‡ª—Rý" ‚"æ*/ý­»ê£Z­÷-¿„¯ÚÙ½^7kå™É¦ñ›á8¾›Æë¯N¶ì*ÙZÛ+^ùS#š©–·ˆ·Ò*ªv´Sù˜ÔЍÀr¨ú2¯‘ëÇ“²É¬Œ‚ì þ§£SF)º ¤ôš»Zûú2=³2=™t%qøcŸˆ-;Ÿ|»HÆo7u4%;ØßÓšÎôfú -Ó[ûkP'•í„W»Nª¿,å¯MÍhÙò- *×LÅ®*©ØW=ôµ\Œ“¦+cIˆe»|Õ.öÊǤV„DùÇ•ÕàžÕ -ômýnìÈg2«ÊkvdG+2W€õŒÃ²öåúÊÆ§5ê=ýÀ*xËØ'4{FZWŽ¢˜BR¦Ðš¯HÌðõc¯ÂËÆ©-ÓY7Ê«Ç>ŠY6>íåï)çk«Wtäs½å ºxÌ‘)_O„„zý#4üråDø®1Ç4Ÿ!o¸l$ÛÛ³…ìpøù7ToŽ +߯Ì"=Ù¾LkÙ'ø¦[{ÒÓsåïùÜ0NžIk_¶·Ýú5mR©íþéº)›)“Zqݤl¦J““µZ6“NÊfª<¬%‡-Ä‚?µV7S>—ÕŠ*ªßC*0€jD7ÕráLºn -gÊǤVd@¶CÕÎ|\?Ƙ”í#$…3©¤pfÔQÍΤ“™Ññ'o©üµ©-[¿…3zR8SKb¯n -gÊǤV„D]ÎT okÄ#ÿoNÕNùO2¤F–²†­® 2YŒ¤wÄ׿_ß8Æw uÓ3ÒÒRVÙÆ9£ýXöyàŽ±ÁL[:3»"Ó3ØŸÍô,­¬¢mÜñl¾X;öH>Ó›­-)GNÊ‘¿^¼²}홎lߨ½Àƒ¸õgZ S*(æ Ü‘”[ÿÎÉïzª·Né…–Ò-øWKÁÿá;üœ(ûˆšÛÄu‘Py6IRŒ= -~ãWŒ=ØUÌI sÕ9°m£Æ²j'@\ .µ"vê9D\Ç}…k|;:åfÆÐ(“é›j!3È1Û™›8œÍõd -ó™ö‰¹|kßhyÌÚ‹ÍUb!'º$@—è*“nÙáüÖUÙÞ¡Â(]€ƒä¦®sj³ËÆ)Ó¿TÓ -Ü1žúÐ+nAÙ8ÎÅ3Sدl‘bºöTg½Gkû3ipòu¸ÅCO5Ò\°‚•’äzÿŠ~ð“+Æo‡Ä¥XVߘs’`NÌI‚9I0§&‚92tÃÁÙ¡˜NÌI‚9I0' æ$Áœ˜Ð¨—4|™*Å?_ËPfI?©vCSu·©ËýÞõÙ˜ã6¨°Vª(k¸?Gù›Ö«¼?GO¶0³5;Zü«ö$\ݴ樴²êÅt}·å(Ÿîª¼-GùˆTy[ŽÛlC–¨Ðª!°Q¡I{«jÕ¡·eC'z4io•´·º}OᛨBk§ b¥U+Ë™´µª¿¶V“¦-•î‚fú’£‡æ|3:?Õãvÿ²»–%Ûý«J§Ôövÿ\GÇ`¦€cÏgÚ+ZŸZ᫲Àm/û\iº´ŠYY>"+Ç‘zl'?ƒøèå%ܾ訕E­á#që:°¸qõçÆ5êÖ„ré´|ý6ê-èÖ~+âJÖ¥|j<ì§ñt­Ç:®lje/ÚH¶½‚ZSyõØcd”QW¦’Gÿò$2¾Žš@jÒK ÕÍWn½@ÊG$ €Œ¹H u(Ú“HݬK©ò† -`ž¦GñÆj hd±Ë™¥teÑ¡*Þ:Ù‘oMZ{ÉeËߌÀ7—‰•zÓX¹6•ݧ­u0ó@>30”éK—o~Fîsûr³ -ÙBùg®ží© ¥Aèž1ǰ|&«®ü>F}C½3€/‡+X¬à-c¿VãYpX-Z!é”ta -Ș¤ Óׂ_=5-ªÀJéÈçzËtñØGÇÊ·¤’FD£à7~ˆ´¦²Ï¯*äÊ÷rã€JÒS)7±¤ÙCù¶¡àùš 6&-Sj`ï`A— ߯µ${+Í5¡nêÐæfò#Ù|[¦g¨¯sé([Hk ¬\þÊ$•hÕR‰¦Õ]%Z}*Ñ -ešmµø×’È®¶#ÿH™õû/»êwý“1›x‰Xe²!ñ+GâV¹X¶a“ø‰˜ø‰ø /+»ïBâ&Ž`Õ5IÁÄLÁĬ Gp¤iº¶ôþ¾vß!D…¥äúfÂ#è²FOÆ3ï‚hx¤ŸžaòŸf­ìmËõ4Ü1¹µ¯ýÎ-5 þŸ?‚_2 CÅÁÿøŸžz¸ÿåßæ¯„_‚/ËSZ“°R#)35=µp±–jÇÇ<Öж0 3ÕhèM®çX©Þ³Éu4['g[nÊjòC‡kt·Iw…r›Cxp…n79¦©§Ò :ÜîØ€¬&]³Í”0›oz“îipš\Ëóè -˲¸ÉКlSÇçhM–ãê)xk.¼ºI×uà €i ½fhÂ1ðM®2š15ÛIÁtFï±M+oñLo€‘¸6¼OhMŽ£Á_D“p7¥›M€Hy0>Ï—ÛM†L7ØMÂpß®¦H!J–¯„ 1=‘jÄÉ´ ÓMѬ¹&ÜÓXiÂ3dÂÅð׆±ëÜïiôš4M3=|‘éh80M·t‹K3ŠÓæjn -fMÓ`8mÑÃY³m¼ 0¦õ€Y3,‡×Åõ =%`Ê#Àäà@-[³L~,›î8¹6¼F2 —Þf}ÐÛ —ïÄû„Õ£†û`-Óƒ1Á¨ !ð ŒV˜6¢¦Û†æE˜ž&ð>˜NCX<ÍðZxÝeb3h#Ô—nl˜°dK!$8',Å -A '?àÏOž< ëfËü-ñpᤖ–À5³ºZû3“A ·OoEû-79Ó‘Ëg䵓K^9³µÐ5mмäá›^2[J‘ Ké—6èM†@¸˜h£èÈ6Áœ¤;¶›²›@‹0³J\ ,ဠA -²aì‘ FІ®ÁÍ:Ó¢…²¸†´ï–Gb¸ä/P -È9-žf‘‰¡±2ÕÀ4½ëâ³mà#˜t´E,¢…bfè- -OÓ`-H¢a¡r÷ˆø,²cÈJ‚ š0U:ŽîðkX ˜žCÄKÎb¾"*:šr8½4gñ '¸ºkï[ºp$5ê6‡ÄrÑva `È9¨ÉIž½ÓÀDë®$GË´=4| ÿ†ó†Kç(e&Lm³™s§É Ý°Š€–ÕÅrI7@èÀa!$5Ò*â(Xì"kÀ2áè88¿²?£;$FuÀ÷ÁÂ2ar ‡¸ÇCVÏûWŽM:$8ò605Òˆ‰‚ˆ']GKõlÓ”¬Æ ®Q'Ø©&£ ›t©™dÞ‚bA®ÁÒp¨dMw,—imÔ‰®C:t¡I”äé$þP¿Gƒh“Jä§‹F,+šê±*L% J¤ÐÖ]2JMË&L"P™£bcƒLZ,¥¸åÁºà„áOÖ¶BƒåÃ#Á¨ãdÂÅ0c&L•4aQH¶¤E¶DtÄÎ&ú€ôHÆ›. Û¢D=¬³ñ‰k©ñn€˜pl›‰Q'„ÌÏŠÈEcÄØí’቙®‹‚Z3[,ÏÀh á¢Ë"… &‘)•»…²Íp2£`ñà‘‚U¹å™Ä—šãØ&Ûp†CzBÈ)Â@ÄI%ö@ç¦;FuHЍ=D… ¥eœ£á{.Ð L¬ƒ<… -Æ!ßÅsyzÁHDnÕÑBpÙ‡ä‘Bvè -aÃz ÑðBçGg*„—‘U†ˆK¶¢Að´!XQ¡œLÉ£‚—€¾ÓÉT¹T…Ô…âõºŠÀÞ4aN-Óòø^¬‡ŠÍDµ@5 ã`,hƒ"¹3Ù²k¦‘465h ÉPó b#l=ò¶áÙRÕâ¤F$•Ðð ÇÎñØd±uçÌÔ‰i‘¡ÁÜppVÁ8¬Š…IºØ4Ôú¸.1X°º$AP¯0zT?,û,É) †,¶æ¤¤ ]ÓvÙ"g-BªØs\iV’rFN #h8¾Œ‡(7Øüä¥!'šDé åt&fé€löÀšÕ™CÈÐY)ÊDk£6$A´ø\r3=ö{‘ À;,¾ \50@ÀJUlOƒl“ìst6ß@ÃY;‚Žn޲┽«1rk,i!‚X¹­³IƒÊ}X7‹Eý -ó¬c2Qéhñz¨|©[Ð&’aª{,”I“؂ǥ» 8…zY:S2Óh¢)%m> }[i)€T"óÊvÁq%ÃPóXÚ•[)ÒìL ª@dðE–ÎsÃ>°“£‡ •×Í>'€ ©y^GeMª_‡Aƒié(Õlã„ÑÙG‰†30ŒæÚR - ÒšškȨ¥qy -8Ý#Á¨‘ne•Œ’¶¤»„H£y£[ž¤OX~=…ÜÎ…Ñûaaº#bDÑb±K =¶qpP6š0"I{ •ÇAd¤ã•L  [1@mPTƒt…1;Ë’?°ÉbJÄ ¦Œä!Saì Ýbðœ‘Ab¤Iˆ`R,œ#U0¨y)RØ69À`ÎyD`dr¨Ö³=6P1Ì¢”10×Sèd€P%ƒôÙ7JœBS”GÓÐ$¡nP¬JÚîB.ÛR À²L;Ï*þê‘ÓHá -À‚ /µ&L:N(úÑ&Ý…Ž,Úýifm s-0&k*¡¼ÄQcÇÒÙuÐ7@eC4oS —Á¦£Œ‹ˆÍ›JŽR$³1~Cn*†5… -Ù²@‡ù#ž~8–%©,õ‘¦Lòø„¡y¬žtù`á]Ìkà­°¦‘Ò¡ŒŒâ²˜l‰ö6p`Þ&>Ci,ddñÃX½ ;™Bó-.$ƺf{J9©Ø¼Çagæe -3³öw-ÏT~'*FŠ×£â§` -4#Ç£7 ¶ O½krtôr5`à:Gèa“œRt‹ Žqƒëd±#Mã¢=KwKY³ðÅèQBPÐ^öxÐÍ£x;MEé]i!‰§}mrF8HªÕ">¢PŠƒZк.CôHš )H’ÔtÉšÔt˜`Ð”ç •FÁm²4\AFáy˜m -×cÔ%ͺ(ù)8¯£;­ÂõäÕÚ†Hq°Þ•¡yƒŒƒˆœœiò®¡„äzÎ-ÅûJÁŠwöÇ3í4â&†Ã€¦U7‰ ²áQexú¥Hc`+¹(@Á^C"؃Éf¦ϱR è*m{ŒHz˜â"«cf ªÀÐ8xh¡§‡FØ€^ª™ì]AæÙœÀ2dlÜÀŠÃ±-K'¿Ð µÙL’ØCÛÄD–toY ŒT“憎âìQR´t/Š“"©Rw)çÁñjÇÅ4—ÜYÂÝ,z™nPœ!ktÈÒÐdo^F©Z‡m²ö¥ÉÑÐõÆ)¤[Ð wÑÛ4)(Ðé2IZhduĆ8áR‚ÂA€3‚¡<˜X\LƒòF’-œlÌi#_ÛäÐb@„éx†g’•‹*Àÿ&¹Í »dÔßEJ‚Ó8ÑWqP4ƒ8³ŸíË .‹h˜ âc\Bó ® ëá ê3qàà+[6>ÅÐ0¨‚é> ×G¡E"\‚vqÝ\r­14 -ÖL/êÏÆ8CŽÔáÄ‘–Áh`Ê)Ü„äçK«N„†šCë.:Á&…‡)ŽL1Á¹¸¸œm5¤‘Ln¡A/g%¬+¦œ¢ftÈ£k ›4¶&ècãÇÅEcÏv)†cR"×ó(”Rµ)QÞBê†ì,‡òiM£¨% G¹d4$óT7‘rȾäà™÷0 Å™ÚdhÀ³áX4Š7a\U2"‡¦*|Š`0h.ù:˜{£—ÎI7Ã&'S&šÄ‘R«ê"58´ÚB -$œW²ˆPœ`^fˆÓ ‘ýÇ”àÁ 44è9¦M)Dò¬]Ä8p•Æé2˜: -ðð<@…þÕØd¥¸*† -iY0‚öm3†MM™Éµihû<ìGPf©‘MUœl}ófÄÜM×\²£È-¸9}£ËJ–7e‡1œÓÛÀn¬Ëi;rÑ>ólÁÙ¶ÁÐbãµIÆR£Ð¶ëp‰R‹@ã¦íúAÏÓdÀß´ Ö(É év¹¸º19<€*G'yÀøms‰¡ßbÅá9ѼÂÁH Jy ?s”†É¹I“3¢M(‰${´Üá጖§;àgµàH4’b˜Hf±N‰mI \ëbȬ8©"Ì(j¥€ ÐÍÇ(%ˆužzÎtsJœÅç'>‡‘™¦ä/úÚL+M@Ÿ‘j^Pùõ¡æØ GŒÜŒSg©©s0ÐB ¢~š;˜maòÄ - 2å·"BO†A8ñh V‚§¯s¶’æÚìû YæãjÀŸ4\žàp€íÚì.p¶H79(G^¡N!w‹š©L©îClf§DÃ\Ê9p(È¢Ì9>:ú| -5JíS²Ç¦(ÚídXÄ𻥢ír°å“hêò,É1eÏÐ0Yçð{u&(ÌG™i‡ÅíPIFfÐsñácñH0Óèl{(…FEv)eÝÄZŠ™T1£+j™¥iôhÓO¤XM2å«Võ)K;°"ˆç(1J´LK*d@‡¾ÀÔ¹.¿=sÙ™–ñ!á±é@™`ü‰éLæÎ}r ‘ßMµkðJWc(Yå¶+éÅ ä°þat&ÜœBÀ–¢,+ɼ+P:º”Çj¤Ú>2.B/=‚Ø(cxDpåL¹uè`Yž,EsŽ^:çɨ~–r? ^Xš¼gz“‡Q\AÕ~Ž…E91F…”gØdîq¬J…)lɬ·ši¨® rSNŒ#cᙺ)bò™ãѬ3-ʸ½«D•  oŒ©)’èŒ ÆQ˘3  ãp-´­É´¶‘þFS¦l.™lFC‘´ºo\Ñf?iDŒiœ‘Tê…Lk›Òü÷,Œ`§s6Y™·‚R¶6N«ÑÄ> ºŽ,ø±ÎTç,¦ÃZŠ„½Â¹¹Ä<ô`Ð…s ®Œa•¹éÒ‚™ü @SšŸ&ÆÖ1áI -ÄÍ»²60- ƒjTi@K‡2Ø‚¢8»XæŒA‚¹lÐ9¹rÚ¤*&4 ¨LFYrªÞċŠbi.‹±) !—ÏS=Md·´:c, ¼D¢\%â`áPYƒg†N—`4–lº†á .4ÕQékäéœ[ x©{]ZÅßÙau(׎È.¾D#É‚ö:&b(c­áÀ¿‚~'o`Q€ãqŒKÇ2;Åy-å„ßÙQF­&x÷[z,6Ih®ÉΤJE“‚GÄ÷hÀâœ#«¢<ÁÒK¼6!X‡š$•èm‚èõ%z¿Xó (BèÆ¤Ã ±j,ÆÃz2£瓸uHR±òv‰`eGC,~G…«‚ò2ãC.Dùz @.ëÀŠ -rÁmåkÒÙÂd£ãí’(4ªÑÀ”*m *   ‚ÈïÇlºK´¥Sýd,\Š„ ©F‚®1\Ó ±ùˆÍXlV©¤!‡ÉCtʇËh¡T±$“{¸>‡Êx-Šm"4Q%ªàW,J:Ü £Æ¢¬ñH,ó½Ésgb -Ó41è |$4¤\œ^T¤ ¨. –ÖãOm^”ÐWLæ cEOYYdb@ŽB  ©iá© Þ£žæ†µ”¦Ã†Ã ñxt,bjsÁ)ùBX¸€2I\”E ²Dch »ä!âéšžðâ¡fâÛH8:°ŽµIªÑÊè Coc陿ry4¢[«[Jt,ë$WÔå%W6öÌ–RáêXP»¥dà;F¥,çÊ H)1öä±ÊÒ&Ýåûý$ˆ¨ œ+²HZ82»›¶í–ÈW 7”ÌjÅ3_‘$Sš×™ÓBnÇs‚W¨d­éžô-ÃÑè*ËBY6t☼p†Üß wª† òÁñXɸ„¸AÚù’FÁe}®J ÄRZ”Š&¾âɱH6§¹tÆ'œÆ0ŠFž+eªLΜÈT†ÅUåâ’1Y*Õç@Š_ÓiS¦-ã ˜­ Zí¹´—‘¢óT„çrŒM¼\“åÄ.ïÂY´l¨pxˆE!)âI.œÂ/r­b B‘eÜ}Š–t#ÅÈ,*dÁ‚RC&ûëx®£„ÕìY2ýâ$JzJíc6±=L‰>JÖ˜²ŽGEQ?—Gc—3ƒ•EŽ¥s‘ŠÎaúΔ2ŒÎL|öbsL;%ÍmXR©]Ø®ÚÁ{ -ÁÄc2¤8&¯2oŸE1K¸ ð7)J©«º]ƒÕ6Atù*—ƒ»žŸ×Ô¹–ÒÄ™–R'±U¹¥-ŽhÉVÃý$®LB¹l1º¾m$uï]@ÙS‹·¹K«q£½åçÍD3ÑnáX§-i'߇f.“—•¥éC˜ISêp~ƒ è‚h¼wÅ`GdNˆ6߆ÙjŠ›Ñv wcaŠ&7àp¼ßŸbºíÙ›N2qzd!âk[ÑtCÉr†hÉC,§žn(‘xçæ# |¹aCPŒÙ²™-Ñæ§l° Y! ç–6ÙØ"H×igþÅ3¥£=—÷…S;î²pYad’BÑSq¤½$|¿£†ù¶ùät¼MêC£—QËGȼÇ$¬çrÂÓ#¯ f†=/\[´¸ Êa €v~jéFNcÒ"§ž¶EéœIvdÌ@ÔÉ¥4o„“¸§Íɸ{ÑbÈ‘bðøðEÄñX¢Š{µ@• *ãÄ…^”çÆ¤”T‚äðQÞŠtVd^Y¶„§>¶8Ñä cXìhSMÿ.“˜H(H^r—!W§¸¸óÏVÁ‹híëŒpyF¬~#RãÁãW)Ù™Eãž-–ÿ¢ðJKuÁ¡Uõ ² ª01±úÌ"Qå‘4qW8/' ¹f\§®=h°“vräÞ^ƒÃÛ1r`q%™Q… ¯¹qF°bÍ5L•Œ¡‰AõŠkDaàhÁ‹…`EI¬à$RvÁ"!Rš+Þˆx¤©ÀÃ’ùIY€ rL*%à½Ý´šËD¨Ø ™”%†ú~ؼì3Ì9’FŸËÖ‚FÉV.TreŽÛÆ=ûÜw‚ 9>&;ŒyÄ’[¶q[Å/,Š’Æ­}‘RÕ&±:ŒH¥ÄpC´–"Vk­2 ·À¦ªbB6n"ÏÞ–dãÊ™„­Fqä{þã6eŽÜþ‹IQTѶŠ$¡×á¡Ú±¥ÝfËÍÀ”žÇÅ},Îñ)MšÊ¢–/tEAzÞ˜$â AžAd±¢«Yo&WÂB†#)¨3íÉ["e<\^)õ‰E–ðÖzÔ›Õ)z©˜—L{§èí»”¯Ã\¡Vj–Ãë[¨èbXä—¹Òð'’@×Þ·d£-$m"U/±º˜Hé Ï3s£Ë»„hû -b¬øâIÔx%(„«Kc“Éå:Ubî]´©‘ë)Þ&™CÍg†¸eJO”…@Êqý q£j}tÁ¦’)·ÿ»Ü0[ñ†”˜®Ü°G9­+7Î/F¿ƒ©b¹ñ·SØ%2ÂQ<9æB±JÚLa2mSèWˆ&6Ò°Ù -š¢˜!÷¤ƒÈ±`ÜÂÝÄB5=à ñ²ŸXaPÉÚ!)$”÷É"dB9:M77È§Øøô°×ǩԱ‹}Ø;C"ãßuÚ5…iJbOæ²)n¬[¦ðð92щROx|Ùt%jˆbeF±B¤h±Rº”Eºõ8ÍÉI!‹=ð±l!¼/Cé(¬5¦m‡²ä6s/wø:ÖØ…5Y]‘õ¯ù5©Ø\ÝR¨ÄJ¡`-Œ@*æÇJ\.Kc› Ýtjáa£ƒ‡mpÐãÈŽÆ]Áðw2b#J7”u¯0ê˜{bŸjñ¨O§Ü0`Žß ·#x´ýÀ”]91·ƒì©ãnˆ×y…ÊÀnRAURÇ‹¨<ÉÑhü¸Äd>¡­„äèrr…g€¼7›:¨Q=U—©&žŽlÐdÊÄ„í— ˜2™€Í®4êhÈ® -Oá”*‹T•E‹Î¢eiiÀB¨)¢}ñ:Á 2¾¸Ac¨Ð‹zFÆJÁ¢¥bÁb²æX¹Yt.‡oEÁ˜§ÉáØ^¯ŸwµŠ½²e3¿ø,Fç9ºѕ -.˜Ñ5Þ—îÉRÜTŽÊ/Z›F}BÕkÑâ¶pñ5¡ÆWªg¢h”Ÿ7 Þš‡Z‘ŠP‰4)mBézìõ­E£š”pµZ´š-RïFëH^’+å6ŽøÓ‘íU1 „Ü¥¶º77È r—†F çiÉÚÀÄ#N¢)ó•ÍÑ…»ù¶–hµ.±‹YZôR¨Å¦ã1`…iÔ(ªlÅ”áæ†Äã56) ®†V{FÁ,Š:u¾ -pU¹™ÕŽ)YÚ¹‚S騬TPH¡ÛmK·5RÏ6Ü+x —ÃEÊåšc“t‹âGäu‹û3°G׋9zÎ8H¦Á¹T£Á(åKÔ*DËbõ±šlÁ*+ft²éS–*  ±N½EdJKÕ)ÂiÉE¥Ç0GGRÿ(È#åÑú%‚ÓÏäU$œ©~ ÃÛ'ŽMiܳþ¡=5Åos}³­Í†Kq6ÜÝâz)U©‘Ûáºñ*;ìö-Å+Q­©É»"u[±Ê®Xõö õ8ŽgÈø–)ƒÑõ2‘z¼)V³«ê‰ÙP1G¸'Vª#/\ž(ÆH4²:xMŽ?d¡"‡FÉW±ò¼'\Á+q)USªZ&^Q©•H7”¨¨ˆW]D+3¨ C†Ú%ˆryÿ\8™O·Dóýñš€hžšÍV¦$K¦Š ºU¾xj™|•h:ž¤Ž¥²¹|€¸ñÒã´³®É{²±ü&ÝO‚Æ¥‘ç7#i¶R©¸pš€ÙX2¡dÊ!œ˜ñ6œ;´Z(ÒíH²Ã(>©Ûxô_f â9‚x!žmˆ¥$bI‹p š_Fó,dЉÆH±mÊÅ‚½|K4 ‡ƒÊt âPQžNýb±ž'Cm‹Æ8i½"qБÒpÈŒnbùhIÆñN5¼–4ï¢Q$º%hŠF¢"Q"øH ¥D(& îò(âçÈÝ.@)àP5¾÷‰eÅPÈoŽ:Ö×£(ñ=á­?±m1醨ãÛÓPÒ9Ž8Ð1/e£`Á‰ ”J¾o„}HêŒr3£nhÄC±ÛíÙ v}P …£¨óu ÐZ »Ï"bÀ¦É¢Erg7ÆJ©b;S&[¢fiº!n¸F Û°UGBh+Et«E©ÍÑíÑí¡ýTçLÆâ†S¢% ÝkÛíë¶°¤í;sT =5©¾OAâ¡­6> Ø–Ô(6LD7€£ º”ðX-íqÇAjüfP±4•|†™%¬‹'±ØÕÄ"dŽ[aÇD®U4dá™M¡slè¢*Ô™YÁžܬÑU­‹üä76&C÷©…‚K8G\-"ó*©jõ¨y"¶AzEQéH·…¢ŒTº TS§&ìBneÂàŸk{œ\ÂDxKƒ_ŽeÊÝ'-E‰iH'@®”ÖX³g0È&·QM%_EòL#JsåÒPÀÚX$lŸá -“l-‚ñWlâÁõň‡ßUB-:Svù¢ùáÍ $Nm endstream endobj 75 0 obj <>stream -šk¬Pà¸'™%:-[qrñJÙW…;¯¢B»Ÿqé@«ü<^?óiÊ5DÖ'Å#’ ÉlrhÂm¹›¥‘ºh -Þ8csù…FÊ‘&Wˆ›ÎÙBî\Š*ºbs¢=¾¸ç•nPF]ØÔ2lSZPÚ´=€ÓE:Çé{}€A§Š6=îIKôSœ$!;Ð!ÇԿȤ.½†ÿ ßCº!¨6 êð!‚ÖÇÅõP É<¤¬žÁHVµº¼[Šâ†.USkÈ}Ý>ú †.Ømý4Se ýQ™Å20u,€‘!yJ=Å'@Ap3‘²åáºÜ˜B-ÆòAjÄþƒ"8¥Ù¡ì•¸Šûú°F¦=«$ã_Ȇn)^†j–`³yRÙÒX Üè_å?¿¥Ä;‘Ž ÙÀÑô÷  Í‡’]1Z‹ âjR.Sæ)ŠKª©â]êÓ/—¾‹Cp‘KË©S]A/ÊÁž AÛå ’Ïò2Á‘\Õ¼VàõgõØ–ø›ðõèÀé\oO)oÏæJÚ¡Óà«u%ÆÑ\Ý–Û.Ø ÂȤՃ7¯óßÒRòÝ4&¡ØŒJ,i7+±Sý Y˜h{´®3eCWÀ¶l©Éß[Õeê -%ÞÚÂUΖ¬åÝdê\äì±XÐe8¡%p™)AR¶ ^ ÁÀ•¶½Ð½þuò-ñ·Ê¡´;VH4h(\îŒUDiÿ*Õ߸…;$q‚Ár:7ª«Dq–¢o”ÃàÆn*æAõ†‹Îª(R‹ºJç•eF-ý Sµ¡ù*õø–øi˜Ûàx"ï ¡ä±G¨²È–âU†,Õ$Ôù°ƒˆ0ûÔEêé-ñÒ(têD[¡(PN¼ÃÑ'©j)^¥\R¢}3 -ÓH£ÑÈü;ýËÔ Zâïd1B­ªÈÈä¦U˜QԄλ§u.±k)^‡¾+YNWû$B0ÇcûÖ¿W]æ¿¢¥Äk[¨GTŸeLÂ)#ŸY§Å¿FСw‚¤#ÛAG—‹w©k Ÿ»£ïâ÷ n8‰j‡ü2J²a¦Ë <-ÅË„¬ºÆçëBî}-‚,%ÍÔþUþó[J¼“­$ï¿·jKf(ÝUÈôµgS3ò­}™›[(]7káö¨˜ûÆÜ%jHMö&U00iÿ’-Ûõ3ƒÅü…«j¸¯0C£·6ÆŸÏ T·¿¨?iůäaº\N-A±”zÍä6˜;æôá’í©Î|k{6ÓWH™âNšçH—Áoþwr'1dðCg"€.1©7“½‹BtWžÒèEb„55¿7ö,êe\ѳ°‹>jØÉéÃ}¯¶pÀá¡Ãæ*Þä^4æ±Ó¹†‰° ÏèW¹Oq ¬¬RïžÇã6°ˆ[j^îs±e·‹í¼Áu,õÜÊçÐÅ»‹FÛ2™­ÕÉ“¿”¯k åKÊÇX -&Š(tûDŸ¢#€¸t<¨ìçPêÝÄFøÎ×Lä‚óÐJ|óhÞe’o,—æÑ7Þzê-›{ÎcXŠS’ìÕB–û8µ—˜ED§¨` :2«Ò!‰b„ÈÓbWð @05HI¤²3è Ϫ`~îÎZ\RUÐ,SÓ…çÑÑe?0Õm%©âðÅ„ÏCAë;C2Ô!yª;jiñN?ÙáÄv Ù¥•@êg£Å™³"À§cjL!“A¶ËTü‚SñƒúÆÅÆ¡?6Fïn,õŠÆØ@cc `ÒÜð€,ð9²·!ÎÃ%ø<Î§Í !¡að†ÖWãzÿ[sCHùB©xs©7ÄÆ(Lšƒhµp<ŸâœMvpYCaÏb O ÇjZƒö›á©Ö¨RaWääpöwjz=KáA˜<åfD§mÂÒRˆ¡££>aéí!÷UŠþ„¥·7–ö¡šÔ‡'tÜÜÔRwMÎåzàÂiº1³µPÈäûîïkmëÉLÊ‚£ÇGmˆÔ]Ó@‡….ZÑŸË"§qTàLÎÌçVeót)ÓÝ7õ$µŠ=Ijý*OQ7±Cr.¸áƒxc“-OZw½ükÕó”@´ÃtHñ6MîÖÃ3’ý—+@3|#dÛl„´Ä“§I!„+Ëñé±AõæW5º– DÝBÏTª·ªß›ãóÒrSû¼Bó Ê´äQCÑKp[¤î̯„¡¢Ó JØrŸf`-ŸéZ7±Ð Ýpt,H¬p„Ê95LÍÔ àBvNË}ŒƒØåürzÖƒ4¢0þZÁslNhx€&šÇ%åö]qhp…ûixÀ´lôÝË}œƒMQ×—~`Åø%ìMøµAy‘°@ é­­Hê -ÒJä³Cä9-Ò1‚-SrŸ'§X‘^lÏV:XÀU\ƒ'‡ “äKðÈßEÏÕ©þßNñ°¸ivY‚0+ÙÜùŸ øTG²Žà-ˆêw)$8>€Æ¯ž)ŒÌIst’®¾b¸¸£?'êýDýYt’Й›‚ÎZdMѵ-±ª Lñæ à­¾o ‚ÞªJÿrVº«/[(ô¶æ»3}©Ewx³z²éÌ¢;Kzšý$*50íh·/w üÚ¿Ò?- ‘¯Å‹úÈŸÕSüß g¶fò<ÒÅ(ç64òI ´Ý™›VºXDL_ ¿r÷âW*¥ì¸Åc›tz0·…¢«ûÂO£ _G° óñD܃Ãñx]ø:úƒ z0mîç«ûÂO£ _G°I6tÿÁê¾ðÓ =üuô[ô`½¸xFqñOÓ½ð×Ñl3UøÏÕ‹kx˜ú6úS|jqÝŠËæ?È -~ý.>P÷‡é/—ÿÝ }ý‰>Qøªûc,>Ix¡oþ3UhœþØèɈ\úÚ#¿á÷È _ÕY”©Çnɧ³pÅGn÷ƒXþhA§×C¶As-ª­¥ -CvÀ@ ’Ž ÌZÈä#›p“¬!oå­d ¤œ´ÕBø\að/>HÞhÑF¯ðuVÉѳl ¡s¸Õ(ÔT C£ò|‘å¹vèwS6ò!¦%o0±Ÿ§k5 -9:ÙÅ6:¶?D@>GŽ@6ƒt·x§yÅi)©V‡mò;ùàq¡ºeRöS¨M“ x¦®£#“\¹­UN)uº‘ µ–#"×ÑNz…¡ÉYæ{ˆ•nú·Âðó„IçB#ˆŠedk޹/`k1äS¾)¢×Qg,|w†&Î’g¨„¡VZ6³c­3^†ƒà1@êN”MÂèajz-á©wšre„[Cº-'“OÊ%F5ùVÝ—i¼gЕ'_©IòäüR‰*O¹-Ÿ&Ojê€ »È2ÔòšôËß\C¿F sH -¤¨P'R -^gÉ•áÃG‰Èi[iUÜ‚ ‰„[ú ˆðÒÜÈ5\Ÿô%Тcåäà –ƒ\ˆÈ/5ózþp¹K1Šy")Â@“‚Ï×J‚ø^(‡bVôfS7ä{MC -&ÖN4× -\ÂCVvu^ŽXž/J|˜PÊŒ›è"H“¤3×0±ƒ»UtÌ£$,ƒi;Já“¢S %‚è€NT¸“€tðFÃ_êÓÑ–räó6hìF§ %ƒ²Ñò•’Áí¨c- ƒHµ HiŒ"$°Ð>~J\¹O;‚µV$³b¾Ì¤Nn4\]­‚|ŸSJ8YF¤ˆË+‚©Ò>óЭ.êëðó]:ß’Æ¡»E›Åa˜m)ÙBGN†q/mK©m9C|t©PGÓt º]‡ºx—EòZpñ²-HáÎ]Ã+ÏêÝA€©ï‘BS¾ƒ¤­‚é’n,î -‡"ˆ·2 y¶#ÐtU2˜ÜL% ÷|ö#ƒL‰.ä­Ü=tÐ#ÏŒ‚ÜŠì[…^dh|"=!`K„+i—UV¡%åOpF¸ÙhhîLfÜ6³V Û’kfúªd.- “-ŸX/™EŽãƒ+ 0*P‘>M³Cĉ/Õõ +5 uSvp pÚÏža&ÔçF€Ã$þ>ÕoöÙÄwÁ qµI»#$ó+ ijZÊW ö>Ì–î‘ÝIXshGe0g!fR6Jhù¤â -2“ÉL£kO îÂ2[«hN È-ØRݤóÁB¢ßä“óÂ*¤Cz‚šÄŸò¢º ‚|­Jå…“jIi8|©§”rÀt£LR@c¢e'Bj'JbPÔÉ>çu²Im"7³KPû¼Q)b˜Øª.dE˜ìEm ³‰,Ž ¶^Z”¥Æ¶š²ÔlÇ7¤¤ÉD=Q-ßz -|µÛ°Ô*~Ám…v°‡e£­5QÇޠa¥€ ¢æ>Ò•=kSWD´Ÿ¨kkíDm™ dÇ Êj®«Ü õ0<¿ÐKÉãñãrpÜ””=T[‚„«t5Õ„*";x":¼’At[àÜÔ0<³‰û\FlJG$€W¤§´Õêaj.Mêžr“Z™‡–Ælâ#% hrvÔ} -Ö†ÙŽY”L|†Î§i*  ó¨"@bvdf'»AJB€cEY‘ô”cù F' -(¦"P:ÆJáÈÖ•\g©‰ Ứt|ÁȤ`Ñ$Ç1J–Ë8rJG¦„€{ÞOÔé5øDn=K %$å±ÒzH˜ -ÚNh(éÇd Y%š‹ À¤þä Š„¦˜½éÈRPï‹à‚±½ZTêâƒ|‰kÇÉDLŠ´ÀÊ–tIø*÷0 -t-'ôjÌð‡‡›œ53‚„Á̓È"ÈqCSuèK"">´ÊÃçsrdhkÝ /lµüh‡ëF„ ”‹¢ y¹f H±žÐ¹YèµìÌ= ª!,Œï § (0'E ?wêaÅ öß\lj¹L/"" n¦¦îAjÒ(܇â C-Q`QŽE›Ôáz$Ú"UèUüj¾^ |µ¬ÛÐá¿à¶¢-à¯àS½@zû): “ÙS5 -ðüìŒÉM§ äggpw>ZÿTarËSsTüÛ"gA”*¢“¦Â×ijlÊææ¸¨†t¾ W(ÓŒ¬[Óó34AŸ¤ MË¿Sgˆ¡ð¤î:)fjTÔ2Scr»w=«"È+NQ(35ø -‡1Ð}•KS„ø™e½šžŸ©ÁYÓxÖ4ß,åùëây‘ël9¹*QcÊp"å'j°{•àÅR‰“Öd­üeG“ã-&j°«„ïP‰å§ H&jL>ê…ÖÀ,FTù(ºÊÛðÔ”«ŒÊŸ(ÝŠyùÖâuܸ‡^Á‰‹Ž¾àø¹Ìßžœ¦AÙ»”&Næj|ÈÕ€*Wcñ‰R¦«R5÷‹FH1UcQªTÌ“H¦`,v¦}ò,½ðe¦<)A~²É¥´‚DÀb2x *SƒÆ%èú™e¤!ÈÏÔ(ÛqÐS²õ áÇש‡‚¬¢ÙCF/Âd¢Æ”'DâiŠ,²‘È'|Û\Çn>Íó=9[N›Ÿ¨1Õ2»~¢Ý6“'Ä0b?QªDÙdú³k©Tû4»n@ yò:MÙ<|„–Å¥Yœò5& @Í·GC>Mós~ÜÿA°ŒÁ.&j<®éø K: -¤X†Ò§¡ë¨•==MÆI,™Ž ájñ‘¨¼ª®$_î‚ •© €Š™è©L%sRÈ2ScI£‰X×óÇËñ ”øÒ¶µd” A2ÁT wþ \gRÓ4ù‚›P#e¤ÃJ&…ç(®1ÕÓ å?…j°Ó(f6b„¤Ó`‚ƒ¥0J­@‚ƒ›e"ÐOpð†„º²ÃèH$Ì5îÓFšR%84 -ÜÐøyÖ„,\T ºUСGE` -ێܬô¢2µû“#QËŒ]y-µXº¼S©e8 ~(%“'nð+E»®ÞèRO¸Et)ÆU Ïs’ ÒYS y'û› -¨P'¿”è^EáDŸwršUdJ"[òÍlU…d9‡¥ RÑDÑÄldÛQˆ¿Ò Êpˆ&Ù”Ùõ3‚Ž{c rå(ƒ¦Bš~®XJÛ»¡‡æ  bŽƒO¢ -܋ǻj^èxr²œ£`Žƒ,5Ý@’ƒ[BZ*ÉჂIŽ"P…ˆ¨?ü0>J3^ 7éJÔ“zQÂ)_ˆ¦ËÉyó(SZ|CNiSô·Hu’Y “…ܬ¤ÌrÜî@2•` ƒb–›:Ùò:]•±$*›ÁþÔEr¦”D/^'{4ŸÆG+›n Ïaø–Lqp\LE(Ø>M¡*ït•åœ:Þ$:}|¦wè› þ‚H#Õ F•öó +©À/'Sô©òAP€¢|`‘òXˆ†èÓ¶%A:Æ.“zw|:ö¹‚ü!Ž’çâ†Yʤs™C7›Vñt.}˜·Mi®¸ Ï^*Ñ¡ ÁD‡SöºæBD„±YÔkA ®™VH¼cÞuB:gØŽê -Ìý)-£rν@¢£ -Fú} MÓ•~*&:tªa ©D³‰¨Nê -¨WS®RH7û¬ã…Ѝ_xðfCîÚ ©DZ•rÔA%2'¸!wÈèp„òåa3¦¥X“Ìt˜†Äá -üjè~ä"ðÕ4n#JRñ n#JbÉL2î=ôM6eNÀdÃb#$ú޶<ŒÁ d“À$r`<Ïò:?9ÅÝÔä“u¡@¾³B½ùPþ‹; ‡n¦«ü -?oLEC)(HÇCV„Lm1EîEP€-Š@Ÿ}¸ÊAŠÇ¨ÂpBœhx¿³È±¦¡ñp‹|Í9bòýCQ„)ìÉ„% çÍéŒ0ºÜ*CPt"Äd†. $ð<¾1 É‹6ì€ðô!A«€ÊdÃgé qеg65(Õ *Ã@ /ýñü ù:‚ˆS E^_P@?EŒB!t³Ku/¡Wp= %:!7~îŸú ¼T…€ -åÒ} ÊWÑßñóUœ—¦)/&¬\Š$…–Fr\pýÃ2‹ åZ“¤¬=‡3 'T‡á‘¥dØ¡ÒîoؾÑf5Q—vI»È’•€ò6KžÅ‡@ifa-[H&Ýf:/ËÉ[ubÝðu®¤áâÓ8Î@o5ŠN=E&C£ãpá`K8”¡pUÁ,Jb†fÅjâcJCóg5q3á(*+bñaR¼n¦”³¹¾ÅHÛÁDl¶YEÖSf[$4TćO“Œ¬Hßj¸RÆÑéFˆä±Ü±BŒµüBp1¬«É ðI·xs‘[üWxtmˆÁ->Þ’Š»x,mßn €‚PÚrÖ9ÝP´dxT“ë…¸JgBk(õX«°§nlùy_hH¢mQ yÖùïÕ3¤p(R¥µ…ÕÄ-fŠ:ÅŸô¢â ‚|JEfÉr@ÝY|L_X-ZtþiH}Z²% d-YµÒÐ>÷5´%«ÍC7s* `ÐÁJC›‹OF€t¥ ý€3…K#ø‡m™–*]µ7O -Ѓ<¸2H5è ¡.lû-Q1´á)±á‡6Š@hê¬Eàat>Oø¥T¨jp²?¡ X >¡kõçÛÄNà:ßÆÖŒÈͮ嚑WøŒŠË†MqȆ¬ …*8} *rõV¬„UŠ)X0Ë»_k£öb„VÏ™ˆp´töC,]„Q,O OóŬ£),8¯¡b¾z -‚ü9 }A®¦&8ðÎâ:ƦÖKð‘ÁUÊ - ’Sû IA…ù×(0(ËBÚÍ/îhÅ­±Fqk¬^ÜøjÜÎÞÛŠ_ð;w+^Ü!¬Xq‡°bÅÂ*QÜ!¬hq‡°bÅÂ*QܾNSc w«Dq‡°bÅŠw«Dq‡°¢ÅŠw ä‹%¸¸C·áª¢ aÅŠ;„U¢¸CX±âaE‹;„<ÛÐa “(¬Xq‡°bÅÂ*QܺΖ“-î ê+RÜ!¬Xq‡°bÅÂ*QÜ!¬Xq‡°bÅÂ*QÜ!¬Xq‡°bÅÂ*QÜºŽ‹;„+îV‰âaÅŠ;„+îf‰âaF‹;„-îf‰âaÆŠ;„+îP #ñ—©âaÆŠ;Dp®,îf¬¸C˜±âa–(îðcOLHD[f¬¸C˜ñâaÆŠ;„+îP Ÿðm7rwø1Áb8O˜ñâaÆŠ;„-îf‰âaÆŠ;„+îá­©\Ü!ÌXqŽŽ_EÍ'òš%Š;„+îf¬¸C˜%Š;„+îF¬¸C%Š;B×q*P˜±âŽ®ª¸C˜±âaÆŠ;„Y¢¸CXÑâaÅŠ;„U¢¸CX±âaÅŠ;„U¢¸CX±âaÅŠ;„U¢¸CX±âaÅŠ;DtnÔw¦iŒúÎ -ØXtO‰—þsH -(wé(â;“‡cG!1ßY¨­Ù¡‡E}ga–ðñ‰(þ³…|g ùΡ›Ùw½‚}çÈPØÝ YùÄÄ ¸ï\œ§ÀÃ"¾shΕïXå;‡V}g -úÎ -Ö†í}gÚ ùÎQ £ôgÄwVÌwVÑ£ïŒÀˆïŒÚ+â;S€*ê; +æ;W†}gÅ|g2â¾3±VØwV txRâ¾sÈ -ÈŠùÎôÚ°ïLËú΄FØw&dþshR‚Àˆï˜bå;‡–BùÎ%S¾s`a•ï¬@ß9DÒwF‘ó#²ñ:žy±4I¬˜ïAãÿgï»É‘÷ºe(Q†Tz#K/oIyK“4ɤhÚ}ìUöça¿öo.¶ˆ‰¤«ºjªz¦zfzD$l <´«¥6q&~ÑíŒ0ÚθAÛ™›&Û9°³Þmç„¢¶sy¸õ8Ph2wÐv†åv,NoÀvöD™o ø$ ÙÎìüÎmçÀ>s´…]U| ®Eé*ëŽÙÍ:ÓpeÕ³›Å"Ïn -5ÝkI“Ìq»™™sPâÛÍÜ‚Bf7ë1úΛ¬ -çy~‘íƒÈ/dv3¬Í•ÛÍ:˼!«‚ÝÌLdÕ³›j4Úg3s—°–F"ªšD÷˜ÛÍ:‹·€Eyv3Ò–Ülöªg6CÛvßlÖYˆ,€RãûBÆdÕ3›I}÷RÌf]L„BÔZð€Cœ›Ã¿wª -f³wX Ö£)5pÊ *X`žÕlpæ¤zF§Áî³ܘÕì)‚Õ,r«Ùðn€q³Ù 7ÁdE°šÉÔdjÎyV³ì™Ã g–•ÀI¦mRè ÖµM©U0û)„"Ïj†ƒêq‹W@PÎöˆlèº:€ð†‡ÈYPgk€¦¼³@l¬³ôcë|RñbëжR·î!µàöæ–Š[牱u~!×ð8¬…Ø:™ÉЀFJ dH -åÔ IA<¨¸Õ¬©„'Vý‡ SÍàǺ/Þ…&p~tLEŽ/tšG&(.H!—Ú^t»*D×ùEbt™WèE×ɺx:Uñ‚‚f"3iéE×IÔRõÅ,œqx¶@R”z‚ùŸè ?¡1$Ô’™,÷Cì8‘øx¡& UP»BT=h¦ãÀò•™áà:ÅW˜½…a -¡°4/Ú€ÒÍqD8 P Í !¨â m<¿’_"x…þ×™@à ê{å…Éqï½Ââj²TXîÉIóƒ„M󣄀Œ•Y‚á€^™˜ -ø,=0eð+páxE¢šàrmÂëÌW9d®Óš‰¬quÅÓ`èµÜ€š#qq Þ¤áÂ’ -Å#zl‡š¾à©“þ -©´S.3 y²R,Âë:Hú¾G— @UpézŽ#ߥë .]¿Ðâ—iž¨€f«aR› ˜fF hʪe -L‹ðf@÷ "zomî -*Ì!ãûti:ún%ŠäO -5;HþܙЫåN]¿Hpêú…ñY:SÚ}¯®Å¹µàÔµl®¡³-SØÙ¥°±p^§ XÁiJÀ ¸å(h -5Œ,4™_Ó—¦ÀÌŽ ‚à*tK'o±4Gu$~‘:¿ÐãG4·n„Å{ó 9ïŒt5epc½5øÛOó -Ü"Ò0BÑ[…žYìuÈÅš7¨$s߬wBN¾ª/ÉìÐU@&±ÈƒˆXÈ çwæƒ×SÜŽÞfùº€·¥2u «óoå">xz£> Šœ, Ü„ä‡]祩ö“Hs÷=œÜC&(æ¹øýš ˆ_7ÊWEÙQv&á¢U•{0¨Õ+õŒPh¼RZ†©ei>¥Ð§µˆöX㙄À"$A}—1·‚„Ú;ïÎ+SìÀ=WZJôw¯±¥cw’áŪQ¯©ú»éG‰Q™ù i–R,ÓmÚŸb+6³È:t¡Œ+Sè'òJ½‹g²>ØÞRõÁaèe4 ÕxÙ¿†¬Lk^áÙ–Içh{Á‰¬$^(Œ÷惕ÞZ?}è;¸O¦MÁ î'½Üé•q0 ½0ˆ]ÞˆBÈ]zNCl>Xˆ§~¼N’ú›ô½Ìù˜Ö3«é~|˜MàE³´ ” Ó9ß4èÅžƒ¬Ü6¤Û&cÖ ¿¥JËhª7 dd© Ô«ÈЏVˆÅ 9)!3å 9r£1•%øVtÚŸìån¤ôyû8ܼ"qù^¡AAÑY2¿O]ÔÈ’½E(x½7°3 -Þ -ìÓzXQIä0›ÏÙŽe£íÌcm¨%$VUÙý¦ÁBŒÂ(´UÕÌ;†˜·ÊîBÂúÀ:à0ª"@Ž>™;Ѝ“$¦3¨‰E"P½BD{c»+{ÎY›a†¿“*Wýü'.ÛqŽìÙ—Ny2UÄ)•¤ŠmÙ»¶*? ±4] -&ÃÏA¥¡O*~‰¿x¿ÌW·©Î yõù£š.+å¥p7FgP¶ÆcJåÙNƒE/ Jp¨¨ú m%••*Ì;Œ FöhÑœˆL–ŠÜÍ´%8²fÃÐÔ¤Tbú#zÎu”‹°^ž†ÝîA†É7(ÈUš™Yä·/™–É:$Ñ$&R%ñÍ!úÒæÄõ°…¦+Ç̹7•¼2Arø¥ž„Ù ˜žbN½‰¥zÄêË6ž¥E*‹ŠPЈmcP„ª4ú Øœž-À0š÷®æ)" ˆc=ÒxH@ì¿OBÿ}€,¢O_¢[#Y¸.ÖÚ„Éæ"B–ÞДˆÝ¡À -'X‰ -[Ò g;ŽnÐìæÔËLe£¡qß ÎJ2E(T{=¯5דIâ\€¦Fõ-ŒB’ðAM2WÈ -ŠÞïîÊÍÓe?×AÕÐï!-t2ÃÞV¤‹Ò¿ñ¥·Ü b‘É‚Ï.²/âkä£ÿcŽö#ëÀ mxñ‹læ=ëHtZNL<ăÂ$s¦˜Apƒã~üèã`%¬d"ÃÙ‹•hðÀ.±DâüðÅÒõà_¬þUBÍkø‰óVþ¤tDƒ'¼êÂ_*ïSÎË„örhhR=5/'R†omȘ1vŠöÈ||¦¸û³ÁWêÝKçá Þ} -o¥Œî,?69DM¡:ýÉVŠûÕ½¿x%ü‹y]íµÐÐ8l¥Ÿa½BM¯ÿ–MœÞ<ü§muv2““ÛÍGi -K'ù€S4ÊhSo¿š3Áíf{D¸‹)Ñ̰W¶°š¤W=8… -"²yÛ ÕÅјŒ.à͈á¡Bí¼¹#]p|…>Ì Ž²à¾²ÍÉÈšm±ôé!-XM“Ì]Uufª†‚XåmTwxDc2º€ #†‡ -üòæ>5Cø¯ÝæéøÃ2|Ë¢×GɃc]°Í7˜âaÚ2Äq0!Ãv,€] -«iK@§Ã Š‚g¸¢ï‘g`p&ؘE5] `¡ÄšØšªØ k†JEa5ª‰8A¾áƒ ÐQGŒ$’Ê1HX£ qH?næ“ùHܧÏ¡ wD -U½GØI?ÉCòÇ)Â#€ÐÓ*ô¸½…”Ý·² 8” .E‰Þ®°¼4å:KMbÁËO,0OÛx«è-,8”Ù»Š@|H‰J#ÐGKÍTÈDÒØšúü ‹¾ê‡ÊrL1áÜÅ0!6Ø6¾+Óí)ÑXx fEÂs=À4ÒdF&^ä”±–báK 1z*g`T>6ƒ+%ø -¯é90oLLe£ñtIÄ’c(¾ÁRè§fàÄ ¯RÂxšndfñd’xÎ qà(È€·ghƒ‰`ðp &b†0q>‹-Ótp·Ð§ˆeúºdjÆ€ø-|ŽW§¹0 ØOVMr‘X!¸®‹GM¦MmŸÔŒ‚/.Âfâ©á#¦ - è ÐÜ–FCÖ`31/‘ŽµØ­OLQj±;§<6½…%ŠÍˆY”-|MRšœv¦‰"ÕñeL8—ƃLWxÆhÁë/ø¦-Y#F÷“ÈX˜ÆCŒg{eD -Ò°2™E‘ÐDÝ<ð-jZ SˆZ6®€ŽfÑážœ>™pµÛÁý¸R‚Oë´à=z“mQ•]XÄ\Sbg‹C¨ H®Áý |\Ø$’Ù‚ã)Mg/¢9àƒœøÌn°Eã.ái)|,Ý"Ó‘œ‚Ff&`Á[¸šÂ‚k,ˆ¹ {®ñj¹08Þ°5-zÏEãϽ˜ðv„‰½§sÔ£ï:™p Šð%e{„G+lÎP`hJÈoD°ŸSj††Fb ™™Áß{ƒ?àú|0ñ…N›ì5^–4töæ´&ó1TÚª”1–[ 1C„•¥uVà5CèT—ùÑßÇéÓ`a+ -</!}zy@)|S ×†áj8À ð­ªÂ=%Œ’¦ôƒÌð‚ -ô‹—cðýwRgh „ -1…ÑdÛD ù!t™<Õ8\:Ó!y&*6i$™ð¦‚À(R1÷¨MïéŒi†ái¡¯ M4"H@±ð‘1‰b.À BŸJC&Õàfí‡&tÑTº]ø2 >^at„R5“^T€F& =Æ7詉ÚrU#ÌŽ> d#§Ðtú¤+4±iú n1Ã80)Ò JxP€—|Igð\@vµXãÉÇu–³‘ôFC" áá=úŽ Ê>Ý¢¼XÇkèÈðpèÌ:ˆ@: àÒ˜äHçÙÅQ5ƒüV-TˆTzg†° L+m‰¦³O šíŽpbê¨”š€†€®u‰6QéކƮÇ@€‡d|¢Í¨X€É÷A‚è h$QÑc¢FEy2 -Љn!òšpC@ÑðzÈ!då?¦Â®{RX™ø^ ¢‚NW›éÉÔ¤ïí˜Æ‚¦I´Kÿ.„tÝ¢|Tƒ'ì÷Y¡•MÌýH’hRÒHÃxV@ˆà!S\ HñkÂHšAó—¢R‡O ¡Y ýøxN!&Œ˜ ê¬ éìð}%â'v«"=XfpÆ |ZWé Àé;mèo4U$K T›ÞT|ÚpÐ?ðfšêÜ¢]™}ÿŽ7f¤@Þl‡üß|w¼6DÎQ Å$é‚TØ« íebÖ!xÆv€QÛb–…Ÿ eSªA/PïMxÛ…ô©QýOÕ¨²d@F`ìÕ Éß –M€2x9´QiÖ Áæ§³˜¢¡RÉ%3>h5LµÁÔ1»²¥²çHuxÄBñWÙ(0V䀠®À8*xW¨A«åîÃ"+3P ÀDšA!P -¨-ÞÔ‘DÔÅq>J„?Ž€ìÜ›<Üq¶Ñy­°§Þ 0O0mLM#…4ˆMSá‚ae¢U$Œ†40랊y™0JÜ€|u˜ow` °®ß2|#ƒÌı`©:j„©°w_@’©TÌ6Í)cIô’34í $”Š**·ÒÏD› -t{LˆöÚº&ÄýšÈ`KÉp2ܾ7Yfh®RcÎ’h˜85Âg-,À•ȧd¤72}ªXd ` °|ýhˆÍòZ;j߀¤Ë…LV†{.è ô7æâÁb~ A¢)?LÐìA?xŽü24‚mÀ˜î-[dd3ïñÄb"ƒÇ@Z0Q°vªfY€d6ڜ̲´X.V… V0úáJåà)¼Fƒ~ Ýb©WåË5…"™ŠýãÂÀiœ-˜-¬{\L¡í«¡2G2ÂF-ª€Ê¬Ãµ8°l)u ²WRŽÌºÌ."kÕQu‰¿jCØ“f¡Gá5ð•sÃOAOf©½êx]Tey<¡pT½›ðP„,À¿ nGT)0Ó§…i"4žÚU1iî˜Ô ¨N4q! -8Ä™d›Å^«BK[‘ø[32½­È쪤 -I¢È€¸ŸøÒN-bÜPzs_{! œ°ø‹b ¬xØÔvHÍÈ6çÆ¤N…æ2"£©)ƒ/Y¯„– i¡²{t¢Ë‡d™Þb†œŠÑÉ -²MK’`[möÀŸjÓ,Ô ÿ9¶È„Y•xº…^p$ &S¦ïD²Õh(ƒ5¦ÞÂÆlö|¥ ï8!P·¢uƒ+øÖ -Ààry‹†ÝZ -rU0õFjbpõ‘>4 -%+¤ð»€ÈLšI@©èˆµ]Íp¦©TäÓK MlM)ôÙч€@ÔÔ‰bŠN$ ´Ymöô'-ê³£×Ñ *°©èô W±üPÇŠÊðX¥D5sÐC ™ÍŸ=—!kðtÖ'ÌQµ0«÷Ø/Xyt8ÌX Q†¥+Ñ¢š¢¥ÂŸ±ÖÈàLe¯FâÅBü±Ftt@n.trÈ—ØPøT¶Nõþ¨wÁ€ð§ÌŸ^¤r oØ<é¼À,SÙM†“±„½¯cÄØåF›I•e®Žâ¥[“ê2K–ˆh¸l15H_“ĸtJ* -Í7j Ñƒx‚™®-êw¢ÖÍA¢ ÛˆKGiáÊ€¸iN` ¦‰  TàÖñ(S—²+ê”” šÚ˜*},í”A-q(¡^™?éÍ­¨lRʆI*ü҇ΟP•Xž{vK¢†M“éMԪɲìVú5ºh>7‹Ýâ-‡¦dð‡ÓyÞJ˜lšz—I d|cX‡„wèî$ét4]e€lS/tÄ’ ÚL[ñ†#(ŽÞ`j®Ñ¼: áÍ]çé?Uš5ê †IóúS'§Iõ6Ø9MEgŒÍ®¶L ×íÁ}ƒwTÐ]ejÉ,!l+â2XF -¶³a\…úŽh&y›+Pf£Ý¤‚TÔ¨k›’éÞÕ%™MŸ{€ë?tÓY´Œ&Q¬Œ(ô¿£Î|t'¡ë/¸€·UuÏpSÀJC÷¢J߃R Gj^‚âƒK!;¥ËÔÊÒ»Ûp×\FÝæ€ÈÀ´™ZÜ_ƒ‰JH¦d{:• 3ÑáKS:«Ì@'Z!}™ì°NõF>tÂõlhg²ûZ€RÀÒ1‚A&ɾz ^bL³@WÇIREؘõ‡HJaª,'Ø ¦¦0`Ú˜¨” t}áAp‚öf¦ß'¦!lªtólöò éçÐÙe1¦?f˜s| Jç†Î^g4øaA: ŸÛ40y²B}oô¬ÅŸ&AizÍpF–h-únÑ8lL˜Ï]dÁ²J#˜àtê6ÞJ”‘‚¨ã߯K8ÔùG¥…×/UFyì2D–P‹:Šál ípNxp QÔgMå Ê•g”™žå±# ýsç½z-¢Æ©Z<ŸNŒ¾»ÇZ¶êeÐhÁ*Ê¢ŽO<ÊÁ[¢±|5b#öº©Œ7£däüèË’P"憿„ – îaT·0¦ß6<Œ¬!Ûü6øºmƒû?àµF8;ÃÓ0™‹2Ïm`dÉUäÁ*ÃÉ M”ïŠØî£$L‘¨SÔËv²9`"2™d¯}ŸaNN! |ˆç »²W›¸ºL6øcgp=Pfi7`›d¶ •=~*S%E”IyœÑAŸ¦¥L©ÀÔ†^V*àmÀöà:He´U•>Ï -Mlz _¨{–=÷Mº×U¤bÒ¤Ú˜gEC¦YAC]¦‰”‘õ)œž–^€Bý% -ÏuÁY º9M /ãµ²¿’J5Lu‡šÕ@lH ¿%ÙôÕ˜l;Uäðè–ê蠗ɪpx¦Âé -å „bкUz¢Z$š -.&=ƒC½ -, -;px†¤*ì@N¢ˆ…¦Õó…C!ôp‚6æ'SŸ¯FObéi/mÑÔÀÞ*P1èb`ãXÊ$Õ¦ú àtLï‚ ;>MÎÎ;Ušï@lÐse<)Óá¼Ô Ñ@¡Þa}ø²ƒD]Õ”ECŠz( Å’è|qâà¸Ô9ì@+7$öü*ˆ -Y¦ÞT“%š"Ê >$Â+øäpžààeÉÍl¸Œ‹'+,²Zpªj”ÆÉ@\šß>ޝ›xr†hSh -½u B€^ÚFÇŒ‰ç>pçŸüa`ZTLø -~“˜'—ð/¬º‡2žŠƒóNU} " ÔáÓñÅNTÀX% \tä'=܆ÓKt¦H4ø¨_@'!ͦ J-ô¥P’â×›}'é‹áðÓÔè™»‚ç"=Ê SåGå ŸÁÇëª NpÙp–nã5rÐÈh!¾·&hxJ(Að`¢£—V©:awÕ ö }½xzŒ*™¯iQ½LÆ ¬à81ÁijJ#E¡æ0fà"¿1á¤ïB7§f!DÑ[´Â•âàç…€“>·a2M¸0Ü$÷€N ö´iQª„ߪ‹¬–dî2î “…@´hLp° $<«ï÷¯ÐÃ3(Áú -Õ}0>A a3l‡b¤>¼G; •|A·8Ò ”¼>{¥75J²ÆÎ-äËàßt„•=rn°7¹Ðc‚ „Ó>²Ur\0Z&» ~Ô á”‚šºËu§Ûè_ãß™,|>`BĈ†´ -–$³Áù°…Çêh;, )8%r=B?xÕH ÑpÀÜ‚Ž æ1RAo–Tê*ÅhÕ ‡GKª‚£KŶ|šÈSݨZ¥31À[OöFÕ)Œà0‡˜àDÞ ÊQ"éh“€ŠfžUöª h 2™» -oµ;ZÇGy Î|Ú -U–ðI\¢°èàÒ"“»n¤£[H<4sé.p6MàÌD=[|Ö¾ -zÝÑÅ Ñ&Œ‚zÒŠipß‚Ÿ‚Z3Ùd+Ÿ„F<Åcq8gP@ÄB~^Bi1›êà(7Ppc6•Ý2ç4U¥‡xètÃ1uŠ: Ùt­ -„ñXÔóé«'²‰¡>P‚9á7¼*“ÿ2¨^’F÷Ož!¬ z78°4ê1Sñ.û/©b"{€6P©·™W–+èE€Ž -ËŽyG„G(=Ä Áoà=ðÎE|(à ‚Ÿ Ãósc ¬Šª -G¢dbx’ãB>)ò3u#ÇÐà…*šÆQ“€cêL@=›"hŒDÚA Ý“ -Õ¨A=T-ºaøÄ=Q -Á¯>]ýЉ/€ã$=vD]±hPL·„º˜¦ Õdê`ôÂ.È:Ü( ¡p° êõµ)O”ñ¸4„gp=¤ù¸Ü«*"ÄÀQ«ÁBÁð1N¢’) ;Be.™‰È°zIY2’ê¬QœŒ„™Žð,XFV¦êÀp7™=°ÐYÀ O`g°ZÑS!#œöcÞTððìŠ2¾Y~QšH\¦n ô~üi!Ðhh‡µ5•šEèB2§_™¥GåœÌ{T×q=hT£+5?eÞS؃ð`ðèLÕfÇÿÀ²05ŒÂÅt™;JX¦7ˆBû q:*bZ=àÏÚs‚çð|88› „66KžùzHA²EÝ‚^æ§17Ž¢P‡{Å€báüŽòñ¦œ À™­Á°Ý–:ºŸ<-ûAôÈܱoÓÇÿ†mèNš¨TèTSk΀› œ*¾!a…l”ÃÀ²mØ4a‡Ï4 Ã]צ‰VQ*V@}f°{<¿²hú"N`Í…E1‘ø ü¶(1Ž€Ï/A::e2z™P™1w aR}2W|ŒÐà0ì•ËK£Y¹Y‚K¡Lší0^‘¨· ³ÙÌ7™g# -P(I:³ÏÐL®„XlØjú~ÒÀHô(—*¯h0ÀáH‹øá5{©KÆ<ÜŒe Ó1Ày§S÷4_@FÈà#  Iì@kp ÍG22ä[òƒ¢¥PÉm¶Ý~«êÖ -m'ÔtËb\ô˜@C*g¸ò IxÁ ëUñvÁÉ¢·2ˆÌo -¨"?[ø¸ôï -×áçË©Û:ïÔ[=²ºh”cP¹øaæ´ _,úå¼Ñ'ÿ>+¾‘¥ÎDe·è„’~·:)´ -U§:ë”Îòäo!ú1Uh4êÕN¡]«—XÍÒCç½ØúPååPt&2º…<¦É@í3ìâ·Bƒ4Q§kA+ ÝcZd…Rmü" 6v!4É»}Òd¸GÞš`üY‹lxÍ» MÜZÃ!£eá õa”ŽÓj„®;…”i±æµÓù½Þ-Õz¼C†lCbë¡´Óª7[R9£HC°,€2ßõÆ@Ÿ Xüä7šä?@ï6þ—ýgÒD¿jÜ3«pX¢? ÷.(qìÅîï6pp½2®5j€–#ËßaäíáÐt¥˜^IâyT¥ï9öàªý¿×>£Uœ„‚[SÂ,”Ïgñ-Ébˆ–—á‚#fò·‚S‚àu$š­Jÿ" -~È%^’"›¶?®‰|}IåHMýå’e¤öòK¶Ðúw­g##Ë0=ò[ ­‡®Z­BÓ)‡Œõÿü:¢ßz(Ä_ýã·Ÿdï/ —’¿SÆLÑg¶ó£µHƒ<0SØ Ç!¼Õ€ó t2àü@ÿÅeH#–nyøïÄ5|Ë}+f"ž,»nE‘GëÁb\7ÿƶ•0UaKGÁ‚ýýM!aÓ/d«s½?Nwfý¨åþÞÂD$ŠN«\þ×ÿ4›N§ßª.‡ÖOÉ*ˆ>¶ž zêo¯¸žbÚm¶Þ ðƒ¦©Z¡Þ -Ñ -´t™*§¬Ê±Ö¯ëÝ:Q¡Ãár½Béý zHºõ’ؼã¾;Ó·WðCã¬Ã’Emœ,Ýí]:%—h|eøH«1„Æ^?„¤zìþ¡÷±J™ôíTB›¡™PDè4ÝÍÚœ ­Ÿ:½+K¹­r¿Þ›fQb/æàú‚Ö“ é™ W]'ó›Ó:+—¸#>ˆÏÆßò³ `Ng8å$kd‹#œ‰ˆ+×bshdÒpWÃÆSfªT€ãØf#ñ'áŠi2)lœ7·)·r˜|§ÐêVÜNs»¬ˆW-V¨· ÝQR'•F~ºCX2©’¯÷¦4X‡¡HÓýÍÙ9ï¡(½*í¸½BÏy¹$ #c.‹ûÕq* Â}n¡tÖ¢K,LèÞé”-ðÓq½Em?9ÐâšÈàRÏíŒ=íT;ŽÃGGs±Õo¦ÜvݘR¡Uv›õ¿œQ½t_Tc=·‰xpëtæƒËº¹¬ß&Bº¿°âVüM¬ÈöÿúëÏÐI¡û>-híƒF£·+´G£ÇS/ÕœÐQ¡Õs¦EÅ[(luÚ%$DwøFâa;óÜ~›NøìÚïbÌ~ÉÊOe%Ñ>£LZBBi¸Ç›V¿¤å/¾øKZþŠÿziù“ KuZ)ðKR~©¤”!k‰%›¶®Y2Üô’Ç NÊM‰¾«¤X¦BÍL›Ð_‚ó‹üþ,òû1‚^1MÿÅcþíÚ¸l1mœ>º¢ê2:áÅõWùÅUþù\ÅüÅUþý\E è**¤Á®¢BäÞ·æ*ß×G¤+ß~†Ý§ÿyÿb<˜~Ë~Ðî}£ef=ó‡SêÃð¶>ò¬ÂYgÙé9¡LéÝi… ÅøŽGŸ#Eí% ¦ÜNËét¿•AKT(â§»žIÛ™hÒþãOp/gøyûÑôÕ~Ìyî/þóÉZnëgñm°÷Ð:fh4 4_-]‚1K\ÏÒ8úWþ>ù'‰Á qV©tÞ·’Gn«×ïüæ@"îºSì·ª¡c‚‘ÑL¥â¼÷ò­¸ïXèË1ëËá9huëjãÕ[ÕP$]ï¶…?éOfPQnG›Røñf?kü²‚¾½4Êô±èL£¶r÷O0u cÆ÷µ”ÿcvX–èT¿ËÿsÁ¢)ß,ÿ -[Hg¬§´åêÍvÃSÚp£büžÄWèÊç„÷>€ýÉÌï=[ÿoÐ[)oãÔi¼yaŒÓàd‚bôžþ…*ÜY¿÷™'ýÔ:gª¿4¸ï-ß_*Ü/$ù‚Ã{9Ä}~"¶€¸þÙñEÿ¾q=ÿÈíµÇŠüKç…ú¿Tþ¿§òk†ö‰ÆmB„Ð%ÿþöZ÷A‹°ðNôìÐm¨Û®;U§ñÏrÿº¢÷“1ݯÐß`ÿIEò ,’¿[`‘úXôÅÆq¡_|ÙËýbÑ¿XôßQ–V ýσ„fd”Ú’QE‡Dèa®šcÏЧPû;Õÿ°‘¸Æõ+&á2®sÂU -e·ßùŽþáÜëgvÉÓò?G2AÁ˜ý÷²»ï ýOõõL»§÷X7½Gò‹w;Þ+Õ…j·Tü—{àͽ´~õÃÜéŽÛåj„éÿþ­ÎF‡èb*GÇÏú]ç¾íYì›Ü} 2¯Et•òÓäƒY6?P«¾òÊ×èóYL¨ši•ýtªŸæd=/4¢â,΋34™¯Š<œº]§Ó$Š—Óz‚½¹íÎ –Μ—„Å“ú×ÿ -Aq5÷÷Qðh1wFR'wG¡K·çUË÷œF?ȃ:ÿú-ï‹$|IýYàäÀ‡d£Ð÷?œª„ -ôþpLn³£òHj›”œlÃ!Óݶ-…ŽÈŸ|®X ÎÖiE²9Pãn›mûµ ɰ¨eagÁZº·@¬¢CU¬£êC’¢à€1 ]07Z ¦ïMžWR€n+«O†^F×1•L}d¥ðRÑ¢0õjr˜"DU/òV¶qÈÔÀØìÿ‚Û"<0Ç3O BG—øèšXÑý>ÐVø-F¨…KÁÝòkÉ|’7&¬óp·­ õdŠŠÿêQtS ¦¢ûË•…ÉùXÜ3¡Ž.¬£RWu?T¿7U÷ƒÎPX…WO¢&.W ¬U ÎW«y¨+PSkjl¿b ˆXWƒ^5­ûhc¿u„ I„¡Î+t´2ÌÁÀʰv-0]U¦«yU=ˆŠ)ß9H½)˜ˆª| -–0_Õ›‚˜/Ò…Cç$­Š•M¶_~EÓ§2] lÄv ÿ߇˜éÍÀ¤U©¶€ü|-Ä9xˆsõÑÂ`u¿Ÿ³N¡UuÖ([ÿ¬—@e¿bÕ |Ze¢ì×›M§ñi_#±>¹Ü¢™9§Ö ýN•ì.]€º®W[ ?grkpü‘éÀi­ˆM¾è”A¨M9Ld¯S Zt¿º±:¯ŠB™R*gKDQŽ1ÚÚp=;XÍ$µ,k¸š¬f@oæp53XM‡j#&g T®¡k¨cf¯«)cf¯«Écf¯«Icf/TÓFªóM˳§Ú(ÑŠ ¢°w¾æ´í3ãAEÁÐ&L}D%.¥ÄÎôAtÜ‚¼óå“uƒrÇ`|ŒØ’*û`cD“󤧷rõôK8®w{]|È×:>ÉÆ¸ Æñ>µá7 -ü8›ƒë!ýgú5Ï&ÈýD_Ÿ‚nþ«ãþåt»fWzÇJÞ‰ M–Ýì÷þ‚y9}øF–Ý Q>KaÓª÷zT§=Fì(>Ñõ¸L¾% Éÿí>J€²<øìxüØÆ¤ÝR¿Itít¡W€gÆøïÐþ,;xqLñŸâ’C^ÕœÓë·CÇdÎ}¢·‡ÎÝvÍuÒÁíÉñ©[vFö¶ŠüÑl´Èç(ÙúN½Øïñ'¿ÖNÖúÞ]|ƒþ…Z¥Z½QÆØB¨ÃÁſ¿zÞ£e‘ÅV÷å·B§»)\^«þVhôy](~Zͤøõ…NËm9S¦áQž2¼æ7B̯]W±Þ*“‰ÊS¬ ¡­S\Äçëk£íÿ›'Bbªõ×á5ÀiÿÓ]ýÁ„^" -ŸÛü^¤þOâb¿M½8¨:=*?<ÜèÀQB’Ø´èøÝé"·š©ü'Pi·òûO,0tA÷ü‡ïrT•ðµdÅ6,?,cÜŠÿœfÿüÑ,Xþ’%ý1Úþð%Ù1b´KŠª©Ÿ/é÷z/?_«øc—濘3n=5§^­MÃÙ½š?x³ø¹è¸ÝÑ}ŽJï¬S'Fç4Knó(Èsn¿Sr’pÿM˜á?ÚL“F|!Ö+tªNhày褧Ùúá6?XÅ=?ݳ²n§YG”âŠ+õ†3±r`­bí¾ÍÞ†[~í^¿Ð˜P§Üǹ%U·SïÕšÓlT«‹Ògì¯ã6îoNç¤Ðí9æ6j­£þäËm¹'àÊM¹ ¸ úù*ƒõòÅú=÷Ppª kÿä2/ã¶ ¤»ÒTZo°þV©tã1„מ ~Me´ •°à™Ïâ?S0Óæ‘\óŸCpu8óiJÓùxÅÚ?xïÊõJ¥O£Ý?ݽ2‘cNç‹äàP“mƒ~¦ Ò {y¦]¡8àgÖswйZ½Òû‚õ 5ùÇëŸs7óG¡4t¼ª?ÙWN™7ç¿ÏÞûn‹¡Ç`SKß}9¸7HG™©:µò»MèScñß6“ ý£gã¶{õfý¯àÎÏ2§nå÷=…¦Ó+” ½Â߇ý7ç1_fáÓ0g¡26~8©÷z §ã„ýJã_ÿ·ÛoU!ÎþªU/‘¶¼¿Qa#ÙÆý8ÐyÇ›(þ¶ì_2LØ¡§[ ]¢)ÌÐ(tétÝþÓªhqÖïµû½OÚpÉžê¸íDÇ)ÐëwÃ"w€íY²%‡ð_8 ¦>@G.û¢Ï’ÀòÒž°û’l÷–Ø"ûO”‡!&ƒ/ìÝ¿]Âq€ðõSX Ëú´nQ”CÀµ mB¼Ýz³ß(¨Jg¡:¡½BÏ!}9ÃÈl€¶¼Æ…F½+P6έܮÇ<¨Ñ;Òn£3°5ݶÛ˜H¯üa_Z»P.{L-q@¸WÏõØÅðbÅ•¼·ˆåîRí¸<ÜM ¾ ö ßEÿ é£^& ükä¦Âˆ°§Cêþ8à%rÙ›Ð~þä8Äåmèªë¤r¹ÑÉÁ†)·ýg(Y(½Ã[ L‘$‘9Žèc •šù—ë+.|˜øÀtZ¥FŸh’·'çCÔßÉ;ûGh;¼ÑW$ ½ÐM½UvïŽì_¬Gxí#')V:¡ö† |­‹¤>OÛÛnh†‘›pŸÎñ{p[€Jy"¦C’Ä8´@…ÓµcBêe Åt/󼦿cÄ«xölõÈèodÊ µ¾Ð*9Ck 4)ÁbK.ÄšþAì˜*™ÿ0T-ÚÜü€sâ6Üð` LSûÔ²OÏÉZÚ¹{Dí|¡êe«Þ­‘=ð2ø‚KÚZš6UçdqNCv»0í/è‚7B{NpƒÕû UvþÈÖ;Ý/l’sJ.ÇsÓÖÉJUÙ˜zš@á™?zžÄ2Ìé€Í ´¿mìáo‚Ûï#oKS§„ßÁ $ÆÁßæ@­Y`ãZe®ÛùòfþôÆ4‹ê’ôé°gsp£¶L$I“˜+m Ånè¦V'Úã'ÇQÝ9Á¦ã/ÀpHG¥ÚyÇ…!Ÿ;ñAUARÁà¢<î0Ó,:åé:Câ eúRhüÁÈ(:˜ÖsZ`M•§Zà?Sp+¢ê¨ tIÏ 4jŠ•V/ÖíýÀ”Æ9Êêë xNìªåT ~¤Ø˜J„‘€¹×"Cަ^nørRM6Ð]­@hgÒNÁ 9´&Ï«!—нÇäã(ÉL¸Çà™ÅÈ9×7nkÊv§âº²+&:Ñ8AqDRjñÍFãpTÕ†À„q}—ä§œ«&lÕ¨;ÓŒŒZ|€¬FÉÒ[—9—ß²ÀPÆsé ¼‹ôŽô;xòc - -õ„üHLÀµpׯ$l û­WM¦‹XAKTOFk¹]î5™Â ÒÏïô“6¸†B«å~¦i—ûÓ l-i4y5EÃ3’îwJµP¾ãÔ‹N'DD½UÇ:&ê"¤¯@4¯`‡'x5Á½þè­9cüÜ8w VÞ#*ñ «ÐH»õkzBš¹MÐe¡yà+KpvhbxVœbǧ—ǧ‘ÏNKe1¢±åú§©¡z dÁDq<ŒuÊõ~Sð=☣iRds ¦*„épµñ+KëN€îçK@(M^Ap´AˆJc—è#Dp“¡Î¤]ε -í›QóÀ³ê}ûÐ}Ÿåyý§qîtàš¡ŠÄœ\q¤÷—†ã±"sQ%ëÜ=•È¥,=íÑÁGm÷lñauëf{i³p»v¨.žE“ñÎ^³¶QmÍfg×"K©z!Ö]0®ö3ÆüFüjoçDÛÝ8~\:‰wú%3›QN¬°¬ió’ÔM¿¥«kÒB|ó9¶ßZkwãÝ#e}&ß<žíðJ‡½duÿâ8¾¥9¹T}{§”ŽÅ–ªCC—ïÈxf:Þ0ï÷zé·§¤v]K4Ýãnâ ׫­îóýlZ[¸I¾5–nfÂéŠtXÙÙ‚iWÌ닇ÇD>»?¨Xoã)¾õž}ŠotcÍÕôZ¸Ÿì•+3aVöõ嬟®<ݘÉF¼q»QIÖz©šy/Àñº˜.ÉÇñ­Ý¥Ú™r7õ\}vÉ_‹éƒòÁl2j½-$rÑùÃm¡ÜŸ Ûo‘ÕR¦¤_DR5íes+VW“§k¯«ñÔÒU6åôWv®çk›¥Ráþª¯f*Ç5:²,­ÌN}áu£þ|XN6»KÑÎêc?qœ[ü€ù/Ç7kêLØØ¼~Š'Z¥¥æêöÉæºÙ|Ü®›æz·¢&:¥yõ}Cöz,¥»×læ’cÞ¨Ry£žZ/ý•O¶#Ñ5'Ù0Ï›twÇáxê`kþ&³fë]²/ÆüŽ™rŸW·®ËJqþ »Ýi…É‚vŒ•yØ’ãÆ¸hœv’ïËF”¡æuùX’ŸæOÒë…­Åììê}F1àÃ3ö‚UfÂRqî@ÿWw²[쯭›Ì­žZ˼ÒΔ;倠º³“YSÒ»ÕmÖÏÍöÖfùíôwÒ›0éï,©³QH¥ä¡7'rdû*9–é³Éô ‚:ítw5ãÞx+%òé·Õteýè#S(,-$âÕÅÖ~úe'‘¯•z‰ó…ÒI"¯¨d÷æÓÝœ+Ëóûþª6Å&¡äËe@¯“ÕíÃûC>hõ‘ð1•| ¯ìõ^ÊÍDîõ0½^ߎdi•¥}#‘?q«ñëüA!›±.ngÂ[«RæÑG;³æž*ÙEcã–ìyßΔÞ?ùH eÌ‹KÇ„=n/%.í±ÞEaŸ°¿%ͼ¬­ÄGw¹ÖLX`áüûK|H¡õ -¢{nf-_Ú&P¼¸!„}»°º³m¨ø5‘[‹·RõúE–6 Uò飣ýhv+£/ãWXKu¥E«çOâádãPŠÁ^=øôi|D–ûZüÚ‘Lý¢–—Ž"í,ùW9)Éå„tÙýñ/úay÷’üUàÈ_„[úm°ô°w»KÚTI‘Û¡ ý)âü'Œâw‹£ÐfðaÙ>gÿ’ßR0 -íç-Í¿“Ÿl»Î¶.yØ¿Fžaøf†/fûµ'åU¢=¾—Ó3çM—†‹„ŸËÉk{¿pBÚ^íâWÅ_& Å–ÀÂn9ä{g[´ááûCBìû^6ÎØ`Í>X {2ÊáýÒ)ï§,·3bu7< RØ7–Õ„CŒAç6>톎ÞÎûÙcŽrâ ùîO;36ïÑЦ“#¸qüP9çØn-k÷±+üÉéeÒ(#1ÐÇéFô”¢ÌîñQp"8‡Ja1ìÏ ñÄëŒA9JÅ>1çýl;ðAs%àõ×â1o$iú´$WA¼f0Ããr'‡äŠ£ÁެÉÀ: ÔQeOæzì¤_q;}ªô–!p´ÏÉg§"J¡2[ PíØ9~†µþ(‘ øœ–Ñ ´ÐËCSÜË#·}Aä›ÊÄ©h%.+Õ#¢­µäP"}ÔÊÆeù}/¼÷Bt=b Â3¦b²Þʾôò+ñMé|v5s}»Ï%dtAÐRecÐø롵Au""×WŸl;è(i,rùa¬‘fnÞgêûÂ!šÁ­¢Ýa¹‡’™‰®U´ôÑî‡%ùâ$.[¹«D®wÐ̬¯G‚_Ù¸ns[årÙ·éèùÄY*yî©lM L^œÇq-wÍSæ7èß…§¹ëlz¹|Î>øìØ]”Ì÷~ñ\:>*¶}Ó{Е¡Ü¿Ï§j³«;{//ˆ IJØ1žbdcGÉ÷“Ub1œW|ªÝÎsò]Ùžõ?xþi£ÜlHIåS€öýX' -Áäc»‘é>Ï„^;v±º{]øàäÍøæÑݱJk³Á¾Ï¹½òٗ펿šµý=ØŽôP®B?ìÖº}Übû‚°Tå¹@ºÈw3/m¹ß¼ZŠ ¾7EoÌmVúço‰üUᎠ°Ñ²q•Ìf?êqçA¿ˆÝȺ_fÂAŒ‘½šýŠMI½ª/‘zÉ(céW1‹é¢æä~'Q¯0 ÞêCvù¼±™Më÷ÊêÎÝÓ -çÉbS8„nêM¿Ô8<ûéØe9ß8}{Ÿ {"*oÌe[)æq$èm¸õôúífœÃsÉY¯9ϯÏ.›Ü^z›qЛm½’lžíèµã”ÈýäY_½' ¾ìfVWŒŠ ±|¼CCyaþÊoÜ|Ô7+ûÅj|ã6:£›ºì"Êë­µ;c{&TéËnVSŠó¿W";x¿™vÚgǨNóÇÚ<”)é£üÉœ?¼yÝ8ÎA·»y‘ZOéJ>]ɬ¹'ý„O¢Ùˆk/ã…’‹ÇŠß…'_aʧÑd£)UƼß;gwñͶ-/M¬gZî -Váú؈Jårñc¸ŸûhZ²ï—²)ÇxOäÓ9Ù°æ-IYû¨Ç7Î. s‡¡8Dõd†Exì±]º} D“>I\æãø1ßMÕ·Oºñl¸`ì·{©ÓÔõ®§2ŒØª—Ò¥Ëó¤v£ôD –müóü,ÒE6r¸{lï?f{L ¦±#ˆvdl-$*éêü“fn´c)¢ÕW†ºª8. ÜÃLxky!üø½•)®ß·ƒš7™•_\Èe_æsd}«™ç·^ ]›ÃðÜëeŠÉ•ÈÆÉªúÈç)S÷vÿf÷Àëö˜9¿ZS¦Á>ŽAýùl*ñDTÄøÁm6½–×=G¤AGy°ß™|´/«¶öšl’e&%¿Ò@0•–£­µ¼§žm«ÄJÚ}oí´o’–´8r'ù¾Ô;LjwsWûÛÚR€,Æ­”©y†ØK$ö˜l¼œã#ãŠ#<9î‚4<j˜Ð¯:OL„{ÛïbC¶fO³Ëwç½ÄÑ\Ý>:-§ËM{-0¯áñgïUä¾UGÝך.±w(Bîê©û–®Ø‡tq¥¶_;[ÙD£5‡^Ö|ÁóÁÓÔúcúèhkðdTÕ”‹\4›‘+‘ìFârŽoèM„pþüº±Mì$p[OC¸¯4Η tž.—ÆÒGs©ò!˜¼Ö?¿ËÆ¥Þ ÙóV1;»²&ö -ÚØ -¡õ•á®%t«®D–©qiæÍg~$ðHÁf6rÐLÌ„íÚãé|6}~’ˆÛa.7N5®&ï5Ÿ™DþòU,<L˜¹ùT‚üo?¾-ª,î6¾½óH*eÔa›Oh‘äU&Ò->#‘%u×îqáFïÆŒ’#œ?©,Wò#»—Ë`2%ÜÚÙŠh9M¢ÔQhïáXñ=Ÿþ.À^)éBnïq/¼÷d|yï •{ÇÙ'²ûñTEØÑ§?IÇÎj[ù²c¬¹Ù•å5ƒ¨AZ˜˜ñžan:véšì‡WâJEÄ®’Ý\›aÀsÅv»\ÉFŽölq“W/çáC#‘+¶+Ô^TŒ¹j²9g½ šR|¿MõA¾°QnÔ­‚¹yqvžÈõ¯”a¢wÒÍz—ˆ­d“̱ad_OÂöx àlcë2uR>ž÷7›i}:…e»ë¥LÑÝŽF ¯^~ñæ)Sx=˜K6WGh62‘Èç»§·d§ëB8À@gÝ ­Jå…lâþÊQ¹NæùÖYºÍ.öÛœ‹õ“ÄÞ –¶`“c¥fÄ"4–i$ßÞÎãéƒòE/}‰dátõ€G%…&ªF™ÞâÁ,YT^Quu˜ –©±ù2àÝZâbå…HÈRSÙña¿'<ìm¢¢ž”ò§ÏE±ìë³ÒS½3ú{•¶ä¯¥KïD8ÜFÒ•Åö¼Ñ;êmg_±u¡rýy­Jö¢Kt~sãy5ÇL«ƒû¢.·T¢h…„¶´äÚòÍÑzÂÚëö ¨t…Ûxwùv.}tøô‘v¶žçöª]iæñH8¿±Q<[ü’Ö61¯ö÷³/½§h6¾ääƒg|¾*ÆÍ‚óÅÕ™ðvÀ½<ÆÅy–Ç®¨€f[’ÁÝÀsÍTíaë#›8·gÂ'ݾt Ƈl_¦K©Â{z¥¾^2·ÔŒ“¹¯d<÷$VÉŠÏeA6V46Þ=*lwŒó{3ÿº¿žM÷1Â/ˆÎ±Mg[‰"AóËÉ÷Í­(SPz¬—ëçË~’â”."=À¦-±«óò:¡Õ«µlXŽËùâr-}8[‘†«·eãú£’@‘ ›ãúîgï«­tÅ}ZEÇ÷Á 2Îê“x‡ó{ýXû9qt¿lù»‘K™RîÙ:ÛWó¶ºv¸™}Y»ÞŒÇz!Üò,Ÿq‡Ä¶ØÏkªZË.Áaº5ª‹ÄYÛØK¸Ýu9K?Õïæ…½v%a‡…ëýCú‚è¿'Ù¥½pv¿é™EÄ@ºYˆ¥WçuqäFo!S*®•ÁjÙee͹Eð]í½€¾¶ðt?™ñÍçh?‘O™/Äê, {=ZH¸ 'ëó'ÚIlÆ7Ÿ®’fë /§ŸªOJ"׈¯ó®^m/eBõ-²à€*šÉ.î·ý(§Øì¢}m‡õª‘ÞÝ+™Ùhr½Ö*ìêM‡Ìu[$åT}öa)³ºRúHK Ñ -÷™°>›Z‘‰MМ#êþUq|§aYýß;^ø©@CgmDì†Ò˜ãe·è„ÎÓÙèµÛ©ŠÜõqi½Á€E± ?PÑ´tK þk冓<Ý⮹¿ï×ydþW\J­·ÞÝ^¬äg‘à·­÷¼Ò,„ÚŠi -¿9'ýF¯Þn8‰à­áOfy8h4úxÙÊíDÿÆÅ¯ÑÁí0w²!/'nË-Õ:nÓI»¿·è™ãnR´W =MÎ ø[=–”†>wõÒŸ›ãð<練VH¾J–*´i -Öº3;ÐєٚÆ@aÒMþ¯‰jç+óS Ð¨Ûá Û Ë™Še8&J·XèþtøM mäµ -qÿýÇ$b‰¢ËïÃŒ¾’ÁÛîu -~Ö`F„^×èbÎŽé°e²ÕjÉô® ±¬4nMð–4L– Jè÷w·óžçAþŸÜ.ø„BØMe Rû³¿;_6ïKÿ"—6Œpù@þ²1“ÁëøSoÏt› -ø7nOÇܾš:ŸødÌؘ i.Ÿ"ýù”x•vº„O‚Ìþ‹p’`¹>ùnÓ§YŸüG›ÆíPbý‡rÀŽfbxR«çGSDãäÄËÛ¼*!ÂàšÆs"enœ"¤:ã ‰.ê •ëpINÏ©·ˆ8" -x«ê´BE§Þ åÚø¦E§" ÆŠ¦±ëÐ’»hÐ¥Ýw¼ ];ß¡b90@× eÄ®×Bä»÷5Dûé¶ÿõ?„çÃ=a[¦e0|3DÔY"yÚ·Ú)4›¡ßIë¿b¡dŒ_iLrBf]è™ú -5ÿõK5øû€ÿ‘YUÿõÿˆVuø,É„ºýî”Þ±J¿UtÞ -¸-HL½©…p©SoªõRb“Mr,>^NN›àÉMBÐ^ª13Ðpº,}Ñ´ðt]bí’Bjɤ<#sàjßÕÝ*ŒxRa !Y»Ðâ  ]Su!y™"Üï£ÌO°õ']Û›[¼0õÞ\86{·³£fÖÚ‹qãúêéÚ>»N^ÌŸ¬ÜÏÎåã³ Êj2¾qïéýäÙ_Øä/òÏììòkzvveinv6r87ö¾°fÉ?ë ó©Ú ,œ’ÍíÇ;2ù+܇¯Ç{ɸ³Gæ2;»x z6•Táç+ü´³)§óAþXš‡ŸÑ½¥Xb ~®Cg+{á÷S•üÙ€¯½)>ÂÏg¨º ?ŸýŸd~¤à‰ü}¶„†L³v?CÆ:ð“|=jÞOÒ°¸1?“š~G†œÍVÉÜVS¸*\`ʸ7Rà~v/fÂÎæ‘¼¿{¹j]¬§£’Ó»M+/»å=(ÛŽIK;‡‰ÿÌ„éÿgS•§í¿HOíZ¦˜—æ œ©)É«»3±š\¹X#u¶äuéà4?x}ÚNæ*'d‘»]€_äã‚€¥ðA{²ÎöÞl£}[j›¹Òé¹Þ‘O²×’þJ;[W‹þìÆ»{ÛÌÅû¡û×lñè]-·óÛ³w d—gcËõÙØ¥kÍ®)n–tì¡‘ýkÎÎÏ«ˆ¸ùÂÿÏnm­,Šó'³§£§¹e³kÍ„çîûýø¼}k盹ØÂÑGã,¼r´Ò?Uuq+žÉ/¶·?––ÎNrùHÌM®GJ§[/Ëñfñnù£±q¸r*/$VWç×’«OÉ˳µÍã“úšïnEO‹…f,vX< ÇJiW^O­¹einëÒ’®ºïW²ZÌeç©XT’·í¢ÒË/WÔË¥«®&É›Z9¡¾éé“㜱P|ß5îÏs¦¹q6Ín,~d]½í:¶Õ¿Qì;ó~#ÿPÙ4Ÿî›íÅHu+÷ü¼½mæÛíÇÔáN¾™\Þµ.æNwÛv3ž{>2F½x“hõÃsÉËÕ­dJ7r¥Tóð#–>ßœÝ˨«‹¥Ì»±³ž=Ír{Jl+²÷¾¹ ïŸéKöú¶Ý=htŒ‹Ã‹Ë“#ã5º~ôqk*Ç·'sû'ñTûtY?¾9­-{gçzýýÜZ26Îûj½tñß7/3©þS.º¶ÉÕoŽÒùóöéÓ•5—q¯º¥Õå™ðõý©cÞ$ätö6²¸~s[Ž.6+ʽÞÍÝ»½jøávïfïqûÊ4žæî*KOOÑ›îs²vÕ~‰¼¾´_Joýîëáòö|AÚº‹ÞÏúÑ⎱VÒ‹±\©y©¾Ï„ËgÝÙ%GY»QZq£rx½³]] nU‹æ¡UKÅÓr}á`g¥~_›}Û4Z7WË,¼^œ<6­ëÝÆõ®³Ð”îs³[J´¶óF¸ÕüØyr¤Äv{as»3nço³7Rºšý(.”2Ý—ì]§{XYlÜœ=Zø¸™›=(ïÌÅÍËùåÎûòüÝÝY~A‹kk åõî}x7R6ÃîV¥¹xXìç–³›;K7éÚzD}¾œ‹”V¶fÂË[éòéòÛÇCu%Ý|WVzööýêÙrD[[Ù^y[»ß_:Œê-C‰V¥…Xêøe.Ö/­¬­çJ½´¤d­G©¼¨Ýˉ­|IîÍ™=åR·7T©qù¤–ß–e-Õ¾¿&ükî 5¯_ŸžzÇ^6ÞJ»%óh­|a­ºÇ{Vá(³ãýâÆìÂúáÆõÑýæ¦ytªo¶æ_í­óåÍýmÅü¸Ø®9±«Ã·çòntÿ6²ë<ö㋉héõy&œ¨žDÒÉ£«Ùù”´&¿¤Þ–îÏÒgçÇûýâñ(Ón-ç³7Åzeo§^ˆì/î¶³û%yëýàh»<Ôæš³‡ùÅÇ£‡½“Ãã̦¹q²–ŒížTz‹§Ç}cçL=-΄ÏÜã«—óëÖKäb§.Ÿ_.mÍ­]:[R5wúzs•·Ž6®æJÛÙ«bââðúDþ¸¼±²ùÂí|3Õ½-ïÛêÝ™ÑîÍÎÕÃ}6{x2ªw™«Kõ)–Ê¿=5®ÜüLøù:ž;|‰¿N^×VÒϯF¦S¸9¼ëï·´~ª—ÞçNËùíVÒÙj•?* íÝJ!º‘«î]okQëõ¼VÕ4«~´µöø¶’|j½=ä/ïænqzsgÂdêì²ñQž›ku¶“­°“}n峩¾ínîã‘rÜ6ÖÖËíòÝÒâÇÎÆÂÎGsaé¶“-­ô:ýlpqmv¯Vyuß’÷séÖVx®½§ÝÎgïÚ±ù‹4Ùý…½‡ðÚBw¶ò>èÍí-Î^Þl-ž>_m,-ÙïÛKù­’Y‹ž­Eî– ËòŠÕ]~6 wÅHj•Òõ¶ºÙO¾­Ö÷.[„_¶úkíÕýXôàÌNÇæö«±ÜÉ.‘ÄëëKyyýu]Y¶Ê±Y©õ²µ /וåæQRyZ=~P7Ïï껵p¨=Îê±Ùó¼^Lí.ñ“]£·xòj^º]ÅRÔ‡W«R½Þµ³·Oó‹å~aã1–!´ë3aÙFév>Úz½-žÍ¾ÜDõ"àeía®±Øy(­¾¬=ž^žî>mDSgÏáÅúݳ³y\}9¿3æ^7›-©°´p´Q¨Ü¼lÏŸ®b¥ù~½8™^¥6®¬©Ñ·Jå¡÷\=:Mfkë/‰¹ZÍnï^–Þ¢N¯÷V..½g7—K©«nã±'›Û«‡ûÍ‹¥Ö…nç\iùeÖ-Ýtâíä†Qü˜×6?®_¬XǺ|$R§Ý^©6Æf÷­å·Ùvòµ8—vˆbç®'6çÓ[ñËù–©ÖRi5ºÐ,í…SÆÙ[¸ù\ÐS›óW‹ÍÆæÜRêâ6³ÔŠ/¾EÒ±Ã͈î–Óõ¤¼ìÞ8“W2ZdnÅuv“«뼸êÖkëk™ÂÖÍZ»7¯D÷jÑf´·ýXˆÜ¿®‡ãÑÆz"E')=†[ϲ^îÌËåÓþ¶²³ÞÉ+Çú›šÕ -«j¯p×N¥ƒ+Â-—òuýzMY1Öï–ÆsjíÁ´ ãÿStžIªBQ^Á,B• г‚䜳ˆ9Çý?Þ¯©™*‡{ï9}úk J w ˜E>[ïúÏó`0µ÷ª†–r¶Ëêg¸ Σy½>ÎëŒ[رç铼uyOÕ=+‘Ÿç8³Ý8'»1o -Ý ýübÛ3êX~ye ¡MR8Û7kG:Ÿe~™¶û¦ô0”ÏJæ<öFGn‰?@º¦^6«ªøHìéÜùv´WD³^M‹à•V‰`'¤$Ru/á‹‘M¼äÚJÑ„ŸKñl-ò½ôÕ&ʼ€„CÔ¤ž-*7^o“kn…!¨ÿ`œÞk¼›—Ž´A¸ÅÊgÎ2¹ÅÔñßk7´ÕŒ‹}ié·úÕŒ~ Ω“Ûá¶>ÔNçm"ÅÆ®Ðš¸¦;ÑFÜì¼,Ö¬ð³ÉZÙ'¯xUå'»0Û%gpS@ºu{£hΤcÁãSý¥æX6‘¸'@hðL¼;Š7³G‡ÍüQæ-⛈ -ãVä÷ ;à÷c%+ôÒyb6“¯ºXYø…j+|–šB[½Ö…›W]ßNF¿)Ù€™Š©DÖ¿ý’*ä©/N÷xÛ*©USô×ê\¬í:¿Už¶'⊨?… ecý­3YìZ-@ˆKäÊ•¦Øýý 1ž·¼ýN@*”‹çb!_Ö6v‰R¹` ðª† és¸|åTk -éäL­Ø‘üf+Œ³‚µÚsš‡j"p‡cZPŸö5æF˜Þïb·¾TÒ|8uÀ+µ„c½B¯vR½+q,$ ™·ä°Š¸Í`³ÍþìÃTeñPìy²Þ n ¤ðìtÄÞ"Lv6|[~Ä·‹9v,q¯•cÃNsVÂr"Õ˜Vª]õ@˜˜âsòQž'uÞ ™ò1~ÆMÁîM¨nú"m–¼wEÇpQàn’4¥§ÓúÕA([™t™_Qý“,B­V˜Þ`|×3¥”¿¥½W8i«Ïõ€ù|1fu&b¿&ü€+³õ*",\¸.¨]QpŸ­çN{|Wè í£8ÇËÛ—[Bm%OþÀI±¸Ñƒ%þ;º)¸÷³ÚÊ•4Þã‘ÙY§›LŠÊÐLr'/klÊ“­)õ~¬SÝáÉk)?B(+ö…Ž3^²‘w»Ì?àï¹íÍϨýýä³Ï&ƒDö*ï¨3n]ÚÏJ¬~õ!ÌÚMÐŇëy4=²®,lCXÀç¥Ç·ÏŸ.vwµ^7›9 )>öW¸Ô‚1Cô¤%?Épêt”á‚úvZg* -úaÚŠQÓ9gÈHÌ<×5¿2££÷°¥ñ'€Oè®ÀÌüR0»óÑú õ–áγ%ÀÙñʆAj*×V®y§9ÞïùFza½U$q« ^³ä<‹Z@†Ð¯ ÷¸mõ+|Ô)õÆÛÏEö¾#(ç?âË1Á˜ï•FóH×°ÏÈįs÷º”+M!I‰¶ D‘»ÌpTS·jÙ‚'ƒuå”’þJ¢¿˜ñÖ"œJÃD=?pÖü{VÚ‰›þa[K·Ãž0+·}e1<½ò•ùˆ©Ò e n·vUÅ1ò›I›N÷(ÜñEÄЉ$áÖt2ˆV©Peí‡|Ät h8:beRžŠÚ•ŽçG*/ɽÈVò{F‡·ãÊßöæ$š@³üõEnÙƒ­Ô¸!Ý2hVrº§¸¾aÍœzî$âü¨b`ͤ¾šxìtùrM€MZOôÚ|»‘>4±w°× -RCvX–F¤Ô*co«˜wÇ·0ŸÙ!cÊ>PÅ9ÑýaÛÛp(}Ûý¡ˆLËá!½–E+wF·‚ÇÚe²&­Ü1ö80—Øò›U}x¨êõkÍÏxVt sÕ@÷æ"mÇ—®·±u…­=Æ"8¹VkÊ"øÈMâLÉ’ãAYOk7q€’7ÜÂvÛ‘À?ÐÂ`a/þ,gÏ÷â†n`‡ï[äß"3záQcÌI"ÖÞÆô­]UÑm"ø`Îì·éeD݉)½§ü9ØëßÝݘ®„ÞyJ¹Nc×nEçÂB󢓷&"Ôü‰h³»#óþÐný«+¤W³^sõØPÚG„—gÆP^Ï]µOHŒûI-vÔr¼­ßuŬ¼ò8÷‡òö5î_D’ï?GÒ|‘šCÑùÏcýc´¶/é½¶rº÷î|÷²@f®æªtè­ã 2îq­™YâWÝç -‘ЬoÑSœ…µëb¡Þ¶Î¢êS³~r» jc¦¿ý‚0–ÈZRû<¦„% $+Ãkê½=5;=¨4 -ƒ¹µg|@¥›hnñWÊ~P‹±½ÎÊÓº•b(Ø¥{pŒo\È©ÁB¢µ5m怑IUÊë^ábþJš*›¨´,L˜«rØxL“i.ÅÍ,¥ñ4²8Ü’'cb8䯳¨qåXÛ°ç¥ÿÊ+}05 þn\Pi®Ôý¹*X Eô¸óæå{‰áÁœ‹zƒ%ßVfs9É `Ä/ü„ן͙ôêW×€ÞNü Ç:Rü™;È®:"ƒ]H žaßOV_±Ñ˜(ÊGš6(Feá¾Eò§™íƒûª˜0Â)¸ørý÷È|!DÂñ~ÿIÂÚGªQ¨"¸sÍÄÞprú¾ÚòéÛõÔ¾z¥ÌÅÉe¨Ü_*$„÷ÙóA %uoäq— Ïí --Õû;EÒÃY±4îWâ™ì|¥ÖoBæ_3bõ -~»«a³¡yÞCi©ÙûYS䡈ÊíÑ~ªø\lÉzúÎí½ÆÊyÛI›• “é•=t”ÖªÏÍOíê…ö5ô&oããçú2~+ZT®”€[,eŠ\¡æê%ÆáÇ;½QzX†3MƒZ¡.Á–Ö)ÝŽŒó} -…*½Áæª<&šU,Ô&¿ü©Ëû³•#*[„Ù½6ƒä^^®ÛyÅ—×èóh 6al+§úR.ßвý’…+Zb‹¡¬ÎÊQ6tBý•~üý †6©Ù âÈxc"-}‹+7¬Þz»LV—艻—£û®¶6ïcrà@·ïA«Õù¼`ËÑó™×ýq¥dýæhâÛ8ª¿ñ"›$%´ÃgU›]‰D2Êe  -é‹®lP0bˆâ;óöáÓô£¯e÷#¢t·þÒ…dö ;Fs™‡ÆÞòæ¥âÄð°‹ú¯5Ô7ĉP’ÁÅF EjvØáÄõ¶“ÄëÆ´‘?Ó-Ú/RÝE×M§¦¾Æû°î>P£Ùý>ÁåÇÍ&e§)/™i7-µ`þò±PǰúIª­5ãÉžÐhJ­¿ñjNÓM‘÷¾®¥ž—µ -Ø£hªÄ{.Û¬EzJGÏä;Oú?éÛÉ¢v”Ò@7߉þÔ¬'‹ ßìÿÑïHëù9x&ºm”!KäÔ¿'õš y® 0ƒhºpN -ojã¼O|¼ž`r÷Œ•ˆû…l¨¯&R£ÊUª½§x•#÷´v†º÷ðês‹òÿ{ãæï6‘丠3®(©•–ôiÕà+;ØÓDaˆõUÁ¹ò«e“V'pØ£“ÿ€eeöØp‘ÝB a+¬Pë˜à;C&z{Á“=ã06T®‹±EÞ4»üÔëìm>ÎïwL0QS >³ ã¾k ñü‡) -¿#ÁJeP«gæd¯°æâje"Cã¯bjå–ËÈs!‰ý×3Ç“Ûþu/ÁžÔkGý}xПˆ‡žê(H0M´>Š'l’Ë›yú soŠª7«ÊZËÞEÖ×ÈJUîƒÚРWŸ5žÍD)‹éIËP´4tŒ<Úú?µ;œ–ˆµmK»5+z I¨ ØXÂ;©!f¨=!ð¯3ŸìúzvšÖMØnÜ[:Ñÿïͤȕ¢ï~Ö`û:zÜÐóø9h|é½PuzÿîÍÙ¡ÊcPi޳´ñ¦ÕÄGЦú: lž Ðk92?ݹ¤MÂkÛõ:ã’þì±ûÕR’¿6ézû‚.H§\ÑÕYßl’nII5·u`¿¼.íLCØd9“‘p¶²ë7Ù±ž -‡‹lgì‰å^7õŠùÐÑK-¤:o­¿¶ýÅdBÕWě͢“ׯO[¾ÍwNã"íaOæõ^Ý|é¡ßR¢$óÕÏjP g½.‡ú±ç²Ì>ׯþ¾Rdm7ÃoN…Žþ¶:Š²ÇÆ-›8«fÎ2úÿ@P;å¸ÜÔ¾ ]v´5úÝu4Æþ©Ž.]>bœ"¯ÚÍ{÷g™4ûOeyU;‰št7‘ÖpBýÉÉ—«6vånK_ñLUª¬äŸ~ñ×A¦EJrUäWS™Ù¤ÁI×ȳở1!Š¿¹½`uŒa­†[Ò¥øök4Ôa±™¶š›±ÍGü£¤Þxã[éµ2MÐFøÜs*M×<,§ Áè,A§"»%¡m­ÿ{%‡‡šy¨&ÙL[ý¿ ]}¯Äv—ÆMC°êÓ\«SüªþÄÌŽð-ÕU%Û:šGÖ¶šÜðF¾[•…’Ä#i-Tµ‚wçÃ4òV¨2Ÿ6ä²àpº^Äãj-kiYþà—<Åõ‰o©Œ>YUµ[aÍåá¨ö2›{ÞR+ŸÚv¾hòE:++ £”š«cJÌjä“—Y‹tÞ>b]h ¥ÇiÁüj‡óúáL¥Ö3•Öå »òTBõ'ò«;Q³#*`òÚkÅçžÖH´>èH*7: ŒAsSï¾*J³¿Õ -Ñuqÿ}™Êgߨå.Rª(@ö,Y¤f„{ÆZƒõnœ)„ýQ1ˆ7_¢û®~žéž‰¶6éi¼;šä -ŽŽ¯XÌ;[ÛŠJ/î@}û©>›ï:²ÝCç@RGg]{¡Ž0¼O‹ŒÌ>{ +m„™IWçÁ8§6dh»L™í¢zôGkªÖ ›¥†º«XÀg\YÏϹ4¬›ÑÏ~x¾ú^ù¡p6zhŽ;;^^ ñ*¶1ÅR 1½·}Ð^‚Â’’Ÿïõ×cÙT›«\Ï+ÙX}ÊJ,#¤Ë8È¡[ CEáœeÕ&¥£">$šùäi~©°Ÿ“£úTß_)Eü£˜c³`Hªw²¡â#¨´1¦fvWúÏæ¤r³MQÊ¡Ÿá&YºÔÛ¥Ó7ºÌm"{Ugmÿ™ÍNÆ–oÓ“Xo¡îà6žjuÉÎùGYe2Vî´ñÖÿÐ×âpY é÷½i;£u–5â-ïLWNqÔ..NegJw Mc1ˆè˜×ƒEŸ\ºêåHRÓÙÁ1ÁuÌ·zæ‹~aZ`ÉßÒ©z©ýʳ‡M>%un):;ÏÆÇcvžÍaÎ-ëŒýMzÚ¤?:øÒÎ)4=¿:‘Ü™ò|Uµum|ÀW¾ -Ídz¥¦ƒîØJƒR[° ¨é„2)úQÁ0‚©\`I<¶ŸrÂ|2[Jp«èñg+Ò1úQ aìe=²ÌZi»ôÎqTDÌšca5.ÔgµT–œ]¼ðÐI¹¶º¬ Õ©fk^ þã;†”Åcy›˜8ã];+7ÄÅ„ê—õÆñ•Ãn%2¥Š³jUJ‹Ÿ“×W%n³«?ßK'«¥÷¦ŽMŽ ü4ÈdÕÈ sf7nœ\™ÖÖó?ðhŽQÌv åÜÐÆïœZr.•‡ÇVà³ûµ:‘»v\zš»«L~«%õ©®ÙºÙÄutKãUÖUájœxé´ž¬º nÍl^E~‘CÜ™+b5MEíøæ¦ö}hT³c— t2JœQÏ“íÌÑrþ^5ÏsõÛßÌy^ È¢›^¬ahø1”ÏÔÚ¨'W+µ§:“ÚÕ7`•U1Ç”mTÝÚ`÷]íB7™‡ò4Ì4¬×½žŽ¼„èþ~$:·í·?ÇÎMcBËÑê=‡ýDªeH€å§ÑÞz„y“x&0 -|rç So©½ùÐ(Ù¤£‰iO_û>ŸÖgÆR›¯õ1Rµ±ŠÖötpñRT6F­Ê@EÒôB탙5e”ÎoÅù|ÿáºô@ÖºÞ„] úY[kéó­'Z¯På=ÇoÆè«6Úk¸13[ùr¬!Òb ûqñ×ß¹ü••ú¢i0D(Äí„Ù{GtxßË_ÒEû½ÀÙ©u5Ü‹£óæòœÞú(u§ì¸Ô‘t8Þ z×î‘¥Šø¯C…yŒ+×ÚØÁдVrÞÍ´d”vîèYÄžÏG<…ƒí¸b™ûß{´Q+Ïãâ©,uµ­²ÕÔæ’ž®>Ãô{§TV£(ªß=~Gzgéµ9-•æ‘|¿ 9çX3¸”1þ¸}hÏÀqoΗ°Uäˆ![êMKŽ_¾$Ü|ß¹/ó5ÿÚoFÆlô€šÞ²…LHžñW,±Rð¥…*mz‹NóÜ¢›¡u'Æ]ï“V†ºñEŸÉÖ»4ÚþéñÖýÑ|ŽYBãê©v9TRu ÅŸ"=åK9*½ñ2×n-›Òü - Þy]¾ÿÓ¤gÿsXwªS£WxØ> Sn†;d+ ¨ød亞w¢.ЕÊÑž}û±Õq‰\›CÅKúóï¡æ2ÇÆº|ˆ^œÛM¦Ñp|°Ær_þÿ„×ÒÉ+IÑQ—ž÷ nt>\ šlæŽtÆÑ­:t×­Om;z/çw“…QÑ›®a‡‘njµ®%ÎYLŸ¾ ÔÅ©UxŽÝd<­ªÚ;]—òå‡Þ”O½ÒN’Í+ ¡Ñu´Ò­</¯ìéî3[šLAîã÷—•Àº‹ü¸[™î;1W#FTò vˆu 毴_|˜°¹„ï35¥]•g,6á^÷€Š;¹¹œO•ÂC§¸á?À3Î ™§ïËsmüÖø™šœù«à߬é©BU¿›5%˜Í¦¯åµz.£T*Tù.Én1A"™ „´#fa/‡èqka‚ÈMf ¬1_ØÖ_¶ÝÓ?y³{ÞÔEL…æ´Ç娓ƒbwëUCxxýœHk‰£èÓ+æØ¼6ì¥nS`}fåØXKÊ⯠·%X~ãiJU¤RkÓ6÷®ãתåFjÔ©½Vv9­ðÕÙÛ[DÅ.èÂè4¼fÊëŸbnJw¥Å¿>”ç¼8’ìÊ_µù¯>yñ“aù–TðÏ’â”—Ì`p3w[0Ybów»T³«Õ ;*rctëX¯J<,#Ì+TyßgZ®n2ŠI;³¥ˆ×C:uue6iö-á"\™ð¹ò•nP«Ÿ…Ûr”x²e¼Ñãý‹-ä0°½ °÷Ã.ò!vלðÜjʳòp–õ“ïðÿÛ¶$”KNeMÆ|uIP†I'Oýû©¦[W·¥&µÌœÄ äº•UB‰ ȪE@ £<«Ö7bu´r ªÊŒ‡»´²Q`*…Z"5µ‘/?vëqÁü+üýíZkÊÌ({z™mѽ>ôdª4#l‹JàórÂ$gt_i¸žx®ZàÁz³u~óó´á÷ÔO§–F?élP} „©U¬û̦9$²N7(T)6¥Üé”Fݺ'°O…¸ gSÝYƒ²‘2U‘¸MŒúš± Ûžt *ÜÄÑ»§ñ%YùÚ¼²Á{Ím»âÅ*kepn¹2ë èžÃSU1£Š%E®¬b˜ËWY¨š¦]ùŽ«»Ö›¸2ëNç2ä &ѵ"D|ªÞ=ˆú±$8Þ'V "¼ú¾vÞ;År=À@5÷d\¯[¾nlI¤íªûnÚyýÁt»UÄ>ô”cÒKñÚ8Bjcó÷Ý ¶ÈÝe#à ¯_\X„sô c¶#«,u[ÕÙ½;—7™J«U;ð5*"½í¸®«ê¦;©>ûÿù>ý¡¢Ö9z Þ“Ž`Z¯µgÀ:Dø¥X3ç\þ²‡Ìh]¿ ‰¨%«*oÌóʨûP êCNÈždßejÐ7òU`ûŒß}€ñ—s‡â ˆçáòÿ+š¼ìm«l3wÒ†¡C0ŒW4LËnyU­J¾ä[i:PâwóÀ^â3ÊT¡•î•î`ŽÑO-À}sÞÏ88üÆ–ûÐEØë çáJ¡dÄdYðØÑåú·¬QÚ• æÐ=È@SWbPb_<ø+ÝOpçãq|m›òíÏp^«æ;® ÏTü"‡/Ÿ?ž@K -¯t¶É™O"ÌGC´ÈL¯Ýâä×ʼʇ¬=¼_)ÀÝ pÁ¥je»4û•8çÞ›KËrK½™X`aóœí*Ë\¸ß @šî—ËA÷W ÛÒçÆ ¦²€òŠâimøà°ó³ÐËÁ-k´B}‡Ç÷| °(&Ó-ï­ݪ,KxHymìr¿Õ¶?ý-ç”DÄ›!ßnÔÛ-¶ôæÅ¸½¿òÃÍnâlWÑŸ5Dæ€}Q^õimy¨nþ@n(®¦6^q*: Î|îç+º[”Ú2°¹+2ýyû2<«.ùê©Z”Õá! ßF‡µãÙlÏTº€U)4ûÜÃO_|‰ºÑTU›k[!,YÚÕ)FGuN‰ùÉtRvHåw8ÛÜ^‚²VM—òfƒœ¹gö×%ƒÐÞ˜ðÛ¬þ…Wéj¾mÚI§ñc¯ ”6¾ñ295¼pÄyÈ01F~õeº 9ÅZ`¿Á Uï#o.O#H¹Trt±÷lÇEâÝ -T›þk”ë¬^¶CÏwç_iözÞÄËæv²&ÀpΑð¥996Ð~õ8N ü<ÿépâ¢âÄFH)½0Tø×Pè±ýð×Ite…¨-öY3?úåüš¸7]$Ùg¼ÈDÚÖ™ºÛ\ºæ½»Ü ä—qK†Èü1-eÓcp¶.5[õ‘t‘¾ÒÏ®ãî€Å4ªQ]œ h°$vâya5ja‡cg²ªéžÝ˜o¿\œtñx6 ’ô lø³µÿLvÝ^e‘xNÄy*“ë°ÓØUÿ@½ϧQ´~lFÚí÷û‰—R“7¾FÚÒFî‚#>ìr¥t¤+áaõ¶†R~‘|yt- t1íÕÍøÈgY%¿"B•èƒÂ…*ÙC]®LRñÜÚºÃU‚é·ÞÙÜ)¥#{8®ï—ñÓ ØãRnÀÑl¤-a¹_[ -¹üípžløBx€ÆiF<¼ -Á¬}h{áERI÷µWÍiñûÈ3…<Ñ ­ºÈÂ¥$®­e¤^«dÀBð•Q- ¡èâÒTp½-LîuobŸàLMI -'ç.Ÿ`ÉnUèn×?ðôÀ³,¾©0ñ~œÃôUî¶sNÀ€¢ÓÅXò–ë‰Pzoz{ïv\¥\ìº'ö.W1Ãû‰P«¯žµ `ú"Ïî†BÓO´|4IëÚ úÿ…ügŸ]î·UÔ cþª°Ev渂³éJÀøÕüÌäÉKüõ­Š8¤Šœ¤Ÿd€Ïu2<îzRÂoxßçM; -¹/nôÅS·¿­q±ô*TI†÷=hAWïÐQ:-‘ÞM®pìGHIã#˜uj!Q6¥#«%|,ÒŸM'¡`û€;^?³GÅs­T^‚iœâ±~dÉ/›Dé/¬®Á„Qæµ-ÒÀޝÝE)HñÊljpØœÕU@Æ™(L+ߺ»¬s"?ã«?Õ—¼uƒ>%~*aÃ%·ÅW†Ñ‚MžNL7¸Kšúä®Å‰Íáݾ–ÃÄX)½5ÏÑF6jžàÐq§gž,a›"5“2çIÐòùa¦ìlwÖÚó½A~}VP`–P᩾(bÁyåiŸæsÌ=™p¶¿íV‡?p={=NÙu.¸_6ÚÀ¦Ê£ ¶¬¼?Û£?öÊ|ãë§‹w—Z:̓;à±…Étéþ4‡æwÁ×…Ê V4üWÙtŸ?ÃÆïµfTÜLÝf3¾9\O -3ѤÛ ÷ÆWËHÄ­‡KÏ?ëí -öºÔÈÞ,;ÎtÑ y°{]cÔ'ŒØµ¹ |Þì»ïÚfÜ»4÷Ý`ð–›U³„ðeqøTè/µL°UÐ÷Ya­…ŽM¡r‚ûœËP·ƒÕ‡Nåþ¸;µÛÖ®æj©l÷áIÖe¸Ÿ®™ÆÚxK;âLÛ÷Ùs`뵑ìýÁÛ½uÎõ¹#îUYÃuú\ÔJ¯}Qè«ØÂµ¼–H‘>ô•ýê\é -4VF¤M¹l‚ jÜ–%" Vj=wB¯}®Šé“R—àôy&Ó"¯-m¢K²íаb뢈\‘‚úª·Å¬Å(“RRš­ëf»% ú-5îôΣZ$1é:#¢RáÖoØ•ÊÏÙQ-Í;ƒ1|¯v"¨­Xå| D–mí„‹”µwdëñЈhþöa"ÿyðR{‰AõòQZQŠl¼{´³˜,¦<‘ú¨ð+wbróþý$ÿ”$t&Õ£VÄ_ê|¥>5¦¥ü·3F“(£wýcÊì™.T™/¼¦Ø›ýtO‚* ƒ¯ðtUpxK›OeÒ‰ÖÅtnhξbY¬õ®ÂRœ·ˆ.N¥ãPâÞ¾rŒÍϯs‡gI_Eبð0`´`þÇ+_Æ=Á}r‘¬ -ÚŸ‹°`®ÓêƒArŽHñ«êH"çšú€ .¯•®áç¾f“Þ#>ÃÂ?ph‚o<"| Y¢HYõü¿ÿ¡ï¨=3Jj|Z¬ù'ÿÉsrØÛ…÷N·&š¹ç~k¹ä}ö1-‚•¤%¹l rÚù´X×|[ž·àçÆŒ;jKXÚ°L6xt ë ]àJÿW++B·`~l²­‹§ äÅĘ”b2;ÜE;ëúCŒtÿ“Maí~£U˜œMçi•r®Äð°ªÞ ›ïŽBPu”§†®QPƛ춷Yyô {›Õ¥¸Ò.ÅUÜvZ?$Ô@ºFO%YAJk'£Ú, YÍoý¹€'/´s…쓵ؾ§üiµ3jÕï(]KFÄôÓÍ#y¾¿ç0JïÄê*´ô‰38§ Ìþ’hžÊ¥ “yˆ'CP Kh‡Úlyß5Ú—'ÿb¹#:c}Ò8¹†Ÿ>Nìæà¤ [íì urœ‹î­ëꬑÔeÒ×RTaL†Y@G·9!"Eõ9÷3½K¹xB; íðȺ¿“¨7€€?½~ãÓ¬ñU¥êG;üGñÏêÚSøÜðõ|Óëó÷Ëz!»µj}e{ÍŠ¿‹t9ˆu­ÝÖúE»R0ùþÈsm<„ñ¶®Ï2¯ ‰R -–ÅŸµÎUR©Ã©¼)B¿˜ë•£XpXO.œz>“fwNÔÊ@*MWíg‡?"-q|2÷âeòíU+K ;…èŠêß>Ø5\vUµ\yUä× -¸jçL¼)5¥bɨã»Ìµ…*“²Ä=Ã5ÝJm)®§â­?¯ ‘ƒÒà%Â"» :k“ÓÆÀ¨% -ñœì󮓪¼H#Hž”¹ðkP¢j‰jM²áo{zç›3E`?©D -×NcxQes©”Dqü=Wáw§'1çõPQYM²+`YYÉ6˜jZ©lÊÆè¼‚¥½˜Ïþ@¦EGŒ¶¡Y[B¤>¸É««:sØž¨ý®wDé{W…§[xÂ_,õ꽓{HHP~}ëç‚ [§M¯vGè}ÖÉá±4†W§é¼QÉ -Añ(&ã—Ü>øRIýÞ¨Ø|VÅj'îd¾Cì”ôëú¾šûÔUoÉsw¨½Ýxá„f5—ôˆ©Ðvéá[^ƒÄÛ¢ÕHŸãË@¦^&Rà!ËÅ2-Nl¶™Ó‚„´É>w±8«òVy[V{V¯¢1þJg®]øšV\k^ò¤ú:¿‰Þ¿žÇímqD”Üö´$‰Öë\ž Þ»íWçë‹)ç3njÐç‘ç³¼a³õhsÖ.1·PArQc½9Pí.D)´Ïu>ÆLáõÁxУ÷O.ËK]Yóc¯¹æ­1O•˜…\æ0;~%ß2¯7–G}Êæf>HŠS|+êûÜù1Úäù8ä0e«ŠÙBý¶üMÏQ9o‚E]Ú þ0àtGɵÛ! 5« ’I2zÎÞrÆ5¤ÒUäµQvð”fÇñE‡9%*þ2ÉG…€ŽRåFë~æÐŒØ™žï2r¹þš÷š‹ÉÔ/NŒ3è];Êù×8kë<5níZ¬·ÛDåéÚš3%}(á]ªÌ+pRì»”¶Û¼¼ìà ±M'©W¼¤@í·Àáá´“«ùÕ»ÇóÕªÇB/Úm´ž©WZ_ÈÓþe¦úÇ9 ¤“ÕwY¯NPÅ'Ž¥ýy¼±ÛrVkn¤]›çšË¯3–{çÙ]|×ÔjT]¹S iÕ}®mCŒä£Š4ó]‘_®Llj¿áˆV@‰TǪª/.`êè!Ùó²¢×‰¥Ô¯ùƒ"Vci{?„zy‹‚ŽW[5ì,õ&ª{ Ë’ýVKffï…kI…üÉ1ý“£?PffõUï}^ÊùÞ’pîyÍa'ߪ¤­çâª.^B‚„·>ðFIà¬>èÈ™ ¬ÜŸRÊö92°6t-—÷$^Ãí@5Â`‡H‡ß6!ú Q$¾²³X‰Ï]´–I#vµGåu³¯KÍgê£ò£¡!>Áâ:0ƒ~•Þ·%Ì?w½jë}ΕÛUÞ3£L1©zï.u{·¬Ù"à·¶ž’g±:\UþÀ@ªß•´¼â]­±èŽ53fák9ϔͺ®‚&ax/ r•]éØyå±å  ->–\½«å«5ùi2C{€^óe*®`Ú±t·í¾ŠýÖmÍ(T©N“Â0fÚO‰¶#S¡ùšËqGô5è»’«í¶Ô£ZǶCãODª;`š´AÝ-/®Â.CÃãÕú,æU|[Ú±0>v6%$îÀÐêÁG…W²÷ó ×tà‚ŽÒ¹ r‚KjGö­x4xp¸8+Ë»Væ*ïýŽ,“kvÛxúµ¼nÖ4D¡êä¼R_†:Tˆ¹¹Õa>­*Õc‚“{Íö±øX¯úP¸6&ý†+×…{5÷šïЧ ð0©J9Vó5*šO¤[5£¶jãaaŽ,7ךÌ+Ú†[;ë­ì£ë¬EOÒ·ˆ¼òEÑcƒU” N‹¸.{ZÖlïñJ¥3¼èÕ… »ŒåÉQ+p&;/瀦~¤}¯·P{QûÔÍ`I‘¦­ÖK©&ÃFçJ¤îº]“Þ>QòÜR~üï•-7.6ØSI¤AªÇ«ÙÐ[ø…fL. -•Ãý©Ùij ×ÖÝ‘¿5ÔUxDZXŽä¡Hg²xþ}+ao$üUͤ¾!Mýå¢F è„~bVÅ„j ÕÉÆ¢¤Xd6ãÖAý|¨DyíâQwYRZÊy)ôå´vFènÒVÚm––Õ,sOΆ²¯Ò§a¸à*²ó›XuÜykOØ_1eð‘“oÜ+zL0ápäUm÷È=šcÕ~Û†š‹Ê™ i½¶ySù zÆéŽºî(ÿß¹š!Œ:y«-Œ[n]ÍCú¼ü^e”2iña·ÌZ%µu쮼kcÛ7w½ïu5ýÍG}ñæ?ŽÎ+[Y-Â#8ƒPAEQAÀ€äœ3FÌ9Íÿòßg—î®ê¯°q[G©+Ðúö£º¢xþ˜ÕV2íãüûj§Çp® ýUㄞt[5n-ªó¬}qFy(§VÙ£Ýó }E_¥Ùgʳ jPa–æájºø¾d÷½î§¬ø³Ø©mV̽¼ ˆ)pVå&\Ð…÷˦#=<®ÉlE9'Þ›w«=Êñi}ùZ)i-èŽ?2Âî kWnÄõ9ûyÆÿбat‡®8¿3[Â,U[u¤b;ÈãÌïGø-\o´¦ô[¨V¡Ê‘R>&tÇ3ÂHráxålçÛíXø˜LQÐü½õZ¾¨¶Î/_””sçGB¥±éä>¼ûD›õÐK±3•ÚÚþ lfrŒZ5¥î ÀÜ?Ê®oX2ÏÑÄŽßD£'|»¬t}t§æµ|ëk“ZÊBŒô\œ0Ö«9¹+ìh2 ‘é‘øËœTZpÕ÷VåM”ǯ쨹Á+ì‚–¿›á¸X}¥¤uÛs¸ÛTšÎË0Q¿zªPEQ(½ÏŒ†¢nkLgjô?ú™šÀì-&l5²¥;Z]ŠӾʾW˜ÏÂnoÐMUµ]’y“¿Ùûú¶M] NÆMÐQŸkY;;on‚œØâµ3ú4k_+Àó*÷Út5zbFrÁœŠŠå²Zøœs…ó«‡i9·ôã®æ3l‹a3NMªªnÕ¼UÉ×”Ï *©Öó•^i“WtU›²&X›kõýo?ÕvŽ¢yR0WïAàòoèìÒg©5°O"Q8¿^ÊÞä / ‹sûpñ¼!W÷)³Kj ™Ç™Õîdý…1ï<ÆF÷é•å½7U~Ds®FY%kÁÛÛ껑ßþ¥§ù öœËi ;ûÒ§CºƒF­Ð>¡7B+ü©(ºÃÛœùs1ßX„£~Ú¸‘þÜp­5° ³§@XTûAQPXçB8ÊÚ¿$Ø= ×ç‰QªOÜÓÛAõ‡^sà1*™z§®ým€I3k„†°~¨XAåÙˆ -]¹0ôÁª¬Àcç}Í/ €ó\`Õwp<=dz¥/Ùïuo¡Ø/‹ËájMÐ ÈÐ…g³~”ŠÁKv©X—Ýi}2üKw•½­= ¬ÁB˜J³8Á:èÃMoåʤ£¡³0KUÅfá˜ÇNxòq¸˜4Û×ZìmÚÑ»|Ö͹ e瘨ãéÚÈ(yû– -†ò¦%Ç/ÀøÐˆ– ¥¡n8 B‰£7sµg÷×ðÎR|ôPÇÖæØ¸6}[¸¥­Ÿ‘ÖëoÝr¶' ŠH|ÙÕ"^kî‰r'x‰ô8žL™¤v¶¼'!J„•ãµ í5âXt郟ç ]ÆÞ¿µ]_‘r6ç;ò^Yó)\_dÒ‹ -^ž»Q‹óz V¯T”*’.|%_À#XÎ¥Üïü{ò ¬«(?Mi4æ¼õ¹ø·šÈñ©"µ®%£¤L:¸ ‹—?Ù-ž¶„¯Sõ‡ÁÀüÄý1ZcÕœŒWÞŒÑAž4¿нÝ=¼CÐ"WªØÉZHi-–ïm‰R8©å&ig=”ŽøM4< ­O8;s4£sûñk~íG_Ì\ÛG¾ã“ï}wì0°6ÞmŸ–šÝî5³4¯¨úL×Ù‹ò)hÜËjK+_Ìßq¥² ¸àÿ]á*‚t÷L‡Ž¹¾`xô®çýZ60½-­ï,µÉ´î«æé ˜MK\a•v–Š[ÏÑ„íŽÄuœ§ƒŽÄr¨Ì$?X+ƒ*y«Dæbd™]|öºh¯EI½;µ š×b¬Y4ϳ~ÕNï ¡µ?³ž_ý6¡hÛŸ6ÆÞ.½Ë<ÿ!àmzl-ÓB•éûà¹ôBæãä,ZóG±Ò¿*@ÃéJKÍ–¹[™µÞ«LßKCYM.£¤·¼ ÅϺ±pÍo†h7ÌfµÑvãú½'ßö b„Ç[=ö/ø4Þ-z=dwäQÃ\K ½¶êŠžŽB\ðÜSÓöw«Á”‰\ä\fw1^ -IxPó32BèR¹9òÑ]wáBp÷7hÊÐÇåìZl-ú­Œ®¤e.¾à±, í‚m•SÃÛ$Ց‹F‘ô¯B lRÓ¥³|Eí¡;õF7¯M”½´âÿf—ÌÞzÔ y°äέן© -÷QmËÁ}a´b­³ì•Îh¶(TIÕ.\¶8Œà¹jdkaùÈ{±JU÷äŽëÄî:‘‡=¸½7ì[âö^iye~3lâä¬# ‘SrfL*—ážÊü :/[Çt't×$qóKÖûýûœhê~$iæé®ÇZxŽà‘´¹µJÞ‡–,4,¹ƒ !¤ÚmÊòJ|UÜÛ]äÝx‡+Â,.eÍý½=ïµö¡Ò¯VÌè} %ÒaRÛ‚›?0¨*ô§·û¨=®üWxkß&u(…¯¢wÛ·m¤<ëoGJ æ 3ÿ:üÑœŠZ¿ -™IÏ³Ó 1fPuùº!Vi>‡©ýTWO ùU'h!…ó«äeÜr¿fR%·û§ - `t†’"Kgj¦¼R+Ì {Aúrõ©F2ü#ÈéãºÒùîèÛ¾‘öâð-k¦Ÿ8Ÿ‹QkâK]Єð [ß#wûË.ÏçJ¿6(/Ñàµu2èàï‡]qüeÛœñGz°_͉¡L9²aÜ+›¢Ø1µåK·ñ³cÛo9¯Ê‡ÅL#b‚×ÏQ”;•ÌuÔtWøXJ¶Œ-ã"DÇn¯wTÔÔ€!Ù˜?Væzý.<öôªEžá:Žá¬œ&9BZFkÔ ­i?NË9ü*óP㳫ruø[C݌ق±z^UÆé^ÿdãß@žÜÃ!k¹µGÞla±vÞ‘¿å­ylW~v£‚jp"6Ú»Ÿ‹c²iW”m ÑÚ/;Ì!IK\ZMk;:éÚˆ´å] -ý{LýÛ+©9]¯ÑnÒ½yh*ý‰a^¯¾Rƒƒ§¢Ÿî£,ZÜî‚/OaÀ6Î1Þá¬ñ¼'˾»<˺ ëÃz†aî»v°Ýɧ;èpз3püoVa7 õêf>z…}€Ú¢÷mKÂ2µ“GÏ’ã•i1¥Ý©i§ ]xÆŽbW -½éà=|ÞÒ½’9ØORi4Çî¨nÁÆtbšóú¹‚Ž£È/¾¾©lhÀ+ê’áÖöÆ‹õÚïSZÒWÄ -qÉäÚëfC“ü\ ѽ·ÖûóC*¾—ª=Ýð^íy¹5xRf$#5æ )Ÿ_«^YYýÓú‡éHa4’ÒÅø²Ãï0J›¼ŸE\¨cÝ`ÂŒå†#Ÿ}¹k¯ Ÿyr¬^Ñüjvé Úº¼À p7¿ü<(WŠB©Ù>ÜYŠÛ>nJ÷~CþÀx½ & ->pJ'r?ó–ÍÖ«½”9±¢Ü×mºÛ5#T”Zu^äAæ' ÖB–VzÓ&™j%p ¦Í˦ƒŸk\Cu’Þ©€™IÜõÎô¿;½œô¼ë/C1†ªë×I‡’ã_¹>%=ù2jik(Ÿ¶çüäã#=2³AÍ(Š <}ĨJŒ"óý`x~:Úšv‚Êb+´¶l¾Öl^Ô\:ûý¤ÏÏ›jï[c8\¯…*Üd,ÞÛ|–ÐÔD&Ë Æ™øþ%þ²½ÆÓWô0fíç=$oÄ©káDßÉ—ºGGlq2­¢÷k¨o»/)Ïʶ¬T_íÂÇV ÏqÜ™Ùf§d-}­RÍšXƒ`ÌGëyŒZ£kÓ$…:å›Ä`ÐÊS6²a;kSAË}µ¾qöô¤†´ùý{QñZ§øµXe85±Ä%[¨RŽ(&„ˆJ–ÚíÆèÜn3º«ÞˆÌÂògß½ºÅåÔbWò†QöžL[T$b5ÏÔ¼æk¼_0Í#J!Ÿ¤ÏºSQ%£éGéý jNƒ\"~{ðr[[,Þþ<œçp="rmÒ¸.õaá¼÷ãéð}œ]¼ˆ‹“ÙuûÏ{To¤4Çç´Wó†¡ß ÌAåÖ•i³âH­MAJ®‚Ë`£,KyñŠq³~*–ó¨¡*“*¤®š×¸ÆÜòˆˆò]™Nµ…b’ÛEá8É3££zc‚õ?­ äùÎÊòNAçÔ:‹ÔÆNç[ß~D‹xuWEi|þ»i_ÒÙ^›ìHçMa6‘ÚYºC°+tõ*Їx`ßXf%lÜO.®4þÍ=S¬$Îïj$cÁGWì%>›£4LD½œ? 7±ÀŽœç¸ë÷׬tFÓD8õ«§0Š0¡> )ö䊴ÎÝÁ½‘LÌ5’Ò™†ðs?$ ¶$ÉÏ7|û/”~Çù¼?*Zë{‚tÌ9}Zö½RÛ Iüê×nýåAO¨y‹³0œ[Æ^ÃCñPÕ(»/QQ3”OAÞÍ«TáZY¤‚ÿ¶3꘦RÇóùä}ŽñYÂÙI£jKËŽ"PÇ®²ßF#`ÏpÆmÙcu¨l€º$óØ\Äõ쨜²,~}È;ÌÎŽQ•vÊ bŒÅ=¼ÈûËÈœ _vjÏàKë'äzU¦7è0£ych8Ò§r¿ùä$ -]v»—ž¹’ÊÌ -×å*–ÞJFÑò3BEÍ+?e ß÷: Þ¤²^ÛÉuüíÿ‡TTæH6$ƒ±jIø~ÛÒܪ…’±?·eÆv$S$-É­gî\=Þi³«ï¥Es¦`Ƭÿ‘^ ¹*å~¦ý›1äzÀž¥ú¸ çK+Õzú7q×úe¢×±$UYµ4Ø!‰èžZÿVÒ "KÔî -jeI/ûá_É¿L/Þ£è=T;TŒÉ¼ÀçÝ:ÜÅêIcu¦«âuú|ë¹Õ/èB³Pp"5\`ò”\«ç7ß’ú*Tƪ*©ƒ© H´ Ü«¯Á°¡øR©,Šþ’Y®VcÝòÒA*º ür‘¶T2{Ò›µà.Êa6Ê&´“oý¤†"ik&J©„µU±¥Uíú¦82RÏ_ÔõèiÅ)ÀM#EÃ|gntu‘wçsí¡Bs+ÜP²è?%Ó"­šY=;=ñ<ˆÓA|bkzx ‡_ ±¨•ÐH}Ûç¦XíÞbß·AóÄbOmÚÎèŠ2n.DgqŠŽP!G¹/qStŽuŒÌן¡¹<‰˜Û¿A{wŸõ rw܉Î3måekUä—dJß/b)Y—Âp—„¡ú­üÄæsPÕPLÜy§¹wiÝ{ϼª1q¦Þ­û¥2˜]®… Tô÷¢‰OOûÜ¿¾p² 9{ò%=ݼµ½ð†NÍ"½ê€¾ŒÜŽD‹ ƒÍ…Ž“¶}÷½tEº1Wɹõª8{¯QÕé ÞŽN“¶EV+-‘ÞÒ¶w¿Þ×Ò³»öC¥\‰”]>UxØV5ÖQÏ·£S7 C¶fðó‘àk ˆ”T¦íÁöíVÙ(N—â£ÖN§ }ôUÎBQ×F6XÕ­a›ÞÖ#S”EFÀUá¹h@|¢ò×øìͶ"ܲI²‘ñD‘ÅP4ù‰Äôùi[Þ¶³ae-VóóvûˆnoßÞjûü»$ìxg©þû>5õÀ9AÖ+ -†N³½8‹eåë*`X FdU#þù”×Ùî¬ÂÞ§*!í´ªìÏË^–;æA¼]k€Â€“ªY: ÕÍ>¤Ô¤MG <¿%MÃ'.ŸÚ¿=Y„R] -éá¾ÀØ}£Ý+Hé²T -CO÷«MÔ‹eI¾£9 Veá ÌÍ _MRMUt•výÆÊ(/gõŸ%*eþ -Êú}ÍõE;“o‡:R„âzPmÓ•¼‡Â½þ¦Ý4¥¢‹ÞYçž¼pEÇJD‘_4&ɧ²’?¼Õ>UÕ|¬¡ò¤¯Ó£=yl¨Ã=‘ñÃh½öõD9Ê ›€»VTdg‰ñ‰“==¯ùËÕ•0wŠÈÓ‘ )Kd‡€}®ÈÝß7/˜_ªò–^mWݼŸØ¾P­5´ÄÚrù¸þUÑŽvWa©t”Mí4I‚Ö)qxnfË£u?4· –Zk’ædèz­r‡—˜£Ú“~Ää9¢vDWÿÜá¢#K¨ymmÊvWf…*™®”qˆ±¾È¸÷½ÝÕæ¼’ü¤åŠüþÊosx·$K—œÎ'·?¶:ï(í7‡v¾/ÃMÀT -s®_%¿ßøß“ÂáOIÕ8Ç+g•‡N[Êåw3KëEê÷®‡µ´‡M®w©ôlu¥lvAˆÇçp´¶,Ò—|úÇ·üNr4ë­JXÿ,ýýO¿B–««Ð‹WY¤÷¸ÚtŽÒv*Á2ñ[‚^·¶–Š$ô›°ämäZ½u]2^åCïâÞ){d]e¢œùêNÆZN#´ÜÞoWq¹JŒ´ ޤý {c¨¥%€Ø+8Yrlˆg“ù njJRi¶Fî(U¥©u[Šâ VØÅrñ£EÒâ{Ö*[“$éÑÇ.¿µ_K¦,ZЙ¹IÛkû˜¬ñ,qx|ŸÞùþ†TC¥q?¬ÕpîzƼ0éBÊǵvЧUÝ·zœ€ê‚ûìâ«¶¬~Æf}&_ø…²Àµr\V8½j‚<än*× nÄ¡OŽÄÎáµU>?¦ÐK«fGqCìvJ&ç%Ú‡â¬jæÚFŸî¥VùˆÑL/kÔ¤äþ%-‰ÏãSÙq/Ÿ@…“¤!+Ï)Dôô"”JÎqn*îó c‚éÊ%)?«¿‘×A¤KR-•h èp¹Õ W>÷ŽÊiˆËªÀ·!ozA¹)‚ ŒïVÎÜûYQ=£ŸU`$/6ížÒ&ÅÊBWeíö8åZ½?ß8·iëRe0é‡*?ýÚÿ!L5|R[å~áãlé*Šp”¢ô7Õò@ÊÎÈe¥ã°"Èï†2™Ÿl­;ZoB-;#Ek¬½Tõjÿt,Ç@£ Žòž—fàü訽YyYв!aüK'md„U¥©ŸC8%í½ºy8¬‡a'«/ÑaÀø¥Æô¶ß<<³ŽW]\-Ùczµ6yq|VŒC:nqöÍ@Ëxá0JËb ôm|> yÝéæÔ¯~ÆË]K×STiíÃ+Ö7U[‹vû7ç}=>]”ͼ‹e6*¹d,mÜêtdŠG›€ž¾|` õòd:ƒÑ^f± & kd…£ÔÓ ¿{u±x,¼åË+–ºê¾£ Êîe^7LØèŽ=¤®å—½ppÍ©L©ˆ²$ ˜7jOÓ¨æ¹t¼ÝÑ„;èBÍ@¼ÏgKüâH¢Ïq»øÆ,zŒ -Ü‘C‹G¶ -hWLº&¶·]¶Ûr€QOtjÂG}ݹÅàÚõ`m¢’?U¯Ó'¿Sßo—¹¼í*jZS»1ôM9¹ySzßï€éÕü‚ù£.æªòÁúÃõöøÍÆ8’©õ‚i 8YiÜÆ$÷è1IZ=v¹qÁºæl#/¬Oôkó]©IèuV.·©Ï¿RÓ{·DKQ_2 rÐf‡M¡J)‹+qÆ-/ê5¾·Åúö$¼ ½Ìà<#|êÃËb]C˜µ UôEÔØ,ÕÙÌV’çâ= ÞšÞ¨€ÃŒÈî?öêî$fÍäØ,Iáq—þ*Òy±±ÂZr´ï X.2ÏûìdÓ/mtBMþÜe6ZÖvÔ•ÈYY¹ù©ú^^÷txÙPOuö;¬€øùr²¼öÚc¯Þdhn©UJøH?ú´§Äøo¯Êzu ÝRr:Ëy¢¦6õ]ˆ¸?ŽF@Y36£2\¿Ñ´îr¤xo»xÛ£Þ(Pkû2î0z3ZÑÕ7᳋ëO¬èp_)RÏœ—„Õº†õ.5ûwGyú¦ªžª^שᄺæ‡ò®Ù'àðŽ%åˆ ©¡zËÜô²‹j_—ZoN¾Nݧ©ì:CM7Àï Ô¯1¹žÂSÛ -Ýl=Ò©%öQ+`ÒhJ eiË(½)mH™…™o¼FågêçJídPnôr¦ë1©¼O“[²ÄÀZîº õ+}/ämI&ï#µoŠŸîxª>fÔ÷K_1x |ù[KÝ«ÚÓUK'¼ä¼ŸàóÞ{ÌJ2ºb®#i7 ¯Øôßócvr›¦ªfŽ›ó{†Š^°é–š3°Oœß| 3-˜?øªÊ$f?|qõé.Ô]øÞ ~–7Ñ\ÒpðhÆxÔåu±"…7ÞqD¶‡(߆¥t¡ -ýµÂúBSúÈ‹ëó|©Þ6CÚhS‡¶ý™—•d{J‹Ä§QÞl¥ÆE@%íkÕ@̦­S|ôùuxS1¼§b=òl¹u~#(²R&›Ã²á›ð[Èì•ÚÑ—¯EÆè:²ê@VÒ[Ík|TÇØ"O -UžÍ; šÚG%¡°奱SòƈB®¨ÚvüË¿Mg ¶å¤¾öïÄ‘'ÍÐééâ˜[˜'ßÚ–n´tmð¯ãÔdêvJÓx*Px’íÅ¿¹ ¬nTРޭ”œ7QqavæÚܾ‚þ}“ ‡ ÙØ¶Yœ,¡j"6jæZÜžÙÕ—D-¾×²"¿p¥êK‡ß{ܘÓU{Ò¥®”&1„®ã® ¦®1W/mô£‘¥õ¤AŽ ]å3¨¶êPÓã~dÍZ|æ ï¯+ª{+f°&ãÄ™÷¹ò{%†&´Šþ¢GSi8j­7‚n=Ts¾â©.¡íøÆY]ï0|Þë4ŸVq²œ™dÏŠ#Û@d2+s(lFͲõÞ¾=½á8¡ÆÓÁ¶íó» -0Kþíý4rŽúX»1$Œ—>§»gÅ»]a7æä£¿,°@Sy}î¶{½ØkÃØ'ó¡Â®S­Òά±Þ^ ‹½¸F!ßYç¹–‰ÐO>=éX½«©Â˜ŸZë°Þ1Këö,æhv1ÞÚŸîWè_ _º¯ò¸×]Öœï|h‹/ñë/÷–Dó£‡w¬Ä0`,ªÃ‰2ø­XÌôur)9ÿžº_]…¶;h$XlÌüÖ/ûß³šèˆ‡ÊÄl@îâKNµúEå:žŽ÷ìQ®&j½6$©˜ªFÑG+ðËkC¼Öü m‚± ’ÀÇ—Ã茙¬¦êYé+Ñ‡Ïø,JU3FxØ—–»û«23UZa£ÑÎAs„]lùGalÏ[g®¿ì?Ü"k -Fý›eFƒªS%&$3Áä þؼ5G_ØH´ÅÎQ×ùÄx§‡U§÷`‘q{W£ŸîóJ›`T©èÓmÏgÁÈ@„'Üf¯’ÒY…—ªŒ â}k=ÅjJ»áµ!.×ø¢hÚGµ_Õ`RB–“R±úð.êCõ¹û“{¿¤ù aa^ ©è™£¥Kbß»¬ÚÍ»ÜÐŒ-³“ólCÒ~oFæuÒ½á«Á–’ñv»fHuåÑ>Úû\ÅíL÷ŽY™=èÕ(çÃæUŽàTgá×IÅkèÜHæÎ,´UûóÝâ®èƒ†r¤¤Lén<­Ý§—‹;_Q§§ÇëAÃÆG‰ûx[«úõ¯Ý¡lBßÎË sPªÈ/§þ’Ô›y_±+@t vySÏ=Ô³{Ÿ®/ úÜ-£z¬âíµXÕ®î‡:9õŠ}Õ e1(•Ü`¤Zz|-L¯»¹ØK³¢rÃ’6f U]<\*–HGO¹dØàeßS¨¥=lÒÔñÚ‚ dÜÔæd®*ܱ”~9xH#KRÿìl¨·ã­]§+c嘶Ñ4Û“M¯@‚” ŸÙÓúò{)· â£ëÇaWÖ<[»T¶5SËÇ›âxkõòÝs¿Ñ]¶åue—Eçu†×éÔÜ•ú…ë9a­8ïkŒ¦r­7\CªÉSïD{ñ]ô„ê‡å¿ÑÀxª<ó6ÏÊ û§éÞs]\ 9”õñ„v,…>$û—ng®q†ä°°‡®í.“T—$ŒlOkÈüÄ\CÃÈ']y윺ڬ…ó»Ãíª*f"wÖ4lª2¯°½§µ¨í4ðL^ˆªìõakfÔpBÎbíàûŸ©%æ ‡Øö +)M”E¹Ÿ˜“õÒ͆›çÔéÑ^DFNáÉñ"Úu¬qÏ»N.²†½Ïãb,ë’9œ]»Kï"3?È÷6:Œm[Yû_õ×§T R)*âÞÆ¡˜'µ¬O/\ŒôRë_óÝ!{ò\=ººM±­ü¤èò‰0èg»K‹o”ÁºX®Â˜™t¼zmeP¬˜ŸÐnMÂH~fE°NÛ,OÆNˆÿ‘ó[ÑÖî©…ì's[ŠŒßGíã‚°‹¹ãÄ[WØ5V»«ÖÜk%®T’Í‚ŸËËÕ¥$qtܵ—¨Loõ‹t^Š85iŽß.²t/­šŽù­ädÖor­Þâ­x¨ŸPDèôe|b%f3™žè¶ÏS«)Ч;áýÐÙªE€_ÀµöŸ%ýŸMnŠW•˜>1ŽË7Y´3û›*ýßsº‡¥“çHÝoš%ÊܽT§jÿT -ëÂÊ0û$.ÎͽwæE-%ZVî ×ÿöRS¥Ç‹‡ã“ÉvEr¾R„£ F!|4´©g5çb¿±½%x>áG1+â¥7¯5¦E‹ÂŽŽ{©¿M)ký27Ue -ü¤§ŽÍôÕÈ<+{q>‘vruu*zn’t¹ˆ¶ïeù¥‡ô ·€K·kߧћܥú›h>[Íý*FÖyqnU–â±<Û”=ù|b¬™gÂ[1Ê1uh&ÓÁ\(ö .ò*~æq êŒqe<œRz #ð·W¸÷ê`¡X‡¬ú[ýªXÃÞ£X+ãû*Ä*“õÚëöÃΛÖýP3†;ÊobŒM ­Ž\¯¨sl˜>;BY5±nµÖýævy˜¨Î&~š³ßØ-{^c¢ô×V´»Ú¤0¾¸ c5F -R -Ú ÌŸλ·~¹ž»Y|xç|½Ï‚‰mŒ´{ÐD[ìo€™^)¿º©êê£>~hú*yÊÇOPµJg’íúx>— -Gƒ†÷—·‘Ë{òF>£‚ú*`8’š:}tˆ¾.­ù šk¤vÔ¯r6òù»S>]eZaìk'Òë_¾'ޝ¾ßþ9¬1k†6:;{®Hð -^b¤ŽU^Q/ËÁüD*ôjµa×$;¶zf9D+"°¤Uëë¥Ì4Ï{_¼Óð¶ ]æ×ÊzîÑ9 žŸ¤™½îΰÿCœ.ñ-õ¾Ó¨i}fÅ‚j‹¸™ø“«Ù­ƒÓÂaÆPP­TT¸¥¨*[‹&ÓÇ{+X;?jë¨Ùþygx›»½Ý€.vûÛ÷Zë·ÛW;çËí`O:6eüœL¯ÞÁS‡«¦.f+IzUœÂa’’xhw>ˆ˜°¯ á®su=’:÷Iq~¾‚ö7_^z¹MÜXÞ—Í¢j¦_ OEŸ†FZ•åFŠÓô­ì=x/¹šzAx`ÍKñ¾U.–>D³„_ ×B&é +Ò\·“ŽgLç«¶M„Šˆ·ØšãU¬ˆyÍ¡48vATl]4¦\[Ød=!ù]^¿ÙôÑi‰-†+G8¯ŒêüuË+ôâ‹8|A]—¥juÀ¹0Wë7zã’¢TxÙüö-—ŽÂ|/+ üÈú-ìÆî{å¹tvÒWŒÄŸí‘­Ÿt?-ƒ@Ô·6­°‚ÜÀw¡ûJj£¶n6Z…*Y²´o¤ €B2æåÓeôóÙUEM=åhÍõdrµ½D‹+%Zl–ÄMOîŠ<ÞùÞùŽPÆKŠ#’cÌàgc¨N%nrŒ•Y—ÏX†J>-_:”†8é°òDþj!ÿM"/Ò2zÂ9S­]k<ýûôÔÀº#ÇRwˆ²u™eïÖ–‹ü©zéxo^Œ -úd«-Ø^ëxõ- ç7Çèß]¸øºažÓÕåÖ1ê,[+q÷Fø;»¢Ï¨ÝÆcD=E'µ~K»âPêÃ=Þ ¯ÝDó‚c•£Zž,}H©Öã Å"Ñ`áÛ³iá*Dƒ&%Ó@o -U®Ñ÷Õóë3øJ˃ÁbÑËùvŸ~›“¾[ý†‡®µê>¸³J˜†0ÐYKÕ|%(¹¹p6@ÂÆ,×§<Š@¶x»ÿ‚„®ßˆÙÖ嬡I~= ½*ºÚ['¼9½Že;à§1©—FcÉ䦨äí²ÝÝY -jÝ×ÉoÚ¬ÍwZñÊÁÓŸ‡WJ­â^ÅQ“Ièw…F<ØÎgw›€†ª¸ø²=Y4ViãÙMËk|ì–¹&>™‘FÌ @hí",Ø¿LL­™÷N¿Ù,ÎcÞ`%¢Eü$W%AË]Þ -Z”§NeW]ÙäÝy5&‡ÅÔ%äÁÖС¼ì1Å7¦TŒ&Û¦Òœ+»²~òt.vó¥fo/(¿Ë÷F€tà鶇Üá0¶ÃµGé&´uJzXÕî­–¨2®iìô­•Ü-Ê~ë›'ßxʲc(â8®åÇoë•kònMèáè}® })SÂg&7‘±a—Är*~ºïº@ŠcqÿÝAÎÁù¼J#«NÈ­ç`³â@Üiê÷-¶±Šš¡½Ýw”ÚWdçwõXC{à8/3À -ÐÍp»%|!Ià&wïÃM ôMSÆtðjxV޳7‰lÉåQK_ðMMƒåÇOzT_Ÿ×”d8jôr¹ìœƒ—d™¶Ì‚“er,U=ÛÚßêNb½äã”%ìwc}(¹/!</yÏØf(›ü§r-ÜfSS´r‚Ds¶§÷îê™ ½·•Z-ôÇjr:|Y\'~ËÚ¹Ÿ ÃÕ,×Y%G¡e­“#în}šÂºš6’p>ï×N*ùCLÑün3ŇFûyS\ýú®sÂð±1ó >ãðp¼°–ZÉÂÛs‚F·¹©”ÿûWóùû©xôy»áka5Ë{ÿÀñë±`¤†40]¶kn­Y"´®µd¯me›-[ ç‘"÷˞‡öÅ^ǃMTeÚ(ç6î¦0~û{¿%ÙEFæ)àë“öó±wØ ûä¯ûJ§/ç«2¥küG¸­w|÷Vw¹9ciS膭©¾ÊèP1¹FM¦ÔÕ!ÝG73¹cæ_gäÅ¥|/µ!^Y²Ì€FÔ;äÆg7âÏ¿íªÖSØŠ>FâÎ|ô«™]æ?ˆ›6ØpãHv®‹VâÆÜ¬‡øó¸ÅSŒZñut°%Gˆ|ð×”+óÁMÜ´“¯Ú:ôsø°|ÿy,?¬ÜÊ·âãJl#­9ë™$$÷¾ÚÏé*¼¨^šÂoo 2r'Âø(ªÒì%ùg·cE¸~¯KæO›T1z8=¬BˆXY e°êýß+Q²û{½<9q°Œ=1yò™°¸ÔobB=ñ©· 2±®á‰ÔU×Í6wëõ¥9³¹H…Z?[*J94PA¸lO`8Ê–_Y{b±óÑ6ZÙª½ -U -kÏE5Çfü¥=–ùßn)n7dÐP§–Ì7ó½ø3üsuXK2™¯#l>žÙÀÿ¾U*B¬„²ÜѽšÚ±T9:üó[jOjÅñN‹ÿ@²yÅJÞÙhblœ_í¶mN;ÝÅ=á<7õþ"5Íã÷) [ºô§Í½! @,^˜ª­gÔÅL­ ˆU§»þÕÔlq‚ˆ£OcÐÏn€ªæ½Ù¿lÓà§:ê$¼rd‚ÏLÐOÛúõf'j­UÔ¯¼±°.5´:6û´jó£Tƒ5vñ4ìz2òYp©›É¡.â#nÛzGüIóô.ÒÇW{]®ÛB•üðrà—’îø$Щº³èóš›ÙJ™y×±­Ü®Ž ›wÚÿ]ŽæzeÂ{´.÷™øƒý -was9¯Î!£ËÎŽ{ÝY‚×O@sù˜ß´$ èÈÒ8н», íOPáœ)9âÛ'Ç -ƒQ|¬9ñ¨ -ïîª×Ú#ðÐØ.ú¼ð‘†Ô -åR:9Ï•Ý"k²¡)«Á‰ß]k[9Ýj ¿YEÞúh7™,—Ç‘‹Àç®NojžµnÖ]9n…½ðÝT¥s ÑŽüÃ7…ž‘b²Õ¦úã mŸÓb«,Hü þ\åÓM™>øy¯‰‹ì}ßu5ò*Dë3ØJ<ˆ³ÄCí d¸ÓZ* XßpH¹Î£qõä^f’µ8¬XŠwHY_2:+UþgµÉ¤ÞQ‚säÂü·nõ^àhïª ¡'ØÄFø«:ýJµË}2WjíR?Ñ £ÊæH“×Óil"Xçò´’- ô¹óCø¥Ðud>ÿ´GØ“î첕¹î/hﳆHœÊº,—0dUÃw¹Ð9Üþ݇™fï§-ô™Äy"÷›ÑM¾<ï#±õô§róŽ/'ùÇyŠ‘Øse¸oÌz×­J0r{" HÞ"I·¸—ô¹öñhŸH2x ^ÒåªeF^YšôE:ÌÍ^7#¹Ñmo¤ÃHiCɽÊr$]µÏ¾Õ¬¶W2AŽÒí~³{ó«¨7¸IæÄj»n™TvÛmH:Ý‘e€æÊoz“%G‹ô:AZÚG‰ž2 yöî©Î¤âÝ¥Ð:ã 1QC¥ü"iøÈÈ]¿ÊÓ²4Dº~p„>¶›+ K…§ äS3?;Os+Šè]¿NòØ"½J|ØìÃÏaà«d$v±Ze›Á‚´õû‹‘*åÚÚñQƶÚZ‘€<Wß5.F8“ îM;¬æèËÓD’zëmØCœ§­å­&õš¸ FLãß.™£²½wÑ( ñDF\„UñHwzõJoì@6Åk§Î³\ÄÕó¿÷S‚ïdnX²¦IõKHÁ9êZºáÊ€ø!ÙfzúJRØtq1BzźØûäåz/-Ä%×¢Ý gÜ]ŵKsãFøYç_Öïõ¹‡Þ?+ØìÔX<=ä>¸©äš6D^oQ3^½@<ŽÑjP/‰º7mhãå¶t* Wø˜ ³¯yË®vÝåò0.ÕùàܸÙš}߈Ûc2†£F0éíØ±Å¸hl Ie8WŽ"˜j«òµlÐ_iéÐÕ×òß+2€íòŒS8'èøÝ×ÏÐo À~OïÞ(ÅÈuC‰©ò3Qo¬æb•˜ŠlŒåã{1§;û⥒y4ô¡×Óo]Êë®o¯‹ÑÝ‚#=[tßµË÷y00a1ÐbJ¤ºÐÎíï]møº¹ÏâÛÚîíaÀ¯GG©ÌÖ‘¥Å—¾Ù4úýûª˜œ/HI÷KßWû-_c“kP¬>ö¡|³BÓ°¯ ÀÎWˆ–<΃ÍçÀ{òÚˆ4iê\‹¿Ð= oÇ}\ý]¯¾&]îY°î-È:z/GßELÿú‹±³ëO{M¼åÔ 2䎗teÆE‚¡æ/?Ûšžµ§]™ï¼g¾I½€Tª/B{Ô9Ž4E'Ñê¸Í7;; ¥¶ö—"„0ñ× ³ýÊfÕZá/ -úc¨ŸõÙŽõûãñ áI^Öù‰µÈm毨¦7?ï&õeV%×7FUí“qi-¹“ÓLé±CŒfRR\BV’ö`?3*i -ý`ª}RmÖ›5å®wòY­kÔ¬ ð åâvº¿åq{ÓÏ3>´z§]‹%n¼¦B‘úµÇ{¥±a ú;ÖÆ“´ÅúýƒÚDMµ²»jc ûAäJ¯Y¥%;.C*5\Qx~;é¼}çk-I¶¿;k×fc$g²´È Ú€wjBJ¹ÒßÝCÓtÍMu»+¯ÔÊ82ÿAÆ7>&dX‡e ¨ÞíŒ>-œêö\U0øYÇpù’¼ÎP²+Xhe8a³™ÐS{œý1uô‹·îS‚Sñ+0±Ê.A«dj>½í9Ê AG¼?‹ªÄgEz¼N¬˜h‹©6œÍ5 #éýHÀæc—Ü4Ë£EÌŽm_îPÆo¿Wç³çN‡Ü0§“´úøÖ˜‰9ö·òglãq‚Þ@­¶@éU¼P•’A~ÇžiÓå6ÛÚÝS£Jèg³Tž­”ž.ŒRê Fü‘-œƒ~m»òN¶>u;pÖ]”-¶úœkÍÙ›´úzÛŒlÐ;ý‰¹»Z¡cå;Ê‘—Î]3ÙÍ96<4…«É ž˜èsÖÒŸïQ«5áøŠgéMœ±oñë’Gd®NÛ³Øü -¡}êM ]xÉ’gqgžî¤´Z•EEUö°ÝËh°‹-(¢GÛøø~d¥-léI^³äg!|4_ðñ¤ªÌ­éÑç9cvw=¤(ã–Veʘ-WiÖ?ûò\ ¼«³UwGÏm¨Þ^ëŠüá ‘c/zïóÐj¼³§™”K\ˆóydʰ¦ A:ëùÚzQ2ŽÈYbº»zèÞ‡¤g°\–·pì§8©l9ú¦v¿‚öt»5í¸µdÎ}¹Ù\Û%v{ûwæpf å0Mf‘¡³„Õ¾ƒMú¨ª•M É_®ÉÆ/hx™ «zî,Àª5DDzXWG‡ ÎHÉÚp·l~Þ±b|ÑGwr -‹¤Ñy<ž”s)ÅÊbr5 -í÷.¶à†I¢Ðmo¾I4ôAX tÙÀ¸ŸÌ Ý[Zt†î]¸Èû3ïrLMK&x…•¿ôôÜ}ƒÚcz&xµn„°(²qCv8¹­zZ‡‘ê°Õ\Ua@íR Ýð#Àº°Þ;©G“‹R|ÚYè–.ÌA sÖ”îë3nßÇʾwm5WòU¦v  —MýÒ)ËÝ.F?4ýb çU­ì,ž‡”g.yÜõåB‰Ç.ÑŸŸEè™ -3¢^NUÝ”Gµìú…°‰dn5T3ñªÖ8šßQ…¼VµŠôx˜rCOƒ÷< ³†“›kŒñ‘a|³XCdÃs¸ò8ä£oKÐŒ²ì>Å=AÛ75o~XYª+¶šLŸÑµË–ÀÌïNz—Íqý©`+vû8pç¡d´Ÿ÷Šã½Tý$¯JmÈ€Öמmk‡wA×þ ëe+* …àêçH¿{³™wL²xÐ}n@f‘Ñîò7 bíZ“ßõêÜ?˜Ïk©Œ?öN A¾T˜›¹ÈÝ"‰[ÇÊëF‘xmöÙ0*’³±nÖÆƒÈ,K¯ž©"À«<ßD!Ôk ·¿aÛŠü1{NN}N¶eèöÉ„*võ•xÇW®6,Óo«óÁY¢t˜ÝŠ»ŒýkÏÔ¨ŽŠÞwa•6îÌ)áÅï¹ç«onFªã–Ÿ_½¬‹”7Ìý…-7žå±Â–9Û³„¥BHû ôæ mrj¦D×xvcÚffÅx;µðT¾µÐ«‰„{Æ×›uî¯élÞ#û˜Ê²¤%oÚŸN Ô:'îoôÕùZn>Òu©³k¬ó”<Ù¬+HÅýmÈvIÚͦ\ž½D•Qãoç¨hãz‰¦ÆÑ±›ŸÉeô’O°¯=;VgPt;4V>º$a“ïÌ_:Fn2èFsC°d=\³9á/ÎCžYÂä½ü5í˜× ñѵKEUî>tËòv¹¯ä“i8¿Gf†(·Ž8ªþµüÉKëöA{ Ît"Q—ôžîé&EU~`£†zù!ZÚ ³‘õ Ÿ‹‘`l2ÿè¶U®• -+À­ôŒd½û4[m8hXùNö«òÚàrÎÏ+™ÄÀè…fÇ.Œ'M?â`ìOüuŠûâ¹÷{I#WÊ=ªÝû,êðò(8ÚNž«ø¯é”^ çÿ ûNÛÙZ´Š2«›%'ˆä.ëæJnr™´%T]·|ù²'/¶–ƒ+ÖE×Z¤K¬±ëySBÅ` æ@߯.ƒèªn˜šeAööŒô·‹ó|¹"A:BasÄ„Šš=¥µÁ(vŽúZ}O|Ö„+Ì9µ§Ñ«€(jV¬áKnj@‡vÿ‹4‘æ±jé•&˜‡æ6qò ëëÃXúÖs‹µ_ºýúîÿ<`s$‡kòÔ 8i÷éuñqÑWòÀ¶ý †­ï_X?ÍÀ‰u½~â2Ô!8=_Ïœ RŒŒs‡F!M×3ø*D-1½²_ù¹è†y³#ÚbMâ :ö¹È˸¾ºÆû¶ ­s‡1BD<ãÓ6"×iï«£Œ5߇·½‡2˜¤½Æ¼ë¿À*×*v¹Lßî¸nQ§[ú·³^ô;7»V,ú”, tn…u”6a¹KÕ czÞþ¬þòô¯.fy­œ<¬>è -•Vš¸ ùÕuV· ü›Òi½†°mMœôÈ“=f/K^Ͷÿ „Ì®kË,[c•¾¾¶y à°ò¢:Þfމòö Üý–ì]š:ƒ}9ÿyC‘í·;È ê^]lxhYûq³‚iþzïÐó‡bžatY–€öÐØÖÏùõé#fŸE 4°ÝÛhDòŽàÁ›:޶Ì-Æ­EwŸo.s›˜JŸö'.^%9VÍÎ5'‰=µ„1ªó]ëNròät°XÏ“Z‰L •¿ÿZ¿ -³t!„ƒ£ëG€Ý騋 -&Sí$ô‘/Y΢ºÀzàfè¡ß#`‡C\¶SÅ8¯›G¿+§ˆvÚ3•´SoüÜyÁC|õ³—’ŸBm>(–!Æø'ºÝAÔ.7ÛP{yÍÅÀЧgó–Ýû¶ó4û³íüŒ*•Ë–b¶šÂÎû10[¥ó ZŠÇ-É… ÅÜÛ¾£Ò¡¿¼ùäœ ÉÕ½É{áï*wù™>êã\Væ½s±G õ¸Ò`[Š£Çí ñ•Š,óÉŒ£'ƒS–Âʧþn@µ{›ªc)‹ÓGóêPVi£Û§ò›¼®SrŸ§¯¿ÞUëXÙ•\˜›ÍSY£´ŒºàÀ“z%?U£Ø(£ÎÎäLÙ¿ªO¤ðË_f¤p(yZ¿½\¬Eéõ3Üik}g:ã6¹äòr¨k›FÏ2w)ªr©5º»PðÓhÜ€¾®ÒÏÇúÐO¿žn«HÝõÑ“Öz­…žœúšÃv†ü[\6úw%–­ª—¶Ìê»ð ¸…ÙØ‹³q˜#:æŠ9v”S®×—&,O»^5m+d­›uŒ‹çµœÉ`KÕ™{n§~©j/•H-jdÐdÃˆÄæº0öÒ´ÝÇü8ôÈMÛÐÊʇ•·~Í€”?¯ lÄÅžXÔZЭù•ž±}˜#xaSÓéÑÓn|Ö†Ml0~v·!óÒ±­7.Zõ@_™Ô‰þTXùNëdqîº;˜çΈ¶eÎ6îŒ_ýƒê9÷ìrb°vtàFûÚF€»ßúF;âú‰Óä~"!÷؈ çCN.3?òFPUù1%LF;Ïxj²×ª …ÆQlŸ\ãËPŽÞ=×`ôluÖjµÌA6G”¨÷·"Þ­ÍkLa~y´ÀÛˆ¶ÐUXº2fosiXÁ†ìcÞ×z8xˆÚ¾fmu·ÙÑìju¯.œ­¶O`ÆgFOPI/²ÏbéŽU&Uè&DÕ*jŸ«íÐ f á÷¯QÄR-BÓ XmÝBeêL¥:>ÛHN§äVáÚõ”üµn˜‰éȽ‡°ëâ™ÞAHj7®'!BžP“-H;"ýr++æØ%7¶íAsËŸ™û -nÇŠ"1a(×ÓüâR¼,Ñ«ÍOËHÍ Fã×q‹–Í2ñ›6µŒ½‡ØBAø%ž]ø&N ìàªATÃøšñ×Â<s·™i`(K™f¦|nO »—^ÃÅ\ítÏTŠuípØjuÕùÔ²Ä/?Gô°é@êu¶&¢Nû -´©qMÕ¸êø4Ó‡‹âŸß[Ë/kÜã¾û‚ÆKáœPug½Zdí;ñâxaè]ñÆMt†ÍÙÉq‚ëÌ¢Ž¡?#×Á]—ëµj°ßކظ±«ëéüöõák€Gé)èUëÚ`gCI9ê˜øóÉÿƒ¦–ü\n‹—dcG>•7ŒFN÷Ú[‘ §Hæ®Æ4Á[5*ª²5o£a†Ø™1ê7Ù¾ËÓ›ÚTB^Àb¤³a·ÔFTa´2ýj2ô©Q%Õäœ~&3®Jãòg¿Ñ*À“Š‘§×T›´Äëa!’¥åPy»îùes,À˜Mx±W ô®õ1gŽU%ÙôöZ¾OçßlC†YÉÓ{k¨¿Ï¶Û„gÄF·EzU®ÄËfSÿÚbâ-Þ˼Äo‡’.ÌÆØ_¯g÷ ߣ—¦{³Ý¤g1?5VŽŒN€æu‚óã,62‹ßFãïً.h‡ò `Ù–ç‘aÞ:Š]ƒè9ß’ò†õ:¿ìóaì@á¿U7ÈŸbÉ'Ufy±ÊsŽÇÜïØ§‡‡yõ~íàÝR•ƒ¨}Ìt¼]»³î–RêÜЃඛ7·¥÷à2ÞöŠª i_bBÚd¬a‘rúbb‹Øû„÷¬MÕÆ2À -¯¡ŠÔ‘í[o×¹ûÉgv©zçmrêP·ìÄ9?Orë¹ýYžYn‡e½Ópß~2™·µ -Ù'g²3Ÿ½è%î©f)Ý j´<<¦ÜÝyå9g«Î¨À½†Qº…o[_^~ÏÙúÖ«&ä|䝯}jšcá–æÔ$öâ–Ã'URñÖæÁ¸§†Ì„Š}xÔb¤L;s‰Püêâ´…  N–·ªÛ=4ÎsD`ƒf†]•åÙß*8 Hu´£„l-µ¨ÊyKôÕx/뜧eø#ƒ>‰À5ddßóÂÉýÇEaªŸ¢õ{¦Ï‚-ÒVæc"J´©ûe ºýüTÃ-V»ÄÛ -Æã¨Uñƒ!ÁZaÝ©£µD½·ÝÏφ½Eò@s]=™æÑÍãôØÚ×FiI¨÷©\š&Ù4œ/"]-þArdc‘ÔF²öàKÁ §î»±èGQÙ*/†\@ÒG±MžQñ3fÁ4HÝÔ"~Iâyð‹õº“gpº”fb†€ÿæìe±~”}ÐWÿÎ…kcgù²#v7Yê¦T#%û5÷ 32Wê5ïUU¤R;n³ðiÖ|Q­y8QÚ3Oó:û‹äÙ)cÕ¬õYK↑<؇ױ=­ -Ú¡Šî”ÊX*†ìäªÝYÔSlŽ2`£ÖZþŠ[Ât½­ÏÕ—d›lQâÌ’>sÔ§Æõç6%¯Ý•r‡¼®Nåñn“±D|N ª7Rø„¡võ·Ðõ‹w1®óãF ð½Ó—°ç7ÍdpX ì(anâNç×&¹@¯Öˆ†RFY«Ñmù°^]eãèÄaµ$;U¹ËŸ3@Àl¹Ú1Œzå_Ñœ :÷¿Žçu{(BìYõùs•Kë+•D•iãýv:Ë$åmÄ,bƵ+¼ªËqEAe»qµš¥¨¡”?RcÝ'[r—~3¡+Ü.±Ö¼`j)o‘EÔJá/Ê~Nx9héR·òFF¬ñ¹—žåjr-@ #»öv»e7~Ȱ¸4ds×¼§¼ö¤k™TEÜD|Ì>stream -Ï5ðá¡ÈûÊ Sí+/™VFà¶™«¥ ©cj¥È9Ÿ«AÞ@Ô¬rŸBænij¥ê¨/³¡PIwp¢H›•-¸²“iêUúæè%õ#¥É¸¸Rµo¡0½‡Ì8ÚÔx€jwb?±.W;k{® ¨‰kËÁÞ—¸fÈ5xYHõYR {m|åÌf äOÝŸžhÁFOÇÁ4Ôòµ=jQzK÷0ÄŠW§•<9wA1ÜYþ›68…•&=¹¼{š|Ï ”•f51Ø{¿Œ{ki©u¥7]à£ü¯ûÏôý™HÊâ«/±RuÇ[í"£Z]ÔìRèФ&Ï×iupX"K»°©Â* ½3¢¿´Õÿ… %cšÍ± 8ð[òdGTÞKξóH•Îw¸‡öίeÁÕt%}pšìI²;…¸J_jGÙš(z?r'Òo_àisvÍ6 kú£“ѵPK}±¡hß]}g…U·ÒÚ -(•gFYßÍ©h|ÓŒ—}!ŒÓñzJKœQATÊ+I8ºN¥Ÿ™»ÜmšáãtOå;.ñkí3ð}ºxwæo¯(t=×UKæ>€ØYÁû¤IŠËE¸®îÄëçËXÈûkfc(Þý,ø—!‡â¹ÝÊ8·é¡_Q"¶9?Ë« ]©ÏÄöÚ“˜t§´Ñ®:w†½˜O»HQ/Ú¢Çà/xÿ&Ú䯴ÖW%\SCmº*oêÊŒåþE=h›CcŽ_¦ÒÇÞwí~%SpnŽZ„û—†p]zRê—Aé3T4ô)\­ë&+Ÿ<¯ú¶Ö)Ž`ÍÄ"³L Ï¶®WQÅš°¤Y;ÁªãÔS§…fj+jö˜‘»« òÓ~¢z»%ãKü5SS`žªK2í«½í™QßÜÜTs<Iüà]¾Z¯fZ½ÇÖpc2‚´`IZO,ÏÁKLÚi>PUpÓrãcÇ/òyëĪ]‚?š/h³Ð_ãn ê¥£ÊŽÓ»~jƒšºàûîy‰¾iŸ^‹OvVCEѳ_×Ò:Édˆ™,ìòl6Vöð2ôäå`m µêZ…»ã¶b.K˜yڢʠG}»‰Ù?`5Z­p¼m| #¿v.ê:p{àï4nK…P“ðíëE*$œ7¡LòÛÃD‚lè´[lWy÷ßbÀîÆuE¥¿O7Öj#Kæù†jÃk·–2×¼Ö¤ºV®)*ž)Pe¥Û{léúË{îÏÑFñ8¨$wÆ=^¹ú ß_Wv3à¡J(«}°¤M—­›Ú/ç.T{ÜQs<†uù½­ðÝÇ쨯ï®1n‡Ó@ÙyL¡É6YŸŒ#Xmx fa×zÝ®åÅnã¼aÕæ)×v]|g_ÝwEÖŽÖ´[÷Ð)èo99W+7çØBºñ!sšJû<½ÈmÏ„-2³ÕtÊ}†,YEUÞ`®Ü&m£=ÝuîÍú²Ê»=™CH~ÍŸë•åx©4ÂÅnR¿½cŠk™¾˜í¢I)¾)JǽïǨåñ‘9ªýw_æ¨g}áÄfzW.í¸ ‹Z:ÙÏ]^Ê*Âo7¹Å²„NådÏ* úÙ.ØLåç5\I³åá=¹æîD¡œÏœ}ÎWÓv%&3§­ R@pKNÉ(õ´£kL½[Œþ;8´"”ö¡i¶†ùø Ìû¢<;š¾ÝwƓƭ)Å.Ð?‚˜váé\gœy×ÏÚëSƒÚóH±ágWßy‡ò´ap/‰x=2£ÁäçJâ—¢*Ñía£çU:•ÛXŠÉ§W„ë3•ƒûÍrž*áÃtß>Û¤iX*3þ¾u·Í]ÀÚ÷X×àêÔw”¿ÒW1´éžÖõpdªžd¹.Nç·ÐèuÔžêÅ^™:»¿™T”ª¦FÚ›¯Þ½°Jõtïš=‡š:Q»n'g~½ãRÅû!wK›™)ûÒ{< D#<2>·LVg¬çž‘ô¸]Ó¯±*—.o£³ºmÓÉN7ÏXó¼Ëu³[ZÇjisì˜lÐ'þAB¯ßù©"1=—æ½Ò{"5E={Â0œÉ¬™”¢u7ÊÀ`e€/ÇŒ¿ÖN4•˜+«Äºè”ÌtÌœ/M%mED2_o¨£…±Rs ÕXV'ìñßîÚÑ`¸$60úÖÙ²?7ªÃ=†®$ö¦Ë%÷­/èÛ8ØS˵9yù?³þEÏÆèû©˜}.cŒt|,óÁK=9OŒîþªö”36fð0ÑŽ$6µQ¹Èb†æ?öúF^GåSmÐ6ÀJ$šµ{Ösšù׳w :4&;À‘§cajîP5¨>ZáÎõn‰ÝMK€=Œ’Ü0ñŽÒ§Ýâ13«Ä›¶tbômvŠ™ü¨Ý–ޤ알©´œê‘T›»žòZ¤ºåÆ?“c=msí4Rz@˜¶ÕTÞzdëV“òmÜZï_ïv£ü}l&¸éÇÆÖ¶¶ôÂ/Jt'Å»ÐåmS•çý¶ç~»s-n4ZîÜXÙÚ…nòiáYUtFŠÎh$=2>0m¿_vüæéžÄé¹,GziO­†ŸàLêOéãóP°e€VMÝ—ï,¥XâyÁÐЙä£4%wtI¬|Õnï ¢øím›óÔPÌUn­Ñ3>¡ÜFh”YURÓg·ûè@O¼ì?’ ɬª³ógôêl[üÊ>¤»ökiSÔôÃQ+“µfiQÕ³Fãtz8׺MÛÂlkØÈ¼öVa¢Yùªbѵ×mx¼ÜâjÌÖô  -Õx³Üžä†Ok…¿”O$6ÌS§iüûɘöYÆå-œ²äU® KÖTÕþèæ"ì>Y#[åv€-?&Z_1øD-Ü)I@Ã[uAÄØr%«¹ÚÎõ©ÿàìûÞ¸ò®_lv:~ÙQQ˜÷I3_{ñï]¿îj?™DüQ?m!;ánr5¦ç}ÛW÷{¯÷úFuW¸§·JÆ‘I}b2NÿÉ~+¼wÕ̪ï·Ð /½¢*‡Ã&gŠ*g³•Å õNŸfÕØá7 ê.ì:•T0æ™Km[c+γµ­©‡ÆÉ*¹¥<µ™|nAxÜ·™¤£Ëà8X¨îzOã½ØØÿ jB²™¿|†1N`ó?«¾{îë+}M°rðz5Œ¼iô­ýÜtiù̧nŸtÍgõ¾æfPI$Iß›xÕÏ™U-¿E*” 7—;x5]ZAFæ}Øp‚Œ†YÅ©u›¿?[ï\Ë<à ¹OÒÞC>óY!ºOãåžÓÍb°OùŸx†zWg\fÔÀšÐré¼ ìL]ë{¼+e¢mÕP>À_¯°Â‘ÏåëÂú«ô¨%5$Xó ÎçÝäËe­»w.гÊèØÜ—o·’joq©Ùõ…2Óå· VEª‚•*\û?3²’·5Q¯%ù;®O=nï"7ÕŸâáý²[Éå ˜¼˜ -׉…ý&:ù{ÏjÁ¼[ªÔãúª!×´Úb¬tÜfCëütP¾´½©ù"4¯j‡ÚøÕ\v÷<Ÿ‡e¢¹Wæï¤Ö옲6 GØrvÍ•¶ðº:-ª–œ´ñ -[#ŸQM{[ó¼= ·œÈîäÈ?%­´òk8Ê~Óæ–ÉC5zóÆÒñ&BNL¡`£Óûö,ó(xõéºÎd,—- Õ«Àªy£ À»½Jîªçƒ¹¶ÂгrvÈ’­’hÕN agá"ê4“˜óÃ۵擷›Òfb^=0ŸçJéTáúîÃlàÃÔ0¾mÃläç· —…ÈÅqê&^߯Öa-ãå”%Pâè<°-¾ÉX_ñ³#9¤µ²Î-nkU3¨;HéeiZ·kÊÝ{xVF C^m›EzÍŽõ–JѬåðsÅ>WvtíCwþ›CÎÏQ²?N†Ölkøè]Z¯ê³eŸkuÄtj°2èa=«ð÷Ä€EvdXYÞ -‹ø;·7×ÙHÒŠªìCõµ=ËñnÿDâ¤÷:Ò7kúÞ²déÛ:¹ àAš»Få[aðÛq¦…ñþôß¾ ï»aÛצ+±‹J‘Ýs+ny÷‹ƒ¥Îh4žCxèæ—– EYA}ô…ÆÿׇVÁx×V:‡Êž× Ö&á:ïJïŽã6?’p}uš7ôg‰®N‡?s¦ý½%œËÍJ¢Z³¥­iëi_ ¯óÈÿb5Kvè ±RI<8Öÿη4Í ¯ãÐìí‹ûÚH +7x”7‚ëh9 o(ƒkóÿÝû:˜»)7¾šØš×@ñ‡<-mGª$ [Òb¥Róýkù²þdgQ…·Ðù¹-î¢h#·ì·?ÔýÚ=hù «[´õ’Ô2ƒúêýNõË'j!sÆqé¾×°M´³†Òi‹3gUÞµ^CòÔ2×è: 3SK·Öt¬…Ìýú'J(ªré‹ÚÄ7ÿVæü¡u¬ãŠŸ'opªöiø¸«Ms³t>®ühÓð®®öÚÇþõ ;î¦ï/óúô\í:ê=ÔGùjƒÅ©Ä_«¥a_¶ XoÓH Ög'°Æo{¹Û›Ú­ÎcmìöNõ&WkÌÇMõ -­6l!°k@3Úź߿˜A®ei'Š9ëµOLÊŸa©4ô÷j»+3»ßiÿ©e“8¼Ö®7Óo4€¤W\ î2p‡œ!F[­™f_iO4Š(É…¬ Wžöyö„|¯fÜÄÛ(;ÓÈ™ÈÙ4°3ö¦I}<ØŽ^y1.5Šæ!“ô"ÝZpˆ ÔJ0y´ -„dW–ìÍpÊϯèm¿ZàUN{°™ðnŸÛ¹Ýa²YµÑ.>à‰lšZC·*Y÷M‡™Vçkzo`X(ÌöWy©“•9ò,Åô|!ëãÓÜëºîx¸pÏ÷΄٠¸æ$Ôux&v„ññlŸ¿ÀÚ¦ €¨5ö/;µ;é{'ühZïÊòW+ÄܹÈÓµ¹žµjÀŒ£¯FO0Po_Ÿ¢ Eß„ª„×ùh±â ŠÏ’³|î–Ôú\+RûÛecKÖÖi"aBú`3Œ-šäD¸×1Ö܆X£~°E…R^ü­øøyÏF!OèBFÂFxã®aÏ_ùñLÝïÜjfxËå·2@§š*‹&Ø))ª²|(I®_ç¥žÑøh­oã”øîq!ìäWM*£·[$9 ܪRº-~à=»kò悼i´w¯Ž´ô{‰Ê¤C‡î&±fà&çê\ÇMk&xjQ•—AÈÓÝa×}uÔL÷W…:‘bXSÉR¯[m=•ýmÚôXéƒ—Ž®¬JÁ*toC°.µîU«\Æ…b -PŠÙÖRoo>•xK—«B÷Ä€ê•_šΜgA(*¼Ó°¼õoõ&Ôíiæ®=b<:a¿ j§Õýã‚¶…WÊêü©YhkÑ”{÷µªïnŠ øt=œÕ.¬¾›z“@Ï‘„γ÷òïLg%zó°Û‡žuÖoDéâÒÍî‚€4°Å³Ÿ§*åuÒWÌʈ[Úà·— -ifÍÞ7l¸'¡_‡®5s¼^”üá9,“ý¯s3[Ô€rç§]ábXέM³ê/Gºmˆâ¯±5»¼i†¾´»œ0ûà_ná³í*C¡X»û"î@\v{kñ*9:Óvl‹[µïÎ>Û²è8V³dt‹9Fó}¨Ù~Ks0ÚÎŒ´á¾+ÍGV°ƒ!»s_¸ë}¦OœDÂRÕÎr9Æ€°äNlµþíÙïkw ž¨n#îi–óÇ@âŠÀSdäÓc®†ÞívÜò.Ûœô§¹(Ñ=¡£¹gÜ]·ÚâotqËöaíÈ.ýÆÂ^.jžµ¶¹è.Iÿ%ÛS¤À\c|oèdÈ6ÈýòçÄÊØj Ôšõ’G¾!ŽG{ã}ðÁÁ–í-óâ&½ôl‡åÏïß±…^7 c¶ìÂâ%ë54÷‚°w¹?î`"o<ªø|µ<§Ë¸¦…Íà¡þÑEe3n“KbéOÒä4›¨†NsÎÚ“´xm=FÙïfÀ‹,IWÝY2šßî¡U³ÑIËs® ®^Ž"ë¯:Ñw~Sº ݵÞFEâe«Ó—úüë´"ME¢JIHýtã&U>ј—Nî&Ôí¸A¯çŽÜÜÆäÇø¹ÜË3ÃY ¯ƒY͹Ðé=C­”béVôÛkâÇ´5œ„çJé,îäíNg+ÔvXeªt§bŸB‹n/^~½ä°uœûV«—uŠ9fŵ¨°Rá§uÛ3'B¦ñξÞuÛê“4ŽãEŸß‘ºc­—Ãðå;"U;ï~öÑ9ÿÚK&ÍÔm—l᫳$cDØz‚•(ÒžQè·tÉ´øb‹ÿLZ3=ì;øÙˬ³틬ѫùóÜÝ%×U0;~{k” ÓÔ[q¹^·NO•[.8©µ@WW:¦Ók]Mr1ŸñXôÃJK'ãí#qþA}äƒT ‚= B7*0#_£cï=xžÅ"ç¦S6E°˜Ÿ›: CR°—-l“ ÓJýn[?èÂ09Ø¿Êèm.Ñ褑Qzˆt «°‚]áû|ƒšâË(üGûèz²DuêðûÔv÷eÏɾΠŒ/Æôï!k|¨ÆaÄ`Y‰?¡ÝñŒÔ©‡#ìÚxšPþ„€(R¯:˜4¯/ ›ÿΓ!¨’G¤ƒánÌ&J½L}d—#¥ôÝjk”ñæU›“9ìÈî¤JF¶SÃc]è¹3¥ƒM°É'y­ïdËó#šFiz4«ʉÊtœ=Ãr}‡üƒÊà¨ÓÕš£`7nÛê¨Þd'òdÁŸ²QãÀ›¶8<ß&‡a@w~Äq¬$Ùbº«!¶êÏ[ê€P!Kê°eÌ­e< ¯:XÍ‹Çü,ôúùûúÍHh¼é¿>à[só;MSΦ§Á]ÍÛI?iŧaë5€'SSªáYuVÕpP´C«ˆR¨~£Ëýqy§«Ûªfå÷N>¼ÈMZ?1”F-<í·kõÑ'hGv®«êzksŠÂ›þ§è:T‚è þ!Á"(*` çœÍŠ9gîÿ™ålºë¥¡©jd8Q/@J½B[Ýwà•ã få|ëy}îˆä£R1æÚ˜Å×V}°Š°U¶ÕƪãB7K¯žyŠóÄïHÅŠá—WV3÷?|µbÕ¯+`ù`wú÷7 zßðd:ÍòǦ fËNØíÏþf±;…ŸO[¾¸aê‹À«ÁÅ®Ê,®®¹¤±N7oЪ¿ÿô¢¥~Þ‘ì¢w×-@Ç•‡¡~î÷YÅ»÷Þ(õÜá—1Æ^s©t£·8³rØIŠ*QðÌÿ*ç¦á²]„VS yû‡Y‘?_š1¸vÏ·Â'çãNËÚ±¡Ê*wSñÌ'~Ü¡i=Å^ÈêË´¢¹X;{÷î^ò(uGxc¡D´+K!Hت”µH±7%ôâV¸Q H÷ÕØðoêzšÖµ/ƒ‘½eƒ5Uš«ˆïªÏåÚÏšé1ƒøŸÝf„_¾–ë!³+ÿ}Eà ]‡ª–ýVCðÁ+°šX•]>²”}©Î¶!†Ž«3ZØ7¨KFM'ÜÚx‘Å’iªÕÛÖíB‡ çEL¿6&‹jìSÑ& Êô©Ô³UסÈçÌ[È–)lŒÇóŠ$÷¼)®@¥áSfzNÓÇÏQU̲£€Á/W fX8X¹¸•¹²)™;F-g©B»Û¶*c­¡ëp â ‹iÙþ­/ÏëUšÜPª.©æŸ’Gh ƒßÊÏÄÄ÷N1äËX¾Ãñ‹ý‘ôSe|ÙQæA}ú"!E{j@?T‚ÈúRiðËÕRaêéôhG=õ³Jßâï;XxˆæCÚº9Òç6PäëhKì£Ê·ÏÆ¥/t­C²pT¦¥ l>šè]èTì¾*"™½²ºpÝØ”k3á`ÍÜèíwS#þ¼17߆AßêÃÑ÷S6lv4ž‡†6_÷ä¯ÞÛéxÜ º(:æ@öÎQ£ÑŽ>FÀd|–¥-sz[,…î6§Ï‹uìÈ+©qbÉU%ÇêsMYnñôŽæKTÕ<œø¡ÙþÖÝÔäWK¹¶°Ýrà‰·ø2ÿ› ²ðE¾¿®ÿ>?DÚùë®ë³Mƒšö–äz˜Œ2SØÚã!´’å»n÷w‡ÈÚ/º-ùÙ_úP´Ûfš¼$îîOíñ!Á©…R‚0YEÎv /›Ïçb\©³â¿lÝ»/”þAÒŠCêÔ§g?œ¨ ,äÈAßè…¦*vüaAE³übØäI {c^B1¬·xäE^ lv„£ín;?{Kñû˜š#*éQÞåÍJ2Xr…6ìÍÿ&³0eÊæV2 õ@([›­—qêž¶Ós…¿û3Ïå_boj'É'‹_ªˆ‰x¯9GëÇ:œj%\ÊùŠ= õƒáÚ•I»¡x»3s¡)Meœ<©Áܰ»<_PR ÜêýÉT›G‚Pjyù0Éç´ň¬Ã+Æ×"VØ3Ò”%ÉÖuø°‚ -´XÉMa÷ƒNò*±¥šñ*ß´ßìS…¸yw§ú>òN®ÛÊŽC01=Þ eöƒ*ßêyŸŠøÜUí ÕPר‚¶Çý»VçfÍí”>óT\Ô߾ɤˆvƒÙC»ªk.zËß1ÓT%iD^åªòdUÜ&ìL)LC÷¹—!&^áRlºáav»¹´­ÝY~9ñ`¿yý’ò¸w {Ã…*¨œ<~˜2tF8²O_¬£·šo‰xbg5wL«Œ(6×ÜÑ‘ Æ‘ï(l "xÌgri¿ò¢x’ƒ*êoäóÄØ«ñûçñ¶~Ušüð‚ˆ™ÇY?8 -Y Ú‘Í’ÉÞlEãÔ2Œ§—ŒR­Ó’(±ß™±Õè“4™Î@¤W–Æ\°xDw9‡²\0¬W/·0åú¾Æ÷´\BØnûŽÏ€qÕû‡œÕ¿%î“ -/ߤG}L5(AZŒbqPµÌØÊ‰ìÍ©œj¯mpج|¶Æ%æ¸ ºó\Sf§{8äŸãÊO Ö+È|í˜ò?HTTª­ßô…Z#;ý¡öT¯Û9ñ -¼)’ngÚEÊXCú¤ÿf'K+3Ä·o ÕíõMzE] ä²´ÚdŸ(V—íʹ¯4~{/RÒ€çO¤òÜ®¶¹ ÁÑG]gUAû¨ý}¹–¢¹flnÝ¢bÆa$Óý“ -ù×@-8ƒ0Þs宆…QwÒdηšì[CåÈך_fÔ݇²6AË*5wÂrõ|at`ô[èeê—õÌ t÷¼”ùL¸¸ÝåÓ'©©ø&¥å¥òûê›fe«F'OéþH¿OQƒgý/kTß(WG£ý“Wî^ÎÌ_WÀm–?ñ¹õ•³¯\R|»µIìš½«pmkq~ÓLM§ª+"I—k&=Ç=õ{§õú-•`³* çšC¥VÊÙyÍùq»‘ütjų8£rAÝn¬*ÖnX•bÀÚŽ=¤UÐí¦ý¾o©Ö¡WªûŠîøîD‚Ö(kéêr#Lʲa&׈Ûr·ÔŸš.ýj†¾äÏÛOuÖ˜µÜ×–`‹üb;¹Èæ/}ì\)LP+‹Ô`ªj?Nå‹j?¸V}oÄ¡ÝíµM­Æ2Zbj§mÄáHKæÝ&h‡n7³ßG)ÕMY…hà÷‰ýA &6ÆÜhé¯ÉCÌ/j#@1ÜO0gÍ5p•ʃZÙW8Òâì:.®TæÏ±—4àЕm³7Ðæù¥u`’PêÃ*Éšb.M”™m"é™°½ ¸(Å•ÛËP}©<@'d€ºÎîñF[\'GØØËà&ŸZ½íÓ`+|äq˜‰âåÈ~âÑÓç²»!sµC²“²Ûž8_UaŸ-gåõ5¹<V<.NI²¯9â×ögxFI+Snç7®Œ;žÆb$Ê›˜­‡Ú:©?j¼"Œš›ŽübŒpÇUxå|„ÙúØÿ…I½zªŸ®åd¢Sî5 ʆ±ú}í­Ç¯ -ìûËϱÏÛ‚˜ÏänÌfg\åÁã@‘±ñê8®*ºÒ "üiž’HÖÍgEˆÙŒ‘i ìÁE›oߛʘ«£¸WÒ®Ö9S¯Ž¡„þLËÇa0Úä'VwZշަw2Çܾ¾‚ÐÎôâZíüÍãÓ/*?Òíÿ-6ašñžt43󪮞¦¦Êº(ÚRȯãžÙµ<\[årD¯qªgV߬}FA£™4û ã}eÆZN긟™‘ncC=»Yw ÔSû1LØUµFh¤=;MȺïþŽ|k»gZt'kdœŸ‹£TÛAíUmsqViz¢õ2ÝC-ô½µõªÙ÷;0«Àu÷ìùïëÚò&Ù -œMNœmÌ´Þ¯7¤éïýlfÀB³ëÍwS¤V'»ó­È ø=¿f|êq¾Îs"Át]°Çüœ}uÒ;ùƒG P?DvΨÈÈ„¡3­uþMÈþ n8w­h¼îåµ…[SíÓ;[iã÷uÌ#-~8»»Ê.w;C„ío‘,¥L¥#´å ®”ê=:Ý©ìýrg0Ö§Lý5‰Îšr7ÊÊÒ ñ×-×Z›®En™ -¢íÄéÉH7õ+j òí÷F¾]'öMQ“ )GÂð]ÕÛ°z K×ëÔ?6ê±Vû×Z²p:.Iš_> -õµÀþ5ÃWÛÂvîPA¿nþøÊ­j¡ë4/õ‡“Äñ@LMnÍE -bŒòG½B}íïtôË?CÛ‘ºîm^e¼1üY´^=ZÇlWv®Y¨?q³½5 ºÂ;Xl>n„yçÌãÐŽb]òó½kz` o_Ɔ&Þ•É©@«šl’޲ª®³Š” iß®¨a}Ú|;ÔÃèr…ÎEÚ­dFG®ðü|”†‚-eÁì·-†ò~H]‰J]ݬÖßoÌQ`GÕì f–çÙ¯ôŠ&Ž6y¢gÓ‘IξµHDᬵn2ÝW&ûëßV[Ë¥Y¦jðl*¦:íuàBÅŽ“Ó í@êM£Ûa˘-~luZYÚªì cࢾØf½B^ã£Â¨Îåx¬ZmßX'Ô„{/•T¯™ÐÅp•§I!RCÔù'¹6£`¼­ü¡2õÅ«Áfâ§é˺ºŸÙõ}ÇÈ¿rÙ0q–NmõhÜ[ó¯1èpò€;OÞÆq ‡¡µgm’¤|cS¼ äáL«³®23öp ןð^T²R>Tl¹¡uŒÎjkÞ‰ºÙehŒ¨Z?sýeس áôüÀ.zÓ5ÂYøíñÐ_Á9Áˆª17¯ï`¦gònòó}ÝÄjwWÿµg¼ÕXF®EÿõêÔ?D÷.5ÈÉ™íUX?{²9׿ös//õÌ…‚Öc{vç”súä|7«ã îZKW;êöýØq™º¬ÜsôlvÔÛYëødorÔg[Âîê¿¿)™ðÅ=èaNË=æ t\@›¤º+¢3 °ºÓÂèŠN¡‘:Lmož•F_÷•¦mj¨ÚŠê‹µ®ûÆ#ûãýÚÕ ø{ë+ÛæÊ'DO¯Ë‚ù[I½¯»ï¨sÐé–=©†lÍwðl?× »ì;ïÙOM)‡ë*á ÑîqDa?¿ì0”Fááøàuf~ßu¿?…PáÆëí4öröõôÄ,TL»5LoÜ|JàQ¦iÜÛ“t|`½>Xmÿ:Ša²æáN¾ù{ñëR4ßU«§QKÐ{› “-WË;¸Zup['§ª}ûýŸ+Å0ùâö¿MÛ/ü»:¥Ç„ ^£‹}^Í,VÿUVâå@tl\¾ÐÝsÓ’[žÿ²f‰i ò©ŒH­iÍ}àTê<®/­‘hˆSèõÇÄZ!øþÙóÊÖ*|r¯r½ÊÀó‡Ú•îêƒÛQ[)ø‡å`ʸó¡’Çû¶E ÌªÂ7ᦺ\n¦¡?wŽ8/ös6µlÛS»Šr=tÅ® 9ëõvÄÑe6„Tü‹þÍ}abßU$ÏP/3‰5§W©lW3h´k^žâ©ääòQ·ÞjÍVZÓ…AY\V·/k¿¦sÁvbm& E¼ -ãT¿ª^ž5EóSM"Ó³¿“Üû65]¼µÄÖô…œVŒ—ýzÙŽ<ùÚkZ«Q/W³žyþZ­ hÊÌ 'ÏIs© w]˜i†? ‡¦À­^èÓ­dSM\¹Šÿ Òæä F¼¶‡ÖlY7uýLö¬iÚ[Íôð/|[lÚ0Pøc ÁídÙ0û%À# ¹°€»°Y2«Ú¬XÑ3'÷\4$4ÙZË'á»Uy™+†í¼‹¬i§c[‰9ïøáæ4YÙ§ øwJ¶¥væ×ܱ;)7ÞáW@·åÒÍ:_$Ð..Pú$ïÂZª_Á"ÊCC;à±íå`e.ByÉ‹,ú÷ý ˆÒM“¶%ž›2çVÈ]Ïx¼x™èÄ¡åôp(3’ö*V¯ÅÛØ ¼ªGDÌpƒu¯ææHðÒuõ8ñáMšB‡ƒ´_÷‡À a<ë÷?¨ÃOž¤‡ZèØÜé$:p‘y»d ”rk>2½.Ü4/¯ÛBkS§O¬jΞ­÷ «\øœýNÆ÷ÓêÑÌqÕ „fìQÐ-á¹á¡>‹ïÅHÔÇ*Zßm:Ôõ…ÑMy7ÇÞœ9šVò}H2Ðn&{Á›˜Ð½ ~x&G&Ix|uP¹`(Rå§F_ˆTÎÛŽdDßµž>ˆ¯œb_ÌXwk¾±íú½[øÔZ¯=:;ÐÜÉ}:"2 ?n×Ò×t%Q\ɶDÌa?î—ª-]΄`Ÿûë-\Ý® eEÌ—–¾]§¦¼›WE è­<†èV -7Þ¯¢5‰Rw—¦å÷`‘YÍO%„aeTe-"îÆvéÇ:¾9^ 9¤Ó!’ ¼jnü°z ¶xyÞú}¨;y•Xã>$¶wš8Ýq´À=¾D„LxÙÛc²19ÔLKÁòä›­;Ã;æáQ–}¥ú õl§•g:š9£±ßm~÷Ö™²ÿ žÙ¬t=Bš–,ŒãÍH3dwW¦Kg:¬lúw›£'¤!åmD‹ºù'†Î1h?Fɇ«(Ü_Å®ðêŠyM>^ û5L–NÛ>©¿Mmg^æöÊF:ɤêú::0ÞO -*Í/öŤ—ÙÅÁcî,Wžî< –LÍæ˜>p“(ÊñùÓ -Èé‘ßá(Tà!cÞ>çMSm!&Ü'fÇ¿Ž`¹ÙöþAö>•»ŽËŠ&ŠŠÃG8ÄWë=ŸÜÎm-¡=ÜÞ<„bf»+OŽn»Ö j³rœf®Ê]ZuäJ9JB|猕À¨Z+i±ƒ¡!Ëþù1iýõ*bâJwÿùìô‡—Ïô&­†û¯—̘AwnÅgù8¿ä®.R*–¾ö}å8(gÓ6<mÌÖêé,n¬yª³Ye"·Ç `פÄW$WÊ€Ý*8ùÜ]>™ªã$Ên39»±ÆîZÓ'’ªAç|u&Óû½Žk$¡1ùÏ~âÏ0Îæ©¾öWý@ Mªaš«Æå¹íWòo<iµ‘V©!÷”ËrwN{Sˆpè¬~9CÖÕaì8vJ–1ƒÜè ¯¦`ͪyaMÉ'WM·µièsCzÍl©¯Ï€§ã!=À¤Óñè¢_ ´ê¼ìžÜ’ŽlTÁ+ê”^WàToQ,dð5ãac'MµíÊ¿^²?} ŽhˆUÓô†ÍSfÜvpÍ–¸)+÷¥ÛMø¤“‚Ìd·ìà°ƒñÉõj²j÷c‹ÃFR»FÏ,"P£¨1çRžª¼ìùz»[tãJ}´éEÃtÃñ~IÓ*u²îž9jæ®[#VX;¶ãÌÀ:v ¹»0¨eݱT_'ãv¯Ñ>a5*ÂÖŠsÕ™tt¿Óî``ÖÁ®³9~Îþ“µ;‹Õƒp -_‡Û›mc²¡Ú‹ôeZÏ©AG/-{GVÍšHò…8öý«‹W<Á¡0Öu€±_ªïßÀü?ˆzKùÓ«ÃîTÒàE|FÛ§)Ènh`^‡ëxè°áÙµJok\ꉛ•‘;×;<§]Á¸þÄP”› Û«AE{Á¨€ƒ£YQ»£ÌBÏï!!RàE)*+?7ª‡OêºåzÌrâîÕnÙfll_sUf_[,!1ó*ëo‡Å~"í#«îܸ¦&§aª¿ƒbï)eOd{Œ °þ¤e]@øT{/žEâsÇñfaN£*^â }`ÂŒÝI=ðûU©ÇÏF‰ùWÔèÓÁB¬E<ÿìÚ3Ö-¶çûöÍv D/ñò,/­"‚,1/ö,Ü«H˜õl _YLšn÷o±TN_Ñûf4GBwø“ððI…½ÛqÑÛWPîÆ–á/“gís]œGÏm[ŸjØXOUJ )Ò€Þ—²Îúµ %ýÅ3K±)Ûw P±0åŽKæ®[eP?éAźôÉoð*uošb[ô˜Œ#õqÂFî6û$eJ÷Ûzé4άK–í%”}½TdP1#xRv†÷ÕÊSg™Ñ ÔÙëI#¤`~h?Dï=sx@]úÚª?þ¸›½HTçéû¡3éfà ckÈ¥”5zŸ ùj¸ä¶òç«`Ý nhª2׬ën°P|Á¸öo¶ ôCLÜŠ -­D7q×5Å<¹àép+kngxà·„Sf,z0þ2±Ø‡B~W†:*:&v(ÿ„žÔ^m„­L䨷=v½Zá¢W&Ìæµ¹MhäT3ò ˜rß>üugؘÄdÛái3üÁÇ’•ŸVj0| #³Æk>DY¯ðãv䊥ÆÓ»kÌv(:—«O‹›v{ŽlƒÕrL›¹¹=ªu3sIJXY -qQcÕä÷5CëKbêñ\ñÙ½:랺zÉ)/ƒ«ûdZ¼›Ê±‚GÍ™wÛëê†0Q»UÓ\3màÌøsc±šó¡µøا¢ëÞÊé<ýG©_äJúx-¬ØoÑ =Ù†m'd]—Þ™W·Jv@48L/κ¼Àì÷¥«•g÷cn¥•‘kr×,L„×'¬é+1°®¯ö`¶£/WÞ—pç]ßf_~û™¦Å³x~³ƒWIäIËçôŸ`X]ÐÄØ šðÓ -»ø ·—±oEXˆF9ë~ücä®* ?ØOf´_®Ó!»1¯.)d›-@ÐwÇ;gkéª;ƥЧí)vTM³òjƒÖ¤Úšõ{kú÷âsÆ"YJßËæ¡ïì> Uìv|÷îR§Oí«âÎæx½.±ET2dä8¤‚‰z¶á{|ž*Ù¨ç‰}üt¯è픩ò‰iŠÁƒu>ëÇԠŸ¥‰Æz‘É!§VîV匨¥ÁþM´paŸ•=Ýwýâ÷Î`¿ß4¡ !ö'v<†*é׫Ýÿºo©cŸTø›||F\ pk¨Së¬JlAË—Ñ –¾› U½E¾¿šßJ-ø4ºÆ|]y‹/‹Û¼&ú» WSo}KG%/2Ôòc‡™0T)ŸþAêÖ-yá ОÄ}(µ‘ZAý\Cæ[¤öÞP}ïr©£ \(ýv_’V~ÁLnÙÿTµË·3O°MOcnÕ³¦·&1u7/†<;ïL7ÔÅ;Pº^Qc˜×xÞôS=…¼ï&+ÝçJ4†ÚrÆU:ÃîÚ`’f7¹ÂRy˜fêÄØý¢sTTf½·~ÖÆ‰n !¤P"±ÒPÕxÁ±ç³úõŠTÆ?ÐÄôyÿ¯¯õð>3‹'M”ôpKœ¿x€ÃP€f2F(†axì!YxÚ±XæÒ'ó]òÇn©Qëƒùms²šØåYÄC±Å&wgac|-¤É…©ÖÓUX})Jp:©_’~w׎vF>ò™fÝO¯Å¾äüFuÝJeWQ–¥«cè÷‰]ÃoO`Ååu#æ“Ùœ”û("üîͨ“ˆÓâŽàä7Ê44Ñ̸l̽$îÀg<ÂZ5_yŠŠ³ð¤Ú?¨ÄÍ#\=­iÀî7|z§ŠX3¯×)ù®áT[{RyÐø¥?¼Î´t fÈUÉßÇ;¬¡Zï*-j5ˆªz“‡¬ù¾­rËçÇsôöýH¼þ—ôÐôøIæë3¹/×Þã ²µä_Jùý4É£¦ßþ”Û¯`~ü<Õi(©{D‚p„KSÉÙë£Þ¶#Ž«X®œïÎuBVu -à"½ªÌ$Òê;ZÜԨ׶eE÷sQãð+kÖ$B”‹Ð*l—tn™îde6‹½Àz^“½Ü™%ðÜk»R¾L÷“oÒAšý»^QýC£|áúš–Žîtõ&?B¯ÄæµÞ¶-èŸ)Üö4n—ž -?1çY þÛ> ¥,/Æ^h~{§O)4ÔÞK„å¸Õ*üêÅð³tµË‘ZçŽgW\Ô;¨ÇÐ;©à&Â7ÎÃ,3@å6ú„²²'}1÷¯³êY0ɾR‚Óäo=+›·æ–ŒAqÑjj¶ú0op弡¦[ãÃ1bÕâiݯâX×vJõv)+WñÐ*'£¨¦j»³ßgè¸ÃʼnBå‰8xe®ýš²WiÇ-Ç’ˆ³”¨§Ý©|E¹—,½¾e°­rf©B1¥ŠÈ³…j¬¿.4|ÕçÉ%W•²¿Šù7ù»v4a”ùì°;4Ði©,5$á"–‡›ª*«Ÿ&¼”Õe k)-þ ©Dp?¯yµ<¯(m°uN“nJ’­¿)f;6°y ¬Ÿ&îõNÅ]…­õtY®$§ú½|¥Ëz U@Y?>rÿ²;=ên9eóó¥GMóþ¼ï¹%3[ûf+ÆÌ`„ö«[ì‹j‰-Ç‚ýªèõ†£a«ͪí¥¥UZu0…Œ\òåvÉË»ôÂÕº°w~ÄÏG£ê²ÁòʦVíûÞÙé¡3¼TŸ -Hx¤¬ïS*8Y¼á­çO̱5*™-éZ² àƒ¹ÿ¶6 -si §ýáñíOù󚽯°¹eöÖ“&О·#q©ìeþîÒ8h_@<¥¸ä´"”ˆÙ4#.ímÁcv—*™ÒÔ›•Ëù‘¦Í¬´ŽÆWþCýbßg—ׄÓÚ'ÄØTˆ„æóêjÅÛÐóïSy8ô:ƶî"JK’Þ¦‘*ïWäu(~e¢ÙÍ0ÓÁOÕ½7èwÌö*7.ßµ¥2ó?”Û‚ÑÙÝÌxûõMÆñÄìÁÄôì Ü3eŒ¤î“nA¾ý°Vìõ4jrV%âûõJßà?ˆöOÛØ÷I2~\ú¼×\ÞxTxÂÑ µ„ï×9vV³4nÛ®Õ– 2£EÄ!k‘¼XÔ±ñ9;\è=˜ŒÞurçrç»?íûÝ—ôO…cëXø?(õ›ÖU@!â7º_tK㑨xGƒðh›Är?}m uÖÕŸ ¬\P'¾jƒ d/Ï6¾ow¾$c›T†Õ¬ÃÞ­øw#%/2Ð?¨×³µ\lÃ[-̲† ûõIø3­¹¥ÅfòƒÇ„رdȯ»'GïªøÚ¿òॅŠõPI§{¥^Sô0êBJ›ý~”ËF¢ ^*flŠü¢öžHR.¿îkõVŠb»4Ä¢¨}¢äO¿¢H½ËW6ÁÓeª,Š!7çߘ'TEÙ:*e7¯u7³ÉG+¿U_Ùlh®þÁ?MÉä¿Ódu<†‚M‘+E†gÅFy»#kch‹ºz’ -`äÉ—´¼Î,ä&õx÷ë(Ó»/†Q*õËŠ(·ƒ“®%ë½¢nì^ûC=›Åb­¬$4Ð9lbµM&¶'ìß´ßfí&ùù“JÔªlpaÕK»Ù“éä3ë²zW5–,úUªæs_?.‹¸î¾ˆƒ:ÌâÔÍw¶Ã/TÀmrêHäÛÖüˆMrù µ­ãe÷,ò¾¬³þ ŸV¿‹²6«tð-ù>™ÇÜ–j¶+³Lwb–²Á×d§ø{í9,ÕmºD[·]ë¿Äô´ns¥3vzâv'­á­ Px§@¥Pe?#ÐúæâÖ††4åH³$•˜ 4+r^y …K+Ò©‡×OªOb½ÇÔ™b*6_cúúè4Z\MØw›*‹ç[zI?Ò·ÐÉGÉ -É>‘NCv_Ÿ©Ó‘û=.¶Š\¯…i3'Ö ¶ÚnwëNƒ–V¼Ô2@Õóîei]Û"l+#õ¥·ÅÂ]¼6ö[ -VŸ‘Æ-¡+Ž½Ã›|‹†6ué*Èv‘™ZŽóRË^€‹!–ETÆ+$×~P÷+õi`¬6Ãa bÔ“ ¨«Sãfu4ø(Þc·,ðÒXNˆÚ‘î*½“/ÚûñYÆ×õë+7ô“gÛ’fCdx¿»îBí;Mñn¶ŽÊúT•—C–~Tó< -UG©Í[w¿Ö°‚(Ô½! »+Iů9Y–fVvð¾ÏñY«\øH6æùK«©ó‰¦"uNÁ-`;zã_ø¯Ç…¨œa‡ïÀ×ÍJo¬µD•G¯èý\lkžÆwohU¯þŒ°Š¨Rhe…VZÈÎ\Ñ-ËRõ2 ›«VÉX+èïz¥/çªeèÙ ,®=Ç›c1 -É¥jùmÁåñÕ2zÖ'¤‰¸¿åúnån]ÒÛ½¥*ñÇråÛ_ç5#vZZèéSSHpÑ!å^ff ÷£nZÛ†Ä4³“ZÔ7nÊÑÅ=Ô.Ê$V¨¹å8y»ü‘Ö€vü9­;ØFeßE»´¼Ä?T^‡=eØÿÅMe¶u¬ Ø~KûFàsWLmûþ -_·ùv[j&û¸FK¥o¿§L¿sË_úPzT¿øðF¶ë®:[ò{«¤x¶SGh&'…½n‹”T[V°­·Wlž«‡¥±[ŽQìÔéñH3&å™zd£"u¾°+”7ZÅÿ6¹ÎYoÏž¹meò£Ü™5{ëãÍ¥^dOõ߬ g%Ûj7oþ?Hð²ùÙñ膘3¼-FÀo® Ãµ=ûŸdžæ­¡ž Ü„Wytí$‹KŸ9oÆòÏMNµAWœÏsñU©iã5žÊð'žOÛ2°Æ^ÆÍƒÄÄ©|ï°øA̺Ò@jG÷ˆpå÷ër°ÔÈ&ª0cße{yý°ˆ¿>¥ºE-§=½Ažj®º·7gß)½U.že?¬Ròx½uê+6<-”¸\Jº$¬Ë$l©=¹ÑžÌô(NÕ¥îÄ B=ç-$¬5µ®€àǵ&œ[ˆ1;Buш LK‘-Ï¿Á:*-jÓX;‡)µ;‚¾|EºÃèÕËÇ&m`ª\Þ]Jïä†WzúG«2ýŸj^aÈa?'X&—©®¾¸‘!?m¾¯T©í^ëõ!¾Ãhå¾:^5÷'èíy'íª“ -/j‡H“«ËëbR «}:»¨oýO³tQy§Å¨ØëÙg|T¯àn«†ªrç»_{¦1«æMý,Û:5¼"‰¶jëÚË6˜A}½ÊT+šúc°GÝ}í× -èÐ_‡öõ½k”ˆ÷PyTNÆÑ^fT -mSŠú Ò95¼Ž«o´yïú1³´& Õåĸd%á´sSô½§{nXÊcøU¨ã‹ÑžÎZ8ÿ÷.I99ÖŒ‹fмÌ5µ,¹Þm²ššANdjÖ~??æh_°ù.%jàèyê‡Îdï~ê[®ËNJþªwµ6’‘Y‚ý^M·E øÜk[ÚŒZݪŒ¡ mx[éX xB©éëW0×µhbajR®yULC}£‡•äñœ¬jä•f=JB…Ž8W!Ü•‚w­`‹Ç¶g]¢££üZ÷âÊîì„Õwå·= •þÔ$ÐFZ#s;årš­Ofê¡m䉼匎øL¼…ÿ[¼~ -ë½²þ¢’ž½4îÊ ¦ÕÖ¾ü9ºÒ-©ªíáãT|{ûÆ~ÿ&KÖ4®çÊ¿s'q×ÂRîªå§:)J zŒ'ßc¹Å&¿»¶.&¡hµEÖk½xÏ6@Yy• ñÞ¯v^(•”Çò¶ÓÆ!7ŸRu.- -á6õ^ ©“¬&Á\4¯ÇmR“¦ˆµnt_욨V½\• SäPÿTD­ä®ö¤ö>DG½ÛŠR#›ƒ µ}áÇ:§j€£X]Ò¹.wçærßZZws^ëæ¯5!òô>Ò‘ßÔÃÉHª„§¬ƒ!“é;;,8Ù)ËsCçûÃq¬ÁQqA -Ðnïh99LFcùT×—gbª×ª$ÑU¢~£½3 ŽÚès2JÇë$=ý•¶Á=2ˆn™é{g§ßC£dÎÜw£¨±°ò¤fˆoM >µµ´z1lc15‡™²ÑîÊè@̧tÍl^;-ÿæi%ÁØD RÖýü¶1ñ¶uÑ%ÓÐŽ¬Èûg²Sj`i°ÛŒªÌÕ.PYë}š-Æ÷.øX‘ÃݵÕVú¢¯`ËZíƒÓÒÑN/ýÈ[×ìLýª:¥€Þœ ±‡: ­ôÑûürRewñÙi]¾Û¥_•lèHµx¤© ¡ÿƒe·RíI³—hö:ø»Q`m77_{–•ÐR¿Š¼b×RÓbmä6)Àþqï=Õ×þ~&¹Ò÷ÆÐ[Ѱ¬uÒú¥çÚççKl­ºY8+'­¤Áß{±i}rM]k«½XEµà2£)ñbÔTâf|OØÇa{IuÔ[ÆÖé!J~ö×vº¦½D»·¾y[ç5T;•PœéNy¾Ñ´q­s0Oþ4-rå~ò Õ}M¥Í5Ì“ -ÎAj2Ú½†}ô­D´–Ô+ç¬:bp‚ЛݴÒÚ[£)~á=ýEêÍÙìÁ¶HðfJ/vdU½lz9Gïvõ‘ïóÂë.w@È-Yúè,Ðþ­9ã|5±j¥°†gõ¶$—\Ê7?Ô;€{1(¥Þ€2Åú³cawñÁgÙ¶¼Ã¦'½†å›ØnÿB Ïç!yît$–ÿ¦ÌìŽ?¢S}Ä <‰ØôF¶Œ\@±ðM »i:k÷¼­ÏWÓâ\·°iÿ¬fX•æAM3÷X‹ç¶µ /§¥¾i’õ ÍwCÅ3!ËìÜànw¿NJ¡´/|a8À¢OX'c½âšf»½¿)vëšÊšœKM7¿«-ÿp5›Ød9˜¼xZÝ@ªon_gòD5&»=MEtg©{í“`X>\ÁûõkEßøàÃO‰ [µ a@9l´Â‹&¶4‘ìÿõUØN®¢¨ ³Az€¡"Ña€— LÔ Y}J -åmÝøý ¥Aäá™ý‘ã(k”Ií[’£ -mdØzfŒÂ–®¤èγ»âäfh‡eÃòòï$ä¥ÿÆÚv8 ðÏfoéJ¬çQëŠWzØjøº~“kOØ›­asËàM}}çÊú䓾ÜiO­%iýîHn»À_õgŸ1úóñ²å úó‘~è´Š#«ß:lÏÂJ_½¾ $ø>›vG¼nubÑR4Øáfû õÓœb0 ¾Ãlßz†`‹tè•ç+YSŸ\:xïì?ŽnpuI= â¼ !ꬬÉßJý3ƒ}·{³k#õ¦KDA'Ðä=ˆ:ûûFÃ}&ˆK‹ |[ÓáEêF¡àw†¥kÚñÓ>C-Õ‹÷l¬sÝÞQGÍšÛ]MG.F¥´œÆ'ˆúÀ¤£›…ÎÉnÌ/â‹XëòÞŒ6~¨D#¤›éì‘«ô¢y -ÖÓ˜ß6gÑ+öi–}éµ~ù{»åÁ¾Ëá@Ç7­÷LåÍC¡õ£náÆEbýà›üß„¿CûXG…íby¶­pçT\Ü}Ù>ÚÃÍÚ®ËØ—]­¿´+ëàœè¨Þ.r›·s"›às/ð³áÁáA°r ÄEÀ] NžR¯ ágé7Å»ú-=°ü©Ö ¬Ö¾6>B4ßÓÕÚmV¨…×>h\uü£ˆqZ–÷à—,ý“~ø¶~v`’ÕÑ—ßFÅzvFy»ÊÏW®o¡Â–Q;Au¥DßÔqkß°PòÉ’è½ý6tÊõVKZCWq }Ûfçd2|^ŠêÇÓëØÚâF¹»#{õhˆ_‹Š†-ìt_Î4ñÖÞ˜ù>Þüƒ µÁ´õj/™5ü3WC!5A®¦vGMb¾"lúÚÎIk²“8¦`Œ^ƒë…^¦qk'U*º lVææÙ‚ë2äçúÚj&Ï| àÑZË­¡t±bè¡þ’ >oQ§9±ÂCº -K½g¤²³¶ªÏv³+®³º1ÃÚ€9Ö›8:i¬!¯aŽäÆòemœ/èÞðÞ••ò F‰5÷fmËEÖg_.XJý76,è%ùôjX.[-¼þ5ƒÇeÛ²w¥ÀüÊø»PHíPg¿²ùÜîxcƒx£Rý)_Œ;Ðþ;똢þ¥'¶˜Ô*#Ê`ð2m¾Œ3OÅŠukka;[2q£0S­’ví6NŒSm:„‘’¬–ŽÔŒÆñ¸P…Ëó9íXP<ør¾Ä<&ÊŠ‹=iæ¯ZèêÍÁËlÂò»E¿º³çyÁcûËH¯÷èáÜþËóŽ®rMY- -_Áw€ˆ4*&ÒÝiwwËýæüœÇ™aë-جítu¹¶×Üɇ·µWyQ5å—Qx²rwðc¿½TGïñ,e·zr7ÓëûŒF¶2.rt¥zýZ·ý’£5±2<¼×ÿVw° s°/ˆ¾)܇öµÝiçÎV¼-N¼C’‘‰ºÍÞèàñˆL޾®:—ñ[®a“ñ7ζçµã¿€ÑôÓ õîoh­û­0OÉÂ-{ë<ášDáa”Õ(N¥Æ;;Çè¾ÀnuÞkÊÖk‡¿ã¸Ñè߇êf/„×Ú‘Ôuº©Ý»4ŒKµ´ÔÄŸw£ÝØó^ÖKzXyárÆ| ÒBl½Í¹ò$vo×þú}º@U«· Mð»ePUukwÝN7A§Qm¡ÀŽ$ O K¾õÓ»]‚ÖÔ̸Ô* -ú Š¿•™u˜·h†›™Õ³^|[!à¬iöÛ8ɨO"5 Ÿ›.ÉŸK/“‰?]ßß%kF@V3fîãŠ.´S(”ôý¾Iš¹Ú ãjiaÓØ ¡¥ÄµñÓue²{pà…ÌV©r4Ÿéã[Vä}´ÒçVDÎro0S(@7naº?* µ™lÿmêHº1V0=媣UÅ -W‘T ~`ûÍ{ÝúE5ÈWë‡>ÉÞ È–[“Ž÷PH 4DSÇÎC·[p²p– 6UÛΓß)d°g úgêèët5Ýi­ÞÐiy;Ò7ÛC€yÝ÷cG§K-ï ¿¦(Ú|vœéVÝçâàcå;Ég†. IooS.ŽòÓm «÷~wû¤î>o½ü*¬ào8wú¾&ÞiÙ÷H¼.Ü×÷½®öK뱿sUzï8çT Ôþ\ ¤ÿJƒ$8Ìøåßò—I<»û«¦_à¥eêÓ»ßÊ+%ï-»fÝÓyïyú ½„ÍP„O~Þ¼µ©»òÒ:§kµã̵ -¶]Ú“óˆ„Ç™‚ù/ɨt-¶1 k¼øx=ÐY,v¾AJ‚ß¿7 æ’Bü†'&À×ÊÝ—áMéX'ž"oǹÀ¸JwÎ¥¤z‰€|å2Ïgì.–9ô¹õ"h1ŽEÞ`¥xq+\0I¹†K±”M³ÚWò~)òK—¢-ç;èPÀw-MœÝV:¼ŸN%T:_ÒÕœúÉ¡‰w™ó|› —æm½‹]¡5>Îîô¥ Ô§J\TàU›‡«KU»t¯ o%zŽÓ¤x÷ïÎp‰Ú‰Ü¤ßáèÅ‹ãY&Ç;9ñ°4l¶œöQY<Ê`̬ -¤88¥i ÇzDÝ×eˆ(P¹¦Ycl>à}Íš§$ÃÍØÅå‹Ujœ_¸ñ$ûÆF§UÇiÕ˜{ï„Ú=Œ´ÃÔ™D µ5ñA õœšá05!¯Ý˜qk¡¹cÐ’¿ô\W,Ñ’}×÷z8Š Zÿ$³±ÝYŽ¯ÂØþƒõ¾¹F  é^.RFŸ!~!?N $$‡CÓE]ÿì.E¡[Åö'i3fuL8USÿ<»Õx(׎íS¬(Ƽ:GêôÖ8x2Ím¾¹³Y(2žQí‘E­î·`ÚZÐBcçv»_6=ôwÉjó\xáîO‰¯ÆøÍÜÍȪ$“WÔ?•Ç´C¬pùÉBc¹%hjwéÚPÖiaÈ×Ñù7°ÃñP*8¹$Û(ÀN—šÓ­\¿ µùñBo&óöèÚ{GW7ٵĨÛ×¶gÇpYSfH×Ád· ŠGƒËÒQh3ó¬}‚î“ÖÈ™Õ€Ü ™š$]¿Z½@¥ñV§1B×­„Œk’8ÌÒ©!ÀPßU~Ž\@ ¡KìnêjÛw×cŽˆ,^¯‡Ð…§–³#`–NCÇH0"ö-5â_}ô[ÛÙ8êrÂß¼‹Ú6ëyyEX‡ÔIjõà»öV­Ë-ÀíÝ÷¼áîÕŽß½î%hìŒÝ-“_\ŒœX’×Í{kF4ò’E÷SnV‚BØÐ®ÁtëÞ6 -¹Ï¿]™n‡-õ (³‹o¬Æ3d™t·> ˆC÷!”Ë@&GN8B’¸ÔF|¼¹7¢˜òá©yÖZ¯“ E=å©Y+=p\F~þìd§¸ÞkýÍ<ÙLâíÏo±„®ì"zGÙÙÝ;Š„:0mŸÆVÔx#nwbÇ÷D¸ÌíyöÙ7£ØÁ«VPâÃ;µ[á‹(®H¡^02¿âË€ §MTò ÌÍçôy}¨V+BÏàú3‰¯Ì°¾«Ál³ ƒ®üXw—é¹+6™™vëªv6æÃBit¿é/µóÆEãžmÁþQŸE´ô¼ë¡É’‹ ßÿ÷wía»c1Ó¾r•M†C¾:­’Xõ$’—R†ûª.Šd›”†–¡†&î x¼òøÒÆ6¦< NR³W®´ú´[¦’ÑTvßË?XûA[19)‹7VÌtHeÕA¯=Æ2R‰¼ðˆ7ýYSÈ¿xÜ,„ŒQ R [Ôf§B‹Oƒ<Ôé”ʮӺhdãA±@<œùó0Ù5ˆŠ9EkÇ"×ÞÉr­Óv,¯ú¸(x@ŠB7¨C ¿OOx„LJ½ùÿøwO^ƒMôØË­r¸Bâü>1Ò¤Û²ÒøùúÝÍ},…µMÙB÷ÃÈ}•±±›Ó™GzÕ£@¤eÎ.©Yú~ï§ííXºØÚL4õžƒuÊîT홬_¢Wu^&ƒËÎ))_>\¬ÎNY@°ã©«Ì÷ @§¿wUÐç3={œÐÖO!-Éiö7»òrû¥oqõZôËsÑ;W sé½@?Öêæ -íò08-›=¨#z.uï®ÜÙ’Þð{½x r_O{í¬à±vX}½t'ôâcG¯ÖB6<ý8‘¼­ÏÉj‚ãž’ŽÆ!þÑ­²Ír‘n+o·ÍW@«©Lî>¥' msðœ#-`^I{Ž<“œRþ› -xªl †8‚¿³wãÐúí-ô#ö‡¾SköF-wîÆ°ŸnÏ=²¼S«ç‘šoÑdïçËvGmlÂÇ’qb®­j§Ñ -ÕÎŽ?rIâôáW ò{ËÇÁ \óʾÖ|.¶=1äe@‰Î_Gµ§r*ñb¶؈oÎȈÏ#6ÜŸÇ4È=#m3½2%„~Dɬ…ˆ´EÐ×ÚóÃÒ%Qü ƒÿ`ȹQŒ{„Ã-ŸlŸ[B•º˜È;fsCoªá’áÑÙ6‚Θy9W‰Çk¬Ïyk§è®UDa™Cí[JjHSqG2B¿·uÑŸ;Õ.2jÁüãäg„°rz*pḟكÁêƒN]SÛÃ}·?£-„¢'KKºÞ#ýòy–›?ýÐU–Iû!O@¤è[ºzxâ¥×áj«§§#p¯ÍúˆË -T6'b@,Mˆ¹¨ò@oŸ¹vÖ$ð:^ïäº!\>qrÄ¡mépwÍ‘_¸9œËv@Òd‰GÚ -é¶—}º®{åÇk–>ƒºåý4£¥þÚÙl´2þÁ~Ŷ&bâYòù¼•2NôÌçNöãÚ¶V{ÃÑÎvÑñ˜òãè¡îŸ/ Ë|ØïdZ@ºì×O¤Æ¬ÙmAWµŸŠ¥¯…7Î)mñ’û·ç ]ÂÇ¢v<=.‚Þû[ ¼Ú9ÄÙćI¹¶ƒ`í[çfcÑß´`²ÎsÖܦätPïøŠ8i­€Qº‡þî)½©WánŸûó™cÉÅuëé6Ö¸µzÇ›Ï,°6$3µ¸¶3ØìÉô ýðîzSwžËWêv7€eìâ§ç×eQæR(ÊÔ;ƒ ú·«l[2…̃w·WoT%¸ûöH$åèG!nÙòï:Žƒ3³ªð©ßðp}ç†Y ÀSÜø›ºç`Du7û³ãŸQ·? ±°±Èª#?Ü. æO½‹Å¤[rïKj&ØqûÀ¹~ké‹ánÂÒÙyRƒ“|òúX´tª—7èlZ÷6U«’!°ý, àgm–àYë—’ÕbÜ£ÀVp-P¹Tc2Êõ‰_Qæçž¿áýotT¼œ+|áê—K7¨G@×{uɘ;Ê÷>£ßÑF’ã(ÝÊdª! ÍxK=‰˜ßú«eq=GRØ=‹Zø> ­„-Ý>øTÁŸÞ¶_}Õý¶ç´k:./FÛNž6bãP>*ÇI¯ìnËOn¹V}žÚ˜<§íŸZ*\Zçn Cäž6†Æ˜þ¸Ž†8”b}+ÿ`Óœ[ëñíágrg}$äú·0@ÓÊæ&„JÄ1'£×¨R3Ÿ,ÕC¤•{ÌRéfëÐÒ¾¾ WÙ°[73›éV³NAßž21[‹×Yôiæ—ɨÜÖf7媦³}N«úRµ%Pj#)¿Ê‘ýŠ,tÂH3˰«©&¡=§˜Š~½“yÉQÛX—I{äÞÐ’Y{Ò¸lÒZXñO€9"÷c¹ŠŽŠÓƒ/Ѷìž(srƒó±"çFjàGJ˜ÛÒ­öøiV é•`1ÙXYSø÷VãÒÔϲ-bâvw`ígö…äÌ>dkê‹’´„G–åö•œàÍj»¦trÕÐ]éMÇ…¡Ñܨ­†ÄP¼Ž5ï…µ‚¯›Y–žö›fR ·<íàvË^iX/œ]h/9b€ÖÜ1ŒÔî³n1#B*:ÙíL\]ÎA©]êuœqF2½+¯ ×ønÂ&Ú™W` Ù4Eq3-K3yˆsxõ“2Uø è6ηeÕ;L:Šê¡ó#6þ7¯Y4€¾w+EF¬þJü¥æòÎÛŸûJ°cæ ¾EËÑk…Tkáû­FrK&ݰ†ƒu„çʺ“ý{±Aü…â Õ6™ø%»ˆYîioå=ô9%ãdRá3sèÿí(]À¶Â‹n$ûŠ$KÿJEñk1ãÓ„|°ÞûF­pªî‹®õÖ.6®å×  .bÝ[nßý­oÖG(ÏÞz/Rëz{õñ@y©%¼¹aU]ÝñBÅ2(ªÒ¶wȺzH]¤<-)< m)v#ù=L”'u7Jˆ¨xiE¸1\cøÌ×ÇC{Èò›àzµPãÉ ÙÉ“§ӉШåf§v%— âV¥¡–½d°^l”9QŸ`£üH…ÓŽñÒ¹ßj¶"ÈmÉ«ùãË ü|K4„uµ]ópÒæú -R*žéÃ3îÞTwÇlb8õlÂäÐÓÛµ¿©Mƃ‰!ˆ|ÃÐìíM±my‘T±/ïðŠ¢:N”Y_Õ©šÏ=Ob`b}mtsÝýù½†Vx"ýž/›F° ô,¯ cÑh"æÅæ•í°úص(…ˆRÛ/3—\{ë»Ú«ðõÚÔfúãò}iFa0º\w%‡d±Òís¯BŸªÝLå®_e9iXÜÂc¥ùh>Šr­ÁùU”²ý÷ŒÏBÎ]ÐŒ‡¹ÚS÷špǪÀ¢y;¸×;.g…¾§êðš£K«LZÛØš˜ÍÏÄÎöG´m{5Ö–6[mï¡—“l÷©j®ÐãúO¥VÅ'K9/¼¥êb§s˜–Sû´!mÜv;tÚþŒìû†½ë0Ù^B# ý²oØM­ÑŒ@¥by¥‘Û‘!põ1»¥ÇÐ]ý@1۱Г¾k+­n^‹!;VûzÊÚHìi«:ÛAç€8¿zU2¶t•ž.c;¸cý…x(í8—ÓK£€²È§,Vâ²BŒêÛˆÃ*‡êÊí( jV rákðrЦÕÔíyͺvÒ|V+üØõcu\fü YLÂÚ5íÆÀ³ÃHÍìc -ÂPQäí¾¼åÏ?- ÎD©µU$vþÕöZ‰Gè,_>‚agC?;—š¯ë{iíÿÁ"YŽÎðâØÉά¤u…åho÷bÁÝÄJ»6ªvÊ8¹?dw¨ÆFô¥Ûôulž [+§Â®`Ð_ÅÃg¯»\)Ï*<€„S$./Z`¼¨¨¬ç­Lî¾´ï õI¢ÏDMY÷«ËÚ%Ú–Ê_uÏ,kèL<¥Á$MYƒY„ÓDwÖnÊc[˜‹»¥C2än¨óuJºÃ<ºwà~Kàù:;n -wqðÍOJÙÛ²Zo\v4#O¢ßW]u ³j‰F”¶×>î=™Ñ^¸óU„ïïÈ€³s`–è''—µßÆøÛäÏû}L¹\ưٰ*KâýL³ÇL‘÷Í}ëeUVö¤¤Gþš¶¾ÝÅ45º…:ì”BHÎr«é¼ÞSIfgEÏÔ‹«`¶V÷ð@3z¿£Ú¾ÑM'×)m–€š6Šx×mç7S"ì%x}pû¿X#)VÓñêd2Ñï5Ñìû’1ÐÆNÖ ·ÕÕ%hˆòœp¹DÏqª(<ë+•Ú›paî '0øVfgJ4³» [] ä’š;¿37ðý²®_ãZMNïï²RŽ*¦ y½ ÅZ[k£™…xZÇ `aMÙ™·Âã{d8ßp•÷ÛÜ&ûs®XGÖŠ춦H¨©giv·äx"ÑŠ¬ÃÆÊîJÆ3ôë¦Z7Û+£ßYs|jcr™°¢ƒè†®ØøÐläS®y/PC•ʰ¹>_@²‹>I³™n¬Vk ÷9½,3ß*?,ò¾K8ã©Aöß‚¾*½jsu‰Ó»°ÈÚ¶ãpóúš¾àÊ&¼%ÝfQ# ›3ìÌH_Ï[–ù*åÖü¼Se¶V¯1ɵÝöÃs6±Fýa«ðÉ©y~ ×!YŸo]5¸¹3hº+G³›‡EÃø.GU’Úñ+Ûž¡žÉê\Ñ>a„¥^úkÒa GtÖ”ðÔ6BÖVBs8s¿èiLô»6ü[i?´*ÿ!ëÕƒlYNÿI°ÆùÙ!£aIwúöB·ØëæídûlùŒªw÷áå;ýððÒNúÉ8äëxê®ë“"é4±HG<(|&†Ü².ÿ`Ø îâyºËØ‚ŸÓ¹æ|9\V!îÙÎîF‡Ý[*j°6ÙËß"ÓA¾b´ß¡îv‰æaæï¯Ó–¾g0»‹6ã×g`ôJ8†LÌjÉÓã+Spòµdl¼Kpª'dûƒª­×c§ÛËË>FÛ¤ uà+Ë_+Ë×™ØZ7öêü.VM¿>q°‡€Þ÷o—]¦®ìn|®×—[%ÖSX Ez}k ¬Æìù%ûÔQI¢}£§…Öì1ã3‹M¨+LS¬JÏÀ_–é7×IT/Nc -f¿]b¼î»±V–ÑM9Wƈor´/?¶ÅåíïŸÿ`>¢<2˜EOpîØèW˜E=’V-bK^İñÄω±ñùæŽJJÝ>2åÔWáÑý.ìù…Gsé²1FöFî5:w¿>Q¦åZèËyØ£™¯EQZÓ$¯¸ØŸÊ¢§"z÷+&NϬèÞ´£b’r­‹Ö›ZP:NI9F–]Y³>L!ÕÚ¼ÝÚKHƒW^ í¼ ¶q¶wHþ¹qXÚ3{’Ž~À»:Ø™'ª_±J_5°ü32PÙ§añÕ”‘+¾´ü­~m@v¸)Âës‹ŸX×ãÒeæ’Óû°+¼>)»$š͘ö8¨ -TNñ]MA*(²¢iÞäá m€æíà ½ïm·\y[Eαßk™Y[‡­Ø»ø§„ÓØÒÖ™®‘`MiïíZ2Kás1Fšy[Ÿ=ÆD|U²祶ö ³¿/ƒíËtgX{5v,ˆº -Œó¨$61á9«É÷r{…?G›8Ìþž¤-½0ÃYÇoum°‰S5KKêmÇ=å·æ T¶jPn:éaƦNtzƒ%iÞÎþ?q×—£”[‘Å+hŒÇ¦£Òµ¾9Kã™ï_g/ CÁËoñ$;¤WBõ‰ñ>Œ¦mupj¸[½þ5u¸óÿ^ÏñÀ ÷™9[~OåQ+¹½ëµf»ö¨h†Ë4Ø GS_9ØH%˜K=¨=ÌPXæ^HCõÓœ¯´a;Llø¥Fh™â ¼á ¥1óFd‚Wl·p ‚3·!‚¼NáàÚà”Í»š§ïç›(n+AÚœ®ÕÁ]áÆK왎0zbTÔM­uAiÂŒ¯+c°à*ô £Ã¯ƒÇv+Oú%Ô?nÎE_¢’—UþTNöîf÷a•R]ñ=:z®9«Åܰ'Øòö×7‹NnÁÒ°¾¶eNuòÝÝ­M†#lxü%E\|ºn7t@v ÉVW×E80àÛ—q–>:8 yÌß•ñ.©8l´l%Ë{_Ã'§²3Û¶YºeàEâÓ5XŠÏ_i!rñÓP…zPèZr´>Ñ0SóqÓinŸg¥j;œz—›o§ÞZ„dž+:TýäNíuyÛJ Œ<§)Glpm´M°Õá¾VþÁÀD öÖ:­®ì±¿ûél•Å‹ ÉHvöºP‚¤å¸Ñž=öäñh·HúšˆÌíMyY£+óVjnâFh_'4 ‡·»m©ìiZd”ÖÃÂÛ-Ìl›ÕÂ[Úåwô•ýtì›gtæØ´Ówý«ß°z˜þ³»0ß©#xmmº×m2ˆeœéØä ­ÛY÷(3œÛ÷TXÑ ÜÑ<ëò¶‡nɶ&ß÷Šß&—¸8Êñ€ºÖÕ{Uš‹aóçµiÃPLQ7nL9$YüH­À#<:oHG‚´®å+ÎTÇﮠcÕVn$ÝM±çÉÏ2ñ<ì–"p¼U±Fƒ„þ×¶XuEaVpQÙ¼bþ4?¹½œ˜Ú øDA‚klk—ø™%Ÿ«×Aý-Ocf~8â<'”/0ûÌj§^S!¹Ô»›7Ë# 5‡Ëóµ??–=^'°{Ù ˜ÍàÜXq±1°'™wÅ$µ·Ãöæ©É¹§iÁqÕ™[ôúتE5 -ˆ~kh‰WƒÆŒzNùá˜yZñ •ÀÎ.ÙžÛ“Ùdkž*mG³@ï#Ó;£×ÞûxVâR®…æ)•ý&U-eQ¹ŽM,ô^†©ˆ¸•Â÷,Œᵫì}`£–¬ûw’·!eSJš )…‡ý„M^›n>yw¬Çb•ÔùëÀ<9ºQS’z)†¨Ü·€É¬‹‰óÁ!d:eÝjñ‹!¨dߊ[NVÐ Ý\µ±ÛYxNÛK?î FïP[o¤“o:ÿ`æ«“ÆþŒ•áºúõÆ%îUÐVúÒè…Ü÷†l«W’î7K…íÐYðÍhøV¢ißÇk€ ^Þ—®¼oýhoÇQ©ojgÕ½¶³ßT·ÌÛ*²Øì²³½rã|CŸ¬Ÿ³èëî)áÐáfñݳäMg_]™.—OÞÜ!¯Y"½Úo2ÕZ=|è>¾“r£ð#]gïuw$ì²ÿÙò†e[±›òI÷\ŠG7Þ œGî|~†©KÛS[Ë,ûížJèD¬W=®~Ê®¿Ý3íB̺Faèön{t{Tݬ™ó sÉñt…vv‹¡ùÒ·çÃ-@燉m Úöo7ùÊVócì›ÄãÔ¸ JææB˗Μel¾'ûV;y….æ8é|UÍÚT0ÑYi$PZlÝ™mòת£:_mïP뽯îã ýÙcê¨lcý’3n™`›üžv°¸N÷9ĪÅ`iïö³±£/£9Ú>®S÷®ÓfúK`ì¾ïŽ ìi'ØÏlYÓ–e™ÌG®\}’]ݲB™N x ÃNYËqáÚ áÐ@F -¡íÂïfæT2+žTÝ}êa¿ÐÐRtðÝé:èVú d½;õ»ƒå€µžÖ:$ß­—}~ûyRoÕ_Ê<~ºiçr½m$´IÓsElË^×pîJwg¾Ü×íûÓxJ„år‘¡6ǒѽHV=6÷–½¸ŠÖl3c?7-ÌžÌC•¬ï_¢F®i‡JŽ”Û<ý{u}Ñ·³êý &JÄj­>°Ó˜¾ðk3°£¹’¢¶¿oWZ14¤ÂG¥ÿ³½š2×-Ȇ¬8¶ƒ-”yÂP6™-A« ø)3ÛÙ×fG[O™â(’ ò^Au[³¤›9O0ðöϾñ„íxà;Ѷù$ôIœ¦^áéô´m¢_y•Þ9òñö*cKÛ’¨jó˜]E„–\yýpˆç/Sû‡¬½{¶Ê’‘'ûJ50òWÀàº¤Ê -²ÀÎf†ìhó£ÍL÷™uÍxŽYØ©„‡}è[/–.Q}¼ÉÍŸT°_E•ÙmÀ®îŸz­Ÿ÷`{íƒ?à¾Kƒ§^g.©o{ý -4i*]c%)s7qjº2sB¡/íq°¸ï¥ÞE–U£¶™ÑÍaymià :ñ%Þ¶è{Ø$ôýæ|ö¾]¨À òð‹ؼTÀ«Ï gQè±+—8·~likIUýͬ‰v»4Ô§_Çõ`MÕ}·iôP‘—1mIÀ"/˜úù){–{ÜC—]‹´—­öwwt×(à¨Ü3$¤‹ù e‚½î­41¡Azùp6jÖ‡tjNš£»geÏ =YϾVg˜‰¶d6H­Öiú(¹æœ"VÒË4E%_›/|á]Aú’FïäSY[4mëÛ¾_=¡U5kŸç¼j Yÿä>Âûÿj£ÈžµLÄs×f ËŒSÄ©3ÁñªlÙ³ØÑð–á-Ò Ë]pÕñ°—è5¼°Èû§©"Nö%šîæÙãi/÷ZÎbsµ\+º,+‘fÎwû3M®ã˜¥Ža£¤7òÞgÁ.wëu¬£ö®_oxLDîܾVkëz¥Åßš+—oº~{´5÷G}nÉ­´Kä¾$¹Ö+};-ð¥ÜÂÐ@%'ÝÒÎ [X€ôaØ5³vcJßþô½RÝV9¦h¹9©ù‚cW×PU@û^äJo/#¢#'Pdm{ï„zÎx•ç¹) ­['¢Ö«‡;¸Üíe?aÒèj.ûôZº~ÃA~¸4œ;^Eñ=_«ÊŒ=É¥º¹ª{܈¬Øè*ÓålžØ ºuGS¡Ã±A×È‘uY$wž‰rÑpç¾Þ×é¶²>GpcypBÁç¼!.(“ìYK`.X©Ó@pÁÁ•W)í#¼ËI¡ûñŠ7j­S™K[¦ˆÈca¼¯†Då£DÎ7wÌLÇÔIe¢•׸úÂ\wš2*¿iæÎ ]Ÿ¼H€¹éÇýßdÛ•ðæEÎ*Ð"Šœ+ÅŸIÁ–*Úžða²cª<$-0oL¯ª·²šßVúbÁо±|¶ ÍÊ6 £86÷½ë7/+“Þn™C¬ÖbÙf¨>‘Æ9ô²ê®Ú!ÕšNìºJ0û‹,†©7¬a4îg;èŠ A/½eæl$»ö@ÛŠ904àÚÛEªíPóTuhP{„¦tRX´s¯è¿~ã$@“*~1%‡ósj¾*G ™+tWdd/9ïŢРioÙÄŠ4 ÷Ä]²2ä†Å„*€Í£»ÓL”.è>ÊNTjí»æ®œýƒQò0eÎf–¾Gªß:ÄJìÑìívms)lƒ÷µÈbu ´Ãv -Ñ­XZ‡AÒCãúÑï¬ §<ý혓È]21mÎÍ·eö剗~í³<ˆÜë–¤€r§hF¦6¡/¶5î3¼àö% »~Èp3|"[‡ÂÜ?ÅÓs™¯8GŸ´O8wSä7è ~ÄÎKš€”ß¹ïìzϹžQà¿ßÔOêl0»Ã%œÆî‚ƒIÿÁ¦ßú ÕžîÔOË…£¥×—œ¯ÜWÌ‹ ¬¼f…·¾Îç.;Ë@ H‡ƒ«fp¹|Y5§²Ñ»YMª…Vïݵ :j?µÞ8Ýu¥qèõ`¼Éêô]Ixé5¿q7ôç/±ñ€®Žºg25^¿ÇÀé)1Ÿ”¬†XηauÉw­“6½k·2+Ê<æç€I¢ö'ëHÏÐ5Wøg·Zè‡m@ÎêÔ_nDº¢DݳúÍ:ˆlbÐvVÙ3lË­¶€Ç5ÎxíèÔ×tÛ­c ÂM‚ºe7ÂI5vîíâ{i.•n'm‰%W½[,Ûו™‡-iÉàß¿rXÕÜ‚„(p¬tIg¸¨æ^£«óE¡Ã_Q¦ Æ[PÿuPãþp1Ü©F¡AŒXøw¨º5ü›¢éHfD+'¦È¬Ç‚’¿¡[¹x¹ëưÎúã‰/Ü øõší¸(òüqJå­xÇzÜŽmsÕ,¢Ó×Û+6œUÄ *'ëÍçä:Ku»ÃÂ)y‹¨ú³êʇ'Ð{î!{|î®Äy@„]êTñÎ-&ÍÞ¥}²Z‹ øÝ›ák×òë7‚‡ÂEÔòøíXKÃü¾Õ*7¶ÌøÎ½É%(¾}ð›.k®MΚήyør•YéY’Q‰Z—²\ÐÇR òr2ë_¹Úv_Ó0]hPœüÑŸ’!È‘„_³[;xIuB‡mWI~>Àü=)hÕˆ¿7¸£imÛ*pY¯ Á ÍjŽ?)z.–}Ì`;ĶUo(œèŠéìY½—§)¨±çÇ{±w‚Ê[4îYÁN‹ohwL¼[o§…28GÝ„µnYû,wÜÚo5¶uZô©²-ã§t܇Eô)£ÖäÝ I§oú½¢‹&>,f5îO:q»?þ¢CˆÁ>Í=ü¹+íÙõÞ×Z®U=ŠÃ©êÄ^#=÷…#ÖìÒÐVÏò51n^­|ÏúwÕp"ç4¤]'Œ-#xg®âÛE+ò»V¿o[¶–LOšY»•²ÊŽ9ÒÁå­Ûe–Dô@? Ú3<´îB=ó·RÕ€ÖæO®ÌýóYý›8΋­ ú·NgÒôïÎOý(ãç4TàkÞ0 çšצOÌç¥ÙzƒXBy‚´*×Q;Ôž)‚ô¯Ud± Þ"Ü6û¶߃n–o” σ%[ôœi†ñM馉ьÚÍ-rw\Æ“ûÆJÇýß;§D7Ò«ø³¤éÞÊÞVzsvÿ?R‹2™Sö=ôâ•Òu#[Wº;IÝsЩ&— l×»Hœ”\F,5þdÓ YêŽT÷…Ó(©bß!d¤îLf¿ØÅ?§N;{mRGZ~zæjïúK§êŽwîî"1J>KãÕÏYÉåhbØc»•H„#">”Ò]_u©»®J:ücÐa³(”ò²F§‘5vÔ÷ÊÀŽJ6ºó«Ú» çU¶è=–ÂyŸ˜g§½¦žÂ÷jÒF¸þüæ‘çп -3”×Û·‹è|Ç…Ð/×–ÀãÁ_}wJ÷£ú¶ÒýŒ2®ñúô²è2%Õüˆ“ÑH:, ŒðVßòÕà{ÜŠÿàR'Æ^§ànVE¡½(”è§°Mà…µÂÆª¶Jª‘>*è£U>Ç3‰â|&}ˆŽê - µìûAd'lúÁÞúbÙøŽ†.Ù­¿ -Nþ€¯áÔVÛ^Ö1~Rþ=_üe;­ ?W¿)­‘õÑêg%W6Õ«êìd×¼å² -È—‹64kú|ÿ”´An™:Ò¦i¨•Wp}ß—»ÂÛÕKñfx‘’[{(e¥j¹é‰V8„l(p5&Är >Õ3új¨Z%X4à2 èlKÿj¦@WÐlr¨øh¾6ökÔîO¹º¡ N€ ¬ŸnÍËðQY}¢zYr~•‚aTõ‡AzùÄŒ”2¬ž:WZ˜{ñU#”Ï´7ã+=gê×fE¨ˆ†¾¹mñ§Þ>²³(©z¼þ°°¯p>–ysð¹0Æx:£¥~(‚1oUL~ü÷ž¸Òðo Û¿ásó¡õU²ü jFÀȪƒíŽÁ K 3Àxb ³ûŒG{õ¾;î&5 LÄö^Y¸µ‡õNÆiaì6ûŽò†6[KÅâ¼+Ý£‚“íÞdüRÿ¶ø„B²³·or-Îä ¿\ø—_ø ØjÆ„hç ¡;1^¿ûüiÂΆ› ²¸ÞÙîx8™.m”ˆû¨ÕŽQŸúìÃýÍè6¢ìßÐãž¼: úœ d}à(x›zyK`¨Hø‘;v@š{{L³/É«4ÆhÜnmÜY«=Q28œ@‡ã{ìÜö¦Ü¥ª½u°c0BÃOôîÈhx„âÞ¯)l/à‘·â_# ¾ï³4 ʶR›>ýޤçò{œs¨ÏÍ&^fI]|Õœd6-Òö%”9ä½Rœ&±tãO+ïòÌå‘5/œRÔGĎ訃A{…}w!÷X™¹·A¹nP¿x_¥š<Ýø`îCX13”ƒ€E#¹¿©]BKk}ý©VSm-…ÚæYåÉ)ŠÆ‹n“h‘,Òkýó97"º½ÚËnib£ig€…_é8?ì'ôó³MÐªÕ Ëן}XEî D¹´÷™Xî!'?³v~.B"¶£Ï­œX¤¾“¶«×.ƒI4X÷°BÅ»n^¢‚gÛk«­0s §õi›_¹E­.V3c»P_`ñŒFÙ”ÏOÉÃY¢RC''ô¢~÷×uuçöûúçÕ´+i^½hßd¤˜o£"¥R@,þÁ¢¹ÜÀrp sgþ^äö6†”ÍOýʧÖ|®<·’®¾àÄm÷¡òMÓû%HÉ͉²L§¢ÏÊP_J<®Œ¾ñ!û”¸ñ°V`¢ÛLùÉG^îÊ|笟W7NkÚž¯ ñʃ6Ñ•ørUïô³T·Í…lhC;ÖN=B«¸¿­`–Ì 5¬p‘ Ì–ÔË=w+Îê§=ó›þñÊ?¹‰ígѱ ¾½•“g¶±™šÓ4ÔwŠT ßæ¯œÕµan2ào°Ölúšð¹7ìøZ[y[¥õ·+ž…ÎOGögéoÈ–Õ}èYhJYtÑTnt#¬«ôO+K[Uï¡V±òùЦ¦sÀ˜•>^\šôMÇxLšTÙÛ~îg„êo­MÿÁP#§ZŠ/½»ùxÉ)µ {Ø û-²Ô´ëÅô¬¬ü.ìõæÊå UõJ•§¯µã³v{-Šv,q¶Z=׬JáÙWz¹ £cWшîÖ‚p’r¨$¹±±Ø°Op0»Ì¢#æól uó —Þ,ÙR›ãÄç^!¦8¿é™ü5²7aˆ¦êÕ6CÈ:“e·W!kÜeõëºwë Å˲í 00œ¨wG¼¨LÞuK¼:ÑÁ“F¨ˆ·ž¶¿ÚÒYŔϦÊhõœVú­åÓgñ™¬çîªz{a–ɸۛyÈÙœ^îhÊv$ÌÜd öfߣÅTrýSÁ–­ª¾ÛDF·Àvä”6a½-.Uʨw Š¶þ^úCrí×t9l™í«­ƒìû^àÅ ÷§Ül¥æÕ ‘jkƒUoµÕFýÕ5P~ó½\Ûݵ9çÞѧ KS}J˜b­Ñ «Ú—ö%CYm Dêˆ~~†««Wܰßèò SÅh³ Øh£ -ÃÃPy*ª±Ôâíóª¥GÉj®" Óþ¼¤G“eJ¢›Ëݘ–bÙè˜ ZTx3ëNYºžng—Ü ²Ž=]iá G¥÷¾ðôoOaPºÏ‡‡{µxÆ ÕGÛ×Loøº¼|DšóÑ%s*¬ÞA@ª%³åÖ*ÒÕÏ/ÆYÇænÐ,þ÷Õ‘…°[lpdT~@MžM -Ý·±êk¦·'ÞkâTDØë^÷5œt½ƒmM-ÑøMM§ÑÉ&ö…Î{2òÜáŠÞö'cŠyãÆ]C¹ƒ$duaö‘êHy šËÂõ!+FŒYÛCŸ„׉©@Ü,ù·Q¶lÏ+ ME"µÅÆ]îÍ\YÕûB#?MŸ®wõqî‰ Sê¹l#D´Ø<Ïóšwæú@ú ʉl?næK—®R ̶òkVªû§ÃÈsÆwËÎòk`w¡–¿dZµÜÞÔ+\aª¾ž¤U&ò`ÁÓ ¤Õ¼µ0ãVb6…ï÷éîå\$ñH¢~¢4ÂKcþ8XB1Ÿ¼üØ”k ¯ÚÀi«b¥™û9ò'ëÕN :ÁÂB¼íƵ]Ä/îŸõuóyJ!òWŒ¯ìj«ø¼Ð™LÿVÜuv|ˈ"ªÅ)Ñp#T1By*ÕTKrȘF/~ŸFv7מ«ô AÛª` ”¶Žö+ƒl@œA‰ro/>¬:«ä;}ŽåÉÉéœÇêüª¨|/¶:±½®Wá.~QZ#hÅPC#w$ŽzÌ{Ÿ¼—ü~ˆÆ@†–ò{OÄã‰îšìUïÜ(/¾üÓLî”y°¬F_ye•.Ž]îPóïyežÙ¼Ø¡|D¼ƒ"ºjZº#½™ÄÏWÜ€;GŽöä^ItwiLFR½Ñú”ß.r#³µøÃ}žueô©›ï ÇòŽ™í«©o ÿ›¤·$pSQ‘ø¢=˜ì!ã£u[]Õƒ>Í! Óê^§ÚÛn. ÝO¿LV>,ÙOãsÝÐe%£þ£é¼Teºn}ë"ˆ*‚"‚€ä E4çœs¾ÿM¿ßþOû@¦E1ŸÑBMÑ]ÞΩ?,žæá÷åìl–œ5­~ºuíV0=;ì¬û÷]ú"–ÊOw°t‰&}sÀt7fÏwrŸ…0rùÕ/ïœ]æu毮W²R ®(ÁÜßX ÜlÖo™w6‹œ‡©¾b%löÒ}[å¼î¹ÛIõQ¶¡‘'q?—ì¸+“¢u¸WòÓæÓr±ÞÎÁAÁü#ï*>a/º!ævè€Ä_†©ÇbŠ-<0"·ZΣ*‚`L^íNÍ•ØXGúŽG¦ÿ°ò¼[+§êqê:KVƒmæ1Å®R3ˆû+ðŠnãÍL3ÓÍt¥óz(Ž“5$'ÁÀ÷tHA”gφñž®)~Ýï‘£kï ·¸¾¹¿ÿ'OKÞðFŽ…ÞÖp…¥ÅÒ 5öÚ£¶¹Û™ôB";zš-ÖºûQÊ6,§yÏsÛÞ7wy49GQyE]ç®ßƒ{ûŒ‹iVÖEa(¸*äWIŸÞ–5öÙR³f–’舴ðú©+ÖßC"3LŦìK@Ãcøw'••½2'|”V­ð/Ï3AV&e ´Çq/Ñ·…úÀ\_£Õ?h“~]óþ"õ³»‘îQ°¬˳ªñIíë‘·•dt)÷…´•xbwÚÝ5¯›;1T|í¥Íæ¿¥‹Í>Ç®Ž©‚!QM#ôK©}ï³Ûé¿ùkùŽ´¢Æaœ;ÿwàê#늙pY„¶F®e|ö@é¸Û*ã^)=€#•`Ù=42_h‹n!Muá{±Ÿu´xoD}u»«þfvÕ74O˜ƒåý¶c@ô¦*•ïdj;N‚ÖkÙ…4Ê÷ÝÁ¸${´RÕÜærÔÑ®ò(òú§ÛU+RHbô&ñÌûö÷=¾c 3‹+¯:¾Ú³*ûm,ìq±W÷G­aº8ÎŒEöAXmþýò¾®¿ +¦nÒáDS ìÔ<ÚƒÈ+®†„„. Á.7>²×ŠwV]m]BGvN>„”q¢-¼«–éÌïW=4<;7¿.$GžsKǶҶ㙔÷ýr¯©¶ÞÐv=w^ý¤|Y3 W¸³OPåo¹¯Ø;¤Þˆ( XÄ7oÞüqæÄѾ…'—‰ß‚Smts&wï–tNŸnÔL¢îßóü‘q­»QC*ÔÑAÛññ”Ÿ{…ŽU!RñÒòãʱæ]Æít—:L:ìÔ†(ŠÈ»ú“YÔ´ì}«ì[îÿNøÂY¥lÒ˜!×bÀo¼ëHWöV9Õ•_éôÉÝw¿6ÐÚ§`¿ßæLO’¾×‡!Ø„cÕ†Oñ^ÿØ·Ø""kÞ‚›··ß,dsë,ù¬Æ¬˜æL!uájðiF„ßn Ì/<ü7ÏB@Ç0ůЖ{ˆÅYˆÈn=ºOõ¡Mþü†¢ÂQ#Êw»ì Ÿ Õ0D{1¶æl´R™F§nøh|Kn¥S‚°Å­F†Á–ú´¸î{ÄsU*pµŸßHlÌ%«_¾&bû§‹ í'%û{r*C(b2_Æ ]Ï­ë„?Vk‰{)±6,E2Dìgªâ³âÉüÐb”ß×J¼%Ó8$ÙLð]¬¦QmØ¥Tó"Þi>øA¥£Ì‹IÜÇÎ&ÚØNYYÑUvÞ#Ö¿n¸7åÎÝÞß͹T³tJj*íÉ-|X»Âå$FõTiycxö7ï,G]œ2EG2Ç 5‘oH:9ô¬©ÛÎ -쀵(÷¶R©ä¼’Œ”AsÿâÚº*%'8hoÓìÇ+sï¡|1–¤“1›bÔѾæ+f9iL‚¤½­ f¸.ÛGPz‚ñª:s—ýïN= ÷,° Q§–<®ÏM‚¢BžÈØÓ jêa- z·Ú½vâgŠõ»A°› -%¡·¯:to»”ùÍ“TÙÞê´u} ¸ ùLÆÆk˜¼üé¸9”ÍÑlc)c˜ñêþÁyIok÷ž* ¾Ÿ95ì‹?g#=š‰iž´Žg÷¤èað=‰gwo,÷\eò=¶‡%EsGÂÔ¤§²_™[Âl#^«Œøþ³ÕÒÕÄsSÆ\ú›¨é–Äm{ÍCÍírÙSBàë@pã™ÝžºÕS2óŒ×ø,¸}óï ; «ÞÖî¹Â±½ìܨûUyÏPÑÕºùä|ú.öì£óÌúçgy¸žë¼Êνûê2˪°V“Yæ»­ËÖ#ÍÞ@ *òwE=O™Äÿa5ñW…*Á/ÞËõf¥¦¼ðPÆ~߸ϠÑ{r{Tt6×ëÝ›ÔѧèºÕt"éÁ´ $ma»ŸÅŠaWL© ô¶«yN…%(³Þ8ßß)ùŠ–× zî0èÖV„ÿÎ=Û2C>GMÉ™¾RUN·RTñè\ÓXóö¼ðþº–Ý+ÿ¡k%ö‡†óÂíå5ú$/sD„Sjº÷ËF…ÎírN`Þ±$ûS§ßFU¬’‰¸»Îì¡w$¸š¬ãCð»Jé–°II÷bå=º§P ©fiߊއtèá±Fß ç>Kݲ?N7‚u«n˜¬7§çþ©¥¹*߯ñ%ƒJƒ§³RvU~"`pÊR¬ãú¥H¿n=IX3qwå”DtUˆ‡ âê­XL!éR{Ð^Û¶Þ3ôMlvÛò Ñæ!Â͵6Ù·¤ƒò÷„êùÕŒYcž7 eÎ]ÜYË^±ÔLRÉPÜ ƒOÛntz_ξ_ë½íÂÈ §´ÈÍYZ¹€à¬.% Fxæy]ØnôEy`„Ûç8 ›“ù+çävñ†kÀî 7²òµaþ䆽ñóo¾O7õ§ {­ÊCP·6ãDèd«eS›¨²áJ8ä.iV_ôŠUÐx>¤2F"ÙgìÈá7a³õÿ0d:=>\´»-ƒQà!Û{ïõ—S`^9 Æ 3@•6Ö°|Ï0¹pwþŽíe¢á†e9…Ëñ úys+|N@vËŸ/†ÏÏßé y¿¤œa‚7H´[Ä ¬åxȈ]™â¾¢íì3Ìl ku«Z¹:—Q¸¦H’î ÜÍ-\Ú¯:A.§íÀ‡æ™šƒ²iú%uÄ¢ÞTé˃œ~rUÖ”û.ð„+ÖpFk>§ã$õlTÝjÈëGÖ-9اˆŠßÄg{¦Ü€ŸBõh•ã»ù“9ÝÕ$nûñ¦V‰óoί"j‹ÍÓgæd;À¸øø«E7ñG9ªµ¢Ó$1ò°Ší41ÛF1]9›g~åÍ•ý'öò -|e5öeuP+N#XÜ—’ß ¹Qê´à/ŸþbST{Kˆ¥þ(O¯þݼpÅâúÜfG¥ ¦§;wMàê¸ë-z×LÝ!Ø)Lù‰êãÚašÂ dR_Ëoæj}Ÿ¡™Þ~ô;ëåï”ú†¦ ü.Õ͹®5ËïKHͳO`ÞmÏP°È‹Ûã;îe.K]c£:γƒU7¸3a?c¤k{>‰TÕ°úlEKÌÌ/µï ‹Ä´€EvO§ü3' n§séŠ<ÌßNòŒl5Dê>ýµçAX-*¹£ÖÖ[õˆYìÛãD3wŽŸg*­ü¸ÞÛñýPêøé¡ü3mEµ"ù ÊCh©ßךîއ°¡&…7dïc;gKO£Ÿ/nJ–ÞÕ†oêphÕzŽ9|±±w%’E±ÌX|™÷?+!84ûn· ™ƒäiÎ4•䫞ÒÛ5J‰ø¹¤¿]èÚX¨ã1_l4,üÃŒ~ɼÆ<_«Õúj ’§Åòô±€oÖušÉ¯ -ÎJw¡÷kÙ^íAÊ,ž÷ŸFóÛôêºW®Ú1+`(ûedß,¿½hÖ¬Šï‹¤5ãŒ(êìÞõ>ˆÛOû›ÊxøJâãŸâ1?ÁT6&ùñ\ ÛÖÝÓj-Z5ú.¿>m"óÁ*‘–8íÚ¼Ú×l‘å.~åbö(ÕðXH"tùbâóD<ÞíþÛcfí*[sÕçëb¦¿o6l•ÕðAo|¶u´‡`­°?è?*ü {ºÔöùÃÔ˜á«u£î!)– -3—Ùú6þcÃi³YÕh‘»¥’-Ã0X÷¼ÞX—)½ó–šóò6\ÿîC있qw ¼%TNÁï#‘fVíÐ/ïqnå0Öä7½uÏõ7¢÷ã]ü’ Ý ßý\žƒÛ?Œàåã¬\“¢VHZ®ûÝDX‚nKøk&A•-â„ :!¨¾žr¾ÓšìÝôKg”âx0ãáîç(®êcs«ÔÔM ÔÜø{ÿe%|‰‘œ»Ögqµ@íê6‘@ÈEêÖí5(âÏ@ÝÈ46»ßTnñ]ìOÊ,¸Yë9(,·Ë¼ÏÌ?àEöºÁÇJ´ú܇Hç$÷¨â¯ï~•«’.¨hpµ¿Wˆ[±)hK|°'¡ºŒwY4šÌon.‘ÓXóËYÔú¼à`úº~j„•#{ƒ¡Wˆ="ãxÈ‚Ö LŽøabÐi°lœä?UÆð5™Â¤„ßKOTfa–Øño¸Ÿh^¿jæ9AÊœ8ºÍPïï¦ÏÎ$hu€ÿÄ7mm£„Ysø”fL}‚šäpÒ:NÑÌpnhîü¼(·¨]H7‹é1`îZ\ƒ­)’r¯Y7¨Ãúèš›¸„‚åOüFÆÈ• _‚lÑ »(»c“Óõ}”ÅòBˆ)ª¬N)º›Þ™ÄœgƒœÆõÁ Rr»=’ãg)6s÷Œ’}p©äœ~UmD±á˜¹vÿθë½|ë.¿3«1ÁšŸQÓÐÀ”£ÓäÕ¹Tñ«k„d÷2ñêÞAæew7nÖéýÃJÄ.ä}‰â£úÅa£l©î Š`Kum¥¡ö)=u¿ZZ——€Ú#³Ä.öIÈo¾LÚ—VpÀNñ"d¶åæö~¼ÝƉ}hcaß±ÜÞÎseÄžRê8ô–çɱp4¬Ý·è!o$ÕÅ0à¨'­Ùºáhqû¶Õv¹xvÙîťǬ\"‘ì†ê‡_h·›Óš¯“ÓÈŠæTëÐ2OÁØmÅ—¬øãŸ ì„ï¹ËÕ­Ç4Ž¿–«Çg´;Uפ×C^{Qà{UlH´O>¡û\ègã¿£ÎZ=€¾µ]ÜYTÂù¥»©Îfq‘èç<ÆžÞÑÍó¶r%ê"þ¹jÿÄÔ/ú¼UOÙ¦Dƒ?›î½púªà¼ç$ÁîC¸ÀFrfÖCÑçD¶] -W‰â/»¹GÚ#»ÌôÁ. Nž’¯½Þv±÷²Rt btƶu”“Çœ ŽÊ ͺ€<¥íhbv]qhF…`KÙã×e°¹þ•âðÂ¥c­þÍI$‹Hã¢<ÃTní.aéðYÔˆ¶Jž»xvïKj4×MZ e¯ühcï[y½i78ºH¡*÷@Ã[}:¯¨¬ =Tz5kw&V½ê¼7ÿ0­;G°V„4jͧF´; ÙD€g)¥9`VÚª124k· dË‹U›!4T÷®ËmõÛ£¹^ÿ!éx-±ÚShs7*Ïì¸Î”zù‡Ë*ܳ«†§‡YùªßìÔ÷}2VKôàOñÅ€ñn›ªÜ þ| ê›MZï}e®onev×(—‘ƒzüÚ„ êLªѺö¥¶Ó„ÿ&L%Lï`BOÕxy”ÚƒY½Xo"¶À™œø=d÷JgÉqó>a¥wK¿VâÒÕ¤ÙÓÏIKÉʆ'¦ €œcý$mfSEãÇÈñ‚DA«÷ûƒåÅß¹ -\“[5âý'´³‡ŸŸ½ù—é³XÅèËe -MŸ+*&¸¥›c"T;n¡³È6ž‡(9ìÎ ˜ì¯²€E 'CË[›dâ\kÊ2]½R"Wå7Þºîr––’gsgÑÈéÖóÜ'§'•<ásDûùÕÐÊâä?Ðy«#u<Ê·iuñ_çs!ñµtvý=yzwŸ{ß¹9L®ã¤ÄøÞ¡àGI6ÎWŒ$¶K=€—ýFlÓþ¡°àK èA¢I†‘À*Rï}4ŸƒJ"¿¤+Å#¹˜‡ »ù.:Á¡Sì$¥µž#ç@oߨÔõ±l±\•ÁÑ|z^¢We€€=< B–Îy?W|3/”='µ'4Þøe¾‰%E0á™îJ!IÓX-Ê­L8dD4 ϵÂa;–­^AÃ!Êä] ‡a+¤"í ÄVlÿÍ×:E¢E'T•ÙÎù åt¬I±Ñü0ÕSUyF?±ß\ kúƒÇ¨»)Fhšl0hâL"¢1`/ -•¼ÌôϘjÏ¿=ONù`»Iú\˜ÄAÜΦ]M÷¼E[tS–Ùš%êòœEäïnëV?¶Õ^-¬VÙîL€ÖÜlV;óZ®åÈÇj}˜Ÿ™­Œxyß4Êî¶O¥žÐÕ ö:éðcéU, šÉ˜%­-Ü~*Ò8(”ÈA5ñNOóïÁ+$(á4Ú;ýyӳƴÅ® Zá¥P¿˜¥^§ÜÓÙXÙ¥­¥™–¼¤JºˆíãùÈ®$ï|õ'$g°§0®íÆ—/ ü¢N?¾«–¯0Óî£Ûí€þ=êÜ¢wª­6­Ãnß,.w™í½ -ç(îš_y8p=zùŽƒb{÷Ëõà¸Öá.ß *ÿüÌÖUg:D©teÖ¶À}[û%M”­Ã¬eÿš^1[škû¤ÌÈånI5ÉÂÕJŠÓÜaü™Q,ƒ>neyªSÖl³çÆ×]½’ö -ÙG­Sífæ.·¼9‹öøMîçcq?ž8îâ5.¥7G&ŽÜô »EÑûKñmÇ× S<>·¹*Æ1Sm—µ&‘Ðxü%ÝÁÒ³5Ên¨³ž×ª4ÓI™ÞãÕHa}s: ãŽÛ† U -Á¥AÀK7ïÐ/7¯ÔIïmøq“~O¼¼™çó»^%ŽZÍŠ”ß|˜fº­ çâëWxø¿‚Ž'}ýÒAîñ5¾“aæñò'¤s^è“maĪ2áùÐ;·Ú³OCEA Œ]rOáµQîÉ#÷±³z}$Gë^ÅÕQÎàÞl>ˆN’ WŒ^ÀÚ,Ø@Y—†º,t€Ž9õü‹¹S†7ç`>nT2t°„©ù³B…P«óH~ÎÐ+a% í_lÄ»J–SZÜ<¡Øò/av5þRRúÎ ½·[²pÁÙZM#ª¢8ËÖ§ÕûÓ«DÍÝí’Vâr£ .¥b”ÎǤ¸‡—8è•áˆÑù(jTˆ.ú\4ØÊ¦±rÂ×âù|Édnˆ Ú­›ñhà©þ Ujò*­ã¥t$º¹Ù–çðˆê=Š«;uÖ¯¬qWýÖ“×ß3Ë©È+uV·•‚œVÇ w˜¼SS¾Þ$*{—Í3£zÚgŒ1ªë†B6£«Q˜Ìvfá'u¿ºA,lð¬¶M‹òa٪렞½‡í ?¿«%£©t­pejEéä&‡îåW1ø§ïî©`x‡JM(öMßÜ7¦yª®Î•Â$ Ô§æÖ)õzðjí–]½¿„¥Ëd¶Ž¯loì -ÂVùõHÆÖEÆâ…ÁUÛ¦ÙãN»]Zóó_ Z³9¯Ð™¿ÉüˆU¬ÕŽšëÂ凇y×B+†ñ¹u¬Útß’Ÿ€rg{ûé4«*œÌ ½ÅïÎém´—jx|'hÝÉݤdDÔ¶ñ7éÛS÷k>¶ 1ù¦ôÓic‡@‹N ²ã~^sTf”ynOäê%‰«Òa‰Kû¼Puî²ÌX¯»¾ivDà ¬Hm@è·úÒ]áÈõâ±èc -m6æµ¥/ÝvÕ Þ¯•öý¶Ô¢G×™hŸnlç{xŠO³eç ð…P—UØcq¼ÞŽÃá¡ùÇ–F,·UºcEõ‹÷ÆéËé*Ä IujÕ¦ÉHfÿ&~:ÕÖéÎi˜'Ã_C]ðÍúd/[qŒ¨ ¡Ä*BÇ[g³FÒãït,4"¼6:`•hcÎ' 9ò£µkë°Ø6ºƒ¤5oN‡ü9Ù¬gôÿa6í” îoOÈk¼ ô„óÞÔ†ý›¶~ú¬öˆ¾¡åÿ,¸qªš‰üî';ëC -U*¬µ9Ž3(¬4˜™©S'»½ œ}“ðQ¨ÕÓÑõÁ•Ê9Ùêå¨?­­ñ}¿ÇRéÔØ™SïÀ[Âå·¨ÝJÝ»-L”]û=âsÚú¯ÂEï±€'©¬ÏD}^kÔå©3÷D«Ñ2erÓÓõÚæ¨Á·ƒnÍ&îß3Šg‹ Ú–Ø;A¾¬CVÈMÖ.º¸3ì>þÕaó‰{^È-y*”l°³ë?[@%uÂÐwsz[‡ÏWº -žÝfa³×ÑÈ9óPK¶Æèæž=!W¥w,Tî…‘§ô/%oU:I­¾¼¹äe«É§ž0s -ÜËsÞV7Ìz©ZæóÜ×Pг·•rïÒoé½uïh¢ßïŽìµéµ¯õ—uìTò”wë€ -ˆŠ7o(q qß¿qUaûë“I5­r@ ¿¬FU¢¤YÈÊå@n¿7úÝ&ú5YAsÇYØx]Ví‚䩳U‰†^%OбdCJ(F«Üù%ÿ¾ÅœÕ CF«úÊ)—•›ÙX„дq×úäiÎFÓ=Ø·ú%ƒé¼îdg¸?€q˜V,­‡ð­‰qÀSÞ¤ØÙõ²€KO¯¸û¤î2‰ÕFzæ½2.–:¨ÊÞ¦Ž¸¬ÖózÉÖP'Q·^«]%B{Âà°éºà -®öÁRq›.uWª–Énsßô:ÅÌa;ŸMš¹*ïP:R’áöš ;½®z³<ïsá$é;¸è™3AÉÁ>êÆäˆž™‡Ûn€òûœ[ÿt%LàîÙŸ57¥¶¨MÒê¸cp--iíÒZIß9N%£´‘^˜Ã-ÿ«\¨Ñüí—l—¿·8úÄ)t¬×{q]aÍDTGRzò‹ë¯ØÇcìlÞƒ…\ëÆŠÒ¬V¤v=3}Uã Uήkz¶äݯ^º»rÖTƒ‘±¯z/¤ÑÅsNG޶5#oF+i©Ëj؇-·N·Œq.©‹±U²›ƒâQV£6Kˆä0èûNï6ožO´à<HŽP¦FÚeeTõÏŒ‹QÞ(Û4Ʋq·ÿaŽ´rÇÚa4Í‹uÂCnYƨÔ"­'ß™py€«Zú™1í× §Êãrµmo¶ÙǕ׫tY^öîriNµsOÄüa­47„ß4$e›èŸ×Ç37ô¯ù÷+ÛY‰Øö½±+¤fm6­ˆVKÕ¾cÕ®²Ý™ÎtòU³ƒï[Ö<¼CÚÚ*ÅòLë–f7Ûa*¬Ík+£¬S^4n¾#ʸ>“ÛÝ»ç\•Öì~åÊ‘÷ôûŽ®–pq³õ|“šÊ6ϛޢLÝ!,µ¾^u‘:w}ÆjFu?³…V¡ÚðL¹›ÝIjÐEg²ðžç}Áò·h¾“qacŒ}©müÂà\5$ød¹Rѱ··&¨ùñ‹[j‡·½”kÛéïƒqÉp°Ç6Õ­¾cÑ\ø§c9˜ ¿@mÌÞH¥*¬î Ø µ\•²T{gîç`U@‘QÕ-{Úœ}}A&"œ^ÍÚ´P»Û$–Œ˜êk{ €[‘9Ðz î¶§I³ØëÆV TÖÛb sK¾¤ Æ*×åû?,Ç\=£WLÚ.¿lÔð(Kï,æ1[´Tx¾Ž㻺+å°úJÂîBl±¢·àîòH€Ëa'Kìé5uÍ×ÍJ‰Ëh¡D,ÊjR¹ƒ&Öø›oò6ý‡ñïRòˆ'Rhïs«^ý}ŒqÇDÇâïlªõ¨²˜šßUÎAÇv[»Íb.£“MlNÇ“,;Û3L%¾QSЧ}6Ý‘øY{3Ï[ý‹$I²¿Â—¿^ .f9›·âê•vÖ£¿á &"¡ò›¡Í´Ú®9ßcFv’ùü-uJCˆn§]IEIÝî?-~ûÙÙa1êé$¬T/³…™NÇ­1è¿Y|ZQîc:ÝýxÈGÉÀ`uK8LöÅB‹-FJjùg'¶)i_ÆÚ¼.y^:õÞ‘ZGD=¸»ÓÜ'|ªŒZaó -¼ÏX;B -K.,­$‹ZÿZùN6¨PP'G‹´+·&¬Á•Y¢w}¶? b»¿„6Í„;¤ÅW1s4±>gåîª;t†5ðˆvJ7èÈÝS3píÝDg ÉØì˜ï«É»'cÏà¼#O¼Ú¼¿®‘Õ(n‡öPb’zeCtí.Ë N]B{Äg6\è$þp¨çQ±·8,mýÂ4RÇѸ¥´'³y†-µ C¨4˜¡å~B²ñr†q¢NždìVv|Rp]¡ -­>0 Ñ*ùçšsŅ̃ëÐ$ÒÑ·üçc$0±uášš5ê$4 Áï»óí¢b™»ÎÉÑØ3‘²h[Ý›ð#¤óœòžP»ér 'ƒÎ[î&+kµ¥^´‡G2ó6™Îè÷—ÔSf!:òkßd -ÖåÚH·«¡ßRѼ¯­Êˆq|ÿ>n›ŽL -‹“›Èd(æÙ9¾zÞdxä‚ËåVÔ}ôGëú ¾µáÎ(1ƒ§øÚT«ñ“éÇË*ÓMP eÇJ<èN¨hÕFQý(Â$ƒÕ€ì•åõÛÒ6Òžå•Ê©vú• -¿ÿhá¾ÿŒ ê* þzàÃtüx›SþëUÚX7 -5OXXÁ¹tÄÆYÀ†#UÿžM=L™ë xMêjŸ:ºÿª¨ÞDtvk†ÿ0qØ1±=c1À%Æ?¯ÃèJäÖtIØ aÞÙI”iRßáxš‚åøð‘SIS -Í-bµÞð=³aG+XnC~oú MæVYŸ$õO£d»d²yýNœÓg%í<ðøw¿æïZ˼죀a‡Z£€ÓÄ¡SuÛ}MAßd‘ÓP].Ç‚ªË™¼fBù0«zŸOÎNé¥ÖÈ3ÕôÎhë0l_ªºáŸÊÂ_F†ž+(lFáT?`ÌÂ}ÐE Ρ—)7’‰Ô®_¿3y¯Ù¹ì½ŽÚ®ñîQü§¢ûy¤;ø,ÐC©ò1¿ø{ÚEm 'çZ[õ2ŠT1V…ÚøгfÏôÆÌïšÚ$$ý]ÇêhºM¥‚¢$ÛŽlžKl–•Ãâ~üv#+@Wº² xJj»Z¹cT§O$v‹áݰ|‹Ï3òcJõb˜øä¦>sž¬=]¢î@¿[+v¶¡Øáu)èͶrÚ¢ïEãvQˆ÷Ãgñ`眃¥{édé‚ô8(i«¦•‡oÓ´ðí¤‘¸\ÍUùI¦ú:ÿ‘ñQV§Öù%¼JÂÓ*ÇuC{¹¹Qo`´8Ùƒ£uÉ4ü"áú¡•Z­`–¾²d«9+¯‡YÞf1¦#¶Ù‚´UÅ¿–0!oTÛäžœìG•Š] -øÃ õæ7ëÚÐŽ‹ŽDà !ÏïaIÍ`¬dZÇò/tòîf³ÒæõY)ÀçcŠ£1e,ðb#°’W8ž«é&(”þžU€ ,‰ÜûãxîñqÒÏTñ¡‚söÎ884e¾Ð­é.ö+×ݼ¾lŠ‚Y+›A.Ãy¬‚þ×Z7̲ÿ”Â2*ˆ£ÁïQ®øleÔ<ÐÖôä”k «ŠHD}Ãùý.£Æ¼Có^eÞ`êUŸñ°iK åà—²1U¸VËÇãfr@´÷ÿÊô+7hê¨ ÷Ð é²cÎÞ1çýä&’k¾bÖÛ˜"îŒ(óue^?:Åxôõø·$‘ÓVvKñNñV§ý9èÑ—;b @d55g«Ü\¸¢Õ°ß—»"ÏØWæˆôÆvÏm³a1kÔ-_»M× -õü*ÕYülºdh»ßÊ´_x~j/_|Ø×Xk1©HN XJ®k®2ü¸ëäX±×ðOõàÜÌïkà¤=z]Ç„ÛÛ{*÷—Ë^Îlù‹…œï=r¾bûîÅEá{Zšr}d¿ñÛÄšƒ,§ã -aMe,’ëO¯àßÞ³G8/5 ->•}ì8>ª6ªÙÁΉ8ô&nAAnEô‰žƒ-/›Þê#æþâßÛÿ0 —›¢ÙÚ}0õ í`6QÖüò‰D„l~ÁÌÂi{pm˜ã¦^Ód3wrs±Ê¯û¯ ¶uu‰w»Ò›ñl«}Pgὑö¸z´Ú;sp¹I'Õ.Dݳ™Y[(«p'-:DÒßðöÙykW´úŒJ}9tr3iËç6~ârÙSÚÒê[dO³Ù7TS­%}¢›¯ž ›Ó¦“T†æ1¿ûÏ=C1ó:Å#°ºØ‡mʯμ«rìôîÏ*ÚœÕÇá˰Ÿþ‡)ÙÙ}O³×o°6ñêd/uÐ,ÎêˆZÔäár³šñN­ƒ“Øô‘w«öèoâg²iÐ-ûÞ|JEúr:Æ-½š7G”º@K×çTÛ€s¢Xj\N:²>ÿÁZ¦öؼûjoqÁºŠÓ6ú¼b]ÁqÎÄ–Àçfl•ÅŽ³|uŸœÝùÅÝ\J»¹/¿E£[ç<Ìr‚Tsñ£¦¯»`7Q'\!WƒAÎRpÛ>ÔJ`÷=ó¾ €t ï#*d7Á1À©ÿ'$´>rÿιEÙ[K·ÕÁοw‘½¢Šñã—hP -ç×Ú‚ƒº–ÿQËòó3b2V{gއÁL7 ¤xÔ(·-â=þ)è a^3&^ëçÝ*çN³Û9åÔgWÐÚç£;0æ [¼ E?k*·J#þ8޳ -®þµ]{â3³xv¤6 b·ø_¡²è Ýc|U*Ÿ=•÷ôvÓÓU—Ê!~}p s¤z뽑óXÍsK’+l»¿2áyb0o½:Åü‘>ÀAŠ>À… /ÈFëüîç‚T¿®ßŒ£&9ièîXÚ=¨Y¬°rçhx’ä„5ë©•rÒ’½çgû÷ìqÛ]áÇ]Öô3ªõöߪ©ADÕƒûÇ´œð»›Ê#ÓÛúUIظu||â :‹ýV¦.Ý•a«5ž¨þK]^ê4_µ Øå;ÏÈü¦@„ïí—wšÓmÚ8ówxz‚½óD¢F¦Åj¸|_ûnD!bŒ¿oá6ðTk¤»|ȯjå ãi/uÔÅ7ñë(rvªiššj#ž•?9;•º«¿¶í$VdsžÓy½‚A\,€kß º€ÙÅKä~M¿H‡[Èx4 `a‰f­2)”>€}¤ã|°7zÙ˜|0!-°Ýƒ#/¼´†#³f®Ê¬ôŸxÝï $p£utèà„Ì”‡~¢Ý&°àà¬Æ#ª,ÑÞU>aAáîMW‚’Ei|ê£кæ‰x{~%?:Äíq&G2KüÍKò®§ªÕ¨¶¨pî;Ô»¾£ð{˜kRàÕe•ë};áAÈ;ÓÆe½Bذ}ft™0(ã bÍ–xI2?+m¤µ0óŒl;nÇ9ÿJÑ߉:ç®lvÜ]ËS™>…Ô@ëTÉ3ŒY—îºÅ\H+3“-ÚøÆ“›MœØ}߃¢>±nåXtäëlŽ6³øŸâï÷½°®ün^Î w³¸ÛüŒpÑE˜X¶03E.Õãër¶‡ÓÔùݪÔ$Ž gõèÖ€ñ›¬àî°dyËøXÊ…G -É0}˪_ZÒªŒ8Íì¤]éü¢yø‡1ÙåÌ8±GºA«$?ÉÑ`\výíø̇Ö[L´¶gžµ( ü÷ÿ¿xTp?ÁîLÓ®Â_g7)Výl¯¹Z†|ÝöQYûï ø;Ř\x2ú7ù+(¿o~ÎA*ä#,þ¼Ãá½¶zzâóBKk¹§ü€×l°¸_ºÒ%~zQÞ¹=å}½×T­#ö|å~èømâu&{“×"§ãÍÑ_³“vóÌœ“ƒ&Ap|oþ+§NÉ3‡¤ »Y10‘ÕÙ[Ïæ4ûž®»Áà6Þûh¹s¬¶Ð½Ü‹ë‚/¢à]2‡bêªé/_?þ~ÍÅóÑò2 8W%LH(ßУÆ+˜·?Ù.Ñ…SwH%^‰êm®S„ì¬;nhB—²/.ÞÑ·Ð@=@Å áø© h~¯»á<þ‰³gư‚ÿMÿù,Ñ=»-üâètiï=‘ÉÞÕÐøiÑܳT¯ÏnÓRî)¿hDP}Ÿý!K„pE+lU 8x¶‡éqFÍäú°ëvå_×Fµ¤M^îNšLÙ^e¹*kqòêpW%Û÷Oîö 5ô€‰6q{­¢9\¸ø‹1Ÿ@‘4²G? cŸ¾GY‘µÕÆHö·X¯ïj[MÏÉ,©SžQ_{QïYì:¾5Ž»Xa9$RÓOïØï!´Ö‹¤#N_À®ÉžTû<6 -Õ( Iù -š ŽC­Ê§bÜóîýœL}ª -nÌÁÝu™’”©¹¨#ý˜®wKh -uÛ;dùw‰`˦ÿ'¥-çƒØ uFíRCGxzCÓ)^÷ÊÅÀ–¿Ïh8ûq•"{÷,Z¼"w°…]Æ`vËeK*w1èG9E¯:tgù‡‚fûÆäÙ(•0Òœ*Ãí@ÍÖ/¾F…ãD§‡ã¾h1ÖÏFG(c/IvJíPw“nGë¶ëûãZX±YåBê>Úûpæ_)®kÔ§Å0¢ÓÅ?¬N*´f¯ßä;TÞ‚z´æ„³ó(dZ;¼p‘.w]xÕÀwbó0=iNý%z²óB‹ Y|s}ûò¸ -àuWY.4ô™s)WlpÈÚu:$ß]ÂåosÌ·e¬¹ZyÁ.éƒá Ÿ ç#HüÖÀýß‚ÿ’4ƦSãÇö›÷J ýÚ°q`žÔ˜öæÖ"YÔ©3Ä|‰Pï˜iá·žæ;ÙGq*7Ã…Mñ–ûë2‹þ“’8…ûšÏ«Apñ ŒãKû}€jm78òˆGkUãÞ‡¢x-ã·ù8Ø[Õ,X%cC‘½ Ûè/èKüÿ””*Äý\xÓzŽAZ -K…€YOG0X[«K`•;{j_¨ŸÀGw¶õ­©ÅÒkr ż’•JÂiJ‡(ŒßÿW¦Ù›ÚQ¥œæY,@äqÌa{äþð@ùŠÐ»ã#‰«m‚´½(—Zv#²_Ð#@K«fæ(<õ~iÖòÿÊä~7(uøÊúÇO%jú³×aFŒø7yÍ U¡‰$µ¥.Ûx$P‚¿Ïï"ýkVcŽŠA©9Táá}/†<±€ÿ+T°ê+\*§p¥•^£úÉhü”yldíù³^9ÌEÅöï$+ÌÁ¦&j=Aû¬m+Õ‰¬%ÔØÞ:¹IJ o>Ϊå¬P+ÿ.ƒÜ“óÆ×z¹ýou ªr/æ¿Úª¡ÞC­’¶žu±žŽ>Ábr³µ2¹ê#³AŠb¢úòºdº›½µGåøÛÇjÈBß?œñ%Gô !þ[Ïü¾„Ì9K‹¥ÎˆkŸ–#£ÍJâ^¥K²ùåfëø^ŸÙ$±Ãv³À‹qE#ÜúÍvNv*B‘h?¨·NýZóòב -"Ÿó¸ov×]*Ô«²~÷!ë9zÆ1ØæäëÝØW®ãÍF«d5™«KàP9Q‹/r##oÒi¡µ -Šÿwã7îÔo2ÇCdd¿û}\>>Lú¸µöÎýDþ 9%'YT¥ž»3‡^N6€·-²ä-“j‚àö†ŽBáãÔúïÆó”(\‚ž€hó¸xuT|÷{™]#½›º/ìì½!`¢s“~>¹*:Z;ëB-¯× ¶_)Øú/îÿzüåÀ'N)uf’ÏÐv?*¼•/½(œ‰+õpÎ"YÌÔsÐÜrh¼T_â…uðh&`Í5OIˆê¼@ÌŠÿÚxÐY¤<·w÷:Ê\²õ -”Nr1´\ëYÉ¥Ù6#â!¹÷–¥6¼j#ßíƒÅè¼E¥ÕáÚ¯”âsÿe~:ÿ°°}ß4Ø£¯SaØȰMjtÿ,ÃáïàüõdéHXá{LI 3Ç7ø­Ð'Âgé‚fYÉàj/ÏqÏJí=¾ÑÛô×1L Üê/fyíµòLnk0ÂædE'“vLÏ -x•/ ~C,®è '4D½æ¥±  õ1ý¿B·Ãî³3Ië•ö +WZÛsgà¿”Êö´óÕfty¶³©:ú‡Ø$äuÕëN[‡{¯Žžäôûg>å†Ï¿övW]¶Fóêl8aù|þV;œãÑôg£ê^ •6U9¶HŸzÛúðá~[ÜÊâ -`tMŒóû’•¯‹|ø¨sû -ɸîÍ¿'š:Q½Eí=>ÌmúXi).Z;r,W¦¥=fÐ¥ï,;ý1QΘª¹ÁÒWF:¥C¯¿‚ç¸_¼ò"àõß›ÂóÇú‘¯(ÞdÇ`ÿÓÝIóø·cz®ŒyþÄCuÚÇÜÂlã/uy~È—Å_w0µ7ù_¡¬X¯zT}ÑIÞŸÞžŽš³–w ¹eBßï#Ò¡§þZç8YÚ›ÂÒ€cÄVäô)ô†{cêÄ -KÍþ_¡39d5„ÑÉæ" aªâÍn›`(KíXö‹™<žÐ£«M -®…  -€¥Û¡Ä"Kh:«@ Wi¾ÿRÒ_¡å¥WVC¡¨<¯Óös¾w-èÆœw‡I#Á”Plíh0ý"v“á¤çêáÚÈX±ÐFô1˜¢ñeŽ.ñíî°LÃ^r·¤[Ö%æï£uÅ®·È×ï¨Â¡B_%Zÿ?¢ÞkKy&Ö}‚ï! ØDƒqÎ9Àdl’ÉÑ„›ýôǽÿµö¹énFw •¦4'¥R%«“›×¸Ç;o¯÷|ÜœãMG‡¬;K­±ù¿f†¿ÛƦûøÒäOÙ¾iŽ`ÃáëH¹ã¨Ðbbí:g…LB—Ò'¹[rk/ÊJû¯ZäE«3´Zµ3.ÁÒ¾íG•Cq›Ì5å§PyÁ×®ç¹r¹vDq]á)5sFM7¶¼þozöhäux´ï«®¶äÚf¡Kõæk#y X zsW¼°¢¾ÿ‘̶| O¹aÏhîÀ :ƒ æJÒM aßœ°x¢ÖvJÆ{I×ÍN‹Vù¿ýJIó$°E‰íwËÆw¹ÛRì -LRl”s˜ájûRê¸iÐïªq§P<Ðg¼zÑQÎj 7g³GßrQ Zlc(UfOÚõmÊH[dJ«‚)ùòãs×ògö¦µ½Ð›eOÏXbÇdO«Î§[ªgHÉæ‘K²Çùv0Ññ‘Þ ¨ÛjjÏ“¹\…Øoú%#×ÖÊ¢@ìWæËš™±ìíHí°K[6©cnµÏ¥‚{@#6š³–å.ú.?¢¥)šU—KkûúuE¨±w¡wjL¬ïz™Ôì,xŽ×ô -R2P‰±–;:@m9§Í®yZ9~(žÐ•ì/’ëë+û3M¼Þ€N•+|~³­¶íÿœÂ•¡¼T¢Ò—uÓwOSâ©ej‡ƒ†ÈTÉcOzó÷…&Ó-‹>pÛ«»"ƒ7{éÏ ºÚïWZñ¬ ˜ž\E äÂŒá»ɹ§Ë& -ñ™²Ç²ñ($‘#ÍV¸íW#ûœxº0!ÔXâ•S; Hrk¡Qjyél&Ýžýa™4ÇWwöžõ„/94lÝ -Ì“êµ%hýu¨ÒšäòÞÊ\ÈÜQ›ÑM\ß‹ùzå+Ãc‘qðïTj :P¯°¬¨®W(”§ðÆ=/{œ¡¶oüKnÐZÛ²Ð_Úhð0ÆQF•&¥,,P™üV/ÈI 9UQ}N6©dÝÓêþÖ6K—ŽÃVËèÀ»';GŸÝ"¾c^ª6YˆW”ÌÞ«$§—•'"\¸¤üÍR¸ÍK‡£Ëµ¯ñâï$×\½å CZà«1¾èÃQ2¶úsñÉ÷8y± ôÛ©7_WTtÖÞñN9VPMŽÎ3b½Wß7º­)iRZ³:¡(CDóžz9ź”Jmím~–¡[«¤bÂßZ¦}ÉEŸ¥È†#îÄ’¬“뜗îÃ9AÔÜJçƒÈ;Õ¬=&å§Iè•4ǃøÛ2pÁÒæ«sãµgfEi8ÿ@šQ ÂÚ©_fØž=Ø!Øü»_ðT6¿5fÉïÑK;UÝ’v º0Ë4ë¦d[K6/©m—8vñ±Ý¯„“Øo–R­ÚÃé¢M§•Üñ¾ÿ7«s>°ú\SUbr¥ö -™2ñLíðRŽíLnãâ-¶¡ÞÑÿØïï}bNïÔÒžÉÚ¦‡Ür"¦Ìª»ÞŽAF´{gV0ZM×¼s7n‡EÇ‚ó/¤+ìL…˜b6ÍÎ÷ÝtËòPy2) PÇ™eY†ïÐÀÒóîä ××’ -Æ—ªpùZ7?šv$–7 Ù/¡/ïÍò9oüøg;nîjž‰ž -Ö'²¿ù²,'w3¢pé„ s»Gt®xcbþˆU…J4ÌWímÜñm½ 52µÃ•G[›çÞ&€­\àcIm*Ý©å;›r]a¾åc)‡q…Iè;²¦÷U»9Ôu2ñO¢0vönŸö2Æ\âé(+-ª*eŒ»½,±½ΙdÔð2…šÚÐʯɧÀø}EÑaí-JO“*#c€óý*çåæ°x^QÚ“kÌÚø.̧ÒUÅ€å#Z§ôIR_#{Ý€ÞM9båÈ0/¯z˜WW×›‡ØBÍ£Qí^^;e¢$ÈÕ£°…—è,ýÂcòhìÉFµ4—íבU®ZÙD–éò¦â›ÖCÝÁ ‚ÝvIó²b+ˆ]¶[€‹À*¸B[ûÉkv•æÆl$žÑœ‰xG)øi&óÅêÖAüT”)+#,œ5€jvÖ! -øëÁ º4®&=–ÕùnõÜ9*XRòï\Yñß RUÝfÕç Ãu£¯-–ÑP&Ñ’ÑF_‡H]qÕú“¹j [K×.ÁFɪ ò{Á$¸&®«s»Ð¢Öm>oÙýj¬ËâVµ“®}ìnÙÖ)É]Y…ê9$œMöðQ´Ezͽ0e¬}uŸi¾Ò¯ÆîEÁØ*®G|R^Ýz™ÉµÍ»€¥EàØjnVçDîÄáÜŠjQ»ƒ)‡£Wr»1hJÏ–åUJs“ÙýPF+wF{„oi<Ü1fW‰qÄ ýçž>z’ÄQ}q³Ëv•Ÿ­æ%QBÚ¡×·KÕŽ3¬©58iPª¿û¢S£ÒÕïPu…²”Û¡™˜¹¥í÷+-t·TÒ¾~>Ñÿ@¬»sÞž¿"hY„];g‹¾îÒ¥Ÿ6À°µ’ÔšVµ1;Ù÷ýôG"6¤[_•ºoðèÃvºö,¥Õ]cá;–ǧ•!Ù%ÔfêS¬Èc¢Bç ,Ø^¹ÁnÔ¹ZSÿ…r·Ôz}Iyרü­‰†!iwè³ò\z¸–ƒµs˜qxSðû1€Ï*‚(¦;DÉ*©¯>¼¤ì\cÀáÁ~᫹ù(3CY!Âû­ûÆÙë%ñ`Ô+8³¤/štïaø™X+¾ÊLú]‚þ aé|L™_’ЕƒÊ³KªR†Jv©ús[òS6’vý»c¨…ûÌcUïÇ£¢À-›¼ži3 “á>È—[1«ñžùÝ!¬ç."Ÿ¶°­gù® Fs¤º‘tZ—ÑÚ¸ª½GF›<…%X¼?g‚À×ù¢Š)3{¥.™ð–„A7U¸ŸwÔ=ÕWpç;ÕÆÐ¸U;ªoCÝÄýŠ ¤u¨iJnÄ¿gëg \G¯‹8rÚ´”'È••N,S½ÅWérH³÷»ó­â)—ó®§J?Ùƒ‘ÝÇÐE=iưT˜vÒ£ñ4±7Ô¡¤È½×p*6/gW¬k¥K2,ˆö\£Hü›ªû¿Âÿý¥Nùöæ´ó$ÔÆbùÖ¶´>Ós%I xt%ÁýQ¬’!OŽ‘RkÿfZs`ÂãÔ¹²úRéЈÙIÞ‚÷zÉ™ëoieÉyéô„¨’›Yý­J»Ñ§b‘ bÎÀשÀ û™4´ß§,ëßIuÈ÷NñZp´n„NV¹‘çVTˆ½)~“&·Ï=ý¨¹™ªkY¾‚Q»uï™…WÖœnÝÎ0‘4Év¤ÔcÕìʶæMÿ–D-^ ‚jߥ~‘h*÷žðŠSëVòæÒq1ÒaàïöŽÔì(…Vv+Ëut·—Ö=¶NÝõC éï¶Úewíz(@`}êhÓÉo®éHö›ÞÅ‘È>&ÆÁJB××lâÈ©K¯¦¨ÔËûvìxÞoª}Ø#\?¥½ã]g$ÓB¢‰\º,oÀ5®j+&™ÎB¯ëZžP€ŒìaêåæÞ£À/Pù ²êe7=¼lù'½Ê=^d.EhËÙ°kõݾuB@†ÇÌbŠùõÀö¶œs» u!ÕÛ´îÏw-U8ä¯]-_o­A’Äv¢¬Þéã«•›`$k#£=/v¼tÎ’gÒ¼jJé¡Ùf3(tXyËnÐ §ÁlÆ;ãr£88úÁCÔη€ä`Ÿ–‡•-‚µ—ëÉ+ìgûúßÝèýìs¥÷£ -¯ý8óÍß ÁåºwÒÝPê’½ ý;Ú0êß$F+¼•v”w36vâWû2qWœä£Z¡1Îÿk"?ÆOíÑp"- ÂÄwÉWQ+µ -ðø1ˆÛ Eìlµ=&˜É)Œ¾Ÿ¬>ì}Áæut.)ÏÉ=0Âæú]ö¤£MÔÝ·@ü¦(N€' #ýš+¢ ¹oŒŒ¤^s»V%smnPiýLy,¯—ûíxvÆU½7è›>ªƒð¶Ôæ)™˜',ÿ·);ë.ïÒ°«â‰Ügrñ‹¡\Ô™m_vrÛʼnòk[ÝïèÞÒÚµiM«\»Á?°¹ì'¢ÎvZ_]ÖúL¹XƧ1|Á_Lª ÝK â"6—:Ä»Ï)%MÕ:[ç%G$&À†"¶ +ûÏŽmK‡`iÔßîFÝ*'³:e‡¦q…Ïw -ž_@ßÚz(@Câ‚õŽž¥o´ô$ÕFNJW˜Ä5´Æ[‘ý}tÓ3W3«ßWSÙ$0_˜ÙwÍ•¸'5UÉäò#×·ÖzÁíA[{È_)‚'µñº‚on¹Ee[A·ˆ¸M›a-* «LƒS=­ÔnîïŠÑ‹ö`.ÀÈ)gȉ/ ï/au‹${ûÎÂ*Ë’B#¯Hölg®r•¤ñaÖí3ØÂ¾—…«¼­ æÚ¯ANƒœ ê%Á£Ò´[Ý©ØÇ]3&lºJ¹r¹iÙÅ{Z»¿PÅ…_+èBTà”x£Ë@?|UrËsYŸÏ<ØB«]ø¿MÙQêòò|ÝŸ™cÛ%•­€I|¸ýjFE–Ô“4f;BÖuã5ÚhY¶tê¸RV-¬!uºí2êwQó~™÷ C¦8k¤mí9{„²ü.ô÷Š“z"ÚeXc©^#2pÃ<=ZjBÙ)ü k©ÙÉîŽÕ š'ȼO³¶é¶J% beÓæc·`S<ÙsñbÛ5ñ¯°—i‰§<¬šK´eM¢÷öx˜cöUl¿Åf Píz\Äïæ]°>º`Ÿ¾MÐw[z^{ ¡ÈÖ§ÆA™ÌW|EŸO{I¦CuŒÃèÂ`%§ LN…p<qxœv0…õešrØáÜpW¦'ÕI+!ÜÐÜ2:°ŠœìqåúÁ‘¹ ÓÂß;Âkô»ÉͅǵT{Ÿ«òp¥‡Î;¾(vô[í„5{µ|ôÜÝ sóEËúM÷.¬¸‘ø°úÂöÌþä[G‘0ã·ŠV.P)ky¤õ._-·…Î2˘ì„3 ž¼«£ñ…"JÉ -À~Hó\òµ.öüoƒèvXÐË…•´BÜ;úŒç{·’uqnµÆÄ=^|[B2Í×ߟ`9M-÷œ%[l¿bátIRúþüV­\Bt½IAZ¢õA''ŒÔ)_ˆÜËÀîÄÛjëZi§ÒrzøØS3Aá9 ïÍ-]M>ÿIȳ¢î›~ù:`ûWžæ¡º˜YÇ8áˆÕûP²ê½§ÛþéùE.§¨(¼&YGö¨­lfJb‹9Sf6¤£*õ×&tò¿Úz×ÍÊÐWå1e’hññ©RMãáöžÝuhÊC}‹›Ölî·FÒø©¢ù9´€­Ò-ÿÆjã™iØV´°þ’Ka²šFÈäL-ƒßè£Ïº÷!®mL@±èRÏà;‡Ý?°½P¼X=ÔMÑø5Ëz#@'z9^Vwu|—‚Öxo¶LN, ý‚<µûBŠÞ9gš\Y  ]¦êl,tdœƒ]}=´y½]Ò_ÙCk¹ü±«§5ã¯6®ÐWp¸êdÆ*gJV4šÿõ7hIó¥6{•£OMP»LËwõ»¾–ðz¯¬èÉÕµë˜h¶ýܤàײô9²K¦¦ð¬&q¶¼Òæ:þMÒ3Uào[åÖÜÌ3´0­)‡ê%§Î=6¾7´¡b2ìâÍ;h†Ä稭*µuËϰ؆îŒ*¸ß‚/ëé³c«áÙÿÝ”#yžÒF¡‘Á5Za ÊÌ9©½Ë£6¶ŽëSSMžp­m mÊnG,¤Mæ²Yg0þmOZ‡Ä…aVz¯6‰CmãÿÝRàèðvü´‡°£’òtüvL–.”…RÐø{·ñŸŽß"êzX“[n¸Ú9ÉòÖÖV»§ ~Ÿ•Š“7¡Ž¹¾+R ºƒÚŸLŠ&KŸÞ\õ‡/û€<.ñ^êoç^µÊL•mùâ´U¨tüº¿HÊÔK-¸ÖU´ûôHY2Àõ(7¦ÔÉåÕÇÓ~ª×Œ«ß.Àeº*Í”…Gv‚ó×Ï(§*ïé« 6«[_ЦZî¥pËÏàܧR¥¬añíoÆ]³ç |£Û -Y†Íˆ¯ z`$K]PÆ~L·wàcÀaYQµ0ó}fž”y‘€™r0ƒ÷lN”Ä“í×åm^·Ï"ÆÐM}”{î4,Væ‡Ízù÷ÓH†Ð­m¨o*S§êI¯v·O‹Æ{s6Õð C†ÙE5Z]e´¢9#Ë  FµÃº·ì£Éò`ÿ6¦å;Iú› Û‹WÕëév3­zµ®ª7(!ß2nu³¿)cW0exàå¨÷ź®o‚ÁçëÒZ»º5Îࢠ†öW†«gЫm<+¡YÇб\oÓKoBåâW -nižèïœué¶e›7·ˆß‚Óß¾ó–”©‰Îê{ L«q ™QêJü,Übºjî£ó|S+‡š…gÔÃ;ÝCIA;{Z{<þ§ãŽþ­Ê;sY•6štªµpmÚûXÍyÔ«ÃÕ5‡CÙŠÀY_ß?k×fó1ÙØUÃA8]‚`~~Ú¼žYSùý¿~¦ºj7ÔœŒ›àÕ^¼—“¿©æ]êÔ}£Ø~äë»ö”|Ç<ÌéÔ}XŸ£ŽUk·÷7g’ZuÓLÞ£R´çEgÛ~)ÿ5 --²4põ’J¨Œ|¡pÌZa®=|ñZù€“¨B䃿™]Œi÷¯Ê5Qwè» ÆMõÇË@ìð;ºîs9°€øBtCñ@£Jª•‰â#‡úP%6ãywŸUMï9s­^9áÛ¢ -yŸjßçß,‚%÷ÞbV¬¸õK Ù¹Tœ¢ÿZçõ%}%Æ}onjßy­Ré? Á|£lŸúÿ¼š™äͤ•½»Û`‡¯'¥äö);¬[KTP5ï†ÓžÐä;óƒ¶W$ÚÑ®Q}g9V…<¾Vdòf®9N)Ê:­ë‹Æ]yë{Ø.Ýô²33OC¾½¿UvSyÕ¥!§ ‰ÚZËÊoFüZµv0ÿOÇÛ 4óÆPÅã«°×€ÆádµxëÐiÞo´^© $Ëq̓,£Ü;¬­]ªØÐ²Ñ›¨¬´`Ö¶ áœye× êô_£_Ý,t,¿ð&ƒh>Æ…–Qû(5¾5d1sãôdt ‚gr}ú#sFÍl+Œº­ -z{¬±°ì¾–{ÿÇ]5ÜÃk‹ì#4ÅÊD2îbŠþ´m>—òÖ$è×¢WtbyõÁÆ\à‹ty½m›@vkÛÛ2¥Ê‰^9=e(ügf‘ö4k· -U`³Ã~½jÓéÏ0ö·2‰ç”==O_ÆïÚlÔ7”:°80Ì´wf+ò¥¾r&#po·ªÌóÍ\][Ѽ¥S¤³>+}UËôQjàE}ùÅS|<ªÿEÑî­«hÚükVÿà×—˜²ãZ „–6ê$ëpÏo—îÛ7¸ZOÜmDØá§Iõ å‚<·¨ªßƒ ¼ôýn\­ã/80vÞÿtÜY¿ST÷ÝuÄ&_l¢ëxßßj‹áJ•¨Gøô6ý”iL±©Ý÷ÕKVâä¤^EÝö«œ{;1A•–ÙÂQþïÔŠóLWE‡jzèž¡ -TªÎó"WHcàæÚ{ÖÊ7¦ò'nÝÇ”æj%p•©¿è‘»ÓV`–‘˜}mh¹­gïާl­_êj ñÄHÎ,Ë/±Þq[C£Ù†³¥R\Ô}·É¦§FÌŽZ¨ýØži/КtIý¹°(çͯ€pä+²üå_³ú®÷#7šrû©‹"0•Nç+Z{Už;"6¯¶n\KÐ{wfçXnŽÖZ¯¬¨û—k+Gy«Ý²2ó ½NFޱï”ÿwá73{ Ã.Òœ£#îöcÏ)iÜU07ª)œÚ[h4¦6Áï•HÚ´Ñç7´iU)wì8¥¨ì'YÃ^í€ÿ[zk|æìýØ*:P_Ÿ™H!þf½u9CóÔxNmÚ{]kÔmð°âw°ÍÄ\”GÍÙÀ>¸ÁÊ~zyö¿f®´bõÝC²ì^[pÍR+2fi?2C¾g|oýT°Ÿa¯‘ -%ÇotÉÚyc¼·PÌ¡O®mËul¬?ç3­`ÔfzI\±“YDšÙ²„¾c *PIóØ| Kzë*â‘33ºg‹œÎšñ7E+¥™Wù°¢|·ý©¾ííOÿ×ÐÄ4öô×MߟÀíË·ºiõÇ$ÇV®{Ž›9G…~iìvAÙk?ó{)xb­õÜ/ÙX¯÷ª ÜPüé¬FøˆÇ »ÒC“À4F§íÞR9 $_ûüž7^λ'³Ç2:ÑlêV;’¤TåjN”zõW] žÇ¹§Êõ_é<=çBìé× œmÎî;X7Ö}¸yaPá§Ô˜ÕR«³¢åÀ½áåUi3æP9›ØÆ—.ë¿1íëÑßܵrøkW¿wÃätæ;Ê÷æÞ‡hWÃfYlà®öç}ãêºtgö‹àhCHA§}eþ: ~o’ÑZQºûòkî® þ¦ÜÙ.¸)ìüiàâÉ|™ÁàÔÿ¶¾—^K6¥Þ;€cÈ©mŒo¡Õƭ°ÂS¡ ½œAácú[œ…fÁ¿ùý¯Y=ì¢ÆÍ‘T²ö?W,CŽÞWW°þ¼Yä1{$ »â"jm¿|l]ZB^!ñ´9&¼n.LKh˜¦‹.‡êóÿ]xsá[%¢…ºÛnM­ÜÞ»ûO«õ̳®F5ßëßVbíÂ,ŠÌ¯›;™òð#ù¨ôKÎÕ„²-çb š^4¶iÂþ¯Y½[úe‰úMûSO›¾Pdë:{½1ݶÜßžÊù¬Íõ5øpÏï°%±û2;ð‰u[òø;-Ø\Nìz¿~s¬þù_C Ý}¹.ª^ö[£Îi†€×züÓø–<Î¥¶¥oí;U׿1£e·â,¦•Œï 6ÜYÞ眣‡þÿ½—û:î:wÌí™èéqr¡qÙBR~X·j•B&\Yo0ж2®/:Ó¼{€žïP´Ç.m;=gËMôyvìºh:)NþŸ™ gRºó¨¸|ÙÒî~]‡û¦zëÑb)û:þÂÜ8òõÆ9‰Ok;NY`ù¹áœŸüì×ýÝ/þf£9Vôîÿ?[yâWß-—ùF‚‹;oõ·²òCþ›•«ä¹Îg—Ú鶤VzÒu³…¼´§Äb_fÕ±ê:ç+c¿ÕûC}ïCUàÿÿ¢!‹›ñJt\Æ Q-ýŸÿóü?ÿóÓߎkT(û@ps“RüP¥ùï'•é)½-ß™!Rqó[6ÜÆ LŽ] â$=†^|^­†þ0®!O¥]0î]À­êÒ};«ç7ÆiŠÜl–[J3Qa‹õüsë)}88Ønîâld§=;mµõÌÐ7 ÐÑç:ê`ÛxÛÙ'ÛmW™¾¶Ýo\?`ƒêèÓC;}öØËdì‚k¾7$*Û«HÌ£!Irµ=K~É¥FqOS¿I—Îg䜉v‰%“¹Ì¾ Ú‘¦)Ï“Eâã_KÕâ»R©~)_Kú. S—”‰ó_O¥üø%eÐä'†;õî䈱€©cMh§_ ¡mÃÍÐì"\ͼVjS+Ä«´]ø}{}§?ð—XÃm7Ÿ’]oê—,_ÔWPǽIpªf‘#ü|¨*ÁD?ì¼ë'’Etõ— áWž'®G¯ Q%ý9úìšõñ<Ø“¹£ÓÔžL3ºÏ\£Ñc 8œ?¿Gp15'æ’‘DRšªÿÀ$'ŸT9^«ÚzõZí.¿ÏÚ©óå ÊÍj›køƒ·ý9ÑÚá[d¸»°k~€ê¾Ûš`ûÓbÎXà-ÐáŽ[Ò¡Nª¤uÎ[hœçR ¸°Äãö¼< ýsuúþò>Æâm,î+÷Îþ“Þ·HU~ð1>î¹ÆKö£Œ#Ç'ð7]'.;qGº­¬O5ŸžImÜBK¿|Ë•¶ÃŒÝyÉ,é8û(¯i.ª³ß%ó>Ú##Á¹¤™[Óš¸_þ<ɶ— ïÖ©|ôkšâŽ€²Š¶:+õR‡Zy–Ž÷—®þzÔcc²=LἩYøú;?½ëpWÛå …Þ+Ýç]†–îÂôOgIÆo)ˆè¾x?B± s -Ú:ZEãǪÖÎhPåJ­ÁžCÃ`=Å”ËÚ£ÒŽ7F[¹ïŒýΟ¦ŸPF¼ùûpó3Í,›…ÏZoN¾G‹ù@EBgK}4ÀD/ÉmôŒÓ±4tVÒeã¯[ -]ßnú{3qfï­|Ý2ÐâYÔJf×+…6ãè '“æûŒe¾¯OŠr<ö…]çúˆÓ$ÿ¼¤ÑdëÊ8‘Ôåó'I{0åÔ:3ÍÕä1 4^³êZž ½_ÿ¢FA•×…zØÎÔFý—U1¦±U(1ÑfÈa×~I>â €=îöhÏvolrõ¢Žcù½ç󟿌º ²ŽÊ =ŽV³°Ü7“ª;@¡cep&ñpŒÅÝ`,Ü£ý¨j›Ò(;uî9T›àæè9y'Œ>¿?Ï™Úhó¦Í½çg ýœÃ—ìàYKÀo©‘¸µ”ÞÜc%m‹uÛ_Ì×ß -zÜdFmÏðB¡îtÜØdøaZÛCôNß_¿`vXnÕÎÑ¿¾ç'±žs‡:ß/å99¿\“úðº’Åém¸oÜîvÕà"«äO¢šÌ_p7òò+ªç϶—¾6ºx¿¥þÿð¸Âð‹vöz—Z;íŸ6qàMnÏÇËÁ /ú÷ò鈛1âDœ:°RÜÑ!y‡îÕ §ùp´6Ã~`‡¿m}{‹§«9¹ô½›{^Ø› /æ;üì=j  ö1ý5¢APY»´²±oì÷§¢?«P#*³óxÃÆåçBYµ?D¡‚¾¾‹Ôñֵ͛få÷I +æÏvC'j¯ëà¿ûÐìÁSÙÆùuö³3e/ýñëò¿ƒG¾. {/«~»º/\z×{ÚÍð9º´ ÔGp`·]nSx×;E«~yd“Ї±ûž…Ol­6Éû¼Þ:Éß,-ô€ë©ãyAiûµWžWQ«ÑÙ*r;¶=7r).’ûÉúó×hÁY¥ø\Év«Su¬ÙM¢f¥lÙü@IÙähÒA¯–?íÀ§‡yÓsÕC›•™•žÈï¹ ßƒ)£ë¾•íïíŦJFZ²?Y÷mX ²ò5\ÞkÀ®ýJ±üÔëtdD!j³_þ‚wøüãÿ¶æÈv#™{2*[I€Wìb’­³Íƒò™>7kI X|-¨Ó¸«’¾uù¸à!¿é¡[š]ï";VZ6ò™ü$›« 7äGç~¹ÿÁ­¨ÙœàëTKëfímõé@œçÛOñ”9ÜÞãÖì°Í˜îÇc»9L¬Ëmñ’ÝÉ °Ùõ|8Á+³…6åÙlxN¦=Êwüõ7´\½ÓÚÔoÓkº™ÇxÚ»·OD07Oë‰5[S2ûõO}LUúˆu=S -ÛÒ¦“AõÐDíæe-¶KZYó“: [¶çãGåܵvŸ¦Yæb³˜MLj¾´ü+÷ñ ›Þs¬Œ­ÅJdô77F:F‰…ÇnË„î½vãFÔ?ÏŵÏý mæç¹x¨ZF‰ÖγËe-¨[š3Þ'j§É!F­ðÍÎ -!gLØmXIï 1_ôâ ÷ŸÉÔú:3¬]~S ºåKÕ3¤áùD«‹ŽmÌmÞ½tláo¶¼=j/Ê®Û4vAúX×í£*ÞÜö^ÌäKÎåNE»«Î]¿·ðrÖœ.µP˜Àî÷géêyƒÊøê&Ò!ýnȨ"z@e»py1ìǃ:>uG‹\p+ Ú4¯óCÇ•JèÀ9¸ZÊÂãÝm„}ÛÒÓ#ŸÈÙEÎ]Dßùá3è`S·»ØÊsÁÄ4?oþ݆ç<+|ÕßÍ\··ã,¥¦ÜV†g´Îc' Ì]o¥®;oi+‡÷Éæmòlá½Fº=û®¡÷4Ž®u(u£²> &šËÇÖ„òYï,…Ç0b†;†¬hÌÔ˜V}€Kó^˜ˆ­M#wVÑe—Öã}v—£Ø(ʦs8úÙŒ¼9â@v+ÇM…÷.QØ¥¶Ãki ÄûàÈY§7[ì¢'MÏ’_ŽQ§.|ókü=“ÓaêƒÎÅ{«r ®G´L;¶ Ãé 8 µ¸1pÈRŠßû°¾>8ˆ´¶ê¼hËÿ8 qˆCuÏÿñ9ù[íγ3v«Ì>; q÷]›ªbÚŸTÛp°W‰òz×jøáå—SÝL†RóÕdûXõÀ9@ùúêaÝÇ:0šˆhŸ§¢t™/i!lž3¯TÍ´;ï TÞßMÒéÝ¡N?÷~• šNº²úÓ¼bé1ök9ö`ÉFQMæö¹Ô6?s—>©çF'xV‰•ö*Ü›°#î6Ìd¦| ££bN9Iæÿ@wr¸u&8éÛWRŠÅ-“åÃÑTšÛ»;TéÕQüÎg ÖžÇæáüÞÜ®ÙìçÓN=ä‰{*k¼µœ:’y}>r‹ÀëííKPt'®·' o8Eæ_åY“ÞŸ‡×m™öœVHD4þ‘gyçØþ®v¦]öÈ3&ÒÚk“ºÜ¬!îžÚ[Ú¹Q˜.J]µS«K‹Öz®¾ÏØ#g±é•„e—(i7P;²²æ…l#}ëû¯ ªó”G~¹ }TÇÆÛÑÕ6UV\oĺ™Ñw =~÷[`¶ ¦||îí¯²~»Ú¨=FjüwÈEò -øšRhäÝÌ1wnR `_öòÚ$Í?¢Ë8 å-ª^âîå–è6»ÛƒúË™¸eK’ó[ʼnëß5;–!Ñ9v—°ó¾öù3` -»à’a¬ÆÃ¢d­DÞ¿«é_w0y1ût‘|üêýM{͇ŽéF‰†<ómÜ"ftÈI÷|”Çnƒ¸4 ]”ÿØv·>x´¢gæì¼UUÆÈÐSÕ‹G€rè|Vä¶@¥8á»îbviˆ†”øL$t] ÈFXÚ°×…Z‚“Lßã-ëëq²>¢·½eíwŽ}ûzrfq‘¤Q´gûSw7WEm“‹°gS—y`·¤‘h<ñç·fäœ&%þødÛ+5/ŒoÁ“c¡PŸµ1Šö¦Þp4aF›ÎÒnýÜ}ÀÁkÉ·?íõIWÙ/fB"p£p\Ã.N®&=7ùSr=ÿâ‡÷‹²æ {S¼û7`X­}™ð-ëæ5½M8nÐßxà˹ëWÃÜ:&ÐÑ…ºëˆº£Mhiaɾ )OÆ=ooÉ'Ÿcup=ãñ‚],Œñ2ðd -è€åŸV™Ù½‚eÑž¼L"~U9Ím+MCàÃØ¿v/g×=ŒÈ€g°›/E§ «CóÓ›®ËóýÄÛþŽß¹©1̲{ìÝ´.l𹵩µï•\v6ê©a¿Å§å¾îœ6HM–ެߟ¨£Ò†T)ààë®øÄV^®òcó°>bwãØ8ˆ¹.}}¹açsµ›X¶ž -a¦ûµ8O(8ÕÉà ñµ‹!¢*‡×•ôv*×µ÷,}½œñ¦—žæä쒩ЦÕ_îÝcƒVüí,…Ë‹rÛÇ¢*t¥9Duº("¯²é|ø¤3rëÍA©ÿúxñýöÖì®RPyå…KÅßݬSÐ¥„S™´?½l“È“õÝW˜ëµÇ,{ƒºïØEì“à"óïiä¯ßC\ž"0qŽóÚ “¹õ:´ Žßdœ"å\_û·¿û&™:]ÂOg¯cï´òIJ}nÎjÒÅÜ—ÍÖ`·>‹¬RkGWUWíYÔÇÊò]hdÄïIÃ¼oö85y]0¼Ï{çi%Éó›qä×sæÞ+€ëaû ê¦|pe鎸ìF#²Î*q£»‰ŒÂTGfõý˜ãÚ¾(:I%õéýÍâ½ ‘¯†‘©–Ã?ÎosÏûÉUdCÏÓw:Ÿç°8×w/i‰§cÚ~i•Áf)‚íµúÖ« Ú/ýè¶Ÿ†IÙêrò' òˆõö¨Ð•<ÝCí ‘”ºî+;¨Ý°ï½Eº•§Äì¨ô³+ÁXIêÞ›v6þ;†ãë#¨~Ú#Ÿ8×½AuÕ"ýRÅ[^£¶g îC2¹Ni. µVÔ¹ÞéÃÁ³Rñø0€ÃÓ£ûH¸¬ÿœlÛÔ#ðß)>àGÌxT?@?ßÙŒµQ>˜ÍâÜ ·‰ÂÝoé(bÚÚ]ÜàZW¿mÿ¥oîΦ]YmÍN÷W òÒvzaƒ<œ'&H7¦‰z¬ù—×,÷Fo1-tþæÝ¤ ”ôM0È.ºç•©? -]# -™4ú.|ÊpL„Œ_¢6ÜÓêf¿Çòåí@} Ô`t¯D3">œ|F³âž>£Ó'Q=ñj-¹¨W‰¦Ê ®‹ÓQ—oo ²¥³W=i“z<¸Ž‹}XEùî8]ÄëD -hÉߎF\QxÂáL‰ZóÖ@³$ªß×ÈnW÷R+oH&ïº}}éΗ*©ðä@~ÐZ®Âì²Jîdºye:ê¡Õ¯< -]¬¦ÙÍïBše ®½xú^ÁM¯7çTŽZ[EÝ^‡rŪ<íuR s¥ÚwT”®m&•¬ Kó{u0iÄð¼LI+¾g‹è•W‡žÖ‡+Ö#YOC#wä³¹ŽmÖÿ­‚šcC$ž¼Wv)š—YqéØÊ¯ìàÍjkHWÙòb3š¡Îm¹y÷]À9ö{£êÌö5.üúœldTeáŒVø#ÈQ“±ëÄÍòÐ'4'è\¦ùÙ—;¸ûv§íµ»û»‚p³:¦IBÒšØxB¹T0scŸŸzqo…5|Ê„qÏÜ;Ñ·üõïÈ÷ÅÂpmÈ¢=›Hú­ŠØn=×;ÔDç'tÜ -§D¦õA³ -DÚ,² Tzß³ÚÒ€WÒ•Ó[€¿v9{†Uß[÷n>VdB§î}Ö Ü9|Vƒò\®³N?nö.ênîöQ#ç1"ÖáŽWgÁº œÿÒÚÀÀZ2GßL›ë8î#”xñ:Vu -W¢2î^©zÁ_²NwöMûJ¬]/ÚØ¿S8›Ôup‡´zÇõh0øF£´e(+ ¬÷´àâ#Òß­ÓàÚÕcÐoý€§+LL4Ýl·Á‚ËaßÊãØ©ïQd¼ŽáåU&ãa‡çsé0õÂè¸ß] CB}ŽÁöèS5áV«„OžßŸ?æ3’8´fè:G^‡%ËŒ)r&‡ÕÇœÔAx×Fï¼å¯äEÙˆn@&zæ¶#v§Spâøtk%?I« &øôAõõìºû×ýZ{ö˜`íp â©=Gyi<}¤ß€3?‰x¾áÉй -S¿ h[¢“œÛ¼ÜdÉ<áÿ£óJPV‰‚ð -þE0‘Å" -*±É9˜sưÿË܇ysè>Uç«înEa°‹™ZãÖgh»*“~>ÎÖБÝXc²±µG‘óב—Ÿã4_ψ°-‡:/ër KêÀÌìÖüºz+Úçé®ðQÒÑàÙßÌKlj΃ÏÂF’”\ô3KË£@ÂETiŒ|­ÝDN¬ìªÈ?ȽDF½™K·x+VLt·sÖãQ’†<`2Ü«¾80ÍA*δCnÞ(¯YÁ¬/.Rþnîwåá4eÞœÔË£Ø=jÚ- ¨¡Quœþµ -#á%¨a¬ˆÉ‡C9yK§¢cÈ÷Šì“ùT…cH½ts’µÝ§`¤D‹a¬áÊú -Ú‡'ä*+veûÞÆÁ°Jæ¿Z Kò*˜÷ó{QS²ã‡i5ñíÁÀ[‚ÃUÀUn…dæTaˆ)§kÊÖüåè5Wâ9OâÌÄSnMA¹Ô¼‚»¶±g–+:â]ÞÊÃô.à ¼C:$ŽÅúyvãFÝê1ǵ¥ac¤@¢Uý¦wJ+I[tYa­DÝ%:äÜ >Èg_âWçH¬´e}‚‹rŽ»þXÃS#ÄÖ罞S‡{®öÚƒ;feÌY Ñ–›±aÑšäS†2/LaVñ‚{ù ;ŽðÀ˜ˆ±°Ö%ïÈÚ|äÎ?íÚÅWøóFOˆY›¹Ðß·S)Tvàë›ËÎg´1 ›\§j¿¹ÓC©¢êÌœsÚÛ:·íY|7 `éÂf­LÀË‹íñÜ0è΃ëH•œ“ýzÙ,h£C zu§k#†ÍÈ,7›~Õžè$ I¥/HíP)Ä3±w½Û>a”'ª'¢)'žÀ³ù©ƒtÅ›¹ó­Ùà|gâ KôT òyÿ ŽÍlYi‡›Ö2ôüµ­«<Цm;üd;–M(Ùºá+á´{ìÊóûgbøm+G·‚,œ¹‰Â¹5foU”5á·Ó~ç˱ ÷-ZçÕ|ÔðÄO%åtÇyË‚?ÓÅ_ðRÅêMtz`USë7P¾ H[PÚ>1”ë,•€­õ;$®;\žç”ñrµÇ×A*«¤à¯âڿ쫺½TËå¼’/ó}ËíòæU6+Í -x0å¯õámÙÀ” eìßù¨EXrR®iѧÝÀŦì Q½$Àý_B¤fdof«‘+íXné¿aûÁ4ðÐl»ÛJz…_sY%jÃWT™‚ìõÞë¶¾‰;Ê÷¨ž¿Ó>ìC0ß(§ kúzâZv kvm\œÛéKß‹ö2Yk$[ÑêÎM°bèÇ~1ûPÕ>¾%Úî£Úäw¬àŸZöT//¬ö.ý—?ÌïÑ#«*å¡Ê*Ӻضì4”SbGxc7£ÅbjUæ€6%ºR:Oÿe »-®3&_ëÔæÝB>bÝá¹Úëâ ¡&í³*aÅŸkeÞ’Ðä÷þ/m_Ý’$Í–}gU9¾,QEã z¾[œâÕŒÁφûÍ™•Ù¬¯¡*×dzCuvRŠ(ŸÛ.Ï•^Øý]¢-Î" #=iàvv˦ ¿Èn¢æÍFù5픎8Ùz#à›Ì`µ‹µ7vù Òñ=êÆ¹^ÆéB–Õ]‡(i¸õÑáhoÐrWþÁ¶Â½¢DØ­ÚºZ¤ˆëè‹ë;ˆ?Éó ¤N=Xõ3•;áf͘RÂ$tÇÛ¿×Þ’¼‹Û;ÇÙYcHÆuÝ1•Ñfïq¨tµ•ü5ßbñ¥…ÖêŽwB‹ÓÜIa£V‡Ó»yk[|3Y!ÎT„“¼-uw÷ŠØ1Wœ˜›w"ÕÚÞ«âsí4XÇòARÞØÔ’FîŒ@šlUúýZo]#nk¸Yë'²]ëZ©QC lÕ¯lNbø­²ÙlÂè¡,¢‰wÀà £Å“¡¬@ÔÙÞ`r<¤ƒXöFŸÜÇŒ5ûá±YOØÊûf9'T®™\Ôã;Ƴ@Ö¥Nv Ôž?ÞˆwÚOzÙ.QN†¹Õ4úÚx) ñV%<<ˆòSnž"zÜh0¥cËBîàfò½N& VÚ,µyý…¿¥få¥nãòµ¼é¼zgú|øïîE¶¹íãLFLù¡Ò?l˜ÇmgŠÍ;§lŒ`<Œ÷ÍXo˜–c¨ÁŒþAâ1©Môø2ÒýuÖDÆï~u¤Yµøà,¬S{0*o—ÀÙ3us1óðÖW:Ûj48O´UÖ<Á³3QH#H|~TƒUZheµ -‰ëý2 >»‹a-›ë¼¿T½þ‘)0$Ð;»æÈ†‚#Bjvgžñên”×Õ#¦”ZS5¼•`Åм;š¾¶ûì!Î.~9O­ÑÓ—(ì3öñ*0ñ‘:üž!èÀæ>&_yÃ䃲Úz§8Oï»,ì\S -['‘J-Zí•蟻úÂ¥àãñ)õ½ã¶l¬jî~7k×uD3§wµnmô²CN)Ô9†íëëaAýaºŠTÀlÍÔE^ÆûÜ -.à²\~?‹—i.ž‚ÚöÉPbÆ”X*Ú«áªã MKêgŽj234Ì=ŸØ´î 4Ð^{ÁÖFVáåïJªiÎû~Â(¿’rô›^ÈÁŸA°÷žÿ„k7==§®•@•¡´pÛ‰ÝÔK$)z90È´ç”u ³ðkS«&‰¦*©j鉯’ÝeZd2„ˆ¿îÿA¡ø†Š~UšÔÇEøjyxªìì¬0]õ7IX°~N:0^ïÒ½u`X?;EdÝ >Šû±úñ`z5þŘÌô¥Tà6ë„sf·‘V? {½ZÁÁÌÎÿ ZbÇ I9ÓË̯ÎxóÞH¯/F™Wæ|BƒwÏ“yR­kbU›k«„ò³Ûh.* î:çJkMNÈè ‰¸9zÛ×¹ì\ Uï`ͦ½CNrŒqQîüc½3jf—¬+Ÿ*í›þ|ÑlãQ.ªò÷ÑÓ—›RdÊÕÍUWïë_gÊ–£¤¤V³~N±ÏIŒ³£¬Ö‡¥sM{ËNßCÅh”kæŒ\¥hÚøü­meGý1øÙ³8˜IC»¾Ú›ÔT«s¬©_Á»ßÂkÐ62ƒÖDÜx¼Äû½x endstream endobj 77 0 obj <>stream -dªm•¶ÖÇyt›Oi«Pt_è`»yÀ%ù~P´Ïlºd´Çë$âVÓÀ®¿],jË7xnaí#ÿR?£7Ž]|ÓDuäl½í´²2 ªëa–ºnîB%°›ìà÷à@®,‡¹mÓÖ„ÚÍÎÝ¡jÖ+P7Ÿ}¥~®4zyУ­A{…5…öô+TЦ„ŠZ–†ÎšO3@«ûìé0‘-àù^ªß䗥׈•TíÈÚê~ÏÆˆ¥)\þtÍè·|øÖ»SY¡™÷J£¬j–ï(¹ƒ(ÜXc˜2"ÿ䢗[V³MED÷.d^¿gKÉósPgf‰Dœ:݆Í÷Ñírj¼Pq£ø±îͲÙѨ -¸Õk4òJn¾zkOk†W^Û¡ÓÌ­uBÖÏÙâ°[è‘Æ´wzòËèªtZ“ÅnuFÀöƒèF­§‡¿“оMû0Ìrò†Å²¾­½—y¤ì¾ÐÌ™£À -v§<%=Ù¥>hn^Ø š, j<ëéC xϯÖUËþÓøÂåâ6ێʈ äÆüžŽ¿fö¹°z½KÙšö˜æ·'Quå±þÂê#ñA¬·ÿ ¨øBÛ¿ÇäïÁ¤wÝ®>t-'”ãRoû—ë¶%ej*MLãö>±^h0X+­²*÷ÔålädÐ%$°#«§ç?ù±S%nׄ’Ýì–ìPuûCÉê&l°•2‡ü­×w)[œ3ç€Í:ø±l„ò¸ì2Ƥý†òº¼"ðË&þ©ñüú…ZJã6¾, IØC…aå}6{Ejƒä¸å]qž{²—˜”8Övuù!&KK÷ŸòÁ˜Hþ9^3ÅÝWÖ¨g´Ò·³.û)ߎ¥•:;6; ™ñÏ:Ê·º¹=êŽOQ›+‹–E8ôNâ§Ù,ïÈŠÞ-7 zžá|2Sh¦"mšäã:ß³ÎXü¿(Nú%vymB@ãç¨t= -vêµ÷¬zU÷‘û¾¶TG0Ó·<{GˆF)»ÚÑ‹wdyš(¾±âÈò´–«<Òày}^9ñVÓíá0Íã(ë–þþ··8(Al²ö’¦øåVT‡^þôÛ‰/4Ž„XRv4Q[§óÇ}îŽ2ÖôN²ùÊÝ„¹³Ö0©ÞBóH8ƒ’”‡˜3‚#®»e›ÄŸê 2ÀÐ O6kðLÕŠL$î§(dûâ xw¿º.ʽØîÁ"yÎaï­í°9ŸÿÒkZ¨ûã':Qô‚¾l1ø¡øKK;@72\—nêÜêWz9·9?‰~Yf ËMDzY>ö ¸º$÷ŸúÑ£ßÍnÜ&~³ˆAG³âïé[¦z01Œ -ª†ëZvBrZº@¾¡õ÷ÉP2K¾º’³O­qpzùPÿâL‹¹ŸNþ3%Î7Ð_ÚæjR#Eyç—¯Ù`@üðÒéU檥áeq= ç2Üg†Ø/Zô¤ý:- gJ×›ÞJrl‹;u3eŠGëoÍZñÙÒ«#«eý¦ÓM+^¬òRÛuÏ9_•NH$ÛÉI)éê¢(^¶«‚4_íi½ÏÐ=©ó|{’M6žé7}IOú’´Š+²4Ò!ëÒå°ÿ<^á‹Ê“4“ãm*tðQº£%þŠlÇm¾''¥XÞ˜+iz³ƒ89mùÊùiúÚ ôŒëÍätp“$÷QT°øzÜËòØ!D¢ÁgÇÚC4²0ˆÊkêÆÅaÐLïïÄŒ+ijjwŽ‘ÖôÅIî–¥mc$ Ô9!¯,o‘"™6»›dü5÷ÇñK¬$uhµÓ°‘Ñûö‘%‰±ƒ¼^ûŽIX ñ^I»mñÍßûx4O=4ô«FjäJTï2þã1ÅΔéü -„ f{S,Ú~ؾºA‡/X.™÷Jé#öÝoÎmѸlàõ^"zŠ­Ÿ=ÓÔ¶F‰ß}>T:ÎÎÔ#‘#ß°Vvn²y3‚ŠOóôê:¾\FÆØå^O*¶I= íŠKÄÁî|œ_JÔ8—Þ˜?W -løXó3¯$•>dˆéiê©L©¹úØ<Ý{xg¥ÕZp !ú’3Œ§v.káÆêR¨&v’ÎGâÈ©þÆÂv:6ÞÙ‰Wm(G¨Ë9Õ:¯mYª…=p®/z ý# Ïñfqk+FdiELɆj©ŸCÙÇ”ÝT,"ë4gˆ‰`øPœ¯*×#ÜF£€¹É5®»ÅêªlÈϨ/#a*lu# rúèJŸ˜r}SIOzáØ7¤{ÿÅ)AnWà½ÿ¬¥›ÏXŸõ#oÛÒóÄïþAí–åµf—Òk÷TO¯:³Ÿõ¥)iqŸ–§eA/‡—ÒŠÜ5Ñà)3ןK±ØÕfô—ÛkGé!­z}x }CLǺ´;£# -yL¹^©ÜÇ¥•º‘´šäF•µ"Y/øë9³kOe-‡iÈ÷‚Ιì]‰%ã>ü°HÆ¿õ1øÌ¤œ¹mËŸtópiIáûÖ;>·õ,<I¹ÝĤ~†6¹*ßëM_âmÓº‡©’¾Ä9¨4]WœÌÜ®ìX’¹ÒfД–œÞMoÉ·+¬ž/ªlR’¡µ¶#Žk— -/Ñ7.qI,ø§ë5–zGöo§™þ«ÐsVææsžV 6ãl»–¦ ®·…KÒ¼b KÂ!ë+·­¼\´ÇHþe×KL×`&þ5TjŠ÷ƒžðÍJ0U©‰žÓ>eŽäSYä#ÖxÛ~–m0ªíS‰U¢1†ŽÞ*ÌMFšt²luÌ´ñÊÆX˜â¢í‡œpÇž"Õ‡­¢´<Τ Ëðœ hu4¯Æm§t±O±×³6ë¯þþ£¸:¶”sz˜Ý¾Ú>.41©u9¢$(Š«_˺HPïsÓ›ý-¡ð›"•FM…°å© -¢+ÕÄò¢¿$ËwÝGþÝcÃí™Ö?% Œàÿ µ]!x’UuÕÒ‡^£é b}WÉÔvï°—ÍÞô)ú×­¤qH.1AHMm¸S(i2j“<6”‚÷•‘/›úùàZ»™ÌŸŽ¡š¾$¦wD¦Š•¿Ó½Ðãô¢Ÿ¶1$wïkL }x;e¯§¡Ì4ƒ¡2 ’{ßÕ-™s~ªüP<u¢ã[žV@¤Æ \\qi+×F%ÔZå²u¡/¨ìúZR|å±–Vã¿ÕOÊsQ+äÍî•ÞVѨ(Ÿ,¥Ÿ[+Rê»>E¶ÛϼÃĨc¥¾Š„fDöÛíý«”ápíÝ1`ðAl_i3µ#ŸœóîPŸH¤üh†¹Ãôy¿¨$¶0eÇ´w¨yÿÔ•Apêª$Ít–ô¢9´àþ쥄«î47ÝФ+¢txÈŸïBG?›ƒ|ƒ„5³} >àhW®²³½…ĶøCT1®ý­ÜÝ«Œcwý!ceÛõé°ë,5;}y¥O>z¢3„™ Ò»|ë ¾1Á7úU{}e·ÐY÷뻢A÷^Sþ7Ô=ëgm¬Q%»®©Åx‡ÿÖ¾׫2i·»¿®ÿœ%CÉò+€q´Ÿü¬IqTݶ{g&þʨ¶S™5 -G"ÞyÙ¯Ÿ\<-Ú[Qýy1ÏxÅÖË`>Ú›KIIU¥˜\wßâzÙ ]¥L7*V¡ƒìR¦mq²EæÍ˜U$>‘£û=M•Ÿ‚fôÏ·š->‡ -S6J­óžÔçò¹•(¡—¯Ïò”«rÞ®bಘW[Ú#·vޯշ𡔟¦Öy›TBc¿ã7zÁ4}ÊŠÎ=wÝ;gj¦^3åËÕÔÐödUW§=7Õ=^‰;» ȾªBý%¾ßé»ïÞ%QEoˆÏŽõ´‡Xû¦¬ƒþ›#ÑHƒ·Rw/µÖúžqZ­TmË,ãñK¤\F’­R9‚”C8g;yj¡;2lu3ZƲ‰q_OÌøo»Wy8V±ðosýÓKaâiÔ5Š;ÝÀŸb"‡XvAûÕ£Šûd¨µzñ#t*ò.Mì ÐñÄÑNs0™¥*u±—3:œ‰ž(¦ŠU%4s˜­þAÖu€ü8ÇVTˆOz½ÛAåæ õ‚û9mš1£{GVœ¨u¸©þ½kÈÕ‚PŠ{ò œ \c•¤çžÚòQi¯iwÒÌӂź¬šÉá„ÒøÅB6X½¥· ¯k·"4Å`c$d{¢o§,,¯‡>Q;ÓYô§"óJæêl¦ôìðcÄG|¯©?íTo ~ÑAÒšnY¹ŽŽ­Eßš†’U«ç4n¢ÏuFæU–¼ù-Ñ7з#SC“ÏÁhYÖ4ˆï{b ‘žÍjÆa»Öm5 HnôîÚóŸ ÄF¬X¿MÚt¸k98oï彨úüí>\—òy1§>¯=‘<ˆþŒeQöõ"Xý6gê‡æ¨X›<Õ{,{-l×få[a1U4íH§CŒkhëÉ5l‡\ÚJ€nÁ]žrú€š’~#€LZM ŽßÜ?ˆ]“ÊE•6]”ˆç…|怫Ô®¼•å s ´4‹1fºò¿¼16âÁ×ÄÓÐWRÓy k€ñé´Wlht9’¿ŽLÊjM@èAîc*Óºâ­Jyâ©…­Þ’™Óìóly¬½|¬*`í-ŒXñ)•C8Û·€¡;W]Ž¢?%H'S‚íÑEV;3÷då »À¸zå³2³‘K{¨.yÙÌßÏ‚ÝJ±­Öµ60›¦ÙV} &IQƒƒé¤?bÔŠùÍï{Hj]ÏÉÄÔ±]¿VƒÇ#Ûµê4¿3k{.)Ú2·xq„3kûzÁ:Àš<š9€ S‡V>Œï.©LdW/Öo¾Â1 9RgMõTÒ66›åÌã¥u5ü±¿‘NÃû¶ºUå†_fí¿wà+–Fð¬*lN’j†Áà“:³±eåüÑÍûÃÓ«çàÊުѣ^é/.ôOoÖ5ûŒ³ˆ"*Ç\[ÂÆE>>Ÿ.à¯ng$6æµýhy©:ŒàIµ’!ۥý"äúËfî´{å -c-²ŸÞºJfýbt.Acï]îõy¸~¡< Ôݾô¤ê5³Ë£æDIqÂÿ5GKб±U‘õ%G—÷¶0?dVÅŠ\ÕTò+¯º2eîËSB,DD,AÍ–ý†ÆH;á¹ìfSÍ%Ê!Yþ-©{ÐæR™•d¹Ø>þ­{Ûsß]rUšëºjMB…UÙ¢Û”Œürߦù‚—¹ÒŒ9¿¯ƒ)Âk]ÎiÞ esø¹«wVj{³á[f›J^j }/ÊyFV´u]5éYg/0qæ(½xé+±F*ƒnW©yû²Ö¹œ”ΡðÑäWÿMä³Z‰ìígòéãÚö¡¡Vœ××ÀCèNÌ{¼½(Q“@K9Eý˜¸ÿ N:´>ª`/mïÓ¥yبjÁû®ƒV6Í®lq:}(7°Ãêïõ3"˜ ,ÿ’ô÷áèö:žÊ¯Þ™ª)t¥O–%‘ *×&PíÞ%§¾‡þîvܸqTUï7W¥r°FºïÇN±§jî -ã`¦2·˜…þ6íMy©(¥c ·¬ÿ§ÕäcƒÎý ‘¦<ÓýÜ+ø¦¬J>c5 i”3¿êâí¢]°_0l]W° ך–z½/t¶éj{#¨Åèœ` -73¬ï:œGD¦·œ"úñQ,ÿ…{AŽb­0-B*~©!È8¢7j7ÙSö{8y%‹£NÃ[ä!ÙäÆï’<«_–Îxœ+x£Ð¿‰†„«›­÷Ñ7ý(>´õS#œ©»ò)hâÈ®«+Ý÷$ó½7‹GÝFY=]ºhîô|›¸ä}ßÝco^.s.±’öàîÒð^žŠAe0Û±ÅNÿ[†t^yEJwDpn”º­c¢Mšƒuܤõ]f·ÐÒißýß_êÎR—&5Ömä•|á7{­VíÉ}~e=Ì€>UûHN›rÚÔäÉúªT꽞_›©ÍeéXy[˜”=µúèÖŽw(£>ËÏ:ËNêgn± ­íd;´ ¡CÉ úBÒþuäFÎ2–”íO•úR¹~¿ewf–yw²˜ÎæôêJ‹Íí$$^û›7.¡6~8,|ù¬{J|ׯSmÛ¸|a¾RxhkÏ’FǽgÞ!Wê,.u×· 8l\GË·-ÜßÛY¹ª’žISÀŽ­áˆ_–¥ý->ùòí%þN;çNÀ;¿Q8GVïêéZ×6ÏÕš«r¶šN—ÜERÃî* -nS«”Wc…N;JIMy£÷6z½3Ô*ÈÏÙšÖF;^Â…ë° _1(SA½=r·ß€'Œ0\ôrø‚& ­M\»0Ù?þASp9U/ÿ¸ é§ ý·® -ÖŽØ;¨­¯?=Ås›G0È/Þ‚f_é¸û¯‡•ôµ‰šõ¾î+ d_ðA&ê,)j®{(™gâúWæÒÍ;׋þ|™ZÏ!YOÝË©Vê Gø¼RM•O=ê©øÌ]¸þlZ½ÌË#Ǫnæfñ?¬¸‰^¦Åké#ö¥Ajt0ÚØÚQõöé”sí×TŠS³ÇއŸÝgC¹;j×}̹ƒ¡á#ÒÞv&ÛížÖb±Ñ)šï}ýcZث̆¿0úV¢æêŸà©Ùå.VåiˆÏ–Ç•úÁ §røgYG侬÷˜k'àí¦ò;(guðK¸¤7Þ¢Æm˪ š†¼Z<èÑV/ -ÚH5KûÛƒ-£i|è…j´ÖóRåxuþDw{½eúÓÃkþ7ã\û9É i.³&[æ8 l/›ÇÖië3öÈôÐæÔ5èpZ*¯‡8¯ IpjTŠ©ö/Ôbîú:€pceºìÍ€ßt‹ª0F8òäoE6¨6Ó¥[‚Z^ñ#kv×mc¨Ãèþo–©ú) páÓVÏýóÄcKç;ËZü}Fm›z´|¡\Ãö_ûÍÍN31G/Ã-¹¨µÑ{3OâÝLæ9íÎs‡æøøåŒ5 mË -+MŒÅtþ Â{@—ÎGùÅ´maªò¤mßmnAtKÂÏ./m"\¿(¯]èˆþûì»’®ö³¤ÑsÙÏéBÙ?˜ÆšLĽʕ‘¶m}FRËý¢^ä±¹q>ãÒˆ˜ANkÎg# øOÉÝxs……®hwée”ß:W>”°è™èòðDÛ#ÊSË*–~¹*ÇÛÆÐ_dMæUÁUêUµïâ·Û„£¾çX~QÊÇZ³ÁyCK¾âÀ+ùeɰ—Ï!—›ùDÀ£‰·—_moœÅ¡–9×DY =â%þAóº”ÕÍ_{=m‘£f¡zV›r5'­Æ³;¨a±² -pX/Þ†E,¾QM…ƒ±Tݬݺ™Áý¡·¸Ï\tɈLKÁß.a¾ŽMîµ§â÷–ç—É­JRUñ•‚r¹Ú6J½bÎgA´SÉ]€%·CaÉ.ŠYh àøîµi¢WèàÞ{oæ>·Oý(§°==èKæØ¡gZX|™&¯œn}äÈð]×bgáa xUU'ÄCR'fLš3¬Ù¯h:ñ«»*"q)(X·ç9ò»yš¨Ýɰ{­ØªíÓëàXŒ-½R©èúrô‰¡óÅø”߀ﴣì—n®Š=)`š9C¢h¢ºEý´tƒ_™µÞÏÈz®ÑÈÆ{Æ…Q?·ªYˆIÚØ›>ùü¡½¤©6Ý,¶<ž ÐAì@­6Z_ãAwj›9]xw_Å늸+¸…9ýƒJMê—Jf³QSÊ›û .Ü™7“uY.½‰N“}j‹«ÝÎáWÖRMHÌ#Ä7U#JÁùVÙ»rRO—»,ø{çê°‘¬™fïx·'v©j˜åw\~AÙð6½¡FÔ%[Ö†<È2£œµ×8ïM.’ÊÂÛ¬ƒHœ­±]ˆÖ£‘ƒÙÙx}<^!\3|‹¹^Lõ”Y×]·¡S÷‹L ‘Ó—¿ÐSßßø -^R½l¸iÒ&KM%–àP˜ÃiXª²_þýŽ®Â5ôæ|ëÞ‡b'9Š2]îÚT)aÉB(ûºòÿÞµVd&D¯§¨+]ëv⤩l'‘(_Š y&x]x(;®?Ø¿㢀À’|[Žðfý¾Û=0ÒEêïÌ`£)­IyÃÊíï’Ôž#mÚxÜTó$ûÛê3O5yøïdà§´5à ä#ñnõ°“>±sý D ±S”ñµNµ†ß¹FX[¾óØÕ€ÚC_ A‘Ÿ^¦¶Ò}jÇò ìãH‡›FÿA‘«_=ôk´wÌ1›“YCÎô¥S<›ýZó”ç¤ù2»ÔÕj1t—P b‹äA²z…¡WUziccú o§ÙR{_äu=B‰ï†î\«¶À:÷ävv-ÓY¼:j3^Xó]/ë¬gCMÕ3ê§GÉG¿’S.£]¬¾ÆRãù¼Ÿñè„3õç;q ÜÃÛž0ìY.ÿöEu; ™I¿SYÒ¹*oø7n¢ÛnQml¦î9LÔ9·‚ɺðPN~Î3GÉ“G:²¬ÌoùëLs÷ò6>Éåçܧ÷ 3FWåÔj³qÇw¶­Z¹¾ôQýÿ3^ ´ª øµT«à”ÁS]—j=lµÍ|6›3â–‡Ÿ [‡ëUSq#›í¯ýòÞºéqæÕòÐO5Z½ù€ŠgÀáóúÁ“Ý©§¶ËÒ?(ŠêWGzÓ³¡‡œ"××èƒÀQ—²Ï¯qÉñ½KÏ^1k&Ð’2OÛ˱¤ÒB¶¦W²¡‰ÕŒ®¦ÝnE¥´Ô7ž+ç½Ï‚Ÿ¯UæÅb1w~Ï6Ÿ ÷=(B£-C¿íß÷-Ûm´ì­ýÞolawoµeßמ٠ÖÞ?ÀòzÝP½Êô©H¹$éyà­‘¢ùcæsD¨ù7Ì -ß¼ïÓí1;ËC’ ™¾b£é±56ÊKÔ.ßfkôØ#øÔé’Ú8¥oÒð©0“Ú³$ …ïtçÜ]ájD•PÝW>L"ì:âxÿx{]¤~ì^ÅÒV*`Ú8§‹Bâ™Íþ¶jIbgúöÚŽ -r3å1…ë "5±·¯’h€it¯¾‰IM:&’©Æ¸ï -t‘"ÌÃZ:œ«y+·Õy[.¼ŒÂÍ„—‹ ÚêÞº¹*UZ>ƒl¨½•ä2Çn,Z Ûâ驚üV -z­»ÁwÔSµóµåïhqsWÌ뮇½²œm©‚j²Ù³¯üyß:%Þºhp •‚¦—h rU¾š‘ÊÒŽXÐHÆ—‡xWÕb©äËבªPÞ]­E×–ýh{H{úëGÊÒjûF|˜Ñ^X}(Ó®²êbÄ*wòôöUâ‹El§mo8ׯòÔøªNô:þÀh$º;P”F×~¯êi²lZõŽç5D¯¥bmu§ÝÄí¼qšàŒb”.‹TÞB‚àÝ®eCéÙ‹ð=>¶Çv#àt -A3/m…åÁß>ž9Ãж•‚L¶ÙσÄgè¤èX½¿U’ýMò!i÷”Úí¾µnß_7ÖN­Ÿuw©9q"ÀJ½Œ©Nåµ~¿UÏÎ#ñƒ.°j¤¦/¡Ø\¬žÈ?¨I=FWÐN•µ¦(…\zÖ¦jiw®¦­¾Þ˜çØ1»‡ÁwX÷Ì|0ö&=¤uM6{­ÙØâ ÚtZ^i ™ÔõwµôBÅÖ;TŸË„ý[õ<žòjm/n±¸ï¼ÿ)0S©wü3Òá)§Ë Çqí.¿Ö{F3ú{‰÷p6‡-¼©5µ¢4Wƒñõ£¤rõ{+ùT[w¡È©\•Ÿý´ògï>†>áÍ‘§¹WßT²&¼¾ÉÖ­«-Ú½5·Ò×Ég¯Ç£Êšx -÷Þ«*²6åéxñ _AâÊkNòåý*¬m}oÖû{ã.ìCõAÁ§¦Ù¥/Òtî0[jËl2å´­}Ð; ~IÞ*z!\W}د§?ÜU k#–Ê¿uêÜ·§ÑhyîŠLúN“®.ú•,ÄÄ;udÿúþ1&ˆRÁëIÚàãZ”ºÛ!ó"?—Qtgjft‹’ós¤ý£p]m_Ÿ¸­ÇBŠ×zO%îKÃJ­ÀùQÔ;¿Ê¥*Ã%òh?üe oÝ»¹öeñ>Èpo6Ú"¯ã'¿Ú–urú˜$…÷ífZJ÷QÏ.”Ú~…ýzÔ죤ÆÊÑÕèò›(µÿBèÓÄÌõ)ø"Ƙ”2Iî5è™å•,öχ#˜{Nua~剠íTuå¬ïÑ ºªáuµW3‹>|üî;Ÿ{©¬ÜÕkOåw'½ˆVl~u×Ãe5„×âªPi¯Ú¹¯O+–ÕR>ÈÝ2™=›ûŽq_°7KË`ÕÄV½/DÃy|4Ý’zµ‰rspSç°¹3é½C¢ÁÒR|c¼¸ŠÈnÛ6žŒÙZ4úky2 {¢îñ¿a4†•¤¿džìÔógë¸óê™M`ÐÒzwª$NKÕ+z{ØQs+ÛxËS‡OMU˜ëš&¥ïoÁ|­mt²}9 cbÑ»¶¸ºöÂ_Ç_•!·2ˆr$1nÛ|âÂê§*ªW…GRý:ÍxÜH×/š à[ƒ¼ ¿®dQ{̶߽®‰‡Û¹×ÖK“ fYC(Á';ÿ”—’W²v–î¿Æy~†Tl»#—@(´¦\¹+;‘»Uãx–ô˜C_XVó˜aÎ{Û£x3bTl8dúêU¼ùÓŽõ†eÕ‹‰¼*5@§ÒA} ÆCaa'ÿ Ÿ¦&i*ìÜ÷ø}(Vœ+Ds¡¿÷VTdëEË Ð…ûtŽlçr¸~ >´Y«çË'\¬mÚÀK]ÍjHÆ·q{ª³ ..ÉK -¦¼$úü1§±irïýƒ˜èü;1:Süzn{‹Éqav—°?¿Â€¨SæVß Ø× ñª…~ÁHÖ2QÓY[¿·®?wÔš!çòkyï8¡ ¿V¢Ê[¶r–/Âi|k啼ú-¡*óŒ¨ÈéXBž!DÙõŸ"UX]žn#éBr®¯— ¤v? OºøEG¸÷×lØÐǰtÚ‹±¿èQêÓ—Òç&|ÅЮàc)YüíÙUùJ©²LüN«:ýÉpñð”æ …¿­@2 „îlÑZø|:S§âÅ;d‰‡Ê\y. e»¿¥9Uè;Šæ-Ñ=/TÅ(¥Á0©B+ÏœÇÐÒÒ”ýŠyŸ›r<Ù5ÄË^—B*`…qˆ ¢©&*ø”wP¾Ùg„I;Ñ×a/ÙXVõ7ùbÌ´oÝÞNñÇ–„(ž{6:m£;u”§W›FÊ©ZÞ<ÌyÃ7X…&¸•4ý¡‹‰ Ö9âüOM‰¨ØnÉ<Ñý2P½Ž~âòg°Ú%“ÓDnóÚ¾o‹µgæB?ª9“î—Ž¿§o÷w, Dr•þ›ï†$ [ö¼aÙElè%eµ™wóØŽÓ>êe/×åá¤Ûi'$Ñ='˜›—XÎ*öäÕà8_ÒÐX‰·ýäÙwOÿ Y)(Ǧ}áU¡èóTíÛéçÅÀW" y:‰:Ð`¶©'Ðn;Vä ÞœíZUœLxžÍ˜ùƒ`û²ƒì/ÎLi‚Z_§£Oc27§ñäï¬Ýºy½µ n iS~æ…1nCö˜£z¡Vš}Ì'^5?¶ît®>Ò©QÚ.Þþ-¡>¬,¦`e…ÎÜ [BÜݤƒ§µ#P‘*D †?ÌiÎüq©Ï|×4~tW_ó¾\9B¤¢ÝyzýÞ冟ù?rןÊb䳟¾}P…¡pµä°-Ø™îÜ»¬†”tÈÎépÏ0fqvYã9óÇU&ÁVyÌÇÃK¦‹°ˆ$%ýÉÎ_dc9EeèÓÊÍtTê¿¡ðkICl "?ÆZ¯»üבk¸qÝU%˜;“¯.}XÄðã6$ôœ÷û$e˦ÔV í&ÌŸðÔñiàÛ­.ópe;ÊJ|hQ­¡ûKf°°3|ikÛ+ë°:i˜‹Ìw®gF¾ËWÆði2:ë´ß$ÚO*¨í©‚³·é®V* AÉîÖ5­ø1%3·87'2}}0§dB:Ý3ãh3ŽäFèu9ZæáµÓ~Õ}Üe§ªgl¤ÙO§Xέ%œü„iý„Z¹¦‹r~X —Gª¥Ñö÷n”|öŒ.šÒüë ’ÎÇÅîÒZ›Uë]n²‰Ö.V?éÿïÛÛcþlXIA×ɬm;³M?¹‚¢¥Û‹ËÛ ½¤£µë±™ -Ò\Pù -gMŽn§Qv{Ÿº|JÖéS›Ç¼[täœe EYÏ{¶6‡ M–ãÔë|Ï9ÍèØ´xºZæöz5¥[Ï·ôZk¹ß¦F.*Í@ÍsM“–kŽÏ¾Žnµ™énÏðödù룸³ÊÑF­†ò2b×õ,×fcþ†Ó#£ùê/¬ ÆàKtcÌÌEñ4¯C×nÛA›x 5t‹óôå1¨;”Ø´´£¬×k+€· :øôÔUÍHkòÌ]sÔJllûêñIô]{Ö«Ï*\å®åPá n®<=^­3SÁÎ Wœ×"ŸZe0Í+¿v@%©vnp;íáf>[üYŠä+¿²á;³1hÛJ¢å{·9‡«Ù{ÝMU<ž°°»‘}n´Úcµoî£v36Ö.b—ó}y^«»ÎQw ð…[©RŸWãz¤=³¦ÑËy]ó£éÕNñóâ¼® +·9ôѧûÛ[cÉõ†›²>…ì„Þ|ӿߥ½þB¥ng}ë~Æpºê­a3.߯íÇ= 7ç¸q7ÄE¦+Τ Â}&34÷Ÿ)xmÓM‡C©ý£SG^NÛÂ8ÈÖcòìl~ -ó¾Òža}+g­f¬¯»¼ WŒîºß@É8jR,1(¼­uÀ½b‘Ýý˜e ¨ÛcÜ®‡;ä¿/‡ñ{®Vâ¤âôîkø“6unû“õ'b<‡<†¢ÌmR¥A+YÄ÷Q39Ñž½P4Ãý^Èg™)Àü«µ®S ÊÅÌX×ágšmë)*^ozìýਠôud|eƒòo·([§Òšòùaï™k2§ÏW·Šëv®lßÑtÉ·ô£®QËõN¿m€nëâ„\ãÙ÷Ýö{rûª•Fÿ$Û‚«l\E¿+/Q霟öH€9ý´šêtα -&Ï >ú¶<·kôÊÖQg«Ú ßbèI-£1Y4f +»C{VÆRëky˜~è¸2j"èe«Ù¿Î“K:öØìyñ´µ­Aè³ÝŠn=ìËÆ¸·¨¼îKänñØ¢ì”UºUPC1pæ­|L¡ÖSß*Å$äe5l¨­éä3øå իζ¢L£#µ¯t¯ÿ0;[&)|¸›Ð¥20@}¨‰Ü°Û3Ax1ú! -Wv_ÊñÎÞJz0ù6¬®Bú0¨éÆ4Îög-ï†k9Òá¯:lÖÓ†ù™t†ºBÜFÿ°³^W§’Nëñèdºfv—LKµî,H韚Á\×nÇÍ ºµŒ`66I]éyjœ}Lœ¿ë$ºôêE5~×*\wX5-ùœ²ðå*…F§¼žLÎÞÀx¤´ÕÝØP´r‘PÃŒ¸B”vÛõŸÅýS³±“)µŒ×¶¢ãµB–GÅñ¾‚6z¡¯1±.(À–Ò¦ÛK=®ù#¬»èoºñª#FËâƒ+¬nuþX®ÂÅð\£ÌþlªO–)ó·žkO ØØiAÓÑ|¿ÐçóÅí½;‡uhN°Ÿ¡6b/ê@ž_6˜ß;5¸É á?¬¯.óˆ–‚»jýÓktXó_ ¬¦uv.-¾²±ß4ÊF–R(_'MÇÀ÷ã)”ÁŒ|qŠŒW³ww}2à5DÙf¡¹ë¥È˜KùÛ[=ST^Fñ_®9ð¬g^ì&ãÏ£±±Gr‡ÔlbZY­¬›Û XÀ‹ÐïÊå£;51 ‡ôgÕÇvH@§Ô²‚—wZtÅåá9iåvX«3¥j)*qÝQ¡?ž%Ç|›MøÍôûzR¸ l¬!PÓz¤p¨à‰EÕ"Ìê‘üU²’Ñ> màÜî4¾·{'¸úNOhÇi§q1pta箨֯xï”ÐwçõA:Qô“Р<´`°2ê½)CÉæû•È ±vÃV#5»©X0 ±"3SGOÇ"¹á‘À+Sw˯VÁ£Y á¬áûzþ1ÎzFõ”:qØ|_‚¸ZN³õZƒÍèz#7L³iîf¢¸¾¸À¯l¹Š´”~Qˆ!ê]¾|ìNÊ©1ëEÃÞ6a÷5ä&»çè›&¦wokp‘ôJoÝ;ÿ0'oOo@UÙb«x’òf“·~ú;è.'û>ÎÌüY7B-:JÜjí°HÄNÏ‚ÈÌêàŠ—¨xQø©Ê‘ÿÎÖº·4ƒpvj‘tËë‘͢Š-Ôz×Á? Ò“+ú>äÒaÝ Ã/̇A‚ëEínä€Obe7„ &:\&5¶WUÁt°fz•‹ÖvŸSP ]Zµv±°çÏÕ÷dÕ˜Î7AVìÛßÉH'Ú‘®oOL¥_t^Vö²Q´ûsʪ¥ó6o|ì„*sWo _´SIiÝhj“í’@…ßZÃñTéžNy6ªúRxø<Ž­²5‹ ò]£Gƒ¿Èî¸×2‰º&ÖhzÐ~l‡0H>lôŠ5²®‹û‰ú» Û´¯j¨ïìÂJ¨ÜK^×s ÆK#k™ýß݉öŠ ,•uMÅ5L­ŽEu ù+`èž: >ÑèÙï97þJÖÓ -Ðtï§‹Ö§N[ ÀïXûNõ\‘ñ@Osx0'ûc™žÃ#Qk@cæò¨U¾—áÛØh¿šÌl‘' ÁÓ§À÷þ™m캅åIA‡å§K$9Ü_XËA ZYª7³ëpd®?†l|i¥"CÍ'IÍE,xâðÙÙlyˆ:ǰóZ:yTÃJ¹³Û^KŸÒ{(+kXß´ƒÌ+9–_'Lö{N+S:Ùµ½äÌ£aÀY–y%+!‚Í¾Ë @ˆÞ+¹Á±3óšRñÖBÜ@}ƒõ¥àÄõátãÏwSÞœ?’TÃØXq8rï@2Œ¶÷ʵ qØ£Í|‡¸mÖ­MøZ¹ngÕv|c^¼·a¡®6-åµÕ˜•Æ>ÉIXû-³TTCˆ¡àÝ(UãFê¶ùè®#ò'LqôùZÖÆQá(ÎJM~É‘†D €ò™ÎX¹ºv<N Ӝɋ_æ¯Q0CEù‚Âæ«/_ÿMd]>2'žÿæ9;çß²çvaÓ±ùÁØjWä!¸y -GG:;³jX¹Ïiï9èòH¦YªnÜ—0ÿïÂþ!TÀæFbç8?xPe”·I±»QF¼£õi¶ï…Ó?¬ÙÍž¦&¿*T@ÿ!V¢u½Ÿp™£V¯aîÌ‘4!+Ý“Ñkøù’¶£…[•H»W®°º~mRªB[8m:C:kÛzÄÏÁ¼HŒp;ÙžŒ|ÐHQéÑ¿Oìí+ï¥|ôÜ…cðvòbªpÇ“Ø.àý«x,Ü*ºSs2#wÝ„vw›)d ±%Sù°QÖ›ÁÃBµQ1‰f×;©^Ç"çæêm¾Òâ‘¢’Í¡‰­'Ù—ü6ÚkmÊ¿ïV…ÿR\ö"½¦’±Ó­J§Ð›¥”´ˆšÈžÃwuÉf  Ö^M\Kž©îí4É¥óž·ïÓõ• z’'[¦œoüÃÄ.–e_+ýÌÎçhty©8Ãâ"DŸÃ‘l$i™:½àŠ¥°p«ž¦hö鸎ìofcU8 ~b5­×2ºË›ÀÇИqíc²ï óÌ+iŽIþW#®·*‚Äð’ADëçøðÏÌsåæ¶ýÀ-“µ‹¹<2Ž­lWž.ooãn¿Vù€3ƒ©¾º¿Zçf*ù ¨µE⸼C_½7¢ï1LQ9–3%(=Ñ+øä𚣑Rè`kÐ6”ŒâØ}wU±¼êâ-m ­§U:$“%+ KDÆx^š7£<ªˆù4y£u‹èÀËêüãñ …ÇgvH3yP}sÆ©’]ßvumwÞ -ŽThÍÝûçXŒºY§£λÃÓÛM94é üEü.‡5¹¢£EïÎÀ’µ!ƒŽè¥*Óˆ8{ÿØõÑŽ=üöðïݸÅikJbèÝÎm …2 Úçпtw#»™.:‡p+ý†ÙØÃ Á/ñµê–ħckAÅžµ/£h@˜ëÝ«(YVîþ»œ”Lwln„+wKUŸk»Ëà‰¡J›tíg—⓪…Ò¦áÔ©‘T÷'p*PO?¬‡­äp¦8;Þ¹}DPg\ϲ¸Us‚Ãh7œªA¿×Þ§³OõMmÒuåÝA‘½O1ÚíRŸÂ OPj±G¼^~îÑÜ?×…Åvs¯ô'aÐÖ^ðꆚ4ÇRÛš›Râû‚y¶~maFCܺtD֙įqB4ÐOßšÒhâLZå§?”3¢, uësl‹pœe:KÎÜèýÉŒfþ-£FqÛ>r±Ïí_wõþÞ¯¬2ä£v -´¶¶ÙžN†zžªM'µ!§7°îK³î$ñw¾ÿ™e¶‡ª›f²6xü\Gã-pL¦ª&eh͉A}H;ѹ•d›¹AiX¿lÒœ¾6ø=’Ãá¹Ø›טy_ä¡\G%P {·ø2Jÿ°Q£ø»üýŽm^ÛlzŸËÔÚæÍ8¿ø¶÷ç{ˆòòläEC¨­¾üA—ò~²]銚§ï.[*¥5i ÷«lÓþVä'çßÛ]ÌdžÌÍ ^|·½ y4Èwmƒ„ÏtQ=$§˜=ûåË„5®&ƒûì§ì¤OÁ«½™ü²çoWùµ}[¨f¾÷vt<ùæ”ÒŠTŸ`[æö“7 ,ÇŽþº¼´\¡û…¢Ô½:æò‡E’gŸ¼l2]¤ær¨´ÆÚNù`ÄõÑ8¦ü’ýgkT™^^7öÖ<(Æj¹òÛš=çL T9nauµ{Ü$T ïý$7!ÌñÀÝhÎ{^_ÈÍ…ÁZè¥>úùƹUÒ—¼úÔ™ ãÿ0ªDÌ*¶r^ŽÑa#¬ê§Êéj¤d[† q°r0|Øš¬µqÓ½¢¹ÞnTŸãÓe*Ú/¿¢‹R¿‡:FZæâÍlq¸t æb¸Þ5Ûæ¥T<øÔíïæãóöiUº¢•Ø£Æ æÚEçGòaÑ? ÷[’‹Ì…WÂF÷ÔÛtÈ SP«)OP…¼éA.« ’ßG©—â¬s‘Ö4ªå{`-Í1u|³ìл-Ú¼%Œ´Bm8󻃋1øöŠÍæ·h”¶ ÿ7; ëq(„­uÕüèAG5ŒK<+UžÒ€q›Ù¶ÍQâh¯_¥©à“èü“\üÒ×̺éÞ=vÇå™Å`}±×„Î’riQTÕS.Åz­ÆÌ`ZcëCÍZweÃfæÃÓB«7ô"œéYà-× 7pæ*‹êþ¯ßx¾=dJw Cò\µ-4ÜÌZ³È˜BÌ@Š¡¿t¥ZÎ+Yðífä(Ó%T8Þ–ÆÑ‘?Þx-©2‡Fƒ -Ž®ž[®ØÉŠ©#ßj5íÁY“t´ÉþÃPÖcd“QßÏzs=ö!šà ÔÝï¿©\Ä*6ýöÛÁøYj¨n‹ÌŠ7è¨ò Auò&]Zä2N~ÝÃã|‘¬ºTö[‘­ÎT®XF¥†ºÿ°*uww0À¼n˜¼â‡ñË ¥‰ã b8J¢•ʸqÙ­²Vnhóø’Á‰O–¿Lja¦a|ðß§N¬¼RþïÕËÃôuŒõS}xù‡C§ÔÆ¡¾u#¢ZóJ«'ì^•‚ý|LGö;λþðv±˜{E2/‡hßr° -g„M¥Šv˵\fîTmT -!xn „:…iQÅ9‘S—LQÉn ݹíD‰-ÀÇÝakÑÂÚ¾‚°ó@#`‘eókÌÓ°Nœ#Úè¬} Ï–Y¾î;c­~÷‚Ζ•Yvµ‹³çȽN¨‘ 5Ï/£‡½X¯Òèwl1rˆÙxi޵WKý;æâEjȵª¹ª>ùìøà…{u(Ð0‡¸4ÚPÞ¯ ‡×"͆Ì;Hò¼úô·ßïÔCµiX×í¬iÙÕì_7`½[­·o_É8Æ+¨åfK£jç÷²·©Åqó%Jò}À)NÔPzÏ—ü´èŒÕ¶CªÞ>ÂE:­y ­D}reÇÍ1µùj¿C›«›‘«èÑþ‡é_Óq’^áuÒÙÅ­«¾”B)R·¥ö°,ÊYM`‡¾dâK¿€GwíÒ]-Ü®Ø{vr•lA—3ß¡µ(¦Þxp,§Ì0¹· f>vQÂ[ú~ü®íB üÃdx“¦ú­®/‚zOø¡ Íôïó‚{=ãh¥.LAÓÅöjÛÖ›Q¯Ü#'#˜ÝgU’yÉÓÚÄ“·±ÒNó¾ -¾™„7©0W¹û jçiþæ³™àÙÛ›Ïd¹µ³=Œ7ij<~Â*\’V/ï?jª*0ut¶ÒªÚPë¦q5ªŸq>œÍår¥ß4zÕ„‰sæKÑ`ˆæTê™—GÓî–¢² ›§ŽX3ìð8¥ç ãÂÇqåÔ‰EØÛ^*1õ”‹šD+CKîŽ!0z@ìcÊÙλ³MÏV©…ᕦ3bc‘8äü>šÇ¿‚y/ÜÒµÔÌÂ&-Ìò"eWmÁe·Æ8«Ò‰Ž¦pëJÓÂŒ°ApÚY¼×ã60CY$/\Ðß:tñMgÌBFmÚ™l˜múFÊ×AábÀó­RÍžú<Ö.©NÖ2Xáàž£J&lqoBÌ—UÚ!ÍÃÈó›¬ÇîÛk>BO§U.¯*–Øw£>´êë´¦\áÜã×ÿ-“²î§à#|M&+u›/'︃ѷ˜1‹©Ã2#ë0®hÂó síGuòØYyÖc¾Æh)cãEEÚ -å󹇎Œ· -V£Ë±»ZvRŒ„ÞÒv÷ yiÛÂ` ¯…Tß\K§*~Râ)Ô±ØA?«0Ñîe¯léO+›”+(¯Id†Ú–Œr=Ûï¯\ºm¬“sß/–¾&i?o>ú!Îvj_u÷kŒûj‚:%!6Û C®ÄÂ:íAkböKY?Y; íù˜OÈ¿7§YK“µj0Xw×…«9 óœ«ä/D§Ä í^Ç‚eáïù&ƒHêf¤kqϸ¦Ùæûèe«Z%^ô…øl‘ÇP6×pÒ0Aß¼_vn]{z‹Ôk“êj#›Á£ Ùû®sk$Üjn¾x0ΘVö›Ìþ€X™ÐÛÖ\.|‰Ty—ŒxcâŽä­{l»wƒ¿iÖÝÑGí¾íB·ºMùDã=ÓBH°ZÅwPËÝgtqî+Äü¦u­S¯¢Pmg´ØH*qì»K_”wýpT¿Íþa}6–KYTÛSwËɧ©m7s´Í;1o$—RÇ¬ÐæÌðÑ,ª<íê-ñËVïÒæLT‡9`£c-ƒxî2|¥~ýýîÄw»ÿåbùþ5Õc7ÑÚR–VXlóýµâYéºSCe2˜( ç‰),^ÏK¹¶,¬nvS9aÍvb-È3oLLÕéá•«_Ä'D;MQã²gÄóv’6E%ë\Öo°-–OÃ@µyç¹ÐÃdøÜ¸uÁe0ùå” ;íùGÍá÷ÒÖæyêxs$½hFþ/ô@«E…¬3iö+ gŽçª­3 :;ÎÌötãïÎH7 ûœßfƒã$ÊÉÖŸIçß%»ÄÌÌÖ ä~•N¨öÇ2ñ½÷F [;Åîs¾ÍÔ]ÆÀêE¬%;mµRROØ0so¾íÂð˜›pLþu;™ô:»;v -}(¸y!:½ -uÔS¡JÌmß¾Z‡V‡ Äñ—l?Ö¶‹7ŠQǰ -—‘üaXdW NËÖL®ŽÞK_Š{¹ê‰ì—f²ºÐìàh»"ñÕß”³.²+)žX‰Ôâ†þag¾Ww³ÂD-ö3ÜbNqÑtž¨­¹Mi4Y‡vÕ[û•q/÷ˆoõmj™ü¶FSʽ›Û‹ÿa-ÊÃH¤³áÑVÏÄïî"o”²ù´|±“}“°Ç”ù$ ȱÆ\q>>]7 F¿V¦­ÿ‰É¥(ÏHp §¡f½*Ô—nÒó '3Ü®¦ž$tý#ûZÏBj1nzL›!Ÿë‘+.õ4.þæ1ÿtK¹Ï:ŽØ3õ •ôÌŠâÆ7Êà•…T#¶ËM”Ëüä¬o»s[–”Š«ÊÔv•§%\akqO½Ô28dž—™J¬ð‹ÆcÖIúÛT)i…µcjÇw‘#ÌíZÑŽ{l£ ³º~,´z‘†×ýªâГÁTj“MoX¶ÚØ]3ö¤jÚŽ}’ê|_Jß©¶Ò›òÃÑz2'2d!)èh:xkç‹n¥zlöÞú.tßr\¹ìV®B»IsEÙc(øÕX\ïí·Z85} r<Òß!ÕY¡<àw¶œAñòÑø)sK·;žygÚwŠÝ÷ó š˜ýÃ9]‹<®›Ù —‰¡ËÝ4žÛwd­Ú¥ÚÀoN-åj©÷Á¿¨¾^wÕM⿺ûþã -Î@Ôôɘª¥>õvZR—.¼’f´CÚ‘C¼äùáýoìÍS Ã÷ï}E“Œ·žL7 ³¸ºÚžò2Ï€ú×(õ¾úº”D¾2”á“øÔ´d|ÇvÖyñöûÍþQ.¬Ä[ÒtFWWq?¸|qw‘y;•úöâ|h)Ñï›j˜ÑÄhVå‚˪´X]}ö ]Ô‹Z³xlÕfò0Kèý$‘Á~ q+ûañ„¹7tB¿š4ÎÞ¦j‡Jñ«5ôÌ«9A¼¢”Ë©ms§Ë¥béÞ%u¯jÒôVí[]™l¢Ï5y‰¶ö5_Jˆ·&ÑTˆy¦š‚Ĺ‘²ù»Ù ç7”¾4jþªç§µöj.üºÌ:Z=«—S_qeP[B-­cfocIåÂx3·…yib¶ÑRÎdɰà3¦T»!o; Ð$Þ~…ÝS|OeöõÃ:§¦:Tel«·7zb¦"å¦Q ¼ß ž_VµeAÒ8˜êä±ÏÄ©pœtä.½v gt䯑q”Ré« —rËòoÃCQ¹¥º› ³S¨+cu¥·¶¥®˜/¶¿Ñ#ݧÙñìò±€´¶®»Š5ãFšÉ²R5õõQ¢±$9e¸öyŽôêO?÷qDµcd&홞V°\5ï)ÛKÒoKÎ(’´×=:ǯ#ÉQx ô"¦÷Íu%,¥ip?é’‘5_ÿ½í1("Ö52aºÔÜ¢µ‘°6ô™{GµŽ*Ê:]q£!j¾ÏAM½t«”†~pìí„¡¢õØ¡-á^[[V[ÕÙ—žÝ¼cÎs{@oM¶ÎWþ¾ëk£'êîeûÒc¢Jo¬5Ñv©ª£9¯TiŒŠÞ×ÈÖ2M§ ”iNÒ¬ïâ1<')›ûX{\¯}œ÷2`Ø zϽbµÎÚÎfÆzéZ¸ßÎܘÌí)Z©KŒ¸û:‘¯ –Z nt-Wß.P™ó‡¨fl®”ì)è‹~ª7Ýc»-©”:?{K¾Ôš£bÇ–Yñ«RìOŽf|/—¢’1 -M5ü¢úE«†I—ß@ËÛ¬8¤¿îÒ`ÄwQCy1¤‘åò¨×ø¶µO¹>ªQ“­ =)›òìoB'ȸ*·²ÕNX(9÷ Û·/þ§£†kc›®…}BÊ’º£‚VÎmã¥ñɘoÍk5ÄvƒFÒ‰‘©ç÷~nÅÚûGXÅ®¼²/] á>ŸD~¦ªéßnOiÍÜ̇ˆÕ‰â’¾/íÇü}£Ø–cš&gRÛ,§eF›º¢Rcñ… -â§¥ÈYñ>/¡s£H9S›«SU¿Aå'jÁ6Ê2ÜœÜXÔí§h°LƒÛÙíG~£qQ‘kJÃÔ½‹|{¯íýwf -#q²’ Tù0Ç+Ãñ*1FÊ3;+@n\‚}_˪#üó¶pqSQÕU_8ž¥s©R´.F¥¡ëF5ásk¢Å`L)­Â¦÷7í×ÿä¦'JòSL_Û6h·ú±ÜÔü‹ë(œö‚o³PW­£Øéî÷±«tÀA«°ê¹õABË<º_‹ ¹÷b»]—V\¶)½M_¤5Ÿé…¿÷0ʼ-ìaÙÖcK0Oj‹PÞƒg§ìp¤Åê"ÕÔdl‡÷¬µÆ:£^møw%ˆØ47‹³¿Ém}Ó¤[­Ø‹¯æ90ºÅòý*Õ€e%5$©WnÑšÒe¶gû 檞$œb'Zó馯­l\üí½X -ðšh5ƒêñD¾jHÚ:2[ç¿·Ö{3ÌèÌ}@í0ør2Üëëãí£‰ü9™ }°SN¿¯ ¥7È+c ]ÎRÈ×2•ÞH×Oòô÷ƒ:mÆÉéϺ˜iÙˆËrò×çJÿûrQ}¨+[]wLnÔ›Þñ»~[·kÂ|ŽE Þv™_úS ÖÁBsÁ<ôd/”(Ä4YX{G߆û.¾+ИÎò±Î+*Ž\>å«úáté#Æ -+Yd6".«³%ª({¹ðe°SËÐGßa»?œƒ-‚Úõ¢;,¾nÉ­í †Í€Ó'×<=/KÃÈeù Ò1Áßøí9ÁÛ7¢¿ÑK¼|ù‡¢K6,ó¸zéõ¥):×Ïʤ¾ÈÓ9:›¥H5³Aï~‰Õ7+àŠk@·Õ'´cf/äúÚ/žš+í²,!óØ -e·ÝbHíÅ8© Þ³¶‚¯R'®—Tù×Ïá2't¦¬3è¶Ø¸ÒB·™õM—Á0³ö¸†E Fæµ)àžLVæÁP@„¶ü›ÿæU:Z;5i(ln«ƒ}ñ2_½ÐþTö’©Nº(£S™æêk€ú­¾¨ÙÑc½zÑ4Æ,ŠÓÜ_shÖ†a;ì¡ÂIŸÖ#IµÃç•{†¶ï‰|o:¬äìc£ÝÕó³× Õ9?h3Ï8U½=¹Iÿ°©ÚegÅ|ÑÑô!)¸‹ó‹S=“Õ`¿¾×3ó¶®bí¤y/s+ˆæ{éòï©j÷2yè²Ý2´_nÿ>:köO“³»RÔÝk³O'óKëØæ†1 ÏÝhMì­”'[F~7ÍßaÏžò<ïÜ]aWÓN(ת'»¢ù@I/¼pV=T>ReMЭ¼t—'ô­½ñQ¡[zàð"êî6 †ú©%lþa0¨W‰Æ±Ê ø0Úà³(zQ<’Y8ÞÚšqtóƒBJsÆ6°‹ŸS -t|€MbQCWYsµFƒúˆÃżÓètº›Øí¿,Ä}vUýË?ì­ÄøJŸÄ½<ÞMãè6 -F«'µAm´ju4Ï#]xóâ ^r“cÎðè’ç®~vðõÜ­!-:Qãlç|Ȭ:¿¤^¸ø K¶7[C”Ä¿¹¢5ÔZÖô ¢Ð{_dÉà¾iÜÊ?øI¶ ;…5d艃ÃÓí䎧'R¾íØ}j¼T}…PÉ*šáv/‰[ƒ;ˆÝP5éÒŸàÎ,ÇnádC­XV¿))*™ßâÃhKœ3¿“ñ´Š°ÖÖ¯¿•*'÷½Á¯´…3Ȧ’{SˆÈý2Wíœk)>ÌŸðÊÂù`x · ¾dÂñˆ¾:XÛ:žKË´þͲi,.7Å@Tø•ð<ÈoCJ¨ïc‰®…nºt~Û&å§‚ª…û\H‘ÿÁ®}¨t©ÿ)ÌsnÓéàà~°RO·M 2{…À{tˆ+ßG¾ÛM=²Ñ"²˜½®L«“FšH&ü¥&bYv\œÍ·p&¾ŒA¾V)úW«à -æðôxÓŽÓ­ˆÀº<¿Äâ{fÿèoDòãxôcË) -MÓhLã}ŠÊÊö‘³{¬!¹8·PjÌglZìíÒÿø"©¶†…ĦHô§ÆC#»ù#–§Rµg~D}”c΀}nì§äm•-½X?7ZiH¸|UÙ9˜æ~ç¢Ø{‡¸VÚ50c¶åZe}I[‘‘„bºøh”“z¬«ÁøDÌ|S×GÚvp?ÛÌÅߣÁ3It¼˜+XÅ 9½­ó }m|Ë|߆˜­GõÅßIbãÑÈFú³£ÎÒü–§Ç4è«–U;¶],?Sî³–2ƒzÄŽy˜-Ǥ3.ػзvunt†C·ªÇ;ØÐQ Ñ+LKÿÍjëï›+-2`Ì<½1iÃ<“ckna]*¦g”Ì×Ï´‘@ކÍ>Œ'ÊF>Þö›ƒÙåT农ü3Cä¶Þ"j0Ìœj˜6«v-è\ÿÜëá½¶ÔÝJ5?-T[åfs•6N§÷B(åÝ_Ü¿Ý -õ`͵ò>ŽØ²Q*f70%j¼ñšçÞÁ£àÖsÎ伯ْý¸4F)ö‰Á Ï¿m¹×¥i´ž¿iï.[“1çsDs¥°} ¡‹¾´ô«ÕYuA5)¸8âë¼ÿhfØU¶^‚UÛfèc¡9°ì¼éànØ¿ý€OœiÊ/65¾³È›—»Ô¤ÚM Æ™b·Â^þ -Äî+tÉ9= —‡,aUÏbZ<.ã¯û®ñî5FCñ¾àÝ1dôfZ=ðûômtj´Q¶/”þaíù™_™œhXP½ºo.程¸Ÿ•4•Ž™‰ízt¾9eS–K¥ò¾7É -Ï®?<ãíûîõcåÑà°_Rò¦ü±é¦HCE¾3L®§“þºŒ‚¼F jB²»šùv„£~úÌ/cTÉWŒÕ†™ü3¸kï„VÓË­×Á–y×¾Á<„x·íÞG p©Ö»º+©z¾§hü:@¿ Q×x}î©—L8ðÜáa‹+Xßdí¿ö¦ÏøÚG5•d)éVg7§©Rf¼WÓz`¬Œ_g ÙÒÎèRAÃ'œ‘¢õf “îÜ}öÀßjæ9ðœŽG§;&îkKRP±¦#Œe^Û@×ÄÎÜ2;+£Ó.7¼^áò:J ¾òµÊ?ýyúžèOF›öYm¹˜oœ©ÿd kÎôœ‘vÃXûܼö«ëÂÖ0Ó›þºUòÒÜRú ¯öõfëœ[زøn/¶Oµ°Õ)Í%&ƒ§žGÙ=Ø4íÔæpl_ìoü>˜LW'«1€U./ÇNÝØ¬­w;û;þ͈ºˆ”É Tëú'¦Šu·ê‹D`¥ˆèäžq§þ*³ÒÕÏh¸è6­Dl”¹~>>Ã_ré™t´®“‰Ðå£2zäVÓú€Ü°}ΩÐÕ•÷ê»hïiâ¬Þµ‰&åÍ«©í…£M Npp¸k?c\å7æ†9V©#tÙ«!×Ôeë!!*—É*šRµÚ/Ò;8™¥+ñ¸ /BBØÇ‘€§xÙ½ƒ»$zºn³²8G¼±O{Í›ZdŒ×ªY!uŠX\…°—êíúàGYˆ¨ÚeØiªK‹žžtÏò˜©£—+9õ²50Û©9ëν¶éNréS@0¨›`y®1XcÖ7_öT7jüùÖÚËc¨ ¸ÙTrU)ñ3i˜î}·¥•¦‘,Íß^zEÛ-£ëy;ro#íg± Ϻ5ײ¿ÖÂ5&ëcZ-IjóæÍß³õB|}ü« …×Ó(f.Yð)ofò¹`Ñî' =ËüT~5ƃ±üîZ~^d³%Þãgʤ«ÕbwM‘ýk.mô¨õ/­Äêh¦;ì–ÿú'—÷t2ïÌG9ç- °y‰Åq´¸\Êû×yióëQ1ù-‘Mw{>Ñ­«YD~‚ Ü?4q±ý]pË+êuþÓ¦ [sw­oI gULÏ-þn¦Øß›wËMš×•›X9Ië´²ýúY¿”o¬Aõ…We¶/x`HxI`Ý«¾(·º@w¦²Ürèg ›­ã”€Ý7oÜ ´.ZÓ¹t”òç¯ZšjÐ6îÖD­Å «ƒht)¡¿Û wBä“[Ã'¡ô“ïÔj‰:™qìv½Õ‡?<2žoÏ£=”HŸt°…ÎæMŸLVÍïRÚCzmçÑÉ«¾ÿa•ëégÁB¹c™Ý›ÔŒê›½þó°ñª5Ä' Åp¼êÔÈܲß~®³è1ÎúVß\kî·Ã#ê S¶’ÚìŒ÷`”Œ0¸Y2hTŒ=—û?ÌK…uÊ»ûÉ -ËíÀ¹sb×™xc:qs`cC¡CÌ5 ûF&ý©f›ô( ;ÿÕdjB5o†pLæþ,œ1ZÜ8¾Ý ëiî"îÌÄÅ{3Oãâ¾0`ìhÖ{<ö¦E<墕ՄcïnZÆaP¹$þhÕ?!˜Pãx_?yítÏ.¶Òë¹=x0Nh¾2|…Äõ'Ö&'¨ÿ0Zäs Î÷53Ã÷rÍC©³Ï_«ôλU­…ü•yïçÃÆ]Õêª$š¤¸(ÉE–ÅMÏ¿³Ší®jb/4ÞŠƒ¶V×Ü” -<ñò„®ÕßßÓšld†o²6l£-fÌ—h(ÃÞ8Üp]oô¹"ɺ|ØYmGv³mn×Z¿½M¼-g‰éÆ©ýp¨B%kìvú®9?žf²ßvQ¾#áUböçÅ„Ó\\MuWi^ÌCSç—ZNäÅlfû¥üáÉÜäÚG9dS¯´*­d¢¾õ15"KGîß¾'s½x~÷ &@0áwªP“×=®IýÑ>ÿþ(ïK¹è?‹…ÃöÕPÛ´äúÜlL)D&£ÉL™³Ù±5^…ÝUï$KÂ,WïZ¥+ôG ‰Û¸{s€òj©k åÃ` ¡9èLKCí ìþ¾!Ñ>Á—‰©9©“A8ÍOiB”sÐÕ'ÆA2_õ †?^"hÌÐm‚RrÅ*ýû„³Q5•¨„H1|®H@vÕ. @Ts7O—Twü)*õÎàlí?ì©ñi7&À…§§1Ýi3XéOM2]JÑ»Ï7j„ÇE@f‡¡pf;'xêgëîóU¤©cÐ _ {JŽoDV*X;s&"…Ô¿ÔrÀÌAÜÞøH8k–îpÞIÐÔ>ìdèÕð=¹nàZ‹¼Kg»d•¤Ñ¯u>8þð™£ÊóÌ IíYÛ’Šb¦ñ¾ÜðhîlƒX”J¼âïPƒÔ#Gtþ´Tò¿SÛW£©ª½ƒÿ8: „e•0 -¯à_„J)¢‚JÃÐi€ÝÝîÿòÝHͼç<™wŽ\*»éËø…þ#z„gMõ\ŸŸ·äãXاö£æâÄmƒÃ×EÝú¸õ~–n †Cið®ßþ–ã­r•[öɼ*-f¹ð6ä!xšt˜Ýó}×yÕªÛ„§&fVãÕXŽìzTíëVŒ‘ݬY‡¤S~áQR¨Ub´{cé7 èô€èe„Ô¶*üƒº/µ›ky´]ùå2$÷EÃw©}vN£åǾ˭=žV½!cbÉL2‚ÚI2m¤y¬þÛÃîLdÌð}*€#;Ñç¨vú¨€¹~Hwœú»Ù=‚ŸŸÞ\eÍ”‘Úúw0M•¿§ÚefËkå"™TÐ#ßCa>À‘\šùI3>¥›&—f¯¿÷–ÕÝ-¬_ëxsÉúMÓ1W Ï& Ö?+‡ }׎7©Ýt­<LGÓÝ1îŒ.—ŽÖD+Ö¿Œè¦Kƒ:zi®¨1œù ¿‡ënyôÉi\~襩6j²i“ÛüßÒA]L—ãoqœvÙ•øÔ·³K1Y^Êù¹µC#©ÒLhE%¿?ïC`(åÑõ gÎ 5[Ùs;|ßœpL9Áp³eÚZ_Ö,ô¬˜Æ¾®‹£2î+Q_ÏM!ûhÏ¡OB^ë"ØÞsÙ6A‚N¢ëÞdÌhè€E¯ ¯¹Îˤ6ã~¦®˜‚M³ÉË‹qoÜeº´i6òª¤X!©þB@þzÕ¥©N—×àv‹”z yJæC×î‚ðã¶gÍ}C˜N3Ð…¬Ø ­ý;ý¢l´äO¯.öP¾¶= -¹Ø¯ä'}¯ìZç¶ äåN©cÕýÙJ}%Ï•.µm´?Ý-nßõ¦MnŒ -àyh¸ë×}1©9³.³Sݹ¥µrò.´Žm ‚Ó¸t¸©j„…µ^6hYoè&MôsjBÖ^®.ì<·å[ óª<¬ªýTEo.ë±GŠ=â˜Ù-¦á×uKu×ûg‘|iêÙqãI­U½U+v Î&ÎåW«¬ùrÙÎ6«ª%ôzK3Ö„Ý8%ÿÞ(2 ¨Öü¦Š‹‰grFGU”ª{ýHP¨Ã"a¿Ä¶æuWŸSþ j/[ªôe›>Sœ £Ä1:S³]Zé#ž;?@ˆDÁxøðᔾ}ÅÈß7ðù,Ú¥ä]W4÷z†ljÔ&uúeN? -ÖN´®OååOìbïKf&e¾…gLãöKúŽû› ÍX<{ -)ä¾HÚ÷{½3ð̵/žÀ*ÄV½áÜ~ÿðºm›ôŠ¿d†áé[¶÷:èÙÜ wì.ðäNÕWµÚÃÈýNûn´´ù¬svO7¿®¦ñè®÷ß]NvÉ]Û‘ëƒQ|y¿î[ý2Æ cÞxTsëÈO͸ÝT_ùÀíâŠì–ÚÊæu_ü¬¢§vº¸”îšÿ’ÇÆñu»æÇ:{>Æ|¶ mcÊu£&ñ¼ôN©c\ÅÇæN`pS©•;òéíÇ7)‚P§ê+Ç¡ü¹Û¶4Ÿ%Òëq‚À±•u™ÿÔèç\߃ãòEVùe^³P)µå-2<ÍvcãiÓ¾RWŽ «¨’çýCMâÔÕ8D ø7,0_ŠZÚ~žH_ÀÂÊת­?SR@£±¹`…a -¼ÍvŒg]UB~M®Òè®x×T_Cå[™ÁN­ ,œxN×ÔçýÜûIýݽmoD£¡Ý“0¦£;YÏ"Oé—ÁDÄé6”šßƒbȵ wÄ雂1–”ÖÓ~¿ ùødó‘¨í#3Ô¥i­ä^fäRkÿ¢)·¨ –ã/ßÞ¡Þ>Ùr[”M6°ªÑ2?ì*TïÝ„7Ö@V_mx{†…ˆ#ªÅÞÕ%›;ïÓ@§ã¯ê™¸ïLòLº(W´pÂ&4w.´­Øõõ–8wYçùźtÙDÕ«l§¹óáç’òæn7ƒN‘üÅnV¹*'»÷Õvçb'$%[QïÆ¤Æ ì­ç]Z%Y{ÿ1_ÇÆ³£þ{,çËùjúÈjjnÎÐn½ÈI Rì¸Á♂š++ªRÂÕ݂چ{ª8˜Ãó¬äXcÚBJ#³×Ú ÛwY¹Z^Ée{h‡¯$ñë­œÕæt}Ju† t¦×øºî嚬x¡ËjŒÚÌ_¾ê0@o\åQ.†xÖþióDY“%V¸õXÑ;´°D¶í`¹V¶Š´mj‰¿<˜Ó;TøÉ×É•·š½¥4©¢×†ò9}±®óÑOê&+iÕ~M§ÞSFpVô–^PqyϯœÚ­üѳ (Nµv¶–'˜ê¼Œ—¶Ÿ)ï2Y1˜%ºÖéÆR×°ñœ5R¾‰qŽ÷œéÝ‚ldpšþƒšÇaç`ô‹áD}L]~ ]K+^ª¨Þ<|¹a²ÿ(ÚòSÍÁ|l@vMôöºnI˜Q嬃´¾#£®#äkêWo(Æ‘¨v|ݰïaþu7Õ$d^Èš4ƒ -™Úƒûþñ“ “®º.E@³z“öfh:“WäÛ˜ýZE#.ÆÍ ]x[§uÍä6^ŒIégFÍ¢Ö’(=±+•\ù-«CQÚ¾÷,êµE,Š¥q]ö;+á;ƒ#«Ä8¯üFSjr,VÍM˜~ŒiF Ø¡f?L=¬=U§+÷Ò’¶\ºTTíj„.¼'Un9æîh‡ò8g~õPË{«‡¶nšßÎUVûÑĵ¬é4¿m«/Æ¥y°æÎ®ö À[þ¨yšÆN•_úõô6Ó¨éÅÊ -»?òòÓžÜó#h– -œÃÔäòªœ¨Ÿ7%Q}ÂÓGÎ…6‹ÝºáÊ ŸŠòY\>c¶ˆ¿šC5 ÎÃÄ žºª&¡¡¦¶<ö~ƒÅAG½õ›%-GuMEÒ¯î$l*:þÇÉ©´ª15ûÍ¢$¨ çš§bl¿ÍY±¯ß{B=Î0œ -M%KL ˜4ø1UÂw⺨ eñ@5Œ³ï -ƒ±o`}5ÅÞóFÓÆ‘¢ª aÔúé§ÿ+«ªrðKrs°Ó’=»ÝjåÔx(é·óZÍÆSÛ3iÄ\«ì´:©õVµÉ]à©sîDSC¶2{zÒ&âôªrg«¨Ä´7ånÍòqqè -tÑus8X(­{œ´€bAZ_xzz`ýî‹+¿¡@M£Ü|û>'œÜ™t@ ó³ó;äó™ç}§¨¬qóªñÓÊBì­ý6—XÎÄçÖi«³›ò¦‚G!¼<FOú(·Ç²ÿ&7Чïm/£?Wª|—F¸úüˆáè)9ü¤_Ñ(üƒ&Ùñöë£eIûâÔwËëûnÝ:ߨš:G| h†1¡>Ûë«>Þª¢[ƒ<ƒü ãN±ºè¹Ç)“°¸v÷òœµ.i¹nèñ¦[/N2.ÌF/FGú yx-Ž"]üp}Éëÿnq‰ß…ú]õ{Ò|ò j ÌýhÓ%ü’³rkU7öÒa2)œ2.ú+mù¥kÞ{:cR­o:zÍØì´S4UþA#ì7-ê@ëÖø}š‹â"}Cúφíöé]øø°Ö0œ¿.Ê#»Ûûš^³U«•ä<Ò”yÑ@,ã+×lñzø)£ =·ðïè CYm©^FÛ¼n+9÷ìU"êpƒµÌy1 ¬r=UsÌ dö“ˆ],T~w:[è©ûÁoßÐÚýmžy=ÓÙuy ¬jN šÒ/~‚‘~ˆ‰©é°Ò¦Ò§›1:Ur3•¾×Do(·º=ÍõgþŒýíÍm_1ý&gXös¾<êšrw§Krâ¨Æ»p/š {gzèïxƒÍË3;É1 * ^ Pf3¥ƒ1Ðþ¾5‡Dà˜T6Q½¤,oÍ ÷fóžžÍmδL§a–ÇS…w¯Ý— ¾m–yo¼hj“7Ë«UŒ•Z£›)ê|Ê ‡Hµ¿Ûß䌛Ï1s^Ig6Àk:ØO˜©¸O;»°3ÐÝÓØò9¿ ΄›ÿàPN­ -½þËÆÝŒÑȼeXš‚‰z¾»KٳݣüxƒD¬.Ô‡ ç±wï«kõÇWmlå@._w”µ©cï`× “)˜ÝµC?òÑj}ý0—K8cvÛ fÊ3 Öã—YTà²ß±ø¿YKì½³û$â10pFî‚Þ1É«2Þ5à¢]ãÕå{v× H6ÆÚ0æ‰S¼ý@[WÆ-my4*®Å:èФ¨fûk@õ¦> {ƒ—©éYµ3 „«“¶«øÙufh+úì”ëF‚)n=E»ê|ÃÞ÷ÕqØô’€ßå>êëN\†k2@º…›p¨wÛÁ‰)È€(…û.ÁÑœƒØŒIO—fWqú f3³›\>æn’!ëÅ@±Ñ™;âó•ZrV0¾1í*§ÆsÇ£õR…ãn3xd+ ŸKÒºZì5òñÂ1º2{Û€>¾×‹°ƒÁíÙK§m¢oÜúûqóêY^•s&¹7Ýï<ÙljyrŒO«Dѯ°Þ -äêüàÛlìNó–Û<‚h¡Mt¨ö–ÉZ¬)gÞ‚2ç3hìå›d„öo$uU -9<Ô†Y‡ìçvþA ¤²¦&DßÚ Þ¨• \O©Žh±Hš¡Br7Œï^vÒCƒ•’ jDuºö¥7E@[.ñšJr¤Í,bM2J¢÷¤kÙÚtÈ”>&æØÀMüuŸ \£÷Ë-±°­–ÍóM©Œôá$dìuëÚwàÞ/2j±1³I‡«)¡ß-öw\µæváŠß‚eüàž`õæçÜÆør\©j^¹A}GŽòqyF‡½r·¡¿Mû†‰Û»µBÁÒualÖzÅíï®P]ÛK³ukúV{6fiïf7Ó+æ5Çža¬LÎÁn¦[A³Xì4=;D±»]muÅœú(ŠìÖV´VóX~ÿÖ±¿¨[© ³1Ï=-Ë™‘湸ڶÇîZØ šî.ë£Ópp6×ýD·+·>ìݲ¼#«}³¢¾xÓW«çì—«ü^,¢x¼×jæT7¨l8 © MØì5gSw:w” v,/%,³‰Cxäè·[З+>N`Ë ©Ì'“áÖ"tù-‹…æÄ+®n†¹—¦3¶eØysÎå ͯìUia­ßÖNåÂÐlûJÝ!߃åÜ9ßš–„׬Î@ø™æVkuôÆ8³æÑ`d¤ÞžDçùõ©­”]R &RùLnήk'"Ë‚Gíøw0 !s9·˜Ýåk^rŒ›È=3¯Sé.]È’V5½’S`ÎaÚ÷‰Ôy˜]¦M’ïÆoæ"á×ßÓn€^ØJßFÅiœ?1ùÇõ]WX££^%RÍÆzÚp4ãO—é›q†ýys· -½c·gönN@-*éÀ/­\Ò,u)¾}áÔq¥Eæëê=l8©šÎª—¢…Ü÷%S¨>ØœÆËÌÌ4§Â;@d­“ŽK;¸L„Ôn!'¿nf•o@äN0Ç¿qìK•&ú0v}Ûóg{_yؽϦšÜN¾¯‘¾_Ú­¸)+¾ýh»„ØÎ¦¿KѦzL…C1ï e?^†¾-- ãºYéæ™æô$­$yz¬ÓÊkN6=š®·Ìp5'ÔW‘Ä\Ú…Û’;§)m(¸#\ ŠÒ;Ò§Õv)ŸÉ/H-õ¸eެuwN¢Ps­‚`ôƒ<)8m\è98éCmüuûÔÜÔÚld`m¼ç˜uês11FcÈ´ÓÖ´Au‹¥h`“¯u¿ ÕºC÷ÿ:Oï-Ûj&Á0P¬ÑŒo|Ï¿vѧ÷6pBúüßÇí¼ÞÊ^·Ñ˜AÖqÕ„U´+8×"ÙB¬šíÓ¶]ƒÑöä;6¥Õ ÌA²ùú£¾Çõ`Ý¿ìÌ QƒÖùd1ânßcóÅ÷KÌ’Y¯`DmM•…÷ÂÂᯛWI«Yw?i^?-Ü<*£Än¨åvšÔÉy†ò Ô.¦çÌð`õ·§De„ŠNy+>lžy]{«ô°•Vig¥{xFmåh­±yhž¼ƒ -òܱê\ÅqÉá{i;ÃËϯt‚›Óc^¶Z¨=f^ùæ`¶[¡B^íá×[|”uëŠvgç¬Í\ç‘EBè¦îܦEë£yÓ²ü’w¹|øpùtjŽŒ.†•`Q ‡þ×^¥šðA¼Ÿ_œ~ÚvqèÃ=C:n„‡¨%A×äog–~ãíà$˘ó˜ÃQãÕ_XªZuî×òÛº²§vLÐæÃþîô›Lîj%ulw”Î/¿²©?,yw+P»j'KwYßNÌçÒ<Õͩ׳o=dŸ3 .^ÛjF¼:äÊnŸôçN-'9RÓ¶ÉK}ÁËiT(vÖ¦L<{uL"ýÛ+XøfÄ5o-uå‰33í2üCÝ}.]cgé¤I-±ú#ÿo­hý|ÚÛ›WzT c†'iPÙe žqKmõ‹ îY€ ;B®«>Si¾Í%†uh’ÎÀ ³&‰7¯CuyÉù8nðèÎzú«T®Ë{úFÅÉIIP½ùS%ËâÏC~¯{ƒj5Í‚Œsî‚E“wà¾5O‰Ijqµ“ ZmK -Iéü¶è™òRûê6ñg‹!ßž.¢Ñ\,{jI±9ûQ¿êÍ™œÓ¸ÛXV£ög_ Œìúö1¾|×m€|*J>.êÕÕ ÏV¯M$”ëbYg*Ž¥OkYÑ› ÒÉà…“'£u m๭¨¥±³Ç’Ã~ -•foŒÿºÍÏ÷ŽM. YÓ¾YÙZ¯@º¾!Óá¸3PŒáPº#sà b"«º›ž¡pˆN ÀþD÷œ„:%í]6›¹$B¶{çSü€·ZfO-P– íóôꤕfY¨UðÅR’j£2§Z@²qðÎ*w‹‰Ày¢i—IÞUN' û<Þ3Íã3æ­ê¬=w‘ç=VÌ]aRõ÷fƀ㽥;ò§ýƒ<3ÜÙÒæ”§Çk'7Zvêéì\èF¶ØfL‡Ät;1„uz¼]7~ü´{>-¡¶Þç,yœ‚ݳ¼ ïII­ú­uݧ,<Ýé&¥Ëÿ«lJz|tØ2º%§i:¸ŠÌlgq›ø!`lº¾-#…T´Ú®Ð–ÞkS¾t@ïG~Ð{ CU=TâÝwÕ‡¦9²|ÒÄd¥ùÃwwÕéÚ¾æÞ?¨­‘ëÔqÔwÅ:W™'~îÓu»§Lsc›[rw¿èùÃÞ^žþÕ“OýЈº#Wj)lxd6þ©cÕ®oéUðæ½¦ |m -ÄÍfIˆÇ:¸Ú__ëzë…640³^ãëÒòhLo§s‚6ñØ=ûª#^‹µä†ïÌD¼ÅV…fÐ"â‡=ú>ív\5<88FVr¯ ñÃ5^:ˆ´Ìb6Öþ^yìÍ=¹xU¤Û¢“c±2tõÙÚ5,{m:g{¢ÝLႲïŽmˆfÄݯf®ëMNV‘Z)hûZŲ̂ºJó¨`(t))΢ætdÿƒDoT|+ž·ÚÊnýc¦IMU/üÊðf׋ÜJ5Õ Ö{å^¸Yb¿ž´7‚ÂujGV·L«5WÖºø&L‰WVORRgt nÛ²Ïß^£¦6îsRòÉÃâDW‡Ç±>|9¾—?¢§ „1:.,§"ÏE„¹?;`‰Ÿó`J÷OúaT~ë$ ™¡ÄL-±¶mfúúuý9=ä1A)C:Ü*,qD+ØrÛ¼*!x稽ªàÈ[!ÁR° ûa×Ü˽Ÿñ±?FxŸ2ºÒŒòÓ"ßdÐîÒ;Þ¢Ã0Ρå…y” N'¾ 6-vêV‡¯‘óÕÉ„a µãŸhüƒ§ µL`+²TÀè­>W´ -Dá”óýà+ÄÑÁ2¯hîã„\c ž}š§€|¸áÈG[úgÍš»^ZpÐ¥ãäÈ@Í-'O­ì2¹š­ÙðìÔxú -§I"§òrb>݆?7)œGfoÒn»UÅÃÌضèŸu\6ÎĹ4r·Y,,ýJ˜6©„’]³—…I°ýƒ¥MÍæË?hÀż,“Þ&W˜GŽzKÓ{ëVoílgî¶‹ ×â&í™­ÞÝSŽýNMØZ”©‹Å¶k0§µ ,(•àûzr§Q*yo°›øýÌr¹moqvOתëîZÃ?ˆRö³š³²LÍéŸ{‚ õŽ=)\ \Žg²÷5!—T85zgX4àIËÿYi°«ñ'ÿ^>Œ=åÀ‘=“ìw=cY+;Ï:i´êÆÖtÞ›˜ù[a§Nï8\Û>z«´ ‡mÇl|íWÁô%ý¤u°‚¢ö¶øÜw8]ðJqª+®ÛíÉTÓº¸^²Pœèufè§³(7¿Ö¸ÜÏ)›/ò³@½ø*›¢¨Î¯’l–¼æ¯ùY4Ðß)š}ëŒG\„JÔ¿AÐ`ïÎìέ¤‡y]{´°{”r©ú4vÐF˜Ç7~3 øeH‹2ööF§õ?Hª±q¤@O:Œ+ãÅ…½Â¢Ê—Zóà½ë»µùœiÌy/å^m´âòÖ(¼ž¹ù–t>ºw(sꈣB÷ÚOíÉÇA<lêý9{3´V˜ìò96žq×Z .:©;k?9ü~dÇØFÎx¤Ù&’èÊ·È^Ö2E³&¤‚Z#Ñlý*fbÉÕuQ®G¼wÏXÕf4]âð«NoP;挌¹Çÿ -F÷ ½€>¨JŽÒ‹†­&1Ùa«\1” Úw‘ âb•8ôûörÚ;¹û´KƒS -)óüâAQÉf²¼}´]t»€ÿA˜SßMæþí^éé -¼IÍÕÖãÍ£ŠÌeu¡†ó{áÊ"s“7g‰¶ôçÖê`Eäa.àõÙ=ÊŸIƒÃ—¹B­¹ý©‰.ÂN¤yÐãœ-“äÇuduøØ–ð{F&u„ù›š6^é ›Ùn$eë¾m/`aŠDÕ8O“…]âL›ñK"îju`åjo|G{1ý‰kE¨s^O.ãÁù/Wf‹EØ»læø^NsÊ}žaæí¯2Û~¸g]ƒØ´\?­§W ì`+? Ï“½—´Þõ•<;¢wǹÚË8ŸM'E÷ºFJ-r¯¤Xáä<è-ȳå¸LÚ¯~ëê ¦§2–>Œ]¤{ÀÊ3¬¯Ù‘ ‘*)G}¦–òþøU^WO|f3Áá‡{Ã&¾ð >ε÷ššsD‡ËuÌ­ã©Üè>%Âþªß¹Ý·G$ÖN0Üøz}2CŒ¢¨þ£pýñ^íw½†WÿPßt|¹ÂÞgÔÇÜ×4Þ6©ê»ô,[:0±é²€æU9Á¢ÆH«LÍd|&êQ6éM‚ýØÑúÚÁž˜¾S‚SO¿x«ÓpÓNEùãO׺óxUû¶oŒÃ`¼µ+7äƒL>âÞ†Ûhò<˹ïKÍÊF”ç ˆ£6æèìâ(»S©g÷¤‚áf®¡×Iž¿ŸšHÜfÈV7K‚åmÚ‘„ŽÉÇÜ86¢#{•¿†/Y¹ØóÍfïïAíN”Ô½÷·cNâ#óY¯÷k…Új KQÍy|Z™]‡õ­„MüIµë]ý;1Îö‡s©²&ÀÓúì®Ç¨<)rH¼ì{¡ŽÝÕPN_6WÞu}}¶™ÑWfbJ{Ú«Ñ©øÅ("CöpøZöê5‡D£U\†‡}®¼’¬·´1~ξ#¾XÔú›Ï…龟[ºoàQ±*ŸìÜJ–´æÌúèW®hžÄë Λ£lœù™¶àWÕ‰MO“¸1=Æ¢S=¾LO]“•<Þ³¢Õ0ýư ¶3—ê=_Žzeÿ“@[â±àf†/ÛîXÐ_?¯ÙÍ`ö§üÒ¨»Pèë_í÷«×áÊ Û}3« v©yç•Ušu¯J#°–š&¿µÜ4,{{ ½hœ|ëêm“XLë÷rèè xyNXÈÕàF{îˆdBýõ´ŸwݤG€õ´êÌÁ Ì8|è俟—“ïÏ‘Œ¸O‚¯]q½Ôí$*Š!õ±èÉXŸMË·ÚvæMm2äÆ8Ýoß“¢{|ŒØèÞº©ÿ î¬üÂ÷»^Ãïµôñáã =FõÚ{nUä3¶™J‡°ïe"½%ܲüKìŒóvn·úÑßÙ¼_ÍË -‹™7^¾¤Ð½]¾TÐ!×2Ú9)ù­ðÛ'ÎÏŠâp›áй¯+OŒÀ¬Ý* -®•VQ:üDÃSòn$ÿöªß üU‘Ëß]ûP/û(-W [ýí³æŽ†Å†û$ÍZV:ÖhKG{„•yDŠžGëš¼ùt~¯„dƒ£Qv¼«qX(ÖY$‰nÁ«wæÂNŸ;¹ËùMXÙzïØ_ûKèŠðAuÒn°ÂZÞ²fOÙåÙ26Ø7'Ø<8ËÔ¨°ËŠðpdpÉX‹^c(3LêML'jP« IEªÜ›_è…j¯ré"I‘Ç;ä°dðõƒïá>R†éõä›Çµ{oZúdjÿþ™UÝô°Ðp\Ï.¹Wa‚ʰ‰aÛø9_£'BÔ÷W#b¾¡Þ/o¿ÛõÆ(~¼(ìÆÑE]W‡7í:ˆ‡iy§Ÿ}p»f£žhV©{ñÌåUY”O<€û,Yx®/Æfû|J\q E5·Àµ/£TÖìéÖ8#èÓ_ÄÊÐXàý¸¿vŒž¤Öî:óܶjœÛšºücOB âPc2u)ðØþH/^´=*¦$5û5Õ Q†’‹)CÞx¢6ût´¢Ù÷â0>OªÔî®`¦ZY×¢¬u™“EýLŸNqÿ°&yÜМ¾“¿=† -~±oï džBᔆv2ï»o¶Žß96Zj{¤Gá·šê×øæèN[d™Ž¥íÎC¸1ߟ?V¯n”½ÆöÈ£ö­Yuú¨Ù ì½Ä–Pÿ›c æàã;Ä_ØM/žÙßËè0D¤µNÍèaf[Æäµ+h,âÛ¹]+¥o_ÜÔÏx²*–­¬¹kä™”ÞÀßG)µ¸G-K!¢úb{¸Sž3FÝ–šþƒz¨0Íu¿ìp±Ñx4ÚqÊ8™ýþ¾Ø?7ÖýúÐÖmöàn⌎ fdmÁæþ·Ž„‹Ò9ôÓ× 9VŸÐšM†ÖÖs>')Mg<7ƒÈ5g‡gÎc‡âÒo~wͳcÍSÓ/\°ž%gÖv½5â´%¶‚ mókeÅÂs’ø_¼ß¬*Å@mýœáA›Œ»¿F›ð+êôC½‚Øîjän¥P •nläÃß?¼vX¤\£÷йõÌl–?o¬#~ ;|žF^°ÓÇå“RgMøPv_e‘зӎ²Ûñ©ÂzÚ—0n¾1éèNßêÁ›¤/¾ :-‡ä¤Ÿý+/yJ"ïþÑzœ5Y±,ƒšºÚ–”û桪¹”Çu:“ŸÑ½¤µ|¨“6«²^祗ދ7gböWq‡¾~3¦¹ï†´~qÜØÇXax¤,¿o•Vw7ÆîËi|ðR[žr´Ë£#¬ 뵆ÏGÑ&©[H²Ô‘:´¦ÞbS6¸e¯fTG{[ÈÂÀ­mKºùe#k—–QØJ}¥áþLóŒlÈUÖWÉêk¹¯ÿŒmªÍ5Ê,lب­AcÀ˜:ë-+ÍÆB`êuÝc¹ØqSÃ\~4Y.µzb®oc3ÞvÆJ{;V‹C?¦ý}-ÔþÇüƒ„ÇvŒ›ša¾5sìT”[&ßh5õDx Ø -1ú&Ž´¸«ÎiuÖ¢>2Ëð$y7ã^±çâ$PtlÕU×U¬g7Ø¢Ž%–u;ë¡ÿß X;ºZ­iH©`þìÒ×(.Ö§ùißwÔ”×s=¶níÐ4,û»ZžÚ ìçò½=­ìüŠ+ˆ;DwØæ÷£•¿“êÛ³Mý†ÞÅìØÞ?ÈBKr$"’ODÆCß¶êÒ˜¯ ^mɈþ{<ˆåׯ}TëìFô4;ÃÕÔŸ°õÕ9sfõ§ÙÔlŠ¥ÕÁ®Çƒ¾·o³ýëæŠ8Ù@y~‰f:`bøüñäêÓ‚í¢v«ŒC*23o ^ÆÙ¯ðè\Åt@áhvK¼RÑ‹´cûõ³Ÿ"dhi>f'ãx´°Š©U»Q®Â“hB^¦ùYd¿Ë¨ÊÈ_VÃÙ¡öQ®¾ÁœAåë7É­§µ7n©ÉÖOE'ÎØ²Œ¦çé eOÙZØÔD†YÉQE|îÇ[ô´”æÊô (Gu“ýÂ~)ÕðÁ¹ï䵿ë™OUN¦ïu¼Otµ}³)c_µY±½ôÒ8uGKDkMWúó,Þ#«ëܹI8á *$Ó 5Q¨ðtJ4G)ÃW…fÆ…Ý"ìdJ¨•ˆR>Çš4‚Ýx‘žuíœøó”NDñ’U´é@ÇÊèìËåc!ÐÉŒn›\¿2V/èóÏZry‡Ô{V î2žSeÚꔵPŒsÞ`tîR†ì¿n'ñk0o‘wOyDbOãôvÏÈØTŸf ÑÞ“„VøŒÕ.OMׇ|—eNò0Òw©Û2ú;dD<Ð7&Ú,µñLÖt£3RtRqP˜ËãïÛÑ}'|kxóÏÛ0mdô‚Ž­]”<ˆG†n¬OöMOg¹3{ è¨éÄ™¾ÁøàûCЏ*‚ÚB=§tô¡ÜU¶¸Ëœgà&Þ$q 7ù¸(Ô´U1ÃUS{oà”QÇ—†Ùïú1L¿ÄÖ©ÌzkY7f-ÀekL™Û[RTÔ–={ãL·õñV½óΘq•›]´ÛŽÖåÒ ¶á[Vøû䚬7*Ù¸£ŸÒ™…QÔÀ¨õÀ“×nF0Èö{8z‹ ôí')ñ®RqàXê¸ôR«.z‘äQs@;âãh`G•ÈuƒÜü6]?4&Ä ª¾òªô‡7ÊÜ[3ÝP«Z(Ì)YÞž§µ@›¿«þû¼••}-›å•óó’Òø®n²^½?<ĥ屦mïÝ_§{±}=Ë }ó;S˜-/sÍ4FúÊ¥~ž_fïc+l¦ÀÙײm;™ç©¡Öa)£+'óÍyrÔwO÷–1›¸“¶7×ë£É‚ÅÚÍÞ.ƒ±QWìäõ„£å¯íÊBýnúsÀ²‰IýõƒUäÚó¥×Ú+jÍ/˜ª(w¤ßQ™¶ÿhuÇšéCb§²ÎD×Ϥ¶î—×,œÞÆv½B=¤áâM&E yO*ËF^JRßÚkæpðÒie¹Ji)õJ®0ñŽž©»œXzæ|ùë稦Ýí£L„»Žî\^™¤ÿ,³?é‹·ý¬b#¹2ñ*~ã¥)“ËòSW½ÜÐKj§1ÌVqh©ò/Ì.å‰PØjÔ É5¹ý¼ê¿ Ï9]qlxí±ëÒ† ¡aC>%¤ >ƨ=Wì-ÅÅrú„nÆ¡c¾ež6ß*êv+ †âÓ^JdÍ©nË@5–w‚XÝ/úÿÛ%ì½›â´QPªý,ÒOËSÝÿ½9 6I÷f4;§²ž€ýP#öÑÚ°SÌì·æÆSoZýŠñ¸†Ëöê¸ "CË@(1zR}€˜—º^–Ðrü]o¯ùLÆ’ä«ÛÉñmƒ%§O•ÞI©²4 ž½dC8˜“ ÆiÐ0ëmu!`☀Áú—iGaãgå9òеݘÿy_f ¬duŽé.r»4·°¹c}×u~Ž,xÄX37^»Òv•ÝÜ,ÏOsãUBèW,̪-´*J¤ÑûŽ•ìše¬´émkY¥²´³%¦w¶ A‚Xtd©ý®ù§0—ɳ{w…‹…œSCÿš;¢¯si]‰xt"^K÷HæHP©oi¶0í²û©–-È‹Ö4 ÃaÉiWï¦mƒ§Ö%ÏÖÜ^ï›6g^‰¼*w—AjDsNÁj_þœã]©¥ŠîcUòÍßG—DÃJ—Éù0äE纥-OË‹èLmÇUÜ©§+QëF§±í´ÓëÜÀJ¸ÑøÈÉÏ.¼(ÃX·Ÿ›ШPÇOÑ÷uðU†WìûåpÀþvZë@ØêpµCýÙÜYj—eEç.œxµæ2Ó“]VhãëÚÖQ²R×à~â#Ö@ÎuŸ-(¿Í¦ö;›zâ¾vr®ü³Ùó¦ÉÇŒÌÒc« Ãu"VFá1Pê -®×JAÖå¦]ØëÝ @?ËÆ}f¶t ßé–‡½UšTf÷½Jî/ÀYúçûpÜÝÕ«w^¨èGþA1ž}_š -dÎeZa®ãÞ׺õ %÷é?mdCŒjU›ù(ª’}ÈO°†ðBŠþ(]U÷¾ZË“<ꨤÁÙ³,ÌxPŠ)´VÖÛŸ'qä¢~nrëÛžó£ˆêÑ,òÞ>ùô K&²V­JÎiïoŒó÷vE/Ìçk=§ƒ½ŽN¶]¯Tûiéwhê6ÝôÒé4Ϋ|>ùu}uPšT³°Ñ[ FcRQÏÎÙöVqóc„EwÔh‰­»Óå…ñêŠá´}8¤ˆ%Wuò1ÍýžLGÞ¶3×=GªÔŽº¾5EÝÿõT©$Ÿ´+EE¿ÀÏÌÜ¹Ö ‚>+SþÚëòV¬Æ}¨)ûjšX.ü*ËEá¹T/ýD²ÈAJ2{åWÖ>’°0úkNFmß4 í"2³Þ4D«^篇j]K–™­+î¼4«÷s¬Î -µÅ€Gu›'æçùôgè—u-7ÚRN€¾Œ™¦·†ÝúPc{€îs±)k5„âŠd„Úfl>6L®c&ÿ²úÆ­•6ÍÙˆyI² ^ ‘ \ÓîìnŒ:!GÌæ7S*@yV^´`°¦°½Ù%Â"JE Ê,¯½•ïl:ÄÛ|½‡ ¶W+÷±§y¢©\ùM¶nû­f¯f®6êÑ$§Õå UsÜ uC'X}TͶ¦)7³t'kJt‡ ½ƒÙQj À[Ú¾Ì^¸‰épSÜ”d ÷ùÃ,ü)o…¿½¯–òŸÍS#ùiZÂq²w_Q‰»wÍ‹Òà;z5ì·a¼Ž¯ àýœªâTw@Nšàl—vüªo@ÔÎ`·Û?©â$lÿUÀÖ¹äUYOÂId¥¥Â -̦ïóÏ¿ò  Ä³«ç ¯kmÙÄC£nA( Üþãè<—TU¢(üç! ¨ `BÉ949˜sVŒ¨ï™[ógªfj´»÷Zû[NÓÍ%mVÜ›tWhÿƒØš±Ú„Ó—é™TFü=1³˜úåeµnÒ~Â=J»8úwu5™¥-ûèÈbeÜYº¦ïŒ%•4¥M´Ÿ8£ -7¡¾TQzw±o<µ¢˜M» ®}ÅøÙG¹Ó -úeNï¼f!HîÒ >¹qï†Ì×¥tȲËZôSP^vœîU|å×VÉ”ì Ô‚Ø‚ zšÜ_¯í䌺T‰éèN}wCu³ÁÒ73ËûË8üÈ)g?[ˆz:OYG¡Úžþ°Ž6£n´½E–ž`¡2«ËˆˆÚ —|“Ÿ”x*‚áÿµ@%O¤”Ìd¯R¬9Wöe‡©|È¿=$ýü×å˜(ÙÓ‚cÈßicìªdÏFZ©ÂøZ#1ñæZ‘÷û5§L‡ -»U ìå2uó^­Ry»Œ^å,=­ìdxÚè=ujY®9ñò«ìv>ÿ¾q-Ë.vQࣗ-9抒î<0ýºm)“ðaY”ƒX+.: Ùr)[ÖǘÙ{–&ö(Û«×y»Òá2Ó†v«(Ê ¸`w-ÿþråÑY²]’¸R¨…åÍÚXp˺ò”ÓuÑbéêÂñbAu/‚û´«ÁцÀ}¸b–AÄqo5¿SGû5€Øää]fÏîñÒÚ-çy®lчé<ulIŒ9«Ãå¦:…óÙFÚÛšy•¢”&k0¬«ŒtXÚ3%ÐÍïÌ¥w•岇o - ˜˜ -oËiYßÒÙÇ-›ÂÇ.Wý¿S›ÊÞêeß™Ù*j®“ ˜·W¾Vëlp‹¯)èb³;_•n3_ܲu -â+YåÍÐ=]©emØ}«å_NwxJ-´¸¿Õ[˜[[©ÙûìLšÄ«ÎUéij -`–?G­nJuź{Ç"mÆgÿ‚VlËÅ.a&Ƕ{†^K«õ{ØówìÔH?æï[ö #×#Y!'@K‹¤:îÓ¥DȺõë6rRâ6 bGh¯¶²bÝö¯jàú[¹cXä ŸµjÖñírWªl¾ëì+·úzÅnÌnÐi&]Úbfï`/³]|¹•l/‡¬{|ôŸtÿ|àÕ²yÎþA9£ß‹Dñ¦§šóL«ö¦ß¼b(G*FU¢MpYýüO²ÔÈ¿-6ù³ê¦ÞRéªå¾ÑsüNGÝÎõÔ¹CÄ¡“¯ö:‰ûùý$M»õ·;Ý@Ÿµ]<}x„5½¡ÉÇbÕ‡=Å2‚¹k•}+ñJN3ׇŸ£] ´ç–îM0H½ñMŸ,·™SCVÝN*#{êþ»•f+ŒØ,“™î pô_ßwpm¡ÃއZMI/ÌÁ ¡[èâå2ÃAéa,ï÷Ìiïî»~·j ÍV£q¶…ÅoZugŽ;ìø7ª„¸ã›caËáQÍçAOM¸oUŒör©ío%¶›…»…Q¥‘#Úûû¨ƒÈê¡xŽ¢Cpè,‹•Å’ ¬§¬—-KÛ=ë#ß9k'ï0»ò‹n®ùË …2Ó ‡’>å„d•`“êr›%^ ¡½€oóÞ‡ã6€;¦xÝGYS½£2¨ z€ŸÏ22!œ•ì›;{T'KoÓ¹ÙÉÏÙmÓ¹°&0Ø¡b\·_íÅaиFöt°«Ø(å¹ð›µ]N¬ßác߇&л“ƒÑ²pstò[E§ï– ¿#ï¯Ý‹Ç<ø¡ƒÓá€íMœ¹ËMLÛfÏ*è­ÑPrxýýñ -o7ù'º±yðý{–ç"Êuäb`t½¯K7Cmùâ.ÁX‹ÇŽümÚÓïO|¹çPvèñ"uë¯^eî3à¸%¥Ž”59gœ7€¢‰qøchÓÅcqýƒgÆ4—»eÜn†%gžª2‹ß½påööY…›Ì“œ®‚jýbÙÐrþè9<¼õèW8„í5û•®àØÁgi%:†<ô«î"Rq~‹yªõS5KzÏÙÖÁ~ŸøÄ'13 ²Ù6¨P“Rêýn‘¿Æ:½YñáU •°n}¯Œ±íÞÜþµ–Õ褔©ÐlMÄ/_!\Nï™\vªCi3܃†¡Oø( -ùìþAÞD^½Ò*©§ŠVs{¿í ád|ª ʲ_0²ƒo.b– -Hfðs¥fŽÙ“_Â4ysド3UƒYùä¬R­mGÑfu#1‰ÚSq”üÝÌòE§@—¨×ªÂÆqY»ŒÜ9c¼ªÒÛ`ŸäCT£ôçÒg:˜ÁO´¬#éÃtŸ\gÔ=é«ÿ¦»‰3,4× ÿMÎ;uÙ¢Á®þAHýó ÌóŒh„%¾UW¹ú˜××·Eäûôއÿmtã)ëõ÷ç™n»™±›{'“*qNÞgÕdúÝ^Ë©„N˜ÕÔ¼Æ"ĨŽ˜é£áúäª)~‹OÔ\ÜKº7d:-zÛÎ|ó¶l:î`•,»‰#­Ú/S£ÉFX/(µVFà5S„¬Ë#’qÀGAÙÒÄxá¾¥7-ÿé üçÈ]d0FF§ú]sLí¶ó¬ßÅц°éǹ‚®!̰¥ã4eG¥KÅ1O³¯Ô¯oÑÝ5›Náœ<´‹´>ômçú4s몧ÌÈU¹˜Ú‹ÌZ6¼ÔL@Pé4€oàSÄy€¿âŸÏ¢ ˆ¤âµGÓó'¿+ǘêvŒV×dMäñ0vÍŸ;Ⱦl·}p·ý>óÇ0_‡ÑÝoy›'†XggçëÛ$BÜýâ¹E‹ˆT~«ÜÕ÷U§ñùõ1wtœ»ùîvOôÄy†ËŠ׫a1Û¦½h„5Ð|E$B>6ª–eß¼³GùlÝÃ`çÔ#(wÄ~bdÀ‚é89üÑd}O½Ø\%öiÚû¶‰X-:¿‰VË"¡ûQ=´M¦9²8ki.X~ãß`ýðsâ÷62GtÑ\ýKgƒã6`ï‡ÜÎ7Ýš¥}½ÈÞ†vãCß -·3œÑ´•Õ¤‰L¼Ò -|º£Grö„TnS.!çß':{·K¬_ yÔ¬ä3|XgØçîZ¢6³ác‹Þ{D[©=Ó•ñ—Q?ñ—‹Á´K{Uÿ\ÔÛø¹—Ù{¿Ó|žï!$9+aG‘Cƒ”™AUuãôîþx±¹Ô2müƒ´ßÛ2ÜçDcñ|GF?éuâØà¥Ý:šîzU‰­ÞKZ ÙB=ô§«ðÝ›•™›,Õ´I¹ÿ šª ú( źO º§7—_§G†eWgû8äI¼þÓëoSÍ®;»ùÔʪˆ|8€$ÒMSãcB­ë·š“óªƒPG±·4TÊYzYÃïد¸2‹^§ê2l ðÑkT0“Ï’±— µ ¿ãƒiun‘{rX5©G«¦ðy6ÃŽYÛ0NÉÁÍø¨-ýÿÏx»›'˼ރ{™­Ò=q«žj¦Cã­¥¥Ô¾°îyrzôO –eYxP„oŸ:³¿¼ïÂ~Fåæwë›.VžŠf}¢H;ëÕø¹Îyw¿áÓ…Z²n…)f“M‰€Z)uýFJŒÝÅÓ§ñ³7e4 -æ­êŒ!ðï"°„è—?°ûê-ft~?sèªv–¶úÏ$×xj_¿ÕÚ!Ì3 O© ¸Ny®Hh#ïÈs¿2Zq·æ…v«6ßñǧф¢ï¿£#¬1#§žû£sw¨=mÕèœÇÌ•¹ÄgÜa >ƒgrþ ä”éá‹|Ãï¬ZõóÙðKÛs- ½Ý~%SØ«n½¿ó²ð^Ï…ßš[ùÔvn­2<·šÀ|9ÞÔlÏ/ÆhZž, -ƒ¡ - É©ª ¶6ï¼™QŸóÌÝ4(nšMŸ|î~TM,rÞb[ZºóÛáÐÙÖá¯ËÌi²{óû­ýfo˜t*>"ÂiÖÜu&°{²ˆ,Õ—UÉÿ f_z®÷_¿æ²¼Ão/=q ïyßÔSk´à[%u ¶iëH£Ôp2±½—ÇXWâƒHßZ£*¿•š;kT¡»\ü9ù«ÄËÝY$ ÏËNqjwh¶ûör|‘4QŸštÛX|7ëúL 9=˜Á@Ï$x4Zh§P‘Ž#¥XóƉX ¢AÜ|8jk1.DÍ Õê²öGÏU©õŠsÿ7*ÄÍ:rô• ÏÝ Þž×Ù‹š…`ѶJMŠFÞJ¥j²2¬°tÂ6-橵k¶ݨ­Ú?MÆC½ºÓöÁ‚¬ò>ü®åUkê…÷cý„-ãÓË,ë§·´A Gµ‘a~¸ág¸U(Œ_´˜®?Â,öçocÀÑ9ßB¤x µ2Yì¶vˆhLÒyɧÍ)ÒDŸ¿ÀdÌ‚ëövŸrÝÆöó3ªçc±éJk*µ¬“kdžî$}F0i}‡šƒiã5;}´?$!Ú «,€XmÇChhþA—W8ê0vlî×V--œB•1à‘ V˜é·aíîx¡Âä c­®Z%z•æÞAo7kMabp9¿ ne:ûX›ïªêíØwÚÄvàní7ìlÉP¬áqf­š.û)÷Ö–j£c¼*<9fï66Î~wácsOîÒ¡.‰„øáZêµ½ã1á÷Zsãœb7hÄ–)ì°2øKº)¨+Þáï?:ÿw¨«s0êQ¤­FõWC§[Ðûü©˜DÖä ödœæéÕÒĦm×nå¥#¾û­úzÍÀcŠ^&:ÔþãÍ -h)îÝ&#xzÅ}ªÛuØ–_TÐæ" ŽßB¦m:9ø6´ÏÌm+2‰=l"O¯6EϧvOèWøv3í̤{ÚqÌXú;Ȇ£â¯+Só¾õ&ͪÚž8-E˵aïì•I€6‘ppp(¼QpªáÍ­® ÙÆŒitoá1We«^ë†'W)E·³$0¸­o —Á…é–ú¸á¶ý"¿½Û0n·åñŒsÝ\+Î ‡ì‰ ‹Nùtíâ[ ‘<ÀÀÁ8XÓ}‡ Y¸˜*’RªŒþActùbÈZ±«É§ç¤›¨ã¤ÐgäDU*Ð1œ{YˆÓl¦—Ü/&•)2ùlÇFìÂ[G?¤€OV}Zöwõñ8[iðÀNú¬’¬Zó!çÓîøm¤'êX{!Íá} .W:Þøzþ§ihèÎ8ë¸ù—ma ¸süNÍyõ.O–5¢Å¼×úd,eÔiÿ»Ÿ³šÿTÈ8º¿ÁVjº»<Ô‚WiåÿƒðǯçÑƽÁîvDn,6Ãí ´¯ã…Í Ra§#Fù5† º«r6ד)6JœT-vÃÎsiôÒàæ•g´K»adΰåS¥ê}üä9kWrRr6ôeÃ%j1aŒï-rÏ,ÝcËxjÇóPÛ5»ý‹ÕLâ~Ö¢”Ì“¾*fR_L‚~°ÁÿʱJÚd㮊³W½r¨°–Ú_ø¶8M4ç¾½\•jRbG¼q”­æãmɳN§OÒìZ—/lYr“ ©â o¡]èc%âOõVTÏÇÊßQÅÚÔ9Ñé÷<ÕÍqÞ:ûÔ¸{xŽ˜°ŸÀàô8^’«°”sU®¶É „|qqòíסnw¨…ùÎß~à°QÁ[  oâöGóS½³|€ã¼¯d™ûAZ)‡Bÿ=ÜO´`}Õ•ýþJ,X«¬«pñÕ¶À#§‹à'šªo»ZùDȆÑ&$€íkZ,Á§=9ƒ_ ŒAÿÉÈMsã ¢'ljãýdx~8g)‡×k·ÕéÖ&ªƒµ£½Ï»;¸÷ÚÍ\•ªp©:7ZàêÌÎcÀ:S30ç„[ORÚ7ÌûxH÷$õhÜ–žÜòúÑm0ýv_:¸Šâµ•¯=[HVÇ­ñŒÝ7ôncm×um=AY;0»íü®Ê$H¼<"ÇHŸédÊ)@oÓOüœ(zß1Ì»HI#´.¸Ó”ìµ;jmb¿¬¾­²ÆÃÚ‰í)\—ÆòÌn½Pg•ÊÒ˜š{¡@®¦ÿ yÿ~19âu5F”3_Zx0¿Èþô-©‹¡„\ž'ûÚ’v-ž.ÝO<æµ9k,ô÷ÕÉ1çj ìJR/‚+ãyGÜËË[È~9Ï©‹Áío×MvÓCe¾ç^Êæ0®ið¤êuYÎÖxÂé­gg¯WÔ¼dñÍèL&wƒ|‘úüW-m´ºL¤ÆæuÐ<ˆjûÉ.áÕLzýet󽔃'wò$nªç†°«ßâAw8SPcݘPºt°Wh?zy&ÅÇÂ\D®#‹ƒ³º §-½=g?¨h&Y*%ò|-Û -¢œg¦9PTµæÛÌ€é™9fégÞ÷ÍÙñØ\ôѽ¹Eký2æäÙz]k€«õ¾%W»(º/­œ“æðr‚Ç\ݽÎwÓÅcý9 -Ô¹^(rfø¸¡)â«Imõ{ÿºoeçiœ=sMgõÀFjí×Üvm̱må^ÐÆp/‡:¶ÕÉíЋ†OÝ8ñ³h²ò£}ÚŽ7»åHÔ~:¤sð “%¤ÊyÑ9Ì9çIÜ×Ç¡²‘L¹[|~5—X^öy«‚vv~”jLÝ]¾úÑØé¡dš)(uª_;ÝËÓ%Ê‹fe׌4²Œà~&pyw5´Å¢*ó/ñ+[)06$}T,Ö2µ'V¿›ûÌÔ @²ì2èUL®Fç>¦Í…FHر®›1Y"ôㄯ֟˜Î›;œQ¤æ»kÅ•Ïú -êZM’AéÒµO«jeÞPF¿ ªõªlœþR=ÑD¼ß6{k/ z¹)Žß»“SŸ%O©Ñ‘ð¸DX='nW’Îó¯ÁOt§·ZøòмF¤ZÍž”QIÉx‰dûö`jWã§u¤>OÐô;êèwÑui·EËOß¶V³ž,òÃÎð5Ï©íýíœd9­j‰¥•”Çÿž¯T뛺è%ÎÜI7|¬ -ü<'”J ÛÇ ÙiSõïhPËSßÐ_Ðê2B§ì1‡Ä<ÇfÑqµß«Œuf•;³#êÔúÖ}ìq^+`ÌíÉðîÈÙÕ û8Ø·Zs`þ‰ëÍ’ºBqåÄ—xu…Ó¢¸µîdû/Z¢[ß¹¹"&¼¥³£<œÒéÿ=_é¿K§Šò›|{$ßÛÎÜ×±Âibøh7O`Ø·Ë£¯¯j?TÉ>6æø~Q”û¼âœbÜŒ#í®eQmC(öþFÁ0á䯭0ñU×¥QZõ¦h4i›_œÒžN#6î>Hp'›TÒgõçU}·3YÂsÂC"ažyLPËóŠbŒ[Ó´sòñ©6žß&GY]HòÀO7TëXô#\?o³|]¸X×öa¡mfñx¦¸‹"¯óч±~•Rw©|гªï‘èþøÓ‹›÷Ä6\ª!aËhnÙì/ÊP:5êj?Q9õ<‹çr©}5$SMÍã:¹ó«¸ -o´—nõö~)1rëÕ×7NAÔ³eë$­bDL ×oÕír1)UX)òv F¾10ºúRgAS7ë#[6œóÖt´Xüö7‡x÷ÿy°^£XásÀ£¶ˆÃÛš‹9£Âžq÷z§„¼Ô®VðP–Ê~ŽÞì ­,w.LÕɇ÷@1Ëü1 Øp–—•A[šQŽu9>­|ÊrU -Ø{c :ƒn}HÎÑÃ-ùj¿aÖh¸öM¨ëʽx“ q:mùÀXên±BqDàý÷µEç;éƒýcLñüѧÍÔ(ÇÄÊZKÅúI®ý˜C¬7ªªy^8»m?úîz0Ø«¶mÈíKqΓx§þ^í-ʾi¿w’­ìÓ¼CZǪÛRUÿÜY¨¾‰LÔºÚCnÇZÞÑÉ8ÈŒÈ=™¶Ý¦¾ã’›ßh½*•Í^|¸,qî¥{ijtsöé÷&iÍò9Ö¹øj’¶±ëŸ«i0è¼%[íê'û‡áµÝ&|‡¥“­–ª¬¼ñSÞ÷Ûì]WãNÓ¤{_®ì©ê×צ“Èï`ÕNÍ ¿ª¡/S§^¿ÌO$Øxüßéïõ¹GÃ&<„þr~vž‘Þo ìèÅUŸÊK;]ø×kõ«ßëeŸ39ƒeÏ µT‡aÈlô°—í`‘×Îàù‹ŠD÷3ÑïáX& -¥>¨!QgøÕ‰@¡¬%¡^Ý‹%JÓTzÚQ袵êóðKhê§ŠwÊ®‹¹Ogš§$Ý{-v¹Õ+žÝ]mD³±÷'~ãü= -Ã×¥dvýHÐïä#é¾¼0ÙŸxo(<Üp"\×›Þ‡øšêk0æ8|‚kº"ô%«tÏÌh^m+y£ßEË0¨Ó -D[¨//'ÆÙX’ÞXfÎí²Zx~—ÆÇÞVéâSØiƒ–y2I½viÏØÝL÷/ï¼â¡¦[¯˜Z`ì犪Gõ[Û«Ó ¨J•pd”‹p%KEIjy¼_ ÑXÜ;19·symðc·7,óÚo#7³Ñ@úø„9ãº*ÏÌЊa­ºÁiL÷¡µ ŸýÓ|}Ý{ÓÒìLo µFäª4^y=H¶Õ¸×.ScòhÌÛ~WˆMöWLÜ9àõΓfÍÕŠ‹4›On»æ~­¢ÓWtê\5~ü°­êêrÔc¸öætÃ(Y9>õÃJíÉLíïˆæ¬¼3æaÂ'í/°ZíØ4;^ëDŒµ³ùëf¯iÖçe>ˆeß®*  —_%Kª%,3¶¬GþÝ‚qâÓ¶;¸´åkÅ12v§×üTdXÃj“U—·ä×çÐU[à 畬.æÊ×™v¼^­D_ö»…›öëUôÙÍY÷0Ö<Øæ¢l°ç+ÀÇ=š’§—ŒG/ý9aܾ\r·¼p×ì9«·=~ªæ.v=1 -Ħ{—¯7½q´eê¾Bg¹Ì:y"Xmò“â¶#Ò€—U·ˆøØ«Ýƒð±«i1<Ð\+v‚‘ÚÔ¥Âϼ‹Ç$gߎ·L²«Îå¸ûÜ¢·ÆNTKÆøP«®m½º?³×~éã%朜Q¦¡šuÖ7#J‹K]ךgÁ[í V©¹§]Ë•<ïS£X1D5ú®×æ}NùÂÉ bÍ–—æ³%ºTçž·#ã*Jæ§\Z·†ÿ3dƒyYåb-Cö™·6™šB›TÍÉÀ„>¼tvV¸›òç*ƒÑÓôˆüƒL‹,˜kùv6´ž™ÑVrº¤8ÆÏ|^57…Î /ظlZì­dÞœÇÏ=¬~MSÞV|ãQ Gú¸~Íøòf弜”ð˜›aïf¶÷“¼-9ØOÑWL;ßZ¡ž-H€¦frÏîÈG€.Vã3,B½ZgÇ@Ò»©¶§äIájym}ë6ü1Ò÷M€Ö#šµúòÕ-«ÂÈÊ`*2Ùé÷ó‹»ìc-‹Ìt;ÏÐÉb¸î|ºû’Ap;]˺ÞÎQGÞ°¹ÇoåÕÌ>ÈKÁXÓ{„ô Á´[Hß1K£ó¹¥Úüöî”OàO«#í³²o†æ5¶}E/ “;;oûèô ÌQWr}s|»yãÊïVdŠŸéÝ9Â0o,:§qz®4{{:ÌbïÃâÅ{¡¶(÷5{Yè;TB -¡VÖªúVV2Mroê_¯Ü¼éŽçeÐóÎãóÜ42 )ÐO]åü Ň´èˆ³í¬ÍRÁ`êí5x€°a6tñCfTÜU£« Ýõ=sJ¤9îÌÂV–} x†´þAôªÓÍWfõ µP,c]Ç\—8—MÃäñõxÙÓüÍŠ³žÙsîyî"º©³£¨~û{ã£~4“¯ óo83kˆ 7YËÈ“¯]õ¼’-ÖYµ:æ;rÑecœ,«“r·j -qÌæò`W‹KÞ:‰½} »;鎒ž¤×Gm›'zÑ¢ ¥yXöÁA`–•°™z5MÈâŠuk™ž¯KXêAõþ¡BüUSÿtk¤uúÕð¾+úF1klßëÍQ¼­™­ÙQ³ÌÚB%Óîp𪆠Kñl‚ú\r.Ê V_VRÐuðr°Ü`ø!Véòåô°Á³v¥H‹mÈ1ƒû:´OÕC`ši¾È «w!6í~ ±®Å<ÖŽn×0ƒìíTÑFr´AÅH«V×Ö=–fÚß™–¥­Ç#p}ZÍî³ÛMï®*@l]‡eã¼7oͲn{ƒGy5µzfÿcÿ:[NX«¹ì¸­ÖÒ5¾gG+²°Ḧ|;ùOc >æ*{üƒÚ39ZaBÈÖ«½ ÑÃáÂY>,=… ý‡¾í]å™-]¢‰Tì„C›Òn-p>ôk¡àõ9@\iŸîüVh‚pûëYŸÁ3jL7î å4îÐ 1×îÚz ×#[Í,e‹&šK’y˜¼“žÈ­¯ Ç*(§‰EΘ/•«’c›h‰wP·=ÆpŠ–tņ_“#Gß®v9ÜÙd2.ÉàtjÜ‚ûÏœ)ÕÔ ‹Âäè'ÕÓšƒÔ½.™»—åñPM"‹i6PúÎéåâÝ굓{¹*ÕßïQu b–Ö?Ym¡|D´Ë…õB›h]¼Bö‡ûª'\’IOæÉõ O N•ÓGÙŽVž;B!q‚¯Ö™Æ+‡°?ü´*vôiPûÙüïÙ7xÝéÙf³n;þtuödsãÇŠ{p¯ž¯t6f5LMŒïêî¬Ý_Z¥…¶*Œ{Ž„ÝW­EæõK­x³åhŒ£õzÍ3~Òg 4­<ùÕµRDþƒ¼¡òð„Z#´}@~Üà·\ÔïÑÓý"¿r\áˆøG{øfv:<”Y§´9˜×&gøý|—Í—Pô¼e§w”nqÇ3HPú¸sý@³Øã&ç 3ŸKgчà¾Újé&,ÂÞì·Jkä÷>f¸}èཔ[¸U~±2¨Ô>%Uþ1]«ÀŽ$÷¼Btþ„X í¶s‡Æ£üÄ€ÕC›¾ý&믡þF©Å¿+˜ ûñ ¿µÓŠeÜô²… vçh û¿…ûc&5IlWà¸3n5ãÌ!– ™,d§ï¨~{7'·ò4«Üà–Ÿ$mЬø¿[fˆ‰ÒÄ”´~T|°¦›XSîhóìì6ÉØ%“¯Ý*²CÃÚdD]ÊQbïð©›^"ÔÉ]ÙI¸KÏâ)V±‹<¬g¯ÛBH¾\û;=ûj-\»4ˆßúšòH¦YwÁl3Þy®%wöºM`ýÂØ#œä“àµß#-CFkö´y*€ÆÜCQnýIÁrEK]U1ƒ] %1î\ÿ¿!—¯õ–Œ¯ZÏ“ý+vx*iI?TتݬJ¥!p‹³ß<7—)Ž¿¬e/lMÌ›S'Ñg1w«¨*&@vB¯M?j(o™•5Ãò$nk–Vë]VYßK´ÞLŸf¹%–;Oç bÏz©íøbÕ–‹ß³Õy¼Ÿò}à'üC¿"Ú>œ9‰ï–ÄuϯÓàY&:•-³Uò««ê¡CW„a®J²ƒIn¸Fìff%½Réüœz{ëÀÜ¢ÎWÖ€#O¨ÁÂk;¯I“û§>5A,ê|];¹QYÿ º•=ÃMå‚WÙRæ¶QC¾µç˰åõUö«ÿ,µüp¶þbùû‘n68iسWðº>~ï´J£¦Nçœà\ÜÊ ûœ7À†ÙàØ àè\QÍqwíýƒB³ø‰m ¡Z/8ÇþŽt¥Ë z¼N^h*åî.¾ÆúíU&ÝÖÖº7Á¤16Vð˜°oÁͯ'ŸæÑ y‰s¦NýÐW”Ê4<î±þ‘ü{ʆ´ò(÷”æE²7¸¡Ævx®ç Þ -o}Mª ¾XãeI„ÌýÁÖíÂV>Àûy«l1„¾ Æ>ûå¿ßleΩƒì÷3U¬Ó#l>˜&î¾…ÓùÔž2e!ÇNÕå¼i¶-Ç¢»¾eËäxW_Ó¿‘åˆu tÔóVâªIpƒ«é®ëÛð n¥Ðc=”,÷S´ÄÆÒ-3·¬ýáѨ¦L;¯±£øãñê!Ò­O8ÖAôÕð§½yXùU -ÊdUᇻ[Á~ßaØ[nPx`W²—ø0éÕ%ßÕÇ•{œèt.¯uSScÞðf—„!¨Ÿ¦çœ`}<7­t™šâ·‹dîñ¾ºøèg2a^ú^s{_åí^ëzÐ?'û’ãÝ!ÃnÚ\;-…¨½_ÿN¶NX'¼Vßöì¢\ÕÚUÚd"¡Øaü`ÖsU|å#1öñPÈlá5[Ÿ[éùÝ.}`+.Î\›vúÊjMq(Þâš…À’óȲEðž)kä{g1Yœí°Qƒ8oSÀÌŒY¯üžÿ ÄÖ»?¿º7ƒQÎaù`ÚÞ}Ó…Ke17Ç« xm_å -*í^ iÄ]Lï¯òÐMý)G"Û}ÇÅXëòwªYñtiAKYh<Æ[¢{³óJVì:zômV—Ì­ŸhL{­¹Éª½B.ìùi V׳™…£J¡#¾Çü,NñgJǾŽÊêNÆÃ¬S“{¡Õ”´ñÍ‚RÍì·Ö´‰iR3»xøiÓüaµAêÏTrXtU†{¹òLþЛ%LhÇìóËQŠR¿‘¬€!ùš¾Õ/·À÷&E¢>ÊÚŠqûÞ a õ3,:"²¬—u}bâc›×1¾M„®7eÔÑÂ8Dé˜ÒhRœ -š×¦a%5üž˜<‡º¤ÿhŸ¸ânkf·§Åln®‰•\¬]h°f+FÞüö{Øl(«ÜéwbIVl°#rUꛡZ 4²É;ïìBÅýC›jw~,d¡y¥ónHê¾kùB:¬QYÖ[|FXÕE›µÝä}÷jâ&ˆt1¦ ×iÕ1 Äæýõ:£ðgî -¡7,ÅÖ¸–ެʵuuž ߨ;Ç[ü‰ÚÙ$pLxò„®Öèª[Ñtæ_XЏ-­ëŃ×o†æ/H¬Täò^^&ëûµ¼³RóIþÝ,y(¢ å&T¬'^yÁއu&`ë¦æüË­—·‰öË6Ä í´« ö§ñÑîù½•^ˆ^mÜ«åY¯Bz¸íZ |Q@NÔŒ'<ÆûPN}@¨ÛyJrðq ¾…–r„Å;[êõ›Îµ¥Ú> @ú™êmIu—ÙÞÞ€ïÖÍÔPv=ÖF£mÛÜ ­+å^øŠñ¿œæªìì2Çým*(aÎ 8 ÷Y`ª¾ ¹½nÆÎ—n5¶ûîfvîµ|{+9M;† Z˜T vÏ=5@‚3Kø9S¦À†·p|šf·fþPÿ´þAAá¸#Èfá(yÞnQ÷äÂ÷ØY¡­·«>¸•sxÐiC^ØŠÓ꥔M|•MÝX±ª]q!ϺD¶Çç°'Ò¶?ºNÕùfŽ’ø¬ž¥Äš¬DB=Í<5E6*ôOífš U÷õ¶ü¨7ÐVŒuéK²nûÝj·³0«Æ±;–b¦F·ß^EZ±ßlˆKD/–÷²‚º6 ø¶™DñÕÉI"nçn‰7ˆ§“0I¹¿KT@ôÁàjlOaÁ>}Ó=«»Ï†|m¬›Ã%OmÈÝv‘)wØéÄÖ@§ !ýeZ-¤÷!"m‡Í®q.éýÊg…#(çõËÆd<ɵï¸#É‚q²˜;/îŽÈáF|¸]KÍæ)ÁcçÛ3~u oÞP™hS+ÅÔ7 QóýçÁÃûÏ¡ilŠkÝekµ#2üŽJætâÄ6-ŠgÍ.We¯¯’£³¸’‰‰õõÖíFcm×!¨UcmhÜ øÙöÔì7n±‰°åØ«+ëj®“ÄÜCÆþ¹/j¿Ÿ%¢ðnh²—ý`?X6Œß9ucéõù;¥™?dK“1—|Ønuçm²Ô!ÍW™yï‹Éã|<>YÈ#°íã½@qÿbY gþ¹e~æ¥d©`=Hòê$ð@ÁRÖ›WTZÁ"ÑÅ*{ˑʷ<ñEòÐX%ÈÏ‘‡›À W—žµ Þˆí8övÜÒºÃo²¯ÏÁ¸dŸÀž"’èP¶³I¤>4L!´{nÃz@“ž™|Ƹªxdâpô¾‡¼K àBz¦ãFÌöaæ`L¾±Ój»$ÿXyfåœÐ8FÑh@ÛÎÔ®Ï&º×¤‹ÌÕ†çé6ÅŠÎá Æ—&k7Ÿ1ÈSÒô»®ªY’®mFñüpõ³@F½aqÒkôÓÈÙÞÀ%h²H¡Ýž§k©Wif¸€‹-^ ÍþîÇz½d-D0ß¿ ó¡ŒGÊ’ß ~9ÁÆeF²Éî$Ý{4œ…Å¥¿#ॴqIl@{ŸÒ¬Ñ˜/×anó™sQÝ7ºÞoË6·!ìœËÇ&¼Õ'_àãÓ«ø -gÝ!áðwÞÔqZ†m3³Gùú;>IQ…Ú}ܶ¬$mFõ{ÝåŠsµ[´vM•u³¿®ÚëhÒFO0)Í•®¢ÑP"˜ /þ¥\OrÒãe ºÆô"E/&¡Âp‡IžÄËAñª¯ÅLÝJàALäËLÇ›ˆ«ànÔ÷$ríâò‡£{‰ß¥¨§<†ÜIÔ—B Ì4ÍPïÑO’‹Pã!éij§Ôé)aÝÄ(äôåù’SŸÖ¨—»¯P{Þ[(ê«ÓÚg5ÒÉ„ó÷ê¬ëGåH_µÂŠ8:³yžœ&ˆÑ­d™5Ã)ëÉ?ÔXÔlN-μ)!M—Måý—6“íký¼Fræ7ÍÙå_u]ì:aUBˆ2à­«úV­b¥òÚ‹)Ö-äÄ%òiµ]‘›¥Í[È‚*«1¬Â{ŸYPÝtN]‚ÑÙ›öÅÊRn§Ú÷Y<ð0°Ùš?V³±§Ï­xRÎXVVÖ`MII1ΛÜ]üï?J ñ­þ«“ËúÚM–*JLøª–Ž^¥¶íðÂÙ[èµä¸ØÂä«Ï'¶ÈKöÈéó +@õGæý¶y{«m²Ýn¤'•á{zõq?_í4$¾Õ%û‘M·9ÛÜüSÚ¼ •[W[ÏÅy¿Kµa]bÖùW>”®_è¼ÿUÞ1ìµ…pZ>÷ÑúèŽÖ<¿žõCÂåèã‹-nÛ×;¦¶yÄátáì×2á]…_˱”®§w²Ï³w×Õ©B„+¹ö©\nØ£ä´Ðn±<.ÆÈ”‰«ÝÙ‰“ÜJŤì}>&bB-A9*ÎXœ¾M™1ÖÕ¿¢CG^7¸sç×Þ´]¡LZêP{´³éùà[¸­ÿA º(¯ƒek%gQâr„¶Íº³¨Ë­}&˜ËRO•6ýˆzôRð<íH$-×|³cºÊti3õD]úÚ¥n£{‰²9úRê(í¶ž¸¯W–3Œ ½ —Z©ýê³u£%mñZ r0&U­‚BC^_¯ÎÑnçhÑ­îöFX¯:_ŸLõ˯\–æ½KÔ¯ïRÞ6)ÉÌ*¿«t¸¢r/|ò^) -¥ç3QoiÌ -$Rt²;x4xä~Ô7‹Í΋Ù|h_ä¥R©¤ÜV#çzæ™<㫼ŠR²£¡×ÕKyåˆáZÕQ|„åª$_V¯ÂËå]åš²L>‚÷ l‘Pîš!ULìîöü?öû¹×µ‹Ï]2;‹Ôrž“4ê6û_÷3hZ. ÉÎè³Jœêe÷Ñ-Q¼Zõ ›ŒW"U¿‹]šƒ9«e'Ãöj#»î†xÞì1[)×Ùý„ÎPÉÔ»=·ô\Ó}Å-: ˜ò kveÿ•Â2|‚œ>ð>ÐtûK ¬‚îÔD¹ÜHx W¸DìÝÕ{KGJðV®®ƒãmí¤|Ú ªì 䩨lÏd0ÓœW‹w•QžÍLá7òÓ:¢|G|ÇSð¯`&iRn»ÓñÄ+TÃnn‘´Þnut8R“†3_“\b.#\ÐÞY¥úÍ|Hÿ½ÿÌ*Y»RÎ˸ZåmÐèÄ/=Oˆ1é»íËØjš£m‹Á«'o2>Åöî³Ñ¶bàÅrJNŒÆÑ3¨x*¯ûêr48«!ÖüYê6·*qjdÉ"”Êš‰Ÿ0¿M³ËuP‹JGë$­.õvNO½K0|8púõódÝÛv#%‰Ò‘Ý“c—ÿhMv¢¦aVÙ4ÁSÓ¨â '0ѾåÔJÏ<ÜF™¾´p½ x*?³ãŶ”q(b{™;èÊîùFüx™ô¥| ²Ë%ç´Ùܺ'ë_[ϯú¥5FÏöµ—­ÍxírônE¶þXÝCîTgn|ê¿òƒ¿ócb~î‰7Z¹ÍšBÎ3‹]Á£Å@Žý™úõmÊ( >Ñ»z•“¾ª¼¡h¬vQéÿÌ΃;´*™k'³ë(ûh¬†>ýæ#›ËÞšP>öÀËÏܸL× ›®âM·öZšiæRû2ﬕ4ó†t5ÏNÂ÷Øva~Vs\s}¤ˆ ;qìïç»6+I-_<­R<ѽó|Õû­e“äï¼%ÔnÐÄ>ß•„@¨yª50Ïe'Y 7rz NU(ßÜ(¿[ EéUvÝÅýgìéJ)ó1Ûkûi®êõ±CéÑÍR1«—MãýTÊ­®dÛÌCËP9;]ÛÌt¶]:Þ©ôrÖºô%FxóáÂÇ{ïn ¿{~j¶B;[£w¥yxi,§NÎ'/fz¸Ïô}e':cAèX«³pæS±æ»s°íûœîÑî™aß}„ÉÝ-æ]­Gb ¸Ìî Û‡êt_%z¹2èïl{Ì\æÎö9ÚLïÀð¡S*cÌù—æÐ›ÏŽ|Ô.¸›’«Jû,¿l†§±gu©±ÞaÓ6,+É£ÇǼqÔOoq¥®W>`g«z¹ôy~ TxEÏU[—J'Ò¬ ]8Î+ g8xTŒ꟨¦Õ¨D; zöþ+é‡Û ±Î•öÌÿ 7Ì$î󟌤ºãÌY°¼kóÆ4Ë˯·¾]û¤çb˜¬ ‡É ÉE~I;þ™ä$3˜ÑEÛßêÈÈ÷I—5ZrÑþ'ó0¡ø^/ÌÞ Ñå~GZ øè»´~³ß–ä7wÁ§øôáÈ禺ó—ë5 -LI=æo‘ga·JÄ%¢%ý~¿8ݱ©‘ª-AZB)µ;ÕŒ±ËÅÇ¿ý{nAƹ¸Ñç -1œíj>ßέ~žÅš=#ûè€Ö4éáîõúö „?ë[ƒšlçœN—>±fË'=n¯.Ñdýó¬´sy‘­°’¦%uòw'¤Q~£ñ€˜zëF¦æ}£{ª7µÛ€2ÍwìÖ“ærŠY@%8;;÷—Ý5÷ƒê>[*ù7íe‹Ÿ sãµ¥2vVT.בýk5ó–SÕtŽ¿Õô ê Ê{"qñJòÕ–SÚÐÅK¸ÐXq[§º4iÎݯÊv›[FmdÙox—’ZW'Î{ìUIjfæ¡´qÔãz‚äþ•¬6WL †ü‰Îê)R0ã -æf? \¡,­è^¯S²¹óŒuoµ‰„ïÝY~7àpSŸ<0L³?·éòq'ò4;é#°ïú𡕘yßš>/gã‰ÑçÔÒåhΉêÒ/®ÖËVIaç>nFî¢PP¬ûø6W=£›¥Uïc/Oµ”+È›Pß;,CŽuhöÊûŒË?Ä…™ùWª=wí¸Ë“¶‰ê Ñ#ªÃ œïU«J›OãºìA8iUòvnJb›AØÏ6Ã~ŠA‰ÆZR 37˜w.¸q&Šõ•Ëëë΃]¨·rP=Ó¿›À+~Õ!‹Ïµ?j¬y‹:¼ åÓÝÉ~3Ry›\ž6}ßeo>¨²}È7Á5ýyü\|PàP„Á»pyüœ IcgÐßb”/Кi‰[ÆWÅó_w¹æ[ÀZ¡"™¥«@$ÄŠíº1õTвo -ÉÁ vhŸ(ÑÖÑ †ëÔu5˜l××Îl²k%?¶‡ëÄñ qÌhT"q»XÛå§ð¯ÄÚý¹›jÉ>=ºnSûY”ŸNæ3çz)Jž`×3F7]?J÷ ¸£ì±GÝ‹¦ñýº†þ´zµÎ8yæ-„\$ÂãSšÄ¹ã™³|wEm(mÒÛQ=«±v¥U'J2XûP{w\N¹¼<¯= àN Zë‹6}ÌËIûpÿšú8Ü)\«0ï2£éÇòÅâƒmoÎBŒ5E`'·Ãª)ÜU<Å¥âÌêÆå˜Ù=Kâ—M|Gz߆0\ävó~ƒÕëÒ1X×hkb_=‚Ñr„ß =6¸¹X7õâRn~ÆZ d‡ÃÒþ7Ĺ[þրìl>üʘSÓÅŽ¹J.ýû«Ûu­Ë» êDÀ*ì–*žìÕÁ_laþÂ-¨ô(Ð[£Æ&îùNavù‚sb©5yÕz¹ñk´s1[ë‚°5~Ëttwm°¾éáã ˜/Í’¸»RçDïºY™‘¯æ5ŠYÔûŽ0@æÀ|WçÐp]¢¤‚¼’ýÈÖ-+Øág´YÚÖ˜(¶RûMÝrçz”WhïUöê‚nƒk/rûŒaœ7Ñ_¹ßüØXâí;¿ÚPåN¾äá¨Û×vXw×”ûp«žsÔIþ§½ýÌýþv真•¾PÅço÷ÝR¾®ÆyªÚ‚õ„uïóÜõ_ ·é:ÓÒÊh‹ÎÖ›òn‘_®f§óýÞ*Ôú!lÒå‡ÃŽ/™®µYÈÐçsX ó¶Y{ _±v®Ù!ŒÆXH³üAÃ¥ûþ>ÒÚ\.ß¡d63c}mdèæ…<í7îgÙvÚ?MkQ´w‰F}‡½Ò~²¹5¼8ÊûÎ}Œ[W¥m{$Õ¼¸ù!p×€+x6Ü -(›1ßT·F¹mýž¼aÚl1pù¼vö ­Í¤}1›GºÙš0´ÚÆ÷È_,+uÜÂnØmt{ͽ7÷Iʽ6³Úi•$^qOè–Q8"Žu#ã˜.߀]ÞNê«1èFp†öQgÞ’×åÑ:ÄïÅ ›¨¿mÍïÂÊÿ5ng—\v[8uÕ;ÍdË=l’ÔÍã¡{œc+ü>ºÆo?¼vâÖieó’ù–|±…Ç+œbåD2Ÿ|¯ög%=ÛýÅ¢UlxçYi&q­0_®½V×Ôë²ÔÐ|«R潇}R«k%“²:T@§«n{;;äfGžD/Vb¥žÃ*ü£ÕožŒ0îò/ç;*•p°UFÿJþ‡ÐD×>:~Cn=áÎK£¦jògÿ£šEdàÉ/JÑâÛÖµŽþõj?gÍÌ:ÁÃÏ -¾¥~¹~¶_W›zÝxR¯8r?]—´pß+úß[’DºÕ W<½¦6Ô„8;jé1œN÷>æ<ýLaâ‹-ìlwl>ùmaô-êØ¬§—œk”`dŸYð¢ªKýÞ, Ã$##Þv+&uÿnž$f^ʵ -¾åôä.$ÔgŒÐZÚé”õ •™úiçLGùÀö‡Ck8Þ»¬@ê ÛЇŽ5±ŒðÜI-èVÉŽõS,*Ó”ë -ìSëâõÁáÐÛ´rë|Ñeo! >®‘ÃvšWèÌaÕà —¿-Ç"`zã¨?Ïp~=b˜%òãZJ¸¸n€Yͱ ÁgØÿ½²¨Û¿ÿz=‘öV§Ànª=kâ+ƒ÷ì‘s‡ñX¶ü´ Ưån‰bNOrÎ¥}ä;!×ê,ž0¿§MÀXHƒ< ™ÄK²|>Ybç'º†ìÄ-ýõØo×í÷o_~®„ÈK]‰œ\±š›(Ë…ˆmÉ©'QfýT·}×”ŸW;Ç"h8t¹¾9è¼Öö/`[›N î‰ œ ¿È¹éÌÂÂú…ö_Ÿ‘ð\bWºdyc/9õ…¸w¹°O:>úözŽº‡"é’óÖðìn“) Ì×»Ç^Ók¯É>0.5Ë9ªíR´zi®³6^»íoå¨È·&þu2VÚ qðæ\÷euèyúظ‡ë!®/ -õ›ßpÞ –A-YÌÆç‡GÇøµóæ¸ç„öJÎ<^Qò¢ëÈ1FVß.Z>좌mÃSlýuËò™‰M&}ú8ã¯ì^zƒ=‰ŒjíÄdwVwT9{ËÑ¡êh5˜jÞÚÊY]ŠM¡Ï Fñ²Œ•Ý&¨ÝèÞ.Å£bAúº]{}­OV"­X;úÝ÷ȪD©œ¼©¿ŠÂÊaß4W\k£ë‰ˆÓ“û…|N³COöùz™µ‘â̰Ö_Òoæo:™ßt~–‚w 7å¬ôå©¥<1™ü1Œò¬àj¼È³?hFÇØë,7M}_iBÛä^ÆõØ\{*42FóV°îñ^ì$â›Ëå¢÷>yMƒ!Ë¡su÷:9òã -Ϙö[2LC­d SÕ0G.'¨jÎcàÍÔÒ‘-ÏñËõržÂ2ãæC¾ç®ß½’L~±Æe¹Ý'ú†¿Õ·#yÏdAš¬yóðȨ›“ìZLŽ<È(Ø=>gÚÍCž ™º¬ý¹³<ß³|ê—zN†7ÅM8.±#äµßŠ`ÐZºžÞ…”¡‰ÖÒ=Cõʃ‚ uùQÁy^! -O°üh/ûˆìFKòǪ3ûWjäÐh¥ß„þ•žaœ©ÿÀŒ((§·•õ¢öw‘Ü,\eê_HßÙ&HòÎv0ý‚b@'¯3ÔüXpN+”ïÅ€øí«DŽG1ã1 -}¬jX¿Å@Mi¡¿‘gúQ<7½ÌèP.uR}>ÎÁ÷û AzQ6ÚP`FðVêè -Ûæ|ºjÃÍ-IaM:¦ì Îi‰ßwò°äÜdûòÑ3±F~p­ì7[臩 Z¹Ï׋ÄÇgò›/xÏY‚ògû¡·»D.xW¶KâK~OÉ\ߊTc'õ)ü-OSð IWMÙ“ÑØ;¸|þ+‰§þ°¼‰öl\ñÝæbä‘ç‚ ^€ÍÁ}ï6@†¢ fÄÅ×µÏÌ/…À<ºíx «V¤€|>Ý&môœƽ”%ž.»KÆc}ˆ7(í94ƒj˜`h°?ây[Aß“ç0ô)¶¦!‹¾çLE¬AKÏ·8»›¯û °)Uûßî"ží7pžrÚ& -v!â)¦ü€j4cŸ½ýõ}ë# mq‹Y]µê3-Ïq‘vÌY~2-Q¢ùq!*õÃs¡‚Tf¹ʧœ¿úMt÷qc‚5¸O[»Z~hºpHøG¯µm’ÚvlË>šNÃ%Dj-.“M]飥ݮ¤©…ø”¹æUÄJBÝÈÿÔm0ˈšé‚IÓœ»ŸijƹÒÒl-_‚>î]B´×ä·âñ+ÕºYxL¶zGelêG†—G«žcÜí1$Þšçðú«oÑöúÇj¼k X$o'hnéãÉ»D4ÆæÆùXaÅó¢ä€$‰©°)‡-"‡k¥íN·ä›[K„ ¢eºo×ú:é¯Åýœáü‚íàQ¥î׎ÕØíÍ%(vîiBçú˜ÌøÀ¯jÏ £pøÚÝ÷ „Sº—ñå—w¸CåâO–w•ݬ¦‚ó+.G~¹cd¹²åœ3ÿ;y5^°Å²§ÎKE Ðƒ†—kŒJÈ|æ°”i@*XkÆË LÕï5 -–ÀûŠØ×übírbÊÕÊ@çºð|ƒÓ«\y é4þWd z˜¬«ì©&Œù¾¦g„]ΞúR/IkRÜC÷QJ½ßýzeCR.Âðjo—1¿dzQÐ#Ožçf -ÁJùÛ (NœƒWÚÊ-J²ß Ƙöyž ¯Ëœ·<õªù[­ê8ºGvÔ{Wžˆ²ig‘[³ül\ú—ß|´I81ÆYFö*õN¯R¢l‚CÎÞß]c¨÷wþr‡ç¡Í®è„Þ6}`n}MôÊ·:¡\³²x)R´»±ÛݽêÅü±°WŽ„¹ŽÀÕ´?háÉsÿ×OÜ68˜ÅAy[ןìŸ5X­`£ZÝCœL¬bו‚k½¶Ò»l¹Na.K|®œ¨Z/št£Åt¸£î£‹kô;( ³¹Ôgb×¶’û¾ðx0øWª}[ïŠ3à^ ¿þ5g0Zª-4;…j.“¸ÓåÉE»N÷Õæäxk<¼î-ìiZ—¤¯®k Õ¸Ò£ˆ‹nþå(êà+«ÊicÅ(¼.ö;•"ÉæóåfÕ7Ò÷S3•álÁ½¨Y I­çåú‡Ùߢ> oG~0Î^‘Iú¥±§Ç–ìÇýÞ±ùÝöCnU ·¼B<Ò-¯¬nJð5ݧÈnµ£á»õ¢C¯~Éܸ<«H€©8ÄØvÀž{‚àoÔUÁ_ -I±yeéË—2â½ÎšPŸœ§šwP+¯Þ3š(ؾ/™,Syè\jc%+5|ä®|°:Í¡ -ü]¨–˜L‘ýGö|Æ]D0‘O[Ÿ¸¹“æ£SþU|N=½WµððQbý¢¾ÛÀI¾) ÷þ(ïÉ‹Ú=ø¶ª;)KýR\UÜC€%a1æ/"vwÆWûŠB5+óû_·_qzÃ>.ÖG/]÷¿+no6ÞCƒ÷´á=@í•û”çb¡&§‡é¾w.:_dsu^–6]\k¾hUßþæËbÛÕªc·£›«N„‡K¥ñ¯„Áòadïƒf@Ójõ±ä©¬JVR4v¸HǦY4³u‡ú¹Ä1j›ê,^>^d«rÊF~r!<½"ú;1o÷‹m0¬ŸËµžÒÄ\©{«þÝ6ÿ÷^Wö·ÝÜnü -Üün Œý(t -MóH7öò×¢Jc>}uÝØAsd§„õ synƒ%¯÷Ü%Ä÷Àï¸×RGwÓìnzF$ç}ÞÍ-vïv˜jaÛæSϺ[ÝJÆ&ïù5ÎNÑ]‰¡¼-žˆqNÑÝæ»Û÷ߣK¿¶B3—"p‹º75î]éFëûê³ Îê‡[û\cWqm®e•L稧ì¤Ã¸NÇ·EcuzúnX0úä|NØì~,€,û›~!ш’±%ÄDíÐ9Ò!"„øMw~ªÀǸí?âÜN¡2ˆ* \#ω½(÷ý9¥Ö"!fõ’ÆÓðMšvkwl‚ÍãAòèV—º‹áˆ÷­/ÎÇ+GI¹ -W¾^d“¡E]C<©óÏÄ×Ý_ ×ßTú!R‘ºspÞÕwÉ2ik\‰³O6oA÷Uì¶2TæùgÁ)µ|¤S­åÌ&[Ù—œxñ£ú-‘ð‰S\¹‹áùøüÖ ÚÝ€m¯zõÖI©+O—‹£%³g¡„yg–Îyìñ_gôûV%ìÎÝn‘á%ÚµóÃ:!LRóƒ×ûØÅª²z·¯KûLÊ©ËoHè,™Eï†wŸì#sx Ø­wºMª3¢^#ä t'ÚÆ6¾{69&è†3a/ºø†?eN 6ƒ»ï3gTëäÂ7ŒiêÉ'sŸËâjèè¦÷ß„9—wèü¯“_ï -­âjrƒ=å&Gmu—¯‚ÂÂë¸uŒlß–ð„MïοYJ²,[€;ªôHùé°Ë«ƒyËÕlÛ ~;uÖ©º7¼YVtz[L³ýé^Ô Îam€ ðã \=%Ž%ßt‚{m2{N¼Få·ñJ4ðÃ$?Î"ê'Sän:Ìü£Mý‹z¾ÄÖáù#¿Kžõƒû› -×+ƒ¬‡Úäí££KáÒÇØŸðòFÂvíEF@ÂŒ‡¼¶»êw;E:f“>BzZG;ylù¢6ëÍ.«ä¡»E†”w›ô‹r‚²zÂEc1Á¯Äàå‹üâå#—_R[QTΑIžÊ˜:ô«9ñÌV›šØxø¡?ê?îœûé©Ï6,0Xå4øÈ©f5±‰,‰ÃõH7:‹Œ]{ëÄiõ4ß¶zÈ:„¹¨¢BBopžÍ.HÙ®YC꡴е‚x<¿5õ„ùœõA£Ûâ½N"„ëH­ãL’F: w«‚¾“§¨Ò<þ -E×M°Vr{‚9íìiKr]?ZvUøìtdž1'_áÙ#né$l[²}VP=ÜØYDX‘Ê9v˜Ç¡m1®¬…éÂMËߣ½$wM–¤§ŠàÖØÉrôÓò×WۚŗZâ¼Å:ÏI¹ŒªîùˆgTôäç#ÐÕÏ‹T\-,Óý OÍÜE|H•íY—ÍÒÁ8üµÓ®µ›#D¯0\y+oÿØhaµ,®øémþwBA@½dÙÓÓô*l¥×8æÎ|Ñ+Ô;™>c5ç5ôXxÑO™»P­¨ÑPzÔ…3þÕ0¶ëÍÎ394WN¬gUËAÑ,wís<Î%…s}Þ]˜Ÿ û‚?[…ÍšöØcFc»ô@Ó¹~c8»ð+²V‹BÞ@£ÃþדôÌc9Ê݇ۃ+ËÅ*dûWæÛÓ+§Ê|ûÍ­?êµ¶¦vg2ì×qïsòzþ"g'Ô³'øˆØ½þŽ{ameá²>¹HЯ™Ó‘ƒQú¶Ñïúþ¨“ɤΖ{)„•ij‡ùë&+ÿEc˯¶è{eJ: ´%™]ùð{é‰cq?\ôí{’³»ƒÎ ¯0ßW"ßK:N»77 ògæZñ’púÞ\L¤ËoëMÚ¢ü©ù5lh‡Ýî®!Þ‡”j -¬G$põ;ÿ•úñ™e¥ã3ÍëËAP鵞ñWåׇ)¿7ž‹x·_.õ•w»’ßc„о©[Tÿ†¡÷C¡è½_™`ÛàÕŒu’È¥÷<6‚.ýs.“ÒRÕ¥vÏL:Îõ_é¯+mNñÉÚ££sè=&f¯t¸9˜Î)Dw—d÷Jò.<¸Þ»+וi4$µ«U_yýÍü­uÎgPÜQ0¨>93ªl˜ñ‚LøsqE›Ÿäøwódîš‹ÈðÔBì^× dÓÍÑ;ÜŰ×]ÅâY‘XÛ1šÁ» -o×¥ýû¨73@ÆÙcŸYžÙNMÔZþØž¹é ¦ýš¸­ŸK "¬YYzu‘7²pÞFþԮėEÖmI%Ê¥>3AÇF§‰«ŽS_þÅ~šmÆ€ ¡ñÅxΜÌ­V4Ø“ò+©º`öÝGZ n Ðß”ìl&\æaÈ~µæ¢u±¢š*V²Û«ÜÔ Ž¢»è$sénè^ã;o|Ò.Æ´^T·ý³v½—Eø|}ÂÇÛp¢~tf…¼í2™“oôf.ùãºÜ>s°ê!]wµ¯• ÐÌ£–>‹f3¾R 6P^osP1_$½v%Ø~š¡í5Îc”»•X?_ªG1Y|£ MU*Š;EÖ/~}¡›Œ5“\«Ò…hdIÜ;LG/CŸé“«ç-O>?–ú»°DôOðD-M§½7‚øL -fäÔæô[tÛ€©Np° Ôê1XhAw3 -å<¦c8§p;£ý=Ó›š >ÉjŒlXWÊ»jAÅn¦ƒ:ÔÙ‡¿um'‚ÊÛôW…o§#FÞXÔ"L1ˆK;÷¥/)ÅÀÞ‡‹V¾¨?Ïš¾°+?PI~dZ‰ÈbñÞû]€ùwÕ[pbj°à="’^=šîbuûk–=>)ñHÓê»ß)þ½VKÕøÈõûrDÅ8Öƒ2I¶j ¯’¾õ¹­Kh<¨ä¼þŽ< -ïÕÚðÙi3ÊP9ì>n²XW s×j½8\WTûpQ$éŽwôä>øÒÛ±ŒEøbA™» ïƒðâøwç¶³ŸÃ Òé媤¸_âKs¶$î`ÈIŒB«ñÃòçîç_I›ªŠf)Ÿš­>)‚›,œšizÎÑÕe³9Åö”ÕÇ -ˆë|¹ÖiɉÓ/òA ÖJPæKEÕ½±I¡ïªEÍ‹¶.ÊóœÅœ¸²dÁ^Å,÷n†Jå4h- ÷vb†Ðð»7^;J§ørtbÅârëddïõím=t'âA7y‡4 ;û®~NÍÀ|üˆLRqSähÖ_Û­m…·ãêrÞŒ"½™í‹g2+çdçõÚ˜’î$‰ÆœÑ—_¸fÈ¢wSŸ{ǹ RgkS£ëÌ,oÓžx$ßA¬k¹xkC“¾zv>µ÷À¾Ï[z6Ìd”¹ÐæÈmG̼%û^–e¶šŒ2¤s)˜©s—OýŒíQU·%ÁUŒnŠÐ`/¹à¢|d]Üí©i«ô´ÇG×Qåç²vš0^dåÞy<=â¹ÅÀ…ÞgÉB«È8Ì#ð÷Rƒ„îVp&â<Ì-xQt.7saU1¶‰7¶ø›.•&Oç~9¡ÞOË>‰‘*nƒ¦Óì·ÏÞ³HzqCKÊ~e»ïõDãn¤“GÂö†DÉ£?xð‡ÊJS}ôpx(ÂÉå:Z© ·0ò¦ü¼ ûü8/d® C=Í=Ó}²DÄ´¡wê{(âÈáéïšõÀäó¥,WR'Îöà‚xv±Pž¹Fæq%´íŒ—O:˜“‘ß„ÃMIò%Ä§æ ºÝjuÍÚ7q%Œ®l¸ܜѬåî¬.?AÒCó»¯všÒ³3÷ ÌYf5¶ O”$¿%±0I¡Uï²S誦òNo¯?[•i§œ ¤Ž”:Špó±$ -lÓ1îxS«æáÜÖÆÎZÞiŸ(ÂÍ×çÈÎØñ -t+h¼½,%õ-éƒ)hQnÙœ›[÷þ£¤å–#Wa¬Þ™9•™~è•y–™Ý&ÑÜ—†æŒ›¢«Ád¬çíN¹ £\ç{˭س¹õ¹—G‚•‹n}žá{’ÍÅPf÷‹*vrGÍ1áë0¨6ƒªó›”ñ>ÎÌŽ ßrDoç~;{€õŸÀ7ŒBp¹ˆ‰b¾•Üî=ɲ&úã­Dl[á–]ݨ¤Ë¿÷ûÈ Û_,%Íý´ ;Ï4î7f]ˆÛ©|Ü]Nòkâᬹ­™°3[uu -æ+º«§ýÏÚ¢1¯w4L1«õUjcÒ!'X3üjYòðé”IZ ê ~Ëöe„{·hÇE\˜S·Âµû‹›lÊ;Óɹñ Ó½µ¹²O ˜Z¶ÍËó&+Úæ·fÙˆ‹oÚC+¾9jNm;Íyh uaèrï÷ÞmÛÿ¯TóMlë$§§ʽ ûK§YÕãkݺڻi~ u‚JÕ!ßÛô]I—e›+ŽAë»™¾ÜókssÀ©™âjåš]Š<·³=­¼ço¦zOOÿ•ôýa9¶ªÒ4–R¾™Yá=å–w]‚dæù–ÂõJmyRÍhµíþò`6º»–žŸÕÑ9vÇjml™`{­cÔ%~¿®gä‚Ô@½¢Ž¢g¨l™ŽnšÅð£½ÜyYsG]·ön ·R8ÅÙ -Ç-A8fA²aºíUzóš !æá†Ò>¥OjËJ1 7ųa£»¦´¿F¤ßï—·æÎ>d<ÖFÝ,Ýå{þ×nôÍ´iwß3‹cÔ v…}íd ux¦Nu'ï÷NêÅQ8ðºÍíuõçTïᷛƅ[>Ë1z0 -ß‹{[ûÖ¼5üaõmÿµŽèøaá 7Í-5]nw¯‹Û{M‹²RE®ô/~ê'Oæ{W)ªÎ¹¨·ØÍM}~˜¿¥ É,F[§/Ï7‚¢Ø÷×O@;|ÏHjoƒÊôųn¥³Ê¾/–Óø™žkeFã×|«ê¬öà;[øXðié|ë¹ÆåVb˜?yrh WÒ'¤SÈÙத¸7ó9ß™ç6£›žL.LñÔ·ú.ÀNÌ¿’ %'T¨~|tÓDr¤ap 4Ãh÷ý-KÌ¢o2éD ]í¸~*]qk4jE`3ž9È-­õã·qD«:æa¨\›_8;0ª)Bh:ZÚgºï¶ˆÊ}´w`Ü€uÌ„ð[m¡¥ÒÓûX4y!ÀÒMyé˜íªóö2øñ¢Í bË^.x`ŒÚÀh‰ÁQàª'åµ`d&Nè:OU(3êÙþ;En7n´n|ëû½è8f‰~†t<Ö°Êæínšcu–¤jwGJÑŽg[Û”7 µ’÷ Ö´)qN ?ϹxzöíÙ«Öuö_îC~0sæÌ͉۹­Á¿¶Á®¡;/SÐÞ=(`|üÌg:9Kï9g#ŸF¨S»ŽV6sG%1^îkÎjÁO¶<0è€3]ƒ™¿œëIÖ·×_ƒ»;í|КèN`Ü*ds1¥%ò³Îsâ®GmÏÒá@S‚ÞPÕ÷øbsøÎæHnÀm¦‘N]›šäó~`̉]·RëzØé£2àåm>îª<Ý¡ô×yeþé™Ö°Ëêò°þ:³|6? –c¯ÕÆpŸ¶¶%æ÷ôuüûÂ^ñD::+!õõ*AYp]qük^Üñ!pÏÃìN3¤ ®ÎÆæàI•ê¤zô…Î'µ&•$«dö¡Í/cð‰=¹˜Kr¶%Ξ¹5ŽN:¡ Ø£¹Ýy¹"θƒòs‹+NÂÍ6§b¢}na=”2¯Zb Ç=w ¢vnh½ýû‡žßAfú*BÆüy‚zÕ—AŽó.‹ûÌ-UÍOm ¥‘WcVß“ ÞÜ…~Ü#º¢‰´å¯¼lZ‘7èñV+Öì2ï¡¡t÷:¶¸™>ÈÁ;©µœ¨;F¬;ØÛ{ÿú‰Kó¡kPÛIž©W}=Tƒ¹pomÜÚU:iˆò¦;¤»Â¨Þ -ãÆfW°߇@Š}8ÀZ½‚´>ßA~ˆ¥Îés°j3h\½xüa AX™ŠYõ™$Êø`:„ìîX–/9VRMgC*w=°ñ7 Ý“ˆÀv­Á“•íœ4§çg -µ Xù]Wì,JÙ°ÓmúÎ1» -NàôŒœ6ŽKÒÿ:²Nõ -F·Ò0òצ¦ýÅœ&Ü*n$7­h¿é׳‡d”‡x³0@¿×Ôµµ"çzÓÇ×”{“.·¸»‡§ƒLmÉ–qÐïTJ|‡ÅÔaøwÒþf@aý}ó¥•]{ -”¬ñÍLSP~gYJj4Ö³6È1ìW&˜²{¦G™·FËàÆ$g>¶Ó‘ê_¾¥€8@‹vZÕ³u!ü j—ëÏ·Y7ïDëà}âc-ñ—Žƒ#Éç?!§×r†ÒÀÌL÷+ÖLñ . c?ÿ´m¯Û JãôßÒšûœc£dxÚöÍëØoxÛÆáÎןۻƴ™­ÍH@Úùëͺ¥—ÿÈ-….£½(ñ„Ó>¹L‘ÞÊKüüÜìÒ¥ÄzX„ž±I•„ú]”íe9^{W¾ ¤å\©=û§.5™ ŒV.iûÅÓ†ÝÖ1ƒâxé¥8jëf½e-cñ¤ ñüW"uàñö¯ºêxÅûõ€o£îÒjú„ÛÉ›B\ÿdiÖÔ½.ÑGåYg¬©aÒžäæn©OD{ØZ“^Ù8àÔ gN,þVp¿gúµA×I©Ø`·fQÉ\@§” tŸV½“øÅ©®,ç_HS,{lÙYÉnüê -çWí?ØÍ˜šäžëœûE·eèä¥ÞÓ_{Ð;K(:†Œ†å¿wM'«†n®»‘¹^<(Y«BpcX`uØF¡ÜÉ­ƒÅöîBê¢yõ‹á°í°¾Ê¯P'6t(G¬‘BRP cÚ„ ´º€DªeZ)¬œgîæï"¬zì†y³º -wÕ\ sñäARå}7ª|?öàáC9€pe6烛mdõ(¸áª8ªn]zêîÉ·<_c— ãúûÍXe ³aò:Õñ¿ 3Ëä l:ÍVýŒö;ž×Ÿ2ÚÛÐ~hhp¨:œZf…gØÊ¬3èˆJYðT*¶ì—÷z2ûáÀ šÝ ºìõîî¯ãg(WQ0l|Ü^ͽCqă©i%ÈÝ÷Q¯%ôÀ*¹•4^›£(@#¨ 8dÔ¸†i—ú1Û”×ZÃ`#tdàv@©~|í¦þrW™‚èPÏôí~î©·i>`8çߊÿ1Ï+?71ENM~ƒòw¥³¸‡ž;–è¯òB´Õb¼ kÜ«Õdˆ¶g|Ÿá'¨o½6^U+öß½–>P‡ê“íz®þÿ]ÐÑmöÄ×k½S[ÐÖÃg³ZcÉk8Õ±ÜàæŸUºÏÃÐ,.¾íÓ¨q«÷oÖ7YY¾˜wûµ 7ù:·K§èõ¾-NÉ-{¦†ËÏ]8S6¯%/æï’º¹ ®MeIÏÙúÓÔÆú$(Ï=¤YÏ™;;w‚U_Ð -¶ž=÷Îè´z}µúEˆ©^ÍÙB mÜ\ŠîJK¦Ü Òó`Ö¾$ã£U’kÿóÔîÿJ-©¿ls?>ËþºÄíQ˜;£sñë ¬Í©¶__îKn¼J÷Ò’!ýÖÍ›Èxóú|^FÚÖ„+ÿÔ6 -Ç‹ýaŸŠß*uµf5©wªgNÉë· 5ìì®î»ùA½Š:'yŸ×ÀÕÁ€3ŠˆX%‡¨ƒ$æÏŽ/¡=è+ΦUï—¬V»¦®Ü`ææ2b­ˆ§Úkª(ÆÙ£NíÓ®Á¬’ïUÂa¡dËe½ZsnVäÝOr«bëá>ì€óË¿uDK¸"¡G^ì¼Ãf7r`Þ_ËÙ$ï{ì]Í5!Vm˜p›VªôW·±ï u:Cåúo!Í^ïã2HÛí34ŠþÇóyþÐjÀGýSö—å€M‰÷ÉÃ~}ÀÁÿGg™ØºáÜE8lfff;ÌÌÌÙÿs_·µ%Ÿ™óM"K¯9ܨ·kÑìQM"éä…ê²vÓãeiEÆ—¼ÓžÆ€ÿÿsý8eéÛ‰Œ{Ìøï©žMV`@‰²¢ÁeÑGK²‹ÇÄaLGrçSXÓ›ÿF?yéÇÛãu%§Ä°› -òy›;á¥äVKng}ïð‹†Ã|þ×+oݬøgÇö?øÁó@$wË;Ûxl©PÁTÝP½uÎgæ«7z$j-ŽÌ kE¯n£Ä"«š’Ž> eÖ'K‹Ê#¹*g!RA¨ %´:>“Êì[”l½1— -RŽ•©íÔ¦BÊÞ ¤å_‡l¥_NᘘDŒõ‡6á@ØRåÌoÙ冽ʖâD¯á—s Ͻ¦ž3(CØàdØØ³Š±ðï×QIÇå±ÎêŠÛ -èè%Œr7™=önbßÁ•žõ’z1–é…?®© †ƒ´W¿Heö~úй%E÷þ5.Iæ^i™]ò+QW¿p~óÙúM¬\—9€à0»eçJöÖ$òybç.ýâ˜tu\_Ñ×£EÏ endstream endobj 78 0 obj <>stream -XÊ“AÉ/¼ó ‰‘N…è z^uz~ÍüϧùJÑr©‡ßãÃ:ØTù_‚»F)»È•aóÍœc9G> ߤ‡Wn›9" ±g¯»ûp*•–(v˜˜×`;|×R©27ɽ…ꡜt;‰a {XýÞŸ„‡[ÿGÕM¼ÊÏH)F´þ­B•^…׈s™è/v|«ÌÃËŠª¥öŠ—éaoúŒà2½Jòoµƒ?©Û5Ò{ñ8FÌ7ºÚ„ÕŽ:£ƒNkwV›&šÙQÆ‹Žç}Šöz<çÍ›µqLß@22Króô¯1‰9j|¹1†ì÷r[óšn´òÄU lR°6ÛŠLõäG’µø}Ú?Sï”! W#;ÙnëCº}:TþÖŽ–I(©Š Íy|l*æq¯„­£ó­õñ®¦ƒí Fn{(]’HO„QºåQò‘Ž0ëm“cjô‹„:Õxru¯-“cäÜâ¨ö·—F°µzB S%Ú4˜*t8&dœÍ¤S$^Ϩ¸f€£šïïÍnÞ¸lÙZ6õ¥“íÙ•)T§æ÷ð¡›GbÄb½êtäñ,ÊK¾Q¥•ÞõºËa¡ýTv£v£Ýýu‚Áªšu»µâW˜×2øÁØoŸ{’~RÐ"vvÐB¡“OX8þqÈO°Ê• #ž˜yzé¦ÓC;Ï:8 ˆ±d&üéŠi -þô]ë=¢NIezìr¡Ì­1]é·S®R dŽ¾Ø´óy†Ø8Ž¡vV_LwpB´5ÇRÒ!´±Û_¡¾ ûhxœñ±°íÛ®¶[ƒø)Ty`÷/ç×’f­é:„1®·<žìºY;ZÔ¿ªk›ä¯çPy˜È!\vñüœÆ"ÝÞŽéO´ÖÁúlëfŒÝ¬¯kMÃì¶ -— 5oÜÕìT-áØ¼4ÿúg}IZÖ‚Ý­. Üøp©Âmó¯ÚD­¸ÉZ'úu‡À1;µ—ù;ç¿hå#§´Ý!vØieJÑU-Õ.dø“è_è˜UTP&ºrôj-ñ¦s!w|ÌÜx­÷œȭ.=ÐÊaÑ‘Û|˜>ÃA¸úçn–ŒWŠv.ƾ¿BâhªÞ!ÿétbj¹eä‰õ]²rG%ûq¿šIézG~õ_’v†^ -gÁ¾Påõí¯Ý4~µÎðÛÿ¤ñh·:Dß"­<àb–{:Á–où­•¿•y!Æ6+¾vªGº®4Kë@žvk’œ9¼¶r§Ôß\°’×öó'‹çV¿ÊuÌE½¶º5ÛŸ” ¶NÏoÍÈÆCmjXi\eÓÞÀÎh—œ‡5mƒ¢e)&`9cÿ-ÙäNqxj½p,÷Ø¡¸E}íÕÎ˵gÎz}.…Ãø[h„+EI}²ÑhU`)eUµ1"ž¿òR»5Bc¦2[Mxá¢ó[ kÐ\ã o=£Cœß¹aš|”ü©Ih>ø|?Ûx½Ÿ9À®)G¯Y ÖW ­€ªvÞ«j†oç?Ëvñé¸_䊺6IUvÐÀÿ]}Ò]åX®xë[pcî‘d­¯ót”Àœßh’ŽZIî}wEíe9éî}SSw]¹Ãýȼl» öÁdr€åÚ–0ÅJJ!1úÞ˜YÞZhV…ÖnX—k_pªH•›ìÔQ§+·eÆÌÏGýZÝ଒.fW¨rÕ@9k7*×ɵ[…G¦ör•ù½³ r¾Fõµðdïä¤£ÃøÐã(ù‘{¬‹Žr%N‘ÓVkº›£ê“}L€ëªI&Mvt­—££pxÚçç[.jÌö$ÊɈöœ -ÚkªBeœÅø–?Ìù—n®¦«·Y{Ñ´,é¹Þnè¾èNÏRÂ寮%ÏýùÎÉ{'sÁ-—€ì:-=Ú÷JýUþ…-Å„'w­¦ÛSC,¡gg d.±ý£zsÊŠ[Ì'ƒ„d̈a{vÕOî­ñÔNU‹þ/6‡‹ÇhÇz¾ÝÄŽ¾½("3ŒÅ@üzÅŒµnzSèþðh¬¿Ó”9:Ô•ÝHTFÈ&[I3Ÿ.A•ÖýnZ=º g»³ÖpSZÃq¸Ä¼réQñÅ+ËÝÕFÚKé8GK^µÚ[ÆÓTo³šý«ª%Ì7×ÉA3´|d{Ä¥™Íý1ióÄ÷†µŽýk2 ä¥^?`Ë|ØŠlW‘†9äŒc¨þ¸‡V~ô]ë¶bS!Ó¹®3‡=B‚¨]6™µ{}‡…*·ý™AÆÓ à6ú)æÛç;å= -𹕑èmü˜&ëLpuiŸr&…¥s uÊToFd-åbȵ´°ù:v²d>]º:ÑÝîÑÍáoÍ•÷ò×ëâÉí–ÍÊ1¾ß:êJr™:äõ¬~7XšP¸†Œ¾(·‹{Öm¸ wj2pÛú§ç‚D$ÆÝø¥!ýöAY€&cøXŸÑT3÷X¸åô dŽ ¹ºîÈfÉA%rÍ#×1•#µPš¾ã9^xµõgÅdîJäø®7R]¿{÷ÐUûN¹ð)úfoðÀzBCaÔ6 ü<ÚÆ~E˜ÏEŸ‰lÔ0aæYÕ6Óx%4ÝÓ!`÷eéöáIÙ§ApÄuÊìtä]=t«‚$÷ºO<::Çàí3¾åîÐNž{7¤ÁuËç ¥`5îïħF1VçÅyÌb:†]“áÛ—¼¡‡Ñ½îÅåë¸Äf 1ÛbŠ^rï]±…Om £}½sÅÜèñ-ïMpPš ò¢F³^·cö…ÿ«’déŠDIúë»ÇÑ„«¤°ŒŒó”ÜuÿýMê"û†Š¼‘Ø./{rBó§Þ¼·Lùt‰: ýËfVYä;ÌÀÄи[œ¸×­ ÷Çø—Þá¢xúG…¹¤îù®7Ï–={ïr¼âL´RÉœëü>¢2tíÔ›|ÓpSèkvmp[’ôm…$õAÜÖ_À¸Wb°×kŠ]?»„ÓÇßnÀ­EÔÒ•`5ªYã\Ý7-›èêÀr8‘ÇDgŸŽÖ2;FÕfú Ÿ§É$´r;1@ÌúIm©N¼±‰ÉOzÝ®šËÒZ´½Ê Ú·dûVãiE(ž~‘,-k¤.F^ŒœÛ—kµÿÖIþíp©Å°ká;–A%îçÙÖ:\ûhºFÊZOfEyÌÎ6ùŠþž@ÎÅŸòzÁÓæ`ßÒ‹«Š/€a¦ùÄ~ßÍ·oÃ’€¢+{Ô ¹Ë×`‘/ϯ†lË‹Ô)Ô‹SßàL®c:èððM[”‡ÎJ¨™üfÚR4mŒD"Ÿ!«â*µÜnùóÏ{IñèßË}ÕÐ"[ ‡Hš_«mÞýYj¹é+³‰QyYTûw$sL_t¦ß·â¼‘¨OÄNæ1àòçõ…sŠRT_ó§÷`ûsÁÉɪ•|m5EmÙuw¨¤“_ɼÀN˺ý;’Óî “ïœK]o5V2ךvê„çÜqÿÌõ:>òxý½%I‚¢°zšrÇ`#*oãø_Õ°¾¥¹ç'ï÷GäD6 Ë"úþdX‘:ûô:³Géq‰”×”=|®a]6ü•²¹ÇûS‚Ô[hk;–[:ïS -z¯ÙËØN»K­šJEFžóYËZ ý-­%4äêNâ,3®àÈîà¶ð±åM ò N9¼Õü½ZS/¨>²rÔºUnº6â®&ÿÐè(M¬Ô4ŒjEŠåÚ!òZÕ†íÞÍ“‹1ª^dð(ê¦wm‚jFG”#·òƒV8ŒÔH.õ¥¡®š¯ã:ˆœÄÕmYÿàl¢N®÷wRšÉO«‘̾Ü÷ ÒqÞúÊ_z= ·ÅBqcž㙼¾…Žía/šrmWi,éŸtl³§ËZ^¥ã®öé¯Ò"Œ9¹?J"ö S¤µG¬gÞLéÞ|_IxëE»øc £îÂëÄŽÞQ|î}U¢<‹‹üÒR¦ý¥ZÚïûNúQMî»Ut \ÕoÔœ¼Ü½ª ‘w«Àjº¡FûFÌzD(IÜüFºH_Ðûc±´,ä0¨â>쌥ö²^ð×'vŠþbôc$ká×*ip³÷^B—†‘·j#ÆjûG™î®Q4½]Ì·ódªK4ŽÙ0#ïà ¶ŠóGý+GóþÔ%JÕ܉<Ôê^”»·)«ù« þçÃüÀ¾ép\çýƒ­}uç["ð%yÎ\„ÛÖƒ…„àűmß¾xˆçëÄÃÌhètËïŽÑË1ÑD[Hæ67zEq‘M =žî³s"èûÜ­Ï(Ÿnôfܾ¸;ïn+ Ô?¿‹,½K“½ú$+ç4%ûùõ©l p'YÚÒåÙå>øZ%åæãëÖL·Ÿn¿ßÕ%ò,YyóŸ{1êMäm­•xÊÛWå4Ûmë¹µÍþû„dTÜU«2^ýŒ}:ËÝAºÎû¶eX»Ë‚b;ü¡‘Q»]æl‚ÅZ¹—¬ë'כǗ:4ÿʇأëeoUYÞ]…dÊyÓ|ùâ\jçñ*ÑåU¤×¢q€S¯ž9¾ËÇ@žòçoNIð ®(¤ˆ{O[×ÜpS6Á #Sõg³®¬IÏ$/ÂhÌæ¹7åð‡¬P÷†UïÿÚ¾5Ùblå«ÿªNÝ>Tª? °{i1ñ¡`€Æ«ΆÒ-¨ÚäÛIåÂ1i26Ts³@kˆ.êÖYM$ÏRšÿ—e'd[;_Ún?ä¡\Â<ÈBK0{6ÿUøÌìüÅV^†”Ár>H<ÇÖÄî,âY™ϼ”:ÀÚj»¢\»H{Çž¹l“È2©Ü W‘9BïuR0ë2µSA™ï¦ø™öOé|Ñ`}ý k<ˆ“ÓÚß»7rÂ~÷Ua=Yõýîç9½Û'F¿}Y¿¥ÕBû–Íæb9ÆÍ¥y(³Õ÷š§«mk_Qà±¢åf*v.lšjØdŸŸŒS[&^'éoÞññ5Bò Ö¶wÑh^ä‘·»çºÑ—»Y®±2ý·Rxh%ñïçF—]B.åRú±QÖGTaÿS‚1”}®ºJQãуêÛòý?èù½ÖR°” ±ôê8´ƒÚÏ+A–ƒ&tý”o2zsÓÙ»ü¯j#Õõ&¸‹ˆH\=ÛÅö#<ô÷dn«ñÓ§`@Jiyí~׋A?2Ø{Rv¤W$çmþÌÞÚO·ÐA”¹Id÷•F=€¨Ê’&çJZ§¬¦@‘ø0ÜP0SèŽß'°­©`4IÆî¤Œ/ÌÎÆãl”]=¼dŒÕ ð -9'ê¿sŸƒ=gЯ“»9Û}ÿë±]0u¼×›Á†$@xZ¹Ä÷ÎŌŊpª ýãäMhäÚù}¨%·Sî_O¼¾ áÕ(žmçè>ÒíàtxÕæ~“^Õƒ -Ž1ªò™™oÁíTÀ\>„ñgRr¸)=7ŸªD8vU£ú“Ó½—úã*ªxÂÁïpH5ZâÐÙølÑ1ˆ•óîϘbzz>”PÂÎü7 -¡Ê…³ÝPoý)üsD ´zþÂrcÜpÍAƒÿWFR5%-^yN¥Ò¢ üØ;¯[É~Óãs>s¹ÄbG?é²`–‡Z¶ñÇQ5òòôZãx1Ò—é+^®ùt›±ï勊:!ª°±,/Q›ØÂþö­0ðSajQû±‚}wù±ÞëW+iùoÈöš•"±½^ÕDµê3gTëZBXgFñ«·5ÜS~¨Ó’tsâ6¢‡~…v˜L¿‹ôSÂ(ºÎAæºÑåP:ZN•‡ =õl¬ì †nåRM¤Ò¦2::¿Ë¾Ãžif›œ'Îã›à‘XÌI‚̈ûùží8v!À z®s)TÙfd¤)ð+éŸ)¥Æ×ö$7ÜzËAõ*hs…È4xTuƒÊñ@s×Î%•ìÒ[EOÓ¨û&áEó콑¯Ö:–®/8Úó­§—¹P­wÎÓ¢ïO¿Ó–´jØ´¯î»¨Ù]Ù¬•ºyM¦Ã¨I,¦øÛ§¿߯¢QåBÁ•‘Æ{îÆF‡õͰ’m–ª/¿‡Û:QÑ ;@Ó|\ð{~ù-Æ‚ÐÓ{ø:ÍÏTÞ­½2W2të¨ïhOüTåÈwJ »øNÏù`æ$®¶ ×WXÙ¥ná¢Ë5/ -#äï†ÈÖüE×qÅIæýWÅo@ -z„þ’Ãk‘'a²JþóÜÆ"¶asæÊ›`†ÕGø](J¿‘©öPÛÓA¼—iÞûÝ$ˆZBpmãÊìMçžù¹ÌB5pïhl5iWzþ&¿YuÐ{H|H¨ëCО%Ñqvn]õ'ÍÔ,0~5p¯’]$ÞØ2Ç ây¡³ -f@ÅÄÏÞâç»É*ä£þ–÷M?¬a«(\Çœ`bîüï ;¬"ZÞAGÖ -5|¤>P ½“ OL¯?»²ï 2\7(1a÷ß—*Áøs‚Ñ6p…´µ Biû‚À!8àÃ÷ºw­[ÒB³y -ÔyõãM’øWó%QtlyÝò dYc&¹…(Aõ0Iñó·< {«å1X{÷öÙú&ª?„}hÁ¹1Ìð{øBÒ=Û-_K !K2ð† Óç~ÅèYddß.m›cn^EfÝâ‰èà2W¢=¼‚—°Àݰ}/ZgmáäEÔ <Š×¡Uäß1‰j·Þ;KpàÍVr“é@Ë{lF‘ë7[׿<{›B•xiy lÑÒá|Ô?F¯5K‡µøÛ:5Ó–õC\ È>r?@ H¾°m¸n;ܿɸùj8ìcy¨Ltâýýz£E¾Å{ “$ôþUÁzú;~üˆ:ú•¯«'êg¯–ɸúÜ>‰¤r2ì<\ylz3˜ô'ç©Öeû>] -{øu‹Õ“p°hè‚fá-ÆqoUÒ‚ïxó(ËyUÐE2]ƒ–L3L3+ÍZBë›SðåÜXÝ‚o¼»i8é{ñÅ&Àç8N[Œ,C+u{ùKˆÕ ®5ƒ†T–m|Øã–j뇥Ô_¸ï\r¡émÇg¦X{¬²Mo[îÒ&ñÛ-†—Õ:^rÛUxçýVM—Y°Sg[¤„¡Çh‹×_ª‘E—Ç”–Ñ3×f÷­ÝM‹ýŽç©Ô¾N4º)Ä¿*©hÔýû"0êW?äXU^>²éÑ`-W@t1>7ù•G5vÏ*ç[jZS$#Äk±Ì¬ùÛGh}´ Û÷èv»•$"µáš­±ß.…ö#qc cx_-(EÎúi7ûµÏûºÜ’ È•ÜFÖ®†-Ùm± µ%õ”‘pÚ¯z$KR†¯£ì2¼Ê­òh<ÖAZÓ™D’¨žd¬ÐþÀœÜ‚I½]VüàÖóȹ ¾†gð÷)§ùUh„¤Õi?ûvý+¡¡0"^)ÁË`)Èýp^b«ÐOÔò°kíð',5Í]éM?söÝ@]èýU©Öu°¡~n0Â:K¶¥ƒë`kÁÛwš$åˆ×ú;T]fh -¥n@ÙG®¸ÓÁеZöGnöRÀða‡Á9`}øÙ«z玶üÛ9¿áù´aá“ð=)ï¹ônâµëWèK‹E²2hÉ2QxZ áX¸µê²2‹K¥©à'ä‡÷·n+†àÎ̤f‰õ³4ˆ+×á90ž‡%I"fÁüѯøÁy.ÐÆ,Ţث„ZÖŒÀá›B¢cÏ€¼+ö+Z×éD$ýß­å»|úâ[£Sh/ö/ÁîA+%:H€Åh8ckˆƒZ«÷Îî'xÿª•Õ¿•yLÇ"úqZWw¨”©øXönÞo î ÝSµoº k–12%N×Û‘HÑ#Ir{ÆM P´aáñIÝ©[*¸Ì(1¦®åá¿j´W™,ÉgUŽ+­‡MnÃ[}aå\êüC9õ5caÍ™•,Ÿ9Š5ÖÜÊéñA‚Uê-ˆVÏ¢_ñ/õxŒs¨Š±uY}“åM:Þª®°« ÿªz଴Zã^»¸Å!ï_¶*?‚L¦¼c=‡Íø]Û†FCG¯]©qrÐÔÆ9™&AOÚiõ¬‘…*È8:Ò0é~½çß[‘5÷F‚|ÁÉ_>N`FnŽÆjÍ‚28ü[ŽMEÔÚ¦oç꤫Qx+:UÓ“€·žSÏ:"|4ý ¦^y\|é²’£Vž /蘃“(òŒS1Á( ɶ·ŒL4ÊA.ò^QÅy‘îÕ‹“*!…øÞ‚·#emÞ¸òBP\ü:Šª1ü`UÆôšÞcŒÙÿV¡ën¿†Þ›Ð­6£ Þ"b¿Tå=VJ‚)[uû>øåwCªôýs˜ëKè/Úk„yy†w ®(ۓ‡±]‡i;G¢š)Dâ[Â_ôì‚öœP¢.œÃ¤ŽÄíHiDQ²BÃŒ~ÌÙÛ©6‰†¸±-Lï[h ‘Äï¾ÉÓz8.&aÅÙÕ¡e¸Rºh{ò“h¿¾³Å•YYÎÀ9¾Up9$4þÍo×'~®éMH}—¾OŸ«xO‚ÐØ ½¦8ßd­0yáÌ¿*ÒRÐK,nÛy8ëà˜ÜX".©'1Øò .v¦›J#–^1ûa÷Ø=OžµË$¬þ¢U™æxú(ÊV€i4"Çï–͇aú”¡Ëø Ƕ¸øû^lžï6Eâ_º -†éÏfW¹dÜ–œM´ñ™Yäî ¨cØÀMPx‹™N-M¼:Ÿïí6*%©ÒyWᘄH¯ªxb-^·FGwÅ@ùXý&9x…ÎÊÿ;/ j­é”™ñÒÊ _AúY'Gܵ=²§üdôBy8 ÜQwÑK,g₯xqõ7rÚ‹'kC•dpqÔw:ž) Ë¥›‰a.7H/€u­PåÌh/ìvðR¼-ðÚ„=»1eÒ‰ž-}¸ßmG¾c`Ýx\#«]l†a㤳8Ünöö-\Òe³31Cõœ -8k¦e™¤ˆSvÙº=äÿóÄå꺉*þýç³§yê„}C VÃM£þr.^[冭ào\‘`âë¬8÷WX Ð¥Ú×òJ]’OhcúÁëJëè«Ã:·;T -¯ð„+úË@®%qcõ·øÓn…Ëoâ§XÒßå¾ÉÝv›µ’ÞÂ93úÔoz×¢“ºs„ˆÃaØöGbÛ3ZÙ£Î/6ƒ9²žÆ¥q» ÈãŽÀ%š<ÅNA°m§U÷š±É'VÿŒp°Ü±üPÌ“ø>ÜV¨ ⥀êë8X¯ž8¼ ~Á7ßeÑçXÁ7ÆËÂÅ Ò£~4~€¸·Í"r¯ t_ü¦KAáðE%ÇË -¥1B‰ÿ…¥sŽ•ýýE+s%LÂ5=~ùM~K6*ñ›r”¯Ùä4vÍȼƒH‡9]4/‰ö~€7ÙsýAõ0‚b¤È³3¤¢{­ð±Hƒ j9‚VŠ–ÏE-àÉF”ÃÈß‚Žh‘R§H¬°2(yÕZ´Ç*¶øù‘ïÙs5æ7â-eÈø2ŽõŸE“úÙ#Ž7¦«npˆÜ‚zþUÑn0øÅì²ÜŠˆÙ†Rþ´‹ëÀ'ˆàêo#¿Ç+)š]1Ùf¯:5OÂÜ,E¹ÏÏ©`”–ÖÌ"=Ÿ†8_VñºÎ#x_c×q¶¨b,•|æí ƈ6"59zy7ÔtKÑ­ßo\§6?£­j8³À‹ë;V´€GÙkëÚˆQ¡P·ÂIã4ÙŸu0 Å›ïTÖËDÃ*7~yü;ÃN«&%¬uÞŠ°ƒŽÁßôÓ½G6ó»åx–WW¾,^u&ÛW'O3\<×Ì{â{8 G±Ñl·/Á±>´ZC´8`,‹üýhÚ[3ùSex#¬Þó¶ÈáÆUÄÓ“%9­‘õKÝì…DÝÆÍël±UÒ߉8ź£ÀþµxÜö|8n¦K£¦Ül†7åÔFªC8G‡½YÊYµ è_5ý\Æ.úû’]/˜|ðd[)0Jáa€Þ5>Ô/ËÆ²ºqÃh,šø‚õÙµ‡ßì9ÒþªTg­Ö\Ê7í¬ò^œñtIô“äµCßH§ù² -U–¿X;~Ì;†ñ{hWüQ7®D?îHœWb5{·HrßUô©¥çT>Ó*^{`¼¸»Iï5©x8ùÄëkŒÄW0õðÑäaÅ359Å4´¬ ïDtâ4[‘…*»ºƒB¼¨1Ó|ž"Q¦Í©J—Å—Ñ(kþZ\£`Ç+3x{00õÉášëÖ½[%ë à,ÀË*,ˆ‰¿™·“œ À“gPACßéå_Õ»N§{¥$ 0¸>µÒ™QÔç}:¤ÿtÙõOöP|ä8µÌ«»°T*m0K î9áwXwc¾¶Wå›_/°_ÀaΉr¢ÏÇ­¦ÜgýÁ¿ªß òšBª¾ÖÍþž'›`ü»aG ª”·ÈúÁ„øŒÆŽõô’ÛÜ®g„¾I]ØKÑk>gÞq¾ê{@=*tbwuÏým½ÜyëðÚ …r¼ciW´‡Õ0„8½± Ð¥´ë|;áZljâbËÃãñ>‚ÑÊÚ¿ÕØ£ëÒ¨Miáš*ÌFm¹½ÿ‚Á¸¿îÔÐû0òk÷ «à¹jKUQcè`Í\ÂÐä¹ù|R¥ -°N÷¦ü#þ…YŠpê°“«±ÖCŸ‰ºFiœeIüaÐB¢â¡ ÍPyÄõXb£z7þ9}1§à’£)îAE®dG[H -hÍ&N³ -¯wöœrmQ­¥0íéYV·ï^œ^¤ŸÞœŠ[FÈ¢nܰçSë2èzè¡"÷ëÞ™dš×ÞÙ÷Vs;C}¸+ŠèÚg÷I.‘h‹19J­¢-©]Oøñ›jà%™Öú˜Àñ÷$OÝÅS~;º`’ÄèÕ¹™Ñ’{…µYzi®®«¦ƒÍ­½ =oB׺Ü#•Ý¿ªÌn;³LFn5Tü9£OˆYZ•uÇjº¬ƒÞg¦Љã-(qœßµ“tK}®ÊŠ}7´Õ´õCGì²üIk—NSƒ¢Š“—¿-Õ€lš€"ñMX@"€œ¤Õ…¤9x|À2>gãDš2zÔÑሠô»l2xh,ûÀš×Ž¢VÏæàY–ËÓº±™§Ì§ôõ§†¶¤]L`ý2ZQÍõ¿ª»š½cÿ5To©úÏÊÞ‰WÚ´.î/²t½B캆å¾Ú`­Mv,Ô-i0 yý5ðmû”7ï¾è"Y¸Ù|BøòoÕ7~Ûb¿ŠÓúˆ+ºÓðh¸ïkIÓËèÉ|Á¨cýÃ𿯳´Yâkûþ‰>Ö¢Òè½ïqéÂÐy„V`ìáKŸïkn -&0ò³,|M¨ -8mFV1´PeØ ÎZ†Î~:§Ûˆèq¿âÇ•çÕ¸,'БròÍ¨í¹¯áæ -ÙÌ¥ KD‚`µ0ôøçRF4Qâ‚§L%šÿž:pœW$ãõõ ûìÇsr}Ó´£â ÿXò—ŽýÄïh=3€`òºwcä^L)ÕÇÞÌMŠZHɉNÖÄŸ|U@…ÝP{ø¢ãëWUœqÈ܃¥¾±Üøü¯ZÄ&È ‘ߤâF{rõWë_8A’©`îo¼ßš/Zaò÷2Þˆu》p6ž¿´2Ñ;JÃmn²Kl¼·µ*­§ ¼Ðœjß7Î¥#öUêÇ}1–~½^Ž:X`Æ÷óчH;3âAÍhCªèL¹Xîûké&7,ÚrôKVm‹¼9‚éìËÑì”]|ïþ Ãü7‹2oòPCúõßÛ(æÖ–î>þŒÈ][)ÓÞµTþe5Ä—ÖT“tfÏ {ßhkþ‹â/ìœQz4c|õªz"˜½ÁM÷ ¥= {Ó¿Ü#ãºlj¸ô¯ª‚ &Éô´ìkíMâ†L•N°Ö5w˜ ôð'&D«8/"kCŸÖ!ñ»{âõYñÀïݺœCWŒú·½Á¹^ÓÝÓŒ²Ømºâ¥=ñ³/œ>f”ÅÓœ¢ –&XÙ·ÅÌËÑ IídÆž´‚Ê1³[HÜ¿æê=z;„Ï•­‰ÛÖ#`*Ír±îêg×+̉xdU\aå¾èï ÏÕ¬ÿ¯êtÏ:æ2&Ïe»î×q“Ðç_Üô)}¬«×œsMx…T e¬ÌŒFÞY‰&ż?,±,ίVŨ9aN`:ˆgHȉvíØëÜ 5À‡_ô}ˆ¬@ºéŽS¤ØÖñMn"ûWn<ÐmGéÛå•uÇÏck_ÜÙÚ_9ããOwîv™Ä}è·ò~üôÞ¬»‡ªO È -2P¡ˆïxâY[-~]/2rù<µõqÜ´ígÞ›`ÊG"$ì®Hè+[öÞg*©Ã–7üm‹~ùbHF¯ðš’þ ÇBh}ôå'oTXÃ(køRëEh¹ƒº|¹^dÌÀE%óËFbö¿ýÞ{Ÿ¶§Î4Tܾoß¹t/žõáˆ?!á}çrÑ\7ï<ïÞ{Íšjî(/½žH?´©þ+OaW–ÇnW2+…‚a(÷<ƒÙþÝrFì#£xµ=qóEŠ>†9ôƒÔ¦äiÞlY,R!:ªm5:1oò&7¡z?Æv·¼±é¡<s£BÚ~Ï}àx<‡Ûi³ÈÈ^ ì6¡\ XðŒ¸[Рó{ß*1ì´¾Š ·wÚZíèq~ uªB¯^¢e\£Ì¸,nÓïœ£ÎæûtšïjŠl_Ë_”€ZæWâá_»Ð¤¶b÷¤ŽÒlšsÏ’ksþSÕ=GÉÍI+OÔè¼1P…·ØðëÂñ¶³é[¿õ ÆÛï± äRq)Cýóùíñ½/¬ïáÍéïY!eCn!ÝcáÉ™°-e¡ï5÷RE…díR‰™•L]ê–©hR:%æ`°tx¤1GöðÇrÕ»â'VUkuÞ‹§¸ïØ3h4/ÑÊt6?`Py¹;s‹¿œp‘®‘CߚȎOˆÆ/‰‘ÁÂÍ{C¥`Þg/Vf«‡MäþÜÅkØMΧ…”¶¥¢½ ®g ’“ÀÕlj±©˜G p‡ÜÌæÍ¿ýúÐËÜï«/|?0G÷Ö\¼B ¾GþûÑÕ•%´Q,(ÃSqG{l‘ÌŽvÑGn âÞ„—ºéÁH`v­}j«_ú;A³ƒÍ=.p›§¯å¿çÀá__LÆŸÃÞÙÐðÒÅ¡À–c4ž¨oî}ŽToñ*0/pgë]#æ—3olOàZÃ-Ó.Jvð¡ë&»NÇÛÞâ<3Â׈ò$°ÅúµPÚ»cv©`UøXé]8Ç”G—Öo(NÌðB¤ü†Ì»“v“1L"<{î7nt°‰ã¾Ðï²¾º­ÏÁkø£‚l4Â^¾ì风¯¶"£¶+º†þ´J]„‡›m•k!ÄÛ7úà% î:µ*ó$úö["sòàÝÑA ­ÃÉûá¿Îó¦Gj*ì‘ìm Πe Ç¿=ñÞþ·³)‘ülâG¨×µZ÷¹÷¯ÊèÛ–•cî¬5}Ž­”ÜÇëwn6uºíoáP‡m¥»›L¬Ðêµ:i»ï:W¾µð¬Æcݬê_‹§ºãrXož›¶²ÀodxUÏ¡Ïñz1–.h<¡\›†gö-úCîøs;ª1ˆŸöTxô}éKƒË#«_›éA5Ä—#uFìÍÛ¿1¢Åõ#¥Ú9Œ^±ãõ{ˆôƒ}ðÒA’CÒ”/´¹½,»Ý%j…Ü*OÌ¦Š«w3Wæâ[ˆß;``¯ç…æ·Ëãµqfg2%Ã_ÌèÎËe+¯ bí.ºÕ ×÷€ƒåR×Õ6ëß¼³B¦¿B/ -¾Ós;Óµ‰+}ÄÝZ§#ÔLᦅyøÄб}ºXOìåö€xÒ8ðž Ȥ»¸Ôªž¤Þ8Æ-òJ›À ú¨p+h)ÍÅm™6¥¢Æôù­<ä+g-ÝÞÏ®eÏïw²…ÖzÉâ5¼;¿ËLF¢"êÅSÃúâq?p·TÞ‘, Ý¢¡ôöÛ)ÏlÓó*‡Âz§g7óÎy§°õ·Š¾œ3á:úƒ–3¿^Õèžf ª‘/ÚÁž¢…¯&‰º{ècg( 1…áVý·{ðnˆ@\¼M‹V˜·.±sb2·N轩 t‹±ÀádØ÷æ-8©­×væVÒ!㸰+VÕÖånÓ8_ªÃ¡,–S³ÆYÒqÓPIi[âNîR¡÷¤®ú;Gg/¨ºÛ@&˜kk2;Mõ_ÕTlW2Mj|³jú±f-®nWî—ûž¯Tß!Ç€«ç|Ë«¦;‡;<Ñ’QÏ‹9VL i¤qʰ³ Æ^dÙϰHP¦=1ÑJNh -ô -ºxSÏZ³\OðEóY^& Ç©”#š:}ïʼWÂV}¬R˾Ažþ*;®ÀÕôri×^èq@½ý4¼jܬ˜¢ü¬ÈÌ«¹ð6{δk'ï]$¾óÒÆü1<:™u‹­õ›#_Þ¤Áô‚7.!7]Ùx+1¶Q¦a{Dc}±¸¾Ôý¬¾ÌaûìÖhJ§Jv‹ž†4æÁhG÷¿³Ÿœ†¡Zÿf³«ækts~ÛGTÝhXôê†AêÓpÜŸ¾ÄÒ`/á±\nX°£ØÅªü Ÿ¥ç0¿ Ct 0Ž`øúö˜Ñ *jëv+T)kÄ;(ãå‰u™ÏxœMm:}ýÔ/Áq<ÀæÆª{l ì‡LcvX:Z÷—2¦×ÝÄ•«îº•^僱c(ˆ.m£æWÇ6Á9ÏDÓ1W¹õ¬\xreݰR—9GººûŒ¤íýPNvÚÑLgP;•pù˜µ7!º#†HtŒèìá>w]ê×YLn)ß?òMÔj»çIÞÉD_}ÔŠ*7ùqÖÁ¿5ð×f¬Ëéè±@ -²Ù4BsR²ÿ%¡³t“¦Ô•OüTï¼~ÆP¿­b<´ÎÞdƒÍð¶¼›é}ß,nNšÆeJ3¹n\¸Ý˜cEøóÇÉŸ'ÿ "¥±Ã‹ÎÎns¦Švü„>[õêQøH‹rnõë lðJ’赕pù¶ó\SUY×öxÌ#ŠÉÁ„Y¢dý³þ+{µçÚs1¿¡ÿÜx^ÍSïSUÔ[]B7D—5vÓ‡Ÿø–Vž$êê"nƒò@))–84yÆßOoè˜s\wÇB.ù¹r” -¹ -/i>ãq=®Ô¼ô\Õg™^c®™ä "¾“f[³}¹jŸ!•Z8’ë©=fOwf*MžV×BþÑ^pÃJFA*qÒLTJ$üZÞ¨ ?[µÅb)5X—z9i¯?ÈFËÄœ­Éþ¡\NSŒV®†œôlSpQsíÞ“ãU75Ï1ù¸Åƒ‘_~»vnfãÔ}k¿¨½*õš›É`Í$³–Á@Ƀ[]wÓ8[ –¥·XÝÓ^–ãzò†»¢Ø­PïßVüuRBœÊŒÈJð˜zh‚ì½–ïµ3…›Çæo³1¥?F`‹ÇW»*I•ÓèÌr1‘8Ëm·Ù ¸6,èø7êÙ'_6 '·Ú6`¤;þSôR]&_p¢€\â)2›ƒÌþν„ü‘Îb—]u¸q+ü8'‚þÂìz9= é€&Ów—ÒA.zˆ Ï„ߨÅSÊòÆÜdKeÖéIÞ…îb²àæÔï“úR+Ô˜ ðt9g qÁÈ^Ÿl-W²`%"fï_מ3Î,¤®9ƒŠgEº3çzž^6º–›J 6ì“£b5Ó|?pNtK ju™u•óâ´x ˆS¤JÔ@•«x —u®å^a¤Ú²¨uûež)/1Ð’û‹-)»¹¸Òo^ççÖh#>d ‡ŒAÊéêG;KÉéuC£"dÄ•óœI»»Z`¬,|„·–´’Ú)øÄÍ[Ý^.X{b@]‚^Šnµ:w©ŒÊü}•ûXË5³ÓÕz(÷­ÅàXÑãU&™Úƒ^¹MÒLJ-¡VµFÊÅ`O³ëòæVX¢WQbÓ ƒÇÇ ­Ï±Ùç !-½Ž­f)vJa¥!½¡T'œp¿w9÷[e™9dÞ< ÷í)ný©Ä¤ÉíRìÅ÷÷¬c¡nK"w¼¤ÄŽ0ZÇŒÏÎÈDcØ4ûÙ™våE&VÔî~3è+%!i¦AöŠø [¤Õ*ÞÖ|Iίû ÇIÂPÄO¹io{‡]·P¯±÷C«OìŸQ«,޹ìÄšS<ÆklSã Š.•Ë™^, -YÞÖfÏâÑe)v&¼÷®›æÜÉæ¥<¯{=f¼—Ïmÿڒɽ~]± ì5rÞaC5±Ý’ËO=³Â7›UÚöá ¯ÕhÄMgãìè’Dxo®.ó—ËîÀ—Óž U{5¶š]0»ˤïû€h»ÖŠ.=ÅMøumÙG=†¯¦_\r5†J¤ÕfOÜ -å3Çc«x»=,>Gk7!ƒÜó¹v¯Æ -¤\nRVÓáÛ¼Ù¾2톋Ўþ*^y[cÛh¤/l¢Ü^Vº©ÄÕN`ÌDVñ#¶o;¾Áû -O0 ,ÿÈæ§qlb眺ãí€d÷÷=Jw§'‘°„!Ò‹6ÑT÷{6ƒ÷ïøJð ,å‰M—ßAéÇžŠËâãVJ -ÌhçWÉÎ*7¬ô#±Ð3À,vp>µ‹½–ÁïeuãU ðÓÞ -Ié3ÈJR*t—µÏóoZ0ðåÁèû1Ø“BN3b­%„xæ•ìb‹]$¶G!<8è%»©'*ŒHéø„N÷m­¯."{>3ÌPÌD¥^ÃÄÑ„7Ø'š^ÁiáÅUéÜæÛŒ0¹M£ã‰»Ù1 wxÊiÙý5"=3wtðzešø0CV$mY|ÑU©í5U’† †Muë$š)‡©¹;ܨP¯Ê()%Å­Ìë¢t"A†Ç±Ü'Ÿ›äµ¹,†Ü°„x*E½H»ÖŽs¤¼º-&E¥éRѪodx×cÙ ÉY0¬­-i™éøBºßÈ˲”]Y)[Þè­as}k'Êàjf]«Ö#®2¾®r¼¿Äíª/§ú,OSQ½$“Haäùë8~oÏ£œ/Ïð&;Ñ}RJ©—xgT<ÙíÓL{÷ÉóÕˆÖ®û(XcáþâÕ1ÊŽÈzˆöÅø3%Ä ¬êrÔœtp±žš§‹°sê±ñåÍ'Žeï*Óá‰ì…ãÁ­"žTœêíñÙ„w£u}ªí[ä*½]e~m”[qO-s5]PÔƒ¢l™Q¯þûÍÅ/’»åû½V‚;eÒ ‘®±HÛ}µˆþþÈ/9{sÉ5æþ ?èÜäO 5²Ú Àœò…@o‘ƒ!KvÏìÓPèùñF±Ö[9£æ‚w®s©b=WÉlÍ!k >OLN%”"àe…ëÀå[½5¼_é¥;ö¹†ériï3/ç©ò«Äk hþÅÑ}ÊZã™—ïÃ8otý®à/‚y›Di—¦íÆ–íS0hÉö,o1â48rJ9ªy£E6UѼi> #>ž1‘)ÝU¬ž(è{áѧslµ8— ­Í@D‚àÚ #ÏŠL#ÅódýUAùëõ9çf².4—ÍbëT ßÞ0º+º]èEp\HÍd¿>éè/êî`[GžýòÙ»6¼>™ Óá\G±÷+£r^¸ï -ýÂEöQ¾RC&"â¶VÙ'ÏàŽ6ïò5mêÒÀ§‘Aïü— ºYUv劉ÝïZ¹ö,O¶\2³á…V5~‚Å5$óõB}&ììË"ߨb]ìbî’D›nX0£ZãNm&ª÷+¯»nR .¥^¦UÞÃö–§^&¯Í‘Z=#&ÏëFO(Éû¨04 ’"»&¨‘"xŠÄd¸d›s«rÚÒ#9ÌJªÂbÈóÝdäSVDa‘ƒOÁUËC–_Óe ž55TXjå»PasržÁEH,ψºp)žÅæºq ùG[Ù“8Ú×+‡ùC`‰zž#Äô ¼E®¦p~9.Ÿl@"Ú|MLF°¯ö‚Z *¦—úE˜©"ô»šŸkîÞ;›hf‹ÉÚ ·˜B]\“§9»ÈKë*u¢žÈ渶¶ƒ±×¬íœõ°æ‹‰¸ÏÝ:1<‹mÞ.ÝNùqæ1]cb€f|K´›lqÛ–³‡ÊÆ{©žß Û’/–-v9 -åõæIçzúÀÉ夅v•I[š-,ßuE™¼Ô½ÚN¾:9R2 ÕÇÕ~Ö«?Òg&µ;ËjiD`^²Bngz7 -$n8œ¨ -긷#¹®žW²UYŠÓÑ¢G÷ÝH‘kØÍMhš}ˆ¥tÙŒô†TYˆíëÊß wy†«AÍÑÃØ&1LpEpß/ŸÍ9V A–¼Ñ©X³õÔàƒô\ò¥Bþ&Þtë¨IŠ×/fÇ÷ä››Ë0)¯ãõÅåZím¥ºÌnÍn¥iò` ” 5‚jmÊêÞ-€ìUÚ%¸]qÓÞl²›îIKkš;LÏ >µ $ >{©Fr‰Œûäk—î]—ª^ûÝÚ 6Wqi¸¥K%W§t+¢R{€àHm:§KÉg$èÜïj9¼ðþ}%âE¿hæ²ÚÙ -„:ÒR\AN kÿL+b@£ -„‘šky¾x_¢z/sólîñP+$‹§øFà&+&­=‘sTŠáŸãæC\—Þ»ðcf¿¤ö)é%öç“eu%ÅËLÖ¬¾Dâp}”LÒbÛ¦ðéÅ¥´¬Ä-ß!h'SiùˆwÖØK$SƒeÖ/ï%Á[udáªÜ¨zqA6Õ¿½Ÿ6žEÃò³Lè¬íÝeÁîÚkÔ²‹ÎI‡²ðÌé­¢“ E> o}1eiÝ|z„­„›‹¯Åún±ÅG¼×fo‰ÜQ¨9ŒUÑ6Í©¨w:u07&{UPži"a–ðZÈàZ %a9´B÷VoŽmÁèœMWé\¦Ó¿Š½Þò—,ŠÔž[¹Éï®è”¿æ¯¤Ø«€'õ‹_.êígWá8zšBoŽ’1N”kw±ªE°è¯ô|÷7â¶—B´=Ñx7é'„ £•ù®˜kV92/ˆµ«Øåå^'U"/ÌN”^–Ï+ª‰ˆW4Sð}²^Ø-–ÑNÝŠ bÛ}•Éa ifœÐ™ LJzÍ:Þ]©aÆ1>ß>Ënž–HutäÙ4®£˜ªÓPW\hTzR{:l­ÈÝä o9r¯`.\¦ù}æf¯ÔÊv4nbžŸÓJ² -ˆÌg姃A[„ï ¯Ôp$'0.¹E†ª:ã!¹¨ïó¥{eB»È yÙv ùfG˜LØd§Vñ{­›t½qÕ}¿¹¸4U&»>¯D£Ú…MŒ*î½½6ç®Rðû¡]o+èm.×_v NÅo%éôàÙš&­îDnoF&Ïiå—œûj‘|ƒÚ=Â2da4¸E³V =î ·Í“][&Âm#¯%…«1¥©´+8…¬|xv…D¢=ѧ]­ô™,÷°ÎPqY²ÄËä…‚,’½t‹E¶»¢f[‘+‚Z.&ÇÐûÍ,~yJÓ2f6VÊå^ÄIåºß«1Y1"Íå£2,×,¤lZij í—²Â$i,¹’ ¦¨Ôr&'F0Ù‡·ìUN4$.=¼ä-¹ûäó†#e ~ƒ²;X( +åªÈ¦NWªÙˆòèâ¨Èõ:˜ÓOïÂÈê“tÙY GØN±n©~ºåõ¼ˆq£"ß* -[ÑÍíܾS£± 7Äc.éÕˆVéEÛiWãXÏvÊçÆrÍf´u[ÂöKÓ5‹+ÍjI©Ü3ö°$]¾{N–Ä3+H…WBfµ®‹ŠUŸf-BÈŠ•×8!ÍĦš¸` k솚TÂ^ÍÝ%ÁÈÏÇ%ºæÃE öAñËI‰ëC:^lO®ssqÏ"9kòxˆe²À‰ƒÇ…«•&·kó¬h±j¦|Àø€·&=0QqrXŽ*6…JÆUEÎ -š W.ÑË^0›M¬¼{¡¼KbÿåóbT%ûÂÖSqÓmÚâè*ì*OÞöjÙ܈"J”jQB¨±8v«ˆÛ Îbï6áÄL[¨…Gë.ª•üû¹pñdÛ̽6Í–hYXD„Ú®Öœ¬H®9CLz¨¬îX<<ê¶p‡28V0w#)«9Á¥Çð!9G$¸%¥…›|<:øE‚s™µðŒÇŸ¹ ËNÀU"~@DQ&þhdç0ÿg!Ïgÿó?ÿóŽp&Ѽ¾ð¤"ß¹”]Ù­bPñG· ·$²ÇN­œO¥²ƒBû(Å{9ü| %0çÀÄI§Sºàذ’Ž’ûjoc»µuÿ­‡¥Ñ¨^¾9kÂ(îíœóLv³[¥»#¶T ê=ãÉïû—Á„®D”YÈ LÑð»,3<8­ºÐ„xÀ{"±jç¤YmÊ”FèÑÚŒynoNNÈ4¦ÙtuÖ™âô|ÙÈÏAÇzè«òöú\KäA=+÷v½7VûRù°ß”!_ ]/¬ÍOÄiÔš‹ç[‚Ûêy°®ƒ@†ZŒ×nϛɘ‘º°¦µñÕ6ÃÁË…×uÌc{¹¾€ÂI˜8éÇG‹_1Ä1ÅWüf=Y{I÷ò©±ÎN¡ÒÊݦƒ¹¤¯gß}G6ž¥u¿KŸèj>é?{ù­# …5šŸíƉ²…T§f¢3äè6¹[$”#cSMÕ6f­NÒïP7“òvDˆ§Ðh3 rÊHÜM]3M.3NâÝׇæÈÕ¦™Ì6¹ÅhY“ˆ“ZÚ2A$¨–ÓbQ6<4:ä8MFÝ“y0F¸3Ù½Cd^3¯0n@ ¾%&•ˆ“AÝqrdÎÞK¾Ø•lä8.Ç[5žwõÁ´ê±µWÇÏ–Eö»q -Ôª°»÷¾Rë±tŒÇŸŽ"èß߉㟎b ú^ÿtcÐ÷âø½(>F^D<ÆÉöþaǹ‡ †ÖpÊö/~<§úÎñ™‡¬ª wO4nÍJ]·QKÖ÷^nƒ.Ç;˜Úæs[í §˜ËI"êæÑÜ`ÁD ú8üŽÐOÈüv•߯?ËŒA¿-ôóû¡Ÿ ÜÿZã¿Õå‹ÿSîBfì«ÿT]þLÿ65j=*FÈôåÜc4_È¡›QN1È_COÇ¥`)ië6[%#Õ¸ûX†2¶ÐXÔ³Öd|F†¦r´~}p7ð^ ÈÓq›'ñgƒ>ûÍ ­ï€P!û/¡SKÐüh†8”3“NA›Â–YÚ6o«QÐÓsƒ }F‡ÚØ8ŒÊ&3?àÅøNÝÕ½ÙZr{ìD ú8<*ûxûÿU¤°¾¦vQèX^ÿ˜Ž»¹ -ŠÜƒd¯rÍä -ͳxEÉã¤'q‡Y¶2ÒÂB4Ó3w³ekeaéÊV÷/€ìõÿü"BWüw<+{*ó¨ @û¬[ÂÆ__qd¯‡Uáac©GÆØ1Zág¸êÑ)ﻇ™Üfµe-.iÄÌšªJk™uD‘ªÿbÐ'¾ºR¼ºóÊ¿…Jc>X°ÄÜO̪'‡Cö=ØO-'2§ -â`‡YÐkiËMžÞ?UW½²c®å͵Xî--¨ÎãþÓ£¥Òˆ>„nAXÙtèdƪc÷`B«"//tÜÚgÌjÄó)k­sª±ß\]rßEOìöL©Ý•Ý–*óµçJSC ú^éOÈ ˆPÀÙÖ£N„âlc{ß:WŒ0±äÞŽõP}hñl*·ïzVmŸlèÝ]IërÚÄKBÏΠÕí5-,‘ðçƒþù|ˆ§] Tª¡ó>,NxÃ¥^÷œ‹”Îéüú8«¯'×òôt1«³#6 §ß˜ÃüèÔñ7¡Ÿƒ~[è'ð_uùy¡Ÿƒ~[è'd¾ÝÿRãÅý_Œg úbãÿ«._bü‡Ì_é/?O0ëûZãÒý߉g úbãÿ³._gü/–?ÏôÅÆ¾.¿ÏôÅÆ«Ëÿ§Üÿ„L#­ñŸªK„^ûé·Pù›Ð½Ü‹Pã´ -§þÕo—¯ %š@&yBMs‡×ïÓV‚¼Í‹ÞXe&“+HŒÁh©ï^í±žj*òeÏÊsð·mESJâøÏàCfìÑhaÉv4*ý‡9ß-Ã)Ké~»uõAÆÜƒì‹ Ö–ëw',õn¾“àÇþ0º¾ÆÜüšl¤W:”ŠO/ƒŽ²ÖêOr¬®ISü 1èo?…oñ,¦FÿGæz:ÖX÷WfÂwµÔdâNžËÖô8ÕÍÊŽíÜë‡>kn‘±± -²ëëv­ît²µßh.Qv»ÑTÜR8Ìü@.ö£Sê±™oB‹LôMè~7 H¹øQñ½¿M:l¶ÛHÃM+J‘w¯š’_܈c\»înÄáý¿$¹9ßRzª»’¥À Ðþ32…ì‡Ì·ûBý5ùI‹éÇ:£‘ˆãõ^fÂ9i+ØÎ#Üv÷´éð¨rof^ª‘d2Ú¥˜¸o5‚- 7ðôŒâÍ_D ú[A„Öy ´>EÓ_´B%òÁRŠG6ˆ½mìðû=x%ãWºP/œ¬Ó9ÌWm¿åê„JµîFœ ñù¦;NO„WÜÅ&ȶM®­+úgð!óa+ßdŽö2æÉx†€`VeçRÉ.Lw™8éL×?SÙøaÁ$³û­ÝDÕz«o¹{¢¶ªµW…dFñ»Úã’á=ÆÃzú!b?>õ=DXõT|Xµö,¸iô¨ÌÙr°8uÚ^Ek„’¡ÎÛ :Y‡DüýŽê%Áý%ÓÐ Û‹‚£«iÚOÏ»“ùcZDúæÈÞOôQ-3³F5Ì~ï§åýûs„unÅÇ8ÙT@X™0Tš¢ßñ -UÛØ^·Ä>M^ á²;6Xö¼ïßHkwšÏ-¯wÒ«:FóîóhO/•Óu<<Û‡áìÔØËBíƒÀ3þ Vá?*{xòù=„²”rsôør'¸b^/ê[ê8×â«=9ìv…Ù^ß"ñž¿  s¶·÷Ç)_oÇeÛ^ VY‘^‚¡HÝûeàoþ1è_úÀ£2ÓŠ¡;Ç&MÛS…›m*¥’¡_*Óü1à+Ì~„&[#a,7%½~\<Óöv–9o ¿ÈñÝdT碼:¡¼” G´˜~µá8mòSoK¿ôq•†Ž„Ê 3ôŸí`ocpiv¥WäñT¿Àð^óvÌ&hyí´ùÙ"ñ¸KÓkgÆÕ>Û—#cØ–úq§)f– Îëõx‡%½ÎI–Ö¸µcÐÇá·æ ‚G$»;Œ™éÞÉm% ßJ1h‡ôžýµÛxðóúìLÌ"S†w“Ôf·(œ¡Q–¶™4'ÏOivñ¥€`yOí³ÍÛZ_ç‘frZßÚZ;q5.¯½®HÌ©"‹MF›}V~ð¸HŸ—´ÇÚ†á€«ÌØžE‡*lÑ­tܦ6-ݦÛõ'ÿÏ ù½Ÿ²*e]°Ô4{H ¦Ãx8kŸNçÙ§›˜Té‚/ïúó» gú®RîjL33ßQ¯Y~C%‡úf@:‹Í ÍË[’¾õwdŽÂwýK¶ª~ ýõùápçÅU/N‹ÛÃÚ`j‘ìMÖ>¥_çtXÖ'5e÷aÈük+ eÆ*ÃÙ„nG[y ¡)d. ¡¯§ú|&¾g< bë<¥®éÙo„£Ï"ýóù…ÆF„¢ÙZ„¦©u„g©‰ýŒ7amV2½W}øpÉI&cŸd¾säßú ™1è·…~B&È‘Wè'ðuù3ÆÈî­ñ2ßî©ñ¿çþOÅ3}±ñÿP—?hü‡Ì÷¿Òø™Àý¯5þ—ÝÿùxÆ /6þûuùÓÆÈîñ ¤´ -›1ßo(P !#t®íšZºù­‹ -„n2)'‡®aKL…%SæºÕ{¥=ªÞ&7·jx¡n(>Õ2ðýš2ð_HQ–N|áF/dÿ†ô½ÒâßBK8€²ý½ßN¡ûÓ6œV©›¿*_w_ª§úêÂÖÕ%@ŽlKׯ}<È·©Òk³ó®y %¢ °fõng7<]ÚUñP~mÚm ~1è¯ÏЬïJâoB‡4¥@¿—Cס³–¯þãðô½äMJ9L"*ØÅѸlšP‰¸Ûܲ{SÚFטәî54äþuÙ܉gúX³ñȘ°û&êôÕÕhÛý¼eÞ¾É$×;ÐH¯J…yï¶}/‡:§±î?Yßëõ¶I縩ldC–”W³srý8“N¸Zχ¶´¯Ù·íY²4nóK‰»ÐÓvÿ0žrõ]*%ä7ù$Q]îû+¬}/-­øýü[fDVÔTÐHŸÙKj@æ|7}ï¶µ-XÅñ;énƒò ØÍ -­†S„†ŒY$îÚÇä ,B}ÚéòZ¨>Ó‹ºüÊÌçö+?ŸŸ¹F úÄ—þWhó›Ð”BwƒGe°‡ÓHQƒEG±ügBMx*z@Ý\åJXæpHßV…6ƒ.…Y«£¢\ßÉ-¼ðö9¥ò{wš¹fRS­O*)¶ò[x–Bgì¿#*Þ[—ýUưn)Û€¨*7¿sÕ^îáx.:ü˜h›JnH]Ë tr¦ºs³¥µä6s³-TG¥M íé:9h-ƒÆúòÿDh_7¿Éœé{ÐÙñüÃô×ÝÐmŽÅ 8)ë÷n[O¾xdc:—Ñ3oY³lóÖÑʽ Èmmµ˜×¶œ|F–¸AÓ|Wuäy=s•"(ž•s4æ¬ä?#öÿùz³þ-ô¦ÎÞ/ÿ€çy7·>𼮇J³î{jß}ØX}ê¼X¼`ˆÁÖ%lƒÔcïºÛÜsm…o@Say;‘ã§épn,e©×¿ðbÚisï5A`>Ž»¢P;}ïÿ] -‚Y÷#¬<¬bïì?+‘îp/å|K¨Wý" {ìÝÚœzª”¦Stæ«FI[Ìxk<‘G? 6-õt§+œríöû ¥û¨Ã‘ÕçŒg†ånYfÄÃÔ|ú;ˆ°…y„2¿~ïN?Œgw¢s•/†B›G¢Þ¬¨ç´Âl±IW\5”4£’š”¬x{HL®u Ê¿ªBþUǸ›¤c¬5VJlåÊV «ËVü8ùbÐß ->ë¬žŠ±~GßñVE²q׆@aÒÛg¯zu[’ïýUSçÉY>>ÃÁý¥¶ -y³±óbV7!ÙÂIÖÆÖ Æ+tât˜†ôâ¥h‚)d©g¾TÀ‘ŸÂ{¿åÿ)xTÔù+L«ã7Ïâ5×rŠÇ`ãÌöYonËJ¿º|2FEÑGv~\—z)iÏÝB¡¨\]®ÜKZÌl-™ôrß©ÍкS‰Ëû=¨•_ÛÞy覅§Çï ÀøáAa)i@R;Õí-ˆØž®JËí(Þ{,_R7£ˆÍæcUG¢rØ•¿²'¶^Oîèv¡½¡’ËÛjžÊ+òX6dNÆ×ýK ßõ9ß÷‹üÐ9ÿ 1è{¥?„¿vÛá-r[üÉ-µ :1í­Ù®¬€ÂìI‘’ÓÓhéd5){–|‰%fÁ—‡À—~b 2C‹ïë0ËõaªÊ÷¤sVx¯„ -]+JÝ‘êÉÝ -éÂÉÏ#ýõÙ2Õ«x6 ¤©XùµCW™Îò%Þ ±ÍŒVeˆ“r;ŸãœÌ‚¢ŸŽØ:ó6YʼnÞ=%4ºÖÁ»Õn¢Ùq=¯ÙQfv«ƒ7® ï·óиöÚ‹Ñ¡ÿ;ˆâ¬DÝyEHK¥"عž"$_˼WHFçþãÞö”ÀkÑŸh¯î -L‡ -¶õh×*”Àäo½èn€y -›Ø•ïÆ+Þ¼ßʃÁm ×iý™8‘5=îÿ `ûÒïá‡B?!3ý¶ÐOà[]~Gè'dÆ ßú ™ GþZã?ïþoÇäÈ_kü·º|±ñ2cÐÿ!3}±ñŸrÿÏÄÌù¿Öø™o÷?„Òg:‚_ö9BÚd6BŽ!ViVÃÃÉ'´äÝ݉˜í xÖ³sì!´ -«td·At¿e è.m¨"À®z—œLç.½öX.õÞus¦ã¥î/"B¨û,B†\â-“Š\x‰Õ L÷ßÏD›Â*œ¨äÈË©èx‰ñ%t´aô°¹·Š >a"¼žºËÙNæŽqäŽMNÍ;¶…)Ç"梢ÂàÄÕÃîᾡ›ÿŒôÃSß„.‡I öNGH%¡Gˆy(¼—Cé÷ªí6t:ÔÕ´îž×¥šqš)IûÄŸ!‹ï¼2&š‡3wYVò`´´ºýÀ©}«)VOuâzÏþ¡\k{ïaÖo™Ê‡Ì·ûKù—P4mF™}oc]=Ê'ù4Ì„ëmS×Kr©Œ“YK§&ESJ¯Š÷aÊ‚o/ÄZîèë«@Ÿ8øÜ -k-õ‘Uw/¼YŽA‡ŸG„ÈáUVòêD„Ü-/rRÁšpRq Å Θ¢_|½žãçù_Ä7™D€’#¬+Ù ”•‡§’P"ÙRïÝžœŠê—ÍœÜJn£õö©ÓÖèÒ‡ÕŒNfÔ²±ñÝDÚziŽ¿Ü`†‡³˜ÌóòeÃ_Bî.ä¹·ÓÙï!ýðÔ_ž÷7 ûÀ$I•yóê?«Ó¹”uë¾Ø°Î57FÑ“Ûò9m·é­v0q^­|¼¾˜“•ëô½ßò C¢x§ÅÌpÚån™[›ÃX—â0®.s’m¬¹[¹«óðòîý">þ—$ï€Æ*˜$yî$Ä3˜æA¡¶3]ª¿ºÒ«»urËó’¶{¶¹€g‡ëéè8žï3?E“sjø~3 %’8/À©2k±‹ê{m±É¸¢Þg+FExÿ‚»vœ³ãzr÷‹ˆÐþBP•B@÷Á¦þ&nMm,U⮇ãp|® 9Ð_ ¢RÙ]Û2µvçenÑë*ƒ):ÙãÃ0d+´®Áü5×˳V´Ë1ŠˆçèÀ¬ÂôbÔ),štå)€¶ðCÄ >¡Š~ˆ°Äº BgÝ\«Ó6T²Q:–Åù!Ñ|=vWsWÝTχîbG§šSiY. Ê:+¥›bŠiŒüìÛ>èPÄBêI»ª³Õ_T¢g§¨D?›è`TBXÔÀìÔùýß„NPóTœ*݉â_°”ß?£gÝ2§úzDíéŠ -h‘žši PÈ “óF^rpWq8Qû “œ7-ö†+ß­Ql®Ó¨AÙöræåÚ-ôšo=Ís±µV7?ƒ[ }†lÊ„*,+Ÿ@ ú^iwÌNsÜ!‚»&ý‡Á0y‰`Þ„"XH7FðbGÂd¿ác÷™\.œ]ü±q’Kio“ÓæÙN§Ú&ÀÌùí4ì¦ì4^/Úéþ¨b§³eq«XóºHŸÇßd‚¾ÿ»B?!3ý¶ÐOÈYÒï -ýþ«.Úø™o÷¿Ôø™Àý¯5þWÜÿÅxÆ /6þ¿êò}¡uN੟Žà]™xÜ 4V’ÌØoàÔÔ}ÖKg—™‡©dÖL¸g¬Á‡íðÛýþ´„:í»±•ZÆôœiê‘xÂÌúÝž @«Gp* dN7×÷ -IÍDHžkE°;”ÂÑó1÷çljåµÊ¥­›Èp{'…G;½íéÖ1Õs,z!=-Z³²}¯—­#¾o…LÛ˜Ú™–ÞI/gMAª!ý­à‡ˆàñ«Á›Ù ¨}!ÀóœÁŽ}{¯Úæ"dtèDs†Ö\ùÁ`ªz+\ÓÜ„aŸ€û)½Ø™ÜôfÑAÛµró²r²U°rËfÝ,¾ø.Ðoãæ9› -«Ga"–~ -à^ù>yI ô¬‚&¹M£Ü«ÉRnÿZ·Ḛ!Vaü(íîÛï¥^Ôi^Ü;ÐxhØ™¥iZ¹[Ó5/%*a^3/ô m¸™¨ƒ€F™8gágýpO60­:º ”¹þÊœ’CÀÒ$õ׿vÛö"´IMC¶º¼áR÷‰æÅp·wëæ‹¬mS³®gòZÏ»™3+ºU2¥‚áD»†Þ6ñÆé¤©ÕýØ*ïgñyQ%îõÜß²×ï”þ ß„ÚgÐs.E `8¡ì˜ AB"QïMÁëÙÃć°Ffoþ²Þ²ÜݬmÛG­ãÆ S•Ãõ[_… ç²u ×%ÅÓÅÓI+yŸÄö³ü -ÙmZ©ì–L. ŸÇ{´<£ä[èå›Pg„) tB÷ãÁ{·íô½¼¬Cxñº‹®åÐiƶ,åܦBÎÖ7Œr;ö­ëQ(¤Ãm6HjÖc‹¨a¿ |Ùu³QnsXh}?ÿ”é”K’;L€çc DÿXµ¼wÛîOã°^è¯ývîzpÙ†asGɼÛÁ¹®KÆýL‡¸~(é—ãïå/*!·½Ý“8¥A8äô&US««nÇW(²~~1臧>ðMèó®Z¾N€ç;û½Êˆ…ïUFL‘‚¹ŠÏ½¿Ù:̤|¶¤Ñö~kH¥»ÕV`6~”.‰“ú(÷Ô-™èì6Ù®¯¹Êîñå=?ö«.j=(øy€PÖo÷?„¾åiÙ@hã"êËèûiœpz8.LÜA0[ÚB±¬™•£_·íûå\ˆÚ`“‡]*•߬®/uò=Z]ÔºËÛÜ/zÁ¼!© Ÿ-­¡3kiûçñ!4B²¡ñ– â9|™bàDXq¾%ß -ëk™‰AÞŽ~JÎIÛ̬{‘Vo‹eþ gðÙñ8ô2õ9ª›¼å®Sª6Q^ £(IaºŸ’¡oMÉ»yã6%†ñC€\ìG§þC(’ë‚x® tw¦¯Ãi$à‘è“”{òö•:OÌ‰ÔØ‰ÉmwÊ-U›wÛ]ºQÛ€6Všg³uõ5šä³ a$mhZÖq„FÁy$•â§‘Ae~ÀñYNÜÞ÷Ê¡fi -'æ‚`²¹ ÷+þz†·ÝìöIÙèÝQq¡Ó’²>ŽÇZÝÕûËMñåÌ †˜L©ã\VÌp F4͉mç¾#פ Míc<åýÏã/¡\5BÓ%Â’=/t›l: -8â©éîpJ¶ƒ¬J9!»ÊK9ãþB[ŽWóíé )K—âdzdà‰#Âhñ©lºüFi> š -À‰“w Ml»%õŸƒ¾W -<')Ð}²@hkX}HúÏxaÝ"âþúúÞËØ†PCðæ}±ñ8ýnGÇiøœ¨ƒts²ÎÎãù& ‹}29²<ßܺü‘[¬A•¬DÜg¬4\üÁ½]HŽ? “¦¿É¤gõ÷½RÜÍ©m  ¼~½lƒ¦M¼\(ilI‡ü@Ò:Ó¼…·‘¼x¸]QÉ1'fè­Ó=A³¨+÷ÈS- )¦Jã Úc2«m›»Ìâ }~ -R ±d‚ξÁ#ô,C%S¹ú ÜóK·MWC5îÅ‹Ôhqì𘤄ÝÙî -+Ü^ð³lÖ§Ç•%Ñ•’á¶Éš$R¡ç)µI­ZG­†ú†jæSÛÃqÆF%÷ˆA+ˆb„q+Bî^3ÂjÍ5ejïAw]³FÚB3Ôyß¼³2|\Àr?X-¸ÍH* ‹äœe'Ãý¶/w|¯Á#õf™VäûkjPë¾ÂP‘ŠÍh¢àë4Q>©¨9Hþ<"„Z²r`Ð4«è>ùÙû÷È»Û Ø-Œoš^ ájƒéÛSbÔÛbÏóÿ£í=×UŶFÝ+ð"TPÌY1`Îb"" 9u½ÿÓ«öªïÌS«ö¨³öþóÂìc>ïhžÚ)sÈî3M®ã¢P_ŒñFiâdµÜøtÁ±Ñ;ÙªB\©Ñ®ªÇ݉tŸœa†¿@ÿ<ÿ@ñ¤ÏA1:ø $È0TÀÜ'Có´õ»!ì8h8$¹‘¯ðëb‹ºtÙÏ÷ !Z-jl‚G³¸pbvVü°)¶¥÷ߣëÇþ …PE‡"Z,BÌ[£Ôz>¿õ‚4ÿSÀ¼üû_Ñ”Š0¶ÓI*HÍ]»¶ôqí™owÍgõvG·À[ùSõ»쾓âöV²«´[øÌŒ–LC˽-Ä -g ¯NÑ·¢XQSƒq5•ÈëIe ŸmjˆÆöŸ”P|J áió¨9ýúèã± ?å±Çèø”x«¶|_â©^8ª;ÝúX¬úÑÞêcÒD2ê賨)ÕãÓèÁ¨ï‘ÎLosB ¢$3å[3}Ê"þÖð™-(×¹'¯€o0¹x>{gìËT(mXžüã“,ù[ßœ›+FpóXÁ1yÒ|®#^§Ž…?í™ç©wè»×_6ðk¿dàm-+2mqBp Âøáû4:<€’&ƒ«V0ÍEÔÍ©-ßÅ,[V™óqú¶.[®x¸®Ûöy^4¼ý¤µW#áÊÏ5˜0…ûˆí—oø„ÞøÑ´çµEooé« -Ñ®×ܼ½æ¶rí5¯“û?G¼Ñì£mãg)PÆrªCØÂBAªÐ°Ø‡ë±é›£¡cYe®ÑÌšÕÆl\J1£A9¦ø%Ûî¯Âm›ÞªÅVï :-*ʨ]êtIªK‰4ùNŠ „>"¯‚3%¯bjùè_µþwZ3 -OÍê!ro¡ìE‚ùD— .§ŽÄ­–Þ¶_ºT(+7Û6Î’‘ƒ•F0‹¸“§Ý‚÷b½ã­ò¯J(ù¶DŒ¼mD‚¤k·A»â|W†¸Õºƒ¢Øì¢¦Øþç€û}cèë2•{g¥бˉ«%lâÕJZ²ÉñcV5fÚøsžëCìq~õ­ulö‚ÓФ.tÖ&ùÁË%ÓŠàu‡ùCÐÍhÛ¨£0“bõî°è:™@;˜¼H·Ÿã -±Ëþs¢æ1˜ÍQ2,€_ - ²Ë †ˆn^Éw’ùXó…FTÞGd°oTþqÃO¼¨Õ_y§3uðºäš’ÆÓ버1^w£d¼¨–Ü”˜®Øãñ³b.^léUU›åß@ÿªõOü@ôš ô¿ýæ·žü_Šþ@®`ÿ[ÑhÂ=òÿÝÄÿï²ÿ&ñ¿4eÿÿf⿚³oö‰>’U@t¸%Ü -eí7 *5"Öëv3*{x/pÅÈ?*Ï©w.RK¯»¦ŽÐp)¸à#iî;Ÿv¡áî5.æ¾'DÕAÍgÙšòÌþk“ë”õ@„ËÝè˜Ä±ØÃ¶]à P„ä®A!Uˆ5Ô|qðÿuY2F+kÛ¼•ÎúÜXxçÃfã¾ÇνºC B2Ü«—Ü[’EÜ7—AË­YDŸ­ÀÀäËz§ô(=y¡…ÿG$пj…ŽYˆãp;€(7kPÛ€Âì¨AIPèÇ0Æ¡EGf‡u¦2õÃÆbå]òÆÞ}ËìÙíñ ‚·¨ÛÒÀíyû¼›ÒâŒã²öª:…šÞi?ÊO¤…ãV½åþ a„(­±L»ßì/g PhV¡èS‡»|Kƒ‚V…òó—nî¨ë"hU¢ƒ*çÞäÙÅí¹}ÙMõ7–#‚#23ÂÆª›:Ìsþk(TžS,(Zcš…û—UûgøŸ¢áÁœsMPØ·pSÿ6@‘¢P¬- º7ÆåuÎÈá>›_ûÑßz”Ýæ‰žìñЬiÝÖLݨ…¦‘ÖrféT¨k±5)AG¼¨hôƒû‘­éçï‘@k€Žµ ô'•ª>  Š>w;èˆßòrBmÆf^…žσζ¼öh>·qF~õ`ÍÂÂñe-˜³±ópI?Fu¸¯ÔÛ¦ðÖâ N¨ÃÕ Wæi2wßR*†f?)\wnüð‡¦o­ÿ¥Y ¬Ö·>ö¹AÑ ó-0–Ïæ:‘#¨£àLÄS?•j®Ýl³¾±ŒRuÿÚ¾óðRîëûg: 8uXnÜÊum=òõ )¿ÚqVò„MZì’…$/||»Ûß{®~~ -ÊNñQ£€ýiÃm½Eke‚RÅb+[ï„AQú·{zêʃ&̾­½˜¹±Æý¬{;õîŒ×ÊÌ›mî6VæîµýL‘¼¾ë‰á9óz´x´3‹®j -ñ/zQs€úçù¿D ©x sN‡ðâ$: ¸A TúV—u,®Ú½NŸUÆ“ºØÄ™*¹µ­VÆižÙ<¥‹°QCl!yoo&€ko-$ÅÉ%òL[{òh¶^Õ$€z-Í;¯>ŒurúÅ×?ÂÿGóÙî‚¢Rç¾’Aø­ÛÎñ¨‰þÇÝ‘®r úö’êŒÍÆ®;×S+kùИÑò¾¯¹3á¶Ü²·¹c/Z8]_Š#õv6«uøQ³¢uªÑ‹;vLã]ÏÚ/ÀÕø¿Ïÿ0ç}(J¤w G àÒPÔêr ÄåÝxó-Þq"Zñ‘æ áhõ˜²¶Ij`\þŽÉã)7U*ãÊLÌszû8s^? ç/¸ ײ¬ýñü†úW­ê\v4 -jôãf÷û^àÂ9ìæïÉã»è”My½é•£áò0¥´Š&&fMâZõå"ws†p5¾ÓWNa¡6Ï -:ÂnìKz––Äè”ŨQÈëQ77¹³µÂJdׯÊõz|õ›ýÛø;{) JÇ5È>Hµ{—Øvæév:êX7n¡”ÄÙ¹­øWæt¥Øþ{ئ™Þå:LOªØê="SRrH—ââ0½aºRß&Дêè\¬é£ðt—ÿ@a¢Àu›º>ƒâz‘%ßf`(_3oL®ÆÖ!×etÙFwp¿oÉŽ)_nHJxŽÖÙK{$ Çœ‰¡Ÿ9 K4•úLË}4¢î½`042IæÑ™–˜I%Ç0“ÑëÀàäFÜÛX8L¯gæ_!þÇÂÕ…+·÷í -Š‘ŽÄµ ƒs mëŽV 4>·TËWÒéÑi»¤7ÐÌ”¸Öä&OþZ<¼Ûäíp«×Ÿâ_šD& 5ãÙw\˜Z(ŽM”J'.Úç…‡ÿq»¶ËnEß.SXü⦩¤6q™GqÞÍß›v¦(¤¡p%ª4~Ú¥:ùc„yåû•%½3ÅRcƒÛ3®qÙ£3þœ@wraÏAp?À£å¢D‰ãAOßã€ö¿ŸŸÂ@»+>ÒÄ5gæ¯_VÍK{ ÔH¶¯‘ú¤û)y7F³âÕsñ Vø¹†`¹#9~¡{ô–ÊnÕaª¼Å]j³¨_ç8þî6E]Ûmxø Ûÿˆú[⥠ˆ"À>„AѸE¥$€âõîe98¬¼ô³j¶fÖK»³ï±\o)¦uD@M.{1S=Œ;eƒÌ>ó%á§”¨ú{µ[ř呯V—í™8XÄ…÷rÙn¾Ëã_.}­²ø)îáÈÞ®Q€8º"ŽÈ̯ï€`˜x3DŽ%¯.îdø¾ZÎB÷ë¢>'‡º-{¬‰ýÎê}#örndpô ø|z[¸À’[Éá<½ ¢ÙÀ¯aSeÀ5§l™˜Ì2\c2OÓS¸›ßœóô§øŸ¢FŠ’Ó ( VýÈËf÷>ƒõvÎÜvvfP:žõÚ—æê Çä{—¹xü£ÞŠ.›UúÍ‘O=¹S•ñ{]_xáœIÜÉÌ\zìÒÒlY¨ÕÆöÁ³¯:6™Ì&éñ³±ÑßîÄÿ}ˆâå sÞéÑ–Aq}΂’øè‡§¤¶ôFûúÌ^_ßó×ÅšnŸO)“ƒ†¨ŠŒ2¯¯(rO§Þ3qÙeá´«íÔó -©69Ø+­È<Œ>þlËÌF£ ]+ùÇ^³ö©Àg,'ÙkÒÛR¯9+Ðüª×6ç©;ªsLÝ¨Ž¸2¾EÑ ©Ž1ÊR ¬Se¨.â®~ -P˜,s TÌMànf8vêføœÊ©rÃt«\ë± rqrTbwnÞž®Óãl¾x²s6Îàìpœâû}³pïõ¼íýzY& 4‘%¯sgEöJ9Žìµç™Œï™Ù€Le¯ø'èo ¿ì'Üph­¾Áã5ð,nz¨ÜX'‘(¥ß×`4/qJ‹¨ï\Ön®ÓÜ®5_bûíQfTm2¥Z¾¯±ú›©Pç’Y%oùsƒL1»NWDot—‘õqG‹.ºé:rm~íÈ”÷ìŒSˆùSD ü{‰.¨¦¬.W¸k=‘(râµýðnÊÑnŸŸ½¡#™œ—žH:¢éQæ^Í0Ë›¡÷+JƒJÒ9Ûµ#ÖÍ  ¢#Ë»Jg<>7:&ÂÕx[}ê½¶êál{zè.ÛDk´û)Œ$QåÔÅv ݯl[J«s‰'Ý-‡—]CC„•ÔöïpF.©O™½´„ÇPêê÷ÆÐg/8±E¥“æ·jw3ÚÊë°ÅIÔÁÌù»=«ŽSm¢-c¿Èµ–ÍÑ*…çrÓ:Éu¿óè_µþ‚ªçƒÓ=þX‚€«œtþÌÛ¥ã³sénƒÙ¶¿Ä‹ÑÌšöÙñç\d‡Øƒœõ7Õý¢×áŠä« ”Ëí¾uPØ÷Û³Šþ­„ê·oTüWtÓ¹=šUp{6Ü«h4ö=Ùj4Sºá‡?…|t7'aB—á -öÒÁ³Â‘¸(ñ¶m<ÞK…|¦gUýŽŽùî-;˜å•<½oxuéÊ]iìT;laW‡^íô*u›—¡šÕ8¦{Êbͤ5ª‚ÅÖ9ÆšÖbY™%ÐÚe¬,kfl ‚ýO0#õØ0‚´Aî!6b€TžùÈ©òäˆÛŽcÙáB™+íÆ²O~âñ€Åâq[ªÆãÒ‡ŒÇ q^ÅãQêË÷Õ#–_¡ôÝjÙ¹çqzËw“›”gšf`=î²ÿè_µþ#Ñh&ÐÿZôš0bÿ­è4áîõÿ‡hS¶,FËN;Î `÷ƒ°ðM ÎÏ«¼— 7Õ¡¦tÓàï’±§^¬¤úÉx¼˜åc,s©Å¹8 b,KN ÎÛx¼*ò[=ƺ/?°¸­ï7{½À¥ä·ç O?´ðÊ10ç»±ÿWH ¿5€|ºE¹:í»ƒ›2oÚðóVä[ 0³·¹z¹†¯Ã ŠAÌ~5±‹Gªµ©AýHµÛsˆã÷ÛLÔwîV¸$¿¿BÇk&Ø÷½@Çuøª,‰ÐØZÿ€ù­=±ö¯:øà)d#«‰¯^ñ$ÌE0bóÔ2.ÙB>°æÙjP5;”ï®7¬¿»[¿Ykܼ0yÔ<ÎÏEƒ©1tœÆ¯uºýÖ[Þ%|Òâ¨âζÿ#èŸç_QÑ`ò†ÙW)ßßoÐqÜ.|ëàCà×Üï§šJ\¨ž^¡•ü`k5Þ~ó%d0¨> ò®5-÷ó­'wØ † -ÜšvÜK¼À7p;;é~à˶wæ?¡ÛÛ1)Q"ÌzïªõÔ)kRÚN,<îLͦ³Ø“,Ãi±vž³‘:˜j®¢‚®u·Š"ì•÷êy÷ü@~:¶[õMœ*‹Ð«œ„¤´bs@¼×Ðm/å Üu¯—9¿éÀ^icå,0çÑy­ö ÂØžÈ†îçv}ýà8s½Å×9í\8<žo9é?ä`ëÈF5ïUy§‰\{ˆíà£ü=è¯ÈïV «œùBŠ^† ¸!\éÒßòòxÙ¹Ò)à.KÉã+‚êȬ¨[šêº/; "= ÞoL±è³gQ„*Rû–ŠjÆà!K«úÀ2‹«¢Ú( aëö’nã)\†O…ïׇ"¤ú?ÈßPsª§A~Öê<æî€8öd÷»æwÕUèÝœ¥8ÁÞŠ=Ë;šY%b[£—ÿäbü?•·BT&¨\jÌ‹w+ýêÜ««ìHr»ËÔPƒ»Kƃç¯å6\ÄkžÔn—çG¸ÂÕÅ÷ð÷øŸ¢<ÓDé©€BÃø®»ñj¯.‚¨Ñ>xÌasqðôC´Ê"ú4¸Žkj©ç î+“Á4ËÝ~(5âû[lkç¬@Fj™ÿ(8É÷k£ $½Ó-[Po¬ —Âl~=—OõóÉîâ§à;Zª×̾E?‡ ŸÜÝ}2p·,w£"Ïü·Ôغãâž³‹FÈ¿üLJÑ“=IW±ÓÈ”×µª#†AÖç´܆Sóse—Aþòt°Úev[ôaÄ -Ó÷ú¼ [×Ó6—:s‡ºÊÃãîp< Ö?È;w5B^½a÷!TPxV³ßÇù©ð8:¨Ÿ.WWÎTæöVu…œsUž£öRU–»Š!­´%¤.š}Le÷üš”‚Ó&N&9m\ÓÛ·á!ÃÏ›r‡ë¦z8ôjØn/ìÝ Dð/$Ð?Ïÿ -PT€ñ|¦P€í¼8ÛPôCÃx¬qî6ò2×êÜ6ÎÏ­ÙöNOÖßô¹àšHuÝW½Á|Zgs¹¶¸Öxc®«¼H:=dÏÐ×òî.yän´š­¶‡ú…åv²k.~ -?¾ÏïÿKô’ƒ1VaΙxÍâ€ToŒËNÚËÆ¤™ðíâ©TGeÍ ‚t²…¿Ó’~1ÌÕ‹ êUýº#Ú.7`^=Ù -6Åï[ñV¦SM ëÊe4\9µ 1aוÍáÇø% -ø\ð¨IÃQµ¸³ÑNK5ý~ãL93½ÄÀlíwGB©>Vgtf'7NÞULigé†wfsÍíiGj€i;lr¬«ÈYYäkq»xÑ6«ƒÎüF/èE÷-3‹sEgÑ*ü‰ú[ßxî¯ÐO1 ;{ -7UEÙÌ„pTõ†Ü®m¿ŽDç5YRQèàQ>ké2=p¼‚.øËº×¹s§°ø€×Ø}<6åöü¾ˆ§%q6˜SÒt¼ž™SŒÉÉTë— rŠÕr'=r6è´{?À+žp¬žýõTÚr - -Žÿ}8š â»YtY0®XN)S6n§|õ‰ïý¾|`¹™ˆ {»«ÁçS0È -ñjJ[½ÉßW­|]˜Iñóªwo†¶:®UúáÈ}{ù:ò°=9ÞŒ÷v‰J]Öh)àÑj7÷}Fe/M\‹­L ’=ïÌ·dÎ<žTÏlí"-׫)½ç,ËO&øêR“‚—Äp^oëJÝ4Š^'saÏKá4ҭϸ¯žú3Z¿Íôb?èÅþÒ%¦„÷¬¢JÑ¥ÅõÐÇÝu/¡‹¿Bý­à&åÁ ³PÅ•³ŒkÅðîªÿB†~.N'Ç×–2ûzæ¶¶2•S*îU÷ 묣ʃZŒ˜=Ùö -ô(¹tz}­ù’.Ÿ”Io‹a\¯æUÊðò<§@Ä9MŒÙµW[N½ ¼X~@ ¬÷½¼ JÅÊ< B| ×–Õ¸D= ‚£”NI¹IY’ øòDÏŸ/÷KíðêMp±ZË 7oO«{¢=º™^›!êj«ç&ÛÇSê9ÕVzª ˜êd¯;e’ŒßŸ]%ãy'c“~@´ö(€O9Þ´*CwZ‹+ZÞª§N_N¥Qq£ò«U1y~' ü˜ÅíÞUèò>®U§öܝޓW¾ÊÌ‘U¹ç-ô „E‡LšÇa—!ÍUÍwo»÷0:w¿óîŒD­Ðl¯“»“\gôÚ ÿ ôÏs@FН*n³¨>Ÿý–¥s[ æÔž_jæù­ôÀ -Èö8Na+Ôs‰Ùº#Æ·Ù˜à1…ÓÜ'ß–YèŠócµ#-ø)cLì·Õ™3kO[õÄUj™¬±ù´t;[‚ š?(؃؈Uúôœ€¨4‹§”ã_då«ðtæ3Ý瑸Ñî–+6£U抿g›B29þœä`†Ëzß4Þ“dšUÓÝ sÌu0rŒ·§ü´Ü&úçVË(øLkag­Òz´kZäýÖÜ$óz…‡Žý¼ü7±{>6§4ä€ï/W¹5¤:u¦M}y0z.·m¿^·¥BÉ÷ÙnÆ<9—¡áT†ýeßÜË•jWb·ZG™¬ösÝòÚ„[ZËf#Ù*…t¦¹éðfõ½.7Ü›ØjìiŸn4‘â¤Üë‹¿GýuІ~«ìÈåQBV³ëÕy ·ÓÀ±Š‡’XnoâUY²Éöxê.kÓ1ýÉÍ„ŽÍ¾7†N¡¡°ìóÅu{9»6áÈ\kÙ¸]›wšU°ƒ¿Kcß[«fêhÔQtêÜ@j±b¾k—I…(a?À£2¦¶¿ªo«‹p8õcDÞoÐ~´þlß·š?û—ìt_òãôíL0Æœ/ö¸Îµ@òƒb¹£ÌÎÕö¬B7¿•ÐNsÓþP ÷ô¿EÐacžl½ƒ³W?·ÕÏÓ=TùY|®¦_1_M›)þ:ü=¤OÙÛðe»=Ýhu¹_MnM{¢47† ;ç» WŸr ×S hkÁx.Œ -È(< 2É ÔœïE¥;ÔŒ¿šíï›( hê¥+t @gškíZ¹Kñè ž¡nhšïÖçO¯·4‡RO;Û•Ÿ–ò>«Shþ›ý$Ümf[…$Èzr×urÈíˆ4È¥±*ȶcUYÀ ò ª"CÛgEú!åšÅj…#@‡ü…V£c,w÷hJÛp´ ÖöÉð¸vWwxþ ú‘¬™®ñü@ÎÜ@®×A–©%a‰À²þ`£‘°Ê. ]µoöƒöd³™5ÈÔÜ @…àÐæÄ÷˜üÄ#…ÇãÜ&®Gj¯JFS|ÍF¸on"‚‰aix5¼àØ5œÏç—áM7 R[3jž¢þ‰ú[ßøC´Ö€ñ<À1;÷Ð;Õ¯ >À^Q`]³mÏ#•Æ[±«|Œµ¬G4­*V¨Ï¬8\´Êpÿ–Ðe%0M¥¬/™aPeKߥ̫¿Ç{† GÜ—=|é¦Y0Hè'ŸšÖ­6?ÈÅSä(òù˜6CV>3 _8 ?Ï=äÑn`$ÊÆ㼋 -B| Kîì¬_”á»96ðÓâ ð8¤ÜðÚ¯%íÆwwî^ÖäÉ¥Hý ¿­~½àh§{¯=ßXí©¢ÓýXfãÉà%P“P€IÑä÷¶ðä÷·ü£ò½ÏÆÝ Œ˜ «`kZ'¿y¯ ^§î=]2¾Û—²N¯çlIœ—íáBëÚÙN~d=ÊÜÎbß„ K¦ÞböƳ·Oª9»’ey ¿!þU+ÀJ;ÑÍøÛ÷ƒ e®ôó5à›çà×|9Öñ,Ú|w4ëÓ¹w~ò{7Õ /öêIÖ-êæóSôÍÙs‘úF¬)¯šª¿Ê&Ó7¶¤°„I. Z„²/U$ì§¢öZ²\4UAÚõÉ˰öY€Ý~§ƒŒí·Bg%è8“‘…ÑÙÔ¢õ"KÇ3ô®ÇõÌ‘^ÜÚÆ/Î,ž¢›akE?ôÈ—ŠÓPë–xä âOñy½6ZϾ©B€ryòõcêþ­'ckA<žÒœðܰÁ ÆÓ:jÒ9ÿ<¦• àž,6–J5lXÙŽOžF}µÖãï7KVø¥YÞØG= Õóó-‚*|–Ç=œ™ÜHÊÄ ³ -¾/—å2#åâ+˜ßÍóN¤Ä gûyái‘ån™ ²ÿ+$Ðß¶aDã›/Î]n”Á íŠ|2²€T -:›rËCróžýdoCs½{ÎÖü¾}ò`qxŒ?Ë‹¬?^Â}Ý>¨’s¹; Tjä÷x\à9±Ýž×„8rËxZžn™ r¼¿íîí­ºË^îöÑÃÓÛ¼¾ªl´er°™—<"dè¦`½èàÑÿxuU„hÁxª¾ú£”ï Øql/1$õ - ¢IQx,¨dû~Ðø)‚ÐU¦×§¶Ÿ«Òz}<¯‡›=:m·8&Ö¯û™_Wr¦¾ÚÎráªÞ<æ—^T$—‡sŽ\zfñ‹J÷ïwâßÀü·»ýûõ}øŠúŸ(bø3ˆŽí*µE`Yn&2@=?Ùr€)Õ™V—º±ØãG;n|YWsŽ{ЋCz_[n‰Lj¹Úå°Õ"*ñp„™¿k†8¿¥Ö<5Ø'gb¹T‰ÙvsÞã¦ÍùÕXÿ ŸFáüÉ¡æ÷‰Š -¼4«kP$뀜˜\Á>…ez³´£÷£»§zRæœNAô¦«¾ì3'«=¼=ß±'d¾®ºêlAöÓ©¼Òæuú:Nð°,³ú÷Ù–ϱ ’-O¦E©2Í A5þ:ü=à€„CÑ e<UP˜’˸ò,Þ}Zö«ØV_'é"k0B–b/6i‰Ú1ž-’ÍKu[î%PŽ, ƒýÈü°›Õä5Yvî»É,›ìŒÙ’Ôö©ÜrÔÐü0àòÖ -È08•Ë£]X.Ž×ü°ô|çʯh¾1wà_€¢Îq5 -)ÞËÄ ÞÚŽ37#e×8u´4¹Å¶p_âØué|*'î:©ãÓÛÅžgVÇöa8gvä}“Ì0œäƒk&Çäemo -”ÍAòñHz¹Y}py7ËÃN¥\üà¸ÙR@þ×›„ÈÖA±"/ƒ¸£­Ö>˜­·µN ÚX ·Š›Ë=$ºû<¾ñ‘³…£@^k;-ul¯÷£awÁטޔèdz£#­Qƒž_é3LÜ[0¨òº2¨=3ûò I÷eÕm3Œ£4IgYýø»üûü¯òÓžp,€BŠ«¸º˜ûüö¸²Ä`´êr}ZÜc]„ñ[±¯Uæúæn0·{µ9/m¶—6\ó/{él}–_ùñ^àžÓÚ}å8¡ûX,Ìéç£v¥Ÿ¶eÒ³]?EÏøR“~îd¼û´ÊÉã×sIý¶A=ry貦E½âŽ—jÔ¶¤´úX¼³‹ó­Ì±ÏÀ&á-ÕRÛê Ç–$ æ9Ë.±»ô±4L‘l©?Ù -UºØ¨ž™ÍÏz+ûrI ½•S5z•›úéUžçf¯2‹†½W×û@Þ9¨ß;¬Ìy©\:XêsËÆÂl+~ÅÉJbÏé'P~QlïÏѤ#G«œµ«$ÓñêZÒSsövA'µÖ67ä'ílV °ÞK”ËÕºÔ¾ÃM©f¥z¦š]Ó Clœ$9-× Ã$XQ †aÿDý­áOäEuŸÉnŸ6°.R¨6:Rxtîh}ךw¸Nî cÊ댲I¬“µyª3ÊO? ´‹i­›Óƒ6TÜ㣊—{²oHü*C —0÷Oh'ÞìÍ|þ -gä.—“—¹1¦O·šgŒSÝdæüåÕ;è“ì -·#çÞQ[m¦‘6~¯-}ulµŠoØ4ùî¦i>m±¹> ˆiVO -Âèý‰oåêÿÕð ž°m]ôôe³z¬äÙþN!ì™×‚&é¾b‚“¥ ¿__j‹ ¹—3å§;»/ŽÓýºÄ¥Æ½ŒX™¤-Aé(ÌÈøÞo‰UìV)Ì…ÍMÿ4Ü[#Ûh¦Ç¥:7<·kñÃÖ.Óú¦F'¾F(ïÐß1;W rmu?¿ -pFò¢whZÜúÔp¯c¾ˆ¤Tïdhµ+k«Fåoa•Ÿé_Å8_‘6íz%ã?€:[™Ü2¼•À.N›Kk-“ÂVÜS­ÓG257F³Ü$Ø¥Ñ0}®$P¦d^ª=®ãÕÉ´‚×;Øëø­„VÛÍjfòI×9FaslõóäæÕ~[WÓ/åXVŒ[%ã|ä2ÛÄŒ2ˆqøèo òAºÏÅÌq¾¼x'g~”'»=(ãý*sžÞgÖd/³ñÞÖ‡Ê 2û›jÚ¦âkÇí±­ßžURAÓ:žc(WõŠ$¡\…û¨a®š64¼2,?Š•Œýª–Ùú«ù«®YšµÃ~‰ÙqqÙ+/QÔGóëæ¥O9æAŒ·.Rè}ÿþädzªf/Æî=<ÙÌœÞ7 -3ò#Ì—–P×­e½½kìÉç¡ßûGèU>C¯ä­2,…b%c¥ÌÖ<µô<¼ôifqI>œbéó - -›¾'ÐB q’Ä~äg~E:[© €¦®2@w7ÈÙ6Äp2Ø^è~ï$ܦ2:’Ó¾w¥Ý, ÒÏáB¹´–QAÚ›Âÿ™TßÁ«ıʄޮ²ç8‡ ·pnÛ¼ï,¶Wï¸ÝܳP¹üèŸç [èE“g€âw Î< 2ëZb EI Ê?y È6Õ©Ê‹éÏWÓewp›Œ$K@ò; 57 zûVG{·@¦ø:^7yæoÑ„ oÙƒ ÒFf~sãdëæÜ¢Ôõï²M‘̨ãY× Ó½§A&ú¾dQþÈü(Ð6öaX_ð“C­mC - dmêæáJ¡Ú@Ø[mÈu\€P[Që#€8]œ+$…°x…†»ÁJpã|‹‡«qúÝìÌî|ý{8'ïþxPôd§@v®ô@V¬@vÐVAÆjG S+cga&£̤<\~#v–ÎYd€\Æ@Ä÷mG=²çðs+Î5r£h"M¶¡^~Àt‹¿+¼C¿"ÞbÓÓ«9+W/ÿ ô×dg(º*CQ'¯‚l±Œ‚\*Ó¹úšƒg7dg2Ê’™$Õ(Ó]®ãÉãìÇ’£‡V²¢ÉaE8#!¡ŽD8·ªß7Q•3˜ÛÜ:¨¦&7¯ÍÖEèè KLo/ãÝŒÍA9ÿ=@v¿‡šwê -sNAMa–¹í`r¶ÿ½Û6§â&Èáï´u‹ÐVéÆœ¨#œÏ.Âù+‹«¡¬ÞœTT×÷=ññw}ó©âùQ†òŽòzîÆÕèêС/YX0à_åZpÓ›köœ@Ÿ Ÿ?ý=@–¿ìAæ5¼AÛ½r5XYìÄð[{/Òñ#¨–¢ÂaÙ K.Òªaê7ðÓ÷›òŽáâµËɇ{¾–M—œÌ"çS ŸF -ü?„鶪HЦ¯`_„ -Î#ŠLŠ¢""¢ˆ"¢‚`êý7žï[]½j]ýç!—eíó‘™‘$HÜ¡Ãkrãê=(”fÇ‹|vÍóêƒoœq^ŸŽcIûo|ãåa§BcþT—Ú±Q˜_Ÿ€~ÚƒBŽvÍæ’j­T|*×tXŒ¹]ï±™Õ¹»‰½gw¨h·Áµ³¿åÖK/à±S`!ü¹º»>v -§vêcå.>òk¼ºôÂÎÊt 6R‚nsÈÒª`{ù¿òŸK/eÕùsºŸyš9±ÒÎ…(„üó[ ËÂOUi`áÚÅ+,-á7îse‚B}Ä_Ë9÷En¢_‚Û65–ñ¾z!„>=õ2‚Ï1±­œu´H¹`¡ÏÝÌ%6íÓ¾¾²*¤£Ÿ”÷ËÛ'Ê?—_Pì¡¥¦\™iŸ®»x5PxÜf È‹ÖK7QÜR‘L¼F.°¨â ›IÍkÅß“eöœcAž¤a©ŠK¹«›Q¶Ã&ÐÕ-29 jî„f –=î†Ö9IV‡;>Zì;§§d¾5ufÒ/vúßhãù­p˜gÍT¨½¿¥ÝÔA‘*¤B×JæÂæ%1 ƒ\#{Kz­m”š÷\Ìq÷}^ÑÒö'4¿ìbVW,aæo­J-ï%¿ëãÕç x·ârHWwä^Ë?çæ{¯JÛ½Ü ËŒ'ç¨þ%?©=U÷»y÷~€‚I7¿OÉ‹ ÄaVܶäKhö2Q:&cr \¯÷)|Y†Jùœ­“=¢Ë»I̱nEÜ>b-aß9Þ—»5úÞ¦nÜsÍ-«„&ß!3{6·L ¬|œlJ=a¼®NZ#}~ÉrðƒüÓþÊçViØ{€‰õ(M”—-PÊ©âKÌçöO‚TÏN ƒ[¹Ù{ú*#gÎd\p†F·nùl­sP•Þn˜4ãc˜Üh;è~DÃ2J++2‡ã­ýM©½Ö—ü¨´žÞŒ>ÞÕš³ÚSÖúÚª9cÿ•1 ¤î³O{»ô¿%QÎíïãçb"+Q®hÝÇÅð|½-;Á…X €;ø´ò¶·/UŽ-)ßÚ}ߘ¼åèOoãR<»¾Tˆ±4Yo˜²±J(gÕ¾æÚsþ­¤­¨RwùÚµÙ%UÁÕ”ž´ÊÖ/äã…RÃ÷hý·€G˜Úsÿc5|èaçw7aÚ~T©;?ˆ—9UŸNG!«a½ŠûµÖMwÚ›ó,èê7¤@¯ð’>Ј¼2]nÆÇ¥úñÂj®_…€ -§V[äK<©Øª§ðb³«jåÎ?øAþõÁtSMgH™L…¦Ë‚oá³6(C%ñ/ƒåcx¤ÖÁ¼zÞ^’5rtáçaûâ;sx~lÍvcÒÓëºlâZ윉d™£Ôâ\‡ŠýðD¥€¿WòÔêÙryd<æ~¡ŽÎk‚ÐJ!}¡´¤[eÜøo¤QÞÖÌŽ ÍaÀŸ:ðÍT(C΢7bËwgˆ«×GÎ×¼­sÝ9ĽZŠq{·ó[Û^–6Õí¢¾Ò–rk™…¶r²´®\>B”t£C©yH‰Ëwý¡ BfŒé!4«jd2m,FãVc~e-q¹çp„0%Е2?Ý­§êþ؇Éq×'hÅ-¤­Wa -G¹â´ßªþ?È¿>HÙýÞùºž@±¿Sç”Û‰B@\8ÀÄQÐ`tÙìZCÍz°œ½ÿ䯭Ãtß›zˆ®Ð-©‡G³"_fHUjsŸ4ã,nLÐE§=.Іn’0ºÒáf4‡XoT÷óÈHŠË/¸|ž?Äÿúbt€²(Îù(géŒ/í'ûÀð&}U5ƒð`)bN~±ªWRm¿„Eߘ­J±®‘EHËÒ¢Jóæ:)Ϩ–[™Œâ]u4ßìk\”Ì:\—´8®Ë÷—ƒW3< Ö‘˜úØàU<Ü6ö¡a ¤‰Í"íóž{ï ŠÉ.ó}wkëÙ;¯º· wkúÄ«^tOÛ}Ïn&pÈŒccëú÷4ö×Í+Ô>LüV1äËó|Œ‰º{-N3»Ì×ã"Gôg¥þç3h÷Yv?è³Boч;þ±wÕW®Þr}sp†ûŸÙ úÒLüÿ¶Ó™h’ -]((unßw9BÍ(›àÕ I·`¯¯®3§+A¶ŽúcÅÓʨÝ÷–Nììë2Ÿ×#ElØI‹ HØë d<+ðùagE£é¿²³EöènÛìpYäX´¯/XtP;2Nõñbœ£öµ–@ã:Ä~ë¢13i2%aا/X¦/]ñ@‹ùjL‹(ÔøAhïfW™âI.ý76ÓôïAÛ ísz®)èsÉ@ÌÖuò£ƒýèίs$æÍi ›öµ8YAã¶®–ÊÍÃ"·^­³H;Û´ØÉ‡£ÐŽÂÁŽy<Ù‚VxÑâ'AèÚ®W£n‰¦n7§”n`R­ü<¤Zè¨FÉ÷ï3WNµñ+~?PÈF›´Ïå{rÓrÉåÅTWçüæ³þß=¼òÅÚŸ·Ñ|íšzfq¨çÊG‘oØÍit˜ºÝ‡Ã/îþ…ƒ*ë [Ê®t#‡‡T»@g~2 -ÏURÛãTŠËŒìŠÌ¶÷êe)¢j/yTH²³½vþ pš Ú¯♣6‹“d‰Ë#éSúwì‰ïŒEqõԷ¸²œÔö´²ÀA¢µ³*ëֆϛ×Ï Gvú™YTH».©çÌ{È Ó3h®Ü£‹²G·çb/ £&±óbw5jDŸÿÖ¶%vXÌý7@Ñ!âhDQÂÉ•¥c;~®ŒÖî´ÕMJ‡5Ìí´HëK}3\J—ÇíÃ,]Árû¡±³}gM=¿wCÈyê1+2 yíMê¥1xk]‚ÃZS‚kÜ "Ÿá.D¾ØÌuyíÃv\>ÿ7ÒÑò±Xn¼·\æÿwoušísÞN1¡¯êì†{,Ïó!¦„†×žgÎX_8¯j“ñ’¬ˆCx÷‘X_ÊÈT,£Jo7üî—F»î˜˜¹óiÿè‹\•J{RÁ¯PÔÃ%8Å¥$³I¡^ðºÃí»üìü7üå –N7ºÏ[áe7ݲŠhÜú¨¨gWkiYÁi–¤hD„I{™l 3†ï5A °±WSÑÝ–?ííw¨@`uOîxOMÃç§Ù¶ýh­ív[s®­'W|µº§A¾¹iíÍ Ó4)h7ÿîÆÿû6“?—_qÎÁç¡­@úøÀ‡Ó­¨¾§:͵GªŸÝ.å5BѦ ŒPuøÿZ*5Îæ´&Ìmœza§wà;ߊ®äP±=à еžûÜ÷qø—ؤ -Ú0…Ò¦]»Vý0ׂzîá½j|Ê¥˜·jXâÑÿS-ÜÒüe›mñfÉÆ:8´‡ª7â¹×‡3»ö´á­Î£~ºr˜<ØÆ£Sš=;ºÓ: ár÷‚´ñŒœoWlR^i°åB½ÎÕávÍ^ä{ß=Øg¹_uWì¤Z¢Réͺì/VYærþãØkU†¦‹EüZ‡ÚܲHâäü•ã³±}LÚ×Ó|ļ³ßzã¥sUeÚOvIš}cEØÓŠÑ[ ³ýØT-v­ÆÇO èB¹u®F¤Y{«|«N»™Gå²É$•Z&ó.Ë})=¬b¡„cõjq5íáE¢<¦þàù§ý/ìFäu¸Á™ö`y²(RîféÖ Ó'•±-:C.Û%ûb™#èUWï‘Ð1êu§µ6…Ë›n­Ø&ÝøœnýzúƒÔb¶ÜVÝe}T-%ÅIE$ÑYYf"±¤rŽ\|žœe‘(:ëÂfæ˜Ø'pÛô -#ÿ¿…XC¤ï¬u×Ü¥-{à àç° àƒ>0±Ót;ÛZÀ!€PÛ¨‡‰, ö HH3CH M-·.€öh o‘~ÙKªzŽ¿û–0N\Æ•„¿g”¸ìåH‘9j5Çó_cÈx_œ8—Meî•@J…@H;R­ñÀ½Ì÷ô t/?´r©äs@jJ!ò2@çÆ&Åä Ð»8[¸¸Í¸„ÔÜÖÙw¸ É©/ârtþ¾ú`©„¡%?ôkVúƒäŸö?ÈiœZÔ«HTt€d@¶c ÷˜ˆYR.>6½T-ûÐ{‰¦‚〓b3Ð磸À|«ÏÁÍpº0M¿ÖÍúàþÞõ…ûV0Ô;Ó ·w(W¶oû€nùðºåè2Œ<µ{¼‚‘? ùñÚBr7b,žûþôÄÍèßrb(¤ãÓò»ΚÍLB€‚I`Cd°^g“xûÈyÞ‘Ü5LZñcÓßg¿÷,T²pHÝf`Ý'T€µë Ý¥ëÄ/®üK¯·óEtyö«Î-ºj/ç=ôeËÃððL”aÉ‹ÂÌæ7ÙÉÑǵÑQŒgÃ!ÍÄÿo¤ƒ^*ô´[¤Æ4÷•'ÀD']EÃãék*-7qãu?†/ôs~déÂí6Äpuoœ/Våò%à7¸÷X¯ãóÓÆä3Qh¤+X÷ÎŽ.Õßûn&‡Ç åÓ1“Ðö)W¬²¹Ÿ”z{´ïdƒÁ.ö.¿#µ"ノՂOéÿ /ã©LVÖÒ|þîÂ$þ€âïO¼Õý}V yÞԴݤ³|!íö²$çXó¿ñ¿BÝï1%I…º•,(…Öó9ô©G×ûÁåcñ—8û‘ÎoN¥Bt:*—ËuO$aœúœO>¶©ÁëÙq‡éó…TY-VJG‹€Áhš“–¯Rm¹\_ä£ú!>‘º}¯Ê*Äl‹CiU_äD¾ößøÞMÀ©ï ç -`—ŽŸö9¥*ÑŠ^ŽÑ¹óÚ»*¸ÆzFÕ:¶ãëVÐ÷¬C·æúæîs që -Ö56ø¬p¨/_ò½ ~¯®2ÖXš(÷ƒ,áp®Ø}£Œ^…«ìòǼ<-ĹtöËó‹p,¦8•~EÚ眔Æ´…Òø -Š# zUåB-Ê´•æMè$iìûËã?÷›òè4}Ë£:_ïwfQv¶¬ëkU{®–Cóµ¤ì{fq°ºˆÂ·?yZ{5äÒ½MÍEf6–‚ƒµ”äaý$5Ñó[|¸E,EÕ)’ÿAÒ Šþ -Ÿ¦‹ tÓ^§Îi hí Dnæ+!ûªd9•˺Þn¸hŸêÛõüX>îÜ4{ù´¹ôƾžz[˜úØ{"Æ‹ã.µ§YoéV$ññ*Eœ¢Ú³Õy5˜Âk.l‚®)Pò=2­.,PÊ(Åx ›Ó þ ¯Šóï\ùš|+œPBnp¬ªßÕ ˆ^EÎcZ¯ÊÉ›¨cÔêÌö™˜Ô·|À×Á}|YuÃÙ]Ý_¦O¥h céf¯™Nšoò‡¹){ª“c{—Ž0“ü -ðãSÓÆçé îü3æ?Ú{’Ÿ;ŸÞïySŸ©Ø‚Â;¾}ß5 -?Wþº©kÆ×ÌzrÎuÍÂbÏ·îa=@Ʀ…––F¥€ïuüÒr–æµ{]ðyê10:»Ùîsº‡©d<ž¾R˜çG’à4Gõn«?T6Ê|Ø¢ G.*Úñðvû¼FÒ°ú?øAþiÿ i°¯¾Ï\MP$ wPÚ×àˆzSï[å,…ÞG´gZ`«}0Z{f ·ú£¬•¼¡½k[6Ò±Ç/–Ó5Œ„—+w rñDáð¾DŸ\çdk+ HxÑë¿­l:Íu£Ï4Ùgÿ½á£Á:'Gƒ¤«þ˜r:¼£ß{IE‹}¼.ûZ6ìOàðº8zÇ3×"Ïv>‡ê¦=ÕèÔÅì™ÞÆúrÐ|yêl—™ÑC‚‰ýyÝFòàtlêÞ½Ï\¶€=ô ";xð„å0dÌæ\}ÃØK.dsKþÉîC>b÷g6ü%ƒù÷üê!uMñ‘È× ®¬ezLà.©å,ÜÙ<÷°V,¦óKYkœ’y-éÊÂí8¹A\âz¦ßnÝ=Þ/>§ó;¿o“s"®/†70fŒz¦ð Ç)À†>ïì}î€)tÌ„)TVÿƒäŸö?h€¥BïJ*ty¸?޳ÖÁÛnĹ[@ð¹Ý‚kú©»9^G¹²h´V†À Ô!Ìä6_JÄŸO`ý0žšõƒ µ­zêï—†ËLʈO{R+¡gõ5JW>Eœ®bÇu=:5>7jÞåaêšÃ>t¥[ú0sP”nÖóù<¥ÿÊEQS×î”gö9 ‡7®%ÐÐwFYzëdîR^?pO‘¢ÊHJ`RšÁ¡NÊÛŽ>—¤1€k„ɸ–~¤k0}¦ä¡ò¤šõwŽj’Ëfàtä'Õº$Uor%q.‡’jÎFÈÅËü Pô T)[~8+sç~ÄÅn|Ô šßaˆ7äFo§¿œâCËÕtL^Tçæ¼»ŽèÙÞø‰·+ˆ#Èʃ}#§2^±¬Qwl·%—¾n“)¾÷r¥ˆë½uaÊözçÒëE‘O¼ÅyŽ`R"ÀmPü?È¿>H¤ÞêqUÏxøgòÖ‡~ë ÷ˆ ¹·àu£¶XhîsYHdã= ½,ªә–g;ŠÑóppØYc¶ô|”Ú-§™8Id2«…äÄç*„¹Â܈U‚C4Á*–BÀŒr!`œÎwóè°ÕåÐ^óW¼*wZ½Ä£ãb¨Ð·Â|}ðƒ²ƒìp;‹µ¡¸êh9NÓÅ5\¸r—­&â` ä§³á¶Îw3›‡t’­¬·,µ®·Í‰Sb_²´w]kPõ»ÖÌzw­S鎸;ÝÅêãt~éb$átÜL‰{ŽÿŠk° Ó°óÖV­þÁX&³„/ëÕá[6 ²,šf3߸m_ä”à=wÅ´÷y‚«–¹Â{pöAuíÀvÜОu¦ûÜ*uõ‰ûÝû—ò ”"jàR]àµOa‰×±ÀkßB·Ð¾Ÿ•áù§íS…>Í.æH„I‡>¶ƒ ^ÂXmXá)å¾Ôœ&ûÙ <üi]æ^£7³€8T°Q¶.úEª·ÉVzˆ4ktÇÏR§S±?4^?¿ÒÌ¢ÝJ>³Vd“Z«[˜í›I]›ëý(Ó$^©IŠcªñ©§OÏ´R<ο™0uú7vg5¶ýÍc‚1+x9%åN¸dF€¼›¹›´eÜ1Îò:˜„^È<Ø HoœéåÌ(×-9# —‰R¹gžï£ûx“Âl²aN/ƒä?'õü¡ÖsÉ®Æã{¯†%ÈŸªÉ<_u×o¼ênŠÄ¯°T9aöýù–5‚z—]™á´·ÄeKbNU¨TêÔxÕ8©Ãƒ¬úÜÐÏ•¸%Í~˜Îb_¦íŽØººíÇfrIåaA“B?Qƒ-I«Ùïš­œS5‘_øX­U.F¾[©eñ~YL…r3gk%•ÿJê³ÿ†äÏå¹n™íLê2:E¥ñí¯”¦´mlËÓ™çæùu¾ÝâìAƒfiÊÒÝ—Ïõ£â°;­Íy\îBãÖÓ4…T!~®Jõ\pSjXx\V§Ýú©ˆär[LýXn†[R‡Ç øtüg‘(%™ÂFBòØçÞª¥ ¿Â,Æ ³&rR=3ÇÖ¼·¶ÊS/²s£×ñ[áp.D -ÌC9—)ò“{Ò-vĦYj·?ùR“Êë•äѵš-#êwš±§µËÁvA”‡A¯ø<µ©"Ql°ªŠ 0¶ ñèa™Ð\R’óöº»úù*e¶)&û_àÊŒP£=Ù#hd­´Amú;mÝëû*Ò€²Gd//ûLq„Ó5LÖ‡Ë ³mÁ&Ås J7ýze‘þ±Îû n:—Cƒ{@b¿ü€eû•3NTÂtìjKê)RâW|wá:óT(ÙMÿ69K…ZW @¯– àî5à<ÚЩ3HÕ - -€Z§€J@Ÿ¤8çT®Õ”FQ -—P›¤`d û5€´â÷ùHn¯Ã ^¹[«œð­~;v÷—«óù5Ùäw¸¯Q©™Tæz-¸Šèž).€( àÕðû>q¸&Œt3T µÎ¿¥Ø|ÄÄ€¦Tú[ÔM/Å“Ю=K1[¼‚e¼¸nÖ~å^½[ÂóÛLì†ïr\ÔÛOÑîQÑ­Ðb°QßýdtMþ - ÛTè|00â¥BµÎw{ùvH»¤´#|ñ§æâô å€î| ç”[(½8œH3¾W.žöûxà^zL“B#'Çî‡\ÇgloÅS÷<ýýyÖ¬m)j>¼V¸Ä#òKsÛsëUêWx¹§¾ý²žŒR;~wÄ‹K ä}FâÂ$@¦5Àqm`‰p_Ü– ~Å~#Ë(ÄÓ“_Ë‹<ñôÛxÿ)AÓñ³v1çÑM ´Hé•öQ û?HÞ“÷#Ž«…ûešwz2¡n»Ó†ò‡ñ½ÊŠúÞ94€môÝOe¾ó;“ìÈ]©2È­Eäêü[?f·I±ÛqùåÏZè¿"¥›ÍEÍW«.ùa;ì4 ê‘dnǾ‡…GoF¨÷wWÝÞ·¹çùNßF¯[?Ú Áðe7®õ ¯Å¥Û¿ÔsÖ¸ou ?—¿ÀaĤ½DQæ §O ßiÄ ¿»TA^øô_ì ų{aÝíå!ÔÖù¡?êáý²wZŸ¡÷ìЩÿ ·þ=êܳÂKóÁ¨¼”4×WÇ"N×¶Šü*ç/óu¹é-Ôuî7ÖÙF}ØEòW$“¤2#„ÿÖO®ÝdgŸ'€ö ãv-]zN±4µ…×Bå±éÔ×w¨´=ÞÛÜÐHK®“® ûžý*ù3¥Ñ¼\#²w™k³÷È­§Þ¾.ÎÏVqwN øîŽÞ°óQZušµz¶MeikZÞ’Çê›$~@Z( ºÃƒœO,š!Ï=¡o€Õ¶õ¤:Ñ‘&m†zsž¥b¨vuo“_µžŽ÷Àí›×Öï³öÉäÜ›/¹¤·œÄ“óV9Úº³W†ôSÎ96ß‹€5¶ËÇËqÐ=È‹joÜÎŽåöü ÿ´ÿAª±ÒÈM™€üô°èfÿ=<þ¼\=Ûx>‚ñø8+æfgÎüu†£ÊEѺë3qän‚/„á)†o›OÝõ±\;ͦ|¿}¼„u—GþpC€rmj·›î}ï‰üNÏ©m“:ãí-›dZÆ=ÖEê•é(žãnÂ÷¼¥ñ=oYË^Ó|ùšMDT¢^†l݌٠Êý[ÿò8ÖÅ3Iå–NšníB8´>‰ú‡ž}šz)»Wß toGµ^Z¤vºx}Óèe“z÷õínâ_Òìö{YcX×k›1#4Ö‚X¯ê>@*¿  -õó©P¾»ؾÂ…âVËAÃl§Z¹9±é+VLòžü ‡?Ë{ÝÖ‡ûÙï;ÜÜ5AÔ¾™tµow2 mápZ0†ýMÃ@‘ ·˹ѦØ-Öçðn­+ƒa¢K¶WZ)ᶬEýyIëXdáü ÿú §!òåf*4˜›ßƒ¡wPøô¡gg¿…Ó¿™C¯×Û´ì%¦ÑvûšÇÙzͦ¿Ú½˜ûÖÌF%Ë>VÞf싵‡Š¯d]™èˆ.=Ïe½®ÃøJyטUËQEM+= ­ãÏîË5 ¡ê{û*¨ d£jö°ÉÿŠÔ5…!È«S`]ï -“Ó=-“øDdUùÜ\ô™õÕ"œ·±Ò<9²ÆZõ‰)ìõޱ0YÑÙØú²[Ïtü¤7б¿j½N¡ÖÍœÞËd÷F—d®XS·|P™æŽW³QA[ ºª—f¯¨AÊhÜÌ)X±€ÈŽ—~@€4üîâHÓÒÅMÁ‰ïɼÜ!³ÆØ^?/+­œqsN«bÏÎò qü(Ê,)HÆIÑ´µè¶+•ŽË?>«Û+r]ì$ZäÊXV±|¦¨`õyKž,,F.áEi>;ÇyuD¼¤fRŒ3ÒÜ¥>ÿÂòOäˆÝ `°gåŠXá/¤Ìó‘Û¡·«|^f§Ð®”¬FÒíîIƒâ¶–ÚŸmo¦ê­²i,Áà´S¡89*<4qåÉ­›Ž–óYÔ¥ ËÃÒüu¨ˆêÕÕ,3™=Îf¶Ê³UíüN[ÇWŠÓï9ñœÊ”!9uÍN*s„?žÚÍO{ÿ^€¯žßr§3ìšOÛ¼±CŒa­[Äû†[î ëFu²ÐÖ(¿RwÝPø·³Ÿ‹t–ìÌžæô6ëÆòKØ }T °Z{jN§ƒ)ä‹Éa¾Hc -]ßÑ -²Ñ”­Vž¿ä.q*4h/¾5Á-P´¸G´)JÞ­<œ<vÎÉçî–";ÈÞh?ëf~P¦7â°3þAVOž”–[GÔèn¼žûÏùV\v6¦°y‚ã”ïÎnv ÇvdÇ…V¥Ä»‘’æV<ùùƒÅ—‡í?ÕÉïúƒàoH3ñï% öÂ`ÕA*ÔÑmPL¦÷МµìëMùhç]ÂmN»v=vv‹Ì®/ºã<½us[j›]c¦r»/Èp%-ˆÉFx“Scr4ô濵nF|¿ ô›Qž[âV‹Ã“Öp¯CƒÃ_¢Ç-«ª7lîí˯Hç¡æð{ŒQEôd'×OÁ»óêhå½3p:Zºè6V­»ç»û÷•~™¨¡¦ ˜ëã«ø™í/Ù›¤ ë²4—Gôrö3zÚ¯ì†÷f}cØÒ»~iØýwmtïÓ†›íg™F•ÝC{†Ý—•»G -ç¤O 5·oìðó¯HƒO…FÞ‡7+"Ã÷æ¢7Âá¹4†§™¨HÇîF:îf64¼ˆÏ­Ûð®¡Ñ¯+­¢$”ƾ,Ñù™O+²`zÝåØÕñÕðAUVrB®Ùÿ:0–Wõ+²>ÌhU-3gQ 6”TÚI àŸŒËX£üïøÞM WCP`tõ³Xšþãzf¼L,±Î¤Ýb-5›å÷¦P4¶îʺnAé³Ú BYµÂ®Ì˜ +EBÌÏh''»¤Œn‹‚:}tÉrbwÅŠ¥4ß§ÝhîÓS-yÓÓâB—‡EùèN¡D—ó¨‹ËùtÉ%.¿ ×Ç(uÍ–B hêvHºÃ{±ç¶G(rDÿ æ ݪFM9:¡^žËÃ¥’_”‘Qc®ÖÔÞìCîúÓ‘róWó5ã’Y,õ‘QVfŠÄ\£+ôbOI{ïBI—þ;ET¢êÒ$ïdyA*×#5HGò¦‚_‘:gwòªLꪯ’qî÷ê½Ólpï dÐÝåW—¶!‰UQOrÐNëå`qÞD¹ù¨–D£È¶„<.ô~q­º`‡ºâúê4fJ‹·@Ío[…|´®©BsŠó‹lû½bï)‰Þs.Ï{«f÷L¼ú“¤×í´£_ -Åõ4Íø'Çz›¸Þu&ÙwÏjŸÄž5±ŽáG|SO–Ó¶77+µ5]yÑןâ{õD„aP(%§Þê»vg?9’*K†RÊèÄïY©§·ëzx*öÒëÁ刾‘'ÀÇ cþCvNDf÷~vwÈüŠ×Ùx‹¾ÚvÝoí3»Áo‰5êvÍbÞÅ×Uhh¹í9Í‘Õ2ZeUöM‰j ¯‚­X`Lo¹ák¹Þ«ÂÌŒf“j“ËNo­whb»í fb,¨ ï _ݨÃÝb7»ƒ`2éNcÇÎêQ«n¡äÏåo¼å²ãe†Hç4ëzÄ‘¨Lˆ]>†º›E—o¯ éÜXˆ7º9×74+e+‚*ŒuÄß^ß‚ñïÕk·YFj?Ñ„Â#¼Ô£>·DwˆÞÝüŸwóŸË®sÚ5.±`}:cmTë¹ -ß)óGü|çx¥$eÅåiv:Îxï¤ûŸî†ÍFÚ#Ù¾úô3MµLtªs}íÕÄ\¿3Jjk1V‹Þ~hV ·ïÖjÓXK1ù"â£îè\.u&I³Ý)Y2‹_F—).6Û+\¤<çÁkÙί£B;x -½ö ¦mÙÊ]Zê{ý -÷8¾âÖ£°è2£Ao+Ü‚®þjâmÕ½ô«óØÒ -³Q½QšŠŸNêÉcüÕ†ý³íŸ›w±GSúF [γ#P$Àë•&Òn5jÅÖÒ¤š­ÎtC5“4M} 5{ÖÕn¼e:L‘ -=Æ[¦ 4˜’»ÿƒäŸö?°¯­sØXÂë±Öl_òŒT“—«8³j¯ÜD^aUžÌ'gm&J¿Š^V´f4 ’«£§Nu°¿´gæöƒ´ºëƳIš¥OÃ,㹤ó•úà-·ë9çÙ¯ñåꬆÅëMÕ]gÝR\’Z-g:Í_ñ?‰Â±YÌÔ´÷5®~jÈa_â‰LÍÒgDwÄâÀå±>+×7cêed„oñU©;­]e\îÔÖŠ},›ºÑlI6ë\?Öøuªº{©–^Ó°"Rê»RËÜRO.˃|½ô°)ª„d¾ø<_äâÓklÅv»=£‘=tWÐ1l*·fRûÜžÌ)ì=4KxÔ÷jK˜iGF™ü습Ÿt\˜h­ŽØ‚ðvûÃãÍÍ0O4 oGÖlyLWÝe¯_-%Q¥ú)ŽËM8+”ð|2/®&Ùeáu)ªÖ±0S^0(ZFèA»gÑÜëýƒä_l+§±úùÖB<¡e)CÈdÞ„ÀЄja¿\_éÎGOz‡áðÓV·/¼‘@Ióu˜‚[Ì¿köÜÊT§øªTßU¸,3%ô»k=xŠ+þR*l„M3çr åpªž·uϹ[–D.¶Ôò<ËcY„ÞJý ë˜ ¹L -Bãïì´»YÕ²AV@Ÿ)æíß» Ûm@¶ºLÿkî¶Ùî¦ï K<Þ Û+À ;äK)6 •>=]ÒÿcmÉ kwv)vþkÐŒã$±öh&ÁrÅ\<Ep\üXÐÓ3×ÈÞíf*”O5L¤¾=ÙÇ\ÙOâ€lØ{ìy[Ù}–Y­ÿ-†sü>[å2{¹K -3Y΀ì‘ÅR¨Uõ8È^K4È&óqŠûâ5àëûÄ:/ ÖÙ=ã‰uÏ>/X”{VÙ5ðù~þŸ6ȾÝ&ÈBrjQçÓPƒ™h~_hCûâ—QQ @Å: ¬2Ù(\ƒì¥™Zû" û|$‚qäµ?rÅ×Þ7ë¯té|wGIˆI¬O›OFîBI0õ½‹'Iëò¼Œ¤8 -T-5âu>|H³|˜.óaÛiäþ¡A+5åÙÈÒ¦®Ö¿;$p×ÒöЭÒ1þîƒçbòÛ×bÝWŽ›Þ;¿I’Ñ-„l[(Ä.ƒ×âi‰oǥˊJ“Ö`ø{˜ô‡ëm$/î^øˆ‹ÏGŒ62éê‚`èýõÌ¡÷öÂîT7@ÿõ^íÔ¨¯€®³€gˆàÈØ‚ï¾ôòÀ5côâ裒ðÝ“»›øôƒÄål>xŠƒrô¬U‡™(xéùHÞœÊQ“­0,ˆP8.Ä÷ñs¹õƒ¸MÎw:»nìk“ ŽÍ p¡Zò‡]OößøAþ\4ü´Òžn|wí­@ZÒ Nù[ÀC޲=aaâ^2¦..Û-ñY[ÖWQsÞÚ‡êgì=bV¹?ôò<ˆ$›þ¶u¥p§±^ížyHørÛ©GæÖïÓR™¦Ö_N×±ú }AJ#ÃÀØEš„O—è9ãüß u)52ùnݾ ‡f4Ó7ÈYPòÝ]¥¤T3ZÏzPdÂ¥¿?zí‰|7ÄÅæ¶3öö Éz—àxAÂ%êï«“Ÿä®ã“Vº•kÓ÷ÚéWV­Ñåʪw‡G¯õÄÃsçÖɸ=¯’ÿAœ÷ ÅN{ÒÊŸúŸuîoH]²š -Ö$@NÒäüéä…jšç-ç ™>pôÙ¤õÚã5õºwª²EÓë8±Uß#ŸæâWÎ%ç2¯´ï>'Ÿ^ë3úœ#s•?k¬]vÿÙv×ó*ë¼£™³5ó´¿v®¶åÒo+Ï0k"uÑc•~æAö‚ü ß» ×F ™ˆ9)3yõù­; ]_N!z?ï8‡½T¼ëZýêÚʯ®ù¡·8æ¥s—Ž5w}€wÎ'_vfܼžöŸš’µíܳGö-Åll\ ¬IĬ’hÇê©}>4¼Q²Ws2²oÛbÞ|-ˈ¹éþŠ´Ï™@Œ“æóÜà‡ðÕ›lËe´ÏÄ1Ã8¦6Ÿ¸LQ¶G º¶&dw¼L[ç£XÞ$$¹gÁûÇÖ+ìUiîž>ÍìVÒin¾>„ef`ñ±e‡GÈ88»Ü²±ŸcdïhøoHû\ë‚\^H…š öú0‘¾ÅMä>Ìm. -ÜüÆeŸ?¯×nÃAÆçž]³ÜQt&¡IT•dÓÕÍnµovÄ`ä™{þ03Í-Øšá#·e5¬bsÂàloº9[Ʀ oëéëÑ}*W7a­”Š–ýÒðñ¾wsâŽI ©ëFÇ—{nÑê³öïùýſ֮ÍôkÆ rê¦j—Fçp—v¿^#Ó诤íŽ5ãˆs[#¯O­Í©gú›‚s‰Öç)œ]—ýZáÑ}]nëµ÷e°º™ƒÕªUŽ.Úr^ËøQÍ,{íäý+Ò|÷@î²ßcŒ©ÌCñ˜øµá%¤ñ‰œ_›Ó%jüÄÝí{ïSAŸ2/4÷Ýíš4³¡ËC·<Ù‰›²®´Nk]šö«[à;«¹kQ¶ ´Î Ÿ[&9£¶ìñ1­¾‹SY¥WÐIÍ“碟Î „&ÓF±²øoˆRì<[ô5Z‚Ô³b…NWRýc÷p79Ó#¡³ã äiI["¿—ýši&c”¬˜õlŽVwž¥+X­U–I?»Yö,ô¨n±º§f§t´Ø—µì‘œ¢b5ŠU•©ìtj{yœ˜¹72£ù [ý€Ü:È»üð{7¡«¥B™ññ¹Ü%‡;zz¬ývVÏPmiÙž{[—´3®ò6"Ûk©ÕÃ8rË•¨Û£&-¥¶ªX"¹UÐcË“âÄŸ{³u<Ÿu?éh)]vCšÓ'Þ½uŠø*.†™»ØÎ‡Á¯¹Ú(¶}+kßУž¥mÏãçÞk¸“›îï¬y¼½¦ñòʽ>æ«7^±ÝЖ#4b¯°*‹[œb·K¹Dm¤yµ#.¥ù\6ÅûÃtÄ6ó{ÓGEÝDkìU›ã3Îv‡aŽî ¨ú„flÞdé)"Ž©Ëè° .r÷H‰Íí[mˆªe#œ †DÊuxOµxGù›ù~Ú½¨¸é>û~»äÕÜÞ©Úþª’…X2­ðœ7ª;˜ÔŸjFÔØ¬¾U±%z‘çæ)uû;HØ‹×Âd’Ãj#å^hÞ…ÎÛƒtF¦…æ“¡¤ÊcLÞdlAÞ6ë©ÐHb ‘­R¯M¶à¼Ø[ö¸]O}sVO½SÀf{+v: <Í«NaS­Z­cPMGK¨Ö,bcˆè1*4µ]~9Ry»³TjCÏ’VÌØÿš¸ã5Ì7LåÖ(÷s•bö“ÕÈ–H²«{‘=›÷491{š"ø½n+þôºÌ®ñƒ/x*k)0»ïíóLôœ‡û7¼ÊÝ.ç/ÚNÕ=x£š-írµɨiwG™âZëˆÖ¯Z¨:ÖŠ”Rg#QJ ™1ë÷/i–4-ĵ;¯Té„3ÐѧŸç ˜¾¼”|€I¹·Ú3mäæ,±±¯±9Ñ:A)¾KP .!2mP&2xÀwÍ+³éÌ“bvù~?—ÛiÙ©ÿ1æé,7jGmÔv\ž­µù±°2Œ7²˜U·¼PG iíL¸Ù@)-¦¥ÆjÇ/ƾýÏhÐGÕ¾öÅ©AQ¦×3¶(Aï·é:¹»Ï]‰nÿÖ¥8.ºÈ¶yLq ;ËaK`¸Î0ñ4ÜÁ»ïóßð?¦Ìw»Uk¿j{³}¨o§^¹¢'°®Ç–¨½€äöÖ{‹pQ„…SîÕøwÌã:®réJÜìzW›–È#WkõN˜z>îrt’íØ¤ÐáÅq»S¨ØN¡G}«y¹;|ê’> sy¼¼¼2?^ž)Z[Üì¬v­©Ÿþ†³IOªö5S­ÖïGôXߴȰ¢ JªÌ“FV4Oƒ×Tàs>Z×J£õ”£¹A1ž°Þ²¯¦ñ²h[’ÌVbªNÇr7Ü[ð/|Æœòx†kí«?¥Úsý)´çëɺݽ½vCÞg[Ö°ÓZ<Ëóæ3OíššAÿ†äº»Û{Ôw‡‹Ý4êÕrmÅ ýâbÎisؾ§çõãÉk=9š&Ñð‹ ÍÖ(eD­œhÖcFéHWÃÅ£h¶› îÔÂWìµs›¤©×@šY4‰7[o€íjÓªÐ0TçÿÐuŸKª2m¨`sVÁ€Šb1J%ÈùoæùvÕ»kjí?Ô¬™â¶›¦ûîÕ6Þt40{è ô -mîŠ.±ÏaØ!ÃP©÷$`«Ï· -‹ÞuR[Lã(—÷)¨eÛÚûóùV—ÊÐ[¼hfv›0~JÄ 6~cˆ{®Fæ¼AÁ££/Åö'Õ£‡wˆW÷ù n©.ø9̲É¡µü&»Û \´çùeÁñ«E×ÞïÚQ¨RÉ·þÅ3Ó’PsïƒÛÈ:l•†j‡¶ê¼­Ânß]ÌW'‹Ø¤pÊ•Ní  †hÕzŽGížÂp¦ç}e«`‹h•W¿[®î:ÕÀ=´±Ê´è‰}k:Bôjö¡¢Þðe"h «W ÎQA£Ž¶P¤–¼¹Eí~ÈNµû±qù‚ºÐá<ã(Þ¥„Gæwåg;^ö˜·˜c[w6²‚éø=.ñõi8VöoÃb?yÙåQ_W:ʱRoëLÜjY×¼Ðø¹ß`›a[ãhí¾C¦?P5sæË*Ì©Êbt>—•›Æ—tÁS!Kú:MŽÓøwÁúØ=µNÇÙ®DOdº>Ù+ÿNî&øûÖ¿ŠÒÖ‡Ûp¾0zÂÊк¥÷ÚlSCÈjµSóÝðŸg·þQæ~­Íãjö®ÆUÐKÒ²Â)YIˆ Ô)­KÅ~m]‡­m·€ö¶CàÎ\§6t×?ÐïîžÛ‘ó šdŽÝJ´ÖOš@ó3jž‹Ï1–óg -Œe;&= ç–ÿ^/FR ?^¤ö s¢K -¬û¿ï±Ö”’#X)pJ‚à‘,‡)§€–õR@'§‰È¼w Õ¹xIv…HÕGrTo¶”ñú*ŸíÂû')°Kk)P -Z¿Wáúýÿ›e>™QMû’ÿ’{) Ï‹9ïüz÷–³_çùgQ›÷œÅ+\ÁÈñÝø¶£œU!-Tôz"úÕA2cHâw>¹(ï"­rQÄÏ6ª(á»káÞ}kawÍ«ÿ"È¥k´.úi¾Ó“ Ìù–¨ÐH ³Q”F·Êï|r»ç,gi¡$nÓB§|I èBLÄô¨$3U±híø± ƒq¼üt -q嵪æèýHÛ·‰¨þ=П6xaÃý~絬páiøáóbú—ùÎüþ;ü!^Å<ÐϰÎ÷AZð’ß%Ì—üÉ4ùŠ)XØi!ØÓ‚á5Ò‚9F“ç|¿L EÜÇdÍ`ãJX¢ R–£Fihü@SY¸3oãŸÝÑ>íi¹:u¢L |¤ø°>b’¢7QpÍͰ‰å -@Ïvq±úOòz®ÕÓ¾jÿ7ÇüßÞ›ÙïÒåSÎZJÁ¼Ò~—‚ƒÉ«ubRþ"ÑÆ€æ«5Ø}Ú‡é9Çi‡¼E{œ‡m -‚ÀÅ>3Ë%^'Ï-.¤Ä‘:ߢS>Wêoßßë&°¶·Ýkíý—y*7M#X—ß o=š‰öü@ÿ;ÿ¼0‰F -Þ~_i·½ŒRh½§Rè[»å¬ô¤b¡Áç ±iؼ`B½íÇâ?wñgóVWÕÓ{ÝÇo¶Á’¢½ÝÔßÙQH{[¶†V·VÈÌÛ«˜ƒÑ¡oq<×ãþ”Ѿ­åK+Tg¦:£Fo*VlEz}ÿI~CrÍ´Øšô~׆NÓÒ²ü»sKɾ i)ʬ¨ívÞÁEŸ^¸|¹†ÖÞõI~/µ†ÀØÚKCÒ~Ü5í»v\o€±V › úDé– -=¬‰B6ü*ò¦³¤]}§¿Þ»ý:”ëÕUÚÿ$—N+-Šç^Z*³DZnOiYl<ãm÷£…ð¬{B4²|ÿ±Ûû¨hÂY#¯—øÙ…µ¯2Àµ‚1 ÕykL+òaÆ(ä„}Èšp}ÉÂ0$Sr]iwh¦¯·?­¼Œ?}¨¿?UŠê¥ -7I°…É’±ø¬Býøþwž‚q»“B}­›–^é"OCýsZÁv¯·q^þô¼œ5)v·vð îÃ¥Ñz—¥‰·d½2A$ „q©½Àׯƒ:§ŸþàÀ>Ï!ÿøÉŸˆ,‰\ék ɺ -÷úä³ßæt0¼¦§ó£ô´¥ûª”Ú÷ªòûvú•úOÒâ ÏÃtëý´L«<Â6“l°KÞW†}¿»r&Ýl„#–S›=V‘RÓÏ Ô™:µ§¯{"7#P!‘W3«Ò^ ˜Ú÷Ëãµ×ùG雨wEh»÷A¦7ÝÖë7ê€`WË—?е3‚Dîx˜\Òµ.Œ™ÿ"¯ó];--ÖpZöïë´âlظ͒7_Xcg§Y\Ìcr:È€Š²¹ }©+-31J¸üÉ/`q±Åqqð(£ìä¾z<7£ mo͹qºÚ¥ôvíœj/Î׿ПK€¸¥ËPEa6Zû[µß5H;Á܃Å'ÒüÃôß!…j|¨%!yFïoÒ*³_nœ½ÅØÚÇ/D˜q>««×ç%9÷Úû‰œ»±€×¨âc©õ›¡º×ý(q§ž‰]Æ#/Ã(ޱѭžùY4ðL*l5fZ¼º } çYuÚ9õhyZŽV×S9ÖÕ£zóÍãz¢ÿ"…Vf+-Ã)šVnÙúw–‘ ÑÍrŒÉ:ï‘ÍÈäqM’'{Ù~¼„×PˆL!ûÔÇ2" -·½/sûm]FÂnÀŽ—=”yð½S‘Íy¶À'IÝ\OËõS:ª¦g×t7=î¡~ØžëøÞþ\Ï?ÐÞŽjÒ~íkûþ‹Râ¾ËVuÚ‘!=¸)å]ˆáãÝøw£çRÌaåÿ_~Ÿ–åJ¨Mò:GÖaT9æ1rdÃŒëÕº ÙPiƒþú5JPVxV®Ò£ÞÛ·ŽßŽ/Ñ`2s®œK§Oó¸9bÝC+ -à}×30z`‰‹]Hô´yen{ƒ‡Òv -Å£@M¿4Ltx—cò9ñ3çûOò64h¥•%:2Yy cÚ·ØG£jLc«ªj’Ðû$¿Ì-ĬV>ò$¾î-Q3¹°Y -ÙÇn˜6 ©PÝ;Ûb‹†ÏûÞ6)w*+T -GêëÍó>>oJÀ–_“3ÉXWKÍtµY]Û«<ýX®ƒìšçb›3üXm6½û¿HKܸ™Vw,:¹i^”pÙ‹~Y‡²cIÙi‹ö‹,dRú±±–«ßÔËmññ˜™RKNëå¼ðòü£D—Fm‹uêíÍkté¯I}‚®6ödNZÝÍŽlŸynyø„ò²w‹ó׬.`a/e>vä–½#÷OÒ2xú}[Vå­cÁý)õ­ m”‚|‡T½8%UŸRóФR÷vÚå¸y–Y>ý8g«EÇ–†t˜?¶©&U7R?l¬ô é.U,˜95ž”;ùÍÑšsœ%&,ΰöÙ&2· -ÂÉDˆü¦gX78ÏîËôŸ¤åÑI«­æ4Ï›Šy>%½Ôc ¥Í_Üý RUþ@Ê;‘× ö=_î)2‹ºbžLêï}°›ìnÛUzÂRy]ÉÕ¥ûJók»ßžT4$¹HàRÛá ÿuÃËlCŸª£çwº.mÓUZ§¦jgyüðòb{üy*öâ¶pDÿ«s‡^º‰ò¢ -6ð¶ÃŒ¯Ù£ÎÍ} fÜuö>°D„<ε œ(rinÑŠ¶øÿþ@›*zÉÉ—çñI©ÏZ¹‰WÆboºæ]lZ'úÌl¾®ØöÝPs´kw½É»­&ïÂô„µêãÿÈï`ímç²XµZþ¿Âìt;Åê0™PþJá}¯†õëèŽ/…ÉysV¿Uî¸?ÒÒ~øU­æ¶Â’!ÉŠ^oóP¸åý±ù*áÕY¹†™_·‹µ‰òdâWëß9ØfÆMoR™ôßxÒ;jݱ_Ÿ’cx~:Ïóõé_ä·¦€þWçÆ—uJªNÑ%‰-D (‹ìÑâÖÁõ2ß@|vÈÇÉyB6YœÚÿ¸Yô±ãW•Zб³n áÏ’cñ¸n3\mëĔ†•ÉQov&}j5M­ ;fbS3É:­ $Eçî EÛÁ%ÏĈœ&:´O4RÑ硤t–Xé5FÜ¢P‘ûÙ ž‚ ®¿cfUm´NtİÃQ»ìP¾PJy-®w7Y[†îÇžãµ²÷~ö™¶î^69½)hÌúts£·Rë™cèXÝ7/^›# ; …2Áý wµ¼TÌq”UùÝñ@b7ý²øÄòQíN(fÜ}^ϺװngUÜGsªO³ÎŒRAq·¦ŸuŽ;q.\…XsÚ¶Æï l˜šø/:Ñõ -’±^ÎG¤?ùaþ¢ÜtPu+Èsøhn½v£ÒÂaÿÅ» ’U}žwe²»\Už_ºVáuèݘ…±R5 §¹eÒß–îfð»G÷ZSGë½»%—qOÛÍE¯Íõþ깚(Ž#µ«¢í×FÄÃ÷ƒƒ68’Ø]3'FGËùr=ª”Ü˨R¦¡ªõ‹C•ÏÆÃZÔÛÀÆ9ýÇô¿óÿ0'°¢6‡LåÃhU,õƒÊÝѧ‡™ûïy»¿û[3)íãj›6f+¦3k/ïí:ŸGç%Ѹ$;Ìa§ñí#r(8ó?ÐHNêʨº;ñsÂržÿͰ…¨3ØZ,N0]þÈp[»}á¶°œ¦LzKmÿ/4…´ªò Kמ`¹Yã›ZÍG°Ñ¾1jPI!×öv¥ÉÐX׬ºœ#sQŒoÀ¬^$x·Qb£þ‹~m…,Qc?4ž{¶•-wûmà‘78=§@ŽÑ htÒQkûõÃñNì_ªƒ¨ ^/n ˆÞUžQÿBéØ\íùý,ÂjÚiÞf_½@sÓrZ±vZØ$DZ ð}ZÞ~WÛŠ¡žñ(HÄÛ¥K_+E³­÷ßqTïÕg#›®?[aMZË„ï¦z ÷¶+†Ý[Y <’pƒs \÷GñpèMª+Âå zë®tž#;Ïñâì̼þ?I²ä”jFÅ´€÷KiáëRpB.r´S -Ö WZ0FïX&»ŸhÓìŸ]©†ïó¦v?$8/xü -òäŠôC¯°ó¸pô°{ñn¯)ïMè“ìf¨ývùo-qq­9s˾I7˜Ùz íƵð¾ZÙß5“¡«%›+MÆ=Î1 -×oUð‹O7—ád}d?™xgQÂÍû}&…Ѓ‘jj~&fÇݹ)ìé%ß™‘×ù¤˜–¸åïä1ŽwMjLV³ÁÛ*e#¡MUY¨Ü–YêyQͼ^„i– %O·-&:׎<ޏ¾Ð+\†×R™å¾“ÂÕsÿ cÈ“”³^¶çâÚ¼œ$°ð<•S÷¨–½Ò±¶Y¢£ao”]>çÔ˜ÿøþwþ)„íÀ¼Î¼(™I'ÓŽí`‡¯ù¹5RX–« -uwG/F˜’Bö<JѹßÌWGá¼ÙÖºŒ6߀IÝKÂ&ž‹ -VùN¶jŸÊ"=<®!;ÖdkuØV“ã¡i ü~ß:[ûŽS-Чþ ¦OƒÁšî‡ûsËì‚üCý!¿5oy˜› ïŠMØÑ aöYÌ Ž lcEªZ%—½ž¨]ŸñRiGß©¥Î]åÚë‚cáOç íÚáQõõô`Øâ¡U¹V÷ûØÙwJŸöÅ9=è¢ôŽ=Ó×môѵh{½NÒíxœõ©4;,sÂ#õâó¿H¡DËåÓn~WŽë¶³ÚÄFÚM>z‘ãBe‹¬ /ö6n‹…òwúX÷'›[‡¿çõ ±”g2}¤žKëƒuܾ{hÙÔ‡öàòw¶ch7:šÛ« ¨/2šRäDQLe7³gQÚ@®—bs½TõÙz©Átyú?ÐÿÎÓò…ÒrVëú`qW´| àl…ªúÀ<¹‹•“çX¯4xy ï[±G^ æÈ¦¬{gŠÄ@>Õ -;ãЛ†7eo;ˆâg8ðmž¸²¤½^F$²Ò–übµ©ޤI²%±ïå›U–ïcË9Rd˱dKQè?äm¨[NÔ¬ß{[í[brïF¤Iü@ÊÖlº¯KS -Å‚¥Udߺqþ ‰+šß*wR¯ñ`#s•ö#ÎØ&ÏÈ¡Àí(X“g9^5:GÜ­™úò°ãúË^ÛŸ.Χ5C’›_.áï÷÷ãtΑñɱÉùåVÛþBý!oCÛZt(‹-Û9ãÑó»2¥¹ûŽœç¤;sx9=@÷‚÷®ð2ÁÙ¯KPg™”òÚ?nÝïc:ÂÒî:ft*O_íõêPñH%Ã…¿Í¾óK¦B³„Z³‰\C¡J, \WÎÈNü5Š¿ø«ýìã¯üÉL€ô~Mà¯Óêü@ÿÒ2.6‚é•-? }†û‘²«Á+Ì GñŠùh<+Ù­4ڗ䬌™W½¿:möx8¬¿7zôžÛ)O«›JM2Iû¾l¡áÍî>“çû±øb3­N‹LWtDLk]bŸ“<1=ã#Œb'œ7ŽéÏÂbZ+Ô—HËZÚÎÛ¹÷5¯’hKˉåÒž÷æÃùøU[VoÎÛŒ9Îvj¬`q£ój^žÛÑ–ÞÃfxÙf£O•Gee²’¾¼Lsömƒo*RÁt —Sl‹ÖKX3Ýv±V¥HLl¢'û͇Ÿt›—ü›t[d{ìÊ6ÎÓ‚å¿HT¿Ù}ÓmùkL{D­§¯øõY•ü.ßwØ)\DáÞà©"SV±ÞÑ&|Œ—›ÝÝ‘óVI½äÆmMu‘ìÉWy~K5˜“™9ÝŒW.Öú ãÉ]æÑ¤jgìñMlìiÊn|¦`~ 7= åC½L : -ê$:2*«?ü@axÔìþŠÏtˆ*¥òÁ¤¢ç]B^…§Î5¸õäK¡léLeQúžZÛ´qP„ãÝÅnô¦æƒ,yª÷ï TØŠ³â@“§ºQÒ±ö—³Ç>· - 1œ^ ãa¥ÖB?=F?:¸A9êpC¹íÈAQ(®!w¬‹ “`½D&Æzõ·:ýfæšÕÍÂO¥a›JD"Š>:p¹±ð»[#S1‰çñmƒÜc!z2žõ¶sä‹mêoœ$=ZÙ/n¥"3›]§7¼Žz]ÖtÜ¥Hêù’úä -y0!‡äC7™¶Çåh$®Øáˆ¤YޱøÃ»Óv}¦·¿²³þýO°Õ"åÕ¯ݼÇÀ¿€Í¶~<øö}x¶¾öåt[2ãÚ¦ð0é3Õéâ^ÿÝ·g6×ÞØ´NXou»Ž/·6NPAx©ñFðå&AÀŠ^FÀ*2=õçïWí»§œHÍw4”@HÖ;ø°b6‰?˜‘ÈåÏdus3i¸2qÆÙc‡Û —Ì y n¢ï£¢Áo.tßóé{½ï -$; ,} f‹¤áÍ+;Çú´£ìù€ÌŽ^Qã1Z\çÚ¨<~ú?ÐP­V Õ¾kW„ kÛÓ6ÚltÀ/L=íÇË­Q=-~à·põVé#C¾Û›ŒoH7«„ó.¯·v]œÙs]\,æãä.8[W>æíÌ“ã¨SzT©¶²öäöªÁ~[zG®ç˜­?æÏä¸ëîP(]nG”Ö|Ân0CÑðzê>êYè,¾x¥½nÌÛ-ƒÞÀ­-*ãM[ýnšûó”ivaéÕðŠ}¯q²U¨18 p=œøëúØñõ‘9 üpþ ( vw{×*W(hàé½”#ßrö¦­î¥%F]î„qqXlt+îÑRyI Û²I.%éÞû¢Ò}Þ®v‡¤¶A»Ñå}eóý¾ ¿\*Ö?µ¬ZG.vm¢ô†U¡†O+¯Ña])É[VVSµ¼ê»Q¹N«%ýiJÔÛä¬vxØ­¨Á¥ßJélnëßh?9fÞÆâ\m™Nb‘0žŸ 6zwŽh©³ÝÛooÕG÷ȼûÜ›‡ÎªW¿·,ΚÇéMj Ks¥ŽÖ`½†µvô>N¥ôq‚r5µÈzJ@ñ¸z”~ç`[VíÙ€ŠË†0”rvnÎ%øÃ5Š–UF[m -„ž„”. -òZH³õ9ï$.³ƒæy3 ;·÷ª—ŽáßyþåÜšµ¬rƒjödWÿÈÇMíNõ7Ua_ÜVƒ.¯ñX¢°Ó¹èÈd¨Â¥€v¼;€ ¼'€Á+çذRþ°ü.¤%ò€tuø]m›þG’Úk7ùRj|;L¾ÍG˜¤‘ñM¾Ð¸‘£"Iš4IêÐû endstream endobj 79 0 obj <>stream -$Uœk’>ÚR’§Ev’¦ñ'ùV ùvÏ•­•|'üå‡Á8ù’ûyò=ØTò=ÖÎ ­„t+ž·Á8’W50ªÃú§þî´B“¬uÃ]ø'Éwøð“¯äúQŽðûž‘ä+Š9üߟµiò½Ðù¥.6ùÒÈ3ù.Îzò½òvçHº•“¯¶þPè%ø¤‹ä̦ X=-ã§.nã9ãÒ¨/D -ÄY½ªçWù4¨´¶ó–t ô(`àûà?à?ä‘ÙA’õ‹a’aå_úi’ÝF’jÃ$[Ó‹$›:û$Ã'$ƒy5Ɇ7ÿ,øµ'à’ã¹w¨Ä¥ó­)¸ÙV`ˆDUÂrF‹~Ýn?Ôøqþ4+)Zþ -œ<›òý¯Xô‡°Z÷8Îx(ê"n’ªˆ{<þèçIVòðîVa÷‹!—æ3wj\ÖÎs¤YR¸;Ð}ª¾Éšô±7­0oûÖ®wÍC3F ooNŒv@ÿ!JX^Šæë“‡×Ë~7shþnŒ¦ y#“Òðrü˜/ <öuó/“—äMŠ‚îòûO>ºp >˜8s¢ ¾e©S~“ûEë]íÒ={ÃsˆÝÀ_SË}ÒÚI%ÚtºgöÎÙðá8Ô¹J£¤ÝÁvWÊmTÅÕ¦‚X2Q^€óÿ!Ï+)ð¼çåx?)xu ß—{¿+‚±dáVšïmüHíÜŒ*žœ¹Üßä§(ÛT¹c[ô MçB|Í^²,Ìj[5†µk[ÿ¬£-éwv4‰Ó¹†aÅÓJÌ(A-¶G)÷‡ \­ºu Ç¯üÖÅ^4ƒb¯Î°ó—´0M¢ì"aZÜâ•@ƒ:í‰hë{³ÈKá°x×Ö[Ê¢•)k­® G½ª¥ÄÔÕ0i©be©Åó¹¤H𳡔¹gGVÑ÷P®©1&›:)5­ý²éÓíÕq]ãy‰Ld§| #DÆ…Ç”OŸ§)ÿ˜¯±?¤¯¦`ÄR¨/×ÒRù4JHUÅCxFܧHÁ¶I‹¨9¸Wúxy۫⋼)Ë)ò”×óIž‰K†³ñ¤Vÿ¼ö,SxuG¯Ê3¦ñŸ¾Èê "޶í™p}#”0>œYþ‘Å -?·Éc&Ë»\ý¢÷ -ã7­øžÞÖ¶‰ÿáwuúrž¦XOS(m5ÒÒËFôn6ô°Ñ~S= f2ƒm_Š®t›’LVg^]z<6¥ˆ— -m ñ™ „ñGHù<5*òÓÔ®ð…GÚ~̵ßÕP…NïdgAÞ+®pºmÙóVÿì‚k»ü©q‡M{xñ¬ qñ^0q9/øRÐ>)„€´Äm›ÉŠ3ú![õšnùέ(~ sº-e¥ÇR§æ“ÏüÞÛ 7×åx|÷øÝ¹CÔî²ñxßÉ­Þ´·›Ý“oéjõƵ=ku9š¡\ÜÎ/~ÏÞ_`¶Æ³Ÿç°È½Vfnñ»¶gÂrø91Ä¿H‹C94ñŠ¿³ŒÍ08È%·œ ¡Ý­,lc¼î'êRˆkÒž›ÀϤÌòDa¾=ß«A÷qµ–¡ô;k­}MîØ„ü‹¿¯ÄØkØÏ©°Èo1 w2wTË/úˆ©³€Oogð%™§×rZ<•4©Tð;®ÀÿiQýßõ–‹J1nžºe·Rj8–7^™F<4m¼[ÞJÏPíõ…©¾š<–k{uÛöGGÎk× cmD–{À -“„°Í`⟅û$9]<½D¦vZÌôþtTäÏä¸ZõÖÝØ0jæ){K™¥{z¶÷ú`œ³$hÇOÿB@=ÌïÊýqj¿‡‚e"¦®ãØCQ´lï¾|üw¢8?M¾Ô$›¹{Ì9oí.#üÌ2,»Ÿ‰÷]®®LÞqïßC— ½ F­}gYÒn…˜Óý ·ßÍêk7ÜߢmÔë5søü9¶å| ÿeú‡Z-ãßY±²+=qÏ:/–ž!©¦*£¥$·í–õäèúWc½~×—}øzpXür¹~7LžÏÐèu9ª:Áÿ@‡m'zî÷uC£Ý¹ú¦ûŠ7–5TØ ÍVmí–ý-ê\q*=¦; - 1ž.I°Q¦¶!Òd´!¾0þËô)äˆßØ(ò^ìmV?oó¢­,íµ²5…"¯—`fôP«LùFóµ>7¬­'ìÄóÈóüÔÞµs>´®À•>=·{¼¶×mE§ÒwË£¦½QJþ®´™ ¿‘º–®ot½œt×+U8q«Z Ø«:äVVõ1ÈyMÿEZj‡ÀçÔ’ ö›ñcbõMU1$MîP…çóZ8K¼4Ûù÷í(æí¥oí *®Q¦ò³SÕ7‡OéóIe¶ñ½{¥øæ[ÜÌø¼^rsk¥¦»pUŸriüÙZT‡Ë½ŠÏ^ýyZœ^m1ØÀÅÉ{‹Ó»˜÷•ù¡<ùCZ¢ë ÿ ÃÈò"ÝщNÍT¨÷^}œ÷¥Á?Ö‡|L¿—†n„ xàs9,›spµï7 z‡„â™âè’—˜¬mî«M|’-C×–]ùå,ÎÕ|„nÒ|ôvgñ›ÎÆ~B_ö,<2J‰ïåÛ"¾Ü ™?§ñÒ’5-¹ñÌÏø÷íØÚâQ¶äýd«=¯^ä%ß¹Þ[çy¨Ÿ„ýUšÔ{GÃ=Œ÷îÍŸï¢e³Åvæy̪ñjsËËñó‹Þ|ÍnRÙ$x¾8>-àOëÑüðù¾8ÆK]ŠšÊ~I˜’”ü™Êy›ó†s¾È峯8uö;N½Õ5ZÒ€©"_¿=›âýrõ^wõ’”ó—yퟴó·ux¯wÍú:±ýVÐõF:æÏcé–G·ÄιÛâJy_…/ -'eº*±ïiU RL_ªUÀXê-'ýºMèîÆŸÐ½jeBWÉÞÄ"Ÿ£<ÿ=ü¨#z ýª¾.X+Giµlë5²š0ŸŸ_···`9ä4|²¸³pÏd<Ž;ë]ßÃs¸¿› _*ïë °§ÈîæIÏc ;ÿ@3@G/xù!Ý1*Y¾&vkMèÀˆ&ç¨2vçÁøT®Ís,nÜ×Î.` †x š;ø>j‹)&¾¶HQGîÞ ;Zf•–ÎWäë -[}–¶îí¬eë˜ßÅñÞwo¥]¢´;[Pz¡›*W#H§µ\-.¯çnÆo³NÑ3¶ %nÒ=îÅñ)x㛆hˆÌ ·û¡—òb†^*Õ :âµ7á"rµwmd¼<ôÿàV.»ÐÈó9_­úî+ô¥·ò]ón¸tÁVsV«³Óq_ÙJû€c= ÉüÉ¿%°±Yiô`ÕY“åp2žÏ2÷²Ê,…YKì0é]v  ½©†"ÔG‘§]D’ŰƒÜË/¹Wægd¢×­Q6<F¼­5GøòÝûèçï6†„:ñá|ù€Ô¼ÿfèyåS·n§®°E#ºä·^¸Ûvñ}÷vÍíL©Ç›µ¤—VûÖ^ŽF"<Ÿ[Q67³iS÷W“S…¦ó‹Í3’N‹7äQÀ{Þ]{5 ¹ÖHì–&#±ò<Œ}­ŠDð.ößêpAÖÛ0?o0T×…/Á÷Z û‡÷Ø¢õ÷ÄÅ=X=k­èºG -ünó#E.¯µU¼9«N~—È(Ï Ù²ITÒp0m%óñd9zƒ)á;=zv4 ïù8æ’X#ˆ#“¡Œ:Õ¡<&ó¼r¸ü~©aEPåae‹Æðú6+Áõɶùàýü6‰ðÿŸç¯ÁÍ›œ >lh§ö$¸ï²|Ø4¾¹êwtv2y­|/o//™Iq]ªC˜c>ãÑë¡XE!àë8•TŠ®êÜ~X5ý+¬sˆS(ïÃÔ¸ Â/ßXÂ`9 ‡Á}@·Ž^ß™pYÿ©•ÿñýwP×)÷y}4‹v=v 1º"Û¯Ç(cP?0”Ëo÷ç‰ è¹âh5[nk¢ÞëÈS;*;“° Åã1†Q«£ -xo†JõáVÉsäÁ~',Ýv²ï»éü‘ó6ú'~õ¸Vëˆ5Ö ¡Ûc‚ÑU“¸›‡RøƒÜ{Òñs -`)¯‘µïÍï°ñôy÷Ô™sêDcÞé±iAóãrüX¬‰Fq†cg«NNÇ”OžKyպƈ||Ø‚ådpH™bŸ)ë½Ïœëö¸ögÒCÜÞª›œÎçî}ú»wüäv±"TìdÒþ:‰í:x–ÈpÛóÛ/IþðküåÑ x´™ -ÀÝŸÓølŒqgÝvdjý(\ÉË<Ìd§¸ÂüsG…`3L‡m{“·—ë®}–#_½ñ7»ÓâuDgžvfw¡Ò–«Ó–ëȤ½4/«v…«\ZÚ‚U[›n'mÕ=µÝÜ+²ÙŠbãMÎíÆ>ÛÈŸ–³€ùÆaY¼rª”1*!ö~7¶ËÏI\É;Ÿ›ÔnêHl^¦%­É6:¸Ü¨+´Ó.¨ø»N)H.íjüZÍj¢6é-øn8q/nå#ôÕƒªÐ¬™dT‹F8Y»Bo¶†:K­š£´:-lÛUÀ®+"í •Y6ÿÀë­ké[ÅKѧG¯Ñswó* ¬{y+]€ë÷;#´PãôÕ]ŒÔ˜Ägô5êòI­ßVûظeÖªù}˜F>â¸Õ/ME¬ÝÆ/¥Êã‚Y-XNP\'-“x­\j”k­â;¢ÅÃS§Š=çA¿ãå£ ðìÍ‹ ÌÇÖ‹?ܬÄæ 8½»—Æ[ cí FâBØ·YÜîéÉ^¯FÚèF ÎÜgÜÅæ ¥Kl§ÙÛÃ|@‰¨–è+ªšÙľ -zÃs¥ôir%ýžÞ!zfÅ~õ!ý®ZÕÄ{x»_οóŸÓß Û€!ÕgÎÙÉ Ó?p©磋³Ù ãý¤¯¿7ú—q¸M‡9MÆç5ÒÄp9€¯ Ö%ÚĨEIb¯ÐP³vC§ƒ*žžÆ•R8BÊ+•™‰é<™ ŽÐN°Aiñ;;Àw9ÏKhEÊÙçA …¶›G[›å÷9÷‡$í„r’î!%I±”$êMH’G¨'‰¶ü$ÉY“„ª·~ $!¶£wž$³!sd“dëç¿~i+9s+Iž¼Ÿ$f˜$‰Õ($ɇ¬&wîÐJ0”ïÇYêMbAmâbãt‰´úú¬N¶êaä…D?PØD‚(°ãóKô?’ôZW“oq¬%©]ÏCF½g÷Òɱ³$%»Õ$ííûIZu±$­¡›œû)Ià#g’ÿÅôb%˜ÉÿÎŽ;í‹yEÅD -‚qQíU"i=iFËÁa•CmúQ9hó©ån§§g°ßI–ï*jàŸŽÑ×ôí’|›3=ùRkíw>™˜Êù9k&_ˆ“ïvVJ¾3©“|‘Ú$ù¶)2ù–¬c2ÅüK,† 1†žÉ%ÒŽ–ÎÅ*ÇgôѰwö©‹NñS7µp×n´Â–ƒ ‚÷ýò»vô€yTÐ+ .>\ZJRÛÛî•w2zƒÎ7–A'/I¾Ì>Ô?)É7cå$[Õ¼$»_ IvŒšI6퓬~œ%`‰Yÿ@q©&£jKá>žÂ‡f–)a{[µ§ÕsƒÞ }2O}¦Ê}XªÞ‡qZ7a‰á©{'w«z‡hUä÷¢×umEXfv­HBµìåíÅ´Ô üC’UE-ÉnŽœj)°SâxuÊ)Àû)€¾°x±£çjÛ_…^ŸúC”õ‡côæqõòг`¸÷`»ØË X$±CxEÀ)ž;å·„Í÷<ömu!Lìu\Û5oÙ6—lÝÇÓ×ÓôQ[/i‘ÂAÚ¸¶(þ!Én‘ží²’&cÿÎ'Ÿ -hV3?ˆ‘VX!ឦ>»y̼qç±q ñà@mƒ{/`k…¢b¯Í¡m™í¡kmâc¾ûDj€SÑðflÍ8·Œ®"T¿ôûË<‹Yú¤M ¬ôÌWæ­NA–ÉZI&«@YÒ6ô‡<ÆZ^ŠáBI _$HÁkRLAyÒŠ«¯O/ð«Q×»—°3¯Åè»òþÎ Ë óp€N†— îLŒžúÅžiZÒYÚÍÛúj†ŸbUŸ\ÈeåUöšJé Á²Ogr•»î¥Í_4ØwŸÎb <{ê¾"2…AY„ŸõRÞWþþG^Ž„šTKKÁÈŒÒ"»+'ÒVk‡îú^÷°ý¾ò^Õ.‹®Î{3F0aRÍ\x¯ü¢,ÉCVR’W«ƒ.éÆ9ï_$Š•?/+–Ó}ó‹O'KjÏ£Øî‰4™ˆŒü¤„¨_¿ (»óØáú}¾V} _}ó®âia}WóRœXiÑSh棾h›áe|/eoõE¦+ÏAM¦J8ôHVGÄL2& êe‹ã«#Q×ç©Ë=ÅàÌ)" +–qŠ+\Q?âS øÇ¦Yæó>¼ýé#ú(ºúêºKg˜»W@;ÕR/½nñRåÚÁg??I ©£¤EBsò¯Y¼™FŸ± E‹·uøÝ™l2¬yÇÔ¤m ôŸ^Cœäõª§¥p5O;þÛ¾2üô(Þb =3ÖÕîRìZ÷åðoZ­–ÞÖÆºš­eãº}?†Ü»̹}@0oæë—Á½°`QaGâªÎÄ£aí?~ ÿ§à¾¡ýNßù ‰]?™VÍwãtº[N{pד[]WK®ù‘ÚF§ø„ÏRG˜L»£Çóð&î2¥­ïû}¸mº!w5Ï1m}¾÷¾Vô<é~ëÎÅãÇÑç¾.5)Ë=&Ö*83i¬ç¯ (g¼»ŠÏO-Ÿžg·yš7Äúò»’üý&ÿ2 }˜ÿغÏ-U¹`QØWЊ9+YDD²’% -b„Šzÿ½ö9_ïñŽóç™Ëîј̪ðœØÉ;hÒþ÷˜äé^ÑÛlN4 àåã»*“º[N’Í?ibÙák´Õ—Ë¢©m˪ñhÔ–†y€|=ë ‘nŸg'í;àošw÷>ZÙådåžZ¡#%Â<ƒUjh{½ˆ3?]4GŸò¢I[óc¡Ñüï’'o0Ûf—õLO]÷äïñzuOz =Üo‰ÕzÈB§•ß.3Dª¶ð º–â•¿Ñîì&zæ ¬N¼XYß0M+ꬭÒO!P"\‰•Ùg•,vãÝs!”€âüÈt[s¹*£óŽwãe¥4våþæu“n3”ôšÙü?ÿóÓwé^_Í ù8×axs0L×ÿýº ;Š›¨ºé¥oSÙÎ×JjP°h]K‹–ñÚO ­D”hµÒ<ñJ½â/éó£¹tæ2º]çõËÙ9íe…,å¡ݤÓb]|DþP´¸:#d})82tFÝUAõŠÍœòyƒäžBGó|:Í»áæþ6œ_í°S©ýÞ?Ù\XúªØ³B'~O¯ËÅâþ5Mœ®é^ùØÓÀüϮ铋–KNç]©!ȃÙk.é«ÔàIu%Za;Þ5$œÝü%­ Ì¯°Ï—ú“ 7ÕOúÈUùÈUÐò7G¨³QÆ6þÃtÔ絘¬¶Ç˵îÆuÆx/´×·A¦úÄŠRÜhL¶Üè&–^»¼ BƒÊ=Zµ•xÖÊk±E{ªâ²*~Æüµ;Ñ‚0Š¡ï7‰%_’é€ÛtÍWQã”eÓ¬8ÛcýöLx›sƒ F~ø13/QYζ’s¯ÿ‡ßk~ßœ‰é¸Å´1 B¹859ª«â¦$9´ä.³t01Ø}èT*åå²ÓXH+ /_]‘0 îs<á'Ü—å*™#²õ»¢ÍDÄr~@ædG3'¾—éÅï¦CP¨ÓÆ,‚i¤Nˆ“§ÿZOžÿ9y«%iNjÿ!«Üìœ'Bñþ<£íì…E6ß ×ª]¶y¦dw•ýÒ‚ÃSl wÕ*Xá«´@¶2ï?îÉ*ð­Å8^kc–/[S&AZÜôZ}Îé´y7idúö'˸¾Ÿà<û Üã¦L‘óú`ì_õÙx¢£^^‹ù÷ê=gQ  -ƒ¤ú‹Ïë–´[ònçE›0ˆv°†UÚ^ùý•æ©ÊZwCÔ÷ÍØè¥+yVëQš-º6 ʰ|iŠ#´×ûùµ ì*Ž˜3@QtzÝ2{ʉԸ0TÇM:c0šGdÈž®ä¬1,’ÕƒÛñÝÊdÔØ®­_ÕÎ#¾VøŽâ]ù·Q£ö{ÅPo)ìãõÀBy×Xxaìx ¥hv¯Ì°æ2ÌRA‰ôÕ¸Ù>, ~È÷VßÛMM(9íWŸkЬ‹žÑ)Ü†É ñ0&ãu£Á’³0ò©cþ€£æ¤½!Ž ˜RxùeÒÂσç_¤–/ŽÄ _¬ƒ,ç þ‡Ë|&?Øm#ßÝnÏÚ'%Âu¹§nX&0d‚—yÅW½¼l¥¢ùð%]$î„ áW¸¨6g§«ÔŸÞ£2q‰>ÞTD’¬£†8Þ"~>…®,À> Ä#vû^2ì0 L÷ŸÓކÁØ8ßbèãb?ÑÇöVúgŽ8÷„UÙýÏ H^Ó­èòxåtª¬a|^ «ÍäÙTéH’6×-2‚>‰Eìûàk`;­OɗƼâ£ñûnHMv-„ä\• æ‹…«Â•Ë3£TÁþÐÍñ÷èó^y¢KC­¢K³‹¡8z^ ï #.¦YxþÃ)¡¢Ó®xö?`Ø«q±ÿq¯¡W¡þR/†^Öâ™"Ëã9\/J’c7m±T*oy–Ü]YyD½¿‚´ÓEëÔºuÉ]©Iª¢84h“ÚÔ^ (ÑŸç+r>¼cä °)âù÷ -â -ŠŒ±ŽŒ.q&äDÖ8ìHýíà\6ïƒsª Û”ôǪѿ÷a_Þçÿ&tå8ðæâmÇÌÅé©àÙô¨ÚV•f[¶áœßá+†ÁÚ J±î¸ó’òy6©€'šØ[V¨ß#b¤"e ´DéP~éïÁ…p˃ÁjÛêß'%8G ûxœ÷áòzO68ö– èa‡êakÞ}wŸ^~X-Å?à¿áõcÜüÒ|{wŇš.MãuÑ£n/núÉ•JåXe/ÅÒ>1Áɹ‰ö°Ã6QºèàH8½±pÌÝHêDËaïnýÔfógé½VTÒ#J³û9mK]oQjuÇ} -鎉۬[½øqØ¡iòÙ£k»=#Y»z¸­xZ_ç´6€XyzÜ5?:Þ*ó§IՂ˨ækçVŢ÷hÎàd—¡óF˜l³DÅV}8È3>&0Þ>z~™u)ï9ïLOÀ²½íUü6{Åö­ýX¾·ÄbômµNÝVó4WÐæœøýV¦f÷»°*õ9Öï¡Ö …£êpQkO pÿÊIº·#_Ë‘zm_íŸæK¤´8åeÍk-Nfý =Ò!†7ç>$;ïÆØÇn=°Ã¨^±™(c°qìNšÐú£\ ë¨2”jÙ@4k°_׈C+©®:TVg§FeÍ ÐÊ´±Ê‘Õ÷Àk^ÀV“h–dù5-u>ŒYê\Iãü7üÃ=Ö†…åã⌊߆¢ïDfÍxìð©t¹ÓâÈ~Üc+Eà–5íö—¶Qï„Ýlu:³BýA½>5wb¶jÀ+«"%+ uÍcåíæ%€û[A-žU§ÔcÈmq¨©×²NŠ€]ö<ÞL|GY¾ÊŽî[Exâ?Ø·gµhæ«ôK¹<ʉ4¹^6\¿/óõeÝÐeò|rg8Àz#Xï þ ¹·»à¯·:’ Ö~§P]Åö»Ö:•ò®¦u@¹´€JJU‹z“& è¢Qr<«ëã -ŒJ ð·;ZÚ"ñÂx€HŽ@œ‰@Dñû?X@ ~ÕÓ‡¿Éä+ŸçBÛR•¯6î -o!g‚4,îÊXÿu€¨$¶šgóP­c"Tú«%-ø‚{·ó*%[½X¼¹ÇjáqÐ+@v•Ñ«åÈœ# -Œ†µIŽ$ç¤60‚˜}Îû·ÇltÒúmØZ¿=æòêß×’Y¦Òf–¹´‘edGÍ´œß¾íÜçÌ9Ÿr–QL7ggÙ¤Åä¿]Ûuþg“‡“et-Èœr›zx­êÐé5Þo?àsÝ?ŸtÂQ_¯¢S]}Ôñ®•î>˜› -¤­1›o¢‡°¿Ë–žÜ»Ø:½ßOà6Wj×{‘…®p¾b\0­¨žÝæxu,)Nü)¿KJozwÚ¸hüÇo?¹ø±³Oóefïc f]\ÿžºœd±õÊ>ˆXÎÜÐm½JO®÷¬\9äQˆdÚz‹Óûœ[ -·ka¯ÜÔÃÛº¦§s5.%ÿЍõðòö—e::ÿ€ç-<Ï^ÙÎdôlœ †$“tͪÑÙ8òÃÚú IÐqŸdµã~±xì÷ýþñ‘Ç5t³Ï®gfßgg_§¾Ï¾‘ü{zð¾'þo¬Ošiªvn×KaxMS¿¢yés!Ø!wöîäü<öçz²çË„—«SÔw7§ÙmŸjú=9îRzl†Cà טú¡s;!{é²;}Æš1Féá¸u6«ÓvÄè§èû™£•‡þÈÛäá¸ö:Àê «ä 'λRz´„^ñv/„àå Hµó*”ºÉz§Á§èé‘Ç}5`Ž->ÎsþƒüH‡®õ2öjåcïq5ØP{»ƒø)^N™{ŒWŒÏÖåâê–„ÚÃÈ·æL¸ÙžŒÍöðÞlÝz²ÙËiÝ®oÁiïþ/²¯­Z¿÷‚nûÚ»@®·ïB ]ß…«ùyH ò¼!ªû<û~áuÚz;à(Ê·úþÚ¸õw)úÅã×(£büPã¶^§&mÉ Õ£`„.# Wa(òa8k›‡M¼°óyÃ÷¯õÁ/‚kiB÷ƒ$ ¨ _¯ª>ÔF‚•¹àNÞk‡$ž-´ÿË@öf!뾋8´7áýU;Žï·‡P?éÙkwï?à"®_Òÿ¿%ÑðÅá‹Ý9œŠÆqñJՃׄíºCÑ!ÿêJÎTœÕ¨¼‰Ýò¢}µy+üXÉaZ65¶Û2R¿;Ô_aÓm¢;ÎëýÏj0Ó<Š’´Â†RÔ€Q–*[òÇ<”cv_Äs¬¸h\õîü ×èyûi/åÄ®îåAÞåÞOåÞmxÿã]jiq:T¢uÒä&f>_߃—ø²î.½V¼·z“{Óî¹-¬À³¥p‹—ñPJÝ)mëÚXãÚjð!µÜåpe¦Š¥ÖPÙ/ò¢ÙÙsI9¹óYåE€]@¹Ê_Isö- "GcÑ n¦ˆNé]N|²Jüøï’ž¯ïnŸºf¹=m-Ú_yÓ+S‰1´7AEÕi€Èʺ¬“¼Þ7žq×Gúù«®½IYa»…ÆBÝù‰áyÇ>ŒäÅ-¦å¾ž -’öü(d·mÑüâ]©‰¿¾ŒÿÎÀ:¿ª_ëjÎnË­;åkôøÿ üv–“Kzº‡;JÚñ„1õP<Ÿå %fEª½±×ò2!ªŽi¼ƒ­îF³º™[/¥nUù ª²²·¤ÛˆM ùEôS&gÜd„Q‘ùÕ”6xªbûÜš;¸ò±ð`Ù.Qak—2 É|&À•0G¾ÌšO+ýÏýg±?×Öwo¿d{ö–¹jyοékÙ·ù ãþ‹°%ø*Xµ ¢!m4(•¸ª§óÓùù–UdŠO¡\ÞØ.¯cÊ€/•§(7e… íž­·e¶Knî¬5(oÙ@ó¬oz~éũ┇ô°ú^˜9§„¾+é/÷?Òat “V÷²Ú¹ûª5c} ‰«ùÊ{œfNœ„Ø²ÏØ¬‰Z¶¦ƒ™¯Îôo¾÷Ò˜½ÊWöþ’]Üõ­Â—£:»%ÞíÙÞ™SÏÇ™®¶N•ÇE¢ï8`Ðú[Ožc%™`ëã‡z3£.5òŽ åÖB—rëÃåâí—ß;Oþÿ¸~Êÿ÷‰G´>v(­gf€&úÜ£ßKÆ–n Ô|hôTÿné…V>÷]¥¹ÙEó¾…%’éoSásÃ?üä•Xîܪ2§§Ñ˜ªÞËëcZ…'KSïC›£È©RÀyé'ƒË~\J±ŒÜH~ƒ¬\`Ь\ËK’éyqÎçBnÛ×"1 -÷`¹Ú†Ë—³Q*„é;¶£ü€.˳å D£†³.“Ú:mJÊîûµæç«Èp¥»‰—{å×­ö‹Ý¬Â¬SÀéðÃäéMçÕ¦Hߌ'¶„“›¯9%«T<Å`Õ5fä–8Ô¶ù|!Äý°J´Å;I´iÇ ÚÓNDˆkóœã]þ¸”oÔfÿê~g­«¨µZ}ÅiIù¤²®MD§ÎGyG±£4ËIä=ÇWˆ‹ïÄí“ÀˆŒnï!ˆŽûåâ -¦œN S -tøãß3ÛZ‚¯×F7X­&QÓqÚWL3 °0S†ËécÓ¿Cèh3åvmÎvô¹Íh×Þ&Ÿ/ö9ÜOŠ t׊ëÇHÞøuq(aȉ¯¡x<î ^“GòÓHa^•s úÀ>ÇúÀ“;6€AñÁCa™p F™EPuÀïþøwßòéÿ~ 7u¼¥¶.©zðIf‹ÅKAÅo¾îñ‘Sh±Ç¤ŠÏ”Â103Ôh'x¹ÔÚ—Âqí[Ë"luÅu´õÀÐÛå‹|ç&ˆµßÏ+á5”@0ýlPpyÉ P„Ÿ,("¦14»íPÍÚPÍÌk>ZXÃæÈ ‡»þ—÷Ëh3l5B¿·éw|3s.ªÆB1;×:žÏ—Š4é²Ý“V›>×ã.íªæxâ±HUI#E¢ã—õyƒ#a¾îñáûž~6_h›o$¨n]ÛP}‰cÃ=ãφb­¢ [+Ö¶üâupš¬~¯ß?¡<5è*±Ú¿W·¯øiðGÔ -Õ8°ñêÖ‹èxk+˯o¬î{M9uMVz¯”ß舃ékLÔ& ï”LJê™§ÁùK ŠËM_ŸúÇÞc»½õ,­‘Ï—1õnöØB]gÙ¢»#ÜR»#¢vVºýèPȬß)†‡i{=*ÌÛëAUû#pJFâm›HâôFéÉ$×»µ*Õ\S¶MSjó53ƒîöN*•Y‡¸Ã0ˆNÊX‰ÌÎõFkpyâpÿþÁǽWq8ë~*=¹KrˆÙñ¤×™˜Ë¸¢÷[{óî~ÛŒ«6ÚUòµ¸5ƶÓã²)Æã¤ÙjùÞoœžјÏ\cÎ\¥?V›ªquÅ5s[¦ûÏE/Q¸¸ [G*fÂuy‡ 'Of§ƒ}ªõ2Üðëï¾)·¯5ÜÚQÿQh×üN>_ZˆšÇM4å¾=kœõPn(ðǪßÂáº®Ïæ§:\»j–7k²Íó0§+W`µ®PôøS¡ºe¨BU¤i¥èJÜçmNSŸyý²"‹z<¬¶²ó™ÿOSyúNšjL_(ÜndFŸÊƒ[ïòîRõÏ­µ¯Içúݽ«n¤œ*_OË!¸-”™ð]ãAw6 jT: +¾$•Ëy6^jG|T\Ôã{á*u*­ @ª¶EI]@‹J^ ?[ÝýÃIÛìßí©õ:ýߦ2{5™WWᩘšDšÑJÇlë*ì˜únדkÚP7Ä¥ú‘V‡rèâR‡_n -·ãåT€+ϰÈ÷ÀŠÃjŽ;0x00êh˜8‹L*¼Ì ºf‘ù/¬·`'¯Å,„ 9Vóåc»|!¸-ŒEº³T(/&aøžô•@×ËÛ`xÜ=²U(µh;kh°÷¨~›µk9è§’Ü{Çãò#?€cÛ=€/KgŸÃOgæÅœK Àg0š³fÜ™9~i_üT¢ªâQkÉÑ|€ô“œYú‡YRªOårøž¤ zÏŸ…½†¦IÓÁT$û|‚Q>AÝ7Öí¹_±Þæ‡A© 黺e–=^‹—~÷0jnR`‹-`„TÆ¿§ÿžcûuÚYÿ‘edsžS–rŠÂïÃßiV– aŽxÉyYF‘øÛ”Æ9#6#BJzwðâ¹nÁú³<X¨‡¹šûé…)ÿ`÷iÓRÎ9»çýˆÅ»ô¡:÷Ž·#ï1ÏñìÛ™ºnnç ¸»)¥Wü¯;šlÿø O̲уû…ÍÖò‡$¯ç¤ùËO’œÓ;qXÍYö3b³Á^ãx3~®›[æu]îQS])åÓåâ~DüÈï8ªy;–NÎi}S€g|ë•äz£G¯«^v+Wh[^œ0͹)«Y³sˆà‚ûþÙé|½?²lÛÉãr²Yf4ùšÿÝbäø·Á|øíƒÿ¶ŸÇ¿_N5À×xûª=éçû˜?Pºðûyï;¥o‹oÊ^oÔU¸B›D¾<˜T½Xµ‚uAw ïœ xtvZó$ùÎ7Ù˜|ÃF²ê»X2¾lR4`åT¶[úqöyªÿ!{c´”½»<Ðwyš½å0ÿÙ²êdïÞp“eWñôZMÉë³lVÓTT¿wiVòýr¶¡Öõ¶êô®:E ‹éãç,îçQ±L%«i™I¨J“OŠ[h~Zs´qšMï™áöÈb…ëa·•‚úîOM†Ù]d_٠ޮ߷K=6¸y¾_þ ÿÈÞÇ…½×(} PÈ>;ÎÎÙ†ÙGŸ›sJÅIšÜ.«ð~ý=éÿ‚CëÒ™ÄÖµÄww,‡'†>¢§jùA¹Ñ‘:ì÷gæ<ˆb&ÚhSÙ'åñrßcgþî:»aPxÆ)Í×¶/çŠE^ÐΫFƒ3c…´‚››ð^5þÈ>|œÇ/¨ì»Õ웼½ì{Æòwò3böûû¹þÚ^QxŸÇãÎ))Wš÷cœ6?‡CÖ÷çú ±ï£ÞN§ð -e"¶úú$FoÎlëPkq;*•hŜ͈êׂp­÷wá”2›hóøý®zŸFÖ-ÊãysÕýK5YúJZþ`¬™dŸÏ•;ö{fÉx©ì¿6 -¶¹_¦mïâìúNRN-÷pܳá~0’¼ZeÛ÷Ü-þ€ÛÑg߈&Åm7*ŸpÈtŸøfëÔ†W˜M£ØÖâ´;_·»S3˜«‚ô†ëØÏ'ÙÍN)pelw·<gî§ ©.©¶[ömÇOkËü€ÿ†ßù7à?•w“—¯Pb4aTýâ&|↘°W Àˆ—7`•Ë1œÞ _)kiV‚Ĭ6ƒ:ìû×G}¨ŽVéž¡W¦8ç~@ï•Ì%϶7ºûùî×óK‘['—‡fëy6 ²Ì2NVÚ²Ù?zÖá¶v-I·þùzêÊï‚*[¯™95o¨Ï’O!'î|~À=ÔßO·ÞÕUÃÙVô×ÒÙ}£wñ¡¯ÐZôxVw¿K¾ã®pmè= uÖctÊkojGÓƒ`³½‚ºÜiÕåR€Èu´æ‰%c÷¯yöðnž] ŠÛ©¡3y)ñˆžþðº+ÝW¼?Þ…BKûm‡º7¬ -IϨå‹a{4†ÛÕFÌ«ç..JòqVÖÉ ½¯ÜR—O©ëä¹¥½-¬+vŽšK!ŠzË{†-y#¬®ø˜Ê¹Èšš@˜ìkþœ$G‹oíÍÚmm(Õ/OT•Š\O-±n lqõÇïÙ鮾|•yžÞMîp-žénVð­¿šäµx$uÿáW¸šî„öÖ-î—"r¾Zsâø2/«{Á–žUÃ`Þ-©ÕúR¨#:ÞŒ4wOóê•ì±¢\-M@Qʳ¸Sœx*•ϱ±à(b<ßoe.â/wÞú|üÿð»)½ë»9”O‡¶-îQì6ÛÒN… ›ÕÆ ¸:ü®ÂfÜru¬Øùòù{½‰™ÃuÒ_x7Õq­õÖÜG¯¤°aM¸H[ÉÉPaSª´J-âò†[4Ø“2?4Jö¼-Á[9éXw¹§Ué:´ˆPJß¹˜v 'g±Ë,ø#[3à2Áz‹c¿¿âßû„»Õ{¼V *´Ê&Dß]SôÄšMÉRêGË0o£@'˜Ò^+¤›‹ -ž—y«T÷ÜgÁƒ³Ò¢jõ¹T3»óö.„åE+&äÞéÅHZ”¤á ·D×"ò¼\›–ü{ÁøÏʼ79º<ùº­ þx¶:Šóž«jCÙ?ôÅ|; vüf^zOü'ú=jVî8u¼<².o<ÛŽ®à§N n¨Ôò8?‚…뼃¿^r:æe¨Ô½5DS}ôDª¡‚mu¨¼z%0šç=WÓùb!ô¹`ÝH¸rE*°a\…Ø¿ÙZ«¾Ìa7l­DÜáå^Oš¶¶s6ô<ªŸ~=ìå+Y!g ­êËycæ³Ò`w¬îÓ¹ºé¾—JVƒ¹,‚±Üÿ„g :J©ˆºP&8¸ÀÑA•;p›Ës³!Wž°#6–­ÍŽÊŒß}ÝYS¤Œ”„¦£ŒûÓó°gÓEÊY9Û gÿ¿¸¾¯ãÔ zFì÷Æ‹°=²„ñö´71اJÝ¢dà†Bk–Ž;ó“Ãxò`“†¢u¤÷ˆ,ž@žjGwnZÓ3–-q…ÙŽk³f¬v™#¿Å˜ÎñNO•^Išö¯Ô’Ö!'ž<¬ïsbáVg‚~‰YNbL0 ·š ÷žÿǵ0öÍÃ-üèùú²ñeÓóeÁ'šÛ©[ 5xÙS§uãÅv{zÁjup‹¶i,duß[ŠÏOdÚò%ã|dÙÝô:ká@Êt‡§÷T1Ó -};§- ‰e6ÈÊ2œ£Ç5)¸oÆ«€ºKåK}\ª¬&ãRÕrloLá±ÿÇ<ºÖþÙQ\ì+kMÔ¥ÕXv§N³ÆÃfÀuÝÓï-5ŒŸy¼8\öÓy¿£Ê -‚†àA¶ÇƒdmÃr kÇœ6õÓTnï4|æ^lO©QدýÑ—#7­pFVæu´íO‚»Û^FuqR!ö -9ªK¿W>ŽêrÇÉ!VœkSßÞ½W©äŽ˜‰ yôE.Ï0vTªief^Uš–Í•‚JI)ˆ„]ÐxZ––lýYû¦ÇS­Z9þÞA5®)Vc°zø•‡Ž8,j{÷â¸?!ÚEmŽŸÖ/Ÿ3Ì ïÕ - vÙm ìâd¼ì–x÷~sÿHš×ÙZWk“\Êêèg¶2wk)I[:^ƒôñí^Sv|»8?oñž £“‘èí™P¼^ç\m;6f2ø]Mo°N²Æ}GGLB†óô6â‹Ú‹h»£¾( ìŠ*}L+?Æ? 6Ü¢bÎÁAS9 fóZ@‘“¢HØ•PÄ YXÎÇKÃp·!ZëYÔ| &/œ:¤MŒË 5Ú¸ÕE—~dظ6D·öA~ûÉóë„c¶0;5Ìá#ŸZI§h\Þ3ÇÿI/ø9__±[ƒÐG‡ª¢æÙ飨’lHð9ɱxŒÖýñ%k-öVTž'çƒnÿq@ÊŒñ¼iýW_•tAY^Ø*mR4TZžX•Q\È«ÐÈo6ZŸã4œ.³3D; :_ØMÊçî¸í×#á…ç,~®'LßjwÔ:Hoĉ±ë64ÊXÎb¯/¦d&„©y=ƒK½ËZ¯à4…š¶ë ݰ³^,ý7]4]oÍ@ iÅ”¶‰VÐ\µðªè¾$€gŸ+5‹YïݧiСi¢ö¨€ÑÕqÕª[#ñî{øµl0ãøÙ£8œ’6Ÿ°EEx›0ØÃÐæÐ? ´9ˆ‘ýªö°ªÖ*!G ô°~²¤a}³ÓÿˆË`Ã[ßÞ¼½òí̲“Æ]6>L0Q;”‘7^çgTûËvHíÉ@ŽR¢31êåóeÕpŠ~: ™WÁ⨣úA ñ¿Üf–mjeئSkÐÅ^_Ísýþ®&½´÷õ<è¸B™ì¥Îìà…}B/*k»ÿY9F1Á%EVQZzS#Œç:“cxD• -â;êW¨;êí˜#RÆÅW>+k|PøcÒJ—ôMìCŽÉôÌ»&ví×Bívèt¾Ä'ê¬êä¥3ÞûßNQíuGÄÚevϵ¢å´fëâ½UÜf3Þá&O>Èü€ÿ†ÿ9í[p‚ز²£mûø|~ Fœ,©›°ÌþgÍqsAq¬€=àhƒe¶íaáøÒuk‹wwt;W;>œuÛüµ+^6jq¥r^#·êTnî™…ÕlÅyštÀ¤1oqßF÷tmÕÕ>NÖîúV©íi\ƒ£J±;r¯úXèÿî$âôêñÁ,TOm ¤*å1ÏÇ!ßûÿÚÊ“étÑ)»iõÑQ6œ«§î§Ý ÛUkê5hi]¿F£¤Õ…g-ÝûÅÚÞ׫¯¬2¨ÚFT¾€0«x~¤TŠòªL+ô œö§'ßöXjfã¢$^µü×ê±Ø©ôŠÅö[lþñïÕK OúŒ”ƒ…vâL©x¶ÿm*¿?%nïWÉÒ¤ÆYÔ8ù|©a5×.¯ã‚Q< f±kAáB޵Œ<€;Ë£¶ø¢œ?ê˜ՀŸ£BN6àÄäøŒû=SÞŠÕ?ò¹ßæªïÕc`E²sål^Ñÿi*÷ïÆ_º…T3·4€ò|¹³Fì¤)Ë縶,wוÒIuK¢”…¡A(ö5IÌ€d…€–¹<çPôUÐ)7Pù=ÐchØßhòô¬ ôóz¹¸zžrÞ…?¬Ìl§z½×9Οbe-p£ƒñ¿šÊ¦Òü€HÔ4:ÝR£š6ç¥þ©ö*¬÷•ɾ–¤1³*hJ²PötÛ¤.€5kÎOÆ—>æM»åÉ^;Ê>Z¬\Ežî:¿^Ï¥|‡9»À÷ÍËFÖ.‹»"lÅÍqâ²Ã]G™„öAf€¡S|×Äeµ;©,¿ÍÓ7Lkö¸x®”¡Ôñ6!ðØöüß®õ\× Ì%7v£ÿÓÁíú;ŸÞO¾œ¾<ZÑ^B’t€8â€xŠÀ¨´Q›âr[# -ÿøÿ;Š£Û4çüÛb,Ïr¤ßÓX_¿ FæøÛ }ývBÏ\ö^«ê~ÒÇ þ,ËóÉ#ê.ÙÇì⋚º]¤»á^Kùôb¥MóéÞÜ¥w}ûÛuáSŽò¸ÉSéÖ_×»W½"S—wœ_|ßÉ™­ÿ_üFÈäìòd{´å|ó‡$ýÛmNœ²3±’Uû]NŠ‹wý´”Ú'ú^ï#¤g¯vØõÑÿÂÓCs5~À½\”Ý™±ì]?¾ÅñM ž±ÞÚÕ·y6ØZýþh‹Þ *Êôæø,Ë"4ËœQ+{OËxö^›lÎGÍFj¬?X8S_¡lÿv­…½{ZãûðTöîÇ#Ûn¡û|îðÝËãjiw^ƒ•2m4vƒJ¯ë*2Œá!ƒo-“£¶êò‘]´h¤Ž6¡_ˆî!õ˜Ö7Lw¬·î#__Öw›¬óÿ€ú#{›’½E(ûxñ$ûÜÚ¿íeÑx4T¾æ?»ÈV8mà¹rØó¤µŸc¤¿»\Œ}œ–—‘6Ïí2Û£{ÀÈ«¿j™VÛa€VûyMÒC6!‹“›YcÖ±±”×#¾nïj¬¯á5meŽ›ŽGtk×Sû·X ®MŸN¹Ìí+”~@»V×kK^TšËf{Õ·¯fuˆlbžŽ`æ²fÜ@om@láª?êvMËÚWT³ÏCV#Ø¡ ~ëÿÅ÷bšààìLoŽÄáì<‡?àΚõZÛñ*…5âÑÎÌ[YÝõÔýšÖÜYô¥Í‚‚¿ÜÍ”í²¹³N–Ürnæyî~6ôÇúÝÕ-¦ëX#5‡Ÿ²Ú¨¹Ê+qu%ß<•êÏÊZ;—•òEÑÒž-Ø^ -jWSüã]h ”«Í&'Á‹ÈÝ3϶¥'ØÙìÑb)¸”¬Ê -;ZC—J…‰ÍÞ[‚uêݵßsz›ǸwOkV/;ÝJï‰öFŸwÍy—2 A@õ ½ŠJxKÙ”'e©øb[÷™»ÎçûN× gë(Ÿ†õ’,§kTº #)—šôðïßϘØÊ—R^UTkEÅ…ð‰‡Ø®ý¬¼ZzXɸ£žÝ`+„5ß\X𸹾T'–FvÚžê³ZÚ·÷ -Óî•J‚§ ®O¾ÀEýÆç",Õæ­§×•çxËÝÏg"©T[”†%q)Þ7σˆÔ¸‚ðÜ—`oSŒ€ƒ–Ì¿CEúã ¯³„kÏØ=Z‰¦QT{ŽÖç1˜ïýUV:VÜ€¾}l~ònY ý‰¦¶¤µÏÕI’¨ -³ ótucsÑã£y{¬äùÚ¼J—÷"•T×ûHCòXCÖ¹ Ë 1pÕy7=˜? _èV·œqßÜDÃmivó¤œÊü$œÚ‹É -Ô… `ô:ôƧâÔØUf ·f<æË¡ö•IR¥ƒ»ˆov^ïÏ%†0ä^úu$­óÄ”½mEd; -vûqã?‹ìÅ{ƒz‘/Ý Ó>Ú -Άęc«~MŸñà,œ5ÂÏ‹‘©ËHbÚ)äpò/ùÞÿ7\ô#þ;í{»6­Ù¦»ÜWo6:ÑC¨,e„}™p )é£1ÒQ×Û¾ØÙ!=ïœÆ‚tÑ<¯-Áö÷llÍnƒ˜£a8aÃ%–ç0lõ3zÏbO­ÌšE·ÍHÓ=Âtªufºà)…¾W­Í¡”†ªçÖ$ÝÑdNÌç¤Ò—Ò¥ ï0!F۲ήUæ2ñ|q1°ÅʨòZƒöÒߨû«•äBS© 4—oæXºWû¬ˆ¡;™ÿú”Æ­û€ÅFͽ7ÛU–kæXc¦CÏÏÓEd<§}6.ÒÚ>mÐÔ†òÃÓ„¢²ÁR¦ì´ô{ýþ•/cïÒªç숱wís9´ô‹øs•»lƒJážØÀˆ·w“ÌË97¨O½õÒ&åKáF^u~ -Íž<,1q9.O€Õùß³ _ƒ[on4æè’ÖTAAÖû×Íä!$û zJo”Ó/|(â†ÖÆ+xÖ—6A®‰‚H–W¤gm—ÓhöšWF³l€"4bs2éñyvÑH ÊèArØ(¼o7݉ÃÝú}khV*ºk=Ÿj%ï‹¶H—dõ6n‰/¼¤tsŸ±õë[dæq1˜UcòÌþ”³™ùãU<ŽÇ¥âøü’Ó)Ÿg‘[ ±Ü­CìŽ5Œd‰#ZÝÔÂñdËB£œsBqY„üè+â§Î䣯%¯?ßô –_»eKp­o"¯wE9ÿñÛOÎòu~%´Õi—õy0Zá,÷Â&LÝùécäÉÒ~iÙÒ–ãR ­~“´ ±D˸¥ø mð®3j`—Ñ -ÆÔB™Á¤¡÷)ÿ€¨Q Tÿ0PÎ…Fïý®ðÇáf§Ú¶Z¬Í×8<šCÆËßËKõÏw[VbS}Ìû­8‘P>x -Þ{Wæé`×aw€‚Ì:Ä`<Õ¬Óï÷%½‰"¿W… qÞqDzK´Gëï!ÖÖ½ÏÔð[5™ÈCäÞ&È2+Î^7ÎùøSDúðûáŽá÷ñÂæÜ¹ì­]œ¯/QÃj*º D·&¤¹»ž¶n-Ë‹‹§Òƒ Π-#®|ùÀØ#7f]p4˜êT‰ Ñ÷vJ­:8?. ×ùˆ÷h O²l‰i¢³BÍ…¾E^;+ßûÑŠžð'©”s”ì-$<Ð2\¸¿¸n^P “=ˆ®#hò>Í Éeÿ?ìÈR o’è«øÄw$ÙG;%ìàôT¶Ç€²>i¤"Pü½.‰¯ ²<9VŠY~PhU¦F­Þ¼§'„ò Æx\õf#a‹øùˆÎ1ý(®]„øZxE­pqsNábˆ¡õÌiCÓzÏ1E¨|h¯†‘tÉßcÃÙ{ÒÖTÖ¸ =Ø5NÓlêi¬uàñÿ±õ¦[ª*[×îäE„*¢Ô5‚(Šˆ‚b *b]¡XÞÿA×ÞmíöžïÏC¶)™†DŒÑûF¸A¶D´GN0WúÁ©A8%•‡ÛâNÌÜ;‡±³®]ïöE­g™jÅž5˜ñèÊêT•ËÊW¿~òÚoˆ^M·ù×ìéð`¼qÙ š±õl¼asKì¬ óÃ4 û"ƒnY!źIou~L[ÈëB·^³"u(®Xꕲç÷aX;•ëü©÷­N?Ÿ[ƒ{Ç”{¹wÎC±À~4¬9t¬ JâºêW^[ ~¡wµáá -†Wqù¸-³›ßÉÂcÑ­ò~Shrz:éØúçÔcÌì~Ì—PHïŒoE7Ý.ŒŸtyóÉQGK§©.¼®R]¤éQäªt /Ì !ÝÝ‹&Ý!“L­¤ü:„>œñÉv³–WQ)ÉÙ>PÂöÎÅ\ îç_õËñs®~Hb“®É…Is¡àÇê^¦>£§Ôo]r¢˜Ÿ—ùϾÇr‹¦ ±Q¯2­BÒ íÒɦNÄ£œ4¦¨º&ã–ŸÎÒ2”!Ù£‰I÷V!Çuˆa‘XÂ| þ`üIdËøxEp)hþ‡ù½¢Žýe! oJ¥Ù‡‡˜ÜíRYÒzo¹æúžÿÔ§pÕjji§–Šb²°zœùì~quGØ&ƒ•˜Ò1&Ó#â½@Ñ÷H%=iß î~l#â]žã¯ÑxOåÌW>FÁ…/Ϫu³œßgå¬Äã å 9¯•qéòÜ®Éeè×JKwÑ.ÌgPÊ'røcë¡ÂL©Š;ßÄ‹mö¦¢Ç‘å¡]Š8¡—AÉþªˆ’­öƒ¿<óvY旅_Ÿ•ödxgLÔKuO-ÀZø(<òL_?àÓÑg±¶<#‡¤è•ÎvXŠf¯°„"èk5è+VBkï¢mY0z:z%ÔénY”VPµÐŸ‰f«½üp‡¹ÀÎ9¥êd‘`ùd46ᚙËv˜Î}xQË@)òðÓ–3^ ^¹Ò ×è½[N4+ûÎ -εLê¾TL¦4d”„Ïe«šväŸaô³øj·à }+7Ý™N.#̧Hu²[¦ï²·=œ×3×ì@¶Ø0 -ÐÓPÙz¨™Î‰iƒ íMc]÷€i»Hç ñÔŒÔ]†|œCÁׯ.o¬¼Y³4úmOÝ~7 T#›¦IWêIµÂU‘—ZVœ¸•ûÇT>øä‘xÃHXjžÑ1Ú£$7ç»íVvz†êquÀ.4;E0ì¡°LaSì^€=RÀ¦k:`ŸdÅÒËvØWmØwJ±H_ŠåVŠ÷ °ÛÎ%Å4ùaÄ/ÛÛ~~NL»¬Dö¬…¢·›„Ú7þÇTž®ÌZ‡UBŽ•ù¾\€‚ÅŒÆåÃ8÷å{0ЍíŒN ÀùZ p—~pïÄ|š"žZn¯”À7ÆàÝ" øÕªøKmø9¤ˆ`À_ ð7¸b”þZRJ£Xz¯? üO÷àîÎÒ~‘îäÿšÊãÒãL¥™¡›¿–#YÞ颶È+Ál -£·›—¹Ý|'Iß`‰t€ .Ròõ“«Ý¼w„u"”É‘õ ¶ ˆ›¤$ào”Ñ! AE!ÅÖRV Rl)âó}4_Øu¹ºh­œ£gðµþ?¦ò, -Nó¨d}ýà9þÝ\¼ÍgXÀE¿îÿ¯ŸüLåÿ‡+‘ Rg–ÒQãŒ@­oµ­¾›y1½ùP-ù˜ÕS û@>!a -|õÃó©ì&è×`\ˆ_'ôk0ßBÛãè넦·¨«ÛãS;‚Ÿú­Åïˆ]dÿàÄ8—¥¤à2êmÃHµ›y«6oØ žÎÁê^ÛO·Å'£Qìoz‰«£Å…]N×çĸÇç!*Aga»¢N϶XO±éŸžv!øŸªUùOÿàßå¿F­Ã} Fúë„VÒ6Ê_ƒqé}ÐðäÈýiç¯IÁ)¾oæ•E®{^(^ñ±LÄ'Ù`ãî§-ÆTЫ\bmP½ô³ãú… çæÏõÛ§§é;'y?b9=ªç÷ê°`ÉËAOæÈA¿WÅ2 -ûHz9ÿÏÒÕ§2üöbƒþo3OÊw ‡¯½ «z𥓼³Éã§í0GõdóGÈéËýê¨ûˆwj»ÜhìÌϰ³Ã‚ýpkÃP¸Å—ÝTñmN Ý8¨Éo¨íX]ÇÖÚX÷Ë~ý_¤-Ó¨DñëÛ_£Yø.ëßÂe+1‘SS´{Ntttz6JóãÇJ“gõH Š»þÁ¤Ï=öÆûì6íÌ7l÷*SØâ Û8¹2¾¡V<³î%qÍî¬êjˆ{æJ8]½hÂpQ$ߢûò3,å—X#—êËá—ÐÔþÅÏOFÑYäùœ´ÊÏgtú>‰|_œJÜ}zÊiRÈWý6Hvwá1Üî•›¿ÅgpãÀïÍ:6û5»¹VÃÒ%^ ‡Ç=š·W$Çô/Ê-Õ;^ -K‡úÛ”‘ê7l~°(„ÞfÞÊ_ïslà 3›«–f¶fá3"[-ÿ6Ž+<_ˆS|¾æò[,<²ÕÅo•ò1À¼è„Üîå¿q¸“¾æòßú$6v¢É0D ùK­WÃE‚¬ÂÚ‚Ú‡¹šp^4VÂmºÆkÞºµ yi0,Ì:Ȇœ+H -\Fnôm9ð¯‹Ê.Í-¹Kf*õÊ¥É[•¨‰ñÔ¤²/“?<_ø°ôõmÙ§ -éìmgh|~Y¹Ó‹“>{”Vß›³¬¡«û¡ÅFR]ÂöÄ ó«»(î¢á¼-œ‚?xž~äå¬Û„¶3ªX8½6r X}ø·§|AÑàé–¦²Гÿ©LÔ Ûš@Š?ë;ò8Š¢>Ü4óì°nô¿x¾1ö[Ïÿ!J܇^èI}¼Á¡P‡¯;ëIÖ·.ôˆÔZÇÎ÷SQ9m¥ô'µ® Ï-g:û‹©Ò Ö“à³ØO´`™dµä>aè3ÎÙïY6+JÄFh¿F·Ü¤2,…Ikp0Ôñ€Ø¬÷ž[¦2ýk×,÷=Êçú\ÜcÿÅ×ýVnDùÄœªÅ¶·fùÜæšäŸ«W;-‹E²°2×üÜí«æàx®tS÷¼Ë­3ùƒ=VèÌû·çhՔѮ÷D·—Þx{¸Ÿò¸þ©œw!š'œùµ#:Ö»Ë'Úï”þºcΑOÓmÜÞ#‘`·£…h·'ᇛ}cÅÓ<\ˆðަÏÌj†½KaëxÊÌibC„>O5˜ÏŒYÚÌ…PÏcÅãÀÑè ¥Õ›È;×ý»«ew -¡SË?Ö²ݨE^»…óìl:F:úì=(Ù{ÿÂÛDÖÛ§ÐrÛŽVV¼qÞ—=—-¦…V²¤¥{§TÞ‘²YW>Ê×3ÄÜ ÿš÷ãiV[íÒîðçK:÷=÷©Þ«ª -nðÁ5'Ìb ''av·ác½ÎÂGT ö!'„¶½2¶ísÑ8¶ÝàÞ¦Û›ŒÕ?%E‹sq¦5¼éZKìºæäÅ„¦2=?›3H*ýÁÍ ÍåšÚp*ý‹‹¬°ê¾ƒ-Ôu¦»ÂvóF㺠M«Që:.æ›ë4}·n?èf{Ó«\ráü‡é®{¥c1Žn}Ó&NN§íÒNÿ¶®ž“ê>˜µîã jäýÞ|qlN«… –t®93lª™ÝD•F½ µ¹con4é|b ÛA1Å›­oÛyé_œ5Ô¨í˜ÚD‹–ñVJW˜X_’~ºgÇë™xv±ÊÆ0ÅSÏwÈ ? -…®‰mHûXií‹ j–·yÕ[ìÕlIõ»cNýsßÌ@çqs‚yNgf£n–N<¦<Œ¦m¥£o‰^·z@ªѬu†û©~~ëWÝõŸÝ tFwû=é_œrUµ¾yLûÕåF[ɳa£KL‘½˜ácôêÝ^ùuïSÞí\D;>ºæ:Ê~wÐÍÙX»7WØÖ#¾Jæ;œjÍ9[©7a›o5òn¹k¬‹¤gṲ̂n¤°^v¬}­ ¦7ýRÝeô’Ǫ·FE¨òÛ‘¡=ôÜH“¢ÉI“VZ.Åžþƒ5i]þÅ}èõ§èèáþ*ÁdkãÍ9 âõëÚŸ µ«ÌUwÓé];ÔÏ´û m=»/ ²S®‰°il)°^ßÍüzí8nkzÉO×Ñ{ZwP½…ƒ :¨ï6Úc}»hãVù­¾:ªú%§fâL½2o5½ -|û[¤Ÿ8*…#Vt<~8” µ¹†æýúâ,Í*¾v¤ðtM>Ð/ÈîWqOãwk-á‹¡R§vÿL=-±"f°9”šÈ»Næëøl ë±,hÕ¤Ú“Hښ܌{ª¿{NTˆ€ÂÊü,+cÜ•å-ÊýÁJAøPòúeTeszëÉÛÙJ»; É·%dŒÏñ)Jâ»K ˜«Òª/è÷LÖ©>tùU¦?뛓«ÎAüÌÛ×v²³$ðLZ`ùJG¿YÏÎPcËòxhì=~˜bUä Š¦ä"]…Ò>ª ¥£4€67ÕÖLnÁ‹´7â›d£tV·}B¯ÇR¢"ë! g­ŒÅÍ›ù€Þ»Žr¯w12ScÎp±:†Ç¸–Ñ(¦¾Yi¶M:̲5ñ<:·„«èñ÷a8âGHòOÜ˾¸©Ð?˜«d[§Éå|ÎΔʃÑÇ";cŠ4;+’ìk­Y!Yþ¼’—GäyXê«Ù -pŠ'>nßL$j©¨4ú}j´‡×u2A¬'øëýWÇÛ5¢AT«,CœRÌÊIŽ“†"öÊ9]à×Û&/-¦ÎÏ­†\¦y±sŒÞ§˜<Øê!›gáŽÍ2KòÓ`–Ô:`êÛzÂä«ë<“2“ÇóéÜÿ]V¹Ý³=¿éæÔHcý É´JéÂ~:Ç+|i}Ͳ} -²!oTë3ÍyõY{ís%êbÜÍTœ\P° „K§vÄŠ}´!òO#«rõ\O{ W«OÏ}&‚€Ÿ¢±eŒEtc -õLoòCŠÞ¨:mn.«vbjwÜe©¶ñÀ¨¶?,wHlÏž×况èMs6Ìëc÷³·Ëwÿde¶yök\“V•ñm¤†<¼ª¬äòYÙjäSîäX¢çû¢ÈE ŠŸÂ"ËTfkÃs•iL· UC·Ä8E?¢KµäBíß l‘®0”ÈEhïyzŒŽ¤c<2$ ò(I]Ë¥®²ïZ˜#ê.ó}è -Š][?¤*R:ÆÍØoêôbT+8ZÍfê’zŒä£O¹â`rê ²õ™óþS8p ÜØf?ÌúƒÂô>›Å¨SîN’qæÀ“¬~­üÁD’CÄ`¥u ¡Lñ'mðñÞHp¹¶AÊŸ¼Ì•}ÿb•Um•3‡WRÎ,ùli.3¹fi"îŽ;ˆT÷À<æœÒe„¶ïÛ10Ãýüfãè[ϯ2«°bÎR Ãîñ>=”6‹rœÇ”¤Úœ¶×“=åì‡1yÍ ŸÄ½èB„Øö -øä4%p@‡\9¸ÞÕ²6 ÍÒâÙè—j“ͼ”c -,ºu?*<ÓÑ/nÎÝZ±e’Ób šžŠXr±œùÁ7 oèÍ2µ^Ý™° æ-¿<†šÅ—¯%…ýIC懕ìt.¾0yaÝ6y½5MüMW]¼â¹Ó?¸<{Ì¢2,¯ö¥ðs¿•òUðÆšË<\ÜH¬hmêL±Üš©hçpm¡d—ÜØYæo¥}œ÷–b.÷(lÄœTUÜh_çFízœéÇ“v^饹¥/-õöØn©…ÈØpŠã§²Ñ¥²Å¯[ñ¾¾Í¹eÓäpð÷‰obë·YM%>Þ(ÄÃ-°óî8ŸèË0/D»mîÙÌÄ9yW|!Ÿ¶žÆJD=uqX¿úb6âoF¶à”{yí„™}ù|Íà >Nà gðJÐÏà,²È´{úö‡«ß>¢Žkÿî$ÒlõÇùÚ½­^?%òEyÿ`Aåò+f`>)\ˆ~¹òV‘`ÍZ>]'d87|IPij™ƒ~73ÄuÁÙU&€¾µ–)ö'@ï Ï}ЈO10},§·,Ã# 'R‘=ÍŠ€v]@›Ô<…±þa  ¡ãncþl©UÏŒhã|_bzå™ •] ½%aWºþ*•©+M-p-!†XéÁwò÷—j Õqšk”Ýi‘Aª ùi´a^¹v -Íl.š6_اh?K>ó€¥ÒÄ*p3Ål -X†>¦¸"€Å°YÌN±œæ‘Ùýàe½mß!^~šµ§ñ¦jo/©.ŒaZ‹\Sè– Ú“~0$ˆJ'Y`;ú:, 4¸‹è:Ö€öÙ†ØÁTìn+övUq À±‹à´B¸Vw¸þã[mËÍŒà®oð™Qð˜8Mñ¼¾4)¾,È).&93À#³íÿœyx[=º–¾ÅÌÆ)©Õþ1•;R+Ík–-„xo{»?¸dÚμ0øXdÑ\v¡}œÊ ®'ê€[7ê€{÷€'&à¥Më¿6®<|[AhÞ€Ð~#@Xx,îtˆ¥çˆÕe Äv¯D›©~ë`ímˆzžÂÞþàÚˆ8·_ykln«zÚÀbö?¦²tïc†Ö3äøUŒK›²A9!!É ¡NÃt?úØ€?b]À?(ç_?¹íý¯ƒ‹¾} VŠ3 NÝ-òܤ2ÒxXÒIö€L”).¥© dC馈üŸè‡çS ¾£Ã| FòŸj[ùë„~÷XPfù”ÍÓ#Èž÷Eq Ý‘öMŒÓO -ν™×‹pü‡rÝóo튵¸û¹—X;š—4Ûv™é£8: ›oåðéÙª®O“Rx;ÉG¦ðßoò£­#ä5ÿ§jõ¿¥«6ó_o±õņÿ:¡_ƒqì<Ôh0¹#Ö`™ÇõñfÆë4V^÷ÜåsÅG wßOôŸ -Ö>ô!ÏIíÉœ…UÌ&Å“xü´7ò1ÀOÚQ==#äÚý†¹d NöƳ·Úm”Ëm‡ÍUt»×ÒÖΕ)$ë[;š^þÅ× ý6þºŒµò× å¾…Ëê#@æmCíëž] 㓸™_âÊ~sNôÍñ,D§Ûi‚ƯcPŽ>G¨B=ž!ûˆ›~½>ã>ÃviŠïRµGo÷êŒÛÚÐAÙœjg}C­^­ulrÞšÝ÷—«! ÝWÂ¥EÏ^ÌG“TüÿJW´ðõA¿#.~Û:ù§Ú6‘nâ%ÆÔÄ­œ“ª×Ó)|äöÙÛùá¿mÌf¾æmöÕûŸæžÇ h^÷Æ•zoqÿ…¬û¹sªqvfùqBq y35Ô«4í•W­E!XuæíЛcáv0Û×Ï“?xfçï³àd^ÃÀ)w²GŸ½ ·iÒ«f¦BÒA'ÏÅK˜(d£5þ| `lÚÇqV[?GaöFµÃþ<Ÿ 4û| zk%Üó<\¯7éÔ Òìb·áèùÆÀv%\·—¥&_@˜ãÞè|›“³ 3",«Kò†íñ-ßSëÝé}QïOG5k4•ˆQ0yÃå¤RÙn'™Ìë2®Úès UdTŸŽˆT‰çÍœ:lîmg°«Vƒò¥xÇ^y]v‘ýÏW{_ºYë|–ùóëP—mWÞ/×^3ESÚZ„õñì2o—Ž™àâïP0¼PÓñô"üÁ“Oñ­NT;SÏ_ùÖXŸ’Ý1R‘¼‘±«ŒG…vs6Üàn4Ä&£Ý`¯lã>;?½S›ÌyÔ©JôcgUé³7¢ÛKæû¨'æð›û\µ²î¤ÙB~Huå÷ò˜yΣܡß -Áèl¶aä¸ã…9ff3êP9ú"[M1(Œ·.>Z!n„6|eغ®kƒ¿nìÇÅöÎòÅõ\43ôèmÑÿƒû^¹¸èsG~Ó»w›çžwîî+8"nÎàÎÌd§ZØÚNvÛˆºõò>é¬MQÊwšt6÷ÃõTà°Ÿ©¼#™üJm<Þa1 ³KÙK×äÀƒnÓéÔÌïÇá¹ü$;,7¨ò€´(Æcº¸Ø÷bJí=8¶Þg Ë}×õŽëçÛ}·²Œ96œê~u—ÄîЭ¿ó÷ÎZe¡Ž uKââ–Î}»—Úvy}ÛÝ’–´Éà ±.j]ê³Â1×oS8ë§CÃÍÒÏúLíàËAs1™7£qþ4_q~}ó.ŸM¦?hoì¤ë/&\:.P.½¹¨v—»…Ñ5Ú{«³>í»ÓI¼Æ@S»=Ç—6®«ûv72â6ÕXd¬Þ6.Zl[Z ¾¶Z‚+ÍÍ4R$¦<ÌgMÙæÑæ‡(~øƒÏÓ»ÃîNΙ^iÉ£4?·Ì·?ŕӤ֑ÂQ ׇƒ“¥†WhŸ{“Žþr5ŒCd•ú…TÆvZH–·÷¬bãÛlµ}²J6u,YVÜ]«OÕ†p+é·f­¡¶Ø˜Ïp6'FáÓül´´¾ ‘fcÑÏÈ•¼‘Õ†R¬‹F£ì£?œôúPØr³»\çnøŒï¨ŸI¸ÍG›.`Gé3v'Ÿ~O9`{'d¡¤‹:[`Ê£|û\è”Û´fÑV?숭{¾Si‰jS7_Û4•šg›€ØzMÍ=L›Y65jÃÒш^ÊÃhL§ùú6s¥ë­EÍøƒk‡\2©ÙëÞ¥F¨q¦Fhx!…þp,¬‡Òú ø°Í¬qßW ï±™}üöïdÔÉpäÔ›‹Ugû ÎvÇsžm¦ e[÷0š¯é#Õb¦r»0Í™p“šYçXiԮǚ±â/¦ÑxfœúVÉëZ™×–µ«Çi¢Ÿ»oX§¯ÜÉÍ~¦payÝ¢?l½³­.7ÜL -ž3¶4nÑÑÛK†cê‹îúÕاòÕ±-¶äËviBÃÕ¡1ÞÍÀæU;e“¬Î²tM® -WTßÛ®ªð•­Ì»R7¯š²´Jm%òºëÌåbí¥WxIåG ãX»´ÑÉ[q%v™ÃSìbE8Ÿÿa3®´´%vÿžÆèKÙÞäݾêGùèaÇÎp^›ýL»­IÇê›Y¨3kD«ÎÆ(áÒ¹všeî:ûö?ÚÓ³jP…оœ•#èÐòún‰Òî]פ¶ï™â -¿»5vCˆT]Ù ½uÿ.°æ+Ç'¥ÏÂÅ ÆrÉ¢æL–PŠ[þ‡µ¿kTC¢>U¦a>Á†ô¸ñꃊtìn³øÂ¦qÔk½J®™Uó?¸Ñ8—'FiÎDµ³’?è\x¼j/¶ûTƒsš9Ö¬{^)|Ü¢´ñ¤xêå9!f=Ãu>q¥.?d¼ /fRyó\(7nR[!œ’çXöãoL6к‹?˜ øt8ÞlPî!?¬jˆ¦Ï¯fSž¬Ô¨8àbîé†zþÐ9Ô‘…u—_ž9“ªÝFŸ›õÃö8¨1Ôz¦óÚe«½Þó‹:šJî†|ämwõ=/©“­£¢ó&q<^tv7¹^tNÛêC6x®–¬¶".l¶9‚˜C)¦¶˜L®®LNJWÅ|˜\A‡ˆŽR›lFúí$ò{Wz:«åû`»n²hUJa¿±JòúíšúÍлÕqÉœh•w{©êPûPÉOÙ«¼ã?/©‡ÈtêyþKÜyP\½ˆlµzÓ˜0‚M¦Þ¨ô¿,ΙÞ[2… kz5ÖÛZÀ~š•¨ÙЕâtdŒ$šO—4NŽv‚ÈMbîón<8(á3iEΡ7Þ £±Çƒ¢lê-Pø•ÑÉ“çڤßG$õäVD< nD< DŸÙË›ôúxR{oðDâ¯øàRyý0Èhã·å‰'Ëçœc¶½ûÜNòí} R†aýT«ªÏ㸫Öì4K8bM¼Z !ŒdÔå§-nʃƒ¶ä²eÏæöDLo׃:x· E<Ò¥eâêeÂã%•àž‰ßÇwïÆGЏÀÅkp.¿¥ly*løò”è9eeú^–KžÊ«>~>ì½1¢FæWôÝ9)•Äš°ê¾yβN‹±6£Æ®²u÷-‰Qˆ:_Y[j:+ë¯j“1‹nÞµgSº|Z-)òîÈ¿Š‰ÛxûÄÁ2ƒµZ~DÙ—I¡\ùtêåLpè–t–àqk‡-åç«_mËXËëÇYqõ‚ÓÑ/®ÎLüÃ4jZµXŒ(·ð®Âvßãï­ ÕÔÖ±é÷igªæ¹nO&ç›¶ —³k %•¢–~…HZ~ƒîŸHiÀ•?åy9ИM -¥ó\ªå+ ™&À˜_(nìYl‘E¹ˆ]šMÔÆ¦ý©‚“o\ó±yGóýl_Ë÷Â0ß[ö–ùÞx½ÿalGùj?xÚd×NH¸-ɇYÏɧ?¸~޵Uµ²³eâàu¸… š´Ý,k„Ø—…Rí íõ¢…~OÝzhG&(ñ4«t·,ã¼W=¾r÷ÊåF ™D^Ûž‚Tà]:+ájšÿgÃjeÍÃ'Ô¸2´*‚´Ê4¼l®/~òÙ¹ê®<šè0D±*ójìáRK[±U#¤³i9}ê1tm‘žž×ËÕ+¥ãRv*Ï¿CQ —ƒçîL…uæÚÌ.¯NÖ‰!´žŠ3Ȭ8ÛÌn¾¸fpä -@·Y•±E@AˆÈdàòP>r´Î²kUR¼l@:Jš[þ.^ÆÔ+NyŒ’6f -æ2€Aµå[5¨7•’âFâˆõ}._ÞxT/wµq•† c1¥Àz -‹ì‡Zü±èR»œâ˜~¨rY4ßi=Xþ0´@,·öéOÏ ÅFz;‹€&M к0 ø ¶× - æ¶›â9ÿ¡gÔ¨J—’iÆ -Š<ÖÄîr¶&Nô§ºêÙ—4‡a¬Ñ–ŸÛ»ÁåÓ˜˜0/·Ôàa¥ELË)Ëš˜m¼:$på9 -˜ÂººÈ¥hj€Q¶-ÀTr=À4íYŠÓ0&{LoSLú䤸Y_§×sÓ×Ä0ímúwj50â³ûŸ²àn‹Ðu{ØçøßöÔ†Ûé¡Õ9ÚÏTp,zˆ“òý¡yxKqýϬÖ²ƒ"YÈ´sïb¡–mrâœ!çu0O†,"Ñ€š,`õ™ X;×ì°•jƒÅÉì]Þ.»¾®,äW}ˆ€klÀÙÜ"Åó¸z¿ 8×'»€SÈÅp÷Ü4ŒvEs*Íòµg~Gh ôƒÊב²ñ ÝÁmÏÞ›yñXzy™˜·³ëOTqå.ÿã's™»8 T§–´ÿ˜¸¿Êà÷¾ó­é-PcÀë à'|øç­Ñ0ªupÄW@x<žc/¾™"á‚.è ˜yÛB´g£áØtµ¦;rå0g ±â¾`æXÿ~/‰Pyc‹µWÚ,?á$ïW¤ ®¤]ÜÅ6þ×O®Ÿ¬ÿ±q¿îüÛŸu›)†@¬lo@ô›y ÆYHòÞÒÄÿíÓ{¶^@zó4ó¯& AŠ}øÃ×#¿.cé‹o½eÄ>Ÿªöýï92³Ç§Æìêª~»ë»ú;‰ð6|ÛÐ&zÃ<³ü«_ýƒãîG c*PùK¬éÒ¥Ÿ5*6lëç¤Þkœ…u·uzšãîi‚í†Ç}›ÕK~{Ðé~@†|IV5Ž»älïÿàÛ¸òÏQä~N(ö-¹eþë„b­»¾Åû‰qdýÛ†2Ö×=gžâ“dÜ.±ª¿ÎIMga%§I‘ËŸäX<x:çÕ“H!Ga º&O“¿•¼­ï c§¹Ã§³µ³ÁpsªV§0xo¨-N®c«÷¿¥«ì±Wûá[µúsB¡Ê·­}â)Ï"1)tÒgtÏ–Œ¸ûúîÚt‰+ÊèœèÚü4A¹ÕQ=æÒîˆÁq±¯ËÞ¸g“ÝFÏ6½¿·{5mmF6§Z¦°qrÅò:n©UÒ†¹•p*W¢ -5"ù:óÒÅ]/Õçâó/Õ—H„µŒÈ…Èœ`‘žc~ø¯[ûk(ûvj1)Ø4î>‹ø9©f¸“¼~¨GȾ5ös´wæsÙÛÚÀnx0]ÇÆ`¾îü(U¯IªôVÃ’¿žÁ1š~¼üôÆÉRMƯ%4Œ ™¹ET‰ñEañóVN¨Í±ÕÚ›Ù˜´ NöèPç’âVøÿú ¿ÑÏ‚ÇG»B—X&o§Iîñ9è§Ù™»´9i½îçEq5ÄD-šœ±ü¸¢µTo©òY\/D&ô`)ÜxÑJ0ßTÅÅ[rÑloh»¾ÑÒˆ8iÀ ¨Ãø}rU˜&½=îZm2‘NÉü‘7)üëøì^)ŽïþãÕ¦-¼/òbŸøÌæøi|Â}¡ïl6'U<¯†EpäSæ[Ó õ…=ÒîðoÌ[…™;*3|õЧx3j÷nù}üaûì9ãN7?˜ -·üdòó‰üä×ã@©žÆ=G‹ê17B"’F•9léñ<,ììh°iOö)6ç~mLŒÝùra/ãè¨`²3¯³Žu²ɇã$\°ëå¢0f{Ý¿:xû±ÀÓ¤;,L…ÏŸ<ƒ=3Q²þ‰2:Ÿêº<ë£E€Y£šÆ:Ãè ‡(iƒÍ{¾”ÌÇÕ;¤ÊÂ#:c²–y£ï£ÞÕ+­z¯{^µqþá¡eïËu6ºáÅ-—m—ŠÂ•Ô®¸K-dôqŽ­Ùþš :ÂWÓûL8O¦cõ9ŸVv —ltTõñQ¾±Ãæ:‡Es_XI\”‡Ï¦w”Û#×x¿1åIš¹ëi|é݆óC÷áSˆ+c>ç¼¼å¨Ò*p qèÎ7Êõè-:¾vÄÒó¤.ïQyÜ¢àí¬›™4œ Ü .ô¤9}Œ÷ɪ}¢1"cin9Ü”°Ç`/ÑÐ÷Å‚ç@J¹Û5ºß'l¡—¸-¹7dúÕžp î37WAN®óYAcG+æ´SwÝš0HºÈó‰t™é ÅwËnÙMß.‡Cª,öpû—$ç‡Æç]KÑñíÚ&¸~ŠãékJu&Á¸Ñ×8§?lùÃù€n=ÝßúÜ.þôFø q_.(ºÊ-K8³4Yr´'*¤9TP¥[´ÞÍmkf§Ynt:èq8°-*ìÒç³mwªøµMÂNÖ:/?´Å íFëºËû-¯mZ<>KÌûiôΊ¢;òðÈEHÕÎâ"½ýƒ§~˜™Ž qFEMl ~©ë15%Õ„7qíNŸÚÙ™£­—[n¶›ïZùΚòJbß#í7ãìòh&µÒVk“þ¶n]Ô»e1!èµnÑo Hgý›Þâb޹Ô|dÓ—!£™ zÓÆ\{ÕGñ–‚¼ÿp o‡òFX_ -a©`>ýÉøµGîŶ?‰ë]Þh³?Жû¾ÞGŽn\îÑúž•ÖÁÈóÍþƒÕ>&o¸MIÔ깒Ų0Õ 3lK˲9^1USnÖ[Mg9Mµ=7æ§CØÐ§ôň20ŒÁ™¨¯_Š^7§ŸIS]mù·?¸¶Kæ÷²%Ö€}`s7+<§Ùþv;* ÖwÍî{½çîeºÝi8ÈrÔï´¸Q`ãkݦël±çjÒ2&0'¸5å“^h´^jBžNþÁßȸW1"y^7 -›‹]ßXùa;2óšM55<Þ¾t‡/—têjÕ¾¢ «}z¿©²7$NAÝØ9茌êâ±Ü/Ðc¼ -§ÛÛè~ÿÏB¼ô¿;oÍnô(ë’FvÚgR[ý„ [¢ ïLP>ž›š±»7j­åLj k ù _o™A©^ÂötͶOB ¡ªîø¸©ÓªÑ¯ö=¿ÊÕ.©®Ô†ëòC}aÝ¢:9ä+ªRŸõUP ×)ú—ѽòùÉ6í?fY¬Œ1ßÏÄ‘uél=ÞÓý^j¸Nî:5;¥Ë£ÚvÅ£iñXf`¾N Y-ce£^è 4”ãzÉÇî©ÒGÞúYÌeuzš+T½ ŠW¹9Çj#DQ41r uŠ]U¹AÓÊL`7•줛(!ç•Ú­-+¹a¹'¯ˆi$¯HpVråþÿ. Ù°<ïbÓ¹¾y »l}Û—a5p–„èvvpÇl_ ]Õâ]¿aúÈÜmV·þ¤‘7Ú‹ºâëYIŽ:ƒq•§ûM*×>êÔ¨dÕJ¡‰þÁ•Y«CVªÜJRÂÑYWê2jË«@ÊMmIÛ0¹J–¡!R¹âa6pÄÜYЇwJ±M~XWº3n~‰äâdAo(m{ªÁÝõ”ë}ýä‚Ô´„_5}]¨6á«jë±ìÕÛÔÈ×gYàý6FkGµ²DãJÕ¿Þ•09|”¼xÉÉÍé­$Õ"'Y FM?…eŠóÊÉ^n!\د˜áâo¤Âð^ŒØü­°^ð7”<¦h&?¬ªŸ)?KPª86·­»7x‘[Wß`A§=Ϻm¶”o˜ŸŒ¡5*Q 3|6ëxrõX|Ž«ƒ[4OŸ1Ù±W*—vÊÒ?¤Öpz“v®õ’Ê·6,vñvQ¸8=J`®¾Äßæ™?Ð+=^@fsnÜx9¹Øì;U¤¬_›´X¿®ÎØ÷hw`ßcøÊ¾»™ë­‘LJtdÃbÒŸ0™4w]œ¦¶ßÝÖ“¸Í.hF«HµS¯¯ëýZ`WÅâ°¯~N¶¯B[m©DFn+· ÕQ§ÖU¤ÒS`,ö…üÌ=Ë8ÎÉ]™g?²_cýϻ˪³Ê”…ª«=³@è7£G[’A*ƒ°È4E{Ë Øü’b/Í»'ú¹) ƒH~µÔÝR.š¶9jëšZqn¤óE Zíônˆz*+Ú4#šê QœJˆ*#¥q$ærɼ®Äsn´®™ú…NŠwnÒ|ØÏý“c¡KRb}œcjZ·Êä²G›Ž–ä˜n£ ÝhÏ?˜FÑNmæµ:ÕžªEÈk*Õ§½Kh×]iZ3‡ùg¾nnm<_wˆædj‰ý™Ûˆžf½NŒ¢ŠÎ%œ¨UЃ f¯º²Ú[Þ'.¯t]; ¯ény á\-ÞØjöýfêù$K¯Ôg‘FC„¢¶CIqiQÅ ¨R<]‘+{KÉÞÐIb’ ‰3ƒ/‰sQ?¤0Oó++¥J|¼%DÄ÷盃íUû:°§-ºnýàá5WŠV™fÅJýh1òNk*Ò±35ÅKoÚnÃéL½ç •ˆÓå³äá ½&/wjÇžeÝ¡tôÉô© ÈÎÛIÒß$ð=â¢ÍB¢—bÂ}¬ò3i©ø }öqoÎ.p^7)ŒÃL|¾ùQ§RBz3×;‡ƒº²FqÒ /u·æ>pC{[jºÂ,½³(·û<#ÆdQ„!\å'9Þâ‚"煉3]žÓ›Ò{EíÉÛÂÍcLv÷·“Lô.B™`{=OØ‹Žî|FS¿ü¤rÇò8žfÿà²l‰iÀ­~ÜÒû„û%¿!¬R¨¿jÙÁ­|ý§èÛv/XÔòQnÚ0!ÞÕªÐPç皦˜Ç­$Æ£2Ë+B;ÕYמÄDqAåu›nÇÞ·¦7\Ó'®ØrMpöúˆÏÇ{H¦‘©óèÔÀÓE®:)°­Jƒ©éÒ)žÉ‚èÃ[Ge‚:¬O$鉸¾‘Á«¸…§ÓÈ-¿ u\þn;TšÝÌM©:Ÿ±ð¹|`õÉ'í1,ÏP¥bs`òÅ¢°«£– »h™qÃÂan2ç– -Ä[¬:äÞ+ëÄ/h>¢ˆ=ÑÓ;R¦Óe.­¬š…nÖ¯Ån±¯in)¥A­.òÙi%]afûŒ@[œ$¢†–3OP.!h‰Ç ‹S±o7‹æ¸ß)br4@ÛÁÞOƒ'´*t—ر@ú#ßÛôá\RÚ¹ÁSgÁ´Y[O`UÎìàLEôÔTL*€êé]@™Pš{Ï|w7¥Êç ðZPˆ=êvüÖ]wY3¿8>ê½ñó\…z¹b{üBxÙú˜-R-—¼UF­²^ò«E\Ø‹¹gýEe£&ŒflYÏš+d­á [íâ×Oní@{å - g& ·gÐ;Úô-Ø:Áž€¢`²r%ÅÍôÃZú„>­@Ok©Èrcн´Ó3Ï„•¹†{|ôŠ%°Šîé£ä-++^ug4ÕñÏ`ÕÅZõ]£À5âJšÞÙÌaP,†ZA0À—ô»ôß&0˜¨)æ´­æEtKL¦€• `ë½oµ-;f1À.o*`O£>`Ïâ°«+ìÚ¡@µÝ^ŠùèÿcëÝMåÚ÷ïW0_ÄÚo´!E)""""û]xÿ¿Ìµîûºîïóüó±æŠÙ0FcŒó<æÑ™)d£‡I m^Ó„ZQæê§zœ» ­ÖGÖh6ä8{ô±üñ:,ögÏnnÇÊ aëm°¸Âü…ÚãÛ¦ÿ·X -ÿ–qYBœîš€ópŸÙThò *ö¹ *§¹xÒžJ7/žJ -€¯Î$À3¥¯6Î3=7Å|Ö{! 3¦ñ|¯ð‹ÊG.¡û‹÷‡Á¢xN³Ž N?ðÑ+†÷ç$Û‚?Ö€Zçöêe_ŒCn]ŽµÇžØEâö¯ÖÕÈÎï›KûÕݰ17YßÍø°vI³JwYÉ/Wøß;ë…@üúW¾ûJÍÅ{XÞb·rÎ^ŽüR>;`Ù>&Ú°wøãÑ> ;^²íÅ.j«]y*þÛ¿zT•¯U¼m.-%-7ì¶öY»˜”.ò–”¥‹\^ùé…²‚Æ#i©¾w­ ¬W&‹¨9?,ÊQ!“¢ÿü·™à‚–‹Ë±2ýœîõnþ[VçÑ}®0»ˆÏIÛ¸šS#;›´7NáÒ]ßõ{ÍÇ÷Qè—ÉêÓ§+ùÍWÐ(^.þ²Yæ¼ã.«÷c€Ìï×…‘ŽÙ<§÷‘ ¦.¯fÿÁ¿ºrò¹.Öã¶9zyu·ÏYŸÓ¶ûvï›K£Ön©‡„ÞÃW>Ýc—A¥#¡ô­C ¾¢.Œ¬ÒZ”—Mc7;½9¾i÷ý£Þúv¹?™¥Á˜?sˆéjzïÏ·Sþ¶={R²}NüZ&7©gÚÌ -²ú8hxþ¸‘ÿÄãFAºÿAnCÝþ£'ûY7ùÓF)µËa3ÏQÓ» ±S—F„)ÅkžW)+žô¤´ÉgÂi4.øÞ8¨óƒq#«Mܰi.²™íF‘þ¼Ê{67Œ{;~hRMsˆ_Öžst^+ç8D·¿H$?~ÿêÉ¿-ÜÆ‚’§¦©+ù”h–|ÿbµ(Ïc×?jñbæ Q4uÉèèylx›|Üø=‘_{hÔöùqn±-º¡zÂÜVîA¹Èp£¨Gå]^Æ]ZâG¡ëmÃq¨«;8•8° •®üý»—†B†•íd11m¯{smÏ,ÌR`iœxìŽ/}³Ýu&Á"|%…Þ2?=Öµgücs^±ñXó’þ¸7I3“É8+7Ü^·n‘ÏžGFXLÏ2ÜÓÄgh^EØ9U*Ç~ÖÊ=iƒ«Ôcœßúc©ô…ý¶m¿&Å]ýpSøNd)hò´Ò í5«ˆÚ+Gs}½ùf{ø ~ñ+*ÿÀ{m §-¶–A¤ÿ‚ß[Óçø$LE¨ÂNæ & 9¥ë–ZóÉðP™CruÚ9ÌåzŒ¸ÇcPyf?ý‰”úâ§T°gV¶e´BÚ™½ÂY*©ˆi4¿Çž&Ï=SY&͸Ûį.^7ÈŽµühʲÜ·•q¡Îá/ŽìúÞž˜÷}•…пÃ)è„ú$_ÞׯH¿À¸eø]M{ÌÚb†Ã®Äဿ´ç}éÑ^Û~sx°¡Íøj5Êãg/4ÇŸ^‹XÁ=ä´CL£vÆL4ó¦»f#“¦,DEéOm½C3þq¹f×@·ú#ï$º»AÓH©ý*Ͷ÷`Ývµ§)Fë6 »ëC^J#Èwuv_ÚÅõt&¬Üñ†ò:£ýk« ûx¦â8þBè¿ÈfÏË7ÛZа×[ËpÐ+ØÖì•Sw߯¤³²KÜ*Iç4R3>¯çŒ«§auDèù„ÓdzÜ~žZ{j“V\•Ik>\nZp®øÔ–áÓšíj£¹Þ…£f[MÍv£¼þbw†™\˜ƒõ4RòïØu= 3–;:fÍ®sÛMÕx¹ ýZSã¬e¬)½öÔêšX×vI{0ëô¯“иUf;#]ªOúSÚÝuÑß½Úïú%Ó®-ïùvFƒÊ-åR¦[°#¥£¯5šÚ܈ƒNS/¤ÙàÎ ×.:¾« .©µTTrK8ʹc.R›_lÍs~©§ÉѬŠ,×c4§‡ì»Úíì¶j«ã…`nÒÜMËéjÙµºT»ÃÒ¸mð|¬KRyÞžùÔ¦ eÙ}Kñ“¶šáé’!óïæ& ¦nHcw²ñθœz¸ë*ÕÈÊ%/¶=ZÖïå̵Λ]DN -…ô,òd3È“(¿%ƒÞÈR]GüùY\ÈÝ pt¢ùñàÅr¦ÌEµ ,ÁĽˆì\”7\êÒÔ¥GÜmËïØiå\w¢i/ÙÔof؈y;þ¸gŸÔcÕ{¨ÔÜ{+e +ìêT®ß[YºÎ_¹ªœ Ͷ,=ƒAíãå‚Z¨§4¿ç«j¢‰Uõ…õS çUõ´Sl×P>—æÃ|rŸ¤WÂ:/×!>îÏEÓj0Õ4c]ì\®eßÇ{Ô©·‚³ÝÖZnËj¢ =lxÞSiŠc<Öõûþ×òq–“Kö!§á¨}•B­.*D-[˜§£_mè§f5}©ÕkùR‘<Ó”MÈŠ(záE›X"šËLSˆ¡XN*a¸V%Ü>ÞÇ q!ØË50{è'£vé+cØ¡Ús®H´oâ{c®ÙØ÷ÑŽÚÇ}…‹æ£º°ìMåê¬6¯Í¡Úº–mÔâjc*ž«ùZ;‘Z»QV*vw¨¸%`NDûŒ"¤ JO ×)¸t,^Û4óž™|åÊåº?0O;“)O‡UŠ[¸ZO'¥Y­ëÝÜ^\ -Ó÷ѵ6Å«i’òM57ˆ×Á§Aµ -ùu¹¹½¸Y]×T¦sjןÈÔ”§Ëæ 6Ÿ1nµÉ?§R›^Í`q;ÜlDô°:{ë|Hþ4g‹|_éÒ•ëjQ« [™N¥RlN¸qg½åDœ{³¯ã‹e_k¿Ã¾6¸Ç o=H1—…Vœ*Gû6™°¿C÷îí:[³ËÄç†þ®ÜùÖ -卿®6GdØ!•Q‡Ô'RO•ålÓ¨Á3̪Ffkcá€ugiuCž1ä]e˜Æ£•JoðâÆç ωƒ„`ßu9]“ÙYv¦³™æsÈ,æšQ¢GÂÀJŸd`µn00¹ ŒæŒbR«€ )ÄÓŠõëpÔ:¬ìU๦•®<Æó4SÛÊÇå´Ršq7(¼]Vx¥€ÊЬ¤³â¹ºz—4)‚à®Øõv}ÁNÆüÀÒf•‘Á.¹Iß²ïMùÄÊeêÉ,Ìz–Qcàׇ§W3Y£5y5 ‘,¹¢6ËåÒ¥FéU´Eé´3ú)½ù)îË[DIC/Îd»ZYQÞv»ƒK§«˜ªmöu¶aíÖ„â+eÙ7H­Q>ÓUät¥òí ˆx²Ó¬ìÊ}¢¹Äá=öÓCiAýφÉî{Z;&7™r*ªÙeÊÈ9ªPjŠ…MÆM,Hcúù•Ä}±L¹‡J±Æ€8Âî4E¸ð'û(ïÓù9Ö²·[nÇå”î·~²š®Éø†`·ÕÁeù.Õò¬•—ŒµŽ‰Ä¨Ë ´gÕø!i•1lu¹ªÏ÷Ùú3égF·÷Š’ËŽB«É…Ü—øïRìI¢{aˆÁ~Ÿ—dŸ&&aoJ>Aëó3~E•î,_uœ£8 çcœÂ›ÏÒÜ"7rØå©ß ´¥iwé‘Q±N«eóªÊ©W¦: -Q]Ë‹¢„¾¤¼Ðïæ¾R-S?pETp«Y¬ÂÎ#Vgš=ȤÛýÄ¡:ÝhLîñ‚$éã†è“#Áðø¿&Œ½˜Ä+5¼Š=3{Üa»Ã=&’L}mNUôå &:åZéè£SÔžzaP…‡Bcx²‹t9 õú¦ÔÕÐaN©¿Â+'gŸ5RÚÞWe!½äóñâ@ì¢ç–™ÕÀg˜Â=’èÒ+T¨n-ÒIK zÄ9 G[Œf?0>êÄ+ìy¸ÇØÄÆï˜Dú¾F(:•TÆ»-4s|ºåE»•Õr*ÃÁ’/Ã=Ô(­ -\¿´|×Ýñ¾xÍ æ¥Ê¡×Ë' ã埆­õèÜiœöõ®gèS¥º¡*”h +¬òL «.«,ylgQâ2*2„à ~÷ê*.€†ŽyJËB?+ÓEëˆã£P®Ë ôr,çxR --)µ¨ SŒ:H:úEõ‹å^"quš 1Óf¸ôÐnï!]Œ®«1èç“ÌÞd˜x¡Ï÷Ë¡Ö Wuø>ª2¼½þ‘½ù{m‚sòçŽÐ†N@ĵh$Ø©@é¸Ì¹fÍŽ{ty)N…r~¶¬—Öòµ]*¯^qÛDGEô\#û!Ä=¸N=)ÐgËYGÌsqbäÆyšf·3ì=º¥œÐ©È9w>ÖsîpiþÀΛãÞ¿¶ïÎ$çÌÛÍ÷pØ´èEW‘بQCº úWøV-‚ií£"ÙÇ_özV_åBcùD¼òFÈpT(œ[¼ÀllþÖÍTó•c¡‘{ڕΜ¯MžUú383Yn²ÊçqV -A…IÏl¨S-Sê&謼tÒ lÓølO2Ÿ)å'õ¼¾&æy9Š ™nÍÿeú†ÜH“â#Ó]l\`xviw)ª7óJß’Hpyå oäp«]ó¼¿;gV½A¡ } íåæ3QÍG3éúÀXM$`æñ&À×Z/ÅÎø¦²M±N‰e€û[éø°žïÜ€ó“À ‰x~ ¦Ø(vY?»üL‹õ\§¾Ðð¸?V¼ÉȪµNi³*·€0‘î¦S€†ð>_Œ{¿+w8Kê‡8ƒÚ— æÉ .“ÂDRD$ ⲘBo¦8Ø€Ø3³óâb‰"äd@xQz´¯†€Ðáô€¼aÁ1Nµ43>wyß.bƪá¼z^={™ ¤CéøÇMÍDy¬F:’ZÁêm›(Ñ) ™7+ø‘ÙÞå ídÈ©ôHáB).%@n(:….ò|øÖƒ%/¤ ÈÏÔ(îS¸@e"E¤ò.9€Œo ÷“ ' ›bÛ¤‡ö»¥–YW?i=©µVÞµñ¼¦s+W¸ów›kHEƒ:1L:÷ñZ–Ê%¼Enâ°/ª3*½Ÿ_=ÙºÊ=|åå൧@=FtŠƒh˜lZ€æ³3@«v èFîh3 Ýä€ÏîWé•ú{@ÓX6žèRµ"vÞpûÓnŸº×Æ-r㺺ۆÒqÿöyÐÏ Í›ÄS[¨&j2r)Ü“rù9ÊýÕ“ 6ý¥ŽÏéy@_¬ ?#0È™ Í€©Ž›€ég-ÀL)`ÖÉ0ïÁ°K–zj€¥Ç`áØÌ)˜{‹L|ifÏ;Æb2ʶðþ"ùÕ*kÛFöOÝç4‘fÔ`ßâPØ3Kæl¢å_Š+eÛÄ”þ+%ÿQ‘38`Âño?ðÿq_ -`ï-ó[½ýLÿ–s˜§QNÜ(P©­uPÑí¨8éd¯8 *CKNñì‚ʨ2Ò[ڹؖH+Ô«j5ŒÿѦevRØÇ>º#dxߤ+ ¬!nœwÃÿQ‘q;Iÿ‘’óò¿ܯ ÷÷+Ýòðdø®xü=]2@ð½.®Ýˆ |ݶe˜";o‘+SÔgÿ¹ÕüW¹C¿ú˜ûµÜ~ª‰—‘çGê¶ëßµÃ`sÓ/ƒÃµû°®—cM^¨™ÎäÀg6p '7ï”~¾eX]ìè•lâ(íúàã6w€lSøOV§kϰ»Ó?ñp+ÈrkÂ³Çæb$èúnIµµKÉÊ¿p·tõ$Ð,øÕÇ¥§¼ª3œQ¯Þô³ ]qWè]¬—1>;c~rs­ð軃 ‡dqç4"¦oqÈÏ?þUýýlãÚ;ó?þU ß\Ú$óUGwqíâÍF˜ØSk%?×þ²„{ŠúuõüŸ†>‚‚ù¹E„R¸X ŒžÜì™9J›sõ®ÜÚ> aó«Zßný]ÙÛŒ¶ø|6‰¨Õ`¶¹h“`ÃFƒÕÿ*¿ìþøW¥óàü?þÕ(»T_—RÐÊÜ©E9¼‹s³Äs|÷^úGsøô½Bñë%3ÅðOŸP³ñ¸ÆtópfgïËêjX»V3ÛX¢‘èXçˆÍ¥)TÖn™¨†QTV>“ÕVÐ(k,¾Ø[漬„Õâ÷ÙO-€Ž‘Rœ.Œ4˜Çºšãù6Jf—w›±ç&˜ºì°è%îµây¢Óó¤¦XÜþq­þ׺ú§™×î•ÙøŸ{ìÂÍ¢cm¬ï­iºTz§ätžKõ1ÉÚ{R\Dò ŸÇ=Ç×£Šo—âìÒµj3©Ó»m5§.=Ò½d8èz^eb§ûöj4ùLγ‰üy‡?ð8P -ûqVžn¨-·UdDÙ^û£¨ÛX¥ÿǺšöb->&œ#ƒ­½aW³öêÓS{A(䜅‘ÉÍæf }»XÞÏ.ööóõ­R//qÐŒ'=ÐÜÄ‹ÈD~èšqä8«ì¸57lÔ«n+ßR\dí´GQ;èÊ»h84ñ»?ÄOÔÖ±ýîP·OipqgÊÀ±Á€}·ý8}¯ú÷Yoù×^;ë.w;·Ö|DÕ—S¯,ôÏCðíÂZ™9åS'M¶÷Oº¼‰œ\—ã8En¨\.²º^FQ ÿ^[vâg=»š6Ög%–¯µH Šb¥tn -Ùé50yô+{ïƒm8[?T¸¬3¶ämâ«ó—/±gäį̄±ú™¤éRvaŒŒÂª?4Ë wˆÇç¹cçÕàÒ?Gövˆû÷ÑíÔwù÷ÍN¼wb{µ°«7QZ£Ò¸1¾çÜV9( ãÓ‘sì]R8¯œÞ´Ùï3¹„›:±§¼êÛ ÔWÖ¼5ØZÙ­µï-;“K¯‰-½üó̶tÏ™¥bív:TašÔéMf­)½F^YŒ²¾è7¼‡ê•uQi?Ûn -ÏIóÊgÛîWûÂ%ül„`~<¯úSÍ1òRø‘ Oˆ¡¥_òÎéeä•‘KÛo;¬Ù™ù±e©xÎî­êfX“½Å¤Uw󪺽mª¹ná(iGò)!¶‹Quƒ‹åù[bµÖðp:âmtËÛ™5ÄSA‹ç)÷®óÔ˜êóÖCøýsýKt }4èg[óv¬j+ˆhÝ›½Jmè¥ÀZ«²~7âh«vo)Î`ÁÔa ÊUFWjuœoV4nHá·$ä€8¢A•=±|á—Bì[ñ,ÙÉ?./Þ¶X´r¹è•Šãì4îþ,9œ;¯9¦?œÀd+œP²Û)Ž}NÈÜù5¼NŠƒBàŒI`ç·Ãv÷äZUcŒyt{JÚ:ƒe¿U5¨á[¥Ç¨?tµ(O ‰¨Í©R]âxUjE—º˜Æ$Ma_:¡}ÞŽÃqåJDóŠsJ"îÁæNÜRßœEvš¿³lu#5X ¯úÌeV?0S_n“4ÂéÑL¶šm2uϰ˜ºí8þ¸ä]Æèí ¦g`•°N»s}iU}jÙt«™Ÿ›èá©L¶öªûïD® P®— ´ZÀ!Z*!^Øïƒo¾Ú˜jåT[•J¾ÞãÆíú}íZ3¶†›! ŽÁQèã“ÉÞˆ½\8ÝT“:]Èk6µžT[î<¨v]¤¨6·oRm,o¦œÙT5Î.ÉŸƒtµœßAÓÄV§2ÕjmÅoÐZ©Ôþhžeêã7ö’3ÝŽڼº@Òá°(v‘,4àøAÁ+£rKá&y®ÅÎJ„É,r ÏÀ­ü„nnÑ€.t께ÚTü;ÕNL•¼:Aîªaìf(“Ä‹9qÒ8ˆœè{u¢·ÙvˆÞìaO•w1öbñkú6ɈléïUmiYnX¹ -RŽ»9³»¥_5í蛸;ðé~á×sü`Y/Wî¤ÉpI¹Î³B¨³P©Ødr80hÙ÷(ݸºänÿòÉî„‹H\²Ó†|NšÓA)®HP*ÞÁ/¹Ù L™sš‰³µ7Š³å¶ŒÝ‚a»¹kË+t²Gç9ìέMŸøë¦†rHU+“(­²U²(Ë)SEìE"š0{ã/ƒû­â6A†óô,Â~â"ÎB§<Ëä®/ñ¦‘çU¡ÊŸm‹4¹µIÇ[‡°%0Ã/~1ÄÃ8á}pãÊØýàñ˜Û‚ÒÑ-Zc4Y)ž%Ô#D •Ö •¦ãîx7¾³ ï÷ºÃ—®–_7u+D.RãÈ<¨º‡>‘jh–3b¼¼xg–\¹—àœØúÎ|2ã0K§Q‰Ú*K’BWë -IDÓ*ÑÏŽUüÚœê8·YÚØC¿Ž1áQ\¢¯q}ÿÕ`Eÿ‰V?yNƒ)Ϲc£\?ðN9kÝvålk‘/-3¥J)¸5¥F·c¤yÝpÿëN7©ÕÞÖýÚJûõ{«Žº¥äzó\”¶y<+ôáÁ»"BI]°p¦~¢KÕü…<ÀÙq¦°Á8L¿q -…WÆMgµú–{Z úÝò"?uÊÊú4+Ã:º)­ÊƵԌOÙâ†D‰b{cËÅ’ÙÈ.; -‘íSÍüÀÈvu¦‘­GÊH§*jC—¨ÅVdÆÓÎ=[í†j5›„h‹Š`O©Z~¶+‰½ó©ûá2ÂåA·âDœ—ý–@í úÉw^¨ÜÁå4X(•ÕÑ9aJ«äV)iÓ‚\Œ2˜VÔJ‰sÒ ×AáX|í Ö®þ.Pê¼”¬³Bž­™ÜíÍs#s•änéˆä™ÇYÊ3¸á€La×#jŽgxŽÕ*ÚjóV¯zC¬×Šs¦Z*oÊ3‚r¿7î2Z-z’Ç"zÁùM;.7èöhh“#_ b¡láøÌ!{ÂùˇgóihUË=²iˆæ.ìmÎ.\5ÈtµÌúûÎ9›-¬2PÀq(ŸíÕ3á 2-ÄŽ2aUÈ@9;Ä õ„óýüd·íñêDÏn˜^s?g›Êã^—dX³âÁÜü[ö6q/ÁïûÇ%½Æê®¸/vàÁ:?l|Öðtî`/Y¥zO²p&AËW„ -¹*‘Y‡Ž)l·I`8mFO€å%€¾  ç½ÐÈÞtNtè”Ú ©_Û·ñ.¢“V;€{lß3¡^«êZ§ ÁÕ‘O‘6\–ó…ÍéV*•à}¡Ñ6°œq™Íœ^Q -î”ÂN¾,²ÍœFQ€Ó/†u€—pàÌÄxÞ¦¿ž-a{Le€¸ÀV—`ž¬3k«’Élðµ®f_­Kd,ud¥»‚:­×Ó¿ …Ê«´£™vö^&û&‘æÏÖ§´iÌï…óáyÌI=6‚¯±ø3¤¨¦g~º@À÷7 rD¸‰¥ˆ8@e%Å ž¥è¥û> ¤5&AsM@cà75x\ÎÈ.ʤˆÚ€l¨S@ -Ï# ÉIúY„¿J/²4Œzîµ *ë«La(7³|O<%VZët 6Áß/šÇ‹eäD’ÙÜËk¿ ¶¬ÙºÄ€œBéùNxúã‹=§®€ÊO>€">È×Ó+ò šP½wP“¦¨ÕÕTØ:ê”Oßr -*€:Ë@mnéh|Ôœ,¦ØJ€ ]½1…vÍ“‘”Z·âUw=ÝxÛ3Ù»LcKòZ¹É˜BB•âäñü¤Ì²…g%m… §¿Ì=ï^€ºŸß€F!ðo[pÏôÊF=Ïð€¾¶€û`˜ú 0µû0ºûUzGcöÊä#@G÷êàûÜ0OÇÚ3_ÙEZÛ•ý4Ü3³u3¢6­ñÚ%Üí&=6âþÔ]ýë®þOC=@äêæñµ®N™+>Z×.”·oÙù©wL´íðà£soãù>7¯bí>޾µ:…a¼+OûÇ­™éœ·ø¢w‹Žê0‰¨°÷Þ8Ånf}ïtsabé¥ÕÇш•üðKõ=Sƒ°^p‚Vv»U;÷ -®þ·ê*øçþýàuËùt~OšÉÉÍJÙÃG§J{õ„P±v+ ;=5·&(·"j™§ð±Öwýã¬ù8qCéOV>NWÐ(˜/ÕÄ ‚°ê†A øi-"Å?, 8¾Ícíòž›E´à;UÒ§~}v±¥ÑÌaàÓŒ½YÙ -®þ·êê_{-Ò]Ÿ~¼ƒ¼½‡1âøûȆèÓÆÉW_i¾ï–”t\p¥´òi…\ªO† ´O‰_ÙŒ4›™úÜ,šs|SjûGëøv™±|*™CTÜ{RfÓ{¿³œò·áÎKFÛ«'½2™‰_±I=sR~à xÓqÐ,Rhðï›øÓ6Æ!ѱ&Úabì†+ù¼˜-sîdµˆj£x«£‹l’Ù¥cƒ{prӻ嗦üÅÃÒì5qÊó¸ˆó¤ÇQœ|Æ—ÚÄuÍîÚ8¨Cq#‹÷ݰÉOÜV¡»Eúl?*Ç·d÷ºøÐ¤ÈÖ¯uuˆ§i` -n÷‹GNÏ_Ïq~õäóµ¿qàIs%Ÿ<)@¼ª27aZŸ]Œ¼5uI0ò’AzuJwz=ña?¦Õ˸‘©>ƹEãí†jr‘°E­^qd‡Ø¨¼Rø³ä†øa™î/ÎÑ:)ŽMçÁeHôì³>íß'Á¶/äe'ó²=UmÛÕÜj˜â=ûůð½°êhî¬ÆR½qÜ<®7±™Sºa^b¸‰_ÙÕÆôUܰ~6]dùŽ žc^ M”Ü8Ƕsl’9.ò2pØÊcÀÞkïþÝÕ >ÿÒòv2µÊ¶W[ÐÖg±¬zî¦ZК4{R{ÒËíN[34{Ðl¶H´b"g[K‘ös4ˆí_q>:¶Ki -Þ6ÿ8fÐ)d¡‰Ï-^ãÜÌ…]$ÒŽYGiŸìâšCãæÀ¡/þ}x·ûü3Ù‰—›ÚUÍ`ë3GV–¯à‘­Êq/ШS¯Hw34ä·ÙBM¸õÜr× l'v ¹crj·ƒ?vSã8iž » -õ˼ƥË)¶Í}¾úaM:wç½°UK¯±ÄPã†çG²üÆ^pulÌ}jžïó)fKïi:CäµdAÁVé5ˆk»—{ç{f8CfBÝn ³.Jp‹N|ª¯;f߈;DÍ¿ö"Lg¥A«¯œî¬‹˜ÎõM±íÞÂV[p)·å½f»Võ¬çZ`p Ó•‚©ióº¨FgÇ^›ÇΚ&¡þkªZRÜNõL‚y÷¾p!®6ÁËÊ*itÑË5Â,žš•n§Ö—»XiÝêôºëN‡ä}£ï=FSž>\€¹^Q‹aû‰W÷mÑ®_Z3`¿[µí¾ -ÒPJSŽÕjsUõ;M-Sž66êäÔÐ µô7J§Ð( j -¦µö -ÂbN—õÞ$øêˆèfÒmÎü”íºJg­œo>{šù8™›ÚéÙM7ý\Ǫ0㼫pú-«:_Uítô¶Ôé÷ZlêüÀ-Ù§I/µœiª³ ´\ý±mj+pj"4ôKVcnˆ©ÝÇCTŽš +6Nj+ë—.„Ô~ ¤¸5ëìñ ­nv1²ånƒ—êTûÛ -•¿O¸‡»{±štŽ·å¹C{Wƒ½. ®Ší*r ZuîÌkÁøVÓÜl†>¬7[u¬×ˆöŒÓ@If¬Æç𝬲RNÐx¯Ðå­~ͿӼ²Î ˜²ü`‡¼,¸'­ö«£š÷¾ïkUß+Ô€‚TRè£vС×ói†aí9ݪý:áz<½Îèî02ýÒáð¢ sæÔZåÕÊr)iù±Ž5‹3ntÊ– îͬöˆ…¦œú C¡o³^ý{ AKvù±Î²X*Dµ×®v©Õøþ§’C©ªÔ -\.õ5i¹x ¥B¾µ×4—"¬üÀâÚ‡±]GZ ²3_L4øcýš”mUìrf·e£¸†õ‰}µkÛε¥ôž{­P>ßÛW’Q™¢œs ¦0­Sî A~⹺,Ú¹fíMãÆ\« ñ^-£¨£ª²ÒfUX…Ró²;J…!œˆí'_K«+ìZ…†€mÛHó=ÞÊ-a¾÷âØžÊ÷NaË¿Mú‹q™:Zƒï«¢Ë\׺šéþbðúnË­ëK[M˜KS/ÏâvJêóÈJê·ÐƒåçÖ-ÕÞ+¯ÉˆÉT†-Vá½]—4ÒnJ…³gˆ:ëÛbºO„n -¼ÀÆüáwW£-çæs76i YÖ+y+Å9™ñ ­ÇÈçÌŠô雑£6ÍÈþ:]-Ó—Wsêg™ùˆzx– Å$ªb‡µ³ùvNCžÓWÏg…½±;9YÝ£ZOÕy|J-ù‰†°Í fm‰ò6ß'*­0ô%ÎU†êÌ&«±ÎzÚÖf>——ÇøC:dêûL«= -¥óÀ©pu©–: ¨b¾ö¢×“ Z¤"¥7¼F!ã9Ѷì|…Q»ö©\Ñ«~ÕÖ%þêÉHï¥8ýÁQ~áx\Ërv(­ f,±qö‚÷áOL®\ù6Â=ª5Œ}U0Š­NHžñÓ+—ÉÖ+­tš×zt¾7Skò´¤ŠNþ@n¹FBm1ÍÅРͧˆ b_Õæ„yƒ„¹›a„$ eÒjß|GÔ{VqRR;Cª´è…6·Ý¬öQ1© »î©VÿÜwR›¬‡"ÑZ§ÊõÆ=`î‘0€«•<[«JŒ"¾ º)ß8jÜ$ª”7Èíë’X¹âû¸?'zæ~G"÷ÄOï)‚Ÿ>Dï;ng*Ô»>o7ìz`ØÕÛñØu -×àßÚ,ƒêK?;»)Æxx¯´šÚØ3°R±¤¦´¨£Ô{[áP&Bžñ¶KîÙÙÇìÛ:]Y€7£fŸYZ+œj#ï0r×XÑ$¶Þˆ„UÚ¥±%AîÞ:> J}œ9)Sì6]GØH.ÞSŒóŸÍ²èsl4щ”› âeqFÅ­\,¿•W~lrò³~ö•5‹ˆèµIÀiíõUûŸ3,¿õLòK: -‡±­Üޝ›ÌÇ Q ½z44Ò>(}3d7åˆ#1*TBâƒÛŒÇîü¢†’[ Mj™êeÄ *-Æaù£¾.e?¯dËòzKþÀeyVUË|•Á¡”.?ù’ªétI•&âp8—§¿îôέ±P~ÝÔMì6F>;ËÖ£s"vÇɉÄç¯k&К3iê™-qŒKç´Çh‚|âÎT†°GFE0AÕ0Ô uÅ®Xö·‹F9‹íŒRp, K »”òôúP oè§Øêö±b‘ÈÊH´vúˆ!S[$$Y$2d1²ZÅWe/.ºØ¼kLÚÝz É6Xõœ4Ëu©7«Z¸J»p?WÜFkÏÖ•ý†.Ö™€8Õ&SœKF+ô5·vh Ësk•”ê•–νPjV¼¸žàl±-}ÝéÈÖïjH§¾² †§…ž&FY>ó§yÉ÷•±˜§“¢™»ÚÑ:OO»Ÿ<Ý¿”óö™eû‹ÁebRR¿«Ë#¹ÞŒIŽýã÷†f]X2èÅÙ;/ÕiýÀä'ëˆì‰p€WTkV^d?ÓRav_õ,´CvMäŒ`›ò£pЫ™×óù³icyæp¹Û4©çxÑá‰À²ïiwž•3»C6ãbh!̈RΘ -ÁòÜ…ÇŠØ¢pÌó¨es¼¹föäüqËú€¨AŠFÅ?¢óIÑ¥!@Œì v ˆ»¦~õäûÙÄCY2û8îç‘  Ž¡ ˆµºÄôýÄ`‚ÂÀä–®÷GóuaÖå8Ö¤xõ}sá™õV"I&h±Ìsš-vOë$ïV3éèg2²æ¶þWO&»$nYwÑÎ¥§ïË §> Èõä[åUØ©€’”> ¨íPÕÖPíb1ET”¬ U/D_¥—›…1DŠ¥¬Åò|¢ -ØÊ®­‰»!2t±Á-X±Jž*‹}¦VŠ.óBÛí@v9>Ü@Ï»ÿ[O¦òÒå¯~ûk -6Gߊ½Á› ö¹ôLJŠþ-¬T€nû€^Tƒ÷ ïAzô¡*€~£ë4š:Ö WЧºÒ¤Ýå¬>ŸÜFUl†Xüd[Oç>cM•xH# MC*é?¶(¼h­²œÝ<ÿ¶á«'ÓÐóóŸâ_G°¯æþúÿXÿWÄõÒ˜I¶ ÀÕþ·zCãv9¹ö©a€ËUZ€M3À¾¼+`ߨsPìi¨Ï&XÉš]ñÅËÌW²¿O^KÏø;µÔ]|¤|2)2PtË”þêÉ«ðU­ÿ).ñ#øŠüOqௌû‚û[ŽW¾Ex“¨h‹5¨„Íð‚B~Y7ó ๠r3æ[½áUjþÔîý%Û*òü(ý„4·vQ·uÓÏ®u+âñå(„ó󥄧»êïŽIË9|¬~Ú}‰C.‹‘qö¹Ó_¯×¼kO°5¡ Õw!²ó4¢Ö ½qJ¢°¾wÛêš?Î{¡Ç«Ï(z­|¡Aþ«ÚÀ·ÌÀk €ÿ±…:Ÿ;b6ó?ð‘èÙæäÂXõ˜h¢vøb7™soW»VdÃÒ`sÑ$wÃF¼·¾ò|í¢ÚjÍïõM˜ô¬8ôÈÁqõ ®+Ÿ%+ùe–p,,s3ˆüzG!V -`Ñ]…Z8õë{n¢5ôb£ýâÿZWñ!¶;ÝåÃé ïº}În]Ti¢c½XÞ8…tîò»+÷5´‹ßº -éU¾‚†§æR}îÛËÜäÚ ´ÏÉ -ÿá,¢úË]pvº(¯Š‹y¬¥©8q±4ZWŸÚÛïÙ¥w*ÎØ Q™º\hNùgwã%^æ•Ïüâ«[¦/ÿ*¹úu3>­ð[Îô:ލÅ8íbg½’/…íR}”ÎËÜXyÈLÎ. HEæf^Býc["}»¤²>µÓ…™ƒkÕ{ì*¿þÕø×Á:寋ž— wŽ'=wãÉgò^Lü*¹@óæmÜ€gÙq.¬TÜVña»­’·Iñ¹¸ÈîrþÅS^šÏ´KÛÔi¹[|ŠabðÍeÀÜõßû÷Msޝì¡OEÎlæ ~8c÷—Ô?ÇÏcOOº¿ÀÄÙ‰ü… 4Ë—Ç\ÄÇ ˆHÔ€«üñ¯"ëº2ŠÚf{d”¼Þ0îFîÐ$r˯:Ú—Žu ³ƒ‹«‹ÿ1¯öÿXWoe»½?È[{ÙàÙ^É'GXDÒ’ô©M…™ºDIô¤[Aø<Ó™@^m0n€æÄ •ÎÂEVðEÚp7*GÃã06¦×¡‰.ŸC|¿~;ÇÞr¨ó!?¸ n¥Ãeˆþ} ³}þ]’ìdVkÚU¨oYŸà4µê:¶ Í5gAQPë¼—Bwñ§W£l»¯Jgõ ~nfEtz廉Ï] ±ú¾”\$ˆÉ‘‘O„a¬ç”!ãºcTopé³Î Í›ÇýûHöû|"vâ©kÛ«ê;ë3×–¯tÓ]̪ã§­Ðk a®—‹î¨vpÎDr½Y ³kÐ¥Y·|]^:ñ¨vLþQ똂 §ht¥ùPŠ/Õßz^º!§ãï.²8ž‡fÑO÷‡:L3‡Úû.·'íd|­XŸÙ©jùuа %h÷‚fÑìå6yÛ uth¶ÊôÄDbÁïFfcÕ5sÛ‰ûæ¡c2þÝ8ŽÂa Ñ/S‚Òš-ÿÀ:—Izí{Ð Ún“|µ… -o HAh%V‹¨ë[ŠjU˜ -·':Î//а—Kîƒ+ŒÆýû`¸¶wz´>ÓeÚ#‹U¦— 7ˆÙ*î°nÔ93]{ ?p'¶Þé÷§ ~ÅÚÆq˜¡ž¤¥_ÒTLg?â¤ýÿ{Ï-e™­ ÷ú JÉ9JRAQsœs<ÿMû¼ïzÖ·öcÿ¹ì­MYT˜ó7³n£ò¤Ü±»+ï9==>Ýϊι£ &¸Ðnm—’º—Ú–Ò¤8μõaç&¿©üÀ£&î,:±­ºµEñùebüX‡såeÍi¦á¼¾YWjx¨l»§gpXÞ @ܧ ëË%U*ß97_Öš®å½¬fÉ3’¦ïgXsǹeœFãÙÆ©_šJ謔ëp[§œ+Ý|1ƒ‹âÍ©m9MÂÂW³PË'Û‡iû¸ŠÉ+~ŠÞ'aÿ“ímaÆ5ÕW?WOôä®òà\­¶óëʾ¾Ige¥fûÓ ‘¯ï|…¬_ËÝN¼wî€zfùL¹ãëGp L-Ír¤Q*uÇYŠzÙ)_ݰ¸)Öã"=oö -{o9-p—÷Î>µÅ»-!Íœu_K%”ߨò±ÙµÍ^L=O!)".Å\¬bµçXG3¾`u.²'^.\Sñ»r̬Ï,_ÝÕ§åÞ’{ï-³ò2/ýì"DñUr«AÖY"Ü!ó«ã¾Xd -‰Z¨ïWf¯Ÿ»y>—­›ý©Y˜i[ê¬86û|{mêçÓÕxØH§¯'îÕÖ¼ëȆݥ8ÂùyȲ)_[ôå\•Cw  ãKy d¶ž=,Î\§x–æÞvæ¬*·}qÛûÜ -‡Ñó]à,lÇu·e^f­N,‹–&ÛšÙŸz– PÏ1FËNŰ›‡ôîëÉí9ЩºÌ/Pÿ”÷–ÛLUN î=[£êDSÝñ»­^JPŠ«† ^ 2l×Ê ³‘áx.¬¬ñ\pµŒOyjF—›Ò¢ÃÏœ -Þ¦=>¼q!úDk»•ŽV oæ«9¦q#ÆXã†ýZ3úÔ\‹z)sÑò‹Øù2Ë–µõÀ¨k3ꪻI2Uk!rT9ÖJ£‘PŠ(1†|¹Í¢4oÕ -kYáÞYáËŒ¬`]©_(œ«-±]2#xÈðÕº’CýG"|¼"]¸”–ÖdëÐ hV8ÁÁÐnÒ}§›. æ`Énñ–=0+h¿¨—à—wÉ?Ó—"ß°6v»×IÌO670Šnç×­–+Õ¥æVé?/)0/²Z’îÃoñCòˆhutJ„´ª$L^CC@Ê›?'áuò=n¥ –œÿWŽ–sìÖºÈlõîø,ÓC&?0ËÔ—–‰$œ­Î›|‡¡‚JãfÈ̼߷¨;¯¬ßs{œí[›\[ú*HŒâq×Ï¯Š…¶Æ\2-•ÀCEú sYËÂÉȽ¢Mœ®BR=¥q²€Îï 7ŒÇ®Ç*£râÙí|ReÃr¦Ë®ùµÇg&êˆ#hc‰>ŸXŽ›‡Í;ÛŒŽ†ió5»9Ù·Yð9_%ƒ4³(­öãwQÐögë…`#™¦qõj3èk¬Áµ•x7kÈZsØ•Œd™ˆöb¶œÍpË/˜É™Ç£Éƒ£ZÀî”9ʲ½-ÃõÌc̤/? [ô¬õÓòM¨{T9R]áš¡ºb…§´[Ö%_áh@PéLöß#„ìŸÎTK:É•ºW:™¹s^òªä¾6ê‚<˜Í1v^ëÞ‰JÔ£Wè)òýÚ’^Ëfš‹‰M”Ð|¹êθõÁ_s´P=°œâ^™FÏ}Ñ—O¥[£>I=² Ou÷AåëªG¾ùv“œcÒlåwdFY|ˆñSdˆñaW$ -¨OÀ$yú вDö6'›Ï[6¨QþдYÀ¹ ³+6äÂËzMê'c6y‰¢¸ž48ÍZ"Z ÞÏ:GÏÎm–;ÆLSAôuÆìhcNT/ÝÞ`ò½“3ä°æadæ±Ä¤9WÓ úS$à»â³él€»:¼ÆÑOå‰-Go[¶Zæ3l ó‘Û+¿ì V>ÆxcŒ\‚ê1ôuœ ®T©Š¹B««¤cÌÊ0ÕóWøVOÌ1‘ó{:ÝoÈa›÷ËLƒ­÷:UFŠ;MêYêô)}9JÈ™,I(œïÒýêp!Ò<è{ãX¢‘ØÊ‰$Œ\ŒLt[þhHZé¬D™íl‘;”Ðk.BÛXŽ¡yä,OÈ™öÖ9¾ðyåêJÂ"øºÓ½ég.Ê v~I¼Œt8å«hg£\ç—™d¹ÜPp“I—c&X“‘>ZÚc£a¶Jä˜K÷¹>¶Îà,˜ÈKt‡{4œ×ÜQè|rÑe‡"åÎ rWá.Њ°ÖŠkÙþã0È}}—Â@£ ÏA£Éµ :Ý1ôÙ éÝÏTÿó­õä'XÞõs/¶p7°e‘é>¾Kg­ÞŒ·òS8ÎEdDŒxòÕë1ç'Sý»W#r“µÖ*¥J.ÝšHkTîÂlm çKyöNwéUL}ÉfÈ×*¤ŸÈLO -“)5[y°ØNK€à²Íñ røgDübÙß ]€OZk€·×§ê)¦½ò¤~Мýf@Û½é6õôÊoiþò«Râm¥Qe½àWwxÌ62õ>õmcbºÔê äZ'¼læ5 2³v½–AŸÍøF»H°L™É¬S˜—“ !˜LQQS\\@Üítî§/ç þ„Ä|RÄ 2D3w„¯=*ªsu=,iÅæ³F[#®‡òøh‡s•_9ïÙ›C3 Ý=éR=jaU-[ÏI…ZÁf­dâd°IÑäÁ Sôâ§ _Üu»T/ëÏ鬑CÕñ]Â"ÌiðÊÖ½ªæ†ì3Κcå?ƒªKiy®-:ä¹9†‡öüoÖCzmñ–̬ëg1ƒ:ØvZ|aÇ)2îÉÜô2 6‰ñɪx'äBuÇ!qŽ™íàñ§ÂÀ߃²þÖø-¸z]1ƒÃ|j¾Û³ý§Œ-¶î9Ù®"ß-ã{[ÜÊffÑ!ø\?”è™u1ùiñ¡ÈIš„i‰û1­ÉÊÎÿÖ_5Ýñ¶”÷Ç!Zÿ­¿ÚèŒ"r0žÃñô÷9qö¸J'ü:èHùÌ@½MÙ~?/—úúKz#»yM1{ýÅ·¡ßR¡Ç¤NþXW£ ]›ë»z4M¤b'™kî8ÁÍUº‹Óýe¼-Î7|øõÆô(7”ösbÐáz žW|ÿä~_¾ýÇ¿úqzÖó»‰MÖºNVowæ%wÔñÐɺ½òß÷v@5©6¹/ù­m”ÿÀ­P°·ñµ×~ lÈN%ü>ÄŸÌUü×zÔGürZJÛE0è°ÇFÿÙxõú}‰ö>aÕ³^®›˜Â©›¤kÇC¨G› Ÿ¸à”fXJ®µ­˜D+¤Ël‹Ù7¤8â[ù˜?/ŠÍsüª4¥ÕjÜzѬ¡~Ηè9±Q¿èú)Þý¨ï £/¾:è÷¯¯ÊøÕj¿Ïïsý¾ c=롲ÝâGW:sÛ·;Ø´îµÉeµÚ -Éz#>„ÍN±ÃaóÜèMš±8™7¥ërݸµ7»FG=êó}úÆû,[ÿLT¢>*úi&^‡æM­–xûRÍ!¸F8¯Ö&¡ÇR÷ÐãrRˆ:å·Æ»â^hÍûäÇœ£3è0V¶gÝÛÏŽA×ÖÖ;¿ãCå•kþ×”.9±ÑQ¨ü={¬õuëFF¥>²zÝÎqšFÝšƒ†ƒ²Œ'áÜïÏCœoBl{>UW5èQ%OTÙ6m¢ÂÜ"18tÎ… Ê«õ€ïgþy4„üó8/¥‘Òy¼pR½?Þ{‰û¸ ß6v‘!óÛm*¦]~­HaW~N›³´ÇFÄmàNNË…G»°4ŽÎb¹è×·Ý´H;¯M¡¶GûDfo¶ØÁßÖÕÉÃV;WÂÍG£Â˜=±%ïÉ8oXÈÔ62GèE‘jêH&šäÝâ<½ûy,‡=µå±Oi¤„˜êf;ŒÕÍ®´Mqy«›=ô!šÏ#‰ª;ý,Te›Ù›ßM#À¯L[š’(¹¸¸ÍjEF2ÃB=¬tìæ 1¶Ú“F:’Í'ÒÚšz48aý0¬Öúc@…7¢go\G<‚Í»QÎc­’©pËÓÈÙ.RCªÌÅ[+‡ñù©ˆ€Ëçù\—cÓjÈ2”Y§h¼äX:å~à®§U´fg‡Q5|´Ë—É%Ý$ixçænúÜ¡ÖÑ pä.±}Ê5ë6øæsüˆLA{†£=iqKyˆ»¼§‹§<Ž•Z”>E55¬µ‰4{eó>ŒNª"œ#_äZM–»Óžt׳ I[97ñ1qšhÌ>‘¼áJ&ñHá#`QÎ7Œ×“ -éì4ã?õ̓ó׳É1óÂñá Ò1¦ÓØÒ^JÍ…žgdÝvUÏÃVÞÛÍZpNÔµ\ªl²Ù)GçzV„Åõ.·ˆ'åƒJ÷ŽNKù\U_‹‰%šâ#ÁMé§5àÜ+/ütYÎñ%ë¢ðh6 -¹E™§˜ÜùÜɶ٨Eó@U¹R7S~{㛋7»bÎì6&Ì·ÖŠñøQÕKºïå J*k4Ê×Ôš¯·•FÇþÀòåUœJŒºòEu+æêQ4=÷!f„QV_„>™ú=‡ÐçÈTÝvÙÖ¯jýúLd ú¼5–´ÌÚ{êvŒîT§1ÍPšxÇÉ~B ¤á& r«€¤1ZNÖ„ÐO"KMh<™å<™ãCܼ]ŠÕ³‘¹OÔj}íQ?pyÄæ¡¹â®ömÂoL›²»v{óy7åÛI¯Š£yßr -[àÖèÎdÃíÔa¢×®J_Ìcƒ–'—ÕeÁˆ|5²sr ²[´å31V½Q@¦éÝ'² ÀáÓ²¦ã%¢ïã¹mð/B•Ùë×E][o]ÛëºVŒ†WF) µJL”çˆh¦xؾ/do§&'yJ­õ” µoJˆI£ ¡b[×ñ"sLÝj”lª;©”ÉÁ¡V#3B#&Æ—qŸ€•éŸÁ÷Žzà€-qáB7t‹D+û‹‚Ò‘\Êí…~3W»¦_«V/ȉ…°i,ÚÒÚÈñ Ö9snµ•﫦³”ëµÞ™Â…=],à~6_á[c畾|¯ÍšbAÃB¾\‰Êlmø*ÒW­e‘CÖ‰"ž)⮂ØrÆE?0Fbb­Êe¨Ò4·ßµ69žŸ‘ÓéòF$EávWá`5ß5³½á¥’Õm£½ïɦ󲸭 ½a½f’Íû¯‰ÞÖ‹,Q³ýï3#]sv1¦Ájý¾U/ô¥×{ ¥RãèYà3M”(],Y¢ŸòÙ홹ˆô‹È¹ÓéÕ«ÃsØÊ>'³A¶_é_í>›æû¸âúgàÀs忉TÚd*xAé>fáP½ä7ùþFm2¯™¬Ãù¡0Û;Ó†tÇvª¤m®=lӅܱ44²¯ÃSÉL÷ ¶c¤èÿº:‰à¢Â·RøC@†s@ÓH„(Þ)6 QI1õ‘gÛ)Vk@ðÖØ“˜¿–§).§ráIw1ë½?zQÏéj¹_v¶J»Ÿ‹ ÆxòØì2²{nR ¤…x9÷rÇG¦ç“¢ÁãUz½O¨[‰C> =¤Ñî¦ØOiëåKŠM–H§ß…´y@ÚTÈ4E$ÍìRl³€D\/"ý¦¯× -'ïáú5Y,´×0fNnèG÷ÇÖU=KñNú¬/Ë4Š¡'¬°©ö)SžÇøÂk(·®ø?0ÜkîI½$mãþfò@–ùt«€B&1 ˜÷Pš2KQÛʹÜURàcPzÎL‡€2È1 „á P„Š*sÊ -jE¿JoÖÛò2N”¹ð¶~¿bÆÜA@>TŠw¥“ô¢ó8®9ŽC§t~î ôÝo£õˆ`ýLûòê•¥’6 Ú–¨‰›þºiû€ºî뀆ˆßª4YZ/m½€Œ' Gkô[p«_t›l¤˜Ì*w@;' -ÐùZÐ<ÕNqK?&ÄHáöœò–]{®ñYõâZOi¼èÿÆ0ôh±eT‹^sšÿc¤†ûE#³(e*€ÎôÊ€6÷éOwÒw¥Í;q ßf ´Õ ·K£ãkÀÔà `zÛ`˜g"æÈüÖ¶eŽ“6`NÊ -0ï7̪Æf-û€im‡€i7¯€ IÜ~E Ñœºhú%RN~ÖGð«Ñ•v»#™3kŒ]‘ <˜È½Ì’ª5ÿ´†AÍæôäî¸ ˜Ýî_[pö5_ÿ0[°€­tv€m¯à7,\&!ÿ-æ°ô'çû€³ï¿uº0àŠ² -8õYœ6YuK½rö`TƒœÚnK¸„LC˜¼øEýŧ+Ò+!óÌ -äôä?­ù6ä+%_¢ßÝp´úÇü­èðqØá÷*Œ¸þðì<Ò˜ün¦6ý÷øÍÆ€P"- ä7- ð•-à?i  ÁYù(+J -`ª¬@½û8“_¯³„Ÿ?p®Ã?NÐ|r^þ·žümÏ_3ðW¼ý×üWÁýG¿ýâ¯~»šÐ@ÄÅ<½cˆ‹xôëƒ]J ~ -HØ©$¼;RF;ñºû-½›úAU(¨÷nE—Ðh"s’u`)dÁ0aC0 gîÿôÎWOþZ“ÿtû«'ÍÀÿ–søÿ)æðGÁ­®M CQÈ:òè}òå*…Ø…@±’%Pìâ(ˆKQµ~àÿ•lõÑ=sOÐ#~ÙŠ -q®§iÖ™ï׌S }U‹öÖ®ÒÞO…Þv.F›•&N6䀛­·¦²Z3n³Šz¿âçJ:+—1®<·Šò{d–Ÿ›?ëujÞç7ÊìÓÊg֣Ϡ¾|üSöW¦MæÅœ˜xðKø[màïÙN_9ôtÖÑÓA_Lî{¨ÚN#Ø]ñ°Â¶sáÆm±6¤®·úÙXEÙÄ^ÆhÇYÜüNy¡nãʼÏFµÙ§6f#1jÍ vØŸá0ñ€3™¬ -Î|Àñn¼uû—1³Z}F‡ -NŒø}fÃsDFÃXDO)&¹?ø¿Õ¾ÖÕ¯1ôûh÷f•¦_«ƒ9-cd¼Xtðñnþ¬ìnó>gf#!“›ï{<Á†=rB&u懹*?:”ý_««ÏU_ÆLÝþ·k/¨—Y½ßW6í¾þxzŸ¾¸êÙ |éAã=ÜMŠeµëäœnYB‡ÎÜÇ.ñ5ÿÀìµÿ1†ÎõíÇž¯s7ÁúI˜îµ‡ö8„ÃQ„fØڮn¾ï?›ós_¿ÍïN¢i¨ véEÍ Öu2/ª‹$Y®“¦ÙòœŬÞ^•b; ¢Ê¿ÅWŸãsÔwñ¡q€âHZÚ1¯õšçînñÊ™þªŒß2S¤MI_Óå0&Þì@=<”¾~y[¿uz§R71àj×J«3/äûl–·,?k“«ÂªRéšÂì -‡øP+_∫=šçfåÝŒ¥v¶)Ý&X££-™†úzÈÑsÈÙQߪUëŸdÑ­J¿gÖ×ÓÕ)—âéÔ¡uµ¢ÙýâÛ‹ßB ÖÛñÃsy‰öõóõÓ-¾ÝW{åhÙÖ¶l-fãñqÄDZÌFvóÊMér¨6:Ê!Šž½müGé'»‘þ¹ êŸÑgRyšA«Zâ’ûšƒI—²rÿ<ÉŸâÀTWuD«¼ëUÉó¾]Ù¶jûJ¨¨J¨e _×êßûœÌÕ¬˜ŽdiÓDzP·úh¯ŠócœòuS:Ý õöºGúë ê# N¿.$Òu()ˆµÄ©åkÈ¢f…órË Ó˜×«®ªÝJ5`µ*y˜6+ÛhÝ©„ÂeZ÷éDjníŸûÔ1Eôñcc‡—o“œTîÃRYË!]ï¹Ø_¼ç²G]«)Dû%4íÅn’/Þ[!nüV+ÓH>~uÐá°†Ì&óÐÃöû¸º -®×*¹{¿+Û: WB^%‚C¬2A$[BÀß]Åóż/½}«|ÖrÇj—½gÒ®z}gÒp?‹eו×&Å­ mk÷Ržr%äĉμ9vÕÑ89ž¢¾R¬HÇSqâºlïoÞ_=¹¡‘¥iÚ¼z7ôÐO³£z%dû­ GCÿÜžÏ|éyØ–;ÆùTÖ2ÐÃ{N(àžu?s!ÍÅÜ‘§Q.´˜RR1Ä’C;ª3¯;†ãñ‘S\ű_ äU£H>aaÛ³VæÓ¾Ú‡Ñ±£‚/ÙQQ my-m!¿R\~שÚñ†ÅgSÞ iÕ¦ nV­ðÅ~ÐÈu~<AùÖëzÞs”¶ÝÈN[¸Ðò8-9äeUBv`ïx8;Ø)w/¦ä«HÞˆLaÛsæÅáöa`²vd–%ë<©é?°®%ç@Ýì”…¾©ÑÒxnžw£z¸ap™âÔ5 ¾¼Ñ?çî¹ošX«J¯úD‡ê¦J,ñ®ËùM{l]q³SÎ)%‹S±„lf¿÷Åcöa16Ͷuê˜Çidz+ë<†wV\ ÏæmÏÝÍN=ÿ15½ž3ú£&iÁFÔG»‡¡Û=¥¬gõVœwF»4Ù*ÈGmO³š77”4³ðúi¢€—ëãûu·4vñfÛÄÞ5ŒÝ‚3]”õ!2tCŽån7>êébÛ*ì<Ë.°Õµ…ž^µZ˜›÷ Ú3µ]ud¼jí™a¼{«ØÃÙ^û׫žÝ^Ÿùi—Ìæso×˪ dOW×·wY¥KJ¬ìÑÁTáü×I>QDnL_ŠÜ˜Íë²èñ¹1ïmÛ›ž„GÃÇöUÝ–G¿c/éKÚçáW¨-š•Ðn>÷®u®m)÷n>¸›m¼É³g˜]¨¦OP²¥ÃMiŸIV’G;ÖB[:õF,ê'uÓ˜=UúºÊ(ûÂ>Gròéè§w_–ÌYYºAp,©Ž™ˆÏÜâ$ê> r­ éS>09OáZõ„Õ~þ®Díî±lÔz‹’7Ÿ‹l´lÙ«æó2tO´ k¹Êë“mœ^EGr}'‰IEóÛóHÝL¾ò\ÈÍ'²“¥>‘nžû–Ôu‹}%¡Eý‘†8#OroGtÍŒyG-xä°¸y£$s™ `nÜ< ÷±´=c5/øY;zÙauñÕ“íKs›¯Z5ì™[ÒæÓÊ{š§jˆËê¶-[Ê¡/»Š´ŠŒHºÍ춤av_ìÇÞäÓ¡³AvuìÚí.dy<Ã;±Œó9;¹õ,pxÙ5ß°ÁÞ³T« 1áþ-2áa2áž0»ÜaßÔØ»àåwÒÑE¡â¢ÈÑÞ •ÝN«ùG¨ÍÕ’¶vSý-¨ é£(Çç©*Ýå-¾òkW4†»Š`'Ó?e×1ïï}n!¾&\b×¾õÎì:ì¿ÙŠvG™Ý瘚š?0ч -ݨ1=ZäÚk겂ßT+ò”BªUÌŽ¨–joFc„Ukœý*Æùc‰pÔEA¬sðª4õ¼¯j›,YRkØTD(Òý<ÅA·îbÂxXÈóÓÄ´y4Wp¹r¹Ta+Õ|¥™rºÙ?#¦Ö_Ï®œ;Ð {§Åv ¦®ê‚¦Ú9V'e¯Löˆm›ÌoÕ%ñvfObˆZ,1ø åӴLjÁ%·Ž²í­4šòË?ˆƒC°ùןlLÌB3¿tgUu_‚JŠ8ñL©ûÙ)b¦Vø™øf¹¥úØñÐYzü.0u-Ó§ˆiñB4¨kKéýÀ” -—ò1ënÈ^ýr%uÎïK™$†ãJXEÁ# ¤ÓÂ' dÍúG ’Æfe ‡w•~ŠãªŽ"´nÔËé™C‘Ÿ¹¥Ëø@ŸM”_=¹Ô+Êiq+IƒfŠ™û@á]Ÿ8’Y2Ìôxú ÷TZr'Õ>o\ò)oRïîëÄÇ…;„µ"Æä—xB5Nxñ~üàHư¹^“0÷s,þÀ6Öèª0Ÿ¢þ“¿¢dKæ¶¢_DIŸî þr¼¬ž}«”–Ãë¡ )Û?Âw~ùDj}jr{“8âP&ïž* -"Wžá/M†–V'“Ï•*Ÿš'ì|±@@ïzw¬fˆçÈe óÂMÃ¹Ì ]Òµ2hÖ¹ímçÂ)ÁçØRÍFŽhKE#c _²ÉŽ{ -ËüÙ@dßB"§0K£‹}GËÃþýål¡ÍÁV{Éì+|k[ýÝPbT -¤¾šFˆI!krd*Lê» iŒ ’ȆOÏ !+Cˆ‰®ÌA©#äv +ʱW·ó#Çv{Œ4Ôýn§¬dèOö>©§ë?sҠׂó AyÐL_C Óù@ fH±'«Ð«0TNæÇÓg1ʵ÷–þé̾²·zrÇ'ŸHõã?ß‹eüJ·À^$_=Ÿ#²·'…bŸÎÕæ‡œ„ކˆ­¾+½ØÉ>ô$ÈæGiú¶Ÿ]Èœ!(ãê›LaU½fààƒ-ñ­7í4{E#¢Po0¨)?*ôOdÇ(…ÄA½c.¶o= 2Qܙ٬3ýGøÎ.Rÿ†U„)JÜ:ÿ²á¥hT^YJD!V9lÉžé\1ð8û¸¿(h¸¼ D¾ÔL±L0;"p›l0Én¤ &CËišÉg`JQHquÆ”b€¥‘@_ñ 'Mè -ª¦p»åÏmŒ¦ÑE82ÖK•vú‚“§Û/õ¾Â·:X•_T<—­5/Ziäu2“†-8zW”W ܾä0ÈzïÒ­Ð{¥w`o¶”«¦H~ªØ§(nRl»0¹=`WÎM±èlk¤Mî€uû -Àên0÷4ñre) -;îaŽ=l—¯HÙ?²·œçf±ç«ì½rº&‹Ûݯµš3pw4TQf˜Žsé3ÐhzÇ·í’§À»@øT³S„ÀwÛ:À÷X7…;M±Ü|Ž>S4q€/àôÍ‹–ð%;øÕ“‡óÀcxʼ°o\-,K…íîàq7JÁyûGøn­ ÉNZü²ŒÔYž÷ª÷Z—dN[hX«kˆ\½‰ÐXÑP¶ ¤û¯jMȸÛÖŒJ€ˆo@Œ¥8Eub9Ä„8¦h@$:E%}ó4¢Q'Ï€pW8 ß„©t!^öÅÆy“ýÖ÷N£ ¢;ߪ'Ìäžb…YÒnÿ¾µ¬V!’ëÔCwöÛFÒÊg3ÂVå3Îâ,ð€Äl|'HýP¤Gú€ŒŠu@ö‡@Îß@óë_=ù8¸ò„¦?é—/«0äù-8Ñ»²ªÒ€,>@:‹! óÎÙîÕê1ë7oùji»W%ZJ›ÿñ{ËõgLf—lˆÑF-½ûˆ²\ IƒÔßë(€¬÷U@î: 7P bJÕ]@›U@U7M@uÐ> ¶å në= ³Ô#E 4œ•RÄ雟P+Åp ¨÷ùÕ“{PÍJP±<Tð|XÖÒÏ~Ë|k‡üó$÷ËøZðV¥+fzCr|Ÿÿ1R#í}!€[ü1Ó†ð…ôäkÓ41ñ¿¦à_=ù+ã6á: ‡ù6 —! ß÷%`xãwþL_ ¥_’)§=Ï”'}Àøæ0Ö;¹› ­E€o @?ÛÓ‘\X¼ýG•›ŸkºZN«øŽãº…%5ì7'8Ùu‘ÛåÕ„rá;ø§Q_“òôä_ñöëþ×Üíü£˜þЏ,Œ'€¥5` « `ÛBæ·zÃ5¡Gêà Mø§Žû×c°»ØÔì`²lSÍš9ø›Úœ"O¾êQ'úÙ,m \©Îr-m4„¦çqü·IÿÑ“ÿG¼­ÈÉÿ©ü÷kÃõn¿6\õ¸× -<'±€ïž,ÀÏj ÀG¹àû«7à‘øåïÙè€o^'€7ÀWDJ¯l—”òØ?s¢û2l¼¶ä´S;¡Ou•LÒ¼óÄýõä?Òíÿ­ üŸ:¿WùŸãÝþËóªþž¤¶á€hTl „8ÅaÄaœâÙUĈ—ˈ›èÄ$ËhgíÁËY#yö&#ß±õãÕA÷ŽÙö>Cyñ¿½óÕ“ØáŸö|ò?møŸ:ÿ_ÒíWµe~#X m³E [·.WËÇ> -”L¹˜ºÆ(tò=Bü@”ÿ­6ðë_½®ØÜç²éßÓ²PúÌ÷ êélt‹'i< úê×¥¶+Õÿ¬W×!pë«CÁWüÌj/cLï-¥Uq´èPV2֬żÏùÛÙ§égÖ­~Ÿ&Úš"ƒ3•Ì-IK°dX™¬JµÕ„\qðŸ -¿µ~à1³Éá¹±Aÿë0¯â’½žùîfqTµÖq—0ÅljB( u…Ü*Êb)-ŽÌBݬ…¹~˳‘0ÎÏ ÖÀœ-;™ë 'q?Ýòo=X»U™ÙA}¼- âqˆ®û£ƒLFüöµÆuI1@·ß{ß‘Wµþ³×Üþ)4Ð7ðÅ_ëê·2ì·…;¤ŽÇëê«TÿU­ºµèàâh5'ãiñ¶YN‘n昸oô>!'××8DžÐèàÝ¿>cØ>ƒ[}E:üá׿º•ú}ù¬ýã_Õ¡R!A7±Õf™úÃ8}¹n;&¾:Øê*´W•c³0Ñ&Åèðß6~íµë­V¨þ=*Áú¬1ŠÐ©=ŒÉEyp ¿¥W³z~K¯RiÛ³^¹U71³Û®“Áy1wéx~ï`söÝ^yʯUDþúWãC½&Ç?6›çxç5c…S$óÆ­Ï<S+ÓjhP~òÅï©LéËWóþ¶ñO¡_cè׺ÚûÄŸl7É?‰.2„6Å´öª¤Ò¬Ê÷[[¿Zk1ÛzÂv7æÍÁÿªtmN·voÙ訓mzõ¹²³¥ºÅýZRÊUkiHÕ%‡s_î†i ClëM«ë-«ä±sø>É_a®—Li8ù«Žj}=àßX5ÅiîŸG'Ì 53ÅÂýâkJ(ñ­Ûþ¡y®­ݧÇõ‘ñHjIá½®!sôÎ=åz¸Ÿ ±u¯®*“4Kª’û‰PÙÖ—J%ä÷z…9_í ’÷Å€¿_=ÿÜ}WüXG£òm„¶Ê[zÏ©9ó ´²s?ËÅÃý¬”4` ¦šk§¡„ ˜­ ¼”4|%EUMgå¯úíÇ69öŽTHê6èõ¹‹ÅÕ€œ7*!;ï‡ÆaD´òÏdïÇõ¥—õ.ßTÖ2^Î{NBÂëcÆýÌ#ÞyÙµñÑïÙèÐze—zUræõCÅñ¨Y\µ˜A1Püe‘|ìo…m_ES\ó…ÐÄ -Ž6›…SÔWöîx™çùÛ´ïÜN•ÜÆµ´]TàŸ[;ï.wô®ï=Gãºgd×wTÚ ]}Í\h…oJ•Û—{qæ5ùá`'á]\5óP1 -¹"y+…P+3æÕ’ìÈè¶Ù9V\|U-9§uÍÛ¢ÿë„ìøÈÍÔÈ3ž;Æ4ž{´Ÿb}2ž|ow)¹uÝö®£*åZ~¼ÉU¼ç§ä¸#g©»Ð¢/!›¦íx̰\\E“_t¶­}·*Ñ\`žðÌŽŒÌÒºµÎcúhÉ0}5o3ñiv\+c*," =›‘.éT–Z8æ‹÷Êo¾/véÓJÔæù§¨ 2¼¨5º®ðïæ?Ükè±» $»™¸“gÐ.n¹Vh7Ë’ù¤Ó¡2v#“°¼^èI={iÐyçQæµ…^S5|ÕµÔ -Õu~`•ÚM}¥–_×ö}lÊ ëØ‘E*7–Z]v!)y{/v—Ñ]Ìû;XÜsŒ`v=Ÿ sŸ/¬˜.7£škn®Ô›j(^ŠA³¡Ã£û×KΗgÉš”<Üh"«Zè• ë}3ôtª)yÌ{¥q[¥A©›:‡«•È({ŠåG¨²8-éê—\IÙ–±Ç–jbþÕm Ãòt(XÄqÆO: ½ -ä„7[T 4»¼å4Öïef›;t˜êP]1Œ´|Óû{U¢÷®Bï÷µvñѽ!ÊÆ5ù‰CÑø?z2 «%=G® m•Ž5T~Ÿ³P"L!å3¹ÏÉ’3äö`Ɉ½ÉL>Ì>/XÑÉæ'—S‰G”“Ï͸ιs±Ã®„˜ @wÅ’ãã™ ™Ü‡a%‚ŽŒ©B Ü¥â¢S2rKç>y¸O²c‘Ù‘–eò›:{÷ öè›Ü°ÉWø¶´Q5²õb)‡#C 79Y¾`VºÝ3„ø\4á³Q³4ç1ÞÁu–›W,‰Ãö–ö³o™Ìvä—˜ÐnW–Ú4é¨ûèÓ‚NϨôÿ(9è>È»’AÉΣ /}\$oƸ“†«*vÇGÏmš}—\¦UÃvòÍ¿ãô¶´`nãt…N—–i™j~3Žºkº"<î²Ô•MV4Ž{B°'E„Ï¹Ï ‡g„¥j[œ Og–>J7‰ºh[•Š_O‹’—ŒGÞ}«Fv¥v‡ÌC§„”2›˜0Ñü§ ‚c˜Ç³wÓ¦Ýu+éiLš;¯®è¢âÑXn£ºX)³ŒCŠ£nå—ýÞ8ëh;¶iÝ2 -…}%OP˜£¯¶.+úNÍ<ÁpfBüÀ\ÙÀ`¶b¯2 ‡¦yHz¥°Av!G¼3¡D &}0«n^ð1›î›e†K¬´Í\04´ ´|ì1(Ñ̹T s•Ûkœ£kÁ9ÍÄ÷Næh÷éä*ýj³.s·2˜ž6Å]ÊZù°ë¥Ù¬¢ÑáÇ‘¯ª¬‹o»+ …aÚ¬%RÅY:xÂߤ“RäIæ8D˜×Š§Ã†Æá¹ üÀØÌ³5 ½6ºlõ˨¯lë(‰ýÜf^œç¼y@ÒÝæÔÛŸžÃ<ÜldüìõZêeÛÕË.Ûvº¹ìu˜°xÿ„as¼~«Nt42Íc-N×äò§¨ÜñìH>¥‹™iMâÝÌ•a«¸ŠÑÍÒ -þÊ Äpþ|áÅJòÆÜÞFWØ…DÉàÎåª ç˜e Ý(!üÈ«Âq6Šaiºe;<´þ³êÙºAÏxžƒú -)f>u·˜ñ×8c­ ‹Œ5AAf”I‡ñG -¼@a×Ò’l®íkÝEÂljUÛ‰HŠâûüÊ ðÛ9¿¸a˜zK©öiޤcìãh¼xÙ¾ÐU=|æB»œA¢Z…ãa…ÊÞ¡ŸÕœ†òÿÐö][ŽÙ²_P±á½h:Ð;Ð{OÐ{ûr¿þ&Q-uKgÎ,ÍIQ½T1rg™"ñ'=Šá½Å!ƒ;yº‚ 7VK”½Ló=¸uö ´éI@[lh±ëMª3ÏBB=F&PÎͽœÎÅ]—ó«x·¡Ç÷·ð.µSn¢7 ¥4Ëõ¼Ð‹Oh?X8›-îßtÙw¤µ„'þœ`ó;ƒ%¹zƒi Ó -Ka ÷±‚~è4¸›=ÐGC€Vô)“Ú¿7€U–@· t MG.{…ì¸X¼¤4CXÆâèGû–½¿HÓÞ—Szêv°Õn˜²§±]•>QnÐì‚Wz›¾)CL<ñþúð„ÔÞÀ»$0Í»LKBë’V:Š`äÓ†2‚DÁ|L…=~ôäJ›¦* 3«ã40^ w`Œ:*8‚‡—am㜸&ßK‡Zú´Òý¾„yçà(›M4$5VcMp|VäèCƒeŠ%…ú¸ ýFDâ#÷Ó'°0Æ€å^,°FH6V ›;$€Ís9`ã Á¤l‚õÔoÀ&qØPÉ6ÌäLÀ*Θçæ8ÿdu2~¼å–-òw´ù":ù!|oð‚>9»nàI—k´ž»–ÎMo”Ì/Ž:öD†°£9 KµnˆaL{HŠÀ>ûpôÍþh°ªîõJ6Mà4v„ ´Ap§çà¸K8¾RN'öw`oeÔÒ™†Ú×=“ÅøèL‰òCp?/§Á%PzédÁ³Ü«±î~wz›ÀfàZ¹E¼ŸÊlîåÌõl±ou*»f`LW‹³DVº´W)!ž’6+…¨Óx¯½‘%bîrÊ·©|ò-yaúÑ–WðP€oè&ð ¼?wAª¯ƒ  Ä#}Fp$A0“:Â'Z Ôøûþ‘¿PkÀ÷Ÿh #ó•ò‘Eè¢×†æ+zi·||»á]›¦9Ž#ã´^·Ã¬< c4NFl/ª?De»li|DÜI„Ù; ÂÞÌð(U>¬|ì€Q?‘Á-ˆx ȱ ¦Ï!3…<ˆYª¢38üæ¾;€V% ¶Ù½,²‡HÕLø¡–ƒ“)aÙQåµÜŸ„[æ©QkK’Àjxò¶û©™ý¡'Žà@Áýi SlVüœO÷A¬ ô#ÈhŒ‚̉jkÛ“?m‘.³ H›ä ¤))ƒTé» eœ.H~´…|ŠhqocCý™&FvéÖÚ|zàxôqT)x¤šü•RÀæ§t›»”>Ÿ2 +?í·¿*¸ßÜç2±%ä_@i9Õö¤²I¥@™\ t*>(]tßTª§\ÅÆ ðËktSÌÜÐÚ2âz{}‘™úŠ‘»L„Tˆê1­7ˆ¡-}—è=9`ù©"ÿ ÂýöÜÛÖ9}tÛøÔç‰-]2AëòYЪÓhNdàIƒ›8 ™©:høËõV{…ÏÕÌÓLÖÚgµšXlÅw[²[V“ý׆u4ôÓŸ -Tí€ÏïT~Éqø_Ü_dÓÉ·ôC_ÀˆF`ìõã¶6‰AŒbq† '0¨&Š¾Û¸ž_Ïr{ú<󋾺£[¢¹ÀYGüà”( hÚ›€ÈÏÝ܇ßÓ~nåö[ìíä„ 4á“wûm´mM£`Åe°Þ­%Xgë„!Äß<Å7k‰.!âú‹uõ‡Û6C/¾|»Ÿ7IOö’=„§uqßcÆæÞ^ÞãÛ‰2Nm2—jf-ô윿ORù?äl¼ù£ì7æöaÞþÞ7+~ÙO¦“ðiùEN©Þc7ÉbÔuì§"ÄX˜7”Q™ÇS£²`ø#y‹QÃ}…烌þµU"9ô—´O^h°ÅÓþájÓmjç/W›hdµ’Ù“ïáÞó£ŽÒ5b^§™ÏKü oJò4uçµÉÜfÌ ;$ÃãþŠŽ…)•éWr¸Ï½2CO`ŠƒS™÷æAjõÛFhØ{´r~¯ÞÞºï¾Êöì—[쾇©íù1 ºŽËØ×ïÜÕ@óþ¤ ìíù¾¿öÍQ5x¿{6T©ìtb¢;bæIµÆ~LŽ…±9mR™ípŸM§bø:0wæ£ßÖ´w?|Š_¨ý–Nõì[„룖ؿµ3‰;f‡š8‘öÜ-'Ûì¢oøy­%lØQ³¬dvͲæ›e­VûNølÕØ7ÅU`] ÀßÖÕSòãR› •aô{ªSî%õÛòÝìõô—Ó³/j¦ûn%ËÝa¸Öìâ½N¿C*£v–¬ÌÚì¬é· -lå÷üÕΩ)o›×ƾÒ6+³ëtªä—r¨_J¹R( ûú¯S+ÊçN«°o./tžåO=Øä-4_äÚÉ–}Ìšb¶—%œìcAõ²¥‰g>cg{>@3Ð{xö­Õ6ÔÑüóþ~oׯ¸¤Ý*gY¶U*ˆì ¸©È³bYoŠò±zF°|öõQЮ'&j?„|#ò–óæ‹Òsí8nå"8Í>&2ú(7œÎ¼á|f˜Ë{|]ï|‘iWOܹwܸYÃx¸ìe,¸ì5—Jùwšò»Y -Á^ PåƒÌÚÀY¸VK~Þ÷ŠòÁ*JhÞ¼J¹ðûPÏ>FÐÍö’Êä‹Ì:dd™yÏ\´°Ï”OÜ/\Ó“‚÷LSÛÂÛWj„›Uû¬Ë§bª`NÕ”pÝZÉMbIùÅe^ܪ$tÜëÆ®¿ˆ7Òñ{Üb®RÜb×ù¸Å?+¥ë:‡!hRA¤D ysü¨µùFhšÉ>†j"óž ¾ GÇu+éÎKë‚Ëîו”ïÝ›©‚AöRÂE'Ëa~–”ªŸØ÷BÛ„çD_dB‡ô5~Ÿq‹,¡Ï›u™X„KÎÃ?šŽ#‘qû½‹ì„ÖlÙ ]ômüÜ{Úø%kD'íx=:éð•{ÐÝ?9°ýæÉU6 ‡ú…Z›Vʯn´”pj+Iù†î^Ô ÇOƒv<ÞˆOÒq ßb×ɵk»ïF,°]§—ÇûŽ#°cû½‘çö°^Ûø!¼Nj™kÔ5Ú™·&L$~¨_dØïËv¸«æÃ…8Ù ‹xmÚL%"´™±P9ã·C嬹JYq‹­^Á;ªYçT˺9¬å$Ëï“™Ð+Ž·Œk§Š”ó˜Wx§—iö{5B×¾=,nßm“ÑIõœ‰ºÚ³¥ÎD%’ A-ÂÞéVØï*ýpÁv¦¡Í-!Ë ï`í§½»å¥o”yò9A;f6 -ï’iIùqݽFÛóÆõ0Ê~‘Æõ¨·k‘|gQ*²v7×iYÕtºË&+û|,ÞÜÎ-ç…Ó²ûgM†ˆN¶k,êª322¯¯ù{]Ëa¿}ùÝ7Ú¥âTì;½ç®ºc”ö¾45mØz&´D$ëiøó:E«¥ñKÃßUKCO¥Gpr^Tf/{XµÔº.eã—U8æ êÞ§bäþ¦D–É$áÓw2\Œç^aq}‡Ê} -Bh‘HY^‰åÌÓž•LË4ãfȈ$µ¨þ”RI½·+eu@÷mÄîZÑx U÷Î/UzV¹(‹ÌÍbJŽS…[uârQº•å"UË…u‘ _’ Ó©¤sÆ<½ÈP@xÉêËÆº;ʱSmÇŒø°R²­r!M˜‘–qP_æ…[_Ífqö0nÝîõKä=¡ô~bÂé0ŠZRkq܇Ô4Z¼¨ A¹Êb.*|4S—W¯Á@–òÇ¥´Õ³¤vª„XgŽªhøÑ„Ð"š¡yçÆB¨;¹òw=""ðÑ¿œÇBËÜýEõ]ŸØVæ|qâǽeŠ.“MÙ:Å_¬Ùz–Ã.^žú [¿ê±·}ÖÆVø®‘ií­¦—:¡,M‡Sø‰+Ëk·lÈÒ¡•vµyò‹”4씡&šJ¸'\ž­…Ž­üC0qÞ.Weî­ÜcÜà˜«rñüyÂŽ§‰+;ž‰ -‡ endstream endobj 80 0 obj <>stream -“óD©”’–ÙwìÑOmÒÓj<Â3¶kÎ툈ÒÙ¤ôEšíòŽÕßk×&öà¡Î­0šïÛƒ’ïûGy}ño²Þ¼¥jï@Š'îÆ‰fñ& ­aážnól!Í÷¸a™{7Omn&\‚ªîÙIvùb]ÃDó>K­»6“U°Ã.ŠCÚÏsÚo%†–Åêœ\fñ–ßKî—jÌIVÓÑl»g‡•äÙ°¬BH2œZ—Ñ&{S³…êC)¤…‹\6†{É »[±á8Ç/Rh'#7þ1‹¼x‡âÜûTá¸ac¤r‰Ä9ÌNf`Ýj¤ÀÒš×`æïÓ˜á’ì†^‘ù]Ø]yjËiaª¼(%%õɵ:‘^?ÍSŠÊ9…úûøq§Sa/æŒÔ‘U¤ç„ôÙÊ0žRÔë<­.´+¦¶™‡¬ä®gñ,—÷BûL¯ùÞí¶å†¯Ã‘# -ð`Ý-ÌB%)&û -‰ 7Èô*?B÷dº(ܲ´¸U<ªÍö)å5÷ÉZü}!ÎÛE4Ó±Z¿ -¼R×^~+5­ÀFŸæô2ššÜXÅvßæ·ìmYïŽnÀá.ji9N£«òc«‘•£vÏ-ÿ, ‡Ûóš#ŽýËàý=Ã+£+]¬M_Ôö²$¨ÊøÅ“GSH£¦†‰‹‘NÍK¿H„Z7DäÉñèÂÛcþXl‘¿H,6Ù$0,jz0:®0ò«€aœªåzÓÁ"µ E:±g_*Gs á[ø6£‰Š®“üRPsY™ -—$ÃdïÂí1<ó±¢¾g§¯ÅšÉmÒKZZ$Ñjœ<¶BGâÒ3nDŒ~_å)Ü–J<öÚ 4lнÛX\çÓvNW!êô€¢ˆ‚Æ(=Ö“Ï^ È£æ¹Ü-€¶0 GªžM,óóä¡« 5L ÃÈr¤Ø~¤¬‹¬DØ4­kéñXPŠ+Š -ž‰Åæ¿ó/§qæ’wåÀ,óÓ ]rs+²>–6x÷}ÜaCbwÆðôî©ã€jP4‚¸Œ`þh°MÌE€ˆRÍí¨Vdƒ`óªí*@•¯I Ò¥P6Z`ß) ôf$HI4Ïv`LWžû”y÷訞|šš§Z‚¼+R´Tgº^ºá÷ƒÇVÞ…ÍdÄ#½Á;Jë'×ø£{_c k¹šé ¢´&R‚´ƒÙ’Y õQ hC#hï6EÁDÚŠ£¹hâØê^ܵq@ÍÏ1wõdgñèfÛŽæÙn1TÍSÆ qˆh™8¯)ë^U5âM‹­º‡Ò<;' WFÒ'Ê‹ŒöD$%­±áû¾º2Ø}>e†Ý¨o w%èûRúAZbq`¨iè'ÝBPž}¸ž€>( O8:å4@GÏIÔ‚Ñít©/í&2)uµŸÆ°C§‘­RÍÈá[ßÕÇy]‘ª(Õw+Øç\îñf -™Âò&Ï3Ñákl”%7Àë-0!æ L2ö¦ØB3óè.³6tÅ(‚… ÌUühJ̦ÐEpõ™ÆoN0Ý :©GV,æh^w_ÀÄõ0¦Ä|Û™q²|ËÞTgUóWÉ=®%‹æÍñí’ÌJ:ÀÇÑÝÈ>‰Nm{ÁFô˜&¶feœ€…ÊXn†#Y`sQØ~?ìâv©ç4ê®C`‡öØÆì lÓ–€-îÐ)¥":ZÖ×ç°{C NbÀ²¥vlh9ãÈÆãÖuiß••­l&†%Yɪ„Ïr‹¢U{‹]FybãÒâ†(%ÏÀf›è_½)b8¿°O•þèÉJQ.²0€«Ð6pÓl¸­_ùa ž¥¦Àug{àza8o©WK¢SrOt4ÞÞ—pYà’ñ p9²çGbö†¯†ù4µ’Aèåô©qÑCLÖ|HèWKǸW‰VKÜo}› ‘Z=£1@l$ôQå("7ÉÑÀ]GðøYÞRBÀ¼ðÃSø•VþÜ ¸ô1~½?žQÀObèÌö¹|¥€Žg„3‚«¼³D¿[øQq¼†šâ½i:W­ä±|ËÞ]LŠr³Fɤ÷üF!zI‚Ã&ËPúTlSaŸ>|ü þ¢àþðg-´ž Bæá‚0O}ƒÇ-i~‚ ¸Ep~‚ðŠñ?b‚O… -+j -Âhö¡õÉ롬@¨ˆ~D oÇÖ펵M Oyê:Ô.H—Í-ÍO()Æ”Óù0ñt*FÏÂ; °Ñ²æ?p ß~LÁßܰðñóÿqK9×ëO¦ƒ¦ ³3©¡œ4qŠ  h$AJÉMÂËHJ`¤0ˆÇmD¿½ -שóÔê’jOÏD2 ùd·Ë°Ρ5Œ8b’dÔ•#°Ì ³o¥ûw“ò/âíº”ùæð›‚û?ôÛh± re;yY"íï ” -ÜÇm›Ú[ ¸ù<(Q¬ -Ó9‚üŽr Ÿ!ò¨~±¤­Ã¦B/‚µœ+uÄgc^çøð¶HÞ—G|iýa™þ©'ždDä£'ÿoÿä»ýáð»ïöGRÁuê¢úaEÐ*ëh™X4û9k|‚wuÔË5ê¦õÉ"P+äÁêÕ”µ¶²BS9Tj ƒtÚ\­ªØü9Ëþ¨S 'aÅ¿³ù7D>×_Óþ{ä%Xúp¦€¡“`Ô"m0b§-xƒÐ¢î50Ⱦúœ{ÓµsPŽâJĽñŒ9›A¼ûß¡¿û“ƒýÔmÿ}„ÃÏýÓ~únéö³uÚ·Û6Pm夿UùdwXCsVãr+ÔRÀJ¡ùÕj[c°¶Ô¬Š'üTB¿ãaƒ×ù7zñp¬¿¥ëᚈã{{)3»¡–´Â[ª·×ù_•ÞïÔé{Ä>½D+àÜâšáM¯<ï)moö®5³øÅkO'a¯?¥zÉ$ =\ {ûQ™?†û"Áµ]9:hèñnÿÚRA(là_íâÓê½C-µËùMï£'#z±M8X×BûÐ vËZ6¨…¿¸fÏÇE›çžóžÌà³øéB}GÌ£kq–ʸ€ÏôÑÆ˜#yÑ ÷¹±3ÔÖƒÄ'wT¤æ~]ì·õ×ë…Žî»GN» ˆî;“äïPó´ÝžçÊão™ö³QVs㶤®öÚ@j Þä\“yØŠŽ}'‘þäÁ&ÝÒ¨L¶›#y¶÷™÷bp*\×ýkeóû–Yþµg_7î0â¿»ñçïLb+ªãb®=Oåvu{ËÏÑÑ–°VRͲœ(5<½Ünhçëò‹¬7Âe¨›Ï–[oD§ó@¨ \«ß¹«{m 'rh`hüN]}xÑ}7M¾‹wm½3±«v'õ»^¥ö<‰ÕZ~úÒl ËK÷‹lnò¯aSÞÜ'}[4<•\ÕOul[o˜Ì±n^Õ[­1ÞÞ£&½^¬*UßãUMP—Te’3¼ -µÍÊhš!ËóʦPq¥x«<¯ - u5Ø!ë‹ öÈ -^‘^?ÿ–CƒLSO²õSÕ}ÔZ‡¬›§­X»6žzíÚÔ£µð]{=[w=ûÉU‡ ½PM‘JŸ&ê•I:ÛòWËó|a„žÄ³B{QòËÃm© œ®ÅMÀŠò5"¼H;XWóøz™o$I%ÈZý†uõ'ÃïÀÕVû‡—ø»ý -5ëNѧÌ3»M9Ëag¡‚*Uò‹U®$ìªR±¬•Ô¢|ª…}£.xV×.h·q"߈ŽÓyóµ.䮃K5Á_­ìcªŽ²ó3Ã|íœÁ7G2=©ÄŒ:ª¥´«‡Ï?}«àÀýû­2~´Úo×êGj äЂvQªùF8ÒΛÂ(×vÊsó-‚Çù;Ñ´—|¿>ê(Eã™÷œ£2ìÂýlêJŽ•¦v…ßßäoRÂÍo$7]j””ß©]b?Üc¿½Äßé&RIû}2nïð¯Jhhš ”Ð@uÙÝUOne9ÐA¿ÈľӋ$´×ä‡'ô4ÄKñFB¨Å-BkÅ®Óp/ÖNÇG±“š:e~éôòÕýÞTö°Ü½Ú å„G'µ¥®‚™·3N„}Ž a õÂ…xûQG‡}!ìüJØwWŽÇ@œz:»Sí7=ùã§þ]Ç5*¡Ò”ÓËæxÇášj „ÚÃâʶ‡%HÙ ™ÎÚø^DWetâéÕ¨«G‘yÓjG²!§aïÙIØïz˰ðîíC›áþRH‚´¼Œ.™'¿5…kÁ<­Æcó´ÎÝÍÓ&6•H?d±¬$JÙ‡J~Jf(áMr¬=î3êÜNˆ£gtR)Þ£Ô1÷ŠÌëu"’5ÇÜ/Jh!ò -‡…ùQB±DHÁ™´µŸHyËs²yZ5³‘KvL‹¯}ÞFo—F+ý±ßžtÇ A{_r’–/lí}m×´÷-¼Ô†]ŠÔ†=,‰ Y¾àÈŸ1®˜ž*÷D²¢ã¡X'NKö(›c¢ôt‡…WfèûShÓ«£ÕEHúÙÚK''˜yšù”ÙÈì9ÓbÑ£U»pRˆø¶ôÇŽŠêŽFŵ÷INkÆ]Ôð[¦®N:ݾJ½Ö e>äOJ6Q%”l’Ôެ¸ -G‰í/RöçþNöQö—ŸmþNT3¹ßŠn.¶NÄ/„o9±6Z62É–âu°OònžGÕ£iíä­qS#" 7úcãuGñ¯Úû°j c ~9£5¿:i§R§¨Ìû´¦dczXöÇVL.¤ -YY¤&žTΞz’ÂkKq¿n]E¯„½r=$ê*™NÇþPÔµÞKÔõ„^Ü&ðVÞÓBJjÍ’±®Ú³Ð›y[9\²Æ:¶K˜:ïú+cuÌÜo´d$»Ðˆ~d©Ny}¥Òaz£ÌÊQátî"¯ÀzÊ"ZI[2FIJ5Í‹­¦ŠÞ{ÎEp…fÈùìecÝÛ]þÖ},ù(¾pÏÕ„æú%ÙâbT=Ã9¦Ã9ýÅsò1ºP+ŸZ²0*&޽j"¾#Ë3Z‘V/&Ø[@̺7-•ŽjFn”<¦/P¿¬%tV±:Êâ{´*V-¦Óƒh0£³p^®BÈTH2¦ IJžÂÇZjK ÎâˆÕHb¬Ç€hmj@”«+ Ò&‘Μ•FüºåmÚÜÇ‚Dãé¾ÍÝ Ÿoy -·Òý¿ÓY´z‰ÿ´>7|åfìçÇLv¿PÛ¤Ý!õ7ÕÅo×Çë÷ý1†ñû »àÁûd$þBУLSÑ”ƒ`]ÒŽ¢,ú±Zé$ÐI9BÒðR@âTˆëzĭθ…¤ØŒ=¹u.0¦[çêÂ0`qÔœŽrEµߊwGìxg»ò¹Ä±8g.6¦‹Î =½’µ®Ù%B¼‡ ”ÓÈq{äú´rÃîį@^‡‚‘2Ì@Þù2»ZȇˆÎÛ÷Ñ)OÇ@ð鬀lH' wt½¤”ô­áŒ¤V6PèÍN£¦foeå?é°4bHžœùçJßq£ÊjŦã¹½z’SJmFDè$#†åk(~8Ê8MÊ› êÕ3‚Ù'G‘R‚¸„`jDº*5 š·1P%÷€à‰Î+·ÑÑJ¸Tô8Jë¿€‚¨žhš£zœ:bYÇèßrºÆ¤Z¼¼#|\2ò&úáNÍ/¿ˆó|;¹¤ªúkF´ºõ1ö¶ä¤'ÄqI!ŽÇ°4Ó:­în@Ût&Ï!˜i@gIA: ´wn‹Ì€6üÏÛµ´ùÉ9öë²”^õPûæ'ö|&½(_°³V‹Òíoᛟ—x¹JœHñ¿„è|~åR¤ud–ƒÃŽÚ=“+¢MîæØ{˜Ÿ€¥>Ú5§@§3K ;ãÐÛ×è»ñFjÑÀ„.2 ™ØBPL 8”€‰X`”‰ £=€> OñÐg²…`»z=•€n—sNòòQÂUå6m¶¿…ï’“áeõv¥Ä0~ó8 o,›±Î´Ïºì€I2'`šÉ0«1,F -ÀéÏ;¼¬Ñ·<3ÀšŽ‡`>V”·ÀÜZo`v²Š`—f^ì³°ÎÀ,u˜¡\‹.g÷jÈŒíÓßû‡ì­çÉLŸèÀ‘Îf¥Þ'ß²ÜЯÄ-Ö<à0—¶?˜%Ž`F̘³qü¡à:°ÙlŸg­ùà”C¸´•BÐ(!¸¢¥JÆžgÀq2jÄyl}Ú²Ž€Ý`'sôw¦“0°Ýq'¼O *fOn»ß~ïo᪒ðXžXŽ6Dœ®°R‰Ž…+¨X!ü¥Êõ‡¨¼?¼>êè/ -nšn2’€»> àEǾàç€o -5¥ðÅÝ -øRô|xƯÄàž·pÇÆ¸Sý••l7V¡F¥Z bN¾ÈÀñ$²HV±¥òÄdÃ3RX¤Èж8v¹=~ÈÝ?Ee4!×NRˆM“ýa -þE¿E½ö¬m’ xáwT˜Û ˜)‚Ê„Å@¨ÇdògtR¢Ž†ÌÒƒB·0þ9Y‘Aªb$zì– ¹¦D#B¬Ú2X~±‘ÈÖ -l};¨?ûI*oó7釞üŽè?ÜÀdÿLtHer Ž×Hxt’¹Xd‰WÄ&ýã ÞÛè”}øsUŠóûÄþ@1uALpÃ`kKƒØ_‹ÊöM»b7–Œql¢¢©¹ŠM™-÷«Î˜”êÉtûM䇸ó)ÿ›‚+3é&Z…¯>û§9[ï×7ÈWyr@^ä« ˜9Èùé äDÎ9$A&7Só¥îZZž{T¤«¥ç¿HÞ §St©Ûx²èé?”î DÔ“Éþ©"ÿÙü»Ïõâd°W{u1AOHÑ’šzÏ€ú.v@=‹{PG+ÔRÖ5‚×@UƾA™»®â¥Ø†•D…ÙA:KÄ#™ø·øþ]§Ÿzò’¯~ÔÑŸ>àAå—à†Ÿ–Û?†Ë~[\% .dƒÑ§«`Ô&s0Ló~ý|› o«YÐgêôîꨉå×HŠfµ.'àNìi¡ÂнÔ)(Q@éOé ?7rûƒjûIoø™—Xnÿ$ÙÙ©ŠN'ÁzË]9ä ¬s‹+ÅÄl›`¹-XiBaô:矧»eö!Ì?´ñÁvߣ—·Ý;÷ vCA”Ì-U3Ãk?LÙ«Òû÷=bž\6˜^:Š?ÊÙüÜ>¸¥ÙÐHTgx+ј¦‰Îdî¸ÃïŒXaæí>I­ÉÖŸì ¡¹v¿Òú½G÷õLµAÚjË/ù‡ŸûOZíwôêëuƒÑ}S«Ks®vm.6Y„WµõüQ\œçön‹æýéν'óhŸ°ƒ<=.àn´qSâH^Ä•á>—Ò‡Ú:n r<:0÷ùD¿­—2½G³^êÙ÷q³;´£.>RwjVÇÛì*oäÈô[¦Õn·:j¾:³@ èýL¶x -ÂWÇù÷H•‰Et¸OŸÝ¡æ¥Á© 7”ýk%;é‡ÙE¯gf×Ýw;±íƟΡ‹÷çÎ$–½Æî«¥ÒxËÏ¦é–°Ê ÍM±£7åÝ4Úð4ôHj*µßÒ -D-‚ÕóBV+ÔÎlrèî÷¾÷vúdšµÅ‘ œ—ŸÄƒ[ëÑ¡™Ï[ý®Eã;ˆ@Jµ„¥mÊ­Ðð­R?Õdôy†Ö¬][B»Ö˽Zøa޼GÏžy='¿®¾GÕc5AÖoU|¶!*.û>ºeÑ —³Ò8_ò=cX*9¶$\ íJaßW -/FçƒdØÀûÛëé8| |2M½±v­7µðu´óìçèR}÷/P}$AZþh}xZ¯LÜt¨âÒE»<Ï¥cå,_L•Ùu%SòKµ|© wÊ¿%°ºEùüœÑ«푸äNÏ]G75¡\7ûXdÙ^¾«d‹eÞ›‹óÉ-¯íÀ^¸¿ãLcèЙõ*ÔLk–Ùå©VÜ”'ÍbY¹‹ò‘] ˆï´®Ïì¾ò§vË7"C´@~ιܵvl¯fc_ÿ"³½Ô>”u¨‡“y/¨Tf˜Óò|ª§]¹>pçÞÒwÙ sKù­Ÿ*Drٔ𚓛¡'§„wO þõ¸úÑ“•1Pð}ì·÷÷Ãïh2ÛK¨©Ì{Êg†éœ—I0Í6‚í(“`‰Åooòsû4µOî¼¢ßܬj=]öÃR~=M¥ -f…OnÚ9YŽôͤü<Ä^œ+ÄO§ùEÆ-º=µsï³óØ´Eç±]לÇîy‹Eä$k—Šä·'´!‡AízˆO»|<äfeÜH´‰šÜ4&f²lííd9$¤Ä‹ZõÏûû÷A;±ï. ÏÞMÚû8Ÿ†÷UÜ"Ž›Øuú:ÆÚò‹°êÛyøqÊqÄŒ`¿·cËN¨/7:i„¼(uëŒ#Y[¼FÐúߊpXêóþ~ôÀçÚ?6gRBÃꟕÐvª‚¨>jî|k8E`%d³ŽÃ»û½.T서­Ùø¾ÜŠN<¯uõzÞRçÉ,’ ÍWö~:„ýû‹`‘¡ÍM. -y[^6\1O«åÔl”ê`6ʇœåYßÚ¯Ìu0A>»† íùä·‡…Z[Úø¶ùˆºjò¥ŽÅ÷·xB³æQŽd-ÆŒ°7)ö;F,,¼¤Dh30Ò¡r<š·ö“hÙòÜtÝ<-r³‘kŽL‹_ùF»t;%†ë½Z]•Úûrs´aÛ«iÃN|£;¡µ¥÷Zç–Þk+£ þ7wíVÜ@óNxQúã¢å±@¡EDÈs¸žB›^uR µ³ö£üÉò’õ»¥“C@°§¾Hó4»rf#󖌫ÿPvámèí#¤÷ª”£½OlJ6̼–°2ž:éT;ªMTê-•ù°Š)ÙÄK ”PÙŸ‹è’wSoe>m%UšŒµ‚‹]ûq>%²s-Ö^OY›HܱðJPo!%Û:˜§;¾2®ËÆÌhç Sý±qçz¯\XéŽâí´÷¡}Ò†µáMÃ/½§ê†ÑʇzŒHeÞ[°è³žèÚ— )""‹”ž”6ólA*g'MIá©©¸_ç¢Wº’ßJ¨W1Jâ~§øâ~¼SÁ·éÉaæ$¼[Yu Wd"9u !åq¿š!ÒÞëÏÁf…úe¤XSpÎCÕ-6{*u/ö•¬)ì»2“ýaÓ— ‰þV‰éQ*§GIaq¿v/,Pïc÷dTÀ:÷…ƒE=§†uzïe:] eâ—Ä;ø½C»ÆÝ5öÒRðYbÞFªÎa!\‰ôˆïö/]nЪ6Ù±'x̬qª2ÌvX¡óL¡L•p]•dåñ,“ê!Ò&޵ì¨Çz ÂäO{ü²aïx«í’x82”±îâ· g`pí6!Þ!瀫Å+à,ÆönÚ€­`«ÇÊÍ¥LìÞÙ„£,·@÷± êB’»§š¹Ég¹t)l)™D!7¸Ì:ìxo0³3îÑËí¤B j»JÉ‚U"Žg¿r‡2ÞZC{„¹Ö}XÌžVðÎO04೟Eübq€·& 5l"ŠOÕ%‚ÅðnL<³îx-À sIJ8¯×$Š}Ù¼–gß²·RPÞ'É“#hélõg¼}”†^t>.èl¸Á°…wÒÃ*UZ–+Ä)Bñ6·*`½ä¢ ïݶ íÐüôއˆ<²Æ) „`gìÚ@ˆé¼ô?OIøCA-˜û]Àûõs²Z:¦<Þ‡åYQ -294ê=xÊ›ÅõhÞücÛœqÃ<3d]ªÕa² 5hßzש2Ó«’ÚÕ)ã×±Þh[‚DµùQˆÌ¶„Çõ8S5½ëˆ~b1—XÊ6ƒVˆ!ßC0ÚÑ ¡£Í³ D«] £ßU.„é \›š”Ã1]®ãŸo¬8«ôØü(Ü€X}kÞøå>`©}½Ã°g³Im:ôê^…°\½„õá\„Ä}Zbwð€¤Ä6 {ûÁp dø}2~ hSÞêGON—âîe µôHö†Nâjè8oE<< ®cÔ¾i†Š=šùTÈèóÚ”’ E¬Øwñn„Hã¹âA-Î8B`FÌ|?èÑ…¦ÙB×ËAÝ× kâV°gŸ+Á¨y.)ݪ@–¬coäå´òÊnÄ/@áC@ðþ]^^§€’b5 ï«)óÈÁ™rÑFüáOR+9TO@&.’3œÙ© ‘%0¦«‹,E|[½­}ùÀ?‹°æFLeκlD¯ôzRvr›hæýö¢]’c@‹¨Š·ßë;M>zrÝ\5¨ž€Z®Ÿ@ù,… %uÚE:Y£&Pk} TkòʵÐQ÷áô€²;èÿ9ˆM7¨dÇ¢úñ[ö®åtnsïÈ÷“ĆK¼j &!'Ôö<Mîb¯ò° )#QGÌÜP¹v¨þq!^LíxÒÙYô¹£×“Úš4‹—9nŸJßš÷^Ô Qj-g«?è·± °\óómë\ôÑM‘=Œ,`@àÌÛÀž´°~^8`CcX*ÙæÉ¡–¢% 0'ͳ²×)&m*¥lIø){sãUï†fäü‰;‘§~q‹;Õ‹ÿ+3k½þaWþ)*ÿ´ï/àht»ä"i¸öJîf9À‹ÃO˜Ã»¼”O.7·-}·_Ê?¶ ‹=»À™“pbCŽÔ¿¾Ù|íu%©>}3üP±0ÆŸ5”^¾ñÚýàõ) ÑÓQy¾ -*ö¸½èÉNúÓ|ûít%>™¼nè7ÝÖ.ƒ0_vAXH úÍ uŒ!^4A ˆðÛÉønæ ¼§™ÀçTtíë“"Wý|:¤Èóµ*<ŽŽ]IVö…øÃí3¯ÿ”þ½tû›ùö£Ž~gß~tÛõ¥’Pœ€džw ‰‘HÄBq§Ø v}ÄlÞÑÐЯa»×QSw‹zRõ#[²F3›N®"­îbØï -|À,¨S rÿ+3ð|À¿šoƒ$ÞßäI™Jä*½y7¼‚üPhçÏ7#r OƒëvA¢Gn˜Òv”©›èè‘›NLˆÝafÃ:Ñk*·£û»XCZùÕ -Û¿ç¤ÛßÓ€ÿÂûmþ£búqºª0\3ï .Þ"¨Ëªjý®š¨M@•t€|ê ì9PúÚP-‘Âg7FzárìéâPÖFÁ’cö‘Ü¿Eî€TPŸ–ۀȟRnƒ´„?Ynûøç=‹ï”„ÀhH¤Aìûe€á>ÙN þz}Sf@ïÈ1У³:蟸¶†=©òSãV hÁSðþĮ́¶A•~uÛþ±0ß*òÿ¢Ûþ!®ác´ý“`[j†ÀŠ‹ eÌ6„åè'·'4_32BQ°Æ‹*Xnd–²¹ý?ô8½‚„Ý–U—¨›]ªŸ¶¸áÙIû˜àÙ­%ÜŽøNªK+² ÙªŸŒÔÑUè–ã+ºܺÓÍp¸®õªQ96^Ø~añ޹è‰5Ók1ÙÙ¿&®ÉrôÞPÔl!afóî:=,­p-u)Oª˜jË­îQ¯VÈÏ º¹áš£Í=ñE¶£hu® µíí=“QÍâ‰úxtͬ¦6Y%fW¥^xv¯â‹µåbµnß›äúlììUÜ_]~zôªÊã,ö-õ²ðã¹[ò’ÞßDáò ÷D´.~üUø‹UûÌëÿ³nwÕ¾ÈU·¿»j_俪Û[µ/ò¯Ž¶ÿ¦j_ä_mÿMվȿ:Úþ#4=ÓXdýáÍÊ.ÿEŸ8aJºz[:ßu1f35Ž ÷S»¦ÐÉùKñ"v²º/‰J©‹©~H©êÔŸ‰Áñlö“3滊†Ÿ-Dª¥p?ºQùÞ^8*åVÿ"ã£è0xAµ• -M’¾[ÏèÏôž§¥¬°¹ÆsÙêÒËOÎôSÔK)ÚsØr+.G*'+zòü0@•ìë ©A4‰CÆhÅ¡L»æÚËó±êiÃ5šûúåÔ@¬˜JâSåÚ8YÖf“F^§÷ó…››íE•º]Zn±üpÅM£‡u:+‘›±æöµÝg÷aoÜ94ÌÚú¸¿»ïOÉ•K.Á&¯3ò^¿c‹Õü‹|Ø…Þ-#NÙÿOwY„Ï7ÌŸÁøëÏuŸ <ÄtÓDm•kUš›QëåãBûd›ú<×.ò—(„2,ö]:fÃ,­|DÍoŸEmîm!Ô7&T£o+jHJ-Û’ácw_ÿŒÛ¹] j7g>Oóq"oÙ‰˜Ä–ÑཾÈÔ¥¾:¦µPŸÊ”že+ëã¹Cq¿¦ßwØá¦¸ÅêzÇMz÷€”·o=.}4(+þQgž§“ªªpç•Û0.9ó»2Z)÷£µÛØ(öïqú¼@7÷€Fk÷´yü©Žw¿ÈUÇ¿»ŠhŒý‹:þÝUü"ÿUƒ*^Ðcú朩2™­Æš'_Ë3gV«¶ŽÒ¢÷öçw«°(§•ÍBa”=ë„À¹Î÷Ký‚Àº}ƒ§¯_dðã·¿~Òü"ÿk¢æw[þ+¢&º^þ[¢þu[þÆŽÿ¥÷ÿÁŽh~‘ÿpÇÿŸ{ÿ?¯gÐûÿdÇÿë¶üÝÿß]/ÿQ=?×þ?Úñÿ—¶üë‰>åŸíøÿÑ–¤ãÿþÞÿ_i~‘ÿpÇÿ‡mùoêôþ?Ùñ¿¶åŸëø¿µ÷ÿ=Í/òîø¿Þ–ÿºž¿õþ?Öñ?ÚòwüßÕû&š+ÿÙŽÿKm¹¤B"ÚåÄÑh ÈЧå;ßgŸŽçVæŸ{ÿï„ólºõO¾úbÑ:Yð™êqÓ0±ã&aV»gïˆÒ•DUUÄñh]þm=ÿwø?·åCtù!Ê †XùXNHïcÙ2+‡êÂ{,ý×Ѭ(ë€æ§÷ÕÈéÏDÇë¢íÿ¥-çLe±8å_úXŽßKGEdžG…*ûS,q_g?õTvˆ¡rü…¦—ç.¢ùõþ™Žæ'a¹#ŠpDw˃7yÝ^ùTÜ]‹ÏÓRŒ¯>D?µö¿EÏÿŠè_€O[þƒÓ@DûÓ㦾Äü˜;èåÝu¦‡…]DZÍm1„%"Gïæ^>|>¥.žÿ@ôÿÓv¦ëj"[¾/ÂGçy@ÅYQdžDïÿ+wÒ'9}Òýít:^è"ýð²UT-ÑýOlòZœ¹½áíRr÷´ª”81ÖÑ3‚Ý×㕾v+Þ8\2£Hrñ·hÞþ„æ?‰ØßÃYŒ± -óáh`tju1áÜ6^ÛwyóTRµ¯Þ¤jÍÕ¥j=n¤© -Ç?àþ”÷S×ò3ÿÜF}ˆ4QÁÔŸñGçÎ#W퉻ž²,°‚´¿Yy‘´ä™HÖ¬‹èUtèûâᨚ‚onîE`šÐ®6ÕëÃE”ë™ÌÞþÄ oûVut[üévÇB¢©á]ÊRîÍPòzƒ£Áfx}õ¹êõ©©“ës¥o¹lg?aôÇ¥{rƒ¨AÓûe•bÖ…Õ/e+Hõ1èÛþ/à{õÑo¶D-WY”ûðJÁ`‡Å a€£^°ÎŸYÑ N"–(C$Ñ,ý@Ò¯c:¸ª;ƒ½i»Jòt'lêh€=Ûý,bÐgÿå/ž›À½ÇéLnܨPà,²ÏO‡£åeµZSl™ÌÜhfºçÉü:OíˆSv¿m—êë´~qÒr=„¨Õꊯ7ç=€Bý‹ˆA Ÿ\‡Ê}Q äÃs¼mÂáç­eý²él'g_mÌ8×êïlBnnU]e¡5ºXÖd¾)1èÌšmJ³]aS`šz÷bПþ!‚ÀÌþ³ºƒýgOݦô®¹ó†Ê<ÅLâ`µaÜ\ÉërI—Q»,š¾¢äÿ7‚ïðKÏÊ?áïE?¡ù^%ý¢è§®å—E?¡ù/<÷?¡ƒ~sâ?u-ÿN<¿ËþïIü‡f ú͉ÿ²ÿÙx¾×È¿5ñÿßµü‹éKöcâ?4ßÙÿ­‰ÿµìÿT²õ†¯=ˆèÅFÔ+v~‹f̯¶ÏêD‹ÞDm´ü+Ñ«ÏÆ—yŸ­ª_Dýg¡ðÖÜúfu(ÂoÍÍWÍgÉ~k:‘ý9Šß_Ëw¢}—#üç.›¢Ù ]yfu¡Õ1D|ˆßDÿVó7d?ètä|WšÌ5Œ¿5ÁÊÂÃr{ÑÅ ˆ"DS Ç?‹ÖÛÔmÿ$ú¯f?èLã žùMÞĈ/Ÿñ+ ¹}Ç$~Œ|Ä3~k~+/»ß>IüÉòÝ?ÉþѾ:Éù ŽÞøl/úC´rñ<¼ãÙ$@Gz¦Þ¢y8V­ÑOhþ[Ù÷Ÿ¹hºË·&¹Aµž>›€Þš{/nãTPÇØz)¯;yM^Oªº\*7ìÿ®‰úßp¾à_¬Q>.ÑYÖO¨Ì@}€ð>—Ö=z†;dAâ—Sh¦ W|kV-`Xý¢ùq–¿ ö?×òE4Aö3¿Ü­ü„kEà?Ã…‡á'p‡:Z^KMCʸ,—@P^Ñz—Æœÿ”ÆþŸâÝ¿Pó™x"%8,íšË…Ç“Bþó 4·'×´…,X%a£s]^¯-^2Ÿ™;ÐK™?%ú/dßï+Á„²yih2óFKÁ÷FÈ ÷0Qt-ƒa’Ú¨&¡’U’‰`ãw©Z‹ÌwÏ–ª…Èþ¨Û}Táþq ïð÷úþ$±YKº¢ÑÇ]1Ü9®(²cW<ñºA‹ÎMsÛ©VV¢[P¥?DßUÆ?D¤)6PÎú†ô§†Ÿ‚ÇÝ+ðJ½Ü^¹¹íÌ{Ç¡EP/Z•iD¹xœ¥©C!,¨„húYè¤i–ÇRÆá"лLKsfïMÎVŸ«B4:WÅÔ䧃þòéçæ:VàÌ_PϾ -·÷G -5 ïÊc¹6Åá|U¢ë¥ÀU®,¯bׄ´›^fÏy)Ÿ©ú©¹Qê 7ó1èÈ™vöUù,)¨§)¸üïÀÅ7äÙYÌ-í|«[ÄÝãîa>åÃ~3¹ô‘ŸÔÏ´v©w•±Ä˜ƒVîÔZ–âT2ÙÈ\|gíµ¤ï VÓweÿxàÍ_«(þ ÎüVÞYæ½£˜dfßù¦²‘Ý,“†Zçs›äˆ+««E3hTSŽW›ºŠyšÙUžÆqK•*»Í¹úد_Ki¿¾  `Ò/öçƒ~Ôj™<;5‚é‰Ö‘¼ô¸ˆÌñ…ÊspY³èŠ©“‚â‰ãò°¼W'„k ÃM/‚;+Y7—S%ß\¨pÔZ,®n'-Šc··(NR@ ÿw`Dº}狯RJ ÁYLŒ×,?Í’—-VhŸóÞ£2hXÛ9ã|aÃÞŒÌ*«J‰¹1ð_³µxNI­ôÂÃt"ŽÓ”@2À²ô#Ä ¿<ô—¸CÙ<¬ÎäYdüa¿i½ãÅìƒóc~Êos&±#÷·`“êæÍźyºÅ ©?¾H“W+.Žy‡Çéâò6õ¥:Â'³;ÀÎáÙ¢ˆô§†¨ß-UžN„.•_?ª÷a𨎗“°Qhjîè™OZ+µ\Ñýúi¢]ðNNÉ5zümÞ®²¶$yUcn2šà4-¨ëýškI†§šReÄ迌iÆ _ý„&xŠýªè'4cÐ/‹~ß_ËoIü‡&8ËïMü‡f ú͉ÿÉìÿJû¿O0ZþÞĽ–‹®7ß‹¢Ëì[ô8¢¹šÞÞ/Jn8op9 g20,p*{ö¡Ypmi«©–TYqÙ_ æ¯ *åé%Ðd€æµôÖìù_5k·f&ƒ,”Ì–u*¹i-¹W¤Ê•¿-R M^e½dÎãŽdîÁ*é ¾ÔsªÁOá£rõ7Ç?DCwâIŽS`jQj÷Utœ}Ǔ˖t -šIòqPrâ*ß7=`¸Ï|1|Ÿå;Çÿ%yÿW•ªÜ -Œ–ÿ-ºíÙˆ6U7}‹Qõ-Z_a@ÔÙß”áTx×D­ÿˆþ &ú?†’_ Ý£ -Éuì]{МŒÂF¿¯¹i9JX¨[@cÞò»õÚ”v çmákñöCôŠ·Žáû?Ê¿¹–/¢d‹N†ÍR|ñUt¼ñìw@<íxÂ*Å ˆÞNvû꓈ۢ8”ÿ·tû§O¿Vq¾ˆþzâ¦K.ßš ý&ÍAö«î÷¢ÏÍŠzîöÔëˆÂzã›èÿÄóûBÖwš_ð%bnýVœùˆgâ«æºá†d¦…vwÇ“RÂZÍ¢NíG`eD/ Z•¿¿VpßU±ÿØþO%ô'•~|-_D›éw⿉–Þwè Ü¡ãM)n­ÏMX§nx[½’—èìéK©ñ£~û}©ñß¶ý¢¯`²D Ša_EéÊËZKͼNÙ£†zU/ ùNgDyÝ)þñóG©ñË›‚Å”1ÿ•ì?•þN4l¶Kö[s6v˜æ -©îÓÒ[³œl¶U-Õ“p0S*¦2—?Þýx¯ܦ_ßlûQA¬þ<>êcß7¼E—A`~ˆºÓ/¢¨3øõR üa=&k4·²ÆQéámqÉåR;’aþ -Þ÷/4þ° -÷Ol¿Ó¬.7‹/š´dÍñû›\_E™‰æa¹Sh/w:dÖÌNéž`ëí[щ¯%‚q•/¥Æ/5¼ï^ÀûoÜ=ª$¹ è3ù!Ša&o\ëÁ®/yœ¨¹Î¼8Nþj«¹´ÙËÔú}ƽJÕZ`üéMAÑÿ‹@3ýúpk굇~81äŸG ú¶ºˆ(-1É C¨ã€¶2@ÔjöüÈË2$wÕv È—l„êèµÝ™HÎ,J$kÑUF‚xC†Ë Ð=«¦‚]HƒØ…éØ"ál‘IR¿‚D–‹ 3ÝÄýgO&®´ÜìÅ ?A> û¾Ø3:ã­å›Žz¡è3¨ÊîH8%¬@kÍC)cÍì\ ‚°»ÝINÞØuiznaÑäGˆAyèOálá?«Ó§Ïæ™ÏV]Íö³Mgþ:!±P´Í†•ÆÈz+e=¹}eÖ4qxÊ0eéR§é']8r/MŠñDf›sŒÍhErÂCåˆô± h¼3óûj;ôܦë'TYvÅÏÚ!¯Ü±Ô\jåYêÊQ¦Æ !ÉQ®|ér®OÅÞ‰÷8g¯²Æn;à߯“NØWÑŽA`ãù»Jªý -üèUžÆïšXÓKCÞ$Kš¤Â\*úK›"ç×Ñ¡²çfÞA¸¨ç©ÇTÙ‰CÇ‘œJNÛ©ë5†8À{jÛ’áãæwÈM—s¨õ óÏë×(Í­_«ºð—x¿ ùwÇ?à'†‰‰‘éâ'¤l™¾«sÇd¥NR€¯“tvÂÁvzËn‰ñ™~Ÿ$)ÛÔj_Ž“³m°çG1hÓ“Óƒ•­»«L·Ý[N™îBñ£þbAEÃÅ‚ÎOó_A ò «†9J–¹Ù÷½–Õr•CY¢”xÅ 4r1RÚ€9<”)5F½î/jD é”6 j¯²•[,ñÌ|³æ23K^ffµ–›ºOÉQXVbД\q_3gV=˼BôQ^n؋ί-ä‹Y䙌ƒ³P“ù®°·:hÛkN£•ÝŠœY½t0ñP+“§h™“þ‹³&‰ çŒù!çèÀ31æ±ô÷ˆý?Ç-b•®t¯…Ën5¯â®=¸˜½†À´n¤CáaËÛï±±MTÊRo„™›ë²x¯Ö£ÇW\¦GÒpyŠA£Ý9cJ§sÁævóŠÁû¦0Qv:cþ -îÃÈ͂مé+sa”IûzNu€csNáÁk³?ä…Ý6¹Þ“ËÕ0¾5Oìr‚õ×ÓQ^a&Ãõ3;Xµp:¨íEßmÙ«¾‹z›¾[Jìú "ʧþ!Â.1ècó¡©y9BIYˆPnD¥d^ŒÐû¬¡ãå18v÷š—ØI`cßò ÈB: ƒïZNMo,Í;5q;ÚÉï·µî¸ÖWŸQS_™Ù\}•˜új[õ5IÑʸ oùôr/+¶ûKÄ ¿<ôYÑOh‚9ÿ¯Š~B3ý²è'4ÿ&bŸý„fìw'þo²ÿ/&þCdÿ÷&þCó]û­‰ÿÿú˿ؑbÐoNü¯åïD7TpÄOw/!;‘}ë!ÓÈnKÆnlê nܾ·;nW;ÃËžÖ]7À°9†ËÅ;ûmn«¾ÆÁQDÑé&ÁÜ`Atöÿ_59]ˆJ`æ•à÷_PŒPWPŠ9­.kxÉr5ißÌ]Ñ4„°iÔîƒþ=Ì+#-:U'Zò“Ïýí7€uå7ü%þGt¾P?Dß¿…Íþ± 4…îÓVV\Þ4— 9?a÷®Ükd-¹JRjW8%+Ä™Ûl¶<ß - àh¤'¢¸x¡IŸÎ×ξuäû#“àiiûS×òÞüG$¾uþ¥ë_Eù²á ‹ó—“óT J¾?\ØŸ†÷nÔ]iÉc’zî¹›’ê ·Ãñ²V`d©lNdÁ;<¯1èz*ožMæŽg^¶ÿ:ÉA½õæG«×¿:ô ß‹Î3@t¿V¿ŠRÜ)l:ºw¹#gºÍ^¿l4:·îýLás-é%÷ï_¢ØJìMY7y]n’™PM±N`Úõ‘2Dž·{H‡Ë„k¯ÿ!Þýex,Ñüía¢Îꕇéïjó*œ>>ñ.ûp¦lå^é~o{"ó÷öŒ_5ð .µfë!vÁWéWc²”.íÙr:®ˆ€B/%µrý,bПÊ®ÀAgZ½ûl|ƒº¢ôÄòѸ´#‹‰’Œð3¢<¾”ðêL!ñÍQTGøÞX—†Û°ülmâZ_eŒEe±„ƒò|“aÊ1h^’™ÚÌšqM«;³æ™ÑÌÚÿ^ê¼Hù}µ¨y<ÖÉt?áƒÙE©¨`bŸ’î<œ^Y»#öN7»­ì¥L~ÃÚ6´Â{øqàh¶Ïáô˜¨†8!Þ9EÏɳûLLØx(çf¥oˆAjø{˜–_u¼QÑ•Þ/ÚÊʺØráçáÖôÎ:X3JÆ/Y™êO‚w½õõ7bÐâ®ÚÊìPˆøc6¼N.Ppó/æ:N7fב̤N/•Q®<ÑHkô~3ú§ð®[þ±.—š3¿õiu~3âî%ùù±1e©@ GîJ:T䌸}%y~u«4N‹r 9NéFn?ò¥ÍH}[lÊ«áý–Ø ×óÄnX‚¡÷ßÐ3ù'50¯ É,åˆ{Œ½Údfå¤Nͤù›—J±uaÆ1JjøCER‡ÛKŸ¬쾘ï™Ùg‡-lœ]µ{ÒØt–]èj…'X"´a¿ñ±^p¾áöà¹êûi P;þ 1èG­?‚Š¿&¦0½6S© Ó’77`¸²€á4†£Äj3óº5ƒñäe^Á«qaXi0ùÔ?γùÞidÀÝç™G»l¯tq±ÞMlàÖîðÍ[Àv°GÿyÄ MT´ðg„Lö“9õÙÞRyÊQ‘K¢bÑÇÇŸî¼'³îà•lq†k–l8–©ÇŽYœ”Bãn#q,kÜŸ4jèY«nè•"˜]zw<2tü<×kÅñLëìã¸ú¬¹ãŸÂßk‚Y߯Š~Bó]éýEÑOhÆ _ýÞû­‰ÿÐ|gÿ·&þC¬‘oâ?•ý'ž b¿7ñQ1Z½@ö¿ˆŠØÃéA·¨¨æà¨HÖñ°zsh/ªåw˜›¨¶‰–5GaÏ\¨ÐÐ'Õ§±¶ËQÚ÷a€]Å(ÝÜŽQrŠ˜QzMac¸ˆAZ‡‰f -öXŽèŒa?…Éâ²9á@s4ç(Bˆš!ñ:!ùã2¬uë,X%E¡¸CQ5m‰.øÖ\Û>MDQ^Ɔž¥tkdõ\Cõ]}ÓÐwsw¨ïUฯÕçÎ](£=“çÃp(Ã)cð#€Ùø_¢[x𢯯‹DÁ²8vÑ™jë°&n¯Þsì.6ªú¶<$_Öbæ§LtZJe†lŽAz îTõZîêµA„ëµÃp«>w¥ŒFäBž“‰‰hf÷C±2ô -R:¾"D¸MßÙI?BÓ¸$LŽÛr„XY"Ü/Ûß-v]w”¸¼lÙñRÖ2;È›¥ôÖ”^Ôk·IéîÁXóNÞwƒû1_j§I†PFGf-+ÕæB4;'Ð_„ú5׿ú£Wï§ðM4B!.üªiÎ T¾¡¥þ!ÜkeÍïNáû]ëY”²oÓfÖZ -"j–øWEw¸jåîÙ»êýOÀ*f¼Ý[©âNá=n{ËI³„êÚL¨û(Æ?ˆK—?W¿D úQk„´O@T·çoÑ BѸ; Àk¼?!C§?ÑüÓK \þY‚œ\K(Z«&T1˃QCw{TóîoÜ–^;à,Ú©½™ªÏÈÚGl+¡¶ItÌ?$iÀ]–½67„ŠÍŸÂ÷šÈû/[Fh«3ý"Š– æ»N‡Îl¢øçŠæÃÜJ.X÷x¿jV²FW÷2éþ=@Ú}ítí÷´ni·PÒ«åNZ/žk¡£8&ÎCnجv.ã²ÕˆA—´-× -_Eƒpñ!úEMÓ6e ¬Iïù¨D¤â?ħç%…q"9ÓD·î½eÅÜ…žQ¯‹ø=Œßqí\gF ”»\ŒC[¡1¨ÏøÞ”¸”ï^2Y½Åæ“Ë£\±ê߬Åþ»!BÆ×ø[D´iE:šÌ@ö9'B) ˆúòáAŒ…[Ðn!®7žãŽÄsöbdUM“Ä:Æ!ázk|ÜhL¥±PY‹9€þr¸ –|¼º]ÆtÔc§{ºÅ,¨Ní|· ÒyM<@“}[3±øª¹ZÎßÙGs×}˜W†xTÛœPZßñ.ŽörÇÂ!o«p±b­A׬.é©î;MB{j¹½pè_ú\ -+al~¾ë0Å1R?¯¥gõdÅEôTmn‹o€qìcóY|/Š_DAöU„’켫Œ›ÐÍ\ô—¦ß{”_®°0ß¿Õ9Û(5{i߇ÖöFÓkÐò=.ØB¶Òîr[¥IhT¦á¥§B¸@98OQJ2û €•Åö#d-Å¿=îÀÞÈò£ÌuÞUÆExˆvL@÷7wÿ™ _ŸÞæ]QÒÚN±€,Œ`8Ú«Ó!M\Y”Qçü>½[ª b‡I¿‘%SL\hi‘9ÆÇ€6‘8@? Éƒx"Ù%e -ìI°GÅßßJ3}²º`˜ fFúÏÂææ'ޤï⟶×T7BÜÃUùܘJŸ\na¶»_ÎíÇ&DÍênå]ÐÖ*föÈMîg?d–×Ï€kùÏþßã{ÑcD–gÀÞ½~TmßUÆQЙÍ?ÁÏ87G,u»Ä©OãÔåÁJ\ËzR[ÞÍËm!ž½t^U {}tˆš¶ÞàÔ#ªé3Bl§™4±Q¸8¡_Öá®èŸE úØD¥½fyDó@YVQ)Ù UjR  ë‚(ÖænnZ>X6»êÏKÖU•Ä"-ï³å‚ÐO™En:å*ô£9„ˆýx¯ûI%µ« Y0ZnNm¼µmd['SÐv_›@ª.~†ú&¦ú>Rê"Ñ2åú$ã ‰¡öää‘ 1Äþ‘R©dmLKܶú¬³õ³«ìöx»UÖƒÙœ;ÛV˜JmZ‚›øp-ÿÝð#<¶™ã3B—ý e'•ÁöAøC+ åZÜKCaÖ²R"¢'îõž -«/Jò…ÒMH¼l›i7±ú²ñ¤ãHËÜ£Fçº9'Òï¢]]Þtù›»9Ã#hýZo‹ïoáÔWœq†WÜvœý)Ä ÐÞá%' މ%•êù=fIñ¤eÙëáÆÑ¼ŽÊ@ - ZHJÈ…ƒ ݸCƒŽ$ãvP3yfK­ç»uR¤¶«Ñë|\ó9au%Nf Z'­l´×Z™…BäÐì¼J?…°^è‚&·!¢RLG¥yïtvñ‹3w&ŒÎ&nX¿Àê’‚ÃRÇÁÁvdl·ÍÐ,ú<‘x½#ÈJv±’Êh9]G‹Å&?[(:÷Ï,óͼœr¶³Ì*‰ÅBJÿ1èG­ßà‡¡ž>.³‹J}9 B_xP¸œ|©‹øà - ‹Yš#®¨‹ ¶šVvô€ÊÎÚþ<&H£Ù㸱Ì+¥ê|“j3«Ï´f»„>˜Yóöà°›—œ4;ßtY @Ô -Þà°0ÞŸ%åÕý£Ê 9ŸÓ-‹ ø¼ªä“¹ñJßh§ç9D­õØZ²;¥‡óMÿ°z*5¢…-Ñõ(ÓÊ-´JšÙ:5%ù&„r§Ï`WÃiÉêÅ <Ì4p<,]eÿS°•'=U'ÃfZÈ;sÛŠ4?zrÃV¦Ä\4.ó`ãÝn-*¥Cég¶Wˆ¯¤6æ/P|äÌêí‹…wѸ1ädkÌwhÔˆÇæY_K½ÈË‚€£Îô …íÉh“nŽ -be¸-’•Aí†Tú¤çU{aËhô:Ûì>«l@tWÞÓnÿ˜]Ö‰ô£V ›Ÿ8ÙÊ9 §ÊÙü¢§l›?8‘ÍsÕ´Í«DÑæ]³nIˆÓ1açÜÖ«vKkõºz~ÐU0{o>·¨ BÙ¢õô.*ÂÛW_¥°õù†q€CýΓ æN–Íò;·Ç¤i±!t`mÞiv:UR®.êq»FÁN/©š&=~Q]½:iw´¶æ¶”W®Ü,[þbÐÇ&*Æ s\ˆŠxl@ô~GpP£bñœ0[ôI̓:¡Þ©ü$]0\³Nª)ñöè5”-)Õ0,1X‡.È%5{%KÂ.à)f.ðë@¯n=­í¹Ëwêò¬#–$•Ý"ŸETÌßfmGÅyå\¯‰öITlàï·m‹?¹Jï±6Òëà°î½“Üþç”–”ìLn¡XxP5­ÜfY9ZÍZ9±Zµráu¨z{–5VWÁzXKžm´ª¸¡Ð¢Xn§áÄ oû‰¯¢}¢÷]Ø*Ip›>p`xR"$^ÉEH~5xl0|°Äx7àÝÁh6Rb9)†• ¶©L&q¹`*§^ÛX_¦˜F÷Ý‚M±Ž\èð5qs¯”®^õR¸’.õi¼#Vuì·(PfGG`k¾3œFEÇP#¤‡ç#„¸FÕ>î«Âûmk!»—-©:£±mÚYðx4ÕÔÐ3åN„Ÿj.¶ ìÞ°"LÁÎ30O– ›[S,S¹òõ˜?¹ç6ŸåØJ<ýY|ÕœQ ž·9\} ¾¨Ï#¤ -Ý#Dâ‹ïÚxMš§°вOiÝ‹ó Û;ŽõV¾©ΡYÌvRÆý&Tu«Q(œ9HZ‡m {ôQáCrZäX<“¿Œ`º@wò;ÄþÜð'DÅÞÃ‰Š» òUôöm—ÑD±©GhÚC"tŒÍ"tÍ\ÞÅpÕ£ãõå»ï]+°§Ùìô­—‰z¶Ÿ6Ö¬ÞV#ÉáÖj³Êw‘6Â%l+ÏŠÔ,ÍÜ$ÉÌûPâ³øÐ|gÿCÔÞQ' ¢ü:®¾ìÑqÐ+9{טϊ¼Sƒ–”p½WqûrG 5eËÃ[ʼ·.™{³e'Ôøi^”g¾sõ$©Æ±b½¤a¬_Ø\©“aàê3yF›Üëd„äó³9OºQ‘‘Шø<¾h"qõ./›@+G¨ÏMßõ±«L=ˆ± -Ö»ÚÄñ^—[ä¦÷¥”µÂ´ÞŒSé~*‡‚8ÑõXW.¼­ÙܸŸ;ßóaúd"§Ä©‚cOz¯”?˜[þÕ¡¨8}9ß‹¾àL„àéÖûµõÊü3£GuÌíÃÅ]ýÞ9«ºc÷ì…ߎJª’Ù«ÔͽŒvœÎÌÏFꌒ|švº­8]¿d_•ô"ªuÕ‚ã£ÍûÇStt? ñ4ДÍò»¿dùs„ä*Ù9=×zŒ¬÷kÖè»ÚÌrtƃâ`T*L Ë´Ûõ‡Æ—¡ŒZŸO¬ZƉ¸â±— ò2ë†ä0úx¨ƒÈä1g“ÉUÎú)|µür„”o Èy ™ò&BïEûA\7pHf6 S˜LßßGnMÎ,s–Yîú9ÿò”9BÛŒ,|1•cbPg¶DÔ¤¶Uƺ¥R íŠ©†¾[4z÷²kûÜeý׈A?jýoQÏî ¡hB9ýø¥‘L@ÏúU¿ì \ñŒ­ì;GŸàPµÌ–2¤ºrÒ¹I°»ÑÁ¼ÁŠݽ'‘«„Èo—£)g®iÍ56 MP7–·Õš,oMÆ’~ -àÖÌÍèU‰ŽÁ¼³Ï º¢w ˜C;lX͸ÏhH8" {5Gf³ÛßßGcM¼•é’ -þ,3•{‚'Å©LmÚ¯ür®VžÄIäÝå¬Wƒt`¬‰VVÑy&Å 5eN®?ps¢.¸5“@t^"d»…#T³ ”U-èô‹¾Ï„}'³‰wš1è>¢žk}ty±{Ä b^y:®né±íl—¹¶ŽOüì0=ô•Ç\Û4 …œ9Ëô,e.Gqú¶JÄ'Â*îbô§ -; ç¹*pLQ‘/‚œÉ `R‚Ç#ºæÀÁ2›e=ÒÄhUUJhw%F“ ËOɉp>†m†œ½rûMt½Mç¥>f°³j+ fÄÕ×fVÑÉ̶l59G -T0WøŒ±È5™ÛÇhù³·fijƒMáÁ­™@ß¿qG•öþ3ïÒn®Ë°fã9»h¢•õoføª‹‘~Yò³)wdœ(IR|TØììY_C ´÷¥dW½Æg³l²3ëÀ:SwsONõuzj¯¤p¶~ p-k1Ò> psÖè¤^‹£yÃQ¿6Ѥ{7·ª›2®‰OC>£,Ãoã8X%±»ÁvI¿žîü€Î•ÞæyêËBeŠN]~‚à´kO›™ÒbJ®}fêG}Úì 3¦Òx‹PüH\¼¿G ú¶!¥=ªG(4{9I.ùŒË´íuªÜ!³Õ¸™Æ€¡òâoÇ ÁÚ“pxb°F‘yƒhq²Âû•ÜÌëI¼C$’FÍ‚ùØ„qéÖäY+M'Ïþ•Ä;·®ˆwlÛcò59†jħÚñ‡!ú¶¡MúB)Àn®¥@á‘›©”x(>Si¿ñz’ušXýô$ Re „2íô:}e¢¹™ùx¨µ/ßå†.Cb6;y©Gh|0µË1O%é1=*¢þþ7Ø|Aó†Q4Ŷ"Ô˨~bÙ ºz;) ÅO1ò¥ 0¤¤K…ç×x'µõ,±kÖoa„JÃZ”›2mY”8Iâ–8ÂiLÄnÏÙ›³´ Ʊù¥™Ã”œ\Å”jupY(ÛO }l¼Ä5"táuA0ã¼eí­ræHà8ÍÇñ8…Ó¥”ÕÉuòb¡“UÖ"r›YŸÒE˜_©=¦bxg äõ¡ÓÀ¤0òˆñDà,€è1 6Xz`êV ¨~–ö@.ªún6âGê<ÀRN‹×\¢æÉ—Ê%š’Ä~y0Ç¥5q® »uné‹J†YM;Ê|6¼Å[ÉáÀÚCþ»ÒF}µg½`ª­zÁÚ÷èZ™˜pÜ­Gò@ÉûÀû}Ë?öÿº?Á)½ƒDEqhOêÖ“k.îßÙCjÑ#ç•=T$¦°½Ô÷¥Õ:Tç‡SÇ/¾>Îõ¯•44ÔžM¤½R¯cŠ•.›?Õ»}•muK±à:<òœvx´¶î`å`G ¿<žó“Rˆp^¤G{•‡±ø˜¡2Ë#…uvÈǯÛä1T–÷ÉKŸQµ8xŽ gk#wà$¯ßzö‚î‹Ânò,D‘»{uÒËm²-!ût7޹ÔÎmOÅ–RaÑÖÜ«ÏN >xŸ†"ËIZôÍ4Ïͳ—ëéµLfó¨]ÙQE¤±IŸáÞG=¹8žvÃòt<Í æCsK­ú>'€ fïÓæ±--³çvÎHp­EÙ»¶`;”›÷ýSk¢¾§7LʳDûé5ˆNáѨ<ë €nêbПþ äðÄgžcæÜâÔ3¹rKw¢k>o+eðÒÀ0^uñKg)S% /öÎýI¹sŽz{Z<˵ýw ÖG1 ’Õ^ÔÝÔ‰ô¶æó¹CÁT­FÏÕ‡Tçªçé@ÉŸET˜0 WF…r`G…\òŠ@Fù”ìG9Á«D9£¹Œrxíe_Mûq+ÂÉpÙ¿‚õc\ J½q×7ÝõÄ'ÈËÚ'ø$P¿ø„¶¿ù„çÙ¾5Àžþ.¹OÇ 7°ð¬Ó?¢K¬˜YÎiC£ èøý„&¸–_ý„fì×E?¡ æü¿*ú7šÌyºqûýo¢E=ˆr!TèÑÆE¹ÊÄy܆-(\ήp°IOk¾•ïu}‚[àÒö­IÃ. Y taóéWïÛŒK3ƒL r­tÆš¼îic5Y¿Ad>¨@«×¨€§@<»Ër”YÇ(? Â(¿ÄQžä¶Q¾)‹QNdÀ˜ü¸9ÛLˆ0”Q¢éïòÃ_%§3ÏmR€Ïxî¨.yîêhzîñùð\ªnÍh”w£dÎÂs÷œ±Ú¬s÷ý5•ùÀhùƒÖ¨ XBTØæ`»+ƒ pŒ?¢BœkG…Bjå½¢åG©ÇCÙÚùíÔ«¾Ý:·ýZ~8ôH¤1 H¯aÜÁì5¨â‘#ÖóÈu:é‘Ôªèô5¸há¥`¬èEþîÀù¼zÎo µ«NRŸÀWÍS hné÷w ½Ì)Ê«ÕgT˜ݨÀ QaGèQ!1‹?Ô4R Q}[÷mÍéz^u1öšH{é§1éâýê|wsºa&qž}±Äí½hÜSäî Jð»ž\Ýdn×I˜ü,¢‚îQ±áÈ5 WBªµ`^ŠŠ.>­²3êr|ãunápµeIÅÔÉ„Œ`¬ÖO7KBáÝ_ˆ>*OŸ<讄“â±ûâúu3¼`m0Æf %볈àfI®DÁ­b õ˜6ŸÀWÑ&Fð¨ÚA=óQqpϽˡ³wÕ,MÐ0ñ0¢B-ð!vè±ÔcꈭÒ*Y˲5ªUô¨²½ÎNž>B\‹Ó³@8Š~%›í—€¯;aSXºÎÙ’æ©|èÜé]PP?ô±‰`¬*½Eƒ¯¢­ë5*î@tû\¼ß¶•#”j¦BgW«ùçî©çŽ¢ÇØ†‰ÆÂ°oÆL®Ä-g@[¡f4–\¿VÛ\R ÇNvïß„ÝÝ®’ìª~#(*‘ 3'xüÁ }ÛÿKDð²-=»Ì?®’À ”³u„Þ«jèDí§ßoi7#t‹–®=F‰÷Ô«»ÅÞ7a—™];Ö|ÆæzBQ…sÿ0êÐØ?”¨Ý-^w7½Ç ¹ÝMè]†,À€2ŸÀû³×ÑåÜ¡ü´ z -z¾/‚Pr›AõÔ èç]/åì"[Ë¶Òæ¾å—îý'S¿-»¹®@v‘ vÚ§›ƒƒP-µ6βU]S•=¾nǰ[û½2µÙ›µqÐ µ­Œhjkxê§Áäð <"X[÷¢b½ 4E ‰PÞÚ„«(‚¹%ƒéš›]llËx.ŸúCRò*~ÅÊRí.5x¬Që0ëË¥w| 6at¸Êrè…ù,AuçyE.®Oö°–O»U70v«ÇÚ¯[$D¬.Xn¿®å?û?BsSÀ¢5}h/GH"óžÙÁ.Ãz\¨ -¶lnæÝx÷”{HÝJýlñúêË—‚åÕA¯ žÆ!?TÖužiÌ03­ —î”ØãL[@çùlp;ÎexK,Æóýv™¼7ŸÅ‡æ;ûoÑbâ2ŒŠöí¡£&º¥ÔÒg8}çf_$i4Ãèƒ$vW4¼õéí)ÃM¥|®?æè1–Q¢FÜóËŒjCøÁ[§'t&Ýt²YwS¤ƒ¦[½ÌΫ}œ-×§ýs†+Ê WÐÞ±õrxÁ—áí!¢¶Ü¡š"”¡,þŒô£Ö¨8U´¨ÈL¢xØ]Îçý³†ã•5pŽ…âXš †%¸ï=ûùÞi広ü AÛW;#ˆmu Q´Eü9mãÕæ€¤Û¹¸+¶n|Ãú,þ´óÞVTùöý¬‡P‚$sD1 bQ &P”¾ÿ-ûwîÙ÷ì±»Ïãþó¡½zñeÎ -sN ¼Iµ‘vvX\?”–yËîMý¶:Bgý™Äò’ÙÜVJã²1g{N²Ç2£ÅV¼òúbƽtåRtmëÍnð­„Þ›¶¸{5ñöfñ4Ý8µFxcôYÐ ÆÜê~׫Õg¹4WÏ_‹ÂV»I“9Ä\úðºù“r(^õ¥½ËÛm)“Ù¬øPÅ´üîU”»1#Í'7Ró—î ó~Âj gOB4ë4ñûQ0lDÁ]À­wÒË_Ëé¶Î*x«‹Å$»KLc\¬æ¡.¼\“Q­§Fµ–²[ð*Ïݾ[a1³_6†XæHs\úœöó’9ö¥n6Yÿ[8kUÌIÞQWÛÑu¾òÕÙœwÉå·žLiðѽ?&÷ÃŽZEç—R–Mü”Þ6Æk_Ï?FTV -*z÷•çö*sÄ ”Ì‘“*u™V´g;¢Ø/˜"œó±r(ÈÇ¥–?-÷ƒåOzªý/ÈÇvÈåÕÄm{—”@f’H ó<ñNÈ,dðdp1Zœúæ}÷*Ì‚S/¶´€éH`6ߘo !Þ2À^Ââ|NÜ+½üÎ%zD‡yx×=á¥äâ=pÆïèÏ€¹Ø÷ðÿ#ô_ÈüÞËÿ§ÐÿȤÒÖ/™öÿ+SûÌ‘^úßzr:ÂAÆFš ÃâS€àü°GéÕÎP¨vŸ…ñÚWh÷+tÅa ˆáàhà'ƒ5½òþ.z¨Ê$Š@£~weâd.ǯž‡?Pô -µB¸w„B–A·@lbøã¶A¢Óá@Æï@&À•’µ¶âĵDìKÜ¥O„Ml£Ÿ úëD¬'îE9$nœºCS:GLà+°û‰^Ÿ×Óˆþ Å¨ÊU¤;€Ì‡ ¥ -Ô¸ÖY¬‡ áºÕ.ehYÉ™Ìè–ì+ –ýLBæõDÂ%d¡5LHv«$d3½MHaîǧâ÷ý0Oy¦ÅwÖª¼Â˜~DÖ‹¯¹NçéWäÛý_PíÊ|¦¡ÌÆÊ U¸ì\¡LG{òÃõRšÄ;V¡Úp2³m˜ì•é'!§]2>áj%§v<:”&’´Ÿš«èU@ ÂW¥G©}: ˆÚ1¹æFØ{pûç¹yeÃ_øÁþjÿ5Œ5@!:à3ƒ: W¹ j÷ zõ" r=ëæ}ó~$âÁHÇãÞRÜ¿OÛuöyp}-Ø6ÅË¿ ¶´g§eú(³¿„2ÍÃÐÜ,ô­Z)+$t¥fjšò¡ÚHŽãgFî53ÄÆó¦õûÑâYÎW­Ç?÷×0Nd¦/×E-í5Êúû„Áó@ö…ÐÞã«Srç¿ðƒýíÄ_Ô‘^jÔÜÃnÚ„BýkÐTj èÛ=õ-/³¶˜Œïz¨‡Iv Àë&4ðç"¯æuTîìöÜùÁ¢ š™E©ÕØwóö`>rÍ…5Ôkˆ»ô‘ß^{fC‡ŽœÛ^íê§åí;:ü ü—ÌEïðËûÃ'ì—D Ð2û­ÛÖÀø70¯ü0—Ö1É·opTœSà±bðtôÙqTÈ3óB@T°ÆÎç׉1W¯9u/­Çç$%¤øÂIÜYù W1[ð‹…ñî.•1&Jw@…E(t;„’«s8rÌ6èDµ B&xÝRdÕå2™]0y©Ë(„Φ’Èb±OpÊÄÕßÔ³~ Ê^=DšçÒ¶³íêÔš—ÃÀoÇÎmw¼[ºÉ\w©‚qÚ:iv¿9à)Ç8—ÖßðƒýÓY@½ë:4ëü»©ê3o†\­Þ2 {’z G¾Wq¥¸Ø?À>ºÝÑAöœ”âçzúß «4}27·ÜapFK?Øž¤8wõ§Îm™vä¶‚ñ¼]LtØ?oÄøµ7ÆŸ•½¾Œ'»U0/nþM4¡ÌP;ÁNºù¾½n9ÀØädMæ[·õøDJÑú3^,œ»UN.áðT{ÜæíÉÛ^Xìd™^fÞ÷I§Üi2K…å×Èñ»¾Y˜Ý wÞ ±×ÑÈFг.¼êÐb« -‘6umèË—·^ý ü·PhOØ‹½~õ@i@öÓ2 ‚«¹´úØú’ ´ÏéûMy5îvYæëÏó®ýüÆÍæTsTf׿\|s¨F”q."õõe4®ç5l³ªÞ–^¯l·Ë•%Úוּ;¡ki -Wÿ ?ØßNºØƒÓú{-º=Ø9³<Èv¤#ȵ$Èã‚ðj¬ÓòÝî/7á˜/netæ{òy;q¦“¶8â…nŽî])Ö÷[ÿ–¯(`´7Væ´¶dÏÕÝç¹R±®­-\ÔPÂj¦@ÈÊ‚hŽ¥@7‡khTç;EoÀäÙ_omZl¡Ðõ‘LJb³ûäˆ÷4Úƒõ2(øæ¢¿QëŒ_,…¹ª½03ö.½–»ôG{t° –VZ¡wQÎy/]§IºòÎâ0“® gúƒÉ¹e0…xý|…BïÏôþ -Î C(3ISqõ\i=º‹÷(œÐƒé­"’ ogíÖ?Øq|œçšºÁŸ½ç&§ˆ@_±ï÷Bl–_óÅj{ŸÆO|¼:Ù—â´U´Äi|‰‡³† gË:-ÎZý÷øÁþjZ˜C‹Ðñ Îíž=€ÃfùF…|±õbýž±`îÁ©o­îGgÂj{eÆØvªs>oÇ¥Q°®ò…§Ö{lŸR°<“n#ñ~°áIš=†ÙT†ýóžÄ?Úg˜Þ˜ŸUa‚‹ŒøÉv±þ7ô\3 Q/g@—ŠÈÒO䤿é»;ˆgj@”Ã3X”oU~Tó‘ˬwÌ÷è¹³.û›‘™¸†‚æ½¥inŠ_®Þf­ÔÐN&úA¸;ÔMÐV/J¨K>?Pˆ zQOôwÏîpœJà*6"‡xç_Ы œŸ„»hI@AvĈß7 bU®#wgû i8Ê\Œ¤DŸ©E¹µ¯‹wg0ãÛ\­âNWlG{G©6?Çû檒êô[sñÆ5Š7Ëx¯Ÿà‹© %UQ¸»~ _oÁíºçþŒì×ÐÎ -]ÃŽw8으ò½Ëñ ºàѶòº¾Òí»'|žÈ!Ì¿jNÊ_Ìl· ­Ÿ£®¹‰¸‘C³¦2¶ÄÀÞnú)U6{NsûÁzBI%{5âytC(ügïÍú-q4êÇbIꥤû/èË7>r3>C© È 0Ë?¨ý£'.p¶,ÛÇÜ«}¼6ê¶z»ênD7:†v¸ —Î|*+A=£Í>÷år4K½´þ§2Òzdí¶í2ƒFÐñ9’êø -!t™ÍkÛ#†‚Ös*i‰ïRÖ˜ßÞƒì×áÏôë㣸|Ù4 …¾Þb\[ŒˆaŠkßÊ!Ýãm¾8»IÀâ6þÙ±ÛÛt9Xu¬ïæZ¦£¾ù{{ž=²44[«iJ:³N«memåæ1íJpÛ•ðyîFì®ã§½;´êr/c¥§ÿßO²/åº7Ýè×r½VØòþ®‰R§¼ÿ»`ÖìÌú@š…#Ñ\oШ¯w‚(³\4œ’ 'Š ` <éô„v$¯ÇœÞóÖÛ˜ß8¶ÿ}«Ç®jª[î)MÏÜ£zrÛ²]wòÓƒú/˜ µƒëß°{¦–|<+vî§WA]°«®×5™•Ìj´‘Üj-½8Wt~TXü— 1AÊ]¢KætP-uóVç_à$Ö³w‰¼æ?˜•¡/ C‹‹òRœÅª¢3soޝþ$ˆb¢¥Þ}ORÝR”B8£ÝÄ›}Ò"§y+[Ï?’B­”œ*ÕZÊhTôžÎ•WçË©JæXŸ”‹½_´ç'½Ø/&fa¯â‡‚Xk\ÿöæ<±ìÊNÚT0l¶THQ~ÕtqF.ö‹‘šs¤Axsž9=•¬ýÔQµÕÅÚ+–ôÛú¬2r«‘Až*z×÷ˆ`ÜJp™º—ºŒü*Ú³Ù»ˆ¤ V†x|(t~ÜPòy&ÙTr3n×ÈR—ÎßðƒýÓY»ÓV¦› öžè˜B”ê<ÅMåfsøô¡Ÿn´{ùK¹Á%F®ÜÄ­RÝ—÷•j´æ­ÒçàtJˆ§õ‹øíûŒUA,·Çùìùq½½Èùëú2—ÿTÖY¹[Ù1‘StUhžèç±y¡õ‘ý b°ÌÉÖît¿;T±êCÌ€}²CˆÙ`¦qXvƒÔ9T* -VhIß”„i6JU#€–Ä“h»S†8vÚiÊÝ:ÀÈŒkè÷óýëáì>–æD‰Øv¢Ö½þ¿’?þK(À¶ÔBËœ, !d(ódB™µ] — œ-*¥¾Bk_¡ê/¡G(¯ñ…rê+´òÚ訷èñ…–²N?¡Ïß+qKÔñåÙÁé±xÌQb4Ðb(ú>Þ¨êȽfÙ¼ógâú™¢”è “Õ¡íŠböK cásþ2€ZÇÐÆT¿ °É÷ªÎ+¨ö;çž !dâ™hЂFŽÐèoa°ækªÁéYR´ÓÅ{^Ø`相]/³ßûJÊwþ ?Ø_m@$8Ê!Ph׆BW°7fÎû* ÚÂ="}ý€ *Ü0:Oés¨Ö€îÄü@“ü 7: Д€çVLÏ¿÷ÒÔÌd@ïyˬ¼»Î·ý°;޽µÎ—Â9ž_ë¾sn’µÿ€ÄI(SfV £ÞhÔäˆ!ùý¾$2ó­ëW@„Õjdfdª}*»ûpÜM8=4ª1„M%n¯&B0è%Ä!œÇÇEÛ|yÏ.ëP¡ú¸\Ïï+\t>¯¤îf¯;ûlœ`nþ€Ìç§€0Jk1#šŽ23jÒ©ë€|9!l…ì51ZAF,“ý~‰WßéO¿¦uås³òSZÛ­gI.M·^=ÔJóšÑãv=/¦7ï~6½Óæ”91våì‡mº“8Üü?د %hÑ}ZôŽÀ‘Å-c@Ú!¨±ó-/³/@íæ9@åƒÜ$žf¦ËWá -sÇr¶{zT…è®#íT”ÌVLd6⊢šÇF°a×\BO‡ÓÐÓ`@zJw^§¡´]wš{ìà´3ÚØU´ºþ3É7 =o­5 (ʼ…  jÅ6 ©ìwæ§E3†@Ó©^\P‹ã§JóÊ=6MÔ¦'ìÚ5èOæñm_‰%Òåë™Óº×ì•.—¥îzÚÙŽV5ðö´‡¹p9^[Öã•ßìÖõƒ™Z_þ€œ¶¦°› ÐrÞd¿øÔIyž'T&CÀÆåXâÑÎS{5G÷Mƒ—B{.¯nGc£ñk®Ÿü@_‡Þ}ã~¼:ƒ3ç•Þ©Ÿ›}Oz'ù@->Ÿrªuß¾ëB芃éí|4–y·1½ÆlážÚ×ÓùˆÍÇA¸ÜÑý±U.ìé“̹Ó:#%G’¦ŽÕÐÓ4éñz‹©å†<TƒyÍ嵿þ/¤5€ölHP¦ÌËË.M™éC…¤ ²Œ÷㥬˜…Ç&{^!ðs–F—9i^s01Žö£ºÛ^ìÁ‘–ÎÅ^ȇØz¦ ÂjL…Ênó3œm·}œZ's·\Ï„º²º…´¤GëLW—.Ì^~‹ÿÊ/¡ÐÛâ(3 3Q¼+€,Â;É¥ú~?_žÎÜ{½L5¤‘IûLÜ—²tÂÑŠ¾ŸÈæ[v;}ìMdáÞ¶¸¾7"Q¢7dè¶ŒqæÊ…fQÕïôUÖkÓí|©'ÒL\g¢mRÕÑŸHoúý¶¬_Bɼû­ŠUpÀð2ÚY:q`ÇñãÍ뙈pÑÂí:›7.uiÑ=wýÙyªS­V»¶<ßn©½¾¤¢ãê'÷UYäp]=¥å«Q‚QŸÄêLãîÌLÝÕžcµûºNÓNQþ @>$Ø?§k(sú8º%dcí { Ý×£Þï–5WL¯8¯ôê]ˆ&D½Þž+š1éqÂÿ@¥—О–küú,©éúz ¾¯ì$óSz÷øÐ®ž4>ºÞ«ŸØÛaWä8nŸJnu®µ­ôy4ÚÒ,+­îã´ª™k[W¾²œ=ÈròíݤíáÁŽu|ÜùÆ6IÏxv²Eìä]]7¦Í…ÇN›#·þgŠ^C¡ž·Ôh~LîE‚ì¶5ˆÕظۅ̮Uï²ÒMÿ; ­Ý{4äœm,„¦9¸V£”NM–oÖ“UÕæÑ'V&ˆØ—†°ûiât•Ún„𠤍[§Ò¬4Õ÷•q~«MVƘ’ÿðƒýíÄ/ªbÍ¡÷¯Phx¸fJ‘ GHÂki_—‘(ó›[¥„›~úÀZG¯6|¹õ2KîœVÙÌIgÕ¸D §¥‰,8*§›Õv6_3¡ÖÎÍúº¥íú¬Î=y Šýç«[Ô,[H'±(æKrQœÔŸ¨öQ‚Þl]Á·>öà PaË?>ÊhfϤt‰C~x™Í>|çB»ƒ¡èÖKyùµÆì²kÎ{Šoä…yà -Äñ 3 -ÎYàÛËúŒOóÕ³XýÕã‰q‰oÏmè}¬ÔjŸwKý§Ã„ê…Íÿ€zsèýø[e£ï›…Ȥø^p÷LîÙ¹>„~˳u”=JÕ1¦ž÷ƒíÈ… Œðº ôöƒ+©t³Ø”´šÏMœÔ°#Êâ³Í›¬ÓíîymÚ …]Wd?Ï.EøÅî¾ÕèôøbÂövo³Ê· ¹Ìsa¿ø7À{ùŸ'¥\¡Ð±ý>ªðÙàD¾ˤNZ5ÆG¬Âû”=ÏKîË©L,š:› Ð¿¯¸Z ÑH#ÃÈ Ë+ÍÒÇYu”[çêý7f¶{Øœ[ÉŒ;9V7ÛW¢uo_KBûòy :§Ï¢Û%Í|³ënŸµ¶õ« oPÇö0çÛ#VýÔva›®åõ"Ú;e»“û¾~Œi›gÒ£íUÊoÖM‹òµÃþ¶R»`0ï_Ðãl¡ÛÍõHs–oß:Tƒ‹fâ‹Vù §Îã;Wkyy®V¾Ë\xn°ö\}ðíKvÔêd³-öÏÔ›=?Àõ\a—å‘QÏ›7ŽSeฯ¥{µù͵búâ[1ž*ïèü½þ` É -ïó÷Û|Oèk Ľ Ö;¦h[qd‚«/Œjk2b«ùºnZ-l5߉’on'µÕ¬ˆjKŸ&\5W¸†õþ ?Ø_m@7›ê¯‡?‚óGR=äfÊÇÉÎ_¹z+ÚY.ÆxæÌX· ýÃ+ºCÛ¶Z˜¯|ɸÂÉ) ¢®»/^ìv_íh_OZÆü†6»¤ðƒ5ÑÚ¢×D{uur¯3ëðŒ -§.ëÓU¡#µÙæ¹ys“ÏLþ @¯æË§îO ïƒÏ¦ÇsO”Ý¥ÊÁhÜrŠcs«§”ÑTÛº°ÙKjQ[i“„û)=:yCíººö«uí„DöÚzsÃ{ïÆ±Æuo>¨Ô§Å°_»šÂ²v=üš¤½ðZiúêÓê^¥ã‚Eco3òŸ˜Úks©O»Ã…Q÷QsËV^ê¶Èíôu‡0‰åh£¶‹Ók$ulZ2RÞêiÊúÁ|ö¶»Ò'²¹–÷ršønrnŒKõ°v[aq5Ú2hµ†ð¹ŠÞw[ec„Mʳٕ¹ì8.}®l¥œxIµzX΋ì×áVPÄÁ牢{¥s™ØÍAÚΩ¶´ÚvŽ3m–º¤=[§áÌ·¬Nf„Ý6îg¡¿ï[ƒ®\²‡œÑFMüœ›6˜Ð’j2Ë«ÕZºjTX¼jÿ`ßgƽ’9™>JÈÕÇŠýr¾TØkK¾°_áD΢„‚ü^Ú¼ û€ÑD{;œO¶þ˜¬6þ`¨NãHüÖ“ƒâyFš£ë¸äb±§Ó}ò@âHÍ­Õ¤ØýxË|÷„檑a+zoV+±U2ÇÝ^Ñžsb±_Tå‚X5Vù“íóÌ› r³Îà“½Ù~þËÞœ|ãÏ8øÛÕÀi*½¡9.ã°«‚:-õ;×ÚSFŸ)ç䨂Ý—=Âí§ÎíZ]lå4N³øðÝÓ»+O3ñË0Ì»–ºÌø^´g㤰Wz©ùð<“ôèÜŒs…Ô®™-cNQ÷ ýáÌ?æ/+¥>Ø‘bz¸^!Õ¾FKý¶Ôš6«“ìܪˆÉãû{çºr‘jr×n5ñãš«û -Þ­ª­q·l)¾„x›Aa/÷†òÞþ¯è¬U\fofÆüLä;¦Fä´>*úTâ×Cʘ ò,1ÒT,êÏØ¹ëx`¨ÛN_JlKZ/ë• s,1°“)þ4ØW°ŽZÙå[f×¥§é «Éu4]a‘!RêÒi¬ˆ_dŒÖLžyMó¹ü»UÌÊF•‰ìR~p–fi„£8¸“ݒ϶êˆ~-™fö«œ[8û¿¿ÀýK`2¨•“"] €Üêg€6@Ù:0”²YíÒnaŠi~N² m;uv¨ïŽˆ´3žCœV }-í!–!Hßø7« -Ò ×ÈLäùš´Ë-ã!‘Ñ^9ú®>”½¶ø3þ ºßÊІõŠPèõ½‡@m‚„˜t Z - Ê=H§‚@µó@©в÷h»{÷ðZèB@…è*μ—gÑZQ|¯º«Ùoh—üÎ_ø·ž­ü 3.ð×Á`CÊÜ;€ j2Ø·¼ŒíÇw# -޾1?6>#}ÐNëL ’:€Ã•KÐÞÆ6èO%Ž2`¡íÕ‚icšÝèÏ¢§™Q’ªlþ¸]_™©ûrÝÔÎl-#CP‹_€¹Ø·ÿȨe(ÔA¡ÐÍFx³lƒLyÌ=ª"ýÝRm\Áù'ÀEŽØ®\X½ÛO„(ÅS^Åtö´cÞËkâÀóZ2‰çU¬VŸÅûZx,xz%TqàÛõö2ã’µWkõõ7»,=Q}¯'ÿ cÖ ã_ÙœÎËï§ /ÙDJ€8 X@€‡ -ˆmúú$|OÇc¬P}MG—ÎS‚#ðíQñQëþ°Ç—{£`¾¢øbÑ:£ÖöÓ Í¬¤xhÙ—Bù¹ýZLÍ®ŽÝ`£í‡8!»ÙÈš9sû{€LÔïÃÑÄΡ)SKhÞÈÄþ“ä,äyê€tv—äÎ?¯kÙ&a+Ghùþ<Íh`Bø)çä©×7­Ž¾¾G·½XOÝD¼,wÍ6`G“ϧÝiSËl¯®¹9Ò•íàÅϬúð9þ`lù?O€ÌG„Bkê”—€(7Ž€ìó jí Ôû -PZ9xˆÏžGoý’ {y¢vÛ¿¤îuÜiŒ/¾=Ò.…‚kûòæ}ùÁ¼;’{yµÙ?¿Ø¸zfÊô”²ƒížÎcK§ØÉV]‰¦»¦eŒÍ´ÌŠ[«\ü€ gPfN.™ÚLÄÍú>›@>- P‘c~®kÄs7ë?ë¬òº§$;âÁ¾z÷tåRU[^í.÷O`и“ Ýù2Ý#ê"ÁA(µ>ûƒif÷ÃI«çNÖWÝz4qÉ|/Õé¶µÄÂhãª/Ñ8®6‚1j*ýß% -Ugp¼œàÀ%ñPã4hÎYôÍ\¿ª¥Âñ¾U”(>×÷-ǤˆÌ¿çˆâ¹eDõcï“éîpQs'SAv.ÉfãÅûÉV<ên=ÌZf2õ]¬ì%3}cg›A÷<4˜âPXç;E~o¾·*ñÎßðƒýÕDKàxReèsÄ¤ß õéP#Û‹oecùHÔ¬áÖÄ¿ùµëó²Ð øy>rÇÌäTsý¾Ó²ÒµgÕ_‹ñ®ù^kæ¶ãí~03}¡/[¾9[œLç7ƒñF\ûDo¸’žiAWñ#¿|ŠËî²qæ¹?sMi@™FÕ3 ÝRˆo…„×ù—ÚËwóEmƒs~~¼Ê—8ð îö9º¶Eís£lkéIÃü\Fí-oÝ„ ÉÙ3ƒéù«õt¸ë¼<ŠVrê™Ñ#^â–OcÙ×’]£«qÙþÁTSˆZj—ðY9Úß -5 ã# -MF[@- Ý3 ëÔ{êñx Å”~»ÜëR/†þíÙàÀ™ï÷ñÕÄÂn“´kÛ̱ÑZû÷nwUz¿†0C¼ÈK–ÈšZrœùW}~Ts5«¨(±ï,ú#¹¥ìý.«ˆ3¶¡P™lí‹ê?áûu„dCÇö -ìœkó»1ôìE$…¼É=`_†ÃÃKº.ÊÃ¥·E¤ýqØ?\Ù`–Ñds[÷L—œŽ7tmâ4îPé©h.-2eÆ–Š¨õùŒïrVlÓÒ…ÚÕ¤ÙyU…ØT¤ÂdÑÓJ Ö§ï°?É߇“v€.QèqŠˆå›Áþ`÷žJuƒ|ú0¼4&¹Ù ëS»‘ýºUÓ;´CQ›q.­û¤¦m«vA`VKºÌñÞ<è “yÙç×3­àž§¯m™®ªnâX˜¾qqú=`–4«°üŸׇBK7åû0h‰…B-–|ÕSýJ4@{+-Wï³ -Åã‰&7îbN]­-E€íA﯃滰Lî·ÊbŸQjÒUíÔgõi¿9i÷Rü¸7(Ë#ç¤îF‚V}ŽˆÜž9»„£œ÷*%z’:ð_ ~ï“\× -mE2 ªEÐ×ñdéùxc(2…Uá¢Ë¹â¹?Zôì¦ÛÉ08ípôú4®âYÕ;£¡kµ d+ByöÈʘ¯9eÑãß0?Ø øØè‚ÍzÂB@3 -gÄܘÃÅóg†‡’ù3?¡Ì=©j;qS7ŸÉ…žeîVqƒÞdš@àl™R·ØñÜoq®Í$«ËkövLlÃuu¢~–‚X O"#Uðb~šj? C&òýgoTâ rÑá[÷œÜûì.‡ÞÇ»gøõã€ö•3"TÞ)T -^å×á·$ö‰—$@»=`4ÿËZ*Œ - +¥g‚È}˜zVíͪ<1¢°5d¿ãé\©öPjæûÒª™µRiztH Z¸ÛM†OIÓBU­v×é5¥®3ͺ‹â=´fzÝF€õ>Ó3¯½KúÏdüú$qªz~߃,õyD‚59ø­g~}2Uó˜³Ü‡»zaç¶ïýÍ5G,W« éjšº)37~ÍÙJšà+ K=å·J.Ó”Ü|ç¨\gÔÛI0{MÇûÃöÑÎ(£f»D†£º}@á]ûöB»ö>@~ 8‘âžòc°ìáÁ†–¿žšÒ9Cê1×Û¯Üå÷` c× -ÄvšhÜzy<Ζ|ý´Yä6»ƒT[·)z›Ý‡s¤÷0‰»âý´ýèM·gÚmxtÊyÛâö”æna¾ÔžÏ|ÛSTº3Üô‰ÎPáà¨üuø'rZ‚B9-–‰Næ<+žùsmz̺¬ì.»YŲ·, (ócÔ´JEG ƒš%uMzN'æÔzó‡Q>—…÷"¬¹ÇµGè§ =¿QOn‘êe¸ÊùUo=–ꤵdóf«ƒÙV=|7[÷í¢Ê•;ùwk?îV¹ý€´ZCèñ¹þƒÝ.UôÒ0ü9Ž…ûÈÕlgbÙôNÞ^dgeÔ *Ò­b̨/ÏÉÚŠÌzåærtéã›»½Û½ýuë¶eejéÆ,j‚Ôm^¿ÒÜ ¥Q“óC'7S«Ë›Ý•î=ö£ -\sÝy×›/ZlÕ™Åï¨ôhø\Þ®²¿2Rý9? öåçfdw*“‰™-7¥õêCkºËÄ?˜ÆèǬRÝ3­9ÒÉÆ>V”I*ZðÖÑÛ¡¹6ZëQÞmv -ù[3 L„µŽÕk}Ò"ËŸv‹kò³±çOíq…†£¥º,rX¶‹ÿƒì¯ö_t±"_Ë=Ð=¹s¥·—mA°·éŠhŽá-¬_Ûíd¹¿LuŽ8où5meçèJ‡á1·é‰¬- xñÄÛ÷FeÒ✥¯Ò÷«ëµiìëç¡û¨OªÕL=‡\õ\V›Ö.1ëÔæûR›ÓAmæ!B驽:SŸu‹p¨}/U:‡¼_ïÁè¢YÉ ;²‹FmÁ K7õ!Ò>Iï)ñš PƒKùWIl~Ò þ8ùpEtZ[±È³ƒâv×"^®IÊȨ.¬å¾òįA¥¡4rÒ+eƒQF?X¹u)˜åVÌ¥KŸ}©Ui4Be9]~ ÿÕÚµL§Ùu^J®¿s¥P0¢ï/Mm+¡°‚Iö”qZ·‘šß'p}1[i”Ó ÙQkl¶eò“K^ŽåzþÙ©_Ú©°XôÝKæWKȵµ+öKÛka¯á©‚X_— -dRó'˜ùÓ¶L@pÔ_ø>þ?Nœˆc½íÖÄwפ#¿)…žŽjã–²›Ú)…ÅI¾MIÃFtX }3{³\ÃnëììØBÜ‹ß8Í+Aí¶<>*Ï]+.ƒlê+u™VìîTA¬Ü‹ù“Ž6rþ&Ëç -é±”-ãö–Q‡øÂL35fÄB,¸ßb_Î]; ùÍ­Øèê»”ÜúÁEV©Ì,u‘ݬ'%¶t‹ë“{¼×-…,ÏÜFlâÇ÷¨î+ü¤ª¶üY9qÆ2G©Eüv_Èûy›gbÇÉå?›c¶Œn®Œ*ž´>º¦©äB0?ù +5²[óDŸ=+ú[Øíܱ»õ.|wʼnzk1ïÏËóôi 6 |¤PžQûÅNõ¡åZ]tû-†&0†©Éõ~¶k®Ô¥{((åOjXËÍšËzVîL›ðÿuÚ´>¬ö(.÷ISfÆ„­1Ç =#¶;üd.OØLØÞ!¬ÇßðƒýÕ6GµQwÍæOœšõµò¼-˜Ñ-¯b‚y4ßÝËÄßíµ84`ñSŸ•;qµúÖ%S<ÜŠøµyË« {ÛH£Â˜ƒ~î1•œ™÷Fq9*Mv‹%úÕ “!Á†À|kBc\) ej^AÔ‰ÖL?¯qèÿ£¾E«Ü´Ò¦ÒfuÒÑbý­Ášî¤w4é ŸéÜš©ø=©[o R{Ç©M&©Ã©à^©w ÎïoUiâ#ƒtiºƒx_Aš›|@ZŒVz5>¬š)Üa^™ðÁ½“ÞŠ{úF½ù[¬ü¨´¾àB–à>ü %k ŒIUÞ }– - ­]{ Íçàåós ¤ñàûéL þ{fE‚t1Uéf¿ ÒÂiÒrÒÒÒi#‚ôÞBA:ÈÁ¿(¿4ò‰]Lõc±rî=ý›ÐyÈ;Œû'ü`¿¦P¨Ô‚òª@ZS(Tò P™>AHi€p^ é4¼ ¯­ôét¿—‚­ ´öªÜiG‡.q¢)H_KŽûouo?¿æ ”׆‡=t2§†±ØO?™ð÷{íÝ^‚Ûù-¦Pæd íÙj âZ@qÌ€è¿õä|ˆÐ €(õ@Ú¼ú~ÂÆ ý\ÁË£h ¢ÿDö4HQÒ“¶™¦=ˆaü-/Ó±WÍÄžA¼?¢Ó祱ݵ\ZøÁBp\óÁÎîô~ €m TsÛYOE€òi VoÐGpÒ¦꯾åú 44vÙRW€,æ)€Œ.Ì×b* oÃ4ûŸ@μûÑhº”vSI_Ïbñ0ä^çŠ3zÎñÍì^ÏÑã0ÍHâM80ÂÅ«›½ßâ[ƒ…+@wÇ6Oîð[°—ag8ËËÝ;ÀÂK`jŠX–Òê”÷mö-p€’T)±O}.ÉÔÔA|@#9¯Ì*¦Öçuo¯I9Çþó²[çŸÅ|š{T¸Ê0Z¹éY€Íøñ•¾'#/<±ýóRüo0P‡2ïh±Ý{û¦\èïî™SdÀlÙ»’¡€tèVœ·Ü1œÇ–—m 3pÖsïzîý2kˆˆ_:×h¯zeËg½%wNÉi?:qÙH9~âÒöØHÞ%ßïC¦'•÷Ôà*ØÐv¯å¾cnÄ~k»Ó²ÍãÜ?دÃ?à:\°ƒÐÿì§ßý«»ïFÛPHˆ%ãK»ùÔpO¼§Jˆ쇵õuªÂœ´²\ÜÎMÔOŽ;¤‡lÐÎý`ûCZ¨ï)^é¹ç|0u³›ÌÒ™§YÛ)xþÝVX‘±´aÔ57†ØÝbÙWÓ8¼µºAàßø•Êop{ׂŸÀy dÆ}(4YÛ€|Îï€2ë™Wæ*÷wÙꆂJN®—%«ùêE±Oqt9¸£ÙÓ=ßÝ”Søt»‚òEK¤æîºÂ®Y}ÌÍ7ÚܘmAóÌt©Žþ`[¬{acqÕZçì\}U¼=ªú¢l•—Ý¢ø[Üw ÷ÙÝd"cH>t5:ß]R2Ïe•(D|}Ú¸yvG奒t¥s{ÔܹÆÙØÈ®–Ú`× lÔLÃzÛÛëÕK:b‰ŒaRÕ zoí×Sš~­®Ë°¬/D·¾\jӪǒÖjáõýþäáû«ýþøÞ®yèÍü\°çç¹”1ßúXî½É­¤Î¹®‡—L_¯YiùxÛæ²Ñem}‰²ê6¼U¤j¼>Î.p¶Ï(.`©ßd ”ùJ}‹MŒüÝoYíݪ=âÒ÷9ÊNòýú³Oƒ¾Ô”[õŒ¼^â‘ßK§Ê$În¿ümæð¸¯ý(IôhÑD–}LiF:]V· ÖR;ûáhaS;mO©£2H.Ðûò©ÊÊãÔ‹‘™]@K~ïLIÓx•ù-@†¹s S£@â-P‹ùÐëþãU]•A”¡&É5PÔÛð³üQ è}WÖ® +™=-ûœÏÆäá…« -z‹5Љ[¨²“Œ|šç«2zÒ¬jÍç·fÎËÄ!žE§1‹L:‘Ãgj—Àfj CÿÂÏßO€L´AF­õaçœ.î =cùñH¯{p®ç‹æ{Ï3ÆÕèCŽÑ:NíêÊ»îÐÞnN]ç°.5ŽÁr]Ü?UŒry‚¸p­œé¼”‘ÍM_©>;e{¦81n¤>ád/˜¤*-d _ŒÒc#}±Hý ÓMA{F"´§çj0©¿`ëczôHÑ›Ëm>÷NÞ{3¸”pPg­7¹œšK]Asu[úRUC…¾så0ˆ§ìG}wÅ:>rªBq”ÑÎpHdñ<ÚÄóxïe(~Öïá¡ä‚QfàQ&¿Å„%ˆSô -¿öqéDyQÿ†Ù—G×Ï|ïs:ä›â4*tuÇ£!œ“'û¾ººo'Ö2Õb|“¤O;š®§Ì}ä3OhÁágP¬HAY»µþƒ*ŠýºvÙöëSõ!T*þSŸç`^džƒ‹Pzü 0ÿï6ô9ÕÄz…Žˆeâ­Snd¯—K¸0—G^§ÜO%ÝqU˜›Xf.,no’7J©š¬7ýöFUG¾ 9öBs×±=Hqj9áÖ_ίÞÛ·Ó½íªZìu„k¿‡½k¹{o+Žï|s?‹ø8¯Gý:oþ cÚ€Ä(3lêφj—Ú:€QŸ—î^'²yîå>€ó†zì2ä’Þä~kÕpÀXãLS<•ÙÍÌ~šz§½á¹ë_„š¨\zÝê6èöY?ÕÍ|±³?†Ýލ®–ª®¿:ûÞìùƒuñ^ÿÞµvý°—>wƒß.êåö·Ê8ø¾C¿åϯ¶·kÓ 8çù§ 8¬%(ºÛ]¶Y§„®kƬ²ì.œ>Ì÷O»P’`ѧŸR°Ï,ýÈ·'Ãcçà‡·]Ì}ÚçpkOÌJ§=9£Z;7Ežíl%í±k<;d,ß;¤Ûÿ ?دÈ|º@¥§ÃǺ—ú/Ri1¡×>Lý\ÇyQaÇB?®¸õJõ½QQ‰ÞÖ¸¼:ì[²R’ÄÙ&-ÏÇû‹²endðŸYyÓ%=»=urþÆÝˆaÌIQšáJæŠãJ»î¢MGV˜Èi®häwq?1½÷ø-!É ñô*Å륜zóÈ çÖ¨#Ìø¬Ý`Êm§E¦mTû[Cß&R¨‘ÅïûãèbeÞ|UÛa_ ‹Ê´®¤Ô= 3j»p­»ÐÛ·´bðhÕ¢Ñ|™ Ñ|}¹¹š^C(y¢©‹>œ-[UÙH·âàý[²žtqøºÚlœˆÖÜ—ö!gs×Ãm¼¹~6ì–Þ|æÕÊlëÉÜX_É)~Ÿ°Þ&Nh×n¬úƒv©‘š´µÕ¢¹^ß×ü×nì§ôÂX3¥Ö؎ט²xkð›˜iX´D²mºŠ³›4L‡_ï¸[ŠWÉþºÎDYQÚûO°ÄEPœp'DEpFD& ¼ÿûÜ{ÏW]ûTuý’îÝ’? IÖZ,³ë÷ngÏvôh °nêY¦ÖÔÖ²Æ*.ßX?ÃT{é·‡ê|Ÿ£Ÿ³lg“ŒË=+×ßíõrwTß3­gñ  å{œÞ͈\ÊîXsÀÑgͳ‚°ýUf³­x\¿æóv}¤ÞIæ>Þ”ëCª@ÕO¾Oþ'¼¸¬|ó -õË£weÍà¾oê¦Tkì-‹S†=&M©{}ñyløyðÚô¶‘»®ýCMºcÐÊ´j‡ÕHF/šK/Å&KèÚ¨>)DR}Rœê@ýz>sÍ1Ö{ÔfÄ›°cJÓeªêÞÄJÕÍçË?x­l\òÿ »²è×oÙœ]?IˆÌõæ ¹/\\NÕèN]ºS›ÊâSð‹bFsFÓü'„헻羮]_ÝiÛò[›Y -î/ ]eSì¨w&˜§'Ujo\kÔª‹`TÝxÅuµ®ïMú3«úô–õ)º™Q;t³¬*±«¡•}+Wv¦’ÿOÜõ2Z‡ÖøB;r¿4þy$YmXßµUyY/\©Ù œÎŽßÍFØlT%ᣎ'F‹ñ·Æ11_,5Æ=¦²ÜƒjЕpZ«ˆTåÀ,é -fÞZe¡BLðÒY¨¥!óy”ˆÏ)Qƒ)Þv©yqÒJì⤽Dÿ—YñÄŸ5—‚“&-Ö7ç«^Y2Ÿ-9ë;/|ä’ßßZ>@i¦7!‰AÛ]‹žGœy#}k¬ëbu»©I|E£µþy_éP’YJâ½4¬ŠïâMV¢‚¥é©B ñ -ùenPÒPSLÛAlí\`539Eü4ð?Åo0•îŒÓÍCóŸI# '½ÜöPãÎÀFëC †˜÷»ÅÒh)ì¼Øì¤bš½‰í³¬ßتÒá•ÃÈëX9ýš·K„×ï¬muœr³oÖê*\³JŽ£êGR§â°ÚæÇé¬À5èl˜ÝÌyŸÿÇ.Ñkþ™4?¸‚™½¢õGnf+5ZK„4pÛN³ñâ›3áÎãlü¿áPh³$—|TNÛ:(Þ¤Z(ÆT*O£I†bÒnŽŒîE“bÖ„Jæ¬ -ЯLßöÃ6. - õºHsÌ}*ÆUV„õŸØÏ2ICI6ùÚº´ÂóbWŒðÿOáÒÍYM47¾±“´ìÂY骖Móip+ …Ö¹x[?ŒükWÜSR×Õs¡DòL{s׬Pc ^Â7æÞº6ªÌ«o„¯Bˆaçž)3#þ~ðëÿ`jTèX,D`ê1–mˆóþÕZD ¶Q,‰’¤W‰÷ÔŽ’{v%Þ\â‚Ò6@rË®ÉH5„¨Ñy€´5 “"¼Ød»Èz`ˆ¾yäâ/@üTüˆº]/Žpü~ÀN”¹–*Qøú7‹:/xí'¶ȼr€8Âk/Ši€ Ö5€4?@èÆ ¼¹H+uÈhèduG²'aî‡ðƯ/ p,âÚ@‘î äó{/hµš‚¨C´Zx¤û…TxmžÐp”l‘ß0›(t¯A¡Á„…=û‚2'Ø vÐüúÐÔ'(>Èäóh|{ìUä¼’!< ÷8|šMA Y>Ðòh“èA,â€.Õ@wd1%£^®O~N³r6¼.ÞßǸ¿PÛ©?øùÿê°…^¨Ñàêb€í)Ä^‚ÂN¸·àµõc  rÞÆl:h﹨@ÃŸŠŠ¢U¹@MíëCŸ P»=(Ü˖ãË >'/F?D¯œ ǯr>x$vί¨cÒUÚár–ý pÓ¬Áæã p[4¿ÑQì´…B£Ü`¯é `ÚþÛ¯¬Ú,w-c¤ !~“ƒ` OFÇP,E=óÌFéyÒÒ‹æôsnîåÏÌ]ÂI}äâ`Ÿò—“Sî÷\s[ô˜ì øægIþ%ÜEò•™ -Äo©z³°²[…‹ ø×}¤Žßã!|Ý„µÐ)¥‘©R¿0 CýWDƒŸ€•®Ÿ³Ðq?„#%á¤uɆy -)–UbQ™t‚’pûN™ØøËx}ò¼¶ï¹j®»Z%ÿFD¢ò2ùsùyß2…ÇJÙ‘*·"þô,þ¯RÝ^`¨ -ûv …ÞýoXöþf®¿.?_ß §¼Îç2Rgá$šªè­N¾S7_p×ö"oCfáÞéuón¨«5·Q¸·¾ø2xï´ÎêÝZGG÷›Þ«¯ 1{´™ž÷ϤúXY÷Òm›kä¯èÉÏ]Žƒù@j3ƒ2·D *|4~™@zÎmÿdÛºHÛT Ò ¾>ÊçòÈۘו«îmý½SìÛÍf=§»n"Þ–ÉWߺ–_YoØ×~K°souñ|H)ýY'ïÇûªãwß0K·ÏnUýÁ/Çí§|º†ã¼Y%ä¤ôEveø¨Ði55™‰{™{Ïï†~ò·NÁ—ŽsÆÕòvïamñ5Èaên‹Ôù9£+/ËÖkÑ=¤ë…A=j• z—uª}g»ƒÉmk_ÕkB—WlzÄ.éÁ£tºååªñåc-Ò -‡èÎåÚ´Dþ…üORÞž†j,Hg¦mèÖ‹ ¥›GÕÞN”»GHP ;¤»‹6´ÓÏ>Zv¾•[ËŠ$݃Fi‹j¥Û58ºoB|1ªjöÒóŸ¥óY@à^y&.%át[)«`'S¶À s·¼¼´ÊŸ2¥}ªáP»ÌX%µ 5'~À‘càô‡iEoAßÎ]mM@ èñ…8(^ó]œ3¹ÊÛEÊæ>‹ n»¹¸¯‘zv«æi2¨?MëÖÍR~Kõ˜;º±M¥[¹­‡ùþDWB°?ìÑßëù'±3Ë÷¢F-êßæ,©ÎùOV-#væ7œ¼Òpæ¸ï÷: »,®¿GCŸ¢›±zûP§û6)"²Ÿ…QÚb8»z;Aï’}8ÓS¡ž“pcU“GæÒ»éÜ£÷>슳è€,µô^ç#ØYGŠÛõ‹ƒÁ.ózËÚ¨5··ÓÞ'­Î—JYéGRÞœzé͇¨àÿ‰ïÛþMÃ1oÔAæÀ÷‘žmÔOt-o'mŸNŽ ÞÏêbŽÜ[¹mérIÝÚ§âÙý·½:Ä#b»ï.æ®?QžÚh®øÛûû‚n§’Síóýí?åþ¤£¼³îB©J³‹ G7[‚ÊJ{ê…K¨¨aëcIB×]g‚ü€}(SÕA–ú€˜e@¶GfX­–¯.>ožá|±µóí±ÐŸë‰]äOÏ·Ô0}38$Ö~¾;ã–¬Q)î¨.rÏ‹²N_^²?ô"¹þÀñÍ–m”6HmJ{>œHèq¢¯{â³:­¸Ô*ë“èòºI’|9.¼Àà˸ -ÒÖ®þ=«iˆ‡½äU5¡Ëü>:×kúð¬mýŽ À»PÐk4×5±®Çµ¿€<Óòc-XwîevÙ5¥Ï>$4Á½u¯SAV'³G®ˆì¶¶¼ÞPaIåçÊb¶ ÝE±2‰ç¶+€ùBâ£y…aÂÿ|4Ñê÷mô+¿g }“ÚâMT¨^›h˯âl¸|hƒÔö:l™¯Ó²ÆQ‰£½Ê¨£A»z¢®:ÊJædS•°ð£¯Aï¼_jÏÅìÁóWQÄç•¥ñÍP]û/Ödy9“AÚ±;5€Øù:ÄjçBèÞo€k{¶ -2ã°þ= gÈuaãêí…3^ñC+8¬:÷TM—àšœŸÍ&ÓPý0*•÷ĤÕÚ.fã‘üéO’®­6«á{¯-JôK¥¦pž)Lç5Ôe4mÆObrèµ fJ£±@°&ÄÕƒÏ{‚i¨3Á±ýƒO°%úú wrPè-SÿžÜ2úÌÙÔH:¼¥¤²õß/4¯a´<­øòå ©wŽ©¼f™Õ†Z;7û›ýU˜­³zwõƒ/ll¡ŠÌg©Myå©Çü::¿6îˆ¤ßØp"—‹ÐìV;ƒR‹×â³Ö›²†“~ÓÞÔÞb`ý.Õ«pÑ_;™ðc/Î*Ýg­ö.?ø’ÏÜ̪Í^ -Õì̬ObC`wß>‰-½‹k²v/v%êL–V¡¿œ×2miºKxet96¶ƒy~{èÓ×ÅMØÔÞa/TkÙ¼§6®lÜæ«^ᮽp(\)’.}ºgü7@ZìÓpA;™¬nG¯é§N?"áT¾þš¾Üσê©zZ÷{øîbÙ]ÍÑæîW>¨_Ùt Dku/• ºRÍ´jm9>…%i°¨|6½O›R»--0:G´öêt7¬ƒ+½jûÔ(ÌÚ§rxîtçàÔE>™Sw×-AÔIãÿSüTØ£ÐV ¼‰Õy®Ûvé~XÉå+y®•No&)Mãõt­¹ÙÍŽØCõÃI"·Ó§ÂúZØe¹ŠtEµ“MS=JüÁ‡Ö,…±—]LHoÚýuh³¶Ýº_HëÆ­éÖ8nMy‹I][ã18·³Wpj÷¯žÑ6ãðWÀ9ô¤á£ItœË½­ñGÄíK·L¯]:ÏõtÉø¼¢ž^ «;ky·RS3ådŸ¤Á}Y¾°CeÎânz,½»£{âûÞÛuõÆClʺ•ŸQ{þÉnŸüSh¢üË Ò¬“CZk—„bªo±ßx²qí4t=nXi(bÿÜà86¸ÆŽâ¢d(pš>8³ÉvæqÛSóÍ}úѳQW#ë7|ǼmÛY¿ø§+ÏO(AëâßJºÀ‰¥]éäPJk¦% -¹æW‹sc¸`û±"b™õm2nZÞp]ý Bë¤;#'Eòo¢^l|2ï:ç>=®%Vç\ ®SÚd2ì±u~p¶{÷õþ2ë×Íæ'`±dýf;ùWøÊ»ÄþӕÈ…ÃmFåc;”÷ùc©¨ªÏ¹!Ò×ô²–©9Ò03ÁXLášœŸwCÉœ\…Ãy÷îLÚÛ€wõihV†Ã®…"+PÝ›žãúÙäUˆÈª -Z'ùY³NVÕ“O?ÝZÑ[µÇ&÷®=¦¸ó/~ðë¯Â-ÝSè¸t.oˆ²Ñ¼¾*r5,o}Â)Èx€fW»†‰zæ€N -š½7.?ø QèQ%­3+tM^.­–¹lÿ¹õqÖ„¾óƒ*3c†=fÖMKL±°½0E8µW¦ÊÔ{n[]‹K›–[Ÿ®o€K×»Ï÷oø3Á/Óa­lDå ¢g8¥¢9 G_Aß­ÜêÕíÁ~,-ÀäþJGC¥ÀdûI¢ð½áº4l;ˆºä¹q¬r†ßÖë“ÃëZs²Ê«êÕ (Ñöù*΃>­6g2Ý ³÷ -ðh%FŸÐã«ì ÷XA®E·œ’ ç‹÷o¸^Ø^Ùôm¬rLQ¯ên.óe?_å×""§çšuJ&÷­ ë1ç -æ$Ev§ïR£]=ß8+÷•ˆëƒí¼^x¥ª¯¶ô¶½4*{Qy”;Ã/÷Æ™TéÅÒ@±øÑïÍ‹· -jÇ®)]­©ÇA)X\Å*X¥âßøÁÿ§÷¦Bë ºŸŽ¤ªºíÜ‹¥=²sè¯C ËÖ¯y§wF¦V§ãÔ«7Ø4î-×XŸšû~Öå†׋Þ©$UI.›l9ýÊÅ›ä -bãTÉ/Û[†b2ãï÷÷m’/úD‡žÍ²Ææ¤dÎÛÏ)}Ó«n:o¡g[g¼apqxÿ=c¸ŒV}1ôæLÕ©%Ó¬¤¦#–øüÓ‹D·~oIÂØltlëÀR4t|¡Eo}ƒ¡×²Pè_¾YÐ~+ÁñA¹Ç™S†ì›Ô¦Å€è”£O6œAú¶Û x)ÝÇS49Ê¡=ª ‘»i"<ã¾Þ‘!‚³˜õ~ð]YVåcGIQq ’$J¸e!Jú%sy%[\(ï¾Ðþ¶’ ðm”4â_P QéPèëN$  P'ÅD šQRíŒ!,xYª[¦Ž^”ä)xÑü¢%̶Üm ¿­t7‹(™†ð²³’%²øˆ’£D‰ÁÁŸZ%a¯”¿H¡µ‡X¢ƒ=2",ɾ8~Œµø ¥Rß7‰Hú’HуBÅüÿÃ3N”€ówîØ¿<Ú?~pï[ß@Çt - ³híºþÃÑwôM -Ìê^÷Ý @§}Ør÷A´Wm@ìFuÔuJ»ß á½|NÐèø r¯à“ 2HxU˜L8¤rH•’v0Û÷DaÈš·v®gW~œl—íɯw”ž9ï­Ö|9í fÿ¨«“†}—'¾QëøPX?ªì#÷@*®¾'[No†u*:úÙÊçôÊñáÕ«ŽBªÞ_³ÓF Š çì¿xòé/IÞ÷Ü©{R]Ïx Jnpæ›®²´f?ø[;RšÓV®/Cg½Wúƒyö°ayÏI[|?^€´ì»Iª’S“"HÕÇ5ò Ãïqò7qùRJ*øœ½kêóĺä¿Ìç¹×íÀcj參(±úÙ‚ñÖÞýÇi¯ÞŽNÝÓy¢¸“R[Å—Ù¿4_7?µÉp²{æßËÇÇþƒ¾”üû†Þî¿ÎE—ª/艋¿°¬B¬q£þ‰1ãU¼pðœt¶´x<¹Æ™Œ”›}8o2Iî äãèü«ë¤ŽéÙ+ó*nì‹6Óí¹…Öøsºy¼ž…zZϨ’²Ê|›z¬îÛú£:ËŽïum¾»ÆÝÍãŠ6ÕðÒ•Zþ¹of}óQÝ:†ÝëÙ¿`å”ù!òG¾¿½úËj¤CaùÍ>Ddö| *^h»ÛgÖwŽ3·¯õRé9½¥Ö<¤‡UÌ,î~[ØÞëÖÒ¸mKÚýïnðÑn%ñµJ™ËQ+ܱºçA»'ÿà'*³¾šEtï‹Þ,8ÖhÊ;D©›shε×o€ä„]ÉR×>%¨0#€ÌÁZ,Ò<†eJ3]pº\ኾì<9A Ç玟ù[”ƒÈ^Ëv.G=7¹¤ñºt,ú»ÓÕŸNTG·M+åfq‘ÅŒW¥›7*’ÞBeûP̆Z>V{²_‰§›Oþ½Þ4æñî—vnî,µ¤îk­‡°Æ6¹2“·ÊvÂÕrtoËÜàü^LoK{Q˜Lžs;/X¿>šc¤•zd›.Ÿ±žÇ÷žpG¶ç”\°<§]¸£ÃY÷’;°²Y)W}7w½àP-Op%ÅÍÙMD<ÚÒ~>®{%®N\Q^ewM}9FgÅ£·÷…sšÛ£Au^¶Ð©ø/çot´Œ<ŪZ3t¹AÜÀi - úPèVáwþýu -…[›EÜãn@^uŠ?-ÄhyüœÅó¡û¾{»\5 W~Õ‘¸‚ÌÉ}Fêä·üêLa½%E/Ç‹".,çBPÅõD:‰µ¼ëÌä•L?®X˜6ëD|}GõÛd¿Ì] -gˆò߀žø·øòǼ­¾Q1ÎíðÕ³š!ÒPã-}ëU ¯`eo¬Y»Xsý€tŒ=Aéï­=P¥®æsäU¯¬.å»°ÎZKtˆ0“ƒÝdºu6kØJR½&mÜÇGÀ„ãtK%F„ᇷL ŒˆþÀ Ô™±6G§çÖø p½ Ù{¥ˆjjœý¤ØôãCºøí¸P ÿr¹¥¸Ô© «GM'¡ßi–°zªkÛO6ñ;E¬Ot¹¸œ®{Ìœ¾O3nlv&jn0:NÓá­sÚ )7b¥åô—ŒŒö+ŸjMp5rÕ¯D¸Žõ—éîÿboûAQvw¿Î!”Y¢Dµ‹G?W¥4~ß©ëà0L‹´ù)ê3Óßݳž²]îúw9ºíCɨ‚4œ•ãMšÎA“ž}ênÒåæüðÞ\·ûN&é Òñ%ö”s¢ö¸ÑàÖÕ|ûÓE¸^¡sˆßCÃm7úd¶=®W{J—þß½RÌeAv Ô¾‡:’ð¹Äàp7—© eÒ˜)äˆLWÙýEòÚÚ¼}‘TÆo\6zjᮇ³'º,~²¤(ª8m7¹Úhœ«³ýw¾Ùì5X±ÝÑ7Üèï¤>K©mn#³Ý.üv6G‘­‹…[e¥´û˜*wRcSîtö÷_ñC$ÈÚöŸ1oÜÝô•˜©ÓrŸÂŽ@[&?ø¡?(c»Â|é>7Ë»ªKýþØ^>—0—b?=ãG52ùòàŪ½([¬wzt§Ñº.òB+ç -‹…`ÿÐo~6«dùb)×oÚ;Uå§Î -îûüÝI­\f¾ù 3¾·à˜sTúvÜjøÙ2yÜd¦w§\¼+›p[£r´ûø@:IpŸQÔeQÕ—þ,¦pߟôëAføì§(!¤Ñb7Et릋,/6…._Ln‹æëÎ Þ¯æR–³Mš› iœÚ7Üê}Û¬Tu¥¹hí~Å7`[þÁay '¥¯WJŸè}?îÎ&¶¿.J‰ 9W>=b“Þî[+«ß[,ÖÑë 6Œ5Mg6Á¨àÊq_ÎÝñ®>ˆv®”.ðå‚Vm®¯n³J׿?xÃóö»†¶ìÆæãºàu9u=Ô8š.\ˆåw\pôÔßð Ø2ö³ÖÎÜÑÏ9}¶ÂIƃLZÇïjJ{Q^,''ß…û YÞ‚•øLÓ É"¿Yn¦Ê;ŽÄ^áÑÔ¶ÛÖÃO{|U¾2Jgìjp-¹­+»×4º(›ô9žmÏ›úQy™lË0Ž?8»3$ý7xÛÊ[› ‘¹-cz{&slEp±Ûs|Ë”îÉF¸=¼e5}³æê£“QzÈMá¸MGóÕ|Ó݇Þëæ’ËÞžòOS·ÁñˆãÏD†ÕÉv…Õi¿Ãvüî‚MÁ¦ ãS7û‡z=#ÕVÌÐlë ™Åö̼v¿áuÏÊÄ½Ý ²?øY|ŠY£aÑÄáL†„¶”¸‚ÈÓx](Ï\1ÞLîS‚éøc«ü, ÝÒ¦ÙßF…q/ݘ­Û³åAmúopäbgze{lÝ©Ÿ´QR ßT€«sõŸãœ¹“36‹.C ¨Jíá¾U[}hô{=Péw­¢üË/±Ä•H΄¹¹IýJ¹e›„Ê8%¤ø³¨GÑkz&èû>ôÐÕµ¿ã/¡‹ûTw”ßsí’E Mµ¾¹NJõKK?0ÓôæZ{.¯6¯V±Z5˵2ÕéUË]WWêöQ­ŽÚ»·F•pÛ—+Ü-+—AÛ‡sÿOñn§UI÷F‡ÚßtÛ2a#³éŸÇȲ†µ½Yï4´F/G¿ô[$nvãý¥½0Ë /X®Ñ†Î;¸1mfæ8ü겻 /­äRšõ'>Ía©L%²$¦¢©Åq…o\w~p‰*é´ÊØ+µ,õG*ž™Íú7œŸÌ4¶ãeþpÞqhó¯*fNU%{úˆØÔxK¥û·q£›Û­šÓ>5wcáÌå¨O›|±¶AVeµYi Wýrwºš•ÌÏE)e‡)³x¥'NqŒ¬˜;N*?xá!ƒÂŒ{ì -…Ø…"¶ó‹zIÌ—O™ùo0ëo%¯ ¥aqW²Ã¼Òº²+ÛFcñ@'îXTÀ½¿æÌ? -yùnÀ]¬Ñù¸Gv¬m?̰ª"ÙÊ!·Ë—ÓËn¥xëÖë‘Èñù%SPR¿>Ëשœã(Ó µyÆ!ù²Š‰[bˆƒdM‰N}}":ì>K` ÀþÁþoýŽí@)ýóž£aNsë‡7ÀæMÀÐc£Ÿýݲ|‚#=øG#'ä‘5óŒ3Ûj0îœ+É…´ÊBáîoÒÜ/ãò‡rqüƒçhq’Úôœ!:%—­œ!b…Mç±s/õº¸s̵*{ÛÁ¤y/1eŸÁ˜Ê|üþyËQ—̼t}ÒóÈXGß÷/’ðêÇéѵóXÏtžÕÏ[öl„ëšÃÖEº‰Ô¥oêªVœÔŽr¡šJêFJŽ#ΑÀý4k¬y#3äÈnéÏKj9ØÝ1&¿y!Úzä#|í‘ú“¡Úª|C¶=„¯O$ˆÈDx¶çü­ºL•6' 'ÁþLÉ…á3õÞy\·F3ÚÜ4v¨©F¿ÊbÍFÅ6¿gïŠó\pZNHmB‰NI²i¿ÞIß¶~/¥Ö h`±C„§#ˆje±P üTÛr¾’¨µ^€Ð9¨5Õÿß{ùßz” I?Š;÷0ŠuDñI¢8ï£hl!*x!Ä´#€t¤(òû Ä-¹™ê ‰@»BF`¼¨@œØHßóÆ#pèO"p{Êðøs#nŹ ÅÕ ÅÑ€¨ðÿ`7s¹¨U¼5~E²,ÁÏ@%d)¨£Pë÷œ«(ÆñL>#:¶Ó‰À™›Aœ·Øgˆ±LJ·–mÖ³ÛrP.Š›ÕÄtŃç*Š—ô>Š5Êâ D±ã£øÍ6¢ý¸×­ AOøô2X烟ƒ?è~Ñû Q¢Ñ”—°g9(tÙG£„î§£Ø›ç£øîÁ–dQø¦YÃG·ã>r³‹V?™S¶^-!5WÓLôUp¿…Z0Ýä Pï<|7Bþ¢ oå UWƵÎ[MS'f”´-[ª°rPèß¿ºûÌò7¤8ù@85Ú$Ð=ŸX9¡Viwšl—=Ø€N Ö§ýpô,"Á4nç|»=£p¿lí›Þš{^-‹N]ÿZ^¹òº¿uÙöÎ|G˜óx7çdà$UÆiïÃÚ+ÝOõl¢Y<ÇFF¶¬´#[E~#=^ÈTz,ôîú/|{Œ?­a À²"0ó›'Zßsß'† •.K‘@–p|=^ýÅe ͋٠¸¬v ÞÐN2Ã8§»/cØ¿z½|¥½£b»öÁ&‹hÃo(Hérà­Fà£Ý4êËêæ{FÄü±õ$§b¼µ“k9©Ô9xeÊ!n“Lá9yrŒõlLÚ§=ýÎö Æ%u¿Ï…ò¾õxnþ@¯lò=í$ÿNÎËiè-oªßów…ˆìw&>3mßèMlê ¬k ÑoÛéôyE…ÏùÔ§Ò§ë¸X<å,–1gܸcØ»ÙÀ¨ òüø~ØÊ±Vüèºï”áèëlµ¶Ç7¹O2ýÖËé‹]¯çìµÓy·Ór´U-¼ ü€5f Hmð¤3hd¨™›Ô Ë9ÐuÑì§eßDûlÃé á/Úù|ÈÞM«µðÅ‹Cë;Cê²ÍTQsØ84boHIã}ûùZïŒr´ÛõÜ -ü3xk„zKmoƒYCµ&ï¹òZà;eYA÷²»~h?ø&PfÊo€3gœ¬VZ¹ïWg™Ï#Å5¼Ï°Ë8YcP±ÞÛWý¶oó£ó_Éæ\ð/G)ª¼šyûNm”Þ ¥îׂ=¯¦ŒF¢j{;ééƒm>íÍUq„(ÊËgLe)/mÙˆÖÛ´¸2 äp•YˆÊòRQöË¡+j‹;Ã)¿¤&1ìÏ芀Ìú™÷ý^6kÏ–Mß’ðtð`ßVp5öu²¼o>¿Áä‹Ã¡¸ØïNÏÀÚÎJy_y¶¨\ïT²›F+J­\ÀHˆEuÖÝRm´2WíÅ*ã/´åE¶¯K‚Å´º&ù %ÌçÜ]ž—Ø‹ÎÎÑÄUë¢üàŠ¿R÷sáûu~7U|ão4~Vô¢Þg÷Ö'î…”M¤íUCß•s³½°œi[7Åm¥ÜÍ'éÆR Xøï sߨ5ÏÓË\æÓ-ß[šÒl>?œeñŠ quê¹3/¹efõî¸=ý¤³ë©zní¾Ð¾P§aUù ðѬF mµ2áÌa+öLëex·Ž1q.—Vþu*“õÔñCôë‡î(ïHo ªNÍ8ËÊq¤C§­Î¨‚-)ÉÎí¹^ßíyuæ «ÖLÎÜGÓϬ§ «t˜ìKâZãèÈAÆ]KâÆÝgo qT!NæQ†8)àÃ>€æŠð>ƒ+þ\’íð®ÅpÿË8¼s.ž–á×QDo…xeŸ•¯Ð‚ÝÚ…æFÙ(š±i᡽Ìj°¤ 54_¦îøL6rä´I?J“váTïî÷ðÙhPo¨ÃëV½)$ fu½:˜õ”D  -& s±þè‰ÿ_ý~V“oTŒr²þñcIÓZxëbïü@KŽù\žÇfVýÒ»¨=^Û®ºWrÃYêÞ|>VdœuçÏF³ ^¡“äüÎüàãô‚¥†7,© f— Ñaé~¿"öVÂÚ9{A-÷î±â‰êÉ¡3îz!ÔºüBXo„ùoé¢ýy4_+Ü àþÒ5ÿdÏòoƒeæÖá”ß» ºÎm—È€WØ&n°œ ­®’~YØmÜ7z%˜¶¨a<ÎLel`¯¬àª§ðdµ«uéV—Ç¥iç0¶ÌÀ¹ß6äb¦m(…^3æðG5}ÖIÆ—i·¹¿OþÂ7`‹‡åVƒ°‹çutçã$¼äv¢o®5ä­'ý®µ'ÎK+ÙŒ|¨ú& Üñ¾>÷˜ÍrªÆ¼Ö{?fÍBÅŸJL8œngˆà]”T—wï™Nª¿*´3ã]½uaòÃÖ0”6-rK\ùû JñSäÑæï¹ò¤EVËãÖy×øƒÑüàÿÖÿÌ"·6ËõÑ §^áÉ~t|ƒ½9ïƒÐ.[š¨Î*s8%2ÿ~U$ÁQz«ü0³œ»ñh7‹ÎËĨ`öˆjåÝþzR »±Üƒkr»ÿT±Vn<ÍñSËdøÂœšvC[7í&{n.4Úx×|ã.O›ßï 7Ÿ½Üè7|_zQõãg×¢ËU¸}ÌuDû?øIÝÝ=©äžê¦I˜r«Á’(ùÕÝøÅjâLÄV—§ïhŒî˜uÐ,b÷´~öÝIkͰEÍoIóEí²ÍŠèÑÍŠ*ön#Z6ÖÉÌlHHZ\Àf9Žögœ_ÿ…ˆ LÊ‹§ø¦ßÒѹØR>ÇÓáÁl˜ž6_~žr˸Röx°V³V_¬›-n›Þ>=–²óñÈ^hhG¡Qq®sŒZ­)Ò~7—qðiHAˆ7•+5óÕæÂA{ΩÄ[çTò± 7­³üò>©'ž:e5rõ7~ð?…»Ï·Kòñ5kEÀt -8"›ügŸk«þ¶ê}^›tævZ.n¡>B(6ÃynÚ ªÜxìÙÛOÏ…íQPºéÔîК±ïSs]hÞõåÂkô·©H³ 5üÁ•æöôZOr‡³¨]»êÔ̬î“KÎKFOúTHnøÕ¡×ÍЙiK\·VMixU9m10ØÃ¤}g±çÚ¯ó¯Û]xT¨g•Äœü“9+Ò^»–Ý%wÕG”~Ãsùz¡×C%^Çèº7EöA&j0ꇛLj`/éeç4KYõíh~Z+Ÿy[ý-‘FzÇ’•ÿÁ;£Sk•çz«ñ)eZguÓo˜K8Ó™‘úx0¹A=ª=ˆ#Y{Fmzwfµ‚l\kñ–«–«A“^õΊ§M:• ßiÿ…ü¾û,Ñs1N¡G]°Ã »JiËKäÃ+¬žcâ)îÔÐ?èÚRĪ{îÁn˜TÓv1""žIÝ3 ë–XŒYæ6Øvj"#Oª/õ*U—Í,ô‘«4±zÑ®‡£´´Y•hIfú4#:Í4*x…ÃzLY+Õš¥„w¿árËs˜YÇR¸Þ£ïéXéã -¨nb‰ ÷ÞüCŠ7¸#_…>\¢‰™Ür‡Ek•³ÆÎ2Wœ§L¶o‘oè yI­¼=´œš•+۲ܬ4âϨßZˆç©¼ßtür»e,½l–±ÒX.õÖ£¨xR®pô‹Ù˃+Œüqý ö/üó:¦Ie÷·é“Ø2j6µÉ"øg᳑==­Ópý±µž± Öí’NÎ15Õ¯GtĈ³Ë¡ê!:ô,hn0z—a”„}/^¨^±H*2W˜€‡PÈ_««üsmùy‡óòå”CPŽ-µ¨•¶ØQÕôD< §sÌëë-ã‹dö? @jôaš•ñô(Y¾ÇoÖзQåQօΜUÚsº³hĵ՘%PtPu'½.ÝðFZ=Î¥SµŠ9¸Ûçí£ÿ¡ÖKËÉzD’Q±H ]küàD[—GÙžíËÙôrtËœ[9$3DïL†°«ôM½úéIeV‚XWþ‚ž^‘¹]i{Ï)hÎN­åc(bué9Z¶F¦Ð1Ûö|(®~ðF¼¾ÌêWV%¦Ý-ëp, Æ ±`){%¿lÍö“nß#W/Äa=²Bífg†ÜÍÇ-¸Þ¥–CǘÂ.DîEø:3ý&¬êÏî„çÚùoD±Ñš@LçaŸŸ¥òJœ-dÖ³z6>zÿ Í :³ß·çgcÓˆß`Qû…1<Ùn9ÕSš…2lå+›Ã § †C’Ï#Â7jí˜ýÌYžÒ7m*¦^'\Ĥñ{‰DÎVBøêuðµòb~VIˆgó°Si_ÉÄ)ø ê'5%¥1=@ðy$´ƒ±fý‰m[À¶¤RZ×óhkF+á¸_ê­ü\ ë9–ÒYâ Þ[ß0-—¾mm;:Eg’Æä°Û^“"ÂÓâ ÕT±?1Øj[üJÖ Ú*tckæWr•ø¦Ò2P27‚àÇ!Šó£Gæ…[Ôò= üE»Ç%ŠZþ3ŠÚ£ÂÏEQ§Ëüà°xö¢¨ËÌ!"0¢¨W¹CŒßû"@£H 2½ıE}~¬¿ZEÑ ?1_VEà ÜV¾9jÉä‚þÁþ-°¿ÅÐÊŒâÔè k+;ÏÔ‰¡Ú=nGÑzúj“Pa£qéBq%b©@¼ŽPq¢ÙÀ‰"ùôùÞ‹!Qd°DYr9Šà>TáÈÀ…+Üð,?BˆWüé@ó24L= -ó -ª™ù QÜYA…ÕŽâƒnc°“Ínõu¨VUÃ,Ðt£J*—fHòŸ,a-ØG Ú¼F µw"ðíx°f±ìå\®oø · -?áÎûQL"«hwï>úGƒ^Rhº‡ Ìväé?²åO¯÷üº7ó!Š¥Ôè^ì(©8Ï(!žâG±×JE±¾+F±œiFqOD1{^|ï¥Dí¢˜[_£XˆÝh_®‚¨SzÝç>ǵ]þô:8ûI§ÊíðôÂzY‡D“Ôj"Ø~q.¯²ÖÓî:x–Üšr©¼nG¿e°¢ßìnTùÁÿÿ"Šo&Ô8¡¼sÊú€¤• ¥L>Jމ’Ò‹’Q4’qO‹0a`|Ò+Ù -‡èÕ n3®˜ò™^Þ·.3ØŠ_ªÊ¬ç ¶·<ÆCh 6V®Ç™G—Ù#Ï7g0±Ã_ú¹Wç1­½R³~ÝÎ,³ÌóBøÕçðöøQÒ m¨ë{8ÈL€xÜo¶mûB+S—[1©ñǬ¥W!©%[ÿÙM Ϧï^i{îfºˆÝzဿխE½CŒvb²È9;¯×qÐîbô:ìõ«û*ëö‰žÛÏ1~…óÅš&ïâc¾¹û:»åîUhôÝüv›½m‚bý/DÉ+ÿÈQ´Ú:?–€-°Àl `•E/¼®‚¡oóKÑõ‚üÞæ…ÃîìÒíu\Ÿß/܇ì xÏ=‹·–õ/#£/lBÖ·Oê윯÷|ÐéLx—†äxõìMÙŒŠW€¯à:v囿©8ƒKGâ%Uç´³°Õ§ ™G͉ÍW ñ&´ŽNžni!äu/óäu\š è75›~‚Tþ蜔qØH¡ çKöXfýÕ›ª½[…LÍ‚.o‰¯ìø.…oéÆ]?Ç+oÅ÷K'Îzg³]ˆÏ«™>Jí܉rÕœ¶¶œY@íž1ï}¦F¹ÔR«Õîª{B0‚–Ò>FÕÖ¾ÅN»;]«·w]¾ÐÞáÞú ]¹P¨Ù†B½B Ê,H «rðj>Šï„5röuoæë^®vk<·ýKW©,OW4½ÿÁÍGš¸6I9FyZ‹Ž«ÒýæÔë±tøL eßxZ}¼ÀÆû–[“öèáxÞõðÂGëÂöÚ±[ê£ꩅ뢫ØãAç/@Ïâ[ÀÎ$^ Ålm€k«ºõõLXÂO¸§¨ö2îÇ¢3]울ïòyˆ±s¦ŸÅãÛnuyΘ‡íš³÷{… ö(è$»ãn•Ý¥szQÌ.µoNo1lmÇ«ÌpKµ†kuv4 å•¡<¥22òrm–ð› C 6ì0¾èIiuÿÀæ,|*¾ÒE/ ^v?r„“uŠqêg¥“ó.·]7ŒÎu_0K—tS‰áøÀ—yg°];Óóûööÿè:Ï-U­]_A_*æœHbB%J*fôþö>ßXûôøÎŸ§ì^c5¯³ jÖˤ€è«^×åTc>&¨ž'^Måï¾r[—1epëòSâÖ2üòM)Ñ‘‹„}îUq·³¬OÌëÔBp° !Ì>ÙP´Ó?Hó/2 å¦Eµ“¿N¶õ(â8Ä?ȇÈÝ£KÚñ½îæéfÁ¯n!û [¹²Ü”²¸éÔþû&V­Ær{z'eˆ^²*)yÜÊ’¡[â'm Å ŽMÄBNg„ùìªñ;ÚóËÕ»¸²n´÷‹u£äÜÑ×f»â&ð½›ðÛç;-yµ›\zÚ[Æþð «~h.¹m0k6-ïõ/΀”,ÓÛ 6‹Nc¦Ó‰¶Ví­Ë¯£èI›~k/Ú­lŽ),‹©0ß7@ÞoëüòDõÀõ¾«âë†t$¹¨Y‘¹öšñYþ^ɱ=92w¸¿`¤¤I0Ãõ{ú¿áÛç×ß>¿©x¸ˆÝïu%õƒ™½rvdðõùÛêt´e’3ç«kÔÍöT½+FŽƒ«*á>l î) øÕ„:­itòä"q -píçªÌ^T»ÃöÒaäqaA¿ÔOkˆåP© 'ÔfRìSxA̲> -p×häô‹É¤ P»]±Ü¥túDG¥áxù»P‡÷ìèÆVUÄÀ*L·oc_X6µó³€+ê” $«~ïPÉ®}¾v“v÷.Yá]ÙØÄt  N¯ j³‡T® -MÉétŬ\o¿Y•«óûÒ?ôÚÎÓ効͖þö9ýbò¿§f6ZV.¹Ü¹Ö½E˜‚âÝö½lí8Ca¦Û?p7þšŒuEêªÜº#òH‡â|nò<ÕÊëÜ:m™ÇcÒETŽ‹ï$H^ß+âø)/ƒN«óõ`Ŷ Ÿ&IœÚ±JtDî4¿§õù*Œ2 §D‡FÆ_àð½íñzö0(>5­ói{¿:Ý®ÐÈ9vzÀ “˜Ü²¹Ò ­î]ë‹Õ²‚.ý¡T¸Õ¦BÕÏ$¶O•v†%²Gδk¸ Ž‹ó‚ÁëOb=kççW©ÏUi8S¦álïê«nƒÉû ”¦X}…e°³ëe‹>þÅè¾×Pœl‹KÔmÏa>-v O¹:–´ŒM“4íªÞÎJ¼½䜭uŲԙ¬O9†bïáY¢S±ÉTaÄ9Ë0ð|‚ï}³'Æ^¦úkgcýª8›~{ìJø¸H,|W©¸ø"üäðÅ>â»\ ÏVÑxë£ñ½†Þw;¾þ€‡'jƒÒªpt/7"Ø¢—‡g.z•¾&‡’ -¯Ø½l&. z1Ýâöpâl±dôF¸¦ìgU]­¦¸I\Xr;Sck7±¢Æq\ÊíoøröF¡ÕÀ%øÈ¨1è‘Øñy³0V Þ»^0ó°QÝ; #2>!¨p^»×½AòçÝ^¾µÚÛù\àmêtÞTŸp*ÈÖ¬‘üRñ> õ[§²î^NCÞgt¾£Rd¥ˆ‹Óº¯Í!aNì¿ÅýF4ìŸ1ntI°N®_Æ:µhˆ^Ž£%*°Ÿ Úï\än‘Dš(Ú“Ì,SB{”ÿÁ“×§É©U­ß‰:?{YŠmuwz°ŠÊÁ×ÏnbÉ–,¯Å¥%Bƒ{×=õ”gÕ‡Þ¡­}#—cv±lÝ÷ÌüI•Åìoau\i°›Q+—:èÕˆ¨ˆ7^è &—DZÐÏ`ˆÂÁw;/XŸ˜m}]QÕLÖ\}ø7À×ïG©™¿ûþ¹|߯XñO¶…Ñ&L¡&½o¶ècÓ5Ï¡9»?‰€Eq:¦m®¾vë/¹ö'†§ÍrÌcv¼Kâˆåx½{òôÛ‚Ôæ7é§8y.;_V}NaC3x„ÉwÈ¢Á&”×ËÐÐ)ŸP¾sèÿÁ¥¬0ýHtn»æ¶}Ý&”±æ&q6¸Ñá ¤OÇöZdcfA2¹½™Í•4˜€g²ö:|–ç²F@`0ËQøhÔ¶ógçIôþ¶E&¼ÙðŒãç3œË>Âd»0M‰X€¦‹ô2$ ´2ðÓÞ j•»ÙÀËÖ/¿Í?Dçö ˆ¹twÅ]éf[‘3kyâª÷íC$ƒÖ滕L'É’¬›GvyæºÎBÀ×¹1ú|¦&WÇä;×­“5‚*q~šEì3°VÐ6•x¨Ø·ôá._ô3ˆáÂ͇b=„•5«½ý ¹`ŸÁÜVï$­š½ujüÁïÍ£Ó_>¤×xZe#¿qb釪{Û“H(‡ƒß¨B-éChÀe<Œ?+ØóídUA"<âJ &·Ö$¥[u¸ †½¡ßæ‘Á¾/Íí‘4xÓææ¾Ï•kI† ñöÛájֻГm¯§ßÒ®´ªWÁ­tTM(ÿAà>/W‚—±mÓíĬ÷D{ö¡‡‹)½A1xµ‡·rí6 Ìà=`æj±ß­±ÍžÈPoÐzκtÆw•M`uáqÿÔ…É7ØI¤£Ÿ$µý¾¯í18,´sz©ÐÚvîù_ü€ÿ>ïZ++Ùnz“Ô*{½±~^ÞŠ¥Çw!ªÝöìu-’¦E‘@7óÕ„œÐL-Š0\ê<‡C**κûB~lö†—ñ¾“fg0ï°m/Õj{Z}Ú…ÇxÖr•@hsÜk•K—gÓ¿nÚÍ•¤rÍ8>6èîú]†Ýwòé8¯™ Ø Lç6Ìʫٺ.‘ª™]ûœ&wÔÊ/ë èùä¦ XޤAG -PD*Ûí¢Þ¥ÝžÉÒÚ²v)©q²V£åîõóºòªwo#°v³vÝšD¦µ!ˆÕg‚ûUÕ/|~ÀJÚ¿ ã™ØåÏ{ö(["ù.OêpúÛ¿M2–‹úpçäRøx®ås Ëg/·±4ÝÁ#ïuVsÄîé£aspvcåûÔ@Ë{õfC‹††,ê}j¾®ÆD­¼ˆUÉÍ'AyzQ¯¥E.üÉâ« -6!ØÊÝèÂÉa¶…5ÑIò×ë{íž™{ÄÖ5§¬Ãø~À߯ªÐnÉèQxQ)œÑ”ž­ ^ÓÝR<úlÞßñxOsWˆm<¦Ã¦”GººÒëµvC­Õh×ÁZMvÐNs|¬2éËò|p¥J ;••°Ð«ÐFî­ÜoÝê ¢ä»‘jAoÕêYF°~FÈ¢ŒÐé -a%ë6íŦ¢m6Œ¿Å›—‡_Û{æ\‹òˆ PA¶¥Îbp -a¼käX¨µº:ë•ÔfÊå-4KËæ»­u§pvávþt9¤õ„€Qïü5A[‹oÕê:Ã;;ò€;eZ›ß2Ûï³o™ZžÍÔ¶œ Á#“Ü*üš^s Èâ„ýTÙd¿¼ù$b ü -,dËÒÔàŒéóÎça Í}ãÒ¯ÝÕZ³’gåbP?~@°Å&•üÍ¿Us*C•ƒod»WÈñýÔ.gXfì…p&´>Ï ðßÍlݯa›éN¿súõ˜Y&ÃQùƒ¯o)¬7Iâ‹F’lH-IpLÉðý~õ“d<½g¸’d‚·¿N(úuB—_'”ÏpÔ¿Nè×µ…ƒ L”a›ýYüN’y+ûós²þ=Ê<$ Ñùú¶®˜•†›`áò”á˜Æj—ÆVÃHþ¿Èêf’¶ƒ/¼Lœ0þÊœ}v™Bèú=Ê8ÈeûÍ 6’É+–_{y÷õm?v¦l}«Ù×-žé_ùgâ*ù¯½\ûÚ˽󝣸C¢LlÕ}3G¥}œçF÷×ìú½[ý*ŠÕûs7þW$)’Mì©ó¶’T=™Z=Ó(,²Ã¯7SØlwxÇŸeÆãC±ç™ôrZÁâUÊâ³¢@öƒLVûûq¹:ÝÙq¾³#úz;ïñË$iTv¾ì°i%ïI3 ëñ¤&é«ï&©KGIJ¸¯$-¿³À|ˆV’„6”$v!º§Ødrlyá&ž¬?ÞË*û×|_^%™|>—1ó~Vu|ìÏæø «]øÑ¸›Ë{;~È·~µã]eyu¹¼bâyÑN«ø¼ùtžgºf¤@±ä¥ÀL½¥|’OZ­%“\£ûªHîàqD}üÎç}â&µïìUò%96Ì‹¡Îw?à(±Ç³u±®çBßyÜÜ+w*Írä·GÝhyQGÇ=þaÑÞì/‚x -eXLm´þÊ¿ýQtNÿ S¸Ït5ïÖ·Ú–Nõ4‡‡û4'^iŽä³l³=¯?»y»“ιÔà °íÏN.Q§rU¢¤mŽðâN•}xàîÀu…€ç^¡\øX ¥PéÊ –ü,‡ ôiòßž±Ùm¥óÉó¸äãä¾àÖŽrÞ9°tÞaJ(ð)¾œx ­4·1¶ižc.iÞ}¼ËŸ­é+ƒ\á¼í‰Õ0 -°E÷Ø|1ØþzU–á3¿åC˜½êþιþg †þøØ<ûy}íféðv8Sò–¹mÛ ™âRmtå[ßžÕBdß„öÇz*Í’ÇqÑLÖøšF×,üA -l{NšX3ÍkÝÝ·Rðžlüýj8zzC¨ùã\<¯G¶[Ìï鱌Zꀱ+5Ïœ·\'ª»*¶Û˜¶‚ÐaOðÉi¯-#ßÛždm¹plZ/",­‚fJmestê6“óˆ©è~.ëU±XúßæúË,Ší§“&ÛCv½¸ûÚõÉgÑ]Þߎg×¼cÌB´­¿w.ß®yÕ9‘˜Î¶r§ì{P’l¨Þ6-ME<3M'Gs³aof®¦&û°7`ë^7¡40ÊýùìÔWJ(j‡Òl¯žrúGíÌž E0ŒªÒñUù~Ÿ”ÿ ÍùßîŽÆþ×qº<úçdw.§„1ÐC8r·5be·[0ØÓmîåpÛ?®z–^ëM³Õ'7Û$n@× "&=Àè½NVì«v üXkF§¼zÒkuµóúÊÕ’§Ê -¸•H±õüH8lˆ&VhˆY?ÖDüzÉÎ±ßæÒ<òñ~ƒù: ^töž‘µ¸º†&&Ä€ó‹xë¶{•›ý lдúµö¦ˆy˜¼Ä…v¸’œzz’ŠÚEÖ–r+ᨠV‡“¬®Of‹€¤_º Èžh>L\³ +l/²'”_¨\¯´éæ:¸LkR€j]4pîàùßwÞ©QÚ›Ù86Üu´ÐÖ‚?ß)7Êf-T8Ÿ,Àr†ß|7õÆPDTžlÍ•ArcdøJ’7âg}vE«—?Šy¹xfq+Šú²Ä/>R‹¯X7lM:ËÆ ÏæZ6úbÏÓCåÁG‹íz‡&ÛÕ½ú¤…³ÿÚw·Ëì6Ü/¸k…;§ùå1&x4oPÛG…W-³l6„?Jõ&vÊúEí—±¬µÎi$³”Xèa>i¨ü’¨Ú|µŒ„kŠœœ¹£3q,kس¿¯³½zfnGjÅ ÛɆVIñA#J…J"¸õE“2¸Vý?à¿Ï_gy×¢÷弤÷Á‚L_±îÔèˆÐ’²±BÖ_ÅüÄׇÆK½ZAYŽÉAOÊõ¬‘@`í%_u|fÝØh2×fVËŸi÷dî=ùÈH{÷N¿šÑ‡Fx°Jw¨O<#'FI% ½ð²rËòj®Í/_Ôÿ ‰‚ãc-eO ­áîÑgû•òAÿÝõ¥%máõ„6·é3È´äh|¸+ja Jæ±ÕVÞ,k¥·«‘¥±è,P1'ÎKÅæwÏá5äNÏׄ䈭W®•CÒÊ=Vô¥¿ûl—µZå° ™ÁˆÎTŽèôœÆ\ dv?/²$ª_ 2¼s3h°jÌdQ¨Ïd’®þÃøÛ¤`º^Ýð~êE²ÿc|#ôG6WƒÑ ´PïÓÍFN%;’ -$ž -Õѳºnw³µ¼„ÜqÚ(ö *ß0éUù™_/˜ª$ɲ¾yßBv3ù5‰¦1*ÅSÔ¼”'f¡=˜äc9ž†Øv¼­âï ×ú$7zT'8Wþàë,?Î~E öñöµó+^ëÜKkÃnÙ*i³*Œ&ôÀ™‚v!E²ÝU(øN絎ä°ÈÞ)¤Ã ‚P“esºZv˜å¢e8ô|°nðS]ÝÈS­ñVÙ„c0¹ÜqoðJN,°£zéœ0£Ú{û‘ج: -Öd/{Lù^­òá|ÚKRš;×Û5ºgû˜5]EXõ?%øyIÀ?¸NèÏáðF{Ik¾s•=;··›úðf¨ðRc³Y¬‚ Æë3t›rRo¬0‰>óéñ«{'(¿döP•ƒ 7Ãð"<o¯ùþãœBûrG@äxj"î†p¼ìÅöUX¯MP=Ö%èœÎ? „“•<”Ëç p¸åÿàì¯oÇß;^´Xù[½“Û™^Â8:_6tÙš®X¾ËÙçg‰0ê°t*ÚäÒFKvÇDŽ䕳|lf¨ëúd={8ÕÁ_‹ÆÈsDp2]q0æiŒíJ;è³dïUŠŒ!4>’üÐ)×¢aq0ž3È HøƒèDOY;€ƒ+ܸ½=sÁ&4”6K†4קܺ·­Ïèi§“«Y:]5ûˆ¸¸$‡€¦íó ûñ„À1§»»&tzDkù<Ú cÈnÚ$49R±?ÙÝ^xºýIn8<»Ã’ê1¿Ã…ý}~“ô)–{÷Ž~?ùƒƒò–N;Ú¶ñ‹8XóAí`pU3T6ÈÜöR‡cãbøÉÚ6‚°Ü›Ç7z93Ý<‘wøÓÓèä=žèÃ]–/” íÈm½©=–½Ëd,ÛÌ€¬òê ¶OüìëgÿÀVj}¦ý˜÷›f–wqÇ×ýì^Kþ³+Ü゜Üë::ÙAŸÌªÓ9éý©²—AÙ¬¯¸fƽÊrÕš½°™50Û“ÊîáÇBŒÎ÷ƒˆIºg!Ék‘åÉðdP<wF¨é&ßg1¹ÚoW^ƒÞy?œôxÚ`{½VqӽŨ{» ò]I±î0iµS:´“Uznë÷ô¿ÏLl)ºþ€Öü­ÝŒ‚ßT}-Åz«ar°Y©e3O.$#OKs½‹Ý-¾‚àãa ¶Îr/Gf¸ReÐIvOð&aWG—NÜ ÒŽùåº.uÛoŒŸü€í÷¨¸n›€â´ñmçÙÚ¯í–^Ö-0_u›R›¥Ý>øW<7îö$º<Ìšè¿ôÞ¿ËÎdñü²½e&jN^µÍœž0úñè1ë"on^Ö«D®ûÇ`Žð^Ç@µIÛo¨vÞÙË­âåb5wbãЬæçFèø`#ŒF½Å…óúñÖ•ê¬tØ×ÛÓm¹ÆòªÖÒMUjÞ³¦:Ð7Û?Øn€^l•×¥ÔX÷©ò9½ïB”;†ìè*lÈFŒ­çïZƒ7‚Æ·OZ8…JOZÔrí‰O$ z'µ¾æªJ¥’ÍûU(\ •X -}Ú+HÛå÷é~*›‘+ç}§´=̉RþÅÅÆ|€äÑDA’›J ‰ÚH–…íX^ùl˜°hHŸN¾»p³3§Ñmª*¡· ú?Æ·’0\¼ªí~ÖÊÀ9åšµY?­ -ú³l>‹×ÒܱÀ¢ß~¶À}?¢yeRhûúº–»oßAjñhµ ub …ª - `ñ  ­Eöc©©eý?0ë <¯‘+ —¬Óc-Æž.³Ss¡P-aZY¤ËÑ0÷Æá¹Wö¼”E¬“vJƒÂäjê‘–­ñøY¬VKáT«'ù[N*åžE©èw¾`ÙÉ -`Le•AQŒ­…ü€q«ì_ -À°³`K/ûÝÊDLü®,~›0zÃNA)ìú /8ùwo9X(êtÇPìHº®˜€X_¸,{ÜMk4޵S©ªN‹@y"*i6ÅŸïù~etÎÁ]çŒ*ÉçëÁö -@†^1û5AÏ_t@dð$`4@ý éû[°ÚÿÖØÒÿcؾeÁdýT`+|„Sy}gs'$\Þf¹ì»Ìæ«›8ºk{ÀaÚÙ3Òv*—N£{W«ˆŒ¥’C¦…èþyåäÛü - Qõ `·cú? -ÿ úõo—ÙA{7ä[f»ú­¶¿…¶ÚåÿZ¶Y6•A]ÿäÿÆ×¡•3´ø/Öº_̤¯j'ÉýÚîÓ$™@ßúU{$ÓÂøë(NçTKøÚ~}Ûú·ŒuüõmÅS†à‘ÅÇ;Áü"VƒzlÕ˜A†x[uA‰ÇÇ×.G“[>þ‹<·|ý€¿Í/¾Ê²C­ê\ö)Og¨0_µÛM¦±sÈ`Ç™Æf)ƒÜý:¡£Lòµ—¥¯k{T2]Eëk/ïlïc« -Ÿ¾G¡áÛËi.’×ì¤^Åõ¹ñÜõh†ó\<ú› Z˜á~ý*Êþò‹GÛçHÿ»tœéÚdK¿dô\}#Ë~#†+YœÆå,Dcù‘É¿5Ëô׿üúàó “`/ÄV…Wâ<ůYÄÛÏ]‡÷žQÚ?ÂsyÔÕðu?¢…ÂyÏÛ’é½e×?`Ö¬Ûy -†7¾·®{ò¯RY÷®ƒ`íþC’"Šœ¤s’KÒ6œ åϳ¯øìûD®2(tòntŒä] ½$å„C’–ýGüyúï—³2 ÏeK¯>½ wgí½]йé­Ç×–×{¯Ï\‡rŸ¿¼ \¹¨1å‚èšw6>îñ P¯çÉn¢ÅÓ$¾ÃÑCÈãŠVµCSÝ=÷‘œ}Ç¢œð:™lC±0ü/$o -T’wðæ’·,“Ow*&ŸE6íFíã×O¾#÷—7ðŸú€Ç÷ÎË_иzÑ»d÷ü¶t䜋ÌÉiÖñ–'ðzb¢Å8£JTAÙÇz÷ŒIŸ-rŸì×XÞw5 žâ‹ñ ¢jü€»Ïuì&õÂÎs˜Èóæ-×õŠgÍù‡äýéH™²“|<”J¦¤§ÀVòS`f^ÕÎë|ï>j§KBy·óøºMOE',ÃÍ­y8>ÃðОwÇ{þ‚-Â{Ì„ÃíB^Œ®HâmýÔ¸>^Ëw6ÓLvSX©z®îÀig–7Ûh¿ ·æ*°/'<°…EÓ·ûp÷ß§õ•˜M™Ks¹†”æ6Ž•æ‚¼ÿ -zËàvO³œ°H7Z>>áË}‚¸7jøïérèçÖ,¾›~TÂó(‡ñ³èZ¢»$V´CØ @‡¡f—í)Z'ÛngW²¯·.d&mÆïÓÆÄ&µãÆTÇM.ÝŒ΄-¤ÀÓÜÅ1§“·ŸÇÑP¿‹ œ· Œÿܒ‡MyþûCÝv3MÈ{R®»uÕ8l)mùÚ~¾í>Ú–oÒ¶f©+ĶÚÒ7 †?™#øœn¬M¡´)ä&}ÃÙ&”¾Û L-ܒѨ5г‹ÊŽ*‘Úú|ŽðÕ(eíëá9wI³…s ‚ç5VGGæÒ…*?áwNXÚº”·çÄ}ÛÒ>¨Xj|íš)öF@s´¯Í7v³In -ëg¸¡%keêþDÛé«Âþ¤í‰×Kk„MP(¡§¶O…¥Ò»- YOÒ‹ÛÝ$­c\%$ ÎæðÉw‡Ã<ò±žìŽ2ήñf§Ê`¹—ý%jÍ ²sÝ”q›ó‹e?ŠÜÑ|ƒýdc[õ’áºõ¶îuH¯ à‰F«ã¥ÖDNå6kIí¬SO~´ÙU)Ë—æSŠûイ=‚®øn7ç".¸†`?«‘¶wÞ½n<±¼\þàÛÝ›4ÿZxW¼¾¢ƒüXNce>Ýy”¹­ºœÍÈö³¦é¦¹G÷†g>žzí¢Ô³l(W~9Púwv$+DÈPì0’Ž…¢„~žºhN>Ž8»a»ß0äs¼G=[|ù4›®ÉÊCãôôÈ1ÍM6WrM~°§Åôöi¾t6ã*YtÎBH‡Û"àkó¡vK~4wÙ2m)J˜Ÿdª;¯ækGÕ»+·Ù•[Zý¾™¬+š×è·¦·M…{Y ÅNçbUå+d»&Õy¸®#Æc6—{ÎWìZUÇÌõÝU˜ÁØ;ÒW.¦õñüâñiž(ÚwyÚÖ¿ïãÛÊ^ Ñ'rÆä±•óbìÇxS²AAo±«ö|ý*#|å-ZÚ¦$ÌëÓ6¿,õ¡uˆwÆëúZrLÒgØóYàLæ6ÕvŒ^Î? ý\–Þ4¼ŸÖ(£¹ÇÈÏr"‘V- Ç2!óÌøEægðã‹û?ü^>×7èÛ_i!^ØJ»üdáÔXXïRݸº‚ê´{â~@U8z–¬ÈHîùD(™4¸Þ·›M޵O–_+(s •93lè­r[JO§ 2vÉOT‹ÈIWލWVÅW^.;·¬Ü`Já+Ã1ëýoóüâñi¡!ú×Ü­°9ö˜©€QrOËÝ•ÒÒÜâęIðPë\ZKŠ!‹Ø^ð†Ék}Èy®S½V™».fk’FþºÖégLZó‚,d_x5ßä•åîQ4—Ux,2Íw"v¢=«÷æ¼±¥æ=œvç½qéž¡ýüâþ±ßï.Å `î_F?ë}¿l®eçzßq6&V›Jó„j§¨ØS”#¼”>øB‹£–Ï“ÜñÆ­‘á‡É&Õ2­Ýfm*WzW®"aËUu8]Ð`cED‹!O´Ã‰>¼7»sá%ËÆ‡Áç3ÕóÖ$å>‹É¦{ÚN6=ú6ÙT…û$]n~qû‡g;qìS¨¾¬ð]í»z~!oŸSgmåûʨëLlÂŽŒ¥ù¹è0-ñäCéã¬[uf›vBëÞ¤r¯n}µÈY½Å¡×†‰áŽf<7Ÿ¾R‚š¢}NšlÛšÉë0žâ½w·Z'æ£)^zW œ@œÀÊwÜÕ;·l%þmþáÉK+ŠJw;ÌÑeÃk±3ÅNNo–Jû•vÍ,é8]ÑÙ¸P]dAd£³ÅÞóüAú'5©è¹Õ­WÇ"Ûš__÷þ·¦×éCsô§'o{Ýë/Ëec@«`TÓývAe¬i_Fè ¶4¬©’Ödõ+F½_\þá†5©íQèû¶ïi±ávÓ±š–#}'ûþf¥J¯5&MvTG¨z¼æ†<ÅõË–ÁhÈ< l(½’%Jx/x½Þ¤6ƒßv{2¾ÔøÂ‘Q}ˆM0F#)ôô6etm.ÚÐYï#·Â»€ˆž #ƒ¥$#|pDýÅÔÆç?¸æ×”{€{» ;oÓ®0ÍšVIçfÜJN¯cLðm¤³æÌ{—}tÚ£ççr6Âäð¶Cúý´¤¹é“fÁg¦AíâÄ®ËuÜÏå:ØñFPžƒGÈíºX"’ˆÈpØÜÂÏ—|‚U½ À¶ÿ¾Ã!ƒi…ШŸ!,éž ì\Ïæýßæç¥4ñ~ŸHðØñÉÜ¢¹±a–'†¬õùéJÚæ»Øú„mVAˆý~ø8µõެ€‘¾d&²OˆãÚy¦÷Ä×dÛ-xPZGMèÝøQAÒ{Ô!QX•9Œâ5”¾ðM†ËÚèó„J=¸?ùá´5Þ Æ"¸½ÁqàV[‡ˆ"wôŸ'ÜžXv†7Æc³ˆ)ñ%ÅR±Šc·èñ¶\%—@¹¿ªŸ¦Äâ,­DbpíX3£u 'NsvÁÃú-µp@Ø£Ç/³½¯Jc(÷ªQP¾`kíׇ³…ÿ€Ã"€´†ÅÆÊgÑé#ýЯÉã°_£áàJØí¨EßÙÆ¥“cÉÌÎòõ‘,upÅ{ɈIœ{oÞ¼ÊâRWˆ¡c¢sÄ¿’Ù0'y2߯-œ -‹>v)Y't8Cž°a½>ÐõJÃùØkKìÜ)‘á" –‹‘3¨Vη~¸ç«ýpË,{G>ØôZûî{†Dï~Àßæ÷Ñ ÷"u<Û\¼M¸$]õé ©x}“ëtÆi+úËöK¯Î6;+7qcµ6* Šš•Õˆ»~DôѶ eF.œ«–ŽC‚Ûß+Ò}ÿ€ýýñTìÓ\³Óo¢2Þ‹Þ)Õ‹>¼Ñãìü¡×¬B÷’(“n endstream endobj 81 0 obj <>stream -xÈzÛáéÁó¬ø}"Á¢~`ÍsïÐ`÷äNmJŠ@=¯ÔÈjØnL•kû!ñ@õúÄ“ùühíìRôÙÕQXíe×™ÃùY›.—2¨¶Ù;×…]¯ËnÎ]ñ²»±Vì<t7C:î(/jݵÓN03ëýv–›C­øæZ&_Ó[øçª¶rVð_p¯ao[eè`VYð¨ÝOc_ríT]_K'†ÉIálÕ*ºðÍÖ¸î± Šô—ñÐ/h÷ACô -YĸB¹Ó»}¬+×kóŽÖ®±íTè«íÑß¶l˜;´&Éþ‘M?h±Uظý¦;nÏ›%Ç>« -ܬï[¢N¹o±Þèx|íxÕ×ÿðn“†Yó€¾§Rç¢êÝq(ÖÀ`“\ÀQ-\,†U›ÎU³;êYË<ÍŽØïŒ;ç¶ÙĦGa÷æb¸öl6ê•:\g(xVo5ÖLm­Ù˜\ëbe¯zýÐתhÅ`u@ÓƒŠrJ3…¼µ-ë*WÖU,K(J -S2qŒ*™ýÁÁžhîms¨Ë]ÜàÙiÀžUmfÂÄÒò2P—ÙõbcSç˜nÙ\KÅÁa -$Ýxœ›‹[=¬ñ+Ê-ŸÔ-ºèåPœÚ/ЧV ¸jøíÂ~ `[Ržz>²á}¾Ó >¹ËyÖË BŽîï[¨½©Py2䎴î„ú_0ƒò=6ÖŽ›ünP-6úçÝ”åÍ*Ò»\¶îIgcúr€P¬`4†$/ºj]Ž[%p{©·µü¡‚¶&ÙQŠî˵óëV¬Š˜ ×<“cfËV70»=€£ó€cñ -À \RyšánHùœH/gØŠR ”Ø0Ö·rXCjD,U ìÄiÓªKîïžL >ENj/G“^·U޽z÷ùs­ù£ùª]"ø\Aá±èÙ½ Ðs[@­^³ãUß&€à5@VÂ@ÄB - VÏ"†|†#í~å!€n”<€š8  aƒÐÛç ÷c @Þ @Ÿeöþ³…vI -îk™—Âÿ˜Êpþ³žav’#E…ªc©“c/.·ˆ™«]¥àU6ŸK±b/y^¼"@€lp@RÁP5þî$0°Ô0h70EWìÉ]€Q¯£æoQpb|ÝQX9#¤ þ±l•‚ÑŒù˳xb@3r7™.‹½êÍ)´Â*pR€VkA4+5 håÉ`öSþœ»K¥#€¶í,6ì=[Wþ6™¨Â À(þù÷¿ð¹½QuTýn€gÈúw4X¾û8|Ë‚ïÈÿ­ ïþÇ¡-R¿Žbþë.¿€¿v¨÷5û_ƒÑýŒÍ¯Á( Æ××`Dÿš7¿Û#¸‰QÄÂÛÍ¢ø³dn¶IlUÏùx|¨d½Ÿ5k8Î3ñ*γòæ5»\ößâÔÛœÐßOÿ ¾ºè$%™¸ÑøböuB© ¦š)¬} FíöõAs¿»7ÐïÐ× %˜7$c«‚pñ8œKqž¢´—Ó¬×,²¼W‘Û…Ï]ç|z.nùg†IþY‘ŒÆ#„ŠXÔ Ð¾³@Ÿ:üâëŽÚÍý|5’ÂLÞh7ÉàŒ¾â—ßÂe1Ó˜Ûf Oî_¯$˜Ëuã<¹‚_E–ÀŸ‹Ëjþ¬ù û>êŠ&ܰ«Þ™d¿¹·Œ—{omÚ‡ÛŸßo|ÎÎݺNµ}½ÍÙuà„Ë“ìøØµÿ¿HÿÛÏÆù«‡¿YØWüükØmñkÖ¡c|ÿ5ì_ñØß|ž»Öºø ïdýÎÄ‹Î팑Ã[×b°ëm¢L¯RÁ\\n6w¨å`}ƒ«|N(Ð<þîŒE\–'Ÿ>\œ?oÓÞ)/ùÓhöJ™ã+ˆÿÁâýþ IÛÝe’¶®™­Äogtñ¸JùñûûÃÂ9YÍ«gì°l¬Ö²wŸYè”çÕQ4»«Ó¨(ïVÇtãŽý£( µ=Ômå²?Î*ྵcúa¦$Çd0œ>H_=«l]‰¬Íå?$éqFd¨£IªÜzÉ{lÎ’÷ä’wUc»RŸU¨«ÝÎÇpsy>$çlðìþTç—h¾–’ãî“å>û†]>PQÔÜGè½÷îÙïÛV…F{/Š dÂR¨œ¸þëFÞ}”.Öv9}=òÀ0 ÝÅ0àœ@Y‡ìÌè?HÞ¤2OÞâz”|Ê×IòYC¿ïãËÆÓxûÂåGó>X_!•âÎ9¸!EåIº9°j°_Û—PäFIðxs`“ZÍןv{÷™ï‡;«Žvy³0óœqòŠÇ‰àîTcãVÒ£ï„f÷ù:ú®¾m£uÜîÇŒ5œxóUªó¦j$Ü&­ÿ _yóäÓ‰§_×–Lù¼–¯ÚòÁ*ëÅÅLf‘w¢Ç‡–FÐá°.~Zrýpg×î7Ï…ÓÔõ…2èVÍš³ßN{N³µ‚·ÑYÀ·ž<·¯Àž¶ûÓ‹`=Z Ó‚øQ`Æ=çi¢J£ºÁ 7¶À™Õ=ð,ëå…!iþ‡µ•5²¹òÛü"ùèýU -€Ü*ÍÕzüýÚ7§gûÚèœJ»i5Zãê¾çæP£æ(ÏËÕt·ft|§¹G/Û.H§ö B,ERj<9tM=[šã?àÆ¼Ä&›Ðhcû‚Dc¦Ñ}Wv}VŸZØàªZ}]«-jÈ)ëhiÈ·rC•Å  Èü"ýC -@&¥õc6Wg§ñÁ£ú²sìáP©+e?÷0!—´õÕv}STëIˆži ”ÓÆš›¯Mþr.óþ³ªïœ|[_Î[ú-L£VØLkô×´Ê*º¨œÏPøMΗï9è.KÛ üJ¯Ž‹iN[‹£ÙÅ>‰mÏi¤G¨ÿðíi6Ùâ”|ÅsQïdº—W=4¬~{7_Kn£‡õí;¶Xš›rKÚØ¢£û½O6Wj{8ÿÔ»vNåªÃ²r¡G-¥wšôå».äáGI/kGJhá,ˆ©W4D¼2؉@¨Ü…iáYä݃ò¥ð½^¯À¾µ®zM‹Û£ï G½¯ú/~Àßæ?Á<öL&yó Œ[Õ‘pž%õ’}óÓ,´fqxòÚ¡êXjgÁî•>Å>dˆ˜¿%- ‹â».ÔÅÍÑ¶ öå2ù°ÿZò^¾½æËó‘¾^m–‡ŽvöTr`¶3î²Ì5oZŒ *6ÓGë ó¾¸xSÉ>š:&íçr·•Æn+è@ûq/VLS´ÆbsÆ5f·ã”ÈodxØ Ä·Ÿ^ÅÜö’àîçÕkuLO­5 ¾‡Üa Ž8¦Ú'Ø“®×:LúǕט¤“íÍ Íû¬;dTÑŽ[Snw•–’p¨Šãôî -EF;ý€ëÀŸÜ!î|¸6(±k©Û`®/¸Ïˆ‰Ñ÷zN+¦ÇPIþ*SÚ¤ ™ÏËïÕŒ¨uWÅòYzÖÄ\.&”³¬&öÖ?d9Le6Q. ‚ -‡A6"ú%fG:í>µÒ] mæÁ±¦7ðRQí#H֚˕h7’PÂ#gMñ«#׊Á;soúÉöÕeÔ¬.ù™iÏYï“ùeB®f‡Š°Üµ0sYáż?RâØ·ˆ–®æç¾fd¸;ós-²¿°þáÁ7\þ\¾àR˜˜õ®š8ÔöÑyÍMû~€ô½cÔ¾~2äçdM.ô¥\¥=à×ôlc±º0Òût¡vS@®#ó PZÍ{@s¹“ ƒe%nà ªÛ&ˆ£4b‰Ö‹×ç5¶6U1Œø§êÔ3L/¶Sµ‡Zÿpr®s)8’÷šK‹¶cóNlˆXjÜ…­)ÐBËI¸ë·oLùÚæÂqƒÓ™G³ïÓè`e³WƒÇjßÞË*%ˆ¨ŒV‰öjÏ{sše Çdúª Ôa|ybìRgÔËxÂDåq¡¤NÇ…òXÉàm¿°Æâô_¸¡e_þg¥¯…÷Bp;wƒ±>ù=a R¹IM2'«œà‰ÓO²þˆ;=lŠôV -­/Ê•SõÊ8´n‹ý͈‰N¹ ÌîÛkiªÌÆd‰½ °Ö±p<¹¸ åx¼¤£æÈÇüS¶À… -Ø.àζG`{Te1ë‹Í?\ñࢤ]YñËäLtÏXù¹Mè-iÉ ŒÔŇæ¾õÉÇZ‰;¯V0;8 :¡Q‘‡9{µØþâà=#¢ó¢3èpI&&°È§z½Œä§5Z±Ÿ!¶¿v§-®¬9ˆ ”ÓÐ=ÚAÙËÚ ˆ /³¹ÉR|ë ¹Øgã.Åü^ßk=Pý­Nߪ Êmv‚@¨7­;”>»aƒÉZŽ;gC;„ÁVûSj²®­W;ÇÓ–õæÝÛqŸ­÷Õòä:1ÿ5.6¡ÏˆŸA¬y‘ªèºïô«òÄ)¤Ÿš -ü0›¬Œý† Å:²†âµcBñÂ0 “ô8…ˆk„8õþîi.u%ÛÐ Þ |®¼Ê-HtîÕÆº=‹sìÐ^¥ôè¦4¨Bô­|òD.¾(B±kÎÔ—áMzû8.U7·…5côÌîDªñ%øÉXmXm}І/ã%”ȃ°ç%~4·?´*#f8¶,c˜²Ú0ßXªÿµqmã{ÄAsnBK¶ìŠ*èí]g.oyHXÒ &@ãX3É®Bk•V5’.NmfFôŒ›iáMžæÊ¼=.—€Ýˆ†„#z‘j7dèoc98 ´)†uhäW† ¬gC»óÃÉsµ´Â}ࢯî`òT÷rÔ°¿äx¥¿$(ù2#g“°éé[õÑRMb‹êýÎ¥éì­£÷¾Aã eç/N[&%D>lÌ•m~*·Ådë:k žMfPV5£ ÃK?èVëýÚÄ z´v{Ͳ%v#“åÿ!4{Së·ˆÞÆáV6ï‡"(zãMÁÈ8qà6é\¼ç¾ÏáÛí:”_¹É|8l—èÃùáãG/Ä6† å…‡;,*×ã Âný°_úäcQë×·§,ë×é¢wDöry/÷½–…”»ëè8év±Êºs½&ëŽH†Ü?ø‹SÇv†Å´¦ lêÝzUsooÎ3²‘­å­E.>J‘f?Lœ7•­’ð†_ºb/`½Dn¡°AáÔãæ=A™ai ýý,ÐûÝÉíµíþ{™•Ý £€]¡õît{bܹ¯"¶#×—Ng!@û…&H¡êd+-ä©°e¨gò<Ö·ö{å9f…_8ªZ| ân`ÜMçz‚síeT`J³Íh–âûãè‚Ê1Â9­y‚À€†‹ú¶6 Û^¿ß|(£^'?`w¬Ùމr;Ö·v[ÇÞû6V>[ï}Ple‰P¿5.nˆVÎjÍ-Yy4§Ç]§á•‹³!ÜfrÍ™þƒ#» gͶÁÎ`eÌU€j$fùX,b-QÒgè.q/*SFÝÒä›7âÐ?ÎÆÛÎÓ}þºÎtMQe[´O**Š"}' ˆŠ¨ ‚¢Ø¡(Š}ûþ­Z;×>çÜ?ƒ,¾¬d41c|ÓI€q0u®xv'…¾o^•ù€(Ï'qµœK¿µR£ŽtK…|ËCÂõz…è:vEJ¥Qî*Fû2[¬àS£oô°`*Õ|2m¶.Àý³ú/L'Çb8)(¯íð<—ö¢½ô¬f¯ÙžÞt±±7Û”òNkˆ„ôä4ïŠêvb2Wâ€ÎÑ̼äwû®SH׋)ßöÉÐpO˜é%™Ð_TòÃ3àóü€Órȳsb]fg…Ö% µO0Tµjf]L 2ÍÙó–YES4³š¨ÌÊÝ$Yßwó…¯öÅý¸Ì‘w³ë~qyvî—Y§æM¥~Z\-W1*¤r&¨ÜI v•š#Ûff;6feç©V;ÝÉÄFÊijÃ~’–?8ùË#°kYhHAy@gëm@ç2Óó  ózPo´h€€ºä¡CPÛ÷‹ñ6Ý=އÚe0ÏàÓ$2þW*ÿ@_­¬Èo†1F¹yÈûúôZymúÛRkî/ -Ô~çåäzyÑ©˜ÛL>êg=ÀË0 ì -s–KÖc ˜Ã­ؼï–ÎÉga H°à¨æ2æºÉæf~ú<Å_xûëêá -÷ûÿ’Êbû¦ˆ{Ò¡¸I½Q¤Œ0/‡K¡o ´S]ü@¹Zi<É´g/\¼XˆµËh6`Û}°ƒã°Ûúp©œ4Æ’9ŠSw†‡€ûðÅIðTW<$|¹ÍR€ÏÎô/>Þ2Ù ¹”xû#•oƒÒB/{ç+•%£^®òÂ4KÐH|†1/š¾Ê…ÑòT`Äh›S±Ê Ts -\°v³ý[*ýíªþ9û nåœÕ&ÝWi  pÆ}„ùæ„Ý8Ùwïô@5Ë®Üß š3Ð_|ßËØ;nØÎ«üøW*ó Ïý@´5*Ø3$³ßBê‹)çlPèDiSZ$3x›}ãùMn¸þkpÕÝö¯T¾U@(UO%î&j!úT÷:Ÿî»‹O¦nÏÏ«ÇPeÔOãÚëTYiý‹¿šöë?«_}w•?&ô#gƒ Lèáñó©ÿò ¥O£Xµõ­¶õ> b÷áA×ñCX¾g÷w#$`£»_PŽwiӻ߿e7uËöÂâU;Ãl‚uç -;¤Ÿ`±ÿ­Zý¿ð5Š×¨ ¥[ä?:”ÿÚ&ûľù1¡~‚î§"øùi9P+ü1¡ïú‚¿Kë•|O·ÎÛ¼Œ›²Ë™·l·4Hž«´wÕŽÕéî7‚èRvtA\ït6žÑûKäd¦=ñdfX+Ávñ­Zýÿ"‰+Rþ±Ÿ&ý•à –¨},øÅûvo¨…/½¸ÞÓÍÁû–5F¹«/Ë—Ø’—ÖùÎ_’Ï[¬ŸÖ:£I2|2cðiÍ=ÚP}r¸jíå ‡»ø¡?Ÿ±WÔýÛütœN6¡÷>áöÒÙþ" ÊûÄØ T+ :Äç:?ºþãì—ƒû[¹Ì®Ay´¾ ¶±?£ÃÞõÔ{yàx’æ¹£ŽK?ÐáªÆØÁÍ=èøÑ¼r±‡¤¥Xˆ`uïWàæ>m!rÁí(`¥I{ÎfŠÅ÷VOÍð-2ÏË›HõM'Ç·7è -Óø™oýâñ0ÍoÿäjIÉ%ËŸë€û\¦ß³ß½j»S20cnp¤f²`ƒÆ:6ýÞ/w.ûtÏ|î”Ó ô i·qqòct‹LÆÄ¦“3a¬N«?Pˆ¯VêúÔ5Ñ£Õµ3ß®\ŒÁ£o—:qË· KŸ›óKéér¿x<³~2”AµøxÄjáñd#ìñ¬ ÉE:Æk× ÄU§j[üb!,Ö÷én±T~°m=SãM$ætVÞ„f¶¼_ŸåÓšÚ”o«k›y¯Ø}2‡yIº§ºôe‡^Ê™½¼˜kyc‘ÌÛÓy°!ÎóBmS˜éJ’õMw3íÂOzZ9Ýþ…Çsö O%@/„"¯$aˆó–p]iúD XyŸ6…Þ<ÈM§‘•C¢MµW7꯸“1 Ä’à¶Mæýe­~9/o蹨‡Tf¾.QùyóÖBgÛºCÏŒüZœîíTkÚ£kŽ\lÖ>…Ëï «ï°ñhŸ½7v<©?æ¼4e±|â/Iùâsöߨ½z‰˜9vtƵôaxß¼÷òáòØ–6zz}Á"xíµ¥bg…¶cݹž×f³¨ßg•ô$žšõuJTŽ/ß¿!Ÿn¡ÅÉ ° ×Q˜ñ“É?и:Þ¶½i:åxrd…£–ÃUÇÜ 7]ýiÉniÜ”œÉTñx—ÕÇ[ËË—Ž“¦`|.íšÚv&ÐuÓ3ÙÃʃ¹ôR­wðh®_ýÚ¬rˆ;þy{u'·Ç{:á›Èz<¾°‡±èh7o–5Þ^-ð²£%1/Žêçå47leqeX Z†k&®³7Rk§‡NRƒ~áŽÛƒWl&Æê?PÿÞH)ýa2J¿øŒ¢tŸŸÊÊ‘·f·ŽrĦ¿ÌÖB¥ø¦Kä¸hÖ3©æV0Ÿ¹Òøˆ7›ªŽ—-ÛÓ,¸ëáúÆCD?] ר]ß.ÚË@Nï]*:¸Ïaƒ“¬sja×ìk=jÛl˜vú^IY÷…ÝëmI¡B˜óR²”ÈÖG^ïi=m")¿øpål¬+‹Hø¶DõF­œ*-N:=7®§ãô” -^¸¡Þ\;‹#x·i ‘×màVJÀwˆÊ3ØýÌn@KôÅvçÜÓæÔ&Ô÷VíB¿ÚV,;¥-Ù8ËæüK² SµT§\æ«^ß]Ý -ˆNtEÔN%yŽqünqpÕ~ñQàÍ‹µ¾Ž¤7ä»ylŽ WÈ¿5ƒó¤j6îžzŸ"Ãvi˜¬ÄC¿Û *uËæ.¼×³µExÍ­Uí£•™ïfš¤ÌÜr›ï5ác¹W8™n›!¥Î®'6;]|<0ösiwýÞ¼MŸíº>,»ú?Î-_Üs§Zãà7zõí1+«Ùè),Œ DLÙR˜¤ÿêå˹ó°l×`§Ÿo2ö(÷©5ž¥z$ì‡fž^ÎzÍázÝݼ¶ûn{òºý@}& :Ýš3ŽyªdXkj_¾Øf:³†~Ͻloñ‹Ö8Z][©¼ˆ6k­Ò„J£ e2zc1¿µ~qÙW^õX=;Í › Ô@{?“§åì4»“éhg=­a߆>:ýa1k?(žê§ÉTÍÔ´™Ñ+Þ4»[> -~‹ÐÀèWð¨}±¨sÛ!•§~wtHçf±õòæDK±Ðœ1zòp3ÉÆ5`Lµ5sz1+¾BíÞ|…Þp|¥Ì5ùN»£Ðúâúnâú´Bo¡t—媫OGÒFõŠ!E8›Ë÷g|æÙÛâ÷}çØíï 9¥Ûb­™óà›ù³Ÿœ~˜î¨Gnc+ŒSËãð2—j|?s×Ï·Òª…zÚE:ÅïŒF‘¯Äɬt#.J=;—9;à¦/–>6i–Aƒ¥ýL“µß¥aËýµ|¤º lc·}I(Ãý &‚pÈý@–Ö?ýƒ(6ʃUA{_û=É6k5÷Ľ [ -wyqVOÃÍ;{ÝWáM3˜eÏ0nä´Î@ÇÕÓ›«~|rhò{;ìHÙMÑ®¶^£¡€vØ×ßœV¬³ ÷̾ޡ]‚èwY/Ó“ýI %SÒé4qô¨Ùe|¡”N£ ç¦F.­M\6ê/~ Í >ÚË­ -›3vow½Ð!kŽÛŒ‰~ö6Íwã`ølƒ´¶o®@j;ÁŽê}*ýHí9¿QòT\ÉRΫ5ªúíÕáH¯ÏÑMdÄ<¡xJ¿ßa˜Œ˜,_tÂ_Ô|i(U{ÓT®ÐÒÈ`órȆ±ŠÉBÎ*:¹ d¶ªˆ3•ñˆH_„bi=XôÆikZÕ\sÔ òµAÕ™æ&oå;`½’û%·Â÷Z·g‡*£žçµIºt’g•fFZ’*6ã#ìË)‘·ÖK½ç$ƒÏ`›®iWZø×•‡à¹Z*7²©Y, 8±ÙŒd¢m`}¢ŒÞ¶?¾O xe{ã°ƒò”0󱱪¿Fη7Ëd!7L÷l'ÉÔ¢¡ã½®Ô† ži¿›Í±tT/ºÊ3Çš‰ësmU ÅMˆá}†?•ŽåˆsÖŠ:†È¤‹TZ.ßm²¥Ç}b»»z„ÑÃWŠ÷Žøþt|㽋à8³°cL&¡Z À¨âª\\‚©0«Þ«gîËq†IÎÿ4`w\äiÓá»ÙjNU¢KvDXŸáü»¦¤síÍÓ öšsþ´vFì37Y³ÕæýÂø’¦ç¡ƒ7A–ð#*ô¼†ü¼…^×>FËÙdõZ¹e”u‚ãµâ.Ùl…f$š$C ´Z;ûåwì=Ë~òü*K—]N·Ÿÿ·7‹?ËRãvyöìYËÍò½J#‹,´`u;K]~ y>¡£j¥Í/Ø1'¨"lˆÝm¾ 0þã–ß±K†€*÷: êFiy’¶\, $„;¤µ)ÜŠQ™É})Äø˜*ôN7¹€è6|b¼LÞ›üµj¼òìôQɽFN°šëÜh‚¥r²¯yþ…?Û.—^§†Î~ Áû<5­RNSg©Â´­ZhV^Üá‡p´ -V’ËkÒˆáIå1)Ù¥F­¨ˆ«äÆP¬e§DÖÊÊgi©w%€’£2+áþʦH>½i÷©(]ÚÕT·P¶R•Í4V6wD°ªbìwÑïmaCO`úTú“{Ù Ï=da/˜i¿g‰­F»Öå„F¸2q©‚ÁÀs).YYÐ.}¥ry¡fœ"§ŒÜ+ù<™ur²ÁÑ €|œ€|r}@åæS@åá(Aï‘à -ïs€"Ší› ÈÎ PHTúÝä=•ÜûÉf–äþ…2N•¾ø#•‡o|Õ/Ž6nç¾¥ò Í~¥²p–«Yfa–î„å\"tú -gÅ}{áäGî± i£‡–ê½J" .‡dýh¤¤š2;€–Þ õVhû~ô´•ô6Å&µh&­ÎS 8` ™˜ì8ùå§•üÞ1Ç&(p_|¥²“–…­iÂÏÉdÈʱß8H~S©Á"_=ìße¶6[¤Iìh]*£mc%Oó¿íB £×M™·°™ü±Ž˜¼×L=Nbè^ À,ñ>`¡õ°JýXç6R;š©¶ÇÀÓÇ;à”5 8uÐ\W׫f×€Åxí ×c¡s_·›Î³>üiñ•ʽTŸâ$L-’q\ŽH§¯ ¼÷Þ$)¶”wSä@0[–úQ3€Î†€=ïÿ) þ#K»kÀç+À×%À/]YÍÇ€PÇJ@ÐrÍ×Ìѧ…`Iði7÷…ÝJ¥rÓ¼»¿R™{·ÓU),òP‡/dg·ùq,¯2%NÀ•Ø.ã¿*ùÿã“ÿ–ßþ­»ýãmç/ œMüÛáÓwüif{Uºûé\m|Þ•6I0;ýí¾›àM|äÝœûš°oµ-\ûº°ÇC‚>&ÔÚÿË„>äùxÔÀ§åýi«·d›aé îom>ºûpèßÓz¸¸)»p} °hwÕŽï˶ p i»ô±£Œ ^Z÷£{i=êá9ªÖ¢?ø–±þþóƒOŒâ?þóëMücB?‚±õé‘p÷>¯IûtF8Ü^¦œ½¿ëLéSÓ»®‘÷t«Ëß”¨+ݲaýT¦­«vXuþ÷×ù³S,‚õ Ÿ•Ç“ÒÇ“Z"Žv.h®-Ø=¸ˆ0û«?П½|LèÇ'7>áÉhý£Cã`>|ëÜýì~v›^Ñ-k”¯W-f“1!”üh¥³qoágtÔgN½w?ždC­m"YïnÐ…? -c Þ|ìhè¥Öv&ÖÔ¾%'è««k¯¥üüÇÕ~bÌdÐðLj“œ„sD.Øã©:¨\hØŽ=x1Øû¥Õd7ÇVŸ·ÿÔb³ ¹án‰ÖqƒÎº—ÐÌv!8`mú™5µ™VnyV^±É§ <üU]¾åÆRº·Ë´—Û.T`Evz@æ’#ÿ =‰/~ ï柜ùèåLú3¬4k€L?߃֒qB„Ê.kQì¶õ@äMà­_ÂÝ5fí•[B¼àÑE¦pD–KŸ‚×KéŠï–iW8ý@ å)Üæ(½ç”™›…ŠWž!AÄL£&Õ˜¢ÛÉÐ;äÎÇÝçädmóêâdÇWÇ€Æ.«d¾øHeøO„OÔ-Üæ·Cꢣ»óñ$ä“f7GñÓ¶u{¿B3}È­®Í xèŠ^Jçiu1gVê"»<·ç üiÎÂiÎémb2öÄ|Ú©¡€;±ožæ·É™Þ€É*Ç·žJ‡xX÷žS!É-=±|‰GÓ@Ë —À( ëSþƒ|Íñ ù”+—¯Eþ™=ÜÛ›û~zÝï¢äù›ˆ»ùk›=l‚jûy_,|a^„DbVÖâóÈïÓçîä²Ì8G+Ç÷1|5'+àƒ7Ù¹OÀhöºåFŠ_© ƒ’. µÝ©í†¸ä;‘¼?;èžÍâ^ ˜0[à!ú/$÷Ë'Æ{íñÆŽ.·÷9á•ÞVZ©ëúª‡«¿]xËÚfÎøü˜â#ž\}ž?nmi òƒ¦'÷§ÝÑ"½sFêL†+¾°6^ÄfXX«·|úø¥h˜rºÜ -v*/€,‰¨È´Û¶õ¬ß¿­GWë]ak\‡1 ¬N Œ#ÔœŠóòûM&óCkÍ'ºí1Ex-ä ×²> ¢ù†'óþ¬×W“[}|‹Èö |Šå%R;|Óm?›¦³ÛŽƒm“ÁÑX,äc³±/Þíh;bîÞ¿ÏŠ ?RDØzmÌš46¢•ÚæÚ¦‚v&½¥'ùX/¿í»-Ô'»ÅØ&:Û†Šýâ!µ&ÜñúÔ®åfˆƒóȲQ;Yïiï}GëÎ&ü°¼ô¤}®WNÞEY‡pðÆRPí¥f;÷c÷ê?„‹Ý6©±õn—–´ÇB+Ýã÷¦rª]ͬï€^#3Ë÷àÅëêp¹ÚEü¶ÞédÎc#Ö:g÷ŸÅ¶ t›eÈ/ô+vÀ¿¸"—t’äRÈ}¥òªF—+óÊ{žò¹™~Ët{ée›—Ù9`g‡@)Ⱦž)¬ïpÁò}\µ2¶mªu©ß Ž-¯W ŒY7¼:«n‰í:Ñs{étƯw’ÒpÎ TªÒ>çúB›nî[º;/tN=Ÿ[Õ–Xhô”iúó!Ó”¹&ù‹óÁ¡ø}Pªápðd—ëzŸ:7=®™Õ㨉ÕWîø?Cl^G›/¤“•t=.™u$b{Í\ tÛŹÞÙÙ©Ä¡kÌ«oçGÐ>;pÔ¦èI¿yÒKçžmkÚ¡‡ÐœV‘F33íê#k«ê þ´fªÌjbêæNýâtQ4i§'3ÞZ¼?ù*ÞñÉ;ßÉŒÖâäv¯Øjp­‰Í÷F;kFŸ€™ïÏ‹ÝöA';Ý­*VÀ5Ûƒi©óéw¨bë¼Fx­,/Z¢®nšÓ~hÖºÞ½±8n Fžº•´æ°”r”Õz™ -µÛvÊáøÈ)–­QŠ¥Ìô/Ž£ØP¶‡k˜ÌÈ«,~f'c‹•+ûÒÙ¡*ŵ-@’oÍl)4aÌyt ׄ;8©íK\©ê#ù\oMø•ÑœQ³ ¹Ãa£þOµµ8]i­Ôa_ß*Ï[½¼Ê§~ µ— -ÊQ©“ -,Ôš“Êôå»ând~UÍÊü8&e~’f¥S_d¨o.H àð&N]o‚{ •ȸøœm¯p_[³7ê›p7Ì•ÝÂ^:ø³‘m»l¥¢ ák¥“‡rcy­µ´õëÖ·Û”]GQh¬ö©¹rÜä7 -UÆN5§'¾äû©——zMH“îK’R§ZOTJ‡@„ö‹ŒÅ2ù‰PÐa> ? ¾ˆÕM¯ŽÆ¾úµßþôñQ© Òƒr8÷åÚ14¥´ßí4ƒY‡PáSûFÒi½jfJ­LéÀ4RSÔC¾®ÆímûRNÚȪ]å–+?xa" m-ùé^,¥9ç&*ãªé4Z…U©*¬ŸKC@$qÉG,ÅooœßÞ3 ¿Ý=©È/öÍZ¿µöɹöuß?ФIذ²9§í§»»Xê~¿é•ÔÇ´CÌÌI{H{]L¼­Lx.4šù®•æ5A5ÏE¡µ~K~f¨nrœúâÜFb6ŽUxl„ÐH_$&RKèBŽ3YVgOævÊÚäøÅÚ_I0 Ù“4¤> ¿Ø•G†¾šÏüÆ×~ë…¹$sÈØà¹¸˜…÷lӱȹßšÄHO•I>Ö\¼Ý[£¹fµr«[Q­q‘Qf/Éc=¹-åç»]]±®)l -²ÃïÊUŸ¯hêš3CóÀžKA;Tdn¸Î0îéÑ`¸ÁhB{±x§½àU¦½1™<-?’~<Å?ØOZ;hÄfc68§+ƒ»0N[ËT÷ÜÝ—ú›ö5}=ÕÎŒšœY4Š7îT߯ë)µ¯2ˆÂ¦R„<&‚uñZuŠ’y_(WwØç,ö|Êx,SÊ-˜a—ŽsïôóøÌÑ¢¬’4¸E*5CªV­]©Ìf_$JŠ Ìÿûâ+é—í†Ýš -é©2*_ߨd¿|+m®ö¥sö¶ºTý&œ_ 5c>œ¨'q·S®Ê3É š©œ,-—¨”•[Tµ5É -ŠÎ®ß®6YÎt!}ГznJ§ÖtHÍZö™Rg梠]#—Ý«Lj¸ãùMýD4ï[˜(ö^QÔ.¢(ìÑ/B€Q6íè“Ùª&»ÇgXéÏvõtÏðċᬕmSÛ—| ¬¡Jóƒšç‘ɽ/û›öQšï­·˜|J¸ZÂ(Œ7˜æè‚]e#B¡}9£SsîfRÙIfH’¼$i?&áEöM„u³DèpZ pfáQ­»ÇÑÞ%‹ÅB±ž}L2¥Ï¦üŪN!ݯýkRvØ­‰ZÚ‹Iwñ viWÓB¤E§ÌT¥-q('I“%åv#O,¼.›j9],ŸMqçY ³Ãª[aª÷*EgüR5±Ü¨daüÔ‰vºÐ'Jó†ïÔ`ƒwóÈ ¯¬Ý—ݔӖt+ÍÉRR®ý`ÌÑ&» — Ó/¨¸v·É•üÝÌÜYz0nò¥®Ãó=Ñ*B9´30/½Öݵ=óØ+BbkšóT„ÚLú^5ˆÎª¦Vn ¨…>Ì­Þ›SŒÆaY~¯Ž¥…|x&÷ø ú•F–‘BX£‹}ªÛåL·XÚë~¡ »BeÃ¥` -©ü¹áôóg’ßåÏ©é;o;Ý×ߟÞÓTz©[מQ’øí$bðçK¶¹vdF¾ÂQ,«©ÛZˆw/Ÿ÷€ÜØ¥ưEµ ÕY¡°oøUø8ˆ›pŸEúù‹ÇŽóNÕò,XƹûôõÈ Y4›}Å‘• -kRʯ6ÅíIF+|º6¥×Š˜M7Ÿ9)½Æ’›._Ÿ2y~{Éä±åù‹‰Ö |× Ý>\AÅn߸>‡Žy-¶¶/d‚£¨?îv|Íé|íêâäáÐAÓ ¥£4œÜ/y·LSZéâ©((Ò©JA¬x3h³½-Ìtv /@TôR‚wù^0¶ø{÷øyL|ë >G× úç³ûɊïͰg!¶f -VÿØÎ¥jW%½­Z#Ŷi@)‡ :Õ. ÜÀÔŽ -u[Þ Qy@— ÙAКO:µÒXHŸõ]Ÿâ ,ì wxB‚~±·p:÷Y¿ýG*»µ&+ÏVE8Ûzž©W wü‚î£ò’r§…ã¨mç¤f¯Žh[ùONݪ€¦r [D ÐYôÑm†À“`<æ -˜xŸlÅâÛUMÀ.ñ°Al|{X¸€]ëÀ†r9AÈñ•Ê?7r¾áGРYYǺRÃëBÕ -Ò( 9« Ñoµ/¨26E|[òs2Ÿ·Ó»Òþë“ùPÿ‹á»˜=Òûëo¿õÀßâÛ"4ýØÑæâ¸u= ¸w޼€÷–à£à_–¸á¡€ìi ‘òýð˜Ýv¹ÅÆoµk†¥ŠPÅ^qDsé|!ñe óéå”<ÇÌC°ÎÕ2ƒq«HRó¯Jþ„ò'ž¯Á%!ÿ¯Oþmæð-¹ý¶º¥õ+„KºªÅýT©ñTévéû®4NûGÙ~ú8°ÇûQûŒö§Ô²ƒ%p?ªñ!<¢ñ© }ÿeB2™ý§3Â}üˆºšR%„ÑÛÙÑìTWl`áYÖ>Û°h3\ëßB»?ìö>ß{{®5ž,§–(WætþÚ›P¾xë-ÖÔË#¬»Ú••n›º¶MÇÆngÚiË×RíÚ_\¶#®x«gy‹—Ë…@9_Þ³Þª%רHÇ&ã”(X^¦çw†…Ûuêt}d? »øÃfÖ|Ÿ¨5á\ÆJ­æ¢9kFuÚÆzoé¦ÍžÆ¡nw=Æ'Ý–¨íÌØw c}7öñ;kàE4™_ÚÇí¨Ö¦*˜«;ÍžuŠéÖHÍC-!ûÊ´øÇ%ýÅÙÔll¯!9<䲼З!ð9…Þyó.6†(;p ZoŽëùÄfÕ8²ÞÉ,kÎçdeÑ Š ÜƒÕm=*Bñªj§äVê]Ä:¶ïç“¶‡Ë6uzït—A®:{׳-÷*Í·ý–šÒ½?h̉⾑ôRZPîg?€4m©$Wòws¢ßs*ŠÔµšêXefé6OM"n$hîâ ¨WÕè?æúÈ’E/ì%ÏùkWowSN¯[4âÓ0z̵íáTnÓü¦¡»ësGçôŒýµ¼]aÜXeÑôjÔÌP楡º«Œne­@qÕºÞ ,5:j[µÓµRÊf•8z@J¥Vb±¤X…Otíl”Ì¡|kJoy˜êd?€d÷ÒÈ|Ï3×jx»ä¸%’/“IŸÃíð.ÞqÙ¿bׂ*•^¯98[=QZ}ˆ>´¿ôj½¸WþjN/Ërc;d#OŒ­ÙvjõÍÞiÔËø¨£&ëÄŠÑ_±F©UíüÆ5F®'Ñ ‚ô|ÝYI¤ë†8% ½š¼Ä‘É}kð3óÅ´o𱸞 €ŸÇÅ >ž§‰”Û[¯b{´Y.-… -‡½¸u;ûÑ´gP¥Ã´Íj•¸5™ßîME\C|l õmÇÔ½–eT,ÌJ -9¿ª5'÷Ðk̶~ y„àžôêHKI<ôöâ¬8¹‹ñÈWëÖÅeKhλP¬— 9¡Èw¡2_|%ýjdª3a^#€c#ã¸/í{ V½aòC™C£]këúxÜò©Ý¦©<7—ìŒRuãÌÂ*^  -%…”|vxY ²$±rCœy®u§ª1î´š¿Ÿ¶B« -_ùíTÍòåûœäzU¼‘¬Å°ókÁñârîƒdß<Ÿù"¨§®é`#½q×,U0–ÝÈê võÇ‚l·dIt›¹ŠµÒÂK÷PïxÍ·J”‘ì§GD+Ddá©V¤dÊgÄlïV­ÂúFZ»C›òç>ê™1×Û+ïÚ'¶<¤™+McŒ³ Uú÷¦ô£ìyÖYúf†%–é/65P~ eè?%¿:P*ÃÎflïÙ=˜ _Yv)}Ôæd«×’'P»±âR}­]$çõʃß)çAùVb´\æ)#VÑjðÈP‚®O9¾’¯KÔ¬­Ö»?s]Y.ã6 †Cˆ˜ö:æ›®b Lù}³FÉ´2¡ÒûÔ™J/ ˆJ´ •îI©/ÂÑ*¨/v¥›<ÉŒPÔ%öö»_Kñq¯´£–Æ­ŽZS¾ÖûÍd5Xߎj-·cepN…5~x?É)jý‡N¶ÚTJE~ç¯*œ…Õ)v€3¬`*=.uºº­h`,f”üÌì¨ÌX’ ñY"ÕkG$V<•\cDãx<DFþ…µœòµùañTÆy©8Œ`o5uÃe›oÐ^cuÍwëݳÑR.=¤Q2”-K˜1—ª‰׿U‹—êÇÀ÷ð[Ž#„¹KŸz}±Ê±î÷dí(*Û/¹ú6‹&ñ½ÔSƒ‚Wß{Ç®âŒØää_ú”mÎ vÞ^UÏQ+Á1Ù{•7)fôêæhÉeJT–Lá¤æäybýÀ©Ö’•©ƒ³ÜG•΋sÂzc“ÆpI2+Çèµ­¯ò½ô¡zi¾þ`Ù®všþk>H®³§_îϺ•wwï_âö}ûšËÅÓSûçm¯&œð$·ƒ±]:ÉÒƒ'ÚU‹³÷愽áþšñnöö¥º$ V>GèTÆ;½;W¬Š™ƒš†ÌÔ¬œ9¿b{]…@o)—@?}ÖQ.ŸZÿ@e®e!ÊßJoårýâýÎ’É"ËÙ6J–6ɼ;ýÝ:ÖýìiÕh½ÎcÅmï-i~ƒÛÂN‘ë“‹Œ(Y]Sµ8<'äêò ˆM|ˆ>5½çÝ;ÜW/ŒÄ×Pe`Kèíö"ÑሗP^êånyv+—{Ê­°Bq†Ž|,,¿3Ì¡,ÕkÒlmdJJkY*eK)Yîjê„ÀظW\'iO)©ûÂvñÌPØ— -å³áÁûÚ~—äªëîîg0p§7$dGè«€tÍ`ñnWû“c³0BuÀ-|‚×›…+”3ÚÇ's˜ˆ4‰.û–‹#AÐá‘BÁ¯Ã͵[,±°[ˆ¬Ðñzø&§eùs)ämO£r70SrœYYÏ«/²œoÌv1HΩ]Èçáåù¾ü<~1^u+]‡Ï+‚¹éîo/=sœµîÈÛÔ&ÅÁTD23—sQή <¾¤$tœA¤™¥Q˜Ì×áìx•/gSEž…jF³–BÇzfŸíLžÌLÒ«K5LYóœj{» ا -€±ª0.m% Õh°¼–•7/‚ÊéÖ• 7MÐX~1ê^»6‡ù^÷¸+ütÌûÍVntUÛŽ¤,ü51þ9°ˆ:mV†½½\ªß,|”Ÿhö‘pºÕcSWY€×%,ÁLx/ßHдì|€›Ü.Að¸Å• ds’Þjõ.çC€Óû À¡… °‡é%8%Á?‘ý.[µŒ>œƒ«Ý~ÿ†é³û6§™ÅÑ£æí¸º#+ŽGf>Õ\ΘCŽÛålf–<Ç -1ó9»á™™*ÓÆÓ€)ú(yP >A]ÄtcbV™$°7€ˆàG¿ˆ+%¸ô±´B@µäÿZ•d_ Ÿ‚š“ÏBP¯×ß·ZÈ -—Gô$›á{[P‡ìH«ãüÂ_Ú‹ˆÉæ– ÷ƒê)ñûf~X8IP.:P) …Ê€¶ {÷ä'/…2àéOÆ5@>K]@ålPX:ß»JCŠ€êí%@™]PªŸÉª%ûô­¨Úà(6ñG*[E¡Þ®ñ%îTN=ÓIn)¢~pU¶p¡ôc1Âørz^jšgf܉-ONáÅ)“ü&(¥Kʳ€Únø¯ÆÉŒ'ZÒu@÷ßC@ŸúkÀŠ7ÀT×EÀ¬ÆµO÷†¼9,,œþéãpi65æª?s«`_üJe®{jýºòòªâàÂ@ïÀLž(=p&XGåüÕÁ—w͆´n¦ð-|²T’“(8å¯J^7ê€~Ù¿÷[ü5¦LkØYq’Åãp-«¸–OàCÀ7ó'À÷SÀOÎ:à}ø©pKpýôéýl,4¨L;);ÍnþÑV¦£X=¢8ÆBÛs¿¦ë—²öÆ7ÍøÐ*µ¶À¹;oþ d™íþm-ñÛ_b0r›9|}òGÞÚà¹ÕðÃÂð·]ŒÍa¦õ@5ɶA•æó Êä± ªl+ÙÇ^_|L(ñOåWÙ} ðNŸŠPåÛñà ×LèC.¦4¿¯¡ú¼ûoÀÞÓ­Aõ6GƵ›-´[¶³Ñ¯Aåнj‡[ÿ -÷3ÃKHU¦—Öµº:G\cFÇÞãd¦AñxRÝäìOuÁýóz¬ÿà·–5~t`ÿã§`•û˜ÐJöŸ@êó%~íó%~ûóö±ÅÃKw㻟³n·yÑI]µ¸õi½ª>ý`½Êٸğ -ÖX §Þ{&Ÿ’¹¿ž,ŽúÑμz‡«–ذ8‰…¹Þû˜uݧí|)ÁYÛÍÙÙeG%{J‹ÞVO»[dÞí|ñ5Š_[›û£ÿŒþ¦'ñžÖ­[¶ ÛWmÏú—ÖIZŸbÝOz>RsüqpsˆMн"ïßF²÷QÝK±Lìæ„Ìü@»ì@­FÚ½¡l[ïFkɶµAñ44aéâ]S{E\±'J<:-þÁÃF¤/þ[0¦¾‚ñþ®åòW-ÚTÎ9e>ý`Ùƒz¤¦«vüÐýý[_y»96œî²ýqi×évÛzö[d<>m:©á5Œ•Á#4³“?õ««k»Ÿ_±{§ê¾ìBÊíÓl)ÒÎoj‹ŒÕ ê?Ô_<ô5µ¾öV.rµ À«DîòmEã¥OžfË´/sö.²Þu7ÄôiÏàÇLÏVÒÓ¨Q-NÑMûø>Ö&6¡'Ô:¯N+ó?ªVÿ–®&Cù=ûc¼ÅçéHMŒÅ^Ú¼×ÛÖÍÜ…fZ½®®MÊä—>Á£‹9ÃSó@`ø9ìóòLÏðõiTç[ÓN¾Öñã–hú&Òt|<²Æ»bÍ~  uX„c—ÜÄžÇîn£÷‚Frª†ÒóLk8W糡š‡ãav_¾pƒ|þâw(/ˆÙÜÜ4;ÛÍËUgc<ÛÖÊ-@Ã¥“£,²îv3 Åíi)û§7âÌäÔŽà µËc?cöôf½Ç [õ„{¶6zmä ¬1Jû¬9T3’ëõÖÔmäg'lÏŽ^²ƒ¨»ç¼™¬øìØÞø¶ÉdÂ?Ào·õb Ñq|¸a÷í.7ˆ¦!AbF D§êB¹øê,¬z)º´ÉIwgc³CÏ£ÜÃÈçìë(=öÞù¸IÖÈÃìöPt7ƒ¹…\vÂU…wtKUÑ¥Ñtf¾i²áÐ6ð²&…¸O;°nª@YÜán˜c©î›"’Ü` ¬q›ç¹ë‰¬Þî?Ð>K3—oeíRi0öl[ülçšê¸Ö­¯ .B€‰Æ9ç0 “sÎñþ‹Õ½»÷þΟžÂAÒkhèfŒ‚ó%½Š–u±Ïcm'ò=îNê,^ô¥}\¡¢G©²í=w)·ñù NNŠZ#´®^mutÏn>æA­Ù W(|_ÎÃpÐA×aæ™–‡º4/4òE¨[ËW}¸ýþ.€åæ¶¶Í8›/®kÅ~>µJfS/ʯyî4\±^%ÄÉÇK>ÂKJä‰Éwgr?­’b½tÛ‡JauæÑïÙŠ¥n®ù\OËM ™"áçq¡Âa’Â\¹¬6&kÆnX£^Ÿ?¢NÝî­FÁêó\U¸ÕvPR¬a6,øázy_ü@^t0cSûp!à]a_˜³…eÏ@>“ïm=Jˆ½]§šÓcÏø–÷Ý(Zâ?ÛM›2ÈíÑÏ<Óžm˜¢Sª/VõtnYw¼>¬ïS>ð»G5@D`×ê«r½†{Rì7wöȧê“×>=ïî£J\¡>áþYi9™êriö™“­™ûÃ?8Å]o‘5ûGTþFô†Ü$ì=ˆ7Ÿm£ƒ¿]QJlÝ/¬Ý”{~;„¢þ´¾4G»ze¹¾5újûn¦X#ŠÅªZR¤OÃë]·šâuâ¶í>^ýÀåEÛùd^Ãt6®ØÆ/Œ›ÏŒ -–eT9s¹Ø¶L8K/ŒM\;5^?5L<|q”ñ*¶¦÷luºzlÁ 9”·ÝÕu9èÕU3â6G»9¸TäpÜ}èƒ4 `‹Ë£Ú67þ™7/ÞMÖ^^\éÜg­»âa€;ŸpÉ8Êe#9Ùöðõ'ä[s©Ò´J#¶o®´öÊL+»«”‘¼~К¬NÌÉP‹Àp®Ñã|ÚóktûsRoìù¨Þía?SÊÄò%ÊØ;' Ÿ[Ý·1ö £n1n6‡‡…楾jÍÔ 0Þ© ï^¨¬Üdô8º Ÿy:¹Ò'kÞ§hý,»SæêŒò¦)š±½[® PƒžN*ï…M©‹ô¬òÊî)EœšüùTçò0 -ÎòгO¿8~±s·½E,>ºæÐ[Ü×i%Þ¡ìÞ¨%+a+,¬ÛNÝ{_Õ‹k’iîë^Wô\¹|;¹Ùlo-¼ÎÍ*O#`V—AZ6œž2×›…˜Õ.N"kÌfn©]ô¨ü±ÔUú”˜Ö• -è´Ž²z8d¤)%’R¡vòÄÖŠöœD»ÿúâøÅ6xn>« -ä°‡« »1»èÑ®šP`´¶é8½×üv_=¡ÖðÜŒ=‹ {†Œ'–³jlLÄÏ® /âAVc¥{IíŽîˆòz\HE_‚’UCÖ4¾&Mgv[*–’±èx·½°ž¡o)%_×h‡¯sÐ$E÷Ä×ÑnZ%ñõ|óøÅ†\ülÙe©B߸á6·­÷C…Å—û†ïùWc¬¹ï,:c5mKs# .¹Cc¿SVzË…Oû\ÝTáÒŠühdí¬U~ iV•q©X×XÑ9ùа¡»®àß.¿ÊCoI®yKžìU(#,Ûš˜,õÆ,ëWŽ,«!§_¤ÏØâaõÈT…oœH_³ŸNkël[Y‘¥=̶BFµÖPö<‘rUGoÙ;êf˜W™+¤G 4B« …¦&+K¢ŒhãRi“óGsJ–Åû‰X]Lˆð:˜„o‡db…”¸ÃÑ ¼ùâÐ2LÖ‘èÝRÇÅm}‡ÝF~ü9þþUÎÍø&6Ý*:›•U–vŒ!;Y.JåšTñ™Žˆ4˜ªæ–ܵpܳÝqûÂÈ’ü¢5ÍR¦—ÉÅÆÉJÎâ‰õtf¾U ¤äñÝê•1¼®ùYÏ“<Ö”ÎFn¸%zሠ²ë/¾©ß_õ»Ó&ÒCU˜6_7µ×÷vm{1~Ôôör¢ªò¢,ÈÅY7‘Ì - ³nò§Ó¢ñq×´¦f¯Å˜têKzj{ÊBŠgÒ% 7±‰à<Üé*¾ïÖh¼!lTÿàÖRýFÝ/kôÚó>h:¶Ð(»¾…H÷IL!¤×Õ×ç³üâú¦~'Ž{CÚ‚J¾ëólScõhèjÝQÛò›šÖS溒ÏäDqóqž^lp6á–<3”®&“Ý ú7GŸ²Ë• ïÞ ]î·xŸ.Ø9x¼ Œ>• -è­¥chL”»C6òìúmD<-¦ÕO$Ý«C$‡W•Ù¶/ðÖµÒ†î·Ùcv°Ö»{~Xm±×³ÞÈu6¾pGNqÙl›Dy–V|ª iž$ÌÉ,+é Œ²wO”¬óz:s”?vHŸZ^Ð9}ª#-¥§¯FÁSj¬ÀÆ­R¯,xP±¯ÃT^ÃÍRy ì²×ýôËÕâgRÚ¶0Ìe¥s½é›2ÓG@ãnZ™–½± +íX¡V ä±)bâQæøe…¥MRÇ œöJh/S­"ƒ<Ãü@HÆ6”ªv‰œ*Ô^…°ù8Ä•¥øW\€®ËM<—kP J{k[.5ÌOšk©Þ2*tµÌ?ØM&ÿ@Jåí¨ÀbÃa-ÄÃü} ’ò~ ¶8¯V[®ÿôŸ®¾uæ¬46CÞŒÕÏG¤5Û|:[Q­veI¤—ÇÐÇ‚,Uó„Ÿ-£ÍG®x62ÕbúéLáæhr!®´í·Y7ò zïæÅ#6ý åÊïr.xäòɺ˜µ®:³â<+ãn1ØfôØÜ8lî=çü0ã2ýöÝ0ê‰-C=–ë$é?¿I"öêaÏô»,t³ª4„SÞs~ V~·U -.Ï8ìFŸñêDOçÂÛ)•-Äí‘3N³GÆ/D°““¨g8À&y>…e¦Ø„›RãÀfØ'ÅXÂk ÀœÖïNF˜RƒưéßTûÍ÷$Å«ßáO4®ÍE¥v÷Í—;5¬£y\ñs-ÃQ‰TÕ÷,{>mÝê:5<2|­ÈŠ÷9VŠ,œÉAR|€=†¦×Àûú3żð%Œ§p€ŸöÀÏT3EwðKyŸ¢ŸøKß²™ßZ]€O‹€×O0À­£pÉNßL—)&«H‹³|WÚéˆì¿‘p*MýlpUc­”$j(DŠ3“‡]'±…o¡ýaG†+µ„.^ëÓ*¤“ã\¦6x¼~]»³' v¥| -Ä}ÃÂM@"Ý(øÕÇHÔÛ’/€ HœN_/žz€,õÏ€ˆ«WÄ]¤ŸØ8§è\›Ëä&Ô[îóôF²ˆ±{×TÁÛKÁÅŸsý Ö§ü³×ÂãzZ%U­nO/EåˆË«pËl÷½ =:È¡žä¹Qä§STiYT¹ÈŠ¬ë€²_u@5í> ú·MzßÔÞ€:£8 >WР;Ô•¿j[Æ~•ÞøYTýº”e~R4²‰Êß]ÿ#*;­ø"tØÑ–™½–3"b†=4‡®›l0s -22”³ëcŸú[E.bà›H@ç2ý–¿Á¿2îoø-=¾(€¾5ÀÐÏß0‡Æ0£Ê°àA¶2r«Ä3Àªú°Ê–½ÖËMW€ÅüÜw‡·ÿ• =[(•dt…ex©Æ¤ÉÙao(?…7ä%.öøŸƒ«†òWþQ‘ÿ±EÜ?Và_.>qÿH·ÔJWcw¿zòõ<=¥?Lj@½2.XS€P­Æ)¶; v6E\¬s™Aí+*[ ¹–4ãv¢Å´Ð®°E›ãùi_…ù`\|zr;çIy÷WOþº’ÿiÅW¼ýW¸ÄdÜÿ8pÿøn-·B¡Ÿ6©k¿ðHo$QÏÚ@Üf&@ÊÞ?@bîØyôÝ+M_ý%Ùòyð·a•ÿÕ?«ßEç…¿=¡_%tÙþ£„þf >OqšÞãÃ"…<².EÜõ-ÅÜó,Þæ˜©ÞÒ»Õün¥fݹ®¨víê^Gí›…&‹Á9ÇùŸÈ(_Ïžèt®~Œ+«ÆWœýc]Ͷ½ø0ª?˜öß‹ø¿‹á ÿq0bПݲÈß8ÓßMÈzá7Âá¡ÌßË»¾ÉnÖº_W$ ®pÍ_j´|>ˆpõÜøÐÄ™rô)ÊÑ܉žŠÒ1.rêáéŠÖAÜ*þ~ˆ¹­}¶ÙKïý~½n¶sÞÍnKƒ"¿ -”» -Ëoçÿ‡ÿAÿF€<†PÄÝ'¥‰q]áQí²¥“ö·£ÓYžÌó`õáæÈÍ秃¸N®û!’<÷ÙFüù;µ™ßZ÷nyã¾}xÚøß ¬SyE,Žö2‚«Ñ"ƼùìÓ9|fÊK%þ'kõúWîêÿ§¡w}i®îQ.‰B1”áI©¨í‡UÄÛé'¨±Yqûh½•–Ý5:Ú W!´™.ÏÖr±¤W³õ׿úý—ƒõôž é[n–?å©þ†‰‰å¤1¼pýÑÖÅç£>~¾ÖÕÿþ§…_ô|`+é(vä&ËóN?ˆÍŠ%³ëÚ‡¬¬ˆ)F,nn?ƒ‚<û4>S®9g:árµi>É\*·'¥Q¡;^iÕÁž•Ç£ T] ¶;æ<ˆpãÝ¿µº¥¨ÏÝîLòìÆA’ˆÊ2?ûç×ê㟆Þónár&º›ÅþcÏ“ {˳Þ,¸u}=SÎÂqªßµçÄz[¹±—ÕÓoD¨.öo¡¢ôcÒ5“gÛr’„m‰øèµzŸÞ²×S>§Iw¢¾×]nñÜêäc»Œó•¿kvˆª·]?Æo—$¡Ïé¯ï™žòzºùUéÙÚÍOÊd<7HîŠí‚$Ç¥…mt¼JàuàͰÙÐmÂÏ< -)ýÒ:w¶ÅVÄ·Ôý®DÍX‘GM>+ŒÿÁc˜‹Ÿô7pêó*WaSfŸ`%Næ\ŽJØV]pƒ³ÛÕú1Öõ’„šF=å9êw 0šÆ6Ô_uVÖôÐñJ»k{›þîvP}dÚè*D‡F¥gk#–nEŒ#5oݦÙäÞ£ |^ÝPÊ1‹¨14‡†ZRñúÄ;˜uƒ¥›õ¤ÇÁ|Æu¾¸•j‹ã±Û`4_ZÎ3s¶5ö¯gcp™v©~\ëñRÃzÙ^ƒçj+=,xZ†î²s™ñ‘õʲ½©}‹Yš×f6ŸMþÖɆ¯x\ å ÁâA5F-\jänÂoå×ë…×: ¥°ª­·Ñ»æ×%ÆßŸé“•’ø¸Ç%Þ©Šö¾ø.Øáußç=ó¾xå¶«I•¥â_žÛIÖ -]‹\¢ñ¢—;~.O¶qÜÒ[Wº4Á¦Û^ïI¨ÐÅu˜¹QdžnÈ÷Fk€ºÕl@õ’<®«Ì>‘¸ö`k[ Qkh“uüÕlùDg1ôZé·zt¿›uã,Ã;ÏàÐpœ9â Úç3øâÄQ8ØìêõÏÌtãõ°=Ìt“ÜcâÅ~¡/·Ð>=ûÑYÍ–#Ï’Í$+ê¡òrƒ†A ºu[ŸƒÕá´ -¼~åTÛe*·Z°>þU ?|6*>™ p¯ f¬ÇŒ®ŠÛE‹ŽË´–Ó/7‡ðw[[=°à²¦ä…³ -¯n.ÐÃÈ´«óÉÐ,Ûñà0kùU‡¶2䥮û -¿ïÅ›a\k·2mµÕ]͘¦\Ì"áðºÅ…ð£ÔË®VÛÍõN 'Ó‹¤Ù¬~ ï --^{v½¹Òõív/%Èy³pÙé?8ÌɈ"mKņ¼™c™»kË\– Yñ´­áï6@ß—dZ¯¯suíI­9“ÆZ³ÇŒ¾ØžfÚÃ,/"3Š*Ò¶7—gI‡˜A«wp´pÜí° +óÄêN"Ò>Èþ)ÌzÞu„¶ÝÇ ¸b‰ž;ƒHß;™»u±uÁzÚÐ;ÌX–›­¼BL78¤çÅ„ñ¼lÔZ„­ïoz¨|o µšûµz½±•Ã6”Òkù"ÂÇ"VÁD~Ov£/¶›°Yç¯ÙÌàù,lºU®•D··]of/²Þ( j\P;lÓk¬ÖhKpZ„D‚Ç¥¦ó1·M{Ozv>ØN-ëxؘ+ùy2áñónùÏÇ@å¼V0X;×B‹POPoalªÜeUW.›ÈŸ[ÉÊeð”&(Î`%ý˜ ¤¼ã ÄyÆ‹³«6úbCŒêèt 3ýQ龉±y£ÿõþ6kÛ›Å×Èòœðn= vgÕ M»@Gu«Œ±±½ª#ãìôìëabïµóŸh k<Õ¸çdU^l—”d8Â[³²jÞ5i²ªÖ¤BÕèŠv}¸V«ì]¨æ"”ßÎtßö}~'üÖÎŒ1ZÝ6©óÌ”˜ÌzÓ¾\ô~Sã«õº/VŒZ³ÀñÞ]’®4,Tí)v'¬…+é¦Ï«5£NI|Vs3•ß×J?кÜeõöÒ»æ¥Bó ‹ úwÍ»XŽ5Eð^mßÉ»Mªs.|7öBçªlt;»l´s6šöÆlÔm¾X¾>1¦˜ôœîh=X®š‹r#¨¯Š¦ÏÊ„àö!i§sÈjzWV¨)fìóI?QG»rå–Ú=_zJ·˜Èšë/¤éÖß‹‹…|+ù)ø5+ÇïæV™ÇË-‚;®÷G¡Ã¶C¡ÅÜ/Ý # ¯3ÝÛZ®¨¿Î.9óìÒr–ÓÒ Ñ}˜-F+“üz¿»µbÛz÷Ð~í€F­Å@–'lPÑ·*ÍiÕh &¬§Å¯qÈÎREbWW2÷i,C§æP\B:ë6NeÃïµÇ‘Ç{§G ÷¶“»˜‡•G™^Iáé·×2hy·oЙ†0¦´U÷@ΪHšóœAšÉ0&Íð<"M{;üb>c4j0pÑOLÀÎæje>ù~½æ_~'~Xnæ™-ÏáF£Ö¬j·2RVÅB*ÊÊTå Ó¯IÖÉi‰îMK´Yó„]r´5Û±œÚ¹0¢à>èÁ =g³˜O>éÙ§òEZ%gË^@–àwŸXîüÅ<¾Y]4¼¦Ùm¼†Äÿ…ƒ™kRT¼Í:t oÂyöDcT÷Äþ,íhKgÑ8Tޏ“rUùLOi?&OWL²ë(®N”%loT?+.j_lܘM©ê®hµ(î)ænä;ë«YK>PÙR¶$g\ƒs2p¡Õ5g9(ŒìRŒ@s8ûBÈÞî$¡¯ifÓsjJŠß¥"o¼¶˜ÊÚܼù½¼r¬Ya`ýbKz°'U9L㺸ÀÓE àîÆäÝ^äàR¼Šç|ñ}êÊ&³ -ã%À `ŸbûX¾ - ~ªºe†FŠ^0¦h¦ï$*Y€•ú$ÀiôrHºÜ@z-±­ã@M¹‘ÂZ³.çu󆺱= ëñjË þã§ã E– f S"±ŸÑ$Ú;0l}šP)tÖï¼äÎY{›ßì.€gÐg -xe‹œ&¸-#Å£pÆ\}¥ïÓš9€ëدwçVÀ1kð"’þÌs…ØêØ؈LÕH†Þ»]ªÝ5ùéN1no6™ÜD ®¸wó NÔ0‡r_¸‚ÅÁT±Š–Žu³ÚŸ¬3è]¾zrvð#zø‹>¢Ðx¦ØB€À B‹„ù0Ñ0ÿlÁ‰}D?—O1L_ˆ5@´ÞS@xÓ7 ´¾.êý,¿{×þÊÊþr>N%­LôÇ”\Ê+Pð· Ñf -"Y#È+e ZÊ{‰' -",—³Ë½þÒ“·› ³ ™R*šýKÄõ0 £ëï#ך(plª¢EÝ€Râ< <‘“j -é.…:Y@oºŸâzä¹ò¬·”5êéV+gý¦eßêNÂFΜ/%!÷ªÔLG±÷Svax`iÅØ÷¸Üü˜v@ÿ+%ÿ®÷§¬Sõÿʸ hn÷w˜Ãä<L®q KçSƒDÀŒïí_Ýr2Ùf”c¡*`ˆG˜òô -˜ -ýQy0¼ -m±c¬ãfN0̪‡u«ÜTfn~´*™F¥MUä\À¿zòyÊÿ‘qÿòÿÇû'>áüšÐŽ3/€‹+%öJ*àµlðþõøÎ†ü¤_|—Ÿ¤8\ßãsþ¨Ë?ПTe%à*r@¨9¾Ÿ ^´oú'ì­q‹Ê¾½Ž ƒE¯–9Œò—Šü€üù øŸpà¯tûõÝŽÆÝ_·í7÷7ìVÀ^' t×% Nó£uyšcôÿJ`ýÅÿÏïù[Ú¥ÞþXW¿©«WAwLaó`)]Ù¸OÎ\£#Ôû;|5ÛZpÛ[g.WÝÙš÷gÙÎd4ÕŸ“Ù4Ÿ¬V¬v“Òèv{ùì{ Ï™Â(({øðàoÕ!qÐ;ƒs?"j\ø]YŸ>|ÃWÿ<ûÅ¿Žbïsû\¶¤¼=râ׺]lÜ{´_ò¼¤ÒgÁm´Â\ó_gWch/“†ZôÙu«û•O­wgö=ŠóþÈ“RoG f±Ò¿ÕfÕD¼ è^¶7»ùáÌŽKÓe½/—ívïÓ_œ&q¼.[çVf×¢¯ïãÔ¼ÅÅ[3æñw“{‰¹ðÙ·J¡”©¡ÏxÀ4ÔüFidE¯nTäN0¯i (Ê\Í£m»ß⺿ƒà‹KíBmöZA_,•f4©Pg=½’Û‚C$RbzÙníÏ•êx…i•az`ЉҊȹ݌ÙI-|öV­Pü¬âÆgx6†êgÚÈN?Ëú¤îë!^ƒùÐz¶—äƒrõ€Ô¼ú'Åüí™Ðü jÕ½Ãý:ôHѹ¸RÀ\f´Ðœ»öòþÁ©Í:§ ª‹›Y>tâ!¬¬Þ$ÛäbWkTÛ{:ɶ±ðpO¯’)h¦wZ5L ý–4x­‘[Ù^Ýd¢f½˜[õ§~1»¨ùÃ즆xôÙß3ÖÓÇ»AÖ;™óŠG-„{õJ¢ËîDÛéáÈ~·Þs[¾·?vffr–^Z8´:?Ð÷ዃbuKÞûl¾àd„$Nì-!:Ÿu´Å½’BSÔίð-&ŸÆ¸ºƒëQà×côZ­«úþ¡´üÆi’xge;ñ¢ìméÞŒ[zWº1^:;ÏüpÅÈÙŸ‰W¶‡Æ°³‹ƒhpÞ6ç™6¶_+W~ð½ÈêPwõï7tôÔ¬±›Ÿ7`® ‡íußÝî²ymJgÅߌˆ»N„¹qXªÏ?;P·sö+€—ÝŠ˜,hŸ -šÇ¸˜çÆ7©é¼ ¯çH oè'žÛêu¸±sÕÑšr·»UX2¦S©ÍòÆ D}®ìHÇ®ùHk¢úL½„—Ê\{´rŠŽÒÅØ†Ò-à°ÙífÙ©›M¶ýApêÅhÎðZ=‘Bh€õJh”k»û"[ÃNÌÓ'·Nɽ/ú´óÎüfu:™üѱµ&hXÓk¡culh:sljVl~eøã` íð¦×] ã½]Ik~î˜zÕʼÊÎTKé~¢¦üVŸSYžÕžÒÀ”¤ÆŽ¤µM B–i]ù}X]ܸÑW7IÞ÷Ú­7é5³>$×ÝIž¬5Ú|ŧÞýœÇn±·óvŠiãÆiÍB_4—mß4a¨_7jÖ¨­ïWÓD'ª‹‰Öª/_v?ÚiÝÏ*§b¥7 -ò§è ²âv9i–š¤5gºÄªÌØ7V?¾E’Ž6¶/ì@b%¬q )ôÌþŽ(±‰Òác‰t6á Aª>ŽM¿ÚsÌ²ì …ý‰ñ›°ú&‰áûî'c©Öòn3¡·å#t ´³ž§·°m×݉\Џ×Á‹8óV ÇÝU/4ꪅ ´àÙÊAËe@êLìOEߪzUg&eVQ*ú¼UäÚ³az%3ò4ÿ$]T:c§]w‹ˆqeO*Å œïˆ b=õB¥”tвtí¥R=Ì:ÇëŰ,Ç…³_ŸèÙtŸOËã7” ,œûXm!7ÕF.ËÎÓ+9§èI!7è´s,9÷ž¸J'ú°Ysÿ–c§0Þ{Ʊ{P5+pr‘@0ï[e潊²”åžxãR>#Ï¿ƒ `0/a’ùÝ­^¯ÓsOöîi?f­ŸK_¿·ššq/n¼"ÎuÆb…Î×Õ,>ã'O_xZ@¶¥]Úçï¯á0;…ØàÇ9@Z¯@"æ–¢MqâctŠHKñ©ÿj°5w⽈QËĬP¦@Jö ÀÎêåCƒê†–Au¬MóÚ¼Ö®n~îBÝulîÃMð5}Ë%dÍóg3C2Ã…ɪËCs ß?P5Ð/eD;m ìžç Ù¨ÐíÔ|ÍjñûÑ K !Vh3é³§ЦÞhÿ1èÀ?4Êäêu9€jd  È9ý€ü!ÿû[^ §Œe±þ ¨öEýÝ:¯Z?\nN¾ííTz†^9ü48 ˆÒ~ËÛznOùž3âìì_¯.ˆ »ó5À¥íàösð¦øx|™E~ÒY€¿7 JB3Ånú›Þ@z7@Pe8ÅJìv‘CÒ¿¾¿+ß¿<€Ï£!À“ê?»;-;³ ¿Æªf:b#sXÅ<š$ºÞ‹h2yRp9)T¿&åÜôýîcUÁ‡¿¤dL¿Âh¤_tîÿe Χ­¹ëU@æ–, Yʤ¿n²#MSÜn€œ @Nõô…Y±ÈÞî Èd„²×~•Þ–µ¤»¹ø¯‡ö¶7ø ÷„ÜŸÜg>6Jm¯ ->΢^5—y¾ta4>fŠt}q;½ÿ’’ÿ±¯ÜÂßVàAù×Óû/—euX€Æ¤& ÛÐÝÎ Ð{ L^p}c@/æO@ÐC%t»²L±þü¨,5yÆŽŽzÿ"ŒÚB•Dö*bé…d¯rY?ƒ#ßVüùŸ\àÿÎqø—ùöWºe‹Ÿ`­ñ°ÿõë¶5 -pS£xÈÚ>OÓ™jEÜqÔÜ€Ù®uÏý•3••eñp:í˱ %Áx·áŸ¨bʽ֠™5Ñ@«Óü» ï.÷+ ÿ£"ÿ üO„ÃoïËío^Ÿ¨Û¾ÿ»aÿB£Já ×È#[ Ö‘ -{+ŪĹþ{WŠÉò×Xøo%ô+Þ~•мò×îcÂlµÕ3ÉŽ®aaô¾O*ƒÜ=_—nÖa†ÜJáž¼º— s…Û'á²eÊí]õß•õâÛ>Õ«¢§ðÈ-ñAÜeþì–µ›Ðãܶ4¨›•2ªÿÉøOÐÀ×µú•Cÿ¯Vû… 3w ÇG/Ù¬M„÷¼ÏõnÖÞ]áHY_Юx8îz¢'èãð´?ïýÇ?‚½²ßåvb]ØÎ™Qy[êö«÷ÝÇ7ð`Í®ƒìEY£Óª»"–|´ŒàÉâZĸ”VA§÷O¼ÀŸÜñv“þc]ý߆>²f?s³¶}ø²¥šä¹ñlK§³´°OôèX?$¥Q´ÓOT{ã>Oñoê,Xþ†¯†Ë³5˜.£Òl¹¤W›íâæ]O nwºÎŸõ÷kžpnö‰ˆòL¹+Ät"tÒÃàLì\w9^Ylvì•úØÿ`´õä¿ôä¿ìµØõk^=Þ”÷õ›»ºË‡´µ.sdU|«ô‚Ûæ„¹xx)³!ÌY¶Ü©þxÕ&sñNlûõ¯–{ã•FŽ~ 1<#g£­¥nFA)<^ò»Kii¹t‹æ~Ÿ{Ô–}îI€ä™ ™ÿÁ¿ìµÖæxú*x{evÿ±®þzz×þj¦œñÝT¿³·É\ÐÁx¥(ùÑÖ+#t!¢Ã°"’ƒsMüUW¿þÕ>wiyɳ=h$âcÜî}z§Ao(½ìH8u ¨â¹ ‘¿ÞÑò±—6ñ*ÅùÔYÕVÇð¯(„ß6nçh-ÏÚÌš}‚>Íw¶Þh«aX²ñG£½.û1¾:$ =¹ô>ñüùõ”×ô²ýÔ52»R7?¾Tãy:Å¥`:+§,v¼ -£wàíµ4l¶ÑÃa…TiÓ:wjïVÄslóÖ„ÍX1'ÿƒ¯4ÿ{W²™Õ·‹›eéSýÊ0£­j"ƒ.’ɳ™ùM0-š½lRô» ¢x® I\ši“ŽW2—í­gnÛèN;D‡ºˆ“óh[-ЊèA¾y‹{þfÌo°ðÙ?1a¢TÔÆg"x¡ÑÙ%XÖ'î4[7ª¡TÏïótû\ÝCs¿–“Þ2‚zæ×Y; ïrŸ;ÐÙžrßf»ùÁþ:+cK¶·ÎAh£›§‡§ÛЍl£yëäÛMî™ï…é¥4 -%€ÎŸ½j¨½kdÓ+¦>±ÜG=¿ -3ÁÜ›”»ú$j«,Ö<¢æÖàóµë¬¹û|ôÉÂÞ!Ù)^(\/ç‹ÓYÏ×»ì1šN±6$»žIÌÇóqëxùäÐF×ñ="öÓ\‹>¯á&wß‘¡øÞñ¡rQëcgÖÂËÿ‚¹ój6\h¥mµWó°ê°™™¿m? ¢³wè$O/ä.y÷Ü/c.“‘ç6^ù_ ‡ös™y¦¥O ±>Û Ÿâ*}qè+›Íâá,Òf´ïœÍD¡}&®ì¹rtâÅO‹…Ôc3,Öá3žžCyúªOôM>˜Û¸¶=¨šWCDûdu³eÇ;’õº^º‘{ÑF=· íÆîïr§K–?Ã_¤‡Ýgýœ z#ÄR?wÞÊT×4¡ÃÀXص›áÈ4jT2Q_[ÒÛåb¼ÿŠÊƒXZÙÝÒKã¢ó®6Å –iŒÏö­>3»ºIÉ›ôˆ9yíZó¥^ί·7U¯9;¥«T”ÜNY0GÛôòCû=kwl%íæíÌy=µt渶 GîdZù2–+³`ÀÕ.®o¦IGKLMkx«‰zÚ»él\m%(¥ÒRMýB¹^DyMæ­ýxáq¢>b§ƒm(¾ÙÇ>Õ†1/ç¯+=j5=ú‡<²ò‰2{qo›užDvÄÕž¶•ûU²³=ȰŒâý@æÜCê¦ÍÈmcÕÕÃ3›}»ì®ôÀ]µÃöþÔH¼’W£–Œ)·[WRân!Ÿ§`,K ú’>÷% {„&©DVùbɯ‰ýˆ*»]'’ì(bà BÔ üèùÇ%ÿòÚhÿìÆ—ÊÖy> “=\ÀšÜ•²U0[¤YnuxÃÏÎ4£:ÙÛz{:v‚ZZ“.öÔË«mC^*÷…sPºÎ(íÇä×fÉ2VĤ‘#ˆRnÓ÷E«Ž„…³z ì‘By²Ò„rKcÚ©@³ÕTdõJÕ,•í4|¥—0ŸuåAy9”åõu.ÑÌN‚Bä&š%+,Ù"Tz{÷/ˆÇíÙî€ÃCþÁžÊwübOCûƒãURgÅÖj×W°e·}z—p|ßAm>Ǽ[qWpÞ¯ÜÛÖíb—§½±1ܾwí4>çÕëü†(Ë“VD.+Ƀ$oÈYw~=½Z©.å!"-‹N„åJœ®×Øð›Ýà£ø9Ã5¢Ìžî:ÇÒøØa:’ÐÝúJ÷¬´Jí‰/•î÷?˜ÔŒp›äå^7º¹·17—éL©F\bÌMèQÁž¯U©‹Q‹{;p¸µzC¹³ò´£¬üñ㲬쇄¤Ÿ^œ3‰"¬„ÈàAäñ[eÒäÑÉ<æÂÂvÄžÛ’`âÌÜýó1Ü1©ÐIåÀPC ¶¨¬ÓŠÉ ,ŸI} -!¤Þmʤ^o*¤núò˜hÛîªVë¶ž›—[_-¢Ï°æ 'ý¢ek»0ÐE'Ž­½륵"‘ùcz©÷‘Œ†QíÈÀ„ô–cøí‰¹Ã Ó9’Ç6jVæv%Û Ïñ}:IŒ @¸£Tmþ 'sP e‰$æë•A”óD÷ìë÷äY÷hJþpfUÜËâÊð6f¶ñö6ÿ7¢#ØÁ-ÑãgnÇzѬ6F ÞW•¯q;ˆ·µdì’h¿Ïaí•!~×Ūܱ•#ØKçűÌá¢0üe÷ëéí# ÓÊEë˜4î—YèaÂþ7|­Ž ܇ -8¶³< >Ÿ=jƒ]Zî[4œï4L®òƒdžÛtŽ$× §dß©Wtå’ŠÿîúG™Eû €zïï¯òÈ.í¤bn²Ö'cÉ×'Á™;aë G5/%–íÓÂ;YдÜ֫k¤i±¸;QêmÜô‡8¢\–X}Z=c¸YÏü@è©xGQÊ“däš;4Öjlª÷ Q¬výWíjc©Úe{Ò×¢Þn³ù¸±u]ÿò²$GóÜô;BQ»æœÒ¿.oâ2·Ý -ÈÀ^q§ 0g;Nuÿ›QcôûéC´"5aJ×|‚´D!\•’ðÍ”5päÍzXC‘Cô4ñ{h+ØÍ‘ë)w@:-TÛ\íÕ1~/ãVªÜÎ̲PeLèteô±„èûî£u$˜·¸¾ê®×Ë¢mϑ¢ÚÃ…¬ç{7-Nv\k"­™'yœÓʾ¿¤ôóúLڹ˛X™oˆ€WŒÕ"‰…x†CÏÎûÿöž‹Šj]·îÌ‹$g$ -‚Ì Å,æ¬÷¿ÑYë­õ½{çüiUå´  Âý™6’ï+LjËt9¦Æ¨‡|‡Hí m\Î1jܲž=‚Œ, ’h׫sžšîò -¸¢Jør«ªør*¨½Ê²¸j¦JQ§æ ùRidã†K¾oË‚ý Öh¤«WMÍ÷õÀ­eè>œ‹„ÂLøÚ’\sJ?sb­ðb[‡*ÂܲŠÑ:<ú˜³•o< -®’éìõ™öÚ Â[Îøšåá/Ï{"¶MÁ.Æ©ƒã8ÿ…qÎcì‘UÒô;Ç.¿ fÝV§*+Lñ"òuSçÊËÚ1ô8o]U…Š - ‰è*sž;ÇL/°“Î‚ÎæÝ•ÌdŽTÞ_>Èéé“…6D‹;Ξ¡â뷛Ù\³„Õ§³&Æ»Ø$Ýõ-ÚžÖŸÈíu¤]Édáa}Û†‡îüŒhû‰hóH@´Á@øAÚªw_øTÑl—…TÑÃÃØ°[ê”ÿ:¾MOÓ¡´¯Þ”a:8HÄüv«ÏÙLg4¦&Ê£GPÐ`„³épŽùÅÕ6}ÜìÏéf§eÍÄÐÎÐIz1¤?ñdøõ¨™°eFEh2¾6!äAS®Y݃e{@Iµ%@Îïe@·KP\–_`ñº‘)LH3Í2š×›n—rÙ]±P«·ô|w>,˜ßÝ€ DUNÂ]FHï(TN똽4±9m™¥1QZF½ô©pت·¡¨×!ô5œ§&WŒÓEÌþ0øAREŒ §:‰èc@_‡ëDn'@ßÄW"m<‘§”\ãN>‘½臕¼o¿;zᢀ^b Gëd+åpè|@:sRͼÍz]ǧ?H9«¬ÛnÅó‹vF.›V¾Ò– ¦;£3÷Ù •ÜÆõÉ kúL¿¯zLzãÑkP×12¬ÝÔâ–ÓD|ÀŒ -ýDÆSÀ¬@ ˜“yI¤õÌûùác,ÈɉÄ`Sj#‘ͰP>yÓõEfÛÎf¦µ3΀iP"`²Mûk®vR§iqÆ÷Ú4Ëy=®Yæ²ßP4¹1bå(¥N“™yúð•\ ùÖXY $»ñF©e2ÒV¯´[ï%ë-I”ž%’Ûv^û)À¡9pì\'™µ§g‰Ü€,à±ð!½à:ìevl4Ó’-f*‰ô:å7ºšyˤßušíNÕŠÒ­ïÆ–j“+|H°½õ8EaÑú†w÷=b ß‹µ¦CÀ1p"yn¸¶ùa°Üº<ÿÇïŸB¯€'=ðÙ= ø¦šühé>Ì´I®~]KîƒQüäT|·¾^H^s³:àÅt+Ù”3)CƒxáQËÃðÉ?î“àÑ‘ôk½¬´;2w‰»4úcôkRFÂÛ옪 §õžüEÉÁc øþ¿M§?Wóo@pöz„íLý0X$ã‘Yw€È:k jD -ˆÎ)D½S¢‘_Qd` ’ ÄÔ¾DÈKÎÚÄø0þ›ûœømAòKã›|Al[k}±›äÚ‡ÈÑìú§­tùÿ3· äŒ;£$ò*‚uH‹\H‡ÇÈXŒYè@N¦@–¸O,ÈÔ*dz42’=ÿ7TÖ8´%!Qåz{Ä¡–%TÇ:;XHšÄ#DjøK‘ÿâcÿÎ|Ó€ÿ7‚ûO(yE ¬ð>È»-È fi ¦×6Pëû1Pþ¨À€šÂª s™F sun¿PùÁ­ë‹än™Òš¡(ÐN‹…Å*q€\' f5#µ½dù?(ù[Ã×üÝý_ð—"ùíÝ~Òwÿe¹ý.VivþºmG ½†$Ðý°ôý$·¡M`$“[`ï%0ˆÒíÿ›„>ÙRåŸ(ÛÌü›ŒðƒÜ­Eñzu÷Øý+»×i¯ÏS'ÿµOOÖž<¶ +{”§t¸põ .qsÿ( ö~@Y¥Ý»V -vÖ¡ÓßAIK¶E»%ã£TfCEÅÊï -Y¿«e}ií¢+Xù/ý_ -͈”;䆹›½Ú—oh…jŸcyÞûgµ,oºx¹åî]ÑâµÓÛHÐ.[´¥Ü?ÞQÅ|Çî­ˆlVzßP£"½Ž­¶¸f£±¾ -Ò[gy*Áõ¥Ó…z¤Þó<—Ê -µHÿʯ‰ÕCžâWh„qÒïßì¥ù8ÇR ->ùu”׸{—ú™/s[û°ôb¼3ª®c³ê¯ÙqµµfvwÙÂíáâZ¶Æ‹¤˜Í¼±œGw;{7ýÓ̺v3¨»‚§öó“ŸÍ-\Žð¨êNÊ3Ç¥Ãów¡¬}$ÿ%ÿ,”þC¿™¦¿8ô]Öñ\x×ì¨|^ Qð^¶Òclq-®ÙO,;g¡ØÎL£Lݘ¢ýz.rßg²ÊUŠ“2ܨŽãBݳËF;Ü—†ƒ0 ÖÑèT;¬F-ž8 ¯Mí=ìÊSfðè)öÀx£“þ;œÜþ.ŽõƒüÏ…²Àï#ò7ãޘ•<öW„ôgïºßœF²?Œæš?ðá(ž”SËó¸†Îa@„`tªDèHÞEİ+„ôP=­„Á@™Ëïèm¯÷C}oõ¡ÑÞéEÖ»ÜC§hÐŒA_–f25;v¨­µcŸ/´kÂ-l³geóë_ý| ÀߣøåÉ«})}W“óâ>`eÌNæèTš†×Ú¢:T‡Ö` ƒQÿÝMÏúÖ“X÷œØvç68vñ9¸vÊøóÑŽ“‰Y»Æ H›Ý1D+x¶%œ²róÔª›MùÖ+4®½³ÿƒ4Ô77 -á` ò˜¨êùïùnÈqøW¾ÖÕý}Œ¾5ΠFYý²ÚáµZJŽÈY%úP_æ{hhh]|jä:eÌ-¶ãRõ›:[+µZ¡Ôk¶¤Ò¨)_šÓFWõ õуÇ`rL0¹øïñîå‡ù7âCsœªGž!Õ¢™­Í+»JÍc3ƒ¾?««ÆVøµ®–åÈÿÊòµ±~¡ò÷LÏB.Ô¿ÎÚÁ@„@/Òí[Ÿ¼¯íq­€¹aÍ–ðd]å)>lÆ›°ý0Gý¬ÔêQA êfvêèÒÔ<ÊIæü5<®Í««Ú ®–¹Õ©7NÏJM&Ðò¾«±å@¥ÓðQ.µ,?,)pþU¼Î09‘†ó+]·h“/]ÜÈO¨Ó îz2~i³kq“1a{^6ºò8Úââ‡Ùõ»Ù»tß™šG¼ÄꪚR«e–±*q@Ú•š(Ëû¶T-=( ÷B§Ô2ŠÃ’üîÍŠ×p5øvñ3 òL¼’ŒbnX^ènŽ1ë.´Ç×…(Ø£G„zQ•¯lÖ¸Ò›NëBaØ;V¤î°Vcð¾7tÞúã´4õ¡q³_Gg£Y _ͶÕ2}¼Vjü”÷Íw:™Á -7ˆ*µt”/É/V)v-J+jlyGv<3m•Ü÷¢ê»9²Ùq¡Ír\pÔ×Ú™™³ãI%È^u–œM=ù|>ÞyŽêžóœÂ¥sû[ŽùJrç—êpÂ\Þnß®érÛ_áDè<^õÙ>ÖÈ‹¾ª2F3¬ljPá0(*‹2—”šu-jCûí É í™—9ãŽíXtóì[+Lƒw¶PÈ -®³Ø¨Éøâ«¥¦½Þû}›ûQ~{¾ló¼ŠÝr…Z0‘¬ŒMºÙÞ|fõFp7_Ò“0_2Ç™/Š`ç£Í¢?ºzs·[Î2JSÓö„ŸÆWïj¼xž+Â^JÎ~éªt¦%Ký;¹½û^{©†zu‘I\¶†9ËA—q("’ìÍ:Öl6sÍåwÈÍ U͵™“+öÀêìªÓìCm³ýÓëa¾32fZýŽòƒH 4Ó›ès´üÖÝÁIäÉe:ý!Èt½ö!óR‚±µ -=þ¬Ùµ8—´1VšyÐæ:ríywX˜ƒxå¬TèlÇþ²Ù³–œý|wèÜiWsŠPËX×Ó ki¹ÈÉ>á}9k®Alß̵Œ©ݪ[#­Oîº×<¡Úê&K­O<µÖÊ„*—Ÿ*Ç´™Ì~×ã3ûYƒ›l™L/¹óÏkµýKÆ/T»d•/ôR¥Þ~qýµéXžˆÁ*tÊã\Ϯ͂y>8E‡\ŽÖ­þ„-íMÙaŽæ²YXQÌqA3Lø˜ËÓf­h¤¯W§¾è®º:ñ<µŠ…®Õmd\U>ÝB3ì^TΑá*Êó8’o£ñCî) #÷h‰ÿʸa½™Ó¼¦.3urPåK³’*Z wu±Ñfël89™õÙõq8Î7|±Ÿk·”ÈêMË»ìðغeSÖ4eæ£5nÌÒkÆÀŠ[Q/n¶ªNváœVy¦]u—¥«*?QZ™£] 3Ò<\+âz•ï6H/Ï¤ìø³Â”8Aí˜271ߘQb¾¸ã¾òõ~ÿÒo‹ž©5V¬Ñ¥T„<)\ -µÜÙxÏsß ­{‹dGÚ-4'%zc̺ÊÙÀžæK/‹è¢U«yRÝí ¼êu%s<7ÌŒœiÛJ§?,Ë÷÷¢!¹ó@͈…ṓh—‡0›ÞX{›9¾”{ôxò>9óäÞ yr^âøÚ䇯î®×xºøƒ¨ÞQ«BÛ¡‹o' ¹¸Ÿ¿Ú{­¿Ë]3×…Õµ0 qÛ¾1OµûúŠ]/tj5vnj€bP¦…¿Òʵ’bu—å€hÒ»Eæ$ëÆÅHדñEDGÅ®àAÃ)¿rÎ{žO.¶z ÇvŸYÖu۬в¬P~ã¬g9Öo Ü`²˜ôZWéæ}#:*ò]£½¨ÁCê½å[Ywk ÜÕ" ÕáQrUzä°¯S½£qD%RÅL/δfë‹Ò]-^òž!2Àú„”+81Š'Š˜æf¦@H3‡_]îUžÖ°6WêcöjÄl0y>™Ó3C0JvjÐ׫ÓüAhG÷ÉÃ4­¾N,­c¦ïnªÝ棳õê4d«_7µ;¿`}€Ék®»±wÙð4_^ãj[¶1PI›QväHÑÞúJæ -i\Èß$8i|“#–Ž­´Pä,НHªÀm;–ÊÕU?Ç£+]“9O˜É …5Ýó¦7ZO‘85´Û†´OŽ¥ë–ÌE9˜Ìu»4™«t¯¬–zp>öj\ÍÒ’»å'£°Î¼ ü¹ºZCÕÚ›¸»Ô¶ÕE˜9¯3ýd{uålsÙ“g7 ‹W,,)äÄoØ×gPŠ«_Pœ=ª8ËJVf:@5é{Þ.Ð}d”\ûÔË=ö©ìšYP©JûBægG”˜Y…(L@ÀÔÕ_,/f/J&ÙåL¹L‰¶W²V„ãílûG(w;¼nÙ¼Ií’/ty©6æã±¢Ï°þ"M¬IGÄžF“ßl¬!·Û»sN0›[¶9+2z2ªÁtµ"¨7| ­úC¥ Í‘vË*“¨2énï>Å—'~SJÂ6;LÂX¼WNïÆÞòIï:iÞÙ‘®?¼Ý¦ß¿˜)zåÛR=ŒÛÒvc5ƒ¾àÛ,¬ñý|gTЛȖAE\ó;<Û¬|š·èÇt5¢Mì4§ÂÒ#¦r4þY;êÉϤù7ab>ª‘u¼ìÌuœÆ «Y¬ŸÞG¥QZL/c´ea/¤«Ù ühmx@ CD »DmÝÒHgõÄZº¾ïÔv8ï–FÈI-l²c:_2·”س›AnO;M€Ì•bTÚ‘8—ïC>n”ºlËß7h ‹U2ÝM7 bH ðJŠ‹°­­¬°:[;¦Aëžnˆk=·ÏÉA|À"¢af÷A?hB¹Ój’šf¨C*íX”æç{;•&§Û”c)ïTÔ,ÂüµÕþFž‘Ó ãl‘Êzúú½õjïqÈ\5e-C³úT(׎Ʌ\U»ÉU9T 2}¹U°ú¸PB3!YCô)Ó†G˜4„S%} -M¨ÊBjíSjÆ­_)¬ñÂ@1Æ8@Ö -F"ç - ¹A"×- ¤(¨€$™. .ë犈¹ ¢<â/f«üàŽ®»¢[jþjꔕ,ÈX™£‡&OGÅÌÒÑ[f\CèçéÑ! #3ÀvÞ¸‚ªØ«Ùª Js¹ (Ïm$2|¬÷šª¨ïéÝ•½£€²²|"‹, rJ PÊ<TÆ8й¦Á¯§øYïòèÝ9š¢€lž©ÚÞ†›%hÓ)Ø—™É=Ö:ëÈ.’ŒÈµŠÿÈt¯«“T@n¾^çgLõCrVˆ:8Ë¥´s/V È™R6 ÙR%‘Y Ð2JDŸÚîy>]Èc‰¬%@\>‘0H> mÊS@‹Ë  I›4E&?‚ARüö5+'Ÿªª•¾mzÉÜ®`ŸeEͼÎ~Mßê¹_}ÉãÅà,TÞ‡-«R©9…æågãZÕ2‹d/PtCÊ€ž¸I¡—¦˜Ô®ë†*Œ#OW€ÉÁGÀ”`Z[0QI$,¦Ê¶Y.“̬£Ý9ÀðÃd+B0 ÒÉF)íóY6®SÓFÃe€åæo±¦[ð=Ëëõ¡}½}b©\9yºØSÑà¸Äk+hŒö$­rÅ0Ù]0#$)îÈ'ÿ|e€Å}Àò‡)` ˺å3`ý-ì\!‰TÀ.„b"³`—ú&‘ذ§¶«¶J­ë°`¹£“l‘¯ ËbÓ9fT/¯G^Ö, yé륖æþAxѬ=è±Ü; 3[£½çj’Œþ·d|¡ØB£’:©ìvþ!¸_[pÞœ®ÒÝ®}½ncB€»„à)AKdV<­¯<Ÿ\…üÔÇzŠ¡C䥨ûdekð„š×˜qˆ1»©6Ã}­~ >E| íßÀ¡úP¡¿þ ÿdæV¿Oò¯x°f‡ÏÙòdŸ7KyŸ]’ûD°Ù;ÈP3¨ÍsÑ\ “2´”Ʊ³üä öõPØô­Ñ©:qFò~R^ƒ]}¨ž/ídÌÂñý÷ qêçÀêEvVî9i³ÓC—ÐþïòX¿â‘ïÓßÔÕï*^[Ô'Z«Ü‹³w푟ڗS9ÂûƤ ýOº©FáÞCWÿ„¯žNƒ¼ºŒëé•4|‡Ô¯5ÊÞˆžæ×¿ê%ýNgU­N™t¼µí»¶Ùƒ°nRçÙ®M£yêå“ùX³¥OçMùÕ›ý•;Tpn‡«eG_Êø ˆÜûM³Ó¤%”7/a¨}`\0»õ_Åž0¿‡Ž3Ý.>ã‡2.Eí¸ÌÏÛ5Zÿ°¾}=³k|öÔ<5³·fK.¾×n n¨OŸà  ²wÝGŒë‡N½éçÒÏY=*ußõ¨Zu‡Q[‰X¿òÍløÅù£ü¹*'TXg“òšhÿÝÚ¼zö+•ã¤Û5Ò¤[ûª'µ„}|ô ršòy^j¨÷° Œ°ïyÇsQßÏÁ«Ð‡¦§YÝÁN«:º|ïjó2{­á[ùýƒTWõ^-ó+±J¨\¥¦Tý -{ÇæåýÁ9ä~­«ÿ‘/TþÚk'+cʵIqê¯kµ0ðºqmžÁ£û|Æ ƒ?¹ -OúP”áëNZWjóbÖ¨yd1_]U …j™­—«Ô¾]¯ÔÄF£Âž‡Ýò¾½ËÂ};+ð¶Ô2µ[ñ:®ÀÅn~Ëy9õ^x&YݺïØJÆ—¿¾Õ¯|O÷4’r™/óî¡#öÒÚWˆu£+ç£ÀxÜG>4žëèl³ªyøýX-Ó÷{%ö¡T¥&°É§o tY¸ÉBéÔ3”’ü2ô¤xÙVQƒlÇ{DÕ’7p:u÷½µÝ°¸¹Ðæµ(DµÌ±€|àÌwÖÁ¯zÖ^õÒ={Õ‡nvÙhQ‰Ìy›z¸e‹™¸ãZ8û¹5‹´¹ýõúƒÏÑaSŸ—qÍs…NµL…~¥ÆEÉiœ¢Ò©s]—äÇûPìfÑ›÷˜àoÏD Ø}ÏEÜÍ"íBkS(8Œ&У;žàåüÔ-Ú«VØÔísUæã¾<ϳïÒ!äV©œˆ¨‚ÕrwE«åm—–Bj÷ìuÓ@i£³±b»Ã;ß–;J7úùÕ½îrÓm•™í¦å#LõKí¬”®»Æ¹á=Æéáç¼ÌÒSZÁ«‚C{gÞ¯ŽWpÞöêXAìr³Mä·ÐÍ×¢…”;p=aÛ:ËtÙj]Vö¦uÇYmoÌ!D=Là”¾¨¼‘[¾F\®ìäó;‘W**oºæåÖ‰:a~$ ÕZª½+Ëár^4ï¡g±NËàçš›‡Õ”ïµEi=¶×ÝÃÒf0°Ï×›Ä5Ï[Ú;׈²HNªÕÉÄj?Ûœ•Y¬3Ù>¹5ÍWõV0G]3SC§gØ©îLŸÙûƒŽ  •R¯n4ÔS+Ï]¤V^•«Ê4G©¯ŒýÎÛëáCFnjé«Jð,ŸÑÏg)š…æÜuìý¨€¯Å¶SÚ®}{³ÔKv•*6ó¾Ö sÍÆbi].Û¥Ú·K¶€_Y£Á#f˜Ê¦5ɳF„$ †>§ŽŽ·U­ô€;jl*Ñ¢²ãÚ.  œLŽUäñÊ•¯j3’¯štK¤ ËW® -ºbävâ ¦ãT€U·çYê™…ƒª gm†#»¶#:ù Ùös-‡,çäXêEOúʬ‰ff4âdÀž §²xiæéžIë„I2Zÿ×5µ6+ä3¼QΈåiKimocù&ˆ[Yk/i°=3ÊŽ˜«PãDŽ71gSÐ"æT454+¯Ý@îŠ_`¬Òh*Ïb¶’9Wwi×ÛÝ0w^Þ:Ö­[ ²Ïbª’ùMÕÌÍS]Ã9“}‘××:±+´ŠP¼ªÛVå­Ös#4s˜N’³Ÿiv¼r^^2J†NYr¯N¥ç1Û”²r#óÚt#LGðCH_ _änyž8®BžX•.ÉÜ|žâ‰V˜Àýš×Ê¥^äðrûJ?½üŽ98Õ´ºL®Ji– }èÐÍfz`æó»Šá¥¢^lÍZZez ÕöZ¨| Ûf7ò¬\tò¡dFlJîC&ë±ËJ#®*K©FÇó—™+ÌÔ‹Ï/³È€';™d/ÜFÞ9¦‘lý2´˜#—0G :±¼^†XžwR½E¨¹M½5QjU à¥¾C¼\W@¶_d—9UðÆY‹›vMd#5ô¥1ªhUÚ(ª¾nû™¦UMî0Ê%M•›¬äþpsF“ÙU‚ÐÙK´½"¢ÄƒÜ*$òË=¥ó”¨Ú\µ]­±»û¤Ç -fjÁ4Ûú…¾Üg8Ý ²&u߀n2±ŠÔ½›´È™˜HfJÝ ­xì­ó½D¢8Z€W¡¦Žùæ]ZFË›h¶ÝÕKýW ±Jµ’9ñBIé\ÞyNú€wÃKÖÅž‹öÃØsÓ: -øØºñeÄKq±[Æ’#Æ®Z,»/¯2¬°½ZLK Êôµewhõ6šR9QÆÉO“aÓIkwèWÞ“¸z“½:»:í(VR*ÍAxq~9l´9äºÌc™…zD˜ÜÇðI¥«±«]‘_jE~l®E) ¼¤ÅZÂü~ê „ñŽøòZq[Úqœ‹^Ø`…?™3Í!ŒR×(úÆ×$Zk†&5¸î= -èT“ _~DÂò.é‘?áu>?.3¸Wn4q/¯ípüÞzáø®öj7GÀóñ’¥”» Üyeý²Åôä`™Â|a¦±ôX‹÷Ùnæt›²Ùy—%8ˆŠÂ"Ÿ+ðÁ¬puÅi%GŒ‡#¶QˆfÌy9ß0ju {µøF=g@ee€Qà*rd^s4b:ì:–ÚûxÑaGØzXŠ1&uM¥·]_IsG>H×qx“®œGº¶2-u²v?«1v¥4=ÉB¹?|å•bçÍ…ÑÒ ŠÏ±z0õžr«Ïš¼¿&—u%(rÛwÚa×§ÇdÏ:ݧÒêU£GTö©ÌÈIÖÜvª|$fvð °ù0¹ÃàKïLáä&-cUVË¥wAPMóëUm¢è -éî¾çOÜ{ôËðk,Œ.H†·Æ{?t«ÁUйhA8µwãe=;¥ÃìÝÙŽ3ç1ßû8ºG¦ˆ™§*_¹×JlSÚ -9Ùç=b*>ç¼4k±N±êj½Nïéó1íïˆ'z2(*·Š,¢ö*lŒÆ4ºÞÒµIjrœŸ~Js˜M¯ùrß S“j}ŸšØÃKà¬+î7òÄKz„-Ñ…—•BÝã/ø><¦cåÎ0}iB5[ü¦רãÉ,Ñn[ #V²pê6˦E¹éü h«;ª Ýa?@´ì¦&Ç1l:È -Ì‚IýžrªUÌç}ÄQDr -‘:~-ï¾¥ÓŸA6Àû›!ÀƒLœHãR_÷¥Bé…¬”¤P™äñoŒˆ9#„ƒÎ4sKUš¯#ùÕ'"ž¶[œ¿›×uK—(hÓpðrë’Ô8Jz³,q5R¡kE+tq›Wq‡Ú‰a"ýU"¯OV'ñ°¡D6, ’™È¢ˆ¥’¼iy:" @´ÝdÕüê4y½=«Gùî‘°&ÛÇ[£ù2–mö¨ù–·Vîça$ÙajÈ×H5éŘëiàS¹Æ­„¯MÝI7 -K Ιæ×2€ ƒ, W{k¼žˆÝMd4Iäµä&{Md†2føD†9@N ½AȾšüÔ|¼p¤·)2»^R.@R=¬|?Œl7Õå|gàY»ózT^>«Ík9–­{cš »›!ÛzPj\p||½–ÒR?åÀ#Í0S8fe´T@¹§ÏšõT ”q@ f}@-) Å]"ë –d:‘¶¨UÚIdÐÔ˜]ª={ªê -€ªé5@r‡d³0(\JP§d;û&-çLøEü æÜAÎÞÕ«òxæ¶_Ç7×ÈÎB:Ûzt 2"ü´ÌäK°ÕíÛ)|‚gu¿š€V© m£èj§ -èÎ¥ èˆ:®/}=+¯DÆä‡ÁÞÓ™DºE@?¨ ÷“Ð t2™tsÝIKvt>ä“Í¢¦GˆlÞVªOù¡m¬ž8¤¶qù.M;ÜŽçëú‚~í;bùš÷Ò-ñÙøA`N•Àš¬~¡2“ê#-Ëî¯-8Û̲7Ìñ¶,nž+L`=‘¬9Ð+Q•D&#ÀÊÙ#`©Xxš̽üÉêdö¥`% 0Ã]±PÏ v¾§Á™ìÔÅ—(TÉn©§Põè#ó(e7$XQú¬µ0|j7þTÓxÕ~y2‹e›ÿÃ<þì…Ýn€½SÀ!Îp™ø -¸ªn2€‹å,ࢥ¸i>yË.}ÿge·Zp #yÍb“7+L>‘iÓiìðBî¥)†I®xá›LýƒHø’K±7†¾R郴ä²<‡mTþáÉßz>…üÂÛÌÀ¿Và_~û%¦¿÷æ0´î€?¬P ð*„ÂÆú¤7ø•&ᛪ(Ã$¢˜R‘k'²ß©Ô‚– µ3 UÓG %÷¿– ‹@⛳Ae]¯˜â¦âJlÿY¦IÎÂè3È?R•®¼ÿô¿®ä¿.àÕðtûùö³—/ÁýzpÿCp}·ì…Ú÷€Òš%G»JeS,åêD@¹Éo ÜÑL";(ûúâ_PÙ^. -üYštAФdD–¦ ž­ûð/Úþ¥ÚßzþÂÛ/EþðöÿòþþLøµý“‘°ù¬”§¥†ç¤•ë±@;Ík@›Ð6} -h×Jè°6Jd¿ÿ_HèØÎåÂl;þc:îo'5»CÅÔæ†V>™WwŸº^V"òºPm:WïzÚqFoúØ‚ÞüáZ€”ý£øÐwïê5·ƒ‚Gqk_¨Fì>¬ñ¦ f§ 5‰ëØÑK‰ª_`ûõÕ~aè᳃ð¿JÃ×9ÕÆ®xmÊ]VtÔ°1»¨0 YvtªRÂHÞSʰ+âÚàÑÆ³ƒAF.ôß}£Ò·Þn³åšÃž_Ö=t–v=üÂwñõ!謪ƒøw¡¬|WÈú:Yÿü6á7,ôãfüæ®~aãoîêÊä¬p_xº£SÔFò6Ý^ëÚh¨s³qÕV}ë)n{Q–;ôÐ wéÎmåñ›¿ºòtø›¿úY“«RdÚì®.µ¡­ÿ _ÍÀ~"ݨq@çF×¼ŠÁc²lˆ ÿÊïCüŸ -WÂxçýÆ Ô`þCÛxúéEÎvç9\îâSÁì”1£Ð¡–Õj»FùÖ¾æwZÂÁ4[R5üÇ¿Ú\þúWfÿã_]ý0¿yûÐì„Ö#bëèÚP9–kój~˜tG\kø‘Öª«æÊO$þÊ|íµß Q‹¥¿¬¶;·Ðs»FxZ»7[Bjt•ÞPo >èk%0^ϬZOûñ¡èéÕ£BºZG—°_›—ˆV ÓÝêªÆªÔ‹*q#·®°ïPÞwÂg9PŸXYxæäÒi»¥–U–¸Š×™¤ý˺ú‘ïwñó›.ÔG§âû:kÛ±çm“9üx<ºÌØ³È¼ÙØ¶ŽÎùKÍ#ôw _—ÐêªÒ§«Ô®ÏWjB_®°§™^”I¶,Ü–v©¥/½’üÚUŠ]ë|žß‡S]oPÀB÷½”–‰ /nXN!.´Í -…¨~v Ž0ŸÐóþëZýÊ*ÏtߺuÉ4ã†zÍL|hì÷êèLhWW¥kû“:[»ËûÆcV®h\:uåsI~ªâu褊ZÊK{Û!<­±nè•7GŠ ­FÁa¼3÷#ÏÁO«š½jC]»œ±f6uŸó5‚òðÅ$·ŸH•\àЛDÎH.(äWfÖ¡¥ »¬wV1tihÍñ²î´GÃ*ÜÃ’ºèrY8ߊÅk]-ªï[Ûäá‘›tS7‡ÓëBTæötË%…3¯k?êÀ^5óˆM]óx>îV˜<û¬¹ýp¨åÄÔ4g&ϲ•ôÁíìuQ‹²ÌG¬Á¦ÉÅÓäw]Ó†GÓ`¼O·÷¤ìž¥~î,£?HK"æÑÚëÊ÷ÃR{8huT= H¶:G«nݼjŽÇam{Õ`†6uá£|Må¹ý€OŽƒ©r"(\­V¾ð´”ä»›íºM,«á“¤³0ålš b¡Ÿ)ЩÒÖe=Óæ}ú¬yÆ‚Ô6emÑÜXqK•ÕŠžéd¶£ö<Ã]gåP/$sKE\¤ÿiE=ùÜV‰¸û¡¾¬Ëm¿tJûöª|«hfS4^ê¤0÷¼®ëÃzÞ±b®4ó9iÍÖy{5­Œ@³zY ÌáÍ황‚?6&ülùƒÈh³Õ]hsÔ±mê¡•x4¥‘GS«–ÅfvQ5“Ò£¼Ò,«ò%&{²Ê—R¿¸¾‹¯(ÈÙçÙ³¯A(fßø6áПDY¹yÕh¿™·¤¬˜|ìÁ²9t^éæE«á[ÝàXÌ2VÞ|Þ¦9Z®Œä»u ”‡êº;b;Ú -’GZ)vgj¬ù•úûÌ>;ºf„Íò­œª´" ZîJìg½¤GDzÄ÷ Ts`Ö"™ è á=p¡¸•Úv¹•æŒy¼vÝó¸sÚ÷Ü/7ÅZ£ Ú½¤­™maá ‘ÍíÄžu«ü¬¹Þ”LØmñbóÑçµ²ª­A^£S«Ïj×Vf¿2b(­ ¾P”ªº•»{ã$kAõ) A–@>"ÅÜl/ -S2ùCy<á»-®¼Eì–ÁÎ,ç6 &KNÒ‰8dö—îžÙoZû.Bä ×É¡•C)}+‚í=vÖóG”;Ÿ@7;f|¾Jú¢Å:ÚZ˜êVRÔÌÁV²qî•¶Ø äÛxÞ“udJCw5MŽ8í×b^9íEøŽÞ„‚A~*OÂÇU --Ý.c—åi¼É4ênD·K£#u›RÕ+ÜmªgL‡TOäbêæiû—¿Ë~5Óåóæyó~üÉëùĺ[Ïž9I1¾¾Äý’V™BŽÊKe3#©´&ßñ³&ë•´#eûI›6ÁÍ–ˆ”s}¡°Íù%ïÌy²éÅÜFn8&š¿X?}@™c 0Œs™„îpžCÝ‘Oé›wHŽ8÷@¦Š'”˜@}‹˜À•1¾=·ÄxûܵÎþF®=1]º³‡›‹5gq¾É &ÙWtè.›òµMÙ-©üáä(V3eý}Ó’#–Ú¶9ö²‚kJü2ºù<ÅîÚLØÝ5±‚F¬˜æÛ3rÖ¹ÓI¢è¤ ï “£ ‘#!Ö©v0á³ ¾Åq4€°åÂÎbËчÂaËæp-KãmóvšÈµÊ™ÃНÁö^ ¯ý8×ñƒ‰9Y »zÉ¿øªßSKÊ55wd#¹E{:Õ¼¤Ë<ÕÕuŽ]6 ëV¸L›LK]ôèë`ýy]Û95ÈŸcò={žÈÐß$´Îc„ô|îoM?Ó¬Ì8½tìÇ›4»ÖRh€\5t¯;i¶VY§Y§7FpS®ú™4V„Àôî°š[ý“7Iî0s²ÑÕª§Ÿi¾Ø’<`»Žåá,_¶Š*Çq˜ÌŠæ]¡oÌ=KkâRCÀ×(sœm‘c$ß'a·0&¦x{I¤Ëã=îm·wlÍ¿`ŒnñLºv+&ç=è‹"*¶à|ãé¬5wèIçDXË>Ümß§ðuï›wåŠ\¸aî©ßò§¢gCÅœè«j±«& _é–¨²5Gðêç,W‹ s6ïòçˆÝ›9nUUbÚ«Z†õ=|±\Öp’Úµ°JíØÇœ¦ë#iƒ®ú •´ÊÉd›Ü›lDè•&óP6›¯§òj/Ó8€¹ ÁÔ -‹©ÜÉMf}©1¾Yú¸¥Ê¥GsV~åž»nÔØt -Üä|·¦£@ÄPYœ‚r/¿ÛÐò:Ýkr|²¼x¸ò³y¨iþ åÐfu‘Ë„ª"*Ê~hOß“{ÐkmM Q¥³R³É9eã'\"¶+i›ÝËT†kG€o À¬8yM1‰ô絚†ËßȇËI7kð bÃ[¦'_ìŒb=¬HcöZÏåxjjÑw‰×©”?Ql+éÝ%dµ­pPˆr*¢Óz -í‰6˜óZàÍ\=‘°—È{ -ð–½Odóx[¥^™}²ñª^¸}˜\«]Îk<Àq5Ø{3؉+gb/yéF!?×±[6¿c½"ÃÑ|ËÏe³!N§ -ϸŠË\œaŽ²Ø”Nà´+clã-ü HWÔ(zh@h=.‘³ -ˆ‚˜O¤\JdÞIÓÙ„aÌ™aR©D:, ²¤iBÖ’ŸRÀo¡ ðݨ ðy6Ndü+u$” -•ª”ÎéÅËÍÄ”}¬Õ#0Ídò|_NÉþç+¸ª²Í2íQo©ž'ÜÓFÇØ—ª ÝA‹ƒr3˜DiùLœHã(9…'RÏŠzz€¢[ýéEØ ïû4 ÷d‹Þ£Úûkv),-äUeƒfQtv׫ŸGþ.Ox!E8ò5Éê0ݰë“Îe[Âxø•‡_š §f™® È·&ʨ}ÖK¢ü -¨~¤jÚ€z%@£ý ÙKÐNvèÚxèzú•Hƒ´ ôD‚ - M<´8;št“@|P7n¨;—Ô.Tœ uN¾cÖ»>K›ø`ùÔöú㨘$X åijÌ*¹GN¹ó‰v~C;…WFò¿÷ ‘wжtÇrþ‡)xYŒL¶cCÀ4·«ƒ ¹`Nc|~e˜u×ÌFhf2›&ª¼SÇÀèë2`„hqÏF*åò7t-Z0¶ÄÕJenòé,¥ïϘ“¯)5i³ClÏqIÇ¿W|¬S®óožüÞ.Iÿø K î°Øˆ»ÓÖ€câàl \'W3À9Çà -pÆ'¹pÂM4{i÷eÀNõJî9ØÊÙ©‘¢µÃúËîzçýÖyO‡êk‰×Ffžm°~!µ?þäo5ßBzãÞ_tûÙË×üÅ¥cgöo‚+žv€/ª÷dæ´Ç€Ù2 ¤¼7¡@Âd"± økgømå ø~Ñ| us/ŽÓM.Åý ™þì‰eòñfµ>¸$‰lÑ{𥖫[ÿOQ_kò·š/JþJüE·#þ+‚÷BùqÛæ\ˆëTHâº$©<ÅÞ$?x •Ék™ág­´zòæg.Ä¥0²P‰Ëj§#ËSB`xI£QjVN?±æƒ³ŽÕÎ4’ûãh®õ>œí&Ôdr³óþ= ˆþ{Ôbh$ïºéaWhƒG«Å Ê@è¿{¥o½B£Ys»‡Fq©ë¥ßÍOîhI;TÜÜuÊ´Ou¨Ý0h×Ä\ü›6ðYëkbm\Gõé—y£B¿ÆÐ¥<óï“ü_oh(,%q$Ǻ1x4${0Š•qù?„½çšªL»µ½½%9ç ‚(Š9‹9ç÷ÿCzÞÏ|Ö½Ö{|†Î¦'\”UgÕm|sôQ¯E‹qõgé¯Ú«\wۉѱµ û—V™Y<›‡Ê4ÅÓi4•=U¿u®B½c²fí9ðr5ê7j6ìoªŸYÀU‡A¡öw…¬/·\7º‰yõ\½_ãaêéRŸ}Ê+뿬«_×EéW{åÛHk›·©V™ªIÍC)2›5n›iœk‡|C¹JõŽv¨ÕõÇ­U‹¬s·f}>ïwÔ}Nª.‚.+“º­ø„r)ÏCëU&v!Z -…ˆ+n7«¸m¶kÅm«²/–õ‘Zä^Fñ¯„‡>î&¬ÝNVñJ¼¿ñA®ŸNzždC9µfuýÖÝÖ¬WÿR:‹wÕM=Ð*4¡˜ÊÄפ -ºÐ´r@™v™Øx^)äœl‰>d Ų”-¹K¥Ö´J'£Q¡i-ùÛðrÈöüA‚(gbÁsŽYAÌMmî¹Ïv¬þ˺š@åqáÓå“Ûô¼¶OŠK\«•‰—딂ë–BF·kU, ¥c‘; qöÐØ¦BñvÀ -McK”×Ëwœ³˜7RO5ˆ2O3°1ÔÍ}\.çRb1;)Y,z(ôý@ê-|âò8gVí– ÄÌ„&eèúñ¶Ã—È’˜WIè×^Û!ƇSâ¬MÊ+­ -«Z±Ì»¥P¼¼ -åñªæ;6Ö ž#fDž½È}fî67Ì…§´ -oÙIØ|gÑ]=åÏ+}Ì„)eÕ˜r™PÙÉÞ¶s1=î 2îa ] ò[é¦MÒͬxqnËw:aÆu 6;u ŽyÅs;¥"’$_$Ë %Ä»2)–ºÅm9,έ]ðƒäõé6ôvr.¶w³“ü#ŸE·HõJE™PÖ&úê-½²îlÜCäÜš½¤Ï£ì#Ýôª ­"Ìé䯴ý\m$;*¦,ë³rÖ°ÚŠûü–+¾¦æ¤å_M_‡}>‹&ú:­LômÞI¾4í0s8×ìmeQ*V¯Ð’Ýjšù\Öïm?Ð %³ª¤ }¾^Yƒ<÷Ð#ò®ø¡Ëq¶ér´ -ë]§“Õާ'vTH/l›.l­Ï¶q²\>þÂ@Ç90}ù€óö‡7C7õU¿è¡óhkÛ‰¹ÐÊþñ¥ñøÂÐxbØÖxRYÅ’Þþ ‘]K£M /•lÝ\„ XéÎS­ûKÓÉgØL;íWOÍ•v51}~K|Z…0Ééø¼i?ªgÛ”XÃ’Q´\ί™“šß2}©™NŒÀ.~ƒdÏ{=¬>¯Úö‚~4^“âáØ£&©’µJ+ÍZ’ot$wªû½lHmR6äz =¯¯¶ô¼ãn–E‘º¹¯]K›¶°Ì?Þh?;»`õ —ŽûÒŠ]õ~ç±{šö»ȶSº³6˜/8kD.d .-ë]2Æ" Cƒ\“}Ý2Z:‹¸‘¶›…cM›KµÞŒöª¬noJ«{òýC’²éÚ²ädô8Z®âÏEDz L»ƒE‚_4÷.¿ü¢5íw¨ì­¥>þµX=P«`(~È‚†Û4‚±ºkC…¡a¡¾¡˜¹àÈ›øºNK¶.TudèìpŸ‹VeŽyMx`UµaaMåºbzJ;4Æòãî/eË ÷Ò`P»J4bÆ?’Âl‰ÉA»OóÍ -WÊŸ‡ì~bXû0¬ˆŸò¬ð1ÛlÕ[UeŽü •9£^毓r†7´\ ¶›=s>é˜FèŠ^fû¼ÎUZ«®dV=3YMU*EGi¿»9ùY˜–dk;­ICcב þ®/NÒ`&¢[&¾Æ„€—Îüª÷ÐékçÊúZb}8ÍœÇj‰QžÝ‘>êÙžÐԳܨg…íÑúÔ5¿ƒ”WæZ0ÜÓ*Ìç÷’îמ· êá14/¾õByµ²´Ò)ŸH9ê¿E@”)¹e-#NŽf^Äd³$ãlC 3õÎ[#ž©×\ùr?²G{²R¤¡Œ:ÊòtÙÔ˺‡”=rû?9|Ì÷$,¹ ËVŽ„©}‡„idØÐe¤´=Á×¼=]®ü" Ò÷I½nÃûvÞ$oOOR¶©^z;Eéª/÷ù-¹×*.N3NXcU /{'ï¯[ï,ϸž¡ÒLßr2Ói·‰Ùk<$g³À ã÷Ûbì ãò9­nf*¢Knñôx§?d9Ø ê5`z,WXûˆQeQãÑÂý9½fóÛÂÊÕÎR?1Rì]Ï«×MÇ“ßç—)e̼",ÇWž;€Í*=ˆ #º‰PC£I’“|$èf¢ý DÀÍm‚8œ}<´?!¶£5¬œÑ{èaž‹›…ll•Ü`ƒ˜¤ (ü°©Ï>m§\¢W>ü€¸¿}™C]Lͧ ÕNâ¾ó²uõK|z?_,•ì[GÕuÑäòÊ“+{2¤M17p~˶Éê4ýlño| -B̯Ìw.Caå # GOÕPif;H‹p}ø!lìÊ5¨/D=&“$åno;wÒk„D,`a£0L»Ä¸cü3,(ô5i%ßAFË_3¢#®œtô­x­iÊ’.ÈŸšïI™ûÑBHV¸Cm)ü L§§0Ôð6'ˆ…¬"8³?¦Ë½…Àf!OBN9Ë¥FǼœòê-L¯}dÛ»À ¬K08¿Ú\Pž±Ì)€‹–pâT8(Nv•ÞñèÛJ6À&·&ÀºÜ ¼¾hŽÈ™×Äöm£‹c_? OuÕ ¡‚ìJ~F Ì…Å—Ë‚Ê6×c‘…MbÇ&K<ŠÖW£ônh˜ÕN0À/o"(‘ÒÄX*F,ë ¬‹ßøm2øÞÇÒþüA°±Œ]€´ø4æ—Àë-à…¦p7Å2[¬[ õË.uMÛÖvi®®Óø>¦]àeý|O.¾/„Ë©ÍI J£_³ªHfËg/n|mˆ/¶€ÙóøDðˆ+¬k úu‹£ ˆŸ‹%¬b9ébEÌb©ž¾ç2|B€@Œ?–Q¼}QaH@XPñ4©¿n"ÞÅx\í©- -Úê'~o”¡bâIç¨ï0ÝMJ§fFÂKÎ<½¢H%¡Y‡Sè„€Äp¼CüÁËþEdWu9mb9Ô9ãú±4V€ì]¯€ŒrX,õb 2ÞÚ8\év8@²ïÊ_$šÝâ¹{f‹\ -vMj|±òÙòR¯×êµ[Ù·døù)ý‚ï6ßu©qïdà[œ–PåPf¡ÏýE‚ùÍ‹wÕñP¬LEA P ¥ªß”*Œ|@5oE@ôÖ[ðè±ÔØ{Är"ÕñŒX^%@UšñÖªoˆx2Þ _âÝVÐLý¼1Z½˜ÅS¸ÒåZ¤ôß›v|·,Ï -×hJy:½É{D¨ŽMT-ÝdhÄJ, o-PÊšþ•WŒð‡àá×¼J:€r€ŽrU@Ïg]@¿ØY,õc,oèSöK{èÓ+þÍU­è½tëo*õt@û­ ÍáТʻ½J²svájìµÖÖSUö=¾Æ>ëŒm’!±–ä Ú*,ñâîjRM¸ò÷(¹f\ÔleþqshúÁ-éÀŒã›"s}4 ™ƒ?a!¥‹¶HJ€õ¢,`u±ËuX¾‡æ¤9€Yñ}ÀŒ\äënCF:}ª"ÖJj?ŒêiuP†Þt.l_³>k|n-2ß¾—ж•ʦfWÈú-é¿xò¿¬Àùké_üöë¶*ÀecÀõìoïê xΧnuÀc¹"àŽ!àN£àVYpE,œw›Žû€Ã6g2hcVh/ßI@‡”G«$”š"ðIçÁ”õº -aü2øS5.ü©ç[Êù€ÿ¼ý_èö—˜>@¨>@8¡,…±“,˜öå–çc¼}]‹7m\ ´ -ÿ´‚°g@+Žÿ¾ÒF½x€︽ó§ûhGO‚Ù—:Ã>4Öë¿<ùß.à$P¢øûö[Ê¿#þ:]ómon 0ܤ‹ç™b:@ÚLv@šv– ¤=©z¹)Ø)@rnÝxÄW‚®Ü/T¦¯·Ûî×dy>$-O&¿íô_¹ÿBÉÿOËíÿ ¶ÿqÛ&1 'ýú[UÅÈu¥€ºNÝÚš @½.Ê@£ç N}¨UÚªuêüBeÿÂý®ÑGç\òÝ"ê’Z£«åxò·¨ß†IPò¿(òßèÝ¿Á ÿ‡åö7åöp›Û_£íŸ#ü5Á ï0Ü[cä ŒÌR_,Cfÿëj²úX™åf>£”˜{ZãR-–}ÿËémÎö–×¹°¹p]e÷ƒœÅ}<5!âr¼ùèý¨/Ð÷!¢àÔ~ȾÐ=TƒéÚ–èÁú†2™57u«+qyX,•ÝŠ^6ÙAv©“àÐ_×ê`èÿÞDÜ'xºle½pm;ôŠ~£¾wì Åà`­œâª°•Ú@ê[¢ýhmèhÓù]Þëà-GËs®7Y*«Ár¡ï›dn§YúÖxL'Æ -̧0^ùVfL/åÙhšdâ¬íßÚ%ä¿pèw&ÿoqßLÓd–üo<ì—7î?Áy´C«“åf¥?ȺôîÜÖÜ`—Z\˜\*‹53–úÂìS«Ë3¨•צ™GÖœä>fÜ&®æCØÉ¶Y¯8â–^u(nÖ ÉçýŽ\YDÏöúÒûô¤ç¦Nwâý0Il]Š×_ójÂDÅû}™Øk“<„d&ò~ý«_š7ƒê‡ïbOÛÒ„ˆž­q˜"†czl-Ge4³ÖHë]ë M‰îA‰ïúªtæ¾muˆEà·CªYj•¹I§y¨C‹f\Õ§Ñ4â!ù·¤Æ¹»[$Ëc%®ÕŒÞˆÒâxì@ú8n1®Ï†I6ì/ý:/ã~^ˆ¬KUè µÑƒzKïwµ¬‰-×;smÿ9 Œ[Ûµ¸»jÖjÛO±ÑT„kýÖ‘_õŽñÍSª=ûUºf§rÕE7éÊ$—*è¦2,ÏËî»â³D%!´åy•nþZW¿©«G}Â’•Ʀh›Q†ââDô†êø•àÐÖ6÷ÍC±|kŠû~ꛫ .ˆ†r~ ñˆ‹ÑëÍHמ=ïY5¨]µXua»Z™dFÅÇýn]–‡å€.OK«rsýOôêí]än<ÖŒàuU…rƒ¸ß‰ð?Hü²È%ò7wuCwŠå¤Æ_Êø-ïÿœÄï#§Uyž{ËÉ>b)ÀebÝ&K!Ûf‹Ûjã׿ú¥£Í¶ž8X çî8SPÞƒøxƒM<†…öõ ò½ÀÆ…YnXÈsÐvôÉN*ŸEO#?ëKÜ1‹^iñ_ÖÕäsN>â?<9áŒÕ¡=‹â¢ˆæïü}îh—Ú´ -çv->k}2/(ÏÃ6߱ϧà9:ß9¿rŸÙ+•0šƒÖ€ÈNŠ$›õYIòçUU÷‰³ádVÍrðe°÷¨ê•ÍCä†ÄÒ­¹‡+!4ëJh|AHXxOŸâ¯$P9¡òse½HœµIqq]p!ëUü rñtî3¥²9h‰W˜òi¶–E·fÇŸ—óC?àë³Ìª^_eB¹¿÷¶íîÉ+룛Ç=/·fo WW<ÝôLZEYÅé¦c?ו‚mësà籜ßÖ°©–«|çYX®ÚXнûL$!¡‰I¹ú‰öý¤ÆBS›æL›ä º?/Ñ_z–½mó`xÜýù‡„Ö,¥âŠŸt3ÝtÓÝ´ -ÇCÓN6+/-ìç²±±mºq°>ÛñÍrùÙÛ‚ŽOÌô‚3æË0cè«þ£©¯ݵº&¬3ˆÕTŸjÛyc¿’/Mòa—ç3«S¸P|éILµ~жto»Š·fbTúÜ?i5udœNæ"ÚÏùK·£<™¶mJÍYÃ’Z.gW,è4M_ò;&z ûƼՙÄ#Zé«Þê ÓŸó]+{0ôƒ¨‡™D«RÜ·Žå“WÎëROi–ðƒ¢rV¾/eùvjNcéÌ’ë²ÝŠóâ.$:Ákÿ*ù‹Å;ã $ª§5ÜìW{MÙvä¡Öç’JY.›Â~sRÅÓeɘ75ÝTÏÑW]/£‡f>Ðéw½¤•Ó•ªÆCý¶ZóG}UÂvS¥™¿oäÛ»Ä==HQ½ÎH¶ü²ÄÏ-(‰®q‰Ð»ý¡ÏØŠG0ðj±ô{­ò|~®ÂGsÖwD/çå »9ùé¶™ö@±% ©M×Ìț˔œz)}u+ÀzèWIm»hp/÷dµÖî骔٤•æ|ãÿ ŠZ{‡rçšªÊÆXîH}ÔJ È.Dw]?Svñ°ZŠàR^ãÉâ(Ë…²Í1öpÇ1T“áZñbé•—ut)ç¯Â"ÿXÜzY‚YWÜFÔËü ö_Ê3’Q(Ö#\«*cXÊæ[=E ÖU.ã4£h\A’»µ‚&½AÕ–ú£/¥ØYAôªËŠˆØ©ŽáC~‰ÈKnC˜GŽ +ï$î#l(æ$â}UÝÚ­;´fÙ;ª;‚IÊôšV,Ï|½û(_J¥ » >ò9JLÊéÙö­‰ÆÊ’vÈyŒÚ„N¸ÒŽoyŠî°ù1:=Ù|œSÒÀ†H)µ¦y1£)ª0ëé–Ë2ürUÊó4S-s›û²ÍqæiÈV‡©%Ó˜"ú†›oZ/´)Ê*o4r°¤‚*]"“%ò¾°DÆêx?Hüò)×Ò„{)йÇ"7ч=¯–Η›Ídž¬—‹GI=¯4F1ø.}6 -$¥§·8!ªw K/!·ë üÊ\1<=ØŠÜ6„ ŽÛA[ÐøÓgαÈ4Ó™}›”"ÚÀz3*Êoöä°t}ÐQÄ _®*xÀÍ|l•gÛ½Yì1zÒg0zêûXᾪT3¡z •Õ~w›=·9qʶÛKûÆ+›?ˆVÛ/$¥s§8m\œ< H˜ŸÇodrž¸;Wn)ö…$+ùeŽi; -}—;ݹ®<ê•9ç){þ©’ñÈ«CÂ%eLø‡Ü_Hƒ;¶Ö¾kpcLÑøƒÍ µý²_Hm77_R‘¿TÉí˜KÁ`f  Â^º‹ÉeËÿ(¾^¡ CUÏuQ¶_ñ³lšÉ`Bð9§ø"Üxsü’¾³Òõ|[L}^t7£ÔkƒQ”£óž¶Fz¶kÓQàY¯Sijy§ˆó+Ñ%Z©Šg¤ÞôSp«Ûa¡ûélAÝ0SI½¦§YªŸC©WTÔ!ãò?H9àKÞ®ô™çöœ¾ƒ”̼Šf´z‰7SÍ‹’çlha1×1¾¾é¹7Ó?ï´Yë\(gT¾‘Þ¾ˆ™ØÇˆìçÈâK÷"áÔô®c›éÆ-ÆžZeì*Òü.|m4§Ð£3ÜAæëöL¥!žc#ÔR?R¨Žâ–RÑ(x­¾_âåÝ9pßí¥WÏ1]{4z”Œbç™Q[Ì®#Æ÷±ìxLó’øÊn±rÃzSïhu'ÇÅàBä,ò„B敺2„p‡@Å‚Ç"mV‚o|Ñ€õ~׃z×~>õÑwõTºú`|eÕƒ @ ðñ¡|M(NòÞLr^"¹Ô-€¬/ù¢4^_r8”Y¸­ܵf쵬W^‡ŒÒ_†ä½eQXfÆ Ï®9œ=Uæ0£Cú‡‚ÀðNÌþ§›àôƒ 5~w…;¥îzÆdK3<5l-™ô؈`Ò{T&–b —u WuËüЛMÅr³:-ÕÚcã 5ŠhpÏ4ïV ÝZ=î)ùŒ›§ÍÛ¥kÄqIS¨IF4†8È¿™·®ê8s=E0õá鉣ê=LŽ'¸³©œSîš½¬±žÇÒ b‰ËÄ"Üü2Øy1¿_TÖç«77k ¯X"`MÝXxmL«ï@üáÅ?ÃÜB,‡nÞY/™ª Í[tÒpPVõR'#ï CXA”Ä—¢ß“{ôΓ>ùüàa.| G†¹Á]ª~Láp$u8k¾®µQ€{Wà%Y¥èIJμÌ4îׯ7n{€›¸‰± rñ¹à’œ‚/»¾d€mÏu€M­qn63/î=ÌÓ·.N %Å:”3Ú]˜BáÆÊ\íû83ðIÁ˜àköÐcè>án}wMN\a ÿ¦hâ#çðË ð&Ai œ®Ë%ˆ´TŠ¥Ù„r›‚±N±œQ@ hªËb ¬Ÿé²l¼™é<ܯý­›:§mb8{ êuÔÛÉ*Éè™çݣ͗}JaîHŽ£ÜíŠÄ×mAç>€»oò™gF·¸$ó »¿ ¦o@ô‘øÈ “Ä«/R€@šnK’KZPbz Hby$™& N& S• - nüw Žï¨ˆÿiç/Þù5;Ù~מêGIî¨Æ S‘a»™ÖøÎùÅÞŽ˜ˆ|?¢âïË)(Ü«S©LûþŠ÷3}âp|’ÇS€4Xåb|äÉ‚äÔÅ„ ÔU(kÅRJÛo¥;oðý“ °¬ (kò=ÿ&µ’çÈË d{´÷(Cé׸zŠo-êì×MÝOgªR–Œò¿~osŒ¿Vo1Sc`k·ÆRèMƒþ”ô*ÓS*1yrá{(É€:×,@· m½èÚ¸è>µt½xtþ:퉀váÐjš/¥ã¼ð Þþ Pƒ;í ¶r4ö4?×ZëïüJÅ)4ÂF넬ÎO3š{XX-Ê0Ðxä¡ú—t÷É?Nå¿<Ù*«ÿíN¸(êFÏäSšÕ~ÃXhºùºmaæ˜{¼3fk€™EEÀDú0µw¼!¿‘A<¾Œÿs~™(":w¥i—ú(qSsM¢Y¦áÔ(‡óÓ¥;öJ‰ã“’þOþ·xSÊý/‚ûkwÍw'ì&€«úGÀÍ.ßô]Ÿ‹åé®_m®!¬—ÞC€Sû_§=ûðÛ€=T߀í,«°ÎÝ ±ÐÙ)P/?x§ÚcÀ®YÇ÷d1:U÷·~KJÀvâJN -ùEþŸÿ¤7üÞ®kK PÐùÂ)£ayÊ¡™€àÁ' hk\3 øWf øßt|‹ƒ—f”;ßÐÆâ" |þAHZ [H”Ë–~Ûé—'ÿõÿ' øßé 'ýuû—Úþõ¹&pÒÍ}ÿ.&­Y ÈÒ½ -äTm¤ oêœ UÆU å* ‘Ä«š7dvžRúäÆ7¦ýÁS_Í~*?ujxrRÒ?(ùÿHoø½û7¸áÿ‚·Ãe£mûâ5}hÿIF`ã[”ŠÆOW•¥Ï×7uvÙ”ÒÌÕ4+wÆÄíøüaí÷åJT›-œiwþÉ)N|À›(q'(9ÁÙÿ—Û6)dŽóߣüE¶=¶×šß©dkÈø'éŒø“ÆðÐÆåtfjÏcRɣ ÿÀK%tÔýZ[·ÚóéˆþÓgÊO¦×y@Á`t›³ÕÙu%V—­šÙ¦~<‹ýzjBÊãØÁè÷á™g ƒµa°}ú€Q»Ìæ·¹¦mè!é­Yµòƒ,›t4[è§Or&ó &'´6™ÉÿËÿ3‰ÿ/¦MÜ¡‰\WÜî›;pJ«y#Y>í¼}¼yÅì!"œÂ²Oï„ò.sÂkÛÜõÝÜžûöº ÆÝÕÁ–ç\c´TVíùBßU×óHhgC¥÷¶sd¤ü˜^îˆÛ<&ÿG’Pؤ¸Ó&0ôI|¢‰³61†&°1‰ MVËJ˜è†î\¢uéM.V‡´zXÕ ò3–º¸å[Ä<â²ôl(9üt¢ÉÒdnáÊ„âÆ8„{´Í"ñXlÄ-‘ܰFãÅA“Çëý[]èõõk<رž­Sí‘®ÖÎ<ßœvˆÍù”d $L4q­&súV{áZÔ:A›Â­UI¢W“@Îdµ,Þ‡ÀÈŽ¶^P•‘¨=âf‡Ñ°F܃&sØô;Â|=ósdÝ&·Þ§³}÷Ò¯uª;qÖh×O]¨ÎÎŽA dþ>l›I“Ö°R•,è4¶M_yŒy×éyÙÄgJ£ÇÿLãc>®É»_¨ü5)'Ä;qÖæ>“¸ÿüÅ´Þ¶YæÜC—§ÿABï’c`˜a?’KØ6­Ï¦\µ†¥NËr¹aÏ‚ó¡éKó©‰^+cÞú âI?ôÐ6`m;*³Ì µå¼®FßùûTå¡JôÂU%f5V%Z%’ä'Wc‘;ªÅwûÉIyÎm\Gíç\†¬Ïêò±\f,h÷ÀL_xÓ&z¦ÄXݘ7óÎb÷¬§¯º•@ÍVQÛê­œî75ZôÔš¿+çÅ}¥¨4v’;eã#=uJ²å‹!;F(Ùª>—l-MˆŸ§Æò$’|£ã[×úA -ªw)dýã>íñÕìt©;mH1ýnÿmáf×ÇYõÇ]§_ж}ÓÊNšÖøTAPk™œ¬œç9]i%[QÉvFîÛl°ã’U—DüœO‘èj©™0éÉýßü|ø`ùù¨îòA†lò$z>ð$ɱlJÿ|ÜâÏ¥ªGUòô½rž‰§¸3“~È·Uú#w‘ž»¢J?§š ‘*B·È&•' ¯Cžœg•[Mˆ.ú¹9»]ŒÏl¹@ÀÌa[™Z%‘I èó¹óa$)²IF 5»ãÍÂãäÖÎyÍ~è QÎIl¿fŽì3zILajƒ7?JìïrwŸ9I¯´“úéC,Ðù$ãpÝþù-LSèü-Œó ¦ùà%‰ÜÚQ5®˜òvWj,V˜ºtèÒ—64¥Õ§u¤ºv¯Ñ“#í§wñ‚M#î|u$€²4i§_fe𧦅+îdñ]«øƒ¸ -™I[ã‰!´VaÔ3´DF+ z›8nr'Ùž÷ÂŒo®…l=Ü -8U;ñùRçÁ­Ÿ#À£ÆîÉ Í -Å»ÀœtFgäHJÓm`Ôà ã;?ùÎÕº¤sÞΉ±Fœñ™¨¦p¼Ùá±üî–Æ¨\¡Q¶¶G×—†®¯Ž\^\ñY¾çÌ;>-‹Î“åsŽñ²Îõ²Œró¨ô)¥>bf•» ¹)túAøB?Úq›«»æJfÉîçüŽ­þ9]ÊFÑêÝžuIêIô9ª·Ú©ä‡¹Ødº -²Äø#UÔõ»8‘-O±ÂruDK“@ªK‰…ÏPÓãó]™åúÞì ë¹Ã -‰«¥M™'Y"ÞAÑBûSEc•Çdõ<h9ªWQqRݼ…@ûôñ|â¸MyÇŠ~Í4‰Ë‚¾…Ç5­ïîG*²°ùR n1—PÚy á YŸ7*Nܺ‹ÝöïMä0ÁFðy!m ÛÆ¿C· RQžÔSvjXCÃZ‚O…ƒSÖn)÷³Ç<7Ak÷ÜaC:=ã;Œ¾]¿dåã´4ܤ‘%óaW¿s¼¼:Å#VwGß¼¦¢i÷ë@,ÎI·ÑÝþ¤ÁØè‰‹=„­å1‡–_¸‚ò}'Hc/€Õy6îÃ@]²ÛKõÙÅ<jظë, -`ï¨X¯•ÌgVÆÅøgø@ -«Ù,v;}{!¡…)G;²GY~ùoZœr -¯Õö›+Ÿˆ+µ‡'ún«»„êû鞊sÛ -Sœ›'ê5bv˜îÖD6_`ë2E+—ǾæfkèÑ\!ó¾¼þ ©¹y¥Rƒ2ÐÈN2-Y±Äƒb¤§µbYÌ·Xî4@ú i:>å}så‚dݼm–f¾‡µí‘7+Ì+r”û¹/ÿ B-i~½z¿Ìû²¹Ýèn­|¢ ÛÓÓhSesîó©| f©SX‚ñIß4>ÆÒ~Ä—‰º4а$DzOÔŠÕZß´FTÇV±D/€ò<ËÙÈ»ÚÈ9{ÈÈÑb9渞¹—Á±eesÕ¼v¢ÊŽÜ¿ç%Ï´)ž Ÿ[_¦ßŒVºÝ©·T>“Þ Þ㨾þAÐýB^Â7d6…âGû dÞÜ K+.ôÔ»ô}}ŒP°XJl, `$åÅR¯ Üû½úÛX^ ·ŽÐ’è™´÷ˆÏ/Ø}ÓQÇ­eó1Mw·ÓVbûND¤q6+ ´MsUøŒ°ò ó¡{ÜíAŽ=÷Œ/Ç=Æùõ-|ó‹øéߘ?+NfæVË륛éßs°}›Œe/ìÀš{¶‚X^ €-ì1Àú«#ÀË3>æ  °V%ÞO&ÿ7Þÿ’ås/³''µ¨·ôýTÉ+½HuÄÙÒ”ìýƒp"üÁ’¨R -"ç‚È©Œ›,ðm#o ;·_—›lZZì¾ÜœE.×ÌW|' §X€o5–¾Ë+øÖm|²š¼«\¿¤7;'žËX¨ÀíK¼Ÿ4,úÄ'´+ÌÜë>šX¹¶ÙÔ'"/ã$' øfÓN}|#ElôÄÊ!s…ïr%¾æ"| pxðóŽ«› À[©=À×òà—üä,'QÏ‹€X¬ÍlÁåj,ç> VúÃå E„wò‘éva@˜5 ârïO8þ Î'tÇÆ¶F5U#õÌK“"™ViGåÁ˜§ŸË3Ab2aåOùßÇÿ0ïo]ù)Dкb¾Žú|@òH¿Å²sÿfw×ý瀠­X -@>ö@Îõ £½â‹¶È?dúù¤‡Ú€Ô½e¼3ؘÀŒõÚðÝTìÒ­ ùEÉ:«3w­!SBþ Øî #ð#k¼Sãöîñw'PùyÿüÊe3®f’Çþ˜o‚’ † ¨Ï9hI¯:Xíà+@ËÅ ©¨[^ÿ’ÞYÔt»T¯ªÖˆO-ߪ°£Ì"õkêýÚR@‡(IXËÏru?oÑ)±$á%yÈÀOf¦27öë NÅâËðoIÿA·ß£$¤ô,‰‰ýö,ý…·Ï4`¸L0¥Ó7„×™f»>fÊSi1€Éñ.`¬C0du˜”E:îQz=+‹†¹Lâ¾å‰/锩 lÕ‹r¢°Ë©H§VæÀBiáÚ)áÉÿÀÛÿ…n“pà_ðrþA·_{Êw‡_æ€Ë•¯±¼PÀÙ 8ò–\ªÝìÍ»vŠó€­\Š€µ>Çxœ¦ŸÊØ\}½¸\è öºEr~p2襑3SÙž!$­ôåÉ äNÐvbMNPòÿ/¼ý_ÄtÔÙÒß@¨8 r6ÜT j?á–ˆ—üÓ›€¯Ÿ®€§¯¦~†‚<±œ1_[Ú3ƒvŠBeÚþc™N¨m¶ÿ¦'ˆôoP ¿nÛÖMûoËíߨÛÿ„ümà dÐ/iÃ÷Ô^€ä—i Jˆï÷ˆçãˆÅ‘©¾øòA,ºùø\XóP¥­ß‚Ý0~¶ýVö×ü—Ûþ_Á ÿGPÂÿ(ûuÛ~­­¿ˆt³³€:ØÖ&îw@¥ ²W(Ïn(Ç`”“ME9dä™Ü¹òJ¥»£æëÞíÖË}PÌúp‚Ù“ŠKú~.©ölÈÿŽJHÖJûW\CPÛd1²ïò€Ú ý¦ì#`ô_w` vñ@¾W²¡åÖÀȤq`”µ 0°Kô_$ôkºü%¡_&úŒ€ôMeÈϧC{Ï(•+Ųì<>™Óè>!g³Ûœ¯¯+±·¿lÕêéÂu«·Äm›yœšPæ›`@I6ÂþSRé=TSÅÚ²ÍÍÊr³ë2\k¬Äº[è§¹D!$kw%¦ÚÿšÄOšûĵzŸàÆí–Ûã‘E‚C“÷WºVÜ_¸Vëq®>öØYŒp>–¼yj‚–xæœ`?dØp7òv.?j›•¾o®·ö¸½æFãh%ÎÚÃe“hO¦±š?+½ÃìÓÜéÄBÿxls¹Q™67I\mBk“xæ¡Å¬-¢ßõ§’5²L›Ì’OBC÷P1è$ëÒ«Þ\œÅh%ŽïëåÙÿfBÆ/ágÑ¡xq>J,5h)f’{/ÙqõøÑÖoKÃC¾ª ÅMÃ(‡j¦ß‘Ú…(ÒzµÞ§·‰zñ}|Ýx­O¿Àv»IXm‚iÿ¡“b¡“¬4–ÐÚ}z]ë&á«Éüî„”éaKqÓ‘™dÄ9£:Wn»«HQôl0£Þ§ƒÍzé¼ìÅ7þm×Oa‡¤‹Ž™K'@ÉûoTlHjߌXnqûºÒÏýt£©^Šõ[ÏèמÃõf£¨›øi+è^i•BeR-– ¿”0Ñ$6i»$ -!™Éÿõô蟴îÚ åÝ1mmó>ËDå“nJ7¿)nùFSº•ê·Ö¹ZׇF-²¶íšõ9GÕ¡{ý.™• +îR˜NVËšp%úŒ:ÅmsÜ,rÑ#¬Ù¯?®Uƒp¼à¹’Ý -©tbþ×úS «Mì‚¿Á¦ŸèjôXT¡±v¬L2ÅçRñÑTAçK¢¶´*nÄRÈžÔⶺ7Šeñê¹ó;ÖÔwмThZT½ |œ(ßq+óà9=^sŸŽä\¦®f'U£žõ¥-–xU}âñ”~ä%³êÄ$6iÀ% ↓«ô¶Yù“izå«…¦nt -Ê3Å2YÆò<ä;öç´ýy5Êþ†¯†ye+½qÃÙÛ•´œnýIº™_ãi•aß kØ›ü¯˜olBð~‚òèfÿ™¿?0³>•3²è¦íùóÒ&ôçe¤‹Ùó>?ö‰c}‘ åÊÚÛ¶‹;¯¬×O÷ìÞÜšÝ}¹˜A馷Œмyç6tÇ ³þ—Žw-ëst‰^¦¯]Ó7ñ],Ùû_ëê/ M‚¾5&ÎÚ„2&˜6ŠÁãî“ØB]ñÍóéóÀÕb‰Üïüýô<˳äÜ&Ïšc`·¦ý\|ºvT †Ög‹N¬a™[Z.¯ïÌIÝ:›¾\}óv„þôU?íéLj\ÓÊ>;S˪ÖB¿®•ƒÂ.±®þ ÉK•Iè7©á—„û›ô/jÛd -XÃðúõ„"x,&gAû¬lNªÃôÅnÚDÏ#ßÔ~`÷EIÍiõÑé÷®¥m¯¾ÆÃ`¢¦üZý®n¢œ—] ¨ àåNÅMKQcR“lµ´?¥&Š;ŽÅŸÈFyúk¯ý¢ùÈ'­˜´]RÜ×9ÌŒ^&zÒnF  }ÕÞŸþ!¡ÈGÛöET+;KUPã’¬JhASÎ󪥨dÕ•oë^N6ØAQzî7uÉO]ñs¡¦¢«9{aÒë~©/ my|1zü|Ò ~„‚ïå;‰Ô"&M™€ïÄûëtÆ}Ü‚™õÇ iüªm£ê^=ŒÄ*ÁŸ•Ò̞׊ŠòmEÄc1¹Š/Ù`Œ”ôÜù˜d .)~N+ºŠ/ˆÐ­¦ ¾Ñ´ô5ñùÀÙyB[\è[v»hìÙrŠë¤sØÉ!˳Æú»à½Ìò|¦”H|‡ùFtΣK>‹9mË•¦¡`ƒ¨ˆä²òÖøÃ骴X}/ƒÉRжîTü¼ÀPÖá¸Mdr)BWi'LÚöYðuÿÎÏ#÷Å“ÀÜj”G¹Ð«Sql;ë -l9·Ð˜Ãê˜fjE²@Ÿ÷n‹VÅhJÝ.è™ê´:8eèœIFªE>ßä‹|~€‹í•mæÞ4ŸYg2¦ÓmH¼™-ʘ¶‡ò¥5êÅÏJ©¿üìDÏ//…¬ OøEq1äƒG7–^kÌ­VÙ †•%»ÝU¶l9[90‡eåÂÔý'#ѳÝììqZ5SÕi -e¤³Mº%âóÚu‰á@G¯ uødʳ¸ŸÝú8F̦XÜ‘ƒqŒò´“¾Å­a%ð*5Å´û7’7¨‹'=¸ å¦Eùí¹ß“¦˜wåaZôÅ'þä_ž ¹«@`“·Ù+¶š[O™FXÑשЧµ×;¢βGõR§e¶sr€![2•GŽÄ˜îRÒž=¤±xôº´«F­g:Êî7"œ¯EX~¤Zе—ŸCÚg}M=Šž2g-¼m£úWhÞ©&e~ÕJ’DÒ:ü1“¼ M,·ÓmlåÑí¸Åè½2@¹>Cj®µ†ÏÓôVñÌêr¯Ôs[CR¶1gÁ°~P«pݪUÝñI,ý €ö  Ù=  ZÔP>É@iŽÞãZË;@T>~Š¥—+3 æŸÇ&úÖòÍ38ta%ÔÞÒ·ÕeIE•â”ð!1)-#|^+t°ÕHl¡¼ykÁzÕ…îÆv”z9“iªŸ:¬S t;÷ð¹¸.}ù\¯Q±ÜT,?–MÀ¡7°{¹Øk±Žû"Æ !€ŽO SCÌçvÓm¢×ÀB·MC«Uë¼ ¨*Íö‹ãÙiÎíõ‚§ñˆŠ/¶) C©!¡ã[]Ò´¼Gã «dbÍN -\ƒÀOw4ZÆr>€¸©ï±„0@ø A1‚òþàíXú+_¤w,ßLH_‡!€;¹¸ø¬…ؼêÙÜ…o¦ rœ3I>4Tµép\J£|x/½ØÚuuþ®´¥¢ûbIº mBøíÇ'ƒø1½ó¬.|l›P·µR)9øz®’¤=™düÜd"žc)¼bYaÙqB, ;–w^¶ê} Z H^RcùT’~ìÉ2üð\ŸA঴FNß9¶ñƒ(&lò"vPP®"XO¦¥Ï´qáw”½[¯H¸áÍð²Šgš%ò7€¬óqË·.¡W;­Ö4—Ë%¦o9…ãœ@I4ÊO֋ѸɅz­¥=9ÊNWøb"ϾŽni9Bä^ºõâw*õŠÚuš€Ö·€.‰@ß™ À„Ù`VꋎÆÒ`c¹ê ¼\,ëÀu -0j~ýc\¾£qý»}ô=—ýtAfšo¶Ó÷m·aR*—Uµ6âÑ÷)~ƶ ”• Ê‹~ ó+契ô×XñÅÎé!+`‚m{ñ®¶@_ÏÀL%>h¥ô¥£ØtyØ¿œ-@×–ñÅ­#R,Y'–upCêÄ2YìÍ=¶œs[•â3™c€µx/a`YqœDžèû -‘“ß«‹!,Û{îáªÌýßæ|~#‘sÄ6“úilR È:—&À7Ña\ï±bÅåíª‹„àܯ,¼%_¾®¼N “%¾ÎÝDÚ®~ÓÒó \ex’øÞRÞ{í–¯_h€‡b+–ëÖŠoÁ5MqÙ_75­ïy®Zä¦]SäxÝ;:Òt¼í/ñƺ™Ù·ÅîíxgÌlï籉•ù¿lÁÿmç¹§(Ó­ý#ð JÀD2çˆAÌ"¢ ˆ$ýòý[2³Ÿ¾ŸÙ3÷îIóá’ô´ÿºU«'û ~ £ m QÒr_sX(ž“úÊÕ‰n+‰GÄÏÓ)ˆ_ˆ.3ô»-Á‹çV»G‰}™\nUܶ¿TSì3MYÀ·¥*”zcvɶ‘Z¤pýg²û#©Ì­ÿ¬ò¤ófäOv €çüÀÕÀ-« ˆDe -EÚÇ/€Ïž¿„I€-€—«+€ÇÿzeAÂiïAâÒDƒW2f·Êªóµ–º„e ?‡säx/œÁ°Ù"ã!aví|5+Èt@ùäbà/UÀÿÉ“¦»¹¯u·×WtÈ9¶ä~|‚[·÷›òÈq-Èò1 ˆWµ Ùbv~‚Ý”ìldø{¢x~‘ZN¿¬LÝ=  ÊžÆ - ù¡#抌…÷Hâõ•+ðé¿Þùä`%‡žo’·ß$Kù¨çz èJþ -èŽòt†$ æÕ¯ ïŠÎP¥M P©q /á%µK*¿X8b¶YŠ’c+Ñ&6,^‰±ORQ â+Y°èÅ7Hï™ûf ‡ÿzuÚ»Úö£ÒõKYiéž´LÊ -ÊE² …ð{iø# ÝÉ΂É ÓÉpEô…Ïä—Taî÷èið¦Ã8¼,X9‰‚øýw>9(Mª’ž Ed‘ÿ½äö›¥ ‚¼äûd™Æ„YÐk½«mm_IÐ@†I" µÊ }4o ]¨¥³­Wv—̰Å9.ŸJ“ˆ³Ä;@-¸_¹¾›µýX#A(ßyWÚGÞ6àù(´ R¤ïÒÖ¯ [­ ò'u -KS…L €üÎÉ<=dAÎÏAn}G@®¾*‡°4…ÖrS­obS!Œ~Y?ù‹YAôÇ A¡mPûû Í7 Ûÿ¼‘ìô®¶ýX!¨±mCPl²3Pªá;Pn'lP^&Ò ß@iX”A©P%P*ÉüÇóûAÑe ¶îûØàùx5«ô»ÚöËb¶”ÓÌ[…ŸÛÇ6ò8Ü÷ S½G†¦îÆ'Ã!„¥eÓ ö½¢mν¹ á^/ñee}ŸcšÎÝÏž‰-¨©F›ž¬¾z<å®lK² ŠWƒlml ž“ÿ’ }W­ow -RA:4( ²£p«g[“‡„X/F+#˜VuÚ0ൡ·nbóÒqØv;«\GÜ@5šé‘š>ÐÜ)§"üqNFŠ7Žl/>r8 sú*GÖ­§¤¶8|wézµ-G;ÊÂ÷2A®6xˆÿK2ô½¢i°(ì{Ý +/»2ŽÁ -¬ÁÓè*ޱjZj/N9¥')Þ°y:5ÍR*×ã〳§YL}çÉF$bŸ‹îFѾåð8¹±ØHr“3"ÙuÑzCØjUˆÔ—¯%Ý]Ö_un±oœs¥“}Ìã^4s Ò´ñ%¢†ÇD¶\_ÊkßÊYÖhÇðµËž`o¹vGT ʸ½ž'wìj•ÝñËmq1_ì«ãÕ"²ïæJsv˜ÇÓ“¨vÖºÇøï…bewFëǧÀ¥Îp’Ä?>we§ór­Áy[œ¼dÁš ªRaA¶6 ë[»[÷ËCüïœè—êßwahP^ûñ¢¬/9Ñ÷CÞ3Z«^ŽÜyk²@„´Â9“QÍñB¦Q˜Lû½âÁrÐçVaÌU^+~²mÌÅIݯÇû¶²31K)ý×m×iŸ¤˜K˜—üÀX°BßÚö<È5nU«íý”-~ɉv‹‘ìÇʰï•(ò’ÿ%¼#ëëB“EuãÅõ(®² -Ürn#¥[{Žº cÕ!g‰+KGé~rH[“ì€Ë³…¾µ`+}¡Ì7zîFìôæõÃû9qoºÕXxÛÙö³Z§A¬½¢’툕Zê’Á‚ZÕà­Sñ”×BÇ€< ÿ¥tõ ž’ïÍ+íV¯øjCÇà¶>ãlt¥$AáÔîªÉé×atë4â#8x m†ä^Œ2ž¢L7µŽ·T~GµWÎ4G%ý½ôj´Ýàê¥I#ƒìwuKN›õ|œÈÖæÃÞþå¨pe+èÏJ#/ûEÊAyí¤–Ë ²6 Ò´Aahol©“Kº5H{ÅÛ¥Õƒ²œ4/³Ã¬I?¤Eƒ«lÖïÚÑíFª ƒRseI­ÍÛçkÕ;­êj~V^:©4REª‚˜b©¼çŸ½2“.KÊ2/%@µV´x-È~~Hç Äá;.ÛTãKÝê;Qû?«ëhmÞêaUO)¿eJTW]9å^ª®zd£ò:'˜JƒNôÊ{”#6•º0-ª VTë"ñÊË…Ëv¤‡°Â¨qñòœ¤ä¹N7›ÏÄ &' Å].OóHv>µ'_’ oÉåS{å›Lh@ø‘ ­lڳ̤š÷’ÂSN }W¨ºø£¨Îs 8(µ¢EÂg‰Â¨Ö§ó†ÔIç¹›ÏYJ¿”º|=ëj<“7ýŒw•Æ™ÕęɄng=Ê#œnÛ©Ô~öSLÍ:¦¢h«øÎŽb51t£z\§dp6‘\ Ëûñðdh £jGÏs͸–³dë”Ú†šuO—K¶D\nىܡ¤_™Õ8ƒ¦_f2 -ïÈ[>§¹*ÚÏ«™S”RÞHvkû^2 ­îëMF—WêrЇ©QÿT ’䘃³´; ’É\º\Ä1=蟹 ?ÿÅÊwpâVAô™W· G›÷rf5"wé-§¯Óˆ½X¦ö³õ&Åä=û”bЉkRY%¬d·š¼ÓêŽôéA3¦I¬£.‡!I%ãÓ i¨r™ä†h7„Ö5?%„ÉJ"òÚÆç³UŸ‹ý&>Ÿ/Žø| ïîcÕ&„™Ñ –¿þÀÑåª -oh©ËîyNk]³%~uLooè.Å §Ëd"ÏèAýÄÁ‰¦PL‘ºì+ê"S{jÔÎIã”ÒH®_¸’¢i¨ù òÉIwo™šÉ„çÆÊ‰Õü]éWÒfñí&yŒ7ê{/ÞhpÙ8Šu¦q4r|½³£p -o0Z%øCQ°:G#ÓÎStF -ú(vÏÞ—„žÞÁs6ÈÐÒÃtmI%/WœFyŽÌL+#§ÇðŸyšà¡´Vøœ«oñR¦#‡°„gOÔÄj¶¼Æ_ß.¯Ïx£‰ÆQÐJǘ¦XE±ç0ÚíÖVU;ê‘ÛÄ"ƒQ²Œ[rd0ac2}H}d°@GíÎ'¨Òqa"ù)gº_óÉ©ö4¯ÐÃåbKšhlAؾ$àw§2ÁË4Â&üƒ7J¬Ó—Q¢ªª“h¨||‡Z‹xCö619æícŒ9Å¢ƒœ=’{´+Ï‘ˆúÜã‘Áɇ0l¤çZ(g²bg ä²Ë0‰+”E„uÚ„bÅ{óîÛxébu-ÚdQ{ž\awpÓM×Г¸”P¨”:ÜÎ{çeY>±‰Ð“DÎåa\šÂv“õÑ0Ön3PÊ£Iô¸ Ñ^ž`8ìÇ#CfˆPQë‚{/½]ˆšMVãÈl=φçK¬•ׄñú„À Æ‚E¡@'#Á,ˆ«n·ª;ÍäëU¨ì ™(\û4[Á–nªSRtšŽ…Ì‘Í-þ8š‹Ä†í q©™Ä…Ådníǘaä\Ï #C71ÄÆž?ÂRÇä å³%Øó£Y§+#bq "ok†—Õ‹®„1°a™ «:‰ ”ƒ Â|ÁáþƒáüºÂÔ\áHÎï4Éf§î j¾|¨îȼyY¢™zgâ&ûSá¨tE?°‡ÛY两ùØAõ&Ñ“, £DlÀFØz~ˆ]÷‰!ÊsZqÆ"š͇=,ÂNá¶€T@}WÕÒœ?ò~Fiu3)ïw£#¥2vHjýH¼™a›ƒ°¹‚0»ÂÚ±Õ®=ÆJ¡tÚÍÈ`aŽtk[whÖ\ÈÜV>àË'¾IÔ%iTÓ|,Þ°&Ñþb;ŽœÍ÷] 3<‹ò†ÝGæ@î‡+é4âã1@ԅ뾈T Œ ( N>e›ˆK·r‘D€Èå3@a K¹n÷ÕDØ*‚ CXë\·« endstream endobj 82 0 obj <>stream -OsU(²‡&‘]e+Hª‹æÊ`™ 1ϯ‰m¾¤»;6ÁGUÒ˜D‰öv¡ùè™g޽p•šöoöZYOÚñíçÚ¨å.@§Ä Š@´çÚïÃÿÓ¯š_¥ -Q€ÒÑ:@#/ؾ'Ý>mòÍ k¶+{dT(pñ‘Ù²D89hi)™3îé³Ã»¢nâ…Ǻ -Dûwƒ‹Ð§‹Zót‘»AÆá¢ ÉÚP–k ©n p€Ñ†°$áBý'½\¯B¹²^ïj(Tµa3´P‰a:oààlCÁVãõFŽÛ0ån´”‡ÿp"˜eÓ£µg÷DâŒWÛã׌wÄ౸›EFm•C-·Ê"ó:ƒáºûþ–ð0Lƒ_[ÀÄÆ`ç­ÅUæÂ)<æN|(V `÷\Ê¡ °GþðUÞŒ+ÝVõ“«©}€åÎç/«a`mP[5;p¾_"³d>(ûæ¿Ô4lØDi‡žqPž*ñýù¹u9~%›iËð+Y$ó£0°ïC€QÇÀš6$”HDÂ]D²û ˆð‘wep߀"Ýß9ØÓ µB@‘ - ¢Q(눜3'i)/Ivs Kö*˜ Ö5øKÓàÝ‘…)åç3ÍìO’wñEÚ¢jãþ,zIìbc%Î\bð‹Ád…ežî Y̹) øË¤Ä`N~ -Éðûzó9ˆ5ˆÆÒ-³g]8ˆrÊ$åšQ%U…²Øÿ¯ ìõ ø·$Ü2ˆèKD®òþ2¶å¨.ƒ%Or÷—œKÇŠ“=–·a²PT/‰ïflqŠáÑð›*+dIXs õþ¿¸.ð«bÈû‹¶s{•û -ˆÞ7ˆÂ&ˆÍšˆÙ×(ˆ98 âáani ˆ¹°}1WÙƒ˜ž³@L6â –î7@ÔNÁßèä_ zQFð÷uÅñMm~]=;X8›2Ëóð—Šïwâ;v"Æ*œ”:2²Üæ6 uÜ/@°|C4ßý3©üÝÔíôâ+' â~ ‰’TÛ–ÉH¤º(Ö$Ò-$⦀…Í`áŧuïˈYEþFÜÈ‹¢ÐÌDRÃ|’í²Å—÷(±,¾¼øa™4#F´wF¼åIÌ8ýîaÞiå¯Iå y»‹ÿÌ'³˜Ã—<éô]r{gme€«nàZQøn)\¢L€‹ à • _VæG>߈ƒDá*‚í?ƒ%:Òq¾ A‰¦råK$±O~tÔˆÚhI,ë_¹æå«Yßä“?ÖqpgïÅ$o?MŠ\x/"iqH&¶2½²äû€,I@ÆA Û•ˆBѸG'~kŠ?ß‹24 ¦9+%iÃLÃlµ~‰QD˽›ûÕ±€ì]9ýŧ7Ô7K8ü£ø‡KÝk$˜Í÷¦èNôèåöè.tfT”íõÕêo¥€<… €äý9 ‡ƒDí®ºéDùV£ò¶™‹}…@ú ù'WPŸdm¿fG? ‚é÷²È?,r}'Sàò~‡€TIÑi€äÅœ‚äx¬d:ûÎóÓ6ÚôÌØš¡‰,j¸ÃdªoK>GÓçK*Ìœäÿ©ãÌúÈÚ~“JþbÑ›æcÍ]HóßïJûÈÛ¾ëI¿d&ƒÒV2™]¬ 2³Ùdh°ioë€ôšI‚t‚4âÀÿ+Ÿcip¤·HôãäàQGÙËûªürRüÈÛ¾-ú’ j‘ÿãÎgÖ¶ -mƒiPaK7ß«4IŒš«(\Í(TSw×$ -ä‹…6È­ô Èe.È^IÚ¦ioóùI¤˜Æ:_3ðcWàÓ?ö®D†w­w>ù›‚r²ýXÑV‰%¿–×Yä` ÛÔ¾Š…ŽJYl ÊÉ -*(ã‚ʬ›Ìë2'îAÉÁ½wµ­xÍ‚Ri8üð¨®Tø~š0èÔž-á¨R1cñáïçf¯î"q7‘+Ńx4IT%¥6K|†ÕµXvü#:ƒ3ï"Ÿ^MÊtM:VÔÁñUcÄ[®dwØ\Ï=“‹'¼¶‘MÂÞ³‘ëö™s{;÷Ë.#5Î¥DfbTw«é ¯˜BtvIÌv—Gc^ö€¸pc}ep98'Þ 6åê.ª5xiçv4¹‚MЃ›œ\e5VÉé騷úëÒ<ÛÙk¥.ƒË&7Iz6¹Î§œ£ZïÝ›N{ûx¡Ç/®Hð„°ïíý_s Þ¥¾ãÛŸv-„}Ï·?íÚÿåЯ¹Â>{¶ýŽk!ì³gÛï¸Â>{¶ý» £áÒùU@fãk53»U„r9=Ú_2áSj¹tEcÌÛ»±è©'Ò!—2X2ÉòµZJ-$'™ˆì³içÖÍCì‹‹Yµ;(MØâº|Iá×jÜz"ÐJ=Sß•·íÆLÄVaßTCÃw2~ÛÀ£T—¸¸õ^wrâúrv!¿muØòª‰uº4¶°ð£•Û:»7ø#% 3ôÖÉŠ5¡Ð™/‹‰ùÂñ=m•ÞžŸëQkCo´Ø¸ñöx¤æ(}ØoÒ˜+?l'¡äæÇ2´zΞôp«%äòíÜîRØE"@NêF×(rÒâ&ä¦gÓx0¯·åI§×ˆ7Ýöàᣦx•ÁêÞ¡vV÷ÿÁžÏgNÃàñ ÷ÉøÏÏ÷ù{.‡°?íó÷\aÚçï¹ÂþŒÏÐÅVG¾­Ì#ùç¤Øúc€Nµž°ÔÊÞF¨KWœO®ýöÄ:š‹Ç#ÇN6¸ÏFbk‡øšN̉Em{ åôÊ - '´H½®¦úº?L+Üe“Es#W}ð‘·Ñ%Ø-¼WY+³ÇÇ¥Úí–ñú®}¶ -—±Ñ¡×ÝR?*ì’Þç'gËBtçRâ&¾à–¹qÑ‚>I©m÷î%,—¡E±Ç¡XÃ)E@üúÑ8\8•¬ñ»·AF;G_pÁŠ3Ró™"ôéÒ¾z Å¢ç¬¡YcÕÌÄ|ËJÆÀÒ³ akŒuz¹WÍ}¿ªèíÝô.e‡ëG=jaÁܼ¥uñ>\ aßóñO»¾çãŸv1„}ÏÇ?íbûðѧgãÓÚnéÓ;ßôi6EùôyÇúIskû©Nµì™ýö!æÏ _´uÚ±µÛ¤®ö®N-:¾ø¯Fד¥šHï÷б!Ý@`[þ³ýÛòCLx—ý]ÐOÈçÛò;~†°ßý|[þ^àÿhôÿFÿïþómùm?CØ_ü×¶üåÀÿ©è3„ýåÀª-ÆOx¯ü»0ßÑÿ«ÿÑÿ¬Ÿð.öwÿµå^H!ì/>À|Gÿ¯þ÷¢ÿS~†°¿øiËŸîAÿèH釘ïèÿÕÀÿrôÞÏö—ÿý¶@¼lû[ÐdXù©˜ê@F¦òp¬ùæ¾¼Ï}áÛYkP5Û·Lº8ѽiU8GHlz¢–Ætï…ÉêF%!,øøƒòOÌ3jùï—W½ÇÉYâ§Ê®ëåâÊ}EŽ6.òìzvb”ÍÞ²˜ØÒA-ßVÕù£¥ðªP߇•Te}Ì "º›$?!!ì³?ÈWPû¸zƒB?¥í'ëèÄ3S®û( -¥²Ûh7Öv¨úfê˜Íëk×…÷}UkòJ>­f¤=ݤ74îáóg¿™ŽG-ÿÏHû؆f–;oP訓°¾‚n2ÜÃá/ŽûÒ“%'zª®ÍI2ã_—K‘ÖzŸVfÅ\bfµÈf”j…éyÂiX³ÆÂüHûØþmù‚™úê+æ¹ 1ÍwÞèþp·–#Ç¢E‹EJÃ]—žg%z‰ù†îw‹Ös£çuw9çØ›EÏÓtN<ŒÂÛèæ³Â>û“ÐÊf÷ h2œ„ Nö¦|cên£ÜÍîmÞ/©ö«kUD*­D|yÓÅí­æ®ðzÉ»˜*îÍùžj›ñÒV…a‡ÙMÿ „°à‚ÖÚ~2a¯ý$ž·¡Ì’Ðirì0µaNZ÷ÂÕÏFWçc£ySJ±¤¾;ŠêÊ)¯÷óf!½È•=›¸îdÄî+¥~ÿ’mö>$„}³ãZÙ†Ïø3[…˜=-å>oÑ‘5Œd.!Ì(jãôEž,f§ÛY<î÷«¦´IwG«EÍ3…žãÆœ½ÌöF»Ä«5P/zµ—~<NBØ'~Z9„¯¡(ŒãM³·”ÓÒný[v‡ª:š¦’ê5êŒOt5ß^ž,¿¬œÖ£Y¿ïNù„Ý‚×KmÄ—†ÇÉ(×»ÕÚ©ÎÜ’þ¸¼{Ë̸ëÝprî}á­)‹ììÚz}3>¨ú‘'”J&ÎH=eÚ]-#v«N}j%…ñf‹§Ù˜„ýÔÈŽuÞÿVBßÝûSâÝÀ°ãMÃèÆ›âljšñë£]®iƒ#uP–/¤¾›È­žÍÍcÈ"Íg„¿®»Ÿ²hÿú@·ˆs÷vx{tZ±MÊþy aÿ~ÜËÌšíǬ /ï %y»ÝòapŽ+REyT–’¤f_îz;€ùáZBøécöš€3᱉‘ïö¹åÃì–b:V÷ªZ«£¯OM¢_Vÿ´<òTö–‹åN´ãmùt‰DRÎqÖÉU÷ñ©»€Œãí<¾$¼€GµIØß¨Ãs¾¡ô³ÅšÜñåζÝp.ëÖ1‘Y5²¾j$ëÃõ÷$„ýðÐ'ÄõŸfÕ Ú¼¾Ö6ü‰»?žûÃm_Z»ífc_->§Éƒ÷ú¥Íxx©¨|Ï ï¸N<Œ˜C`[8Ç šÔ0Ï6RmŸ­gë»Ñ/Jûá!GÊmJ7Nd›ê¨Ñ_Ë­hÝßh-6ïÜ÷1ÈØÃÇ-¿’ƒ|¦ë‰í\›A¥bk€Ä‹Mzµ/5ÒÃF©žë ¥VO÷JÕC´ÚŸ“n®­oná·jsDÚ¦·y}Ä3/$’çqË{£ïÙÝU}0J;ûlŽè9¨[³ Zs— Z+>íDuU×ÈÊk/'+[FÎüPBØ¿ÿ¡ø”.–}êùÔ!+ûT§ý‚[ -æáÕ­¡~‘áxÚõáÌâî¶j޳‘…ˆÕöŽôM;„óF²/êV¡Q¹ˆý[ëü˜ÛãÃ8Mm_KÇýy aßÛûS ŸÀ a¿ ú LØóÿ.è'0¿ïØO~3„ýåÀ¿-:ð&¼*ÿnàÌwôÿjà%ú¿è'œ#ÿÝÀÿ¯¶ü•À˜¿r½ü¼Ÿï É_ üOFÿwü a9ðÿlËß ü/÷–?ïç;ú5ðŸoËoû g|7ð_ÛâS÷Íÿ€^ËÚ|ú”‡Aг½õ“¹1œHõ}85m$w×™=œzIXqdn,U(_§£JMÏ϶í3~uµÍq-ìüÞ2ºN¤+ö±ý‹ò“Æb㯘“Þ˧霎"¨ä'ù]ô=ãSI8‘¶Fêý>}m"¤• EÃh×!u/ Ûj;ä6R#Ry¾> -+d1¥9ã³Âþý8]–þh±PƒV’Ô¼ÅüTšz·×ü|_œpÔÁŒ©”º1zWŸ÷!)½jé©ÖŠsKÙ.Ãå¤ÍEgÏfâögħQ©ü¾^ÐG‚.Ç”mBÐ~iÑ„7µªƒ‡#çû²Ý‹Ú‡Õ¡`²¢cdV/wzüy'ã»ãh\šoÛZ}„IðñÜÌøöÍŽŸ’Ô§)jòOL±1ùêÞ3Ó$þp¶ èØÝ#…‹»MM¶2JÕÌdS]KQazn©SñĶú¢\n¹Uz3,̰‹‘Ü¢Cë§$„ýðÐ@ÇÐÔž/vÀkhV÷“§ìe­D–î¶Ý=;Ñz;nêk¼~-].ŒÖÔ˜cZ‰3û$7BØæ\¯Tç`õLñšpjÅv*ügħÉS%À ¢ÿ½n€Ÿ ËM?Û*bÎCÆäÀaÌîÅ¢˜~}túí¸<æ;Bd÷ˆ8¥7,O‹²9‹NuW|N -­>ògùä7¾·÷ò´@Úñ²žÃ~2{kyÙú`_¡ îȱüÐ^Jgx¯ÌM øó•äñv»âûÆÚÇ6ð4x-<Ò}}ŠºŽËËê‘mÊ ‡ÅÆ~üç%„}oïƒ*pË =¿ù(ì’ÛHÞb6NDû7+š9ë¯Ã Sé´ŽÉÏô l‡ ê,ç\ÿ*FæQ3ÝŽ¿¥…h‹Á©w;ðKÒù3âÓùkÕ§›eÎŽÁß’0ÄOn­{%Y•œhï1'£Dß(õ2çswó•bÏvw§r[ÍêYUÜ?WO?RËqe·ç§c{Ô§éæ¢w5då{Â~xè‡AÏå7(ô³¹>ù´”B½,mºH/³µ(z6æSл's>qFúÂö- ÓÖæŒÜÏw»ú’׫Çéd¾gY6¢FÛ}ZŒ1]þõvs»òü%„}³Ã§& ü° Ê'?‰#÷…§×ì –†8Ë?ut2d4ªo€'w[úY.6sj*œss–+¤ñö]j²´.vóñ ¼ï·=]¬¶Wãk÷ψO0ð³Äœisz„÷JGÒÖ¥Ût°tļyêx½)+™ì†…ðh¹Z¢ýYÿkqÎN«Žv~+;Hªk‹)¼½&YœÙÅ:)åùâ%„ýûñoħ…'Õ¦S(wõþˆ Ãofõ:_ãÔq6ëž–›–úì½¾zD^±{ŒBØ4ç3é1’ƒóAö²·c¸½~=KüV,—C›G·ƒÿŽ„°mˆ‡ÃûØñ~²–?;,ú¸.ü'¡‘U“;<·¢±»5t]Ülˆylc'¦¶JGÆå.<$ÃM¯' §ý*6 &Bîôf¿Ÿ½6X3CXƒŽR÷?#013ºp_(@¹eæ‹«6HÔa[”ò¶2†ŒóýjE”5Q­7>W8šãæ9g ©èýÒ›ÅMµ²†Ì0ݼÔTå£ÔÕÛûº1/+õ´_Pÿ]BØ'~(ï -5/³;òVß,ÏÏÉYQî¦GJ„8ê@B¬/öŸêd:§Öâ¸åK«!ï.{¯¯Ê¶« LŒÞóÍá0É5Æm{ZŸÖ×BÍžÅÚ¬4]þ¶„°àã1C%7<À{©I·Ž³”x•Ôp)¾òz%›nrZ¼r#¥–. 8²Tﮊ½f;2›-¢hÔW{Ш›‡D£ž‹ƒVM¬ëíêcìV—¥w¦7øømq×›~ú²‹Þ¢§ óšì;Uï².eº˜†çØ´¨ßQœ½>+¿:ÛÊ5ÌÄOq´Ióh]($ãµyUocSÕUÝNU^{-SÙ–ä\¥îË…OHûÄ]êCÍ:]«TÆ”•°Éíåõ<¾ˆÌ§sr7‡„e_HV7ú«-Á†(7Ò–§ÔŠÏÁ©ZEòç÷jÄQT¯ GôVf¾]Žhþ½¤ }¿¤°1ðgä=KJER>«7}ÒäEŸ¬ógŸTÓ¸O­b¬O ݧ‡ô©)Þ÷ôÝswtBw*FÒµ¤víi¶Y»õ@#qK )C£„Š1¸^ºšwxd"®x!L¾.’öïÈ'0ßmùMÐO€ü_mù3~†~ô˜oÇþjà?åØŸñóÝ–¿øÿ«-ðB‚Ñÿ»0¡c7ð¿ýŸò3„ýåÀÿK[þtÂþràÌwôÿjà9ú_ASÖtæ“ýåÅ'_ufG>MuŸNâ´Oùµ¡wÍ–á\ì^ [¦è®oµd½Z—¸¡iUÊ ¯ÉÜUïTú%;G¥&$$Gj^¥"]ÐJBØ7;|ªL¤¿‚>—0ð¼÷¥YÒ§#5ÊÞ¯>=¯Áùþh1ö®·… -§ëÒÃÞIzÄTî×Ä`=êz–²úíi—õ©è†0uË{Þ×ý-’Ï›–<Ñ~GÞ˜ÐÏ2ËÀèKsŸÜœ®Á_EZìAÐË;kæŽÓPtÎã’úÅõ2á—-õ“ ³7+gŒÑ¥˜×­Bµtqx­q~0Gö Óhr‹¼¹äuy å aßÛûCù(ôsy  •³±Ÿ$J¦Ÿ¬s~²ò^¦t¿º+.‡„0»eh“HÌ -Fª.Võükœ+óqSÅfg?SµôJ}Ò·E¦;:έ*ÿ¼„°mŸj§aàÛ<M èézõ©« #-í h`ùÉÍ=ïMɨ𘥀á®i>jGËJævYÙÕ+ÏŸ[çgS휳,óN7»«·§™w¶u1gë²¾ŸUŸšô;ò¿0Mb>œw½%}>N £`ûÉW¢ø°ïQáþˆEon=ãÖñ)ÞÆÉLKŸoc]µ#T‡©ÐÏïPt˜Ø$rV,Û#“ojK6ß“öÃCßd¤Sÿ}> ŸÆž´Ÿ ÛœŸ4÷Ž7UÉâCD3â½ü„ ‘X‡°úÍVö–Ù[µ}n&­#íßÊÒÓŒ¤×Ãì3²È_Q^‰Go“kSZC9¬~QBXðáSãtt¼lÃÓ΋©4¯œ"žô“9tê§bçá Åûr‘™»õMƱ£Í$%6õ^j«¸X©Êwvœß*­-¹pº½§ÐNìmn´¿Y!lç«ë‘¸­,Gþf%1[©<5IÞ+§§‹{ÜÑ‚»M%E'J$k¥ÒƬ3iœåH¢uLw#eigcÉõÈ.ÅÅ-†?¸Ôæ®ÅXÔnåÜv¸«Jû÷ãü´í@ÐN‚е´Ÿä3üCDæ–ûbü¼ÃðäÜÒæIçf®k9½¦U•¼÷ÊðþâÝ÷ùm|¢–…± ‰ºdçùèyäc 1ï‡Ó ]îïGÞ½eº:_A—M^C½´wã«ü}9Lg¼çm!çf:Y}\+°ãRÏ  .G캫qt%”"˜(¹Â‹›ÞZú¨Ö¬TàèA\›Á{eÿô .¿#°’ycB?ÇOx\ǰ' -ÏÒÛMrn}Ͱ·ìá·,d$Æ|Íxçøñ‚*ŰüÚ¥Ë}%¸¸)2D÷<˜OeT¯ 6ÃØ3¡ „{ô©ééé3ÿñïÂþýøú)Ÿ ŸËðÒ§)öD5-{_Fѱ 3†9¡õ¬QªEE]êæQ(¶t—ú:Û^+¢œRÖp¾ŸI=„2Éú¬„uzéjxÒåµñ¾ãnWïÐßHØÊ¼£¯_»>uˆAÐáÝõ¦ø-ã"‰;kê\B»z³qRG»©:žšŠŒFfò&ÝåÖs)³œñãªÎŽ«ëxk îåjWH‹…Nñ.6Û«²3nWãã=óRßYëàãv`àïļRï -ë$¼À#kÚR—ë®QDmåÍ™8]¤¦çþa}ßζ°Ÿ.¶¹1+°õ}{²°°Êð¸ä²½i¸@·ý|Ÿb¶f1Ã46RƒAø¸%£)þÂ~x2²YŸF]ØÁ—×~²Ç=iÖ†§$Ú®_"—æþ4ÓØ¡>ðê»suÈ,ýݨ14Å2WœÝ²ìaÚ¢ú©¹ arÇ 3Ír1Üjçèhó¸ï¤š=æT…â4~G|š!f!Ö{ß+‡³Í}±"Ms4£ÉyVN·áuwß'Ͻڑ«Ç¥’ñd“âî¥y|Ää)¬o¤7~Ç # G³;¬Æy„¹ 6YAÔM$ê×é’$„}lÿ”øtCÊAÂl^> É>è·³^sj–š²ÕCXN¯¶Fµq^¾Fï:X±zyÐßöc$ g0n©ÓÚˆÑ8¶âòîиÔkJÝ`Rj}â—šÕ> ÌžŸ•ö½½>-œ!¨Ö¸ÏøL¼Þ¹Ç\5Cíâ–!cr´ÜÒ¦0»Ô·ËiñºÞ#Ù¾<˜¤¢»îB5WmԱ歄–z[‡ó—ú­>[Ô3óÞª&øC©–_/NPäóïˆO[¼wK¬‡&í,Û!L#¶ùaíòïHƒd\æg#¤ZâViª>ê†sAZ/õ»•U¡ÏNõ^óÌÍ; •éÖùؽ[sêÚ VØËlõQ’¹jy-Ϫåãmñ!!웟‡nÒv™ÎñØ £”spìÉ>..$,ßg´äú\Å<Vmî±¾ÔÞïЫ¿®xKíTÃàVɺPhdjó8ÈV½þ½P­ìÅÊ‹9–+Û¨Þ¨ÔvʽóSòÎŽþ×;ªešrõ=eQã‰Îw«Ê9µ›ÂÛ dlïØV”{î4lï5­EœÅKÝ^×Zñ)ܪU„±+hæ^AŽ¿¼ïeA+3x)GÎ…HIaˉR—.à¿#ÚAŵc¶Ýs¥“–ì­¼6€× ±æ:Ü*EµÙjµ{óŒÖkGö§A“¾¾ß«·hŒ«Õð« ÊZ(G´žXêRµE)~­­‹ê¤¼)Òe©HXµCá"4U(míy¿Cïïý¡ødoõÉšZðɰÕ÷ ÖÚøÄ¥ÿðÉAîSOpʼ‹Ù>Ù,¦|âZìy4q™Ã9r–{gA4{µvLë%}kÛzE­-SLZh¿hîkýú•.ƒ”V¾wÂGÙË™?%!ìcûA?Â~ô˜ï Éo‚~óŸŽý"è'0CØ_ü?Ûò÷`†°¿øóý¿øÏGÿ·ý„cþ¿ø¯mùË0áù÷?åbÕ(ú$î |Bô¶>‰ˆ$ì”|*þœ¿Çü‰šë“Ú$iEÖ£Uzã:Ròè”=õ³c5Z{`îWJÂÜs^Úd²tÕÄ畳¨`ä±mÎWÏ?”öïÇ¿‚N-šC è õ“ß5˜«2œA¯ÖžOuÍ‚Oááéã–fewžåt{#ì\ ï>ì-£\»uw uK„"‹9»b!wì´r¯=Ëg©™ž~Q|r=¿£€ÖãCóøÎ'7Ï'œÑŸ+>¯¡Ü ·O•½k¯0{˜Øóì–Ž®c70;õ8vÃ3 n4uÕ+ùšÎé€9E¦«„ä°ÙËv³}ÀYÒFº›‡_”7(ôsíý¦KCL ׯ¾ë3Z»Oð÷_EéQ¯ú°Â©ÙÝ9<áuÑ6ºêÅ̸Ù' ÊnÐ×Tê–¿ØóE]“kU6¶kl[çuœ¯V¢¾ÿw a?<ä“Çmü+hŸfáÉ™“`Ì‹À§<¼æÓ¢Ú†=®1sNAt½Šsq6‹QØ:ÐuƤŒžÛ$¼^ÂÍ~üÔÒ©ã‰ëRéD!ë¸YÔ†¢H‹LFÙþ¢|`¾£ß'ð4­CÐJñiºgQç{Ph‹<ìè°vŸK´š~êvëÉ„M¢º ®Y†¦´íeœ89‘M6ÉY¯›Þbô YÜè‹*ίäfæWÈU >~^¾‚ž’Oòé!Œ~bvúaŸ.–ëïBÛwË-°GþØ«†0×g ¢ÓPW«»aƒ£²‰K%ãâ§^-•­#ûڽȪ¿•ÌZtÛT\ ™“Ðp§KݯŸö½½>ySÿí³t)B?Ù^Z™”¼Œ;Cï÷Û¬îÖZÍ…-k˜aRD½æ'T\k]…˜2ÁLDòYŽa6]|g­X;u_XvO_™öj±ùÇ©Ù/ÊWL3^0ßÑß,exm ¨4kúÉ~uÿ°Ý5z/¯g5G*öÖi3o© ƒ]Öü3zR­&‹êô¹•_g•ä²×y‰H_ÄjiòœÑña’šð³±™æ§„°íÏÊ?A7Ex!$ˆù8£ðÔ\@?7ÝýcæÊ¨û¼iM'RœÁs̼4 ÎÕMVÑ36?cÊm €´mS÷õYÝæôª -Ñff7¨ÉóØbq™]Ž^SvÙŽL>+!ì›>é_ð7hé -ÿ¼|»"~2|lzÓzw쨋ô´¦ˆì6·[¡íêÕZQ‰–Ù­·=âWkiñy}&ñýCãR¹Ù|\ÈÖöìº; ˜ð~:hI«ñ/ -ÄT¡ŸOúyª³>sïÞ²ðDýdÍg³}içnü5b+ŽÖ0uEß…IÓ=·)ï¥X -æI’R²×ãU_Ÿ¯#·OÜíèá—y‰PÛa«»¸õ4Ö÷´;Jª}z‘ŒvìíØèXzXùEñ©¤‹ûTª1Ÿ,Ä|ôN~2;‹Âyeyu¬Ú]ê>¿ñ ¿V›ëÚùØ(/ŽÂË“%e–×9*±åGNœN©ñdÔZýþ( ƒ-d¨~gÞìÍ;¥8·WÜ"Ü^6îÖ7¾·÷{ò´ÜªBSù±O7eÍËHÓˆ#í%3©Ê¼¾éÖ91¿æNÙVg$c*n2´ ϱykõ`ùÔ1ÑíÖ¹räOSmx» ˜í)eP‚…c¾{˜k1òZiÉTÕùyygGá‡OµJ‚–¥‰Okþù^î–E¼Êiýi6YMõkÆqfÄ)¹ë6¶©öµ½Ø>í¦@Ÿ^åñóUÈñå–ìŠ1”Ù+h«MÄc­è¥“yWuίf¯\ãšxl·þEñ©qb.øšO]ÜwÃK—/e¡wÿ‘€£ •»Ž…ÊFÛÌjd›nf“ËMFÍÌHÛINü0‰³ñ5öøEÜo×ãö—‡ø›ø{4Øhƒ"%Ô)V«_ùvï{òÎŽþàЇø”œ&}J—ê>=ì ÷rç®Ü¸ýL?w”~ü8ëô‡ûÃ)¢l¬&i-ë7ì9;ïç/nqqüQtÛ½Ãë…[>ojxn)y=xèþÔ G©K}r+ØõôtüªYÙk¢fÕS™_”๤ -åÓè¹îÝ€>³ú§Âü‚=®û£Ý‰ûÃZínTûÌr5£÷‚Ìy©:êБcßÄ×ûޝOv ã ëæ@·Wdº®g˜æ®GYJ-ß›^Bü°Ýê=‡ƒ_Ÿ&[¤O7ž 7܈õôÚŽ¨Ÿ2í‰&c7‡„38G^´ìJUࢉæä%`½Q\JúV9Éu^3$2lmfØHMP¶žíkãÚl¿æªèzV]µuµÜóÕ2Ÿ?ÿPÞÙÑ;îÓ–|جrÙÞdìd\^C¹éÓ×Õ`ž iå™ls›8KVT?wÓÒúë‘m©ýb¡aTWp[ç¥rM<ù•ªGÜjÕ -#7*¯¨Ö®lŽ·~¥Þ“ -BD…_”û¼¦b!ìR/¬o*U¥Â²ÙòÛô6yXìÓ'22‡IÝ-¨ÃK'}éòÚfКټ°¢]ò/·V|îýj™‚Ê–bäØŽ•÷½^fð!]ŽœÇé’Â.`\à‡\úE¹¬ÇÎþt‘ñë!ŒÙùíäi—È„ \„LêŽ9ŽbJðv»ÙnÂ(Ì™oO¨¹‹ÁâEWD9®Ëm¶+u©á¾¿ŽEu2V‹ƒôøR$¬©Q¸ Š|ÿw ²£ß?¤щ|(ÅóŽ^ÌÊËúµXŒæ- Ùd¬¦º«B*ÍÄél#m1ùª·ÖŠ•F¤]px½×fq:3ïoá¥Na”“úÚ•†yc¾aó\Iâòi_âsÖZšý¢øÄÎð}‚ðÚ'"dÅǻё+«“O”ªpßÞkúÄ8·ñ‰XÝõqž¡ýÄ¥ÔòÈ„>¾•öâžô×B¦Ë/dÏå—XÔÍU²´ã¼zEkÓãS·˜ Ä.f„y¾3$±‚ñóòú LØ–ßýÒ÷ÛòS ŸÀ„3¾ßýæÛ±¿øqì>À„mù»ÿ~[þtàLý¿x‘$}‚ÎTÌwô=e˜ˆOèHË'EZîß}|3Hú8oédõ>¹“ñʵòÍ£ËËCÓ͵×>”gÌqãTÒ·å¢>W’¾ÈDÏöË÷ÔnêÀù˶?!>¡¹(ô³˜‡ 9†[¯³O¸JÜ'u8øÍo$Ÿ¸ŸŸÐY7çã¦1añ4)ºvz¸s\™Òœâ)fÛ^=¶WK@9ç­úš/Z¢ÎNCO¨WÑ•žðR?+!ìcÛ'ì2ÐÑV‚*¥‰OÌé3›¿à¼ÆÍ'm8Å#giÄ'©bÉc_‘ñ#å6n¡²>Ú~»Z/çü°¶- ³Q:e!ëz9„j\(œÇOX«õNÙŽ´=Od?/_1Ï% -ž¤LÍǽ.­l½ŸM ·i8Ž®8Ÿª–O>•£Þ˜êTœJsw!©ÈÎÃW»VÆm m‰O“©¢f¨¹›2{5.¼ÓΜ0©åËcœ%±xTv•êNþöÍŽŠO†#¯€4ÇùdN4|òÕ¡|j…}J™jÞµ{Š=¦W¶vŸ Ò¼[š®à·Ø/ܬV,õ¸õ2é×õòœ¡º±ïz&)Õú½Bèüü¾{(µÓ¡bûM¤ƒmJBXðñÔi@PqA[[8·ïK†O¥'Ô»"xø®>{éÌ)vw|Ý]¢4ï„Ã+Åb¶¶u#ZGŸò¤©ùÜÖ@šjCå©c¢æÂ;²äò¤»i—òJͱÛåeÔ_ý¼ø$N‚bŠÞ'7×›Ou6A½e¤AYûüÀ9v/N&Ug#Ó¼IÛÓM“w¦n툛¶éÎôSÔ­Ÿ•!±ºÈ ò´ÊàÛ­±³WÄ>.-ŒÕk=·loñÀÙëwö~#_@Ép—†WW‡§€7óIóiúÔòDûtk:ò¸âý|wµsÔ­Æ'5{_&xS'#µi^CØÙ_¼Œ“Rhž“„uÜ U*«ÎîY>FÖ=*kÍm°Ú‰óë`9ó+ñçå}½àÄ럠.A_½:IŸ×£‡åAÐÒìu¶/±n)OZ¸ªŒ¢‹ûÔEÃr«‹¢ÇñÓ¾8ì·­pm·‰­ -ÚúÄiþ2Õ?™!l¶N'ÖBã¢Íx¹¤M^|2›~â£$´rÞðI‚á©™²`ı”OŸµ1ì-œÝuÓŒ:¨µ©›Ú†ŒÌ,#Ÿ_ÇðùÔ/uUÙ¾\;MlVç—´X¦SiÁoWq9-|,:\pšˆM8M*WBØòß ux±ç h§ A‹TÒ3Îöä~_ùš¦ÌˆÛµžžé÷¹×˜™tT&Nô¯—çt²Û$nöj!´süìÕíÎfÈPØ ‘‰rL°‡8žª“‰ýy 0ƒè¿A-t´ßšÃ“³gÃ˧œò8ÉßËÕûÉiÑXÌêo-ÃBr³Ë¦•NÃtE’ÝÇMÚEйÍ*%Ngâ:ûâøDl1äF¥¶01n7…õÈþ,„ 75µ?|N_ÝŸŸ¬•ÂVøÌ 1¯3Æ|œyØ-{ä>{‰÷ß^:7G3¼}r3íàÊkÅÌÛ=†« ñ²æ‹b·<ÚÊ|8É6ëw:}¶j]ƒý)7ëÇ»Õ^ÿ`Jûᡯ µU -^MÊûáå§1Ùñ“áEúQ ï¬‹„ª¥zµø-K¥Ú:XÂé²îÍå‡YlO1\\ÚcnÂDäî°œ%;ì¦À×m= b²4ïãýå¶;²¹Qw4dº?/>Ù«~Á ¢iúTì´ôé¦íz7\ËÜË+{h+­èѯ†ñ벃3Ú‰RNJͦiÏ„õD%_{w;;žZõ Þ6Õ‹Ææ•ò "HýÖJ]‹õòmÑ|¤Â…'ëiÿ5Ô¢·Gו‹7fŸ@ÏÍþ¦yy?¿_¢nõɺìÕÓ51Z³ðgºÆ_zÍïú“ŸŸJ*˜O•syŸþÚÞt]Q]mØ=‚q6 4ö-""Ø€½Š  6 -=ÿ/ÖžëªõÖW³ö˜{î÷Ï •ª1¸yBB’ -IC ·ÁÖÉ^Ýz¬\ÒM>¬Vç]ß {uº•_‹b!Í4»µÙ;=‡êï^Õêíˆ`Çáu ±E²«w*ÅÖ nÓ #-ÌS¯¾’í(ÕËC\¨øB~ž ÏŸ?_têqeÔøBæ\ûMÏ­µ°yî¹]Þ*Ù.£ôŸ¿ † q¦×‘ù2v¸²"Ô˜ÛªÏDû%g£Öœ½<ñy§J®çÌj²–ÛÑqµm¯—C»UK_ øˆ~¥Ìôwñ…ü<y#†ÅG¼6ïª\>e™ˆ°¢%¹ÝÛ§Ôg ÛlZéGçìR·¹YJ‘K£s_­Ã…Ûê§ôà g´ÍÎvb§S+§Y¦I^¸öfâ>W¹¹cZ[Üçt§–YCðJ©§ŽøjÀv\ÎC×Ú¸á±~;–øìš±U2G:ŽÝeÍ­_¦UòG‡| b¹øì¡&º“‚šèH\ú³¦i¶ÝNs´ÎïŠt긭¶Œ¡Ùlñ„Ûnñd‚o¡ç¢HY“öü'>££ÿ#áoá;ÛãökþñXÍV£_©ô·!?CCr¶¬9·Ù”‹KÑ e@?·k~9©¬7Çà½0Jk²§ßFÆh×j¡îñD ò»+…]AÓ™¹QS,ß^M2x¦šä=Ÿ…`rÿ_ÈÃ)rÛc%9>.œµšQb«´ ã´9EÕZCœ“ªÿÞä[œHt'L;ÞF]šE=(×B/DlХפ;›óƤöXÖ=å -ß/ððÜÔçÔK«—_ˆQ 4Âúç8ÎFñÖØI¡¡UË›h.çðYÄJé)º9½¿±|R_}½µ~s¤«$:µð’¢ßû*Òâ1£°‹LB³f®Q Ehƒ•kú®Ö¤ö»^«'âf5ÜÅ­ªÒ}3•ø²•ØJñ¿à ù]ê/ÄÖ÷Ĭ›ø›)Ä6gÜb_±¡²ÏÓ/†>m’÷gæ‰ø;5ÿ¾ºv?ß*ìõá3¦ô/E¿¡ [°ÿVôšŸ{ù—¢ßЄí±+ú Í/ä9ãh~"ö¿šñ?4¿þÿÍø\¾ð(ÐP ±Íå±?_Ù„²øX‰æ­s«¬™Ø^íÆ±Ô˜ðŠ6Ä$xžæÇÄó´À‰è*gJ9]%‚íI@n™h .Ekà»Qkíþ_Èßþ žu›aXвt¬«€ð ©yEo?eÁȾ_—A`1èÅäh·xÊ -º:Gx•h&‚GTÎ7ÒëÂãáô*sêàÞ1âSç›ÕŽœm qí´gþ‰´a<£ä'bô¢pgÑ„5ÙBÇBHéòR›rÊ9€x Òñ)U¯=/ƒ{ÿYÌoWQYgöáòÒ»†µÞ*~„Yÿ3²\­/°¯z6+âç…Uy;LÒ†­¾c6A[‡Ñ&µÿGøKôºHAÍiõÈ54hø™œƒÓ;›ƒ\z¯_òœMêõhẃp…1«‡2yîïñðt¾Óò5 -Þ™ 4À•n‡ƒW9ûƒ: s -¬¡:æÔWM£jðÚßâ ù]* ó<,/ÏuýíG=@rÁgFð&9‰þL\>Iñ¥þ¸>çšš‰¤"Õ ›ùÝàþÊe¥`—ìë>…öÍJ;°TzöËž %°k¡x/:¯5°†ºw1KKÊÚ7@B×_÷Ûöj²·&Œçlûé#j¦H%µ¹ÎõrïÏŒà6¡Ä¥|Ò‹îK#R‹JóþÞì„€+úÒmHêu¸ÛsPi˜§°ÑõN -r|Ÿšq+ìÃŽ‹ákÔi·¬ =…ô¶Ÿ1XšYÿ#²1¸ÁÜßÁxnÌ2,>• ÃìçéÈäi»_ åY5_×ðYs²_ȃ©RT`b;ñæ0‡Õµ´nË'JºJK›/66 -4ÿ8X¢)ÓÛ•ãÝ&v -ù[Õ©]7›3ÿŒÏZÿ#áWQ²0@Žä è»™ùÍ“ŽËxiÉäòx…NæŽì©–OÔW£«w§˜LHRšÍ,ñ.ÎÅ>k~s(¶qgƒûžÒÔHCŸÕãf’©m`ƒ¿&+Á©¼üGdwâÃÜ?Â?¸P“› ?fÛ.M/s ÷²ôsy¯JaÜÏ^©‰• 0Žjy×iO8G.9sS±»°NFybÜ_wq¶Ìl—ØU½Û¼8šyÌ…› ¹?(õ¼"ËT_Y¬Ô@™}!?ßÅ‹^o°’uöè÷Ÿ…båóÛQ¸*-Ã6¿ÜyÞËød\‡}±kM z'æOlÜ]ÍÌ`þí´Éb eéå@u#a¦æ{¶¶¹–«¥A†Ä·…”ž&fKþ¾/äç9 GRsÿòѽEýëgaÓ}*žy :RV-éÁùs0ÌïVÁ›çøŒðÎÁ6D«Ô/‰{ÐuͪV¹ÍŒw•ÇXo1¥áy’¼6Ò“vswLLæ£fk4ÏÅÌðá¿5ŸQ`òÙ×g}ËüóšŠËV£‚Fcq7êÙÃÌõîfê'V=tlÒû¦,&‡;{êM²ŠB¨íU*m2˃¶.±\ZžŸŽ÷í´ÊŽ…É#- ½øB~žÿ‰vï(¬à°Z'ScXγGPh&ÓOiРBiÍïY9ßfK4{Ùä5ç¸Ó_ˆ5ß»û7à4!Gqë{pê¬Øy¥9?s×ꬼ’ÛSøjMÂAUu’Þ`Äœ¼îH#Éoã3Ò €\©÷ÿí&ðáüÌ·çÓQTi5ÝYulïäI5,sN•.;?«5ÌuãÒÞe’£În -¿Ìµ$Ò·ê´>ªåFïð3n9JgBV4|a>tÚóÁPXQÃ%æᣠã9X'ej ·lÂx^‡ÎgË,Ø‹¨{£v?ô»S¿˜[œ®”üFܹ*XKá]ÝïÞÓ†–³Pj­ìwMɪj3_[ÇÉlˆ ø'‡£±Dó9éßFªØŸÏ*ݾ7«·â ù%áwä΀ñ”ÓP”«ÔaOA!¿vâJ³• -™Q«8åéäV͹§óÎ SöäÖ L•²Šº}iTaü`­ªÜ­´*‹‰e&*UÂAQ‘A¹Y!újÑý%ঽ0Ù_ñϲ2ìÕßîá3ëÆu`ng!ø:È—>ó-G÷Y‡ —ï–o·\ox¥{GÇË—Õè>3{þÄÛùðYP´× °êPt–†n,Ÿ÷fúxï÷.¾×È\S§¾wbìÊl©„xÒÏ‹×c³y‰`eÐäü1ZÃì©ïám+={‰iãÁe ,ÑgÅî°×à»D+RØSÙðØÜ4wbÉáTÿG9<üoû™aM3 °[IáÖÙé·¹1²OyAGš1w[KÞå¢Å^]ãMW¨o!)³ûÄ*¡àÍ®žSÞg9Ó [ÈÎl1ËtÊÕG… R=îóÍ{ -,™ÚTr˜eV¿þ#€ƒÁ613!@ÞÔ:Ï{~:  ™Ÿ‘«¬ØóC*uHòó…ìòúe¤¶ÔÙR¶S¬º\lZæt·ÇìQ¾”>(³oñ¼b²“ÎÐü±)lWFb)¦N2Åvx6ÛmeMMÛTËÐ~‡/äoÿ -fwŠ.TVD÷±O]»—­6mï2Þ’Ô<½+´u•ælF„yoYk¬&³$X.G'Gý,lÚ]÷¶‚ÏØ¨[”:‹ÚzŬŠÓm;Zl­öºyíu‡íVj—m·rí& "£÷r7€ü´Pøüßkä7Ï,Ñ~;…Ðè˜Iá¸_AR¥O'L^jaŽVÕ)fÔh‚©aóaò=ÎÜóÝ“wîuüM®Çȵ›ÐÞÍ ýZ¸­UÁ–Ö:¼MwRêíóÍ{®˜¤“— ùòÅxÖ¶zNn˜³“sÜøÀpó4TŽÐpt–I­v[(ù"|’§è–¢'“µYEx«Çe»OÇ;µg%ߎõD…~OŽuºs;Òtjqç[F--´¸°8ƒ˜¬[¨áZ¨Yöþ_ÈïRã)Çç„¶Ôì3ÿ86dþ‹3èHH2¹ V‹æÅT&V{¯‰sÒÚ÷a¿Ãà±ãõ_æ¤Í4_s—ÖùÜ¥e Ó÷ÏUN阒 -ó´éÌ«İÔ+«:Äm’|øpŽmZ±OÂvXú6,/£Û#¯ªø©' tdÚ“A¢Ü‚I‘ëwÞù'ô #ÕÅA[e€H§¬Õ„²F­yÓ™åWM2 6³TÒ…ˆ0êÞºt¬Ï[ÄèV/¿¶Ï/üÄ?‚3l{ò!Ü„úÎ.©{uã¢h˜Áæñäš™`ºŽ -Ra›é§´M¶;ɾ¯dBå†Ó:×ʵPçQl:ÓM¥q^ -õº§4›õ2(Óµ`[ckõd«†ûB¯ªp5¡J¡Íq%¶¸yE«?ã ù%Áª•çʾ—eUU^­Y°&7èÈ\ cÁj^ÚéñɧÓ-\ÞÓ•:l¯v)ùóâñ¨Ï››¨&µûq5ÜuÞU -©'>c° -©´±"Z~;ÅlY‹x™ÍUråÔ¥^,Sªòp1^ú›ÐI]`EXócÔµ0s¤C\;T‹+w‡ +v· ›ž^AærM̵U†0Yñ2c‰Å5Äù²ú¡'ã!#!Ñ”‰ÇªT[táßøõg„äêœ Çïâw¢ßЄ÷òoE¿!÷ß÷òÿQôšŸ±ñ)ú ÍOîÿ¯füÿ±ÿ7Q» E;Ó`JŠÞš%€­‘ÀÓÛÀ¹'Àó£2À6+dßkºšÈæžè'bSƒ8ö@Í- ð6 - ²Åf²”•}æ 9$¬¦ï;õ8F~Z|Þ®¢üvÎÞ]4¿/äÇàþBXÀˆžÇ)ÌY๮ð]æðûüq¯œKLf%ÃÐa•%@¶ÛmÅÇçZˆ‡›û*&Åýó„ÎÎó9:áŸÙ¶ }à±}ßLö^scïz’®é£Ki®ñ]ü5…6Ë5Œg¸LÌ8ÀZ@7'€¨ðÇs­oI@,( -Ä`ð1oÌc_±°Ê矧ދzæuBˆ®ufM£Å.*­/çЧ3Q¸x³÷õÍÏÜLýôºæöVpªOwŽ“˜T£Ù~nà³zÃÎÿQOmwxJNÁP&kß¡¨ªÚ€Å4 3R Ggˆêùò¼T¨÷³pyæ¢rM¦>³Ó©åàñXhˇL\õGãLœïÏI7ºoЇ¬ßݼ‘k>éÄnÔí]óq°Ž;mwõéÍwñ‰Xv#j¡(©¥.V0а…B¢¡ H~;RJû§=Ry^eëù‰n"”^§üC¡:­ûf÷­žI=Pý}³ýî³Üåyê::F©Ï¼9 -ì´5;ZD¾f˜Sû½5ªŠ¥|€(m-øÂb×ÀÔ´Ø94Ä æÙøì—”«7»qáE*QÐtΡ<ê&ï/R˻ĻésA›»e+xÄÉ”®cô²û¬ðæ^fÕA|z¨LÚF8Û;ŒÖgÓX„âv÷\ÔýµÏ,â ù%á¢eÿíœ`x±5{ôê:r«ÅYÓgܳ¢••P±Îçû{ÓHµÌߎ½q=W°_y^êKöÔÌ6îf¹”œwê´s´KõêtÌSò0î–/{¹˜Öõ—ën´ýa'oÎpþ]üÐüÌçÝ`Æ > -ˆþ…äø,¹„¢z Kõ%5:Må±xçÀĉ›3ò×Yª¢Í«é苲Ñß9b#Q°„§µ:œ)ã0©Œý}Øùì'®§îvÛ—•*\åf ³ï=÷ÒÆsùÌÀ†š‚}ylL<ÑŒ…åeSëÈ÷}å}õ‡R+éÇ5ò¬d3g_?ÔŽ¸%ÖLÏ_5 ‰ï2ûð¶÷Š–Vvð :ê,“vT!<¬7…ãx¹.?úSEâ¸ñ/ø¬û§þ=Z€('BXì_0žq® r©‚ röË‹¯˜LDrO`Ú™^‡ûû|ç*ïËJ% WÜŠG';.›~/}!{ -$Kú‘뚉i]-#½¦Ûc··U]ztT‚GA–•™3[©º1ZµEKø.1½h~rÿ#J(>—M3‹g˜†‡q¶Oß ¾¹ôÅFèzåiîuzIAÖÉxÛüÁ;V$ÈÞ :2ÚäT×86—…ÕØ”Rh½˜p‹u•òÍUÛ™/?+´Òâ’·3ƒeFÈô¾‹¿DaÅ ð€ø 6ñPsù™oÙïúOßÙdCÚZ÷ Å-¾Û‰Kh'bw±ãè>$Ìú ÍíRá.·%Ëb½LR¸üÄîÅÕ«‘i­˜M{°JöÏÊ⸽Mç9«ÚŸ]æ]bÔý¾ß¥b}·?¢! +ƒRžw`žo>ë…ŽügMÜdº6kø‘žy Ú³ÎÛä-t0m8ø×Rf¿½„6SbSIcÙ/D¦ûDB´dfaóÉâ‚8¶Úóqu7žúíÒh²šŽYˆ}âÔþ.þÒìç"ˆþ;}f°¾ì È?·~¤Ô5ôn’BÃmûÓë*8Nio'J!6›šŸÚ!WU¯ÉVFYgBTB/½Ä¼Ð®¾¦ËiŒNd½\ž4Å=7z½fC±ë°%ùTk”¤°æw@ÑYå ˆÍš9â3ß²õÜÄ×çÑÕõ,uÏ„ãÚm6\N.tÝØ!޽Ã}†{]Y¿4!¤75”@V»‡žZä´˜(ÓC4JÍçˆÊxV°ÆFSÀn©þ`85N÷:.uç¦\*ò\rm0ÆòóHñ3w`ùA~zÄÞê¨>v°ô áÚ¿tˆCÆ9=ÑÎá¹:ÎöY‚V·•ãÝTØž`/ÏÝŒ;ñ3êÛΠªØ&ÏÌb ^©¿ýî™#Ý^\¨wû¨/°6S]³Ç†+=v†T†Ì*ÜÚk°[¶[ZbG¿:í3­‘VLk¹:N3‘Õ¤“›¦ØÚ÷íÍ|!?Ïÿ ‡Ÿo ?ñÒÊ|.Ææ/ÇÅÅ|Aù¤—%ÊÞt¬ª·‡X8ûé÷Ībˆ8Oçðþ{$a ƒ-ËvŽ+UFÁðf›VÜ6­Ý\žNUï£Ö>,Ê-#¥š-Έ¯-î2~·ÐMª1¦¿‹«œ¥ü‹Râ7Ë÷wÇ -s8¦³¨êe ,7ëSYö†:WK»ýÛiG!˜n_§Î>n`…úíXSBZçï–1ìfZè©—£…Qâ¯Baà›Î¢2†P”¦XK!8ÿ»¸ËöÚåãX>–ÇØÎØí°£tz“šõYh؆m˜9íW{c§[ -R‘šôSzuÊ‘'nÞ‘êê¢ÝN¥W-_|Ö4~V2eÌÏ"¦ncRyB´ëÞÚ}×½M6[ŸÓ­ÄŽª—ß7ö'>££ÿ#áœRž>?ÎU6ue«]•жIMCRòº.1{/öäXLë¹a8ßzFçPêNòç -®35ZçF Ê_°ÜK{º1©-Ùº§Ìzõ2 5‰OjõärQ ÷šRU8[«RèìÄGø;ÔaÃÿ.Ž—Ãgæ°IG”¬ç y“@\ :R÷™^ÍÞÆ¤‰ùC¥‚=Ô@|Ö›‘A;Þ¶-£oFMgZ“ê;Q/ÇFªVOÌ‘ªÒ`•ø0 +j_,”ßΠ\ÖE±ö…”ÙÜœ*§.*S2¦_âKçÁwa>£ÌBw›»å¦_Ò¥ºYÌôЦ&^ÄRWæhÖülÙ¬ÚíÄZ¦,á¡4É›¬ÕçÍÚ¾V{Ç0D¦~¨´³’]Ö…‰[fÉùµdL^ ½±~ÑZðâ ÊGGfaÝÒ& -dXC/:ßõZýä¿Ý‘å³ù†ù üÔüŒÂýKÑohÂÞë¿ý†&¼—+ú Í/ä÷¢²¶ùKç èŠOƒ,C6@v»Ÿ€ìâe‚l-ÿ™3W„¶rd2W ¯ª2YþFdA¦¼¨@ܘOî·ë„º™!jBÌüÏžQQ îI£®ªnÝêöÞ &ï¾€í÷€6ÈV„à“û¸‚ìM ÖÊÎ!zG€Á3ÈjWåÔC™5²™s™–ùšÈLÑ„¸ññ±RœÅƒû`ýt9òõóóQ×*÷ Qé]¾ϲeër>¦v—b%Ô¿€l`Í“²íÙdça`¼MìÒ[,r]€]³i€õÈ:­ÏþÈÙ\˳çǃ×2ãš_xº,ì[Ò ÿÌ™«it™ÞÕhZ®ØQ1P¢GÝÏ=ƒÄ ë{ƒ%çÀ+ëÆ©>cuW Šêïð…ü’ð…å®Pt¾y€,(d¡#œ5Wágˆ! -ðü¶ °Ùn ¹Þá龪Á3Ÿ*§¢)Õ)DÅÛ¬Þ¶×^XM>'°¼TS­Íãn¬íǪ—ˆ`µÛ‹¼Ý¹ž½;k¹Šíì]qµ±Ó‹žò ìq‚šãÔT÷ÊþguSœí²¿§@àâ‚ü‘acqs“ž…5sˆJ‡Vjâ±Zé¹{tµê÷õìÍÝ[•Ú$÷ñ:Ø®NÇ gCïØë?Îs·³­³0ìô¶´ý¬x¿®îÆ–¾€'}Tù催u€¢g¸³î¢M­¡ž}@+d*³’:ìM%¹=Žl™‚°ëãH;Tà ùyþ;\+AÑN÷ ,Ÿ„'Emaϰü>¤·þ%̵··èJg&9ålǯÍ’Þî;øÁÐ~kþM%`\¹ÍaîšÇY9½±&r¾ŒŸÊ2·€‡4¡Ù»^Ø‘ö¹*v©2Vúnö}ûˆž`aoAÑÓ¼òÙÍø¹“Úƒ% ×ß<¯2&NHaÓTjlľ)ëV~©«3¦n(ë(”zØÙš›#s …½ÈچП‰×¡ýöÞŸ1X—/ƶ>È¿‹¥Á©?(@ˆùoà# -ã) a<7Ó4ÈVä{×IÖõÎïíãmz·£/äB‹,éx–>Ücg¸gÏ£…–ÚëuÈet9•Mš‹Q$ÓF¥µMÔƒ¥^p·ýJñb÷‚ûìIöèÕYªÉ‡ëD¹W[§ó½å%÷_øB~Iø €û-(ºœ^ñÜ}VØ¡è!9 Uþ*º7¼Úè䟌i.{ôr¦I'^?ÞµrŽ—J¢|Ù,ñò³‡ÝÒ¦¶ãäå¥ó£¹Ò[)®Ê¯·‘Í·1â^õ4Á½Ø3Ë1ÙzS_•2§Úxáø««Á‡ô³ò$ » r~НÏÒäÁnµÙí:ߨ—-rp·zKB_.ï¹+ÏngÝÇ`ÝÚSéhó^[MÚX Ž I½fœv»(\ªS±»i=»F}ûBº<‚±]´ä1]d)Õ»]Mª}€(Mw0¨»+|4+Y˜çcúYóƒàx„kèög§žÃÇ[<ÿì[8÷ózNÌP¥âe”…ÅLȦ­K<?sçû÷mmÌíêõI7£åö(¨6;„ý|vÈy–È/¹ŽKÏG"™ŽÃ¦Z¿à ù]* Z« úiä˜9òѾ¶¡}»Æ(}Þ70Ö¾úèî@7*÷@ YuuÜ••ôE —“{‘›Æñµ7R°|Wa†Oåß=V˜òbg¼œË›:v -â>f¼.W`¼q¾Ç”çÝ93 žf*Ùü7ˆ©iÜAxÄgõéÑ †;…<™ÉiÚöx£PбÇB7سszjI©@’µÙ¦uk³ÝY{Xe* ß-^ivTI±Ìmí L«)íûûê¶øôÝ^=ˆR»qº}¾FòªAG•hÙ®ãîì„y¢®üż¹w¼žP¬ëÙ'zT«.îï´±½sÙë:= `Ù—&æ!5§Ú:1¶”iI(¿¹Z¯§«,lÌÔ èvó9îÓñá¹¢ÕùТÛL"¢ÛÃ-A'jõvk—Ãä–Þ"õ–v Ôßá ù%3ýÙ© Ý -ó’qBÈaO¨çù@/éý°w›lÕ–¾Fzµ£4usÞ¼ãcz 9™î3= ç';‹å°Ø^óŸ=ë·§K'›£qkFjk_œœZÝ[ ZÝ—’o!N­KV¥uȽ´o#êxG£Ý‰UPÙ3MØR:Pçì‰õ´µ}«ã5šãVÒLå·³7Ù5ÇöS8 ËíàÚOåº>G6gÎÒô@{s¦èÓÀ[ÜiX¡¬ÂЦ,*#R}["Ø1°(Ìî?(,He¿¦#i­¦Xö¿èN§Ó{ìÌíÑJ_šoKÛÙYã°U2½F¥'•­â`¦×J£ÏNTs¡vc?kªlkÝ=• תFë|zßB]óHa×ݵ)–aã,ù‰ÆyU“ƨqï4 -qE¬{ª¢Ô½mÙ…n‹Ï—õÿ9¿4“ÆÄvìì ë¼¼ÏhÅõ¶vã-Ūé¹eÐßfǾ<:÷ôêg'*ªÇ§®t·p Fi;4‹®8jÏòMÒ÷?ë˜ÚÓúœ:­¾Z°½ª5©“4kõTõT ѽªð‡D•ʼ°Jl÷êkúpÜèð`Ó³=?Œ¤muÕ[*½òÍ„í1 KÃ._3&Y2Ä+ð_z³ó2•hÇÛUºeô_hә޳PÃa5çkõ„W®R°ÃXQûU~;SÖE/³¹·XN]?å`Æ­Kh ëÀÃÁþ¬…p©…;ßÞv™Âûâ²ÚœISîÉÁ_?äõõt³f»N°Töô{ç”%–Ÿõ`êÑNUaC·¢öœkùm[~™%õGɘ¨ÏzS^ÅAu*b]¦àÈ.Q›Q)Þ&ê8õg|!?†¶Xµ‰KŒ×I¾3\–Å6;EÈ\_,»·Q_§ö=ŽttŽ å#G³Â7I§WŸ7œA5Ô"”+Nʺ€q»‹êåâ ²[œÕZýŒÁ>Zþ¼Yíó…÷ÔÌÍÙÑ1WI/\Rê-®ëÛ7²eo2¬´h‹²òb€Ná»Ý´?û%¡}iP켈‹Ý²“p€ìÑ@NKâ¥$ìšr=€¦ñ ¹ -Ðú½ÐE´k Ê‘2„°èøtz:•±¦±õ¨M(ý ùqø3þ,ú Mx/ÿVôøŒÂÑU ½¶mçw€^ñ È J ž'Ð6†Àk€ÜU Œ†XÂ;H!ðÇÈ‘ ÐÚþX½ø(»À XÂòE®Á)ËÇS——h‚ Î#èÌAܾëßÈöc¨)ð·Lù#@Më2Ý2»wdäæò3‹6M€ZK¬AP(Óì´º™´Cì*¬®÷'@¥ ¥´Êt—  Ø~làÏa×÷î)V -0ŠQx~ÔBêÐ÷íþfÐÕíðIþqø[€ìì Eug ÐõÀ™Ü;™»E‚lµÉBlV sÚÛ Ã… €² -Ðm§ÐÅaÐe怶`ßê\Þ±%VñxVb,:2Og O±ÏËÑÙÑ¡w±.÷ðœs}}Ô;ÜPÛ×®"µ\_I (Ȫ©Å'bAE/ôÙ}&ñÑ<ÈÞ4dýäd—ù È’4üwJ¿2EYŒ­Å~cÇñé(¥û3—é'¢óqƒC<«ÑdYe¢bm*†^xS÷,{|we.>Û(=,v—ÉTOÒÆX} ka0žïX°Éð_>–J›"}ˆÞ`½íg%Šìë„lçDÇøm9~æÆÜ&š¨ýcèÝg~Xé:‰ÇyãÉ*WõAŸ¾G[¸+ü:Í‘ã§Ùó5‡¾÷çùÊÐ\%`×ö.-â ù%á'@Ö+@à)–¦ð3꿦Ø€ç†Àëàyü°kƒ|Ž•öô(¬bñúQ7­Ã]yo¨…à Ô(— -ªäë¯IËg5gà§YruãÍ™}9{ÖñTŸUöNÛp7G³:”,ÜÊNnÿ5þ3@6.CÍÊgu ø\’.ÀŠÄ:fk×"Àï•ýg†uô¼Ìz¹¨Bù퇗Å{+Ò• ™Ê~Z½Ÿn™Õ=ò×WêêV²äUtµË¥1í^¦˜_Šžd¹ëldÁˆ¥·UÕ¯'ɼèË©Q-Õ„o`hŠÊ;mwN3Æ)h8l¢’b®˜ñ8á<£%6"?{ nýÖ=Ñ®|tÉ®Ìñõù–²E;Ü"j¤~ïêÖùvZŽ—ÇèPtw[©}tÓ½¡ -“Ýë͵ÞÔ^ª9+TÖó»U$½mÉÊE¼ÉÔÔy¯Ô7N®ÚºÒ–Ò%‘[fÈ -ó…,“\sîÓˆLõÏØx 3>ž}>¦AÑÑäÃaâ‹0[„-Uƒ~ݰ½YÈÇçÍAÎ9½Ç¶`­â+Ï‹:ç'êIÓæëêH‘VÀ0WÒ®:Ò–fsa/3ê1X"µÀO‹ò|„^ØYqÔjLoy¦:_‡¥¿Åòó`òrKÑŠ.wwØ[Ž~L ež·37}hºö…‹a]¥ ÿ8u³I´^7µ$»O˜ÁPÃ+ædS6f3y3ãç2ì-vX}æôš}VÊ^OÓ…H<§ÕúŸ¬6Hk¼îlªc*” cê¼'!¹?jÎ$Xì7&ÀíË>šä¬ó…<«ztß_߫ۤ¥ì. -¨ßÜLºœ±¼Jºbl¸k[ïijOæG‚¢;ãUJªL$šœL—Yl6~tiôªœ÷#f_ðFINIŠÝYz#=/˜»ÖÉ‚¹zcßÀö2mîMXo&BøhÖs g7;QÔ„À¢ƒ™7©ê9áFgÛ-¾S‡zÚÌïSm¹ù…hD8énª³Þ@fˆ¦¸˜øxVlqLUQ8LÝÑÐ.òˆ*Ö`ÜSƒB¹Nôgõ Ñ¿²lYôäoñõÿvÒ`ÆmýJô™o™û,ÄɆôìù¢dˆ×•­¯ÜâÚÇRR‹ ÐZáú Ñ©ª3ÐfºNpRï÷æÓáe8¡ÌåPÌ$¨~ßãK=Øß—’Ä´W;­w|¨ä<^á/.$ß\ܲ¼¼¸§?Hý{ì¡æé ãyàŸ WUòñÔï·©•Kå­͹ó;5˜8Ä{adtî‘T Ý^h²°Vö‰ÆÊ Ìb¬ìTn.º£®ÆñƒË&Ñå£!ÁsÛ1á`gZçÇ¢Ç%nw´ÛMe -]=L]}|G¿‡?àI{ {Þd^?+°ž5²Ö ›yí*—Šõª‚Þ±lV5ã7oºÉ&62Àå]KåÒ%6 ØŸ[ãνÑHžìôdáÖæ’ûR·‹X̤‹x@gÛ‰Çì -Êö…sƒí'E¶GQø7ðyW'(j,@îâÌs4ªè¹p»8iì¬/Viû‚LÛjñRvÖ:t¶åûTÞ•lvDÎ]š0µbUp[~µ_©5.ÙÖÙ×ëtËÆ`om­#n¯“&éNN˜š’ -JßÀ«¾ ˆ–kÃ<¯½ãk#nE>œ8¬uuÄàø„µe£öªºœhÓŽa®Aá¯ãÎkQöKèä]ã¢mÝr°_/ç¸}yg‰¡Yf®“f¦ 2ffOcJ~ßkû:Š´}çÅ´—+Û¾µÆøB~žÿ¾dXoVN wä€çUòæ©KʆCN|×Z-Kc¿½ÖõñJož7Q“ûiæ´, Êév½Fƒ—“‚¥RzNQ>MÔ6—ã³L…LÚ’ÂÒí:ï` »¯Ñõè5v@iê¾êÐÔ(Óò¡×ý`Žç•kw(— wjíNº›ô§*¦Yõfçhp‹d¬O*­Rµx¬ ^BYΫOsF_ÂËÈIì‚aG΃¶Ü“RôFPs­Wø¦Zï´,¶´+ñƒílv—VÇ!­Ô–jSK­dS}€˜.6aÔ9îÎôXŸ:¸«JV­o¨F7íô¢Z&Têj!JæÁŠËE‹Y̘Dg3rùú~¸ÂªÇ^zLºÝܺ}c$Ø#¡·ùÖ»µ+w²­´®U)sDp”¹2—T«¨Þ8xPÙ¢ˆ7¯&×Ö6ËŸøB~Iø @®r»‹œTFŽåòSkñ¦–Ûª¯µk×7¯^Xí…ØZÖÒ n–´äáè´4æC¹ëÊ=䨭٫d¨L3•ÞV<À×Çò\ܨì{ñlÚÎ#ÓV­r“lì:M’«OgÔÐçbçÖß¼tcüzv!^ÜŸq½ Å˹E–—›“˜z&Zè9o+mT9gÉàó‹Pœ–§FSkŒ&Y§=lÞïoñ~Ÿõæ©!Ó|µGtÊ2§Ô ß“šdPÝ4 -°ÏW÷ÖÃs}ÞÚ=êåw2U ôϪðpiÕ¤nea)µ:Ú¿@×?ãÔÁ3ƒãÄ¿‰&1'º¨v§›õËŸ¬Ühk-2STM¾EOÈ}Ê‹ÚhdøA¦ƒ±óòœl«Œ™oƒj©éLíj£öõ2 Ûµz²Ö­*-|¾ÚŸVÔ¬TÚ¸o”ß§Ò¥¬GQ™-\Ñ2[ìÕ †õŸøÌý ?`“/s+›…¸Ã¼ÖxÙa%4~þlw¤IÿÝ4ÅòI<ößë•Ã9ÍíH5çL¿÷™+e‰£[ã¼xõr¼ «áŽ‹|¿_O”ßN.]N]ÒÙ’1-æJ¨_)­%ß,bá„-8Š%Dê½(¯ŽÁíþŒC£8î,´*ª«ìfÛüY¨3—onklS‰P»®Ä~j{wÏ¢7fB%3¥S‡Æ¬éL´yÝ“ Ëj¨«ŠÚ¬Ë,™Û”øbB+Zs`œÕåP Ÿ®/¼w§œ§_n¹Jú~!¤ÔƒÍÈ:–MŠX%¾=×Ì·•옮Áη]s<ÈíKC™Ü4{è¾Ðb½)^kÇj©ÜBm®üOž;•šD«•7kåÔ‰i”P¯Ô*b÷d»@F>›Ÿ´N|ÎÓý\%µH‰×Æ„2œMñø4žãêX–±·'o0¶²Ñ‡/ä—€^@Ž«)Hï[k>­,€‰;“épÝi#ô”Ò ÎHoøĹÒV“io?i€Ì’n!vŸý^‘Rƃ@ZøÐ¤ou2HÁëÍ;‹øPéHq?AKO fÆGsÛö/M$¹³>Wéàˆa µ#ÒQŠš¬ø }àÓ }…/ÞtÌu‚Ú"@ŠùÄPßÃH ÷Ò[$ `/™ šµ0m¶ùã¬ÛTžB]Ey_ÿ2ðþ€9ƒ¡d èð~ˆÏ‡y]H€8i "5Hn¾Hú ý‘Iös/ù7 Qs ¯ÍùS€LˆÕ Êýuþ -s‡ä.ä*uâÃÌc,‘Z>….¶‰Næ[ ˤ¸zÔ¨ÊâwøŒÿçdÒ¸Ð̪$GðR>n´§?º)æÚ°yÏÑÏðºX‘ï`ŒQ‘e˜F†Ò`t€œw€¡ŒØ÷ç^"‡L-ư6÷$eת^_†öXüöÞ€U@¯ÌùŸ2¹"Ô,^ æp÷¸0ÆoðËOŠ ƒÀÜBgg  ZÜ;o€¸V §2Ìó‡6H˜\ǃ9Ä}~zޱâññ´o¯ÄSÐZÄ“ì¬ÑøõB¯Tœ?‚Zes©â. wæg¯çÔl(ßP‰˜ÿ ÃR"@©;,·ûgÔV=}&.'@æWAæT‚̘Û4.«i(Tâ¾Lr°ÇgÇôôI¶%:ãö!»¯KTç¡×Rá,Þ“ay›l>$¢;¸‡ãí*ˆç¦î§6 ͳÄägPY“.Å$7û[|!? #²#€N Ì¢ÿŸA¶í! »åê‡È2¾•~—ÿ_o¢¬¨Ò´mÁ:TpÄyDP@‘ÒóÿËÞïÿíˆ'zíèˆ šeÈMRCfš>û]»£[š¼*î“!É>b?åežuª=(´"&BSJ-‚ϱ¸ „÷R’­³;Q=Œëé‰]‰wý}#'Kÿoñ¦PhLA¡^¸x%ý]Çá•„µj"ÊÎ_3ön?)кG¼ì¡A'H•oC¢Ä^gmR8GõýðÓÎüÄáÆ[¸ë¥Í»»¥eࢇ þÍŽ*\ó˜£Ã˜ÛÍ÷÷k{²£ÛHßzgö‚ÕRÌÖdCeG'^ƒ­²üMÞµ¾…¶ô·8’s]€lÜpïÛhÓhùí9©Ûè—®µëƒ>üžóÒxV:ÚúuìÕ“æä‘”uOëÞ¡T…ölm§ìê°RÞ«OKÜѪ3µÖ‰Ð߈§bg›]9sð>6°?›_²} ²ÔhùOÞ–(¬^ ÏJ ïPâË$呮밳/÷zx_ÕÛ‰8á¦îJ˜Â:…¬ -ã}[Τ»{5 &»EüXìèCc·5jƒ³õÖVk#b«]ZÑ›N›îLí’æW²”oêÁ1Mþ7@·¾¿ñee ðŒq€@^>•A¡<c­ÄL#kzZD†u}…=$gc»Êy3¬8£@íÃÍn“â°mmæxo³Ó òÍÕº7˜Ø¦{Þ\Í¡ž{³£Ì¼dLܼ¤‡™C{ù$æÌ")uÈ׫Uÿ WÛC{Z{ýûÀaö ò>¨| m;OݨÃ{—=j?ؽx8Wj³‹OÈa€ ùfÑV¯Åú(Xs³ßàÜ7Ѹ”˜Q–ûêJµµ -W×JµÇò)k٥Γ܂»~8­\¨ù¾`U癩VúƒìßýÿÈqŸ>7ý[ -þ] ú@S+I%c¶k¼ØŽë£âDk{^ëÃÐu>­ôAÉ øî¤ª–h½(ó4¹Á6¶ºc¯S…UgÉdã…9°Úçï4Kç} æg¾wá„ÝgJñÖYDqQ¾ŒïÄ㙹Zò‘ ¤á|Oú| C«/Åѹh«¡û¹aO®K±jžÄ#y=câmS½OnÛ~\Kk×vëFU±Èe잘Ejãçû—ßU𦿠qVŸ«…@®~g|­¬ŠgdãªÇ vsìeëm·W+µ>õWÄ*B&¥%÷Õæ½Aúü²/ÔÓÅN¢Æ Bùq«Tì¶Æt1B?ž=ìŽÉÇàxÐsƒ£±Ç†Yÿ‰ ŽÜùóß9#Sc¦eö?õ–ñ÷=OÏÚcƒÕ«÷Kv[¿êŽÈxÎe>u”š¹ÛsÕ·rn$¢˜ÑWÒ°¨í?LY¹,ó•9ËÔÆm<® ssšìŸ+¥V¿¤Æ=¿¯{Õ=ÏÒ fh¦°hºWí–ß½*K‚ÿúœÀÎ.—쉯ßõW‘¤òØ—¢N5Îß”–H\R[¬ýööÐŽQúcÛ}Ÿ=­/Hó¹zXd™ø<¹n¼Š¾u+ñÕ¢Ô«ñ˲ôxMh©Ùó{¤..;Ftw;Ün•î;;ÇÑ}Òy-/¯ÿÁö?@îðÝm P£rÅ4…ÄLñá¹Æã;8ug»’s?#Òžg!b³žÅƒåg­7É`Š\¹éÊ;£nÙÌÃx¿2ä%F”‹¢eq Q»¢°,D´“r;c}„ý펊ˆsO‰ˆâ%ÿ Kð) òlš”9è§¿kÝÔÑ”¯ÞyæÎî¤Àå염緇ô]^Ϻ¾µb¢Ûe!éׇ:åÜ÷LOÛÈxg™A)’2ÒKbs¢(Ë„ÐÕŒ†ó’m·ÉÛ.C¤~`v”ˆöQ¥°v?ú|þ°q–g€Ø4ÌïÒз8:xksN®Î蔳¼ü±g;¤rIí¡OmηÕÐX¶7Œ÷ŃîÌKùÁE¦âa4L) Ð}…¸oäSm¯ææÚ…EºÑºˆ3©uédç­iÙtZSFIµÊÇO¥5QoùÖ$ofþ†ìß}€7›3gW(¦ßX\= ™‹æž¶ÞÊ™.ë½u –÷ΖMm!vt!;œk…‘`É„>NÓ›Úux.eƒÞÂ|„ôéEíq…m¬U‰Ò_ˆU^#W'ŠÊ7Üæ"p\ôvi¾¾‘«|äŠÿ €Ÿe(3Žw¡MŸ—ç#=B”èÁÎqAÛ[3Á´N{å´ntÖÙUêýf´Ó²0R¢n]ŸZQ~;u>Nï9?z}isjOŽÖ…Ÿ;TÈ=ë*Â-£¸Ì5w£6×¼6ÑÖìÎ>¬Éu™Œ5<‘e_Z‰üoBõgq8¯.¯2Õ÷‘9wí?•øûPò}e>üeµ‰ÔÜb¨Ÿ*É%YúÏ~0Ø=‚e9¦„UT«} ç{žn„G$—;ÛSlKu*lºM¶™]ÁW™¥:L§4@ gDsÚeÄT¥ý+~°?_;šfº§ŽõþÉáÌqºíwVª½hm%ðR¼y%B¥&íú ­ö¹Ñ%wûº>K7U„Jz¦ñºp6YkØÛ3{]¾0’ô‚Ñ+“­öòM'8ÓMç35û'Ôl ëÖ$ {EŸ˜NöŽÜà¿!rat^"éŸ Þ+;n2;^ׯïé¦ïtW…ƒaå­¼ZËÜ .å‘_ŽÉþ*xsRNL¡ÚE;<«Ð}V´3&7t—ͼìé3›¿Ð“œšÐ¥0M@¨4åo³Ë äIóJÕ˜þ}~Ÿ9óÿ+åÇ¢ëåÒaÁ ú»N§1\+öa oïxW›µs–bÜÕxÚón©‘ü,æúÜ.J¸Ú®´C¡çJž;Û›Y”˜æðí tùrèS5àÎH­õÐI -)íÏýÌoèÒ=i09–€¸6aõÄKÖõä4¹ü7 wq˜©¢SŸŠÝ}zYêo*è¡¿JÝ>­2-èö⋉'4Ý¡Vž^{í÷êÖ~ÔÖ(äÉ}v`œ‘›¢/s¥jÉ'×xn½B=9ì«uw¨oÕ*ÿÍÁ–ð~ ñ;JUªf5¾ÝгhE>Vq–tå¿á( }×ç\ws½Õºüµ’–egŸrµ1>÷Ýl ×VJwß -4qZB–­§.rPM¿æ¶Ôm9Ù‘Tªpø–®kÖкT÷SíVqÔQT‘ñ«®”*é:ST:‚X¬g¬I!tž‹ìÏæWìÁéݱ†ÚF2˜ÉGÐNa–‘¹r®6.¸µB߆´ÔÇFPªE†OÌ1ÇfÜO_Ô‚@jœ"Ô»"}-–¿ö«™›:¨àQw\Ñ¢\šr µ¨ùEAë¦Wù§›³òL¡t ÌiãDð•n€[ªšàBc—þol{5žÅx>3p®e›²ÑĪãÂ}™TŸ271ŸÕÏÆ~VpyÌÇäA– "jÖ|:䨴XÐîaÃûîSÜ;^it燎ïU ñW€LvšÎC!ǵ -ÈŽË!Èžœ?Ö Èv -qðÍËCop‹'C _/Ü¿–·hóÊéLմɉ´©kD÷(-·ü1Û\°¿d¤-”9h AæZÿ“Vnÿ.íÊŸåÄ×%íÏžs±lF«§~ -S‹øq—FCô†»xÁ/ì3Ôµ¼FÚ%OÏá²7?kMc}z:g礫¥ÀKôÇw^uWhå…£^Œþ/Ÿ|(nKÒþÞ=°{5g4ÈLPè]‚¬0ý]'€ëão=p¾ -jÖ‰•åc%> ýµ¬v¼¹½Søƒ]gƒàsŽˆzªgZ©¦—B‹W˜ñãã>èÏÙ¶¹qŽ…ÄsˆYíq8±a_…kWâe¹Îv¥ZV‹¿4¿ ÿßjÛÿdôkšõ>ÙÐ[ é}DáœúVW_W[ñí1 ÅZS»òSûªPÛûéu›¿¼tõˆ»Ùá»tí0ÎäYûÚ§%» &?Ø^¥UmßÀîÛÝB©ø;º¾NoWK¢n½Ë¦¸ ·îŠMsàÆu3?¼×~Èìïì>è¶J䛼k\¡Â<òçMy§Z<ϹhÃ?zwwÔTüêDÛ™`pv÷cîá §üÛž½æØîòÛø©oÙv™µÖ—v×jM—³ÍœWq“wÖ‡Âì±î^óÓe×¼1)Œ¿¹>¹B×õy+ëè]ú s‰» [¤¾É&΀¦ß@QwÐÚ³ÙnQaF<´o“˜›^–æhíí–çœzåàû~±A%Ù5µfÚjç•Ì3™âº—’(Ó§-30ûƤvSŒRTÞ¬ü­á¯jÕçÊŽZ.ËúÂ0:eí’ym£rÃög2O…Žú3€—çßÇ¥×·o+–”k }ôj- 0—óëlspú,(ÝųUçPÕ2þnEƒ§…f`›ĘØÛÜJž«e=x®idNp´\.]t²ly}a\tgÁ­j‰¶y{U v½Ê<Ãh„Ú[2*ÞàÑ_²(ÚYO›~«-@Qð]†Cáø}{)šÍ•nWnÙ¸Äó‚äIrjîLS¯Ý~9½·iî¬ó˨·N!Ut‘(¡}ÄCEkf¾'0iÞ‰ŠêÐÛÚK*7Åã¸RØF„|ch1¹l‘ÙÛ¦~¼çÐÝÌáûé·>ÐùZöû´}>¯k<Ì®±¼åò¹Õ¹´\bs•uÚß츻çnzÂúöƒ™¥¥ë‹™¼sýÌ÷‡&¦öÉ¡Œ*IM)$/OÛòpvÛ»‹™Ò¥½ièúé©6*e§šKOž+ô=ÑüŠï¯ Ål÷Ÿ3ûÈ÷*Pè$‹>@u€y"À®Kª;aŠÎ:×çv¼åƒ¹EÓúa]X©×Õ\‘ÃÅ{8}Îí-´æ9¼g÷<ƒM䘟RíSÂÌù°`Gîn;h¤6cT®ÚmßYZ›Ólî‰ç•R›>wS®v‡>ÌèÐzû3Û¹Hl}}ìáãÞ>J¯w{PíÚDà7ÛÄgfÙc¹óæmæÛœ·„þ˜I>’ÖRzQŒª(S,ð“ñymî({î!Hë.žýaÔ&p'Ÿfðê£'z j¤J’ãÝX&5±žô‡“ºI¸Ë:÷h8§gí³oAO n"ºfÍFÚ%]ˆÝíW¸ùgš³c"hoøR0Ã6ÒZÚX½©ªëVmºÓæÅ‘O¥~¢­—ÝÌî½Ë~mûƒµtF±9äpw›ÞŒ=S·¥#©”Õ“÷ªY£Â§†\뙪Tå ÕL 5*}ÒkUð¸<.{«ùª«ˆÕYzÔ!~°á-3E»ŸÀâùšÊ·ÉÇ¢ÀY‚_`ðK¹HÝZ©¡ hµf ÔÚ·tµQÁ#Ø2/«3S*¿ÝV!ÜËíüóØëɹÝ'øro‚ õžšÛ/äUN¢]ûË:Æãœ%RùGÆÛæã_aå¯ÍÖ*1F+îgµÙú#ç‡~ÒGºÖpô®ô*ä“Zb¥û¡§õvL’o=¬}œèþƒU¥Ò,({Z>,• µ“ãüÓ逥¯ù¸8±óÏky…?§·YöW|s°ô~m-¯ßèu¡n -ÐNõ›_]Ú|¤JðôÇqÈqGÐ:nxHø5åg¿…ÀK­ÃÛÖ7<@[é~b§r"Uó›ŸDî‹XQ÷d4™•Bþ4Sîy6}¯Ñ9^'N-¸ÈÛ28‡{å™”§åÓ2ÔH¨9-ÏD“¾û‘ ²kÕ&±þ1s §_3J/J“‡¢ðªÛ×⣲¿W—įñâ¶n}ß(E‹#ãI àÙôàÓ9’ÖFùIZ nöÅö=gˆ“ëõ8×ÏšgnOLŽ9»Ÿ}1r‘cås”òlÖq–㊃'*uðœ«p(`h_ü®4ÍöWÖx¼‹ò¾£vIuëåºÌ[Ñj¥ÌܯXýÍ‚LeÑòhr·ù·ÐV ¾õÀh¬œe"âW^åî܋ܿ—=qp^.‡ /]å×Ǭ³v§RË·¯8ïïÅfj_ŸuðöžWwÔÆe¶«Â[Ú2Wzf­ÙÕÆâ?ÅûFDgØÈòÚö¥†9°Ð¢qF®¹?øÁþÝÿäùòà9Ü›¼|?߆ÉiTEqÒ˶kåo¥ãÈ)È÷·$ü’?Àx9 -_>ZJE›zãs’fæ:ïÕSk“Žô3¶o7°Ø-ÃôÆjçËöúPÛŸMUB3ßÕ1vmlåîPÈ*KëË‹zc£M—Qa÷ƒ-éëæ¹lbba@GJÛŒš˜–¶ñÔ¯€³Áƒ,•…Bo5å»þê÷©n"Œç•øvÆX|+ë“÷9áîE÷° àÝ?ø¹Ë`OEWÕ².¹î½ž[c²¢Ž«Zú~ÑÉé±\ò÷ÏâµKç\¦TÑÞ΀ÓÚu{ ¥•Õ¼Ótnóޤ`êᨡ*ž¥w×ÿâûŸ;ÒP¨Vï¼9œâ<€| -ŸÍÖ6 úè;¼†÷ftŠjöXP Êž½ÞvýZO7Ùûni\ñËF×Zñ~‘ô'mãcßüØÎ}=æ™"žV×v^Å«sRqƒ@T -TU–/häÉ›’˲÷™Éž™Ìj‚òøpd|+ÖàKCû.ù}.)ï·\ïÅêæ|Y¥ß˲"v¸äÆ.‘Áêp«‰ynÚªQ4è·¿lµ =exoÞäÉ£ÏnÍ6“§< ù;ÕÒ½ñäÙyÀøeòœ^_½^“æ1~Œ“Öõþ+@†™ñ W›ŠßÅË Ÿ;’rò#ä–?úw²¼=§üýéx–R¶öjW¶–*À‘ƒk³¡!Odeùšé+mël7jÿíîäé±§áAq'OktŸ4c ŒÍîóxY£©4B®}„¼^ÁIÑp¯TïC‰È_ÿ0²øû £¯¡PÙê| ¡ÐîýÏ/['pBc}¥3#Ù³CéàÌ–1ôlñBÁ’Îk^®ÝþŠtz³ÅÆ-æ½”jÈ×§¼ž.hÓ›O#‹‘0Øž†ÒÄŽÎí•j±?ZÎØ~Q*ʽkås껿_d‡—Þ%踿vö”éß$Ø4±ERrWV¸çzÚv‰{ wn¢›·³;ûÑ_E»4ùÌmò™"m¨9º³Dg¢Iˆ *L\ÎæÌп¹Ñzh¯WÛþؽŠíž»jîK‘ÖÎJ Ê%;±Ñèwb§¯E¢3ÎY¢nû£D™–ý+@–Œ9€—‘.lœôòñŠ õªÉÛÖ¹U\ˆÞ]tYÝ{c;¾[‡©‡™>j+º]‚‘ÅBÄ -ý9!13Yéµ´I2hë£ÎH0ú“2mJvhuØ)~×÷v ¶ÖDLÛ5aW$AŒ·k1=îŸÅ4-Å4&ØÃög'õ"{Q³ŸœZ»T¢}B—óì7Û>ž/ù¶­gªó"çÏ›Â@þ$e—›Î‹Õr½Œ¤ÌÄhk e,,Im0b‹Ë®FäuñC6L計Ý><š·vo¹û´{ûv¥O_bË«nvÏ×ýv¯×÷Ú½špøpâ9@¤'ý'}"Wò#6OÛYƒuóç÷w´ÔRKfgi›±Ev¶©tȧn²³Ü"Ó?4ÔÉüÙžÁfÝ›´ìÜdx¼ÕÔžJ¦ÔÎ}ÏIo¯ÚDƒÜ·F»¹ßíñT«85ÊüµZø+—5[E °V±v¹ÂpÚò~ìC#êyt+—fôÙŒ«M/×z3N­¿aö¦LÒV?@ÄuåΙ«U-¹-ìžéIIÖ$“†#ÌG>µG½õ£×—µd,q™ëD8Tßrë\™/y??ßò³gúÆW÷rŠ¯Ú¹2tW7¯õ .ès_í#¾J4o¿â;W–ÂVÜà›ý+é5¨¤›ÇR²kÚÍGo¥Ë\W›}zõÃùR´g~J@¬4jÍìt=˜VGGJmö’·&Š™hÝm]Fé_;TNË¿6?0´}ŠgŽBSöi‹¬ÞCÛ¬.'+Vïî¬ÞH'ì“x<7;Ýï¸ä™Ÿ¥)7?9Ðr;iî §7¥†Òøæ“G÷Ê2#TúZaÎXÊüdûÓŠ½Ç¹¤’È9¶Üe·Í†ØÕyºuõg]s»š§',KŠ+æ\]æ]쿘õ5&˜–¡ñLËœèLK¥ïL«µzÿ`L+½xÿŠø®ÔºWÒ*‘^·q¦œ¿lîù^³i ¤6f½¾ì«ªzoˆM…rle–’LJqÿxŠ•¼»¦Ž}Wé×¢uS©2§×Ö æ39¦ý^ dÍýht€øDM‰ÖsÍl†diç˜[ÒÎ:ºÓÎzÓN»•ú·³8 ¡7žbÞÔ±t3h›Á:Ím·˜išÁdDêíë½6ŸKåÙ?T§Ø«ÑÐ’1˜w–nwÓ½„â0uzµ _æØŸeD+*5»W@Ón­Ò¡‡¸¥ÐC¢=%ê¼ã0ê|É1Ôd•ZRåœéS¥àó&ý6HýŠËs”'ÝÁrGÙÏñÞîdÖ~kO¯¸-ÑÐFSº$¯äeö<Ç•GS«1íÇywÕEéÌN,2”Û¢zã+kÝzBm@ÅJ†‚Ád™¼×4–T>IŸ¬oÛs²~zÑrölDûF¾±îí]õÖ Ÿ„õxd¥~°?›¿Á³[.ySzŸâ8fs®$Ì*©S¤æ]IJ2>É©:TIƒé½îDꥸ…à­5ÿ_-v'ˆÇfþ¼;ý`”\ï‡Qˆë/¯’®s””¯}P‡¬m¸XkËs¹†ÔÞ›¯ïÕ}ºŠV÷ù˜®v.p–ïÄ÷W8¾¹¤÷æ¡cdk°BcéHԢߞUÊŸã“îz æÚôÒ¢W팈B¯ε1ϧb™Íx¢F_Ô³NjS¿eŠéT€*½mˆh£uüƒ¥™ªúNñä…Š)žª’cþW€ô|T©i± -{¿Dƒ4b¶ Â!Hí?*HukH±†R\þaÀ6R|ŽwAªŸ”J­@j­í ..H¹…;H“ƒþÆwH×é Hóö -¤[©=å%»tÝK`;s_,rþÅö? Ð~á¡é‚…¶½6ÄgÒÅڤ≠R×GR‡6 -áà r`\•r¶ðZîÙ9HѤ³—#Hç2W®v¾ïzN³ûHsÒ½^¤å‡ÒæXiX }¤Ü;Wί^9{yå|pŠ]ùîý -vµ´]ÊZM‘oÖ:’#öæHk>üXŠAš^æ@º™#!ÔD<iI€Ö™î¡uV™ D;i{óéë' Ò~³Ò¯LµŸìnëe’©ßw¯Þx?Xìeˆûó‚G·çÄ;ùÏòh{ù èEhJ©Òï'üF®&¤7D~mÂ7®Iᙣ~îÌ2ÇÁ÷ZžÔ ˆµH1s†h‡¡ FDød’=V($¿×H2²Á¿>=zá'Q þxÿœröõ¡v…ö*Š´Ù"Œ¨êøþ?øÁþ݇òL(`cÖ¡²2úš¥ß2@;Ý@Ë[xzÇG¿¥àU€ Ô6@†è seHˆã¼œéÓõ«øã…¿…Tìm¦™x4ÜÖ Oòy‰k­çÔ^Ž÷\U1'ŒÙê-íÆ3XØWÀ_ªÏ ¥—÷-ƒ…@ª^"l´4dº8‹Ë¿õÉX †€î[9€23*‘Ôm÷ÕŸåxdÆÆóš&ÏÊ„¹<îMíù¨›ú;Šú÷l´È§ -õ a¼œ¶ÂU'àX6‚Ô¹ãÞÑdÝrÄü`þñ´~žž¿®ãCïñ+Â^ ÐC -ÝØouhï[¬W\>Á=l~$^Çû˜Š‹IU|Ü¥I´àJË,Œ½î>d‹ê9€á[´Øè}ßziì.Žª…;V·îlÆßrl4òÞ¼Ží‘w™Á¡ïÈbÍ÷ËkÇø³ÖÌW#:†~ø»Ýëß· 3¿ÒÃï–çG?¯ln×qtx^KÛr‘3üôËèÍëCæÜˆÜÞiÙ)-<£?8º›…ºÀ±c¢ïc†‹_NÏ;=¾ˆþ€H §õ’¢$ƒlTÞƒ±„>2ïSOµr…måïû6Gû^Êë\'=ezl~y&s£Ý©Yyž¡›ûû—»9ÔE -(qÜ]¨Ú1ÃLy牃·9ëP˜n|{šÃ^ûÛ¼ôþfGÛù×¾^È=wáùý ñ 5€ñ/(T·¿©œÛwÖ¥ý­c¹'Ç‘Ñ:¥¤æü1CÖÏÎó^²Þö]+Ó•°cçÔ2§4Ø;¸¬žÃÏ6´/Â1±Ë×¶¿É¥â¾²ä.´ìîŽÂŠË-ƒO=8…d?n¾­M¾6ÛRó¹ürô7üù-©SؽJ‹ÚD뾫Gvâ1­àñ´†A°ïX±©> ™/”¼õµÈ³fI<ŒV›‘])ôæûze¸Þiª|Ø>ÆeË4w‘e:ÁÇâß·Éo¬WÝKƒ_ÃÑvºÎ¶f¶y$‹I\F‰qÚ“’Òôa”²Rø7À..×A†éB™ž$\2\üÒp^Óuã­Ñöå»ÊÔ¿Öç1ð>‡8öÔ˜´}áÕÚEO²¿e"gf¥de±<ÍZÛEÓYgWßì¿Ã§IXEÄ…‚Q¼ZôjVCú«Êggéê¸áë Ñ~é1€}¹ð%-¯Ã¿`©Cdö äjfàÍäÀ‰ëÌ ±~ðg[þÇøõÃÍjVæ0œj»'{f­M?ל~׈˜FŠ1œV«Ùä¸]UËफj6XFJ²\ìfÙÅ+c׫cQÔÞys¡­Ÿí³¶)¼Ÿ {Á|Wy…_lš~íûkbS g„};êòûø¹ýX ë>xXÆåa¤6ޮѽ;ãÕ4½”uyËwôÚ¡­–qŽSýUõ1˜.ýü|ñÓæ‚50[[Jg­e‰Ñ|W4l.^_%õPk°j7<Í—–Åà¡â.‡±’¿‘|V -·¿`滲í;”™dú€È¿I !YË#—·r†QÎÜð[ÏïâåÒÅæM°cãüÆžÎI³ØÓ¾o~»J˦™j›•]þ€Rd­õ-c|_˜çb£…ØÅ™\çž*ž} 9“Ü//…x›öÅÜzpìUWwkÔ\®ÒkA³4¿ûƒ©Y~Wj›Éezº˜É²bMƒÐr§$u 'W™4¹Qiüú|„1'«±ñX\ N×17±½Ñ§¼vÿ؇X(óSù>É…/;ƒ×¬¼™†é\žhš:›lšqûƒ¼|¨ýŽK’hsø”P³œæJúíS‹VsÆÍ³«¨Ë·Þ¬öª&ÏöU'ÌQsëÈYHö:B$æõƒ ÷Ù->Ì fлXÊ0cùîÀ^Ň ñú+à¸9¨ƒ\¯Ï"½=V+OºÎ‡¯ÚÙ¬øä Mä±8>÷1;´~°-J8þzDa©Uج–ËÔ5ÌÃi6[3µnu&z÷GÖš ¥rZôñ·Ñ÷Æ%§_ð»AoʹH÷¶-ÕºŠxõ*$~èU -5»W~Ö¶Ý›^Øü`6ÿy. ÐƒÎ&Þc>¸N3ò²¼œ«'¡1¯¹ýW;¨Ü°¿[kÆæ(š³2ߺ®àø™W*ªµ(Y&'ü”^èЃ§žÇîàH?ú½k±3éÖ‡ø\Ò.œÕ‰+ósG¿¿ÈNA\£y©ÃœøMg•Ò·ý¤™ú_²¤]8v៑à´°k0*gxÙ&Wq®Ú³´3âk†Úz,KÇU´¶ŸK8+asçI•)Í’3Rï1ã1j {Ùu§7óæ‰nÜúâZÑfbêd邨DM†p~iÛG$×îv¼€UcCÀðâFk”)ˆxeõ7€ì&‚B'¸¢É‘º,õMÞîaå8&’ý¨ê…]z­0›a]›™Õ·0ÝÍ`°\ Óê˜ÉæåºÑ¨NÌc›IøˆëOƒ–´´{m±]¶¤öaÜ·s¾¹l¹ -rh y9jÒH¦UÈ|«P¸ê­¡@m[C´h¶1aüŒÄÿßþ€^!oÙìø³ (Ÿ¹£\†·»V>è­´{ï)ÂÂK jÞJÔpÕœFæbç´.óauó’þž™®¼|iŒ>Èú`ŒòtW»±Ì&~Þ=ŽKŽØ*øÓ!‘/?幄ò•|/ËÝ.yޝ‰%?y_†Ž/¯ú›¿á›°¥ú›b®$r({û]»üƒ9W+)Ù4ŒK¶u–0oZ_=ƒ»¸ê\ÃO¹ƒ¢ ½`Ö\œRãÝþ‘æoH±7ÏÕkuT%…\¡Ç´J©g›¯bÉ»;Ü‚S÷À©j+â ?ûƒ±dÁ±QÜ_pràê/üÈÕýŒó7œNZ·q÷Q:sëaÉ%ÌrùаoåÝæ9-mFô _é÷sj)€¥ 2±rïÌl¦ƒÚi‚ÖúÑp4ؤz¡æe:ŸÉz‡t±U–† n¾+°ì3ÃuÙ¥³QÙ屺c›ª}g²2 …2Œß4&Á:6Û¤Ý ÛÄ ï_Àkùû¯òÇá¯Áðü1Ù6SÙ«l9j½h*Ÿ¾Üî6éùØïä•`äŠ3£0T'â6ÜÏhýÜo4©U•0 ©VeóÈpÔzXøÁÐi×™ufÓfø#6aøûjͤæÄ¥¹%õOs+(tSxqjS8¶MÁx»¿â>(åÊLy<)µŠ½ìÞ*;d¯Ao|}m¦Š+¶Kç´!ÑNÉ:²ûL­v¦1ÉñÁðÒ3}rï¤ö6ï C½æ·j´öd_OðfÚ ÖÜ-Ï¥f&›g!}úd—–G÷´ZBãb†üÁhœ~«”ë°[Ê5g0ºWÎßð)³Í&ì9b¦ºûÌ/5‹PûUcam ‹ÃÄÏ(!ûþLÑ<™ŒJ)¨F¿Ù[­*0F–Ðd1Æl°æ£uùÀ®9íÒ´»•²oš¸ˆuÒ$5îÖ%ª”³TªTk;ä5|¼ÈÙÖ­“³¥­ÕlÊjÜÕ¬ó7ü`6§:);ׯìöSßf%«nªfª¼Ü K¸z£9d–Ê“ј»<{¯M?鶯h½ƒïŽB[Áò¾yY*Ìžþ¬hR¶Ô47:“Ja6BÝNÁ³„6Unh]iP5|Ø 8׬Ç)öZ×ÏX¶Îè)©–€©^3û„ãü .áðv¯>µíþâÔ׳%_Ó73µ8ŸD2û‹¹ß¼G'ùòèÓnñ.Iû5*Ž1ÕnÔÇ-ní¾ºLWíé*d£;]Ö_~S{3Ò±Ö:ê÷ZZMÞÕÉÕâÑUÌ&û•Ãì¬Wz5ñ\éÁá«ày´ê<ÃÄ2µµù›ñ@k¬ áTֆɟÄýŒ ÿùìÓ›ì­sˆºg¡ÚI½ù„ïV9¤‡5›³lý`”’ÉtͫҫYmf\•²„\é7ˆeyÔ$¬ÒŬ;¥)?½oÛ}R¬gP¼:Sª õ?ý•Ÿèùç%}‚2ùçµZþ`ÄÇãÒ"Àž4–oÝŸ0‡—s ÉG4H˜¼ŽYAÒ æ égc$êù’uî{|K¹‹ õ&H"^1"Äp ºÍò`IJŒà¸þBŒ°Gø<3 sá7t[ªÆWg¡ÖV$G[‰žÖ¿¥È’  ™õI˜»—AbÖ ¹¬$¯ÔølcµíÉ‘WˆÑ;FhŸŒ‘î´#³O?Fø†p‰YD¿¦„Ç:ºø‡"¿_Ò_ˆ‘þ…€Õzõig`}¾[•¹Î8øçy#Cl#‘#åû#F*⯫ê°ÙV½‡³™”¾Ï±B–"Ô¸v<ã6{zÎõFkæuŽ­M.z»¿«2OÅØðš‹q¦SþÆÇ‚W3&&K!&–¡4uŽH…ᥠb//¬dE§áúmwÚϸ¤NžH[—f6Ú>páczƒqô¨s¿Û“÷=cÉÈí"¼r7¾Ôh\çµïï÷ÝyT/«%b7²?}ˆ‹yÚÝÆ©-ív!FõA -ÖbVe°-ÇăïÆä¼´€˜AŸ´a\C¡<_5¥?ã×÷ü±G¯:+zâqŸ4áïÚÂõvó”k¹üÖÜ¥A:n­[q/+‡}^˜¹ü9ož6un(iú¤ãòøØ;YÊa_'ÌCÊ)öÓ2aï³ÈpÜÝKÿ‡â¿ü?À. Nœïä¿¡œrL:È0†í²Œ)ž„þæT;½ê…ãõ©Ç÷§—FŠÉ­pr2î2æ«]¶Ï[r5:}ÎüÔ.«£Õ a)Gâ€ìûqézH­×þ´Z¡ûltË;î¡Û¶ï{a=£dgÑczo¾«´c®‘Še²fZÿ 1æ€lLd¶ù˜äzµïÏÇßÓ2éUœjIλ&.lIV{/c®×Å& /ìƒ!OÉ*ɼÊÒeµ»ÏÑêÄÖ–dßãýÊ®Àq —Qâ`Ñbán¾9˜ìN' ÐÉÒFÓ^M½óˆ×:v;;[^ìwTnfk‡k×ø 1^ÈA¡Ú -}™ïþÕiœ:ŒV‘ÀwvA³]ßOåÞË®-S‹Yc1¹Ìú’Kˆp¶”ø½-Ïï`ÎË«ÜE|2B(Ö¶~Vxµäžðš WÂkšÂK/Ù‚J#»¿ ‚2å[1N^3ÐÔ]å¶är¤»¹øÔqiïíÔqZöšÎD³};îvǘp·ó -ý^×—DIü-%“Ëw~1]´ÊR! èyùyi‰µ«9^b8˜gfÃoinÏ7ÞÚs¦7pb†ê -7ëTthÃÌt­gB¬¬Y§:ÔþBL–ÐtLùxäFvû¤ÔôuµÃÈK;²ÉÓ^{ ëSƒLm6šy75¥è¯â×¶¾ìä|1ŒôÜãñ‚HËó -¨2;KÐTwÖa³“©¥5ä)‰Ìɨw¹ŽO‡ÌgœË˜ÕñtwÆç”¬OâimþÂ÷¤#±ŽSÍVí­¤ì’,å6Ì+q&’~Ì qÄ¡¡_a-d¨§å¥º•Ìû^n¤§XÅz´œÌ§¨T:,H±>¼døV)[œÚŒZŒÎMn<½5û?ÄèZÄQQ¶6Céý9üFû= õ{n ¤Ãñ°ây߇BcPþÂw eâÔvÁøÝj!«•ŠÔ¥CØÄñŒWÑý¢vøü.c0»ô´«Ý^nèÈ2W®òhœ- -§ÆG|efŸœÔÔ©¾rã™Q, ½£Q(}±Ù_•Q\΋ž&T¬nT¯kìèT×8Õz½–T‚3LOÛ”ž&µ¤¿ðc(:p^¾Ó$ݨ -È3YQˆƒX¦P;$ÅØìî‡éÝ¥1inqy®ÆUWíëi™3ñçÜÏ1à‡¶ü™õÞr’eöéáràåú({È,¬wq évœJWì Oo{•k{B\ÑöQˆÚêz”:°å–AˆHá;† -Ðæ—n%ú_›_ôÞ•<ž»cb_m‡¨µ«vc}Bß­Lgëë0xMVælº‘3ªáH<¾‹k±üâ;Ñè3M6øH’,ªí®™nïçÚ§”Ymg§ô÷[n¾>k¹uOkñQóÒ*lßH«pˆš-:Î[n#£´Ü¾ü p‚Ï”ýn&•»qŽ:÷%ƒ<ˆsްCõÎÚüÑ~ÿÆÓ‹j;ÒûJj^Y.æšhÌ™òã" »ÔszL7Ãq©6ø Ö3ïaªA´Ï<ÓNrÓËSͦW×ø¦‘›fe+›•Ciø“׬ì¡)}Æë¢)º«¿ð ÙÒÞLÁáê”>¯©}õT%­öÂÄôì)u=ÔΊN+#ƒm,‹5o:]ZkAï˜öløB¯ã;þýMâa[aϜϓΰ–q©æÂ¯—A}Öh=lÚXÓucULuÏI¸p¹dõÇ7êpfjÔå¿J¼z{ØÍÔq¶îgê :cÊÞØ8iìù9}¨˜!Ýå³.}–¥Òµ2{‹žì3ÒìÀñÛIq{ÚÕpûX&ÿèL;í %UO ñ’fxƒñµ)€å¶LgøCpÛÞGåšääÀ~ŽTÌ~N8Ã~deÂ~¦o™ýtþÆ“ ÷i7š¤S§´o¤ ßÐJYè!¤ôœ4Ä7ïã&Vޏô‚…qû!æ 2C &Ÿaf“œ9œ”ÜÂb¸Áû›>Þ×ÌÎ9 ­…È\kÞõ¹VÅŠÙÄOÒ¬±êÔØnÏí±Ý~{ÁâäÍbì£2öiVcl3ƒ<-1œ†>ò¿äîszš>[‘—:”œEÚn¼¹Œ1ºÜRZµ^ÆU³ØËÛ©ùÛ÷Ò‘O…­pêê«Üøyì5†ÛÑsÜ'ô´ØÁªUÓ»¢ÑØ1kFÑ…q’Èg†—ʤx+Ϥ„Z³~b|}×wõÉ êYý]¦ÝühH_B}NósIü n´,¦3ÅH;Œ>Ë~OϦê¹Ýõî¤7\üÁ•lýJŒçßù‘ŸÆŠ:<ãê1t·û\o¼±ëõšï¨>å û¸d)t¸­ŸŒ]ÏWù+} n€ÕrŠ.õMš. ¾çÃÔ%o][ý ó1 -æ€K»9›)®õ“†ÖE‘© b²+¾¦7<Ƈھ7y -Fë6 ³Ÿ;°§ƒ×ï÷Qûny¯$Ù]¡Ü_´+¥t¯Æs£r§PT˜q¾²a„œt×9ú²ëzý™ŽC|££ûn=£ÞÓL«ªéäÕÓÉ;Uú ÿ¾çÐón½´i8|VÉU%|®qýp–ŸµîÃØkz“l¶Þ™ë–³g…áocè¿ÐJù𠇎Ÿe[Àߥ´ïÄ…ë†Oò‹N“ÈÕ©4•—w6Üᛘÿ®§È0iSé$7!óxG!J)ÕÆ½sʇ—Jâ >[ë…åà?üÿåÌN¬lãRPNÞž”¾›àg—Êú9j°ü©7-[vK Î[nP§”zIíÍ«Ña¹þ†Cõo8tS9IËWQVÏ®G‰iåNº[ÖN?DŠ|/äyW½%"ö0ÿ¼Ðõüñݵú$‘V½W…H‹,!| i±ìí/hµ^Zí¯DzA„߯Á(B.´a¦“ÓZgÞ;öpCzIÖÄJ»1”F:ô D®¿È)½ƒåÒ­iÚ/£Ô 6ìSc–Wã5Æ=ÇaÊTð`¤UkB5µ­e¢'ˆIð'ÓO ªe -;ªE$ òT¢G€Y£@|û¤@¼Ò ÞÞz ^Ôç¶â y„=~/]b½H‚ø$äAütk öQ|ÒÄɃO_OK´!’øLÄ;>Ób bÔík…,ò ÆbRÿ…â_’L>†òJ 8Ù$ ž€¯ SP-_ŸUП~} -aÃò¸œ>%ás¯|†MxWs:UÁg[k@Lzà³?ÂOx\_`2ÐÀx'PýÂOýT,,G34Q[áþ-™Ñ"iü?ñ -µ.¬O°„2Á‡nÒPpLãÉm®’š1I.½ &œ!¢Hð&¼Œ@/-c‘£ÜóQŠ@káD*7ß¿Ö}óÆdò.tWâëž¿¬^óÙ½ÊÛÒþ‡ž£…È•ñU&Ÿ{n›­úCïŽ{ô¶žyýTwrßËÕÑ=õF!FØ€â2PáG$blèeclßa!öÓ½ÔïyHjúDöžfDøÊiìu—Ùlð´û•€.ÉœÿŠÝžÏ¶ïã'Èâs{-+„kh=ž;Îñv`ÓÒÇë_ç¹{zçp·œu\E2äÝJ°™BOÜ_ÍÇ…Ž.tÔþBŒ¸çjc1æ\‰ïMK1þJu¿OʾGCo£Ã¥¼‹¹­øí‘ï¯ÉÑçÙ Dêaô%ÏèoÔº’´ï3=¼gˆâìvÞ7·|eº½^ý­}•çÕ}eàVGRöRŸ¹Ü)nDÃ2#„£™‹fG\ÜONi;: ÒðbtšÿFà±A$m´ö}öà÷,ÖxRª³~—Ë®æo²˜ý0|Íõ¨†òº]r;ôzã.Y÷Ѿ”ݪõ`.«Ò½ÔùñyÓ®‹§Øj)§]_ÔOˆgˆ£¹Hü#þê -ô>›}‡W+¼}iÞ.ÀÄz¦½Ñ_ˆ±Ô ñü‰‰ªšŠInÅÆ¤“Æäm¶x{ãÕÖ‡½×±=loü)p—ÚÅ»0Œ Nq¢'4¿Ï{s·zp>Qóê|zû^˜î³sFrøgoíä•mÏßÇ«]vê‰%§Ì²©æâ¶m¸©ÑLuýsªÿ‹ŽvJèñ/Àª4¿T ÐÍÄ7bJQÆŸÁ¦Ðž>ËæôV g‹‹ -ŽÆ©ÓÌ^{Ñ öÓ¬ž8BÑNÙRÕ€Þ«õ4¯´%÷’–ù:`}“­y# -:²Ñd¦šþ‰öG½ÓB_:–Ùfwdmj#­7Þž«›ùv†¬„mÎä§_L~!Æq*lM¿­O®‡ù˜2¸Fœªxã÷òM Ÿf‚vï…BÒ¹„'èAâü|»Ÿ ôƒ½ É»E+^d€²‰Mù’Ñõ÷£¬cƒ˜ÙõOx[;ä2ChuçÛ3'®·Óø-ØÍµÜ7"¶ ÖÞcÖ•–âTzÖˆ|Ð -¶cžõ¦\³ì¾ÎZýd ðñ±wÓÌÊ®¡#Ë䌳«w§U×Í–žÄvÆD¹ÍUC+›’‚fñ¥Ý[W éªHË¥Z¯\v«õ -¿¬8fñQ4ª(­±=PZZP6+Ê&ZœAÛ&Ó_€m^Hb²øÂbJ‹QaWýOòÉyS#n’9FÎɼU9œ«·¾íãÙ¥ÙôN'ʳ£–ñ.÷Íœ†ë…O£ªV ÷º -ËÅüŠ“éšÓ£¦ÒZKP -·åîîµ–ñNm¿ثג2…Åøyë,ÆÉ€‡PÄÅ$­ñ‹Ìy1ý8|ÚP¦ÍPßÀC ÎÉÐC£îÅÅ(¼*L%ºýž¨l˜w¼hÙ¶8ê%è6B®µi§»ß”ÍÕU]SÁªQÒ‚XTî‚njé´ÆÅ%eŠôâØ³;‹ÌÞ›H—qN–ò—Ž ½×ï>æ%¯“K´)>Žæ"ÅÇῘýBL,ø>|:⯢7U-põM6¼h§spî®Á!¯ñ)»î3¬a¢Ö䇨eð·²ñ%SU÷óò±]Oî¹ìk™ªøérÛáR!µËÌçS§ ­á8{Š#wÖƒcTpŽÁð.mŠ£{#aæG®MOÿBLü»±ìM­Sì†::÷:~xpk-ߑӻ«©Oç@µÕÂönVZk5§ÁvY¡Ìc%SaÙ”nlg/¸áòÀ -½Æ3Ád$ï£q®´ÀFÅì,3”„uuðô®í]Kó}ØvÛ>ËFЧÜL_½=Úýwa0ÐüúÆÿðCü—ÿŽ"2¼—vù»Hêñ%–rÑ)50Þ{‰Í<­(ºF]´k‘Noä[ªÍ8VˆûC^¸eB›/µ¦#lÊyf’Ûd,¥ž#‘½`)JÁûjr$z~Éw“ÎvÊlÜÅ”óªc3s§Òx³k\·›{ŒºFÿ‡á/|ÇP*Ø6]ò¶Xl?$Iƒcö¡…?„Câ§i”Û×Ýy|ºmÍ„Xs©km…í ÅwN;sI’ѵ¨¶:ß>)Çi*cžG7ùu¬Ðܳ§ùJØÅS5¤C娗¯º=ÞPƒv¦±[ç„<ü­Ùùµ.™{½=>.íñn÷'bjz„72‰>׺)|Nû{C›CÀtÊW­ÄtŽë°n +[åëÚYˆÝï·Õsú)|Ò+j32':cÙ‡µëóÚÛEɽã8]¿Å¨¸Å˜T«@­*ÍÛ“ê5çòBj–ë¤Ý,÷0¤9_½èæ\öš·—9lÞÜMÿ?üÿ’3§—³žÉ%¾w>Ç)wŽR솒» ‡^7õçÛR‘gñ­Pq=»Ì„›óÉPÐÀi>³ïÅõd6˜™C_Z9ýæqì’à¶s©1ôøšw»šjB6žÇK¹ñ|v; Y¾Š ºÞ·t¯ýiÐl¶Ö ‹óvCnƒ¿ð®YåôÍWäÜ;?‡âòÛܘ‹ gx}L›ïлŠrkS>±Ú}Y0o˜T36eáÓ)·y¢jÍ&—3&–µ:¼éÙÄè:¨e·g+ìÔôžÆ½¡ˆâ»Q/Ýpîý,¹÷çÜæÖ-r\÷dp\ogŽc'Ž+>ÚWÂ{áI–iÔ Í5rJãéÄñ_‡ÄB.\¬g§æ{óZÝïʨ-Z‹J÷aÍU¿ -IƒÉð$Õ'î½}±‘<°§ƒ&I-{Ħ·n»EKo>‰œÓ`:× ·±AÀ5†Æ~RZžÝù¹&„ųí£³(‹‡,J:E‰óMyÔ;Zãy,]ÐÑ9~bs`‡û—h÷«­›Û½'ç\e/jrMåíÇÜU'™ˆ«in¤($3hÕÄn<ß&íë´Iõ·jŠœ.f)r&œ©Ó§¨Q4Êü‚9 º…]iÿÈýë¶Œ’r!üÄ¢xi‰rŽCdféÝBñ¼jn›¸ÄŽ–Ì”®øò ²› “2ÙxÁnFŒB1¾r¾µ=g×ãé-Ó*°Ït·Ry§È0ý¡ÒŸ€¸\¸ §žL%€NT ;ä #zÜBÛA€ýÊbêCX1Ä@¤³B€õ½À¦<„ØÉlóÐN†‰âAøZ -Á"£{AþŸŸüÒã…žo>ø(GÄÎjmÌ#(8J8Ý«à›mLdò-eÕ…%šg7wà%ÀËQ^žËa4ˆémĈq—é‚x¶ãAÌg6Ú´î^™ð‰ðE†ƒ0$Cjs#þN@ýü/ùP™óI:|‚¤C¤ã¾v{ƒ_†ÕËÌKàC< öªck¢â…·ñ®yñÑ‚ -Ÿh>©¡gÁ§•¿íÒd8ˆy|F)Ыy´ÑŒz‘q ‡ÉùýžâúrGHúUxƹîò#ûÀ'y@™ â‡2µü·õmœÀW/9¸à HÐn|^ç9ø\‹øØÒâ "lÇ ÓaKmÓ‘õ¼£¾ÒÙ-4ÂC¾×G·åô}n8Ë÷,1^×ÙøxsZã¾/›¸O¿…çzp+Á©Ü)>´åªøhÕøÂ/€dŒF}’Q¥9ŽÑüt ;ôæ}Ù¥×¼Ÿ;ËëùA0 -}¦§ ÏÍÝN=>Íkþ±KÞ•Gû’ƒcß³ -Ŷ׋FcØï—÷Q:ÚÝS—Þõ–½o>îÝ8e/Oç^=¿NÛê™ÍʧèÚ,¶b¥ø 1¢. Â%ðc,U bì¾‡Ú -ß›ùÅþ~×#s†­½Ïí‡ø-7Å3×k®TºÅ*íJq·åVvâà¢díù…v“íy]bO'°Ô££Ñ÷3?ÄÁ'Õyy×öcæ\uÎ[¥ìœ%±ø ÿ«E¬LC¡¡þŽñ‹”މZŠŽ‰l»^fÛ~öðÙJã3¯;ËÛYpvW±u¾˜[-\îE -Þçµ!§ÿ'mŸÍJ­rì* sÄë“îaàl¦ûcê"ïÇç¼å\òJ`ß!e=º™²U½UëæªŒTÍú#¨|Qþ?Ä¿$FOÔxžßЈ‰#‘‹¡Î€tvÞ~Õ>Æe8ç]÷±Hñçp~WO­·e»ñþ|fÝçþ(<£}&Æ0‡o“)ûf¥ ö¼O×~ëáõ›Ör!Ì ØÏÍ•šÚ!àoú'óÂô64Šv&à™1nÓÚ0(Wµá%[ù…v‚ïZ˜Ðt$&ÅÉwkȼ½Cþ!žFÿ]ºOõGÁ¥Ù2{ÒÒè0|` Ç-\5ûž>ï­gþ|5_«o2ºQÇÆ-ŸÑõrµ¤·Ÿvgѳή÷¶§Ú~ˆ©ÚwÀö4ý$èO~ˆM1¥3ëûi[_KS©öEõþ¯*"ˆIöƒB·~—ÅW-pN‡òÆfujNžŒsTÛŸÅbÏ–î"o¾ÂŒjl—¡ùZ³·ãÎÒBoG"ñ[õñDKj;]4r7Ö6ÂjÕ\ߣãh-iøRõ33G¥ù$Z½‹JnÅj~]-À|QW4Ä«þÂw¼Ôõç7|}7µ‘ï%¡#Gm>o7gæ^rõzÞYeô0ê%{™ñ›&7«NônÍ\j‡Vm»F„½¹6³îÚ릞ëŠSˆTØÄTúÔO¯ÞS¹ôC¬Ø«Uˆ¯¾Ò|fE9‘—ºÜ q_Æ6fziJôrPpKÒçê_пãÆË pü€ × Ÿø«ÿ¼ÍCÅuÕuºlÀñûÅ(}ŽDOsæ–8°zoH µÌ¡-nÄÛs­˜`¬Þqç°âj›¢ @N¼>»Õ&c–]˜CeI¬µ·*ЫB¶kiÖÏÞ¤<éóë£kl~/˜¹¸ÛÑ¿HöõŠ¡¯`4ùÜùóõ澞÷œƒã©ßkÛ{Ái–ç(K/ªÚit7ó Æ«+Y–•xGn¿QëÂÁZÚÉ⸤ºëûb¼QéüÑ>ÒLPóæ¢SçÄGj6'O‚|ó$(w ”èTVd­)ÔÐW€¨ÿBL´Úá÷Û„k›xöj‚“ºžwѰº{ »Ãaú‰tÛ׉‡‘>¾绥mQpšê+"ÆÊgÝ—äÞê¬.Ž·“øRhÍo“à,>ú—»¸$ãP&*¬² h'ó¡ÀÓ<ç™ÝY¼¤¤Yë%ÚS³D‚â`E!7õê¿Ç9´ÓÆb›ôN$ý¼ÊÎÁ;wK÷˜)ÌŽ÷>é'XW8^b -€a5¿ö½·Òʯ¾l=h~qÚ®e©°A6â]é -:Xü†Ogñ½ðœµ+L5x2™Ú°lŽ™/è_ˆIòö ¸÷¶þí~Áž—-zÇq¸ÎrV;˜ñ«¿Ó‡]`i…nñµ~¡¹j3íŠ<ÄN­E^ Gój¾Å ëÚEžHJìOSmœõÞ&t6ϧayo{ƒÚùõ_<mË>sç*½meÝí~”dÑÕëÒýX'¢×ÌñåÞvz¡{Ñ)¨ýœÛ³Ø“ÈJÁÕ¯'þ‡‹Ï¡@]{–†UlêšÛÐv¹t†þ‹Ú;LéÝ¥e–Û²R™Äúbý6˜ñ-ÕYL)Nœ]k&NsŽðÐh3oQã!4¾Ñž‡p«7–¥î¤Q}bD5–= ñ©4c´ô ~lGám°ï3n+þþ.䟨oîéFg­TÈY*‚—òXYé‹[êö€sr@m€JŽÇnv}ràí‘ÇL†õºç{Ì;©[]n,sÝx¶æf£fš.÷ê#oî%¬(N-á5mÄ1ÏÎŽc|&☳›æ˜K¶Ì1&íäÉx“}è¾£ôûxŒÅÀ‘”oó¥§gúwH9G>6{ÒbÞÈ®æ+±}b— ù^†¤¦}V—v7+nÏ8ª£Î¸éÏ~ˆ–Xææ _Wpæyèëâ'ƒ€*4&4n\e›ñ»Ï6?{I”ù›Ix”b’Sø"ÿ ^ŽU£ "__‡Â«ü‹Ïÿ†SÞùÚíð¹­ -¶—³’£Š‘0 Ä5gûÑÓ›f+—íVf1f¹æ³lçè -ÖÍx>æ¹ WZ²»vUcÛ¨xdËóYÄàßÓqáºÏôRƒŸ‰ ƒ½ø6Yw -Ë\Ý!øì/üû–ë4´Ï¡ã÷¡…ô·>‘w¯­œùx+ký>,$ÃÜð}“œLs²'MŠNsÿCŒ”ë´ŒŸôì4ŸîLwn±%iÍzCÝ\[ìç=°h<˜~M\Õ÷ªmÖ÷6}¯Û¸>VòõtjߢOg~EO{UžLŒÎnÔø!þË_vÍtt–Zds‹.ø·í{WxïÂõö~òäsÛ>ÌßÎj;ó´0ªï2ýAËã”~7Xì»ÇæàÙ¾5¸°ÁÅ ™c»²Qa(nÑø!ꙶاg–!Ðù~²®Ý¨Îâé×ÄSŸ¬•¦/ºúÈïÄêƒX\ªÕÊTüs€W|ã†ýÂi„%±£Jl¡È8ѧÍ|²¥w8ó¯lEö‹Ã`/t¯…õdÞL‹´pëu„T¹×.ŸCR‹wVcÛç¯j^Ì(å#´;XP5);.VŸÂ‚©Ê¬ß¯ÖâŠXyíT­¢vÐKEšI…Í7 /VŽœxRÞ6χ҇ÇÞ%È#¥ö|~aïMÎ+öLÔ1<¦y³,ºnõk¡œ×s71¾ÅöôìWÃH<ÝÓy×o¾…}ƒµïl ö±ñYê³›µ¥K²º¯œp¯lÐ~XÞ‘¬Ü:h¹’Yõë%³Ö”z¨»,á6cÁ1(Ë“l‘òëÑÏ9…ŒÄB÷ éò3¥ÿ‡â_òo—¿ÙÏ8Äî:šni&Ê$oÓZœg'®­^gVîÈÒ´]Mõúœ‰:?õê•Hm1eÝÓ†%¹.‹ÂÛÎiÿX€ï3/Dì–RÜk™œ7tnQsUä³ÊúÊ*ê“y?.õÌZ÷Öià4ïi­!Åéæsúù Õ¤~îS[%,«a«µ5éñûéÅ6Œ¼·6ýºž·Ž9n šÛ©_’4WU'3ºÔ?KÅÉø<. -)_nž7Ù®™(¥3 Ù{¤Û6)+U"©}Ž+’'nÝ"§©âœÌ>Ý=!Ô{à‡ -Q¶†KcJÁ+™ó {®¼àŒ1g´…?O©½¾Œ,Ëú4¬mýü/ðÝ·wo¹ýè!|£=(ëî¨ß®ª»5Sê'A%}¶¡/–“Ëq#»®ˆÓL Kénj ¦ÈkuKž—”Iˆ}ü€WÓñ}ßâ¢)(ò=Hµˆ´˜üw»§·AZ¬ì!-ŽM!­Ú‚pä_ø!v%ÉɬÛí'.œ{$vøõíï锑–ÔhÛÃIÝÝ«½*{<7J‚Ôò¥)SÈ„‡g.­?zõÔ Öã¨1KÀ1ŸÜ9Üsô6VÏõ»xÐÃo ¶ÖœAè+¤E§¾qÛÕó{(ìw£íƒƒjEªM›:|ƒC“_Ø4eJÉ^jɼ¹HžSqp;ý {w暦4:ôQ„3ŒÝGðíâÉÔsKº]JïL5Cí›Í49KÃ¥Ðs*L™œ3èÛUÒˆ¶ÈCqÕ<ÑÊ}£¶4Ä» µ²ß¨­õ\ûp ¡Öaî{/õø_”ù{œÃAù—ž6ˆç¨âA;ÓQÕhKÄë@gB¼Rt{Uˆ[€^‡P^ÜϾÑÑ~ÿ·U¿q[7`€¡4üà@*BÜY†Ìâ²`Ä ´Dòͳ÷‰Œ¼þŸñ&µÿîé Ë{ßRPòàeA}ø^Û=A„KBLÂiAyù)„(Cœáu}Ò`á]õ%Xro­%P\~l0ÊCì¿û`Á°ÐZjµÍSlBùKh—«~HÊ™à} ÿ‹à/€O¾}ŸÙðÑÛƒ^øjýÀê-7<>€þ¢¾¥Ìj%(tÓ€òo¼+Aðƒ !Ðð®T -µîPè5‡MdS Uå#c'×¢nÍmG8ƈ!÷6ïLvs|Í„£\Á%ÄÃZßäå?Zæo€ÂC¡É - -M–ø= ¹ϊ‚:™6âû²âíƒñ¸Ô‡PD°­WΊÌ>}ŒzÅé퇈pO ÂaKÂTõ½/2õžXlñå’ýú‹?èÝWaòÀìüš6??™Ë.xDü1~4¢ ð:• ðP¿ýHÒ»#H¤ÛñOÞÞöá $`öÉá{PÆ8.€$[eÀçµèÔ[ÏÂ=¿ÂÔÝÞ¼³ÉÙ| 3(¨Èän´§ƒ "€ïW¨OZêù†ëîs'ôHt÷‡xh•­èõçîn -×ÛAiG׳ÓHÜëñ»âä ÜRöýÔœb¤ˆïc¤OÙ1òÒn1šË}bg¾—k »\4Ãñ¸úoôž‹%úʦºz®O-ýÓ³ý£e+®gRkÏë>®áÝ©yÉ}ˆQ䲫¹Û¤4¨Ý2£såk@p烦~Y.ÕÛ™a·Ñ©Ñ’’ãÎlÆÇv¯gþƒé$Ñ/Ä›‡B_Ý}ŒÂU'ÆÊÿ;Ûÿ>…®ˆ«G¿ùC† j ³ùlp“žgZíñÝ«åí”1··ìêa_ù(8¹R:€­ï–/ˆ‘™ 8¿¶쬎z™StæË§íÌi?>=všãíÄ×—}ºì…Ît ¶û>"v±4‹­û£ýT8>ÅèÎØÇØœ¾ü‹}¢ç§TŒ3ÛÒ[l/ ->»™ç=K{Vn§½Å¹÷Pí]ä“ΟÕ÷^9i”»;&“§sì¼>îÁf?Þa@•ÃýaRKöi—%œ³*°ûºC?„]B{²U%£YÏ„±Vk˜îDפÇg—$Nü 1º´O1Æ%‡Ÿ¹^Ld&Ÿï‘œTÈtÊߌÌ£ØKr¥fêü~øÕâÔê{ƒ}±ÇûCt]8çäºvò3`Úâ-9X -vµªFúi]:2ëN 5¡˜1¸“VÑwô»­·Â¾´3wGsºY_£œ>²”ûØ6ód‘ÍE.$?Ä¿ä?Äåb,] Æ²öãMÓ©(x…··oÔ×y0÷Ï ÑÇΡ[t.{ªa—±[ß ŽÇ™Éd²Ñ`ƒ­¾ÓBKo·©\‘M·tßõ„ÖKs¼ÁGKUyr{ œâ6ËìæZÓMaìéë¹Ûy¨Ïâ6QkÚX½Z¶zUäblS9Ǹr¿ÇÄa½ä«ûôÃóæíZãµëý@lÏÛ„¸F–Û÷0Κê`Hë5ÕÞY•×hG¬Ð¹–Ú|VÛIBì6n7ål„|Ã]ßçíÇZ*Ï#õ)«˜JcnnõÚ ôJmLF?„éµÒÄÇwùs‰Ü©P丌>côbÜoU>CaŸ ¼ƒR·o¥‰©»õEj}áòúêHqÛ“S³¡¹–MJï¢Yhk£³ÚØæÍþ¦HÓüºÂU–ª¼£7«7Ú4Wl¿×eR¸*ͱÈIæ…ð+Õe!t—d U#uå.Ò\&–ÎÔœ’¦Ç!ñö?ÿùo˜þö ß½}­F^îùMÞqWÂÊ8·»¯õ ×Ù…s³Š¶Å0˜¯›høïÏüFÜtUéŸÛ«uU)Za&B÷h ˳¨-íüÂú!–ä\9.僷HË^(ëBÊmZÅùµa´æE#=½®{>+w—„x’‚/°_øF–=0o¢UQŽ×Ǔڟ?ã¡ñC÷Cw³w‹`n½š‡Ñ~·]jÙJ67ßʨ«VQàêÔ”»Õ_:ébÌ9sé¼;®¤ÜËÑæ"{qæp1sÅE› -Ä*ÚF¥¿Ì u2`ùõ¤Åÿ<—Mœ¸êá „49Ó6ÿþ ßoo¯üñ½Œ±8¹*îO–Ù69Z^ÛÏ‹!šÍúl³Û¿g—­ PáºJäªaÒ÷ÝW_§—¶4‹'ÃyIÈÎÄÅ„!ÖÐbÏüz_>òÜhø˜içU¿T( ³)dä%NuëcKžZÐÌ·¼º¾3¸Eé©I²Y˜hÈ+‹’ÆSîJŸòŠ¡s™‰…)7<`u;—öV{LYŒ{͙٪¾¼é9 §Ii¶ëhŸ1¹ÏáªÂcŽÞù”À!óÇj }? -ü}¿Ikð&1zé¹g8÷ÆÇKf¨:Ó{mÞ&;ôÌdHr¥WÒçMm-G ‚*ûŠÜc±¶¸Â,¦Gr½á ØÛ92'ȃ>Øý¾M>d¯ÅzBó•Í….m»Po5žÃ½ê õªçÚ¢'RཷrÔ]z:À¿p½Oã¡a®÷ë ¬cé0I–r[ó´éºò¹¥ý@SÌ‚†f˜{ú -#õ¯NÊõƒ¿å×))Jù¸Ý*æ[ìàÐJ3½œÇöÙ-ÈÓe~«ôÄà<¥vFD“ÕTŸy„‡MR+CR˲yŒ<öÏ7òˆ¶?TÓ¤ÿ ÐÅûN>>¬îk³l}˜$$“Cä/µÎWT† «ß^qFée+Z³úC¶wcgÐ|HawžV•jõâ÷o£ÃYÚe<ªNö£–Þïm 7G)f(‘Úli0͉ky²'®•ü‡07“:ŽëÙ¤¡”ý Û3oÂŒÈã;Ç̳ÏÊþŸ ]s¸ž÷és쉛Z0Cv°eÄ5›ÓšaÏÜ*ħj?‘s“ÜE,³ægÔÄÀ⩉ æ=_´YÁèª0¡¨lAeÈ.zËŒ¯K1þ,ovÙ"¾2ìë89–Ø»EyØ»ø­?wî7û]øÜÓ›€½ÝV®"#‹iÖŒSmwb3l‚ò=îMvªœG>s±Ò]ìF-˜¸ Ñöd{E¼4`³u˜R·NÜ+Ý>žBU§xRŲÂÃ>•Êó¯Ó'Ö·+• Ç>–k9®™wf öDCC~ü {ÕüœWÜ >Dgu˜&ÂÞ¯à·/›‘ $¨£M¸ƒ<JLðHueÊŸŽƒåk,]óžƒ!XÎF%-}¦eJ{ÄŸwq÷*SXp²Ø@+X¦hHI†Ï åB¥„¹&…į›…Œ aƒŒÄÍ©ä¼Û¿°%Jñ9Þ‚­SæÁâft gáèÕ_à~†©ý•9¼ÁžÚ=Ý&RéLÐüy.C¼3—Ù÷c3cBÃ[öW:vèÔíêîGAnÍë財wÑ?ë!«ÎK@„+‘µ~V¬C¤j#§îs]ùÅc]ùLÝF?Iàýýu†'Êþô/üÞHˆÎÇü9ò›‹/ô'çLƒGÛ7‘µ¾M+¾BÙáD¬ùû±ÿÐÄ^Hö%ö&ÑŠN©Ëá‘D}¼Å±vÁ -ñ:EÖ²—ïîÔYµÛ¼$0|´ŠtM†5ì>ƒ;)»î\Ü[Ú1i»Ý1yܾsûyÛ~w?PÛN^»!Þ -ÒmATŠ· šœî^cgÝg¸ü>›üë¾RÍÁÆ“¹‘¡ò×ba¸ûéuË‹*I’1FxëÚg&e+u?"kÁòê¶1mw)åÖ±‚Ð~æ7•ölYéf0™6ÉÔÖ»"Î[Þæ}nÑã°Ú‹¾Ét¯n3¿«¯þHþ…ßüùùœ©<}± ¼~ çÒ²žvæÆô®Å - 2ްWk -Gc›A_N–(IåÝ:*ºóB·³œ5aèÎÝjIm—*ê­`PôZ¹Nš\ipj΋w#6ó•ÆåF%ÏüäúzÉOëõòySÛmì|Mëlõ¨]íª£jG¾þ¿Ç¦w.ÿ#*·0·eáÕß3«Ï¾ˆÒ.ÒòŠõ¶`ÅÆªkƒµ\z—Óg³Pî-¸4/¯¨¨¡g¾XtÀIA(c$ׇq~BÎN¹“ÿÎåºu-€™9p²‘»d!²YñšÄÿ‚/>­‚cî«ykg.Fwü9dì²-F¥ÚLŒ÷äÞåL³DÞâI¤ÝuÚoÞ«5VɳXë¸l®ìN¶ïb$Æ@auÐ8bἺbÉ¢ } í6y€ -y-Ã9¨s¨é-‹,jf¡¥Â2@ñ—@õì h(Q·ÿW[ E{>ž|ô¶Á^Æ¡ÚZ.ØÓû'ßžEaiOhÛw®­†x®V~ ª9¡2ÐÞ~ - ×Oó‡nç•3A%NǸñA¹¯º@€^7×ÏÀUÛ›óÝh` ôИ!É~‹I2ÐÃkßM–W GôËØÊWÍŠ_L=ý–7³ÕCñçî^ЪdÈåÛM›Ö™ŠB0IiˆtÐZ¯Ý?Ö»z‰iT°Z,åý5mNÔ+×U§Wàù ™Iyàüž%+þƒ^v>8€3C _“Uå«1Ï¿iÁׯd[ͬÍÓÌÉ4æÿFšzâ4MÞJS¡£§)ÄÙWQ¤QšöéS†3˜¦ú›h›iÊ´¾£2ÉgÈ|¾º-òͶ·üs†óWµ-UÛ~9ƒßIÝâ³÷üˆ]éÔ<'[e+ëÌ· êÒõ¿äÙþ^{þ¿¾ŠÎ,}µl;M_¢™WÎNOSߣÕ"³°{È|2 »µ šÙUd3pò÷Z˜à+0ß¿ºm-ûïlÁÈþ†]ÝR·p{??£4ÿìos•gnLuìÑfÔîq— 2$Û´Zþv=ÿÊöæô‹è·H_ÊÊI_ÓÐJ_Yp›¦'|òŸjõƒÌÆê.ÃW·”¾:øä«ƒ?¾:8ñ•—M-Ã.k6¤T\X>ƒJaõìošûÇ¢Ñ<ÿ@‚ÚyÜãÞ˦Y½‰zÝQM>ƒo]ÇŸ÷âÚœ76—#­/Zþ¹:_†Ëøl–œåÒwîí¤ïA)CíöµUœ¤¯ -ÒÙøUàÏtV;~ÖCÒþú -öÍ 2¥¢Gæ"•óâcæ'öQ7î1ÙšÝù7ÜÖ}bq“rÜêºãFû«RœÞ.Ga^:»|ý|Q”ÞyÝ•ÓTì8?Ðñ•—G€À—‡Á©³<äõrô/¤ïóÒ÷¥k§ïuIÏ€MÓ÷'IÒ÷&NßL+ëOJ=J¯?ó3¦ý(Cü^™ -ý[=™dëËuBÏÇ—Óvc\ºÍýô|=>ü3?§Ç­¸>ÍBâx|÷£wœç´žoBPaöÃãB݉•O°m -ëÊ“M§'ëóÚ׆¤-ÿðÕ“;‚›~TÁÊ@«/z/—v/ °x¦÷”²Î¤x¯µK•«:~6/HåÜ=ã8Ø;Q£wô¯]ù°€ºê]2ö>ξoÏ_ôp·F­d'å÷_o|7¼Þ·ÍK5·ÑPº¾ó'zu¿T&‰» ÐÖ6ñÀè­—‹{%YrS ^›ûèéç0w^™/`[œ¾@:X¾@±|zõ~$Öw·ù멵ÿœ§±˜?ËNéÀ™xk_Rè®nðýmk!ò½eŒ×WÏ7ÖèOWo¦/Ùyiã|(•ìÛöPT€M×V¾¼špòžT™Ï³µ´\mYÎ_¬(ëçnTë”£ÅØ¬­M”:…j¤¾æ—Ò¢47Ö54¸× ÁOÛgÇû ÐÊëÏÀ­»(ž7.›¬ÖnAðWxUØù¸Þ+áËW ·M ÙÜ´¹»94íŻاÂqE9»WÌî£Ò²ìG­ÅN‰°Eó´„ýÍ/ák¿ ×Ðùàòâí9Ûz&4Uq®nw¯0lÙJ˜O§70ÉÏ€7Þ¢ý¼f`8:[Zg†¬>ÙY4¾Þ¼k¥H*¨b鈨յªLÆ p>i<å½rp&Ç/_ìÿðÊíûñC6ú«cœ»z;ͦgëÞÞГ¢½“–’ôè‡æt.îy?°ÍL!ü«m6aÐLѤd|Ú^ÓÈÕ&]ådR[&:£•«– ®¶ÑD­57Öd{|“f·²R7îªtp/7>¿*ð¡Q¾çúl/¶û ïl­”qî¼ÿ~Ûüò”¥ùA"öþæávTKÙ]È ø=ïM¼!ÌLúŠí«`œÍWçó2roÒbª¨ëÞ­=Ùa+4‹÷›ê’RŽ3§ţ4¾`UcŒ8mG¾SB,ãw’Üüé#QKº)åÓPìo¦ž˜—·bÎæÏ_¿8üá{7a{ö—\¸WN§ù´ö6%'^õy3j_ÝñÜÉYÂÞŒ³m”Œ©~?„Éâ;ƒ©Çwmt¯ÔzoUT޾>¾¬qX¾GeLÆßeZJ}„—z9JŽ·ÄAÑ……pÎÆ¾PØUÓѨ%VGåsiÀKH2ã%”[óÒ`}úâð/¤Ñ<œÁb×£ù*Ä w9Vp3¼CÊ8èÆ;!=ë”Vo…A6*A·¶ÖKÃéYm´€TÑ15?F×µŠô"ÖM ¨j°˜/p¸À$fo4qTi:¿>Ü}¾—WCÅbïÜñ¹(rp¯C²Wàm²Wpžp°ˆž¿È"‹o±ÿÃC^7ÇxÍ-·Øx&ü0‹ÁÔbÍSURü‚.°NsÀöQeóC‹Ž¾¼|–êv¥•³öxŒ1G%oq)Šùm¯2J¨¯:ÊoÐ=2Ü·çä°e$§Ý¯ -{%ó6‹úhÄ<úî™!¯ÜÀ+Iè ·FÔW)Ež/-:|±ÿÃõ¦—iߊ6äÑ -cqµÍfË…)tìàóM¼ -8䦗I ±zÅæÈàš5S“êÇp¢Þ{Û±½Ù\¤÷…|‹Ì+΄c½4Ü?¬*§d›µ”ÆÌ„Ò`ðÚ¶ÅÝdŒþ\³‚>¿²Ö§#›xÓÅtÓî%ž)ÓÅ·8§‡¸£#§½ÿb÷‡‹³YÇû Y_®s€.då…ÓmÙþ•=NmBH3_X½Â§ºÚþ¤ ­V"»Ìæ$.Ðîs´ß„‹®û–§ùl è¹ ÷!Š%èa r½U>œô„%èôªüpMÉëäA5d¦AšõÕ˜ÖJ¾‡Û ÛµE¾³åoñ‹sÀìV;}U‰W†#m±ôç/»9ó‹6;Å$oöÑH¢Ô jÊÊÕfòK¯,¥Á2:£YãÆ+¬úâLôšcÜYäzÛZVc¼Ê¶{µ|£ÆÃ΀<¬x™TÅå”ìÔ1q~Ìï„á`Uéå9Âp?adý8ƒº!Î'gû‡çÄë-žË'ñZm‡¿Ißs°ÙÉZß«N8cz Ec¨¹ˆz(·0åÖFGcrŠšÒüÌ…d­oø½÷>qW°Dôƒ) Ñ#9,S»oY@ˆ‹Q£ $›™ðûbiâ÷[âÓatýp¢Ã”±ôÚb±tsŸaiØO2Œ×Xjó«?+—`³ö›x¹/w£pæùóŠßm–F–íÌiIc#D¹-æ-ù}Û¤Ð}MÄÒs“]˨ñÆÃîö¼cÉ9u0ÆâI''2Gí—aìæ©*¾Ÿ!…w›Ç²ˆÁļ¡bŸ¿`tyVÄ€ ×GçlÁFçøx‰Î›Fò‡è·ø}ÆcÅU¢$ÒåܧW‘·šÓYi3+`EÕ )!t¡!Æ=¤†.ðGih ‘UÕg©8Lá9dîïâJ¶õ”DÊKFãòO6ûú| ëç g#ZCÃa l‡8 Ðå -!KyJ"K–5‘a.’æ/‘ÒÈŽþ°Åûè&Þdaü‹IÞ¶±»›ã‹é£¦e5fF®©°]`$.¶F­‰Ó^‘3ÍÍJ ÌìÖpóqVíÁw»†“y ÑfýŠ»R’bƒ¶¡ ѯ¡…ÝAâI£Ÿa6FF¼ƒ”/ʦ»¶ÊŸ¨+a¬[;*¼ëm}xŸCx|]ÍÿðûèIJMY›ù§ÔXû#ö¼vN Û¯Õ² +ÏBm(lRæf»BaÂ\g0ŒñA_ذÊÔ;”Ë6ÕåbŸ˜…\Œƒ@~F³ä‚$~ôBª¹s±+¡f™ì6Jû¼_£&<‘ân7úiç—»½·”;ðæ=k_™§÷/d¾eeóØ-lIßÍsgzïÉ…÷nvƒÆk‹9isME‡æ¸—G#u4A™0þ”è¦Ô‚¨K{Ð!ïýiŸp^’€÷Ãz£ý¢;ö£ ¬.¢sçRÜ¿~ Ž±ª;ˆ(w2¼í{›´íý%hãªzm¥¼Ùr¬ó¨ùŽA³éSïiÓïÜì?,ÛËÓaþ‰¬£ŸˆòÙmëÐqJuÄ­!Ú½ù÷KÆ$•gk~8ÅlPsUòQ\°¨Rÿ £'SG6Ô ïî륉ÜA¤Þž‡^ë%LâVoëZÀø•6çİœáŠ6ó>:lDH`6¸µ­'T¡ôÕGëpP¯ oµ¶Þ?š4\iXàëÓ9ˆÈèêÉwý6³Cðlfµz ®¾¼ˆ}m¤-›—@´wR×U#°{hë×6lÏ­>ÞÌÿ@-07›@Å<ã3õÕr%Õk0h×¶Wl^[Ö®ÖÄiõ2•j§—• HÈ„=.Êv2Ê8Ò'Ëxn)•ÂQJäIÿa>ÇòÈÞÔ¹'{POºb»Éÿ%*{>B’{¥ŠŠ=ìØwáÞäþ±Öâî›òÃŽ¥Wœ¾Ktµ^*ÛQ§8·wýbþ•“ -‘×· ÂPØ& @·|¶•òêÏíwò$×n·6 .åkà)X3àIúHàipÿ”œúÛËÏÔµ±Då ÿ“©Lzœ0¨î»½lÃ{Mãw• -lòU°•§»zýbœ+˜pÙCMòÛs´/­ÉDôäÜ‘RÀLÀwWÀŠ -àÏ  Õ -b Š .ÃÈÒ1ý¢|!¢2V2„æ¼]‡Ìͦž÷6Ô¿¨,­¤U±íòØý>¬.GÝYŸÀbßlÁWÌ*µ˜VÔåí½‚—¨K1<{¨æä³H4¹á ‹³U†ý Þ•'@œ‡ÙéÏû6@–% {)@jÏ=@êþÈ ®ä:Ýäf‘}¶U{yå?8æô ZѨúÌâ—.{ßÿŠÊüíÒ7þX{(RàE5‡Â×Í£Þb"¨P;ÄÝOÙy‹÷"×ü\òŠƒî@tê%q’c€Œò€H7€B¹k†é  ê@5zðWOÆîC€²W@ݽÐË  }Ó‚wè5ÕÐ#šù |õöœÞz[¤Îã¯$#ã°rØÂÍU{æ{ÂãCfÜëvOÒ*Ô…Ì»¨Y¿PîµÃWa”än¹“Êß—P’ÊuÓ×þózåôó*¸_À…ÿ¨¶Ì®îa -ô=³ %Kÿɰ5'¿»7äüï6»ñÒ”®}ÅÂø ùûã÷ˆR¿©«_‘ü -Œ›¯Àˆ•¿J(œ¦Lžþf„ -ß¾ãeöÕAïºúͶýUB—×Ô-dTœ‚)• •çGÃÏ ºí?ƒ£=û»Sôìï‰Ó?ºln2z<Ø3|ûÍdýÒToffŽ>bšöî£ïYzŸÌº£dÝÌÆö:Ãü‘ÙØø&ÚêßüÕõÍfД¯j§.t÷žþ>ûë{üÌIŸÍcÑ(ì¹? -*ûɰ(ßc8×ýîüUåïü­4½—m!Îobjn5WÞ_w=fwUlû‡4}Q™¡§rfÜhÇff~A×¾5kL3 ¡¬Êûú%3ÌeêßkìñoF0“RKXÈ,k)v_Ôîq»hÝËFѹ­‘zpïèòV›rÛëŽÐÎ×ñ+~]›~±|9öì¢å>âEË‹ÓK' -ÿˆ³ÈJNÓþ@¿ÅÒ—¢NÒG 高cÒTÛ ÒÔC¾†þ*âßæþ𫃟ޙ…dÖ~C¦ýXÔ0ä·0ê¶î¶×^^›nU¼tæàø:_˜’v6¡¶}F–´ºóòò„¯­Ý1•N£Û ËGêà‡Ö¬˜û6°÷§nîb*oü é»¶R3£ôµèôÓ×n<úÝ»²Ò׬ꥯRw™¦¾°ö“Æé7¡ÇM¼æ€ëøY(^ÔO¡~¾ jðé>Ì¡ÇT¸Gj{§AóÎú§œpÈe=kÏÞ:澎ƒ]Ìn·»ò©‘Í–[‰öÛ:B2ë7SWW]ÖV-h+ ¤µd6n«Hß«÷$}Ÿ£ì(dÒEO2D^úþ\ãÔG»{rªn¯{Õ߯‘z9ÍúßýúŽžbæsݬì#[kî‹©ÙÝ =ßn6.½•å˜Û »¼™Ä}}†;κ;g£ÕM^Wر$ÎÈã>óä–¬ÖТhXQyð4ëüA_ˆ3_ËâÊoñ‹Ì¨ªœ~ÔÆè@ùØy댉 Žƒä^»ÓË ¢ŽÇ÷; -…ãv·ºÞoÛ¦zyo:s ¸6õÆjJÕá$]ÃDâJ½~üypÃ(#)Η\}Éñ,ŠïÇ0ª kûŦ4~-êbÚ [3Š™Ã¾ªVΰü×7ýY1¼—Óþ~žÂø`Þø«‰/Pצ)4æ2?ù.ÏæÎùaÖa‘hÆNÒzîvˆd5C—X¡i å†Ð²Ô’ë‘ O:‹-ha‹;ë…‡æ† ÛÚF˜ŸáÇdÞµ+¸±D`ñhã;•ÅÃ'·p5‹Åèã”vCø®8K¶0sJË£=[Q9>¦ñ‡`´lÌî½)Eê9mÚÜÉg -Ìa¨ým›¿Š+råÙ1[œÇ‘ˆë‡E³¢g>LØÁpŽPN)°×ˆŸÖW]ßÙŸ ïC¾žÿ)ñ^nP•ÝEž4ÜÂDö¸­œ²ñºÎÄSšîÈ+e­±Ý‰F3ë2Ì,ãݲ-Ä/Z¿ø~‹Ø%¬¯úÙxÌS¾¢òûMé>ØOlsd8ùLdnYNÚFxTŸó9ò8lýtu¸zÁôðör¯{Á-‚—ª/rm§Ò*£3I¯õfõ.Âþ@SÅÆ…i‹U5[‹džG·Ø2·Õ“…ŽmÈœ&f¼ªºlôÆû™#ç‹™žÅæÓ?d-­LSöõ νECÙo!CÚvGnMŽâ»çp½Ú^Vv &ìB‡‰ÿš‰®—Ÿ6'¡ËÇ™ }Óý¨Ú'9_´ág½n]¶Ð›`Ô7É|÷½"wlÐ¥µmë\¨göNÏ¹ÏÙº¯&R(¨B£1lÔªû…“¹Ýàì/ð´pnÚ¼h‡ICÛž?ãñšòÖ|¼üœ¨eÕ;4C£Rþ{íÈî²ß±g[x·˜¶UsgÝêÜõ›Ó["^&)Ò9ÃÛ +Øš:£ °u-RÚ£•𽨠-îCW«4ìOäp´™4ØcªL®­´ÅÂh¬ïD{ÜUÿ O¾µTçß½ ‡…àB¼çæ¡Vm"Ï* 7vGÑà î·Jí ^aÖÍvDδƒ˜ÏGeeô«ÉQÏúÿ]ãÉ[]1¤V—Fe²åÃÖ¤±^¡ÊAºÑ?Ò>€üø¬v'ãîe˜ÛŒÛ¿nÒSµêy…9ñ=ßY¢Ï‚/<ÑÇ>ÎÒÅYœA1™îŽã†µ†¬WŽ®¸ÐÉÍ xÁv'•\ÿÒvêÝ”±¯Àbb¦—žcä¼M¤ñ1½QkLé¨XÏÊ€0Á1ÒKŬ£ÕSÙSôü;’µñFr½ÚI4â«À•Ít4Ê ¿N*|meµ‡;qCþ@ÃæîÁqZ»2a/ÆÀe‘{°eî3`ð÷…`ð¯0Ðv3`.3í1Î.O¨åîwÞÌýMú^n•¦þ¨œké¬[+‹¨}W²èÕô±"¢/yVÝÒ‰¢œaz:ÆÈÃ\ò6óÖq7­¹_'Û°ÕÝ¿8;YSÛÖX´ "ÌÔnô3?‡‘½ÞlÚæ¤?`¥”^$8ÃGþúù’=ëçÛ[·?˜Üþ ç·û»SÕòVL´F‡W͘§<7ö Þ„sšÁ·çU2 -¥yK« =Qí™4¶å†!½Ð!¡¶ ê4ó“‡û¨²çônreÑ£ð¼²9eÐ[vÊýy¹ßéç¥1EsûpDÕ’Õ]†Ë^Å|<(éiµ¨ nŠÔ†(۽ʔu¿˜ýáœë ó­… _…„o¯f‹K6ÁŸË@ñ*Uy8ƒë"a椨¨‰w²:9 -21¾°¡L-AU ïÎl´ -ss¾qÑbÎ(å·Ì×OZ.ÝûPiû¦K¹E¡Wyujãݱ,zmäš,¹ßÙ9™@!q:ËB7»uB·*Cât][d»šs¾˜þáK­p3‹‡~,úKgVËV0Fª+ƒ3aŠFcJ#¯¤¶ZPñ«'㥮ìÎK)÷>…Qklò -”zÜU"&­^׃~ox —“Û¥WÝ©Oª‘Œòd;Tˆ3ëv £ðÝ“8Áoú-ÀmD8áØ£QÁž³‹c‡©ñeÅn†cËØþÃAŠ*‹u ƒesg;!alXç4g2¶Dëõæ{ZÝ—KŠU A¹wñ›R>:P‚ó~ߥ´!¬¦K ¹ù °¯ñDÇ2¹éÕV穾øaܨ~Ç¥2Ž»nË¢sAVÆÜèaÔN? Ÿ YBƒ2ÐGý¦fQúÂúö­w>Zí ‚ #ó”æt³<ó„hdÌŒæ|lÑo‡QÛ¢W“½Ãð#gxE¨ŠcŒ?EnØe›c–Äæ`nn¿x<-zõ%–zî°#P]½à„=~cîÑ,`71€Æ©¯ ú":XT§hžó6HTæ‘Åí!œ(H±H1èØbá>Š¥2,ГíL\sÝñP³§vMLÖ_'²oI,5ΚÕÌÆËù˜¶8ÛÎQÌûsä,©Mè•R±zÍÜ#2áOâ°Â¼›}@ç©qGw—C!ºVG–àG†áyˆ”8Ú쮊§¸»*E`W$²[E/2¼Ù§úËõú‡µGËeKÃù»kÏýr¥æ;êÛœÙîh¯£þAPîk˧ÈÝÝÎùz%&wѺýx¦ôi é ÔQ{©$r°,Ü­·³Q‰õ“g„ØpðñöÜ]Wž¯®¸ÍºwmìÀÝšRÀ»–¥Âãs=‚›ÆåÝ9Ö]´£Î>B§Ó)(Néó_HbËŠ×Gi„¶½ðj$‹øfæ*ö­yåai{n)Ž=4sÏ'y»ÌVùѯìÌ´·×“ -u²¯]ÒêíûñœpÀd&(÷†L¤boÝnÝ]E°rÝnà–]ºuN8Ÿ-#éªÑ½FæeE"·¯}Âo[ùܽNâNkº.p-bP“ZZø/,'e:þgË“˜]%nËâãéL<†f©±·Õ®Ê24ìõøîlY Ÿ7Õ½^Ù¨|¯7)îß%Œí4:héQ¢º[ýÌÂ{+u ØÖÚ7+tÚØs»h=ÝÒ¾åô†Ï ·r‹I¤ù7|“~µì&èݰæÖÌ,G7 vyX’;÷ý¿XÜ$a3Ïùí­'¥·­Óeì Nw‘ÞøÌ§ãwÊJÂö^ìq”h7è] ·ñ8#R7Œa¸âœ;¦|Ú÷´\ipnõ°Ù $;K3÷a•7PíF1¿ ëñ²º¯øÉ«^)?k5I¦ÉZ½ñ˜T•‘’T[à XÑš.Vé¸]éhÓÿÂ?Iß BÝIR:N~¼5Ë]mñMîCÆ–b¦ ò(àeÃÚCê” Æ­“ ¬7U xA½J£QMÞNÏµÆøò©NNùRåÜmµ*úmDVºöbX¶ÒˤŒ%”_rªÎ®D.ÀwÑ/ŠÍ¨ -O¶Àìf½/(Z=ZP´(2+ø~wñä|ÝnÐÙb÷Í@0ÎVúèTÓxvpiãtëp©ýŠÊHch][o‹ endstream endobj 83 0 obj <>stream -%AI12_CompressedDataxœì½ër$¹•&øþ±?ÚLë :à€®3/Ý5-©d*I£íX+3ªŠ#&YÍd–Zz™y˜}±ý¾ÀÃÁKeªMÚNº”EFø ÀÁ9ß¹ÿÃÿõ«¯^¾½ûzÿjØö›îþáì~õpwÿ³|ºùâææÃû‡{~ô“_ÿtc¶ÇI§_Ä×ùÄßíïß_ßÝþlcíÖÈ——¼ú'ÿ²ÿáú7¹z·øËO7?ù)¾ùÍõÃÍß]ýpu}sõõÍþ•Ý^]ÿ´<·9¿zÀ O [7ÆüÌüúêö‡«÷ï¯ÿ‚/Í8D~¶»ûpûöúöÛÝÝ¿ãÃ~ój0üï•á;üóõ¯÷ï«3¶}o';1xœ¼úSþ2“Œõ¼Ãâ;Üìüî͇wûÛ‡_Ýß½Ù¿vwswÿþg›³?_Ýnþuss÷§ÅI—w·øòâfÿíÕíÃoînß/¾ýå~ÿvÿ¶yÎéþõåõÍÓ÷îêacNæéƾÞ}¸¾yûËï¾ÞcbñŠüxx-¯ñÛ÷WßbNäw~^ñŸ|µxÀÀñ NÆÙ/þõ_–ïŽÉÈÇOþð+Lë¼ÿãþöý4ßùþî{~ò>ÏkùIóÊo³÷ý –IfÕö[L˜ü{ø5Ÿ‡±È9¯¬Ÿø•ëûø«, Ï9Ì,¨eÿ§Ÿm~yw»OSqzÿðUZoÇ åßôͯ?Üìï{{Í)”¹˜Ò\üâîíþ&$×_Þ\ÉÈaÿ¦~suÿíþdrwóáA(8–'`®~õç=ÙȄ׻ý·×·xÎí^÷õõ7¯HtÿúÛ‡Ÿ™N›^ùýþö7w¿“¡¼2 F‡o§5Ó=üå=ù÷ünfþ·Ï<½yØßßbžËC?ù.n߾λwÿvù/Oá3Ê,Pѯ@W_Þ_c~öÊÆO6c"¹º¿~{ ¸`71ý#ÛbVùcÌd{ì©ç~2ÉOÆÙç|’&‹þ€”•³¯Ï~±Ø ýö_a,úÙÝ;R7§¬-6ÈÍÝ·é»ùwù—ø¾ûC7L'ÿöáîaÿ÷ºÙo¦ñäÛû«öcãÉéÛëý=¾yrz¯OÎÞìß^ßÜ\\\½ùð°?ùå¶ðþäËrZwòÛùŠ«tÊ•ÜíäêÍõ=6Å77û?¹:œ“®¿’›¿)7ßË•ÝÉ>]º_\ºŸ/½N·¿Nç\/ιžÏ¹•Ûw'wéÜ»tîÝâÜ»ùÜ»ô*Ò©Ò©§v'æsß^}ûíþþä-^p¿?yƒù>y²¾á(ÞïßpÛ|ýáæfÿpòýÕ=gàûïN¾%?º}ûõ fé À+öoOÞÜ}ÿgßw'Go÷dP'éæÇmoïÞî¿99½8ùòýÍÕûïºù£ï!ÆÞ]ß~8œTþûçýíÉ»õÇ:¯ü÷îþí7{ÜêúvÏßß]½óᆔ®ðy~ú¿}Ø¿ç ßÞýéödÿïon®Þɯ ®ë7W7¸`¾êp°ë[ýß‚ùßìßÝAr~ópø+Í„Ïõ÷ùûï¯ÞìONÓbœfbËÿ¹8¹#ܾÅ+ìßÉ„1ÅrÓòGº§üuø<}øöú‡kÈÜßÉ›ÊN™ß[þ’Ûu'ß\cÀ™<ðä“ïñœ»·$YëÃ>ûúêý~~Aù§>|w÷á=H¤;9]èÅâ÷ÓDóË]¤©ù"}þÅ’\¿˜Oú"ôe:éËÅýʸ¿Lgü6ñÛåm~›¾zË•T9Y\âÝÕ›{Ò;dœvõF6DÚÒiGw'ß}¸ýöêþû›«؇`ÍIÿ]ÜgYéýÖ†’£ûå÷`Þ_Ý|ÀWÿt÷áû/n¿¹ë~’@òïÀʰ{ÿ²»ùòëÿ?€wyõæ»o÷Ù_¿ùîvbÞì@ø|>È÷ûŸ>z[ˆ²ûý&}‰+åÏòß§¯>ß$y¸<}úÏÿöäí«ÿ‰-ôð—w˜ë|›Î~ú®¿º¹º½ºßÈçå¦Ë[m¾à¾úãÃõ›wWxNâ5û‡ß?ãæßS,üP†½~Ðc',¾zúA?¿®oÀÏ^q‘Þ‘NA–óS:Ðôø­¿úãþáÍwõÍÓ§ŸâöB°×ïßÍ—/?ù7Ô››ýW†Ð|Æj~õ†`é~³»ÿðþ»ÍoîîoõÕ÷û¿à-¿¿¾}¿¿©ˆ%_&Wñ¢¿¡ýJ.¸ýò¿|×zÜ/>O4Ÿ•!]÷7ü¼ùšÖ³H^‡O:»Œìwý¦õ°Éßs½o>syýË–c‹zû~~Ô)¡=X6¤°b‘?kI§?›,6 ØÖG˜Ù£ç|õ§+pŒŸ_ýèÓ8Ý·ØZ_}¸~ØÏ7ç«SÁùvÿ~ÿð—°wá傯æûzQòîÕ«G¡í7»ÛÅ÷ÿDa ó³ÍO¾¼¿ÂÿqóOû›¯Ú­ÿ„|õ›Ý[èQÿµëý<ÆöÑ-~ýo¸ÿn·;Ûï.v—gý™9³gÙ;ógãY8‹gÓÙéÙÙÙùÙÅÙåynÎíùpîÎýùxÎãùt~z¾;?;??¿8¿¼è/Ì…½º wá/Æ‹påþ8ûù‡{úè¿þ·®ïÌæ^ïî9QÃ#‡{ùÑ©Vó+ƒ‹.ú8ÆcœâiÜųx/âåÔOPÏ'7ùiœÂDåûtÚMgÓùt1]žö§æÔž§îÔŸŽ§á4žN§§§»Ó³îôüôâôr×ïÌÎî†Ûùݸ »¸›v§»]šÐð¢c|êè.Ö¤šdûiú†­á£‡L͇i8vÃÙp>\ —X4㬜sÞ.¸è&wêvî Ôsá.±ŒÆ[ï¼÷£>úÉŸú?ð/üåØw£í8Œnôã8†1ŽÓx:îÆ3ÌÑÅxú`‚ CpÁ‡1„ÃNÃ.œaâ/Âe죉6ÑÉÛ]^^^à8Çq†c‡ãÇ„#â8ÆKÃápXGÙó þœ_`3^`»^œv§ § v[Àž±ó<öŸ»°-6¤Á¶ìùDlÑ‹sþ`7cÓî°uAŒØÄñçì|_ËS¼‰#Ï[ž9ŽÛè‡iyã眞îÜ<ÕÚÙÌ-çØ¸í!§·|ü<Þ+Ù¬ÇùkKsz¹AóK\µ;ŸqTCm„ôÕþ»ûÍŸˆ0÷›÷o¾ûÓÕý_ö›ß] ýà­{â{ØiãÂd8ÌÐÓ§Ê„W§mGo,ÖgÜ óÓ›0mC0Ço|üŠæý'ß åÇNzÉ¢üöööêÝþíæÛüÑÆ`%b:\°€’œƒÂÏ„‹„Ê‘ù€°›,ÀÔtìˆYwÀC<&9b>‚£^—Aá¹ÀV<útítø'±·s9Îò‘ž‘~&9b>‚£^'ÇŽîT8<`žGav“ðÒI¤/!<ˆô„ä§däò1vÀ‘ã”@'À;÷r¯s¹þT®< s€„1`°îg˜–SÜ*¤Ž«"À–ô`À)ga×a(°K†ñÀ2• =øõpÎæòÀ?#pƒ´±=¸ú€ÒfùÀ)@RÎ$žñ=˜ÿpÖ¦ÿ¸+ÀaØÀdÆõÀigX˜Sà¶©5Bª9H: áé ‘xÊØu˜Ë ’3@ŠzHÔ²ÕØÒæb÷ «y -A!’GgÑi!®{â&ˆï3®2:Æ áŽ÷Z„Æ÷Eø?…iÚèሦ¡õ¥;<¡£…õÑå_bó˜šÇióÈ4ß•_òqÖ<ΛÇEëèzbÔË5ŽÄV=u‡D³&©òÌÑa­Ï\H€'Îû8!Ð7¥@¿‚–×GTGhcãƒéøÏâpcP‡mù§3‡ŸHD^z7,vK7ÿª·×®qè[íëNþÓbA-΢8P›YµøšæÍ9šÙ©ìc¬1ß—¢ˆÂˆâ( ¤S‘oJKI09ÑO¬ÐAŸÔ…1ÎD®ƒ!t"¨(ª’°¢¸JË -©ô¢f\ˆàJ¢k'2šâ‹,‰0 -±$Æl'ÔÔ‹Žr‘åÙ™ Ê4Jµ$×(ÙD¶á°I¼‰€£ˆKBîLpÆiIGY—¤å]’x”y"õDî%Éw.èg'ˆaÊ0ˆ6çEÏãí„l{‡I ž \Ú Â˜²\ ¢aR6:Q­vŸe$¥d’“”]–1ï­²u†y+ôYt^dÒ-¤9Í”–()‘Ší2-¤%»…‹E²VìÄLÅ@á³iˆQâBÌÉÅTE à€&© 2¡È‘(Ò f$VìîF~^ !^/˜î\PÜéRž<?e²}‚ê„6?!‚ê„È>!‚ê„Z>!‚ê„!Ìê9œáxþÜð“ü<ߌ÷ÒbÉgø¶£‡å¿œ‹Åq>gó±›Aˆ]ú™’kâÅ{ûñ­Ý•½]̱—³ý¨X—ŠÍi7›g‹‰¶˜iãlÄó‘ \¾Ëö®dŠ>&p3Û|±Ì7ÙrúÅéÄ"™Ž1[&ƒX'Ó1e+å©X*Óq–-–çÙj)–KsÙ%ó%޼¦Éɱti /wjÔ>níÔØ¥å8X vÂb)\Z Ø kcaW[Ó²è½÷Åî¨>×ÕÊÜayþìc9¶©•û>Ùé¦Éyâu?F3Lb³qÁP×è©$bÇqÙth·ô?,¬w?æjy.y?muÛ0ÄÉHdê¶·Xîuå%¥Ñq»õG´­n§ÑDù¥ï­s¦©Ã¼èªÓh\S£q´+ÎMÌopÌk|ÉcöÞ¥l6›x -‚øŠ€¾Ëì°âH¦ÿ ήâîʯÙå•^Ýì÷Jž¯âûïWöÑÆ{:¸cö„%_Ø©@á3q_vt‹ —±âJÓ;6 -¼Žâ#›tïÄSv–}Šå—â3ë³^GØ:tâ®pâBóâFÅ•ÄÅ¥6‰[íT\kéÈÅÙËy1—ÝÌ9jIéšóÏ’¬wüÒN³6ì -³%¥[OŠJ(ªâÌqÊOa²E3uMf>v³+ž^¸ºæìî¾äðI(wÙOsàxK)¾üV‡[þptÙÁµ<‚:bó˜ZG7ÿzúÔ¡Mx‡õˆå"”_Ò‰>„òò”®„òôr¤øœ=û\fñ$gy;ÊûžÅN›ºøHïâ°ÐÅ-r)ž‚ / C¢H/‚ìÎ Ñ{›‘Êv °K¡.ºBIU;Rè‰ÔäIIì PÖ‹Dú!õ¤í@¹œ¤2er’ÈIi\âAgA¬aÑË@Q ‹B7›Øfh4ƒ£üÌ…&áf;‰ 9—¨šË –ŒDß0u‚™¼„é7Eá©§‚žvâ? u!†¶^"ÂD…N 9,Û ¬â:AWQÖ”xh -å‘(Ôx>Ë£Þ×ϱˆ)1C:: M,á‰%DqœS°âá˜æãtqìG—£ÇSB²~xZ•3öé£[T~Ü‘ÌӮة?Ùñù†Õ1'† wØ-—3K -…»Ì” $œ_°¥ {ƒ0¦ âŽÂ¢®ƒ¬£¤Kr. î$⊀+âí :ÔŠÃJm螌]׊ÃAu8°­Â¸\—yWÈí4ò Èf(f3[¢¯îZ`®NÁ­‚µÜÌÝ8+ÇÑ%>·Ë¼îLNÚí—]fz}f|&‡Úˆèòág>˜xa:b>2ÖäKv9TpN<;üœ/Ž%‹¹<Ut•¡jº0Ü g]ƒ:ŽeÊ”üf¢Í“Y!‰·Žç$ Ä—ÝËNÿ47œ^rt/;ýoí†9þ}ŽžƒÎz£›|ƒTqÓ0”@3âÓFñsNÔKõcÆ6nF¾ëËYÛ*/OýñÇAÇØ„Žñ³ç³ç³ç³ç³ç³ç¯jþ;»ág7Îg7Îg7Ž:þ#׋Ý8/8Ú7<ûñG÷1ì wÏ9ºç¶ºdv<×ÓÁýtpA'ÔÁu:gòwÔÙ¬ƒ]t³-òrå›êgðw@C9‹0»©Š£Êç|Ãì®ê>«X^àôtå»ÚÍ©Œç+ÖÅ@ÙŒ+]Ÿ6ëuðl›ËX@üœ|9-ì/bƒéVf˜³œÆy>Ïs Ý\Øc±³ît^’ñÏ —i²—i˜!wIÍ3²Þu Eí"cæ‚‘‡Yg+ úëôüË…öfK:~IÂOéöI;(rUî Ì% â%5d¡Ïu2ÃE¥Ke­Ô¹J©›f¥î¬(u nè*Ý”ENQç.²àIŠœ=8÷Êðs«!…øàµÌ -q7Oð1ßÓrw%y»#5<†Õ ½@övGêx©äñ éûòèèÿ@wäà·“™72_ò\gdô[,¢}‘3²\“Ÿ!Å@Ob¿u.Hze´îQgä .ú8‹ÒÔ´(M´(ÙbQŠ»ÕqöŒãQkeŠÁ?~\;Ž¿Nçb棭ʓ¶[‡+GwøU4‚Ö16Ð8°»ºYÌÆ†ÀÕ¢wyìÖGK1Õïñ,eèŽèýÇÔõÃÜ72²SVv;÷úbmZÙ V(³4þ$KT·2G)ƒÔœ(Ò¶IMÊ&9ªÍR•QªiÒ–¨T©*„°.ŠHÕIÊK©;V^­â.¥»œ 7usB©Ÿóôì"™´¤’žÎéz%a¯¤ì’ö$m¯“¼½eæÞ2wo™½·®€àª¾9…¯›søZY|Góø–µÖ‰|]•É÷£ª!Ì©|ëüz7Z+ íÛ‘“>2UÂïä–‰Ï9Y˜ûØÇI²P jüìA oÃ3Îý(Vn›µK¬YÅ•4Jk/®µ,¯u(°çBlâKî¹A]mÞGý\áBÒ^ϳq'Ù¯§’;eQQÕRéŽR9ZDew¤‚Šúî™TÌ¡€ŠË -*«*Ý¢ŒJ]H¥”R ³rãWUEU -Rw0˜/Rå/«+îR8ÌYUpeæ8ݪöʲK9Öòi-Áj9§Ä¡–›- ۖdzÀ®M7Ge~N·üHñüã¦{ÌY»ÇŽE=ûÈÍ„ñH)-òª0®SÆ×IãË´ñUâø!u¼$ÒÇKyI!ŸU æqÔ‰‡o]¿ d©t¨^`æê é´“½VJd!ÕI¸è%Õ²zÁ²~A©` FQŽç*"Ç Éº¹ŽÁŪ–ÁnUÏ .jŒ¢œ»¹²Á @bÎ8îætãe’ñ2¹8g/ê¬ëŠTåC:U)¤* Ò(ýqkúÝÑ‚™P©ÛÑÍ">ææzÜOöb‡Ã_ÏöY×c\ºä—Nù–â`‡PÆÝì?Ôc,¦žƒƒþ`æ9„»Ê“í;]eà1 o½›Í;ÉMPö+ûÎÂi/žneâYy–fž¥¡§å¾÷{O·òáñâ/Í?Éßpãg'~wÄ‹ðßϾû…ÛÞä(2+Ö“t‹‰¾”î¥üË(F• †•ôSo Z•.¢i–i]Símk¶M¶V\»'4Õ«§Ý1 µa8~ì˜QM÷Â0¡‹§ŽîéSÚÇe]ýkí««‹G×îºÚa'.»T -ìX5F}äcÎÃFñ°¶¾M£¡‡<çäd¹êÇ éé!©Äy(~9lÁp"Ï>˜¬žsv.6˜@»¸ŠwaV„¬UòOŸúQ*Óà[*>ųõ«Ç¢=Qç&× |^‘GW‹ÇÑøuQÒÀº›Ã²°ÂÑSRÝÒ­«ªš[üiyƒ#g|Ôô5‹ -¸•é°^0Z;­‘+ÔI«ùѾîgä ½Ì×ݵbŸêÒ!]aej«º8Ý ¶4¤- hË ®ãeU²…¬[ÈtM•¥=li [GbùÙû$«uˆ±šC§^õhXT.˜þ#B¢~ê´§þˆYô™QM]+Néo&Èè#¢ >UxÂq·ÑJ&èožë,ZKÁçÿqü±i‘矈C6s)»çðÇÚ;:ä 1.´“©rSœÔEK9è)òV]~1U@>3‹ƒ©¼":í£Ð[´Þy+WDWy"êR°©|å3öÚ¦äGuÒ£l€5¦"š”Ÿi%„âÂ~ÞéG×¶I×vQ•5Ü{ï'Lù*#§dJÑþE^Çœc×êÏ‘j‰ai þp­nšòTí ß0z{™=îÉÚÝó‹7¦Úëþ©\*ü– -¾¥2oTÛ‡Ò“#wä8Ï5.ws3Ž+]únv˜\ðòrîÁ±›Ë^ÆÙ5àþ6dÛjïe¢$žø—¤~ÆG‹-¿ä¢Üí \ࣃôF0¶_71¨K/¿ä¢Üù ©Õ àéSËÞ9®.¨+›½ä¢Ò_ÁIÁµ`ÁŽÇT -Mš)4+š=çìâ=MÍN€ùœó9æsÌç˜Ï 0 Ýôïõ†Ÿ`>'ÀüÎò9æ“1®Ï 0Ÿ`>'À|N€ùœó9æÓ'Àøqœ_ä×(×|NIÆ£¦—Æ›EÀíÌù‘ãâY‡*•Ö­4}­ï·Ò –ÚþAÏϪ}WéókU}7³¿³\zinÑ;3B3Š 7ì qœ›ð˜bb‹ic/ã’5®‚ǺEôØÙ“ö®7~ÙúyóÏÛ_˜â!ÆÙºµd…… èª`MFÐÕœ@xh³aÛóÕ®Sv#¬RÛ‘i+ÚšÔ=‘ºRS”v×û•y(vk‡ýBx.©gM;ssçEOç™pºåœ7)ç@7~:,a‡»™p.º…PµG(çtE9Kq:ËÒ"IO»švÒÒÜjÍ×U¶ÅAY×¶Æu~S#é{†Õñ\GqãèTÇ­bW¡©‹¢2KRèÖ” A“Á£ÈÊíºBŠ\…aKÎÑU¬ãò¯løúñZí3}“?ÎFzÔú¼ø—†E²¶YéßÚlÛÚlÓÚÕ™ƒ«ÜÁþÈÞko3è¹¹Ø_ko!¨išqÜ€÷wòËàŒ«ý8‹-yÙu©O^D÷=iÿ=`Û ¬Â0ÇøÊE—¢g_òqø¨æ‡OÅG/ÂCuâ ­MÔU2ìIü³Ò¼«ûx)¶æ`]%ÅbCŠ]>.Ų6xžœzÝŒ€–ªPØT†Ž¨C]Ë8ürŒÔjŠ[Á¡®BCm$ô˜W­¢¬îI 4VÒî Ô-DÞ1t”vZ¤Ó)ä¼~Ç s[þ|º•Yá|Vž—BpM?Ež)hM@]vÇìøz9NR¨H¢îhHSαLoHׯAÇPЂ0dƤÓNY”Á@O@ Ñ¡ºG˜Hs”…,‰ [°6 k¤ “lY~dù z¦ñþð3árô>fŽ»UØ¥;]~tƒîDYÐ|›Þ€þÿÙ¬°kÖxiÄKO\'çbú% G$é‹Å}áuÏÃKŒ„t/ÃKó%…—š5z#Ñ’_D(}ÒŸ§Ë|R÷Ùç~¾áçþuoxpß”8Æâ¶9¸ljwÍ‘œ©ƒŸ¦«Â#jGÍÁUsQÇ,V!‹Ù¿Õ)nˆVQ‹¦þvsîoqt¢ñ‹uã2ýwǸŠd,±Œ%š±Ä3–ˆÆ8{„O«¸ÆCd#O#¼ñ",{üÑcÔG·ø#<ûxä§{ìËê§QçJÝóN{þñŸ÷†ëæ,w‹ò؇¶,V6iÊ Ïíî’W–{œ -FiÈRúEÎý¢Ì¬=$ÓÃAgXº^³­¡Sî–ƒ×õxÚÒÒ0»^“óµË¥íʲéJé u¾è·R÷Z©û¬œv¹ÍJÕb%‡3º«:«,»ª,;ªän*Ý¢“ʺ‡J x©»¦´¥,£tºŠj~òTç’f—Óæ±{ä8kúè#ºE?­OrtŸ8ëïç†ËD©¹cŠþE’d°åî~ˆ½dßÇÝix¬•Ê ®YwTñfÛc“7Úª”oæÞ*£Ç£ÙRmÞ j£wë6+Í3Ö×ܨhcûí`§Ð¸¾>ã?¨·Kšzã°J­‹8-ÒÆª¤±CÎXZyZé~\½¥‚ïËz.ꩺm˜Ì"Å豓RXK>áxÁƒGNyÉÿnÿõÍÕû÷ûÛ·ûûÍ?_¿{·¿Á$7?^T|ØFüßIå‡zÄ6!«N5›Ñ'©*`µ?M&a>¥™GÕüö%Cÿûëÿ÷ÿüãæ«7ßýéêþ/tõÁÒw#™‚ç9KpÊ‚~ÎìsfàYÎ -Œ9#ÐådÀ>'ž•$ÀNr½TdEÀ^*žKý¿S©û×*ev~¼˜Y÷t5³Çò'uúd÷xþd.`æçBšý\º,.;TÐÌ5A:U$¼¬,È\53×ÌìꢙÇJfV3ÖËìžS0s´fÚæºÖw© É‹›’2>xýË»Û_Ý_ß>\ß~ûêՂ—_t¿üžß é›_]=<ìïoAú?¿úð5^þ³1nܲ•à4‚•ÎmŒ‰Maã§ak&èÆ¾7Xu3„¸ªuSï@7ÐDùâ§òïïÿ”þØã?äW“‡ôû?ËŸÿ¿þo|ø'LÆæ›?ü¯~ó6]ùkЉúêGmÞá¬'_hóóÖYe=y0SÄOîq_;ôЈpFd$d¾oÜkÁ† z¾ó[qcOSM0òVк0ZGC -®>èÁ­Ü >øÜfØ‚A`tÛ{âœàÝ#Ϭ:°Ñ±YûW\þ oaL:c1ý7¯f9aŠfiz%DµØN²[‹¿&²ipÀ`aÀ! âYƒY¶`8ÁŽ^/‒zLp£Îp[jŒ“lìÃd^¬ÙŽ=ØÚ1kò6fKcüDÖ ÷᫃ûL`¼“¼/9Þ7LÎã„1ÏIè{3 ¨ªL¹ébézà´³LMؼ¥y·Õc&׃WÞK®ÁÀÁùÒ«`†À”©/8ƒ“¦ŽÙ÷ôÔaHã—bHT]ûBB,y…‡@/ŽíÛG°z*ÎÎÀ»9¬Dù’21&L.FÂr ½§W,?æûÛ¼Â*8Ç‹û#ïhÄiiÚ‚q,6‡"ïIi5²Ö=VÏPJà%¹XLÀÄڼᓘ… -°sð*¸q@ÐŒ\ñ˜Y(ù[:‰¢Bò{À<0{AŠ3@]¤ÈD?EPþä°\ç÷1àÚ4&lÁàAE=ˆs€öï&,>>]n©}â]ù€ 3Iš:—saÈÁ:°/  ~'7ú£IC¿ëA# WˆLÜÆŒ &ÙlÂgŒ؞ÊIr5D ‰1ðŒ§6ÎÙb‡†DÂp¦q0=ö@ÚY=€/°§-`Â`;b]0¼ÉÑÇÉ+Œ³CòpžI?}oéóâéM¬"Á#6#öÙ$ŽÝ)Cî ‘'Ø‘|œ¬ Žô™r¨_㜓¸’u\Éèà jÀfà†Lg`Á…ßÚiykõ²„Sg1T.qÄ -àð ^Üv`£ØÔ˜þà"æLiœ0¹‘Dƒ  -ÇÞ¤Õ £Æ¬w¢ÆƒG|,Or“Å&6|P^'Sz—öÜ€ ñ-v/&“äCzcmA×nãðÞœ…2ð¨`äŒÄê¹Ó&—Ÿ„Ë@ö8DÞd%#ƒ¼‰Û[á&´eùA^Ä™ø+òEúD¬ Ž ÇâaàSâz˜<,#€N|œå0< ì3îeÃlj gpÁ}H”˜ãZšÊ  ö4Z|xàé6:~ÛC¦32ÞÓuÊ‚¨â¨ù€~²´ïN`ëXÇŠ×x„ìÇ+@pLað,­Bþ¨NH#áRO´Ù =«ü2_î`bÔÔë0uÙs˜ ñ@r'0á‰^®â ÁÉT œN%³É#Áap¦!ˆÀŒóOR #3@$[áQaz//ä¼hàÞÝÝ|ÀîkA1íb¯ ôö ;Àš(…@Ù’=@*c¾WfƒmÔKTÐÙ·Ühøz÷-žñÊØ:Ðð=(iܼƒCC/1¡#_}™Eð7B/ÜmóÊ‹˜5«`©>à"è[ÚAG°âл 8-x€4 -ƒo~OFó -;ÜOÂ{q{À+ƒù#ðäjàÏxt$PA´B”HÔ °/Á}È2†ÍŽœwÞJYoK-&hó -¤º!“71íçg,`oÆž`k0éØv`Õ“>%|²‘áaqØ’²'ÀÌGaËà|€ ÀŽ˜FöÀÓÝ®}O–oN~y÷˜{wÿTô³Åê(Yœüzu󋫇ûëÇÉ›Ÿœ~QÔß|swÿ.}•A3ðõÛ»¯÷¯O¿˜^ãE¾zø3@õáñ´6›ß¿-¤m?i—…Žó|Œ›Ÿütóûÿq€òÿ僌ù\>á‰@€Ì -Øåe·á>Çd+àjb¡€ð/¶*æ ÙS—!¶Ø`ceã@xȇ X«Ü¬ÅˆL9l‚ ðÄ™À¦·tâ*ñnÀ²Pã†ÛG ÈÞ ÞÎRÀãñÀë ½Ú;˜Ú.Óíê«À?AßngXØ<ß>‘âo¬“ׄ IIW­ä%¿Í·> [¼}3[Ì ®^‚˜Ã®1À\`^`Ž`w˜…‘EOÉg_ ˜6Ð.xi,.§#ÆN˜\Œ•ïøŽéR¢hHªW°XuNiÚÕ˜9ú;'¾4$jó–Ó }&`ßoÀ0·`£†"ŠÁÆ,˜v·Ü üœü9½6• 1ºz,– Ü')àõ ¿~ƒí6Q­áú ¨È -¡`kCx&::îd€-ˆ¡è0M˜ÓI.‚‡ùÁRõ¸dâæÅã uòjPf@†©méA†$# &ž(š_f¤4ÃJ{1•€ó€ÉcØ`4àÖXç’ŽAº€Rƒ9a©§Li+ Œ»–E˜@PЊ Σô†²€“k:Z¾±!:‘Ó4•nîå Ü0‰ÆšB¹xœ ¦j4þ#™#7¨z4çväkäƒr;àXGè,ä6 *n…%(ÛQ“Œ¼ -fjäÄmˆ9ÁM1qβXœÜŒÈ3¼[ÀÎ$‡HGxàiÑãœ#TÅËâ)ž»0h1òs?,‹ íIˆŠu½Å51M(XÐH¶Ï=1ÐSP˜ 8”ÛÕ_&Å€iKe¯êš?ÄkAOŇ,Ó»‰sÙçvÜÑ‘¸5A„¤@Œ®·¯Qjú‹‘ \^^§þ’"‹2”ÆXФG ¶ÂÉ‹R5Æ;A EÃM ½ÑæeÒÆŽT OÜÊ­ ØøH ÀÖq¦Q9àá@½€%œñ¹wy±ûø;ö€OÆþ'Î-€V y·Œì'¡*\Ж€kñŽÞÎ3NñŠ‘X' D`¹LàtÎ`à@Ȭú…»AÅA©>µqdgØzòž´¼'/p'V†›{¼—ÍH ë&àDL;§<´BŒvØ0czÀ³Éñ $8°önß“ÿ`á-Ù'^ibÔèã,+P :Ö>,:Rõ$Å#±58>¹>^l=`–ùEÈz>Ø ™-4Kg’oƒô ‚¡Mƒæ.ÒÆz ™¢(‡ËKa5ÄX>TX:TaÝPZñ@fÂ5´ Å ´Ó‚|ÀˆŽe¾@XV¤"LeóæÀtCæ’YƒÛÙeö Ðí=@±cà,ÀÔ@òÁ«Ûˆü1AÁ9T¨p™â†Û¨ ÌOÆC½¼nK%üDM³™—½Me™w7´Ñ$HàØ(ѸTtq#ˆgd— Úy&YÚòäe`{¾,œÜ}*ûLfTf)a˜Z« -ƒ*ÁÇœcbä}ŸÏ§åÜr-³¥Ñ tÖ rÁ¬CŠ“k-D‚YNþOÞRÜ›!K ÀDÑ&¦2ý\XŒ¾OKh¤l·¥˜ÀóFˆ¨¤*ngáè(?! 1Åš8½Ðix%†í8/=’½¸UÚÏgÙ ©]C·&ñª‰OÇãhzŒ,œŽ?Ø÷З¨/h2Ãiõ—ém±e±)Aeu¢ì95¬è}~)“àNjΧs€§ât@1O Aº}ýñò•Ô—e žfð^<ò€,%ÜÓ -’ŠXâÆ\MWÞW(„âvžd0¬^Ù“Ú‹A °e ”ˆÞ-ÖCË÷"Ò7‡¥öTÚå "…™ øA-x6aXÑŽÜ ê*ov| 8Î¥¥MÙ÷Ø1¸M¡Qˆƒ<~€Z‰W”I ’“xåçýÄŸ¯Â£ ÄOÙ?tî}ª'^\m:OöÈÖ {³{fÙªbo&/öV°ÃysÓg¸\ãÄQ¹K íTÐÂÈ8¢÷ðäý–î5eÈ©3¿ñª†ö ò+.%oÎõæ›Czͼ¦zOH0Òv [¸!ŸßSžÕKõ‚%Åý·4^† é“ $ØÊù¡=M”€Õ$ n¿äê {ú]hܳô®Ì¢ÀæÞ ³q]„Ÿhf¤AS¾XˆÈu`ºÄœ³2gT4à“*ð.‡Y´ÑÎIµ9Rw P[ÊA^eÅÒãyÜ8IxzBR±Xc–i_,Ò–ó5PØPZZïV2Úd¾9à7Þb–ì¾ w0‰‹‚hv4Kƒ{0´8¤Õ ÉfJê)ha(A Ìs(?È;80ADà'J¿Øp±Ý(@»$ó …Ò[‡ôÖØb+ÜD:Œ†‡ÊlÜ ¶°·D_xqÜ”dtÆ ‘Ð@Ž· F¶Àt~¤éz’&ŽÔ™f$è©QPd{ÇÉš;ª/–ˆS}Yp*­ô´˜ã%‚pª‚lÉwD÷ÂD@³p+ÌW<£!3tæ:—Õ. xù¬àvîRè–ƒŽr@úœ7Û‘@á”*Ký€/@^èA^匷·žü S¾ÐB< d:X'%§­ÄèBY$ö„´fÖèïJ¢)Ù´ŠªäI5\^¼È@—ÂRÁâàÄ Ä0Íj§ãÚãîXޢȉ×DÇHéÛz ç†ÀŒ4Eõº(ôîpr‹– Ú$óŠdÁûZ7Záu#³Y£åU˜x:$!² -ÌÝ$0Ú\~ÑÔŸ}ÆðEë¦ó2@k¡ó²§I2«é`äØñ@ï#MnXéöNù 躙ít[Ètc‹&ùÁÓ'BS/4Ô¥Ýð$AW†Ã+ðvÙHA_ a½ ƒ±«¹7¼Îx;Œ+  ÆôQŒ:³ Ù-ÛQl‰`AÅÎ’¤Ò)í¢_gè*Œ³”xX8;›tèüL¾j"ü0( :ÉÖ'¶ÇYŽèVMëEÅlnâÍ _––î’b ¢»Q ?ƒçdÚÒ¬¥®*Æ0ŠÈ u´˜Ù|Æy£4[ÚÚ8_”:Å0'®T!É‘q0 ›žØkeopÑ馮mƒéí°ª¡·^ÀI`Ú“ñÄšÔcÒ  fÄ|D*¦n-…@=Æ…µÆÜ$oªÕ²¼Ž(Zœ¨Ð¦ùe7—P©¸<¢Hn#TL¼÷B ïh8£ù-ÐRJ¿ ¶®a–Et›9žŽÁ§]4Šû÷±¬æ±ƒOØÁðŃà]C“©%ÝÓ¯ãdZ¬³vŠ˜Ž4b«a[{asÀø–·§s·—úHtÒ’0¥€ç ŒgøA^ü9=ŒXz—ìQDsŒ#Šr¢5ã¼@×±á -Œ²²¢\<ƒRØõtWš œ#KÆì†ª/·,+NÿYýdKTF²žˆ‹ô5’dÏ®oš31˜ä q9·šP;n—ÉÌ{£Ilj5裢/“Ê>á ×+ÊA,ñA–µ§4epHX<^JÜ”)£¦°^ZœrØÒqX'^iK3%].Ø÷ ÚæàÞ¶w\ƒ7eg/·†q|cà?Œˆá µ»ÀZð f8Rc3MŠÉcX~gŠQœ7éz³ħµ3ð㦰úß@$nÕÂK ŽáÕ(=ÿíÊWÈxâkœO„›BL*æEÏ„½£çÁ4š÷Ñ=Ùƒ20™cO}µÉéq§«R1[CÁ6†yêv5§¦þ90s<Åb\VlžÁEn\D/åFI:d¨ºÒ!ƒG-`°Úà(³°’J˜t¼¥Ã­™ÃÌ…¬åÝÕ:_% uMˆ¼5ÞGPIP¼Ä=jÄ>öÜ•ð5¤a¬ÀäeY-» Û"ŒÂ‘øây µèçYܵä[Á“`Ö˜Á€0©Æô×Óx5yz“ó8jÂI–“ŒfèYŽ VÇ…3k(• Áà(¨Æ¬Õ8Š›Ñ''3Ø$·†`tÔÓ° :î'îp…àp»³†N$Ÿ Ü4{±qgË]4bsnj (òž^y-KOáMn}™JÞ'÷'‡„_\Ò8I×0Eãc‘¶H±ŸÕñ^3(a’ %Ƨ9ºF憎îtìÅ8‘ýbóÄYb¤Ë@Í›!Œ<|Á0ÄžkL•1¬'F¿P¬1ú% -ž©•1}F­Ë‘R¨M Dž™j­ -’Õqåpú~*¦¡¶é -n2Ðî OéxÁº{¦w G”QnÉ÷…=äd¦+íW"*±1%–Sb.kå™ì‰ör°'PfŸµîM&Ì@ÜÇ2Im£´vž!A*žM$E‡ª”~2zº ð$°Æü ÚdÀMRKMLíüÓ“[û,’8ËÊ*Ǥ"ŠâÌlÒTq|Vô˜½£5+jk3(¬ÚRµ'WíJå>²»×nä”ÛY±åµn²'åôVlNùË«ÌNöŸUŽyÅ®•O_q|Д*¢ @:!‹.ÁÐ’|:¢– :t¢¾*ðb)»u¸F-úU¤‡‚*P¤ CTœ‰‚3%2¥ ÆÒÄO*Fá0?“œ -ºiâ?³£pd‰ò)ÈS…)àzÖ -(*¸W…!)Øüƒ¼VŤàw‰{RÈ]EKµj¥ô¥¥täÕÔiTŒ˜ÒTx™Ò¯ô-=MŸU©{%N)Šu]Sß\ß)¥UÅì=猆ÞÜ8«R»U°¡ÒØ«HŦޯÂõ]êIeƒÐ‘–-[FŠÎ,öÄ©L'*´i‚Q!¤Ê”£¢O•9h^]‘T¤«²A© YeÆR1¶M+˜ -ÑUÖ4Ü«,r:H¸eÙS1Ƶ}P'ƒ¢ -in™#U@t1fªje-×M#j­­l±%¼[™qUPxˬ"Ê‹)¹AWFhÀ¾0a«¨weWóʈ®âí›Æx®¯Lú*Ò¿xT~@Ó™ /¯*3A96TbCÓA¢ò"”EçVÔ®£ÑrñŒÄº ´È²pÉ·U¹ŠdÔDÇõ ›®ò6UÉ3'wíÔðZÔ)õ­×Þ/À—-¡W´€Ô¦á@ ôiHm;–Ë›|Û‡¿¶,¯™Øj´;O0$mòÄLxV.Aœ™Ñ*Ù:]2µk1-GÚ˜ªâ8\x(ǘÀ:´µ0± Híçd3Â^¦÷Ú_İÆôÞ–·ƒ«"F4U.§X¢–Z}UíßÕO®}Äjµ«ùMsj—µžÎÚõ-Ñãõ²$¿y½šµ»]ÓDËm¯H«öþ+ê,Џ—ájo” ½­êø†§S¨øÞÌRû{MO+%@vßuí\5Ö9:T yN6Ú"mdª¼£þŠEèãLû’x‚KªxÐD6 ¬ÊÚUKušŸ$—È’f€2CµT m‹ÁøÀâvêY)AŸ!‰Ž'PÄ>ë[÷a®-A6^Î8¾‚e–ïÈ`ºÎ›öp2T³iºûFÒOÔsX;ÁtL½ äYê}ë3Òf­Ç­î£æŽ •°¡È0ÿçÈÔ&XE°ßv9ü@œÆTÀÍI¬ÄPxqÁãÞµÏrâ)¡¶ä¤"ƒ²T2¦aÁ¤ýG®˜P*>½z”8ÊÈ¢Ø"­çª3ª÷S̉«³èÐa 7ö= £ð ˜NÃ%ëà /åZ&Ð_`(¶~GУrhN³uÙÑ‘/ÚÆ}ê¹ÔïòÔš¼ùLÌMb¶nÅjé/$̸” N± Õfh Ôc/ÚPÍrè9ô ´`ýŒš¬‹µ(šz8íWõY,záXg4. T¯j6Ê*AŠoÐl×múêŠcë7¨™½IKhèQ÷Q³Z °å:|æ»GønÍ‘"Þ.³ÛêË¡³’‡U—ä©4Ø,Ó^xE“»®ªÍá95Êo÷¦) (þ™¼©y )¦!ÂÖ %T\sÞrU=EósŽÌÝg¶XÑ-Ç–aŸ í½_Q³Iú ëU•/ÅÂhUƒ”õ‚²©ÃèP¨Y)eo Ê†ŠP17Iƒ'+4!€±gX†T3r›d<ŒÐ§˜4Ë8L1IŽÃÀò3†^yŠwhu`'NRƒ¸~h£¦I«©TãA0êp±)–EpÖhºˆ-ÌÚ/ÞòI!‰å1™·Å'V5…ÒNI­æôP­ŽEåÑgU,Ç÷Iâej"Íh´) -„¦ÕO*è°„Ð೩6Ʋ:Õè’ 4=À¤€+EÅå1ùr‰f%.a‚b=ŒV -ßÓjXzê$Î`á|ž‘ãŽØ´„‰yÔý“Øùœ# R$˜óÏHbgLö`–ßϘÎ{ ,íHøÁ(²ab¡2×Dw#ýÐã1Õ~éq—Ðϸ÷aµ™’úr-»öâ˜ÜXÞ€XLk&è¡À[C›kc6»ÇY`ìÞDû^kUx–—PD('ÉšR-*vÇ6Uªè¯€ìÃAjjÓ€q{> ÈDÖôéc.èÁñX“8c¥•w)6ªµS<-|=y÷ &N½ã<]Tt¯Ð-dh «wí<ÔÖž—p@z8Ũ)ö Šw°´ZŠ®›ðúþÀv¼äéIèHÇBúShÚ±«Ô ³ƒ€"Xù}ºoÚûK› (©¸c¸›RY+³„p׬êpQÅå©™dó峭Ǧv™–Âæ—s¨…C½ZÀÔ˨U‹ -´À«©I Íš"µðmZ/•¯÷‡ÂõÓƒnmU Kê~ÑÃAošÐ«U–MC¯§ -¯ÑCàØ’ K‘˜.®?|…½Jì-„³íXæÅ3eèÁéÐIÕÇþPì“ÃÛÿòÛϳq˜ /jYùÖõFºŒ«è–,J1RÊJà(Åd0B“µ¬A ì-Ñ¢Ø+,”h)Â#}‰Øôà¥R\uì%wc`4›„ãõʦ5ËÈT6ºä 6öÒã Œ6ǃ'ò ØiðÆŠIìH‘Ø‘ÚëÈ(Ï E,Y‡–eIYº×9V< -LZ`3"º!-7=úÎôƒƒW(“œôTÍe„³  4xpt4·1*—³7 /ìÏGHòEÀàIÈ’¬,69ÑÊZž"e(WŒ,©‹=Íb¹œ\zFcà¥c”®7¬Èëø$Üb`ø+CZC®Ù AȈYSAÃdYek™º;R8)™,®ŒX´ð”¬àò“XS3NR†8H a -n/þ™Æ‰î¥0³Ç ÑFQ›I§•[ xÇt¬öPcó -’· 2Q2‹Ë‰òVtù°cÒhrÞÒ`¸¯ÔĪÂÓ iË"Eª{æÛtµÉ¥R¨cHõzG ¯§é•:$¢Í`ÍKýäî8ëžQ•ó6°‡È$Ý9&i«ýjf(”0Ø^ì¬ q¦æ ‡»yŲ~ŒŒxÂ0¯¼—Ú ó$á õEƒHŒÈÒ±ž¥ÒYÙ3Á¬zìp! jªÄ¹ºt Õð•`$ÆS>«cÿ¨çƒå‹36„÷›r9ÎúRƒ)ab -‘G\f~ìøH>†)Àn໿îøÀé=“ÆlßGIà§häo *g‹´ŸgДèjžôÇ.ÕÃbˆ•©©Âý€>ˆñ[J?þN (6˜ÍûÀHUH€žÛ0à#ã¤$ªŠ©˜“—î{# -LOñqX//J«°a tS©ä#tC˜ÁË“M WôR@ëTÔ*2š0”ݨƒvó‚ÜÚ‚­¸—„?¶&WUÒ@î½X˜\©TŸAç3US†Éé˜Ëeðb²GÇÐ%—ÍS4ïSýï½ÜEø0¢TW`¸n€ðxÇ3Ê3¤òÆÅƒé¡N嬰$}yŸV‚òxìÇÆ10UÉ®GÆÑgOëÃa6KÔÁÿ‰Àjú 0¡"÷’"ÈäåäÓñL ±gµâÖÒ±`ФW&¹Oåø0$oÀFÒ$#›` ›‡€I¦ŠY›‰`€t´B& òêtòEF-Ü‹¢Df@½1Ç­ ˆI^T€B2bÔ09˜?@u%%[M„(R¬Pß3˜1åȬæ’J•“Ðhkò*ÕB@›£Íab82‹«¤çÔëIU ›[\YSò,¬ ·™ÒmØ£&6èɤ6¼* Òª£­É’A÷Œ<¢ËMÚ=Ì2ƒ¼]ËHÉØuVö.•$šõÓ÷©7©~—z¯·ÇTs -=75·QÓ[óªæ*)ž§[ñME/Šÿ¶èNóñš~ ÚµÜ(ŽÃ#:^£Ìï_ÿzÿýþêaÿ–bq%§ºl4«FŰê7ƒ£¤e·Z'P'¨Ì@HÉ2¯Z'Ьº%°»í+À¨@§l Ðê–À³$zË‘|£Ñ݈Så2ñ „YwKÀuK϶Aªî7º%ð3‡€Ÿ±Îº[û—àaTQKët·yV*$¡Ç´»%àÕÄ?ˆG³]BÔݰOSaŽºI‚eÛÚ½8LO–Í Ø‰V¢ª;‚õ>eYÔM,#~¹ÎÈÑ›vs˸kª‘ÀTŸtsËÑ2vCÇ{ º9‚ «ž–eó©Ð0/F‚jëž¼/kÏûzÃT®ºå4F‰fW$¦µ›"pö¨ßâ>lÎ0è¦|Rº³Œî‰`Y -JfŠ*ç²ÕÁṵ́F®ÝAZ”ˆ;±HT£7ÂÓ[ïYêØÓ•䟩œ¥& ¬ú±ÚÜ#ÁÒxjXãbĤº¿ï±ih> ¹º¿e§ îÀö^AæÖ#ƒŒq=˜[HH43Ï0l>1Ìü{E=;®â1€ç= :ÕH¶j%ÏŸ€'1"’†f Pº(.Ò&ÁÒnËœžÁæ6 àBNšîRzæàzÉxÖg\÷¡OẖÌÍîSŽŽÁ%¤NR„a¡Ò+‚i=ö?‡Zö‰š%ÔmΘ›˜ÄñðÜC›3&@²¾ Œîwf™oKhDÈk ûIn¢Y·9cÖ` -†›u¿3&ŠT"ïü îwÆQêv𠨂ãÜòŒëë(¨ZF@>=­\`8£;1 >H0¿§I›3¦}©>çl’U‹OƒškQScž÷ìÓàöN›“©ÿ¶íÓ `Š”CžÝâÓ> fP²è¶ô )[ʧñôÖøÑ>繸ŸãÑHø>àmË5O… í(iÚÕ•´ïo^±È‡¤*Óüß?êa”Ø“•LÈÉ'XùgÆZË—ñWÚ_Á‘ñ·á<ÿëø1ÚýÄLL‘õØ© ;µû‰ ¨$‹ƒîO¯k[ ÈëÉÀBRÍc‘t‚Ĩú‚Õ³áªÆ1y8ás©ƒLǺtXY¶sådŠp✉¼¶¬·¬®*Uš O€é'3×u&Ïêå -é0ùU5hÞ.¡@V+¤ D:¸‡6bq(—ˆ -™u»¬TM¡ííÃ8S h‚å±{@®ƒ-øŽ–%Ú0#s¯ųÚ´HZ¯+n“_þùÔí×Ì%ºiO‚¬¥‰ŒÙö«ºÞ"Jh¸•b2©ÁT&M&0'e2ýĸþ€4SCÉí×ýĨt0ZŒuZ MT¹P9Η"AÄHÔ‡~b,l’"ftbŽu«º€yÜz˜k©ói‘º ƒÖb<´cîUJõ?Tj'”%木? ©ËÔw§Ü“®w¹þ{¤>aÒ!¶‹Ç+ZjÏSX&­ ‹þ¤R­ÞÈ/4¨Y‰![Õ¸ç;ÐU!E Ùd·TÆ'†H`…öÁwJ-}9žõ]À4ÅÖ*ÅOÓ«BL,ÆÉZ¥’?Mžt+á¾ ~{èÀ7au!¢'í88¡K hÝÈ9dnI=«\äÆê‹eýeR,Yóƒ•Ñhuܪås–ØX½yXuS1Lb‡²È -]¥Ë>ôîÐT¬ü½ììP>+m DUî9¹ V‚*#øj|6Ë‘DfB/ÛMpêÒ -³½´=´c•I-4О^´ÔÕBJG Ré:.«-ZaHeºöØ <²yEn A H -žyy)«—[nÂY Ò]õ+¸ÔÛqì#;–îÄŽƒ(r¬Ãc׽ĸBTÐ!BjM˜‰È›Ó„Î7gƒÒz„|ƒlÉ@±êWÂ<„ÄhÌÜ儬_WR¸Ü-µE±tÞ -/5t'ºU/‘`Ý =PzéÀB&+úÖ¯çÖ,=[¨ÑyÃ*&žöºe§Š¶êÆUDu‡æb£4{”F2„è’Ÿy Vhbî>äÎòô,äŽ5|²ï)3V¥wnqÃébÛzL—8Výp¸Ðb5ÈÍs¤¤#[Y»ôSÚíp[Rt.{óæX*•4‡¹>tã#¥¤9²ævéds«x,Ooè2]6JbŠ9Åš?´’2gl ËZkD^¥A‘à~: ù¶ØË®Fâ¸m-Ýb¥•C˜¢rHhQZ'‰›!Šÿ¼nZ·£‹€a¢¿SÁ(mš ãûñ ;ÁÓÇ—;±Ä‘h|T—h”]¶ƒ’-.jDUüÜCJî&Ÿ3%Pê~¦žSä±R! hz“_ô©¥ºg…hYl •;[)U¹ôÂ2Ÿ3ò:¬:hñ71Õ’d©Åk¥ŠR!U”)Í}ºÔËî^êËôÚâpSiç%ã)u£ß‚&¨$³ópn8F×K2 °Œ)å|ÚÆé›ÅZgÊýëWïT9jÂHyâyèdH¬Û‚  ÷[ÏWÞu#”‹0:Ž1æ"²øï( Ç$¯†Îڠ̰\IÖ[“{±d ueõ"_ÐjÉWÎäÂ:/6¬ó±"1ÜŒ¥îx3â«aò¬hL4&Ãf9ÈÉTtŸJêÍ›„}ääÀ7o*–}S#Œ5„xËÈ: Þ/»V¤æ4ïnZߘ¡²dqH \ø£ X!’Q˜Cï0ñÕOÒ€ÑiÍŸøV\9©Ef^¤G›öÌô%Ñ ¹l¶ÈÝCîZ:3 ‡ŽÉãª×#åºØJ_HLãt`ñ¡q³î5™æhnLIWtú;u°¤¤ÆCV].ý–Õ”‹ô -Rñnš¥œ€Ó¸’ˆ“ œ…§)(90ÿغƒ¸e4íÏàt6¯úvQKãtªr7÷í2ÌËÜ H[·êÚ5±ü‘d…'äòLCÞ+¬áVBMbIœ´[ÍÆŒRA%Ý ÇZ)©ÆRÇTbfëÅ\EpNÆ -ª°$V±‚mõ—3Æ#Ò Ø!wƒ >€AP€(/TÉÝV’©ì‡Æ[œWáët¼Óô|ôó%¦­¿œ‘0c_Øý‚Eä˜×5cg¢Ù½§Ûe\n;$gkKš>®bл£D /€}®×V¬K¦g–î{Ð&˜ /´ÒÓïúGïóòÔ÷×¹dƒÙàß3«:œ~ú¶È¯iƒ•#‘  q¤A3_†å„SÃ|³fF”ΚéEs£H[øRÍÂÒaQ4ÁIªš¢1R»ÉX·Q(-u3¡^7+© ×ï.›”Ù(µŒíJñ…Î(Ï™»lQÑïí¡¹–KL`©{{šU‰>J+­°•¢s_ph RòpÙ;œWl³œûŒtºØÙ  tV6°pË•,Šà$úhî‡îX¥8¬¬…&Ý8›HXØ›fšbK²#.]Ú]Ê)‡^ïÜÓÁš#cˆnÝAž&;ëfó!Ë© Jä‹â+ Œ1óGšYÑJMÊTEžønn8´®…°ϺcŸhª¯Ó(P5HÌ‘òV ÍwŒz¬«c‰|*-¨˜5"þšVç©‘E„ÃÐh8EÇÙhô™2L¶‹ºt˜èOƒVUëWÑgói¥{T¹ŸjUÞ¢Õ+j~÷ªÛ<àVg¨<5ºT™ËºnܼÍîOyÙtϧ´¼ºÕS¦…f­¼L7ªÒÞLhu‘>M§­b3™«Zy?è2ƒyó´«榊–-©ê#æíÛ¬®8_”k2V «8f¾Ñ,™yŒ*!Yx‘ª>™ùÖªbeâlºÌeæ€s]ÌÌ%›­•2GU¥8 ëÕ”2Ÿn÷OÊL] -Ü¿”-¢U—´“RÌ´›ºú©U­"ªE¾©¬Yªê­Ef6‹¿«jÇ*‘¬êÏjѾ(_«*z[C U7W‘fý]…cT_J à8µª+¸¥ª+¤¦*+ ×¬€¬pbã>ÄTµ˜g4j:7ΪjC@Üø¢‚ÑÍÚÔ -…«× -À×űõ ­Ûú¬ºVwÑ7T™o¥¥4Ë…+%G•Wê‘*]žuªVÝó¢~©ªéEOSuÖ+Ý®ÙäH酥ػÒ&›MŽ”2ZJÍg¥U•¤Ïúm³ }Ñ…ç*øISÖeó³ZÝ®ºŸuðC­þ¤£«¢þYŸo·Hª¿îGTLªA6'¬:dƒƒj{P uDŽيÑj¸0›Š¹«ôQ¶±fW‘bQSMI” ®îkRðZÍQ”ñ¯n±¢Í†Uk–ÚâØlë¢ì•ª+Œ2u–†2Ê@ÚìB£Ì«ª›6ÛÖqô­Î:ú¬zÀÊ ¬Ñ*Ct³W²c«Û(ã¸zuFsDê,53µÝ^Ïnmö?²J•×`^äÊ͠ɣvQ´ÉLy8jb­]#ŠÜkÇJsÓÔnµój‡ŽÞ¼µ?¨½÷+oÒÌ9jï“æ5•ïªÍ²jÏ—b}Êi¦¸¦ò¹µX®òØ)†­œ}Š×a[TÔŽE%qŠ'2K(í¶lÉ5íõ¬Å¢ö—ÖUy[—bxvÍÖ2[9s•¸W¾à&XP®d5”º€å»nBåùVˆH9Í3„ªíMØ¥Üô -´)Ay*. ÙPHE̳ŽEh6R¡ èÖQ -#« ŠÂV -ž«à ñëØ¶ªP‡Žh•#›h%¥|ÑÔqÊ—µ†Tǽh%«›i+kuÐVúêpçœÑÒ;õYµþZ…i¸Rj«ÒuŒ“¾O¥ÕzfÕ4ÔQZ³Q¡ŽëÒöˆ:,¬mר£Ê´}¤HÓ&–:®mi É1pʬ£¢æ´i(ÇÚ5 J*BOÙ£êÐ>eÈÒ‚-;˜ -0¬Íi*2±ØßT•ISÅŒ¶ ¢*à´XQKdª2·ªxÖ…VÁ*»®ŠŸU&a~Û4(«è]eV¿Å‚­Â…›vo}ym5/ñÉÊή¢š›fz­¬ü:°ºvèí–ZJ`R‰#—Ò§•ŸBK`ÌÁ:¯=¬da{¦¥Ø¶ÄJ[¦a³‡^lô²âU”\ðE§3–.F–¡`ì?ÝúM·ÓÚ¥ÊÀ"óÓ ½B$áx¼È”Ú¡D• +[¨…†;ª>ñUU>,É·{£yGÉãõ¼T­P~3+v­iv°YªE†l’d>¬{Í'×N;ýœÚß7¿f«EÐ<¶Ú·¨§¦ÕHMqrg굩½Ÿz[ÎSE*µëUQ[ñÕ*b]:vkR/N`½Ij¯ñÓÙ|íÏUØ´"Ç£ {C¤8—C™,R\R^Ü0ô¾Ñˆi”ì½À4Jp¸FwÒ£‘l¤$H»ËmC ký‰¥@ÝÇé ô&­uÇ +; -NÖ{U_\5»Ð/P7ÌÐi5ÞТî£&µnrtM>Sr³w…ÉÝl›­‚_Vz´}2õøQŸ7;¿z’24þg4ž«ÎhtÓÑgÕ]yˆ|+g°GfÔ}ô;¶:Q -QjÜCbøæ}òêW82ño>j‹P™è§uO èƒ)JuƒÂe}ƒIKcŽ4þ!ë±Ñ7ˆ 05ÚüŒ©÷ɪBÜ|rÝÕ§Ü^un+/Õnü–‡R9¾–+õL}æ|G8_Í%]{Ô—¥›Žâ ¥ÿŽúbٵ瑫8Ü>s…Eœù³Ü2§ÁtR“Í}­y,¯\UÏÃüœ#ô™CUEÓëh×yh6N¦TÆüÄ0Rä9ˆ­2Œ¾ÑUƒöÏQô’žßîÎAÓ¤¡QÇÓòÖ7ZòÐT‘ {Љì8é!4ý™Q­TRú’RQ9pUɫ۔Hí5ÚyÄJEZª;$[Ø”laC<Ò‰G¸î¼Â'IñEFNIkèºiK²s²_LO[¾k7áûÈýêÞ14y¤¢x¶ þ3,'á/#–Vìÿ­>6<‹ý' Y>MµÁ£ˆ8BÙ66:ñè}ÜêÄó$„‚áf£ktâá ˆ_etx3µÞ…>6ørÆÙ‹ªÇÄ4©ãèÞmLÍ“a³™ž¬¦—Áe2-¬GꎴæáYâb“U·EáÍ÷õ,˜Ø Öc¡ïö¥#ýy䮾A«Ãª´Œ˜@ጊÞ-m|?°E©ãÒÜ7˜C©ßÉæò ×Û¯-Fz¬«˜7¶n=Ð&à}ƒŒÎ†qh0é&âs7·àA,6"á5,Ïæý KPUûªúyuÏõÖ­Özðu =u½-{‹^к+J!…ºŸJMF­®,j°usEÍuµ)–íeÔž*½hÔn¬»ØèMÝꆣ˜Ci¦£øJi¿£ØÒ¢gbjóE5?œ£Øió-[V£Í}žžZ¬&U‰µ&J©eU"­IJ4*SâUQg‘ÎMâVÂ]mÔFSƒmnXXÔ¾?Šu*`ô¦ ÁþC[ôD¬‡ì[É2ýs‹žÏ-z~”¹j•ÀÍë‹G`¢P)ØŠâ¬ðô• c)5OW¤”cHmJÞ¬ŠÔ§úÔ”aŒêsGz&)âË0tìâ16z&1K]o_*Á1Ä —öί«õKQd/¼<Ü7Z%ˆ“~KsƵ b-cÉità5â˜_ ÉM¿îO@]Uj4 -³j4HÐyÑ ú±D„ÀaEëò!Oû‚Ô U/àR Äqªc QsC–ЃtD;Ì]Æ@vjL=wCᎱ[«9§½]uúP}cŤ0á¤ÑÑXlÇ -ò$I5é`SJ‡<îRktH@‰ÓëD²e½G–”•Ø@³noݸ¨ª¯\W˜×hUª×QW¼WsYÍ×+Ñ*¾¯W´ªá¯I¡n )ªÕN@fÝ–@wÝÚ@ïV‹µÅômêMª_¥Þëí!e¡fDñ–zRgj®MaljiOTÔ¡xk“ÊVÔª¹{MñÇ„C±Íþ#èfYž¡Ù¬ ït7h·’Kåïq€;T£•\XcÄP’ÙwFµ’cÚ3 Î[ñæç”ðÒS.`ᆠlëccl4•c,[¤ß˜›-¡tS9û¼‡cŒ^iBZ7•YÅ6zÉ £ksp¢Ñê^rã”F0˜ÈøØ<‚º©3nh(`ÿìËFS9R¬ÆÀhåØj*çI"  QÅk*çË“Õø;ˆuöY ~òjH2 ªÇÉWPsn¿Ýüd·;}óæÃ»_ß=\ñÜÄàŸ×úà)ý=r­{x@e­"XJ Žh6aˆeËj›¤Û?Ö² (ÀN¶`=ûfÓtí£d^D¦ 6€Ld}êIΠY8²G -Í“mÌ †˜÷à‰µÂÊl*„Dñ)Á)ùº"Of4žLæ‹3¤,Y ùÖ„÷Ž©qTÈ]ä6 SÃm˜«‹»˜”dY¦›•‡ht–ÆÆÉ€@ ‹ØØ!餿Òïä6€£ù%»ä†³ºÈø¬149mžœÅÒùÀ›Tºœm£ðšQÚúŒLÉX´Íhqæ\D†X²W‰•˜rCÉŠùgÙI$ˆ˜Ý0àˆ‚•›¬Á³Ö’ËŒ6`ªS˜0F°TêOùœLÄâA^‡³ÂH·¸_%Hw ‚ÇôÂP(øÂ¤8c̳]¿Øg´¹þظG^ÉbS£ ñÿƒVšç1“…œGš•mzé‹Êv4OìE%"Ô¤ºûg…4‰r4ãêê,Èi¼(êhL+›˜˜YÚæl¡L¦oˆnˆ"/ÝY¸²Þƒy€`AHhˆ ›À# –É·#ëàœ”ÂA­¶¯Ø© ¥6PôÊR{¶} ŒÌÎ -£ŠDñ=2[ŤŽgvbš®e{av“ø¦æAç=‘½gŒ0¤nNÀÁèuæ aæ'+i*ÒÞ%Im&ƒ}EfW00{’‘`ÑØ›]4FÀ± ÃU­ô\ÉCggdvÃ/#-ëNúí`—b¦h³…x`tÞdš D7ŒÚdÇÓÛãl–íŠÔ#ƒÃ±Û#„9Ë3‘oo!»˜¦7°}Rjºé™HƒBWΫdqö€˜œTQäZ1°“Ñ«ÌsØ­ˆÑ"†=œ%Ð(¦-Æj™.µòbàµ/5Iƒ#ØiÚ@Õ6Jb³µLǤ屃‹gÈ6ÄJJÞIu €Ð‘]½ÀúA#‹õ§åŠ'õµCLø\b"æÇÔ‹(Ù0Î|oKTÀñ !5‚…7jšt'˜¹¸Ë`A¥Â -_:J–U‘„ -À»-ã'0xkHë#{LxÿÕ; ÍbZáÙ^À2Ž9ß_t¬»ª‘ÿ³ [vD`ñl¶ÎÁs$Y ëŠå¾bô@ÇÙ!Þ -o¡9u)ãLö±’£‚ñm¹ Xµ‹M)ŽMטÂòO¬[Ð1dd¨0ËjO æè‚,­Fææs;€K0I[ÎÂ<`Ð#˜–Ê©¦Ä¾JÌ´b$[á‘© ƒ¦ßì ( -oÈ%»ØJÂC™:bdzMdÞ÷,«%3§Ë0;/å)xéÙÁVé‚“gë qel¸ÃâcKp%s-Ÿ_T²I\Ž%—ð€žÀ’èWƒþ4¦Ê‡¬2Òsoƒœ¹4¬ŸO¾Oê´,\ƾe"û›å -‡n”|)<‰q/CÚG”Á†ÙZC6H6td(¹å^ôt«[:øËx4îR4H™þ–ÀH9/¡©a9r?¦€uY  âÔŽlæ3K€-¹Ž¸[Xl‹U tõbÙF+qÇÄ.Ñ– -Nü¸‘®-ì~œÅôFnH50ÎÍÈr-x¾I¢Ø@âÐØ½‘ª‘Mˆ˜26PcäV`ë"—õø±—º<=»VB[áÌæ„Ó†ûŒ¹#%ûµٜ_ÉŽ¦TEùŠL ‹<Áëï…¶ ®eÃ8CDZw‰iÉœ¡®É… Q˜h°|aEú æ€üز¨ÏŽ©ÆI´¤AgÆzduÇ¡²cYã[Œe`>TÛ‘«“Êo˜X>Ìk})l ©³¶‰ÐA„Òö1²?# ©`Ú³'¹§kœ!Ñ Ìc ©íšŒA…í*’U:+JÁK¦pq “ 2FƒŒŽ±‘‰àŘ@Ô ]vXÉ‹ÚÊc“G° ’—Ìl9°I"?ŒxK€Y|ŠIƃäP|s“ƒ#N*¥à fžr‡ÔÉlDJ²´ s\_ŠÂ–í…¿‚á2ٞѳà)¡­YØ“ EÈž Kh{nM–èJ‘Af2wÂ’}¨p–g‰>Âqšùð$ZÕ@Y’{u’'MÌŸg4 k.î6Iñ È–ùÄnq”26³)£tœv¢b -¨µ)Ë™,±Žå,[ÕʲæLŸ²9Ÿ,B‘ 4G¹Ô³·eà‹:â9”PÑJ V”eQh.aÁIæIRæ0]2‡zõ -t‰¡vemíB -^Tà$Ž—[±3Í5HOÉ‹ð´, -1ŽR6ƒ…|4Ý1cü“gøRs’"\,-áŒhœVd¸’eú{écÆd$Ám,G@Ü¥É -Š+û02¦Ãˆ0šÃ0êPªè`¼N„°# ‚QGÑ£—t5àçd„œ÷R” 27šr“²Í¦ÕaŽ*{£ò.8#&“%S™†,øØ#Œ¸Œ 5lµ!½ÅäÉäMÐAŠEQ²'™ÇÅfÉtEY±«&~/ËQËŒcZ=ÓersQŸ(Å\ð$, -óʤ°©“e¬Ésà„µ[ìdj@?l6G.«FòË•uìá$öX‡bFë hÐÓY6Jc8<Ðaî|=ÚýHƒˆ#+iK2D±Æñ ¨r0HŒª‹L9…ðÏŠ ôK²‘eY¥ƒ1Íæ‘YIÇP²“`b[BO žt )3 -Ä:1dJƒt/y²Q¼:ùËÄúl!¤Ho/Uƒ¢:# a’»‰¬jŠyäCÒq°ŽQx$`‘g™A‘œdZYo@h‹ 9†tê¯IyàBˆ9{d›E)ŒïRn:C|nïÆG2…“Ž -b;çò²Ã´,k®íåN&«‡NÂÉbôÛ†ÖµÌ*©Gšæb[m—Cà˜,"ÛeHoÅ¦Š˜?P)µÊ ª»àj@ :#º”¼ÏÞ•}N½ÓgÕÃdGí©7eà=ÿÚPw÷¦ÁV`$  ¨¹¬¯IXúm õ];¬Tò‹ž¬œÅbÔ«¨3ZCÒgÕSÆåô-áU¨"zzÙ£]*ž61Å4—©vl¨å¦5„9ÎÞ“,胵¬4ý‹f´¨Ë3OZîÏ Ó NÏþÐrQoƒªù‚Ó=+¨ØÐÞò Þ˃ ˆ{‹«giâòÌìñ±ÞÀyJ¡‰íª¹Ç#ë T†Fм‚®œtñ±˜»ñLÜLjÀV¨µÙ–w©:K„¶Å@*ÍþÄd4±ÔOÀÀ† Y¨—~´ÚI9×fÅ´ ¦ÜhñqÏ¢EÀlu‘ÔIÐab¤ cÔšDÆKRäx…k-‰h£¤Ÿ8ÒçËTv%ÍøŽ=aôôž¹M©ˆwH-5k¡êYC“ -fŽ¸×‚Ù³y%cÒ¸ThÉwO¬Ú‹˜ð^’k˜¼Çšä|&œÕ‚j¨Áw¤SŠuˆÆtF²x†ÌA±‰` -àLACš>IÉ8ƒÑƒ†O´"¥€j#¸Ûè‹÷±Ò·gmªA£8OÅQ,„‘TF‚\ºªIA†EN›ˆ’N/o8r®ª´s¨©/Ê:f•Y5º¥mŽý # #µ'Š É þFâ× Û³VHª8iëÕ`ýyc'µŸh;'ÖÒ Ÿ»”˜È’P´âFÒ¨YO¥¡upƒE–Û¢òh\Cw¡óRòéSµ¯õ2RÌ­Ÿ”®©Fy•YB‹ÎáªyVÂ<­„@#mÚÖhýMŸÑÒõYµ>I+-#_è¬Á¡tRrüä §³œÔÔÐh9\Öe‹d©ôPÔj1i@ìˆG?ךøü]­Ç“Ñ1%‰éªl\ F/Ó»H‡M›ßš"oÝ3N¸qVð±žbˆÉ ë£z²}F°‰cÓJ]5Gø .gem¡A]¶€ì1j3g ‹B12¦iîá܈ƒ L1½Úl¤üóµåI,÷‚%F©\×6`qŠ©ÐpÐ} Ì_t0$Óqe9óŒLdž¤,Å̱À¶`s“‹¹‘v#mÉã}°Æt“á”þµ5|Eüس@aÛ¨è³î^L‘t®ÈZ:×ú [¢²bzºÞA•`°¸Ð mk¨g´¼ýÚ¦êY§‡+%ÅO©Zfs¬cÔ<‹$1Ha1 k®cN5ÄmdÞ^Pƒ}Oç#[™[:öd -bÞ˜…‚¬XæFhú4´ ‰HíQ™°)YXŒM]ÉØ´^ózeY«%n -#aÊD@¤¢€égöã˜RˆqD‰l(·­¹—cdÈ0²–*E­â{|À86˜¦cß!RÐD³AÛlÓÑŠFð#Õר/«æÛŽR«o!3'ÅýC«é¥ô'Å­–Žu¹ÈÛk¡ƒ.ö‡È>ñ¬®„—ãŒå† -aðnÖ WBб@ƒ…jMŸ†É±+9êX¤ŒQŽPçhURRØIB`/#5…¥*aî8m¨þRËÃmk<ÍŠ’H¡ '½BüèÀ*–¡‹ð$ÆVW Æ#wGVÁ£‘­†BÀU±"CÂM1¡ÕŠ³Í¶ë˜‡qD•0‰,™›‰vd£[11êšb*WAîILèÀ=iD•­Á$F¤NM%Z JA)õuZÛ•@i´²3AB‚5v=Ó8Í -ßÀÔàEbòèÅÀ•£v4''”çÙ±ÕðžTI3LªŒV8T&­D|_ÈOªÔ 'e%¹MÁp{ ‚®TÇJË^ ->ãå8&¥úLÌÊä˜ ­Š>RkP2ó`ôœyâÄÒœTŒœùAÇZ›Sg¼ÉšÏJ+Ô÷É -%—–q¾ÌÀ€€‹‹/F ý‰)Gc­†:^° ┳Q”ҫϨugP¿T —üëü¼ê+œÌPÄ‹e(=ÞI›bmÉß63D2D¶há.˜ÚöîVfÕs·t>*“„ã¾ðL €<³^6È­„“F–=-Ê[m !w¦›],Y·£Œ,<lŠ=ãQž6Õ8–CLœér‘ŸT›|ƒ'i‘«­E -51(„µ£ÑV'Çl’&ÃÁdçå_Y¯[*Ö"•ðÚ -Æ'‰øÄ“<3¨åÔÖ4G“PF‘ e‘Ý -Àg䬶ì9–(M®I–Èo\[y–H.–$'ÚPVFЦè>‘®VVÖJ7Ò~5£ƒ•­Óù˜Œ¨3A dm/åÔ`©˜²»ò ©{Í Wº™Öö[Ǭâ(þevL„ Fmõ,Šª,ÉÐ ¤š…M›Åxm‘‰ŠÉp[èmSŒÙŽô/ÒÓà"I ¨lá[&e62l3ï¼Ê¦î˜ª ’”Ýh‹bi—ǼHZJdç¡ÿ½wݵ%¹®ôž€ï°ÿ¨£¸g¦ÿ‰Ù-[†µÜ¶`ú°¬¦ÝdT‰‚ÞÞó3rí½bÆÖ>ª.ZR»±ÄÚ™+/‘3æeÌ1ȉ…ü¾Æýzä,ŸŠ‘K9YwÊi·_㑇ª÷= Kµt1U=±o«\‡šÉ)à×Y+$z:Za˜|«µÐ¢Gô ÜÊ­c¶Ôkð8€æÛ[KÎâ%Ô|Ä—rKÍ|˵]kGrAYø(°Ú>ò¨>U 0þ°xœ`Æ{­bµz ‹ŒUÅ»‰Õ°Öa"òÄÙ~§ßÕìøœ[öoG=^B]®ñsåÎCò^9”÷ÌÁ²_h›xÝå½¥8Ø <ƨ¯uEF^Ø]‹ùôky²á°ÝŠÂKq¿R»“=NRûÌZ m#‹8ø¦¥^›3Ž,85y‰<î„Y8k}˵æÛÝd2‡}yrjk阀è^1}ló•–t¸N(c‡G‰gì^)ž†f-ÍÇá]KüOG°€õ{Á=nðÁvþLÄB˜|á¦mÀGlgÀYÄU´"5ÂJ ˆwVô3p$†€= Æ%`Xv6*@aVKÐ4ÁXN,ÎÖÔ$O0Ùtû€!z³CRØ_Š)ìQ µÝëª*ì™™¶ÛðÚnÛ(¶ÿ6[=ˆ€YÛ:"ûš6|¡€º{ãIÌ^ðÃî/ør?¸õ 1ø–7„1¸¥ÜÛ¯wHÊà&Dfp·¯]Ám¿A¡·£€¤Û8!RC¼@­!f ØØmì µkй! -‹g좹xÖÞ@ãP®(åm\ú tÁmJÁ»øzsÖžìwˆìù6?pèñ*+–=ä*"&~“òp<}H— ~H¹@ÿ6uB -(ö¬i¤GkÂ. :ÖdVhŽé°Ðd±Í¦…f• !³GvÂÐw¡weMQ†˜m¦3´Ò„Œiè¹S­wïÎ.?»6þÌÜîÝ(´æ‚CwÑ6¥š”Bfzís -ÉíÐ.µM’‡¶«l [wž>ô{mÓü¡], BËY(8„Ƶmá"^gÖ=BÇ\(™„λmé%4ð…ÊMl\j>±—pW:7½BµÙè³¥¥wÅŸæ]«ßRÅÂÿÒ‡…\³jYÅbØ úÄ»…FîýZS3÷ë>š¹Ââp(ËTH¨mØãÐr¹­î™…°¸Â& ý¨9–åt’á—ÃÁ ¯eƺ¤Ü[úÀ+,ÕJÿ@UÄ:àaÑY‹EÏqº²¡ùÕ´ˆ>J¦ro®Clöªln¬¸ʼ¡Ø˜HÍmª¶fc%n€Ž’UÛêo¼ÎZEŽÏ²V¢Ã›¬íÏÛY ãq\×»zhÂ÷Y õë^Kýqšì a¶­Èƒ0az!Ìû·à‡°lVèD\y+úâãn`^ä'òíwYªÕæêÚvû؈š©‰nå}ØœQˆm…<:ˆ³‰&™OòNÁ7`äÕ~DD.x‚êàq@ßÿ„ÅwNE»_TXˆvc¾2ž - ŸÝò}=å#[¸—dâåÏìúA©’#ï›§[Ïðe»¾\¸N k.'Si -úp š§[Õed-b$Ì‘3‰”Ê=!æ(ι9Ë\’vmÒœfR¡±XP®Ü挡Ÿ*Ñú?C|ˆÎ4À˜ÇÃåÁ?ßiɧ³ÄW͆C³ŠÿÍ#\Cg  Æ]lâ§Kשާõ!möÙºÄG#žÙéFÝÃ\w/úÆë¬ƒŸå£ñù§Y¼Å¥íM+È*h”4@3WËÑ-’€¥*Ì$ÊÕúPì€:JFý+fæMÚe'ÒÃ÷…³ÌÙùԼȔD‹j;ù§ãBÆ«¼¦‹—q+Ÿ`šûøo6‰øþ÷¯âÐ-»ÒvÔ²³ïØÙÅÑ‹D¦ü×ÛƒWù´5=f`) õ _ÎîŒK?Ýš×ÍÏ‹ózçõÀ|ÞÏ»íÀöîO¤,n£Ð—µZC‹”v!Ô>7»‚Úª`í©p€Öþè}²Íá*aPÃs¼3ì?Òeš’–&(Ç~ŒÔ7±Ü¯gŠÔÏ~£#ž¥„îAÎΜ¹®ÌžT´OÒÓ°©ôWIÙÉÏd)=ꨀ§Û™À“›Ñjèëe]&+›V µ¨A~G Pj´Ì’²Î¡¨ô„@8€÷]ˆnW¨µ¡ý[¥«.ÊT(Ê4¥`SRñ¡™->u†TF’Tî½û[‰ºfQi¹¼NxRÊ'þ­kôgܯrôùæ•Óví¯²„œw:¸@‚øcãØ|€].(|FtöhÆAö¸m˜”²©À%HÏo‡ùÝŸ’—dÛ|û%©¹ÓžLVZ=Za&ÃiK§|¢ì[â‚ ›$»lÑûž– ‡M·Ë¶N¦á§%9’#áï… ¡üLA.Gƒ=ËŸÞ855æD_ýK0•R-j`9)zóCŸÀ0»çHW{u5žŒØæ:‹!Œ²ÚÓí‹k<_?òuäî}`;ðqY¾_܉Ö)7´Ý Šã:ãæºLæ¸EoÓ£a‡Ÿ *¸ëRŒ¯º[ÒÑSY-Âx;zMŸ·Ûÿ§3öUlfÚ\;RïAS\`4)ñØñ“ÄÌO3_0t©‘ºÏŠ–¹)ª®)ˆMIÈKˆX•vk‹½¨ÑÁC@¦ZkR{Êp°…‚›Ifƒskµãª`àÄ^ -:áp¦$pXìöŸ™i±¨P' 1š8]œ´#™ã—•h¡0H—Q·£=w‘*Ê  ³.¼4·ú}Fš—È”è¦û’ˆ…¡[-# ?6ç±dH”+ -í꺮j©Tö «™çB2i›B&P´Î.CL;«Æä}P$ïc[cQ‡³hõ³E±dŽš{fÈÍdúƒ8o°v…V¡ÏAˆ…®ºûEyY°Ø¼lñq±ßf„¸²cWá“9y@}¬»úÛGVè•&5À¬yQXveöÎ$Q¶ƒ¦lÀ íÍc²NB—&`T€)#Ÿ@² 56%BkØ„§8<‡;šË|°‡ØlõtF}pÙ3° DI ϧó.!™…M>&–VéOð±—U£%(AvíÆ„nGø{ÁûÈç#_Žä«’Rkìˇ͆S8Um¨A?Æ:¦«À,‚·Ð.•@R§ìPYø_ºÏ«³ï®²¯öÌþ-ÓÛ”$¶*Òé.)ÛÔ“„,Ê\ãolSE:Ħ6º(“æ¿TlæU¶DнŸ˜Yö¤É> RuÀT`%/¶»*B£v¹ /¶dlã¡y5àÄ I 6žN—^¢joSÂ)þm-õ 0qÛ¸$ùijy'ºN¿à^t :Ô$Óôßà÷§ƒ¦.@i6!ߟ†“ l¬”"Xô DØ…Œä—¼˜0ÖxWTÌO^ šûÒ“ÚDžäþ?Æ›ÙÍN€DfĈpêõÂ’Ã,š8À< µÿmXï͉|ý_>­ÿi€è -Ú§º„D´8¥‘o^PkgUp¹æfÒQH®›‘;lߊt -\ܬ|Ñc1i¼PŸb•]äjjè0u{0MH§T&$8KUW|1«Ò?_4:òÓ8¾.ONà.3ÌæöïÁW$9ö΀®8^»Ž¯äI=ø°÷OÊvÕ y(—Ú=m sL§‚Ô2xF1Ô%0s7Á—P€4 -JW4çÚE:Æ`\Þ½n£³ U¤$A¥ë:ê#9Dd…Ö7?Oþ @)CözÃ,[.E?ð{Ï›f´jWOÇæµá% ÆÝmsB#ŽœzäRÕ$t´w>;‰lóƱûŽlj=…ð§_¯S@ŒgèzæL‹Ä;3ˆ¶Py½¨ÕÍLäg4ÂY|D}(Îæ.¢>æ íøD»ÒÎæ:‡Ë$­Ø×gA—"3-3Îñ¼·A•¥Ü™»ç!†« Ol‘Ê|-ƒj.ƒX÷H¶Ñâ§1£=J£çø‡/L}=-{)äy’Ejvhë¶™l`ð•„ë òóëd{š«ã®ÿÙãÓ§ùû2;I‘±p;o¨°È?_—e¼óº¼÷o°Z‰8«¥‰£¹Z¬íW –/|Ü`4ÃüˆÆ7N³hÃ×ٺٖÿî6r×Bÿ€jj.ÆŠpGœò® ¨A83 B,ÈI{ÐlÚƒ6äÝ)Ø$ Lã’ä -az[*aNÐΚÏMž¾i÷-Þ Ù§~+Ø\hغJ-‘ž.Ôùš‡ttHþ¹bÞ3: i#dóåçþSæåäe']<º£¡‘’µkQ#ùÞ”¯gÎuš -HmUØ$3ò'r¦éÁ™nhŸ ÖX¼¿Ù¥Úu'ÄûôÂvZFŽ‘¶)ufЋºr, iš“ò¤yÅRžLz#æ)od&t$[—–Ï -dó¹Œ8Ï›;8d¤:1‰ôͶC|ëöùP¬ÏvDµøÈ_Š@x¨¹¦ŸÄ“?+Ôˆ³Œ4³‚0aù*te‡´Géj±Ëحɾê›Àw‡*Éס´$ W/Î4'½e4xÔ;]C›ž©ÿ,Ò*^<ÃZõF»"^׳G¾t£XDƒï]ô(äßÔ, V«z.ÆBlòĶWt.;Y¸cÞȉ8h eõëÀ½—áæIÌ‹<à©cD|] ÷¾·‹å‹¢ª?€^Ú €´"wÿªðu/ƒ­Â—™y/,œùäæX°³}[Ç—³|/˜ÆÞßiz §Å†™¶v¿¯HøªÍüGý§õÒÔ«p ‰TðëL±¯oÿ=ÁŸoõÒ~¼×³•ydsJIÒó'Á´E0Veý.eëê~·¢$¬þË^äéÃnu]Î8q~¾êf·2¦ õÛØ–TßÙ¬ÈeaW“™œÎÍfuT5ã±ã®E½",ÈL¦ý®%”»m ÜíJ›]Ëb ù¶6óºr/a×2ç”FÛ ®á£¼³iÉæ½iÖµëÆ]ë¤Ò!$½öÔ6Û–=lÓ+áËãm‹ë¤¬èhØm¶-õyiǧQ·(-ÝàœW;´Î”©*›·ëíHOBŽŸf‘ ¼ùY09ÐÂ<$ˆ)uc¢qŠþMÕê(0\ôæ5ŸL‘'ѽ4„/'·«ÚŸ²“ÏÙjN”}"“@¡Ùùî—b™ÝLŲ®WB°yÀM!’§>ªOÍe´õ(ƒÇ/@ƒºÄ R»É?é­-«P›åD'͘Wž¸ëì À -v©È®²Ö íAçGMÎ}ŠôGKºKEÙµO“SY „ »Ï¡ínèÆ6nWàŒ‹j”†‘'@¡Ûþjß¨ÛÆ9w>-ûÙ’·$µÈÞùÐû§ÓTØVhëÿÐl€¡ÈG›Ä5éOhõ=%`@k?Â’gEèôA[h~9ðA®Ó…mÑKkAT¤%O "‚ËBû_Õd … 5Ÿyà.mUɨ -^ÕÒ/'…œ±JþóãH®nÓN|6ÇȾs -RDXmCDÓqšâ¤¾ŠzRm·´ó\‚½‰[Fxt9g=“Ô m€/.µ©ÐõÕ£ @#¹WQªtÙh›ÕF¿Úl°J]PI‰›S_y™¦Û®Io1u<ñ@ÛÅP}bŸ¦hjköÅ>HbO«¢HE[]/ìëäR±ñâ1¡Ú¢~ BìÁ—Ýn˜kߤSŸ«dûJ?4õíSQÞ¾/¨ÞEo5”_¨À~¥‚×AR öZ¾ôíÒ!Ï´!h!š>5INÓ@;w¼ëíð m5“ÁÎù th߂Ф¦z®ùG(z}4?þìf?RÙk­F{†=á*U¤‚P\.ëpQ+U‘n›Ý%¤©¶¢ŒÚ¤ªžüÁ¾1{`†!^÷žÀ7TzIøIhÎΠÛ&ËÀ>ÌŒºAmÂïDDèk×q;’¶MÕž¡Ç#O샡=Ê%õÃ’ÅAÚyÁTµ•PòWØØš*”oà2N‚J¢«è3Ù%Ú¨µ º— JLÙ\ž\$hÍNe[. k4å„™œg%‚˜ñòá߂֬щ£HKĶ[’Úæ¦ã.F"|£èÆ‘œÐ}Òù€>£\CòŸä™ l-ÃÙÅ>GºŠxo¶Y£b‹¹}§c?×y¥!CÞtqðÿõsJÿ\RªÆ©7Ž–€ÂÆFšžl10û'˜F½lÀXˆ‰9|¤}å&-z´æ ¨ŸÍ¾;5>ú§§m‹ôF<Ó;™ï3jÙó‡ 'ÄŸÏ,ªøõ†cKqkÔ~2Ž9 ÕÊ—<©•Pñ:¡ù@ ý×üHL ^“ÜB›˜Eø§ÏP8p­ -ªÓêg -Ó3~ð“Ò… †Ø»”7, ’»GöTß8)Q´:uªj–jD'2 H;³‹è¡UÖTn7jbÅ´¥@®»<ÁT»ÌarÅQùP5à‹õôi‡,"+[B2G¢£Œ KAy Áâ` åŽqáô*r·(,H¾h npÂQ(€›Ü-É*p‡ccè{C±£HÓêÃEñõ›åÍe–}ӽߎÛe[N¾Dfcüv:‹»óM+Z«ß®Þ#=Y‰|îýv.l/Ý„2r¡Åo×*]½¸ëeÛ:é飄 ¨¾ctÒQÏT¸®tÝ -‰JC¢„_tü>Ô‚‚“Ž˜­sd©Ž•è£#0|ÉŒ#|ƒÇÞGçÝÔ]QmþˆßßuÔ쑯» 8+s\œu~©\™=çÞWG—¯“Ê­ óˆ¾zé3ùfÎÏè«Û8©«—No}õ,¼ê{½ÑWçNšÌv'€=—Üv6›„:7ùÔo|u†Q`r³ÐåD_½¨fÄîfj—BŠ—NiVœÇ%­qD/]¼¬JªøÄ]Úyéf+? U2–/G/ýÃñ½½ô&-NT"¿ì½t˜&›èO𣗇¤ˆý€Œ_gtÒÅ%IÎÌ{¢f½óØ!r視1GŽ»ÙøOl:êPõj,K³Cîu†£Gï\fHkÀa6@†­~6†bµ3§gÀ·»uÓ5Q¼›¨õØøëœÁ¶­‹µºë|RuOIk"™‚»Îãèká0‹]pu×™©â’f—“bÄê®7ºƒ°èŽæ'w]ìb|èëïÕ7îú5¼ëb¯:߸ëxX”ÞØ™Õþ¶u×)oÁ›w©÷kã®ÃêhQ› _-ºëÔTEŽhf÷dï®3#€R[anÑ]‡8P`«—þñ¢¸½ôPÉ -Ÿm[¬ˆd¦¯ƒ–»µ,T½ºPsѸ?%á&cþ,Í!Û"0‹ HJ¨ý -ï$ìdm[k¿êm»¯»–|ÕÛÇKäš[%_q~ñàü:Ôyû\òu ÁÍ.ïÒÛ–|Ñ<ƒ}7±äËsv$ia<XK¾ñ-’Á2)û’/Ÿ¿±È¿Ç’/ßö㡽h"fXk¾<-$©¬r^s_óÅUld#2*kÍWý‰± Q75_^Ò^GTsŒÔ¾æË;AˆJ‘?KcÖ|]ÔÉ£Ò$k¾•È#É€c¤ï,5_]‡¥Ãu ™ Å_†ÄĉHȦø»µtÿÅßíXýýÊË¿ÈýØZ#s¼/?®]âñÚ|tá:®mñÀx ¦æ-1ÁÿÙw8‚à—¾U{¯öûÕ,þbÑÌ]?àVT³Iy$"E„Žvµßç­_}´®îcüÿ¹þ¡%ÝÓÞÙy‚b3d,ð}ÞÛ"lö!úŒŒÑ”"ƒ‚”ʸÜâ<,uK§KQ0.6N¯ÍqA!ÀÒUu2B¼G>ÕCY)¾óò3¬=Re6'ÔRÂJµ3ɪ)ÖRüδ§$gž(Ò4C÷0­ g“Õî­7TçÆ„YT™ß í¼9 $$+a4Ütç#ª“pšNZ>1­Ç4=0“Ìgs`Xν9k锘ÃOÊÝ#žˆåâ:1¶óqV¯ åa>¶ÄäêD Fžam&•ÞmÓ:’«ëIæk› öE.é¡ëEŠ4*!N‡^&Ší¢¡\€H ü ØØ6ÅÌQçuã!BtÞÑœ´MµT—î#EuЊýõŒFõ˜¤Ñ‰  -90Ö¹=ÒjâQ'Ú±i¡iΛÛW3?| ê²ÀÓé—²íãÐ×d1ÏdÏG|IB]lzd¢Qu%ªù”œNš&«“Ô©j´G“\fºÖ(Ò ¶” í”PpÈs¹„ð¨”cÞɦ•UðüÜqÑvUè""Û@½‰) F—=¶€uÁÛµW½úëš]§ì’:›Ù¼<„@ºðšBEJiÜ·h½ è*HÈ})°=P·‘dÉ&ƒª2¶ã*Ï 4K{TdS'¢Ì:_»6ùdÑö`ŠÒ±ÖíÒ=Õ˹ô“x„ÂOëÔ¹„¯úüD$×>_§Óp5ðxFᛑFQÏ]éóᬙo´Ƀ¨üª^ÿJ´±ñâéNìl§À܈ÇÝàsˆ+*ä1ÀHN"£(F’h:Ì9$¼ -‡Ri]𮃂Pƒr­»žX<‹¼ÅQ'?[›ülez¬GËòž±ä¤h´›§i.¶ÔÜúr7ر°af³ÄKĘkû¾½&‹fF& -‚–{#è$yJÖç’*ó32(x`IçaÓ sÞnMÖÍîTà¯Ñ¦D­=#™ÌÀ‚X$QçZâl3Ì$3𤒶Äë€HŒ|’š®éè°é›Gñ¤!Ž$Õ —®‹ §M÷ðÕF½Ü]âMi¬-»x' ®©¡>¤V2¬ÐC .”%£õÒ¼„†6•TOˆ’à»ÊÞd#Ÿ£Íx”¤ rº -—&q¡êlÓ/×%mhºF×'[Ï{yÓ0]ÀþÊ·^Rëþ$§? { Œ“)ɧ÷QRÔNŒ‚}Á¦|-…W "=ÕxVÉIaÌÚÖ¥æóc^ž10¥ú¼F{¬MàØAÀLÔ¦5do™6f‹Xx‰îF` C˜cÛp4Q5‹p±q_‡Ûm…:ðSª¸ŠæAUg2$Ç`ÿ=¿ ‘ÜÅH>ÙH(Ët†ÍéJ»úfžb‡Xö“WìH|Å)^DèuÔò¦ªºO(rË®½éH"1²¡GvâÔ "LÅ Z å¡MÓ‰\ÖÝð»k.™GØtÏ£ ÒñMš5»[ѹñ#Ì0ÝQв©_ËüèóàúV|$Eö±ÿ¶ˆC•ïÌ;1[<‰qΜ¿Bç±ùyï‘r¼´ælîÎØ>x8+¼70ÜÄ0R ì ­å¤^•ƒÙxh§_®A¾Dq‘‚õ(›¯o 8›L t“ïLž^f·oB:o&a›¹ÍŒ^a"Ãw„ vO¶]½ˆ‚;a 6 ‹')"æøÅµ‰j»êva´€+¥ˆ$'?˜Ê~ú$«e¡%­åw S¦Œ{·³m$åhà”%ÐEvó8k4’ŽÅ")ÇÞL_ýÆÖšŸâþìj¨)+Â@hDå&{JcðUÒ Äd¿iè5™yjHvÑuó±9!¢¯KdVç¶/žv3 ÙÀŠï7AˆÇíµÇUFh)ì¡ ðSˆšQr ûpz„§ÅDêŸÜîçEL§ïlâ^ׯ/(ç Ô¢mpñ-Š™i›vxt]v´ÊÑ`\Õ8¿z:¤~Ôüh?%Þ/ XŸ—Vjgëuq‹^Øà‹~ÉÕ{ó»Rƒü?’‡väh›²h¯^c-.Ý 6 AÖètÖtÛ\::„"Áo%—•´¦°`q}²µ™4ìMl!Ñ.‡8JaØCíúá…ÿ^Ïiº­äŸ›®{• !6„aWßßð˜oXÇ>d`M¹ %Æ“™¾†°àÉ Ú&rx¾~ _Ă׆êÙ0 ?E?ÔðIÌÍ´Mð„ S¹øwÅ»°-œuG}Ø8Hq^¨†€ö¼É críãΫ­éË›ðÕ>±œ[uüל± ¥ÃY!$‡pB© ªh†°^œH/&ÉJÏl²b¤ÝæÁ.‚¸õ:0õ²®Ó­2pç#à9„6•ÞKg´c’Šø…wi{PŸõT»1 Kb…~nM;LPkûô ßKEˆ)$šÙÀðòBÊÂã…½M/UAŽ4»‹½~LSñØÂ’B5zxMu±qÚ¶àùËvÛŒõ·.S•mµƒQ]ob¿¹˜¬6Ú&w‡ñƒèÊû>Xg8n6Q©û˜K¤rÖ@\Ûz¡Tó‘{ÀF)ay°¿Igb–õœ¥óáz̆ýÖGÎÛrùÔ‚ô5E¨Z¤c¹ÏË÷%åÒºB)ì2¨K¬©aö ¡§ìY((ìSÌìA6±Ø©ÈªÔ˜¡à.ÈíëÆ,·;E‡;E6}÷Ùr£®(Åß«±Òù8Cnží¼’iÞeökʳèX¥d+\_ˆ-–н¨Ú¿_¤“PcÞÖ*âeÖš#x -Ô–©P6Á¿ñÖ€3Õ °xW}QçE¿¢-zSÅü“EV*XÀM%Hé²®+J>v Þ’@£tÛYå%b¸n[-çáî5/Å¡*H\ÔH‚1pÆí4gLÓ±@ãÅ&T³hƒ5·(é ìK#Ì‹#à]AÕ4ë¢Uz¨öFs]Úübm¼Ê#ìgUÞÕ%¦‡7Fu¢ä¡r…ÒÂ<.p©. °ºò‰`{Eóot•å3K-É€+’šØÃ—#zñÖõ¢°°™1¼P‰ÞaWšËzxÞÕgAƒÄKœ»(Q€¬¸P\t´'5ó Tnð´1Šx/HBóŒæµiI ä -òt®†=Ï"r-äà`šyÄ’Ï{'j1E}P6ÎÌß°ÿÚ:©¿6RRÛ²óŽèµ¢ÝêÑÀöäT!;~;;´m¹ L‰þ¾ÕÕ_;מÜ\UDsqU+]UÁ"F‘e¡Ô)êìÕƒ"T=ç "]gÊeõÄl#7瘌‚½¿<±Õ›³Wòµ›»n¼B‘lÜ]Ê‹OIËú  ¸?öì–ÒvÑ3’*¬®Þ-¨$oÄh`Tn÷võ’çOŒ6óquÍÕ—©ßšM7fõ𱇖þ@ðzxàxÀÊb È(N1»õJB"›Gê%Á <³`—möÕÞ’$æ!uݾFˆ±ì1Ô‰gÿãð çUâÆS€.ä¦FŒ÷ÂY.qãæ:k„Šâ€2="Hè»3@[³ö ½-ç>†eUÞÄàâéxÆ–SÏÐ,„öžR!¼§«ï”íµý0_È @R1T‡ÄÜã êQ·Ôz#ûZí Ô¢ùòrjNyNÉ"¦HX¸Urº]~D›O©Дš‚‚ÑæôÒ5œ¡& -ó›qBcÚG¦ÎýBB~†µköxœçÒD«áäOy'ö¹§EBÛ9¦­ª¡²èàuÜ{><¥¿x>Ä ®,@FÌ¢q#­kQ /"‡dœ}%/'dðaд­ =Þ‘¼á’äÏM“ËV«ù˜õ)•ÈYÚ°øS“³¦#Ù3dy3L>×ÓšÎêy:«ç9ë!=*=JòwД_BŠk%”¼°<Ëš©å ú¯ïPé)Ñ[«™pÀ 6.à!Y\gëˆB¢œ˜t†jVMKÙ>ãYî lI^³"•A±Y䨯 p)j(¼|NŸcÅÔr`¦ÕÖ¹î–$<ËÌwÑlÍ;ˆžù‚>’Y¡š¥^ëíKß䔥¾s Ou.Cû!FÌÂßf%Õ¥Í4Ç:†Z¡*³ªÛ?ÛÍá°ÔC˜´ƒ81ͦÑùj*z¾¦ž(ÇŠÜ%ÝyŠ|Þõ ‘6qN¦Þ§Ê&-v·œ_«F8”ôUzëîÄÐZs¤.ÊUêÿWŸ¹-øàCÙ‹O§V(¦ûýØkùŒ]Éç ¥Qy,%85nê”2¯§ÇJCÑ»&&Âsã^+‚܈Öa¶¿C]žkU‘/sijÑÚZ7ÕÏ7•P½w¡õš_bxi ƒDÄʬuQhhTF€fø»®gØ*<„º¶8 ô¶¾^8Ôz_³B\Å60hǰO~7ãͺòãäY€Ž—¿lŸî>^n­“ÇZëíûñ ­iá;ÍRCüÄ+b`?UVäA˜q+x!NÚ±Ÿü+˜".¢ñXͱ]¾².þXÌG¨¼5:ßLUÀÈs·"m¶V3vn£°>ÁLÌÐÖܯУuÓØ¥°ïÜЧí¶S÷¦@Wa¿ à­í¾@`aÿ@²à<Ú["ÀÙ‚ qÁ‹ к­7t#ó‚3@}Á! ˜À­c·B o§0€£?¹‚ƒ_úõ$ÜÛ€± nòïõœÂe'; :ƒ£¡;?LCØ@ª1ôX1®Û&`eC(`¶!œŠ8Þ]XÏZ£»bÀoÍ€_^ÖˆþøŒ]ð¼9k Âo8wˆßoø>ü_1ä1üðóŠ0ömJ#Àá×ÔHÔϬJÄãï’2Ír;¡!àN …~‚]V)ö%°1†v†™½ -ÍÛäWlªX“h±1cMÄÅ7i¼Ø²fcÉšI -*ÛŒäÒèòš¡U&äFCËÍÛÔjèØ ™ÙÐõsçrï^¡]8v­y䨭´æ¢c×Ó.§{¦ÖÜxh» -iõоµMχ6°Ýdk… v¤í* ñ:kÅ"6Ç­UØd·«žÄf½µ -þÖJNlÜU„ÚTnî¤y!l©,é­Å£v"âÜcuJ~˜¾µ½ÿ9ƶÆÅŒƒa8½úµTßq…LÇŒ( ‰Xnk9°¥»bª¢Ø2³aþZE?ÆžZ¢ûÇ ‡øåø³kÕñvÑŠ¯Œ‚‹ÅËf¥”O“øÁר<œƒbN%ô$½ÆZjSͦÌÈÕžµÛóPO:<²t»ªn¼ÊZŽO²˜ã­…êÏÛ‘Y Þq]Ëåê‹ Ÿe-»ÇO»Vî3cWøkÄɹbâßaâZY1q½­°Š~y'Z†ÿ­òAüèÚÕém¿t¥¿½¤±ªumüzîÞŠ™Nòñ™1FÕv'\³®ýPEÔüMo»¯¬!¸£:ìRlüæî$<õ ·vIÌ>̃B•/\ÂH|rsé -Þ•ÝOÈ•§Â£d«ÒFV\¿_ãá*—WÌ+[5þÔú¶¥–*A 1-l^g=Ãçõðó8—8Ä`ÎGßã§Ùfóßþlö{@”È -:‹¶J¢¶fߌ'A†«ìß‘•螹ϚܤšCTÏr¾ 5¥ØÇ¢Bÿyfs÷¿Þ…8„º(¸–ûÅžŸúóLf>ŸÔªS Z `ÛHß?™;‰–)j…ë^¯ÏÏÞ“IùdÛ=ê#-å¢dS_EÞøëuÜÂ|4üŸš¶Ûi›08¶ùÂW“ÁmÌ/1?$£ ¼’€ «Õ(‚èó2¯v‡G°ä8Шߛ-bbõ` (OkG¸"÷‚D¬FŠ‹Øè¢¨œbj  WYŒy|u?ˆ/´ÛVÖa W‰»ìk~ŸŸÌñ~^¯6‹F'åܤJ§s‘dzF•Š -8}îíŠÈ¦zP—he¼ UL¿€À¸Ö'ƒ¼ùÕb¦67\ÏXüón#¡ÿª‹§&COåÌOF5SF"Ã32.x{}‹3È|Ò˜UÍ…4Œ>Yôøó8Âë#|ø ~2Ê«òéí.©í½/lñél2÷\E‹ ä0}t›΃næìAJn±e“nùE~-5’yvBž1 &³Aå¬^•HT¸ºƒ—Uy=Û̧šB̘<…*˜4Á¨.u“²3²9±cÿK½²D‚åxH3ÇÛ2mc?\q19Ó•…ôp#ë ù°Ñ€&iœ3)xäé"ºK˜åÈøõmGþDUâªøHêâ&u*9úSȯÑ„ <*Øžd†V³ä鉟!VoƤ£ça„³¹ RÀE.'¾láÛuÕ Q%[Ð¥o-Ptâ«§Xû* Í/Èn%†ÔN~ØË¨žÀÎ^ Å©$=ÚáÈ\†þêt± w“³"ø}x] ØÔ=;vÿª©„u‘U{½ß (SÅ ÖçÇF}™Ü2kÒ³Z_ŸZÕ'NP,íuÀeÓë;wÆ»»T˜Šî žõ»)ÇÆƒÂ…œúæÓ›m–õþÞ ê—÷éà j'bŸÜ€‰2+7Lf’£Bô +&„Ý¢ÖÀv€úU;òfqõáA\ÙëǺ /»[Õf+N)LgRž}c¤ -à¯7„å£y)mB“ˆ?®èaÝè¹ú*áAE6\zõãܼQ\»ã¢õaØ:DôŽÕ³o¢_‡Dª\$q“î´~š]V*~â -Ž€I Íû%Î’ --i@ºsÛµ™mP -ò`¨Øß³íùÅ¡^œÈ›ç _³#ImÛ@`³pJwTH£d–Éãº"‚~»ï|‰k×î¤\Ë}€ Ž6¤.ž+X’z“0SR\¦.Dú"¢­q -Üœ8|Û°4ɤ)á*ß^ʳå ?Æs}‚`ƒ·/r›ð0Á臱 ›Çö›¬{Pø´ë.vOŠu ÜN©°“†©vãuv‡M}»H‚s[ð+‚]ßt»îƒ“³Úý¤|­Ï['oÇï¼øœ—¦ûjØø"ýç?^ÿáp†î=©JdÆß6Ç¢ZY·xxÜ:ÿPÿèŽô¿û_~Ž˜É–}9¨™öå fØ—£šÉŽ}yU3 äËAÎ$/¯r&îå f²r/-“·ÜËAÂäæ^þx0ß•.Ùr/é’À½¼J—êå ]²åaÒ%‡ù–. ôËAÃdK¿ì"&s9ˆ˜öä b²%_"&›ë<‹˜æ b²%a"&„9ˆ˜æ b²%aj&‘„yU3 $Ì«ªÉ ó*f²’0-“@´L¶$ÌAË$0ßZ&7÷òÇ‹ãë7ËèI´¸€€QÂZùöúàð·'Î@ë^¤„«>8E›˜ µ·¨•WÊñÓ¹×ÏR¼3+Ðée“±êƒcx„{êŒ>x¾m¶œT^?\Â3­,æeÚœ¢£¹Ep8;4ºAœÖ1sñ¹¥÷)žŠg‰ –q·°m²Á~ý]Ây6·á ¥Éñu „C•ã“¶@6R6Rá<~\POÓ?¤M(ߤÐA!\ZÔÈjËm£o:ùˆ¦°Ï,=vª‘ÁòÌ­áy¸'jÓÊVZÞ„gæ#m¦€œBT -_Ïð;­’á˜X6'3CZïA2ÜŒ—„&m§®íðÚ¼­ayoó´Ã ’è“oø¯EEº ÚˆZc~odÄ×ùõÏ~Lñ'•h´ó¨š`–w*â¶ ŸDÄQZu¯ÍË{’½îo4Ä‹Pí’½†¹¦ CuéZ4ÄQ«ÚCd{p‹ó‹nöª ηA™Û†Ÿ [ H¡x´Qg~+ ÞÇ—¾ÙÔo6qÓàÅÌ×=ÌbÙn 8õç?Þ‹=ÄûZ­Ñ*ÇP­­ üxâáïÍŠ²)?Ž&a”ÿÜm|Q`wÝø¢ÀîºñÝíÆvÃÆw ì†ýn -ìnw¹ °v¹ °{ïrQXw·Ë=v×]nUØ ›\PØÝnrAa7ìvQkwîvAbw·ÙE‰Ýu³‹»Ëfvw›]TØ]7»¨°»neQjw·ÙEÍÝu³‹š»ëfÅww›]ß]7»(ûnw/Äi¿»íÁ›tDÜîÞcîw^MŸÅcë˳x¬¹ç¯*¼o‘&ìvñႯ"¼fÒV¯Bµö!ù|x¯7¼RÝ}ùÊüN‹Q2ݺ…àg+Â[çvwkðÚü²›¼¸ltr<¶»B$Hðþ¼ØCXºöØìhÖIPÍþXaïM‰ÿjö:‰vÊ”¢~i°Z\6-èÍʔͼ”Aßw#^6Ê”fýÄjÑþ!bÀ­4e³øô†=³7Ë?:”'LP¤ íÙo)ÍðˆØ<*³°ÇF‘’7!‡mo2$É)Õ° †³^*:í$)aqÑëe§5 -Š”<¸ˆ`„¯AJ -@z‘³àÛ½#H)“\xÞì¹A²M¬\ .½6‚” qcZð-¨R[òV²åy'’}õØR"¨ª‚b=:ÍËL⻳¤/ZùmÅöõ(ëD„ƒŸM÷lx¦¤íÖU°è·u/Lé}¥ÝûJé# -”ô|ºÖEÐ]£0åv‘|ÑÖ³Óñûê‘ý~ãGoTß¿Dò«[Nñ^ {=EåïNQ†œï(R>ß®Ò ùå"ôiƒIÿA·³°mÛ"ý¤ÞÒiœÃëít)àëí´)ÿpï÷¨ühŠü+Ø~~°B%Å‘®“¤O‰œEÿ”†KrƒÅ¢˜©þ˜Tùr§'³m'Ù2@E€*DrˆÕ—HŠc°ê” îfV“cjI4e%lxÔ½¶©ÇÑA·\Ñà ÜTšÍã û,/˜!U”mÔ®¯Á5õ{Ëö)Z°s£—šW¥iweÓ2är ¹W¸ñt‰éú~‘Ã%lüiäFžÔ.’»ö•v«yýÙY— StÛoÐ-y€á[æ.™¿T 7#ÛI[}ÅÿÞ`¬`|ŠrPTŸÛë©Ä5{Øö·c~ˆõ¶Áã¶³åRDØ?¾ŒüåÆy⼌”›ÚˆÒòõuü@xvÇRT8 öÃO”¤ÝŠÞÔ7Ÿ‘¸…­‚4[VsÇ:ìMâºëe^Yò‚ݯçffâ…0/„6“ͤæ'⯠_ôÈzs¨*+ýlfüôFë£à–1ÈfêȼÂ9¯ÇíN=8dãÁ tyc똢 _Õ»e=>Bø6MšÀöŒt·Ýè‰ðiÁT=§mëòYÖÙÑ ªÒuÌàÃfYׄZÁ<¥«ö×Y–|ƒà Qß,“›â›k_”ÜßýT§¢Ï.Ó2x¯ìu]…Ÿ‡µîÖøöñƒ©Ã¬LÊ`­¶Ÿ$X½ðiƒå Ó#Zà7³ë¶ÛaJF“¿NëvŽ»ŒDáz³ÿHP=Qغ•ŸƒÞÜmñð -ª­¼‚ÃÎæCÎ ’rˆIˆÊ¸í|Ã…Dg~pÑ«ó}5„ -8S -¦+ØÞíÝ›º½Kù 0hâ4â £Hé1I5T ` -š fDý3йËþ(¢º¯àþ$ÿs9CÙ(…D¡ã"u‰&J¿‘ˆº(;›½€·$'wtjD@Zêd h1¶¼-C²=@µ.%<1E,Þ¤ÒÚŸÊ|“6Y L>u™ƒÔz%Q\çÖ «ïHã‹ì”=fÅ(R†Uªp= "M,ˆGßÔ -~ŸEÁ+î7êäN‡øà5OÙ5Úü´¶ T>íÁ§ Z[€ãwØ™›&TT« -·sÈŽ‰j„AHßf@iÅ~Ñ`°uUQ!ºº-<¥ñ!¥ÐÙ³ª×…/ͤ¨ï[†ýÃlz´êw:üšïKÁWoíX¬¤Ö€óÖij›õÞvJémÍ…A7¢Lë¡4§DøÔ¤ôæ;Ý1 -™Á¹í:Ú盚¥öк¨`Ì"é:u. 0'’ûhéüàðè5ñReÖ<ñ2ÄæÓneˆ<4õš:óiêÌ——o˜+ož¼¨;më?Ôåg«ú}j÷ÐèYÖ¾‰Ó ³Dö¥l­—v·¯l}O¹—ÌwõÈ!FŠ‹N—Cïx?ðåh}oq”J–ùçÈ—ƒè‰#¸FÍãù’¨è¾ªNVÿøåOþƒ…0¿ùÛ—?úùÏÿôóç¿ÿõ_}÷ý/8×Õ/NÞíæÐ¿éèi/‡ FJi™.>–K^>ĤeH“zÉʾëYIöJ’}:TàHÍXªÁš¯š°EƒäÊd4’Š©»š‡‚3iŸÉy°jûTÀ­d -×i–à~-ÞÁ*Ç&ºmYâôU_­Q@¹Ñ\ƒ¬1S»¸ ÖÅ9¹¡`˜åžð[rHìA`ŠN¸¡ÅGéŠG¹œ¥6Iaá*´°m›iÙÎ Ì Ž<ɺ¸ÁÐtmUY—ùʪ:hûmÚëOcÒ©a;j.”òdš£ oŠ„œŠ¹Pð›×/Žn&‡–D WaW(uu§5‹²$Ú³ƒ£m«¯w%ÇËØÅÇ ØdÞ­Å›æ˜u1Æ\pêÀð%rÚ‹fC -çÝŽlbt;¹‡§+S™ëÔÄ£nC} ¹Õ:u üŠ×\¡¯(¬r•'¬âhEu›S™¹Ä.Ž›S)$ ©ž@–†êIœš¡¦µ: PåJMvU×›³)“Ej -€ít潸 é&íØÂ¬”³<­óò/ß ˆæÙqÒH\ -Ä5w>\¹æ•qA\B…f{à2ò®O£½˜KÍÕ®‰d¨¹¸JÐêW—JxHYx Ú$$•DŠ’Ïn òÙêþ\*brðÜ_&¡Y¦ÌuˆàTd(4Èä»[0x¤¥uýÚ)AŒá RòİmÍ„òµ*‘&©kQ‚y­hZ½:#¢t5'À\™ÓI¹ÎlÁ˜’<îÉ43V§ÏØ*@Òuk^HÄ”8•åh•¤~w;¿rT%y—±]2 È<ŧ+»«˜1ÁP”âlüWm$hTµ?˜ëÄd‰gÓ)kDF©›Ë l&jÈÆVèô–ö5(Œ•*ݲp†‚f 0!öÆyŸpÒp>eèïO×ÅhÑÊÚd¥ÖÆ1mÀç, <ÇM†ð¼Õ×¹`S…¹ÀKÈŠÌÆàp½ïÉBÙlV2è¶@N‰…Þ0;°„6íýñhª³BÁFBÛJR‡„S.šÑÞšËs -˜ç8,â8„7êxÌ(ŸwW¨3£J¿ªYP8Ì$Bt)!ã©2FC,h¹ÐN!·Tmê0˜J6 n/½òÉæåKÜV<æ‚[–,; =ÌYì\N2jg8¯4‡±Úð5⳿€tÅÎJ…j‘ÐÏ¿3Œ·§¾ó¡tM‚LZ|‡G#•$U©$ºY³gzg8RIL#XinÓßÌù¢ZS¯ªËšY½\˪€—¬.â†g¦÷î“zÍÞ*/{šìÀ’*»%q:ç4瓳‹Ã¯+óÊg!&jÍ%Öjq`vQo`dEû²K<*ú3ó¡Î VšLi6-i•*L—×ퟮýfF&řլº¦$’m…ˆ`.Iº0j"ÄྮkŠ”K˜Ù©«T¦̘JÇj’H÷ùubIˆ½È6ïå¢ÅiÔÞ -.nfò&ì{™Ñdb7`ž÷Uü¹…KŽ—Ÿ²ë]çÄðuPØ”ˆ3½“ý­øÇÑÎ>ßð¬AQYÁ®Læ<¦eNé{'èi”ÇΙàƒsK -¶P: ï¢<„[}eî9Õ1í6—æ‚ÈN¶ÕÙRQÀ¹ÌUäM’ƒòX‘yWÈ@ËK¸ -¼‡“Šâ¬ ¡¿§×ÔD¹æ¾t7/Û"EY°Ôž©â©mIâûÒƒ"3ªv¥î-ì¼£øÓam”¶ Ë{.8òƒ²3Y©Ó%û J&+ïÎ^zèBß“š«œæÞüd„EUn¿Ðô5+NHîCÖ¦ÜÜ–q:•1du£àdbÁ²¸‚/?5æÒ¯® ó«ÕŸENË*¥"½øV„.é_ôÑMßÞ'—¹i—TÏë<JCÉ·àPŽ?Ý%›Äx›ˆ×ºjЦ%[õ¼¦˜’(ž*ňy£‹?0ûɧ¦!m¹(gt³Z:í)ªWÓ±j‡ËÁ8&hÖ›˜¡°Ol×NoŸœqHN¶9©šY´®w gœÍ+®Àì£ú˜…³Ö÷åë©e¾ÞÚ.6é"lÒÞ¹Ÿ‰Öfk÷,h3éf¨TfÂu(£ÂPgÿµy‘7ÏÎØ¾S8+Œ îB ƒ{Ë0¯ãÛ’À7æ6x|ßûNÓX zt¥D´~o5ðbrXê{ªP¿¿­uÌÈvž¡6®ëÓäœÆf¾ÒY§3È)·¼™ó¶5È•·è¯„m—+’ªÄP¸¶[‚­9xdY»æ%ùH61¿¿gPU¨©~n®Y9ÚÆ¥CŒÌ’Xñ(icË.˜—´­–iß~EªÂÀTx -&øö-xfÿ&;´ÙøÃøgèbÉœ›cr–~½³wð.L*ÞÜæºó@?,5´uÓ:I•±ßêÐíV_õºSB«()µe¥€%NÛÍ­fí£Æý])ËC€>üÙ÷îéÒkRë?y#¤¿oÎý'G†0<øÖb9ܸQê:¯èÙ¸íÜûo×ÔY¿|ſŨ¤lÒ|`ñX›É¶Q}m²~:+OÙ˜àÐBEK´™é¹/n1<žäN£W¯Z¼Ëmã뽎­3O_.5SÄÇ -ɦز·eœ æ<]w +ÊIàb´}t’«ÊP†@ûLwµàS! -glƒ©pVˆÅx¢v4ó07aœRÄ´}¡iͰï¢Áâ=’!”´á{}ù-uòÁ ›6œ"cz8¨ f)Õ]C -̆'‰×x¤—* 4 °È›ëT ªÀ`±íPJO‚•˜o(íô©ú10¸Ç¼lÊšä UÄc“û å]“®’H½ÞÉ¡`b³L¬mç&S¼—ŠO_ cÉæ@ݯ-S4µ\bR(ƒËÄ•!å7rÌ-Ñ#F²Q´Œ¸¼Â&™uNéš5f¾I•0Õš<Ëiê¥a³Üæà<ÚmÌÝÅt#·æúhž¸JÙ§ -:bÍ4vR¬”ƒfn’ú9(ãmF³SP“w¾äC;};Ç3©"¶ûú&ÿjÓìüsIÚ¢¶zá¬é^íñÇ>G ‰´ëÕ,)fø3òy§¤é2윶Ëcbâì÷¡nò3æËÏ®s“küÄÓól7#åS>Ÿ~µ1élB™Xö£µ†pæ9íÖê;™¸_ 9`5×*†fPúäRžôrÀmÙ׿N[G5ЀD2^ð†r®æU—)¡6ŸÄêd¶‹› }ئMwD0ô ‚¥Å¢oÛµ!Ýf ”;åORÝ[ z5‰0ËæGËWfaCœ}P­É*J9ÁQ &i6(¥ÖÕýÛÚÕ,r>^^ùÆ_äBKµ=”+„Ю<0(u«IX„÷¤a†«¥’Hm'êL /¨™^ItO·*Ù<ÿœò«fê̪/; …K7?@@*ç2“aáˆ/Šû%l}+HÙwŠÇ«Ÿ³…– ³Ö¤ÂîáºHæCeÂ&D;Â=¾"ËG)ãf¯_…GÂ'JôÏVÕù%¯êûXïóîüô´€ã À8}Ð…tÏõ†cý¯SõûÏs=´ê*Rj±E€Üc.žÍ(m¯·ˆ¿o¦òÙ^õ¦óúX 'ÂŽ61©C4wAL̸ÿÞú$Ef-˜ˆö¶àÂk“[ýÀsî°÷Í<¶¯23ÂÜÑí-lmŠ°Ú¸Þn@à ¸ıW°©êW›Îƒ¦âAÆá;Mð;öA;iÈ£û‚¾qÃeR±E/ˆÕ¯Ij¼¬ŽsäDšË‚pzí¢?ÆÒ0rRm°5õð“žüº¦¸‰éo6}—àBÒ`V¶M”û«kye'WIfQoouL5Îñ—>Øù_‚s ßݾ¸ ‰¢“Îø<=Ë'g{sÅaçÓBDuJ¿*»3ÈÈ‹D×õñŽãïzY¢ìƒƒÁó9"g‰–°¥!à7hA±Ç.“¹$„?˜b×S-~©Ä@«)äßr¡ÛÍ$i²HY˜û×> -*¤î‘Q¹ƒ@èZÐB­G4DX:¡N‰Mw9D¢˜C²j'´æ!¿„h–3l«œKqGÂHí´n9ů‡Ï¢œ±ÙuÇÙ€àÁ`uÚZƒt8ê³iúšËã»>…úpá Õ”n1e åd¯àYDÛGµ«5õyI1ݘ·ð2“fû>ÁÂ@÷:Ø—;Ñ®U èíiýéîìµ°^Ù™ï|ŠÔb(ã¢ùÚ…qÇëfHÆn‘C±A‚‰îÎñ8-I‹wbˆ¿«th¯7³ÛL&5iZAT"@ÝË|‚nƒ~ehƒ0d¬Zð…žQM>™æB¾ƒh%1>õËkö?’vœÜxdÓ`CÛ¹¦ï"3%‰ï=æå;ù&{5  NT:¡}Hj¬®Gêå)sØ‹xî\#_ÚUœìW´\ÞJnc10;KGbÁÝOkò£¥M -Fú΃êΠDùJi×,ªn׊n!ƒ' –d¬Tk€!Ó(?ó¸Vu9Cfæð£BX¾«9’4üî²øª*ÞZWŒÜš~FÎÁì½ä–ØáC[¢M IŠ~@N3_`I†#¸âS¢d«/!¡‡zp¶lÙÇrÈËCgbÛ3®!@<Íì’Õo þ±ykA€qîšE6Ÿx€µ®#Õ=GÖªDSceæ+ª®ëœ4ùˆàgëµ9n\lÿÇ ÷ãYë[†j ¤-•ù mGƒ-h­ú4 ÐÂh_Ž»B²TâuÖ -T|–pÆöÂYalÖªZßµ:÷ôu–Ú^ø´KQð1'Ö’â~J­¥É83×òfœÝk™t¿JÖrk\lkÁ6.صð»_ïKý8šµ-ÎRÉÞÚ­µ¾Z¿PRv3”æ·V7”øƒÑè€ÛÌߘ‚·[ -DˆÊÄ0„­(@ ¶;Y€R„0À1ÂPÛø…„};àIÖ?ÀR¶îB€·g#@d‚Ÿ 6oœ›Ô QûgjÅ m]±= -Ž\€/0À ‚+ùõN]Ò–\ÛßOͼ+:È+Dìv©¾l눜ZpãÖ-†+dnR¬ˆ»™L¬^ eîÛHè>©Rƒ±™¸êV€c WŒäœ±OãYkœ» >c¨¼‚G÷!÷ -B×Y¬1ü€Ø]aÅÕÆÄŠÍyŒã»Ï‡¬Xá˜W pãšYQËÛ ÏÄ<¯ù¡€–Ž)¦ ¶Þ&¦V;äµV¸wHˆEÔø.Ÿ@ç!/€ëkF/àß·ùÀ€£éÄÁ¿+€—´\»fž3´¬yÑÐ|°Íª††”½ÛB7tOl³À¡ #äCÿÆuíÛTuè ™îÐ’ä¡e›c×™‰ù»o&dðCÛͶºwBý v-•‡ØH´«[”ì*îvÛQ©²¬õ½"®4¯ÈT^+'rÁô9)»â7lÊ.E\2èû"wμ^‹6´Õ‹Ë§²gµXîA‹g-snƶV$¡5ú¾«Ú‰k¬4Éó„*Ï>¹£ú×"—û¸öxÃk…ëv UýZËbÐü_’1ð® ïæMÑê¾bå­(ñuÅZ¨'1 Âó­šÚ®Ô÷øùZŒw^«Šç]k‘Ÿß¾åZÁŒc´@ÿægtý4Öký4~¯µò?û®pfÏZö 0ŒÃ<~[f^WÁZšŽëh­iÜØÇ{ü$îõŽì-6ýY} “{²B4ýÀZuÆq’…½;V[ØcNCÛ¼Í5ÈU¸`¾=’Òâ²=ðbs9vñÞñÏ?ÍÐÝ E @ûÖ¦Úàš œ£AÊsmlì‰ÂôíLü·b¶YÂÁ(ÇÕÚl!¼ØÛ›×_¹Ý}\~èdz¼±æŸ{}Ãe³xw\~²tïXºÅ8Ð@ú×ÛƒßfcPùÅ#¿È³ŽzìθôÓ­ÉÛüÜÍÁë ç¿Ï§ûüÆCž©¡–Ó\9ºöV3$ªoõNXì²1Çêm€%´šC;&ÓS0Šá*aäÂs¼3¶?Ù´e.’×e)ýzf§=a éÜXR£¢=Ez‡I½Á Ôðó,YÒk‰<ÄÔ;•³I×y'“ôk.šD•À'UN ->–æ:4J#’#—boÕíF“ÐË.À•ºLIð@P'©ñ(ÊMùK±ùÒÍ„Xg°oÚâS MY®CmÑà¢ÆGj O^×ø’ô Uäiù=ßgÜÌu(nŸ ¥EHG–ÛS©­*•Z(M¤$à:Ƀœïþ<â,ÐËj¡’PŠ)YR(ÒˆCªÑYÀ-KZYø›a_V#‚pßš2Yç™­ì4œœ5j!]5…´H[z]EW*§KàA¤šÇ´õÅŠu¸VxçÒŽÎõæ9 å*Ù 8ÃâcáãsPˆ¨œ‘ žßy:NH¢x'È F==G?:òE×f•åc `’Ã-Ú~ -€óìé™>|Ì:\Ðpôî²Éë|@‘5©k?©*ÛófFV€1Ã~jƒ˜çœ}žÕ…4g6°ÕwGu1(g©Ãe¸WT5‘ÀÞ>P*Ê-kq}¹íŠFˆ’’$ hŠƒaÈÙf¶nºZ¤‚qQn ¤N«T¼â7ªëƒë¬c’RI²$W|!œg=ëÔ´ðñZ‡Ež4vñF"Œ(ˆc÷=vi™ø]EçÖ—ñr]°Ã9™u-Ä×iZ\ç’äËH¦¶ûé—W¤ŠM× 9^ÒûaJ,¨ü™ˆ6……AVäYGí=.0ùh»‘k/aeÂSNMX×£OÓbÐÓ¾®û@CÚr¢Wõ%HÍÕc‹×ìÐC‡ðÌŠ§[\.˜»xÕd†G –wûFÁnßr[ú0‚ëF±ÿaÃY?hس”[ßvf…-4Ìϰ ¯ûÞ÷Ë"ìü÷ª ->CXá· ;ø0Á>|ì½çF}Þzn¡×ëe#ôz‰¤®iíó’´Õ’eLgûÅOB¯? ½~Iܺ -½R¬.Øsª?¸½¢­´dz€<ÍL Éfu RøT£»Í½4œÌ+˜gö£v?ïÌ<¡)u#•V*bê4ܤҊ—ij“æ6yWÞ-HUY)Ù®³/‡£Df,K¿°M4²Õ9ª¨jͰLŸ•ë'Š»¨ýtõffgù.еÂ÷ª´íQêöî"ž†Ë×>ùÔuƬ£ÕH~H T×ÒQú`ó £EEJކ0”È#Òƒ<¢7È„Q©ŽQáKàT: ”>`ivÖ\Ü=>[cjö6g–¼Åó«Æâ>)èS¦)‹/‹hØqD†Q‘!ˆ¹ô—70µË‡® -¹)Eª=“ý°d§ÂV-×v¤b(p´”ËÅt›äɆ&ÞA'9yÐ.ÔâG‹àë7ËEhqz#Rv¥º-ÖRÙ]ËÅŒËasþ¢ÐÙ)ÿâKR¼‡R¢Ž¶¡îFæu4ÄÐð‹õæÃ½õŠÊ¿ÙœPò^ƒM€fú˜ÅÜâlI’@Äù}†|CFFج‚vÍá`—¡²Õ‘Iå4/‘»à/Žñ.ÓîDËÆ° 26ÏÜ+çV¶È`RX 4®™!ñí'ä`ks¦>'“±ÉöÀ¦ÍT:Ì›¦ƒ­fg£¶U%:üî>]¾é4Ÿ¬úH`xøûÝûË«HáÕ,Äjê~×låCtY‹þɹ1³Ëá@ÃÀ¼¾É—E¥ -böÊ"šWíSÏÖ#\5:èJMªÃ2"í”Z$°½*Òƒ#ߤçb8µÝØO‡¾ß ”Ð=QËp¾d"žêú{¶¦`ËÎHºˆ»BJ6±@½ i Do„O»žá/`ÓVex›1‚ÎÔÆ³†q y3‚ÛŠÈ pÅAßÚfQ²S‘ûð  ÇøI+øÛT W-⸆³sBl-!+`›ë¨«_ôÍ .9LããõôõÏþY»jbf¦"ëôlèCK°W3{–§–èÅ®göª¢psÑnAιÛz+xÉ·ÅNƒt½Y‡N;èß3ׂHœ’KŒ2ˆË}ɽÌ{@HfÁd?JØMñ¢\OЬ’ÖÊjtEV³= S[¾ôÍìóÐL`?³MÞÞLõö&•r›7?ÿñÞ ­ °Í05Ì jȘÃâsø'AÖ/©[4ƒ’3üfÝ¥qv){3 Ý9CôW×"ØM ŽÄ8×PŸ®;i™y¢œ :¹\L]‚xµy•Ñ^€Z_>‘Þ¸ÛFFÒ“O­4 Âý¬¶AÛ`\Åù»lŠùK`ýÞ„¨²yˆ´#Œ—í{4Írk´wìÇ€ªn€(ûæóµ4¹›9¯¼— ƾŸ/õp ®ý4Ië.Ì»Êö&œ{OÂß…¹‹ËG,©F¢¼Éß™Úå:‡»ìæ@’~‰Ïr4çE³`-ePÔñ¼¥Iõî|' ב,05 ¦èÇ ƒ -g‚ıЙoý6æ—PC€®Û#¹~cRT°%uz™öyš b¬ëtpâm3ÝŽ6Ëöœü˜nϳu܃q¨_0Nô1öh2™"€ÝzÞj)ë*{üz]–ñÆëòÞ¿À4áýƒ] cìÓö[Üæ-|Ê`Ãlˆ†u3©‚}s3Úøu~¸WÜ¡Ñ; ®üò'?ÿî»ÿlÛãŸÿå/¾ÿþÛßýæ›?ÿ»oþêÛß~û‹ï¿ý%[åÓÖø*4ôÎõzò}ùíÿì—¿úþ»ßÙnûëoþòÛß}¶ ô›ÿñ۹嶗?ùsÛPãÙü¿_üŸ¶IýÝoÿñ›¿øîóü†ÇþþW<Î7ý¿ýögŽ.¼á<ý¯¿ûí7¿úÍ7ÿÝï¾ûÍ|ËÉ”zL¦Ôüî»üõ¯ìÉþý·¿úÛÿôýGwù‹oÿ¯ï—Ûô÷^à/÷íïõí?|óWßýÃß}t]†ÓÆæWßþÝëÈ|x᯿ûÏóÂP=æ,q uþÓ¯ú¿þê—ßÿ§9úŸä!ïþ§ÿýwÿá·¿øü«ßüí7ÿñŸý‹ÿÑ[sòÿ»ïþa;+ÿìgÿÍŸþyýæÏ~óËù+ÿ÷Ÿû·¿úÍüËûòGùݯû‹_~÷÷¿û㟽ùß‚ô[p™ù¼—L1tH.þP–‡Ò­N Y‘Y=ù™Ðq4¹rªþoÿð³'-®Û´#ÿ¨ýìþßöÇxÉéåzùßÿôòKÿå_Ýi¶7ϲÞiÊF~ð½æ™ùÿß/¾ø›1|‡I/ÿ³òÔ¶_›¥µÿžîCã?Ó´gî´Ò>…¤CŒA¿žm+á`" ø8Ø<{88ÐOg+AçMÈ+è(úk(óðYW»>‰ëÇ€4sÆ!Æ/³‰{ã5-ZJÔê §í~4ðÖüɾ `*hîNÕuDo:PCjóFôýª›:ò3µL’°HúŠ€3Ú¥3ÀYè ßäh -§ÍL×PQÌ®A4¬v×¼>­—‡4¢ÑÏÕ1u\ÙÝÚ!>’ïg•‘˜ÎÐ.8±ó3åýèÜNó È-9cLP=PȪwŠl*NYœ¸qŠ£Îž¥¨³PI2‘MôS\;³‡Á~±âxtGrNÍŽA“D<µˆ.¢I .·FIMgجÔGó3:Ò‡˜¿ÔÝ}—°-p‹4íŸ4ËODZÃiîw”K•Ì9t¸B×õIù’Ž,µœÇÓ›_mú¢>:¯;’.æ‹N‡¾ÄÖiù e´tqcP¦äiM̺©ˆ§¸–zÅ|JÙx+W^;Íñ›Ë`Èòì´L‚&ÔìÙ=NusÆnh‡Eá©i[´æŒÌ‚(Jl½Ò¨¨~.fHÁžœÔž`«g6ײÕ:‘3ZóBR5¯û±?”Ë“ã—(ä/ï·f3(mþ^ÃȆþsÒÌ“_R4Äa‹ÿ––N¾å%*9}õã öÌ"“rDzDÎðZâJž£mgI·)T9+CGggaâ¥8uÎ(§¨8£Áœ‚’æÐ ÌuN`(t#áŒìöÉæú­°X+ƒŽ¤MLu ÛÄNúU™?]mbÞ×fXWa°lŸ põ9Ð ÎAã ‹’Å»ù9·•®itò?¢4S{äêî¯d‹îþJš»/m·âà!Žä1©Å`: $Ö½KîCöò®7u§w]§¯‘¬²/# -Ö'uSØ-l1»óuž´mÓ(l£”3,%Nœ ú]¤‘P:Ûp™­Kš&â™)Ó4Inù“…ÓvË}“Ž©ÑÖ«Ííê?Byõ ¹ÔýŒq‰åÜîúÒ—VŸ£T5Á§2Nê­“ê¼Óмâ¬ÔEp9ÔÁΫ~á ªsv†í[su@;ãЈ'’úfö›Ÿ`#¥Ð~˜¼½}Xõm×)±í6Ü"Ze xkcaù6%ÃÕ¥Ò{ÚŸ!T€þ"Ù­»0¥.í .‹‹™÷äPyâçñÄ.U(Äu"ò `6ß–Íä :RùD6Êųšu¶¯èoƒ¢L¥ &ë V¡)‚ÛVg4©>Ó¤|#¢—Ä& 'ØwNÐÞ‹á¢&fŸ2#`pß§; ¶âåêËlzuÙÓe,r×gš]O—¦š”§? ´+véÆÓïDw1w‚^ÉïDÓ~¢>Ígâýí ¬QÈ¢{.º#AíûäC°î„ Ü>ì0ö˜öåŸ õ•ñŠçv6~šwWÄ„(0ì‹Iö Â -·³M³|»ù ¸#àI¢ýrËAûš B(ø`­ÒNY›¹§HN -lÊq*Qó‰Á·1ˆÂ -ö¿$öo~åãצŘ=½ù0/àaÿÀÜ»|ät9HÕ3Ž÷ ©QáÑ)­‰¸Ïž Z®Cÿª=À * a `n/I—@–`Eƒ¸™-Î <½ÅÿafÔé;Ú>PAYxÁþ|Ëœ<¥£'ë-®ÓA4©ÄÎzdÿ•Í){hÒ ø5—ï jož<>œÉ;å  Šy—{‰ ”"É0ʉ¦D?€zùˆ<-‘¹äõ d˜²Lûu‰ ¦58òÔÏ6Õ|ÃÙîz·;ÙÁÔ°UÙ8w)\Hë®ðÜÉ0°3ˆ' Ð:[¾Ýr‹Ål–ȷ륃”é8ü¬k³H` D˽R8ÈŠã úð:ˆ¹ì -7lš‚èïIÛoºx='089 ðÒyΫ ß29æjh1ójåà60dêWx~:`þIÒýѽW½æåøø·².Žˆç@—¦‹3ÁžÉtʶ'Ù¤Ämµ:–ìXžýÅb´‚뇤—ݸ ] íýó*&{ß0ÌFºÙб̨œÓMå –$ÆÁ³È FÔ¿B¥%Q Õçp”׋€€±}ЫG›€ÿ -N~£ÔçÕD†vàèb‹óÖý)•‰’lÑD”_ÔE2…=䨿eÐ.a80±`÷p=ó¨ ЬÏIÔ…BØá$Ä"ùÔ¬‡/Í÷‘q´P&œ¡ëC„^Tü;Æ!Ž÷õ: ¯¥‰ý–rƃÀÒ¬§=¿}úƒ2Û ®ìSókUßNpn‡xºúä§¼h¦uºÅI‰—N}Ð0Ðxð㛽òIzxs†:sX§fÖzôŠüëa@ú ´†êÇ”Iå|L†§ƒö.<š;—Y¸Q‹”ððM.vöažÕ&®Ä³æ]0><«’§xû+HÙZ% ±Qªpé›…?7:Ùár_n=ˆP‘Y³N"Ú':I€ÃC8¦K¸fw‘¯=p}Ö_¿a_e›ë ²#®Êô^*vYlL†UD_¨Àß“Uh-–*YfÛ¿ ª©ë€Ö‹â²ƒû7P­c‰c%óóq9UHÈíÛ;è ™ýªØW Kª=怆"Ā͟NÛ¦_ÎÆŠ -ü‡õG„Ü!CЦw¡Sd«¬¢GŸ‹£<þîW+PVÛ—°'Âzý±²É°ÅžÚHËÇx§ù~¸õ ÞÎ`À15²0Ú¶x؆b­éÐ…Ï¿ë"hÈPߨêëÊPÒ’å$š^r–˜¿p€N°tØzð …Û‹žj8ü‹\÷˜Aœ­>hÐøh?ïþû=u ôï¿‘`ip=¬¬®Þã_ñ'ËÔ3 ±šFvm}Z îNö\[³öÝìAÚrÁ ¯tuÌþz|9xÐAÛ_E?S"†¶S„JeÏÕ»äKWG¨»Âk#$©Gò,¦GÀ?•*ò|ðêåŽ?J~êý²_èÞ—C‹‘ƒù’èÚm}.D@`îæQ¸~-»R—"á£ßÏÆÌ3—h4_uPÙi¸*Õ{Uk‰^ß®ÖÚ':ïwƒx*áÉ~FQæÍÉלm6‰•™ _Ï” È×öp&ž’î›.ˆÂ(ôî¯òty¨ƒ6ÂAÖUM6Ÿž_®Ý;1\|Mí‹ëW:å@h6ëŽoÄÚü]YÏ‹„p~\ÍÍQYî^uµƒÝF|t`xŒç#Æë@߆tsò8Ë7ïì1Æ€)µèÀ8 -ŒÔc °nÔŸCݰéÜ[Óz° ¡åD®‡œÚ)^rddƒñÉúÛãÙs EuyL›äš ¶¿ù]EŒoŒŽODÝÃïUŠ¡»†RRÙßóiþ9™oÃ,“T<ÞÂ,“@Æ,"Ös&$:¥n€19óM¦Bù«‚/ ©­…û !&$Œ¾ì*Äš1×zà­… aš= £¡M†Ãö€aЬÊiÆ„&R³U)Ú3³Œÿ0ß#*ІžÇ*\ïÅéãpŒ6bºnÙ©þH¾l\xŸt¢ÙX‚B;&”“@ @%ÿkñ²ù v±#‘j½ÿ.2$²8ŠŒ»xÿƒœ#hÍjÑ1T§nÉRÊäCBëûß+ßà"‹j¦d5¿Ÿ­~òb¥#¯²í¨j.V[] }‡‹ïæ³ Í4*ìÇÜPk~›`²ºqÌÜ?HZ„H<’y’,è±QJŠDJЍŸ"{Ÿ©>*š±ƒ04s:Ä?üÀå P]NÅ’3©#üP±öNXp…BL¨@[/71,t¹ ©Ð• ‹/"¼£‡ŽÄäËq¹iþz¦_ŠMcº¾U7´¤cÌ왯ÄX«s=p‰A&³×ƒ™gÌt0ÚDÁkçÛ9ú%#ܦº•Y'°›™º­T -$ÂO°3q†©Œ-QÓå -"º…A"wÇXÐOvôÊŽ 5å¸Iqá6¨"ù¶¡”òÇ5.M\ÜS¹<|‚o$w¯_Q,n§ùl‡.S) -ñ(¹Nþ á4š ?܉Îê&u8üéRåýDœêq§®Ä8î}oóq²~Žg(‰•ì—Ó$ý4”ÜÈP&j—4$M‚m‘OØ$ø¶cªž' -Òa‘d‰: Ò*KÉ´ÚŒtaÕnÖƒFut9Ùìuv ß~# -:ìÎÃÌÝyŸUu™*<i(R':žR{9­ÀΠ^Ôôª ž°;Nk¡²ÙÐÀœç]»t×YT8˧Œšé«ß Õrî¤(Wúbþ*Š¢yÈQý¤ø)Ù‹Ç'rÊÒœ.`Ö\mO½3¯€WïªþG•èæŒœ |»A¿¡HëY0a±b›Ü>öM!Eª@Ú5ÿ&Òþ¤ö§û€çÂ’ (PØMÞüjPB¦–bÎ ã€*Ř›ÓÓt<ÄNŽ˜ÎÊiŠ:m«”*Ø>‡d³ 1R[Ñ®Ëp!¯`so.ëå ÿ’ Îðš-†¥eosð&}káósö²ãA´..ïõ œŒ·¢ýëœy>k2‡Ûä,}BÛ(ÏÒ–¦"jÊ‚Ê'&OÕ1¸„ª|Ѭ -D…À³¼~‚S36S‹Kzy‰Ü]$yö¤»RÜ3Sï€ËüpЦ_Õàêg¬áuäÇܨÐ#wÉŸÑä@3(ÛžBÎM÷A!iø $)NêuÒ‚«Nk!µ×Y¥Üõf#×5#9ºUÈ$‡@8Ñá\w‚sÏìÚiì‚÷·‹oóø•ú ¤¦PÀFpŸ‚ÎM8à_¶Í/{/ÖpÆÅËÐd.í4ë˜Ec²9®êIìÖØVÕ*Lje$ís<ãó(iz*Á~‡ë0Dì¨Ôš‘``U¼ÅA«ˆù É¿Cùöúd`løz–~½TÝ]$…ø—}šAL…ß•™[ë=üÍ„‹Æ“;Ä '¬¹ù­§' æ§á…s ëwÃÉ8,/ V"v¥»:ƒ´±fsúdÞHz‡Kis†½`ÜBg:9”ÓÏÈdêÕÒáìCRæ°›‡÷¸“ï‡Ì¦Ÿ…Ä:gÉkÒªžª¸t‰òg׆Ÿ¡¨g¡Zg¨Ñ ˆ1•~yýî$¡H* Úíñàú,x(Yh+=Õkð'Ô¶ºì@ÛœøÔð½œîw -gYx*íbW#y+]›ªÂvÉâ²"::Q„°ø4ã &£±ø<Ý¢"¦0‹»_‹ÿÀk§”[]®ƒ†ÛŽ7ÓËîŒtÃ!ã±Ñ…Ô¥QÉ­ Í 0B‡ã 'Ž´~—RòX(5°QÇ3VЮYL:3^‡|ééªX¢èô5pn2=?cÜ|Œó]ÐV¶ë¤áÀ—æÚ!˜º,}ŸîðÎ8ö™Šh¬Ítn$¯ÅlS~'‘ÐÛö1ÏÇÜèÞùùC‰ R„ØÐuÆ)ÔEËéð3ĺ%b ¶[šÇeKÀªd¿ÄA~¶ª­Îo4èâ¯"j{ -7­º/ÐKD”ëds“,¢Mt\µxÆ”TÁ‡îSo+ž¥Ê‘„ÕjVŒž1¼{µ¹UÇ>K} Ÿár/*ºQã>ŸàÓ œür¸k½^%Û2¼|*‰¸ ¢ë=° “cµ‰//i=kÁÝÑpnYa‹C "¼@™´Ø«hžoÌ#ò¤Î@×ü×îØq% ²¢+­>ƒPˆGp¤àÊ` -QH“¤-îãMÞ‡¼ -ilŽYÎ}å g“ØÔGUŸ[N~9Ã+ðM& ´Ç¥;­gI€!ÁÓg»ŸZx(È ÀC‘ ÛœqM¬·v×ú׳€ #.LXÒõâ}=Îhwꤖm+VágÉäùºHäp})Þ̃ÂkYÌzLŽÏ[|´Ep†Ã¨Ì{ËÙÇjFãæµÒA²^=š¥™.ÕYš'"?SiHÀý ±è:·àB¡oø®¨l÷—:_Ð €ÒÒâ sÌ8ã 6z„$4yÙà¼m‡‹¡Hl „Çßúäï ky#A°=mìúÀ -ÉJU‰ito€~‡/8’ž;oÿîãÒܽ³e©ÄÕæ×Ã;(V¸lOƒô»•¥»§Ç?š -3f‡SP b.¸.gýÅ| €¨võaß$Ó½=CɳÀ]Ù²jÀ„a<¢qsN>õ ã5«ótº°ø!*³¸!1²µ -,æ™ê„PÃÕ¤h}•µ‹=žqT€h ¨0Ǜ뜳UÆ&dímêujFßhϹž±î½î«®gõæ¨ÏE;ÝlJ·¢=(ÚÄxeÞ²¯`ߟO)S† ˆ7Ð}Õêåæƒ”_¿dY™Í¤èz¡ZÅC:&޳ÃZÔUâBGð„‚ùEt Wòà“…z²|Ã~õe[øt—&+’üòXu;ü|)+7ç·1ßM}73Ëvö2ƒ²Ä;v‚ò6=×K÷”6ÎàN^½ž1 $•^xƒ(ìlê -z>ÁsõÍsee.–«&ÐÁ (â>]¿á°ˆÕÎ Üè3Ê Ùù©ÖƒÂÅaí"päJXt yo‹ÐÀc©¬g¾¤ ,. µ„lCTÉîFèlw±P†’–=þ.6æψÆî¹Op¶¹½é?TŽˆw,¨@¢ú‰ÎÖžˆûï¥r„XhXØp -Òq.Bª^Å£1EQÓ‚ÿ”3„ñVþÆÎjpÙs–lÕ ¥«토¨4Öˆ-ñ[*ªêœ¼Íè³ Q×ûT)@&©BúYÞAÊΟ®5Î -åO^… -7xìèmÛûZ¿+þæÈ(Ú;&•ªm8z-7¯“BöVzïá'ï3yŸˆdªÄZ¡M°N9Ü{ÝgÁ§TjÎî=PgÇUJ ñ/[¯à¬Ñ‚PÍtiǺ0¥Ú…z$Áx\ëV–ØÀ*R„7Á2€šZ”è)Ó”x©½PÿtPbv³t/Œ´Qæó¢m’æï Tiöp²ŒÆ£(l+ »>ü,’‰ú9@j~®8NUrºÚþ»Ê‡IùQÔ½EØv¦ÛñÒY`ëh’×ZFg´Hètú†eÉ`åuļ2é²ýÙ‹^o”¡f…¬0fðª2#³™B´0ã ¨tp‚|»Ó4öÅÎQ7Íq&i¢$³À(œAÁƒmX®ïž¡ŠKÏ,pgt Ž1(í;ÜÅçx¨HqÏôø€åš©‹½9Ì‚þ³¨Õ”öù~VÎoÚ¡ 2bÝ^î>ä¾ÇM/jy8d Ðe^w{•I¹™®'2ï{ÃÚÔä.íl;X3Dâå¥ìˆ<–ðÇ=NÎþ)èñ%“§ˆÌûÇVCѰ[²½Š§ ÇUUa3QЂ]ÓÜŠAÉÒ:§œ5夽ò‚nZV‚€ ÐKÍPÝÍv:ݯ)¥X ¥«õŽJ¬ îµj¯ŒÝ—@“]´)AÐütPs¨‚šË²9Rÿšezg;ÿpÉèü/Zò¸r†Ò((­ÍgfÉÞ‚Ò zŸYTÒÄ -j,t.Ñì›®˜ 3ª›«6é"ÃìÂq'ÒœdUž3Йé~™GGk:”N°¯WŠ“X!oaéý4Pž˜a êu;µ±}GUÕ÷d/ð.¿S6ú {2¾C]ÁÓcO ©ƒö™NCž«E¾“°ýæ­¯'D•VÆ„¯ä9W0 tæü‚í:¯baAo¯:ØEŸVE ¼Ãµ¼€…Híß?0Þ$ÐÔriê#×ÉœgÍ£Q1ͳìýuÆÁhüq–_z¾vØY³Kv@\zè™&ê(©×ýøšü•ì§ßñY¦–‚>¨Dµƒ„SÿÉÿÎ0cjRÌÚAQÌâž1 ‘þ¨ÉÓàGâÍq´— ØŽ¢ —† +ÝÞiõ,*¦¾¸;Qay$Ôf—B/þ)\¥E[qk« —Ù†g~_eÄ™ÖåÌ@ÿU’ù*â˜Q®+¦LÅG`C -ðRö•½«¤hì‡Ï9Ȭ;Ôçƒx°Ûƒ£óåp -c‰S S¶n¡‡ ’µQSxK„eÄ -`%¡¤vt¥wünãi¡ðËëö"@c³‡§ò^jŸ˜EÕ -ìøÈ!¶\OÉnQ1=zßNò´ž–ÆÁŽŒ…O“j;«ê‹°@¯É-ÂÔY†îžÐ:èbÈÃGgßI4$ÂgÌà>2£_ê¦ìsÈyQÉxzÜ0«S˜O>„iJжí»eÇ}ºH:;u­ŽÈm¨t+ãþýê¹à'm¯dÃQDÞA&×·¢tz$<¨N@{®zÉ¥ÙkйÙ<÷’Æ¥O·9Ä!…¢÷’¯l·~mƒÓQa?œG.íÞÒx¬·5 ­pKò›Þ«+äÍôê¹H­ÅYtÞîNµb¿ŸoJŤ*Ô¢—ÛpD¤5a7ðqAдzò8ëw”‹.k—„˜wM­Û¹9.Ï^›¨ý!u›Î Ä•;H¾½¦jöÜ5Ù™G¹“í]ΤÚ9Êíì­Ì³H噵èíÁŽ]ÚkWÝã#óÔ‘~uÛ;Ì0ÂŃl -š$Ÿ/Ùd÷LIÚ~¹oy" ybõ(I˜„¢dü¢ÔÎùyŸ#dŒ_ -vÿÒž/ éZš¥2õ¾éîï]½çoÍ.Ï´“U5[íØJù4÷ݩݮ†Ò8Üûõ;…Žd{9жî«‚âSK@>NÆaÏ(ê( öêD[bm?V~LXR˜ š‡VŠ8ÀR-†Ir,pd邃¢‡ƒŠž%m` Î¨DñçÂ¤Ë ¬Tf-Ji½ÍkmÛ”bó#À¤©fÀÊØqÚ„2 •˜FõDa¨‹ý'á±Qþð—-„I%ÌÖo(:‚²,VO_oÏ"fîìÄ{§¢D³Ò,¼Ã.tU~/e®#o>…’}Ç“_û»:sgeÐÃ@'„ŽË$):ÁËGÇÀ2ÊÞ-èõóóÇ*ë…ò,’+¯ØHA¶öÚsÀg%²0Ð!ûÐû²¥p†æ§°>¢ÁÞÄàÏ%ü¨wM¬§©Š<‡ëDðAâãîæHˆ¤Pâ²ð¥ µš¢~ _ê5º×Ûœâ¡ÙƒtToÁ§€­9~µX€;2tøåŒ}UY„+qLƒ=¡³˜_˜kµ°éÐß(¤™¥Z›¸qëÀ†!ne‰÷7ãß3SÐì‰5ã™ú:FMÚ Šd/ l2ÕSM:RØ;+O òu„ŒðþAȹ’’—`Å(¤ƒ<÷b)) аT„zŽàÔÞB©„@Eh´HÙ›¹ýx ƒBܼ9_‚¨—¬8µié®ùøåvľ߬Bî-d'Ä< 5hdÕ:”Ræçyd74u÷ ÝØ žÀ#”×YËgQz¿I ¼ÉøAðO­ìFöÅ\ÙÞpù<¥ò ³QY ! ò*Jpn¼BŸpX^ý,( ˆÿ°CÍæÎ¼ßþeiVM€OX†ˆ®IÀG .ÅÏs‚2ÎRª©¿ÆøEÁ7¶'£E“‡Ÿ³¹}ßH¤Ô‹³g‰!îÆÆ¬ùˆ¸@Æá!ªŠggo…Ó/¯ ‰v÷<í…°&•œæmtɃûu7·`ˆ|ÂbD‰ -·,ñ¢¿^©|%Ð7ÞoWb+G·—Iæ< -½¿q¾, ,ñì{!‘ÝPo—>üì3$ø}ÓŠÍgãÐ9A|³~Pk+ê5 ) Èä° žz†FíRäÃÑӬĚäx×éìÁ+»¢Ø÷•¢DÉs×Y³Lk²Í©Ðt€u`GªùrŠïìÑØ^¸ŒU)>¼L€¿÷4yï{p‚FƒˆË^24*WÊpq ‹ž½úP¯¡ØÓˆÂ4f¤ÈCwÚ©:<;V 3Mè¼³‡vbUQúÙÒáb"CIÁ.„ù¿znÜ ¤ G˜cé*?WÊŠ¾‚DHq¸%k‰AE¿‰1¢:€b–{@¨úÔaèDy¸Õ|—T­‘5ôåä·‚`€"±ìô+/UnÅAÎGÄkÄC°\ñšpê1Ùõ-B2² x X*Pì«€¨Q”UÄSUáPh²„6µ„YáG ÑâÙ/|BeHÅëŠhá\ˆ‰ N Eø‹7Ìj(ˆ -ï£Cý¨Oº£ôÉØh?ƒ(Ö%›šªÛt‚=ÀÄ&€ç¡Z4Ë©Rèx2hi¼×âiù7-ºôTIÅ"h þMô‡óliÀ(ì †Qe¨aÐç"ÊüGÝÑ&1!´ ÷&&éÚÙ/!}HÇÅÊG¬„2Øá K‰[&idÓx³HƒíHåœr ršá J•G`÷|§}‹a íG‚} Åþ©å=ÝZz·I -ý^ƒÒŠ¥“õ‘…Gʈv‡ü¿9¢–˼â04ÚåM¯ù‚ûö Ð !{l¢Ës -Û¸g§z€YYUÑ«4d×[mj -<ÌãĈt*='Û)üåòSžY\iÌÔ£ÀCgºõľ¯;%F%4Xå.tEÒÁ‹~ì9¶HN‰ž ª¸~Nx- ¶ì^;ùD"ÇÓ£yXDQ$Ší €h¥„YBÄõ§›L-ßY -'s%çNRŽ‹ä "ãvÚ‡™Â ZâQ3eiÍ%T£ª#Õ‹•Ì„Y+jë÷†jäο()¶v‚Ð5käN°­níåb?Œ¯gá¶ä¬z3Îß5›á>Ït»òœAÞ ¶eµãw¿æN¥CQš*“ö»~ŽÿˆZ+Pc†îHú!ãE2ð×ôâDtæ™ÑæP!!ÛÝÌ0wDhß$ë´™J4İ“’ÒtF‡…êˆñ6£ž/µ‹¶¢û>öŽˆNüO'zmtÖö#+.R]Yz/èÊ*86º~ AJìý­½ýËzBÈDP4°Î)ætÏ@ ë¹¼ƒÇW‘Y‹%³-*íñ8’X)ÍÌÈËȵ7BwC£·30çë°u -Ð…*öbÇ·9¾Ü87áï#š-*Œ°´ó™a¥r?ƒw õ0ŽAÊP爺C©*í†öÿvrRÓ1ûýú’Ìf™òçký]×;Áfpí$¨]u^I—ÖÑK—bãnÌ4|Ï÷·Nô#”q¿H¬PFëa¯"žÆHí½æ‡|b0V(B££M ­³F‘Èú°DrÄÕæ‹E©ÎÕùœõ\Æ™‚…U©ÆN £ z؉¿ªíhËÑ\$«€®|ó®ùØN¢Ç¾kϼš =ºZSA¢blÐ{9EÔg׎i´‘¢æ! -<û†Ó‘ºìcâ|/Hb+b#_ȉj4ËÇêQF–†däã©}()õ2Á%’yËànчeHh, ¯™þÕFÃ#ETø$a±`‰ws®@ž´«b¸P•©!AÓcúì¥ÇÂŽ¼¢”x’ýƒöñR¨2*Á9’¶âÅ4ÛŸUM¿˜C’©˜Gq–wfÏÚAnΕNÊ 7Ç ŸDâu±Ì_²cÞgôHsê•TLëàš3*O#&ƒN4"Wh™Á)ÐÃÊ -‰üjòƒ3âË"œah°gHŽÍ6C¥m21}þö¬«{CE™žKù¾dë9R``–Å8 Tsç·uò½±D¥MŸ‘ÜPÏTiIhw6 …=Ap”%d^~»(—ùÆ©rû9,$]v°…sÄV:QÒ–~®@a7ÓßÇ!Ù•Þ rô×½p`ðkÏ-’uï÷8ôžï]B·v‡rvýpVS÷Ò4 f†Þd<’É÷EŒºó’ÑÂN5êÚ¶ •!Hµ÷ÚlbN?Jˆøßæ=uãdƒPòÂÌHÍ&ÄÓÕy^,zlŠ…,!kçiªGyt¿ªÏs@§WÉåæªÙzƒ§ÐÇ»D§=Çá”ÓÙx;ðœâ)º·”¼Ø5ËÕøœüÊäÒ¸„—C¬ÄÑg*ø”«Þ]Gd4D0C\½Z–^e/P´d¹» -üð%cþ#m endstream endobj 84 0 obj <>stream -_gí²Z˜aÅxnœb0lØP¥°uó’­ò™õ—œ26€\«y¨‚ÇS5]‚p÷eæ”K”¸§Ú6[Úé ZÁ²ÏÀ* 7½“aOþâú-üª‘<Ü7{ÚµüQ¹·’Ýÿ•´Ñ%Þ®‚Öh§­Æ¥Á:›*ÜE¥Þ:ñ!¡ú´@ÝêLLíXìEæø@ß=T±Øì5ì5£¼Mh.Kï)€ÃxÀ» àÕÍÀsIÀRæ6=.£?xÍþã=uÇí»±)uöâñÿDå̇ÙNªéi›bgÚ^ø¹§;e š3–Â*ŽUj£fgúiä›Å–Võ={.õ›Áª ¿k%xQ˜ €›tu:¶ˆd¸ü÷Wh&+™Q³M RffQJ)­jñÌÔ>!êiê•"+ W8¿€^±_ýC#G=è¡évº——ˆò·o1e·"R÷;ØÇFï Òy<çÕfÉ[å«ÈàÍË)¿;;àAèñ[Óš¯’H6ÿH·¿3ùø>PõÞ $íP›VèUÒÞw3è!Ìú?iÁôÒ‚±Ôz8»þCšÒ9)M{é(Ã…ûê ÃoFèW·[ξ©«ß§ÑÓþüúUBó¬¯úú*¡ÿ%tý›hë}w´ýî;}­[÷ükJÅ«ôùÝsÏ Z«f0°gû=-fú(èÑê7uõúß» üƒÿK²íÝGÿ£öÖƒïQÿ«„~U[Çú¦®~ó­Sfdë_ûæ³ÿè AU~ g=0ž9IšepƒÇ¢¾ˆì~·~&÷Ã=înwþBÿ䯮Ñ¿ÕVºŽ?+÷Úœ—V¿ù«ÿ_üÊ´¿zr@gp³zêM‰o-«u¬e6‚ó ò>Ãõ«ƒÓåçg8ü*¡$ú«„ÞùÓ½—õ‰p[w­ñ­f[Úu‡{Öuœ&™ î)¼i óù/Ø:^:á(=›…¨|º -ò„oMù˜Ž/Ó,¦/G·ùñÿ_HÓcʤ©ëâ™…ƒNûÖqöÝÿjö‡¯ -N~x7ç]‹ªðº—5*ÝaòµéàÍ‹ú¡ºçË€ÂÏfž§ÏH4fO÷¡yÁ+#³Aôµ£[;Ìå6?ôÏàj¿@ÈÛ¾0]–wü»ŠgÐùíº?Ÿ|ÕÑÜl²­-&Ê/6;n8þEúâ -ýôÕŒ‘4ÕàjVe»ÌÐ’õU¿‰ËÖóÃnƒ{ÜP—×ñ£³9›`z„Õ­²!hB1o!ÚxϸËNâþð­E9…°×äìÄR@ÁÖÊ­šu‘à¶eÖ9ܼO”9mDz‘©m¸(›èŸÙá¥÷?|G[ !£f+AIôý*ÿ6ø_¼€- \ áÆ×1¿=-ÜþšÄNX’_ÜêËJã„ÇÙ´„‚{ù:tFr]Õ;Å™}|¡ “ŵeú•ƒùÈÕ¯&ÁÕÓÈxÉœÑè’Tå†>O`=ohs_‚V¤QSÙÊB­…ÇDò‚–²Ï•¥Å!â/ƧbM_…Ñ/^ 02Ïé”ö›/l°Wõä¤PÞ“QJ´BÝtÁ€Ìµ -¢Èl³XûäÏd }1†I‚ŒoôR,Òç=z£ççÌIBÌM+.'oU(yµ²«¹¾jOêû7¡L:UNi]õëhŒá'q‘-êZ—s®/͘XþB’ˆ§)üá!R'õ4'JÊ®ýa¥UPu‡K ÝôÂËxÛ œ™ y{ÊͶê©eŸg m>•ïØ7èTµè³œªÉÙ«Õ¶OdÃÙ)û»sRÚ„Ÿ^;`Ü¥/Eù–+4dŒk¢Ò³È$Rðñ]ƒ<‘Vä£0?—*c$´¡uy=ŠÒ(Úw›ÿ-~qëÌdå8ôJêæ>`ÇI±©ñQkÑóéqÛõs«iÑçæ{Ú1½†™ö‡¸‘£«œÆóáx²Q†¢"g|Vr¡|]ÛÜ÷Ò“IÏ?DƹlEªA‘ÞU!Ä$X`žq”õyiT²šS^xÚ¾êR…á–Éá„a#Ä/„?\%];To ¶vg”WbSXtKÉàÊ"ª%âŽvJiªñðÃ"Úݲ1ຈ6ÂýÉN JÇ/kò½¹žJÎ\òDß!"xEÑÃh9#®£Ò{ðæW¾Uâk¹ys8æNİY‚Gœ**ÖÄžw—‹”Fs[w0ævÙŽ2¼¥ìÇ›ð‡óË·Œ}s «y Ÿ,°&ΟÈlà3óæÈœV±ànÌÁC^KàCS­«!¥ÀÃo\)OíãXê#]X´_ö(®m|~]œ-†;P^ ›ìäÈ©±õà:£mŽ56ÏsoVQÆ>ÊÜ …}@Ùõ¨ï§ñ»ï¿\´ï¿>ƒ(}!ü"‹,¾ÅDfÖöâÜŒÔï¶5çTnÎz|c‰ÏÚžT5=åt׋©üVeÆ®)ºÄ£òÃ/¤Þq! -‹gKUj‘1Üyô”ÓpÈgÍÎ9bîÒaó1øþv¸ðÝÿ˜r?@Çp?7[öiö*½x0 z#¨òè•—NoT¸ wñ‹ÑNв7òÙŒ“{M] '}Åã\Ñ ‰lNFºJÝ`’ÍCÝVÚåLQå16kv$ïv§D¨bò#ªÈÃ=gil—LæÑÙz7âçý`Õ_Ñ‹r 9NL{qâz•ê®I­³T½5–ÈÝéý}7z Ñ/d ´ÈÖbHÅ2Å/R‘þÇ21›­_æÁZn¹²âê@öÙ×lè(%eã[­©—nÞcÒÉŸ/c¼vÏKïÓ§)²Í5>Z1\Ö“‡ä4âºÂPafÎMШãБXó{ ûI¨M︣êÖåF*i$[.W'ôÊ'àmMÀ¯cßÁÑS÷ˆ£çvGW·Ê°ðÅè þ?Ð~§ëÎj…Vt8ô¹ÛŒ½8™fÇÏ–¶z¬ÙVwMë9¾“ÎAò_ê[d·‹êh]Qº|“‡{œ1ÝpÌó6”ýòS§—¤h÷„]Á#• $Ιµ>Ñ¥¦gÜ -Öo“[ìÙ0Q,sK‡©-ôÝmìPïVPoçQ¨·xÔ[<†_p¿ØiáÐI†oÇþGû‚žânºž0½š‡9ÇÝh¢iÖKî!âAˆÃòm$ˆßj-Δò“&sfÐO»#:FJO\‰&yHÓ)aX‹9Žw¤sÌé£ÐË }?áê;SíÊ,š«8nÉìZ–+èeátºr_°”ì™_l1鯢hOé|1ü¨n£º‘ígýÌÑ1F•«{ÎIù©xÕ—»ÓP¯_=?ªÌkzEƒ›Eÿ@t·‡½z¶L§¯(œZXz\ôsq³/­/vhnÿ¹# gT@8jÝBŠÒïÆóå¤;b‡qwÄ1¼Ö#–ªüMeûÃÚºYOŽŽ?{ÐÝò’=§;ííubSÒH_¹wrüÔ«%±¤„wî†öÖÌ»ŸE' 7úËê¤I 1‰õ Ô'ußâ.ažõÑP¦ÛÈ]Hñ‘® nâ —®@MÁnåóiÀ›9OÂ2óÃÂ,‚ë¯ Ø™tÝNkQ¤Û'üÚûC²<”ü…™ðN0s3w;Q¬Â>4«hKzÍ«õÇnÑjf«Ø®xx±Ô„Øôy7ÙÓ5æúê5G`‰êÈP‡¸—¶8Nq"åÀæY:w¹» -Ž:¼Ž<¦rÜøPûÎa½|uT¹Vît mŸcpÔ6FQÐ6èéëjݦùvË.~‡¾X’UÞóùJÎuŽdàL‰VÅ29•TT-Ì äîux˜¾L¾4:Pš†Ä£Þ8ÄDøà=c\Âò-*»$¾5±îú˜£aÅ<;Ú$–Ú—óÑh›fÙk£(¿nÝ«[kê4ó-‚r:Íô -1M×JfÍ^S»5>Pk]kô·Eô‹ß#,‚‡ù ð's ®¹“—ÀöZ=Ǩ\HUy>¬˜Ø:Ì=¶i¾_Í NÄãEèÐFB¤Úëï»òÜx“å4ßÑ×fµmíµNëY2É)ºlÓÛ­å&=ÉYM°ÝÏÎÒ˜g!@BÞi=Ú³ÕúpòìÕ’ËD¯ rïX«<÷¥êftªÒgßþCèŸK?n:KWÙˆñ +" ê®֞•Ô1h®Ù‘Z!atwÐÔS îŠ÷U·I–›«Ìšý¤µlæéØ`·Óg=nFùzYÛ×jâõÕ­Õl˜®ŽSN¨6Ý…Q9ÒåE¥ò§òßeÄÃá’}[ Å”°’>¤³ø¥„·½zÑéÓÕ?Ìs"´ö¤xµvtËÙØ>š‹j -¸J -®&bƒ¸”|vúkÌ-ø ¾¡å×{Ý~äc¯ÁÅ‘^m­nã2úÚZ¥YÌj¬Dæ°mÑã†×"] ÁÂ\8T -L­@ÃÖÏ'º¥ä+·‡ŸÛ(ƒC®~ÚçÁI@ÁV”ÓÀÖ켕ƒ€ÊÒ)þÁíû_Qy†Cáþ2yo±T‘HžÊ… "óæhßcŠE¾™¹³­<u7XÇÃusî›~­!ÏÌÒS eh©®Yðpîñ€1íM„ \æ’ â5Ã% <ÕÊp|5ØÑP!Ÿýžv_‚ô:‚6ÇÒ¨î -A û|ÿ/ÂÞtIU`ëÚ½‚ºˆTÁ^”^PAD¥Qì;ÅÔû?h­µ×~w|çσQe…) ™9G FCå/¾¢²Mà•p¼,'¥Ú(ÌeNŽ áL˜ÂWTnœí DÏó®\úarWÎ(vW:nÉY~vÇð²9SÒCnÓ¤ˆµ©E@Îîc@îù Ãc(À‚» - ŠÍ& ð§ -(ÂÝŠì$¿ J$ *þPðü¨¬•O¾ ùÊR Êõ/´®=~Eeïèn‡Y÷S9m¹¦_áõä’}ÕX5:—¥t¸Íßcàf3]ÊLŸ9ùÐÚR”r—µ†?®N*BU@W& ùâГih/€zúÌ€:çŒ@}ÐÚ€º\ "Ô‡[ Ô•áÔG\Ô…4›á¾0¾xÓ÷¯’§XTf)3ã꼚u¡%39–a¥{ð„U¶æ˜Z\>äå ÿHV›ð걚§Gõ”ýGOè@Ï ¯¾ê…×ì¿õÛsR@0µn -0£, -?>ê(2›¶3¸ViV;ªJ€íÝW€ì°}IÐþø•ÇÂp7Èu˜i7Z† -'ºó;2MJf½R{¹Lùà¿ù¨ÿöá|%»ýÒ¨7H€C.¨÷k‹ÿ·žüO¼=‚?ª­ñÈöê’Ÿ-ÈdÐ *ŸôÝs¤U Šûì4– ¤ zò»WÚ"üâ¯P»o%Ø|Æ ÇM¤÷ÑÂôú±ZZ%4÷IFP>Éç?ŽÐ¸-H¶Á÷IþÙ¯jëÀôWëƒe?f7“kôÖÏ(=X¦¼°Ê2÷ vQî½[sžàüOÐÀmOσø+Ó:Ì_mÑ¥?¦à¯:ÚÔ¿JhòÙ-壄>?žÐv!v2³«½»O>jíA?JK…ácY®j 8óÁŸ„éVÔå}Ssv÷¼îx·’iþÇ¿Z-…AkÙü¨£BM°[†èÊßþ¿‚~ÓþÈ´C2ðQBUü£ˆäåÞG ½|tðö>f—Ö-J÷Çï\çîÄG>¹ -ê¸íñsoÅ?V9®‰WÄ¡†aÐhj!:oN.Ôžžï½þê¯õ¬Ïý÷èÁù.ÆüÖÕ°üôX2M¬ÿA²Nþ>Í#I‡6Ê…Ò§µAÒø&ýÑÁ×FäÂǤs|ysÃIp•ö#½p [ËìÅH{¥ó½ãUÏföNq?¤§7ü··¿êhÐ=ñ×@ô6Ô}äõbÄ>îüæXš¯oçËd³f÷ðêíÕ«¿Gav½ˆãdµ´+“ýNP/}®ÔOï—>½Ï.ØÁm_s”’Æ…Xpn õÿÔ=¿åsái‰v¢ltÞ^ïÑÍżU8 K¼¼W³xmö)rgûÍí]Öz[:ت›XÖöæÞ~ õÛ,çÖ­'‡®ÓÓ!½Z6;Ôª“ª“ÿ?i·ÇA§?³?y‰Ÿð›ŒBÈÞ{§2s¾·‹uÿ-¾ø¾H^ïéÇ’ã[dîž®E×»õÎÈïöÛ»´;méÓî²qjëÛú­¯ãµK©uÚ ³+þ™¬?àB,…4Ï-ö…²rÔjî‰Ó뼚)f]Õb*.ÆÔÊ3ãR,ÏH=Uú⯞üœ„HüE2nÞYü±ººÕ{ÁÈV/ºÎø`™=Š‘YÝÉPµ#s&¿‰ï†¸YG]sSÏZuŽž»ÊÊ÷õRˆß‡Å¡‹A¹ÍO"Y[ÎZ€ÜóÆ(¹šà³ë-ßžQ¼¬N£lnë¼úÓ—ÓJW›¯B5 -¢ªµVýÿBüÒGõøuY3MµE]&Ï1ÌÖ«ØoÁ)‹ä“yÿ0ŒàçöqÊ6)±N­zÕ¿,¥:ÒA$m>rLÛ Ë…KŒ÷ÛÙ$Úgô:¾L||Ÿ²×*p\ -ƒ´Ý(ÛËžIÚðÞk[›1«Yùh·1%¡™|—Ép0)MªÉrlø3l¬ŽttŒ¡bí‹øõ:²q:„¸ËC’Ð*ž+Þ@Š ƒz<^÷ºû>mÞDø\ ÅGq1Ôé^‘ 7³@VœN+u -lÒúî]wí•ÔÙØÙSç`m-ãl^ÆÍ<Ì–/³’Þf&§S¦<©ÕÊøXÓ9nŒÅ[ÈB¼Ö‘ÎpHY›®XBkvQB¯4öí;YÃ\5¦ƒ…bPž?°½™{¶­Æå¹^íö§å (Üçxcœ›1# wåqËî¾Æ‚%¦ÇCS®Z㉯M šÚ.Ç—Åy7&à³gÜ6Ï‹AÁC޵ô¤³•×^‚~rúšZ:U–UžÎFëiþ>ʧŒ¢"ò¥”à%9Ìš‡ïŒH.&c²ž: š›yeeð4¨aM®7·B¦3 Ú@’欈ÓÙÙ›púóUfÙ‡rÙ°ÚÕ/B®Ô‰{[oší«çZw —[Ó]u ÙñçWæ5—Ç~ ^3túê.ajàО´]Êj÷WTNfbÚÙyEkØÆã¤¿÷z:¿ÔÞ*м4 òåVGtþZ_Ö¸%¦ô~¯ ))©÷»gJííŠø¸W”©iw0«nEU¼Žrµnü…úh¢p iß]¶MÍ2gÃÇlË Á¾Öz%E÷Ôäçv ©5ØlâaÒû¿¹ÍÆ…rú­ ljùÖß·ÔA2­ƒâé£X§ x@ "º ïó:ÃùjªÝ=ÎgÝŽoËb§ö©¼Îé&Odóö¤{ÜsÑ. -9["’Þo½Nb©Õª­éæÂ(JM¾<Ÿ7Ö£NÜX«$D5¡Àø‚üâ+Òïc ¬‚$,¨Ö¸5k|Úx^eB±ÐV•è8*3¥íë”®=ùVMK .ö;Ì ÖÛ!ª‹Ì',²4×¾—Ó=.®ÞeŽí‡zkvŒ“Ù¦ -¯›‹34a\޽É&ßÈ×K$+Nåã¥S#/OÆËÌ+Œèˆ9Fòâ ¿xˆF{CäÕéÀ s»4mO×ãcù˸6¶ÑyFÝÚ7o¨áÞr`5‚³ÖÞ«¿âæY¡ 7+Ýáæ†óWhÄ´ëdºÙz'7WrÆÒ ©ß„†Ò@Çd÷íá’-­#ãõîw9T¡z00±:êÇ<ª‹6ðî•6ˆZ)Á”¢CqN~@|qBÚ/m—ÑKÃå…jôÝ™i}þ+º‹ŽŒVï¨1s§Ðhú'™â WJU¤cõ6B‘égºŠY)ò×úֶXžâ€³ÍUÑä¦ÞgËäSf†6×Uý1­cduG+)¤Éî)ù©Gž¬Ræ~Ã‘Ï -aN;'¸äIgKáä3Û%’ÅGÿâŽ|m³]¼‡KùN²yÞšdJϬˆÁùŸÞ? h…ñuwÉà½|KÁs‡ÊÛQë ÖRH‚\ +önÕ/ö`5ÑW#!ÍÙwCž -ÓUßÒ0(ù”ñTDêZ¿’©ÈfTyˆY,Øw ±ÚŽCm8wÞ¿´:½î«)H|Žõvé2£Ò.V'®:å  Iº¥sXV2÷ÏÞó23¼wWxÞ “…Ãå L|y$VrÅêµ™*û>@¡R©Bj~øª|±íîdci€»ær§8ƒæ)¹¡1J§D¾©" ¼*# ïÏÛN«[ÞÍš…Ëíø5dîÆV_éTý:Ùçh Sªá“8™12 ‘^ÛxA;÷1éøaå!f£§º¹E‡Ï÷­Î­ºi¼v&u¡¦FÉø}E¯ª1¯«$•+UÉJ*™÷¿‡õÑãÇ‹:è³.)i¶ßÊŒ&ѵ-pIn‚dø´Ú—loÄ—.íVÊZ°¾HŒüL/ë\>Ñ6­?¨YCM“í¨ž'rF¦‚Í'U´¯UnNíRÏÊ5íÉMjøÔ]Vo-8¨NÒò»J-ß1:Xïîa¤ç£ò‚¨\ej× -•&šÊ±BÏôdÖ÷É´hI†¦Ëú„½Ž] v¤½a]ê P±sWó×Ö†ž®£D©´,`×]B&<áûîûŽ Kg€ªÙm¶fçådÝâU:878§È©{t§•÷>TZgþQIk÷䌕—%±Q†•šU†™kXZ‡8Têq9øƒì «ÈÚ³5ú¶yµ±Í»×0ÇÜ|««§ú¬/?¥Ó—B¿ÈOòhœ°ñ–žVi ¤¯Rí:±´¨FÆIc53{ä¹(_&œŒ4s¡ U2óv±Ü…h9»Þ6JýüC(u½x¸Ëb9HŸ 'Aʪó;‘×à™šWÏ]/õ·¯Ü5µ¹ðfÿâãN_ˆît_H†ÕzÏÍúÝœ9h;áM]”V—l½‡w'EnåcæVQö予:è¥ $µ¿tJbK—ŠÇåqRD²Ñ¼0¡]-1—üÅSžy¢:ƒ ÜíUs4Qa²ö°Ùƒ_ç©·°†ÃÎ=³î¯ -™Ü²ÑÎtì<³Î\.™U”züÃlë+g8ç×Ö¸‡¬ÇóçÐU}®­Ë3á³á'½Mf1þuo›²Äô;ß?ârŸUâU-çO!o¨Aæ¤2 ekånFÐJ¦@VZ27«t¹þ>¥†34ç´¬³DÆ í;`hs°üóý l)€Þ wzPO¬£/þ‰Ê&;]ä«3…îGª¸¯™.½.â\~îå³/E¤Ð­QRº»•¬:× -g}'f§ã ©_2Åê–¸Zû`Üø pV‚Íà³Ò%‘¸ WØÉ[æÔ8ÁõðÉ8 ðax¼Žò á(Ó”ÿY“öÑ7ÖOo32ÊS{ÐÁzÞ¡^›íl]¯±W’„¨ÎûzÃpx¶GÚºé•h ç˜§.ev{³B›§: &S‹s™,ÐïË 3¥ ˓ߒ¬¤ )¤Œ·œÇ€ • È^š$ë'ƒmo€,6 ,ô [רë$-ñž8Øçá`hü+*gÜ -ÝÐz^‰nO¦©dL¾´˜K5廂¦9'SÑ¡|€J)Œ‘:DåÐäË•sú€bâ F² ¨Mê¨xütµ†ºsnz嚀öÅÐQô9•¬a’ÃÁôż:’wî÷Ì“·í_ôrq¿:/ÅéŸlTù••›Œ×S;,¬Ç³Ú:ì‚Ò°¾ÜäœýÔ -‹®÷¯”üWO¦!Z4Õ3þ(¸Gðó-µõx€úË*­³€Qó`6Ñ0ç ˜×œl^µ[ Î <°E¢ö…Q`ˆ“b•Ÿ‹H*vã.³•į¨\“a@®c¸êžÛQéı~nê`ëÌà^´Ád<ÿJÉ¿ ùâŸ~;m®þH·_ßí72áTøh°¿qs¡)´øk -DÒÓ r\ý³ñØoôîg¯4:z~ÇåG`üZ-ʸ¤>±«¥®|âÿ$#Œƒ8æÀûûü~»ðÙÖ ÿ›ð5ÚåOP¬ö7 þ$°¦—‘›ÿÉàýtð7UÊÜ{¡Wý ÈOŠÎmOkÇ1?ÐoÚÀߟ~ññª~Ú(a©±úyõÁû#/÷¤ÑÇÚ?~â>ÙØÉ(ÕèÝ“‘›[5¢´¸åËÒIxðÞuðñôV¯£{ïü4n{üaÞJ“ÇôêÕ³«+2- Ʌ¡šš§BtIâ—°ˆb‡Zÿ.p¦=tþŸv}ÚúG%‹_·í·¡ÁÇhË -Ÿ¬‰Iôæ£eÔÚÖüDz؎¾çU9¯:r+gøUŽft°6¢î¤u12úÇ¿ª g3gÎôn§}ý«{‚–?ïÖ¨“ߺ¬Á)™?1oÃŒ»^ïõо8î[«Ñ^~vR¿Hš„•ÿŠ ™O3¹ºÿô~©¥{oéžWýVÒãÙU~”>žÞÑ .F¹Ÿïôu¦·d&`åì×Áê§ÕlùÄ_³µ<.^/*×{¶Ü<–\¬{fꃲ2Í=ºó6;£ÌÆ;ât¯nÍd»¥C‚ûâú÷ú‹ÿ¨µŸ6f2Ÿvç>×*½Û}•ou ãöùÞ^É“Ÿ¾[^MOËÚjåmˆùþ(>ï0Luƒ}À·Ã½ -vüÜ…Bÿµ#½Ôö>e·´¯—6:©­ßÆ‚^·~µd‹Ê -v­ÕrÓ&ã¥M ËüúŒ.ö½mm!å§ÕEi¯!_ıP€ÿ¶0“ú|{¿S¼ç‡Ýì™^±°ï–häk}ãw@æ°° »±¼½‹w-)«ƒÉ†=‡Óµ‹óuëoVKú¾_ÁNè-7÷e™_¤ .€¹'`¹9ràª?«Vœ†‹Èhf`öjFÜr×é}§œØARŽ“ŒþÿDZTø 76jþvHcQ *Çó½µðN|Ÿ%+ˆ÷èrmÍâ´¼~«JR¿¬–T—^nØvs™wûÝ…”é‹s¯ÛΑ]_sQ™¸¨§83£ªÌgÄsµ›šýsàÄÇçÃq̤"Ù)j»»rÇδ<Çê<øÀÜ*{`ökK`.“d„™tùõEüä7¥xê•j¡^í¦‚W´}Èô}Oˆ÷ ?·ÎŽ¦ÛµkÃU–Û%uïkWœWï>æâÙK}6žåøi”.ö§ŒI)ÎôIéNsÛ· {Qì'“ùÍÚXkzz´zðõjîú™·Y¼1…Éq±¥'H¶,ŽGÚ~a„iöfä¼WÕŒ>Ùréˆ_%½úïjñÜÐV…SaeØÂ¿%×X=³Ün^“©½ZEÌj!“ƒÐÕgzj×í’ãmÌ^Ò³º oŽmKÀn}s?¾ÉfR3éo“3'U¬æŽƒ+³«ãg„‘†½}éB*¯× ñiÏÊAÐjcªÎÁýªfx­à*<êl²ð(Ë^3_D|Å¿¢²Ÿ[\«‚¹å¶-!z­s³À_–çÊt®’©Å¬.VÎwÆßÖ–'òæAm¡I¿(m–Ÿý^kŒ£bײdPäd¤[«ÙXgº;G›îŽ ­)F;u~‚Îj[¡âÑê5ÊŽr­ªì2TGé¯Óá`ß e¿¼…då´ÍɵîþâúnÞ&Ï͇CõŒí•Ö…ö;½Pëû‹;±§«i³oOíîfç™2tŒÇcfSÑmÑ#µ—°Z«¶Õ…vTè–Üâk3­ŽrOx’Ô/»-=WJEv3<GþAì»ì1$£8Z\n³ö€¨×Li2=Å8]ˈ¶‰ç~ÁÖ‹Ù/®8œ¯û½—Ãìã3¹ÉU/•e­÷NŒ~pÿ¦œ1ßÙy^´'A…ßw©wÓÙ™ÒÒC¬¨ÂZµ6ÊOʤ"ÆÕÆÐk`ü™c‚´²Œ®9mö†Ö€Ø énG‰~Ä¡Ûõ´È¾ÕJÿí¾[?P¿‰º°läNBØéÞ¦½Èÿe羸D¶å·¹k®Oôê8jó‰çf©EÛ}Å:LÎmæì½ÒÜWú¬féà©À!;ÚV9éÕP°AøÐèÉhMÉœi¼ToÍEÑY®F"ÈnÇ}wû˜õ3¥ÌVXzõ³­JÏÞæ|.õ -DµÞ•Ìå¨ã½øCg8‹A§Ê¡…N•,åøà‘Î~ñ]Œçšér_§òRME˜ëPpÑÙÀáËôgcoLµ G›wÌÙh»pJ¥`|þÅÖL Æd-/ÕÏQEœâ/¼?G|ºŸQý¦Ð¹ú¼¿¤žCêÔ+8¸Ý€æ²sj¼Ž"þ,äò¡³Ñ¯[JÅá¶²^áB)â2Oqúô¡~[Ö‹B®@#½~›À»ƒ^‰îœö¥fG‘è>µ†¼¦ŒÆíëe6oSÄqÏ=Å;Ç0=¸5­ñV*ƒ÷ æÜz®›mÖŒšíF!ÿAîƒì~¿Òvï¢Ê¯¼Õ”[pDN“i¨bš™ÌØ4­³ÆïK®"ËÙ±¬³+)Îg}±UßÞ…õD=±€$ýÒ­¬Âb§¦;›*ÞŸ¥:áCŽc&F¿õ¢7£VÓ íVª‰lšíi¬a7ÕènK(»+NºlqÈ̓ɴ%°rl±;Î~qª°´Œ–éɰóU¿Ý©à“ÎvŸF>¹`1­NCµP.-ä°·U¥¸;Ÿ‰­ûj/lpåÒæÙ 2aŠ×u5Û¦«d±õ:<‘V ºÍEïÑhBûg§Ñ«d娑ó&+¢Ãdr½€‘©ü»îÛR¥>jÀ<}™¯§ôe1¾%µ×kw<÷Aö ¯²â6 KÝ_í;…Ýh§häk&¾(çŒTöp•­üò£'»SUäZɨ¾Ù¶×=InúàÝyâe¿¸Øä –[ù&¿ž—=WÁXÑjÓÌñÕ夥ˆõ ½5êhçáÒa®îÑ„hÄÔ½œ-Q““Ó"cô³ïcµŒ ³L‚LÑÂå‡{7ëþªßÚhÚAkh T/ž¿­ê]üQM†ärÓ¡çë#ç1JJ³löŒcvuSëL,Ën}}À#E·Š°»Ý{§^gÓn¬wz£Ls£Î;zÝð —~ Ë=圆éî¸;Ñ–߸ÐOÁ˜4ˆJè°ç×Ðj!ÇÔÔÎ×°Š–ô~5ôN5 „CÕPïÏ*‰'S¿i"R¯ÞV•8)»*AÅÖËE_¬ÐÂ^ù'²½,mÓí_–ßÑsAÌ(—Ùµ*µßÔ»«…ÒžƒØ›ù1šSïQÓÙJ$çË똄j…9‘KæE¼XVÁw´V9¼jÚè’­^ÃW¥JQ9yDm±ìùaY«ò¼v6•&µ¿U@ÌÊs æËíbRÛd–øù*­ªµ{©³MݾXÜ{õ¥ZŠy æÃqˆúšø$¸¡™¾¢b^j¥ù¸<ôš¢9uº1à»m®…ú~ÔOŠ0ܨ… ?«Þ¡þ¦J³ý¤GlW¹UÞTZÝE¶¼Øù•2/é2\tKëÕV-åóY·¸Ûçb Pá¸Þ4 -2&[…Êáæ* (ÌûÔåòż±öŒé®lŽm´E“Ø9k?Ñéáòèœ*µeP=ãÂP!2mŽ‘|68½\Ê›#¬Š9¤ÑÍ3•L©Ô-w†ô°´yÊfI˜.ÅCê¸/JËTXðžP\NY(N¼ºð™Ü5[L®±ÙìN²æâ°ƒã'ö„øƒ¥¥ -;¿râÃì©ç}áBll9²åZ–!ªö¤±-›za+ÃÇúÞþº€»TêiõKIio‰Ç9Ñg…duQOðOÆBLå/• –£ô“H¬—e¬Æ~1† O_û´H{{ê¼ÃLw‡ô®$•Òýe2²s¥~ªÒMP«ï VA –o·@õýÔAõÚ˜ÿ@@)¨›/~ß?=7-b鎡bÙ]ª·á`Q69¡6/ÖÚ‹‚‘jÔ¶å3µè¬—šièH«QŠòäÎähåQËlp¨”BÜ ÐÓšI‰ÐI>õûJ‚ƒ ÐMa“@ ºÍ$¿Øª@gp7Ą́ÁœÊE0@+‡6@aÃIpß4‹ø_8' o¬ëšÞLšËýR“Ñ•9d‘ž”¬``Ã%Žïd2fí¹{|kQuZ½´_Ýúy²á5àL늧NÔ­°ý$Á5E&h·C€§ÊV‚á:Áýðt' ðrxFOæ€C5`Ñ)X ä¶åx€éô`â.½¿°Ï×õÑ´ÙÞÁÈ¥…r¯á†Ô{„Âo^qþSSc²ÀÔ¼Úƒ‹çå­°Ò xi!þ@ðÜw[éÁvN<)Tj) °ÕD5+¢>œ¢s_BáÏ€°Â Ö2 -ˆ &$8O±MN4±k”á&ç˜0^É›ó' øÏþ•ßÃWTÃõûVE÷çé`©Ž”^øÌrílÇFÙq¹SÙ0kÆÎd_é.¹iAG-›ºÑý´¼j´±XÕq<|B!Î,ø&<­2H]ø8TÉ]¨òÝ[ -΀Fi@M‹( s@tm34;‰Ýèá€Æ+2 ‹×  K« ËõÅWTÖ¸±ü#*·Ü>ŸÙãõ†fÇ•ˆ†x+…áwü‚Àyx[©«“Mo}5=4Â> g\çWJþÕ“ÿ#ø~ûuàÎý¨§”Ô[•4¨ë[ÔßÉ_0 ñs¿$EK ˜Nf_%ð¶€™óÉÏiä‹_QùÉXS±±£Nsðà›£”NЋYÀÂÚùùS.bÍá:Ëúvê| @Yïá·!=ù«"ÿ¿ÌÀ_ñöã»ý/ÝöÁÝ[É–;ðZ€=Î& QŸAƒì—@ƒ"»=¶ú'x7õþâ«)¡ökd'ô#0Æ«¥,ÿµ®¼¿ñSÙVòfîZÿk´åú±IÃèÝÔÈÍÇßÔDz¬ÎüÉYý@É!<>àÞ{!úºç µpÛS0{õØ‘zhýÿ—6ð«Õr%´ñÑ;«e«ÿµ®~Óš»Ïþc·ßvE#7׬Ei±K=x¯ËÞ7Õ.wÏkíÎM¼5…[iÒ\=z0ºÊñx|Eœ¹ó*DçÏã%äëó]ÐrgúXnÉb(é—€ ÂéÿÀw1×þºZ?Bí§e嬘Íümèç™þ&Ú‰Ù…¬F­=}, —ý–S—{^…â›x-¥¯r”Ï…£×»øÉƒm½‘ ±ŒÑoëÙÌå™3½CZSB:ëÑ¢ïV[#?­‰æ žŒ^ÞYûÇ}³—;–7æàušÒa˜eû Ÿ]«FeÖݾÞùjµ?ÿA3éÊœÿÈâÉÉêu¨{^!¹[Iä+bª“pô\..Fj³?Óó°#ô[¾t?-Qéy‚>ð6¤yyk;Н~ñXšiÕÃ0­á?Ð^Í*õ]Ø·ÚÛ»<·tð˜lbMõ6ì=›Y¿M“øu­Â‹*±ÜðYüþ£Õ¦ÿ*¡…tì2õðbö²/älBPýÓ/û\Ço*ò ÖsúQŒ/f2’§{Z/vao½ÙûÅü«ëóÆ©-®ë·¾ˆÖ­ûâ½ZÖ÷ð -ž¥¥N‹}‡n/JÛ™6–¨ƒ«VÇÉ -vjÇÜ/ |‘ý‡ÿQk£7·|Þóò)<›éãÅw‹‹—·ÁTøX²‡È^ÍpÄ.“›xˆñë·VÖ­[U^ñqvô­`§:^ - l-öíÂtQZóa>»ž#{ìèªeò< .š%3MN_Åqаß3C·]®´³¹ŒxµÓ«Qô…µìö_ü·ž|Í¿„Ìb°›`zâ}iv,Yävv2Á&œëVxL¯`k_ì[veîu&ØÙÚ´«íÆ,”íöŒìÞô®.¤)}](ŽC-t‡Ž–í²—d´´Óîkgu âÙÜôš/SÈ+“ý€iO¤Êu2öÔêzJF˜¹Çóž«Z×µ^Ó:*ÁŽã%”]Ôæ—´–¯%cufgnKaϼ÷`r`òÚ¤¼#ìñIWãê}áI-Ø‹/écñÕÖ¢ÌÜÖ,ûìýôbÉó/¦ïrðE”ig2!QU2~‡½€Ã¹x»mŸo¿^Âck•Ë•º ÉÙÈ.æ{öÔšÃ{'ÕC®6dÐo+·jÀfñ•&rKBÇþR" ñhè4ŒËÙiº¶ô{*ê“ÅÛÐâ,ìhö¹µQßø(P[“õSM×ÑòˆßyeC EÈdüá¾›¹þB|ž/_ÜŽ#¬pnLÅ£_Ž’{ûÚDÏunw§ëvá&C³2üNßI“¦eõ^ûíÄ3½ó8ØÆO#¼g ý?óz½ŸE4ç˜Å´†\¥U7Àš*çtº£¤Qgn¨Ê¶²´Á¿/ áË{Cé*Æò‰Úd–Ûƒs?g °£v’®òê&+¬]¿¸by©úM•øÆ5¬7ã;XV3ðÍDçí´ù´'v'ìˆfYÇŒ±V’Þ×ÇŽ§=cõ¡¥€T¨2ÎŽº#«¤lC«ªô1<™§óÓŽ ìR¥Npg·Ô›éÆh$ŒðþÐ{0c©d„‘Ùâ^tæÑ¹ï®o‘°two!›ÙC=¡ëºûWé–KÖñ¼7Ó©Ö`ž.ô€ÇˆžÑ6L{Ñ&ë/Ÿ3g,h=Ó;´Õèv-/o¸·¦ë·è{øàz’t·±Kô -SEåa5m½ìÕˆÁn­AÃŽ><éQgpFªd ¡™ǵ°êÙ§^?Ç]éEDá~ñçz6ÃcÓOnO{œ* mrQ'9 æš\}cö[ÓÂFk5Ž°Ûœ#¬×̨ö³Ñ¹å«ìÄÙmÝZ±ÛZáš»³Û\ùú…§”–­-ôÞÖ—èí…» ‚VœB§‘Üû&Æbý=>nG»sg,ëé[Gb&¶Ü_f¦Ð]æÝc†Øuíîñ8â^ÚTaøà¬ZÓ^3ÓjæÅæ\RjÍvyÅ4VÖµÓè²Õ»u;[Ì8»ˆ9¬ó1SÉ«åºÒÎwê -ŸZ$°.u…žß>¸~qÄ;·ÉK+fAò1ËØbªÜ„ ÉXÏP·ƒâõs@×ýn¡Ò‚‹h­{t‰>V{Æ«öm²Üsv!Y4×ÙK³=»>«ûéÝÈÕ/Y¶?*Ì1"˜Á’âê~UÔ•óɤ/DaCkwãNÝP ¨™Ó¦(CžQÔ¸x¦¨~ý ü¨ñ¡yÝGS£ýõ~ÿªßÝQ³”)—[nã¥uè4Tœ%¾§¾ 䥘ïÊ—·ÒAͷ՞ܖ.ǪҦ•† -‡Æz–,£væôƵÁ³îOøÌT¯|‘¾¨:F`× n‹œHÑ0cÑf¾"“óz!^Çq–hU±&Ѫ!ÑÊ­O ¢+Ñ|]Â.¿"ýpµmºÏsŠvvy5/}¡h¼ŒA*™Åvpí,_'é˜Á/bwØu[¼14Äv74®¨N+}í¬›^fÇJIýÄ ÓÁµŽN˜˜&ÔRŠ¢ÇùHÇx'¯uÏéwº‚w8„ij±mNFÌ + Ûº¿2)Tšdh´L‡ãš·¥wµa“þgýh³ „îb<›s3¾±¶¼©‰Ytªú’œgGr¬EÒ+^®±ÔÔyj¶i7Wþ¶Ùè'‘=D@g”ÙÙ®kfò)|°£„ñIpH…Dæ=ñì.Hzë—â"V8¡8z°&:`"-¿›víä5¥ÝxÕjp–¨ž@­b7bƒ\yÚûà„\iÔ[ -\on+~Ú[äšVàN˜ñ3µÇ¾.`%ˆ·IÅ'qð{ßóËj³â½×(¾•:S{5ùº.އôdhM(»¯ÌÈL­¾P9â=(uÁÄ\¡r:5¿çj£Z«Õ.“Fõ¢GbU'›“*þ8l‘›ÍÅ?2Á@ ¡®¡R‰xzY±âžWaTâXaä°ªµë‚;ó¶]g?ÁÛf¬›ãfêMi}ª€(XüÊH™!tÏéÃŒã8dÀÆ€¦úÈï)$éENùˆ\3ñ¼ͰÒê²F‘ÙúPSÓǰv.Ï*±}CÈ]$ʈYÒ)„ö¢n%VšZÅ©V6äîe·|-—[þ^*§¨[Zè]‰oç·_,nëú'jÙ9ßýúLŠôÛÆ"²Zq,àÃ[§]»æìÖÏ‹VöD(õ19oÙ1aÒ›h 'Žï¡ÕÕH©i¹É¤zgsäÑ­‘z²¼ª<ûÇ[¥q¼%ýRC´PæÎ=¬œÑv\iEÔ”RÖÔfÅm Å‚nåŠÉèö·]FȦPν×_ÌÙL…óY²k¼%MìvQ0xq«ò|Y—ím»Ô/e×Q2¿¼¶×uCÎÑÍœNÂq¹/­v€îą́Àu•ûƒ¹AýdF&sT0©ÝpM¬@J«Q¨Ê5øµ¬äÒÅ×ë Ðì2Ð\¾œ G&XsE+rÍhþºh»&¸f?A@SoÔîúÔNxjë\5ù.µÑsj‚ä&Xnì÷våæc.Æm­1U}’ÑäYî ¾: øüÎ6FéF§î¯ 6ri9M©(ßKÍl<Ê`¡å–ŽÞ+é§—K Ž$À¨"°¶2HpžLæ6 ¼+À†\6Á˜¢'¿íÕCO€,`)Sûëž$ßÊ[<¬«ßÚNf¥xý–Hê—áö˯µJ¶©³Ñõ‚{yUufä¤$Y‘˜³@²0K–b(8Ö€çg ’àì±pB®*-€;W àÛúàçÍ -à/:üh°¹:¢Õ† ®k@' Ò à'D¸ò>¥Ì`3²GG£×7–#Âêþæwïs­ÎŠùcnÝq¨á§ZýÎËE0Õ \”í PNª³à"·?*2“i〠û ä1õÇü‘qÉ4Ö$±1i°+@î/! € ªÉ0€3jï(ÃM~6àY@ɵñ'Wø€ê¬ò Ș_å÷ªšÎät¼P{×*Æ·³Ã–ÜÚ\–ÜîŸZ„öå]‡›å'RQ…òlСTd"Ûú#%ýÀ3®ó͈ø¿ -®Ÿœ"šò—€^hWP/1yP—êal¦àû€Á“ÞøïàÝt˜ÀÉ%mH «!(U&ýê.ø6Úe“Õ…¶I#Ôšž¦ÑÛ½y­äÅx›¿Û䑌—ÔýãJîƒ_ñö~ièJKÿ«'ÿÇû•n¿–Ûú#Ìj}ܶP‡¬LÈ€½S{ÐHnJР’oÝ 4hÙKðz}7LûkXý,¿’]ヰþ׺z³âÿ§ƒ~2b¿nÛù5ÚFïùŒµö…A”–ÊÊcYÆôjXXÜû¦¦®ï½ËÒ»çõûí&>Êé«üjaÀ¥û¡š±g ¢ÝoàÀ'\àÏnYßÈÕ¿Jè÷qøêG+CúUBéO„ÃîfûÙ„ª5½ÄNúúŠÜl?–Å[ñ¾A.Õ{^½à·=Ñ·ÒøÆ^=êÅ]åêþ@¿;g \ UÐ4.a»ë\ˆµò'rÀ)?^þ{4@}«JßÖ|7Êúµ®þ'zõ‹L ÿ±ü9ÇúɈïVäÂÈà±,°“<-ï=áÝJ††#?.aK|_Œ´ï5w6³N9ˆû8Eóß²Iú.²dý´ºäNðØíy½h#Å·7>xíüê: ëÉc¯htGøâŸÜU‡L7ÿÿG«Í€_•ÑÍ<³÷ž—¬ºJÚ©~E&ÏnˆN³Ê…X”ÍÀ)×wËÏõ'W¡vÝŸ`ýá{½ûõrÜ×Ï·cizŠÃÔáu@—ôÝìàQض÷ÁÙÒþܰaÔ\»TMZ§íél¹ig¯‹}¯Ÿû5¬þ_ü@Ì«ÿu2ÿ4ôVR­0DíÁëlfä|RùŒÐÓ²Ú«{ù Û>x TØmt¸ {%m{—àÉ–>ÁÎÆ©¥Ýõ[{/ÿùW ÿLûËM3.ó 8ZHp5=÷„FÑU+ lf &?#®´=½£ËÔ¤ùÌ”Žéô¿&ÖþK«u3f|õ°¦w¾·ø¥ïád®ô6h|9È/7¹Ê;ÓyÕ*mØ@C×­«F¯øhÐXöÞÝöbÏu{‹Òª-·¹öРĦꪥîx»öŒ8wÝ©‰÷×N<Ñ<ûíh¡Í°Ó‹òYxÕ±à­057ýðd -Åwhæáe²—÷ç/¾m|ÀböTjÄØ=ñ>–\@uMÛpÓÙ°~nµZ’)oÙ{¥n‹Ò"zÍ‘M Í—OV°„T¦& Nl¤ãwÆ~[aÓn½BÞNÏÞ}«“N®ÖM7­™ù]ÉžH%b9)yº?Vý—è­š¡’¨‡V×Ò f¾Ö‰—õ í>SVŸÄéÕ0 -ƒk?š„ïyEê¾ÚcÓº‰¥|kÖ‚î2ïl”9²6&³P2æS³fìö.ùvë)\­eSŠ-x¡¤LVàÉ^$3Ba\{ƒ1:VæÔd£9k á–×C#Y¦QV×Ì7Wã½sRqRtgFnl«£dŒs•Í•ÎÕw¿øš”Ïöàúô¤Zî¶3çéãzɦË5‘ç'áótí,Lªa'ÖpÞæøje…éÔ,Œ·›Iy}:«á)LJåGlà•bZŠYíæ -šeÔẤ:]õY5UwFóä2AÄs¢¬3ÜZÉ)›ë°bI¿ ‹ó4/ËÔÌ’8µøëÛz0êWƒ»^^k÷9äwÔTzKWžh”?/+Çʽ&Ý2u¨ï¤:8iåè\{R9àŠqY·mý*k-ÎhGUæÉêBméÖCM·Ž`Ä/²ÉóJïüB”¼^$†â½Â KËnGf•Œl“ZËê ɨ?sâ}f¶DSb'ýø4ÙüÂQäußéöV—zõTHî—Á¡’Û¶´Ô{Ur‘Û<Ó™9vwäHf¯QcÔÝ5õzî2Ð@&5Q3µÊb”má{EX2ÁðPíÞ‡e­û”‡É -yp¦{ð@GŶY£Ò¸°Kz_"/N´\_¬'ãlÚ˜.úÍTö,Ìy2ÛòÿÇÖ™.(ªlÛú ò!BEAé‘^@ÁAPE±ï;ìõý/iÕ>k}îŸÏªÒL„`ÎQƒrÝ(-¼zaG,Œ¥¤Ð³ó/Žãîß°Tœ/®hnÒÍ ÏÑ0Ï¢\š„Özíx×ZUùºCª.:3ÛjtšÍAׯ…ÑÐêD«y»;žoÌ+”–¼s¾µôûÓ’¼O®9¼à¦2@ñÆøC0j\“ës,¨×ý¹k¬hxd4“Î^ßr¬Žº¿Ï¾9iq_£ÆÑ¬zæ½Å?8ÀÛµŠÖ06k×è˜﨟a5Ò“~[ÅçþKϽ۬9õ,ÍÛV ­YÔ“µÍë˜Z;n¾vÙT9aÿ«Z÷…sz ·ú|T{בl2ZºY4ÐBDéVsÊëDéY­9!m×h±U{ÃóV»e¥&èWN}ÂcWÄÅ©*kØB•¹Âü‹?ÚwƒÓylÚy²Èè½A„ýú' ¡ß†î¬è7l»eÛ½ÇQ5…õÓlÆÔºÛ˜¢ÓA}AÆc]—D{Ý:z§Ú‘I¿ç2ýT~ U½<À´[£˜v|ZXÔTõÙv[ª|XÊÇ¥—Šz<+S¥+µÔ©ä»qŠñâ/šýù–©ÜÙ…1+Q“ž+”Fêʆ­‹ûXßô”÷sà4Û~ËbºYîjEž.45Ã5ê‹nfWôuÛ¢šÛ“ªgÞ—Úmßi"|:ªÏ5¸«®”Ï]B”´G#•ì{,WtõT¯0Ñ—h!­WÏ›dš1)îõö$îæïXÜ-Ê qáó/¾Þïy‹‚éqX”±¡Îšù¾Ýö^~¨·ÝZï3ìà¿m>2ˆØÌõ1¶ÞÌbšH³v²€[õ‘e ‰³N¤VFÊø×Ó›U–JNä·}(+¥ù”Û$­.™§ /a]Åí«ïŠd&‚›ÎÄüE(ïg“ïÝ­aŠÕ‚÷ö“Á¶óÕ¿3k1ñs#ã?P´Ìºpxâ£÷"»'wáÑ›®÷íÖ{BWêÍá…Ö;ÑLª•ÛC{ éy<œU]e<*‡Cx å&3Kµ’°Ãü îÓ‹K¤@>#œÆBI(C­òÄ_æ+ç™’ÃÝ/Ý1'ñ¯3;tÛ«”5ƒUØ|Ä*¨üHL½Uo2zîÓ«½±¥QꥶÉI¥¬vç¬êbBY|ü ÄÛÈã»ñÃÙ¡Îôú"=bþc~/ô ååÙ9h“9ô.A£¸pÕ;q*+:;Ç+ÈkÅËXæ IdþÐ’q`ó·AÝãž±±±”Ÿ”§ådQÎÏSeoôZ!3´™±QÝ&éÌOíl¹NÙä<½Ãžù%yì=ér{™¤zHd/þŘè%úh¶ÛÏ*_õ{,¶O“;Ò—£B±;ã Cs‡£™“Ãzû¸µª’ˆ‰òFwJéUyªÉ´È,,Yà6ŽÁ‹‡V›«¬e—Íù \h>GL±¶›Ñæâ¸¥öÅgBÙ[úC‘AX"O“#Ý—ª“ÌpÛ#.ª² üìëEp³“ˆ‡‰èà¢éŽ~ ì•Ó†Øó.FÓ“±Tce‰ËJ;|螌÷9Vð.ò®Bvâã×Vm¬OŒÃ îj*©«ÒA |?9¢\zÏḌŒª,¤!õ2,>ÛLIIº4.,úéëDë1yÇY®>Ä5O? ÿÂï>üQV5\ -&ö&ñ 6`u—7f“}砡ˉÇÀ—³T€ ~€C9ªI\S¸ÙGP-‚TÏQ5ØÞµ (O -S,—€ò¹[Š}P–&ªv³%öf€¢” ©ÈäårÃÅ)󯨊;wèÍÆ¯Ð9V{’sÕú™{U¨­~~ ¹N{n®¨#ºüºwphßÓŠtQ+çUG2Ûô´ÜŽ)’  û, -èYÀ¦¸ª€>(í³ÐGl‘"¾ú¥¥9Ý@ŸƒÞ¯sx]^:~çí_4@צC@ëÄТzþ&1w-dØr^m5­Ú^¬¦r©r¸M‚êIÆù#"5­â1DÕüç|g²¿E£Ù_=Ù“Sĵü_¬ô­äÊ€2PTP.ÎLP.c(§ý6(·Ò#_îK ì9é»~Ùåê~ ÊB¿Ê¤YeÊš‚2]óá?ßh‰è¿Â%ô§—UôàåÅ -‘»”í X€%ƒ’ý>´ -ÃêTɶ›mú¯Š\?c eˆùÿ%âÖ†`í¯ۖÝE>àrôpÜö¸¶ƒn¢Ôwc†)žÀÝ×àNpny¸&xNi–¼z7š9^ÎïÿÉ+æ˜MEktü›êÊnŒê‘ö“I:'·ÇC––i jI9鯊üÿGEþ?f`1ÃÙ®ÿ•n‘YÁ>°«â@ä* ¶é øî‹8Í@ܺ@œÙ+ ΑW -¯äºL.¶4aÛm¸»†QÕogVöMáV ø¤Ì`û*†w¸›Cã…ñWJþŸ1üOªÄ¯jý´6ÿñàþ5ß~}·ßüݯåV"ï ½òq C‹*­ô&$ï6/ ßg<®ûg­4ù9¿ù…ü -Ÿâo„)Søú- ¿š÷«‰®¹âÿ—úwY/£ôŒr>ýø}þO䀺Ú×ÙÖ¥qŸ¢wó^ÛƒÎ=ß)ôn Šìßêg1¾®Ymñ›x j» 1ôîÉQ-”zWω!‡gvåÌþQh¿Ø-ä\ï+Œþz+¡ÿ¥Û}•ИùÍÜ­ý®>öe ¿Q¶?Ð#.´¯÷ÚÖxßêÇZîºfê¿‘~Eýs±w!#)9Ê%q>«Ú9ÑV3;ÛZ§>tÏÖcp”÷¥ù!¦šÉ!Û{÷ù´5ø³.±¤Ìèk^ýsWÿ¯ÀøkÆ1ä ÷iÚóßóæÇ½!]v\~–8¯Ï木ùÓ™"·SX@^Çg³˜9ÊÛB:ó>†ÔcÝO™±Ïû9zWømëäÍN+Ô6ÄŒ³Ö.l÷Wìn½Mëpì׺qóXœJsõŠÿ…ÿaúí>·Ï=ߪ¼¯­“‚\ˆ JŸ“J³ræŠq”׆}P÷Í´¥8Ñ®~«N¶­?ßì”òjCLÊ»µ›§Ž«¤'+vSº-C~.žé4µ¢09ûæÙ~.Ôº:1 =ÞµøÕØF¯`LìËh|ì”Jÿ…ÿè ±–§Ä¹¿7§0{HŸæöó몉oˆØå~ó`gž²bW®¾vfs!Ÿtk®^Eg6¸Þ¬ö¬„ÓE%­o‘1OÖUm>AçÚzl#ú!v1í2ò(ý=¼õúÈP¸Ý¹(’\;’?ìrð‰çA¬Í_é½ò÷å´Üàù¿ôäæþÜ{óÃ'í‰võ„­JÚ ²‹ÓaáËÛ\Mæ`V»¯àiý½Â'fvB퀋ÍÓÛ@%Ö¨ö«ŽGaÈ þ:XåÇ 7ˆåQ ~“þT{¬ûùy) H+¬Í+˜øØ Ð#7÷w®¹÷mFÛýqáþZW¿æZvdÍÙv#íø6;±j­Øù 1ÿtêάvSû“µÂNÆÄ]Çô†8Øq - ú‰"Ë b©Ô7†ö§*FöóÓ".t’‘%)ë¦X Ðm¥áÛ„n{G× ~ ¾L'=î{ìÓÎvC…ºbfå¸ÏiiäVòï‘óYœ‡_Ü¥WröŒóz?SÙúdïýÅ qê³iYã'ëJNŠÆEÞìY;ŠÊãô°Ëá¯j ƳpQ]n‚u}|Ðõ8ñml|÷‰ýæã¹Ô*ëÑçC¡ç±‡R½½©n(e8÷9‚+n%[®;±n8ŽVØÄi‹º }¿×½×»ï\‹qôÛëy²ì˜«´™g˜ÞÛì´úÙ†×|éæ fÝqt£EC»F›úLˆ?P]®¯Æ²r|ÍR± o,ŽÔÛ„+ÕöÑ®Q£2¨_=M«j¹@g4¿y•4mvÔûÎ÷Õû´óÛƒ_..¦CšœÌÖ{4 ÂË`Ù÷×Á©¢Ò«RD ¦[ë »=.Ú]u‰·î§×|gNZ3CÜ[ ˆ¹tê†ÿòåã%ù5ÖÛñk®ãmrWëÈSr´Gµ›´³Õr¼Áµ ÷J™¹¨«äwvåm~æÊ½•Œ[*æmWª[Øÿ‹IÆÛ°s -73ra|żÌp"Lïý­4Þù×¢÷@ˆÙN^UÚ „[ÒI‚›™I“©Ïݶl´øj:[ê–¬´j‡¸êÔèœT{†iו1Ö‚Vw©>vþ^ØË«ò>>ÊhD•”l:àÊd:«Vò0päzKŸÈ–H­ÎŽ“PD5SL|©ôx_ü@«Bá³v "ñcæ¢ùqñ ïÍÑ{lSwöÂ{ß;hf8ñÆ4SÊkäë;¾ÄלOF­²áVׂס­F™•«|„‰§¨Ñd d+‡I¥6>§Õx%o•Nò‚Pž2â:iÍl) ”ÑÎ7m‘XÜÇ‚›Ñ¯=å>Ño&ŸH¬ÿÑ[¸LN¼\}(Šh÷éó=ñäñjáÂ/-ÝëÌ>ôÖ°nÒõ"tÎêdnRª&ç9£…éèÕJ¹®*!•©+´åEéÈÈñ¤µÃ%4‘gâ.îíE27º -ÇÙ3'04KðIÈ<Ç]Û\8Ò9™å{ÂF~Ÿ`£ Ñd#kíýÁs²ë-!Œ¢&çg ©ï¨00x1¸öbÿºvЮ´¯»w½9AîÎ"g®Ÿ5ûÒã;„ó ZµFYÛ­Âr®c˜ÍcŒž¼ Fßè=f°€ûxÚïoNWS¤¿g^Yÿní:»Óth>L³Q×l®ÖM¶9u8ùd¨x+V`üIÉ%ú&ˆû}\N+»Æ_¦•Ï´×oj>ûÚ6F¬BØi\»Ñ¡\enOf6a`ƨ…,²ÝlÖ=º„B[j³{©¶áW©v½Ø£Úr®KmœBwŽÂ%f,ëİÐ[—úT&ù’Ƽº†P:tÈåqlVŒ²•Î0f.LoÔñV Åü-· ¨ YHŒ‹³B -ežßU4NZb«l Vy’Ý2Ô( cƒMé¯íèæ#ºÓ¥ä©m£ÁPV1©Qø¶Ö#âšžÉ$uÚÂĹÕT‰³zq‰îméÝݸ3#zp:¯_,êo°ò•„½&~ÜÁŸíîð3kio¾cì±DÕž—×Ìè%:k1+ôöZ‰ÎÅ nábG'¬Rž\s:3?\Z Bß]åNµ}&!3òð±/¤³¾çHº]¡ˆ_¨Dï(¸ëžxpäpÁ–dìñòÛØã”– ):S-q£qÛaÒªo‹Þˆà:áŠ|À­Zçf—ßòºI¾gt|¡®) ÏÈXã™áC;yq•ò%ÏÆa/O‡ Ì,Æw‰^Ï÷~6 ŠÌÍ,Ò56É `Dx&¶ü޳üv?eðpÀá¸(Ç2öt‹ÆÛò=€Æ]JDµR×D³“fÍÕö„›âÂªŽ¸‘ËÓèØð®6{YÁÛÙ7ëÆi ŸÇ½ôެN˜—(Q -]`ÇÍèÎ,Ú‡)n:0ÝÆûÕ¡}–Hî¼ÏW¸“Ìi¸3.Õ`ªŠ7 -§û»g†T%B[9LCzŽù•ëë.}†t(´‰´_éÕhCáª=¶½ -F5>²,‚A'ëþluNè´Tº¢y«ü)-ˆ\J§r¼¸f&lõW2²ãßBD°+Õ¦ÇÝéTð Í!k?yaÓÄ ÚTrŸ -ãäT·Î¶;$÷ɶ$Hf'UHFÕQ¾Y­þ V¾ÏÅßP©Û!×é±3ÜœÐÒÇ8#öZƒ•/u˜žÎɹ…CSÝü%ƒÑî ÙÓÖfúê¹à½[Ïü]u³ù~vZ„^úŽ‚*Ë›QËi;ÕÊÎH'ȺÛy¦qƒÏ`CÖ²ë®h€µªu€qÅ1À°ç¯B‚A6ÐÇZ&~“£õµiô» ʤýY÷jªSuwÅD¶{H´ŽºÀ™[¥t Z¨—KãV™x4A¾´"»—t¾¨­r[™ešr¶²xN·ÒþØ/€Çcàc€§ÐÅë:À't/Åh -ð°tN‘Î_x§ÌÜØ›§ÝÀ‹vúc™, °«¬¦°ŒÁ~;6ÃkÔmûŸªÒþº€ÓjÜ­î*m­Ü$êÇáùSÍŽ°L¯¬ð릒ºÊaSü#G¥ÿÈËûÖ.cµ Ü:ExI‘|qL¯tâhS)’ - –t3ÅÀÄ™ZþêÉ«á ërñFD»ÒD IñI°0×þ†­e÷+*‡ÂñÒýã6wÛÖ×Ü*º¦‹Qí©˜ÇÍúëföd7½'äþ*™É¦Xèþ;»Tå /î2Åt—âsäµ’ISÜ@ee%ÅÄä•®‘O@>ÒÙˆ|j Ëɽ -H³ù«\‘Ü>$F}.«…Á°Àõÿú€KõÆ×l\ÞuDƒáÅUòü‚m"|å:º*y8€»¥œñÀ_€:'@½Ø3  r’¢~K±øUGi8šª³)æ* iشܺRܤˆß€VD2ÅÓ4¤o`Rú{ œÔëêOÒ dw¢%ªM.r;û’c)I¢7¦Zþª“Æ’ÏCòÌC¯Ñ”f%¬‹Íïsé]T;•ŠÀE¯é¦nç÷ÌÀYÉüꯠ;gÓ.)€û&`¶¹0…»Ìý¦ßÒãÍì{MÀø0ÇÜ0‹= ˜áŲ́·Lïqÿ.±uö}{Vs{+Tj¶‡+„—ýjÒÙ3.ýáÓ¨Û)º![…fÙ Nrÿn%qà?øo3ðWÆu8(GЯŒÛ‘ÿ†9èa°}b Øýù8hTœÐµGr‹´šzÀ®b°ë^°ceÿ«ôŽß¹Þj"Æÿ.¡šÕ"Fñ^¶·ó1fÅ~‰|?Úùñ_ -{k½ˆ¨ÖnþéÕó˜u®ól¼gù¡—›¬kvq¼k„̘Ø|ôØ%‚(¦OÕÛ¿bØkÿÿäÁæÀ½¶"¯ëRÞþ1¯~šôfWO’?ÖÕ5=çVìrVZ -Û%½Kažõû•YíѯNr¿>Eb¿5YkC{‚ÎúîØ†}oL¬Æƒ˜Þù£hä‘ýÙðÖo†ÂuŸD‘>ƒÏPÁZf¯ ²ÓxÔ×aôÔϯèëáÿk]Í;Eo}T”î2,ƒù§óžþæÁ²ïí´þz$trxŒíü3»ÅAǶ»ˆîؽ6 -gmÉ7m;P_•Sªh·~~¢½~ °‘¯f‚uC³h ºéྷ)Ÿ8øœçÒ}¹—xãZ½oÌn(ß}ÆÌÄ­ä³ó™WPGC>†“Ý´ü½~gÚn…Wƒ¯ì}ŒDdümÍ5.ÃÇÙœg‡®8YË3*várzœHX|üwµ?•­°‘;; Ÿ×zŒ|b÷žy.ùNA÷½ë±×÷©{ ¡kWxAO÷9D[Éy'®Ñ¥´Óò5º3mXb'¿év¿:ÖÚåÇ–ÉÜïz1m[,ÔÚÄKl›Ç!i~qöæðníJè7¦³ ¼ ‘Í7F¾Ña¢¨‚dúSiWÖzôë ²KçÑG¯Òc/¡ÑžéFrè8Ÿ8ò- œìl1îèðtÖɯvk»îÒ‹ÊÞ-“ü<Û»^!Û&nLÉ<†6kÒ¯Eµå©ˆÛⲓe3ì´r?PS”!®ñBšz#Z+µ/ŽÊG¹¬“cí0Ÿ©å¤Ã7‡£~AèD]Ôúðe„û{1ÿè%Žþì -wr>ç&îä²]®S‡ŠÝXnêÖ¦|j[ØäÕýÚ{½¶Ée.2O]fj2WnÕòqßâóöµÙo„ŸÆk³AC«À4À³Q­£¤[‡2õ•a„BÁ€õ«¤¯`Üøƒæ -Ò÷ ®ý\¾‹ÎeVÚ…»(Mš–ß/qLÝ?ño®'tµ¬›É¤c(o`—D¸Ø>”)¦MMÉìíZëù­–P;ÍA{ì5Þ‡q¿1r6q#ó9Íë“qnWÏCÅĘÏ+iga ´è-oÃè(OVkÖÀu«Ç"±®:×<\¥ƒ‘¬%µ®õž[ãõ-7?‹ZµwŸ¸äô4ü$ãå QšD3ÓÛ½‡[’Ýj&*Úk£xm;‘Ÿv¯&ëÏ -a~&›ròà1ŸQÙyɨën ¯ìȽìéë¾2ÐÑwu\Û­üUDÇÇêqwyT ÏkÉ»MiœºQÕp†uT±s\*Qâ唊O‹?x§¡¼Uÿbü¶XkÇy޹áú2Ìŧm›Æ>g„n7f”jgeíˆöi%¾Zb•¿6]ÏÕg¹j,ám{¨›·ZÛëóz\ÎÍ´‚í–æ*³=xZ:ñ Ôû03Sû -µU¥Lóª ­IVÇ^w¹’»Ž-yVfráÒr´¤¦†Ô¥&—ýƒåÇnAÓ==øÄ’’Ü¿‰ é CÕ3O¢Ö¾« öÉlÙ Zl£*C‰±œe>éÁÎõN˜Ç«Ýa¶¬]K¨¤ñ¡©ý#QWÞ a*Ëì*^ *¨W úh%Ï‘ëY†Û¿ÿó.­x•Jƒ­(Z€2E|¼ NÞýÔdSLÕê_,s«09­ãÌH¹Þžƒ_<lZöFÔgà4«¦å¾h¡UÉ Æjô>לR/½#WËÏ0« DTòEEìrebºRÚ»š\§\C†Ïq[j±Ó®Tº%q;#æ"Ë{á°¼š}ùó]åyVš·¸ .ØÇýtg%Ë>ŽŒñ¥/\},HcQè¶àñU›æ†“Éç–…Ä^Ô¦;Yg‡mufµý¡,7µé²¨ïLø¢Ýá÷QT⥨s1_©ÅdI®Ï -¤ÔÞËâ.sE¢vO+%áX(Ôº‰Ù|RÖž ì1wNXfo쳩Xy;-—c1Êêi2`¦¬qe¦œD3Sl£3ÓÜÆø…>/•¬âXÀÖùaÞ.€>ñ¨Ü}±PMkþn>&Æöá±ì˜ƒ²ª4`rÕÜ;~W+LöX™v’»ÜP/É7ÑVƨà -]’÷Ò‹ç@WæÂª_cŸó¡ÉFõ}·ü¹€a9öÅU9û°F¯ÿ®–ÅŠE/6‹]$Ø€ZŸ 3e6·eª’F­GƒZ÷šú¬}í¡ñà~„£†ˆeCw®?½èÔ<º‹¤>·]¡àµ>%«ZoQ9ªÊåWeÆ­wÒ5Ï?¸½—pR|ˆ¿M„»Wœ}ñ8ÍV”XŽ?e­œÓø£Ïª½¤º}ºqÞÏ颇¨v.m+±Ù ÷õ†JvŠY8µ'{âT 0Â}¾+„{‚ª?q"ñÚÔ©9Øè3»›Ç|{`é'n1¶–Ö…`ÂVv†µ*0Ú ãdåUn·N§âž¿\Éw’ö J› R¹*½IÆP¯½œ>Ò -–.Þ:ÕnÁ…£’OîoÃ)I‰—t´µxÒ„ÑRGïJ Uã%ÛŠÍN‚K4Â"m® 8×jÀþÀ-œÞçQ¡ó»ü5×çyéý@P?nj¹×„¹×ávƒúBŒA}"a¿Îù ? L• Âî­ìi‘Nºi\ì0Çk¶ z«KÝ^&Z –L$¾È}ê„&Üûäç³"šÒÎ! -ñvšë}á¼=^ -=;ûÎ_OE(t+4´2$ ¡’Eëf.›ÉzÙZMžfæQpÊ à™« U-²d•QÜ‚•4Ëd`‡!2ƼBEkèœ~û}†s$ÿÕC…¯ØmÏ ¤}%¤5»­nF+ÌÔÂŒ°E?וقv+‘ÞX¼£zã°‚»pû$Ã0—½ÇY]Ú¬²ù÷ë˜ih…{¦˜“²À4š¿)š<. )VS¸€~>1À€sè5ŸK1çºk¦oô+{€—ôßdOÑ(vGH }m«ù#8о.`—ÀMÎ ¥R³ôÝkÒë>ÿ*x/Ûá‡ï¶Bïß ÎÅWq³yìò÷S8ÊÂ9?8ÊG)üEŠÓàvOÑ̦Ø`‡0àxX8‘÷žwæ/À7€½`gJþÝ—Õ¥0oqX;ÄV½ ²•þi!Õƒ‡7¾>à¶jÖx³ö¸"FRSoi»ÐŸI¬õtÙz(©ä-» ÐùZpop=æ&Ûh -©üj°Òf ¹¸]9§_é_ïy@TDL$¢œo¥pB@°Ð¨Ÿ~$WÂ~ŸU~ÐÓÝ]W€YàÍþµ÷ÙüÌäMÇN;¾¯Øªºí \Ó¸VÑŽIÅN«âo0íúWד(’œÉW´í9cFáUr’‚›¥°·)v×ÿ˜‚5Ö‚¤*¿¬î´Ù¢þ•d}ɲ¢7YüŒ™9<±ÛJ€˜)VŠað–sñzßù뺌~Ÿ$Yµ¸c¢”ŒÊm­˜î 1ôœJ©ÝÀˆ‚$¬2ÙÛ:ª‘ìåþFeÿƒ.{KáfR슀  V -¨u&­äÖ! .Ø1ÅÔµ!j—·5]-~Ã}Êi+€ª {¼ìFôÇ|z­Úÿø€µ9ξ¥ku¸åà ? “NÚx«ˆ Ô Ï®2´îÜþížÎŸ¿zrúò»[ú¡=ú0€É½Ààm+Åk!<F¯R|$Àó.`ê-`*|0e¬ -˜RzxÔÚ—˜ëâqÛ³Þ ¶™v|D~&ÔTE*´hßøZø^Òl_ó±E5“V s .ýÕŽM6÷_+ðºUø—ˆË|Ò ä’+¿)PvÓT^¼Ú¿iÀ/7,E+}`ÀÖ`+ݰJåXCËÞ Àr‡)`qãú —ø-±jTõ¾ÒŠˆY!®/O à c\†.rÑe*L7åß­üÙö¯€üÕŽ¿øÿú€ÿ·‚û5ߎbpu øœ~q-|5€Ðy΀àìëWJeð×ýð7ûå°Åÿ.¶;¢º¾æQñUv_åNæ¼!ª¬»ëŒ ‰™Žg™þ· økþŠü øWOþ/ð×rûÍKð!ËøˆÃ×Hðž’³néy^™<ç,m4 Ënä½2ã<þ¯ZÈ|õ±¯šWÿ³þØ7̶¹}FÙÙíñÑà¡.¯…G¶a÷Ú¢îyçn ²,Ý.¥\×e¾vEƒrý²$óBDŠ“+í ¡Çýñ9©ž6?Й]ã³í‡¬w©ƒ¾Bí¿ÔZzsn¤\«öúEã7(á&=å ݼO‹¨{Ï·Õá­~°×Vâì=½\p¹ýÁ3qÞ8'j”nyþFx¥“°Œ~#Bú˜¶üácí*õx¬í§ÌÓÜ礷Eãçpí"Äaåa»ÒŠ=ÔÕï¾2íßÕ²¾^Öoëÿo u6ËÜó­ zE»Ãrâ<ýÊ9©lšgv|wÏú)<Êë{|Èv6³}í¼Yíìf·]‹Ãöõš%›]Z4þ@;³|­µ9X»ùC~•4®èòÖ>S 9™ósõ~¨Î¦2ß›åã×aÚ€|øÏYÿà7fàkgý·žïÞ_Cãźð»ô{é}ðÛQ^ž?‡¬uCv æFm×üSØìä¶vsGcÅ®¦­eˆNíÅÓžvò)öçŸîb0W¯ÓÑ<ìf³Ús½œ.*ëíd]Ç»úô6&Ö{»x®ôûœ¸£ #6y:ßìþAÿ“6ð'öº&†ÇRW¿ÖÕ 1Ê-W^þ²_ -›Ëm!`žõÎ…Y¾Në±)2ÚR3{àÆ;ý ‰åV‰Ís-¦·çÆÈ#æðæníaÈ\{ÑÓô#ù™>Qy=Ѐ‘ô§Õy®Ÿ_PlØ(ÞÝÙF›? &¿øôè¾&å¯yõžük^ÝX/¾½¼Õ­yL©Î,²áÄÌ ñØÎ«Ø-‡‘‡£—aH#Ïèéa™Á§Ÿƒê;‡ ²£"ÖŸª$Õ׳û… ÃFASƒuS7~_ÚþΊ=Ÿ8cÏ-#Û^Xïû"¸n¨œÝ®˜•&îsJÿÁ­¾=¿öÚoš y—üjµû›«í¥˜^-õaHöÍH¾vÝúôû}tã°uæÁºÞÝé©tðwæðâûþÝ;vf¿þÕm®—ô¶pÏc¯X÷>è®ðzón¤–4ç3å[ŽVèø?PgÚ<-:ùù±Šd7¨¤c7èlÏFηî‰s¿®Yß·çŸ{^›"ƒ=»…wq2ˆy•ìçc–Ö¡ø6š×½£M´{Iu {%‚n(‘›žJc7ª ç3f×N\UNv.Ÿ;ÓzëÑɯm`70¯`­Ó–Î2©§ÐÞy´Ñ&îNÏ<Jk“þœ ­dÜ‘Sœ-_ü@ÇWÖZl:Ÿp²Pk~8EáV;.19zÕ&ÅþTªÝƒµŽ¼}b›+ô<ú„v…û†vå÷Fp´ìRéLõÞÉ/÷-{Ѽwld{éZéˆB =a{×-þ®eC\‹KÓȽI?µkË«˜Ÿæm÷hUÄsxP«kïÑ®Ç]Häܶ:kæ2Éf¶rëVAXi¾ÇM•×Û(™,vª@$y—.Ÿ‘–W>/•©$¶#‰ñŠÁ -q[¨öÌ໇}Ú¿ðåës¨Ì8~ŸØQÈ•ßnƒ.˜O½œ±‚˜™Í3¡`š™À8ËŒßé·lŽ™¸F_Qi\Cšíì<™·&nÔ=»³† 3=eËõÅÎþ¦jœZ;e¤¿â -Ìæ2¼Øï¥Òf“ˆøaözø³·*ðåûªÄÒ–âø÷[`fIceL1Ë£N»WV¥Ó„™ÄÅ=SÓÜ=Ÿ]A´*µÚ ÃˆjµßOªUë)VlÚ]mÙiGÞeGïý¬}ÿ®ÝÖû´ç Ñ£¾u^K­Öð±ãëÅ«T¨rŠs¬L)Kh¥:‰js-ÐuãÀ³¦rá„Nùñ±r z—?(OÏS+gE‹ejÞÌ䛇:]ße Õz 7:*<Éêc$1Ë©ÄÑX÷ Ý °á\êeÂÙ¨ÌäL?ó£,J‚ºñÒ^,àÐå¹§ñÛ•cŠë¡ÅÆM«9Ü$Œ¢&•&yñ.N·Zòì'3ãD Þ²•ÂãXÖJç+3µÎ/&LÒ‰Šy©µÿ!)³&HänQ«‘vcô»^Y†Ò"õÚ\Œ°¼ã—ôj½áFÆîYÓÇ™œ`aÿ‰b¡ƒÒXXÏÓãk|+ k7.Û·ýè퇷ýåëv0ý9nß’±ÛÌ»yE§…¦ŽÊït_äe®¸»qî³@â²¶œ,};ØÒKbt¦6Lp§0?LûöG “ä`GîçÆ̆­â—¶ÕƹÇ6Äî¾Àúÿ‚IF‡µ®€*±‹‚qúJc6‚KcôH–ÆÙ59Ì-¦(Ô/@}dˆç^ÞEÈUE=œ†›Õ’Å83ãÑSF?„P¦àÊr¦ ”ÂŒ>|2Ós7—ÍÁãB´¢ÿ_çÞhªÚ¶ýO0?Ä%¡ý†RŠˆ)"""{Ùeûýßs­¹žuß÷ûÏo1fÕuÇ<:N)?dÕÛ÷jÕSfíñB2¾˜|¿ú0” Õm³;R  ÒJÖ,ða@Œ¥,÷Dpc„ô6f¦ècfúU‡ty…yéT³4‡ª»ê‚Íþ9U?NŸ`U8eæÂt‚– 0óÓ`m 0 ŠÖp“_eAX¡0Xê4æß :ÙÑöÝ.º|.ÃõA;,ô²™ù¶oû74³ÏÊQåÝqÕ=MpW)®€æT˜rëËÏU©ÁÜ4{–o6Ð[#¹¤ÀmËI°¼›[&¨F æO€÷0$A§àY¸¡Ú âàÕÆà”¼KÍÊÏö=€½Œ;ÀV›ìg_Öir­'Ò`XjH?>à•-æ ˜Ö¤º‚5r†«åY}"1‚©óÓÁ‰gŽA>CL+Ó3ÒA¸9<&/Ø” f‡. \x” ó2S™T\ÿÃL×.¿!6¯½ -`ë8ØN»ØáUìB·¦ç€‚`ŸõQz_l#ÁËìyž,Ý$C3;K0ëB‹o‹9›é¤:픳®iÌ¥˜¯ÖP?-qàñHªâÓÔÜÄ›©’}”. „j`wÛçop‚ÛöëV(è7þȸ?Znû#ã&‡¨×PŸ(èN -½Ê|¤½~ØÜ,½ Key×xݺ?ɰ4ì¬mô¥åÐÅÛÝIÿçùýn¨˜{x àoâTâð›1Ò9;׿š\Ú·Lx¶^Ðöä¤ÑÑÍœ/ÑC‹n‘‡>Þ‡wë’:øä3s¨DY,™Ó¥É}íBäwa‘~ÁÛµDW6É ¾±:7Q{ÅíœÅ2îhéd£ ñ'VŠcù«Õ~{d}5Ñÿ°×ú»×­¶ïW¼ Cgë‘ÂOÜæŽ.Ì”?9½HQ;TöŒ¹Ïôàdÿ…ë`‹{×d”×é:ªžæk¾¯VçÆu»rW´â6¹ëOä€tº¾•8Î̃R†œg&‚hÐHŸ­ë¥`†¯a05‰2ñ þj´?¹6“Bÿn”õO{íGj<³Ãí2’–ÒvPÜe‡ôñ×f'ÙµÎ+nùd—Âö)„RtIv<«- þM›×îãÓ-kôì÷­;[+·Á Ÿ_FSjµ™øQó¶ðmÝMÎþ:áN-h÷Ž´÷ÊuÏ“¸Åèí¯ÿˆøàïFY¿ÍµTÛü‚B@M¿æÕ 5®wW\XôBÄ‚EåŒmç™!| - |ŸáA&5¥–PÖ·1›œÛ5Ž­˜»ì›÷ÎCô¼"Tö¤;®ŽÞ#®9ò¥š5‚üFÿód}ºç»a}±v5$ÖÆà‡²Ö7ó`æD}bãØÅôú¾©«ßmü±®6ã~gÅ-,uñ6Ï• œú_ÖU¹7q%¹*Ç.£Î=SÖ#_”àœ? Õ”|sÚürµLr‘°•h à›.Õߵƅ>u˜ŠNd«{~6{N‘èuã‘:í -ïõÑ–aµÞ!«Y¾¶ò>ÞQt2úƒoÂnäe“-î¶Ì¥°f•yíÊó3ÜïP“s3ÇŒ…cJùÅ“2¬½W WK¯Ú#·êõwÍí°Oí¾cÓ‡yïÜ=¬zNášÌ“»ñàzìºÂëã`Í=m¯Œ¤l9Åå,¿&‘6¸ŽŠöÊfØÚ&‘£öÚ^Fmü:¤[;—o$0Í–)ªí/Ž.$̾Gq)" už™åùäL6Ó%b·›ðÈçw`˜™¹‘uH'jk…ÞÙVÅnÜW•®p×¶ôV ËW”Ž¥¤ '¹ÃŽš³'fØ´Sý•‰ìÂ}Û ×çÖ®=ZÔõ™þ‘Ë“F2n -M§¼Öô8àFº[Ç;åµÇº üÀ3°Ê>¸ìüUÿ¸wç ãЙZTP'ev¤”‹Ì¢“µÔs;‹Éa)aåW0äÜQ3/ u8o"ÛœÐ6(¬ÜÚÙX­eæ͈úL˰‹E«y¦#Õ==öõ™.¦»kÍ«÷jÿl(œk@û_W™‹^Ïœý¹öÍ”ªL2·Dî|m=ŠØÍÁŠaåz›ÌÌÎÝ™ˆÚéø\l5ÜéÚñ­+âõ¹¥¤à•6®‡¶A®-“9¼ ›[Cͳ!Mîº[Ží1‹8MÎDâ/¸ñ•†‚>Ô¤Í4ëÉtÍRC›sUäR›ÕŒbo[Ãï§[Õ”ÙœMEÅ®U»J>‹î*ç¥ó®8ú&÷Å*^¿7sÎÎýþ:7òf)Öv7û´ú îçG«B×+(i ŽÉæ½%ψº¾×äv ‹ÀÙh2œŒ° -k_ëï½êÙôRÃýQÑÒ…¬«g¾FY¡jÞèŠr,ñ Å~Ê¥â +üîœÌÇÊ·w*‹'7-„“ËÉÙ/ƒÃx#M½ü;A‘ª²žT1óx7;èèr"¥é¨1k ÖP6z#ä.Úé­‹šCÄFϟ̵çCì7”ÛmTÏ®nÁGµŽŸë™QµÓCcå£ÏdfYJW®t­ôª|/÷ åÒv.ɯöE•ËÇt[NÕ¡TK¹‹Ò¢ŸJ Z…ÅU7âÅ&7°D<ÝÚ ÛE -JPHαïÅBʧNŠß޾µT{Ôç£ÓõÑ¢ÒY ÎtëøÒÞú“¿nMî×Ú¸Þ«2ÏÖXá°î¢2Lwåûc~*KÚþ.O6û·\ÀYiö€±_°”‘st)DKÅÒªWÄ59nŠøèâ;9?¨£v*²‘‘çÏ]¶Í;¼á¹x’JpB¾˜7ýääýFK¨·þÊí«©3düž$çu2ëÛ™8g zý´6½c‘j\LOᎤU~´s®üöÈ© m˜¥¤’Å})•Ï%ä]¾‰k¿ D‚èe„Ý~† 4³b‹Ñ–Šy…©ó¢kó|g3án¿ÿs¢?…g•` òbmä§ho•Ÿ¦X ™Ëû×Z6Ø9lIeŒónöý«wZüŽÙ½ÍvnÊM`¤‰úzÔ}T¹ê9”«[Ì7sÉ:M¡_ìšœÇ_ž•€»§„%Wª »Â8Ž…²Ö|RyÿÓ/iz9ãy¸–)°‹ŒTasö Åè—ƒË`ƒÂ’Þ -ÓMŽIœ²RËÅÞŒb†ÒêÜÖYª³²ÓË}Œ«‘}¶;·cpÄÖÝÙ™t¶[`·ô¤ú Ö«Ϩ{iüVD*³‘ƒ’#0'ªÍ¨ØæFùØ-LŠÑ8?“ÂYv‚m¤×;67\™•E½™&«æè­ïÐt[‰$êpÀuʲÚŲ×Ù›–¯¿`’«^1bàÕ+„P'„PxÇ„À©bÐÔ2Ób]xy Ͻ¹‘ÎÎcÌl»*R :ÔŒpŒGv[׊ZP键ȵ/­·c+H«Pi©F¾62{¿`vñ¶‡,›/©½Ë¹[šjz'*ÂwŠ‚ y.åIÒÉ97×*á¸M·Q€{Rê„Kï^{O‹eLɤ=¬ò/Xe™NáJZêì!šÿpóHöêxËêáÇ]Õ¡á•আðv±Vx¿²•Tmt-‘P2{’Ɇ£¼Î<Ú¡wC"9Z9qLÙM1 Ï;yEò´r â£byý‚ñgê†á^/à€6Ì?ž;˜Ò“&Xš[PuÈ¥Ñlé^BÂ÷>™Ì\좵ö)D«.S“ÉJ…Fk;z.,w@W?Ú:2Y›]Ì›ò°Úi|(ý‚«±V%ʵöõ)zƆ¯&C¬³ÕÍî[äE¿tI~ûCøø³›ñrŠØá`&_°jF{aépšCçÚA³W¾Œ,®è"4ÊmÆm®U~ú%탟픪½ìÞʲûÆdÍ·ñž@;3"t ŠˆúêM—Ó«I×½Y(ŸܦNƒ˜âµª-óeµÒΈì$Œ -³ÉuDwÞb“(µ« ¼lWÛ¿`l:VŽ=tOgh®±\!+ä!ú%ÿÈm‹åt®u’Ùƒ´²ÌmdNUg),â%<@kô½z¦Ó£Ì¬ÝåîïÅÜŸóÏq–srÃN™È$cåðÝMõªÏÛÃÚÚä©}°«æ¬Fõj5«Ã@–dŸ Å¾;ç5ö)ÎW[XMU‘Õþ®#8›êäÚìä(¾0ÎZÃbeKú&Ó›ôÏpŒo’zÌ’˜<ôæZ -4‰/•øijv -N© Ï#© ‰¨©Zõå§fƒá J]/wOÇì›Ñ—ØMæë¶ÚQëö nhÀ ê‡cÊV&ªVIÆÒœàüØ=Ç,±gæÄ“·-d½«™ó®¢Àn—k¤W©ömz?zä{‹9”‡mJ­¥® ÙÐ4‹(zŠÕÏ1@!;È-ÿyR9 *@§ @Âú Þø6jíväàzUqÇÏôë¶háÚî"umªÚy­žÇL¿’ÑeEì“Z>ƺ—+,ñêÐsr~¡žw3rª.yŸDP]ñKïL€ÁÈ Amš`¶X&'hÃ}h€>Ë•G  'e–à}èÚÃ:mkÔC€Ö6€ªÙ÷ðpCò1å3_p2GçG¼s ŠÙv‰¬¿ttsÞÖÄYn ±V|lôOpƒ‘k´9ñÜÌõ^n¦Ÿçbpd]8Š´„n‚ž—à°xŠ<$è>Ü‘—¹`{ÑI-¶h<â Àì“0ý¸X¥•7EÜó\(öŸÍLÑ3kÞÞ’<Ûéác¢•² ÑY[¥Ú8 J]9[ãær%Ùú"»/ ü÷ ý5 ˆ6^ŒˆWýÇœTþu‹½{¥_ðO7ýnàÖ‹ñת -=ˆ×4Ž(‘Õjx¢¨zw¨ÎÐýúx”àªAl¨§Þ#Á3(MË'x|z?Qz³¨f*L0}J)Ñ€".u@ÁÞÞ Ç¦Èåµùm1狲iï³V£ýäyA7Ö+´&;ï«lNËó¢Òr,6_=• u ’H^¿‚_pZíq;@·øà7úòü?álì΀žQo@om$A\tPS½{õ}o}/@ž ÃÀt·±tSÊ|œÃJ1ù$?ïõ§àèüI6²×qA½mé -‹‘ðÜ &ù¤äkQ©tMB~ƒÃÕóømþãCÀ,‘è>zòÏkö ˜cï ØìýæPº×Ëê}Àjù`í' Ø®/¶×îÖ($˪0X*kæáùN½zXÝñÄhUçZ¹Ñ½H¥~ÀŸ¿àRq¡¯9l±s©WÈh•ñ‹I\DA-îÿ²ÿ(¸ÿÈqøæð'ÑAi  ï\ùd\¯ƒü5ýñRë=(p^”fªÅdÞ\ËžAA8’  ® P`á?[Ì…Ãb-õ„rÒé©^ùÅsµ`„Iº‹íšµjVfÓ…Í6à?Êñ¯ÿü/÷ï7Çá«àþ‰ãýc| ²uÀC»!à ëøjü@׿S瀿‰ðwDHp²?>ب¿þ†K4ñ -_Q¥É‚.Sk:%@ëîuœó„@«…vNܬËq-Pÿ\ýßÒíÿ×üYË×~ûpøˆ·?y wÖBkë15Øœ2@<ï,PB¯G &S Æ] ”Ò²Ÿ >ýÁVÌ%ˆ„:Z®è/5qÒì>½W–©õ­¶MEq#JÅ׿ùþ¼ìøGêB ™s$AèÙz#ä™õ)öä¤qî'r ®'Õ±›kk‘‡·ÍÔ­8»PhÎvˆw¿~žzN-ò[<Ð[_gíÆÌ–Z_ëuõó`ÿÿØP¾C,‡!\× _»â=µu¡\Ã9˪wt3ü4òÐ|øÉƒmå7‡Ê!Ø,}úôxˆ÷G~î·Ø®KÅôOäˆÕYÇØeÜ&Å¥Ku´ða߆¡W¯‹·k²?y°Ðؾ1¬«ÿÒ“¿öZóþu‡ž­{ývŒ•Z:zÔÛÄáÝ´ -û€nKuË¢먊·Öì·V‚;ËØ@Ü¥KPãðÑÁ§¡tÂ?ÁŽïåçÉzá½gÆÐ1Ëì=@fJzfdr†/¡òÔÄF}?2[WŸ=^‘ŸÈ¾}³O%+;ª~¤ßë¾Ã†Ïî°ÎÄ¡±Þ„;G㸫c·0ÞzÁ1ö¤'™ùåqrŽ Àt‡A]8Õœ»a¹|[f}¬?ÛøI¯ýI†­lìáOêª¯š¡´·ìyÀÕÜsþ Ÿ Ë) -{ŸÝpç w`ïßèÕ¤~ù„¯zR27ù¥<>ª¼DzM”Â0¨hÂP…ìò0øuWˆ-Y>œã~gÖ¶}ê¸};6×{N©8øW¬/¾Gñãÿ˜W¿aÿ×¼ú—uu^Çæ¸éy…¾5ò…þ ™:wÇnXí.²è®ëÆx?À×ÃcgL¯}j?}8Qg›9ezçÞ ý÷îEõ¸[2Ô»¥bÙ~LtÝzýž¥dos Zy¯ŽJØr'“Ünp}3´p狯*ÿµ×®ÎÕEcQ9:¿cØå  QUîýñô*7Xש¿k"5'23ºÃ³Ç]¡n7ànWxàcÛ“‘©-öã_6– ÿjíÒQ‘ÆÃ 25"ÀÚëÎ¹ÐÆÏH¥eò ³EÝáÅ/ذ¥läÁ´òc^ýõ’jÜõ…Oû¥Yó=¤'6ÉŽÞÎö5ÌL¨ë/Ç&÷p;/1û1RÖ{Ò/X -4.uu\éd–ãdvajØX7‘íÒlÔÜnãÑ~ÐÚÙ¯E]n3#dWû MGæc=žê.ÂcBóÏ’&£¦ÙðÛÜæ/ëê@üƒ­ágáóñé\`=¤1éߎ‚< IÎd<ù7ùm;-7¶'ŽO4kÝÌP«¾Ûë–”ní,iQg‰4l^b öÖ(6R­¤Ç“ZEw+IQðšº&gÛfã½ü¤h6læÕƒöaQÏS5ì–Ÿ*r`5CL‰5ü¹qª»‰®šŠˆVé´L|±ºvˆñ¼±!ÿmÏoÊÑSù¾Å…p÷f¡{Ë—ž6þ/¸ï…Јzì®éˆ™£îÊï«ö˜AOMÎd¡†¯e³ h“Fë*™&ë™ʪ‹òµµCH5ƒ—Õên¨Uêe÷»L”|:³­8õʽ¯B¬ìê/¸,’å™ü8\®²g“©/Â÷$?›í«uoR­Þ(‡ú ƒ•K=×}`6$¹wSßba‹V]»É=Ò]ÍS.Æ’Ûøu_.Tž®këît_ïÓSRïï›[•zl^Š-o!%®¹ŠS½åxñbË"Š•äǦZ—e²Û‘|kãIJ>¿-Sÿ]Rkr¡”Íâ–·KQëåN -ñ¢Éá´0Òýqê8q“ëe»öÍ>—šÖ~ìµÚù˜jEƒÎA¿/ãQ£šnªV[è5™Uº8ë+ùÆÌ«8ëŬ|ã·Ëò0ýÚËÏúë$Ëg8ÝHÕ´”-Íë5¢Tg&ü/X\öЍ+SØÌ;ž@æö›âþ¬¾‹ qÉóÇûÚâ?Oî'8]\ã9fªk_°¦‹Q¨oǃÈ{½Ç`¯ýØkÛ€GŒbfzÑ” -5S›~û¬tû¬R)²¸^.)TG.wؾ4=qžW¤Y©Ha)gZ{QÎ"¶Ü>…6vNíZ´D¡ÀŸ–V…ïé‡wÝaCN»›Âý•}¤Ê¸§Íd¦”ÃÂ&Áì–ÝGñìð4v™Ý¬Fh35ë_ªÐ '»é–¥•¶rÛº˜d³ô¸=9¨¶¬F¯e·ü(JUiæúÕR£ì5ÅÕvm‹8µ$ç÷y\ŒÀ§£A‘m½Wü™Bö<çqW.–k/NØ8Ù£µ£ Ò#™c½½†žWÐÕ€ ÚØ’U©ñƒ »†Ñ¸¬™à¼b4Bˆ-Í^gìÑÆÊz¿ùéÜV,R£¤Fžº¼ÕÙ4rµ–ÓwݧKP½‰OvÊåÊʨ¢Š&Êñõ¢—[¼S•m.^È}ND¯à9Ú¬ óΪÒë(¯ÔÏ·|š¥Ó¬êÈ8›UüO¿$m« jÕz´q^Ìi¢_Œ)ó°"Éc¾Ó¤è®R´~¾~1åuïäÍËÎ=à…åo°©ö:¤Th·þŽÓ‚c=£šÐõT¹¯ù‰T·Í䈴ÄÝøM¥ð,-ëy²1òShoåÓêÞaÕãÍc–…çŒÑ¡ü–AwÆ…Þ˜þ›nÑ7„ÚOòŠ …<îb‹,0”¸œ¢È×0üv/êø-JÏÁÉ'Yšq¯þ°\¼\+¹,TÝüö‹Fß´ØjÓ^ñ’–=ÑÚ1ÅélÏKÍÆ¡Ã_Q.€W]ÌÃ^esÙjƒÑõz‹nµKš¤ô¤F¦ö±Ou¼ý’<¡ÏÙÝæïdaÐÍýÇ’&ŠKºŒ0³—¶ 6¡kV>etÆmk茟N±T‹?a©jþŽÝ¦ Ôúvùdªb•a9ˆj<á¼Ù#ùöªŠä™‰˜•‰ÁyUÇüÖÀ¥áÁÂüÜ}€UÖØƒŒò øñÍ ÷o$”0AÖ­bnm\´~àÙµÛf©‹e¢6.g©6ÊšÐòð ÎRî8×jççÐ$•[ß ¦§^ºúÚZÆÚN„šJù ×ÍœÈW…~ -IƦ^,2re®aÓ{®/áwÃÞ7©„)¥Z & U›£î&ÉX‰hæaœ[¿RaΘ£ìªß³f°ÊeŽL®±OvâM/}+åôØóîГOjEwc%ËRÌ -æ Õ½R·ݵG_Œoqw>(D™®-ÛEJÿ‚›é iÖéº+)OP§äÐÄSBo§n ð®÷‰ªÚW±©Sã‹xݾå\‹Î¨Ù}if;eÉÎg57Ó­ fp_­Ó·ÍöœXz>ÚT–·ò/J¥Šfª* }0£g0ÿ<~œ>Å­Ô´1›AÀƒ·šE!7pÞÎxŸ}tëÛÖåÛ¾­uo‡¾Èuõ¸×”gxᥠÍÁE‘V÷ìZ ÉAðl$çXƒ¨²‡Éd -S•‡‹MNXSM—ΞMøÀ†Ê·x”šI™y -ö¹=X£'ÈícäMä¢T ä¾rcú r“, r½GäŒæä”Å*™óË|æÛ Ï©¤ËàëîXÓÔ©õÀ©µ¾8¤Ç߬]%ÕÍ–J.—åÁØ82æq5Áß/ÐDð½%À”§ ¨ydSs_ãQH/]O › ¶ç¹ Þs€8c‚í }‰Lp(dP·Ò~&ïªî %5¶ÒrH–¡ÌaØYjhÿ%Û¤»ð×ÜÉ£õ{Ëëõ"=ìÛÉ ¶W'r£ÿ”„dl@ -õ­v¦®©Å«WP3ÛeF24% î&A']J ÖØF‚] >I`m\c€jœ`‘|X/&ŸÓ÷É™ Њº(½J승/‰êûÓØ=ª/=Dâë¶S'×ɇ‡Tk,Á7Í8aÕ[Lli7:ÊüÛΠ?Á ¯Ç$@ÚbÚ‚G•Y2+IÎÌWE€9n5AÔX±Ö’† A‚×`íú+Á˜Z(&Xê+‰#€1»À# 0ÀI½ÆÝd¯‚rzÏù_pÔüü×l“¥ ù n0ª½×½Þuø°27šö7¸¡°LïPš¯Ò1N{‹¬SN÷ 5;P~ˆ$€/ -ÀCV¸Wë$ œ|€±O,ÞÕO ®À›%*ÁR¸!'ŸTvS€kg€S -ðÌ*ÙÓç2ÙµÓl ˆxâÄß.`m-X‡ƒÂµGݪcÇA\+s¹u­d¬,÷JËpBL{û+B¿…EzÚ˜÷qíiÿÄva&¸; ©…¼Õy‚á6Áí -ˆy=ˆá>ˆ‘\KpN>g7–€ÐSÏs¸Š™NjÅ/¾ÌJË–à¿AÀßÕôäïºÿ›vüµÿåþýg|ŸäÛf¾ú;(aÛ@¨a p7T"É.€Xc?ªµhæd º·‡Îö*¡ Bîá¥ÚÝϰí{%l»·Ú¦7‹«½ºìøÊîB ç³õjÜNçJíyr :Æê§KæÑÍšÈQXºdôÐýOä€Ï Û.í¢¦l×’¡oq?p6»ª´ÙPa2Ó‹´S훂ðM†ýúWäÐÿf]ýqÛÞý´ÿŠC¼›½6}úÒ¾NÅs$ìk'lŒèÑZ‡·Ñï N×Ûgzº¿kÄú|»ëËmóÙÚnveý°¡fõÓš K×·aîKá@ðaUr¡Çöè_ðâíl¥…_,™ hô\ÍU°ÉýäÁ~µ2¦¿=²þe]ý±×þlzâ&§(ò²Ûû¡²Ý¥waÞG·Í»Kÿî–µ:×ÕÒ2nÊ•¥°Sê¡G+Í…_È·ЀîÌ3^¶h Ý):š­«ùéÌ€•å _؇©‰xŸÈ'ìÛ¤ÈNÎV¤O¸Ëb=Žmø+Ó~~wËú -£ÿГÿï“üÛ5ws×Qyî/c­†ÙÚ/|¶u™|ë4^5hf@•ÜÔÌr˜oc899·qvâP,?á"¡ô Çv¥2vóÍúX¸ô Ï+ö>-³ƒÑ{tŸŽ€m†AU¿3‹î†ÚÆ¬Ûæê.ð§[Ö×Éúc]ýd×~õäŸÔÕÔø =ªÌk×°1[Ën{jÂŽã³kÓ›p{c6NÆÊ“bu7òEí4‚ÆZ< Êök˜™uRnXëg\-3F]$\Rƒµv, ðÍEìïÚi¥OE„îD¶ÖûvËò§=îþˆº®ìaöc6hÛžšó¿²þtËúůuõ«'ÿXW¿=²þa]^ÂèÝ?•‡´­»¡²m¹Èü`rVÛAßÄã>µ»ŽM_C‡=¥¶=§ð:ô¸>w]¾u…'ù¶c)cË©nùµ&kAáHê¨èI7ÃvÁ55êxh¯»{¶mpN«Çnç‹ -—üøš”ÿØkƒPHü¨žÃÆ.UI|>JŽNÅÍð¥A8Q[fzg[.ö¸‹Zî -w¹f{’¬Yo_nY¾¢Ù4W?þUsÔɬŒIR½†Mgn";gÕ^›Á¡××V2/-*¦QÃÕBó<jMbz<Ï]¿ÖU]DÊÕ?þÕ]ãté.]Dª~ïo‚÷°ñÔ°öâäˆ/rlR>wc‡~Ø^)—²”Ô=ÓQ3WÌ µ;m"›×6È»ÐÚYw¹eæášõS Ã.b­æy”ë4¹7æè±_ôt1]4¯®oïÕðÒPðCêÜ€öEº®2Óª:òHÕŠ•·ŠÜcök]ýbmw“;Cz/5¦O‘Ç%ޤ‡ê| xhz3 mOÄf4}­L ÙîÛø~vnQ§ÑÍ`ãÞ+©øÑMëñØÍébÊÅ5¯æPšœñ _óŠ hãIõ Vë™ÃNW5öÜ©­û[ÃïlP5¥Æ¾J½·/Å®²då¼X©G[†G7ß›f¿H®—W[wfÛW»=6¶:ªí: m Xïšï¶ìVÌ‚í·ñݺoØo¬Çž6ÓSuÙðùMZçu•à/jØáï*rÊ¿jW€jx\ÊVM±„ý‚•h\¦•|ªÊUγ~¹ÂgæZÙÕ.¶üØ¢cÙk›[é_’ßµóK–ݘ]‚ᣠ;÷Eí1Mó½EÏ›V׆»1÷Šsa“‰’œ’Ó†zŒ> ºkÉk:­£žÔ“åf=h’U£S½š‘ «fñ4V¢Ñi¦°ïSX9û¯m…O¿¢²[]äÇêu—½¤ú’Þ{*+)Œ@JÐÉ*–TnVC÷nŠÈ«àý‚…õd¾ˆt!-0Q)îñ¨hjÂ*Aslä¹?ÆwÔ€ßÖÀbÒÞð}ìôÕÇL¢”¿œ¿ -µ %vÕ%6*WwN,)v)ªUx(ÐÊbÖký‚eO÷,é½õÉo'—2…~R<†óRæ­E­úˆ„uÅ‘Ï§Š»‹ùÉÙ]y;„Tî’oô8çrZp|»~/¸Ç\¾ v7­‚8Q' ü嬳ÙÉ=y2O‡ÍˆrúNNlu}ÀT~ìµ§\èϼkdB{X£ T£RÌÙ¼,{Ç‚¤L/RI]ìqÉÞ4‚¶Ð‚]Ü[ÙA±Ãæ'üÑç|!­l~ÁÜeïž¹"¾ -ÉdÉ¿Òù|~¼÷kùó¶Ù¤¶X˜ݘúhÂ29Yo3õqÖO &5Yÿ¹ô‚:6uwæÈ¹åL«›uµƒ×âJǬžª–N¿`u£…¾â˜LKž¬|A\Á:%´üR¡Ø™EþÄTîÊUnµZ…»Ùµ ¥c·Ÿ7~¾‚]Bvf‚=[å;³w`¦¡ßXzµËWh\ô,jû“#FQÜ &­¡Ä’Ö¢d‘‡ûqFQºô] -¬½l©8wéh0qJ¹ä†]CÝ4wÍ’!"iL«õÇw•#ae¨ê¶¤6Ïe²tŠ»>Tá‘:pùwf%þ‚óû¤°³Ë©ÎÖú/ƒ 39›i„—^çë3ºynh|z»RfKQTÔ¥H[¾ÈÄyÆ· >ãûx,l­„ä.†’[õ==׬ÆÝì6Lf¦m­²üg—Á)ÃÏ)¸ -t:FG•´P½w G¦»€$~C£ -¥ ï§VÓ÷rùⲓÍÑñº…]7ËZaÇûã–ëm]¥j5ÕÚ.iE*µ!9·a“k_èFËYajâ&me—¡E‡c&×\/ÑìŽ?ÒÙöð™HÊÊëðÙPÛ0··ûi— ¦iáì!O©ÈÁä–Ë ÈM‚{0ç4Ç g,–nw–Î8¯õ0ÝË0 °vÂøñÜðØ­Ž,èiM°$C^º¼P\¬Óy}ôÜ“·¢Ka¨e.8Χ‚Õ8PºŽ4;dì…›Ë*y‰zÇNð˜ä]Ùä<‹r¡² f<@®Åä#Û½ÀHö`˜Oö´$ˤë rõôÓ ÏGnH7ö³ßömߨ†d¦š³sc÷FgŠï°­R¤”y¾âx0cû‘šâ^ÎfzüDD€UŽÀxÀŒ …ZR¬¥š‚Ñ{#Hpˆú(¾͈Ͼ  Ë¹ Е<èäÔð(€VG€ -@3ÇÇ@¸º´“L -È®ž~V§ÙEÍ¢v‡›uÕ:«w?-/騸7ä×+1M ¯þ]—ãäãÂvª1}Ko8E€KŽ`]8ûhiÀ|ÀŠ,êÆù€Õäi&–éVi^Lm‹qîÛ2¾ÌDö&tŸ© ­=U¿±1¿¹ýw|ܶÀûd:Ä'À*ɹUNî›L¥YŒ’ëÆ9n3§3Ð$À¨ì0ôý˜Ü+è÷Åî¡ëB§SÌ@5#—šs_pyð‘0v{öx7“ùØü ¹+ÓA¡Unÿ‡û÷ß­ÜþoŽÃ¿T]7úDð6(ÀÞ^ÀÞÇÈSÆî£[ªJä;\ä­Ü8Áóòòžyì<ú‡¸0ß’JýξJÅCgSh#nŸJïuät‘ éÆtÿ§TüÛüwzÿÜÿÇûUQ¥+ -Þ° - -Ou¸®‘|É\X4w¤—€;¥Ó Î2àÖ“A»ü~$ßþ×\yqVêÅ ”{-m7¹x‚>ý{õßõýÿ½¿ÿ#}÷ïô†ëQúrûJh4& h3W dë<†ž „{2ˆ™QˆY½ Ä1ÿ‚m6õð€ÍÜ}Ø—îP#jü‚o#î\×Lì^Úñnr¶žëùÉI…ëc\ ÷G! OÑCÛÅ‘´Y?ïÖ*‡}z_;ϳ»ÆmˆnñI‹Ü˜P·°¡‚MyÕQcÍ®ìñêl4_+îÀ%õËŸ€Ø¯ƒõ«Öþ;wõowèW½6£ÛóB R¹3ëaÌ1®ÂÅÈCR•Cewoì3Ý­±C+k‹{“ÞÆ7Ô:ªŽ¼oˬelÔfKa_Y„Ò‰].Þ½Ê~ásÍó¢ž È=gçA‰e癉¥Zš%›”}~eÚ?ÎÚo¬XWëÉ_9ôÓ@éë¼,·<@mü°]ó»Ë¦ýZ¿Ö6´¿Ý²ÂG{H/Þv·°€ú-ažU¥ñ 噑fª3|^lLwõ²15sº5¥Vݾ5§É(æÛøq19›ÏÝÄaøÛ8îu³cá–-y2ñ¤÷öþ4 ¤G¯õÃú¯FY‡·z_‘l•ÉöÒEN½Å»³Ín2û¡8[ÏÖåY4¥ÂæÙg7û„;TÞãØ2à±pÖrÞÃ1qÏã]Æ“n>7zCñ§e49ׇ’iÕ´ÐwÃzsê"«Ùn°6¸T×9•œÈ™zŸnYe ütËúØX¿æÕozí> åA²ypór¨€””+ÇÚÄÁ7ͱpœv<é:í*±7 äy0ÌLçK7¬îw.²Ø“êuݸ\øúxï'3DÐ7IîSul–¡ö\å{ß*wãáPë -¯cÏö~a½çÑËRHùG¬¿e}SWÿXW?ÉÆcè?ͫͿsWñ‚‹ÌñÒ_!JßÄ)ͱiä'|µÇ]ñ~7°£®ð`}ûá sÛ“++ë=­ì,¿ÚÖÕøéØä&ÝãÎã\Rñ ·!aK¯>kù•aÑ‚‚±ÜQ³C¥“YΦ†Í Ùn:mƒZvÛxtt[fþ8nQW07l!»iž=úÔäòÒÝjÑ‹[Qó4Ãh¼·Üªá'UëÇ;JÏJÌ«ß àÅÛ\K?š÷w+·Á㯠tÓ{Ó-=»G šé±jÅG{ÝbAkgáp‹:S¨9e°7Žm:%Žÿ7¹—TÒÝŠTÑPÓ<µÑl¼—ÍNCÁ¬~=h&õL´]©Z!uV‘k®‰«îÆ­vÕ¬˜Q•N笫J4ÏãK×4=å•'—ù°0šÊ䈹(ŽÇÉ!ë®?j­545¤â·vjaØ´n:Âû »rtÔ¼êúÚx/Ö†‚l@=0–éºJ5ììq9íéÚºwãjø HU³”­)Ñ„6~ÁJRœŠ£º³ -Ÿ}Ge·©Bòcó²×9 d™že9ƒ/UÕž²Â¹á½KOyˆäOLŸ‰½twhå#+ ãöÿcï=ÛÜ’vá_0?¢ÉBP$$”sÎBñ‹ý ÒxmÏŒ½{®g¯÷ì³Ç_nËtuÝÕUEu•Éô*¦•ò¾ô«æ4dÚ¼Ö³f;ƒ­ª}ƒÜe†i3œŸ¥Vü*Å_3[ÝÖ2G]åkÒIY„7® ‰8Y£´¶Ù -i»«½ -j¨ðA©(F¤ÞU° ²‰çÔ*§@.›b½À;:ØïŸ0,œOÕ®;Ŭ–qŒFé$Ğᵕ!é\Jô2<3«ñ‰“»ö=3ÌtƒÜV²©U=YÐmU,%}ùTMx#²žˆXS»Îøž¦1üè U{%~¦ê¡ØZVc{;%/ñ\,Åæm‡Š™ÚAŽ®¤ aÙrÄÎÍz‰NäÊæe§Œ”|h|XM¡ -Úè$ò1»I;¹B=<°’ÕDFüU9ÕÄÚ.;»ü•`ºY”µòi³â…uñ®…®AÅ´vÑÔžuK)ÃÊ.£`‡uÞÓ¹'ÏçjÌTÎó@:Ñ’Žûz؈G$"²“‚q {«&þ††ÝÒM’®ûˆ.i²[g~,öš¾r¥«3UD@´äC³Ù;‘B»ê.¯»%'Vìö`Ô•–šN™õâÎËõöÙ±1g¶^óû¦ÝGN6/þLŽçä3ãƒPtÕ„£!h‹Øé&¶³´‘f¹ðÜËáx‘¨Kí-ב€–šŠú¢¾FÜú![ M¥r&J ‹ˆý,¦ˆ)QN½¡ÂȉåÉ–Cùr­¢…倷zèŠÛ Ê…Ê]’­>Ð(sÒóy¦~¾uè‹êžèU’èK^Î3ÑN×é<Ḭ̀9_:¯(àg’Ý܆KmÛóõ±‚º*£YâíR{Ôì&:ÒÝRÈ›ŠÉ=.Ý+­›˜jŠwaLhhhÆDÈP.…ø¥Q -óÜÔŽs›ê$ʼng²û!ScåP²Ëœv­9K\<ºµRý·O=B]™êî¹3õ™.K2]‘$rpÅL_Dú*ç+FPb.Ê‘Íj¨ÙåÅXÉZÇ*Ë÷V#2c’Š—’¹ÉH@\%ÎîMöÎ-Åîí ª× ÏÇV®ÒÞ¡ì:S¬lÝx¦±a&Ö–Túš+eé65,SúµEõbò„‚'µiP„ÄNi‰ÈñcŸW…n†o{œñv>w|ýz^'koh{„T§îzœK4ÖyÅ[—ªiÕ§i-ŸbÎX“å›îÆà¹–ÎW± -î²É‹ÂTô Î.N<Æëëgú:ŽßiT`êq(STÏé ‚r8:iT4‹ÄE·AäzÛ!¾@É nn\[‹×ª'uÔ¾lä(¥–È1œbP{¯g±Pf[mãçþÂ\bâ¨\¶o‡m·´7‹VôÖJåQ=.¾¡FYAÉ[Zݨ“α˪î:»¸ß(ö8¸^h -)Ü.¤±†1PŒÈÝ£,Auóa·%pvµËaë2[ÅBw£‹V “r\ÃW$ª˜Ì -Ÿ÷V"É2Ôi^¦ÐmsÁa…_'áóЬ´fÈnݨܬöˆ6Fvvµj—¶Ñ[Õ¼†öÙܸçFÓ{õŽ%;ƒÖQÍñqL2/N¸—Ë¥&}Ø{øËÔŽ‚õ=ܪŽîØÚ ˜ÞShu h¸*Äú)‘B¢ƒ~ naÇ&t¯JS¨n{4ÄIºQ€v®@kÝ@PK‰X-z}ªÈ¥Ä²ÖKͦ6é=z%»(5Ìv†6sÙÃVM×Ú -ì軚?o×±°Vî†õëÁ …B„L?J:L0Ìñ€ÖÒÂ9M” “²ܪpXM x¨;žÉo(”ÌAI0X®×‹žÇKÛÀ ¿£X¼­LQ+¡À$ÈÿÕO BÌWÉ>×°65„ÛÌ+ V•¤Ù6µQ¾’£49vÒ ÿí'“û -ªúÉS´‘[Œ$B;¹c‡‹Q#¼„cÛáí·ÅûÒ‘‹†™û`õ!ÍúЕv„t2EÖ-€âs€CÛ+Àá p ª™`ç®°Mj°‰Â¬ƒ>˜¶»mI^=îŽÕQ‘ÛT,³6/ž ùÀLè»FŽºv ¯L»}Tà”Õ¢u‹¨‹ÅDX.®¶E‡U’›$%‹Ï1¤ŽÞ‚.>ÈEàãð §ú`eÞ^ØïH=zk€Ïâþ}³­K/›xjÜížî„n8E€Ç®+Uô«ÓqÏg_·Ì 2‡g·gâZDº9zÈÙéú}›NŒÆŠ—6•{x¸éOCâÅ«ÒCŒKà›¥ËÂÝ$¸¢Ÿº¢^óWR}I¢†|P¢>Ôu@wfàƒ-Å]†@”ù£= 9âÃÞD®ÜD˜:‚Áe@À×*ÀÏéA£Þê@NâyTIzq}–o+ºDccÂöd’cj£VªÕ½f5z.øo?Ú v€Ê‰0 ´®¨D8 ¨ð¢(&·Âú}]?t@¶.@ÚÖ¡®n%æ= -ø^2ƒUãZlúë1?­ò›ô9Ÿj%¨„“^O]Ab–Û;§Ñ¹‚suTM. PÈš2 q ÐIôÁ—0ô¼¤º×Kûà™ïAÁõlÛ‡Í<ðÁÞcІt|Dë@ž?‚G›Ô±’Ô²>”Ë>œ>æˆ5â³|[y_˜rVbS²î°Öû㻫Ts¬!g€Ì‡"}ãú†ÒS0›á‘[‡&ÓF°<–,úH¼€¹x`®d0[1çC¡ ˜I«îþ ˜ib˜Îô˜®Âú°öovô ø0L´r /‡‚Èaœ°}m½?’NÊ…ã5b{UÞ7u!}YÇçÚ²\p¢]¡©‹B­Ç°©¸»GzŠ äÈ=(¼ƒ¯Sÿøoàƒ}þ†fEî5ÀÁá¶ù¡ë `Ï -ða'ö’Kö -×»m-Ûñ[½D›ìÛ€¬<Àr®à¤ tVŒò¡bÆÌaš,>qY¹èX±?Ž{1Ϧ¨Æ«Õ8Mñ‰²‡&óÛ1à«x!ã¼ÿú -žW…|ð«Óñÿv›>«ï¯. ÀÓ+ùö ¯=²€O´Z€O&üK”<»HîbûCÛÖ€›V4ÇP9ëU¾M+ÝäÜ)â©Þz¸Wíò¾ÁIÜ ¹½X”6:޵{§XµaÓ¥úïð¬âö#Ão¡nÎ@h±ÚÐI‡}ð$ZÕò@@= p”B—u„¶m„¦…`í‡jI „ÌLîç8àm4dįG‚¬Ñ~nÇ`0Ó#áÍÆ†¬¿ùöû›?²7|áÕ5Ë ˆ®ÄÖyÄëö$|ѰxÈo€Ø÷œXÔ+?E×gi2™ïöNq¥v÷m1©|f+ÚÌ&ˆSsÁÁ½}ò¿œÅLáð! ÷é¿}æÀ¥ g³ÜÚ|O½;sÅAÈZ³äDÉrÒ€¬«kÀºzv_çÄ÷(àÅy+3<Ùá“v´@r½8’£.äÏô~ÎÞð•÷é¼ý‘÷|û#{Ã3ø6ˆ»}¥º­õÊ r¨Í@T º;@,Ë/AÌ&I.é VZuÔþË—Šç!)…½ ×N…}$säÝHiH°µ—¦š»Ø$Ôߪ |´éqølWå:}›UÖ;î—L§sNÖªÞ|›îÜçâd€Ì¹==sh:<“—y}êö4¶k¯'mÙæ_™aƒÄµÏøÕ—;48Îÿ±sAêÕçQù#_OíßP_Í?v±Qß< -1v—’ò*{â•%Ó†“ ¾w5æâèŸz…ž9¹–œÒøQÍUÆÉ“Qà Ó cvg”¾¶‡#¬=Ÿ'Úu7ÌAâm0OøÀÄæá *S>mõKŒµ{Õ¾’ÂÞÚÖ£·¹ÿÈ»ú„§«ñéÈ{F5n`Ëí. çÐp¾M"󙃃ÝÔ¥Áù{µ¬%:ÌÞk¾<0áÝ_¾ÏO Ro›¯D{6ÝP{ⲫwÅY¶ëð{«+ï jÇ«rÍNì¤ Û×F}ÝV¯ëkëÑÉð-Ž—›¯J3ð bå‘åú£˜×3cèÓÙø½PV6=î d~„5®åÁ\;Ôû«”×íÙä|ؕ׽Ydžëöµ69´Uornù/ìÞJÞÖp îñæ0q£›ŒûûK†d7‡KŠKNõTcžw̳œ8õÿ8ÛjrW;4lM¾Cö¯’YA$ëÓãýʺú#3ì“üÛLJzC»ò*o·ÃP¢•¼œŒæP½›M¬Ú.9† _í4˜97¬—XzRç×±níˆûè¡v¨¥.5ÙK=ªž[Áªn¼ËØ×ÎLª<µ¢ãh®OËnw”¡¶¥I™ -—rÂÕþQ#«hÊÃÊÐÕÉÕ$“ŸCWgw’´Ñ†‰›t½D›‚có¹HÍ‘tåGêÕ7Ôn«9ÓVv¥ÒÓKµŠŽ8nµ;eƒhÊØl>+å˜ùª8/mESÀîÖª!,Þ3EÓŽÏõ¡«Ö ŽõòÞXˆåÝl>ýžAÊoè3xõÕÇÀŸÜnK0x¯>C›‹ï«žÃú›™•^â‚”‡é=QÆ&'¶ä .±8·.‘"³9Å­• %-þpâWÑœ)^Ð ~•³ïè#ìæ]=ÚÍ]G™iN#ªÛìcv|du6Ìf†åN"ƒô¦1©›ÀÈŰðÐÕ™ƒ¶2Ïüº¯ðÚ ‡>±c½Di«š¼¯mõ†‚*f©Í¤”#g«"³ní,~_9š¢—=œxá‘÷:&’C&‘»l&§a%>ÛË•¤¬N9ÑÌÐrµ ¶i§œ8,¤çÎÊN3çG;URåYŠ´<ÝNa”o‹Æ]=éäú£d„¶@Â[Ö±'ŒC/Ñ_‹·H'¾Ü3ÏðÚzI2ÖU¯f^‰rÄ£f­Jú)žìvÞký\;%²½,>É ·y[ƒoïçB·½Aî}sÁß n©•‹B©RœÆôm‡£u BI'$¼I*‘ˆSÕ¼Ö¶ަñ¡‘Ú³£ -Ÿ(ZºpA1â—¹‚Ýï ÃéÏvO -ù†¶ÄÜ(ª Y;i« \kZʉ˜cñ»ˆ•÷ZÕÌ÷ÐUºdäø‹Ï“ãÌIñ—VC·ÕV;yèµúÉÒ'¼Ñ`žˆƒµÖ. öêc5ðT=4¾¿¡*¼ó0Åa6>qåhœ¼Ò131³£«!=ˆ–Œþ)²e„Èvn;ÛÂf>0‹þ–‘ÍŽ-ešT¼®Ö%µ&¼‡×–Î;k#6ú…È€*fu¼«ãÅxªÙªºxê oXJk×i.§>–ñ‚ªó‘¢ -oõªbHz#>©ëíx.jbó–9‰1{-éî!²Mî‰8²c†$9Â:©°[ölézH}í¢]g€¤Åˆ¤놤Åñ^ÏY*mä24].~L;Ñì%(14¤KfS»˜ŽÍsÝb©nL«]ß6CLÂM÷õ±Èóʰ㇓có&‹1wTó-¾RÒ£!˜ÎFlƒ6ƒLe9BsNØ- --éºU†’&å—b¯ÞñD=a"|͇C[¡É äøðØ„r†Ç‡r™A.D‘P­« §EŒå†(°ù7´¦jB¢’e`¡XàBüÞdؼ“.vf2ZnËjpH<''ÑU‡„#یˇ±G…½ùŠ »¦'J×õA–4á{5/)ÂÞ5# -l…&]¦ö††(XíòóakÁ³øÞãV³Î…˜n„µËDž•„Q•Ä`G]fœz/ÕéËæ+ -XÞG¬jOˤËsYXû Næ»Tý”™–˜QÊîvlí‘yøSˆ¾EGœ¸†Ï"Úîö$öª½³ˆ@“‡`ø¶Ih²]“!JZ³üBÂ<›Æã\iI³;-g±Rß­3uî0d"×äžnj=˜º-‰J`Eƒ¢õ†’)hz$‘U™#‘3¢µ‡ø©ã®&ªë¸{³RE´f®ÌÊÅŠ :—‡¥ÝÍXé¹^¯¯|L!<¿©KüØ…ò<˜óy\së:8rŠû[Í€9Î ”©; –>Ÿ3­dê*uŽ9ߌÅmr€=-OÖDæ@>ðY¤Äãù –Æ–bÍŬcæ„-‰NW׉6¶»÷Ün9ñ{»fg¤©ù†–Ö…YÒ<§zRnX`£¸šmõè#ÞUG› ¨hø:­aÂaܦ æLCHMé]R÷RtKuãy‚:å9Èq2M_xbìÒQ"kX>›vJo(΄om¬èFæoÌo¨XÀ¤¶²°'ì—"g/.Dvíñ9F\ðÂV…qÆ®ÐØJÛÈß¿'PqËG³°·XO`·÷ ë¶OBíjDå°«Öú õEO‘„®}EkQ³ð¸~¢*½ZbhVfyÊ.î.W¸1%G„ÖlºÊ*פ–=Ì•y:ÕˆÖ:×l•åÐ[õ~ó3ÜŒتU™a!²åK~Ô6»Gäp^ÞgLH$›`÷PSำÏATp µ†@?±@Š t¯£±H¦@DÙG›VM™ÖÚlTƒI¦[)tôzqÿÈ[þŽÜ¨Éì¬ÌŠé°Ù‚’`Û*‹ð¹ušJ®ã‰Ðò:æ™K ¾’œ™¡URî#‘59†›Š¸„ã÷äêŠW(Á QÐw=¤> -{ÑðáÄ¡dyP‰õ|˜Ò¥õ@a؈wÚd=`²TwSÈ/œ+µ™T‡¢:¨0S»YtÔ©]è…»™ladDR§ùO b]OY¥y´nqͰ¾]ÞP~;9It÷毃¥k-h/9‚ä–Þ %lP7}õaˆtD†€o*>lò§\v3€nK7€N·a Ýt NÔïºEKÁXRÕÔ«hŸ¯`ΫØ#=*¯nón1bƒzA¯Þͬ©¯´”+%ØÄæ²\?vÑè±Ú§Ç¡ÉÕ©“Lá4av¨¹ºçä`Ixꃺõ¡â>Øä -˜ÎÐ3+²ÿk£,-ù0ê¬_û°óo)•ÂËy€)ã.ÀÄæ `T50ÓÙ: ^ÛSu0•o;O"­BJÈøúX–]ˆFê;ËÏâh -‰yr÷’Üŵ˜{t%¬4…"Mºº¸’\¨m|Xz¡‡*áC#äÃ)|½> pªS8M 1ЏÇ}ðüëlÅÁ…l Á›ÜüQMíj#R¸jý¼µÆ?Ë·=7Rëµ›å앺0¥Dß_ؘs ½0öH y‡tJ4FŽco(¶·q†Òõ# ¢Ðíù>4p@ 3*ûJú°(üÆ6}pg¿“gz4Àjà‡K àýª?ÜFÞ_)—¸ñhÙ€Íе–š.ÎÏ8à²Ùl­«,/ -é¾1È]ÅÑïC[W-oÃEnÞã,²#zȶϹ2É"]¹Öq -¹úZó -Hi’:ဤiÌ1ª«€8­3€ð$Û‡^k_%$Öµ 6¼àÃÒ¿:É4Ñ¡v€ÈŸ9@È^lqèÜ zFÛÌ`}/K q¶®÷ñ¾0œ<ñ¦4| 6=Í¥âµj =?…÷C:S•±c·¨B#åÆª¤ €2 ≠,Øb}èK€Âwq@Þ‘ (X7}˜»€<ðZG@.Ḣ k á‚ç> Ý^k"¤Xl K'9_¯8à €[éh/!ë6_óTµHÇP]c1$U¯2#ò¶vb»“ÖØLŽešò_6°+í üAî ¦‹ - º¹  æ( V#z€ÂF§gðZÍsWYßl9ìf(³ÿàn™Ý#7Ó‘C«?š£D8·žS¼;º©ùX`q´Y&wÕ3ž+ïÐÆSiÇ|èù¿²ó`TÏŒ&¬–­FšõŽnC!À0Šxmúl4½W€O0@Û•$ óñ39pm´DªàFÞ7t:OߺçWâ®—£,øz²޳“1¬=^7&=hZ&Š€]³Ÿ`ͼC#iøP)¶Ø-ûpqßk¼•¦{Àḟ]°YÓ¿E#{Aä°4>ʲ€YqYÀŒ¤¹Ï„]Õdµ°ã“ey’M¬2Æ3rå±O’Z¸»ÔŠV%Â%£S”ÑûA·Rp{Áþ~ÎÞð㯯ònO×|°Úþ…Åp‡øpþ”ÜÂTwbÊ>l&€Zwàï$AI·›ÿ7õº\–j“ÚþU¾í µz¦ð*àïã+ÅIf]™\U ¾mL„çJAu"¶ü¹h[ÿ$…Ã/WlJŸú0?‚PZ'@(k dÌj T®.A¨âoô!_û!éÐ!zy!øž°×¡F®x3 %o>NLºCÉ-TO##α…Èx– 9„Å ¨Äú1Ò÷§ÎÞðÁ«{K{@į$‰–ö=ñ®¶b'Ây -Xˆò~Dv‰=fŸqÀ…é 6ÎŒ&+mK•®Xí4 ,‘¿ÆðÌá7ÌÞÄ_•o{:q¿ÎÞðôåþáûò¨>ý¶½ -¤c4¤¨ƒ° Þk¥-Ð’ç/w$ðw­‚…f4íGp 8ˆæNKëKƒhlf**ô‰Ô‡Øß®Û_³7|,¢V¹p?ù~û*˜†¤@D‡; âÜ/ J‡Ù]=o zLF@ô俊¯|µ/ï<$ê7a¦ì‰©vÂG¾ÑW÷-È ¹sѺ¹Uçùò&¹Î8ë¡i®²žÐö_ƾ³àû›þ\†3‡ìN|د¦ž¹ßM]:Ocš\+zÒÇòøQGq/ºèŽáö Fô™¶6ð[’ÐÓ[Û¾¶yèCxí+ùjPCiP6AÖÁa“\6nëôÖE–óhŽ\:?G‘ðÔ¥o‘‰º]ÄÇÉc_ £}„µšF;ªöóÃìcQ’½]P2ëæL”ê ˜q|Ú_eKÛ¾ovÞz[‹¢{âÆÑº‡ >I>UWRXõqy¼ò¯’ËÃþÝÙ¸×gçž¹ÞÐgJÎå\žVç6”ªO½\´;isáɸ' -Aµ,h70¡å©_ÂÆ×Þ67‡zâbŽu–oÉ›Ûñ*áY2«;bJûZçõv;ªæZVºÔê© Gn%ûas˜¢7MmÁnŽJ%&>µOxů:Êhâ¿ß¸÷ -¯}vîé œdϨÆá$¦'L?dô¶YÊì:,¨tÜЭäƒ ß:­‡‹ŒZÉ2kȪi@쾉 $ÏÍa¡«KN¨1Ï¥°gɬúÊ*‡ê%η -¶•EÒ±%$¨–rª^ËûʦìvZÍþÈ0ð†>‹f=#X¯>sš>3ó—³ÔçGÓñŠ ²­‹¡ÜJ†›X/©¸äHÕ&‘ÎÕKŒj9ÛRÒvìP¡Q;T³­š®ô«^£8òwd7V›Uc×îÚnkݽ­å¥ÒK  -<~eƒb„ÒÄJk¥·,çvbXdN)ÒZ¹ZþU#‹¿Å-sÛ ™Ïüº¯¬«Oò3,4ȺêsL=œ¯¼«&ö¸9[k ו)^õœc_›}ÁVï£HÅ·8” -<%ËCc)cÓE¾4É}«çÅs½ÈlomkU¥† -ÍÍmÃØ›âÕ¾'ëµ™÷T$ÇœB®ÏÎsS e«“–í•–ê|‡3_ÀA_þd¸Y¼4æéÉî{èjgn«·üºRÇ26‰žKäBðåXÑäDØZUdÂâ2cÚ1ˆ`UÃG‰E ò=­åÝdRÏ]‡élNóVö1mÔ¾§^ÝO2؎عpJÏ1ÍÜÊÖ÷¬«9îºú†>ÿy:¾Ÿ~ùáµÏTµCy1µÛq´W¦²n‰œ‹kU&‡¦¾N Nl5Ï»Údk§Ú»ìcÜ>e{ÙÉ- ÏG c°}$ƒ­dàëlz^[iÆ[GR¥øQÓ·]Ñ%8TN†v'ÁW‹„ëK»®VÒ÷ÐÕéI}Î'øâJ‹ö¤ŒÂ·$¿׊ëãìÙà -ú•hÀ)›â /æ]u]ÉiȨž…gÕ¦1))-ƒÜ)½4s†©UC™¥økt©ÛZt«ûš÷1餗„7N<q2jm³@«uMTua¬*ÃÚ=ïï/¾mÛˆOšÓYœ|Dî13…+1#»>t·Op|)ÑQîh3+Íøº°rઢ†¶¾q½é={Xp¢#ÿ­ù -AÆ }uÜŒT)Êgu[%M_çw’RÂ5Veí:]Õ´vÞkªå¡£êüa  íÃD1¤Ç2>iÀ»8y%Ï1S Nò÷ :BÛ‘ˆ½fäÃBudÇÚÏÃÞ¶…Ýj3vkF߇’¿*{µÉ$Ó†gçDcµ„äš7ô(Îö®%ú¤Ìͪ{usíyÊÈ`K9’Z9ŽêËN~1 »ÅÅZºîÀEjWS„ø8u¢†ßW0’ÌF0t5,à(Tô!Ñèܨm¡95Y£¾[&Ôêm­ -ÜÆ‘bêï -±fzàÛȩî”¶°X<é$¦„ß=S†å='½cnE&²ÈlDÂdAvrbXŽP±XصbštݨiI“y±ç¤K"|.ÖCiõB“îr¢Âã磢/ax3s‰p«y*Ï•,ÐãJEâBüVåB¡t±NpÉ]F´¼sÔSUhT‹”iÛ ¬0ƒ_òZ¹5Í ©ž±AZ»y€SŒrý]µÇ§ˆªœÃÞ\¾¾¡ÒuÍ<ÄÇ@¢.L„=œŒ8Î…&\ QãÍt(Á­&ZŽ Qf…µ­^›•xxÎ8vòL{Ç!I» Y¡®×q™ºÞúkêzï°ÔõÁªí4¤ÖÞÐ÷8àÁ"k§×µTl÷x³‘ÌC¹þÝp:z‡ -,ÛÑØ’Ø ò±^ØImל‹ð Ÿ جCäc·åM}wäV£Ý… »kösX]¨7”‰Pˆvk\ŒºzJŠj»2ù¸Û¤^ˆ/‰áª}#Œrˆ'pb˜Æ'óJÏY‰Nq3¦•m$ë ;2±ŸQÀ6Žz)„c²›­‰zIÓjëïû?2"D·b˜_ú›‹0šjSží¥úì¿ô˜#40‘ôlB»ÛÍ’ºI›-¥õ/Ò õ­J#© °Ôð^$|¡w@bInA—ÞâM³Øh×#ëCý=p…æ¬|±Zª% - R²Tê¥Ê&Ñ=S]¥@¶¬È £âR?1 Bf3vfñ6£’q/®–¯·*ì´&²ï8C¤–˜,à“¯žÁ _‡zCá˜aSPk: ƒ‡Œ¥@r˜­ØØôœÉœ%H«Ó€5· à°o,Àô•p×éqϹ L«šæjåe´cY§xK/@ª+gi(E¤œÛæ˜Ð#9_Ž)Œ U#§¥›’R{NYއ°uÞÝSz-:ÄJÄÜ=éV®iЀÚ|¤¶6=ÍÙ:ܼdq À™ö¡Qžø°¾ø’ Î#ÃWÊ¿´õºžÎ®îª¬+ðËÓâÔn]¹rÑ:V¬Óêž-@›«’Y†›L*ªp×Ò[-6]oG¼™lICö¨†–Û.÷rØâ^tŒåI#ðZ[7Ÿ¶¸nDÂ{Ñrs†{€äYàƒÍøàERHgR»ø÷9eÿ–~èúBHZ÷/Ä™>@ß°A„®ØØÇîãÚý’îÛxÛö÷J¾×, ›ù!&&3ÅêYÐ/Í"”@sê^ádvœOõ0¢9YÞ–º!:i{7¼ˆ‡§ps¸j£|Ê×x×ÿåL|ØnŠ3g€†lßÀy·%b*@…¥PQiû°[T«" ³€BC ^ÅçòÚ·¶ §4ä=«õ¸ÖØÎ±p¯´]j®׫•üpÐÊfJ‚Õ¯úL`üòª3«¿¿\RJĢÌ©wErR_ÝÑÚ‰˜AÐmÕè©Ýèr>öá±è*v¨×>\)€ž“2@׃@7\ —Ñ ×øÁ‡3 Ðí÷Æ5Sü&ý§Í P«™®»xtYÓSû¹M™Éñ³€Û+qCºX™Òy›Ôo”zGÛfáƒœÌ -ÝÐ&«ç™D¶"ìxàO/vgF›ñÁ^l–^¬[Üû0»¬‡a›gyÿ×LX_Ȭ^¯¬O6^6Ô9€¹×À2µÀÔ”ÿ¬” ŒF -Î ·¶5¤A¯+‹ywQªÎ°ñj)m£›Ý­Z¦ÜOæRJœkyØß&#ÉíAÊÁ§ç±lžÊFÒa,ìt‚œ ÜàëÖࣱÿkt:¼…^^‘a*´K àvXx.ÈÐð<ÒöÁ^¼àO]¼0÷¯›…<À£Dਿ²°ëQØÎ¶Ž±8½¢€‹ä}[’‰ôÂRÓ‡É3Óî«8ZbR•õ-KFxûðÌ´ëï/A®]¢DÈ2ü,TêˆcxˆEÂD?óa€¢¾¡Q„B>$â€Hw2€0¨šÎ -ì?¡¸ T9æÃ¥üÊ4ŸRp0–¡žxk9P¿=ã€+¼òJòz¿·4&½.`ÇöÄp¨K51>áÚ+Ó.QÔö|4VèPy¾“G›Ø6 áÉ*(€¼ž€Ü^ü_S |°Ó0õ=,¸*2¿‚%ˇ^Ëߣȹ £Œ¿eEgI@Ƭ: qjˆÛÍ_÷jÂljƒ³…Tɽ‚<Ë·•">,m¿?½¡?åÚ-‰}%’œÏq¡â·ÌÀ"Û„°° -0jµå÷Ä ò‚43¢ w(@y}P«EPÃcPMJõÁȪ<¬ªÂ÷• ¾‹*ÇC€Ò" ÂQÿzøÖÓ;òlò€7@¶3ÛWð"3¥+“'Kõ›(³ô2a “x“,ÆÎJ4&™µµ ù5¹* [È£pò޾ܳ¯Ä ¥`ÄœüAÕ/úáëOô¡¤ø0Lz9€îF€„€nŒq@»‰ h¥4´(^MÁ~Ð -ƲÂ/5‚2%{Õ¤JE¥D뾸à¹"­Þ7 zfÅÆò³B§.K¬IK.X„kÙ_r6ˆ©wx–t{ÕuÂJy,Oú¿1Ù¿+–|˜5‹G§€¹-.€¹§ÀìÏ ÀÜ`úâ0ÖLº«&>êFX#5â«öŠ:¨¯Ä Ù^6½ö:QЗ¾v½¯Ï±"žÏUfvan޶žŠJ[#K$/PȲùÉ®ëóv¸­M9©#»l¸‘p¢Y·£Üæév]´ÅÞòÞ)¥»|wA”õ€ÇÕAª$އ]õF—ã‰zC'²;U|V»ÅÙ*ôÔHÙ-39]  ¯ïëmn³Í#W—ûíÅxLò:™òÆè¥v¦‹ÉU5Ûç,×?ä¾^˃@1}J¾×¯÷ßù<8„á(ÑÊ ÕEÞA+85Æ–³ë Ÿ£.FbÓB„ÒÍhöÉì°úÂís1ò9[é¸PXß,qb¯ºa„©­dPQ%Ì…¢õ3HÅö­m-˜·ÕDªgm2ÉÐI¤QõG–üÉ{é§OµÅ>#F;X¶x+Eró^2_ÀÓBËLÈÊ·l:ó#(^Š!˜ÈéJå˜w앟Ö(•¹8ð`‹¦\es¬5Õɤuˆ4ÎþZ »æ,“üŠÙ¾%§ÛñÊž³ùîè ]äÙòi9ºZÌ:qÏ%6­~¬Lîá^ñóaíîDyÍË´Æå|ö¹H¡ }µÙ`ÊFàȽ¢ÃÇõÅ|ñSh{·ÊÍ}¦zÇ74˜Ã€È.<Úçm6LÁÞ]§z‡²EwxÊeš‰Þ˜*⎠;[ÀWøLhígËÝ­¬]jX0¡ã¾XèÙJqzYi¹œB'û™•õ†¦£«ò6ËwrñÞ°¦Å?ŒT¶öqäà}ktɦݒ˱ƒ?B/w¾Y4DŽ|î—q,As?s'Qëq»Ä°Bcuv Õ¤ØêÏÇUfsi{Û¸ž:þ¤,Ï÷q;BÑ2ð9¨ãÂp§¼üHx„XÌs´z„­Î%‰§¾€0v×Öauý-ßЯøøïæâúÿÝ\ôçØ|ü7rñ_ß™þÇð—Ê_*©ü¥ò—Ê_*©ü_¦„síÿ%*ç¤lèÿR³­ác©ü¥ò—Ê_*ß¹ìNÅ•ûOd.}$ºZÿ öT*¿¡ÁiùÎ?¹=zón ½\þ9ùó®µëÿ ûKå/•¿TþRù?æ8–“Æ—’ö•A|ô@‚<(柛ݮ)%•¨@µð?!/õÖúóÆ^õŸu´ÕV†Ítø—FÕ*-þ·¿—¿TþRùKåÿ&fºšˆàŸ -¦6£TV,Bü T0¾¸ WA~¡?ýLÊ:vd%2¦ÅÖ?K³4°£qný?“?¤SE XÁ)®Áïo·ÌÍ*+½Q¤H-±?4ÛŒÇ*›ÇÈHÌæûÆtZC5›jô›áÿ’·ÿ—Ê_*©ü ÕcºæIâþ9•¦Ë+³GâñÏZlzrÄNQª#Ì„öŸ(/׉‹âÊo(׫?5Ë$ò‰”°^#&ï®=bìKPÐqsÐuÿŽoµkõµZ+ðï› ‡úú7b÷d]rü†Â‡Ý•òéBå?$]”ó-§®6Êïo”êZ%œlgF¬ïÿù3÷Ùlý`ùèãøïŸ½©ü¥òƒJP ´IËJ%*…iùÒ1VAÚÊ?‰—â(-‚'…Xþøñ¾rXq!ÆÌd4ý†~‹ èãïìó´ä7€5[4Tgoù"è?½‹H¥ýˆi"(ô²[a¿} 2oÿ®ã4ù†ÒqÑHûM!Ðo;5÷wîIît,ÃÝïЪzÔ¤ºßBèY!ÿôf¥È:­ÎÖÝtµdòŸgÀ¥}¬þ«×Â_*©|¤Ò²ÕI˜\nÿɃòpP©Þa˜b¹ü>…5þHÔaÀ.‰ùïúøëëH»ÛÔS]û–k¶¯ìo9EŸrö ê÷ßYÎÌÒÈñpØ' [ôoIŽ!5ôåk ‚êANeêË[™¾4øö-(Ø)}ÝT-< -â‹ÙÉïÞl éw¨ò›ÎÐô·oß2Ã|!úõ[¤ÏÜ*ï7AN¦_~Zëpy²€6ÚïxrÙd´t‰½¡AÀÌ×·¶æ„ÍÎE‡éqÚáñß5ùj÷”<ÿ§Ìñ¿TþRù Q\‚¤ô›ß߉l*4ᦄ*ƒþDE4”ff—¢/^R¿‘ HL=ü.ñ çÏñ뎵&8Ï–çþo¤™»•ƒ•œã¿!EȇwK< drš}ÅÆKÏ++ñÛ· A_®üåjOx>)¬µ¾IŠd±×Ù ˆ¶¿îŒC€§¤d¦ç YEG‰‚‡ã¯Þ={é@/•òo/!Ê=ž¹çý[õúó^T \É[Öü&Ðc?ù¹ f ß²=)¹YÞ‚@Aî\‹žþáýö´ul´Ñ‹K‰ÿ‚Uò—Ê•–F÷Q»È¿¡YNi/§¯o…‰Ó æ}~ÿûûB&Yþö-]è鿳#ÅÓyî/1œb_7S?bÏUÜúZÙŠ5eõy¾+HCUú| ='†jÜo‚–_ªv)ÿ9> ïö_óx«¯N€éqùðÉûÃ$üxøÜKy¼NÞÂöü G*õ.¥`æ‹Î‚c”oè'èž%£ƒGy"ñùÙ¿šEõV÷stTñ]4~)…Šì|0ÿ~Nk3¬ÜÏÇßP¦U‘ËËS_ˆÈw8æãib1Ëí*¿Õüþû×Ö_*ÿF*Ä‘Gç¬2³óx_‘ýˆRÿý¼ã½U7b¼püú›¿"ïÁb\¾ÖȤ™Ö~-&íw}n ˆÑˆþñ³/s!'X‹ˆ[ù$V|p'á[GyéPþr¨Á*ùMTíÍ'ùR£§`ZÃØg>Š$ñðÂûÔtÝk¾„øBÏdÀS¦}£¾Îúáò³øÐSàU7ŸYú’Lo¨ßîì3Ñ6e¾ƒ’î)“"ã+·ß%Lüänü>²ŒgÔù"lŠÂÇr:ôlK}ÅÊ#µmsÅÞPýÞ)%7[ük¡ ÿ«ÖÏ_*ÿQa†3Öªó®J T ¿¡"žÃ¸7÷oå¾V©xÌöž–Ý"òåõP!ùøöîŸÕÔ>Å©ÈÇÙÎ_ Xê²ý¼½Øsñ`Ìà+.ÐÄ»ÎðE˜ -3 ®‡x`LÅæÍÇÓ3.9Øî_:ÊE?Y¥T¢›5ͶâÉéKúìoc˜g’ Aš|´ÞÖX…r^úOû£ÝŒê»v ìç±PvÐlA¾4ßíá€ÃlZüVô®úïç¦~Ñlâdä×¾|ÿ]šdÉ ÏáÓã5†f¼~Ü{~lÁøù0'.kòõ¤k™‰7tV¼ôìurSÜi¯¿¶ÏÿƒÖÉ_*ÿ6`Noèöݨ Wóo|@͉k.ޘݛ©n¯ëkw„ ÈmØX #ЩߌƒËw'NPÅøØŠ”H$~k©Ôµì{~„þÂÑ -‡ßõª—]î~•,ô8X©ÇkŸøš…§µøóQœÿô-”>Þuè³EæB÷—nd þõ³ “xJâþ(âör·8z×k Ög_—£ßÇñ…oœjÍâ“èå§…ÿ>"ƒÜxÒS™b°O¶%WÊ_Í?Û­ÐæÛ÷Ý€ ÊW~ŒÍI:;Ҫ˷OSÅB(ýlš¯f.]7[¿°¹}`ZL4už‹i—\g+R8Š‰â¿¼ù¿gåý¥ò„3­ê4ÓÖh÷µ®½-u<8Î^3´øùS×üyìµO3ôx -L@N_eÿp,æ9C¡ÏË?æÖÔ`ÅõWz†ýå"M¿gI ¥B•§¼«f^K™~Š`sÃùû_Á7·øÔUÇZýªq0Åo¯U–û|ŠâY÷}•}ö¿Wa-xô³À¥æß^ë^¸ÉÅÔ©ˆ©ÓMr!q÷.¿Šn®ÛÁª+§>†4Jßþɶ(ÕûÄš¶y—ðèê S’Z¼ý2¾bò¨±}ÿ†Àò ÁÙ¦° -¦B¸™NWD¦“ýÚ)}äzGó–‹5J~ÿUù?|eý¿A%:+y=¼½R~K…éôõd;*_¤’LÏn•'4zÚÛ¸™oß4Ÿ|rT^¾f&¢Ÿ=NŠ|_}Ÿ%H£¶ƒU -éÖ‡¾Q×ç’&·»Û‡ÇLñx~Y:P±ø±IÎ-ž^²'øà¾?(ƒñ/ózЬ ªú¯Óûö®w`Ëþž÷¨o¿‹$¨Ö/Í·ÀÿýSÜðË?|~): îcìdzÐÃËg}ЦåáÙõ:‡ó‰`sñTtøywÿQC’Ì|ú4—¡Êç7NêãjŸMÄæèòζ/:Åyan?9‹–Ìâçi‡þžîËÙ˜6Å¡ðš­ßÍu×Mî+¶†jÅUÓ½ûÿÄgô¿vÝþ§SiB€%Nš‘M‘¿¹á‹|ûF;íöEë^ûeVˆŸ‰ÖµÂûjË}ºÖ(,^ºEŒ¹¶~ + VÏÕÔ³³p¨¯sßU€Ï£ä™Í-x4¨Âó‹{»™É?›äª÷_ ³{Ù6¾ˆ üàv}Œ•ôûJú|n¿–š½ô -‡¿êt4ÿí7+èYÂæ½ÿ?™ßGÂ’ÏÞ%~‰mžgÏ&£ÍÇGA‘Çü]Ÿ ”Oþjzyÿ¶§?Á½<Ù2ÍÅä'n>+cÊÅú'UXyƒ×kg¾8g@û:ß3Àãõò¿>Æ£tæ·þ6s7÷½ÚÉÉP(ˆø{A8]Ø7ÿ3VÎÿ3Tä±úÉ}ñ8 6°¿ÛëçG½û-HÊüEàÞi¤òD}j»ÒG¢?›÷6ÿ¢ÏnZ æ'F‡²¿êTÿµÂð®ø¡É|졤¾ë _ìÈòéþÅ&ﯰNå]oÀþã„E¶ëûîXøt®ê8Á^üígŒŸŽ`$?ûCc¿nðtþ½ÿ•îY—ë»Î} -¡i`¯|+¨ú‹bßJ!Ï&ÙAÖøÄÉèª]yñ9~v7ÿCB@ŸÏÌ»ãøKJÛþÇPôxNFŸþ–¯B 8œYOúåL| -ɧgþ«©µ™å¹ªC¬ðÑ¿´Ö²®RRnÂ¥@;´xÉ\›e—_áÿUëò?QRI8ºhIƒmˆ#2[õ«IÒ‘÷{íý{/€?nM_’@z4>Xý­× -CíÒ§>~ÿj4ù)Â`"Üð/Cs×ø®+‡J@ô}ŸýtzÑï>ˆŽW,üb<9ëȳI~4m~ù»ZÒÿ)@ò}$=¿¿›1àSf¶pªør¿…&-áW“#øó²îHô£{I»NÂð«IçÓ‰ºœwÞÉá_¼u·~ö5°)y”ñž'u~·Pv×þ.©‘Ï“¤¹y:t¾š24HïÙ,a}y’¨«>:ÿ:ta?J…#£:“êýG¬š¿T~š^ë]õò 'û•~ïåð=|*l«¿î˜Ìµ®v/cÖ¡]õ‘u>hêÚ­”Œ÷YÓyªÎöoïSÿ“¥üþµ!˜…qêþ‹…Ðí÷ ¾È~xìyîÛ×[üQ¢“æÓ×fî/qºuã¥3àÍôè×1xß¾ë ÞÇ÷ßCz?­¢ÈúÆýºhpøé0 ¤ÜücÆþgÈw)÷I©g%gúÒVdmñ‹{Ž^Κ}éWÇ­/!žæËs±BÚç·Lí¡Ò;ÁÏ~ó&¸ƒ¿õKˆò1Xð µø]Ä -ʧʲoܼ¶÷‹%LI홋û{Tø"*LJhó< ->_¬›¨Áy¦>k·ßá8ÍDhè¿}þQÉØýæaéç'ÄM>nÞ#Ö±_ñ&V¦„ÃNuøKƒ*Ð?/K¦ÎößõA[ýò•£ytß7ýóÇ…ü: ð}F~ŠDÆ\áii·ýâ}­}ÜŸ#{ñWÖGef“ÂÓÏ(“ nä—ïLÕ½û®C„¯á_­vú]7ÂódY«’ù¾ˆ¡æÿ×Þwï§kû>l:$B'@ ´@ -i$tîÙgþ8Ï~%ÙÆM²M™{öìû›ù ˜hIKÒÒj_-5g§ ô¤Ê®2'ˆèÚƒ2ëXx©m«ª$³{ë¬òÕj{Øä¤öåîíW™§´üev6ÕÆˬ9Q¥öº¢yFÂ4a×”·¶›­IÝ…J_u/&¼C§ÓàtS«wÞÞLÔû`á# Ìþù;éé‹u2ûr&Ê7Óº.iÖD©2:o•J8T著庹jŒÀ*}rÊ\§V˜zk1Ü*u)S²L”ým8â{l³C»íò¾-;ðZ±¡ _(Õi:)H¥pAOÖÈ(qð{¾5zßܶv¥äØ/Ïלµ§Ôµïï|fÁlj ¤°7Õ’~íoY¦Y×â&-±/Z5o“Gm}x:Õ&ÖúhÛ¼ôƘ;B ÖÜñeÃŒ Á1æNw ™;ï_ó4g]½ôÄI½Q—úµþÌr olžÞåý‰„›|ÏVà5ý©%nu®ìúØU¨öf¿\Ý﯉«Òl>òtüÊe¢²_×Me,¸ñôëö;Fžj¬JåÔ]yŽ6H`1ÛÈûÛÊñ¦…Rí¦+¼$±¨¼ÍO÷[¯›Ì¡{Ÿp ?³& -³®ù—lcKy]0n§×Î/ìÆî._ù,̶–šD*CÁ뮼rºÆ¯¿é‘eå¶·(YÏ¿öÈ3Dè%ªoÏ™DOʘ)‰·W±üEŠèt¶=Ø,Œÿps]kq’\åm‚/­——çy¼»ŒÞ/YìEOñrü½Ú´ Šoþé¯rºþ±kÿ•ÿ *ÝŸ—ïŸ0{ÿqÝ7ÓïT›QYã‘§ì[y{ZÅ?VqoÀåíÝÈu¬ß|‰ ]–>ÕzÈÁŒ.® Ì(¡[É\˜²þZ6o]ìÖܳªï™þ%è#VeZËð©TC¾š¯Ë×/©‹'Rƒ©7ÐbY^*óG]¼ÃHO­¸Æ?u^:ªÒRý¥"Íé#µÇ«¡,í§Óp£&}}Ji òO¤‹P^U–ˆ·~³ã *ÃkPÅ„ø¿ gL’6Ʀ±XÚQÌØn¹R¥{D¶Îjõa‹Î-#õ’ Ÿò–«ïD0ûöOéev[Ÿ5¶­ú—ð%3éöªMÒ5Jÿä}ñ‡Ê¿#•ŸÉ·sÚ/>;_ï3Í›÷ZÀ»*ß眷ò&=¿mvc!ß·µ·F®ß]p*›³2‹wþ×£2E½Ïò‚`•Pô‘¶ -J’2âñá¶P–]õ%“ÉÄÆè—×]Ô¾ïÞÜúVúZôë–ïcP’^LíÿËû5 -Ë`…Ý4çõ¶ÎæJÀ‰Ó…Íwª (|ƒÛÖúét ¼õ©2·¼æÚó[jN2·Bl º¾œott.íÇž› L<ú2[˜çUØú–x¸¯¿bQÀ óóø~Ç6Ã_S×òÿ“ÀêýCå?™Šk¾Èº¬¾ïŸdõ}^¼bUàé'Ÿ¯}¼´Ó«Àåe±2{ˆ×¦ãM6ÑËȲ󚛨»o÷×RS¦£‚"¥ÄÏ,| çñ½¿4Q÷û:n²ÜîäÞZO_nª‰/OµÛE΄5ÕBï“+¼ÆÃüÅë5j‘P{¼›õI¦—éaH¡\W…“@wýÏW.E° LC)NvYVŒãùb3Ñlû/Gù§Ü-SÑ6s}ûu·HTo½¿·\1”MNî#5‘ožø'­è?Tþ¿¥òã«ßØ^6ãÀíÃW`:ëÞÛÞ˜×æÝ›<‹˜ܶž›Óhä®úì .vm×Í&p§~6ªJ-ÖenÈëAÊ]ÜdÒoi~xî=Ä*.¼µ¬ÑN:E_:+N·ÛÔåˆdÏ­Aäl*#HWGˆOJ²ªàÒA÷'ËéAOþ+˵ëNŒ· ½4ïV3®I{XžØß1ÏfÑÓzS,Ç3ðU2Å -^ ú*•¾É<¨|Xàå«DOóždÊÞ3Q7ËÅ®6ñ¥/1hoøÒyð5íSsõ»uóulïêŠÿCå?™Êzµ{x_íl•Jp^jµÌþñ¨Üó:º¹÷Ìc¢8˜=åzmRæje‚TÊñeŸÌ?2Høäî:êpÛ-!!¯ÎªŒÿF)J hVÜW²<‚¦;ÉëN~6+G—zÞŨ¢:7aèÊ%¼eªÄP€QFÌ}„爻æ+y`Ïs¿÷×a’®{»Ôõ3y´Ü¨¢å¡êbˆˆn]˜$?Ï¢ªê°Oí×øýµs¤œŸÎû/K³eóF;‰€åÑg/ -Œµ¯3‘Å=óX -ØÉ)ñèå磷nýS×ê*¨üTæ¯7÷“|¥_ÆÜ3÷è;Ö¶®mí•Ò’ùi ÍߟéŽkŠ–ץ輔¹O%gM•刼ô¸K90>©–µÇë\Öð­âö -Ÿßkí×á監Ùát.Õ8š¥*Áü\@Û·ªÖ'ùÑnrËK’ ÙF¶ÍfI`îð,Bíb endstream endobj 85 0 obj <>stream -iÀå”úñðËÆýž›ý*‘£ïaÆ~R¹co~ºÝ_lð÷´ÅÚ—ÛÈó½Ñ ïC 4s>Ht?»ëËÇw¥’ùo³²þPùCå?„J„ªÅ]½ÎOë:üjÚ6ÏùþôæN}«ØÄo™«acU Þ|Un|õÇþ¯? õ2m×B ¡[ÑÊUîƒ |@Ë®ç06U<ÖjGðÒŽNð] Mípû±Ff"̽èo»Ût‹EÐÿ‡®º?TþPùP‰¾Ùª³¯êròµh——ö¢[˜ùéé!—¨ÌC/¶Rêûãõö2S›¨çœ­­ªËäýIƘ©§ ÷+Š/¹ààßn½ü¡ò‡Ê*P麙··z¸ôÚX,¯ÆãœwẩñkÝÕ°´ÛDÓ™»ùÉ„/«AU‰ç©òç6mS†7îÒ»ÂÜQd߇–¥åʼnn´fY›E¥`1$²kÈ…»¶óùk÷ºžY.]VÞ¡º½kt¿ -i`óûr–ZdgÁ%eÆkLGi›¨P&U=¿º[„r]w‹·êÒ¥L¿Õû}^« Xû—žkøy¡lŒò¦õD{+Ò½;ÿAëé•?TþP9èçËUï2Ý«Øs®Gu÷>ñ4Ëø+ý"³iãú¥Uu\’𦋓¸üz—w˜ ®=o*þµBQm³Ùb —œë:¶”õËݸ~ýNÌb½ÙÕS“0ŽÐ—«n6÷ò–DíÍ:W¡¾%/–ÏHû™}©FwyDã°õLÔ QëéÊ—êÕ\} ò?|æÿPùCå•ÿ‡Tèï¹ûå!´´{¾5ëºÒßýBvWkíìÛK}M%€—åýüë>Qa ÇÕ©óSÃÐŽØÌÖßEÞ?øN/oÆ !Vó@ßdK?WýÖsPUÔFűYÁ¶uŽîï:ºw^u¾¶xÝþ^þPù·¦²^_Ù`ÑÙ?\¤Uò.göß7h$ÿ“4QÃË çM™ \äo»ßé|{ÑX/Þ¿~¦¹Ñv亠ÑOüw‹msú¶XO¦î+uSŽóó‰ðwðçðK–f¦_óöô_[á™É¿—~s‘¸ðß´²år,œíN¦°UO2üõ¤ºc?ã÷Ô¼žÔç6ßBW÷‰àþÁýþzpLµ·™Ü{¼8+Y›×£Ü;ÓOîŸ<×Íȧٙúuš=o¾¬‰2{’³‚Ù{ ™=÷–²™Nz¾`5¾/ší¡MÐv(‡Rõ×$Sz½MÁ~Å<Ɉۚ›®3»¼§V}ÈUÊæ–ð47óù7áRüµ]¼Î?d¦M•öo>®/Z<÷˜K}^¦Ø˜/ãúµ·²/åŸ\þéÕ3bÝ7ÑyØœuÝóD¼·qÙ^™éÏïÇòd¦…–ÙYÚÐðcŸÚõ’‡–\º®– ß·¿ü GÍŒl¸Ü€Và]ki¢T?NB[˜·Îx߯Lì,F]ìÙúyó”c;ž©MMh6V >\ZßÁÇâøÛ~ ÜDÁU7ëõåæqýrÙ¨3þPË)D´È>‡zŸUKôå#S"¾ýf´Æ¤d÷DÇëßó€'z—qY;ËŸ*ŽèÆ:ˆdDŽl)ywñDC®žçò­^Ã]ï^N7ue~Åe -LêÊDƱÚb—ïqÑþ3Shgî±#µ– ªþUkŠDÁì‹d‹ÖE•HÔq[ ÕHìí¬Ÿß·¨K=§–¤Â[øÃÐB5« [’'Úp8³jG‹?ˆ(ØM㼜èËú¥;nŠD÷+™#›†;“?–èÀÛ¾#úß[<Ñ+³ËD­7 Ï?ÖFt ¬_Ñ#Ùg Dß.GfZ‰‚5&[J/ž«Ëß&–¨¥0 -[W‘] G”)Tî3¢«‰¢Â±p -?ÖPÈí6žhÑvm¯N?;X¢ÅûXW$ -æEÆà’Ýkö}rDóϳ‚ŒÁׯ‘¦{Ý*¢¥áoxå^2€ht© -$Lµ|÷“í{бFÃ>ß#žhè1ÃTï£x¢eË.Ví¿ÅQ¥kýgZ"­øVKš@ôÉôª«Ž(8ã-•à Z(¤Ì¸±2íòW™H´U‹´_IDsL—ÄQ¸Æc­z­íÉÐ}‰%Ú\oˆD»Îép‰# -ö [c¼© žÁÕ¼ç![g±Déö€HôÛÒ®fQ¥ës„y½zðDï:_³uGc‰½!Ž(Éìbšr~ü\c^óÕžh¡ÃZzÛû2Žèz}çµ"¢ð|]ŠM㉻óAŽèȲ-Ê¥Rb½ fH”V­_;Wƒ|/ ˆ^¯E¢€ -$ëI,ú4?ÖYÜ­ J½?Y¸£<é³e¹xh2ù»§"$êUŸ©w^ÛUpì9Í #Ã8ᯇkÖ箄 OGN6þ¨96¶²û @øëq‹­Ü[n OßìÝ,ðEx:q±ýïŠÄ±ð`Þ¾¼Ú>âŸ6 ³Ãu{‡žIgIþôÆì+¥“ÜS(ùä lÌW¡Ûoñ¹'ëu7¥˜sÒöd›;NþpöYˆnB™”ënšA¢'/Ù¾Ñ;©[¯S,°0·Žl¡Šös…~;÷˜¿òï˜B6ã{Ëf3þŠÙo‚aGýÀÞ9zÊÖ ™‚HÊA;çIªùk±¹ƒñ_÷vpo<ñø~µ·T­þ¯ë± ì!Xêä>ÑIùµ%à¸nx¹CÚ9q ‰"+ ‘ BKg'ê÷ÈD-…‰ŸHÙ92}L:ÖˆZ:#ÑW ¢Eo\Btb·=Y$‹´ÿ=Ñ ‚ÁPû¿ˆdìµ8¥DC-›H؃¬O¦A²CíŸ@4b…Úÿ3žh¨ÿ¤ j¢d þ ‰"íŸHjÿÑ)²^ñc§ô}LêDöBb(c‘‘½Wͪ5AóäÑ;~' þîýNÜû¤_†ž«†Z ¹Üï8i¨FD¯`‰K¶nalmÇSVtÐ Ž.gÅŸféKï_ž¤Æ:à6dêR®ó¿zæ°‰¦Ä÷–lذ{Po¥EÑÄ‘¿ SzÓù Uy{Ýô'­¿ú‘Âû”Œ; ðÑNñ/£žDcæ}fÂÆ?~ʱù—MQ2ܽO v9™§øº¶à¸Ãéí -_XY÷7ÐáŒÿsš£à X)¦,µ’pÚÿHÒ)i—è<ͽðüdqî@Är¨óë3½ðãCÆ4É)çµ`53møì\4ËãbãW1*É)&®y;7*¼ä™éföpЀ0¬ùįóbÅ®ÐÕeÓ”ó‹láרQŒ’Oifºíøù•#YÉœ…‚ml¼1Ú¦©¥Ü7þÊ.UûnXÝwš»®Ç2‹—5ær¸s]¯F勒“°,F…ÀË.SÁM§‰’N(|á;Ï9¢Õ;ŒO~TËÖqò]’öËC<÷Gæ=ë{" ²~ÓÂpS²·ø^C+Õ”ÌbkmYkTô€Qõ€%N:˜ èŒâü•RU~,!ëÕèüNŠìÈæ(®=aöþ,nÖcÖõØi KÌcü–tVîûcD¥›Å­Ä.‰Sg¢ŒÍà̦©XXµçO"“‹z*ÝóÇLGÃŽØZÉ'4ö=íè´Ä 4&?Pîáå{w¬zgâ˜\«;‘cï çãÙ8¦h‡õ+D7å~˜mr¥0\™Þ`s¤v,¿€þ|”pÆ ^¡ÅÐ%_)iÊ1©‚ÕÀ€f–3íÊŒ‚T1”]„™ü(m—•ªÈ¹Ög;˜}ͽn©äÎÐgØ@‹B(`ö‹‘i±ZÄŽp+YÕ)`¨#…nyOt¶½Ì2D6rb…?¢¶ÉxÞ² QPRžd$úa¼¨S¢Côç» ¤À(oœÁ©xÙÌÍd'>H们­v˜éÔÖz¤IKðóòÙÀwYí}âø¶‡–KÎr§º‚®?C¥É ¾¾”3·eÝ™ïÂ9Õg@!¤¹pXÇ`“‹§ø¼2º>¹ˆ•³ÙâD³ÊdÀ¬·¸ŒYâ‡áSoðß[(a¤[œ`uëz—‚¶„ÅbÄC¢éKø½Õ°ót]²²³2ÅrŽ=‰¾K •l$nöƒ˜Õ¡3´`ªÛ®uo˜(|Wâ+æT¿Ï- Òå¦sϱ£¤¥7\Lµã9˨h\+¼L>¤ïáçžÄ7®hÌwÂ!*º\|dD¦qöÚg‹0€¦àq#‹òà·¡ãöK#èCŠñ”ÈÀ€ÿ@õH4“ -´—hÀt » |—X.Ñp’^ç­«ŠV¦Á+Ó—h&‰LÓ’hÝÅ)MØ•ÓÍ,xòÞ‡x¬$:p﫳 õFé»@í‘!ú½‘cc¯¨¿Â¬—„^>žka Õ& -§ H¡ÍÌ£aAKC‡~¬Ž"è–ÂV6[™Ô¾32Fr®²àQ™,†Œif½.QÈ"üab¶‹Óêµ…,1ö -;*ûA¶™ûKdKK,ñc8kò¤&¢„ÑmǨjOlŒµsj -× -É –GÞuÛÑË#¨äªhרY|ÕÜY8²=Ü~‘ž†#KuuŠ~¿_¤âYx¼Åm,£Þ,QO&ž† ±Cô{-,lìtýþµ„ÏqŠ,µ³œb #Ê«~oÎA„Ú1ì¨Û[¯øvX£§¡öY% kñž|JÏ„“Vœ…JÂy AHGÊ‚ŽåäÚ/Ö9`ÐÓÛp”KNŽñ=åä ÇóI²‘cE3ü/1¹4À`†òñd1>Æôò°ŒÙ/:È9Ãã#.Mi^Ÿ1¦µa¢Ø.á‘zž+.a!s -$—hΘ¬ä¾CRæ°€ªŽ5¸‰© ha“Aò‡»‰C3Q'û«ÀО­ÚÚ¶ÉØMž y°c®dv;Õc Ánd?‹ÌJÒ»‘u~€ƒ(-c4’A¤¦©®›’¡¤HaCÉS°’ãÀBá¥Â¹Š“ÉãÀî £IKÈtd’S(˜xŸÒyl{èƒ àÉëc8×™¶ãjº´ÜMR„lÉK((‡G¬&E“€ÛkJJXl{6ß`§“o4Ï®¨ ïáp|n©ÓŠÜ©)££J+=ðE­øzÑ$ÏŸ~¼qŸÎÅ áøÌƒ4;6¦°9`eu•1‹“ÓÁÛÆ1rôâŽ)óýOdð4ŽÉ¿Ü‘²D§’BWÇèc†tÙ’6hWºÕA—°~K¼œ¢ |2ƒE>¢ÝÍêîî’cO°øtŒ½mJww º3©»ÞÍ-ºM$7ŒÎÕ((Så ¨Ü13¤ŠŒhØÙOæ³SdÏ'µ{G±?Y4%ˆK@§Õ%‰ýR>Ô#£Õ%ùjÒ=Å4ødÜ#£•n§Ñ%åÝ×[…ÿA’Îá‘ù½E™Ó²Ô‚¶„ÓfÀ#ÃÅø´Í†Û“=2¢½ÿ{{²G -ä$gw‡¡ç‘Q ow'{d M™ŒG¤êâóôÈàüüŸ§ Ï1μAN%Ê’ð«•åeET–‰yãF”åŠÑ,vMLbâþL™ &*˜êDgqêTˆ™³ûÙ Íud’œä|©àn;4IâêÔ© 8´ .®îà¤YU†*ÄÕ‘SNÀÕIÏ82RX?A‚ëÈ—TIw¯¨[j¥êéP¦­ƒïtƒxÐqc!&& '¹‹à¤œ:m<ÜÁ÷…‡SgACDܹñpGg¨„‡ÓÈP=#îLhA,Cõ D× x8i6”`@¹\ê“ï4<œâÞQwŽ˜›§sKÀ™ðp&,"îÌx8¥-F -뻋3 ëá§3jÃ9‘ )¥ð è–r"Ac؈ΡÙéî›–ˆ•6V©c8R¿®Ò@„µ#7ží ÒÇP;GVe½Áò09ðºMû`\¾ó¾– i染nå6Ì?gµ¨Œ­’¢o`"΂ˆbD¯Â©©ÉŽ•ÎÎÁÈ1bj²Ce/¡g ¤6‚ žã6`ÔŽÞ64`½¢vNÛ†B+ü&<å®ÔŽ:{›1ͺ«ºbFï64¥WZ~[#¡Ò‡…¾Ó¹ØI× ©#K“ `0ÈÀ‡s"RΉH}8"õyuD*kñž‘ -Ú9 "¶sºü…­œ‘ -ÑkÆ®V¢×0y}pƒh\šzp’ÜìË·áp}ò6T@á°rììP8ÆÖ>?7/ç‡Âí·”sLEdÜ®< -'¹ƒ¨§yÒž…Syþ(Ö?f,휟‚Iv#¼‘¹¯L8ôFx™>¦ºZøè Õ`S+›¢2llkpfŒcŠK†.ˆhtb3ÂѺŠr?îÈÛSÑ7Ë——²‚‹f*7/¸ãATÙ3èf =Yô¦- -ë…·`ôªÙóÍîÊ%k¦sÍe¦»ƒ,Þ6»Û7ø®™5{+Ã0ãïÍ¢üqt½˜I»,xœä`7'f¢xŒRÃÏH¹,Ãm¶…´ªìæÛš3êÌõ¬…°³^"Q¦‰Ô D#V,J°hÝÌa2ÑbqÝßUb±êLôÂ)Ànæ Ø}º)!ª»]þtîDeõøÒî% Ö×»}0D¢Lᥤ…°£fþî˜Dt¤A´È$Dåõø>n­D¢ægk¤Cb/­5Ò²]QymÖ‹:€Þ X¼ÝÄÐïêÖ)îwÈ« û¥¥~m6Ðâz7œQ’£ŽY¥ˆ -Q¡ŠUËw¬Ÿr«Ð`ö_t°,Q^éQ=Ú³Th§ýJk_լ̹"wJ·F‹nž²^ÏZI×%õ*úÞ%íJr‡xáËyÐè˜?$¯O·ˆœF^ßëI¯ˆq|˜ºozÅFŒŽOy—ÚñL×­3â–ߥv|ý8ãû…y¯†ž ñIêõ4\€NÓÓ{šî?Ìáh:œÀyáΉ¦3x?̉h:œOP±_΀¦ÃaéŽD>j ép¾xl¦ýIh: [ö{wÿØih:\Sš7„…¦;îD>M‡‹ÓðgåÑt8ß¿ÄÞ?š‡¥3”Ûsšçkç+°Ð1h:Üì¢Ú‚gEÓá”Iîè™Ðt8,þ¶ùSÐtÊ.©n6> š§œâ<½§¡épó§®0u*šNÞ”OqîŸ M‡×-Ϧ3̱“Ðtò¦çäXð4ŽŽ¦Ã…QÈ•‹EÓáà2"Ή¦Ãaé¸<¥s¢épѹ¦t4žõz4vdä\h:½óå*ÍXäNÔÐJ6XaË©6”!Oë ÃÜ Eˆ÷@×ü±À.i6èhHÇ;l4 -éüçʆBØÿ“×à÷!›nñ/g…€v´®çfß`;k»âZ3»`;§î@®5’ƒÖDzsÖŠrLXû=uª€µßSX’¦q+ lÌ.¤Ÿר÷ÔmH˜IÎ."+[s+uê½jæPwÕ!]ø&ƒZË'åP«2GŽC¦tÎWÁ°sÎ -†m ƒÑ½ß]T¨šŒ|ôœ¬N V4³:içô[¸vN­VÍ¥SÔI<°bƒè‰ðÝK½ Áwú@#øÓ+ÜqøJr»ƒ·!¶ÂÝ‘u«¬p§|$§‡1‰§˜!“lcçØ?/d“ãúÓ@º ŽÙÎïJÐØÌÀ®4P„«‡³Ý´+‡ëƒ@Lx<ª¨qÒ¦"Dê!0&]Åp¼Q+†ã B œãšéMv¤‰MCëõÀŠt†óìDVõ±ñælWSAŽ ã:Þ¯¦:X‡ÉúÈîI¢s’X[phüî$Âþì‹Gž>êYã -º¤³"Ä\8-Œ«¨%õ9–?ÕÍzØÚxˆÞm¼±}mˆãûüN›=o¾[ìË"tŸ/XÛö“gWt'ƒ¦­7,µ–îO4 HK 'º³Ø‰x¸õîÕGáy®÷2™¬¨ÃF®®ê?j•¹ûf‰DÁÞ/¼ßµcXíìíðDt¢U‡-Ó’ù.䈸õs* -@%ö/¹²ýîGªÀÃ¹È <|­¬9'…áÅ%öO©­ù@x¸!§Éq›™h‘~í‰:¦Îè'Ž(¬ûveöiÁðª"Ñõ¦“4‰šÓ/Þ¶4³ Æ… wüD¸²“_Ùì~7ØýΉ¿ñ•ëjïÕu[ òëŽ?&!DæùF¡t -ç/::åw…Ýš,öÁ´II4HZÅÌ@⤡‚Z GAábÒñhTÅäV»d¢4:uPjØTØœ©2KN«ŠÔkÀ“ô”ÓN­"N²2KîÀÔ* ˜[aïŸÔÎиd2²ž”A¯ƒÇ'`FÀusÒ¢îÔYZòýbœée³¹‰7ÁN‘ýću‰Õ¨šÁ÷G+W˜Ë0y…!qlÍ”üA×Ñ’tþ>½ÕÖ`:·@7»f#7ˆ[çÏåé{É)5†ýcùs\ 1€„õ÷Z#àqMiî(Dê\Ø©Ÿ½’?/¦gµä5³´ ùÇäI#¬:¶3¬ôÖ¹1 3*œËF-Æn6€ƒYjäË®`v‡~ù:9³ä~~#.;9Ç^•Yl©,+£t0ÓG°–x§¹í=@‡É”õ,N(ËÃÞsp$Æj|È=Ò.ÉÏ—Yœ|Ïm\Ö%©»“‹V”Ë{”S’¥¦Ô+i¬7ûÈû,¶Öê^ kµÒŒ7¦[EG…®ÕjLÏV9„cºXãƒTD.Oã˜n=C8¦HSÁ…±Ú!DZcQ€F1€ï!!ÄŒ™žäìt#(@£@¥?ù0 ôÇZ@É ‡G bá¼”,M Sž{( -Ð(ÌË (@£@“!v¼†#àmä#Q€ø.©1€’xe?ªså3Z‘í´¢|âXþ΢|J¯ÂßS”O»"Û¹ŠòAÌˆŽ‚r†¢|&J­ž¿(ŸÒ ÷÷å#ÖG>kQ>õ+O*Ê'õ*ÀNM‰û7ͱH¬QÕï仡øº~§"¹ŒÕõ3r7ÔéuýÄ¡án(b]¿ƒò”Ž®ë§˜ó3Ü …«ë§íÂZâGÔõÃÍöÝPÇÔõÓ_Éç¨ë§"x®N­ë§‰ä¢ô|JF |íª~&ê‡.¹®ŸöÐäõ+¯ë'åñ9*€àëúiH¡z\]?õ4I«ú¯4XüƒtôQuý´oþâµ¾“ëúit½¤rŽº~ÚnáCn Òªë§mêâ² ©ë§BsȪúTÏit ëÔã3\×O»ªß™êñÑÚ­˜Œ¶c¼d& ¢@¤]×O­jJ«úIª3œT×O»ªŸôήƒá)mƒÂŒ2IÏ®êúiWõÛ¯d!áúȺ~Ú ×""õ´º~{üvÌò{®Ž¯ë§Í@¸ÆÎQ×O»ªßyêñéE‡Öã;í±ßé¸rU¿ÃÐêº~Z¸qâ³m¯ë§]¼å\¡®á ç«úŽJÓF#ò‘D=ø‘n]?íx³¬ç uýdÜV]±|d=¾“4ˆõøN¾LGZÕïäz|†liÛÔuý*ŧB¤žX×Oš ®ê‡|Jg¨ë'@¥ðUýF¥¥æ`רuýÈý‚Võ‰·6íëúŠ{5V×ÏX=¾SëúiWõ;°ß‘(\¹´TÕõ; /­ê·§rb]?5æIZÕtËÙ¡uý´Ó»ä§Øñuý´äÞÑãëúá°h¢Ù®y/œÌ_×ïh¿¥œc:uýŒÛ•§ÔõÛ .lU¿c³•uý´V„¤ȉuý´Cd½ž¡®Ÿ‘ùôº~²Aªªú)õ±cëúiç ¾ñSëúãØ©uýÄ™ÄpÈèÚÃêúi(Î3bѹ?UEÑwd?TŠ{¥Þ; ?rìÊÏÊNBc;k'Þ+`‹²Õ´äט½“ÓÈŠÛ^æòòÌ¥'$‚ ì!P#Ë<ËóShŠÿ³á4 ñbÉæWÚ¿½º½ac­€#iÉ¡AøcVî±Ì¢EȽÕÃü»ŸN€óÀ÷»§:Ày×hÈ¿ |ÀI~sM Ó°ÅGª5þEýíp×äÛ~uõ>…Þ<ÄÞ€±¼^N¾÷Bž|·W‚cKÆòú`ÎÂ}~Lµ·ÍÌïÃ}Óx{¯æ*esK´¡àfvï±Ë"#‚Ë©]y*}ñ£aíNˆö˧0ÿ.7úÚÿ.Èÿ®û{£ìM=Û~»2÷cy»i¶Ÿù±7ý”ƒêºÝžß%Ûe„“?úU¨0Ú]‰êÂ>f! ÁÉ•Ýå Ó^Î:Ùå³/·ÖR~ýt5 ÿŒS‹üú¥[)ÄméÍÛýk5ÿYuÁiž©B0|U<Í¡(pð«2|û+Äø€øtq"ud¹EòÂ#üÈMÀo\ÄÈü¼Oýûù{£@F„Y'Š—ë%øu#R ½Vˆ_cPr®ñ˜ö"4:ž@÷ꮹ}>mD¯8= -ÈÒ'¬ýù>H?óÛlÿÂÙ/,íø„É.—TFÆ·PzW<Òïª(š*œ‡bÔŸ»½Z0@Œ|1j‹Ï~2?–yõÚÊŸâùrçBÓÈ)VŪÅÈyŸËwðÉSàn1:Ú¾??"ç¹Ûõ¸ûLr›–¬8ùž»§úž=eÕr„ OëàX`°ÏD&d'ÄÕ*H˜X`¢&¸m&¤²«…*ó2'*© >2ÀÅ•É@dƒÑúŒgB`Ç\~qa÷Ì žcÁ:ÓY`¢`1øg ŠuàrK¸H]™_qKI³ïé5º1MÐFû¤%¡ ï©Ãð‰ ˜¨ã†Á˜ ±¸]IŸº¦iZÑàØœ }†Lß;|£T]~Oï+͆a”•t@h bçÂDm,ÅJVöK¿[ü¥m¼l·Þüä“ã<}¹N]c~Ù;ª öô5æ:u¹‰kÌp^# DÚëS®1ÿ‰³A3¸„»¡ 5á7²]q ˆq1¿aÙGꉕ i°fÃodÇû€ìÿ©³ág´YÉŸ/šÃ8lo`ú0Q'î P¿ð^¸ëZÖÃ5±N†ƒ²&§žZr"“{¡Ùò¢RôA”–Ê^øN\‰rc¢ŒžDò&°[œØœ´ °òòS% `[Hö1LË?z{?,'öË?2òòŽ„åQÌ_8ÄKK“f}z,ñkZ4‹P ÐN%óëïñ¦¹+eG·ßТ 2ï' g}\$BØï}®±å† -ÝåîEÿƒ*ø õq¬<Ða+„üvÞÂâüµ9直OÝÈ€°¢-7çÜDípÞèâµ;à6Ç¡;éZ¯wœ»-.~þ'£•èìÎìÚËýÓ˜èÎVâø¢Ê] ‰\c™¾'/õ¯üÁ›«HX|cvï+yõ$?mV¹-€9Þ7€ôá}°œ›sëô!³kØç<¯{lã)¸÷„¡`½²" °,¦ðÝ+°+#®ÛØ}Ï7+ća:Žà#(«ñ@æÉ=àœw¹·z€Ï—¸Äø(F«†%¤€±GóÜé1VžýÒ )MH^/)ÞrÝoÉ=½ KF <ÈU%,/Ä„Í1pÇ.E°\1Èí를á Ýoú¿ŠO98‚Á>¢áEíÁØ«¤Ån ®Ž©OøuQ,êmTÜ•Òt1ïI,ÈÌh¥„&ÞÅÒìS™ß9æ}M©‰»¼É_…„,Äè%óž³EávíïÙÁù#¹Æ„Q9‘™Éùí7Wr;!þÄð¶·‘¬’èûà»:Úî;þÚƒù{ÎìH¹‹W*Íeum—ù[À¶L,m4xÓ€nv~SÌm1šAª}0‚/Íà7ÍŠü†cyF¨;ñoà_e*.%ç;|° #LfO -FäJN ÇöH°¼üÉ0ïqÏ;ÆŸ 99IÅ­@> ºT`eÄØëí¯ôBir¬g…·lö‚Ó®6ßû ‡ÄÍŽö9n—›dû<Ì:‘Œ*:—ùQËK$¬ÑÇ@¦÷´æ„0ÿg¿àS*1RO§ãó¹\!•dÔ%:7¥Á³äµGò`dË^ ²b4èE*þ“å=½ -#õó‹žRò“r¢·jÙ‡‡î¤ŽØâÀ÷¶à•>X&à)}çÄ?t–€Q)R Ë"ì ¦:æ‡i·È~$ÌÁwÄ'· s3èmŽÁ¬¬Þ5ê~Ø -2>ÀÇ‹þ‚‹ -B!k¢pbðuÐ¯ŠŒy•‰ÞGoÎ?º²'>æŽNá*ú–mR´õz÷ŒìE\Â#®BÈþ˜fÂMzPfó‡±ì H;¦í\yrmæ`¿Ç -óÛ–Äq®Ÿ¡UˆHB{Œ•-Xcüêבϛæñ¸ãçþ¸Ç°ãjÙÞ=±üÒÉx9fm< - -ï&!Ô?ų&jÏËç€/zÂi8{b„wvߟ1YÕ$ß›Ù$(y00‡|¸©¶¢ø±Ì~#h—3±`ìr:p½ƒ±|F -õÌOÌ“œû\Úñ” —.¤Œƒ-Þ oü¢Ù¶È¦à݈EïàX¶1²÷ÆG ¶ß!E²Ÿám·àv%/£]¯¥Vx­Qq.Æen¢@Œz`¨î%"9N¡`m1êJ/8¿‰¡sÑ%l¯Æ‚ç"8I¹PLã‚å_–†},ß—qÆo¸pÈÅíJö'<,89“Ü9µÖÐ7vɇræ ‚Û‡–)=]òn^b *%dŠ]xSÛäJ[çb;ò°:÷]‡…ò·„K´[ʾÎn&2ÙVeÇø M…•J¥Ì*ÖÁG -$@ ¿@ÞÅÝ/Ì«ŸYšûŽ“ØÅ2÷Ȭo.–Tò ½t-q±íRª eͽ[0üOÒc£ìzñ7w?Óu}ýõñ5¿ M—&ÿM™e;óÉ¢°žNÛÓms‹·Ýït¾½H\øoZÙr9ÎMß“éN²×è^fxùÎòëZš%St‘®‘ɽNj³’µy=ʽ3ý¤B 6;–íÌtú%Ìá Ìôpòd¦…–ÙYÚÐðcŸó¤szœ"›ŒÓ‘4r[sÓuf—÷ÔªŠ /2øâ¯íⵉÊ?d¦Í´óqå/Ý¢‚ ÊH\Š©`°'H‡/þÝ/…W9£g¦»ƒ<Š=³ëîÑÉËÍ]¢Ej ÈÒTÛìúúIš½óûg(Kã¸âü„]÷9Q6Ím¸=ˆLþG£•W0¬BNѰÚÛB¤@iéá¥%0"¤Ò’?ÂGÚü‚¦eE ~ƒ¼ì®Êþ¯ÞÖÇ)_tƒœgÈÆÁƒ©î]E1û(Á‚- ¢•“c/üPÈU¤9‘Š`Ї4ã4zݧ3³k¯½(òýÄ”¥ã’³ØbÇÛk/‚Sì#9vçãSQli!¦Xg8á)‘ØÅNM#¤ïÑ)\ê³xÝærc:£ÀîÓ¹ËL<–Ñ¢²åá}ŠÈ½"ÆÏ%‰x¥I"o±Š2ËļunöM4TY&!wÑ*Ýü*RDö~XäÀ¼òÖDw3Ê3‘%‰D¬f*cË M¼É’dQ¿¤¶Ð+²ÈÑÀÙc~Ûƒ•Ž”uÿW²“GÊ\hI´Î…ïº+á»þÚÿUŸ{ļ9´äD¾ïƒŸM”$øêò·i(‡‰0.}9Äqé HæÓL”2‡yO_#‘’0ô]Ù »´9& ¤,@I5< ¥,½‘¡†¸»Ÿ9&¤ƒ& pÏ„_dìÍLdÆ!±¬d.q$1› LpSr&œš¹p½E(îãsyR‰ÆV‘˃Ëäáó­q‰,ðÖ×)™0PN»QbüUo5ªš`-£}¢‰Ê&Nú´ad}^qK‰õlBèΆ֮¤ã[÷)kšÒE²üÙ]Àòöê ctu'6|úacÒÜ>–^fì0 ²:(YÔÀÆR,e<ûÚB& -Æ4W’_sßÅÿÁÚÿÆ´^¥ëÝõtÒãªÕŸ²Æª!ŸØqi61H3§®1ǧó´5ÆÌ]„5f¸‰ª‡Ö] ÒÐ äklõ2(£×€Cf ‰bÕ¢¿]ñ ðX>¨ð–}ø> |xVÂ> HîlSwÇkgCÂXÀi³µZmV¢óEk%oá°½¡êC¤ÊBmü„½QJ5:}X'ý¬äD.…¶¾Î•¤‰ñ€:í x<‰¬Ù >,Yò¢RôßûÊ^¼Ù¢Þ“VÄ›÷Ú'²R"-uN"i‘,v‹û ––o©rJú±TOK?Þwn¤Ÿ2Óeó%¤½¡KéÞ‡à¨+éóTúZú±THJ?ÞWSÒÍ´ôã[ïFúñg1 áø0ëDº®/óšßB¹”gØËíFÅjöå6.„÷ÃiÑ!ö lÛɆƒQìKôqðždñÁ‰âV§ÄI.ªÕ§sÞ7Ó›yÃÒ„FÞ.xñ²ùDÆ3gÖS gå ^/ðÞ‰ÀÇ-¸ë>nÁû§ô–ûø²™r¡WÑî‚æÇÞ—vòÛcùÔ0?}ß»Äè`"­PZž5Ö -UnÈ­1<ÌïŒ ?H…óÓùñE±h<9¾Oð*œ­E,´ÏD)À} ´ÏD)À} ´;Ü÷·@û”q¾¿ÚÇåÄHÀ}Aû 2”3bΚI’µ¶ÏY£‘§I*è0axIõqÂpJJNÎe li˜ÀYróÖâçAgákZŒ%Áˆ][ ÔxqBo’sñ÷w„ ~ü¥Má2#„P²Ÿ:€h Œ÷!ñ>ÆŸL a8¥29™¦9—%'<“å=ÖM.Ñ€ 'àí1 >‹r¬xí"È@ŽIðvtªÞy%i}œôâÝ¡Stª ðض.XØüOÒŒ¢óó‰4‚j¢(ðMkºÝ-áÂÃÌôãk^ý÷tmb/¸ð/|Æ/Ø@ì"ƒaømulræÇÓùô‚u]Tç&æâ&o¢†þ›õ6÷õ¶ýZÌGëÿ¾HÀ¯zµj§œ»H\p0pyá]b†à×à‘ Æn‡ì…?³XüÀ'­ÂÃEþ_ËÅz{úsÑ^\d[-ýßu¿6_㟩ì÷`øCØ=ð_￸€2dèsá‡ae^¿DŸF¿Óò|2ý÷¹µ]¬ÿ[ø¸ðÿ»™o¿F?_£Í×ü…¨M Ï(Ðþƒ·àÍ7øê¿.Xæ¢vñôÂ\L í¦ ýdbŠ\8]½S5ÃñÌê½× ¦¤1ú˜¶×£¯0 ›Ñÿ™^ŒæóÅv´.Á“‹õt:5½Ø|.þ ~þDø9˜ÏzÁôš@ Ñ endstream endobj 86 0 obj <>stream -_Ämò -Œ½ŒªðV–4Hýö¡…™Ï-=„öúŠv.‰?®ª#¨¤LËAFýYß^œzˆ‡46iJ^{@ÅGºê/lÛÖ|7±Ó£Åwc¬"J0}ÿИlžæQuàã•í¨¢Ð*‚zZ<µxñ!R»vb)È…”®ÍÑÛD#é5àQÐXÜë&&‹Ý¼å~Ê¢n¦]m½Þ”l8ìm0Ÿ}co ñ–niABìK¨îi,…Îì¸÷`À¡;¤<91"<ŸADU~y:IÅQ—à‚nú±qBCÿê…3…h ²GZ$w3@ º&o^¬Î@äÞÿž¢/ù4Hb;  Lºƒu……qã‚X×%¸å¸î 4;ŽØcæ›cJ„oñª¤˜^ß~|Þ…)½Œõ²w=–eo›"sD2J?å°hxªvúãBå -€6Y¦¼°Ï:8ª -è‚ þ&FÄÖSß·=JÑòwòcþFÈêÖ}òËþI ¦n9Љúµûw…ŸA¯À\ܯ%Ü`·w½Ê«ÕÔ#ɳ#ºSzo.Û•^„O©DÜLŠ:w j*—ˆÚŸ"„6³ïT:P3ëw -+/yðXChQOTöªt…Ü™%£œj(³à²x»‘ŠQ‚( I†»å¸DÎs×ý7ƒŒ -–xÿ࿈Øg7Öz"qxSÅ^|†*¨JØîÛÛtêDHH§÷t±R)LÒŽœÙqIåá:RŸ}Ôèn€Ð¡9hË|ôÙˆ¤Õ„nô=\ôð»Ò‰¦Ð0T‚ªU¸|lzTàTenß.è;9ÀAn °U6Ò»²àí»)6üÛ/ Ÿ¦ù¨×®wb“~¦kRÂX!úéÇz -»rm —%Ø\Qi½W Îõ?QæUòà(Iþ¡ñ{Á­& hÀÊ­ðȺȀiÕé€ ²t–ê¿w4~# kªœÝ¾—²¼Š‘çŒlà hI’¥ÿZ·—¢ö¥­Ž5> -æcÉ -ì^¿Tuû•'ë§ßñ!§«BÖzGCNÕ%{Ýù<Ç€å‘À?@€Æ«×Qž¢¥®ó!3²ÄÆP@l€LqQ%§½  -$å£y¯†­yÖO!+€ V‡í}q00K;3 NíPö™0ŠBûäKgÎ4^í’ã…O$ý>¢Võ¶„À „ 4Ah×’òN‰™ê’RO@ )èñ{XºßfD`úDϾ¨Ÿgz6ù·ûWÕd¥`ßµ}Õ ‰Á%Ë£‡M¸OÕrÊŽc)øpRíJpÇ*Ã,ÌBÙãøŽŽ+äúô(ˆï,,ÎN}u’*‚! ðÜ€ÈÄEJf á€àˆCz ßà«.U$Ddæ½’T¶´q |oËUéDŸ/oškv‰ëˆÍPè z’T€Z„¨„O’ò×ñe¿ð^¡^»#¸ô}ì?ÝÒQ?à‚_t‘¥CβltjO•„ 讄û3 NÓ¢ÌணËk°Ÿ®wÝüdÀ+^€uR=½fk?¶³¨ç&ëßgü|ª¬AÑ_¿˜% [UǺH¦Å/æñDSRsO:Èn¿·À{p -oÓÃÜÂ'(:膥ê56z’1ï ZÈ ñD -ÉÂkÈ›ÊáóÄ +ñ îMsÆ#®UÙ'Ä¥kÄB³ˆ -)šEëâ¨üî(¼#^Ï®­¨³à˜{œ0u¶B! 4N¯µ²_HY[â)i}ì¤qO°Î“·/4†h^š2t&ÔR0µ²ÙÐÂÔœK®Dl¡A÷|5£†w­ý‰çX?Ï‚€@ã~èü×¾[FkríöŒtÔ]%ÃGÆý¶É5üÄù,ä®[,o¨€R‰n´õŠ ¼bQ¥ð.§peÆÃ¾‰i´®ˆ ¬Ð;ÝYp–ñx[ÕBÄùgI1 .ôé=èA¹wŒ•X„œJœÇOzÆ E¾9Æß%|Ñ[/Wü?ø¬¨RvnR¥Fé” 3ÓA#fÌ XR Å£òÛ1Òï™V€À§yN\mEŒz#D&Aܼ†õëòÆw¢/U.¼“­¸¹lÄ9¶¼²+â¦Á$ÌvœQy¨;‚ùêi&å“™¥_‰³Øö˜µqHV÷" âDHos"d֘Ь1î èŠä ¥xˆùᘚŽÛú^Ô–ReÉÌØãð$´‡Îe_JÔ€œÙtøŽˆ -ø©^º¨X–ž…h~TC$Π*ÄÐyc”µƒp6ª¾Y¨~ì“Êð‡Š.Q޾"}^hÕl@+T³Q6°}˜iËÇŠ$ ²7 Oz‡á è`ìf+ÂBY¹oô¬Zå¹L(QÒt°³4›åœ  Üñ©Ã^·yŒés©O—Ý=´³´3ž#f¨tÁÓþá½\¥9«Íèåí—‰m%¾ž3ú/ 5ˆ"ôø!ܘÑi;ÍD¼çv¯Çš4¤=ߥK4-º Ï}€‰r•ÚêȆŒŠåç å†1Ó7朦‰¢tÒʇ'Prð,â0º|°*Þwî®¨Ž‡±Á!zÓñgW ð£*À­×'¶è‘L´7V Vvk½ -ÚÖ†4}9Òôózó o‡3£bÕ,YPOŽtÊY8i³PB¼üP“Üwíø?»æÜAT‘)cÃcžb28µ7a€Ž3cŸ+rþ¦!³@dAtÁ+‹]‚•Kû„å‹ÞW–Hh±}x”œé̸ê’èÁb‚d¥÷Ä,;µD¥‘Íë)ƒ¾Ú:RÇy(u\T•ø<†F1ð¨×4í‹Iéí«ŒÇí*G: ÑÖÂzÀÝR¾‚Êæýig¼Í¸I|Á„+Öÿù8È=IÊD?s„B5"à+–žîð)ݬʡ4)¿ …X­&fºï*;Ã]¦à’­jP±ˆ)ÀÀJfð5A¢í}{OT±ç«hWêA¤uô€>?Õ}Ý /(_ªó0Cüüž!¦‘“i«]·Îäz…¸æUAåºåœ š&©/˜™¶Jô©•'iHãF®¶Ý¼Œs¼Ïˆ{у.f;‡™ëLqKÅ㣄{~Èžþ„rYýbBÿ~¬70¥»§ù<‰æ-÷³Ôl- ÈåTD)êÅ.Xl&¶%3˜Ù,^Ô•ç|Ÿ x7¸Â•ÿê8)’¨å#@ u *P”^ÖIûÞBÙËÎ5\ºƒ¬eð;é5œ­|)§ -Cï~¥ðÃg™n:®†ï3î[WøÝPl)L¿WbÉ,û)/ác¤Œ •›òÕò# då—ÛÌÎIO,êŽ@¨!â…8Íüˆ”g˜Eˆíž' -ñˆ¤%ù>#®TDu -©·ã\]/ðmY`QÆEYóÓ)o$‚’TÀî”-ï>ùÌC9W€)XŠ+9\kºò”@Ø (ˆÆàÂUcF8¤©vz>j… yìôqZ¶º4™J¾Æ×(%ŽÓü%a~0VýöꧺÖ<Äà‡bTqB8h€µ¿|ã ƒgÕhÎso,• ÍÕéâQ‚7oÀ ;Eiøâc¿7¯À ÄŒrfœ -N]aÁGdϳdý –$CELåBv>ˆäïW3Z@Öv¬ðŠXß'¡'(ߟ - |°$–¢¬ù 6Ja2ðäÙ[WrSD]ƒªR¢õ%×Un5QÆŽYZ£ 3‰ÐfY¡ °ÿZC×'¢–âÃ@vz'IjAaÚ‚¿%Ëg½Î2˜kAR°ŽÇֲΙ"ìD·6¾KÞ‹˜¢Nh¿ÆÍáj$‹r1CåÕeý¸fݼŸ¨8ëp=µñ)€›ÿŒÆF -Ð~P4ÊV÷2’ÿ‹DöÔu ½ÌKýµ£¨v5b¿ç}¼²Œ’É„÷?€ ©Œ…%¼ÁÁi, æK°÷ž)+0¢“jLšRGLóÆ‚éù<3fÌÀ6f̘Á^3ˆê˜1{òÄ dŽb’£HÅκ/>ªBÎ-ì{ –‚¤¯=¡%pþ)c| ‹Ó‹†,–ƒ¸ ünjø8Ða>#2+?í WÂýQÕ2lÊ]¿b i/9” tE¤ð‰CÇŠò¿!íþ¼ ˜¨[+ÆÚôëF×ÁWùø¨âæ{µ$9w7‡†ýDmb°hµðâæ>RÐ_°ùâ8”¬&°¥é =cX–èµ>N oÀlÖé÷`ÃwÀ¾æyùj†fxÀÀ²ó¶ÚU½!|ø]áÏ[Êå…Eë¾¶ìV¸IL ÐÈ8K%Áo#!“*ޝêñOÆ¨Ž‡{¯ï#¤Ã ÐÀkH}Â$cF4À\¤«È©ÚBŸYLÂ$ëÑ J:®2Tãý±ÇºspxB p¾Kó ¸˜®q¯TÕa8ð¦“pÆÓbSý,5RáznÁTÇSñYn6ZUø.#hÎEôœ¾Þ¤é`’4¹Âxp’Š¢ÿjui݉íÿéˆî#U!œ‚CÛRMb¥Î"øaLù}Ö¹ÞÚþ§Áõ“ -yh}£yµ7DJgY_o–@qóÙŠˆ×)™)ïÞ¤¨øñ!îDµ¡¸:±²åüO¿6¬¯{úãØ 1Zð&ÀåvÆ «©ù•Šn‰î—)ôe?.}.Ò/ÈuˆÓêF>çí¢ìÿºÐV ¨Ü’tQzü)ve YÏlé†ìÜrû7C§ÝŒó3h¨2^ßÄrŸ0—¢ê¤eÍïêîop³¦¥&\ÝgEuM1šóùœ~1#žâY¼}œ‡Sc#AŸÇå¹½ÚÑo3¼¯ã~ÄŒF8‘_«¯µ—Zh¾B±Ø;;ÿ\¯œü9ø - Vçx âF«:k޼¬ £¬`{ÿÌ^®`H9x%Âß²ªÊµÔ¨µö•£§&bÊc~QRý<ã!õŸÔqDHÕ.ûZ¡ ¢[¨ä!m2O(ßSÄ`lo" ²œ o±#{@ÞýÐÇ•Oùú´€Óîÿ¨ÀRÔ$»õ2¢~z@²ê•a;â‡tàï°„Þ"˜±šB= tl`ˆ…û•Ú‚êA`<—™î–㽬*I’ôþ›»v;ÏŸÀônë‰HùظSBÛͯºiï¦úw Í6¶Õ¢X ªµ@m ­…pZPWðýïOìs·±ü‹Á«÷HWKøY2mWໂVÙçFWÍ€[÷úûëÍ -Ÿ[}(>>´n•=¦"¢Z…xRËwŠ*9çfŠªÃA"f_ÔPÓ$ò¤ø·Í×Ù£‡VØu®U4ƒËçéM(â7³Ÿ -JJ'>+è,¯½ ¥ Àt`\KÉ5Îá&F} ÊFopȸ'd”¿ÓwÌ·¿Ïø q¨r‚6@ßéHGÚMRÞߺ° uùw®L.~"D;Twr^¡^Lëné3û H ÕØŠ™Z‘™´÷ŒñÄ;ÏspÈÙ L¸qˆ+Ü;"Õ8R±À™"Vå™ïùãSíH< Ô–Ç -"¦iŸÚaÅá>Ö”nlº2 tþ:ÜN…wþäÇŽßxZ>0é LVÓ -ú$”ÏZ:0eM63oðõ/¶ƒÞXž9Ô€uzžšUuUì3Ï.DzÁšðæò†FH¢æX¸6-½”–õqyÀ¬éºb¼ ®Ðeí5:Ø£}™BS±ëÄìÀ{vâp%vpˆ¥ŸJ‡FrZÏsÚèU/`òtý7ø=^d2ét¨µóH+;¨ zà>×£ù^NšÝ"8d¤’CÛ"4çþ Ïkšwþ–áϊ錽ï4rf0pyt­…ˆ‡¨ïô -y£“åÛ1 -Ë’Ax‰ç PáîÁoƒû­ -Z@;®ºúTq¼Fl…J¾À~ä¡ézõÍÚ‘¨À´»Ê2d¸)<€ñƒ)M9°`Ö<Ùî(?¶R§µ¿Ú¯n·(Áì'TEC§ÁꪤDÇ–D -ß^ÓP¶’=m'23 tdÉ(H€„‡§|ê~pÕ+º1`þrþ† ^²N…›˜ðý‡ÞÔë¡«DÜP®óÛ,~n§¯°R”C£/ó'°ca'·_ŠýÖ«£¬xš¨qÔ¬d»Q°£ß7TÔ—²BÓ*¬Ù÷S„H.¤]2¡¦eÙ®,àoAZ~Oä¿_%þ…K¸7ö©}þ—¿ßÿe|ûë÷íÿú/¿~²üí?üÍÿøÿ|ûëÿøŸþ¿ûÓŸþá_ÿùÿéÿýÃÿöwÿøÏøéÿòÿýáÿ÷þ—¿ÿÇ?ý¯ÿúÇÿñ/qÒ¯?ñŸÿá_þáïþôÿ‡}Š_|¹çõ ~ƒ§ø¿óŸû±Û?fìÿ[ñ£¾à-–½O(= -˜&ý3šæˆA?{õAßä5È€B܈ YÐø. žL,àÙtqv <@“ª¯×‘“B¦;§§«^*eŠ"†û9*Pqà)"‚¡´ÅÀe¡0÷z^¹¦UÊ=«×S‘Lj:M—Õ9cÿf ã ¬„˜A&f ÃÉ1€KX’|ÎñCŸŒ±a:‡‹…yL ÷ûà v:fÏŒCÔ_ª”™1wì´gdº41£5üCœ©7sª§ö*‘ˆC(áG/|;KA€ƒ,òC±«O"’B¨¬Ù·œ@zO1»PzTî1h Ù{ö^HCGµ!w‚U@í¾Q–š › -àah`rÜVËq§Ã½—Ñ0êUê³–ñt+ñàiC‘ÂSg¾½ˆPVÑuŽÄoo„‡ôÜWà˜vj'LB‘ISwéšör ty”Qf¬*èUâÑ<èqÆñªdÏðøjˆ9iÅü|qµ‘Á}ƒ)É!Þ.« -a×/f|õä¾Mv•mź+½@»ê®–îÐ]ø€mûŽ|Àü)& ÅŒ~òŨRÝ{4íXÚ…)v›ãÊÆ/=|Š‹²­ö*$[Ç<#˜E׎Yg}bÅgÂ<}T…x'–Â9P‰÷Ttœ¦ðº V'ør÷MYÛ˜˜ZëôÍù• @NÖptUØ·šÒBy†¨NÖø “=¡| h«GŸXÜT ¡žKy‰ž¶ÙÐ>«c zÎ󄺡… –âÊT#ÙŸ™A3¤!8ƒöÞž1=Ñ£çê<V\4™w9]ÕJ•½4éx”ºxu@êw¬–àf*¨t.X%¡«¡ô¼g )Œyà¨ÜD_ò¯Œ¹æ§ÁèªJyÅ*DYS¾(”·'d¢;Ð}vŒ¶ïP Ýw¥²OÔ¿Ùõ …Õn«{¯­ô:œÁv—‰-ž˜qÀ–Xºvg@‰x`}ñc0Hû›ì%éãL€Û™UµD£p"˲ioâ~k˜ÁZ3|Æ(3¯ø.t×™ñÄJÙ.¬ýœƒÀA— -BF Ö'zl& -’^íGè[c*;0çfÿÖ»ðÓyw*R>ì1eg¨dêEò/ Ý7Än -ÚgH¬h6ù)ëý©„?$é¿*5)ªy ð”00ÚÙ DgŒÁF-gBóS Éí¥¦ÍØÿÿþb–lEV²ŸxùÅìN@7)`ß"{)Ä -“ªÛŽ!õ$'yL[îß#È e’ms¡¯±Ú¡ß¨?hÆâû¡ú^”EË¡G^e;œE7`Hô䯰Hðû#íÑ%ø ›]Ô_Ü_ºJÒh Ð` _ƒ¦ ª¿%¾¬FScEó€„[S˜ý Ü¿â-­AµªÆ‡åãS.,'ìCRÕ†,ùm@=ˆÃdz”pH#N·á†Hk9,ß›ØÑŽ:üš¨IÓ`Kˆ¤\4e‘V¤ÿ(È @ E…'ÚÉíãÆPµ‹˜-¼êfÕóh c²&Ü3ŒO¯`¿ ûqÇ.£ódÃòyÂ" JU‹_C)Å£Anf0þ*XŸÅŠÖÐmBùpT©û í·Z/~ß§1Pùà'i,hÝÿ'| ØlÉæ·ÇRÊGް4­÷žÀ˜1Ä‹{Wäúóq½ˆÀHU£WeÎZYõÀÜAà ÷a`O“¦1db,AæâP¹V†Å} ÷$¢ ¬³ÉPžÃ#3C©i_̈V wó¨}|Å7ߎÏÛÛ×®YûÝ×…ðÓß/Äí> ?Ž)•@TƒŠždËÛñÍP€(¿­\RAbíD’` ¯®eûãS`Ÿ÷¦ÿ@˜aÍ)ðñm€®P.÷pŸW Y*Eh -v@<Züq8¶S,βµúþ¸·~˜å™ ÖOõ—Ž ‡`Ö^‰"ÚZ±+eìÊm%ÚŠöhŒñšâ EFOFÍ)àeáC5÷@ø¯õc8 -aƒöl‡y¹°iéŽàs/@h–“¸’4&1©t€Îo•@‹É[ÖC”Ó\<~Qí+]Þ=üqðÂêï™–^sk¢ïE÷‚öɈ+x2‡ÂøTS~õQz£ ©×þ>€1Þ%‡¿ ¼GUßVU»Øµxš>«;|Úk ~c^@‘¸Éõ|}ꉂ% þtð,~oó¿×%û4ˆ -•ªdùqFhE±ØÈߤú3º®7wà>»9ý0jÃyßÊT®úþW¢Ér ?ª̓TÜ»+#”˜f9ï"&^\©½â.å¿öljC¼>5ÔÂceI1b×%ÐU.¼oÓÝŠp\]éšW'òìn#7MU¬ösùÔÏdOï ɼhï_»RºË´Fö`B²I•çXåáóà²Û]•OÎ'và'º¸¦±4³QQñâAòôz) -\pê+(Ó³Âc;8C÷ß±eébʰ|¼sñˆ°à jqÇ®ï§@üb-}›Eü ­ýߪ:J'rœ<¸óÐuØ.Ù/{ð -â ð9z¸æI†UÖM¾À}ëûﺔ[ -ί£…ù13:ˆ)r_†P'§——Ö2‘‹ƒÂÆ~?˜÷Ùé`à¦NŸ—þ R> -,zÖšò>ÃVòçoþb°i¡&&„ôþ ¢Á5åþ›Ùš{¼ tä¼õãç@AŸax€)X>á=ª©‰sTòJ¨ûÔ±Û ¨çQÃWu‘ȳX”‘|p Ù«Ò·u*•Ž'ß`g‡¿~¾Eܽv[¸õú6~D+È·£‰DÒ ˜þmàëëçAtY´é†ôBq}o -èü"a«‰PÍa#‡}2êɦjš·€eó A@¤ã@×Åá2'݉ð^‰öf¶Çä\ð÷a¡ Úyøªºþ½r´%yTFGŸÄcðŒíyÏ:h»×B¦2FçÆùP?²‚J&Åû‹ZûÅ¥¥*îsÓAk" óv´È÷ò±e®®å(Þ¡=½@¦¯Ã™Ê`Iižq8— ¨=î!zŽ^ Õ-Œ±0ߦo6,T˜c ÆJ–ù´_-”Ø2ÞsÚïë‡Á\ÄîWž%¤CFj/ˆ¡, `4‰ ¤J÷tox³ð[ßžXɨà|nŽR ¿'´sÿüBÕ¨ïIŠùX2doRÀW -1¥çÈÉóX¯­”i•'N[|q|ÌîÚ5¡ Û‡lÆ…|ÿÚý+cM­}Ô Añ-MaWð{&{í²tZ ªäiuz˜ê[¸Á“‚h˜i4¨ÛËÚùB….-Ž‘ûîH‚>¯3ÁpcVxaøu²¿V.™ÈcÂDI«uà«C)zûÒ”ÛÁÒóD?ïÐÉ£øý]jã^\à—-¹{C¯¹óoj%L…‹ÖÍ (¡0AzOÄ“¿èqgUS…3í1 ÓäS­ ?ÎÐlGæÑA„‘Ó%Å­hœ!Ns½ÅÔ®èñ³â‘™4jœ‰J8g2É-;öK’E#M{(xŠ9Oq|ÜlÃ}e“%Ä -‹ •tE;Fã}Li…Õ/f$ÀLà K^ ÒçYÉ÷½-†}ÐùPÛ_$h…ž¿>yÈ8î/~¢R9pX¥x ²ÑÊe2Ù¿´¡·HEÇ,ªú7}›‘`ÓDS=\£¼,mSPƒa]@æƒr£!¯õ§q'‡bÏ~Áòûq|"ö[ÅQG˜5†ìÎÖ¿˜!¯«/º#+óŬ6#8^at\®ü@Q~-Œ‰-)Ö(ÖqqÉš¹£ê_N]åã ÔÉ:‹î ³JQ]yP÷8vb‰Ã; Df$@/«@ °ÂÍÇt3•pð:“±@A°bÄ×*ï/N tñzéql^ 7‘¾9®yd‡YQO[°í”þx¦¬=À‹JôåŸHä¸N ¨è·­¡]á¬v*» ó| Äåÿܼ>ÅÎ @¢î§›÷OÖ(ÁÈ縭íÜÖ×›úy9ÆÃoÙ˽³øZó|­d\…”¨”!Bß8Šßx!¿Ïøù ¬™Â¾pñ~;f tš;3PO—Zé åf<=)yæûÿ…» -mßhTc»°×‚çàƒi+« p= k½¿„BV= -Y7Ã|›E†ˆ7G¡qß…(윃»Xáä Ùsˆ£=…Ë€w}[3Rø4ïJá-f)ÍÙ‘§œñGfÔê~ØgÆqPR/ÇO“Vb–3‘…»ôq&÷Cª‡¥Ä¬g*ÁcûËãˆXBç …òTÀý:p1ÁÔmO ?‹êLÈ9”Ìò¹d?؈"†ÜQÑA³ÑL‰Ž‡Å‚ןš³ëømÑê }›Ax3„~íÅæZÝ¿ÍÂA@…’®ýË'5Íý]öÞ”DZU8jèy—y4®>ü|¢"Õ+7™÷ÛLJ5g{aÌ@YµgˆfhÀ¾ÏH ù>¦DN99´ÍUÃ!ìÚ}ê2<¸½ÚÑÁ€‚\Éx2åX|šñZ8€ìššÍþÅq`ÒyÄÅÃ~V+–žXöjá“ïUnq•¯7³Œl¬Ì -“î½Úagï ê_>PÅ „L(>éœÈ¨%+ûÑ,ôŽ»¹^'Še÷–çgéÏýtÏy¾0{Ï#œ¶…„i´>k˜'iõ‡væ -œÎÎϳǸRé\‘8Ö}Þ¹žˆH1Àñ,EA^"Õ˜­°ª}žÏE¡ä|äÁÞ&©Û³JsaƉíÙÜÓñ¹ë¨ÆM[¢6Ýv$ºJ}š9ÄÑ âay¾:JnÐN2ø½ÄAï”ÖPy½9˜©"tóaê¦3Ì““6™ƒr -7¸ÄLÇ6Ã-¤)¼Y·~€ca¿æ-Š„t°Ù&,'X«i· Á)Û³xÖ½T²=j*ˆ;1«‚i D$È\ ƒµœßgDÿ}üïýW‡Atƒþ/òÉUkÏÜDC ï3žƒ”ÛqYk·Ñÿyas1ÏõLÂÎÕîHP§å/aá}©¡5–_€ «8d¾ñ0ÆòÖAý0Ð&ð}Žœ¡8÷½7å¸P'‡0UG-› Q“*¯)Nªò˜Hî—ý¼²xœATÆ_íµ=#ćÂ,#n ˆ5n p/&¨utÜe5_ E¥”ãëÄR‘à€vYlá4EhbyÜ‘öºÔ¾œAÍ®¾ÀBŸ“Lã"\.´ŽŸ¤ßH~íöåßã`3b» -…íùêÃHiu¿®ðèæÔ(¬Ëa™f¼‰[g.së 0pùd÷ú<ëoÏ·hdÑ\± ØbYDo5[Á ÆJLQ|– ]‰6j õ«´VXKé¦<’óyô2"ʼØ@$Ä´v€õ.eÅFÌ?B…öµÔ‰àY©a¾ô&™•Aëx`É‹Ò`Äur~šðyÇ:ê§I8ñ)‚ËB¶"êkwÔšSº~—{;/4ÈÒ8á=š')D%Ÿ# -ÆÓs&¯¡çÈsLýÊÐ7: 5G èM´Pˆ7Û!ßý®ç2í*¥­j_Md#½¬ pCë†gE_‰žâø1òáð#r°£XOIªÍ=í:¬¥‚ -ÜÓ ÁÔ`ðXﻂc¯Xó&j!6(ç +úÛþ‘Dßÿ•· QõŸQˆHdz}½M -§?jVà[¨-„Ϭ–CvüÅ öÔ>®BÚ§Á’ -"‹ð°£OaVv^.-Ce½¢1öQ_ùé\4ÀØKi¢+ÔŽs R¾;_NªŸ,ÈrÔ¾s13Rß s~Ü´¸z4w áŒ&è;Büx€ÙÄ&s¸EL -_6Uº—¹Ö¦À5èLÁ‚b/!z¨J „CŬaB¡_(Zäã…äM§G¾7¡ÔÂ¶àˆ‘cÇÝíUà±@¯[i3QBø´ø˜·Ã‰ÛÙù©#¡ü_”xÒbõ¶-Úd* 9„¦\¦>6E|ÛOCñ`(–~š‘´SšJ)SQSIfȬê™çz̬v'‚2]|]l‘˜Px`ü"`ThlÓíÛðåï´½³v8¼»nxú¨‰½Ãßbó±Þ0†ƒ5äá{Õ á™f¯‡’õUÎgÿ«®ø,âÙì*›Ób.’§Ý´%ÙÂX›Ø•®N.3…,Õe!íGžöÑ -g/„G"¡AMiC: ž§Fü„ö-¼²I~ö®g`ŽêÑê¤RÿÐ\ÞA ¾èÔ’«ÓšÞR¬Wf|ÏΚXyš“& >­âäþ´jðË—¬ Ó’( å¤-íJ7Úr€:0amžY:6èjDZæ£7TgLu&Y1¨4h]B?ØqzœçºKZ#vB^ŽŽw¶4 Šò_o‡ =S°¡S¨U6A[ÜM:y[Q> .QF¡á"¯¦ZA¿ûN—àY¯D:ÅvqöMdsÑ™!qu›ôè̓ÏH´ÚÀV'RäûÅŸÓPÞ/g"½³HÝqÝûmjÝOåïrèC¿â'VáãèØg<®õ.»Œ!\ßÛíï,y¢:ÊõC;¿«"NXw iòºÂè¾C›¬ÓGËü”¾ ƒýråPáC‚„=ØO;áXç3JPiØZ˜Aå‹4!™‘CÝkêâQæ -‡Òux5¦áõ ø(Î’J«3ÊãŒ&½°ã”݇^É™ÁSÀ1`b0£bøxm†"˜ÕÙ¼±€#ÖMð±B»ï1Ö#ÛÃPÕß´#™%–|ÄþÏ -¡=e& -ªÜÖçÞmªØ9Äey¢âùÀ «hÇï5D¤ûa†ºµŸHª ,)L |ŠUþÃx©Høô gÛ­G}{¿mÀc ›ZåoûVXr¢}»<ÑàLÐ?DªRMc+FøÓZ¿@Å!^K…ùD54ú¤+]™û€5ÈÁò¢n[(Nƒ`½Þa‰@Ý„Äô%(æœZ¶ŸJ¢F "Z„¿‘Peœ -a4ýÁ,ÓôŸ4ã÷»ŒÀý?Ñuf–œ-X=Ô…™Õd=í O$#„A‘3{1£µèŒ*±fÅ¢m–¨»âˆÄïÜy½à*@↫NÙ¹~`: ëã0DÐ;¯;Áº8 =lUœ1»Ü3,¥‡ 3ßãA õœ¨ÙHÜ—>^L¸ñâ‡Ê@‡lÅSG‰5ì¸`×Äñåqàp -÷ˆ×¿™‚3hC€Qhmïo³†û&hØÑ.hÅJ¿Õ0žà”-•F¿«¶n$¥í 1¾iF]ˆÊÊ |Ü z|šf§íÙ#{ø·"°Ñý¦Ï‡—Ô‡.dîÁ!Y#…:»=–[Ô1@ÜÓ²>ÜÑŽºsÅ ˜l€Ÿ7/ÀÆë ®qœíÀÖ ‡gÅ»ògŒ¸[:ª¤v˜BvT1Wûî5ÂÒ ýÌà^­ÇiÈÅäÁ¿'ÊOü[ ëÅÚ7~(ß|Xá3g B8òÝ÷D¼Æ2²)®Xl<"+¬’öUj (zeã´à‰®ì#© -LÐÛ^O|* p9@Ê'ìЉ¶‚ĸwµ™V?âÞyØ„maMæ ªÕUE“ýZgutEÿSÀ‹ýÄNCHàðµÁ’t€^ üŸÊ`÷V#EÇ©,£ñ9‘ -ˆ˜ö‹ì§ßñI¦„26*¨Õg»’”Ô£òOgÖ¾8%T -ËÞÃ^jÏZÙZD˜?ti 9V8ÚQ«A–Ž úËÛÕìåÖ[™e]$³,Å,ô ˜•åã1cĉv†Þ¡t=FŒ„ß~•¡Y=¤êèÜêb3ñÁ~ÕžÛàù2Y(e®*¼­¶Œpv0}t»G$<2`~ì–‚^ÐgÿÀ\/ý®0O§¼Ö çCbG.€Jàx’ɲœOÄ ßà<ì÷ZbªL¸–"\{Ö•`V¦÷«¢k‹ ÎzpqD$ÅSÛ3ŸtF˜F&œIˆºô ”4>8u&,|\¿N7ÑÇß$¾§¾Æ…Bò:2ê9dÔ1d½:fì#͘ñhJ çìEòBü¦YF÷‚€ÅÑÒzëTž¡IóHä8"Óf‡%À|ޝPELRõó²ÓsÉ[zåݶ€·WdÍÖdZàG¦è`ʬ™"ûLÑ›®·¸Ð=>µ¥ªq3éZ\Q^P®XE_Š ‚nxXo‰±[j7û`ÔO³ØL(qŸˆhkyB¯Mo¼;:ŽãžiÁÒŠ£Òÿ·£cϤ/¨D¼P‚®¤cõ9ªñhÌc/Ý4ààVä‘qé’$‡î–ÛÁ“iDc46|6(ºñ—ÆÂ_Åo€vgµ­„¯ñü‚ º@ÎXøà}4ôà/ÓÐkЇÑQÝ!Ðëq ìì+Ab‹Ô“«G˜C“ D*zÞ-fu0£<¹¿Î”DíçÆ -;™"k™bõ(à'uYÎ/"Ðõüz„õt¨ê:îÚóåm!A±¾`û2³lMårçò˜oÞ»«€%´%zl|-ºgdÀ+‡ÑÉ^@ðhyµŠ›èç¹¢X+3ªJv‡Q {ýª3ÊMÍh‘fB"Ì:~8n¾M¥Ï±|<²’Â÷#»ðæ£ø®9&’tïAúط٫öVÎígmr®K½”Á"õf*U·IQD:Ÿ×“H5ì ©Qu´ó„-,O;3)¨uZ\@ß Ž$Ñ'1äУov{C å2²·^O3oOÈ¿|G7ât#-áoÕ¢ØDp}€KQÜf‘ Æ„”I°/$Âá»(“?Bq#„[&´Ëüó -rŒ×ªpPÊoüoY/pg‘N©¼Èãõ  ©Ì’|ä``B¨îïµu/%˜˜¬Ž˜tbs—UÎDdÿêzÄqº¨„¢3„Ó!*úwq–µ ˰æ¥è ´]‚8jÇtðuåBsýõ&×óÈp/J—Ì-žÚ€f€G?-"C~_ÎØË, 0F3Ž‹ÿÊž‘ç B¹.ñ"b§ÖâçÔâ°$‘¨]#iÓ²…–•¿ì7Ãß3M 36VE\–j@9õhcªýËö½ Q„¶Ü *_IbG<Žw,TLlÜn€} öbÄ>b€‚¾õû!õ—#/5T,û¦ê]Kž´ÁšýâÀkcɤ³Šl¡ÚÙ¼_ÂwdͯkÈY2@ÌïqH³§ù”«ŽI{006C›‘oÇÇntúOÉ HùøS^!LjÐÑçCCŽÿþ –3sù†Ye® -Š«FÑåšY¥ÆåSó,Ó—Z6N  ôê€Öjð“hg”½G ñ ‹'©\1°cRºA!?ÞžÞ>Ø1äð@ÞNVu£Ñe@BãAD%vú`2+ý—Gm–ôºbé´€àw·›ªd>¬3 •;¯3ÓÛRR2ªp;öÂIÑ›ZÌ…†88‚nû¿û $Ì?€T틈]ºËÒˆÅ~†òRºýå#Ãà9…%Zþ­)æŽà9¼ê?¸!ÕõÒÿ„ÔEaAÃSâ¼Ê|›ˆJhúâj‡ÆÍÑr„ì«T¤ê3xÖ^÷5Ò!zÚɈ ˜¹#x‡½«h.-"‹F!±só– 1ÂJËJ¡EQkLvvvOz ´j }èÚt—ÆCcSŸt²<ª¢ÏÍŒh÷ Öß~Õ­åY<;ÝñrÉ·¾@7¥'ׯ -ƒ(l˜w¤ óÁc@•› {«f2”‡éáY0òýç“ê”"Ž0Ö¡a|^ÜÌ­§²COvUq•Ô‚%:bkÆaqrF8÷IagÑK‹†òºÞÖGûú"jõ{¥£ p -`1û1 …‚v -¼xiô*áºi-{Š$;—`aª£€ä¤³–£ºÄI”)4Rÿ̲ŸÈàGÐ+ÇywqUuÉ]K+u$­Ej åC&  Åy¢P{q-äaYðq;Â<_ÎÒÑ•Yõfœ¿·ì߇XÚÃïå“e­3ƒ´dËjÇ·É‹ØC;néW†j¯Îx„«5ª1A"fp™q ×äçq¦•ûÛ¼!*’†ìTÂy¾¡Ç ´¢ú A¬T•âŒ* - i.Ò°u¼ë©>Y»`Õ ¶¬ï§¾6Új@*Ö1^Ï Ž’uy¤”ó í´yg ¢©Õ Õ.)ê°MÑâh³cuÿ<½á,‰n;¤JzϦ{ò|=N òË^“Å”§`â"ÿü†µâëP×4¦ØƒÖL ô²ùñõ„U*Mòx>7pK‡“`qðX4‚x-þst:—:ßÐsÙúÒ7eiE÷o?t¤Øo°Kr›eÒƒ ]yÂõF°[þƒ{^®¯¼ˆÃZÛÙÑ\6#î†9³3|¾Œ5£|qXÚ :²#s`Öš.‡MzÆ*E†‹•½1…Y‘^ˆU«Ã°¤­-” ²Ä×p춸á hÐ"ÁN+;* PIQΣšdSâ <\,8$ ÎlWÆwë!šv#á™±Äß·~H¬„Šå‰uÝTsU+ZÉÌLØþÍ\’¼Îмƒ)òIÏD3©Jœ×Qv§My1mžö]O0éÌÚ%³L#˜a–BÙ½JÒ[ßã‡à6ÇŸ¡{ÄŸ‡>Q þê9<œOÊÂh~Pk*¤úkò–åÓÎS„Î]>˜­¹ƒÆGìW],`­ÈÝ0woÞÒ6³  1ü¹ú§°‡Ñ¿Í'$w:QÔ±r°ï}I*TWÒŽ— 8Â˶©r -c¢¤ÆQ¤Á<<¶7»ÊqfÑ™nÔ1ŒÏñëÕ£þZJGÝxY¥ÂHS36újCiSwº¥ä*rª'°GÉK@uòrƒdtT…Ø~(Ÿ¡ -¯  )• -½ ©ÛÑä£GÔJöP¬R-ÅóŽ,ÕSŒ:ê%V­KôBX‡XoÁÄeœ)¨W0f$³*M i**|§¦ÙáþYÉ&/¦P)_™Ü`;Öê}bŒéŽÚŠ®–ÄZ_;@è<$ÔÌ­í@WF‚ß05IaCêj±êû|!€ ù/Å+9 [Y@òQ‚§B‚„jg -[vÿ}•8‚ÔâZæÖPÔÒmuã|*yÔŽe¼kzråèðr×› -=6Gñ6LÓrÇ¡Eé ¬9†¹.|Æ»A0âwèL NÛ¶;qŒ¥G -O&-Éù+‡ ~,bl‡†ï,·‘”>dÊqÈ”9”1ºàhR‡tè–p-¹ÙÌBX(¥Ÿ3!‡æ1nѯŸÇý@@.œðÜÊ”nyAEÈôt¬JíÇ"¸ÛI|D5ÎÒ–)6M:ƒéÞ”#GWèDzѹŠ×@ñ´¸4ïì/Œ¹°^f`îšï!n8¬¡7ÇUv÷À¹á2?G ¼3‚¯Ø³•lÏHy.„iuZ®›k$bÂÌÙŽÂø0µu#5^vš:©Ó›{SqÁ\“ÄA€¼»üùWO¬f >îFIz*Pä±{R®v!ÎeåSd Ãð`µ{{…XØ“£ú£)Û„•Ž#Úp:³aÔÉÕûcÌa<¤ÖãíõΈG›!1G›´Ç£!w:HÀ |ýDRB·7ê[+&¸4ឯóª™F`È$‚i*:ä“Á'€´VIájÌFµØ»˜ß•>~‘¡Áž!]:Î$¬ åüõíYWî&i›„œ˜}Éõý/ðÊ<å«á¬“ï}€ŒT²æí%$jÊI®ÉÊ×Ìù—œAð»ÏAï˨ÛA°\¥¯§SèÅK~ÐcgÛì-¶R¼&ñO‡šô­jù®¥â÷{™]Rì„hš–@˜ÅÊÂr=€Áø*›Žr A’NûÒÿ„mQ2í×Ê·Ÿ2 ‰=¹,$pQ.©Á=&¹‰S|Ý•+¢Ñ*‚qP4A²7±ª –pê.mSgSüÑc$yšÁÁêx³+q õT@+†{³š®ÊÕùÎPÙªp“—›‚ Ÿ[ç’Ñ%o)LH÷¯JZ¦ôüVyÁŠUnœ©hÈ#ï€kÙA×¢CÃ×Ñãô"€8Ey˜•D…¦`mJ+]hõжä^&‚ ë% Û.'©ƒ¹”°oaC§®ìÎó•íYW`V—þ³µ2¬C5ÈPóSMP£x$ý£ö u¿6ͦî›î}½›é¼Î$òK«Â¦<Ãp¦:¯Õ·Ú+,ü¶™#Ðg)ž†hyÛol=Á?²Câ›g`å%EJlø@6ŸÚ@çÁLB—wfXT”6Àj”º.àAA]pý ƧÜm¤ºc›%LÁºè,èØ‚dŸiÖbÒ%úá׬ F!òû©?$˜À'›B† -Í-órð‘b@ÿ6ï¨gB‚’V4HEˆ¦#¡õÅ¢%Æž(D Ȳvž¥q´F‰æG QµBªÎû·Žv+JÖQ©L9~To[îÞéSϯÃ+äßóñ:ñ‡ø|aÙͧ!f¸|ìûUÏ Î‰IVÏ ùk˜Xÿp±0Ô=Äå0넃ØßW þ¾—S‰¸%¥P -òL¨=,cJÓÀx~¾ÖA=Eà:høÖñM™b%†l«zºUeÝ% ê¡QG¼•€TÔfƒ+xW©i(P–ÖÐýdP€'ź( :Î4¡Vp⦅iBm~·¦"Ï®ü}Õ²¹º}o¢ð‚Ììè¹²|9Ð{€þ/£IÕãO‹ «baš8Vcä´誳bŒµŒ1pÓûWAQ¼”Œds@q³f‘PQXG¨;¡OÒã0÷åÅ´#Et‘T̽¨¨SáTªO‚ÚŸT{)ÀŸBÐV§‚P‚ö_Ãk“’”ô[é^RöƱ3EÏw Ó -#)Ìuê„Pôlzd´Á…ž*¯úEÔžìͱ0HRÊ!ü‰;9@æyt«c!ÌÇU$gÍæ±e­®$”„p¡ì51®%:‹,iOiû9ÿ…žLÌ%ª×n1uk¢ttFV<Îy)„#ª^"ë7æ³@²Ž¼|Q´àv€”x³A¢ê­%%Ø@ùê«ú_Oâ'§fçFP¤(´>9÷Óô†5„Xøç!Ÿ³Qk€A"ÒŸ!c]€òëÜ~ë$€(ó„OÇ~’º,Õ'Ü›pÿ¸YB¼MÊÁ×¾!awu›aíì³°á(“¥ÚئBñøvþé@­~´By™žpxFÛµ -«àüÌå÷ÄÒüû_õkü ôFˆñ?_J(¡ñ‰žŠ Á~Ö© î_ }sqÔû, #.k ÍB‹I²ÓãÓ­ïD>@•.¯×ÂÞKˆ(A÷D+WK!üÈ .²ŸS(FHÙ®OÒßhrÖWÖ\éY!YIþ:…%êB¬'@Ë,>A}‰O¨Qøjçy*bõ̺¹BvÑ")€ -k†­$F«=ÇÑTÐÙŽ6Ï­ž¶°AaÛìWܵËýuTœeç{™@Yì¦qÈúœh剜&©ÅÀ‘¢[Ëê«ÚERÙ÷Cy>°äqéЪٲØc<ÜZaæ…×ô´÷«Ud­x2xO¾Ž[ò,[¯,ž” ÷ýÅʪM-WÚ‹Ú%Žà]Uy¯i¡‚ØÏ’µÎ€J8g¾t¯då|¨9tv¾Û¬È@ë²±¬?牕¿ >–£'<æ÷e€<%FÌW"µ è^ÔX#Z‡k˜ýìÿõw÷¦‘ uƽOÕYÔu2´Ðà>ƒnxhüä¸`ïƒ9öŽ–§Æôݰk‚_°K -žòwÂíþ=¾[Ò*’]šÑë3¨§–!³…Y¶˜¶†,:!ékÎx¾™±Ó €LÕ#<…ºF—]ek Ô3°P>jóæÆ ˆØD€ßôˆ¢û&ºlí3|L:•fIÆÃ·«¾×(¢%R„|´DÍDéaÌüö÷ôƒÅýçÁÚCãµ!¬5´M8öÆÝ€k]bG6e5ôe4m=ƒ “5¨ÿûøèFÁjÔzÞ~ñ|ìl»=\•ì@xOQÐÇ`z”ÓT‹¦•p‰À‚Gn! ë@£7’¹ 5y±YIXþ짪n! R(dP؈ö%j¸;PDXÖp!º)ÏõlË!E>Ï™)œ3wÇgþ@'n§ƒKcܺî38íê-Ue÷VAð 6’§©[®Øù/exÿp ½õÈœ¯Hé/Yp¿¯í‡OT›ë+êú>³ §Äò’¹ãžb‹š¢²y¥+çÎ,K<¸X5Û{dɉUŠÕ•íÉ=£FQ™K5¯ñonÃÿfÐñz;ÏÏî¬åE*L(¸§€lã¥Oÿo¯ž ‰úQ"ßÓ…–Ÿ¨oºS-JzDt -€ü -™T’p/š -}rt€ b\ï7øâp6&!T§|ô=\ ÁÂÙ5UÈ{ -!Cõ!WÁw1Ÿ58Õ™[Гc๾‰tÍñ̯¤–iûnÊ Ùĉ–v°(¶ ™ó¸©Á"NºH%Ü¢½Þ¢XaÛg·Öiižt¤(´=’AkX`yÞ9GsŸtyD ù,Äßêìg¤\i¶?Å×fOÄC­#J¬9M¶ý›ºgY‰'-ê§uÃ#°’jŽê?ÀwçqÊÓçs´äñIˆ ƒ=rñø,1ú¿ö\ýô;>ÂÂv•ˆÛk¯dÞ€=m}çó?tà •XþkÎj¼wìû‰»Þ‡EŠÆsàõÀ ÐpP¦º(ò%&ˆP 3P>ùÀC™„}YàV :[ýêÂÈ|ž3Õž1R(²¦‚ÞL=ÇHä(ûLãÕ<9NØ{%V uQ --4e”ÍLö¡N± aém´`ÌìkG_̈¤¶œHN„÷㕎;L GÁÄ£JC€ LYZ­,é! -¯O™r¾ §hR"ÑJ”ïa/<¢¼ Êu‘=ޝhºJ®8ûRÇÙ|33‚^Owµ‡>€²`è<¯òR9å wÿ@¾8P³0Žˆ`hÌ -ÚÞXŒ¬q†¿ Áli。S|[®Êž¡±ë«âuî<•T8:Ä6ôe¨¥$U1B 5ÖE• \d¥®ÓP½ÀX!_ xôÍ½á‡ÆX‘‹}ü uï3ˆé”¢*åJˆÚ½œq›iö:óru¹ƒý´Ài\áùW=pzY–èÎãÚ‰DVõVw¹å}ÆÏ§æ*—<í8éǹˆªnhÿná £o ™ziÈw$³Ñ)íd÷ÞSíæ2ª’)x\Xâd·µ÷h± àr—g!óž`†´ÐžUT‚éÊ2Á¢Êaô${Ò²|Æ€ÓhçÁ‹pâà:šW2¾¨;ØÑ¼¨ -…;:Õ¨ JYYÝ.|Ð+ÉSH6±9üT1,ûïE -—d´Ü=~:d˜ê^À“7ŠäL/-îª*ì$û4F8šsÅ•ˆ-È>_ͨá^K³ª?÷Åþ< :El.Ó<—¾[VCiÃ:úŒƒÔ.,q”`Ë Oìçñ´Ó6Œ[8½ÇFe(ÈIÙ^„´š·ð9Â~É^;o³´ù£°»CœÔ¥»C½ÈÂ<£ô+¬SñêW Ï-³ˆ!ô¬º®Rªma·AÕy_ÐÛŸ@ZD‡_)»´!{ùù± bý!«Ä¯i¯L½½ü Wï™ð‡›î %F¤kxg°ÊãŠ#|Ž‚"= ì¥Òu”Ó0EßÃZ"¼¬Ÿ.ú"ª‰ôÊs¬4ÓŠs1i±@H´ì¡`¦–±ØK²ÎÓë–±çnEZ"½z¿íC¥Ïº>ѵµsL«m5 †L´Eí±†¤peÂö™Ê‘p­±xž¬Véøh\§¸ÿÁ¦„ì)ræ|›5¢N`zÁZ‰EëI ôHѲÅx ö)Ž¡~s:¶è€ùË L$]n{¸ Z+ìK “€&ѶXøíÕSÚ ûÛ1Òï™T€ÈWy AÖdqÃ5@,Z"“ b¯³Üˇ¼•&uîx'ï½ ¹x“Ú(°<ꛪ¹FƒŒN3*u¾˜‡^PC@™¦W›Á4G¯ÓYKÚBRßž1lRýOÂy‚Bo9rîÌ(Ú„çÀ­ÒDü°L­Ço1µGs^J”Õo·ýJÅŒ²d8ƒö¿d_«­ÝòZãø9:þM_`L1H)úl (+ù#bmD€9Z^G#ªº·b„jÅ^êå0ޱ4哲ýÄÈÛ½;ÀVÀX‰žúBÐ)ˆ&olÄ~>™!v’Àpfµ+Ïï@—6áþJI!èrÚ¸`‚zPm -Á3SNœÖ—ru”ï Âi™h4z©º!~Áÿ²_fœ!f©Ö`9ì1‚{­qœÏD˜Ä€;ý)ø²ñ%OƒHï½å%ÊÔ€šóˆ·r(X^0 -™>Æ¡¾*­†gÒ«¦å$óòmF¹á J—Cå¬yf¡-”ÔK£àÄÅOº÷VÞà ¤ªO±ÎŸ£ÒC¯;ýÎ夫ˆ(w2CGäýÌÑýÌë*©‘ü©Ÿ×C(WÌv -“¸ð9Ì9Jð¨r=+d^à” i®¸›ïrüŠŸ t^Ÿ*3JÛ{m­‡¡ÅýÑã„:ÎŒkrÕDÎßôeŸ,¶.g€d«ZàÓ,ŠP@p"͆_ªÚú83Ò™q‰ÅRëÛZ_èj3KR¸£”XsÃ\fkduêç¡î±äŸ·²½H½j_LJGq_µ<îW?JÔÉ“e°Å:‰«¤&” 'zoîC2 ï±jqÅq`G‰KÌEEém`ek’匀>xU¦ñ‹i(‡8‘÷A•ZUž«:¦ñqUOvBOžØRM¬=cHW£Ô@àÊ€¨”º£KQy±† KR—úýT -Ë o?!¨~ÏЮ‰®“Ïè~@µhõ„H5T_ýH ÊPlG¨—gÂýˆ´Q Œ%røIììV Ãxûy{~Ÿ'˜aÌQ›ûUÌšëÌqK…éïÿØ‹kE*H¾ã‡úÕŒþýq`fqÏô6 ò(7µÔlU (j]¨UpÛz>˜M,Lfp¶é½; -E­ûm†'ÚöT•âŠoÇÁ>þd}‹0œ‚ªpQ}¹(ퟲ7®³ç±½ƒÄ´ð>•é5L®p‚Dc"è:ˆ¥°£B&ˆ0ûûŒûÞ62Ó_Í¢|è~@Ù1©¸´BàHlùr©‚h2ô»âσÀsÖŒ…BE`‚ ;ÑšT©EÚQ A½½éc¥0ÁŽ%ØßgĵjWЧ-Ï/Žs¿ö._K?r=¦ ‘²ÂæÑDÏ, Y¼’²Ø}ì:¯0Ë”hÏšôfE5±šWhØð1f£f  š€%WrpvªÙý¨f§hÜÒ(ûÎ8N%wãk°3Ãv`£R|€UQ\˜d;!Z ù8ÀÔNc8çiÑ9hé,IHÔzov†W‡Vëèwevu„M~é¥PÑ.=žü-,Sg”3£W„!ö£áÇ×ùijX.AØM]ÊF •å³`ƒ;zÁ--ƒ%drêKȫ߀ -å¼³tJá™+Åãu!TgØ:ÛWЇ(jˆ&ge"ZvLØÛØz($®µÓ„‘EûÈ ’Ð /(M×È2ìg}Î`¾Êš)b.'µ3‡:sÆ)e ;H5Ͱp(·zx¥B ÂuóØ$RÅ&qE;ÀØ=EHz<1QÇ&VïaªMÿμJ³ÇC]ÂX#Õ«˜:Ž$ôÄ'¤ë÷uA Œ…+̹¡O3ƒ¥/CkïÄÓÊüˆucOÀìÑìÇ ‹ö¬–í ¾ÏÕo¡àú—3´¡]ÕD^ŒiàrªÑȇý…Fþ|9,—0¼Jû6VÉp\ŠVr ÀH5}ù …Ö±`9NÃÐc}¼i*¨-¿ÞCêS¢¢káaÒ’¸á Ù¡>¶ƒlÚËo3 “ɧdMzMSˆ.;«èÚZY¹ypB¾µÊ¿À6ÀdÉÃâ•tµ}‡Hs°¦¡AzYdlY{ȘDÝT_sl8üò¥½ˆºÈåhóåÒž ‚g@+ÂLçÆ’ÕRØ¿É2 Û%-Ò!Íè¾ç´mB´Hí6JžÛÒ†Ÿà à;–e ß -Ц~Ð3ð9£8…s§Ô%IŒï´÷ýú£N‡ö,=Þ ;ŠN®ûwNLâþ~¼ƒXŸAOCÀ0Ùá3‚„Áßìä/Ç•s¹òñ¿BjKØ#£ÿŸµ³[•%9ÓóøöáØíÌøÉˆ<´cÆØøÄž£FH2 X#1–|÷Žçy#kí½jiÄ@Ó´Ô«"*³*+3âûy臓õ¨‘²„gÎÉ.`63ð8ð€ò»A7¦:ñz?6qy -{ûxxÖZ<Ý"€\%xɲ\«ãNÊIŠD[€èƒAßÜSô öFëšs¦h^à.Èlú+Gÿ^{Ñ#&Ò7vç ñniuê7Z¬- • ž!3¿—U?ϸ9ñø€ûœ¤bN¡|]GqT0"‘Ê® 5Òoø‰™Ï;®"À -žÃ1¨M'$¦£)gúœ§ïà|—ÞЖb1Ì5Ëž^-ÀÖšeåPMÍ~Iõ]š(œy)§xî9"äƒ4+?ƒ^êëµï´nеs7ÚQÄ“?x‰>húü]¥Ùì'$/ø'É“ý`¨¼vï)`o~¤¼²QWè¢âóȪyÅb`E¶®hÏ›(R`Bˆ!& ?E%âóëwö¹§ÏüÃà#Yõgwc?½•Jº‚\¢ÔuÐ×ÀëáŠ÷­‘ÑÇ»ÖÊ­ð»õy˜¥EèW/?5îJæ3¢—ƒüèž>«ÛYtùÛ~ bÎVÉ —Ïñ:ŠEós·(ÌTA”D™É†È„Ëjˆ¶¨àžXÖ^~(5û¸÷áÐP6± `Ò@ ´ëèjKʃ~{}ä+äP=An haÕ)YogIq8 Ä6Ø#×Bïz ä7Ü"UÏdx9 ÐNŒÏÖSH)Õ­A%`(Ì+ÓÔ7o(e£"r‡MX~Vkl˜ôöXO*åöÖ6&¾ßI$1ÜíS30–·Ÿ7š'¼ºôÓ‰oqU]qG´ÂqÜC«Xf%.Á0+ïŒk<’¾3Üñåúxרâx:£-(&S¶Ïm“Žr¸Ïƒ5*ƒrÑBµ[v -æÇz(Ÿæeúï@6.Ö'FßA*Õ è!|— ŽŸCJåeæ ôþEd¸îí\qÑ„Œ·¥ÏS|]rY?qPÉߎä„I•îCèÕˆµžGq#ˆ6lOüÎ*ν`äô²Ìø<8£ÚZ)’Úô'ÚÉE A{`²p=¯ç+öìàN‘#ùxSÝ“à.bÍä±ÀòÄÝ@Às½Çœ¤Ö!@cúM¼ÜÉõ( -¹Jc˜GjѾû» Xôdhyí„[+fîÈú¼±ù†HÙ©âné$žÛ¬'éxŽð;«-6ÿ±öQáo„ “;ÜèÏ›0àÓ`k[¨ö>cÀQ´û™bzOëG׎Ž`‘¶½×GýllõŠõ¹NrÞ -ÚÕ"JPQè\Aä)!Â$í`Á‰¶LPµöWÖÝv%_z £ûNG9ëjØ+™ñïÿM„0ÅÑ]†•ÇŒ°èË·.(îÜ-¼á¨÷÷zÀôå™L‘ÉÆ8!šrë¼?¿¬ŽM%b†ò\ÛOsXÚ;`£I)Úˆ®D؉«Òô„~ùÚ ï}劯̩nr6bè´{‘ -Ûº~wd6(‚Eê*6íe%9l‚kø4¶,Àá(K!ê¯C[~M ”À¿H üWìÀѱOøó?~·þãúö7ÿöÛÿüùdç·ÿÿøÇÿýíoþÃßþ·ßüùÏ¿ÿ§üåoÿÏ/ÿå7ÿð¿üüÇ?ý¿_þø¿~ùO¿û‡?ÿçúãÿýSNúõ;þûïÿôûßüù÷¿ûeâ‡w¿>Á_a/þWþwÝpëË\ëß™/õ›qÔH§ Û ïyMýÊç5ȹ(€`ž‰ØhرEÇlŽ•Ì^»|L©Ï.+Êáš1£Â³–×~E~fcܾ n´ŠÜ¶‚@½t-à(±óZQ{PÝQNù^þ¬<™Zà­'SÙ]‚ùÀf@Œ>ˆ‘ıb+dº¯€oûOÏ«ù–K¬:tùÛkEên9yϱ(u0)7uƒ¼«×ø]£s`³ölžÞã)Ãs³™h£:Å %5žožâÇ1ÃÛØfÌ-º_BO~¶`…È]TÛú÷8EsuäzŒ±±Ô1õ¦¯üHì'´¸®Y*X& <Þ^`”ãïqwé1ܸ¹Õ®ñ7œ®@õ»@ò=­B:f[eÃ0fÃ!ã -øGµB*ஜ…`¡Däá>„`_åAä$ÀRQÄ+¶@§óÎlÑ  zÝ’?('fçõS SVPŸH “NØå+¯ñÐEâ»8À4+QžšÌd£Ç¨¾£:Eº#Ïvễ£ìzÔוÐıûö>àS,ºûz<„óÅÅ“Ä}%vÇ—wÅ”Î)—>KÑb½4ÒþVŽÈ³ëî×/åox`±Hl{…Àz!¼È&þPÛa=v¶ û†½¢S¬îé`SKHRñMYyî-Ð:ð#e"¼ ´ƒ{ uŒgÓe ~¥žà’r+›ô7{;rú8ÃŽ™(¢¤¶*›êtÞ!žVÌ‹B6èL~³™M3œå]›hî8(T¶D¥àpBOÎë}û¥¨V #tõ_[Ð&ú -«ÛÁ¯6i#ÛŒÁÏ[Ý‚„ÜÇiá‚ RücTT¢â. ÐòX?pjºbM³ÍeÚ@ÖFì¹Ú‘+s$-ÚOÞTf}}#Á^ô柕æÜzZèG:ò+7¢ NÙ¨îG­ µóLë$ 3ެ›<òe?òGŽ¿RWaóÚ‰+¢Õ¬SÔŸ#‰Û›^ä{Ái# Né‘DRÊsIá²6÷Œk¼Þ…“—}že'UWg7^—~™;þ:ŽÄ/âÚHÕü€‘¨pa$QŠ‘YWË6lFßo«O‹ÂA$0Â@æõQ½ð÷½r`ÕÇX:®í¯_{Ù¯¤uÅ^6b™=ŠÇ»Xå`>Ö©V{:’ lŽ]Ù×ÀÆÄaÑ£7ïVNAƒG-Ô ×ñ1Çù{cîͯ¶·ÑbJ¤SÍ o:ª€3A‘ÐÎuä³lô°mŸéé[¢ðSCDB·ò«¹÷ õY×$0F‘b ø.¤¨¯oõ!ùùy¦ÈVE>7¢!詨<[@Ý´ˆç5IK+öA¡[! ‘ØqÈhê‹°,ù«~ÒU‡ðÐøâÖz.ɽë±mÓÅ]ˆÄœÔKãÊñ­ïª¡ -²@¾!ïýÆIi$ ­ît|Ä&‰¢¯ºÞh­M_ -¢C´èZ£§œìãÚ…¾”k³SI‘òîã>Π*°×%‚àeË$.(09`[«>üýñ¼¦„ek¯á à/|Öz}’+±u™Å1 ±Qy ÌähôôÙ©`YUï–ˆ3$E‡´×Bز¸}¹¬>± ¬ ¹ÖÄêZÑrH%¢Ù€Aa«´O¬ðǹ強µö&ÅòóÔžK GpŠËÊüPebœ¦^v…f‚2ݾ²#r¹äÚiÓ#Œ¥ID€tlCÃÌú\E|s”2<ü„—.¿`Ï ã‰Û¯¬ð/(>±*Í ç¹…@NÅ©„Ø5<Ú©|"›H˜^™Àü¾n³F+æÃù·¨êrÊ™ €Ç›óNžUÑŠŸ%ŒÂú»~ç½köކkW)8µ‘€î²G*³Ö Ü/î<ƒJ(èãvHk9-Ó°·‘^Ÿƒãy)SŽßNú8‡ ”}+H¶h"Fo–çhë~œñä¶ŸÇàn“3P)\[W{ÃH-Óµõ½d‹Ãn >Ràû Ÿ”ynôðúejýê8`tð^„;FD¯Íô®ÅÀ«(€ΨqûÒGu¤z×;î‚Ïo­bçÀ×ùñ®U¿NÓ…œhÚc^‡ßX›~¥á”£ô­½€ ïÐîÈV>kàŒ ’—SCUòd"04_Ozßi¡µ0ˆß¹ƒ&˳R‰Ód{ÌGdBĦîe†Å7Á¤p B"7N*V疥Ԁ‰\ó[€ž´Ü3-¦–¯É(% ÏÕh§QGÒê·JÇt¨·ÁÝÊ5Õ4ÃjÏ¥êèn„Yúú´Ø¼½ò Q¼Ý+«wÝ[¨q…"–¶·ëH‰8ÏϧAd×Ü8'ã®vTâÓ$#ÈžçïçM²8º—ÉÜlb"ˆð€I{•ð­ÜO*ýiP\‰×þuõ.î —t†0püï…üws´Ò+ò¢E–½2.TPC&p–j»íxö—MœÇ‘ -@ݨ6Èh“|¦çª1 ¦ qÄ™w¼Œ -i AE”½GÆ'î}kàÖjð˜.™¹ùà¼dýÎ/ò ILN|Ÿt‡H‹¼N˜{iüÝmn3z´xAÆ^+;]ºë5½¦ù½?&÷Üg4œ¡‚¹åÛż3áó «å.,í(Ï¢¡.]Ì  —üì{ÇÞaqß>2.Æjœøé¨{k6§ËÕ­üÒýbYx˜ëO“ÔÌcPZ¯ûÓ¨Qvõ}yî}yÀILr4£;ø}¹Úwøº°ŠöZ?ø¬3Íæ÷3.r¿Ý!ãƒMÕÿ„'d¬µ--½:ÊúÙ"¡Á?Äkäu7ЋDöÔkTç¸áé˜Ë«%Ì»'¾ ‰oökLÒt‡é-u2 ë®ÁZwí/Ï Ÿt±ôŠVö| üö)þÕÑNÌ«?Þ…ù®&×ë*”j“[U­·–ÒσðÐì ¶í -C‰Ÿ„W(¢E -) ù+€Ë£~}R¡v<¥Üw&À0“ÓJJ'…¦æ¨òR+HfEå„â*WwßÐ°È -°æÎ+­m÷óº%h¬tÜõ"Ȳˆ6Uälàw÷àrÐÑÛÎD¾4öK×™)}æï¶ÿ®ûïÝßW  -ް¥Ý'mïA&ó·Ê =Õß³wíãae;"l‡òÙú3Õå¯}Ç­*Fâ}ïªEÏsÝy„V8s}W½·ÍKæ÷[ԿѪ¢¸A¾0@°=õ›; ‚a±×÷x+­¿²ðû’Ž…•?Œ¼æºÄFÔ§ ˜Ñ ÕBo­¥|äºíÊ0Vàš(ã3Û³(­¹ÞÓÏß÷lu…ý¸Êƒç}HÊk\®ž¢´GžQ=½ -O-RÀôù“!ù -i×®g¦û\÷Aü\ip9JèÓi -³mì'Sš“_§¶C`F'f#&M§ áÒœ6LÒOÓq6ÇÍ(ž³Ü>ªó:6nŸYÊ5@ °êîg9cÚ« øLµñÌq]ÅyÇ‘%P ,‡7Z$¯ÆhÃÏô?61¦Â»Ž' EaP~¸[ÀR¹T°Yû¤þèÝ—×ok«82íøàTµïÁê›´gÀ„œôó°•„¸ìí ­p`eÄÏ0òë91ÄK]gQÙ)‚ú?³r» ðÇ5gÓëj[u Ü‘DW¿ù7çþÍõñûÆ×Á¸×ÐH»óVtKy‰ -xõµƒžåª_åÑB]¯ãP-LÁ@¾hÅàM´ì2é¢.¾ÿöÜE]‡95°óÌþü â¸hìÒ¨%?í¶=>}ZƒEUÕ[’ªÂÝrT÷‡«O Q‚&›E{Ÿ‘+ÏÖÒ`Ç!H{q~Ú\ý³Åú+¶I¤Ü­1CŠAÝ–I[çà‹YgÔð‡ÁA\‰ ‡p%Z¦šüö«a€ÏµÒ8fí@—m$²ø¸ÌÖæ‰v±³JQòó‚ßåqÒy‚Š]ö ui×#¡ˆ=kÉüÔµ®LˆŽ]Ë׉"35­×äãÀ³¢‡ÞxA(Ç(Gõ)¦û¬&¢F9N°M»&¼æ Ön–žéÑ>nòax†&…Ò:Ý´ôšeÕXLjãž\Z¸Wí5ëþi[~½ —*OÉS}RÈïÙöïùz¤>Ï"¾ùxc—¶?Öµ?Öfƒ©èaÁ¶„‚:P)÷û„ßî¦i¬JVqÔ/ŽB .ý7"OýeD÷ר°X.ÛŠùù^üŸ¶ý·;à4»eÔü!Rà_b%§÷÷ȳÔ-ϲsŸ÷YèµöÝQC„ Ô'a–JG-`Æ™eÖUwD(o}.óç¿ÝAŠjD±úT~žµ² {ø@?U: ªX»íëõã=¯(¾P¶øB ‡ªÛ]¿ËZ²JŽâÂ\²Ýï3^‹ÕoüŽT};ì,¤ñ(1·¾Å¯¨-¯û‡\1ë>(SÖ}÷d¯cËu| q˜•µÈ?#fmî5 egPqY3šRvXTI@§ÿìÍ|¦zÍ1àÞ0=fõ¹ìîC×Þ‡îTl”˜ë}Œ±?ñøëŠŠØaDñR¿éãjW²Ãõ”zâÎ`­§Çxy¹69‚€l-c\0|õ.¥W[A=ÜÊG Û8à”®Ðç­¯fœûºhð,ùŸg) CK7z¥®ï¤ûƒñn[—hn]"á)W “~|Ý»K Šò66E™G;kˆô@¸Þ@×@,ìD b/U?©º 9 é¯Ùàà㪎]qâ²>ÖðÛùz܉kPšÂE”¦°kyìȸѵDú׈óÛ€¹Ñ‘ÞíÛàcÂ"ºâP†;¾7poÎ -zÚ^Å_ƒ€êG\mÀ"b3À,rM ºž‡\׸Š÷i°ç‡º’ÒûZ,„jz:SƒŠ2•èʵԟ~GÓ@!ƒbNמqìBƒþ(\E!Ÿsá]釮ˆF® H7úÚmÔ¦µ·Q4уjSÏPÇ®sU‰,Y›¦öEZ|= ‚ëQµDßÃÅUx’“ÔÏuÿjÀ4õˆ0ÿÛ Ò¿Md  -‡¶Q•„yìõ›=³÷Ö™†ÞÛàßå\ÍL*}á,øØ¨¾ŸÖ}I…ot¾ùnàÚ…l -@;@ Î.¼(>'w7óMDëUÉx§î¾_ë„°ïÂã%íîßoÇis;~¹·"GæOó¥ÁÙº¾˜ñy[Iñêó¬Þ‚ÈB3!Õ%ú §ÎYiõŒài*ßlŸ»„¦–2£ÌuoU1«öèx,õQï{G^¿¥ÅĤOU3›âÍ¨Ò ±¢¼:"s@è˜àžÉß*ÈÊI÷Õƒ‹çÚŽÔ‰†!|ƒDºuä4w/ý1µœn¬Ø ÑÓ¿Û! -ÍòKŸÇvxÔŒ]§Õ[ ^Ñn Ä~FG!xCòoZ§;˜üôzJ¢Gr]Œjâ|{³JôV‘ȶY9·OY'ÜL‘fÐBì×#0óip„°¬îÁÙ%ž:Eßq>ŽAU[¿0õ¾‰ë?o8€Jè;¢éݶ#Zˆ’È[ ö²Ñ_<Éï” -¹å{bMËAdhî—´s衈¶ñ”m÷N/@UÜñ×£ñ~ÓŸ‰²Ðóø™BÝ¡7>â¹­1Œor»È×~Áìên9",ªª 8#ÁËëÎ9¸È®(¸'H~í¸’»\ZáôšüòœŒŠºxO7Î’PY†Ö U¤Þ»J÷­i¢"¤A>UX©¦#ZPuÉD‰¬ûÎñqøª¿z„&3+a -?ù˜ -iôµ)>ûÍ® » Œr¥m#oy@-^¬´¤PÅ]v7pÁiP£»™J™ù°º³ÇÞ„ª+5ä<иK([ƒÌìÛ5ýB-kD*~¥HÅ£{ #;ý¹I“«h¬¢î5ïh"‚¥@ú _;oóãŠ0*)CE+òˆoôŠÊè(¨D¸ÖpqEƒˆuÚ%iu±ôÙ;Eüœ=bu ë¹ÄÊ"Q±¥ƒ¤ËÛA,¶€G 0΀hþ†öZÍ€­³Nþ4Ú˜eýÈZ·øvÚÅ¡ÑÖ§7%s†÷†bKçö£¦Ë3ëg…çð·èªªŒ±¨ãæHÊ¿òáF›#T±ËÆá‘»ô¶AUŽ­¨Ézè0pltü qõé¢ùÜkÓ8NÑÜT•ïyu?=úÕ ` hùdxëòvÊÿjóÒÙ^·¢J¾tˆj}ÖÚb7ÎõÕN4.]QD›ÈFÈvúíÚRD«ýW”‚dS¬£tØC}E)X8'ª—£F =tê˜ù´WBói"úÙÚ£Zz£8@ËÉ/2˜Ô©:¯f>¸3fi¦Këfòܨ±!“kŸ¯¡6±3|׌^OgXŸÒ½‘€ô>YâLç«ó·¥ñ›Ê9“ÜGuœ™Á¨9Е3ÌÁNj­{¥AŽ(3*ص5Ã^ös¦;wŸ4a¯MVm¼±è)’pQ…`[4¡Þž×€‰q)åWw¯? Òxö ¶W~ýü-è9T£§0´» -hkíaS¤'£À<†rÓ­P| Ut‚RSXe;X ÷MƒôƒMËnEÕ©B™ª2èbR*Τè0«¨q¯U¾#öåÝ[Ï¥£¡ø¨µ‡<⑨>KŠym×2¸Ú\°Ó¦µ4Š’öÊK? lÇêÍ# ºq=ëÎ>'íi‰»‹a÷ÝjØ¡©ó„+j7vå ]4ðŽ+%ª‰\II›yý³Û}7õ|*rGìmlRÓù#‹’X†|8…uUÓp†mþk›€L@š\dˆîžÆïyaͼ÷2Œ@TÐ>º,%? Þ~¨jæ(¶€1 -¹vO|¯hšzdÆ•ÃéÄß -ðçðcW ´çºDê·BróhìnØÛîëq5)‘3¼{ø =.H°@ÜåK»³GvÊK%ˆ§\\$»®.²€Náf„†¤À­¿KO€Ó¬Ï!!q¦®P9.a¯_ÉJ‚jlŠC{¨Ç¹Ã ÷R¥m™¬ðš¡ñÔ_Èžï×p×ܤš±Û@ì¦nåä¬Eø;<ˆ%Mu&¾²”« 4¥ÜÌW,ǃÔT‘L¹“ózpp#KÐà ٱõ+û&bk}Ô[ÌŬŒp8’7¯õ€A÷”Âä•+Jê»zÞE²Ša Tò*)Ñä(¸ùT2 ÄyxŽMºYÄâdé®›÷#׿¢_© ̵ûº`^mÌòÍ; îÀUö6L êïÍñÔ3Ž"ßïh/Ìs¾#L zÐxb2TþT4—Ë¿ö=Aû˜Ýô0€¡zã(îPVBÝ=Ý_;ÃÔÁY<ü%SìÚ +ÊÚs h<û2) ®ÇÀ0+J7th >CBÂÈ¢YޏúvPúòûùW¼™ÜQ&°„2Õ?dìÒQílÁb¬Á …^Z ¹–%ÙˆÛ -KãJÙ¨«ŠòÅ|x)nœ›Ñ£‘ë!z-ÃU}Nð]˜Ã¨ï¿úxê2e·õ˱2ô.(.˜;ظǢûußïìÁ3¸¢ópyWбncLÝT@ew¿½!‹¥Ò›^‰! Æûa¢°fJbD*Y¦¦u–¶½°XŸÁ’pQô€ ‡E×õ"¶ˆPgÐm‘Lì§O­Å#ÿzFþS£ ;l~C úi¡™ù>„’±è{•:â#P]Æó¼‚!½²ZŸ~á]3Š ë5ŸRý]ve ëwJ™ø%Ô`bRÿƒÌ¸- ƒµXù%Vógnêr[Ü~p”Ç•$ŠCåɺ#ûôV”Sm/8Ny˜ "G]Ñ)H×Þó1úæ"Žø#ÙA)½(õ{‚p³ð_­¯;ê 8䦨޳ï~ˆ`Jj VCTÂZÖêÍ&JDMëñì¯m“f)y X2*pØH¼®-G²Z£òXlT§pC‰HáÍîëÈezÝ:„툃w\!øC·Íôê­"•\r§Z‘xU쪳¸~è4Üh•Ïm¶-Ç*ÚÚy²®°bÒ%!=B„w¯»csbëzÛ@¶BÜ·Ñ¡éÐ|¡Ú¸ébkÄ—Çü½§‡6Zý Ê.ÀHÂñ @J¨Ép™MB Ú뺃ԹÍ-º=ùaŽõ‰ -2QÞ»9pµ{Ö"û^-²Ó^¸>Æü´ |4 -¯Ô;QXÝÏÎC›æ5Ò ¯¾:­%u ¹`$mk£äw47–ŽÏ]ls•p-Ž7؈t£Ý-¿Üb͘”VÜ}¶—-=Û7Œ6ЬuËLA­U¤”"Þâàf?¾”+yª1s)ÂC8DÒB…Ž)Kdÿ~VW¼Ž3¯íãÚ±ãܺ4ê$ÕÜl¾ç -A…:$q8@œë-’‘ÄöQ®Ñè©(=ZL„cZh] N[\Õz$ЮµÞÑúdµkøŽœ]É߬ÖEä>çjT(²êØKo`ªÂV]Ü—+ê-)BÆ™xXrÊÚ<” ÆO/œ7›„Å¡„ãÊ®7³(=&XXuøHÉ¢–¼"€ö=cµ †'rw‚t½UËcÌ4üµ'²ðÖ䉞OÜ]Ên°)€1Å-¼$Að -ÐÔU“Eø£¯ûYù%D€¬È¢EE)àlú€€uÔSà u DV®¶2m±i©þ€ßÊꊴ_WLÞ¨Ÿß„Ír™õ·Û žb ¸Zª}àhX“îëCè†Åzžö(Œ± Ùyç­3,c¬L"#íå' Z›H9ïɨèÒŽ&ÄGaãÞ VRïç5ö Â&Ù>+¨äï«)y>~1ü0…óa±Õ&I¢ŽÑ2w”Ú™™ˆ€€Ü4M%õ6y}³„ÿKLõÜys“_ù†P›¸¤~\þ+gõ'§ûh'i§¯ù8Cx–_²ÃTTPÓ@_÷Õ3å°ôqèºã*CôÊëë£IWèßé S¯ã#éFÄxlY„Çi— Ñs<À·CŠôë ÷”œ}”è­`ô!|P€pã’OÖfv‹½ßúdfiTì!Œcøy‡;ŒÆm»#ÕCȸù1í¡/÷mŠ~‡V °"Bªù„PˆûöŽá%¤åléGå6ò7íV//ÅéÊw‡dµßs ÚÈá¹÷h±$½N3·H:.O^ÞtôJ« •(lužç2“Öô}ë˜É,tëK‰Õ–ƒÌ’ßÍb­_G˜4”r´$¨]±C±; &ÎC½›eüiåòš”ö òbN! Ã4MÒ™,†¿_ÂØ3Ä6Õª\á^Zóô¯ýût¼¾$çObC¥#@o¥ôQdi< “>D!Ž¥˜‘€ Qe÷>£¦IpÄAêc&væ›]%ʸ0­ïì0.}XDbïwB[e ®@,”nÙ³i>ÿ¸{”àÞw:±£oC ßH`0| ø 0*õÕЈlú">ô'MÌD¶%a„3>vH"„Xq -³l*—£ 6¥~ø0ø¸i¦<„5yM¢ uS@- PT†ÒGO±ÕùÿwÚE•ì÷|ÂØkk^[}™aSãØLv¹B&—c|„_›ÏQsð/·G”È^•i¨ÐS“Šàòᓨ UÔŸ,æ+¼'WRŽŒE—¹É+_ÎÒŠYuÆ_‡*ÃØÚé„Kˆøf¡Î¦¢34gEo¨}œˆß)äÙ"oî}Y™þ½ÏtG,YuÌ6R†c‚ZRgyPvø\äD6ÖŒ6žx€Hfíº?Ûµ «ºSX·Öƒ5ÃZ2­óì @(´B«‚Y‡d1ÒTµKu­tp…÷ûD÷6u¼g‰mmI-–¾Ø”"lI ²=åë±ZGŠ˜Ú ¤ŒK¬si¶níçvkßýMgõ8µÒvÍX±–¾®×Xæã»Yhö;uê|%ÉÜÊ“ »)I˜•#Þ¢Û½=ßmN0á¾—ÅÙqcöŸÆ¶v¡Wö<ð„uÛ¶bíu¤Ïb¡¨Ï`ªÕ±KÝë‘ðòID´8 # ÑŽñ.fæ/ÀºNþu‘½mÉ3A‘u’¾ònÙŨhèÀÒzú$°h ÂNO5j‹¹"‘ßö@\ ½«=&-gÕE+k:FW.•08Æ¡ÝÖ¹+Ä%Ö%ÐUÏÏ„8 ×ÓrÞ†¾é -ŽŠd€y„ƒ|Õìà¬îíçÛsk*íÀC„³"q·U_K ÜzÀÄ2T8Aâ9R‘TÝwŒÁGç^Ŭ\‡‡?„ -´Š»kfø2&‡¼|]s¿ñR=þÀ±m—•w!6е5]ªtAº=wU:53T‰«ëjjT뜷¸ò™ ÕeƸ~'zZÑ̫ބ6ÌÀ}HÎû8¶álH÷8[ÙÕ¯F=^õ‚q1`9÷ #Ìxa¡©U*U5èd•bɸr£X¤G†zÁG"¸3A °üî÷xž`‡¹ðŠa,¨ñÕ5<†Ã©²•©_Sѯ7ûC%Ü÷ &÷bÝð° ,z–eCTTYHÓµðÙto¥Õa╜qjTÒÕq9™d£}}Áø¡ã‹›N±êMˆÊ ·gì},¯Ûéµ2K4ΚUZBç0uÐ(§)yÝ[s½^™ðz:A׈bo2^G Š -í‘s7¯I¥íþLôO„™¶É@¨Á õ©è²%€[ì!‘-g[À‘.aóáÒ×8q÷Úàt½ò¦èˆh„Cç; a?Ììì£u.e»³ÆB&®ÊÔÔd˜L8î”@y„•˜Ÿf¡¡¼vñû¸D¿®GÍÞ'~`œèêaôyF¡TÿwÙœú(êà"JåÞdÁ\wÝ“ãx -!/þ½ÔxPÞ†6Mç8^¯O¥Š= œ.ÈûL”Ð6³¿“—hê µ«a¾`?¨çwr„…ˆ*®»ß¢Týk(—•^̇ľÄöÏ'í†QÄ_áŒÏPú8ØÜ‘õŠ\ke&RÓgzî Ľi#¢õË[=Žã;Ä™ÚC€PìDn¹°¡!ȃ‘Âô·ÔQƒ«#SDÑÕ„ <~²(ÌãÃÞS\@»Är‹Z…Tàdh-|è­}÷ÔTèê¨hãpàdntZÇDe¦7ývy:·HкnŠ|ÒãšLä¸E§ô u&FxÑŸä¿_gÏ@‹iDÙ­FÙ Šízk`ˆ§éÜ­ÕŒ´Ã]òÞ\/ȦŸ÷$¶k©F&JHx«šÛ®[µÏÖü%Ôš^¤W¸Dh]`ÇŽÌvüd©GqIŒexƒ‡äá)¿¬Fvߺ„b«NJ9Âgè-›ŽÇ÷|õy˜±òÜr/‚ö±C+¬-˜R·ÎÆŠûXŸ:Ư”yFH&ÏÓ$àªîQiÖN!ûñ¾·–=gJOù¶ýÎMm7$(ÍÃ:™Á:jÆØTÝtO¤ŒÏ×á‘UÊ­ÅÍ;‚íkÊ ³3* êˆ÷gõX¿\ÝgÊ'˜"GÔW27xó»3Ù²^³’>2k ˆÅtÍ×¼ûÄÏõÒÉ&f>Yiêè|?^«ß} -®*Ew2ìÉÝK׎Z;ð«z˜¡>8WB)¯ˆ IåÂ=‹+Gͯ?UA„H=cu!&–ÁMO/¤£9 ͬéÔãxîØÚ‚"°F(GD"ö±B—k¸ÚëÎ?Ô¨¥¶Ï#g*uû=ܽV¬¨ù"3ÜY.IT÷Æ”H00K +³”4.ÀóãÒRZ?Lj©²*ø‘ó²R@u òÀA£MÄq¬‚c·­LŒt9SD)ÒuÎ}tÇÁ±šOS³Õ -³a@îmƒ+h~¢Q¦ EKõc7Lgìn=ÀY¹è£E\Í›àC#ã‹Wô¸ÛV£vy¹©Q™å­E·ZCbO¶“h óŶâõKý’!`ô$A$uÌüÀä†EDœ F‰mÿŠàU-«p:Wdf‡Ýb ¥´¯ÄN²§ã‘i-Pü[ eB -¤jqÅÄãJçìÚä!JøàÇ×OŒ!:í€éš&x¶4sßõ-W°îîÆãw§«œÔäˆvåZ‹ˆí#¢7”Zd0Ö»ø9]f§ûå8„s7ñ¶-´{,£¦CvÎôÿ¨5¨yWôs`Q0#_—JÇDdKÃàs ü×l¯ÿ»¿hÁò¯<Ð_ñ6É?_x™m."ÈÀ\s{¡ŒC2îæmæ\³ì ½Í¼lëŒc!~lä¸[aÕ ‚+q{ •þÙѺ1Z <"…gy%¼eEÌUT`vG(ÄÂÃÈW_©-6AS±*ܪ<Ò<Ö—)Њ&Œ¿Šï½´Þ¡õ»V”ç¢ÜŒë:ÔKëæÃX¤ Š‰ mÑ3‡»’ù\vðõ±zê˜s«f¯µy^¨‡(¨ õt@ËÆàÜ35ëªÐä™Û5klIæ’Œgi²hÖìÕ'$Ù—l.ô4™Œm=ñ*N÷´ =\9ÐY{Ñ©¡Ùv7<oŒ•ê®-JC3VÁíãVÆDާú°\ÁÿË8í½>#¯CRg@ê$t4ö­†nÛ†p8(ùئÛÜGC¶<¶ê›"ÅËišG= ¥h¹®*Ê( ¶<ݰø\ÿ¯‡}aS‹ ®n ¨¯§|6îôDãc°X{Z·HÕÎëà·¾¯‡{<³ (Å´ŽVn¶7q+¬ œ¿P³YkEžçõ|¶º}>×ãgoöyÏN'Έ>£»+¿¡ÕˆÄ`:Žc8mçG––1ukl}"Çì;@Àȼ=„ðéÁ3@ÐÝÆ¤†×,‰¬Éàt s!Ëú°»‚ ŸœZâ—VRßÂpè3G{DˆŠŽ|p÷ ØÜ-@ €åu—dŒwÖFË• ~x{ýøp«|¬Û¡¶ˆE:ÙâUÆoL«cegö¬xä‰/uZ1Q»ï4·+Uq7&Åø¨¢®ƒXåçî‡Ïƒ á'@r6ýµOðãW1)1ÜÍ1\L7‚››K;Îz¡aõ8P7ôvÖ·ƒ÷© Á?û® ^ÓÁ ú2ÀÁ 8 {JgI²>‚„×µ««0˜ÐS;~z¤ ÂqDÍ¿XFj|RîeÏ/Õ•”C׫ð­¨ó±ÿ`¶~/líÛ¥N„·W'j¯˜©®èÛNn‹Q $Íy’‡¸òš|;‡‹·nÆyîÊb¤t(§h ÁšKW‰=ëx@ÆÌêÒ] –¶lySä*™0d¬‰°Yê>ÍÚÿð‰þÅM÷_Œ1þ•îl›VrÞ»þGù22ûâÜß)¹Ð‚#Ëš€'JÂ;в»ýÛŽÙ¨5”Åyž"Àw¡œŽ3Uϸy‘ŸSŸX“%¥ßSÆQŽÈ'5©ª[ßï9Jºé8Šáûu'Ë?·2šK3ï±FN[?"=k»çŽLÞ£ùS¤¶½x¢;ai*–EVµ4e_Ѳ.pã\«råcó-G ¾Q^ùØ’hæÐÒŠ¢ô¡Lÿ¡ZwüG@Ë5‘ÿ\!ßdPP–öË ¯Õ§Ó#5,5Hgab…lÅñÈ1!¼EV=p ¼=— 6hr–àÁçh5RW-¶2H‚¡”ÈÀKæØ:÷ƒˆýÐ|ÒÞ3µ¸+à#PìPýn´ŸÍ{”"]7PŠ - -Œc[ÂÐ>÷m]XªÀd^ë,)üXZ öæ8Ü™„†cËÙë×>`³ä.pGÚ÷Á ÐF.íõ`¯-ó̲òLž^… xYÇ[ßB|Dí 4±1ùfÆAm™üøÕæYPçvª òuî”=9=MÁF» LQÈE¦ D? -Æï3¨nŠM‡“>Þ'ÉF–6'Tϰô%¡¬p¨ µMá:Ñ$6 èC UÏÅd™VÌj%)Ä5¥’t”=ŽÏlCO¡ç¾Ùot#Z´šCðœ'B™¡|ú‹ï|)å -\µo¦¥ÔÅõçŠN<õAÏG§%¬ºÕ î‘P h -wÍOËUg9^Êò3kx%©)UJá$Ê™gH¡2 ›åï´öʬ-Äž5“¸9Ït¹Qþ£Ë}õݧÓ;…ì -ä€ ?ÄMsaæœ(U½¿bGYH%ô/f´Ì‚Gé“›½Íê» u´:ãâ NÅ@B‰ÄÝz`ôúǧß¿*ÉQ4Ï>Í’x¨ã½.ÚŒF“a5ZC¶Í¹P©{˜ëo³Pà×.ŠÇ /8¢ÔëV÷ÔP¸¨ …M¯rÛº1 s°Ø\ã9Ñ9Œ5élwf™Ê ‰s‡ã)±ÇBÙÞµKTL™àµl+nžt¦û¦¨£¹1ëu"Ð>̺FßôŽžY´ñ<ŽÍ©5£ªÏÈŒk›èv«t+²²Ù‚ãÇË/·íÛtÝSs¦oÃn]  ¥ðtV:$¼‰K¯ߺôíº¿šQCHäõûY>ϾMoóâ±/}oŠëqÛÞéŒFAqÅÞ[_a­ÏYÐvƒ!ìCpßç·ÓË´Ðu]°Ÿ0Žû‹°mšÎ­ñ‘ŒxŸÕwâµöœqÒÁ€‰9¶£*š›IXDbúCjêªÅ=ë|´„” h‘ °ãN8í¯6Û•¦¨Ò¼´SëýÅý@p'dþÇòMŽÍZ™ÐêõL¤ðïWÊ|\cµ.@Åu×ǯ¸š¥;M[a?óñx]aÂyGJ˽²ëûÏ”ÂRaCØr/9ÊqSñ¹B -RŒü¢Ža¥¹EipÅmýÜ kyrЇX10Po -RVäÁ˜u·Å#ê ×¶éQ#Rœž&%‡QAw‰ÎdjõHO·¨Í­%ö”§ôê5ƒN˜‘•KMS-Š [h9s6ä•Ⱥ“úŽCýÊvoþS-©A?ô‹-ñ ÄYYaÓŒâd‚ë*_Ç–~ZQk?s÷ÿË1ѯ™U´‡&ûÙ¥Z†ÐS+Ã,¼ËVZ¬OôÙ‘Mi? -ûtÓ·I—59nKŠu÷Ö†ïÛ>•¼3ƒd‹¦ „6YR‡žOWÓ6ÃÈé\ÒìÃmkÉ£\µ>ÀL±—<¿“´ ؤðÔÁÈnÔPü ØäL"•6æÖ:"ˆ ûù0X¯Pšûx@:ÕÀCÒϻך‹¸|¥)õìØGvìvè• -)gs > ó‰î¸Â;è3 J¦§Vo’æØØ“öê.â+HX’Êr?=Öy Þ@»îNzZöm}W¼gá…L¶ütwN³[h`T÷5ï?E±ÿR5µ ƒ2¸"²Ã²@ŽÏ²ê5Pžý|£åº986v]UÈ•¬ô`æ©Á°èO/,Ùá£åYC{lÑó÷>¨ -·e+ÜŽòÒÇ[t<°.Ô¶‹¨xÃl Hñ ¢yúüÍiÍúç5ôþãËʾ¦Ä ®+½o™ïͳ~^Ó}Oü«p.Ù1jçZ´&Â\w -Ý‘¹}È2p콯ËËlÉ¢1ž a«½Ï[…[uï=ÖíýÀ~˜Ñ¶ÞÑUêãîñŤc î -ÜÏ•ŠÖåz¸xN¸Êð—ùUâ$þi`ÿté^}DCš,.o:˜bºYT#Oó°¸w`“t¿hlZÑœ\—¤in'ê—š×)EcÖ”ò±@t§L³mu*¡J说ÖZ^j33›Ó=µG½M<\æw^N}{9™#žé'ð“—ÇAþ{˜òÛŒÞÙíÜPùß~=R"àí·[Ž„+D% Žä:5wy†ä,­Ðü|´¦¶ ¹“Ê3Éo‡4ñ؇¢pôׄ‘ ‡R*u#$™@ à ÍsÝ<'Š[OÚ¡Yר&|ôSj@öñÄYaõüs¤Þ/`g=3´f¿>€Œcë/ª9â9ð’µæ»iøS7D¥©Ê:#¼«€~°tåQÏÝãòˆœ>:ZM ëö¯±Pº|Š—’Ѹ¦¨á§’F,×ãù'þ‘l¦Fv8Uõ‹?Š6"è ªa*Ë@Kpͪ¯ï ñô#Ÿc‡ÄùÓ­TíÚ f~Wæ–ΤWTm)éñ®[öÏW36ú@Ëqû––Uœm„Ôšìp¿hɆl`/‘H8ª²•l·€¬SÛ‚0J)g” Ë~PgÝ÷7N+±·ÙÍ»>ä¯ÌšêfWŒpë’hú¼©·o3 ¨H×bIzÛêî0 ¯ísË]¶áA}ÂÙC P—«?QÂÚè ;yÊQ3Ô„ŽVúÉÛIuKÅ®$à<›œjeŸ CMÒIÙdS òÓa¯d˜×¢óZI¯&ã²”s¹à -ã\Éé™÷¸–3¦,ˆ*I3‹³ö£˜XOÓ»H[0‘; Hx®<)¬ö-IÎÎ'‰y¾]­Ãõù‰5xY{ë SVÒýÊXc©+žU2Öóžom½Þ®êõ‹ }ßf1ÈáÓs–‡ï`W̧tyäks /³J`}¼t=­’æ'<?«8¥ç:DÛVÓbÝ]¯ -45·‚5¾›Ðü%Þðö.Ù$ -ÉoÛÓÈñð?¤kâêµkÚž -¾^Ô°n†/aKǬ¶©å­H¬ÌLjÎýºG’êÏ3Ë<ëS|ü48ïàÉÈY®8§NKè`Ä…È<äú±†|¸{ÿhïï&o s᳿þ~<µ^¿Ý¶ªÆÂ©¥ö-L—´»˜·K°ÖQË!Çw—ç0ŽQõ1I¯øN0:ª²Û9ÃbõzÕÜ7<F-{-/]»ÂbùJÃklËS7¶ùÍÈŸÛ–Þõú$»ê±–â©-Ô˜²Ôh] ü´Êé®ç»·ZŸý<Ëô9^x{ûõð°o «g´ztÉŠ´„Ï3üž|þw\ûc5Ë7w\‚$½^pH‹¬¬cit ¥ÖëùˆüO‚^>­º…uðÃqöˆ6ˆf§ÔùX¼eöÞ£?»Á17ª  :-yM­£@€×‹ùý^÷z›ñƒ?#ÿ±™©€)W5>ä µ+¬M±÷G?ìØA1¤$‘ýu¸¾Eü5‘ªI0¯ÐÄ!ózàLÕKëën¨§ªhÛ<Ý ` -5r8Ö|ùÑ]Xa‚¸ë¶A¹LϾóV¦QþÈ€7ò]ßð¾#FÚRžÊÒÙ-?ðÉÍ7>½^‡hý,?:¶®Þ¶±]VYô{‡#c”Áv«JýÈmwo ÞAÁ||¼ 6·UéNg ¶R‚·×ïlkOcë‡ÁG!‹f’n’hm‡Âë>‹]>¯¿999Ç:Üq}¼ ΄u¨“þ pÑ'ç6LõŠ=¨Ï@~ÁWh¤×Ãûñ®ÙBÊDœŽz¿ö†1ŸT¿”³F´Hdjâȹ…0VLXFD…\Äï-#ƒÒ³˜ùÌ.Ù`€Z®|ƒÔ 顟7²ÀýR4Ì¡ø—½¯;‹#ýq—ëp‚[Ùq{ÆÓ©ž»1Ï-Öw›;Þìý;5ëÛëm3ü4V#_%±E¶Î VL2Ô9? ,¶ª¨P`èö=î@m²HH?íÜXÚ£l7jV/Ìg$§ ¬g’(¸àÈšÁ(qCùöpZy6ÍEïˆßÁ{#´á>ꃊÁàF”NU"m«ùÉL -êæ89‹ ²˜Ñ©Zµèñ>‡¼6ft’CfhÊbкofضwXvä…òþ-Õ¶’à­ƒ½YÌ)ëXO¼6¯í!Ìu#¯Œ/í× - Mo —6ºU”äZ®%e­/Há\ wù›3 ­Ý@î8¹.8iö;3š×£ŸÎ(÷>>áµ Ý ±W8ÄX“à d­?M&ÏäÝkNk™Á‚´f¸à4C†4QÝ}ÑšÇ È™(Š5LÏ×þ!áèéàgAe{]¨•‡µ05$,Ã4£»ÎR¡`7@¦îmÊ´L¨ó|”Ò4lYOºÔ¤ž•À®üð\n$zÑÑ9ìm­ wnBó - -ιÁã¢䣯oe­j©¬øè†„·7äM% »–_𵬠a²n»p~¨ -SZ¯¥§“­Î±±>ÌÂÅ™Y„ˆ™…ÏšE,éqT':ÖªÆßˆ¼‚Æå0xo0aí´ÏV88«3>® 4ïëDk)äDßMg™ ¬Yø‹9øÖa”ŸÏ › †~X+|óäÒö’=€çöõ!ú •ØïžtD`Ù¨'²ƒ£G﯒ -¯Û¥ÐƒóÎf‹s¿îQ{óY\OÜz8¹Ë÷{(ÀÐÉ¢dŠbEe·%Ñ\‘è¹/f”3†L`ážÇù‹Y-–XëG,Àl*HZjçs——+¬üs4Ë*¿káÎÛŒ|ú€ë jècÿvh.ɵrÓ+humûôM× D×&Ç EƼãíx®³èO,3—“D6œR½j³¾—ŠufBZgúQ0Zå‡FLï¾3ãùpïÆê0 ƒÂQ»ù˜ Ú¾C8ÕGD-ÊN@{Å”»©Óîoky^Je1©‚©^—ãHYÑGO+Ê—× ” -ÍÇ@™ðºË£ÜýDê ›X óøüBu݈¬!ëçdÆ1pÂhg«Z " ½ç·ñÜPà˜ ²f¿ï¡¶~*<tô© HOi¨ï3¾ºsßfÐ~Ö}ßÜnR:J-˜°·3x/Öt¸?ÏÂÕ²¢,kÏØ^¥•¶.ù@JHwVwì¬ÊÝn(ö÷v!.ØMµç Â'¸^ç4*; ñž79=cÁì ¥¥ -ÕnÛ¦óN²Τ3LÊKW$b_oE‡çY+óp–Lš]´˜±n2fí7A«ž×ìÎà^gÆÁ3!¸ƒPZݼ -e[ô©AÑ—~-%z"Þ@§p¤cº!qÐ,5ÉúÑpñzð“€Ïb2¾¯Þޔš8ÇuÆSŽØ\žïº - YÎ È&!ËaØs¶ ìpV=·«ô™ÀF[;BZøÌà;2W¡„O$€„O£&8ú—ð'`¥­ÑB£óõºÖTñ©i¯¼F¢6“ˆe"ȼ£Þ2~íÇ“6u»µümBßñ±ºLaá™ï§½ù4’uMz«…h6‘B5ó¦ G‡öMÏ ‰kDg€ùŽ©j¶40ØÇ’ž0vGxž­#Pè´4}ßfä;á<îy2¡¾8§tÛ®¢'j{*!Í›õÛŒ¥£§ñ6Øæy©y !›´SÎM&F]cÝìkU®NöŒÖÙÜuv¸øW*µ9'Ô Ð(½2KýÑõ £kª†ú™ìã7ø?l°GÙÓ—]ÐìzŒV¦ú:Q_ Éàî ¿‡"'Æ-ši¶äþ_ÌPq¼~ˆûöY©ûÆ:P)#Åãð­r¦‹¿"zµ¿:®c>)Hn²ô~žáiÌ«l˜38¿8Z1ȲðÿYO. ²5À÷YwÛ ;ˆH€ ž!2‘{ûôðöFo”®&T É©R$Á6˜Ëj*yX]3f$&+›‹¯B´2).Ñyùb†_wJÌ)Ü9oÇÓ—ßœ5uÝ:X£‘VÔ^텾Ϩ[by…>Gw׳pø1ÌnÔ¢×™*\‚µÅRÁpE½gõ?×"©˜›_gÝìÆ/Ÿ&xžÃBàJI°‚ÿê(àóñ‡®ÈÌ@˜qâs¼M@|‰g@èã±Óz›Ebø<¡«JBA`ÅG”¨ ¼kÈ«M&< -9tË.ê4ؾ˜ñÜn,sÛ|uÈATÊ®ÎÑ_Ü_Ö <Äè'Od°¹ú5â„øâ=qÎrZŸÙÚ%0îÜ&ò¬å8>ßS†3Ô®n(Ôž¶Bk3š­§3¢Ú]»NÏ™l‘ÒË[— ³”H­Hâv³>XÞSšß©Ù¶KÎd°ŠLÛß)‘]¾ãùNÚqÓ\¬ K -nHkI±\ÒéÚLîLSïÌÍž}ßq‘ò¼—·ñœFPdqaF/B̆8†Ì=!¼r>t oöš÷ÛN¨QS{֞ϓ¹¢Öˆƒù6¬ÀYx™tdçù’k½ÀÎFï¼Oú6ãDW¶¾‚^фѱŽQüÍŒ+Z)ªå~1c¤Ùˆ§úx~‘·Yu#Šme>lünDëÖ=Ôv½G"R°¹ '™Öû„祌ø6H!g( -¹°[üý‹—ɲT_{«Oôó,å}ÐïËÄ[m²c3úIÉÙV$ŽRß”ü¯¢Ñ§¹Nšœ³¬è­÷/ŽSõbõ.]%#²¾#2®S½“»b‡½‰ ]9sÊ u¨Ýá ©?âØµø.Rbˆ9Ã?Â8þBŠjžÎ0=‡lfÀ1¨· ö|í.(ÜGQÖâ¬ùT[<Ê­Mòz¤iâˆôB:å~x˜»W0¶æÑc@Úõ£XÁúÕ²©šÎÎ ÞܽjìiE{Êàÿ"¿ö.ÊÄ]üá|È–5mþ¯óûêí÷~dVÚMR¨GõT|zÝ1ÆÞŸg ~/ 5꤯HõÓ¬¶á5rŽÄNÖUÈY)¸Pä -¦vûM ›Xqû]çÂÖàgyváöÄgdâ-³ˆPÖ,$C=a63š¶ú±Wå@4ؘW$T(EŸ½¾Nå¿h·$)Ÿ2+rìtøÒLçH…m“2Ÿ…«Q6©pn!?–úv%4·8Ìu–üüwxTE[zr'‹+w:4Š™=€¹^ ™Ï3(£NDÙ=Ÿ°òmÖß–¾B•~%;ë0ð¼$[]ö ͈èÄ®¯rH,}^7ðzt½)î¿ÞU®¨pªðf‘× ?u‚µ-b &^6u¤èŠù÷¶I\WK1ÍI  ìVµY0;×êôDÕþp“½ÊŠä¶òÚ×o¿~ý`劗ƒºŽo3~û4ØP¶pêîò>‹ò;ÒÄc@žÃ~:ÍWûjÆÛßû$€x¢H‰”uì¶¥÷y À‘%[qÌ$än0­¯ÃrÐP™„ íÅž¤Åp"i9 q˜;ŠúùáÆ7E`ÎŽÖYƒr‚4­ÅU½Çõk¥>8qB00Þ\4î Ôƒ—¤¤Ü"ÁJÌÞìWLm÷ž¶ˆtd §ò~•Á³¤¹nÔËÐØ ¦¡`';%¾“²Â©(ò«dÄ ;ƒ -ª9‚ùŒ™XfP(cõçú,éÓž-3¸,N zu%¾N†Iš1pbÃúÃø;:8Ãf=ik=Ï ZG7Y¥æZBjh˜*”§²7ù|3Èš»³g>×R09Øw¯È8¼˜Àu‘‰Æ¬–_øÆò„Òñ|0õ§`Sêq'†¸‰çàÀÓDõ¸ýRUCooD àtÇŽÝŽSrÁì©,™Ñß•ò'¢¾X[³::‹â°žaÕ£ îu.Î눩պÓé W º&ëŒev’€|žY\Ð -È:`Wàip~Ó÷wÝ–ÉÕ2®Z-ìL9<û )zË.CÒ®wBöœ -ŒÔ@4 Ï’=£ºÈK£Ýg£©ä¬¯"’¨§NèØ4в©ñ8b•åûUêÞçþ}Ôˆ|n•;¬ ñÜ’Â0“ëƒÀzA8jXÅ‘âôûŒ¥EÐÛè}–”æµ<¬üªèÏ>7Ès­†ZyÌ-:¼‚ÞƒjÒÚ¼ *iC—ÒZÝ7Xm»HIƒbÚú¿¬ î€"¡ïÙuÚ8ƒ :ÆÅM€¢i«wö%šÖn¾f\ÁɽfÙO\³ZP!Ÿ7²šáë1ƒÄñ[ëGð1k J> €Ò•ŠôDL¢Ì$;Ñ÷ƒ+ÈIœwN´~^Odõ‰ê(÷[»SÝâ3^5ÇÌ[ùu_?qât½C¨9f%MŸj}°™l8s'¨TdÎñÕ ¬¸(Ðkû6+a×ósæÇ¾Õí0¥.ŠÙw˜,ÓYDÝ5Ýam_Qœ›‘jý!æpŽžbïǹ0&· ÞR©C„ CÈ«}1ãÚ²ÿk÷dsÝgú0UÚ¢=F®PSQlà’Ma;”çø,úyÏ=`ðfl\Áè`þ<#‹Ìçïí8„”Þ'UZ X ÑV@p]ï÷Þ1‘c«Øgú<‹|™Bã¦ï<ö&¶º·ÙÜÚÙ°µ¶®?á/~[çûŒßnPšA}’6þÛq€^±™½Ìæïm¥×¥p&»'zE°ñï€ïŒkÂe³‰G}H¶u«#”§–ŽIµôöńѣ‰öÑØ|ù·IôÚqŸ˜é8È$U£ÏÙi׌ˆBW%>^0"ÃXfMŸ…•&!ãâ,»–Œ ×;D?s­E¢f†Ô -´¤fŠ3–ÁÎpÃÙà®gÊ΋„Wˬ›h´¸(߇‡…å&¹bç× 0ÏD^ÎgÁàÁ3ÊÁÇãF°®yð“ê8J„שÖåÿÀc'`Ýj'R±ÀÐ4·[9!Íý/f”Er ÂåùJo³ 3‚©M4]{ù‘'R`¨¸ƒ'ænßT!ä5ª& ¸?üvG`Èú›L_½»Ø{ÒÜc7qÏ2ÐIdßg¬e×A¿;ƒåÅåG(ÂL *`÷•¸þÆ’óL#,M”åÁú<ᵬ@~A÷‚.ÃÛQ ¥Í3Ÿâ›e¦q -iûNÂâ×;ã®f”û4åa¼î¤+°Ð3F÷Øóš2£k¤º–±°ÛƘ<Í»œAC¸r&tÕ˜!­ù9SÖëÝ€jÑñDtuàKIÅ•!â$<¸öŠ dPz¨äù ÁTPzeÝú³1 Ìì?â4 -¸Ædº%³ö €£„LÒ{B`|ŸB©—åJy=gú<ëay-+­[M “>¢yzp’âN€;ÁèmFî6ÛH'ÊØ!üçãœê¾y/­oÝóSjl4aÏ ÖÃ'¯²ñÀRlÛ‰6Ýa~}­w¢lÇæ6¬ôg¹v>ÈñN-â”S °%€^áGVfP£&s…3v5‹wƒ!þÂMtÒe„û~+<ðµ6Ånç0¹èø¯ïDz’íŒ/ÉÂñ6! *UðŽ˜Úß&U3×~àgQ¦ XxÞ_M¸$G¶ä`yŸU6 ¢ MäŠ@ˆT • Õz^ù¥Éõs™q¾yVÍHÓ5}È Ì›ÏFfäN˜µeg2æ]dLHEa É ¥=œ1ò¯ù:Ñð®€l¯€kJ-º³ð£" ØI›8PG¤{¤Ác“7ÖŒùÔ_AªÒ à)5ŸG‡Vȵbš/}C” kÉðq}­‹2À3p ëƒgt7ªhr@Å… wÔ#ØÈ¯^Ïui‰×#iÕï‹w_²ù­NI*EŠá¦…Úì÷‹æ·›G²aߨ84ÐØÕ>Ïú»ý1 r¬Y@N²5Ø^«þ!T^7™©ŒÁteÁ›„.Ï™_í«5%oº [?ÏBE>¸‚Ó¸¯Yð¾õ; -Á|íÀ:-Èö$À ínµñ¬ÖàL†ÛU˜!¥!` T ±Bp¨ë1µ OŠÎÿ¡î¿é{…8z­€b+Q 1&ÔùÍåAòA7Âù@À - ··“Üa®)àØBD¿nî¿ß]m²ºÚå¬Yà© îm®C «`ub€¾dѵ,÷ŠŸªU8QBÑSö!Ñu|Ô…¨Å +Џûˆ¨‚ÇüëˆÀ;(‡ÿÉ~B\ÿ¯®¨,>i  BhÈ8[öÍ|ÚP¡õ/µtgi=D7ÉãpZ&„̈ŒÌ,13ä5 N*Ì8äRÃVÜIÔØx—¿•áSµy@8l6]”+) –)NÀ£[y±Å¹)éã¸:|Inp‘72 Çõ`>JÊG¼ÚY®l+)<@º2CóšqΙÛVELòRŠÎÌ(„3CjUÛ™k¹’¹g’еfuq«Ì -qÐyö8àð˜Q½­ô¿ ès é³D¨õE(ëìÃ#2uKŸT$ù3¢Â<9ø¬t¦90c¬áºª Í,ÃaW6%~³iVw‰¶ÇœÁøH¬Ñ¢kqBÑF»ØóÚ/æ…9°ÔQ[öp=Á\ᙬ-­a§j—âÔJe÷"›ŠŒ„_kCynúãsCŽV€ƒ*¯ /ƒºŒJ„j $®Äø˜ô@•®ÏSÙÔ -ê…Èš0‹ê¦o‡ÄÛýüè…ƒqÀoa}>ÚÇð¸‘Ó;Ž&³¸dØó˜%9‹È)¦)ŸÏ2Ó("«3Øg‹n(ÎÍ·fLc‘¶¡Çœé §étÁÛ¼_Û¶ú;Á);`j2‚dPã¡bKÁL!N†ÒÚ·ÖÕz¶Æ“–ÓT‡([½&n8ˆÚŽ`ìr!Î8xè®;É6ê88ßÑÝþiE\)Ì‘äzP$Œ”w1a­ Áiõ<Ĭžk-ñHLK›ê³MnU—ÆŸ+ á'mvòMXžÏñ7« -eGrR¾œÂWÕÁµõòêÎmwàP¼µ æèÞÐÍÀíñ|!;ªõ\#öi>‰pb¨ŠrÍŒ"Û½QP 6Ö!(DMPO=ÄÑóà©KoòÌ™Ôe`ï>jÎJ•Ú»U%·g¢L´g@[ä%$Ê—šn°æëL·w×¹bîð™.Þ‡ö€­ü½ ÒC$ÇùJ+Çjhýòû-¬ß—ä^¹ð.iÈ=¸mÕ¿O èÔS׊/ÔÚµà·ó á y…Ú=Q_XßóòrR{M¥ì®ÈÀ,Š-pÓì`Ù«Ö¡é©(ô`ÿMä©õKç×òLxw#¡FúºžUŒ]gÏYÇÇÉ ¼&<£}àέ®^–‹Ö…‚ôŠåšün6zÚq¬ë²H½×¯î2‚±òx© -Õ}´:ÄéâëÏJ{Óõr-}?‘ëÞ°2q²ÖoXǬ~ÂÝ:Nãž›öö™%AZqP’uÓ¸¨Q¸&ß¾ÆÏŒµJ8£°½á—³ƒ5 Ïäw]Ov„Ù¡oPŽ8ŸE†Æ •ãgråh{PŠ_g×&Ý ¬—\™aÛâµ 7"{YYƱºŠ<õˆÌE žâìáÝMiÁãKR¼T7ôé_w¸ýý5êO"ôÖÚÔЙª¶UQ˸? vkÊë‰\QO5uÍZ{Œ8^I„ÎÁ ž0Ë7¦)±Ms0Å$vÝô¸9):ÁÛI0Nºñ/`OH÷kx»‡í(êaÄqžŠ"µÑt¥®@ þ°·~ F\ &>œÜλ}“‹¸Ù4Ñ¡çáÊo†ì‹‡í†-Ÿè’êŸèÎËÈbŠ*c/j{G:P‡È^óΡîÇ5ÄéŸF`mŒ'ˆg¥¦Õ×™”~(»¿ØPAû5ÞÒb›LÒW,Å:³¶*ΦԴñÙ7ëŠgXÏ.k6!…ƒ®…% *3¼]€~k½‡• Meâ6ÜÔ(¸Påô È`iV®'ú:Ò3ë:ð;·ÿ ÜðYÄòÁ¹¿Â›R‘µ‡²G@5Q’ €Á8ß¹W¶-@¬Žj³ØDùJõò„ÜòuKœ?˜Q±!Y3ŠK3 NƒøØ^ña -̧cP  Ð „ó"=¾¡tÍQ¬1R9Â狪U¯ÌßóÐ å“”ý‚X3Êx säN€H€ÀÀnæãWJB]" ?Qp•¥¡¶~ªÝ_}N~þŸMJIÌï ¸€+< Yiõ ~uÄ­ª2¼êÆ:"³¸?˜E0%)á3Ägtù9¨`ô1a×óx:΀é%Ÿíámß»>$5âr–þƸÆB"pÐ?ŽCŽÇ !§â a>‹ÞåsûƒAÇ{`Ž–»Ê «•Ô"ÄAT‰7¿ºMm®Ç=@'l¢‘Ԕк¤ô -aǾRm¯²á[`ÿÍO"(…j÷²°5 `lq&ñZ\œ¥7»»5h• @çñ2‚M·n7f èœEÕŽ\×n† kvq+ÙNœt¿œàÿk¯¨ïòqüB”³¾‰2³´ª=pzê9~‰ú%Øßœ ¡”D—[ -f€heFÅÉh9JÏóƒR}й±êANäÚ€´c«;¦þ^ÎÔßÕÏŸ,¼¨cðª*ôn`ì¤Ôúˆþ øž†kƒeÌBÖ€šHM }í"ǵ¡{©o0´i ‹r*ðƒ¢c„Šö¯©kâîÉZ!”ª%…»ãS§Û4Mv? ƒÌáqTÚÀøD{SP7ø`É;]åÏAݧãòœ~ÒÊØÒ¹Ua#xQ‹†p7û¨D˜¤,Ð& Ò ”ZÝ©) J“;†¡‘S9—1 6`íõj^š?מ'TŠpjNòô)´ò`8HÅÚö§D)à1÷±©y+ÙÇC:2‹ÒÄIâCWSuzVÂP2+si.ÞúÀ”¡œð†EŠ Â¤úP˜æza‚ц/x¤ÏnÚË‚GÚÛKs¨2·sï¯DÃßÀ88_õT›`Ós|dnpRÀn“t€|¤m0~ÁK9ûx…F'7«?‰¢ËFà ηêÊ…eB2nŽ+’`6-™ªšÓ‘C*³Ë`CÖ=t‰µ2 ˜ØÓ4ì¶ÆüÄzöTÁ­ƒyNØÙ¹gÕ¹ È&„L¤T.Dy¹Íí_Q9¢`’R{yú±k'ÜDõJmÚ*ÛÚ«U6DEgO(e -±®i¶ßŠM`Ãä–jк5º êPÊ}à8|“­“ÔW@pÛôŽ*$83ë|;´% .qoÎëïËÐŃSi·DèHxB=¾sQ†">*0üÑËA'^.äàXô-´Šv¨,ÞΚ›4Ñìä ”)<¤|¸eR÷·^{”< -…÷•¤–EAÐÛSߤë{ˆ®ps<¸là®§}—lD?q/ ;Ùùp3çž:¢ä™2¤šuõHõÜ{dÆSaÐ[f blå`ÙRÖk¹ÖƒšèÄ éÇ™'š”—†8­;¦eÄù÷Ãu*„¹Z§õë#ÐF¹ Ÿ]KÌEÉWûëñί™ùñûû­ãÛÞ%)¢kE3FWØ“±ºsi© ëûuªÅ¼¶ö'ßÛÅýÐJz-„fÆð¾‘åk ÊV\êLÔã%?yÿ¤ºÅg -)Ì -;ï6k÷–·\{-ÞEÝOâV*n,ÚÜ?âÑTê2õv•ƒg¾<¢"ã8Ĭ  -å&—›óq é3?òYx×'>¢Øy[3uQ´3¦*6µ<L7à5ñͶEœÉ X×§ -q¨”}Ã/Ñó•”z=e,Síf` ±[¯èÍ­tš"Ì¥`¿D²«§ÑB!VjKÇÑY #®ldÚÔ,À»‡TÀ“0N 8OóØËxÜnlšdDEIQŠûŽ˜bÛ©m°32ÃÀ•ÛKxìÊ(3ÚK‰DúvVçº:‹g˜Yû0jRÜÂ’÷甯?ÎÔ™ ¥¢ ’3Š¿Û -tÊÃ8#û…Tòè $‹[{ZÓDÚ˜Öª~èµyo7ˆ9s?‚saõéÅ ê@»½¾¢‘°lˆžÚû—W -5¬ -`RñÇ3ç¶ ÀaZ¤¬‰‹¨ÉJß•ûó!mùðË% 5jn2}T@aº¹V9»÷fšD‹‡øÄ®mu©=ŽcÈÕ­ÃdY_´5V`"ã sš­¼iXˆÜ¼î±‰Î’Bè¼µlí°,Ùœý§›§ùW›ó„5ð…µÞË\ãIKoRG ŽýÌÒ¿¾öd`€º”3€rÊæj8Kž Íën®ÔÑÃ*^÷Uã>àáÓm:n/ʃªñJ³Wz ÈÇo=6ÓOiŒ}Îm_NÄó°ØÅ˜ µQbûS¢xL*¤SÀa꓉#bR© ƒÛ®—!¿¨™ÅºÎSéÂSŽ[ @ýNYÝ*Ê””^(Áƒ ÔR£`øUìÇòXpwÕÛp¢ly0ÒU+U¨Í<ÄÝ`¾ŽŸë\1u ]Ý=È@ú¥ €|@ËåRÊ“¢UKcàœXÞñTM1å~¸MšJ>3=¿›: -¨»@ã:£Žy?XÈ¥é€cQÓÅSáµZSäxÝéÓâÚóÈ鄸†¯¤å¹³×Ù‘!±<6Çæ„kpÉYko=v\á Õ8m½ <~>|´îÜës‚ÿ %öJŠA -ب¤¹òÔ͸VÒKn…JDßìΑz´úܾ=騼EÂî­|€à¼n¹P‰±*õáÃê“Jë¢+ÁªiÛzÿÊGòì’Â3쿬í„ÊõÙJ…öR·d•Æ7(ðÔn’`y3Ndký*/ q€Oú¦GÐìçãzb”­÷ÜŠœ!Sßwó µQ˜uëyås&òïGK|F¬Œ¸ Gù¨`áFF‹¨°²V€c[OýªZa¬¹fð+Ù€š]zM«Þn/ΨKÕŸ"¢ºq‡&RsuØqúR £“2A·Á3ÑÅaFô,ÀÏì&³èm1ëR¿ŠGÏe¬óLœ^4]DQ¯¨ŒIYn:ÒÆî{„I0žôáù(€ã5síÖ  e’dÌOZE”1®È] "Ê+` ÊEèQ©\&åÂ}øzô¸O‹Ú¹AÎhI”„ðTÙ1»XÝ*©éÏÕÐéQÃÉ¢GM ϲn¢Odw¥WKî2ò¤Òw¡Rp]ÙÓoZŸ–!¿EŽ#ž¯sìQ¶>?½mV JŽFìÈÓ>»$³Ðw>Ð7ïQ;Ôpaͪª.㸶ŽÀ“ÏòàŒxð Œ{¥˜ŠWfôt„=_'jûS¤åBxÑ}3xZ‰F~¤:þöÏŒâ€0-xëïË“ú¸z¤Ÿ¬Mº;]{oëŠ[fÒ³!Ëp1àÔkï>^t×/cè—ÌÚŸ½„Þo”Ç 5í¨Ø"®š@¼:Î’ŸB®Ö -á5¢©² ¦+ˆV>ôî÷qýY†°+ÉGÐÜîu$Vù0³Áœ†Jh‹Q¾MjtHË…#9k«vêV޹ÀpC‹2 ¨š–oÌ+4íµlZЍ3=Æ*‹‰{ö*Y#ºvŒF[½nÒ¨ÚÎ}Š*Ûe„÷ ðÚàÐFkökËb($åyº -åJWJë'לþÞ!î–·/Ü€l…à•RÓïü¼@÷®E$iDo›Ÿ×UgYÆ“¥ºÐMNl}&¶XÛÆº‹/µ®Ô‹«hç]©²‘ sR»óØÅ«t¦Ô4íÇY£8zpNÕ*ù>"mЏ²ó“Ÿ@¿¦CÉ`d‘EMtí¤ MñuMÿy— ÿ?kï¶k½’žç]ïa:>PX;Vñ0Y -ä$ñ‘`È -` ² G»O=Ï[œÿê9¦ÔÐ$tÿã›$Ç YõmÞ±S+‘#Ì´5%9Z íXrD ¾ ÂÁ:åÕÚ·†–FòÅs¯¦àռܣØ÷v”°ÕDÜçÖ4PÄúµþ”¼*´³ˆ¸ž_'^ç>f4°uÌ$H­â~Y;.w"¨c«\Á¡„0ïˉÁöûu"FŽ11dÆÔƒ(‘ä -õQ_M:½Ó€&¼l_“‹BIr߬ynÄ+ìŸO­y3wÄT×Ô§ˆ˜çúÏ=$¦8¨¥§Ñ ! rmeûŽnÕ’€Ç±OÐÂQu} ÙRºŸMyÊ6»‘¯aºR m?Í•yKÕu\´‚ô5y‚æÃWaJÂ\gÚ5”O:æÑt~=B,+Ò8ôÓŽz·ïz¼ý9S¡ùÈ”øÞ!Ò§зVLÈ;È®& -·™ýê]ïÚÇÜ@œÃnßÝÌ > |§52wžÊV3µ÷"…‘$î@gwÀ…^Õ¾-®V®ëµ(í>>oXWR§¼ 4¦YLÖ8¬Ÿ@œ %¹Z%p5˜Ü*Ž­ã´W™ -ßï]ºÃ‘×ÃyæÝ«ðд„Á}t¾·ö tô=®ª¡¨B„¥ÙÐðDHôk»ØÚ¶kì8¨ç&ÓóT:ƈîäö‹Â*üÓQÕ³Þ¾Ë<0Ic˜!…~ -8ùÒdÅ©FŒÈu6`£À Q …™u΄ôPõÏ™JT|é¥D$UÊ 8¾¨w*gø *ºñ&©’æÆâ¥,ꂳÎém€×—üÆ<:½ˆ:÷ ñÌHÌëü2èÑñÒt—÷v3åòVÞþAâÉSìá6²?{¡*Ø“ÐÞÇBÙÓu‘—ZµO±BÔK\æþ¦a‘_€Aà±#4½Õ z‘NZ/Í“= \Ãmù@Ãý•ªÇ \ Dh“e‰Â4ê/XÓUy“pƒ…Ï ëiàÁïú•Iá¯fGéaÄu„5hsw‡­ ô׎HyûƒDöz‹PÁ´ .åméët#E¢)&¡ #~ëjõa`;ÐC¤ïÁ˲«Æ¾òrŸ~ Uâý…çÒ±pªÒTJÍaÂIÝ:èZ :P!Œ™‘-?8Mô0+g:!^Íñu¦ð1Êúf”m©‹g©ýòÔcDñ»¡*Ñ`Ë®䎸€¡a¶Ñ\O_IP9càËзE8bD~MÅÎTtD¥ªŽ<0zÅÖÔ».Ì#¥_ˆÒ¸F'd¼u'¼…?`.“»°õ±Y£'HO¨yä#Ž_Ã}IàTó š -ž¹ŠˆßaY°¸ûTÜ+Õq«·¸ .˜6³;æ^kYõ̱ß@ëÓÑC$–Ì™ÝxßSRøÉ@ëé›_ê„5V ÷ÑB{®ØÀï•6ˆ\“0Ý;3Œéa,)™Ó«K9 ޙÊòÞŸÓèq ˆ>O°BµÔ¦66ÝÞ)$¡ E¥ìÔ½oQ³4¸Ò#‚Œ×d¦PèV@jGïõ©(Û¨8{QÒ({àêW•ˆ³GâÀÚsô/G£Q£†.7rL/ÐZlض?”W.¸¦çD¸ž¥ŸšlçD\9Œýï® ñmN¤tc¨oÀÞ~'ÀÛÎyF ÀÄ<[2T(‰#â¡Êò¢dIêqŸT|_òíQ/Ê–vrSsÛ^¾èô—·€ÃqMÚ ¼g¬[adÄ,q&s[(Áå;ÂQ"ø0‡µwYíÓÕóëL~§}¦x>i$îÔig! ~AÆ@ ¡5ãšA$»*/ßc6½ÛW´ß”‚ÿýØw -Þu©ÞY‘šJ—»¸A¨¿tZ=NÕÐ÷y°_‚C×u”qHþ…̥‘‹,¸ÛüÑ¢”dß`悈ï°¬'r -…÷¦ÌÈ"î«.6‡‹“ -ñxsÝÐ٥ƊXL1Y‘T­çíclECX¶è±}ÔWV½ðhµï÷ùyúÞáò¤®åGUÓíà÷…iA¥º“ñ…tÙXŒ8'Þ_™_™È¿D\¯+Â¥ô'ï;Q‘èwZxƒ]çòxÇ@ÔÐí5‚ bivåt^¾Ë0ªI¾M÷X™r÷ÄékF¶ûƒ PiâPʰ£WÆ÷QI€>ö»JÎ]p8í¶ü¾= -bȈƒ2*Í Ë2€´Ý`̤zí"0½¶®t -‰ß+ÚŸÄNÒB­ÿ–(Þ'å²;Åx‘÷ñšâ.øfÙÛ™0'¤aD%£è÷³-‚>SPò%ƒë¯ÿMØpj³ßU«ƒt…¯—˜}WÃÈË–væ0Lb*ÜŒ«ƒ tV‰,†vûUP¥d?©:Iƒ_aÝÏÑ¢& ïNÙ¤ -w´WÒ‹íÌÉè䱈°Ší;bô‘Ì“É\ø%`9Ú–` v]ŽÁx]äïk¦„Tˆ>p/œ¬{þNñ+‡1àvgágèçWåÿˆS™Š'Ø“Á HH*½'«ÄÆSEÒàZ½_þ5b´LF+”¾@,Æ0Õèròж>œë·"C¤’$Õ¿ÛåTWªî>D ƒ{ì ½^ñ=x½×Í9‘¥^Wçî:I£ZþRSYDÊ~¸;Úĺb¡ÆBV¬þrf™¯ ›H[éyhâì ¼Ž*ø—ž1骥d:ÿNПGøý%ñ„ÿîŸñ¬ÿWèÏ8Ïçpš—+X% Á©Úž”±7ƒ Ãߟ¨,¡÷^û Á|’ è \‚Rÿ~lDø‰ÍÕO±R÷T{C.,aîŒì)?°ÇF+U3–µ S¸‘¨;5;Ž] é(˜˜VƒI¤VoŸ¹å{R×ó­Ñ›oÒ5@ìs¢6vÔ~ï´,G<%ñ!R îf;¦SÖpŸjþ|ˆùØ/k–¹¹wpa!7@±!ÓQúA+ˆÞ¿¾m@äd湌ÞŽÙ¾sgº¾#úsÜG•c xNm‚¼“¾AÃ÷Š×d`d€Šü«Ó™b bP -úóƒkä ëWå3ª)úå ¼C”üC.Õ“E“ -šC’x9íD¶Ì²wáÕN·q~FÝø†ïÔxíë¢A"âÕ \·µ1~ˆøééüŒª`uÚÙé"zÂv†l/+`x:Qtáš6°šþòYó´¡n$Kf麹0(,t½.€“ŸÚõÂ|÷>ð£fš¦ëHMÜÈßûÁ Ù4‡Hå[½}>€{ÈŒÓñ}_>,ù7½é“ÀÛö_ùpO±? vôÊâD€êzxƒ´"ÖÙÎ+«±„޳˜ô+ØÑ~`÷îŒÍÂîîà_zöÛ¦"0êìyvÃe…ÿ‘¦áKñßÏÎýãq8µ­+8D¼2}æø.2—u&’°Ê P‘fk#’•újµ¥R “•”†ÁQôH<ŽãñaO’¡HØí"~ûói׿˜e685û·øWñõE?Ø‘Z€jéìÕê‘&)jö>ï‚"¥Dê‘ýºÑIkq`€äÊ·oMŽ•‹e‚‹"¨Ñ§ääÐÐ -^Ò#Øz‡Röq€¹5VYe©]BzZIãâ"c¶Îs®>f9"Îd#gÒîƒh½¨×Qäfß¶gÆÔf\ùs…¢t­+èX TB?î"PRø‘Ö‡P‘Øyd x¸)+œ-r?4 {ãúÂþ—‡!‘_§5±ñ0ŸL$³p+Іg°2Çy—ZZ`™] ¶‘Q£úº¢¨pºÊôV¸Ç%ÌIìhXFœúÔw† S¦;L¸_gªbø ¾½Å–ÂtßOt‰/š Ã}Äì‰pSg—3gŠèâB+¢EÊ›º¿M^|*,ÀÑW/†´Ql¸iÇKRꦌ»Âº§˜&[³Dð›à¶†¬WÛÐÐAàËX«fb6&N{¼òEϳó GÛ¬K™.˜¢šgÀxe—!ºº½>’€Ói#þ…L`•¯]tØÍ´³µÝé@ªö£•³¿j¤·ºsƒóÏ"ßí“^šr¤‘ð~xØ}÷S<ºP÷ˆ¾Ü^[‘—ÂÙO t¸q¶äŒXv˜“o{&‘³ÖÖ~ˆR×EÔeM2è"Q:þ^¸úW~ôõ!öWŽlˆó#2sê¨Ó·@ÃÁ¦‡>MgÔ?¿ ÒÒB3áv<ù=AÔ!ƒ>QœUýH4mi $-Ê”¬C£íFh¤¤Ãø]ªüv]®wôUÞc“i¿Úìû!НQÉðëqb·¡{Eí _6h·ÎTû9Tr¨08<ï³Îs·w|¦nþ$*ÄË"ËðêŒ;ª}ùÍ•¹ÇAQßâˆÃEÝ»-¦>çøiN€M£óãû×Ô!ª-Î h*ÔNºíHß@ÐC.҉ව,T¯c62çšÂ|?ŒÙ—R•êå:tºõñH>Z¾€o¿Ôþ>£0¡e¶òÄ»Tý‚ oË“×Í!))/b@C9m°[¯LB}µ ÷šöe%ü„læÖ£¤p{ï~ƒÚ€†Æ°åõÃóá,Òv×eŽÄ+.Ëžt³¾Ð• ag›WI&,«ºÚeÄí8ç>2Ðÿé>­=/¡žMˆÊKÒ–e³ý åÚ•FmÇÔ]0ªvvû]…Š7ÚÇL«òB¨]´#)Àü²"äõòõ‰b´¶Ìž%K´äò(â°0kªÞüne­á§!ú’mÀóÕÖû—…¡à'¹XÅÙn¢hN1­}âNcmáŠÆpÍ3"óñ¬‰Ðå„C<¹iƒéˆW‘Ez@çu¡s°æø]¨åD0£lv|µZмÁŒþ\vô—,Œ`)ÝŽŠºj¥©Åé•ÛvÀ¡ócø¸ÜÇŽüKþ[[Ú’‹Z.dªÎ Iw5Ú£Pñáxº@éj‡uò\@u 2Ê-‚7§¦NGCÙ”þɉðÑM{$ ÛÇµŽ±úK<äùj½}ˆ<¨{¹5O›Ÿ\çBñüêK­ÿNŠtÁÔk”Äú0bŒþ›ü$ÐGqzà©Ô‘lç¼/ -îB£F2 ñ Ætû¬*õ )3¦w¢Enª ìék5ñm gÐ(r¤_ÌhèÍpý\È.]@ÖÉ®“=@[{-P 0'Í6"лк®¯ãý¶®ñr+p©ÈÝš„/šô«^õ&Å‹Îôy¯ãÎr ó$~ûɬd1£Ò;g邯 Zåh("yÅMH“îf–F *r™{0?tþݵ¤––`®;ô<C“üÿÁ<‰•Þ¾`Ð*Iýš#´ý×h§£gþòk¤AÅ‹¡µ±`ÿɹÊ=Ž\[#5«Ò‰%A<4™iÆ}ðú?| ¿GaÁá’0â¤#B™k‚y"îc½ö.ù7òË&ÇÆ;e=ÌbÀö*¥#eûÙë–áîðˆ¹_{'WF¼}Es@zƒ“vBT_‰"Ê’›¾]5³úèìÀ¸•¥ÿQFÆLõ2Oþj1üi”^!3^!r„ë±Ú¸€‘F¦¾²nTô8€*“f€›aÜGÄû,E;£eYÿ_Bˆèª’jpÃ^ø³À ž ìh\I®ã›ˆv(*;B{xþ{SÜàKD@&"Ï,Ýë'ÇHúT¢ø5—WꤣçkHŽP±ÃðwòYƒ.¡£‡á/íÖ¼®ã¼®óþŒÈè1(c´ßÏaæ:Ad"èAªm£¹—¹Ã)¯~Y?ÔÀsüš`A 45<©@µt·‚–’RÒÄ ®¦€É£Ú¼§9?#ò{‘Œ³ ¢_pÝ?çŠá$ƒÌ6øž>}àœ˜ëGHs¾øˆ|ˆÌT…6¶×#ä½,}Ö×éÑ@âˆå M40,x{F¼/\å{·88âcRä·Š»d×Gmþ‡ ¨WšU˯~èJ&SY ¢1¶aOï~…èèY-eÈú„”C«+Ú¯AÛ-õî#"¿T DìˆOÔÇq^¡OXÌ}>¤¯ÍàÜ>ó‹°?ÜB õûLûªó%m¢¶¦~ôƒàP‰ØÂù Â*Þ5Sx}_4¬Õ¯ýü© 4p¿­~@‡ºG4MØw‚x¸ âÑý*…T߬_`´?ù*QxbÃLD837KÝ«ÐX2+yÖYÒ÷öT‘…ÑäœSÕN@H4Ì‹éëpªOþã`˜,ʈz"VýJ?4Bz‡]ö¥6ƒ ce³.ªz«†V­^dŸ%XSø×/Üþ3ªc6«n }”ÇD„›qÀl $R»ç»ËÙ妜 ãûKž³¾ÙÖÞt» \n -GGÀœÞî1ð5:Â%MiDX¿¢!¨§Iû:Sµp›!gëwšç…UÀ›SßÜtÒ•ˆn!Ћ¢Îè}î¿p»šï”VÉN¯Ë›IÀ)´¨àÀwƒŽ%í~ “ð]ù8ޏãø­÷Fca”3>"„æÓùÝæ| œ(¥EG¤E4…<`ú-ÍOφ2ç:lüàîóõh+£¢Ò:QêÔðºß"ËÔþ|è3ŽÙ[tdÌ|® Æ3gΤ֦w`Éïúý¬ÑÊ ì sН.EèBî+„¡G¯2Àø**ž~++¦°húÄäœês}Füí;·Ó»dt´^~8Î=^Þ.3“–2–áe,*HŸ?n›ß£ØšöÄðý†ãx²š£?i©T µTÔh®Äh€ 9m •wêÏÆôû™nœ™ƒ¢ -Ðã ÿP\MçzxŸV‰¿ÀÁÅ3\ž×5$hÑÇ/’µþF©àQ:8ýxÝ“;kH˜„¤{ÛÇ9ô¢þét˜ÒÃ>Ýöß·¨¡e%:Uè¬Ì#LÅSuÕºUÔfg[JÙP©B8Þ áxöòú'Íä[D)¯a ž&UùǾ†ÀóDÌQ托‰@R;dvtÒž·?GzÔí—¨<±YHÛ  ÉFBÝ€X\[ÔÀ)EPþ1É…—·YµGÇ È¨’_Wà­S—ådž¢ -@Ë–SqÖXj£SªvÝ9Xyõ὿¨¸@?éÒÉzÚ¼®‡~Ï1›Óioï'¦ÆláÌö˜ƒNZ¬I¹ùÕÖ dÿÆDMÔ€*2Š °‘­‡ë³ë²½ûŒsœGIÐ}¸j„ËÆ N”Á+V±«~@ç£ýa¿¯ -iþ\G|a~ŒPÚŒ‚©¬'V0ŠK¬|¤‹²Ÿ½_¤£°ñ¸a ÄI«êp€[æ#軉œ¾Ã–½!ø¤‚ÇÓž¶´7êkÊ….¸t˜ÊBá@GÕá‚+ŸÍ>:°¼Ïœ«ÑÜB»æ×5%Ziœþô~ÆAdúEÉDÏ@¿¤qÒà ·ß¤–vQKìHÚó¨~ý$j3ÞÉöþägyÍÏ^^êQê©ì¨Þ®y¢F¢àóÑåÎã 7ÃPsɾ){³CÄ,çZÀˆì5‡Þ3ÙHa.-MõÏÚs‚¢t*ÕùsuªvOFØ»šàIîD1«$Uùº=r`öOËMˆÝëÜøÚc¡ Ýä¡A™p{7¼vô“ "$ZíPå„[ƒlöh?ŽÑÕ¶ Šs›H†öH{Ïüf"ÔÞOÃ~FδEíýëo!Ò^c‡Û ‚ ñ6Ìv?"Ôó‚r*!ôµiÿ…T&'|§I¿Ä•áJJRÀ:êap#Ç}Õµe(w"¾ çY¢|R¦êÓŸ‡á¶«Ù•ºIæHMÌòCÀJ3ªa&tÿáAúcÐþÖjŠíB‹ú[ M0Ѐ›ŒN*hàû #åÅè‡`Ýõ‡B?böf¤†ô·?Ç|ÇSû?®DëºÂƒ,_„ö7•qQb/Îa²…Ý’PÕ<‘O| µæ!ïlFhÐÀË]ãëzÝn@¿ƒ²ãë†æŒ "‹A?7Œg‚dïq`.üYG}`D9ŒÐ?‰Èvᎃ£™ôÙy! BÑ÷„b<ÑúˆðÖŽÜÚñ6 ?¢`»’àÞç›4ˆ eOÞÁÂ- ¶ä¿/U#!Çž[J%*ìeŸÖÞGT€TZ"›²ùSº´Âá[áì‡f n©ºŠ¿JPõà°–'ÞÂíÚÕŽÖ"eÛð¾WhžŸÍb]DÇúÅ%'ʆ]ÓF©†¬ýÒ1ºF‘ÿy ¬×Ó:¦²ƒ(°Ošbf"õ1=kûû¼ýÔu<2Aº{5Ø®(!‡;…úè:ï§û9Æ,*êòÁÔoEÄr´HôÃù­¿NÝŒ{Ki#´ŠÑr‰ÜȨÓ)ÌžEeå -Ä!bt÷–+ólÀ¬ë]/ ÝQéð4Êîª5tYÜwfvïQIŽóÁ%µñ$ÿ&Y ÈЀbÊê²Ê”übMî2ô–!9ªGd`ç2{ùŒÈžÒbE=ƒÜÒG”J>ôQò©B(—BËŸг$/Ùv¹æ«†ð-êC~›áÿ¥ÓN-p¾í|9…×mžwutxx>¾V œÄ‚rêòq˜½Úv˜ -‰.šp\v2Óñ¯-ÆîùÝwf-æç~Ó$£n£À!%ŠÖ„äüVýÈ*Q¶Å}Š£AþTƒy"À9)_ëQÉfžáX±‚Ï•ÞÊqÂ.Üy6óv#¤ã9‚Í%øÈî7\s"| Ûþ¯ñØ}Î4“œA—1ƒÍ€íX‘/S÷óV¿:'ÏÛe4JscÜ[ŸuÕ½;3Ü£'¶Væû¾õk ˆ°D×ý‘Úá9~ü9LÌGŪKÔÈý¶ ý†Nð‘÷ž:]§±´ƒ«˜‡ŠãCd††ó°“Bf ˃E (f?nÁœ–ÃúÙOmQ`@öCp(èM/ÁIõj½Ï™ŽÊ.ci4Et¶“?‡—ª;NWzUÈè¿ÄN1í9>V,ñ>¬ úRñ‚òÃqúGt¯æ]‚lõ¼øŒ(/SuàÐøZ^~D]ÑZÆ{p>‡T2¸Ba’°b÷ˆ•›ßéÉoUµäÚ¯É5ÞJúÎ,/¼k(¨c€)#~¯€;÷±[dHE@ã÷Ù‚ÑÓþŠ»T0BCžö—C[üç®+ÇIYDö~ãGÉqàÚèUp‡”v¬jÿDeAÒÚ¥T?Rôïáa;‰1}VG¯_åmô6f03èÑP»ôVðQ¿µåþ)7×[Û ¤Å‹ý5ŽÁ¬*Hn/$œ–Œnhå>.¼ÕWP'âû{DÎT“ì¡Ê`2úyœëp Õ®€`Ô‚b÷/öQÊ¡’Ž;YÖþ]Î †½ûj]” Û”Ù{By®t4‰Blå¯Ïõ<š‚L¼«c]Êj`Õ+}qÇíÁ¡“e|}€wÇ”»®ŽúúE|¸¯Ø…ò*:ŽC]\Þ÷ýl‚ò,Ê•V7bÇXšÂb)÷¯‰Õ1ê’‡Z*¹[JDkrh'XOÄs" ÎßHÓ2þUJ :Ê -B®ñ-=H[X¤6]qOZ°-·DÁå‚€wÁˆwÁ|5BÜÕ¢±IõVK€c ØšæK%ÚC`IÓsxþFtùaң˯N’ºü*Þ&‡|Ñfu}x¡ðxÂý·)¤¸â_Ó¢V¥)tÛ/í~ŸCŸ'éº,'ÚWɼ $×^ß*ó ¶Ÿ^‘_7lUß?¯~t¯UQüñâ’Ò^øö!r¾—ø†eÖ¿;ßã×@zr©Rý=…AgÕ0 œà#Š}|ì7¸”GâXZvÆ,H«Eú>ˆ’ åAj9fZq¹+Ê5‹ ™Ü¼ß$Ú¸Î)öd?Ì8J ߯2ÒŸ‘ÅL‚÷ŸEÓý%±{RçÿYúü¿ò`ŽöãÄxÿÃÚÿáþíßþw¿ýŸÿÇ?²òÛÿ?þÃ?üß¿ýÛÿáßÿoÿñÿñïþÛù›ÿÿüÍÿòÿóù›ßÿá¿þóÿ×ßüOÿé?ÿãÿüßþáÿý¯9éÏñ¿ÿÝý»ÿø÷ŸþfŸâO.îùº‚?Ãòÿ_ùÿûAÜ_æÞÿ·ò¥~`ýCžWF¾‰‰Bè£âÚZ,¿þþD :lžÏ(õ8„ÜݦäÝ‚c‡/¢6=+'49Æ8"¯ºà·¦òñ«R¢Sª yv|åV]o倫¥ÿŒ PÕ|žÌž•©Ä}ºû ¯”äÞA{¡ÎôCÑ;¬^¿ÿÐ*†ÐqFà…J„”¨ƒíýþšÎ«ò"†S_”‹Ÿ)u ÞŽî+W"Œ'âvÕ„ ¿N#Éþ 6z'¢wA»)gÝ^bßѺFBJݱ®òžK"ž»>'ߥ¨X¤jcJèôs&gšóR5a6D‹¢²oÈ÷+`ßNiü¯Û®ëN~Ù‚…Vè¨Ò­;‚¿UkÀÓûgª#˜jeAÈR†Æ=5¤wcöò¢“9”I“Án—«,ÅI„¡ó#—½ó^§h" -ea¢¦Æ‘*0bÝ{Y?ǹ+ëÑ®UôR&±é9L|•:*@×Ó…:±‚–ÙeÅ:Ù:NT,$•ÍadyïÁ³f„``Ú}®¤Ûí³QcÄY%Í(q¤€Ú'ç -ìÈM¼&k.·÷ˆvGê•h{0xçýþ;G-6ÜeGby\¾þ-^€AôðQd~¤@ýŽÔ6iÆ9þGTO›²ȸoÐŽÄšWï?l)`äŽnʳDobÎŽ—ÌG€'¢@‡Ì\ZCµÃ<Ùó÷Ï0Ñ튢w±h«“càÔ­®ã´ä__V£èTÑj~a¸ -^+JÑr˜fs€YzT´\´âñRš¢@ '$âÒ…9ûø:‘ðéš’:óþÄ‘¿n¯Ì˜™2àq%UÛF̓Åí}ˆxCÅF ¯^hÝÎXx +…þ”KgWÿõb$€Uæ´ÊaχdyHƺtv4**¿ -îˆuµLvÓÁíšØ2ŽÆb¤ˆ·üàÑçˆËƒÞXÀ}?ŠÉõ^¸-ç‰7'&X"¡V÷CÄOÏíGýªè¹-ìª%3Ù7±ÉÍ÷t ʆ1î4í:]=Äß}/ZÀóô£1þtq—=±"å‚I^|%ÕËÜKÜ?øOþ ¡‰ìúctW¨¿Ì½êîlwßΑ¿fÑ'b܆ê·ûýŒYp×»x_úP—“&øÇá -rÞ^¤Ï#l‚(‡Lmq¡îŒEòØÉõì+äÙDi*+îD §SÏq‡Ù¸k3Ñ$‰T¹£lZâU%D]¢‹x«A€ègpšåì y"D]¶JùüÀå³ÄuZ¸íýÓŸÓ¹|máEŠžs?þeÉXšÄ-–ˤzÆÉ\.?©âNâ3n£DmÅä{™b±D%y‚ÇBòsðÏ'aoºþ>[¦3G[»ÐËÁ¦*˜cUx¾yd™½RCÄ:¶©pÚg˜Y’û¢ã·oÕ]ÏÂÂ,í û›kM ÒLz=.¤ëYg­ÉRÖè Áyvæö®†.ªHªt#Ð|€G•ÎóÄùÆ_£ÇŠW+‰)é,΃5‡âF0È'd£ü -* geÇHwö[ Ÿ’鞉VÛõ¬ÈPo -ÀjÃW²0È?¥¦õ -C)@ì–`îfõ𔡷÷â–k6ŒÁãñ7åJª£FJã >º£‹%TMu”m©Åù´zD#‹` /œs踳"üÍ%‰¿q¬ÛóWÝ¥ñyüj;â À!¼€‘„kX;ÉÕ¨ƒ«Z¢_ç¡?LPÓ–™¦Ó­ËîÎG©óÌÒ5g'Eó ع?b*[Ôˆx\O9QÐæ2ι3ô©‚ú½t?ñkÛÒrýŽ™G]>èñ¥ø³¯ÂïçÕÆÏ>TwéOƒ€P¹Q&oÈ.ýý‰BùD°ÿ}'{pöK¦ù€½<޳W‡iÄ‘c²bZxz @Ñ’€yŸ¼…(tM‰‚ b”º&@FÌ ´ž6 q°ÏAv}a1Þb(3@f‘–CKGδÎÔ‘Uö -…Ì­¯û^HØna„¸¿Ѧ¡8¬öÏ :î&`æú H%Jaˆõ¥þp\C]oÚy)2ƒ•V²UYÈûÞÇ®ÐÂÐf~ý·ˆ" %ŠŸ ›9›ÓÊÛ£øFw(a3n¢¤@%£AȘ0òK Æ"… Ù£¸S퉂n?œWf’˜"f¤†Ñ<³Kãbh8ea úñäD´¸ÍN¢WѾ¼˜"Ô~EeñvÚKOÞê -l ])¶I_Ï8ßþ’?ü¤·´l>_ècå%¹ÇYj‰®ÎRx ¨™7âÄË#°Þqä¸éœé#ª<;]¿ÅVf_ðR`Ù¥8âÁÅÅž§»I13èNëí{D¾SüQŸ(yýÅO‚|OYé{J°½Vug;€ÎÞ›ñùáP·ÐŸúÑ™ Ñ€£ͬ3Þpø?œ©hë˜ «1MSéVÌ÷q ªÃÃ$J—œ¨Hh9LWÚ^b×c€}:O4â9KþÔÊÓˆyßÏ׉lïu˜Ù9L<éù ÒáŽð­ >xVŽbÌC+XÏ¥ .kñÕŽÀ¬zJ> Ã{´Í(eúQ‚ŸÎ.XO:»óRõmž©ýÐzñ‡Éæ<Ѐ -Þäí3ꉞ0ÿ0ÏOH‘æåúêò9w»£TÛ š6î/íê3"‹X =·Ý©‚>s_ -o°¯óÈÿÆÛ«ä}‡£=~púH# -ÿõÿcŽùÛ^*¿&ÞNLâZW‚>&Ù]íŽzµ¦•]¼ÖQ*lxiumÇ˾ª»¨E&]ÝŒßÎc°Ûrì1Õ¾l¸OüðœÜMh…$Jd–#й–<€0¶‡&J‘ÛÉ lø~ii0íc_™fJ†ÔøA¸Z^¡3€LšfçÆà•®¾'Ë. ʵÖ3xRhw(D›jç‚Ä4´\sâÀQBª©×£…Ë:›o\Õ}:;ó%ã\2h0‚ªúLU›Ls›vìïD¸èU´\†z$®ìYÏ« -È„½>ç×%Ž ëq½Âfmy˜xžì¬pó—3•;^ú'×\Š˜­ïª›Ùø‘Ò×Û•ày •V¶ç•Z‹©[¼ö‰™Ñ­¡ç·?Ÿ4½• $dð»»Ã×NÙ.Í×è¤W I(ìÔö¬ãw‰XÙø!ˆ“[ïÖ5ÞæŒÒ×z@ºê3€û;+{IƒG©®kÏ—ÑrOQ¨tw.\Ó‚Lf×u (11]ç0îáƒð»zg^d„zŽôÂ,‘×@•(’0Ô«{IºgÉÍÛY¾SæZâÈMs/Ä, pÏ™‹ú#_L _n5¯ç£'#—| @yÄhCišÖ`^ÛÑ$×'h1aT -@•n÷­žÝÚÙÞ/Žm¾gºI­‰‘þ¤u‚Ñö Wé¡ß#±ý™?8b«R¡‘½«À´Ô îaÚv~<ªÈê h?=Ũ̇~õ¿e -•²ç’BûÏÔæ §¸B¬©õk'3¿î¨L#Ï(lÊïalPhÑ̰Ñõ¦5ñ*ý ·à³ÑæákÈS¿Déóš_Y(ûmj§È f)€•o0y[ö¯«ÄÚVwœžâÿ‡PËu~݈?ý &Œ Zž¬Ë&qüà\Ì£]‹‘+ƒ!dü¢p»Ög„çéK²àÃ:®öíÇq@ÒËŸžAÕ‡¶7Œ(ÇÃ÷.hÜ‹îN˜ãÒåÖ" ¶Ñ&¡åÐç)%kTœñƒ4߯S³B(Ú9/|²©‡Ê÷ˆÌGµM ÖÀÿpœy^¬tivIa.Ìý3à;ü}¸þ$H­$Í[1ˆ|âj¬ôòZ ö¤,géÇM¸ì¥RS’o©Á]æ÷Ï[sù< -üN¿u(¬} .Š·)9õ{c\MÑa2½†ÃQb©|›.‘i’eã$‰@ç}læ×›yVT2- §‹Ãµññ>k·m»3í‡ãŒ¸H@Ÿ»ËÙ_t${ñÝÁ2>Jñ8ïÅQ45ˆHçŠâ~ = ­žÃðr;›™mÅC»!2ÚŒp¬ÉþSa”섉PŽü=“ãÑâS%ᣡ =<Š @ -ˇHÜ©DÍ™LSiÓ”|¥$Q-òL9Q‘n±ƒª ˜ËIaÈ…1’¡ëå.’1 nµj÷J§Ncg^u§`ßr‚Ã~Z|¥ëÚÀ­^ú袟¤7s#§?E\±Gí2¤Ïy¾}ÚD¼¢¯œÄ„yœß²£PÐ/|ú÷Ïó[ ±_ (Y?ñdrñ“¿È?·œ«û3sFÀZóëž|BþVä~²ž;WûØl+M_ªf[=Mù©PÞKõw@»||F¼ïh¹~úslP­áèz¸1?ü35V•˜…½ÚÛýu×#äÈ‹]¾vžº IÃET —»èwVýÅÑã·ˆüRK™WYFt>£1t—ÈK½yr²qr2¾ªÆâwÀN×›DTÉCz•3ñóÀQXcº.ê“[ü8|¦ªê²çú!¶s šm¢©ÞÍh ʱv%5@2Ncå™9Ÿlˆø¹ÝCèâ¸z„Ü{„‘Ì·%x=ìÚË»Ñ&óNì½™ÜU{yˆÛX~£¿^ÌN&ì„•«–ã a?>H6Qd~ -ì¦qùñ׸W&â^hÿ-mÄpÁ¹?V‰ZÍæÖÚWžú§A=¢QÁ;énôû?µ'Z»ÖOûát$9I£ -É -ƒb¿ôÆð¯_5™ÙÍ\9Qbâ+†ËÃŒø¯«dYá'Æì6 P@óÁCÌH¬¼2FUÓ›Ö!(JÙ„«ÐÝr%ú¹(–EEoÀ89­÷~ð[ôxAËeG|©²‘•Û¸œÎ§y·£X€§”÷È]±ùeG0ŽhýN¥+¾G€£=±Wy ës¦Ï¨WÉ7ûú “ RÎÑv‰ÿ©sÁÒÊ Ã?øzt±±þðWN²(ÊoÃË²š†¬¡‡¢M?;a0`në^Æv2žò¾ô¸E u'yôl® <½(…GUŠÏU¸ÛL§å:0aÞtå"Kè¸}Füí;\C ‰R®ŸÇÙU²k[ô®šY˜Â¸ý§ˆŸ6¿ ”P ÂïBro³Gg(jZ.}U17×év‚³‹ý9îƒ(t ë láq¶‘é£?Þ5ßYƒp ùLø‘ãÖø„)~DÌàî ‹ÀÄ%›1ÌrQÓĽ ?FN"à ËÕiÐܲíðjÑ0ÅÔi±Hƽ ßõ냲Բ|ó ôëׇÔxnÁ—Y™u¦ú|Ц ,6kÉ+Ì›òW_í">dÛâCýýðÖ¿å‘Ñ`'Žÿ‡Ø.'¢'â endstream endobj 87 0 obj <>stream -–T"‰JD?¶õòáV¦ ÝâӸݨ(>9Žw’yd?–4‡I»ïåaÝÙŸlÓWÜf®˜Ö¨$™3y0ï) -A!ö<ÙŠDÑÛngs mF-|ÀëÄ9ÃÃÕó-‡µ¬ô©n’î£-裌“\ëtQÉÔ¹µ¨ëø(F!O¯DXI,wÁ èæ>áÕÿÐÆ_JoéÞ>Eg˜Ë¡ }Ñ^°À ¸õÓÐŒŽF‡6¦~²ëT•Fg>š]û¶¢ŠÚœëåó+ŸS'ñy”ùŸ›öIÎÃÜž‰ÃUŽoí-¦79{& E¶êP¨›¥tÆaPkT¾4Eô²xÊž!WÙ5äeB‡ÒM±,gùµÙ2J´åÜ£¦Ú)ï®b=¨ -¬¤Š!ܵÆ-oÎ~XCÿF¨ñGÄ -ÏxÁsh•ŸQ¸Ä@A“ÿƒñô¡Œ‚€clããÍ’ “­¢¶WA±ô<»3S@4íõ``Ìñ÷™ëÅ3µw˜¡XÀ¢:'8Æ‘[DßÛTw'¾äc‡¤â7±=©?QU%Ò>%#ÙȤí’1ÍEe¯ëÏ•©®½W˜}Sûi&ä¨4öCc2H‘õðÖ‰B-‚¨8Bz=%þ®GÔëñ·¬yÜ43ØD e‹æTwÁæÂXÇha¨½ÑѨêÞtBð»¦ó£†3Ð -­—×Þ6ž+Uû n‚üÌýõ·& -:0Qz¶$бö ×þ·ÝO23šM -€{ôû’˜õ­|  Ãöûä£2¦<ïáŠÌSµ:MPšÑXºs"¦¤œÈæÓÊ“×Hw ~­#úa±Þ¤×¼·Àdq}àæÄ»âÝrÑ ACãY£2æ+ó§ˆ ZW³ä.Z*›ïQã‰UNú¯äfC$ÄcyèA4p‚éyŸm#›Š’:_å{Dö‘«|Ä -лúÅ.ì?ûiÔ}§¦F܇ „õe}FÁ6æ»qw4$Z¤t…£h .# pÐ Y¾Eä¶ßj­=¤Ê$qŸÇñéÑÃ׫"Ø@pMEâyþ€ò@‹«üËöÿŒÂGšyAëçvꄪyXž3BFÝ Ÿu‘üXIR~˜|@½ó…)­–=§·ÒÆ+ -ˆ_C"^ðî<ƇùzJbqãdŠè¶iv~k—2­Ÿ°ü¦9#wþ‘iž†mFA]®2eìš²?Îr§±t"´fßóÊ–è™´héwÜÌÀÿi@ Tó`ÓªÊ_цš×j h¨á"ã{­ç§€;0òºß {¾H­ïQl¦èóîè¦^r¨+T¨ZDÅvЦëß]|¼˜¹¦ð_q?çáíšß&€)޹d±¥wé'@€n!"…,Fíµ¾Î£éQ(vz«È‡ÁqM 7<أŠñ‰_Cn`nnXhèlì€õ6`íݶÍP6ËåDétÑB¶ô.z£!Wü%c{±öZ#4í#âú«×GèóCž«D2,L(^°0iW@‘?ý{6“ -6ˆêÏO¼ß)´Ö뤕>§'sø Ó”K´½w´ýzI†ë€á b°o}úës©Þ™ÞM{D2†]¥ª«Ä•ùNឭ秈xÒ®´~øêNýIÔ¸¢¼XŠ$Ú«¡„ Þüõ)=Ë ˜Ò¶^?HÓ’ª CõuSd}JÜ–Ã1­tÛ«¶ 3Ž.«—Ï€ï[mZÙß‚P~”±Nr»nN‡ðöâà°HÛ¿LÒôH-à?Fþ9š¥2íZ¶]ŠáxmO#1’]‹¥YIêZÃÞøƒ}¸cα_ôûyYì ®èhüøB˜ –˜5Ê”<*`ÜðúðÇЃS½i•HžT„¹÷cýÎ4›âùö×*v©u™a^xã(5 b©iE¥HìCÒÜ÷2ÿ†vOW¼~Fd3Ó츨ÇúŒŠW=­1 ý= -]qA¿Tý!Ü 3qP ¯¬ÃGPô›²ßèeá@vÍ fÍ‘&Ž·²ØU9¹zDA϶wR€î/»¬ÁJP´ÎÓr5õï@¯ÿÅ UBQ8rbúüöç€/dPÞþ'{½@Vÿ#G½— ³=3ÆðÌq -YX:ˆ §&*Ö„Œ_{ODVØ,JÑÏ0%z­)d2T„Zœèì“âIôŽmXZD¹ì-ëêñ.;Ô€½gÌ„Ñc¦ý. œE n¾ý°ÐiÚ§±…}tU¿U׆„aϨ€*-Q‘uQÛÉÏ…iµV…€–±*¼uA…èÍR”"ß( ê\o2k½S±^¿Î‹¨þ…{8‹žB]þଽpÌ<ýšˆE`¤¼?P¦ÓoC, Î$•\Çæ(oCkñb ”êíÅ=ì‡GZÊW6Ç|¦ð4ßHá5Bq¿lîý)‹“ ,FE÷xÊi ÊÚßâØ1IŒb1j0¨<Á’ˆ8ø£•-ÇÚ¥òÑÙNîË™BN@98ÐcoÁ@œm޹x9`ÇöÊñ¯`ʪ¥‚ !p€òYv\ýZ6_VC«‡MqÕи:“ǸKEP~ÿ5W߇2þ]j$²â¡cäÁ‚ókº,”+ã£tmÉ”«³µ¤]*¸H#¦2òVIˆõßÃ2M'´~ÇœéÍ¢Dæ’k!íô·×xàI/Õ&™W´IÎF`=B_›aÝ^wÒåï^ø¼ï›+oÔ=±„ò˜§[û'½,ý5¤ÂÞÏñ­!³ -pON~Üg­_æHA$”ã²ÅrOw“åž©8òã ¬çjõƒK?+¾õì9^oR†–<ªVÄuf`¯{î.4¯Ü‚.ö ºÝN3Š`‰’Z–‘ # ¾¿ð*l”µÏ}´¾*A^-8e#èSô~ZˆZ\BAªæð·óõFÁñ 0":üÓ‹P‰½ûj9ÓΆŒè.mƒÚyŠñéBVˆàà]ç]Ú îÞLe1èÓ A$æY½éFÚl»ç¢ÇNU8Z¾RÙë%¾äÜ`“V-òF=lKæp/Z)½ë ï,—ÞZ +«}JF°ã8<½wä`$PT,r²¤¬:tUl}¹sýªA(hL˜9ì<H£'ÕÀ‰¦ A~ d›øÄÖ=Ð Æz -“AŠïÚÜ®êõ6‰ÖkÊÊ*,ðº„QMsXS€ ü÷ ûáBVjú(ëva…[ÎRzߟU0Ô7V³†6 ÁPì§;vaTƒ‚Q5ñB×m¯¥ÿäqZhÑcÑ£Ms)2pÇžeS±^{)c,jDó«…Þg[|Óp—¿sŒ|×ýj—Fw­ùÆñ^Ï#0 õ¸ÛŠ0ѽ{a~Ÿtn"!‚Ùû@'Þ§]#¢W ×uÞf‰¼X4£úqùÎOt,yé(xxy‰Þ-‹Û~®xÛèHt\ìtø·jŠÄ*ð,|ûœ†ªBWÕ<@é3ìc Öä#×LŠ£\0ØýI…öU èáô˜©ž´ÇÍÑÄhä¯F p^)6þÅìÍè~`BBso¤ÿ:‹ú P¡ã4}8ôг€e¬“ò¢/½& ÜýÎâ ›—Æ4ªšPµð-ÛOÊáAŒX+×xþžw¬D'"-%Нv±Pñ0ñšôØïIí¯¨ÒªÍ¼#î)2¿ qAW®)ë¯K?-Ž¾Î¤6^=ÅŽîÁ<'h‡H ¶ËÍqÅOìkÛïZOè$qG®ÐdŽ&ÉŒµ?ü#Yo‚û¥™r>+—£ .…©P;E)—üH¤®"Eøyw-Vω˜~r)ÔŠlª_Yi3Ĭ#ÐÀ{2¤mcÓB5“Ж~fËE*B´Pß7‹éÑŸ{O~ÿ ¾™B‰íø‘«Õ6ì5¨iýý‰Ú¿m -x=JÕšæ*Ž>Ó‰êau)ê98`D–ZŸÀš–üj`#¸ö0=._X¢zúBI€D1”%Š$ ǹs&LŒiZÑ™ŸPíš‹§Y–Ì»õæT¨õz¯ÏÆð Ó®Xˆ·‹—6R!–ØAkªàج#íy!O¯ï°ú•¼¼A8§™=hk3 Ë“(H¡„ÿ¤l ƒí VÓŸ'ï@ -Þ·ý>wóÏ+ùg&péÎî·4#z²TûuÐÁW™Uô¤h²‘ã¨ø¢€²$ · ?ðm¹ðÉxê¯Tý+{‚Qªk^¾9A¥úÚ5Ø?•?Õ’¯Ò -Ô -@;ô`Å‘ó¡Î[~±¨q+]0˜dsõV\8GØßïGMe©Àíq°Åá8hÚÿVÇ1LmH±¯°&Z ›úë` Ê#̽µh"Ý[:ç{­»îÙ³iÜ¥yíìõ÷’ÁË`”j³¿·ðé­Î–Ÿ¬¡†ÉBÿ8¦Â³Ûbz9nÐðük±MßYÔ@"6¡¼D 6”Ø•¤ÃBIg>ï™È¸5^ºiEgžÅĨxT-øF…ÙžãsUf|®f€W7 -MêIŠHW4„æÇ{¢K‹"¾LšMòú_%Öªv>ÆÞëDÀ¥ÁŽìvÀÈW¢ŸXû1=¡|#†‡ƒà×(iF™];2`PÚ‘í7ÉQæ nƒ†#4êÓüxû‚%»Áu5$‹z"Àì=ú7ô¯]3ž Íù‚ŠÕÃõ7‰ £¡¶ÛùJ‡)Ä$SZží]ÂöïÀøƒAE·Ó²pØËÚ­­?{»/#“ÝrÄA”‰– ¯Gs ”ÅÆ‹Ê_3àN·7FÚ+…¡½kó“©Æ¾r +6Tûñ’{Í÷ܱ |S=Ž[ÞÏ:²WÙ‘'VÅŒ±¤bø;ADµ¨8þÏ{5CáÆÉýGIMïön/3}ÄU äÅ…ðÎ:žx,?¾œ$Þ‘2Ù­ 37´ôyÖÙâÓ -À?–r)†þÈÁ¼3c9ÒH,ÁsîÈ@¢‹JAZOè,€Më>{ó~o‘¦ò»šdîïz÷/>¦Óòå»Çp [vÕ¨‡­»¹ïw$»”}£S.q ¶Ó¥ýå.²Ý£xjV:×KÃøß*ŠT¥As eo`"-¢ïNa †épòu­¨ÓÌ—ªöæíÐv_Óé×Ù|zÆåI‹$þ]øë.‚õ`žÏéà)ÉPŽƒNÒ‘ˆ¯iU¤°F¤°jŽ[ô€ÍZž€ ¼9@,¯»Ï­²+«/¸Æ™ãâTÀ&öÚÎð«ä-„ÒóåƧÙtKµj©Cõ»ïóàFrú_Lwþ’eZfÁ8Œ-;ï‘Z›\!Ñ0ToF¢£ËߎR8äèCĶr€]ˆvg%’K¡·Ø÷â#ðZ‰…©¬È ü\DQ¡À˜¡‰âáVæ×²H”6QÌR”ô£ tHÕ´ÛîÈHàP‡øÉôy*§Ã–Y}ED°Á½TùT,Q^ðŽ‚ždiöŽ€R›kQAüž¦IJœë °Ù¹¯7v -g1)MûXdÅoq?ôãŽ;$þ¦ƒdç U2O5ý¨v±7o¾ˆ½N2ð´<0sÀW;aÏ:Ü=¡Š>é£Âøj¡ðC£gT…>¡ûÓxÈ×Èxxö'B4-ÖÑ$u((é°{2BqÚJ×`W¡ ÓH„rï;¢éQGëÛðD Eê¯u³“fš~ǧè:ü®³Èy,¯dÒÎvï\ŠM!ìË׉`×ótí“›F_ýÔp{ëÒ”¨=i.ajy×hNJtDÁ@x'4Ѹ¢ èê$„hìø]WænMôªÏ^2¢í_Ò ~®¸Ù#_ä® Dx™ŽÄÕ¯ -”Ècù€¾T=бÑ+QV=Ó4½Æ ø€àÇ™Uá êk™ºÏa—ÖK] UUßZŒëKäJÄ}õ««úzÒ`…ÖŸ°¥K Ê9#û=T¼KQöQv.—­Á$ë –/”ÑÀ’÷‘Yî‹Ó´PÉòÖõ3Ïsàä:þJ€é;)JSÏ¡!oûÙnˆ¸ìÇZõ±½ÛŒ¯_Š?Tb¶ëÉÛw©ÄffeDi‡†mC¢|ÿè,»6;uè™…ûË\WB³™Ý×1A›;ãXÒ‘ 2í¡C`*Ñ|_$tâ6Ñ$Ùqa -9ûoP\V§jÌØmõåh,’œk¶ª®Ô5ý>R{à‡Ï‘0Ÿlß…#tõZÐ2X_ÇÏk—?!„ö [ì{”DÄ>qûNÃ@€›çtªÀ6¡¶i%¦Ãh²™ñ·Ú¤ötÃ-¦Ž ~ÇÒ‡u? }ßnLÕN€‰þþW­ÛÉâtЫïyâým|½•ܬ@1øCÝÑckÉÙÒdªñ€Â¨×/”A žç˜8)áÆ$í%ᬌ3]ëÓ¬rðÔå*±ùÄ3Œ…jæ¿G–ŒñÛ -ʺ‹ô”Ü’WC):Ü5•(“HŸy”-ŸuD`nÅâd?íy¸!°·üRh£„D$A.àõ’ƒà8Œ0%™Qnuc()I[ÑWÇvÜ3)‹Ó°î¶gòü•~{‘ý…g™GVÌÚ;½_W¡á†ÐÙXØ…ß „´"ÃË_JmýKÝ(~ «ædN«ö>¼+•è~ÿKöÔçHEà‹ßGÂjo1ûQúµZßKpñZfÓ6cÇkýh Ðù«¿êæ,((ì$p¶«ÛºYp¦í*tÕð«¬`×ãyK „±töòÕ…Çóâ]Y0KñebU_A°WíÚ^'ÈÌ+Lf:ŒÀh¬KÎÜ ‘µ•£t¥z7ÔbÎDíý*‡—#M†nš˜þVì¤#õ ¹q•£z§bÕ.(F͆?RHË|쎤!°“~¬EŒ¢UÞûÙ°ñ‘µŒH›q›Æì7tæÔÑÂÀ=Mw%…ðÉ¿) °3c}éZº‡ÐŠ›ù -®bƒ—": bvH4EÑû%Ézø’Ú•¢{•T &'þ*ýwf!4~''x¹ä‰5iBI¦Gõ¨°§2J‡m:R§]4èhS£T&É¢£"t¿òÛ==í¡iDâµë®ÅØ ®>aöOðÐÖVjç,Ui¦Vg6úDHO¦íÈ/=ËëÌiÕ°N†I%)pt€IÁKïõŠ\ ”„8ôqÓüƵíNÛ’Vör¶÷I&jjz$°í:³ð'åBG¹wò$"niHá*u0N{nL¦aÊ3ñü:Ñ{¸\DX ^™”t%½õ¢†’Þ'"YJ‹•Ö}ý×aU^¡ã¿¤÷µã9.÷r¼¢¯ìTåN6ô~ zQª³D -p¸øêE²dí÷ì$òó߯K¿R \òÍÉÙ‘¡–Ìv -! ÷ÏÌÔ¯H'X®|ÀÕŒŽö¤vU¨XJÛÁe·Ã'Îç¨Ê@!­4Q"ï7+C¢H¹‚"•×w©*±Õ;´£5+àU55U’¨ùW Ìç³ßÄ^'óÅdã<´dããÐR—É®FgÍÚ[â¸ÜÌÂjô å:Cù»&ô€:»é†&ÕxF±GsVßKñt(è7ìšÄ/Z_6ƒr¹®AÙd'¤ -‡FZݱâ3ªÅFLÄ‚ôøûOptUÖ”®ér:3„Tñ[4.Jy—ôˆÑ}$Aù›YÑÕM³f†§Û•v¦Ó8ÛwWK"œš ò·Ô¢[Ø0!PE~úZž:xÍë‡Ê|š×n ,Dy˜|S^û'äRHÑÀÙí¬´ÓJÖðŒú{A{#¶*ùÒ²"bû L{ßü…–¡üc_¥QÐl¾ŠÖ|@·úêQ@{U"øSòªDÐÍ"âz~€ì ÉᕸÅe]2©ÍƒÇª*ÊÕD BY…ä „¶Yδî\$ð×™heÐ˺΃‰]9ŽrÅù‚±Bëšá4¼k¯±®(ÈÓ¿·¥ÈÚ%Ìùr^z'j ‡s_ ƒOì!HÐTµb;8÷ªÒF ºðÆŒ†SXÓ€ŒoµLFU¶Ußü‡(ù½;©vˆ“µD ^Iê’çH P‰F6¤d8¡ô fK¼/6FÊQìBPø…îÖÎe›¤¦ì­šJ`wõLM¢¤Ñï“§Ý-ä«dn4²±Ó\1ŠPLÅÒGbé<(ª…|ƒS’/‹vœúaoá}`甌|I}-6J¨³Yj󑱨§‚­¸¾ë[ƒŸÊAô¦¯Ì!Ô5Å8K¿ßÄM’¬NÆÜþzîBZo…¥fgMERjOQ&à¶ù0œÞè³g•°ó^pïõê<îûWeRøj”¾0„¶ûn3zØÊÙ£¼œšŽè}2¸¾^],œ„Õœóp8{EžÜ|$3­wza`sxr,à;ƒ}ÞÑv;5r¢¸5Ù:&DeŽˆB¾øÈ þGå]„cC=ËLîþóí@ RF?v0·„ë÷¶õÀN%ÕÕÒ¶aáÊ÷¸&NáÕÝê§l]º_éRD—ŽèM ±wx[*.ï%ÿ+ã$J ºt·$üã3¹¢]OGÊ]Ür¬ÛœDï”—µi¨ÁοÕ3}ÕœœÔ‘æðÁ¯0”£É‰é—íˆ e]#œ"bœ¼[µEuÉ–%™ö­1ô&¥¡ÉS†Ò}êÞ¼³ î¤sŸ—;N2yßμŠz8vüÌ`Òw½¹µÝng¢ùÐÃÌ)“1KT}®.¨öÙEáËñ\/çÕ¼;:2è#é™Â%[´ö#ù¢öÛIºHÍ—ØöjôÝnT¯Š|g6ªØË‚ýÐ7¹û‘7˜|Ìxœ;ž ‘A¥šƒìÙWL'†úC|©éf,|‹ùî|=©}|àPµ9„ͼ¢pñFV¥p:®âœW­²‹UC`pÈ0ÌL40ì~oÒshñ¢ -òòíäßR9g“‡ÀáÉËJ&,:W%P„­c4Ï!Òº{ôþ`ûÃHÍ -j0SŒP KÖ¥A¤æõ?TÖ¿·§<_GφbùwÞ÷}xß¼PÐx+eÏu˜áɼ"iB„e´Ežs&D\‰ ‰:gê‘î©4¦AQ /°v§tVu%cHR%õË%—Bãõ¬s…f'â[¯à† -KŠW3'&·?Ë?ìo?¯óÓ A·/øRÕ’ŠÅã !¹qJcùÂÏU– -X÷ŒÃ^’úJ8F‡ÒƒwZÁ6òõîC¿À‚T=“.i07VÍA8\‡ÚÉN¨tVnNÒìd°³‡K˜±À44_–¬=Léˆ@œœ{b=)I(«$M„YÞTJC5zÒA5 4¶»C„VFº¢ÌVRs$wÐ~Èno! -Õ6Ô¥æá¯Mýt £¯_®²¥¨»OƒT/7”õÁ¼¢~ i½è¥ç»­7£ô_k‰E!AÎÐg;e‡ gp€|ñ!ˆU««åDÍ=“žéJ@ØAKQ¥÷Dacðåk0¦ç ¬rôQøJe0•œÀ¬ny._×|%³ Új­¿: ]‹^H—ïÀ{×Ö~Î4o¯0ì|PÜYU·Á+ÞB½àýaæ#¬e¼u'ÒÀ\š»HN±ÅüD]Ÿ-¤n…ÁjÄûÁ³[‚Ô,•†µ8ÏáXìß܇%êc4€Úy;ÈaAÝ\À)zöò)2}g40Áê#÷äí­j-ùSWöb´ž‹Cø¤>x¾ù%J8bp½ -hΙÕߪùƒÍ´)¾¡î‚³VŠJÆôÔZÀ²é†³j™“€ŸÓØq†>¿× mLœö}Ùù s«X¯ÅV¢Îp†È«¦2ð¡ kê7Ö§ç×™“jw_ãz›s1Wó«Ý– så1ÉŒ”h,)qDúq?¯µwF¥ ß~?\˜;•óÉ5rªN­|²ƒ)¾ùÆÑæR¶ge´'XÜ ‡‹>cgŸ'ûe (ôq¡qèuò“‘¹˜ -FÜ2°°ä·”dÑÛ`êrÈ,=®QÛÏ÷õÞ”$å ì5À¾àp¡c÷i«Ü#ú…©×}ȵz`jTÿÈÈÛdžn¡cû§xu$šûë”fÀ£ä½ÓåIYjFdôq„yÕaJté%Í€>•®©@åþæ`JãçC}V‹ˆã[J^ÒcâÍæ³#€]qN,Ô5|‰¸^r¡¥ä'Êz' Ž&¿ìÝýï[ry¼a@jxíŒ`HCDq”£¸ âê_½#v†¾âCiãd5åí™=j5½wš pQÓ„Q6»Ç@ ïÉOøÒŠXg€×!Û‡ª9¢oÎVcX`€L˜ªœl«×]KÞSr3鱿2%øy–æñ˜5 †&Ì´*nÉ1ãyF/ò6^Sàß,Û"‹Ü’¡nU7|¢ß϶¨_ •Ïvºñ×ÿ&\8õØ)›Ö9|`‚.<ÜX #+‹ÔÈQ˜ÄTÊ·†Ñ -knÿÁІþø—®ƒÔùD?`i¬uYRpõA”å"!fߎ» -%»A˜j–ûüÖ¯`)Ö~ïÒ¥¼jú$ïwñm`a¥iì£"€¦ÊðtÁQ7õ}Ajîb\_£áÑ÷¬¢øÅë:“ƒZ`AƸ_ z´A43,ä-ÁÍ÷ªVå^é[¨µ)‘I1¬£}L:˜‘,¦ÞkÀ5Ê?#ä~IJ¨HÎò1|2Ö íŽ×ìÄvÆd4'pšp $”Ž;W|§EKgÍÒ½½Â´íG¦ãšà(Y}õNªzv¾p -¦%Ažÿ‡S÷J_ÜwÒÎ -˰3ôïK;40H©wÀAgô¦m¥ â6ÓñØA®ñãògÆ¥ÖÝb¨ªë׋ËëQD1¿ýV¤§‘ô¤xØÏŒ;%+ \ôB~ [üÉ«2JÉ]Oô}ãÜJoŠb]e»~rºŽ;¡rp#"e€9^ñÇjO¾ÈqöÛÇ?”`êv•z¥c?4(­F¡{ÚÏ Ué§d@ûpž¡ë¿ŒñûK" -ÿÝ?ãRÿ¯>ПñšÏÿþà-/Sf SÍŸ€2öfà0ûïOP–Pz‹í‡(i€.Ñ ¥¯ÀëéCøÁôø`k†¤Z©û{nIu&ôº´p`5Pwg…N±»'uR; 6C;Ó»"óª;¨—%Ò C«·O¸×Å-ŽÚôHøÖH̓†ÞÐ÷Ü‚‘…øÜéY®c%Á1BÍܘšñåës9L$ -[Ç:ÊÆ:[àK{‡—.¬ D­ñà^„Ÿ¦©ÎKIÛãåi„;˜}Q”Žw$àx5¾Y® Næ°è¦â[&NR. 9#…4›¸œ{½JÞOjJ¡eD€Æ¯x!ßg&…•. ~p·BcBá’Á=ªE&B²pδV™/ZAFÄÒmÐM¨j¦çe݉uŠOFßoýœ!ë·>ú‰ZÆÏc!²¿øýZÖ>âI)ñÙ Z¢X‚™EÜpæhTk…˜ªÌ¬D,ýQŸ#¼|!)¯{ «ÚýuT9ˆj#®y¾É~ÜM‰ÀÖ -‡xûÀ×ñÕBÈ ˜‘×’Íu·;¦qQöðŸß-˜q ,ù ro°».nP`’øç>»»Ü5üœö~ØÅõq ð^çg€¹DIê®;èÅ»üq;¤ÂàîcxgŽ:8ñpºA˜Ü8Pœ3}DÑd‹ïÔ;wè#ì¼_^W*š½ñvEÕù`è^ýõA¾ØÐø6š~}ØõÝá„;_ÛÞ°÷µoÍ&þø YÈ3½ŽøÅ×QÒðá°…Îæl 7©æÏó²ýçž‹\¡\ƒÛ7 Ž3ÍQ'ªôW’°¿ÎDWýêç2àJ´}‘Ç;<ꉨ2£ #Ö¹YœàóužÍë>ðmçô‹ø«4&wè híÖø€C¸*Έç¸Qõ(Ðó¸î º‹D/šD*ª -šT‡ìËÓ‘p|#Ú‰8l™^cpD—øÏ¨¿ 9} C÷Õ2C_g¨ÏˆŸÍ¨ -rV{qaØ¡®B¨P*EðÕ£¨q½1 o¤ƒ‡¬G…g}RÌVïÀ)ËY8‹Æ3ŒpQzüÊ­EmÝus¯‘÷Á…3=ðë>âYGyâ.{Ç4BJ]r7œ~`›±Q=—¤í¾?0îJÇ g -~Ý%3€ýØî ±+ó IYö–Må¤È‹«·äƒôÍ ]a3ÿ'ãmý ñ/ ¡¾"# ìªäû¸vˆLˆ*iTv×#~F¤Uõþ÷ÚÕ:Ž•¡Í,5è¡¢é–OxÎ=ÎKutB#Ôl½DöR_ñ¢ljj«7“ü °£hšxñ;¢õÃ>Œ}™Î²þlö/f²lvñ¯¢ï‹†°AÏBîÆõK‚þðCþöçß‹ßÿ‚ï¢,ånõ÷‰Yc¤$÷úÞR€A7|$‰öÓw@n‘õcu›,ÆwCÆåspI-¸$uuAܪ±ÎFW ² ”þ ÄHí±s4pi o¢<=LôÑgxž%ZêXTéƒÅb’ÛÎ1.í'3Çz‡º†54L»½ÂwžCÒ -ó±®h1Ä­gVdø‰.§ؽ<4»×ß#ÒHªgbZ®cõÏã D¥È}ÏrG±Ab=¢mÍþe´:öcŒ<=U-î6ÌË 9ÌšÎÁÅâ¨ç샨X³ßí£¹.\GÍž·ö Oâ™3Eÿ‡—|DÁHS"ÊWÏ·ž¦¡™Ö©²#fp꘩YV¨[)ÐÁÃq˦•,¾49ŠqµPºÐ×y¾üµFV!feJ>½JFÏ—#"Ôψ¿=sÕm.˜$å‡(e^aVSÀü÷nËNjþ^·ú—Ùׇ»$@¿lçGÄG ?™™&üad#œ<Íe”¾&äÿ&ÚL¥Xì½'˜‘=ÜQÕ!4(þ›UBÛÈäDgdVª j=S¯ˆ¿øMîÛ”XÑVT…þOûÕußÉ Q;=ôÕ,qíE×ê:g²GìŽ2sQ ê`ßèËÆ–WŽr žó'[hît´Îo?ìg³Ï $ÅÓà‰¥šßx"$­æ¢Jþß"ò¸ÓìÂ¥+Ì÷ã~°óÔô“r>è°ë〶t€â~iÿ}FYÃH©b6Séò½æÏ cœ˜’ïŽå‰;EÉ„¢˜s” -ç^T_+áîš‚Ïq¿áÈ­jÇ Xù¸‚ k}b{0q!0À8³¢éõ -Ó%d¹eç÷Àš­Ô^ ƒ°,*æó1LKÚõz¡"âºâöÐÈæ4E½õþËÈ(c¿ -'´F»½Ð¨¢Y÷ÄBòN…Š¥5Â<3žNÝê±9á<6ÓTO¥"|¿A$ O”ÏÄÑáž[ä°pfréžU_4@žÙóü‹ÙÑ_²,¢²QA¨Ï«FÌí -j¯Üv½Ÿ>nà¢G -昗é‹+EÊÉ|„^IÓ™i!¨ËÄúni;­.P¼ÚÉÁ°žÇ¾X¡i¢Üòz”/õæ=Þ·SCÎÔm%³ 'ÂBˆhñí¥""T×^'Í–Y˜D¤ ÉŸsü;4åÙί1µ¨ê€ã±ÜÀÎ䟲¤÷ºÆz±?_¦¶ŒÈ8Š,ð¯º3ÙÆ˜ÎÅä:þ‰¨‰–˜VÉKÆ>nQ«¨‰4O‰È#»ÿBs%Îdµ/ ¾"hbÛ@mßH¼Æ¤¹€Dáý£N5çÖH N÷ kØ—uœ—u”ψœ`Æ«l~Fi@fU9Æû)ýgÿ¿¥½/23×Òkï 마Ø®0™W)ì3 -ôwE‹4²¢HSIX'!Ù0At)e(î]ýŒúáy Í—%©2ôÇqz‹÷$|Ó±þðAXºÉžØ;sÜ|XðqÙûñ–2Žåú:íÌÙ.zc(ÞqÀ€æ3â}åª_KŸ¢hiºcн4ƒÑ27Øаš*1©YµüjF #ÊV.Q›{ËZót¾¨[—ðe\l…¯¥—,Þ©ˆ5¦a½~Fä·êÁéÂ[æÇy@ñrVBß4ª_I£À®"Q!Žd¿1V?­Äd¯*Ï+ÚK”EÓŽŒ,bvA:Tù ‚èÞ5·:b¨‰²ÿ£&:îó§vÓn°Ûõë:ÖuºÓ3ÇßÃe¨×…â†_…ŽöC¦–íþä«dîRŽÔemÃhÒ­W¹±ghÒ¯³$!±ïí©‚#×Ië ¹Î"äàN’¼o‰ >ü;¥XÖCFÔ±êW"èªÃ(áz¾G)Üìqï;½ôˆ‡É™ë§ˆjA§îÝO>¢:»ƒmc›*ð«àFк²M„#-ò¿|“{JÞÆ€6ú€÷MMúK¸s¼iB½3QzÂUÇŽQшHÎÓ4 @¸·kÙ†òFO„“5ö¬œˆ *èQ(b[¨[h–~§ÿË›SÇ›¥î\·åRдRÜQl³7G•á}sކpú&;(o6!iSOŽØBó€à1xÀd:35¹ƒiå—Þ†ýfTKTÕø1/  Œ¹É[ì|D)9:"9ZJºï^|wS°ó©=(˽ µÈ–þ`èã£]•å…›üG ^÷#]¤$¨Z2Å+¶/`ËJ,·Ab Õ’3©ÁéX2¿~?«t4R¾õ·e22 ÜÿÐPMÁ„Ê4_Yúx P^í9š»í3âoßÞm¡r“çÿpœg½Œ^$=WjZÐ÷ ~‘…|Dü¸s~b RÔo—¦sûs¬P*Z25ŒP¨ pV—ÖÃÏ•ÏÉIž‡ƒÌ³æ÷3ëÈ7¢§@¨AÔYÓ)Äû*mSº -ÄÀ»†ô-…Gâé('êD; yÚzE²BëH†’к®a¡}|ðO§á”٠ïÿðçMQjÙk…v§îANØ¥t£Œêu¡c&Ù½§ö׺ɨv¢ú ¢ßƒ^8c‹~½]¶×ðDÌá–wZý ÁkX‡¼Ý:RÉ0§2EaG_aGKê ¢ÉUBê$ñ¼¶.‰»¢„ÓA“(ô4XÑÑëzϤLÕkGñ¯˜6æÇdøÏÁT²µ_ñ~­¨˜â±½Þƒ½jãpZYý´ž¾´¶–q¦ƒ‡G€ßaèsÚÝû‘©1ÜgÖw±O²jZ®è á¦ý.ãH+æ;÷›5ô…°Š³ÑŽ CÏaÈ2öa®’ÅÆ•5O¾°bWý:¾Ëö…¤øŒ×fÐt‹Ý¬ŠPøŒ4âvPtG͆h¨ ÁW2)[ÚÛ¾kÌ=¯}›‚I¥d-z£±‹×ý33©´È½·d„Çå^y[p<‹ÉYñòDĤÂ-iÑjvQ°wžá­6;ëö”žŸ"ö0,Fo~ p®øFÅlqœ†5B¬åpä¢óÞ$Z)æÀã~¥æ´šÜï`Àætž‘ça‹¯iP;š8´§Üµ•hûvì{èŸê”Eê5TåÞŸœnØ$léòÌ(Ý{½– ­d‚¸ƒZÐD”¼]žK(x+ñ|. hlò¶,¬ä¢çß«ÈÊŽwEãd/êU¬‹a"0f2Ï+ÍãÂuå2#EXGL'9F4xæ£m8}¾Âû5TmÜc•ƒ± -¢ï”K2·Žc׊š@Èé¦ Í‘R´vÍÿh{ÈÄ8pÃòEËÚQê­Pд*V•¯Û#Cfÿ´·ªä¬j,s{}աͶöc{·¤ní¯ó6<ý´NIaÞ -…ÜGâ­AD{çµÇk‡Å¹Í}EC>§y96«£çß=pFµNv‰ ûüü *E’ š]yßÚÅî}¿ÝŸcÉBfØ¤Š¾\ƒ?wZN8PߺŽŒ§±ÿTU‹”I¡£›<°ÅN3]3º@‰¸ñZÏk„Ê3‚pÖ²•ðý81æô&£jû[úB*ÏË~ü)b¥!µ—Ò«ßxŠþ$joÇö«M . NÜž¦Þ/«zp9²K–ÌZÁí_¼(µL_óúÃí ŒÜ6•t±¬A­œ¡ù“\ï¬ê¾Í¸îã8Hëi…+^¾Èî'‘¡µVè“‚öáæe;çù«—a.ˆ“æj+™œ‰ª>YnØV¤Àƒœ»Æ×õº×Ð[|äUÞ‡­Í:„+oÎþ\"©q†’æ°Š¾Ésˆ­‘ŸþpÅ?þœªéÒ¾†Åy›Ÿ<ìS2ß÷ïíȽåU˜ù%æžudbnúœ í¹PKû®Ïi*¶°ßq°û·ÁêB (ñCT@UP£À®J¬¨ÆT2بKÒT(ÈZµsa7|Ø8˜¬ t„Mo‘wíŠu”(+èUûø‡øÏ†÷GÄXq4¢kýB–Õf¢Ž™+èÝþ.ŠGQóÝÛÛŒ¦¬ d,ó>°–¸g]×éjýµý…^>_‰{&îJȤ‡r¥1( ¹‰hÒU8Î -®Bä<#"à -•‚õ‡\ ›éƒïZZ'ç(Aà<¤Ì˜^ífÌøŠÀgeY¹…â`ÎÕãìx{¢õ.pò,uJV,~z£îH|×à¾/†Š¿>¸º†Áy‘óoR™èó Í)æ½ ­^ï%X±&wQ þNó-“²c~FdS¹cU´µøá0Èü(3Õ¦P©´âи$/A*ñš¯V·¨un°—Äi2¤'Š}Náu¿n,wÜXX}¿G|-¸ŒCpúòqØ­ N¥ŸÖðË¢#9Z|+µƒÐñº—ó»ï2Œß}ß«s&ô¤n£xEXîþ¯†äu*˜TŒãžé˜Pñ¹k){Ï_'pSÎŒŒ(]=m ¯G # -($FÈÖS9!— Åã òK& ÃþÿëIöœ3i9üH¦Ëذ -ƒ¡×7"ÞñO>PʳÞÝa$mÆÐ,j“3êߌÏKŒÓ˜~ðN˜^ìûÖ¯u€!ñ¢*ð„?#òP¥Ç?%†ÅNU¦ÝEúOßžûˆ„ààªöòažv€ó°F1ÂöÈæR¨ƒÙù} äø©QKGZ#hWŸ ÀÙÙiÐ$ƒ¡•@K÷^fÓ¿[Þ.F%ê¡# ¶úDV¾±yÇ‹6VØþPª›!ɱ¸²GMïö}T÷žèXŒW~8Î<²I¾´½dïq;´:úˆ(/‘¢÷ž|F]‘bÆ•P,Í<ªT0®•»Ž»/ð†ÄßI–ãV°³;ˆytŽôP3ÎÇÿ?ko·#=’W_Áwu(û Í`ü0xh7 C€ ߉­£†0’¶FÇ|÷޵ž`V¿•5Ó` õ »¸“d2ƒ;ö~~AF¶¼çãcêyÈ’ÄÄÌZQƒØ£§BDªT’Â'C¼öÓ¾-ætäçs{, ϾXs¥tq2!¬mÛ$´’*èL?O\¿u‡Cæc»(ËÇ„ç,)nˆy–QÀ¥d=Ëw ²† -¸¼ï/,é—¨¾ízS›¼?hI°Í*c{<ðNÁxîˆYúõ'Ö“ì¡Ø àØûiêfÒìT¥µHÅâ_¬¢´M3½ØªNËþ}!ö>2-Õëuj„BM¢(gÿ;Ÿ;ná´½³b˜Ä6ì¶/|g~!…£kƒ½q)ýucKfûMuàWÅ"N„-t«¸Ö;W­g3Ї‹¡Ê§«°ð゜æñ¹I‚ǧðäܤSÞÉKzD ²ÓÌ玸¡vÔ×e4)çר5+éÞÐPP)²Ä£ïÔœt†1P”‹F÷ó´ö›¼½«”°} z| ®G?t+a­oQ”|=K`dtØê™ ’ºDuwû-÷¦&P݈f?lPÕPR³_5\¹/ȆI]­&Ñ¢G â®ï@}ÆÝ¦fƒ¨]tµ·uË®7›°–ýÈSk2q]k~;û{8™tÀ°H°ëJ<íªëB§Žzñ`”R]øúqÊÕqØZømb+€+­áËq”mUß‚rò/1¬ß=µõ¶©Øì -€p¬xNt•W\·`yÔm„Õc~‡½L=Dࢻ‹ïÈ}QW0ç%ö„—†L‰j½ª®¨*Ôãã·QuI Ÿ„ú?Jªÿ3OvàrßM—÷_þ~ýËøø«óñßÿÛ¿Xùøwÿá÷¿ÿŸõïÿú¿þÝþðÿòO¿üõÿþå?ÿÝ?þÓ/?ÿþŸÿï/¿ÿ¿üÇ¿ÿÇ?ü§ùýÿùç.z¿ÎüœþÿÂÿ®¡µnr¬fnöŽÿ¬æ<µK7&¨3¢÷£tø×ƒÊ§qŒëceÍèÇ~­úÎæØVªâï -¯6gÅÛ•=Jlþœ éE¹‘ŠwQÚc—ÛºÆ4‚?T¹¿,Qüö5ŸØúQ·ò§þEáiHÙ”Oo6w»ˆÕ Ø­Tj9p¡[çÖüD››qAñ°³‚Mê|5uî>PÈpŽüª÷tÙ ILÔT·¹{Pt „k@øžÂ[Ùœ”ÁÌ¡¨ýˆ7û´Ø¥|ÐIÒ»et™\×£9fM}ÝT¤ø®ßOw·RF?wd›‡Rð:z6kYö„êM»â~j †Coy´|H0',øžå+LÊFéO¹ "2µÕu{l gÁT_— ³%÷Ö":Û†SÈf ¸Òý3>ß?:ä®W]ðëùÏÌ‹£ûOêí·l܃ȽáêߟNü›Ø`NÖ’m2ð:ØR‹eC†ÀQQš,¾u˜* ÑÚõÖ+úþ½ý=Ø#PÕß|Æõ§Ç¨¥ºàbÝô'~áŸE2H6JAãýTÄnƒðT~ùv|û¡Ú¢å{¥! —1t¦¢K#È‹T yfÃ6ľQÞÆ—O ¬'àïìÉ ]oý¯Å“`€ ŠŸE$¨’û©Ú]€*…fçøÕà€XKžrÏsþÈHdè Ñ‘-qú%­(:4|Ii¾üÝ×X"Éx;v¶šNåE³ãû1që·Ò»ã™‹x©¼¤‘0¯RÃÙšÊx¼²ìÛžcÄËÓq]ï9™¹vdV¨8 4ø‰–s‘P<Ø\‰ û#?•ÉglµÓ^H6?pS;òDwù;imF5ýš;-÷*=„M¨…¾q€B¶<¼¹QgÊptê¾Io„³ÿ¹©\žJÙݺU€ŠQÜaAtb×¼Ù¤ß!#ßßp:qle¼šâ„LÌ{tñ_«ŠC -«d9ÒØ¾n_ÃáAJÑû•\Oìv¨¾üÑ5òIN™^ãå§x&œŠ½×PýÅNƒüwI-˜DQØDz(šrõq®„G¼r÷®ÈÐZòÖïè4‰mµÓX¿üo½#??¯TÝ:àkûqœ n¯Œ®wà~›ÐÜ'»h}÷èqQ¼¥$®ÁÓ8êñ à—„I°5ˆª´bøûà™vÚ {Yæ Œä™û4h=@ƒTÍ&À]ô`ÜÔ¾#Ú0‚"üz!lÉx~š"œîOy âÆXƒH_FxŽ6òà“1÷W›t–IÝåHݦ-ú«\ìêÞ#\ÓE–ñ~p ¬¯tÚŒ”@`GÖ@?‘‚*(dZí]ÝãwD³vÍÖˆÁ‡`øwW(Vý5>F•2äŸiàòç¾áP&]â ÏA^> -=d® ÁƒïzIøûʶrg¬4l>º½¨"”¹òOwW;5¾0¨òZ݇Øå˜ >ÍÓ‹E§gC¿ ûÿü¸pž8v)R³£¡ŠÇ¯¨Šg]GN÷<7\—W½Ec{€Á6Ä & ù×Û¿š6çûA,´§%î’dÇ.´^h4=èõ·®öÏáŽL‘jéT+ñ”„L¬‡j9³t®íÝ}ífÌ s³í²TsoÃö¯=αÑãFiýòpÎÓÚ2Õï][Xíµ¸ÀÆ …ª•§jª}`+Çj~h}Ö+×Ìe€(ËËê4Ø£šÄÆAS6¦?Øí*ñó8ìâ+¶^Ö×y¬à^!ìdãóàÁÒ–ž"71ê»bÕ•Ñ‚*ŽŠ3_ø&Ø}õý {C¶§Èª—Ý2‹¿þŽz$ä*Ô#ÛFû~„EC5¾‡F÷¥Ôm|êò ª~Üj€Z2¯xì4À,ÛãZ1¶=§ýC¬Á°Vµ‡³½ÿBª¸Ì¸ãåÉá›±Y±Ef)-‰8ïùRF_[&\/ -b²M×{L‘2ÊnÖÁF\å¼Òÿ—;„ív|ë |2©x%ˆM l³Ð´²l¬ÔæÊ&Óî¹åÉzõ3Š!‡] ‡,5…Ý5mE‡›]’ß‹¨ÇU¬Ö ø1Èc.£N%Y``¬“ˆpEP×L„oÿ9ݤqû£@S‡7M•ƒê£m{…H~å]¬yØOO2õ0ÙrŸÚT#0ïH]NÊßÕ½\¤Äk©Ly+ÔWmZ­}- ;§PU¯T¸étÞ¿½4?y±g òX‰q° ˜W*´ФY”:´2¬²ØlºÓ9œª-Y›-¥™.®(cu­*‡ê÷åÑ‘EOðÎR-¿¬š©§Úº2|ì˜0’NW¼Çu€ ZnŽ BƒY¶Å3tøû%6Ü&ÉD; ²A þ˜(–óµê»ù°PÀpÁX?#ès"ÚPAYòÓ“;¾*–†¦ÜÓŠk±/°€ :ÖY[XI,*”Æ Ï×+UÉÅtbÆñ;µ+Ë£ÒÖ×»Ãà¾SŽ"=«×s¥ˆu’Bä¾&ã©¥§yÅPe{[%­îêow¡,ßýnö/hÖ‡ìAùø²Él.?B*ý]‹jÏ#t¯]J¾$âΪå”O€W¾R–ÖÜ_ dÿ¼N”’t;'·½"Y¥HÕëËVÛh LzúHñZ\7¨œÚ~ÇõSQÉã•yŸL0×ûtóæòã`‘©+”„árãó›Ëj×ëùÿx™¦Ššu(RÎCÆ9F*àšz`¶À <Ò‰êBFÇ{„Ã,!ó@ï¯õ»ó\-PËTNuEtñ¦:LÍÜ“²MÃ_á@ÎÚ‹êÇÒokxn•­¸í«coXÖ—ŽõÁ "¶²lð^š·ò^Â9¨ßD¤þpÇ1°bÙìK¿mfQ r œžoMœ×Îæ¼¾‰øŠó|×QJ£è݈;ÜSSÖw’éÔ£©ïRfbÁ7€ií­ë=_üF¨û$Ãn‡l¿¯gY™ýá¬=7Xù’Jüú;½-á%ìmÂë xß™£ÑY.×>{G,ðªÛIzq’f³oÖÓÑðMÄ3¸ìÔ¯Á|ñ›óL…â]Ön5Ê⤿9…!!î¼6.lt𱱙Π°¥ bªéº5E„ ùŠCNó<¾Å+¢l×ÙØãâ!Ìü8·5JGtŠïŠŽAßZ ûž io -õÚz kWô^»çÉLŒäìe‡-u¶2„3W2“·È½¿R¤©•\©ÅJ»×ÆZ›y£Ð|'•a»=kÜ´zå}ËþáÊP–k)«”¼Ó‚ñ¿dH £|ÿ0Œ|½ÖÃÆWÛÔ)~«Fnÿ.âˆß!Pˆ¹ßÁ· /Xž‚ã՗¶8pœ4áè@ø–ʲ£»rÍóëñ<«™ý-3˜.Ø_ÎÁá`µŠ‡â汆:ÛÛo"®ôA€Z\Ïoò…Ž¥ð¥•GÜ#wki]ß[2ﮬËnQ»8Û·Ï›˜RÔ<è1óñ¾EüÆöãØþÍŸÙÔœr*ðMzjj_£Žmg‚Ìp±V4ö¨c»>««‡Ú(Œñ° h“¾È*è|ó)r •VoH§mgV}gVª÷ö áŸk -Ç“$lëA¶æ"F’o"¢b¤L™†ˆ•]6#òÓD>5‰,ê⦭eŸƒbˆ½fØWœŠýV_ÌL>Õo³Uß‹š5§†Ší+æüáŠw†úO§‡ê>ù7j²$¦ ]Ò4·tá¡i1Í£nÀÖ¢£:¦1²£ù0Þ#’84ß7ï»YC)úA,ÈTÑÎñMÄ×äàÉA¿Dµ¨·uÌjGò4ª eî½æã–`çéA| ¿âÜN3«ç—€Ë±ó®5çe¾Äz¢¿5š£ó( zÇj5þû&£UIæ¡d{õú”5¢k×ˆÎ‹Ô §•¶²†n÷ö®TIuÕHÞ_àÞ¿@Íù,ƒkWø¨)‰Ðu7Ñ´ç·¶úÙÙÿÍLØÁ𮵺ú{ÐH(t^°Ìß"€z˜G4”ª1·¨k¸>4«5Ç,?ð|™ºFîí‡@&ëëÀk´‚W Çý9(òõÊݸ¦èÛfêjÖQ×ãéwN}M“J•^ÞUØöÑÊ`€eñm·§[³ ÓfÊ~¨d•¦{„÷Öuá(ï¿{š2§‚Áå„)ù~žŠsäàõ¡¨è<îÏ eû.â»uî-H6­:;ë;Bp¤:6ÔÓ¹U×G%NI+(ÈÄq x²¢œzhVk^´GåÃkÇS•îž]ß±ÞÒVXƒÖyêˆYÀzƾ»!ùHjJïÃÂu¿lÀqÅn<Õ¼g—W(£ÚÃö¡'E€^TlÖ¶÷AÙé9`GR_©5U_`©?hš`Ò.šg› çFt’·&ñ¡Ñ=%ÿv=-ÀˆHpŸû@@œç@}PS*&yÏé*ÆÉÚ2€®mpRo?UíLr ”µõ«¬QÅ8(œiGµ-Üæé×.>0‡·ïúnP<¯­>Š0ŒÌKél…°ýð¼wëZ˜Ž{P9Ö¯Žu¶F”Âñ±&{ŠÃæI.¦\Ýz˜RðwXò ÇxÑ×1f<¦4ºüûÐGGG- 'ûJU÷Òzq>rƒÃ=yõ }E [þùÈŸ#Q}„Â=Y6GwXÕ´í®]=c#)'©íwšž"ùì -?ÃÖUÕüZ[˵„®Ùt¥×M¦+JEr1˜¾iå­;êUÅì[€›'€;fÜ YL>ÌìBhßÞ›ô:xQ0‚ { fø!ËöŒ …p¼è -!¤hkcuWìºOx-kS?QiJ”³›ÒÁéÃ{þõ"­¥o­–G‰:ôEà -É ƒ‰’ÂàºJæl°ÅÇ¡€žÖ´3žÜX¶Wl[ÇVúÁT=í£‡÷}‰ ãÜÒ"¤Ë¢oóz}úµ\F ÖÚž›rI”ÊgŒÛö'’â@â•çß«ÄÕžÞŸàUâG kÃè_çd|ç´5æˆëimÅ™&d7”Vx -3íLx -uDLÀîÓÉVšˆ’þIÍhŸª=°/`ãïƒÐ»;²ÍOY#¢¨¤rÍâüºe¤…—öq¿!_ÆF\S¨}@í¯ƒqEƒ ~k¨RD„ZÖVΘï¬Ñ’n¶0Ù·2§0ù5"?,GdN,îÜßœ‡’ž¾Óc‹Y·mûIÑë»È­5¦Æ©ô=Š&µêjWÝï™´–&‹Êl¹nz#åé1Wª06»ÎÙ¯P?¾>Ÿ»u¼ œ¢GòüŒäùÄ«œˆ +æÆRÔ§Êæ8lŽ«ñÆa½e‘Oذ‚\ÅWPÕÓ›qýX_ -ø¦A&Óˆ)ôŠêåÌ…,V!wLd+â›BD”Å'…¦¾ÞÔç}PZo ŒÑZ„üšgæ¥D!×nò¬7hïùE¾f+oçÅÞóR»-ä[Ú? -|ð·oÛÐúõª~švÌ•Dw!7<ö o!¹ÍèçÚ°®5"ÑÌÞÇýð» "²?ÖbyÔoΠ„ô8 -h,uóäv®ßpˆzì©Þc9¯ïÍï|t'€º’Іv‹.@*·òÌ+8†o"TR¬[Iq›b¼GÑP²WnTÈï)Ã`¢Yüzq®-wÛ¢f‹¨ïþׄã¸g_$½öÜ¢Î0ÇÙµ ´ÚC¡8œž\"›{Q·x´ØXúÖ¾`Õ½äu¥¬…+k¬­<ï_ˆAžG¶Ö…õ]‰ ¡8ÕážÁ+±…\P÷1•Miçí—£‡?H{wDEo-¨SëFóøšº³¸@ ö¬)ñR=y}¿‰8g8<ˆ¶ŸÏ7z‹`«N•)Ëtš­JzÊVF«Jð,e‹¡'±úkÄïv>$]‡ìŸzÍ[Ô]íy(*¦ôµ¢uºçïz‘?Ýïü¥U( í¥]%¿Ñv V”WôƒCRÁE†Þî·€×, Cápÿ¿œµ´¬iSµ¾k)û܃ØÖa[C ù~ˆ-ñq•%Ê™ã4»…nìC膌Ô/thHìØüeë‘\ÒðâÇÉì6ŽýyæDñƒ^»ñ£`ŽDÔx÷ n¸Vö0”vÙP¸q.'Â~.—Ê9mDÎÑ gÙ3=œÒ/ïv$­+ø‰‘†¦ ¤ú…ÂÅ$W<Þ•%_äco …}.T#Û³Z|R¥©‚=4Þ;¥ƒî­Á^˜¡jÝv¥ëû—è¢óýà”^½ìǦ´î¨4Š?©qì!>"ß_™|kÒÊÞN¨ª>¸Céü‹¾2i[sw•äR>ŒrLN --ƒ5ðh¹;ïW¸øk‚ÔÅè{û»º#¸ž¯Ç:]â#3m9"ÈEÿóï#cñð2Éc-dG#÷ÞBn ”Óœ¢zÆ×•˜Þz¶/Eû¦Í -Âøb×~Û–ïš'´5^_¼_áh’ñHôº÷4Ý#1Ð'²àjvQ‹D1Ñë“\ש˜Ò("!&¤¿ÝÝBE¶¨-xô/ðt¡IŠ’Rø.øöðf§ëwÌWilá~=Rö‘ý4ØeŒNß?®»/ LÅE*ìÆÎz4Ð`¿‰@Æšž#Íà‡ìúÔ"ˆEK5ÔèÙ¯9û -ÓßÔª­SHø:·S‹†î¶‘‘3Íëq©Og>çé":À¦¤ÆØ2ZZÎq ýiØÔ°’ÑøÎÿ+Ðý~Íò³°\ô¼Äm îÕë»ózÃÁ ‹(AD±|«Ç¾I¹Ï;j€XªQÌDH/+¨-ö¼wyð´Ókf“ô±mx²Z tì–` xùi#€'¬*¡™’ñPpQþŒêsÍ[1S2Ä~ºlU=Åd¸÷cƒÐŒjQîsÒZ;tÒEé(¡®wk¤x±…B—5ˈ!¦èÞ7YÇç,½oñøD…¤³Öªžó*fôJ”ixøw}åîFR|ãA\»DÒ1ð²vÆKP«v’f9×°‹¬oFWÀ ý áÑ{ѪÎìm{KÚœ2WÃq°Ýßäâêñ. PmÇ «DÄÚÇšª¦Ð@;ª”¿¨@RÙ2W×݇îü–Ë“*äÉd_óåં[ydTËfRËu6ÄY$í¼2Uj\Ce‘ä‰êÆóÚŠWô¥£ §÷xàm\N #ð5 íô‰ÛMWݶp 0¬ë³Yw¹N<–5vbr[ABctŽ ³—º¹·.`j¦ˆ†C;P#X¸À“ Q¤ÌD‘ý]ŒpØ© -M½7![N>½Pt4u zjÙ¾Æ?UÞ~…‘‰èÙ+*ò0ÌX¬= §ƒÒê‘ί¦ôjDp½ … p®1²ÒІYosýéá¾ze+®Êqáë‘5A*¶]){‹²4 DYp(àÛIQ@ò^\¬¸)ËÃ.Ï*¶èT”óyMI^l¸RÅ–# ›ÔkÖGÒ?)ÝbZyžgî¢ }»¹”š&Õ}éÂl‡g6:!{R¼oµ* -ŒË5ÿYž¾úd"sZóH ½ ó¹“ÀÙb;¹Râ3êtÕ•ßOJF=unÆJ1Ó=›ê@_m¿¶ÛÈ6:14³VÏÁ©3ÂìºFWÚwØ– -œt«yÉRšÆ¡ìŠ8¶F_ðú%Óñs¥¬ƒ©²E:ÆLòµ¯$Ôl§ÈɸÃvkÒÊr¥HñÞA‹ÀþÙòN¦ANu´|#‰<7à¥ÀµŒØîtrGºÏõ ¢™Õݲuxl ÐpVlPðåú• ²eÏ6’Û±iQIg€ Ô€¾¹i²´M~‡+.OSyêvœYòÞq´wâJÒÍ#œ^šû >£„Ê­¯Dç³<–Ó•õ3,w¥ ‡+f"à‘à`Ô¶ãTØX~ÜOæ[9Ÿö;TpN0‘f*9r Ãé÷ätûtðVDŸ¤™ Á‰Øn-\ð«ô±blÆà }èbæ,¹c²§2p‹ E;0=®¿ý¢üü|9Gdm­bÂþ褸ó¿rl\ö‘J=§’±—…¤V£ôé*³€Áæ@óOmýD/D¤§¸ÃAé¾§¶ê§Ÿ»)*PGlôMd._é©êFéA‡Q~:17Žé¤‰ÞäÚ£¤ÑMûpW¹S˜Œ×êJ>ëVO™AÊl‘Æ3"·UΪËZæ!{wªp=“C¢LØþ'c:©„Aà„ÌO M%Šë]3¬Õ²{ÀºÐ`îÔ‡´d©?híwOwsQ”Q`âN\Ñ-˜Ê›æ¿l¢^´IíHx|NÇÎ(X?Õb$O,¤“­fûƸ«fñ†hsâ}îÒ^«)ä®7bÐGˆÍѯ µ. [i<¬K³¬(W¾Ÿ°ùíîËŒl =•òõ±.®zzz k¨ØöhA8—ŽûïiÉNJÁ…*TÏÊë„X¨ÅÝOϬ„yx1™_ij\ä^%h¥=€x]ÈÞîVPä¢0иˆù±ÞäC›Î¶½åÖFk<‰À£bÅ]x]L˜¯µxñÇN"ÀTÖ‡PþøœÐ¢[åܵ¦ž50G¶¢ÓX8O»÷ˆ`)=-@ÉFu}Nè­WÏcïµüsoU£¤8¨ãx|ïamd+Ý^g‰†‰· v•äŠX](»vàÛÔ8€îoX €\µ‰óÎ=Û”)÷€DýáéìxžOO†Â'ëg÷¾;K}+G8ö{ÔÜTEôü±Ú¦ˆý0XÐ?´;ù`ÞÑRô+ñÃ#K¥,¹/:•Öšúh(ЅɧÒ}ÿ¬èg U½)6ªk*àSãØêŸ©‘v¢‹°";veŒíѬ`k4#¸êç`>4µ9:6›{((1´ˆ\x@"âµÛçlð J´=’lCb_ä¢ÏrcׯÎHj©¢¾ÌºÅ’ü‚P!'ÅDG+‡Öo+ýšo¹ TDôL)KSÍÒ•Ü~¸ìÉ·§©Í¸^ê'ÇÃÁ/ÿöް=°whü¨¾I'Ù-…Uµ¾ëÅu¬62Wª:+%h¼üL lh²uÐáÇ)N}måÐX s–1s¨mPϤ*JksïÒO~àZÿîÙRÈI›µ#ÀT @>@¬Î+PQLÜI÷×ÜØŸ§A×t¦YãV©Á¶]o.õ¶ÃfPsT³œ ®0 kDéC´î§²¡qÞXk”BĤø†œ÷ú¹Mh™L5ñëVh¤©üTt3FEbÝøS£2¥›Ó¡êZ}\WÈ¡Ž4+Ûú}v%Œv]tê·MC_©º”\HïºÉ–~5c¹E>”‹Þ ½_óľ%R’~½ÃÚQ8µÄÏQBüÜÆöCtMÆTeî­v !S ȼIóÉ;fÔl›Ï˜ üË­ùêD¼éQZ‡>E0Þqnd3‹s#…§©¼E·´Èû<Ï-[B.ÌËÆwѳsW92 Q·€¼Œý©i?¯¬ P§›}„ä ¯·°ï<œ{DÀ|K;ëð aç€ú1+áÖfžÑVQ™o}b>[—5AìdT¸hB¼g7¬ p¸ÆNÁ3›p$\Ò÷hS>™…0P¡5"BQïZ@(ºbrnõ|8Ÿ -«¨_¶‰ôú…ë#.Uí½DsÿÒêÓ™ZÏÙì£8 ÇÆUÝ„ÆfÔÅ.ätsK–ÍûnÝš-Ÿ:Ý ÛòÝ9 f;Ép™ƒÓ>ž³51ú¡W/UÁî­WýTâ¦o -’“±”| Fë¾ÏùØWM\°’"ÉͰL®9,}³0S;Eh¾ÖÔyå'`5®eá`¯}Á3¯±¥8TùPþ¨‘O™¿ö°+…‚Šm4\@Z޼ոAí†Ï0:ÛÛW…œÒ{Z“æéä˜eïBSW•x-ÔÙ×]KJÝ’z*¶ÒDôÆr#}-†I“™¶\wªóõÒkŽ÷>Lkå­›£ÓHä'Ó$ž×›JPÑA¢ÂÄ$F ¥®ç5ï=[@~eãR± ®ŸŒ7È*%Œ_¹:øÀ¿^ï“;S¹Žñ#Š]³ªfvkd;v@ ­®H*>j#;h;§ ;Ùár °×·šâ²Ý•‡Žd;£ZšÚÛÁ1[6<‘@¦;þpîxîmƒYdѬ_z=©Ý;~a×J ÛGZžÂy*×Çô,#؉æ¼‹Š‡"+öÜ_ÆÕ¸Ò\#sR’σø.JËèCÂæ>¤!™K׎ àDŸ €ÃÃKExùPQ±mõÍ]]‰!€×Îl‘$´QI” -zeƒ@Æè[œ?måV6ðÌ\ÈFåI_n‰Rž z¯=4¤·fÎh±¨ìCÑMÅæñ*.j ÈKžšWgdù^Ìâõ;û:$|ÐHï•1qù‡¼YÍŽG2ÁõX´ß%u¿EêÙV%+W„…z 8eÙª…ÝdzEigA¶kçWM²%<º¨HK!qa!—IÒs+,HuX£ÒâNÿ*™Ù#†k-Uù”Û RË0ÂwÝu;¿®q ÏfÄÔpù"µ!iaE³ÔS¢PZjlïñŽod“3ÝEÐéM¢Ø€5 -@ÞÚüQX(r ¯)sÀšKG>ì7lGüYG‹(•œ2™h…tcåÞ ë{ö(nFŸjñÚ®¸ã« -ªµÕ -D‘€s`Pj+u¡{AíékÚA‚J‚;3¯ÑCý Ô%‚WÄv¬" 6«ÏØìéäК9^ -e+ >‰ßì‘}Fù„Á-Ôjn Ðu2”s~–ïG€Å«<‚ÃóH?hn}¶§?Ø£ó½VjRôìÈ\Ì#]¡õç1æþ 6¾s<­l6DPn‰“)¨w@Šú‚ÙLR¦ã‚YURã}°†^qyL€ýY4Az5ÕëÇ+"HÚëµ­dxý™Y91–Çvh°å"Óó86˜Ê?ˆ4^´ ZÊÊ^ô¤-ÅYfÉq=]7\|ötw×WeØA¾Ì0ª¹Î³®–‡r¥\>¹B -}›mˆãk1‚NçÓojµ$ÅÔ&Q_ªbóÃå›ÙãáHuoÈ*uKû&*ð4p~w§;Œw:€&é&™†úí¸žwªS('ð^fþ)/hkíÌã) êã•|iè9hÅ4¶zd»µÊÎ#Øu•võîž×‹v<ªõ ÚÖ"0¥@Sx’œME…ïÔK*3ƒç"]íJ!bMDÈ\¡z¬ëݺ¬cü7]&Õ,zøª$ôŒ»¡•9OÞFØÌ}›…ÑaÑçfîÎÙ©2-à‚ËŽ=Ö»Wê¢UªB¾È~"ʲQç&c!iEo‘Ÿ/ Oj¿æIÛöï”ï­2n(F`ß îµ$<\•áîúŠy/?m„i.Žîô¶÷µ!°ÞFìw§—ˆ¹Ž×¹·áF¹l˜¨ÖÍÈ›‘Ç+ÖJü¢¡ë›®™”*ôoÄíj¹ö…üV4ó~¯8¬á¦í÷©røÀwo³õè]8“5ÙœqåÈt:E™´(yñÈû‹¨\·`ßÚZâ‹èˆ÷‡¦Yʆ̻߯̓QN ÏÓÅžñRZr¨›½¦Wê’¿Úü·ÞÉJ1Sš}§‘³ïMfailzŸà¦›ÝU¦¹Þïm"úPsúˆ Û6ü—³¹¦c=µ»s‰¶½ƒ鯤. ™t¶SJôN¡Õ¸–—èëPG•Ïþ$IH±$B´ãj1n7FØjîº×ô1‚O»w*ÎÃÙ4e1…ˆJéä!ÉZÇ¡bÒçúÍ–ø5W+Q",Š-–š):M¤r1Ñ2¿_ÁóB6O‰åA»zÆv÷v¸£ª2^¸¤Ûb'NTvf™‘ß;ów|$êGÍùÙÅx (xQ¯Ó}Œ˜ù‘‹ÇgŒ?J«’²?ÕÓË»Óóô&`¢e£ Ri”ø›b¬ˆYöåš§äEH\*9¶žš\t®4k4ß(k(¬ˆ•Âk«|+)Õ·m•o(òg—ˆ"ý¯Di{\B‰U‚07‡ewµ­ÊVaâ£>:* ²Q4± Ô°N3›Øºv:u#‚I]ɼQ@ç,B£\Lï­ðli…ÅÆÚHýIEU»CXVª<¢Õnÿ­t<ú*÷‘:=liᕪ_8aä<îéÜ©iU¶FÝ­0ª@=h&&¤ à ˵A¡ºrƒ_tíïÀÄî”æ‰}܇ٗà>ìò[ê.ŠŒ­É -£X¿JLèvOYÁ'…Z×(VxüÚØ€ -ø¢D¨5 ­. ÊÓÐ ƒ˜|F u¿¡W“Û87Üí~°­­¢XQž$k¯¸Oô ŸMM¯²Ó‹¨+b4u9wR¢Åë‘Íê†måJ%x¢6ÄL;¬IÐîäiÝ9©ÑGB91¯•W¥ÎžNØ <ÚR$»@꣯17P·¯óšî-ÍVémªU¶‚aÃ'!¨ jàn Mb‡¢IW+¾8½®$D -ùÞ²ûÎ8<1ùbª¡ÇmözòÚ…~Е}jÙÎ3túK¬h?ïaL3ÆíQõ¦Sã9-nÀ¬Y/Éœ4Q÷ 75Eìƒ]‘|IÕ ò%ÃøAÔÚæU Bþ#OˆÌûåsk©ñþ€3ƶ+lèÛ¢ÓªJ^…é:þA‘j˜úNî¦Faɺ-ð Ž;DøÞþ¤.é c‰뉸1©¬W÷K7Íu‘ ƃK}¼ˆî­ÞŠ=]Ï•E¹ØºvË¡‘ÙEcPþš%ª´öxÃõìGM€ž;‹7[ÙÒ¹ÔLËŒYT±í\7+>v"m®qHôÖ (-ˆˆSãmRžñº’P¾…Ý•Fê‹·µmù4‚X|ºÖÝœe/ö8ÚKlFÁ ê6àšð²nÃ9²›#êt†Q+DgÍ•}†N¡Hz’çyrpcäšßçF~üÉQÓÃ]›oÁ3g@(À¾ç[¥&qüî¹Ë‡*¤ô -U“é¤UH2G‹6]9®±7çÓ%±ù5\ûV[%‘0ã²ü¬# -orÍu¢ÄóÅ´FÔ?óÿ…Mرìž‹ ®<Q³-u+Ó­×»m·uË4+bø+[BlmUJµüvF×øyµ¡ÊY9g%# B– ¹mu¯0^Á¥ÞK;°Gãxï£ø=™Î¯] Ö̳'ƒ4e î<û~T[Å`5àäè~—Cü£ýqåFIöFRL—âªú3¶ÈZ!Ñ£sAÛ.¾°&Ï‚XvÀmíAFÄ«,?®¡L‘ÉÌÏíÜzmAØý jÌú3¯û=îôí¤#UÆNj»í"¬¤*T@¢]!¡9¯]Ð*ÕíÑ]km-˜2€]mûmŠö¸‹]üS›ïðGÕ >ÿÝÀ0ÿvïo¥ê¬w²ÙvD÷ÛDW‹˜SȺ½|° iZ€`â@ߊ4ë…BÞtÁ†ÀœãQ¥nÊN/öµwòEÒŠç-*IÕÔÆŠŽÔ€Ö ჯá‚z>v.ÅÊ7gNk§7 úUÓxŽ  ›N?u™@¬Ï»ÝŽ0H)d­È)P>@Û˃Xȶ4é¦ã¬$b!!mþ£øŸ¿$ÈèßþQ÷Ê?óD¿a™ÿûÆ.Rà=88+UkÈ ¯ø„—mËi%’õ-=ȯQ>%áÞÔƒR•¡‚àß]ÁyzìêѯsWjîÙ•‘Ö¸9°DÈlO@×[,%§ºoµ‰Mµ<ؔŴS¸ò‘kná>qÍ+É>^œï Ou»" -xFG–ü2òšÒÍáÉj­xbD…°»Sö2X¯Ãd­>=Ï Ò^Wr„üì)n¡duÓ¯LšhI‰¢óYÚÆ(01¯ŒBÄÈþr 7Åù¶O:ŸóÙôÏîX ×zDµØË;YAy·Ç'¸ñrg¤ нÁ 9®æîV&"ØÚù>Ïìü¦9Þ@Ûýðé”(ú•0V¦Qïwk -ÉùÃÚ·ÛEÜå°˜ÞWb‰·ûº~v-¼ñ 1éèlÿ·IŽ=âŠ|{¨“(××úXßN(Û¹»k£ù¬;ÉÔKt‰´ÚáœÉp\“ÃÄ*¥_yý}èEô̺c¶ãÇŠ~Öew’¾~¼‘E?÷¡&ë´5«ÎnN|ÅÅn?¿¿ÏÔHÕ¥PðÞ²bû }óŒ ‡ëåÀ_Ôøcw òÄC‡šÁL¯®¹z ßê+¼Gx% ¿"H -¯o¢N ™CÆ~í+c©·ôíß#ž‡8à_í+½E¡²ÅZçº)D_K©üõ%ËFºTÁ²¢>ˆš^-÷ë@¾ -Ák±õúT‰ÄÁzñŒA8{ÀYÄ϶º%×ÈÙýòM6ös^‰ãƒÏÁôKôØVĬ1”ÈûÑù)¯tÇG>hd§Áöyã®d¸zž ŠøoŸ‡€XÌ´º& ub#Ü _c–m vEtÙ6\ˆÊ zznLŸÊ`H‡9ˆ‚€ˆØŠÈ Û¥DMÙT[…ôë¯Ü°¼oQçV¡*††Û‡nê#¬„Nä.ùª’]ëÄzàYŠÕÀß‘v7ß$~¼_g{H¡'äÓ÷³·³Ö${䳬 æ¬$ß­IùÖ”ÁœJÒÂ6‡¤å|Dïˆê²X‘‹ÈØ› -…ÄmÏíás&[R]ר‡)ü'³®?™dþ™Îæ›-Ê6× -úAw°~Í;™X šß”  áÞbeòü€=lüñ™|[FÏA¿ggþÔ¨Wæ[¼ªíI¡ñÅ~ñ‡®8 Àj¨ÏõåG0Æ”íøx?‘Ôü•}æ*®P‘unsÔÏíÙ–-G½¢F4ÝGŠ^ek»¯÷ÜŸ¶u -§ŽNjÄþâ½d„Þxî=]Ѳ±‰æS5µ¨˜nÂÛ}ì1©Ê-¡¶lôR¡g´ö¹_'ðà±ËœBï ~°Yþ¦”uWÓ‡†¨üŒò«âßt¢•¯.{³K˜2ÀõRiPdf«­ÒþvU`ç~lE¡‹o”Ý›¦xC”÷ÜDrž^±½P&‚F?]­ŽDèéFâÇÃÌ•Zúà+êT)—(‰ZÛ¿ð‚ù³/`îŽõ1¡I,;Ŧ‰äfm™Ê#C¼Æ.v°ÎòÛ·“Šö¡ßyõ±eF$¾¢ëLÓâ7_”Ÿÿ’/'øiZö€ò[ ž&:dk‚¯{ÿ%ø†Õk(¤æâ ZÐÔ]ëfÿrmyÅÐØÖ# H„2µà•Žà~‚3‚™ß>a9Në+ª¨­R¯ô—ï¸äÒ0ÓrûÑ’{a_÷>XÅZ#â@YkåYœî«è,ʯÓcvZʸ V2º¢»ÔÆì¯@ß¹{9kù…/• sœˆr½Gd‡Ôwo³ž]É/A$'VŸÀÞ-ìC9¥k6;b”·yáeˆœ¤pIEcêÓÉDF6QM>ë¹ö²B׈.1Bq¢`qaF„Kú¢ëÊ•¢@1 -”†¢wD”WEvÇá™ÒÁ^"¸]…õ¡¹=SÜOÍcÝhÉyxY€Á81BB>Xs%è¹DÐuøld¥}„3â˜Æí¬i^(àÛ[2ãx\YytÍTg³Ýã×ïÜ#~ q -»€g ía¿€ -Šl‚¸ª5d/]ï üDzlÂ5KÃÄk6¾†måó€^·¯óµiHkÞ2[pŸTTNWÔ-Ð{ó{ѶWòåÀïv/#YÃí¾ß£Tˆæ3Ut&Í=Ps`M™ñPv¿zØÀÙ?É[/íµN8:v;©¡ã36Ò0¬ÈÊŒjæ£ø¬€"wÑ´FÀÍñ\èØ®ª*C'Ê=nÑJ* ÔnÁáF8=,GU²I§o‰Nz` -KÁØ®ŸEöxšBj웩ÙN×óØVD·E¬(ß5Ë$åk}æKÐ¥<Ïbœ®2 ÒÉV-náVuBÔI*½¾µå•<˳Wb˜ƒ^…o›#‡%ú|¼yÞ¢ ‰á©ØyæÙwÉxpË»’9y¯]š<¾9Él×Å;TXÁ_?pÁU×ÜÍߥÍß×eËAÌ>jVßDma@„›­_é…WÝuÁP -¼¢W(„¢?ôäó‘ܺ¤Ýü¼Ï/o¡Ðoóc¯Ñ97®"e`ECÞ‡µ÷]S˜(¾î§&$ÝÛËý=67z´ÁåÆûüÍ%â*/ÈþÕÀšil½¶Ñ–×a\†öë:;QÚÙPW° Ûq+蔣šƒKpBª1Æ @fï§D-ùÜf#‚O!CfÆX3ÕZó6ȃƒôÈ@¦Bµ!Jþ'Ž¢ÓP…/㙳ÈM;Ïð/JÝôöëG‹f.B™Ž?#qL3Ò¸üi»Þö×¾sa›^'Ûµ3”ˆ¹yÌ­(ãÇÜ÷Ü~àGJÙ‰tcà—]Ü{‰ðëFÝÃ˹tæùlè/¹/j[î¢êH`"l ßFݶ»lmù„„êÜyöåŠ"Ø † ²Æ^ߎаe\ ÓÔäU•–{tõ‚oºò+Vz™œ]uN­+êFöèÌ'fÝómFàÙwÎ2j}°Üµ/×mãM5ßÞ>MÆ›+ gäGex!žÎX/E8Ié£Õݨiwª«æB¤“ Û.©ZÇC—Uê‚ ‘é±Jì™Î둨ªÖLµéAùô–Y@=Hª²¨`FÁ’ý8¥ºW³˜dd-bÃAdýä;—²5«§7wç*»©]ç±Ó"@GŽê¡ð;Òôëñu1>Yñím‚‹]—þŽhJ–sdßw}Ƀ×&ÀP{;(€O—»Ð¤pá•¡gsþÓÆ2Ö×+„•©Hˈb>xt´´óP¯ÿÜzý÷õ²9‘864úÑÒlJœúÈÁD{ÝÈÝÓ¿à–^.B_Ž#âØ|M€Z·~Ðð¨9ÐûvNÙöñûoUÓy õEÏ<ù‘šØqá7+i[ãqέêò´b<°…Zö²ž9($¤@ t ¿Î-KÍ•xjßDàørºb¨ùì–ŒRaüŠÂøJ´Z"ë½ÖnÞ§“íyéú ù~`ÿ¾—3Å׃J9°³Sƒžß©)Ex½ À!Ô¬ï¹ "†g²Y%¶OPW뇜uóÇsC…¿b!–?‹3âAï $%u¦±•×’ µ•yjhÊp„ Á„Þèß•#ŸÈ -¼®rî”FlÓ¹3åS;b¨p+ÖàwÄCmùzÀŸù„3rðšûàZÄnFQÍMIóXùú_8¼±knŸGàðÌëõŸÂÙƒiÉŠEA~y¸m£l~8àWD{¾–÷ƒZ8î±®Sr¤¯u@ nY¯mJüD$ä„ã³^Ù;l*¸ÐÕ -K©—Šé•û·ÏVêBù“"Ì×(J\’Ö”£)qTjú’œ£}`r\¢:?ÏòY(»C’k -È<$#¨ÜÝ’Îù(üÜs ©ªÖ}fý¢Œ%(ÞøTØ1~w0úbm/­íÈÒºöÍ£ ÆËt¯€ï/‰w³ÜXô¤‘gâ¿iÂÀ)ø:•ñ•ñgk3Ð\*¼qŽ(Jzú©–{*;±„I{{OÒ·9»ŒÁ‹¿§®è("Ïëƒ;j)óES™í¹ E[ÚÈœ:ð€É¦eëÜ:Ð0S¶›£Å壙’L~Îsªµ¾pdÊJ¡t¶¦êª?,Y‹E'Ö¯€T©—ÿzàwOǦÆÀ1 -å×(¸y!®gÀ`7gïF*~°y}‹ønÖ~‹:íÍ0uð˜tÍ› X?,·©Î¹=¹€ŠaG®W»µµ¢Ïÿó.Àî²h•神³°û¤#QÏÐsÙ¯œÛ:Ê07/˦-[4¸,Íõýˆ³" ÙZÛ¡“dÜ.k6CðÄõùÀðñ¯{ì,ööñ5)ªÆM]Û?=òÀW!\¹vá½jÍTB‡ƒ‰Øå•aâ¸)Ø t‰èÒ¿E0æÉÞª”³‡¼ù5 -x C ëAñÎø/w¼Ò 4iiµÑsÊ‘ç¯|Ì3@ Ó\ß}œŸžqÑ[r¢ÚeMýêÀCÖ×€¹ÃWªg s¶Um)Y¬¡E»™ƒF‘º<@7ž)¬nÕ—Ž_=ð#Q§W²Mí[}€æ …F(¤ÂÝÏtÖÀ|ô!Ƕ$(þ–ë:>|~J½6ÅÂƆ!%:ƒP -n›œÃîiÀóØÙ¶šEem§ŠI”<ÉY¦¤ËjÂqÅÍ4Ô[8P€úÖˆûz ú+“ôíãk®±ý‡GïeîJ«²öÓRy‹ð'íùIû£”ú6Ý™¥:ß”²eùîØkÖ­85P8Ö•AÂZôêõ—¾…RÐP$­ø%Ü£«{v1l|ÔAQ´€À¼­P Åyµ5s£EN4æ§ÅH@õ¨[&lûø÷˜çý^‘|è3"ÿ_¸ëc¿ÃFé[>Bæ#†”¯2(‘LĶ£š³Y Š|nW ~ÖˆÑmå¤õßá¾Í¤44­‘#·]Z }^žÆ–Z|‡?ŽK…[ÓN¶âÞæuþ.º‹,¦þœKܪ̱¡ÀÌ3WÖÍz¤4 >rkùç3AÀäq+³Õ}o1û–îL–š¾EG¯†º†"…Ó¯G“@•ùòÇcÒ)¸JWvú’T’ýÏJàèÁ)@^ůÇv”ú€¼å[•÷ˆ¼ ÷¶Ž¸2Y¿ŸçÚÝ ´B¦Éâ4÷|?@íÖ¶ÑC°þõ&XJRŽûú#${¿A²Ï&uö~×ꀄï[ÀkúÐò÷XW:Æ7§YË_ôi - © Kè´îWø 8•||Øä«ë/ìsxR›!©QĆžq•óËf ÜBô·ÈyMMŽ"‚ˆ¬ô8Û>ÓQl^W”´¢„©Y•œ9O¨L¨{m~B(@E­h#{®ˆ97ŸÓªw·RüöÏ}¥âl«¼ÇsØ5’&ʤb»™M?`¤Ægbªõ¬[YÅ(•å®Èˆ®·Ë!kóh˜Cø¾Þ*˜²ÝÖaоœïR3)fgw{µoÎ3ÛþªŠq`RhoíˆÑTVÎþyåeÎMpkt|¯MNC‡Î*eÎóÚÒƒW ‚£^ËÄ~¦ æu¾0Öf³!ž¶ž­‘‚[¬Å¶>^Gúw?o@ùQwéV5'hn¨-;6Â^|Ù\aZfkÎ×¶Œ”LÄ3j¢Âû]ê7ç)[u¥‰†ØÄ)üoíÃç{@yØqøéÎü5èˆÆ'V=nÓ­h³6¸ÍÖ±}ï@/Ômâç’·¾rš>¨Sÿеñ<úƒ Ù–ªðä{[Zh=Nf˘Ê4eÑ"2·Ò&Š÷5СÁ˜eŽùp]Ðyü´1Ép÷Ê•¤áC(yŸ{ñÒëçtÈÓ!Ól?¸èÜ’m4U¢Zô@ã‘,toFG9áh¹Âç¿‚B»‚w;Š\QZ0Ž÷±Î6ËwgŠAëç8P{ðn_¢úÖpî}¨lõÀZWÊp+†è;jˆ¼†–œhú|Hb&ä,ö[¿F rV ¹ü­!¢ƒÌ@IÁ5ùlBù›fš¢ÍéßDx¢îÚwø;"š„_õ‹{è-Á"†5SÁÉ0e#|…Þ`[¢Az.ý=ÂÒ‹ŒZ¤¾ê¯jE?DMhóh4¬<|0  ~+fáZ=jž®Óî‡×:}µHV½¶L¡·Zñö–W¥Í‘ Ø[[\jÄÜFÒ‘ãÁQÛäË‚ëÉߢJÉÊцØ*ġیC´U)…¹Ò½þkg€*ÿFŽúÚúƒÇVܬ6ÍŽJ00ÌlBqMºæ6!ò-¥Æ¡T³ZAí|t0E‚?ýöë’•ÜÓ [/ -ïJé+CJÏ%× AûC -/Z?ÚP eÍr'p ©ÞRWIXjÃJÐ/4ôÆ6µŒ÷¨‘žû׃Ò;Ðõ†ÁD¤E›Ìè-p“Ôh¹eÅŽÖ–†±6¦wÉweÜãÑR³_¿‰ý‹ÜÏAßXöÇêäV²‘¿ˆwûñGQ:I(<Ü?ÊÅý3OvàÖÚͲõ_þžvÍÇ_ý›ÿþßþøÅÊÇ¿û¿ÿýÿüø«ÿ×ÿõïþð‡ø—úå¯ÿ÷/ÿùïþñŸ~ùù÷ÿüùýÿøå?þý?þá?ýËïÿÏ?ç¢ßâÿÿ‡þ‡¿ûÃ?üý/ë?ÜÜýºƒß  ÿþw˜õeÆúgæK}C!nJ°?½‚¾hl],Öð혖 !v›ìgÞ¢ˆ JD§ÞôÐ:Åc#®bD§C Í­ÕÆ!AT¹C‹gËÛØÞß7"H ¥þÑþ”‹‰™âÇuÎylö˜P .B÷Ð+k´×è(Mvh»ßÙ”#î>(D5DýÐQÆ©²øØ!¨]‹›õeŒ"N€¨9‡¬Š©Ñ [¡Æ»X‡ÖFÐù›Ê…'®Íàÿ«÷I1;ñµf1àY¯ü¼ÍD\Ї(µ°#Vª@­\ ¹£¦2ÚÚ ò®íãÄ5Ä×zR?!ágíáö› -ÐL@›Wã7Aâi=Ë4ßqG€½–W 0O‰¾ÎÖkñ]ãƒãk£íYdã°ÖœAÕ=#À\¯ˆŽöýë:ÝMøSM9óHÕ4Ç‘6Ž·¦»ÁÜïÚRlF»*w±;a?IÀ#v}YÃ;umÞ¨‚7v…۪įO£DÎrÇËõOÙë¹Ã ©-Ïß=ko¾ ½ç3ÍPð £ßõ÷&R’¦ì£ï"¦.µ¨›<Ô€÷ »X^ß»¨›v²èò ò;=+â´Gó;&Q~jý="_äîŠUkQbøý<”4‡o䚺®âd}Z7|™!#r -ºî<¿¡•&ŽÉ¬ë¹Qª0Ë ƒdÙ¬ [‡ã!²J“Îóô‘öL@—¶Ñ—'ê‡k†²zcÖªE¶þºEŽÑ æØÐ “îÕÝËÏ3kXAËÌäÜœ¡Ö1WºÍùÛý\zJ—4Ò‘²i8Æ5”z÷ÄIj!>(´áÖÚT–y0±1f7õTÝ?òÚãk„øE>A¬h ëNæ¨ã…W _ µNZ¿”×›ú1Er†ãVí -u½Ÿ†6ýtÆWe, «%ìñ ù}ñÝà} º IŠºPU–6EÁ5˜l»€`Õ®S©ÀÛl=,<Ûu쀂ÌÉž»ŒbzTFïLïP˜Þ™–5隬+U¡<@4@CEx¡ê¥À -s'd qüS^1L•6lÇ77 a*d{#(¹Áˆß`ñ¾ÏDQí'êÞÐl/qÂM -D‚Λ ¤’´ ¡è‹foß=&,‹î_Ç%‰‰…ìœxckß‚^\¯ õx¹ ^÷XÁL^"hð'~;à&‰úÉk±·¨v(‰±’•YCh=º$-G’*¹}'-‡‰ÏùÊ…¦O}’ÉOF­¤y¾#T¾“@Áý2I þt"ö¤Ìa³lÒ œ¼ -¾Ä”*.*øÊu™¶1¸­ê¯Á 6¨Á¤ê=®‹@_øC‘¢÷º@&t®2wAWíè¤o£+þ{ œqW5‹ÉùÀY½îéfOgìVˆ ¨M^•{Jtf¥?tÁ´£WÙí5¦V†Q]G¢¨mÐb¤qºgh$ó.,zg"Nnî%B@…¹Æn¨x¡±Ñ¬JÝ%e}{uƒHu«ob»`St-srCèmýáPú€åf “ /rkÓy»ôº*Mwéa²c¶~*Ê/ΕÛÄK§déF÷˜äQCéÆfŸ‰Rt}PûªÍ­±»Æó$CRñšûæ·ìw>Žå¢˜Og±à^º¸càúL®VmƯy¸|^‡j.Aëk­ï†LI= Ò±ïnÍlF@dK„#L•ÃÜI!½§šÉt -'&¢=v )CŠžëõŽæ0x h|»?m:åð¸ySËÇo½?ï—fe®Aë.›õVA¥×*•:/Ì¥aß$êe ‹.튪xZy†8Ò¶JÖ­ÄIjn‰¨ê½AÒlgHš03Qkògéh”ÏCO|=ÕÜ ^U6ׯº#$Œ6튰ŸÇ•ú)ÝW:hC PðãG¯¢ë‹®Ï&‚o°sZW:¢áÌZÅn“…N9ŸØs¬*l Ðð£Yûáàš¡d¡J¨Å·óÈd~„"±G¡¢J‘ ÞT_Ùò¨”›„ÐXyØ s¢ ‹5B˜ÑtÍ©ù”¨}`ÈHÝ¡Î(5[ Z“Šßrnkf FÔ O¦aûS/2tiš¾­mxv1ð H¡{¹Š‹¹ÐÅ8Yg0ÈWÌ«‹‚xûBÝÉã^Ë1(W}d¥f­YsxHp':|,’г¬ÇÏn=St¹}¦}mÄfýÕïo˜†Ú™×çºhw/ŽŠ,LKCj¶E'‚¡J.ñªôÁ,®ß‡@€d‚³c+º|5‰:l“®Û,ÐMZ·(ÀñäJãhLßWÖ½“–…ë~ È÷A~ùâËò/ßÏb÷ªãnFªáˆˆ¡/úü›ˆÆîoŸÿíà)Ð×§ÌË|S£ø‰mL¸C› -×Jnruêqp²7m[.K úé#!j£3… ±n$=]F@ž?¤Lõ³Ï}#tªY÷&ù2b>éiTÔˆBH±%Ìá@`ŠåEÖ|öتh ‘A‘ժĚÆÜ«p `ìÂûV´ªÑ¦å,ðqò8%ÂÕ¨RÕY+ÑÚGL /(‰QñÑ. J@µ”úyzÌVêDÃUJÍŠ’n`ÄzlžGJÑÜj,ëçÜ_„É…!Y"Î×ý_éV€ffɪÒ;ÊàºçíX>@£ÏFiã*çâòÑ€¹l€åûA<ƒ£y@a[÷wü$bb=uZÀMHŠÿÔð×®ªã黂ê¶Éü—/TdóÑ›×Q¾92Xl|j¶&3•è‰l¨Oˆ»Üc÷%‚Ù¥@S7o4©qj£9ÏÊârAù bhGÑ-äaatEtQëLhôw×WAd«YȢ㛿J¥°†íèR¿9OsåWgReåv,€U¸ß7 ä`ÑÝŠ=£ë‡˜Š»¹u±¸~› -+i­¯T]4…£?d¿gÜêYóØO¿Í‹\}ðJ‡¦îk'²vwÇ·ç†ÊÈ_þÙµ‘˜ -àû¼G€V*ÃøÞûÙ½EÑQ€‚ ‚Ê ‘ž`¨‹ûóÓý“* ×5,}°Æ¿G<޹ƒ×\vÞϬ…zƒ’hYøÀ° A9©j¯Åö'œcÒKèv¤ÄʬܹÎãáýÝ{*Z÷LQŽ(q7G‘Þ’óøŽ[H¹Œë,.2ªDØÕŒt{1B‡¶\z=QvG0 ÷dйÃÉÓÓ¬‡ˆ¼?gªé „\Èlí©¶¿RR©R%ZçBZ•¤ª³ -žlƒ ¯ößÁ‰Œ‚ÙG # c•gèñ‹æ?ßr!V'êøkº½®ïNCâ¶‚õk߬ŒK±•Æ#hôMÀ6><½{Öê÷¨HI¹JêgþMzRW΂ЃyëÖ™ù-ÀóŸÂ³ €Ò•­ßœˆÚ„&¦ñæð>µM?¶zþ{Dܵët‘+}‰jû N$ÚŽ1*Z—KJ>ؤüx^–í xÞUK‰_ZÜEˆü«\î ¿ÿÙ Î ‡ ‰§ú5 -ú“ï\èVœI|¨ŠI'¾¢'¢C+pÅ5£€4½°ž}‹ÈsBž†(ÌÖÙ£¾§*úÊD¾ö£ìì¬ïìŒçTïìbÇ-ª)Ó?ÛHJ ìDm¶Ý»ç??Åæ¶ßE‘¿J§´-{õ•áN}E47 œÃ’˜Ø×BƒúÈíy -¦LËY1gq³R_"@ˆ*"¶òÚDßüÁéD<Þö]/¬•º¶§¥ÞóS”ƒþToÍ(A…µ*«Ù -ÍÔmÛÐ[CÆîý@V°iÿ‡ôEúú7¿÷k³.è‘J ^l™(j~17½½8È_yëQ}v™ÖtiþkeåFÅÊKßû)@Ýt'ù*l®«Ó@éFH„,€ ž”¯=黯– åÓ0ÀÕÓ ?JDCè´êFžŠ ÜO!q­$ùº@V‚S›H{}» בkÏ.òšoä”}«a¶’Çó£ð4ΰ•  -³"Ö”ñä~%…`ËóÌϯ_¡TˆfÍÚIY(èaŒÛK¼4†9ó-mÄji½ºåQø ˆÇ+I,3 Yèc—ÆèéîˆNìú"ëFYê÷×ðh­R+=~õ)ZìðslÞ”{뢵)B§(Ê‹€«ýæ)»®•±n˜t—»Èë1èÞŽ<Ë-¨~¢¿Èbj~3kòœÛ¹K¯U¡÷XiÄÚIܯ¿{l¸ÜЪéö5ˆò;oÑÄyX ¿#dËF_ Ô[Äwkà[ÕÎÛž¯ü€4+«[óïT€˜™½ÄîQ^ôÀm{œã°,Ä£$³UžÔãµíjêìžÃÉ¥Öi†î:¥¼Ó¯&SGf±Á»—5¬Ô]á>š†42ðE2C>©3®'}†lènt[Î<Ҹ͎qQ€¹Çõ:𯖓ŽÌà”ÞÇùy°ÅÒñA,Ån`Å·ùš-"-¥phÑL=ìÎÂ¥$V}’ÍÜ1@M„rŒ+ÂtfôDŒ'¢%bÖ žÐylïbØÖg¦û®?ï¸@yG(dFÐA¥GJAÃzG7Û%jw(3D蘚+y{]‘aßãÕ½¢ „qX >$.# zqisP`ð÷;62!»LGÍÚe–j#ŽíÏzTU뮪(%{ì*ƒ6À) •¾yÛÙ{ÚR‰Ak˜ï(ÚVÔi ¿.’ù{] Ï@#†çU­Å' ZvNØ ¯ˆ†©åëJV´¦¤$yt剺X«q$ân‰ïNÚ$¹’½û‰Ø—Š?aöž+#”‘.ù™;é›Çg6ÇW8uþãS¼Ä¨8‹Ò¦" ¢¯†O¹¶}-›’% •VŸQÆûvúŠ®†"$q}2ÌÓQ›à’kÿ.À½¯PÃ^p·t¾FiQ[~T¸å¡@= ieÞLÄ\_DL%ªw<T΀NøÎÛƒ‰·9Í@*´vGݨicÓ u[g°¦ÁÇ8N´ûèn×; êpד^© Îõ>0¢ì)®¨–ÎsUúŠ(:ìž§2õq/…É•*¬h“Ѩ½ÓS¡^畦@xîוº­ZúmßOñãl^ìÔZV¿3ئàiᘦ…‹ò>¢HÙŸ+‚K¥WîÍtRõ'lÂ÷eP®€ÓF( -èȦ­…t’ºäšÛgË©«ï¾NC•oeƒ+JwÇDѨÔênÏcE -šDPA'b‘lý@fE0£äV˜ÎÖ­”g?i¥a¢Š Òs™ªqN®„ð:W²E¥i»Sèâ&GÍÀ«ö¾v‡¯_À$q:ã­GÔ§ -P  -¢3gΧ›ÎDpÏÁú5LŸÂÚ–Ç3˜¾FaÛE­|eÝÍšIÿ …²ÄzßÐÍ“{嚦ÈîÍʧA¾¤nz\ßîÒ…ôí,k>¥ ÑçAÝÍoq÷7ð‰Wvèœ|opì{ÔJNÅ<ôtά´þ‚hÿ­ì$VÃsu´G{ÈONÃ+Éþñº¾;ºrÒ—‹¯cëÁÖ̵SG¨ï›„·|Á/ߟƒë‡¨«ØôÞédô‘ÝÁz…-^ñk6_‹#­ž6Õ(g®ê‹\Ÿ¿ úõ+J76¢hé0Bn1?`6?q­e:3`u´êXfo::D͕Ęª«ø´ŠÇ“až#ÔÐÆíý°˜l7«CÝ È•%ÃÙzP*ÿ`6Œ1]îùº?PUU0~ÝÕË1·Ïl -Ü¡LÇ­µFAqe<§‡µ6¢u·ˆÈ$ó%å{?Òo#ÚÏLaÞË9­6õæZ÷á8h{<¨±·(6›@sq^@ì_ûŽ)™Ð~ÄWö£ýþ5Ó®çOŒýfyøÝÆÕÙ´¹(TŽùÍyÀ_±–ƒ¿ºˆÐ·<+€MvR´Ž‘15,Ô†‹7ýç‹ -Ž«ÓÀ(¶€Ûxðü8Ãù”Õ{KYýêïíT¢v*3òà*¾!åÒ7DË~שÀšø2ÐýÌžˆBW8·®ž×ÕÇÔž¨éÛ°RgàÓFö2W³ ÔˆXEf5AÛž…µ2d†qgš›xÃõÏ+eáí´9u“Nêh--h9"ÓNww‹#z~"‚Wᮜ{²BÄtj\ûËgpõ;8 ´|Ø“ôI.ï#fû¬‹æ{3v·@ÑÎ,_#îP"A"wñj ÿE º³C~REUà–.©,®áJeQE!&so~·0LKÜN•ï>°3.|bhâQ¥‘VvÈ {‹@¬½½€?ã(œ]Sá`ê*á_¢3Ê '%Ú}[.f'è>Øß׈×ÔÐ'‡÷ó  -1Ó«‚(K¯êrGÍRÓ]íZóþ§Ž«>ãþ4éLïnÐéŠPŸ@OÁà$Ìi -¬ì€ùá†NÛ‰óÚ9ü—³õ$Jò_ ù©4²ÿ:!X &Ø÷º7Gjͳ×.m#ýúÂ"NÛ¦7ð=³'x¼ã/RäPã¢gÔiæ€E²:³v5‡Øî»XîÍj21d˜HqÃ]Ë”—ƒ—ƒ¾“§®l, ;V¦W­‘R‚aAã[2s¼GRÕœÁèZÜ^èkTUŽ—êî:g@ÁtXÎR¾‹@ŸM¸ïe¿n_é-ê–FáÆ¦2h®Ò®ð©Ä-#›Î/L“ßšýÞ8ÂÉ*/”ÞAõŒ­:п}PT3½;Ç ë†äÞçw -yV»°pÑé1)Ô1@®õu¥Ë¡Ü8íÜŠÒ.¸…¡:¬çž¹—´› iqE.)r¬÷xа’†À×õ§šûÁ·Hz×ùæ¾ö·¾YßC_’:p¡[qqýôX|s0Â/U`¹¿ M~AÚ+B¿û{žKKR¸ÞÊTÿÞ?=ÂDõw Ñ3Ôs³¬² ¢=¹Îüxwe/ìË K(¹ aŠë=êoöm@è º²p–e.^RËEÒ‰˜Î-÷•nÜfP8à—ú[à ?°g›ô…/išd ƒ¨´†!¢´oµ}% •TKb¸4`x›ÚúñlÈ ñ±!£töÍyæ¦^t`å_P‡ŠÜŠLïoKo²×¯QhìHÀÖ©&ÿk–¾omâÂJ`ï+Ö9sGv œ*†Â›IZk 'óáebºÆ.vÂ!Ùàó:ÂvÀ9é:ÓíÅLw*5ѳ_¿‡²v/@‰‰áÅöé½cÄ ‰Ý='gJŸèœénX®‚#éÊÎÿv·¸ÉXiq£ëä²Ff"ž‹·ÃY$ÓM¦ÔÃIòÃB!Ÿv…©x›ìªšôÚÒdi©| «/íý,Û«’|¢ßnÄO=–É…Qßù&< üRTÚÓ{‹býŸ8[´dÀ»¶;PZd ¸µÉè¶îYè (³ý¼uF¯bûÈ4¦]@îz¹Ã@£@£¡É«íQw<°cò~ø eò¿óÙ ôõXë´;€ƒ -J -BKž½W£jY6ýiã†Ö?ÔÓÂõŒÝ”š@ž‡³H=6Wm›ŒÜ-–!¹áâ½$å#‚¢é¥Yöž™]ľ¬ôMöÔ´cÍñFN„4kP±¤n©•=ðäL °õÕ2šœÖpcj)gðÌhËÍ™A‹Ò.¸eA¿qÏ"¹÷®¤aºƒ~^ˆ*>Q«QRQfž9¶jVwF?¾~Þ@™B]n€SoYFP·`uÆui½ÝÂÛS‚rÂl…o{Ò+9/¾MÖrÖØœ¹ ÂY‘]Pßfàðêi=¡¯mi(ŵÍ>ZÙ7é9k†/|³I[6Œ€rC˃Ch‹Gîÿê˰ fØ÷ãµYª®9 ³uðìùéé–q²$ýc~9pgdµóÉÑŒ¦ ƒ~Ü;Š¢ö…ž똲„^Y`㎸<Ï€bû`ğ׎85|jç“K Ú%ã‚À”ŸÉ-{ rø¸„e™ Î^´y¡Î-Þé„§$¦Q:/›¸ggNW²,Ýc9—£kÐ)DÁV?Œ ~Q·ÛÈ´`®Eƒ;X¨ѳZ×Ï*ÙÑט€n£Mc¦û†'n“0¸> Ei؇ÔÑÜŸn‰UCCèA®±Þ+:í`ƒ8ß³2lrâªEœQD~Ù¹bçëJ M¥ÜD—ÛZ844VYK²Åå v’µk?7è°Ãl…a«Çœ)|V^ZGßÔ-¯S³¬|Dô.=Ê’+©Ï0Ûâ«'9¬ÝÉMÍ´KÐOÁBc€s¬™Ê¤i‰˜/tj£ñ#Þ›6Áå“p¨Cc?K‰‡ œ"®x~§µGHœßØ|aýÆÜEHÁôÝ Üz Á‡”UAØáN¹–.ú—üJxêG9qQ°2#­ÔáƒÞîh™Z&ºÆƒ/·çÓëȂձVa(Ód \½ráyh@åÏå…æÜÏpýÑ'„W£ÊÓÁ¦Œò¾>¡èVY‡E£Ë¯ç#Ø >d]›&ssjéšeµåÇ¡¤U÷@m:Y¶T!»ÖQ`g:-–@©ìu_¢á¶ú6ØÖ+±.È‚†¹IõþÕóáI«brmì „“jËgw‹ýz%¢úŤ~øpaz¬–á\È/ºNq=ž焃åléíÜâƒ05@¨ ’e¹ŒÕxz.‡°ÀÀë:K„¿awf¿ - }Y®ýž¨6šç¡ ? ÕsþÕsÊwØ_DªâPSÓ·ÿ.¶&¢õ îwùd_ƒÞÔJj󈮧/ÕÚ›ê¥|m¶ ë…\ß|dPØÙѸ‚R¶kHc÷’~¿öǪ̃ïjR“·›Ì¨ùŠ‚PJ‘çP(ý& - ¿™ƒ=YÝ·²L@;˜.þ,ìàR“ŽRìÞ_šVÉ«¿“öñ3šöÆéˆ¹W™ŸùòëGi¬¥R¹(8Cåº~í!ITôƒa†î”w¬l„çÏò³8HE Éo1ù”Ò‡:ó½”[&àºåƒ” #²|-[w78³>Þ×FÍpéÒb”oÝzñø3ÈD§X×cÈ,ÜÖ§—•Ï0“ -6w(G¡$€£»BP™hÐSÁ2…êÉ%Ðù¹²ÿaëw²­úsËä‘ĵlÀV>a £GVíØB¡¦Ã’Â\!QÍx>vü$Ló¢K°Ö•G¾±…m['à\?)òDÁ JáUÍ º7Bû¢G.]‹j¿°§QY ñ6´ûä<Z ™Ù‰ C8]*Èë½ML—!¶Üˆó€Æ•W¡-Á}œû+±p"Ù×A¯w¬ô*Áùö9±;C] ù±õ‘ÙNâÔë^p}ÚH¿ùŠüü|+Eù½€•aÅ?õ»|!«ÎÜãÚ3¦(>™.]nÛ/~‹k9Ï)¿EON¨¬€y<=çªö5L°ûEOM]HÍÈaTQƒ•g Jä籤Œï+`ñßÚ -ÜÊ!þ%΄¤¢¦.46JæJ™²o@§º¥Ÿž ÈY$×ïrÂ2˜Œ·ÛFÃF”°ÐGD—:Å­ƒ³‚àæ$ŠR<žÖ„-^ÜC’AÒžDæÄ·½ûÊ鎄5¡¨jÝò#W«?Rå#©Jv‹Lék„Ã9O7°àhiþ5Ðá0ùÊ­'=I;WË ðùtÉ/i]]LEä–ÅWì&ɽú -²¬´6ŽGDl–§p&jnN‹å_É=DCºp¦a®í"Ys†Âl,MÖ>ײ^ÊˆÆ -rPé´1zñþAPÇÍò4âÓ9ÌÎæ­t›¥+QZÕ‡dìy„rÀcuîí4OoÝñ½Èð˜ªÌHÙVθÈ0÷×…AƒëÕ¢SäΗyï…$ ˆÍqž{¥M£ €2‰p¾*9Â…ñiž­,Ù„5¬«¬+«ü„ ¤¬æ“è_3ÝÓJb@f~pŠ JL…÷Õ8§úFÓ;Uë‚ðDU?‡–|03»4FIJª€,¦:_-­1·òyZÉ‚4|ºlpíµ*ÉÐ.ÇÁ˜.D·l³rv2r(6±V–¥—K×.:ç#A„j~ˆëµÞ‰AâD¡œÌ”b;*ìÈu«p Qn{pˆé–è͵”„à„–®d++ßWßo²“j(s^[¸™µ¾^ú…EÚ)=œ@TaSL»kÔOT2ÌJc‹Î¦ü3¥|v{vµ±Ag¨f3T°aÊÕ ©LB+hÇÒñšÓÎë~¡zO¹ülYo’9hÍæwfkÙô -vTHÙÚâFô‰¯Àâ/KŠò³ESM,¡¨wîn–u€Gd=­æÁ È®PÍÏ‚*m"žÖÕÖÈêQÀB_¬É0úÈ0Ðg±ò²æ­ °Vرž*³p%¡Éy{5kå!=š¹Ê/ò qOE±’¦ýh‹al¹ÀI’°üéÄç/¹ùAïÀð€ŸÓ#ô“<À¾Ó,DÃGÓã’.:¢íÍÚxn²¶;M@àªþý‡Ýe¥Ú· ÃU"Ãð(ÂÅ»A šTÒóñÇÒ‚Ž¦â' -]®W{X%@a^+0x1¨Ç[C„„u¥ÎaD{tF®[Ñ}lˆ¡QÞñŠºj®DÆMZë¹—¦úhNk/¿{\&Å4¦ÂýÜuèã h׃…¥×l]¨ ï1'íäJ/…2j ÙTß0N1¶ñzg<¤Ìk»< ðÜUh¨ d´ k~Y¦nXvl$(-IQVÑ#"ô…aÔ¯†ÛGÔU+Ð-t ¯_ "åÛŽ¸2ñcwø ÊTÜ·¸ÄDaa­[q),V`ª£FŒv¿.p‰BÈ\éÕ¼ÁFÑ$BŠ;Æy¹ÑÛŸüøiDÔ”0ÍÝj…'[ýTàQìfOpFz [¹aõØÎ²%¦5«ºùÒØBD\Ù@ßÖ{ct×(.=6:ÍÑ>øk_›nCþÄ ëý·í (ÕƪñÒj8ô©¶P q´w§ACšxSy¥Oú^íÿ±öv­Ö,ëyÞ_Y‡Ž”®¯®®Ãd‚Á!!'‰„ÙVÀYÆQù÷©ëº«ç»öSZ6Æb¯w<³»Gîªçãþ8’&à˜kÆjZƒÁºi¢’XúÅpîe@ï-åôA™*âÆZQN D{G!¨Dÿ禎uaÇÕJ î»%\juø4De$ -Iyê³â‡väAÄ"¨„P…î¨è¦á-HÚÓ_1cúãC ß~ÆŸ(æf²w—.Ø$~Ö~:(K*‘î´IÁ–Ó=×Br^G›ŒríR2îçžîG«c#Íû§áâµkožz‰KÎö^Và‚Ä8z)Œ? …ï•ù(5‚˜Úwâßy|OÏ9J¹ äQ®D@éŽè‚ùàœbkhÛ9Âd”]™Q,cÀÂ'Øs%u½ÄÎFRŽˆU£ØYžÇŸšž>|l^2Å’…mÁ¨Ñl´GƒÀ”†ÂÕnÂöÖ dc÷× r›Á¨Ô0‡°€t§$œûÆ\ô¼:^Ki-y£µ„ -x'–÷çÝ×Ñj:,'ž­s&Í¡çñCÏ îȲ‚íq”Κ­èq%Â"Ï‚a1•£QÆ\áÏ÷´"^·`¢Ø®ˆj,b9“,7^èDàÿGÄ…E=›5aˆ!J„|$rͳˆñc8ÖÀ¿ÛU¸Ôøûñ®­aø“¥Štuÿwä¶HºKXRX! ±¢ã¾BK}¸DÊ,½ZeÍw¦•ElhÝàOV -»½y«v„*éwæµköw—" q‡Þ˜G$<ëËâõ:´(,œ§èKºw­™ÅS$õ^f{ù˜Ç‹ȶò<ìŸËeh -ÙhÄí¦»vE¶Àý:®‡Ü'i&ø©Ôú<±'b󼿉¬)®©ÙTï#&jЄî‡Ê޵!T6èiI ò+]¸<û=ß„Þçú*Ÿ]O `øº_iZï ÍÁ' -Žù² -X*7wûÒ8pJ\À>¸zã÷¾04×i îhã -ªn-¨öÆ«>"«>³ùˆwñXÒ€nýˆa)ìÝ\ï~ƒB6Ë_AšG¥,*é€= -ÆÒåP)¡©2(s4ñT´ÂÖmF¯fñÄû´GÄ ­Ãý0aèpÎôÈ®T²¯)€ÐbX»£X“rÙaÞðõ¥6@C>gbºë™žžˆ\ˆúi_gb¶EÔ­¤_úùBwD{AGÖ ƒ£û9_’¬§ÄY¬|”„M‰ßúŸÄ"Zà 3ïóÀš4Q&DؾMÄ’ÇàQnª·Úš·šÕÏx”Ùš¯x±¯Ç£D5Hkœý Óç5Q8Šë8=%ÝÕ -j§¡ÐÝafí¤KÖèìiM¹wÝþ%tygT«ÐKòÎá=¼®:°ybG߉QEËqîpÝÿÌ$ùÊôÓói'g5[ß9ëxwH¢PyÞQ48ŒÂy¨î+=ñ‘äeÝ `[Ý­ŠÐö”=ëéÑa‹Æ#f¢:¡Ö4'Z&·ºð9d}åÇI3¬mš«¦é Q8‰5?ý« ¼ÉšƒÇuYæBଵW‰ØÚyEœ[)Q–áÂ×äÜn®¬î5ÅAØÝ$ ¼7s -ÒzáŠdÎÞ¿šã‡½Ew\“ìTÓRD‰Â°V—·dmMxt¦("ç™%sSãv¢êõV‡S}7ú7]Ê Ó¦Œ> ‹`C¸³¡=oÑLÑ䡨¿`ÞéÛUižÜöN¿A5ö_d?÷‚Wæ'ÛE8eZû¢Q•± 7h¤õ! kDH¼Æ[ô8Å“W—d`¹½6ó.ÍíØ¿Ší³Ïx†¬Œñg’Ýc¯Ÿ^ …)H't‹¯Ó™¡ÁRÓÂÓm†R½ø}f“ÖCc«¬jöi„‡h xÉ:ÍBI<Àa…ÍèôA*-rÄ)ÉÔRâ?ÎJÂï»ê,·ŸÚêÙ¿Œí ]:”™¬«¾Í±£Øôˆ*$Çý•¹æ`œ|ðuÚ#“/ÜN*Ù.Hý× †—YU‡Ä+‰ŒHÉâ~0YÀP[5Bapª­‘+8œ&~9 #ÊýuFί•ùõä0E®´Â}+””_†èË7#œ5ikUr A>(Sß㜠gøòý¸F˜áa·þ>ˆ÷Ghø Àp‰e¦[™rQ¡5xªãiˆX$"fòEPªæbß@®~XÀͨIÆÑØ÷ gGy…Aó‡ÙUÃ\ç|ðVhØkX-7I|ˆ—g–uþù‰D¢œ§ßn`á2O÷gëHõÁºžÉŠ%˜ÿY)ÌoËiÇÞöI@–ðÏÅð‰øRUÞÙÑ'ÈîE§ñŠß×S±Ž}¨|yj4¨Ø©Êá&£Èì¸ìÍ7‰RÑF6ôÌÆ@Ú«ùÌTPƒ¹›Èæö0Æ2‘¦ô)¨Ê³ûÁèq'"¿OpÙ½&<ªç:C?Q ¨ÒÓFàÌ¢ÆÑÇè @‚Š€y®¾G½B~›ì½R ÷¢9ŸcÄÍÕwf‹¼5™MW-]‰«_!q±"c¥qV RI±àÙxSwŠº\+Ê¡;îZv1k+ngÂùèÀ\^Ès–¨^KöÛ¾¯-®ú¶(DNVO(­‘•Iû\wÎ^(™¢u™—£’™œ–L$'šaTS…ÛÆ J¦¯:ÜÂ-æ(èPN~Iž#£ç©œa&•h²cWÙ»K £kÊZêW0\zçLT>>pY…3¯(…Â̺âÃDÚ/àÈ€út•zJ0kPºÑƒí73ÎØ Ï1„©!]~"2óòUûÅU³eT< ÜÚ3ÏÁ×[%ÊG-ž` ½Ã'm H_Ö#aûÆŽƒÊù™1U¼ÃU&C¸5sûúÏ7’ûgÿ:{ ê1À’B¿C×Ó׉ÍL=„ñ¤_‘:!"º¤Ð³Î™ºC1d›Ö'O‰’>¨÷jÓ›š^Or«'Öoþ–Xôí³·¸y»Áx-åÁYì”%Ù÷{~iqÌ£ßKòÐïӠ¥úÊ7RšŽ§·Hä( &Â8>jò÷ŠE;¯õâv‚§ðë#ÙÂGa•ÆËÄr£¨¸!ÅÚ‹_UF9[š:8‹ÖÂ)ùÔ„Ì»!*&6DÛ£¢™¡×:¹Lw'Ò'Ú¤YÎpd)꺣qòî-…¿Ä¬wQ¾2*ÜÖìIƒäi#ºðL[YDšVƺ½Ó÷½.²¹z00[Èy”æûµ³?§É‚¿7 *J‹ÂÚ¨d¦¾]x ¨ ™Õ*Ðv¼à4]Ìcëá©´pªÙTÊ/ K¡Fi·Ú–F $B,³Ûñ35qhø²_9Óá -Ýou¤â®ÄŒ‚Îb fé,¤Õ¡P-#Àó&Âp?ãPÎs±ø~#’t îxxþàA0]!G®l:#öH‘ï;Í™Šâ®bhlPà {fU­¼?Ä·Ô·ú’÷j^Šˆ$AvÆó­¿ Ú¸³ˆèÌ£¼ý³K°þ¶Åà_”k–Èz…ŒÓѤ³Ào€ùÎ;ú^oCªfòjŸnˆ^àêG)™=2tG¾•ƒ¹Ã'»uÆbÙ;ߣÆ?áŽ.Z&MÎë;.äRByß×ç‚3Æ©,:ƒ Í„Œt%?Þ·˜éã©oR±ùT„²Ê& -8¾ü‘F5’Z™¥ÑŠñ|£»«rÍH4J"°>ÉýÊ UQÀQÕv¾ã3MpšÞŒTËVì½Ñu´0–>´ν´±#ðäKM+X×ýÍë@Ä+¼¼3ÅqåLx 9BÀ]-˜yÀáe袸O#Y¥ã‰TqD{:G¸.m^ÖÁj™¹ú6ͳH%c¹—Šõ¢iÙ¢—Ž îgÀP2J˜ö®ÝJ+Ipé¬õ¢Ô_ò¾Ë5¹BŸôb!ƒÿµd }—ŸÀó¹¡CáàÃÖìåiŸŸ_gò+1u€yÛO¤‘&þ·!<æ~þh˜@‚DFÄ_âh5áAò°†@=Œ:ò!©C¼Æ°e:UÀÅÿ¤hv!ã)g:W*•UAs~&ÿcB¹CÆ/.‚“×éÃqøþ…E•jD.Ü‚ðVSv¤6‹Ç|DCk¡ö¬4J &Õ¯_eF%ñFDàŽX@d=ý¾¬;:Û”‚Cºqxí¡‡|€¼~ ®Ør€r‹"C=ôënGÃ}¿Ðk¾°·N/³HÓˆÜþ®dîW5¦D¿^ú [ÉŠ¯šÙÀNCÛx•8UÑOd|XÅLÿÜšr/rø%âÒŠANNpN¼ë‰k7Õ›ˆh¯]ÙУè.zï“ ¡u–±[Hè¹<ôÁö_÷q˜Ó RèÁgMÓ´^¾Tðé™ Y­fú¦Òl$@­Y|&z“í׿àÁ ¼SÚ(éÛEôƒ¹ƒ/“‰e˜ö\š•= YxR¤­¬0–;'Iþí ÔUoo Ûbzm‡÷í»Ú»ŸØ8¤'¾³‡4‰š†äv±ò€àÉsá ÁyîE$îþjÙÁLèZzEÕŠýôˆS$(ÉIµT’äG½$¬Pø…½ðÚ\ £4K²¤¥éuTPx,WìÔ…ÕcòÃ<°=––×AëÀ€²-€ðønZðEÝ`#{Åœ3ù)“%Y*`HúK΃¨0¤ÜŽŠjíL(¯õ6ð¸ÂWvÐ ©™E=þ¶yã Ã(æ® -æEž´‰lQŠpîªÐÒÝMj¡…Æåó%SÿÄëP]‘}¯êXRîj©|õq¹Gšûê±T2_LÝW€lÜ? <É„$(\eÄåÐ=_=´²I%®p¿Pfl°º–å^_6[‡t§W "…Ásö(iJq͈rô¬¿Z,=B>úTü ú8°\Æ@Ýa„©QÁʤ1*Teª£pã—£®· êýƒ0ÆðÚi÷Ô?=N){Á€X­Ù*c~$‹»–€°!U/ÈDTªžò{¶@ÙŒ»%|ÌÔ)6¦:{UHy’Jràuˆ]¸ºÎˆžž$a)¢ÿ8¾”R -†|ñžjúä¶×ûgæü¢ Öm.­¤Yƒö»PÎXÑŠ½J)Ù:rÐóûk‚ -ÿí?cbÿ¯>ÐXÑçÿý`=/g°.õ ÷Ã3lÒË㫇ÌeÐ5êÞ™ÜÝ>‚$ºBïì÷¦Ô'ј¡& «Tý÷ÔJ0ò_N—®\òf¯§üÀ+{gÉ— ,U‚œ ?1j5uZ3~%2¾S%·«úªÆ.i_|âµßTšö­>GÙÜ Q5m}ZŒ—ý:Ò¿·ÈJÆ™€t¢GöWÙ9: å¥îs9ô°§šåÈ»’"’½BQÖ5Íaê½1|TÿF¨Ï¶#FlÝxŒ¸Þý¹ÄY’UT†¯ªß³ªˆ@bXsc¡ÜLšBÉß)¯FY´Šóì{yáh²DKʽ IóAŒÆosŽís¦î ;¹_!6¡x ö©Ã…ÓØÔ—ÃÛRÿ²Û^%žb¿iM֨ƓÇJw?|4të -eWq>œrœ<÷c02 –µ¯-ËR`ðRUî~¥ïeÇ…x®Œ¬D(²‚®AÓ‰yÝ]v¢|°gF)Ð1}ŒÊ7Áî=t"€š¡µßk¼5,Ås)ÙVáuÄW. ÏÀúÝ|™ Ò£àøNA YÙö¶VàZßíìH˜ï²×ÔÕa}\Aßûܺ?#¢†Û;sâ(t ’„âêN i#ü„ý£«´>@ Š«þúÀã2P™:³¹¼¥/Z+ýŽA¾YÀ÷ö£nÖIá8NÀ"€Þ7í`¶F+]7ªàknÕ# â€$ä"„ƒî@'¡É¶6ÂBŽŒKÙ¨§È2rGïê1ãúMw­Ìs»„±ãW©J?ú¸õ#È!l•‹æ}0:Eî´wä7x:¯û¸ÐnÅ¿:É!Ô ¶…@¡ø ʈnqŽû= -…Û‰mÐ *ƒ‡P¥Twmþ]û¶KÅc†ÇÏ,^ND;ý3àª-UŸ!ÍÎϨª$¼ŽÚ îy9ˆ#ÕßçùáóžÍϨr–—±ºØ¿Vúk0Ÿ'ˆE4?&{çaQwúÁŸÎ3_zÀ#Ne–3”]Æ•l`n׃@µé…^ðsPFÍ4MƒC›±óç7„0G™í}>hHiIWÓð}ß­–òoE%o¶ -¼’ì¿ò'ú©$@ì(¾Ÿ¬›‹F5•ÂEzv"šòsëúR×xÓ`-Á¨ûq'q”µ”†È#Õg0ÎêÙowž(¤ôÅoˆ6H¥Õ—¹Öψô _ª?ÏÁÇiý4®c„.,4½q&ó–™"UkŒÞ£Ù<‘U!Yé¯f Q*Æ`¡ù$¥ÑÃ^d¨íÃ+ j›´ÚîˆÙ“-1Àúäë_L1~ìå_GÚa?ž¯Çã),˜·-‰žmLÇíw$%($RŽHiÉ”ï€?ÐS ,Ÿ¶µé·å;%­oJúX¹¸•k¯ºå…4”8Ñ w©Ì­Á -M„Œƒ¥=¡}2""¤êÁ*EÇÊ‘s&9“Þ;â¹^àë(w3"ÕaÔ|¿zQô«Y‚üD,¸Lmò@©[{CÁY‰€¤´#HUÞÞ“Õ;ôŒÔŒ—i|Õ11穊ë³-`4$5Ñáù©UûÒL­a?´¾¬^í¯£²VZ€™]S6ĮȟÇD’AÊÒx:òÊðÓÚ•ö1vò=&­€þ.[Wý‹žaa Ÿ²™(Æ¥D]-]èÇŽöLÀ1SC§DñºåƒÆ{À ]Ìÿq¤î‡3jïÒ_øo¦Ì€%-A÷#ò}pB[)“_ ýcZJá*£\ ý úâ—’÷ÊKøÔ?*ðå üá{ñ§¿â»(-EÅ[rÉ:ЮÉ[x³v³îÔ4ˆiFÔ°¡Âq|7ê”&4R I±h@¶ª­ƒJ;à  švi_ç/èO°‡E¼’`286êíõ#sŒ2Cí'‚Mºb‰ú`°vyäšNÄ¥'%s«w´Z$ Í„"2§¨Ô .<]¯v EÛk­lû3¢NyJ49¥¼ò}ÜɾG¤Z™Ò‡<ÿ¥•ò]HäÚ”ýUm"RX退„×£Stn_XQK¯*¡Ôº -Ò»\=i. ÷¶'Â=݈ÎDDù‡×üI!­Ä)ý÷®j–ߨ0S§ßÑß¹r )Iê‘Öa"bŠO’%þhv6ÅqµÔj·jE¯èIÍ:Äh¬*ó*í”F.5ªuUÎ’wQ@e4oÉýΫ©¶Fh#¯ë×.:f”x-Zý@·˜ôHñ¨˜C78Ó1Üÿø÷®”1„ÄÓJ8Îpü»¼ü ïƒe‚¢Ìú4ï y¦ŽG=)3âægÄŸÏä#º6ÛÚQJ¼(.¸’úß&†–ÿDsâϧÔ·ð¹]ÿï¢ÜX{‡Nû6jçfQ&öDA¹šÐ(†Î<¹ ÜIWPË-¯š QÚ‡ÑJ¯‰¢MÔ`k„c²—¶¡­Ö”M£¼Ö¥|GYQ¾ šùu&ôiƯ¢Ö£¯ýõœ)Þ‹]ns"î<3½!ÁΪ,£oè‡*3Ü4ô ¡wnÉ-ª(ÿËðêÌw-Åh—{~Ùö$oX?DFêcS÷Ë›ï#ê:(ŸR@ùU† l -‘ˆdP4ªùÄÒREé›ÙVû Èjõziï_6^ßàÁvp Ê Ybýð[0ß`l¿tÿ>£¬‹‰Ã,Ålà‚ÁÕ\ gJ¦¤óÆj(â1>;j è9G¥ þñ5‹  vne–ã„y~~¨²% ýb˾“í§A—t¼.%ÞqÉöˆ÷7 Z‡Fõ¼²Òû –.r;ú#h7…+›/kº{d5^Â:;+¬®ƒ<›e·ˆ¼paÔC„ KÐqÚïÞ8"¶ª5ƒHíc& uÅá6+FX€ù%ªÓ¯Aªý“?s\Vpjp±B±pd¨þú=K"š=ëHÒ+/ýö½–ª_v†ÂŸ¤d‡»‰z@`°zçL¶ÑÐ}QÓäíå†]²‘z ]9ÚŒ=4²Z47ç lÓ1¨ËÐ;?R/öúK3Õ¥žË\°:Pë=X<Ã~ûã$é¯YQáܘû+Š5ƒ×Ûû§’¡õÓ¾}ÜÌŽŒîc• ¹ Ü;8:/%è¯âèg|éûH3696‡ZÏ8_ÈLå®W¾l±"FLÙ¼>ÍaD“éOº ò€ªÙxÙ‡¨ÔÓjý2ÆÓx}¹;wûÿ9y¿RåÅŸ‹1óu]¦ñ‚€Žð`¡ë‚üq/úE/ Q Ýç(щÌ"/Ìu·ê§íêeI‹CÉ*•¡ôëuE}jÿ{Ó8GoÜ(xÐ*r¤_Ìj;â‰aü¹]ˆå‹Ø”ç}ò‡qD¿˜€"ú%’k3W˜ôHîs£ÐÖ~”+'Ƶͯ+š eÓ‰›côܳ?—þF€g'N$vD{¡€F-z§ßÍŒ×ëtÆ¿Œ3~)w;ÒK€ šbI^âÊðûÌ÷÷ö;_õƒål…zéjÙoœW˜‚íç&Í“ÎÈ—Õo™ÚªtÀo÷ÉcÌÊN¿,A3AO9´#) -ì®-|ª¦^^( hİ•ÒÙ™ŒÖçß]K ¯K}m Sý4Ï9¤yVöV=KÉ;öËÓã&vôƒÆÓ^ÛªíËâ/ÿFÊÀ½/r‡lÂ`»(†¦89G+LMoÛy‡ãVœã™Ú®!à3ÂËÿ05ü¥…&C~v»ÀI+ßx#œˆû±½rçßÀE‡íÀ÷#Y‡s” -å²:šâ‰ õ[G´¼Šük·\ïðŠˆU~ ü˜ÉAÿR†ˆ(ƽF9ä¯gß(*¸iñP4^ MðCÄS3iÚÏÖï=öþ2HÛylC”¦©ÇwƒGí‰X}½Ýµò‘ s±Î8î{Àû E@Ú ‡ý~”¢§ z{Ù¸cˈ=¸]³f¿;ý}(S;“m¿ã  ¿CNòJš; @º>ƒåÄp%íŒçê`!ÐZÌÖ?OÕ^ Ö‹€.Oæ¯ ca[3&Š; -L‘_2uçtfG„ }×AF¨>³`“VŽ‘ôiõõv7Ì«x‚‰äŠOK©ý Bm‘N»­—ÖTÅïˆM«ôm÷gD~Š¿2fûýF6TäVõãg!c”/²¤ì§IìÏ€€®h˜×Žî{”‰6B™ÁÀª#ŠUã¤!  )”ÊRt†æÈŸ¹a4; “î¤FÓ×Ïã\Ç~EA“õõwÈÉ5ez»%ïGÎòx 1ýyrQh¼A¡ œX}ÉXÊVøõàkÊOï WùÖ#ÔCÅüËãô;b·Ô5‘ -—í=tÞ?P@f´ïdÿÕ]áf^8ë¹>Di ­8ztö­¬gÐüÄ) vxœSÕp`æuÏψܩŒÐΟ™5ÿpœWõ#gEóMú•Ô鎾ì‹tÊ¡„º~`óô¼;鎊˜J<@8<’äŠ:Yàƒ -p»Ó“IDÌk—[ݱ±y h¢´«[ì…WxxÍŠ®Óo>Ò~•eÙ7Ë—ŽQ»‘‚Xô«ª1 ëWuRÔ*Šðd1RSßnˈqv:©ËxYH‰÷flO‡y?O=óþ½¾´QÑO“'Ý\{ñ‰Oø¥>ƒÙbe§. -{«¢r\í‡@aE­Æ9ÓGÛ‚Ýbº(@yù5mW¥/tYçøM0vaDFRiµË¬–ùF{¾$:ë›jÁg¬‰ÒŽ©¸F>õ•™]ErTzûŒã¢Œw"Ð8»¤*ìk h·?_gФÕL¥¨¾éõÑwÚ9S2Ó)ß@ñBG-û‘|ﯣ¦0P¾S% OßÑ€E)4AgßÝ?"¡ o+ɉc̈ŠNÚÏ…¡Ø!¥D=i2Vk-9f„R±7ûÝw‹ä §õƒÃÏ×£­Œ’JωRÁvG£PEfM´ˆ¢foÍ}ë±Û‡±à2¯v7ý¦¯?Z)”¡ЀGÀŠÇò¬!’¾˜Wû–i¸NSUÓØ\,¢ðÇYá/"þüî4Ô;;¼úǹÇËßݯ¨þ)3Ú¨×TÝz¿Gü¸g~D!¤Pþƒ¸[‹pÌs›³?¹©÷¥åÒ\Q¿¹¿9ÈýŽí&ÝåwÆô-Æô¬— oûå˜íq°þJ̘:¼ö˜jü,ˆÇ%fŽROoÿ¦ß{Çã9XÚ÷Ú:ô¢þé´—Òë4E×gÌÕ‚n× 4êÁV;;—– zñ.²‘Єwì®YE¦c6“k4íÁDs‡ ekçÛSÃxžˆ™ˆÑßÍD I–Ú«D”õe×t]!G݇/§È“,è'œ¦«IFº§TúÄ}ë™Út“±›f×p Š|œ_,é˜^HG}Ål§×oyùÁPYær˦Ï.…µ6J¥š4ó4Ë«+ŽÊ”º ´’®Ïé–I€)ímœVç§·½0+íÌönöÄyãì®6M„¿:ú!€ ÃñâÙ -ƒ_E–Çág¤ç¿·žq޳bÆ^[–+× •m\Â}ýÝ ô?Úê2ć=ÖÆ{ï`_ü)Bƒ³ÈWä«è%Î jøö¡‹Ò|›½uÅÒó†03-7+ÊŸšY§~X–9|åÔdk9w}æÙÞý-³÷N¤ÇqE1_ËÜ$ãÝÏVMô öŸ"öÈÈÞ©äzG5FÍDID­§5Ôj;¸ºÇPi¬<ãÞYÕmX+ù,øÅŠDY?g‘(fxÕC5ì¹ÐD_…ãÒCREÑ'é´bUQ£ÇPУtÉóî¼á¨»‚úòše Ø!b–s%0ÃÜu^ùuÛ%ìëRTñÀ‘,2#¹ÁÓ>gþ܉:Zl9¼-«izÏ–ݹñ}ÿr“ý2q’•èº"ƒ¸ -pÛ׫¤}]ÂX¼QÎkÅÔ_öýõi-§ÃÒB­àÍ~‚k×iÕœüÀŠ#vdqO»ñr:Ö´CÏ¿§K?£f2INzÿúTˆ4Y¿XÇ!u×pÿuØüˆÀ}…œ&æ—¦ïGTm$MvÀ»8kæÑ æ ]š.)gÔõ[‹ÿa‘ÙSÒú1âNÄ—ï<ŸvúÃabÃé¯Q›“`OÁ,`GÔ»•¯ëu£ÙW#$˜okŒØübRñ³€Í:p vHÓâ9ª£"Ê¡þEDÞ®“©}ü9>7ºcÒ\ØÔÓëDÈh±Û}DøÃŽü°/æ#H8=KH·f>×ÙÏuòtYC9¢Lþ÷#³Ý_À-„»Ü`îϨ ¨´D–cr@ÌÒÞÞ¢~¸Å´.K`*,X=¬Gf“=îGoû§•ÅWBåJk˜9ßûÛuĶh¡ðêÏÕlýÅCš¾¶HÐde¦QÄÖHÑ}©¼Æ|•n`Cäc{ÄÕöÞÝÎSû‹Làíõ>Žºè1Ñ5QKaG ôED_Ç™Åt•¦^ ‡Å£@ŠSÚý× ²‰lLi#[\ ÌŠ)/Ò¨@îB´CÿimEä—åýºØ™a3ºž_¯³ªÎûžTÁ¾U‰ž˜v&*AsWá8¿>˜EWàäüÛP"ºe¥9ÙAùvÆ 7 -Ò"eÆ:žž†Òû¥Æ}û#"J‹÷•øA$¿G©áCO Ÿ*rRÝÄ> Oi:òÔú yð-æ›ì6ÓþK£ZŽ2z{!åà-Ëë¸rÇq¥||-¸ˆ3X6%¾Æ*-‰©QÀç>Ás-Óê—-æì¹ë° äž¼YZQ·QÍöÇз`tƒÕg.[þ\ÅÏ‹Vé1ÈtÌ?ÑŒ ‹ƒÈްÄÕ¿„¸bî2Ï,Œ Ú:Kgò+×BáήuyÕš· 5½^çjÕûuʜԞ/Ûü§ Ð3íòÿQøqljU7ª:1ø ÿêÀõ›ß_Ì‘ii\f(=šÞÌÆE 8쌥UWöézðX -ðC§©²€Ž}F¤b8 -Ž^ži0v~j†áQü„ÕUÒŸTøc×qm ÓpMö{MûÈBß"ÚM9ÞœÎlç}•cGI‰Ö²Ä“çð|::™¸[ ¬ÏÆ’84¬ žã7ÏqBÚÆ‡¼G­S˜êî"l¨K?dÊ{ÇåªÞýpø/ÁR û‹1±û/$_j0.þ{ÿÅqú‘Dºq92ß¶<ðêgôñ’SÆŒçWùˆÓ«rÛ éGq -­«„ØSêÈ­_iåVUý¸Xm_¡,Pø ïø¾Ï¡ jŒ¾Qv÷@'âîôÌÈþÎñõ¾"‚¶”L£ÄР(_'Šïiy9Ê‚°÷“7{ŽCLƒ‚[rõãSWAšZ$…*¾'ÀÑ[\ézê8*ýzCt4Ëcé8ƒ½ÑŒ¡‚:Œëþ)Ü•ŽûaoGñxÕv]7c–(Ö‘^hO;Ö »)(ïDܲ¯?"r¦šDýò>s6!ô uŠ»ð\â:µ {thÚç}É/ܱe}Õ-J lêë­œ÷Î{¢v¦þïÏõ,ýÀG&ÜÍIn…gwÏ–^˸£ÝËZÐ<Í"ÿ9´Æ[ƒ0Ûý»v´*öX;âáŒ,46ö—Sl º‹2Þ{ð’¶ò¥¶ø„ž×Ò.uœ*™[D Krg_·rF¬3Ú÷]4=âïQ{UŠ+Ã.¨—JO,ø­G[ˆð5˜Bwá]-?$øë~Ž]Á8v¯«|?úVŒûšð‘G˜˜›ÝH9¨Ø<ít¬(Èö¦&ˆ£GÕbé1{5~¥n÷«8ï/t†)ÝBò®ˆY]ÈÅmŽ¡iÍ™|k ¹&œ„yYµm*‰ÐÔz,<5tÜ8i9êg­ä ™?viåºìW4â‰ß#^ Rš -ß>„Úq‰·aSc>€”S.ƒá#]Á©ö[y0ŸQìã¸ó<»¾ì±‰;ËΖ…ÿ ô§|b¹Xd¢à|ÇDë˜Ü1<ÖN­Æz‰o¥¼–íà+ -›@Mxqöà ‘2¢ŸÝÏÉuÈAÿ2tî¯ Ô“*ÿÏÒåÿ•»0³¿'Âû?þÓþ÷oÿæ¿ûíÿü?þù“•ßþûÿñþáÿþíßüÿîûÿø÷ßþËßþ»ÿçoÿ—ÿøŸÿËßþéþëÿ÷·ÿðýíÿôŸþó?þÏÿíþßÿš“þüÿûßý׿ûÿøwÿéo÷)þââÖ×ü«ÿåÿîçp™{ÿÿ'_ê–íWÄã!ô;–OBZuuÚ{Ýߟ(1†v6¯õUUÛÛQà ¬Ÿ·Pñ§5¥3ž>– ýúx¥F]%•Œ«…¹ƒ‚žäîã·Š,ßÞƒí²å[[.Ë‘½mlÙ¹‹°­½u@“Îð`=™DÌyRõŠf&ZÜ;j´3òPçnG‘¨üf‚X­œÎyõ#j$ÍrŽáÊÅÒ½Îñ#±Êg·ýý™"×{×Ýïpó:I ˆ"žß=”¼žDì¯Í œq"z÷²…=½ù½}îaFæÕ(¥ÆöïI­R騷v±ioò]}ªÂ¢ŠP¬Ðið#³¡Êp£gF(2íó¿ïX¥eGNÛK[ãÅûþVEzモ`¶ Ÿ#m„.ÁÉp+À~ÐÀuÜG‘¾1õ×­f šu0h®ûÔ. ’vMíJCv\T?Ñ#y.°j E”†(T…‰Â›=Q5"®`¶¸«ÎVí²WÎØÒYtÇÙÇ€ïß(ëÉB¥ Ð>(,£X)»"ljŠy$n#×;dvï$Pés`/ ½ìî•t[}írbEšpŸÃ?q¢€Ð§¦"œ;¡šd¾;]¨˜È¢ßÖ' -ÞÞéRÁž èàYœ÷ûïµØe§Ã×Ççü>=3ϰì·¼k‰ûç|®ø™ék•søïAÖÈG°&ÝuU¡ÖX7 -­XþaîþXiï$¿@P$ºv…Ò¿x"î$¸ãQPo?feÏßwa"ÔÿCf˜¨ÙMn5 ÊÁ€þN‡\¿qf«¯«Q,w˜©½°[tûíãQ0ŸãÙh!ôJDm]8ÝÀEHÄ¥÷ Ïñ×yD`ÊДâ€ÉÅð¯ÉùëöÊŠ©=q>^‰ r"â2‰ù.¶ nXܦ‘93/@qa'cû0g0"Dx8¢ïp|¿>@e쟷½?Äû!/}&Zä{¿ñ ±R.ÚB¿›Ø1# ¿ç®çÞ"r>"<>Êv8<ì7æ†sûy½$Húi9—èº9/™ÈõöCÄOîGÐÎýíg¼%÷ ®ôȸ‰Àe&Ï+ÙŽWê²:¯€Aã“õ¯Ð:.¿·˜qYÝ¥K0„ß«r¡r‹¡¤*™$Þ áþÉ»jŽÓ§‚(˜``&tž3‚UŸˆyÀJÞœº¸LD{xcúP“/ XÂr´¼ B: eü甎 -ÔaéLb^ÌdKÐ'GyÅ -]†ƒ©;®0Â;ÆÑÂ,‚ÓRË‹ƒÛXEøpgó(—úü0°à½Â¯9;R]OÜnwÄÊÔâû.Ÿ%¶Ó"lïŸþ¼¶;hkÌ -¯þ8"\ä,Wr–&UË”å2í©°„þ|’#:?)ß®kæm”n¸DìUÀ$+±Î<éÓôé_NÃÞ„9¤ý}:ê÷mÓÁ-|6nßÞ/a‡JMÁ•Œçµ/¢[Ž[j¹ÔÚ¨GÒŠ*£?qJ§4o`–h;€D;uÇÑ\c{×¾„R/Œ [;ºí€~pnˆ,P5±SÛ‹‘mHõ3UµÔ¯c¬sžËoFË,&0G¨PËÒ)ˆ!–©zXP - FNÔo¡{ -¥{":mè}(`+ˆ‘õ=l5sÅ¥5 4ÉÌ—‚­>«·tkÉ]:ˆ±sˆÇ$~¤6nLÙ®$:˜²@ZT@I<¸Nç+nC1eª> -©oAŽ£ÿæ´q§Dº›Ïƒ¸™‚ÁVþŠ-±ÐaX‰8˜o$è†pgð)ýNÄ%}igjOùu&ðUD äZ2êBx*×Gˆ[!¾9ÝõŠf#€|ˆXYLŸ]^)XÏo1C–*ôV|žËˆ?2 ö¦Å{GЮ>6œƒøÃ7áOçÅi×]h¿¹i‘o[ -óéö¸òÎàçÀ ^QFTަ«ÕÛi¤$àþI÷q®rÌ©ŽÌ\»u¹Ë°Áãc–D<¯;Q™Õñ#J)“ , m,Æ (ÚtSÑɈ®ÔOîŽPÍ€3¡Œ“cÄÆ‘ÎiITÍGœ„îªm¯èoU­(óLµQ± yìɵ¤Ñ*ì6öúôóù H!4w\P+õ‡Ã´¦(‘F…Ï“yQ¦Ø»`×´Ÿß¿a؃ìjbû¹™ÒÀ |Ï×x‹¨‚43=/è§a_ž)ã;Ý!ÍD°‡Qywö%ÿ’&~‰Àወ“j$¬I=',‚c_WÝ#)bÊÌRÚ2¹$‚Îq"ZÔÑ D`¿Ñ¥Å!ªj9r—{“[ o¢«ØœõÖªð z·€ÔE`„ G†W›}ÍJßiÔ7n 66DØ<œ¾Ç& °–’NÔ>âÀË4’A”Íym½0¶ýás“´é̆žîÙû>¢‚_×ŒŽª¢Ú¼éϱEßA¼}[Üúȉ÷j_PŸýïCÔá®Ï îjy’X\½)뎊…hÛÅñë¾ÜÖˆº3dŒáä¾ýõ9ÇaçæL÷Yž­Sˆx4¯vÀÈ»öM~­9Wr/Æ«ŽŽ1)íº—j±˜39@i+æÛ´ôÂXm±O @…dt’àá„|1Ëy^ -Ó¾€lÑ-î*¦fL15-$™¦; ïCGvCïuºÙ—(ß’U˜îùþÆÎ<ÃL:¾ZÜ×{¦ûÐq”ð±(š `-ɲØÃR¶k¾ö=kpðÃ6¥ãÊW´»ÿ`ÿÜ/ý‹É2˜(û.GÌ×#k–Ã=åŸWöZ œòïEkz˜%ì_ª Ssü:º2})£¤ ‘GÉ4¥{g(çÑ’m¹œj¾‡ô0EðK=¿Øk×aæ7°¥y¿Rì"Ôø¹u—ãi~ðŠ‘¤tçùggùŒ¡\ç×ïð—"¶„?Á^Ãî¦>i¼ –¢#p\áë¶ðI ÈøºP°]Ïg„gê´ÀÅ:>t°ø~œ^¢C¤¨PÓüâÑx¶)L»Ð[ûÀZúÆ·‰î{<¥CveR.ä -w0KHÐ¥úy(¯ 4)Ñ)Ð Gž¬ÿ‘¹(ãdø}"eî?Žƒ€?;êc+ÞîK#{Ký øKØ÷ûpý>DKdóê½¾öžW/¾Ï?¡Uk‰fÁ¢@?îÁ¥^•Tü#"µ÷ÒR~ßÞ½ôüxœ]TÁº‹ˆöA·¨?¼«¹òS\šÓ—ŽöçÆ}D‰¢b±`E$×lO(väç×sOyø°)ë0]œªÏˆ÷i»í¸Ø˜i?gÄ1bGìîì°Î=P×${ÂÈû§û5ÎVBq -–× ¸f* -ÔG^?°Z;ÜM"xÁ9̘ñ¢ŽiöÎ:]‹GÍD³ ÖÈ–ˆÌɈKy=*ˆr2ZXÇC‘àáÂéa^õPXA ˆ¢ó #ÌSéД#¸âbX"Ä”ó¹à?jQÿÁ‚yZ] -Ù_šÌó^Ñ74b¹Ý`z{<œyÙ|DäG -üz12´ø9ÓH“2á°ß?HrQ¤|š3±}ü5B@É7R§ÇZ”SÞ¾$ßL"Z’ˆñ|e­„¦.:*,(˜Êœßÿ«­ˆìZL £K1ˆø‚2¿40p~W+¾jµ‡öŠÇ¨q7CÕ|]ù’è ŸÔµ/Q‚»6{rüEN|Z_'p *†!ýmÄJLͪ2?—0]ò{ZDôëý=¸H?p‰ ý²#¾¤Øÿ[˜(4ž;O=YdD®Ø“Î.&Бͅ;ô‚¬9Ab”yž°¨½¿ã%¹¿<Ö&§¬~äŸûô/ì¢}F°»Ì0ñ~ðõàbûu10y~÷W -+v~O„«²°Ê;Í€pü¢šw³c±¿zú­;ÛDØ\OMzã—[Q<Û,û¹mcÃöÁ*Üm§ÖÓsE,-–3^ãÞZ—C«o~‡kµ6G -®¾å™WãÎ…À& …òÒ”ùð™?#~Ü¿GE‘D¦Õµ°8Íìtoú—^ª¥‡Û!’ê·Vb8ˆ¹áÐüoEî5êAóh0¶k¾Ã†•Ýýq"‡ÍÄ´cŸéÈ–U¯ ·/”céÑÃpqQÓ"İ ZÞMRĘ\‡ªìÚ˜šéhËÅoÕiñÞ(÷•гïÿd'©eõæèׯ+üï©O$£ÇÐ[©„(kNÚÊÚOŽ åâÍ£n]:a5»FœíѶu}P÷ùs{eDŒ£¿ïœ‚ˆû艸mÿ=QA%⾿N¤ Ik>×ñ~ì¯ËlMËÍ_’‰d?64¡Ï.­ -!ýRIœíŠ?â:Ú‘9Sáú0¹ì¡ÈRiÒ1¹¾8LQ¢ÔZ-÷ÅßÇ¿0±o/%ø<ì¸3«R*¾J«þ#û E±öû´S!Ù22DOÇGÏg8gGC¤éÊ5¢²¹f„DÞVþ£Ú–Æí3Q²¹&Î"Ããì ˆ^4h¡©9ºå6Âõ¢£™©w-ö©‡ìz5T‰²Í°£š¦]׈*û;u"®DP¡ ¿ö¡w 7£{W9nµ·¸Þ¤ïƒ KËmç (Ù2–Ž •Òç®ì+;ÇôˆÁ¥ÞR/héçSã§ÁñM‡6KS û€ó ±Iª:vGY¬Ý¾à#…Ü6:Î%ª[±Ï…>~ -±¥[5.+i‡êtÙDCÒ` £ =éηˆŠÐþ„瀮Ñ„fÕc?‚tóüÎŒ3uJÛ9ž³k„úH¤ƒ2á1.Š Âh¢îïŸíi¿_uXU6„pî²êEñUQîu>ƒçi´GþÌô8Íee/íëŠZX#H&ªš¥H3îǰöã–š××™xˆŠ ¤×SüóWÇË®:v›Ò®?DøôóÐØgÔ)Wë8W<ÏßÊQxâAr—ŽÚ…Ì?7ݶk|Füù€êœÙUmÚÇ}ô•Ò ˆ™JÀ_ØÖ,±LNQJÌÚ~öž}WøQýÀ»ª"·7cÈqzêÊ‚½>#Ô¹mêÜÎu@ŸQL}÷_—’ñÃþÑð( À ,he*T<…ZßÚ÷ª1ŽÚùÕGøG¸+ŸKÔU£DNgžÔ܉hÍE}²š9LÑ­Ì›~e#¢ÿºßOfÍï™Üx¨6núŒ¸úl=h"DŒC´wïÝ“<¥9Êl>êDøóÉ¿oT!½ÿðç7Nƺ ñ?QT*r—çÕ=ó{bÞý åðŸEѲFÑR0ÔñN‚·ß}b˜ MNt¿«è•O&Kú÷ˆ¯Õþ‹µï? ˜£X~‘¬ïÌ~RVk³[»»Æ“Ÿ»Üs—_p¢:ZFüÂ¥Fë ™²eÖ†DÐÕ%âŽZ Z-{"ó£`UuÍv2 ;yG0Xú:Q–í3«Sý 1ÿu•sÁl^l8ëé‘<¥ÇV™@#ævK@ç1à¢OÆ/^ëy7ˆ'û2q‚¦ejVWá\@bØV¹²—€R³<ƹ)Ø -¿EÞ÷ UvGÊ.ð³yŸ*‚ìà:nò÷sž«aû‘A´í# ÕÊQ÷T˜ë§£ŒˆÁ ßÚh0ØOÅÔQy0Љ«¿ä¹Üý-¶q‰š^3ˆ[.L¸ à{kªb¡ãˆ9ôr•ä Ôw°dV4h Ð íFªáåBõxXTWÑ«Œñ‚™º… -b¢ãÖöJéJ«d²’ïd‡.(ØJô–R>#¨š¦ÆkÿÓajSâdMh¬Ú`†¯È÷V:VŸ¼^b}§ö~çDQKclÈ6N”Ávaé%•JØò$K~“]½#R«å  ×`à[>çƒhf’Óoÿ$&w•”úš€à«zçF¶ÀºFR8c;©<ºBFñ`5Žˆô7È­ ¬~ÄVp©ñGDÌDèèÖ\ ¾þ$ôA ¤ÃÛ…ªŠ@ã†q•\Ž•ó -Î ‚ô†iÜ•+ÞÊØ]ÜÌ2ŒPŽê ÄúíîˆLTóJ@ ÃËî?þ{6“6˜.ë§?ÞI6*ëØ,Ü+€)–)Åð0Cg/ ›ùéÀ±NÝŽ -8Á[ߣþý¹ŠNµÎ /ãa–ü`ÞîRÅ`×:yt3“¸ÙC:øˆ¢ºX›vJ}¿ÔÁ¨2#¼È’…HÐ~d7áêõ|êβc!ɺy”?ti)Ä -}!:T¯ -Á_êÛ–C6­4Ýk4Óf¾¡˜~|l¸éi ®^FÄÞw’¾nnWZð"úÆòþ? $GOQ€ŽàuÆÊKq¸7A!dbD >¸7°4hÜ‡Í ÔÈõ¬ßk Æû]¿×KhoHXöƒEb:ˆàhkt)}R„ÉúØr6?”ÆBúQ’Ƽü?œÑ6i*s‡[»*Fkx”=Š;—¾€3(b\&÷¡ -5š-¿íoH -ù/£úAÎL»C(٘߂bPÏXDWÌÏŸ‚vâø3À(…AÔÏ¢þuEû-òWt÷w2pÍÀg…eàñUEã^Rů0<Š2Žþ¬Æ"Z¾ìÂÁö¼N÷ áðx á1í`G‰"Š’‘ƒºÿö‡°À?({ÿ“Ã^ ¬ÿž©Þ޵†ÉÞuTÜ.J®ýŠóÚþý *DЫõSÂA32/‘¥Åü´öñ°Af„t†ŠT‹/Ñ¡ôG5VáöVUñ è©üØ"ÂÏ¿ 0ÛGØkf8ÁPA«¿N‡˜|ò‚Œ{ ‚A×E€¦0~|ò×*Éï¿Æ -jÿûsp3ò#? MË€öQ{}3£À&zíóDiÖFÏä"ì.i•:牘çÒ! üh>iró‚?öLo -%R—D áèëŠ*œ&Æ:À]ãH”Ì+%Wtè)GXFP^×ö«¬– Þ[‹Ù‚¡°ÃoCšòïå:åˆë‚¯üD—Éûî"»c7êbÊ©ºć÷Â×$”ýô鵸¿/Ú2ÔJÏ lzD °ëZ2ã–J%|¬ã¡’ý  Ævî5u„”"j'ÚÍ(TÍ¿—¦uPï0g® DäMÊHŒ[;߈© S Ìt[}QÏE}m>ÄJ°I“\Q‚5¼šì‰DÐ ¶e|€­E›ê2]4‡"yœ½þ_ »` V.CE†›g[XµÙ«È™ÑÔÝCØJ`¸9£k"–¨È”!RwÔòkG1”&+øm-ô¿]Ÿ‹V;DÓzïôtJNdÓÖÚRx¿J¼„ÃÓ^73æß@ððj=^LœðHE% -K®ÁÁés£(ŠÀêS‡¦ªã¨X3Ë­Î~Ýx½ùbôÀ¶ÃT†óPEr…ŸxPx¥šIM÷`ûh:ˆžœ¿èvW¯·U4^KÖK¢"c8@ tˆIñFY®w#âšêò - ïö¸VöÓ}¼o=€Ó²c«/F“YuÀ¡{«c‹o_¯ê -z¥"bÑ|¢dGÓùD”’(06DÍëÒ?.â{1c4jDã×BJ&ð{KJ}åï"_tb¾´ -'O¢â‘p/‡™ žÍë°05üÖ¥Õ{ð;ÿ&JÎD Ū§­–*x†šß+BiyQ(°îÜ¥_ /óÔÑ–½be{ÍóEd'‚dSo]Ñ@0$*_HÓˆÎn‰š~}6RðAئԣ«$»‹ÔÆ2Hè5ð5ŠnrÝn‘¾œ×õ üª@õðazHÝAr#öGs£‘¿VÅŠúr°7©ûQ‰ H«Å¿Êž>pTèàU{,€,:¥gñ÷gãÇy—îGNEçƒ~ØE8¸ˆb„¹UôbA\zFpP^Òóȶ¾–ˆ³T'J-%ª¯v±ÈÉá_’æ¬`{çQg^E†Ÿ%$‚›d*âùÒ‡gò”}ȵx½CE|ÚÎßþ³ŽˆK–JŽ*„â"I2Ù¾(ÉŽëGSÉdf²Ù0o›á…„~n¡©Ñ.9._iz&Spë.ª¸\d˜PjF¿â>†E”TH$ò¬eLŽƒH^Ÿ,Pžè÷“ ËW-…Ѥ#ñ©áÏFŠ€ùP¹?ÙWɺçèøúF“'Ô(#›öQ –-%¨^Mc÷ é×Q/Ul.ŒÃñ¦™s®'—3JT2R9•)¯w©QKÁÓ´“g––Ó0-fXÇ•Q Ëý³­·Vìh4 rßYBõšÜ)K·Nˆ›k'ƒå"+¡D\ˆ®=Ó“?xEþôW|'iM@¾]sµÎ†È 5 Ñ¿?QûÆÖh€×#TšÀÆa …(±L»ip<=9ŽDUäƒäWW}Qœ“¢¨òø…%ª§T(cUzÖ÷–œ«œhv‰2+[;â"õôRnìx•õL¼uãÄtºÖ—ùº.†ç×&Åâq¬%ÝtW†ü*84¤ÈãîË!3è¡.l²Óß«ºjÐV¯ÂqÂqµlï‚ ë0³(˜$à—|¿ -û©ŒHm!—'E‹w}1Î÷cÁ¤±Ùç6Š†ÝŽÂÍWJ:J="F£ðË.½¦H%þ¡ '|D«ñõ_ǧ -ãÏË?W'žÊÑE†ø³¾x>•x>í;dXd"ö‘f"X/Ý›ûÕ«õ•b"õÀÑnÒþœÆ;š*<%'"Õä0–:ŽO* ¶2ã‘C“ïkÎ4Öi`î½E—Ÿr¥w>E§¹gϸ!N7¢_ÄO]Kè­P½µ9?*á§µ -êˆ;ÖÐÅä†ìíëX £6–D:ol:g*Ge£AåÈÈWiÕ©]­ìð´ÀÊî*ï™ØÂS«Nxj´X‹È-ù±„Ñ‚oÔ˜m‹«èä ªLJM&JÊȸ×ß~Ç JN1L¾TM0mykl|6½ŸÑ™#] - ‹ýì(áY |Ÿ‰ê×<“!,óÌ®Ø,PA*yñ»Zº U§žæî‘už@7¾'à¹Ô¥éÈi}È{Ð,gR–»ôQû‚ê6‚î¸oç+]ý\€¶Çã:‚6f “±å»”1àn&ÎLƒ# +ÎáÆÕÐ#œ?}öP€Èx—þÓC.Œé¡uýˆÁ¢Pó½zé—õt« ÉjS3G+WQ2ÂîÇq ÒÛ`±å3þ›°3ã>ØË¯ã–wÊ“)½žYµcïº ölvÆN>¦Êbh/k BFÂV'ãïóÈÂu S}ÄQ‹Éâ%º…7rHšïtÙŒ úVȾ³Ð Ò&ôÀ —YrO?h9€ÊGYt¤†¦ð!ÈLIjí&ÚуD"ßç¤\ç ñ>[4õi©ñ мr:4úFÆá‡U‚it¬Öiþ`ÏÀ‹k —þŽt—pxsLÆŸ./w¡Æf5Ô— 3 Ùy«ì}…Ê–›Üׂì»SX“¡ÌСJì4‡R­Õ¨êpb(†çx•Øê}¦È$Õ3>OãÌlMfö¿Wí—ûFžJþLé+£‚Aaæ§ïÀ -ž€ ¿EÍqÉ1ó`š‚šûËWáT•,M¯Œ–sYîí÷Ž‹_3æÐ=_‘|PBÃ+±Õé¾GÓoö‡yÏ_³ò©X ã@‡Ã -ØþûÓôå2Ë*ŒÒ -ˆv„9ÑpÊQ’¨½QY@Ll&nÔ›/š -lv:Œ8 H@Rwa–è. 8£0D„8£÷}7ëø!›¤ÊBë -u^²¹ü¤¢PPpCÝB*<ä¥çÈT+»9¿ÎÄd”¨îÀ(¯xGÁº1‚t›o&ý8Ã5¯¸æsÊ?ïý(IH†íŒ—Ï"Ë‚¼œJ¬7iÉ® <=¹ßˆÀ«™6·ä¡ì<‹ñBlg`¤Y¶£µÈÁÖ 4ŠÍÏ{ý É¬ÏþSνJÒ”ìËP¼•¿á6£lTÕcý|äÈGÖï[,žÈ—§T‹|’Ê -®u"žàW;K÷RŽˆ¤)\ú¿w9ö_'ˆQ¡az¢†´ŒÇY6;åe`»"/tù“SÄÌDD%µÏé=‚m=hò}{1ÄóÉŽåÚ|˨'äâ}åô=}/Õ’®#û!7K!ÐÖ‘‹ò pÍð?åî¬s#µPŽy¥Èêéy |£ºûˆ´é<dz \É(S;:ÖÁ U=R‹÷£Ü™@€ÀîR†:¨Îó"¢½¬hÕ˜qÝ¢§ÆO=fXØìTZðhn ú]Ü€º`MÔ}—ôÇÓžgï N-–6ö -]¨€PÛÏåmA8pO¸pcÜuÙHç@”­%Ú`bœÐIã”–Êýr›x¶Î™:Y+p<$®ëøŒâ–, ºÔý°öo»\ÐÏ`¶¿ÿµ´¸M‡€´H)Ï=;ÖßFÍš§W³Ñ’A‰ð;Úl-y[ºMúê-v®êWÊ¢ Ï:~N´Y e¼«X2Óhô®O×Ê>Þ˜Tú~ðD櫯£R1å 7j`ɸ0_ïo%ø -+!I—®h€Ëx³Ôoª˜ï´¤ endstream endobj 88 0 obj <>stream -h;84<¸äÓM6Õr£V—‘tgT»fÿÚ¤:hrëVhÉË åCŒÈ/5’iOÄÖñ÷<ˆåìˆ[†Hý­Ø*êåw/n1 Êï¼_!,dÑ`ßç£Ã°ë¸3ÓzŒƒg3s×T ÙwéÎ<3~„γîû•|R‹î—¿D$ì>ÚQÀÍçŽRhC¹«Åö'j@Mì"…¨ê—M÷Œg*6øhÏõDDÔBÄOû:¢º½MP ¾5r¼ãö¦‰Ú!ÍLo„Òj­Ê8"âù2 'X_µÿ^[EÈ3H-ó2î<±=BÖ… •Qâ8¤Ó$:j -QÇÞNæï5_Áïž¶¶Åà™ xî4PÂ([ÚD ïêÇ}{©Îqïˆ'T¬Îht…B}ù›tÚ¯PýÓv'Ó‹ýŠ’ßAêA‡žv99Õ“‡Ñ]à ¯p‰›4±z)Ø¥;É:"oïsLÔÔ¶J=ЈêäÕDTq”{Ç(+1MkT#Òž{ -fS‰0ßAêmh‚‰8—‘‘ ¥Òý{M¬=Äãë:— „¸÷u’¡´xJ!”¶~V‰áBt¬˜0¾&ƒŸ^ò^$ÒHêñ£ÁÍvÈ·¸ïÈ´à‰0\Ìõ"_BÃìì!hyGm¼¾¢QMlòÝkxn)¹#ø¨«a Z¶w×Ágµ‰5ÀÙí•ݧۉìÔ^HÛfËÃý•üþ—V‚°³–9ªÃn,˜¼6,sà†Èä5`ZŠl6g<@f‹Z -L·²øš–Ý}•S]®P´Y5ÍNæ‹üeõ¡%;.š±NÝÙÈý2E bÒ—ûx)dRž¨z0}IßzbãK¥é•Œû]{¯e÷¾½Í†E†þ‹Û—­ Èžé Yîxa’V÷«xê´!­¥såñ+”ÞËÛ²£F*YuONÁ„Nau –†¡n· üI@ù/ŹW†x3Ú43ÈÙ¼‡ÞëÁ8¡R|½ÔíÃý,€Ý²ýyxò*­AæáÁ£ú(ꎳñƒûÙ¾§ÿtZ…òvx E„ÍhóA#-2¨A(ÙHb™mað¨?!ûÐ;Å%\é1J{ŸúöÆ~ŒÒ¬A#Dhç«l͘ òÁ× Ñ­ta0¶KRÿuÒ.Œ³µ}y€Zª3úfÓœ‘ÅÃþ<å¨3¹„C¡g–3í$Á‹Ä4é=M ºxCÃy´7Ÿ¦HV¬ÚJö]œ ¯ùÈ™7BùÊÃùäB|¢x÷§SBu¦÷`·ô§BLƒÜŒ.ˆ½úu`îœ4ñ…K3r©•V«ŠÇõ’±_¤$ßR•`‘&`3:¬ë( -ìˆ1¤¹ôÈ* ð…â3ÊíB@øà­Ñ0ÔP•«™š¿ -ÈËsK†êç`:×óÛL’`Iѯ¿ú™ì´ýµ²¬z«Úá}´ñAMAIqôýyi±Vc@Ê+Èàœjü±^'¹©Ÿ&þl¼’«Lœcµtõ:DÝÊŒô‰ß°ØØ‹áÏ~ï*÷°ÅÓµœþ¹Jù -“íâîÒÚa…€O?]É’VÚÛÛf|wÉ= -Ȉ4«‡¢ˆNQ)‚<ÒÓLÉØz–#ÌöæÐcg‡FïÁ¬NÍlt`ˆ«äJE u>Éz»}L@QM|ê+,)Üùù“†¥ŸÈ¨®G1ì`O÷wæ– à -üûõ>1/œIÇ‘Qq²Û§“HT†éà(`ÉU†QŒ=ŽÕ,“0†ŒFøÏ(ñÏt}òÏÈ/ì?œoŤ>‹khké߀(3ÎO¬œà<Æ+¿Õe«¸ôÆ‚FÊÈ´~q³^2ŇÌБ¿2N¢”²¡K©Š(_Ýf¥/`*Õý™á1qs$M èc0”cïÁíÆˆ ÿ=ÁUsvôý°-ááµ0¦É™ÅŒ³DmGÕ)Æ9~{Y«2R'ò§_ƒÛgÈM*Ц6îãL§ëÐ*5Uw*I5L)^¶"éä>'C/ ´šs­ Êhtõ¨;V¼7'ßóáqJ#Ÿ1‹T¿ò¼ßö~¡AQ;}Êõ= óóìΙB屒ȯ„-=´9ó‚J0*ša#}Uä=ßí•1*5è^ˆk:$ÒšµÅ›‡*£<=ž ºLgù‰ød¾t>]øp‘‚a‚ëQÃá]»2l %Re6÷ó’"‰Ï’RŽñÓþYtý`0I“:Qzkê\rwÇŸ½½òº_i†¼ð‚¼}U¾Á`ÎT•+ -(žä©dÀGð¹&= t\oŽ‘ÎE/óËÊà9zÅh u?ËoŒï÷#x>ÕS†æ°Øëͦ÷øÙX,ïÿÃ×äbŠWètHq"„.cO»Î™wåå•÷¼zt|ª©jJŠ–×“Ü -‰çS>«š -ª¿Ïc¯s;{wƒÉµ £t;ãž!kðœéhöV¦Å€íÆÜõà•¯¤ݾ`ÈÓš·å0·ñ›ÐPø¿4T…8s÷l½ÎW¢„R¥€!ëqe¹Q÷SØy× Òh˜~Ë”ý ß’K:ŒYP±ë_ù»#ª"¶+w¹ÖigÐddÁ,(= (‡æÍÒ„£DAu“zO¬(%Â/Aë]”¯”J{5ºÒ"œô‡CÚf ]’5DyéŠFJ_Í~/k-²z‚ÂfUçQï×Þ~º„®øûb«0u\ iã¡ÕC½°×ÕËv¢¸ 1‹Îz¾ßôa¡þ¯¿ A` ↕_®u¶.æ&Ü#D2ƒQAf„ˆæÆIÓôI@ˆB÷[ )±+-ƒïNÆIУ¸KÃó[èSh¦R`»Òà‚]=ÌMæjD®#©|£$8ýf?ŠTŒ ,®ïPS#UTÇ¡ -™ËK¼ õH”%•‘BݧDâÚ÷‡¹ ªúVŸ\_™K‘~Ï7ð;ôŽÐܨêÕtÖg‡E¶Û2Qö p·( ©Nëp-ö-÷™ˆ…‚ØË>NK—Îã øæTѳ¡ïí‚•OãÈ8Z\J7/3 tÒŽôt n~ZÁ%±ÿàyúªŽø%\G Lâ…Lm+aEÙß„a&µå@_0®-ò‡Y¶’˜<¡lƒ6oÇE‹1ÌT;•ÖyI•,:Y-“q$=e ùìî~,öæŒ"ãÝÕµ~ºiÂCCcôý×»cªÔÛz|¦ ÎÙ#õ±ï˜B<:qœ%þ“~À¹y`6vľƒˆ×¯¿7­ƒ0 Öò¾v° D!>§hV¥€JÁÃ" -Šªº¨éÁ\™]°Ž¡=Øå ó:^BÉàÂEKMæý±X$j&è.e׈±<+aº68žÑä¾Gc4¦^a%).=‚µ^¡ØÃ](NÉoSÄ=}L_V#abÌ®jº&¢ó¹¥C½àCÖão<Ÿ®ž_gXŠq‰LEeH¼ÄÞ;rCäøÈËW¦¨–:ú„‘a¼×Q®A¦ù9e -y¢|}/‘)•Qß»ëuÈTAßC°èwÑâêÞ²º!0Vz×F^ú>öËD¨¬{yD“*NË*ˆeΈ@¸aaÍo©Í¢½Áµ¡·ù¤ö¬4J&Cü÷7a_•8XÞù82ùÝßÖýÂåë>[4о~Œ¢Ù¬r !ÛÇ+(Á <ªítxàùÁ¼.¨±ç޾>N1Wå¿ßñü’®uj^“oA”ù:¾naÏ8¶«Af¦ø2ʺÏC".ͨ:R±Lω—àd#¤ÿÎnwí=Pº äfGå±e—»ÿ.j.ûþk=}`RClPàP¾tïAÑøtÞ⦆ö‚þu2øÄëk=ÝÔGPnAL ï†"èI,šnÜÁ—Æ´&äh©‰;o²Œò@tøíàL¬”°¤KØ Ò -ˆe=7™íëÅÜÏc.±›ôˆš.è@™ñ õIQ èaÀÈsoR·8Š~6Fu)½¢c…‰æ¤HP>’‘Êö Éñ ^Ti·x:§€LDtÿšK¿ËFÕŸÊ ŒžðçöÚøDg͉¯ƒÖQ7²ÛPFª!j8àTüéå2Økl,F°ÔÁö - ‚Ò,­PŠ,~é¼Ã¯P­*n w0ÅŒ^<"ÀO^ôZ. -èf–;„È|Í=JDÆq¤Ó÷:Eº–Ï+LLˆÞ†¥¸Ñ.èUåJ*=[.)“É0À£í̽Ïà d®˜’oÇv^5è]?²„j„k†ÖgRÊö5îÄW©þdž,£Uh_ÖzÕ¡¸PH¬‚›Ó©…½~ébjv+c -÷èr†œ¤ì}•jq± Ç+†þNñ+±¤»yVx¬L(@AªÀN½ƒʆv¢õè¥Ü­¦pšƒ^» ìžúgÆe¯1MØÕ/mKºZ÷Å®MÀ‚FIZ+»¸¥ÃQç¼{öÊ›ï\i…f‚“4“W9„í’Tr_FÎß© Ýù©Ô]?9fÐ8Ê?WÄÜAi鎵òMŽÕ_6žò¤>é-õJë~¨_R÷ŒK˜~ΠŒ!<=‹?úý5a…ÿöŸ±­ÿWèÌçóÿ~0›WÅ ¢)‰‹\Ç\ŒzèïOLVPÜhÛg·È¸4¥¾Lðͼwô -Ñ‘µX‚ÿ{ºp1©~Ë[Ì~‰K¡‰i~¥4fÏUÚ™Ì µ<Ú™á9XÝa½”x¾ØÄ;jÿª˜¢~=_DUmnˆ@é³°NÈ</ô¦Üé[>Ç^‚cDËW±¹eOt}ÈÁDaãxŽÊ±‹©}•âaÄuêë¼ër–Â#ùJJ²1Ÿ×͈rv"®wƒîq’$eçaŽÜ7ÚÕHn°Â kn^é@Ã$6\0XFêè%œgßÌë(F75äÄH‚Ãöà¢à7íÃu·-5–.Í~p½’ÁEwWsõdDF*`¡Þ>¹BF ndOv;ö¦ *|>Kôö¾6õÀgTÍ$ÖÙÛ -0¾"ÐvJûÚ¶(¸uh$êÜSØã|°‹ÙÔdqZY¼ëÚ¥®È01¦ž.Mxú{ô9ümDGùMÐñóûbÙŠ_üè¹Ð l†Õx®%{ë~ÐîC*|™q~IÅQ#PÉrà»YÛöÞFùÎø:ÛPˆK/EÜ«.AÅ¢ÏS‰’ÌaôÞ»Û‡±K*î>~íƒA"©ÿˆ˜ÞD’ÍvµÃJý!J$µùÞТÇúïÜ»úÛ‹‚í«Švõºb——ò ¨É·gôëC¾?“‡L9|­dgxi™#!dê~Çb§o~Å>p»%ò`#$. pÿ¹çE`hÍußfeE„cý§ÎTËÁ,#st!SœFL#s&ˆb#‚‘9;<ꉨ:7ÐUŠìÌs.ê´wàÇêéØƒ¢L4Ü‹q”´i‘‚}»M!Xè>è‚"-êå×r,>å»{OèXÞñKãÙµoºT€>[,=.]ßÑNÄÿô×#ÉK»œïQN–(݉eˆÉ=ƒ8RýúüôùOOæG¬Œ | z˜Á¨  žñVÞ˜'sú˜0P¾‡¬ghc­7­Wï )ŸÌqQGÙëFšsåJsNêÌÕÒüB*ø9p£H–¾ºhÚ®b?AÓ—ˆ¦HzSƒ_߲LJMÝt€ß7‡ËñÊA‰À­C_®æÄ‰¿ZXúA“Ò)æðµYMÒÙ‚‰žˆ¦OØsžìé|üQ-ŸæéU2ÚZ*Eävßn\Ù¡%x. z¾Èðí€ÈOø="ª—øßh€ýpëB[Yêѯür6ËÕ·`Îi&k’á—lÒ—n³—þЏeS«3GOÀ¢‹ÙQJ©9`5ji¾Ý‘´'¢QùGYØ¿˜rJ³ÙeÆ¿ŠÃ/&Âö¼ -zÑ‘ & *nKæžGG×Jcçt-R¡tÁU"0¤ê7ªK©²Õ¥`6nÉÀÏMÉ õ`œÒ£ÀÜz)ªœ]ýcþŒlè­ÑÊŽsàø$ @<Áè*Cæ^ÐÂXÊ™D¨JŸ3iBåz¡°OgG!…’¨+xÕ£jÓH~U€š(Õ*®r-&õD í¹#f¯¯È½0Tá1=Î2Óf씪ô#öëìöʰ’Vžè¡ŽÆÏ’ë9MÕ´L”Ïhzúí Ùž’m¸k̶K(:¢ªéÓîã,#ʘ:¤¥Š‚ë"¿«ì¢yŸV^®ËVÖ+å|¥Ô&Oé=ŽU O‰ÂèÌ1½2ÒpÕÅ)F8¨E/‘÷–¡F™9~qÂr”þ7#çÜ, Á wÊBØ­bD×á± -/<í—Ùγ=âàMŸÜ’\:JÔ›Ô!¨4Sø£·âOÅ7Q–Š%éÞÊù€Î‰˜dpHyÅþƒ†v…háE†ZáSá>õ._ 9—ë`“Z°I´´‰(Ê­£R ¼©"iÿ å€ ½^ZåfTãîhõDÐ1à fD¢>€,æ¸íÍ"Ît} ZûÁ‡íß‘½f}Q®“Ü”!:-º©àpì±Î ˆþ¯­„·í¸?@lˆH©ži)o(£œãܘ°zß;E¹£à%µ~ª<a¬hv H·¬öa§ŠFî !Š]õbayG)bH+sõX¤¹.\GÙžwöH™J[õˆÍÑ0Ṙˆþ{[µ+–hšƒ©t¤¦ÍŽÒ¼rÖST«{ÂÃg}"bÆ£Bö£Ù™L¯–ºm'9½_£²Œ§ökÎWzÅŒvz£éÒ¤az}ûæõÐÛõ‚5Î}ì%Ù4 êmˆkÊ `výÚB1h`ÓÒ8™H.Ì)جSÎñÓh{Þ88þþ2—®>ÅóóŸg8Ò¬ÓMZ6±nÒB7SlÏÄòâ9JJ™¸ðSÔψ?Ÿ9ˆ27{-ìºÂ~ç 1…D>ç¿»@ÅPôY¾Zd_òp;IxžÏŠÛØfºðáeϽ‹±tÞGL7êJÛõ™ÉUPß./ð€(]ÄHǯDaôHÔ®ODffû0d~º©*ž<+¿ ¹w´•EùvWß÷áÖ'¨]9ò~BFÝO=g²Gw![•ær瑇“œléå(xCxµÝ2†Üĉu w„> ¾°J?1ÚÊ|pߺ~n9°)ÂbýqªMÞלï3ê:Ÿ3÷~ØÐfW„±LÚ>1µTSšöã­¬ÿ·ˆ<®ÇN»p£ôˆù~ÐöžÐ8££=i2¯>0sƒ¹ó`÷ñš½~Dɹ(:Lc“£² ”Áý®Ö53qdº7Ä6¨ô¢rBQÔ9š…cßö×Ü °uLÝöwWaøz~¨³%x –  Ññþþ€0.Oÿ Ëæ;.õžúªŸ,@ŒîKÏ«-½ÿØÎnáyÂòo3&ô–ÜdÔ°²Òë«H\™EfgEOü UÕoµý¬¦d¥™‚‡̲mΘ¡îÔáU½D“0ñ­è*¦åÈ 0΄aýj˜ĤÁiÖì· ÚW˜lY»r¾N$6tF½ê‘¤o‘Úñz ö)Ž¡ý4P`;æ‹rÖD:ñ€â‰Š(“žI1ÀrH1'°™„ºgå3áÜë·?N’þšÅô%5…öK^#P1ƒÞ££Á÷ -Í¿üÍÒ9 ¾ª0rº«è Ä²7Ƀj¾8•FzG½vuaYc0ÇçÍGš)Ê1;$J?ˆ kF9¦¹ëUܛDZ½#€ ä<˜‰ -£%E=î6D°H—È5NçÝ(Òµ…¸…°räW8>ýd‚Û¹éêŠ,çõõñÛª~'äÇ>Œ¸çüE7¨Ó Ž¿´ü(ä˼K^  Údé©ùŒÙÙ«ØnÔîx;~Eº?D`2WMS®ß›íýe"ó8ˆ(Y3ŽG×ü1%c=åíÀ®Í!ÐÅÌè¾þ>FS×PlìAˆ<}î.Vª©K†8ó"<äSà$ûS~8Ž&ßyaXr¬Ò¸<üú@€4ZT÷«kò~DGJùõä¢ð#EU*8ã±ËÀ‡YeXƒ2 ÿŒx_¹ê—ÆYã§(ºšnôGIFõìz¬±ÕüA5’¬ô¯îè -qsGͬÑ Ã³Ýà·Ñ©Û¹$šê˜ÚÒ'š`†QEÀîÉ }Ø&?#r¯zDšò–ùÃq^9ÐŽÅ8 -}з̢0“j×Á‘”H™‚2Ô -do𶳤_)švÔÞ€z°ˆ4æ8à…Dfåƒ -=±žï¸Å@Â߯‡8…Œ8…Ô¯=ãŠ}]§A=sœfu×mly'ǽ0Œ œ¥LǺ݀ ^Ê1Ebn.Û²[Æå<=C õ¬Hjíûã)mÝRµí΢ eK~|6ä½7<ø½®§ÚžjÁíѯù•ƒºêùÎû3Jñ†¤ŽUŽ’ßʇí¬h s‡ïå Õ‰òÛŽÿŒB‰MU[*p¬(Òè]¥I„ÓË'ªëH–ìo²lü\†øÝ/úïoÎzy&Jw¸K×Bsdrb´EX"”¼2ÂÉ;VNä•áÅ| zÄ®5Ã&)ŽdX£¶s¢ä¨;Óm¹t­ˆ:^ûãp3øqÖH„]æÃo»ŸûèBÜ£ZÃc€=NM - {èv ¿ôÞ‘é8“ „n>"0X¤|?4„Þ3}D=Apò“0¨N ‹uS°ô©=KX%êlþdêã£NLg1½ßã(n»£¨úu„AÕ’)^±õ÷ ²Œ ²Mñ År&•8ý¦ä¯?5::)P69·SÓXºë6ÄÓA0¾Cs<Ý×iÂj2»bŽÃaûŒøó;ɦuŽš÷ßÃ:f/ºžOÊÙ©3£þCÄÛæG”CϪ˜EçfÕu,Qö¥·ÄÕ<3ˆ¡§“ºÿ9@’¤µqZ¦·t—ߙշ˜ÕÒû/áRðqÌ·––XøÌéøÚ(¬²À®!{KñI‘Ú‚?íì·Ãƒ›J|`Æ¥À§öÛK=úøàŸN·)ý1àk½ÿðç{S)¨zI¢G[ØšçŠ{ˆÈ…à*ãñÁàŒAÃSÔUNíJÎeP?1ôzˆapѯ·Ã&¥èDÌDŒþžgžˆþF@ ¢¬/§ë -o -¡ŠÃ‘¾Gú á Û"º—ôý8'…D"èβpÞº_C(²u¾HÔ=†rUAoÃH,Þ†{z+i£*½@³™®7>ç5^Ûè˜îâ¦ôÎÑ^ÕñŠZí<&ÔW‰ uËdÀÜ1–‹_zœ^7Þ…‘ftÖw±Eë¤ý2!)!×á³Å^¥Ö žÿŸµwÛµ-9Îôž€ï°n H °”çÃ¥´[nÓÞê„6¤†ah²Ô¢­ª"È’½½óû#"çÚkΪ‚BrçÈ•cÌqÈŒŒøgR¡ŒpèÖ8¤Øé1võa¶™³•ÿ‡M§ƒ¸ôèïÆ×œ}Veöåå.«c¢†üö²‡lÏ·Ô<'¾`JǼ~³D@&’¿£˜ÇçÙž*âlå"‡-‘†ðª€8¬·¸´ˆ¾W ‹ƒš{ò·ûDó’E e²%ÜQÝL…å<¦ñVe_fEÂöªÇ¹¥"l“»¼µ›dÞêÅv³x®šÚXu‚œÊ«HVo'¦r´ãY]EËÁM—ùaÍÂøT@Çwç!6»Î ‚?W±·åá#\8kfÁ._K´^áwg[œ¸M2 hB“â뎜‰CA³Õ©a–¨‡ÚÒ²>T k?aBt–YØÁÔJ摇ú"ôcbsØvM¦tròbP.ƒ7†œØ´?Wâ8Kv¡¦EˆÕ_0cdI‘àKhi*ƒ°,Sðckc#«T´ƒ _m)ï"Ì<`¼LM ä«@ (Ö&‹ åltm62$A*ÉTWP—"ah½ºzQ„* º˜q(a6ãH•eæMmÿôx'‹äáWÒT4å­zœGYÊÔ¢¯‚ ÁЙ ÇÁ z³?GÇŠÙ†Wâ -›¶á¯iOx<ÆÃ‘LÜ”v‡€UÛäe”Ž—xx 0…º&È£LO X§7v²c1}7,¢Û­Ô>ûe -­Õ°¶¡ ?%±á­Š#íìí £¤N2Åà}ÿ‘"‘ø$œð]L@·Çyï u]AŒýÐÔ˜pňñ‚§n…é‚A3Õ¼\ç¨É„ÍL{`µ¤Üz ëôð°õ~ ›µØ’=ÓWTST2M&’FÌ/Ï=ºå¡°#ï^ /:!×*‹EvžŽe`J„¼³‘<›\zš,nXÊýÎÒX.ª>“â9Xe‡œ¦üLuCR¨Î;Õ­‡ìþ‰.cˆˆ•6Å/Eð>#M -îåš´z8¯è¦Ôô@?é  ó§¢ ÓC.Òç¨ù^¯Vò‰[lÊj™àb“‰Ý*Î-¨\‚Tá6II¶ªr§ Ûé¬_ô°;ïqÚÓŸŸ9Há]&/Úg³„'"G[fï{èÉv{²‡yî3DHÓ¦Ù¯³Ùuâäþ ªZ6éßK¨L¬+Ãï¹8ø…ÍRÑËÐT[$aÕn¹Ó†_ÊVÌЄ+Ò8Œ¢€3Þž!ÕŒ•@D(Ͻäu¶n9¼ -N• T*žrÜO=J77#ˆ§l½ê´^k;4s eq–ýfjG&ã+Saƒ—I˜÷•)WyÃl¨£¦/êÚk$-ýµÍfž¹!…¦fj¦²ïÅ’i(zPئÄc÷Ûlv¸hUÏ’‹VÚ"^…5@ÎöF¤RJ~`fyÛwìmЗÈíi²aØbÚ‘w§È-ë&(l`5ñuW€ç)7›=lEæ‹…ùiî/†Aà‡Ä"?*å"¢Ë“x:@²RáÈ*åDøÐçƒ*7Åÿ$®4Ñ6­?œ´ÎÜ.qÐôý¹Ç%pC$jèã‹qÎR(ñ)B-¹ìm…)\†ïk&y]7ç.oñlΉƒ=‡-" ŒAÁKº¤b2lœ4³& $4 J>A1áŠU@ €àÂuˆ]’ü_õ—ì%1:‘Ú¡“ìnè!xãé1å+×Þ&äiÒŸ”fÎ -Tñ…çbÐIù~ö0Ë,à+øŠÛ´B¨–Ã]7õï -ÎöéÀÌþËÇ¥•X'¹×a“Í4¿)áR”îÑ6åÙ&IÏdÄ~ȦJ¶çöN¹ÄãÓŸ÷l>bpv8FjGç+»ü¸¤6ÎNX˜¿5ˆR 'e{Ÿn~çY`SÓ?·=;̬§ùê¹,¨ãÆj„ŠK7R9ÍnÞšB¥a¸Ü€žaŒÑÍ4(j1uªZÛÔ䫨‰ØW 3À*£9¿9VøýÛ=½€v©©éÀõVŒo»ŒãLKR¥«Çó.ál§”nŸ{wµbÙ(­½ Ü iàåB¦kQÁ°žË(OШᕠéð“DëIÑ$?‚gîÌ©†6¥Oó<6Üq/âjáp¼ Þ™ŒóÓ%ZÌ_}ØøˆwÓCi)‘Œ?v^ϘFÆvSºÓ Õr=9!²;.V6‰0ÝÜ!¸˜Þ¦gÍQØ’`ž(˜¯oÑT€T»Ù€œ#Ðoç³€EoøQ3‘Ý‚^tÒi¼êA)E~çUí©¯—zýi’CžƒÂÓà -†ž­;TS5£ç=––ìžu ôh˜ýå0Õy†È¬º4HøÃåNš3K'ÛÓe¢ÕnK9„/š%¬Ò‘Ó´ κë½N¨þÙ¯g›Q8en׺€ÖEµL‹^ ªaE»MÏÙ«"Cuùo‚u{$ˆ8ØÐ±h’ÙA7^ª!¶…ï©lD3_ZÔ¬gdï¶täîæH¼½jÙR!|ðÛ›"Dd£OžY ³?ï±­ZQOk¨E›{¡«¢Ht‘$"³¹óy’.# ÀÝ ­R r¸ŠØÙªµâVÝ­ ÜnÔ½A6”ý"º|¿Q{hQÃ%DTÉÁ1ín Ý- ê´¤ìP¼`k*Ù$)õKwÈ 2 Šè€N3ÉAüßXƒk"Ä¥Mµ­¡¬¢R€fü¿0-t2›“)r‰Ä†Äð‚æÒhÀ®Dš’ç| .uÞÏ—=”d9…N†ZÀ›-„.‹1ÙØól„Xùx½AƒTu|Ûlð}X¿±Ê[X· 5khpå§«ÿIT1c'i¶)ŸßØÕ¹2 .J$ü¼OŽƒ“¾W“†m5H2[„ïÉ‹œmB‰‚¨)Šv¬P{þ9ÝŸ°'ý’èÿƒƒ% îû{z¼þËoÏoöçoÿð÷?~²üöõý÷ÿüögù«¿ýõ?|ó‡ï¾þÕ¿þ›_ÿ?}ÿûÿúûüú¯û»þ˾ÿ—ßÛI_ÿÅß}óûo~ýÃ7¿ýúœâ‹‹Û÷ -~†ëÿßøÿç 鑳cfs¨0Ùw þ•«Kÿ#Å98S±mú€çPÍpÕ8U§Ç™èPa ˆ]iÇ'öåœgxU(Ù*oY—?$#µ¥¯†eßÙR|ë½¥iw#ªiq¿ÌUñv~Ó0zéÙþl“©r©° -ÝQ=T¯PЬPÐæ 5®¢vSÉÅEüªãúkí·/NíÞC4V$[×é±T·ÑøòÝcWíÛÄ îs¬À¥áBì:ä°¡«œ9Üìm”NE•"Y)« ÿˆò=3·Ä¼?öЂÖPŠÏÂûbÁö¯¬’ˆnÜùd1?•€¬0)ƒ0D(~,«Xc›G­™·„¿‚­¢,P@gûm˜âˆÚ±WR"ÃÞ[ÉÏu+oŸ˜O…ëJrŒŒ‘« Èy†Ó¬umI–¯ˆVÙhì‰QÂ+ÖZ2Ý ødPraÂzƒºªÌ…WX'‹N7•J,ÒáN;±“Mž³”n fÔ ÊTþZ- vŒ—Üåï7%G’;„M3éÂê"¼íúYò‡,OÇÀC-RNoIö'¦ÁùþRŽ~on[‘$·`›x"ê(Jäó® U4ªåueþز?w4ÏÝG wŽT``¨ÝRÁÕ&P+91–~+œg%Ÿ hâY1MKýj»UZC&mñW°ÐìÀìrãR <û2 'ð î^.|©ù¯›Ò |¤‘ØXŠ3–{žÚYë™KíÛðàk{Œqîa¦[ú6›kX*Êèã -²š]žžÉÓ}¸š¶ú|p³Uæž"G oµ³­mçÛ¸ä ^.ÉÃÀƒÐjH×W9j½±a‚·e»Ò|"µÞ¶TA•T?Œ¤wÌâ“Ö¤øÁO°r·¼mRè¥=?¡Mp«,­ £œI}±ÖQp•T´¦òéX¢÷ÌÆÙ ïx5{I½)Q^1J?³e™VVÂz†òNæ€\ I/ ˆ€sIÙlèlq¨|¶çLà’XçX}™ŒHRÑR~bÞ÷ÄïruTÄ~jÂåzù]í…G^&©0EÁ'«W§n’eVuz §oûìI/uP`»õ™S“:§tÆÑ#>MMÙ.¥L.¨¡:€FBBòлJô‘½Œ,‚zP$`ˆ!1Â2|v"Ðcð°¡Wû&(¸CtÃTöµü²Fµ»XÅ,&ÙÛ˜ä~MŽp"Ú"knV!œ¥vr¦JcÐ"ßÁa«§iY-ÑÄðÈ0gDUpB˜¨Šó™Æ¶0Ø”T9®åsKlNz-qÃÉÁ=7ÄöÒª˜ÓK³9½àÒjG0lä°ÕšÒ›Î4äY,6¦Ç`á„k¨":¬a­H/_ìÙq gÙ¤(Zm¡8¾Ú´ %â¥G•)IüÁoíÃ#‰dŠü{~òÁÔia ¹ÖÀXéJX~Îö¨ -L?3²$¨_œ^ÕïÖÏ·C*lfÕ›0yãLÛä;¥ÃC\$}¼­H‚F©´}¹6*÷ËuBƒ:]ÞÀòÆØÜ{ -f+-O¯®2èJ.KTµåR‡,»@‰ÀX‡m«Õœ0]éÁyé¡B¢ò<#ä^úì™x’ ЫÙª™Ïˆä¶¤„Y<ºšõ@–+Ô;±äãy_)é¼4¾¨aŸ“Å•ÌrXßö&6IÔl­à’pHY«ÀsS_ž÷öy°hŸ-Q¸!b`’j9÷ù<¶fÞ*B®*™xBöL›¯£ H:ž{hfXÆïÙ°ý ŸÇA€u¦ƒ¦Ž?¤üFÞë|©Y´É.¬%ñG¬¦mÒ–hÞI™=>ˆS^dùRœï9SûÓF¥¡5læ2Ñ¡,=YB`°ÆãK-|ÕÇ–vØòPØXDe?ôâé&{þP ¦Œ*†}èç_¢?ãåú¢O•R -ŸÒ™ÚyIeuÊêî_ª Cò…Šð3ÜEHg}KrüØC¿hšöØI…Þ§qÆ0 ‘ªÛ’&=SM~w€òœÇHØß-b¢Ép£dRÔŒßeSÝ^l4?Û|Å=Â+XÈ=âõR1ÿ¼^€_Œ³šimoJÃÓ !©f†Ä[œóB[Á+úŽ &ç¤^*]“PQñ>܇ú’Oìv´æ›{V´É‘VG‹J¿•z SZ–…Æ=‘ŒO¡á¼,9ˆÛ„è ¹åŒ3ÕÁÐP°)Š'·½ýY„”M|ÅNÔd¯½)½îa†‚>Á?Zk˜â²uz¼ª€«×›ÐÞ*r“úª™ÎžzØ[%”å‹?‡¬ÍUÙ`¡²™±¢¦V_u˜òBܨëäHM<÷úøÉÓŠéøs0ËZÔ™KŠvþ˜h—çvÏ–mp™Êä’ý4…â2ÀëK2tóLG,PDÈ—>õØM…-rL<½¤r)÷Rˆ -2š­Ê®`EËz¢â4iTéÁ9Ÿ_ÝÇ}:Ÿ¤¥£ÖY1©²=ýy&òwÚ)/FïÏÍÚ߉Õ+‚õ¼ÚÇ^Ó¼N¤AŒþ -`ïߤš^jÚªõëšø2Oð³_°DöÕ_ím2¬d†k†3ÁX”…vŠÜ‰aÑRªfJÏζgÉÝ옅°í}5}šÙ2™z8+fëѨGV‡³ÁfCùž½g£Ó~wWg´iG1·ä-«ßÉ;° 3å^%ŒƠ1ÄÑ&:~ -’¿d&'`Ä*…gxù"gi™7Âè•ttó}. ýJ ©óŸüÐÃâœ<ÿy·¦ÁæÐ?U!ÙWv½è±,R8oyïAê%ÅRä 뀓Ý%ÝÐ}c”a#ã$±Õ’UñúÝœhÐÒì5‚÷äa¢ä€»žNt…z’=ùƒnè¶m›ºç&¾¥ÂZƒ°­ƒˆ‹¿r”牰æÝ6,äÛÓ¹z(]’ÍåÄŸÀö' Pg³ñô¸RK„ÛŠãO¸Í›§g­(Òi€†Ù í‹W—L%I ]Ê™„ù‹ÀBªJ+—ò{Õ%ã8𳘧Uc†bÊ&ÉYG#±m¡ð7¯Qïû®ôŠøYóñWrYŸv1ÚɃی¹ºR©²#ô‡ó‹-ÃwâEþDÑà6Õ…ÍP•d|¨•ùΈæN­–R3>«¥¡’€ +ï‡iµKë²èÈO~E™"1á³_çcþ8ʹM‰×ú¼ôÕTé¶=y6êK¥¯=^.v{InY¥:D”öùAÐÉ’»³É=¢¼o–hœMNF?†ÀcÀ¡…¯‰PLÆ+5*/X´ié¾$¡ Üh/›×ãÈ|á씼5Y(‘Èm蘜]Üç 6@ι)9Ùƒº£»GÁ“<ÊÐgÔ‡DåÀzbüs1(ÅU$Ó°™š|n~Ë:‰†™”qÐØÔlm¾Ï‚¸%þn4;òÆJRÑ6£ÍdúÁÊZç¾ü@óÃÔ8ê#F#¿o– 0ŽäY”òª t@|¶Í·0t@9 J“¹IHÒMÃ!–ŧÄÚV¤ýŸH‰¼¡a6]™ú>¿tŠý•¤~ÅKw¹ùôÿÏ÷C._éOe·¿HOWõ¤ W&;œÆ‡óÌíÜŽ‰žüFŽyÛ!æ¹Áæ®iUœ²eÜ¡D¨@Þ=ÝTY6Xûìë°R°>P*Ðp¶QFºÞÓÂ^eÅå1i&‘Ú]¼ÀŠ–ý Õ´RÉÔ®eD&—¼çš(’ Å3\Ì'K«ž9§ëÍ—Jè™»¨*B”ì–’•|Ö»önMÈÓ–ðÄAØÆòZ„¸{î3Izµ:2NI”I2AAÚ¬h5˜Vƒ¡¢õÞ2¢h‡0¿Ÿ>»•âíø.ž¯S " ü0ÉwRúל!ýj6h¶1ic晊Iîél,.Es¼p$tš -ÙQÀ&»NË HR³ÛéäÕ~_–Lßs­\í4Bk%xËûž†ä½ªð8º˜¬?v;@íd ×/Ö_H‚°|ªÝÿp/\í)·`‰:7sÈšŠ…±ËO\Ç(æF.JC¦zE -¦w¡Â™xB»&“sGxºf¹Yt?ð´’‡Úú+%ŒH1%!%(mõX ˜Î d™ÂiÆcvbf†sâ|·QyXì »dJhöºœ™£´fgb ÎT]+ <¿®,9,yèŠÃ.¨XFnúÞwEJAps”%E½˜)'Ï…ÐÙy3iÃyF?¸®'ô”CÊZ!× ›žÀkÆm’p#XiÒ¿ï˜ceà2rÍú²]U†š>þMµÂÚGªäm¯Ì–ßl`ßïÁÖŒ ‰kˆá$®§<›·à!)Å.<è“4°×åùØÃDȳ -Óù’çqxˆÐ¼xL$:ÁÞšçñ”nà«Ð_«ùíô¹§š6î¿gœb^ìâ– -†É'¦;jaó €PÕeSß25€Ç}WBïÄ~ò‹¨K•7s¤Æ1|R-Å{é³¥÷­(>ߌ6µ^õ£“–ñÓ©ÊñË‘¬^'4ôdá0±ÔƒD1=À€©i+:À˜ƒ©Éîni^v²½HB5Ù¡/“&TæNɘÙ.dãÏ7Ì9võ¢ä-î6;ùöÜÞɇhåyœd€Ï{½lg*»åD@á”=ôô›?ý@Ç<õb;D¼”<í~ÅïؕD€^è?ž5€ŠIJSXÌ=uøãˆ”vx(Ô£€*gÄ4/{ÑÈõ2ÉDA` eòÏdÈFí¥5˜SŠ¿…%¡ ;Wæ J⊌žÏ—Ô_ôÈb•ÈâÜ^Ø~îEuÿü5ò$¾‡\l Ü -@ƒâ¡Åñ[kB“AÐYôíF<è³åÑ›¿afëE”T©¢Â¼}Ê4 õÀa=ôm@&ËzdÍæIŠœô0íÁó-Œ3ÙRx‚Qº‰ÍˆÕð¦¨Íª"vMI8˜B¡ª|·X±êLl O¬t7=–Ö½rE -séÆ4D -t˜À^!=­ã õ¾( ͇¦Zu~3ZÅÕ ½èAˆ<S¶…Rä-F~Ñë¼&.c•q0«šk« _³‘hB­xqÏ’ÙW põ©Ço<µ‡øÚÅS¯mH7iŽI˜ Û^5o—SyÂå­.­´bZiT/d´›ÜvîR2•2‚Œ­Hôc;S´ÁL!Iã +@ìEá -̲.Š8svmó¸zPBç•É$"ì>6»á:K/eÜ'<›ÜÕ Ð âY¢¥©yDÔÌ Ðƒb0=º½ÌÙJ`ŒŽ=6´·ÓƒJÅ=“&áéu tf:Ì~Å`-Ü­…µK] &ÄUÔÃö$8¦¡ñæçܨ€¾poìL©k©;’™bŸ?cæ9oP–Ò©L*–t)½rIT”}ìÁ»j÷EøFÿMO½$âØ›‰8’…`ïD:Éú½›Kˆ.—-@†ÙÙ®·K‚qåéØÍÄpÇÙQ¯*à  Ý÷†Ô= ßœ ê°h{ghU’Ör -8Û;¼ú°Š5‰®¬p–Q¦ A0 ÍD»_’Gà'~ä -«’fpÑ–ôº?Ц.Äçé`§jœl¶…%îO•³{€4¼ ƒS†N†Ç½ÅÁƒo’€êe¬N²\XG¼!ÎlNjy»b|xÒ ™blÃ?vMut–'œiÈŠ©ÀþX¿Ñv´;SÙ£ÃM=n"¡$¬$ì¡9ÏÐpÙEໜcuËz1F„vÎgÓ”"­6üI{&¼£/ÜV?ëÕÈîmb䃪ÓûH×»°u šÆâœ…ž†’º„µ;×2ä€6Ñ(ô´ñòP|´¦`.¨7…hbXðcvoaÖYfEÎâu?ülçjÚ±yYŽ r<Ûü³?Íât©î1qç¤åPéšy)êÇÆAˆIØ¿˜…=Ó–;µh¦Q"tKíJ^è©ÇÓªb‰Ä½ðl[òj±KSˆR»ÜU…ãkZ¨è^ÔÚfø);{´²Õë«òЦ•—åY"B -î0Y*ø0ë/ˆ¼¨`+§%ˆw É@2‹ý -X ìÔ4qý­‡eð’däx‘(¼ë$›T@Çí2N["Cí®'†…’Ò!R\›BU1L ß—%ñÆ·sÕ–ôEjQ2»Èj ´OªcRDù±ÝrÙÉvÔ¸ž‚ƒ}úcYÿÀ /ÔBqWÙ…\ÅxÑãl&²¬+ø&//<õJ¦œ#±TmjÏ“y+Ùî.ÅQb+¤™Ð”µ’?yz -üÝ¥û$Ï>ªÉ¼ïîÐKÙxVðV]ªç’(hlLª_šÚ¢Ã\ÁϨm%þã3 0Cú{ÏõSr9Ë3%£XòT‘â0Lus„ÅV,ÎU&I"îæÎèÔ­Ç›0I `“øR=P./lKIð ¸y¡*ä=Ìú"QèÕ”‡›Ë¼ÊÎÒt"W{QŠä΂%[:5S÷ÓŒ…·9»`»ŽRjmm¯h"Û~:Tt[³l<¦z`~âÛ,öÚl ÞOú}»²¼õOG™6Ž€Å<=%¸2Æ$jïÒ7ÌÆK8WÍRâÃn+¡fÉ3>‚Š•–·I„{š§Æùd—\M„ÇñõJ¢Êg¿”,m -´@º^é ÂsWÞºä'Aa'&˦ð¾UÈ;ßòD÷&’ægÝ“4˜‚uyÿ íŠz “„BQÄ‚R- FàiÍÑa'ŠlÓ\+„»Áèšü;õ2+¾2K¦-7.LÏ8¬ëÅàiôÒ³¤aŸþœ}f36†H¶ .ú °®ÔpÉØ•ˆhÔKkD8Ú [QÌÖC©Žv®]#ë1õçI&ÈQ@¥Ð·ª÷ÑÁ9AD'‚,Rv²8åi±Íçq"镺ó·‡êÜŠ™Eó0FpO]žÅ!É_¬'mȆ/¨çIWNUòMç2Ðk†æ4º<ìTØ…ÅDÉv©åÛ ¢ø,¿¬9@œ˜¢QŽîª…¡GQ=÷¼B_µfÒ£0å" ‘&ÉÉóLj¶ú¢H ThÉÅKéyáÙÕJ{1ç;£ç¬&x ½Žm—Œät‡‰±Î¶'yÞsÇÙ˜‰¤×K›³Fô£CÎÔa ÷,Ê€R>[<èhñp\ªˆ6e5ÛlY’–ʬ¬äÂè! å1¥qü(¿ æ(í7;“H·ƒ÷]ÐÓ¦°ÒÜP‡ H=º Ù<€4Ë/=ªðÀ³¬€ñÑkÛÛ'±ÝMÛcÊ®AÀMe,Ó°ùF[?iÑb†, - Hí`@áAá+WãŠQ–uHA -ZÚÆx¿Ó.<öR‰¯å.EÅhI¶ýdvR\ÌéU-ˆ\) º]é’öé®þ‰4»–+¥²3/ܲT÷Ù`®$-†,ÃNDÊâ­¢¡ß­QP“(Us&6<#ܵØ^Ën>@»J¶H{ôð¸KpˆŠ»ØÅÀH÷œ¥kò&€„üÌú罟úJX—fÔæ 4M ÝÌØvb@Ê_d¸T¼@ïXXí„vÈ¿I| -¼÷&®šêªWÒI‹%½À4ÐKS78ýÍËr§ÀßO!," C ë ;‘~èbF^>aÇ饜‹®†U Ì­QTÝïè©ö¢Ê³Ø'!­ølx•(f¯ÈɆ’ Q®Å§WþÝi »[w3¹§!ˆp¿~1»Üi‚@I -Áx´ó &‚Jäl Ì_‰Û+×#¥Ý$äC°Kîb%[hÕyf»Jœ aB†Gñ+[‚¸šH ÷Ž»!?¼hœîY“&^EJ¬¦Š”ª#Ê0ó3+øÏÆdå½· ®ÎDòòý5ÔzØT?HüBÜýŒ`h¦V‚âbB†IO•(ŠFAUœÀBî‹<`RÌÉïºL^Ÿ4 >wÂê°ƒ$nö–h8¤Z{æŽi(Êéj—°BÓÓ£ -~Þ|—óSÑo£ÜW'²uÐ’l&5£ê)@¥Û(YaöS[À;‰õFÄj+påX‚VEdDï¼ìÒ4ô5´ØžLàŽ&ò7…&}R›µ¯#ð6]–pX¡hƒ¯³ Û°ÊlïˆCév ©n$‹»ÉSW qÑ-)¯ó&Á³Å(îܮԞY,n&#öRÝ8¬^@–èÅn2 UOc­Ú~® 7õ€U‚Ùa¡‰[ zl€Ž÷W)®V`R?ô×Kq4&É®@ûôóäD4ïè²³ Õ-ƒ`ÈsA{”^/Žê2FŸ´¯Üi -w‚•”dÞ¹]kX¤MÎLî?¼R`ŸÌ^N‘$‘ÐuÂ+)ÿIfôãÙ¾s‚")Êç@Žû\¤F÷Çlig Á40Rž™'O%Ô­ØpÂ7Õ=²“È¢7+‰`pBí4»­¼Ì‰òÒI±ëÏÙˆˆäç´ª†lÈÌüí>6‚ÝËA¦/%'YC«ˆŒä -81íþd¥ k0"ðwÀQƒE>^N'“UüD Ú;“8‘@¥<¼G£Ö¤¾*Èšæ¯ ¹‰h‚ݨ̢¢³ÏH&oJa h²zaîyz'Ñ8ª¾ ª_|·Ê½K ˆí°ïb)gÓNŒvGOfCyÍþZK|KÔC’Ÿð7ýwÇ0,5µùïc-…›Õ£–’l‡Œ‹ -ÚõLQ|†Ñꚬª§Ä‰¶üIÏ¢ŸþTzÖ`f\wvSVáæ9[i -Ô3{U}_üOQ:U¥a°¤×Ñt õ3)Xàe”ãj´a\ü媼ª’D妧ÝÍÄh"[¿ß0Ynml&Ê26±/kùÕL‡‘“ÌrŽm“ÍF¶ç.ë´*ב¶xJÈ@]Õj#®ïQ²RË4e˜å§>s÷›¤ðdÖíª\\$:3j%"ÄÅ9¸óCE=Hx3ÍP°A ¤Q¥Qb” äÜ=”ë,37ÛÆ3s&jkÃÔ…[`#»P§ƒL‡ …'d¼x@Æ«‡pÎVݯ™Æ—ÕÖºj¬Í‚Ò;èßs@9_ !|ÿEbuÈ fˆT ÛHÿb…;¹¥½mBbò`ÀM"TåW@&ÑHDináƒ>Þä¸G¹ËñöíÇÖÚ?e˜Ý$TbüKúÀè¶ ³y”pëqO%agˆGÍl^¤™ó@Ì~®ãjRœ =³q¡]¯‡ƒ-›;ÀA)R»½ÔE_N}”Þ  -ÚËH+²A¸˜1þ¾vPr±j8U>u x¶.`äW[ìL·Íí¼øVò<§´]‘ ²ôP³L­¿’ºê› -n˜( ÕÊîŽ4UG.ÓÂ9DD þ¨m‰"1±‹´J):Ê1}›l*)ÀÔLÉËx½ÔNÛõˆKðb$× UêH6¾¦„Áœ`LAUüÓnŠ®Ñ9‰Áaîb5H¶.T¬ôIuµÃ¥¥q·º ¹gSù°ˆ’Õyå'À|.ŽË—b§€³ã ^- ißB³$‚dª‡®¢eaDP±R® ærO>7-L -§8øÔ¶y‚° -ÏyùQhCÀ7d2°4 (ÚOäp8 ÃvMЫ®×¬Z9›;J -d÷:aÊp¤,F[¤Á†lC\8½äÄèóÉíJІ¢Ñ.]+&‰@r [Ò ÷'ÊàÀ$QšÙË,#ƒ36€-wppiÄžOàüBÉÕcõ.á¢hG_MsïáÅÖ–)AG=Ë+ª¾â8f½×L"ìÁ\ ¿=:´¼ßM -ÔÎy œoQw!û¶dd‡rë6ÐX5\6áTD{¿Ñ ”†›’»Ù‡"¯!9À–"¦F½U"*°ä|»%Ì4b”nÂö[Â4`ÝQFf1™èóh«­Üÿ6_8R¶%kc |®GXÒçóAà¯FÚÛÃnÔÑLº_ë2Yä -ÌæiÙSm -¸ÈNnS™aÿ,ÿ•ÍÔY¸8û|¤÷Ž@³Â¾‡ˆÙÓðþ˨oç=Êzò{‰52Z&d@úĸ;N÷x].¡¡ÛÉ‚Âíb4’d/A@³Aàö¼#¥ÂJ^ÌŽÙbÂdj`öåØÖ+¢Þ¹F$bD ïMÂQóÃYò»ö¯-?@;yŲO}€(€²Æ¦Ü+îúù(¥Â(‰&òËleÐÈhÃù»›%@>\ð($ÄäzbHº–b&&ß 8aFÂ<W¥ñ»P9zì7ø„Byšóà «î$™)´®!ù]mÑ)»¢-? 2åpξ¬Fubj#`Î$Ež#mIJ_ fX<)‰÷†hóÛu$Ù†8³¹¢ ŸÁ’kŸPeð®–ÉñH,$ga|ºýTÉ¢ s„f¾°ë¥é /PŸÓî‘"ƒÿ•’+ª¢ª³ÉË‹@,@áîÒA‰G%äˆÙn)ºÎv@Š2õLÅè«¡!RLn‰>†Û±wiEøN½Z41È–cÎ.VÄü[–mÆ«T[¥”j¹°Éh‚B¦F.²õ&Å ÛÕö®ˆøÝ˜OÄ4“iÒÖ-D¦ªJ/¦R;"!HÖš#ª‡&ÑÙľ 5ªhÅUÌÕ3ú ÁAS;rÔ5øû©7úÜŒdenP¤4a{xЇ²†'+Tƒ‹Iñ¬g­Þp¾"‰Þ—Ã@ï[{¶?¨&Ž&’ð¸ZXeY„$‚5\ ¸bôÔ®Ä;WHÍå\²«ÙùØì¯£b’ FX%SS’ä zNSe˜£]ß4õÐTo!‰{hÊÜn‚2;’ä0ЦE£¤¡ƒÈu5E^eë¨í’­ƒ6ËÂ.åV`)¹µð.ت#óý»¼·eçë”#_½™5f8O§ñQ.—‡¼„OÙíÿdH¦¶Ì"Œ8™Ó¬ísüWÛµÝÞI׻ݶ!SB Mt´¥¯.`>ø22ªíKE˜@_EX²bpØk u,˜a›œDêÆ¿Ì}K2¾ ò ;["³i{‹Žl„ÍÖžÜIVòG?/9él¸¤mmÑ×NÕ~߈w°ÚÆr½d<7ê_}¿/èõD¶Á]¦Å]Y¼~ˆâQ½ª÷ lš…’Å޲…£üBHG ñ Û x®¾øøu/&ezA²ð†D^šÞ£eëqÏDâ$ãÛ½ŽúÐÛãL¼øò¬fÊ„T)õ‚HH/;láôèÃÔMµr¡ðj—âÈ_œ2íD)Õ#{‰u·«QBy‘– CâHÄH²i±#æ³5ÉþH¸¯Ú— PR”/& ²˜H$2æ'[U¬A”Ì3Z–Ÿ“š¯²mEPJq/„]b³…Óƒ¼h¹DYHW1ýT†µÊ~úÌTã¢ËùÞ8h(Û¢QõçÕ¸|„zˆÅɲ °‚²¶¸¯ò±á û 3 Ã.¡ÃEå°Ú³•A£È%« õ²iXoKú•6Ã'K™• ƒ=–ù½\ë²néŸÑà -jÔÏàFö7K; @’i> ë°Dƪ盜±D9«s¦0ö×Úµ$WH¹ò'“#&wsÖ]q‚͇Ùv6¢;@ämaòŠL³¬WE‘iJÈ$çÀô+‡~>ÍpV´‡õ)È@vàâ#júf -eÇøŒ”:ã ÇÀ8 ›¶,ý$D‚ÁŽCGÀæ>Ã÷é]™)«¯fCõ¸O.¿ÌÔx³ÅRfns.*¤Éä}$»Þ‹+Ááaô¦'jr×A<ôWS¤3f&#z¨Yµ¡Ó<Æò?”×/’5QÍžFm•ƒ»Œ"P(,BµÖªjJRë`[© pLÔ‚šÂ— •x -ë³Iܵ‰*,C‡FÑIä×fî3Òðî|.rÊ et÷tPí… žð²@Át +GÔLd½õyO¤1‹Xz±N²ª¥jÍL©Eµ7ŒüR‰„ïÛ¬¢¼IÕNSã#+¤eÑx:o,±# Tér Ì'Åæî%œÒ%Ö Á^D~ô˜jH7¥di'„¤yQhb ±L“|QÓ’%ÜÊ^B¹Ò‰MD ¯‹.Üpx¢øKpz‰ïœ¹5Ò‡ÀíL¿Pu͈ˆèÙAD´F¨”Ž.ëi­ÿC›g´Í<ÉÍ–†òûUv¶»D–ßÔ=33¸/À²ÏúO‚HKH¬l$<ÿ3Zá“hÉ@ -Kœ×j©†è²­RØcß#R­ÌÝM¶(< =м„¶N¸(@p›ªÚãÑ;--šqpó_RŒª8s¶OÙLƒyÕÁbÔ€z’ûUá0lϬ¸0îEŠˆí[éæ z—þ»p gŠÂ^½y¸ªW›$†CO76fŒØÊœÀx™g²9Kß=“-ÔWuvÞ0vžT©ù3j$g.ªÉÉ›YœÂïn™~¢¦Üø"çRœfˆï¶~Q•*È²à ½Çf"ƒ|:ßmºüúÖ€V»’nûln»¼*𯺬åêB~£Cü®zíj¢)¸íÍØ8o©Ã'¦Ny@g½ ¼?èœlã{“µt¸¨þ–mÃZ÷j4æ…Þ­ƒ6˜jànåÈoÕåËæÎ¢³\ úvßÑVïš'=’œ"Ïè;l-’kZ«UãA•@a°ø]Æ FsBôh¤ÏÇÝÌ v ¯Ù$À}ƒ¥ŽºâdsHd@…GjÌuÛ¢­÷`‘Úž}QD>%z—«;~‘VQ|H"UúK¢>eœYv–¿ÒR°¹Ç¨hâv"„>€8i?5ÃðŸu*IŒ›h–s!IÊøôn½ñ hËÅ0 ä®^…)¤%ú助òkŠª1tÚåéÃÄ»áAO0䮄¯uZ"þb§»ÞŒ€d“\(²õP -é}X]YG²Þ|†-Ò`1"æœâFheÚ$ª^-x5RÉJB¿èm]R8¼ì;a‘AÂÅ—¹¡Ä^0—çj çƒJè¦X’Äè{R›”Œ(‰ Äxhªh„\-9FÌA¶¦)§uÏô•b<îÓ+™ ËY€H|âDð‚Uù³­êZUЯ–æ•um„ K\]îøñ|Gs­4v(h}²d&WTkj6ŒmëñÄ> ý˜3Å[¨²Œ°²^S†%Æ+ÄÓ­ -aÝÁÏ(s -5¦õì«lITgš¨“r#çžÅUÌ‹]¾gxæí vžRp=o1:äôR–”d71¢„4%“ÕÉÙ0d€• ¯~ë¨×pëT¾ªÓ¼žÍi=NÔ\ˆ± "¡^(ÃJN{ õ`m§:ä]dþôàåµ3I -{Ìd=p`«JôH6pQBOëÅž˜%ŠIŒiR£˜”¶1Ò-‘¶mÓGêÒA“sñƒ"^öþá~ž—£u*ì¯&Ó†èf结ğd ÏmÉ B‚Ÿ‚‡Ôq5óþƒ,jê|ˆî™—bR–ùÑЋHÒ@šÃ@*å ÙA6#"tI@5ßÖt‘Ñ¡$38ðu9²À]0¡ñ-4^J ˆ\ƒq·LÛ0z°m‘Èi ŽæB4ˆO¯?µ²6•8„¸Ü"æ<Þ¶nj¡Úê!ҳᅩ=— mPþXOyu•Ð!c$AÔ˜Øj‚K’+桃y¾CHߦgª5½á4ÑÌ‹ÂÌ„ø`õiVÿê\ìGÃzúÇ‹ŒÃ¶T]±µëv&C¤à /Uäìú»ÈæP7W-ßôj×mcªp}Ø~Õ¼¶9UHV—É‘-yG© =5Žv’§h8ë‘dŠÐ`°ª‡]ÁYÄ¢‡hn ÿ|Ï$Ä‹Äû‹Ù%W^5o¸5û댿ÕDâÁ;,»2 Í´ç«‹ 6( [ZŠœÃ©Ô)J#Ž>]F®P‡oAo[—`€´ÿD¤çÆP°TµÇÏ\Éãoè„0£ªŽKZæ<Ë( ¿µ_]Dĺ¬M1—'”¼tcSŽBÛÒë€Rï~’Å%àV¨£³|~‡V?²J²áUè¼3N1V§¡³ŒºuýɉV¼Xg^þü £„H˵ œc'hIÈæšûL¤î|ß¹gQÖÏ«t&%Ó•6ÒÈé,‹“-Åc™¤%‡ì×ÖŸ|vXëo¥¹åre1“„ VF,œ½‰yTª•µ›âR²Þž鯛Ÿ–‹Ç"¸ìc@‚µáÌj eMû¨\)Á¸›+’’bj…ÖÖº"µÍÜsV™:šù/â ³YòÄvÁg-au#ÂTò,X(ðÓŽ®“ì`‰©¦Óâ¤FÊAÉtÞVd6ĈèXè¸{Ä” ªˆ[;9±ÁP¢Ï®…úz±‰@'hòfsÚ𩳺 ÿt¾U -=PPea…TJÂ;\{“ù?|“+ÊΨðèŠj*.à ¹.suŠ–*]À¸Ðîú4çƒj”äô!Lša•MºLŠègö-2`fsKæñ›ˆ? /ÐL3éŒ#¹Ânó}F×ä|À²‰§šDlŒj>¡‘s|XúTÆpÂ9†Â’, -­ô>FYÃ$” Ì‘Ö,brnŽÂÂ:fó_ÖÁMŠÀJuìƒåô­bÑ™5@©ÿ(èO‰4úO?j{ùègü$í^øGŠ»R,ZëU×°j:¬¨óYë4va&ûS'1Sü†j™iØÐ®õ›è‘]ý9`›ø¡±+F®ÍiÂÂNÒ¥Š~ô¨ú }’4§Å5ì&òB3[½°C~s?œ7º¬Áûž˜IeT¦)j*§{kä†$ù >1„w€‚2­‡´£‡è‚¦2HN…”@¾„(«ö—g”ªõ ¢¦Gòe_K9žÃCö$ ™œ& -¶ÔÊw[›ä3Ãg9c $|B:!"(˜ pqîjrÍH¢:mýT|‘P`VZ p½,xYmª9áëgË -¸ÏbÒŸ~23m«a¢B^œdZ²Õ`ϪžeýŸˆÌÖ«riRNÕëI¢·e ÓùøCÖÝÅ-¿a2Ô»ìX¤ž¥Q¤Nø%SÓñLv¬C: ùôn_?=DôGT_\H S²ì ‘óßhâYR¤r>×õŸwV*½t BkÚü6Œ,º¶Êv)Í®À¦™Ní)$a1%"%ì­šºM_giâCCת‚¿‹|;© k½(M\â";vå[" Ï=t&ÑvÕLJ¦úó8Jf‚¤•M»=,só8»} Ï=Xu¹‰g'%ÅÎôÜK¢¡ªw$·Î¦þ+j#g%=ï±Ã Yª¸ÈB‚ðÌŒdïû$·€žyhéU‰¿Ê¦t>C^2^°aÂÀž´*k—JÈ®ŸÅËŽqE!?´}ùH¨<ÿ²?gg@UÍiBßGªf2KöY0|$ºá÷Iý}éÂ;)œ*w:àÏgéÉ$SCf^­0ñªy]h¤±5ÔCYØ -í#™_†¤‡NÅ·ÒL×<; Iê™qª§ñ¤ -X(VæÏ<‹”ÌvÛ?‡½Æ¶{w6l5Î…Â…ÍZ£ùCÖhÒðç™ -ƒç†Bvtc|¨GUD³'Æ:_©›ÏÑ©`$‰[©„¡;Yí‡ÜÝzuüÕ+úÔkS«âãÌ`Î#ÁžŒ0ñ„'ËxRfýÉ+:§4ŒÎ£k]+^äãÕ?ïów`Iâ’¸ÂðáN¸»d®ÏŽ·K½µZŽ -­Ååõ‚è]‘ŠjÖËpNÀ¹x%éñÈé!ï2io; /ùн 9aR¶ñ qP·–â”Ì+¼Ò¢¼iÓ —²™ô¼o-fTj:‹-hqàËκå’Ò¥ˆÃß='>7€©Ô–£¶XÌö- ({VìQ“-ÅæÀ~¥hhÅFäÇvµç–æ1ê󟳳S¦ ‚=*ÏH*«MZR ð …É´`LÐÒBÿNè<‘YÑhó@Æ%æ†JD¥ –¦äGF¶ûgc®ŸŒ0ÿƒ~èNŽ üù¶š(FL"±R=ÎËl£ð$L@$‹ö¶µhB üà(ŒF"ׂí,ÅÏœåD)p+À.0oKwß= sXœ–%,±<ªa~ÏÁ*I©­Ï©?GsArñÄåÕð…œ@š§±²@d–Óã,­õžÀ0ÈÖ+ŠY¢%çÀ^þ×ðÁûõæ’©&û×pMµhüfœ†|½Úd‰-dhÿ Ns¤¨ëÿ¦Ð²åÒ´Lbï\eKN·Ìýl@³@uQ™Çäš”6„dÈ~Oi\ƒ(“•³û#i`rpš$„dô,Ó6vÃ[Ây²`C7É*i’ )½—Õþ ò^Ñ2´­t“ܳ$9+•aRHgî(ˆ3dõþôô€è§òy£f…¹•¨YüôÂDÅz‰ôãúüSkŸÿ9ûùó*-Y©Æ¢!<ÜŽÅÏð÷æ¶c“Ý+³7Ȥ/Éf'éñ$Êô¨ØƒÊâBÞég?“OÊOP>5{@ù­¨Æ”ÈÊi>[Y}”eK^àåÕ ,½º\i‡o†ÝËt™E# i²ÖCе€–’a lt¦ä2à&uze)¬€)Ü fþNÀwd¾’B«SùÕÎ×XÒaêŒ'H·$: ¢e©×"Æh–’ePªÝCY6`áU:}Û 9äiQƒÁU؈eÒªxÑöGÝëšµtÁ~?tb£Ä3h“ÝŒ€(VéÏÙT\œ²‰õÙ•s"ÍÚ#Ù™-æ£(­û+Ih‘ƒÜÍ,Q4QÃĘ•ZÑO4ÄÔÃd(Pk&¦!á»!3èwî)ɤø‡ä†ä°{N6Ží¦Î#!Ï«qØ…aN „H=ȳPÚ  ¥«eÆœBg êXV<:“šH²¡§q6lsŠc¾IrŸ§ó°9H½YK®QLw[`³bJÈ“Uz¬¡òYC›É44‡W5°¤C$| 9t!NŒ·°“š'6[ §Upej[‹ÀÇ^ÓÈH’f»¥C¡”²TÔ¥ì&|`Á¼\æCÅ’~ãµ É-°%—BëÇ^HòÆ97m™æ¤BF¨v}|y*‹ »P§òÔKt) m³GÕ=7§•€QäPÜÈ™™ÓûH‰ö„i -lÖ´À}ÔÒmt’ËÈ®bÊÓk +ƒárµÊë_°8†zȧáô(Uæ9ùy–dÊ`Ò˜:D¹O2«S³;a³«&´v&U OÀ–ÖcØû¥¥HÖV±aM®gw&EÑRÃ{Jl¹Ì>\yàš\ -‡û(*ÿ^Lo˜{÷ÅsgÊ-%wæç¹Wr Ï™J‹ß{1ˆ`MÉæ5ÊHv ®¤úñ€Íhî”Ù!Ä -üñÏA.(EÕeù¦"yÑç˼æŒ ]«½º¶Íç^™µ™D¦±uUîœ(ª¹˜ÝYÊè}šø®`azrN 67ÐrÁsvЧ Ë/²‚é ̨§÷ô»'Ç$OdNïE5¦ÉœqýॎÑeÃj]Ó]¨œÀ˾êJ¢^“S,x^^Lcÿj±…ôã…Q`WÊ­·,¥(M9SØ^‚ª-,©6cƒ µéÐIzƼG„B© ßŒÔŸ×–Én52ªÚÒ4):õÀ0¬†©Â°±Ø0"¨ÑC^h êä™zPŒ-×ÛHH¦e2¹¤üuyØ ÌÒ¾YÙ R)* öÐC:Ÿâ=zžá°„@’®Å»ó²y3žMÖñ÷çEÄ»äí烢?åÆÙ¥ ^Š_!¦/êl’¸+¡¤ néi൬¦ 14õ·îVÑ4W½”T;ÜÆ8¦iI¯g;ˆ€˜6äHh1*ëˆ- 9Ø%ñ_Lÿ¨Ø_ ®þÃpÚ(Pò¯5@ÝÂmw>ªny wµ9/©Ø[g*FªçKIçRŠcâ’Ó”VɹWç36NÇ6ãjÊáY!e#%ÂV -=ÌR[²¡3mã"6‡H,¢ª®*¸„øjK‰‹)êµÍV5ÑÉEҔ²íÈ9P×·‘éš gTâβÅá@ï¾$°M•³»®nÛi¼ª}&fðÁÒK=§ŽÉ/?¯ƒ”YòUÜD±¢H?à _йx’I§Sa„´gU©H/wU² é”X†üÇíŸ*‰F~{€²’d-‚B€ÐÃGl-€YѦ õ~¾ýk{$Lb 8(ôY¸’âv fr9iUÊ…$=³Ü?>àŠ®¥Ðǃ#¹RvCÒGPf3¼ÔÞÝGÅ9ÙѦõD {~ÊKR–*ºðLA–f™ºK‹j v¾2 Á%¤–¡ƒsÀ -˜›É«åúÔY‚Òìx_ôXÅ -%çñ¾w½ù²“ÄÆ§‹#–°Bã{]\ƒ²\Xè-’ü²Ýî”ÀÁ‡cò'¦î>‘Ž®Rà9q´1{å¤4‡ójPEz°[§´$£ÀJJv;%óô#˜1=3â’¢v̪ì€p ú¶ -t±´/G”q‚¢:Ÿ8L YTp@\ C‡pÀÞ†Ó×,½yK¼ -•‹x¡bû -|€ÑÅÜl‚ŒÉRÝÓ=fêã -§»¡í8Hä¶ñð®vQ¤§Øðìxw`ôR·¹—ÙÛ™}íly Öb+¨±ó£É.4ÇÙ|q@¿!úšŸ"@Ÿüe—‡23 »­Ç¶¨CÓðýó=„i8\’à—l7»Ô@ ÊêÚåZVØè=ˆX†Ž$yäžz‘å’ŸTi²ù+5™” û¢Á±áF¨ê=reÛØrlWõ¹™˜ËÙ›“+†ÐæB?{¹¤*¢=xäœ'/€„(žè®L¢ÙMl¬ùÊÚ’­¬##ð.0/IŸ=(¿ÍBùþë,œä7›Ø©¼Áòjè¾êO͵ƻiÇÖFu‰l²7U¡6¡âÔ_µ%¶×ò¸²á¦I»8Ü´›sFumƒMÓSÌÙo˜Æ*)”3ôÐþ\Á‹ê'¬;Ë^:;Pì@óMww½§ƒ¤b ÀÜDž.Ûƒ{sày2eóDèã jŸ((ÒÑ×dmO'$—NqN€§ƒÛ”¤³A–ëdU÷+¡è8c™þz“ŸHÁOv1E"¼ë–É+­MR'$ýÉ£HrsYl!%JÓsa4¸VüˆêûCêfžíðä‡ÝÿÆÌޏYP ä€v¦¯‹•-ól½½°ŸCÝrñuÙ`÷Ø2Ð2£*Œ <õQý¾“þ•Zï ñü!‡ÞÐÌ—„;é H&)4A–ƒÃ s‚‚™LØBŠ\º5S<“O6½‰DÛ$µ2H±fšAø&¹NËM…Dvú~%–ˆÁå½ èp ÁÖ- -‡cŒ¢_ÃsWSös¯>¡4C•SU(ë2Ú@õ/`X7»úiÎZÔîväw.šJŒVÑ=06H’(Z*IÔ"–®Itˆ|5Y­IV."•Ȧxˆ¾Sű’Çâ*"h¼óíî -J P_;*˜&O†§ÿê`ÍaO.?e¨³jÏ{¢à“¬-ÕÐU(“œ-x¯riZbEBg\#,ª¹ù©S‰Nì>éD–vºr=n‡iz‹ó ï@  `‹é‘÷õ:ˆ8•É9•Ë8I¥rÏZa88‰­ÇTu°h·nÒ¥ëHKóZºFÓ8¢ç€@9@Ë7¶bj“äÂå9K.£²~u5ÞfZ‹œºŽ–d <Ù»ÄiîT/ImPS+yy -šœIrCMtd^¨®OJ)`~sÊ.2ž‡pöÂóç)©6MmX–*|–2¡q¯ -˜–qÜ0ÐHCë2Ý¡¦ "¾G&‡&5 êOµ™Ž,Abù1 @rÙÎ]’ÿÞn¨ãêšÜ?Âåoª¿’Â[­0w,F2–*ùSš-lè*„Ͻ°>ö¹&þº¬†F¡Z’¸y¹ÐI“m‰¹Iÿkщ×]»W½{–WÞMö\9$à¬Ç/}Yï»2 |?å7DêÍ+ªúr8"‹ ÆЗÆoãŽâÊ-á¥ôîv'£…š„7àVýÆðrpgÈ£ÌöÍRÿ`á³? Ôjó¸„6Íýý•< Pðõ£‹™y¦\`‰yÁèÂô== -_Y\¯–“Hì2GRíhA¯L±ˆ)9Bhº1ÍДYêš?ª ('þñ€Ýçñ×ÓŸdPؾI¨eÓŽ!i…Ø ÜÁçz ÝhÔâŸ:e©gŠÄÞЯ³ ä+Mìd´‹@1Ь€9À%n?wWIaU$žøØK8€Mà<˜;mð‰fÄŒN®¤5Ø*48Qh7¼Êr˜È.£~b¼ „5¹øçÁð) ùÜ£tøßXwÚZ½j±^ò-¯¢pPÑßY(¦•ˆÃh5ä‹””x™ _ˆ´I¡JQM‚ÎU“Îm¬áÕê^Rr4­¦G.‡vø$D+°ó³ #Øž†ásà€Tô³ð„®d‡ç¤ãöß–FîLI›ŠýÖŸ‹ü1¤×iªŠàéÑQ ¥‡ÑÒ1>É.¼GÍ µý´ßñÐI«íZö|VH(hé&6 -ÞEØSÔÕÈ•~ì0³XS6Y~8ÆŸ³hîÑGÛ}×s"7PŸÒ G¾ O³å/ÄVÞrPyîaßÂv߈I e¾T8¿ •Ifuó>@êLÑÇ*åQùüÐçƒPi–¢+!ÖЦd±ƒ_‡ ¡Õ^BvOîÜ!Ç_äµÒx1 z-’¦Á .óÆðMË0'À_HýØ­FNO¨á©a6(šT%ÀH͘5Àâ3nwegÈÐì4®"’”Ñ—-ò²Uiw|Õë¥k[Œ3#lZR0i—g쥔ٙY(?ÔpJµK¾s¸ûz ‰=“ž~ñ3Á½ºnåÆe­Q2‘:êhbý=˜.¬‘Æ…¸[§ê¤(×L94ÈSÈVµh(öN;Ÿ‰LÞ˜›äh91à)Ë=ì’@[Óì°g{1à À‰ÓøX„06…=()„õk»€À¹~R‰(¶Lþ|÷$€ldz$ …ŒM/Ó§áçÐ-¹ïLÞÒ#ªº8¢÷†ÀÝî@9f•¨pS¢iy¹)ã(2êÚS›\«T&¶YÈÊa˜DÍÙÁI»ò©’£õ˜Öã„àmd˜>î\_Œ“]k¥ þà¸CéTáõªCâ* ±è `H.xùSìÒ9ZŸÎå`Ö‘ÙŽh³EË`ˆ®Ü§"ó -¦âHb¼?*Šux/Á$kÜG0ÉñŠÒ%¯Éí–t…z°éý¥ÈÙƒÛrÞמï‰Ì¥…ªý´‰[tz>] -g t»Žóy9áþLà½:è5;àðÉ÷czˆ¡‚Mù¸7 - 0s ã–d+‘i½ïgZi¼ê±-”Юq¢½xÇÔ ú¬cËzâ…-‘åòç¢$cAÖƒÍa_Ï=,ï°, d‘?öíed–%¶èæ×‰)I “¤·¤]÷Åž4Ÿ¡%H/áj¨‰l½Èl¨×‰ß?ûõcUU÷ -ô ¡Ä%‰ÞÒ¦¼©ñŠÈ@£MÏ}Ùù%€BiVÐ7üн,yܪ¤ø°$F` ÷f_µZî%ZHIB<òMõJ¹5ç³ÂùLú åSÅ“#"6rîàâÎ$%IF뱬AÚÓj«ÁŸzáç¢ûì´·ôæšyÙ wõî™$õL²?Y€MBýiÁŸ¨»+P‡gkr‰Œ}–ä>—APõ™ô7 /w’.:ÀgãDâNò@h–æù4çˆúú¢ÍK_„ -8Õûsyq^Y" íâøˆ.q£Ò#Z 2Qç–,‰,uÉ›aJ½ Î+®sÏ™aõô©3ÛG¶†?» -µ‰ø+(3{ÕT‡Ø¬¢:T…g^Ÿ¦&¡5§CÀͲô硈ѰȻ}2¨å:Xú”$’J7ò~&ØA§ƒjøHΟ÷#Þíroÿƒƒ%ŒZû{V­þËo)мýÙŸ¿ýÃßÿøÉòÛ_üÕ÷ßÿóÛŸýå¯þö×?üð;ûúWüúo~ý»ï¾þôýïÿýëïÿñë¿þíï~ø/øþ_~o'}ý÷Íï¿ùõßüöësŠ/.nÿ줷¿ø»o~ýÅ€œòû?|ýŸ÷í×ûÍ~óÍw?|ý|óï6n{û‹_}÷ËÞüǯÿŸþÆ.üó÷¿yüÍ‹kö?úïßÿþëó[ÿ×?|ÿ_7v‚?vAÿýwgøÿí›ßýÏúáçþüÍ?þðaäþcWþ·øæ_÷Í¿}ýwßÿÛn\îÉù¿ûæŸ÷³úþŸÿxÝWID}ºîüäOýûßýö‡zù8ÿúÿË_þª~ý×ßýÖÿŽwþýõýþ»¿=/íç½ýå/­ù¯¾ùŸçV¼;ð‹ÿú{Ž,;òWø—?þSŒógÿçwßýúÛo~û6þüéí/ÏÿýÿýBœòyüÇþÅ<òôö¿Ÿÿòÿž¦{koóöýßéí·üåßýâ—p&EïÖ|{d!(…|kûü¡ I«Ô~ÿ·¯Úìo¿{\Õû…]Q~ûÿ|He’ŠÊš÷Ì">«––5U sQiÑ×AWª¢Öܪržô=óa À¾T£Â‚x{:û§_ü£þ!ž­ö -ÖµøeQÕìúoö×ú¡I(Òa½Ԧϯù¬Ñ‰æUM?šF·ˆ(ekÖÆÜÉ6Y㠔ʛpyú­ZÙù“_Ø=¿6¸qygÎÞvÕ¨¼x3â‰ÑLêÅO7A;jäß^^ï'ÿ!î·ß|Mü‡€®ÞLìÍ»ðÔöDúôÆúw`‹¸ãÍÝ~Õ¯`EãŠFüˆ¼ÏJk,õþý‰;¢k‰SeI‚YÛˆ?ÿð¿ìËq¿õ·±îñ»?–]ëO^Ö—­ñ>@ÒœÞ>Q‰ÛˆT®5wÕ>{³ ;vBŠ{6D)ÛûB`÷aKõ«-ðÿ?ùÙà¤{×xÄ8”Æc_òöòº>Ý îà0ìC‚uö­7×Ú½9ï 0¸ùGÆ®ÁÇnf.°Å·èo/Ç}<Ž-¸>W²ÓüÌ ©ÏÅw^cìñQ2Mò_8«ТÄ-:ÏÚ§ŸZî-2ðœýŒû}¸°ÇÏ{:`³÷™zô¤‰-Å«IÉOžÅ{¾ú»Oø™še@èïöÌþJlú¾¼‚OwúÉ;¾qÊQ”lÏ”Y{y¶¸Œñîƒl¸c~ëͲ;µ7‘0ÕÓê~›ÉwoÙß+ "üu[¬o½Óð¿áoødä×€G“}‘à|_^ØãŠ?œ0®¸©&®gŠ–êçè½w~÷2{c‹!dAð#?ä~g=î½^â%Ú~Õ¼Êsß×ÕŸ¦S½­ƈYgºw˜æ^µo½¹¶æ·:ÝI‡„aö›Úg}4#G”)ú7@|ßz³<±ÕLòÍåR§ð+`o”=Â#¦øäL_דL¬ T_q¼ý*gÅ„ˆÃfüý.+.€m¬šGމòÜÙ—¿ Ê~w@ïÌ·Þ\‰3ü½Û¯½ñð'.¾ñÚÕ9ãgÔ:â]œ~Þ®àÓ}¤xSÆ|8ë}¤I4/æZ°š¶¨gƒíZ£m–õ‘€HýäH÷ÅÇMû>ýœÓ¯R¦fŽÆ^ß^^ØãŠsIµ@Rûö§OXSLì -û¬ñ|Q1‡càählY£h4Ñuï蚢+NOƒ~¸®Ç¾ŒÊ(½[‰üW§õ«äVDßæW¡wæŽWÑïœõá -âÒp¤>2?î[o…ýéa^›+¦8ÿÍÕ‚j뉭³5" -çSdl½ïì;úîˆmaÊ¿½º€ßÜ{ -ÐÛkmy³Æ•--bÞŒ·:ÆŠ;!7›òz‰ÜН…µÇ‡ôtºÏg·›/ëÈûÞëxêï½À«öÀ£ùËASžl³mGÛ=¦¼ínœO5Þîû¬·-ýÖ8ö"†+ÔÒb¾ó’}ùJôkŸDW\­ÜÖc¾ ÁhFõEˆüO|¢Š¿_^þã5¥o½o}Ôû»Ò}"ô¼­Ôß®AqÃòJó^YÂ\Þ®,&Ýùîæ¢%úöòüÊp¸Í7˜ß'Í)>â¹Ô<{¿µ¢qÿ ¢|úE4?÷œq 0jocϱðß?þpQ÷C -ö¶ÎùXÉgÇ›½ãFâï}Y|¼ñþ.Ø ÷F¶Ò"ÎÀyÌq»[÷ϼ"F}°sÅâ7ïÌEµïåõ?Ä}ã%\± Âô ´ø†¿Åmoœòɺ½ÞwŒàŸ<åˆêKõÙ©Æzøá>Ý[޲ÌÖø¾º7†NÝ·¢0Ÿ«¿ è¨Dãh3ëã–­ð+c£7ß/âË+øÙKËw+o(TêìñQìþÓ/CI-VŒuߦœã§y6å§>Ë~›Ùëǽiñ­§Öò§/qI h»ëý,—o1%{QýB(ÚOÔž½1í=gö¹0c­½/7ÄÚ@{û:4Ký™ÏúNݧ¬/Ð#k<»—X3Q‹ºo7ëÝfDÐìeªÂ“YÇld@Ф`;ãïÍ£ËöL6»1hŸž<’Sž5Nà N´Ç/@rÊÈ>@¡êçû¶Ü,Y’=Á¥Æ5Öcrúð >G³l¬hޝ*³ ”i¸r¾½|¶ñÐåÙ÷œs|ëÍ­dŸ4ÀŽÎ»ßUÉχÀ~ºQª}€<_OrKæ~¸‹möTçz¿)‰{O„ûáã¾Ä¨7Úï¾°åoÏïf~ÜJ‰1ç—{gÇŠ!ïò3Wàmm>.ÿ‘Ç›?sû]ŠÆ^_<”ççú£óF¹×_wÌ¿iÆ\¢7ûåû.…ã1ÈžþØĂ޾ŠÜ4m#Úʨ·Ñ>ƒ¦+ˆGöõ¢!ûu÷X+æeéM¾<ÿãªßÈkß «¾º¸W©5Æ.½=‚(¶t½{c»_h¿¹"xüŠóý»}å럆`„wwÔ^ ŠzÛÍÑÅBˆþùãÞÔ›(ä¡Ü]žG­ä)}’ïv•˜»DãM@‚¯¼ã©,¬î²_C¿É÷ö} ë9Ar„`X}A&[òÙ›«š|ñ¾Í{zolÄn3Ä,¿«?)»»nù?¿ºˆw››;? GO›‚1ï -þ˜š´¥üüz_ÑLFë¦ß£rCs2„±ñÙ›…î°å¶ír›? â£KÕÒfp²‘®ÇXÉGÇt|yVÿ¢Þ½9m[ðhôRžÞ¬=ë7«÷›Ç§ÍžYDU} ?a¿Ñðœ·7–¸¸(´=ë'D<¿ÝÔNd °þ[¢DLåÍÛ“b_mã¦ððÐýä¿V¹Ëáð;¤av ÛÇÝJø¼¼.¿àseúœÚ.˜fÏ/4K³Zcß1.œß¼qFP¾"mE«gˆ[tm´^Ûë~L±ëþ=*‰ÞµÝ®‘²æªs úá<~YCÏ;Sãe$ã5ä7Ʋ[ ÔÙƒPÑ6C  ³,ù6îüý<®Ÿ>ÌŒ7¥Ýb<Ï~M Î?{så6ë·À"÷dß´²çËaý|%QšŽXà¦9 -R~Q#Ç×ïͱCóÆb¹pÛÇ­¥ØŽ0À¾¡±¯œì&:_@ܳü®¼(×äo½¹Ž»gmö!ÑX#ÿ—fŽF „1·Åƣ䛻/w–À¬ø&%TüÉ›¾=°¤’eÙ%Fõ`QÈx{ùü·a_¶Ï‚'lñO™æ¶î4jµ,§Ñp -±\!²’¬Ò"Í>OÍÈ=Ð6¢«Ç|Ïç÷ ã‹j‘úš56þ|3ªºÓF…è.X3ÛãÄ¿ nZQx´ £ùn(bÎ7Ù<¼’ö|ž‚Îâ}Æ -•;zTŽT›ô®ÞBv÷Õz9d,­P3b¯'Ñìo£Ù3rÏ·Í"“jäÖ§gfhôE›Øá¦/8 ”Éô¬qÖ¬é›E„¤ß^^ßHrcøÄ¬ûûm4Ï\ß5GcDª÷|TŸ½ñS PïžuR㎾ӧ—§+øtÐ#ŒÏùæú» ®_Ô¨|'¾Èãô[ó÷x<¤rÓYÉÞ2Ƽ[³Ç˜Nÿ¸®|"¸‘ÜëJþ4InÞ7'¥ó@ìOÀ¿FHp¦ÛrŸæn1gâ¿}#*@™éíå<.­_@Ìn#:Íí1Õ·±ß¸Š–úžá}ï -¨E6,ëO~óv…MâWuQ+g¿ÿð üE‹ïubŸá¿õæêè ªù6“ÈÉvCýþ^aõW4fß‹€Ï÷4ŒïüÑógÃ^Η^„Ë£‚q«!jN=šíE£Ñ_öoxDcß1€y¬Eß™£9Ý¢u­Nc’‚·-ªÇÏ×åÓä/Ïí¡o¾=4®²9òø»Z›EÂï¾ú„{Ù»Úþó}Ýóé¸AÿþÓ¿hmß'˜Z±¢Ü}ëͱûœ¦Éóٛͣaöù­“M˾PEúÝ|¸§õôçý|.qMîŽj¬ÃâqÓŒÅ3VªC L~UJ§öf”¾½yÚ+cZ"Þ·öÛ¸Rò þîwÜâH=Š[vË'<ù¾6n"ˆmRóéC;¡>âq¯±"/0L5ï—¯÷L9Ý·å›»5z¼²ÓàIxh& ç(‰–yñé³_òÞ0¹¯õGöa©¬ûÎ[um+¿5™.Þ8{5¾zü†vsïnØù{¯– CWøß¯è‰ÞÉ ö|ÊŸ½9µxã»çWt²x:Z•ãdÝÇ»>Æ­^QF]~ÇÕ1 ÃЙ4"ŸüUViÆ ƒïïígoôÿ"øé>BéñŽë¦rSñ¥EН…Ûg€:âf‹ÍÄwÔ²®}¯+ç’ãUÈÍO¦Ðq·ÆH Ð5ë^AÔ£'à…é}ëŽF -¼1jNÓr)1€ö:ínìÖäw?¢' «iô»0-g}t¿Úuß„|€¤âÏ£ šÄ{ØÓ4.íOÓEï‰M5ýo›£B!¦ø†œZœd<ˆ4 -gûèªáÙ_ãˆ%ð:{ÌÏ=¾øÝ9ûç¥Ãú -_èÊ÷´ûÆH¦}ÀùNñþ¾ÑìÉùaߟ7:kÜXÆèG¹©!ž}‡ãè[â͈rf{Æ•dc€<ícîØÞê 6yÛæx]lÛ†«‹jTcCZsÌmXy¢‹Ÿå¢ì}§1Eã¾·>0&.½£Ö(‰X{ -Í¢´†Žoò€C¢PŸ~: Ñ‘¥%¾ùœê‘'z•õ°æyãðî !;Š{1s’ÚðÀPk¼ïdcüõk><£×˜“§-eoåkEÑË?šÎ©¾«ßÛãºµÕØ3ÒÊ•Õ%þ>Õ([z”ÚÚݤ5+Æú˜¾ã8÷jÌqÿ¾Ýòd~dŽš—x ÐGÜØ×é¬X<ÖæhÝ×âÏeì¿ÝÙ\Qc °òPw‰fM>ê.;~Áð ¦|õñ †§™ Î…/{„­5î`¤©Y»dàéÍcôøºnB®û¤I’>þ¾y€yïÇô8ß¿ùûbì/·æú.vž”t­¹Üòõ0Zž5ß2±îgûlò]½ÈNŸ[¾ 26pÞ³æxâÝ Y†Eh¢©óþ¹×—ûÅz£~3Ьqø„ÈïqË-»Üë]c•–·Æ6⾬ÐbXÕE?GóŒ”ât4¿¡ÇuuÏã5Do¢q¥Qî¸åþ0e4R+Û~~Y#¦1Åß§[ÓVë³F‰ªÛäƒvç|°?¸w6ݬÀ¼øY(‚ªõí¶5º¯?ÖÙºßM|Ð…½ëHѸzŽAG‹_%Z PkÓï-¬­Ç~ÂÒæ:O½Á-Áû,·X~FÀ¤ëºÒ05è_j39¼a³Œ5êì#ò¥µ ¿°»ãï{ì -›ïW븰¦@õcØæˆTP/Ø ã~±0m•ؒ囬Rl–ùñed“ÆMU¶l=^/œk»à»!vKüýãMl;Î_îŒY{:–x2±€Öf¹9»Òmk¥9¬¿Ûœ[[ñm -'ðim úšéÛîÖÓºŠXlÌg–èÑÑ·çvûÖˆöÚô—¨ìÑ¿Ã;@5ˆý,¾õÏÞÜ=6ê7´¡ï¸ÓF±ð¸ÖK&ñãÏ8Hg£O¹ïüÐ ww[Šúh÷Δ[âG©ÈÃ-D¼U¡cY^qØbv4Žˆ˜p€ö‚o¿id”;û}áþXÁ攨šÔ(øÖtAè%ùÇP¥y¼1Ã>ÕË8Ã4Ö8Ö*_/$bï{ÿ9ʼŸ•Z¯«Ì[Ùaµñƃ¾^‹È­Œ‹ùD`{ö2n‚s>n×#ÍBF%R2…÷*æõ€22j‰¤ýš1h¤B9º¥¥q)xêeé!Ö,ÇnµGѶ]x"â[3žXòu¼°¿ˆÏ9ÒŒzoA© ¹Ä6P™ŸÌSdBýá2ïÞ{ÎÇ‚EÚš]Ûí;#njñÒ²ÖÄw'G Äî‘rIðvØÔ°Œ5®4ü²„‰Ú@ §7¦S› -ëÅ#> 4ti7¿Ð T˜‡ €ûòàÜ5£PD)$_°I°xhL±‹sÞè«JÍ »ºÿýô£P‹þ«’“í$‰ˆ´âæwßrñ7d¥ÿ¢˜IÕ­£î¾REˈ»5Yã+–Û¨î¤ûwIÆß) _*%O‡¢±‚Þk9f-%vc€îh˜~SåµöKÝÍ@a·€ÍŠûæBšeÔýbòúØÖñ[gìG”2º·`VØÎa¤žolæ°yöoîH¡Ê݃›t¢¼/¥Ðãþ‚ô+嘈²rÚÑwn,Jhk–Š‘EfЃ”·Ø1\øòBá|·‹ŽÝWž—Î'²Ë½‚¨4‚¾'[5&äü6.Ë,NÛŸ0/•TìÏñË|wÞàv"‚¹v3ÙyÝdk³ lÜÛœâtÁsÍB -ùÝ‹:¹ßºAÿê~œ*Z%Â^ª`)ÅL`÷K -{—Þ`Ôá†Ü_>{sÄÌ;j[éVqß•ábSD ÷qYÉ!"õ" s»¬Hሣ1ª6¢³Ç}á‘V¯-ã*è×Õ.Ä¿>¾›vCåž›7Šôí=.—%?ì_½ž sÎý%TuO2U³Á±ËBI8‚6eú>{sAXÙ%ŸÆtQ¨…Á~)€YÔoØgGU&Szh*“v›syw¿ôl¬qûêç’1@äNÊ-xso/2c.›yõkƒ3/‡ž;Û¢Dºö-æ¿£;£2·KZ€TpßD„˃Z¿œ´#4@àPöòÆ«¯ Ë)ÞÚxÊÍŒÒØ‚‚&úýã¥ËF.·ë¸DQŸþ_•Æ£o`q%Þ÷å›\,¿ìJI ’½Æ½ThÏE¨ñ’ì=Õ/1@‹H[p IÂuZ㚨-Çg³ZÀŒZ7<ÈØ—N!íµÅH·z½ÔêËçî$¤¾S†°©žA(ÙùÞ—µƒ†'¼s \÷jYïÏÑÜ:$U -ŸÕKöªOÏËtI7–Íã>@vçßà™g£¥Xc{ÈjÄô7ïkÏëáx Á ÞÆr_+{í}Bªõ"cqÕâo¸þês4@{ë©öµ|ÜEOê ¾–—ø"ã¡ý8Z«_âs)–Î&˜Jñ=Ôn ®z™¶5&Ö=$Å}¸ Y)7+Ÿ­Èm]M¡;œ½R/“©*²¬xº8Ð9‘0î(§Ëõ5GøqR¶è9"m¥x|V¨±k$ì~ÀRî†'’âr‰Fé¦ù|éµ"ïȘK”…‹‹äT£|YKÔŸØ¾ç €o±P3¶l±C-·\Îþð>ÇZrìekŠ÷ùÁ{B‡:¢äÝ®5@‚¸ÁxÖP7Ö²zw›ÿøµH­ùÞïbkÌwqj9Ø4·Àýµl„k`Ø>ýò‹´JyÀèÕ5(¿Cë\±dU‡ŸÑxêyÓ2óÁ_-q‘–)<à °÷—‰¹¥|·²åî9i¬÷ -n`Ë— ‰©ƒ÷í÷;ož®ü Ú]"ùƒ›×Ž—&ªõÁ3+V…õÆ‹x$2a‘[â¥/‘J{`«c˜«`N#¦á{kè{ àÓÿü. u„ -ú5ø7gõ}dâZ zék¹ûS¨ 5òޱ‘)ïh`µÚÈN–-ž!y² ÁKö>¸ }¬G’ó¡±â^’¤—W¥8:zTm'_gjÊчÿ|—ºef»Ék*sñ&_0RÚ7Z=1g½Í³Ä(˨I•Ìÿ«a¡ ¹ë tß‘iAAÝ­zÚš.]ÿfýÆPÕw":Uš¡wi·VúîÏ‹$“}×öÆa¹¹¯¨hQ±üK«Žø÷ÈÍ­Qß)Ì<.oª¥«íPýMlùjN]†\{ÿ%=€{-ß8¯ŒzÃyØt2aË·^Ã\rO^îÞÛ‡¬1žl¶LÏ/Uö{À¨5ãŠj`{0Ñí£Åš \æ¼ß?wœJQ` Poœác#ÓÑPõº_½Õ[ã?.}e¯…•Õ†öP\b®jâgjA®Yp(WD¯_–hÛï¸[)ʼ -Qc/í*|r/‰si'ûɘ÷Óž¡Rt§ÖàĸƗ¬ ‚äÇžßœ h}cCc;hRù‚ÕÚÝpqº3Nˆ?€‘ºÛ¸r“so*^ä uö|ùÕ+½=Óeû -¼5"ÂõЛîâsÅ=>ú•òã -ƈUµyz°Ë{ú"‹-˜©–ï—xÉ„x§Øù_bH}G úE€>Xÿ£ÞÓÛÅ&£ -Zãƒ8.x¢5vgLórÄÑÛ•«—dÞ»Aní~yÑ­w‹½°I6Àx·3Zé&•ŽÆä˜ñ.ÜÒBßÙ¦T,ç×çÅr0ö€MÎ[“xPPú~'P<ÅIãÕ[š·„>Ò»DÇ -rîH&0ã—$ÁÓ¼VÄÁÓùÝœºÿÒÞó»­+Ëü0fÍL{M¿7Ý󺻺ªÝÕår•Ëv1¤dåDQ”H‘bÎÈ9g0+˲-Y91“ r“(‰bD¼÷â åª÷þŽÙÀ½ C½žYóKÒpî¹'ìýûítÊr‡ ÝH–×t¥Ò‰Ìè&3Ú/^’;LŒbÚ'Qš+Åœo,§sá+(’ž½dþ§è°”ýd¾¥{2U FGtE1e͆Qy]T-©RÚ%Ê(£+DJu û?i]_AË:ÔLSfy1ý]š¨P§‰bïËö*æ\…d—R*]2Fç%”äƒTt€ºo’Ú õG©‹2ý𽬒ªRÁÈK*TÀº˜²¼RnNª#T’tåtuôݼYÙ0sž4röR /ׄ*Š—P†êl… ú÷å”ÉR©Ê7W”^ÎòÈ,ú0ÿSÖ¯œÓ ¨±ˆË…Ðf1è^Jó`TȦPåy³Œ†l%èfƼa–í©¯ZH²Ý“€Pš«èE5—1èÇå'ªýOW=ÊGô3ËéDóüš¢º-¡ö(U*Õý§|ÿ½¡ŒæÁ¹Ÿ3è8׃Ac*˜(‹*¨\ ÊSœ»"‚ú=&5¤lSÌlŠÅy2©Ê»P£&g«f2h¶TšKHÏ52K©Ó\TL…¡k§i*N)]&ŠÏ¥èU }“IYÒNwPDY#©à.fÖLW6ÊYdÐÕ×…^‹‹ -TÐÕl²¦‹ª|3VšË§¤š+‹+iü” 2g¢R(3ee%ý¸JÚÙ›= Y¤ -ß-+¦ì TjHE!F¡”.¼Q‘­/Ck7Š3Vì¥T)„ŠBšpi.$5"@‰¯R:0µ"Ë )SN}]Z’Gy»#ºÚYAÕ(Ùó{*¯$ aQ[)­C²f¯Ò|#£‚’he4i®ÈzèZ:ù (ÛËÏó‘l¨=]â§œ.lPlº/++Í‘Üu-´ÒÎQt%{½3s?.§c ²…²_CáÌ”A¼´2—¡TÁ¤ã‚KrUs¿G2’2XRy{è*LèQÉ’(&œò¡”Ð¥€*ö–`+¥hEA"çç*ßHcõ²|ükEe®˜Cn••y …šiã5‚.Ó¢yU• }“®2SB^fkÓu7òÅ…sXšÈ%ùTKQAW+¦LÈC[Doìò\€6X‘z/*ß¹òo${–ïÁ ”}·ŒâÅÅùã‚‹é#@{€³¡1tý@J_gsU)SÊÌñ…\þeîÌ;†++öШRÊ_R™Õ¬LêpRqƒÙÆÞã‘ûn í’¤ -jÌÇçí 8ÈÆÒnü|àJ6ΗÊr ˆXÎÑNE³Ð¦EäÒ.¦‚ÙŠKs6߬K»’ -¦ÛÊJ -I0TØH6N€J(Ê‹Ùl 5Xª°PeÁ"ÄÈÅÉuP–ÓZ¹g!Ëbnfò *ÿíüN(¥å4ƒ®î›­5AÅUP(Óü¦É©Tå›ËKé˜Ê|va¶8*•hPž/–-oMÎÑÖ>T$¶„òûSùˆ•PQ’Œ|Ù³l&P“õ3RP –Ù»FJóç©P‘/Ë\Qð_0rÖéCZI –šÛŠ•dä€e®]E½+£ÐA ¬ÀDfߪ|sQ%Ճ—)¡RQLÅ%•åZè>*:ß…r¡Æü‹1sÊŽ’U” å÷”3òߥìuÌ\Yá~93œvåùæld%Y©¯Ì™£‘eÒùzÅÅôï©„]FNþTå…0¥® -9—åtñ)æ‡y[lVƒÐs[JÙôÑzåTÚLI1åuÊ*¬Êüþ¨ÈCÑUU…Èμ“«ÙÆÊ¨öhFJþ è±’¼ ¨(ÙžK T”ì‰"­¤¶M m±aäôÕ/U]•‘Ó$y•_I­æM>H·SI'ÅÄ@© tžr†  -T’Ž,ÅÈ+Šétîòœ#*×A ‘9ôY•ofär2ó …²•Óèf2*Lœ–«ô0©hMª:³]ÆDÅåòPá‹¥%Ôd#ÊrÀ­’¶Ï2éìfí𥣙¨R•CÈ,£4h¥TÜ03O0¡ÓBú•Ǭ NhP”gfïa¥£“J¨‡QG¿<‡7ó#ÈK´½!•h•TtRÖ—k¤¢?)0“A[Z9' }Ë©Î|üL¶Ú”FÈ·”ÊÙÃ3² ~TVZN"ò@÷YZ”3e2 ¹*O©¬ ç*_]qŠbª‘R¬èZ³r*‘¦’V@èš2:B=k⤙ƒš-*Ø5{å5¯¹m•½Á›ŽocPÆhÄáÊ©¸EFIE¿ŠéØýlZ㿜ëk.¢ãj³N‚|¯ET,%/¤CRé`£,[¤ô*•ÌÆOGxƒÚ¦–ŠÓaäªÛS¨(¡B‹©:zè *i™“GžÌòœO2÷Í¢ì•PÔÐi?Åù­M¥¥–óùÌ2:Õ‘‘»Á„zÊ>™O¯«Ê7•Q)ºT89IH*¥€Ú†¥tEiÆÿ ³tO¡‘lNZU¾¹¼œÒ_Œ|n ³”¾ †‰Âs³XBk$æžj†èžÎ"Jd Üæ¾K9;rÂ0÷Å’JJg#s¿Ï×0Ì-nIžp–ä ÉÙN©X!fqîg9Ƭ(X´,*ÏÓt)i•NUIgfÑè4y*û‹Y(ðɤKÑ0‹is“®ÓÃ,8¤™{ŒUè6ï¼MˆI+{ÔA¡L>] -Fgí2éè{h¦À³pò‹Ðý#T2P^M1‹hdDI ÝA1î 0;N %T‚.Uä ÷È^fn/¢[d ‘¡ti,d@¢D*hµŠlH¥”¤Êòkª¹¸¤0éÔÍ ŒB c<ž³EV èOJ[Væ¢äô 4ÌÜß(ÓTq9u¢¨0d0£c™©˜%“v¦1ö”…d*Ø‚¡‘ÑŽJ»ÉG¹@Sqá4•QI# &í7Cþ¹ÝÌ@wQ5zJ¨©¢”Œ\j/õóЦ2ùLJ¡ÆFƒöf¯ FÅ%1éØ?4Åté…"*¸•° xèLƒ¦aùlƒüw ÉùHd5-§XÁÊ‹d|¡&\Nµ0tŒ:#”‰¶‚Fõ´óµVPÙEÔÖB¡”< J@¢Q•ì‘gc0£œZC*­QNÇ\Ž3£ÀÍò·rä)/Z:* „QF“­ óÐ7g!Ù³”D¥<Ѝ‘ôÔM:Œ‚÷—I&‘•¼PE ‚ª ÄȆ»Q²+_ˆQ¸&†™«™øAÖ|_žGdæÄ0eþ/¦uE6M•ò*P˜HÍR]„J?@þ‡2*E”I&䬠Ö© QÔ)-4JóF-h,£÷a–±RÓIèy?TåžDœ¬™5×HéÊì.Ï»`*Qn. ZsÓ‚¼- &]¡’jüI Tˆ¦øíÃywårA£(_&§<[L˜ÚË¥ÅTEF ¥0(à€j?S‰7•å…*åô+ËW~./Äørù>ª(_)‡UžÛæÂ|sE>™¢ -Ê™_ÈÄ`–Ñþõb -*–Ò«r`æñ•e‰:eÐ`¿ŒŽ0øÉ¨ªIY,µ7ŽRH7SµÒü C{‚æóEÖót„XéžÐȲRº¸m^nT͵QåvþüCÙ9Ù-.Ô/ÍÕ¸R­t•™m¤\MÙåÎ7–ÓÁg4’DÍ•”kŒ*öƒ‚DK¨G¨¼b-±JrתPT”PÍtØ=“öºæ þlø{ö*“¹'Ü—¾qÆL»™YX˜7ÊB’¥/ÔbP^ÚŸõŠžøÞyj>Q DQ9ÍÅ+tÕKʦ^HÕÊ6R‚Ù„úþgiþTžâÒ=QóÙÀ*õ€YA»¾óè5–0©XZªÐýOB‰¨ÀäÄ¡înªÈÛÇ‹K÷Ü•/šôóq -åS¦Ê²Ë¡ åSÑŒ’rª¶u)XÂ`æscŠ„¤é;ëPs åŒ-¥p0*i_Ƥ räëÔÑUjËèTÇŸ«0Ã%ô5–YœOÍ0e6β¼üKS¹õ¥¹Jä²5”Wª䂚éм²üu¨‘öeR) …8Êÿº”º5…JéËæÐ±RÅåTãO†O½W ã^šs¶P%©Ì¡RÚ"†Qòä¥ \Bg¡ÃDgfdE,@ÕtDÞ#ÊyMY­>‚Be¿ -:Ô–º%”Ó-ùʵ¨±’ŠÞg–RÉT¹‘â¡9”ÿ=U¤8g?ËKìú^%*-ì'/lª¬kYîpP¡¸œ*~žˆ¡ŽZ ]¤¼¼¬Ðú“>ª -õé­Œµœ®šIEÖäS]©Ì&ªºTŠî¡ÒgÅtFf>w0[ “:-%tö=Ê¿¡GGENgÇ@å½—Ð)5?סB™ÏwL 8+wsÍtNJ ¥^RZA夔®í(gF£Êè¨vÔiu`‹)9ð oF‹Dºp}VÜQëD¹Þѧ -±gsÇ(§o¶¼@Õ/wB-T%]¥._‘^˜o¦#*~FwS0ä–ц`”ºI§¾Ò{¨U袜¶¦£ÇUR¥æËòåÍŠÑeT.bÖÓñ‹£æ£‚fqùjÂ|s1]‡º›5æï((Ïݦk¤ÒùË ÕçŠ+èù äª_~Za⨬í|!jâJió%úP\¸ÑˆAWz+.TTɃj† -Q¨ð·âB1àòB%ÑŸà­Ý++©œ×¬¤´{Eµ¦•Ôš–dÝ—yaXÁ¤(ÙÏ;¡*P¢XZ*‰>,JÕJ/-¡LU{r2 -ÅÁ(Ê ö«BBCÁ8™uå¥T¡ -fÞ”€’Š)êRÎ()ädT”Еàòv÷Òü}29 ‘/8ùó7(”ÿIÏÔ«•Ñ>:U£Œ‡tÉ‘ü¼¹ÆBy1 Â9Å’o¤Ëp–—ü­÷ÊbfîI$̦‰ -óÍ•ÅÔe:•¿xá‚»êç]äW³²"GeÊè!ÕL_Ò£zÏߎ"…{Á o€®s¾ÖŠœÈ.£#FñYTáñº°CE.±FH5çS°˜¹*ª™öUVäsgÊKhÂÆÌEPäËó>"f®fñ¡_~\á¢ƒŠ -ÊÌ  [9ƒ-Ìl9uÏU/…™«ŠUõË}ä;gÑ¥?+r 7Â|3嶬ÈåHå)ÛA¶’eÏ ì,{B4þVTNmÁÎþó ù?ÿu»ýÞ¿e¯©?"êùÑ%õÿÙÝõÙÖ·¡ùíâ_ºÅþo\]_\ô“»ë+Š™E¨ÎbdV(ÎÊ¯Š¢ì³{›«~ÜŒª"þQµ·‹_l,t€î±?÷Vª£Xñ6º‘ jrÌ•¿*ÄÀi>”÷$ ”÷6*.ã-{û4ê Ý3YZ‚zCqß¹ wá(Q¼losÕ[µ…9Èý‘ÓwÙ‹ÜÑs*‘õãü/<%ÿfÙ¼èª4ç‰æ_¢ÀžfÁÞ'œùŸvÏÿÙÔ矔5Æ!Ë1J ¡'<[¶nýÑl#cÊ þicvDÝ?^ªë;E—”QÔóó¹²—•ýä»%¹Kä~Ük¡ñG#ØÛL¶ÐëÞ×úñtÿèdä'÷”,…¢Êå1÷ˆÊÜüVäüÝÙf&ò}¡É@vöœ¬Í¯ -j,Î!õlcšÀîü•—•熘%4‚|¿ ¸—ÝE ‚¨Æl@ö»ÔA¯ÈÍ`îaåÈ®ñK£ý›'5K£~ú^Ù%(gü佫QYöã÷BŠу¿šúl! ¿ê7‹˜rï…ìÄTs6JwF&¢{ßìÆûÿú|ýÿV×%%¿ °‹ß> ùÿ¤µ³éõehf•Y\^%2.´÷?ª~ò(Õ.ßZèæ÷t”÷ž1£1ÂK—·å -z÷åþš}ÿsrxõ·`¶à;ÇÞúóá^·»÷ÐéÆSo_¨~«)Dzldÿ–=œôó[ßFþAh8ÿù·ÑÿP¿ þ<.®ÈŽ$úÒ[3ÜáNEç¾·a'–0ߺpâÎÉ›1»^›Õs·§õ›Òó3âÆ˜]ÜHúõ˜­÷DdŠu,fž9e­˜G+ [¤M«c웓ü[âêÄœª‹°kù˜M/ŠÍª;csŠæˆUÞ±éø«ãªÆWODg–¾gY}È:™àŽMrŽ`î‰ètçG¸CÃÚ.^‰Ø/}¾mïÓmNª[7ž‰N¬?íÙ·ý¬«2:Ù³?>.:…MiÚ“vƒtñŽàäË’š¸MÞº9ÕýÙë±ÆË‡MŽN±NÁùØëPbNX‹»=„['IXÅçc3‚ªÈŒàä«ÝLlZra×g2%ÊÞ¸EÞš°iEIŸNw*:ׯy‡W¶ox‡³É9 2-®‰ÎÈ0›šEºŒ*ÜcîÛ¶˜¤›SFÞÚ¸ªecTÚB¸úú`<] ‡èBʭ䇓t(»ãqmt†_•ÕoM‹OÇæ¤çq‡°nùQÝ{/Ÿ\(I:øgÓN5wǧS¥˜ð(º1·¤-î–¶…­üÓQ›ð,á“÷$œ¢óI·Š—òõ¸S ë"ïLzTÜ¥lÌrO®M³ŽÆí²vÂ+ëÚñk¤oæÍWvá¹é ÑLLæm›†·aQtnZe-hÿ%ÜFÃ6ì5Ì;xô|Gzú—^N¸UÜT@ÎÂÜ‚º„[Ü„{d©€VNÀo¢3âs˜]ÍŽƒWqŸN– -ê4éyc?î“uÇœ3˜›Ss°O…g8GÖÆ9ÕÓ—Ï2|_ô[Œ¸SÚ¶5Õ{äÕýÞ7ž Žâ.˜Ë€Ñ€ùå=¸[X·°OâVÁù?¬U@+Û¶ˆÏ½|Æúøå÷pÔ­ê]yÂút{BzŸƒ=â0HEgd†}$<Í:¼9«lY|¤8pö÷aÎþþ­Y8íŒØlÇG„­÷ní9· -k¶fEç¶-ж¸Ë¬ZÔkÙ¯|×òǵ‡åá‰Î}ø´ Š´¨»bVYó#Ó¡¿óÜhùœÅî„]Õµ5Ù¾ïÅý¿Z{rö÷˜s"éTtsé˜S/ÂaL„S/ÆZnÂ&½˜ã$ÝÒ–¤[Ö–òéU™y½w°‡$‹¼i{R^‡Û”íì¿Í±žWî}ÇûeÍo§L5ÿ´ù@Ï‹O›Å›£¼C¯ïµüié«ê_½ú¾þ=lŠu01Ã=¶N?>ø÷sC'ƒM*:I·^¶9ÞQ9ÿõ±ÿ¶r§úßq ë na&@Ön½s©Ùq§²sèÅ¤Û¤Ý ™GHŸZ˜pix°Ä©`ÿ¥TÐ<ˆ»à<[%ç£Ó’s‰)I-é5‘.ñ…”G|tŠjãÓò I»^ŠÛù糜)7짪—ôjI·V˜ô”I_ÿP©—n[ÔÑ9sD@¯Áƒjq«&aŸ£³ðIÚ‚š?\|ØVš -™¯%û®%CcjÞ|1½0ðé×k’.Y[Ò)¨IØ{¦|¬ªT€Sq¶}ºeíø,Ð)1·š“™³‰êpà\ÊϯKù„õ1+ûèÚXGe|NÙ›v_ú:ã¿t÷*ÙÛV^ÕúLïþ Kï„]ÍÚ™¸ gW› *yéÐÀçIÿ¥{˜oø‹°[Í‹9yÕQ;¯*â”w¤Býד~¥æEúÌý„Çl <:I: ëùës¥,Pðš—tˆ/`Ó½Ÿ%¬ÊΘÛlŠ»t2æ–œ7$<ÒÎ×ãM®Ž5¼÷z¼ñýð÷Dð^㾡ž?ýÝcÅ™wHïç3c½B·jþu髦w"ãü)ŸVJ†t*Ü+ï"<*.¬&ã3hÒ~­„p+º_?áx=*<ºmU¶o8$ÍcC'ÿéå}ÞQÒn”e<ýý‡¨ñŃÚß­>¬7<«hùÈÁ}fSġ欎ò`@¦8$Mi—¸·²mLt0W´¾¿>Á;qèE/GÇ¿íø`õ.ø©ª>6%:˜åL²­>îbÌ]>ûÏ/°>Ω»·,’ókÏZËÖ5–ÅgzN‘>qf×apvâð½'$=ƒ—’î>æ0ˆvE îÔ¦ý ]Ð;Âú„›S·):q‡YžÓtoŽi±9 Ÿ“7­=m-òß<ø÷®KGÿ«çbýo£O ì­qUÓëG‚ëxû·p?Ŧ¸ÇÖ7¼ïÿêÔ¯¾oü“íFí¿¿ja6(²íYÏÇ/î41¶F;’niïþŒprÏ`NiË&è7ØKÝ™€É”ñt;!­w‰êpnŸ^™A{%h4ÅòVÜ®hϸtÒÜþ®WP·ãgJùºm6ÅÇ¥¤c {–sj{¢c_Ú§í†ôº¿.‡R~$áT±Nƒ<x!îÔp½ â~ýó†~rÁ4BΛÈ€NT‚WSœc WàŒ\J-š.Âg8³Üw=½h¾œ - \…³'&œ¢ºÈlÇ>ÌÑñqÜÑùÙ¦¥±tÓÒ¶ö%'k€»UlÌ)k#ý¢fÂÃ>Iz8 £Û+^>®7:-nJ{.~Cú.ŪÞðœ´)j5$\Òö„]Ù™ -ŒD@%ÂA.g‡n§B#wÞ¾þ¨[ÍǽÜjÒË;›J»“);áf\·pOnÌÊ[_M‚¬ðöýeQ«ùës?á7Ä튶´GÔ¸ãaÀA~†mêX6úót óÚ·ç¸Õq§°)îâ×…íüÓ«cíû|_TÿîÅ·ì#)ßõÉõ'’ª•{Ý団ìÏR.IcÊ)¨Ky$-„SÚDz ꤧό»Œò„C'ˆYä¸EÕ–Ìî?yûËiÞñ™Ëç~½9*kÀ퀳æä­aÿLxºç0a^ȸڔW¯Œ:d-¯ǼzÂý‡}³5&=Ÿ–Õ%f…Õ¸MT›ã×`Nyæ5(—°öùo6ýöå=îþ¥Ûüý¯ïñD'Å5[cÜCOØoòÇfÅçvɅн¶âÕû|8Ÿ Çu¸WÒ¶ôìÇœ‚³„KtäuKÊ 2Ã¥â°/0»Y¹g}w^Üwô Ïvî‹Î±Çmüjd{Ô*mØžV4lŒKj6G…p.'6G»>Z{Ðüþæ£n6-«õ°£øå}së™èØ«‡ÂCáGòªç·ëßµ^>ð÷Á/«ÿ5>#m ízé6(_NòGfÕ];¾þËiX©ÎOžß«þÍËÇçßÝœìúxsš"j“6‚žè‰[åM)·NNz ÚŒßd­ ¼ÒN£ìM8¤„SÙ•vi¸i˜ËŒ›&íï=Ž»Û?Þ¯þ-莓ìµOÛJ·Çº>Þ|ñfA¯{%{9f“µ$œZA®å` CãQ-x‡h¤©%óUb^«$‚:54öùÁ½Šž˜öBH#ÛYÔ›wµÚÔ¼F‘„ó³³0ôm*`4'ÝÊÞÈ,ïdÆ£î„TÒLH)ÉÌ+E¤_Ú¶ð«0ÀTQ›ð²ƒtjDi·FH8Å ˜½çé–´¦AßlωëÖ>%îê3¦¼ZIÒ£æÇjú/æ‘¶ÆÝŠ®eóõÔ‚VK.Ê,ÜJ-ˆÚ£VÖaXã:ÌͯM‡¤¬m»°vé ç“çO‡SþÁk»ózýμZ–òëu$Ȥ‹³5•¿~Ú\ôúëSÒ«âgæûo¾ád ÿ2î¿x‡ ~†¹õßk}ok’µŸ´ Îe|ZYjÑ|ekü’)<˜{NX±p‡§:ö‘ÁYÐå ˜CÚ¼1Í=òzBÞ°5;dܶêù ‹¤.>Û{ps¢­ìå“Þ}²s›†õbœs$p«æWèaÜ {Ò©fGf$µÑ9ÐVα蜠wˆÎ¯Oô|ºü}Wq|ZÕ¹ëíïOº]Q¯jÛÂ9žœzý”ûéÚSÞÐÃŽ2UÇ{ÿÛCѱ‰zÓzVlBx22Ùóé*È÷çšþ°p»éíqÑk’<—Ìœ“°µ™nø0:Óøad¦™êþ$î·­ÎH›^?eØ Ø‘³õº]Øšêù8<ÕýQlº÷ÓçÚJž ý¯ÎëõJZ²˜U\»ö¬­xùvÝ¿/{î×ËßÔþÛÚ#ÖÇËOzöõq‹ÿÅ«¼#;³6 2#åæNpn{–}t}†}hË"™§âfþì±Hë‘lÉä½xv*$ç$}ò^Ü :æ:é¸zw÷Àܱ—¼÷ êÞ,ªå™yiw*(lZ›î=¸öL\ýÆ?påÍ’F÷fQЄٛËÂÓÍÅÛS€açX‡’nqCÒ£èIùµÒ”ߨÃ<#¸oèî¸H&ˆÁ>8gÂáÙ„OÖI†TB2¨‘"Üù͸W+&ýÍ΂ÁøfÉп³ Qd5ªTάxìeÒ30Lz‡oÁ+OÓ¡¾+™E6µ ’0§pþê·¬=éV p—š›ñ ^IÃ.ÀŽÛĵ —>>s"áÖn[¸G1A±ÉÛ·-‚ª¤O#Jo¦çû¯g– ;Ëú¾Ô‚œ…„ä’JA,hÔq/p"ÿÐÍTàÒÝ7ÏÍ7“)#v„Ó‡…ú®fB¦! ö†ÆÔj€ÓÕƒ¬lÆí’†è,ë`x–s$f玻EM „ø«dð⽘۠ڶª÷þà7þuAoŽØyg=ßÕü:a¾ŒøjÂúô9a—·’nAmd¶õ£ÎýþÅ“ºw^‚ì^7tzn³?Yú¾³,:-:ü±.aQ4‡'U€ŽÌßoyéväý*àé’3ëÀQ§†úMØÙÇã¶žÃKKùó»g³r·ýϱeæÑˆW³?‰ÎŠÏG, s`~×F;™Ëß·}àºqþß®²Ëÿ×)í¹wãÚŽí1á©ðhïÇá±î#“Ü£áIî‘ÍÑîÊ„…[™í=³òk’^5?<Ë?¹>ÖõÑæD;¬EïÑ홞ýk£ÀÃ'»öÍ~~ò_í—Žÿú_Ú½vavàB3¼c“œCá)î‘ð$ûÀÊ“öRÏ· ï½zÂ>Šž‹ÎÂ9·φ§Ø‡W7ýiùvíl>e}úâAWùu.ó­Àµ–}o ƒ¬ä&@„'ØÐ—ðî”w‚ÌnEr•. z¾+ú!æÖp·gx'#Ӝà ÕQÀž`vÜÅ;MútêÔ²JFxú‡ïÀpö'á“u%œÜSaÀ5ËÞ]V¥æá„_Ü•ôJÚ2Q èÿ6ÒXÅÁ=³sOâ^~m*$éÈ€œ$}#·0÷Е„8¡[/‚NÚ˜åß¶ ª·á¬lYYÇ`Œ=»Kz3òƒÝE½)Ò({©S€ÙÒó|Œ¸GÍ;_xõŠ$à$"4ô fgY«ýá…adwYßOú%mQ;ëHÄÆ:–„õM{ Ì)iÀ£À b°Æq˜w 0eÜ.ªÅÝh“6F쳩€FN†ôz2d0¤õ† È8#<Ð#šÔ¼ÁL.êàÿŒ&20ü-áïƒçGÒó¦á4è>ø “À¯’€-ãÀ×c.À‚€›Ö'º?ƪž¤G\Y\Ÿ°‰`o#Ý*ï>fL>lgŽ¿‰Úµüè³I[bIÃÆŒkV)ÄÝcvéÖép訵㓕§ÿmᛓÿ¼6ÖùцEÖðbJÕ0sý¸®]øCÜ¢l‰ÌÏ„§DÕkOEGŸ?dï ~ÛöÞÚ#î¡ N³:.8¾6.: |‰¿ò¸¥d}üÂû“õï…gšŠ7G›Šã3hé„뀳ü_¶}HXMJÆwÎ-Þ=ûo¾›5ÿäºXóÎÁsÿ²ñ½ðŽð¬ûƙ߾ºÛZºã’uvi#ã|ý¸õÏ/ïŸ玺ß8€Þac\p ³)»R^%‡ôÈ;£ VŸ´—¼|táž/NýêÅíúÒ‚ø> -²=<+ªO N®ö~´1ÎÚŸ° Ï%]Òæ¸öФ Špé% ›¬éÕã¶"ÏSÿíõƒŽâõG=ÌЭNÌÈ;wü:ua&«ª;i7ÈÒN³tkEa+¿*b ¼4íÓˆwŒƒvñ…çðÛØ,à@_ß ûwî™neFm¬“äsI/¸ûúG@vË1ÍpÖ:qÄaì]ÀexgÈ€Ró -›`Ï -~.±2˜Ó^5`)qðafQÜõf…ßøäÚg4¤üýIÿÀÕ¼¬uCÄ&<uŠë×g.?m~? ²$’sÓ!øs ë1è0cµ¸‘6è!|:YÒ+ï!ý€çýjÈi%摵g–T²Ô‚x°Zœ -j ¤=îƒ^×Ê“€£Vþ)Ð!u`Þ°UpfcŠ} bœŽ#™ìÖ -£ ã7¦z?KºeÝ8|Ÿ ™ú“AŽðËzw–u†ôBÿu¤_R æ‹iÀ~é­ŽÊ{‘žÙY@ÉÔ—ôµIÀ³dÎJHoý(Æ}ÒöÈœøâFQ·¼kÃÊ=Üæcè 24üMjÙü9áU‹#6Aíæ ÿTÂe2§=}ƒ1‹¬%2 sz=¼>ƒxeÔ)½€äÁ¶UT·5#8± øjsŒ{,6-kIúÔ‚ˆKÙõjVXåýºù—÷XŸnkc¼glRx&:®íØÕ4=¿§>ó걱΅ k}ÜZ”^ºüàÂ"Ó=1p@¸é/!›„sžåz9ÚU±ö˜w,ií×G¦ÔmáiÉÙµ§œÃ[cüSÛÏxLjQ 1+kxõ µÔuõäÿýònG9œ&l†w³9Êútãikqx¼ t[ç¾8`ºõQîÁ¤SËÜ ûº‘ph8á©ÞÛ$f[ËS¶Þ#¤£ç`ômưÏö”àdlFÑD8U\d_& ä‘>aÃÖLsqdFÖžpuc“ ?k£3ÒvlFZOXÄg Iñ9Á¹×ãí=Øø>aU »^‚Y5lܦéŬ€™<*î_ô†7ó:ÀÆjц•_ýü k_ܦÁ¡/1—‚µ=…ôŠè|¡â‘K 1¯7ÀÞä'ƒz-Y­×bnnMÌÚX³·í‹¹Ø'>Áù4ÈÜÌà‹ùþÏÓþAø ßÊ.~Ÿ™WÒ‹ÜÚLH -ø@Tk(JÌýÈf‰l“È–— -ja›3ÂÓ¸[ذ ò:T 1—´%bãŠgÙrªzVç@:_ù¯<$ƒ×RA9›ðKZÉ ¤=‰þôË{1¿¼{ 8HÌeÐþ«cp‚dÀdœ Þ³‰ÎÆíò6ÂeÒlÌöØœéÚ8LHz†ndù®GżÙL‚\#¼~*ÔÞY=“Dv4ÿÈ­Thø» p¡À©yiOéÉE½鸄K+À£¦C€ÑB¦ô"|gA«Nu*Ü­%\jžûN+ãÑðñÌø®ïÌ_zL†®Å|â–×c¼C+Tç6&ûTIÿÕÑà,Ü­—ÇWï†í_»ÂžËwbveæÑ -‰€Ñ˜ šúâVs˜5˜cÀŒ; ŸàŒÏ²¿žfX#ìéU 7ÇÙ‡bãòlnd(€Íª;_>êd¼ºßZ–thx »†›eY}XóÛ¥[§þ9ü¸xµ´Žtjy +èšiU œ":ݽ?<^ÿ‡ØÄù?ƦšJ±9Ä·T¬pÕǭ%¯v~œr4i¯¹¸µšð*X„WÒ·I.¤ý0'Niûð8Ì¢îMz¯nOqO¬Þkúãæ“¶òø´ ›ŸÇ¬Òæ4`™õqÞÑ-à…i»V° ôKSgS°‡#VÉù„]Öœ„³^J‚ "=¿&<מþëd°ïR8A8zÌ¡ê&×@>jp‡N„ÛMê4p†tH-!âVÂ/jLÏK:Sójùîbß5§fÀ.Àô°§M€—ú/ïÎûRµ(éÑŠ3€—vÌ—’¾¾! áÀÕ¸Ã('\j¬scÞð ‘ðõIxß‹:õâ¸Ó¤Ix‡®¿˜P·¾À\ò®y­jöáÏõC©y•8îâ1âîϧÀ±·“>­4TKvV ˜Œ¸×¨ ÛÙÕ›­•I‡Vžò^üšô˜Íá9i}d°6p°„GÉÊ,ößÌ€~LujÜqss^ùŽðöõá>ƒ* -˜ƒ5!¾ØE¶¶> -ó´=§h™{sˆ/¤aÓá¯3ÁK÷SÁ¾a„¢UÛÆ¤¸:í3õ…­jñ긲5b¾¶}þxÃúÅxØuíQ§ÓlY5¯Æ¹GÖg Š5ÇàðÂð]“žðje8ÈTÌ üÉ¢lÃ[³fÙæ´º™tÕ¤G¯½Î#<:)¼“ aÈÍ)ÞÑÈ„ä\ÔÖgxõPV™€} s“tÕi˜+Øs -xòÊý³¿Ûï:wJšŸß»›îWÂÙS‘^œô˜ô¸Û¨ÙžUu¯<èf®>é©\}&<¾üuwitL œGXbO¹íNÑ“´ËZ—ïÖýn雺ÿÀæ$­aà1Ëßÿíëû>ŒŽ÷NÁšgœ*vÞóåÃúâ•o›ÿ¼=%®]¾ÝöÁö#ÎÁ”]#Ù,ð&úÖ«>.©{ù¬½t{Š} ¸¨tõ™ *åшÞ‡= N4bÀçìWãmåËšþžœ¸´ÊÀ×^ýVR…ÍŒ\ÚwȸŒÊ”C/JXåÍž/«ÿÝwíЯâc½'â6U×Ê}VEtJÓ³öpÄ3`¯â.EGÜ!nXk)^ŸæœJº‡oDCa›šM¸/C Ø°ŽŽÎŸ°+»ã³fylæÚ¸UÏ'ÜÊž¤_ÉKœÌ¢RúfE­ùaE¥Ä|üóÛp1—YCÒcTgB}—,ƽzUdì›EóÒ¯àEÝG¶%l&YÂbàc6“ -í­¥AÐ[ýÃXvOŒlÍi{ã£îµEÍÜ}·ô)R~<Rò0—¬eÛ*<› )8©EŸðô˜wä«M›¼5ìÒJAîšñp%¤{¼ŠÞ˜SÙØRFzUÜfnNª»—Y—ôöž¾LÐ4°³¤Qg Àÿù1§ÞeøzÌ1t1ê0J“þ¾¡ÔÂÀÍÔâȽ$`¥ô‚q ³ú9 W½í>~ýþ[€8Dàòøwð:î¼BuÊ4¬wÆoÔï4RdÓr~ÕÄœ»ÚñÙ†õóñW–ëß.OöËV-:vp`=áÑH.8lWtzoµý!á’µÇݲ֘[Ñ‘@~i§Vˆ;‡.mΘ¥/FÅ'3þ‘EãPfI­Àý*nÜ®ãÇlê®­Im̪î~='i·_¹ðÎÚ#qËî<ð_ÿàìA¡Fg…§n×½³=Å©z9Ñsì‘âð?$g.]ÆÜ}}1—²'bS´Glò¦õIIÍʃæÚ(ÿˆëv{ùSåñX»Ï©Þ Ñ^–’°OãNAíë±æR×õýÿçâ­š·1‹øÂÖŒ°æÕN&1«f‘ 6'<>¼9ÖÉ\ú®æw/o7vøJüé?„®wÛõ]ü0¾Šð)8p´ˆE\»=ÛQ™°qªnI›ÿVý;i§¤íÍs‘ÈXÈNйemk=Ÿ½~Ö³·«y›NA»õRíoV¿Ó°ö/'17ð‹¼éÀí ÙYÛåêߨþfë ëøÊÿÄxßÙß'¦@®ÜM.ÞXåmH¯D­¢s/Æ:?Ù˜â× 3¶f4Ý‘9w_{„{G¾Œ»ûGbHw¸Tìð´ô\dZ×¶ôkWî–´éD;Á¾+;¡¾+?<7Ã9‘à~~}Äѽ¸g[xNÃyñ”W¿kÌ„.Þ#ƒ—&#·ÉàÀ5¤K€WwDmŸ&¼j̪å$f"Â~0ÛàÍÌ¢qlsU`+ þŒ¹5¢ç£¢ªùÛ¢OS¶¡Aäs!€ëþáÅœ*^a›%~²i—v¼]¶ëä›6e÷木&îVñàŒê@?™Ð9Ý1$jŽçëæ¶§àÜøF¾&OÁž!l&Cjà -vÂ#jLú†W§uœ•gÊópFF€›|N†ú.&C}ÃéEc?œC&¤×mNsjkþ!1Ý?õ ¹ú4Ἔ - ~EGn#üöfIÊIz$- ß·U,ÞaU‡]—ï¾´ jV¦úD›ö>Cz~èV:¤3„-’–µ î1Ü)¾™æŸL¸$-iÀ½$`­Ì9z=îÐr·€—¯MJÏ€¿º³dH-©¤ð®=Û³ºž˜MÏK>‹8e­ÏG;™žÏ·9&nÎÌ÷]ŽØ ‚ˆÍ(ÉÊ;ðžYU'fÓ°aÍN×{0aÓ+H8Ϙ]Ý :¡3éÒŠ6m¼ê—z>I̵$ÈÌÞ Ø‹õñ9³"6k–FÆUí± e[tFÝaù®µDzîÿe{Ô !¼WîoZô¢Å»ÜOÃ0'¤Ï¸Ç8‚l18c+ŸÅfµ\Ì£×D¬zaÄn”Çìvù"\€…W/>ë:z£³ô“áN`àz©èMúT< Å€dã.TbÒ¯S,Üc¼£:øÙ.×þ!ºô á½ú(êºøeØa^Ý7¼3oÚ|F¸d­‘YÉÙÄœº shyI¿¸5PKIà@ ØgD`øVú_›ãy1ÆÙ¿9®¬Ï¸ûúNq#áQrw‚ƒ_>“1îµUÚ°f•Ô¿šT=Ê9¸mUõÎ?æ~w˜ÔDpø»äü%íæþ˜W#Šºä[3¢3‹w{˜ë£êf$3‰@ÿŸ{ðÔ›ˆ y(0ÒA äù™ªîùSÙ™TÀ`„žÞ•œþŽ\0(Ft* S'ÝÀõÝWî®Ï Z_M÷ŽÃ_cþ›ö˜çê#x¶‰pÎÄì‚sI¢t¡‡ñǃFc"ÐwŒ|“ ÞÄ|rŒKøuæ7K:# špT;¡¡[ “G’ +£egÜ¥\(ïJ…4ÊÝe=ÒgäkÅ‚æÁ𜞱kÙk³ÂšÅG­ÞzÂù,>+o„}ÄŠwŠÙLÊ8ð™èh̦eoO‹kÖGGóToOŠO'@w¼|ÜûÑ‹ï{J#ÓŠ Q«¬a{Jz6:«hÞšRÔ/?äKÏýàÓ*~XШŽ&’’n³¸K_xFѶ9%­ ÏHÎm=ãì'‹F§eõ¸M'ÞEØtýëgÝÍßj|çÅ×õ¿Ý|ØQ†OÖvëd(6°£"íê7¥Ý}ÆØŒ¸.6ƒìμ3 kÇ'§fmüBp¦Š¤{à*nïÓ'l:AÜx -ÖggQ)Ü]”°wBr²UŽ~#î¸z³ßxŒ¹®|µ*;^?m+Y¾ÓþçÐw‚OÜ7Yû Ÿy0âÔJ^Á‹Ì~~'n»~ŸðôÆÝŠî™îObVöáøÿ$éQqânISÔ -¸Í18·éxÈ7»9)=· òìų EóŸ×¾¿ëѩӀKP¬CÂuù»˜çòm á3ïÈqÉ´1.>ýúç3§IàþQ»Iq ]Š{†oÀ~ý6ó)z1·¤ypP&(íÂܽÇ7§kÿˆÛDRþþK 47Žá‡xJ¸3¯àf‚²ÌÖslõÑùßoOòª`mD˜[ÅÂàý’óC_ã€Õ¶Ï%mØ¥ì]xÂÚrY•‚ß'€‹‡íz 4À^ÕJ# 3>%'|mcäŒSÁŽ{¯‹æ«1¿Z÷ ø«~ÐY׈€Ç`m.½ ó ßÜt˜ô«³âšÌüÀ4ú,ô_KÁ‡ÈÆÞñë—¨5ºµi7*Ö-f5æ¹ò0¾¾dI…Ô²¤_-Ixì-ëx2 Õ&õ}«vî©Ìâà­ÇÉÅþ„_‹p¡(ííûe:dHÍÃÈÞœYÔª“!IOÌÍ©\Â&C*¹ 3$Lƒ1»ºsq§A ûM„bÐ0—´ýõdï¡ÍauÅ=Ù´Ü×£ÒêÈ´ä5ìIÐ7;>aCÊÃ>½úìÌŸ–¿¯úÕ«;þ˜@¸cNÖCrÌn”"ž’p©ÙȾ±ã—ö¦¼ÒŽÀ‘°ú#(fZt·™äk㊠kSâs(þìÕ£†?½~ÜTž˜‘´ìL} ‹°&1'<³æ·¨ºcçÞÛ|tò7ÛOšÿŒ'½ònÂ)ªÇæ„u˜MÞ•˜éKÌôÉ"6þÙÅ»Uÿ¾5Þgƒ>í“sÒHFÚeMQ›š {ëëÔ¼i„ ˆš1WÏá„£÷(á”4¥¼zE*h$aÏ'5Æ,êŽígòó± mwtRÕJ¸ùud@ØsÈZã.“É.˜^dFןë׿àÅ,¬#‘©ŽÀ“„WÉFþׄ]ѳˆÎN-a1tIÂÍ«‰ƒ~Ã=‚óq·è|ÓþKwîÁá¨käfÔùù8áù8/ãVö’.i[lN\OÀ~‹{ûL„oð: ºžf÷Óç; zãN@Î"=ü:ÜÍ>µ¶ìE-¸›U½m㜎ÚôJÒoYŠì}Èw¨Nq fžOz”là ë3Ÿ$|zc"8p#âÕ¶¼ze ô6¯ÕﬓI¯¸…ðÉ;“~÷¾ÁkdÈ8pË;0—¤™p ÏǬ¼êד]¯NsŽbAÓ¾ ’ðdðêæÿ 8ñ>`«r¾ÿZz~øû4ìUdËK† &, ïÙY4ôÁ<ˆa v—o!{ÆÎ¢Vµ»¤RÀ¾•->br÷š·¼J~¯ |ÃkÞo¾LÎ댩•<d>SÿafqèÛôÒà×€å.퀮Ú]yX¸–VAõºKÈ4ˆb^QSØ|Ò¯Sî,š€èô€·dQ‡¤Ù¡Ó€ïÒ~ ‡¢.NÕëÉÎiëºE\¿p··,:¥ãìÂL¹ÅÍ {û'[“çÿ´òàÄï6Ÿµ}š˜4$Ý*Îòƒз‚:Òc6ÀǸe‘ž_ŸæÛšîþ4jT“>ù!ƒyÓů[xÔ^ŒY `â„CÃ]mg†nUýÓËûç?Ä­¢–”W-Øk/ÍöJ£=ŸVºñøì;›ëJñY^}Ê­æcÑùÍÑ6ãõ~x–utsFѽú@P·ÂzvÁm -vq\—¼;6'iD>ɸCÉ‚uº¶Ë;KÛvç%]oæÅ»!ww^)L„ÍQGUPƒ;4ìð¤º=:®íŠL‰jpOç¡´_ØD-$PÜÂN¿fÕlMêz Ç•ï0—Q½9Æ=¾õŒwštjÄ¿Fžpˆ¶¦Ú÷mŒ·–’0fÂeÔ$ìZ.áQ°0§°÷Ššq¯¤mwA£Ø]0ôG€³Äœf#ÈJÐOf3²iïÀ'0˜S>˜‡ ð_¬ðXWfA­H/Ý!B7‘}6Ôé~XR+ß,*o弘­cÿÆôù÷6¦[Ê`þÏmÎqªÃ;éºt+íù*å1ê#sŠ–í9u÷ú´´a}ªó@ÌmÐn8Mª5à–qߥÛ8à;ò¹a$îï8‚úÀ=*`"QñÔ€Zsˆë0·’“ž7 ì.k䂤7îÔ'祽ø‚  öàH2pcݰã ûÉ…¾+™çÃÞ¼~šY6Œ$CæW “¹ó M¢xáiø/Ïû¿Ä½‚ „OÒ‘ -ñËðϯ<íþxk–_wÉ:_̰'PÜÃÂðraä>1o Bj9v%üœ†¨WÐYø24šI˜Ð_'çµÚõ© eðNàRƒ8ÈaÂo4À¹@ûÒgc$=¯U¥ü5¼Sð¨^Â+ïzë<~ðªùh¦ ŸÌ‚δ»l¾– éta;ëØÆXW`~ é5ê`ÿ‹Yùç0«œtô]Îx†?ßñ™€7w¾xØU¾5%ªGñéÀO{vàúV£:îÔk›ö“·nX·°¯ñÇç®|ž1+"Sšöíg’s±qÁ9Ì{ -xÁÚkd²çã´—×° {!n×ôÄ-&áì¿”ôô“€×P\vÎFÒÂ>‘ šŸÝ:öÇGš£’V½:Ðk ·’p+zÖA®Eg% „æÆoìC6›Àý®² È“¿.+$¤—u:laŠg}Èü³˜“SEºe]‡ ñ;ÍG¿ù^¶ÿíø¬Zº»¤þaIo}®Ø´«z6â¦ù±ž6m*NØ {Ë"kJÚûRö+·3ž‹Q+ÿÌÚX'sõqã{[“ûp·N¼6©jÞ˜PÖ“€1vçûoî„d½I/Èa¯¬÷È;âÈÞë5÷EÝ*þ–Er¸ü¥´ß %¶ôéGóO‡]ì“ì™%/½¬ÕÇ`¯Ä=ƒWÓ‹Ãw3KZ]Ì%jÀ¼òÌ£¦ƒ2ñ_V*Sv/ìòXfeènz¡ïröíÎÊàÝÔs­)c÷"›(¬WÒ/cÅlÝI¯ΉZ’òI»2¥ð‡E•ò¿/kt»ó5Ú³Q»àÌëé®JÜ%kC>àJ¯WcþäÂà7äÂð÷Q7ÐHã^5M°—51Àƒ„äK£w€ïo9Ô¬ˆSÍù£Ý‚ -Ëøú†2¾‘LÈØ·ÒªS%Å'AÆã®‹Ÿ§¾H/@?êÔ´eB9²qÇjx†š“ ÜLGn§}ý3žþ¡¤Ë BvP¿„»Äí˜CسðN&í}¦¸ãò×Ûs&YØnRlÍh{v5' sž (Ea§´gùèžÇ¢ú]÷Ȥ[ÅÛœäߘœ.ØZÅG213¯à¤@ƒ~¿¾n5)×ftÝY[(pˆ”OØ›ë9¸9ÙýñÂí³o¿ú¦…™q˜L)¿V¹gƒpuéÀÐW‰ïð¤Ç JÀ8cvQ=ð1á^v@ߟÇ\Wî¤Bpg.ࣶ:Ëm—jë¼ráÂ¥Q&¼H~+Ùq·^±eÓ°cn{Ã.¹°áRt¬¹ä-«S⚘ÛࣤGÉJz5Ò̼Z‚öÿÚ„àøê¤ðð‘3Q‹ì|ÊòÍgê ߘ°©z“îþaä[##ß’óƒ_oÔƒnW’ oVžqN.Þé(ÏÌCDPÉÛ]VJ2‹ -Ñä›^Ò¨óiåÀá/¦BF3àÈ‹ «“‹—ž%QÎèHÌ'¼°iÔÅ`â~£îõ´´w\¼™p_{÷ßD<8æ6i0.,¨7àÀƒ“3ð¬þþ¸÷Ò],p}&Ḅ z,¤U„}ÒöÍYÀãn%79útNÜørBQuŽÜ$üW!Û[æùÈãÌRÿÍÌrßçÉ ‚÷fÑt) Ø0îë¿ñÞ´â‹Çý×V­Zî†CÃJúåÝ;AaóN@ܹ>Å9¼ œè/p®~©¥¿¬3î7„Aî¼íýlcœu å“´g‚Z%¬' |ónÃ摨W'.È Û8Š{™7˜=—,‹9ôÒØœª=îPuÅÝ:îÓ€›õ&]²vЩÍ(ÿŸ3JbUgdN -ØVÅA1ÿ„WÅ#A‡ . gRž j™%½igÙ8œœ×ëãÀ.e\cÇmPÂZ ã^ÎÜyä[Úß7œù÷â)ûãå»E«;€Ÿ[§A¶ª8k’šÈìp_d¦O‘°«€_Ê:6¬Œ¶–FgÅu)›Q³4õ-Ük,[7%œf]ÊgÔeàŒîΫ™yiÏ_žË1§¬e噬zsFÝŠüïI§¼³ñŸsÏbvÀÖQ>'iÈŽN´2Ì!kB~&Ò ã³é„)Ïà%Ò7x#4_Ü™WÉ"vö £ ¸§í¯¸Ç :F+»€o£ü„qíêÃÞ^?e}Fx¹µqëòC¦ü—ïãž‘¯P¼Ö–MRÆOÃ<á^µù·aÛ³Ö50ˆûeÝÈö¹>%® ÃØ’^a}ÌÉ9q ëP~DÒmT§}—׎(ÆiÞ4”‚õÜYÖ@»Z±Ê›¼·»*‘Mþ¯À=ÉyðI[2²öÜî²Îø—*ÕÏ•ò”OÎNùUâ%Ó•ÔsÓÕÌsóõÔ¢ùì‘þå¾»+曩% j¤³¢3  ÿàõ¨W/‹¸û’¡‘» /" ”LŽyŒ*ÒoîOïJxû†bþ¡qߵфÿÊS"Ôw-Çä¼B²ø¬ñÃÕ1=wÛú'âùÂöõ]\uúJ/ƒÌ\–éu(ó›î¯ì˜øôÓ0âò ¯¤uÛÒs8lé=žpJšß,ûþºl¾ò&¤ƒ¹ÐHpŸqø÷-ÐG7Ò~µ(v>q3†øqH£JÍ›¯„=²Î°0ÏâÅp>ál ¦A¶9;<-ªÞ‹ÌHëâ€yQü>nžLqoO -Žã6UçÖ¨øÔúcî§›Oyv:%`XUÎð6VÌ*mˆÙ¤ °gzv´*d7Š:5œˆC‹òœD¤Ý &áTv£ïmA¿‹¸.îPtnÌJνx&9ùò±èøÆ÷nçׄg…5Ûs¢Úµ ቭI#wé>÷ÐÊ£®Šm?1åa‹¸aÇcÐì¸Lº¤GÞc½qêW«O…"6ƒ,:§çìx̦¿,š/¿YTÃY‘õ¢¸98C§¶&%(³·‰Î픂ÿòô/ðÁ³9aÂj8/ )Ÿ¬wˆë1›àüö$çx|FÑœö^¾“ô]LzÕ Ø*8—°óÏ’^þ9ÂéI8å„ר'A ŸhÂ*lðÝ:õkß×'µµ}ü÷8‰x¸K/Çœ}&øBÂ¥¥z `°~Àê8ÿ­¤WP—tK€Ûkù¸GÖŽð.æ5ë‚NµDÝ7æz¤¼òîè,ä ]Ó‰{½À#/!¹»³¢Ñ£yŽ€ÎYÙxÊ;ø?–M—RÙ˜04þ†\4_%çeœ%aëø¤<ü³)·¨>2;¹¨’î.ëÍ;Ë_ú>_§A¦§× ;N@Ú™¾®:àܦm`öƒÎ‘q¯é3K€µýzöàigØ&o‰úA×z¿ôÆý7f‰Ðà1h'ü -î·$Ü¬Ó §^s}>ñ^¹ÿp g+µ8ø-¹`ˆ9¥m¸_- BZ9ŠËIú†¿ÄœfSf~àz*0p=n7ipŸZ ÏêIºÅ¤t -àÐLPÊÚ ¨Å€Fv–/O¦_?É<ﻹ3¯QÁÿubnñ…¸KTGxÅM˜[Ô2ëÂÆœ†‡{n¤A¦†Ó>]%/å7oM°?{q·«hõQo厼ÏVn³˜Ñ)qutŠ<ÿ·5ÎùìÕƒ®’—w[þ¸ò]ÃïHï é”4ávyKøClNp:>':ƒÛ¥H§¢3:%¯ÌêXq‡A†»ŒŠ¸EÕ–ÖnŽ£¼autFTžâÝšàØgïߘ”Ÿ{ùTxlõ)k_ÌÂ9±pEa_G­Â3뜃ίÎüÊÿmýï^?ƒß[õ¼¸M…òx˜UÖ±°nMuìºíYQÍæ˜¤*m× ßMƒ|ÆmÀ'ìÒÆðïÈö(ë“ðëSÂ!ªÛ )Ÿª•™V™°);·'EU‰9IÝ`û¤CÒ°þ¬­ìù¦wcãÒsI›A -r[Ü7«Ÿ~é˜UX™ìÚŸm-{œ}'Ôôgõöå¡õ'œð޵Y’K2!YOÒ#nŒÏñNmMðŽ&½M ʼn7I¦ÅAã^÷ë·,Çæø§“vY3:;a—VðzBZµñOpAÍ®_ÉN¹äm„CÚX°·F†rQ‘]:½¨×eÏ©Bö†ZÞõÀ(î&é4*^‰ØAzìtPÎÍÀú¿ ÉÙ¸MP³9ÙûYÄÁ:š )øä/ƒq¦ý—H8éPÿ•Ô¼N÷"Î"iÙ†õÙD1´~à0/dé!}_zQg üâÖ¤Wpžðˆð¬$`0DÌ«Wa¡/A—\MÍ+yéyÿ‡%µ"â6m–^³(ÛVFE'⎡Kqwßàú”´þÅÃ^FүⓀŸïŠÌò«7€“ân ?bQu¼|&¯INÌŽ!]ÊÞð$ï(fçœ ìü3)»¬ئæû¯óý×]2³0ø]æ<éÒp1‡†™}ý´£låaWÙóÝå[¬CÈ¿÷êåÉ€A“ÍCAù¸NïÁ9´5ÆýÌ£óÝ߲˷ÆÇ^Þï-q†'䵫¸Ÿ-ßnýCðzí¿¼ü®éÝð÷ÊYß²êKwz˜‘ Þ1Ü.®Á¾ŽÎÈêןò¡|Å­gÒªW÷x…§eu¯Ÿò¯|×[¼5*8Œl³Û°ÿ_Ýë*š¿ÕòÎÂ7]ï¯Þïeħù'1;¿úÕ³.æ‹G]åáÁÉè÷DÜ*¨Þ}ýXtÄÿeËï7Ÿ -O$­ªÜ*8“˜éù4:ÙÎØí(‹Ž÷|LXù§1‹¸v}”whùÿáè»ßšØö~£[÷v«ÛŠŠ+( ‚H¯Ò{/!$@zï )$¡÷Þ;!!„J脞Òè–}ö9ç½÷þ!wòþ0>ˆ3kÖú~Ú̬µúÞgJ&Ä4 -ñ4 ç½=S £ÎRòÎT˜èólü™Šb‘à£.Te° uìçlâTÁŸ*Y³„\hƒzNÀ|Õ¨o'sؤódz+J>Àçˆ_‹Ä,Çœ˜ÿ8æâ,ñhŽ÷AçZZÑ?Ë<úfé?«t„C¯u>CH>SS€{J>Úð}8×–SÏç…l›Š–u>Ç,ý>Ç€ž(qq6dz !Ù Fø›&0!6 —œÌÓ¤¤_Z:øÿ¬0QÿŽ@®1OÀý,èàs55ÿßëå¢òïE6þ|†Vx®"¦^¨‰V &ä` à¾iRÒ©’’q2͆ÉË ßgÙ¥çf‘e’ðÍ,AŸª±qÿZe Ïg(Yß瘰¿ÿù¨§‹õðÇólÔ…ŽK´kI€ÖRŽ5Ø$Ç:çÀ¸;¾9ÿ¡£üÏùïe -hÑñ.ìû"%ÿH‹M4L!BOç¨Èÿ³-hüÏ:‹øc‰Tð÷óc?] çX¾ÙÇnua|wûÁ{ýÔoóUWãhÉ×¾ÿÈ2gžkQßçpÉÖir²~œ±5† 9UPrz@X¥„o/±1ÿw‹Ëý÷ -pýzžÃÌò çs‚½;D?Vñ°‡²²"³Œ’dàë<À*ƒù©!¾v%<ÌñsË$»ð_+Õ€ŸŠüwà5Rþ‹ØíFyÛ'pá#ß½~¸—yŒe¦Å[&XéÆ!JÔZ3ìÍzÄõpz(&ÅìŽQâµ5¹OÌb\乆žg•ãcœGGà~£è`Û)Ú*&FYd„¸Õ®"…Zð‹#€ëÍQó83 Ã?;ð±Ý÷Øë…º+KCÏgŠCí -l‚E΃Û<80VÅöi|Ìþ0ÊÏ0„ñ?ÃÿÔÐòÿ5Ï*µ9æÒO‘’ŽåäÏ‘GÒÒ¯æQ°»i¨ðƒÐ³¸ä³A‚‹Ÿ«O}h{ÿ{‰:UáŽßÍoC¼€ßùrpõ™Š]ôc® pBö™ª{¤(ǘ匜®â«-…®[½Åîúèû "à_ ôâ€àüÛ‰Š”ük‘ûµÄBjà¿|ëx¦ôÏ*õSÇ(þ÷&—x[ÊPÿÇj–]…‰Û/ò¶Hž$'Œã÷Ñ %ýLÍAc“á£m“„ó82à`î»Ùy·Ó_ìièÃ|=›¤¤ý¿u kç¶+II6&Â2á˜GЉ¸Ð°KíÀÿÝ.ù:[“é²Ùu·bCöúŠ?îöAÝw{ažæQd°¾ æ¾ÕñpRt0ÁÎYiÅx/5ÂÞn÷"}ï ;×Rsç³Îý?–SÓü·#•ãÛ*ÿïU.ëð 熭2Dðö)Àk ÿ˜ÆA'*2€AFÞ…¦¬ô»ãçÿÎM@.¶ä>_iÎu9™ÂÄ;8þÐý‹E:À#ü²ó9>ùh†UdÃ…­7¿^m?ײœ'H ×7šsŸŸÚa“Ï5¸”ÿ·K*þµˆI<<ûþÒ_מóLß™ÿÆ"FØdØo޹]¿V¹Ô“6Ü.§gÚú8’SÒëˆl÷Ã?ot”¸íô!¼wGȱ³<ÒÏyrþÑ42âL‹MþµDÊ»p|s;Šøº×‹ür8†K°ËÐçàþœc5¨ýp›hG|1 –z­µ¾ÖU¼Þï§Eïõ±â¶:q_v»0_öº1_¶Û^ÆBÈV'Âëpl'F[\q¦ôEFK·J¨Iæq|øþ`ɧ޼·raü]97õîZ;ÔÓ0:0 èAìþ0.x°ÕUðÊ4ùr­%ö‘a°(Ø>Í)5N0³OÕœR»‚žkÁ…9<¡q Èót~&CEnud½0Œ  £„o– R¢}’0\äa‡ùØ¥Å~vܽ¯ôótyÊã@Iðt\’£–v ÜŒ#O«bDÛ\Ûe¤ø£)BâÁÜÿLÉCŸ©«Ê,r~Éî 9j»‡ºÙ‰ú´ÞqÝí-þhã¢O§)™‡ã˜ÐŸslÌ÷ÿÕPÂÿzHÇŽçS@­Á<—ðk‰>›£œh€Ü¦å`.€ßß·æ½Øh.|«o‡¾Ó·ÃÞíõ¢|-@ŸY'1g -Zæ‘„’x8‚ 8Aùotä¿ôöÝj=ø…iöSǧkØÅfÇ|gÀ—+Ñ‘&1Ì{§¯Äw³«Èm±!ã©”qm¥>×Õ<Œßé)r3 ZnÌ}1ËK{0Ë˼¿Ö}½?€ ZïÂ˹ÇÓÜÜûs•àç'€ÎØä„8‹b›ÀGmÜÆHˆÉ3MÙa@–,<Ÿ¥‚Ř0³Cã¦Pa;ýE櫳¯4ä»ìô#|g*Áî«-ððÚ2 éùÆ1t ¾ ê¶ÑTð|½1ïùñ$.öç½Hß ‹:’ҋϵµµÖ)6dgp3.h½üJÍK¼3IŽþ}³9ßU×þÜ‹‹vÞ††üg›g•|2‹‹¼ÄP ¶rßÌV&Üßï/x¡!eÿ Èó'óe(«†5Œ“¢7;J>î÷•xít¾Ÿ¥8­Ôg?3 #¾¬u ļ´Û$:åÇ"ݱV übžy¬. 6¸mwd<]nLr:/ñ[l-ð8š"gýZæRätÓPчížÌç u N£ä€ßÛ¯3î à“¶:~†A\Èj#ôÕZC‘ënêÓJ#ôœwoœvk«æk—Ò2퓬<³”™¾Ûýj‚û,Öå<ž«ÌvÞê*ñ"†_W•¥¿:¡%Ièi»„ ÍnŒïZcá SOÞëݶl×ÃÞbŸÃA¤ßZSÁKû$y¦®æJ[½0÷•ÚÔû+•É÷V«ÒœVkR¶{Ào§x©Î‹õðÝ^Z”¾úÖ0õ0 A=ö VZ ¯´‚¬«ù¯ÆQa{ýˆ %t,cB¬RJ‚i -àìën_‰çà%ë’|§Œ3ÒwÉ‘ViÆ4ÊÏ3 “£6;!o–ëòž,×å>ÓT¥>•ñãZe¤´C ž,dqáwxÛ݈‡¾«Ðm±1íé|MÂãÍ® ×£iTìßK\ú©š=”`¿9ֵз½Ùï/ýdrhd?ÒÀŠûÁ :üTJJ´µy8Œ0”zëÛó]M€žhE©Mã¸(«’‡8œ.+´Í—aÙòT‹‰Ûü¤º<ýîœ0ßYWýD[žx¹üª ãÔ§÷ àÓÌãØˆÅª¼g“”ÄëÃØØë˜ØëcÌ´ݸà½aBÄJsÑë£)b¼mu2åXû¥ô³ª<ú޶"õñR}Þ 'Ö àä¬s k§$Ú¤”¤½þÏ¥ÆÜ'*^Ú57㮦"÷q'<ê+Óu§v<ÅÊ7KH ;}°;çŠ|6æ<×wº÷óèTJ‡˜&…ô•n|ˆALM=ÕVU™Ä´ ]]îËIÒ·ß'ˆ±7ÛJBoáÞƒ¶zó#ĹŸUܰ?×[3\ÎfßN”pÀ÷ùžÈ‘a?´„ô_s쑜šv¦åµ\ÒFÑ_ߎðÔ·å¿\iÌvÙí)ò:›&§iêò?åø<øm­1;ø×‚€·ÑŸ*{hÍ}{0’óFß’ì´Ûûæ\MÉjÇ?²c²~Ó4 Ûé+ú°Øâ¬«Ox0Sw¶2ûY#"øv]Þçk¦ATäzwá[9'ᦄ–x]JO¹¡ægß“’£oŽ¢CoL -ï¢"].køé^V ¦W;°>ºº¬gs•iNQÚýivÒíIrÌ5%?ûY/1Ù¥ ~Ë8J—qòŸ–ãúJm†³©ê¡â$ÜÇ\]ÅÜÑwáÂç+±Á;ÔØ£©²B€ßý°Û­`×­–¢·ºªœ'ó¢,g}+櫜{½RUìàGÿÝ>”e”š°ÝƒñÕwÀ?ë»`¾r^È­•æô—–1N¾q€–°Þ†ô0PcLc„pÓ(êëþP‰×Þô£¾#çõ\M¢óleê£õvJÐZ1`ˆºÝ ÷Zm„¸®µ@ÞÌ׿?Wò\:QÑ׆Éqwö‡Ð‘Æ1Rôr=ØeF”å$c§ÜQ‹Ò/Ô¦?YmJq .ù*Ä:R£œä8€ÁŒeà\óÕéN‹õ9O>x1ÉŠ¾5B»ÃËúô‡Œ“äú]IÍ1ôC½özÝ,òÚìÌs´Öm¿?öÙleؽý DŒ]K…Øä¤d3 AËÍp·Ý.´ÏZSñû­N¸/½´ÕÙ/€làðAÛ=EŸ ÃĨ•ÖÒsÕàgËÍз[„¨)#Óá³fDIw÷~+-0·•&ÀScךÀª ^lµ»Ÿ94£«ÄWÉË{=_ý°7HI\¬.rÝêÆû/6¢>*y9NKu…/6ÚQŸf„¯¨ ¯.6¾w%e%=“¢þœá$ÞYªÉ}¶Öq³HKÎg±éêú”7]Xÿ«ó ELâJòF%Z)*x=NJzÅ ü]ΉüSJ‰¾¡o„½Ÿ®¿‚ÆüáçrÙ2A˘*K»#!G^U²c®Ï‹’oËèQ7%”ðÛ;½EÞ|XàMT軫 ÂâØL³î¿Ý y·T—ûdŠ™r«qU]žùh„“å\üî·^ÎûýaL¤ª"ëù\eÎÛ…ÊÌgøð?îºÒUòîÒfOºë /ím?5î©i c&ÚRâ `Ãc­5÷¹ŠkóõJÌ㲊ãÜFHxÔEHy `)a« õe«³ô£aõeoé»Ü sÀü1÷» -xmw}/ü3 ³a‡bJúþ>â` êx¦öCƒKü9‹KZïÎ|;]–ôô`œ3޲³¶z0Ë-Ð÷íÐû}H¿´ß”0í1ÑíaJÂÛ%Y+ˆ¼9_ë´TŸõBBþvg¡<ò¡©/Ñc¿'ã«Y†OÞ»ÙdäL-V<¹Ü{;FNº1„ùcš•|Ç6Žð·Mc£¥• ¯)ɯ®íÐÒuÍ(_EyúeyÜ}cÉWà òëZk᫵fð«­î’O«í0Ÿµö’¯' -!É"åîbV[s_èÛs]Çhq·«ó|®È¸IO[ˆq[1qÎûÏ,™FW[ôb¡&ûÙ$3áN}aÐŒDïKs…n„„׸˜O·óÈ*&$OQÒOÜb–BýÖÚcîÏU„ÞÔ¢înô–|mĦ<ç~{ ®ÇÅ™Ä\¨at8\øÑЗ÷v½=㽘â{]ßžõáDEov—ú¯7ä½Ú€EmõÇ £Bv»À¯÷Q~‹Mзì”ÏWŠ"ŸžLs€¶d^8~©&åñj]æ3ÃÌëD…‰1H!%·ñIîWWû`á&ÀG¯Ô¼ØhÈuYkHs–ÑÃn[%ĸãi.Ò<É*8RðæinwdÔs59OÔÜø[ËÕ w·;³^ZgˆiÒʤÇË-øÄÃÑ&ÖN?7}¹¹èÕLUÖ3/÷¥¼æ:DI}³Õ͹PUó6û¨1óéO“WZ²\ô-Ðw{=„€™ÈëjhðŸ°pÀ«0Áó5Ï«rž­7_kø ­Tg=Ùí‚~ÜD~•†Þ`&ûþµ\‡LúG'`›ÆK¾luØéFþ¬Ä]ÉI{ «¸0Ó~ûè|iŒÿns7@»Ý -õýM‚ÿcy­­Øÿ rÀMãx‰?§8ð~Y®ç ‹Ÿ¹;ˆðYmÍyªkÈv^jÊ{>[•í2ÍJ¸7ÃM~²ß‡ -©*‰¸Ý‚Œô—šª«¿tËy ð\úŽÂ7³ÕéúÑ_®ËéAN›=ù^CŒ¨'‡Ã¸ô-UÔÚåä # M@æ <™BŸ)¡fIÑç…ð[u=*H&,ð<3Á»øí®b/Ó Òß4‚\<š‚›â´Ù6SSf¸qwözà!ÆZÆv7:Ô>ŽŽþ¿‹´’ÿÎSÀVIIàZGúËsaòÛJÒk³(çæ:O2Òï­7¾>–¡ÂŽg° ªÆŒ÷ŒT÷kíäèÙêR -é/?Éy§âà9|w~$%&Ù%ø8]cö«µÎB‹”_ºÓψÝéÇøm÷Þî-|<"XS“ói³ÞMOyÝMN|a#Å*…¹.RFÊí)vÒIfÊÃQJÚ‹1V–ÇR2¬8îÓ —÷AíðˆG?fY»cMÀÏé»r_®·$9¯5%¿Øî2†œ’IÍñ¿‘áÿòò„  È@)ZQü£…ÊXG±we7'i_nï€ý¬r|ü0=æ‘¶2Çý—ŽKü©cc-ø˜Åš ç•Æ|ðZG¾ëjcÆc ?ç¡„žp£zEß ó1Œ‘S´ÕE/·:©Ñ»=´o½(¿+cÄð›óUÙOê ߟë¬ï@úOráç3\ÔþÜÇ:AÏ9œ`æ­·ÂÜt•9•Ü̇2fÆ})=ëÅf ö›qTTºÜJ Y¨~Z¨È{®¦ÞÓUf<8€}¶Êi™s­ÈP]kqà‰ª ¹7Š Õ÷Ã}v'Èif«T?Œ œd?˜æ>ÞlCyk+2/Tg¿5ŽÐS–[^Û¿ƒbäÁ6Ä4„ =¥)Yx›ŠU",ñwrUè?«•G3”¼ óMì2\Ôñ4>æTANµJ険TBTðÞ.ãQ´µoFˆA×4ˆÛ{ƒ/¦Í–§:íw¡T€òSÝoì÷b²~.ð)³tð‰Ÿh‘Âv»S_-V^ßìÌ~ûCË#>®¾èÕÞ(9z±üBÅM¹3Åúv«‡ðåv)àþ\]ŠËjK¾ëú1¹rœ™îu:Í#KiiǦ[¥È¨ýÁ Ýž<÷¥ºÔ‡[EŸöG8™õ¨¸ŠÚB?Û4%ý@Œ -^lÊÿ°Õëi.öÛéËÿ «K{¶ÔUì?ÂLx0_þ¨ïÁí á#€la—³ [£˜pEU»„›å à°À®`ä[¦¹v%§tˈ›i¤Ôà§7+íEºŽ¢O³…Ûã¸,1'ñÕ|EƳýè׃‘Ò0û<áLM†kˆ’ÿqFÄÍ­®Ò°35«Ø"ÁE†¾êŠ”{3‚t'µ ý¡Œób©ªÍ÷ÜØ!ÃMcð°Àÿît¹k…‰FÁ¿£ï/4æ}°ØåæþÙ‰KðÄ£ŸÌ v‡2ÝŒcäDó8§èT^N8UòÐ{£è`Ã8.Ö¦à##„øÃ¡RŸÕÆW]uú€ë~.p0Ç*Fþþ%n¥‹p¢ª)ÄC1.Êî˜k; -ñ>™) -±ÉKŒ/žÏ‰ØF ÷®v2"V›ˆmßåú‚7Žg.†„ßrKỸ~ˆ+«+ò$$Þ\©-ö8&EŽ£ #èàAˆ¯a ôgî›Õ†Lçƒ!RŠQ̃:þV-Èx>#Èz>+È|t؇?–°À=˜ˆ…Øçñrœ¦ëß -¸ÚYêóû¬(ññþ0ÂÿHÁ,8V‡š]j™Â%]̳°ßW+ëm³œ} -u­õU߆òÙíDûè[àm£¬|ã0=cŠ›xo¥9çÍÁ89h÷Çaü}'õ¡¶ªÐu£› ÔTΩ²œòc‰Ç9çŽgÎg+Ê×{K¿ª*2€J{0+ŒºµÓZh-ÜÛ"-Çm à"曲ží ‚?:ÞSõòåp„–dsòåå¹od¬”÷Glü‘’Ø.ú`2³¨=Ë(.âDŒ:š"µ‹OØr¬ë„ÓQáGs”\‹–¶iy„>jô£Åú,SEÖ:ÍÇŸ*ÙÅçÀùéÈ`›¼8ä@\äÿ÷ -‡óŸíê¡“Y -d¼ðów]më÷…ªê³™r¢YBI2üh\Ìö$)¡•þp©¢Ôçx´ -gs!G2FV¸?óÞ†û%e¹Ž¹  -jîÎ@±÷ÁP©ïF{Þû½áì§3Ød»œš}6ÇÁ˜d¬œVÒî¨ ¡ý ðÝ_Œý(¿­vÈ;óÏÖºJýºP_› 1wI©Îû¼ü1·`±¥äã$?ù¤,öÞB]Ú›íN°Ÿa|4EÏÚ&~›o-z{¬àÂÄØ¨å–ä§£” Û“œ¸ݸÀ?zqA7·º©é“u8¿&Dô µìs¦d ,PÀJ¾U†Ûè»­÷¤½t´õ‡ŽYz0IJ²ÊøpûLgw”‘6[™ól‚úí¦”ð|²,æaÆçª˜æ´ÐQêÝA‰~ åÄ?ÙÀÆŽ‘“¾†«9ˆcº'ø(PqG!ýHYÁØgçé{ð1@ŽØë{\ÈqñGR|ìNÂon%D['90Ó5QS—ôh±¥ÔÛ(¦&ÅäØc%~:+,³(ËJw&°ß¬óµí¶¹–›¢ ¾ÛWúI×”ó\[“õl¹µÈÓ:EËt2OUö|Š—àd›¢Â'9»ýð¯K.«­ùïwFɱ{cÌlËdÉ4ÆÈ^m-ý¼?„Kp–n“Sï6{ÀgªS_ÊÊcب£öpšYéEÚ”²UÁCÅø}7øó^‘çî`¡×cŸgÀ“gF‡Ù¥Ø¤c9:zw ð‹R˜à[®í8p`D%b¦àã.óÇš°úlQÀ×ãøÅ¡ÄõÌ“õŠ6À';ý׋Q )"Î8‰Ï1ËÉ…ß—ù\›–Xè*|0O0ޓޔu凲úþ?¥ çXE—)ò©–KrÓrÉ$T´[¼àa´àööH_ÍŠ2ô°“VÛQ_6GÐAkðÏF) ç¾Y^IÙ ‹õƒ¬ÄõnrÐZ+õëV';JßZ9[Eþ$Ì ¿<€Î¾7'${{ʳŒ=œ”ÅZÐ4 åº.$zØÅµä±°DÙˆù¼ØF -·*ë¶GÊÀÀïœ*…D]Øu¾"åþnG¡»mœ½ÑUž>WAòØh`¬Õ±C÷ÛÊÓmƒUðýQÞ¢¨2Z†§<›¥ãÝL킃a^ÁþÚß2NϰËT›º}Ħ¬.³Ê™àå–¢JAÚc}‡ ss°™ ï®ÌÝhf†îvW‚7Z©Í숽.^ÒÐÖQ*êŲøÑ’€úÍ2"*ÙîG~Ýê‡zÛÔ„¬“Y&ãl¹~ðt¹¾Ï¦Ðæ[ -=—Ú`Þ@^H¶)yð•V¤ÇjCá˽˜ÇÁ "Ô:FÌ:–²Á‡CB°®–°Ù*J³6Rí£Õ8C/;Y[‘ëøÁ´³%>ïx¹®FHÙšbçïN1³Ü’£™rÒùŒ€l—sKw‡ña;%íäøs%e’ð‹[i×{Q™w—ª¨Q§cíõ§2e·¿ô‹¾ â{0Ÿ/Övž-Ö¶ž.TŠ,Óìbó4=ÿtN(<ÒrHç ÂÁdIØîp‘ÿZØm³æµ=Hˆ¯‡Å9µÃ3žjĆþ²¢Ó©:‘e¬³ÕJ -5öÐbŽÄ5„ÍnNñlU‘›q˜w0Nˆ³+˜ãvñ‘‘ ¨,á„ÝÑ÷"Õu•Œìi¥ íµÙEMÜ<ÞÞ>|{¡ï¤|Só ïÕè»ÅR„®ë½Ô~¿Ð”õ~¥3ßçl…_õs³qú×FíAJÌ^îG„h*xGK-Ò³µš®³U6i[Œü¦nÈy¥ëÈ}u(ÇÆ],— Ï—«düÒÝjÒßó=?g›zÌ×µ˜'Kc–Úb^­öf¼=PaãΖËH›ø°õ>nêt íK/­ä~;¡à/QAòø˜ÐßJ‚ü/exzƒ^½½xðèöµ+ §ýúârÿ9Ñ÷Ï)nÁÓ½A|ìß+<ÖÏ5˨¢çª»ðŸ§š)Ÿdµø÷“Ô‹‘2¼K'¾ä^$ë:8'-.ü/!öRmVúï¼´Økô¸àßÈéÁ¿E}vź½¾Ü Ï~ÖˆJ~¬!=vXÉ&ILßCŽÒw“Bv‡x™KÝü¤© -ªG/ý²xPþÉNI½‚‰Œ¸\äç{‰yEqóõJöçO—"ß¾½t…½y¸_êDf=Øè,K6‰EÈéöΤ¥ë¥„ÌX^j¯É™©)cáž÷â w endstream endobj 89 0 obj <>stream -ñ%Ç(÷Aòy?¦èQ4ë4Âï²û“‡ woƒ"^?¿ÌJ¼1Â,|©i@‡ºA;^fì:Ú¨ C:ÞŠÚü÷»bZñ±¶J°1ÂΔpKOq/f„èZ!ÆOÅCyµ”$Üb§…_ÁF]ýðö2&ÂÿOJlÀ5Rä×ß—ë±ñGJ&Þ:ÃÆÙæËÙ;2R®¹+F¾é›AÂ…,¶Ò‚´µt?™á3ÁA¸õ³\DùQ÷aaŸ¯BÃ/û»>½uº -}ýì2#1Ü©“üZÌÏ Ò÷¡sÔ,¸m†‡;ð¼/ffì‰) 65{:ϧXÔôÜå®b•°ðÙ\ Îg¶Šøµ2?ù&Øïó%X€ß%JlôULÔ׫¤Ä?éÉQ×€v_ s}r)Ýûã5L\Ø­š¼øk»ƒÔ$«Z@±ÌT0wż‚ÍLÈrØok õm¾í½ÒG‹˜ïÀ‘U”º¶¡²ov €Z¹#ÌK¹ÆH‹»íñö7瀇ÓÍk ×û·Aù¿OŠB, ›þµÉÙfðYkÙÞÚÖ„ç+,ú‘®¢Ò¨¸dœšx8ML8Ò0¡f%¹'flÓ òZdDEqÒó²ô迪ònàboçxÝÆ8O°’Êù™Ïõ¸´_z~ÝÿІÖ$\07Þ¶Óa÷*Pùט…¹W -££@^î 7ÎwA.wnƒÞ=|zùð.èúµßAÏný -ssåy_j…§ßÑT东iiÖy&L7‚Zæ$M· ¾TR?4âòn - ר¹iW`Ñ¡—ÂÝ_µêJñpåùù€‚Þ<¹9ÝÅ||òy÷ tóÚUPä; –ß_ª.ˆ¾±ÐŒù¤i(}3É…>ž©Ä¾[éàDO×s:iT—²BØuTJ꥜PŠÏ¿«+èå¿@¾Â_º€>?uÝ»ùè7t÷«@»o‚|ž:ƒ€qüMʆ¸¬vâ¿è‡X úñj¬ºƒ?QÅðjÅ£Ÿ´0ÎMømfVê•‚`ÿK ^Ÿ@YÞŸAù>Þ „@A¯€þxpû6è÷ß~½¼û—£/@üü˜ßÕõ(¯)L”IƒI\‚~Zh4@É,ÚW -sì¤ñj’{#¶ø5#ñ -ò[È%dXŠr{ò|âúèüt÷ÚuÐ?®€^Ý¿ zÜOØû§Wëá‘NsÍEï “˜ˆÍñbƒ„½Þ‰ü´ÚEø:QzÝC+½_ ßÄ&Ä_)‰åøy‚â>¾y8ß½½wävÿ.èÕÝ; {×o€®]¹ü¿<çùè÷OSˆ -üO5öùbE¥}V@=0€ü8œ¢¦o ’"UÄOÍÈlLÔïø¨˜ËYÞ> @ïïß=Š|óè÷» ç·ï€Ü>9ݸºrù7Ð3àz)Ÿ<@¬¬è{šzâ—­d_Ò^mQÕVN q›ãìtE#òÝ ö´ -™q‡” ôIØ¥oîn œ@¾Ïž‚‚_¾=ÎwëêUÐsà/î?ݼúÈÝéù-øw1§ÐU[—ÿjkxºÀÄý³Í¯<[Uë¥eùëãÜ]/9lºùvŒ‡x;ÄB}¨ƒåÞÅÅ~û-ñ³ç¥÷À5\€šøÿÓ=Ð5`,ïõäé* »BL ÿk©nš*ZÀ+ñ¯[¥÷èÂëôÈU|FþHlòoyúöñëbZöF òåt9hµíkU3À «Ÿ(‡-U+{êrGêÊjý eÅ_F'Æ\BÄÅ\Êy>úáîïA_Þ¼Æí O€b?}¼ôÍÃí7Jrè½N\êÓ náûµAZÂ|7)PYKôT×1¿¨›8AÝep—&úQ žô›Ÿÿg°—(ÈíÈïõ[ÐËûN 'à>ÝÎ|ÿÐ ôôÞ=Ð_¿ÿ zzó(ðÅ["<ñF3<ïÝ|=.Lßψ×p’uý¢šä´ ½„W0ÓW?ZWæ[ƒ'8%ÆþâéúâêJðð}xòèã?A·~ÿôÚé)èþ_w@ï=Åxû]Žõút¥œøpµƒy8ÅÈÛ#~Û"†­tà¿êÚ©CÜË6áyrq)åëP¢·7(ÆÓ ôáéÐ_W®‚_¿ôÇ#ÐgW7н¿n|qéööRv¨ïí1nއUÁ*9Ñ ÊŽ—Ü£ɪ)ƒoOP¦ëK_ËHŸjÐÅ á¡WÒ?û‚’=>Xvݰ|ÿkŸýþtÿÆ_ G@»ß?v=ðäöô(?4ìwbJŒÓL=Åc€Ÿa´ˆÌÊÚêÕ^ZÌb#r¶›ÒN/~ŒJ޼öñ5èãgÏ WÐS ïÿyÀÅÐk‹·ÿ¼þ¿çÿŒ¡Ç³W ·'. ÂˆË5¤ßzQ ×wq±?ׄ5G lÜᬾ=UIÝW×ÕnHEØQö•–w ó[œÇ‡K±½€¾ñy¸<ݸú;èÉÍ¿€ë>½{öä -Œeò篗èÙwªQ™o—ºÁڦ짳ÃÜÔ±ZšÇx5Ûg¼VÑKåºuàiOº(Ü·Õ(Ö ljé-hTÞ l -ì.=~w°¬!nª¶±ØÛIß™h*Û›ª$[€Ìg™«­6ÍÔUmLWâƒü”‰vÐP ó‡ÃöªF¡ŸÖ"ñOš|7féiq\ñ]HlÞMRFÖmbrâmVjêÓ.,Æ[]_–¡"'lô–zí "ªJöž¢š¥Ÿ¨%/5Ñ´CõÈ -tÊ:Tþ3q]u|gu]M{MÎ+uB$æþ ‰Èºêçîzûè.PË@.÷ƒ’¼ƒ¯ÒÒÀOÚ1Dm£(c¥›³'á§*ð†É -ìÒ\N½_‰¿.áã?HDlßǽ†Êre@q“ƒ®ø¾ùz pçÓ;¿¹z€B<}/Gú]NH» I*¸Æƒ¿á¡=W:¨¡U%Ã8ɃX§y˜S¨æl¡ªÎ>[-2¨kùš‘ºâ¡†¦™èR”•u=ÔÇç·woPäçpû wÐÝw@±ŸC¯¢sàÎŒR‚[/—ýeBÀ^ë¯c™äõ;|ˆã0ÊÊ‘&Y9bk¼¾8Ü@Pu -ÆjèÞ Lìs´Ä)?:ùjjpôå`/ãÏÚ½ºóç-Ð;PZXÂo¸T˜s'­<~}¤¦Ì¤(C˜äŒœ£y!ïtµqâl­ºýd¥ªyGÅEk)ß”ýeq=\Ú«ùe9êDÍι‹Ë̼]ššv'Ü7à¿w@ß|ü@q!—ƒ¿]üâ ’žþ' YüTÖ@ Ó•£¤µìƒ©JŠQÎ+Þ/Ë™mÅxêz™ñ“µTyGyR-æŒKý3ÁßçZvdØèÌÄ[é‘Az½zúüÚýJNBžSR|Òí¬øÄ« pñ]!û¦‡GòQ7b¾L ²®t—Ÿ/W4œ­ò…€?Ì;T ÉFmmÕ¦¢†5Õέ¥ àssþøöÉçR¤‡(/<Tx%Æ?àª×«Ç ä`ŸËؼÔ?kp×!>#bi°½?UŽ9Òpq–yžhOÙÒ² ˜íÉæÆD=i¥=ÛJò¢ÞuS`®ëm¨í¡.ÞÎh3ý@VË4+ª9F¹¿/åÃ,3Õ|ËB»Ò¬«i2Îð±{r^©A%"mN—£6å¨ÕÉÂòp#JÛɉšëâ'®MtUlŒõWéÇ»ËW†šÐë ðÝfÜé4u -à˪­,;T°ÀR.Ü:ÙPc•÷ŒU õÛraWQ]¶3UE^ïå$é{+rWûŠÕ½ÍPÍÈ€PÑ×G74'W4„u³Xîµ¥;­Ì YeUúæHÙ¢hª±+šìÊZáÑ Ÿx<Ï'̉8ö™JîÆ;m©‹úms„W¸;Q…Zª*RvÖ¦)º› ¦;Z²$ ­±SõõÑ“|ÿ!ÑUÕRŸ)mnHéð½û««¢dƒ¥›Ó5 “B€5Msa{VÆF7ê³ILÎø{µA|<˧­á"7¤¤$Í/m°‘0Ò\ùm´­-GÜÞšÓ@Å?íà6 TuÆöp…ŸÔ­œ°ÕÁúbýˆ0ÿ@NJ3kX%6]e•e¾®Ù<רy8×ܼX×ùÈ€'sL˜AFKÕKHÑòVÄGy#b¨©,—~“‡?é©nJh”ûÕV¶•—h*¯öšlᆬ‹[E¦™>åñrC¿]W]¼Ú$>Y«¶ëªï&̳Ôž’•¿6F‹Óú'o-ÿ¦læ‡/Ö@—Å=5sCµ%êzÄì'u²…4øà!ÞMÑ݉™l¯Œ× ²Öe•xÛœˆû¯eQÅ¿–Ê«N5 ÌÎ8.J?BŽÜã禪éÀ˜2V$œ])`k˜»%´«&Ûeˆukœ›ä´ØÏÍžk•õ´A¤qêþê¢5q3Ë0ÝTu¨R¶‡11ªª¸û;#ß³%¾ðûf«Î¾ÀB*ù­¾5]Ž\–V"§û*3&Û+âd­uISmÜpÅ@B9ÞÅÓN4—Å̤•QjôÒ9leûÕª1 SÜjúËþ&ä×näh¾C~¼ÐÐmÑÔV”•ôÀìMPâåõÅŸŠCoOññö™rú¾„’j”bö'ðßÌ -«ÓŒû s¬«®=Pñ6€»¹vééB›ä|¡¡ót¹ºÎ æa÷§éY#˜ m1!fSB̼ôûB¥èh¦FhW6µËÎRóOæèÅûÓ¤”eY±}¦±åp²NhSˆ(¥·-à S5ÛLÇ,¡e˜†©±;äÈAz쮤¥|8ôã5˜Ý‰:âö˜¶9ÀL4KˆuEÙá”c±Êúï mSçó}65kÓ”•N—AŒR~ñÞ¿ðh¦’}¤©â™U¢MS[kš®*ë+öå¼’M19zKLŠ6Èèéû”$Ó4¾ØÏO[í®›§ûdGkuC–9¨ÕL³’±È±1»Ã`w«—üc¥¢Ú2# ›Bº}¡¶Í¼ØÐ·©ilßžiëÝRuön)ê9ËÃôè•QX/­Åí)¸¾ â}× ¹ÿ»Fæ.¿Ò±¢YM/°hy$ÛrUÀùŽõÐ)ŽõˆÎµtèwkS³¡),¯EåÃâÞ‰Ðùze÷¨NV‰XU0sW¦ØýT9êxÞ±nuãÈéRuó¡†>Yªl?[mŸ?]©í2©XE€çâž.¾kÛÒ:#$íN02×{‘>‡Š2¤}®¾}c®k¿ÝB…Ì¢õÓlì¾ZÈÞÓTqú…™oVFÉ@“ÆO«[NU˜øã)x˜Y -ÝE‡Y¦9§j>æXÉC^, yGó\ÒÞX‰ßî`çzgÚ³ù†ô7ÓüHg}wnÀñ\U½nTÀ–6‡ì+Êȧk-ʳùªj»¶ §+ ’îLWÆ>9”£²lVõš—êzdÍà £œ‚t¬5y¾(ª8™0žm‰‘aóm¹—û -=­Ëå|ëZýÐÐËŸr¼(Øæ¹ØãÔ>CβN“’÷FKý¶‡‹?ýܬh=Ѷ Ø]ƒ6e{ŸUÓÒcŸ)+±Êii1%n¹¥Äó@NΜë.þ2ÛRâ¾?F7M’âm3ŒB›ššk‘“Ž5lø‘š‘wÔÝÙb›âl¡EìÀÀù²gœ¡ƒ÷åäÄ}))á`š–«lÉq— c½~,×tž,4õÛTÕe‡RJ’a¬ØÇ(Fø;æµ›U<ôò :Zžï³7‚Ï:¯ï<Ò4wÛÔM­f%·Ú™ýv»â±7ŒÜ“Ð3嵸xM=>ûpª’ `¨ì\'`:ö´:›#åš& AË1mjät¾¶å`FÄœíFª¸Ø#Meù±¦¶þD]YfW²KvF±q{RdÄÙ¢Ht<[%thÌœ[z(gYì’#-Їó\¢YEü Æß8ÊÊ>Ñ6uÍ11»b¸ÿÖ0:Àcê¹–\h›FÆÿÐ1ñ?–+*sÀ­êjÑÅJËÔÙZ£Ä´P×ižoè<ÔÖÖï+˜0Ó4-ˬâÂæÊ)gKüw«zkܞ̱1§ $È|ÁٵЬ §k³årŽEÉF9öÛ5þw½\ðÏ*‡fWÑrÖ{P_tÍHï)y2_Óe_ªéØS3 m«¢ú}ýÄO}uÏ¿7Ë«¬òG Ć8ßãHG†žêª›Î«Ot•Õëµ@mñO€ñ¼˜-CÙ”Ô̰ÇÎ`Þ»“YzkŒYïÁ„NP3NæËðGëååg[Õ½çëU-&-:Õœê¶6ŠG-×õìȘ`³ õ}ŽVò]çX³¹ g“c·ûsö†Š‚O´ŒbӺМ碭I¹¿Þ•ûÆ®&¤Z¦± LâÙRMûâ.c\óÔ¤ b¾ëëÆ-rjæá41y[ŠO^FǪiˆ³AÝÅV½Ô0W]ÛËIyj˜ÄýZÌÓ”Œc=ת $쉡¾Kí)¯ö¥Ð¨‹ žàзC5q¼XÓv´ÔÐ{ LÓ”ôÃID e²Ôo¬ÈÛ(EEÿk»¢Ý¢à¡W»9y;]ìüsM}ëw]9˱ E‚ ÛÄúoô{¨*²œtÅ ã¬4ã()ê@JŒÙBøî ûØ&qÑ?ø¥£CÿÑ—W|_®¨=™å`~c÷÷Žà*j–UEͶÏ0!;b\ìÖ@I䯕êÖÓ…ºfË´gddï÷#>ÛÄ„Øï3å$‹\„Sµ’#:Iiλ}¨˜Ÿó¢ò#{8Å…µ -1II9%i×™{Óuì*TêãD¢·I*à(„x³ŠœfVb£-J\œQŠ3ˆ!ÓäŒ-)3k¹nš²Ï–†ë´Èy¨ÃIZºIŒ ÚìÍ¿?žïi™!gζC?­v¡"NgêÛðH-¢šeEf³À0‰‹´(ˆÉŽýi·ŸÉ ÝlgžÍ „ç+•?×ùüsü]G)ºX`”ê{K¼¬rîÇrÃYÍÃïMò mµèP]]nRò@}6~_p:z¨ $:ö'pìÙmVRÒíZrΩ–Qò}¡¶õ|h·Ÿ²=õ]h.r7Ž“â/¸$Ç^0çó´Â³9F±ã=ŸQJÍ<_,gþZV¦1F>ýLߤüÔ”u†ß›6ÊJÂOtTèù*r±Á¯0ÈÙí zæÙRe³EËÅ÷Bs|wq>+ Ÿx¬Á§Îâ3Žg)yìdg)7ÏÓâø.@JN3Éщ&1ã@EL5Ï“N%gË•M@ÝõUB†]+d}_ä3¿/2JÏg‰YÝé.ÃT¯kêŠèWç³ ¸}F@Ý¥&Y¦{Ý0I§‹¸tƒªD/÷¶'°»TäÁ45ÿt‘G9ÒÒ‹Žæ+kí ÍâÓµšžÓЦ‹uàÏåŠ:‹–O^$„ÙTôÇž¨û丳Y÷X+âÏ󨧋U?ôµ?·„ öYf±MÃ,>[m[°-6ì)ø¨³ð=‹ñ_=ƒò_=›õ?›¢ÖÿÙ4§ËPuøHç>t”Ë/uEíOÀ?M"‚‡óßmµf>]©Ï~²Ýõ4Œ¢‡*rÞ³ýîÚǘùÊJÆOm9ùû, àSlªY 0Že¾ù—Ž…tð­UËÂüÚ(¯9Ö±Ð&91Ù('%Y5¤Ô 9çHAÌÝÅÛ•ìõ—åZÆéIGRFºyŒµ?@ ±H€¿‹‰±†A˜×fwös£l‘3s·)y6IYñ¾„–¾9†Ú$GNð í2^‰]ÍÁ˜äÌ<ö.š‡~¾æl¾ÈŠ´ Ã$%yGBˆ2ʘ@-WUŸ,x€ç`Y4ÕU's5µßg°ïZ|Ò‰ª$è@Š ÞcB÷ÆÐAÓ,ˆ®“bVT°Žçjë´” àk›cÿ.91eeT|¬À/kÛOt5 ¶YZE…Iô?Ú,GGÚm9ÆiCÂ-©(¸¯¬.Š<[j´/Ô4ÞÉâØSEЉ0N¢£l³ ç1Òw†ña& ³àb¡¾û;õNg«…Gj>Þ:EJßDئÙEF15iˆ’tw« ùﺑöªGŸF°^к,ý*h¹ê}²XF´¯U·î*8¥1-ýßÕÿè«;ÿ³UÑöïmaÛÉ”Ÿ†›pçhŸöc®²æà$›†7ËËJÏ,s¬âãÏ4ìŸf˜"d*™ ]UÝkæ®Uµþ\)çžê%v 2Ê4܇û%È`“b–ãm2Zöá)Î2ÍÈ=îÍ¢¤ĸø½AdäÑ,Ÿ¾*¦ƒ)9_o­ö³®7HΗ«Zì6Ú¬$¦§héAÿÖÔkOBNÞS3ö%ÌBÐv]3ø³®&÷¡ õu³µÐË8‚‰3Ëh¹ý¨³‚Røc]Ôð}ƒË9Ñ‘!6 >Ù¤( -6Ê ü¿/“ŠþÞàÐÕŒü¥žâ/Žý#Ž–*ëŽoÿ}½ºýçfUûé"­Ô®AÅn B½;òßÍñø'óU‹|öùbâ%¡¾¯sx?×™d Cÿ?Gïý–f¶ýÏ™š™Éd&½÷ÄÄ4S5öÞ{G@Þ{Gì½w±RDš`Wª{I2sÎù\ßçynÎ\ -—ÂfïU^ïûÞ{-Û8üóRè¥}†˜m%æè:8¹nYgû®ª±æ@Ë'*©%^%­Â5MHòNÓüµÐÎL¬gœ˜y8Ë(ßè=³‚^/w—’¸Ú“p}¾6âÜZWᓽYZ…s†[D…ú÷1ŸÎs°ÇÃ##ØÆÑ‘ÖQd(`+‰›C ÙºÂ@bÎëßG Q×ö ¾9†]ë.{¶Õ[øÜ-½¶<_Ì <ÒªöT äö4*y°{¯œ\f›B$î/â+–©Ø wyçéH]OåëÕQTòžƒ?ô…]F)\AGº¦°ñÎñêO›CàOJaÆ#CcÞcß,½Ø0Ëž®¦aß(¶^º9Šú´ÜVöÀ\—qÙ7‹rŒ@c¬£ÁÇF> gëj¼ -zõj_e„c¬*j¥¿4ÐÜWüÄ£ð÷•ªï?1Õ¶úëR™k™ÿ_×Lu¤K‚ŒòÌÂ?ï«0) ºÄÐ÷î D˜GÊ(9ú_ïzzÕÎ.Ë: -[FE™ú‘Ÿz¨Y/7Çéø]Cc·[ÃÆnãwZaGÄEMG¦ÆþÍ)lÒÆ!Ó§‰¼ ÍFÉ|3$ÔÔ vã7úAo\“°8 ž$®W}pJ±‡FáÀˆ-Ùס2w5þšcþÇè×e2Ò§Ææü¡ë*{f›Fgyµ,”GŬÚ×s'Ë5ÍÛJLªO…JÛžA§x爅ûUŒŠÙÕ0°'KóÇ+uû‹ ¶f›ÆÄmŽ"£7†Qž9J‰©lè"§ù4=RŸº©Ñ§â¢vç¨ÅZ6vOEÊõÌ¢âWûŠžÍ “.¯õß,·W9àa¶>Ø;kàm%öáÊî9|Ö@Cγêìg¿Œ¢SJ>Þ­`Ã|@~ÚGD­C‚·Æ ïçùœm­ Ä ÜÃæÔ‹³“Ò—;Á/[Šî™šŠŸØÅ좥^Z‚’SrÃ1 hüa|‚}ºÑ}ih-º«¨É¾2ÉL;× ÿôój±Ü9Y‹_‚‡kÿÔ> òɉ>3f©…+½à×–¦’ÀÃ9*ÖßÓlu¸ @-ˆÿCÉN>·ÜZøÄ=O:òý±ŠRf›DÇêZËX‡‘ŸÜ“„T×81Å:FJÚD…lö#?8ü÷ë:1ÁÆÔ{ ½8ÐX_ùÞ:Ń˄E·%ä˜_µü„óÞ)Hðöø£kvº@Cs3žâÓžþ1Ë+Œ:ÑóxÛPè±¾<ú@_³ØŸöÄØss¹·ð¡KBÈÝšÀ¥®ãŸç1}ÚúŽ`®ÖzË'èñÔ—¿ù^#L»ã™!7#âtãbžíÍsk7ÄÄt]mÙ=?÷’ŽŸq^B8;Œ üY×u°c„u’Q²9ˆw‘J<2&Æ;CÈÜ•!¾¨ðc=}°Àgëùœ/‹@ü§Au¤Š#¹ò@EÌ=t–{ üaµ)û†µ;÷î¡â–p «˜(Û:Æ-Å%9§±)ÖQ\ìæâãB]~Àr8Â)gÂýñܫ厌<ƾ†U}¼ `zTlÄŽš;6 -ëvjE[³<èö|S‹[UÃÜž¡úf ék}e¯Vº ½’ê¨Yd´m¬ôÍ|mÜ5S{ÚÝS ÿe©¶kOƒÉsÏÂ>û”èTû4øIÈ÷ºÑ-ƒ'lŠŸ¼•é˜õë)>wo‰>\`"N‚ø˜Tç "aeò~Ã>2w.ì.Ö6î[jZ÷Í5» —êh‡•pCªK†Œs)¹¾Ç hãPp¸(jñ)y·ŸäG}64=öŸus’¯³žþ¬o.‹sˆñ)†ú¬›ËùOl#ààYaò•AÊ_ÆÆ¼['s Ì‘±¦Ñ5KÌpùÕŸ·$Õ1.)&Ýï_Ì<Þò()i¡©2À5M*:^äÒ·& ‰Õï×z*_˜ mö‚VG1‘£ÜÜ[´´g?ìÉ8è­QL¬¥½ðÎB}Þ CSñƒ…ÚܺºÜ›+]¥Ïý ]ÅÅ/õ!páoÏ‹S°¨åž‚£èˆ33äØ[»³øÊÝ!Ç%¡åÌÑ!'Z.ù`À—J]ã–¶´£ÄÐ3–è륞ª·†FÐãm1«ô@ÙÜì–2ËVº«ß‰qé¿3Óß}'Ì}÷³„”rÍ>Dˆ—µa£[«ãÿXé€Dÿ£ç³vll,}¡«Ïå+þdj+x ¦äß]ìDg騰Ŷ´kk¹Ï½ -x¢u²2Ì.GÌ1ª÷M¬l( -˜åe?:Ðry_—ëô,ìÖ2tsjEÇŸj˜¸]9AI¿­ä¼÷N0–NÄÇjÖ¥Ilú_2ZÁu ?÷–¥¥ðÅV"mc‚Zóñö÷¤´÷×­CTÌ¡NT·1”`ÅÿeªK¹hŸ({}ºÈ¢î-p9¬Ì·­Õ!—ÿÏ*ì9ÐÁ.1èÍR]öU5%áì%æ÷õÖÜ{' -R¡±žTr÷aEØc€Wø»Z:|½¿â¥V˜t¡½òåo2Nøµƒ*j×Ð*^Ó -l\î·EQÃ=ŸýÍH­òH!ÛS ÿ]'xð‘¦m†Uê”P³÷”ŒÊõžÊ7:aúu5+é¯qÔÇŸFªßþ8Ⱥf›güÇÊï³[z‹#ŽL à×'F.ïØ¼úyŽuÎÜ‘ût_GGìh98§œ^¶9MLñª™ð›ä¯¹þ‰Pz °Ä¡å“£ò¼óDÈñjÝÈž…ßäš'—ºêøÚ1‹ÉØÑ⊎Í,¢gžUíTÐËvæE5ëbòH'äùûá(9÷³È1NH\î=Õ‹ï¹Æ©eö1tÜBMúuS}ú--/þÆ*Àžéêè#=c“±ak£äDÿÞï ub¤Â¿.QÑ_—iäãELñÖDE}·§aaV&Y†vŸs>Ê#`”<¬G‚K|áÎ -áb¯[Ó¤ÌqNîÃ9~A€wœY¾=NHZj+²Þ]ñÒ= \h̹«¤^^î½9ÕÕÔ9¦‘±¦Ž¢KoùksWÅë•öÊ÷Ûoªñù¶i|²MLÍùfªïþÇRÛ±«¡ƒM]%—ºòï.·çÞxé©[JÎ±Š ÉºzЃ­>\ô®œ ¶‰‘áëÕÁrAÙý&PÌoü‚¿ ¯8†Ééãü²çÄÌ7gTµÅáÇjZ¥¡%óf+$èJÒï¦Ño~s¾òN -NM`—!3Z³uÚ©EXçSŒ®¡”ùë9Ëy›Ã W&úÛ’¨íÈÀ!ïhH…»j~_I.Þ™ÁfoõCÂV»K^Šï­ö ÃÆÅAÂ’O×WûàÎ Z‘sB€ôM’}㘔­>Tšª¦(°¥âã/s‚ˆ=Ÿ·#£Ô‚¸óú†œ'›à°/& -êHÇ!y”LØ\[iÈ8;9ÀÏ\^%©x{ïA¥|g8¦¯ò…AT8EJ½ÊMõã6æÉ–X5»sļÍÁŠç¶QÐ÷4:c_ƒÌüÏ“}`˜f·2‚Êþ{©yêhžIrŒm ¤ß²•¼´Ž•ØLŸ†OuLÓr} -Ü+c”÷Àâ~døW_Uô™irÌŸkù/Uä²o¾èÔÂb1r~¯¦„|Y¤w5ØÂõaлýlîö,-8Òÿ8ÔÃ’4Õ'FàEÊlsnàœ°4üHÛ!>Øôˆ³ÎIxøB]öu'õ’VP  $2ËÞÿÖƒŒ»¿3ÅEšZKŸâ>ý6I -ûC[›|YÂŒýCJ9·ÕWöÅ ®À>X'°i.9«Ú-ã!ö¤¼=EU´cªä½¾9ã¶móÕT×vj -Ýr€Åa]“˜4ŸŸå‘œ*æÚÇÿ«&&$úÏ,¬ôCƒl“ÄŒÕ1j¦œ_zSÎ̾¨`d_QñJp‰—Ç))WW`‘K=Ð*aÖÕYvæýqbú“µÖ²_øªc¢XXÓ8XÓ’õò«™'øºÌ¯wqÅ:RöÊ:zg8\ - ûbár÷tLŒKFÌÙQÓ Çaݶ½Ò] g&žÕŠR.,¶—>]ÂÇÕAS®C"žþ¼Ü lè–SÊo4µ©·š@oÏñ²’Ó’þ#ì*xd}4t­ ônOI‡ëظÿ¬ðD_MlÊ®šTèÃ¥î©ÉÅ^—dÀ$ûd´Ê@Kúk»º%KíÅ:*£ÎâýK˜ðÃbmúó¿ tŒc“°« æ¨iÇZ.~WƒÏõÎWgØ$sÍ@ÃŽ ÖWsCß®’Vµ1è‘AãutðYeÀÿTyfÈŃðP·”ê?SS5N˽ „±}sÅ›õž’ïTyˆo»=‰_ï-y¯`‡ŸÛ™­Ê÷_Þ*}±9‹>ƒäï;t¸@ü³ü¿¾9ÍÞ9TÛRrß%gb=¦®…=KÇü0¯>I5`ÏÅ/\bpÄ®‚Pòÿl4ÆW#¾tWUr²Â©?\k”›¸“E€Eôj€ã²vÔÄü# 7yeÄ]]þ«‚\¤n‡¼vL“AGZÇ1_íȹeÈè) Znɾ㣓vØè @ãXÅUÁ>):˜§|¯ŠV¼ŽÙ7pˆÿ»v­§#w·££cwt@nôáßËu€Ÿ÷¯“—‡«BöÕTÂébCß±AT{ -øÍÞ¹`{kD†®õáÂ]ØYaÞ=s$zk’”6EO;7ŽóŸ÷Ϲ¿Ü†úl¡nOËöæ(åþ>1kbT¸ ˆ—Þ>Ý#§”¸¦ ž-uÇ_^hŒþKÊ ýuWŽÏ=4ð€üŽÏ^€yóˆeû*.úh—íœm€^¸§ö |¬”W|sFXxsŠ^¹%ã#æ›ÁO†11¿µ•‡üÐ\þ=íé¿æ¸)w¬@Œ ‚>\ªŠþçF?>Õ7ˬ8³½SÐ0sGfÀ çó 1-üÜÞ<,ý¿ë5þþ{s˜ŒÍЫ­að›}5¾àÔÂf-qØ~íìV`3fïÍ3Þ‚½ß¬z·>ÿ¼-ÅeyäÄœÍI|Â|cEÀ4&éÏíqxò¡žR¥iM¿«jŒ=¯ïÈ $ÄÞ@EßrA" 1 ú>D*2úéokÝ¥!ÿYgóŽôø2—nŸ*òÊX Áý=Í2F^oKI…û!Ã>…ŠYî-{ln/} ed]©É9ÛU~Í1 ‰_‡°JB®Ø¦ ûzõúPe°¹»ì±©«èž¥7ï¶Gúðu‘ÇÝ× ¹V ½`GÅ€, -ÿ^6h)`csþC5'çÊbKñ×4.y[Æ®4t"ßíªø4`MèkÝÅme/~탼=3KŠüEÃNþË;Uô[¼v»²,*}ù‡}—ûÕØÐõÕȦ~1`‹Nôˆ,ûDÁc{ÒMSGÒ•¯K5­;¦¶)—R$tH¨…§¦Ú®›òÅÀª©»²ªØ­¡Ü®©òOßV-nmm£c–‹>0ÖÔYØÔ=±ÀhsÇ,lsE”ýò×íycsš”îUS+½J†ÿœNø&`KÖÊ ­Þ‚[]Ù÷½S¨ ÿ=M[ù£Í1Zþ¶Œƒ´NamSØë$*Ò.ADºU˜”=¹§kî;0´M›‡OÌMçfAÍW _üì㚣ƒödŒêõáŠÄ¥ž¬·Ë]™wŽõtÒ¡žÏÛ†„­å?ÚÉ XlËylƒÂþ^&ÀjÝ7²ÙÃÜÜ·]ÄÌg§KMãǦš†C £Ê)®µ4åÝÕon—„þ³Æo5 À£fEHïBcÿñZã´GN+YD„:õíÚ0&iOCGì.r™ûþzï:*Ø6‰·‹qqŽ)r抿ÎRKîÍ¥¶¬;sܨ ‹-Yw7úào|ÂÜW'¥_߆‡ïÌ‹NMDð©™9´0ðû Þ^(:4ÖÔj¿Xš'ü}ð¾˜ù‚CåÑ¢Ó|zB¡SK*С?÷“2n¸ÄÔÛ9MNϾÒRòúû¦‚—?ÈÉ1çm½åÏSä ý9¥œ{¿Ÿ{mc ¹£àá÷T<âž–Xt¨Ç»æ]зͰ«òzÁâ%yyŒ˜lŸ!æí¨¿Ð#Ó¾-‘![xü£¨#mAÄ?46ökë l¢O…ËuJAaie”[B)ðÎr¡›ãÔ |¯“ÿ°–x½{¶}¾þç!ኩ6ïŽw’–+­+{ÝŠI¸¸6H*ôÌÖ¶Fqñ¶ H°Oùä””½Ü[@eîj©p‡Œ:ZªôéiU;:Ré®íÓb‹<óLÂ¶ŠŽÙ3pÙÖY\ŠuÌ”PnìBå¹g¸P·Ô?lšOŠKsŒ ÃWúQa³¢âG‚ò?בq›cøøå¾ª×ÎilÒú02ÊÜWüb}¼â£kø#q¡öYÞTôÈùü¯«uƒ'þz‘ZR¹Ý_[rcŸ®NtÊÉ%æt$`§öt\î¡‘Ïs+ðÙæ®¼‡ -NêÅYFÆ_]ÕÏÛ²žy”Tˆ˜ÿ¬ {é`7¯–Æûß^;àJ.fsŠšc—±¡ÊZÈ“µ!|Æ¿ý5ÔæYÛ("Ì_×TMû£ñö/CgÅûfLÊ݈G¿3v…ý³LFyåe‘ëYÏ´¹÷¹ù/ä?=c)þï¯y[E*³J1€¾ì–Ïþjá þYg2ÿ^ÅA7ÄÙá«ùÁ«#°X`<è#»³À#ï.p‰‡Z.íDÍ¡þÇB'þw‚>±«W‡ 7‡‰I@leíhÛw´5ü]¨á@_#ÚQó()±`$Êž—ëE¤8ÄU!Žqä'€³ƒt e÷,þZse ‚Œ»kí…Oƒ°w[ý˜©0ýn.ä—Õ>hø©Eøb&W°ù@¬Nö* ù»€ÎØrÆî<÷ÅÔØwbpO|Ö‘ÿ³LäÊ€ûjF¥®‡=A/ 0w"¥ܢçÃÕI*˜Á*N^¥`Y1øÃŽ —a|©tiò‡GF,>ÖÖ‰v”B²[îßgYá”âR6ÇÑ1®Yböê!UÝya¦÷t¢Æ}-¥Ò7‰pË@áîx -0^ܱŽK>Ð Yûz!oWË!…µÇF¾Ðß·~`üqrÖÖ!~s÷y¶¦ôqá§ß'^ún“zw½ºØRùb©½ü©”™|K.È~2.ȸÕMN¹gì&¤YèYA…oŠá‘›bÈ{Ÿ²:ñË - ýϯét¹®ÿÐRÛáÕÑý÷„)'KlÁ鲨÷ÈÒ8²oªmÞâŠKE)Ö7xŠ›q{ŸtåH%bø{·+Iyûrz‰m¾Ø^xÇÔ–{kmúÉ!¥WLð -î)ꊞî¨Öç’<€®öjy^51Ï5GÌQ¶BÞÍ6”¿Û3 û—…Mn9ß1KÌÜž£ÂN–8< ¿ãÝJV•MJH]ꃇî,°mI­pÉq™«ƒÕ)Æ–Ò«½ÐÈͱª4ÇTUÌ–—6ÎË8DK}| äC—’Zb“Rò -Z¹OÇ%9•„u†^âR²áºŽêO+b` MNà¹[N+²cb6ûa׺ ï×Fª“l3¨¤K)»¾Ò_²=Š0u%\Õ·%Ü\*U·†-´}öÌ Óÿ^ãÖ¬LaRæÚ@/œ³L䉹qðÄLÅaYnyÞ+1ãÕ/bâ»ß6GÊ£¾.ójÖÅøÓ>Î¥â1¾˜Ûfÿc®ïýï*ôm_¾£A$,õ‚‚ÜS´¯„[¹3' /5Ož,7MEÎI\²¥¥üÁ‘hxèr{Þ½µžÂGþÆöʧKm˜¾‘ÚêõLè}WK.ñi(•ÇèÈ\?°¿XÛ¾»ÀÁ˜¸,—”¹¯fáýAÿbæPÝó|ÒÖ,lŸV­u³“¥œ²ûueŸÏˆ±¹7|‚*[2l¹­àž®1ù¢¥½àþú*ÌÒ {o……ͳî)bº[BË÷)YàžEÄ:¦¡áÊúä;s¢´K¶±Šà/f:Õ©¦@¶åÈømYU„WO:\ Bþm¦Âþ½H}õ÷dÖ³ÐÛ2Z‘ŸŸ}jmo¾¾Ñ­Mˆ°lÚùNxüE¥ ìQ7:ífcYì%s36isŒœ»ÔUõzµ·:¸xeš™zÛ3C*rÍð1‹}ÌÔbÆEE=èÓ¶\@ö¨U‡zèÀ€+ÝÕ¡»Ä¦y´ ¨g…Ü7Õµ. -êŽ^>2·Lî:öu-[Àú[ú!¯ŒåÏ •A˸ÜVdø5 7ý¡g‚Uè@Z&_œcÇœ75çÓ#Ã${dØ4û4r©'÷Õ|mÄe9-äìj{É«Í R†¢.ûÖBmÞ½•nH sýuÍóÿY&UpÅ[Ó%¯¼JLî7 N[nù·…/Ü›Dx'J_ïÉáñ‡:&戙ötª¡µä¡ML+vH9˜ùæª"Pìå’OgEEŸÿ4ÕUÜßì?³#ãzÐô!¢.®váã]¼ªÕ~ðÛivƹºâË2DÙTý~q€Z°­®9•äb× 6ëdau\Æé"_xd"ö´8„OCyTø\¯š;ZjÛ[5{uæê"i}¬ì½W^õ٧Ĥ-t"cÛ©÷Ô ðHë§ÈÒ - cb.tV†\£ojyq×lC à- #ï( æ¼ûÓ1‚hê}óÒ!çwÔ¤â|ñÑ*“æ1’+—%˜Ä>zÆý–ꈛ§+ £æÖ™À–ýý¼×ûË‚ìãðp‚ °z¶®äU7&öâR8`›Šm ׸$¤\;ðp(™`Ë 6rKL,Üì~i’R¹2ŒÎòij8;Z{GÇÂî- -ë½ @nÓpPÛj£íßšæQÖÅ”|ïMÁ?_£ç>^ï#ƬtV½66åÞV ã/“Ãþj¿þS˜õäû9Væm ·ð ·àÓÕåŽâ ÅŽÊ˜•@Kp)®Z‰S‚ÎpÎÂS7§@}‹ÞU‰êwæ˜]5©Ü*)]çÛ¦Á¾y€-,²OO©²Ë‘‰€¨ùj©íúb!‚ ˆL¯‘°Ä÷9j±}¿Ò‡ -¶QÓ_ÎuÏTļ­ahØ>êê-åþ `ÏcŒ¢ÏÖafÙê #Ë<„=0Ln$£Ž ȱ™Š:ÞÛ®ÆHòž²“Ÿ®Ô 8|Šc†‡ð*xtS²-†Ç8†¡)n)&_ÌξÛKL -\©ÎYÇgYzñáËýèˆõ1L¼MBÉ^@ûë±¥;äÄBicå› ~Á·ª®Á·PÛàßÛÄÉR—’VìümÏ"yu"ÑB/6VÝŽ -u©k¸+SŒâIzɦò˜¿ZËCßè)~䛩ŠßS¡ -ºð‰W£¯ý0YŸw¸È¥,Û 6Ë -Ä9»´4Ä>Yµ«a¢ô¾y‘&af\2v#BÝó"ѾEÔ±·Ì¯óø9I ÄA5«Ú4FIÞœdÜjbS -Ï>Xä5™;æ¿­Ööø{W¹´4È®…õøë„Í‘rtÝØ´7¿í¨D ×4£Ð_¿Ý6ˆø¸Ö~²ØTrg¡©êI/£ø*(*àÇRú Û8:NQ“yCÎI»°ÜU°1XþÜ#:Ò°ªw4B²f‘K¾ýËrKeÆÎü Á3ß#;05[ø5‡&ÍÏëÓôœšÊ×Ü¢ˆK‹­°ô=­t{ g"'X:ÐïõÕÏfé7”ìÊû%ÏÔy­«Ï¹aW…® T¼^é-yk£“F·NTG-TÉkŠ-¶0sTL´u¨êÓ‘Žõ)hí)*øtŽ9Õ³ÉÛ2T’}¼¯"ìȰYøÿ®ˆÚNõ@|W‘Š6AÕ©“¸Ô&tÔ 1#ïñj/>r¹£2p¾&ãê =á"`‰J?þ9‚L¸³ØTÔO̸›ûúæw«á{2¿†AÆÚÆQKÝ ­Ñ’çNiñÛdÙÏ,½ti–6 ÄÆ­1d쑌>6‘G&2äÔB­>±P2Ù5 ‹úbâò´55ÇÆú.¿¿ìkéˆ}5¡À9ýdîȬà%][@|¶ áséÊúÜç¶ILæ(5óù(9ë Ÿö ñóWÑá“ؘc3“|l¢ŽMäêC#±bÏDªô˜˜x§_ø"“ùe•S»<ŒˆX$$í(kDßÌl¶uôq†}e¡&ãÁz?ôÝžœ\°§¢–Ï -‹Ûq¡îZ‘{›ié­xch-}¸:TñÜ&­ -s*(¥ÛJÁ«°6¦©en Ÿí]°] -ÀG4Løá2xÎ@Øf¨yþºG€~©X¾?HŠ_l¯~/Æ%üÙUz±ü,èv $òln„YL@y4ˆMŠÏsαàn ·§£€Ýþz¼ -R‰[AÊ5B>η”<2ô¡¢·"›šˆ³© •#cWÓ¡6%lŸrvÝçTÀÒVFó½* -Ê2HÂ|]âÕý³%hß5ÑqÇKTŒW…ÌØ´ðæxu‚²µ<Å!õëfžsšS¶5JJ0·@ŸN’3þꬊûµ ùó$:^¶6BH›¦§œ³VGú$ødï 6Ñç?7(E&oMÒõ½Ä¨!rþc׃¼oiWzM|Þ.×é¨]êQ ¨vy-Y\‹l,Oº¾ÚН8˜eT®´—=ÜèE¼3·BŸªyÌÂükÎatôê()…ú|¡¥*æ¦OɬòוpË‘±ËýÅÏÆIWÈ çÍ=eV12rW‘pvŠ÷äŸFé¾¶V´ Äï ¾ÈÜWñZÙ~ec¸4hGÅ„u ¢þZ¨/Júfªë=4û¡š\´§$d{gpéÖħÅèsEäI&óú!ã²g‚Ûèæ¥ õÎÒ‰ [ï!ÅÏ Ê6‚ÂÏÖæ¿þÞ5ŠJXh( -ÔÕåÞñJñ;s¤ò9!ëHC.ö÷¿Æ­k+z¢m* -ôHý×0ê:3¸ÌåЛ]ÿõ.=6ûÈ„¯øï:ƒáï¯í•sчªöAŸ¼Ž½-£—ø÷},·åÝÓÕeÜÔŠÒoï(%ò¶ÒOàø€ŸDEþØ×²0ËÝèpKKÕóÕvè À¦ßøó³wŽö*¹¨14^*ˆ»å@¿.>h`áv lòžMý{­¦Ó7ÎYƒ¼df?F$?¿êðïgÓ ë•á¶!pØ‘ -™i-Õ7f>D†þ²Ô…øØ‰KyBÊ|uNÂɺ{ ## $ð¡ŽPü^îâKAÌrÌs*>qs†QæSñûó<òé"‹ø÷ -WøÅÀ@¾¿1Tô\Ó˜y[Û ¢æ<ê‡ÇþÖ\úSSașֲðóKíaû -|c3W“ ãd_±OÓ -€<ï–¢³¶e˜¼m9¹ˆ”£%õÀL'ì,r659×YòÂ2 -‹>^k–,Õvºç¹D—VÈòšØþž§U§‹ŒMRÞ¼´?OÆþ?W픿ç´GŽJ°O€ß­•¿ØŸÇý×&ìÝQ -Iî~Õö” Ê>ÎÌÝèÁGÎóòoL`ãÎ(™ ç\Ceo·zá±æ–Š 5…×<³¤Ü¥Áò殂€¥Î’'æÎÜ›}°÷ÞIfñW@ã}Yb²wML‚GÏÂì›øÜoË€-šút¢œ]¹3Ë*?Tp«åBâZ>jµ…áä /&ñ ç4‚ì‡jQþ#/çšJTtk©‡à™Üj&Ô*ÅÄÚ¦ÑqÛÀ\RŠIÖê!]Ì+ ¤æ…^Ô5—¤YšÆ2Jñê ϧ¡B¿šk;÷4,ÄžCÙœd@æjÁw”´Šµ5Œü¬åß‘óS.vÂ?_ÀÆÞÚªŠ´V6.ïÓùè'×"ç}øØå¶å’Á£œ3U;*0· 8 0›S¸$Ç,µàP[W»«ä·Æªãvæˆ%® D¤¶&íæüÚ†âÀLÚƒŒ~íF§^A'ý> ÿII‰û]I´0"ô·6hä¥ÆÊˆësüܧ3¢ ÈÇ¿Gü¾%!#VÆÑQ›“°]¹Ê*Ãe[Fª‚—'a»€ßþŸÛ´>‚ŠóÈØø£Å†¾KãèÉF“ì˦°çt‰Š=b”}¬2È*†Ò4®¢bœãØ8ë$Ä6X¹Õ_ºÞ]øvOÅÅl XXùjš™õ`½ Œ¿èÞ,%õÏ1TìïbÔç_%øÏ¿kÒ¯[ûÁ¯ }寄UÏ´Â"Î:F±É®©ê˜yQæ}}F€KœùÂ+ÏuhÀ/òx'ÿyC6éHÇgùï«h´}´3CÉuOÓó M৆:Ø‹èe'4îl{eôŸ5Ÿ~@&žŸäÞÛ«÷Îò­ãˆ´­IdÒ¶‚ñªkèûZ -È)©Š˜«I»"åÄŸ_ì(~ìÇ$ìk8D7À'%«j_SÃÞ›ç½RL¢[ -ú`g=6w<2Œˆ<ÕrIÅ>E-ÜSó¨{jË6AË\4÷BSÅË9QÅS}3$pµ²9Î*R×–ÝŸådßœfd=]ì( òP€º¦àåRwUÜ|2¼”x©œúØ5E«2wU<›•>64BÞ­÷AB¶'៎´LÄÿÌ€’ƒ¨ƒ%ü>+*zwbbâ¾,ѱÇ&Lα‘r¤G¦œX¢iÑòBïç¿ÜÓóš\êFWyÀRsáYfâ_ìœçgðñw¿EøÝ'C¦Ž -‹_³‹#nXzÐ¥Û2Z™®-çþ +优ôê‚¶>ôòJoÙ{÷, åœc"ÈEï¯Osßþ{•_ëï—}ªãÒ÷T„‡¸*ÜØ˜ûLÅM¸ítû0+çm!#Ы !\3ø§e‚Æ(ëòÞˆ‰ñWT‚Œk -å!7#*ö÷Hóm•_jæ0½2D‚u ô~}´â¥ÿìɰþkCHÀNrol¢cRbºcŸe$¤oK9¥Al”²°2HLš¤¤]m*þðó;ãæB]éóAtð½J­rž±Y[öé,$òÁ÷]¨Ï÷Ü2TÖ†¸äµ]Z•¼3OÇØ<®×(l9^ã7ùÏÀþ³Eg­ –üÀ~YnS,×t.qùûK â‘Pâ™…}Þ™Ãx•DÈâ $Þ9C¹X¤æd]ïÿÜ\ôò_bôy§„”§ÜîCGá¾ù~”–u™™óþÌ"ùª^}&!¤ý¥a¤üµÒhçîâçÝ„ˆ¿ø¥o~#&]Þ®þ´Ö_þB%Ì~8_—hÈ Ú›Cf™ø¢csÓà#]Î9j¡SÆ,óÎ ˆ»šúö 5ß!ÆÅÚFqQK_™Z`ÏZ`ñðrB~Ô×ÀÞ«¹à=û’šŸy[_ŸùXÁ¸=E¾¸ÐùÀ+eU:§YUÖQD¤¿>æz?8d£¿è¥s¬èÅFoÖK—¸<̧Ƥìªàµî’²½Óè„c¡t_OõÈÙÛRlê±–sˈ9Ë€¦X³Ú=WDZŽÓ²-—r^ò_SÔ¤³;ÝØžFFŒ™<Í*¼>_{e³ ›ËŸŒb£ÿýÜúpÖÜXþp¥ûikˆYbR.™;È)Ž1A¥}ížBǸfˆ¹[€MØä”|9 eô]ð¯šÝÓ3F*ÐÔU Ä’ýR™©«ò•²®ôñÆ6ûtµvÐ%#çoW‡¯÷££Wú°q -~É“!TÂ%(ÿ©g–R\OȸUûòì\<×.¥+j.Ìr"oË…±A–îô‡óÂႨÆ>Gƒâ Þ]¦'¿ÿ¶Ìè€ü©ðïs¯|mnÏ¿£â'^Rñ“ïoN“óÐÙ!qiá÷¼*A㮆 Ñ7dÝLJÿÉÏ ü¡©ðÙ÷Ë-YöÕ¤2Û œüè^EijC …ð÷¿ñØHAXÇŠŸ­öçÜuËaѧæš&—‚‰™`g=R×d?:5ñü{‡¡>¥Ø.Æ%ÛF‘ŸWzÊž¬öU¼X“S(ÙG'=ÿe¡½ô³ˆ§£ÐXsgÑMCþãTœì×?LÑc®:§À±Û2t’u -üqWÍôVcÿÉR«˜³¡#3‹äI€Ï«âOq ¯ku£¶Y -m®5'üp‰A>Záן,1)ûZ|î—E*òØ„‡Ûdˆ4‡‚Úš e®÷U‡*™¼Ä[žièçå!|Œ\sq–™ya‚”}¡ôÃ9?`¹T[òöZêýz ¯%ú•xû»aì§?×!!ÊŽ’§-ðßêAŸÔ<òá<²5…Œ^§æÛå|ÂŽŽGw(9Uê>D„˜›{wmŸåU -ÈžVåÖ0&ÊPWxsž›{YLHü}Ÿ~~© û©‘~YBʸ¢Ü3ÖäßYi+Ú쩌u£mݨ]máý•pÐÞ»Ì+&§ùûd•-5¦Ý<šGÿmÀìËP‰Î!XØr{Y€gX‡^dœk¶3û윪wKQ1ÛR\Ò®’U½;ÏA[%”û³À6Â/×5ÞÅ„ý2‚ ûuš}YÅϺjh,¾ ijϺ6dh8îìb}å[}}éÛDØY/õþF'(˜×ÏŠ:ÈÓNlÚUë8¹«Òõ-y×+ÞÚ%˜Ä•aøGŸ†Tº«ãà­Ó´BË2Ø1Œû÷VÍÀ×UAÓ®†Ø£¤Ì7æÝ]ôçž– Ù7±(¦~D°c†[å’5×8g2~Ù#jæÛ_ éAö b¯/´M]ðDǬ€±5ˇ¯cS÷¸5Njº=Ÿn›$æ*DOçKžê;Áo|*®àt©aðÐÀ£{U´r§”^f›¢—mŠI©öIFᆄS1-‚¼S7âòwç›{WFácؤ?z*?ÿ4NH½lj. -ôÉàq€?—®3²ÁÑ~mAÄ¿:ÒP°_,l†K†NØÓàÊŽ T졞‰v+9XÛ £b¦¦ìùb/<áßÖú©£Eʭ¦lŠámcÐ÷öQÈ Åzq!èÔ°Ÿ±i¯ÿ\‚nË1ÙÓ숳 -nÜe]cñC}{å;swÙ»5&ÿÐÈen+„ÄYQÆu›Wrb6ºÕØBç $Â1‹I²Ë(^5©âÛ†¨Ï¥ðû™ù¯òÂný°g4¬Õ™Ùþžßù[bðÛ¥Á¢'ú>ð;Ë8·b”Vqseœ²§¦UîÈ*ÃÜc¥AkãB¤ªtwŽ›QÆ.¸ à•\34W=]îdž*D¥wúª~ï§_›$=04™ÛÁ¶!è×6ÍÔ‡ -3³ï.÷WǺg)Ùöi\ÂÖ4>}CÂ,vÈø=CÐ¥ä¡×%€öœ eù4"¾g^ÄqLÓó–ºaïÆqÖ¼ø©ù«„–w±—Vq)øéõïP ¯/¯´AÂ=ÿB+L½jlÊ -ÐÖfÜÆFžæý2ˆŠ¾8Ë-¸MxþËzGiȱ’T¶ÜZüLÃK½©DÿÕ yöCWÅë§p±¿O ²ï%¾¼ø]Á»ë?ú$H¨ÿ¬Ñ7# y:OCìJ9ÖÁâ·–îÂ{òºÒ{„ìÈóàÄ¿f)—'°ÉgHYW"ÈÃirÎ \¬- û•žòö'm]q ”›ó”™õò'tLÀ¯%ÏIi‰—:*ŸÚÇ‘±ö‰Š$›¸øÓÑ<º?/dì()Å@Ü-ô©Ðéö)اÕx°Ófoà°l¥mª:Ð=·¤µÎ« [GÁრ°­‰êpÏ1Ç7ÇAZú°)£”ô+½¸HU=:|œ z£m,}ºÞ_äš,xšìT`ÓüuœN-‚º}›¸>AÏvÏ1an.o_OÇ~YáÖÙT×>ã¡”º¿µN“ -¬S¤|Û$%{}µ>ÞQP+æE5^`Ÿf—['Zh›#uÕË}ôÄÅ.äû ZúÍa|Ü…•~d¸}‚]äe‚Ü€Mz4\œW[+ÚV1ÈN9d“`ÓWû¡ï ¥|}¾6ŠŒ;^¬©?0ÕÔì,YÞyÆ)'çú¸¤]H¸«oìò-™ŽF‘cšQ´>€[l)®åߥd^êÆ—\`æÅÿÚ̼'eåÝm‡ü4„û©±âÝ÷ð¨_å‚’c6ÖÔƒüè¿ÏÃ-þ|ÞÒV²Ø^ö à£s½È˜?¥´¤‹jAa ±²ÒAˆR4Á?²‚ed„žõLã*×JŸZ‡A¯,ùº ¯ê¼ýIÓPò`€S|'êÅíï‰ !.u ÞÌ×–?’òo‰±9×i~κù]ÊãKß•¼¾ó½ùsêÇßãŸ}oiæ±¥ôéF_é}SÆm19ülmñãŸQ¯Î¸&`1«ãØ´QJò=}cÑÇ}5±§¢c\SÔ¼YbÖV_Ñ)#üüb[qcŠVØO(xk„e-÷ƒ"›Êƒ7º‘!>`›Ãà¨Y^òõÐû×ûé©Úf|š®ïG̰ãnJhaçW{Òª} -xâJwÀ eá>¯ï&ä:gð¥U‰ ÓE*âØ@}YdSìÓè4€aîlŒ"“wä ¸k,&E\RSî¯wW[‡àÁ›„XÇDfk˜Wì˜À’:òÆ(§b}˜š±5Š´lÜjö“uŒ˜àRÖéU±×¦X¹¡GF~ýÖ(<Ê­¸ÎÀ£ùh`ë4,|[M«ÞÓ «ƒèHÀG@C#íc„ŒÍ¾Š—Úúø»¶±Ê‡—´2Eɘ$Û!¥ä®Ž ?í˜/+€ÝOr—úááöIxŒK0‚—²;Oݶ˜˜$ÀæŠÜsÔ²}å«ö <Ï=Ôsˆ{z&Þ:K.ØÓs¹F>ÿ‹YX÷m‘Ã8^ €| -Jžc‚˜äüÉÒ… ÖˆÊïîÌóåíähMòÝÚ -ÃÔz¿Ö~±9z¹2~­ï(0´Bž®  -Ý5ù–NZŒmœU¸æß·ÝS`„½uN£Ó2d¼y¤ü…¾»òõžAÀu>áP°¡n%éÓp)ûƆž£Å¦aÿµ…íyÈ*AŹô²QRš]Œ›äßì@ÆžiÄÿ¬`WÞ_íae-4c>ãS/Ï×ÁÞÍða5 ðwV1)Ù.¡­!> ¶ØS èîœùp ‚_öˆ± Îqt‚[B/tì´ÔC‰3ô#•õU¯ô͈°9«õïCk¿Xêª|;LL¼=ÁÈ PvPÂØ@TFô™Þê⇦nRì(­àª ÷ó÷ôäOÿ"Ľý>æí/Ęßkrc/ôbÊnbÒcÎ -ŠÂÏS“opò^þ1Aˆ87IŽø¥ñÛ!þºJ˜÷Ä>A.ÐtWG¢ãŸüØzüÕÄo8Öóyö ÿØKKÚ9+îÊú6×°~É[£ÌÒm ìš"fXÚ¡‘c¸˜”ØûÿÂÄ<3÷AÓ—z*ß{”þý{<殞…4Ƨ屜rR&Ì}°%Æ$»Ñ%ÊúòÈ­apˆ’sm³¯ø™wø| ©psþࡨM1èÞuH°ù‹ð†È«­QDŒ{†X´«äNLüš6…]Ît¼[NÌ?4°i'F6ï«™#ú¶Â¯ý²Ä/òXGK\î骰ãïua§GI*þjá×ü{YÐp¨¤”­õB߯t€W;«‚Öû«ßoÃ>(ý #}s”Q²3WËvLð*¬£¤DsgÙ#SkÞ s[ÞÍ­LÄÊ=y¾•ða¹ ÿÉ-b-}Ð÷ó¢ôKú†Ì«jQÚUû$*Þ«dÀ|jǧ¯©3Œ`£uýØ·º˜—æ¾=ccÿ¡I :Ô1q.%*y`Ž-:}FXpÏ1ÎÌ[&§.v¢B4ü’;ëÕo7û‰ñ+=Õ!QæµaFs¶‰ðYÁ¶´:ÜÔ‘{w±-ëæÆPEGA)rͱ¡Ë}ˆvš¿è€ãKlbêJ?*d±£êÕÆ6Ò¶jWÃ#îéjk6§é…N™€âUŠXN ´)áTjG¹²z¤¢óniˆ™­ëg¤L× žˆÉ°ûdÔK¥ñÁÒ†YjÂ~Ô×U=•q`F±Å—æEå÷‡è÷8ïÏŒ¢Îû×Í<ˆ]ŸbZ¥B䪴‰.ë"D´ ’ÎË8EAþšk+£•oLeKƒþšÆÐP÷ µtm²ƒ«ìn¬¬…æ_³KˆåîHøZáÃùúÌˈˆ_:!‘g†ÑqçÛ@AÆF,#üÜÛ›ç¿k,û|m{g¬Ï¼¯Ä]‘`Þœa¦?üW+ôóÙYäñB;;ýæ{nÁ»G>9Žüm™Í¶¿Xl̼*çÆÿY_úô{M]AªQ•üâ,3=è§/:îdþÿçè½ûÒLÓ÷a3;“)™L2“>éÅôÄI,‰%öÞQ±#Ò‹ôŽT@^¥ZÁ.öÞSgg¿»û{ÞÈs»ÿùA¸Åë:Ï£À}'úÑK®]16½ïCÅþÆ)xtR÷èÄ”¸ô©UYwëG%çÕþ¶ãà B*X’‡—q¹§ñí÷ô¼‡' „„ ³½‘¤âgØ9yoþ9×ãw}™¢‘öüÈâ5<}XZ®#dü:«ÇdaJâ.e=»úýŒª±d×Ú·¬*_é¯x¼ÐWÞUÿäG~Ñ]œÄ»ÛÃ-UØüˆSè´çgým5ホrYß<Á—1.{ˆßö¢Š7u1ÿY¤Ò¿ÌÐ[ •¯Ÿ@²Ÿß[w _¦:Ÿg$ί mÿYawƒW,h‹Â7=¸†.Dú#-!ÿÉâ,m¡»b@¦î¸pŇ>tî?ÇZªVíØÌu'«iÙÆ¬ ö¶¼ßpp›·œ€G´ß—Þ±Ò þT!ÒNMwÖE®XŸ¤æñTwmÄ¡‹Zûqˆ -ùÔëa""¤áT­ÛeíÇs3–t¤ì9>I»›Ò~S¡3/O(šßÏ‹pí%Ðo³ä’é~bzÈJ.^v1g,ìš•Q¹7Â!ðÚö‡IÕAtàš–íìú ­~”ž1ræíÔò%½bô8ï—·hU;­ðUKzZñ’‰R4ÛOõ÷`Þyõwl\ðƒ5=6{T\yßDJ¿<È(¼;"†¿šî%eO©™ùÃ=­¹¾žÖœ) 9ëÐOÃ}™d1­¸ì9=*mÉÔR´j£×­ r°«^^ ð÷ Ý /Wµ ¯¿Œ¡Sòªð‰ÎÊ[³ª¦h=)÷Š‘ñ»—]qsÙB›Åè·ÂÆŒ ~Yܺ[è®»6<îi~=§lI›PàSל”êm?µa~•¶fÅV~™fóŽÏœïz9sšªÇÓ@ÿ‡ô· fRáh?§Ð̇EjIåÖmØŠqùµIÉ ?+ý¬—ua¨­""(G.q%3V!ª•wMÜxà¨Ò# î浨 ®pÕ/ž5 Òö³äq‡úaYÐܧ@ñ¯lñÿ^äHþ5CÄÿk871()¸5.){8Ô‹Ë+|õèdõ»'—¶†Imß[{?É-«–ºÄ`GÆ6þÔÁ(³1£Oé ánLÌŠƒQ{ŒÍ«r°÷QÇ~ÊL-¹áäT<\1KÇuÔ²BÉ{+øÙ¾—?κ[2ÂÖ,جE±hÑ!$­z:ÚW|2Å”­›çWÉ AFÍ´ -?ÍpŸŽgïy(5«bá’‰˜·¨§•,ÙXãrÔ«Y%gÅ(„O?ûå7&»ÊÎ÷×DòóκÁ/6]´:·â~¶;Ì@ï0±[.:äÀ)ùç ¬üc .mÙÞ{ü?,Ê$CJjQ°•pdÒw†)¨£ ùe’=ÃWoº0yû#Ä@?æÔð7+ô‡M':{FUÿ2¨‚½^¶‘J÷¼ëe¡Ž3¸×Ž3W}|ÖŒ‰Û°he7.Ù˜õ!3 ¼ê¤Aö‡¨Ð/öîh+=dã6nŒˆ:¶Gyœãû'×ý<ÚœƒZ¹bÇç­Éۃ؂mo+Éßy>"„F­Ûy˜E3£bVIL]Гó¦u„ô%ùÄ–^²æ2§ô”"¯ý*dî †,2Ö²•h!ZÕŒ—2oÀg¯ÉÁ(‡ºøïu'àKý¤¦ã³>.xŒM]ñrÐc:Nù¬…^¾á¥C6½ ˜— º:ðÒŠWºfÅlyHU+BIÈÜ’ì'¥‡¬Æ5Ÿ€¿lï;ÎÕ[vë>gûÎñ»×GÚÚÆuø1½ Þ§ÂÄ»eµg4Ø·ã{àfYÜÃ1Xñ޽9uˆ.Z·jfµí€RŠÔ1q.¬ð¯in÷ÀqsꪧNVÖlâ¯lê¥m`?ìl\°1ª,<̼U€Z¸dÕÎ….™UóZRfPމ *¯Œäâq #¤—V8k`4Ö/̸µ£íˆø%.{ËN®Ùd6h¨¹b\éenMÚoc]„üe© ¨?p·¥^œî-¾¿æ W,8„%O;g}Xغæg¡VœÌÆU7½êa#–´ªu'6gÅÔ»ì@f®Ñš†u„l&"ó -.;ê‡- ³~ÛÉîۙõ[~Zóš—Ò¸0Ȩ9Ø^g\ж5ÆÂÜB=ÎñÜõRöýtøÁ0 ·ãc­„܉TÌ‚ŽQµ`æB|¢Æpøa@Zõ ÐÚÏfûk¢–ÍðŒM/µn´·9yTIÚaà6Ià`Oí‹€"ûÞÑHÕ›ú´½1zsT,ŸwÊDCJxRK-û4Ýaú<Ó¦> -2ÈÛ>xζ·)eÇ‹.:%ÖìøHU -ÈÓe&ëhŒÙ÷ãJ·=„òƒÿ‰ÁU¬ÙZJ&{á1.ZÓ{ÉÛÊXäbwF…⣀Pö€ßÛƒ¸ã¬’ÜåAjõ‚•×¼1$îQ7g{º«bWÝdȪ†Üð‘ +Ž–ÊuµquOt ›#‡Ä¨ä-O» dfVÍÐòLôòY¥|ΆÍ9DìyW§pÚÄ­sŠ(ï&-êž ¹O´`ç@€ý*_¶Ë6iнQ.ãh¢M¾lnŸqšé÷&yâu? ²=Æ&¯003.dÑÏÄlޱi«^ÒÌ]W¡óW½|ò’T² è†U' ¼d#‚–ltÈÖ˜¨gc\¢]Š\Œ†1‘b‚ß¹=F„­zI5£}Ä÷c*bòÔñÌUKí_³í_g%Ž/3íý§ʃ1žhÿxȰ€T·‚&µ­!“¾åK¿L‰õËtæ¼–ì&ŒËš£æ4Èw»C|îºKÀØiïÚVxfÒ¶e+ºîàc§õœ*{≿ùrR…OZ¶±š–lì5g·l{¨•²5ËXwQ*祹dX'½øö×Q`Ëßѳæ“iV¼]ýA³„0ªo‡÷°2¦ø5þFꬂ^¼í⦠´bƒ°ù³õjBC-_° °þnlL ¯%ivX;¹îS •¿éç’×}Ü´¡%gJ‡K^Lü†¯·æmg¯¸…´57¹åaà÷'˜ìµ!Rðºåƒ¹ aåBc¦ôèh#cÑÄíÒ‘›~yÉÍA¬1‘…êÃ)žhsˆ ßn—ì w™¿Ÿ'Æ”¯Ù É úú˜YMËiÀ[-Ùyø!µPK)??§ô fúšcõðø@oã o8ð/w<”ºŸCFZ化RµlÁBŽÏž™¢¢&¸ü%²ó>³W½]Ê—¬{Æ.À, -H+ƒ\ÊáƒôAÅœ®ùý‚›¾î¤5n{™è5GKQH×x¿¤­Áº¸ymþCÛ-' #¯µàõÚ€½1"Õ¬zZ©k‡¾,REL7KvGùm‡‰qe¨MÚM*¹'€¤ü2“7‡Û„k#|æò?i¦.¹8È%@ƒ­ûøœ€¸oÑø*#´ -<¾1ÄcÌ;y¸ k;6hj‡Ïš° F)˜´jµ#%/hÁW€:q9Kf\þŽŸÚås6ü\Âæp+í`¶Óµ=ÍåoŽóÛ¶¦Ûû·çD¦Ý9aÿÞ$‡·æ§!çPPGÊ êøMV19µµ1ë<àí*v<Þæ8‹²Sk6‡èØÕ!6.ä¦V¯ 1›£ü®quS섦>bÝho¥zÓÇÂïOò:¾.¶ÛŽóÖ}4ØŠ‹…Ú È\3&fó´ŽX¼æÆ0»hm;˜hïÛoW,x™ˆ9¡`ÉK©[áœÄ¢e[ÓÛ£ãóç™ãc°Ësè4„lœ¦ šš9¥Ô»zù…‚Ʋ_‡$Øìý!>kÇÇ­ÙèõÇ÷ì¯úfÓ)ÜðI:asR¬Ù0o¶Ã¶7Û®ÝãК-›21*7GøôýI -r'Оw‰9öiÈÝ«_õÉS–©UÑUÕßÞ•Ö/%¹å•ŽV³‰fé†WÖ·3Ö©Ý ˆzw'ùËCtøf€‰ß™ìNÉ|{¡Nïö$ƒ²"2ç-˜Âå!iÂÆ®óöÒS==Ô¤ ¦%}èá•!6fÑÂO™y˜íq¡lZ:¸=ÕaY)—‡øüY¡dÁÅD­Œvtm}½ý?mÀ&­ùZ@ÛØ’½ ·7!Ø -ÊlSBî¼…Ò°èØ -:wlZÈFëð©srÝÎ4t´À’¬2ˆëÃ|öît›ro\о;AlÚ Òñ«>‰x´_Žôöêñö.+ª¿M™©¡´>Èzás%}XÁͰ·Ñ^ø:ù)Ó}²úi­NèÐ åmEf>î•G€H=—wb媟GÕÓó]jnî`¿c’@•Y¢»í`R V m»^qû–ƒœ·ðjƒ*I•CÜ“câÉÓõ¼žl!–Ž+-ú‡–Ú¹åéRnzäš5Oq\/†»”½pKWoå`Ÿ¢aÌ i3ÉúêuíŠ<§Ü‚ðøµö>«ÂÎR·ê+•lu&±tTŽ|Ð bDàz?X…UÞÎnph€üä°ÿžæ -g…ìEJ¿ª£jP¢¹;Õ5¾®öü9+³bÚˆý°h#UlxùœU ¯Çôb„­ñÖÆ$>“3ЬhÊT? 2onÃÎÙxØe·€}©¿ÍvXCoºQÅGS­Ç{´ä“´÷3KMBìS%Ó£ÖÎØ;Ù~QÇŠ“U2òü2bÚ\?½tкN!üi@AÊöbsfµÄâ-¿€³ìæçí­Ði£1¬ÖL›XU‹.jÑI¯¼~ö¬™Qæèh°ª°‘²ÐÑÝYæUvCìry­]©gÚä&–¹ËÎì$õ¼#ZŸø{»óv mÙÛŠ]ðó) €†]ôÐë7Fè ÀK¬ø™ˆE Õ<|üˆÑÔëÖ9”CFs¯SÙS')“õã£Ç…'"®§|—]}šÖØ£ázªÜÒ~ØŠP´7‚.ÝÅW,L°®£'GÎ4&J©Ú˜.Vïk½B_£ïìÊñ«¤°Y«J6nZ{{ëÕÜŽ·*¢è©°ý’’ð‹ OšQj¹+YûæH§êpJx uA_ûzÝŽÈÛoWÎú “n­ŽmI û‚Mkw¶Om›U‚)[pTÓY××ÚO«­=«$’^z%Ò| ŒrÍÄfÏ tÑ—-RÖ”šUÒÑJÆðøé~Ä; ã»u -”{ e’·g;¹±fEOQ_§¹T*«càTZ™÷y$YªX`Ê'¶(_Wnf¢ne¤4Ÿ/ÉF_®Î‡>`ù¯ÍÝ9~‹Š75ØÉ[tÛ¢‡T=cÄfÌB¸×¤¤šú,x ßj¥rù4]ŸbÅ·¸5" WË+E¿æe3¿ÏÉ£÷^BXø­¸“¥…-g©ÍŒ{Ý þ;§JÚ8a“ÑçEôUw+#d!TLÛh~«J`0˜è==š2Y‡&[Öi­r ‰,‚ò-»Eò¡J«)l~Ø\FyR‘‹˜Ÿ½ZžSv¹Ru­OÀŠé絃t¢>’W§íZH5k€.Ù›àµ}žôLsZwg¤Ö­É.ÇêhWÿŒO*uõK j-^%U•É9’8]w®OS -¥©¡(ÉÖ×–eëefLXÛ(;A™ó`B¬Zð¶ œFS§ªßÇîTγùâ0–ì¬oR_FBUW`õò?ò3p?&¿ƒþ’—Åý5¿LõóýWð°?oç~÷*üSIúýktdôRì¤]­v›FnX&V#âPMxPHæn¦¢ £1ÍÆ˜ñaº…mê»\W£¸Q^*¹*‘ŸÍ/‘ý -»u;7,9‰ò=æ¸.×,&åªW*›4ñ›Æ mpŸQÅëpó˜Ý3•hö\ ’2ó¬ºÙ~9§¨ý—¢Rù™ò -Íé‚"ùɈWð×îä†E¼Ážxþ–vý8ì—_Ÿ†EGÕýTVÂûí¹iè¥Í8ù¸yo+Á®n©$¥¾'ÍŒ%RÜÏü¥,{!UÀŸÈçPMo™„7,²9 - W]/ʧÿ|çzÌwÏoĆeÄ”Ÿ.ÍÂÞ!ÔR#¬ fÊdÕ.º:ø+vvÛ/Xñk«M/WŒâ¤Š1„¤+Ð$í^%ɺ íüÁ ÃË£8b$ODU óÇŠ\ì/UøK™)ˆŸžÜOü-7¡èN7E™-'2îª  +jtÂ/S½È4‡ÑÖ«ê$È{üHž,PŽ£½×÷]¯iÔÜAS'¢ªëuç#^€¿{ú´ôd~©ðtn¹ü§GÏÀa¯¤†]¾žö*‘zâʃڰÈ׸°ÇÓžÞa’ߪíšêìžä"}FE«Vão—ôÌh‚™ÌF´óf|ùǧϪO&¾Ãþ\\®>•Q øþÍ{ê‰{«Ã¢ã 'bRØ'®Ü« »+Ùil²\¥µ¨Ÿ¨ÅªbƒD”>ÒÏÈí§¤»ú(Y÷šÓ1WF’šñŽ;E¢KUÝ•ZˆíBR"៸|)6ìþ½œ°çQ°°ß¯—†GèIgÈVÀTÅn]s)¢3|½5r£ºÁöG~‘ìd\2çdj¶ä‡¨·˜þüö(vïiUØ…«é'¢_C¿£ázï((”û®6dÔª“5t s»¤º¢Öޱ¬`épÍ© Õ…G±-?>zƒ9‘˜!ø.%Sð—±è\¼SpâùkÔ‰÷ÀcQ ”°?ÃAaZN|¨²ŸÌ®õü† _wImåînÄÒˆL³6Ý5dsû;zgHÔŽÕ"g: -Fðß­…˜Î”wþúüä‡?ï–Ÿ¸ù¤.ìnD}ØÝguaÏâZ~x–ÄüáuŽâ‡ìÛyyüi«(XØÛåƒ:ôÜq¿jÎÆûU„$•€þŒGW¿`·eQÄ 90Æòó¼ -ÍoïÒØ'žû.6‘sâE !ìÞ£ú°;«¬Ã…E|„ÝŠjùîb8ä÷^â¾KÊWÿœYç»V\§º/¨óç]\ú‚²P‹½êŽênAz»h¤œ+ž*ÆÐF"°“·Á¨ÀÕ2ÈàÙ´É?¼€‡=iùîEéÄÙ‹Â~û#îDbVëqI˜_Ëó±·üF9nÎ)$è”ò…Ò ïè  ¸“edá\*‚1Q ×]NÊmý%6t2*¥åûóáy'~:ó"ìö³Z Þèßå”´þÖëz«”˜=z%qÞ!@´”Ì 9Ë£eå ô÷7uôŒAíÞ8úÀÆðg%lðÆëLÀEßÝ{š–SÈÿ1«\ùK|Žøä³xÂOñÔÔªnñŠÇšΫñ~zꬑ˜±ì¤CvjÒÂm°(Ù©JEGf§Ò auŽáhöH,Åñ Ft?È­ÑœL"ÿòøUÃ÷q)„’²9?¤±/¬—]-A¨ÿ„`-·iïÛN®;Ï$3À–]BjÈÑœ1ªmNðDpy‡Ô)³4Šžz¦Ð“\Ô^Ÿ×~úe2ëÇ'¯q'GAz¨>qõ~aXd<îDd2;ìÊ“ú°‹G=K„%–y~,i´Ý#³\¹Í`Û‚³³}|èUA_ Ø¥ #U°z§«1òÍ’:ÚìÓÊ&ÇyPƒéLF±è§ ·ŠÂ®Ü. »ÿv=¼*ìⵜ°¨7Èé9 -‹Å§ZIÚWîI霉Q±è¤V›:pÑVUTÙc…09úhfÇlQ²VcÏÆW LŠjdV7õ^nÄn¦Vt]¾û)*~"%Ÿw2©¤ã|ZUû½&’.’!üÐÛçÁ ›:¡ó.Výæ8—±3ÕÖ;l“µ:—@Ò¤²d£åT¶ñ5™¢|Laõ?GTá¥õ}áYí·ÓK˜w²KY·à ÇkÓ‡dZcZ…šxÀ¢ÊeÆ 2ļ«ƒ3m¤äÏYùA}KưŽQ¤î¤*ºT%]½æJ¶PÓÂT?„3l‘¹5=×c3EçüüçÚ/ÞáN&K~O,ïù£;t£œ2ò ­}ÐÌ´tkGè>»†2e fOkk_­8p•ÃüÖ MB3Ì"©ÆOå+†kÈ‘wpæüëÜÈ­ -äàÅœJåOwŸ5œ8õGjص{`›ë¾‹Iƒ^ƒ`ÅQâ6Å{ŸJT½í"ÁCö6¼Ç¨—Z f±FkÀõ(LURW)OìÌdðl±8¢î!«}TSÝüPÄù-.w!³€w³"Âaè3œ²AʘޢZô(zÿéizé•ßU6F [+Mz5V&íͦ˜·[`ÌKládA3ÅUÞ »‘žÙð+Ö~ÝÒ†RßÀ¶ècy\m¾Jj¬±õuƒB*hˆX{0Œ¯ØÄä.ñ鋦–LŸãPò‹MF-c@§Aõ)TÅŠ.}©´ÓVÂábp䞇pŒø -ÛýGPDó²Dq—,NÒÝ›Ò/ÓU{ÔbÈÚCÙò -I‡c üŠ•?ç ÃŽž.¯Eßk· t†>Dgg{‡ÕõC¶=®Å8¤wžKeýZØþKt"údÌì÷‰¼ïÞ·ý˜TÞ~&§Aý„àèîûMöö ²å£Á–qåËNx{ŒM™pwû{éR©4­]=gJCå8–?AóMk‰UJK5uF£HÝ?é‘ugh%‚dg¿ Ä£ï„yu2ø´£‡·äk§,{„ÄuŸ´?Æã| ¶r÷¼èâIEé½ twÅLÈ™ÖÓfŒœê µ34@/˜r[&ìT¿¡µ|@ÜtG-hº¡#ïÛûÚòuÝM#FFÁ˜®%9díàl¹•ö}~äGì 6Ä.››ãf ˆw³VFí¢¿Ç²àí1LX„Èa«È£aä;”m¥š®ž"E[š¥niQ‡S趨RÿCIt›Î–ŵ¶k²Ä=ú²œ ›º}˯²¯»œ%3©âãp[û—@ÇÀñL€­AhÖ¨¢ü‘KZq×Ùˆr¨û0j…%jUÔãmj9=Qõµ˜3µ è"†rCØÆ‹ìïU‚j-)`è¡.èÅ;B厛þ4ÌDÏõV¿usS®úÄi—üªê'£&N•ˆXýœ\z~ÔÌ$/ŒKº'ì­Þj†UAL0I‰¯íJFòEP -òékA*to¦Uü)ÄW|™c2>ŽaË?ñõƒ„æ?¾bÖØ’7í—t ;‚ig'{w\(Új®ûÔ ?½î§Õ/’ÊœäÒY‡9ãV(f½m´µQ6aÍÇ Í[ÉE«nJõÊ ¦hQß;§®~0DF}›[¶¿k÷‘kæ´ª ù>d®_r‘ª&œ"Àéý´×—ºË©gå¹Õ-qCkñˆ«ƒ0íæ@çœì†­ @øiNØ¿ío©\wcs§˜ŒÏ #GsRÿÞ$¯3äbÂ\*N©KE/øpÄ*g %P“¦¬7¸}:½_m&´j¤Ã (²³Ö&yÂý‡ÒÖ¾f_•–¾›ÓÖ¼°1Š®¶c’u̲‘Z1×;ÒQr'ÐYuÉÀª™…ðá~zi?µñÙ¶M&þ8ÚÑ÷eŒAÜ0ÕÇ.ªÁµàgkx⦗5gÀdëÈùwg»ë3þ%A=ðŒÝAlîÎ 6ÿp˜Ø¸î#UÏ;™µ«>ÑñÜGý~Iz¿dÅÖüns™¶?D¨Ø÷‘ª†)õ!3>kÍÉ„|g`¿¨È/ã4ÄÖ ®d¦™0Ù‹|=¥Á%ËÑof Ä¢y#.wÞ€IÙr+3¤×Ìð÷‹úæÄy`ígUÍ/g”È7ÓZjþ\?:}ß…):<>Cã%× ªw\Øã¹¦eCtÔÚ £aÑÀM©ñ™“*\ÉÜ*q\Ñ9®€¿ ª[’&,"䨶£iDÅÍ›ÖQ²×åʧX¸á&6.«Þ.ôåÞÙµ!ò‡ZéŸ'Úä_ƒ"Õçãœ)4sq æÍ®‹‰9n匲¹ëƒhð‚³¥lÚ)&2¦WÇ;:PÑó&V݆ݼnk/Ùšóv=XоW~à£Cë)?¹@¯Skô¨ÄIþýUc]Ú—¦j˜ -ߤ@&{ë"ÝU/&iÜý ½bøf•6¯jLØ÷`@Çó;†Õ«vhÜŠþþc€Šù6K¥l»¡iù·æ3 ôõo÷\¨Âͱ»Stâ„…\ÐR ¿ÌñûÖ-°ä¹îª‡“"Ð]/·ðÖlwõ“}'¶ðã0±h!€¼¢kóFXѦ›R;§©{6Õ[è*¸5«(ºûï` ä¿3LÞ¿¦X¢Ã|ãÇIíë¼Äói¢µcY_óvª#÷f £àV¨¿2âãD ô˯ogœ†ü4MÁþg×ÿmš-Ú´5—.hJbfU9·BZЋ/cxð_Ħ¿gœQ;d%—­y¨M“¢ƒYÉàÁŒ w{œÍXu‘j¦ ¨¤ ¡hu¤£oÑ/‘Ì»9ðÅAdÙΨ;¦¢?“qŸ†‰ˆ#7¦üó0®âë²hp¡·âÞ¶—`¾™rÓHÈ»¿k"lèÐv,¸œÅ~lò‚?­jŒ¶ÑòþÜ·pà;&jՀ˞‘6½Þ5cr?z°%G^tþê@õ+· ㊰âùnzÁ‹ÿg3¿bÊ×uÅû²¯l+žî8©{ZýÓ²f%U/aÿ»OhÏÝR~àEå¬+^.¨Ëž®{´ ƒÇ-0©ŸFÈ#¡zÏE®Ü´ASÔõ/§º/i`o·ø¢ÉÞúè‘ÐÍEêô²1uÄJY×6FM‰ó.Îuý9ÛU>~¶·*fR^¬S}ÄG©ö£ŸÜ¸¢¯‰ -õf^^RåßÞ4U¿Úu 3<¸â=',uÝÐøj×N4­iÍO)žzñÖP[έqIñiEUx@~Øÿ}U KØÖÁßxÙ­¸„_q§Œ˜„Óc¼Ü?ý­™¿ÏëëÜRp\/4呃Z³ki)ÜÐ5%,«ŠEéw|ìä #¼´³â’[;BÉ’¶9gxÏfH®‘º¦iˆÞèo|¹¢…Äëè™WäИ_C}uéòxŸ=ðtWáÃѶÄËS]ñ—\à¨Ï~döG¦lß)>ÎpØv³[òïQö¯ ©i˜Xû¿ŒÞATÚG?ºx^UýtF^ýpMK®Þµ*?ºà;æê¨UuUD°#ÿF¨§ê Ð/E£¤F3»àʬªþÕ§aRý·QqߎÎÚµAÞïZÁñkÚ’è #üýÖàñ=,Ô´ž° D¯š›“öý¤Ú=®bISñz¶§ôÎTwéÍIyùí¯“$䊩öͪ¹n®zýч)þìÅ–ý=Нùï ¹å£ ší+ ß°Bs¾¸¼]GKÙ¦ö~­¿ö冱e‚Ä¢4yZªz+_¹Àšå/÷7¾ß·ÁÒçåEëU K}åÛúê˜Ï>DŲ¦"fZ^vïÓƒrè§@†ù{¾†¤u 8&¤Gî8‡ÃØ’?®|QSóâó¦à=Â_SLÚžÔ´4Ð;)+ -ß¶ÖÆïÓ™Ÿ&XôoS$ø—1Lõ—éVÑÁd§ãÛŒØôÿ…­ßF`…+ð«…þÊçhÀcÄÃq*vÉ`†öáÀ©:rã@‡\Éñ à”°e©y9Ú™yD\v}¾òrË@*X@&ÏËëŸîÉÅ«:LÒºXWMÍ“Õè뉮ڇÞÖòKó=°×Ÿ\ ØŠ -»ï@e¸Ñy›xÖ_XÞ_¾š¸ÏÞ¦”%<~¦§öÉg©æhW¼ªúTYîç&ÿ>€zñƒ‹öî×Ç÷Çûåž¾š(1çON<èïQlù_c¨¢CoãûU]ùã)qÎÅ)aÞù%%ìÍd>y¢³þÁ¦ùnIÕ»¬mLZÕ5Å­j QÓRÐí Ieƶ%sZÖÝ]ûö¤ª>åW7µàj°½àöвüÑž–¶nƒ'YyE÷ú`É¿9žó®…'޵ç]kK>ã¥'Ÿag_YU‚_|„§N:€OúeX˜çËxKý¤¢ü¡“|ÊBÊøm‘þ[ôõ/‹=Ïvm¨¼u€SWšß­h¹F|Ó¶™o Æüf">ÿ}ˆýêì¬4ûÏ}/2sÛA(U ³–Iÿ¤¿Éð$iÕð­:÷É|OÑ Iùõu³1ÔOœí*¾±¤,¾µÞ_ñpˆ“vÆJHøÐÊB}e/ü‚Ì?–Ô 1ƒ¤ŠE5ÀÚú— Êš§¡Þ²ÚÒç`OÔR9¥ªÖS²Î®Y°ùG(Ð=oKyH]hO»¾®=ݨ|ràlˆûÀ×zE9÷ǺJãþPŸüˆ, ÖнÍéKêü{¡î¬kº’§_F`E~ è»òÕõC¦þß3tú¿§Èè=[sòúÀíYw4MOO®[ãè¯ÎeG\þÉÙZðò¿ÓÜ?ÇðÕëÚêh1é‚sÚGK:½Ð®I¨ë…O÷‚^ý5I@ýß<»ï@ç}ò  ¶.ïH¿2¯,¸ûe ßÁÖôˆ”±ïk}£³þß4ÿ÷¾yC Š[îË ¶¥^øïBkÏáX«lÓI„|ÂW}GUìû‘^Dá_A è˲`¡¯äé”´èÖÇa -ê83ýãбfÁåï¢2f»óoì{P9;.Lζ ™²eªZ¨|:$L>gŽûeE…ÉšèjŠo«¼9Ä/¿êå–_JjÂC}ˆ˜E*nI‰Œ÷³ ÎÏt×<^ÓÁb· ͱ!eé½qQêc´?T û{6XâW7£iÏB,Zèk|¾mÂ¥o[àï7 µ[†²Gû6pü’ôt•ñ»“^tuÇAÍöÔ<_PÖE¬hê^n[߬öƒŸ,tW? )áñjBîyÓûSsÝ 1;bá– ›R5¼ô²rÎÙÐq§–äw¦ðH©äZCòƒ6BYø';¹|ÇT÷: ʼàa¿;c'¿?ão-½½i¦”áP¶ÌØÌm &sÏLí àÓ¾8ˆ%ëšÆ×vê»Ó:Ü«“üì À¾¿Z1@â|¼Œß7õM±^g®k«qR/ÍHóž¬j+¢fåew&;+^~ñ‰%1{\„x5̃ÄLËjß|ñÀ³Þ­èAσÒÒp9ìýY$á¿lÆçã9Vöº·vnô¥Ôӳ˽i—÷¬ÇçUQ©ø¼{ß;[s#>´€7,8=>é4&5üglJøÚ¦øŸVúÀ§` -fûkãÀI7~žìÇþÐîŸüÍ9«ÚÂS’äK.úÛÓ*dÄOCüÔ‹k&l¶‰VtÅ'¬~úÅ×Jûä&TîšÀ¯BÝ©—ô¸ˆŸ´´³jÚ¹%m]ü®£9}¤-ÿî§!\Õ§@ÿ ÔF/ø¿®-½c©x7&θl &_:ð¢‹æµÕo';s®®i«#VÕW+šÆ˜ÝÁ¦Ôe34EO;Ë.Œúèå¬GsñloÉýÙÐý`Ÿ·Mõq;öF¿aùÖ†8/'ã„,7âÿ-‰ß&qµ???Î) ´ßòss®} !?|æ—•¿´R3ÿñ¿ód¼KJ&ƒ¢~ïmHûçB‡÷SÛ¶ã@,ª oºé ¿IªþêiÍxð)@€1ÊŸþ:.Å~ò‘k?ûˆ•Vð‹C/¦à÷‚ýAxÊ‚²àÆ îT7äþw}MQ¿N«›ß‰1Y§-”ò»Klò¼3­¨}ìæßt±ò/¹ùL+o/ë0‰aÅ}?7ïòŽ •¹ªF½_SÃߨ›€ÚŒÙÐÕ¾x÷áx[á¥Màs¬¸¬u}c̤4íÜHkì)/%é—qVö9à5ïÆ•õ¯z ?òk¢€š-õ‚ŸÅ×ð‰§ùÕѧÚ@Ï~°‘3~ŸTÔ=70 nZh7æU˜qqÙ=ý|Pœ{Ý/(¼6€Oùµ«6îäidÞ ½;ꩌÜ44¥lëi;æ–‚u,cËŽ_T•Þ´\Üœ -™ ÇåÞ É>^:ÔWùl¡§ôѺ¦òé–¶ú¹›žrFŒùõ¸ßæ{@Ïf;‹o¨¡ï/*ë¢ÏŒsR.î™jcþòãJ?z•³ -èÛaèú®NDœ•"R¶ ï·ŒU/¢¼›AQÁ½¥¾Z Çñ98¬-;:wI }µØ‡IÜPA^íêKÃW”E÷æäÅw&:Ëo˜ˆ VFã¸úÎlϱÎÄåOJê#|”ü³AÅѶ’£í7‡ÅE÷·møª+:Nº7ÓUöx®«:fVZùp¦3ÿÚšú8?­èå¨0ïÏÙnp䑇ŽtsKn8©éçôøËMSì’ªñõà-‚rÐciSü+:xƆ“¥Áeœc<ûN^ýú¤›tÚàÔüzш+àCÞ]&†ÿãËp xω- -vUDÚ)IW\´Ô?<´œs^Zú¹C7¼Rþòl7:ùÁ¦«¥rÍÜ’ë¥g]0áOŠûÍßštÚE‹ùyÃP–ðï9"bÆH9ð«g»+ŸÌJ‹ŸÌKË"Vz+SÌhÏ»;Ý•sùÿ-“~dùdwÙ-kCâ—1¡èË(Ÿ÷ïYóã,ð1+¦ºèy}môÁûmº­ÿЇ­›šâwluïöô$ð4µŸŽ‘ãOHÊ_þqßÙRt\·G>|Ùî âÃÿf›ÞÏÊKñsïãᢠ—ÑG+»ìi­‹Ú´Òªæµ°·£…—û± ?«q?zØyçgd /B|Šñø%ëÜG?µÔöboó«QQÆMûí¶ìsAQáÅÉÐ-4ÞßVö`®¯ñM¨¯öÉ”¨àÒ´°øÚjOݳ-#ìýHgþM#.öçi18jÇL.öó -ΉKoȹ -ªãϪšã/Ov‚_ÎëïÔÔœ+zbîÕ¥dê¨â‰¨îÍÒúèï5Èø˜w?±ó/»)ìúä3üº7g·-øš€ÆØ2@ïÑçߘê̽²¢.½»cƒ$ŒÈê± -_ý0̯ˆÛ<çxGaøb ä…7†XÎËÀ/€k¿ù}ªôH}sZJ¾¸Þ‡Lœ•ß]WßÛ5€"CÝiAÑû»>NÒŵã™VJd>µ8ò7-îý#¦fω*Ü·BÞí™â6u·À^e Kòoº……Š›2ohÐi7÷]hû·OÅ|qc‹÷­Ø’ÙîÚ7‡ӛfTÖª±4*ª~2Ê+½l…û8yצ:‹ïôО‘7&(º¬õíCW hM?)*¾fž -SÏzYoN ÓÏ/ÞfÙOæV¾ý© üú¥þƤ~l€óÉcí…ÝìÔÛ“2À§Èë¢wÔÆU#6{€ù{:íÊp;8f®òjYÝ9ÑŽtñÊŸ‰bOKaqW†Hµ!MÃk9ãœfVTô`C]ór£¿æåš¡>†WwÆÌ)KÜòÑ ZÔ{»øº‡ÿxTR;×[¹¥/õ÷¢òß3Dø¢ž°3H˜xAޝl|º¦E&m;u F|Ú’¡9~ª«æÉ¸tgY }³øú53,~RZzs¥·&òk@ 9öÖ‹}ÐhokÆEokÒÅee]äŽ “õÅCk^² ²¼¼Ë³Êæ”ecK¶›Yð»—ô«Ÿ|¶ó«óê7åÃïËŠ¦„]¥ÔN˹pœS´e#•Ï÷"c×ïøÎ×£àûcU·V4¨Ä5€è -ä_;æý ·!" ªy2¯¨{¶>7§"¥uÔ?™ì†¼ýäme¬[á‰ë:hÜŽ‘Þ Õ-õB"çåwfäEw'»ß/‚DoZ( “Jx:ØE]ÔÏó²ò;Se÷‡ø Gs½Mqsˆ”¾–l+R/ìÚY#¼Ô³¶¤3³Òœ+A^Âù•¾œ‡Û†ÚÔÏCT”_ÑÝV÷þŒ“Qúò_^çÞ ,c¦³àêd{Þ…ùnÐíYyÕ£ñîêç6aÅíª¨O¾{î¯!lÙº`Ï^»Ð“ûÀŒ9#ß;9Hx}j͉ã7&_.së‡AnÑ“¿†ðà=Sù³Kѳ}sÉ3+áôÅ?Æùy×öܤêiEóyí‹ 3<ðÎ;DÔIB@^ñHÞœ|ª³1ùÒhGÝ351ãúT/8zEÛ²¨®NùèF–|;žáî¡Ô¯!ñÃ¢Ü ! $f^Y» ¨8™hee_2’Ÿì*z°{üÙŠ•6,ß缾aEd¯)KçDYW&„ÎJK®¯éë_ú½ï#Ö¥•÷vœ¨œÏÇsÒ‡éèm+,qCSühJüîöTGæ½- "eË/dV]×"òÎ,* ©Ó™Ÿ‡ÈÐ-$yT|o¸=?*(¯z2£©8B%… Lȸ¬æÉ®^ðÏY"ò?!2ù?ó$Â?§1=/¬ ¨Èº6"I<·b¬‹wòòcü¹Ow‡ÐÕ#xô§Qä_S-è¯A4xÕà@_Ñ̓!xÖrcÌŠ»eÁfùɵ›ḟ=:cÓ`œ¶6âȉHý䯗lYIE‹Zìû#7º2€JšWޜ骺3¯Ý&f'^ØVCãi)IÍ£PW]Äg7µ~ÏLÛÔÃb7 ð„Ñöü[‹5sJPøš¡9yËEû¥—½ìÂ?ƒ¢Š‡‹}µ/ÖUð„=}KÑŽ‘””< ˆŠoî;1ù;\ÞÊìí’®)vT -~êk«z<-«ñÅÇ€-‰…“]ðÈU-·vn€VêG¼ ©j#ÆÚòÿ õV>ÚøiÛ‚Jùè'T®êj^®jâ÷\ÜL7.wRTwÏÃÊ¿bl‰ÿÝII:ûÑÅFn¹¹˜Iöƒƒ^|~[IÿèÒ#?®dÓÞçå_¤—_s³J®®˜‘éëNć}ÀÍØ²oc­ì¯>jSPZþ¼ÖLI»0Û~º;Øú6ÚÊþvœé©®X3⋎¼|Öž“^7Ó ñ´Õ?·ñk»9§ÜB0 …±å+º²‹š‚û!ui4ð~߬©ªŸï[ßO÷UDš¨9T@º¶ú“U° È¾5ÆyseFœv7Ô[½Ð z¶kmJ>ÎÞUâSÎÚXÅQ‡RÝg?ºxÏKe_Ó _ýf&§ýéæÞö Áϼª‰w '‡ñB3g; nOþWÛWG[s/Ou•Ýßq¡‹Uôü;9Ï·‘²žœÚ²àkü$ÈÚ@Eä¬<ûöx{Öù IÙÍ9eËYmó[ êýùöÚÈÓ[&ø‡¡ðÈOÙ4ÖÄÏ+K¢7 •1‡îÆ„C?"{XV lá•-*ã“·)í£’ûm ]ûm‚Ø´b@¥úøá|ÎÙMKKõÿÏÞ{v·yeùž¯nwWu¹\år•C9ȶdå@I•˜sÎ$H€È9çÈ,*çÌœˆœ‚ ˜"g ’]Ý}ç[̸çÞ¹3¯æÅ¬5\½¸½`ÐàÙçì³÷ÿ÷„s¶¦iEkã„[ö·Ðó#ììoûYy?mKqeñY&-návÚ‡Q¹ƒü¼/6§Ð57ÄÝû+|¦c -ž¥êÉû«ùQé çxˈ_2÷~ ‘wú÷BHúÏÉ¥žW€iúvMØš™i{W÷ãìëÚS‹Ã@GN³«A\^p1‹ý3¼f¯š[é'¦»§IîQxzDŽÏqO oÍ?/ÿÞþºúGû‹–ãþN£c’Q¾ø}~³ŸpÄàWjQHA)ö€\3÷¤á„”›÷‡¥g°›;†‰GNÎwn¸Ç(y–{SÛãÔ2ß ³Á+çÔ¥æÐ±nyZômÌHjŽêIuöçu'ÖÞ #.1¨â£üjÂg5¯Ú.<Ãg~"Vçœâ7®àÒ÷j¿Ÿé(ýfáYóY 'kÃN‹kšZ*í©úNy¯6ͯ䷭õo®½i=n¼[ñíûö߬ËÜ1Rš6mö-"sJTûýö4½Î£$lÂ2×ÞÖ_¼psá5ô”²»ôkóÓÆtÀ0m/Ù%? ˆk/¬Np[üšv‚OÎiX~ ¿2ÁÌûj”qû¯~©,¤g·E-\̶ŽRåÖS«ãóJÐÀÄÄÍ\¨¥M+ý¨Lû{ÒmÝsBƆ”Ö²³Àg®¶fØ_”}22P‹XZèìs›ø”e)¯É3blvHI,u¯táæÜÚêªõIÕ×Û#ð´µÄ%]OÁŸ-Jþºþ¾íbD'ÄùõBœcšYâSð[Wßc.ºo ·œ7Þ+øLÕQøG•¤è+TnÂÜ%q¦Ö“³ª‚Rvµë=!Ã?Á¨Žhx×µÈú vrö~Ã7Î1FÅr?¹@×[û·Å§Ð3`|]²?j»2{§íÂú+ô•€”U·5DÌZ{ƒ83óqÛ2Üm÷$ò²c~É ´fDM)©9¿œQÞ7Ýk¾V°üÓÄܘh–ßæµÅ]ßB\ ÎЫ=Sä¼5ÏåÂÒ?…Õxj}wewí׳ë¾vŒaÒ×Gç_¶œ2Þ­=Õq cÔ‚ÕrvjýÍ –Ùàþ¾G_öOSË -~‹k\Ôìš@æßá®Û^¯û”}~ÕÝž˜¡[t°,Gõä*ÇìÒÊ+ÈIǵfaJ€|#i:3įþÆ/"]£´R÷1Ï?I*pŒâ²7Ç0לÓĬ°¡¾ÐO©0?B\µ½Àe™óW^·fǵ˜òýE -4f!C Oê¿]xÞv=¢énË…x¯†Ñ˜g¡"hvNŠ1~[PI.ÝA_³¿i; bçBDdžúT"¬áü¬éAãwÁR)à´tïòú…‰ è‰ )êúæúJj½­50¶Tu_iÛ+¾* €¨Õ¾ReÔÂ&úgäì²cý¢ÆË‹#ü–¥~v™å9ᢾ¯í')·ò+MwõÉä‡ðaYÒ±»À£¸4Äâ-%©ø‡¤ow‘ÇÞžÄç/€z¨ZÔóô€‘‡J& héuó/ 'Wàé{+½¯â Ý|zyy scy}}zÖú¤è³Íwåßx×øƒc„]æ–¶cÖ†¹µ[ìr¯ Äöá¦oŸU -“zRUjL9§ˆ9>muþ%ü„ýeÃ7Kïê¾³¿ªûÑ9ŒÏŠ(u;:VKê—œßèSˆ€]n™îVüE×]òÙÚäœc¾üu°Nþú«T}ò£¦§öo~©°9 ¶¦„G?9ë%öú§w!ç?•±s>Ûz ;Ò -1 ¯àg웾 ¥~gŽON˜¨µ!¡h¹vö5Èý‚Úì/qi2QÕç^9©8fà!£Z4ªfÔº'±·×¡gæW}®ëÈù½OA.9©Nuurþñº[F/ (iQ-êžJ͹ âè²kšVœïîö(€vœÄÝÜÂ¥;±—cJvCB+!û•\ˆá)äØâ îVÈø¸?hx:5ôvæA-ÐS*# -RqDA« ƒÚ°9Ùޡ¯ÛˆÅ SÏ5†Lw µžÝ|ßøÓÒ˦A%ÐmsBJÄ$¡+îÁëïc®{dÝ€!%è¯-¤Á-¿¯;¾1Ô|&  ”%MNhzÛ{|†KF+;X”ˆ.ªÅ»§Z2fŸ•þ¤{XüµåY㱃%IKIkQö5ý´ðšp=jpÃz.=¢gãý2Bc¤åJ`›í—R -ý†.áxWõòÞÚô€Šéè°–ÕŸåv¬BÎÖ¥Àö–ZK92{÷qê¼OA+÷Jéå€wkb:&䃕‰ -©™ÖWðóÖ×°³!=3Å/üö9ôâ§Ö{u?­ ´žó(ðÅÑY9fíêZ±2÷––™ï!“ïS‘Š\S0.›ÎlŽ“ -]j!Ê«éf¯ŽñF…Í_h“¯­ŒwÀ6†Ùq ‡=ÓȬ…WMçÓè,¯–\³wÜÌ‹Û O[ÓÔ½A»¶GÌ\nÒ.-Ö0ë—Þ·žY„ñØH¿±]°:JÊrʨ%³5fr6FéykÔ,×8½Œùf ƒê€>*|2²!©õ·F±é[ÃHP/ZN§šÏ„åÈkA©0¨¡]¬RŸŠÕžãã=Zj…GŽËt 7Ÿ\{Sñ÷­Aø… ´ RÞ“¸¦ÄÈ…·ôüÕF…SN)ÙšÀ]_yƒ<»ü¦õ¤¶§ò Mgñg ëb ecŒ^n}?a¼×ü÷Azágo‰y›»ßrÎ3FÎ×t6|'çTüiåôÌ®¡CàVàKìo«~ÜGÞXB\Ø ÜZyO.˜ƒIŸé¬üKPÄÇfÅìå·miö'eŸ›ïU|éE¤ù¤Ø›a5¥,¨æ´:¤ìÚõ v©SÑEt«ùPÇ$2}é]ÓòöÂÏfº ¾_éGÜö+X¨¤µ]à–ãó= –Ü“Ômwí—ÚÎÜO7ú›Om¢®Ì¿l>ÖQëã% æ"‚j1&b’–ß·œ5ô”þÅÐUõ7]gá_ìK¾‹)q%Qm;ÉöŠ˜¡î­þ Ø¿ ÁJéö2Ý3‰¾½5 -»´5‚¾ì‘ÑŠÝ -!Tówý>*û÷)µlŒŸÔzŽÀ‡\Ï¡bù]ý‰•wß8ÇÛÒwmA苉¶´m)2Û5ÌYjLóH1I‹Hr°&yìR‘ªuš¿wŒÒ*6ðj›_ÏhÚœÄçze”ÊÔ<ûI³€µ­àÓ‡yõß)» Y!•´6ˆÉ°>©ýûâÈ©­ ØE¿•¹· `‚ºô"1ß}w}’Vœ°÷>vL±šçŸÃNkºJ>¿[ÿÝ?Ón}ºôº-=fëy²¦êà+ûZ¿·½Fg„´€‘Œ|zØÀ§‡ |jHÇÇ:Aò¨Íñ¹ÎŽIVå6àÙä<³¿Èc,u>LÌ y¿m'ç6,Žk–Æîíý’úõvibV@mOŠÍutî­ô î¯ßˆ.…. ½n}’QâéùT]wA¾ƒíXYØÄµus‘³>‚È ™H䊸kè‚õ)Ì«¿ÿ(¶Òý0¹&–8“]ü€>5_»É9¿º>ÜpÂ'EeÄt¬Æ˜‘Ûæž&fŽ/€÷É·]“¨k¶W5§¬ËNl¼A_ÚŸða©óNØÈió«˜u©y-=€YÖàWmOš¯¬÷£ -ã<ȦìIßÚÌ“¾Mi~m„‘¿ðyÚÜWñù4+ç_•‚ü¿Æ”ÄÊ„¹[²>Ñ‹·ö‹ÊçûyEËì¼ÍaFîæ é–º§äo¯‘Wþ›–Wñ•ww3¬¢W¯’n­ 3˽J1ÔÒÛú»e_Õ­‘íýøŒÍ!Ì5ŸœVjXÆö"Ý'k½lyRô÷åþúÓ5ÈAºnöòåöê0.cc„Rº9J- i©u‹|VÜÄ%¸FP·ŒwK¾Z~ÓrèC  [Ùž¶¥…Uœ–”& k©•ëƒM׭о[|Qû“äÕ…~NÙ#÷3¢â¯“Œ*ÿáöv?ôŠwžãAg)Ú«þf|Øò½ 0—å 6S×]û½s´-ck´éŒ{vÁ=Ë_Âgéµü,ëªùÊ Ø×1ͨ´½j:n}ÚxÜú¬õâj?4#0ƒ¯IZ8¤ä‚DâùseŠ˜åÓÞi÷kx¨ˆ–\Ö«Vú!ç=*Tîæ$âšk“µcá íï`§×Çq9ñy3d ·ú¸¢Íæsög5?XW}»=ŨŠ»„Û2V“ª»ö Ç(1;¨b4U¸ü6:<Õ.@áSׄnL³"¶Þ'ËcŒòÙ—„k‹ý”Üù—­—=S¤ª¸Q ™º{Ƙ•öRfÈ(a†L\ÔÊüªc -½-'”u,H|–Õº·(iOÌwõ®M²-Çì/§Æ­.¬¢Vúgp9>yjí%F½ßÐÓµ­yújî-=×úyðñßœw'w—ÄÝQ§’‹"AØÂDG¬rb^ÈKÌÝy¨½H›•ãUSš~u´?Ü[wƸ¯_éÑÑ‚+±Ðygwñ^dN@̳Q> WówŸÿvÍ›¦ƒäWQKC*\v@޽íÇf=›åƒ^ôIÉ% Cc{Š”µ4?£¾_ò¥¶;óÓÍ—m§w@>Ø·rðA Âѧîá8§Mú‡uÇÉéÿ¤ëºýgç0*Ó§}poIv—¾6ÕÞš5nðª×ú 7WA v´wO´e8&¥ëc°•±{„µÉ»ä­ aãæ05scˆœ9÷´9u֙͗ðóÛo‘ƒ¨K«ýÄk[“B¨W%Ƹ§H¹sÛ.¼£g9@ËøëÆÛÊ“ñY&Ô ôcšUîWŠÐ>%º<Ðúóæô¼c¼åüâËÊ®‰–«q«55gâÒ=Ôñæ€æá#Ÿ²Ø'36Çhñ©(e«¯áç_·d¸¥´úqn•þúøö»:¬ã¡ÜR|Žk -}Ít¯ìKë½âoœC­é¹4Ä)ÓÝm:»ô -]Õˆ Î!dšFRüù83óú®¢Ït=%_;Ɖù^¿mæQÛyuOKZÂÈAyeð Ëã’/9z†¹ö—IVÎ_žµœôéD8ó[âÍNéŸõ[ÏÕ"jÌ$¢%,BjPM­_Bdn¶thØÍ^ý½¾¹·¸ì™žòc€³ -½r\eÌ¡€8DnËàE5¦|sz!4CÐÈAkWŸÔÝ­üÖ1 ÏpŽÂ³ü -bubVÄLX%< =Ê´÷›yålˆsœX6û°â˜k¤õJäΊÛÑóq kר­ûîšTмmí ä¸s y%¤á6Q"Æ.ŽKΨÜk;ïWŠB!Á#§•­¼«>±ò¶ø'¯ ’æV0«ƒú{c¦§#>¥¿-ÅÜÜ]äãó\œ{†Z²6‚¹¹5I)\ ]_¤Üò(8 A횢äG´|¼WJ)rO ¯±wÒ|?÷„{²ù|HM-h»x~m_× /ÿSm_ý…Jm@JmHÈMq=µpSÉü èÏ›ãÌFß «ÁòøØ]óWE'个·þÜ&¨Åq»-¬c¶, 㮞ÃÎ.A¼õô„MBbÂÊ'G ÄRÏ4¡8ip?¬vÜÝ[èè^$ä¨úšÏøTzhÅ‘sMâ²díù_+:³>uMÁoìÚE ]è ïž—ý4w[°®O‰ÍYh¹°òzpø•°ž [;Ú—ûñ×­Oáç2ü£­³' Æ\X+wŒÀn¹äˆ,§†[›Ál#œ’IQCj­¹ëI#ùo+BaXM*I)q=±fåmÙ˜U@/ô<²  -L/ëGM,4`8ÞÁZ÷‹½¥ÎGQ#èZeXÏî-vtùÔ\ôÒ[äåù§õßYŸT}ã– ýr à/ÂÁŸÖëüjDή…ÝVJ·šO->ªÿas‘áÓÐZüF6 Œ^rYÒîЊÌoiAsßãÝåãÏü¦Ô<€´:¿–r½€ê²(¢¥×$L|tP#€»¤ÜÇ$»bîyÛq]_ËךîæoUµßÙŸÁ/ùRדªSë¤o;&Ye[“¬òÙ'µß($·~§íÎûÓ¨+ëýg“A·§%0爨Æ/Ïã¨+[Cµßeõ ^Ê¿±¼,ø‹úAáßßA3‚Ên–kZ Û¥çz¤üï â“SË¿­Oˆ»5.¸õÉ;âéÝÃÅÍ]"¿¾“µ1ΫtƒmÝÄ,Ç;èÙˆ‚X0ÿ´ø;c_Þß|2lŽWÍGÈï¶ž}†½Óðá '#“&2j¤Tù4øÜÙçå_Ì=.ü"uÝwÜÚÕîSwP\RBþödëÕ¸_–4ó±Ö2›m/šOKù™ŸGäF¿Ù蔓óü3ä²À ¥8ªc·Ægù$¯’\ä’‘r]Rv}Xß×½1нº>ÐzFÑUzü=áÚ×¼ð£],L˜Û m›íØë>µêW‹ð®IìõÕweßÓ/üy”™þ…{ ïný=3ÇøyÜøub[)D/õCÏÆ;³ö¶ò»Õ×¥ßfp%q3Ÿš´ö>pNQJÖÆðY [{çîbGoÔÈ‚DuÄ2çXãù•wÅ_zä"ð{船·×£í`¬Žqª|ª^ž[ÑIö«yШ‘‹ÞVbrÜJt¦[A-ñë¸m©{j\RbNXφù5lXPI)Û1Rv-t–” ™IzœY¾cïyº.#WÚÞ·œ³¾¨;±ôr!l CRLjj niŒWiÖmJ»é+c´&õã†k³Ï`iÖç ']ˆÌˆ_þ뚸'òó¦²ëP -ZcsݽA=æ×Òª7'Ñ×6Æ—ƒzÓÞ’¸ýãfÏëiFî1òÔæ¿mo±ëÎ?6ÛÌ3PÁé–ô—¹5v}oÊßÖwwêßrT½ ?í/JºþÝÕýî`IÐþÁÊ ETm¥Þñš‹ë£u?‡æøœÔúÛ‹£„ÊÉî’/ö7ºž}ÜèÝ_âuUè¢õ~Ø™ ž‡ j…(ïŒê–³k׆)ÙKŒœåÔÜ΃’Z—´Ðv½Z~ÛÒ0úÒÂ+؉õ!ò­m¯~mˆ’½ð‚pÕ Ú=¬åÂs¨Qµ^ÀYÎQr¦ošWëœ ÞÞ‚¥tÔEÏdë¿ -};lHõ#¯-(ãB7‡·Wß7œuOasƒ~Ûò;Ôyç$)Ûò±õì²k“}`â÷æÄ¯šQ·ô›¶9NÉZh=9÷°ìsÿ$îv`šSÑk“F1)úØ?M- Êè•{VÓ-ÇÜpO=¡Âf…ôär¿†R›˜eã?Æê¸0Ï ¯%lîé™»;C1.jà"Ó°‹n9âšsy°qEržGð(é•=³é`žÚ˜”cn;ÇZ.†”$ÀÞLXLÛ΋<^Ä_ÛœdÕ¥j©WΩHQ·½ ¶GaWV^5ŸL$¬ý…ÞÇ1³„噡ƒ±ØP2j·'Ñ·¼Óˆ0Æ*Ô}§m/OoÝîRqV ñÜÓäÊÄÊ }° äE ,ÒÒ,ß5Ùr9¤§Ôî,tßÏötÇÌí¼¸9¥¡‘ÙΉÆsìRÌÄ!Ôl„GÅ…¬N0ëü†¾;M/? ¡jV£k -“ë–ar¢&v¨Aì°žÞè•ó£ºÔ}mí! ©Ô1½b}ZøwÛË–S!­€¼·Øó(¼ Œß©ûJûðFB -[$̈Ôf­¹­ \>ÚmzøÔ6}=tqQtîwÖ~z+Ðnlð;ôäá‘6ݨõþÔXÕôv»Õwï,’nlNÑË¢'já`v„œÄŸže¡Ý*zh“6¯±ûŽßÔÎh‰Å>æ¶O†¼3 Kw@í [»û|¦Þîå ^ýÖ$£ö×î—»vgcvÎ9»`{Z}is¨&ó—eýß·;^î­ù¡Ò>Ë ›ù¢¹WМõá& ]ÚJvæ)m MY>µåò›À÷-¾Ç\rȹõÎt[ÙŽ Ûé>„èV à“¤¬µaÌåEÇkÄ[›ãŒÂµA~©OÖ…›;X  =jjÈË™Žqj®kBPçš6:&X%Î JŽk }9b¢Vôôšíiüíõ~ø9•¤èS¥8ë_ÖÞ6 ƒuŒ³KS±ÒñÛRc&ab6íÈU~&kmqañ5æÜÆ(p:&msy%¡ã!Â3äÒ„–Rå—"sÖß•Ÿv Cθ'P×b³¤w†\è‘óB:6$ffµ¦â}ßÎgÆ-äfÇ$ü*ÐZ±…»ïüÖÞ‡›“Ìò„E@ñk±9ñYbùÇ%6ö`i)5n)ú掉R736D\ Í nú¤ðë».êßzî}œë{7vñ€–+÷h…¸-•·2DºáC\Ù„^ã$#ª Öî:ÙQˆje“KF+Ú™kçSç`Fa—ßV¿ø®áÌ”$ë/€É/ùUôò4»ÖÞOËz»–îθ‘ÞTãò–šÎ*{óþêžn¾’˜c´í.¶·‡Ì"rÄ,dìÚ»çâ›ÁÜ -(±¹[£-7†Û.‡BÊŽ½ûAÄ,áxĵ€±÷^ÜÖÝI­e¥f4l޵f&­lÒþ’¸cÇþpʫӗßCO®¡ÒK<zCPO¯ ê©Õ^5­:ÆI2ucùÁÄæ é™!ä&,lÔ®Oݱsð ·"ó"Vp–LƒŒÍòÐÖÄN±Êð¨å{Ÿ‚ÌÌ9Xvýcƒ#Œ˜HŸÔå9jÃÇ5¡DóVÀ©>÷;ýÓ†â_¶:Ÿÿw‡TÓª@>ÁtÝ<¿Fò §% O­aÀ…Äæ$ìØœ˜áQ `Û3üf÷Œ ek‚[µ2D+Øœ o+Øu˃äËýÐsŽ1øµÔ±¼€^B -hŸRØæWwRÚ.ðyˆUnCêükÔÈG¹gxõ1ÜuûKè–G-?Ì?ŸrŒPRz« è¨ú(`çøœ„™‘Sk€†õÄ"ÿ äEÌu/ˆAß §Þ¯æ4Å@€ ±=+ýbs üÇpÅ7ÎѪ“~9>ϧ`Õù4|¨WÁ® ê…8/ˆÃ•¡êŽñÚŸÝrøU· ~Õ+ÃåÄ "êÎbïÓÔ\£kSô˜EHqHa×Ó §‚$ˆ1\ÖæÈ?Ó 3³u}šS·<†½ò8$f Ö†ðÌ= ¶"¢Å¬´ž_ñüœšÓ|¼£å×$½<’º¯oq#2ƒÈœ™¹:@ÌpLÐ * 1aééÝš$çÖ>T³à~ú¤p8;ní½çÑv2¶edj`—Lˆ5ºŒÙ² –T5ÐQ¿®ð9ËJP¯Xk½ä˜Âå&ººãóZXϨhY­!5©<¤¡7ƌܻÆX©ýUÝKo¡çœR*ü>òúß9_‡T˜âˆŽP”J“FVëUĈ›ø¿†VMÝ¿¥édn / ’éUã -|³\|bAÒõa­÷͇ É]Ç ¾Üoä`Rk)xt,¤ß€/]B\YB_óž˜ýmݨ{ ®øQKêÞ¦‡ï£öžÇûËB~TG¨j‡+¨¥!ogŽ…ß_ë|¬~ù1¨£·þ²!êÞ_zkU(ŠØø ‡†Û¶8FÏó¨¨ÕÿØê}ÿËF÷«È,1 {«BÁ‡-IßÞªH¸cc"¶Õ¸Üõ)|¶GÃÂ$mwž$¬Ý€3„~5¹f[N® -iФ ™xã+ü­éžº³>- ûË›Ò@¯Õø¢„‰ Ý1sQ ³yŒ½_¬]]û¶®®¸EÂÜS°Üº°5NÉñ*…° ª›JSL­k(“ÀSÚgéMÍ7Cu?T„"¯ŠRìW1ªvçDŒ‹½Ï»zã&¤e5€¨ ª»ény7É«’ üJn£_A. (éå Ÿ»¥ô⽸oëm)áø œ¯¦Ðô‰=3"ø¶œ^¶-'æ­  /:&7}JFø\ùj?ìÜæ0òŠ_I)|Þä'ç® bÒ—ÞCOåÔ²¤µ«3hjg9å´RÇ9ß§áÁü À8[› ÛÞ#/- á2§!€®¦ÚÊ£ì®åA}*Nƒ{†^æVRK¼*zÅò>Ý=èˆ[DÔä<»ôºò[ÇhÃI÷4üêÚâRPC.õžZ•qjæÞÓbàwƒ*&tm°åôæä\@ñÛ½•uq¿kì{7ò° ÞK@m­‹Ì¶³ƒ:â`‘;°Ó[bfzýÁº¿ØÙ6vræ_3ÔtÉ«@—ì€Z6ˆ¹a‘0‹h{@+Ô˜,}sý-ìü샲¿-½œ÷H)•~ˆ8ûž\Ö »úÉ[zÉù€’ÕU“*Br|vp^hÛ­q|ÖÊ "#2Ë%8ä|¨ý5æòž]ÌK.tHbfußFGÅõ¸"÷Tý™Íáš»‹w×Õ´zéêcn ƒ -ÆgoŽOø¸˜ÚJ‡¯¾­;®î)ùëê0®8l}0äñæ3òP 'rV1/nó@MÿÛ¦°39G¨sŽCÎ쵿&éŽÎ3¡~½>Õn5·Ù©@SëâFuÂ⛺۶—µ?%E¼Ä"Ÿ’zD¬Ô&§qÝ Ø=le㓼MΉx›cäB¿–‹û¸Þ7˜\âó#&f«SFÌݘ goÏÐÊ¢ó,ܯ.AçÇ 6Û=ƒ,‹8€ÉÐ7£:\îoç{&.6iÑ#©XQ’J„ÜÔ5}^56Ï1 ¹Ñ‘*¢f.§@=2V¥c}ÓöºæÛõ¡æS‰YrõžÒx`'·$,„†Ë<Ú®GŒ‰ ©ùP¿’^í’’ ½J^³w†Ó~š4 °¿ñ‰šÓ¸üºù¼{ -5±Z".:lêíò(ßsÊ»ͧ!\c¬â~ü5ó£êãK¯fX5@—€ZǩےóêÍ/° !߃ïú9ª¢Uúgh ÄÐ7nU'°!t]Ʃޔ‰áK#ìê¨Æ ˆUFËæ¶Ì£dA|z1>:ßÕéPp–Ç76e´÷o×nQ‹"ZjEÜ@­º§5¨dÖ€\‹ë%T— ð°’Q½1‚K÷¦Î…)Hù=¶=M¯Ø%܈hø°¸žìqcùMÝñõw-|rø•°“ ò&2nåbA©Ï I +*Û§h½‘02 A%»Ñ1B¸½gP?¬=gyôµQÄÅm9¡,¤sÝ]I{矊֠í+=¦¹Sô=›­Aµˆ´Ø?»5A*L­#쑱“ ÇgÅìÅ·¨4uwõ7S¬ÌÏW^à -@ßÔÙ^×þÝ9º×s‘;&!q×Ê#|Xò>¬ˆ$ÛJfýÊ%7öÛñ1Î1¿Hï×1 !-·?/‚v7hæ¡=ZFcd¾÷ÙŽ­ç~ÒÄAÄõ¤²ˆ³9Ø–æ™f6ÆÍ]í; =\ -PM\ü΂äÁ¶ì°v3bÆÅf‰nâÖ¦” ‰ÙzŸÝu'¶ÀÅí-Ýy7 ->)¾déUí¹•×Õç)ÿt¿åÛ¶¾,¹ð«³ýaÄ& uoUÒ—´ X{Ë’Î;ŸçQâêæ^Ôœ{Úðý¶”T¼·$â)úÊ~\oËOX™ˆvõWU’Úì¯ ÅýÌÌÜŠoÿ[Ü ÄÅMô¦ ½)¢ÇlŽ5žðΠ3#F %,eóy¢åâ¨a—ÌK"ZÖ;C*tIÑ7Ä­u@J.‰ÎyéŸaU/¼h9¿=ɉ™i » LxØÄAÛV á>};Ù­nÇ»Æ9eï‰7ÕÝE_:FÎgÅî)r±GÍoÝPŠËâÖÍ ~KX͹§ñYö×­§Vá—Àw!F1eKA/ÝRpj½ª» ßߌ{5÷»CƆs -uÓò¤æ[¯ŒZ3‰)I»XàL­O¬`×ûL¢Ðl?u_±s{kí}ã ÀçBj^ ˆ9N0†Kʪ -i$d¯”YÕ0j3„¢­AÄÍAô•Í\FHÅk‰é$$×9oéäÔZË…°_Ñâò‚jt¡[ÍvNó|ºn~ÈÔÓá”âr–ÞVýà—“‹ýrV­g‚ý«•Gý¸zç]`VHß’ÑKC³]âàlßýÐ\ßÃ¥ƒï’ çžUŸµ¿mÈŠêùd×´5÷~s”]éUH0^¾8fÀUûØ<û‹–e‚’ÏFi·?·=ƒ\Ûš¤ÎôU}tpQXÏ„;F7ý2|QHO¬ -ÈÕ^-£&¨ëàF溺RZ™cŠ˜“\”tì,HDÑY#l £#:rmHK¯‰™yØ¥ûãI{Ï£{gßÁ‚H¸o²"Z>&fàã _ƒ|Åê@Ë)¿žI,˜YKzH‡) 0ÀΤ¨¥]ž{<[¸?žçÒCríîB× ’Q³ô²þ'çæ¿» þj¸Sxfù]uÎþög׫ÈY~¹¿Öý<<Ç'¹d”òµaøµ¹—5?®ŽBsjb5С 9ÝYøõÒ`KÖÞ"²;K‡FêÏëÚ ¾|Ôrå_ĵW>¹‹¼~ ä -Bäò€žV6Pv!äÆ lÀòÄæ$î–KŠËôL“s -fÕî¼€úËöq‘MXèµ,0îIyȤID «Ø #Ñ2›cFbg–‹ éX#»Å§¦ƒ>âÔEõBlh(¿–ײ<Ž»a|Úô£_A-ßµðp>“†VÂ,ìI®Œ˜09!=&;Å žVDMl˜WËÌÂ, kÈ€Š‰h‰ÅóO«Í?¬ÿð$hì¡‘ºNfX×Në…´èf 5ãË= -x†°lÜÂÁìÏ÷=Ž˜ï=ÙVòÁþ  Îa€v¯ðÏ`²×k/,¾.8æý êIw|©÷¹[ÏG§ê;`-‚ošÕ˜¦•û§±Ù)p>7ª•PÂú¾;® Z‘s›>û úÛ…Gµß}_ÓÑë¢ Du©1$„ødhÜ(¦Åôœ–íIÄuÛ³¢¯æŸ~ÖÐa;¶¾g‰ùŽö žñ«ù¸ˆ©St/3a¢Õåm×#zj­ŒÁ°I@Ü]¾;òõ}¿¹S²ôö \x@I-Ì€öÓ1[\“ŒòaF^@!Æ8&Ø•+ýuß:Æš~ÞF]Úa9ÇxA9Vñ›´‚…7è´°NÄ1ß…¥9Ç™~ ½6fe!v—…‚„õÎã°¹S¸ ô$à.ÖÎú½qÀéD§”œïQá wçh°‹Þ7I[WOÜÔÎ<°÷>ýÚ/bàa@l h;÷rÛ¶÷«é-I[G÷îRçä"Ÿµ»Øó4>/Äæx„¤K‹Y¸¤¨±A3¡t{¦írĉ{’”íÇÞÜž¦6Eõ<ê/‹íwÿ}ƒÍMXЕÎiJÅÒ%sñ=5+dºûÂkä"€6+ h˜m{ ü®_Wüà ³Þ= øW†»½9H ­)ýÒ¥ŽßAίÃo-àk×gؘ°¥½sÄzÄH,éIEû` Ì·ó?Ø$ü䜀èrW[^ßø£g¸íJ\ƒ-?Xàâ?,I„–%¢Z7 ƒ¥åèë!.3¦cÔÈ8ˆç˜‘Óœ³;/¤í΋h1 Ôâò:v“_#ÁuÝ\ïL=¬¢â&.rv@ͪ‹èYMq±cQB`¼[^–?ͽô/–îü¿DãY°°Ž‡ók8P‚Sï™@¶Ç)ö'ß9À¾zÇq7#3ÌêàÔä,¶c±bó<<ÈOM!£>j!Tø5Wü3µ§œãM§¢€v,’„ùþKŠVg{[óÓrõiv;i¡µžlµ5ß>‚½²%eTVëjxmÖ“‹/*LèI•{*ª£A“¨Â¥~Ðf£¤,ª“P Ú“„¼™žâ/¦„yÿê™ æ%ÄT nÆ‘á²w-BÜÄCÔÔêÍáê3U?x¥°Ë‰Y:1wïeÔÜÓÔñ‘ËüÊÔö ®L”Ö€¼%7¢ÆVbÖlÈѹÎsË„›Ê®¦íOšŠi7’säº}»2ˆˆÛrfE@ÓNô©zÙ~mgkŸ5÷¤êkËê/,ª¾c¹qw¾³'nswÅüù;@Ü>Ø_°“KL¤s‚šÐÑ1K—d'ÏvÉ€–š ¾»Ü÷~o¹½÷Ã2å’!‹æŸ4üœ4ðA.꺗°HîEMº_ÓI‹šº„1sGûÞ¢¸ý×ÍŽ``‚ —†tìÖ+bqlžƒi @«–ÕÔš]ýa‘CÙ³ÑÚ¢zRÍÆ0ô´G†Íþ¸Ò~/¨¥5,6Xy_ýóÖ(<øHüÙ±3Û÷(bèésƒX --ˆøû›½ï@¼’S÷Œ2*¾°ÜC^ˆƒ±ºc¢µDLrl–ŽÚšD§û´Ìú°‘ óL!oÙ_V}gz”ó9ئag–P7á -b žîYø„ƒùÑÞ|W{@Ïn¶½o9nxPòg]Oæ¿.=/þúÃôqY"ù°"ïX9¨ÔýËq ×P+ -èeÇ(äÂÖ0ì¢WA̘õ—„ÜËbá®U@ŒšR÷´\ò*)ÅA Íw­nÒ*áìZA|¶y•ýT’K¢ZrEXC«÷©YõkãØœÅ÷-׶ǰyÉ9Ô9Ýru©¿þgGj­o¹ Õ§êf¸¦YÕ+¯‘·ÂÓäâÐ4©pýmãy•ðêçëïªOìXøÄ…®Þ¨õÎ=¿¡æTâóÖ'š.ûg°å>)ê¦WŠ¼á‘£ò·¦0ù„ä×wpâs‚]»˜“º†qå=4mk“ëÚ9¢'ƒ1J®vÉq·½JFUÒ̆'Í´F¿“e{^ú¥íYù÷^üFTO« èÅ÷ ¯qsœYlG¾m};áÅß¶=©ùY×Uü½¹¯øóÐÜ»>.¨c7. AÏÛ^Tœˆj»s„*ï ¡Ì#§TUlHHÝNéïÞ øh·}{þIùße¼ô?lA®¦æŠšÙˆ žüXâšâÔ8FDÍ+¯H>iÛ¥ø,2;f&–',BJ äžÝ…ÎÀ =‘91Ó9ÃC¬QJ£ø[n)2u¼/u̪Ы#ï-óY{‹Ý÷ãV!3:ÇjKÌ a½íW±š|rJ¥[ŠÏõk±…;ó\ÒþrÏ‹äʃ)‡ŠQë×Òjcf6&af#ݘ\ë³úËÆGç¶&qåí½;^UßúW°8ØvýãFﻉK­#»o\bFUmW³ȉù¾çÉù®¾ –Xæ–Ã3\ÓmWÜräíy{ÏNn>Xe<x†S¿ -´ß„îÎó‰YzgN@Þš/¬#–xgÙq¦,9GkcR²´~D/Àxä€oçC­§6[O¸,ìÒ3ó1Q‘:ÿè–¡óAfV¬wN],eTºeܦˆº“žºçÍöò£º£ì³Iê•?¸G¡×?‚z°ØÕ6÷v¯Lrë\3ܦ°Ä}ôÄ9½¸5Ñ|Þ)CdƬwE­½÷}z.&jRÜ -!r{ŠUÓ 0-½n{ºí’GŽL÷«ñù 0ö¢:fcH…Ïñ+ñ[cÈ̘–ZŸ:ÎPÀ2Ü F¸g8µ.)¿ak’W³Þ»l{ ûI*(ø£”›ûùêˆ3I3©jÏÊ‚4äR§ Ÿ ú¯5¢Ã•ø°ô•ÖÓŽTzt†Q“¼7õôøuBìú81k¥•±1Ðv+®"'ô”êÐ-[“©k}±·"Ì5Æ®5ÞmûÁ+Ãæ®Ãï-²pû61¤EúUÄʘ™ Ï -p˽ge;eáîúÚ0òŠkz5f&Õï.00»v1:KoÛ9us -y#>/âúôlèÖ$êª{}#¬$UìÌSa¿nðøW…›æÐR*Ró>‚qØÆmÛj?ìâÜÓúó+̨è&½X°6ŠÍ5¿l>µ:-9X¨ -ÅÌalÖÆ»¦Ó¾é¦³€™JVéÃz÷³ywc¢í’KŽ/ ¹´„•õ*á7¼j8`{B©K¿º­@eî/‰Û‰ÃfN[l–ß_´ïÚ¸”„žP5ªC³l´×ÂÃøL|´OͨõLán¬¾i8a}X~rá]K±ð|À@O]ƒ·¿ÃßÔ܃þ0 ˜û+½I³°cd6Gfˆû³,ÔÇ!ko–‹LZ8¯–ZáÓHðE'ÔSWÈ›‰ù¶Û»vbõØ›ç“÷-=½³!¢¦VÄÔìæ„Jˆ -ËÉåko«Žº.}ºò¤ôXXC*KÎóIû ] 3¾9½´ð¶ø ¿´ñ\Â@(Ü·°`{V!¬ç¶R÷€qûT ®»§@LJ‰9^µ$ e5&,ílÀÈì„™ªi•+ïáç| -RáÎ,¿3+¢˜C¾7õaή¿åW¦Y@¯’«c5çÜS ¯R„rÉùÍ1C?fì‘lN±*àìÙ…‚½E>{w‘GºŒ0±à‹CÈ4鷺:ÄoVwÖÿ}ó=&3‘Òxjí®•ƒKÕǤU@qMnû¤üY&nä£S¬îD_w޶žŒ’úpÕ§–à·&X¥Kï•kC¼†à T`s wo}±5\sj{žÒÓ›ÂÆþö$¹À/cAbZ!¦á£×Þ nLðò¾“K -~X$ßÚ>xô<„SJȱ>®ý!¢&–$-ôæ=~°ÀÂx¤ðË£ê–ßb3b ?¾ bÇç™°ˆŽPÚôfD‰OÍãÿêdr®»×=Ãn\&eÆ#UØœ¨‘ã›i¹®»wûKÇ$4= ¥Ô ´ ½„>­Ú«!äGÌ´ú¸‰Õ¸5ƒ:e‚ßöÌÀo$¬\ÒÁJß{P‡;|*Jé¾MÀü¸ÄgÅtÄš…G §7^V[~]ö_…)üe­ãÑÇõ®§!暢”‚~¬Ý53[ãF&Ô§@•8&2\S˜Û~-¥&¹ÐÞµ¿Øó( -t´›_C¬Jγ1> IRè•3¥1få¢#ó YmA-©fo™ËZQr°LCØ©¯šZ¶>F¾íSrZ£&>e©çiÒ.äø@Nß–“ò¼JZ%¨ëˆø<Ÿ¶0»Õ°š>;¹{:!úÐ…`! #>?fFg;¦[ÏÆ@}òªXõ£Ì¯¦U|\fãÿ}‹Ëù¸AG'ç©ÍÎIDúæâBXÁ¬(¿ŒR˜ÁæÙ^V¯iÏû|ãuÓi Ÿ[?ØÁ~›x€;ø˜€N€ëXM»Z]DÛr)¤j8P"nø•ŒÊN„u«x€W5[-gµ=¹X{9áŸNÝǹP"Ø›g ¿ÖïÙÄì]«ÕJ6†Ë/¾-úÒ1„¿’u`Cê>aÈ &†S5UN«Škø¸so`%¼{qÕ+#äú•¼æËw^,w=H‚8ŠXXЄ•ÛI±àë]=VR*\£€ëää²_—űYdÏÎ%î/qa³)¤æB’³€«µÄ’͡Ɵã:|Å/¶ñŽAÂØEf8Ç!§S÷±mŒ’27ÇØ%~UqmŠ]¹'¤lÉ ¹ ï iÑÔqÀz[“ð+룭g6FZÎ:'7“–®;qÛ3UlNÌõ«¨e©<’4pÚBŠÖKŽáÒo–^æxè6àæêجÄ -àj³˜éUQÊZju|VH?Xé¸s°Òõ8ØÄæ­m)?f‘b³<¬ý=ìlÔÂ#ücCÜýë2äK:ôß—E¢K,bŠ;ÓèŒÍ)bÎb?ä jyBÏÁ|œ§ÔýÇ2ýë |bY°ô¦æ»Åw¨´‘OÔõAô•™Ž¢/G˜é´¿j¸7²1¿¬‰»~]¶ÇgY°Ôœ{6>åâ€جè=áø?;o}V`ò]ð?lˆ:¼*léÒ`ãñ¸•Ïÿà|høÕÙý.b$4é„iT‹ó>w¤®_ÒЫ¢&´ïu·”Q³· d|XâÆ­Ü17e­½Ïùñ5öÇvNÖŸôËÙûFrßÄí[Øm»&fóî,¡dg“7 o'æèMã„›Ž1^C@}¯coAÌú¸Ê&ì,k|ú¶ô¹ç5_zGI{ÆÖÒ.sZ”ûUBŸª+ŒªˆœSûÔ¾½yRõŽ…Pâ“coúŒj»:b@WGµÄ‚•üÏì¯sþ˜š1jd·¦®AM_wÈiÅ«c„[#”Ü_æÙ¨ÿmEØ'Ôú4uç6'‹¾y.íã²H¼kÒý3„‚•wÕÇ#u'â*FÍIBß›oçùô¬†ø¬˜º7ß÷hÏÞû0l梓ͧ6ëŽùå¸ì¤¹ýa©ë~|–[øØ«wvç9˜Ÿ½ö¶ö„º+ý“¹û…ò óaž…þhÿ ‰Z}°"`ÿº)îÞ³µ €µ&zóödë…qvÚ?[æ}»gæ RF9à˜“›Ã ?y¤¨@gÀ?Ìup?΋Ù^5¹ts›6 I‹œ03›Â:jÅúHë©á¦6båŒU64ulÝôZXÍkëømI3ÈÝfJeÄ@ºŸU0/áØ$¨û.¹0¨ã!â³ÂÁB»0 Þšx8šR–ºî%¤äΧ—y¦`—ÖÞ×|»1ÐrzׯÁ~\kïÞ[îèNØ„ÌXê|«¡›0wrvVzï­tÝ‹ÍäR`nºåèë1c;3a¹s7Øqew#jél?Xkï hÚrÝùŸºF ç‚:Äõ_œjïåIZ¡á9åªKÖ+Ú³ßÞÜQ7_t•g“÷)`ÁÌÝ9‰è`µ÷Õâ06{RPöÙö»°ªø?Ö»_ü²Äg{emޱ–óÎ)Ô•(¨å ¯H룸›k©9ÆQ…ûVIû?–%{€áÂztõeñß5½™ŸFäGgÏÀî²›:”‘*€vºû«³ãÉ;—²7ËníQ±ôuΧb4ì]´ü¦þ§ NÚ?™ïç}íi¼ô Üÿþ_ÄÿïÀÿWväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØ éÿ/bUÇþ‹ØNœ(¤c P\Ô'’ONä–¦#Àë:‡‹cRõÉ ÄÅ\6·€„á’t[tì&xëÒ…ËW]¬Ã¡¨ÇNýç–ÇÀFǪÙ$‰ެǠ¨¸ÓÇÎMoÇ'©ï½žúÞ<6C¬AqÁGèÿùf|æÿöö©F:EÃaýöî1ðö±Ë—ÓOréX.x@©?pŸðÀSÚ±K¿ýeà2xKp,íÒ±ÊcжKǰ©íë>9=-#íØoÿ£¥^\¾|!ãÚ¾®ø__ÿçsÅÿÜþÿùú·íéÿ×σ'ÖÿÜ‹´Ô^üÖ|E$*îæþù›sÿg[ž:Ú¦ø“‹8> ƒË¯l)?©úzìüoÍù›'©?þ—J¿qáJFFÚµcmÇ._J~]K9Küû™Ô?ÿÏýçëÇ®‚ÝH»þÛ^_=öÛw|râÄo;š -‚›Ç®§_¾œñ ¤ô÷a=7I¨­„Pq›|3¬F¯†Ñ11ZvmÔ¦¸WRá‹#Zmd–Ý·Š˜A«Õ%'äú””Rÿ £*¦ç£wL"JÜ(¡G´TDÏ…¦–ÌJMMëRð[œSôêµA|¡k_š!D”ĸŽTV£n%ÌBRØxÿQÈôàyÀÔ-ö)m^)½Ô3½¦–ÀfGôò¸JˆHšÚY«CÔ2dz&jä´ùT˜œm9òšc¼õbX…/ß±R#*|~LO«OX¸Ø913f`4F4ÔŠ†ZæÃdÄÕLÈG[ggr–‡‹ê8m1£ˆž´‰9ÑY.Ê­ lŽÃÓ¼Søœ ŒQ•0ˆiš‘ÝãBx\Ý#È€?#˜Ë®ÈÏ[ýÕßú'ÚÒVãŽN„OšDä­ DúÚ›¦ŽØyÇ0ìÊæPýÉ€ uøP›Ô‹©!5£&¬a7Çü®¥ƒŸ°vut,ŸªƒìVða^ ¶céîûƒŽ™é½9 <ˆI3Õ1êÃJEXËnò«•‘ÿƒ¤·üŽ+KÓ|ﺳ¦§§º§§ «;«²2«’*œ¶Ó™fY3C03ƒBdYf&$‹!˜QÌ ->’³jæï¸ïÉû!–×’%ʼn½ß÷y~Ï>ûhÛ¥Õ¸[Xµ4\õåÚ›ºH7¿<ïQswƒ:UίW`0'ë£ìÓ›c¼"ÔeP`^£2nå_Þ™áœKÑA¥€ŠjUˆWÍÙœå—E‡¾ÃjfÆ©`%l‚2*¢Õæç̓dH% ‚ -îW°É€¼3ëà\D¬œó¸‹{sòJ÷Âð~A˜ð+:1Ÿ¤ñI[Rþ•ŒSXNå Ô#ª&}*^.`Ôã%Ì‹¼ô«8¸W%رr‹¶fYç—¬•È:vCéÛ˜ypÞ71š‰°Éœtjx;6E{œ>rêõ I¨5,Ðs“ -õ?¡ü]Ý„W/'|*n.,gÑÇY£>qî—µçÂZ9?“™W`.5ô\ǃ:Y.¢ÓäcF ”u"N)æãTfÝìË©9ι­INÉìµòƒw™gS¶n#î¡]fž[É<º3&8{a,ÃF’3pŸ°±±‹p‡ š>"ÞO–´‰+ÖÆXG×&¸g3>så ëxrJZŽÛ¡FÜ)êV´§çØçR³¬³q«²iaXqõXº0Å’°BÿMµþ˜µ¶!œÌs¸ƒqqËVQEÒ¦hA¼fmƦnßa]yÒôÅÖ붃©©öÃø¬ ˜²©;²Yã°éÌ¿ûo5}½Ø‰ºT‰éÖë//½·õ¦üs‰ô(Ú·Ž‡yuÌ£ápM„G/Æ=Z.J5içQ>i铵ä‚zU!¦7â>ƒjH’¶É’Óò*Ü©lÅ þ⌣+/Ê? Ü+ûhÆTönü•ž‡ÌšÅñqÞ™ÍM_-Þ/yoýYÍ—Ø ë4:ǽ”² ®Œõþ­½·èlZÑNùô²ødÛϱ‡þkåyɇ¸u·±Ï 5„O/Á¼j6B ñë±3&ínÔÜOÕBÔ«áA-ˆsË@.bîÁ½ÐÏIufVRÎH*)·¬òŠër~qåU"³ò:Ò¥—â.~jå\Êù <*&ÐHŸVHú J2héE=ziÒ¦nËØ <ÌcTa½¨Åh@#$¡Îé^@ƒ’–Èpã· ¯[öç¢æäB× 2j0æbæ«ôQî\Ùžõ™MˆW'££bæ~Ô/mßœløvc¢öËÍÉú¯Svî¥È‹úýŒ¯þ}DQú)¸=·3Áʼ1°“ª†ÍaÁ©íW¼‰WÜãØ ÷ÂÖHíסû—ߟVÿ•óV凑ûM‡§F”íßc]}Þðcb¼ý4åæS®Î“„‡[JWƒZê,„M¦BÈ ÛjÕ¸WTƒBßA½²@×JÄhB<òfÜ¥h-xuÒ_|þ^@Pµb]Î;/$Æk¿G&¥õ”»Û’´r.'§ÚçƒjÑ^T¯ûç’±7ÒHPŠ…z rxñh8¨[/@á_<Ú3X¨yS?3uSa«ë3œ ;à+Ð#¹ÓUxõ–ºnæÌ×ráîëÐ{bÂ#ªJ[Ûcî¶£ˆ»ýdÜV¿?nk9L‘†9À}*6摵P!Q#ágQ~htëOk#5ŸefÅ yÿÕGT°{ ëV1SviCÆ!ªE½ÒVÔ¥lÏE F"¬á Ë……Þ§¹hÿs4ÐeÉøÔ|<À-¡¼ò|DÚI†¥lÔÇ*Ú¶q‹v¬òæõiЊ€¥÷ ZÍ?—e|Ô+®E\Š–¼_T¿ëg]ÂA?SN5æ…M…{ïbAƒ<¯5iç– aâåW¥\ü+­‡ƒwK>Y}Ì>— ÞœÞ~#)^yÑy0>Î>™óJêsAUÎ/i"<ÒÊoP“þ.3î5ÊQ·NµÉëq›ª…üµþä­k³¼‹s×*ÞËjqp–]ÞœròKS³Œ³„SXWðÑG×é•·¬i8fý ÷8u“˜–"³²*Ô*,Áô±Âü2Ì#ïÀåâ+ÖáІÖ^pO,>åŸØ|Á?•™—%&¸gvÞ°&Æyg³Vqê’ÔE_´ìÛxɇþìî×áISÊÆ8yå„WT zÝ” €fxuBês™•»Ðë{1qâfžKYÛgì쳈“_‚ƒ¶gÒÚ䬢vgRRB_ -.ÅÇ;Žl½jü:>Üù#6+«Yݶoí%ëPbLtaýµðLjX^¼ü´æ3ǵS¿Ü+ù 2'­¥\zå3(×ècë­êŽÝ åZæcg¦ýØò‹’ÖFª?‹OwÏò/eœôq;Jâ7ä|:90h !“ <[A¤í„_ÉDÝÒz£ìÈ{5Ü<ŒeÁÇ/͇˜q_ëÑødÉGàEÔÚêhËþäDÇÑ]à‹·ózý[¨j9ë”5¡­ui9x(âUbÀ;DX#Í-š¯1­’ˆèÔDÄh¾èÇ -FÖµÕÈvôæÝ­6Ó(HèŸÝùÞǹ°ÑLs—¶òŠ -~•p7ª’¢JI!¦Q!i[ÊÆ/Æ€©2NQ}Ü$åшò>ðˆk1ã å“4çÁo’vqMÊ֥Ľ]Æ\@+¡^Bj“T!VæéøT˵7ÌÃ;S²Š´SÃZäœ ?({Æ=P“5;='©ÌØÁœ » w‹ª·§Ç—žuìCfUí{‹…¤‚wòŠ“6Îù”]pys”{|k”w*úºí€ªíËÿùZtáÏȸÎêYÙ)aQzšq|ô}ùUÃçóO>MNŠJA×$(¼/ÌL‚Æ ÎÖ#éÙÚo3sõߦçZ~LÏtCÜò–9iÃæ(ëÔp$°#g7,c¼Õ%fGS3G²³ÌãËÃ-?ŒuŸÿ½çfÍW¤Ã(Ë:Ä•[c-û–žV}¸ô¸âý¥G•Ýf]zÃ8ÜÅÝ÷o ×yçvÝf- š‘óñJ!T$­ìóÛsì3 ›4OÅ-Ðüì‘¶Ikhm)„å̼w.*çA9÷§ÂX“îëÏqŸ¥ÆŽExåíxPPõvA-/Ĥ¹ˆ°ak–yzkL\ò6Ô=øvQ£{» hÀ\R³û’3À°vÖÒ'®%ý -F.¤•æBFæïîÇ=.¸û*L…:M»¥)·° ÊÚ©¨JHE4Rš;°¹hÅTÈ Ù7ß.,»óEaA£ÊE¡gƒ‹ –)wè»EEGóÑ®Á‚N››WISè¿*Â'k%}jîUs þžÁ<ôd6âW‚.f¹I­²»¤ïÊÍËùXTXO-ªļF …zïäÂCo—Í·€É”iÍéâ]× QS/u€Ñ×Ñj ÓÕ€V6â.ImÆÊ:²rÎe]¼+ˆOÔ€‚¡¾ûdäꋬϠJ:TÀÇ–ž_BæžÎëÍi¯Üÿ¤ì}ÔÕwΫ¨ ü‘>FÊ%o¦|‚Ê´µùÈêpÅßWßT}ºÚ½2ih÷?e[|Ö~ 3+*…üX…Ú©iU=ðѹØË¦¯ŸÖ~œ© §KJ·!£ú¨Lø>û"âdœMÛš.•°2Ôú]vNÙ†ù5âö±ŒU\¶æÀøn·ZzÖò÷Võ_¯³þmÅgÈ”¶-9!¼œgMMtMOsϧ¦¹çâã?£6nqÚÊ<ŸuðËÈ€šŸ²ò‹¶':ŽÄ§Za.˜ç“sŒ[ãç;[oýÅ5pñý·!içnXÚ¹ Íñ.ìLsΤf¸çRÓìS+oZ÷û×~¹þ†}žËÐǽڄå©öÙ‘†¯–žV~e_}Õqð&÷Ðÿ -ßh:üX´’‹‚¤¦Øð»„¸GÞšÝLë*Y|¾#þõi¸É9^Qz–s­Î{À츗w… -êÔ¹%•Œð[z‰@w_ê“Ê:P÷r -¸féuígÛãÂâ|ØÜ‡†Äd@ÒRð‹šÀÿ[(/°Š›{9ëâá~e.*i+€NRÁþ˜¯wõA&ôé¥ð¤+ïbÒ)(IB¯$¬ pŒ½E½}¥û`oAo*D5 -`/u˜-3˜àeÄýj.â¾è$pí}D@†Ù]ÒjY5ôï-é-THÒ’q±ÎÑG‘0¿ù€Aƒy$µ0 -Ù sŒÀ¸cÀ”ˆKT‰ûèãÎ¥õi—°<ÖÈ©¨^OE †Ü‚ÞP}€áhr1ƒ™ZÐÁÿMT¸ï1ê‚÷3öçc¦¾fUÜõ 7mOuÅÜ*é×CV× NÔ6í­òNÈcÆ\¤û6°9ù&ãÒòwá÷bNiSÖ&©Ý™‚ë²*…¸¯û*}\óIûF2tÆÑvlåÕ•¿Î?*úÓÖDû‘›¬vuFU;w³îcïºÏ›²)=',M͈J¶FEçéã¶"[¾ÜæžÙè4“‚‹[“¢"ÈKü•‘¦¶'ë¾Þ™®ù25×°/>Þ°™£kH'ÜÎ -Ýkù–p˜”8\âT, •ÿ5x§ì]ïÕ²?zz*þ¼óL¼#,÷Ý*ýh}¨yÿ®WÖF¹¤õ\çæHówk/«?]}Qõ øÀ)ú3ìL -.`NeG. äP~y{|`ãMëkÃuŸûï^~oõiÍþ_‚Z -òž>ú.e•¤fEÛãÌ#;“¬¨SXAz¥ˆ jhZPLxõÔ)kXiùÞëòm¾jÛ·=Ì8½Ûü:'oß éÔ(ÍLU'é2Èò³òiE)¿8í‚ ¹4Ôˆwç=;.qÝ2ülÖ -ìê§ .p/xÏl󡌓UD-K˜D´û´ôƒvË1ÐfèµvœÎ0®È2¼R*¬d¨YÁ/%ö¢3}|9èQäaaAÜñv…_ÿô?4r!ËU*Ô}…Ïs]›v -Ë3qÍ6pæÒhã×)Ð’BTÎÍG5rÈlÌ'¬Áü¢:"l0fýj!d#m.ÜÕOu22 gP!àùZ:­Äü²Ö¢J–›WBV‹sõKZ¯|]+'3þeð*˜7å”ḭ̂O¥‚+­É>­0¿3Ãë•#.y á5iv¬ŒSñ¹ŽÀaBÊß{ë×¼ëW±7éc 9D@ÃÏE-×á3ëÒà3$½Žê‹ö=¡DÝþËŤ úÈú‚ÞH{êÕ -0`TúR`­îü|ϼV‹èT¸O'¢Óö=oþq¸ïâ Áî›»±*Ú}#7mNðά «*v¦»Tdèúx8 ÷éåˆûúPÊõЛò_{žu);0¿VH„F2bêB:æ6k0w·÷ÁŸ Ç­ì³›³ìS[‚ „Kãja|’}&;)¯Åìý½©i3gZÛ²1)/Û†ZZ{Ù¼o{”yŠtéÅÀ§Ih­ß¨¡ÅÀÿÖG›¾_}ݲ?>%¸L¹jÒÝ݃@¶EæÔ­„Ý Ä¬ªz])3Ã8±2Tò—푆¯SìS˜Uݾ6ÜþãúËæ¤[ÃC]VÖÊ>·ñºì£Å—ÿ”iƒ\-­¢¹0ïÒ -ö €¿4¤è~‚ù8›vHªé£ÃIè äR -4ˆò_}Høo¼!BÝ7©H× -™ =ëVuRáî Ü­á.“:™!UKˆ°¸™‰êó1I{.¦–ï-tÝ=5»@ÐCM›€—,×öbÆ®\X-"ýZqxioÞ<@»z1š{€«q·QNxÕ,˜çú |àA#4êIx¾/ãÑ‹Iƒzo®N©›×'D—0¯¼c7¦UíAþ²¬ïÍÅTb$â7ßíÙ0v˜Œj¥ùˆZ²G³ZØdÄFMÊÅ.‰O5ÿLºµò\àêCÊo6§ìÒš´X2êW² - –;ðÇ|D§ÆÝw¦1Ïà"ÐÕ… ª 0+sBÍwßÝ£×Úæuú ŒSÒ®hÍ=¹ÅuyÃ|¸ïa!2ð2éê£9 cSµìL‹KòASWÊ¡oL*›Ó޾«)çí‘ÇÝÉ”÷Æ0ÔiAÙú$÷ܶՠØr÷ôÍ¿‘AÞ5鉀V†ƒ¦bÈO6e æîéNXͲø¬º‘òÕ”_¯_ç¿)o6Ñ ŸáOOI*2Î.ÃúkYqz -êƆôÕy+¨9Awý²ü“ødÇiÄ#i\~Æ<ŒÍZ”Ð{** “S~“÷5I«ªsåUç¡7ŒŸ7Æ„—vîÏLˆ!ó+33ì‹9/½v§`.YóÒPÕ'‹ª>Æì’æ䘥'Õm¾¬û63É8›ƒ9/xTl>çÚëš}+¿KΈ+—ž¶|“æœÎ¹4’=`·ðÛ€ò¸¤jm¬ur†}²¨tcLPœókDoÇ¡Ôù°F |Î^Ÿl9¸ôªá‹Ô”¤<íÕ*ÃÛ¾Ûx,)Ææúvá3¼Feέ¡y£ÿ^ɇÁgÞC&˜—§ªcå%ë§ÌŒ†‘uX 83 Vq¯¢ q‹k'šömÏr.“¾¾[iwwoÊ©f¾k:CëèÈü¨KÙ‰XÍòìÜ[ˆCÏ'|JRòȰ‚SXPJß®¨5¿¬¨”X_„ļf=¼ ¤ß¨.D»h-ÆzU4öí‚y -)xwç9šm §I†Ú |ÌiRѵµ»Ø¾eéÃ~­Éîþ„]ËDüFݦMÍ¿Dl]Š\H'ÏE•<Ì+kJ:„ådTÁÉ-(øDÈ Çý÷ãNysÊ«•‚îšñ0d%Ú{ -fÖ£l¶”Qw¤ñiuá5ëÈ€¥Ÿðwu"¦îÝEº°`è†üÏÏzDðYúnfݽW3n£” uõææ»ïäú_ÀJôî…ðç°^µ:Þyñûëÿ<À!Â×^#ž›x gŠè”y˜ïB鬧 k¤ôš–ç~Ã!ûõ¶“;ŽÛ“ë¶›—¦-² ›ŽŽÖ~õjÄ)—¢=ð åsÔ+kE|²æ¬OцÒ÷¥=Z!îéˆÏ™¥«ãâ¢BØÒ¿»`ì-,ªxHÅE\:~Ö©îHÌI*³uç¦]Òê¬ûtkXÜ´ƒü´ôg÷n0c^™Zõir†S¼6Ÿ0¬8û97p óuue½JFÚ©hM;å ÛÓ’²•WŒC[ãüsÞ§­G•ßÙzÉ)Ù éZ–RP§ˆGP¹9Ѹß{óÄÿ^xPö7Ì&®KÌ ËÖŸ·"¬jåÖ²vayòp|¢ýÐ⓲OÖž6|~Ý~ê¾øø;Ñ›íö‚WŸ㫈 ‚ƒAFKÛÄ•IkÛϨ“SŒú$-¡5Ÿæ=’–·Ë:#–±èuRÌ'kÙšbœÜcœÀ]j^Ü#hu T~°ñDÃB]÷¦1䛼™öÀ䔬Üy­ägÏùoXW¦ø—&»ÊÿŽÎtƒ®Ü'ÃW‡Òy í+‡¨bu¢ýØÎ ¿ŒÍHÌi:Óv÷ÝÆý÷Ÿ¥?K{‡WÅNÍJ+Ò³:FÊfÑ® K:u¢ÝH×àn´kð—ecô‰ñkÒîÎ=[Rv gu”W ?W_ˆ^}AE^“áþ§T¤ûí%«Û2ζ㨛W‚9´Ôj®«Àl=w - Æ> Ø>ë3ª`+ þÍú4¢åqQqì©èxÎÙÛCßs! ëÿð²¯@³Í¢NA>‰»¤m«à¥)—Nw*;ãvQâSñ GuàO&ºOwáP·šãØøMrú&Øÿž‚ƒœ!l¤¢jÈ -6êՓᮾYgeLY =ÒÙä6íºJF»úò F ôˆ¡ÕëⳜÊíéÏÑYKo&Øwoüõ÷\ËE{îS‘þ§4¿½]”rH¿¤iþYËO ÏY%)ﵡ5[fe¦Kwuò±Þù¨Î²I𶦏p¸.=Ë/B½’¦

·9ÞqxáQÝ7© þ•œW+F=^jDv¥`ï6ħäÍ C?`6ÈVy+á”6ef„Ŷ[µŸë¿ùo3]å?"æëI·¸&둵^½¼4™ˆ@Û©äLý÷ÉÙ¶Ÿ6_Öü½àä–P1qǶyuêô3æR3ÁÚI¯VwòJÖ†ÇÐ9£–ÍÜ™ã]‚Z¬AìfEÖj–¦'U­Ù)eKfNÝf{Òüƒ´â‹ß%Ç "0ø2nÓ‹†¸ÇS0&TÐÜcì§×8²Ðc+¯'³V-óë5i‡^˜våY—†] ïEx…«Æ:ÎßjßÿGtZ#Ü wßD= -&Tñ0zȯû.Tb*¤SÌ¿`Ÿ~®:ýçµÊÏ ÑWhàúpÆ{õ^Êm„\ÝÕ·3õîŸ^YsÚ*)GíêÌ­å‘!qs>¬–RP¨3"Ü÷…ß¿eçœ[àœˆO*k -¾. ê×~%w7Òs— -šŒd¸M‡´vË!©YŸ/rN'*fl„{q›ÔD¤ï m7[²(ã•·%æD¥ CŒCÛãêFZ3‰°å*âë "z1÷’aƒ!ÑÈ@'øKcªªåQYi.l0ÂKO@î"c}O¨ysAïïÏ…ujÒYß78´m4¯Ï2Ï㾇XèŽ+ë¿> ïm"œҬKPAúLðB ×DŒF4Üu÷?"#=w° œ×Ç%B:óÛE‘‚ Mx ªÝhïðä~¼2ãV¶#^p¡¼#Õ(÷–ô´Ÿè{­XÄÜ“²ë¹i—–½e–- 7—xÃ9‰XåõPG,²SÖiR"g²àјSËNΊ˶Çç€yJ’Óâ+(xÇÚóÈê3Æþô¬¢.ãÕ&g¤å«¢11£¨YzÍ?•š”VüÔ*~™×¨hަ€!GI)ŸYÙ¥+5§h‰ÏH+Ss’ŠÄç,š™•ÕàNxfwðúͱÎ#±õŸ®>¬ù(þºí> ¬íÓÉè½ ÀŽŠ¼×bÊûºŒÙ9qUvŽ^wæ•¢Ž¶c?§lk²î{ÈL?‘¾î븫K:uÄ <ó³» î-HØ»Q¹€^«"Ü#î¾þsÝ endstream endobj 90 0 obj <>stream -Á¼ƒO2eÛæhËKÏ[¿‹>óÝa ‚æž´G+Y‡K[o?Gœ7_~KâStîÌuË:Øg;¿ˆò«8ˆOÒq·¹{z§ŽGß›OK+â g«cußÇnW~½çשóÀ%ô^Ô{íIÖí)FóY ÿ.â7™v&ÅW6‡9'A¯Pý3.“2íí@ü}· ^#° ‚‰ù$»ÀA…ˆ´ó1/Æg+¿À¢º\È2€Òcãîë'‚t®Q wc -n!"c`NÆ…áê¿'§yÅ07"̧baðùÈXïCX- y ´)¯’9ÿ†utY•ƒŸG!‹§\z 1@­j¥‘„… ’ƒ@^Û±‚Îxl$pc‚X0_φÔÄO￲€guß Â4wÁÜ¢^½ ó÷݉»Mú «¸¬뾕§_ó–9x¿î½ãW^Qs.Üû î2*¶mf5æ|MF!¯/ûsQµŒ ©%h@ÁN8YɰVK.è»6\ÜË……ž»«W'©Ë-"¤¥¹P”tõ€ÇÞËGÍݹˆ¹^o.,hÕdTÂÈú8eÀ%l*ªQó:9oêÉºÔ ÌcP ƒêMDïAüÒÖÍiæ™øœ°¡÷=9µÜÍqiIzV z 5 ~³Öæüì+c¥_-=+~oýyÝ(ÍvYm–Ö1—QJçÔ«fÓë»!)3¶íGB=XÒô>˜YQ)î4É·&u[3â -zÿÙúpíW›# Ñ9IÓ^ØÔ…Ú„e¨]XšµóÛTÙ©Š/ãÃE$ß4~‡CާòNÂ#ªÁìÂ*Ì)ï@gû»Ð¹.YÚÉ/_*þ01Ù -½Á¯Îåœ<­‘.YCÆ©æBm=ÌÅLýTXÔˆygQ7ó<á‘4äzE.bê¡ f!“³6u[rL^Òvf¦UÍ„_E…… Y·¬ñšÔ´vÁøðÒs:&b·è€9xYë\z¦í^þ†ûÕˆOTGÐ÷¦CC)oO_ÆÛ'ã¹=IøûïA¦â|J&å•¶díâê t™ˆ`ÏM -¼žˆüZO·wçõÆÝ°œEùùU¸}y7*lÚ‹ˆšp«$éä\É8õJ*d-¥×ûè{‡j1á7a.a5éW²!/ÔnϵCƒz#龕h‰€^™ÀbZM6À*"â&"(o'C ÷ÁžTÔØúäm˜WÒHø„ÕY¯dsºãèÆ,ç<1õãó*)ßCF®Oa¡»àÄ—ÀVýTÌr#ë{–‡Z¥×òȨÁ„…åŒÝCŒƒæ {o±ç½ž±» Uí-ªP·²…aö ¨•r<`îI”|4¤‚¼0Bî7_£b:cn^%G#¬ê幚o ½ó‹=åvÁ«öú_ëCÖÒ*¨ˆ^—£¯%jê¡÷ QCÊ y2¤Sî.˜ èôÀ[²Œ[RK¯Cçïò!ÐСŒ—S¼9Ý~uK;èkݶ‰k懘23:Îô`Î'nD]­ÇÓÕ_­¼ºôI|¬å8jÔ’>géUø­ Šò› ð2&lÒêíYî…ÄlçñŒSPBAó£sÜ˯šn݇ٺ 01êÖp·Ç[E¿»ö²ú[Ü!jÊÔ‚øDëÁ¬•q&OïÑ j¥;#åŸÆGªöãV^MΧæcnQu|¼…ÞãõuÊÊ:ŸStn¼” ˜ïñ¶s¸SÁÎÓ×+ïÌÚ%õô=IÄ­dÁ<]K¹äÀÎÒ–½˜¤ãmLܶUp÷bJ!6fÜÌK‡  wkØ©iukfRÛ‘ž•áþö3ùØD-$è}ó:ý–MT–˜Ö1 ÷àÌkTÇ'¸c¼+”G#.„4rÔ-ªMÌ´Þ™lÞOÁ5^£ui¹„_ÁÂ<Âz< jÄ’–½yboÞ`ICfÉzÌFÐJð'³™^ÓÞ…W!l0ç‚0È¿~YðXGa^­È/õ>'¢ÝwèõÙBD§ûeQ­|» ¼]ó²Î¶;³Õ_îÌ6€ñ¯ˆÛ9%)›ŠMzäCý÷s~£>mW4%íêÎíYiíöLû©¬Ï Ýñ˜T[-‘àÀSøŽZ6ô#¡¶sôïÀý*0‘ˆ¤sjX-ʺÅU˜OÉÉÇ Ý{KZ#5/a"!A “2ñyAÔ`?¾eÇ£·\8h?5ß5XXî{õvµo´°dè'£R Éÿ¿´$½_8jêûDzåÔAI[.ʇ,ï^í<š°ò‹¯¬}uŽ}¥÷=Ì÷=§æû_1c7U˱°´ qj3Aga¡û1š)ðއdL«Ýž©;@@î„,Õƒƒ!£ú‚®K#ôF>¦UåB5|&ä(&w¼…yßCÔ|ºsð{ -ó:ÓÞ’ùÕéR.Ö…‰ŽŸ€ù5TÀ¨ƒú«È:ø˜CÎ&Ý]× -þ¾Û»As7äæöÕ×3¢z:äS&ꂬï0ª^l -ì'oNBض±ÎnOð/"öÁ{©9³"=£iMŽI*²“‚ -Ì 5¹`kŠu"=Í8šðj÷ —†ØL:Âc ý–> -xÞ—Bo6ö¥|TÐ8öàÂÚóßR½ºÖk Ÿ’úŒmеŒURKx`lBÆ.zÍ&ü²ã@ôäŸK - `]IÙXg_ï!óË1§˜òÉ:ÒnAýÍ‘žÉNü ±ª¥{‹ú¾_õfðsEÜ¥bÄÝâ†ØãHÜ©â¤P[6Yé²tç\ƒO þî«¿tk¢ýÐÆHý—‰éöøO'ÞšV5îL)k(`Œ½˜åÎnTÆ$ ÃYî—·!ôzoÀÜ•ñ©ø ›¤²ü@>dÐR4[õ£ùWR^v5³»(ãå—´ú,Ô -â﹞_è*,juY¯¨ Ș_)ÌGdâÿ³¤TSvÎ5|¹<¦nM¸'íð‹%ãìéM;®?κ¯Ïô$½:ÑŠ]Õ²2+-#Â/`£lÄ`ÄÂún4`ÄC–«d¤—ÖÿA2$¨NظQŸZVXìy„ÅäüL˜W™ñóJÓnNå–ãzص‰ÂJïP~¾ëZêvw¥g(·¬5åàÚÈþzMæ‹ ÉXYgçi* †>QKrAiG!¬þ² RþŸ%n/¦QÓ5›q J7g;~ƽ²ú -ä %Ò«±P÷-j¾ç5ß÷,ׇ5R$ æ£ jY“$Ü&]žþ ðý ·š•ö¨Y ?Ú=ð ²P -rX!ØÕ[wõ¢Æ®½¨V +¹ô¾`4÷^½›ï¾›_4€?êÔ| |HTˆjäô7âVÃ{¨9…H÷|¤ÿi>h¹Zð[zI¯AE¯ƒÒû—p¯¸s k³6^éê2!îk“v“,å2)sZêRsò0ædX)Jy¤Œ¥aðžQÍž¯ÿ.åSñâÓ¼‹;3‚+Å€­U|Z 1'^ þ~sÛaRnÍé:] … ‘ -ë³vÆéøtçÑù§å[Ôt¨à6™r!­2½AøŒº|¸÷~4±è»Kù *®3ëÕ@ø‚´ ~÷í¬wðy.j0@v浬¾j?è¨üÈ3X÷ áÕ(Ñ­ßJ6âÓ+N ;ëS±w\’º¯¢mË+oÚ˜—íÂØîB¥üJÐH 1µ„®ÿ­)ÁÅiáeÈ#¥›¬:} š,Àðõ¨SÅ$}–>úÞîLÅzîBnÔƒ·+)Л•1NÑÂ󶃅°¹—ˆ(y{KJIaA!zKß›^Ô¨èûÐXP+‡ 55š#¯‚VP c$ýÌx$ÖÅ‚ª,Ì2ê6g¥5¸ûêÔwc ôÝ¡spÖgÒ¢p]XDoÀ!“a3ä,‹ aá›sh¨{‹ôXT«H¥­q+ð¸OÉ%cà§vqýÚ”¢&ãé¿C„‡éµ·ÂrÿHaÑr§°Ôu›Œ(xoL$°!´ ¤wøÂÕ$l¹±áÐrwÜ’wîF„»aqûö çìd¢@_ýUK !Y;âצ@w6Ç™'w&Y§rAIk!¢UÂ|qHÈ+Xè¶ ›û3< ^P ×Æé}/1ƒ‰^Ï¥€e1·^šµ«Z·ªñéDxP#€lÆ$½²VðÔFúù Ün”dmªö´] -l«âÐ{þ‰€ŠG‡ÐYzRNF´ŠÂ¢Þ´»dì#cz=Ùõ*;pÈ»>ƒæªèÐsÕè[>ÔÕ‡‚þ­Ž². µ}¿1Òö#ðsá1ÈSgkJR–¶öu¥çº¨KùRÖ‡ °2Þ¼?cWåœFÍ^ÄÔ5ÿ¢þÀö„¸õ˜u¹ QW€Ý‹©…˜”ñe¹ ë‘5­ŒÉJâsêfúþ;é‘7cN>äsn9æ¶¶‰ªp»¤¶ke˜[Ö@ßg¢p}N0çï ‚=·òóÕݘJ–v±/Ñ{4{˜t}!~3xŒVŠx!oÓÏ'̉+7^3l޲Nn%âf] ïCæB×^âþþûô~­„SRƒãçaœð€ZHß߆9ný5Ãz»{ð¬“^ûÜžW¥àÚÈ€°&ëá\Jû„Uôó¤Ï¨Î»€kû zSÌÔ›ƒùÜ]ÒÀ×Õ‚´CÞxÚñ3½&ÿOÈžTL¹EÒB†A; æö–tƬªT¿,+å¹ œ ©Ä»‹¦ÁܲézaÙ|3·`¾5bÙ]꺵·b¾“[Ô™°ˆFºc•‚÷¡ž›™€^–öYºÉhÿèãUšòÀä˜ß¨¢BfKrèê͆zo!Áãhhp”ˆvÝ@!ÃÒýHÆ’…±úo7&ôܤã‰?í¿ëJ»€«®ÃïëÍ/æ—å£zýü -2÷¤¼÷]X¨ï þÔGgy4 iNÚgS6æEÔ#i|;oìúç’yðmTc¡‘àAcäïàG·ò!µ¨–¶Aq#Fçã¨F•‹™S~Y{*̳põô'ô¦Á@³a´… -ËÙ©YQIbBx!='­B€yéýû¸KXžžážMN .âNU{b\|y{„{<>Ê;µÖ)aU$ôä6VÖ!­Í:¥µP3Œ½y­Š^7Êx4œ´[K?ç$¢\1åÖð²“þ¾üÞ´M\…¸í;VIÅ꘤hmDtqgŠ{wñËRVaYÒ.ªÜš^JL¹‹/¹gV†;~J‚þdAËS6qí®ß Ùõšt¤_ÎpܺüÞÆ¨°.í4È2v=g×o6ýcÁ|íí‚zEƤ÷ÍA]NLKè}˜e¸ST±V -þ/èé?à…ÿúL˜°ú¥6”µãnq æT'§9‘9Ec>pí9¼L¾êƒ ìT .~9àW~Nê‘·£ž/ ï‰¢amðÁå÷ƒ‹ÞË8[Ž@þ½HÑ9Ü«—cž.yõjE¹°^ fVç@ÿ7SAé“@¶×òq¿¬•æ],`2BÖO5¥Ý§wìŒS¹€¼3žEß ¯iÇ -&äÈZwwW4zzœÓà9ã‚s;£¼ÓÿwÉ4ûuO˜NJ†ûQ æëTLÆÙ]6¿…WÎÏ/ÏùD5ÐlrA%Ý[Ò›w—º=†×ù:ÔñýÆ0óçµ×¼“+OY‡23â’Ì ÿbþ/1É9¹þªã‡µ¡¦/VžÔ~B¹y¥”GÒ€»äM$䇬]p±‹Jq—´Žò(Ú33òš´UÇBÜî5*›ª53+­ŒOÒÏ}K2s¢’Ô ï|bŠ{jg’}bgZ^±6*¼°1Ê:œµqΧmÜ ¨ëŒCXº=Å9í¹_ú^èqÍ'›cðó=qªèçx˜CÖ¶±N'fÚãAUÒ**‹OHŠó.½ð-dÑ<è3î„<á’Ö§¦xç’ã¬c©)ÖqÂ-ªÚ‹*!Ÿª•…¨V‰:•íÉiQ1j—TíÛ“nIíöXËåç Ÿe'¥¤Ó ÝÖ@öýÕŸ~‰ê˜CX™žî8ŒX›¼…̾µÜ B¿úêòÌöÎ%øŒ•ÿX”K -Qƒô‹ë;ïrbŠwž 4YzŸ8d“0-zŒTlÜ/¬IØÚfíü+¤KÖH÷NÊ«lNIË2NþÂσÌ#(Û )Ù9¯¼…pKë%€½52úYTz]:¿ ×èû{½ÞPIÁgý˜€ÞwCzŒ -`ÃÁ´ |4 `ç#rnæÿmTÎÆ‚²ø4ódÚÍ:_ˆ*øú~\g.l  òQË`.¦Ó :³Hš’0?qzm²Œ ¦}Hß•_Ј¸™ ª ¿¨…÷"ýq`ˆl@¯Â½÷ÀK®çbJ^>¦àÿ²¨V¤ÝÒ†$°ô–MÙ²2.º„¸{_WÏöŒ´fõ5óG2¤âSÀÏtîJ[ù%;IqŸ†Ÿ¶©ÚÖÆäeyàÄp åU2SÓ¼ó˜‹s‰pñKs.Y½Ç4³Ü$b–ôºda¾çIÆœôj¸˜[ÃNÛE団mV^wX~Õy01Å:Cß_Fz96h~}…~×Cï÷àœILpO†nµ¶ú˜}01!¸°ö’y05Á9š’Wn sO.=mþKMqÏÐϬ'zÁâsÆ¡ôïî×d¡®3s²šíQþúyÅĘ´xýïHjVVµ9Ê?»ò„¹/1.8K¯Í&¡þ×_t|{Ðôéü£Ž¯7^2DfùE˜‹_²>Öqhu¸ã`jNP”±s/!AI|Bp~sDt.t¯éïñQá%Ò¡jÂRtŽq<3Ýúcr¼í@f’q”pð¯`6qåö8ïÌÒÆ÷ÙeÓú˦oÖ‡j?ÍN³ÏImv–s±r/fgW¶ßðO£³šVtNÓJ84ŒÌ´ª!3£jÚz#„÷cý¼þªåÛÍ‘Öý©9Ö™´“{qÓkW’:ÐséVÒÏÄìÒÏâøô2ú~b—5çýz9îVväƒrí×´G!VAqvNx>Sq®s«ˆÝ(E\fu|VV‰8•˜SÑ’žá]ˆÓk6Añê0ãÐúçhrIÚ*.KM‹.“vyÃ/%k^8äš­‘΃Û#ì#Èœ´®6v CR^5±Ê‘Ya :+(ÚyÃ9ºñ -´oJt93#)OO©›’“šÌ¡î@lÊæí1Á™­7¬#™9î…\PÁD¬’JÌ©l¥€?1¨'4 •¦ R.5 õè„ »¼^p%eã^¦ÿÎóNï9Ç=’ú·9³àW±à:„ô½0Ì+©KÚ¹E«Œc§”ùË‚ip7¬â>Q=Qpð°¬3ãWïÀج¼â›¿ÏÙ¿ôXpdù‰ôŒ«§éõ—í?æAïóe² ŸˆysòŠw¦ÄÅÑ×¢“ó¯8G3Ó’¨ÆÎ¨à åSsþ1¯ÓðþVy-ÍFi‡A€8-¦´Í¬^z.¿˜šÕs7Ç5Í[ã’+/íLtþ´3Þº?9×´?1Óyœþúö˜º1°ôOþnÖ¸úwréëûÄïÄÆ Æþå'ßn½œ^’]ÜQ•­=—œÝhý$|­éÃÍ—¼c›Ã¢sK¯$í}5ÞæBlòÚIþ9èó³k/:n¼d‰ˆÎî Oo .ï7íîoøk´žtJëè>[êÜG÷ÇÂÃί—µ|ŽÌtC¬mÇÓÜKÛ“úÎÄ´¾æª-1Å?·2Ä:¸úœshóça“Õå\ªŽ8ý,ý„èrjR|úùTr´ãÇ­— _¬?oür|`k¸}ßêÞEç@É®>mø¾àV²2³¼¢5ú{^Ö}¶=Üô-|Ï4huvVÝŒ;5,Єªì¬‘›œ6r¶&Õ‘ûm_o6~8ÿ¨í‹èÖÏ6Þ0~ʹåmyÈáÐçgÒ³¢bÒ+o%}*VƦh  ßÒkJù ^Exm…˜N l+ÉBý§lÒÊÄ,çÂÊëæï·ß€G‰/o¼^\~Æþyû¤,;§e‚†œ‹óÏÆÇç¶^3Úxѹ?ö°éï‹OÚ¾Y}Ìù1;&)ýg²6üîÄŒèr|œsr{„~Ž”sµ©;ð³ËCí?:ú*ÞÝnù"þ’{tùqÛWK[¾XzÔúÍÖKæ‘èíÖ/æpBŸ4oŒ¨«·8ßû[?]xÄüس±Kégç+ðÿÔ¤´lí ÿLr–Þ[e2PA -f@ ‡wƇÀ‰ `¡Î믇ӳbèAE-jÓt`ô=Î_ŸM`üì½YóAàFÍûé ÎEZãð}Ô+1h§Aœ´ªš×^ñއÛ>^køÀfª|wDté7‘5¤Á;âoEˆwåŸK¢6ÒË)J³¯Œ0yîTÿ%z¯î“íaÆOñqîúÙ.2¨“¦ÝêÎĤ¼"õ‘œ””ÒGdáIç¾ÈÝöÏ3¾_z!>:ô"Â%®KN1OfíÜbÒ'ªEé=·/?.?bØ|Å»”gŸDlŠ&ÐþêÔ´´jÿD|˜õóökÆÕg߆n6~ìé­ÿxå‰ììòcÕ…ù{¼K÷9–p,Üa|»öTptþãÛÍ!î‘׳;+²³à/ã²²7ÒË[¯ù'VžµyTûé¤ùâï&u%¿ ÝiùfõYçá$ô$øÁù•!Þ‘•çÜŸæï×´þ´âo¡›çÿkõYó‘Ä”¶cmDY•™Óv$¦å5«/xÇi&\{ÚüMfŒy";Î:5·ò¯«/˜?¯¾œÙ%Æ„7†š¿ÞyÝúCb´í`b¼óPøqǾ)ã•ß®=m?²ëщèZZzVÿùÚ‹¦ovFGwƘGâÐ׉qÑÅä„ hãUç¡ìŒžëÑlOÚ—ž‰O/<‹Ýc}¾ÙôáÒ£¶¯âü³™)IÅækÎ1©æ`¿z¨àW†¤ÿ†½>µÖ yîéS°³NI}ڹͮå ðý O¾ߪýkäFã§Ñ;-Þiýûò#Öþm³Á¹ì´¬"ùFR´ù‚óÓæ Ö¡Èݺ¿ßþ=8Ðð×õ!ÞqÂc¦lê¶-úygà²Ô ûÔúpë÷‹Û÷Çî7î½VþÞ¨âä¿j>ÜâŸX|Øüùêó¶ïüƒ5uèKÿèÐWü!t­åã•§œÃáûü#“º¦?Méjþàìnø >Ÿ\ØfðOÁ5ü¼2Äýyã°Øz½ê8dÉFÄ!mØæߢ=n‚u|ñIó—®ÞÊ?®Õ½¿ø„±ßÚÝðEðfç Ü®q”×­½bÿ½ßòyäzýáÁÚRc¼ó„SÞ}Ôz:9*oCìýý;ê¦Å§,ÐfÞáð­†æôE¿Ÿý—غ=×ö=â}wy¨åèn„[»3ZÿÝÖpó·Ã-P[5Ÿ8º/ýaåIýg¨MT•ƒ<ŸviX;6UËêkÑÙØÝö¯V·»ø ñ3GוwUYbÝeþ4¬/ý)>ƾ‚{åôßjéD]‚ŠÔ\Ç‘õõŸ/Ü-Ï?xù×í½·ê¿NNˆ+I¿Nšœ—­?oþráaÅî«—Þy)þé_n3¿úïCŠK¿Ê/~gþ.óàê3ÞÑà`ËG¡kÍ.Ýg}lùdR{á÷¯ÇÿcþVëþĨ¬"1¦ªÝU–-=áþ¸ú¼óïÕê?9»«Þ¿ßþÍsá‰ßÌjÊ>J½%ßÈK—ž -Çpö‡ÿºþ°öã¥ÛUn>jûaóó`èzýßcfv®×°ùFQ>ÿ¨õ‹@ÉÝÅ¿ö”¾ì+ygáaçú’w½G—ÉNGoµ|ºú´åëõç-_¯‘í@mn±Z{Úñ}ôN݇ëà'ö®’ÿ\Í;½3£glNiã. ‡Î–;çÂ2ð䜱ìwNsÝ»žÞª?ÛEð6|tŸsî¨ÏïÓÀi[¯¹'½=µ“ýfˆ{þ7O9çóJYúÇÈÞ‘å!ÁÉÀæ“‹ñ1Þéôý·_:öÍÏþÖn)ù“o ö¯ãÚóï€&W"6-w뵤(>*¹¼ü¤ýß`ÍŸgõ¥¿Ó•ÿÎf©ùÓ½ÎÓÿc\UñáâcöñÔ„ªnëèÒâãÖ/ï‚ævAV}Ðø|žÿʌʛÖÇÌòÀþÑÕaiIÆÞÓ³>,+÷\­ùÛ˜èÌ¿ŒÏÿûíöcÿÁ?þÁÿ3ÿ¨îäÆp;YÝñÿ¾Uþ~ÖÊ<“žéîiÞŸždÇí‚2Ò©å&'¥¥Y»^˜²ëD‘»ÂCÑ;Œo¢·ëþ¬zéaó·Ù)q©íjÝwÕ?üñ¿…«Žn“>ò¸óÄ„ñ®¾¬ùtãEõ'Ñ›Åï,=¨ù™“TÞáù¯økN ¼¹>Â=¾ø¸ùKïµ+ïz.ýÑj¼ø;GwÕ_Gþ÷ÕÚ}ÿºþŒu*ü ñÓIí¥#+úͨüʿͪ~?*>ûï/ÙÇþmÌTô;Ö©÷ÿ_›¡ìÛ¨éà]îž«•qv—¾cë*ýÔúòÿŸû×CÕ_ ‹ß¿ßrâ?Ö^J/ŽkëÞäøM ¿üÝõG-_Ïj/ýá5÷§ÿîë:÷Ûè}Þ W7÷Èâ=éù䄦ôíçµ'­_-Üjøpþfó§žžê?»º*ßÞâü8©jý8ÐÓFë㡥Ǭ¶_J/-<äìÞíܽߺRô?7Êþ¶ýJ[·öTv)|›ùõú é¹õW‚ë/Y?®r©¹ÔcV ~¶ØXô~£i‘Ñ2Î}Ö´0ñîN™ßRÔm©ðԣ谅ð§9qþË–b÷ãsÍè(ùªâæ¾ÕUyìô“æÅ…¯7:±þóõˆO*nöƒ…š‚—k­ˆÏÓ‚ü7äøO—çëß;„‰”1J‘W§Ù wªrž­´@Üì²Ò€“tÚTmò»´ÿe]]¡Ç®¤‚¸ÖEŠR óߎŸŒâ’(éqw$øà›;ý…A;ÃyŸlcÈè3]…øßew§;ë’ùãššqËМöÔPŸî²Ö~eè€y«ÅùÞ ->Äã@YŽ=Ó²à‡JL´µúÍÔõÞî*öXmË|yiØJ2s‚Ÿé¶ÐTè}:CȼÈç­Öìç;ùÄÙï— -¿œ*yä­æ˜`æíŽq!Æ!lÈv?Ôsµ%ÿÍ|Uö3]Eâƒùʤ‡‡jRÎÆôóJs©×R!h¦æ¶X}³ÚXòqµí;ÄÏžóÝõÂ=Ñ÷@Î)Yé@~“sƒÿ”sÿT°#®ÊHQ× õГUà7EqŸ®–ù=¿h£¤ËY©w¤ÄˆË*fô50éö5ò†”v{«»Ð‡ ¼ùpyNPóïŸn“Áü7»!jržÊéÉ·z‘á—§Ê3±3]òƒ?ü1ÍÍþhDE¨E™/f+²ßÏUd<ëÆ]¶ëRGɇ ë]i¯û¹©ï{ɱ®»#ØhÓ Жž+Í9/Ôܸ[ƒ¨ï—: žÕÜh—\üã\ò{Kñˆoí¥ŸLˆo;}ð¯‹P·>TÀ_}0¿Ë€×v7tþ:j•ÒŒØpË&äüwj¿4˜„ß3˜ÄÕÎŒ÷“¬DWË(jffnt¡›Š>®µy{à~[]H?¹ õ%>Áí¯ARü;ç)I˸¡«ˆy°P›ùRJüyg®<âÑnO‚§±+ý»m›´ÖvsN3œ@¶Xòäbôý1ñú6ú¯IFÒçh™¿s%«ˆKJzse»’¦oD|U–§=T•ÇÞ7÷–|7õÿ¯4¼Yi¿Ùè,ù¼Ü -õ]i-ù~¨ì2n±°ÜœóÒКóz„{[œë{i‚“èÚ„}ÒŒŠu1<³d}uá˹ª¬gãôø;µAÑ|.ÌÖ¸Õãâßb¢?ÿ|œÇ .é@NJ;r‹MVä·Ò}VrCü»Ö]ò½ü‚WðóáT-&vWÂ)2õ#‚¬ƒŸL=¹ïW[Ó?JH_¯Z3=Õðzg©ÿj]î›>häFOq´eñc»üÖØð›o(zÏLþr¹®0Âõp’]hKà…㪒Ÿ,×d<3õA½Õ¨h“´ì‡¨$à66Ñýòr4lðÑK5ù/×êrž¯Ô¥ºLPCo;¤øØƒIÜ6ÎÈßWrá¶I>f{dÔO³UÙO§8q·Åñw7Û3_9¦ñ©²ŠÄ'‹MØëpc«—“¶ØXøfº2óÙ7ç•¢úz€”òn£ }ªs×{ÈѺú´§sõI.KM™Ï MEvºpÓU·â¢à«íÐ0À«ÐÁºªüó•ÙÏVÀo5¼ø›Kâ̧ÛEŸ¶ûáß„¥!×éI_o.ÖÀÿÕ󙻣%ß6:‹=¶:€?+qW±Sê« ¯ûèi~~r¹0BŽû°Þí#ÇÞn.úú‡ö×6âJK±ÿ_cÄ€æÑvqà}VŽ×u» ›±Ý_æ»Üœíª¯ËrYhÈ}1S™õ|’oš“ôÔØƒøQY~» è/9E_~è–Ë๠mïfÄi{‘ß®)¨AÖ»ò¼h‘O­ƒ˜´ÿ,ˆª÷Ät3 M@æ <”—+ËBlÒÂ/suà÷Sµˆ  A¾—UBo÷alv{ïöÃýw‡«€GSr’¬·À‚m£ääiNì.Øó%}³²7ŠŒúÿæ)%ÿ«#Ò’À•¶´W'jf™ÈoKpïõnt ‚“ã2NK»·Z_ðö`z0ŽW×§¤¥¸_Yk%F͈K=¥”Ä›j^¢ËVÄÀsØv&l_†OÜ“bcõõYoVÚ |í2^éV/-f«å·Ù[üe³»ðñeÁšªìÏëÝeaÔä·Ä„—¦BŒJó\FK¾-g&Þ§'?&¥¾adz.tÁC‹c?_zuÔ - ük†Q¶wÞðs†ŽœW«M‰.+ I/7;€Œ¡ e³ý¯§û¿º8ÆÏ2P²V÷x®"ÀQÌ]%+ðÆ8åÛmcØÏ¡ÀÆ R£k+²ÝÿÖsð¿õL´} =_•î²TŸûZÁI|HŽz{±½$ôñB#,D%Êût8MG9ÆPñ€œRl”MR2[›ùªr£ñ`k?)‚ùúÉ6BJ;PbÒí%á[}…ŸÒžÏ7d¾tNÒ‹û‘?–:K¾:Æé9ÖRòNwá§Ý°‡]RôÅdÛ¥î’@‹„‹ßSÔ -¶¸Y õ(¯qv†K*òê|EÞ‹})1öŸ¹rÚÙŒˆc•ð¡¦t½¼Ò–÷z¹>ý‰†—ýHJ¿Þ ¹dh„úšFˆÉZqá«vrÔvåg7ÂïÒ>솮2ëé\m>àûs\ mpÿƒqìdšƒ0öÁ|cÔlë=wµꦯÈ~¢âd<š §ß—Q3_®7¡š‡…¥‹ÍøsUEŸçD¹/´‚”{úŠô‡–>臂’1Û Ñ7ªYðatˆ¡æ»=FLµ©¥†ATà4?ëᬠçÉz ÂG+Êx2'Îzo¢&/6•yo¶£ü,CøËúÇî:Ä:L)êþ\}®‡À.';ðj;&À—z8ƒÏßÈp3l£ìÂ#E9îHÅEî #ƒM£˜§’7á⬥¾ËõÙ¯õâ´§×üžc£Ô´<ã)v©ƒp¨®î«øx«¹wþ]ÛaˆÏátá§¢$À ðâɬirïr;-|¹°Ö‚úºX›ÿîüw.¦¾2¿Å¦‚k]0_Ã9f¢¦Ð³—pc©ºØÓ2Hˆ²Žà#MCÈà­~ÈWÓØÏœwËu.–B²YÂ-tüý?ýÅ4?óÅ ?ã±µv e€×ºPásuÐ/Ö‘rŒ¦íß ¸Ü^êûçŒ0á‰q°Ì_IÏ?P¯)f©]ŽI<Õ1Ðg˵ÎÛ(¥¤¬´!¾Z¾ÛíH_Cì“s˜‘g¤¦Ë9 ÷–³ßYF‰qÀº?M âî+Ù)´•¯×: @Me©ÊI¿¸ì#›p0]Ww2#*_í.ý®¥5”úpFyk«¹ÐZ˜]VŽÙèÄë2Ÿmõƒ?ß§êå›uˆ’è°óå9ï&É÷ǘØ}³lc°ÐÃdfP{öaLø¡¤,h_Nj¿=pÞ× x8ÅBh«S_ŽÑÂÿZjÎ|7U•ç%夼^mÍÿt¬¢—ÎA½¢äÇ}…šzªÒ7Z Þ-Õ%?VóÂoKw·zó<öÇËÂöÇIéë¸(!,èîdM~äÞ­PWŸÿaùXλ؜õ~¹%íC†ú9×ù.áÅ?³O!¿úõáý¯+Ø!÷׺ò?n”øm –|µI‘‘»#„à\>lôÓ4bþî8-k¥µØ{½³Äg‚—è:J޼m‘!Â÷õ|öl>¯8ÊíîbOÉÏ#-­Ø.ÃÇ™FÑ?L#Èk@––s#’CÙ|²¶(dýÈÜŽqLqÖ Þ:Á†ÎP‹õdØþ,)Ç®¥‚Z.®‡õx¾6ÓóHÉB;&yØ#³ø¸þßz"Ø©(þa‘úÿ³ÄfÿwS[l.ôrÈ)Y€NæªÅ©/äÜøN9j£eo÷¾/Ô§?_nÎû¸5LŒÙ¡gÙÇE„ÝZÖrséã&ÀYšSO>¿Ç°Þþ4-Ny5QsoW†ŽÜŸf£­“4ÈRwY SÅ':”\„Y‚6t‚¿ìôzm÷x[¨è= jLžiº'C'(QÛ}ßT‚x—jè-ð5/ÕôñL¥À®Q“UL Vá6)q«楯ÏsŸi†~_ÄǬö`#ÿ^.Xe¸Ôö²ÏËÍðOÆal¤]‰K±)°)»˜Û ×ÉÉðåå}½k¦QŽõM£6m•ȤbA7FPA«}°ïN €•>o]BJw{ªBDîÍT5™<œ¡«ôójGþ»Íþ¬7Kí)/ô)ÿ^âWžÌ ª|äPãÓNæ*«4Bêž’W¶'gíÓ’wú)Q+=ÄÐ\âÓi&â‹s ždîãç­5ã¿o´â]Ä(Ë09Å©â•Ù´Ì"yúýPÎ.µ1ÁŽq&ô@ÍEÙ'ùv1Õ4Œ 5‘¢Œ#ìŒLÜM¨èÃf>ÀÚGŽ·1rvG¸…†nj¬N }·Ñ‰6‹°+ä¸éªÂWªJˆ×j;6Æ1ÆFþÖ -Y¶1tÔvwÏJkæ«•Ž"¯=…³Ó‡ -š¯M>J‰{2ÁÈx©æƒ¿.7"Ì$ÆpÊ>ÔA¢o/7âóþ]¨¬=¿_d-òÙ,òÞ‚GZeøÔ³zÉ‘š¾Ð”þf³“‘¼+¯ç­ö2S4‚üç?êÃEÝ£Æ=š`¥}Xl‚EèZp?x…‘÷« Bïü=+âì)p—™%P¿µnˆ—iëÐPá e•³!–qø¼&¹0À û9Fо[‡!_–]æjbž8¥øŒ#µ˜µÒE<à÷Í>JæŠ è5§lWFˆßUàâv•øç,£Ì±XÓiÖÔ7›'Ë‘¦1JÚF<È8ˆŽvNÒŠÎ{ ›FQ¡[°ïÛ}¨ÈC5Ÿ¦¯-ñXª-xmh,ò1öâsŽ5åt§šU¶ÜƒŒVW¦¿Ü•Ò²Žu••'z‘Ð"ÃÄï Á¾-¶=§ªSÞ-´eNS¡¿€³NPòtMàw§:qÍ ©kH?0û™¹·4Ð:ŠÎÜWsˆ3ådç$«À{Á‚Y´ÓSä3Å»=Áй;Áu«Os·O”Æ÷x;¯{ã(%á¨aÛ&¼Ji©†¶R1âÏkj~ÌÝõž|·ÝQBÌù³ø»xw€–d쥧Þ˜ãЭÄÇó|žaË+y,©…d®ŠZLŸlõ\/AÄ›de±æql¶MA,8[äqœZZÙ\GÁGË$6Þ<ŠOÜWÕ”['ª¨Æ^ÞR ưŠÏ師–CpÓrˆR2Ò­ –ÿ¨£(ÿöúØ fDšº˜‰Ë­ˆoëCÈ •>سŒœsϦ¨ mKņ~FÂj'1h¥™ü}£ihfEÌT? rÃ.ö!³îÍ -ˆžæ®òLs;y¾Ž4É@¼^à=÷$ÕÄ-‰ DUú2ßBs¨jë6‡X`àwŽT¼¾üZ'J¾¿ÝVàîef­u”§ÍŠžku´€•fˆ±¥<ÍÙ_ 3¶ sç…QXÒ³*Öm·UoäæþöQjúž‚OvNµ9Ub–CA/6z¨ø©O müŒõþFœ¡³"g­‘²ÝY^k槬52Ãw:¸‰ ÀZ‡Éˆ—}ðâÇ |òOû°d³þ}£·ÈÇ9…Ë<œ¡ÓŽkûk{œZ>E×TàµÐõòB’SÅ…-5Ã=—ë -^ítA=-ýe!Ž|æŒ ¶ÀújfÀz³0uo¸ž¼7,Ƙº™IZQÎsÀ¦/ð¸‹5½ÆiiCÎÌÛ–Ó3-JNÉþt9ádšOÜSpJ·±¡[í%Ÿöƈq'*.bWÊ+n.K½Öȸ»PIŽ<i­=š’¶{K¿: _-cðÉ|uûñ|uóÑ\…Ð>É,¶MRóŽf‚}-›p2ÇÆYÆKB· ýWÚÀnë½PïÍ~\\-4öA+,ÝUËÇ2õ² -ä5BûˆµÑL1wQ¢÷%U¸õNvñLe¡›ykÅÅî)éƒifñ¾²,^) -{"e‡Þ1tæj*Î1²¤¥¤÷z9aðx;CذÍ~b¸¡ôsŠ[ôqŠ]ôa¾Ž®oDû,´€?Î5d~\jÏó=^âUþ^¯Ÿü{­zÀ$Ãg-ö–ý°hDÜý…&ÙñJUÇñ2“°)ÿœªË~£oËycU cOË'‹•õ– ^év9ñ]}×î_ºš&ÛxiôBKô›åîô÷5:öx‘EXïÆ®öpR&«(ߺ)%÷[qù7…ùIa£Cþ( ò¿îå -xó -ôòáMÐí+—@®7ÿ}{~ÿ1áëU9'ßu§óÏ—ñ{…Ë0«©9SØ/òFÒç‰jìÇq>âå û¼[rOɼ†®I‰ »À¹P™ö'75æ -56øbZð‘_^ƒbÜÞ^l„e=«G$=Q -áž[}Œ¤]) jè"F: ?¶¸ ¼D¹ˆìÙMF¾jÅ–=¬‚]e&§\BE„_,ôûzq‰Ÿ~…ýýRÖ—Ï"Þ¿½r…¾{ -¸_h‡g>\kg%íJ„p«¼Š¹5.@è»I?f,/´VeOW•‡Ž00/º1»ýØ’G#$œ{?þ¢Uø¸¡(óNQ¸ßE÷§@/ïÞ…¿}q‘‘q}ˆ^ðJS‡üèå`‘ŽÛÓÓf%2×^棬Îû¸-¡h+ùkCÌ )§ô‰œ 9-@zh(?5áÝT‹™v t9ÆãýET¸ÿURLÀBÄ÷?kÑqû*:Ö1ÍÄ8uåÌ­ Bü¶ ±-A¾é§IÊÌ7S‚´ÕT¿ ÍwŒ]æÖÏ|.Ì‹¼ ýr¹(,ð¢ÿkWÐûw@!oŸ]¤%„=hÇ%½•ðr‚ =Èœý)Ì9ÍÅx6Jèé;R¼sŠƒ>ÒñHö)jÎbG±§ZPðl¶ -ã;S‰ÿ^‘—tì÷å4Àï)&ê2*òûeB«ԤÈ+Àº/…¾~z!ÍçÓTl譪ܸ+ÛýäDÇŸdŸÑ·%Üüõ>ÔÅ°ßÆâ§®é³ÔC ×µa¿MˆJ_· ²n´ãq@­Üä&_¡¥Æ^‹ò|ÿ‡Ëõ¿@׃W@¯ïßåzþ9Æ/ ùµ(høÏ:[èœÆf®ôeùh›ã=N–Ô}½¨Â¬¸d”œ`ÄÇïkèE6¾#aæ¯R Šjx¸¨8ñ+-êfenüuLtàí¼ï‚h—1Fâ#/ã…¡“ú·Wóÿ¬Â) Ä÷­Tè="ï -½ çRAT$(ÜÛôÎå.èùÛ ‚^=º ºvåOг[7A¡n¯A¹A>šaiw4¢ìçÇZJ¾CG‡ê‡°AsƒìÄÉVþÏ¡ -²G=&÷¿(ý -3'õ4*äB˜û+ VŸƒ’=ÝA¹~¾  w/@nn¢?½ù~xºqå2(âPË/ˆó£®Ï5¢>kêJßsŠžLW ?,µ±£&k9íòsVô"9åBö dßo ÿׯA¯îÜ}}üöê9è‹ëнþ@wÿº ¬ûÈ×Õœã2&äùr;ö›a€o£§Úxqc•4ïf,òi åÒ€‚ݦg¦\Êö¿ïý”éó”çëŠÿäò|âzìÇÃÛ·AþñèÕÝ›ç{âåEÿ9U‹ðÞ’£"w5¨„•¢Ïs€¨è…F7ÛÇLÜëÑÅ·Èé —à?\€‡€á H· ¯§@Ÿ\î^¹ºó×%Лû7@Ï€ÏúÑõr-,âÁlcáGÓ8*|}´Ø×$ÅE­¶Ã?/wྉo»(¥÷«aàèø¸K%áÁ l?/Pì§÷ O—û ÷÷î‚Üîß½¹{tïÚuЕKÿç¼\}ÿüä¥0ßÿHÃgžÌ‹*öføä#Ÿä2«œœ¶ÖOˆP×ã?7¢ ÑÑ‘b#£/fúø‚<>}¼ôâ(âÝ;`ßï‚^ܾr{ôôàúuÐ¥‹€žï—üÙÄÈŒº§©ÅÛBŒÒV±]]-²N -0ë£Ì4e=üC?êZ O¿CHö$ôÂOw7Çã ¯Ï\AÁ¯^ž×»uù2èð/ï?ݸüÈýÁCügðŸvÁkmMÞ›>XàÑóï&¯âxE(6ÈXy«£œl}71t²þ~„[ö~€ð¨æÜÅÄüü#á‹×…À{<j"àÿî®gy¨ïD/wPiDè%|rØÍ…NXØ®¼4ryœë¯À¾m¦•Þç# ®Qó!—±éy— 1Ixx]xtû.è>°·/ï?½úôóÓ÷KøÔ¬;õ(ø«I1h¹ùÕ1EÛ5<´a¬º0RY¬êªÉª)¨ôƒw™}¡,6úBzpÈëÅSÐgàæþôíÝ+àÜþöä!(æó§ ?=Ýþ %…ÜkǤ¸Žq ->®ôSâu„@U5Þkª†þmªÔÉ‚=o Wa ÑyyWƒ½=AAn ¿·ïA¯î?=>§À™=¹Þ»ºùçUë; À—ïAea ×a¹tµ˜PC/-ÎÐÇNÒ÷ -s%Ut¿.Òµ¢4ûj%¬ðF%ªì&.3ãr„·è­ËÐk Î¼]‚_¿½{è -zrûè9p^®\îpýôòѳb/+ˆ·æIVYů ƒ—Ú ?í*(é)7º‡7\ÃúZ…Ź&ÄüñÃË ôíõsP¼§ÈãéS`¯‚nýù'èíWÐý›w@»‚¢}ü.Æx¾TNx´Ü†‹°Êi¹[#øŸøÐ¥6ìw}+9p€yÕÅĽÁ ·Áá’¿%øø€¢½¼A®OA7/]=¹v ØÇ /¯Ý@÷nÞøâ6(Âíý…¬¯·G8Ùž%£äPÏg,ò9ûs\‚CÂmŽ‘â'kKß*꟫Å!a!—Ò¾|%y~°ìº`ùþ_W>öýèþõ› ÇÀº?>yzñð ÈÍõ%(/$ôO|rôƒéZ’ÿZ/Ý$mÚTÕâånJô|-b¦“ô£•Zü‘q)ôÓ[Ч§. ß—¯A®ÀþÞ¿zÀÅÐ[‹·¯^û¿ëÎÐóÙÛÓç ‚ð« ‰t#â¯mõcb~¯ªöç˜대º)¯ §jª×dBô0ýFͽ‚Œþ#ÖÓãBÌ'o`o|@žÏ_€®_þôôÆMà}Ÿ€><{ -z œeÒ—ï¨YéwĈŒ÷ eÁÚ†,×™ANÊH5ÅsTÌô­†w“9nmXÊÓç½Áx‰N)½U™{ ½KÍ…ÝígÕÅÊ«{Êæ»Û©[c ¬yÑd>ûlµxwº¦rm²«ìç%µ1ƒªh^]l¦·t­†cŸ6àxnô\‚kqlñ]HLî Bzæm|RÂmFJŠkå3UËJ7 ã׺K½·qfusG)fƪ‰‹# í@-\„L¾SƒÈ{&©ǵ‹k"¹HÊ[bn郲„œ«ðÌË~îž ÷ïµüôüÞP¢OðeJ*øi+ -ï«­¦/uÒ£w¤Ü³\„5‹Ð <°™r¿wMÊÃzH…̯m\¶{™ñšV„y”éë;Ð+€;]ïüöÚôÃëëň¯AÓÂS/Bó¯paů†¸H¯¥6rˆ]]A3s!ŽI.êH#¬:ž«¬Ù› MSÕ<ÍPMñ@]C¼ˆ^˜™y-Ä×÷pwPÄ—0ûKwÐÝëw@1_B.#³a.´Rœ[7‡ùmŒÏ ^é­aì*êk·Æxó—y¢¾;Q^¶1*‚ÍÖáÔí‚ø‘*ªOýWTò /*érJpÔÅ`oã/€Ú½ºsõèÃsOPjhü˜¨K;¥Äædÿõó³ï…OoPnX(?*áR´Àeï7O@IÁ¾ѹ)W«p°×-æÙçZU6}Uƒyš‡ÞQpKMj!a}²±¦,G,WáëÚvväl/ae¬C´6Ò[ií,_h@®öÕÁ¶ûè±G“<Ä€/‡¶‚eU2À毫r(ºFÍêºÚM…·­³¶ä•ÄÕnv¢¡[”³Ü[W<ÕÝX¤ê({z(’ºÆÄQQ]h'ƒá^] -¹ÓŒB½œ¨¨L[j Ú• U{ʆº=Uµ`š‡?Ðñ‡³BöÞtgm€™ºÐAþ¹>Ä-Ø«D,TªÚ«S•ù“mM™ÒºæymmÔ¸ˆç?@ÿV7ÕfÈë’{ø<Ÿ^qeäD}éúdmWÉGïNr ;RFúZ'âË®„˜þÏrä`†GYÁD¬É‰š!nj='`¨±âçpKK¶¤µ9»ŽŒumãÔôU¶ÇtqŸ§šÙ¡ËýµÅ†!AžEAHµi%N}E¥]WÓh›­o·Î6öÌ×´Ÿðp–5MPR RB”¢¹ì“¢>ÐÀŠÁd¥Ý`Ã`O»Ä ñ-ürÿjQ`Ky¹GC¹Ø{¼‰ócUÒ,ÜîQ,ÖõîéŵË ’ÕÚÁ=}eÝù½ Û ±£bä­ŒPbµ€þ)šËªyaóýUE‹’®ªÙê’©.jøÌ;e¼‰Ôøà.ÖMÙÙŽo­ˆÓ ð3W'*°ÎY!ç?‹BÑÊ+44ÔÖ(&Ò0DŒØáå™äb*p¦´%);[ßEؤÄlHíªÊz>@‰¼5ÊI|0ßËÉšižèjÈÚD±S½âÂI#Ã4ÙPiU H›ƒ¨hueìý­!È×ãžàl½Y¿7Ç€[U´<»V@ݘ,‡/Ê*à“=é㭢؉æšDy 'LÙWW¦íàjÇñ‹zâÒ09ja€ºÔ‡þîÐ -é&9³Ü…üfAýø{»Fº¯kSÌÕuÚ5Õ&UÕxƒ1Rœ¢¶øK]qÈí9»7]N5JI)f.Ú8†ýiSX¤eïMsPzqµEÍ-sªÜͶʎæZ¤'suíG‹âÓmœ¤f® ¡‚6%¸èu)> ð -EgsÂýé*Ážª¨]6ôh†œw8K-6N’-*VñÞt}“u¼FàT -I&³9ÁǘäUlçt%Û&¥¤ï’c¶úˆkýÔ˜miSùð2ŒV¡¶Çjð›#Bèz=Á&ã—N‰XVùù ±ŠÚ³¹ù‰®¾Ç9ÅF;5¬Rë$ b–ñŠwFxûÓÌ}M%צæãšêêÝÉZ¡UU+2*¸%ëbÔ†„eš ¦ÇH‰»“<Ø|//u¹³l›ì™Ø_©°Ï20@­fØTTˆ]ŽÞ»;”˜¤_K"±}šOÜU -¨{sÕ-¶ùºžuM}ëætK÷†º½{CYË^¤F- ÁY5fGÉê™Ø“9!÷L/àü_Ìm^ÅyDÛ5߮國•5çŸ÷C'÷#:ÑR‹ÎôL´sŠYd’±ÁŠjäw4ö〙gPuë'*Ê–•ôœ%9b—#tç}«ë‡ŽÄV |¸PÑz¼Üª;ZªîØU3 -ÏÅ9š|× p¶Ól¸cZ@Ø£e¬vÃ}­J|o¶¶u­¦o¿_@üРࢠ“L´qJÀÜÑT²{ï–†‰(@“FæÅMGjTÜj“ÁB¶†‘¡v9-ûhЇ:Pqá§ CØ)ñÛîÏ÷ZmO}¦«K{7É‹p1tæÌVÖê‡ùLY]ñ£’EË#Ì ùN}0G+Ú›&f:& I;Ã¥~›ƒÅŸ¯‹šµM}NeG¿SÕÚãÐ4uíM³J -JªIBŠ]l*ñ²(ˆ³ÅßfšJÜ#ä¸ÝqBœsšVàœ"çØøÄ ¶?EË=êîx¾Ey<×$9ÇÀÉ¢€kž¦‚ -b‚QFˆ·LRrTMÙî‚ï_‹Uí‡s ½Nµ˜e•‘M#žfI™ÿù÷Úmj.rq„Q4\žç»3„Í<ÒÕ¶ïk;S Í6³Üžõ~³â¹3ˆ Ü‘R3Õ˜8M-6Ë*¯ bèùôó™Vdz„œÝ±¢ Åöè'Î)äHWÝd™Òg:‘V5½¯©(?ÐT×NU°öTÌ’­atìŽ ~ïq{8ËDÍ ¿–°ùÇsä›’˜| ¡AŽËÙv³lÿ|غ°þWËùÿ.³){jJöj⛾îc‘±á‡ºªŽ½…ª¶)zsYX{h¨ûmwýÏz¹ø×2—¿?G+[“äyîë‰EGzqÃñ¼¸þP_!>]­îj‹wœçé áT‘3¶†Àž[ý¹gÈdµ õÃ:FN?Ô±°û«ååÇâî“Õʦ]-½HÞ˜â¶2Œ-Û_¬éÚš ƒmˆÈ³YJÉ™þ¼g3 ãT 6{³v -ƒµ´â]9³h®1÷¹¶*ùþjGλ½)\Š}~:GÇ/TµÎaÒG…Ñ®»J<êÌP3jW3¬“ø¤M6iqc¢”/ñkN7je¦Yqu7;ÙÕ4Ž-ü{‰Ï·M’ÒÔÔ‡¿#)úºÐšüÆ(+Š<]ãò}³NqÊæ«Zöêº->aw’”f/ ´—úG -}Ì2DÔ6E­v%¹ÜÉÎÝê`æhj›ÏôåŒó9€v)&ÔØö_ë)öT‹2èë‹=L£ŒTó0!Ò"ÃGo ”}Ý(öuŽc¢~:ð·žZô¯¡\t¶(ª>œa£~g÷Ï–à*r¦CMÎÚ›¦C¶$˜˜¾’ˆ¿—ÄÍGs5öIÆ1NË2ö–}qJp1gÓå»BˆQ7ÃÛ ©.Û=ˆèß:aù¾š‡¶Ê9E@­Bve„l»ŠßÓè;“5ÌJDÊ“¦²Ÿ]ŸcQ -°651Õ¦BGÙU˜X³¬,Ô$Z&‰é2zæb!lW.`/Ô œ÷i·(¸ë8%mWZïÎûhÍó²O3fZ‹>/w ¦k[Î=àþ”lS² -mjz¾iaWâ“ÎçÓn§¨/p°q<Ëœ,UÔÿ^åñNôDð™žTx:G+5t—x;l̯źÛ»3Î-²kÅB딸|WÅÅõY6ÏgŸë¨U‰K8ŸOp>³Û¦"¥íi‰ÙGZZÉÙ\uóÉ °î)lòæ@Ñ×¹ÆBwó(!îtŽC8Ÿs¢£ÏÒŠÏïó™e䌓ùrúßË‘I6+±idž5à§äŽilg üÅݢƧئñ‰Gs´’ãÅŠ îzÍjmO+`œÍóègó´Ò“|æZgÚóA²÷•)QÔ›“lošOÞ&'Ú'ÏgÝÐ Gó˜4“bèG/öâB7ÇÐáÛRD„e’œw4Ï%ík©…ûºŠê½¹FÉÑJU×Ñš¨átø¹(ª±kyÄÕ~\¨SMÍ?Ÿ‰j#ÆÏ9Z!û@Ç%ÍW¶ÿ2TýÞÔíÍЋzññrËœs¾¾oGÉCX”ô‚ Úÿh¤ÿ50ÿo]ØüÿÖùuæI¢áÒƒŒ|þ÷”¨ú7àŸ÷ÇË‚­ƒy6š3\—j³žn¶y™FqQ¢ìw‚,¿»{#ô¼SUí·¶œx6CøbS˜G2ÞýGÏ€Ÿó­CË@ý½V^u g wø$³‚èÐR5Äì}%>ggûÓ8,,ÙéeåØG©‰û2ZšmiìÃÿ°K?Kð1¦~¨÷zgÖ ³lWÐs6ûI¹N)«Ø(¥¤­`#×û‰‘Ö1^ÁÞ·doŠÚUÐsϱw:×8ð ð5Ǻr +RÒM㤤-).Ò‡ó,üÞŠ¸y[É.5I(iÿ³&nÿ× nÿå6-‡:\îÆìëRo™ÏÎ()v{~8ÍEÿšWM ™‡Ö©ÎO† ›­M{2Jм»5@θ7VžõV-N~똢ÿZâqÿYãWž-—sZ.v{‚U䜭n9^¬í±Ls—Ûóß­µƒßª€œ¶@Çü=C+³ ÀCæ«“ËYq÷7zañ§ót¬S…ˆ4Â\˜äÔ -Yˆv°ÀÎSÉçóIþ ðÃ9à×2 µ7Ç&ئéï°àz.ù×j9ï÷u¨¥”t’Cé»Ù¿W¿—Ϲ›Ü’Aü³ÈDç :åtžXôŸµŠöýYÈ!œƒ…F¹S[%Þ›æ"4¬²c-£Ä:²ªøÄ™fØ×•fLäïi±ðh’]| £¤ïIñ[íEnv Rjúz?2¤y«<ÉóžÐ[Û£`{¸>Pà¾:v_ìx¸¯Ð÷¿óBÁ¦œîÄ?7 ”&þc¨î?]ä—¸…:Œ¬}•²Ãîœ?¤m†”ƒ]wûÐq¶aJÜrCÉÇ…šÜçúªìgs•éç+“ïíµI©™S­ˆðü÷뽨ø6³Ø:ÉÃïMqStˆu¹Ö“ùÑ,- :œeSJà.öž†u¨ðIÓèØc-*vO Üû­wCýöU\ÒÞLCEÍ| >étš”}¨¢9T„ ç)Í"ÇÇìŒâÂgÁ¯7†q‰ÚÖÒ„Õ.¨ÿ¾ŠQ`–`ÂŒý¥Ÿ-€ß;š %Ÿjè%Ç3ŒsÍ;Õ 9¿¬pÞ÷Ä2މtØ×dïÍ rª¾¨5)‹`V0q;T° ðµÇó<ªsŠVhU³œ*z‰}‚–e“½ŽÝ›d–ž?z8[)<Ô×¶.TVí*ÈÉf)i³á§áÄßÙŦþš­¨:8É©aÀl -Vé eÔ<챆¶(°©&9.ê¢CNõ•5ÿ{Þ3w¥²ù÷R9çHO+ÙÓÀ#wå°ÀQØW³¼+Eý°ÉðqÎ J–uŒkŸ¤åŸÍ®¢ä›$˜¸~xÄþ º,¡‚IÙßo-wã³~¯ÖIO+›ö4L¤M…O6Ë)iAÿÖÔcGJLÚ–ÓRz X»¾üE_•óÁÔø¾Þ\àmBÅÚ&(9k½ˆ›’TðkUXw¶Æaꉧ›´«, 6+òýÏ …ÿ¬±©Ö)ZÞBWñ·óùû 5€·?[·þ^¯l=š§”îi1ýEÞómy÷g¹¼C¨òtžÇ<™gÑìZâl•Íý½J'9¸È8‚[é€z™&Èé˃ä ] /Ó¦hmÞŸª­8šPÕt°CÍ(²HIq)ã¼×vw÷Ó>BN=–³ -7Û ¦^¨Ïj;ØC)н¯Dßœ¯ÊöÞ%§Í¶À¾¬¶À}ŒÄ$ã”ZÆyˆ#oÿÌŠ+Œ2b¶¼*õýF*å ÐCP«Vå9/žg¥®Lw_l‚~Õ4–xrs¾>2uâ“M=Ô˜AþÓi^Ú]5'õÞ\e6 aÙÏìRÜOÓ=³¯<Ï#ü³ËE^Ê÷'{Šr¢YÁ€oI±&iiðJwÚëù–xWë8,Ô0T6%Ny»7I(úð=Zt¢}âgÈt7tÄ<ÑŠCn­·å~<3Šv'xð•^LàùsÌ¿´<ü©FȲ+¨9ÆlèÎ :¨•Ø­¾ÒÏòª\wr†ÏõAR¸Ë!Á·†ð?×Û!Û¹ŸlÃPŸþœO뽩î'3¤²ƒ)Ú*ÅÄuBŒc¨ØÃEbñÉ*h—CËDë:Š} ƒ˜ø£9ñ È&-wujÃGïŽ ƒ·úJ‚Õ¢”wúÚ¬÷N93ß x–]EÍá¼HÔzÁÖ &xµ òf©*å¡sn€Eî }?y¶ªÂ¡d" ]Å!桲ðµî÷¥®üvåù\©êî³qóñy_ª¥ŠÚÓE6é|þ¯ej‘¡ÃírDØá.Áè¨eöÍ6Š -²³À'ÿ7»žY¶§"¤í "‚Öû1á Ýèàzš×Ö“¸¯¯m·i¸øM`ý +ìi؈Óùʺ“…Úî­1|Üæ)Õ©©¬tÌÖÔoÊX`m}iàB}ÉwÛ1v³úÅ"G|kè/óÛǧÏ3HGóx𡓺¯9ï9vÞã˜û{•ŠvNã3ÿ¢kƒx¥Ø4Ç cŸb—Ε³ÎV+ê­j\¢s -“dÀ&8TäÜC=_`ÆDîkXø³•íéZUÏá"‹dUc“ŒR\ÔÖ :b³nWÑÀ ]ðïú6j’SÓ1«uN•cöUôü£.þ`Š’i—c¢ ]yZQÜÃõ®’/«ÍÅŸÍ=ˆ cüëN€‡&°»©¿ØÏ¦"¦õÔdx Ó=þÄ&¼:›¯iw¨D›’ wú´=‚ -ßè/ý¾=ûv¬ð¬3".ÀA™Ç³,ܯe¾ø¿Ó%yµµÄk±!ïÕB]þGÓ07o¥“£æŸšûŒßOŒ1õ¡7»`^úƼ—ÊŠôGvÒ­VDðŸ†rá®DL\éCgïf’ “ä"§Ð 9=w­³Äg¹ì~¬¢ãÏgšús>L £oª¹ñ·Vs?ÚÆq'€ÞŸNÑ F ö§®òf§l“-#ä„!JÜf/&`«íg>¿_׊û>_ƒù&cæ»ÏWÛã#¢¼ç2jäÕAÌ]ÇXéwëh‰¿eôk–í/Oq#&¹Ý”ósÃÏæø|« x:Wq4W¹Øôq¾%Òuµ3÷­EFÊÜ%$z€õkùlçLu˰Wë…î£Ìè›Õ…_.jDI/ì”üzTÔ›vB¤Ç¶\¼9LNÖ‰!¯t‚Ì:AÊ]=äF?ÎýO]Møs ŽQ;x«—m¢€í -6Î1AJÝW cþÖÓ§s,ìѬ€u:'àý^øWË(=ÖQŠNtÔâ£)ræ³lC%~†ºô§;í™/•Ø›ŒWjèÁ…‡°‘¶qBÜ®Ÿ°3Hø¹ÕƒòŸ­Êþ°ÚV²;ÉFœó¹c†G:™ç³5äé¬mŸâ¢ö¦™ðÓyQÕþ¬¸r[·Yµu ¶© -¶u‚™ë”“’×» Þkí¹î2|OŽŽ0|ÑŠ£\š“^þZ`¯ˆÛ4¸,›æTcMRð“”ír£MˆÙF…º•j–Ÿç)AùÁ,{<ËF>©Ô©Ä%îN bÖúK¿Îò¸'K­³û‹âÚÃåŠÆÃ¥ŠÖ}= ¥:Ö<މ|C¢E޲(I™ÎY!Ïdã=Hx¼XÙàTói¶qbœy¦¯Ë{þ]—a^ücršÛŸsõ(ó01A_æºÚ’ýÑ8Pò].Š4!L¸3_›õìLÅÂÌWÔZää”]@_Ï5p[†Œ´Œã’Ï1ñ{‰Ï_¤ÄÍÖ°H)y§‹åÌm )v³ùm½£Øs©6çÝVô³a:XžùŒ‘äñÇ‚‡ÝÄý\nÎ}1[õT_—ÿfVœùTW•éºÖVàä_Øú !z¥ `PXxu‚œgƒ‡¯vä¼Ć\™ þ|¶/'ïÏŠx#ûHÅ,=›)§þ< €¥ËH©ßrSÒÓArà•å˜ÏJG™¯¾úÞ:Ì)8R××ÛÆÙµvä×aBòuvòW(óëŸ2J‚‹©­hÂG4"£o®µ”Fü;'àìy¾¶ÀSWí½;”¼Ð”óf˜–ýr±›r¢£Ã›’\Ö{2?9”ˆØIqi¸$ôHÅB™X]“÷AÎOw4SÎÿ{µº÷dŽƒß@nõ¡MƒØè_6a_ÉBÒ’Ÿ«y9ߣBÜr+Ê‚žö@‚O¾£`ä<Ñ2Ÿ-7äznw¡’6Gé9þÏ/R’¾=Ùé£ãŽu•U›}Yô•Ñwªî›F!>¿9ôƒÙr^'Õ·ððÿíˆ:ŽtäË0ôËJUúãiZÌ -òúFcæ«3%%w¾—ðòQQÐ{À¯ög˜ˆî"¯Qܽæb¯k -Þ—£Y:f_ß8¼2ÌÈ1Ê™ÿ,VÖüžpÿ™§—ÙÇKC¬cÐÿû=à'ŒT°œ‚]=ý@Í*Þè(þ¢%?™æÄÝÁø_@ú^š`…»%%)ÿÝ´ scÞ/w懜γIg®ÏæËù§zà:ã°0/üÖRK¦Û¡Ž‰Ú›áv'™-)9Á1ÍF鸔óžëÿ. -N/qç\€±Ë„¸#5o—,¼˜`ÄÜœ Ç\Ý–RRGx™oU‚œŽv¡u„·ÒTøq£½ÈË&A„ÎÖf¼T ®¶A¿üÒUT™¥èŸ -y–; }–ÚŠ|Öš‹¿Y¿u¦«ØS_Yè>FI|\žì}iùñ¿+œŠ}9k«·è“qêg“bS5èÔÿn³¹G €§ÁD­ `Òÿ³R?v¢eS̃yŸ7{’Ÿ™†À^;CŸOõ\¶S# ›¥ŒL§’‡p(X…ð¨«Ât¿ ]eW¤ÔÈÛë­Ù^§STÈ?Ë‚Ê_Ë+ãíE¥(!à÷"“¼¯ÁçnôC¿Îâ3­rDì\C6ào)%ÿüÿ½åw¢Yöþ=Ó=íÕRn]Ú宩T*IUÅÝ8‚»»ÄÝ=Äð @ E$Ä«ª»gæ·¾ÏòÜÌ V +„ùϾöç‚söøÉ¯æ“uí°G+SĬmkûì¾³káO'‡–Ac6zó.¯ôä]¶wçÝØÖ×åî.«×§!Ñ¡BõþJ³äóÚÿê%‹"µÁ¨žZµèÕžƒ™¦—Þ8² -xG \ü‘‘GÜV°j|3˜îáò;¾ð³ ê•`?ºQoC³ø¬%6`ŠgÁ™š—)À°óä²5­Ø%c€vôLPG( -›YÛFp|äv`®KÛ××ç[8€)жÂûóŠØCc·ä`Ó#@g}3ðØ…Æü‹ZN棠òŽi˜Ê¬|õc?2éÆÎ,ií¨x0{÷ã )ægcCúY)3ñg5á—ÍÁژϋáÚxÝk×46˯bÕ”<Ä®šT´«†}ôΖ¿2·å\q£¾X;?Y„€ -`±‘º7þLÖ¶Ÿ”œªÄfz&‘qÿ«&!¤FÎ,8‡ OÝ3Äœ•Ij®Š_qYÅÌ?­fäŸÓòÊïãRÏNQ2ί ×Å/÷Cßh…yçìÜSÄ컫•o> ðÅÄD,°°ÖQp”¾=ïñOðÅÁoòºâ¯|⚬yé™8\‰ùlçrwMLŒ_I,ØÑÑ G‹ÂÆ-ò£³¯âŽŠ™zÂ(Î8µÔUqÏ1ŠOj„f\„ÄÝûÖ1MÖ:1 ¢Ty§«Ÿë2o­yñ /ïþ7*ZÀÄ’°šG6·Bß®öÖ¼ÜÕСG&6î?Nžø‹•M ëH¥¡y\殎 -i¹$×4&}[I«=¼d¤¶k@ -y½ÜºÙ]ûá{BÒ­ -sî|½Ôýð¯E:Æ;ƒI «‰Eû:Zõ‘‘‹ëñ…!C}Ž[ -0—s´Èa}±5†54Øúpñý š|d¢£€×ªž ÊÉ õøÛ€Œ9S›¢^d쎹­úùZùÐlUôö4qk’¼6PþJÍŽýeG+Ž|.¼1Zñhc¤.x R¤ïÐÁò·ã}sÚBó4¨±½ü†_ÅÄ­½ »önÃ>0¯ÛÒz`=ƒù%ะšPþnã‹_ÖÖg;9M«-Ò#w¼°¨…^p\ÞŽŽX|䦒Xnj,¾ëR“Ët]gÞ9rÍ¡QÌñNc“Wº ~wÿá¯|êhϿꓠÓ lô:àq\XÔ¶ ÌSqHK«~Ù[äÿ÷Ùµ™Ž 9nÇDÇÜøÃ¿Ã@œ¿';Æ`Ñ{:*áÓRóàÑ¢¸á7»óä’­L¢kùvukéÅF+„E×mƒ›3¤¬YzÖ/S¸Èyÿ‚ŽNÔ{×8µtkš\¹;O©Šô‰Y• bÝ€^†øô ŠRîŸ+y°Ü—|v¡åão2æÛÂ*|áÁ"Èïø|çp]Ô7÷-ÛÓrч\¾o¦æéæxÍ£À,"Î3O”ñ@—åÂÒ³ôÚM%ahßÃ$üØYýu[Uì×ô¬{ÿœçf\uA¬y}–üð×õ!|æ¶‚Y½¯"æ‡f¡1¶îÜ;rÎûKZì/»†ºìÿ®‰z"ý+vç19Ã5O6ÇÀÏ÷tø’Ov6óp™ÃŽx瀛0 |×Àx«îÕúìåÚüý– —T 6fð)†–ê;s˜´_·¦àéf -Lß‘}MÛ’xÒÜ]tg„xeõñ RI0"2‘ïý¸ÚWýŸ56ïÐŒ¯ôKÁ±žYÐÓ`€<ÒÓܧdTšðlKF*ÝÓ žYT‚c ò¶­«â¦Œ‘wNT}¢{Á;IvŒ‚£YåÑçÜs„ê==½~m´6ÊÖWyÛÚ[vÝ>Pt%¨¬yýe‰ÇÝ3 ¹.)½dG˨;^¶üå¶î)`K[ñ:NÁ¹¥vÐMÿ.}KÉ®]ìA¾ kù4àšÐWû@÷;+ý0yñ½‚ÿžþ[h¶>íÿmòº<šz°¸âñÏž1\áKsï ›úy[vlFäy¦Kž[ºÒ.[»ÓÎ}YuìX;gý±Ð+¥–~²6ô›Ø”Ï‹,ÜŽZVÂ7G ùg«Þýé´Œ -^½o5ÚÙÔ]-±dðæÞɺ˜QtÂ9qþã¶ ÆÆ);¤£Ö†4ŒÈ9Ø `-¹†kŸn”ÜÜìÍ¿šEåD¾ÃÑwVÝÚ˜¤o)9H×,6Õ=‹MqÍ â=RD|@‹ÉØ13‘»¦¶ÁýÅι}KÛØ±­uì“M úbç €Ÿ‚=`œûKKꈅ> ½:¨±7§±òÖÖy`o¯½mæ_pöT¼öHi¶ØÓ¥nһͱðúˆ¼1É©\Ÿ"¥o<¸:^÷Ö1z´o"W†€¸.£ƒ¶”Ìê°FÌiÙõn>#8Iô¾k"•{Õ¨TÏ67ÒkuÇÀÅok9¨°ˆo éÕul¥Ôy¥ˆkoÕ­•TŒG΂mȸ¥Z‚½•da«©eççÈÙ§4 Åwµíeú ©¿(¹•¯|ÓÔb{_íóſܫ¾ñšèåž’Ö¶œkž‰âGVdΞ _².A}ØœÁ§š¬3¼Ä¡ZYä0à—}óè,Û`ÙÝ€º.yKC)̱¡ûš^É¡±W¼Ôê8øÙÊXÉMs{Æ…øËSkÃðØåqlR*á·•î꧇ \òžKÞÑ1¤@|JD¶}¸ö¹NTrío[¤'GèQ¹5ÂÇ&ý‹¥eð3pÛžã™Á$¯‚Ÿ”‘½_’¹ ç‘’‹wÿ½§cÂöìºðâ›Àe(„—ÆH)—¶çÙØÕ1l¶J˜wÑ'Çdzˆ>°qÇëп]“ˆ·9K- i¿ŒU¹o VTÈôÕáêg®ø»Ø‹Hí.Ïh]Ò3ëæú82gušaÞS± ¯yÆà‰{rtúá<½fWɨ_«N]îÏ{áèͽzd¦“Ì|Þú$fm´øÖúxÁ¥Î‚ÛnIMÌ_BO{6{Œ[ø¢—˜ûàÓrëÔ‘UÔ| gÀ|’ú·öÖ¢kzAêå±ò·¯ò;¬Ãð -1$>´Ð2t´Ú2TÑÊWGoŸúbu “¶«§#ÂK\æ^¤Þ»‰ -vÏ`“=\’w–œëŒÔYj/¼¼Ü™wužûáÔR{ÞµõAøóm©a¬OR‰³/®Ácwæ‰eŸ¬Dð' r`gà÷¼}³P|`5.6´|¶·MGúà}¶ñV:*hDgm› ¥>#©Ä8Š~?Dʹä—PKÜãä,=ÿ\{ù³¯ZK­"'œtT=ôÍ’sÌ£äŒ.rá!Jâ…õIDüŽš‡ßÕòˆ»FbÙòϾ`ë–³ë}ª&ÁÒ(%Ý1IL÷ȉE;Z .ÌȬ?—É¿ì<þ±EÜŒ‘¶· æXZ- Mû‹lâ¶Wè“ÕÄxeµRJIHÁ…nLQs”\ðõ!Lñ}u© ‰'zê>žl«‰ýu’rÎÚPt54C+”5V>ëÀ¤œ^!•"Âæ.Ù= ‰ÚVCÞù¤•wP¹a#îU2P‡ËM#ÛflÇDªÑùÛFlYÐÀ$lié˜ÝE.Û¥Àe¸&#ߪ,½¨¢€œ È"ãÁfmËpYÞqd¬s£ƒn ª¢]A&mLⓃ°g¾9lÚÚòƒmôhmªú_N⑸ÐW÷^ÕZvÈùü/+#Ç‘z‘FR•'R[r‘à™«Oõ©Èå¶at<°No횸Ü ŸPãóm½E¨9™§ŒœßzëßübéÌ{ÔP!vñƒ^Tâ™#€ÝBFÝÿöÚ™€¸Ðp1³Ô’ Õ4@âsvü©¡¾o`!܈˜H]S=éç~Ä‹ß{ª_µa2®ÅÝ:ýKoYÌß2*¤ªŒ_Î{`l)¼Á-~ü­ øÞ÷žqPÔ7ym[ZR¥KŠLü°nùì/vžàï5&ó¯t]’»2\µ2^—Œ}håqwxäð—x`äÒŽuêìtâ×(èc;±~eòfcŒ˜h+kÇØÒµcñÃ&qó¾Y$ÞÑñ(A±`$Ê®WR 2¼X´w -ùà짦æÊëö–H­¹Êû ‚œk«]¥÷¼#u/7‡0 2aöµA\ôw+ƒÐØO‹,Âgv°ˆ-´:=¤!‡ŸrFØÀÁ}¶¶ [ÜO>ë0òZVríÀ}^£ÖÔOø8M¯¸cëAÄʸeÇêÓ~U3K¢´œ¢§ö€e%à×;J\Î"K„´3#ä蟃J"èÈØ(ÞÑÉUdŸe}œO†ËؘB'øÄü•IB¦®òÈ5GïšÄ-{FJíö<$. ¬‰ ÈáÀxqG&.yß$dí™…¼°‘C<²Ž,|a¤oýž`ü)rÞæ0!yc÷^!ª¸]úîæWé÷Ïüc “ymm¹Ô^ûh¹«êžŒ™þ»JwJó{9㺥e gu»!ÇoH ¯¶5õ©Ÿ$ôß›¼ÖOŽÆ¡{CwÈD|'L9^f >9ćö–ñ=kC[п–R\ߨYnΕa|Ú¹C­˜¹éÝ®!í©èåîQtìRWéUkgáï«#Ðw^½zšWr]ÝXvoG °®K -¾:¤'…tÄ"ÿ<±@Óy©h®z¹k8„­-¹Ø« ænÍS뎗9< ¿ãÌ-#d.Âßî,°oI­ö«p¹+#õ–öŠ×+ÐøIX–w–°)ÅeMñŠÿ¥eÞ>ò¡_C-wË(Å>5­jÛÄ%ù4„KN/÷kØpSwý;§¸‹­Ã>àq@E+óLa6†êÞ¬öB^­Ž×§¹å¨´ ™H)‰¹èªŠÞ’×ÄY{SΛ;S./V½Õu”Æ,t”½Ê‘Ù­rEÎYLÆ|gÍ#Ÿ‚‰<¶µŒÛ¨¸CK]^@UôDÂxò„øòÇñª_<ÑšŸaÆ'ùµ<Æg[§â?¶¦ÿ®ÐI:ðU;zDÊò@ÍÓÀ,­$$åÖîÌ GËm3ÇŽÖé#‹¸Å7ƒK··WÝ<\äþÖÑUt}µ¿ôV¤‚¥«öÞr'æõöxCýZ7æ­WxIÎJ»Ð õ ¿äÞì‚;_wA_~ïšÀåºfH™>;l$—oë)µG‹ñ¡­ixo©¡+¼ÀÁ[¹,¿Œ»§cáÿAÿlãP>iSÁ{f…°Õ>vºŒSy£±òý÷lá¥íiÌ=ˆŒqt–\7µ¤Ÿ¶w•ÜXGÅØê^¹'êb ,d`–˜ÒŠ·5,HP…N (‰Þ9h¬¦)ýê¼8ëŒ{²:ê³Nõé(-2yK ‹ ©ái DÈ¿mÔº/Qê¾Dz2›Yè-%­,ÂÏÛ:m×ÐÔP ˆÖDÌ06ëd<ù´FPy«u¹¥2ñŒ­ ›¶1I.\î…=[¨êG§ž›cf^ ÊIe~9³4ÈÌì'æœV7Õ¼ÛR ÈAv`&Õì/â*Â&4°.±YA#\`!÷¬K‚ÆC€—mí3{–æî=Kcû&pýíC'–žª‹ÝµOøÂdì)7ûà4«Ô;Œ~· L?=ÏN8im+¸ë†ÆŒÒNË…÷Ïç“csmýUlCU6#ý-ô´Àg°÷Ì}Ÿ6ZT;VÕ7φû•-ü°¡WúiYغm¤C±BÂÀx#=¶÷Ù@^#æï÷Œ­½Ûót°_Ë\€ÆÛJ¯/ c}Jjõ¡×äRá@¶1TÚ¶I Þw4 „8؉ƒóÍÓª|@ìXÅ­Ûæ¦Ž-CSƒKÅ(ßÖ5ðL ­ŸEM! »Þ9MËY–pŠŒl×,)ÏÒ ~CÍüc3øíù ÒbòÜÒºÎÑšW–®ân9!M*@;$ÌZ€/)ÇVQã–šP°¥Fg{TÐÄM8Ã1 -zPa -w-"¾}Œ]d"¼ßÒ󹯴)öô´3Aö™ØC›°uÏ,j94‰ø{:.&¬áaö ·5”ž…ÚRRj€y©ßš%¤nÏQò‚rr•´Ø‘wÍÔTrÝÞKIl‡¤ü2†K;9ßPts†™su“vzŽœqÆÖ^~×3CH7´ÃÛû°iÛ:!Õ«bÖï.pi¶–Ñíņf¯†Vé4Þ9V»9ƒMS7æ^Û–kvÍÍ]‘s0>)1k±¥êf/ôý·-e¯¾Rp -ÎSK¢~ g>üÞÚZRàsƒJLzP‰ÍòLCã—û ŸâΪhÑ'VºÊŸlL“rÔù¿/4]wöA¢Ÿ©k^ü·ƒ;^Ä6çÊŸ„4˜Â?þÓÑ<þo;_¸+‡Ä…¦+žíªàÉ&&fÐL¹ØQþ‡[ByeŒ¡ öZ\“x¶üÝâ²÷¿Z«olôx¦Iý踟N¯ôâ“ýÓ<ØÊøÅ;çÒ|#èŽ}­i­µ4L-ÙÒ5‰}2È/Çæ„4,ì‰Ëø´ÄZI„]#±­'ÔµøÂŽVw¸Ü2¹»$n ™Ì•IDÚÚdå« -ö~[ƒÉZèA&v"3¯ëšáñ®qN™½£î©“pª§6ú””øñ²‘—tÁ=Zµo¤aTÝ¥QÜ’—¿zÇY}}sÓ¶C:òüŽŽÚYÀƒW˜´ …\ëbRé97Úëã.r6OìÛ:äûÀZŽôó^ª|ꙂÇÕ„|€ÐŠÆò'}˜ÄÓ˃àX€mª·€\ã—’ -=ÀÍ«a‚í#ØøM ±4 ¬ûåJ­s ·­qvŒöމ…Ý]6…€Ü¦ç ¶tDÐØ=µ9Ç£¬I(Å!îRÒ+æ¡OÙF0©¿;ºÊÿP ²ÿXèůO¢ -†±ÏyåðüƒE:æÀ øî%&cßF£…õØjïT$s¬ »æ†~’Ž‹|0°Ñ5äR3!~€9–†f w®KékS”’}[×|ØÚkܳwÿWÂÒвcdÕ;¿¸*g–Ëkÿ­4›¥;j6Ò7MHöŒ!¢Ö«ï9»Ê®ixÉ'Õ‚‚+ýܪßãîù‡¸üÝïÞiLÊÆ⥭掣·öÞúpÕ#×è~p–ø´s–XÞKúp!¤$Ô„Œ=Ó^Mß„w¾µiÇ(äYÅÍ{‹Ž} ›ä#ù›P’@ÞYtâJü¥‚Uv{†Zx ˜«»¸üøŸÉ™o~17S¶¦1iË}…WCÅ×uMiçGÐ/NLß—P®8ªßš¡/›aI'ííÌ ¤…V“AFdöŽ®>eSRýÂ;[µ§#‚Llb@E,:ÐQªþc¥¡þ Üþëà7|±x‡FÜ1Xtou¨ôÑÚ46] n’^x{m˜àì=³´^Ñ “ÏN‘c~k?ûU˜w÷«yVî)·ô.·äÝyG7èéRwm‚sðÄR\†_N+÷IÑ9>5Ÿâ•ó!5”aÊ·$ðï4# ÃKØù׈i÷WÆë Ö¦ðyö|¬c·6‰IvK)ù«ÃèH=¶l¯ŠX*k©}>Í/yÐ66o/44Gö6:Yá×Ð@! ÞvíqÈ$/ `u]¨·~ˆëœe€fèåW[«~ë¨zûÓz?èÖ¶–¼«E•ôâSϸá뙦⤃%.}QÀr˱y.@ç<²ŠhÏLÕ‡°ž‰Ú7 ø¶D–”™sÆÒ‡x0ˆÅ{vq÷®ƒßŒp’ÐA«Þ:IIߘaÕt$Ć ž¿¿Äk=´uþ\ièô®òi° Fê„Í“ -L}7جç?îhÅ ÿ£4R¿Ý=‚x³Ú¾»ÔZ~u¡vw€:_óáοÆIÙÜSè$µ(÷’Š“uÊÑ[}g}¤êaP -~w¨gÕïè…dý"µ.ýÊwŽöÚœÃÈbÐЯܷ¶Ùù¢+‡Ꮅ9zÁ°¨ö·,îÌRG]ö®šV±5‰Kr’SìÝèWæ–ú -zõ% »öŽgœRdm‡<35\rI`oÃÕÏœå/<tÀȱ®éúËãµOU"Э¥vfV€ùè…½;4¡Ûjdk– -þ´@Ç|2³É[JTšgµ§%”ì(±y-2ðÿuŠ;?™}×’ÊÖGjÞx§ë3×gp™­è—$Œ¢Û+øxGwí}ƒ(缜žrX¿‰+Þü:ŽL¹ºÔZûtˆ˜s­ðÙå¬ôTÇî*#™èžB|Xîƒ<Ýœ(蓞»g*ŸôŠåáº, ›“ÈÄÃE2úÈJDZÉOvjý±‚j‘é~E݇ÏV.oß(Yšz#ñ²g¤#öt„ß4ô­»ø¶š—vauñÞ>Š/adßÑ4>tÏ`r'¨¹'Èy7ÿ”²«æ _ìAÇ®Ï`ŽlLò‘•J8²’ë,Äê]+©6heâ}‘}áKLæçNƒc ç!¤íhDâ?ml¶k¬æœòñÜ‚(çæÚô宊\²«¥V)„ ›–.ÜÛ€œVP`síÕÏ;*þX­~è–Áb|jJÅ–†A¬õ9je@Ïg‡l¿ˆ=~à`·œZ©{ø—ê û#¤ä¥®úW\ʯ½°·§ÛÀ//‰+Ÿ^i‡ÄÿÜŽ-Œ³I¨ žqËðE¾y< çàvMp RWM*¨I…¶ÈC{ù­ÅAÔÇ­Ø­#âÜ:BmÐÂãxtt¨[Ã{ BNð}>u]–s¢ø~HKAÙGH˜/˼ƿ7]a+w´LÅ„´Èœ À oLÕ§h:ª2¼²ˆ/`ùæ8•›¤[;ôÞ 9ç·XÒ½uñßΠ“NmI蕫ㄬ9zÆ/ž‘úøm)>=$ǦnGÎ Êé›3„lóñÃ(¹ø¶’AÞ³wiBV>/ äõƒ%:*lâQƒ:Õ£j K°ñ-UiW:ðÕû -F­³«òõÄK[ôž–QtÊ&,¾àC\™ epjÞŸj‡%\ÞÖ0a‘º2Ñ1z0ÉH;7LN9ië¯¼ï’ ãGxUq1wNÌR“îþ½Þ"Û36ˆÃ€~ïëñe¶ÁêgšæìsëcOw´ÌºnԇߚÊÒþ´6|<ûŽ\¶«!ä‡ä¸l×8âÝR7ô¡ºr·“{qœs68Í©[æ¥õÒÞƒYë'%Ï *ÿh©‰=ÑPüì+ÿ*e¡¹ì¾©±ðjHŠLÞ™'Uí¨y‡z2(ÒÿßGSgÙ]ckÙý ,òFcWŽËuŒ×<G>ï2có­øêÿ®1‘þÚ!} íÙV5²·”ôòȾGgÑuScÎe£8ûÊŽšP®ê¬xN¾ó¸ìõÏ{FÆÑ‡Žµ·Ã®tAkúy$?‡æà†‹rJ É2AÒï^)4õË2ƒ‹,ÜÎ"›¼»È¦þµ*êÙ6  V'!ÏG˜ù·éÏ{#ûÙÌÈÚpm¬{s¨Eæº&ªÞš[roŽ ß~·Ü‹xӃ˸KÊ}ò‹”“wmßDF,’À&Bp¿*è_MÌó*ˆ…>-Ÿ¸!gTnky„=üi‰EüËÉ~^d Ø_-{¨oɽb쬋¥Ü‚'þØVöö›ÖÒèï;*cO.wUÇì©ðõ tÁ¼¨èŽ’“Î3G+òXr@†ÎÛRbжTär@(‡Ë ê¾NØYâ0Ü:r¾§ü‘}¢îãÑj›j¹¡'`àýF!+deGzžÂ>-Q0ni}v<þÌžŒý?Ãl¤çtP…JñLƒ_®V=Ú3`Ëþëìh„¤€œÛšÀ9,nGKæ–¼fc—æUPKŒ a ‡¸9YŸ´3O,÷O#⢬ËÃð×?ë›A÷›1Y7sÞÜú¡yqöÓ0$ö %é' ðˆ·?vBãÏ´ÔÆ]œçÞ“ ËžÆß>ýð‡;?mJÉçúÃÆ $&l"Ã\J\¾}嘩‹ qûÿÜÜÖµqTRPÉÆ.5îÛ[&Ž×[•Ÿ7„ýŸ–©Ø#@£<“µO]ø;}èþÊ*Á7…Mr C¢Ý#µñ›Co×úJ_ìj¹˜õ" …µOæ˜y7×°ÀøË®+(™¿N¢’ Þÿ Å¿ÿÑ"ʾè?Y¬z"„½ù¾£.î„w›îŸ­O0ˆsoš›rîø%¹Bªâ'‹XÐÑwlœ7d“M|Vä{õ}£€¶§¥×ìÈ)…9zñb+øÞbcÝ#9§æq4éDWíÇ_E%ï~F¦ž4 -¯oMÖdžä„b×"ks™¶¥fAB:}ÏH©ñIaqó¢¬s2NòÉ¥nÐmÿ&eOÏ!> jX°=½ˆ½kàC2Lj@VóÚ%É»mëxd ÿÉÈ%íëyÏ,µtWÇ£îêÄ,÷4-w ðÜ ­ÕçÅÕ÷Ìmû+Cèè)V™®¡ò†‚“yŽ‘wo©»ò>‡îèD%—û`I†^d¬¨&õL8ó¶–³õV?0ˆ+n/¶@^® B¢·fàïLÄ~äÌ€†ƒh¬KùI!.{yleâ>/Ó±GVLÁ‘‘qhFfœX®o«yJ+zûÓ >ûñ®™×æ“â2×{«î,·•^U0Sc<üŸ|í« ô럶•ÈÌ !èwÉÞ®ØRÒ*M7ä¬è“Ò“SƦ·g•¯ -Ê7ÏDË^]œã¦¾ø÷ -¿!Ò/û“‰KßÕ -¼X¬¥¥ð–›r%øö1VÁ‹ABÎýš†ðËñ> òƒkš i,z.!&ŸÓ -r.,´WE•Lœ\ ŠôÈóç -¿é“à ))®ÉšWkÕ#gOöë¿:ŠÖIá¥Í t¢OFÌöNãó\#„ì-²<‚ý iª¹ã!¦ÍP²Î·‚^;Ïι¼ÐXñp}¼¯ -—”\dé«‹o¨|wó«^Ôûë%*o]RþÌ#ƒ¥ïè·šÇ Y„íG«üÖÈØ¿7é,çH%ÀágG§öØ!ê>Xæò÷–Ä} ¡<¨¨{¿3+ iˆ¥H²ON¬ Z¤ãä]쯉ú¶­ìñ?¥Ä'}RR‘F\reýá{~éó¯&hyg™¯¾E¤Ÿ7  ¤„¬ßôŒŒßœ-€wî=ì#ÄýƯxþõ$1íìæXý»Õ¡ªGZaþ†Æ‚û®á¢§»óȼC+_|dkb¤×7O-õ)™•¡y1¬Ñ·äÔb¯—èžÀ}XøÊÚ^÷ ½.ùg^Aô¿Ì¢ºW:.øŽ’žFÇϽbnʽ­æÇ]™¥G^hν’±j}s,˜k©¹6Ž^*{ì›,{´>÷Ø/©ŠÙÖa2ÂZx_'¤û¥¤üÐ:åHK¨ØSÃ3ƒ*Dþ– ›yd¤×”ÄàiÖ¬Ì7r\S´|{䱊—þÛ,5íÀN—¶æÆLŸc•^44Õ=ñHØ¥KmUw'°—=ý¶«æõ [KÕÎnì»ÍQ>Ä1Ê “2ÎØºÉÞIA­g ó10‹Nðˉ…›Àšp«(Å*À˘{áq!ºkf ÷-Tà©aû Äò½R¥µ·ö‰¦±âöú$6ÿÓJÈ_I.Þ«]Btb“Ôüò»£¨”3&qñ½ ‚j"äü^›øøÄ|3¼Ð#£Ô¢”S -Nü•0ñ©½/ûÍC8X‹<ó4(¾äå¹1zú«?<Á¾ ÈŸêÈ>÷Úg¶®â«Z~ê-?ýÆÆ¹}—{=¤´„õdˆ¹9ïÆ>öW~áý¯[K|åhÏ»¹§#Uºå,pNÔ­ïxÕqôÂ_«ü–# áš=X*¸PÕ}üdµúÕLÌ4;ï–N”ë“•Ù; ÝÖR@ .Ý=|ï쯼»2XýhMBΠä¿ù öð»…®Š÷!@O×' ‰¶ž²×úæâÛý¨”Ÿ9ùϾž¥'œ÷Í‚·”è4×,øMXÇüVËÐñr‡˜³ÑC‹äI€ÏaÉÇK¸š/«n…6ßQ{°Ì :ùMÇËLÊž_øy‰Š<²âán%"Ë«¦ÕlN“r×ëßj¹7Õ¼Ô߃sÐ÷ŽQ|‚JPpZÁÌ=5MÊ?ÕMþ“üôëYrñGGÝÓ†òßÑ2o|Ý}öÝùݨÔ+ÿþûum­é.¿×þi¡©æý¡ŽG>0P!›³ÈÎ)j±GÅ'ì˜xt¯†Ó "â$ÜÂk«ø¼F@ÊYµ›c˜‹¥— ܳBêO3øì“ËØw}ˆì³RRÎ9³ äºET|ÕÙYòt£¿6Ñ7†Ju÷¡¢M ¥7œíà§»ÓìÊ„œyé“=Zõt¹%ëòáøã_‹ø’=%*Õ7Zã誼œ®Ã2É?Ù‘×½÷ÍÖÇd¨„-.-¬aÕ‡ ´KJ)ðL3KÜãü*Ské LÌwãȘæ(Ïjùyç[@×={oêD¾í'Xjª}anªx1Žˆ9aâeÞX爫æõ½ºr¯›uÞ5ÅA†µBº¹½èöÚHõ “ꃿÙÖ“*Â&Þ5G+µ#£¼sȤoІ¿¬ZÃz6bc’’ah)º¶ -øÏ]#²geQ¬Cˆ(¯œ ó+ÛD>E3Cɯ¼EÍ}ñ!ûé¯ýˆÄ‹ 5÷­½ðT¯BÀØTðákSØÌ½®èhIظkâÓÝ3ÄBµ¸äÞ|Kù=søù¶–+ø´Ü°p™[j!Q!ιè–âÊí–€[ê“Câ¼ -LšGI) éHÕ®‹ýFˆYü¤(æ÷¯wm‚ÖãÕ†áC;Òó»xS~±uïâ?P)ÏÎ:;!1€Ÿdfž·´æÝ16ä\ÃÆ/,~úÝêãi·ä -6åáwkÝÑGR¥£ô@Ï˼¬|ü­òàëÞêgÿšÅ%þ4'È¿žúøô?J^^ü×¶ œ5úÓBC~2Ða)²À5zaï+½®j¬¸NÈ?Ù NýMAÉ9;M?-'å·ˆ!Ì‘ NéätCyÌôŒßA÷eÜ‚{̼Çß îüÐRþæ-õôrwí=Ï2Ñ3]æ–€Þ(Ð=ƒ±£¡€Ý-ÝÖ¢³=³uïV†áQ¾È™½)€Ã°µîÙú€ïA¤!5 äšÇ®ÔÄlN×Çç‰Ûó¤}›1AɾäÀÅk›Ð±SìšçÆ–Š{kC%Oý3@Ó}jlV¤ŽÓ'» qÏÄ&®MÓóó̺€W´g¦c?;¹ 6Õ?Ï ê)ào]s¤×,©Ø=CÉ_ÅX‡Gí¨©µ‡±(¤æB¡Oޝv`!Ö|Z¢"ŽI5Ÿ—ØÏ: `˜«ëÈôîŸB§KHq§dÔŒk}°(×(;u?G(\‚Çzfà ~)ÀR\FØ@Yví[™$`͕橕{&*Ê«"ÂöyÜ#+Ÿ{`æwÍL¼KA.Ù5s¹û>ÿ³MØøç‡q´@©ÙVSмÓÄ4Oö^L”^\umgžX¬ê"Ô·"_®ŽÐr¬Ý¨W«CàGã5Ãàgæîª;‹{ÎaA©¥OTlï¡%¸§X¥«‘}Ûý•w\#u/|sèl¯™l¯zdî«}¶»(à€˜ðªÙЀ†‹ÜÖs){–æþÃ¥Ö±Èg [RKŠJò«é•ë¤,Ÿ¤_îF&~ßIþVÍ®½±ÒÏÊ[hüÃgž54Ö½”óëÞè›á/]RºGJ/[D¼ f©¿> -ð݆fð}5¿ò& ±)¾)tJ@J/õì´ÜOIZì'Ækš`OÌmˆ˜kŒìCë?Zî­}1FL½2Í(º£é¦Ä °÷Q9¿¨ýaí#%NÐJÎ -ßEO÷OBÒ‹â^|GLˆþIT˜xjSy“pBP{bŒš~‰SôøçiBÜ/3ä¸ï†0q?Ž’/j…Ew=Óä}_}<:ùî¿z¡n±ò›Ì|žg:Ò? îµ½=뜊•tnm[h§æ×$>9aè¬É;X Aöí´·W>Ö r® Ô¿>ÑUóø_³ø¸ŸVÆÉÙŒŠ—*âoÿ:EμœÅe»GaQ;sðøàLÅûiz̵ÖÊ{ß©)¿ûŽ"Æü2Fʈ:4Ð(_lÖ—%Jýž›ÁRåüW& —–GêÞP2 c>ž™e¤ÜÓón  w”„b÷:a(53ÿÎæ`}Ö–ŒO1u¡³ÖÇ(ÅÀõKßœ`VlIY`ÿ,1ÇÞŸÄ%\¢$Þøç(&ámš½Ü_û*¨‰ìßã1Ãfð`˜m#åS1JaáÍM &ÕÒ‡.×4UÅoŽ£5¼„ ƒ !ðúzRéÆü=ÀC6$5¯÷ͨWŠ-^ê¿^l‡<Ùœ@$äIJ°†C:¶òEo{}rtr@E,>XdÓŽ-lÞGü§“ßðy™/ÐP*W ¯œÝ5÷Wz`O׆ê_mŒÕ½9Z¤@Ì#Œì FùÎ|Û;Í«vMRm=•·¬E—lE—7‡1qÎQzº¡ƒðÚÑ‹P -±öAè+ƒ8ûŒ¹9÷¼NœuÞ3ƒJiuÛ:gÛ,j\Ç~4 aã:0/mƒ»––¡«@|`bâüTúÀ›Jt¶\XrÝ;Å,Z#g.õ ¢õüò«k=õ/6†ˆÉÎþúh½8÷Âú£Ä§hå|V²%«µv^[êÌ»¼>Zý4¨¦”ùçÙPÇ âµ€æÏfàør·”˜éBE/uÞ¬cã#g«Âzq×Ô Ú˜£—ú”JH#fù¤Ìš )§Ö8.(TöÓãÕ˜—Ë£Ì|Ó#cN„¸+!×ݘ&£kĈ×öN|Âr+ö¹vOÉ©»51ˆ«nŒÒK®sr^}?J9¹n¶|âÚ,£Ô%"Wd­te/!®‘vRÉ){©¹æœ¨}n®¼³<©i }S+Vgº¹š¾–Úhñ”XCbW‡Jÿ04åžFÄ}׉ÿ~ ôËRgÍSË8£¨.'ö——Oþ£¥òý…­)d’¥)÷†YtNŠyþ=3ûv@ߟP𠷺؉5ŸÅ-yyk[…#ÿé`³]£ GK-¹çUÜä_›*î}¥o,yªíÆÁÒ`f?ý泉;6ÐàZZ{ºîý &æ~ÞýorîÿÓÞZühŠ[ôüîúw3ô¬×a RðQkÈQÚ…~èÛ±rîýsŠwÖ9zN-||JÎωþÓ!îý´"î>¶3©;zt¡WL5v–ßž$§pJp¸¢wç3_þ—cZ´-…¼s —Þv‚¬Þî?üN\pó;5ÿÃA#©Ÿûô'lÊ“ßôMÕñŸLîg‹¨áØ,à… tdP‹)ÜRÔFýwƒÁ:v°„äò7a™Onùò±½CqähWþÇÛ(û¯›×sdF‚ÖÇ noinTêýqrîà DÊú(<Æ=…N© …{:löŸfR…GŽO÷)¹u.§Æ:@zïWêJÀ#ÎQ}ni-¾)eå]F¥ü´ÜQûÜ-eÃtíÕì=5O÷ÔŒšvdfbŽ­lÆŽMXc–,Mв×bƆº£yIÒu©:¶µ œŒœ¿-ÅeíëÉA5:c[‰ÏÙV ñË/¶CïÍ3òÏôÖ¾ûa¬þãOJJÂo¶¶ìÛa­€áRðñŽQlü¶†VÔ’J>Y™ØO6&iÛL¯wIÑé m »n <7¤%ÌýÐg~Pò1{Z -8ÒwàðŽŽ÷Õ1ƒI -™ùï<¿0’s ë˜Â¤l(ˆ¡:Â5Ϫ]ļ1v¡ž®ñ+|ò®æHߌÍIj¦£—øÀ¤s=u)¿ cÓ/,õÕ¿þî k/€x9'hEË£”Ô5)­Ð¥æ@s¼ê5)»|gO;²ˆšÂF*Ì£Âfž¡Î%çý&8lbc3ä¬U9£tSÁ…M‘z?„œM€5ÓÔZ~g†šzAÅÎÿc¡ùzy€šiáäû…Ùº~a–}Œ–±§gŽm\Ά”¹"Á¤lÎ -<2V­WÅÇ{´"ðúù–È Ï8äÍñ"nï­¸½ÔQ~Ý9\÷JB;8‚J;©å®¹æ•³­Ø·Ð´³ -qÉ;ß<¾ÈÒS{ÇÒ y´Ü_ÿfeˆ”²ÔGLö*éUA=²:IñJñåÇË\rTñ>°îVÇa/ý -B¾GA,tN¡RvŽÙ¶Š†QD<ûÙOe±÷.Uâ6øí;(Ä¿1e@Îý`mÏ»¾Ø^rÏ0@ÈÉ}ÿÛªø‡çFjÓç áÀ•FòÌÕ~°¶¥]TàcÚ5±pþkyšUfìÁE¹욈6{æhÀµñS³Œ¢«J>èž{ŠR¼8É(é']” +‡µ,d¤ÖÝæ4"Î;‡Ïؘ¡l(©M[³[×Õg—õˆôÃ]0ëäX«s¦W°>EË[å¹´ò¡{²ú™•¸2Í)dþh«Oþm± ú|móÞÞ]ûÀÑWx7<Ë ê8ø)·Ö6IÏ÷é„Ì­>ɧ¡‚¼Zbᦛ¾< -yé•"Ã:l‘WƒËsÌb–g iqÙ“RÚù]³fKʬܒ3*C&àb†ß(f/M±*UMµQ{‹\ú¡CØxè4FzïièÕ%s†’³!amʸÐÅ^Ìkç0=Ë=݈\îëJ¯ÚºKî­ŽV?W‰sÎXz*Ÿm©™µSÐ]¹¨òñ¶‘ /pð5 ¶«Çýé@”XjS\rHLä=l¨ºÚ CŒë(&nßÊa…Œt̾•Ž>¶Qá{fbÕ–—^ TüL^AF»§°I[Jl¦cüÂ:Œxã’Q‹w¼­åb"5¸½‘š«:1×1#€lHyÐM¼6ˬô(™°°?^âó¶MBÖšLõ/´´M"~dÿ¤O/b®(ån91Ç=JªðyA­ªo†=Yh„¿ôÉE¸Y6È9DI^—Ðr–'É© C´¤¥qV‘W×ȱKèÚvìëµÙ6ÆÚ\×%å,ĬpŒW§ˆé‘9Ù5ñ;€ÿö)_ª§ÖEÎúøÕÔʰ™ÇpkùXó$¿Ô9Ç*õkY°--¡å•]^ò’{ŽPì•òj…[A.Z›%åXG©©k -.Ô«ko[›#uõ\ -ZíQ¤¶ïŠ¸Ç·ÐÔ´8ÙA4KÀºa\ì|WÍ=Çñ9²ÎÉì™…!y}r@†-ðÉÉÕÎñf˜e¨=ÉA½S· ò¿, z@Ž[©x¤äfœšÂ81…O>®' Ðu»j}N„[•6`Ü@.ñÈðiNÅê85ÝÚ‹‹²ö¡ß¬OÓ -ÇØ¹ Ì|çZž xòµ)r®WÊ®r 8`ljXS -P«ªFªMÚA× wBLãC,óh;leJPcjFÅn2rZµ_Å©_cd·Š/ªS~1w“s]3ԆؿŠZií¯yfé˼µ¿P}`§ì˜©Ø-Sk者«Å0Ä­´3J—ÛfŽM#ûV6-¨Cfµu‰!-¶`×D©é¨K}°G®\ƾ™ - ë ÅA ¹t÷gb ¯ŒTd@FùÕ̺m[cϦVÈv©ø©±ußÒØõÐï Š©U’íR1ªÖ¥¢z¿¡µga¤>SÓSã™§Á<:&Ú¯£ÂÜ -R¹OÍ€zTbŠº±þ¹¡“Ð47¬Ír*œÌœõV©s†^º2ÇC¬(Zx«êŽÆåA­²…o›é·Î¶¬Ëù0àz•ºæ(%~¾c°÷—šzÃVac0rÆÉÙ"Ù±‰Z}z&,hæÑ¼ lœC͆mè9¸-3éÑrѳì²Ë‹ÃØ\VLÛ”Q‹¶nð(©•›2JÙ¦Œ ˜[úý‹íã>Sc˺š ™[úÂK⎠™‚ðh©Õ¦AÊ{ó0%Á鹪'Õ|q6O|r¶+ŽÍ£ö†¡]³¨%éblYG„e¶q!hm¦жvÛ[%®9lúê8"ÎÚ[쪹2†Žß6ˆ>u{g¡¹;dìÓ8M.©îSˆñË~…¼ õPß~a&~tɸu›²6žWÙÓ4é"ͧ¦—Gú¥©»`1JVáO¦††€¾­ß«ësk»G­³íd“¤nìç¦Ù'ÄÕú6v²³UT‹ÉËSÌ©Æú»ÊÌë¥1F麬¯ïÁGYIÀüÈiµ‡¡xK/ ùt|Âò)Ë>IHp&Þ¯kyµÍ<÷|#Ó;ÏC4lbx‰Ãó¨ã)i¶ þT*€GÙ% pS?;mc†]6±Ð[z>msžò8è/k #{vQË–ƒ ›ÛCÆîÙãÈyb#®Ô+ƒ%¬KÀQÎ1ȳeÀ[mÊEDÃ0#œ^zfeà €ƒõQd¬eúLÛVyð/BzmÐçµif¹cœ^ášÃÃ"gÏí ìþ’@¼©à×äb Î[ym÷кº«Ç!oÀ­«¨n•€¾gfÓ8­LÖ¿_ŸÅ§ú”LhPËÁz¤‚µÉº(Àû} ¨jß­ŽçÞ\Ÿ‚D”G^ëÿçè­û[Û÷agÇìšÙÓÝÎ8í8Ž9vw¨¨XHI7ŠŠ -RÒ’&ØbwÇÄÞûŽïïó¼gyÿ‹º\ëºÎóˆÅZç± àõú0›µ9Ê“­Y›h뇾,sJBŠ_PSòöÆZZœšÕáV^/9ï»*öº{€\¹5ÒÊYm©[e᧨ÙËæÔ2 Á6ì- »ÎvÑÒ à«4uà5àóÍáfæ‚©7©oú´mˆ¹6Ü%³§ôrù¨ZÜìÒr«@»5¸´å\殃‰ÞkiØt4·Fšè‡s]æ™Æ–­‰–Öí™¶þy®vožÓ¿?ÕмŒT°KIÎp)[ªõí”ø¦Ê”›€·+Üu67oMԓ܃´Ò­avm˜…s[h%«ÃLäÖXKÏ„´:dRVî³á´·‘Z²e¯ÇL5w|]j3œÏ ذÓá«æzô®³Û<«­«™Q’@ÀùÔmŽ47î;›Z'ÛD;m‚E[rÞHÌZ¶Q¡ë£ ¤E)gÅPýùøüýsg·ñÄÕc=rv©Ý††j—”–<­d—›…-ÙìÊ‚KÃØÔƒá–ú]{=nÝÀ(?fÐ7[FLö¦½³Ã*­1añwŠüîý¼§§áŽ&®½ñîk uJÃÈ—Ô§;ºY c2vqceÎÕ¶²¤Ë*&c¬½ww¤‰ºðþù=áE«lZÆŒKZ ­½Ôx{GÙ;÷*iÙ@/ëê kCÍÄ)YK餦—:®ê€»T´ôeC+~N×Ý0oê`Íé«G¨¨Y9£|^ÛÝäÔª%CB1ÖÚÑšº$ïÂo t×­júØnCWÝŒ¦6mÉP|8Aª<fÖø¾3ηlXëkÜJJÆ¢Š^°maTì;¨Ð¹lÅĬt)iózVÕò —>%!'ŽsKŸmÒ¡fÓހߴÕÁW†˜SJrÚ Íw¬Îù|ü#gcwœ†Z¶ò×luèM·Í=ÐJ2u6Äëz¸©ÃŠØâ¯}ÃÚÞ¾6Øw !öÖâWk|ÁŽƒEv«I…¦æ’gN~µï‘«U°;ÙÚ»5ÖH[µ4aVŒuЕARÎÂ2zý|æÐxK«…êF„̺Gå"Æ„º¥lî¼ÖcOéÙÈ9}{A/ìlc¥ÔÜžR··¦Úe[æïÏuöçÚä›ã  f ¦µÌ¢­ÑÆÁµë$@Ìí “ƒ}<·E¨Z³ó5Óº>ž^ÐSÜßÖ“ÐÏ𻊌MDïɾºüM[·hw¼K¾çä -÷¦ZºV†ˆ-g~wª]±7ÝmßwwÙv¦˜t·™¼ Ãd¯ 7' ,¨MȈ·öÑ¢]2Bâ&ÐëÃ,Ì’µ1=ЌٙàtÌð†v¦;tkc\ñÊpKËœ˜·h®C¯Žuôì}½ó?mÀ"¯Û àLÞ¾“ŽÛŸlWl»º Ójbú‚ŽZ±ëìPìºØ]{NÝm C&”øøy+º;C'/Öw®1I#-¬½™Vñþ»mo’T½ïbà×ìícý|”M¨ÂöèÑý­âdµéƒ³[ˆ˜—‰#‚ƤÁVúG{WK쌨»|F®ä8Jο5g `e#ã':5{Îvñš£™2¦bdš¥éCýbŒ–¯€‰ÙÝQ<$î™±Ž–µªîjݳµ·mÛP ºæ2—¤³ØØÞ—¦mæ'ªšûR9X¦.?çG9­ÂwÛÚ#Þ²òeëÖ>Í„ªa ºaÑHP1®–µj»EåÊ6A†‰¯ÃŒ(l -‡|P¤ ÖK›TEb–4™TA~A¡^u™¾ -œ0NÏQÛºz!nE ê««õ÷L#ç<+d×Å;$ÅC°¥KZjïiËœ××Îh°qKr᦭¥a èëqU;ÒÐÆül¨#½ç3sôlXìt?½ja ;ohÆ®XجCWúm®CôXí–{<ÝÔu¾GËöζ‘þº|-û^LÂ?± -xe³ƒ]¬M·cÕT_5&ff8ºI óýŒü@ëš8ˆ÷N9É%ĦÍÉI¹ÛvÊ¥…´0Ø›Ñp‘#2N錶¾xÉÜŒ^21 €×O`8z©+㊳½]6qoÕ Ÿ_6(VÕøÚúžÁº.r_d;²éC؃\줯ؚ°‹Žê" a—¬ŒòÍ1fí&à%VuÈ%; Õ¬-øQVhQÅÚ¡IÜåsÅ1ìfi“"x‹¯î¾ƒ¯b?*N(ºF(ª µ·•Îjذs ny¸¾vÎB-Ù›náϾ:œn×l»êëÖFIKã].k;ͦíÁéļ¢AQ/dHÜ2ôÔM -¸V1nJqf¬Å,æáÇT-—Ž —cÖ,lÊöh¯fË)ÝŸí2îNr%SlÞé|sϱ›Áúg½Að÷JKÿÙ<[´?Ýаéld.Ø»:¦ üVc3aJ×FvÚèà -Fά…ÃÚ›ªoX²à@3ZbÞª¥½sg¼wps´­}ÆÚ\;iá5Øu:É€`´QÒ>â5Ú3¹tMp;VðVD’ÅȘ™½LuÝíY¦>¡•6}âQd)ÔÖsRg=Œ¯~ZZŸíVÒó&ˆ°™þæ*›BÙbQ -ÐEZËoKÖt5† úrD]ù<Þ8”‰“¼!TÖ½l&wÇ·³µ™$‚8¨8›ø4;ý4)¶æf^jíÝ’LØ6¶%h «7Í¡“4Ou5/ºmÉJ.™Õ`Sœ„M+¦iE:|g‹ÜDW§·Ð•-T}ž`~S‰T?q/e¤Öý”–Áøéù‹p¯§¡ó³ Wi5̖̽“„W9ièfÌqk–&¦[G,œ1Ð z [­Ö2úúdݲÔî.}!§AUOf:ã0ZhivÍëšê»ÂtüëÌ$ØPZÁ]BUñC»>°¿¹ ¬äŠÈ6¥¼gÃÉ“­ºd²¹õl-:œihÚ›åé·§zŒkc=ý³vgÌÜÏSKåx ORÀoè UööC•"NÌáÅË8Ühƒ¨5Å ¬KšÔ·Rw]ݦÃÉvÉ¢­mÒh»$ývV—xÕÒ¾ÁR¾åÕÒ»(˜ä¼œ=3 ÷KLì÷Œ”ÆK™’ß^ <î?Kÿ!Àòk^Jí ˜ÆçêÎŽ§Š‡”J-&L9ÒÝ.A1ÛÝYtÎa6¥q+¾–8öS£yL„káÙ¡—÷, wõÎ 5¢ìA“\æhëì›'Òٳɕµ¦'aÑ”_Þ{—\ŒŠÀþ– ’þ‘”%ø)8’váÅÛÿ0â…ÀXÖ…{/J=<}ðYàÁß+«uèé;i»$WÝÉMíg¦õSÍýtwïxmCÇ|…팮Á=s -¹wŠ«”÷ʪ ·¢£ˆ?¾}“{áî—/Ò<>øÁ=®=Ê÷¸xÑÓÃÓ3á¤\v72¡îoŠ/'&Š;„Å+£í‡S­}›ÃôI »Â¦ÖöèÕ&R1ÒÛ'v±xâ&FËt2š {Q‹Qz)¶h¼ùÒs?$ øädÒ•øXèä˜LOI+«pÅÈÁ/XëQ* ¹³ÏPÂlŸÉÀ7͇•“^i¥ÒËQ)”b’©?úGÔx<öÎõøíÆ'—^™AQ4¯O0»ži qè‹L’ô½´S ¶Ë»ª­Â¦4£¬Ÿ(‘šH-=cEdÎj²nÅ·šêô*BÛnÅfµýè -÷ˆˆ%ÿ˜Úòcp Íã±O‰Ç5àXwžçx¼û„òx퇿ðÚýSa1û&¿C—m–ˆó^ÂQÀ7ô6È:À|±(ÂOã'䆯d–›.Geuÿü6Œêqý ØãÙ«hæ…wÁd‡o«=žù =ã[.øÅr~x̸èU ôª€Ý8kîj›j©³ë{ë[˜L•?£Ñ -'Œ¾H)ýêÅü9*­ó÷„ôŽŸ_¾-òxï[ùCd<ó§ðTö…+R<~»ìïñðyÇË@ŒÇG  þŸñW°8M¤F8Ò5gP›ç»;& \†J.‚7p¬‰ÌîUM°­®[ö)ÃŒ<ª@>.©0\ÏÌé¾Óp1>µóg¿Ï˜ ·îÇy¼ñx¼x_ìqëAâÿ ØtœÐS@¥¾4·¢üÖLL˜º—“ÞÃSæ4uŒgaÙËÀ1?ƃ%·Þ„~yŒ¹•Äþ!6™ýã§Úo{f]ø„¾ |æNõ¸ïöxN¸WÓ3l0iú;„³dZÇZ²aÆNtØ©g´óAAÕÐÕ„´Î_}Dx¼$üð1”|áêí8?¯‡^ˆJiú%4s ”‰}êÐðqó&Q)æ— -Ĉ‘ÝØ5U@áÌÇ#™>EåÝèô¦ßCÈýb ?Ýôʸðë•ϼˀzcü–×ô'ÞóYÜ9PiU‰I F6Ò)§&Ê()Vy}†¢¿¿º£oÆl³ÅáŠWpŒú~|èqPr3ÀE•?¼xŸæ‘–ÝòK -Hü{XZûEï0â¯aqÌë¥e’g$¼à­¬£!`¢Ÿ?§!%­˜è÷`3zJ×X¡³âÅ‚Žä.±©ª¾k"GôÅRÞp’åUz©ì¦o4å÷·?…ÆŽNmø9!‡u-»¼ûARz¿ -«{F§Ú>w5Z2´ÝjøŠ™Csk’Æä5áV5Áºu•íkyÇSŽ’?ŠÌh»ü)¦þ—wA¸ oý`@=”\xð2ÛÃ7 wÁ7†åqï]¹Çm€£¼cØQÖ_ò* /(õætl¨uÑÔÕ6¡¨²I`‡Õ¬|™L‹aó‡ ë…3%þV”>÷¾¨Úx\¡½’”ËýõÖÓ{Ïò=^~€y<ò*ö¸ý0ÍÃ/u!1ósvnûMdy€¥¯3^Ë,\2ÑJ´8½¤&îÓWÕ5¨üë:ærHëYpÖ\X!Zû&§´û~Iµðn%Fý$¾°çîË@ø¯~ሠ±™Í£ó:n&·½¨&+}™ì¡8¡ÈŠÑvÁÌõå[ÌÝéVሡ“$WšÙý.Z}÷ˆÆÒQ¨â·ÔúþH¢Ä+¿\ä•RØö,1¯Î35¿þ)‚i ªª3…¢êôMY˜Z!(6«ùðau7rÁÜÑ0£¡fÎ눙.!iDÉÌ‘v°ã=’¼á@‹#$ÔI_#˜ßôÒ¾G!ÉÜ/‚¨¿Ý]zácîbTnçµ(Pßõ\ìðcuôUv­üUM!«W>ʰʨÓjRꌼ,`Õˆ+Úiir:éjõ—'sÐZ#¥Îh¢n!¨7ú´5t;­HüësïŠ \÷xø`3ô‡ÀØÃ*l»_{« Ò.á–ì˜É÷`+ÞªQñôêv™\ëh‹;xæüævS2³Ù‚#)_#°ò7¥pÉ“¸œ†?Ccq·’³šŸ”Tñß50UI¦î!ê¸J'Y² -„€ÿÆŒöU2qAžcâJ¿MS‘V%Åvó„©4bÝ3¼î‹3•UCµù*º'&W\BÂÛîÕúŸÁÑÒÇX‚*¤¹Qž)áiJ ¢^°ÛH “ÊGð…[C˜ôE >qIKH¶ pFqK®V#g*”2´H Éô¨òy]†¼†Fu ŽÒ÷iÆö¾Âþ-ìî¨öžîÐÎ^al·²Ä*U“Üú>ê¶C>gâW-èÌy#î4öõØt*á NÁVªEÈ®®¶ð†úž÷ŠámÆô*>·ëfh|ýÏñÙm¿ûGÕ^ ŒÃþ•ÕüCdnë/Ñ ¶+iÒëUD›Ooï8Þ¢l•5WmÛéð•!hÅD„쌳¨“–R;‘Çã%´I'ñu<7WïDÒ­ï+Iæ×A)uWo?M½ðàY–ǧä…Ïqµä‚›"àb¯&ª:x°[ž’SR¦¤°€¹À­a/š8˜1MKQ7Ý_(R—ñøfHW÷`Od(m¨À­í’h6O™Hï´§Vû*ÍžªÀ›Õm÷öËsоB“–s;±ÎzÂ×ã¯e÷l¾=¡¦eš4BšV§nÕêt¥¨7OÆëJ”ôtÄ÷ñ{“"m‰@ª©â‹”înmno¿•Ô7` (Ô|ˆª³öÓ´–‘»`jA/µ`—MH[âÓò µlc¸™¹6Ên˜±p6M[…ŠO‰æ7–=ìfc^v -åYô6mt Qò¢‚aÈ*@vÄÀˆüpb«1ŠØjˆ¨ïÒF6ñáhÐ:¤_ïéÝ¡V¯ Áâ6m¸ŠƒÉVéÁ Ϻ<Ú£°Ä]r¥¨V(é/éèUgs…ã0V‡#̱ÇÂ\Í,j¿ÍðJ/iüˆ 5‡tÉó 8&Ã':;rý ÔÏÏ– ¹cý¤\—ª>¡í¬Q¶–Z¥E69¯Â,í*–µq‚%\IЍ]›Ççj e=š*}¯¢ÜÞÇO÷óªV•\øž¥½åp¬µ}ÇÆ¨š“Såäâ[kÛ^‡š`äÛeMyz=^ÛAŽ2j4\i¿¢ª¯»7IÞÉŽ1õ³ó¬ª.¸MÙ˜1ö5/ÛÛ¨+ViÃÞB>on8q55îÛjs§ù/\<ðóÕbÚŒœ”0«i(qéÛ0à -FÖ´‘C˜ì 9ÔM E{µ§”]ýXÙŽz9(jÍRöVj˜YãJBŒ[ßѰmØ›ÇŽÚ¬Ý¡Š•šÐY52bNÏ,[rôém}êI5¢¬Ï±Ê˜™Fqk¾¬§/GÐÚŸÀ©—ûR/*ÃàG ÷¿&’¹Ï¬îЦ6YJ{W_œHÐ6i¶m;$ƒfvÃò¹ðd¤µí‹³Cqž °=K€Þ˜y…ÏM½H?£T„‘ -LèN V¹}¶ê6á‚ÒÐçW^†¹R†]!a¨9­Í¾ýB1Ä(•“ê>Ú¢Š™»k%íZHÓ‘ºÚyaÉgKcì{{‡¤äݘ¶¡˜K*ù@)‰¿96PGYœèìlª´)hIz)\Ë# Š™1Ã:6Ôíja¬»h°ýÙ¦öSw‹àË|ód :sáËO\Äš]¾pNCȘqtvŒìSko‚ÃÝnãlØÙ´MGC톃^¾4D.X4QòçŒÔ¬E ˜³µÒ×ÇXÄu;“¼ §ä¬Y¨%«C˜œ%Ueȼ´üÃá0ým¾]·sþ]»Rº`¤»ä¨H÷@yز™\Ã"%„ZÕM¹£æ⌥6obUl»ØœÓyNÿŽƒP´aÁ¦M×1Ï»FçyŽý©æ.·¹n–4ä›%Œ¬ €Gõ|榦•uATZu£Hi`ôKˆj¹eT³Aä”õ©fγ¡Ù-/ ã¤ÞãåGÌËK?˜9ÇÚ01KJ6fEC+œïG|íÈótv¿\V׺8ˆ‘~F~?­Ò{ÇÐÝ~2Ö!ú2Î$mjËC–¤·Krˆ÷ºµ5ˆK™WcR•”Ìçs½åI‘aGVDÒÞ6}w›y4BªÜ°“KLuekvîyî£êÀUGz?oÕP±5„J8&ØÉŇ#Ôr÷>eÝTWõe‚‰ý椡¾LБÛC¸¼Ù~Tø”4-ÃEðkƒçÔ¤œ .}A‰Ý6“ŠÎgH¯ "—T5Q ÀÚÏIj>ÍŠQÁ3rZæ|mâ“stþRz»Úó='¸™ž{zhèþ`åçc 6øYùº•°5ˆMÙµS¡KZTÊÑ0±ü‹‹ Û1b³·´ˆèCSMì¿\øÊÍ3ê5ÎÙj"Žq8{v|ߌ¯ëªÂ7 ˆØu}M잺mDįë`‹rèÇ/NjíÑ0|d‡eìA“ŽÏ³  5Ñ{&LÚ÷ÉÆ–¯3,¶[U´¢F&Xë)@ß"v4ÈØ= ,vO‹[’Vø­(áá[|Þž™:4£’ÿq’*¿ŠO†IóÝé/WÅyz³_.г½þ³Doø6M¡¬ë îþš”C+¡âp‘ýÅU“{6o«Ów­èÌó™+ߦë™;tê´° È%È ß· Ê¾8™Ì¯¸ªíÒÈ­ˆß´ ±ae¢N§›;ÿqsd'3 Í»ÎzÚî½vÏZ[p:N¬Ø·K÷lĺ‰Ù›nbÌ´t®ÏgaC?.I ïפ%6Îçè˜jâÿµÊdïjË·45áN>Ô›S|IOÉýp¤g–î 2‰Ùs}ï„%¯–¤¥oWe0ÿ>i¢³Â{ª»ú㡎ÿnkÄ}°xg:Ü{c„}y¢%õþ–™²g¤Wnha!«ýà·«Ò‚7‡ƒ•á'æóÜÉò°9aqà¿X§rŸ;¹ìÄA©\U•ú¹…Éw—%™Ï¶´%{ÆÚäC+.wßßPWì Ò G¯^W#ÂÝâ -o@/>nM{:Ñ™ûxFPìåäC^÷À®­Iáá;JD„³9õ¶~I ýCƒ ¿<Þœ~ßÑ”|mAUnáAB…°Ø[ÇFZ鞎½©¬_‘ä¾uq=í¬˜[£Í W'ÛóžîêˆyËòš´%àœ7ªÂ÷‘ñë² -ÿÍþÊO«òª0%#ùxÉ-‚&þ=ÖÜ|f%Bfz²_µFÝî »{h†ø9P©'VLÁ“{>ÃaÇRÜ6Ö£þ£c¿»ÈÕ#¤²ÿÍèB'œ8js$%ïgù%¯×å”’=¹èÄŒHÚ(ñ[“û¸:2»ûŠßý’s8F®`eÝ›“”œŽË¿Õ“kSö U‘{zHغ<ÏSƒˆÜ:æ±=#C„/ʪü×j¢ä²}+®pYV4×—ï9Ý›ÿdŠzöuŠŒZÕ–¯iÀ¾ÅA'vLî™ [ð÷¾ô¿³‰žxmêai_Í{FBÁ–¹Þ_öiS ñÙÖV… S+­„’EaQÀ±™¬YæJe䞸ÀÏñÙP‡/‹@>;ª’À3;²pEV8Ã/xq:̤9¨°ãdæ¾½"zC tK ¾»&dÒÑ6ïÐ-ÉJ?žMbÊÞ#~Ÿ®£ïÛÉÕËŠŠ©î¯}YØÁ£ît²žñmšŒø2Ž)ù2ÓÄ=œê2~›m×þ?7³éÛ(<{U Xì/ú°©ƒ…²âòÎ3€Ý2pø¶®ôÓXWæÝÑö‚G ¢ªOÛjrÖº³À/¿§¡ä®)1ÑJ`]e¥ïÖ° Éž²×¶&Ð…>xЩ™ _•ÀBŒèäCKmÆ–‘òÝ -Ïøn/ =³UÇ.«a³}eïάäÒã!\îš èSq¡—£1æšýñg3=âÒÉùóñv"È**õ“Ò®Ÿšðà¿Ç° ïãèœ#[eäšôvº=íö4'ãæ²<%ÂÇLv•¿Ú’£"–%Õ!+òÊè5eu蚬Êo†~6ÙYä³)'$ÏtWû÷–}¾()½d¡e=pµe=[ƒÞìÂ6 ˆh}sÎ <æÚ—óœw9"j¼-ãÎxkÌ#æÊ(+õÞšòñt?è5>ú÷N¦ç— Bù”ôZ†‰ùCGNúsˆ™ø§ôûR_¡÷ž±pꚢ&bUŽLßÔà«wt¨L5)ðO-éõaVÀÕ9^êý*yÇHÌŸ R–•Ñÿb¾¸(ˆ]kUôšà[iú»…¾œÇ“ GêºJ·5דûxYœût£¿ðõpCÂ=1ü •߸EìäëËÒŠÀÃ!rá’àyù§Eqé{·°àÕ¦<ÿÃ÷Q,à‰EÓ’25å꺛y2J…íÛ ·´Ì×Ù–ðhC~¿£(zwhªýêÄ—Ù¸i/Ç{òCÿvR‘§d -Pk¹G¶šÄeiæ woÊÃMeÞû/£ðG'8€UðèÈŠ)ÿ÷,ƒñïiJí¾¡&fCp`[Ч¬úýÅ ]e(£0àFªÏÝ_MMYŸþ;CÅý5Ž/Ù—øÛIÑ·tÈÀËvzôåÅ>0pL"t¼ì5#|Ÿ"¢ÿµÀh<0ÖfœZk³v.èH¼· Îzþe‹ØÅ×UÈØ]3y`oâž3êÿo†Šÿ{_³)‡®ˆÒ½\­ñ·þ»ØÔw4ÞÔ½e"U ã‹O'Ð…Tá¡ ™ýÝ…Fe-ŠòÞOóržžŒPÑç3ÓO†Ï5 .ó`4×›ùøÀŠNÛ5cÒv ¨Ømm™ßº¢èý0'æ†ñûª“2ÙSí;ÑZôd¸ôÀÖºëê,õr‹Ktè²æ`eÝœí-}»®„‡l«kBÜâüÜøë㜄ë‹ðË}<ê«…Y½¯#å,Š*?ìhq‰;:Dä–ºÌg[]ðæÀ [–‚ßÕ']31rìI๾Ò‹b¨Ïª úiGW¼Öy·Ø[òÚ-F„I‰é·øÕ‘Ì÷VîêHÙÛZl’[RñÉVŸvÃPúÇ2¿ÐsZ€ð•óVļº` xR@»Zh“›|ËÊŠ¸2H‰¼âhʶ5@}m n`“wt˜äýxWOøb$åmÈ*ƒi—•¸€‹#Í©·€}XUW…Ú›“®m©ªC¼NÞ¿nˆ¿3ËËx·&/ô›ãxNu~úboïÜT·³&¸È€‘æªÀ™î²à/VDêñPEĪ -üÁÅË÷âÃ#¯vW…_ÿÛÉbžçX B?6úßQ ß_]&ÜÝן¿¯ŠŽÇg¼øÉÔ”îs:J€lêªBUøè˘x¯ß°±^¿È«Ã~]ANÁdÍõ—…B¢ÿ6Õ ù7 ÝO5ikòìWÓ1w̌ϗ%(Ÿ_‡[âo¯k±©ZzÎ=;§äý{ýÔB,ÚÓBܽñwT8ŸßŒô„«:ZÂe94lÏX“8ÚšùütW|: -è?E™ÿ -€ÿrPЮ®0b¼=鮚sçÐV›³ /ù<Õ•ö`]^â³&­ -X•Uî Uǯ Àbˆ„«¬l¿Ÿ€^NÙ5ÖäÎ ó^Îõ_.û¼£-ݬ𞹩¯µ5$ÝšìN÷ù¿EéÛ® àççs -m¹Oi¿N’Q§Ÿ9ºAŸô´äkgã4â?³Œ†]$|M–þd½¿ÐEöÛ×—FYÊ£þ»@Á›;Á1°ßŸŠ„¿;l§®ÆÖ]cmÖ’4û‰…þggñëKÖ¦¤W§N"œ zi‚9µSÊÎ줢C=äã‘ “ ð{ÖÁ"vQœõx˜úGoÕËDÕ~—f¤5혔Ë:*èù² ³ EÎÊÞZsŸ˜ë3ïX˜™×'9EÏV”˜(+§ð¥£1ã&EG®KŸ«ÃÚ ÜT–}x÷õDkö--àsô¸” Ueà/áÆhSÈ6jôïõ©7€¿‰˜—‘῵”ú5 r !ï\íYø¨Ë-%þ´‚½6P’®M  ÔuYOtô¬Ç ’ªÀ‰öO3#ñ¦«=ý‘ƒýP½ÔSzq¸æ«af¿T#n¸ûŠ|·ÔÕ±;*dÂî!kC OÚÖA–$ùÏ-:/A…«péOÜüЏcÀK»EEÞ‹}ùo6dEï·å%,ŒØ+*Tà¥ó~[è{Ïuå>–Â"o‹¡þW&boïkË¿;pù'VbÑœöy¤ühOÉ%Íñ±;êÊÈmMñ''7㉋›õbYTô8>í»³¡~{°6}Y Xa¢6%U{ª|¯Uq΋y~®çdèí¦–T±©gV·—xÎõëL\æTg¹šyÕÉ.ôkÍ{5Ö–õd¤=çåŽ_¼«¯Íœçƒ_Ìö¼ï) œã½žíÊ|¸.=ŸŸ–óiŒ“q®â{le ,yM´Ä›ŽzüÓª¬:dYR´ x ü–Wv}U‰HÚÔaRd¸¤¬,ïø%AuØè˦ù % .«¥*â.%ÛëÇ/#Ⱦ ›ãê)ô¤Fß3Óã¯[éi7lôÄGD6ôéjomÌ«-3¡h}€nc¤ÜÒâOýÓÑ}ÙLümS]þïyrÓ€Œ=´’Jæz‹ÞÍñrß-ð -|V…E±æ9Û2žÏô¤Ýý¿2ñÐMõxnë+¢¾Œs¸_ÆZšÿ=Ǭ;…§ pU õ_P•ùŽR±ßfZûìxð†¶:l×80U%î«bOSvp áÿÇh'èÓ1àL„œóº=¶ã ö†qÿË:ÔTGÎñóß·¤¿<ÇÃ%-.ID/¸km‚úmééÅ røç±®ì»ýØðß$¨Ð_¬¬Œ›³ÝÝ2|¬æü=,jÊGz¨í%aMÀ7鉙õùº³5õ†‹›}{ªì¹(‡…9Z ^Í‹*ƒÝ¢²wÓܬ;3œÜ‡k}Pïm ÐWEìT„n)«>{•2Ò™ùÄÂɾß^üXV›ðäЀ¶ÿ ðTà 6÷@Í›ë- Öã.o  SÖ4ð·äÝXsþcWØËÞñpº+÷å) ‡öÈŒqvÎc`­Ÿ™ àu"rŠ›ûØÉI¾áâÄ_µÕÿ1ÁI¼¹x› "¦±èó¯­ ëËý•Ñ'l€ó1ãmÙ¯-¬øgSÝ€OáCý÷Œ´Ê5 6UAL¾&ªM¸7Ò œï­ -X‘VøNö@|ÍÍ onEÈe<ôÁñ0¹Ì-«ÒR’nÈaWæ¸9¯6¥¥Ÿ6ûK?­«Ë›ËB¯ 4DmÛéÈE9:ÒÎÊ}dee¾ëÌ™‚|·U €¿Ç‘Eÿž%!–TˆðÝ!ÀÄ[ˆïE<ä—ɦÔc©Ïœì´§;Úüÿqã«”ÐH 3õ*qÃØ€>Ïd9Ç8ª£6´%>[†ŠÐãñZðß ¬Ö¡bm <ôІÉÿÏ<òÍ…)Þ,Ø2€¥)¯æûr<ì¸Ò/cŒÚ=#&àÈÌ£ó,CmÂù=šyl&Ú:a¹¿Üw¦·ÈkA\ù~]ŽŠÞ11¡‹|²º&lº§ôÝì¹"‡ï¾~}6Å˲*,õýêdwž{ë%ÌßÖ”tÛÖ}{E õÝÕbR¾Xé5Ë:tª±9ã&vECHµÔe]ÀE_ÀÇ\íG^Ra~¶Pã®­ªÃ÷ ÔüAzÚ­ó9EÛ2hAˆ -Ù¼à;ƒÆº /Ç;ŠŸ®ÊÐQëÑ9¨`{&r¨±ÂÇÉ-}· €zo(órâpGù»©ÞªÏ§¶&憵¡„…îj¨º,¬ò]€ˆPaW¨ ·æD÷{Cð·±&Ö·ó™žÒrŸu >çØÖR¿ob@g{aÖÖò†–R¯TÚÐÂXЪ²àÕ’,ë¥[šïœoðº¤äþ2rFTè«¥¥Ý’ý èÚ’S:kQút¼!øÞl{Âs·°ÐQöÞÓWÇœÏÞãc¯êsýެd虣6wßå¦>”Õü9@I¸oiÎ~fç@>›‹_F=¿¤ Äx}±Á’纲žM²ÿWÛÆšÒïN÷¼Ü5׿J™žiÞ7=È)ïþØÖáËŽäªuE¡ï?õÙD[ÊÍÉ΂'óâŠsòšÏèÈ›me¾—·µˆ¸C1ûx»¥) [çùoª‹,•áGdêHwY°…÷¶µè¤S[u‰¥*ýÛxmÙ·IRõªoo)ôRãÓ®né%kúÚ„%MM謨Ø[Iˆ|$ÅÇ<ß2T§|™ÀÕ~q’X³Šòh%æÎª®"ë?+ŒÆÜܺ®4ÂÒsk¼#ÙkCSøùd–ä—–żùxù}¾Ixö_cUYG6hø´8Çs¢/ûõœБzB&P—6Õ¸Äý!2h×J¸¥ð€m="n[Upb„Emk+B§zRŸÌöezÎö¾Ø"æ¯`SçøÞ«ÒšÏ@ýþpdB%îXãêÊó2b.ÍwCB¾41wŒÈØMUÍçm5*ÆÙ -~½¥A§ì áòvÄœó:ÎvÐÃ*nÏ@)X–¾ŸéÈ:Öœx{ˆ~IPð«…‘rOÏ]‘cg{«ÞŸÓQ‡Ã„Â}KmÖŽ¡*úÈ K¼eô¦ -¾£eBœ|LÈR?*æË0µâÈ‚Nû>އ|&•m¨«C—¥àWŠï-2nMOá#¯ÏÝÀ%¯+*ýÖû!oO­ÔŠ5@{v‰ƒX+¢—ûóÞ, -¼Î4äαJGO}²©A%ì áKwL˜¼CØËšX{[Š·¹9ò…“—ðèl:FäÌöäx-‰JãOl$ø¡…R¾o¥–íÒá6AɇnXøe-óñ†Ž’¿Ø_0Úšýd¨>ùáL7è '³mÄÂM=:ÙДñØÜší»o¦”,Iá!K¢£œ´GZBØíÉöTÏo£(Ð×ir턨,\GÏ~²¥Çäì˜kâVeð%Qn àBfúŠ_›“ïóòSÂ'$=ëgdXÔ’ -÷mu5{FbÞB_©ŸsO… »µoA¤ JN¤Ê-*c{ùeŠˆ:ÁU~'!.-pKËÃg%ˆ0GOMЊ¡¶ðÛ ·,+ -šíM¹w4Š-?p2G3,ööµ` ìèϽKU䑞ð^òLoåû%y¹ÿdWÆý-e©ïRÙGGSÜ5'7éÖ²¤ÄçÄA«Þ¦U¯ëqI{&JÑ¢¤ÒgðßkŠBïÑÖ¸ë–úø?-Ì$@_•Go`nœçñ‡B榤&h_‹Í<±‘Ë6uè„ÉnÈ«‰¶¼‡jlÚ‚çhξ=Ç+~ ô×ÇÙŽ¿‰–’Ë‚ -¿>gMX–½;§To V‡m@?­+K?îZóÄŠJ=³ÁûF -ØÜ~1Ö -úxlÂçíëáÑg#€fùß\ÛêàUyYàá&sG‡ŒYðÜHK¾zl%–žç»›³ïO´çÜ_WW,+¡>SüÂ×£œì§bñŠ·¨DFžçoÚqyëJàz%ŸöõèÔ¥pSCmê¨à)quðtÃì’çRú=[cæ«ï.bÍ¿˜õÍQ›6xâš‘øßu&û¯92ak;ð¡ÐúŸŒ’Ë¿žäÀŽÉ™ê¿r÷—üín|™iìØ&#Ô•ŸT°àeyñ»É®„ë«âÔ+âügëJBʶ¡®rIAÊ^ÓRwÚVÖ„ìéa§ÖšøïÈŒóžÚÐÁ£öìõè)~©×,?ïá¼8çñ¬ ÇsC‹81as¾9ð…çÏl)ù{&Fà]BÇ8i7I×—úÁï×µ ¢roÀëÄ.ËñÉÖV°§­)ûö¾:0Њt4ðºÁ¯ -¾Â{_$D]_AÞÙi•3‚Ò·³ŽÎÿ‹‚ü:†Î>²Ô$,H!ïúì×R³ŸÍò«}é7wˆÄ³2ôÔN.>µb³·ªÂ–eÅo]7õQ¿ï™©&åXZË_M àÁÛƒ˜”smÚ©T¼­;ŸþÔѧM}mæ÷©ÆÆ ªCÖäÕ벪OgfBÞW;¹o&Gxà§s²êУÑNéáOq:ÒDý6pÁ0*ýÄ„H<1Õfܰ:D„Œ‰+‚gûá‰_ÇêÉ›jhÀº¼èݪ$ÿù<¿ÀëÐ è6 u2ÆÄ˜ZK_ ·Uï 6’Yñm„\rdƒ%,Hr^¬ÈAoL5)ßǨဦŸ–À‚6kSþ5Ǥu«Oí°Äm]aÐDwòsG{â}gwþÓÍ3›6͵…fvÁ󙾚àÓ&éx˜„9&ÀökâÖ•…~úªÈ}*~¤¦iÈ|flÎ8°P*ŽÔŠc;ôe‚Xóm’F\Ó¡â¦Å¾çYÊ'œÎóï}öLµ©»L*àw³Î8ð¿'qåGV\þ¤ Ô{²òîh˜T©£Ä?ê)ö¹2Ùšó|©¿èýŽ –x:AFžM64,µâÕ†Ÿ÷ûѶgA$lêÊ€¾,x»ªAÄoZiå»¶FÂ¢šœ§¢îØ;‘nM=dEAˆûèá=4bFPð~]_±kG¦ÍÖ·L1êFxE¾Öf°'°®u'ã$Ò÷Y*ÐbM#ÈÜyIÑ[· òv„Ý­£.ªƒè¤\ÑÙ4¸¢ÂÄ,õ£#65˜ çA€ÊôQê€GG£ðy¾óšª*`Mø¢ðÍ¡ôöØ <4!â-ôŠM->yÏ‚Ï?vQ`;vtÚŽ±:|]zµ$L{°&+ýphh¨>2·27u 茻¨Ä¦mQIkÚê`·únAXôÊÞ”~ÇÆJ¼¾躳&jEIì)õm=a⯋à1·]m…ïwÔÈX+ﱑ˜vÕÝ]üö¯‘zê¶ –4+Êð\Ó@?/ËË>¬öׄº%ȸ)aeÀ+ýÆ¡ Wz6Á ,ˆJ|g»RnŽ·¦Ý]W•ùîªBŽ­¨”C+±hÝ@È^Ö’7L ðm+¥x}0/.ð4ÖÅ_jŒ{â––…í›ðåß'ë¨ÛFXìPKÛè8{cö];+úÊŠôzMUî7Ž>v s¿8ɨ+©ìÐʨ<¥!$…ïFš’oŒ4dÜv°âoÌv&=>3W'ÚëÓxµ9óp~‡PÉ[JhÀÎ@EØš -òqMYñig°6qÛD+¶uU·•Gþ¾c@§üôÏyž#p Ñ;ºš´q®—[œöpCSð×4“zè‹m‰ï–¹©‡F-Éó}w •qßtæ¿–˜›D¦ƒ z²®ªM;°Ê¿Z²?Œ-X€Eï¢ÒÏçì§â·LŒ‚œûØÜŽ8²ÐK²Ê É®ìsBðë5-ÄgßZþ÷ ðRïשFÎò@mâ×ÙæÎu4ÕyckHºÉÉ}|QSze¾¯$àlº©kÉòÿ³÷^]qeYºèÓ9Õuº²\gušJ£ÌJeÊKÈ!!$á½÷&ï½÷€7)¥, <&¼·žˆ ï  ÌªîsÿŽ+²oŸ—~9wŒË8ƒ™#)´7{ϵæüæ÷m³f/wi¨ëkëKdnH 4’–K k¸Ô†K©¸hÀ ]­=nêëÝœfÔî=›²ÐQ{Ëú¾£ïaÂÄçüºÝ<»eyŒßà˜¸‹·¿5oŒ1+Œ=!fêíˬìmÜŠÚø|·‚Ú´1M«ð.|2É]€w¤™NØÈ][S°‚1XQHGèH­ -%›€lÌ ^õýG±Õþ‡©u¡È4IP+áÔÙõš˜m®èå÷-Ç}sˆÜ˜ŠÑÓ²{<³øÛ@ÇWGÀ¿û¤¸|÷4âªõ§†æÇUÇ7_!/î;pôÝ kY=~½)»®å.Ð,ÃÐËÖ'í—6Þ!J]“œŽ-é“¡õÅ'C[sìú­Øö~R?Tóñ,£àŸ—xʼn-ákú~ÑÆÔ ÖüNPmyÇ)[fm½§nnÈ*þõ%üÒSrj>ócòÂ2jýú8áÆê{zµwIˆµ4_}·ê“GÈ“¿y†þþ7ªþë¿OX¸dZ@´¿Ãæn¢®úæ)u †åîÌÀ®ø¤]OÊþºò®ùd@0HÕÏ\#寽ÇänŽ‘*·ÆÉ!%¹i™ËˆëØ8÷â†önÅg+¯:O~¸a×1ëÓžœ°ŒÕ™åda%¹vc¤íšùQÙWËÏÿæ¸j{Ǫ¥þ~QPþY`šVçŸÀåï¼ë¾ä‡¸Æ·Äuÿª}Øùµh.ã+ôMUã×®ñžÜíñ¶SžIÈ9Ϧx}{Ký¨ó{©¤á3оÎYZ­õ§¶ïÌO[¿3?ë:¿ö®;7°ˆmHY„”M$òü\Áßò)ïˆý -"¢$6„ĺÕwgweˆÂ­iØU÷,êVÒÈBÚß@NnLb -â=¤¡vù0e[ÃígìϾ1>®ûrg†VÕJø;RF›¬¿ñç8þvPFk Ê0ÅV*4;.€a³Ï„nÎ2Z"ÖÁ'+´jà ÜÕåw¤BË‹®‹»3„º¸VÄéúlôZûáfH+¢‡tlÄê(ô²sy{gWT1:âFWfY$NX$ƒ«€“ìÌcJöV²yAi -ËȵþELo>Û{‰Öì× HvO2½¦š_ÂO½ÿ‡ëîtÚ!ìœJ- xa#1³ˆ Ÿ“0Ýy¨¼Ë™Tá•“Ú~qŠfV…}q›åUbkwU”– QÀHØúk˜xÔˆ…‰ð¾’°Üýñ×gÞ½¿Œ\’anæÑùžIô-Àgo¹'ºÏûæˆ M/mg†pË1 =%¿_ñ©²ÿæ¶^ôœL<Ø3³°AÀÂÞ'`¹fymê‡MÇFˆWþ»J’ÿ'×{ÄMŸòÁ=‡ô.u}¦¹=-hÝãÔ¯¿Ãå­ìî9ë™êÉuNá*7&z!«÷pëÓw‰ÛSüÖ­÷ä››£Ä›¦§íÙg´Nm½€žÝy ?ïA\X{‡¿º=ÍïöÊ„(Ï ¡Ðô¸çÜêíO‡)¹Ù|]ûCÜ@ïv>äœeTû—Hß«{e¸ëû­‰î³ÎÉγË/j»§:/ÇuŒ®ìš‰Ž j!¨ãíÅÃG¾%1hŸ›1­Ó'#U­½„žY~ٙ뙣4oN²ëÔ÷ßíÌ0ëÃ*Â3‡-pÏ ¯êîU}j¾Wþ…k´ëJ@Áƒ;FYUª»m§?!Ë¢ -!Î5 -ÏQˆÊ?ž¤ßüZRögÕ@ÅçÎI|±WÆíY|ÔsV>Й“в^)4×ø¸âÓZÁŸ¡®þË4£à_lÏ:ð©ýk|Þ0«òOê‡]§ƒr9¦PF>9('7¯ŽÂnnméT0Û½ê{C¦×˜Û‹ÕÇ€Î*õÎcjcF Ä!|G -- ÈQÕ[ãÝç€3µ,¤òqýª»µ_:ßCs]ãÐ[þ|}  'Ì"àUÊûíǼóÌ×$¾Êð°æ˜{¬ëR`gHÆîЍ¹˜„Yr'jí¿»>Çk_™t¬O :õÏ §ÖßA¯{çÉíA ¥w¤„’¨žƒßwHîe×Ò ©0¿|¯‚Ò½9 +õɰÅ>9¥Å¯æ"Wư…!5¹5eã1B*FwLÍF&õ,˜+Hà©kß±9Ak·¾‚w¼ƒœˆëh]ßzŸ¶³‰1#½{•ÇÛ³1È1 pm -Ì=‹¯Ò>éøÆ>Œ¸Ò³±a3 ÐPšÃ&*ܯ&¶Çl‚Þ¤C$‰™Ø¤ ŠYG^ é=û:&öç•;/bÆÁAŸr€åž£U¸§à9ÖŸš¾zC¾øÛ7Äï»(¸ò?Öß¶Ÿ‰ë„TÏ£fcœ|{{ŠT´;¿ìŸè9·3Ö~ÖþcÑgê»y¿x„lŸÝ·¬¢•·”ÛŽ]gÂÓëÿ0’Úq°ˆŽ™žË²Çuߘžw÷Î÷áœSânÀ_+œãÈKKýe6?m;˜¿Ã Ì?½¿3#‚m ¯oŽà®zæÙ>…˜°1Å(W µ«U¼3Œ¼’R*£êìºÈĪÝYìÍÝyÂò–zËñ›³þªã;×üRHÁÚH@Šh%,÷<­v{¢ç¬ WÒðq»ó”ªÕ7õÇW_—ÿÍ+íÈñ,Ðëƒê{cº§c¾%!vg•—^fáã6ƳH®XCåmO“J—‡ ×–GH7vX-Aéž!G”\¬wŽT時_¹÷ƒþ~áqÏtûÙœ\QJ8~åd„SüåPó¹ÍaRc`ŽÜ’ÒÛâjr3ÐM–çÝßoMÒ[}‹ŒãSàcÃ_ú:¾“ 6ŸÙµ8.cö„UôNÇ{ÌUÍÓËÃxoaŸ0s‰ ¾rwWž²òØk½w3¶Þ~Û®@6Ô~Ê'ãQã€+†´\Œ{sK*.þ|¡ïÖÜ3Ðëi»Œ µå ­äOSª¿ÎÝZ×·„.Xî<·ú¦û Ðá—ÂjzwÜÜ+^y‡½f~ -=2 ¬})sa9¦Ú9¹áž‡Ýr)¸õEÄ:ƪ˜´d{Í]Kiéð¬òùa9¡"¡%µÆÕø†Õ×-§bf5lxd}+ѽhþ.ªc †ãì¯÷?Ï8úEµTÀÿ)µa5«;³Ü+ñÉÙHÇkøEËÓæ¯ÌOê¾ðÌáKý -bÐ_¸}—Và›ürXAÚÎ@ï,á*·‡ÛO,?jþfk–ëSP:ýZ&ä'µ";•¸2ý+xNP?ô8½ò`òÀÙ÷̯ˮHiò+¹ëyxP—%µ!¡ã"ƒ -Ô=ÇnpN3kL?ö|§êü\Ñßþ¥¬·ñ+û3è_öyRy¶O:>ß9ͨڞfTž4~± ºñ[eÑM ®l¼k=4Y÷άâ4øçÀÏIÄ¥íÑÆ¯‚Òf/Õ__”ü‹üAé_—ßtç—úîY!d{œZ¸;Çmñ.r;|óäêÀ¯ý 17&y7>zƒ?ùÏ;¨²¸^"ð«û›“œZØÖ3…¿å|Ó}:²€/±<-ÿJ;Tô¯>)ºÀ+çÂæïöœ4٠dzÐGôË9ÝQ-¹³„*ð,!ozÈ~»'ûN{_V3!~\"U%µ¤–´‘ŠÛžcvX^§W'íO7¤ÄZëÛÎ3æçMÇ/;Î…5ÔŽì5b§\„qLpj­Ãü¦­¹~êê¥Mþ¸åªá$ÇücËî)ØÍˆ[ý˺p ðykIŒv.ñºb¦þÁ š ñ+)õ[ÓÈ«›°‹A µ-ãŠ?l ¼Üœ¥5¨ÃOlÍp{2Ë’;ß?Ü·ÐÁÙÎ+›/ -ÿ¢•”}m‹(ÞQ÷÷©_ -dƒ-Û[IþÍÝÿfßÁ˜i„ˆ¬§Ò;Ùp~c¼éû‰ËÊöß^ÇÕN÷W|²·)yöash|ÏÁé Êeï §‚j<¨ä#¼‹¼nÏ<³qý=é¶c˜V°’]ÛyDÔèžëE”½D¯’Ûãx¼`û r|c”xcGÊi^%ݶ=Ç]vq+Ù„‰G5ªÑ t–kœxÓ7ËitMáó7G!Yu~wºë”_†Ìk²óÈé JÙÝ[£ðüµ·-§=3è ‚Û³òqÖ5M¸íxl~¹è~º½¯ãâ3&!Ë+§59Þ¢s¶&I·–‡»~0=¬úØ?ÉÌâŠb2jcJ+$ÄÁûgÉA)µ6cÐ=ó¨ëžYÀ'dè[!5±Ú¯ 5& LìÐA²»Èé ëúCúþ¾Bˆ‰jØ0ç,ä¼gvÕ5 ÏÚ¸&eáàv—¨µ5½mßÂcŒ+Σò]çCK ½é˜R̉j<^Á^Ýšf4ek©wžÕ˜Cä{A<ìŒC.­þÔþCJ#bìÙÇô"Æî"¹äb[`‰Ö¸3¼á…•€«‘Õœ´>o=¹ x»[Ɔ™ÇóÌkCr+&r߯çD4 ‚cRìžî¼R““¶þûaÃ@L/æÄõY ¿íšj=s`gb:> gÂve쎵)z“_3tgW1È (ˆ€œÑêžAz¤¨‚¨ŽÙj3¬¦¶z¥øâ¨*û^[Ÿ8¤ T:'»/™Ÿ–þÕú¢óDHÉ#f–…m"Þä¦Ï”?}§ÂF=¢µYɃï(y·‚‹ôè>µÎÞcŽÞ]„•ù­ùµ p7&85e¢ÁvçÚ®‡5äf6WƒýùÝ;+#„ë[3Ôª¨QÀŠY¨¤ÏJظ̰ôȨu`Lz¼Úþ;~˜PâË}RT¾O -Ï‹i•IP;Ãæþ!Ÿn°eŠÓ¼=Mküe³ÿEÚÎam¾‡œq CÎYŸÖ_Øm¸ùó -úo;½/2«|®sWk……õ\é§î‚÷m€»ôT$-¤0¦ Ÿ\€pÎqÛÀï+[~‹ºàœg7»Ý;KbTP+¦úT"¼G΃nNn­¿G]\q¼þwck’Vº>­ôI%踾—ê0WN®¸|Ó9I.tOñšÜ³üVç£Â5E*pO /Ftäú€šÚ°3‹Íßx=#•ýaIxëŸÖ_·ý1êœdVfc+¤âöds&¡£·%5Ä:ÿêÖú(ìÜòKÔ™Íq"Ð騜­1ø¥„Š /+JR^°ñ¦ú¤û}Ç)ÏâjÌÀ‚{‰¥»R|QHÅìˆé]Ùxß³séq#±Ý9 ½ ¸VMÌv÷ß<øpkš^0òH~%º nÀWp0Ñû6&2¤$5xæyI©1®§n»ZDäùæ ×Ò6â¶{LCâZ p¹ê]%³-bVG ×ݰKÛ#ÝçAžäFÈIM3ªà@­lsK)eI“˜ÌÞƒ‡œ_y]ÿõò›–S3¢[ÿ4ù¿Œ‡\™e6ÚßQŠ#šÁþ„±¿/®¥¶嘢•á¶ÓKƒEñ̶_J˜h=ée±8¤#z>-mÿõÛß"êF` ]¸=Þy~ó}ÏŰ–OJÚûDô"–wÓ‘½œ6 -iQ³3,#U–p¥ÎéΫ«#­g²÷9,’”E,z¹qwžÜ²1½µ>Ò}aÏÂ!§ì\Æ–‚\«{ÏY›e#|úþþ ©—96ˆ¹1[ß@rE ÜՋئ Vêîâììj@;x/níŒd{YÉi-[]7Sf&aÏ!ìMÚÎxBêÊÛîÖFWŽÞ» -jKPMm -ªÉõ^9¥>ò$•½‡±ò`jk‘ ß]Ä&ŒLDÚÎ%'í,lð­ˆEÀ¸ ià1y°.ìs-àë4:¿ö-p @3³ö×ø’¿o²ø¡Ã'uÙDnù°Î)ž@JXõg~«~ÚRþóvßÿs—Å Ê)uOÐU?ǯ¼auÔÙ쎘IÄŒ™„´]9²³Èm÷,ò:·§Øu«£”’­)rùγie„x}å]÷çôjöZ^@-"”<˜o‰ßã—÷‘J Ø_b•Ý’½ÿÕržENÇÆæšýE÷7ÆGßXž@O8ÇHY¾ÕxTshç¸IÄŠÄlа_æ_D\D]ó‚ô-²šýrV[ ÌÀàë³ÊO¶†«¿p¾¯ùÂ5^÷ƒ[ä[`4ùÜnï³1¨æc¼ WGë;'¿÷ÌC/{¤ÐË^)¦ ¦“˃O³k®ÏPKcF>É9¹êœm9TÀAŒanmü™ê8™ÐÓ»6fYM+èkÇ;brchz3cD×D”è’±®³ë C@?g×4ŸìíüÂ=M­Ždßë[„],ÂnysmŸëœ¢–d"|Â80¸=M,ZûLP΀úeÌ0'@‡3ãæÁ{»Ê>ÚŽTÏö vKù0P£KAÎV•„º¨†Šøe•ËÚ_a‘‚jlÍÆD×ç ¦0e“ôÇ-«Å³H­ò,‘+¼2jÍÊöŠg‘V7 -È) íxYû¥s¼åÏ,ôòúìBPA¬ÜzjMÊj0½ÆçÄÀqƒ2z÷úHçÉ­ÑŽ3…_ß­lŠk¸Ø´vèA\ËAƒx¯µµ)b3ƒ*l™Ù·S;czjó¾ƒCÞ[îkûX–Ÿð¹»sŒ¦ýå‡i‡êï¹ìšlþÞ=Ýqfc´í‚wY‘µ&¬²Ã:,¡P2€+ä¨[»óȼ׳†UÿêxÕqvwŽTëWð†·Äª>Èå^S+Ζ=Q9¡&4½:/¸íö$öÖê,7b`ãœóÜnûKÔÅŒ]ÈIÙzE1=¼g¥"âjL™g¦ùÔÖû†ãéå¾»rJóÜúc ò•1qql@S›©Ðµ×MßÉ*þ²öS6?uƒxói9€‰ì„Yȉ[…PS„ÿØâ÷¥L¸&×dÇ©4àY{ë¢þ¨…ÞíWQ›³ó葳Û]K¼îl_܍Є[~Õ”o}Ñø·Ô²€“Xæ’²Ÿˆ™Ü暇]sí631@“¼N™œ­ b©_ÉÆ|ØI9¸ÜˆŽÞå’â 7§ˆ·w)UQ ó‹›×÷a“Éô,«bÐdȼ¨ -SøëÄyFÇF§Œj$+K„J×®0ûLŸWŽ.rNwœ¨5Q=æ“ñºw¥ŒZç,2Ïú²áËÑö ±>c%µîÛ‰ #®åà -‡’¶rp@c¢Crn·‰Zïž#–z—8íÞEV 8~wJÇCÿªOä¬Ö•—íg=3ȨŽÑ1²‘aÝ dwéñ=×|?ÐD€ó- `î Fùæ;ìUý£úï/[¿ ,2/µŽÕ´=ÏiÖ?GŸÓ<ìøü®ï£2J­‘Ò²9…/q~ã‘õ6ì޲귤B¨cL„^ @‚X¥unM «v—>µµHúœ ¬–• Üõ-)¥Âóë³[䲈’\×›ïé -.ÑÖbÃjÙ-zx‰V¿9†¹âÍÞ [ GÔ,ÈÎ,µfkw=¢àBâj.hë+¯š¾ÛxÓyÎ7½V¢nÜ„ÇÍl4¨#ÍqŸ0³Q@CÝö-t]OhiÁ%f«s —ŸÑñÈëæ‚u}v~gWRóp S¿$eï»ã“QZ”C•Çwʾ¹Ù” Ëï §·§¥Ù>»Rfk -àxÜ d.¿FäÈû뿘aÜüxõ%¤ÌM“õeã_]Sˆü¸š Oêøø´™ƒ;pð9«Ñνyu˜TûõúãœÂæ²×ûU´î’‰Ù³ðù †Ý ê9È]%­5b|–´ÜOéX°¸šPQ" ¶Fzrvgé­q½Dœ´

>stream - “Žû“)ûÀ£}{ßоMÀß³ò%Óò°q0¯A¶fm¸ó„_MíHØxt§´óJH…ª jh  Q£X6=žŽÙî†-ljÈHlLÛ$w‚K´Ç‹æ¿IYyÿ¤í/ù‹æNé©•7õ{*åï.ÉO€Y~ ¾·ÞÿcØÄ%¸¥¤êõ÷Ы¦ ß®wäøzÀC[F|¶¯ôsÇHç­Ì2‡”6P;cÍgUâ’Ou^ú'aã¥î¯X ,¨)õa p\aLÃZžÛšÆÜpÏanîÎ  ôº´…GþÙÁ¡|Xf¢Fjk@F® -,2Z<¥àÃ2fkBË‚D”ôö˜–KؘŠÑÑ2;}r*˜#VSTÍG‡‡ò+9+“˜ëÚ§mßúÈÕi#㘜Ðô2z>ОÄÚˆUR£ng5¨§5QâU2f¡W…,ó8û oRVÉ@\'¦ïÛŸ€ñ‹h8(P'[Ê_ï½äûÁö~9µ3eííO;ú¹ŒôòÀÓ¸EÄ‹™8¸”•M‰Ù„¨±A=®rg±çb -ĉgšpÛ5‰ÎÛ™%·EÕòÏËâ»ÿ¶Éd'ŒÈZ×,©Æ1Lº¹ü–|+¤»ûÜ«eÃ7« -(è=WòË*\¤7{¦þ•bò·¦`9a ­+ËCªìõ»Ž³kï¡7cØÆE&*l÷¥A¬G´øòšP¶r`ß"æXEÜ”‰‡wÎá -×Fº¾ßxÛúíîûžKqºz߯Æ8Düƒ‘ ie£ƒ€ë¤œà<òZH†¹SÑ“:6<â9¦euÅÎI[ø”´E@‰éA%¦8 b¶ù"tPÕÏö.PÃJ>"®ãa³rFSDÍh‹ëذ¤Q@ -|7¾¨þz–}៌ýÅÿÕ’Æ3 aãW°ºwXÍ»3¼ŽIR‰ýIÍWNp®ÞIL^d‘^:5eàP’V#fá`>µ…T´æ¨WãW´^ò/6žpM¶ˆ-4ö‰úû/ve”&ë놿­¼«?¹;ÉO)]@O¶€ÚZlC_Úž£Õ­ÖTpzÌÏ;~X~^ûmBM¨ÍYˆ¨ŠÒíœF”:Þ1'ÜÚ•õ‘r^sW´8PþÉ ¿èŸw§ÈE  b2P·&Æ‘bn§<\\Çääú­÷õ§6‡ë¾ñÎA.& ,dÂtïET? ª¸ðÀ2ÿRv{W:RW`¾³0"G­DoØ”Òj¢¦¾^ȹ•a\Þ’¤í[û“ö¿Åðë)±iÏÎg‡4üÎ<½& ã}²A¦_9ÀÚžÆÞ2=©ûÜø°î㣺OA.·¦-}q³^r“–;@Ü>Ø[ç1S:Ü5E.(øÈ˜Q"JfãÙ.ºP2³k¢AÓ+Co3+âÁƒÃ-…—Yž´|ŸÒpIî%Œ¢{QêWôQ¢: ?¦ïg–…â_¶z€<@–†TÌ®ƒU¡0faaƒZJ àªÕA9¹!me"–Y¤Œ•ÒU6ßwŸÜ•¢oXß *)-+#mÇWßÖ¿=½ |$ýÙ›4 =Šh†< –B6wokð ˆWbö½“qZÍ'Æ{ðsq«I¥3ª¥c*b{yŧ¤7‡µLÈî ü†ýEÝWºGƒmZ’\e\‡)‰zš1rqû–^AÆ"ÔÌvëÛÎï4*þ¤¸ùÏŽË??°qVD¢ƒU‘0if!²ï/ÇŒŽ¸‚\Xè¾èï8·ýrÞ»€/ŒhèÍ|ö‡!?mæá£ºìû¼K¤ò àæi³ˆ2‹Xi3ˆO m®’`¾ƒKÄŠ¨’XVPš}rFóú$º`ùmçÕ tQÊDëvÍv^v¼kþÞ™íõ=ÏëòÉúiîYFýêKøð,±<4K(ÝxÝzVÆ¿üñÆ›úãI#Ÿ´I£æ;÷ü1ŵ„-Ú˜j»è_DWûæyÞ9øõÝyDñö ªxW!"øÕ½¬¸©——¶ YÙgWßvçl¡ -wwލ‰ G‰õîyL¾w‰V—Ò3¡)=¥Õ¿„ºeý±òSë³ê¯½Rèõ¨šÒP qžENëÖ$½Üþ†˜o~9îÇæ[Ÿ4|¯’”­*ÿ88wÚÈÅUÌVÇh÷YëóšãQ¬$mÂÕyqU»ó¤ú ŒÙ’‹q!õÝ;a é™Cæ[žTÿUʹò»ÑŽËÙõ‡¢z&,¨¦výXáža58Çí«?r}s=âøí˜_0òI1€=i[_/Ð “îZäÀ6FIÎqì Ï<{½/{ͪԫ•gV¸ŒÌrÿý¸™Oš= ŸVó~£Í7OªõÌa ýJtiÒÂ&ì­ ˜qÊh~%¥1¦g¢z&Ü3…*4?k¾¨}Tsf{SP޻㕠pͯ0%Ë#=×>l¾ 鸘lÙ==Ð%zD=àvÍ1#˜° ý˜²H†‚J|•gšëží¹ä™‡ç‡TðüŒØ¾¿ÆÀí* ¹.)ô2àòŒ½ÕÁÙ5fR†ìýNBcPA¬Ý[f ÷×ø‚Ìzÿ3Ÿ‘‹Ý^à´>ÓSЛƒ³=7L÷Š>]ßü“ãmã‰%๬ÎÍ B©ö^óç«o!75ÕóIž>|g†QSñP%µig¶çÂî<üŠ_Ž-N€Ü‹ªè­!¶À¿„-Ùž€ßŒ)ÉÍÙë<H®ÔÏ"«Ñ=ÇmÙžæ4l¼Ã\´>†ümŽWòû9váÇk/ZN¥ô„ºŒ™ (ˆ•.)ö&˜¿®ˆ -Sá[€\Yî:éC\‰.ÒR@ïÄu~½1‰¿µú‘»9Üs#.×'Ô¤úà-ÛÓÙg}Ñ7" -Ä=ÁlÔÞíùÆ+E]‡Í,30{V>¤D–úeøÚ˜ž x˜ˆñÞ³Ý%1Éösmý=ü’{ªûrLOhNÛh¨´†¨=ÛS·fà×ãÛ§fvoO#.{f‘×ÃK„𤅠ùe“Ãý°Æï 蘧’T“]÷äáÈÛžµwó¦§ÍgW‡;nF•€7©…¼õqt¡þEû‰µ)tÅþÆCYX+¤o¾GßÚ|ÓvÒ7Ûvh¦Ê„™C8Øè–´ðØ›S=ÜóØŠ–MI˜™hïôºWÚWé–A/ï, nî9„b „a=«'f`b÷9­qws}íUËqóÃêlo:Ë=@Ï4Ôì3(Pûlžâ^÷7¾·Ú;˜ÒóqI-½=²ˆ/Ù30l|FÆÀ†§Œ,˜WI®ñ)DØÝ…>¨§ ®ày KO~ÚŽ¯ß·Ó` —¸gŒÈè-9¹&&g¶'d|DxžX½þºî;äÂVŸT +U) —°gë“$ô,èÖL÷ÛëòOüs­g\éž‘ɘy¸°šÝȾò$Î'¸€¸æ™19‡/ð.+JFkÂ(fÌLè¹È œR»úzÆ·@(M¸Ø¤A@Ò?îøZ7„:½ñš[˜e¾J¬wN4œñÌtäz—÷<·=¦‘pcÚÑÖ £pVÆÎçe–¹Ìô2‡ x3 c@—Gá9Þi^÷Ú(·]Þ×ü×­·¨›‰,ÇSÓf&[SfÉ=EÈ÷/Š“*®å"³ZÝ;¼æï: 4JQð ‹È>¹»=Ũt¼áÕ®rZ‚‹ÌîàºPs÷Æ'ÛïNìLCsBjj[XÛËÝ™&–ø¥ŒŽ˜’‡‹)¸ÈõWˆëSœ¢¯æE%߬ŒolvÕ˜kW`~ÜøMDޝH©í+ ºoc vç ÆGõ߬¼FçÆŒ"nÜ&`Æ-tHD…«cšYÂf×q„~u2eêô,2[Wßn‡ ÊÐQ5¬À·ØyMu/ÿSçt÷•€’ÔÔP:÷âûT”z¯WÑSšã:F'Ð¥Q=¨S:hþî"ôzÂÌ&쯽u¸×'#UîYyô.#¦Â7صœÜ|Q{låeÕW~ªôçõÞG6$OC*6Ä=CªóؘÖÓ»âZz·oQáœnÉuÏ òýJRCÊ&–ì-<ŠÞããæWàëR&Ê8i`®ûRROj™ÙȈ…ƒŽ[y´$˜Ó°–ÑT2+l.àŠ¢ý -|ßNîðÊÉUÄ|ß«+ªã’öOSv>Ë0}gžPä]¢Ô‚º‹[¸ÛäRTÁh;Ðö±3*>òðBpŽ -¶8¦GÞvÎvŽúä•1šwhU~9¥æÃ -ûoÛlÖ‡M*2e!·»¦aW¶†aç ôæÈæ—’*‹è"ë‹ú¯â¢7_¶ü¹ëÀÎ[Ǻƒ‹ -¨x°°ŠÑ–6Rš"ÊÎ !YË©À캉VR ÐèZÃöTçiå@áïÖ_u÷Ïfß‹ã,ñ2 è׿ŒUÈL›ùÔ¨W±ù¾ú»å×eŸ:G±WCÒ^tH>Äi„øp¶¦ÎSêâ -.&©Z 뙆]öJq…þ%NûÁÊŸöW$R Ž"FFwÂÌ€$³Zèë´š /‘jÜã@×Í«~YöÆ ´ŽŒßs°pa ½-$gw¤ @W+ñ[£­ßÇUØšŸ­½Â¤FDÛ‡çº&;NfßcÛ'ÜÜš`Vøe½øõfíÊ.×+%•ïÎàK?XÙ„¬ò¹v5ðÄ¿H­‰($¬”®_°>‚Ï•KÚ¿˜fW ¸äÅ”¾“±öŠã&>i{Wh{ÓÍ^'Zo{zic¼ëÔæXçi×,/e”܉[ŸÉb&!Û/#Weq$¥aõ„º.8ßW~áxQü1ÐCù@7×Ç |+@Wë…t¯ŒTP’ëã>uµ÷Îþªäqhg›7v¤„â˜N@ˆ8hû[È騑ƒûû¦°ÿ—&ÀKj÷¿­>«;³ÈÜ­|Áò;À ruBÍB}°šþ}…†ü÷ 6a€—8^5|µü‘Òr‰A-¼1‚¼´Ø[öéýÊïí?µœ‹k™¨Ÿ×…’_6øâ¸É®)±rIË<ÐfeoqßýFÛwã³ðªø—u÷`SÐë•¡+#­ßÅÍ\îë¡æWÿ›ˆצâçü^.,úØ™}~IA­‹êX00¾×¬1qÉ|ƒOÝsÅôcçÞqBIFÛËp cnÎ - -?K¨³u…V™g5€Ú—±ê“F\…oç_ Õìê^UâKV‡‹ÿlYðûìzŒQ-³+û jöúºsžR¾6»¾=F*üÙÂDü_ë \Ú‚kô)šÎlM—}p.çÊ@˜¶ò©þE\Éê›úcα¦ãq­a_'¢f,bŽOÍh‰„äŒeèQÆ>ø0¬g#]Óí'6GšŽùç1·Sz1óÀ!¹7pÑq#ýa­÷NÚÂB…°·×_7—K®|dº_úGà0òï`üƒ:rýþ*ùË–°?có@k'tÔöé®s“Ìœß}™Ñ³à9Z5Ð1?l½oùÛîâ:àÐS/ûƒEÈôʉ•[³èܰ†KùÄ„žÞV‘k6ƺNl¾o;¾oÅ×Xi W™ÝÙkë~À×ÂrNW\ÅíIévëIµ ð~Fó¾EÄÝ·Šø P÷Ý ÄÒ Š‹x¸}›˜ŸßuÌ®œT•}î%´Ä:ŸZµ;¹°þ¶áËÍáΓi+ ýa]ÜŸYéíOXùôXö~«¦ŸÐ÷±’«3«’{À™Ü ¨<Ï<òZL+¦'Œwv\Ç\ûÄûëâÁ€¢§PÛ_ü÷X÷™  -v-¤Å–gÇ{ešRªù‘tÙ-dì÷ß'îÈÛÏ»'ª¿²¿*úЂ7Ó&‘`mð§å÷èÛÓ¼ª?ïÌ0[VþûFÿóŸ\¦WÚ“ëœè<ëšA\Š‚Z抰1ŽÉ[Ï®A0‰(Ý3‹Ä_õf€† «‘%æåU ÞüCTK‚p §Wøììõ ”P¸ÓÝ_\½OìlRÆÀìãQãx…8ã“ÑZö/ZyÕü·)VÎ×ß/úÜ5Özáß7i˜ÿûÿƒÿÿ}ÿ_Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa3¸ÿÿ«;öˆýîøñR*ºÁF|ÔQñÑñÂÊ+0ð÷&‹a~T÷ÑqØùB&»„€bhTSp,|uáÜÅËÇÎ7aäc'þcËc`£cõLŽ@_6£dÌÉcgÀ¦7Àç£ ÇrŽ]øõ¿ÁGg¯å\¼t.çJÎå«9.\»~ùصœK—Ï]¼p=7÷êµÜk—®£d7ºrýÜ¥ÜÜ‹W/æä\¹|í¿nDÎnôß]¿çÊÕ ýç^9—rs®]ιüý—Ãýomô_‡ÿ¨ý#êG]?vâ䱎vàU!æ#Æÿr.'ëܯãWF còþãE0"ÿï`‚½À6å/Áp (Lqmgõ±Žºº³{gô?þwìy•õùâÅs¹Wõ»x!çXÎ…«ÙÄÿïí‘=¥ÿÜë?^;vœBε_Ïøò±ì¾>:~üדÌF@Þ±kW.^Ìý¨£ò„Õ¬î¸NDŽ(E„€ŒÝæ[d´z´ÎˆŽÖ™¶’ÛâZLeH†-h(³'nЃ*F—{Wè["Uúiu15™Ô Hq­ˆQò5»;Û/+».­{Û隡֯`KݓؒÐ"¾$²„/«•a9âFBÏ'„µ÷…t~ èú…¾%^wŽZ¹;‹Î Ìe{ oG¨Õq–Ò‰k£ä*ç½!ªeõød¨‚yøUçd×ù° [4“[#2lqLMiNÙè¤IHih­¹&¤ W¹&P¹q9½ãƒµ¯/eà`¢*VOL+ ¦¬BVÔÀFxˆ%[“Ðï ¶ (¥Õ%4BJDÁƒ‡ExÏ$—ðRàÏê¢{¬ãûíwõ_ú§z®$ŒÖ¤J€MéÄí)Ø•õWmÇóÎ÷K[£Í?¤ˆ<àCcJ-$‡ä´†°‚Ù×ò°ic/7a–ôT} Ÿ¬—èYàB¼R$iìï烌驇>ø”žƒŠªhÍa©&¬d¶ùå´ÚˆšÑšÐSZ6¦ZN9g:.¦ô¤Æ=p`r3f;æÄ5‹+Ú™#VÅtbvÜØËñ)IÕ^¾4Æ(eåÓ7jäáwä¤Çû®óq Ö²±~¹!½,ì­J¥l\rÒÊÆ&Ìl\ÊÂBE4øŠ¨_–ЪãZbý;8ž•OKšÙ¨¸‰šР†TÖR“V:f ¶¦L\bÆÒ+J8`^Xˆ”™‹O¹d¯’På‘cË¢:&,ia"l|ÆÏ+’GÀq÷–{%I{Ÿ$ å½*6—í·â/fê@¬Å-wž¦m÷Þ¥ÍýƒI£ˆ•4q ; ›íe3Ѻf&"c°’`Ÿ°‚Ö×ñ ËÇ «™Yò÷VzV&*jÀ×ÇMøæˆWTàK= ø:ùÃÆ«Ö˜’ j°7aÈö\Æ”ºÆ1ùÞ9rYÂÆÒÞ+ŽÛX脉ÒUáªrk¶?83 ¢59ç°ùÎyBIØÄÅlÍ`o 5ˆ½˜Ó³!®4(Ç–ø”ÈÚ»6fèüJ‹°«%üFR‹)MhÐ%Q ¥Á¯¤6TlhÔ(„U<„g—¿õrÒ3 ¿\Dä%ääš´Š‡Œh˜ÝS}Å¿3?ƒœ¹ˆŠé¸Hÿ,o{¼ò¯ž™ÆïãZ|eÊÀ†'õBbÜ($Ç "jœSÒ ¢% B,ÛgRM¬J›”‰ ÍXEÜýQoÂ$fƒ¢‡T¬®À«%¡åÀâ þ|óèü­±Æã–Ÿ¾•õ5|ꛣr Í'%ïŒAN¯¿¬û«k¤íT\†-Š)•A¹vînÑÕCU_ŗ؈´IÄô-À¯¯¼.ÿdk´î›„ -[”PáJ’k’&=näá¢Ù¾¿öœé8$÷ÒV%fäA,Ð2Ë2Ë’; #Èg ½5,§7Ådôæ´žÙ•6Ò:2fZGÚ@mŽÊY)ˆ‘БšbJ|eÆbÁÀŤ-|rÊ$ ¤ÌbNÊ:03ˆV‹‰qC/;iñËkþfù%$7©åS#û=sèüíÑ®«~)¢(­'Ô¤u¨‚¤PŸíUàõ ÄjßÞ×·o ^ÂHm‹¼IZEœýl¬,÷öE ¬ž„Ž Û7 -¿˜ø¤rË [±¢ÊýÒö ÑFgZ?8Pâ«‹ð¼=+úÁ!þc£w(cãÓc.6f³¢€/D ||L/"ÇÀÏ„ `ÿŠx ½Úw/½Ò7˜¶ Ù ;—ì’á˽ ®€yYë»>w÷7úŸî­IfìƒAîÑ’jKH Ï‹ëáùQ=¢À§ê¼äSAó²½/B`&..n`BÓ6jwÒŒ«J›ñ£aלÓm?„å´®=óý7iëàƒˆž‹ ª]a µ=fdÀb:"³,îMÚ¹ÔÀåýµ¡áŒãÞhÌÒ?6ñH ¡.m!6î-3P);3a«vU„*¯’ÕãZXaúûš€ÿM&)f¤µGulèž™Úy`ÆV&~µ<4˜\Ú>ô"n A̓Ô„º¨Ò5’Z‚:R­{–g}Q÷Ýö[\iÆútiw†^³5†ºâ“â -2FzgÆ@nɘé¤Ñ•6‹y)s¿$aìeÅôBrDÅêL¨¸ÐÔ¯ñÇ‚9åÄ -Åæ/}Rf{Bx–šÕÔ’êƒrtIRKéØ7eûÖ‰8a=²xŒk†p+âÆ?Ϩʙ-1%¥.¡Íö&5Ä ,dÜ"æ¬O`ólÏ»¾uŽn¯“n -ÃK´ÿ<¡Ø;ƒË÷K‰%%­)¦£w8Æ 9îqÈÏÁAPÇ… T¡oÇ äÆ¤‘Ú -ð’±Ì0 -) q„srýà - ÕcJƒJD^X+‰jIu €ía £= g·{è >)ä%¹Ò'EÞðLtŸñM¡®ÆåÌ6×$<Ç9ŽÍõÏQË]“”âà«fs¸íÍÃÂ?.ÿT÷ETÁhOëDÌ´IÌqf{Ö+yÈëÀÃ=0^âææXÝWÎéÖ|KÈ|ŸœTÖf{ípÐQ «+c²Ò±`ßÖ×j6;ia ’f&¦gt& äž‘OØc¹o"ÕïÙ0 ,ß·P÷-¨UIkÛ³ÐKydþà?¯ŠD?ƒX‰‚XŽh™˜A@Žéø8¨¡Q=µ9øNÒÎgdÖ%“+NrYÈK.÷€¼¸—°°ÑˆŸy°&’¬ ™>;òç`uèmÆÞ+Éö¸ )‰Uûf.åÀÁeì;8ôý5mcÀƒ*RMpª°–Ú”í5™6ð©{&>%i µÇuèâ´‰Þ³êM@Mk ªú9 coÆ" gû.E ð0a»?švÜyckë9å_ÂÞNëÈMûV3³&yä_xÐTέ¦Ô…Tø’  ž—Ö“A-oëÝ^9¡tg‘ÕîWõ4"RLEo‰*1E¾Eèeç &Ï»Èl -iùØí|©ýUÃ_“ ' & <\HAo«A ÐàËÃjr]BOmÝ]DßÚAæDå\ÄËÀ@*Û^K¬ ¨ðeA5¹zg–pË3K,tLÂ/sá§~;I-ÿ<*£cr6²H© --¡o¹¾oNtXî:X Ö\£ÇÀqÓ€3§ÆÄ´°!yû¹°¢ó\H½’¡nFõ,¨[ÁèÚ™Å~<pGü‰óÖá—¡óƒ2Ôˆsks -zqn°ìφ§m§Sš^fDCköÌAs6†[¾ÙxÛô寛æ¯=SØüt^?!çŸ×KôA -`FÆD¬š ) Ä•í*pÅ~`—°Ÿå€{„TŒ¶,¶ìÛY˜}p쌃…OYY˜„ ÔT0Ö)ýãÑ„i`Œ6id!VrËÏk<Öþ -•Y¦tyä˜"Ï­îgÛࣟ×ùŸ×È]q]÷å ¼;' V-N™hí)3± ÛÿCÒ[¿·ueoßφ:i;MÛÓPj˜™33Ȳl13ƒÙŽ;èÄN3“,fÉÌ–-fÙéÌóüï:}Еërd霽׺ïϽÏ>>2qÀXÛüãYÁµM!`/Ô©[KÍtiiÙ~3±ói›…pGÀ¢¨ šDŒˆE*Ü•Ê>ÎKkvg…ÜøœµCÏš!A-GŒµ SC[ÄÖ2³W·ÄçÄ¢è,Ÿ‚1…þË Øè°A@ ꤸ±®%=Y€àS3rA—n@žIöëh¹;JÒ£€QÊw«9è%5-lÒ£¶ºç1GM+ò\•ÝIut–C ØiÅ‘y>74+øL‰,õÏ£Öæ®‹Š6`2ž[ƒp:ä0{õ“¸]^€: Çj !Ó€V–5ÌBÏ4þ¾kš˜àÕÓ}z‰´ dix¶5}ð¤üø¸¦îw‹¢î?³…[CÎ6vdýè×4-ð…I '…ìõoBavD¢ß—¥{ ’šˆ…YîÑàç…a~c&©0 c€Q" ¼0Ç>÷0¥OCÏ g³ŠÝZvÔ*äDìIÄ.•Fç$Ò8èô|DuH‘91üŸL±6¼ Yªáûd1‡¼!Þ¯†ä«°yÆ*£Ä«nÚ«ºÐò±a£²2£À¯¦Cm#ÞÊ©‚<&‹ÚjŸÛ)7 f•y•Ì­18®i-h¨mBžU„ùD|à Ú£ª¸µÔ“~`öMÊ·#˜váò¿pªµè°þiÑ1Ÿ’W枢eº&èƒôGȳ¶loËOlô‘ìÚĵQjÒÆ(=òe©¿ìüæhÑ©­ñ‚®©’sÎá’s¾)¤†Ä´Mà,ËËòÓ!•œ„ãói©9s]ÙÌϳö뛲¾ÒÕå|·õ޼CË6´eZíB]ØÕ³+"VqŽs½uf¥;ÿèò‡¼#à÷sØ¥&Լʨ‰GŒ9øÀÚúüJ_Ñ1ã‹Ôï—; .ün¥F !Ã#ϽsMÓ3\“Ô”ÍaÜ­Qü¿š–Ö³J}¨¡qjZH/aúÕì’Õþò³Æ¶ÔoÖ{*Îmöa¯Ø_ Îø§8˜]‹XàG˜Iů -k¤ì˜N!Dt—Š’æÖ@††\3 »³²º- £h~×; h®nŒ@]õà=“¨+5>%²ÈÄ…ìµmAsM#h7'Ú ½† "FS Y†œ±ò¨^­j–ú;d‰=»T<»ô¨r->Ǩü¸D)þú3ˤQKMSÄRûÄçs]èVÓ²=:FÁ&pæÂ`é)hIÜÎ!ÅìBä BÀ@+éE!«Tæ5 -hDQkucÈ,f‡MlÄ;Ôï·$¤ã“" }q+1Ó -·§JϹ§Øh¿V&Þ¡¥€æz¦XèÀ« ¤dd‡@“|3ÔœõQôÅÞâS!•€ÒH˜•T q0“‘Oú÷¬DúÑ!6зT”ŒÅüuŸZDØê_ô\üÎâ+ô|¿–OŽÌ …!‡D -µI Û$¢ µ´Z" -HY^Uñy¯¦üºWOHñ›©ù1ÐÜø,ð…£æYÌR¯†×qkÓ»¸ƒKÍ‘rãvð=æµ*j5KdmYË‹ÚD\è‡sŠ–4Ð -÷@¯c6>- g•¹ÕäT7d–m»6>ª¾²´ôF¬uO£6!da¢"6&:ŒükáàNÕ†y¦¯T²< A&[å -à*äðb¯šžíÓpÊCz¹pk{Ï9Uy8Œ1Ö·ý‘w|ð&ò hbÈ$¤Dí5OàœÅnð™0²Žfi|µ7t ÏCÝþ‹:XXäyõñ9‰ ñ8¿^D £"ÏÖªÍÁ{fE‚¨MÌÄtäYÚ†÷¨Ë} I_Å͵­»Žæþˆ½ö©×Ì([!?XêãçlWóÖ'ÃQଠAÂñiŸt¹4íz—ññ{¯†W0Šh!«L¶É«}*11 UÚZEP'‚Ÿ&<\Ÿ$ÜÛ¡&†4BrÄ$ 9G ¼£œÂÀLc½k\AÙ•¯r²6¡–VºQç6q÷ Øã~XZk” ‘çÀÿVËÎ.÷–_pŽQS#Z™ ¬­­óA¶õM С)-0Í/GÖ•<Ø;K]?lö—œr•>ÌåÕnÔŰVHök„xï4!a­7ëÐüëÔo]ý«YyˆìW×LòË#)<“Uw\£Ǽcùǽ%3HÞâ㣠—úQçW{17£z©0fRÔ@¶„L\|ÈÄDùÔÌ¢˜ÆDÇBoAŽ (¸°±îÉÎ)yíCÉqç@ù%ß$5#0ÃȨX¥1`™ÍQò£mÈ…1ˆºü¥Ä…ô3èÌÇC·Š™<7< ½ã\ Š›ÚCƧ!KmkÄVÝì‡Là‚ŒîÕò«"ÖÚ§ Â VLjä‚d†˜]À Y¨…^s01Q‡€³7WýôTì9@5-^ªy¼çUG­zØ(bÄ—öfÍasu}áàê VÆ éx˜çbœð ,d–IÂð=!xŸG'aøtr¡ßTߺ<&@­ŽÐ“zNå®CÄ߃:ü}QRuð>pˆQ.õžMº€±w€ÉBf+f0÷V³ÊeA“LèÒ2œc¨ka­ˆ55µGŒ -…k†UàžÖ† æ7òðñ¹šçqðǘM,jŸt-!SuuÐ,å{€Y0'‘ÙÚ{ÈZÛ¬XâqÚ™á¢@sï´Œ¢ŒaÌÚз5wGmÕ x”üò­qFFÌ,¯v©ŒµQÊ­jhr©Ÿõo©^ŒºôOûüf±p[EÍZ%%lNK¹Úº†Ù6ä]¹$d±ƒ ©ä'%¯< ­«ÝžV°“‚ÒˆA&ˆ%<ðurèçÉ+äC:'ÈÜc̺ZºÚËNsA]ÃØ„õ2A Æ -jŽBžuÝ}Ä9Zyß§c–.¾Ã]LÖð ÷ø“˜1Ê%AƒL¸3ͯZꩺ²6€½¶6DKZh¯ºàa@æ¡åz&IQ=²vÇņ5lÔBWÞ‘ù7y‡3L” rÌBGþ¡õî¢ÓžQìÃ(Ìy\Ç'øáÚÀoMbÈã̼•!ô… B"dQÖÚ5-jÒ?C bV!øœ°:Z~i¡§ä¸kŒ™íÖ‹xÖöŠ3ko™i©Ææ]8‡¸^Æ‹j%t¿ŠSj|™qÐüôÁ÷¾\²Oͯ\êÆ_õL±^U4ˆä ¨Õ ž[áÓ2 -çGÊÎmNSƆ6·¶¶Þ¥B†ÇoBH†6Ö‡ óû5¼*ß´‚ãzÚæSI(!¶ðÈa+—Ÿã±>. „¿/ñy3%z0 WHà% e‚¸½ºÑâ IÂÆ~œS´D,\²G[•€°mH-gû•RJ@-ç#µµ;_¾UÓø£&k·gD8ŸQ&^W -Öô»>e57js¢v9 g—í¨hÙa;—ãRB©$`j|åTsP.½ˆº«Z!+!Þcââ¼:^°%;bâƒj)Ë9.¨ éâ°©¦1d¬®Ûäµ»óBA|NZ ùŸâÕÑá\Z½Úú&VÆ -[ªë£³µÏ£sÂÀJÈóÛãsàÏV y¸*é)áÔ?€ˆ!ëã^Ÿ©®5hªk‰ØÄ¼ÌwÜ"“ìY…,dMK÷ªäÊÌ“Š»[ªg£«ÊÖ· ã5ì5¥˜àŽÖ£†ŒB–_/d¸4\Œéuù1¿žöØ(¯[áG®KëD´ ®¾Ù9¥`-3RâÖšÆÝ9Y}|^À Zø$ŸFLñª•ÛSÌ\¯JPµ>ÃDkZŠŽnô1ÊöÌ5õÀÙu!­˜æ™¦¥ÏvæÝ™ ¦­Œaû¸÷…§š ÕÕ^=ëVsÑn5§dsœ™µÔƒ½²1LIÐw¢/ ò’ömt3v­2¤–Y¨SŸŽš»>RzAßzç³¹×Y?”Œ¢í)ZÖê{̕дÑ -©ÞZ¶ò°sse¾#ëÈJgÉYk/æÞ+Æí}öVLâž¹é0>?dæÑÜJFîÎtÅ5¿š˜æ70Ë-¯ ŽÆtÌò‹bYÈÊÆ#뤻|c {w}{'¨:*ZÕœûÓZ‡ï×¼ (9(ÄwÆØÙêÇ?©ëý´=€OZ£$Vgÿ⟨]i[›ºÜ*N9â+=gyskk‚’ÍØžV¹gÄ” ái_ÐÔøÒg¨iô"Þ¡ç\“¬÷¤ëRÖˆ–º€%Õbú®­ºe×^Ýòû¢¬ú„´P -ÜÚª;=Ë]3Bâò 9 ~¯8noú±5÷†­[íSÄK WWxÔ·ýZrF@%"ú§eô¦ ˜­îy|NÖ¶÷dü°Uþõ„ôÅazš£“~;ª®¯C®¹„ ëÿ½:>9Ž°Í¼X€|âÔ°*–ÁK]1Ç©æU9gèY>Ÿ =*’#}º Çà× -ˆÆöÒßv& oÌí!à)è1È´Òˆ]Y‚KðéÅakuÃÚ¤˜¸4ġi„lò,b¯n -Û«bs²èiÜ.;'‰¹ý¢ûÇü“5õsÃË-ðS¿±îqÔ^÷*bkìDøíã<‹62Ëfß•_{Ïpéw­(ë„KÕt§¦ZsÔ¿ŽÙÅR—’Y¶1FJ êEîIJŠ_Ï,‹÷F€µ¢0æ!ðuŸVDÚ†\¾1Îʲ;/«ÎóYp®Øi1Ö«–ýÀgnµ8Œ¹b|V|Ä9Â(;ª»ÕRª[-cþ¡wZÈ=Ó|L@-$Àœ% ’¾M×·•üŠÍIzš[Å*€ÌRâ™áûTü -RŒ×¾©¼òž~ïÓ¥L2²†î×#y‰ž¿5CHX®¼>÷¦è7×%=ª1ü:!ÙÕÏNÏÔJcÔ\Wåù€²•Šƒ©Yež Zš²­ðWYñoÿ3Q}9nS<ÙÑ2 -¼:vyX/áÄÍryÈTqog¢øìÎdÅÕõî‚_âjRFÄÁ¨ÜœÁÝ÷«%Üôs@#À'`ÂzÝ©&g¬ôaoù§d¢hæÖ9j±À7£àz§,÷(íã•{¦ÊÔyVÎñ/v†¥Â©¥Û©”ÐçºH·]0&³ ¸GÖˆ¬qx¡Ç–z¨w½Ó"RÀ(ºUš[#ãx5BB¹¡®žª|Ô†¹ð•\HÛµÖ¶úu\\ØÌ'= ì»à3"1wöáþ{þý/ÕsÅíÍ=~Ó“>¾é¥K+ƒ\]ݰë×ôl”{š™íŸT´"rØÂ@ŬV2ê,dmxí‡Ïߘ!&,ï8GyqCu_Ç(y¤][Ý‹ˆY.óA†[W± -7TÌ‚Õ jÚâ ñþŽŠsô“îú´rAÈÖÐv4ƒ¶+j¼&!Ý£çTlOÑ3纰W6‡¥ˆf†¬5M>C]sÈ&‘‡lŠú°U*Ù„lÐ ÊÂ?oqµJeð’„ w… ‘YECÙ#ÞµŠad}CK׿ µ:‰{45´,Ï5^ã“>ønyÈJÌôj¨9a#^( Âñûl2™ßZÝ´6¾ ÛêžÌ<)d+>΋eÈÐ!”¿k¯ žÜ¯ôhyŸž \È©ŒÚ…¼½ âgRäZkÀ¦¨sÍHHnˆ°1MËšëCÙ ÞõMsŠ¡Žð>ÈN^µœçƒ<ã¨E„IFÖæ05˜'cgœ‘îïXéÇÝX~‡½àžäyTì V¶gš[º=Á-Xè¥Üs²r~7‹¸¿Ï -ùGG€!G±"…²KµkŠ[îœ`度˜9ÛCÄ;!`QÏ$» ¨3öv¯_ªºáx]|t¹½à³·âbpXÛ f#{€¹1}ukwÈXSç3p«¶¦ªnyU„‡¾JJÄÈ'ú Ì -¸M[WïS‹ÉȵYç8+Ç z¶£\¾5ÊH_ï#Þ L@ö÷hä<·¾¾Ùglhƒz}ëƒ 0sq³t8(ncU ¸$çdîñ š^µÔ4û‘±Ñ64†ÌH®áÓv\RÜÆÆÔØÄµ¾ü_vÆÉi07ô€Àù…õíA`µÈs~«TäÒóp³øë Ëü(ü¾²¸K#a†lR¨U 2-næ}×¶¦Agt\‚Ïôt$4§x⵨>#²ÿª<«öiÈŠp'ðÌ­_/aŒ ÏZ¹dmš‘wÔ¶Å×lÍÓ(¼Bì½£ä…ôtTÔZÿÚ©‘q7• -AÀØÒ¶C^Ÿ—5FívØ"`úM\¶Ÿ¶ŠDá9Iõš†”Ÿ«{½»Ü4™«i YDÒc¦ê:ðØ—1»¢6jS4 ëÍñ9‘ lgb½bp !bçÓ#³bixV^çÕ°”ëÓIyPotdZ@ÏB¯ã8§h>dß“ZDZfe¸' ×P“à7»fZaÔHH_Ê<¹ð.íûÕ÷EÇýw̰ ½ˆŽid,$§øõ²¾±kaá¢&VÅ.p$ÔCÙ3IÏ ªåœQnÑÆ#Ù¶ÚWxr½¿ä’ŠY¶g•Wû•´,ÿ -Ó«æWò«¼c9'œ})?í ”ž BŽ˜8U!½ 0CË ¨9•þÉÆjÿT5Û­¦dÏu¥ÜECoPòcf1†h¤†]âQ HP[íQ‡¼1b¥—ô؇~-îQHÇ,‰š$ܨM^š…L*ó*;Cœ|Ê3ÎG… ”¼ˆ•VâÕ²Q>½\€hŒÙ=%ÆùfjÄÀd¯Ÿàž¨¸ž ™xäú«_ÃE{•ôìNDAX,^â7³|àoA#5ßg …kÓ–æ.—¾®Á£o|îÑ= _B¦"Ç <\DÏ*÷Î0 -BPo>SµcGML÷¨%¼ˆEZЬ÷!׌ŽQÐÐòÃFòBáæTÅ-¿Y"óÛjÛÜ&!uÛ$áyÁ‘Ðk§„MŒ²™ƒ [@ïÍuO#vY­ßÀ©虥!-ß«"g¬WÞ\›$> -ØäÁY>+ï ÛžŒ,/tÀ‰ÝÀVGÍÓ˜£á] jYË Û¥ò€•ƒÝ“VÃ80`j÷æë^#ë»s"þÞ<Ÿ uËžë#ÜZÉšuÛ&ÅoáAÞ0É ÷+GbYt–ÏñÛðù‹S§ãsõocóuíÀrÍ»àU{s=ÀúµD܈M"Ž"Çb—×!{ü&z‰K yÒ"æíÎÉ!ˆ%À[l–Yˆ¬CÇ€ïbÐÐ!ž˜¶>޹áײ*‘cÝT2 -f»p=bâô`ÔÀ(õkз¶ÇóO.õ$q•ßöOS Ã>q¡§ü–š1*¤ð’m+Yù›“¤ÄíɪÛ55#bÍ·KN=%o¶}. ¬•€‰ýZ!is}Åþ:mÿJwþé Š^5 ¨Îô%ï4öA Ù£g±¶ú³:ûó.§ÉQƒ€ÐÒóÃåȯS®iü#ç·j­‡šáSÁ|W$Õ\B ɸzN•w†YŒ\“ôiyx˜§Ç. Ø™U¾ç`V~t0*öì\ÒžƒG [i¥-.Ù£¢fµB‚k\€öŒŠ*Ýô¬ ó f¡›h!dßìX²¡¤gm‹q!mKG@/8GHIÛCäôˆNȈ[„¿–^¸=¾¾5ŠºcéeB¿FD -¹ø€ŽV4ÑKƒ&fùÞ¬»7+­qCfñê2ÐJð'…YÓÞ…WÜ*UDÍ06È¿FvðXe|VÀ-Ô¿ÙkŸ#ë³q›Xüû¼€÷qŽKý8Ç!{Õw¶&óOlM–]„ñÏqÎ3\J>!¬o~³4¾Še÷ ·lgFPµ9É*ÜœÀÜó¤¢-œ¿ÙÒgnî ßE¥>KEòA#Ÿ LD#9Õ* {µŒ¼€GŒ9¤µ{ "Yd–‰óY¨a œ¥–@ 6†­m3A{›&Ú™­n‰/6ô|\nŒ/HÃv!7`áÓÂÿ?ˆÂÈ~a»¼áß‹5/ƒ&jQÈ̬ˆÚ)e(ùKƒU7·§)i>=³DÛ…dÛ§Àwˆq[íó˜­±3f®iŠkêÃz)YEö/õ t@K+ô*É)aMµÜ§}ܾ3#g»4rîö”ë׈1ó°•GwéXØ…>ðž~zÁž¡ñEÄÀ';ÇÉI[ÔtÈbÀÖ| -¢‰q—/oÝTÉySâª?ÖB!CDÍ´bï ö¾s¼êælgöÏ«oʮĵryÔ"âmCo„ 2qÌZÿ*š75¼ˆ¥|?§WC/€<™èà ¬ -øìg^}Ëû¨]*…ìL>*_îÁ\R7çÒµýÒ y~¢ß<‚Ï án«…¯OØÒ0‹¶ôÜŠ =§lm‚‘µ c» y4bäáÃ&!+î0‘úߣ&­ÓR!dz”ìü¨ôÍ,¯†/ö«ù¸°¡¦¹¶²6¾8ê^@n”€·ó" 7KCÄ”¹÷—âVE}ÈÆ#ï-ð˜ñ9.ý#rmz^ÈG®CÌ"dø¦¨]¦Žl­îÌ5…‘{FÀ#fZ‘SEÍóÂ<ù,2ñú$« ¨mzî7<í÷™ž#9Øk‹üp\›D„¶* gÕÔøLÍ]kë”ßRÛ°I%»ˆë2³ÐÎiàqv€ŸÎ0ŠWƸ]ãó¥¥Y{‹/6öÇçkžÇªŸ…m\òÇ9ysØÐg®iv›ž«‚sMý>kÍÓ5•ˆ´¥âÃNÕ®Vºke`6'ˆ÷ ýúêw»€·°1>£Ðº³>Œ»»5Š¿53Ñq›ˆóE C^ Xž©VE£Ç$æxÁ âÈÚ8²ïÅ!•#ë¹`Ù€VÂòÎðÑ>-¿ÒgÓƒf!².¬g£ÁSK‘û/‚32¦WÉǸgXÀ¶|"²ç?dâ“#à!H–†žä„m"n|^"ß]5„‰²±_Ï« BÖØ5Hy0W A“˜ =—}‹Yªü ˃„› ]g×ú+.?—…tRŽKÅ'nŒ1³ÜÓ Õî©j®_Ç|É®pBXF]ðL3ò¢j™pÏ&¯žýP|qs„Qâ×)ÄQ³L‡Ýs¸q ûïEÕ«c—- ±3œSrý=¬ã j -äsRv@l­¤çg˜…qàè˜UÄhÙ%Èu¦ˆ ŽO-¦EuÍs][̦hÚuðÙn !Ù£ ܃CêËgT€ÇˆX>=ämäþ„)FîZ/îÆú þnÈDÊõiñ‰ÈuȨåqwÐØø -Ù¯µ­f€ñc0NA“€†\߆9Fÿ‘aõµuA » -YûÜœ`ä¹àØÂ&ZWGLvhyÈýaƒL3×6×6†=Ny}æswA?PÝ*N‰©³ò²&ÿÈžr ³½6"!í¨:Œnã Ë\Ý \õ>¯>¶š \³KÄÈý+‹¢Î¥¥ X^€AÀŸ,ï71Q;JìC——ä×1K?Îʪÿ³ hùhÃX™A³¬ò÷k𣶘E@[Y!3£4€äc»u(Z\F6Æeæ™kêþ„Þ”J6Œ¶D¬‚k’ž±=BKtO±ò|À¼Èþý †–íž =ܧ&Õ|Ìö0#u³ŸtÛ9H¾·kó€aùaèÈmx¯ŠUèU³ -¡f°{³">²näÑ ‰n­¹Ï‰ÑH­Òñª÷mÃ纕Œ<Ÿ–‹Ùšfæ,1SVúéI[c¤„ †’嚦eíÌÐs7ÆhÉÛã2Ò|7éÁR_åÕÐ/h¹KÉ(Ü5J…»z¹8lä`Um©ß¯ ÒŠÜj)Û3#!îòÏ)œ@¯°qȾ9è¡Ôíq&²3+¨¦çìYyÔÿzúoxÿ¸'Œ–ýR5³1A-£  ¦æïŒ“|SÜÒ˜éñû°ù10øª2°Ššã×P²#&JNÈHÌòë8!“L/@®‰úU´BóëÔÍí)ß{Ôå7 ÿ&E®—pºjyò‚_/¢G­!0X °:ú1QóÂ&d{%hd£Þ ˜ä2ȺàÉô2·¶êþÖ ö^ÔĩЂg!×ÂÀk0A9²ÑÝÝ%¡g7xÎÚ05ak|ÿÿ-È›£ì ³ÂÖ†7‘9Å“ˆƒMܧ¡>Â+j¤dG ô‚8hvxŽÏÚ[(vjÛƒÞ«=šƒ\ƒ¬ãXY˜(ä%d5ð€§º¶6h«Ïa×$ñy`m‹„±²°A# ãRsÊ<ðZÓK“ÏÒ6²×½ðÂÏC.>ha”ù øt¿NÂ÷ꟺM-ÝëÀ1!è­è\ÝÛȬ¬Ö«c•-jÈ.â ûrÂæ†—BwÔ¶F­µ­>\4 ð]ذ‰ÁS€Cã6~×*`5î.<­4 Ä«Ÿï:„|ø?LÀÀ(òééy!£$` —€fmÍÉASm[ 4N2ƒvYy䨅Qº=F¸»ÜUyv­wm¥—|w©Å3ÁÈðLP’ÜðۣĻ«=•çWºÊŽ/u‰hÉ™³$¨á”…!?xg¨é¾zfPÃ*Šè¸Ï§À=-Æû´RvP/ãú”|´g’•ëEîû ex¦è® ò£í1Ò½­Q­qNÎÊ -qmÝ«$>r+I‰¨kŠ–¹9F¼¯{•ù½åmÁ‘õ!ø}•„ìSó‘ûȻĭÄßßž¨¸ÔQóv¦éYÎfZL#¡}„,}ª!OhXÅ®1rÂÎ0þ–k ;¤¥çíÙyO¼¸]Äó«y˜qzš†™· lÖ2 7‡Ê/.¾/ùÕ;ÊÊ «¥,Ðm!dß?üéw»DPÑrÝã•×}Ó¨‹!³ïÚkžF,øêòÁæ1Î1÷ßófÜÎÆ†Œbß 9u{Œü(l’ -½È>qÈ&Q`Ú èqÐÄ'´‚m%æ¦w†’Ö°K‘ÞqéEÔõ1V–GMIÉy¨Y{!ªç”‡´¬b` `o!¹Y—ŽÍIÄqäúžŽ¬7äFà\&@öÝ„u2.°a‹[>jâb6)óÿÑÎ!ÕÔ,ç8î®[‹·s)qäzgÔZÓˆÙkZ¢±ÐgB2 ³læÇ‰ì¡µ@Ö€q‰X’TÇæÄÒ… -›¨ù!#½ØßöCxM~ÀZÿ¼äIÔÁ#Ç\Êïó®[Ë*Ù–ÞPòÊ—†éÉ>m}³ÏP]·9Á*XîÅ][ø”ð3’»ÜÓ”Œ-ȤAƒâVò+V†8Y1àÄ8pLDÏùÆÉbrHCÉŒjØeÈÓ¨£¦5ä¨yЬKÆgë:b0æa½Ð - îzöú`ÅÅ¥ÞÊ‹‹=U—¶ÇðëË>“„¶J…܇‚Ü«Cö{lîZÚ0¿.¿%\Ú¡&®tã.¹Fˆ÷]cœÜµ>ÒÝ…NÔ1[kîw+%¿ºÆH{Ö·Uêü{ì÷91¨ax¡®=Sì‚ÍAÊä~Åí!VÚêò ×$;o}òp©wn{˜úY›Ýú_ýPyÖñºìèì›ÊSkݸ˾IJJ@CÉXª¼²ÜWyÉ5EMñÌ’}*j†s„úh½Ÿž`yYö‹s–Vñ+‚*j¦ -{Û3޾¼3\qÑ3нRQÒJFîæ0ùÁBö¬w‚W¶Ú]öÛjWáQï8áaHÅ,ôNú¦IIÞIjúæå¾RˆöO Ñ!•ëç—x&øe4ø>üµÕžòÓëýè ®)ü·š”êÓ"kWÌ"ÐslXOËEî‰ÙEîÅ1HØÈõ ß 3J8A-¯2fæ`¿F<Ê7MMóNÑÒáœÒ

.;¸ÞM¾µÞGOXèa&Í4|·ÑG¾çSr -·F) ÐçW>T]Zë&ÜpöÓnõÑîoSͯP§´%v@ëÃjVÒgË]Uçþ˜k¯:µø¦ü˜o¢ò–oºâÖö8)ysTRµ=.©‚¹ªØ£$,uá/-¿'^Yï!Þ)ÙEQ ¿Ò‰ÜK?BOu2Ò¡Ÿïí V^Þè.9¾ú¾ôÄ2øÀFæÜò9IÝœñõrgÉÙ¸–‡÷L’SV÷týºÙWvÞsÑ Zí ‚j!4!Ï;)#íŒËˆ£Ü|Û«ŠæÖÒƒ³o*ŽÛÛË]À^j91ÈáÐçÜ“ô´°žƒøx’[|‹¬)ÅÌ~HÇ­ˆ;Ä"`[¦êߥdånO—zQg7À£‡©k½´¤Åw„k›Ì,ï”’à¦T]p´—ý2ßQñÛò[âeï3ó?VÈÚðÙÛôTç0ñîf?r)ñ®_)¨Ü†ß]ìÂ\V5äüèxV~ÜÙMº¹ø¶âäÂÛòã oпmtãnØŸ¡Ï¾&^‚>A­õ òMmij†ôѹ7¸óÀžhß ¹w>×þïee­ PìL"{«äÒˆYÌ÷3ø ‡·†±×·¶G€5ºª.®ö`¯»'ЃÜB¿RX@®qþqoöš¾µà'ÓÓ‚Ý#Ä$Dã}àû~=tD*ô©¥Œi>j¥‡|ÛÚRqØü¸ä'¥Øì§§lÑ’ÖºP§¶zÑç·+.mW]±¾­<7&Kÿ|¥scW'¦#µ´ð®øØÊ‡²ß¶±7·†p7œÐ×ÛÃô¤jÊZOÕï„„àªnŽJ1 ï÷çÚé·/ñg¬­eÞTœtö‘zƘ9ë½Ä[!µ€øÃC©0$ò7,õ)¨µ*ÈsÉa—àU3‹ÝJÈm3"¢Þ?×QrÜÚVxÀö´ô¨ýyù/öçè_ßà/l˜mõS¼ãìœfÊúâÕõø+¶E?ƒßþbn.9°ÚE¾ÒIY.¥ b¹ß¸Ì5A¸·Ú‡>;ÿsÁñ -uLÿ8ûûAîÝ¿šš ntQîÌ·£Ž-¿¯8cl)8 ’d~¥’ä|iy\~x©“xÝúŠrcT\ö호àKumÉOnðç(5q³pÓÙO¹Çpm©‹tmm€–6ý$ï6dÉRŸŠU²ÞG¼½xÜþö|ꄦ>÷[Óã¢ç;°¦kKŽ›[«îg„0Žœ¢•Â5û«òc¶'Å?Y[ -r ‘…Ô”ý úþÎ §Â7ÓØ¸5"(›ïă6“¯[ÛJMIR>b<ü³ãiÑAÝã’soÈ÷/v•ßܵ‘ -·‹Ïlô¡N¯õ•CmQÕ&¹ÔQü«_IÏ‹Bžwk„ø-%¿|¹—þÐñsré-æôüëÒ_UÕéûLÍy?¬va/Z^à®öI2¯:‡éA=ù[-U~ 5Ç5UycõCñ±¹Ùß÷­õb.éÛŠOíŒ0rÃF1kgœ‘µúub®=ç'mSò¾nÆÕ??ÃüS7ù_”´}³/p—–ß‘oš[ÊY£.¼ÂŸ1µ”%þ«—zûŸ³mè Ûƒìœí!~áÆ /k¡ƒtyù}Õy}Sþ·êÚ¼ý³¯0¿½§ÝùdR˜uÈõ²3ÀÉ\è¤^w¼&^°´”Xm/<¼ð,ïàú›Šóëïp—,OŠÞ’â¼SõÒõnöìôqScÆ—¦Ú´™ë2÷™2ö͵—‘dì×7WÝ\xþoo+?ºÜY~jõ}ù©¥Îò¦Ö²C3òܯÌ-E‡×zñ·;°7ýºk˜W¶5ÈL^í%Ý‚>»¼ðó›XRß”¶ú;c­—›5ÿŽqok°†¸Ú--\îbÜw¼,;bl*üÎØTðƒ².ãûaiâ×[ÃôÌu¨§ÍÜõ•nì¥5`ۅβSöW¥Çô-™ßk’¿u¼Ê>¸3†1ˆ9ž)~ùúéòw-ì­¨#K•gVìÀ‡^9¾öŽpÇ3HOÙ‚Ú\ï"\]é¬k*<÷×Õwø{Ö×¥GGEÉŸ°S>ä¤ÿ}Jš÷¯AÆÃO» ·þ>$OùïÇÿVJ³NoAM›_ÎëšrP×fîSVg~9&Hýlˆ‘ð× iÞohi?¾*¿óÏ•nVÒ°¨è{@ŽOLÙûWß”Ÿš%ÙKºú'CuÂçöWä;šZÒù—¬G;#ÂRзk+è“sm%g[QGuuùßiªs÷ÛÛˆ—Gùèæº -D¯,¼ÅŸßìf%ϵ/Ø_T³¿B_•Üü§éiÖÏ›=¢¢•Nv²õîÔêVÂjõÎj7þòÒ{ÌéÅÎò“öù‡Õ )ûUµßXŸ3¯[^Ю.½§Þš{]uÚÜRvÐÒZvDÓXôÓ¸¼ðÇ—ø‡íb$~¾ôžpo¥‡þÐØ\òãtuî¾aAúçSÕ™ßj³¾3?É:°Ö‡¹Ü'´¿›uÿΨ¨ -z0ÛŸ¥©ÏÚ§oÎÿôàÀÿá??pn.É=ó—aQêÁÀ+¹£üôâð½w¨ÓŽ—…ÇÁk-u<úAU{û_KýØ„íV™s”ž¶d|Zuláá¼åIů³/«ÎC¾<=SŸw²åU„ƒæÚQç–»h÷Mm•'Ôõ%?Ÿ–í¤Þ_äæ œ5]úÅâ;ì%S+ú˜é 0u/éŽáIÉIm}ñÙgǽˆg¼Â\˜Ö4”ŸX|ÇLÑ×£ξ¦\Ñ·àONHò÷šJØžãÏL+б’OþIÿ¸÷ùþ ?õ«>úý¿M‹R>74ü`yVvls°òªOEÊšjN?òŠtåOšÇ¨«}µ [;óáDuñá^zê·½Ô´}㼤Ïûh7þ±øu}±»èäF?!! ©­™Å’Å7yGÆ7?™”Üû§½-ë;{Kö~[kÉÏöWU§'ë‹OÊËN¸Æe”ÀŒç''¬¿C_\nGŸ^h¯8a}Q\^yÇÒNÈ–ç3´¢NûUô|`‘3óÏó\|Uü‹¡>ÿ¨ù êœ\ÊòÍTs·†E«ý’²¥”[ ïЧ¬ÏŠéòÐÔ¦îÓ×¥}åžd̾GŸ±´UþfzL¿®ª­:f|Œ>d}ŠùÕúŒtþƒ¼øÇ‚Ëßÿ×0/õ¼kDŒ±¼"\‘ÜøóˆäÚŸGE÷þ6È|øw{ ú×±†’CåI'ÿ†½ôãoö³³G„™Ÿ0îýiBð‰¦:í³aÎýO˜w>›ƒ:+E_ûë—?ibZ9oc°êÊÜ›²_ MßðÒÿÙA¸û§)YÎ7D¹û‹oüò?Ó’ü_—ºˆ÷&krR׿ÕÖæüÐI¹ó7®ÿ}…ùå¿íYßI2v°¿_í¡$,wQÁ[0g¡7NYÚ -~š”$ý³‹xù_¡Oý÷¤$aÿ3jò7¯¨éG¡—’g_á/ξ¬<¹üq±wÁø}¬“xõ/U—þ¬}Üþ¦êøìíõ>fÖÒ{Êݵò-dM-¨$§„TäTë뜣cÂÔï×z¥è•nAîl;ñš±µüWÛóòKoq—æÛ —F™h)ÇþÒÅL>âìg¦ÍÈï}ª©}´ÏМ{`€ñàs­ìÞ׫oSN-µg_Þ¦¤ÙÞ•s3rœ-Ì'OÐG{©OIøË?ísg/öŠsŒôp°6ù03íÐ_:ÙYº§ø 㲬¯&d‰_®t`./¿Ã]¶´•²<-94ûsÆü}ÞòsÙ=® oJJ—Þ¯šÛ -ØŸìa'~V_xþ‡Å©ß·Ò¿m#&î_1@¦Ñ5¢hò~â%Þ\zý/Ü”³ÿ¥n)=ÖBM>LN8ó8o¶ú¨i®f–rËÆ`ù%Ëó„/Õ5·>UÊïa{ƒ¹ÜBJÿIZúà«©frâjŸ¸|ùþúzWéÉå·…G­Ï³íc^øÄþ<÷„{’]âx]yÅú¸ðÐb'úþìÛŠ„µ.üÍ…W%‡—Þá/韔¤ŸûÓcÔ½ïÝc",xK°p’¡!ý[sSÎËèÓîIbÂòöf æêg”Ôã2¿EßYŽ65°=.øÑò8sÿ0çög[´Dט·1Ä/Þ—à6Æää…¤ëQOªò¿›'ýÓXŸüÅÜËÜŸ·¦i™ƒµ©ß[))ëÝOøóâ,ãSÔ¡éºÜ†%?ÊÐß33ŽÌ¾ åû'ë%Ž·¬MKÖwÚ–´ý¦ÖÜí­å¿,¶S¯N7”®/¿ñ·—è;À*¼MCñOúºü¬OJ+¥Éÿ0Õç~·ðªüäÂ;ÜÅêÊ[ç¥]ø‡± —ÓÉ«½˜‹³¯+N̿ƟaŽOˆ2¿Ò5”ìäe}ýàäþÿêa%ýâxGIìd%~ÖV~á(wþòrï¯Ï*®ü¥ŸqõÓ•^ÌQŵ/…¿ý}s’³ð{ÞÜ–ÿ½îqÞ~ӟTuy?Žñ“ÿ5-Nûné-þfæîg­¸‡à¿¬ ]SÉ!ð­ý³À\ö¥GTõYßt.~2ʹ¾ÏÑ^tú=÷þwë]䬨¡¦q{”‘½Þ™çš{{Ã;޽µ1€:§}\rtª}XQüÛz¯d¡“rsîUÅéÕw¸+«׬Àhãâô}ŽgU76zYéÓâÄÏÛ«n®|`gϽ&ÜÚî%<ü·žÙÓ0K¶0×,/²~öM -°NÈo¦W¸ÓŽ7¤k£â‚ýCܬY[J»†ñ·]Ó¤äÉ–ì_¹Çÿj{Îx¨ª¯<5ÀNýǤ4uÿü‹²ãÐÏw:Éwvi©Û”D]KÞ!ËËÒó›ƒÒÊùî£ùâ¥¹ŽŠsso0ÀñØʆü3Ž7Ø;¯9é‡_3R,÷ÐM( -~ä¦6"Hý|ˆ—þu73ó@?÷”¡w»"ñÌ߯ÿüåÿy^u÷› ŠÝFþ&ðœýUÁÏÖÖÔý–'iæ^AÆeæ°ò¯ü=ûÊÏÿÝ//¾(}¦:émí#è£G_Œ ¯}:ľøÙRgÉ¥­QJR'á›™Úüãa˜Ò H›ý”}Cö~SKáÁQqêW¬‡‡ÿû%æö7†§U·&jŠNº§yÄ­~bòh‚s€òp£{KÝœûó3­O_Rîí›ï!%Õ”A¾AŸÜèaf¹ÆÉٛػ󨓆'Y?êŸäpŽñÊï7M¯1¶†xë=ÌôÅ7¨“«ïKNlö•ŸÛ€lkzƒ¹¶Ö'¡m6+ÞKò -Ä߆D9ûßïÿM_[ôÓÎ#1¢•qªñzŸ½Ü#E;ÞRnX^4·d«”æ=ÀIþû›ª[ÿkŠ>¿ÜÃHŸ©Gý<û’õp¡ýà þÒÿöÐî|ª©ËûNÛ\ Ü_°ßþwÅ5$®òM‹ñKUç·ú9ùëý¼Bkú˜®6ÿÛ qÎ×üì/9¹­¤+ÝÕ•Æ6ÚMmCùmMáO3ŠŒéj³¿ZëDŸÛeç¨Ûp·tm×Ü“BÜb7é–½£êüB?#sc’_iï"^›–ç}¥V|ëx†?;S“ó­¶>ïèÊNº±{zî%ñÒÚÚ½µ¤›«ïI·Ö»Ù(ïŸâœäc˜+û WÝŠ™k[v¦™…kywF¨ÉÛÃäû®1J‚gœ‘±5ÈÉѵâ¯Wÿº=,aÎ4ù@»þW¥âîg‹ï²ŒÈïþC%ËØ·ôŠpu|PšqüïKoˆ¹!­”éWqJÜS””ÍAôՅׇô5×>q¼Ì;œ‘0€á‹ÔͨC‹ÝŒ‡ú–’“âôÏGøþÙN½øY;ýê—ê¦ôÍ­E­´´zôÍ/{yY§=c†k ›µ5ˆ»¿ô.ûÔB{áqCSÆ×³/Qg–>ˆršñ‰_7–^rŽ1³Öúð7ôOŠN̾.øm¹«âÒüÛ¢º¦Ì ¯*®|à%¥i(9io']_|O¹·Ùb{”_>ÛM¼3^W||@œûôañö8·hs„[°=!ªœ‡¹œo/;¶ú¡òèÓÓsÔ)Ý ÔÕ‹Ò»s½äÜ>QÊ!MMöKíå—×>TÞÞ©JöN1Ð>%-{ms¥—{÷ÓÙW•·½SüŠÍò½å÷Ø S5éÿš–gí›’g}=,I8°ÔU~o²±èŠ¢øêßU«=U·MÀ¿ó/PÇg)_}ÀÝøóÚÃ/µ-…'¶ wÅù×þö’œ -ý$á¸U´â…÷9ÇVz)½"”gTFõLH‹Ý„˽äGÎq)nå5iý}åysKþA]}Öw uWCZÑ5É-Zêg&š^1®º'«w&ä´õ>òýmä^Ûî²³îiÔMç(æê -è¢O]-XÜk~ɽk~B»j{F¼`l.>‚¬¹,wb/[K±µW·¿g=nBzGMùÔÔXqj­ëÿãè­ÛÚʺÿáÔf:©{©»@K½¥-ÅÝ]‚âîn$¸»KH N"¸Cˆ¤íÌüîû{=oä9¹ÿ8W¸œ³³÷ZÉÙg-\Ôö6Â:ÿ²Ö~k*æ3çá\]Ƶ­\²MÂ.xü‘–—~{’—yÛÀ˸ºÝÿî•Ò -»a¦º’×Û#\”®ù±¹üÓ‰vÈ›ß ‚„뛃=*j¾W Z:Ä)G%iÈùÊZ·AÈÜ”’RæÛ`–Z`oÖÛáo–šÊ_¸‡iy¶Arºœ•pa¶1ûáÖ(>÷‹I~ÜE3åŠ^Txo±ÄT¶OÍ%ü˜f3}F&Î;YW·orº!4Ât †R/øgÖš ®-vʸ¨•>T˜±!óæZÁ ÿ}* ^Þm‘]fž‚›óp‚–üÄ3FG{ÔôŠ•Á¢çNÀ3»€Øs£Âv%!9ˆ]tüú€¿®üó®–ÓW§Þ£„ý>ÛœùP[•$e¥Ü[hͱ§¦B,€Q¯,ûzQ!,I=P ¨+­…gë’¯j8ag¥´Ïç×zóž{Æ+¾{Æ é˘(AyÈyeM~ÄŽ–Rd¬ÏìÇ?Ìo»òŸ¬”½_,{ëÂ#ì#¸`]¯ôÓ}:1Ï>NÉšo-}¹ÜY<ÁI %FœÝ’ÁÂÌË35Á_ºû­ö~¥üÈù›ó¦؇FLôù~\ʵÍ>vÞ–„•oi*{1ÎIº,eÄ\0Õ¤>\m/xoí¯øâ‘“3W±‘Ææ¢G^«|K‚Œ˜iJ -&„œgÆ^îD}þ½ò×J'1m¼õ¾¡"êO­ àÍžšÿa"èy® dìbwÁÓ…®Ô»þ±þ0S![ã¸D×§|gRÄ\¦¤*³oŽ#ÿ’Ñão3¢¯t ÞœÐC/™Ú Ám„¨Ë2fÜÍ>dÜö> ˜ë’}-³Â«¢oHÁo¶T°XŽOö¨…”ÍQzîR:ðÑŸ6Ú ¨8 ³ÖSñ~súÝ6Œ‰r3KìcÄ]MâUK$Ø&!&Ø$ø¯šUî3ðN5²6†Œt«[ÝSMCn£|½òÊÜ}[_•ys¦¹(È%'e<™«§Þ–³ã/¹åÄ’í1Jözoù‡éúô[sÍyOÖ†ñ1#Ô,ç¸g¡dÍ5C^o ^Þb3öÃJ+öóf>jk˜˜âVs*zjð¼€>ý°+gBœcô×8½Ä«a#œJZ¾SOµcBmC„¨ÍfF *î´NXüxµ ûi»ï¢åØGØEKÝäX£¸äáJ'6Ú6.DÏã&«ŠîªEà …vtŒkŒ ÿ©0cȨõîÂàùÖÌ»óÅA; ->j£b©M¿5JŠ»>A˸£á¼k„žIŒaU<®GŸkÄæý;-ªõß/rŒo ¿\‚Fl˰©‡j™OƒKŸnJ¿¿ÚIK¶Ëë9 ½ô?ÿ€ãWú0QÇÈqW&igšÊÃ-˜¯œ¢ˆ‹Õ…¡ç~M Y; - €å¥!6IÉûÅnpuëÒ‘¡. ±-g‚·ÆYþ8ð*Ùå€~ï)þ°= ~=טxÍTsÝ-Åfø4bÆ|5ЀVûH™^5àkV…]†‹·+0qv6Á=E«pÍÔtÚtõÍ6%n#¥­ôAC6‘Ñn%¥Ø_Ù:Š](ÿ°Þ‡ˆØÕð(æÚ²ç³µ…÷–‹ƒ7{±9{:.Õ­aTÌõÀ£5¢ô;v)%kÏ(í›…‚-*~c¨üÝL[A ¶:åát[ö§ÝIrÉàwÛ¤í™sç¯ñæûÍQR†KQÃt(|•RR—Ú ÏÇð‘§4¼˜óË=ùOí£¸ÿ^|—ŒYj $möRÓm³6pGR_“ðËÔõˆ×–Üw—º¶nuˆQ`ôŽOÍÇš -î…É×Û -Ÿ¹GéY‹Ü´)!.p±Žòi¾†þm³…›æî•o¶ r-‚ʨ 4ᦌ~joåço ²ó7à£äôèÖ¶¹Õb†KA-˜i*z®æ¥^_jãe,÷7b–:+s©ßÖ;+ ›y)‹ô°vâ40Öa"ìN´ôê4é”­öB?¬ô»µ˜Ì]•²7SÛíqëy$cSaÐtKI0à’Üjvùl34p®®ðîFWIàVÅ7×6Ó+£lð ÌÕôOËÍ‚Ôázâΰeí¦'é…9·=˜º7Ía{gjz7'ù„9=o]NÍÜR±Ê<“\Üþ$¿£`AÖÑ¡kíe/vÆðqûj6Ì.å”6W¤žê†eœŸ#|#­µ¾ a½òn©üvk U°o©nß³T7ûL•§’^êP’ó|S|¾GÏÄ훘˜­ñ²ÐõÁ¢ómO—{K^®öcâjKb/µ–§èyØÖ^F‘O^#pŽ+͸o¶.R´GR…Yîd–DEOmƒ˜Ø­QL쎊 -öNÒK=ªŠx•ðûu)3ôÜR7ô³W[SéÏ‘ À ͶÀ_.w6·1„þ¾Ú[j'DjÙÅO´ÌâÇ–:\˜¹<ÝRðÄÔùd¶=ïÍÞ,Gôs¹^ùk±zÀ*ÃfÍôV|ÝÒ Ùžé&ÙÞ|UÇÞ·*Fjë²ï›Ûrîo+±3\þþŒ¨~k‚Yï#&þm¬ïúihèþa¬irŒC¢§[¢ïÏu§?ÚÒ c÷f¸å>tèB+EYEz×M*»ØŠÉ?-ÈOúýíXYÈÇ#éAÁ O÷ï‚î\> :{ò8(àôo w·.Á'¼ýCÎÊØèGÇü=˦ýœgÓlr޶ýZÞHx5Q~2΃Ýb oµ£Ë.Á™§À9I±ß°ãcŽTg¦ýÆN9IŽýr ŸöåXÄë{ ˜§Ž6–gݬ‡%]W  k}´$»”Q²Ô…XêÄ}]`gLwråBb`7~·]q¹ -\ü=9å8"<ìhÑû·GX1áÇy©a'ñÑŽg½~u$üÑCPÈÝk Ð‡7@Ÿži‡f^^lg$Ù%è¶¼Š¾6·™» _§€\žn­Êž¬â†ŽÐP·»Qàóýè²+#̳~ôv/¢èjCqæ¹â°÷GŸÝ¸ºsþ,(ìÁí£´”ð?‡¨…wuuð¯o¼3TÌŽ™·©È`S{E°ª:ïɺ„TêÕ‹x‹Cô ) r]΄ޙäßëùˆ÷6ìeSYüzê÷ãȨ1ÏE„}üƒóé$.üÃo3µÈ8šŠvMÒQn#—¾6‹_—!Ã×%°O€nŠ´JY`K3)D_M~?Á§¼cV<íÆfÞäE\, }}¢øûç£ï€]:úöàæQJÂ÷K혤NNÈR<Ç£¥•»'Ù(/Ï›jú†„ïÖ²>#‡àÔ’sf:J5ü›SU¨7öCe^Ò_ï_)ùôþ!&ê"âà \Â×?ÈI'q½wãHZð‹“ˆØÐ3U¹q'×û‰‰.-àœR×%ìüå>Äיނ÷+#°Hc+aW< Áž×”äœGÅDKxtä p[@L|ðÿñ¥  “ÀZ^â;1èz›üýôtgùw»17Î+ï¯D?h¦@.òà…§Èùàèô¼ãà˜¤cŸž¹rö<è"0·w.^=ºqùâÃqljÖ¹zô®Rˆ™k‡¿ui)N¹4Æ-™•ª»jr†j¸ŸªþÀeÆ…'D©ˆ>’þå(èö Ð+àøþì èÝûÀºýÌÉePÌ«G"Ÿ#$}»ÐŽJ c>™ï'Å;qŸÕÕØ m õ¶ÒÉ(¿Õ€ƒ_­Bã.#óòþøò2òô9èýƒG »/.Ÿó)€™O®\\¸:ýÛ €¿Î>ßyªøžðgcyîcc-*t©—·ÔÇL2÷ -r%UÔ÷]4x@%$ûQyÑ_"DÅiLfƉð—A ×®ƒîqöòÚeÐç{A/€®Ÿ½º¬WÀ¥kv\E=Q³bO(ø°6%£Ð¦¦, ¿Ì¶½°+HéKRvþd#n¸†ñ¶ -¹V”sìkÐSл{·@ñA ç7nsüèÌo¿\ -]<}ôøj(:øýј—¯ŽW$\™kÄoË)¹k#ØÈ•lèlúƒ¹•øy€‰ºÛEÇÜ–ƒÏ„‡Iþð” Šz zptúø ÐõS§€ù¸ -z}ï)èÂé3^œ…?}t$ëÛÛ³#¬ì@—ŠV¶kæ1¼3<–ÇÄÆ¹tŒòÕ1B¼²ò@Q‡{U/½ þþíxÚë· ¤À@._]rùâï'<¼ÌûÐÅ?Oƒ®ã~rýèöåë §w@yßBÃ&G_š¬%|\ìã¤[¥M‡ºZ<×MжtQ „¯­äÒë°¤ðã¡/€^ܸzsç(˜ß‹ü äÅ9Ð Ïþqêç¬aàÍû §7n -þ­'ë†ÅŸZëGÅüœçWyLtÔ¶O^•W7µ5Õ‹2r˜‡¼Ï/É= >øüHÌ‹—À܃oÝýyâ7пN×½z|óè°–I¯?!g¥ŸÃ2MwT|Ñ7dY)#Õ¤ÀQ1ýÍhµ ¬›ÈzÚ†&Ýè °‰a´;ÈÈ™âˆÜ?‘É%çɹåçûu±òêž -Kw;ym¬±!¯Ä;Ï眪Û'kD‹ÊJ´ªŸ“<ÖF¨¢u1é/Å0x@5}£ÃyJÍŔƖžÇäþ…KÏ<‹MJ8KKI è@"‚µµŒô¥|üb7äåÚ &ܦ©¤o¨Ä´¥±jüÌHI?P “ÏÕÀònJjÄqíâš6œôŸ ¹T‘ó8,óÄûg GWϱ|tëÂuPbð—¤Ô‚­ì}½ }¶“½!eÚäB´u\ˆœàá)¹à¸SRú¹T@ÛÆf>«"ÒîQŠQW’¾Äûð9è.€ç|»úôöhøÛ£ia©GÁ‰ù'Ùå¥w‡Øð Ù6â7§¦’bgƒ]J6§Tí™D5;±Àª­æè†jJêâxì­¢ÌÌSßÞ¼9ö,þú;èÙg óžżþvž]~Á<ífÑßñè_æ{khvE}íÚì?l\¨}‚[±2*,· Öa4íüø‘*rpyS\v)/*éDÊ—¨£_^~rü6»Açþ8z|+” •Rr­Ä[ªbØUŒ -»‚’í1òÙ¾¹ú±½yqëqMÂëú ‘ê^Fl‹t¿ ‡¿Ë_"feŸGedœ…¤¤žûþöÓïï?E¾yŠýôõh—Èáï>§¥ýAƒ–LÔ‘B—¸°-Y5}K^I°)Ø¥k£ŒlC3"ÈÜM[¯&*Ú¸‰ÕØ’k¨´˜?â?¾9™ú;<#áLZxÈ/ïß½~ðìxv|î¥Ä¸Ä³™q '(¥çùpäÃ.6î¶ñNÎ˺2Û ù²?#¬Û›ãð}˜»­åãmújѲªŠ&o¥«&À/£s²|õæHxàKPî÷(P~TÂñèŸN¼¼”ôåÍQdnÊU˜ò{JØt¿¾)ç"<:Êid 6ÔMM뀀Y¯£.ŽÕâf{hQ†fÜ›>ìq'¡äÞB[ lu ƒ½6ÜHÞš¨¦:Tb¦M!@oÊ8%ÎI1ÇijU;ÌU ¶IrCÁ†X5ܲ’ [TqasãU˜™Áz˜¾1ÕÁI˜ë.ŽôŠ–F;¹³ ð…¾ºòõ>j¬OÉù€üré+Û*ZÁ–ŒUr)ºFmšºÚU…³®3Öä"üB73q©[˜3×[Wªín,Ö õñU==$I]c⨰.´“F{V ŸkF îLTŠÒ–‡ðNUCÕŽª¡nG]Í÷Lr°^#·;%`îLV²è©ÓÄÈå!váú˜67 *R·W§ª:ó•mM™ÒºæymmÔ¸óq€‚½§iªÍ5Ö%÷ð8Á½bQÄD=dYYE±«xH»’U²!¥¥/vÂ^Û%øô¿çê$^‡´0‚ -_”áuCìÔþzÖ§¡ÆÊÈá––lIksvÐÆªûÔ'jébñ_i›™¡sýµ¥KCü¼-.Õ¡£•¹Í•"§±¦Ñ1Uß¾=ÕØëµÔ´pwŠZb ¥,IqQŠæŠŠ6JØ@#••ö³¼üF—¸!¾…Çý8P-üÜÂå>oàŠ_Ž7±¾.Hšöɵw¦®wÇ,®õÎ5HvçkwÌ¢:ÿ½ ‡ ÛPÓòæGH±z€ÿÍÜHu#绥¿ªxFÒU55P]¦í"‡˜)ãMô>@wñÑOUíˆñÖÊ8Ý/sa¢íž°þ™ÿ™æŠ|: -bm±4„_áäYåb2°¦”Y)3ÛÜ…û´2HŠY‘ÜU•uk€qf”•xÉÒËÊ2 4Otµ€emÂXm¯¸h^ÒH³*DÛ>au­Å^\¿Ý›æð—›Í;&t[MÉsêùä%:#«„*{*ÓÇ[…±Í5‰òÖwU_]…z´ƒ­kÄÎH¨‰³ÃĨé|èlòƒK/ Zå<Ô\üÝæâë¯õ©Çئðšê:ºêJ«º’¼hƒ1Bœ¢¶ôu]é·³^9½3É%oJ )6&zs éP¹ª¤dïL²^³¸zKîpk€¼›j•ùL-Ò}S]»oF\cÕ²‘›Jræâ"dU‚‰^–b³­P|hªx&«ø;êz v™%>1owŠ\º©Ä%o©¥;“õMÛã5|·J@°ªy¨Õ Ê*¯bº'EL‡””n$ƬõáÃûÉ1ëÒ&îp,V!ÖÇj°«#‚’å>j‚CÆ«ØÕ -Ûr±ÊÚCS‹|ßXßãÖ2‘n²­d€m2N鯧Ð3YI÷èDl‡†‡u몫íÊZÁ¶ºV¸©`—-KðQ+\”u‚œ¶9FH´+9å–^Nê\§¨À¡ì™ðÌ× 8§h( V3j2Ø©@F¯cª³ô¡©ìÙæ1Î>Ž‹sOR -ÝZbŽSMôêèå-%wˆ»=K‹jÏÔ$ñçÀþ Ÿm›$l*ð ›2\ü–’”£nÊ~6Áyùc¦ª}×ÔÐëÖˆÛ2B¢u¤ôMRñÑÿ\»CÆόЊ‡¹yo6†Ð™>cm»GרéÖ64;ÔÔ\{Ö£ÕnpàÆ ü󆔜¡¨FÅéjÑYÛòJ*CŒ}3êïiµ7…˱‡Ì´G_wkq`Ÿ±ºikR@5tÂ?mkXH®’ëÕU×îj+;jzÙÚ02vC Û³^ƒˆïç˜- ²­ 9Uô2˜C# ëÐ=ˆøh¦eíê:=STĺ¤üãÊ <ÈÇ”}=¾Ð­„Æý0SÑ?f„•À9Ê]Z±à`¶I¾7_/µ›jÚƺöm}uí¦ŠZbW’2V¹gŠKØ›f¢ÿ».êö׸ݢ#|&øÇ,:ÏD,t¨ðÉ^¼7Ãe:Õô -¿ز þ¿ \Þ¿sLÒŽ†”½Ð{gn„oɘÐ]cUÇÎtUÛ†–ZèžÔî.ÕŽý\wý¿e®øÇ›ç1Q*%y3¾Øg7ìYÄõ»æJñÁBu[œ]`= ˜[MÌX*\ëÏ}¼k ÁWF(à….Ä×í1bú®‘ö,p¹{+âîýQ“]O-–7¦<FWxfjºÖ&¨Ž XÄá©ìÐì¯ÙÌ@¹È„ÕÞìOE_võ”R»œ^lj̽¥¯J¾¸Ð‘ópG‹Iq*‘é&*voºªÕ2„JDØUXÄáRͨSAÌØVb“Ve褙Ax̶–T±7Ë«9X©•Y§ÄÕÝÌäë8ºè×,çPÒ½rŽK…‰ß¿nM¾¿)+Ž8Xdóv~ÛÖ²*¼–ªÏt]÷–އ³+ iÛãŸã÷›#EÁ6,êŸUa«SņÏu2s×:èyûºÚæC3—æï蔢B7û‘{J5ÂÌKæúÒçÖQZªm±%ÃF¯ T¼Ý(}ãGEýxà—™\üïWx8#¬Þ50?µû{`1Ó¥!fíLRÁkTÌJ_Yø¯Yq³ÏTÓèTòQ®qJÖfoÅk·s8ÉÅ9”¦ÖŽK½¶Þ‹þip=r[Î*bl—á²j*tGǧn(kè"XÊõ¦Š„`»ŒÇÚRñÑ >Õ¡FF9Õ¨X›¬"Ô*ÞRâÓWdÔÌ™Üw»œOß›®ð×ißR°aÛã¤4»²Ü÷ds4/È9‰Ï0´¿šë€…ù&k[üУ*F‘CCÍ·Ž£Â*l’¿?í*𞢾ð)Û{S<þþleýÏgߌ/84ŠLÈRwÙK—‚‰ú1S7àвÑãìb§^,ØÖйv5Ägý¡…Çôóè¶ -“àïOàïÙíPÒvôølŸžRvhªnÞ7ãÖ¢“WŠßš‹žÙFqq&Îß fßH*Ü›¢”úïóÙdÄŒ} —úkŽ/´Ê¡Ñ6:mo©Aè)¹k’R¾1VðÚ6Qö}×L,ÞŸ#9B«‚^#gìMW6:õ,ðYHþ}ûyÀ@¯ê3 Ó½Bî -隌•äôï áSí -x‚]ƒMßÒ`S“ØDŸ‰R¶7SÙÄ]¯Mçìèù´C ‡zh¡@ö ØÌÅδ[ƒÄ—'µÂ¨ûûJùÎ$¸>LLt*ý½n¨8Ÿ•f•B¿-õÿÌôbBWÇaëRXø–’˜ç³° =¹Èc¬¬Þ15J|óU]¾EaÃÁð:#¬qê9ø…~L¨[CÎ÷÷DÝÃÇî,¯^ÀôÙDŸEÔþc©zìç -¿nÇ@-u먥{s-&·¥¾oCÅm©¨…ÿ.Ñ(ÿ]¢þ»D§ýß² ùÿ–yu6%Vƒ¿Ö¸õK+¬þ ègÏxÅ—íÁ¼Ç+ͳµY7VÛŠƒ¬£˜¨aöC~Öûó;#Ô¼u%å§ž‹?4àŠ Ûd#˜ÄU¾I}WÇA»5ÀúÉàß§jÓ®"ί s¬ÁŒq³hÄÉ\ZRéYûïEžèpŽËvéÙèõ F±{ªºeo¦¶gk‚˜;מÿp±½àÁ®ðiÓTÔ/¥bkúÍRtUΈ»¸Ò[`¡¢ÝjX„uúÀÂ$·^Àpé„ï4[°k!ýýIþà®È¿]ŸÿcŽ‚Ø11qŽI*€; ¨×Ì&þXàr~Îr»zRY'1ôй –ýs¡QñsÎÝ4øš üÑ5Ot)|ñ?‹•íž)ð!,ït£Ü­¯ïL²a^£bOO+Û†l«yxCsùÛùfTÄÏI±À§d–ze¤ô .~­½ø©ˆE—”œ¾ÜÿÖFˆ8ÃM -¼àøÖ1A+\€^(|¶0Pðl¦ Àá¾¢7ÿ±ø«r|A??þÖÒ$ñï¥êþƒÈÛ7#˃Åo¥ÌïçüûôMèoÜ‚Ïö>dœc˜7×Pödº&÷–¹*û¦I”~Õ"J¾`(}ë’3µ­°°üðgö"â;dôÒm%»£eÁ½Z*x{±Ø“ùÄ&- Ùb’\* -À.掎RâRc“¼“ÈØ=="vGX,x¿Ü]òÞ£fv =[ [°I“„ì]5¹Ø¥Æe¸µ„´-96fc6ÕXpoe“¨o…$,t•|ô¨i…6 êûf?äÕ ÷|„äµlÏ@óëkÎYÀú xÝ“­qT4ÀÃo6ï½:AL5·±&eàl -:fc‚\àtíž…Cvk)EÛ -|–[M-sNP²R\À×±;J:Ä¿'twJ$Ø5×¶íN‹ªì -b²MFHZí½×±âÏyFÑ©?¦*«¼&¹u´r‡‚Ù¼ŒWÃAïé˜È-:Õ*Çdl«©à³¨æ¿þš¹ó¢æŸ³\–ÏL)ÛÑA#ìòòÏ£åomRè»ñÕ!ÃÆ¹'HYÛc¸X§’’ã>›SMÊ·JPqýÐpCž“ ÙÎÌuc³~.ÔI÷gDM;::Ü¡Æ&Ûä¤4À€~kâ¶!Å'­Kˆé›Rj¡»¹±àµ¹*ç±µöa¹¹ð¥më˜ å,öÂ>9T„ ‚ºÃEs׌»uè$»ªè‹M‘ÿñpWô÷"“¼­¥äMw•¾ó÷ðLWÖxm¸ ný¹,jõYH,f¥¿ø¥¥-ï‰gŠÍÙ5 -E}ß 8õ8Øá“ýsŠ|pñæìû|GIu‚˜>7HÌ0¶p2ŠÖf¶¶Ògà“÷4Ô—†V¼%%Ť4­´}é!¦îÉE«m%Ï­½%Á íÏUÂØ‹~ôiKUö˵QbÚTKùë…h𦄶ÊX­qÌäÛßSâÊM>[^•úh¥‘rð¡ ˆÕm•Í3ŠŒÒˆÒŸÍ4•¼Õ5–²sÞ^±vb“­=ä?ÿÆ$'í¼†•zÁ$Ê8,û¦SЉ´ŽP3û¸yÏÃ^];ÊIùp}GÁÅÛ4èšk•B¾Ìw§Ý³´Äl—‡. A¾kÅ)v”¸â¿ÝãÕ#ãà÷ÖÌgK1×õâog–ÛrŸxå´bû:ß‹úìßÇüCÏÁè §‚œ³9‚ÝD~b%v­òJ^•ûŒ˜üç !ìÚ.àÁ׆°‘Ëíàçë¹/Ã%Áý9/–{SŸí^-¹-EÅïqïR’Á›cˆØÝ|éþë¸Ë¥§#¥ÁKƒ¨xŸ‰ƒ?ü…UAÉ]@‡na£í#ð/k}e_4”‡æÚ¬Gn9=ß h¯±²f×"±^¸6ˆú²Ð¾?[•rÙ= ³ ”Gl 8°ð?[UéRÑáK]¥ßlCa‹Ý…Ïf»òŸ8Uþ¾RÕ݇Óâæ=]ªÙÊÚƒ&Áßÿwkº%C†9å°ï»ZL‚àÑ­áòwŽQDˆsœQ°ÿ¿ÞõôŠ5.mc²Ü -›îF~é ¦­Ðñsm»CÇÆ®ãß¼ÂŽŽ ;°ˆêö§k»×ưq«c„T·N$rMÕÔ¯ÊúzÈçéú²Ž|ìjwÉë- 4 -À“Ø¥þŠ÷öqlÊž…FðY°»FTªGç¯9æ¯qL(ÿµ@Fº'±€þúfl?ß”¢Ó\Ê©eV울ŒÃ…Êúm &Ñ­E%mO \jbî®™Ç_FExt ìá|‹þ`±ªgw†AØÖ “6¥˜¨µAdøj?"Ì©¦LwA?˜ÛÈIn]Ǹ{²®Ö­å¢qŒÁâö¾?ÐRÀ›t¤±|£ùÅ!!$n6†Hq«½¨OkÝÈ÷6ÿýºVÌK ꌞÿÌR]úncŒSónÉÈø1ç]cÛ£e·FJB~LÑÐýÜ”§ø¤§§å¼Ü°C·-+ù|`* -÷™Š#fº“žXZ":slə룸ĥ`üzÓm¨nñsµÜYôl”}ººèõQ0é¶s‚”_ˆºßŽ‹xîÕsÅ«ÃÄd£|×Èϼdä§œ—Q¿ýÕyö›±&ìLj £`­½5D*p*˜×!Õ£@Æü2Sa&Ú7Åg˜øœŸ3þêi=#©xßH.õi‰™>Àg9†ÊÞ/եߨhϼ³§B'8dÈR&lsáÇÅ٥؄A\äZâãTUöã…¶²ov%æÇs—CØ·ð»:ü`JÀtjÙˆI:ôÀ"¬òL‰Eër^ù¶¾®Á¡­dnOÐsÝrBòrøåb{î3— ¶#G†o¾Ö‹£®M7'Ýù1MÃÿœ·yu˜,‡úÝ­A'Z¥à•í|£C‹YF|x+Õ&÷û)>×;ÅDïM1‘€N‚¸U˜Dû"f±ònwŠÃÞŸmò̈kwç*wg+[=f€K ´mè†Ä-2jKEÈtO 8Àï…‚½Qƒ[ã8Æñq¶Ôws]Þ#ÿ³.Üø«Ä´§¿™êÁQ¶a|‚¹:-`¡%ûÉæ@Ù¹0þÊ„ ᜥ6ëæ¡šÙ·TÖnɉ)v€_ý¸.ƒGlc’ý9ñs–Ç[$ÅMÕ•>Þ’’òf¸ôu !vµþn¹£4p¶6çáZWÉ«¥ALè 7ó&-éù1¯‚ƒ^ÄDÎ5çÞžªÎºa®Ë¿?%μa¬Ê Xl+|øßòåA\ô|ÈAÐ"üí bžm ¶Ð‘sýíä9ò¦GŽ/õL 9[2Z¶OM‡¸ä€fr©pkò~®)éÆ ñóɹŽòàùŽŠ7æÚ’GÛìBŸ¦¾Þ1Î/¶Ãßã’ÿd&¿ 3ßþ&#%\³ö¢MØðFxôéÅHø¿&>kðÈ–ÚÂ@cuöKûPþ—馜ûÔì;3­è”}#:Ó”tm¹'ó…K‹Ý”†X‡ËB}j|ðÄšš¼Çr^úCŸËûµPÝ»obaן×úŸ­ƒèè:&Σb G)É·4œœw®Qf®ñq‚švI‚M>§ å\×ñ3oÎ5ä®w!’VG©9o%%½»¾ÑGÅìEU«}YÍ¢èsÓU ­£àà3,ªwŠËéa¥¾i„ºüŸ‘X¶5\òz¾*ýê$%æ/5%âÏ•ÆÌ»‡*R®¥—óéÎ1aqÈ#@¯ð=:l¥»8È Œ»Ð\tJÁùzÍ7EEyÌÃóôœM.óïQÍOŸý·…Zá‡|Û+ùß÷D€žr¤’¹9Á*´Ë¨é^ £t¥£ôµQ˜|}’wnõñÄüÍñ FصMIYÊ6ø-Ãì˜Gsùß,LÂ!ׇ.ïÀ œg¼ü»švf¶%ó鮑ި1ppv%¼&%&¸&™0Ÿ‘Mò×\ÿwšPxh‰½Itš[‰Êr鉃¥ªï¿nKO.|sù ¯mrLÊŽ—w0Ë":õ,¸]EïèE•+Ã,ä¾QÈó÷Ãói8Ç3Ï6Bˆ]h/yªæßÝ¡‚­C訩ÊäëÓÕÉ7ýµ¼èK€ÆpJááû&gSÁ†.’cý{¿}:6êÐB…ýš§¢-ÐÈ3˜üõÑâWÖQt”WÇÂ,JiæfŸs>Ê)`|Ö)Ã%¹p{‚sz‚óǺ””:ÂÉ| æçÕ&¥eºU˜KÁ(ê€Fý!H¤«"ü¤”qv¹5;è@Kÿ=Çý˜c±Žª„ Ÿ~ÎЉ6w¥¿äíî6s[‹55dú–Tö7 Ÿ¶T|òdCEàÒ1É=Ý0æ[lžú{‘Ã󌗇¬µ¥,µ¦̵¤Ýsë ©Þ)bñê(ä“kŠPì[ªþ¹ò¿zÉ•þÚà{fÊ¥£ù¼ÚÕs0£ôÜ{ÓÞÁ`àÝrV‰]‚ ßì)xlï- ÞÓ0ÊmÃØð.Ôg×>iGM4E°SRòÖ!4¬šœ·2NËÞgäïè8ç$!ËcD&¹ e¡þcÏóéà)‡Ћy}æ3µ°ð뾡eøÐ¦ÎÚ%°¯SUé×µœÄKø±±‡Ë¿;ÕŒº·3ÆEN7>Ä}9%!…œ6ˆã/˘‘§Ç©gÖ»JC~š•èûQlÒ–’w(x¯Š”åUU„ÛÆ -Þ™êSnm #~MW5ý°…% Åz¡·$˜$· Ÿæ”:UM´!¿ý¯NØ0!ÖÿÌÂbwù«M 1eiˆšªä(™éUŒô+Z^Á³\ìåJÂÕ¥hè|GùG­0íªœzo„˜üd¹üñ' ~™¨½)vº¯ìƒ®!-è×,Oðk_mpecürc¨ä­uÐáãŸs\®×ÈÄl)ˆ;“4ÈYXµ=Ž _l/|¬dÆþe%\˜i.|ºÐ‡ª*O¸ùöô·…Îòh Ö‰%¥È6ZüZ'N¼YWòæ /íÙ %-ÐÄŠG6Õ•^n+yëÕÐËŒlÜy¢_ÓlŠg’”ëR㽓ä|—–KÚÅÄ»´ÒCÀKúk»:d÷óÍù÷[JÃN¢¦<>6#N~ñ™Ž±I011Ë7I+>0pñ>Ó¥‡§lÊÍ5Qr`æ°~ÍÖty4´ŠÕžìgNEyô‘Ž®þ§Â9AÎ_í…}vŒSýÏÔTŒÐ2{lª/~½ÒQðØ5VôÉ--Ü…D¯t¼S±¿žÙ‘Wdû¿^ë+ \ë…†× ùûíMQ ÿ.ü¯oN½KM+74ÜÛR2±Îé¶)ï\‹ÞÌ«[â9?pk¸ì›GE(øÿ6iŒ_|¡G O8\äTï-×Êf¸Ã@‹Zèp@Ç¥íL³÷nr)ˆƪì'*rÞd3$Ø&%—ìDÛ(6z©%ãæfOöÛøÕBCúmû0:Î3ÅF¯gc¸âƒ{ÌS¶KK+ÞÇìš9Äÿ}wm¢#=ÇíéØ#À€?üg¡ªÈó.à}òBŧÝI*áÇLM×Y$þäWMÎÙ–`"7z‘Ÿ—»p_-mØOraÖÝÙ.Høº„”4FO:3‚ó?ïŸqo¡ õ}c€š»=J{Õ”"Ÿ˜åaÔ×M/]S|ºSI)Ø’æ<Ÿo¾rœ—0!̽·6F/]Wðúú²'ý˜ˆSMEŸŽÕ}=FOzzDÍM¸½`±äý¥ŠègW»ñ‰n9³Ø§$¦»ÆÊCf[ROp¾ß¦}=ãÕC“ÿ»RÙêï_áUcRÖzJ^®÷—½ÞÄçü˜c3÷ç9l¿wv¨°)€fyõL@oAß­öV¼]é…}ßÇ¥9•ÄŒ5 >F_[üXЉ;»=‹ß3Q*tÉw´µ‘çM-Y{ ‘·zPá7.ˆ<&ÁÔ…HD†?=µÜ^øé?+lÞ¾ Þ’•}µŽå¿r) 0Eƒù{šÛŒb‚·ÇI¹»:!Ã:†ŠXè?šm.¼?ÎH»R™ý靶Н×lýè…¾²O¬‚OW6¥„â]¾ÒWúa¶ühº-ïî\gÖ-§¢äý¯w×(änÈè9;ZôpFXûÏ¢°Îg ”Yê³Lr2®Ì4äßß’ââ·ìRs+ò­G˧kB_nÏÖü£ ò検ú»ŽÎ5û¿u^³U/¶öã2YjÚ~YØÔŸflÞ¡ ‘fÍymiŽ ˜n‰»òk¾²qgºilK#ÚdÔÜÓâ¶C#›òÓÌÂíMR‹=ŠŠÈõ¾ÌÀ­±¢// -q­MÎEû,•UûslªWKÌqÞÜ6 éCG\¥ý±­0Ö¤¤d×$µÔ¥aøŸÓùºÄÒFOé«õΜûëmé÷\c¨ÿ=]SÑõ!Zö¶‚ƒÜÃÆnŽac6$¨P« êÐbvLL¤×Xßå37I}–úþÃÙºþ³‚Ê_s|ð*ØÆé›´ä$1Ó®¡;u•ìõQ¬ßŸ|žm„<Ÿk(}d¦_[l-|oFÄÍvV¼ši!}Yï—­öŠÊÖ†8àÕRü: — Ÿò}F2Øpàê8=[Á,öhDl—– ßÇ'8Õ˜x`^#©À¦BÅZ¥ØT¯Õ=ïÖrPßzÊß«ëpšµÉÓmE—zQ!Ö VÅÚ82ÓJ‹˜k`EMWb‚TÔ¼«Rrò8û‰¶!ïy!öŒ‚ ~g¥fϵ—¾6פ޶”|šoÍy>]ŸrÇ:˜ýü`™²kÄ笣ÂÖ%ø¸}“€µgbãg8ôýiÙøe»4Û•÷Ä¡‚Fok()»Ü§iÞ7´MŸµ6rè¿,µ]?ÃüU‚‰^é+ v(ü{¿$S3ê›UFÎöþ{w’Yᓳ¡)bÄ%È… 7úI17Üj6v¹›¬¦]·O`U²3ïXûa‘»èø}5½Ä«`ÀWú‹cç;ÒÞ,´¥Þ>0ÑI{&>oµ²Ò—ýpu ãñLSÆ£Íá’P Ÿw-lv?7óM1õùùº‘ƒéÊš=£Â> ÿô¹Ü= ŸçPáÓgÛ²¨8‰匔smðg,MiÏ*d˜ý¼ yéÐn.Œú¿½vF /4\ÌÚ5ê`—kÄ'Ë}ø/Àßþê>= ±9ˆñ×5¤Gî@¼9gn-~WI¸óíáE¥-/äß2Ê¥‡®ô¤=7ÔfÞãfý&È~zÒ:ÿá¿ë¼úm- ¼!CFþˆ[þÿÏÑ{¥™uqßsÏ=}25™I2™Lʤ÷jššÄ{ï]Aé½wPì°¡"]šÒ¤)*UÀ®Ifîö¬çýCÞ‹çÖÂáœ]>ßë:goú_.çß>*õ_«(к¬$yUR‘´:Õ–Œ~ä`1w–YøÝe&öp‰Izodÿë"cÿç#Àß»°í«­Ï6&±Ù@l¥í,‰v–xì] ¿ëÀÊãïY„˜[ 0aÏ„*‹«¡¹!øyhö -àìû–®ú‹.Q¢Ö\ýÍeNá…µª!iÛãM1"MÉ-¸0Žzþåê8(ùƒ†ùèămÈ - VçÄõ˜Š]@gì9c×Ì@}tˆÆßÛ9Ìv6í(ñ]|óÀ}!#¥Ù2Šy;G®»æ‚&+™Õ·'Û³ÐQ+“ Œòû.À²²–§;T¡ ð¥~Lö))þùw1 ¶æxIÈßÑsñQmbŸe{JX‰Êݘ…§EÔØ’ÕLž±·õŽÔ²gá‹ö—ÍÛ‹­)QMSrTÉÆ‹:¶0ñ.mßÊeí.1°Çv®àØÎæ&úÖï›ÆŸÅoJ0™¨×j^ÝÕªW—?͹yê“IDÞŸž·ÒÛ|Ç=ÐpCIÍù]Ë)¹>Ë)ü}Ÿ{Ñ>‚Éwг6Õ‘¼!ƒ¤nÈZŸlëÛß}ôâàÿÞduðŇ.Á`ÜBNÜ&¼wÓ9<ü±#—hjß!èÙâJÄ@¨Ö7IÎ,3yò=»òÆ×ôÒkÿ=þÊ?*òÏãò¢jtÁî¾vÛDh>¶qøGÎNÉþŠ``w™zï`Ò"JLѾ‘†ôù£“AŒšÙ¸M5³%(ç‚×Fè9JFý%aýë¯dȲ߶ç8àÀ8쥧¿ò¢E”sÒ5PyÉ7ÕñÒ5Öö$0Ý–|d¦Á¢rlATAªØÖÓZcZxVT M-€’õ9,òóOf“>:Éİ‘к¥…eniÀ)q$ûpÛú'±í?+„¶¿=™­4ø–†Tàçm#‡´gîEu¬cúR‚Ìÿi’yRÏ©¿2Ï?'ªO?åìAfoÌàËÜÃà«cíI£ðw¿.PóÎÇT¸êˆŠX§æb Oê:›^mi9ø˜‘>´âšl¨º] °Kd~l‰Š-Ó`ûaÿá -Gxðò‘³w~ßÞ5¸oönëï·Þ³5ܲ 6ß÷HPe}°ä3 -fÁŸ±9ZUHµÌÍ9¹HOûÉÑSzÝ+½”â²O*9ewÍV!‹œ£ ·œâ†[›‰þ&R 3èûVáȇ ‘vÇÁ †éˆFÄÞ5+>¸¹ÝÛKd0ÖÖ]`¼‰Ûû6:×°%ûÀóÃ¥îáíErKDÊ[›½\ꩺè–Â’Ãbã‘“Õé×¢jœ“ÙÛÿÀ#‹/3q ^$5„ß9tð»·­}[æN_K©Ý6 -؇A÷¯3®§·{çH…n£Â;M)ðËqÅöá–gÄ’»ßtµ¼8½£ÇuÄ ˆâ€¢íw¢é‰} âR@…)ñ)8pŒÚ ð%ὃ'ÜÒaJ·tð‚ ”¾©lÉõLÔ<Žje{vÛ5I/·Š1¯·Llæ¿W{Ôû&R‚™Z÷mTä‘“Û½o剎,<ö¾‘‰ØÕ³ûƒî. „ÛzFGd‘Ö±¥!4óÒ¾%ǼÛ^ ÇTøÒÈ|G†­¯ø‚¥³ò¢k˜ÞÛšõý$*û§EAùåyjáSˆì“ øÜSÎÞÚëÁyL޹|×5‚ÌÞ6r‰!-µ}o™I:tŠ&¶m‚®žTïb¼w²=ys™­]ØVa›ö¬]‰s0a6ß&j¸< zý…¨úɧjFéibeÒ×ø¼Û_9ºë’ãjtQLƒÈ‰iùÁ9Pª{´ìžYò‹–ôüÄê@í½9\¡NXòû² ü¢w¤õ9 suÍ+þíÁßÛP5› µ÷âzDÙß@œþÛÓ5õ›»§jM‰ÏÕ=ØÓB2-TÄ3ƒ*xž­¯öÏ€ŒTR2æðS~Sú/µ¯®àW¿þÁ!l¼´1Òr+8 Ë…§|7}sru™cWÅ-è…¿- -k®¹$°çúîö'+bå–±“Öãk"*da\OCZ˜”+lÙ[BA·M˜¦˜]7’ÚŽÜ¢™½~OÜ¡®Î@³}3õOâZðëm="y–ÞË»h삤ú§Õ®¾¶û2DÚÏCÍÏV`ßž[beœ L4%,‘ÚÁª$fåãBS´ÖSWç¶™;òüŽW³³Œ®9Z¥’bv|³Gx7N.¼ÔÛžrkúÀÙ§:l9ÑÏÛ'®¿œ…$Çt˜€àjaí½DúI÷xK2À6[@®‰(peAàÒS[\Rdê¦ [µ ؽ{žÐì„o›xŒ%}ÇBCî­p;ãË@n31:¶Œ hlipvsEðÉq3‹ì×ë… {c°‚3RÄ»ß=µj9.÷Õ¤®Ït”Jo © %‡62âÐ -èî*åÀI"íš¡ÙDÅ:ý{VÁhPCF%îcFÍtxPG¬ñ먭€9ví‚. ÷¯+Èu¾YBås`q×1¼´ï\úµ!ìÑέÝèÅ5µV%lº±4|¶‘Óe‡Víèè°ð&38 Mò7ÞðT_г2ÒqJÏ2~O¹qê~í«ßCsˆ¬iè+{OÓ5ÏpóuIÃÿtÍ͘“è¸WŽ­ƽ9×`šâKCs!ýÈth±»sg‰Ëäõ¯3䲫¾qlšwüÀÞ]vÞÈÍüeÿòÇî–?p‹¯ºH+:¯`V]gV¾:í¬¹¿2؜敚XʨHµa¼0¬†ämÈ›žú¾kàwî,R»F\ƒ_QùÂ'+M -,´¤l›ntÑðÛV8¨…½4ï/—`ø£ ÛrhƒÅuЬ} ¾ï,k‚s¨LïxG’‚˜ørYx}`À–oN‚^JÐoNO‘r/©{ž¡T¿öORëW¥”bçüÅ `r;¾ãȆi=v;€ÏÑ•Š®òÛÓôœ[¼BIXÇ&„T,h\Ç"Ç”ˆÚ-$-4 Ê*2zÉ…1löÍÕ©öRß,ºØ5†Nöˆá)¾Df@A(Y“ÀõØ -BZl•RÔüpŽ]ù4jvm/ º{8YÑ“j‿í¹8ü¸…Ï_C¦:^DŒ<¦WN©™'×þÑÝöc_Ëo×Gk®l«À™{†ŽÊaô»Óonžùç|gEÆá -“|`ãÐ*d±ˆsAeÝóà|Û]µãÀÊa;¥Ð|µð”}ú"jæó÷]üÁ=[Kp’ˆƒFZ»c†³1OkŠqÐ %¤ä`…Õ}ä4ÿ½*Mô®Š,‘Zw]d,Q'lWji}†ÌøÍŽO‰,PªõÛRè³µ–ë+ݵ,wƒ¯QjN7½¹öÙ®àN`ž¡ãý¦eäÿìn¼¶.m¸S´¼:2ÑÚwL\¼I -}×–sþKOosáŽYj‹™G5Žž‰c›wè`Üá[ —Jx͘Õ)§VúÚ -öt¤º­TF`Ÿå„?±ŠÚo©É¿ééÍׂS„rGoëKgéo~ø…WÒøÀ;Vû((ƒgŒœìŸkãžj¾¯åÕ\Y饖8ˆ·þ ð«# ´­#µnɉ-–ɈV:~KÓ‘\hMÚ7`*w4ÈâÙ(èÿyùý¬@|7àª×¥MÏBsíyëó¨¼nø›ßd”ò««cèTÏ`óM3¯ð´Šœu0‹ùuÏ~˜‚eý±ÒÝ|_Œ-¼PöàÜ'«CÉ{š„†¥f¡oÜ#­÷7§ko‡•5óõcjr[Ò–¯bãæ ,ýȆ‡;°°#¾õƒ‹ØþÞE€Æ °œˆºíÍG“u°ÄãÛ;‡þ²¿D†î1•á9Ð+ç`ÅU+ûÌšúÚ5.•R -®é;ËnæEÓÄ¢ÛÓøâË€~ÊÚÓ1 €Æ¯ðJáÉëóÈ´c'ì bŽøöC;¶qÏkŽ9¨èpb_ø -•úq•!ðLBSb¢B=tà5PËuýÒ¸*|_ŠË\h"Ceý0 ~q²§åñoüúûç{[S¿ëE–¥8e˜Ž˜‰ÐP¢ËË4HÔÄ@íY-ÑD=^®6ªÃ•9¥­Ï̽µWlão·–9ü€‹ -1Í1;‹4’A=¥%hæ2vÝÖµå{§+nÆ „—‡øËÍþ{“3°ë £ŽÝDDÜ+Ü´ðÆl{–¾¯!7¤LèjyxQ¿9Ërö‚nÌã g|=Ü–úÅ<<ãç-¹~m -“¿@Îý>(mOÝV sâ*ä»íĹA%,gsS`þ™ÀW\ÌPðû®}ÜÁfíyýp…ܱkacF1¨àedª¨!ûìjºñ@MiöÔÿ¹>}ììÝ0PÊvr+΄'áoW§q¹Œ¦×?÷‚ÓÎmë©àD]‰¨–î×Üš¡dÿ*Ágýä­¿é—ÁR¥¬†”Ò—×Nȉ×ÿ½.Rî/ ø»@ü>0¡«ãô]¿®OÖÝß1PÛ;Þü¸ÜYý·C8öÐì‡F|õžSW¡ -üSÐW+ƒ Ûº®Öëýˆ¢³S˜Â_bsŒ¶õ1`^ú;»†/}£¸ÌENýŸ¢¦ä‚ŠŸF¦;²–»ªoZ„eİÌE\ÃŽS|dÂ×$úßã{k鯾¾Ô]}3¦L\Ã…T¨"ÏTÓÃÝÄõ.+²äÈnüŸBIô׎k™ðCÀt[+¤oiȵ‰}žþò‹aá¹%~Áù¦VÛ_÷ª%óÚçüê§ßí/Ñžx²«|{ut°é‡‰ü_¤´Äõ̯ ”©ädüR€Þýå|ÐFCíØèø=ø¯5Þж^º6ÓúPJ-¹ -͹}:”ØÏfÅ´ú$Íɉ–—GX‘ºá…UTtY -{ñ¥{úl•{Wtï{£øÂ=´áZ-˜jàyCˆC¶8¤Æ–… l솊R¿m`aöÍ,ü‡ö_^&÷£;|}¢ú¶ITt~©¿íù±ôŠ’þMOõ‹Ï»«žÕWŸü“{ ñ徎YŸ†—.òʯi%¿H•@ËŒ*áÅ[Dù–_ Ä‘›Bº©ô]³Òû6óo`‹Î.ñ…Ï‹iéÍ;jZáŽÙ~¨åb×FÑoV{1)!)«ÊÞº3ÎúÞÄ)ùÓȯ¸¢c•ž1ð«wb²b‹\LÔHù•ˆôÀhêÚ2ï#`/ÿ_€Æù¿û¿><ìã -²jWË´6Þ!•¼ø—ÿø«Í9äý2w¤£‚v•˜òM)8MÉ(º©áf,óç94'¬$6Ù:¯E¦Yq±<¦BåÅ5¨â¸†Ð¾£#´hYÙ?¯‹[Þ¼_bQ-ÑWÃr£tù¶‰úË)Ú3Ñ VacžÒº(hy¶£'5XÈ›“°×KüŠ?´ìÜ“C×§$Èôß×'À)€Ö*A•¿úéíõ³_LàËŸ~ìrK yÑ@Þ„Uà”˜[ -Ј 9*;¤&V. »zvs¦=cg[™ƒ¦.ñòÏI O¿3uÕÜìBä_.|våëxÞÙ)xö·’ÖäÏõ„Œoõd@ C_|ÓJ=%jN9»È.»¡âVßO½zò“–7×¾ÝTà¡ÞYø›ùÖ—»<دA•¸¦ÀIžù¶”]ÀoÿO€Ùí›êȈiè裕®ñ—húýz·æãwôƒ›ˆ<bTp¦ù¾_ye꩹¹*íH Ï"3ü’Öçisꦸî…o¤êÑž‰X—bXØ|oZ|Ù7†Æ_}QMÈûa¦#ý[YÇë¯è×ߨygýâ–{¶ñ†{\ð³¯úÚRN„¦‘9y{š™_tÙÚYx-"+º×VÜ;´!kŽWX¬÷®ÄyC:îȦ%î«,qHûrÓŽŠP] Wغ[nØ„mwTŒ¦»C ŒÍoàU¾úV{÷“™Svqk¦=9®ÂTøg¡ù›ó°ì-­5nä‘÷—Ma8e‘—ÿ«’‘ùÓÊ`ÍÕÈ,"kßÄÀF>‰éià}¾gfaãJÄ»¨²é©_V|Õ9ðÈ$4õÃw`b‚rbÕž‘EÜ3òi9R‘ÐÜËÝwù7¬=­7WÅðç³´j£ þ’šQrnR|ce°þ&‡®y•wÝ#à ó0,™×ôîT_KÞÕˆœv7Þ2óë®ÚD­}ã­Ï·æ!¯Ž–¨ÐƒÄ™=*lËúVͯ~üÞAE}t“‘ÇD鱚{d…åœXkêiºO*ñí8ºàîž•ÕV òÖ‡®¹{ªþPSßýH/½ý:ó§Óð§ßnk`yÓÜšôš”ß\£ðº- ©ÞÒ_zIE{þ“ wïç¥Î¿xÇêŸDÕ¤Žð"Н~rvùîÑVÙ‚D¿ì&yÏ€) ÉÀÉvQÙ-3ë|Ðí“´ÒGã˜Â›q Q¡KÃ2Øÿ(M/,(ÃfþjàžYîmxÓPQ*~M¢Ï@ÀhŒ¿WÙœ j\ÍòÏ4=ñM7ÞMœ=9ÖmØIÙo›Óðô°[šCû¥˜‚-%£Õ-E¾Ñw6]óJ±Ùó„üÓÝ5O¿X¤ž[ÖÝ^—³€ßUçWàËí#m©‚úW'ZS/:ÜñúbTÓQ¼.«}T‚svÌdD@ÇbÆíÜÞã5vwâ ì¿7É4¯´à÷£§ßðÞÃùjšsÚÊÝR`ò4QrôŠíV|7"kx¹mDäî(-F.9¢À•ÄàYÇLݾ’ÓBK¶”ȼã%r[Tƒ-õš`Íöè¢áŸ%•¸†ZïjY9?ʉÙ'vúmkö`ÌœZÕYsgÛ½ Œ^µÒÓp}ùö~õý/šžžpŠþô"_mN°[=Ô .÷”sŸšá4'o£rxZD…-Ûl" %Th-c†¤ÄО•;°¡€¦,ck÷—qõŽáæ{zaÝÕõdɇU4¢ÁWlL¶'ûÄð·Þqd†Ž]{}¢#ë”…_q#¦&Ôtb -oN¿{b± RT’jt¼¬ŸÕŒÔóZnú}×HÁ³C3s¸ÌçI tåã_'É9Oþö°8 êûÜ›8*þ0°ß2°s.m,àËá%ÏO¢ò“/Æ Ñ® ßjí*¾4‹Nþ]vóŸÝU·>õô_Þ7âê*ZKaÒ•/Y)·MÌ¿ÖØ¢c;꟩¹µ*.½Õ¶½ýàäuGtTĽøŠ‘Wr僃•Ø; Ú6j‚2TN`öÚ;Z}u¼ñŽO†Ï%”<ûž}ûËåº×q ž®OƒÒCÕOM]WG;²¾c”<ø§œœv:,oIßÒÀ³ýò–g»F: ·Dâ÷î>0gGNÈ“Ÿƒ3߯ šþZNÔÒb_iò¡›‚?ò²;ß»©„ý%tÙÇ"ìØ†4ÐüŽÔ´9‡+ò·¿ÐsŠ.ëXï~-€^{&ÐiZNéI5µèç9\ÉÏPæWˆÌûÿ”ã+®yúÚî j}IÊ»ôÏQЃ/§ñ¯¾îxwþ“Iä«|ÒÖçúÁÚ½çß.w6½>2²ð‡fbë¦öÖ;K¬jÙ˜ ‹Ò3ÀÆqhŠŒYvam]×sð1­ysñÆ&¬:gf–ý"üûv]ð“»ùjZð‹Wø«•SyÑΫøÃÛ_yc´9=<Ùñ.0ÒñÜ"¨ºäím¹¿7G¯ËðyG‰>Ù ÷Ý¢üsG -oÿeCWîk:Þ…'Ú^zê¯ÅæuƒeD¤ —;ª¶×ay{rTÙ‘¶¥Deïêií»fܯ ”稕)vƒ¥»êÒ4âå—S°—_/Þþb`Ÿ¶‰j.ñìµ¥öb¸%ãÄJgó#kgÝ£)èËVÞ¥õ¡¦$`^_ë„­7†ù§ý³ Ø®K¶ö–_õIˆwÞIȳm®n×Â@ûHU. ,)´ËøÏ&Oò×*§{×D‡nÌrÍ¢ò k€þÜ[·î;h‡šR1ÁM/¬î¢hØõWˆE¾ÆÜÿaš~v¹¿é¦cò.¤æP6Õlˆo™·¿Ìä¯p…{690-Óñ+o,ŠjoX‡Zn˜œî.é¡EŽH a%¹> '×oÈpyÁyJÕº‚ѸÀo}l¡*vÍ=cÞ)hò 2û»Ñæ×ŸÏbò~qôTßÜÖ@2®[›¥”´¼}úu/4óÞ‘‰€üè¢S"xÖž Ul#"­TxTÏ@T”F¯þöÊ$ë?þNùÑ -©#j@ænÈ Ï3 'ÁéÖ‡@øLŽJÿvSrñÝÝ“ŸT>>ûÙ¶Jœ5úÛN‚}0“ » -X©_ZóÈ5RuQ+¬»ˆ)Iýi°åÝjBá/sÈœ“*\ñi;¿õÏ|éÏ@:9)¨}ù59÷ÑçKš›Jfé jñÝÏái×¾Õ>û^IzwÒ=Ø|#8 KÎ5fd5¯ŽÌо™KÙÑj€¸[µm€åm¯V%¤pâÌÞ,ÀaËÈæ€¼ý- { QEŸ0®ÃÕø§[’×¥M/7çÚ“c‹ØÒíEÌ5ŽÌ&üæC¥:áɳô¦‡K¢º>qåýÈ|À# œ°™Ÿ¨ãôÁÅî[èXß¹$ºHm‹êPåûV2ò£—)8´Ó‰‘EtaÌD¨‹ïõ/à*ýr\E`žPâ›@¿ñMA’vtÄæ#3Ÿ×±0Ázƒ®—´1%l÷Œ“ß­ Þ̑ -ÎM¢3~öŠaÉÁ9zu\MmŠ631Qñ%Ë@Á‡µØ¦€Y°*=Žé ÛK ô Á¬Dؾ†Ùµr¨[&jOGnѳ+.M¡rTÓJOyF®Ç•ÈüC ïœFdØÆÁI[ZBÕ¦3 ‹#zh¶wºíE@‰)Þ52a%®<±Gâp…I[‰¿69ƒ6ùïÜqè¤3ýbÛ¦†Þº1G, *ˆï×;çc&eÏÎá|t‰d¡v6ýÈÆ$n[¹ ŸŒ”Hô;”SuÒ¯9û+/9&Xu¦nÈ-¯é’†Qù˲ ì´w¬õîÚ 6Ã6†HZîl»ææU¸GzÝÃä´õIlº£¿ú¢MTzv}¬ýɾ‰Þ±m"4øæ ÉkÓ°Œã^çƒÇÛYæÒâf"¬Å—m/3q»>w×*Þ^æRC*JuhRí“ 3Vznëùç¦ E§Fе?SË3¿]TÒÊ/ ´<ÿ|þòsQããO‡ o¾Örj¯Ù‘éŽQسÄ}fÍëŸ\ýÍÏWêo|ôý,í%)û¤‘SuÓ.=÷bÞèº!O1ÅI_S -_œˆ- š×$u7ü“M÷\ƒW†A>m}ô¹©«ö²„QóÇ›;ç?Åf=ÿÁ=}h4\Vâ*~—!KÏRòŸ~QqÿÜ'¹WO}RûàO¹M©_ä=»ü)äí­O]=À<öÖÝX¯»ní.qû“ɶgÇ6B«UJ)ؘ¦Ôî, -è¡9V£÷Î9TÅÑWþ›³¿üܦ‘â ç˜û0O=ÃèWQ é=1ó NY»ŠNùù§ƒó™q=¥mÛÈal[yBÛò­EŒL‰yÀ¼ôŒïÙEâC‡h¡¢"úŽœ-€965ð·òbh–Z¾:‰Ï[êxnb×þáj´!ÆfzGÛŸ›øEgÖ')•au7 à³Ê-e{²c°ìÂJñ¹õ‰Æû1¡:²HyÆ¡Oƒ4´rÇר<¯¸ãùÊ øÞú25q¶j×ÄÂîY¼rUXÃ!Äõ|ZXAmÚP0š—¦8ešQrª®ñØ=A-±ˆ)¹ <èu¾íҾ㮞}êêG§¹»‘ϬBð £íÊ4²æ”™ßpi‚\y‘Qøä«éެŸë攢Ó}rJ•_É…­*»ÉšaLJ/4û' £ú~¢æšwºù¡CRÍ-MÔ4½ˆªˆukóƒLýˆ¨Yª8T`¢ªÖä5qÕŸæÎ¢_$Д/‡ZS¿š„g|¿Òßtß>E)o+LþþѹŸ>Õ¿>³5 ˰w]²r2~U ~E-øó} ×'Ô¬Ö«Ëôô¦·?eV>¾²­EáÿöÐéþ‰š;+¢¢ÓZfæu7>5 +ï†@)àœ;'¨÷?ÿh¡ Þ›IC©)0×özñò{vñÍ/…7ÿáꮸ3Ë,Øòêâ—óäü§»f4®fwø$зz^ö™QЋÏh…7þ1‹OùÅ;VóXv÷g»ðùßþð‡Uþà{•¸c‚—…Ô°wKýµWgðÙ'¼2T.ªüÕéÜ»ç>óH@åÛŠÖW~IÕÕÀDÍ­õñ²«ƒ-·¿ä—^þRÇ~ógl W‡.ºÿ-2ëÞ¦ÎÆÔó£'xoå°vÍdXÌ€(ÛR7'ýoƒB{ï¡qñµÏnƒóî] « ø÷®>õ±§WóßPù¿kèØ -«YŸ*½º¥Ç´v¼»9…/º½1 ÍZŸ€¼ ÌÂ3ã:LÙ¾Yð·WT¡sÂf›_ÉhrŒá^GÔœö¨Ј @߃Ú»+.+hÅ¿I:²¾u÷5? (è`coã-×PÓý}¥éÐL[©ˆ÷:eÇLǬ-P+W¦Iëj>eC××µ"‚üÚ>Á¶AÀˆ+ñ%Û -Tþ _ÓÁs·5èÂmí8ØÖ º±H)95ÜüêëÉö·ßji?:{ -®î8¿šöL S·õ¤Æ˜WùÁAE~pRqÛVr»_ÏYAŠâ\uô ¢fC£6bß@hIôø¦eÇHƒDê™GdÄ­lFh‘Ž^É; KöÌ"²6ÔØÒø2ê_¤5/#ž- tÜ÷M²ëª®DߌÍbžgûÀ¤_‡Ú²¾— sάŒ´¿Þ÷ˆk«ñN“ÊÝ„w>©Ì¯c€< ¬FŸ‚^»³Ì&Ûy»KDpP‹Ì4C›_Åj‰è©-»:Ò3Ï_SQª6Õ´š]K¢Þ¦p` ŠÚèºMµlsž\êÀfšFQÏçx-—•œúë!:ÏÒ]{mžøîŒ–^òçr7ì©{Œ˜ç’2Š–F¹ÆQn¾k’”»o¢bÞ;™Œ &oU†ÈڜǕ•´æ–x8àûKìC­‚S­ÏÞÛ×pÝÕ•¾Ú‹^I۱଴#û'«æ‚R/ïF¾‚²Qó+_…Ñåö¡æköþÖ;îÑög«b\ÖÊ63¤!7ÄL”ÖµiDVH®}ïfñgηõðüÕɺ[nÀÿ}2ð‹u9±Ä2Á.‘󡧈U×ÃJt§»êwOoù&æ» ¬Ü_Ì5÷½õ7ç0å…ч(ü½»õÍ@Žª8ìnm -ü8¢Æ”ÕØ2ïlGÖÀ1ÛÇ<Í…<ø¶:ùÆÙ˜–€ýï»÷ßöß6D5sß8z‹/Úz+o˜Ç0…%Oo~Ñzûtt‰Øùqƒ;vè á‚ Ío=ÙgÕèäo÷,4Td™GsÏѪ—†PI5½)›ƒ ¤R`í'ô”œRþ‡†]s#0K¨°ÍP*GñågUÜú»»,QënsšZ@çnÌJ7ÔBbPßÓ0Œ¸”C<“d옙ìöÎsÖgIÅ˼b —ÖßÌ4>ˆÈ;ÒWçµã´š?{Ú3´õ€úƯ]ƒÍ·<#e×wÁy1#½ª`6;gÈ%a#—ºµÌÆ…õÄš[¶©Aæ¸'Z‡°ô]#²<¤G{äÈ4·“-ãWß“â²Oïi©M[ -jý–ŠR7S¡S"K|úÊ,­^ÛÙœ´oc’<\ᑇ#8JôÞÓ“ƒjBÉæ<¡pCF-ßT2A¶aÄS¯„œ˜ÂV€çFAÕÎÁÊkµüÂSö¡ú[:jó,§æºŠWw{‰ŽÜ]f £:xÏ„*ÿÛ­:´7gùU­/¿aC;ÐkSJˆ”ƒ_"#dø{'²oÅ6léP…»Ë„F€Ÿñ«RØóÀ,2cKƒÌóHZ9$Ðg~%±bÐÇÛ&"Qƒ;”¨¹jä3=óœÖ  ´©d´øäÔú † -Þ5S ïWجm —æSr@‘eQOÌÂc'öO†M<ꪚRPa si1-º8fàM]à{ËBÈã°Š‡ÚÓk¼bB溌TèžÁ¿[“2V¦hå!£á’‘K ½È§>yÅ·0Àô+Ø Që<“˜ôµYlNbNö,lÊ ¿Ã@—šˆm‰³>±~×Ê¢ l¤u†]å] UE 4ð–5°ªÏ­y)°€©)0ÅQ=±. Æ—ûä¸BÇñOÍ…Œþ¶£k¬U&h1JPÉ‹M7<“(èÇÄ8/“³o…–ÅUí™Q%²4¬Â7z§ºÀvq?|†ÑñJ'‚–üåæ E·*­»£aæþ<‹~sby:¬';AëJzÃúµ¦ @. ª89FÝÚ1Ç1ŒJrŒÀŸ­Ï‘Êl“ô¢å1j‰w–Š/ÿ hrß,¾(¤ 79¦%ºÔ)ði8kZ!Ñ©è#%ý­–)1Í:Ñ ^å4Yº:’7%˜¼¨ŠÔÑ2Ú—')ݘŠ3œÆ¬ï­ƒø"ÿ<±Ø1R}±3óW÷XÙµšT³®à7õ]ìð’21 \d!ƒzV‡_M­ kÐùyÐK¿ž4SÛ–fðyŒŽœ³˜¼ÇŸG-1 V1Z¢&j{È@­ké->5 1øq› 3jebÜBIÔñÜ6PZwM4ØÞ72` -|ÁÊ("i}†^·.ç€"ÐUSgý {Ý]€µïz'ûå°ì-¥Ù2Öžf¿Ý]¦c"Zb½c´é}$ïÊÁrÝóC{KÖŽ•ˆÜ²t¯iDf1³Þ9E©'¬Ðw–»ãK#z¯º¿Ó¯àAÂj>Ú-cש:;n›úàœì[¿’Ù¶©ìa…4C13—5C³Ã:rm¢_šnüRC+»ôÁ"DM=£!ãÀdÀ08á÷â-².ÈÒ(3Û5Ío4õÐ3½#´²˜ŽwÏRËf…í×5}ˆ§+“”ªu¥mB'ÙÇqo½ÓÀü¨HÍGv.ËÄ!…lŒ{—ïšÁ¤ù1vñB†.V`QH -²àQ=»»Â`…ÌÄÖ%).CÞ ¹¯à@’\2Ä2JÏÞ˜§WïZhð-›´¹Èî›ð¿|龋'Ú23`ñ¥®ÞøÒ ü}â<ñª*¤§­ËZ’¼“­Ü€¶ÚTñ°f ¥dŠ\ujUðÀ žñö¤ ,Ù>z`è©¿ -hŒGq=¹9ÄgßµÖ3E®ó/ Á‰³çï]äÁ -‡¿©ç }*>àçݬ aP¼®ò¨¨u­€ÐrÈûV:ðƒšÕ™ö×ërô»°† -ŠÈWê›iK´ßÛ¨¶ùÕÚTÑåõÙÖçQ À‘€ÖŠñ:d°"Ëý“A=—r ËŠœBæÚ,©|ÛÂïÜ·÷ÎÌýCÄò+púÏ>9´µÔ) -óþeÖ)'—lêØðM€ÁÂF>;nïßPºjŽQþ1óèkfEÑ…vÌwÁ¼rÔ1)8SS˳bžc^ vî›ÃäoÊ1EqµðÙ¿µÄ¥îyût17‡¿eãwFÝ]±UÑüöªpbÇÉæ…LTøšš\í˜!:fømŠnR&”{ -Ðv5q;·ec|*Jã–™†šYß"¥!`¦wlYøƒ6iÛ˕ɖûaÀÞjrÖ‘‰Ýuòz>lt)õÂF*4 c"âögžÑîž!TãaD–xœ;·so¥kÀÌ -|Ê>†{™¿¡¬{¾g#€vÍtä>ßcÖáŰžÙî›!®Ë¨•ÑEZ뎉Ü3›ü:È1C)\U°À›*Õ)!¾³Š/EUÔæð" 1²±ê×Ò[3Ä|Àæ1½P˜¨¿ogÓâV -|sW40ƒ¨Ë'ï$hzÙ™ ƒ¢<ótd]ÛßÖwwUl¨cöÒØYw=¨ÄVÆL,¢o–P£á5\²·=ÜwtŽÄW:‡¶,J`‘‹ò«Í~¡tMÞñ6”¨9dåw.ÃR´°—«Ê>ÎòÔ8Í6Ëoò&løl§BÐáU -Öcƒª.V.³¶òWç,¿åìžÜbþŽ·G¹ã횊XÙ4Àf+]óôÚ­e>m×I†Çí¸ú5]7{E5Úï[“Ãs®…Ñ~ÅÈ`ÝD×`Ö„`àíâp_­š‹¿»2ʨˆÆãÖ¾©m»hlÛÉïó›i°-;wvOo»Œ;¾>CÌI§ú9k ¨¿™M\Q²š c´Lý(å­c÷.øpÀÌBmè™0—œ‡ŠÙ„»î~mÌÕ³´ˆÄ~3ŸïUâË×u DÀÒ3ü:öÿØ€E qÕ±%TùŽŠÙY鞎:”®Y|ÁÚ¹5n;}ÛvÕ§¤ÖÛf°™«zRsÜM%¬3{C:!¼Ägm»;Å;6A×ö -¡mÇAýݖ‰a¸aL†U *âœI2÷ž}` ¶:)¦-p²UÔÆ>~º{| Å=5#4Mϵår>æ©^Бy`ëÛ¶w‹ƒ&É"£餜í„5?<  Þôw`.©”âÀl_ç¶¡»+jdÃ×xMIoº{4ž7üNÆÍ¢éW1¥ÿœ¢´>ŒêÅ[úáÉ~tÎ&ë†éÄc°…Á±ZíøH«uv²s~`¼e¦k¤P3¼€Zš6L›¦TãŠSʕՊYÒB+ñ -± -~½¯šþp3–¡N×ú†ê}Ó|ø›õ/7G˜èwˆÄ&IO¶WR½Ø'm4v­*5î9tƆ’X1ðÙAÀ¯­²îeý…’A¸e¦—*t×¼&ïD¯*yhÿ¢€µçI?z{€!·e.n_b6½]KŒŠy!úŽ˜€½ éoò¨úX“¨' a‚-bz¡i€µ:A«ð¬«ÂîØGˆÙŽ1t¾wŠP5 ØþE>aMÅ…¸çDK“ÂF÷<³nCÇClhhÍ€ÖÏóÊ镦éžV…t=)—¨‡ú* â!°jx¸I%–1”ÃóLù ŠÑG}ÝÝÁ½mìXSõRý.zÝÄ'¯ »¡§µD,tdУcðšž]ž›[œQ‹Ísò1x´yX$Nð¤/餑[ضÓX°à|]VíO¸ZäÓÉî®FÏœâ×ñ1›f&Ò»HnØvñûµ¯ö\ÝsQ“\â6¬½}}7Å0?ˆY÷תƇêµâÁf§r±¢éÅÃPØ£™äëÄýX‹Œr,«­Sè¬à¢€]šÛ²-ïxúÔñ‘d×)è?Zå øh¬‡Ø#ÿòó'ŽWã;.6;bçÐ׌}=Nåp§º‡žå\è":”]Tó4­Ô³(dm;™ìEL•{_XìîY‡T‘å®n·ž‡\Yìg$ò‘eޤÛïç‹DÔ¹çÝè‘[ã„É´Iº¼hˆ>›ŠG \W“/P¹úI“¹ý´¡|U¯(yœ_â›ïB†-cÆ5ÃØ”M=*\˜i—Jä0±d…3Ðoƒð¨ÓÅTÙ[¥PÙ¬M7ë»Ë #3PY—¼jŒ¡yÇ&ª^T—`ÎÕfÃÏB«¹';ªXßI©=™aÃèTl¹oÜ«Qv±F< žžïèÑcÃ&´%Ïäe:éÚwý•6!K“KÆM=¬+!®/!ýú:ñåÍ[%ÿ¸>ýÓ¼' ßQA£I“}Ýbÿ4 Ä—î,#+bl­}Q?Ó3š?̘{ÓO™JdŽ=“Èe}ƒù&I?Ô« ئûcc-RNÏ AtGØŽ¼NOùFŠ„½õˆ§8õ@×ÖrŸdß%4•².kzVuîÚºÄ^ã¬sqj†5;Ð_2!¤Lr‡òŒRe·M.¸”£BËd_ó8·3™ÚÔô£˜@|dèí/ê…’Ÿg -ó<Óƒ4ÿB?Ó%e–øf¨å¶X²{‚6LÏðgF‹Ó£ˆùᮜ¹>ÎKùÈhéxŸ¼¢¿ßÚLÇHnâ@Œk<â@f·`¾ˆ€?«+Á_,ÉA\ÌNo?Už‡<ÓP¹)@óŸÉû†òM žKÛÇÛ¸mCOlðÌ¡sír!Ì0/¦Ì/`{ùêj.u¶€O)ä“/±8ÝMPÇ칪ZщÂ<Ægù…´Ïþ¼’òÉÕ‹¯¾¨(ÁýHi§_¢óS5’~Њr€¶ªÑ‚‹\ºo_ãVRkL -‰`vvž6::Y9Ð3™7Ч¨²gß0ñâ,\oByÕXÒ~£½’|»¦{£(r®*¿ò \÷û¸€™4Á몞 3Sƒa{ÿdà’^çñš`|ÏÍæn{úQç :hœðû…ÝDÿ¬t -+é—T³{_Í M4ÏŒË0baæ¤PôV9Þ™«cd¯(:ÉqÇ€fo¥[²nèhææû$FVŸxÅï^¯G“L[Ú¤gàÉYhËðÏEÙ˜/ÓR!ßærNUJ¾¾ööÉo— ->}ú¤þ«ò\ä·lçÏÙÞž\»¬íTI¥‹rÍÜäÌÒ@·x NïöS…{%$ÎV&o¹jŸû»L蘿ˆn?ÓÜ8òGUEï¯ÕåÃ?•|uõ~õ'/|’ö–üª>ß/²5ÛæÅACÿ€sžßf›í„ç$¼‰éEcÈS‹d­&ÁÉž» íª3ù¥]ß”V ÿPU3ù]qéð÷ŸÂþñûå‚Oî?GÿãÞ â'çoÖò͉;ŸŽ;kïÕkÖt·£Æ8¶cwwJ HI§ØÝ" "HƒÝ˜ˆ¶Î¬ÚûõyÿïãþÉãP|€û¾®3à~®³²|2˜ÉÑxòë6“ù•ëqõuóU\Ù—rÆHP{Ì—‚z‘Qö³ó‹€ï>½ vJ ÝÌK¦83à\¯ñ69yQ6.ÚP·ÖmOTP #Ûá¬r\1ÚÓ;Eíè&´uÍb:ºwX]Œ¦ºÉÄzþXp-GÀ`i½ŠrË,H£üR”I{”CøÉý]äïiaÙÎÝœÁ”&ÿ­€~"( ûe±Ÿ¯”*ú‡&=}bmç,ˆZfü A¼€ K¹ó¾P¤ø¾×gÈwy?dä5ÜLõüôÑâôðIœÓã)Nþ‘ÜOÞü©ßSÈJ¾~Ë0.êZ3¶w/MVõÒÞ‘ÐÐÔÖ·ÊàÕ/'—ª^…F±ôð„þNù9$ø51³÷ßAÜ.nP'¿PÆ€˜ÊO\`NÎ^4§LðÄ/Åù3]à.hÊ‘´5'˜‡ù©SÜõp/©³{º´ªu5Ÿ]?UBS:g4?*B‹ŸÀÑŠQ‘Œ¹}̹ñøQ°Ó;—T§O¾8§;/òœ~øÁÙÉÙ9þ)|_þ«ËÇ¢› ‰ô热ýE[æ–¶ã…Æ>›±š7/­Gé$²®q‰ªW–ôŸ)ð´‰ÁzQ;FÛ_“ª3†*f]×T!«a;‘P¾åá̺’tb2›þå‚s -a}—R÷¯ h®ÓK/¨ÓàZÞf;¹û>øÒn|ð#ý» ¨þ~O«ÓüD¾™Xÿ]LRý¿|‚KÿõÐ9óƧ@Òàw¾a§§®`'·0úØ¢‰RàÚß ¼¹À®H3ÒMØ4w -­K]F…J:ÜÚ¿Ìâ¶îdª–|q Ã[8Zv?ÔþÛ'ô÷Oß‚n¼rG8½õB:½õD8y†Ð¿÷Œ*ÿ>0µ÷û˜â>Ž=ãQÓ<—ÕߥǪFF«gÄuE« ->Ä0Ĉª/ó¬-|®lœNæ´¬§âø[ŸÒ „¿‡ÇWþôÜwÁ‘U7>0œ\>"œ?@¬£:yÅÖ;½ö¥÷Ðý/êwQ‚Ÿ“úç9ˆ¡wõ‚Œ5uuÙúxi¼EÎÍÑ Z¡Ýõà MÍfPuËb™göBQÞ@H³ÏòÑ“·ãSÛþõþ3ÞÉ#€þÝçÖÛc~¿r#2¹æÇ(òo  Êkƒ´‡ºªj`ˆ{`½ƒcøÖYRuûB>»a5ŽÀŸñ*Ä‹G¥ÕüÏúÁ7†þïû®é7~ºõÙé'¨·²ïRsk~§ãº¾ ¶kG™kÊz¬ˆ“d²“µ¢Šô‘áaLkß4–ߤ‹¥–¼Ç‘%O q“/“j.*þÎÅ#Õ)5«îÇdÐà/¡©-?x†2~ -åß…Á‡Þ0i½nÂÖ*ÿ™á²¸)3qKŃX&jI òj”|°2n°·5©}P…®hŸÉ¦ò&¼)¥'Ž©yŸÞ÷ŽbÿâæúwH ãû¨”ªïã³+ïd!;ŸåOÑùG÷¥½Z“.ë”à¶Ô \‹²$qJT¦•4ã{Z{Áíòâ–^-²¼A$Š^D¤7Ýô‰®øÑ=zÃÍ ÔôƳwYNÞ¡ÔÞÑ•NOÜ‘NŽòŒ®wŠÌ×þ˜[¬paW¨ÓäÂÉÆuU{ÓÌHi¤nûÙ(©Ì -eäúcAEÿ”ܳ—‹à­xb”÷Á(٭Ĝ柼Îvzò&ÏéÝ'¬Ó ×"§‡ÏS|ƒˆ7R¾ÏÊiùµ†%ò×ôµå­Êø*.TÖJõêÃö£Ë«FýÊ[W²™mÖL\åJhIö1ÖùŠé\L–¼Š+èzü.÷“oþFLFíQ¹­÷㋚\0,±7¿~2¶@K6ÉÚ±kê -äÞL5ÿp±±ß¤hcŠÄêú¶á9nEçˆ[) dsÝ8ߌ!×<ä€krAÓ›„Ür甼Š×x¾2]® -!–Ô4C%#½EjIÎ(é$¬©[«–¤œŒU9#cn”žhó³­õq½]C¹]ýc…• ¢z¹àž¯ðNƒõ½Nj¾çÈùùéØÏáÔ"sÚîD‚úîæPŒ/Aóû¬RÑû’rEf·È\¦Ÿr%Ì”%Ü[I-´™êjæm<‰d¬¹ChàÖõš`ìs8¾|-F5¿. N>L-üé­'êÆ¯w㜞»@lF|}ަ´ø¶4öF臚¡jÞ2ÑHÓJG;Æ%c-B‘„Ú×++jíPçÕ¶¨’øµŠ`*SüO}„á†^ÅfWýC}”Yû -Šîq¯â&ª:'9Ó£ò¡ mo?à¿Éæ>Œªä<5Xìk’ÖÊF”ÎŽþ.£ü Wþ¨²a!³„£ó¡:_&$¡~#àšž”Ò‡ßàH‚—úhpmµ(c¨C -S tƒ-J.øÈÈ„›h{“ä´u)-aCFOÒ÷R”ƒu92©ˆ?"’z‡rz»Fó:Ú¹UÕ’*»ïžÜâB¢t¿§2zýêê;#[º:CÚºûc†;ÅP­@´Œ÷qöu ¬“i>m[CÊXU–áf•}]:ùhÿ„|¤^, ´·7…UUtyÙ -78Yõ>.§ý~H\Å÷qYM¿øE–þKùwdfíw9?Fšn¥¢wÑ Ww÷4M#›h2 kÑûznk’ -ÚR1 Ó•œyM+s¸¯>¡££#¾I0O+ï°€¨†OëQÌTL.¿ýðuÊgo2|‚ 7¾Ä–þš®}ŽÇ ºÖp$Aýà;yA€õßR°ò-R~Ѻª<%­+îäùõHà=jH{çDvÇ€ÖÒ; -nlŠªï'ðÚô)hư? -_ëLæôzVv*ÁÝâ쑑¾•¬;§l£ÍVЯÖÊÊþجl¾X­ªŸ‘p3TÒ~®L.i”ÉGxâî\aG{ÂPWk\_Owbï€ Ú+¢{ÄÎNYN÷°–Ù7¦`Hz £m¥>‹²²œ5Ui}²Ž²©ª&èÚñ>›ø®±–¿c®¯ZÒ4—é¤M¨ÑvTO5üyg=ù][¿(“×$‹*a ¹ Ê™ù„Öh,£'ŒÑ¨Œd4*Â+Úe5#amC£  íäøÚtW÷ž‰ƒÙ™ÄÆÚtTÔÑ|£àh©C»iîÑ(ÛEâÒþ¡ahk·$«¹[ÙjHe5èc°®f¶<Ê*sMƒVÆskƒÛE½dõDcJHK˜mÍñUp¾¼Ùœ çL 3sæFkq3²¶R“¸¦´êD(µ ½HØÔ4Ô<”<Ð"Ëíi–»¤èñ¯¼8ÜÞ7ãìš–ºã©Æ–]zEÈHY±ŠŽtU•ûúrââXYž^X“;ÞÁ‹“µ²"•Ri³`xÝ×Ù(j«V ×çjGÛq:q'~IÙW»©oâli˜»ú:ÖÑtmÕÙ\MµCWš³Ð›ç2×~»=ÆH]1ã—¥Uйñ&²q¤,sQÙ@ŸŸhå$5 ‘Œ³ óRÜB|71И1)îÆ˜¥üÌi1=Ú2ÞZµ¯œ8Ò×–J3'QÁ[c%!ËBøÊ8¾a蓯ëú$óò¢I\‘­ò3”ƒy®¾ìÞÆáø† -‘.på”)|é¬á Vó›²ÊΚ&arK{_ì@ogê¼BдošØU×Wmޱ -ÎLM—³­#×™û“Øä©^ÐGuGÁ[U7ÁW) zU¤6 V›ût˜¦~ž]Õç‹„“oÁÁØ[L2çeCc­÷pÿ D)±f%}ÜõQ~Ρ–Qx¨aBÎM奫ýÐ/šê˜gú–øG†!¨û”¬ª¨™ ýĆÆÝŸ+g¯Ï´uÏOÔëF¸‰ã½Ì0Y3pbm”×#,sueÖ9.Ö±\Órn©ë½\-çŸMS@s4äÙ£äÐ@+X‘ÒÓ— m­&eoý’ª½Ò>ÓмoljØÕ×sm†ªÒ]¹1ÉÊ_W±óV” ÄeMo‘gªdXõ|ÖÚ8;{GÃnO’³7F‹ƒWÈOÇF6éëj‹üàú»v=¶¦ä͉ˆ–1d覚U4¯j¦œ^<ÜÊ Ôª]ªÑŠt€¢•Ôä˜Õ­Œ%MvUU‰ÚŸ«o8_m>0Ð w5”Ô“ÅrþÅz»ùtµÃàX¨m·¨Ëqꡪ<õPYæ À‡æñþ¤´ +¶CFe’ê±¢lX0ƈD¥¤dœ`&[jŽf«j-"xàTCÊ“©Ž¼ðU쳂Ÿý|ª‰½!®'oI¹«Ãø/æÖ\çÙö¢w›’ŠËXÞ4\–7Ì-öåë,—x9Ã#ìORs—‡‰a ýÄÀE!5ÒÔS´"af¯I©ikr̾šYx=CÚ:†Ø-‰\Ö~e¨Ägy´$âf¬—&©ÉÙ'×÷ÐèØ°Sz¨¦\çšæËHÖI>jCÂ/ -hI CÔÜÕRäL/Ê{¦4' GÍË›‰S¢VŒy¨:}IÌIÙìÜVµ4Ø4Ìâ iÑ—õ4g»‚qb¬)»˜o칚kº¸ž3¥Ç&mŒÀ‚ìêrò±©¦êxª²zw²²®¢ç/©ZXsÊÎr¸¢l%ù­É*¶‰Ê’]²©(I·k)à#=t¬/Ã×¼˜«z [%EšÛ2ÞíHñ—³ä¢#¿?ÉA/ô#¼g»‹|NxÕG³¼Òm9À7#¤øµ¡â°#-|ßqld@w&°!Ûãøˆ³Y.ùë -—s ÁÆ›ZÓ^¯]Ï0E~q¨IY-³)öÅ2漜5+âf]®Ö ìÊqÑ«ÝEšÁouÕY¯Wº¡îG*JÖ™©Œ°!g@”µÙÏפ¸ì= ¾*Dx.öç¹Îve¾^éÍ~ûÏýßåòÚ¿+šOÌ´â³>ïj­M{>_Óº5 -û²Øšöj¶5óµe¸ÐëlžŽ½\¯8œáÏ—8”ÿXk‡¿.U6ï)JòÖ…¹+C©¯-"ðçËiäÛ<óç2¿êpª¢Ò2Îηj¹˜ã…æ‘ã•¶Éãåúþƒ™JþŽš[”¢æ%ŒìsëÀ†¡­mMS…ߘ¬@oMðÇ&néÅ ›znbN5dÐ…‰ZpµÕ<¹Þ_àr ¡&ØŸÑBŒy%e¤¿³ËX™6qi졜šº1L‰^B—†Šý¼ô§Gò*ü¡²œ´#¡¦,w`ícä´3-%÷TWš±3õ×Ô'>i(øô½¦,óóß3•å_§È ]qÎû”'{ÒC%!Ρå!õUtë8 º%ÅýïœCCëH©ViϺ ßcØ£u1>dCBŽ;7³Ñ§zÔ¡fî)°që¤Ïb7ÊmSˆûr ¤e/ô#ýÌ­àWRìÒ`qœMFŠÙû.¶¤?\mÏ~ºÒUຠ-xìžzª.Ž>RA"vÇÒ®fJ!ÇzZƒ:ÕUóìššŠ=u9Þ2JŒ±Jóý5ˆ8ÇLõÀ\AµHñáÛbl쑆V´-F}™kÉsžiÎp¶#BÅ_N5”,àoH«”¿7AI>Ôs2bò‰‘¼œca””¬=>êXUó÷­øïÕ² -`³÷'kÇS v}Ρ¦€­rt˜M±Ž—ÄØ5¤”}%>Î*dž¯‹Ÿ/g9¥'F -øDMwL"O¯³ %Qv9õÛ|uÝÕRe½e¸%!Äi+Ø@ß⤄»c—cc7(ß-1.lOA˵«™ c51é¯YfñW³èl’¸Ú™ön{0÷óZwÖ»õÁ,×ÿlðª¾.²ÙÖq|¼e¸$ùXKGñY—s%93X°M‰I;Ô’2®g®|]¬à(H)‹ýùs½Ùa ~9Ëç_ÍPÑûc°ˆ½1ˆï¢¾«åÏkÛþ²4Ï–ªjg+¸‡&^©][š>Í@9ô ˜]ÇÆ[ULˆ}±¦þh©®mKy= ñycâ±#€~Ú½ž££*‰û{›_(CìIKÂf{ž ÅA¿³s>Œóaö1fúÑ#k¥å¾Ö}¿!€¹m ±~[#´Ä™6”çB'æó±¼÷MWMý -`ñÁ"ÄXsÏTus¦.åéÞ!Ù®äïʰÁÛÃ`·mAþÇã‰â°3õuî$2t¥¿(`¡§X'¤×™ž?3°‹·Ga¾–þ¤Ç›CoödP»²4éXKÍq¨pq»’bûÐp<ŒU‚³ ¢<½øÚؘúz¦-çåRo‘ëläC6ôÎŽv ƇÏÖ¦<§†ý6BùUJ»9]›öÔP“tgm¦é€„ôccœ*¹0»œžec¶†rÜæšœõ•Ñ̵ñ·ç[r_ʹ›¢’Ô à5ÛÆÐaö BœUˆò³ ûl‹Ð¡â²¤'=Ø€ß,ˆ„?§jk/´ ÈRWÖ‡©ÆÈÇ‹]¡Õß 1åLKÎ?R’s®g8h*ûÊ -âŸS<Ê·9æÈÄ„ÿoFï$)þÌPš³6õXî~°ŠØP»œUx¦Æ'ŽA}wE^s­/-}Eî@¿dO±ŠÇ*3Ÿ¬ !ýÏM,äש -æÑDi²]ްCB­¢\?›±?y}求´$ć­ Ñ~;c%QGÜ¡¥l - Wúòœ»ó^-ô€Þ\-°ˆÛ2xÐŽì½;Vx¦'ç\è(ùNÑ`ÿ]fÓÏ DðÊ@¾«m›z5[]kWÒó÷$¸ë0ÜÇ&†xíËСFNñ©–]ï/ô?Õ5ËØ.Ž8RàÖz²½vGŠÂ6@^£Ð€ =¡`KX°Ô“ïrnäsN 쩉áУ¢våËÄûPEH<1Qr TІöùbžŒxñm±œçг0›#¨à…Îl׃qxè‘©¬ü|¾¢ìë" 9M†^.Õ4/´+¿.·Èþ? ¿æ«—µ-ø¯~²É±a1Of¸”M€r\챆\tª¡‚O´ÔÜë `‹¶/‡ùLµg<6·ä¿X@ûìKX™ÖbôZÒÃ.eçìˆÉQ»b`]…0÷là|üƒ®ôh­x®æã¶‡°ÁGJRÒ±¦4}O‚Oþ¦Å¥ÓÃB.t˜˜M >t¹î~¡eÁN'©9;B endstream endobj 92 0 obj <>stream - O \ ÕÑwFHŸ¿WóÂ;»>¯g€´0ß!fêÝs üçômš”}¢+ŽØƒÜ[R.6¤ßßÄ- ТçÛ‘ï÷DÄðÍ!Lð–¨8jGŒ Ù¢}—:ÀoæÛ -½l"zÒR'Ưþå‡!dÌonæ³¹¦Ì7Ûƒ Ž \ü®5^›í2€‹¾syó.ÂGN7¥?šnŒ¾¥+‹¾e®Ly²3ù|>‰[t„„õ‹©!Ãùr†Ž\è}’£•³Ÿä'ü>€ üe£¯ÀÓ® ¥ïœº3R¾-"¤Ù¤4Ìœ˜!aü.c~ºc¬ô¿½Ò‘òôHGL:P2òVz‰É›½ÅQÿ](c^αñ‡ZtÔŽ à[AšûZ_öËù6Ћ]Iy±e¹Ò•órs0çõîpÁcUü­qFØ@+´ ä6Ô'ÝÝ Ž'Y€DHŸõA˜‡¥?ÿ½M”÷é›™x"záâÜo”“|Û*§dœ™9X‡Ž²àÞ³Mñ/vE`ƒ‘B÷c*äj–×5§¾›îÊ ùs–C87’ZË9Ñ•$l -2\,ÝÉÏmâ\K3.ÛÐö¯,ôq¢%#ÿY.+ûg‘]êP”DïŽØ”ì,Äxü°+/)+ð¿—âõø'UM¦Ï—8Ô?¦iÐ]ÔOÏŒz 'ÜÔó¢n®÷k2Ó­`×¥~°ÿ·éïµ²ê#eiú¹¶4óàÒ™Ö„'kƒ™o/—(x‡™†Û%Īù„#}MóÅtYÅÿ-qhši%68dk Íu®1îÁ×kúN¦k:÷TLô™‘Vt>C*82 Žu„¬osd𥑘¹>ë±Ø‘ýúÌÄ!]ÏL?3^kjÆÑ$)q¥;ãå‘–”z¨&§(ˆ1û2¸¯u¤ÐÃØ}oœþËö9y¾ ã=ÓXøÊXz¦«=žkƒ¹ZC¤ÍAb¨¡2óþr7ÌÍ*ÆïKJ‚-ƒy.3Íqw§âï®ß9¸È+ ã3³×Š?Ȩ r|Äžîµ/Éÿx¤€„n -À“‰wTeÙÏ•LðJìÓú Âk[ˆð9í CÜ×»¡,ƒøP#íA&â×ÕnTÀ¡œ™µ/£$Z†P>ºŠÔ{ŠÒ_7{ -œ{ñÞC¬Üç¨è÷7Œ|×ó 6èP†œmNz ­ ¿5Áޏe¨É{³7Æ]™«8ûc”¤99É1ÆŽÐâ/•ÌÜ]aqà7ü¦˜êÿƒ©6å°ïþÛtˆ¾6ñÎÞ(&Àë¤]Q‘›±*îÑrGºûލÀw¥'ßy¡½ÀçRßÒf“´TÎ4üMµè€¥NxÐ¥Ÿr:‰ -ßšëÈsíÁEÜîD‡Ýýs¶’qc5ø2Qí÷h„äq{«?þ±cüú~UR-Ýåߪš4¯s3b“£CFiQ7Éq®?Sb\aBÚ€œBÎ\†‡@¢^þ¼Ð þÐî熒ÔQÖûŶèGê²/7‡ˆ^?ëâZe”/û‰¾êq©¯ák…vÄßÒ÷h”êõ³’[ο·)B„Ú•% æÆŒ·çFjѹÐ#p¿-ÿwE ÀCyAøtKâc 3úѱ®4{Mý²ÐžúÌ*‚zíÐþÛÂâû$&nk Ó‹¿]™åûo —“•%9+ý¹ïVúÀïÖ}>!C'ŠüÆeØÆQ!ºªÄói^ÿ·Îd~] Â~þt=§p¶)絡:õùÕ<‹xð™¡ä3ÎMºs1Íeüµ\Vu¨€„íÓ^Y‡ ü¶†À¾ŽqXÔ‰ùß56MÝŽfƒ}ŸéGÅÿ±Þª;Ÿ«n׳ázfáñ8ä󉎜ð{æÑ$>f}0ó¥±>ä×nô»ï0¾¿- JÂ[ÈÉ7åÐÛM!%zM€Xê…»iªs^©+2iøwç -ßl‰É‘Ú†‚w†êôLJ -RÒŽ€aà¿O`Â€Ú °‰á>ï~˜iÌz´'|Î85yw´8`¡#þž¹&øW'ê—™Š”{Àÿ„Ï "ýû a?OÕÁ|šYú!îs-™/Fh‘7ë ~¿6‚=¿W°ï,ô">IÊ3_Éy™/׆Ð3-ùÎ겄ûs-i/ õYÏGh1¿uÁC~0Vc½¥ü¬w#¬ð{–¾Bï= &æ`”8FÏÜ•à÷åС¼·€– Y"†RÓ^YzP±§€—¶ z®÷å}Üzì‹ Ÿ4e1·F‰¿]÷ÛZØs¥=ç¥ñpáwk¦*æ¡Cøf æi…+½Ø/¦*𠻸™¹ÒAˆ9GìK‹|f›Ó_Í5gºlÀ§¥~›­ªØŸ(MÛaý7È‘¶!´¿}4Ïu{0Ûeµ'Çy¾äf“1Q¶q~±±ê¼Òw­3© mH/='ãöl}óTcîû©¦ÌW¦–ìw -ZÑáxiÆjØe¹+ßmµ °ÒQøa¹=ã¹Up=?-Ûgª!ýéJ7ÄûT[FÔTç¾Tqî8þèqŸm!&xs¨8pðs=`·LèÝm1>Ñ&'' ©‰÷*3=¿ëþ §DÝ4ø°Ø ÜR3ëÐáÙY®ÿº4Ñ!%{®«À{‚õDÍ‹»«å¥ÞÓñîhðYÏíîÒè÷{jz¡uŒž¦+K~ £Ÿò»¡&ꦚð³M’öÏ*“`Sb޵LèJw¡ûJGŽûZG¾×va €ù³Méo—ºRÿß‹ql ‚ºó÷ÇQ‘—Ó Í—Suµÿ¬ðËÏ̸TÀlË~k£p¿c3‡òu©qøDOïÊ0¡‡ -Dø‘ -p¨DGž~pLÞïWsÈçðG*zöuÝžêiùöIBìÿ²¥˜ˆ•ž<7c]Ú»k<ÜQxùµ5ß½q^Ñš÷eª=ëñ0%ìç!bÈÚÊôû˨Ï!-Fz}'ùÞ™¡œtÔöF‰ÿTsâ+uå—»³)÷æš³.´‚×EØPCcþûÕâ ËÜ}±9óÑRCÎó>„ç¾anÏx%¥ÿ¼Ôñ=cçj3ïM·ä½–°ÓžÖCCo•„>^h‡ø¬‰ ánê“QfÚ³Íbœ±¹À½ô}ÒïßBbèRrøÆÊŒGsÝœÄJdô­:DÐí9 vhŒ} ð(¿Ù–Œ—‹íiO¶yoè0s'âcE–ÿ÷¦º‚à9gZ³\7úýÓ“õÒX{¿ò¸vÐÅðÇ6lÐÍQRôÃÝbäJ3èíî`Ž‹]ö¶tÇ{Í5G¼ÕWE=´^gZ 3¸9Þ¿‹¨/OÕd˜CEÊ:G‡;ÆP!{bô`¯’Mm¯4 YO[0I/…¥ñ¯Ž]hû/O\j(9Gã”Ü•nxœ{soŒ”¼#¥ƒ§š¡îSµy/çšÀ®úªôç‹í9ïÎ=äPÒ§ë³_kýæDM[…øˆ…朗³ I÷æânë*‚~iH¸¿x›-)>ººðËOÀ»›ÃÅQgJ6€óÑÓMY4•qo:ŸÒƒð³+¹Å;RJÊ#éÎ@iüS$`µí¿%@yÏwA¼Õµ ÏfTðÍ\ȳS# n¢eìÄ{"|è­•æì÷6ÌÇ6 ó±Jµð[cUù‘ûza]DŠÐWæ¼ÐVf¸Mµå¯öƒ¼÷GAþN -ÿYfâ7Fña‡“L€‰z!Þ?ÈqÁ?Îפ<›ªNy3[Ÿúú@–÷ù?fMŒˆòSoÉÐ »Ê*Òu&Ëù4µðÈ€‰Ü•A½ö¨ÓéRðŸk•G:jg r¬#çýg•Çþ:G.Ú›(òßS€ÖÉïWû²OôTØåTY©]IN82ãä:‹EQýÍ™O8U3óm¿9Œô^ê.t],ö°ŠˆQ*>b]J‹ß””„.vÁÜgšÁÎ["lÐ!àë­c¸Ð…޼WÛý0ï«Ùú¶ko½1€õÓÕ$>ÔÕD=ÜDxÊÈÉ—Z^ɦœ”¢¬M¼2X³%¥§hÊ3ïŒQ£~£Eß&ü6Jöÿ^ɽ³Õ‹ ³+8y¼Ô×sŠö,ÐZ?1xð€ï œj‡¼›n-z½-$EZ¢›í%é›È“Õ(¯Ùf˜ûZ/Âsw¾:ÄJ0¶"ݺÑ_Îu5üÝq|ä®r(å@FxˆÍ~´÷Z/Èy¹'ûíBàû›Ñ~{rjaŸPìK/Â÷çµNób{þ;cøãj?&du„3@O°"î]AL6×ÆÝžmŒºµÒ‘úd®6ìþö@ê‡ <îÂÈ%z‹ý·Tü<Ÿ¿fkÛ“¸ÄåöÌg MéÖºÁoVzŠ>ÎtC?) -Þź}Œ~{’©/ÍtLÀ‚×ûÒÞQnõ@\~˜dþj•¡Cꊣƒ‚^?YíþÍHƒ8d Ïcy¶çÑX®§¾"ì®ûù_3uéÏt©å¹ÜÿlçÞ9óPNH³«ðÉ@„Íö|ì)‰þµ½8úÑT+ÂSÀL|±ØñÛ¡b6И3 1÷ëu†»–ƒ´JÑ¡¦æ´!:`m¼Þ‹8™9^‘òHо³Ð•ýÞ~ýÙÊ8)ÞÔy3Ó…ül'¤Xó\›“ŸÌ7d>]éÈ}aEúœ½¯g"æ: -]U¤Ô‹ëœtSYéÁ8.Ò&Ìù¸Øþf±5Ée_NˆÙWÒ²&Ë‹^ˆé·6z±qΔ•_ÙØ}:zª>ÚÅÔ”á;×Sä¾,DFœ˜¹,‹¤=Ó s·kñ™¬0‰ÿ±°ÙÿYc1þX"£:\æ\oòss[ä½m)"TU›`hMó°K¡ÇfZéùý×"½ôj®²#p` ûÕ±Ÿ¼5\°-$ïË)‰§6|oŒëP–&îIŒÁ½NU„¸s -wœ•½!¢DœjøØíRÔ|Ká«å®"çµ!°‹±!꾩2òÁz:ÉC/¶Á>Zº^.Ò¡$Æïâ‚m|ØTSÆë˜×ê ØÕ*)‰ÞWs!úú¼ÇºÊ¬§sÍ6àŸw‡ðaŽQzö¡„6×–ûa¶9çÕ‘Šœq¨¤¦oà¾lŠ1ÁS}c‘ÛR'òó¥žÛ”2³ºðÞ;¢jøê/Ó2L² Á½¦3žZú ?Ú~:“bÎ ŒÂ1ÌgGˆ -=RVS—»©i ÍmEÆ)=ôŽŠuûL]IÜ×T“†(±Ê²œû£ä„3@—ž¨¹{Å!ºêœg“e çšŠÜgÛcÄ„]!v{p3%ÿëtM啞‹™ë} †ÞãÄ?X€xØ'éà¯S5•_¯gz -^V)-ûTWWáP•!–»±ÚFä'E̵‹˜ú«¦ha -h[œÿ~C˜ùÎ"Èó^ouúéh¼8bi À[ÆM}0ô' k¡ç:RæzoÊë骠'Ë-ño-ý~ëý`Oû8&úzöî -æ¶¢"Ç÷DËB\JsJ\´¹9å¹°Ôÿ÷1vüSMmÖ}䓲¶è}AäÛßFØÑ®—:lÒJ{æ›ùúÿÕö³©š´Ç‹]ùïÕ¥9CeΩž÷XÉî¿îËiðS m)ð^éIy3Ó”|¾-ÿÕê êóЍäK)â~Üûæ¾ {¬`dNàcö¤°ÐµÁ\?›¤0àDSvb ¤˜:áÁÀ>Ù—‘Ïu˜ø3 :íët)üë<³-!Åéë -\%´ÔÛ{r:tg¼4~CZ²{¹+Ûucw¦câŽ5l¤CËÛÍ<œ®ú©vSÁÍx¹+gç­cüÍY¯&+’ž/u‚Ü=™uªcØÆIIŠšô—êÆ,o‡š Ýà‚7ú ]Ì ©/dôЇó-)Î_ÍDÐÕ"«tf&çe½Ú'g¨Kb·…°œÀ//õ}PW'=îÈó< ´‡žøf¸,ëÓºŒYàЕ—Ø•ŒÜµ>˜¯Œýd”úÀ¡Á'ŸéÐóYfñž˜¾o$e\.0ˆÇ&jñå4pi¾E€ [‡ºJ·¥_—ØÔMaaàrwò“3y4[Vv²TY¿?Å&®)Xùã×Þq¢Æ%¼—´Ô]ì±!BúÍ·§?Ýü7†áŸ 5±wf›lA½Î \ŒÃÈÅXÇ©‰v»p}¨ØËøï‘Oscì]MEÜï~" ¯QWÓUüÝë¼1%-ýXAϰ •:d”Œ3 n““âç;!ïgšrŸïJ(©kB¬¡6ëáJG‘Ð_Ÿ—[¡¾3uÐO›½(ß#-{G„ ß臻_L³1{˜Ðý1„U û|hÍ3-1åBË;”l°ºì2Õú|ª¢å:ÆqQ&@³üo®-&h[8ž$gÈ Ñž+¹I·Oµ Øu¾»º:ëéLKöS«¤ØSŒðZè)ø`nÈr970ж$¤Øu1!â:óXO͵Š÷;„òqŒ“RŽTì›”²É9à…ALÐb.È®®¯phj.LÕ¼¿×ÊÊ΄t«òÙÒ ~o•“2—äD??ßMÄÎxîPr¶ÑÒ¤}1.Ú1†µŽb"¶%Å»ã¸ðSS9yI@Ln…û-vc§Ú`–¾ÂˆK}qÊ_+Ä¢‹YØÔžób© t¦«äî)¹ØC%÷j†èEv mj…¹O5ç½<žÄ'>ÍÿP‚ú{–Š82âr­ -dжå{·µô–¦2û‰¾<õ鱺ð¤ û$>í|–ŽsÌpÝôä×^žÏŠ˜]°* 'Ïv•xë¡oÌ´'ºêŒ÷ßæ%ÿ¬ñ+þXbm:\ÂŽŸð_+¿þ}o ³ð¡ÐúŸû™YÈo€'9Ò“³ºÁï-Ã0ÿ?-µ½—KÕ­v#‹°&)þ²6Š Ú¹Ï·ÇßÝLy¶5˜÷Æ*¦'ï+Ê‹7F˜Y;2zÊáPÛâ’`û86ü\[÷͈O¿î©]9.Ò®¯ -ôÀ\—{rŸ¯f¿\îÍvÞÁ†Ÿ©(Ù_ ´‚ë3$6%;Ï®*ƒÞ%dª!õž¡:ñîÆ0ØÃ*Cù¯ =¯³)¢%iÁκš¬‡t¤àɹ`«€ÞƒºÕö¼5A¼»3ùx¢ç/õÂÜ–Ûò_œ\?Ï›p5EÊ:єį î}öË8Yo–{0Þ¼ôû‡J|Â…‰…8׳ŠÎµ”¬ý1t覰Èm®-ý¾¡"ò»Š`R¶¦ù~¡´?AN>R—¦žë™Eûòëùg` Ž|lã¥ßª«T€vÃïˆ0þV!ÚçBMϽÒó 5lê¿^bBNÌm‚cSÇȹ©†óuà#1íL…O8S•fܰ=É€L ¢‚–‡q WS,›áoºoå½]íÉw=VºmŽK<›â“U0cSqÐÁD5à!ù¨¯&ôD‡_ÊvÙÜŽT%Éߦ8Œ+@Ó/am¥É¯ðyW³ ̹›°//œéLzkhIx:Û™÷úïU~M]Z ®Ï»ÔWtnâ3OLò™‘ŽuL”ÄZžGã臂ç0Uq¥Uo”µYþG6êÄÀAêi ËFÉ×y.cGNŒ]Dy_g)ŸÍ4´]ïcW•¦*È)€ßͼ0PÁÿÌS‘'ZjÞ|/Ìs¾â~bdËÙq/ºŠ¼nÍ7f¿Ý.ô8PaÎgX„‹ùªªM VæJîûýdŠƒµkðñ69èË|·m)>Φå"uÕôu +w” z¤o#X¤­zì% ‡ÆáK½ùÖqTø¡žz±\Ñt¶PVnê(ôÖÖ‚u-?›f2¿-sø€«92rV‡ -Ý,Bˆ›ÃDG8ÌåœõQ|øî)ñÀD-¼Xä2¶FÉÑäp›”ô<ÐAÙ€>J9ðèÄL_ç;ýwF_|<–ƒÜN•ˆ€c>îXÃCÙd´$»†–w:ÇÆèI©JL˜uô~£?õÙŽöéXQ…9Q7òmò2ÄÒ9f]LIÝUwd˜ K?Â}­¿ð½¾&í‘®2áî ë.L|â–„œ2ßs57‚ž ÉqwpÑçš -<$„]eîK%#õ¶¥³ÈíSg_…M\HwÞ‘"¾lŠàŸ¶‡KB,C„Ø…þbÿÉÊ´{Ç:*ìb¦Œ¾6õ^nO¾?ݘúØ: -÷¶+ÐÁ§Zbò±–QhUг6eô¤]Un_Ë.²Ž!üWó•åqw'«c_YðP‡Š†ü6_ÎÙWbc€ZÚ#Åꫳë+£nm @vF‘¾ = §RÎå,‹x¤eµeÅgf.~m¨ÀÝT“tÏT•þÐPwo¹-ñå…“x®/Ç/öâµµ÷€×÷éx’˜´'FøŒ¡BwF!ŸwÄ(Ÿƒ‰Ò„}·H׎ jBFür  %ÿôÏuž#ð¢ä%©kƒ9®–ÁÔç»R¨ÿ‹|Π/¶dPï="Â6ŽˆÜåy(Šc¿ÍòøoðÛl|†¡ôÊ:Zšz¤£Ã¿ -u)ùÛcبà bÚõœýoÓÚžŠMaå¼TWÃO4\ü†°8p¾=ëÙJ?øÃŽ âåÐ"Ãþ\âP^ê¾Z¨nØ+M¸Z®m³Êi ….ÈG]Uâý†œ—?HKCn­öAý/kÚ74lu}á«Å>Tà‰ðHf6ùÔÄ&Ÿ˜Ø¤½ `Іºœ«¬Ø£¥í~öÛµø¯õïÕÊ–«9.ëS2sWÄÜÌUInYÀÏÙÓ“®f8%ÀÚã/æ**ÿ´Ô ÿÚl/q¹69{sŒ’x8Yókª¼ƒ|§¡¯–H…Û2xä¦}2…³”Umº`S΃›Z/,Õ-ß6Êø»€'96W±Œ×óšèù»r˜ßæH®«] ¼0Ðò.ÌLèþ8.ðñ)gÀßí%¡¶1dÀboæ‡ù¶d×­~” ýKþY­¬;53  5ûz®åàY6‡a~‹í ßM2nWÊoO´×oL¶×o+ª°bJÌR7âãt}êýqZä¯jÑ 5.íjºš¿)«ÅÎ x) VüÚ0=z{„µ-ćhkö!|¿×³RŸc‚O5äŒQ|ˆe„šr¨.C\jlH~ÔŠúøc'ú݆ê/¿_-°IûFaY€ ÜØ•¥é‡îÉáþö‰BŸÙöøgk‚œGZƒ Õô511t}¸%&&m’Oô¤ì¿WØ´Ë)f‰MŒ 17$>Yë/pô!  _/v@½O5Œ‚kMvª'¥m -óƒæ[ã_®tg½ÝpuIÀHQ¢~Ÿä%<9£¤;$%¡{‚"ßÃQXä®®*Ohn)xe<×l?:ÌPõjw¸3šï¶/…|Ú—ab6DØpckÁ»‰ªÌ'»€÷µŽSÒ{ó]æ;ò\æ; ½ÖEG“ØÌo³ ü·%>ÀO‹n×ו;t,䙞yª#¤[`Ï 2j{ `/ÿ:Ë@-B>nJ1‘— <ꉉ\èPaâ·‡AË™ofÛÒ_ìÉ)éçæ*îÞ-_SõÈ:Š‹8ÖPr5˜˜ɰëuôöúLèÖ8-÷l±¶}MBI™é) X£z -}äøôK3Ÿy2U]³$¡¦-‹ña'f>õdЉ´ˆ`~V9*bOY’xl /gh…®ð˯ªj-€&ÙSbbÿZ»î‹ÒìS )Í1‰‰´+¯³—(9SMÕž®£wn€5߇püîÿí6Œý±ZV}àÔ·çt–Š:›g®¸¬«¹º}Ü[ÆKy~¨%æÿŸµ¼åOKYåå“q¨Ç¦Jsgy´«¥Êº?VgsòÙiôÊÕBC×ÿμé*ð )éDƒ‰8R¢C÷¥èp@φÛ$E^v!ñÊTAÙ“ãÃW‡anÚ¦ÄÇúê°[Û=Ð_<økž=4À©‰‡³kk»ãœ|cKök!ÁÿCUèÝd˜]ßܸ:Ñ@ÞW£vÆxy;bVƆ $xààÝa¨ç¾ h••$mJ* IcÉÆXaGÆÍÛ!…m‰as ë3ZnÛ=0Ͻ„×®ùy]€ ØãjÊŠ÷åø¨¹6è§ArÄãáÒÀ[iï/g¨E»€²ŽÓRjÊ®f­ ¾Û–yZ¥ž+=i®6Yßå­ðzf⪄ð8èH×ÒjW—ãïv1G)°kˆÉë}0•¾‚À}EiΖ”™nlD¹ìÉé§r_´ÉQSÉçžïŠ -ýtĪˆ‘lhÈw_íEÅŸëÊJvEo?á¾”ö›±*þ®¡&ñ©UŠ‹9Ô°¡“­POmM÷•™<œ€ζ%>R"owÜ£EÞ[ê,xo7ð0Ó¸àaFÒcK¡û±–Gº˜â•^ÍrIÇZRŽEÛ¼¥UGëç0“5)¯Ÿw¨Ä¤]Ì2ˆ@"ö&`ñGÚâ”íÑ¢OG€f863Pú¶Œ÷††´ÖXàî(,Ü¡Âe\Íð¨Wó| =’õM ×‡J:xWŠKžiI}múØy¢ažÙ˜«ùªºóÅê† ´&ã7ÆxÓ· ìË¡’:¼ôÞ>ö|š…û{µªñz–ê—{¨+-ÚƒÇÙ5Ø»¶4×ad£ÖÄØ¨#)ïÛ‡vb ]™¨¯Ó,,°W#OwÇpà- ´Ø÷Z@>\NQ -ÿ¿íú‘?–™„‹YjÑßç¯%éÂ@´v)Ü6ŽK6·ƒß,#¿œL3±§óŒ’#SiÎéá0@K¼Š¯«üª‹9&ñØ@lŒ¢‚N¦hп§èØÿ®Õõ\ÌÖÖÚõ5 ›‚’h“!¼{³_’|~$¼ûy’çÿËÆÈãrªŒ¼¯ ¥nŽ’"vdÄèÂÏ!~Úƒ<—»¢Ÿ‚¿œáà÷®sv‡ÑkC¥«=…§c/ÿo–ú¿UaUõÓ´¥¿™ë.ô:TV–XeåE€~M´Ž¢|ÕÕñwç;òÝŽ”uœ#eGÓžœß¢¿l Kö•L°]WŽß”Ñ õ g?åþÞ0Êçd¢4éÜx=™|0Ž ;Pò‘ CäðÕ¬÷F?ØeW‚ð=Ñ1oÄ#ž™«6%%mGõt¨KâOLÜ’ei²e0ÃÕ2ðöp콯¢f[.¦:ÄvuvOQüÇ -w¹ÀÄìO’7ÄÅÁ;cĸ•a|Њr bäØ(›œs¦gcÄø}"è½÷ÓMQ®ûc Ï-)éL_Årèë«„¬˜[úúœO[ÃĬ#)÷›‰i$å¾)q¡»èݶ”šgŸ¤åÎvï±:óª좩ÍñظøRC‡ž¨«#˜SÄ}eÔ[MÍéw5Ï&œ™pIã% ß9ÌÖ+þ\ª¨^–DjêAnv ‡| hÅ3cÄO”Ǭˆ‡ÂŸ×¥ØÍEAoÂ28ÖraA5­i}}nm q*¬£wæÜbéÞúГµiF³æ>òÈú¿?ç’ßøËºônÁÆ@…§{ή=.ý­^^ù…óêúŽvp@û”tM1ÜþuÞ%‘ÿëöàó‚[ ݵ2H1E¼ùÄê»Öo#>ê¿ízGh˜¬þ]~Mþhomä]ÞÍ+Е«/a?„µ¯ÒõsrsŽÛ¶µ êÛY”bÂz)= ‘½J|m’teå-æ” ÄñÊ[Â¥õqFÅÊk~M`VŽMe,P‡…>%µàòåÍqjéö„ u{Zر9ÁªÞš \ÛCŸŠ¨M!-½yg_²ú~T!©üõ¢øÊ߯<ëü. -btsœ]ÅVDÃï‡r&e`v¦uäÆà<æÊÊÄq×Ìѵwd Ó1Eë£ÈÓ) ] פԔÆà òÚêóºï·ßvÿà@K˜8Hÿ¹Â7K,‹hØÝ #«Š÷¼“ÏLšÉ]›“ð3€kÕ'7Ÿ­Ãw×'™u)³€Tc¯%Mĺ=7°Ñ5¥Ù;ƒ.N(-I#pCÄéȪ80¿ÕqQu ÝÚ³ŒÜKêå<Àåê|j!nC!Æ-½!]ÜCœÞxÝwäÉùø<µ%­`Ç5"¨•Û³´Ê´EÊ CßÁ¼ƒðøVÌ&b…M|Ð4È„‰‡Þ]lÍu÷z¾Ìó`@3s -ËBù_Ö8˜ÔP‚ºl¡¶ï­%ª°rNÓÑÐ>l¯z¿1ðÓÿæãðÃJZ#ÀlH3È ª$o8=!-ÔÀ۰HØ ‹˜áS -`; ü.ï‚ gc‚Û¸ô†V¾>A­Ú™g·z^“/z^ö݃ŸƒÎå…´RH-@…ýAå5¤–ƒ÷‹@¬rÛ¡ï_ãz>Ê»Àë^Ã]p>îûÒ|¯çKÛø‘ÍQ -Ä·:j‹휴H81“ˆ õj‰•Á,ÀEÌ?ˆÁÀ§-¨ät&Àz î¶?ªùÝú«º?m¾­ÿÓÖ»Æï‚sø²À<«5 â÷ùçÙ-a­çq¸ô¦éðæxË·Þ9øï,üŒw-¡QÓ®á‡Ð½FW¦è ³²9;·9Ý~$¬B‚Ã]Yø3Ñý}ÊÈì]æ´zưŽw'tÔ–È<ürÎŒ­©±å«£½ÇV@.ëùÓö$½.]×·€¸[@\:óòò+âùÍ zEH!!¦ÌCÓäë@k +Yð ‚Ý Ö¤èpvÒ:|˧`ìÌJPŸàíY!Ôè -³µa5©1®££>,ñ9‡ÖâëWÇzOnNáJ3ù`Ò& EµŒ¶˜šÕQ’ê"*zGB/ãœBȱç/­_ºŸõÝš¡Âo#/üËkƵ?D˜ª˜†Ðž#Ôdô¬Þ‚UÄHø„ ŠÖ‡®ßR 07F‘§¹ìWâÊ&.>åÈwW†Ÿî®Inn.àë‚zê¥àÓ°A¾fy -qzy -}ÎxzÊô±oÔ-Wü¸º¶ésè~Þ#äÇ5„¦° -èðyjožP–¶°ðù•ûÊ»Ý_…5ôÞ÷k¢Áü2à[ËBQÌÎglª¸ý®1z™OAmúËÆð‹÷kƒ¿ÄLDÌ( ä–…‚Ý ÉHnY$LÛ™ˆ%®tu -Õ§ba2öRÖÁ 3„A%¹ygŽÜÑÓú2N66bàõ¿à/MµþP“°ïרŒˆªï\X‰¯LØ}i#•Ò1»² ÷Þ[åò¼].Oš%  {Ê=/QÇ7Æ)×ü‹BXX1ÈŠ@硾†³8Ä}ÜO›ÿ´ö¦õ«‚PéWPª‚ -FcÖ"b캆\òᤙ‡‰¨Yí ZÂÊAºwnäWHPÁEnGpž\Z¤×<¯òÎЫÒZ!1os)átœ¿JJ ©Fľ|gŽ^»3G,[z…>±9A(,2Áûê–_ÂŽ®¿Ež.Rª>ïÜ'—®¼Æœu¿èû>çÌ©œSÌË8d’„Q@ÍÛ騤Wéjûaýmóá¬kàæª’Ö6s·ñWÅ ‚|àä,|žhj+¾ü¬õåPõo—ß⪢Ö;o¶A¼ô<ÀDnÊ*æ%íb¨)â¿® 2BëÖx÷YÀ³ò+’Á¸ÙÔÐÛ uô*¹][‹‚>¨/n\C!¸ž¶–Ø·|q‰x)Ÿm1+µskqa h÷¨•šäYÆ"â­‘+‚j.nouäuÆÍçÇ ÌÞ­YbéÚùêέ6ncá>l öÖØlï²6¡ãM†.Žkp¥7ç9›1‹è1(VI5[„Rè7}~%¶ls²ûDLCª¹ˆ€BÐç›e5lN£‹íOš?_}Óu$e"7å씎‚“Ü“2Ú÷<Qr:K«ö~üíµ2¦¦Ö'uÔVÀ{zËÌf€µø¨VBÝžzx‘Ñ´6Š;뇾 ›']i9°izýú;ÂŘŠKjù( =.zž¶~³ú¼çx`~:ªÆ\¸‰LZ¹XPGÚ’!)eåb€†º˜ï½˜Ò3ºÃ‹ìŽÍQBIÎ  î®Ü™ ›xô•wˆ;s„ÚˆV@HYåçÀ€‚Ö®©9¤ºQùÈÍÞ°RDr½„ÿ¸1Aª€úûfÙ€ãI“˜íz†*R6ýiŠuùÓ¥'°r°6­ö'-Üš@•$µ\dÚ $f­<®[ÈÛ]Iv™mK¯(¥‰çÇ¸Í |q:߯aôEÔl\Þ&‚v3lä¡}jFGÌ6ü(mº1pI-©6¦F_[Ý_ä›fv$riÚ1tg{ÔDŸvˆö_jaÅ1#®2a"Ö{ç—ÖgÈÝ ûðO€wÝH8¸¸œûÆ“¤^@Ìà«Ý¿´]zÒtô5åÄ?ßîùüשׂØ’ÞÙ4°QsË’‘ŒSÀÊy$i'Ÿç[ĵZ~nýÎò°ý‹RUÎ-âÍÔ~µ:Þ=ee"öœ<ê;_$õ;é®zɼ|˜[ÿùÿ’Ô qI½3m¦wÆ´øòõ±ŽÃþôå˜p 37qàÀÿޏžÕåW¢¯zgû.¬ŒþŒêO­ë_ ôlãö4©&0G­ßup0q¦,°ØuÌ7ßs¢jØžGÀL,‰©EXÿ©b{}1¤ât{çA˜!W'€Î¸Š .°š?÷Û™À\KiíY5pЀçÁvBx@+%{•Rüö8§ví±X9XùÙæhûÑð¡Ê;E®ò)ù½k‹b„gBÜ»>Áï‰*90ï4þŠóIï‘¥×ð“à³!½˜²1O¯Ù˜ç´ø7Áº?÷«nFô2ÆÖªØü ùsÿ,µ!aS2N±` êO<Ïn D“Œ]W¼5‰½´ò¢ã0ÐG#J^ˆ9NhŒíVcD%!ûg˜q£%´@¨Üx(^{>½>Š;Qðz i{Œ\æþ¥ûÈÊËžãQ¾"¦Æ•…•è -ï\ßÕ­ibY@3Ȇd[3¸kîg_çÈUÁ9V‹o‚põƒ•GÝ[¾ñ Ö5¬Â×/¿ê9ÔÒ»Sss¶çlDƒ© ë0 Iq³TµÜŸL8n¿‰Ú¸ôˆ™Ü’uÈo„ÍîÇm_ÏrŠÿ^?Xþ[ÝŠ<Ï›®åÝtÚ_¶ä¿„fu\d~e𧨅OÚž¥Ô­¼…Ÿ³¸€¹ºòºå¸ëIù¡ XoPO“î៼Z>ªï@kÓ¬®Ð4­.8½ê›A„/«%”¨väÆö­rk{Öt§ésǽ–Ï¿/Ohè­q€q ”CÂîÀ¬ /©ÓZNÏÎ$â‚ýQåïm+þUÑaiûÈ£”M& kYÝA%3 ïe¦ ´Öð\ÿ…˜–Ú95ˆYÏÍW¯o‚ˆyx8¬ãÂC‹ÔºÐ˜? ³g{’Q·ö–Qšc6'Ø K/[?ßëüvý-êäÆ(£rkŒ×žãôE<Äú­Üñ]ÕˆØ &ðï`E[c„ËA½%ae!²¡ e½q?jî> t+½zkètâÖ ùºO¯ÈZh°=—€Wy“±Ë‡’)³à~¸ æ/¦ãa@ì©?~÷Rû•ôžŒ]6˜uÜȸø¬¬kèaÒ&$,¨ÿó&«W[`6%€N͘x´´]ÄJØxx€O £-n&ÔU§ƒ -G¶Æ;ÄH›$)ãíÇ>­Õþ¬ùkÏ˦ï}3°’Œ™Ö ôd;¨­×£ØÓ3Œ& ÕÃ*^¿õçîï\?7|•Ò’rf*®¡õmN¢*Ü/Áœ½#]ñ)¨!¥ s’P¶0Tõ»)aÙ?ú&¨e)  -P·ÆÆ™Å]Íš„¤‡ )©Mëo›~X{Õø¥v*eâ S–[ãÆ!yXÃGÆ–¡ýA\(½¡¹žÒ˜ ´³ym–Q· È ç<¯Å‹òίœº¾N¨3rkÞ)äFt"âγ>¤’ŠavP=ÄÙ˜Ä_±¬§µ®ZVR›³v6z×Å¡äì´þ¸–Ô¼ö¶ï{ß,öêÞ’ôVXMk÷¼î<¼ô¢éÛwðËÀG -П²´iä^L74â±qˆøùõáç ^ÉÐu'ïõ¿3ßBO‚\Mh=q=“œ0ÑQ“è³5³-ªgÃ|SÈKÎÇ6Ü»ö)ا=m"Ô$ ¸ò¨§93ŸP°ÉD9›\Ò²»ì/z¾ÑÝ©þÏš¡Ëÿèþ©ê»iÏ#‘ì.IÄi+]¿œT±º“*j}h¾ïÔæ»îãoa'üóÄÒ˜ŽÙ¶çr÷ -˜ùøy^à3 ³-<ÝÉr«ì³éåÿì~Ñrdg‘x.§gmŒT¡¿Õö‡¥°KÞYdCÁ*fe­´Î°p)xQRÏéË%Œ¬E. éY=öW˜Óæ'ÈÖÇ߃õ,ù°Ì&\lLÞÉ%$ ì¾¼åÆÍ´VJOªéMމvÞz…<™'•'Ôøëy3³/kãR&:mÓ€óE5ÄjÿâjÒ€©ÍXh] '%iÀõcZÆ7ôíkı­7½GÖ_÷qY´KgÂÈÇÄ <ôý£w}¬çU Û¶¦/ža4xg¹1åºæÍþ°û+¥¬ö7“ÔÓ¿ò¾ë»°0´à’DÃK“ÜÖíngT'f$?|¤{k¢ïÄÆD×±­YÄå„õƽ¸uøv@ËÅÄBŠw^ˆÜ™b5&4LLMoÝ™î?é›Cž *ñ×S ÷âfGD¿\Ä—oŒ!/'ÔÔ6èçbáòv1¢FWĆ„‘ ‹š¸˜ùÖ#ߢ”âxŽ»°òyz{¢ïLÂHjË:˜¬“AŒ›èýS×§“67 e÷mL¢Îx§Ñ£‹¤ú´ -û°Æãï- B6mSM©‡îûòpämÿòKØ ËöcK¯º/ÇÕ€7iÅ‚•wØRãã®#ËØêÂê]ET/f®½Å^Y{Þù}`ºóG ™jRViwuðQÚ&à®MôŸÜžÃWGô\ZÊÊÆúáýJ8Ðö„šmüÌÎ<êrÞ-–m$Ž9ý Ÿw ¤Y;—’ÒšãzBSÄÄFûÍf¬Êö©$8Oºž6ñ0I= iuÿ$úÂÖ»Þc@£”Å¿ºˆPJð¬÷sAÃÊ^{xݞǖên^úÝÆÛæ#;“𢈖ÞÕËø;“äòà,«;¡*>zå)êâ¯ìÏs’ò/=¯É—Ö>-±5C¸f½ßòeLI¬Î˜é]9;^p°0¾ø5ó½¦/=ϰçf ?鱓6&,¦!Tƒ9-Ž-â¡û8Â÷@ÌX‡½ 쎥·¤+@ã -쵸q-°ÐsAs«ä³Íɾ³!5¥5¬£õî% hhM~ázÌHkKX=@—vÇ Nà%¾øÅ”•K*,¼uXPPjòvsÏÍg%4Äfǽöï×7ò<©ýsP©x¿"»··*ÑpaÛS”°Ž-Y#³7©göæQÕ›“íç·§0%A5¥9ãÊó®¡{qÀ{¼`Þ‚*bcÆÆÆ' ÍôN) +³ñ°I»€‘kÕ³úÃjRsÎÃå®()xhÈ‚“ÚíWRkWÇÈ%ENoÜÀ§äÝC3N!'0}gŽTæ_¤5€ºŽHÚø4ÇkØé¸ŠÕ¹«àæ4Bô.à…`ŒÝ)=þzˆ¾º9ÝûcÔ'¿‚Õæ›gÔ•´ú=ÿ¯\ÎÞ±Q»¶&g×_!ŽGç™m±E"8K© -`Ë웾PIË>]{Òù=àϽ»N0nè>&¤ ¢VgÖLk©{NFí?„ƒ‹Œ†ˆF„õ*x@¯0š7&z~T•þjåi÷áà4t]`¡D³1@¿¶åìbvÖ*¤ÇÕ„êµ·u߸žU~¶ù.2+ÃF”#ˆNLŒB5uŽÖ˜TñqiãðÐJxï$⌖P\äuíznüRðÈïd@Å̬¾”•KCZè묖Œ.Rê·ß]7G®ýàË&FwÎÉ%æÝBTÇìŒ(¹ÝÐÕjbõú›Žo“|ý{»LœÖIïç·Æ»¿‡®c[{Gº¼>Æ®*dÄ•)vƒg”pÞ?K©òM+öì\Ò_—„ü]'x\ ×ÇTrNÆ0(ZyM<¯”wýi’[÷)à’§2Æ^Î.“&-BÊÆ¡Ôñ¼¯('Zoc~zõ]ïk£=?nM Š3fù¤ý‘"asƒ -j-„#§?2ß{róm͟ܯ -ôP ÐÍM “Ä -ÐÕF1Ó¯ Ô†ÔÔ¦¤IH/,Én–ä÷“@;ƒØ¼´3Kºž0ˆH ë|û1næþ²&üàa¼¤÷ý«G$Úu³ˆîÜœFŸ_Ÿ"^s½D¼ Ö¥´ÌžÒúoúßVø” Yî~Úüg×sTQDÏ'‡õêêkôéYåg£Ì³ÿäü¥ýxRÏÆ¼_Ë?¬ -¥I ÝS gçSv]Ðf•/ßü~àÒï£ó˜ëVüÝ5‘̯ÀÖ¸_w|“´òù»[wu¶ŸÇô„N°èŸ”â²O7¡ß/©èqæ÷‚w†Ñœs»n.p܆´±óÊÊ‹k_=Á~õw[“mßg Wóz2oàÀòfvÖÀìÊšÕiæZR‡.IYèkã„âÍ1^{HyK–sˆY{ËlBÚClhûÏZ~jþÌÿŽTžÓËXîW¸ËÓ¢Òß§´P]a4Ææ8-» öål¤¦´™P˜ÃçM»d À«ãjbùÒ«ë¿q>¹öOÐýãzv/ôTèüúæ­jyŒpqc”RúÞÆFýï+,BÖFh ¨Z®OVþà\ÑžG$ÎÚ…ôà¡|éyÓ¡ÍÑÖÃI£¹`Ðs6)/ eµ'MbjÎ6r/ç¾5rÑ[“]GÖ^· -Îá®fŒRö®[~;iâc“f>voYv#kã`"óø«+ÏZ+åg?±Ü®øçà0»6ú/`þÃjSaIÀþ°.ÌÙ¥‚ÐÚ)½kg²÷ø8»èïÌwË>Ï9ÈÐ £è˜ïÖß¶í›A]<¾k‘q÷lb¶_I®YŸÆžê„„ŒYHN™Q µ~u´÷ÈÚÛÎÃ;±a×ιÊîƒÎ­_‹*y½I ¿?cØm¤4ÄttÀûYm›„_°K„)P÷·çÉa ‘4 ‡T˜¯‡ <œOI©…~÷YäO¯õMÁN®¼hþ|íUÏ÷Y;»·"Ìydƒ)»™€¾oÕ òBÆNziè~nI~+8Óö<¦Ø;‡¾ÐK™)ó› —Þá.ÆÍÒŠt8¤ê/Õ^ÿõöhßѰq!¢ÇWAó홤Uè~¢œÙž圷ߦî)»NlÕýÙù´ì×@ ^ÎZ$¢Âòð/®·Ø«“‚ÚßìL±;€VÿÛêàÏïÝ|¶¶ÿüæXϱ­)Ôé8¨å`­H«ïpÅ+Ð=ÆQy«DúD–.ªE—[WýQ5|ù×q=¹·5ô*ër¡ó!áYR=àN7?lÉì:¹”œ‰Ýæ£Þýu4 `´ç/ò¨tÓÝíy~ÏÖ½iå5¾b{_Y –ljI ©&ªD]J…¤¨þö½ˆáÎO!à8°(è÷ÏÐk|ÓØâÐ Ô {5>O¯K*„ˆŒAÊZ~C­Ýc6Çõœþ€smgyns¼÷DT¯K[©1þzBKkK™¹Ø´EÌLè1µ>¢¢ÖnaÎ'•Ìî=ûÀ@ÆÄÃÅ5œþ„^DÏØÅœ¸‰‹òΓË×ÇáEþ)üµð,£1¥Ób*2² !zÇ…ð¤rHšþŒbNmv»ñ²éóàDÿÙ”ŠÕ‘Öˆðƒˆ¼18»ò´óðæ+رͷ°ÓëoÚ¾ Í¢Š-­˜Q2š£*vWR/ÀgÍ2~Ê* iX…ŒìçÃü³,XÚ<8ƃNéÝ9 6bÆÈÃÄ5Œ¶¨ŠRU³;ƒJFCLËêHií«í?lNuŸÊ)-y“€´kósV 7 ÖdkšP¶3C®M¤Ü¤YÆ ¨)u~±"æ(cçQ³n?nw””f÷ÛÞIÕsñA µ9ë‰òKò{Ÿš¶sñ)+—±q01±:®&V¦ ¤º¤žÜ´çdz i+“´0áq ÖQ¢zZKÚÎÁ&LôŽŒ…OÎÙd’”‰Ö…ƒÊXùÄ”™Oõ«Iµ^%¾2n`#Ò66z×!d½÷Èïíãæ]2yÚ9 é…d¿†‹ -@Í„@ü%,2iÄZÒvãaÖqëeÖ:8œ6K8i Ÿ”srðP£î„…Ñ›²²Q9§ˆ“­Iƒ€”²Ý¸Ÿ²‹Ù9—X˜÷ȆRv6&n"6%-Ķ˜‘PV+¼óÄFåÝ–söǸò°fX–2A ¥q[ïp%þjeÊ æÒ)“&lÊBk‹kµ)µj~ŽÇi­›3ø’Í9RyÔÂÇ­OᯄX-)-ˆ£”•0rQ¡"¬Ä—Ô<Øò·!aLš††‚j ˆs15òRZ«Hé°åq­9¨¦·†4\xÜ,E5”w’P²þö½wy6¼€*N)©õYÓ±û&®ÿÊúö#ÈELÂÀGÅïjþèjù6©'ÖdL\dÚ(&'ÍbjÒ$¡§À˜Ò& #e‘PM-¹6kaÁ26[䘉Ü5ë#&25pð¨`ñY»|(m•KÓV13ïdcÿºÆcçœ\rÚ* gŒŒî¤jäÎCÅ,ò¸Y̆šŸe=ò[ + µ3ß{|{®ë‡ùž£a-©Æ5ÚS<‚ýñW“ܦÃYÛO*ÿ®jνò¤÷pdžR“³‹XY·˜Ÿ²qÐi+ŸÖNX°K…y‡ˆ™¶p1;S”ÒYZeHÇCøÌ¾¹‘ÚÏ6ß‘+³»`Šé=cmßlw~Vsa‰)»| b·gÉ`¦™½y3£'¥#Tùç×ÇúúÈÕ£„¾9K­^~<¶ý–r5<ÍïŒ)è 5©:²H¸¾=‰>§½Ûòû1ü•¨V€ j˜Þ™þ3¾‰ž3q¶.kgÀ“zF{äNl öhYë;Ëà@Ò(¥' \XÊHmË;@}4AÝ¡u&,ÄÆ¸ž‹Jå‚°Vˆ Ì {’Z1>¥åôz§ûO:~.ûgóÊßXow~’‚óüÞ j©oŒ|58Fº’Tª¼“]GOê>_zÝó£þQÛ—®'°ói½ØïÁ–l¼é=œE•e¤ú¬s-m"5A ¾Xœ‡T¼ë RfzgäMÚ.á XqÉâ&NÊÀEÌbÖ‹²g£¶ï:ðu9;¦*8Ûu2>Ïêɇ‡Bjb]hYœ· è{n‰ø¯«²‘œCÈL˜øø„Iʉ¾7 ‰ £„š)À~t(»4p+ëÎ:ÅÜ”“OÝR«ü ®€¹“[¸ ¶›…ÕÁ‡ùeùÝœsø>È=FÚDo¨‘ÅI#²$nD] hzN4ðb¨±G¬AÊÂ'$MlxÖAïK[ µY+`4âÂædçwQ%£7o½ým×Ígܤ!V†µÔºiÒï4¹Ô=Ž<ÃGþðãôª?Äg¥Ø„R‚-Ðj#‹Ø+Ûßׯz,½ê=š§7\c&Àq³€3gÆ$ôˆKe×ñ¨ªçxD?Q`.Çø¶ŠÕ»3/Ý<pG⮓ëÖT`K -Ì¥˜wem~jf¸ò7¦‡?ft2vLÇhóÎÀ‹V_µ¹ú¢õóÕçm_x'ð%«SØâARÑ?.ß'Wìå¢ ÀŒœ…Ü4AkHM¨ô©׃À<>©ñÀ="V'„-'WÇι9ÄŒƒKY@Ms1Þ“² ƒ¹Ã§ÍTÊNm¿,à<,LÎEëõ*qeÞFã{Çð½÷+BñûejoÒÐw&¬ì+ -)‡Õâ¯g,Œ®Œ•‹Í9D¬œC&NZ‡o¥>6B¾œ â4b¤6…´–„ʺù´¬KÈ‚xGÒ!NÙDŒ¬C*Ü]’ÊÞ¯H‡v—„ܲŸsƒœµ]b9k¾™µÝ|”uݛλï–Ţܟ™s -ò¯=ma#25e -Ö÷ò € ÄõŒ6€K—€ž©I˜hm! ©2i•ò#z"¤¡ÖgìBzÎuãç¼gè!Ô4fwU2˜[âP’nZOv…ÏM/ qÐDŽ‘ŸsÎ;o߯ÉNÆ‹ žt˜{ð~Á=0’q„Æê ¦ëXÙ—20»¢j|YXM¬ˆÈ q ½7° í¸ù$ãº=³Hù!ðã¡ò]’È#r‹õeóç ÃÍ»^M@}„d8ýY µ-¢î¿´1ÑúíÆTûáM€ÝëóR”õáòÊkÔ™¨’Þôc{BÃí /ò{?ªð¼ƒ]yÕõuÞÁ:Ùä%m‚š€‚ý „ê¸[ÑÀή½mùóú[ĉ˜Š‡LZ…ŒíIÂ娚ÑÑÌóëE_} ?f~ÔñÅ}ÂÙ¿SˆZ¿‹/ˆ¡9Z]xWžÃ”DI•áERE`s1¡!ÕGԸʘŽÒœ± (a5¥Ö7‡¾X@€µÀU†TØ«ÞY ÃÑÅêŸjÿd¸Sýù{ ³ëd¡“ …Tä*ÿ"ñzXAª/J×§§­/º~Øš"T¦Ÿ‹Bl5´–°‚P¾=Ùûãê«¶¯Óø+cè³Iç?q>€¿\`%)p ¼@ŸEkM™8(€Ùý®f–uõ!f’B*rmDI,O¬Žî™œ=e&7díbAn•ÏN[‡FÒ¶á›yŸi;0‘ê€׬Žw}盥Õçò› ±1á+ê?ÖðÅÒóÚß{çP—üv׆‚ߥzØýµùA÷‘¸†‹¨hMa½Ñ;M¯„‰¹^ÀðN®ïºÄÂíyjµwž^ ôe}vÊ7ß}Ô¿ØùCXÕ[˜í-Š« Ó|€g9~Oëx)0¾¸‘Úºü¶å ûÏÍŸ™o7ÿÖt£õþ×tÀwh-–GM_m½í?½kf#³VOŒsg²ÿÄæ»ŽÃ£í߀:P -ùàŸ§V%õm–0zvïÖ$ü¤õQÝïvÆE¾ ìy÷ãþ µë gÒñ1ƒ”7É¥Y‹ˆÖQê# ¡.ÍÛ…ŒÝ%Ù ¿Ñ½ÞSh¼•q‘2ƒÚ£ì?Õãk³kL\Ú=ü(eº°›“Ø r •‚4Œ ´ ¹)ëäQc6Z/ˆYê %öÜR9Ô˜àQ/дÂ2ý~ÒóàÞ.“æC·³Žáû àX뮈žÖ51:}€g®N÷ ,)¸9¤¼[Èz‚´Ð:“VzwÚ)•ŬÐF¢œsðVÚ.fgllÖø¼C@8ÍKZو -Ÿ[â,`ä\BnÂÊDÄÍ P×Eœ àŠQ¥Ôö4à¼aµÉ¯ ”FtÔ†8„É- -0Þ¯À]ËXؘØ?ëʸÄâ´ƒÛ]KóKC¡ú’[’ßÎî—_‰Ó.ª3»KFÌØe¢ à³YÈ·Dê##eg!"ZF+¤¢Ú¯#Õm æcäqÖ}óynUþSÚ&`DôÔ¶€ŠR—0ÈóÖÁ1 Qƒ¹u=ãz¨‚teÔÄê†ð ¤£·UÔšàW9RULɆeìjÄÌCo©iõ¶g}‡7GñWÒ>Þ?½[¤5EçEHÿ¬°wmTд5)C€¼ ~<;Ù2téêX÷‘ˆ[–Ô heôþÅÍ&dAž‡ÕäºÍYôï$¹*£’DxXÉlñN˃s”ºÐ ¹*­¢7§Õì®­±þÓæûµÿ²ùyäGoRE®N˜Å_ñO÷…çá ¶¡Šã€ÓùfIe“ˆx0 -ÄuOÚ($†¸ÒÐBϱ„ºÿlN«È±ePo v Q÷ )¨µ1·7m⓲û -N9k§uU}E‘0ÊÄþ9Z-¨ŸmQ ‘T±:ÓFK`R\KmÝ™G\Zï9šÖ ¨iƒ„™Ô )½—ÔÎdå“þ²$‘¾÷ˆ7Ðý:JãÚ¾8®Q³®‘_’f.>¤€ê -½#a䓳+BaÚ#‘‚ؤd\QÊy`µD”´šcºžS1¼8f&Ô&ìÔŽ<ÀÜÂàž¡ŸòŽ`»ù´à¼ýºàáRóˤ¶‚›ø½¬!=ç”Aç,¡s“й¼œKÄ ü¨h ) ­kàuÞŧ%Í,XDO®‹Í4ñ±ÛZPG€_9îg7ä\BÚÁìϺ˜ˆ ôèàà’Æ«KEiÇý¹4Ðç€ð*Ðá=1=½%nàÀÓæ¡_- ¨ÐW£e­#>ê]+Ÿø&Ôàš˜¶ )9÷Ð}à³8êL:æ¸õ4ç¾ùjöº ø_ÎÃÂf :¹,‘A5.aQ“€£BÍU×Î/ƒ}–D‚œKÌOYÄt¨Q¸åMÿ¹‰›Õ¿-؇îzîLfÝÃbvlgŽ|}}‚ßê_äg÷gs€g¥,NÜxÿmØð̶Þ}3ðÐI«ˆ–vÊd×À`\'&&raÒ8,O™d >WÊw”„Rïµ*m’³6-0O¸›çt%µ·F‹rŠQßžç4û@,m¾ë/òMãJ3 p²Œ`­U&„š&AýÛš†Ü‡Ÿ,Pë²F™ c¾Ú6® ÒZ)-©æÃ¡óJQöêúÛÆ?ù&{†ç¥Iµµ9:·õ®ÿLÆ($' B|LM¨ØoþjåiÝïÓH «YíY“ˆœÐZ£äó@SD•˜«áùÎ#±…ŽïcŠÞÓI-¤·øøІë“ý§¶ÆQ%9³T˜·É‡€¶¤m\|ÚÆìë™Ýy˜ á:.©à2Ö÷C -RÍöhï÷)øÙ¸’Ú˜Ô2:’:V_pß<¹2taÞ ¢î êKoÊg€S`=Ê#:fÔ=r' -ti`PÖzûYÚú`*í~˜u ÞIM=fäc²Îá…)£˜ž2 ò@3äÝfÚÉèO;è=y•ó8{˃žÊw:@bz𥡻{Ù`Î) g¬"Fð¥½%ùŒ}p$ ñÀ«SF'màÁ:÷D€ÊÒv™$Ž“ûEMFÜ4 LØFn,ú·æè5I3½ëñ÷@~X“Œä<|FÜxˆu@·ü¤ Žœ,m±ò.sâjÎYÊ&† „ÆÀBÿÅŒQÄÉÙn?ËZåò°–ÕÑ® 4XÂÊÖ‡~.€ú˜w‰)ãÏ‹IÓ½—iÛà`Ê.åGgM‚5É. ?ރε-‰%Q0O!-·`nYÒÈè΃9Ì;o>+¸î¼Ë¹ÿO’Þò½­sÝö>{íÝmW1mÓ6ܤafN33Û’-ff2SlÇ133‰Y–Af[Ì’!íÚçüï3û~Еë2Ès>ó¾Çø”jˆÜRv±u–’|h—9åÊÎ4«È%¯®u*>ŒZ姚Ɵϵˉ©ÛÓ¸¨ýE!sOUY½2FyW,êyôÐT¿ä')«Ø¯ª¬°/Jè¶yNAX+â„uðu|Pǧ{C i›ÃG»f¨énE™p{˜žèšu Æ&¤qÁXšc¡ÿÈ{0í¢mº4«¦¬÷¢žùçËY ÷Øa=ŸÖ‰­ˆëXd#6†wÆOw&H±–Ä}÷dR†{{ æî˜È’^déϼ¸Ö™ù›_F-r‚céκ°;˜{Ë=Œ<ÏüHÍÆøÀ}n gßÝè*¸í˜£dXzŠo:F°J.õ`?–€ßêù S3·&`÷s˜Ei;ÄÄ—üàqPœC—ø³=]üÐ2”Õ9CMsix,SüöN5Ñ¿PSw îáH#b¨dŸœQ kM>oh|÷«w -çU°K7ÑOÜs\¤G^. @9Ôj@Ä{U”œµ©Â»ûóØ„¶ºÙ¥ª¨r*8˜ ¶¾3eÀF€uøAù}J»(ax›½r!¨e!CF>dbbVY´?68Ü?7Ø,¿å=è×Hà% éDœ#sY¤Å½€}4öUICØÈÄ»Uˆ(ˆmƒ -1Ý'ü -1ª­ãµJà[åÕþ¿j²¢Æ.㡼:WÊÁ˜Èo¼Ò2æ‘Ï80³ð~ ½Ð!'¥…ÌLìÁ*“4 -~}M›MÁ(rjx4 »’€ d%È{ôL”GÍ‚¶¤‡õll@!¤Ùf9¥A„Ò—×ueGKâŠã5.çhUXò?Á£&ƒ{©nò¨ªjÝ*-d,«:X©h9X­V‚þsú£UàÏ&{sÛˆ¹ñoÀØ ©~Ø«¯l -è+ÂK|Ö!xÞGF‘à“‰Kƒæ´Ômùeïáo¬òÓÛÒ¦.Ël9}GÊǸGÖ#u\šOÃ¥8•Ì}{ñŸ†ójéE-îƒÖ¥ÕÞ›$Diz`ÇY±'ö±ÉÇ&TË´0¨S¯š˜±;Up_ÓôúëÕöÔs~)%×¾@JÝî+y\ä Ã*.Ñ##¥y@¶M•<^ëN½¸Õ“Ç4\ò¶òꄹ©$æ“¡¶0>;h`bý £¹¤” Ç"ü©OMôi©ÅÆöìK‡jjñë|QÐDGCó¤~-½xoùfwù: äàmj"L^—qf§›‹ö)[gýZ¤Œ"È3ô4E}òEeôû:vc†7]–ö»o®èJódÈTÛï’3Š!_qËÉé›S%/­s„Ô Ð ûá’ñ mãH@_ÓêÕ–×x ïа1ÎyZºkžtJËyý€%|òñRYñ¹¬áÏuQ5èjÀHÈv©¯Aö,vʸØÍq|"ø½¼#sí@x©n8dªé /U4B^r5Ü­€¿ò©ðÉ~9ë[‘ƒÊZÀl•-G«¢j?`{VĶòƒ=Z.y}’œ¸ÜC~u ¨ª„Ö\‚ ëÿÁ{ÔlüÄ6k|ä›’ß^êTò6 a“‘S½Z6ô(ø“êÓcp >«ë(¸é˜}c¨éž=r© læ€,ÁÄøt伩¬zgžÝ˜`e©ÙäCØ\V2—U®ŠÊA̾m›1Ê‹¸â›/¯rª[­ÀO}ºÊúse[x©¦â·?ÖhØŽZ¸Ò[üdµìÔÔ÷oI+¹sed›²Lx¸\Õ~hæ RjáÞ .& ¦äºæ ñ> µðpo°Öó ðu¯Š‡³ƒ\¾7KKþþxMTq°Æ¦{E:ùHB€÷>s©éEë“%uò.Ú¦(GËeõ.…èRˆ¨é -äžEv‰_ÁÅ€g7Á‰ý6¸XεKÙðýyr¢KNË™%ß-cäyål¸[ÊG«:K÷‘ß~¹Ñ]Í¡û4P^"gYe˜¨ÝÉÒg«¹7S„¤ âSsñÎQzÒ‘¬Bh›a­ö—ÞóKA¶’3`A­Ð=GJ”6ç\åÝüï¹²´GGK’÷%Û£¦‡4Æ‘A,êáosywóð'»ƒÙ¿)pÉáeJé¾ áS˜aÐÏ~%<¡$¤á‘m -|òÖò¥oAÄ Í´.àã@-f{e¦gQBsM³ažV±{—vÝ£¥_ýÖ1)äõ ƒ6©€¼Ú{åc6ˆ÷ˆj 9è±!âÏ"ç× ¸.¹€äRŠ%s­Eh ®^(n.¹ÿƒo–K:6U4ùÔLTÈÀÆû¡= í»`SÂF>seÑÇŽø^QŸqåÈ\7äÓ¿qkj[*ÈÕeÕÇËâªcÀgA ½ÈµHMóÉ8¥~2RŠMZd ¨³ ©ºÝÞO†ÚœÂ¾¶M³²´eå>5%/¨c᎗*?† b‘d¸]9-gONÍÞž#&®c#r6jy÷Æ«s‚KÕÝ¡å: í’ržKvkpû9eµùx’SifÐT^ëÕVÖ—âà’¤*d -—¸t Ë;s}œžr`ŠÀK¹+´\Ý^‘T¡=ÀûL|NH ²¾¶¡_F,ÚžGEôÕ~c‹Ò£{?þ¶8h¦x”Äôމ^È €ë÷.‰D>SYmÀTÓZªlñhp}¸ ‘/ùc/ -ƒ T ÙÇæªvàÉ5!à•n«Ä«a.d”˜¹¬OägBh­Õ¿$©tÊ8—’‡Ù[$¥®Žݶaßxy ŽÐ^< -1Ë òŒx´_ÁÃ8æ)©û“Ä(À<ÉŽYJ’xÇÖ(êùf/ò¾kž™ë–Óss´4÷"³À>Ç̶ Þ:§iéxÌ?W¸lˆ£Ã€AŽ¢…µÈ.eÎf±mŽ–á\ ¦Û'°¯ƒ€EÝóô쀂Où±;ðúÝ Äóåö¼K›ÙlÃðyÀÚZ>ڛؑy¨)jËDžJ¦gšwƧøäð—G:lêÞt„´ïÊ2OÁ'zU€§Àó9^e‘>­R1Çfš« -ªÊEÕû¿²yÔ¯ièvËYðÝñâ{–>Øms7ñ¥¶ý:hTºÔ<ê6¨1×â‡>¯¢i0¨+¯ôj™ëâ¥GމôÊñaëÕRóÝrÀmªÊ*¯‚‡Öfm³´tг͉Ü;Ë2n|Òñ9‡€K ½>M}·GWßã‡øL_óÑ«‹­Ó”¤Ýì IaýÝJ1Ë¥©ªóꪛA½vyAò˜(¿–Zp 8èh‰Vê×¢bmóW -rΪº&h€r ›t¼ÌÄ-Ñ‘~2fg$ëwÇ,><²_ËFûÁý…–«:€Õ ÏùLBžSÃB­Œ¡Ÿ]f€ß÷,îT -¨Á%!¨U d$Ò‘…õ‚¼f]:£fb¼úÆ©àªä½ÇÈ!zuÐþ«ràYAÄ€ÇÀ³õit¿®ºÅ¦ v)©GË͇Ðk¥¼ñ¼‚í½#d5ä¢SU»M)bîK%¿®a8dy}MTs`æÐCFÕ§gbì -tlÈÄã…Ve;J\ÂÑjeûñfítxµ¼9häA\H>Ô—Um=4K*–$ÕÐ|óÑ*2S‘-6p &lf“Ã+|ahE\éQr~µéU Y ÞÈÐ4¿†ÛE½³-’½Ð¾'·;IKvÍs€^ƒš~sl åè0I;)×-½‰¿n÷å^õAÜ!£çx SŠhPNñi8h~ãØHCèiðcÀ‘ Ê]Ð>˜yrJ@!fìM3s÷æ(éÐþ³í‘œë»£ù} ÔÂO&q™OJJõÉH))`~)á™I¿f‰?ã+¸9>¬g ‚jr¶_FÊô+¥¾ùš2ßBÝ¥ ¤­ö'ž·OÃ@o² ì!¤‘Jz¾[ÁÁÚê8XׄMä¿éS¡¢ƒjjþ^À­U¶CóÇ«<ö§56Ô-}uóÔJZ@/©´ëYŸ‘ ä ½ä~I}x™/:Xa3|Kè¬õ…ì[G«U]‡k•€åêŽW}Z­¬²^ð k1‹+¡=>=9ß©yÒÈg¯ŠAá oÑÝ*j4}øîÐ4è[ƒMÜ-yîSÑJ¡kÝ—R²WúQÜs|ì'ЃZJO {iŸÍº¾1wÑ6QüÊ·HÌ iÙXËø-13¬“ÁKd—Ò²öçq1öyÄ+·‚˜6Í7 %6 !sev×/­úûT\Üþ$ì±¹=ñäÖ`Ö­€œ\x çmS°‡žEä»ChžG³Ž¦]²fÞ,â³´‚_EβMC{¼n8ÑѶ&bgˆ˜ì•ƒç= -(˜˜C(ãjŒš­IzU,4xNõN%°3­øÓ2µôe -ü“™‰û´Ì"…L¤· -ç–S*.Æ9˹§y¥®9rj@WòîÐHlÂ!¡}+|Áž”œjŸå£‚ª†n¿FıMábíø¤°šK92r>9Ç>{f.º×Ôˆ¸>%Ô1Ñ~5)/ 'ôÔâO+\æ§a¹ dZ"Z üI"æ´ÁëÈ$”À8,ü«£Ã•­p˜‡–ª¾ ¹¢šŸ=Zâóÿ\ã°þXeÿXeà= -økë|Ö5ë|á0þé66Ù)ecBšºöCcMÛN$pɘ…±?OËÙŸ+yëÑ -yVµ˜½²¥×P×|^Öxð(è=:609åT‡ìQQ2ýZöpYXñÉÂ…W¨(¯‘˜Z¦¡+Ä|Pƒ5!S³,`nV€ö‡WÊŽÖ«‡þج?²kBf.Óod“Bÿ?ðBÐ~a³¸ú?ëå­=17h ÂÌeYãˆöEB¢WC/Ù\ÀDú }+Õ}ᕚÁನ"hæ0ü&Z©ÏˆÍq뉈£ÕŠÖÐ’Hã¼£#´ÌãíÏå>‚Ü ²TeèpÐ(‚¾€êRz£æp™Ç>0 -9àž G¡‚zFéเ_ÔsP€÷9Zá‹?Y$!3ŸïT¢c¬S¥OósÃzÔ_ºGNH÷˘ª¬þHWýáØ ©¹¹ds¸ô¡}Žœ íOùåS‚¬/q¼j°)`?F‘d€}):rŠë•5´:$L×映¦{¦‰é~¨) öfЯ]³È‡z|Î'P ^%镊ùAuy]HW^¼íËöÞI1q‡fbÁD{ÌÕnô­°\À92 xA- ãÓ2‘û@×܋Ԝ ŒQTÍÙ˜K=ù_ “Ö£“œRô;ï_kÈ„4¿›ÖÒK]*b^7÷ù™^úësÞEíÓš úÏ5ø9Ó¦d#m*Jþòò¹MÁÆ:õ ¶¤ôü²¼â@ÙÐs¤«¨uË ){S%wFó®ÙgKž´|ÊÞ,»À:ÃÊÆø´\Þrl¦£Bz Ãz:< cÀ½Ð|¯^RæÖ² v)5dùºC£†ØÒ 9šäÔ`⃠fŽ×èøC OàµâÕU¾?\­î?Zãñ=rŽ_Ï@úu,Òáò-,`JÄÊDþµõ ÌÆÝ!)/w+*«\ò÷]Õû~à3• Ÿ¼!coÌÓRƒ¦ºA/`#Ï’Pä7 *|úò†€±¼6´TéCÈH̲Kq±>-‡~´VÙé_fÜ&|†[‡Oq©°ñ>3.-°í«Ÿ:Ú¨ê?\)«?u{¼Qٰ΀k÷‚ìï†æDÁó -éhÖS@Ÿp¨Z鑉Eús•Íú¿.ÿÓ2—Õ¬[ILÙ/}ÐЋ¡57XA£€ã7V4‡W*;Ã+Õ½npÝ—æÕsðÁ%‘Ô2×x0¨ó¡{?oWqÐ.5 ô‡÷ xŠd!'ÈaG†²ª#SYÍ‘YTöÉÌã˜X8h_ph|@Sûá`¥âãášø#Ÿã_>D>2sзWŃƒ=Zªh9\ªé94”×éÊ«B!š…ö/4˜_EÊñHññ!e™Ø«ªïpÈÄt§RÌ´/ð>%{Æ>R‰ÅFËz#¨ñMUmG@ôÕÃ:!Û®Ó£$gƒ\’Ô/³é.%&Ú£ ¸Õ—W'ãy5 oCç(;èç»ãè7A=.ëBÇ@ëÆúÁ€®¦ Ú¯eWP³ý€ñÁ8ô´¾ ž1ì¯ «©¨ éhîsŽ’é×Ò“²=jlœKKÊ„ÎG„´"Ρ¡¢pmMÚã´,®:ÏóØÂ_ç]rF¾¾§ô)4'ÿ¿ {†—Ù ·P‹C&  æ>Yø¢ÿl²Ù®³æÀȦ¯‰ÖÅïÖ%M«’FP#åÇ–²æO’–ƒ5¾Ø¿Ä¥YÉ)À+ƒÆÊ&·^@wiË+Bæš~ µ&÷ëDì°QR~r—O_Vå1V5{ “>cÃxÐ\ÖèêÇÐ2“º:‘wkgJ€sÈ»u.ÝG¥ÓPV¸ê=x¿ªC Ð\Àe‡f:¿â7J*š6¥ßXÝî ü©Êò>=µÈ!EF:¥¨XŸšZðÇŠ¨ì-’†?Ì|0\jÀ ªù»øQó¡‘C>2ÑàA¥Àåc3—}°,ipêè%N=`žÕÚ!П 7…Bˆ ¶„M ŒsžœlŸ"Ÿh™^À¼Ðþý€’”æšÃE:f‰±»Ä>IIØ޲ãß›ø,À°ìèÛÐ9-Ç£ å€šA~Zᱡy#·š‹u©xÐ9'rX)¤„U\|PÍB@?gïë’R2½*f‰u‘š¾9Aß%ÇZgpQ%!Õ¹HJuÈÈ{3¤8û¬·6ˆ{·1RúÄôÇ´Ü)¥äë„Üc˜Ò1òæ„_wÆI¹.…î– °Ç:‰ø?«’ú?V9 Wè(hßè¡û,Ú‡™PÓ?™XÄÿôô?àøëL)ôKÎ^PQ²ý -b–cë]`êëûB†zÀÀWµ ˉé>%!-¬'¤uØTŸšêE‚0ðhMÔ''åÚN:âu+ŠŸƒü†r¸FÀð«ËÄ|ùÀ$à+¬Žý_Ö3CZ*Èöµ€íÑ|˜véwÇAo¬Vv…WD5­8`äƒfÚ—2T·úÕñÑrEÓ©¢É«sü-dHK) 뀧=Z¢¡M -ࣚcKýìáVõØÑzYËñ2— ¾Wâ×Rr½rfPOÉ÷kÉù@³r­2.> ¯h>šŽ4í2±ðFJ}óf³¿ôÎÎêéÖ0þÍFú±{Ž’ìž#ĺÀ÷ìÓØ7ÛC¥÷¶ú ¯ntç\ «ð)a55? d†@~ðȈI^9% ¤å†ÕÌ÷#ÛµÈG{UBz@#bz¥l˜{ž–a›†Î}’Ý ädç>Ú>ƒ{kƼ¶Î2Ò·ÆI1;ãèg)6Ú%ÅŸA]»å¤”ýl„º-åWcWöÅÝ ðûrÞ«`Cçð~9=ß%EGØçàÏjb¦c‘œj›¢&*¤?@=úP€<¡¤å9gðQŽIôKç úUPEÎüdf|Êa™y,Ÿ‚Uâ˜%'údÔÌcÀö!5g¢øÁz_þeÏ4-=¤Ò€nsAöýËŸþ4 D~9)Ã5[úÌ»XôàÙÍåaã_¾Cuùn î1ã?k ê‘™Ž é(y^>Á>ƒé…\´Od“À´ Ç=Б²íÒ’!)¤¤@½ãÔðˆ»3´T·‚ÔáAæ!¦~2²0FqPEË,Ø›K‡Î¢BóÒ‡«þ´¾§fCó ap¯&€öÝ„Ô"&`×ø¨ž‰9\bàŽÀóÿÃÌÀÄTÛ,êK…Ž>23 GÐz¸ÎSy]ôÀ¡¹¼á`™Ïõê¡ÌB-t€çcƒöÐAÖã6A>$(;\å ƒFJQHOÌ -êÈy>ð·B€ý€!cÒpq~ã’‘ÓvÇá6†K¬!ÚgÐï õe¯^À™„ܿΡ@çqÕÐ~ì;ûî±¹äòfæ¡}г5ˆzèœÂF8g;#¸7–ž¢+KM¿luç_vÎàÞAgÖírq­ùØ5ƒ ()ÙP×îzöþ8át^Ñ>AKÜÀ?wÎÓ3wÇ ‘ݨ»öIb$47ëõ¿=Pzg¹½ðÒJgéAÔ#ïÞ)}è\ Æ»e¸8¯œ˜l›"F£Œ­…¿ÛÆIq!9S| ÈWîYØ#Ç$ü{ù"('$ù¥”ŒýIü;K7òŽgŽU¸=Xxs»?ç’g”Ss<óØHï".Ö3OLÚ#Døæ¹0ß”s‘îYv¾{Ž]¸7Fýt{¨øÖî(ì¾sýÎ¥À%xUÐÜ5è92¤!e@gbŽ¡³8ZZòÊèE‡:# b•Hȯ!ò.= ¤$pO‰np ~镉h^¥„c›§gx¬R¿‚YìšÃÇØ ¹)1qsùx{ûÂr‰k‘’êœ%'„dŒü?õ,ô'ð -€\³7Šx¸?Šyî] å™DeG C†5‚w‘^à'%ûæ‰ñÖ1ì‹! }3ä÷5Í5Ã)tLs‹ýrN©WÊ*ÚŸ ¾ÛC?w/àb L”w‘šáW°`aÀŸ~PO>=æLàTrÐ>5Ÿd—‘דœR\ô9^ðÜ¡=ç55ï%êHÇFƒë Aka~ 5×!ÃÅoN!_º4ÔŸ«â†c›Ð’óÂKLlÀDG¸U”,+›!ÂË•6ì}Kñùz7í²²ðüÖ`É£C ÷‡ Ëx€~z¥¨¿Ÿh¡$š‡ÉoV†°/ܳÔlPHë8ñ]XËÁþg…Ï?Òƒ¿¿ÈÈØÈ%½Šr±K*áXú±Îynw’[´7IM8Î:…xb„Ýw,Þ·Ï!^A_ߟàèË«OEþ.¬‘ôï¥}Ç>н3€¼¿Þ¸µ7DŒØî§Çî²S·ú¨ÆFØES}áùÝAüËÝr”eˆ+«ÎþeoÿÖ+eäX§ Q Ï#·w1Ïm£äHë)b’ch+º¡ªÉ?ëZRÐr¡>ÛìGÜ…úcµqc½³øŠw®ô¥wþÒ>‹‹ÛŸ ì³xVpû !j£ýp³ûxwû<(¥ç(Ù¥6è,ý9Á9MIýüÖ1^úho0ÿêv_ÁµMà{#%w7Ç𱊺ä7{òï©Xh÷<>~ ú™ÁÜËû#…·ÀÏÛ˜Á zØ:‰|f,`Ÿ¬Ñx°=„|æš§€dæø¤ÜR?´Æù×ÙäSMSö}cöi×6Òx/ð}Ÿ†tDÈõ*„Ç"»hkÿÊÔÿÍPŸF*Î89JŽû|©1ûŒ x‡mŒï•â“þ×B†‡4Øx'`öQÔcuKÖ)skîÅýäÛ$ît¶+dàÓ\*Â>ÍH·ƒúpLSS ÏYíFÜ]úXre­ yÇ2@‰öÉä ’’ë˜A½ñÈp‰!-9Çí¹D>ZïD=ØÂÇÙ'1o¼Rf!Ðþ,ç,- ÔþkÛúéþ0òÁfoé-cSÁoꪼß6ºé‘ë]옕VüKöÁz;öÁj òÖVñÅJ+òÖn?î¹u˜i¹Â3üe’žj£%ì ^oô–Ü^ê̹4-‰ývšŸü­±¥øæf/â™ô$ðƒè~üó>Ü“•¶¼ Û=éçŒMÑ?mö=·ÏðJ·FY™î^©}–‘½9€1áVOÑM÷êµgývåcÆÙÍÔÓÍAâ»ýQr¼}‚»Ó_tÃ: »g‡?´O"›ºJïΈ’¾Ùê)y~¬æ“¡Z²ôæ]Ù(¼iG¾°N žÛ@_Û'ɱŽ)büÎâ±gN€ñ,Tr÷§…%–^JÄjùår+ú¶©©ð¼¥~Ý6‚tÏPÓw‡±/ƒ -Öÿ—‡ÿbHè3, ù)PkçâBZ&Æ£ æ¹¤ ·ÉxXøùÕîü«¦æœ³K—Ì-Å¿›[`¿¯w¢ïïƒ1³Ž£<³ôtÇ5~wûdwýxécî9à·¿êòÏn÷ã_ÕBšSÊïAç—9ç0o·G`wÖºJî/·]ÑÔ§ý:Î|óO}]öù½~Â뵎¢+›}ðÛº†ì³rAÊrAú÷Æúâß6z°ÏLm„çÓüŸgøÙß+*òϸ€Ïئ‰1û#˜¶QÂ[p O7úqOwÆH‰‹ï3_,Yà•ÓòwG°¯ö ›B¿Zë.º¦¬ÊøY_Ÿ{z­y±"ÿª¡ ñ: ã‚qdän ažšÛН,½Ï;cjÈ9ãœÀGŒ"s',Â1΀{e55Ö)NáZh3þ™©9ÿ‚ þ› Jäß—sÏ«ëóïvâ#O®÷¿8^ÂåXÇónïÝÚ)µ•}Q^÷ýFwÞeŸ”œyò¼KÉE[¥ìâÍaräòÇ’ë]%·ÖÚ .ËË’Nèë2Om÷#?¢žŒRžØ&0I ú¬„OILw.”>ßÈ»²ú1íW]C‰ᒇšæ¼Ž)JFHǧ9f)©Û}E×V;ÒϨjãN Ržüýêúgý̸ïz‰'V>¢nöâ_Š/ë‹Î[Úзõ ŧy1ß _}µÒ »o§§Û'Ø9{ã¬TK7îÑf➦6ëgEEæÉ•¶’›}¤×ŸÏsS/8èñŽ1FŠ¥‡øl¹{ߨPpv»#ç7ˇÌó»ð{»½¨‡Æ÷yçìB”g¡J¸;ÆL[é„]Õ×$¯¯HüÎP™rÂP|bµ#ÿÒ” ù¤¦ñÂÒI07_Úì)¾±ÝW|c£§øš¾©ð‚Lœñƒ¡!÷·aô«õnä ßœ€ìœdZÇ©qÛø— ÏYºJnKjjO‚þNÞf¦®õRÞZÇ˱ۃœÍ~JÄrkáE]mÎ/ºÚìSÒÊä_'…1?Z'É)» žöÇP϶‘wÛZz -o˜Û -®hR~UVÇý¼Ü–vÞ1ƒŽkù ÷»xw ÷ú\ sSÑÅîÒÛÛGv£î^¹ºÓ‹yí'Ç[Amîöcžlõ”Þ1·äžß~"+Kþq{a wg¸6% eK· ³xrA”ú­B’{R]•ù‹Lÿ½®!ÿB6ê¨Ï;.Ài{ø7šÊœSÔøÏûqÑŸ÷`£?b¥ü°Ô޾ÞO|£o,úÍ1EеMà#\SÐg¿”ÞE~#+OþY[—sv’}hr†WÊÃí SãmãÔ„õî’›Ú†ì_æ)ß,ðÓ¾•–gÿÜŠˆøÇ$;ýüZæ•sŠ»7FŽ[ë‚][û4· ôgCÖs{ÁUp??¹Ç…Û†¾ðbs„–ì–UVnÐÓÔµÙç&Èïþ>JŠþòCÉ˯¯ÎüŸ•ÎÜ7;#Ùwçù¯þejN;íYD½sÍ!÷ÝwM£^dÄÔ‚‡sLÓR<2É)ã“—>’›[7ÍrÏé2O[:Šnyf()ÒÚÜÛY÷~øocCæóJ,XêB¼žÅü¸9˜}ig 뢹)ñ„¥=û¢wšÑ‚þ“m›¼¹=Š{µÖUtMSŸtR]÷â(ö[yEæ©äó¯ksîþs»ýÖÔ^piš÷å=þóqFÒ ÂÌïÆ)‘_b^~1!ŽÿýöôߤÂÔ[VPÓ†¸{êÚŒSŠŠ”Ò²”ïg8 _OP¢þ9'Ì<ÕIJ<ÝVüú«­AZì$/÷W€ŸëkÒNnwߘçÅ}?Œ{ò™¶,êsþµ²÷|­•í˜â}{ºÕ »¾Úœ~¥©è’º2ëeYÆIs3öÑ4ö›¾éãcKúÞþ -nµ{ßüq×Ü»?-xñ•¾1õÜþ/w«‡gú€º±=@‹Ú"¾ÞD?Úè+¹µÞS|Ýü1ë7EuüIyEòO¦ê3ãGÒ“>âËÕvÄ-CCáycSáEeMî™YqÎéVtä?û)1ßlôaÞn ‘#uuù§Ë2NLr’¾Y(KùYU“ú‹á}êÙ‘’G#â蓃´ˆ“Žiô`š¼—²*õ„¦.ë g'Ø‘_ 0^}#ȸýI^Âyÿ-k³»øÖz'ð½Þ¢[Ë­9W×^ÙèŽ>%¯xõÝÆ(2Ê.£ڦɉ{Àƒtˆ+–6Ì=ã{øå•VÄ=/oɪ2Ï‚lùâ ÕŽ¢»›ý¤}sé5EUþ)]cñ¥•bÄÎ83â¬Å²„o×{‘õM°+ú÷€©‡q¯µï󯫪òή|€_õ@žÑVrN󛲺øÚz/5^SUt~¥ðXÓ€¾>'È:¡­-8»Ô‚¾½(É»@‹»þ™¦pï>bœðÃ9â_‹¼øo´ÕÙ§Œ -¯ì—>ñÊq© uIÛp?SÖ]Û© ,uP#çÊò~&'üä]ÐTgRV$œÐT&þàš§f¯ôÁn›KoêëÉÏäˆ+ºzØScÉeÓܽqÞéìG¿þ×$+ážsŠ_blÃ<˜<ÿû”àéß§yoÿ5NüÂܻ›!üKhN- ÅÇåøS{ú¥n¯;ÃBØÖ 'c¥ûT×T|y©¥øÚFêáZæá”$å,)þÊ?ú©qm£ÔD™øí—ÊŠèÚºŒ³c”wߨDoÜ±Ñ‘öho’¸Ô›Å6II·layR÷viˆ’ðE!ê3ìÄolÃÈǶ\äxEÜoÔÄ ÿ´ôÐSÕèû³¢ÔæD1ßou—<ÚìE=26\06æ_Xi/¹mhÝ3¶”çÂz,b¥ µÓ~aiËÿm£ýPó¾ø'éîgõEouÍðÀ[Ò Çj«“~6Ô¦ŸÚìÝrÍc£6Ç/ÊKž|MH¸ú™¡ özp´¾6ïìR}öic}ÊÉIÆ«¯­c¤ç µ7ÁÎsÌ -P{3b¼e÷ dÔëŠê¬_ø±_éªâ¾]mÍ8g]$¥ŒW$ü¬k"Äï¾g¯uóSuE+3NM -²ÏM‹`çû¨ÉW>â²|óU‚å.Z”²!õUCâI}SÆisSñïëÄ'‹Õ…¿U?ÿW+ì5`V¾²:2ë”é}þoRaÜ¿õU¿XÚŠ¯[zQÊJ_~ÁJ¼ÿo]-*áP-æl—+¹:ÇKùA]]x¾‡•úã»ë'ÿkˆûûr/!¦‡óusñýÿ#¼þÇáí??Àÿc”òäË­á’Ç<øÓï¹Ù7¿Ø'¤[z‘÷ ÍY¿ªë3Ojß眑WfžžaÇ}·ÈOüe£ ý¢²äÍ×M¨Hà¿´dumþà['Ws™?\”W¥þÔyðù4ãÙ‰åŽÜ[}̈_vûñ©Úòû4%m xÈ\í†ß]í,|.­Îº½Ü‰|ÝÎHú­vsˆ='É>=ÎLúzŠ“ðÍ+éÇAjÊÙ!vÆ mê<æöÏÎ}ÿZo~ -ÈÙH;ô™ €çÌmÙçLM 'ïÏ®¶Œ1MM§e=þ"íñ¹¿ŠóÞ‚ ”$+‹ýIU ú(úÛYîÓ/'è¾ÞèÉh&Äö3¢~’Ud] ©ù¤ šƒÛ%DiªÓNêrÎOó~ Eþö·Ö’W?i/çÊs¯»YXë(6nh‚mŒ¹7‚|©¨Ë8÷óòËVÂÛkC¸¸™òBo`×÷†¨©ÎY|ÚþdÉ›µž¢ëÚ÷©§5ï3ÎÚfXź^Ì }{É}ë+{wˆš´ÞYt}»/ÿÚþHñÝ=mõ%OwF$ûtÄÒ'ÈÔ6`oNðÒOva#þ¥©È=ã£Ä„U"¦_^ÎßÃ6‡„°å.ÂsãÇÜ󆆴Ÿ¥Â¬Çq_t"^þ¹vosˆ’$«*:·ÒJ‹´tÐßu¢þÏéõ—ÊÊÌ_Tuy€û³Oš?¢;'øï"½Ñƒ¸ged펲rLͰ+ꊬŸçøé?N²Ò¾gdœ]n½Û,+Õ5“^¨ª‹o«ÊsÎÈ$Éß©+Ò~ØéݵNÓÓͨ—êføS×<µ>ˆ{iîFܳŒRRöæÙ¥æ~ìÓEqæ -IöÏËÐwdåé?«ª2/m 0’tMÈ[«­Ø‡;¤·;¸Û}¸—»ƒô"Ï›`›g—HJŸ¹êå¡¡¢Á±HÍÙ™×1EŒ³Oâ#œ3„(÷,%Ù:ÎHW7¡ŸÍ–å]¶O -¨²š¼‹¤gÿ”JÞ|½Þ›vvJüæßrQò‰6Ì“yàƒÂä«_ltb3‚*!Õ'gä»ñûã°'–öä šò§Ÿ/·f^ -ÈÀ𹊺¢ 냔HMCþÙy~Ò7Sìw_u|ÝA~ò½¢6é´¡)÷¼©‡”X{ñý0+õ–{F@qŽÓS€Æ¦ZÇQ½i7,9WµµÉ?®´ÝÞà¥×¡c~˜­)xh›¡¦îŒ ŸkÞç^[iϾ¹Ù¸Ö•{M]›rJÛ<ÀŠûAYÝÜ{¶ÞGx»²…}š]¼2ˆ}=[™wuŒŸqôaž}–™»?Å̶ÏñJ×À³\ë(¼²=PzèÓE}KÑ õÇ¢ÛòoV‡ñ#¼ø Êò´SÅvJ_Ù§qž -Ì+%¥íŒ•<f¾ùr¥­ô•g ßÿÝìCÞ_(OúnQœzbAœú㤠êìFñÛùšÜÇ’¼'_,PÛCˆWzÀ¿k‹®Ê$ñ?  žÿ}€ù½ª!çšô.?ëé¿Zñ  Ÿ —œ”géK¿²5D‰ßæ¹§ED÷œ³>ˆy¾9Œ¶Í -Q[ÄØÝ¾Ò{††¬óêªÔ_€Ö= ªxXç<3wc”£o£Ô5ü¾Ô¸gî£EOÖÝè%Æ©¯ßØé'Gî‘"60Ï×z ïoäƒñ̾h¨O?¹ÓGNÚ¿´ N;³(Î8#§ÿ´Û…yícç/u`ߨêaww‡Dxi#îq3âÉg­¥÷þ./‹ÿy£ùØ1ËÊsÎ×§t -ŸàS²q~CEM^ÎÛ£'?¢™? ïYZ1÷ÌMˆë¶AvîV?#mŠÿ¾1ëâÎ0%\÷õEIì÷³¼äe•ç—ÚÉoAMe¹çDÔ€VÀs+ydçb}½W^.2u–>š/O5”òƒ\ñÕZsðZÄýq~¥ÿFù>ãÔZoþuh -Ô˃Ýz‚u„—;-ʾ8ÉNºìåsäJѵ}™­ ööño\#ÈgŽ) -¨]Bœ¥ú\'ÌS×-«I9;Ê|ó}sÆÅ…êÜ›cüäó¦–¼ëž9V©õŠ’ßO—ÃR|se¬•–‚‹úú¤Ÿæ…o¾c?ýv­;÷šcùÚ1AM[î#F–!ž};S›a_`)ò~ï§Gü4%ŽûMלyÉð!õ‚uûNõ±ðш0îÔþ ¥èëÃÒã/¦y/¿_êÈ»¼6Tòp­¿äþÞ&b{ˆžËï+]´4·´J¼=ÁÌ4¶Ào-·—Ü™&ü:L‹øzgýÆ¡ó]¤\xä•ou]%ïÜ2&|œ»9Œ{±9„y±²ô” â§~ÚËœ ›ÏÔ¿ì#Eý¸Õ‹‹¶N–w'ËI»“¼B—œ÷¨i‡‚š½/cäÛdb-ò'M]Æ ÷,gÜs¸¼HMÉ·MÃ_ìŒ=ëy¼ãÕª>—œZ¸1\pׯ®iö«*«<‹"ÒÞ5a è#ð¸¨Õ r\3åõÚòÒ{ÎÁJ¼m„_è˜df{¥ô‚ØK?âáÖ7:»°3KË^ëßÙé+½¿Ô’sy½?óº{—hŸ¦ez<ìö$;km€`窚0·w?ØêF?\i)üôü)c[écUúQ#1êÛ^ròÉAîÎ?OÓTr}B˜øÃ7ú;UmÊÅÕÖü‡›½ÈçŽ)FÆJ?é²¹è’s–ØÁE蚤>ûz‚óC;þé?:ñϾ\i§¥NÔâ¾GF~±P–Ï3ÇÄTÔ|Ÿ”škÄÅ,uæ_1u¤œƒ®5 f•îL¬“B„}±’gd¦È+²NÒÞ}9Ή;3Áú± {ï³Ϋª¥w>R#çÅþ²Ñƒ‹Ý¢$‚±†yxHç,³x}¬ðÞÎ,:Æ!•0såÌaN޹ƒrô“õÖü¾i|¬cœ½Ö…|¸Ñ‡z½5HŒ´Nð`Û£´ximÂOš¦Ò;[#´ø­J´sŽpË%Üý9néÚ(îUYÓbS4 Øf¹KWémõû¬3²êŒSºæ¢›Ö)z&ðÉœùª”3S‚¸¶)lw”™eéF<Ò6¤64ç^^¤D¯±2÷'ÊÉÛCÌLCséÝ>|è³TÛ4) ZcXîÈ¿¾X•|nRýÝö8.±ÈÃíÎ0 õȧ¶91Å:+@o¢Ìíùw×»‹nZz níLc£ìJ&l@Þf?æ•}—àœÆDZz -ÌIâN1^}5Î|P›~Ö3ÏÇyä•’ý¹r†u¦šjµ7NMXkGÜT7ä^•7Ã-õ“¢M]„ˆA$Ù'¦¬´"ošQ×7 û³Ää½iBòö$>~OÎ#¶óÓï sï»5Ȥ{ÔMÃ{²êòÍ9.leûÌÔƒxd“‚^ÑŠ…Ë#Ô´7WNüŸjtÔS»¼ºisZH4w”Þ6µå]\íͼ oM>£nL¾Ò‹+½Iµä#ë<)Õ«ª¬qJËöY!Ò>Å+Þd&­÷Ò#]”Wˆ ¿,rÐwm} Ô­qîR3éÑJ ééF%rg–l›"÷d|¼d^À§\S¼ÒýQN¾u‚sÎ °û3ì¼ýiJÊæ ñÕÖ5rcˆ—þûoiyñï«IOv{hqûììí!A‘¹“£¬‚]\i'EmM”Œ}´ØÅê¢ss•…7M­„hë(”•q÷Fq‘–΂;Æ–Œsƶâ›öi ~½ûLS—vz˜ûó$;ýì¼8ÿ¾¡2Sqˆü½¾0êkC#)÷P[Y­í ßYï/¾µ:€ŠØ'¥øå¬÷<9MÛ”vaµ´=Õ 4us’¥’¼Ó@Çì!F~?ʈýq’›ú»® ñVùøBXñ}MÁ«oBŠr¾}š´þlköp©³ðææ$:Æ*e ¬R>vwŠW¸3ÁχêÀ9#@~h*~´;Xx×ИpRUý³mŒ”â;XQ€­öÐ3œsà×|äö89n{š»=KŠ·)ØH«®¶}KÚм5#ÂlŽÒSWzPÏ6úqQ¶f1ôÈ›ÃØWk}ˆG–l„k^ÌTו\Óל77ßÙè&e{¤"–mž‹4ta¢æ+ÓÎn13=ÊÊJ¯º¼lg·>€x û˜c¡&ù¢öcÖ×"ßÛ¤ç*›ò/ú”UµëÀS—Ú0¥eY§¶ºKŸîã2ó|ŠS.¢Ùf¸E ß œÓœâõ®â; âØ¯'¹ÑßN -b~U5¤^ÝŸ,…>ã ªûazºuº–·7úuŒ™bþXzm”òîóyqô·Ë]yW¶‡ÉÑÐ^|ë8¾ÝÇLÜèf¥6^P·dÝQ}̸±:‹^¥šz°^YE£GWóqê‘ù2Îæ 3ß©â³FI•G#š‡H1BøËŸFê -Ó]¦ò›@OÖºÖ ã6Ç‘1[„¬½iJ_'äÛdL¤ª­àòÎ !nk˜”à˜«íNV36†„¹úø‡OOÑQ¿Êøä+2>åÚ s¥‘÷c[qÞ×£8ØOæ*vÄf'ÁЂ~°<€yfìAÜݧƒç\-Ü›® ZF$ps/;ÞÔNyfl¦=ZiåD˜›¹oå•”Û’œ×ëÁd~§Pnluˆ2¶:xIšzú³6ú¼IBºa©¡¬HJæ°w5ȯ­suõ«ÜüMÀ;î9 Iý>ÿ¼²<é{ËÇ‚«¶aNæR›(UQN¾±TÏ|b¬å¼Üø JµõV"6>–åhÊ*"' ÔSráÊv‹$o§_·Ñ‡y¼?ÌH³O‹i¶…–Û\×:ÍÊ×5]›§ülþ(N_îm$šÛ+²—Y/-íùKÍâä¥FΛõ6A‚\ë }¶ÿI+¦½Û(+YíF=Zé.¾c[ f¸ä,¦GW×ëÖÕuÙdbº²©à¦öìÈ ‰¶9Bߌºa¨/8·Þ»±Ó‹|i"e8Ç9ù»}’|u çÉrsYŠ}°f¬ÂovreåÙ§¦x´BSWÛ½±(¡®Lqr-S¬ŒY~‰cQDö.Š)öi~©¥Ÿðj­µäº}”ë ·Ç„ðfdÊçèôoµ•´÷PK{²Œjé.}`n+¼¿3ŠÏ÷jjZ=ššf·ª¢l†ß›a争CÆ#{U<âÎDÉ+KÑcãÇü+Ëݰ[«½ÄØ:X̉DÚ¯21éúf7·È=U[¶?TŽ]i&¿Üê G9Fª‰Ëí<¸¼²èÊV?1fg˜cŸe:9pÇ,2n¶üõÏc¼Wߘ;QO µP¬ƒ€¤ÿ€¹µÜF‹_Œ·>@x½ÚKycn¥¾[_^àÿ®©'¿Q7âîh?ä_V½Ï¸¬oͽçÑ +ƒË 3¡¥š¾ÍqR¦®ùbGZ.ph›Æ=Æê6C^A½[øÿ8úê·6ÒîïÔvÛݺ·Ô•:u -”âîîww#ÁÝÝq'Á’@”kw÷Ùç{½ÿÈ;y~˜+rÁÌ=÷}ÎG23çÔe>2´e=Ú‘À£fÙÜýYAýö«l£ÿ—¾¾ë§¶¡ûH_Ód,‹œi‰|4ßút[Þ›¥aVúÁ‹=Œ$iáS7¡ôJ+*÷/7áwdä÷¥_¥¾ñù?zºíèÂé“ Ÿs¿>ݽr ÷ñŒ˜‘ë³ÙŒúkŽIù¹À¤˜Ä,eò½¸÷nªù|’¹?DCÞmG–^æ¤ÿöIˆþqŒu¬:=å7frÔibtà lJà‰°÷AQ¾7–gÜ©‡$Ü’ñÀ¯×û( – Zñr6l¹´1ÀL›édÅ‹ùø×ÝxèƒVdŵª‚¢3ÔĤ“°Ðã…Ÿ?cD…žä$‡œÆF~9™ñþݱЧO@n‚‚ŸÜåù¿8ÖN¿¶ÔNK°ŒñÀ;â*êú$bèÆé€\ži­ÊTU±ƒG(ˆ{݈‚KýÈÒë#8Ô‹~ø^/¬ðFCQúÅ¢ÏÇ_ܾºé(äñ½ã”¤Ð?‡ÈùÔuÐ €7»³d”Ó@‚šeÄ‚éö -?YuÎó1BÉ®FÀY¢¦M0Ên‰éàû*.ô¥† û¬`BÞ6•Æž§&ÿ8 8õòéqXÈ×3¸(ÿÓ˜Ð/¿ÍÖÂc\r2Ò®¢"z6u} -»!‚‡nŒAüÝnš`› šjâç).éÃ8½Â·~——v¥8øý©¢ߎ}èzzõ"èûã;ÇIq?®¶£±²–{ Y.%¥Ü¡b"v|Þ#§nŽábJÜ£gálJbÖlGÉk7ÿŽ® -ñA+@©ÌI8›÷ùý±bÿÏÇpQ§`a_Naâ‚ÎÂNã>üðö±¿W§aÑÁ竲cNoôããíJΦâ“7Ƙ¹+}° ÙŽ¼Ï«#p}+Ôo®‡¢oC~šâ—=ldœmG£^±r‘›xš”ýGÄë§'nþù;è°]={ôðÊPη׿s -¿Írþ^¡ó*dúB_†Ÿ¦9öåþ…è2ð+ÍrKFñq;Rt¬KM.²ÊàÍ1jîÊ ¡@R á—Äߣ¥DœdÇþ‰ˆüv!ÇÿíY^~äÍqJüu +íÞr"ù×2«æÿvx Œ<ÀnøÜëxBD-¸;ߎü´<@‰]•m¬˜qém3z»»Ù+¿@NO:™øõXìÛw t¿÷ œ~ ØW/A¯oÝ=æãÚ…  ßNœ=¸tÎ; VNäoÊZÈÛu1,Ì¢†Å- ½›n8@N.Ü’sPº>jü¨ó¢^rŸwt 삆|…ùÞ½¹}ôêæuÐ¥Ó€.þ~ôèÊYÐà|‚Ÿûœª-½ªk,|nš„…¬Œ–|0M "ÛÁïæ;P_ÆùÇ]„²+Õåygá±1'KCA™Ÿß€¢_=½¾yôôò%ï•K G—.‚.ÿñ'èôÉãÿù7>À¼¿»uBÆËýêQs¨ûF~¥SËÁ{ôà?*vÄø”¥~L¨¢ý®Vp ö2,òxºßÐëk×@ϯ\Ü» -}ò˜÷K {.‚|¯ß]ýóOÐÉã'@w€ã%¾{ ¢¤G\V×¢?­ñ -¶&Z…6E5GÊE¬ŒRSdõàgýŒb8õ"&9˜“àcá/|A/o\}¼ã -|ðtØßùS§@÷€cÜ¿rtöÔï W¯Àá¿Ñójjr­ö•óL“ÿ¬±*÷xÂe-gq”‘ièÆK«ÁOG˜O(—5ÅY—Qá'âÞ¿9ö8Æ] &¾øÿìêeÐi`-/ñÿæ¨,4ø$:ñǹ™ÎòqYØü$§¼¿ù¸™Tv…Íÿƒ˜[p -™šs² *á„ÿË7Ç®_¸ºÌíý+×@Ooß…¿úrœq±~ åcæÛ¡íJRžMÍ‚/³‹gF%ò®š¬¡¶À˜ô˜ãиÈcÑ‘ÇRýAoîݽ¶/žƒ>=y¬ÛïÀœ\E½{u,üµï \Â÷Ëíˆ$ŸqFþó…~B¬¾óM^~£¬!R6Ð:iåw0ÐUHÌ5xNΙÀ·¯A¾/AŸ?=¸rt8O_3Ÿ_¿ -ò¹|tî·3 Ÿ³Aßî?Uüˆû³±<û™¾¼ÜKŠYî£'zyÙcUäÏ]¨OeYæAyáY¬â*=íTèÛ7 Ç7oqööæ5з‡O@O®ù€n]¸ º ¬—ÏÕ›vÜ…¿y "gDŸ’p!ÍRZ¾YNÉ[€ε¾²H©ËÌ\U-f¸†ö± -‰ºYu"è/èÓû Ø×o@/oßæø èüo¿_õ]9wôì†(Òïóñ¨·ïNVæÅ]ŸoC…îˆIÙë#èðÕtð\ò‹¡ÿm€ŽxÐEEÝã—\È 9–øå(ÎÏùæ-è¥Ïmй“§@·þø˜ ÷}A—Ïðâ(Ô÷鱌ï/Œ02_Ûe”R·CÛå0\ÓLŒ]M+_ÇÅJkËKê0猪%× -~|?™òþ#(áõ+ —o‚®¹|å÷Ó@Þæý:èÊŸç@7€q?¿utïÚ-¯Ï}PÎ÷àßЉ‘WUµ¸¯K}¬TÓDÏ*¯Îw"]¤Pm'.¨•Xr ’z2øÕcЫÛ7Aî?ùó{åÌŸ@^\=rñ™?þ·ÿwÀ¾¾óä{û.(?$èxUAü‰nHìëýˆ¨Ÿ Ü*×4±£å×Ä•ø-eMõ’ˆæÀq‹³OCc#OD¿~y,êÕ[`nü@¯ïÞýyê7Ðí³ç€ãÞ=»sôXË„÷_Ž3R/ -!iOg:*5 >ÚAFÒH5áõ¨úa´šÒgø¶! ·;pŒ§Bå><©ì|QXöŸðÄâKÄìòKý´ºhquO…±»¸>Þ@ÛWbm€ç³éª…U`IZ‰”õ³ÇÛ¨U¤7]tê[!êS FÞn@±|ÉÙŸ’è’KQÙg1©éÐ q(II>p˜Ÿ²––º<€]ê.{»>ˆ -5+*©›2!ey¼;;Ò@Ð Ô‚ùÐÄ‹5œ;c5˜vaMJxŒÍ.»Z—u¦ $ýÔç¯AOo\bùèîå[ x¿ÀS„ä¼Û­0ôM=/u®“¹9ÁÌ7‹ùHÓ$>3ÀÊãC“®° bþ˜`!_Nð¨Û˜ôUxÊCRâzB`ìÉO^‚ØésÀ·‡¯AAo>ýp<%$ùxA|îifyɃ!&ôÍ\þ»MQI2O2 ìR&Ì£æUíM jœZ!Ϥ¬f©‡jJêbyXôÝÂôô?¾øp"ä…(ôýЋû/@—þ¼Šzÿý4³ü&© åÛÍ ~çPzk(I}íú8«À»™§Ø`Ë»bu”_n¬C)Ú¹±#UD¿:2üª¨ôjND©¤Àˆão¿9~ˆÝ+ ‹g΃žÝ} JŽ=H*¾ÙN`Ç,UÑ,2Z…EBÊté¹LÏ|ýøÞ‚°Õ='h\W0 ê~\¸¼—ÝÅ JËÔ6ÃÞºÉ1K“ÕxI;¾]|‘u&öë‡Ó¡Á¿CÓâΧ„œyûè>èýã'3c³¯ÆÇÄ_H‰;EÊ+¹Ä…Ÿt11”õ°ObNÆõ¹Î²ÀýY~ÝÞ<‹ èÃì%kÖT VdUq+õ{5z ™•ù{ø»ÇB_¿eÿˆåFÄŒüêêí£[ „ÀÇáÙIgªPåX¤™~>tK̆¹Ô „MÏämÊ›š6³6YG^¯ÅÌõP"´Í˜#\ȳN\ñÃŶÈÚ@s}¸‘¸=UM¶Ê„t³„‡Ü±Šm*!Ë6Ý*·ªÌ*|SÂ,3)x˜)²$cCæ'«P³ƒõM;=L×ÁŠ[ïà/ô -–G;Ùs Оºò>r´GÊ‚x€ü²k*i;2JÞ¶ˆQnŸ¬«²KºFÍŠºÚ5 µ!ÒÖÅìb7=~¹›Ÿ5ß[W¢ìn,Rõqe==„±ºÆøQ~]p'…ò¢º¬àb3 vªR²2Ô€µÉªœ²†:§¼šëR±Ð»zÆ­ãѪJÆÒ5y¦¾2ÄÌß@æ…òöêdYgc®´­)}¢®9J\[1Ég} ¡*šjÓDu‰=–_¯P6Õ__¶"­"Yd¸EÊ(Þœ ¤.uBÞ[ư©Í×íjY„ÅDè’¯b&÷×3ü‡+Ç[Z2ÇZ›3ëðHŸ6FŸ =ª‹Á}§l¦Ï÷×–,qs¶%˜d«šRê0T -lúšF«®¾}Gר»k¬i?< [G.6M’–'0’æŠW’6RÈ@- -‘‘r–^^~»KØÛÂa¨æka³_6°…o'›A‹cÍ<‹ªG¾;[×ë4kwçÆÜ µƒNƒ Î{mª¥C6唜…B´à?I3;\ÞÈúaì¯*šëªÒ T—*»ˆ!ÚzÒd5 ÐÁ]\¤¯¬³6ÙZ£à¤/NU":ãïYÿï¶À£&ÁÖGaËCØÐõVŽI,$kJš› gº0þ«ƒ„¨Õ €»ª2îÂÎ2â¯{Úá‘æ©®–Q?ZÙ+,\k¤˜¤ ‚·6‹T¢¯¬|Ü›aqWš Îi -xGNʱi¸ÄU)<+ªK{*S'[ùÑSÍ5ñâÆY_]…|´ƒ©oDÏŽ‘ãç†ñ3Øà¹>ø»†G6‰9ˆù.è§­XÐ¯š —¾M²;]×iSWWšä•Äm@lŽãb$µ%ïëJ¾_سN›¸5K2‹P‘[ãÈp« ÈU))Ó©bÀv Âêm³Â¡òN×*òL·LìO×µ{f…5&%¾%%¦/ ÁÖÆP‘+è @+NWò\ª*®S^Ä.½Ø£Åç¸uÄ’-)&q[N+qªê›v&k¸g’skS„I\Ew¨të!Õ2ˆZïÆ.õ£6&šØëÀ¶Æ2‰‰q¨Hù%>Ë&AÇ睊å.%){ˆ»=c‹loºiÌ›û³\¦YEÌÛ’`ã¶D˜Øm)!KÞ”ùbŠõöh¶ªÝ=ÝÐëPi;"\¼i¤äƒy¬â«÷¹v«‚ ¡ ³s>l!Ó=úÚv—º±Ó¡lh¶ÊYˆùöŒ§kݯ7¡ß6'ˆi’jDŒº™±#®$9DÛ7pÈÞžV{:L–e¼(`¶=ò–C‰)ðè«›¶U<²¶ê¿£`À]êJö®ººÖ­¬¤9åÔÒõaxô¦²gäñvµ®—c¶%Œ² ¥Ð&£–º4Àêh«èAØWó0%íiètéȰ±ò¯«ƒÐ “ö5Ø|‡sd #fù•À>ÊíJ!ï`®I¼·P?a™®i·êëÚw4Õµ[2r±EJH·*å.·7CGþwCÐí­qëÖQažiLÁÑ2woŸo•awÕ¤‚½Y6Ý&§V¸¼}ÀVxõÿ]dsþ™§œ -Bæbä“¡ì·-¢ƒÝúªçLUÛ¦’œï˜çÕº—kÇ. »þ³ÂÍ39®iRÅÒXÎk—[ä1öŒÂz·¡Rx°XÝÄË ¬ç–qÈñiëCy¯×û³Ÿ¹µèê©`± ´3ŽOuëiH×"›½·*ìÞ_4Y4ä"qc’ïÂ0²Â5[Óµ>EγNAÂu„ÒCƒ·f3 áÀãÖz3ý7 -ÝR‰EL-šn̾«©J¼²Ø‘õÄ©D%Ù¤ðÔƒi2zo¦ªÕ8„HåEúXdhØárͨM‚OÛ‘¢ÖDÈ„ÙAhÔŽ’P±7Ç©9X­™tÂênz¢iYøkŽÃ±Jq©» -b–]†ŠÝ+ú8ÓšøhKTv°Ää¸~ÛQ2*vU-®™ºîm5c‘âRv&+¾Ù&Ë>oú™Eˆ¿×ø­6:ßIÏ^ï æì«k› lŠ· m¼ÕÿºÔSòZÁO¿j¨/yi¥$›‡1aÛ"täú@ÅÇÍ’ŽIDÄÀ¿ Ä¢–ÙüÃY~µ[K‡ýÖî¯u.€Uøt»ŸáT‘ ÖÇQ«}¥¡¿æ„ÍžéšF›”‹°O’2¶z+Þ;ÆPQ‡*6Æ&á!ÍØvLòÍHäO=íR°à;bF«&Ó&'ƒj.ySZC@’n5UÄùYDƶŒ‹´*°ÉV9<Â&GD›EÁ¦±‚oÛRlꪈœ>Ûƒùas©{3uÞ:íÛ&dg’b¬tç<ßÍycSaÓ´­Eïæ; !Um‹Wº”<¼UF+´*ȹ¦ID¨M†Nðö§]¾“Ôçû¹¶§ãp÷ç*ë.²XûlÞ¡Wx0M*[î.}k—ÐG³uV%¹9É,²i„¼¥m‘3Q@|Ö9t/îÈPqÞþÞžÝV9.Å©Áfz4¤ÒÃéêæ}-0n%2qm èãtcá ó(&æ`šñö‚Ù×ò÷t¤ïu>³Ÿ¶od“Ísù&18Ò,C¦ì-7(=%¶«Hå›ãyïÍS¥?Ü|Ñþ<w°Äâ›$Ô‚µqbÚÞLe£MÃ@çBðÞw±¯åÝÉ-2uW‹Ë¤$Ü1²ßؼ÷ˆ°É 4΢@§n+ÐIV:Þ3M*Ý›­lâ®×¬à’œ.åÐÈ"IeûZtúRgÊÝAüÛÓJ~Ä£}-©Ü©âà7†ññ6©·× ã1"RLàïËýÐÀÙ^TðÚ8Ô’Š5Èx·¢4`[܃}ßlK)†vtUƧìêªk]:ÄàµÃÛ¿K‚NœëGÔÂCo-÷!òŒÕ­nCUCKȵ)`qÿGX%ÐPÀ-.`–&¥ü²+raaèÞL}¿sºªnÐN6oO,Ä< shé€Ï#¥¬"ƒ-ä܃éÚÎCÀëy´B®KÉBÚŘ”õ~°¿CJ-4áãpñ—V;*Bÿ³T3ôϦpÐi(; Å®K_€Ìvù¹4´sAؼ!£—™Æ)ÿY¶ÿ³,lÿw•ßòŸ5n‹[Ê^)ÿ8×[á·9Š‹ÞE‡¸ULøÑ´°Ê£âQÝjÒ¡ÖOý¡«M¹5Š »´>€Ï°5ÎÎx¬&>¶+ %Gs,æ_KÁá<›i×0‘S´"‡®ºeo¶¶g{ -Ÿ=ßžûd©=ï±[ø´2â—–T±=þn¬N¸!¦Å\Yí-=0’‘9$Ì4 -°0Á¡áÑìj>iw†És‰xo’ÜõùçžæræI0ç4cU‘Ü¡w LüÑ"›õsŽEsk¥øàë†.HæÏÅFÉÏy/vS ë¢‚¯v4Þ¡…'±E/U¶»t,*àC»3b‡¦JèT1!»jZÅž†Rº3Ø‘s°Úæò ͈°Ÿ*!Ï#¥—슩Î1Lìz{‘¯ ˆEû1u¥ú½ vžðú²à[ë%cúme ÿÅâ@Þ‹Ù.‡û -?ükäq×ÄØ¼~nìÝå²ø¿–«ûf9l o‹@ެ }œ ÿ¸è½HÓ„üÎÎûæcéƒÇX‡ 1ó ¥Ïgj²ïª2ïL Ro‰—-%­Äte+$$7ôÅŸ½°ØgVµdGÊB;• è®’\°3 [êInž( pë軌°‹îT“Šírt® -½§E;à°ÕÁ¼Ï+ÝÅŸ]r&ΩmèÙVÐÝ‚N8Pá2Ýrb‘]ŽIs(q)ÛbtÔæ(*Dט÷pu¯i-‹[ì*þê’SòÍcˆ[ýeï¶½ç™Â%¨É¥{ZŠW_³ <ÆOÀ+xëžlO""þ°xïµ)|²¡ˆµ Æ,¡¢6§ˆyV@×îYD‡’T¸#Áf8ääRÛ)Ã:‰ø:Ú)¥–yï uë<·¡¶Í=#¨²Hð‰f.a­òY͈½èE&é*«vLr¨)åV ­lð2» -rOM‡oKÉ&1*mGN.80jþë­™» hþ9Çfx ¤R§f—Û-ÿhžZ&`AV:Æ1EÈØÇDÛ¤¤¬]àÜlrB®i ³ÙuiYÄù1b.óËùùntÆÏź‰ýYA“SM…ZåèD³˜àQ ßš€ø£lN`6Æð©[ä|0vCcÞ{CUÖ3SäËJsþ[ó,Ú:EÈZê…ø[e¸ü£E^Ýáƒî6` jd‚EVh–ä~=œÅþµD'î(I93]%Ÿ¼ý#\3•5»€¶?\¶þ\´zŒ„2§µÚ_ôÖØ–óÜ¥c²Üz¾àÀÈ¢îi$›9\¤3.’±€.ÚüXè(~cšÂ§ÎâÓô-¬t«¤µÙ¥¬­ôh¹Ä=9Ï® mOàbìo­¤enÁ'ï‰i…kmÅ/M½Å~‹íy/eüè+ -nä9cUæÛõQ|Š®¥üýb ØokŒT`1ʶ'Yoé„•["l¦¸*ùéj,éàC;«;2/.šg¡¤¾˜m*þ¨n,}ÍÌúxÝÔ‰N4õ£´ÜÜÛ*VÊ%#ùò´ à°Ì;¶ T¸i„œÞÇÎyòîæqVÒ—[N k–PÀëcÐhÓDYàBwÊCcK¬ÏÎdyðòPÙ¥0é±SŠ)ú Ð=»x¼m²à³i ýÅrGÔ-ðûù•¶ìç»bJ‘eŠ^èE|óÞÇ|¤a¡Ô<šMBÌÚAo¿±½ÞWöN\•ýŸæ÷ç .ä¦ðàëCèð•ö‚—Ù¯¬ÃÅ~›ýY¯Vz“_ìkq»J|gëâÞ.%lâݳؒýE2Úp—]C…ë;Jü–±žiöð& ){q¼=ŽŽ´Œ@×ûJü¤'†ÚŒ§15×h–]}eÛÈ籞¿>ˆ\l*x4W•tÍ11”‡m}90r?[Ui—Q¡Ë]%ßÍC!KÝù/æºrŸÛdÞ¾RÕ݇3Âæ=o]ª¹ÊÚƒY:ÎÛÿw{ -¼-‚‡ØÄn%*Îðèöpù'ë(,À6IËÛÿ_ïzj…SŽIÙ„¬ô#Bfºáä”7ë#T¬ËPÛnU3ÑkÀø·¯àTÓ!FAÝþLm÷ú8:fm—ìP v]Mýšˆ–§©/û6S_úÅ:‚^ë.~¿=Žð$z¹¿â³e´g¤à\hÑ,Uõ¸gi¸2ak±>]뇅Øä¤¼™.ðC1Á¡î˜t¨êjJ6Â%'çz´Lô®’n#"—»r^jø1×VºJß/6—¼3÷@¶ºÀ7;€|hÊ{aê/ùl•cSzjÒ^BS_þ>ˆŒ{ph¬i·+¸X«Œ vü´1 Yí/û²1TþiOÃeíhùLƒÒ÷t4ÔÑ<‡ü-Æ4BH\l-}3Ûó`¦.÷¹i˜™³ÐI‰R°òn›ûß2õÁ¿­u•¿14æÜ—U¦^£'œo…þ¶Ü/´Œ ± }oÀÚûšÆ !)¾È!8CLÎ^ê,õ›¯Ë{±''£½=Í–û³ž©x‘çÌØó‹ÙÏ­ã˜}€ï”¤‚­1d¸¾±àÑf?<Ð:†‹ßÁÇmbÖzþëÝðÏfïõºVÔc ⓈšûÂX]òisœ‘ðsag´Ü¨Köñ²/;£¥_·GŠŽtd?;É›à{NÌÉ9œæpvDÅߦ C=ÓEa³Ý Ï-a>‹Ù·E¸ôQLür0~ ‡îÐV·x€¹Zé,|1JË:Túy¹.õöf{úý=2Î*b•-÷ B¶†aÖILŒe·9ˆ _ï}ÕUe>[l+ýn‘Ò!^<·kY¸}#‡æV3 :ݦdœ**øÀȯré„‚ 1§|GS×`UVÒw¦¨Ù1.q¥«àíR{ö »âÃC·†òßk„7gšîÍP°?„m»jT†U þáP ãM0à—é|£U‰Z†ýx+Ù,öú).{WGGîéèp@'•9d¨xË,j©¿ì“[Çbîϵê\³ÂZ÷|e£{®²Õe¸TOCš'Q€nˆß–À#¶e¸t‡ŽÇ²ÞØ©çóöf ‡dÄÆ˜G? u9O½Ïº ³boàS|›®/ˆ0cã Õ)>‹-™Ï·J¿ˆù±×§xqµwå4Ô¾±²v[ŒO²üêåÀ 4l{•è͉ŸsÎâ !FWWòl{‚s0˦nŒá¢×z ŸV:J^ÏÕf=Yï*~·<ˆ -d§ß¡$¼<±+a!7QáóÍÙ÷tÕ· u¹tÂôÛúªtŸ¥¶ü—€ÿ-_ÄD.tÁ€ä±-ÂÝ™Âç˜ÇÁ!‹Y‘ßOOÃï¸ÄØ—ŽÏÚQ2=rjÙ¡–M<4 KùÛ#eŸç›n⿞ï(÷[è¨ø`¨-~º3ÌÈ÷(êë­“ô‚¥vèÇaLâŸôÄ ~úÇßD„¸›¦>\¤¤ Ú<·ÔRúÏ4—á<²±6ÿµ¾:ó­e(7p¦)ëÑ0)óþl+2i_OÏ6%Ü\éIe—A¢7ÇJLÃ¥Á9 ê<±¢&癘“úÄ£es~-V÷îO3Ððoë}°o¦Ad䑚ŽqÉhðQRâ]+ë“}”‡šo…}"§\C'^”P²n©¹éwæ²_otÁÖFÉYi_ï'$|ºµÙGFíéUk}Ï ‚È‹3UqWL£~G³ ò®ŽÍêa$h„ú_û¿M~‡G/Ý.~¿P•zCEŠ:+'…ý¹Ú˜þàPFÈ6¶Cb²üïŸà<ô -×¥¥BV»‹Þhù1—›KÞü!aÝôèÈ—¡qxa˜’µ%¤ÿ5+¨ù9Íeþe$WØ&˾ïŒÿïw"@O9RIßšbä[DäÔ]­dµ£ä½žŸxKň¹8‚øzjúáä-äæÖXiÒ¿›Ü–afÔÓùÎÜïF:îÈëC#›s`ö3YþCÎ -9?×’îëÖSaN- c‘R Ö'ðqvâÑ3 ÞšëÿÌàò-±§B¦8¤ˆ »_v°\5°;Ï­ÛÖóß\¾ èk³•äÔbræx›†µÈ¨N ru˜ß×ó9Þ~x f§ç˜GpÑ‹ížj~îƒíri¡«L¼5SxÇ[ A‰¼½ h Û4tšÃÚ’0Á+ƒÄhï½ß5qh$C~-‘¿)ăYTîÆhÑ;Ó(2bWÍ@-ÁR ÍÞ>ç\„MÄCy´M„‰ráÞ%êÜ>êÌÆ!y„•þXÎÍzf¡îŒàbš -Ÿ¯¶½±ŽA‚uµi÷¼øk‹mÅïô•Uæ xøLKγùÎB¿¹¶"¿¥æ’O;€ÞÚSa3·&°±[Ãä´¿fªÛÿ™¶¸ÔÔÒ™¶¼Ç m™÷›ÓïzÉ×:ILÛÆÅê«‹mtaB]RzéÖ0ùýi¥07è@E)14$û4–½;Aйš@¾ÿÃÒ—ýÖ>Ë:.ãÇùÿœ¥â]jtöjñG·¾#†DO7dú–Pú Ÿ¶e\¢ª¡âõò>Á1Ó0îYjÖýµÄâ¸&ËÖÛR|–[S|æ[R:Ôàä]¾hm´Ìß®Ãy–k†®þ¯^r¥·6øž†°«É…¯Üj”šýð`†Ç9б±ZÞ!f[ÆP¡[=yÏ,½¥~{ -Z¹yºÙ…øfÇ&8%è8@SøÙÆŠ?ZE€†•sV')™›“´\§š…²©p.=<Á¡- ön{Óàšth¤a½H×§¿óóƒöµ-À6=pÖ2 ÒU¥ÞR²â¯jyÏô=¸hzÁ§?:àãløLcþËALàc„€sZaì5=üÜ$9ìüFWIÀO¿:þ¼9ŠNØ–2 V ¶+#dìÊ*BÍãyŸ¦ë“în Ã~ÍT5ù|«Ðb½à¯Ûc¨‡›b:U‚Ž7 Á¿ÿ¯NØ0.ÚûÌÂRwù»­1|Òò9YÊÍ÷‘ÒS¯Èh©×•œ¼=˜èk#¤¸Ë=àà…Žò¯J~Ê 13ùá>ñùJcÁן€ø¥§#öt ôL_éuCÊ›_sÞ¯EnµÀ•Í‚·›CÅM#€Ÿ, ø9Ïfïêé¨m >Í©¢”øU;“ðÐ¥öügRzôY­ îòls¾ïb6¢ª<îVÙwßß;Ë#XÇ[¥¤BóhÑ{µ0þN]ñ‡óœ”§¤”@ÿá³\2qº®üÛJ[ñÇ]µü@ÏÄü»Äüša’\*B¶]މßUsíJ6asëPJ/é­íj•}^hÎ}ÔRrñä?éÙ‰Yaâ«¿ T”y å’á3<*JÑ–u©±év 4iKh®©ò€‹ñk®¦Ë¥ T¬õd¾°IÊ#ôTp¬à*lSÄܵ^È7ë$ÙûLMÅ%Ý€±gÓõEïW;òžÙÇ ýåá;£e‘«yŸdÌ óNqE¦÷wáõ¾ü×ë½à`àoß¡=©ìŸÅÿõÍ©·Ë)åÚ†¼‡ÛR:Ú6Ó¦ÛoÑx€yuˆ @<ç¾Þ.ýî’áòþß…öˈÍw)¡q‡K¬ê½•ZÑÁ s8 hQ# -踧 -Ÿ¹p“]‚ÏÓWe>ß”sTÍe~æ bñ¾VÀ2¢#—[Òîlõd>6¼[lH½gFƸtLäàq6‡+¾8&‘±À1+È -/í:.Õ&%åmOd½\h¼¦« ½8IÿvÆ%Ŧï8¿cS—zÀ_ÞôXæV²‘ûLªe¬øÝÆ@ñkë8ì»i>ÉÉõ™âg?\§–lH¸0M}éó~TØM…þ'ê ƒNP|ÉÙq÷6ŒÀ¾ZùêÂZ76Þ!¦y¤øTûxyÀ\Kò³)ÖÛÔ ó»pâW+[½ý+v娤õžâ·ý¥ïÝ*lÖÑ<“¾¿Àbz½³U†N4 dWCôøÓZoÅÇÕ^ÈILŠMŠO[ÃFij‹žM b.ìŒ@b÷¦IêÆÄûÊÚðKÓ-Ïzqáw{¡·.ˆ<&nº õýc¥=ßÿßU&g[°-* 2ç¾³K  £@¼=Í-Z€ ~;“„l·šO3#Â; žÎ5ç?š¤¥\¯Ìô?ÛVtÓÜ_¹ØWêÏÈó¿¾5+r«©ÐÕ¾’/síOgÚrÌwfܵIŠ?ÿšå°Ýz>{SDÍr*iàÃY~íßKü:–Tj¬Ï|¬b¥]ŸmÈ}´=‰Ý‘0K ­ð.%—¬ u¥=÷ESÁë3]eN‹ Á¿«™±íãИÿÛà4›ÐRAþ›s¦~Lú/cMÛ/#“üÓ€Î9œ†¥˜F³Þ›c|fZb®ÿZ¨ltÎ4o+|³ˆœ}4#l;Ô3I? ÌžŠ\ä’T„oô¥¿Þ/ ük‰×`Õ -kÍb6Òc¬¬ÚŸg’w•ø,àÍÍCà€>dØuAê›3;m}‚hW‘Kì -š÷9 u –6{JÞmtf=ÚhK}hG$y¯á¨› -Ÿ¬Q2w$,øæ8:zkµ9†6‰`ÁV%*Î9M‡ïêë»<†¦ ±¾ÿp®®ÿhŽWùkžË^yn`œžY@KªðéµÈ¦®dnŒ¢½þäÛ\cÙËù†’§Z~êÍ¥ÖüϦaXÌ\gÅ»ÙBàF¿°t­WPº>Ä*X!Änzpeümq ÷µGO,°¸6IÍݑЋ\ -Ó®dB·&±q69*ÀÈ®žg–!¢Mèdo¯U§†u(Y—Èo áíÕu8C›E°°™¶Â'˽ˆÓ£b}’]6ÛJ ›o`DÌT¢ÞÈÈ97&ˆ‰—ÂÌçʆœ—¸èóvÁ'Ë(9s¾½ä½¡&ùže Ø¡5ëåL}Ò}Ó`æËƒx’[ÍZF„lŒacö§yŒ½i&öp–EÝŸa]€_¶È‘ s]9Ï­2p䎂”g`–{mÃûÚ¶)à\+¥~ËýY¦ânöB>^^í-  #Za—[ŠÞíëØD·†Mtªè’Ê,Xâ|OÉ{UeÖýæ¼=8Y|“àV¯>Ö³¨¿Œµ]?Íüi ¹ÚWêg•xïý⦛ßM"bæ.à¿Ý*z…GÌ»&èe–ALœ˜w»ŸuÛ!g¢WúщR~Ê-Ë*ÀCäÞ‹v¸Èbø·«¯älŒ“sìJk{’QàÑ‹¬RxìJO‘ßf/$p½·âƒ·v—©1AOx´6OZÄæŽ1Ò}¥Ìôû¦~H¸{ -»/§ïJhÐÕþ¢è…Ž”‹mÉ÷¦©„½i.g­¿,`µ/óÉÚ@Ú³Ù¦´§[ÃÅ/âÀ@>5ºLf?;ýC>ùåÑBÝÈÁLeÍžšVa†~›¯Ë¸¯æEû¬÷ç}ûg…Û8Ó  Ê‚íºÚîƒ•Ú ›”’·Ò ûøÔ+ý¨˜]5æšeÓÝÞzïzréÖ:Ò4Œ‰0“—¼u–Ò}šRîÉÙ!—gRî¯uAÞ;D<Ø\4B*H¼µÖ rÊñ9G3øÒ£9BÙÞ< ëÖñ8ži¾`ÏX)Ü7kÎ×zûàýœãòöf¨›™à˜Æe[´„,mòG7!éöö09kk€˜ ¥¦^oÈó;^—õæ„”vi«³ð•eœ˜4ÝGŒk&¦?ì&…ß\‚;eì®’ƒßÕâsö¦±¹ÛrÀt#ƒ¶¦˜P‹´š7ÛGŠ]ÂÇš¦ðN%Óð„¿ˆeÏs¸‡F#Å­p÷ŒµûFaµÇÀÄ;”˜tËdq€y²$Ä*"eÙÅìòõr’„]ú •ù¸}«³<ül+8ôR}qÐ…!\ÔõaÆ=û%}²ªÀ¯ue¥—mWâ61‘[£e_²²@‹¨àÍ®‘ìÒ’!f ±¿PÝ똦T8õ„|—™êТsl:nGIEíØÌM1&nsÈ{}WhlCdX§ØåÖIïxÐ ŽIL‚y´Ô rŸð -ý/¬öÂ#Ö‡°‘‹]~– tÌj?÷×rUï¡·^¤–PhòÖ–œ€…™& Ñ)1o® Äé“]=›½gär¬2lê\[Æc+þŠ˜–t± úõ¼±)å¥MA.ff¾lC„_=´›]Kƒãÿï^;= -6j}œœf’0˲ç+}ؤ]€¿½5Ô=lkà­kª¢Fœë€}¸hh-úTŠ»ÿýɱ-'àŸE"Â.-^íIy©­MÈÎ|ó/Ó÷´i ÷Ë78õ;JBÁ¦ø; n¹Ì_óÞ?«túߢòµáÔ åžÌ/Ëàp`<ÈýÛ©ã]:6~O˦ªXäç©øÿ®’‡óxèr_Ù×õ~| €­ §¶¶Ù©­äºô‚Ït¥À©âl“ø<@#‘vÕ˜t»g®ð7ÀýN_Sð`¾Ö[k®à…Ž—t¥9Û×Ü þ¸Ñ -›ä'ÞïÂøÿ¾ÜUtd`à~Î+ö èL«cí -\¦ ð.€3\æçLmס‘Ç>2rûÞcÍKœ€î3«h%ú\è(5ÿÙ\+,h’óªsAFÏú¢de¼›¯´ìpég§“dr© sµ—èÎ&Áçh«NŸh•zﳄ~·LbâÖGaÛb|êò.^ÕPözs‚Rº«Ôºµ¤‡¼ì»URd‚ÄãÅèÙDžÏpOó9.- `ä Œ\¾·o½[hübÊF.r½óC\™ÿ4;ðÑñØWAý¨øû«ÝÈøÙ†’× Í…¾“ôØ;R^êó^ÒvbÜc;.a=+ˆ õaHðúpÙ'‡ýs‰€ügƒSw´XÕ½7/l±ë©Þk¤Ã&ïhQй?_;àžÖ»\ÙV’òõý2ÎNºÛƒ¹¾¯Ð=ÞÞí -B†[JÍÛêCÍ6gß›iJ¿³Ò[hž¤r²Ȫr|J@ëjØà«íj\†]…ÏØ–ãÓeÅ5…wçøÝ{‹ü:«’˜iã“wädðá‹ð;Öª`TlMâ⺠ߜ:à-ÉEÛRLòr/4ÎØÿy¹³Ú7pù¶Øœñ`¥#û‰·‚±¹Äw¡ õÙ1 „®¶ ¾i8é·§17[ ŸÎs³|Ï0Óžh.ÿxzs“¼9Fˆ·Š±‰.-1Ï¡&•x‚ý¹ê÷¬°Ù¥cagØŒíI\²[ÅÀþƒúsŽE¶j¸„ 1»Ô4ίXigÆN² -Vü8=ŒN¿íåUluÁ›²èkc¯Ì7g=\@Ìw‚?m ‚ƒö5 ¸uŸhQ2 -F™MŠŒ²Šaáæ‰ò Euì=¹ áêÖPÑ—ŸsT²EE*Û‘Â#w$ßí2HÌž_öŸ92ø?³$ð/oOæirGBÉñêg‡ŠGÙÕT×Ze<üL+, p©yEÁ+xÒŽLð©-¿:WŽY"¦/´Uø-wB¿t £¯OÐãïÚ¦9ÛS\Ôl=¾ŸtEV]¸#åm*ZÅÞ4¡ØcÀä»ôH .Ñ 6-­Ü¦cÀÝ3UM{³¼ª}@/ïÏ5Œ¹5-ncUðþóÝeo­…/ -%ï{0éð ›"vâcÛ(#Û܃ Ôñc¯È™a—fêÓž/õ”ôb®LòÒßxÏg™B'Ïu¾œë.|¹áío¡¦>ƒéž®j?Z¯•:gXd‹œ Ù–Ôr]š6ÑѿΡ¥–c-sãõöØv˜¯áSÝÀû=m]›CN-ÝcâWË´õÙzáA ¹hŽS½)ÅäÎõ#bzžÀ³(ì´ëXh»ž…±È)… wöfuŽéêÆMµpSJËs¨„Ü=½°îÈPYmW0¡K£”¤…aVæÒ -qsœbl+ýJN}óGMé·NaW¢R¶DॾâOÆæÌ‡[S¸ÔU¹8L/ô%ép¦²jG†KÛ‘!MÒòðÉҸžÜV)*}×XÉïgfLwã~쨹ì–ëÅn5Å«™ÊÜ:zŽ_çž®¬Ý×WrÝ*6Ê¥à Ü€ui…U ±-g v$¤b`^ ;ã¸hÇ)Å6ELÛCDSî뫳Ì·‘ÂÊ¢Î÷cb.É…ÆèI÷P1W&ˆqWçòž›Æp±š†Š7óí臊O6KéÐ]›²7WÛç0kÌ -JÁ&€ñKýР1tŒ¬*ù¾c -_¼;]Óì}Æ"Â'j µ•ÿø­6çÓq1+í9ëËbü«Ó3uùAv16Ù&AÅÚ$èÓhyðBGú[ðû5)ÅÿìrsÞÛõQB’¬*õŽN˜ñ`©½Ìð¹Þºæ™ÿ,* ˜Ü‰¼·v*ý/§ÿZ¬øÏ<—¿;UöÝ>šï·+…Dîéé(€™¦)d¼¡1ïñÖ0%×<ÉBiê+> ŠÃ¯å>;+Èùqa¦ªèáz{éKÓ<¢ùý\,äÊr6r{”S±Ü]úa‚™t[^•ûl¾ƒ~ší!gí¨ª1w{ -dW0Ð{z6íh–Ëߟ!àvµ˜C+¶)±év¼¿P;´;+¨·ëyôå!XÌêPÁ'»´â‡CJеÂÛàñT5àÍVÎ|#øÝ0*ìrk‰ÿe>ÔGˉ¸¹ÕWüÅ£¥ ¤-Ù_ØY/˜euMµCÃ"ì<ïTr:lîþ2b3KE¨è.jÒÃèwŸ£¥šAÏ\㔈eo?ïÕî‚w¦HM†K´R\•÷¶~e¡«4Ð6E;×l‹é&`3+è¥ó½èàa|¶ ˆû…1RÉR?2Å¡®d9µ<¦SÏ@ïÎò«í:€ÛÔ,ÄŽŠ³i[F6&8¤ÕaR¦]ánJ¨ùòªò·ðÄ›½¨è;‹Íy¥¼ÄǺÆÜàµ!DZ:ôºy -’ºg ¢ö¦ß=K§yæ(—]dñò(>ioFØ´;-ì0I¨ïuL«†‰4Éȹ›2zÙ6 9\Fa ÀßMk"jþê)Ë3×,wÍ´iÝó-ÚÿÕ†0 -kZtð‹+Sô¼©ªb_m3°o¯FßËvʘpË(.ÒÔû²ÚUä»Ôœs_Á‰¼$ã¥Ýí`Þùî{$È ¼cEE­ÂõÅÏÛJ|×z -_oæ¾°ãb€\ÇçµBnÚ%¸b»¶uÔ¬h4ËëªZ>û`FPã6ðXóý舥~"ÀßèT«„kG†/·B>Š9OÇÈé÷¹zŽI >GŒÿz~ºº4jg³Ðž~o±;óª:æF/òÃÙ!|àaRØÝ¥Î¢oú®ò5—æèé¶áZ‚KFÌÝÓÂ*hÔÆpÑóxá· -_z gâ­R|ÆžŠTøï ñ`ûï"WøËÈãìk)Å® ß•îì׫£èXäÇõ!júÓÕ.|ØRk…Ÿ±.ý®Šym„p±®Ôï?åùq9#ù®ˆýœxc±%÷ÝlKIØRà‰E˜¸í)JžE„L²ˆ!ñëãÅŸ‹t)ÕN9 åR -7EYßV‡Ó¾lM”~whÝ8Ï :¦I&)<ð•¿æ…m?çñ¥{X²]‹røî”“sM£˜È¥.Ä—Í>rËéfà³G‰ÏØè/èÁ†Ü Ä=œâyˆ–óc³Ÿ^°ÜKK™ëC~óMn$"ö ¸²ƒ92ÂìÛ¤Âf‰j2^ 2c_-UõXd\’yгË8TÛ$*ogfî/ûÿ½õ[›i×÷K;S™ig¦Ó©wê®´¥¥-Š»»[Bˆ»» @Œwb@pMp¯ÏÜ÷ó>ûx÷²/öo!GH®œç’Ï÷Ê:×Ú´ KµŒÂý¸ŒGsƒ-E :LÁT?&vFŽˆ[B¦†ÍÄÂyâ°[îªWniox©ç”½Ùt‹ÚvF…m‡µ@œ¬^w‘+·ÛŸâ -¶ýÁh?*Ù#…¿_÷ðY³Fj¥Ru]\›t¦«öý©Å¾Ê»;Vpê¾^Ö‹I¿˜ðèÒO†ÖÒ”Ï,ʧ1.=lE„€8·b©~·b¨MØóÒàŸ\Τšc¦å—Aßoú‚ƒ)A÷þ G´uÈI zè-Á!bæ’^¿éÁC—,ÂOlñ—Énß¿s¾ÃÙUë#䦽)*jë°OØ0¾È/kz‹Êyùë®[@]7QËû·‡•зóÒÆâªë£bðƒ~jåÅú„û?âsŸ†uˆ'?ÿŠƒ™sv¦·îþ¢²öÉ–¹ñÃ/½e×Ë#x•ÐôæÌk'f:òv}ʱ-_ŸýS°CõuŠÃÿd’¹cÁD)Rð^°*âÎMt5çî;ÉÕCè”°Š6Õxhoyl£Ô]q1î¯ K‚M/ü­EWBZðûYEÝ‹ÙþªW+ZDÀȱ!}KÂô`C¤ƒ_yw¢“Väæ"C*ð‡/~hÇInÚ0’¿Rß †ž±bjŠ>pcËví¨‚ÿŒQ1ÿ;+|ñݯXTÖ¿]Õ·d/ÐÙbDÂ-µäÞ\?&~¦»á‘ŸwÑJIû 0‹3‚ê· ÂÒ®Oˆ"帼Å/®FÌõÔÅîÛ5 ,9¬ƒ&LËš"—5UOÖ,•/Æš—[6Jõ´¢9ÇÄÆå!Xò—1âkû$4}Ÿ"µ|›"B·Ü°Ìu[s ‹ýi„Ïÿ:ÞÚ{è/#è[¶¦}˜ì.½çdg\šW@?N©0EJjî}Wkñ“°™¯!å?Ñ -nú)mßÉ„¿tV‰ˆ]4 ’¾NÒ_ƒ$ì× ¡åó8®n?ˆoØ -Ò0k‡uá4Ú9¦pF ›Qb3v]|Á¿“ FH]ÿÖJL¼0ÊÏ»½ Eí;eûnR­Wy{\Š~¿i%WlÚPùSýu/Ǻªï̩Ꞅ-à˜5'±zÃEÅnpé‹&Rͦ—ÃØå2Ö€xiÏ3 ào*4l%•ö=ôKÝœð}%>uBÚòZ‹Nû£üþ¯ŽÆ¨+‚šÈkMñ¿u¢Šã&µXø–—ض`JÖ†éM/½ï'6nöãuâ«6øâIeÓ[_gÕݱxâÆ(WöàÐa¶akœÍ\ñP@aµqÅÇcîºoÍÙœ3«)}´í&§”xä?ÓlÑ—¹Ò½ ýuš„ÜvÃò–-¼¤kIsuÕf­Zu­dÍĬYÖàÓ&;A „¼3=à”_z›ã)g7´”šùAlމ’õûв%~ÇŒÉܶ¢ÒwÏ Z`™Ëln — "”Þ[¢¦¤®í ‡½äõÏøžŸMÚòpI+!A+DÅ·×f\žëÂÔ}²Qf¥5wû¡Q“] ‡njÉÙI^é¥55"qNƒÏbÖ<Û Nººã¢ûJl:`É3òÊÇCÔŒ -BÚŸ“}5BZX¼’]Wsÿ´‘”òà¿‹í–ƒ¡`ˆßŸ¼˜ŠÉº®¶Ü ‹êêÈ]7­¹žpf´µ"ãß ¨ÿ; Ù?{û.lá¶„~˜è=q¶5= ó/bóÎoé™Í‹ýÀºHàQS=¨˜…>|ê0·æN{}ìiaé‹£ëxÚh[Å#¿¨øú¶–º;Œ¯Ýu` ¾x •‡óï€ëKôK*Œˆ+mYïaˆzV­èü™Áú—{‡÷»¨Â/ALÝÿ.P©‡óµ·,Äg·T¹ã16씪úIÉM¿(ïêˆ ÷Ú®[åThL½LPñæ·ƒ:rF†ˆê?™“‚ž6ýò0?oS·],ø¬”já¦ü½j¥ÿ3 øà½;Æ ì1Hÿ™ç÷ìøEóCM/•´Â{ÐÌ'WëÙئEClXÕóÅ ËijßÚóo+aïOL÷Bßö ³àóŸÿnfÜøä'@?á?û±ÀãÚm ­;q«6\ñš›ƒ[²RkvÜlìMø>AÇýg–Åû1F…}|QUñÄÛžmDÒüNE*º+‡$ÿÚQñþ˜¸üÝÉ®šØ?§¥u1N*dQƒ(æ—Ü·3 /¬˜Èe@KÝ´ -6ìÈ’ ¡ -ˆÄ/ÓTÒ§I -vw‚I {¨°ážª§SšæÄ¯óŽOÓžM ·>£o‡3OÁß'ˆÈ°¹%W -‰?wà# þïºÐx8szËO[Ñ7F-¨jŸøPÿæõïºxøM+¼aä‚Wt´âÅ>L¼]zEJ9颥ý¾®ªyµÜIžì¬{:Ê/¿´eÃO+kßNö–ÝŸî©z0ÙS|{i ùõ¶Vù ñ~LÓ{Av+@G9¬g[œl“ò ø[Fî^ûÙÉjùìàáæû0 sظU%»|¼ ôÔ€IûÝË-¼ã”Þu²‹.¹O÷aÓ¶†yØM ² “Ã&DÊp ëâa IÁœ -›«eW?"•¼ÿËßQ•õeJ¬[³+ç”÷ËZhÒ¾›PñyWõÉ‹*Ý0ãË]Ï–•¨’/þvàKœ¯£dÐî0¡|IƒüćG³ø[;2ª ^~Þ@®¿~XÏìo­¸9„Ž;ÙÓüúç^hì/:|þ9@ -ý=ÑÑøÚÛÛ[}ógÔÇÛ'?9Я`+Ý‚¼‹ƒ„w¿ú¥ÉÝéçæ•5QûÃ4ÈÁhk»§ ??ˆÊþØËÿ¦sÿo˜Îù? Ø Tùž –:Þ]÷”\øþw|NÔÉe=òm”‰ÿâ¤ö,Ø’e%8ÉÂÌdç¥,õ쮚¹f!ÕµÖÝ_D¦m›I%[Vtö¶]°m'¶ì:‰vÆÙEyc·6ÐõÛ6XÖ¦S²ã%þ™öì{éÐO&qÉ@m6¾Ýu‘ë>ù)ðe5ì㈠ôºƒ“õWäã9*ùïE8ÐZ…è’&>¸|\E(yó°Ë $aÝIX³‚ãvÝX`m©@; —ŒèŒU©ìóˆH¸çbâ–‡ZRv‡qUëzhü?çªòæ7o[å£6dÎí¼·w‘!²/"2N)šb¹ˆ)§\@ Cßÿ*ÅŸkoˆ»<Ì)~håUDÆßû+¢1áþ©e3:«C$,šböüpÈŽ.œGÏšãö¿ýÂ,ñ šS“Öt¨”¢é]XÙ¿,¯~¿ +µïf!•8 6<7Ñ -n/ô£€ë¯¸i#fÿ1O>¥…üÅŒùøë8?÷rHÞø|l ö9üödWsÜéU *sÝØ’ääß´æÝ_׿?Ýv”>ÿ<†ªü:Áf›:5?µ2ëŸõ€RNKÿà—}8¥€¥ÿéãßÜj‰Ý¶bKC:hβ–±á¤7m{ø”ƒbýš7ÌϹ`a¦þ9Ñ]yo]‡L;ð2q›Ÿl¹èà/Ÿ±ïcã¶-ÈôMKý›¶àÞ¤ à54þû ÿÉË&®Iåû6iß# ‡õäü@sŠëž ê:šÍÉï–tô -°æ–YxÕD-x8Ñ]óÈC÷=ü²gÓ2pН˯O?×Õ˜}oÝHOöÖ=ö ªïµ7E- 4½Û0@>|¡A?žp1¡¢æ´S6AEÔ· ýcš‚úD}‡f} À²N¬òvÔG’KÞŸÀä>Û°;ÖÌèìÅÞÚûÓå×m´ô3Œ¢''1©7ŽjoNíØaÙ^å FeÜ•©>Dõ†\ã—ݲÒßý©Å??;ÒúþülÍëM¾6Lƒ*^_6±Ò_ýÏGx8/û»ŸEÙwc‹VµàØñöâÇnVÚµm@·«éE¯°y¶dèºS´¦…%„T $—¨ä¥—zÁÍÍ»4ÚYûnËNC[•‡s²Fcþ;Çiý>ɤmÛ¡i¡¡ú× šºg‡gO>û?¯‚vR|eYƒH^³àrWõ˜‚›»aa6M+Q ®Öúû³J\†˜sQ\ùæø0#ïꨨúÉ¢‘|¯ê™P2.kŽÖ|8Ýûh/üãÍM;¼`Q[õbÅÎÜõQa'›µ=Îëü:Ïžýï2…>«¬øÉû1#q›áwžfq¦©¸OãØª-[óÇÝatÙ¶ ×4¡lJ]³âê7Xäa\î«>ÞQñ숗øçš_â”]@$œä”¿<ª!œ§½>©‚f^ pAÍØœ3^jÖ™Ùv@;Ë*ŸÈ°qg8Õ/Âeœ_V·|˜—×>uó -ïøDEBŠ’ÈýaXÁ— GðuR<øHïÚ0©|ÍN«Ùæâö¼|ʆ•TºªE'‡5è„i€¯‚Í;›Sc½û9Ào~ía5Þ·S -Ïy8ù×­ù÷œœ¸kFJô_£mù··-ô†5Ò@ãûc.Èß-Ê+ž­ U<]ì/x¶®­Ùñ ³öÜÔÆOeÝŒ/Ü6!Ò¾º±ÕNHö–Z¸aAe¡4oÚqE3€¦X³esXÄ éÈ…S=MÏìÌ3FRÆi€®l˜` cfšèå—}­ÍÏW´Œò‰ŽÚT₊ÈãÒú7§'ÛkïÌv£>,«8M3*Z¥Ÿun²›µ:ÄmXQ#7ˆ¤u+®x°‰°ƒXê´L ·í¡‚öTاqÐÔàO£¸ªƒQ|M°·á¹KT}oqUø}N¨\·J—Ô-± rDâì*ÅÉ©z ‚§ó JnÙˆ•­Ø¼¿’Ÿnƒ¯XÈ•N~ÚY3þšƒ—9%Ë}ûÙÇÄ~ðW†É LYÔ5%óõ¿3lî'??‡uî /&¥¥×ÝœôsnNæ­%¡Qøî/tNìÍm7·}ÏKh -´ÜÒabÿà?úI\þøèLgÁí¾&l¥7æEß=Á®‹{üÙKÄþgžÓþuœ U>ž“ÝØt4'~Ÿä‹×4¤žQp×Ã/¼û=È>¬í¸‰•+ZtfXû8ÛWó`n îé‚–E,|{ -‘ñäĨ´úã6O5 äÉžŠ7Þ¶Ò{}ð´ß˜…/~2R’.®“7숌±ñ힇è­vù·é.'°fª/“t*'>§~›@×ÿ3/Ò„mDòpWQìçi*áË,§õÛ4x0‚)þ1A‚} b a;4gÕI®_ÖãóZÞ»¸ù·ìô¿·L 3*L’ƒ[ô—–V/<+¥žD¦Fþd$”ÞŸéjŽV½:AξõSèÅ áÃ/ðôkjÔ‡?”Mï\ÝU;!ïN¶Öüâa>ûHMËFX⬎Tºâà`wýlʪ‹ ö @ã´¬âóLÁ¶‹KزÒ–ÕÈ„1QùU«ø¼›~Ê€ÉýsZ‚ú ƒæž7ãó.¸e7Çù¥×g%e‘K} ÉkjxzXç–ßšílŒÜ×3j¶µ„ì/‡s²Uµ‘Óí9W¿˜ÿ3†);°ÃÓ×TÍ13Òšû[`úa)ëJPÌ®µùãš±%vÓOÚ° 3ö\ô–=2‹Vô´²ð §Ö/.¿¥AÆœ„Åüb"&žws -.޵WÞâÙG¿ö¾·1åôDkë@kõ«AhÌi?;ûÖbO}4°®¢¦‡=¨œ‹!¶çæQ%÷”u¯VÌÈôY5äí endstream endobj 6 0 obj <> endobj 16 0 obj [/View/Design] endobj 17 0 obj <>>> endobj 52 0 obj [51 0 R] endobj 93 0 obj <> endobj xref 0 94 0000000004 65535 f -0000000016 00000 n -0000000159 00000 n -0000053619 00000 n -0000000000 00000 f -0000000000 00000 f -0001825638 00000 n -0000000000 00000 f -0000053670 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0001825708 00000 n -0001825739 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000055191 00000 n -0000055004 00000 n -0001825824 00000 n -0000054090 00000 n -0000549858 00000 n -0000057154 00000 n -0000057041 00000 n -0000054284 00000 n -0000054443 00000 n -0000054491 00000 n -0000055075 00000 n -0000055106 00000 n -0000055325 00000 n -0000055350 00000 n -0000055649 00000 n -0000055802 00000 n -0000055871 00000 n -0000056141 00000 n -0000056224 00000 n -0000057189 00000 n -0000549932 00000 n -0000550537 00000 n -0000551805 00000 n -0000564482 00000 n -0000630070 00000 n -0000695658 00000 n -0000761246 00000 n -0000826834 00000 n -0000892422 00000 n -0000958010 00000 n -0001023598 00000 n -0001089186 00000 n -0001154774 00000 n -0001220362 00000 n -0001285950 00000 n -0001351538 00000 n -0001366522 00000 n -0001432110 00000 n -0001497698 00000 n -0001563286 00000 n -0001628874 00000 n -0001694462 00000 n -0001760050 00000 n -0001825849 00000 n -trailer <]>> startxref 1826043 %%EOF \ No newline at end of file diff --git a/trunk/web/images/icons/available-2.png b/trunk/web/images/icons/available-2.png deleted file mode 100644 index 124df1e4..00000000 Binary files a/trunk/web/images/icons/available-2.png and /dev/null differ diff --git a/trunk/web/images/icons/available-2.svg b/trunk/web/images/icons/available-2.svg deleted file mode 100644 index 496188dc..00000000 --- a/trunk/web/images/icons/available-2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - diff --git a/trunk/web/images/icons/available-3.ai b/trunk/web/images/icons/available-3.ai deleted file mode 100644 index cc847531..00000000 --- a/trunk/web/images/icons/available-3.ai +++ /dev/null @@ -1,6885 +0,0 @@ -%PDF-1.5 %âãÏÓ -1 0 obj <>/OCGs[6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - available-3 - - - 2018-07-26T16:48:18+02:00 - 2018-07-26T16:48:18+02:00 - 2018-07-26T16:48:18+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - - - - 256 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FUq1vzX5d0NOWq6hDbNSoiLcpSPaNeTn6BkJ5Ix5lrnljDmaYDrH5+6JASmlafNeMNvUmYQ J8wAJGP0gZjS1Y6Bw59oRHIWw7Uvzx863RItTb2C9vSiDt9JmMg/DKZaqZ8nFlr8h5UGN3nn3zpe E+vrV3Q9VjlaJT/sY+Iyo5ZHqWiWpyHqUpuNQv7kk3FzLMT19R2avfuTkCWszkeZQ+Bi7FURb6hf 2xBt7mWEjp6bstO/YjCCyE5DkU2s/PvnSzI9DWrug6LJK0qj/YychkxlkOpbI6nIOpZJpv54+dbU gXRt79e/qxBG+gwmMfhlsdVMebfHX5Bzosx0f8/dEnITVbCayY7erCwnT5kURh9AOXR1Y6hyodoR PMUz7RPNfl3XE5aVqENy1KmINxlA9424uPpGZMMkZci5kMsZ8jaa5NsdirsVdirsVdirsVdirsVd irsVdirsVdirsVdirsVdirFvNn5keWfLQaK5n+s346WMFGkB/wAs/ZT6TXwBynJnjH3uPm1MMfPm 8e8zfnJ5r1ctFZuNKs229O3P70j/ACpjRv8AgeOYU9TKXk6zLrpy5bBgskkkjtJIxd2NWdiSST3J OY7hk2txV2KuxV2KuxV2KuxV2KuxV2Kro5JI3WSNijqaq6kggjuCMVBpnXln85PNekFYrxxqtmu3 p3B/egf5Mwq3/BcsyIamUfNzMWunHnuHsPlP8yPLPmULFbT/AFe/I3sZ6LJX/IP2X/2Jr4gZm488 Ze92eHUwycubKcuch2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KoTVNW07SrKS+1G4S2tYh8cjmgr2 A7knsBvkZSERZYykIizyeI+d/wA6dT1IyWWgc7Cw3VrrpcSD2I/ux8t/ftmBl1JOw2Dqs+uJ2jsH mbMzMWYlmY1JO5JOYrr2sVXxRSyyLFEjSSOaIigsxJ7ADCoF8maaF+T/AJ11Ti8lsunW7f7suzwa n/GMBpPvAy6GnmfJy8eiyS57M60n8gdFiAbVNRnun6lIFWFPkeXqMfwzIjpB1LmQ7PiOZtlVh+Vn kKyA4aTHKw6tOzzV+h2Zfwy4aeA6ORHS4x0Tu28vaBagC20y0gA3HpwRp/xFRkxjiOgbhCI5BHRx xxrxjQIvWigAfhk6ZNvGki8XUOp6qwqPxxVA3OgaFdV+s6baz16+pDG9e37SnIGET0DEwieYSW+/ LDyHe19TR4Yye8BeCn0RlRkDp4Ho1S0uM9GLar+QWgzVbTNQuLNz0WULOn0U9NvxOUy0g6Fxp9nx PI0wXXPya86aYGkghTUoFqeVq1Xp7xtxcn2WuUS00x5uJk0OSPLdhM9vPbzNDcRvDMho8cilWU+B BoRlFOIQRsVPAhtWZWDKSrKagjYgjFXpnkj86dT00x2Wv87+w2VbrrcRj3J/vB89/ftmVi1JGx3D sMGuI2luHt2l6tp2q2Ud9p1wlzayj4JENRXuD3BHcHfM+MhIWHaxkJCxyReSZOxV2KuxV2KuxV2K uxV2KuxV2Ksf84+ddH8raf8AWL1vUuJARbWaEepI3/Gq+Lfx2yrLlEBu05s8cYsvnbzZ5y1vzPff WdRl/dpX6vapURRA/wAq+Pix3Oa3JkMjZdJmzyyGykWVtK+KKWaVIoUaSWQhUjQFmZjsAANycKgX yeneUfyP1W+CXXmCQ6fancWqUNww/wAqtVj+mp9hmVj0pO52dhh0BO8tnrvl/wAoeXfL8XDSrKOB yKPORylb/WkarfRWmZkMUY8g7PHhjD6QnGWNjsVdirsVdirsVdirsVdirsVSrXfK2ga9B6Wq2Udz QUSQiki/6si0ZfoOQnjjLmGvJijMVIPI/Nv5GahaK915emN7AKk2UtFnA/yW2V/wPzzCyaUj6d3W 5tARvB5dcW89vM8FxG0M0ZKyROCrKR1BB3GYpDryCDRU8CE98p+cta8sX/1nT5axOR9YtXqYpVH8 w8fBhuMsx5DA2G7DnljNh9E+TvOuj+adP+sWTencRgC5s3I9SNv+Nl8G/jtmyxZRMbO7w545BYZB lrc7FXYq7FXYq7FXYq7FXYqxfz75907ypp3N6T6lOD9Ts67k9Ob06IPx6DKc2YQHm0ajUDGPN836 1rep61qMuoalOZ7qXqx2AA6KoGyqOwGayUjI2XRZMhmbKByLBPvKXkzW/NF99X0+KkKEfWLt6iKM HxPc+CjfLMeMzNBuw4JZDs+gPJn5d6B5WhD28f1jUSKS38oHM16hB0RfYfSTmxxYRD3u6w6eOMbc +9lGXN7sVdirsVdirsVdirsVdirsVdirsVdirsVY35w8g6B5otyLyL0r1RSG+iAEq+AP86/5J+im VZMIn72jNp45Bu+fvOPkbW/K156V8nqWshItr2MH05B4f5LeKn8RvmuyYjA7umz6eWM78mPZU0I7 Rdb1PRdRi1DTZzBdRdGG4IPVWB2ZT3ByUZGJsM8eQwNh9IeQvPunea9O5pSDUoAPrlnXcHpzSvVD +HQ5s8OYTHm73T6gZB5soy5vdirsVdirsVdirsVSHzp5w0/yto731z8c71S0tgaNLJTp7KOrH+NM ry5RAW05swxxsvmbW9b1LW9Tm1LUZTLczGpPRVA6Ko7KOwzVSkZGy6HJkMzZQGRYMz/Lz8t7/wA1 XPrzFrbRoWpPc0+JyOscVdi3ieg/DL8OEzPk5em0pybn6X0PpGkabpFhFYadAtvaxCiRr49yT1JP cnNlGIiKDuoQERQ5IzJMnYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqhtT0yw1Sxlsb+Bbi1m HGSJxUHwPsR2I6YJRBFFjKIkKPJ89fmN+Wl55XnN5a8rnRZWpHMd3iJ6JLT8G75rM2Aw9zpdVpTj 3H0sHyhxEfomt6lompw6lp0piuYTUHqrA9VYd1PcZKMjE2GePIYGw+mfJfnDT/NOjpfW3wTpRLu2 Jq0UlOnup6qf41za4somLd9hzDJGwn2WNzsVdirsVdiqG1PUrPTNPuNQvZBFa2yGSVz2A7DxJ6Ad zglIAWWMpCIsvmHzp5uvvNGtyX9xVIFqlnbV2iiB2H+serHx9qZqcmQzNugz5jklfRIMraWZ/lv+ Xtz5qvzLPyh0a2b/AEmcbF22PpRn+Yg7nsPoy/DhMz5OVpdN4hs/S+jLGxs7Czis7OJYLWBQkUSC iqozZgACg7wAAUFfCl2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KqV3aW15bS2t1Es1v MpSWJxVWU9QRgIBFFBAIovnX8y/y7n8rXwubQNLoty1IJDuYnO/pOf8AiJ7j3zWZ8PAfJ0mq03hm x9LCMocRP/Jfm6+8r63Hf29XgaiXltXaWIncf6w6qfH2rlmPIYG27BmOOV9H09pmpWep6fb6hZSC W1uUEkTjuD2PgR0I7HNtGQIsO/jISFhE4WTsVdirsVeF/nZ52N9qH+HbKT/Q7Jq3rL0e4H7Hyj/4 l8s1+qy2eEdHU67PZ4B05vLcxHXJ75N8qXvmfW4tOtvgj+3dXFKiOIH4m+fYDxyzHjMjQbsGE5JU +ndH0iw0jTYNOsIxFa268UXufFmPdmO5ObWMREUHfwgIihyRmSZOxV2KuxV2KuxV2KuxV2KuxV2K uxV2KuxV2KuxV2KuxV2KuxVC6rpdjqunz6ffRCa1uFKSofDsR4EHcHxyMogiixlESFHk+YvOvlG9 8r65Lp89Xt2+OzuKbSRE7H/WHRh4+1M1WXGYGnQajCccq6JBlbS9S/JPzsbHUP8ADt7J/od61bJm 6JcH9j5Sf8S+eZely0eE9XY6HPR4D15PdM2DtnYq7FWOef8AzQvlvyxc36kfW3Ho2SnvM4PE0/yR Vj8sqzZOGNtOoy+HAl8vSSSSSNJIxeRyWd2NSSTUknNS88Tbo45JJFjjUvI5CoiipJJoABioFvpr 8ufJkXlfQEgkUHUrmkt/IN/jptGD/KgNPnU982uDFwR83f6bB4ca69WVZc5DsVdirsVdirsVdirs VdirsVdirsVdirsVdirsVdirsVdirsVdirsVYx+Yfk6HzRoElsoA1C3rLYSmgpIB9gn+V+h+g9sp zYuOPm0ajCMka69HzHLFLDK8MqGOWNikiMKMrKaEEHuDmrefIrZqOSSORZI2KSIQyOpoQQagg4FB p9Q+QPNC+ZPLFtfsR9bQejeqO0yAcjT/AChRh8822HJxRt6HT5fEgCyPLW52Kvn387PMx1PzONMh etppS+mQOhnehkP+x2X6Dmt1M7lXc6bX5eKfD0DzvMZwXpn5IeUhqOtSa5dJytNMIFvXo1ywqD/z zX4vmVzK0uOzfc5+gw3LiPR71mxdw7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq8y87fnT Z6RdyadosCX93CSs1xIT6COOqgLQuR3oQMxMuqo0HAz64QNR3LE7H8+/M8dyGvbO0uLavxxRq8T0 /wAlyzgfSpykauXVx49ozvcB675T846J5osWudNkPOLiLm3cUkiZq0DDpvQ0I2OZuPKJjZ2WLNHI LCeZY2uxV2KuxV4R+eHlJdP1ePXrVONrqR43IA2W4UVr/wA9FFfmDmu1WOjfe6jX4aPEOrzDMV17 0T8k/Mx0zzOdMmelpqq+mAegnSpjP+y3X6RmTpp1Ku9ztBl4Z8PQvoLNk7lAa9q0WkaLe6nLTjaQ vKFP7TKPhX/ZNQZGcuEEsZy4Yk9z5Mubia5uZbmdi807tJK56sznkxPzJzTkvNyNmysVWdgqgszG iqNySewwIAfVPkny6nl/yzY6ZQCaNOd0w7zSfFJv3oTQewGbfFDhiA9Fhx8EAE8yxtdirsVdirsV dirsVdirsVdirsVdirsVdirsVdirA/za87/4e0X6lZycdW1FWSIqfiii6PL7Hsvvv2zG1GXhFDmX E1efgjQ5l865rXRuxV6d+QV5JH5ovrQVMU9mXanZopE4k/Q5zK0h9Xwdh2dL1EeT3jNi7d2KuxV2 KpJ508vR+YPLV9phAMskZa2Y/szJ8UZr/rCh9sryw4okNWbHxxIfKroyOyOCrKSGU7EEdRmoedIX 21xNbXMVzAxSaB1kicdVZDyUj5EYQUxNGw+s9B1aLV9FstTipxu4UlKj9lmHxL/sWqM3EJcQBekh LiiD3sF/PbVza+VYNPRqPqNwA48YoRzb/h+GY+rlUa73D186hXe8CzXOmZh+VGhjV/O1isi8oLOt 5MO1IqcK/wDPQrl2CHFMOVo8fFkHlu+ls2rvXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqg9 Y1ay0jTLjUr1/TtrZC8jdzToo8Sx2A8cjKQiLLGcxEWXy15n8xX3mHWrnVbw/HM37uOtRHGPsRr7 KPvO+amczI2Xns2UzlZSrINbsVe6fkb5RlsNOm1+6XjNqCiO0UihFuDUt/z0YCnsAe+bDS46HEXb 6DDwx4j1epZluwdirsVdirsVfNP5saH+ifO98EXjBe0vIflNXn/yUDZqtRDhmXRazHw5D57sPylx Xvv5E6ubryrPp7tV9OuCEHhFMOa/8PzzY6SVxrudzoJ3Cu5h/wCfWpGfzPZ2INUs7UMR4PMxJ/4V VyjVyuVON2jK5AdweZZiuve0f84+6WBa6tqrLu7paxN4cB6jj6eaZnaOPMu17OhsS9ezNdk7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXg350ed/0nqf6BsZK2Fg3+lMp2kuBsR8o+nzr4DNdqct mhyDqNdn4jwjkHmWYrr3Yqyz8tvJj+aPMCRSqf0ZaUlv3FRVa/DGD4uRT5VPbLsOPjl5OTpcHiS3 5B9MRxxxRrHGoSNAFRFFAABQADNq75dirsVdirsVdiryL/nIHS+VppWqqN45HtZW8eY5p93BswtZ HkXW9ow2BeLZguqem/kLqRg8z3liTRLy1LAeLwsCP+FZsytJKpU7Ds6VSI7wxz80rw3fn3V5K1Ec qwj29KNY/wBa5XnNzLRrDeUsVylxn0j+TtiLXyDYtSj3Tyzv9MhVf+FQZs9MKg73RxrGGa5kOU7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqwr80/Ow8t6EYrWSmrX4MdoB1jXo8v8Asa/D7/I5j6jL wjbmXF1Wfw47cy+bySSSTUnck5rHRNYqrWdpc3l1DaW0ZluJ3WOKNerMxoAMIFpjEk0H1B5G8p2/ ljy/Bp6Ua5b97ezD9uZhv9C/ZX2GbXFj4I09BgwjHGmQZa3OxV2KuxV2KuxVhX5xWIuvIN81Kvav FOn0SBW/4VzmPqRcHF1kbxl83ZrHRMq/K28Np590iStBJK0J9/VjaP8AW2XYDUw5OjNZQlXmuf6x 5o1eetfVvbhgRuKGViKZCZuRasxucveUqyDW+q/I1uLfybokVKH6lAzClKF4wx/E5t8QqA9z0WAV CPuCd5Y2uxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVDanqVnpmn3F/eyCK1tkMkrnsB4eJPQDucEp ACyxlIRFl8t+bvM135k1241S4qqyHjbw1qI4l+wg/WfepzUZJmRt5/PlOSVpNkGp2KvaPyQ8kGND 5ov4/jkDR6YjDcL0eb/ZfZX2r4jM7S4v4i7XQYKHGfg9ezNdk7FXYq7FXYq7FXYqknnm3Fx5N1uK lT9SnZRStSkZYfiMryi4H3NWcXCXuL5UzUPOpr5Un+r+aNInrT0r23Yk7CglUmuTgakGzCanH3hD awQdXviNwbiWh/2ZyJ5oy/Ufeg8DB9b+X4xFoOmxg1CWsCg/KNRm4x/SPc9LAbBH5Nk7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXhv52eePrt7/huxkra2jcr91OzzjpH8o+/wDlfLNfqstnhDqddns8 A+LyvMR1zsVZN+X3k6bzRr8doQVsYKS38o7Rg/ZB/mc7D7+2W4cfHKnI02DxJV06vp2CCG3gjggQ RwwqscUaiiqqiiqB4AZtQKd8BS/Cl2KuxV2KuxV2KuxVAeYIxLoOpRk0D2s6k/ONhkMn0n3MZjYv kjNO80jNG/469j/zERf8TGEc2eL6h73az/x2L7/mIl/4mcTzXL9R96DwMH1t5dkMvl/TJCKF7SBi B7xqc3GP6R7npYH0hMMmydirsVdirsVdiqncXNvbRGa4lSGJftSSMEUfMmgwEgc0E0pWeqaZe1+p XcNzx+16MiSU+fEnAJA8iokDyROSS7FXYq7FXYqxH8zPOq+WNAZoGH6UvKxWK/ymnxSn2QH76ZRn y8A83G1Wfw4+b5pd3kdndizsSzMxqSTuSSc1boSVuKqkEE1xPHBAhkmlYJFGoqzMxoAB4k4UgEmg +nfy/wDJ8HlbQI7OitfTUlv5h+1IR9kH+VOg+/vm1w4uAebv9PhGONdWS5a3uxV2KuxV2KuxV2Ku xVL/ADFIYvL+pyAVKWk7AH2jY5DJ9J9zGZ9JfJOad5pGaN/x2LH/AJiIv+JjCObPF9Q96L84QGDz ZrUR/YvrgAnuPVah+7JZB6j72WcVOXvKUZBqfVHkG5Fx5K0SQdrOGM/OJBGf+I5t8JuAeh05vHH3 J9ljc7FXYq7FXYqhdU1G20zTbrULk0t7SJ5pKdaIK0Hue2RlKhbGUhEEno+XPNPmvV/MupvfahKS pJ9C3BPpxJ2VB+s981M8hkbLz+bNLIbKV211c2s6XFtK8E8ZrHLGxR1PiGFCMiDTWJEGw9y/LL81 49WEej69KqapULa3RAVZ/BWpssn/ABL59c/BqL2lzdvpdXxemX1fe9PzLc92KuxVRvb22sbOa8up BFbW6NJNIegVRUnASALKCQBZfLvnXzVdeZ9en1KaqQ/3dpAT/dwqfhHzPVvfNTkyGRt5/UZjklaQ 5W0uxV7B+SHkjmx80X8fwoSmmIw6no830fZX6fbM3S4v4i7TQYP4z8Hs2Zzs3Yq7FXYq7FXYq7FX Yq7FUh8/XIt/JWtyHvZzRj5yoYx/xLK8xqBadQaxy9z5XzUPPJv5PgM/mzRYh+3fW4JHYeqtT92T xj1D3tuAXOPvCcfmxZfVfP8AqqgUSVo5lPj6kSs3/DVyecVMtutjWUsQylxX0Z+S1+LryHbRVq1n NNA3/B+qPwlGbPSm4O80UrxjyZ1mQ5bsVdirsVdirHPzHtZrryNrMUNfU+rl6L1IjIdh9Kqcqzi4 Fp1AvGfc+XM1LzzsVbBIIINCNwRir2v8sPzZF16WieYp6XWyWV+/STsI5T/P4MevffrnYNR0k7bS ay/TLm9azNdi7FXiv53ed/XnHlixk/cwkPqTqftSDdIvkv2m96eGYGqy36Q6vX5/4B8XkeYbrHYq yHyL5SufM+vw2CArap+8vZh+xCp33/mb7K++WYsfGab9PhOSVdH1BaWtvaWsVrbRiK3gRY4Yl2Cq ooAPozbAUKDvwABQVcKXYq7FXYq7FXYq7FXYq7FWC/nTfi18h3UVaNeTQwL/AMH6p/4WI5j6o1Bx NbKsZ83znmsdGy/8p7L615/0pSKpE0kzHw9OJmX/AIamXYBcw5WijeUMk/P7TfS17TtRAot1btC3 u0D1r/wMoy3Vx9QLf2jH1AvLMxHXPYf+cfdVAk1bSWbdhHdxL8j6ch/FMzdHLmHadnT5xey5nOzd irsVdirsVcyqylWAKkUIO4IOKvAfzM/Ky40SSXV9IRptHdi0sKirW1d96dY/A9u/jmtz4OHccnT6 rScPqjy+55vmM4DsVdir2D8sPzaKenonmOf93sllqMn7PYRzN4eDn6fHM3BqK2k7TSaz+GfzZ7+Y vnKLyx5fkuUYHULmsWnxnerkbuR/Kg3P0DvmRmy8EfNy9Tm8ON9ej5llllmleaVzJLIxeR2NWZmN SST3JzVugJvdZgVdFFJLKkUSl5ZGCoiirMxNAAB1JwqBb6Z/LfyZH5X8vpDKoOpXVJb+QUPxU+GM HwQbfOp75tMGLgj5u/02Dw4116sry5yHYq7FXYq7FXYq7FXYq7FXYq8b/wCcgtVHLSdJVtwJLuZf n+7jP4PmDrJcg6ztGfKLx3MJ1b1P8gdN9XXtR1Eiq2tusK+zTvWv/AxHMvSR9RLsezo+olmX536M b7yd9cRay6bMkxPf03/duB9LKfoy/VRuN9zla6HFjvufPWa10jJvy410aL5y066duNvJJ9XuCenp zfASfZSQ30ZbhnwyBcjS5OHIH1Bm2d+7FXYq7FXYq7FWmVXUo4DKwIZSKgg9QRirxH8zfylax9XW vL0Ray+1dWCAlovF4x3TxH7Py6a/Pp63jydVqtHXqj8nlGYjrXYq7FUXfatqV/HbR3ty9wlnEILY Oa8IwSQo+/8AzpkjInmylOUqs8kJkWLsVes/kl5HNzc/4mv4/wDR7diunIw2eUbNLv2ToP8AK+WZ mlxWeIuy0GC/Wfg9tzPdq7FXYq7FXYq7FXYq7FXYq7FXYq+YPzK10a15z1G6jblbxP8AV7c9uEPw VHszAt9OanNPikS6DV5OLIWMZU476F/JDRjY+TvrjrSXUpnmB7+mn7tAfpVj9ObLSxqN97u9DDhx 33s41TT7fUtNutPuBWC7ieGTx4upUke4rtmRKNinKlEEUXyXqVhcafqFzYXK8Z7WR4ZR/lISpp92 aYijTzk4mJIPRDYGL6f/AC38yjzB5Ts7p25XcA+rXnj6sQA5H/XWjfTm1wT4ovQabLxwB6sny5vd irsVdirsVdirsVeQfmd+UgkE2t+XIQHAMl5pyD7W9S8I8fFPu8Mws+n6xdbqtHfqj8njJBBIIoRs QcwXVNYq7FXYqnnkzytdeZtfg0yGqRt8d1MP91wqfib59h7nLMcDI03YMJySp9R6fYWmn2MFjaRi K2tkEcUY7Kopm2jEAUHoIxAFBXwpdirsVdirsVdirsVdirsVdirGfzF8yr5f8p3l4j8LuZfq9l4+ rICAR/qCrfRlWefDFo1OXggS+X81Lz6J02wuNR1C2sLYcp7qVIYh/lOwUV9t8IFmmUImRAHV9aaX p9vpum2un24pBaRJDH48UUKCfc03zcxjQp6OMQBQROFk8J/PXyybPWoNdgSlvqI9O4IGwnjFB/wa D8Dmv1UKN97qO0MVS4u95fmI69n35PebxofmIWNy/HTtUKxSFuiTD+6f2FTxPz9syNPk4ZeRc3RZ uGVHkX0Rmzd07FXYq7FXYq7FXYq7FXmH5m/lPHq3q6xoUax6pu9zajZZ9t2XsJPwb55iZ9Pe8ebg arScfqj9X3vCpI5IpGjkUpIhKujAhgRsQQemYDpyKW4FbVWZgqgszGgA3JJxV9Kflh5KXyzoKm4T /crehZb1jSqbfDF/sK7+9c2mDFwjzd9pcHhx8yzHL3JdirsVdirsVdirsVdirsVdirsVfPH5yebV 1rzH9Qtn5WGlcolIOzzE/vW28KBR8vfNZqcnFKugdLrs3FKhyDAMx3CeofkV5ZN5rU+uzpW304en bkjYzyCh/wCAQ/iMy9LCzfc7Ds/FcuLue7ZsHbuxVJ/N/ly38xeX7vSpqK0q8oJD+xKu6N9/X2rl eWHFGmvNjE4mJfK95Z3NldzWlyhiuLd2jmjbqrKaEZqSKedlExNFRwIfRn5T+eB5i0UWd3IDq+nq Emqfili6JL7+De+/fNnp8vEKPMO80mfjjR+oM6zIct2KuxV2KuxV2KuxV2KsB/Mb8rLTzKDqGnFL XWhQM7VEUyjaknEEhgOjU9j7Y2bT8W45uHqdIMm42k8ll/Kf8wI5GT9Eu/EkclkiKn3B55h+BPud adHl7me/lt+UF3p1/DrXmDis9uedrYKVk4vT4XkYVWqncBe+9cyMOmINyc3S6MxPFLm9bzNdi7FX Yq7FXYq7FXYq7FXYq7FXYqwj81fO6+XNDNtayU1e/UpbU6xp0eU/Lovv8jmPqMvCKHMuLq8/hx25 l84ZrHRK1nZ3N7dw2lshluLh1jhjXqzMaAYQLTGJkaD6o8oeXLfy75ftNKhozRLynkH7crbu339P ambbFDhjT0WHGIREQnGWNjsVdirx387/ACQTTzRYR1oFj1NFHYfCk3/GrfR75g6rF/EHWa/B/GPi 8bzCdWmPl/XdQ0LVrfVLB+NxA1eJ+y6n7SOO6sNjkoSMTYZ4shhKw+nvK3mbTvMmjw6lYt8L/DNC TVopB9pG+X4jfNtjyCQsPQYsonGwm+TbHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYqlfmXzHpvl7SJtTv3pFGKRxj7UkhHwxp7n+3IZJiIsteXIIRsvmDzH5g1DzBq8+qX7cppj8KD 7MaD7KL7KP65qpzMjZdBlymcrKWZBreyfkh5IIr5ov46VDR6YjDsfheb/jVfp9szdLi/iLtNBg/j PwexZnOzdirsVdiqyeCG4gkgnRZYZVKSxsKqysKEEHsRgItBFvmr8x/Is/lbWCIgX0q6JexmNTQd 4mP8y/iN81ebFwHydFqtP4ctvpLEcpcZkXkjzpqPlXVlu7cmS0lot7aVosqD9TLX4T/CuW4shgbD fp85xyvo+ldD1zTNc0yLUdOlE1tMPkysOqOOzDuM2kJiQsO9hMSFjkj8kzdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdiqC1jWNO0fTptR1GYQWsAq7nqT2VR3Y9hkZSERZYzmIizyfNfnvzv f+a9VNxLWKxhLLY2vZEPdqdXanxHNXlymZt0Wo1ByHyY1lTjsu/LjyLP5p1gCUFNKtSHvphUVHaJ T/M34DfLsOLjPk5Ol0/iS3+kPpWCCG3gjggRYoYlCRRqKKqqKAADsBm0Ap3oFL8KXYq7FXYq7FUt 8w+X9O1/SZtM1BOcEw+Fh9pHH2XQ9mX/AD2yE4CQosMmMTFF8zebvKep+WNWewvVJQkta3IFEljr sy+/iO2avJjMTRdBmwnHKikmVtTIPJvnXVvKuo/WbNvUt5KC6s3J9ORf4MOzfw2yzHkMDYb8Golj O3J9G+VvNmjeZdOF5psvIrQT27bSxMR9l1/UehzZ48gmLDu8WWMxYTnLG12KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KpV5l80aP5c05r7U5vTTcRRLvJKwFeKLtU/gO+QnkERZa8uWMBZfOXnbzz qvmvUPWuT6NlESLWyUkog8T/ADOe7ZrMuUzO7o9RqDkPkxvKmhO/KPlPU/M+rJYWSkICGurkiqRR 13ZvfwHfLMeMyNBtw4TklQfTPl7y/p2gaTDpmnpwghHxMftO5+07nuzf57ZtIQERQd/jxiAoJlk2 bsVdirsVdirsVdiqUeaPK+leZNKfT9QSqn4oZl+3E/Z0P+dchkxiQoteXEJii+bPNvlDV/LGptZX 6VjaptrpR+7lQftKfHxHbNXkxmJouhzYJYzRSPK2pH6Lrmq6Jfpf6ZcNb3Kbcl6MvdXU7Mp8Dkoy MTYZ48koGw928kfm/o2uLHZ6qU07VTQfEaQSn/Idvsk/ysfkTmwxakS2Oxdxg1kZ7HaT0HMlzHYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqwPzv8Am1onl8SWlkV1DVl29JDWKNv+LXHh/Ku/jTMbLqBH YblxM+rjDYbyeDa95h1fXtQa/wBUuGnnbZa7Ki9lRRsozXymZGy6bJllM2UuyLBPPKXlDV/M+prZ WCUjWhubph+7iQ/tMfHwHfLMeMyNBtw4JZDQfSflfyvpXlvSk0/T0oo+KaZvtyv3dz/nTNpjxiIo O+xYhAUE3ybY7FXYq7FXYq7FXYq7FXYql2veX9K17TpNP1OATQPuD0dG7OjdVYf57ZCcBIUWGTGJ ii+evPf5a6x5WmacA3ekM37q9UfZr0WUD7Le/Q/hmty4TD3Ol1Gllj35xYflLiuxVmvlH81/Mvl4 Jbu/6R01Nhazk8lH/Fcm7L8jUe2X488o+5y8OsnDY7h7B5a/NbyhrgWP6z9QvG2+rXdI6n/Jk+w3 tvX2zNhqIy8nZ4tXCfWizEEEVG4PQ5e5LsVdirsVdirsVdirsVdirsVYl5k/NHyhoQZJLsXl2vS1 taSNXwZgeC/Sa+2Uz1EY+bj5dVCHM7vH/Nn5veZtdD29u36M09tjBAx9Rl8Hl2Y/JaDMLJqJS8g6 zNrZz2GwYNmO4bsVZh5E/LXWPNMyzkG00hW/e3rD7VOqxA/ab36D8MuxYTP3OVp9LLJvyi+hdB8v 6VoOnR6fpkAhgTcnq7t3d26sx/z2zZQgIig7rHjEBQTHJs3Yq7FXYq7FXYq7FXYq7FXYq7FVs0MU 0TwzIskUgKyRuAysp2IIOxGJFqQ8k87/AJIRymS/8sERyGrPpkhohPf0nP2f9VtvcdMwsul6xdbn 0AO8Pk8ev9PvtPuntL63ktrmM0eKVSrD6D2zCII5urlAxNFD4EOxVO9E86+atEAXTdSmhiXpAxEk X/ItwyD6Blkcko8i3Y9ROHIs70r8/wDWYgF1TTYLoDYyQM0LU8SD6ik/dl8dWeocuHaJ/iDKrD89 vJ09BcxXdo37RaNXQfIoxb/hcuGri5MdfjPOwnVv+avkC4FU1eNT4SRyx/8AE0GWDUQ720arGeqN Hn/ySaU1uz38ZlH6zh8aHey/MY/5w+bv8f8Akn/q92f/ACOT+uHxod6/mMf84fNBz/mp5AgFX1iN v+MaSyf8QRsj+Yh3sTqsY6pLffnr5MgBFsl1eN24RhF+kyMp/DKzq4tUtfjHKyxbVf8AnIDVZAV0 vTIbYdBJcO0zfMKvpgfjlUtWegcefaJ/hDBtc89+bdcDJqGpSvA3W3jIiip4FIwob6a5jzyylzLh 5NTOfMpBlbS7FURYadfajdJaWNu9zcyGiRRKWY/QO3icIBOwZRgZGg9h8kfkhHEY7/zORJIKMmmR mqA9vVcfa/1V29z0zNxaXrJ2eDQAbz+T1uGGKGJIYUWOKMBY40AVVUbAADYDM0CnZALsVdirsVdi rsVdirsVdirsVdirsVdirsVdiqV6/wCWNC1+1+r6raJcKP7uQ/DIh8UcUZfvyE8Ylza8mKMxUg8l 8zfkNqEBaby9dC7i6i0uCEl+SybI308cw56Qj6XXZezz/CXmuq6Jq+kz+hqdnLaS9hKhUNTupOzD 3GYsokc3AnjlHmKQORYOxV2KuxV2KuxV2KuxV2KuxVHaVomr6tP6GmWct3L3ESFgte7EbKPc5KMS eTOGOUuQt6V5a/IbUJ+M3mG6FpH1NpbkPL8mk3Rfo5ZlQ0hP1Ofi7PPORetaB5Y0LQLX6vpVolup /vJB8UjnxdzVm+/MyGMR5Oxx4owFRCaZNsdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdi qldWlrdwtBdQpcQP9uKVQ6H5qwIwEA80EA82G6x+TnkfUSzx2z6fK25e0fiK/wCo4dB9AGUS00D5 ONPRY5dK9zDtS/5x9u15Npmrxyfyx3MZSnzdC/8AxHKJaM9C4suzu4scvfyV8+25PpWsN2B+1DMg /wCTpjOVnTTHRolocg80on/LjzzCaPotyd6fAvqf8QLZA4Z9zWdJkHRCHyX5xBp+gtQ/6RZv+acH hS7iw8DJ/NPycPJfnEmn6C1D/pFm/wCacfCl3FfAyfzT8kXB+XHnmY0TRbkb0+NfT/4mVwjDPuZj SZD0Tey/JXz7cEeraw2gP7U0yH/k0ZDkxppno2R0OQ+TI9N/5x9u24tqerxx/wA0dtGXr8ncp/xH LI6M9S3x7O7yzHR/yc8j6cVeS2fUJV3D3b8hX/UQIh+kHL46aA83Khoscel+9mVraWtpCsFrClvA n2IolCIPkqgDLwAOTkgAclXCl2KuxV2KuxV2KuxV2KuxV2Kv/9k= - - - - uuid:55226f3f-6934-0846-8d74-ce855100ef17 - xmp.did:16a9f1d4-6556-4d68-a81e-195f13de58fc - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - uuid:182b8aad-59f2-4271-bb09-49a37b9e3e8c - xmp.did:6ce228ba-3300-1e41-a3a4-a8b78dd690e0 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - - - - saved - xmp.iid:16a9f1d4-6556-4d68-a81e-195f13de58fc - 2018-07-26T16:48:17+02:00 - Adobe Illustrator CC 22.1 (Macintosh) - / - - - - Document - Print - False - False - 1 - - 20.000000 - 20.000000 - Points - - - - - ElegantIcons - ElegantIcons - Regular - TrueType - Version 1.0 - False - ElegantIcons.ttf - - - - - - Cyan - Magenta - Yellow - Black - - - - - - Standard-Farbfeldgruppe - 0 - - - - Weiß - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 0.000000 - - - Schwarz - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - CMYK Rot - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - CMYK Gelb - CMYK - PROCESS - 0.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Grün - CMYK - PROCESS - 100.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Cyan - CMYK - PROCESS - 100.000000 - 0.000000 - 0.000000 - 0.000000 - - - CMYK Blau - CMYK - PROCESS - 100.000000 - 100.000000 - 0.000000 - 0.000000 - - - CMYK Magenta - CMYK - PROCESS - 0.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=15 M=100 Y=90 K=10 - CMYK - PROCESS - 15.000000 - 100.000000 - 90.000000 - 10.000000 - - - C=0 M=90 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 90.000000 - 85.000000 - 0.000000 - - - C=0 M=80 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 80.000000 - 95.000000 - 0.000000 - - - C=0 M=50 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 50.000000 - 100.000000 - 0.000000 - - - C=0 M=35 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 35.000000 - 85.000000 - 0.000000 - - - C=5 M=0 Y=90 K=0 - CMYK - PROCESS - 5.000000 - 0.000000 - 90.000000 - 0.000000 - - - C=20 M=0 Y=100 K=0 - CMYK - PROCESS - 20.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=50 M=0 Y=100 K=0 - CMYK - PROCESS - 50.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=75 M=0 Y=100 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=85 M=10 Y=100 K=10 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 10.000000 - - - C=90 M=30 Y=95 K=30 - CMYK - PROCESS - 90.000000 - 30.000000 - 95.000000 - 30.000000 - - - C=75 M=0 Y=75 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 75.000000 - 0.000000 - - - C=80 M=10 Y=45 K=0 - CMYK - PROCESS - 80.000000 - 10.000000 - 45.000000 - 0.000000 - - - C=70 M=15 Y=0 K=0 - CMYK - PROCESS - 70.000000 - 15.000000 - 0.000000 - 0.000000 - - - C=85 M=50 Y=0 K=0 - CMYK - PROCESS - 85.000000 - 50.000000 - 0.000000 - 0.000000 - - - C=100 M=95 Y=5 K=0 - CMYK - PROCESS - 100.000000 - 95.000000 - 5.000000 - 0.000000 - - - C=100 M=100 Y=25 K=25 - CMYK - PROCESS - 100.000000 - 100.000000 - 25.000000 - 25.000000 - - - C=75 M=100 Y=0 K=0 - CMYK - PROCESS - 75.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=50 M=100 Y=0 K=0 - CMYK - PROCESS - 50.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=35 M=100 Y=35 K=10 - CMYK - PROCESS - 35.000000 - 100.000000 - 35.000000 - 10.000000 - - - C=10 M=100 Y=50 K=0 - CMYK - PROCESS - 10.000000 - 100.000000 - 50.000000 - 0.000000 - - - C=0 M=95 Y=20 K=0 - CMYK - PROCESS - 0.000000 - 95.000000 - 20.000000 - 0.000000 - - - C=25 M=25 Y=40 K=0 - CMYK - PROCESS - 25.000000 - 25.000000 - 40.000000 - 0.000000 - - - C=40 M=45 Y=50 K=5 - CMYK - PROCESS - 40.000000 - 45.000000 - 50.000000 - 5.000000 - - - C=50 M=50 Y=60 K=25 - CMYK - PROCESS - 50.000000 - 50.000000 - 60.000000 - 25.000000 - - - C=55 M=60 Y=65 K=40 - CMYK - PROCESS - 55.000000 - 60.000000 - 65.000000 - 40.000000 - - - C=25 M=40 Y=65 K=0 - CMYK - PROCESS - 25.000000 - 40.000000 - 65.000000 - 0.000000 - - - C=30 M=50 Y=75 K=10 - CMYK - PROCESS - 30.000000 - 50.000000 - 75.000000 - 10.000000 - - - C=35 M=60 Y=80 K=25 - CMYK - PROCESS - 35.000000 - 60.000000 - 80.000000 - 25.000000 - - - C=40 M=65 Y=90 K=35 - CMYK - PROCESS - 40.000000 - 65.000000 - 90.000000 - 35.000000 - - - C=40 M=70 Y=100 K=50 - CMYK - PROCESS - 40.000000 - 70.000000 - 100.000000 - 50.000000 - - - C=50 M=70 Y=80 K=70 - CMYK - PROCESS - 50.000000 - 70.000000 - 80.000000 - 70.000000 - - - - - - Graustufen - 1 - - - - C=0 M=0 Y=0 K=100 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - C=0 M=0 Y=0 K=90 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 89.999400 - - - C=0 M=0 Y=0 K=80 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 79.998800 - - - C=0 M=0 Y=0 K=70 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 69.999700 - - - C=0 M=0 Y=0 K=60 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 59.999100 - - - C=0 M=0 Y=0 K=50 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 50.000000 - - - C=0 M=0 Y=0 K=40 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 39.999400 - - - C=0 M=0 Y=0 K=30 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 29.998800 - - - C=0 M=0 Y=0 K=20 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 19.999700 - - - C=0 M=0 Y=0 K=10 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 9.999100 - - - C=0 M=0 Y=0 K=5 - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 4.998800 - - - - - - Strahlende Farben - 1 - - - - C=0 M=100 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - C=0 M=75 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 75.000000 - 100.000000 - 0.000000 - - - C=0 M=10 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 10.000000 - 95.000000 - 0.000000 - - - C=85 M=10 Y=100 K=0 - CMYK - PROCESS - 85.000000 - 10.000000 - 100.000000 - 0.000000 - - - C=100 M=90 Y=0 K=0 - CMYK - PROCESS - 100.000000 - 90.000000 - 0.000000 - 0.000000 - - - C=60 M=90 Y=0 K=0 - CMYK - PROCESS - 60.000000 - 90.000000 - 0.003100 - 0.003100 - - - - - - - Adobe PDF library 15.00 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]/Properties<>>>/Thumb 13 0 R/TrimBox[0.0 0.0 20.0 20.0]/Type/Page>> endobj 9 0 obj <>stream -H‰MÍ -Â0»ç)ò¶_[ -ˆ‡uÃÓ±àÑÃPaàÀõýÁo#?ˆ½Ú±»¾?ý΃j}áÁ]…-wáÔ(&E5G·;Û´À^´û4Ýø§hQßpÙä˜E±e Û^Äg:\:²~q ñ\g èç7ü9Up endstream endobj 13 0 obj <>stream -8;Xp,rVCYe!!<3,C'.`~> endstream endobj 14 0 obj [/Indexed/DeviceRGB 255 15 0 R] endobj 15 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 6 0 obj <> endobj 16 0 obj [/View/Design] endobj 17 0 obj <>>> endobj 5 0 obj <> endobj 18 0 obj [20 0 R] endobj 19 0 obj <>stream -H‰\ÁjÃ0 †ï~ -ÛCqšÒ[Œ–AÛJ³=€c+™a‘âòöU¼ÐÁ6Èÿÿ‰ßÒ—æÚO ol‹ zOŽq -3[„OêX‚ó6m]¾íh¢Ò·Ë”pl¨ªª@ßEœ/°{q¡Ã½Òì= °ûº´{ÐíãŽH -¨kpØË 7ß͈ 3vhœè>-aþŸKD(sü cƒÃ)‹lh@UR5T¯RµBrÿôêzûmxuŸÎâ.Šs™ÝÛûÊÉ÷àÊÎÌ’'ï Y#xÂçšbˆ ÔzÔC€£o› endstream endobj 20 0 obj <> endobj 21 0 obj <> endobj 22 0 obj <> endobj 23 0 obj <>stream -H‰j`€‹… endstream endobj 24 0 obj <>stream -H‰ìUMhAþÞìfhª©=´1Ôú“–DEÛhÚBÕV¡x²†6iÀ$•6…Ѝ¤XЃPÉ©AEoŠÐ"âAðæ©Q)i¯^zé5ëÛÙM¶”´§¾Ç›÷½¿y3Ãlfj&'²P€ËW[0éËÈDòvüûÑŸŒ×Y±èxI{YÐ=¶ƒ v˜éô–‡¦D*3kÙ_±žœ‹¶Î·žÔe¶¿¥¢³·Ìxͼéh*6·tî3Û\O=†N¤8gôYzGç/À¡ LT›†â‘q„qlTÔ‹h¡5ø²œ#ƒ -H/ -AEÔÀ…Nöø´zO Ø)|þÎ`ÀSßBš‹Nø}š§‘Ú¨=ài÷txBŽ`¨-Ô%ÚCAº¹R(¬ž-åóK¹„ë –ì¨qï'­Ÿˆ„BB(‚HUH!ºã bÁÈ.½Ë-çrËöªÎmZ­[»@ ƒß;Ͳl\¯_uÝÄ>!—üeúÍɲÖKú*¯~M'Ì0WК¾Š½T‚V§69D½2ÛϙÒ»ÑËã'> endobj 11 0 obj [/ICCBased 25 0 R] endobj 25 0 obj <>stream -H‰¬•wPSÛÅ -Ћ!”H $!ô¢¡÷.H¤„Z½HÇ‚€± ÒDAá‚JQDšÒ›4AŠ Â=è»3μ;ïÍ›yëŸý;³÷7ûÛg­Ù€í±´5u ¬H¦µL쌌]\‘t€`ÔÅ-8`nn €:\ ü›¶ªÃ±ýÏóÿQG܉Án@% r´ØÈÅ K…Q¹dŠ Ùäyy(D7/€Ö2…†ÝAfÙ)Ô›2 dQNr:@åì2î7ÆT.ßYGÀ¦3D©d,@½Ëñ/Æt¸W‡ìéâG`¾Ñžñ«ÏŸÖ -p¡Ý‘ºfz–9e¤¸•‹SÀ+¢q*8 /ñ?þ„ÿ& -1œr8jF½=½(HpE$Á=À•ˆ´Š¦ý‚¥‘þn2pÊÎù«jôbÜ ^Ìþ]o ¥¥¯M°þ»q ØÛóçÚàßÎG­-ù?Ÿ~ù:Aì—‚Dç?€0£^‘­0à¼å*àM—NQùyPp?€2¿2õ›þá›êW¨* ‰Pjs5Z4’£†m1Ì33u1×)cÉcMc»e÷ápæ<ÉeÈMàQä•âcáÛàh:ZŒÈŒBzY kŠàDEQ<ǘŠb»âk ’RƒÒoÑ­2µ²¥˜\l.\Î o,¯ €T„)n(+w«Ô«–©ÝR¿®‘r<þD !R3D‹¬¤¤KÖ Ñ48og”bœirËô¾Y¹y•Ee“U§ußÉ6s¶ë§~ØÃ8…N£ðΪg4]ô]ÍÜlÜOÝ=|=É^Þ1>ñ¾i¤L¿\ÿ€¢À² *r]p3¥3¤7t4l6|-âG,šû,êö¼ZŒÁ…S=ÿˆˆM¾TWß›°’È”„N6O MÍKkHÎØ¾Êq wÝ"3àFjVYvgÎ\.4O0_¥àä­€ÂÄÛ·ïÔÝí½÷ù>¤˜÷¶Ä°Ôµ,ªüzÅÇ•3!U‚ÕêOŸž­I«Íÿ³¢îE}ϳÉç ôM˜fûÖ€¶K/sÚ+_µuŒt~yMÓÍõFà­pØ;©^™>l¿Ü{ü€üùAù!ü°ÜvTö#ú“ä˜Ø8jBh1Å?Í=Ã1³?;1×2_´ðÙwÑt »Ì±¼½2´úìKÁÚ…u÷¯ºâ›°ÍÅ­îíÊo×v"v]¾î)ü@ís0€þ·R%B¬ BÐMê·4å´)t~ôÆ0)F†EÆ.¦Ræä#þ,æ¬86.¶ø'öŽœé\aÜŽç‘3Ó.«®ßÝé‰\(OŒ—š·­¯)Ô/Á?' "°%hˆ¼J¡ A†*‡Y…ûG$FEµFOž£:/£ux1á²Øw—¶ã '.[$º%…&'¦¤>MëNŸÉ8¸Ê{Mþºefàô¬ÊìÞœÍ\Þ<|÷‚Ä[ GîPß•½g_téþãâ±æRÕ2ïò¬Šö‡à1U¦Õ¤'IOKj:jê꥟™=~‘ÕÐÐ8ß oÑh%µÝ|ÙÕ¾Õ!Ø©ßô:»»éÍBË;|¯m_xÖûšþ«CôÃÈùQƒŸHc‘ãq“iSÓgftg¥æXæÖæûª>_] Z2[–^­L¯6~¹¹²nöUbºñq³fëÊ6é›îŽÐÎ÷Ýïö’xîkýôÿ  ‚‚LAïQûÑ(ÑÒÐöÐåлÁ¤Á; ‘1‘ɆY„yýH3Ë5VO6U8+|–½Ž#™Ó‰ à å~ÏSÌÅgÊ/Ì¿)Ðq4$¨ƒäC®µ -爊ê¡QߎõŠ•‹'JøHKÉJ³Kï ÇdÚe+19ØX\ œ#ÞP^IA\‘G‰^iWyIeLµOí•úsêã¥' -©šç´´]t¬uõôÔô±b†#NcfZ“Ó³¯æ+ –3VÖŸNŽØ Ù~85`×oßï0è8zzÜiÆùó™/.[®{îP"ƒÜ“ÏKÄí£èK ™øÙùÈ‚ÒÈÁ)M!}¡³a»,‘¨(Õh‹³^çbÎgÇT_x{q)–á’Dœa¼oBÊåÊÄþ¤ÁTí4ïô´Œ'WF¯A¯KfZވ̺Ýæ‘§Ÿ\«£póŽà]{¤¢«÷ë‹§JKñe§Ëã**?¢sàPÿ¤úéD-ËŸêu¤úœgmÏ×FMáÍE-}mÀKt»Ý«ØŽòή½n¡7Úo‰=±ï -{Ÿõ ô/@?ð J © Øz~$Š‹Os9•=}s&w6wîæ|öBæçŒÅ䥸ås+¡«~_\×l×¾ªoÈn"·àÛÔÛÛß–v¦wÇ¿íMþ˜ß_ÿé U D -2-¦&ÑÈÑìÐ6ÐÅÒëØa½ YŒNL(¦%æª#‘,VkÛ ¸3»û*G g —>7÷0Ï^_><ß›@ÊQk„bJ°$¤, wˆ\uD‰¡6Ž5‹eˆ»I(H2HŽKÕJ§£½e´e²;˜÷ØJ\’œž / ¿¥Ð£X¢«ì¤¢¤ -W]TkS/Ð?nyBš@K׬×Êß] =½Iýƒ<Ãh#cU“}Óq³Vób‹TË+G뿪§& -à"°x¢îéáEôE `8l¨¬R,èÚèb RTDÍ×KzBI(„@(RCŽ -ÈÒ›H—ªè"ņ«‡ì1oæ÷¼yÏþ‚ÅÅ —–]úzyÜ­Ó½ÆCã©ò’y |ð+á¾·®úÒ.û9ûÛØ\£^ßqcóMJàª[:·~Í¿ é m»]»øyai÷£îs Ðo ?ä {#ž¨æ‰{WÉëŒæCÉŽâ<âæóªùÝ‚BíÈ "«(ñM Kš]3·Tf,&'©‰/’&’õRL•©‹û L¯ÎÍÒz¼9ûhŽW.˜Ÿ_VЯž×l,²}â_Ì+Q—–ÿ£båͪħÝÏWWŸ©á×6Õ­úã\}tCÓ–æk-Ù­ŸÛtÀ5]ú¯ÎvÇö õ™ö‡”¾Ör–LŽç½œ°|Ç|?8iýA45=ã<›ûiÍç{_úæŽ|Kþ®óÃïµ?·/Dþ½Xt1ï³Q-ô×—N¨6º±²oÑ].‹+= º¨ç5ª‡Þr½Šê Ø¾ ä+*ßpéÀ–ÌÀœÁ 7¸ŽÓ¡ 7±’Ë5ð4³Yå†è2MD…!·"»ºzˆ-I¸Ø .¤Þ¾¥ˆ ·>1!$?˜P¸ö9Ô+’¶¾…F…œÒ'М $•¯åŸˆ´÷sÒ aN£_Ìbg8SaKbmk˜Šõ»`‚¹ù/l–«Çv‚²¸æp:&·¸Ò“®Ié€öFµGh ¿HÍCHñ”–õñ'Î8Â+yÛþ Â;89†EÐ,Û{Ž®PŒ8[R^4™€û“V<Ù -žKx”l ’qQW°2:õÁHGü᪠-r¹;A;bÊjJãÏ - ß¹ü/3?¿z(HËÖjàUé÷4rà•Ò6©\žtƒ¿tL(¸¿Åí÷­¥Ó§»!è^+!d ¦Eü„σeo_ÿ8¯7Îç}/t®g}KLªsÜàurcø.p—‚ç» eŒÓŽ`qt• Ø Ñ3,Í#®|Zh½Ø80Iÿ»ª¾î5 ]’©^üK=¤ Çœ;œy€•±åÞy C¹ñЏ1ÑóTxA6G¯Åä6åÂáÙzW[h -½­>ô…œÞú<1¿Þ]¾^~ÐÓ|äh¿å¾ ãh¦±O#P©T ->$ÆP«@½ø%†€»hÛŒšþ¬o²K/è{ W4yw8”ççã fî8e D*ïR£€Byá;`¹ˆœn¦—½QöªèòÁ€šÇtV×ñÜy:Þì_@ϨÍgaôžJ³»çí¢.ï?ÓÜö“c€}z5Mœ7üD¯ñ>ÒX¶På Ó jª§2è{á89 -ŸO -#/Áé¼a¢^Ÿ#üó¾ñ„.’yš‡?F—Pgq?ôè:Kܘ1b4²òûwߘUuF¤ã]ÁW¢…qP¡&<Ég\|Šô¹‰KÈåW®à'‰ÊS®E< nǪ‰}”XL­'ÇD‡{-IáõZkÂO—oŒ¿å›Ê—á÷=»ßÌi -³ÅzÙøÁ¬ž“"Ì9·7 3g `¿0ú'ÿC‘Åw%îÆ|®¾€WHoçºá;ÅÛãý±ZÑN–*tº³€Qxïû‰2´‹ûÀò%šÎ±£ü e}|ïN JÛ.ïHzö,7“‡d«±-n 3‹Q2Aû¥:·{д(©—-ŠD:ŸXŠþan醚ð…ÿžGê8ó=øxöpç$~:Cþt–›Ê|¼[ý¨(–‹æ)/Qš¬7´¥Æy£¿Jj¯!cQú–KUäJÊ&d-oê­+®|"ë c3’ÊlìXö“ÌYT™aãƒÚ)‰ä{RIÈ,Òœ0èQŒdÇvE0é¤E1rH,§ØÀ  z|Gž´oÃrʲ*Ñ颵å虼Šh{äCVÞŽ$¦õ†!w’í< WùœCb$Ó·¸wEÿM¹ý.ËÀ=´NbpÍd¹5ª©,I£«ŠÕR+D¥Ö†‘ ÙAÁnˆQúVwþ’bâ —+’,lá0™.%â »FSð£]gZF1÷ÿ²=(§N¢#O'%'‘ÐR>¶¡:åÂ=9Çݵ`ez¤}1ìŸâm±Þ’À¡€…pd¤7ªlY‰î1-uCýÛrÒj‘Âz19þü"z/ó -2… cÝâaZÎnûpØHuÉ| -z­P¸à„ðÏ1iDhÖÖÀÿT´ò‚ÀøL.׬‹ÙÇÙYìeP]ÈGÖ&ø¢G,ó,<îÀdÄ !æmŒÕH·Á7†9ª¹/8ÄxÜRÊË&¿•õsHçôzÎ^B#Meï&h¸?˂؜Ïô$V¸ÃŒGøŒ½ŒœÃûÍ·“wðfƒ2˜°’ó]"¾6ýÅm–îäÜæ}R³=¸bÉfƒcúÌûlqÆÈgU¸=dè0ØÕ’W™N{DÄ£Ù'ª!ƒñ` ]Ááò` ÐÂAÑ¡ú-/s¬"> £†¡£šôœBUuF.{Tá}Ø—í) N!ñ"Ÿ€GB;†¡džl¹ß…[ôLû¢p‡¾Ù€¬næªí ÏF9· ZXcÊLä8ëx§ëØçÕ§ÉÀÛeø®W [©ƒ÷o@ŽÄ“1V’L-ž†±—#áC&èÑk’¦ü*ë¼ÃKŠ•&vV,*pê¾$€i;´RxŸ™Ù¼‰_ÏPG?+\ʽMùbL6))r>=@x5*ÄfŠƒvå ]Å^ZdžuÊz]X’?ùP4Ï1p °9Q¼~¶¹*–^ *ÈýÜ,0­À‡˜#Ò%8úÇb»Áµ;«Q'p“×*$L´îE¼Á‡f"òÞµËüw„ ¾þŠÇ•S¡˜þ‚ìCƒó戽Ha€ÍÁÃ…h ¼:è-"€dkªà>è¨uœÁy7C/Îí½Ïß)¼dô¦£ù%Šx®†Ö`ò'Šqyo «SYØ "&¦]‡Û…#6Ø‚5;à4ÍÚuÁã㯽ªƒW£y -²¶–‘ý§tžk/ Gà ™ˆ‘«Á½&§0ôÏ,ú#ÒBùvÁ"Rá9 5ÍÖ×9oQåm@°·ŠÑý;/D«5„RIêP™–Ô+-GÂMî•#º¤™'uh¶èAt0"ÈÜ;ò=k Õ´Ÿõ?{üÐ-WeÃ_]åôÇÚ‰[jAÕ )HîÖ>†íðAuä%WöüÄ#Ôº´>ªž‘´ïƒÚD.žÙœJAªû1~ó ÿSçÌ•ôV—ª§Üþ†É â‹a²ÀsôUÙýØBèÄ -䪪/j)Œ+6ï8Å˼=wpüÄëmbÀnòävþ\ÿßžtGO½¾Š«íÈûãÍì¯x ñÔÅ;è`uKJ’£ ‰Ì„w¨ÝÞAß•Õx~Ïž–l.›É‚Q!ÿ¯±ýËhã0³RÈ¥ûjEëã•Glsܦ5#ë J58/Gü V/ /•é"N—Úà1Á†J;mh`˜$¯ü?§,ÛWÒúqµ®•ËÝ$L$ý·À0l®ûJVz²íÎq+Ĭñ߹ЈAÊaiŸxØ!ŠdpžTŒP¾/HêÀå_ zõZYs•˜-ždqN -……‹²ýø©…U)$YäÇ­, H -ŠÏºgæ,7‹—xeIÑHhÙð×6­Ü <¥{*ÍM…Ä@+{à Pšõ•w/¤fID.—¨¶‰ ÏÝ O-M±°e¨µÌ™ðmu+M­´y’!ô“@*ÊD>×Èæ OxÁ0ÿLÅAÿ ¯% èòv[üè·Flr´t@Ÿqª×+Ž /4·ÈôürÍ -‰ýˆX8Dm*QñäÔ/éZB–\ÃÃÏø@ša±þ8~Ír;ŽíE=,7 îð±þ!ùÅoM‘2‡ÒDõ˜”üÉ[.Ü.R°ŠùîeæÚ“7˜t—A};°— ¹Gü—bsÄW·Õh qÙ2‰A—];%ÏÒmiø"í©°+g‰=Uÿ¢f¿*l‹3xݲœó¯©ñ?I Èaå~ áÄ/Ø&Ç.Ñu®óè -ê¶¥ ->éúÖÊÝêšê'¤g«gUi¢ÉÊ ÜAN…¬¨€—¤Š?oO%)†“€,z¿~U¬Þ¶ 3¦»^GÄüjË)È€·öZÈMÛ‚FiPãånQY›¼#ØTVðìtgÏùSVê¶D¹^éÆÁOË¿Û:…ÖJO»ÊgÑ+SÈ¿×óMnvõeKêßù­l‰ou"ô«†ƒÌ‹ôï†'gøSzÙ‘[Ä ±oÿIõpkš Ðº¦Â½’+/ÎeüM÷=¹ÃÈPm²4¨?EþAô˜àåüOí• =Ф>“Ë­¬=â@tV¯ßw {®[²u)jW¾ÙÕ>'ÛjµŸcJ|ße”ûÜ57—î¹¹RÎ1‡Öa7ù/zÎï£u c\VËž‚ ëÝBßb-ÕC~}È5–®Ö°G©•U*»Š°ëÞZù$ÿSm¾Æ©€«à«ŒL "CÑÆ¼ÀÜ+›g~>û£dw¡ìÈEáÍ¢ûBø`Ѥß*†]vQ)¬TóTîÚ’×W˜ºЬæ~E0!·U~JqÅb ¹`•,ˆ<Ã7q |¡?ŠðæÄ·“z\wþÈ5‚‡Í)r-ø¼ÓC÷#n[-V 1/ÙceŒÎËSÃùˤípm†‹Ø^ß/h†þOœÀC•0Ïï“eÕ®ŽÕXÚd#GŽQŽä(–‰HäJ‹3È`î7óÞ¼yofÞÜ÷Œ†q-‰EߦÝ~í¶_‡ÚŽO±Z©öKÙïÿWÇ>€Š(û‚C8Ç(8÷>¶=%Å¡—•Цx®>Çב/@'‰Ž3E»³“êÖÀºâHe¾Í´‚½¯b#Áô‚®°ïÓ“Ýë"=Ûá³êݯQMcOuä…‚A~­d+Ê¡^ÄÂy¥µkù2® è²œÍˆâöpRt€åÀ“ °™ózdÜsÝw²B8uŽ9ô†]ï7ª}íCꫲQ] ’)>«^ß6&$ËGk¢Ð{’±Â«¼CØ\ÚôL£æ`È£Àn œgãŽgš wŽ -Ú;Æ.ËŠÊÃr_Õ/C:—x)âP£]ëa„Î¥:媀Bø“Ü3-⊗c¶pöcîÙ€=Ñí#Ó—÷­ã=Z"#§û‰jÛ%"£÷÷Áb7KJËйcúlše/Ø_ÐÜ>‡*½¢Eì7ÒÙ@+VÈâ6Ÿ„nvÂQGM]wTnGÖ<2Î ¯œ!_,õ>«‚PŸ®è“§áVã­ÔwN×ý5»[õ,ÀÂ*–Þtëg”ðGœvR20ó‚ÊùªBÞ'«½ì•ˆ­Ç†É«÷†Ã+¡¸ ù×át‹Gj x§£1j”MÔÛT°¼™n"Æ×üA§ÊKF—¹¬óo¢½¼¡½ØUkûˆoȱ*éhÕÙ$éüe1³¡%õ˜°¡Ñ#*54Ní æínR¹®çÎ7â¶‚äÄŽëÈ -ÙVÃ"ù8¡µ%{4G(«È«*ÃdîÍ+ù~¢?ÉŸ§tž’ƒ#¨¹Âÿg˜Gþá9w[‹wŒ“ߺÖ4ݑĈ—ºvÑOrb4é´¶ó‡ר=yR:•pâŒ(‡bHY-È $D~‰)þÅÜŠ5a:GâXì³mrãÉ ]¬Òcà^vˆzˆýKS¶Â8õ=U²ÄŠË3c7™Éßðo1Ê÷‹‘UôNÿϹuôÝ!8EGpý€’²Ò®69 ÃEsúu|?ÀWŠx5É»á 3FI åÎaàºä ~Û¸ß•× -TúC¯Y¡ ôbà–Y#´tÓh‘ë±G:‹tËW5-êä‰BÛòGô^®¿p–w+Ùå.îÓóœ x¿Z¨ t#4rˆìû æušI_o$郅¯t¥š/˜©*†â-©]öV:S¾IÜ#ö< -Bq’¥ñÃöEÀd›_0ø7¢Éˆp¼0É÷ òeì,ØÎþ%ã(ÝI›kLñgu=½Xåin­¿## ÊΊ·è´9®‚ê¯W"Óò©ˆî©½o;èƒ!„tàÞ%‡-ôIz¦Þx`t’o¥[!Ö¦ZÓ?Q÷,ÙâYjÍwÌgW t†ùCOT¾ÄmW²}‹9Ó’ B$p©qøŽžL?¢5LRÐõDõªòÃH|]’ÌgpO©“h¼—zì… ªkã¡J$Û¨ -—sOk½|8˜ŒCØ ø"¥µ´×ôrÕ¦âqÞc ›(¦:íˆ/kÏ~%¥”Djî“[¯´ihH¬–æ5nß›€-7Îíˆ87ýŠ_A%ÍV¶þÜ"²Rñ¿þÓäjxªûwòڶᎣͿœ3ðÍýÅ"Íö汬6EVóÄ÷’Aò†°'X*¹Ì{™ŸG~ŸGÆZÞÙVA‡Zƒv}&ú(lݽ†6ÑúÉ$¥>®YÔŸ¡n-ZT3(º£ÉÇ(± D‰;å³°&ápÛœ÷ :Jùÿ÷2gkSÛIJ}ÿ'¹Ž]œèV‚É -¸W³C÷;KX´_µÄ="ߟÿ·Xʰ #ƒèÕÞ¨=O‡mpê(·eë{Kù ó änK¸‘ ¿¬ÎÓ溞bªª@mfŸl€“_#va»„^X¼w4"fø›0À²µóa³©AÒ°ÞUÒ·`œ™,."Ÿ4ºÏò´ÏøšÂ*kÄ”¹Q¶~·$Òpw‡f À›Þkð3ü3îv¤RI’Üž ­=§Ñ |߬oÿ·ìSÕ-Kòma Rƒõf@Òû‚ò8Š(Mµã_æ!^3<.Á¿áº‚ÛíXש?ˆë{ĻغÎóùíçµ{ª¶h÷*Ÿ0”I²·é¥ ’8Gì.6´ÇÂÏh½ºy›Ñüˆ MãBYnÔW"v¹— ŒvÞéhZn?lš©LÐ,6ž¼¬´ÒXÒS¥ß(i)IfÚ“Œ®H|½ˆ°E˜ÙÀ¡8“MÛ€]é)>ÎZêþÁ¹É¿Ý³çzKó“=¹Iñ£ñǴɽïAÌKý)äjT|姉~Ã/‚|x7®‹éL Á|{R.YX©ªÑßÁv» Öß/h°þãù€‚iqM‹’ˆ:=cMÂYCgHZ¨Žðr‡q’qü¸ÆÝeôÒÒùN£fÒFz×Ð.R&)¹Ï†¤,ÿ³+†ô.Ob¼Öp.5^WÛ¸&På4^ü?þ÷7Hž‘~(+›PjÅ™Ÿ€±v“$í•J½½Ó‡é¸i|z•³K:mS®†`ªR×¥½¿§§~q1Z£o8#ŸÏ€)ŸÉgõ”§‚.‰óÆ<‚ˆ}CÀL‚(p¨º™Ød,µK W»°JžKJ«o¼>v¦Ü‚1%¢ž‚~#žëƒ6Ü­ƒíG“yƒu‰QÅ`ˆý|Æ¿oˆpC¹Ä‡KcË´‹†Wb¯’†Jüª¹…Ã>5¦&…©0÷¡ã…Ì"òž†Jâ›°†)’nƒÃˆíij||b¾ÁŽo㹌Âcv³å‹’W®ðŠªJ¸ª‰í=ý¥…‰h0Ρ=‰("áh‰hþšÏˆБƒƒîˆ„Ä•Î{í¾“üoj¸{’;c³F˜Vµ®PDJh©tŽ"=¿¤Þ:0¨ Œ§"Ýœ¦ŒŒ6™×‰ø2Ž„0‡ýÃ}›ê{b½•™¾nà·ï—b…²³•ŒVE­µ“ÓJ¨Ò’N=~¤8‘0…Ÿá="ã›àZ„˜Ó‹©®™„„‡ŒÃ¢2zì½&Ÿnj·uœûb²2š~Uå­/˜^IÁ¨E–z=F£§”ê0fŸJ“Ü"è›5‘¿Æ—ôŽÆ„ˇ¨›zq¼Å¥…mï· -¢‚a¡±½ŸœU€¬³Ir§Ãšá=£!™ 0Kž½—N"𚙓í—0†qŽ…†—Âq¯(yí¼n«¼mi¶ª¨]a ±P¥U¬>¢?I§GŸ¾<Õ¢¡—03ž8š|"üš•ó5–ª½|…;…üÂ"µÙyh¼!²lô¶Y®f`®°òªÀT®«Ú§¡HϦݤÝ<£¢3¡‡0Å)#™Œ—¨a•ðÇû…e…^ÁÚ¼½xñ»à¸ l•¶´’`S°§°™T_«ˆ­'H‘¦‡©F<{¡Ú¤®0iŸN#™(—µ„•{ß-Œ…‡~ÊÐ~r Éä}­f¤ÃÖ}‡Zì½é}§OG¸D~ C¦²Ê~œ7¦­¨H+)¨ï€ѤÝÀ¡œ‚•–‚j~nÏ„ -rIÈòƒ;fSÂ炜Z¤¼þ‚KO·^‚?Cm±æ‚]7{¬Â‚´+§ÿƒEÜ£Õ„'û d„+ï”Ñ‚©~@Î(Š rÇÿˆÉf"Á÷‡»Zv¼&†üNܶކ‚CG±†67^«ò†4+§(†€å¢é‡>0ŸN†?“¿‚ß~/Ím rÇ7ŽifÁ+ŒôZe»g‹ÉN͵ҊêC:°YŠ;7R«5‰Ø*þ¦g‰Ñí¢Š^žW‡¾…’΃}â̪•üqÅÆw“ùeÖÀn’"Z/ºªN µPC¯•ŽF7>ªnŽ*û¥™H¡2Œ«¬H‰Sî‘ÕƒU}…Ëõ›ÈqhÅÊ™fe{¿Á—/YÚ¹ô•=NZ´W“£Bè®Ñ’F7#©¤‘I*ý¤ÆË3 DŽÿœ.ŠÉr݃®},Ëk¡§qÅ;žÓe-¿,œ3Y‘¹V™ãN³³—òB½®'–E7 ¨ö• *þ¤“âXŸxüi›<‹âƒû|äÊí§˜pÉÄ·¤]dྠ¡ZYH¸Áž®M㳜mB–­‡š}6û¨S™+£f–­ƒž¼’̹šf‹OBT„;|¯Êr­—p„Ä8ªd’¾¦ÉXú¸0£ÃM¦²‚¡@Bp¬ìŸ#6ñ§´œÂ+¢Â™@·ž ”|™¨‹ƒ“Ž»„r|`ʳ°p;Ã˯ìdN½¨¬SX··´¨üMp²¦EBP¬g£~6é§-Ÿç+-¢Á <Ô{ð$*Ïö6a”­Wm¯Ü:¶ ;^h½î(ŠÒz’ÊUfæÿÿÿþçüçb †3Æ`Ü×7)G®‡H$ÑIéÜŠõè³ôÞ÷»[±éµ:.mj­·ru‚ÎpTâFgýÞÊ›ÓQ_:®×= e4ûV}C»?1]@Í8lÌ•^|ŠEb†?‹±,Î¥kÄz, -0î0ë‡XÒÏ mÒ[„<ãòê€?÷ûœbPAõ‹—ƒß©,¶êC] IGeÔ_£ œß  äÅ.´1€^IxOºá³â/¿ò᡼æ'ä`¼cÖ R.ú1ÆB×8-ˆ¹ øÑÿ梛x*g;Ô—~ÉèKtÜ眊ãCP¬ì^W.ôßTª -‚¥D©Ãw’2E†ˆkâäËH±Øý|0`ÄW*q"×]|P&XbÄ€Cüîë\Ç1=Ž.k¢ã´CÕ¬„ÄŠIUl(÷ha^êëÈŠ”àKš´ÉçòJüm—XŸp”q‘‰–}P³9åV£aâoí^QþªŠ#œÅœÿdD@@½‚φþPÞŠÝ óäYAɈ~j±‘<åTŠ($Œ8ø}ãýÖoõ–#ŸÙp•}ÛköRù5­)ZTç ñ" QvKÌ1ØT5qî!œ®pönA–¥Ýu:‹XIO3’`ñÄ[)«¨mÃ!{}Sl«”-­/kã˜ëZ朜Ò!:Ú^°Ítš s°cæ‚÷!X®˜v²€[d¿1 - qIØgVZŸõ°ëMÇÓ&Û·¹¶”d6 Èg9~Õ6Ü0ÎhyfT1ä_äuVÝ͵óz[©qÇIøŒÒ™ÑE%é^¯d…Ž °ª¢š7³M»‹J®²åmæ²yΆ›í”€#«Á"ç!#møYsèzQª—êÉõt¬ƒ—©Þ1º¡õÉë¦Ö±,Ÿ7Ý7e!þqÛ•õvða±˜Þ“%³f¿»“F>àœoJ‹ åô×ÔV@¶ZK¯.ä9¦@Y¦Œa΃dË·‡¹glÄúsg5Å…×hå”7\­œ§ô |[²XÄÌ‘BÐäA†¡aÞ#¤7¶Ìq„´ÆbÌ”¤+®÷z µœ*¶&3(¯VcÒ—œ.«'·‘• -&1O¦Ó%D'™M” çDÉózFˆHÒq KÞ0;J‘5¯ ‰çâõ÷7¢øGÍ‘¶d†øQX"/! C\üÀ8ê"þ‚ïwv%>Á+>øþ„·r'‰÷Ñ„™1žN[MîÆ¿É¢ïâu©ço…✔ˆb/üHR¶l+¾W²š|[‰…‘{p»„ÍÁ÷ŠîÃÿ)Lv˜Åi¦CØÿØ‹pœ™­×¯Â—gšß¬Çú”Ç +1µ¼+µKL‹!Ô˜@ê|m#–š¼>`V(ÙôS<¦{;PXVüKÓ~ÌJxéY'VVŒ÷}Ábó{7an·WÌTý»4[•ñ Ä Ò¿\݈™ËlÏböR‘çÌ%ùoNCl:‡^‰¿ðÔs¯ZèEѯZQý-´£Ä3ï3ª*ðHqB¥6ŽJÕw®¸¡ÅÌÓÅh‡ü‹gÚ›:gÿÕ¤¼73½âï÷ s·ø=? ¹õWë¢Ñ*vnº¯¼)™:ïA£Ðy=‘èÁlÙiC4X•í¹ Q¬²×¢.273gà‘ˆãhg×Îîq4´•Wë„ZÜœÓÁtm|’>x© xRºÿr!øPàï sê˜ðÿÌ{P¸šù"ý’°±_PÅ yW;êØó¨f3xÞ^’CƒšÛéSW)²ÊÏá ³ì”ß ((\Á< 25;í}À ­Ùy$RrýŠFŽë|Žê_­öº»Êì*@uN$ž‘-'à?À¹†‘ðhp® -÷‹Ê0¦8^`lÿw`—Yl…l•`¿‹×²/õl…p¶Õ qÆò28„§óu°Ì{l»bÃۇ̎ µ ™9M;¢¨]w[cÇ]™ˆ|‰ÇÝîB[¢´vÀ‰À4ühâLÌ«%BÀ"½HP—gép"ß?˜û‰èešs1c·‡»\cÈe±£›…kE‹Á‚¿ -ª£ùŽBƒ7)Ø*Ñ§Çø7íÄ{>Ä­àô»Ìõ Gÿu‚£Ãlk(Š67aR¾Ü¶‘c‚Ÿ¥Sí¹|ÿ”­•}<()2«†îL¼/Τ·ˆ£áX.`s©k$Z<%¤ò…“ùS0aëF~l7±'Óy¿ ùùª¥¶i^£2Nç@¿H×S¥•&xpyRäF}NÖ„5Qˆ¤ÿd-µ!ÑÌc%Ù˜À·™$âcL#‚Öûùë - Zx.š.m}1K¥êææ©¤¢y®bˆ³Š‘ÛÿÒIé¥Öœ˜%sSBÜqr’¯MÑ—8mr0)Y¼Û–ͳôýRëò“ܹBß wW®X8J¥e3Ø)}U[è )W¨Oø’{e•ÁTS› âpJ ‰JØyÏ‚G5º­¦©êª²5\E…•2ˆzPÒ$è¡\ -ÒY¤F“ºƒtQw×ÿd˜^ü¡N€—«kÉ+²Jµ*òè6VDòÈy•«‘[JºBÈÛü~3ó{?ç=cÆŒifhòˆEòJ¨¬cËçp¥—ŠÖn­|\§ÕVŸt÷ý¾ê P ïŒrÍfWð©,Õ®¤‰»ÿBõ¨;ÀáÙÕ?Cq×9eÛXc8Úߪ+Í‹àÇš†SO󓬿åë¶…úñþR.óœs•+íÆ€}t×ψÇຎͰճWš¡7Û”A‚˜v+dœol6\äòÍê9)Ý<º:`¿ŠçZ™2^ÕM{Þר8v³ÜWô½A1üit¦}+4~ï²iDð¢?Q‘)pìµC6ñ3:å>áõ·˜§lçímø~¿8Q=¢ÓŒéž*`¤ü{3®‚~|wTâ–¾ó7Q@AXÍË-´Re1…CØÕYT•ŒL/&Nùa%Ç㥮!Ÿ±ý¥o<šÐ.®Î†Dù@ÏàœhLìX!´V[0|ð röãÐrÌɳ$ `MªŽÏöãÁ[²­äq<¾GÍy:-RÆ÷pÖà6mÇY{,Ü”E«Qž"–Ú ëH'dWîc|N±ÀÆá´¿×£¿ÁË‚5è_¡îãHtÙ¦„Nöì¿Eu×ï1QBϪÔC¦^6KJè0h’H£lsn㻉OÉNX>÷Ç>/C -1wE¯ÙtÁHtß8»Eu¬%„®UºTT¨l^*!æ%UøØ,»kFÜ‚¶0†¸¿!wiÇ ž%»Ýáä"›I(s¹“À\׿kn§u6F rH( &U1?OP|¹ ÁvÈôIÑèNIò¾"ä (*È ÎbóÜ Ø®äã·Þ0'kÔMÉÔ¸ÉRßOž3 -ÅÄÊK›y騴vYV:¬^tFÆ”.{ŸÃod%;”ÐÉV·»Ð:‘Ñ6’ßC&õ–1nÍG(yƒ÷%¹ªÖ^øÞe²OacDæ=4O§N¼ƒi6ì‚é²×;¼ •ÂË­L`’¦Ùfò7Qk{Ž2f7‚žPI­"Ýă¦Wì(^\ $b1ÕS¿ ›ª.%.F6陨øÿ;oAAj…[² T>f+â(ßn_úI߉ú^ʻǫb¡ïøÈŒá»[nq 1ëû3œÉÚ߆Ÿ™Bb7C¯ Ó§Ó|·ïøSÊç¶µ<*â¦/ýãУ«¨%Ú‹DÞí½Ìrܱ«´´oýõ|R×”ul®¼êsª»òU “ Z_éfÎת@Û^ðu°Põåµ6T)#ó:ìÏ‚la¤äma$ðHl^ä‘ÉzÛ'ú1`ñëX€úPÒº}¬*%]ib‚›d9‰¿&»Œe@ÀÕ—Š}@´v^¶HdnKœn©( -¸šáÌ–ŸŽ{ÑÀ]1µ¤¶§Á—®Á„;ï„Õ×øR¾ç ;e#ZT—"?ŒhpiâKŸ ¥áBzÞ’…f…Óþ1z†l…RIPˆË<Î…R­Â1èÛ•b„m«],“2éå;%Eô7T°HM>+ñaŸOέb¼ñw?äRøŠèÒ HÂGQ•K+6…f[e ùðÛvÅ&ŧj¥ô|™ê•xRºš4™‰ýŠÙX¡ìßÐÖîè%êkZ¥% ÔNÿßñhr½ ‹ º¬ŒHz¥µOÞ¢[ÅWJkØ2V\¢^ŠÅJªp“sκÓ[¤þGFH½Ø'ò3±YÈñçb}ÌO. ¨±´š„ûñ=דägM‰—§¥•žÊñ½Ö!ôÒÎ.grÊW§s¨þ²“GœÉ ù@dÞ+M÷wÆ8â|oÔA8a½ -6'ðG¹CgÕ5ɇÚE¨èþ•-h-;^)(pdÖéíÏ”PYÚÞÃçˆ uùž_ðTeû¶.ô<Ýe ¢’$ZïΦæOrǶàJFòÏæ·rG‘ª¡‘°ºÚ¬|Gú±)+ME¹…‡ê±îéž8ÜVÃÝŠUìÆad‹ŒµÎ<'z›fdï{þ0¢í o™£èLëXÃf4iòüic½õéQrªÚph)W•1ˆ èÅ~óh¸Ör£Qœ´fYÄXãGÙý/“¤àN“4J´³;ºÏFt˜_äÑù×fNû’ ó áXë‘„‰.ûøÕ Ku70¡Œ·6 ˆWM÷ô•yyÆÙŠ„ü\ÙÓrNA2RPv«Ð7oAq¸È!-KºP¼èPŒx¸øY-|PÒæû™u-Õ®?ÅÄp…(• ¦5Æ]¸„¡H{‚Û'ÍWçsßÃ^Ê÷Àš‹äj åôyé> #!Sì®*üÌô0¹àÄzošÇ#,úÉ,~vï:9¢wÕ”ÂsU CK”ðW¹²WPÛ)Pb‚Àƒ—E8ÊŠ w_{zr_¿˜€Èå‹ ÚY¡¢ŸY«{X~“Þ ¶*û/µš?¯ 9÷e!ÄÚÔ+s<>þ­ð&ÞÝÀ.F§¶6Ò»ÑLç1jªXî‹÷Ã÷¯:UøËæ*$åßI“…OËN‰{y/äÿYf?‘ֳД»b ‰fRow¯gJÈÛ[9T ñܹ•,$~Zž‡Í Iµ3Ú!M‹ö¸úžZÄÖ)¿”%‚ƒrÂáÂKiˆÌ&yNl!ñäÀ쟢#»äÌ"¶Ùç Ñ‹?Ô p{1¦‡«­É(n?ˆ%ÇÊ#TÈ3Byåm#©l™aÌ ó›÷û÷›ß¼ßoÃŒW$e»Ù-me»Ò¡rlw¥º´·ÕÅ©½ûþ ßì`n“·š9Áéq§#é÷»lª#O#Çé&¹&‰EãLœýI¹ó -š–ñ*¢&ÉÖÃ/x ü}âv޲„u±†ÀÞLæ7ü ÔZ -ÃÛÚ¡Š·±>òk$G-)1="üþY_w: ¢j˱‚Lå¾Ãi¼Ym‚ž!ž ;ÆÊ€ÿå}ŠÑ¡b©ZFr'^å;h“¯—»ôͰY’¶Õ¶g0hE6¦AûL%eÝüOº©%wAÝž€a?U°BW™¯¤2ï4Æa:ªžº™Qc᪜¯~–yʦ/ ±dâWƒÅm_À¥½‹§Z!çîËÇÿÿlÊqá* ÏãMlX[ÚÍ”+lÞ;éƒÿ):É|UùÄK³eý×o3§ÄãWÞáÂß #€ -Ž×ð)ö‡Ùln…•ŸÂ>fĆÖ3 Ô_y£èLø3ª’Ì€ÍyVÉùiŠi¢¹‚å¡ß‡Çk4[p§¶+·áÞçÈÂZ~É®·´NìW -WðB~çÛl^Q‚%¸k=×LzbBw ž’-Æ„lƯº*Ð -«†B…D÷Ò+R<ñlÖÑMâÌþMÂtRVˆ ô#Íyù6´_v½È‘u æ-| -Gôoà -%ˆ>¯•7[T*Pu2Gn¾.ù(ù+àšµQäO^Ú÷ÿKò«#‚6`“ŠŸŒº.³m@Ž6?eÏ÷ ™¬´YÍk7 |ÌÜRO”;1òKöK¢éöCX¢oØç }Ic‡¬ã?£¥bVxí*r7k–2ª«3æ{ô7Àê}M¥  ;®Ìä=®3Ëš¸P1YlçÔdÎÂHvòÞ^ÍJßåàg1͘·Ü‡L>²ƒ¹LÛ¡=mz!úbéÊ=õŠØÖü³â ,;1)ý Ý,º%Ž=3…|~ÇÞXÅóÜEâq1o¸[9^ÈiæšUSléw‚zXRkTNÍPàå…'¶JeR§¢@ÑÑÝŒ1¡Ÿp4î‘@¾Ù•ÈK\Ƽæ4ñ2Üüi´Çê|S±õŠ`D7nÖ.ê\þ|"P›ñm¾4QÕXØ!:#ÍØ 9¤Qq§ÑbÄ.'î$œ€™g/¢Ýjèjº«ê¤)²¿‰?ªcÛÿNF¨=ºRÎ%ÈŸ™5µTÉCú±Û"/­ÏA%Ԡڻ̟•›ƒ¹u’VÌmvøÆMIß@V¦õ#Gxt%CG:üT³ýß5É»í5?I†­'ŽÂLwn|ôͱ Ÿ­Ù|†ë!Á\d-CWÝnÑdô …ÍølÇ[¯ ujoTõ^¢6Ý–×ÔDJ(½?X`y÷µt+¸`ˆÝÇÏÐ˃c8ÊBŒ‰e€úÝ^ÓbéUòŒþþóœvRs-‰gÅaƒš¦>ìru³ƒ{’?­VµÜK3(r[Ç÷Ü“Â|í%ºÕö_#|FÀ|¸=I–Þ§i›â mô¶ßˆƒ0Áûlœñ1¡¢êºî0áûü8Õ 1"í+9LìÛÓ(á‘âŸÁ«¤×h_áöUÄK¾ã¥4µwøÈFw÷Â#Ë€÷¬qy²êZ)ÙvÔ¨ -"kSͲE²~Ïfñy,pN<ÐÁÐ<°²6’ e’ݽXÏYÛ»Ì÷mï-;˜§ uŒ¤ÊjÍÝpÔ]É¥cRƒd94Mô˜8–Hjh‘èpM³¬Åq:)ñÞžð=3´«UÐÞ¶Õ ò·5¾ÔOq}šRŽùÈiÅ'¶!Å.gõEW‹†˜Ïó¡OL::Leú­½Ë¾FMëq•.3J»\%|¢ÙGäÙè£/î)ÿ¤^•yS -‚À7%TºŸw#ÚUÌUúC•œßÑ‚sì×0Ö}* Ú‡´(ºÐjWA­,Ó˜ÂëT“»¼R òrë`]²Crz5_óVÁYA9ºŽ?ÆÍu¥±ÔÂaûyK$mÌZiŒi¹nª×%4Œè4êì²Q5Zq%×!ï”'çJj$;£ªátÑÑ€ŸÀ -aú,ß›p½Ë,¤¾ƒíñ=DêŒÕ·{nÚäk>ùR—g,*C¨ºc¹þòL57iRâ¬XZ#üEæ€oÅÉèžP Ý?Ò¶C_Ø=†~¥¬v¾ðǹ{*N†é6u™ŽW©ˆ–˜Ã2Ù'£{R‰¸_irUª€R(5¢kx;$d#›¶DÛ^ŒvS¢:ÿ2r[i¼<W¯ÔÎõû•Ω’í…‡wÊÆ¬wü.n4]¬¦hûÂält9÷š¬¦/ÑŠx‘¥æ²ó;výùò¾jìíjG)žëD´”f{×µ¦'8´yø˜ðGÊWm~ù—„äMSÒE"Ãù70½]˸4OØÚ‘5¸…|îj/@Àž@t'ìÅ–("2Ëh8@$$Ôj˜$§pX¹¤ð]”…¶—mú¯d¢£Ý%WàOöâ,¯ í¬ 1õœ{O?òmSü´hÊŒ#eíÖ3È# (õ$ùNx¾¢Xã{OZ´löߢø»˜ø¾@çÏѬÒͳë»"ûGÆ\íœÕÁÀ˜tÚ!‡n–ŽŠTûÓºÂ1ò~Z“ï%I×ÿü÷†—9•å†zïŽB„‹u¶ ‘-±åãr©­]Žf@©&\YË¥%ŒRMN¡:‹g@W…Š—2Ýš ‰þ$¢–ò‰äc”õˆ¦MS„BŠÔ¶(—Ó~g±l–qÿ¬à”Ieš¨¡’†Y8¤š‘ -LÔ ª¶?øœñŽ…2Ÿ™oœ$–?9—”Šž¹Œa„ŒŠ µ¿žs}DZœ4ql¬s™òe ¨-—¬X¸¤"•¾Lk -”?§œp’r2i˜ç‘@$~•¤Ó2ŒM‹’„ʉiµi¥}°©¢ppʬŸ¼ds§ÆX3£¶š§KûŸ»˜†?P›û– 20˜l•,$i•’²å’|ÊdŠâ„ÿˆ¶µ%«ä|_°^¨àp«Á¥Óc˧j¢·W £SŸûK€ŸS€>ñ›Ž›P1ð—ø˜ý$N”˜•û‘ÝŽ/§ŠM…,‡ô´ä²ò{ª°¯„oi«{¬c6§¨¢W£¥ŽKžú¢Â>œ›1 1·—–œ2$6”+— ‘XŽ;݉ӅQ‡8´§ºc{ ¯ã¶anâ«B²zb¾¦Ý®¹Vµ¢½«VJ»ž²§þ>Wšå£Ö1Š—FžÄ$"“Ó˜níŽD ‰q…oƒ3Ânw9wQ¼òwãka·»x‰_[²ïy)Sf®VyõGq©ÜzÜ:ù¥«{Ë-ì¡Ø|É÷ž­}ßèœÁKŠ’Å€ï‚«Á`}¤vØ»ü}Ëjõ¶Õ}ñ^ø²~S­{~kG%©~Þ:½¤Îk-Ç ï€ö¨€ò%›…äð‘™‚G‚Àm„vE»ƒ¹jsµøƒ`^—±<ƒ R½¬¬‚íFߨ7‚ï:‡¤ƒ-§ ƒiõœ¾„ Zšk„/J‚挿‹Š\u½º9‰™i÷µ$ˆØ^;°qˆRr«å‡‹F §p‡:V£>†Ö-ŠŸY†Æô›ï‡'‰™q†4™¥ƒ¾á¹u;¹Š„iw´rŽO]ɯ¾R«1Œ#FQ¦¸‹P:¢„Š¥-kžšŠBû›ŠQɘjˆþޱƒ`€œ¾`–ýt¹•Qhù³â“§]H¯$‘ÿQŸª‘ Eö¦p9ݡَr-LãÑ šI'—a‰Îr»ƒ¯€½à+tL¸‡›hŒ³e˜ö\Ù®Ÿ–ÛQ=ª•E©¥“Œ9§¡D’@-2F‘g ™”“X–}‹FÖŒêƒò„½r£^s˸ äh²ôžf\f®$›âPÙ©‡™ÁEZ¤þ—á9p ¼–O-œµ”× ˜ñ‘Ä•´‹à*Œ7„+~ö½©£s>·¹¦æg²‹¤[é­±¡APn©žÍE¤ƒœ¤97 <šÈ,ýœ-˜ %˜Y“ÈÀ•Œr‹ „[~e¼Â°Frº·c­g²2©ö[{­O¦ÌP¨ª¤D»¤¡¦9ŸÐž¯,曹š¨ ,—Ù•{ç”oŒ¬‹$„ƒ}ß¼l·XrH·³‰f´±ê¯á["¬ÿ¬tOĨW©sD€£Æ¦8ÜŸx¡Ð,Ô›\œÉ 2—r•Å“øŒ0ÛŠÁ„£w·ËDxÏlGŬy`èÀ*yYU¤ºÊyÝJ‚µ—z?h°†{3׫Ç|p'µ§t}t££à~– S %€?” 8wˆÊ>~ìlÄ­~£`¾¿/~~U€¹Ñ~Jb´¢~Ý?K¯”Q3ŪÎë'¶¦i€®Ä¢²¬ ¤žÐ‚?¬’ëÏw;É8„ókÃð„:`r¾:ƒ¦UZ¸ãƒLJJ³¸ƒ.?8®¨ƒ73¹©áƒu'¹¥tƒï⡤„Ê ì „8 ‘Ú‚vâÈ>Šîks°‰Ù`4½>ˆçU>·øˆ*J<²Ï‡¥?1­»‡H3·¨ù‡ '¾¤‘‡Cü µ‡® ,œ“…óaé‚Iv”Çsëk'ÁÞp_î¼hŽU·%ŒñJ ±úŒ ?¬à‹R3§¨ŠÕ'Ä£°Š¶%Ÿ»ŠU €›x‡”Íð‚’vkÆÍ–¹jìÁ6”×_£»º“T«¶m‘ŠIÁ±Û¬E3Œ§RŽ…'ˢ׎7YžÁŒ¶ äš[‰HŽø‚åv ÆBœ|j£À¦š/_b»$˜TaµÎ–I€°˜”ˆ>­«r“43u¦¢’8'Т‘T…ꎾ9™f‰ž²Ž#ƒ-u®Å¢CjUÀ Ÿš_º–Tµ7šÑIC¯þ˜ð>ƒªÔ—Z3c¥ÿ–%'Ú¡m”#²%•…˜‰Ñ nƒiu`ÅG¨j¿ž¥/^к ¢kSÌ´£ŸÕI¯h±>\ª>›é3V¥c™å'ë Ç–¹ãœm’H̗ЊXŒÕƒuÄÒ®i½¿*ªç^‹¹•§ÔSŠ´$¤ùHѮ碟>:©¾ C3K¤Þ -'ú :˜å›Ò’ø—1Š)–ŒXƒÇtÀÄj´wi|¾È°¸^T¹5­=SV³½ª,H§®§?>©V£Á3B¤sŸ(ŸÈš¢1›V“6–±ŠIÈ‹óƒéé¼ybtÛÖPyåuãÂÈz_vÖ¯zÍw©›A{ÿú˜}“á6xBßÂxvµPéŬïÜ ±°æ–göcnì© -7ßN\±ÍV§YgMÍ`TfM~Áo1*ã:æh‹g±¦K¦ðxöD:âÌëðppqRž ™/ÃÕÐG¿—x-<µUŠw#<ëI|µzp sFc1;TÑLb›Ð–â%˜#ú‹ú,æ…¹bUX¦8‹¡Ø£P5fÄ7ûY`“x‚Ól×X·b3ø½{WVáû¾vd\èÙ˜‹Ì d…!¨.õúDCÑX>5Ñ-àÕÓ ³¼`_ol ¹àts&+­s0K2öÎ'¸AåÙkO*ëëçᯠ-7ýUdì¾A‚¤ÈjD-Q&Ø!ÄøÑÔQï•¢ B‰ã ”\·ÆÐÃü 3h(;óªl® 0ƒweXä{Â!i¿)¾‡5êÅÐü$uÛ™µÈ.ýÈmD&»¾çWdXº×Qˆ<’ØZKµ°ÿVè«6l„ƒ4“ñàê4Æ+Ä\e¿ç8 \áèŽüSžaÝOˆûÆžƒâ*—Ëžà!¡†}S|ILJ\ -hÒ¹8¡ñœ´¸x‡‰‚Õ‰Ï$<¦~ìðPÙZ?„wJáQèÔ”Û5 F¨vS«:r]P"†¬Šéœ6(Fž ^]SðeøÇì >çá“Ï:áÃé1Ö¡*Ù››>ÀL·U§´hý\ùÜÞøWŽ-[·VL•IìkIéHl t²0,x Ôœ÷wŸeÐ\Îqô$óà**ä&6²(Ðw$×®|­è~ë<—½´½ôND€§ëóYo@cuhì"h©áA(¬èw3$Ï›vƒ¸Y­«Áò?‡ßôqz;ï*Ÿªú¬²Ü©Ë‹„ ­Í”åžo\Ã/׸í, %Þ)ga‘ÃNh{NÅ*/P©0õv§(»=£Õ -Ö0?êöó¹ìER.o³¸Ècq¶¼ïÀ¸Eä-è¼™'lÉ$™mÅ'’ƒšŒX -<áÛö|!b_µ„7ƒ°sD¼¤]üùÝÈñ&1ôbì+r'¶"Ø”\„ÁÞ§¸7±™-¶ÜrÜ•bÊãMÃxsüwíq¼ >½"˜ìãý‘5Oã±E"îÏž½˜›GþóG¶­çú2/#w5m_ýÿÓûQ–ÍäwƒRrRq£µ‹<$Wú¸ã²`­„K—þ(ÜËýABc>%îŠ÷žš%ªDñ‡ƒ •0×ëoD²`ÚþßD€ œ²ÿ‹ï:PËÏnYÊE5ýeÛ¹+ÓF2Wͪüy"9u/£“pQÔF¿$¬äÛÉðé'‰ß•í>à…ârŠ3î&ÜÙÿ=70¿¦™Nüªû½Ä@9þš -‚¦màUà³Q)¹¸!Ý.ê.U[ÞÀ™©–_ñà -?»KøùFJ4ÆÛôª‰G†Œ¦ÅŇâÄYÁÍô$Ü''ø™\]»fGÙá63¸IúAv_mf‡axª€"C%Æk4BbT4T–Õ‚"k<·\”æ‡{”dq ìsÁ«ä¬7/üd4V‘óî  -ËÐö{lÄÎh¾ØíÇÌÒx”ZÔ]¶âÊb[~=ïi¦ÌâûŒõfìiÕgÆò 5F°èb(²ó×§øŒ9éÊÝ;ÐOÙ§íV¡i”¤GÑÓGX_}nŒÁù]wõÓ¸ik§ÊÓ6fâ:,°ÖpÁ³ªø‚¾,¥@б‚kîbmuÕFRž!²s—á37€:!Ô?ª§`CWÖ§&`':¢±g˜UóèùDtÀx4D‹ªLؠ²ÅîëÐCKhÝÈÓìÿ#Nà¡L€o×osÖRé -ïmR¹Ò¦U”a9B´‘û6c.¾o¾ûšoî1Ì8gÜ Jè¢VÒÖnv[[mçFªGµêív¿zÿÿâB+J0Ì2ïŠNðh¨Ä¼Ér/ –ƒäœ²Càyü5‡(œÂÞr¥aåDlG“x“~±H?ÿ‘«IœµŠ‰¬.´Œ÷È©½ü GH;A¦ô!þA0„ãs„AµØRáxJ8*ŠÛ›Œ¨Dã[»à×Ñ®~°²bÄ -†ÞWª†.Q{!®»¤£ønÝ(1_Œ³9ø±WÅ'ÌIl–ÏCwƒ'ïCpð^¸~þ¸u% ^p™†î€ãV&È ¼>¸œ £úMÑ„y¬6_E%.Ø×x“躻‘ÇA0Ì1©¾‰æ„݇·"¾QC͈‡‹ò…ŸZ‹K¡+gD¥2²sÏ‘KtO°té z å°nÂf¤•9•› ?¡ÓÊàí”M˜d$n|c-ÆG\ÒÅÜÇzx 1~ƒÏèF;°ÉêÄšBtBóžâ"©:Eˆ³¢&'>"3$vAƒìP¨rfÞm©#t±Ë&pšê´ÞÜÃJN8×Ú6…6n©^ÔyOçÏO‡MZ,»z¥~–ð ŠPìy$î‘;lÙ*¶”ºº|”\¶ÎÜñ7¾¸ó±‡­ Ø’vߪ·¨U³‚ðDl?ñÒáºÖ,"uy â)mÜžhqˆšïû¨SÚ:wdµ¼REÜîûŒÍôéZòÐkÇó4cÈS¾>ÓnWž=kvËìÜããKÅPmGÈYp²f§o&è]•ᬎ*žY÷V.#^žÃLCÜæxTrúšz )ïsÄÖÁÅ=™\ªí||ô¥øV+w]¼ÉðmˆÈÔ‡ùZèüœ³ªçÖc&r~ï¬ð2fÌAc‡SÕ_ ƒîh¼eà)ç>tèÄõ£Ä*ÓïqQàtÛÇàë`°1xó€­ wªìÓàÖ+IÛ¾:¯hYK½¢ ¸¸ê *9…÷³£¥ÊßI|8¶Yké^nT| u ¿¥Ú¿¿kV¬Ü¥CA™µ×$Ír*‚S$s,¿à±+¥æíÑz½ä`‹;‡îm¶P«ê±¢dbPæà%Õúý °@ÍÍ]6è -U¤—žUìu -…nI¹–Rð:^ÙaÃþr¼]J–™&™ :£Ã¾Òm‰)Ì%Ò›FÒšp»ú˜}ûÐ ý¼ 2 ýèe šd';(MÞdÙFâÚ¶÷¬îŒk ¹Û÷”ž¦]*‚HДPPC¬jß™ú m>‰Ê wÎE2jÿö샽ª/;Έ?* ,oqSë6wønµ”iZM¯¡fOdÈI&ÿ~¿ûEj<†uDû¢Q­KkµM|Ï\hF:ŽŠ;TBËY€Ä‡ÚCôK u;ª£‹w1/5Ã%•>*¤t´ðˆ¢¸ìcšHVÆÝ=ÁÖ—§ê™7<žLkù2‡XÚF ]ØEœ=m¬™,ÿ­úª6ÑrõU¾“è¹²ŠßPà/WSEÒFÁl´µä†PðñyzØS¿Šî8øQî:³/ñ~`~ËÆêk€LSµ 0RߪnFáŠSšï+d‡ÔìŸ@÷wQ’ÕÀ•€lf6§V®kÉdÐ`‹Ý¯jŸâ»ª¬5)Ø0¹T5Û 8+ŸF9yá²¹ÈlÊ(»£ ±Þñêܺ)Ÿ,‡ó,‰&¸×L‹Ù@°!AëÉ~VŸS÷H¦ñIe"3Äo“Ñ%¹±Ò4*%yV¢ Ó"_Ñ;Sa8¸iq»kÿŸÂ¦Ì&ÐmÈò&×*ƒF¯‚Ô^ª·X·bBéÏ“É.Éç$±ÒóÉË%¶¬_dÊ n¿C^¤36^$‚©LûI|yÕÜIB¥ 3Uþu Êê+z;´EQ^}±¼NW—°%ê'%3¥mD35+·ÛžAFI#7òñÉ'û_1„Ùmž ë1ËúËšÙwE¤ŠkˆG ŠÕ eÜéÛZaV7ûUÍ…ƒf‡Ö5‚"Ômþ/ˆ)eÑÆuøwòŸìÐØ"óFèæYwIÓ×µX¤ÚÜq ÖËÇ[Ë8ƒÒfÃÿ2—œn8Ÿ8EOÖöfQëk:ýsX»pÃÏØcuº½åÊ’ÌÿÏ@}ø5u ?T†UfÝ…]‡mï©Û[½¿-©S”¯]ÙЛ‘£ü£ñc<"_Ûæ.©Ã—zÿ„®Ÿá;Í÷–,ð¯’^AÉwpöÀ3Ë6œ -—iì‡WáõøÿRj|púI%ª¹(ÞEÖâ:"–·L{+à:âe”—¨‡ôȾ’g£„áãdOÚ˜9‘Ø”g¸FŽ:fÕÕ“ §Ô™db:J‘J¾¶[úåp×Ðd”RíÝ"ÒQfQÉPgë”ýeîÕG°ÍúE}bÂÒõø¶OôÀ£SZ p¶0JØd9 ìܽIrpõG­—ÞmÉ]Ü$h$ç0¶Ã…Òzm¸ñã|Si±ù aYvªq%áÒž½Y[®iÉšS= Ò’»Ëz D>´xÌ¢LÒ#ú‘æðŒž d·šsVòö’«¦ûä6„‘›Sµ'É·b]T%¿ ù÷”/y%7[£]²ÄXêª%iüLjj#]€ûW÷=®fµõ&0]Þþh=¸§í0’¡yxÆ\Pʇ ‰ œØ‹Ú‰„€Ç¯¢¦]uG«_£ÙiÁ§?¡M^.£Zž²R¤Ÿ¶œbGœ*šI;˜Ò˜h.}•¤–h!B’ª’ÓQ0ŒbPˆ‚„E€¯Y­Bt¢«ªZi+¦õ§m]££¤xR)Ÿ^¡ÐF¶›ÐŸf:¼˜s.C•?™!%’8”Í^¤Œkƒˆ „gb¯´ztªÙ±h²¦¹­Ÿ]3¢ÁªYQÇŸ§bFc›†¤ƒ:y˜' É.”íœ!‘Ü–Yi3Œs¬‡¨„ƒ{W½¨rp?¸¦sBe ³át`Y´¯|u]NZ«Lv„B÷§@wÃ6ñ£}xú*@ z1“y{l <›1}8$ëµ{ -¼ux£oï·‘yÓšR„Å—„Pg΂Myi¹˜‹©ni´ÆŠîc]°*Š,X;«ß‰aM§¼ˆÆAˆI6:Ÿê‡ä)öœp‡¸è™h‡ög–z†<όۂ“xð¸è‘¿mÝ´•bʯ†eW´«9Ž.L¤§2A•£Œ\5þŸ8‹¨)Ý›°‹?ü˜ˆŠÔ³•h‡ú<‹æ‚Ýx]¸]—ÕmU³“–6bL®ù”–W@ª©’òLA¦‚‘—AH¢oj5Êži)È› -ŽÎ—ÇHô”}‰w™‹ƒwÌ·ëólϳ›ðaЮ|™ëVͪ&—ãKߥý–,@ú¡è”¬5”ž“g)¯šs’<—{)“®Š@éŠbƒRwH·Œ¤lK²¶¡ÚaP® Ÿ‹VV©«+Kx¥›!@¨¡m™W5Z‘—Ì)’™ç•`–{‘}T’÷Š],‰Ëƒv³·3ª“k̲]§î`á­¯¥FUï©C¢˜K¥ D@`¡ž;5($›¬)x™q˜!•õ“-v’_Štc‰Oƒ¤v¶á±jkZ²®(`‡­c«U›¨ï¨Jפå‚@& °¢’4ÿœÌžÆ)c™š#•‰“³‘‘䊇ˆìƒÂoðÆ}s|e*Ápt+Zz¼itïOì·nuÕEf²¨vò:Û® x-/À©»yh#ý¥ßz¦.¢ß{è ïž'~ ï’@€ -oñÅVye1ÀOyÔZ‚»Pz"Oì¶`z”Ee±¡{B:Ü­|/Ȩª|ó$¤²}ìl¡‚ -Wœ¶€[n‘ €øo²Ä%e¿'jZ`º4POݵR]E^°™ :Û«ü€/ϧ€ˆ$-£›6¢ K‚. -²›m‚eßüDo€Ã …§dÙ¾…ZC¹„OÆ´;„JEP¯„$:תۄ/Õ¦‡„:$A¢’„ÒŸ8…$ šK„0B ‡oDÂ0‹£d”½ЦYü¸#‰ÅO…³P‰E®’ˆŠ:·©çˆ)/Ê¥“‡î$Q¡™‡ÿ -ž$‡Ü ^™$…Û°ŽÑnßÁy‘Rd+¼dðY“·fŽ«O$²‘’Dέьº:©!Œ/±¤Ä‹“$^ ·‹{HŠI ¿˜‡^#‚nnÀÁ–òcÇ»¹•,Y9¶Ã“…NÑ±ì’ DŠ­*à:P¨vî/œ¤9$iŸôŽŸ|œ6Œ] — ˆ)†ŒE‚bnÀ œ£cn»šƒXæ¶+˜Nƒ±O–­DJ¬•5:$§Ø”/‰£l“$tŸ@‘s­›gŽ; Z–.ˆZÚ‹‚›mÍ¿ž¢tc#º˜  X˜µœÂN9°µ›¢D«õ™å9ú§D˜y/x¢Ñ–Ù$ž–” Ûš¦ò š•kˆ…!Š÷‚Ëmp¿1¨dbÖº%¥©XUµ"£Mû°1 ±CÛ«rž»9צƜÐ/j¢N™þ$Œž–8šé ϔɈ©[Šy‚òm¾Ö®rbŠ¹Ç«HX ´¿¨YMȯƥÇC±«£X9º¦a N/_¡äœ„$•’—ö"™þ ú”FˆÆŠŠƒÞðu²oŠÌPv“q¹œw_r‚¦ÈxsÒ“Òx±u*€»yYvŠmAzwÎYJzµxÿD{Qz.{ºzã{×{SÜ¢s™y§Ê>t¬z2··u©z´¤ùv{'’1wR{³Qx|Mlxê|ÔX4y®}PC¨zZ}À-ezÃ~ ñzÐ~-ÚqÔƒ¢È sƒ-µµt;‚£9u(‚i©v‚1}üw‚jÙwäÕW5x¼ BÙyvl,Øyà6Òyç€ûØcpm9Æ+q¿‹å³ér󊦡•s÷‰†2tüˆ|µuþ‡¨iÁv÷†ÇVKwß…ëB!x¥…,[y„i¶yƒwÖeoS–ÖÄRp¯”´²3qð’© sÅÇt{wu,lh²v2‹ØUnw&ŠTAzwòˆç+ôxX‡ÇÀxZ…ÍÔ³nt Q ÄgXS‡Т(ŠLÑRp²*à§¥U™ -ˆ›!²”!¨€¬$$wß›{C IÀ„0BØ{„Mˆ ²—ED[÷ªT쫤~åé{çÇQÒf‹i­ÅŒ=Šê~ŠŸ\CœÂ¤çÊP/–PæÛÈ%‹`vÖ¸û)ÞYõˆ­ÿ ªç/ÜY4T?5hMs¨qjq¥‹+:‹Ým¥'Ež)ŠÌ£Ì/kbîyú@}™“{øDR²3ú9놑´>cìvv’SÇ…þñ䯖ÍM t†?Š´65ÂÝ)`o&Zª³š•]àdç?qûFå4î´Û³}lA©(hú|âýÞõ}üäÃ]f´œŽŠ;ô+Í´Œ Œõ¡@æêê°‹.¬Íå+ý»“¢'n¹ÀŸ&¶oAç\šÑ!ÐR\;u"Q<ö°7!iað°2‡æÜÓSp¬>&ØÎ Ú´A<¥Bù삘©®ùÍ߉ÕR±ÊÍ@Š[mû»r-£àFæ†Éã‰ÞÓÓ×Ф¦ qC[òüH¨|ž¾¶Ïƒ–a×L¦øµ³ÏcF7öûÝf…Öz¸}˜•wØ”b³QÀËÜ6#Å­“cƒpºiËC<Œ¡*þŠË˜V¢oøM–yF¬¾Æî'ü¡€@¢ÎuÿžXBl}ØöhÁi6;8-D-`Óþ`‡§›Þ£w¼È ³FM…ñ…ŽÂ$vCcÖáq‹m¼ró$ô‰ ››„'qÅà Ág[N†Ã8§ ×þĉi4D{…™åè>¢ÁÔ2äŒNPK±ÔGÿíØõÁU†;PomBp:õÈ ¯¥Æo†BvÂñ:ôkÆhC8|Zp»@¾Ã_à+þnPyš_@ii¿úy¡Ëiæ1&o½€)y𑨠®É´-w·€SÙuÝP‚$-_Íg½K?§fB¬ˆ±X/zQ Õ§Ô+ƒv ¸[+Ðü3(¶-Íóú]àt±Y—!¨£(¨µÛå¶yÛ ×ܼe辬‡9ÒÊh Äôrµo/r%shÿú‹x­uê/¼cP‡Æð}ÇO±:k««€¸ÊÕÕ@ÝÒç9³`YÑsî3ÈC¡•rz• ê'X–“çkŒìËÞ¸?i½1GFÿ)e…DK®±þ¹ú˜ÚÈ;ãhèØ²Á_6¨½¿AÜêç÷Ч²ã;‚áµrµ¡l%ªÛ™:—$Q§FÒÎVwpÞ04sf8) w†À|“ÒÎ1âÎ-R‹àÍ“yÔkx‹ ƒšE‚L¦уºÝCìôˆÇSýL]…Š*ŸR)p”Ìœ:Œè¥úR›‘ÛŒhò_´<ò.9]òQ’ŸqçAJü£¥K„êþAmao:Bäõv/2ˆì«0%!;¥9¤)ÙLÍ“kÈaº{‰œ‹˜&µ(}ï{¤9åìlI:RÑV*Ò…ôV‘G¨Ü`¶«@Ö*aÛñ/³­ø&’]ì-éad{KÚÍ”½5Í-üO¶ oØÛ„Åós’³ îk«˜ÿŸ¯gÉNOíï^Òøæ—ÄÑËŸJ5ˆÃYü¬Qâhæl:á/ú=y%qNX¶D2D^á„Z@:¿ñ3­¶ãész¾Ä0o²w=+,šÎáüü¥bž{/ó.— ޏRú0q”¬ 3Âç³NyÖ–âGá.:dù’Ø*ŒÐK%4ÒU=…Ø£Š9åWìuÙÚ"gìŸb{±3öUÁÂmðòg5ñ½¹ g}ðxÙFO]¼RòÊqÞ—õŲfvé5ãgW]±eWC;S·¯pF«ê™bHy f…å•lO0Ã: Wœ¹Œ½“ë€qÛ\‡~Ü#û?–¾RÒ¤w›ÌPw¯@—T²zýÚšY0ƒ­ldüӮ㣖˜e•:Þ s/û:ƒ!ÅñÇg1•ÂØ!›Èw³<†¥Ë<õ>`§…›®ÜEսºshs÷jù-´A…g¬A›ZþBŽ #Jü†>©µÝm¨ø÷øȨtƒÃwXTa´¥)¶)Ô×A? -w©GPáXkm -ʬÉ_B£®IѨ+ °ڣ㞠¢¦øt°®üØ7t©j§}7¶®DeñÉߣo†Ö]º—3î%¾j¸%˜Hn- æÏÐÃE¬ô/ŒGXrº#3,Á+b=?ƒò^ƒ'N¬äÅC%ö}¼Uðss6÷òpÝ)nÆé2Ø¥õÚ|0¯ %€ÀŒwiCð^Ô0m¢oÂ#7¡0÷3:|Üž+¤ö»¸»ñ sWî -üýºÂT’mªJocÛÖz§}aÉ Ò¼Øˆ •WÇ–ÀSKl$¬ãÇ©t_‘Ó@ãÿøí*ðØCœTø­ÄÁ®VØ Âz7v¸dr]&4–‰¾Di„OQŒi¤ ¨½À‘¾l™‡pâÄ;¼—#K}ì&<¶c[w[oAÏÂã¦,äÌ6|d˜~BSá[áaj’žå}"/Q¿fÄjå©×øøÍylа_a¶øÈŽD4w·6B^âÖ¦ñ°5iÐ UŠkå/éÔ2ojbËZ¸wÉÍÒ•™ÂF\sòoÜI6Åß±ÃQ%}Ùe¹OZ=E¨xÓj¨;¯¦?U ©Ú©G ù˜¼¨Î,½A¨Už$®U¸ÜµËýÃö£¥i>ÿB׉/º4"a¢$«+0Î8˜ÞçˆMõ›h‘~T‰Riu+‰a2¨&¼d”°«¢ÓõøöŠ™g°}åy‡«Ñ åjŸ`D/ÿÉ%—í±Ò@3âJ³Å`<‘[ûÐrO‘@­ojÆ›‰iCAñ üF½ã™ËØ-y\úH»4ôt©Æjß âYÎs~ŸTî²:eK¿3û -xJк‡ô’ó²£äDg&v‘hh½\ô -ç6ý™ö+5DľGѺáÐHs͉}¾ðdU„3 Í«åV>à‚œ2  - ]Í-jxP$Ï#ËûâÐâLmÑNÜ«ãyZ4æÙÒ›†ú4êC¦Dý°÷cX¢»ä¼j¬ôµÚ6”µ™Å6Dgm—Z–á¬HSd}ŽßWlɾ[üoy@nÄ™&)ΙŒ;-~Ÿš(Š.xèÝÂírZGÏ“¬`z´¤nùr ÑY—oÈÿB¾ ˜)`cùÛÂТzÙ¶¢mi•°xC,WôS‰eHÃ)5ñ¶Ú—¾Ý>B¯ç>dS#¼ÎåY„½ ·Zª¼Ïí‰ÊFyûQ¶ì ïR!,µç-¤jÅ"~üñj‘ìÐoÂ*÷Þ*ú˜ e; -¶²‚ÉI`hù]<¬ÕnVÜD¤»ä£Hb,ýq(Ȕ셥4ŠZáöc·G¸üP=s÷ÚQÕpêv/Rçÿ0…‰!pxe_ÙïôŒø¥lžŽƒ&¤¶”!?FÌ%GNw33䊘Â""=XCÛã7½Î’ïq/Ç߉)ìË—ðÄM9h;òFƒ—±å¥¢.ÙqY8Ø$I-òBD/ĵÉ#L¼(>f+ýšùúào”Z¸ÎËŽL ×;ÖþT -ËO'§û‘{XzE¬|H³’©”>P‡cU)'ItJ&}>‘wͧ3d‹ÆQ%‰{zˆç¢÷ŽÇð Ì;–-Ö'L5žCXøjõ>ù©Ú^!#ͪIœWhMsfZC&9 -3ÕÑW©Ê®“ÍeÏ÷°‰L¹±£)î!ía™cE2'¸÷(÷¯h* A)ËÐÍ?+f×ÿ7GÎHtÏc„fÕ«¢-(Uå±ޤ¿úúî+ÄbîІ]Qx[¾Be’b“ãÐ;ÏÞ \h3J0§ ÏùDM“óM;Q[ïà9ƒÇÔ˜8¬ÃL*Ëfd@kR9ã€rLçŸáDÐgÎñ5ÙÙBuJ®CÂaÕ&NOÔlÙ¯ùAÿ‘M îš“:mÙê!þ¾˜·v•¸·Ä°Ìžâ;(àê'y äŽ*—üëÜÿ1\ß_M -€U–¨H‹1(ôÄ"àDÁ HÙ €h€²dC„ ’›äfÜÜÜ›ÜìABf¨¬"­•ŸèS©Å"¨ÅY ­¯EëQŸÿÃ÷˧Ҵ“«FTÉã -ϦñÌmØß”«q;¥K›/G¢(:þƒøí'Ü·bŒþƒƒ^¸‡é# jµQŸótk¿ü²A­£}¬R*SéYù˜<~5ƒ‚¹22]’Æt䤶%/pNìÜò—ÃÌ+Ž‚tÖ¬ô¥¾‡í Nh½ØÍù*{]¥YqxJ<+Kî¦K£€G/4x1%îÞŽÀv®JÔÎþÝ1ŸÏaçKÆtׄù\“&I0GIWþ)ˆ­÷ðáãO1„÷)}…„Í+Ï%¢þ örD"PŒc@?CŽ£¼NÎM´_·^Âç(Ô6”Ú”¦LAòʯȿo>î-}ãÒrÐ7"ŸØwÈ:()óº2I»1Á_vZí¾ûŽ4^±u)j'·ú6ÀóÒÛkVŠ6ÂVÇ,°– ›˜Vb#Å èê¯ÖÉÛ?/¨;̱™;oƒñ²ÌÖÄÝ5’g:ÏÐnĬÎóÝ7Ê}Ö,4ðmG6÷_n)ë¥ úyÒ°§Ÿ_Žé2lùÄ(õñîäŒóŠžŽÂøh™³¹s·‡Ä`…‘L]º¯ì£xí¶Ã7»¸z.“ùÕ©”ÊQÒ»Þœêì²±nEÍ£cû:6Ô¥¥4ݨ¿·Ò`j(ÝaÖ“†4k¢›ÒðɪRÊÀêMÊ]Ô¼eÞâ+-[Zbú_’ÊHq6ÏZÙ†®:2+¯·}Ec]ZHÛå&:¡µÕLQîÈОk¶†dªÃ¨çðùÊ´»«i_”V.3Á6æ$£¾o‚ê^ϰÚQ-¥Eå4ÿ<7Ë*š,µÇø+}3a«þ$}r‡£æ¿ RH˜jgK¾VÌ\¶zRffm±Ã‰l@$]Ý{‰%¯ìqf,éëh`=ZoÞÀ:“ºÑð˜5sàœnX5ª~ Ä…¸(J|‹|ÛßÕ³5v h’G»a»Ï÷©}ÝÆ;WüO{ïpî S*8Ÿ"7xèDí"˜U¤ÞÏ+„ 7eƒu®IR -wÚîð»æeó“jwtpO1ÁòYt37¬­z‘²¢• …ÆÎh3„HÔjYhÜ+ŸœÂÓ0¾`Ò•#©äݶ¼b? &ZQÙå~ç )êµTKæt·y  ɘþ1r)–¬™G^T>„ï³äQ0O–N‰\PP€Ù+›8žÍ\«—6´zº³Q-*Ze^PÎåxe -Ïdœ¾P&ŠuÑÄb~‘õJ¢äYð!Y¯‡/”†!]§1h­ý>‰“@™îj³VûuºF¿'š™ú¡lºq½V™„èž©m1:õUåóHœâ‰¢8ØQ¶Ev¿Wb–è\ï#Ë¡³¼yNÅ¿'©«°ŠÑÑ×á\ø‹Ù×Üuä/ÃHÛö$w§õï˜u©îψ‹ -–æMаóÊxoI&v}!®‡&ây¥¬‰Ùý¬ÿh嫎\¹0Át«Ûx„óþ÷žc¥àL´›0£UA嘠é6•,«*–’i™lÈ”ôŒúŠÉn†ƒ¬t¸µmTiy´+nÙ^Ö¯ÝpLT«ëq¤IG¨#s>j¤t©2Ù¡2v&&žXw™+œIxù -Ì™+{SÞ;~–s·Rsªi -²ðt²^y®¿u«S¼ª×vHú§w•>-£xx°2µ !yÎ&Œ.zó_šð| 7—µ~iŽ€ró¶zh„±Ìz^­©{S[©Ï{Hª¦|=ï¢u|Á2Ÿ}|&‰œ~NŒ™¼E ––h€wä GrWµ€?gø°Ã€c]…¬£€{Rð¨Ï€‚HR¥€¬=¬¡l€í2hž=&ƒ›®´˜¬‚j é•B‚–PŒ!qÆ´%†rgk¯Ý†*]«Å…×Rz§ó…tGï¤7…7=_ Œ…285…&wš3…%×—¨…¢ :”„Œº‹.Øq=³ZŒ\f߯ ‹·\w«‹Qÿ§=Š7G†£‚‰š= Ÿ×‰2œzˆ¿&f™fˆ§ô–¸ˆ‰ …“†P!Š9‚pš²¹’KfU®‚‘>\ªr"Q”¦ ŽïG,¢åò<ÅŸ:1՛׌t&W˜¶Œ- •é‹ Å’ ‡Òy‰h‚Yp²,˜Leέô–Ü[‰©â•_Q'¦ “ÌFÏ¢S’u<{žª‘L1¢›C`&A˜›•/; ù‘5ˆÅȵ‚‹o}±«žbeH­qœ¨[©\šÞP³¥}˜ùFk¡Ç—Q<*ž#•ß1gš¹”³& —’º”ˆ; uˆßˆ‚¶nò±4¤®dʬÿ¢‘Z–¨é nPM¥ž@F¡OœQ;â°š¤12šD˜&—•Y“úç <Õˆó6‡¤‚Ùnk°Ì«0d\¬ ¨‡Z;¨Œ¥öOû¤ £ŠEÌ î¡b;©Rž÷1™ä›¨%ê–ž—r“ˆ‘¤ TS‰_‡A‚õhªÁ‘nn^x¼ôo{TY¸cpJW³äqà@W¯ŒsP6O«ZtØ+¤§Šv[ >¤?wÖ«¡íy9Á›»|@%hzÀ=tq^\»¸uTI·6uÃJH²»v˜@N®iw›6Nª;xº+³¦Yyè j¢ê{$ \|h=š1~¡LW€4h9¾òzd^%ºszšTµþzéJ*±˜{Z@<­L{ö6H©|­+¿¥0}€ ¡¯~tZžö—ª˜Ó€»ÌŽH€Šg÷½¿€d]è¹F€>Sé´×€.Iÿ°x€B@¬%€y6;§æ€Ê+Ĥ7 ® ‡Ð¢¹‚  -—‚”ÿ¨Z•ï5x¤”×+ “­!œK‘VӘТ -š’–‡+‰B‚ e·¹q¢~[æ´î 8R°tžH^¬ œ6>ͧȚ¤5R£“™*+pŸ‹–Ö!›³“†÷˜$ŽÚ -É‘í‡K<ˆÅ‚0e9¹¨P[“´}¥ŸQæ¯þ£-H.«‘¡>¤§RŸ254£$œ­+aŸ™_!›8•F—šŽí -ï‘f‡ehˆ`‚NÓôrj3Â.s%l5°Vt#n#žbu oîŒJuôq¦zvÜs[gzwÆtøTaxªv@vywwæ*yÿxäfz¯yoѾoœtKÀ*pïuH®|r/v@œ¤sPw0мthx"x¾uzyfPv†yýS_w…zÓ?¦xd{–* xæ|fyš|`Ïmœ~¾o#~"¬†pŒ~8š÷qÉ~_‰Is~“wt6~ËeëwfI)“wäNgx¥EÍ|k݇¼%mˆ†ÃªÊo† -™gpq…l‡éqÅ„ævPs„jd:tRƒïQuƒu>Dv}‚ý))v÷‚ŒgwÍÔË~j‘ -ºOlJr©mêð—ßo^Œ†ŒpÆ‹Qu!r$Šc9svˆ÷PÎt°‡Ú=«uµ†Ì(Ñv'…ï‚w„8ÉÃi š^¸¤kd˜§†m•À–in“¨…sõ’x(tOgu@‰ÓÅjg­¶y´ii²£±k­È’Öl§©Á 8Ô‰p¶Ú"GÇËV_¹©lR¤´…È‘!RÈ1÷ÿ>fþÿ™13fÆŒc3Bùè¥ëõŠë¥}]¯Úš¾¶ûX½ß¯ˆ6ax4HÙÎ̮ձ§ìµºóáÛ9ÚU¾¸ÌÒ[ës¯ÃKmySò ã ÛGÞöP™ ¾«mÏÒõÍWÏælêÚDÙæžk#X‰Lï¦Çö²ꎇ ±ßêí}œ¯•ëÎqKç/ÝÁÃäõcHúå+ÅÝM™Š±g53Y;‡ÃÕ+²'î 2rcz(æãN‡wòV@óò°8¶ºÞÃ7”S¥ß¾®ŒkRnµ4”·MÞ5ï>•Ü 6dóš¬Ë\´t"gžÝE±7s¥¨ˆcLíìyšCQ˜tÝe‹;Cå®op1\mù’FøÿôM9ŸÎÞky+ü @À£$z îFÀJ(Œãƒl‚SÊß‘äð44ñÍÀl1/W1cVø·æ­Ä£z&yOqu]&ЉOõ(aK½„v\öèqëX!„0ŒÍ¡­#,“†W•ïÙ–µM - Îr½ŸÇ]SÅÏ~³« ŽîœK›¬mŠç¼#À›j½ócðµªÁê=ôBf3¸“Áé>Ô"dÂ'µ£,²Ežod‹¯b¦U}¶)·XO%ˆyÚªÅ!J@U~e‡ ѼvîÓ‹@ëœïqnMî!¤™Áü©ï{Å ëçn…ì3Û²c êÈù¥ùi–wuCcüžS:d°Z7´£˜Òú;Kw%7¬·@kòœs5ã·N˺‘Îò'ÌúA½ÌÕr¶a°{;‡Né9ý­3ñ©ÜÑ&×àÞ`íÅq »íœhJÛ­ÁÛùÑçSÉ×™—ÚæÈά׺#¤4ç³2€0îæ$ÍjÌ9CJ9œ£gÈVžóKò0²£‚¿Úéäćƒ+ø£HÏ`&~Ž=Þê„÷sÍ*Ëñ ž¯¼ÿDa%ÄZ“CøC B ÷‡l#n#W·Ï‘+ÑKŽÓd0–½øy WÄ F´¸y怙V\Å0FþjLM£¿að¨¬ Ü ŸŒoÁ ".˜Ï3Ûy„;áXJÄ“j‹…Ä3þ?ú$&LmB[B›òÝèzúšt¥h1CïÓ‘§|±MôƸkXm4ŠÿL½÷ú‚§P3ŽGqŠ´ð!©°Þóp´bMÃ-øœÜ¾t±Ïw•$!2ÙfèòFz$Ó–(b_¡×ón-ÃöçÙzñ±z1éè„[X°ðdaz=Y¢­n½Ó„ƒÔQyKáU?ØŽüZ°'c+¢UÜ‹]ÚÊ…û3QC~ ×"tN¶ÑÁˆ~‘R§1ƒ8ºë4¨Ö­¯5BÚ©+HR.½…MJ÷í0Qâ– ,²;’€ˆ -=§P«‚¬mµh®bÆa‘OZÜGÿÎûÒ|m¸XsÌ©½^4 >Ö?Î@©Uóz¡ÇÚ½'a8µ¬,¦þ¨Y¸ oÛƒ<)¼àPŒŒ [š¢iê €êH60€?[^¨»ÀÄ&=N×ýàBG ­'ª¡i]æa#ÌÒ -@LÊžÿA’5&iÈ6u”¥3ò·ôQûsÀ¦ßN=®…ÀŸg6P“`f«+ç¿à‹¦]i@'ëRG@ßô=»`eU¨§~Qaîàƒ–¿!:éǶW¼‹Kª¹€ý_5¨úÞPKÀÅÝ)PÞ>›-hÎŽþ7TÕ°ÁÞ\ãë¹–W9ü'i6[Æ"‘²”¸%Ó¡v¥È˜Yœ) -ÉIN0‚áa–ÝI ý”ý! 5Üö€Ótê9Ÿö¯ÙÐáÐ#³$ÚùÖ1$ìg]0d Ý8.ê{t7—MOÓ ¼"nmŒž¨aðóa1%…ýT*²ÇCJ¢ûíÖP¡˜©Ùyj^ßö^ˆl©n¤š‘+…ÞT,š@” :ËbÌ´S‚6Ü,ºI Àkü0áå±JA\´ý,H!Ì­ä\«› „RêÌÇ(¬`H°‘:.pá§üØqüIÊýx¿Ú5ͯ¡¶îká×Rîý|=åm;ÍWRþæq|)µ¤YÌçÈf+1~¤ÌMÊß"Í%gø–’z–ù6ï[*‹¼“—eFÞ_ÝgN>û¹‡“OE—m{ÈQ¡y%yI¸°é)/š§O"…mr#yBAÔ¡J#Ó–ôQ´¥äz9éGzæÇîÍ!dA[‘~Ò¶2â»dÎüi"šnwµ^å½ÄX¹Oþ(ÑYº /"ô%¾ÿg¸ÞÿbJ€'›íGëÕXm„lz›Šô@ª¹EIDz^¥ÇÔôššç9sÞ¯9çÌ«©©é1•”66j?×ǫ֢e³,—]wrUX»>>%{Ýý¾¿|K@‹);» 4jwë@»îñÖQ°ŸOZO€'8Çey`2ëê:<@ü}‘]bQ¶_èѧfÁyÖ“’hе>"ë!èRû é èYcÝšn0Rë}À•ú»Ë¶ýü·®ÁÀ5ÊÜæüÚÕ\—œ?f¥ £U€¥µ¤$ 0·ˆ³úFuR(`¯ï‰º ôÕyÍæÙË>| ‹\»©ûcúæ]m4Ó«¤ ¶{RiB:ã‹õÀú¶³™ù€okd¢ØÔü"*ˆ±> ~–ÏQuIàªP¿¤.µþ|u–7ç dä%õT_ºbB=Ö»I<©~ØýEÆ=õcn‰~êÑ£›#ߪ'l–À•ê¬ÍžÕñ5®u õS[ 7\pÊâËBE™bížâßÕQL²ä^É:§l +ŸRVÔ&y“ýÒä¨rQÕŸëöÍ2¹G4Ñ&¯sNÁw©ÊíÓÚßËçÔ¶3÷+Ji}¿ò¼ò/jZú²xˆò«öË,"ódå‰{‰~yG¤‘ðRÜX;w)G="q‹ªÏù{,xÚº“Ë?˜çÓUŠ>²žÒ)³É!å´¸‡tUÙ3Dºzï.#>8DÎÆÃεǰ`¼GÖޏ  ô™íí ½5ñT<‡øŠÃóå8Ñ »5ðêtß‹vÞÅnÃù–k³0'¸Ç#½OºÈ<Õ2ŸPwndµ»O(ÈaY2~… ,Ô⫈oÅ0"fçÌÿwøèq¼r­MÀýÔnHÈDK˜ÈðC¨€Î èBŽP.ˆU%X‡ãêÆdBfÉÐøùÚÓ€»™«‚0‰):¿}`è8ðMÔ{ÄŸEñ­[ÆKHCæ²±K_ÕÚ0A¤#^Z}ðG¶>lžK0ÂzA…ŽÕKÿ„¨ØŒ˜7Ä{"‡LA[ -áCA€# éç-nr•fš,lpÀ%Çœ¸(l°í0”…y´ž®L@•-ãyÓÈDSØ~-’ÓÐò~eñ -…óS4cš^z -×]Ø5‰Y&p÷^G6 -“tk¤èåÎÁ -º¢΋@ öÄÔqÄѶNôÌ6…„I`aƒÅ?bꢗš `P³˜l¨{Ýi‹0ß>#x…z)FîX™ÛÄv–¦ÂgÚ®‹PxKknØ<èRó¿ýØÒ Mšñ¶à8Dv78™…NeZ^tj5¤¿ªLÑýG2’w‡——õìá–WhEÃÚ?¥±›mÌTÕs_މ‘I„;49‰Éuˆ0%•å±Ë dù;D7^y¸b3oÚrïsqUc©é¬@,Zʼ–Wnö¦?(ì¾IôåwÂz«ê„Ó3¢,­}ox({ÍœÑo”?½ù“Šså^\ž2ÿÐSv­Êk­¥z'¥§Ô­›NÑ € ßÏ© P(L¤6‚ßÏIÁ¯@‡Í¼þ˜FJ§éš[êQ®Z\6›M…ÖýsRëeïíg –Ø›ô\èÞ¦Xj¼xÍ ’…ó„¹düxN> Y^㫳3Ô\~qUÕÃv*Émá”óžIÄ{RžÓëðüXj;¾,ô&©Àž¬9N\ÁF„…D¾ÈÙ D‡Œwùxñ#—ÀY”œv’½Zòš¹ ½žãNÛ™W)+(ŽYC“v:+4•¸CY“M,¤…Ù¸šœrNFâ"ÃI~‰y?Ç©‘)LZ‘iIÉ|ÆË`ÊN¦]õ{ªÉ¿øû;fHwÎ2Iİäše¸L{Kx`*œõÈQâ }Ç7c}¬Ð*–72ë‰â`º¡ÈÒS´Ù”ü# šÎí(%,F§ÔS>?cÏu„0° Îß!.ÄVÅù½ˆvj¿nEe6fÍ_¼‡^ÓôuæUÊÝŸìM~j™‰~@¬ª½∋j&}TX®ñ/áj´”ßÀ‘ÍkØáîB¤_›Òyºzˆžn/â©aûÿ2=È#«vˆîæ¬è ü¢u(¸{X/õñCߘG…s ½›‹;ü9!猬¸/~¡u쪞O÷ž8Yø’§eèIqÇÜÝKˆLû­íoñRÛÏÁQÓ´åËÿ¢fKûKÖÃ.AÐÁòDcg¹ÚT4X}¹n¢øzQšù™¤+ã¼i¦ŒÙ=˸ªB¼½XK}6ÎÓùT {Ÿåƒe) žñÕrtv}Iýœ o˜.Û-åpÕ`-\ñª°¸¦Y’þÂx½ŠMŠ78WmûM'“¯ :Í{*мp^ʆ…«8_•퓪׾ª¯—@Åu‡ä+¤íædùÇ…I¡øWºÐЧ¤-ºªCÛRy…:((‡óf{3ì—À/ ÓXðì']ä5èÓeƒ‘šÐÚðx%] -~ÌŒ%šàƒáú^ ±ëÿAótë Ž‚"‚ÜXÔè]¥ƒ-¤™iø†ÓgÄ4²®ªËÇóÁæ8|G…Ò´ Ÿ˜3°Øå´"Ýìÿ ×÷_‡pd=DSÒâFEK”¡ˆ T¦ƒ)[d/ÃJ™sI.É].—»K.‹,ÂT *Vñ©Õ×W­gÅ­µu<õ9Ñ>ë€çñýá«ÏGIyñ‰ð1iá²AH"M ÎPq¥ ÿnå_Ò}^õò¹À1E‡«„î„:Åc:hÚ¶~ôš*}k·†¦´§KÕ2¥gÜ%·‘dò_o:­£ ~_“‹/l9±PKoíŸçƒÎ:ý~ÖTˆžyÄ(•m£máöa»¬½WHЫͳ„/ËŽŠsõtÑþM¡DxIÌ,LÜþ¶ÑæQ5 ÛÎS½‘M»zt)$åâù¶"`¬¹Êr¸±Sh -K ÈÍq×Á€r#‰§D O[ØÂû5}ÀñyîH¢4€­Ž”&{zƒ¿‡Ek¬ÕÞ&‰ù©ŠRÓkd)Y%V2@q3»œ¸¡(Ùè‹9Àw1>h?h ¯FFÁªÀ‡êf¦–À å&ÏRù#`T˜Þ>¢Íe ˜7 kv¼1œ×Њ¿èùȬ¬«ÄZ5mŽM‚Ó£ûЙ„äC^çàªÇÔ(V¡÷ì‘Ï—~ßZÕžIþͼi:¢çíXjXG|(Î×=ÁEYñø6{ÃT­ ½¤Á5a×ÔÃÈ­@<_ý˜ªP5«6{>‘µH³Zä–ëVã³)Ñr}{)ùo³w‘YWc\œiÇ#Émë5ZÝ‘Õ4Ó‰Uau -îXéQU¢<]ôš-}!e \–ªNf¼ÑQ´­ƒ,u,.|O|²Žf~‹²\Z? µ›Î­®Aú ïÂæÀ÷ô}s yØ%*_Iƒƒ¼’¥)ο`þßž££¨÷Ó6_Ò·;«I¸\¿l¶a Îä¤ChŠíÍê)Ha{~è ‰¹ÏT' 3•¥è‡çzÕIgKwó{è5cõz®ÖºUåwòêž´:™ ƒébÄ€vX~fÕ®àšršCi‡ éì˳îë?q·Lrê(|žÛ#õ -‘/×Ö÷[cW}BwsZåk>K°å™cYÓpÚ¸µ„?f¶r´+"¡Ü4'9ƒŸ0Qç¨&OÂñVtöä\éåq¢êø]s¹Á_œïx>[2ìTÞ´Ööþ¿â (Zþ_Ãô–¬kÝN4 -œLÇÄEF¡)»"Øôäµbµv׸ðÛŠÇ¡<¿Ãæ.|œúÔ²BT?×ȽXî ¿ hLâcÛÔ€ ¼´íÖäcÚi».ºW©¢$-lŸîB€BÿÍ5 ð+—Ø_“òÆ­³$ŸSËÌY€oÜ^,^ž­rhéÄT€ (ÅÊ¥ )4¯¤þîg•É’?šsºøÊ"z`G¬âyÙˆ=\ÁÏ£·_Rî˜HÐOÞ —OÐqÁÚ|< ¨Ð -À6J rU>Çã{E10¿IÜù«ÝÉpêÃe‰6¹úVîË <šRo|‡ÆþI&Aâ¨ãĈê]ÈgÌ¥ÚP‰îWÕRjÕ÷ÀÛ¶°†:WéÎÕüä#t¥ÝÖx~n™e&61ù/c9z/V¢Ô\Šb·!ç°‰HS@êS µ—²Âcè«,ËÏuÀ2½†âà›Œ%­ÛŒ“sΘ!rg2ÛpU÷0vª>ŒDÍÄOày! -­ -ˆÐl×dRÌp’*Êã<ØÍÌs-qwTÛÇíGJ*Û_Y¯ä$˜ý,÷“'ŠÍ×ý¨;b,^vO'χ¤j½tѾÈíZJÔ¡Šñœ'» œc;÷l?o7t=-~Ô®ui³¯™ö8ó7u’í«ÖíÔ•X×.ƒ°Wæ¶h'y`Ö „‹¡üÍSÅyn‰€?ë‡wïdTõ µ[{Ô/Þ\ß»ºáþúÐÎÛŒ½Ñל,yÄíBsò‚ í­ì·S-¾\¦Är77d©ho½ß ÆUaý‹˜Á[—î®aµnþ¦ûcÓOIw]}ìYÑf‡#°Z Ü îZBøÙÓÜLm×DªÞC˜á–§nnûGrßö§Êν79Ï -ö÷Ep/dtu]æ9“ _]lÏ ÿú÷.}œoz—"ç™ð{¬D˜|Ï {“ ~Â׋l€ajͯ‘{a«µ{¥W%¨|%M,¤¸|’C$¡j}9ž-}°.V›M~S"ë˜Ï –è÷ Ú’f€ìJŠ„€ßj*®“H`lªº`Vž§qLµ£ÅvB x˜8Ç8Î.+šV‚"è—΂€±•ƃ6 -/‘1‚궉’(i¢­¯‡2_æ©ä†ãV¦J†LE¢ú†0BcŸ²…ò8~œu…Í-ÿ™‹…Æ"á–ñ…ûÙ”À†' -{ „´ˆ jhû¬ñ_`©-ŒRU±¥˜‹Kä¢JŠÛBŸŠ=8>›Ë‰À-ؘ܉p"Û–1‰vû“Þˆª -¼ †<k‡Ñ¢hc¬H’Ú^Û¨…‘ÒU>¤ðÃK~¡¡¥A¼žbް7ú›-à-ª˜:K"É•‚Œå “Šå -îŽ.‡d²‡!Ògë«®˜Î^Y§è—}T½¤O–"K û”¶A]“t7¬š–’]-q—¢‘‹"©”á ’^Œæ g‡|ûg[«žè]Ù§Z9TL£Ä›ŠJ¬ l™ÙA 8˜S7gš—->— •g"Š”W’¢ ‘ÅŽ’ .ŒÁ‡†‚fê¥&]c¦á¢õSð£T ßJ]Ÿ÷žó@ÅœÈ57/™«›R-–·˜€"q“è”»‘H‘ DŒ=‡žF…°‚7a_¼‚iGW¸RjºN5´6l?D¿°9mß;E¬Qo¤1½¨qz'‚¥@sEw¢‹tøb xv£ј¾zŠŒµ~Ía-»oGW–¶ópAN²èqUD¡®ërŽ;3« -sé1»§KuY'˜£çvÓ³¡xLÏžÂyÖX— |úŒ…Ì`ܹ•u)WQµŠuÀM×±ŽvpDu­ªwG;©Ïx<1±¦ yG'§¢zj柤{ /;}Ï•°!Œ[€`o¸N{Vø´M{QMްY{§D9¬x|":쨖|·1œ¤Ä}`'®¡U~žZ~ý„›á€9”nK‹·€3`·M€âVŸ³B€ÂMC¯I€¼C÷«m€Ù:»§‰1£°c'¯ <Î72‚lØšœ‚î“3‚źŠÀ€~_­¶e†fVL²Z…ëLø®c…‰C´ªŒ…J:†¦«…/1`¢Ó…4'¬ŸS…b[œ0…Ý(™q…tú’„U!‰É€Ã_gµ‹îV±‡‹L·­œŠ@Cy©É‰§:Y¥ë‰;1D¢ˆö'ªžŠˆëz›Q‰l˜q‡J‘ …›xˆõ€þ_´³‘uU½°À/Lr¬ÚC=©Ž#:(¥0l1#¡]Œä' ÏŒ¨Žš„‹ò¢—ˆ‰ŠŒ&…LjA0^º´—Ug°•xL&¬”Bü¨@’æ9ò¤s‘í0ù ­‘/'Œu—™ÃŽ”Ë–°‹HÂ[…쇩[^Y³TœžU¯XšÆKâ«j™Bç‘—²9£Ζ…0Ó •}'yœƒ“§œ™Èì•ùŒ¾† -5‡,~^²±¢BTѮŠK¬ªßžB•§œl9œ£I›0µŸ›™'iœ–6 ˜˜’•fŒÝ Ž*†!^†ÈšÉ ne ¸o—gЧ -pïiî•írl(„ªs7n;sGt\pBa|u€r0O-v˜t<w‹u®&ÑxvË ½y”wxƹk^nô¶mpx¥2nºqï”;psQƒ+qxt£rrËuð`ctw+N°HgŠ; i؉C©k¤ˆ\/m^‡‹n™o †Á]~p¥…üKØr…<9vsI„%Js¨ƒÛuÖ‚t¾Ûd6”w®ªf ’¦žxhÒêŽCj¯P}ðl{Ïm…n8ŒW\—oÞŠíK%q\‰’8ür‹ˆN%rà‡UWu'„­½3cA”­.e®›#g蘟 iÕ–L|Ûk±”l•m}‘í[Ðo.ÛJ‰p³ã8’qåŒ$èr1Š×‘t‘†“»¸b}¦¶«Ød壉›ìg l‹íif{ÚjûškµlÒ—¨[nŠ”ñIýp’^85qJ -$Àq“Ž@Ãtˆ2ºua߯媧d@¬šÌfx¨\ŠÝho¤³zäjX¡)jàl2¬ZjmðšSI|o€—'7âp¹”N$›q‘Dís¦‰¹faD¹©¥c¯´°™Øeì°W‰ögâ¬ziͧæj)k©£ÅYÕmkŸËInÿœ7p;˜®$}p‰“ÅsNŠ/¸‡`±ÂJ¨Óc0½E™ey¸O‰:gn³oyii[®¡i•k8©ÜY^lý¥@H·n– è7foÕœu$ep&•Ç+sŠA½åt1dK®#ufãž2uÌi`õv„k±}‘wAmÓm wýoä[ùxÆqÛJÁ <Ô‰à]*Dm‡ÝõêWɪ-9:¤E"%¹fŒ™ÿ}ÏîÓ`Ì ã¾råXJ¿²ñVwm—·»¯zm,±j³[Q^×KïûöÐÙ÷ÈíHºG(ÙŽÊìE4k¹ÐXø—Û×gÜJ.Ô/üœ w€$í„”@Ox·P -Ùyø9–ƒVìðlxãZâk|Öý]ö”ÙÜ[$HC?œòžÇn–W3¸^û#4Ÿ#`'â-·q%;“¦Q/êØ®fÌ›¶Ý`Æ­èrw OØß'¿erÏ©øuìtK¬àö­eJ°Ÿ4±@ƒx!ïˆæ”@/ÅÎI_!Žâµ;§ÑÕ†‹±yâ@÷8,Z¼Äþ=±ƒýílK®³z¼ÉÈïQ{–¦¼T¨ê/!¬¼‹G=JŸl-ø—ÂxÈöÏî AÂå‚ 3ºF6áÉrüpJº²Çš;jhi´Î-+ -4OäyÜUVX=­æoÌRNÚw‰‰PŠæF¤V¨›ƒ<žªÚm1*GPìš<ø´,çyyfCï”%ÌTÏ/ñQ yM&_ÔY8·8$³ 8Rt8¡ -l/ÐEÚ@Cùૺx·+ðˆ6Á¡[§´éöÈYÕà]ŸÄ«Í0B¹lÕ)ùqþ³ -kdµ Ö"ÈøYØm?ø7hk$"ÄPˆ!(0 ö,ÜàV oÕÓãh‹JÿýH¶¶}nÝJÖâÞ£ÆDY"?¢ÞÞ”×U=–a-\Zqá`8g9ñØf\ -YŒ|7j) -[°ݤþµó^¶UÏt­sNo׬!Ûá(rûZ7C¼¼5y'⺺¶g„Ï«…AÏò®€;Ð?JÝŽBžÅ†þÈz²c*K×?]³3'¢7¹(Ÿ;Òó‹ä\îÞ®4ð*ÿ|ÛûôKNsù­B¦!+| p±F`OWpÜ"Á+&Þ‚hĤž=- {Ó/5Ü&§2Óå™=£(£²yA¨+õ=?9SJ}à t*€Dl¦ïB¸ÌÄÖUÁ(ѵvÉ"9ö®‹Á½sûê>âyŒ1ˆðzÈ­‰V î!¡eQ¤6ô§£_†ƒT–¼~”þ7¸FÓñDŒ]C“¿w¦¡Î[k…>D3 |L‰EH¸þ-ÄÃÏà“'ü‰PâòÝÄ8YÖOª¨ÌõÙÔz™ë2j Û=£ Ð^ ¢uÕ)È>QJá$Ê©$~è=Q ¸£DÒp7Ö!Dzaa΄žEý?’ËÙZ—ä6¶n¾;uí95~VT^€>)à -x\q‰}‚´)¾œQžüÊñØ*ùá¸fì…lf…wÉÌþ…D¸,Øå*'}=?ƒúBò°up±pQÅFð‰þ…~)ôGþO¢F¸WW/œƒh´†´4^£ÆÖªÍ¡ÃØkU§ÿj\©u©ÃEÊŒùmd¤ì_Í? -¯—òÊžoÌuºQÈÊø€)†žÛ ÃE)Ç ÄRp!Ö%õ~¡‰Ø^Ý€ßmlD+s‘bW4óŸM -I"´¯ùÙÒTqµ`h…­µ”å­•ì;Ú¿2-Ñ"ÿ1Ì„ÜG» ?û¡XxÁA—ã˜s~±=‡pQN5F -T-Q¥jauã!MÐPŸNiÁ‚.? B+óSÿ€Êú÷O a¥_…B—›L~nhw±Ô%•ºÚGâíªš“~‚y]wJäBçŽê`Eë}² ´oŠÏeÀ7õc©[ _j$û“à‹•‘Û'‘ê²(߇¨ èâ†|6l³çâûTçBò´½‰æ6AëÙXÕ+aO÷.â-PÛÌ5­ß醲Ã÷=…ëDÛMHPµo5r³¬ÜÅ1OÙ+qkÕ­fIRzjYœÄ)ã“.Aü[6FÿW|’{./]LäŽmÇ lcüÅ»Û/Å1à3Ÿ×âp9ç´¸é³9.îÃ4F‰>ò†KÛØ¹ü³š[¬€GiØ9—üå¬5ˆ¤XkhvëˆÀÛY_ô¾ŽÝƒÍ©fsð›ëì?©% iÌx³yœ‰@vª '}™Ì“7Å´áŽGŠ˜„Õ>’yCü¹­_äA^óñí¦ò9zÑÚÚÖM4Ì ug(.›¨ëôò'z ˆOÓ¡ Â}LÌÕ”FºFäÝO‰øÛÖ3^¢¼3i¢Ï†IfWÙ -EN¬¡Ö†\$¯,¾K*䙊,rBVË.æÜ ²eXòyªI¶iïÿ¨Òw[ëè8éÞZ'Uq²h¾°ícâ%ÅÕ(>–¯5$¤î‚Ü‘˜Ñ¡j2\ógviÒ,8É‚ÉÔ‚;^ ©Öçq8ä -Æ¡N(•7£—OÖéï`ÉõâAl¸ÆYð°Ê¿3Wá­åG•v¥÷¤°ÛRF wy­&ÞËÞý¨]=ùB)+«D÷·_Êÿ7:ÑzÄršzÁ›ØÝC†ª%?à¦*Áî!üS¹f‹ïÿ˜¿óà¶S[x?j½¢(S:PKÑ­š¢ˆt*téÖñVïÑ{>÷ï9Þ÷}Þ£÷M—J‡”ÞÌh ³®5ãÚ™" -)dfe$)™eǵûý¾ÒÔúÉ5£ÿßœ–JþÔ Ù\“i©C &Ñä)Ö¬ô ‘õâùÇGø®b^ï†üQñðQCšBâßñe›@Ò|¸%xD2Û,ZÓ*µ«ÿ¸ì²„­É³ùMI}{HÈìϳÕ^ k -:°³ÔÍâ%Â(Ê©$µ°–”–‘é?‚'¼þ펠°òdðIðW¾Á;ŸFs/‚…¢K->#™n¢\J5¡d[ù"téÄûYð`¬L-‚¥UÏÓ®x["!ü¼Ÿ©.ôvÂψ¿áÞÂoKh++ì­¼¼Á ¤ ÜÕÝÄ'áVxšh¥U]'ÖV'äá7Ä »ã|IJlî!ÝÔý. ñÃ~;pcýòn« -Ìê¨kÄåóT!8+G¡6|³|®² {¦HÉ+ÆŒŠ+»­±h(4f[  òGg`ŽW': ¹“h?|Õê&š€Úb(~žÀRðãŠÝ˜®«ÀÐ!|_nªÇCR×¢ñ¸GL$º· <…r±9¯ ä6É}œÁY»"4Æ3Ö£{UA´MVvË—¢Js^ò‘‰ÚÏC®Ñ))ˆŽú°U¨ì@_$‹ô²AüÉ2î(|›Œµ.…/ž†-Zó‰ úS2K¤\'+ç#aZïœ:ÄžKn„'Ô¿lyªLçáóÊ^ÏK°’™æÞ†-[kì:jà[r5|§~Xj_©[P¦†Õúg߀%AÒœ¤¿´¥×¹ÄÁš~O1ô’=½íTU[?…2Eo ·{'8æ°ÄÞÜ<\Ú/iB³m ?“b Á:»èèœñͦ{P‹ÁÞs”¦‡¸‡ÝlýüEÐ"R }Ýè'¼¡‡G“ć;M%SPOÛxVÄ´º$ž… -UDç@q ã›*¡Õuí÷÷Œg¸@±\›1ß_a"YÍ91ˆïƒÈã½Õ8$é•–$BñÝA™coç‡ÄXÈ®m ê³âuËÝM+W›=šåu \žü˜î_ó“ûÈ6}¹ŽÌýÚm’öt±ci¿Z_²+ë¾ -*ƒ(żž¨LKe÷Æ4z–»_¤Yázû^ú½(Ñ|œ ‘hi2KŽ^ìÚ²N±«šÃ«.iP-®´ÍSºVu%|a‚ÑQIt•ðÿß©›ÕîFj¿Xiÿ€:$©²ÈM¬ú4ß;«ê¢1e»ðüÀü ú)ã=V=˜àGÛˆ'¾>E¥J¦ýqò¢tʽœL’:Ì#såZ‹ëD,ÌQ¿REI£•ÊpY¶ÐÄÄËÍŠÅ´X.ϰ Ž),vUOõ_»’Q³¿¸ µ¹Ç,ØÝÁ ÄÁ&˵¸ ¹£Ò+Í0kÄ›YŒ -0Ú‹/ª¤J±Ð}+È^,"þ8x…íŠd@¶Ûï1å¹;¦t$6c-I¬C”¡ô ãÍÑÎôS~1•LË -%d5±7ŒSE;gù6â5ÑN¿„éáöÿ|vÇ#ÀeË!ô!±YH/Ö(~¥â´Æ*!©Ñ)h#¬j |ÔôÎx‚T"JñÏJÓ†)0nGðyŒÈa –O‡Y9¢^`%õ*§Î$'L¯TgÆùw@€!!ýaÔßÜñ=>£Û>…—j>mPb¯Ø»n…X»Ô!mSY%#C¾!ïµ¼•='—4‡Ut€Œ¦ü|K¢¯aOº+aW—½c%^^[^†=3ôlX‰í¯qv[Ž^ÓdVo{P fÉÜ®=2sp¤Ó7B¼l{™—Bµ -Ò¼©Ù:®ûÜØ·ù3&¬¬¿ŒN_=@£ 9Ë‘löW«>Ø` ¾ô=‘F€­½ëx„®»8÷*>z„L[€‡µ÷Ä`­ã›»°¥Í±ë%(ÓôU;ò°¶×ÁžÔh­nÀ頑̯Ï›'‹¨ý£@Ç5º½Ï[\#/ñNãè^”íÙ>©-áÑa#÷JÒ÷-»ŠŸåºPÍ -mÝW·ˆ -ͲéXY°ª}^%å=ËüÊÖ<³\7½yEÇî0­¶jÛöwþ\X’zZˆùU͈޻š«âÄÉg•—7{BmTtàÇŒ U¹â5'øËþ©_%œ·ß_û­hI*OW¸VωsCU×%o†òžTëò_¥—ÌÈÉ`Æä-æId$,À$5“~u¿>UVjÒKßäDj„2*¥™u–¯‹} ? -MTþCù.aîB®.3Ìjè:Ç@c~”¢¶h°þ$‚‰´:ä§’.Íäuö^¶µH¾«^úÄú*GÐüAf5ø\¡§ÑŸ]îј çU‹-ì‰L‡pt]T¢цPξc‘ÃY”Ú@V%/S%®1zåßÀ£$f!hõ)£½È¥Ê,g˜$Á:‹bü,þ6ÓÞЬè5e¬´xœ]ª>•9 R 'I•Í*›kæ€rGð]È´ù¸Pãä¢$»èœ)ÐLZœÀ͈µÐ|­s­-ßÄþhxVÌQWÔÏtT­Ó§'Ž1uÜ­}[3,¥n±ëÈ«ÿü÷ñ Y„û‹YöƒÑˆXîfƒU| ”šðqÈŒ5™sg;Šá—Ü\_‰œ–Q=ˆo”qEþ‡I’Ö:†G‘W-q…U& „_Ž`ðƒŠ "€âƒx{8¡øpö‹» f‚Šjž[¾‰"›öP³‡ø™áE‹†Ö—â9¥…Ó–-„Û”7ÞƒÚæ肇‹nM€vƒ•z`Œ•©'pC‹Q¦¹eìŠ -¤D[;ˆ¾¡ÃPC‡—ŸKE.†xœí9U…uš«,Ú„x—|¯ƒn’íá‚‹jo€ƒ¬zšžycp,œ%ere‰™ÞgÆZ’—ªiôOe•’l&D““nX7É‘àpY*¡‡r1fÅsÛ ާuĉ{Dy|œ®iìo=šik¿d¼˜—zC“– -9\Ý”».ìŽÞ“‹#ÜŒÿ‘iü‹BÐ ‡¥‡Ñ ƒf‚h›þ¢S_™“ dUá—+žƒLn”Èœ²BÍ’”šû9q™n.·Žr—9#µŒŽ“äêŠÅ` ‡'‡Ú2ƒ -‚)eS®}c”\ªøeæR’§¤hHð¤˜j&?0¡ lB5WžÉnf*ªœbphš†rC\™†sẓ{w¿Š&}#d®¬ÈiÉ[©XkR'¦m[H£$n÷>ß ;p¥5lr\*’šût6™uŸ±—Ñw/‘âz‰å~Ud «&oòZä§ÜqPQ›¤¹r›H¡ÎsÊ>‡žîu 4Ýœ"vX*u™­w¨F—¤xõû–Kz:–x} ‰«dcj©ÃuýZI¦‰vøQ £swßG¢ x«>"±y…4“šãzl*O˜p{XO–c|M=”ð}]ñ9<Wˆå€;b²¨ž| Y­¥h|œPˆ¢V}G0Ÿz}=Åœ }ù4O™Ò~*,—]V•Cºx“­€œGŽC¾‡ø€b§æY¤p‚P¡f‚)FÊž‚-=r›»‚H4˜ò‚v* –v‚º[”Hƒ,¬’Š ö÷ƒ–•Œèƒ‡€Âaq¦®‡¥X££’‡kO« •‡#FqÆÆ=*šõ†…3ܘ0†])𕮆X_“o†™Ù‘ކ!Ø‹ò„§p†G€ù`ê¥ÙgX)¢ÈŒÓO@ŸÑŒ2F‹|<Þš9Šæ3£—zŠn)Í”öŠ#X’©Š õ«ˆf ‹†¶…(`n¥!“>W¬¢’aNÉŸ‘vE±œBt<‹™‚“3a–ÍŽ×) ”GŽOD‘ï4ÛŠr 5ŠW†:ñ…P_à¤z™.W1¡l—öN`žt–¹EY›œ•sרNx 6 ¤Ýxó-<¡|yë#Ážzóˆ›ü| ¼™G}ž™‘3t‰&€X¥±Q{xP­ì{ÌGXª‡|1>™§"|±5ᣳ}A-& O}á#ÊJ~˜¹š³r—ë€}ûü<ˆæ€Xi°<€ÿOÁ¬Þ€ðG©€ö>`¦#5·¢¹Z-ŸW°#ÔœE‚(뙑‚Ûe–®ƒWŽÙ‚Ø@ˆ4€+X(¯4†pOƒ«ì…ûFܨ…¡>.¥F…n5”¡á…]-ž€…m#Ý›c…©˜—†­•…A§à„8”‡h€dWÕ®I‹ØO:« ‹ Fœ§ÁŠ_=ù¤l‰Ü5l¡‰ƒ,è´‰R#Üš‘‰Z2—°‰ 產‡9鄬܆»€•Wp­‘GNãª4?FS¦äS=¾£ŽŽ5< ;õ,Æœí#ЙÆ8D–Õ‹Á“¸‰ Œ<„ц)€¾W¬Å–ÄNŽ©v•pF¦$”>=‰¢Ë“@5Ÿ‚’v,¦œA‘Ý#Ù~P–Ž8’ðŠ…L‹—„ïK…±€àVœ¬œAND¨×š„EÞ¥‡™=^¢.—Õ4ïží–ã,›µ•{#¹˜Š“Y•‚ÙT’O‹ -o‹…s…P€û¾>j _î­ÿk¾bÓ¾mSe¢wn¶hJ} p#j»l{qm[|rñoZIôtAq~7u\si#uØt£ Ixu¦»Åfäi««ßhëkž›çjÏm†‹Ñl€o]{™n&qkFoÂr¹ZsqStKIrÈuÅ6ßsùw"›t_wÛ ewmx«¹‹d's@©Öf€tEšh©uNŠEjˆv\zFl[wXj'n#xNY€oÚy4HGqmz 6Ar°z¾"?s{ vk{§·ƒaå|a¨dj|˜vfÁ|áˆØhÏ}1y -jË}~il¸}ÊXnŒ~ Gp4~D5´q~i!îqÁ~U •u‰~Pµš`…~¦Db²„ú–äe,„€‡sg^„wÒiyƒ´hk„ƒTW¿mn‚ôFÝo&‚’59pz‚+!¶p«¹ Ït¿€Î³ð^}ޤ®aR<•icf8Šèv¥hk‰ÛgjŠˆÓVìl„‡ÒF;nG†Ú4Ðo …ð!–oÈ…4 &tƒ²P]E—r£<`&•t”!bÔ“Š„öe2‘¾u gyf0i­ŽKV4kµŒ¨E¯m‚‹4vnà‰®!{oˆ´ ps}…°à\F W¡ó_-¹’øaã›)ƒædO˜¯t°f¤–Gechä“çUjù‘¤E3lÎ4(n2”!cnPŒ °rþ†¬¯¯[w©H Ò^d¦‘éa¢æ‚écŽŸÍsÍeéœÅd h/™ÄTòjK–åDÃl)”03æm“‘Å!Om³ år“ˆ®¨ZÁ²7ŸÝ]¹®h‘`{ª¥‚bì¦ós eJ£Mcûg“Ÿ®Tni¶œ4Dekœ˜î3¯m – !?m.‘ƒ r;ˆÖ­ÊZ"»Ÿ])¶°J_õ²Rbbg® rodÈ©Çcug¥‡Ti<¡sDk)¡3ƒlŸ™´!2lÓ~ 4qõˆí³‚p -_S¤€q bM•Tr)e/…ås"gèvLt&jdfu+lÊV:v8oEFw Ö¬:Ú•Pr·ÎèXU6ÇöÜì_Q“­8ÁûZ}^²Xp±jC¡Nd1d®”D›Ä ¹À@åìHxÑð*ùÁÜ55{¿he5~å,tŒUŽs“;äGyßÛQñFþ§º­.á9[»Y¬°þÿ˜Tʼn$ÀÙfW`6È0¥ú|DiÝÜÝ]ÅÁ»ûFJùíŒËt;gË\åÜÖÂOtì*ðÎhxÇö]«/ŽG$ÛmŸ#£™õiàZ€Så㻦;ÚŠÔ{sì7K.ôŒ>ržv:È×Ü‹‰Â¿ózvŽç ŠÖ ½hµÃï/¾ÜÐ1!y[ï¸D2jÝ䛋 êû~ºP4éW?»_Iò€‡a%§lŸ™ÄMë Îã…wÆíøÿëOÅß ]mýk~絬‹¸*Q5–K¶_9ê]]V¬0ÿ±cö¸è3†‹Kÿ©x…äVH–K-¼/…ÙD°PÄ>H\Ž/$iàvÄ"Ùè,ëw ôÚ¬(ÂvìÙ Ãܳ76ïYåe4Tð‡¼ý" c.É‚\ ª3†¤[à¸5]Ä|äÞ¢Aâ -ÆfýL2ð`¯=òt"½Cú¸ý_P(è2NWÂ>äK$ -IÚÑy(šÏ¼±=é°Ïø¥5îø#éÃEli+qe’#3¼^ÉòdÏÛ]é—ú$ ‹hÔ7F2‚è„:ÈcÜ/Û¸# ÝKBOÉq vJþbá;\§ØÊáVáIê”Ñ;ÿ±é²Úñ :O̤Ӥå`½„_ -AtðöÕp5ÍÚXˆ Ð]}=E»-´c&ê%k ¦¤~ó–Ç(N[¶à¦±Æ) 4£â§†Åx ©Wðò@¡îFÞ6È©‹Ù°¾¦u®f#Oµ~ W£ý+ ­ÔÄy_#¼T¼Öwüöš#ÖçB¶•¯>(«fbK%Ë,®rИ5ÛìàySú†É0£2xÕbœþymbE#‡ô#@Ê×µ ò4½ª>-à4z¨Ú…ìhœx{]8×)9lÛœ{dX+Ó$PVÕ?V•¸eexozÌúü±2Ÿ±¤u4ïâyµ/­ÚÏïo;I;…ñ­,QãjÙU‰O#?w1°Ý>5õ>ØS{)ö4\s(¼n±º±fÀYæ' Žê‡£\Ø[Žógv*©!Ag‡6Šfì¢Ë¾ãNsN‹ä|óîÔr0 q4¶J¶§…‡ÂßÔÞby@çªÝ‡ðYºš¦}Üѽæ·<ë¾pÊOÖÛ =6wÍåXEΜ` {Whª'ÐÑ:» vŒýð rÚ_|€r­Œ›Ø]W«Sþ$ßa5É¿5«ÓKQ´MÁÆ=­ÈæÕçWÐB¿Ô§Š!ñ–ØL¥/€† +s \¦·r7¬ò0W˜°ÛÍwȹ\¿ª'd=/–>LN2¥²M¢˜2¥¬G2+§Kîü7ÕWž ®<$?Ž„ÑŠ©è0ÓGƒõyŒ+)¢¥é~I’a™/ÕG¨Ä<(z@ì„K8;HÒ½õY‹¾LI–MÅç¯ —¤)aQ²‡D*ÓWö’øÝ3[Q'g4f¢Ïp¡©;&]®ÁIéðˆt:Ñ\š/í&S¶Œ1ä§õNbXÖsäÉ£Bß“#òAæ_È3òqÏn¹KnïBØüÊp4®¢E¡Â¦Wœ¬Ø¹ŠK%¹8\ñ8{BêOy$¿ž¥X1K!ÚCܦb™ b•è9!û]?z¢_h8Oè.È£‘÷ºmzL{½8“i ³ƒðHÍÛäø jE¯´^à Í%ÜÔg˜“¤¿¨{½2ekUsjOW»é•Ð ËWÙ,ø½ù½X„\5h[åðæ¬Ô8²®3Ü]ßÐ &Ó§ùÂïé~öj"ÛÕGmÀmû¨näW¿žü¬íi›{á^äžU´éÚ_õ`ÝLfáF_ÀÃÌ~!—q³ÉÍÿ%>ߘåu ÐÖ À"çAí6pGK1ö?‹noä¼AVÛ7nb¢ßÖ­J2¡wlk¢‹1“1`Oª'û߯(S·7ƒèÔJ¬¤¤iO«.v0¥Áû»´‚7ÐUç­‚Lø—–˜,biêHb¡¹ ?D30÷º7!iX®Íè ·4{/#R´æê& soƒúÀîUâ»AaW Êß•^×þMÖä;ç§Ä“È‹¿¨“hmSNHú¸>Ï5V‡zgK'´í6‰úJ~‰.O]P”Cº«ÆKCDkU-e' -T¼ÄM3U¾‚¡$oú¾Ø;*‚¾ -(¡oAnÓUqp ûsz?n°ž¡—• 4×é¹åíÒ6ÚDð™º%ì.˜C Šk³X”P$®£,Pòòý”~» ’² ÂéIÔ)lýdÕINý?Apc¢\§\1k?Ê6«¬î”J—¦Cѩҩ¥ûš¦9¿ûþ¾™i¦é®)I¤h_ëáÉM„Í’£Ý'Ú–ðÃò´6Ïsäýÿ†y˜uÅV*s_Wúa’€’›˜OUcöJl“t*! ”G†µcŠïP,Iyi&RÝåae@™ù(vŽÕ‘Å\â R¥x­°BÚ•WŠ/!GUê,OdرAöaVè\ðÉÆÇ¨Të0ÆÃn|Âz‹ èºE·:„À› ÏÈGÙ-Xˆ†õÃå¨23nEOŃÑÙÐBøæ³Q‚ø`EÝH2¶—ߊ8bc:t-î¨= †0¦X(x…•6C®tca$¦Cvn‡ú¨qO¡IêlÈ lO)¼þ ï¢üD°ŒZÁï€]¨%“ÈnbJ“xè”\ª>^¥ý´O ~õZó ÓlŒó€V©+BÜ¡|®ß«êææ8¬…ްz~”Ìܵ\_¤ÄjÕŽ†xVõª¾GR”ÔÅç?þ“>ÚÕ4ÇÖåúa?xN·ØË ü }gÿ ü¤õæw€Fu e>ìE'q¾Ê®võ³l"hš’(6xDQîJ‰à8µPU¿d”ü -”š‰ˆçð/TÝ$;¯âèÅò‰ò -ªE1™óœòTžIYAŽª:¢H9À•‘>`ºû'rd'ØGü óæ#0k6H,AÛÉEÔ7ðeÙ ·—%’a×1ƒ% ‰ƒÈð¶J"u|L8¢œû>b>ú›Æ_a~¼ïð£Øis[|3žˆÿJœ¥¬ë e_*$6Rv¢Ïø{òÝŽ -|€¼·õ.'“ð8²Û=÷ ëѸ)ÙÃóÃŽûÌ¥˜‚x…À{´ù*\¦9R’ˆ‡kD.ø25t{ÊouÀþÁm x€éÙ·çX%+0_–Ç‹EG™ÕæÐ”7ªÅ®Õm’}‹í­*V`JÖì2,±fMsÒ›E¶¡_ªgŠÐ'Ú·nõèeíj»iÑôðRP·Íü êG‰ZŒß)õE§[LŠºÑ‘¦¶¬“h_£i"ˆjêe‘«ÑüÚ¿ýgÑmÊ-ý®&ÖîrG?—Œj¼-<‘ ïC±NIUšÓq¹ð-*lŸÎ²EmS P³–¿"Ž"Ï›Mü»‘ëήӈ±ÞhG#†G¼x\{Ë"I§º aÔ¤g@ryÕ æ #û]3»Ã HSGrD‚¶ÍúïDD­7]ÿ…85Ùí„/×ÛóâàâêãbEF"ëþ—]PuªÌI*œ2,Í[‘ù“þVAGBŽ®£xÍ–;Õh©Ñ/TÛZ>î<ª™ÿa›¤¹(Xd¥±“ÊL¾g¦€,hÒðC~£DW“[ø¨àµÞ½Äjç}Ýê2“íºê…埶ØhçŠßoÔlÜp®Q×IÛTõVùœE)\½Â`ÒMBU ¤¿^¶·r«®·"9ÿvu½x:ã¥Ö É‹Ô4Wý.Q÷Ê26EpOäã¹håbÛì{UÈ¢6Ö8dº”C¢€´]ìX=_v5oXk)a¢Y­¸÷Aí£¼v“KUÝñ½Ëöœùì·`§­ˆ†”‹Æè/ðIS9ù}©Z¦=ÖUð4=×î›êh(Ý{ÆùsóàÁ07Ö‰ñÍdZkN·™h°m"}¶¶¢&°½¦¿\¡øªI&ÂË­Õ !É}Âõº´ v‚0ÄV³|bOè&ž8æóŠ>A 9Ñ´71iëK]"]¬ÝÉ_É@3W"‘øCþVÎ}(sà@îpîJv€‹Jíc>°ÿŽ™aÙÒÐ54Á.ðQS2ÇœÂ(1£´µ#§˜ZëâoZeà]dºìWPÓ_ºíÖ¿ÉIe^èíR-L!Vg…¦F´z'j³æ†Óò¬Æßæ+é¬~f]@¸²fgðy$#û–h•¨˜w‰»ŒÌ¦—”<š¨{=IÕ¶†øS 9Þ·È®šÇr¹>Õæ.¡¨~i-Æ1µ£Ù4¦%û¤Q,{ñ9&»mPôžî5ú&SS-\t9Ý4!œ l ÷ÆHÛúËŽrBS—fÓ‹ÿV#¶–aS£ùL@W©üÀªbú÷.{QíÑiŸ\BÉ;øÑ‹Éíó…ud˜q¹w0q´e³c±¼±Á†Á³jeÖ* Ð ›‡¢#äãªÿ3LßMÇV* ¡‚©¬D4€²•UA@e#C†H `„„2_ò’¼‘äeˆ(T-XQz=Q¬Þi­-Zk«UruzüŸŸ¾ß[-ŒBvÞ )-|¯ë-ù=³]󨌖d”?‰ŠPôMû•;+{(½h³ßí -êÄâØ“ ìw8+ðxã*Ö€!¹4¢ÜEÇ£(ܨ«gÜè (1[ÕZ©Ž<©te79 ¬:Š ~̦º=‡kíëGœX*ãZU+tÆ:Nós%VŠ17d,WõT÷'ô*×ÜIFN±oöÁÜÚ8 - BëºÝ ¥œgöWeïWãþ–€ÍL@só X†Ç"Ø}ù‰ªþšÿ¤G*Ãjïn…\­{µ‚iõ_&BQ ž”­ŠìF’û:ùXÓrgðßÜ|p„ïWEÇ -(¥Õ†ë{ª•û«Ó„ȇ¦eÛ3`SÓàVË¥Ì(Ö6[Sœä±Í]î›d¼\‡T©™àψ/ ô••jg>BóUöñ/çBwòߥþ/ÖÇÿµ -h[tŠ]‚ž£<\ð‡÷´,Sà¶ -Ï;H%JáS 'Ñ aé‰ÊRòWIzBr2ÏÉ‘°S“a‚ds|Šbø¼%PÎ&RdûÓÞƒ |çN•ž“X9œŽ‹ç,ŠDaB㬒Çì;܆ºrKa²H¹…(òãîÊ_Ë/DŒË†ålÀYŸ·DzEFs÷”<?;Œ‹§%§-:…mÂ+ K´k)~‹x¨s¾‡n¨ÆRB<åŸryòì„`õ^ÙýÈye§Œ„!Ïd$_.\ -þB>Ù‚“Ä÷ò)p‰]•4\²ÿØRèYüN¿Yõenv›’ŸúV‚ÞØ>ª2¢øH5ú;”ˆ„À­¾qз°=S$@ ñ•ÜJ¾ß•ˆ¤uø‡"®0¾¸@ÇÑGæ<Ñètñ©qêamÌö"匆Fa¤ ;¸]½Á—­Pe’Yò£h'qF–•ÚõIÁÅ»— -K÷Žj¯™Y9 Îô!å‘:°Ùî¨ÜkôÙú2¤¿³y^­X?«0iqäl9YíAü?Ú ¤Z‹`á!¿Ðöض›YEÝAÅM;]94Û¯Y‡FË*Â7·‡”OúÿÚz•O1´ŒW‚¤r#‡©rL6°¤Ö*CݪÅ&K¹Õ=!´™ŽÄÐ=w’:!_Ûv,aø…Ý7k+7ø›MÌ@ŠÈÌò$Iõ>sìÒ jú­Ñõ/Çæ‡ùçîfXfVÙ!옫*‰Õ´ ˜/€Öå,©¾ñû+ -]?TsŽdÖQë¶8ÎiÆ9·­CЦÅ1¤—xŸòWvõWÈÐuZLOšo¯eb¿0;×\ óhé«ýŸÿrC.LJ²M—_ŸOêÕŒ5 NþØîÆY›@8¹¹oQòßîÉ9œY7›þ¦ãg:©ªm]ýŘc¦ pècMcu\Oi -¤øh)Ü%¤LÀýÛ©Zõ’·Î„<ùËB”—×ÓéÅíMg´Ëš£“pæ¥Í£1»ZFx~¡|ƒ×I=¢[ÍÿвB³ŠßOúI½OPäÔ§®³ùUAqá’6ÁÚ¼•‡¬EyioÚ"Ebg««¨7ú“ñºh04FˆnQ›´1b<…€‹ãITûÅ?8=D»ÄC„Ur7±?î -sÍv2BšÔ¬ï%F™¨`wô Ãs0/ÔBw\CMÖ0A‚÷‚º´&ý©”‚› HÔ†°[p70’ëÝNE†Óœ[Ï"© ·[2àñè,Ã2xKȈvº@]‰uCEÞ·TzÈ“tíST8{ÀC2O‚%.x{ñ)Áw9‡ÚÊ5@j‡é 6šPcÔÿì÷‘ø@ –N‘7€”a.í‘úÌ%µè Öô.‹ð‰à¥†è…+:ƒ>€ÔXœ·™RP:šU˜H(—ü–ò?Ë•³•Ü7O“‹”ë.È‘o”%ž[’3Ï^D<‹L‹HÁ†j…>`‚ä€îS*²7_&Jí®øapBš«Îc¼:%¨Äf1Ÿ¥³hu)¢Ãjᘠ\m+;ž´o: "›Lr ã’wP‡E}±Rò°eJ¶¬õfØBe©êh¶9ô¦øj§1€£õlª(ý¡ -n´µž•p±†œÅrŒ ‰™Uu*ZðyÓ†ë~ÑRŒ®!jÜJK«1l9B¨Cm­9¶¥UoB1[¢[pâ(ðŸtr‹Èœôt7Ä›uÕ ä—‘xDÀ| †œÐQù¬opŒIÚ©™q–A°¦¼r´9s£Òsñ1+ Ýu1(ØøvxÏ›uwÊ÷™ty 3•ÿ{UŽ<~†W€Qn«vIv¨:vÜAh¥]w©99¢{xŒ1Ÿys(Éœ«zdàš{f2˜|} ‰”ˆ~=} ц€Q8©Ñ{¨I:§{ýA-¤.|g9 -¡W|ò0èžq}Š(›‘~4ù˜ö~ös–¸á á“3€ÙÚ‹ìx…ЀPô¨¢Hþ¥è€ù@û£'8á X<0Ïy‰(½šî —ö‚s©•œƒ( -’ƒ)Šù‚á…—€Pœ§”†JH¶¤ä…÷@Á¢*…º8´Ÿa… 0¯œŠ…¦(¯™µ…Ï —†Ó”•†, jÿ…lŠ!ƒ« …U€P1¦«‹‘H^£ï‹@{¡/Š8~žfŠB0‡››Š (–˜ÑŠ –Šˆô œý†ï£‰_ƒÐF„È€/OÅ¥ÏðH £&@= Us8NŒŽà0cšÊŽ|(~˜ ŽL •S`’ËK Ã"ˆ|Ј½ƒîv„U€POd¥–TGÄ¢[•@ -Ÿ£”8'œÚ“X0Eš!’Ò(j—k‘þ ”±’, ãŽp‰dôˆ:„ƒù€j³keÒZÚ£ýg^”ŽiCaL…jñdcu€l¬g3eÄneiéUŽplDÈqœnó3rÜq 5s0rw w¦t±bdx¡ádBfÇ’·f]iƒ€hhk`tjemydlUo~T•n4qiC÷oës52qDtÉÞqru³ ßqvò.*r®x -Yr¯x’ºwëzR¢øb¬u]•SdÎv:‡fàwy˜hÛwökbjÊxÊ]l®yšMùn€z\>Fp%{ -Âq]{œ-qR{Èíw |Õ¡3`Œ~ “·bÜ~1†e~]xUg6~ŒjJiJ~½\kQ~íM9m>=´nõ4-fp3Dp)%“¥u-c¤‘ñg‹fIYÊhQާK Ô÷WS‡`e)ꩈ  X,Ï (C-(8€B ƒÌ{soîÈÝÙ !܈ WõxÄžj}VÀ=žu€Ç=pàÀª­Âóù|?~…JuÕ„9àÒŠMÑnUMù†Iþª£ö)¾É8e¹Õ¼¯`âyõ~~÷¦hc€ßÔ§‹.6î‘vIâ6ªò#e6W|ú]ÅAgpÒ Æ-ïU«&SM¬èùþÃh[LÓ® ëvuUàû¶Ž·nŸ…ÙE![ÒðsK]ÞiûR:¢ÕžtPùÁµ+úgp¹Ÿä6U‡ùÆ~±U¹/äÿ~(©òC¡ºýƒgñè=yh¿Ð¶sPÒ"þ°½%/Vš±%5}’ÜÜâ—„*q÷”è0àRýÉ÷¾w0À¶gó3䯆¹µ¨•oµLÆÒD>>C|F^¨ ”6o˜O WW.!¾ÿ$Õï ñôOÔ¯jSðDÚùÝÛÈàý-o!Zôªæ\))2éÔûegð›Èe€Ì.ËŸ€ó 8½P³BÍ$öŨhº‹ŒÇÇ$‹ñïvù¬é!Ð -«ž©á -æfÄQoñjvlÐK|7»Ú¦%܃†²(.¬¼CÞDZºaÊíÜMÄ\¯)>©ú¨-ÍÍÍÚû˧!ctÑ (¬ƒ¢Z1¥n{Ðs¬B×ês–jÖ×ÿ*!-QöU2¾ù!w\‘hÞ?|Í|Ñàsø:#™^.ãÔ#Líñ—ÔE €)!è5ê6˜Föy.¾ø[%¯ÌO:¼"…m‘ý].€^(îÙ-Â×À‘²#9çUdißÒð”Ò°x¡ÚiGMF*¬]AïsÖÜ ¹Êô¼n¦è¢kªísÉç!¦Yú¢vä-XsN8MÙU-ɉ›«F-•@k*ŽÇƒ»Ëu‘OÕ§íú dBÙ¬§‰‹‰3Vx¯ešuP<Ø4ŸÞ/Û¸X'÷ߘ&@ß\¹ÙµÀm'’öFUçpÏßûW?<¢]U4 fË"øVYí<áäÖHë$qʶꉤpËP'“µü§ø¶"¯iEöx ®¡7­¨7Í@D]A¤Fk3ƒ௕×FÆžÖ2Ç*×>Õ²A´kJ)én› -ôK{v„ʯlý1k¿rï¦È´DnÊšÏS}n8)ƒþre½‡]Õ†‘¹šÖ®l*-ÿQéÊÁOd“©W* b@8›~(M;ÏH?¤íe>ÛæíamаˆcÜHõø€lŽBy>Õѳӡ/ʰ%iºK:éB/‹ß’I -}ñ;òp"ëµ[ÕŸz“.€‡æMf<‘gcÇ óG¼ÖiEÔJÇI4[IX,X68—ŠÆ3Uý@›f!Ü\t›G¬}HC{RÃÈ[¸pîªYs1"…žAú˜h#¹Ùë80§kÂàA7‡ ÑX=1€®Å*ë1™æ4¿‡ˆ+kÃ4 Ù»ÄNÈ©ës’™ô‘ˆqd?ƒl¤–3g½Ç²NîU• -bÖ÷Á"æ¾æ€º•*¤—½[ø6ŒË[“…‡p.~®‰Ñ¦Ì¹@Dh·òn´mäL] 7ÈœÓý¯ÒdŸ ËT}Æ—¸ -N7öÊêÍÆîB/ä®±cµ mÜ¿816ÎÉÒÌ0yõšóFMÀQ"Ѩõ>ÏøúËÛ1v·ÞÜXöË…ËÖÊØ\Ú^0S}»ÔoÕe4ÔF§ÂVZÍ~‰gZ×óøxŸe à”FaÑúL¢ “Ë®WܯMÖZ‡?Z¤[ýXê„j«~ـß++VÅ!+*À”8ÔXž3» -³Úsy‘xhYSÀYühéO>ê½y¨Œ•iìÓú*·6¬D `R}›äªª«î¯ü«p¼3=³]írìM>‹\© œ€^¯Ú9õ#&ª¬èăí´Oe´¥Õò„­nnžâÅf³º¨j)‘Ĩ¦4ÍÍ_¹Gg.„ë_'HBÝý¸h¢Ówj7zÖáЉ5T>ç)ž¥Áö›Ìµ;ƒµ*ÖìlSÏTmÿV²lØš“w -ÚÔžñ64û%‡«O5:ãN '7®žºMu^ø.ÄV~ñyGÞµ¶ïÒûäwéBu½ü±h‘îŒ`®4K×%ž–?¤»#–Ië>È/%×O -fÒ窆 ôÛàc~í†ÕŸ%xož°±æµãGãP*¦/9ʉ1KOGcÛÊjöGc¡å™‰³X0oÙNÄ€E -Å>ÎX–èƒË †J¢íßb'¤(µåÏ%÷7^RÀg…#û=ûX üœˆT‰·ì˜@NKdAב!iƒ÷0j-;â2nLtO”/o è]˜º¡³ÒeÜJè”l~¡?Ô'{²WÍ x½<}Gœ:EÀÍào-<e¸Š©òï‹;Ѽ$æÕÍ¿•2H% WîÊ!'Eü°~R'þ~c¹K2çáL®•­f nÀZÛlB'Ÿš—ŠŸ…'x j¸­¨¬•´3i¤›´%y––1§5D„È·ø¿"ì@ ÷'øðc‡„¶õ8~<¯FåÜ DWxð„ìwŇà¸äü0ܳÏC\·žÇÿ‰Tøkq äûìšÌ¸  lïb¥LsÄèØt¹'FL<Æþ$&÷ec爗IÕ˜‘ø=Ärˆ_¶†c>ÄCÿl)1è^ŽÑˆÇŒKè/ä×¶Pq…ÆBóðƒ?Ì]#-XˆŽk÷žFÏ«[çЃjϨ9Ru„þŠf¨"üž¡;•Ãî!¨¿ÒÌ8‰Ì(a»eÈ ÕE;†ÜÇû˲Ц™ü]èBSÂÞȨє(Cú ç¢ÌH·þ§P -iÕýåw1ëüÜç#BmÃŒxhp;_d­RJû IÅ߰븶!ï_cÎ’#ÞÕ‚ÄùÈò*ÿ¨MÈWæw¡[ûŠ¿ø“©qÝ#ø¾ÑÈ`¡~]\§zii¿&—NÁw›÷ä-‡;š®e-„=Úau½fçKØP;j WÕäûÃXÕëuáXs/£zj´·‹…ÝÕ‰–á‹í\™5ͯü7Ó&Sjö̵Œï4 åìh3VžÙRf(.‘¯wÔëJgܺô§5ú-\‡S¹ Û‚zt–.1ŸÍmÍ«Ï_—Ñn|WX÷Ö0Rü:rV¥4&ø‰îDY‹o—v¤üºÛAí^Þi§Tmž Ù&I5&æ`0©dÄd(Ê7FØ”ÞaXÁv[§§sæG&é”?NÑÚñú}÷kb*7\}Oäæ„«»Å›V% þ>еâK%çJö¨>›»=í–.žw56]›-ðŽ8¤ -õ©Íbú×sª§’l·Å u×§ ¥_7L^c"¶^hÏ¥õQ&ÕÖÉRP=»FeYs ¬B1*HñÓÊÕµ¦îÄÎÚ!öˆ,^XÈô“Öˆ6ÒágÄv¦>hEs×·mŸúš}NW…‹÷p:ˆ‡Â,äg€~a -¤¹gÈR€öQi"hÅôÅ«@‚>"iƒV˜V!dK¡ÝÀÎÔÕAd2)Yé…¼æ8ÊŸ"/Cg‘G¾drÇ--Dî±8cºK¤(“>5!ÇLûàóðqÚUð -€r¯*d¿$Ž("eu1Lj9Ylh¼ìWé ߣÒR¥Û¼UÎΗ4K ™öØ!ü6ý=Ú%±5…MQ&í3 -ôsõ×&¯$&ÉËHŸ˜(ÂQÕòEf œõ-Áç”1n—%/çÙÑØ´Â‡i…¾ þ¤BnKíLß@¥h†Á&à>ðëßû†õW&ˆAípô[Z72(MÕüì»ßI¹µIÒ©Õl7l'ùŒi‚Æ)‹­Œõ²3K—óh±AÏwÌt-p]ãît¦³"‰®íþ¸Ør"kÀ;¨©)§Â%½¡-ï[®[_pÔöÇúxÞ³ª:iq¾‘Dñ±¼G_ÔL­ÃŽ¬Ž¼Ì­q)?üž5ùu‹:gm ¼©/—çõ¼áHþ «þ"ÏŠU© + -±½[—Râ¿b‚ì'ÞÈ3ª½ ù)m{ý¶7´Læm(l,ظ²á!å…×Ï™;k-ŠX»5ªÒ;¶o)¢Œ0w#Û+ú—ÄÉfkÌõ[Ô‘<ÓÃcÆÎ6[^ Ðh\œ@é6•Lz±´‰ûyÎ: Vö–µ•ZZQÄ0!ßVÞ7߯œç-i—­Ò7yOÜ“ìÐ| ô]lrcmY@xš®¶¼:ÀI{²¢ÛsT3UyÓ9‹bWͱ\ÈƒÕ Æ:•°ÆÏ|@Q*x¿ä‰Òô‚ %‘MnUÍœû «øDØë« ýÔ•Ôø{ÖSÇËœƒÉÁ8ËQU^{–©ôv™”[‹>o“”!za§^ 5<zsrëŸ -/‡µi D‘þ”f‡hÀsºSìî¼NõF|šµQ™D1²_-¶È&AʘÄppL/lh‰°î2t3fQ{ 6 -‹Ôü »ùÇRx»§ÙW9)?§Xk%ð'_nŽ”XäHGà)ã_Ð3p<ÍZ íê¯ãi1TÝU<-t’šÁ9þKÔÑøß<Tý¸‘ÓåW¸ËRŽàËA—œ°ÀñëØ2ãEä ²œæ• =Ú[JÃWÍ#ʼnPŠZ®Øáw…Ì—O{ÜTþ[N: )8r.‹Fœ!>2p™¯¬Ä¢S2-¹kÂB²‘´ÈØ–àZ7®9=ª±¢¦BãÕ)”«ŸZuRzt+ÈE§y/©²Gب\r©LÞiqZâ-0 …§ ôo^ÿnjø¡C‹i¯Fí–y=ê>Ÿåí2Ò¹.ûÕúž¶C¹Ýv­— œé'[jxÕK§uJ¬ zT“¯ôE½zÆÒû¾Ë\žqP• éþ]éÕÕÙ¼÷’ËávÛ|ÆúŽÖî}%v—šO¥iú®øºG{ªl“¡µ2‚ÿÿ­FEY¬—‘s7ì·Ê\"€Ùe“ÏõJmÿ‹A:}K:AlÞæ8šÚ²‹65#•f¥eBZZÞ™©©  ÷ý¹DNãC@@ăL³YµÉ+k¶'kwڬƮ)»Û²tlŸ­­6›Yþ÷Ó{‚YSuÃY9[çõºŒ¸;®»Ü¤èN iØAÛEá¡é¶ä”OX}€]¸8°ŠÉÜEè¦Þ2öžÔØîu¯aû<&®"v'óÿ÷ĹIpL)ü -‡Lœ¹ìÏWð‚Òž3ü””Ç]L–ÜùUýiÏyZ¸÷¹ý¨¨ ú¤Ã_|pi®•#ƒ¬5àM>AçVö„@öÙÞV! -º‘ s)ãèl¥ë¢x -"éhüq ¥÷b‚lyÀR¯%°ñI@Ss¡b»O(PøÜðŽIe+{¨²HÄŠ®™&¥Ó½ _[æOBTíØF]|®}ÛŠ˜ü¶EñÒ·-W• 7õåˆOˆõ Â^™b:Þ¦øŸí\TÂRê]SJt±Ã¦|9àØ¯"Åcl ª1²Vˆ¾É4¢ÞÒ5«.úù©^ú„¯zͳ^t5Ÿàƒî{Zÿ”\ç¨6ú ]¡Í‚píEZ[<¥-V;sȠͧ{4±%ÚIÕkŸp^á—?Ú]iÌÌr{b ‹pÀõÐ𔸎S/ôœÃj8ÁÛ(†ñ@+Ô€Š¹` ×÷‡Û §µCr-Læ¼>ÙUduea;“-Ïà®(KùæOísèaûUó3HEÛ¹#žceµÄÅÜ7gìác?Ý›@¯fXý­OÐ+üExFÅ3ׯD+jÀ¸ìÁÈäT%n”ÕOg§kG˜¥”W%[XèWw$²gÅ8g=ûIÜ2N''$Jx§XI²;Îcoòš‘„2r¨ä%ÉCõ”[Œ(Œ‘¶°öf1£Ù™8àçdÒav1O ¾ÄfðÕ!Ùõ}õ®¾y”…Ö︆îdŒèŽ`@¿XŒÿÂnd.# 9éh-å÷e1™á‹2†™ë³IßaX\ža :DƒÞéÊ&n«= õ ﮊ~!ˆmÁÕo¦/p¬é†ü=^*K”žA׋—Á†oÅçÁÅL’dIˆƒ?$%õ†•ÿKÂncT’÷M?UKù˜ãÒÚ<®]VT=NĈ‹^“äK¶«i+äy°*ºQ.ï` ä@È,ï‰üC7µô¤z…u¾Bªz ¦ U½õ“è8@îRmF½$„+ßå~Pþ¸=в äÃVÑhÊà*z™â·P/UQî™/¹m°xÊ/N¨2ª€æIÁÏÕÃúyjæ†>µ7­K.g:öRó î0*g\£rMìY~èºil_ÚÁMÜû—÷˜xĪÏSrPõSwz•£6º££ÀŠûŸc9b QÐ6½@['Àg(WZ‚Âú8Dm“kIz8Í^":òô€yÅ@÷NåÝ> É\Ú›P•Žay~+(Åa]3ðÇ„ è9’Ýž -ž¢ÐÍïÃnq¾ÑöwÏSwVŒµfÑj9ƒ‚‰¨·2âDT1‹Dô¢v°ßPF k8bº~;d¯¯áû³] ~>»n.ˆ!NâyN7ÔNXÊÉ™øCÊ+T8©NIQ—S`ŒYº™Œ0?4°¹ì x<'‚ƒZ7ÃÝ̃¹gø ã¢!ÈmÁþDmm¡6ÒÇß‘™ÿä Q쬣¤?hÞ:iŒÑËÍÈl¼é2v©€µNR§ª?ªæ „è wÂÏ¢EçQôYNªñ,VÅío"Äð~çrH•‚-Ä·”özte>í²P–7ϘiÐo›ΊdëâXÿç‚ìYq[p’0VªkW½UtÚ° “&–ÊK±_$k8Ù¦d”0Oº#ÝVÁ¡n‘ŽçeÓY²Ûê˜H™3ñ6`—½e².ÉÞëêóå )2ZñN§f¯2LªÍS~]·÷@±ˆÿLd*ÞìÿžüJq7w¶E1±-˜S &0…„î)xÁŸnÅZ{DeYóJ]êˆÞ, AŸÓ-°·btøõ„ÕÚÖò?Hç4/s¨+5ÙiCô„¦ÁD9ƒÚ´$"ÕÓ!Õ‚@UDÛÄþ»­m#r·5VYÃ5?b¡kwµØp\|ˆi_9ƒø£1:çeMóó4m«~2‘@WêžlÌZ틾Vý×Öþr§+S#©ZÑÑ-^[s¼Ú1;íQØ«¸emYe³„ËÖ†$9Ï<‘¶JlIN¬ 4>cü½ÙòŽÖ„ZÇ˺¼eM½•É= ""JîyÊ\@ÓÜ -ì.l¶sMY#Áßq3'‚d°yÒ)ÇZm‰Å´¯-“ IFžñ^hï‚Fgù½ôáŽúmwÀÚp9Ñ7ĤՌõ^¨½UÛÑõ¨,_Ûé¿{Џàܳõå[ǯ‰yTMÛ'ÐúӖá5<™æ°ÌÚ\aÕïbcP%ÒÊ:ú9;›Ó‰KÅ}àþˆ*WóžP€œ‚åô­Ûë3ÿÏ`øÅœ(ßjJ±:vç“cÕ3%Þ«$’(DŽèJº§iî™ß}ÿf~s4GÓ1£Ñáëƒôx"Çn²<ríz<"^žÕ–u¬÷¾Åx37‰À1|æ;„q¹ËÄîZž -†Ù8€W8SóX.yÞ†>ÊMˆX唯 çj­„®Dî!äEÐ8™‹]à;SZ¼ƒ¥]OïÞæ!”ï²¶+'+{Ùùª‡ê_"ÀÞ6@ ác©ÅpZ¼¦ÍÀ×DNÇ.ƒá§©X¾3éAý‹g×Äi’ªs$ á7– ™UÑ -6 Þ¢*$òë€E¤tóQpŒj‰ûî \¼ bnI±H¶“ï„_Ñxóî°BîPe»¨›ñ4µK˜ª\F±§TQ -‹Fž×¢Òk½Rrí©¸h·iq<ÄÝ -CîéâùÓ°ƒ:Ð5’©Õ¿¨ž5<)J)Ì79’[Æ å|Ù#–{N9ÃX‘2O=Ûxpõ?AãÙˆ›ÐQc_;|Äø€‹ž0»î¡Ÿÿ,¿ž÷›í¸QPÐmË ÒÄYůñÒýÅhÎ{ùCë‡M6ågkÉê õ„uZ„Ük9>gj³ˆù…Èc‹¿ë:ÑôcY[.[Å|……•U¸¼ðÛŠ9'aì%9I²Ëå–äOŠe¶U¯ÕN¥µÑÀé’Î97ÀÓ%ž|\üÎ-…ê³$•îÎÙܪÎ_[×Õ‰xµ"Ùe1»­/û¤´ß—\¬ø¦ªgUƒjnej„«úi…Ëœn`ØÎã·ÀU¥´[ %´b%?d‹w¿Ôåçåîú}Z°s†,¤pÏvçìH©[ýxr |Síøª%Póõ¢êEŽ´9'èª#ü.xjy¥[/åjm°=ÍjÝ¿û!·iï<4]¨lm•ýÖìžuS"lÒ% È:¶^å«hh^Ô¥j«³Î9ªîضƒÿ3t "Úíwò¼õ¤Ý‰°eÈ dzv~Ÿú6¯CÞD],x“3“6H¼’!&V>;öë¥[hdïö€¹tÙ»H{ñq–è d|Yò,ÿ°> Õc9x‚D$[BÄËþÈú…\£Ô%‰©õx¬½ŠÿÄLGÔ‚wÌYl¥÷AMï<¤Ëc¦—¤€²®Þ xÜGºÔ^’1ô=è‘ù3%ê‰tdh¥˜¤°¶ðrŠ&6®Òþä1ï^æ*E»Äryš†â ª—ÐmÐDÂG!=+~ ßÃý·Ž K :¡+#{Wôãý4/<„c‚Íä~vš÷ ºœmu١師֕Š”„}¥j¢¥À˜ÔÂgÐdvöV¸’IpG¾hޝX‹Iµò7ðFn²€#¸z/ -æÆ\>kŽë›ïÊöé2ûƒú `ŽjP¿_4 TëG2¡pÃü[ástù?ÐpÑ,¦4<q¾q†Ïr’1æóäìgãÉ.ù56ÉW[çyJ‰å¿¢)êå–[Hà½E´á´Ëâ¿|âoþuÁ|4ÏÜ.X‡ñÌÛ|$Ä^s6¯›•™lE2±ÞÞC¥#v/µ^X¾¹ IÅ/Ó§¨Ÿ—žØ ¶”¼‰y‡–D…"ˆ­AŽòm |¬ø¨õ½ëæ©y̨,̬M¶HúkÜU]òŽ{ÂÊiÕ%鉪U«âo—*c¡û`ØY¸¥¼Oà¬.ŸêÓŠ§—$»&1”¥ÞP/*Øé žŠ_lÿ¤ò•Å4¦ -ýqõ–´ªˆÚžx 0¹Æ3&<ä@öAo«ÝÞ°£RíÓ‰ ”­p-b¾³œÑ¿*pìq&Ås[n)k¤Å»òÉëš’ÓŠ”Žüø5Þ0N¯C qí,þÊ1˧ƒÊ¯¹¶Ó–ÛEÏ´³3¤T»Ö’=E«ʳ -_s¾]é ŒßÈõÊžDCºheGè)ÝI ÊoT?NÝbˆEÜœf+¨¿'Ñ}ù#½»h†ò»Xü<'{NfHsÓ$*'­OÔè”âfòšb–¢†:¯JÈCi+œêά‡Ö¯cXgdé2_¶ó -y«ÉÂ/øÝÐ\"çös Tó=¨uá^an`.¶ ßûÈËÒ‘k# ,hs,•‡×­¤cˆ/K›_jsH;s‡¶ø]d72¥ž“´ß°Eΰή›¤m„{‰KèL4–‘1˜ƒú#§ï _¤Ä¦my’íZHÒT„Òm²ß ú¥vÜ3†àn8rçõ4Áaí¿á—°•3HeÈG[v;­#6µãº_Ö”˜>!êIè¿™FŦøµQG  'Â|6º¸,ãÜ7Xo`‰ù+è.8aö°°ÃìšõycMþ„…šîÅ}ÀÓM?E­$D¦¿ß%—šÎøÕ’õ¦ÛžMÌ_M=.ÕZÐT@QÝ(›K÷ˆC[Ký³Âàk%%ɪÿos<®˲Kžãhñhp+‘Pl÷³ÍÅJÏn³†º i†Í;éYÊÓŽ¹àLucujá8˜R%Íl‚®Wf&½EU¤ÅÍCÍöÌ%­X[9Œáš²Ã~$~µÌËóuÛ–ÊóÕ0æËT¦¢»qªŽÕ,D]S¦œ¨žä€¡m{W?Dn:V,Q ¿W½ -NÀú*üþÇp}þ5y ÈH°QD Š ¢¨lE†lY‚Á È ëɳWòd2DPpÁQñÐÃÚB=ÁÖ½j±ž¢â¦ÚšÂ‰@(={züßW¿7?¡rv­ï¬·@ž‰c— /Ðþ®>Qþ²­¢ê©hô ¡x¸êÜþÖ¼ó’Ľ©qÒþæËqíÕÑ»?¬‹‹šV*¢w}³°PÖï›m§ž0í”Ѐδ¡žæJ:¨# J|)˜÷÷|)•Ç¿–*¦RKÇ…QYÂçk(PÔ±üuA¼˜ó=- sÙIï«fXô·šX@…›xýâ¼?X<Š[Kzò 'á–”r"´â^lQV•»FJtJþ¹¼ƒ˜’ýĹHîïqyBÙ+²hÊ P½E”±+­(§œáŸ@¢þÜt¨jp‹['y´¡«— †Ž`ãò-çã™J9ç:Þ¥v]D´WYã¤9©4AKÅ+EßC—¤>;zá\™5G?”K“o 9Љ nÈ-•,”@ÓÕ·—û£×5^œ›Ø"0Èu;^=³I'aEðI¹±â挪«è(W¿Î¶@_“És¡ÍŸëa8ü+” A¯üÞ eð5Îm¤©uÝ‹%a3mNâÿ&RäÑjoس¼°‡?òîϑޭg5hRRX€ÆL@,LÒ u`¯ü~€ƒp)ç,Å?¸ÞCS‰I[O܃|_í«H«°KES‘<5J©·ºE”)q@ãGµÅ€š!ª/„ÖSüê ozç.”Aç¹9"*Za[‰)hÌ_1Ëp²l@¹Æ`Úž¬ÚlHÊR©ÃõÖÄ€­7ÅxÏõ¡!lÍ~敟 `Îsî€YÌC·`¸O÷µíIt˜n«©—y)ÕŽQÆÔ¦dþ¡ -«AFÕ~–îè+€½ùCðcàš9Ù/N³ÕtƒÓ¯‘™ܲa޾ÉvUÑŸ$M²»W”Êå‘M› }Å1™Œ²h—mÂoçÝhF^*øÀ®;æç ´Öq®'-oܤÐcðŒE¨§Ö[üB¼ßZò[5¾)8!ïj™Ê RkÎIÈTžÞ}):SÕ×”̨™]¯ý\ç†BÎ`~] › -4if$"×µaR?ãÕ\]i£1 `qÁCC¯6ãýg~׿½zsÉ™¨…ú³«2_D°ï2ýܪ×lµ~Ÿä­Ó\æ€ÜŸÅÒÚ€VñCf?/©f2ùø¶»Œ]INúˆîTÙxü9¢ë"ªìWsu¾÷½.B†³›u­òN"½*ŽÅ¢Á}U4ý ´LNßæ_¤Ïˆ–¦ÛÐÍU‘›>Ѱ$%â&]*Ë_ušÊ7q¤¥»‡¾­28}G·jr§…44¿2˜«–/%Ÿ¼Çd“t2m ¹·ºqSÙ¦Œˆ#;•W’—ÕÜCä ‘ý3õ7ÍY§”æ³Ò(û(Z€çË_òq£’ŸûÿNÕ›ªÁŸ¨ŸoüÿKc~™ðýV9iP0—"ôð -öïD72Ç9’ŒÃXÇÉ.¢iú' P²# ½‰rC±¥pRÊMLÞ¸;ˆô„ça7ÑÊ ³¸+æÉ-Æ7cçØá|\åL‰›YÄ05¯|-lÅ­E²àç0ÈEâRJ8:Ÿtˆ;‚–‘)aÑÃdsŽN¿r° jƒ×,’ºéÜ‹‹èKM3 “Çë…g3ül+\Ãdo9 ¿câ6 éŒ]ؤ]7”ˆ¼× rƒÐPݰ—7ÆÌsƺtËlŽâÝô¢²°ÈÒË›NY€ìˆ²xnI€FÍÆØax›éKX9|Þ¤špL.É6¾ðâ"YƯ\fbÌl~Ã#éÄÒWá.îv œÝ Ûúlßy%yr«¿Û™êÞ„öu‹W¾‡µ. ÞSsÁkÜhnsY‰­'ö•¦{[Ì…ÿÓd6‹·‚š‘=QÉÁ¼¦ñØ2ð—Æî0H´«aå Ôß`Y2}ª·z-‡¦j:\âQwÃÛ(ÌLkKáúÑÜŽÂÃuã3³þQ;ÆËOÖXùòõ÷-_Jȵs,ë„ÚæÓ¢H¾y_Õa÷ló+I·ýˆ1\þvºêX8¿¤¼æ· ¯ÆŸ?3ó¾E x”Øn>P¯0½¨p_c4ET~ðÒø“ø³Oš±S¶Ø½Îx·zÒ!^ß®¶nòòYnÎ,9¶í¸éœp^ƸiiEyÂS#Ui‰1FÄÇÖØvHoì6ØT_ñ‰Ò?Sìv¿ S­thfÖ³¦S»&+½óO(1;c¾ÁQò.a‰Þ";=¬÷„š˜ÃJ§€D¦PÕâãÏDîcL„&ÇaHû'ülZðÇÏò}™GÕuyC £˜•Îc•ÐfBׯ:-ÐI»P®ÎS“à¬}*}¼µ!‹G{nuô§`‹Evé쀟ó–i4ƒi§µ-à­øÚ è›¨Ií Ø2@÷""ÿ't-åæ՘›G<‹ý×QEÝ#~eRµ° t,WFbº4:w×R_p2ª…º‚¿©§Œ„Ü¿‡*'Æ|æPY$æQI­¦Ö;v“SÔ8 #ïR9¼£Ô2팜©¹Ú°ÔrJ[Ï!ok%Q d§– -É&am›Y¢½æãD¦ê<=ôd€.Êq˜ ÓþÀºô -êü¯‰ãx$Ê‚”˜Kh•KšÊ!T@ÁpˆÜ  ˜É䘙L’™$$KÅ"u±(¢µµø’ªmu·]¯—¢T¬J[*¢Ýé?ðþåù<_ùVH•é.j\RCÀ7»„Á§èdÔxm ö¡É› Ò|Å`òÒû=˜¼wmùð¼Ã*РÞCYÇ¡ A`ŽðO9Úã×â¿mðä¨2à¶~0ü2pCï±q˜Ð™}w_ë>ðþ°j1×#@ƒf›ÃfÐÖÙøƒû kB -°Â—pÍ¢øý€ ‰ò¼L¦p °Ö8°ñGÀ×ð³ïVÀÛÀôžmšÃs\›îiiI€î¶IWBO2z­µig?UYng¬ß`NË,ˆDLs9âÐVãàþv½(¨ØN\+fÒ6D)¼¢-Ú>Èj7²êzYOú3 œMþ¾Ù3ûÁvÌø]î@Ĭáh~L¨ÞcÓp¨¤tÃGúñ²k4¾^ZþbÅEJh·}]K'…eMô=ÓÆ§ûYI/ #ù‡b¯… I¸¡d}H»/Û0ªë,1ßhg*%´X­±*ÉÅÃ$év="}óÏÚU»ç‰®â„¤u8QšëªÇE üSºƒÎ!žÚ‘ʉ!ö¨JÍÇÂ%¾´xÍíš—-èºj»8FÖD -q`Çî5zkEÞÎÝ!±sLö«ªþFìIõ‹à“˜{ML€«&©¶›Ù‹ž¨›¦íEõt—:„×pbi¸šÑô)8ÈϤåi/ÕÄ%N`sµ:ÁØGuƒ¼ M‘ôhpÚ_ÐyÙÐÍ4!i2+­ -žl4¹œV?l–êT4ð-ùw Jj?Æ•­N Õ@²—hà‰QϦ¨`RÜôÀþP1•°ȦÁêcà+—_UÃòß—ÞT†B7IaˆìÑçò» §Ð-P†` ¢…Îñèðô&h -Þ¦àùê^…Y«vU¼ YT¥Œê¡ìWv-sVT+Ť`„()zä:ÜšÀE<àÑCp BáÞT_‚Ÿ ¨áÇþ"U/<Ã,V¹#¶´ƒJ áP¹ŠS0uúF5Eá@ FÊrøŒ®(þ:¼Z'ŒNWWë8\ƒê[í­ P%ÐBþIÊ m,3KÉ×2iŸ+Ža)Ô hõ^V©S(9òsPä.D}Æ´%¾Dfަªúë¹BÅ¥+⥘҃€˜© -þ-íô§î6µ -Úª¹¼ –©K(°¼Ú›t«[Ö·=­sWƲÈÎÉ™ü0M›9‡fÝÆmøÑS-ÙEþ5i~[áH3N•Küt-’½d“ý£I»:ÔÂîØ;íD¶&’Õ:ž›¶ÎúIÞ4çËP¡ŒE˜£JéÉÍ›Ë$n®¦3åŽÄñ©%l¾ŽO -Às§µíi®9–Õº1ß1BßÒR˜:`ñ.næXš?/ce˜D³ôh#¯ÒÎ-ÜÐ/~îxVß/¹±ä©FS,jLH|hý¬¨,FÙB-Aø‹fC™"4¸9 <‘j¼YéÉò2hÄélBVÝí–ŽÿPó‰ã‚öYÝ}Û`4¦Ñ‰ŠäÂD/ËP9[ðÌì_ñššÎ‰Í!ÿ3VTSØs‰ÈgŸ­¹OÐ߯¸!ú5ÒƒN,M¶ÊCÖ,RXQj›ŸT_T˜ š¾¿ñãÚšfb¦e_ÁOJ{|é•õçé\]Eäۘ¶¥ÑÁÉŠþÐmÁ+åä>@3%þ…io}¤ÀÞèÔÀ{@\•…„ìÆ­²Wì}Yã°ÏM]LLÓyn¯±(0ÓérQ>bç¯öƒFHá<)(ŒKÓÑýÄ((æ™pHîâ­O“KØ ºPùŒÏ%í:HBOÅT÷µgÅœ=à/”žvåª\e )´‘‚/ñHŌމëTÇy‘újj𔎡b§j©ê"Ÿ!ÌN}Šž…¾€ÝÜ·!Óð‡Î ê“êívG”ƒ*&)H!JÜ~NÓõ›¾Nó3wAÇÓü|Rë®ù…½£j&}z5«4ÑóEÌÞ=þs®WÝG>°»¥ôRm#…,RàèQm:ÿ“{Q»ưp¼í¥áã>mh<îE/ABõî2˜¡ÝäܩڄvØÍ+zUBRØQ¦£åií|üÈ\úñPáááiÎヒìc¾áÝ{r3Ê: óÍWüU”ìr¼=­”f¿Ô|±bÅ‚WÖ ’Mþ·iLàwæðù‡?ÎZ eô¼Ý×Êîz—àëÓñGÁFçâ,…6Ké.ï¬3åö&y•”òV÷4šÒ€wÑ'}“»œw¹çB?ät×XA §¶c¢è _ûöJž1Z_‰6xz[Å)Ô­–QqŸýˆAQÛìÖf7èÉ¢žÈÝ£}{ä…(/®«³X’Üñeiǯý†ˆÏú©uºb-#ϺºrÑ3ÀBTݦJ›'$Svø˜TgÓ‡Ñ RPB”¨Ö.³È–û¸ãËò¾Çö{•|ö›ÖwâqÖ¨•UÈ(´äKîz¦6_[N3¾•nqÈÔûÊ46£³@)‘‚wǽª½\ëåÕGƒ¶…Jž±Z k×±ÎZºë2MÍSÒÏ< SdýÂÊÕ†,™Åáœö¶$¹/÷#o±Q¶Ý=Q§ç浡Reðˆu¢¾š}µÅ¶akØ+‹gM-Ÿzž7VÉž/ åGqrä«ò¹ -Źd*ÿG¥>ꈚ­!wM×/²‡U‡¨?ïˆúÑì–mÔvìtKZƒ”È´ï*;FQØ3àlÚÛI(ŸQeÃ'NÙÖÍÏUܳæ„mù‹yËùêÛmË´è­+[¦¼o)“˜>Ï3Ôê¾SF&׺n‹¨ß9Ÿ@¥ô-Î¥É/C>¿S‘cû%˜RÖÛ³_ÅêÖkï„!‚xÔ©–Bn2î¡‚ød^”´µõ0Fyã«€†h|oÚ’L6Ç™ÿB>Р4• -û6Û³+ wÀÕ¯ÃÛ“ù–úãÝÈ?¡Ýƒ¨R,ÜR6—¨á¥dvCSÿîO\Âe=õ~ý©|Ãá?³¹ù³2Û}^µ°æúîkü[÷E’ýz+Q ¬fÛ¶Ò Â®xÙ…Þ¤BBü%],]ë`4Mö/ÇÁ%C‰Šw)XMiz° -J猑ÎR/òÜ´õ Å‚b掲Qp5/_ÜÏ^©’%reïD]‘ÿÐ}&ûg{ ù!Êá¡e’Ú 5"b™(ŠØ,Cås÷s–nàðÖ…„RÑ—+cEÉÕÄ)Jzo^¢.MùuŒ?Ų%…Ø ˜ZÀùŸN߯{Jæ1FÔWÅâÅ›5\­”ûŸ.»9(Ð*7‰Ç•Í#hû5WüU˜LÁ:[%¨Î‘HâÛ¼|ÊÏR2I@wËÆ·*X‹[J®:åŽ\רú -‚æÔ㉙"¯¦r^vƒžÐÚÛ˜¡ð[z1‡”—•:ü„ê.˜´_ý%ÑDUkvÕ 1ò´ŠkDÏý¸«{Éàü ×$Ö¹úcóf4aã5_V}ÈÐÓŒCSŒ«ìãN˜p×ø’0@¾jÊ­Ñ™4Å'™U¦aØ([bú7$ pš—& -sþŸën^àù¶Žm›×7í&9£éƒ½ØŒ_cÀÿDª´¨UP«lœâZÆ[ÌÇʳ>†$±­ƒ‰×ù{¬;¢^¨A–ßÝÇ‘nŸÎ”W¿×{CfGó¼ ÙVìÏj<’0í®AÎPâ\2Ä{Ú#g? `‚³XH-)š7Ù²TªØvºŽT¿o4Ön…µ/•žiL >f=Â4¤¸kø›þ…È=¤™ÖÈkÔ‡>ŒÈÈñB -™R:©šWîj•?Ú?8ŸTé5´ÕzðÒ¸†9ݪIÓÙ‡£â„‡‘8RRh±L‚aé<¿‚gŒ´-O²sÏy:@·•Æ–^gqåɽ·õÓµI»%*¥/Š9ÞÙëÇÅâb{V —1]—-”†Ž6šv¥= ‘1Ö ’Žrë}ôù‘ÊŒ–ó¾O¸e¨xó-ÞHS²\+ÈÀMñBɉW‹PGI²™xÄ2é^ÀœsMöžGO·ÈŒÇ-V]UD` åbOó¾ÛÇž Ý“¾ãœ¢¾b医¸ZA<»¯æ¬ð(—º‰(&òÍ)’<¡Ó×I/Hpq+•+¤öˆM¥t}B‹¡?5X–Hbc¹€‡Làá¥b\£ ¼úk>EÄÙx@X(áeˆÉJÁSâ‹ò»q¹ò!ÅéÈdýUíG3ÉËOÕMRá‚iqý„è ƒÆ|-!aª€téËê.B.ÛɯR|—])œ§ÊŸ¾P—Ç!dõËH¶¾Tï·OâÛåk$¯'Qk”V:†~Fånâ°–ªmU W£*ÒqCZ\Ök>E· -Ü#ؤ»'’Öèk#Çt]Æû6öÝM ¬ç -^‘qúw´ÿQX§oMÆ9•CP°A£Q)<†…‚XP.¹”› äž“ÉL&×drß"÷½ˆÚºŠèªhµè£.[¼±²j½@ݺxUÑR¥ûdu×à÷éýð -ÙÓzey ÒOæäÿÇP’â’ §bN‰þ0†z¡q#¼è¤”büÑ+K3jš±F—ÏZ¹x$ ±JÅ.z·fw±*¬”w—56/†Wk I>,¸gùoŒ²¼!í XÞ.zZ,.¯Í -ˈe1e•ó*®ò¬S%^[íW÷Œ5ÉxQ·ÂaÔväÅ53É<þ‰ †'ÜëxJê8:‚b$Wì£Þîê[‘™TÚ×Êǘ%-HI;ѬaÐ4å•ý²6†çÂܤßä8Þñz÷ªàè¶0ÒˆpÌ©KÖÖæ{oU/´wš -K¿>R,ïVˆRÛ;§˜cÕ=©eNfMÛîÜHNI«²?ð ¹=¦„ÿ¼)ôP¸¢Ñ7h²ßÉñ®ÃÚÏ·kûÊ”Á”Ø]i" rß®:Ó3S–Ä8Õ=‘3Ínë¼ôXÛþ6&ŸŸÕ–Oš´6O]DRëý½¿Ç©öGÖvT[¬š•öUøˆ²C´›¬ay;£²ì©¢…}.g\ÙÌ Þ8í’ÿ²^µOô(Å+àÊom¦d…»)KeÞ/ΨŠÂ -àW @4)±q&€*KJßVo¾''7F)$bö¸4^²Ru¢ÂHÇÚUŒO0b -òÕ*vcúœ& _ÿ½æ'Ádd—¶E´—P¦[+~î·ÅÐ!ùüönØZò¥‹Á}Aæ`êa†ü e52¥$æmGÿ¿h©ï¥T¦uõòÅxo„HAR÷Š×4Fÿ -uº.ؽßoô•Õ ¾À—{A6þÑ -Áê±2:¼JÓ˜û;rZ»9C7h]ë¥]º£y²z–‹ô.ÿoñlcŽG°Á`z&y^F/Á~ÚÈ _ûKAµÆ§¹ œfZ•:¹oâ¦ÑlÓß#¢¥Õf‚C–d†üŸ«$w¹þg‹…¸éö)þ¿x·í—èÁÂp{WéJÑR;%ç=ôÚNH9ïµ½Œ’¬°F„¡I¶+„ÒdÛìvÊy ëéÖ»’^öÝúKü0¯Ï¬Öóoo;X2 ¼åü-§G4ìÌKAÄuGâZ‘5uQ’ÜÚ›„AªmY@ÁˆŽFOÝ+›/2ÍÚÕvg絫rñ†Z¾)Ù*8߬Ê)hR¡ãü89\Ö`˜‡˜êÇ $ç·u,0(÷Ô–ynÔ5ÛbÙÜcáùr*º§«º±®êb¢c('Xø¾=-%@ôgëdM| eàËOðDs+á'É× ìV¦Ôýӯ˶å£z½º4‰oП¯XS-Õ¿§—l1,ddn¾c °»’£ À½¯ÚŒkw×ø‡Du![M2ñÐüßÍ×$sŸ«V}@þPï¦9x«4¥ô‘ªxÍKÖD1QKãžÎ¾®ç;’Êt0;fN÷ º»úŸúÝHtݰ õÉ1}-_þYÐøÀv,Œ}†{] ðinxÿuQ~LÎz­¶C–;5©ð¹æƒäáj‡¶_:ëŠåO“á¶á³ GÊ— -¿ã *h¢—ÔP¥V5 –á¨oñühiŽùT$ǯÁU{ÃO`ƒ‚É[|qm¤W®Õ°=ð¿$|»ÝÄw2g¦šìVŽÏ¨kiœVy4·AeÁŸLíRíªaňkíëpW¤C4쿵—tz­E·ÈòÙó°EògvƒØ¤2yžA3ÖT²8#Ìæí·‰Ù) RÉbGa¦Ìom¼[þ•ÿjU¸â½CuHa›! Án@ûæØãéÈV¨0ÈOäü¨lVZ¦F€Ák—€S¿ßh/ìë9§ª¼ØLø6âÊòA,QÖ>–cŒeä™Z”(kWÍÏaÉûTw’·)."­1—”ߢnag=ì׆c ž‡Á ì1Û -Òâ¬Rø&!œÓÂd%WS™…”ä.Yš]-ã§’íåqäû˜bE(µ$L¨\J%ù+ÿ¦4žíÀ9ê¶-˜M‡°¡Qú蜧H}š1HôRÚ‚ßÄÝö¬QÉ€®+©CúJ÷eŒ…ì‰ncØJùcÝr¿Å…§ZÙ£}Ç^$é?)ªCÖLÊ~5½ðcÉÇM¸§Bñ£É‹ÍVJŒS¬k`´!Ârƒj«ö½Y>E]Í¿ ôh³ÈüC´«5dÃ-ñ£Þç¤ä~sÞš+2fî;%÷l<ç)P,l\Åæ(N5زžM1–b•Ÿ®Ç¬æ™âÓÁLžq8Û!ñ”1,wsÔ[‘ÿ"ä®þmq¨O³~[™tY¸^]Yæ|_‰ÿÞúŽ~kMËlkdÿ§&gåÓõó~É(Ñ5æM'<ÔEYFùj‡Jž‡jéòó>VÚ”ªÎsm|õ2ç[Z]-j㪭ý<[ éŸ˜£[ÔõE™é5ê¶ÒÙ Žjº|s$¬Nªü;x«ÚGçÝ®^Zs„³_½Zø‡ó5µPü§Mº‘YÎþ·ÚøÔ¤_®”<]q(MO>¨š\_HNW/Z7B¾­uv f‰f{ûRâç9µVÚç†Ü°ØK á[fòIöSÕBÈ3E¨Ú;ÆíF<àñB©öÍBF>F9¨7g9 -¡Ó.Vè)ì†mv„pµx¿"÷Î#ÛãnÉ¿ÀŽøwq«áNÂ-ÂU5€Uqƒ›®ºNÆs\‘Pò¢‹BQB[9zvfúàA4ü!k'ðVc‘œÑdÅB‰uøU¨WC¶Â~š&®?Ü­éâ8ªkî¹ø«ÚtÛíÈš›ÌJl“f!ÇxŸ%òò’< -ˆUù­¤5D@a‡-{Q"1uEâ¹&Ûö)?GÅáϳ7…àb¾Ä·É“2Ï`ùbï<Œ[Xì­*þŠŒ±„v¶Å(«¬Ú4Y%ýb®ÉäØAôiîƒ-ß 5‚ÑÐ4¼ Ë_€LÅ1Ó‘®â—Þ~ˆLˆz„ ñeޤ $VÙž‡÷—ß5=[‡çšTĺÀ‡Šnq‚‰’ðA˜+¼àï -¯,}Ïü ú Zコ/–xD@'Ê»IMP‹äO;k( Xnf™È‡ç‹ÚÊûE ‘zð²X’ž,oaßu’ -Ÿ)°Tšæõ_[±Õ# ¢H §Œc º(\Ì8 Mùí¼óƒÒ«âïH7åZà—k¥·¬ŽM(åK|®)­åG½^*ÍQŤb–ôV1¬µ«TÚ‚—Í•<(nAH“€òPXð)ùeè";F~ šö9 Éàztybã¶TÞ‚4Ú]W¬@‚̆ÝðÍy!ú¹¬ˆøR¦Á[ƒsdz|ˆ½T&Æ{}0™ïó‘ÆG= -dg‰¥n¡²=øU»òTŒcn¬`"¼Ahßn~”kﯪµ{üþ¤Ú/} -€}Z¯[À÷ši1ðXsÉ ÜPÇÚSeWcsoùD>/DÝk:²=*l´a–ógÀázáN`CCò¥U+kÆS§iÖÕ¿ó<ÈÕ Y6ŽQU/r,Çõî‚gF“ê<¡ï'¡HŽ -ª÷I¤‡í¨½±‹À¬¸oGõöÝiŒ'UQ먆¬¬2¹ò¿ÍªŒP­ØšÇEÖÆqÄmÑ’OÂ"Ù•-`#×)ôtÕË´çîóê|7WÞÍ2c4ëŸå”Rô‹r‘ÝuP>Ëñ”vº°Ì -Rý*\a|ç–ŸkÒ(²×Àã‡ÚW¦d¥nôÐgçt°~Ôá¹_h»רõZ³‚a²«¦¸hÈñGõHÉU«+]´Öø5¶T:9×äâHcÝG~MˆLç”×ãß©]ŸßÅB5……<†³ú»bªB½¸dü™ -)-sr"~y[»` ’t“pä™Ëü’iš‹…ÿ±Ò˜ûgªcJPVŒªN8JO¼+  *ˆtÑ>r4~£ÜΉ‹»H Ö…¨/PfÒ -O(,ç…Í¿ª~*w¨‚Ê&ü—{Å,–;>U¾žþÏ”„RØ¿¥»ÈyXTîÔŠªGÖ=ˆ‰‚dò -¶Vž^0"@2¼ o—þ‡=†ÛVL2'±\à0}ñ© Z.ßDÖ"O«!žÊ è˜úB›!æ‚°U¬ ¶ÇÖ)—³ÛPƒò)sy î¢w" øŠ#¨”|®„×8/ƒFás6± |Á´l‚9óÂçWQÑ}‡V¡ž«ºÓ©úåDø]¯Óæ¦3Ôn$3¨Õ -OÔñëô•Ф ˆf¢ËÝ¿¨òu[}Mô:L"C8f¥ƒéX‚I]šjÇc“zãöI<“§8ýyS©);G¸ûww§tƱx3»e᫳Â2fשs6æøyZð™¹wx Ô¦õÒ©¢IC_¼MB?âÀéH¢Š£ù)ÂÜô]±iÇR¢¹Kx··9¤õe= âÅò{|ïe iº,nAs  ´pØôTY꬯Új–zbÆ1ÒãËÎ|µ#ãß~‡6[˜ì•ÔÉ»(å‚àóÐâ4¢à Ö[“`… ¨! - .¢" 2.’@HHÙÉ—½÷Þ“$$Œ0PÔ–ºœ­{VQ<±UO=õ¹Š§Ï¹ª`QîúþŠW¿6ƒ}]©_’Ĺ«†D%ˆßkâ@±æxCFã©ò!ÙÙŠµBÌwR˜àOÜ2yµ€Ø¯xZ‰¥L©ÚŠ®ÓšÅYÌjm}êO¬NÝÉùÓ¢íz„0]0}mH(=®ü§#«|·z­‚riÌüwU0í^ -Ò]Aõ“úõ÷‹J¨#†‘,=Ïx(µ‡1f’D¥ ͦû AS¤ugÝÅS”mvË4¨!¾šÑ¼‰Ê)ó r'öE‚ -% [Æ SB­Ô¬Z³õBêºß–ølâRã"Ø)<犳žÜ„tÅ«BÊ~tÅñR¯\a¤—Usœ_µ¸içóBIë¼™ù…ã€Üf„HX˜lãÆÓêS¦¸Dâ3¼l=¥Ïü;´èµØÒ9ŒçÖÙÉ2v¾Õñ^µÅÍ`Çl'¶Ô±X׊w`Ä5¨q‡±°ê¨£µÚŒç:~€Ÿ!½vœ†bh¡ŽÑt8ãx“\ÏJpFG–‹[zP›©Ì9åP—¯½£=ÿµV!:[1^L×¢÷6c¿TŸ÷ÆÃD…gt)e¯gS:Hp¿K>Ã\ê¾¹S4æÖƒ>ûj¾·oß8ÐD×|(ý¨-@ä7öï*i ßcû°”úAx6Rw šDvû_§+h‘þÌ”y ¼ïèü¢ÕµKCF°'Ì6^8½å©½Ißî6–Ýk‹|¨ˆÖ.,¡jUË -x4>¾é4…Ô0¥wPs©)xú¾Å|œ°ßÏi5t{.Ú°‡{KÕ×Jò¶ ãáû¶™ß:‹°‰˜u[p° \A› šJ¼Þz!ý¥®¥<¥™¾¤I7¿S˜Q¿:äª!ß3îªçL †uŸy¯:%&òûðGèýÂrö„è@‚ H4¬yyWe«¸ÖU©òá¿>`Qôˆ‹Â,ºFiٌϦšâ8D?GHÓR˜;È -á[¶Ÿvàq]Œ'UûøNö·ÒkB%?2/N,þwå.i´$•eË~ -ëÖŒ+ü3Ùöý:ží e.¡¾BC1'ôN3­€9ÍOÁæP„;6Mòz%ós5‚[2`eº¨S¡Oœ)Y Z6¤Ö©ÏÏÌ2nPDYŸY^ÛÿgLGöÚVÉžcÙdIµÏv˜´ŸðÈöu‚²À¾¾x°ÊnÈ~Èø·ý „Ïz똘ÎKvPÃGäÎÙÁ*K¦sÌPŠÀyšd‘¨Iœ=XÕìž&ÅâÁîã(Ií6S©ûÝùÙCô7"gî¬ù#‘Ç]V3 N•yjFƒo›7×ô½e £R 2¶!ˆ¾]Ï$î¬ÖÖu#?¦üÿ*^M¡ú3³8_¤™Ñâ‹O<Ä!Ô>›¤/¼hP’y®û„n6Ð*ù áneíª¬né"°±ÍDä þç¦ÅsÉ¡Ùh¤Fä0ýhÚÄ÷ìõø‚”ác˜¦^÷'­”ѽBB-ÏïB³ŠP ;Ü„)ÌíWNÜ©¶åß’(­ÝÙ¨-k!7€oÍóþ¶œ½<þ&ùX7Ôn*õ,4žÉz%àª_Ø=Òü^†I6"5ò6`åF°âóæº_T9Ü´åGÔÊÿsXßoM -Çʨ@ƒFïM1 -¨ %P²‘²wÎÉÉ9™'{l‚àÖÖ=n•Z±¶Ö -ŸÒZ΍8n¹jÅ¢xÝ\g½¥ÿÀç§÷}ž/˜N0£NèXäeÓ0BŸh´Âp]òºî*lbN’e©œzÔÍW—Â,QÓò‡Ò‹§*Ý2erŽê<™ÀÑä+æábŒª¶ "g³!L#@¸rH„ -ù½H4TGDR¸”*«Ç>]&_ e ðKäë¤k -Py…P *VoÀ•致½ADZAÓZ´•£––C ¼.ÆûB±h3ÅU0o¥PêWTåúÁ}ªÅéw¡êwI^8Q»“°P@_àŒºMú±`<–fÐ’ÏËàvƒ²”ÛÎëzjsŸk²JЧhwå¼’ŠÐ÷é~Ó—%q 8ƒƒP ?7:p}¨Á\ìshmÏ5!ôP]ð”q]÷„3ÀÞ£Zåç± gKfÞ;sÖŠ¦ÏÒ«¤_šmI\°ØRGÈ[­ø¨­Ùv,ø½}Ÿã•êI­Üºˆ¢k­Î&bªáÐlË‹?ãm_æP„=öé œ½-‰'ípL%ôB<Ǻ(¿f7¶7°=wW…×ÌuS¥E´Uî6\¯u ×,ÌõS1…«q}C}!ÈvMíqu%!–ë.áO™À=?jH=êÎé¶ñÜ)Êšªô@šdï*kãVÖº¯Ck‚7TEOØÏü¨ý¼û~Û¢7B?1©I\ì{:³\닞«®öB#­Ãž)Š3ÛæJªÿÛÃBiÙ-ª;ëõÍÏŠN±Ž4O¢~Åí_²è}“>é ‘<ðx¦x˜-U]òëB‹­&O–‚^¾bsøÛªƒ«Y„ÚõG«uôÊuä¢Væþ¶KÔ œÛ­[½äXÓ˜Ô%<Ùrbf¬îŽÞªR4¼5Y=LÕQu\å'Rªú]Í(ë¶ærÝþêví:¦°(µs'g+u:Á–´³z—øöœlƒ ¸Š×ßB™á˜- -9>±jݸbÆêÚÅ{Ÿ?0Qe{¸ªDµ€YøP ˆ–AšÒä´hí ðé::*oÅõ=á,:ÕIçs“E3dýü=ŒX¹X4¯?‘tÜSÁ¢¥ë• ÞTš…I§²oCïªC#f˜£Ðè Á\&ï—Id‚çR - ¬ŸþC&®X({%×彈>ë¢S©!Jœº˜T®*Լ»þªgfD½ñWCJP²³Çš5ð‡áÿ¾(ZLÏ’d(½åP¥ŽÉwȪ5ë³ìòÅhTÊwðŽ´T‘¦ïÅSo3 E|e8bvmr†ÚSe{9#Z?–ÏBùu&á÷:fÙ9I˜Ê2 º,²,ÏèHÙ(2ùIå0Í싟¤"[€Èô¶ÃÁX>6 ÜÉb˜sxùœ—æ´A¾ÇWV$|mÙ›÷¹¤ÆšE<Ö‹)z™Øf&±¡öùñåŠ1ûÍHD7„Á°c›óð #çXÿÁnÑ -¸ØÒk"ö(o¥h»3†Ò.w榈€gÎ’F&rþ߆Œ¸Èït³]ç‚»SÝ8é:âßÁc~ì_X{–}Î×[êåi}¢¼©ÂxßLJƒx‡÷÷®ô´÷©¤yïÄ_Fâ½opAh“g,d²}‹›'UÓZò8ªú Í‚Z1«vµ¯4ÚÔ±ü6ÿ—¦I…È@SØ’Ó0R;`m¼4} -¬lÇQÑi¾c5í·Oò¡–¶¾ƒ£ç¯cÖÆ0gµ½-ű‡Z;—wñN®ù…!\ÓÒÂ?l !uKÏ7#Ó©ò‘&Ön †(m÷Ýû~ƒ¢RÊex°êŸµf£ îâÊûÆ>&¶|’IÊÅgŽšg 6Ï¿c~&¾BµÜNÅœ·mƒÈ“7`s­‹2tIµaunv‡ö:cÇ* -z€ÝSÒ©Óòîç¾Ðó„¯3£ 4É›ù¥ÆZðmhe7¸]ºâäÑI¨&¸Bßœ‘†üiè$/P:Œ7ˆ j—i<özÕ‚ O3ýd{4ÛycðBƒ±’>"FMA• ¤zÓñK@›¤~ !–„ôð§–[äéÈEëa¢[mkˆ×n·£á>ã†9œ©Î ¼|޽^ „ì*ÚŘ#§ðªt¯Ã‘}<áHÿ:Œ‘ÉS`¶›¸9íÌŒËÕlv>¿h\âÚ4€p­æEq×yIuü}^\Å2a¯g¬°YüÔs&ûì9š~DVâé ÇÈã=Wˆ?ÂíÞÄ8¯ºÇK‰À¶{Zƒ§a×·ÜöÝ&[]øPþ› $`)¬9G²Ý’ÁFSú6ИHއÂÞïÉû£âzÔ±þñˆJÃl_Zp±ã¦ë7î',nÛ)Úœï[O–ÿŸÆ:ÿkâLà8ÎérŸ 5‰lÀà6r®€r—K È¡ŠÁ@È}MŽ™ÉÌd&“ƒp¸J]ÏÕzðѺRª­U*RD_U·¢¢¶Åû¥ª¬Ѳ/ƒû¼y>Ï÷y:Öú¬?žZ_Ò>ÖÀ;Ñ6ßÎk«fÎD¶>™Ío]ðBnµE¸!š“ÄÀ6o×ÜDY¬b-*c,{ƒVUžË Dk«eìQ´sõtl5æÇ•‡¿À¾äuRl”y·âƒÂ"ç1â¡ ³7Y¹Z -þR™RÞ V•=‚újeÙ¾p@ݶ”ÿÂ]õcºõ¥ Ã1ijÉ@á#¿ˆ<½O`[$Û]Xx©r“½Iv-K}²vªl§¬ÛRøJ›XŸœ• â]Kaë.òE1Ÿ€½‚—ááÐz1—²æJ7{?@Éo¹àظºóƒ P ŒZgYq\Ei8U¸ðçOf¶¨)ÂäCšOÅK£¿Ö&HËãº9‡’*øxÀþ.§Ñƒºýö&×TÍHŸ JïÊD#›9’Ío•¤¬$9]uR>-ž+»g5n@&e…fF}܇)´2W -Ò -·~°ÓU^âÅrVi¨Ä Ø–?#SNf4Ës€ô¤ÇнjKt¢rBs‘1ÐtÁ\ Vúô€nÐ-WT߆Æ|pßU‚a´„%jËòqŸ.>ƒ!Í=“öÊNϢݑÐuÆ ¥¾HÙ¯Ú¥¿ìóJ{e»^‚û Êá°ò0ÿßú­œ)A â•ï!@ðô+b>ò"I$uAQOeè ã{ùC¬‡rIYlPúfh.ãØ<*4Mü_h¸AtrÔü&âZ^WÓ,1þ¹°×è–”#–c£Æ¤!F1ãGÙ&ãyÊŒ‚EÖøšÕïHbÞh-™æÀ¿$Vî屬ý¯†Ÿ­íyå|£µ,}­ ÙêœÄùX®G]ßµœeŒJu–{Ôpy±5Ôw@]lq›· ¼kúÎA€Wy•+ëûÛ‡ŠOñÌíÞy>ùmuéIM­G’<Ï[ÙQgD·[0nIþÑr†š+ûgK¼ïs`°ÙoÞ)1op؈{¼JS6G¼ü'ò÷2ÇÜrcåŽ%ddu*ëI[=°ø*™Æ -u#·òjƒ¢Må|¦GŸ‰+ÜéTk*“ãö×ÿÛò+†‡g–7L®º‘sÔ0Uó.Íl¯‹f¹à!õ9‹Ëq]ÃgôAüiÓ‚ b«°Çã¥1YrÛé¨ñ¸ÊÞƒ^Yvq©M(ú Y²æ^ö;å¶§^GFxIñZ´ ñ*ó)zE ¢·b<Ñý Dƒ‡4Ì3/Vø;»+4ö¥}µ¢´Ôë‹ÂÀ'¼sÙ Pß/•M ŠãÝàÝ"³S_*ÙOêßËŽe"Š-žuØ. ÅyþW°ÎÞ$§ôMqÓÑB¡æ©ð_Y×µ;Ä0{L× ]wdɃ˜JÈQqƒÎ…†U‚„ð5óõךœwc“ðìÁ°©dDµ]º­ àÊfU©{ؘ&Lå§Ñú ³LûV}Ÿ.Ö]Жõ€×t‡½æé{¡ß\ÐITd¯ú‡’< °,QÎWoÏ|¬òÑt±£í¸ u„îfŠ&å©2KÏ R‰æß2J7©q´/8Hó;ìµ2à ——(ù(¤I² ‹òË¥y†]™q²jÜ)å[¹/V ã}ÌP•3Á¤o¨Äpp±ú¼ñs¯q°ÛøØå¦~ÈøÇœP<*ê4Íæ½3Ó2Æ%×Ì)m2sxì}y­9ù7Å1³‚~XùÌ|)Æ,4ï…º)s–k€>ÇTùQèfµŒæ}-·3‰7·¸¦ˆ$Ã¶ÞØË²x›‘I“÷Øú€bÚÖ¼ 4Ox—ë„ÖP×tø†©mNXö¶UÂiÌÝØÒYæ»ÔÇ6^Ù—Ø`K­Î‹ZÙ<¾z0ܽy„N½Ñüž·ÜoÄVÌs[`=.;ÌZLŠóö¥(zceWHs,C«º—Ô[ªjÆ.˜ßÔý%òŽùn=1`žlX@=m‰â¿ò{i w» ÌÍÒŽµ¦GsÿÄTø†ÄjÈì?Ɉ5ëÒþcœâF&䟬û5"Ý Fæ -B¨_‘í¢}þþä%©«Ûr‹bÐñ‰jÚ—öQÁ,ÈmËÎ5<áy§eÆu¬œÖÔIÇÂwŒ"|H’LÝGPeµþ±„Y!p»OÜ~vœ0.…âìM†$#ÏøÚ¬ndZ°+õ,ºHÔÃP«¤%âúZ&bDc -E!µUQü…p×=/×9å½ýfáÅù-p„$0+KÇSá!ùVŒ>]I8¡¿ ÚÏX„Ô©©WsšÓþß¡»t5î[°°À© ÿœ;‹|?Ýòhæ1ðS€–ê îQ ãÿ€5#¶A·´?0è°M÷ž:ÏBËýg/ø¨ût]íôÚføbNÈûBó•®(s•–®dkBEñ§u8$‚ýàFxMÿ;-ªCfráÃØ4¤÷vÎÂ0¢à£°˜@Îg¼VW¡]lBý+¶6~§Æˆ=Š´µ‚­KÃchºÛ„kÀz&Þ{´èÇŒÎ&ô¦ñÇ9ᳪ2ãÚŒ.Õ qœ]’•ñð’Ü!Tß!_2Øš1S­Q»Íìp„Ì,Ÿôa¦>ç~´Š´~Ö)nZŸdð”|ëÿØ,ï &³-€§A¤’ÐB "PwWl( ,Uz 5žïK%!DYEŠ…]EDVP©ŠOt ®¬mQqAX×òxÀÌ›7óÎÜ;sîýã÷Ç9¿¹÷|ô1Ëù*ùFJÌ=#EöS¤¶khíÒ ažJÚ¼ -Ao”ôj¡˜Jqò%{Zpr™à?^æ²ÓlÝÕTÐcOVIGˆÒ9®øz¸9ð{1!R…³SÞyk\©Œ7Ðþ¢(IÕ&d§Òca0)>wó’“ðM ÅV{ùV+öùyÂÎ?JœÑEŒ¨V ¹H3öÎ\~;~Èøù¤Fõ²C©Ô]¥™™ÌI<œ§³ä$m“³¼ ¼Á%+üÙCU8SíÔ\˜Ð -íÕpj…˜ä³Æ· -‘i:TÉç 7u†8/ç Œ-ÚO¯_zi¯lÜ,ÅÆä¯Ý+‰‰³óÐ'œuú^|,¸ˆ%©¡–Sbqz½ñ1”ñL§Ft!›¯Þ&¼¼8½t -ÓKVo¨~N4òÒ’î BóÔ'„•~@ u3j,'…öY‡Œ„¶9 -)Áqês´®ÀŽ~n -ͳ—¬þsƒä––ïÃ')r÷ð|fqlÊ6²ý¼“sÕò#„¤fš!x ëŽÐÑyàuæ4œþÅÕ_îÅú^OÖ#¯&rwá)©ÚÄ6ÞAZŒí o,¯ §Á·¦[šdðm -ŽèªøþÌrô¿œS¿ ñºVYœ–< òSNy>Ÿô™£¤wpê -zm§9 Œ1žÁ\09ÅMaoÔä>ájjXód|ÂnY!è³^1£ÉGX—YU¤aV»Ž(bõp²mß±¸›qÙõ<'“×ìü½uœã KƒÅ­…a¼¨b™àw‰¹‰×LŽf®â#f¢A -1— @(ÛÌè.’å$ˆ0µc¥ýôdìJa¢Fç©ÐQÊ ŽBZÁUá{²cÁ$+h½&ÆŒˆ÷ÙÎ1ÂĽ8*cA²Ï4”¹S"ӻɺ&nÇ 8[E7׸mÐÄ2ÁÇçˆÍ±{¡𠠧ÀªÎ0\™¦Â½ªÈT7í>ð &Qߥ|>® ©R“µ#Š` -cÑjmZÒ’ÕŸÈæU»ö’**ByN†,ÂGî²Qh<ªÌ*Ö‹.•Å{èKTmIÛ1•éi!(G¹AÖâO!Aæ,9¹ËûpyqX)¥Ì0âqP5ÝT—<ØÏÆÃK𠱄⪤ô{•ƒ©ƒš€¼?£Å(4Ì]¬¡[0³ä$Ûë¹Ê8z½[ñ“Ø9br,^lWê$.àî)˜)ÉØ5 -LÚ¨þó"rFˆfL!”=‚ê”ìÉ[$ˆ¶1G—œzå+fâ+Ý(Eï’tˆè"ƒ”HÀFž–ƒ”MS”Ø ²ÊÌfƒ5…}Ù¯4ÏK¨4+53Ñ•‚:RØÄV.WÒËU’Òãæ'KN{Kx[XEyXJg2;q“ÒÙeXº487Ë€-QÒr´LEutªš@ÆJÅ ê¹áËÏy飌q7c)6«‘ð@’” `Å7s§p³b-[/þ1cÐ':J¿«•-Ä2ϨMì9½°V¨—7¹Bè«r»~½£ezDÁy#a'Ý* -èØûB:㮡©`˜EÑ„Z9/ÔÉoö‚ƒþ+„2!~Ûõ¶àcá¼ „yЇúXñ8è${ÄL:ÊùjH…°¼tm"Ղ޾ WŒòl€ŠØ/] #®%¡¬âùÚ >ß Oâñf›@ä`ØÍ¯8h+ùa‚ÓêÓü8Á â@¨Â;þ48ë:Î/‡:|‚@hò„éx^­ˆl–Ê»$6X…äqÄÚc<–¨íÆëyÃ/ð# `™ƒ}ûöß™œç¾xC!µ`08ìãÿœb1ƒ· äÈtTšŸº3ÚJÃÂ|Ô|©5®= sE·Iï¨~‰À¾*Ý(Ö8Ô$ÐÔK6#šë™ÏZŒ¯î²<+ų­’­ƒmÖ¸ÛÚX;{¤ý'‡ÇW„Iâ§ç—6×F·jR‘;Ã#Ás‡—··CžõyºvÈ÷ʺ&¿ãë+6(7J7þ¬€üÍÔ-¹[s¿£~Ÿÿk?P²]¹£rçñ]§v7µîißÛÜr7ôѾa¿D`"£¬£cÍŸ[8ð7óSÜ?Ÿ½¿_M¾iþÇX\ŽFZ#çP#jÍêJt¦Æ QSKóÖ€v£ŽB7K/HßÝÀÄàoÃÇ«®5«L -L£°fÚfSæ‡Vç[îÁ¹âuðÓVCÖ-6¥k¨¶!€·¹Ý7û)‡!Ç‹„Z¢Ò‰íLq‰rÝíF&Y¹k¹Ï{<÷õêò¾@®ó©\+óåþ$Û÷;rH?<@0A%BCD -EEþFúGöHôIìJáKØLÐMÉNÃO¾P»Q¸R·S·T¸U»V¿WÀX¿Y¿ZÀ[Ã\Ç]Ì^Ó_Û`äaïbûdef%g0hždŸŠ ²¡Û£¤/¥Z¦…§²¨ßª «;¬i­˜®Ç¯ô±²0³N´lµ‹¶ª·É¸éº -»,¼O½s¾˜¿¿ÀèÂÃ>ÄlÅ›ÆËÇöÉÊHËqÌ™ÍÁÎéÐÑ4ÒWÓxÔ˜Õ·ÖÔ×ïÙÚ Û5ÜIÝ[Þlßzà†á‘âãyä`åFæ+ççñèÓé³ê“ëqìOí,î îäïÀð›ñuòOó)ôôÝõ·ö’÷løFù!ùûúÖû±üŒýgþDÿ!ÿÿµl%ã¥m8Кc , ö -À Š V # ò”g;溌^0Õ¨{N"õÉqE  î!Ä"š#p$G%%ø&Ò'­(Š)j*L+/,,ù-ß.Ç/°0š1„2p3\4J586(788ú9ì:ß;Ó<È=½>´?«@ŸAŽB~CoDaETFGGx?R@,AAàB»C–DqEMF)GGâH¿IJ|K[L;MMþNàOÄP¨QŽRuS\TEU0VWWõXäYÓZÄ[µ\§]š^_‚`valbacXdNeEf÷¢ùúdûÅý(þÿÿÿ€€éó€€Ô怀¿Ø€€+ªË€€:•¾€€J€±€€Xk£€€eV–€€tA‰÷€€,|〟ü¹~׉¼ç¨~ˈҦ~ч½¾~󆧨â …ø” …[56„Äj_M„.Ubƒ@Îp‚á, w‚$ú”}ß“€å…}á‘LÐ’}ë=»Ë~e§~#‹è’z~HŠ}×~t‰Ai8~¢‡÷T¤~͆¡@'~õ…2+΃•ø‘|×Bã‰|èš"Î¥|ü—/¹÷}”†¥s}F’2‘}|ú|“}½Üh,~‹ÆSÒ~F‰¡?’~…‡p+…~¾„ðö¦|§ á±|0£Ìá|IŸN¸K|g›Ï£í|˜£©|Ý•Ž{m}+’šg=}€¯S}ÒŒ¶?!~‰»+l~a†Wõ{›°àà{·¬ËP{Ó§l¶Î{’|'ŸŽw|k›*zj|¿—_fo}“œRŒ}qÊ>Ó}ÂŒ+{~‡¼óž{Jº·Þ²{YµÉõ{j¯”µ„{ƒªh¡e{¿¥Šn| ¹yŠ|aœe½|Á—lR}’¼>‘}rŽ"+ˆ}²ˆþòD{ÄÝa{¾ȯ{·Î´N{0±Ë K{l¬Œv{´¦_x½|  Ðe!|k›HQ¤|È•°>Y}%1+“}mŠðüzçÎhÜzåÇ8ÇtzèÀ)³!zö¹UŸ9{.²Å‹‡{q¬6wþ{À¥¿d˜|ŸEQP|m˜µ>-|Ú’4+œ}3‹ïäzÓØBÛ zÇÐ[ÆgzÂȉ²zÉÀâžNzü¹vŠº{;²w[{ª–d&{É£Q |›> |š”+¤}‹ðïzÍâÚ*z³Ù|Åz¢Ðá±Nz¤ Ô‰CÌùp–u>»¹í#%4cÜV5)ìöjjJìö:‘6’.Íô;¾¿s~¿¹§™jj2Õ¨éV¦CEŽJ‡šV‡+Ç«Øð,o]ï½Ïñi 6(S{.ËÌ}_gHú]äW¹æð-‘´°ô—ÑP¯Ä‘Ú¬Õ%âAiþÅM»>ÔNþ˜Ö{ë+qú¦öü&’¿çCUro¬ž–*ÄøpH¤hƒ«„ ™°m7:†üÈËBO"ØxQOi -ña²àæ;|qÛâ„Õ7¦bÿÀ³¥×A'¾)åˆÇ:8€%Xܯ¡èulêÖ4 -à¼}èD0áÕ¼[ùé~->IápcöOYdõ1ÐËöæ€XFÊ‚™’Ðä h3ýSÄB4rüEŠº’·:"¯ñë<;$;:‚¯×¯ékÃ"2 wP™þö\%°Uç¼Ð:%#yƒ”+“hÔAZqØgºwu" ôˆ{‚“ã«^!xÃH_mýÜ0ξJ»œÊʹ(ž%Ïî@—éªh3Ò­yžx -1¨¶ò@äº]ë!ûÄ]€,‘¬\õ~HÎÿ×JÐ_ö©‡?› ¯L@ M)åùèL£D"%9)€„ey%ˆ‘ Úöƒò:h§~!¿ï> n`÷¬úN¢N<ÏÙµ÷£/ª<›ËP·2Ÿ²Cˆ±Ï -C< -¦8ü1W{ªîÔ{‡÷ÃÝ7;7Ã*U™[+) ãM…miÓ³m ©¹­« -ºðêR2bá•:#~ÚÌ]ðËb/B › ->Ç?Ss{Ã=á°¬jÿxkzš›^¨ØÃ[uIêŸN·ì;3Ñ”«¹=ª&^É<仚î o¸¤Ò‚WÂÁÅñxM<¬ži€ýOC/2¸ECm*wž¤dJ‡'çni‡Ý}gÓOÙ²¦x1›X{„2åM+HÊðI½‚Pëó¼4#ôx06šî‡¹ªfûV r]ƒ¶2&n2FÙ߯dæV n†ÓÙå†;Ê£xfþ¿I;“Q5›Xm„à`\sì˜c2EAVð ]î+<¥Šÿ =.Íಈ„öûÝKò¼qíytHõüKò?çdy]D{irn-< %c¯ó4±VlsNg0™6´O³ßŽ.‘'p ˆ“dwßIs‹mËSzó¥µÕWÈÖzWc ¡®(¦ãéeÚ4VT8k^äíÔ¨xÓD͉î’Iý Ô"ÉÇLÅ‹]–öØc?fÆlºæj¦j§5[•cê/ -ùŸÊ¯¾Ì]1GjÖËNˆþÆðØgGÓW™Ãû,T$=ì]EN£:÷àuİ£óÂwvèÕÇ E—•Áú{å‹ä±™6ÙCÒóÚ¦åhfŸþ()VÞúLûÈuû&’o¥¡Þ›‰,f¹³RãŽÏ@7¡¹ËW}(\ÖôNñ:__zQ>ùÌ -}–Ô3û¦ä;/ÀeŽ3ª ßÞ†TgšMü‡ìÍN2_‹6Ç=^9•üAðÕD‚”Uѵ­å,¸–S  ׂT]DA°`AT‚ˆT%¡L’é3™Lf2i$! ˆ œÒDÐç -‚¸žb{Š}êîzêý_Ú³÷![JR? ×&­ Z;¼±A¶†…ýßHîQaná@(Úß{.êYÝäOÅwL/ó Wµ q‘xTþÚÏåd±ˆ“ý `Tk Û -î18mL–~ážú÷H Šn·x`,Föì§õ}/é˜k?Ù¢É¥Žª<ܧå8…¦d~€G«%ý IÊÄ==Š'o\*½ªùæ_!9¡œá&(ìÇ=zçNåæ4Õ脹÷ÊùêQ šQyˆ,ð\e¿Ø;û’B*LþM¾//eG9ž?~£?¶&¿Ê¯ -8Èó‚ø…QWeHº. hU’61÷ø‹›Éf¥`§Ò@²TÔ' @@ÙqñË€pƒ =¤ûå­€„ ÚóWTz ö¥á€æ6Ú_º€óBêØ6¦¶Ë´ºŸ‰PÈ=)žŒOÇ-Ãe×7ðPÏo-&%x[A/É·.'ÝcåºOšÒò‘Ž( ˆ¿!ׇ#ûð¿µ9KÐMì?¼›!«¼×µMÚZj6™wuß1gªÚî+m:÷‹ÒÜóz ë óŸê£GÓ Ë·ÅÇËY<"Ex‡þûúQt†ê· J¡¹JQŒw®û¬C®§y}yy®]Y[BˆÉ÷‹ð¬‹†MâGpm¯¸=>„KÈ;9–qÈw ø‹ªÍåù‰0\u^¦>¬>P5P™Þ—±4d},..^Zø)óQQiá»ä›ZïÂo»­ªkÀœH™ -¬ 0Q‹€“ž·‰ñ@µs4rSâtvse<:Ñø®l²PÁY½àÕ’µ&JÈœ^4lM^ 1ƒ>»Q…Êê#fÒ/d!±r­ôŽçE¼@*vNC‚¤kªVT4*ÖîÙHyÅX’ÄGð–Œ0ýL&8®ùìÊc;ˆð2: ö ˜&w†Ü<-øxÐÓƒÛeÁ• +©3‹úlŽªX9c™Å¬*² -Éöd1zàÜû“íÍF™þzi‰þi0×kÝ - £—sÊ®S²“’&©ùôù‰Ì0µgó'Ç®S‘«±zOæˆ8‚Š¡-ö1v Ôª{XºÏ²“è5'š&ä·ìúá—ÿ'ðP% À»ËÖZݵ»a¨ìh~¤Ffe£Ï-©Ä:KŽ¢"DˆÁ¼1oÞ{óæ|sŸæ6ÆŒkÜÑ—2¥’îV}ÕJßn´û­Ú-k¿ÿ_¶Gbʼ 6ÆOñ+±¶ˆ*îÎ¥½™Ìq¦Ý‹‰ˆOît7hgݧúLKŸô`z‚¾Õàô3•3ÊtõßAÒ7ʘŒ"²´)>‡¿]ôU„ç–¿×›YÆ~äECˆhš{,Ø}4~¨O° IÞÖ6å1~W2ÏU.Wâgó ¤zí† w‘—r4î)6.Â/sª…>þ³Lwî¤W üŒÙæ^¦Â:ã†ú°ž9É—ú:Ô- È$Åß ösÒ\ãtPø«æNÜ1Œ­¸~’Cø_EŸb#^§a>ë…»\ƒì6œ¨ßy5Uœ ÿµ×ˆœTw<­à)5>‡“îkN_*ì0`GÿÄâk…;³çe[üe¨ZïuNdO¸7Ð"&ݵ¶¿ÊAá|ówåÃpL¹âÛòÞ:Ç -V^†ö!ÙåD¨ÊL:ºI†T–‡-¯ -üÞ˯^O8Ân§,tý‰ñ -p×6µmÎæ›reÐYóMÊÕòEÆŠ%wH‹§ØÒ®¨Sì±&ée6´Nxð&MòÆ€ „0öÀŽs`øR#4×l'á2Á®Æ¨ŒÞn^Mç\Œ34ƒö\¼HóWæÒ†cý¥ ´ÌÐ8a8m%ÉÆ ­é#°(5¸ˆ¼&^}¥µó?¤q%« |^_ÂÜS&5¬c¼8KSÏ"Cǯá#×% áÐ%‚ô{$:wœ"Y @'\,²–UûŸÖ­¢ÅØI+ÀŸW˜fy/J깜Ù3ÕÅì¨ã›YÌÎ#q’$tkH« ’¹‘°#a³Œ®ÆÁp%XëØÒ­èäq¬_˾ ‘Llq~ézývÁû3^꥘íC>Ãe~)~ÍÎ -Éà?bî#íâŒ2ÜûÑiØ7 -½¤T~-uñ\»Å®ÞPC3“%yºéÓòZ½hþØWr† ð0 ®âU‡láŸg÷“œ8YLGBZ†”»9@Çésʤ–CõÿåÌYxÆmÔºwÚì ݺrUOÎ\íAù¡TDN8¼Iì,ó×ò‚ü~á,býFˆAWÜüéÓP³¢¸eW3ÀùÖrÚüR×eZ]<­óÕÝÌ WÍÕ¦¼—Ý•ÛiDýâÑ`ÖÁ¿í×Ï6p¢­èG·,:Ž–··lì a'["[)ÀŽ:ŽÕZü½ö³ÉžmTué]Rrd´ZÊ!?QìipvJDôS²ãyB$#“åàуáQ¹kóüe7Ö¿-^]µN]žmc‘Q{ËÊÏvWQLÉÉBµïc^м•šàÅØ6Iœ…½ž¿žÎpgM»iéK?Éæ¾ûÐ=9`Un뢊ñÂËg²ÏÉ$žÜ•´K—V™pð •¾jùþåÒ™ªk¾…ÁÕ<|?w˜’íbfú§Ä©½›Fi‡ È«ìi vúXö˲&êòe‰#Z3ðMt›ò "hX €¾x¸¿ÆÝHur™@j©ˆ{)NGÆÚoAe•ÞÍ4ºªÀÚÀŸde¯ƒÑ‰YZÚ£è e"„JÌ´¾üùš7x;çbÚuãYMðIžý ù®À:A4M¢ -¶™cÔe¾7îFø óš -X½Z1 -™ƒŽJpôaâ;þð-þ6{\çJdDÓŽ -÷ö¬a MÁ'UL7¥ðÂó¹æ,NnfžÁȺÀUÏ0£ô*B7ƒ¾K8âì-ô -ÿ‚L§ºžGA_ÖÉCãm’ÉŠÆ×¢âs¿×O 3~6lã½MÀ©s8äÈûX£?‹× ×‰X2‚Ÿc BÏ]û‘UtGþÝ¡ò·ÙU´ò–ÆJ9íÜ™úJ –‘¯o>ÿ±¿öþþ.ò®)°C¤d¯%¶ñÞ °ç:V² ·¦ÒíüƒÝuMt‰ л•ohÜ®–ä=®ß¢Ü˜þ^HúàÇäZHT5&{ʯ -¤‹|¸‰D=¯œà¹9ÆÀÀ_B˜´ë¾õ.øÆR?vñ´uÂp=oiHÓ‘ž¡›V¾ŠŸ¬u•¹GUÉ΋2ã„70=‘Ï[Çžñ$2óÐø³šã½íRÚ>‚Á6Ǧ¢²»Vù§\ƒ‰lô;ñZ§ÐÜŠ¯V +K¢vË6I·z ƒD·[æÈÜÌüƒ’áBÞÁ®œGZOëó¶7eñÖ¢&[®)È\|¢J—d(Œ'¨ªÕ”ÈÒÛrvà!^¤!–qKy×=#Ðû¬•¸èkøsbh'9”rãòsrYñƒ®[äÖÓklÛÈñ­–Ê‚Ø4©jY8I{¿Ê®¼PáÓ,YMÙâ‘ PÆœE¬B@ÏÌÜJ=G‰èûLu,ŽëZôæ[ê1?Ë+ 4Ö©® ‡}Ö®ZœÝÀŒFOÝáQ‚-¦¦81­Tzw –Ußés…ZŠf;½éã9Ñ-rúÊÔI‹7xñˆÝ8.Ôœ¡Y÷~R8Ѳ}" ÍÅá%ÕŒ¸,Gÿ©AÑóW•ìþêÂÞ"VD‘¬D_dÏ5ÿÉ৪xå×è CaBõ=H¿÷‰¼‚~Óm?xH¹ ³ =EKEWõÿOÐT½ðÒv¹ß>Å}œ-jNá¬H0ÿÿøôsQI¥Œ‹÷Fa 7ŠŠ;¼šà‰&1…•{‡Å'¸"†kzŠÁ…,ŠŠÁhšV~}»H—ür§µ[•¤g¯Ç“R[ãª[‘=Pú¤î>F*ŸšM; šE‹c1‰”߉'処ъ…óŠÁ ~ ºØ,r7´âšMf·¯G—x[Œ©×”àP¶¤f’]EûŸæ;‰™Àw1”X‹( -Žóˆ¿ ‰ˆ† ‰®À¬¥Á}˜ºv¢WqÄ´užñfK®Ò›—[0©\˜{Pp£ç•tEÍž”’w;s™D1’“ÝŒ–(,Žx‰Ã Y‰‡5‰3ÀY«h}º§‰qF´£¤eÓ®bŸÀZ̨çœP$£n˜“Ež• ;`˜Î‘‹1š“lŽ(IŽ Š¸ Žˆ¨‡µˆžÀ°ì|œ¹Î¬”pسÁ¨.ej®£¾Zs¨‚Ÿ•OᣛƒEs´—s;P˜j“h1¢“ m(b±‹‹ ¸ˆUˆˆ¿½¶>|+¹‹±^p³~¬ne­·§qZ,¨1¢¾O¬¢²ž(EQa™’;C˜•1¨’¿Ž(uiŒ9 Úˆˆs¼ÍZ~v0Æå}ÎjñÀr}±`º -}ÙUš³Ì~BKg­~ÌAT§di7…¡6€.šú€´%”¾B“Ž™ádÌfƒØuÝÅöƒ -j¦¿ˆ‚l_Þ¹&‚U`²íþK5¬µ‚A0¦‚.7u e‚g.&š*‚˜%;“×É‚Î9Ë‚‰ƒu°Åˆ;jx¾‡#_³¸T†QU:²&…¸K«ñ…=A¥Ï„ë7iŸ©„ª.,™q„_%[“7ƒøƒ¤)ÊÌ#uŸÄEmjg½Ø‹ß_¤·ŠU-±t‰|K -«Bˆ‚A¥%‡¨7dŸ†Û.1˜Í† -%w’”…*EŒr„e€ßÊ ” u`È’|j1½{_r¶åޱU°½"J‹¬@ÿ¤pŠO7bžSˆý.C˜‡«%¦‘æ†V’‹Å…$€‡ÉW™æu ÂÜ—Qiݼs”Ü_%¶2’œTǰ–JéЎ§@飹ŒÏ7c ‹._—m‰6%ã‘4‡pñ‹…Ú€2ÈÍŸ tºÂNœ i”»à™^âµ—–^T’¯g“ßJŸ©/‘w@Ö£$7dŒÜ.x–ÕŠ›&œˆiAІwíÈP¤GtsÁË ³iM»VD^ µšT]®Ò—J}¨˜”9@È¢†‘k7kœvލ.”–J‹ñ&G‰N…ІþºÇÖ©Mt2ÁM¥SiºÑ¡q^Y´u¼T&®?šMJ]¨–ù@À¡ø“°7z›îp.¶•Ë>&t¢Š#¿‰—‡qoÇk®)sîÀà©Áhź_¥i^³ú¡2S÷­ÂKJA§ˆ™„@¹¡~•Â7ˆ›{’ .Õ•_Žc&šAŠÙí‰@‡ÐDzËs¬Àˆ­äh’º© ]ê³—¤USÑ­\ŸùJ+§#›Ã@´¡—Ž7“›“f.í• Y&¹Žó‹o ˆûˆôÝ|®zoà»|ézâÌ‘}3{i¸\}”| ¤)}Ö|žú~ }/{·~K}±gn~Œ~*S,~É~¡>ò~ù*Þ(€ò~{,„žÞx{ˆ„Êo{ñƒt¶a|k‚ý¢`|Ç‚·Žg}‚„zX}l‚JfB}Å‚ R:~Æ>L~dp*š~«ð5yøŽOÜAzrŒ¾ÈYzê‹C´‚{b‰ï µ{͈ڌï|4‡Ýy| †âe/}…äQa}x„Þ=¸}܃Ê*\~;‚’î;y—ÝÚTy•gÆ}z “²ÂzsõŸz鋉{f=wß{æ‹xd4|g‰´PŸ|æ‡å=4}a†*&}׃ùìlxE¡›Ø‹xΞAÄÃyJ›±"y´˜!¥z5•jŠ>z¿’ÀvÆ{M*cQ{ܘOø|iŠù<Î|ñˆ\*}r…hêàw–«TÖöx(§Ã3x¯£¯ªy(ŸNœRy±›Æ‰z@˜HuËzÕ”ßb‹{n‘yOl|Ž<†|Š *(}†ÐéVw´ûÕ…wŸ¯õÁØx'«®ex¬¦|›,y<¢ˆyÐÁtózm™}aß{ •¬+_çyȤ!M½z_œ;ª{'”*`{Þ‹Ã眃txðÔØ‚åy‹Áü‚vz+®ö‚9zÒ›áñ{ƒˆË¦|?ur|ðbAI}šO~?;Þ€é~Å)€³låwû‚ ÒÌ“‚<À -Då­#¥š;€íЇZ€¼€tL€ sa1€dN/€xN;S€Y (è€5€÷ãe€Ú‹éÐÈ€†Š¤¾!€F‰v«h€$ˆl˜°€ÁX“P+Š­µõêÇÕc¨à‚u}*ÛC+SÀÁ­ˆ ,A@ÙäßûOB!@Ø#È&2*!Èž*RëªXQk‹Nî=Š%– ¿ÈŽ &Ð,1j= 6>ÝÇØÍ@3X”¹º‚ž-„¾ä¬›üRK>v'A™¢Ï5#“gí@x+´›7w~dËžôÜèÉCZÈŸ²³‹„B‰|s%Š þ1 9ÅûA«ä©SàUYYµ=X•«“3 dgc L¼3a ¬Íº‚‚ýü¬CÛÀ»ìn»ÀÔ”yø–ØrÏ -l¬ªíÓËf;~–¨7Þ“ ~~5åf$|Zf‡žD®u`²ÀÄöÈ2ŸÍÛ@–$ï\]§G\@]•‡z˜ªš«ÈTeêì º¸ 9 4È[ã÷“y#'LÅìY{Ð@ø·m!¸‹¯c>î¤zn»Ÿ:> =.¶ö´+„Eù)àpm…Äp¯¸'^Êåç2ó…Ç%€"q¿ôJšlã€?¯Ío÷é™[:ÀxŸé`ðëÁ¶`‹:¥ÌXÙÔ%>Ä]RC °¼ˆÓKî_ 8ËmÝI :²u$ÂióG@3zs( Pöý·ZOr_öx•ÚsÇ.MŠ"¸ÚæÓ`/WS÷$nw¦",8—»X4ì¾0”m²5<Å„ùÅÊo~¤Ýhî¿ ¬›ˆn¡¹}ƒúÊDnaÏ °ž+¾‚›¸l“QlW^SlËí,ýÞ]—{· Ùv`(ù`þøÏõ–€ÅRé¡·ŒUš«Ú–6H[ª°§<Òk³ÉäŒ4Ä—(Ì ŠÿÄÝ}|wtÝG°B`ÚFƒ¾Ž;êùß,dLáßÿC¯„«Ú¨¯áÌ2!éûŠ5‡À:¸æž[…›ÀùÁ01Üî¾]‚Çl<ÑHx”c‡ôÁ¿Ï4S/˜Éþ_ÈgôhK ¹†º¦|O‘OE¾¸ŠÜ`_aì"–ˆ/¡ ¸Ÿ[µZÏ#±eœmˆ'ê4ý”Ú!¡û¤µHÓ¼žê”dàJAPÖ'ìï ²ÌÙèoŒe'zšúóà42ORÖ9H±c ?Ť׷´<ª÷!—Ýh$ðÞ\¯â•øÊìG‚z,\¬æ&¡ÃÂü³º¨§€ #s<îÁ£H -sÊú(¢Cíãü gàO¯J‰Åò­šc„AÉï «pW…LQ†Q üxôqžyõ–VŘ ÷Ä·þDÒ„k\o#ßòwYÀyÌ1Ž3¬Kîú‰(SÍ_~ƒ««gë»±Ûå³… ˜~É[^0š©pɈGžä+£ƒ‘ŒÜµ‡} ×5nȺcõlÇs✀J©¨‰1"º­é×*<¦ñ• -ÄÕ^ù´»JÄú£Ë6¤ó~QC”ÙXàé¯59Ï\ a1d¥…æFœDè04Îû.§w‡áÛ;ôëœ0›uÁ.ôÂE_&¹ZcœÖˆØ•=œ‡GŠÚüíà˜üd—+°ŽÔÔ*’eÍrPh%sr,„øaеëö®×©ÖýÜe‘oZ·­§aDÒ Ÿº¿®Yé#¥Ÿüa“Âi— ¨3Wa•ù‰Ò8"p„5õÃNuņ†£jÐ1­B–Šêv©©)$¤õaj Ü}qYÄ ìZ¹äwš+~ⲂdVA‰øGÊÙÑqøfJN÷áÃÔXÕ¬ÿ¦ÙËCøMé+X„ç–þ ]Í<̘ˆª§‹3ëüÅT wÉ!­€0ËFb5hg*Æ&!‡Ñv …vmÉê‡NÔÒ‚mP`þ oòaôØd(5-ù jˆ,¡žC³~ä¼Îù=Q;[žÀ8ÉT¹ÁÝÃ/…§©G€`ˆÒ¯~Ç?HzË|Ù·D.5Ä´º©tÎD¨¨Ãøw¾oÈ]˜Ø9ŽÐÃþm©‡-¡y¦Uè5tÃW–Hä­~'X–5TÅç±Ǽì^Þ0YÀ¬`éOêtf‚¼Do÷u!jÈ%§—¸Œ˜°¸Ž p¥i#…\ü-ëkçŸÉ…* ÙWR‡œf¦Lò/"–N&»Q®Y6§_‘–|ÿc -b;›äâ›i¾…3 U¦È^ßo#HVêµ¾á½)2,obqùVi4³]vw¡>æ”'¹‘׳WŸ6!úEI>_pàŽÓz¬•·Ïâ)x¨x³cvL0bquf ³åÈ7”ž–æ?jjh>Ãó®?^êÆ\­Y#±¢ʯ G)û’êóRòÇBQXñ­ ð~¯–F8F¡_DîæÈ<ßÙÌ®§ì=Ê×v~Õ´ƒgÔ¦¯4bDñFzGÝväù¶Ò?±“VBa_ãÝ…Jïh¬3ï’ãZô¢dÈâ+¤XðÜlJ¿Óìä˵a†ì?ÝwJÖ3AjÑVj±IgÝuï>Leà©X<½¤Òë–R0ë Ecrô÷ÜCB„qfû`c¦½Ç’Ÿ02Õ`Éj¯ä;1;/FPcêqh˜4Å$„¾µ‹¡Ïp‡ò/)¶_¡uÀÑÝy¦{´ÈQ«™4ÏúhÒóÝ“ÿj|ŸÛ—2¦<.LU‰³$ži42"òLÿ?ÃõáÖä`œ§RÔº®R磇@*‚êC”!`(`@, 2DvßÞ_’/{ @¢€ 2]½ZçE¥žž«WA«ÕRÔSÄóxŸ÷ù*òdR*ö‰WSå•q‰!ÄѪ`$èré"ï?àl™°ß¡’†Û¨¹,ý®æ<‡Jsó•ÕÒj¹”å¤}….´S6mO$y[&Ä,™>ü+¬@¬ò¼YÐmyoŸ‡n-’ÜrIý|Ôš®:Oe®)ú¡C²dæ>49‚þlÉÈ'CÀ„„{¸ — çK` ²Hàñ¡íÀßzZ´iLZs‘z.ífñT¾";i§b‘-2¸(!µ¦·-htB ö _€ÆÀÁ‹a'´‘ ƒÑÝašmÆÑ/¹rušiP¹[•FU±Y’tc?¸‚üõ&í%Á'#„'19N†u#7ÐÛoàd%o˜ ]#škó7ÛÄaÅký3RÈLh…UkèÜobÈJ2m%ÞÇú }±ÙÔÅ01²‡È‚º°<øî:Eªß4Îq”ªêÎ2æšCÄÆl^^)¢®æîÈiZ·ÝJ|—jlk;ÚÎ> ›OP×ú¡|ˆ×"—Oƪ/´¼kŠQIõÑ -Qã<Љ«›_‘CUX…y§‰F|×sÜM{vë*4UõWèpë`ÇH ï -0 8±Jm?q¿ÑWßž¤óS|õ‰lÁÌL‡wy µ¦Þ™û„È«áï -ÇNíñèLí—¡…ð¥,  -l §ó~­îøãþj°ïbÃ7*¯®&í·ìãÎ"4ž¾ÛÊ+«£\¯r„ý©T'Vn݆\5¸†.…çqŽ€Ý`&s÷¶ºê Sïù¡Ã.RŽ kòØîîICwvŽ—¾&[ÝrŒø{‡kªÛ\û(î1b0µ‡Œ@5l@¸œµ|=¥:¿s|¦íÕáÖ…ESÒ®ýÓ(/µcº[e²ò4Mty^îÕ@…8uX!¬Lˆÿ‚þ½*<$TJƒxª4Ñk?ê.3wèjnItvžÙ&Ôè MÒ©ÈcÝ © ,RÍHËr®«Ü¥ÿJ]•ùÄÑñ2`Ã8ñZöDÐŽ“§zi‘ùX{õßðêº!ÓèªZ¬¿í„ÿ¡M)æîƒÀ÷£Ê"pýÎýìWÀXìÕtl°y@™@‰±^½ð3àÛcW¬ ¨3µZ“+ÙËmÒûNè‚ÆŠW—ˆ¹ ŒøÞO1„6ì¸È HOl> ÿsC -þz!(A ¯»p!¸­UjÁÕI¶ÆRU›êï:ƒâ=Ø­™É.?\¢jþDÐtE"5c‡ó9!ÛòÙ‡=ß0 /F3h8üÊ{24U¶l·xšÎÖøÝ €âº•º@›Ú¦>_LªÖ©ðl-û@‘¶]Nkþ G¾Yûˆÿ$"çÐNï (64{˜/ׯ´ºúl"ö½ö®eGõeu˜1êÐYå/ºì½Ã¬D­Ü6J*»¶Ì%F˜»ëÌ@M„#Éx‚·|„hŽŒ›UGZ-Ÿ*š|>¥¬'å¹—5ƒE£JØ»w »Ty[uG³)¦™P*»×Gb!Ì#½a°-v~0wø˜Þ¢[gÒcZ‘óŽì9w¬(š§ ©eU2Cï”K®L„ªëÖM ¿+2sáZ*»äa«œs̉§Í¦é†EÇŸÓ3´‹ÛËæpåG—¦(]Ã3o2ÚÚ´”j³yoôMü.}]?Ú¨ \à4êÝ ÜÃn;bÌ~g?3FëG{Ú(‘fôäi6·µ-èQ y“)d2¶'ߢfÔX¢!üœáÖ:= ö\þödLÞ×z|WÓcGÍác¨½¿ÄIµóJYé)ËŲ܂FCùŽÌ"]AErr»z{¥0jô“Ö2[%bÿy$(Å=]1‡l¸±½ —øÔ_’d‘Ŷ ³ä´yBòs‡á®ÔWÜ©í—*“çpǤï¢ä -‡,g­Ý,{â?…¸//ñ\ƒ~¨æ7&(O7Q÷ -r# -jƒ¶ªkæàê|¡Á»h?|sî€.j®b6Püœ^$ñßñ@´gºH±‡4<%«µê"/¶þ„«+ÿ0i0î ¡ÇÑÞ=ÉyôA… ~‘'Y -Ÿ¢ôÿ¿NxRÈ#poý¢†=ªF͵ڞOÇ-±†²tå&7úå3º”<á'—$RM»"“Øé˜0XNÍG^ñŸâ‘ð1ÏD®ûÆ>jhQߨMÔ}–å–&¯ÂǨåûßêpåÒôj„õO|¦dh¿Í2:Ò'x iÅýùÃØTäùî…+kÛm¶ãÜcÛ{ËÒd©4­.Wé·íÕ}­iK? ^Â-H,Q.S”o¶2ôPð"r΂ÅcW¼øðz$ÓæaÏjêUÚNØsà‹ÿZ×2á¡ÍÓi¯Ãӹ󺩢qÅeîÇÍ‘ôÏ - h„¸IGó Oˆ^)ÐuÔ¿f½}Cë€ÊÅ&=ò44>-=m0Õ åj«­£i˹|Ó\Q©¢Xç»é¿t·:è!acù7Pš¬öª€ŠÑ{ÖT»û‰Nå[\{$8nîhî/ymÈpÌÉ]¦ «§v›¸e5®"…¯1ûÿ Ô‡[SðN[‘Z=E“ 1U( -A%ÈR† ÈV* È† ^’—÷^öÞ{B˜2ણý𫟠µpZ«ž'ÖQë©w¿?â·›ËÁK¹ô7Õ„º;w£ì“b] -Qœ.¡ÇýÄ7 f#äì×ÜDÜ(œ‡üxŠab²ÅaOÏ"¦ÝFî¼Þ’n:`§VãuÉ–ÒTU“þUN§¬K}!åo¢OrJÄÏo¨a›xó¸A؇u/PÈȆ–ŠÒ¢Á2ð™-½—Ûì6¡]®*«î[û¥’ŸU;Í/reUú€ä^ј -·Ÿï/Ý‘É.Táú¡klO “±"ñïÆÖé7{77T4^uío ?yÕîi|WôÉ’Ú4›}Z?ÓüKÒ5ukËÌ÷qrtë³-‹D×È ±ßðt”ïPÖ)j}6œN_ß³ƒTÚ¸¹ó4Iq2¦ýéVQ›™FÞ’½H@¶&5©Æ(AßûÈJ)]ø?E¾Ô,–{Ÿzuq¶ yÙÉ´Q±»˜–×Àti_œènÇE>¦J–EWT$mT- -bïH‡€|üap»ƒÔ —#_R®¨B¾ºÜfxSý¬ã)”yk«a’ -e¦•àõ¬x­Ä(«ìØ)†þS0I'b“9FÚÐû`" àü«ï¿¤í³{1Ï«>Ê‘ÆÑ[o±c W[YÞ™w´ëái‚P19b›$,&€ŸÄ€G±¥œ¯ùht™~œ³§¯Iªn+èŠûêd7…—*þ²¦ñ' †W<ßÌ“'Ÿ¯HfÙb âÏðk|ß %c©ì*p } -dØò>_õõRWˆ2©nqÇQÙu–»’„‚5†fá›Ì%šÕü‘Äò›Ü–Ø5bƒ·óì‚õ”9YÅ”€g=é0^ ºnè&kk;¼Õ7ˆO,5о|“ÁWz/éî/Oì•—1/Ä˹Íx%ÏÃÁ:Yõ0 -³Ÿ‰{X±½§ÚG(U.²åà™‹v§aš˜bY¦ÍGéÊéŒê=2 ±Dö^Œ‰9'rñGñL^§ ;ÄZ‚„cÈà3z7¹Èã®èŽ+g°ö£Öñò óE£ñH»þ Öu`V5§¼˜ ÓI¯ÇDÙÂI|÷3÷1vba0fÈì™ës’qŸÜ>5vûGYy†™f?BÐû·¨,šÑ½÷e9ŠÍ1•¢ˆx"w†½ŠÔ²ž`&À`h5ãÏó± ‚fý0ظ»º°AãÛ£á]SMÖCÉš4·¥³¥a·ŸÞØZ­QÉIäPDÊ"³ƒ® „ÉÛB`œöàIcÍ›†D¤ÇUïûÖ’—–Þvý—¼#÷ƒý²(­ÒsníQ“q°“ƨ¢ôhÁ¥­®MÀõÜ^{ M 7¯ „nÝJŒ&*ý^(,Y(ƒ}ù¾€µ’…úè…cÅðtSàÙ[ðWU>= ЖRl'‘™Ÿ[ÝN]©™Š@ÿX{ŒÑ¡¨ Ï‡ÂâRzm0ŽWI›Ge!Töht7Ùh=Â¥TŠ»/sp%ç k2÷Ÿ¶ADŸÚotÃm ‡4ÃPyôù3#”+:î ÞÏ½ÌØ‡ÒÀ·ée´¦ÑH‰¦që€NôC%ª{›àYI’Å÷Éé±p¤–ýØž„ M+(z|=Ì •ŠPW0‰‹aÔKÇÀïFT± ÖÉÿ}rÈ=,EŠs(ŘœÃV¡àEê:È»?¯p†¢—ÈT,C¨V(†¥ÁfŽ€iEGArÆC j$Q¾a_ŸæÝÉ}î$Õšâ&Zšó…u™„œ2kX(¼]íÏú ûü÷¦/¤’‹&ň¬tˆ†}æºí¦*vŵS¢ýk̯ޟµaª«œIV¡¥ž™L– •öBœ››’Ï8ç–¨©/ª‘£Œ•&ጥ‰ §‡³‡\º“«§vH´ú§ïk[¯ƒ¤`¢ªH 6VM¥9œLV *˜ÚBs›6•+8Ö–D‘~/¯‘Bè&÷ŒIŠtЇ^‡m€Üº<±'uÝ´­¬¯k¯:¨=`Q©ø£ÕV ¤çŸ›L#Ÿ×›rBRšä—?8Ç•ó“/²ô' Œ‹"ñ‡‡Å{Èry&p6‚yke ¼•yÐ[Q¶±zeQ_°Û{5GǪý|#>@¥'}4÷ŸJ~,™d#”“„€Ë€õzÔÇq~úp Á‰~¹ey»¢~›[0µÂ~±QC¯óG¯ªl>1¤Gï4÷ži€~,-˜‚#È’¦uäŒñïz‹Æo„®o»À‘ƒòe3º³ƒZ[´Þ‚÷Q.¯‚ÇGŸ©B‚±>)£s‚·4ùœ‚É,?—¸‚Õ#õ‘á‚Ì-Œ1‚Ñz7ÅyŠGoo¿–‰#dù¹½ˆZõ³ý‡FQ"®;†™G™¨i†>&¢¦…|4ýœÞ…,P—„†$‘3„m‹‰ƒœyíıÐo(¾ÇŽ9d¸¸ìŒ¼Z¿³0‹iPø­pŠAG}§‰->¡âˆ%5œ"‡&,i–P†+$R…8½Š×„cyÆÄ •nñ¾"“ -ds¸A‘Zp²|EP¶¬¸¨GP¦åŒ!>¡+Š¢5›n‰+,Š•œ‡»$ˆWŠ$…ymÚ=n¬½”—²d8·®•AZ-±à’÷P}¬åG*¦EŽé=ò Œô5 šÒ‹,¥•‰"$Ä1‡Uf‰‹…ÀyßAnd½œEcø·"™_Yë±L–œPG«„”G¥±‘¤=äŸú65šCŒÐ,”vŠy$󎪈=§‰ -†KxɈ¤ n¼ Êc±¶™}Y§°»šBPªó—DFå¥$”]=ÙŸp‘u5™¼Ž”,á“õ‹Å%Ž2‰Þˆž†Âx|¨úmÕ¼¥*cr¶#¡dYl°>²Oäªwš=Fɤ«–á=Ñžú“5)™I),ý“ˆŒê%BωÌ ˆF‡$x2Á«­»m™»¹©Jc?µÄ¤öY<¯Ù ÏO¿ªœçF²¤J™=Êž›•H52˜ì‘‚-“1Þ%_€Šc.ˆ‡sêyzuÖáyÿv -òz|w°kzîwÙ#{bx؉ß{Øyìvx|[zæc|ä{ÑOž}i|¶ˆnzÌ}u6{j¨añ| ÉNÂ|ªä;´}<ï) }Ðþå´v(‰Ò¿wˆ ¿Éw͇¬Ñxw†8™êy'…‡yÚ„ùt z„Y`ô{Gƒ±Mý{üƒ;4|¦‚S(ã}Q‹ã°tå’ˆÐÏuØ¢½õvµŽÓ«"wp(˜hx8‹³…ÀyŠNrëyЈê` z—‡‚MM{]†:Â|„¡(Á|à‚þáÀtœ Îýtö™S¼BuØ–´©vž”9–ýwv‘ö„ƒxTÁqày-“_6z‹aL²zÖ‰':i{¦†ñ(¼|r„tàsd¥yÍdtT¡ùº¸u6žŽ¨v›F•±vá˜8ƒawÆ•4píx©’7^wyŠ7L-zgŒ-:'{?‰2(Ñ| …áÞrήùËúsÁªª¹ct¨¦n¦ßuy¢Q”’v^žp‚fwIš–px6–Ã]Óy ’íK»z9îzå‹M(â{´‡)Ý4rd¸tÊsU³\¸t:®S¥¦u ©g“wuò¤´pvà oRwÏ›Y]¹#~a‡&Ãu®hbŸÍIQ;5Ø)¸tñŸíé‚'çV»A‹ZWÌ€‚›|%æ¾æ0´žS™#†¡²øÐVøuáv?abö²µ…oUsmD¹ÖzAæà“6 h¼Ìׇ -Æ»ªó¡%çL¸P(©)HPõÐÃáu'¹Ð¸þìû^h—³vPØ¡†lÚDn’˜¡tYrÏyWª+Å´6˜ü˜º®x™æ'›&†Ò“„wˆ-‚SqÉø4ö—¯üT¸“hÞÚ00"þ7 -RïÁ.Š'|ÐaO&ŠÖ’‰>‘¬0‘ðHSñ±¬À#Äm±aø7ˆC˜èGÊ|ýÎå3ø=Ìá7fãäx[:áIîÒ_Æ›ˆ[ùS¸±K²Ü'fAÑ€Ã/Å„ƒm8ê,poßì øäRÕ-ï.¶\ À¯ÉéÖ[ø&™g•¸(ùšÇ‚ƒ\/{,`Ï vbýL÷áT¬„øÅ5â3ŒE’7\`NÄEÞú×^'Ù[Ï®©™¿VvÓŒµ¹Ë±:•'SŠQˆÓÝ1;Yß!%f&]r}ÏÅø„¢0z[ô5Å{ƒrÄ×KÏÀæâG-EؽÂ%ºõ’–Ý…ñ²õô!t2Ó!mjPw¬E5Êð;””=õ~Œ&HRœß£[™Öæ¨9t1»­ƒ›]°8ítÅslF‰0Kꋾ§‚Ѥ¼[©P÷lÝ¿P[ \€Z¨¼¥è\ù¿œ¯!¸‡Ö«MôšbtÝœ¦G˜™þ÷ò³h±®.3 ݤeÉ tÖ eÊ^äVAáW¤7G<éÐÔ{;!5ÊçJD-mµÞˆüÆdt÷a~g4Mhwã ­ÝVk¢Ù<­²%ÂCÅÑã —œÙÏ ‡ ¦ƒ”HtŽ•×HH†Ÿ3@6Ê!ë ä»p›×eÛP2箖墦Í!‰Hy]'N!Ñz¯äAdUE{ô daÉOA–ˆy~‚W2+³Þy¯ø“ÒÔzŸx˜ÛÒ5„Þ¿ÒS?Іt7– #í¤º‰m±ÿE¬êî%»‰W‘ÑiâÑrã=âá¢#^áâ+Ù#Î>â^U´u‚¸”{Þ“&o>ö¾©Yæ~< |Hr7%#SÏRI5›•ö(Eΰ‚_¸ÒhwP¥‡I/–ì6:%ÿ[­Å?!ë.À²`øDÃé\ábíBnHÈj³ácâæ”(áx8]+6ÚïJ ˆeAFä4b¾é+i‰8­&¶¡VÁxÚq¾S:Ÿ°¬·çîã}¥Û§ªë™Ü<£¯—ɾÔÞI-§w’;@Æ&’à@¢ã[¼øY%çÀ¶s‰d4¥ÖÀ¾’(±aþäBTiôCÖ¥ç0IÇvRNtÅ>š’ÙXò¾pí^4$림óÄr25çB¢ˆhÈÛëBÌT¿ -xƒG(=?‚jÙ<Ç@ì-çh5-¥Î†1ÓÕüªåôƒJ8ÿ)5^®“6÷JnŠòÈyEö UD`ž¢ŒÛ¦³)½rš.­û6¯Ÿ’ë %'I™ÎBXE´–uÇáo‹FÜÅýóÞñ_‚“Y°çìÿª޳±Í2 ï;ô»´ù+C¶itSttKnîµµá:IÃnøq´Ò;Þ¯Ô®ˆØ ->Mò1ž«ö4Áê4b3f¼ŸPö÷Ó/Ÿžb½²Ó$׌Zp–ÏÍ ç6ÆÁN„“Ay$Õ•íí¥2>üXåч¥dmpèGû•|Þjä3'l¹’5ëXô)ÛŒ7É=ùaª/)ó¥îJ‡To‘£œK£¼¥OÓ¯GI¢!S~5{öðà˜X!ºFM‰ú—Ÿ"UÈö晚!(_‡©'à•¹ƒ*¸Ž»¡ðþ ¿„ÝñöRKQb„%W!6ã±ÎâJӽȶ5ñT ònùâÚÛQ - -*¦T—ArN¸r&ðfåòýà{èºô.˜qÄM L÷„°ïÀìíqL&0ÞÐN;ã5þä80]aB¤e cêJNZ®PþÉ6f[(V2·™T™†þ “ZÐ[⢸Fªj·– #¿l›dŒÉíb¨¿ ‚°¦ÀRÅ…Z«ÂÕM‚zjŒq0* UQ†,‘%bÙ 3!—¼½“—=HB2ʼnŠÒ -n-uàgzT«çn­R­ØÿïkVAÊÏ^BÐE¹÷p‘꡺¤a5+`_iiS„D’O©G•ƒ@Òùr|1š2‚þ„½ŒLEjPmÐ,Xˆ¬™ >‚^{%( ã‡j—) ~é4L×@ôí}x!YÌ«¸DLPuç°&æ|Ê:4º1ˆL!ÎoüêÆÎ‰Þ‚yÈm/¹â4t°‡}ãxåÐ2a¶Å\å°D@¤‹±¼ünÐ]˽‰hV$sÈ3UmÄØIߨX E“^¢aå'LåeW ð‹Nˆmmi³Òo›¾QGP¡õ}àׄÓR6†ûšGrg¢¿ŒIoFþUÝÙ¸ -|M—‰ú•vb­×Åä¿ [|(ß–Lwud©|ÉÑ–xå\"ºqmÙìwÇêœ(Ta]‘‡øg„@Ï5‡À:ö¬¨^Ažöº ÜD{ÛÅlÀÉÔ%ÑåG•lyâà/Š@bjÛÌÒDÌØ”šÝ€ú:l‰áKïö1¨I%P&¨‡E r"=Ïë1@câ¶ÖíÇÖJ:¤GÉÀ$x|@à·ºzÅ'±´¶ÙóÑÆ›‰;áNûÒíÍP¾);0œ§9%*P 0[¼F]øäö^k~‰‡m®É(®WmÑ–MQò´õåe³¹Â - g¥*¸òVâsf…dööj¾4!ÀNÌ©nþŒ­–Oâ­G‚jmAÉ8ë!#)9ʼֻJ€'šSÒañ˜ZS eod+e‰kèÙ“í‹È<¹! /¨‰ö¢x­olÆ·œ4/hK¨t«n`¯à~jÅ“TW,+98wÁÔÀñm ÄEàRÀ$ìð@؉¼S¸ñœðdEøtS(æjž¢ïBk(ZŒÜ¯äæ ž%+U3`*³•ù -žœð”ò„ª¶ùÞàü/cá`ŠÐŽ”)ð®C¸²¼é½‘eeÆ~ýx&™ÌÕØè…òu Ù» +&ÈŒ‡´ÏIØAj1ï°søAä/½9øtœ?í׌ãõ— ¬s#6k–i|dçT¨7§0ïØüŒ…ôtÓÎ.r>9ƒûàŸüCÐHL(„áB¤‚¿,†Î6X u¶…z™n‘¥ázMAÕÃ*\_¿OÅàZÑw%”A}aç2â0»õ9öõ‹ÿTäw"G(…>b³ø©Ê·pŸ0D7ëJ´×œ…X8—e•~T­´Î.ºÂ¬0~Ú{™òÕ=‹¯#b¹ë[1¬ˆmÛ0€#̇Œ¸†_£¤g=dpïèÒî×b­ËÑÜܦév¨¾¹ð/úvÝÓ½sÉaóúøéø¨>cë|̃6 Èr¦Km"ÆøV¥7šãpè}¥¡µ1]¿"¥ê·›%¬îÀ’Âpšrö¥¤Ú–Çâí¦ŸC{Ð+ºuÂàßT Â@ð=õ-ÿ˜â)æfÿ—¾û´ˆ»¡åwÂýê¶ÃPU »§ãû‚:ö@bº+ïô[‰Y_‡¢”Á´Á®ç’„ð Í¿¬8‚qöÿ5¼-ñÔ,rXÅd]]aé3É4sU9¿ÐÅÐT±/¯½[y9ö ç)ñØÒÇKsýîPת¯ -VñòàÅwÐÛ5/mœUõ»Z /°VHžTM51R°`¡þJµÿž½Úi2—ØTušìì–dæ„\éç¤æÖÄ DxC­ç|”Õ¥Õߨ½ :msÔÞƒÆYÔµ#•óŒÝµ¾Ò}\Òjb€õ17U@ZÈGf&€û•’ O°Ÿ¨˜î™ˆ€ -±Uäx‡Üf›êtp¢ù°Î—~Hì7©¾qN—(s~;À}!¯ò^ÉôüÍp}x5‘ GwÏΡOÜ=«@7 -DEDT‚K¤)(.UR„ É”d&ɤ÷ ¡7•õa;Ü;;*²–SAdmwç)kãü¾÷{ï«Ï ¼ŽYý„ç<ˆ]%­tâ@,µkœÖM@Ì‘nc”}O÷€¤RUo€«»ÈMì%‘I2;5ÄókÛ®À§è‡O22Ö ’0}Ð(d·Í‡²˜7-ÅàÓ’O†g`Av¸=öuª¢¸âÞÉþä2"Äý\¯7!“s7ðšÏéò9ŒìâÄåŽ9x¢)ƒªgÌChUI”!’_ü³Vó‚ï TZ‘¶8\– Ÿü«x54ØÉ5áÎf–l)w¢ñޤ²šbÇÇŠa}¿(úПš\Á½ÊXI\ tŒÿ>b7ðXÁ—YÈRÒ2~8ô›Ï<TˆÎ5ÏÑTp½³UñUõ¦K -¿¢q}”ôã¡#ê—â{×+šðy´kÒ|áìNB§ƒ[±IÞ iï Bò]±¡á¸Ýeá$5~kð¯¼hÊ×2Š"u÷T'²î«A)å¤b³´‰Æ|ÏØ-:+<Œb,t”DäÑy¥¾I;LzÛÚ77ÀÖ³•n¦¿™FÁt½2+J¨)O •*Sis%zaëgQþ{p&æ%p‘V#/øfßÐÿC°ÏÒŠ³/[AÇãŠDã][@á ]˜eofŸjÌ O>+çižÄ:%4å¼­'DîÒUÁ¡èeQ"‰€hÑ_-˜Ž$cFÛ»î ì +½sì¼ÑÖ²¡°X;c»ž¹C¥·Ô%gËwb3$sÕ-[ÙÂËrÿ`OÁÏV iêÛ ®D†ø´žBƃzÏöåëÊî´ä+)@ì›*s­¤ÊG‰,#¡:jg¶Ö—©ß’®$Ö|¡tICêŽå°žy³PÀå5uÇTsYÕmg’˶;K™7ó?Úè5ÇÒ'-qµ›—hu‹w~§I¨›Ü²^‘ƺHi•äÕw°…*Àâ}ƒ…݆<éŠfÕlV3ä‘_ÚTÐÓËÍU’У€‘WÕBöê- ä:vÅñÕí‘‹à_ oþò†SˆGg´§n–ë8}ôÍ= 2o²Ñ®Nw3¹¸# )º®j¦ºÅM -›½æ.¦ØÄ 8c¿ -¶qÎ2¿ŠÝ 'vذ–ÚÝ®hôüQºý ÿv^ŠuŠwÿÇø7oÏk;²mG´Š  ;#£CzŠ/G`&0˜`CnqMP_ÇÉ@µ¥]¼§Ôj/ýž;`Ý'ÌØ?cÌÌÙi™èé˜wJ-?/L"=Å[DQˆFà¡€O˜¤$¼FÖ‚ðK»XÕÅüܲ^ñk©‡í¥l(7Ô2"Ø/4Œãö¬ÑL‹øäÀ~Ð[®µm¼±¬ºÛYeV–ŒÚü –/ó­(Mo˜¯²Ð 4+åƒ1?("$Caî’,Ñ¥HXÝ"†òÕüE>84ó8oÛ´NzõwÎu¶W%ñMw­Ùz³Ãø m¾K—KwW©Þl¿/*?´ù‘ä/âß(©B/a g}®AD¤ ¾üÔ²¦ò÷¯(/¬êšW±,kvkDåš”‹ÍxUIÜ5ëãêᨳÆ-5þÔÛi-LN’?«{íGÓë½j±kÀÅú rõt¹­oS]¸¦sIMHæqWRÍ¥®½­‰ÓXçÖeFé ‡XáÔauOýäŸås€…~qðÒë.úžýÕ~’,.'÷.‚vøô̼–b #%ÚvÐÄåZÖDUëEìêiÕÛF.•mmXà‡‰ÚJ¼ƒÐM ÷YKO¬…¾-ëîYÎhÿÌÉôt‚Ü÷É3Mp;ãÖ›é\fTªî4w;µSEä.!×Jœç~½¢Ùœ+Þ ¾˜3Tg8ž†~*ÛØýº¶`¼-ŸŸÑâ8ÃËOv4 &Ú+OD­Õ¹ÁT³òTBæI‚ƒ~„É ¿÷ ï1×\Ôß"61z»lxbAfë9átű\€'G7r0:Íb|†zE~ÔfðS…Šˆ“¬„Á,:LðàmµÆ~‚’ÄéZ.OËÞJ•ּ،‰%ISÖ·¢ZÖׇ Œ¼®¹†1¨,ÅþÙ"nå-õß(øæRD¬]ÖçÒéöuZ4Iù•®“Ê?f6Ï“ãI2k™tÍÛpW¼&Ò¦Iþ—Z$¿€";Äkù -ÿTL…ˆ "„]¨Q÷í6¿9ÖfÜ•ïæ¢é¸éÿ±ãjCÒfË´âqìC¶,4²J}O\EÝ+§ “]x?æîÏÀˆ<ˆ0÷»kö¾±Ç—žëxظ*OÓ2ez®°õu‰S±&2V«ÿ¬ôˆ¤«+¥ÃÔhÙ’ÛðdÁæ§&à ø³®Wç²—¦uHš/åíl16N¦Ól7Í ]–p}|l¡¾U­‹$«ýå·¨djÉr;þ°Ü_‰Ö£s}þÏ@}x5} VÑ:QÜO‚ÎDƒõ4 -a©O#%åz -(*D[…0LBÖof‘= B Œ0Bd6FTÔR³<=©\`i‡8¹ûþˆïùZÅjvõe˜ƒI3ôyqƨífnÂw­Þ¼«”—õ%àÒ{'J _Xþ3ÜNˆ-Þ®ÛúÕÒÄüƒ}ÔÚw¢Elgÿ)è¿i=3põb» -¶&|ײÁP^ÔÕ"#¤™ê}hK¸—ýßB8mÛ/âò»„™þߢE¦´Þbovæ%‚°"-½{DÈ¡–¹@!5ac³N«mÖ“Þ;bEóÃW–=¥˜E§Ewñ¤¼Q1É_¥ç‰‹}ɲø+{¯ÛO“Fîº$m¥ÊÚ~”îHXÒ´Xò+åNM£DKzW-I -_[úJLàª%kð§óü²?ú÷êz³ùšÔùÙÃì£ÕwÒ¾é|¨ºB=ø3¬¼«§øƒR{aHD©L“k½K×ÈžTÖK²}x±™*­ôŸÑÍ•®ó}®•ØYŽ>“ÞƒVÕ‰Íå'·ºs<ãá†LM'%åÂjµžT[ѤÂ>•P•§F«§â ÞarʉÁ¹‡e˜½ª-Ò3¬ˆÞ{y‹hѨÉ+ÙØêgÀÆï¨Ô :¹9n’´b¹6$l²ø’º†`- «6âLK9 ò½¥2G¶(k¬7Âú%uº}ÜbLŽjQåÇMÖï4¾yWýPÿŒD-ä¾ -»_¼Cû‚Pny¨~3 -”¬9›[1×”‹e–¬Êžî’ñÔ¦ödÛÊ¤ÙæÏÖÃqêŠòM1îjŠÙ›´ÇþÎP6dsêü µ–­3pŽá£:2 _[«œ‡ù¤(’ûdQz¾¯¨I¥¹^•MºÜ,)ÞǪÛ`1;†,óIßÚ…fß°+¶ ÃBkþXnXàZƒV“0¦%+»ý°Šýr€ù¬ûµ34Õß•[IK26û—5ÄEÖ¶¯Ža:Ò­NÒ"û¦üØ°î¢»Æ Bg¾B§ÄÚS_5Óª8¿Còò£Tî=Æ•›^¼‹Y±].@ǺêŒ÷q0y¯Á7\¡ÄUó&³6Á4ð@r9²Ê¥lG>·CP7òWÅ7óIÖ³!÷à|ÎLé¸Ï} -ÿÛaä Qæ$ ¹›½ <Æ4tš¿ © -&óµ14$P°,4]*@qtZðþ÷YÖr‰éú_ìD Æõ”#În©å‚ÙÇcü©÷&Š ¿k&p-ð -Ö-¯ó;»÷\TÐ.Lƒs^Ó¬­=‹XûRcaŽ÷p»§|nš;·ø›ãM<²åKÔc|J<>ȹƒsÛ”¼¡™ÌçWRú˜ô„¾œú¹ŒºŽÖ¢6æý–{ê:¦~#ôö™êxÚ,Ça‡Gp_©£œ1OE -:îWhR÷¯Ï™57e½2úªguc¤¸# Ç™¦Î*ÕŸYí+!{m]& ᜬª>6Ê-/ù%ŠÁ{c#n©†e¸Û[í9L@Céµýd4–ùSó6”ÍšWú ZÏFsÏ¡“œ·|/~ ‘!äg¿'>æCÑ'‡àÂàG‚:d»Tˆá“ní†÷€aî#°|Û ¿ƒ*J|X8R;ŠÔÃÓHê4§ÿ„ÊгÇgø ø+¢ø2~W°H0G]&&†–ƒ%bcßQÈOœ\B6ñv¯Ï×€°QôV#ËE¯Ò¨ˆ]4~|3.‰Z‰‹®ãùgEv¬7ÿ£¼¹HT{DÀ´J[; ª•¦Â/Ð2E:*‘?„2á]òu4<"‹?–‚È¥:²Ý)q=DG²aWðÅâ—ƒdÞ“¾ëàaè¯ úV5”KUŽÃÚßÀB†’*…·«áI%™ì‰TÉ]A%h¢Ì»‰¿X’xÃÎUÛØ»ydë}gï­åDP›ß+.€»ŒÀ~pLŸžRUäâ<à ÍóÈd»Ê”޼P°h´÷zçªÈö!®ÃþºšÎ‹+iÌÿÀ{[¤’U^<˜œÇ:÷Új¤ÇÓ¡Oº”È x@{$h"WÄÆ¡DÙç³ÁÛ%âú×,tìâÞt,Í»Ãc–ãdf`KI"— ¦Í.sÏ©õÆWÒÏÚžh{¥µÍê¤,¦Þ-c(kyÕHܲ^•E…LÊ1 y{d7ëÖ9_…´9•+Yx?ÿì|\Fò%»“î™óÏÙ-3ÛϬ̟’îéXHþ)[Ôü"c­ìf]k\dÖqcxˆVÎ?ó6Í>¨Oqn…"5f+óàõ -ýÅY䯇ïwúÁ©Íµ[‰ûiÑú1BH¿ÃªŸÌ™'a"Ø_‡?È::_“?ôÎÄ{¡pç9ø ¸],ÅëPÏ‹ˆ/e/ÛâYƒÕ8ž*×ÝŠoÎÞÂ,Á—B ¤&à 4_^Á}¡«À$Ïë!>rº€›aóÅ9øBìîyG€ƒŸOæ‚pÖx ¸€Níêgð5ÈxÌÀX\ XŠÏ In¸“W ˆÄƒœ‰‡ˆ«€€ïíÀ¶òñ-÷0WÎX¹sdäÂ$¬iÀœ4ýS§ÇcÅbèÈà‹X>uqóØ9ÊÞi6I"âN`AœíS¡‘yŸpCwå²åhxŽYÞ4Fˆ4]µ6mU(Æcg gxc°5:Í…oF± ¬‰ÓR,•.aÅ”¨×Q¤MŸ½Àµ,i8úEn?Ò?‚»!Ú«GF©œ«û$¨“ðËNE•76[ ýüÇÿ¡ïÙâ—˜˜†Îü¿¬xÜx1),5GÌ‹þÌ)El `#²MšúI×ÆÈ‘SšAïÐy9¶ž=h„*Úñ2ªã ¶ÿ@Ï0§Cay½ƒ-ÌÔÔ?uF5×”íǼàkEc©"xº0%zñÓ½ ’!ÕyrÏ$äz±Ý L²¡ñlß©å°EkyýkxESbQl_/²`·ê4Ž«¨H „5%‰ÑËà†•Sˆ‡nÔÓ)Ð@Ž$òXÙ®C-¹¦®·Ðð©gu ¡Ëcç ‘• -zܰa³ZŸÃ…ðÚJŸ(æJø÷Â9WŸüQÇX¤DÝhëƒÜå¡ÎI¨îüòã ‚žÃ¤é+¯@E­É𠨯¡åðLh¼æAÔ|ؽ|*Ю<ö|ÄD7Ḡ‰ÏaŒ4(D§ÍÆÃž ¼6ua‰ §?rQ}ŸíNÁÌdÆ£T?æ;)ÝIƒ¬YAó©‡rÞCOùB_­ñ"OÁ9¢ä*Ô£Û‡›–Þªç¹e²E%¬V»Ä(å0êFßÉÞ²Š^ ùF]¦*a‡À=ÔRÄÂÚÔ#×,&¿AGl–G±ë+`ÎÇG˜›X̱¹Œ5ƨæÐVŠÌ¥c7ÛR!`ÑÞ)r„t“  à‡.â5vxA°øL_b¾ù»YY­'ÝËL–Ób&Jq‰è ÐKê : Ù™d¨'{×Ë(y€q–2ýa7Kj®3ÉÅ6)x QØfE§ç4WwSÔ™.T¨àÄ3ä€r<{˜ôW ò Fùæ= ”ÓîÐ6}ÓGü6³Ý¡gh›||9ÑÚEuè;«‚(Ý•£·É¶ü{œ?ù½æy/Ñ‘kup'á§ŽØ}«ÒìøoQôoªÀc¹IŸË~kÓÊi—–0ʪ´ÝhJÖ[éI;Én$Êô¿e]%œt±HüzÞï»gàtnÊv÷&6ƒ·ÊA%÷Âf82ûN˜‘5u7È5Æ4­@´”KgâûâßdOñ~CsÒiÔ4ñ/…9¥ÊâÞSnûóاä‡]æ9yÂ7‡~GƺѦ¤…$”²$.‹lÉwœS½ˆ"'e»ŠQŸV%ŠÏâTìOßÎyóñm¬+'„Ýc¶³E¾óè$¦Ê•¥Ý$ñ ¨^QQB^©]«òÕ-6î¿L›j:l5}Y™°MMóƒ®.” '‘ü“\Ì”Šb=»úµ²­èda»BeHUíãã -¬Ñ眛îü‘ Ö%Ÿ³bÜ5?Б9_m³¢Õå¯I½‚—˜uÜ.Q)^Áˆª”ÞÆ¿¦ó¿˜À+ÙzÑksm5“£fG¯·N:J¡RIºœ•i:¦cîï}ÏÌwΦ¦ššLe…}I^6,ëÅ*„-äÍzÙ>Ú%©X¼û<¿=‘&=áfÍ&“±ñÚbé$z«º¨°¹a¢rÂwõÍ;f@cìÙèh‘êÒÚvp uÛç{v+ÃÐ¥¶6âcÛ÷F ~³9‘ˆÆêlýÒ™h‰5Hð#Rh9š}.3/N΃ô†Òè@°‹ýaí.à¾ÊÅgPù;)õ¼§AÇÕDw§—AŒþønlgÛrÉ?Qï#/NˆgÃñlxeí¡¤çÐF³CÔ-0O¯[û5€kVø\TÚ©ûž/ÍX{IÈÏšôuxÜ©)¬sû.\ ##G3‹àa{q ýÚPœ$¦[¢Ä ·É-xØÌNø´)óéOžS -!¾Ñ–k-h1‚½@Ou9Â=R'¶ hLЩfJ´Ùbæ´($i„+»µ «( ú€³bWþ6Mrã„d'ŒòÒ\Ãr}¬È€hƒÊZÅ£š´ríáÓ*¶B›ÕHß®lHZOqÄ­›~!*%AÝØCéþš âì„{kª!Lò³î‚n…t:Îò¥ƒ•ƒê=²ט•ù€š”OKl$ÓåÂM‡ñ+òÿÁØE9¥ø…S ¯R -ëÆô¿V¤åC>ÈuM(4«âžJvæ?£{AEæBÊÌHt&@ŸMspð)( ­îþ%ð€Óœ»P3ÐXkÒe‘zÖ—Í"þ€Õ§ü6sÍŸF»c…{RHíØ."¦#O7Z1™´u£øpDpç@KÀ>Ëam'û“f¶¦GCA¨êêÕe}ŒcÏó¤X:|·™ø“Jx‚+ˆò~ØWøœÀLjmä÷®H,wH@5[´U“ªšHÓRP£ÚgðMÐÇ´ïåP 4c»ÞˆêMÂnÜ™~¹áZC> -lE8x?ÿ'¨}ÆÝ :Ã遲Ø;V.óNý°¶¨c¦j\DîthUâÁ&²ÅptW -±Tç?€Ѥm(Gý˜¦@ÜENð» ux.lÈs 6‡Òãê¿â*팵aai85TÛsà)S-Ëø?gò‹OÄ¢t÷78#ýšÂ@oxó7~8D\çbQ{U0ØE;ªCÛÎ(~fR›§—H)mÑ@bª~uÏ« @ßšVEGSÀo°“j’¯uÔlî¿éØ6S¼æÍi?*Bõù„ƒ‚ø;Uü„JnùÇþv⬭6ýî]÷gœí¬ˆÜ‹l0äœþ£±ñåàz·Wyë7=®O,8C=² 4Š“æNa\I´‰[ôëþßô-%Tú)m€($Î[ý°l(¢ŠÁ+0ÿdjƒ8œ—J,“:ºwa_ÊŒ5µc¥3ÈîšÕ"ùñ*²lcqºq^yØþEºcñé3Ø­•‚m ªÏb4"‚î–Øü}I@zƒW€Ïô˜‹Æ*² q–K’¯ ¼z±¤]Vc¤>EBÃ)½/A{Y昖¡)–¶yªüånë_Ó_È[üÿNÜQ„ñäØÅStÄ®¬ÕSstÄš—ƒs¥£ø(¤õÁÀõ½û -øWê÷j;йµ™©šÖÛ©TÀè7AZƒñzd!p^;VýŠ˜Žm¯JË%zÃv£°M'Çfå^cƒÑìTÕ{äêÖoéûȲõÉäXêׇóL¨ ÚáñV€Ø7Õ!ê^t»é¬ê¸ØjØÄTú´/hÏ\'M+9²³T%$Îoi§p8üŒÅøÙñoPW^ êOpæCÏ çšQóE#‹ì7ëVÞÔ÷èœ µûØe9‡4|uJÊ3Á¨·DRÔÅð“ÄebÔÀìø -^B¡¥œH(¾§~kά‚eÆÛÕŸ+&õIU‡ÓطƕٗÕçt=)Y ÉæÄÞ¡„ªwá¹D:ú%b!$‡gF<°{œ|ð5bW;šçÚF!­QÜðmÅBÝd]L†ÕÕDd»ªS«¢wÜb¼ [b3(gíÚðYø”ÚÃo:@ÏãÑðƒÀZ4CåYÕÕF‚çŒ>Ía剺v[_þ6Ò’%SiiÙG÷™c^“]†ía§p;K¬F ¦'‡…d§Ü„Ž1ñUOÌg^¶sËNê -[ÝòØiMãY_¨~°ö$?§ c!EUaEx®®cÍ4Z½“W¯¦ü9A¬¾b.h,0–…Xý…ëó.Y>=ÌÌ4• É<ã5Qäæ:ÝeoB]5½;ÃÌKqáÊÏÔ*éV7 -/—§PWŽ%=ÊÖÆˆÒ»"a½£èYÞìš‘²?öœ«ªpI²îWFn^§„Õ|éûº«ÿþ÷Œôr ›½‹Õg˜µŠ°\9•ˉ©Q’䈫F¸‡¡;þU†—1¢Š…˜'‡Ù„®…ƒ×‡ ¡L”`|1ž@’»q[›5‘f€˜-a[´•GËQ’eŒ>FdЍ;njډ1‹Š‡ƒ'Ÿ‡V†>„”„³†) æš {fјxp¥šÀ–JeÞ—¶”[)”Ñ‘îP¬‘óÑF -§;‡Œk‹z1j‰£‰Y'¤†ã‡Tl„…s…V • Íz”xž9oÜš_›”e-—N˜ÖZ‘”h–&P-‘Š“vE¢ŽÆ°;:Œá1<‰?‹"' †~ˆ‚“ƒº†„† 9¦úyÒ%£åo,š ¼d–öxZ -”š8O¾‘0–óEGŽn“Œ:ô‹±1ˆêŒ¾'š†+‰Š³ƒi†¢ƒÇŸØ­y-œÙ©`n™Ì¥ d–¯¡ÓY“ÆÿOdèš#DþŽ'–:¼‹k’0Ž!'•…èŠg̃(‡ÿ®‚mpwuª^o"lã¦apÄbA¢žrNWÁžðsöMx›Fu¯Bô—±wc8‚”$y.q›zå$¶*|µu‰Í~¢;­&sêvÍ©%u lP¥Evaº¡“w#WKôxDMšVywB³–Èz¬8g“?{ç.}º}-$íŒO~wÛˆö×€t¬zWv¨zëk¤¤C{ta, {ìVÖ|†L»™r}3Bt•î}â8L’o~™.‡ŽòX%‹€4ˆ:€ð¤«€uP§€¥jù£R€°`šŸµ€©V[œ%€ÁLY˜“€çB4• -80‘¯0.‘ŽAa%GŠã ‡–í~æª#†Àt˜¦H†SjO¢†…Û`ží…SUÞ›b„çKõ—Õ„ˆAï”g„!8‘ƒ¼.“˜ƒb%mŠ:ƒ͆ë‚ã~9©bŒ®s륙‹Êiª¡âŠÖ_užI‰ÍUcšÂˆßK’—:‡ýA¨“·7èh†+.ŽŒü…L%‰–„€†?ƒÊ}s¨Ò’†sD¥ ‘$i¡R°^÷¹Ž"Tùš6Œ±K=–³‹JAk“I‰Ü7Çäˆo.‹Œu‡%©‰ -…ÁQ…­„”|·¨\˜Qr¤Ž–uhˆ Ô”ƒ^u8’sTŠ™·~Jã–8Ž‘A)’ÑŒš7žlŠ£.~‹ýˆ¹%¼ˆ†è„…1…C|§õž qõ¤#›Ægç c™a]æœÁ–ÕT™A”ZJ•Æ‘ä@Þ’a\7kŽýŒÑ.g‹ŠV%ƈ$‡ù¯„É…Ú{i§Œ£ÅqY£Ã ügY ž]iœ[› S¦˜Ü˜ J+•d• -@›’‘ï7<Ž ŽÐ.P‹3‹Ç%̇ˈåÒ„t†Xz̧)©lpÓ£o¥ûf柸¢]œ žõSP˜‹›mIå•—ã@e‘´”97ŽT.>Šé%чƒ‰©î„0†¾w„¶Mn'm–±‚oÂc·¬äqPY訉rËPJ¤=tmFñŸòv%=v›·wÞ4 —~yž+0“B{d"™ }|‹~èw´ñtAm.°OuWca«ÎvcY˜§w_P£@x€F¾žþy¶=ZšÅzõ4–‰|=+O’M}ˆ"ߎ"~Åꊀ v~³ÃzRl±¯1zåbòªÀ{oYA¦‚{êO¢K|ŠF‰ž}>=<™Ý}ü4•©~Ã+k‘t#R€MI‰Wuë²¼€;l.®-€\b©Á€qX᥋€uOu¡W€–FQ€Ç=˜÷€ú4”Ø2+„´q#QŒšµˆ©‚ub±Ð† k«­K…¶b¨ç…QXw¤¶„ÚO …„~FœL„/<ö˜0ƒÝ4”ƒ+™ýƒJ#…‹åƒî‡õ‚ètో‡k(¬ŠÄa‰¨4‰îX¤ˆüNŸ׈'EË›£‡_<Ì—‰†”4“s…Ë+«T… #´‹7„X<‡Bƒ¾tG°gïj¨«óµa§™ŽdW¨£jŒõNtŸ@‹¦E›Šd<¨–ø‰3ú’â‡Û+»ŽÂ†£#ÝŠ¢…|~†ª„ws¶¯Ù–Ij*«e”™`¯§ ’ÐWG¢ÚçN#ž´EQš‰_<€–s‹›3é’^‰Ù+ÃŽ?ˆ%#ýІ†¶†)…s:¯X›‘i®ªã™z`9¦…—CVߢN”äMÌž,’Eš `‡k½2mñ†¬Šwr`„±y¬sÉ„+h²u7ƒ¢W±v¨ƒFÑx‚~6yÙ&zïÌ>jø±»fl½ª™ni‡™ÛoðŒ‰(qpŠËxrï‰gÄtrˆ8Vöuö†êFPwy…’5Çxô„.&&zr‚¢ÊŒj™Æ¹Äkß—]©m—• ˜ro-’݇æp¼ÌwwrKŽ¿fßsÚŒµVHukЦEÜvùˆ‹5’x†k&Cz„ÈðiI¢Õ¸LkŸ¨§¸lÝœ—8n€™˜†Ïp–¿v†q¹“èfsU‘U±tðŽ@Exv‰‹^5exˆ€&[y§…eÇh¨«Ø¶÷jy§ð¦|l<¤–mæ Z…Êoœ¹u¤q3™earØ•{U't|‘×EvŽ&5=w¾Š{&pyW†ÆGh-´»µÄiö°-¥Tk´«¦”ým_§+„Ío -¢ÉtÉpµž_d°r`™óT¦t •yDÎu¸í5wjŒ`&‚y‡—Å®vsuoî¨kcŸq£¢ISásZœDTu•Ì4ávèŠ&œx¯‰0É$xci»¸ïxÊkרšy=mæ˜yÂo݇…zIq¶w zÓsŒf^{quSU£|wE|ÌxÎ4g}‚zh$”~L|2Çv3s0·vÙtV¦Öwƒuv–jx2v†xáw¤uÎy“xÀeTzWyÖTÏ{&zèDk{÷{ó4|Ç|à$¨}¥}æÄòtU|dµu(|¤¥ uü|ê”ÞvÑ}6„¸w£}t«xu}ðdbyZ~QTzH~°Cã{63×|?$º}ÂírÛ…C³/sË„·£^tº„9“nu¨ƒÒƒ{v“ƒusŸwƒc„x|‚ÃSay‚‚gCkz‡‚3›{‡„$Ê|€úÁq¡Ž!±prªŒÍ¡Ås°‹Ž’t¯Šo‚Bu¯‰Xr“v¯ˆBb¨wÀ‡/R·x؆Bøyï„ö3fzþƒÁ$ä|‚q¿op³–دÝqÌ”½ Krà’¼±sêåt÷qvHaÓw&‹}RxL‰­BŽyo‡Ð3:z‡…ç%{›ƒÙ½éoíŸs®vq œ Ÿr'™çŠs;—Q€tU”Æp°uq’6avž¬Q‰wÑB3xÿŠƒ3z‡ä%{8…¼‰oO¨­+pl¤„Ðqˆ¡Žqr¢ÆsÚ|oÙté—+`mv “ÞQw^ŠAÞx–)2ðy‰È%7zã†;»Qn×°ˆ«÷oê¬oœ¦q¨\^r¤T~!sA Notjœ<_Áu¨˜&Pˆvî”AŽx0Í2Íyl‹•%Jz›‡8º9nh¹ ªêoy´M›§pޝŒrq«ªÍ}MrÒ¦nNsþ¡._.u@œGPv—LAKwØ’@2¯y#2%[zaˆ¹FnÁ‡ª -o¼ šÙp1¶‹²qN±|¡rx«‚m¹s¥¥Û^¶të OÅv>šIAw‘”j2˜x莔%gz2ˆÀ½l~ói.®b~¸k^Ÿ'~“mtž~Žo`€~”qCp˜~ s(`Ò~ÈtþPùvÏAI?xŸ1¶„zT#Ø|;»~|Ër -¬“|ÍsTw|âtŽÁ@Sg`¥¥¸ñœÕ²TcÙC‘)Ê - -A¦äå½ÿû½LV aPAÖ9zw¶‚XÔS[Zzâö®**özí÷•̃VâSø ¸]r7Oó«Ô;ð¼lW¤¾ ~£xÖáLã×Á€/á'ÎH°¹hwG¶³©ÄH¬\£Å®€™P–<7¤Có”ßÁUX¾»â«ýày¼É9âŸíÒñ6âÈ`¯ÌÈ„7“ýĄ݆́ÆÓ}j_ô, ü±¯éÍ9II[¤±OÔýˆ@Möý .£ óh v,¾žü¥ÿ-B©¯;„üª­þ§,Q9¢œ”]U a«Ñíòñì4tŸNNÃvñÖÉØ3ÎÇ·0ìç/á2&Òîl§}ûR¥|å,ÓsdŽ6ª*Q—§e%“¨¹LYœp¤¯þ!©=©ò¿Œ%*:|]€™|®Ó¿A=—b7 -…LÝé7’+õþ­ziDÍ-½£ôfU¾Ü€ÄëæË#OµßgµÊ¤e ñº®Ä=<}¨žô™À*”§ `³<Ðîboö4HÜ[ Zâ%}Æ$¹t›!ˆ¯”~W·Yì«Þ*ºƒ¼Ñ¹$î•׺…]CsK·øT`Ž[§fì¦r‘ýà÷¬;]|±KÕì qm\1!é7må”ÒF©ÔCz§aH´×ÎO8!Û¢‹Bgh Ÿt¨¤Å‰ÂPÕýr`Íß>$Nî3W‰¯u§jŸKBº²-’[ÇÚ$9Òü¯ÌTdžábÂäZ­gès™Q×à3Í){甎9iBí± ù±“{Ä_œokòKÿ¦]-~wzy.¡NÄ—¤+Ú‹2nHZ\â;¬a'fòÊëñÿr·ã,ñœ}ˆ9±yù¶Ìqa/±‘~`‹ÎôÂãוֽƹ²%1xaIiÄS‹Ž>Ä£Õ—yã᪼}‰xºÒ2Çyù Ï—¸‘Vá§ØŸm›ðn&µ}1|R^ÛǪ܋·ÀK:kÂÏk?LÃóe“é(¼Pò"ö[øHs?x6¾@uÅÓˆ;)…¾o³½€ogÕm#0Ñø— 2ì׬†nu͸ n®þ¥Àzè­Óþ+2cל²Ž]zØXüÈs¼¤^)<(lÇá#Ng2‚Éö³ÕqඉVÏ#Í.°|oÍ£u™iæàVÕ§5œY)ßõ ÜVnæ9¦K…;!¯üŸí¬äñV%¨éN®ŠDW¥jÈiï?ŒÖÖ<ÈkÒLX}~Œ0U{w+Þz\„óJMBGè¡Î´›£ä;ZŠAÄà´.½¬2Ø|Ö‚¯;üsß{r`ljª® uÍA‡V_íQ †ËË„KÀ´Æh·®‘?móÔez×lPÛg‰Õ/•¯³ux¢âQnyþˆ|"_•É?=ªŒAy³"IŽJ¸¿bS‘h`šÑë@úµU¦|QUŸRYp[¥WÐ….ÐQ^Ut4ï,NüÝÁ î±Ô:ú·‘-fãeWÝ1 Ø_2ú-Ö•t |×2Cé€lÖoTlD^)·ÊýeØG>õÏà:Ñ÷Tì¯XOôÖdï¬etÐÁ=“~ Ÿ$t4^e}‡ê'RŒùòGÄûÊþ3ù•|œw ¡×¹Ã䂜^öi·¿—ùHúGå2‡É„èq2ÏÝ™Ž"YA5BVØ,£\ÉÎÆ{ü˜\_±“ÿR¾€×r><*;Á*¹±ìæ>’:θ²#{‡é^Ö+°Ÿöf:ÜÞP˜ååCs6¡d5e8ÄÏ,™,Åùßã’XNÓÔ2·ÕEG†UHêBºI¹n¯5m/ÿ=Лêç‡ÝÚ)oN+ØGžeÓl$¤ãÒ°™ Ó”²•ÝìnfBûPÚÅø”}Êš¢;JRRèUŇ÷h©vuEÀå£<ç–Eþ ,"wñ+mêˆ>vo½%{¶á^é;«0aLrÍ|É0ý­^% 7U®Lî¥ÚÊÛ÷XP®¥ŽÙä M››¹_e/ØBLÈûmΑ\Dí;6ÄdYÒÌ46»ÑÁôoâtlýFQ:u¹fEòÊO7‰’7´ÿÚ1M)Õ¹Ž5É‚å¯t·Ã?òjž1S]aÅ]LXûJD›LûÅKi3cOæUÔð! !_Ö -"g’¨>xG=i¥u­#ÚJ26|&ÜUe6ÿÁù'ÕÓL_¯FsŸ™s*ì£vúýÉp}04u vèÕ*CI¸i!€ÆŠ‚" .†¢JA‘„Ì—¼½3^{ƒ Ö…ôÔºªbEz¯Ôr\U´àj{ß¿øJÀo¿Ìñšè=³ô-u ãëô++å‘qº>ëO³u&ÑÇÿÞÒ]žï=T½¶èsVš\¢ŒGò;JÇ Ë -›F0iýžóôYSü0y¼Äñ‚H”ã«wâ -Ìo½¡b<Æ‘jÍåJùBÑ–5>;T -î3DËž• 3wKÖåHhYiEêå\6+>’èUdG0¸Fymµª^#œ:kÚyQðZá`J)3A†ÃŠ@½ýH9¿ø}FÙ{ ”: ÂR×îêä¸SøOADvZóZüŵýBgä p˜g†·ê,öV£ §FY¦˜™:¾ì{ªK·v¿‘,Ò奨]{œî¤Þx}£wßG~ÖozÀwôoêÖß°Åþ^$JhoÑËÑ C—ɇHgöI¢‰‘tã¹ðo±V,&7ÊÑD˜'î@â¡sBO8’ðAÐL«›Äô2ºŸþCsžÊ¡Ý¤wHÊ1kÿ“ü»Ä »M,ŽuD¯âK6~ˆ\lj‹áKè"árè_ˆ+?¬…Ü8Ón¹ŽçÓB®@ÝO^3=“Î&lƨ,_\ÊM–añÌG1,C)ÿAˆâ(8ß \…¡üB‡›‡~UVHµTÜS‘ÑöïŠÄÄb+¸¯{ÉÅ$=B‡L.1‹‘ìPx&ì¿1Ћ¼É¿¦wÆXÃszÖ‰øi;Ú¤ˆ°¶¡‚ÅøœæŸ3êѱú¡ÄÝÈÍê³Û~€o——mÈ€†-‚U™à¿ ¿úÝ×RCüuwqWãpÕùœ¤¢bu.©ô³ÝÉo+PX: -2®™ÍÒ¦Äp£Vv|[2 –YÿÿÈß&;] -ŸP ¬èÀ‚µ–8EvÞógJÿôhãÕ¼ÝïYµjrk}Dý ì'rTs)ø$á©ýJЇI.tä¢î -#°Ûµ0К¬½(wåÂ÷Ü>Ón`÷ç€A -´îNaXÝì-ST¿NÖHzéN7â -ýÁ: —{t ú ê½­Y£w±ä J]ÍøöÁ £Ö¦g›àð]_ÓWáù[ô”Ô–Lh s0† A)‚iôSÈßc¶@ Èqëê‘n)×N”|bj%óò }æÄ¼ÇÏïò¢EØô'ÇüÂæáã¨$8Û‚}g Mð-ž4{ãVO³ -q¦°âtÓ\ÃxN¾a%«Ú+c -·„fêõíæ6ÒL ½„àÓÁáèu¬Ú×ñDãxI Y‚¿´ÔTÌÕn3ëí2“´f8ËãröÜ£'L% žTܼà,T…½¥ðà¥h -aöý| -;Á¡ÈS|ŽE\§Ód˜—ÔDúÒè\ùËþ)vmyöž•´ÆúxgyKŠî'Æs¡ÿÄ,ìâ ä%¥¼ãðßy-`#Úˆ-ãúZ&Ô¤ét“PúÊÐU¿u<3T³>µ™^^é³Ó‹ÜoŸ]ˆßàº× bkÒ £H-$øô–\Êëwa¡h—u4J5`Jk‘J 9-YÙ—ªáfªˆú¡–¿ãéV™ÍÃa›j}aƃ $‰=.x£y÷À%ØW¨W“ G¡jª÷È5KçÖä×eoªÌ,¬J!ííÒ–ø)ˤìëMóÌ)%½kÝ ýòë"’Ù¡xêO>W»-'ñfm1Ü`*Ú®¼ZÛ(í-Š®ê—‰³,¾Å­’ßlX©w¼’•ŸŒ:eJUˆC^°•="]¨NñFHWíŒå“ØpÖ‡•¾Rܪɕî¯Vµ:‘¤¼ B2“lPRòÜq(2ö¹I…D¶°w ïBÚ 9‹8r;äàýw‚æ®ø„\õá5I?ù‡•vB7j‡ßÈøÂªÁ=’”Ül ŒUit ±Øìá‹Â.º=Õ Æ´Ò˜ŠW†OòBì©Ìt†«e„þ.ñ­¹ˆªŠ]hœAÊ#Þ0_±!s¨ÜKT@øcs|<Ñÿ “ip3< h«ÝlЍ"ÏÒ—‹Ùú9÷t%Á”‘¨0=5i6@ÌûˆÃL(¹æ{ò’íÀÏà÷|üÐ"lŒ|£=ZÕT--î,Y™}°×–T¾ùóAnð/ÿø•Uèo’ÓL.Ž”BF‹ÌŽ@8‰’‹å/#‡N‰˜&%…‡e³‚Ç…e|Ôš.¡prî—Šžèi”òœK_>’l™“Ui–ÎKÇ«“ÿAñ‹n‘8=‰7Ž.ù†õ‹,& „±ˆkÓ‚t…ò| -™Ä§orF—0¤á’M~Å5€\R,‚Œhè#׉|€„«†«)w„¤˜ðmê¡!ìdTÑàZ¼š¹ÊQ@—ÉH”}Ó>¡‘‡×5eŽ Ü,‹µê$ˆË‚ú…ü‚%v×£»‡×mA X‡Wc·†ÏZ4š†;PÍ–í…ºG¦“Ö…B>bä„Å5Fþ„J,Ž‹ƒÕ$&ˆ#ƒj@…Oƒv£’lŸ°Œœc/œo‹™Y¿™^ІPk–S‰ƒGW“Eˆ†>+W‡ˆ5*r†Œ,Š„…—$D‡“„®{„»ƒßuU¢|“8køŸ‘ÑbŸ›ÛYYD˜ÊŽÉP•ÅEG’¿‹Ä=ïÖŠ?5Œóˆ»,…Ї@$X‡…Ö®„=„“tµ¡÷˜ÊkSž–—b›S•X¼˜>“O’•?‘F©’A =¨^Œù4ÕŒ~Šá,o‰”ˆØ$b†§†ç؃ԅ.t¡užYjµžœaušß™µXD—Ç—6O.”Ì”°FY‘Ö’&=jŽ÷‚4©ŒŒØ,X‰4ŠD$i†K‡Óûƒ}…¯sT ü£Öj(· ìašüWã—f›NÝ”o—þF‘”ñ=7ޤ‘Á4…‹ÊŽ,Fˆæ‹z$n†ˆ—ƒ8†p ±)i‹gC¬Èk]ÿ¨˜mˆTÖ¤±okKÙ ÎqnCœés…:;™už1z•Ww¼)"‘ŒyÞ!"Á{ó–Š*~ p¯ªo fË«nq]¡§[rŽTƒ£„sõK–Ÿ¯uzBî›Øw:%˜x³1…”Kz^)N…| !tŒÈ}¡‰>;oƒ®Iu–fMª(v”]-¦,w‹T%¢hxuKLžŸy{BºšÐz“: —{¸1Œ“V|æ)vš~!¼‹ë0wˆp€MnÔ­%{de¸© -{õ\®¥|{Sº¡\|ðJ÷–}|B~™Æ~9ï–~³1Ž’sU)˜ŽËû!ú‹*€žÒ‡½Dn<¬,2e-¨D\4¤&NSQ sKJ£œ²\B@˜çy9ΕB”1‘¨²)µŽ -Ö"3Šnÿ&‡‚/m¼«L†®d±§C†L[Á£^…àRퟰ…fJR›÷…B˜5„¤9¬”“„H1ˆúƒî)Ì[ƒš"e‰¼ƒJq†Pƒ -m ª‹ød5¦‹([]¢±ŠIR˜Ÿ‰WJ ›TˆxAЗš‡£9Ž“û†Î1ƒc…þ)àŒÄ…3"‰#„p²…µƒÉl’©è‘2c»¥êõZõ¢Ž¥R>že=Išº‹æA˜— Š—9k“o‰G1wÙ‡ù)ëŒ<†µ"°ˆ…}è…2„nl"©P–`cD¥O”¾Z¡p“QÜÅ‘*Iqš#[AX–~‘9@’ꋾ1`W‰ë)ë‹¿ˆ&"Lj'†s„Ä„ükœ¨º›{bΤÙ^Z è—-Q…:”äI*™ ’A –Y9’xŽ1KŽé‹­)é‹U‰l"هŇG;„j…rk¨1 pbb¤K¹YÈ y›Q?œÉ˜IHð™6•Ž@󕦒Ó8ù’1:Ž0)çŠÿŠ€"ç‡u‡öX„"…Ñf¹j”]=´€l1T¦¯ämçLY«LoÁDO¦¨qÅ<•¡ýsä4Òev -@˜Ïx;&”4z`5•|a¹‹J~Teß·®pM]³0qkT„®§r§L?ªt D@¥~u—<” áw;4âœHxò-f—®z²&S“|f•ŽŠ}ó8ŠSse”¶Fuá\Ö±Ôv‘TR­_w]L¨èxQD(¤_ye<ŒŸÈzŒ4í›7{Ê-‡–¦}&Œ’~Kéžf¦‰z€ve0µ{o\…°¢{¹T¬7|Kå§É|¢D£?}><|ž§}é4ñš'~-¢•¯W&¾‘9€ 2ŒÐ€¹ˆ¾^dÏ´ €Ð\4¯Ÿ€°SΫ3€¦K­¦Í€»CÜ¢H€ãL-»”Ó‡&ïhà wŒý`‡þ‚9d}³)…Ú[鮾…PSŒªV„ØKr¥ø„|C±¡{„5m{¼WX]e¡GO–“ÍsÃúŠ—ªC®X:õßû}6R´·|Êt+ÕjOPõH™Fh}’ÇA&|1œý>ûSƒ…K¦3m3<³]™Ê@¿€ÎœÙ,_è¿üåóà@z.„=B1òŽˆàO°÷ýF?{Û…@–‘Óo¿Áåí´â8øgäãݱ]œ@ð’Z°'j@ïtÚ¥÷vAvË—´' -OG7¯Î\Ð_Ú–}ÈNÖí£±«yâù Y¹xÊ**n=ÚÀn±$ Ü^Óp”œ?ª¿ÔNi†¼ƒyŠÒŽœãŸÏ?hZCÙRr-ëN‹%ŸMo˜E0æ×¦¡,Šæ£žìðâénªuST_h<ÔÖç#Þ»à!¥äbýq^7©1™âtq¢Ä)+ûl¡ö5§5TXF/?5Âr0»jÓœ—ßÙÿw~Ñæ¨5ü`³>È2ucÞ)p¹*ìò˜€K¹ÖšÆfS*þ´W†ÝÐÌ}R#Ü(8“ˆ”sîø*”ÊI ÆÒSQ ž;Þ’‘×^KE<|qg7÷9àÒbá/a÷•Ç<¸™z¸†÷R²"(ì^Ø|tÌ ñ‡Øè>¤;rcc>ù¸§ymv -û;ÿ¿¾k²s=áÙRŽ\Óò¨Tô§àœÃç ƒWà=û»‘¡$D‹E!±»¢A¯ÂÕâ웯$ŸºÃÖKÞ?弓|ÒÞâ…Kç Ïó¥Ò¥¬6AŸtõ&ä&õÞï ¥~‘ÎÈéú@" ]ꕆçKÆÎ2­ª–†µÀVåDQûŠ2DƒqÝy¸Ž‡ËG™çù¿ÉýÒ+Á=²Ü}r¨;ïöv;œ÷MÀ'´4w·—_˜“un#Óèo/c­/pØÞCúpõfΖüQŒË=¥Å×ùkÚCA™ª3þ ä¥LÙ¾®—üŽºÉ˜^M˜)÷n{.*¯#1wبÖÖkK˜ÊÍ2»¡8g¸€þ–Ç׿J 8åßÁͳðF•1à*ÒªÈòº‰ùÉÜÏ´Žê¹µN eÁbam.P®:‹¨ˆ™³ÇZDßÄ}`¾J.ä#†‰ø9 AÿŸˆvè’vC@¯Úá5…Þ“Ç´Ó¼ÉÕ÷é¯ìÃ…BfiM¼bà]Ñ·±/”FÑŽÔ¼i‹KœQPk#8P‚®7À¿Õ,#.Fõ -’×Z{Æ^5Jgž˜µLׯHy(Ën_M²Ãª©œ‘28æÉо DÚ#¶€Ó†ub¸Q[GôD“•î­ Ô Ž›U‹hÿžûË4ÀhsÌÈT¬ˆæÅP0RïLáð«Þ¤.åù–Ä>ã¿°©#œÁ&Sd féæƒP¢òvûì>%¶ÀWfϳÎâh…ªH¼ˆ1†Šñ€ý¶0š“I¾#¼À+Œ»&Štn{.ºýé¿]œŽ<÷´KæàkÚ~Bް¥ÃéÔ+<Ú`‹»2°9oS7,TÕQÎ[’³šÄªÖ”•ZàHvè•Í -L„î[º<óiÆXáct7Ö>(ãþ¥¬1Ë;»Ž˜×*NvŒƒAå¹¶åªKM’UêÛuk’»´ó«¿ŒöÓÅ;.Œ¥ãžIðw¦_ݧ Wøïw?¹ô/«>&:xÒ„+¾íIË•’½§eÃ*ùn¬N5Õ¤N×ô×vEißU^\;…”=ö ‡Ëgî ‘v}ÁÞ*Aò¶.Œš—Ûn=Ex“d}§ô"Ò_³Q2V¾8¥ Un‰ÞH†«Ùµùäfí1ñ)2 º%ˆ#itMÇ(1µ8ÙÙI¸”øX¢ˆOd¯ð6b¾Â*ÿ›X¨ItÄçê¡äÂS+‹:JÄCs×~N¨áNq?Ñ‚®T#ØpûL°XÍW?;4NÓ LÛ¶ƒMö Aú,3xóI÷pO„òÃKP.`?€ânü9È xb[6jÁìUrt {eÌÆA&Æ” ²dÛíêÃá’A0îŒ<šñ±;>…X+nÁ··ðƒÄá–3H W¼DúÙ Ã|ô æ)úšÏX¥wÐ~&0ó:6“žH´a*º!2£#bA&õHìç)Òm.¢>k—XÜoçFüMið]ÄaL,~€<3ìÌœ‰&êe[¢ƒ<qKæ°€iØ‹ˆi°Ñ¸ƒ½tQãu(Èq±|+t·<‚ë…¥eû¡ÇðUÛôâ¹H„µ`grØ<¸5 6}‘…Ìþg°mü}±äÂÜ*?ÓÐШ+¯+²ù8CÙ.èLõGºIدâhQ(¼¿\—цˆÊ¼·ü„·> ‡¦˜Ëýyô‘1H,Á -øÿ¹Á®³ÝõVݼÖ?Ê„ºýÍþL7Ü Ó-Õ²…(ìU]Ÿþ>P±oKiß^‰<(möGq³]‡Í5”ºý†™¸š:³¶©+Åæ­[¿g=¤lëצ@QÍž— ëëÓåptÍ_ ƒðÝʈ𠄵ÿ9¨»õ8=a|ë6ŽEó™µÍÚƒ½¥ùÚ{=§hW¦ó˜æˆî¿íö‚hHÞ’°ã=ô¼þ]‚¶Õ”nx‰øT¸øÝD~·•‹Å(eþZ8ûT?£!É ”|oŸ¥ßœ›Åšy&ÿ±n€»PZ8ÊýSZ‘±œUÉþÜ2U®Þp…ÉPù>¥Gµ½¢$Z=sA‚fÕäž¶UqÅÒv&€½'“jÍl’Â¥à -3¤H_Ï$¨U ‰ô ­û†]´\7ì;@φ9QÕ‡~éºÚ‰=«ýûŠ)]À\UwS·…æœ&þ[ûKþ ºVwkG í½Žï£î!.a¯)ºÂ×BEaA¢^éC¼Ó÷ç.%.ð/¶ ‰ZÞóÁsŠÐ3Æîö™ -™k¢b3OLé -‚µ»îœíð"Ô¥E<c]–“Dx˜ØÓL;7çáo ¯Csñ×z³Ïq|œwíÄ/³gÞÃ;6á×kÒõ—ðÛU$ˆ_®°Ëµxo¹!Û‰W—Ónâx©!ö ŽYÐÐY8iÊ÷aq̰M”ˆòé‚<†•–Gà›$ü0¾½aºO©m‘µã>53%q×Ê‚´|Nù™X9>§ìãõ]økŒO$¾Àd…ásô·çÀ n³=ÜíØÅý žµ -ü§ÙZò 6dHbÁ@­ õ论û!Øç(YŸ -úlo|æƒï,&‘8nôÜøÙeq ª'[Z:G࠶û$ ­Ò¬!PØhJÍ;j+6õŒ*jý"[¾ó›{@Z#Z0S’à9€øöòNÛ’³z?+‘‹¢U–¥³e]¦»E’#ÆCÒ¾Ô‹ÜeÓ=¦L Qó¨ºÎÛÂÑÚñ•oÙ8ü‹Ÿ™Óèyû*Ë£¢hGºQ™8™oI«Q+ͺd*ëRÝõùêÌM®¼J»4d)§×ýî-e[á¦UŸ2ƒè®e+™© ÜÖbŽUÖ²&“—j1zhB¥Í±6m× ýÿ¤¶&ÒÀ”Â.VW¶H=  @Dƒ( áT@@@åF¹¯;$!ÉÌ|óÍL2“;@¼wEÝ¥òXE­ˆUÖA-ZÝzá£]Š‹Ë¶ïoxƒâÔr"¹ñä.l>¹…[nIãM[Ý=Á -I®c#–.=¬Ú+) Ô„¨½‘E>‡—!æÅ×óœ禔”Ë0²éã®U8)!R0&µßÂléI÷P¬^âxM*­¨ÓÈ<¶’ìC=VÄ}4–°@×çÆCÔ5å[¼ÝÓ úQ—°]½e9†¢öî±è8j縀nBWÓýd7yù@ “¢ú98GZñnB?"7‡ÀðöÞ2pÄØƒ5øÁàû¾ø¼E߃"÷4 -uòGÌXŒ¢¸£:){GX*¯ÖÛÃæ<χ´dÿ8U$îyÖÉÝ¢»1%ùk0Ä,‰K>×Ñrȸ'#·p¾S)©rál¬—ÎÀlýBÝ6¼SWX¦4æý¾ \5¶'kWþ9Ú[JoöG)y¹ ™%;ÝLøÊI+û§ŒÐÜî&µÁ™ýk÷á&V) -xÆ›ûôØþ@òŒ­µFÛUmA/Е ˧aä'Ü#e³d¬S¯,ڑУk@ÂÁù‡kƒs=%O±óÈ>lËÓäLôºáYT%¨ 2#T>[ouçÊŽR¸Ó=™-¼BôãÃ'w65àßÛ\c2º>•¤cÇ:‰l¶¨m.é ZcʉrA¦ ‡ƒr¾æÏRÙ/Ê5î>²¹Òé•ôO}ÓüÇ‚7’2ƒu1SÓ¥[Sf[rH“È/ÈnSé*®$]dÆ«\v -hnMm Gþ]Ý€wå*ps»JœNÀ´&O¢ß°’oÑ” ‹ª°¨>«QT¾,P½­:”õDWÃKr ÏÔ…î´V¸7,æNS=‚ ï0’+ü«Û[øXÜÌZŒS=< cªß‹5kSªŽªý뺋þ­<^?’µ–qØ$EKcBd«|ƒPÇý9$÷ J›ÜÙ¶p•¤‘•~’>ÁcµÞWE‹Ô´Ps [9+Š+²f$¢w™ù´µ¸=á\ٔɡ¶I–p1-¹â½öHEl^)ã²¾[°Fc)#gT•²ÊæìcáfA¬2N+V  ©T’q,GDÜ"1{¯…–ÈßÙQà2Íúfüÿë/ª9ÂR0£ðZÅ0óX^P¡èÅ?g|%OÇu»‡Éy|sD&1¹Ð Ò½­ñRìWvà`-Žt‹ATë™ZÁ2æ"}ªâ+:]q'@ñùHzu–Û½—Ì#_DX[ˆ×CÐNqÞƒá³ì"ì;ÜÞ±­;[¥T7ÚÀe–k©òHÅy[>K^ êH{C9(WÅ?'цðcðœÂ*€ÄuT5gðˆ×læëµ¨%Î’ù0³­Ëë hUK._ªØd$ój© ½$-“4kËã+ˆ}ê”ðh¨tÅÓœ.lŽf— ÷ˆËŽ}H7>!Ma;êÒ+;VóîËûÍWr'©ÓæÔIÒÓ¨‹_?é^ïø„?Ò8lû.+#9"¬C!cç£"ò©ãC$ -%cq´¢vFñC—‰·SžÛy2·„ZÔnL£­%q`Wó†½8©»¶í8 NàdbÉôoìý¨/u×ñ²ÎI®tl,´«4÷›ÊÞš¢Ë猟ñóSzõ°b(v@ë]å·½Jõ¹FïïÄܯûèµUñ£ ßåuFøËš#ĵ&²éL[ïvÍBëŸÊÏ•y6÷Uªrœ ⪬–.¸Æ?6F½Pç´ÝIù¸~Þo¾)xî.¿$uyKÞ8,¯$OÄ]­Ï«3j¬ZºkzKcåuVû‹õõ{viƒi×]ÕsÁlØ]ægaŠßSبÏ+‘šlrqe¿K %p½Ì^tÊD ®W/kNoÔ•ð aæ¾nhÕžIõŒhjWœrL|+LD?o:èwQ>/©óʦ¤{\cˆHY ÃyA6 ›[ -¥›ªÖƒ¥UÅfýZé™ìÚeÒ©=Ñj+7æ'æ¿2m›¶•=ñÓʃ¶WYŠ]+  gY€1tGãÑæt<õ@œ!gMê"Á³ì$MèH¾¦ -Å1ÅLð Säa¿ûPÍX¿W"1„)\)|+`E,F0h$E•ŒÊOk!õ!놚¢<’”Z’cC·gBõòÛpÊ/²†^; .^åÚ‰óÀK‚Þ ³†§š¬ŠQݵW¡IóO姬 ÕKælÒó‰æGŸ¢+Ø¡±òÔC¿Å$ ¡—¼D„ºžáRÖiŒ>7„v7o®X¡‹7-x­‰×[eW%iÓr¾Z­ •߇ÌS7é¾÷Éoä½ìà.rÁõÀ‰ ÖCt?Q/Ó_l·*/Ñ›- -âÔZ^fº*6Oœ¦gô™QÓ -G­eH•«"|Û‰ŒÅÆiü\íú#ð$#X¿¡BÈ­»¥ßxx€O›Þéœÿuu{mÆEeUë…ÄÚØü*ªG>hø:¡–h>ûV©Êg'ð6Å+×^ìåìh‡úóµÝGÊ -1ÿpXÉ¢<σÞe´±¶pþàîSvåúÿ1\ßoMƵ>êS´gë„„’ ©QYA”D‚¢ÌÊT@fÈß•½÷ „ˆÁª=žÕëÕY)J‹Vñ|¶”¶ž£‚U¤çÿð~~xÓ&Vƒ5)Nªi<«yÓZMUíh{„9!7sòÿ)ý˜7ÑtµëÂá{5ÞÚÛ¥vçPý©üÛO ":β¡©$}«‘ÚBOZªÓ2ɨ§XŸR•‰œh̬ÌÍ C…KðLãËΫª_¹(M@É¯ŽŠæ'Œ¯­ÞÖè¬Ó¦_™²†¨¶ÙÄQ-À®$Oª¦9„BÅ^^v‹ôþ -BJ„»IÛÐÕ[oXëJâì1¬· ‚`ßÈŠ5Žpvòôþ\k¢Eƒð@ò]Õ~#¡U.T`K—  Æá!Ѿºk˜SÕâxÂwëmXÁ²<—ȼbx ¸¸3L÷©ŸXªjÈ—•qÂ9"ûJT‰µI²E?EB âÜ£‚öóÀëʯí³ÀŸE Öt`2c†3>ºwŒi›mb´jh#û ” ‘­öb/#Ý-¨ÚdÔÿÛù_©³o'H±EB (±ä~i|¼Êü@_†íÐh¾…o$ü­*€7“­òÿAí‹T­ÂN!«@UP?x D×9ÃÕø -ƒ©¢¾5¯LÍ¥iŠÈ=^Ý%ùÇ;24qÒw ·•7$“d¾¼¹J0Iþ‚Ï`ßÁjè\Ð#0 ¼_'uÀwù¼u\Ï(¬5oÕ>Í1ôjJöÐt8Õí´wjŸ21Á¤L—›È²)é A"Hö†­„Qð·Á÷!NíÏößl~åG¬ÚÁ§¦ASMN•!ÈP¹û¹Ö£+H;¯Þ¢¡%RŒ©Ö‘ãdLù-Y/½¶F†ƒ7ôw-Í^äÊ9ô›eÄ1{Pj¢Ø49«õÿÝÚ$£. Vé—$$(Xš=d”,D©"Ô#WdÏÃB¡ œPàÚš3¾'KÊB¼þUìýÊžºš‡Ù î絚µýh=Hi±Í4¼Ž‹4ÍGbÞÂZ§pIšË¬ôÊÎõ€IYcMHÂá…ÒÞ^ií³ýÑ]sõw³½ƆZŽ3² ¦¤[OµðâÖ˜ò˜<’ŸnájÕ}y(Qq€Ç Ì“fʪ%^OÃT©¿' iþP§§ùR6͕Ӻšö¡ýO&—²Ú¢n{»`LfsIë´/¹~8‹ê8ÏÚ,o¬<'a -YU/ú2™%Šî;mÞ|’»Žå¦?hDZEÔ/mßqSÆÍÍܺØIÃÞQJ»ˆÏÄ +GüÐ/dÇ„\ÔÇÈ¿DÍU´Þ¼Üâù®s¼)ÆÙŽB~½ÍÊÿŽZid¤¸MbÁØkzº0“„Öà„£¸GÊD¡¿K=FB–‰+*½žM⯊9×ÅtSü;=ıC[ª¹ «'­QöJ—EEËLÈ F…è᪠\ð´·|  cN.<çš0öåÞrôèÿÊ|dåëbÒ±¦JÍçɧõÙ*KìvMŠâ ÒReŒìzI.™Ãt!Jl„n–ã:u¿Â<×~ëT®Èi>›ÙiY0Šw>7>ÓS“5º)­_,^}_å‹y£¸¥ÈŒ"K¯ÉVbN‘A“JŸ©¸—_3t²êU¶Ì§>Œ¡ö•×~žz [sÛf×xãòb{wóq±¹Y^©ßÚ Y¯Fs‚äûøœ’ô“þGdù©ƒ!uaÙeýëëÇh'<ó žTjç­&˶Míúy­’y†H0¥°î…{uÁœ™Õ -Þh€Q–/p¿=ÁnD3fÚ›¶g‡z‡š4¨Ç×ò85Ú­`Üå,n›&£­Él91ˈån ŸÔ~ ùF¹A@ ˜—ò„½Åü¡•L#Ãꣶí£?è«aáiYÝGÙèÔå NĶõ7–n ååk Á|vÄZM¸ÀŒþH±]è Ì— ‹ôÅ+ŽÏpï3Òú±¼8º½7ƒ×G è*à“(O\ü+Û–Ù‰‚"2ÁŒ.&Jô›…Þˆ]ê]¢,t޼EôSà 2/n-x,šf,?†ý@/õ|&ú:ÝY+zJ¹Ò^-^?gcˆ©äM¦1èÑU‰OGpUbñ Ú(;. i@F‘Í÷¾™7âM€©ô˜t—zÉÝñ(§ŠŸ±¶¿Ì8c/x•xI{ÔGô)ÇÁbô-Ù*Úwƒ‹‹è¾Erežº¯LÖž5×Ý/½LÕw|/Y ÀŽiIvü¸å)â#ÇÞ!Kˆw´kᢈëÊDè"ú­TaP\8ì,|ÑŸ¨‰ÉKí5¨¦³ÎtÝWRK;–+ J±/?Ѳ]V@Ž1&jÚ$èˆ)…ù(#™‡—¢|Є/Ôƒ ƒ¹¯<úÅY®0m)u‹+G}‡’dUÙñóqÅ]òÿ¬¶&Àuuœ¢VQ¨'!€-‚ -("²GÈÞ_¾™|‰IÈN‘VAeˆUQqÕ¢ˆ(Xë@±µÂ\µ-zýïó¼,ý†°-/Ì“ºŽ IÚm.!Úu¯ó *FU‘êÕô¬ôí¡Îú0kï¾ØÚü¢Ó‹«¯^v-ŸÎõ-,Ù–÷Åk­%Õ4k˸Ymøzã|à Ý—ÃÚ†ó”jŽêCO0K• ŸLãDPh5&î-,€Oc|–/L²u: â9dÖD~` ê^…† b(ʳóD0¸d&vçüa9b9 «¯²•¼¯Ì¾Ü}ü_düåÂãüpÁ3‘ £è‚6XÀCÚašë™ˆFŠÿE˜ûJlçrDò–ºh¬šÁ„ JS7[wJù\6ÒÍóã3ÐËéƒB6ÖÃâ3!ž&iòtBP'.ÄTÒÃgš²á`³–êƒwVðèvüOcsP‡±?I«¹A<éëôÙ‚½2ßý½ “÷€U².ò(Ü-&:£/doN÷eþ¤Nkü‰R¨.û¶^•d˜ËÀrÇ%«X×rœîÂÜ•i;øqÊÖýÂr¥_pªè‰âù¼RáF ESäê®-Iæ­ ‘Ù;MC¥âœ?f]a aÓÌ~};žCÖ­Oóò´3öÙ¿©‡ƒDaª:²²æRˆ(òJùugqº{ÉöçY‹Ï”PÞXÎiëhpÁ6—ñÖüž¥asó–¥Üã>5nÛç&ا 꺵YäBˆ¨ˆˆ>—Ú±5Í¿&ºÎ–¹£ªØº–²¨ü…¦†Z_Š^ÅõÌ묋–Ù)ÜÐ|jôþeÓ¥ jp$+À‹Z*qñQU¶ÏJ…¯Û ¸Qì”X»PÝšó®ú{$šn¬ 0—°\Jg'·qÚ‹ê¢Sù¡Ûƒ¢…C¦ód¤êCˆ“𔺥mfʶµµUé?·./òϺԴHõ8'Óî[iÓ5Ÿ(³¢r$Ù³½´=z>ï^ä"„ò½È ÐùŸ/€Ïi,'ÝR¼Î„{~¨SkÑe…¸¥ÚNyùÝx&M_Fÿ›I:––ô}·’u“')aN 7¦3DOM±ë pž6öT€›1ѰF˜—=UJê©c:½¨ƒÑ†5콬§Ð{îý”ÄKÝâ@àv -ô”lDä®VÜŠýÞQÈŘNvoÞ¶·õ” …»SóYØÅ@cE „«˜—Að.yºþ팀Kq´MõX Þ}rí–Ü‘t¶aìÀÛnÎQlÑg4«Mü)èâ$„á1Æà3:/yXŽm’ÀÁâýK‘1 Õý&Å“\IÒ¤:ÆgñÙcÖ„ÄÇp.J:T<&îý%ø¯¦¯I—&eˆr¥êÈ (J:pq”Å»w£½²J×Obl´õ2}gnìÑ_™É¹‹ -¦ÙqÊÛÊ?¸k”yàï•2†ö«à¬réa;`U Ff‚˜Â ')üÝkÑÍòû„Ø´œÚò-õ¶ÑV 0–šòXd}‡â:ÇQwE4Âý ¦ÍåjÆ'…Cê¿ö>õ©g,ƒzTsÜ :å„tL£xÔ|-çdÑóªô–mfœ¹µ@/¿À&˜_o¹ëò©á|Wc]b¢p“þË^žÈK—à?ùjìîJÄC5I0c.¹[š„”«+¦hkËÏäÑq¥™G®³¬ÀÅÒ•cáAi 7yæ™{€&c)Ø£ÿÖ‚{5ý„ïÑ›ªøÆ@Ê<ûæòA*½ÖÇ”A· ”ýÌl­ Ʋ/•ùR^rZ7'ìâ±,ÝÓ¸™÷§€Œ—Ü™0OWHAêäÿl Õ»ìqÎݦr#N_dÿ(sd®«ØØ¾ÕE”nby_ü_m}·'UxÞ2ßßG4e^áž DÂ{4\ãSÏÎúxje™SNÂÉk†h¥-)ÑÒè(ø†Õk«ÍåLuŽGø„råžÕœâûþËDëÝ _Œbâ|t¹æõ?l…UZ„œ}Ü<Œ\¥Úåh*# ø€ÍdE]µs+FÅ2Á†=’4 yG  -¹‘†¥$Dí.Û$þw“‡è#¦âØÉÂóB 2NÉ!,åY„-H²@™3 õ „¹˜7˜½û³8ŽÞá/‰D=H=øAlÜE&¥I®6¬¢‚ûe/@2Š®ˆpÙ"ð.xM ‡F`Ê<ø9r ~':-Û `~ØS¿q1K²šÔ,Éǽ]Úðni’Ë7b¤ÒDÁ(ÖgØ üGLLj’ÄóaP%±f»Cí¸ç!+ü ï‹øˆî—fûÕaǤ¯I¥âg²4—GøÙÛwÜ1EŠõ&?S£ÜTJš'‘ˆ²ŽY‡ÀãŠYq¯`Gù› ¢”û¥¢ÿ“w‘tâ]ò#®‹%òðÚ±~gq 3iõüÚ»bƒp‰v1@MR¦J4¢¶Ç…AqªñˆÙð°j“ß -4.7ƒ$ź•×HÉjʼnšvláª""×1ÿ¬†Çë0 -n¦—›ÐfÔdÜ­5l8x -lÕõ„WÃ!Úƒ¾‘~õSˆíRq\ÅâvåäÑ|¯ì¥eÇ»dLÍà>)~€6ós,—Ùÿ-8á 榃dp™ÉòëůæCøÂÈEÓ*§Üi§£ÕQë¡”’èáQT*'¥ç9§Nçù{¿çÕ9=N§§n¯ µf¸>†0WM6Ÿj«­]܇;ÆDʲ]Ä÷óùÆFçÊt¡G¡S’¯7lðê@ÓøeÍ´ìF[×;׿–e¼JØ$…®—^i8Yü‘*©öõ„=*ù´¶¬ -Øz/o -Õ€Ê.øfÔñ®W?ºX¿øŸ´lcgl•‹|æˆ ×Tr´}r* kAä r°Éõ€ƒ:¯¾;9^ëRóÉÖÝíªªÐm ÑúÂ7Þ`–xM"ú;MÍÒ“'º*wÉ±îŸØç%Ç^jÅÀáײߕy­³êTsMß&MiN×·fê{pèZ0¼bÒw'4UÖî5‹4¬­ -ü¯lIõ5bu®ÂðT AæiÒUÅs/¿”½„8¯ÈO>O.PNoÍ j˜Xò[`™ˆ¦Þ¥Êúõm¾€î.ê²m@¿“=äÍXH‰t«+]"ÄfTN–âYšeI¯ñ!SÌ‘:†,$†¡9CJ1Aùjº;+{+iø¦:”[„è4`)òVû§ì -j2²ü°U`OR"v -v)ÄS0ø>‹Þ±D3î$°“[‰ŒC àfèËŠŒ1ýÐ 샭Èsé„~!)Fîa²ÝgÑÏq¯LÿÜŠ¼ˆÃ§È5‚Aâ$ù3”Òz8NµÒXEõê"¡4êvÑüõhÿaø.í¸Û ¹D¸¥=B\„h_ƒï£}<kiïz±VbøÕ«# 4p†Z˜£‡ -_Baü‹Ìqx%_º‹DæsÿÝâƒÌq»‚×£Oس"»ÎzxÆà­ [;ªÙVQTæ¬ÅÊÓÈ]5Dè- -½AùN¦?”g:»ó5œg4D_Gd†ÝA¯ÑB½«Æ’¹GžîÏž¯éR׎šæ45B"R;P-Wçèª äÀ÷·2ì`ù¼4dñ‰VÃ÷ÍñAW‘§F¹H>Ô×{¶b·¹öNÕÕf“ƒÆáÐ+Оnºœ/Ô]n8™njí;ºÀûÕ’¨رreP>âie¡Mžw±H½Ñöå7Ý”A¡^ع}®ÙØQ©ÌÐ&¶=Ë;¥“4oL_”6ªvì­µ–¨F褭&()?,JEfÍžÓØbƒ_M#÷Uv”i–Û”Gø³CbõZV[ô¨`>»V^ŸáÀŒ*v40íÊɨ0úl“¸71±P§Ç0‰VÿÉø­5òŒ‹LŠÝ¡§‹ë”ÏèŠÖ¼º[y<Ý‹®P÷%>§í­Í—è`,ð]=î¡ÈÄ?Åæl{¨U¥C†÷¨ Uj¦¶©ï•S1Ú]yïSqº+û2©d0<1‹ÊNmΣÄ;ðªmRDZ·kjÐT>#Ò@ ‰¨„â)qöQüDŒÁ³¹Ÿ¯‘‘´¯HWôLÂ2 ³n^IVâÙíä bƒ¢ˆ™5½T(ù]…"z8-."á͸ŽÌ,ûIÛÁt|‚J%Ü(ׄT¢„Úy‘¸FÒê2d>õXàH¥=Ê?E1~õÇøzh5¦á“ŠÄ.sS9îĵ¤FáiÜŽø~ü,û42“ðdÍqÃz 9b˜¹*ˆ"ݹe-'ôï–ÀÕhE™X>ƒ>3‡e_ÄvšSÚ±.£$>_m8¹/×ç®ÁßðR¡Hã`–8ÊÚÊ®ÀGª§èùHŒÍ ˆ‘›UÎr?4¢‚Ï^ŽvYߤ¸`XJãÆ1«y8âk|±)0àN„<þH¿\ÐBláêÌ7¡7·)w¸­þ•. ¨ýK¦CŽÙ'èPÛå½u¨­²&ÀœË÷FH1»åý€+ørS¯dž*Aþ”GM㪭…Œ‡ÝZ¢µ‡á5õJG‘õ.Y¿#]ui{}Qo»%N€vU}±ó+ï¨ÇN•]xqRpïÔ‡§¡¿ÛGTC':R´ËàøöiÜßü*ˈ$jÜ3Š ÖûnÿM±·nz†ŽWÍ °|«Z¨Ä^šç fpµ~¬ (ËÎN¢ÚÍq¹ -]—)¡ [ÕÒB Gä}{]õwèv›ÞOåºÉ‘·jN‹G¹)@⽂“à Ý{ØßÐ1ÓãËÂ>rQ,óÕ H±ZªÐ(جd} ²iO_£¾´}!ï  ?ËaÀñ5ö ¼Ä;˜5¡ë$1I¹&nesÙÃÅjn®†­ª'1n²žÄ#Ô½ÆD9Üüœÿ3aPäºà:•Äsµ"`Þô¿*VÁ3öW¿¬ÛjÈ« .ý“ ”‰÷ž§çéCÔ妡Ähòˆ|2ò6aW,ð'qFÌ`M¥×:ô°î”~À +—/°ïxµ<æVãýRý}sÝ^gª·eiú’R !¨Ö¬ÈC¸MõŽ;¤éçJÐ º¯zä7ýgŽ5¶lh~ÉHù5t¾R[’J´"{v“ûT;)¢DýP‰ë5W#Øv†?NëÞpIÔ øÒk ‰·h ?ÍTÓoô:­ªZLyéVCd˜Î˜s‚HÓ¯Û¹—臄k±N`s¤Nòo¢ž`8÷(’ þÈY wAšlêÖøù.ØßBzÁ E×\›³ -—²4³Ãò„sè,,\†n†%üóH+\ʽÂ5œ$è¬Sç÷H¸q éBúUÑÄpÑF¼™à!¼'m :‡»%Ô¡[1(âbG_ñOÂ/Ð2î8yÆ ¢UÕ’3Ž5¤±†UθŠ}¹ÏŠ1³»W Ÿèë©§ÑíÔé„õÈ iŽ8†,'ªùp .æÎA£X*grA [»ˆ}¶[õÞÑf­ÌŦ­!…Ÿ±uæþl;ZmrJÍAÎ$ñÓˆs4¢6QOøjè¿$Ÿû;$Æmœð8æ­œÄ/uÝ“Má.þ1±#¹A-öðì-È‹¶¯R4ó\|;ìq.ä ~Í»î#Xû•”qøµmY|\lñp‡&Œ›ù)P,“Í} ~Cñv½ð$eIgPÉeY€cƒähù];·RYPÑTÍËzc‰ª}µcÀ”.‹{a¥á̸|}Ð[z¥â™_)U]ð˜ÀŸj‡™Ÿª"é{xõ±r¯¶¼ÚßóG,m2׬|Ó âA†·Mö¸>V(ŸçнʼeÔ"U®Ÿ„hÑõ Çë—´ìùÒ;u;Ú:ëm’hËýÆ”¼ÏfnÓëÌq£T>˜|†QTÄíf8­ëÿ lªG<¹Rs̯ïÔ5x±(`›\ØvY^[`]ÝRSVb–):ó„Æ å?3ý Á­ï’#‹:,ΉvÕT…=#µ]¼-„@7íw›Özþ ¥Á}Í[­Ej²¦É<® /í4…hær; Gµd†ƒõÔE']¥-º·±ç©Mú¾°kÄ$°ƒ·WüÞ`¾àˆ×ä¤lJ³p@{õaÓ x£ä¹1\Èub‡¡ ^ÌV(7i?ubcUd9t&ì0áÝå…a7aWT 'zI‘hkl4»ãèþׯa<¦$Ë ÂÞìجGü]‡¥&}M~FÿŒ'FÑî0סq¼P, -yጼBŽy‡ÿ47 ›DlÞ~¡áW¦¯ø«§g÷.cÖÒËÅ™Ô!ºJî#Kb BVŽ½Æ­¼MèlÄ_„Ô£ÿñš…hbƒ‹Ña]YÕc7/û2·M“{ ´ÌH¦¿¤< ¡"51ÁÌÄü„wÑ¥aQXù˜÷5I´øgÁŸq?Ž34…Îמ;ƪ³Ýí¡E=L¢­mõÀ:™ÞN¶›?Š"ˆ\“gŒ4¸…¹¡Ÿ˜Å¼%ÈåäŸ"xœMб² ‰’*uìê`ú玿rnPûÛ/¥g’›l2Ñ"ü½uyŒ»iR…¾CÙ{Ao5ï_ç’Ë8"(w–Ún+åW,?À”»Ê»^Wþš}©£¥Ú”¶Þþ¾.CxªM[ÏÌ[|ï‡d§å½î,£¬óɦ“Õ÷’¯s©ïUÕ–—tU_.xÒ¹¥îËìØö9YTê·6¤A-,¶ú4]\3Ͷ¸†ì4 *%Û™jÔ§‹j=*ˆx}fí\NÊHL]_Õ—lvŒ4nÜõ]Ñt7u[Ûfy§p©yNQ%è0žjIbMê¿Ó š§>3d¡îŒÇE¼ÐÔút½j6•Ýîh—ÿ;_מ¥ˆØµÆÆU6¤\¶¼iý>á„iLý…@bè×d†Ä0m_ öÿ Ô‰_S‡ày èÊ*Š !¢Ž*IDáÒp•†+\„\ïÊ{¹oHá¡Â<ñ¡³–Npj™+xUp" u¶c[uûþˆÕÕ¿%¬C R:Î ”)‹èæZ0ÇÛv°.7mÚâ+Š`Dï©ú‡âë1éÚKõºÝõ€$5<”ÂLÊQé[B |Wö Ž ¹É …¥ 9ÒÙ'¬ikÚQózéGv€Ñ]ÆLø¯îŸ2{ŒfZ6¿ÛS5# -A—åʰ¥§|ŠP -;qÝ`†BS0dKG²¦,_€—S§Md°5yÈ@+út[ÁúcMùJµ X÷CÃag‘2 `…Ô€7ŒEÁV!™•l.DGR Œ¹è®äcú"¥1!G+@æé'Õu3òÏXÜî¡‚^† ÂO!:á´üÚ·òš,—u&W;ÂymèÖÜMú—®_}%á3ÍM•‹^¤šÆd‘Ì ÝG~§ Wº‡]€Á?Æ@4êÏP¼ïð<-«Í¹ ¦5&Gbð0R“Útëõ}û'4:?:U•©‘GV£¨j„üD ë‡æ”ûSàvø¼±ÂeæKÍÜÆåã7 -‚9!zÌúER†ÖdNØoScèk±·zrd¢™'ßBRU'Ãz!*"ÌÓˆÄS$Bã¹Ë§¬ÙM™ë;bòªokõäEØÓ¼ºðy|‰}ŽßI{fûk©("Ì|OÀ"Y Ï«ð[J´K5?ãO©>Ô øÒQv=7·ôdÊhiË/|phÌ•Âb=q––m¬(k¦³ ~ð5)ª8¤Sú¶šk[Z57êðø_°ñW¾=Ê ‰5çÛö‰bNÆÊ–›¥äC1M“eX"ûGÁÕ¸‡ +U4…%´º Â͘$d“Îëäuô-êAqXÀ^ô·ú_ü~Òþœˆ¶=«Ò«]+ËSFœ‚ª;,¯ÆÞ|jVÓL¿ÔþòÆ@E“†´bq÷–÷ª[¯J”úƒoÊÎd-³BgÚl³{­=%ɱ»cžmDùq1–«â}4ãBývÊ”>J²‘4¦1IW†â°%é|ÀEe¶ìŽ_/¼VÞ•õÔu½~)­È¹ ØóöÒ5Ì<"-‹s3ß–>‰Z2zÉŽPÆu²1Ò¤ú;yt(#ËÏ,"§!~ËP¦Âœ•ÕÜ„¤­p¼ö±û#Ì@kÀнg^0¢îØÀʈ¶`‘ž¨7ŒP.ЉÈ'À\xÈå¾iº¦¤¥69¼%ö— ¥ˆ…ñÀòÁźLt¸;ªOï‚÷PúµîÐ0鹪Š­R.‚w÷ÿþ"œŒ7påÎ9ÍîTŠ=FmM~ikSÝg-Ä~ŽåAÌ+ -ѽCwPš|%•4=B"Ce6Ì̇>B'p-Àà®»s›ÑŸ3ш<’MÖ·ºiÛœ«5ÆFžib£òt9ªE -¬~„Õ’¦°4åBÕÈ b ”@68÷- ‡ÈÇõ¹õ6§²aѲ3™mÍ6©þ¦IÃýص®Þ?*A;§=N©V«¤It“…šXÙh„âá¸À¨1}C/'9eøôżû,y×j^q|vGJ‘O´´¥–ÿuÎi)ýŽ| aB0öØòYUsÐ]Ãq¡hó:Mhë&=–]?ö¼7“7Ÿ¢í¾Wøžu¸3žï¿»íLÉ¡h^óbYuÖTáCæÚøUfâ'¦ëBï`o=¾Ü\ Ö‰G7}Dó$SiÊÓ`±0…ÜZºšµ¢ãRÙ™x·ÖE4£ ®äQ§'ªÓÉ|ëçÂ"ɨ­+NÒ­ó7_P™${|³•ô§´UÝÏ÷Øãí•¿c^ngU%ÄM¸îT÷G;©Â@êxƒ®ÖN.7ÿ& -"2 "q°Bë! ßüoì‚Ôè{•M¦"]&áJvÕIŽð>SÜæV{%ÎÕl¯»íæøƒè"uÔV+¾J›Þ×ùz…äIð%Môx:ú\6í玬”§rNåÔ{³éáõ•LfË›úÙ8a“QRC[°o”®£^³ê¥§ÉÓY"Ѩë’-/¨ÙrDñŠM~©0KáHõ팕ϲ=ÛÃä˜xײüiÇÙ£XI{ÐHWì¤Zn* -Èãa…“8 SÜÁ«šøkJ!°ÝÏõœ¿œ¤Ãúäñ6 -Âxãúú>.Ü1´Ñ†2ˆIí³¬|Èm†&ð!ñ{m4Øò%¶ æáç‘à6¿ "¸‚ÃïÈRmH–µ&b9ŒæPôlÜjûkt ­ÝÖ¬äQfr‹Ü¢ø§4f8?$ãB—¼‘,hnx4p<ÚÕ:(yW‹D[ƨo:¦9ûȾEͦ!ÖWªDªÊÔ‰±ÈMz6ú9ñ¥f%ò!DŒ>„g"à%h·̂ܞk»eú&iÙ5aÜÎHqê{b‡a] ­ÌzTóˆ*6ªEd‡n{C\TkÑô=*@ž$ÁvÄ1ÁPÁùnž(èt²¸÷l]'|s7*Çø¯ò÷ÕΖÜ.¤ž ”ð}2÷ -†Js*o”ïýSõ•ÙC8_ãIŠk‡Ï²s_|õ±Ã˜XiyRVtÙ[¤,öÚùJYEŸ–Ì”Wf+ª0è­(¨úz35ÿc ¾š:W+gQôЂ£§M -iŒÊ‰²* ŒàB6HÈÞyyÉ[™ì@!`˜‚" T\…©® -Å*•sÔUìiëh¡jý¾¿ÊòVR¡JSWw3nʨ»XÐ_¹’3®3ó…Š!„/RA’x¸‡æ–B?Ýä~‰áqýÊ=ªQJòOM`H;f×fXT”†.nºYLDÏVt°`F“•ëUeÀ[ê >YtU}5XªÔ86"òùÚ˜8šâ vœÀëuÂ~ô¶î·ŽÍ|´1šŸñD2ÃðœéøÍÂïðR…;ñ§ù‹%Åøó´_|"μƒSò øñ§h:îþº™f°ƒ ‡ Ûm;Ü×'­Ã†Ö ëJåJn—ÅÁ Íwó¤bܼ: ’˜ðØ0Êx’’Í2¼ ]…Ü2|ÒNÈ{ç¹U¿½ ­<ÝÕJ7¸~,ù€ÙäT+6rºK8ü㥽¹£¢^{VÚli§õQ¬]ÞbA(›•æé¡DkÔÛW»²Ž²=Ô7åôÁUWñ¹ÅíÞcyös¦ñ^¸¹Y¢™N)µ[úqYZ,Mj_JIS†[~݉L½mƒ9}»ÙµdZtcµcOacýžÂ¯ ”ÞïKf³xI•²œ1¡ÐSIeJ®ÎØÕ@WY?…ª¸b»z~`¾Ôz#ûM»¾&=ßÐ6§ìZÁ¯Í:9cmS„| ª?ÄãvÕrÁý*3•(Yì‹]ls…QRæRièc¸ÓÒÓ:38Uûòžu&—­*(jÿT{ÞÑê8™Ïw]dɸ‘ šœÏh !uB|¼òhÌ[àÃòõ”µì‡ÏfÀ+öõ%IjÁš†{RÝá~&a^/y"àÎSŒƒûs9O•¢©Ü>è{éOT ¢–Šqb+”FòEÕc„H\«éÃîkŒr¢êÞ‰´¼Wª„,$àéÿÅ.ÐްÇAP>/çž’ªHI½S 4fŒ4‘Û±WX‘£~¤>Ôfä}( ® â¿‘õ8ê„/åÛõ‰'À·r‰ôŽÒÍzŒÁKrˆàC¤%5[ù ¾Œ«ZÈeØ¿Ôj²–Þ²‹½n®ær‡KYˆ`*Öž}e É&U$+@†¨dËå]êg)?(žiNGë`жœ,Cót±Ä*«î—æGL·~áŽkì?õ‰öoyyz™¦ZЬo’ÑDÏõÃÌÕÒ|FÖY _‘’¯˜‰gG¯…¸8@f"8Lü{£»Aƨõ«*˜[ŽØÔœ7–Uj”/0÷HYÂæ„b¾$Ã4˜õ…삉šüL6~5©òÄHOKûLÍ@< Ïåƒ`˜h¥"I1TdW@Úm¥0 Û`EÞ¢—×\Åv©Ä$T¡¾C€4´‚úÙÂ? w·¸ Ž3R¥ùH<ÌA©ÂÕòlSá1Kµ-ý(L½uÃbøµ&uM=: "ÉTn6¡U³Lw¿v£ @»ÎEÞÓ6”L‰û´“P»Ô§Ë$|Ýá‚ç`´>0=]ªç®?é¯a!oõ“$ v _N¸«öáŒêó<¹y†ã{hêÅO‰d&@Y'á™Âùù²|ãý‚UòÍÆ¦­Ç[ëS <ÃäšåHž¡‘`q†(b˜zQÉÊëè*ÛÉ'—Ð&—^Qt‰iöÿñ寛åÿ)ôÀ²Ä%ô<¢F¸ˆq#Õo´×JÍ+‡ò‡”Z7ªlWµ ÿQ#Øk­ÚKü¿ÈÛ„>rz*ìpÅQ¿çÔrÒK¬ƒ‘ G(£7AÍöbu£öiP3¨› b‘ù¨Ÿ²E¥æßG•8ž†5Í ‰øuòTX鮸õ€ ꮘ¥¬pPx§ïT)¯«ª—RÎä<‰Ú¥¨×BaþîÙlAQúñ?`×èÖ°ˆfžß.²‘Ñ‹­à>óHøº³qÛ¤Š5ü#ƒXy™Àªcùny¥¦‹ÿ:Ï ñ5©½º*ž‰÷Ãfð™«÷áïë§"Æù™â*ÈÝt“PÍÜá -aéK«„ÿ ¨´ðØê s_éaõóßr³´‘eE©^ÈEÓ‘¸Nt½ñ·Õë±;F±ß"Ï/®'{õ{ÝdÔ2þ‰ý¬¿JÁ½•Û*— ¯”Áwe÷TËËsŽih{ð¦}È|ëH\¢îˆ…_=K0;ûyàæoÄd®q½[¸¢oŸ&ý_ývΩôl]/ê®5²e*Ÿêy9®ê›Už›–iémÞkÇtŸ—{„žG´Íô}‡—šÇÄMćÉ7¾høÍ]·»‰]SêܼN§–ßnx&­S6Õ—f·¨“kï¦\Ö|¨Ž^»i¯ÜjC³Ê/ùÞÁlS' ß™“ÜF@ˆñœ5­äHÁì–YöšòŒ£ÔEéѬÈV 7„§Íέ-B’ªÛB³Ð镾°.{ï$AeaÜÿf™d垬SÆu~ó,;}Å\˲6ævaMN ó{ñž”÷ì§²£kãØpÅþ; ÔUË}Øï£(Œ›‹©\Oq*’±‘ßÈ6A´(H·-¾ UÂ?eÙôZù!ݤ¬ùš×”…ø3ë‘—Ë]˜Xª(‡Ÿ±ÍÔBËUò¼ÌŸq!r!’ N)§”dRþªYIT‡æÛyб­YO¢¹«žÑ!øŠåôEòcˤ€ŒykÍ4~@ó›¬ÄïÚâ‰ne1E–£ØÖZàƒÜð3À'b;)é¿ê¤’ 8F5‹éFØ-è`ÂèÑ2oôñŒêÂZɽšx!Hù²œðf^&ƨýÄdÜÊàØª<*‡¶HîA ã>Ê1¦C0A`㌷t[ØÀ 1œƒz&á–Õâ ¹°Œ7ø.}=EüÂibÎÿäàªÙ ã%]”…3‹º`:W) £\“a7âTv,Ô}V–£ BÓHá÷ØbSIFîb|žü˜p4–Æ$3 ÃÁçÁTC²¤¼ÖŸõP×õBàÿ­·igU#䈰¼]¥ °·NC7Új·´a[­|r žk‘FÿJHÍ‘Á<©-›/1ŽŠz©BÃÍI»£ôWùVMDm)^§Í¨~«0"äv]A®µòú´k›Wò¬¯F7âlÁ1ĸeX’I¾7Ï]¥¦˜Ò„ýÔo†NîGµ­ÉÔmp“?ÒÞ®Ÿ—G7»öqúqÔ¿ú`Ò·XzÕÖè4\[ñ*x.a¶ã’P²É:]ÔÚË ÿ )ÎQuoÏn,TãÞ2M^ ÍjÎÌ× 5 -éYºž—“¤è뚇Ñø‚ªÁ•Ï IE·DD&ØŽ‹€ÜÜãæD!&½ÆT—ñ‚ð1þ’-UÜ4úæ)È6\*ìK0ßM’eãQÛôOƒŽêíê!ï0}&2è£Ć\Îê=È nX+ v[¯(r–ŸÐ»ÏOáGeKÓ^ðçäm‰‡ùZ•8Ê‘G4ÍAj>S÷‰w‡Ù<5|$1á*ä£)Ž-äLR#jâÒKw•Z¹UŠÖ¼,.PeLsçü4òÄÜr$3²‘ Dc‚¹(ÜÇ{%—BºzîäJÀ„«–ãácæcf§Ú¬Ëc v®¬–!s®iÔ mV1§±ës¯‹ fgOƒf±Q È;€%)»çiö ¼åz†½Á,ƒOá N#Ép˜ÐJà;rSN\R»hŒÐù†bn¨?¯|‹ÿŸ¡ú~kú@0®VÅ­õΕ!R0F¶deÈ”°‡ÌBBÆwo2™ZyÀQ‹¢TZ±ˆU±žŠââñô¬Ôu.,ŠruÜù¼?~žw¢QTØ_eªg2 ý’Ú’Øú.Çáÿ1$Û…†^ZˆÕHu‚°Ç´x¸˜ZHîòÀ2\¢ËÓ6?U”êJšz -3t¾3dzT5mŸŸØ¯ª7olÒÕL„.68ìâÕ­Æo,*a»±‡ùÕÃÝ$¥<—»™ñ;U-ák•¡f§ìæÂ³Ì³¼ÁL=Qð:±’ž_2MòœÈy!£d®‚0NìS9 ”ø¨f%¯ÒE°na?Ôº,æÇ|Å -úhÁpÁMj ˜Êˆ¤ø² ÇHy™C’@ü¤t 1NªÖ€+¸L#˜°›Ú¼lƒ^¡—Œµs)¬ä]Ùò´|ÑÖ+äür·t%aP.K˜Ž?R-Ýp«p ñÆú*]Z±XO@£·ôÞ5´Ð¸’mC'šëD‹²Qþ¥òÉЧ©§À†4+âs±ŠÊ½Öc“uÜà?нUµ8m˜"¨EÆzÞÒbe ›Á⊫ذÖG6IuÁù3ЇUbé Ô®÷Ü|–E]@çSÈãX@Rjº!¨GV'Ü–ÃC`ÇÞíP¡2*ã _3óÖ". A´ÀëÍÈj03j <^ -Á—¡o|à6XazìGÀñœrx6ü›êoD€+ÝßEÉ¥á=h[êBkâŽÃI¨6ò즋ß PŸ€Yðtª€††‘?ÝÒ¡n¤Ÿs¢óª…°;}­„€žÐI9O ãÔ¥T´Ÿò‰‹¬¤=r/¤&ž‰Aå„¿ÿ¨ × @(»ì¦„Ęç>´=´m”`;Y|b[‡râÀw–÷[‚Ï̓±/ÁGÕÇ#ÓÀ»ŒY ƒè0ÿßÀ'ä+|@´¹`?8Ï»1•²l¨o)ʺÔìk`JÍ«-`¬#-¶L±Žts-âDPnfùïÕŒ· ¬¤RÝh°‚Øå,åøRÅ{`tgNQ7poœ]\o¬N®Ökc³€?k%/Ž9b!8Ǻǟ™=Éàrú¢›\AÖ8o…ønåÒ:V†½ˆªÙš}!ë¡ýlÞ_)Klë §ÆDYΕ¸…7™cä±k!fL!õ•Ñmª|ÏkT‘rí$Wé±fÿ4 *ÜûòþbçtfyZÇ%—Z¥w£6sÊ´á|æ‚’³6ˆ¶«ŽøJ©M´çsröµë‚¯o`•á|“¸|²­©D]pØ*3gFš'Êv%­îSŠ^Î4nû×úNº@ý8è-­ùìI†êØ^Óˆ }(W€‹9¬³X2`”[~Tto=eÖlKÊØV«IüȬ«ÐoÂéU•_¯S.ÚŸƒÚI~U¸¯Ï—ö¦7–s3±rÀ‰=m›å3ªÿ§y“?Ä|1–~„¾­sO̤†ªÖlšLŽé7‡ýN|6ÈƒÊ žQçËÂL—ƒ·í°3‘WÐIYÃÞå i«Ñ‘>ÚmZ‘p“ì5ÛØ@ Ya$áü7H„G€˜ïW˜šíå^š¸è4x5»‰¯—–Óñð¥<˜*†GÒÒ†8%ä}ˆÇÆ5ø'd]X(îHƒfa(’ç3Š"¥^ߢ~ˆ‘{ ©@šÙOà3Èù’JB"¹ƒd9é'ý@ì!îÅã#"y„{œ°É˜?*úòV\ä3€F`Ý^bdŃÇÐa ŽFw–, å–%¹›ˆ&³FªÇ¯>_ƒ»3Ï%ÀÌ ½ˆþA»ˆºÐ(j‰Ïi¤‹œæµq!¦ò¦Ã0ÎáDA#Xb±Žø¡fwÎ9|Øa“ÎĽí…ñb ´9KRÐ!ËéШԼET‡\aÎø´!!´«—7ÜAÖóÁ®„'GíÀ^=ÇßoŸ’“ˆÇ7d§v`­u›'Ð÷5c.ªp°BÕȨ-P¤CJ-,ŸFø>óÆË N¦†y\è9ƒCC©¸¬ððÎÙ².o?˜2РÎÏŒí«ÓÊ"{kä%Lð¸½@ÞxÝ -*ú…çÌûU#üUÌ¿+ç¹Ì¡>Uy/‹#·£ -þÞÞœï‘%h(+¸‘"©+)®Œ ¯Ù+sŠLµŸ)k þÞzG) <`Y¨ž$ì­NÕ´óSé]ºL—$ò™þó²N"Ïä(øº¡±Ä/3©®Q–l©é*Cc:“MOmâm§ƒã-•êÑ@Su_¥‹°—ñÒ%óM”UϸÔïí¬Ù8ôlÕu)\3l5ÊÛIƒŽ¥*:ÆÕV¬ŒPXnkn‰ß›}µT` ³§*@x†fëñ›ÉÆ:—>‚ ±¤ØU°?¿¸vqŧô;Ž¤Ê°$‰­]kŒÞk]¡k‹˜mÞU5 î¨^h˜ȧwƒ„=”ÀTÈÿ•8 Ô¹|Æ3ÀV+¶º—×íh×—iŸnP$öY«Œk¢Å–9Æ¿ÂOU7šŠõ ( -œEuƒK„§È ð"ÿ1 2ºúaûa_Öª€äͱWAÿH;a} ©³,2¨wÓcóBxV¸ž9 Lj£é °=`Œ| ÷ -Oàü<¹fasí‡ÜGÎåjmJ¼"í[Ë^”ðƬÿ?Apu¢¸B¥WÛV’Œ ™Â¨ñÔŒeF¹^†-Gr'·q cƘ{æÿç>LjðØ¢-m¢Uz…öUÚÚ~¥Ò­Õ±[íJÇzö}Ë6©©[Ä7Ø}ðE¨Š'‚&‘°”:ÛƒdŸ9p xLV0p̵X•¨³?ëôø‰ÔQí2·UåöE[+Ûo*~Â(·ØÊœil“7Â7Voãñ¼†´ž‚Vw?T{Üå0Ê—tfÌ·^Í Ý3Ò²(ÿù·@SQ‘&z[Ãê’ a.u–²ëŒfG®ŽÆ2´ðâ|stLÁJ¯õáe÷;˜VœOX‰ÔJdìn9[ôi±ySɦ¸™†“e{£®Ö—W(YW-K+O2¾6¶ð>Шz¶`»oµÖNhô&ãc¢ ’;j”ÌŠa›ìSzOóÓòú$¸‘Ï͈ãZIUîQ–—¼;,©©ƒß@¿cØS“I[§#ÖnôU¨_‰þòŽÁþ+&¥!?ÈJ Ð]ù—´M{ª×&~²~à âìêúW¢¾27×±BEµ9ôcú@ÑQÚ?´+Äó¾Fü4Þ›NÉl$+ü«üÑòP|J«jxW›š¨­?"JŒ=bQˆÃ"/›„"k¹!SònÕ…H'hŽoYŸo7î,W{·¡NŠÒ ØG¹™˜V*ÿH±ž‘‰7ÕárûØs•ˆ4¥ò×Ìi=_‘AWj —iKÔ™Jšï),MiõEò•Ÿ=C*—XÜS¦*ê{EÂe tÆ:™„À`d²Á 0Oëš:GÓ - Ðâ@·ïÚ˜¼Á#èAßRâ8 ÈR=ë†ÑÜ„ -sº=bÔ Fô½Â4j/"ú.õÜ»åöv÷½„ÚA˜÷;Øœ÷H @ü¨šÝRNYnh·$¬5Ñ4³Å†sê—Óºgj7f‰v Eߦގq¶¼ÂÒÑߟ²kƒÔïòà‚Ë Š×» áDi„Ëu¤Y¾5a¼(gÆú·¯¸9Ø2Q‰±ªš^óòyÖÇ|V`—åR‡ÿ#ãXíjJŒîšx‰§£zVòÜí3¶UÖBð€o*6&Ķ/âe³o¶n­n”ÚòøoYцš¿Tí$./¨Fã‚”gÙÍ”‘vöÊ9æl=GåÏð6ÿ âöÞ¨Q7ëȪ۔)uªjÞóú#àãþNb‰Á`PïÒoˆyÖd…í"®Xç¡ÌŸë* >ÆrÓ8„¶ÈP.u«6 r£ü…w€W<çQgPEr‡®‚!D0Úï¾hÛŒkbº»pǛՙ½–ztŽþÞd‡rëô¥ÈS*Cs ظ_—x-ÔO -ƒ² G¢‚ÊÝšfºîZLuà í…~}žfœi0O«ŸÒ§9êZÝ$N †h¨èÜFg G.{Ñw¸Ÿ”ÙA'ˆG púðÇÜ]{ûl#ù†tT×R8¼o»BS|=çb•¢ä„üŸAú~kò@\«€Š½ÊYì©H-†°d(2j…"ÃBB>²Éþ’/ßÈÞ;!„JEëjk¥úèµÂQÛÊi[«‡‚z.T×]ÿ÷§× OX†BÁÚ!¸vkƒþÂÎ%^—?ËŸÔoLÏ·éÆc' 7â-2¬Û´·¿¬Õ™Û8Zñ­c›yaµ×^&K§àl >‘zÐ*Ìd‹¢Ì]wÜlÈïáÇ™lé«DŒõ±/ e†=‘yˆX¿¯ÃVå«j¸P^ÓxÒôa¹ácŒRäÆx{j¸®PæD'¾ìöC»&ŸÍ3Z¯¤ˆVZ¢ãHzLÖH5‚3Üiw¿Ú“éù“XØö¡1mWmóUÔOÆ5¹¸³Àˆ7ƒ¢¢7xFK‡ÙÙõ¦üM܇ÎÈ´·ÂÛé¸å’Ï,Õ‘Çà?Œ¯÷|]¼²ûOèN°k‹ÁXéî¨AfH€ŸÏOZ„”h“M´R'ëHciþr.èNI›¦:?Š['ž³¾Œ¼w›&üÏwˆvKÊú¬ÑOWŒu;¨º¯ó)wÅמWÓOcµZJ‰¬”¦þ¼WÜE Ói3‚;õqŧ핑30j>Úuœ³¤ÒïC¹gI\Ëf>ÀÉ^ -—ÐŽðO‰YóVq+§´, rðySp“èLê$Ú#'|*;„O*F±Ç{ÝÌuµæF?›H—›Ú9‹„9yN8O/póÎRü¢ýšRD|œÊ«–®ƒÐT/Ãs„¬+Åáäïä}í(u”“àéc@<¦1€u_`F38I"#—Ë3‰Áš^Á(D*é+áÌÜ«’hXj\ƒ½ ¬@/ÈàŠå©JÈ¿w»×RA«õ]ŒCR#²”‡‡8"N/D¾Ç/ÁòJ„¯eò\@üüPÊ[)Uqˆ¼PNâP™Y½ u–Ü#›v†ä'uå´³ -Žô9S¤xS§©KPºÈQÜ9UX±U0¬êÉ™©ãR† ³úa!’­Yƒû{¢inqVw릜5”Ý;-š¨ŸM1ë²÷²¦u¿“@θn xÿOÝÁœ}¢=å€ä‡°>¤Ë‹Ä0]XsLÕ<Û #¬µÅkÖ­F(ˆö‹e€u“ù‡eAõÕºÇæün~€I—S% -3žN±K Ï ˜`H(ÄBôXÓƒÊ} fû*Rº§@½™ÒQÿZ²™úƒËÇJbÜsÆU—Ô…Úÿµ#ž—o#æ„ ËíD¼Ï,&dHϘ–DÑ3†Ã¾‘ -ykˆ-ª:®¹XÔ|ÕŠuµ7¼\¦ŸÚ@©ºÁ®pÝä¶¹·N FÁ)q´õ.¡HJ6F|‡J§¼Ï˽ ÖÒªòŽå—äÿø¿Çjq­‹˜«èìÝUUJÖwÞ=EíÜ…žË[‡L×›6ø£c ¡Fl%FÜ@ÓMíÞ,âXÏ#ËÁ]º‡”7uµ€,ÀÔQÂè¥]k›©Šg%6{Š8ŸoÅÖüÿyZRh ßJà@m]¯ÐE檖xá­JãWGbj$âZ`9ôwI;­žu šbÞ­fÁ…œŒ¢Aä2_µ5ƒE½ÉÓòpÉ$>^1ϬþI¥•­ÙÃ+¨ ¶ÿƒÿ‚¬š¶1ŸˆÏ€ëŽ2-âK>N~#…+;åã¾­uÑueV7†ëQJøáüÓ Røžð.~­ˆá<„`ƒ(¡»…aHråu0 õ^“H°ûY·¤§ä™ÉŸ#/î¿„Påùp"VØð=#›”Ì/d™²§uËäK…U\’ügÚQ~§ÂX%| Ì(,+fY ªÚ“£‘u>£©ÿ~NîÓØÜVj‚fʸžþ\‡ý›µ[ ¨œ÷µJê-žPÛ\¡ÜÔ~SðhÏem–Ü×^K^ s´÷ð%è v·Lª}WŸ˜-<ÃRšÌ€Ž0sÌ^¾=l^LåRLæòGüÇÆw<‘ËeÎþõy,é™ô¼¡OG·é/á*e‡ôE®pʺúŸõ!Ô4×02ÇXíìç]dw´ÔÖsÄvI¹”f+([Wdˆíæ»I·¥¦xùÍèÁ¹e%ع¶fùî ]bmŠÏ$ÑcŸð"™ ñµï×u»¹å‹xTW×ö ÂÇPføÒö iê³.ƛȜ†ûQ6߈:rÉ[ÚñZ@÷¯€4zË×ÇLÜ]xس¾Xâqî@Cßv— Ý›‰jç÷I— j{,Þ‡DYŽâƱs¦R»ŠäêÆi)½]¼€úC‡•Áhñ7IlA‹‡(àæ6·“1ÔÌp¥;1i -tÎÇw·­ó±&óüz TiÖ߇ÇHd”œñ&P- ­¥bs˜øLVȉÝ+¯àƒ[X -DtxC ²S2½Vu ;¢ –U8¿{ýº2É8í+ø4‚éå¶Ã™u;l„Á[H B=‚Ï4ØPšñN E­S¨ááè-Ê«}u€:Vd6°õš“`*ç²Ô+îçÿAÑÂÊ6©ÌÚ™ ?•ìÚöHEû±gˆyýOrÖ]ªx&÷­&ªØÊV‹7)Ú¬®ƒw!DÔ-Qשřÿg°>š:S±NED)”0ª¹pœ,¡M,¨LYQ „¬÷òöÎK^{ʬgÑã\XE½¶êYÛZ=ÔVÅj‹‚Ü‹ªUÛ_ñ}Ðï›Ë%Lk…Íè˜Ü‚úáÊvÝKÔP Ajj)Ý!j¡³ÓœOu'ѳLþ:6hQÂ(*7·{6v”ú -¦Ô²Wˆ ½<Æff…6àÇ™_‚Hc»E¿Ò‹9ªdkÑ}æ õ°8†5€k *öla»)sWÜ¢¸ÜÔ‹/·]VÏㆣûÑYÖÅ¡îbU5׬;|C¨mÖa‡²0ËáGiÏ -÷…~¾Ð­¹h ŠæaZÊn?" †ìyÑMÈû´P¦´ê$2lž%µ‰™fRe0q§¨¾Bm.×M”WkĆÀ²¹Ý¦5¥½)y€ÖynõeKeÉÕh |Ð1ªD„A_ã7…ù¾»É>ûJ{†úYý°±îœiP7£)¨Ô'V?Ï 3òUHÊ$󑊇«·€÷Ê•Ñqp@é™Ðt4ËÔ‡3ŽÝ¾—I«i«PÐzWiNµÌ4ýS+o -(˜U\¿Å=§Ïp­îur¯Ù¿æçÕJPWõy´´¯Âú ò¸,±E­Áa›\:A<°I]¨6/Q-Ýms£2 ÊÀÿ›ÜʦkWšo–Z6·ƒçéŒÇ—s~’î,)ŠïEã=Q¾Ø ðFzŸP )žämû>Ñ·t¢Ý‹¤õ j½@7£gQ›éyõœÍ^ÀžÊËNKfEk’/ô¶<;žC:ÊfD¾ÆäÎ^é0>R¢ &9‡DôŒz!L&NG4Õ:ƒ¼Ñ½h¶)¬Ýô¹ùQÝþŒPð@Í­ÄP퟊ˆ+%‘7ÐòéUÜZšA.-!}½¨ƒÂ„¿Î¼õºyXßÜv¤°ÝØØÂnJ7ç6-I—6\Hì´üQÆKàÿV?ü…+Aé þ·²ñÄgƒoE;ŒÔ~ «¬â·)æAeþ¦G|²êdÆ~U¡(1—éø•|¾á|D_,”ñß@ ¿Å6=óa¿-‡”Cl§Ò ±7T …ÿæfkäG¸(íÜô%œ¾xè“V®Ã¸oÅQn ÃǬñ\Re݆zûwð®ømïe¼‰:‚ÔÝÂÓkÚ¤=¡áé[ú`Å3FnÜœ¦fºÍ-k^± Á«+’Ù:Ø+ü7Í“Ôqøÿ~«7yË»ÜÚÎ,¼ˆ6ãBãm2Á,*ØJo!nÙúíg¬¡èôý¸—ÌZ¬'¼žyEäK¶°{(wÿÜzú„÷enŒÕ#°Fè¾á®FTê^b)Ú“k$ƱÁT¹"K©Hϸ]t^̸ҩ’&f€Ä"¶žmòñçdÜaør…„õãè •«ÂNÓ‹rá»èc)NÂÊdÈËÉlæa\6µ’- O ¥œ¤™™Ç¯fÆ­Ù>Ûc€Fá4ë¨~:ò‘*êà 9˜“§R&ã _!$ÌüÖ¸y¤™ß¾˜‚ùc’äûÅfÿÈça󰼂¦8ã‹ãáç”|Jz²+Ѳ’èäf¬ÅqR6ˆw8ÖÄG…ïÃ]É B’¤™ºi¿$¶Ò¿Ú >w˜sö¹–Hðe «‡+Ïçý;+]³=‘ΊiÉ1hùTY-ö¼lrláí|6FÆ—ü,i òýâFúEóÈ>r o¯°ÐõyÐé:QÖaøaͶõѪ=e¹˜¦²"¶o- »Dœ-‹–Ô/œ­â´_ÉTQ ³DØüZóµx±¹Kù -hü1K g7 ®?Œl¯ûN&EÔŽ-ÆCªJÂNºŠ$I%¹½ÌO|ˆºâtåÒQ–©¥©ÙRÝç^ÅÓ<±ÓUY›µ¸$_õ`½‡ãbaÚêGºîËèqaÜøÁ?z…f@ûÑ[aÔ·è¬àŽEø¾ý.¹ès¤+]´Ó.*±2BèÔeʄԢ×ërì2XßMÝ Ç Pk($H¸1 -&È”dd#+€aBÖÉYßï9'›mE[µUñª·¢ÅòºÒZñZÛŠÒÖªØrE½¨×ºj-Àóãûy}Þ)F¢>ƒ‡«7Á†º6ѧ0ª¡ž¿.Sçy΄º0Vxi𪵃Sòe÷ÁWÒ‚Ю8“¡Šj‡„¯ALmzÔRÀS -.*G‘|¢–ó½À\íÏ à‚x±€'ª­I'ȪPù}¢­&-¿’ØY“>HtÕ”À"5Œ¬ï"Ž7î“<%†5JQ>ñRÆ‘îÈBÏR2Ò0Îv"7c‡«S0¦þ´ÜëWÅäíÅ6ö¦»álõ‹ mxœvÝúP¼QGKzñcúó¢hü­Á™ND¢2ÏV‚ľ`o$NããU:ÃÚ§¥t•îEî”ÑÊ zÙ³Á s7”GÞÆä¨P¢Ç΢ŠüðåX/?8â9€Rö‚K.¬´"qç5r's“ R|L6Íp”X߃ºe‘[Q qP?¥`BäŽU~vƒT{Žã‘äö8¾,SÓ/¤Š¿Ó Þå k¨[iÍÈQjw|¶aU¹Ñ°ŸZ.á "8*šƒž…Ûø…˜æ{ÍÄáJw6¾ -ÎR8ëfXFŠºnK]Î:½Ô|7M ¿lÆÏEŠLu‘ä¹±[üÞÐÊÜðŸDW1Žüô-örÇd”Î=û oÞ¬å¶XŠöjo4ÍþAG5õ¥^ÓÏ·éOú>[tÄs¤È:]ü‡ÁÙÜåÿÐÐc -ã—¢™Ìm/ô%ýù”nH*~Ñ”:·ÈOëß±?»Qûßv¯Ô­ºÆV•t§žßÜ1¬¿gŸÿÙisõ3$YVòË ïM©^‘è!¦É½ ‹¡gU|hzÕR8j¿’ÇÏ:iëÙÔÂXaɼ¸Ëæ2Cø:sÎæ'AæŠê !j4ÕòÙÍUùqbè'šn·4:áUL·± îβ†Mf¾·ä•N&_37–Æö›ZCa?TŸ jgîÔ}%T2+¾ôù–Ö«wqLÔ ]§[/%30eæ}òM‹LÊ/e -M© -i²ÐØQµ/VÄ\¯VÆð¦Î+‹¦ž åÔ#u­ÏU¢}È9 ï Å,'¨C‡ä¿•• "æQµyc=S^kI²Ñ?+«cѱ ™aÓ©þƸ *R³Z˜ ¯è–û¼… -d)眃:³dàö ô/Q~–_C»7øe\ Nªz§üªÙ1ëàSè×P£}ørôEÂTp¹èë,h0×Dc‡X_€ÙļÒ88¤¡óÎÃVí¶Œ@˜¬Û•hÓôÍÑcàB†ÖƒBƒ:ðGÀCK…‰ä Læ+$Ïá±Ü\²eýŸ,#%  ÍóÁèHú 0+Hô&obW£;Ƚx|h0Y…ö Ä¡” $úF‘lÒ›k$&ɲ…ÄMà]|œô¿æZÉàCz$ñº$\$~…‹¢S‰>8/t±Î ì$ìàƒ0а‚g¾é qÿEhÀ3v9Qþ*ö!˜rg‹L\Ù0ádü%A‡?4G/ÆÇ˜;!ãø(SHâãôˆ0B‡úào©ÃÜ!bµ‚½…p„§‹öá\{wN.±/‘5àa¶‚„5¸Uu÷³ÀoñõfK` žcR ƒp¥1Ý· 71aÜßñÝ´„Ý÷Q9EXJÛXNFµÈxØö°á=Æ4ÿ#ê ¶ËþMÈAì;[F`vÏòo¡w2s}«p±ûÏ`Xìk¸šúmÓ³-'²Þdmoœ·=uMÛÚB®´¿¥µDÆ5=)û3ØÙž«¨h¶Þª¾)Xm©W¦y'™?V]ZvÅØ§ u=̘‘-›ÂÛü•ùºU^ì™ÒÕœÀ×qfB?"Ž%6r}n¹Ù‘~δՠMr0~®õ0Î@¯†K™ L%>BWâ.¢×Ô~ü¸ Nu O×o8 •ìdYÉw@sÓäGŒ¦§ëÈ”ÄL/Ùs~C^_JG‘ïÅíT X)zÇ@†@ Åá%‚N°‡SÁ%Ö7$^åÔ}èw²»L%ÃIL¦2®1Ûéôõ°T Ý)ÖÁ ´Lt®¤&ZÐAíà•Gj=’Vøõ˜\÷g¿føÖÙ2Ц,ƒ‰Ó¨–´˜ÊÏ|0ì<Ükz%.…S„èè0V 0àÄØx¤•>ÆÙEò¨»ì%ÄEJ’ éðæ»2u¦yq µ¢É7&Òv×°p¶õ8 tZ®‰®׿œ¯¦À ÎCKV ì! hƒ}„‘€„ ‘=„@dïüvv„!Š*zUKAAmõ X¬8Z®«Ê)N8Qžw÷ýŸÎh»°˜`P»™óÑ\G¼b44T°nÇïE¹Y’í¹Œ7i:¾T(’רÿ¬ú;®¦uWmqÑÆ­ÿ7AdÉãTáq&ÿIàzUÈòÖêr$“¾hŸ|!o×çr·,çŽÉm¤´zû3=éh멺ø¸Ûqv"ñ–ågN¡ÙtŒÏÂÇ. -ÐÀRݼ¸Ãû.Sy¨‘^eLÞb‡¡úâ¾½»VN›m=ZïšTd›i°’Z¸^Äa³7˜À6¦ -xº^)^hÆÆ¥{|¾Fƒ®Á¿©òóŠíüúÊÌ{­ý ý´FÛÎUÊk4ï>©Ç,hú@DÃBwB©~QœŒ/Óm•òGÑcr³O’¨ÄpÞÐGuqîÖ^îåL†í9ÿ0m•5¥YJ9hþIèFb™\D'ˆl_Â$0tWdnx F‘O>FÆ”ÌR½ÇÕCñšÒ\Û;¡ý•µN¤IýÕ|W|‡"0UJ¿"Q wdTb™¾Pj°ËŠ1|'š­r -ò†Ÿ¨7úLAû4¹¸QТ-Èé³êekè7¹wªÂ´_±š’lLPüEÚ ÿSÙCÌÑ1U}¥NÄA Íš 4˜ ¹âë9h¸à3C±d«>Щ¦ÇêþT’ÕDS¾1|«±þ¡›Ö¼$Ò0P›C¡ÚAü<¬ -âBPîû=ÈxFjàUö¼9<•ñÑ8 ­§¾7ˆ ù¡>ÊÃf¡Lbz¢äH)Š¿-²OÀ{¾¥À pijXÚ³ ¦8L”±ßpROêMXùW‰½Šy b2:4ðÂÿTðå C`-¼ÑW@ÐNOT{ -òÉv7&š2†F1Õ¤»`¸BÞ‰Y .±§Ñ&=™ˆGÊt,°ÚPGÈ - -‘|ß. .ñÜ«•CæL—=´¢k4—ÞòÒ„$·mÅqÝÕ1Ecµ»#oÚ§Ù a%- œ{ÁÎÖˆ&ÿW&©h©W’þoéV÷.¬_QL?Úk*¯H깺-2»ÏL }é2Ö%ÅlnÿƒÍˆœi[ÂA¤¶ÍüSÁñæÝ‚þÙFw‰«W›n@öÌý#Ú«„é™»VTO¤2wìªM¤X·‡²&HS{Êb¾³/å.œi©äÿf¶L -tÁ5¦dqž¿QGúÅë6Ö«`yБ“ªöŒë;ž³ÞQÿ»ý`ƒ/%±³ˆ“Nj³Ïñ$1.­ü¦È«Öׂ—af‘895:Kíþ§tgå“Þ8ôˆrÜ£~­6d”t¯çºQÿÕù†÷€²´}¸i€Äi«4[–‰â"¯YöIV‡ ˜6IŸÖ¿”ÿîÿ ›PbÞåÈ5µ§Ç ­Q§¿î²©¬žMž±SE—HE­Î’o‰ ÖsҖȇfL¶vÙ¸QÁ žÕ½QÞˆG画½÷!Κ -\¤Ñ²ÓuºKŽPÚݤÇÉãmËeÇI4Û=ù ñ½å˜b(rÞdQކ½0d©~ qÕy©OPOÍ€÷¸\«Á5ƒ€Ò íç•qÔµm7•/È}-7Tí¤hë¸:œøÒ|X}.ò“±OÃ_¡j—…°\mg@?Rxùà ³€w¬ž¦—Øi»SfZud‰m‘Ü,AâL?s‘_ £`X¸·n˜R޶܀+ðiPëCƒ( wøÂé®m&ømÊ¡–>Ä•œmBÜc¿˜GáOÄÆKðÍ(ý<=‚9!Jä%ì°¡“>ð”çé솜6Ÿn•é )RÛQÝ8ù{Ë}]aìSÓ<öˆxÉè‰5F9ê7£ÏÂÿÿGãCìH¢ -ô€Æà3>&P;yú ¨áŸ[Ëfsœ[æ*› -’᮪ç%Å’Üš-å±l¯º3Û^”­dSkvfÝi|W•|ž7Ö8ºqmóþw¡"‰€ë;%eˆÏõ¸g0ª¬OJëʇÁk¬mOEÓUdæ<ëv ®îa©cÝgö¬U K8G“#¸~|}Ì`YPºG˜'Zðý aI»ßæg3i·¢ÇµWZiN=Mh¨6´ÔUýÈ9Çðª™å;lÙZ×¼!©¯q—SÈw3C]Êòó[å²®…ì7ÏMÂü[Ü_4óÅ6¾@À+sh^R{½À%…LÑÒÌ¡ºýbi¾!Eò8f%÷®¬0´¡¹B~Â/AtIØ™–µL$0|ÌMƒêƒ…d‰²¹´ä•´ f¾|HRÜW¥•½ÍÜP›)?Aùƒí«Posž)7… -šzT+ýѪ©ö‹tL5¤ßí£z«Ræ³Õ‘MÅÅ[Ô5Þe5V´¸-^}ˆ~¸&F}¢«Rϧ84_‡v6-×$øÝžÕ°ì¼t12¢ãg¥ ›”âÜ ø<_VxÎ`2 ‰"n¥/GßÂ$ƒG(Y¬ -0‚xºQ ü:ÂGd‚°N;ÝFM;c¶`ÜÌ“\Ñ‘Ã02x£]†ˆêÉ’[ºÅÂÏAØYúÒêÔN‰¨Û0‰ã áøÐiþ:(Ü¿Yèú´ÑªÚ h7ÓÖ&¿Õr·6ßl[]M+~jÙXØ_N7•d\¯ÚoPSþÇðœ¸5uw¢R°®Š¶Z•€â(1R!`1 9$ ä '¹^’——äå½äå¾ G"ˆ‚Bí´ŠZ­nUVŠ :¨~hû¹UæD¿¡xRjAK·ßð‹—/òMý—JìÚ4÷ÎÅž„Ç<‡óŠÛ¿¬zI“´™Ì9%i­xMãló)ñ}v\©\È;Ôp–ö•8"˜”—Ùj;Sg”ÓUI ‘ï@ìp‡wsã’\SÏ¢*yAýÑeØp±êH¸GŸk{*°œGÊ7ñ–8Fk‘ì8Ùòà®O#”‡j£’¶C±ÕÏcƒõÞ×-õ•M¥øš%Ò–²›Wâ”éV~ª$¤ò‹&Y»ÀÒ6Ú v!°5‹«·ª¯ne~×$Ü1ºá¶è¯ÌïÀ<çW?Qt¿ÇòJ²ET5J:+ÕŠyù‘ò2•YÙA‹Ôăµ;îhŸh [—Âçàò„ë¨]ý -[cß/ä2*í>%Ÿ-‹1ëE™Šn T9©|+–ËN‚¹eNÀ… -*Õ:Ý­<Èlø€4¬w¢´„>DaRá¦sKÃ!Ö"Õ˜wœ ‚ýØþ1¨d‹juÛDvI³þ³_~Á Ú3ª|ŠÌS^kRŒ¤Z‹K8oðšãFŸõ“à[f*üƃ±ž"iÆ2”£fêŒû„=â1ÓNæJ#îÙ ´›×QŽ‚+,á$•Öf™N„¯Zµ£S¶kõí¥·-î]ew¬ttœsÀ:¢’òfl8Á¸HcÓ0¬’_l}ùŠ{Pãíe$ tÉ~ïOàç*Çl«E±ê}då=M‡ì­L¦­à>V¼ÓG•̨:á¹W52Ä–qR·Ã˜JŒ4DšžÄÏ£_˜£!Œd%ûŽq«õí–!þ9ø±vRô%‚“-–˜P2w­|±°„¡$˜D¹%`,fÈk fʯpŒ¥“ð1òÔz6úŠ©ÅÖ_µo^`n¬øÚ|z(øÕ’/M?· s¤Ò)ë®âÅ´õêÏê¶Œ 2D¶]J™Õ3íé*B³ûÐô±ƒâ]T^âÚ‡ù8ï\\htÑ%rQÈEbß\t­(fÊ'œ¯¨Ÿ©âœ·3¢4JçÅ”9ÝçÎ.`p¶à„Æ^gƒ{†yÜï4u°-Õ3šLÞÊjFå€íkfçUvWÝ+š‘MWᨠ-e‰WLž/xNê–»!Ô -Ý \§‘áºâþ#£ „ÇXéAlà>©/®LÐjçX÷Äçjþ\ô…,:@§f-Õ³äàj_;q•6XE%ô“žYܘ1Â=àÊ¥§·T“ÊS ‚aœ—M‘â!¾¢qË#zJ/‚¤@=£˜«¥“Ÿ¨›Lb¼6®šM…[ªT1 ÐQO§³­Tرí(c· ª9q­b1Àëmž`QDYM²¢lÉ݆ÿP—(¬Á}äÇê¤ÚKÄ­ÐhO˜€¾î˜èa/Ã+…ŠKÕK*sk”º>ޱ²[‹ObÝ5„‹ý )–6ïJE¯©éE&®úfò8öV«Æ/¶tÁÏÖuØvÝî ŠÅAï©N‹…Ú É’ò~Ý€<ª³”„œ&äCpKÚKtRKI2õÃ4<ÞB)ëÞYK1²ó–üžx#º ø]rSuV½P.eƒ·€Ûeÿ€>WïØ[««ÒœÉy®ÒmHëBZà–ä^c7º Ÿµ›Ôë‹-ó÷¡¤ø›aVNQ]WvAðŠ®ê†Ê"ÀË:m -º“v6ë× ai úCò!´ÇÔ‹g›ÍæõÍ׬TûB1AG‚ÿ.™Ð·rüB€W‘$&]½ÒøÀغ3Uûƒéû´Mp±92¹¹lÉÇÛMaVÏúIs‚í²uTðÆ”«¿(þ[®8-íþãŸRdš Œ3ÊK–µÁm–o³' a«2-\/°}”|ÄðÌ6Œ?mäÛ±è,¬Ç±ÉÒÍ_騮ëe9ùO’O޼쾣•±p;N`êDÇ•ì.ÍŽ;Û&uÁÿ1\ÞoM&FD¯žU®@8$Œ’'âA²w˜…@PFHHÂÈ_’/ßÎø²HØÔÃq×îãq *W¥ŽG롈ł‚8N -ž‡ÔQÿ÷×÷} á‡ÁDÓÆàŸ¡Û¦tcRbãÀöõÀï¶"Zͤ-™+­?b=[Ú#V[còƒd –þ4©rµ%>v 7_?¥=`.^‚*Égþ—‘{d+úSÕ¦æ> ´º©é?ÂVÁPãg¾î¯Î¥Å"³c4oJ*kHc(Êì‡b¯é¶ŽðóÚ`+â£{mÁüß"³õf»îÈUµq-³Âµü+íNKí`ëH©›p°eS^d¸É˜&qŽÅ^R]p„†ßÐ Ù±hÝ>ëý¯‚\ ÙUé¿§OõÎÑ]]õ‡y:qNRÍÇ™¬Qᆎ y6ÉŸZgÒ¾ç5‰=¯â4ŠÃïiDŽÍ!ù:žÝå+²Ñº/ÔÁ¬õ -ˆ[vZøbï⼄‡« X‹ˆI°œç‡–ÕŸHYÄX’’èI\$_ çà;j–þ ëÛo˜„'Pzœ£Â´¡\K}XÌÿ{Õi]~íXÉcˆ-|ž›ÃR”j䔂݉¾RéY8S+ ‚ÄAHåGÑ¿@IøßJLð½Ò«Ë®+PŸN²i]$œ’•`¹l<§UwFÉKž†ÃÙè -¤W ÓÓ°Xh5µ ?…8üý—¸ä¡â[ò_¸t¶–«*‘¿¬ü0£¼_\ªÁ‹9îàFMorƒî*¸/: ¶Aôd4i¡^Æîc¿«‡é -Å˪ Ù#YŒZP+25c•Ÿ«~F0{ ]cv‹¦šIŽHfô*H‹¢3îI]À¾$T?|PÜ*œ†:¥O%%°]°WÖ†H+ª-h3HEbÙTµ›Hz£Eð¾¨W:ÑF/‡MzUP*7QTø×Fš6¤~¥þk©›h¯ÞÉ"õÒß/‘G|‹~P2 \Æ@d8˜tNã4,F={Œyt!tÝx ˆ‰<0­ œÁ†L<ÍÖZ…å¸$En1ð³Äƒ–Œò4™‹ù×¢ EŠù8ƒPáfqR‡úG3=ê†v™|M¡(r$Dxd'e« 5XCotwÖ½sŠx¢=ŽÞ²»’ÿ6Œ.Ê™  †ò¤=1I£ö´)¢.kk¬]t³®ß2ô üÖ²Î?s3Wc‚ íYbÚå¶@^–°»eúSCz5› ûdö&ÃG¹Êy'©@`ÔyÍLÃzz«®ÀÖt>d­ò/B/Xþlãïd‰v×~㨞­ÿt®e‰â’ö‹…&éT듬7 -¢Å3)pm¢F iÌÎhú.p©¡0è,°©?™·ÙrM“‹³Þˆç‰µå^¼ã“ý¶ÌDè«» ó‰;5Û²õ)Â5 ÓúJNF2(ì°'FõºMýÆà°Ï¢i7ãH›"êAf¹–ê´s;ˆùÔ¾üs6(òÌ´ã"id‚œØ¬(TëWÖ°yý#íÙMÏ —  ßJcú^eg!B äVûš Á«„?ls“’ˆ‚ýÈÙ¹ŒWh²4Á;ÌGæàg´;ÃÞ Ô@Šþ:2îÛk¸ŒË”ñªèE½\‹I“8{Á¹¼ô†îŽR^°š8²^£‹Fó@Cd(æ„Úh.ø%ä``61õû~4¬"^ªaå·u:u6PWuWsV³¶” -®ÖZó ºrð]ÆF¨BâMˆ'ü&ò B1Úzì>¾2!hD“_‰žcp—ÿNq -üP»G%‡Rª|Õ^0åÔ8Vþ*í4;}Xb©ñLhOŽtG¬D:m3æ®Ï ìÁ1C±ßbÔÈ”ȦqfÍmÅU|‰¨:ËMM,æuinêkÒAP¤¿yXá^Ã]Z&Ê2V>ÄçüæˆB“ZZ,ÝNÚj‚ä\ò@園A)Ù |F¶å嫇I<=N‹’Òx7]")ˆX†Þ“Õ´2d€äS]±:²žŒ?&ÉQ‰{C» MFkȨ”+Bí?—$(íqyîÀuÛ¾t/ÍÛçq¿€ V,b ª±ÌÒÄH´¥Œо5RÊð&s‘d­è×­ÀSJk>Zé*iú©ø•rmãþÜÛÀ -gsÚSõ{7¡]h¨ŒøM7e£!ð¨Í—šî³ºPŒx¦eµyïðæ+©è8WqR´g÷)JZ»s«ªZ6¤]WM–¸›ZÌ9õ‰€;hVXcÿŽZ²mŸQºð5–½Âì[ÊãÿF.•s*¬äŪ„â@¬~šsšdÖìIÉá¶Øy²@꺥‘T*~ ÝO~¯6¤’té>Yæ0äâC7{ï™aŽ –ï4®ç0FßÚçÙ"Tš»ÇxLAnQ?#¡C&6è 7]„>‡I:¦yã­üÁêI"°ö/e=Änai‘‰x&~™ÍÑÈZSú~eB,Ó°˜ßRnèÑž½eÜ -iúŒWÐ0Ÿw¦BüZý ä…(Œû+zLÒ´}«Ý*|ˆÍ)ž1îá&À=Å‹ hè±ÞÄ(¸m Co„¬¡Ó†hd0`Ê0ƒ=õÍ16ê]ëžB;6nlU‰¶3¾š^X€k.1êÑ9—<„‚\bæðFxÿ–TBŠ„~Ôç`K›þÏ@}¸5y'V¡z­=­!0B‰Æ‹Ê’= 3ì!È–H û›¿og0-Z,Rp#UÏUÇ)*ê£'¶NëÕž ZW-ÖëûG¼<ÀǺù[Á=Zú¹þ+][~±áˆþ÷ô=ÆSÆ`Å5S·);z6Ô CÛ䃈éó@Mè”·;¦ÃÝÝÒðrÊ -B ]ÉJím¸%‡”¥ ‘¨»¢Ø¨DÏD5bù!P>KÞ sx¯ÒJ¼× g ¾ƒ]%†Kñ3$]ŒiÒuž³öѧìÒ½'>*fD¤sT­1‰ YdBÈ -ù6èÙê?'½³Q7j†Û!,ŽZ-¨À©Úõcµöœ0÷k à•+µ÷Ø'kOêX[T€!›•ÿfÜÍ<”7ü5³Å?Nd–{«‘6zØm½C›_cSôšõÅêçus=k±ºei÷4OmMk!·õTÔ<½Õ2|ÇðÊ"Ó¦"s¸*4À{Sˆ/kv›D1fŸà<ÖE?+úŸzΦ9}5ûšÞ¤mÒx4ÞX­ÝÐÀEŽéFêÂ/JlÓrØø‹µÛ?*´Äz7Ã×¹I÷Ù¨Œm<Â*¸hÚjS^ÌYcyŸÕžÚbQäUÄ¿3 Ü`ñ?s+ÊÛV,cOTeIv²ÉjÏæ­fÒå9sÒpž·—±Áhá3]ÄÍ,ÈN¹Åî*Ú¯`]KF¿gŽW&¿j½ì³ ºGÒNßÖÌò-.ÅßG®kGœç›‰™ä—¹c/IO…íð±Ä6x(ˆ9„¬ÿ -½ŠôÞè:B++Á쉻’~¬—Œ3xyÀÂ?Pü󠑪ͭ0ÙÑ'”Mÿ¡'ƒ –±‹©ôhh'ºžÅ}™<@åtêiüTéoxÖ§8h쯯‰™oRÕ™BË¡X¹z -^i­“å b .y‚:š+ÄWÐ÷œÒõ6Ì®¬Â·3ÙyÍâô¥©hãD6/a{CoÞxä©ú²ÂÁwêBJ -W.µyUøI×YÝ«Þúœ¶,Qzpæ(ív烜ޘϰ—á—YÛê_ä.Nù©Þ¾ !a^CÑxdmA©$Ødõ®ÐÉ',1UýÒsÚÓg€ëÖÔ{cÇôÏœ_±qb. ™gm ‹¤¸ZËKæÇÖÃeo".š_T v6«€ü(פΒJÙ'š0ŸŸØ½Ìc„9nâ¹È˜Px˜7@cúŒ'æmeãÉZ³c%7ÅÕWME¤r3«Wõ³xM½e>hF¥<†Ô§úŒ0ŸωìénØÃeªœhG¼.Û-TíJºÏά¾‡05ᯙ(MGKéPy½ÙP$u ƒM‰>¯¨q8D$£ö£ž.{(€½v* rÁÎt ¯Y˜”OÿC;Ç£íôùᇨ‹† A™TƒÉ_JeA»¤ )7D軀œDÛEå七Ë(yÔ:õG‰ÃÊIò1?q”ÜkÚ{™ü -:^KjáÃAþd.Ò#÷#£Ðo¥ûhQHå¸ÂLù²x·ßs1>ÅÞžyÌ$¿cäÉÿmý$¸Å%мÚ‘Ÿ²cT上nº\òpyW£°â„ät=®jõ²³ÖÝöZ7èâõ–ÙÆ—‹¿áî#ë’‹[îäúÅ«¾ ,8YÕ¼g½0$­É£tê”†îŠ Ë›êýU^’>Ûiu»—تÔ.rûÙbg€·¸›Ð¾ÅïÙÑö¤³›fÞ‹{Ô´·x"â}czÙ¯!3ì*O¬â×Pµ-×ÛjÔ6É%«—¦É+ÜüT¿ÕÝ‘»d²8óØKÿg¸>¿š<Œ{Dñºh+ I#}Qc%aCÂÆ 3F È„¬wæMHb'r¯ŠûªXÅqê88®•â@ÅŠˆêiqâ®·ÃóáwžÆ8B*ò‡±7ËÇÕ,§ä8ËÅ~ 6G”d7k±Þƒ1bû"S9ø¨âExŸµW­ ÍÃöh¿Ç¢ûôJ2ôÖ#Ó¥L¹C,¹Â¹×T\OLˆ°çËâXb›@0ŽãbÕr Ѫլ -¿†iu)¡¨Y_¬EvÖ‘Zá)p™¯gŒÙE²g­Yñkü$~Jկжk;¬žÚ£@"¶º!=|]§ºÑÚ‚†Ï™(¤a8ÂÜD¤A§-×3 xú!‡†ÏÔ -âOZ3t'X~Ö0Äp ƒú¯@"J1ÐÃß"EÆêÐÿÁ[L;‚ŸCïÍ} «¥ŸX QÁCTkŠþ{ ëjЇÑ/†kÌwhªÑÊ0 ÇL  6Ï[6֘†,Äy©àkp‚¸ <ÉÓc>f{'*¶$Æg!}–ß™CHÈfÔÃ;À@*~]F†: *ZuR8à>èA`¨„>ÁD˜˜nAÆ‘™ì$Aâƒà£È5æ)˜€ü—Qu#L¨9µl8Žl£þª9E† «;ÁYð3âGË$Ü•î _ÂõlÌÅq_ _q6s'”d}ÉÈ_[íÀZðˆ•´,äb­Tžåú™â¶œùû4{-Ç}þËA„ÀIê(É}”à¹õYþ͚֙âm«óÛç -E‘?´¬L¦ßœ+^I[´þCÝòÅÅÎòàEš Õƒ Ñ¡~ˬ/±¯nåŠâ{6Ï\f¹ÚËh«Z»*ñÈͺêô0wF­žÆq‘eó·8<”ä`»—v¦ÿUhOq*(.Ú5¢ù‰9UZœ±¿é…î!ðÄé£è¥¶ Æ´ÇÖvãüó5)‚Ö"·Ì'Hø‘å*á%ìžJºä:Úàä”êc˜uBcc»}·!·åyt%¾ÐÄ óÀºÌüŸÑ8KVPBÃH\8¼G¤Bí<騳ÜXçáð7 ™ÙöËæ5 —­Êüx†¯´è˜Õ ô £¡çÀC!Ï("è",‡6‘P¨ºCäCá°Wì €‡c³C|&ÃÖÝcXð\8 xn]×ÑÛ0:¼7,y,YÀƒÞBcðÒ(î&Á!¸%)Ùþ½{Úöý̤à§1o†ÚªÅü€çX=6¾Õ¡caeHºkÉ*˜f@Jd‚t œBDÄm þºQ\ÀÏìÀŸíá¾0Ô”Ðø«¤SÂW…šòm×KÚø’ª“åÇÓ(5UÝ1ÓëÙ’ŽÈ\ù)DQ•ÔÀVNó´Å#׋?ˆÝä¿/ÌÐwÎôÖƒA¥L(Q-«UH«€o2@ÑI¥)SwökµºA÷óìÊÒ-è,Þ½òœ*¿Rôº„Bïêá:Á°$?×QÖ]÷%e¯è°ÌÅš¬9¯$Çêo©»¨>Š :ràkM³þ_ë)é‰bØžM“„j_äÔÑkãó(ÒR°(]î•ó Ô©xŸB¬Q ±q”æ0 «kѹ©3åõÒEDu¿!ÛÙʹ$¯„–fÌS\Öô­-T‘%i¹GÔ¢’ž‚¥šÎœÁYíÎÞò܆Y¬èªWú5@^­­QM ”½3œYT¥^jšæˆJºÛPdy™Šëg¨d-×ﯩàõ7¦ -þÊ37>æ*N7¨9¼2¢Ñ“å/úø IN›˜Ôñ’Š<,ãœÙ™–!æÑË5@)ñ´Ü Ú¤Ã–7䥪`»—…ÿÛ4–\û)§Ò¬VMõ»ìMØùâÑÜÓØ\ßQ{´Ôéd~ªL„ß­5bxõœ´ -&kUßCø‡˜·)"ñ®ë“²85ÀÙ_­Ê:äÅÖœCM$nÁ4Ûeö£’ \Å -¨Øl¥×Å#è0õ£t:²—|ByFqY4Оn<àØ¸]1Êù³åFõœÌÒ Ãű¼õÜ}ù±Îì1A—c+ºbŽý»Hq N¦-¯?ŠÅ’'”[=îË"u,5²ãÍ[ï+Lì©ÍõU=ζábO±5“»!o׆_ØÏäõ« |‹£32B<ÏîM˯—ZÛƒ(eh¢saÉHæm°Px–ç­ÞU~…¿V’ÆDÔÙNnõ – b¼\½Jéö­Xj4[ ò"ÈRbUi5R"z -¢%&š³P²¼µkp…¶Z§<´‡Ž7/pLa‚»ÌRv³%V±/°:øÝb)&¦¨Š%;¹©¹¦ÀWz¥º¹ð ©P÷*{TbâfÆÂ%Ðñ¤Óh<7b„yŸ -Ë$µHx(ÔÈ<òw2|µê û­*Gë«8 ]j(.L3hÍ1ä æãPÆë‡ðÚ¤ë¶X”ŸiÿÀþ›‡Á}ß„?h5öŒØ¢Û µÈ: ß± ò‡¦KÑê<ðqÁ^ÝiË;2fâ# Cд$é’fâMX®s T/,¹^3¢9&¸þ)i‘TY\Õf`Äúf¦l@Œ4-Ý6J®0ÎÃô7Á{ö±ä)°Øé‹?ƒv¸?r¶2H6ÔËN¶áÔ×xƒhŒx@F­º%c`ƒ«¦*Rí½Ó5qŽmdª!Ö¹!c Œv5&WZ{ÝM8Š÷Ô9< ’KöWÍtmWÇpÆ]ÏÅ©‚Q7¹ªZòÄ,ï®ùÝ=H½¯žêY@^ª'y"™ÓÌ+<¿'¬i^ ³õxÚ·ÓE`“ü\%`WΈ¶ðm˜õ«xG`a¹¸í¡žRÍ÷ï"/Ó™üÆL’iŸš|ÄrÈOÀõÙDþiö¨ -UCªYÍØZ/ST ×5‹È¼ŒÚ.ÖNQ8r£|…ìiø¿Ôï•ìð2K{>T)7%k“Ÿ[*ý¸qÛŒÀL]>¾îŠé>½b-¢”²¾iž)ü…;»i'Ë lmÌ-O—ÅÕÿL=¦ØW§!ëµù‘‰ÌfcO¸• ‡rðiÈÍÀ8z}åƒd“†–ÓFTF3w·d -·r–¬_Ä¢ -®­Í)Ÿ)µ­)¡U$7–“½škõ•™’Z6!ê ð dwðãµNH÷€}+«MUjxÂÙ'Ê5I},#¹¸’ «y°<ÛzQ5¼”‚¼Õ¤ŸÅ2LÏæ¿uH-s;]vÛ {®ò‡iŽQGø=Šß´*1N¥gʘ©F‰|l…×ìSëò·Bwuÿ"=y¦ÊônÛÏÐÙÄ;ÁÇE9†6aÉGƈü’¬O¾C'÷ñŸkì*Úêݨ6¶¬ß¨Ö?Ëǃ_˜N‘6[@é;M°7±ËBiqÇ?3lxñ3%h¨’EÔí5[äDí9þÇÊQý_ Ÿ¦Ë”^¶DÅyß™|–V5ÂCémp“ åv^Üû³>'¸d8©Ï÷˜hÀÙ·æ_xò.ÈO¨:eSú½ö.|8OkœmãÊ@.öAú.kÈ~(±ÍærÖĽ³/qb=Ê[líÕUx¯ì…¤ÙÅÝܱ¢Jz²T®A±ËyËõ÷ìIeæUÎIéW,;\‹ÿ‰ ¸ñb¬Ëã´ô°Ÿ:Z„ÏtÜ–å‹N;©Ü)²\çÚkù1WVi¬:ßÕ7GwÅ]HZa’¹ï¤¿¿+i:’çMŠ?€z‚nW=÷§jNr¾1é^a‚ï2§]ò“ï ms ü^áGª4ßú¼(í°¯•Ä4nòm]8 *ðu'•§}—ã_¢#¾QˆÈʫݪIa¿‰ü%ÍàwGØœ1ÞG€êðç%}Êœ=wB|NRþÊ.û÷’l°( À¥£_ùŸ€ß®¾µfB½¯zOÓ%É9ž§±=.’4Ôвd@}~ÉNX7/÷O ZCràðèBÈ]MÚìÅñPnàXÌ8ÒŠÿ?ÃuþsÂpœ^<ŽG‹g[ºt0£CM)MwTJ©™®™æúÎ|gæ;ó=æ{ÏLÓ}©‹E–xxÖ±„\©vW¨Hâ±ÈfʃñX/±Ëã?øüøþ¨Ór¾Ý_„æ–6™Öÿ”o8’1§xGôÄ&ùÕ:ùÊIõ›šÎåuºYÕÎÜRãÔJ|I7r¥üÞ"ç”é`¸4s*pÒ´*{¢˜ §ˆÆ×¿F%¤·¡tÑ_ ;±Aùܨ\¢þz™9tõ×RP W C!~.½–E¸—ñ,øA”¯ŽÐ£â}…¿ž|¶eR8m¯iR>Ù¯–F¶c6íýÐ8jùHiÜë;ZˆI]#X7¢òæþ¨ì×<•æìûäßäì×U¾XÓ í®Ä;™ZÁC‘qHŸa{èwæé¦f6xõSkqÜõ[†O­Ó?T4+:ªŸUòÏ4ó³oƒ+AÉšz»~oÜ&hšàñpJ¨=‡ðGpîèõŽT“:×§4LŸÖµÉ*ÁVùeÅT}´ä¥ªÜ0š¨™gܽºÜ‹ã–‚Qgþ ãì÷PR·ù7š}ÈïeÄ6ºÈ-žêc½Á‘¢18Iî ;‚¬–Ä)PTºî{uÖ¼ÚG;ÅÜ#x¡»Œæo…ZÈ/ 0Nm÷ïÄbéWÞf|Œ¸µPq–2íó‚CÄé’øâV2@|¸dyl] r;%Lí6ÒSm`}‚o5Ô3T(mªc3ü£¤ÅÛû8žayë6N^³vj$Ö™²m…,ïÄ\é'Ë»¬^…·õ«ÔJuºu¹ RKXe|£~µ5´ÖxÑ:àˆüj‹ñ3تݗ’:ÛMFœ^"›] -?‘×Q¼¥<&ËVr£ìZªPP 4šª2W¾N7l -m1rìMáˆÈž¾ØÉ¬¶;¸ËI×Ò_€ÑÜguáÒ­ùKj£òdEÊAV’ìTujj°ry•F :+7óA¿âbè1hOùÛü²|Éâ(³SYš{ñ«}ÀˆþÕ4)])™Ý¨È[X¨k¸›µ@zµ^œ:WÖþ)HÜjóµà©jIhįš`„wTœ\,ƆʋÝO{Ëx_î*<“…›¯çhò0ÈUf¾ÃÿÊפ Ä@±!Öì’³+š¨auepó ¸Õ7›C'Öa¼ h—‰ŒÅO®¸'Wˆ®}‚…H[“ÌE -÷UZ¼Uݲ“œ ú;P†_9ãçz&± 6âRo¹Mf©Åaa~Ѩ]ê+J5y”|\;nRŽ$ ¢ÎÀ¥˜{Øð,¯/0œ !šz}MÔ:ìI1~Ïå¿ìõ“j9øwÅìÂëºãª‚õeЖ±Î -:&ÅÁÓô` Œ<€yåØMXÔƒ ¾òíy®!Oº®`}™ùJgÀSÛ\ðZ;S§ÞÒ9âÒ; _$^7ú›žÇpàx¤—Wˆê±cA=æ]x«ïâ¹ÝsŒj§ë]ë‚U*¢”-ÆÁ‚ê+°¯p¥æB§§ê’Ñk‰¤¡Ù̉~eü ·óÒ1tk ß[ø-ú?^\ò3+t¥[Úäj¹Ýü1¿A9„w眉괇ڣdNb°>€ -ˆî†öÓ3y«`úCÐ8º—yï7ÿŠ}ç¥"K,/ÝBhÐz·äˆì;]ò^±ˆMÎIVídkÓš4ÑìPÂà˜% z·¡ÑRÍ‹0ñ-}F†­”_ Yk}絃x`Ý ´ƒí~É|i¨ý¾/ù§ý|ö#e„½9-KýžŸpUÛm®Õo·/äEõöÁ ‘¥ý²±±Òq¯^)tk¥•vÈvýR½I2OVPõ1»Y1«J”殺Qù}ÂÍåŠÏÑ´®¿àÅ@=åÿ^ -ÿXžà‡bTÙ!¯ ½ìon”ÂNÊR -ñ sÄÝÒøúß³3åÿ¨;¾æÊ'µlÂ&à¯e4¤ãTKx±PLUZp _åׄq*ü¼çâ·Ëg¹½¦¸eN²ÇLyæ}qs0çÒº+Loî…5ŽÌhþÏñ«Ù¸âÞ¨v¶C>6i)P¿äj¬N:GNžõŽ‘·è²í4ÛyC)D¬—n!šEHÞÒEÜ—u‡Ü]È[BùHÏÇ5S÷±QAôêka™Fàæ°vh>Çlaà 3¬¬YäüÚ¦"¯cèÃÂi¹Ç°®âYÓÌûJ.¦"øfåiÁbÐÙEžφi¨QÃMn"ãdúÈib“0އÀb"ø.)V X™ÎÈ‹D£ð²/S†|"SañÚÂjó='Ò„O@ûÂV‘8Œ»’êE¯r0!¸Úf+È÷.-mŒª6Œh¶‰#ÁƵ¦úŠ (A0Úe‚##ÌBÄ懿Åhn -¹oæÜ ƒÈÇ™£ôi—Qö»¿`›Ž€Øõ¸a–Éamt.M™eÉØgH †GÎG_™?…-1Ÿ'6såD5î3“J¦‡<ÞÓoX•k«´ŒäOh¿ðCøLçaÎθ§ÇÓ’OA·‰ÄØc¦Kd*i§DažØ!šà2ø.¦Õ‡OÚØ~Ïp:ÛòÔÕÎ<²¾ÉÏöÐó„:-D7fà:1ã˜l2Lml™ÑÎ.àß…[ØÃa^h‡EÈÝb¾eî£ îY{j¨~[–k7ƒÙF%×ÔζM9“À¤­#ãÿ ׇWÓ`7'¯¨ˆ0„r‰!/C“à#aE!€ ™"„’ùÛ;ƒa[µ«ÜCï''ÐZ)Žs¾¢â<µ.èá³ZÜhµjOï¾ÿâ‹j|CÜLW6³ˆ{+7˜K‰WŠ -}d`Ïö˜T%8Ȇ¸@¹1² *%{C_!,òP©¡vÐ3+‡aÈ}8맆Qweú¢¦÷Ìó•«Më˜MŠS–‹Œ*IlK¦§G;é¯ã\“´<òø‰:ÇǨÚÒ˜WûŠü’ºÞ¶Š¬õW[±´§M¾î•òæMÞ Š#Žw~’Ü:àII¼ë¹íqc®Vfgä=ð}˜ o¢~+™ ^æò×0TWAÀêBJV<+µŒ¼T .&¬gË<侩¨“52•`9¶›Âì¬ùÔe`¼ø >«¨2o'TrtU'ήhÿ‰¯U]ijkÖɸx·áƒ¨ŸnÚÏ»A™8ƒÄ¶¸°)2ËyŽe Ï@Úµ#pGùÎÜð¿+;tï~5£D¾¬mW•£¬úíÒÛhÓˆHƒ¥›^ðna¬ÎM¼Ýa çjà+Ö0qn+º8«ä&ok“tNðKȦÊhÔ©üàEÆqénxÒŒŠ‘¬‰¼ ´Ó~Ÿó;ÖâÚ^†gCª™D2TøÁñ÷ú¿æøœße~ti£š`…iByT[>H (Õ!Šƒ×8ô¼·HµËÃC›Á‘ðÌO†äâ…èÏ…"[I¦aO3Ofnvè[|šÙN§¯ÜâÚc¿"mÆ”H~œ ùÇÔ |>ü>:ˆB!}Øwø¼‚¡–4Û =i­´?É”Ú6;—¦œ´?t©• Î4À*-tíŠ$à\x&_ Õ"¥1]ðQtoDº{2… ‰ùZ3 ÆëÙ–!ð?“Ö9ж”ë•:Ç $Pªs¶"÷Dj á—‚Û°1gá%¸3¢¡‰¡qèñ$ÿló4V’}ȬÂÎelµôâü”*k‚)mDb{ Ü~|‰ëXtÞÍûšB¸¬s„[šý Úœ¹²›hN@¿ZžªžÃ¸µ_.FxvHü=rÍ™#¢€”{ýEDaÛáé°q<ÝÂÆïã‰Ù(°Àš“étÚ.i`PêX¡:¾tn”³ Ó®Çâ!x¸F‰¬…Æâç  g.z ÃvaïCÖãk‰ˆìPgž«.cØù@5j×PuT/Ÿ"p™ø[B -ëàJ´*þ/ˆ3rV Ñxux¶„…tc?¯þÿ©»ÈšŒzŒÆhæ9ÕèUâJÀŠdØ„øØŒ7 @%fÇà ±…cBÚÈÏÂ=h7YrCÈýY6)̈±ËÈ­)7~ä}Õçlj®ìµk%ÅŸZ©,Á&ð8eŽG¡)ÊÃéFRÞðƒ¨Œª -™Æ©Ô¬?Y Ü·Ò§l÷pÊ€}¾{£*ÇäΓ=sÖ»Åç]—™+‚] —ñÅ÷@ffçüúLøä- ]ŒNQ'tw¿¸žû$Uÿyqá‚äSÏKË%í½©’¿µùª ¢VOm'?Ð4\‹áµš#Õ¯UºÛ}Ü™ÌsG€—uìE‘[{ªÝ¯tyru볊GŠç¾×U[$„/º6]¨÷–7ÌáÇxÚŒ·cyHÀ`o }Æ®É`ŒY /Ì4û>–‡iÓ|³*-É~ÞÄêAÅ>]{ORäžn¦¸u|3f‹Õ12›4r?=â„ØBÚBÁ£t"ÉØã ¨Ú«t¯ªÙªÞÁ LŠ -&·‘+‰£?_ -t¿y”/¡µÖock©ÛŽ‘·¨Ï:vÕ M³ü©BT™CWÕý®ÑQ·¾PçR qŽ‚Ge™²%þÔ2Ë^aµÔ¶¿ŠüÉáÝDö¸ÞG-%a(‹½—ô!V!Ù‰¥§Ÿ$g4ý‘ò‰6ÉÕaD‡%KáOPV±d&ñ•=V('ö9£ø&¢ÆŽ8$‹*#þõyž÷ßÿ^¯×?_Š+yü“úÖ`ÚæGܧI6ÅA#eÃÃÚ«žåB•íð*h¹bìo³Xì¦fša€a˜ŠñSàÍ‡Ü -ôpƒq ‘A´37e‚°R[ä‚ûÔëÁiÈV%bÀ;jÐ{xÂü³Œacv„YÈ„ŒÓ˜,üŒ¥ì7˜`¥‚ ˆ¾À6°rSpŠ×öà#+@w¸Så8‰%XBL$ÝcøfŠŒˆkÌa\‡mÉ…ŒA¸Ì@ÂL@6¬}ºi’U…´h'‡Q }@+zP¥LD ¡.ºÓ|?ˆ™î [bqÆôLL΢ÅÞH<¬›ÅD°.=yÖFì•6Ÿ%Ʋ4€`ì‚ʸ“%\;Ñßͪ“XéíQ¼Úmçnè~¹Ý1ž””0æZHlŠ7öÕ³»î³K{4¦Á?V£4Zñüëõ%‘ÑG¢ƒÐ§òOÕÆ{?\I²¿lœ’x×ÉÞpG|‹›<)þ’‰g3±/Väý›c{ÐÙU !‰´¶Q!G]¤´Œ3HóU pV0Ïíe$Ø85¶¾ôÐÝÒP&NÇë6‰SãÝK쉎=k¡w-Ê>€«sžE"pÄÁ·ˆõ¡žˆHíÓÉÄ4MÍ*tˆq\UŠ:±,” ¨<0¦¸y3Õ ÷ ºet˜“E>Ä~âF’go¡*Û°¼Ð&½6ì$í¦N'šÆÒ’CÆX;Ôö l๲rRW EŽÁûM¦Ù(e{OÍ ïÂÌö֢Y´xb?êIÔ“¢šÌºk‘dV¡–)²TPá -ÈBù\oW| ×ÂßL^£•47£µ¨½’¬”2—Vá™2qQTõÕ`)¨¬{N…”´`ø,«&‚×ÃÅÊ5°9b¨øöFRMzÖ}£•pOVƒƒÁû¤åð2èÜÖ…þY,gë†BÏ‘ZùÐ5¤HM -%¢K”¥P#J ÈÂ+ѦêÐ\f¤ e ödyÈi'-…V Î[WCŠh¦¾dˆŽè&CꘆV´3Pß i`j*ZˆÖÔ¡jôºŒÌ·oÿ^ e› ~ró5ddæÉü÷ý¯÷¾~gýÏžº|1„B £ÑLB0‚blNxDdTtLlÜ¥ø„ÄËW®^»žôÏ7“oýrû×”Ô;i¿ÝM¿wÿÁÃß3=ÎÌâfórrù‚¼ü‚¢âaéQY¹¸âi峪êç5/jë^Ö7¼zÝØÔüGKë›·míïÞèèìêîéíûØÿi`ðóПÃ#£_ÆÆ¿NLJ¦¤ÓßdæÍ“••“›7øiáÂE‹ã–.[¶O±rÕªÕxµëðò -x‚Þ‚WÁ³à]ð0ßË̤ùÑæoqfÚàiŽ·•esþäg±¿ÌvS¹æšS|œ!gàâ Ùî£9îIôÞì¡gQ»Ø«¼¹Â§¦®ô|sU¥½"ŸÙUÆG>–ò8Ÿ¹\dd¶ûÁpg°ža˜ä¹†á»^ÿ\à–Ö't{ÜUáÎo­vÕ‰}k«JƒšÅE¡í¢|VçÒ—ŸddCC³ÝT®Å08S&r\ØcyÎW†ŠS>•»™wd·g˜Ø ­Âz«­€––±K_Ai'Æßïéænîövs»WæfnfïnwSv×d“cbA°w±‚н`ìbbÌjŒ*‰ÆŽ"EŠ€TAš‚ˆkŠœëÿÜäfnoðÕ‡ßû÷ðÝnœ2y Ô¡t¶>ÁgÉÆùÓ~¾nˆ›7ÛÍÉ5aØ9æ&V®õ¬öé§ ÐÕCš_èÓ±%òͲh=J§mnÍÂ9ï¶&‚ÆP$ñhÒl Q”£dOwó³´/x™3Mã™ÆgãYsgµÏ¸û§÷cÞWm8nQå¯Y¸Q.^qG³M,M¥Œªl¼}6ìÌ6….¿×Zþò…ðí××׈€¼çÀ Ùìð,òÚóqÅšçó¢Ó7‹Þ/²l öôð«T«oÂâßd ìI4Ÿ0üÂç·>Ђ¦Ã°Ò}\bí6Ùħaí¸,ŠmÉ1‹÷•3ý•Zí«GuKµyúÙO ªºæEifQÐüÂæ¬ó†ó†ó†ó†ó†ó†ÿ«÷¡áʇ†áè—Pr€‡?q’Û¶©ývBÙ†Ïf›q¢¹¡RÅì`…F×ÚÐQeV5ÕÚ”ÏÐË‚æ¶åñç}lðºNpÑ)'øø’¬Æ1’غEDô­Óˆ‹ÄL¦e)0ŠdjZ?ôpFƒ­2©^ÔØ¦ê[ìœÖ;ã >4Œü²!®øp$áñ¿IpôkrRÏ9…°DIgX)Y¼yJ¾ÄH.™š%=Ðê Ó½¸ÍÏרmèuRzÍYþ¿ #A±E‡Äøê2¬ù %±kšŒ[¡§Rmc™ )˜gIìr¥nìþŒ„Pi%uÔ¬`š6Úš6œà¯ÿ¯r<SxHŠ­Ú¡Ä7¾¥Â^m0’í¬Ò/ƒa“ä²ç' zQÉ”‚W¦ç0Ê-ØÊ5LOãV{»ó>4Ñ@Œ.8 Ç<Ú¥Æ5¼c$´o±áýk|~y2ƒdVÝ£éä -Q‰BÈGéél”¹‚ZmmÜhÃ6¯;ëcƒ÷€øsqD‚æïFWîÒcžm³â0oø°îU)kÕfÏjriJE!_,.‘sù(™]fn¥Û›éµöfj‹ÓÂ/QÉGä¨{ï©Q;cЧo¹1è ìå’ÑeÐ#Êé,¦XvOÈO±øe:»x¾…Q¸Ô¨Zj«_tÖiÀä}ùCÃHdÒ!%¹G(wp"k¶„Ñõ+Jx“ÉÓ;­ƒ“%Ê o)a •t^©¾S0ß<–okbVØÐÌŸœŒÜ8m]HbDâÁhxÎ.3¬ô-?üѪ,ºÆ¢jÑš"±R-l”?•ÎeI‘Rº°PEàè_qòæXyÖzÊÚȪ²8ëç†òdžcRlŸ’éà„nˆÃP6Mx•Þ€‘Çø¥HçÑOHÂ|%–ÔaÆs ÏÙ¹óuì’ùgœ -“³âÍ 'ŸË9rD ŽÛc¦¾å,©B‘³fŸ' -›_û„!ÇRÃé4E,Í• ˆ²§:&²4M¼Ì™§ãÙ†Úñc-·Ìà,€tó³ãQŸK'dÈ-ê÷‡¯Êü“ &Bå2¨N`õëd"ñTM"4•ÁÅN¦‹;Äir´0Mõl"MSÃÏÔUó‘új~‘ÎY'd×ÏŽFA—Ž)~à=¦oè¦1?ã‘ Z¾S*\=gZ:)(ލI¦ö+“9/åIMÒ$I8IöX”<õH˜ªz(Ì:…tÚåÖ§‡4ÐÅCÄû^P{€Ô‹®ÑÖÝrÖ*¸žl îÄc‡ztqdÌtüXƒ2~¼V?Q%KUHa’ri’%I,“d:í€vût¯ovØÞ®+r÷´ .þâ­[i,‡×}Êšÿsœ-¼½s>¼=A¨ÓERªÕQŒ‡*(«\Í)™Šå)âyŠD~á´÷ ÷OÞy~µ)rûZ?ÑEºy5„½ëžAq€ËqÁO;–[­]OLAØJC0¥!ëBÉÚðѨÚò¬A­yÖç¯x¡³—¼1é6Ÿ—) ŽäßWIVÿN¸5° f îJ°„:m]tùWªÅÏÃw|õ%íøš+¸Ø¸%Ô»eþ¸çVTºíö ï{UÆæZÄúÝ:øiOªWCœÔk7EÛ}›¡+þ§ÑÎú.}ô»þ èyÝ!±@ot0/ßLýût”v~€q|ú¢/:Ó™N÷hg;û¢NÛí&ÙÙNÓæ6k¢1›£&‚'ž¨¨<£ ‚¨1 -(à -"àÞ"(*^€ˆ"—¯xÆc½â¯ÿu}Ó—ì«}á‹ïûÏ<3OÞ‡ºpÊ;еR-X¬ˆo7•¦ôéóqr‘0:ƒ'MjqÅJ-Ž¢Ò¦W)U–R‘ÚÎe[Ü¥áÒpi¸4üâ lÈÀ‚ Õå8È”#N0i—V¾QQ³ÊŠæ/2ãÅfjrŸ¾2äfŽÍdæ*µø"õt:E=Y£Ë®UËójU?£Ÿ ß]ì§¶ç†:Ä+À H>nÊÙㆼÝä„W¯ÕGñÞ±bÛÌUI=JÚ ®(cT›“£Ôd5š ªf2«Z3”W3ÕWP£é)¨¶8Àú÷AÝ…¡2pá Á/鄇ÌÚç¿Ùâ…1׸Ü¥úè–yvB—‘ùZ¦+OWh ³•"yz*³B;’[¥•Ti; -«´âŸdøÃ¹¡2ÔB®7úŒç›xÒ@Üç•lóCèïÃë—yQÂEn\»©.Y2ÇÄϼ͚TåL)º~C×QȘm!3f›È ¥ý¿æ ag>ñ§?ÂY´#DUlÃX«Âþ;atÛ|cb·“6 ¡gŽçN÷ŠçÄù•ú&2]σj Óç, °!Cý…CžWèG¾7öDè›ñCS@á‡æ êfkhÍZÛ+î²Ó´(Žo× ’ec,ü¸„Jœn&çéy…4c}Q…‘ Å*ª0XÚOëk 2°a^ Ñ+ä£wÜäƒ?lñËßm ,Ûja¬w…³W%ž©7F¬n‹—6¼k¯ÎÐp˲ Ìâ7óôbª™^D3ýœ. WÏ u?¸ -¸¡îö± p$‚‡ïv¹Åmȼ’–&RŒsÈ,Ͳlx.¤®GÞÒ<ÕË–G —I£”Y½˜\Oª.½‡<›ÙÍœ!ˆ,Ô_ÿüÜÐ`oø0øI‹‹ïA,t[â¹¢ðŒ6Î ’4ó^yŠyߊ>]0G¤oåCæPäP±,b‚(‰Òdö%kˆ’œ©¬þr5AR1ei€\<È |ùòHôñ¡ç%rM 6M¹¡§Ì.8Ų[‘ÄäÅÍ yU˜¨v ÝW>&ÏÏì¥LïǪ2¤éJ‚¬p’ +™°4ÀùÏç€÷ð -h|fó±ÙÉé ÃÉuCêì9¯tñИ0ŠçLɬTdð¬hë”(m,¸—<<˜5¬ÀCŽ4f=)£¾’RŠ ‘aG"dXV¯H°8À¿ñéY“Ý?ÛžÞÚì·»©×Ü¿1¾dõBºc*Þ³O¼Ab/ÂË©FX5yÎÉÒ¸ -pj÷Ö$¥‡;茙ðíÂŒ#»1ã!P‘]˜ ŒÅá­ON[¿ÿj·ûÑ7 ã÷þ6¹xÃJºcåÚ~h‡ì=Oa¯¿È¥,9•æ›é½síëÙœx­KcŒ.Œšrkz¥öl W{· Õ-ajT¨Å¶Üùý¡øÑ_Wåw¿T™¯}5°uóaû‘µ»àì šµïX¾iOÌ_µ'§/Ú—'™ŸÑc Ï«#õN¬ð9çºPK= -Ú&xÖ4‹àÎúAù[Ü¡Èêw[’»ŸjæþüÙàæ¿¾é8ºm+¶n,ð}HÙ¡]\Þ;~Ã.'qõ1³ô¸½ø„‚š·§š*‘Ð6þ&gºŸÉ…ákreø˜<˜>Ї-m¯óÞoç¦þôë¡÷ÿø¢ëðú·MÀʆÀÊ€5’tj‰;°Nˆÿð¹ù²n›¸ö(ßoõq¡ÏÊ“"ÄŠ}±×²C±ç²c‰Ç²s‰û²Ë÷e˜Å½ù˯+_ü¦çàê—ÍàÆ·,pǺ Üv$Û¸Œ=¹ùêð6xÿ~²ÿ®uª÷μç¶Mºûö£L·­Ç™®[Oð­§Dئ”#ÑeÓ)ËÒ@åןúÍ¿ƒJ+@yîhð@À@DŸ1ýÓ¨ü]º|³4²f-?–·DLjYHÃuš²úŒqýƸR©1®BfÄÖH \©.‰/U¥ -ûÇñ–ui¸4\~á:d B†J8T!0 : õ¨EÚe Ë6)ÕkÅ1 K¤Ä–…Œ´NS2¡ÏŸ/3`K ØÊCBí€!‘7 yÍ—ãù²‘ ËtÈÀ¸õ£á A&<Ô""; å˜ÊÙ«E—n1#˜ÿc—NƒšÎï8Ž÷˜i§uêÖ™î£íëîNg{Ø‚î¥è**‚‚!œáJ€nŽrF ‘39rr„„@A„’$¹A9~ý¯³³}Ö<ëƒ}ð~ü}Í|¾k•8Ñ2ƒ¨˜ÏËh›!SžNߨ"”ꦈµº)’@7š.éx éëË‘ôu[Ù2° C5dàz£D˜ÔCQ8uWÍ|ï]gã+xùBqšz†ú k:ƒ®$•ê'I,ýDªH?HnèïËmèõíVÎ|0°0Ôy - ÄhÒ‘84gOY²%Ä>~ÍÇñWYÉÒÅòTÕlY3MÓN¤2 c©l£)Sd죈Œ]T‘QM[ò¬ °þ~p~0ÔÂ<@½wh@ÅœH‚ ÇLö;IDÑvCLå†(žûŠŸ$^ª%*çʲÚÇR{É…F}få Ž,Ôä -Õy‚&º`°ÑÊ~4p  æˆ@ AFŸHñG24y_–¿#‹zôFŠe­‹q‚ÅzBãTmfÛƒÒ£¥ÑšìRS…cRÑø&o’<ä›ÄVö_í+€ „DËPÉGÁ™ïåú®"‚¹©ˆ­^•ãx³‚ÄÂKSë+<ÓQ-´"³‚öxXF¯ç×  øùufklÈÀ½ôùæÄ$ùG7"“éÊêvsDñº*¶b©ÇšR$7 I­=¬ÌîÖ2ŠAZ@7 èe~>×Â-àZؼ–•ýhàB '2¿ð#Eî@˜º×By£ÏÕ˜댫S%4¤xUg]Z·¢šl¨gR‡k -‹ÆªŠXc•…œï­„,ÖôCd üOä¾a‡Mþñû-(âŽM~ÝN]éÁL÷DטÚãĽÊä–V1éi7CϪÊ63yã…Œò‰¢ÖDq{œQij&À <ÈÀƒ |˜+"üŽ>˜ƒf?ì®™²Õœ¶ö,œ¼Ð•?a¯6tLj4j\‹BŽïâ‹Rû+8™fz%eœR^2I©`½ 1Ùt{Üš~bÀ`@æísØ„@¿SùF¿mÀmtãW ¤3æ¡Ù„yÜ«‹¶vÅ5‹[5µr‚®X”jÊæfŽ¥s -&2xìqJ5g,§Âº ÃAd¨ƒ B˜Ë‰ÜÓû}³wàn›Oøf—ìjpüÜ0?ñI7ŽWu… äºh%¯+®ó‘:±¦À¦KÓ,$Y¾…ØÄ! yÃd.oÄš÷áò÷; vu>Vxx¶;è5­è¼y1ƒLZ@Ñzf‚*[ÆCêCaŠªþ¨Ž‚g±Ú¬Ž„Â’)¥“nJîf¥©ƒé²ú!k<ÈÀ¿üà;Ø©«Ó¡Ò¾ÛæxÝíå¿8àç÷bÊ7Ô´ˆÄë^QÛ‚ËeS!|Ž%LÎ ’£è¹¯1¤ô¦¿÷¾þqAÏëµ&P÷Ï€Àî3 t°;jrµß}sXÓ¦-÷n›ç]ºu·„Î-/rÓªo±p6 ¦f%(±Ê©¦ uús´oëN6`Ÿ%Ý)ÆOñÆÂ.Âór5zÈ ¼ò)8~s ºg·ùô®ÝÜЯ‡go¹èÖî†tîÀR”›9âefí¬O-sÒO@õ—e™Zˆƒ¨¶¤Ü@dgÂ@B'n€Ô‘8˜Ýž8øð‰5ÁùÓ@|õܱÂÙv§ýÎ…%ý­ó#/¯\î_»é®Ùq -oÞƒ6<©ìe/&sÖ£&oÊ‹Ÿ5îÝ@²øÈ“†ý›ãM*¬ ÓkŠ‚Â©°æû-Xs–UÑ¿NéwçTN_¬÷Üø|lòÂ_õ«v×5;7͇w¢${pgÃ-·tÎÈ›w­ÊzéÆ!Nº Ç=°ciô¨_c$´Mô#–¨ÆKBcÄ(^fM@òï?ùõ³[öž¶ùظ|ñ|×Û+-G7ý$'ÎÑì=bé¦3%ï•saæ¢ó#œKuÂK;f΋˜òà‡Mz×c }B^  B!“‘P±VmOí©íÿ´`´95°øÅ'O·¿ºÐrô£8ú±ÁíHæ¾C -mÛ!3ãõm~Õ±(nÉ©4ránEè¼Kzε:xÖ½&pÖ«ý -j6 9 …©±¦#åÅ߯õØþfhö“S϶ΟU~û¥Ø;²Àu&¸J=¼ž¾gOJÞ¾‘»q37|ýýêvAàªSrŹÄå^‰ß2œá»ìÎðYöfú,ûAXÕv§Í¯F&~÷ËžÍO?R¿·='—¿dK·à[*¸˜ì"“¯$D¿»Jݹ–´mŸ°u“ìûÆ!Ûç#Å{óNŽ×¦3Ô½\Ï x®Ç†”—UýöÚõÝvð·32`û°±e›k¹à‚K*¸ˆH_EoÂCŽ/Å"í|ß_MôÞ¿–ì¹oŸâñî&ÞýÁí#¾çDtÝs†ºG‚í¹Z(=w”Ùœ¥W¿ÅN.€÷eˆP†L>a¢³ö ÃóßæÆ”of&±×ˆ÷…«8²l›§XŠ)Q.ÅT4/Ųš—°åRœT¹߬œIlmšHik!¶+þ×~6ülø¿70!Ã#ÈPJÑYÅȉì5I¸šø½Ö´[ Ýÿ%tÔt~Çq¼Ù™mw·Ó™ît¦ÛÖÝvtîN§Ûª[ëŠA— G@ BBîû†@ Ü!!w€@ B ‚-(÷­" ¢È¯­ãôa|ðžÏ÷ák¾¯ œ×õ2¾]½œ QÍ%éTS)Êq²ã:È@‡ u~U0w@÷ -L°P‰€F}A*Þ­ÄÕ=) 4of’k$jû21_µ„¯Ð.Æ7èñÝb‚H·DèÐÎ%i´S$½Æž®×X3Ð!C=d C†jÈÀðòlD$hF@:ã% SøWó´ÏÞÌOæ¯Q2dËɹêEB™~_oXHàÃÃ$•aФÕÛÓµú!ŠVo¦j ŽèÇþñ'Pjan ŽD8hAáA :íƒÉÛkÄVîÔų¶J“Z×rÒ¤ËiÙª…ÄÃ|B}×<×=O”w=HQwÙÓ5CTMg_¦º«›¦êv4Pÿ:ì:h‚ß<´¡âúª“óœ‹-ÆŠkØ®!r׋ÉâZ–ò©ÈðïÄZãt·çAr»ÑNV-¥±¦2vf){´ÙŽ÷ÆÀ€ ¡2pà~   -„Á8 -K9bh|lÉ.7®n›Ih^­J>*ÌT< ÆH•½¶”FÓÝT¡É’®0™2¦Îì“:GaRä(ú 4¼1|ñÆÀ€Áî ˆ Æ :éPIÝÅ>ÄW¯s‰¬&©u¦’Ú>–—«·PJLæ4º¹/gî¡¶›õYò~U®¼¿=Wn–¼Gï ÈÀ‚¹ÜˆÁ@}$ %È"ÒŸI£ó¶$qå+Bý—Ä gȆK³u½9…&µj@›Ù4 ¡I9²ižl@˜/à¿Go Ì·†FØ5Ð÷dБ …9l¿•°/O}"ÊZ—Ç/¶ª§ù·9£iRsM¦V_”ý¼tPšÝ0$Îå ó$CmK §@êp€ñÖÀ„ l˜ àÃá@êøJñB·« KÞRa(+j\ÞCe|Õ„˜Ø<ÔB’­²2»WXXháå×X9ks¡ÈʆbЇ™ïÑëäkÃiÐìz½NÐÖAT2$É]¥­äZu„ÜX4FjbØÉlÁ(¥^`£Ö:`AöÉÏ2ðaä¾®j?Ï]ÂwË€\¶†"g'cÆî¤›m¡%ÚÁH¦Ø„å7âÕ*bgžô¶™,L³& òGEõw%"+™'Nc‹¬ŽX'þgh‚ Âë;|®îk}¯?1úy¬Zü=N ¼&"¢†gýÉÝ÷QÅòQ4£eÓFï‘uÇ2´ }‰ª ^kÁkëã ¢Û -Ù‘tÐÑ@#dh:õ9h† ·ó/TÞÎÏ:½¯l˜}®Î!§"–î…ªãG#;±6B7v”Ò…-錵³ ±v©gÕ 4Aîéc€ïü·—J“ϺÜO­ZܾŸž¹zʶ仳í…2ìøÅË#2x›ÅuKÈú¢9.u:Pœ4êˆÓàÆcµ¸ñh³Õ±÷*TqleÜ„¸ÃÑçË2ˆ/û\ëöÝVßµof'œ.^>wgæÙ¹ç¦Ø÷&òwnÒ6|KK—|ë³æü8¤„? ÃN†(¢&0Q“xEÔ$I}?[3UÑ3Å9hùò#ÐöÃ.Çwº]þ¼`»ð»±ù³غt±kÏÕ¯ãÕ ŒðÀû6ó)<«|^š³§“y±‰³><äÀ@ÿˆ˜FK§£¡ðÐMEÌd‰"gŠ…ŽZ¿ú%œùþÎå÷«ƒN¿¹7÷×Ï7Ï}ßµwéjÇ‘+RnD³ž»%Wì¸Ñr7ÝŠÓVÜ«‰‹7¸Gð&Ìœ7|ÁCÏ¢x¡³èÖÐÙ(hã¡RZBç(\G‚¯äç>Ýîuúäþ̱,ÿ¢{Ïé´ò貫¸°€KtÅKRî3JÚöµ|â†kvåzuÄ’;½èÙ²àà ^@°PóA¬ ùPVÐB$T,3h!Ñá€ä›w ç>œÿìçÃk'~müéÔqÕÑ…3Bà c‚‹þåàbdîKç„´½K©ÄË™ØÇWò"¶\ŠnmÀJQëîåkžþk>•ÈÕ›UÈÕ€*Äj0Tx%b-Úá^u|ýÁÒбŸÝ]þí=»ß}ªzõϯ„Àé œ½VÎúå§P28%¼ü1fÿGRØ®óÙÓ§&<€ã¾ØY·Ý·»3[k§Çζ«][m×*µV9„„ä6$@8@Â!H$@„3’'!!7 ‡UÔ.ȸjU¶ÜTð@~ûŒãìLgöEþ€¾ø¾þ~JžøÐϯŸ®Šþå,#ò—@fÄZ03| [¶ŽUº‡–äq‹Îww]›Ý½ËùäÃß¿>øg9|õ7!:܇|ðu Ç’àHJx¥'¿>–÷êx^ô‹Ͻ ö|‹B·ü¨Ø-*f3ˆ²Œ†¥oFÐÎmF{Ü•Éßír>Ú½Ëðú£ÝrøôOBøì“zøûÁ*Øœ -üràK ¾ŠN„&ÄÀ7)à• -ÇÒ0p<=NfœobÐŽofÐΙÌÀÿÌ€À,ÿ`4ŒÇ{ï³o/Ô9LßÓp1(8¡‰ÀŽÎVBáN%®êEq&çi~¾`=«¤kPÝ·ŠãˆWp|É -®K²’*FSJVðzÉ*Á"^ÈpˆdŠï’Üý·ò&<ê7Ão†ÿcxÿ¡5°C¡!4¢‰P—@Ù©¾Pù¢ŒÈyVHæ¯çw­¦Wõ­àÙè¿EºŒë’-§Še+x•t…0$]N³I’¹œQÉí¼1ñlþ„G5Ôïب¡Ö×1Єƒ¦¨4àÆç;¥â%#­îY)©e½€Ú¹šEï_N»([Â7+–ðhÅQ,§™3mòû9ù­<—l¦`Lvâ–{Ôï}P5Ôùø@S`0°± ˆÂ?>x)¥¯êµ›•ÙM4JÇj^yÿ2‘%_$ð ÊE‚T¹˜®\ Zçrì·È£3—bªht`’::èIЀQC=j¨÷ñ†–€sÐŽaÚãH H.Þæâ™[¬L|áZaißR6S±˜Þ¨Z t ói2d>C§ú9Û¢ºçPÎPœÊ)ªS9Ns¨F‹ˆ'ýÏÐpôKhô9­Љ‰‚îÈèŠËa2u[€gl5ë7ªóZWJŠEóä*ùƒ,2GlÓÜËkîåhÔ?åZÕÓvdŠê@Æ‹íjG‰Mcñ0hD Üý{ 5ð¼OB{@tc"@•¢8âNO2åyžþ„O¬[áø«©ÝsÅtÙòEä&©E{ƒÔ«›ÉSê¦É#ºË…VÝX±Uk/µêFʬ:C™EïIo ¼·†fïÐáï"lˆ£@ŸþJœB~*—®uY -$Þ8E·’iZ 2UШ¿œ/4\*& -õÍl°–š‡Œåfƒ®ÂlP{p߸¨ïý=tøA? ²è¸yþ¹üi]J -õ;IõwùE­7êÊú¯Ð«1ZÁQÄ7Ú¨"“•†˜FJLÆ¡r“QC7•t“IQéYo MŸïjhõ>½g@Š˜˜meâ…gJ\æê`å±<³|NLbÝR×x%}c,ºÊZQc.ášõ%m™Ü¢)6+éÃfEÕ°Y‚Öïa¿2´{}¾ ;ÊØ¨HbÒr!} Áç>P©?ɳk¦{ÉüK­4‘½¡\i¨aTt¶EQ!°Éèý6i¥ÖÖϲ‰Ðzª Ö.ÞÞw 54¡¡÷1èôðÀ×Èùð-MBüš69u^ϜӧÜTf0¯Jr›Ý]…½#üÒA„C’Ô°¬½ ž³›Ñíìd:…L³­©w´2õvOú•¡Óû[e¸ÿ+M,ö©.>fÙ”ôÈ”Š¿kÄåOkÓ—9Mö¾‚}m@Ñ\>ÔÃaX[YlWsM››Ç’º¹µw#Kãâ²´£\–ÎéIЄZPC3jèö> -² “;H„ßK]Lðº!.bq$1ög.ñ–5‰|Í€¯r#Y<“œÜˆŠýÂR}[ÝÚÀ©q×Öñ&jؽL2^S§g]Ô¸kkµ.OzkxZŽ~=>G@qîûmM¤ïÖPtÀš)óØžvߘpßûƒWi×gpõ*R—\V ïê¥êxíefS¥»¼‘=YÊ^*æ L–6"õêñJ¶fÌ“ ùƒw€ÿÖ ò9 ƒÁß½ÔEœzfŒ<³lñ8–pg**þúäy’Û‘RaIkPé³:úTyÒVES'¢™Ë…e.J+k2¿M0IJ'(mêqj‹z¬˜§q{Òƒàïàèû~ Hˆ×ó¡°ã戓 ®¨SsS±§go`Ïÿp5&Û6‘X®s¦ÖKÍéÂŽ¡lI£:OÍP˜ŠÄ4'©¯Ú#nqgKÄ.’D7šß­sRÚµ£ž-¨¡5´{}ÒÓ‡¶µ˜Ã›FìÑUG¨×£Ë‘ßÜù7ÆçúmLŒ{&2køj\éÀd2»Ç…ok¶¥÷³ŒYªi8WM±e"U¢¦Éž¡ë·eè Ò Á’+1X= øüÚPC§×>8sàÅæà†%äÐÂDÈwgÃöMÏaN]š ²Ü Ï@f£‹û~Œ¿(¸’,`OâDå. ÙNÔgXÉ&‚>‚·sMx§È˜ê2ˆf³!S7bô$ †öÞo?•ß¾Mã¹ý+£ŸÍýøÑû_\yzrt>2Üð *Mv/Š*¼ê¿y¾¥r:¾‡r-Iž1•ªÆMåèR®–é’¯7h“ÿÕ£IšÑ©S¯:¼Û®ñ$hC ¨A|ì“mÿ_7¬g?~xÙwÏìÝ_™?{xt5Äϸû_vê4¨éÄŒã8îåÕvZq;íºc×­ëîxâª,· ÷Ž@B @€@$$„‚9„@B ‡âHKDwµ+‚GD0€AQžþÇéô-yÙ}ñyûÌwæ7ó4ÍRª_2ÏMøú€Ræ“@9u"D1NÐ…?¤6„§7ÇótÄGb-鑺ž4q¹.ü÷¾zS€ì›ÍPu`4XÿÍxÅõ¯³7vþküèŸn¿°Û×»èbuuíÙ¼äCP½ñ‰-x³ò^{åeÎx—Òõ¾ä'Jâ$VŸˆÒà'èü$KM˜Ô—©ÂŸ(•áOÎטä»7CõAóõV›‹ÿ´ß1yïЖѩcé]´;xuÕÙ¡å½»ŸúI²êN/X9™½à.`Ì¢ÏR¦=%zßJüÓ`î)¾û”Œ +°O3Øgü*œ¾DŽÓWTš»¿‚úC;Þ^µÝþüÖ/Æôßÿ¡oáø·«ö­àŒRƒK P‘…k(:ç­sFê¢ /î•[aäK÷ü /vÚ_‚™ÂHC¦Â˃§ÈÒà©iðtš$dš+y‘/2¨v¹Þzpó\ß¡Ïî=ùóç7_ÿôÇŽU˽­àpB §\¤`TöÜñi«§ÒhKŽYQ‹(>ᵫ0ôº0dλ(h6 8pS0K@DûÏQŒ"ÿ9ÖS@Ýî/ {Ì~ýu‹Yÿü­ÞÙÖûÔ`uR–.`À+B*XÇÒÖléQ«öiø•S,Ì*;ÈàÊ xƒÎñ[ôæù.úó}C8¾÷"‘çý&†çõ&>Ç+mÛÍî }i68³Ý¬Óø­­pdW-Xü £' -à¨S6óNã˜88IŠ„_bÂ>ZÓBÖìÞ90üVR|V]Ó¼ŒîižF/¦§Ñ—éa d¢žénŒH3ÅÝÎMfýw>7ëx·cS ü}› -öíÃþïóa¿EüdÇ€ƒn8ìK‹,üŒBZüÀ*ÊlÈž`ëŽwp¦ž^w£º­£©®ë^ß8—õ@ªó:Æ$ýŸ™u<ØdÖ´¶m“¾Þ*†ov -áÛ=lØs öžˆ}öáð£+xú#-Þ`èǃÝÁãV¡.`‹u{ -ÜÀ9Ì\ÃN{˜x"|Lœ]Û û»¯!óèfo l7àx@–?Ò‘ ’ˆiëqîûÈä#]ò+([Áœ¯`d¥x%T‹h¯`;D+¸^ÑÂ@Ùi¨l:êVéÓ˜ÑÒIÊØ†þßð¿Ô`¾ 8ßí6ÒnggWÈñð®Ø!THE^CB,ç}LR¾‘È*YÁñEˡŒeL¹t9T‰ÐI—±$˸k’å°>ñÔ‡¼Uà"*‰´—âh¦¾˜–3!H-ú-3S6Ê੆ègêû¤Ú>z­®7©E{#¹K{=¥O{…Ù§½˜Þ§mÎèÕ5™HCÒ‹4”XY€ eÕŽ òC¿S‡jï”ÄØ)ytòci<û~£p”ŸQÞÏ⨺S„ºÎäÒÆ†¢éJŠ®érê•Æ‹ÌžÆ–ŒžÆFVO£6óFS]fOãFþÛ @J­@%Ê” ñw3Öc|´øÐ—õ¤ÈgµÑ´‡r*ënYRþ`!SÚÍc+¯°øº Ì¢æfyËùtuKSF[s«»¹žÝݬF(³º›kLyHƒð? "ëÃPå|Ôžv´þ.ËÏù&BÐtS~Rû›26}DFöžKwä³jZs8:[ØR—Y֦ά¾ b7µ)³:ÛÙ]mrNW[§«Uf‚O ù{w‚ðÈ ±>ÕÎÇ¡ÎÓæ}c€£¡{z¶ï£o%Ÿ'’ïjÈÌE¼ KÊ],I¯nféT9üÖªìâö -NÅ¥rN}»”{¹]œs­]Äíl/ãv^,ã^¿°šoþÔPpd”Û•ó1Ðyý²Úüoöëë«é àxÔQ×£{ÖÙײã8ƒà8bAé’B:!@B€1‘( % ½ŠJu(‚4éI0"°X”U±ê0AAîþΞ=ûhþ}øœûx¿÷庛mñ<>ÙÆrïàзøÖDõVI•¥yM…ÑeUÙ±µÅòÄæ±¼3G\ ÈW(2$ÍŠt‰R‘.V)2Ä]ˆv]þÓ†4d˜ÁE[c¨:~ê‰G?µ0lßµ3í'”ÞNÏ»<):X'n7qEêZ¤­"4÷J‰¨´üÜéš‚¬øæt¹X‘’’Õ%–•t%Ëë»’ä]É) -•8E©”HUº@*ÒŽ4d™B‰í/pÙù¶‰d6ßF·˜V2¬_v{ÙŽôÐÈ÷T^ܾ6¿HE#/¹±68§ª"¢øbIÔå¬sg®Š³”±érõéôÂëÑÕê¨ÌuLzçµØT…*^®Têò¿†(³ýj÷/·}褚Nªéf¿÷Ó­†o’‰wº™~וœˆÖÖ€¤ÚFAVYmhQ~¥°J^ÝW§æKÔaùyêЂ -uHaÛµð|…J˜­P‰2J] iÈ@òÿ—쌠»÷sÙø}ÙøÕ?¨ûÆîá-†ˆ„¾~GÑÍ -kPú'T´ó2Î_=u!£.´2©JØ *é*MR ÊrTüòKJþ¥EP™ª3䂪3ôœn¾edêAáá]Pig°Ò„3ü¨p3œºá¶{|¸ëÑGó;÷ xõ Ý|Ó3¤º‡_|›–£àJ[Oýzº1¤.¤.²…w%¡=°.«= ¾¬- ájK`ýõfAÕõ–S—Ô­º@†þ:ÈB.š~5v?|iuÙ5{ÍeçÄmì¶ÑÑc;‡ž;šõŽà±ÉÞWî1‚ÊîxÇæ÷säòÿ‚8u@Y˜’_ÃëkôïˆkòSd4ú)K|Uõ¾]½u­½õ= º@&Òƒ4”šn‡zôönëtŸ£Þóaô¦û8î¸õÊŤkœàÔôŒÈüõ)•_ø“6ä)Mdå -osŠOÞäVúöÕøÜŒBÕ¼F¡ŠàOk²`ó1è[¿†{¸ðÃ!/øÉ‚FvDØ‹Áƒñqg8„sS<Ì]íÁ’€7;@mÁhND+À-O²Ñ¨:A¤Þ&Û©AŒ@`maö#@Ù\8á lA0"ãW¨g“´d¹XKÊk‰%ȬF4ˆµäñ -¹'y…2¼è>”<ϼŸ4ã=œ4åó8ñ•ßhâKÿ±„¯ùÃDHC8ÒŒ4[™ƒÐáˆpx’‚ü›»+R}©óžwåïØÿ”¿ö{(?ñD68*æÉðÆR¿b†H¤!iˆ9j vÿ&tΣ’Î€·ÓkkÚWo˙ښ·vÚ^ÑÖLSR=_j5*ej…Gxà}à( -("ˆˆ(‡ r -‚ ((Xê˜'å‘·’®–©ece×ôê5Ó~÷·ý±ÒŸÿ?î€áã Šü/2ä†%ÌØ¬˜´üÑÆ»°BöÛPNÙ›PIÙëPMÙ+”©ìeØUî‹ðîjä(g9f’3Ÿ0;›|›} s‡3–r›;’:[æ tØÐòá?†Ç Àò9Xþ€‰D*áR4î=“÷[¾èe4…³Á*^Á¡äÿià=A[yËÑåË1Ãeew’ÿÍu¤Ì–¦ÎðÒgø}éÓN<è@ru9Ðêv°<®Ï)Pæï¸È%¨˜w´¨´×Ä$â*W¸’˜Ç~Ãà/Eñ„ Ñ2áÃp>Î"xßΟK¸É¿t‹?•:ÃNŸôcoUôd8D]8ç:äBÂÁ= Èí àzº¾¯ú#€yé}9*ò y^ý„ˆ-XÄY÷“iü»ñÑl|¥x&A#žN¬ßJjO%ßO¤L‰nb§D×qSâ®ÌÉÊ_²&%mŸò¡Ct ýë{Àt;xžG€È×Txÿ^‰ øM„B­òÐñOJâ3héy÷H9Å3Þd -³r,™_5‚‘K‡RôÒ›©Vé@Z—´?}\Úƒ›^Ë—¶àÇe¶ì1™5Ç9@ùêK@†äÿ¥nûÐó0¨ò=ä§Þ˃ν’¡‚V*ÑQKü¸”¹Ò´œž>NÌã âè’éyoºXÙƒU+»2ꕸ6åµÌAE+~TÑœ3ªl$Œ(ë‰#JÓgüÿ@íø> öüÈ}áUoÕA>Ï«QhÔ|U|ü,?5k¢$“6H%•õ $×ðLe[&_}5K®¾‚׫mÙ6µ5§Wm! ©ëICê:HmîZ÷ :ä»n4Ø.Pß $^Ê÷ȇš÷׺ Ó+:Ô¹E-yOí¨Äà†Ê3 -ìÌN;•,iÎ¥« œšB¥ÎDÐèŒD³®ŽÔ¡ÕçjµyƒZ5yP«‚(óTè@tØßþO ó:4ˆÃïj޽¨ òX6¢¼çèó³5Ñè1y2¶¯KéäâÙWŠsÅ TjµÌÔiszMžÂPM6Täƒ2¿ß £ô¤”~½ä“ZgÕåKP0W „^û€qèm]àÑg Á'YÂ<çÌagtÄ:1½WšFnf±¹D‘¡8_UM£×Ê(cEbª,ЙDVSÕnPoü‘Oí«û@sÙðéÀ„}DðÝ@åµ÷£qàM}à+MÁGl¨ã·­ÁˆqSDxŸ.>µC•’Û\…+1 s*4œ\eU1µVXȬ/§ Ì\šÊÌ.l0—Ò;̬Â^ˆ½¡´ðºés>¨ÐûTÂwמFľ—–›ƒÍ·†ü4}å’ϰ%ÕkŒÅ´j“I%¶¸¶ -/P‰ -!'¿¶”Io`0¸Mt†´‰Æ04Q‹[› -Ý4F¥°¨×L/²78 -¡ :p`;î -´^»ß×#ö<·]Øû¨õÒ¾{‡'Û.þ<ÐŒ -í0G'7×%ŒÚ´"µ*“'©Ê‘q…¹::·ÀœÇbÚˆ¬ŠfBi-›m…tY ¬î¦\f%Ùë C‡B×-  ¶Èáß½—ë[ b×ÊÕÀ] »fí>?Œvž±·†·ÚЉfs|ŽÎˆ¡ËtØrAu–”)%hÉy Y|º Ëã5§óU¶4Åš&ìnÂòº3¹=Yœ‹3ŸtèÀ‡m*øŽÿ½v¾¶!¾Yn÷ÛqÿúÙ¿9~>8h÷?ÕÙŒ´µ…Ç×5ÇàU‰4Q}*—­ÏÐ4xM¶‚hJ•R“¥eMI2Ec’ÜlITt7`¤ö†TDè(rYŠ Cìk oûÝì¹mµñõb÷–Ûc'¶ž†Ùýntœ÷S_Ѝ Ie †‘ -ú"Yöh^Rw¼$ª+MÑER†w—(Ã{$ò°Þ:ÊÞ. ³OTEþ2.‹l“;X.定ýÿhúiÃÓ.øÚ{ŽíkÆæ÷¯»¾äþ×öEïÝϺiæÎùVÞ ¸Ì™¹˜DsegO†Ð0c(vÔh” l4YtyŒ /…Lˆ…!SzA°£|kŠ:<Í¿<0-p°·®âïÖÃÞuoZ`_,m_3¾à²æÆò¡ í+'·YW|öꟜ;.{|Q¾äJ_8Ÿ@˜ÈL½!?zÉ@Í…•†ÜOà?À³ƒæ Kƒ¬ Eu r©‰‰|ÔWŒœŸ-FÞ»Ãtp¡ƒbçÚ×?­ôn^3áX¿¦oÅõ‹k/Žl²½òüÖðêÌAù‹ŸOòW½ýϽQ¤g> iÏ|q1OÏ’POý©ÈgAEž£«†ÿ bÑù—ÿe¾Î¢š>ó0Žÿ­öLgtzê:ÖµAE­€ ¬a HØB€„BH ;ÙT@A n¸àXEÑq_ªuwT`P, -XÖQëB‘M@žùŸž^çz.>7ïÍû½ü=y9ý; ´ßfÓÎd þ[Oh6 %3§âÐ7Dë…iDý/‰ÛÏÿB\Xùåé‘ ³jG]–Un²-uóÈuÒŽxD§xð¸#ž"户, -bÝAu#v˜±®`³œÁg9AãD%sî^&ˆ+âd AÔ¼›J”cÆÔBÌ™nÀ‚¹*,^*ÂwV X¾> -Λ±Ê=k¼©°¦úÀ.Àp rƒ{°+¼è.ð£;∄Ó7‚I·›Ä5ëê-‚¨o"ˆƒ/¢¼Ÿ˜’iÓ2ñÕW -|ý³¿ecÞ²|»ŠŽÅÖþXfïƒX9»a­«+lÜœaïî¸xl€Åž”õð¥Ø"€bƒ`Ê:„‘ÂÍ‚`î×HX21ä]Ír°×Ý<_opè!`E1žÀ]$D€J¿|‹äð©  #!ß®’Èà×"­U:F! -ëô‡wJ~‹ê÷Åô¥™óÑòg‹lˆß¸IäÞäûxDG|QlBS„TJ@5Èá»M逾ÇHgð»&õ¾þO䟃Ze£¡/dŒé»ÈNé+f·¤›Õ'é2B²·x.bÉ.¹õR\ òö„€# -±q\„' A—I©5?~»TðÛ§õh:üO¥ƒv)·•“AʱVÅ £Mñ>ò¥ü³KÞÛ#këS˜Ñœ¿#‘lˆ[³ |»µHsÙ©—Ä4›#Àá &Qˆ0‰ Á:ò?£z2`‡æ3­Z3xX3tB=|^ý‰~Cõ)ô‘j8¬5ýCd[úkæKewl—²=¾WùŒÝ§2熤EsÀ&w–pýjÈí‘îåe€?$¡ ¢ãÁá -*›S«Æè¹ÚÑàíºz…n8¤F7zL;¸ù_Úa×4á4¿G´ªß0ÛÕ=qªvvê§WӔЧ5©dŸlH ĶVP;¯‡ÎÓ:_¨BB!‰d}Næð?±S¤ÃQJõ #+c ¬@ß¶+óc¯þ}x­þ]D}ÆÛ¨Ë¿EßÓ½a>ÓöĽԶqº´- ݺF^þAbw¦9H›=É‹f#Éj)6+‘állO'ü½  þ¬ŠˆÇñùÉâþx™ê3Cÿ&Ò˜ý*rGö£ª²{™‡²zb겺Y2»ânë;ãŸêÛ8Ox]™»²î'un&ÿšcÄdƒ`ál¤¬\µ% Îß#Ïs#Œþî“[è£YááU,ö{q¢è5_¬ìe«õ]±9†—¬¢ÜŽXSN[\M΋ø ÏÙç ¿pnžqžšy†‡ü_sî$¿ÜrCБw%Ås:Ä fBkñä[/D©ÓwØMY1´‡ºöí¾`»ÞýaÎ{£½ž–LJ?,NJ¼µU$¿’-Ë>«UœTf•þ(ßZ~TVj:"ßc:¬8j:¨8kªQÞ1íOo2íU5™ªI•ª¦rs ˜ù·?ôóPh½»œ–LTS–ð[õæPк®ÃaöÏk"(U±a÷v&r*JÏÿ É<™žT—QzP•[±/½¨rª¢ªZu¨ªR}ªj·úz•Ió¸ª\ó¸r§¦¡²LÓ°Û(É Ùe1ç|ÎWTvÆñ?KÅ@AmKE,C@{$„0‚!aeÊ–=Ã&€”,% pËúJ¥XµŽ×õ(T«–úkŽ÷æâsùœç Õ¦ZÐb³ãßIçÈ}׳n²þƒ_ãùN*n¶=Äg¼5œ9Ú}h *ÝS–Z.,̪?ÆÎomÎ.çÉnàÕgóyuÙ^Mί:g–WõÅ5neε6Y¾4$i«AÑ®o ÖDŽÚh:íø³ËMç‰ÄS÷Þ ²á­ã¾ŽS¢ ï‹<&}¸%*¡¯>>[\•\Ê-K¯k,b·ÖäóÊ­Î=*,Ëí–æ 9yÓ‚’¼'÷j;'w–' ¤K’µU¡DWêM4€k³õ§½Ôë¶ýÑ)ÒŽ…wýë}û+Ýä1!#t€{ îxK\V{CbIKUjMMYVkYq~{QA¹(¿ QœW(³ ûÅ9E㢜Â)QnÁ´0/F dHR¤ ¥ºjÐhò ð­·¬tc5žŸtÑ|0ä¡ù¿!×gú½ì.IHÃ]aÁ}ˆ7:£­5¡¸¡!¹úpuzKAyŽ “SÜ™VRÓÂáv%—JºK/t&q&:SK&EéÅÓBY SMÒµ7ÃaÝÍÐl¬ºÚa¥ö¦×QíéigÕÅQ'õ›#½‰!²ÍXÿ~I­»›Åï8˜ÖÄ+¬:šXYܘڜU›ÙžX™ßûSEwLekwtÕñ®¨êÑÎèªIqlŤ(¡|ªC–/ YÚ› rç&8f¬ò±ÓRåÕIûœÅ®Ÿ¿l©zõ~çåQ’åð0Õ]2@ è8A?p´'"¥V_&ˆ¯ÈmKjLnIãE7²E‘GÊÅ-∦îŽðæaDóŒ ²aZp°F6È–6äjo„Ú€g´á]Fùù õÚß/Y(ÎM˜«L\ÁéŒ]"búÏQ\ºÎøqCœb&VH"Ù…Ç£ËÒÅñõ±‚äcül>“_ÖÎhoâ3<ºð —Þqí“w­-¼e–+ 䨭ƒB­õÐðÃ:¬}{ÒTéј‰üü̹«³¦/Í8|;4é¶·wœŒo¿èçÓ|ŽÆ¨:šP<ÈÌÊê(I8U)Ih¢÷f¶†örZC$-!}âæà¾á¦àW„ôÜj Í5˹ªë Tk´è(ýÓ¥§ðrPOîÞ„*º1·]¹m´~ä–í¶7œ÷ˆf÷a[§(^5¿ìå\¦Å°/„¤'Ñ Œ„W„‰© :“^O;[\8ÒP8ÒQ0:X06Spv¡’Ö?_# ä«®…JM%àm—ÿ«ozx~š›]ƒ&s‹k­4»púmwÜìêoyî+»A¡åÎR¤Ìø'GMÒØaa%¿,÷ŸH)ß?QXî7UWê7-àPgJ|g¦Š©Ó‹ü.ÝçÈ…ªk a‹üg‘:Z\ƒnŽ+¡É¹5èüÃírCÍ×õ>vÔ<"è5=t³¬¸Ot-X$ù¥.YÑ¿Râéw¨éw‚ØÔ;y¾óIy>wós) ÕlÊo¼lÊâÉ,ï{ã™^¿ßÏð¾ý$[(SQ„c*è7‰º9ªˆ&¦й_×¢Áçº -½K˜MÂ%»íÍ/q†•/ð¶…Ï îéÏ\übžºÑéO=¢ýŸ}žú¥z= K#ÿ?&ÍóYFªçóÒÒ‹ÆdÒKQii(qß«éC¤¥Ç ²@Ýz¹?DÍ–G“—åÑùŠhàOÔóv÷ÁÊ^õæ+Ê;“¢‡ŒeGbÜ2ŽÊ|‹ |KˆðY&F{.{Çy¬$¸ÿÅHp{ïò>+Žð¾,–ðwcŒóq´ó‡Á(üÇkñ¯Õë6„nKš“C¦åÑéyEÔý^C®ýÓ.å¦öhT®ší,ZµØ›±je·jíÆZµõ¦ýkïïó/6Äó3Iüìî”HgˆtF$b# #ÜJX¶PDz>ÓN3d™ïDhf¡‹WäÐàœ꺯€¸°Eá|¿¡vo-Ãé`l¦6,0ÃÓCô+/ØRÝëOB x9‚w=øÙAX DѬ ™fì@ ”˜A³LWO!tùBC³uÏ#ÔöZ Õªb9hmȃï4Ò@W'v2@Fv0vÚ{]]Á‚ˆ=À™l î^Ö@ö²ª—y™ËË bȦB6àÎ -çøPÀe1À‘ÇZ©£RLp”0{š ¸ó ÀM1Àé6ðè@xF_uö7éUØ2ùuèkÊ›Ð%Ÿ·!_![Uú½xH(æúà/mð'8€Ÿ´ÁÛŸDF âÂÀ)SúWÌÇ©V`…,Àõ²Ài@jŒ ø &8Ï1pŸ®ÏŸ<^Ðßy¾¢¿ùïúŒjúPã8ÞÞÛáÄŠ -ÖQqT*«–*"{oVö& áOHBHÂR@à*R@q^Š ©¢\”¢(({¨-V.ö¹9÷Ü·ñÅçýäw¾£¤™€IÒXð ñEè,éwôe Ì0À®_(K3Òo^ܾm@;´¢ÛÃõ8|=ƒ ->jÉ?šüÁ›Gï™ÆXðÌaüáUÄxç}ŠñÖ§–þÆ÷}Þï2mÎÿm6 :8B ™¢ £f(OÃfi"fé=‘s C§o@ëPúÍKÞ·Øv»9f ±.öÀôvý›ðƒ‰X@ÑHïâó~)ÌY_kƯ€5å_œ 8Ü<=t1z,¤ƒñ:´—1ŠzA›¦DLG?Œœaþ†™ewbg Â:Û²"·o„è½–Àµû?Û€Àùp½N~`úüA‰@ÏaÈ„)t c<8‘ý:HÌ Î匄hc^„VÄ £êÙÏÑ-¬gaí¬¡ðÖÓˆaVä«3Ӊ޽‰ŸBÚñ“Qß¡oÀcœ=›!áàvHþy/¤8Ù- -=ÿÁ pŸe£ƒ'(ì(–IçÅ ¡EÈ : yVˆ „—#ýáµÈãˆ&¤/òò0ª éÁ !÷qSÈmü·8•4Îkû é"7¯òV3àî±€”ƒ[!ÃÞú£Øéû… £s)þN|”ï>D§SHLFÈí’ðD)ù÷1Z~¦’ÛÀ¿‹»È¿ƒ¿Å¿…ïçwÇø×ȯ—(¯š©¯›>Èk!jó:`X­Áî þÃÚïX”ŸÜ÷Vîa7™éwlTê>”ˆ îG¨øF û‰Ï»C%ÞÄË“~%¨„í„2á bð:©Ix•tCx…Ü-l£¼6ÓF’é#Ég/Sê>(úì¦uÀ¶ZÂÝfi» r~Úºë¸kVénóZá{ø¹<Äq ãדHÆv"Lf3Žwš$¼L§^¢äŠZ)Q µBô í¬¨‰Ö&º@ïg ¥ÕG§Õ2‡Óϰ†Ó+?¨úœ¾!Öj5ˆ¬×ÜvÃGåÑ-ïTŽÛ' ÝöŒ¨|lóBìûä‘Þ]iÄÈŽDãj'¾•ÍOnŠNM?ωÏ2 -$õÑ¥’ºèZI-³YRÃêT³ú%•ì!É©˜!IgHRú @[cD‹5ÀµÔï^ë5sÀlQuÔb^sÂrLçºã¹Î{ï¿ÕAGäFxÞ–®§Ñ¨­‰ì¸ó\nr'I\ÃK«Ø -yEŒV~:¦J^Î9//ã\——ÆöÊ‹cŸÊµÈSy2(W#ƒ2Cþ×@Ù¸ø–& Ùe -Êkß1›)q°-w±ú½ÜcgŸ.àð=U˜[»‡j“RÈDL¤.)VXÅHÊãR³JYŽQ)4H¹¢(®^QצPq»ùÜEžž’;“Ë}’mÐõ ´ ¦`i ²]&Pðýê?u‡×Nž:fö¢Òiã“J×íÝeþ‡nkÑ.× -°!Í9dbC&ƒs&-&©L/Ö’²U<±2/>7?7^—ŸÃ«ÉÏæ5çgñnçËxôçÉxýJ)¯?×`è¢ÍWÐÒ²¾5µÉÛ²C¦ã•ökž×žXû¸Æy[W…ïÁ_KQNmLPc> _›CgŸ’²4éHF^² ';!µ@*J…ê A…:=¡Q-JhW§&<Ôß>•^AšàQ¾!ÀXm,sHÙ²;W.i÷ÍŸ¶3~UsÔx°Á~UoÓÖ;Õ>¶×O‡8¶”D4°UTf‰‚É/rÒ³Òãs2R’T)B±F˜¤Ô& -Kµa½–/¼ªOîÖßž"AÒCuBÒÃBC zõJà˜CÚ–å Ü¹|±xßò™*Ûå/ë-h´3¹ÎѲ£ÎËæruCãép¿ÚR|T¹†Â(*`Ä+l‘D†d ÅüÂø´T"Ê*áˆ4%ì´šVÚÅbfúoÅ,Q·–“Ú£‰Mé-2˜ú†83#o^;¾~_¾çë‰Úý_=k´ù¢¯ù£Î&‡Í7Îy|×Rp¬¡í]Y‰(.#Ñòu´8Y!3%UÉ‘ó²¹*–4©˜–™YJÉT•R¤U%dYs1IvWG–vk©â =Ã0`™®¾Ù -mú -ÔÛ¾|W±ë‹W ÖÿxÚºíóîKVÜl=¶ñò/n{ÏûýTÓêYV‰.¬Â“sNQb3JÂD [£Bò(y A™QŒSèpyZl~S6ÿޛ׫Æçôª Y†Ût$­_Ù_‚ÎêŸsÕß|>|aÓg®X|Öymÿ²WìÍ[Ú\¬ë[þKwþ5ufq@\Šã¾¨,JMKÈB’Üä&¹7¹II@EE­ˆZ•¢`t°à -ET¬ˆHG?R¬»(â2 -ŠRµÈ¢(ˆxzÿóâûöy~çü^<¤è¼Jtðl4•SfJø©4>eKñÒ뎭رüðê}‹ 6ì7l?`,ÌÛo8tü߆C¹1‡¯çÄz’cÌœkÜÿ(ÏX3Á¶M ¹#†Ž8Út”MCÿ»85ÔNCWë½F]ª™Z~%Ò½¤[TxI)ȫһÎëc·•Ç®L;Ÿ–|jiF|iò.CÉúl}Éû¢OädëJíÑ•žÛ­=ùÇ.íÉçYºâ–ÝÑG›÷X©ã¿ƒSìà?Ól>ÿ2=97 -ݯ‰®_Ÿ€ªo1ìÎßZ4éä ¶ë‘k"ÿu8wo )ϼ¬1¤_Ô'¥T×.©Œßl¨HÊÔV¬Ý©©Ø¶ƒ:¿o;Uy$S]y6Cu¡~›êBËVuy[Uö2ÓH7öN²µŽGÏNÛ¡Æ*;t£ÎýÞ0†¾?]lËš|Ço ›ï³ïŽ„µý&ŽmºFh×\¥ët« WŒë55K6©jVo&¯lÙLÔîÝDÔJWÖÙ ¨¯MSÔ?[¯¨y—¦¼ô&ÝØ:ÖòÆ¢–"ô |ºyÙÕÜ.<Î4;Ù?÷¶ÿ¹…é˜óŒí¹ó‰€¹ù‘X˜Ú$%—6*LÆ{ä2ªA—B4,NUÜ[•*¿¿i Þ¸{5þ  EÖT–,}X³Rúðé -¬©k¥ôn÷*k kŒMG-zx -¡[U6¨¶ÞUݳCeÏÆ âv·…í¾ãòÚ™3³^³æoyÅ ZÛ¹ì…7¶ŠuT+§lU/Á[K¥/–/•¾LKÄÚv$`¯Äc¯KKÚ«b%Þ6‰Þ´›„mâ¬ȵAOŠºs¡ºj„þ{Ëyd‡Š:¦ ‚î¹£r»½'euÎÙÒÍôZלÔÉâ™:ÙRê=O%ïEc¸QÔ¥1 »ãL‚ž•&~ÏFc䇬ÞÇ|=¯÷D4¯÷7÷Óm-çs«Æš–B„ʺz¡K×úµÑo¶C?M³Í1»~÷Ó€çÔ|œ× ø{% , -2™ƒÙšÐ(ùK&ä)…ƒ"oHNq,*ÂG±¾¬T‡}IW… ï$C¾ ˜_‹•L¨TC­ÂšÆ]»€ÐåZ„Êï"Tô¡ü¿F¢ìá)#¶Ã,ûÍ0wj*Ìw^^ž&ðñ§À/Dl10ù`‰¸À“°@„….e% IX|/ñƒ ñBÈ-„B‘œˆ²æF9BÕt7ú¥‰þ¿¡½íl~„q#Óaš} -8MNg'̧/ø‰À'ˆþ¡aLàÐG‘€ãRŽ/Ðs¼!í«Øž°!Â2#Ͳ¦†î ’îàÄ}„>AhO+BÛ>!›õ0jd2üÃ>&OŒ†éÓ ˜9K -sÜàæÁ†W,ð ß@ð÷ó‡`ÿ…ðOà,€¨Àù `€:`ĸA‚¿ $û;Ã:«ªê:IwPðˆž¿¡­¯Z÷Ù.42líµ0z‚ÆNÁDLu -‡s‚a–k¸¸ùÒ»ñy^àåî ¾î tŸ ! W`3œAÀ˜ à ”îŽôçF«@æ0øn3!ÜÛ¸¾n dÒ£ðèÕJ#€KÑ•Çaº -æFï åÐ~Vó¸BNÑÎÉ!ô¢ÂêåÞ€CøSXí2ˆè‘Û,â JûùìcÔ0öÁ -Àé :Û‹Žîãâ €qA‚±@ ×$Ö -„mPBh&¡ûhù„% ¼”vV ¬ß”qEìÛ´Ç -༖s»åžï Êz£,².ñü½ Ÿ1„®ŽÀóœ"oWÀé›WÁ\Ì1)A -Ü$úïI`e¨€µ‡v@‡UÀ.!}†Î¸¿À»A ó*-‘mÊA~—Â,èWôŠåÝ‹üfQ¾‘~(é QtÁü9 ¥wAz€:ÂȨ0ëe H¤ßOUw œ,Zõ•[H óŠÕ_"O«-‘çÕþeÕàÕ ðiŽzAö‰:‰^Q¿²T¾“¯ð!U›üÛ€ 3ˆ\A̘Jzºwг‚Njy$ÈuRÇ“ LÑ ó7j-üº!þ¿t‚ƒZ³ð˜¶?ªTÓU®é]¤>‹ë©O’ûêØÿÕÝÒU§¬OõP·)©bPÛl3&ÄÅðyN ™? býçB|˜7Äñƒ!FÆJƒ}QÄ’ƒØ -­Yœ¦ïeÄ|íÑï×Ö÷`%ÑÝÒ_£»dUºN¼Vû^~WÛ!®y«èд+û4­„Y÷TeÖ7©bPßêé“sv’îÃàá‰~.°<Ô’" c U¢~èU.Óõ੆.ÙÆ÷²,ã_x®ñ¼ÀðVQdx£<ó'QÓNÔè_“w¢ÛT-Ñ­ê]‹ª/æÕo¼¯5›néÌq7£¿ (:ƒŒÎ už Œì;Ö„0`5w¡%YÒ—¨ä÷˜ôò÷Úí[2ÅØN¤Ç½"¶Ç½$²ã^ù±­ª£±ÏÕ'M-T…©™ªþ›îúŒkòN8þg¢(ÈPŠH ŽÖýñœ­åܥв„ìr+ΆŒÇU#7⛑Ÿ:‘±„!äþ2šøNü;cøÙGúÜE~Ïê¤Ì ÆM7 ð…ÔeÞ¿Â Ê7,ØöÀ)þ¼ò}ú‘ùö™(vÿC6)r‚ÎÄß$ -é?ãS™×ðÖ¼™5’XÈN,g]"Ô³†ˆm¬ŸˆçYƒ¤1Öù«üŽÝI}Çm§½ãž¦ÿÆkLðõ„8˜´l/÷„Øz˜¹Õÿ“&$è­zÿêçÊÛ§ÒbB&¤„C78Hü—~‰"eÿDVð.³øçÉyü>r)¿‡RÅï¦6ó»¨]üs´Ë‚³´IAý ùUhgü*ªOz#ª›Äûz@ü^àS–/„ªµ‹þµeñ{Ã÷¯ û–?ÖZwOslûx:>ôŠ”{‘Ç¢õ3…œn$UxŽž)î %môɤLÒŠÔKZí’&Æ ÄžtKÚÀ|!­M~-­J~-«`Í&úx@¢ß"ÈXÓ‚§kÇ?›½~³|·äyΞe-WÜÎŽÞrM°(r´_šD>Çç±Ï°¥¢ædLfgêä Ì´.¹­M®B«Y-h«=ÅC+ØÑ“œ©¶i%Üèlþß@]â EKÝ¡"x>Ô¯vÿ”³Éã—üÞO -v-™´†~uùérvÜžLRdW:ƒxFÆaÙ…"q-E«8ª´ -Ž+ãX±“ÜrÌÆmÄJ¹X1o+â=Pðž*¬ü§Øqþ³YA‚ÏBˆø.„Ò¥ó¡*È ¿™÷áøF÷—EÛN•†xÝ)>x-?bãE nW¯žÞžIOlÂXÌš¾¨\,CmBLQ,Ð) ù¹*« T•/¨Uå ÚT¹‚‹™áD¦YøXešf>V…Of‰Ó I>  ÜÔ|5÷˪¹ï -×»=³mžw¿lÇ‚qÛþ€‘¢ðõÇcCΙÃZôÔøºL&£ã -JP1j•¢Ê\±Jmµ&Q¡Ö >¥Õ‹[tYâó:ø¦N+žÒjÅ4ñ#µFü×A’÷BÈòq‡iþsaÖ—.¿ç­ty[²ÖåqùF׉ʭóÇÊ÷úÙ¯í-ŠÙÙ~°ÑLÁUét›šÍ·*rsªT©OÁtZ©N¯–æe«d' JY£A!ë6`²1Cºì~6&{…Iê³€äé®Ï|ˆ}á - sþa v~}âk穪5N·k6Ï­Úíw¡<ì›NÛÑ­… ¡uÇÉ1å„R”Íâæhx)ú ±R•†fa¨Ê”ŠšÌr´Ø,CkÍRô¬Yœ:2mÒ$AïdòûÙ2ùýL Å{xO¯Ÿ 48,üÒñEy°ãýº ‡õ›Ü.ÕîZÜWupU{yô6»-þ@e)º4ŸNÊ·0ÙFGªÖ -2ÒTR½DYXV.³æq•¹lÅ™\–b('9ã/6iæ¥ß3ÎR½@±÷\¨^2æ.uü[i€ÃÓ*p×¾\mÚè:ØâÓUº¢µ:rKí)ÜÞ²“„ÈÂ*Ábe$ërYbÌÄÃ$zQGƒZ’Ôê½Î¥¿u§W{ӠƆðM•µ1»KªðGòÊÉ Ù6:CUÄÊó9i¼1ÉL£2‡d²äM'ÌDs“‰`0&ZîÆ{’~ZÖÌ`’Ç|˜¶h4ø8þ^ä žTºÛvpµÍ v¬vîìØáÙÒ¶/°¦5lɦèkCÜ!S §©¤ÐÒÊžÈÆ’3‹y*r¡4+±@™/0gã Od%5éŠÎkã‹ï¨ã ¦4 ySÚ„Ü)ÝL ÇÝ fx8ÁOðÆ6Ü©ÆZÁPçÐ۳ʩ­g낆®ÝK+Îý¸¶¨=â[Ëé˜P]sü1¬‘H–ÔQYìj†„ZÉNÇWˆUñŠÌ¸ -“ -wʦÄU6*b+û±˜ÊÛé1ϰXÛ“ \éÌ ÐÍjÝ?YÝÀD…¸nwÃŽ ¿Ït\r°nšW9ð½_Iÿ¯s{ö黢öeœ‰”µÅ'rO´*?±‰)ÃÙ…hŒK=Öd@5—¤mnE7÷J£[nŠ£š_I¢ë^É¢k_¥ÌÊç:Cã\ð €ñ0rÚ tÐqÑ4øƒêѵ®¶‘>LJ÷g…nR Þ%ˆ -ãõÃ!½q”ÄnBrlÝÅDu¥ -"»õüÈî"^DO'¼§›Þ;Î:Òó’uäì;™A¥‹ã›<î”pÕÀàY:huU7<Á‰[+çäßü“§q|g`æõ½ëбÐïøWÃ~@F#¢—&Ä ÇQ¢†ÉHø0›qä²9<¢£) …ÖP®t’]½N:tå%1tä3åÇKŸ©3ùCÀd1cµ\<@O­Ã úº3(™tÖ© 'ÓÔwõÃí~©þGw}>Gua?ÈØŠ1 $Ôµ5B½lß½wËÝÞ´Ú]I»*«J‹pL7`‚)‰Ã€p‚ƒ1„Fôf3Â4É$ #@€(F¨K,’žÜ?`óá7çÛ™çœ÷3ïÅ,|H§–5*$®ûjMö=½ÅxÏj×ÝsåhîWäª,ÎQ7®µ«nµ©íÉfŸ°2M7-ʦ_Íò‡½VÙÃlož²wpç;B®!äâYBŽ_!dÿÏcÈΆqdk˲©}úo×¶ÇOZÑž²°-3¶¬•Ÿâl ­-”\ßÂhÕ­ƒ²ÕfR´šäíóM²Žåúåz=ýr‡Ž~µ_KužÕP¯ëÔÒ7­*éëNÆ›†„Ü8DÈl N^&ä`-!ßÔ![ý†lìò»¦‡óÁòÞXßÊÞÙ¡e½É1®ž´$k—«ïŠU½”LÞÇ(©>##î·«DEŒ``>Ã\®ä mPp‡¶Ë¸ïöÓ™ïNЙžZ*Ós[êMÝ>B.Wrú!‡¯²ë6![²¾c?S|Üš”ƒ° "´ˆ‰T n† ñ¤&rÁKN‡8%ò”$hS`IG^JJSf`ar V&Ec}R$¶%Fb‡Wçϰ=XCÈž:B¶Õ³ço$dÅ3B>é#c+0n|||ì˜4Ñ??ƒh„†ŠÁá"zzfF&#!*©ÑñàÆÌ„8&Š˜hèb"a‰€+šƒ²è0v`Á -ÖªHo޳=°ï&!;Øl¼OÈgO©l&¤t€Œu‚Œ·‚øè0þc>ôc‚?¾i˜œ„àÐx„‡ÍÄôðXÄr¢0‹$éœPƒ@³Ÿu˜?Ì¡~p„ú¢0ÄÅ^AìÌè¤Ç‡ƒ—8 ‚ô(ˆ¤³ Цgã#Ã-Bz¥©ŸI‘ºŽµ™õµißJ‘~€uD‚ŒS¬Kd^#³^ î1x/E#ü>á0Xè@0$„ O¡7 ‚üÁe¯‰a<âÔHPâY¨Ó ´òÁ+d÷žO!côµ¬/idl§‘¹‹µ·Šu‚ï‚ü«¬ÿJFM’aa‡Ø#ì‰Þ‹Äõ‰ ê’@â h6/*‚aÆq K™…häª4H-ˆ\RæÒà-‘ƒ·Fî_Øu›ü2ð÷Ê 8Ì:N -ÏÑ#¢jXt‹òˆI‡$íÒi¤Oú^Ò#…ä­ÒW4(o ò?2’èPÈÙªäh3¡V¦Bi€Î£ )—Cô©ÂÕ¬ ÊÑå°èïŠ÷âïÉÅ;É1ùôŒ|ˆº,¤êdýt#Ý+k¥»äÝÔ¹‡ê”îCÞ¬„ÂÈý `3ÈXêØP90óba”'Cgàƒq°9‹•#T¥Ê#]¡~']§¤þ¦ ·«úé]ª>Ù>¦W^ÅôÈO*»—”]Ê›Š·Ì=E'Ó"ïPuËÚTE æ¹ -ªÇ¨½‚Í Žstl ¡ÈáFÃN% KË1dSïÔÌ€rž¦W±D×­X£ëRlÒ¾Q~¥}ÍìÔtªöh^©«_ª«Õš ªví5U›®iÖ5+Ÿëº˜§:¦I í}=ôõ¼82N ôáSa -€kv0Š2"P ™5œ§J̶ˆ{LNæ®L÷JóC‡f•±Mó…¡U»ÙЬۡ¡ÿVÿ«þ€î¹á˜ö™ñœö©éª¦ÉtWóÐܬy`îÒ5˜<Æ;&˜¶Àr# YÞ@0LèTd…ø!?Ò¥³P‘6Z!Š,Q&uåù¯ìy«Å­{a\`zf\fybüÜòØôWó#ó6S£ùŸ¦æ}¦{–#¦ËiÓ/Y5¦ú¬;¦ÛÖçæ[Ùo-µVõZö¨­Æ6jÿÁ>êðš_hƒýÃ>%Ó}1/n -*S‚Þ-Dt/Ž,×¥7Ù¤Oó -4msÌ÷¬‹¬w­«mõÖõ¶ÛÖͶÿdm»•½ÛVg;h«µ·Ý°_´_·×Ú¯:Ûkr:—C¹s†óÎæ¾wžÊóZ6ƒ‰­GAÈ$̘ˆOfL]’ìß¿”Ú¹˜ŠjY¨N|2ÏÊPâRÜÉ/5ßÊ­tÔ:–å]w¬q^ulr^ÉÙê¬ÉÙ鼜»×ùcn•ëRÞ׿Ÿ\ç ®³®6×iWAµk¨ðXþPQUÁ WÐOõEvÀd”ŒÊiìœ;Á³2qr×êÌ€öU’ðgËU±‹-©wäÒµenãOEss.çšɵ²è‚kûœëK÷Y×v÷éü]îSùÝ' -ªÝÕ?º¿/¼]|´ðEqUaOÉ¡¢þÒýî¾Ò{ÃÔÉÈñŸˆŠ °ˆÃÎù1¿X?¡smºï‹µ¢ÀGŸ3Ó~YiJª[ì\ù}¡þRE¹ƒ Oº—–Vý±ìû¢ åG‹¶”W¹ÿQþo÷ÞòCÅG*Ÿ¯8P\[±¯¤©boÉ›9»K»çì*ëžóÍÿ#›ÁÉþ9çú`Yø‡øSÔ½ëâ|Ú7¦Lxºét×{8ÔùðÏ`„n”ŠÝj#tAä.Z—“Kî !—¹3̘ 3F342.C˜Y—\×JnIW¤Nw¡<ÓÙJ§-•³íÓvÛïù={þýãõ|þü~Ÿçýþç½oÝŒØkó}a ÅõÜ×+ì8ÂPƱˆ^ -%᧔̔Îär;©ÒJ’RO'Ë©ÍÉ ÔÆäNjCÊ M™2NS¤<¦Õ¥¾¢J}K«ÆÈÿ:Œý!ÛZÚ(gËŠ¯…ÆšïŠw®x^j¥ý¤ÌqÕ”ôÀ7·Ä»G…áÎù±û²ú©ñm4zJ3…MmHãÓiâŒú4£6­ŽQ“Öʨ&÷2ääF%yšYA~Á”Q^3Ê0')¯3TAÁô°½·enÒBüÍøOb#¥RS¹rsüãJ;{2ƒëÒC;.‰C„D¯î¼„à6Nò‘ÆLjJ}Ffz Ǭ¢ -³*¨RV9µšUFmb•R»YRêEv í>»˜¶À–Ð^²$´_³Ä…é¯EÉz:ˆ½Q ¾ÕøP²Uý¥ÌXí¹™út­öí*÷£2‚éyiˆÝYq´g§0>¨™OŠ©ç’Iò,zºŒÁÎ*¥ó³KèbŽ„^ÎÓÜ"z'ODâ é·xú,Oñ‚+ ¿àèÿÉVE`]HÓÕFœ x$2T_º·X¹÷¯Úm¸u{WÜ8妹ÊÏxPlÓ-ro•Ä( “¢kø©I2VÂffer¹B¦0·€!Íã3Oåå1[ù9Ì~>—9Îç0Ÿ`÷Y.—ù<‡Ç\ä©‚¢õV#ª®ÊÑ×@âMjËe°P½ f›á®ÒJsL±Ýð)ßm½òÃVå‘û›Jc uʼn¢äÄùª(‡žÅÏfçðXüül–DÀbU 2Y&ëŒ ƒ=" ³g°;ŸÏ`-ð™YÏrUA±º«}Í -Ä_¯ŽŠ7àÞT¬‡ÙºÕ0Õ`7›,ñW]t•>[»kƒ,[«Ã]”1¾Õ'ÂN–âÅEiä|-““ÇÌeò¸‚tn¡ˆÂ-+"ó¢T^—(…w©0™7U˜Â{*HåÎ9óùª øÕ+s  ôÔ>Kõà…|%Ì(WÀ½æ p­u·Æ…ç5½M^›;ØÝTæT[Cô.¯Œ.‘%JSRy -“)¢çl!)?¿()ÿÄñ£µE ¢ø‚áÂxÁ„0¾`Np”?W˜7¯JZ©Ø«4h îL×âa²7ÛôàJçNµÁÇUÝmž†­§íP4…8È•Qž¥µG‚Šªù$«,N=Aã“dæÇ‰ó -cÅÅ…±’aŒ¤M@,Ê'ßãGKøÄ¢~l¡j(EK ñVª}–èÀ¿+Õ`Z¡wZÔaìÇU0Üm‚;Ûm§ÓÑå¶±±Óפ¦-ÈFv:ÜMÒH';¼^ÂWT³Â­™aŠsÌPå]FˆbRûŠZýk¦*ˆ‰×ø"Ò€'å“ -l{bÛïJ7¶=~:ÿ ´ [àçt«Îyn‘ø™‹úr{B½2»£‚È]±Ñ‰ IÄödrx[zzh7=¤ý8-¤]N îh¡îL;Üq;5¨c>5 m™ØüŽ¢ -â¨ã^<ª¸Ó 0Ú…m?lv´\YÊQ3uùˆÝêÒ«û ‹.{›å]$Øf ¹Q†B Iƒ‘a1ý±±á}‰‰Á}TRP_6)°Ot,°¿21` ùhÀ@¼ÿÀÍ8ÿ¹#„¾åx¿žGUù³à‰ `B 0Þpñ,@ïy€¶«õÿÐùí­¸ÒÛ–ÚÇo9éóoº±nxû9'xÅŒ†„D†]ò¿šF<4’MFFe‘„±Æp¿±Þ0ßk7B}ÇfC|F—C½®~‰Pe^0]ƒeЂepËÛŸØû?ÜÀAå}<”<Ô‡¢G¦ø¼G{ײ:KvÛ‘4yÀ6æïþ° ïÀ‰Pa"&Àw‚pð#ààd¾¿Ïd)Á{Jéç=}æ ×Ãq¯‡¿x˜zãã1ùÑO•b=¸Óðÿ †±\hº ¿‹ÃÞǃðé:È3ÂgÍ›¯¡ÌÙ$>uÜN|êj:ëáà?ëãê;àîý4ÂÓk.ÁóÀÅÃsžãî¹pÜÍc¡z¿Ç³6W÷çC.î‹÷ö¹->wv]øÝE•‰:€kXúz.a¨¹pb - à‰ð^é«e.mÕ"/™­M\²0ˆ^Úk²d¿ëÐÒ>kï%7{7>Nß¿ tv}±Ïå]‚ó¾eª³ó2×Éé¿bGÇߪík·sxÎÖáý-[ûß¶Qå–Á%¬}°\¨½ P: x ýB2>èi¤þa¨ðÇwºQM6ܵ…ðqÏv¯O¶;Ý>9Y¸|þ~Ógok‡/þÖv_ím¾ÆYïý“leõgöž=¨ÈÒUZX¢&s ÔcnŽ.íVå¯`ìPÜ89 œ`ÿ @{‹Ã‘>­Ó‰@kƒÐ}_ddè‰Ì¶¸¢ÝÛœ•±=²7±A.¦VÈÃÔùššcCi"šîD$3ÄØn‚øÛQ‰±’¡F•†ÎtýîúŒj*Ûâ~Å‚(‚"-EÂMrÓ$@Zh IÄ„ÐÅQDQdP]`ïȃ Ï®OTž:èÃŽ>Åë( ‚€àÀ~÷}ó>ü¾žý?ëì³ÖÞWñlBÊ»RÜ‚ßÿ9‚˜^!Hjb¡‹ñ±0Ñ*ll‚aºœXàêŒ/W?˜ç6üݽs÷¶û,t÷©›;ĸº‚ŠèzgXHp‚ÎPbÖñ¼o"Èæ;Rò¯ßŠ×‰ šw?€XÈ/Ä*ÆZ³aâTXÛ¡0ÍÞ½à4Ü=aÁæÜ`>ÁÈG`à ¤ÖÅN6ø°h “@k?ŒfÕÍæù¸€ß<" ~n€b@Ì4ÌÐx_ð×ù)¿2ø–Áo#nHûp5(øÅÕ£€^ðr#®Ù(ÏH@yK¡öø}Ǿùaà;ˆ ‚_?HØÿ2x»êMê|7À¨@ãÍLêT9~–– ä, - Ë¨à_L´·…ä= À¦õ$¨çÈ€]E»ŽÐþƒ~§½ñ¢& 2¾‘úà×GR/Ps€†ïš¾s]€:‡ oW`“g‡;Xb`Æø=… -´ °|PWãÊh€Ua@Û…Òª±Qz-u„~œúã õ;£2Ìl¢ ±“Yä~v7ÚËD{8£èg6»Y@í2èxt6˜ž.Àõ"BÉYž4x28I°ЙÇe®düÅ,e|gnb ³¶Ó‡Øûèߨ郜£´Î)Z?÷ö•{ûÊ{HýÂIýÌï¢t -(ù£ØŸ< }àã½À$:m¦3ð<œA„gû¹‚„>B}@ŽB@<}„¯c órØßxËÙ¼µì¯¼rV «W°›ùEð+³'à0ósÀIFwàF—ð_ôNá}ÚGQ;í}P'öF4@ïŽ2_ ý28íÂËÅÿRN Äû"ÔÓ dó] -s‡Hþ“ú‹céA)œ>a¯'0Ÿ×-,âu -×s?‰*¹ƒvpþ ÚÏy\Ë~rœõ6äëøóµä.ó•¤Ñ&éd>pž‰GyOC@ð8‰<ƒ€èb{ˆ™iñ>Ž@!B<Çs(&Ø·/2ŠÖªä~ëB¼¯x-.tH*ø/¥[ùí¡{ym¡5¼auÜ?ÂÎp[îrŸ…ßá> Ám‰øÄ>p7lTx' ‚n…Cp“À%8€ÿÎ2‚$zLµ÷tРNÃj–{ŸJ8·SNy­`wDhÚÂ3E„/µF¬>(>‰¨¶Dî>Ь>Œ<$¼/«Þ“]Ý‘5‰š£žŠnE݌깒Æ(6DCèe3€‡×—8Ú‚` šøÎ5gê¨4½ß@'t¥ f½UK}Û•qŒVy²àqŒ!øAô"ñ½èÉèµ’G—KnÅl‘6Åì‘ÞŒ­‘Þˆ­“^=+mŒk”^‹{(m¿ ½$ï ¿7q>"OËAvJñ#à"í§‚Êy -èÝ­!ÓËz(g¾mO.uúûl.±=Cìõ4-}¢ä5'êBš™á7äù‘ò•‘W¥²+ŠM²ËŠí²Æï—]Œ¯•]ˆ¯—K¸,;›Ðu:±=ª>±;úDâpì±Dˆ=¢„¸Ãf€ÈÉbìl@ë4LnV°ÈÓj ßgò§¥d›Ž|–Ck^°ÛÃ,™ïíñìëZuÈ•!ò’27æ¼rYÜYåê¸3ÊõòSÊ*y}Ò.ùɤòIuòcªóò:ÕïŠ#ªgŠCÉŸâKþ–P“<’P2’ø‹ v˜ -|×Ò;ZA.ÑrtéLË/s-ßúMzQȰmY.ri^ás=GθlL:§ÃÇEM¦ü¤zq±”Ê£)k•GR*”‡Ô[•µê}IÕ‡’j4§’~Õ\KªÖ´¨ökß«öjû“wk‡“wþŠ¿ƒÒf2dØ[ÂbÂøï3ÆuÍß±fÞ„gÅØ¤{EN¿„͹²$;Ÿ« ¬7i#êôù¡´Ü¤ƒºŸR¤©«Sש÷ë*5ût»4{t5šÝºšºËÚº{Úmi¯µ[Ózµ›ÓµU¸J3 ÂÎRl¬ kúXê}“þ¶~£¾]_¡ïÑoXð5½lA¿Y5u -¤N™¹vã`¹£Å×5„1ïJ‰cZ7Ì@îo@-o®çÛ5”H<ήŽ"_Ï­ý)YR§‹ÝcTmÏÌIÝl\ª¯4®2l2¬3V* {ŒeÆÚŒuÆÓ¥Æ%Æç¸®ŒµÆ^c±±×`ÄÚXCºµ%äM …öczJŽ2{äÉF"Ò¼‰4¾±‚;õbYˆû?~–ùY#g(TïY¦Þ¶X¯¬ÌÍL-ÏÊ3¬Ï\n*5g•˜*²ŠM;²×˜d™Nf¯2]Ë.4=É)Ìü”]˜ù9«ÐÔ“‰3ý(¬'ƒaòÈ·µ-š†t•Ú"m“‡•¤i³ï¸†JŽÍÙÁÄãe>µ¥qŒýÅJÑŽ•êȪåi‰åKŒ©?/Ê1®ÉÉÏþ/Ùõ õ¾Æü™)»¦Â\˜aÌ0„’[ã6™m\C.Ñ`0fÈ¥%—Èå„è"¢–Jºìnû$9{ïvkŸHKû;¥ö>é~yίuޜŋϚ7³ÖwæyžÿZÿo¡¬0=_V.Ï“ÕÉU²6¹RÖ+WÈ.˳e÷2³Ò¦2²e3éÙ²ä›/ds¡T[S/D¥åmñ2-ø¥FþrÐn6pÕ†ë×霩õZÑS-´è¬v8T¶¡¾8JXU·¹,/1fWNjr^–<-Gž›••Q’-ϨV¤g´(Òä';äCŠùñkvªüY¦,㹜Ș õ¡L[óSfJµ`¼RîÕ-„‘F}øîO– Î7­]|ºÁÓèX]€y[xuS¥ÔýÀÞH¿}¥[CŠwm‹Þ™¿=)[•–ž–£P¤( -•ÉÙûT‰ŠFÕ6E—*^1¨ŒSŒ(cÿȉW<ÍÞ–=•59Fkhb†Ö‚Zð¨œ÷kÔ`¬A n6/…áV6ål«ã¢žƒÎ&?fK}ÿ`m¨KeU¸ÏžŠqaY|DNqRBZQjZb~¦"./O“W–w07jg§*rçeDþ÷9áùyO³£TÓ_eÍ…±ê˜­Aù}—ŒWüX·n7Sàêam8×΄¾öÕšÝmîzm­>´Æ¯¦QâT~p‹×®Q¢ÜªØ0ù¾„¸ä²í©[KÒ³"ŠU9[ŠK•aŵ9a%í -iÉ@ÖæÒ[™¡%ä¡ÅÏ2¥EDá|˜¨¦Ž*5ø[)ÀýjÒûH÷¼q`¨s! t™Â‰nþÂŽ.—eÍÞÆµíBNÅa±cI‹ÔcgSD@v}Lhjm|L|urrDeZšt¿Rº¿DZY›!©<’.©ì—…TÝÜ\5™*ÞÿbGðÞ²àòù0•¢ö&`b/Àu߸Üpöé'WÀÑ®ú¡'úž+*ù±öt‰ì -:$n9GÂ|e­Qâ„–Øð¨¦Äxi£,YÒ L n(I n<°]Üx$IÜØŸÔts[Pãd¼¨a&AT÷*QTû*i.”åÉn2ƒ*€;M×ÚΓüS§H÷ì׃Ö3ì ÚÕýîe}FÑ)¡µòdкôã’IÝ[6Å - ëˆ iO jWÄ}Û¾;VÔQ³UÔÑØq:*°ózĦ·áÂö™Hÿ¶÷Ñ­ó}R<,#38p‹ì`¸` —tÏ3¤û[ Ct¨âk–_pÖ-:ïa¬ôµÌ8+tHré—ø„õm÷ÆHD½ÉÒM½YaÂÞ"©°·*4 ¯UÐ×ìß÷Ø¿o<ȯ÷¹XÐó!DÐóY2׿ -ÿ7ƒ‘f€«GÉÿï!ùGH­»BÊkFPvÝR½èºƒŽêš+5㪧Yò›˜KB§°áo=ÄC}‡"…C ~C¾ „¾+|†›ý}†{|ÃW|—þ*ð¾øL°ñÂ{?Ï Ÿýçú:ƒ±z€ëdC=§IþÑ!€&Ò÷ߢÀîQm(£Q”c<­ô1G½¤»®&1£Òx$ÀIx;ÈÝ÷v˜‡àv¬§÷ˆÌÃk$wƒ×òõï4¹{Žwõ¼;ìâq÷¾³Çè´óú‘w®î·?ºÍu¯†Ü!ÙÁ¥äŽ“üCWjn”ŒR ÷g Oèƒì¡™zâ„õ’è GCé¸3-h|½¥ÿoÁ¡ýÆñGω(G‰d‡ öë'KV¯Ÿ¬³uÔÉw%~ÊT3rŠ­#™âNÙûL­azN¹Y¸ÿæeåò›çüTÂ[7Ísz–Â]ûLiµæùΚ™zKÇ™.¶Ã‹ó,‡—wXö/Ÿ˜Û¿|:Ï5rúúÎtüz’_NòwþDò$=QƒØWËÔÂ_QµBfißlš5×Ìr¨^óM\^;ÒÞ¸0ßxšÙ¿õ7³{lfû>’ÉŸÄ´þ `ð>”йëhV;L9ŸL8Ÿn#ó\$ÏÀÀ9€.²ÿ&’_q àGù/‰¢f€"ý¼H=uµüÑHÇ uÝ‘aà„lªrWÚ¡± ®5梛 ½-0И…›W™cÜJ&¦SéX`DÃý†¦Ød`‚ÝÄÉyÎ’¸ Ðr ’ä’ü̯ù“ÿù(›¾€ºjjmÀ%KœQo©#êÚâªåÖH7°B–!­ŒÌÐÖˆŽkŒLÐÍh - ©(20Ä-Ë—c‚¾.ÊÉKs®î#/L•óœ¼pø¹Á€Ý?dý_¾x -Àÿ5,؈°ÐAs R´íPC‡‡ÚK-qé2s\®Ë@ª MõW!SŸŠúËÑšd:è-AW½Eè­«¢ej(]JÁØoS‰´yÍ0D‡Š,Î -´à­D–½ ²ÝM‘@CÖf"ž¬t&šç¥LdUõLd· dg E-‰Ëtäü™ø™öÅêï´OÜ禸³¦ï¸ŸLÞpÑäµÒf­>Zß`fAEKö -´â¬D®1r]ihåÇ@Ž„Øj†™9Zªˆb¢Â9uD³Z!ºÍ{ЉܳLä 3¿Xßb|¶þ‰ñÑæ1ýšþ†?K›å¤ýÇéØ ãwkdÎ…–tC´`Q‘gFEöJ´ã£3 mLä‹ÍÐ&Š…Ö)l´V°‘WD>÷²Ñ¦†ý_¶ë=žéýàø×-©t#tqRæ2Æ6͆™i3¶v±Ùlvg˜Ò¹ŸEnÅÁ¢’]uq*•sºuò;ª£Ÿ#§{tŽ -Õç÷}üþܯ?žÞ÷çûù>¯¯> ®_P-®ŸQm®s¾?¹Ìúžt™ñ;ç<ãwÅùúçþ¯Ÿò±n"`jÝ;ÿ¹uoÑÀù ¸¾F„1à±Öx®³~Nö žë½`±kA i= »ÿD7à/wÿŠÖz|Fo÷˜EÜgü«Ü?ú×¹Øã6Ðê6é@üƒ9Ž˜ -ìv êuºå:Žvy‹s~<é<†s nσ€Ç³ €4ð ¨ïì@à;€ƒg! WƄփP*âk09‹•x~Äj¼¦±z¯)l‘çDðNÏ÷Á5ÈñFä»}oCy¼ =êþwÆýî’ÛKüM·aCˆga£ˆÇa“nñsÈxà5‚>÷qe xÁçcV­8[ád (îö€â?/œÓg"ñï9–ä3ŽW¡Þâ· ^‡åù¼ Ûá3¶¡Ú{”PïõœÐìõ,ü çÓðNÏ'ÄSÈGÄäCRŸÇƒˆ!û£È!Ò¤÷ qÎ÷.øÝ þá À@­YBímÉ~ˆ]» 06€²ÿLÇ:NÇ\ÆÉ4ÏW\ßQ’ýŒ”~LÚæ÷0¢ØïAd¹ïHd-ê~T“ÏpÔÔ_Q¨ÿDD ’Ï£þ$_GÝ%¢(Ï}û£'ýo’?cúÈ è·(€½‚€•¶€w/Õ~ `9.\W¸?½m>p0ï68Ñ(O¨,ß¿)¢€áh5fˆ’¤äcîRv`nÇTabê0ÿŽiÆôSÛoQÞ¤ž ¼Ûø[ì×6> -úuãxðåØÙЋ±×Cø Tf ÛÙ€H¸9ãW,ü5 A²ó¢Y1rÉûd´Í AèªG²ó0“áýg\"f€& î§e„Þ¤éCûh…¸ë´2Ü5ú.ÜzîWú>\/½w9îîbÜ|OÜ üyÆ}|7ãuØÆ'©8@삌$c ÞAÌbkÀ±]Ä«æù:«i•Û‚WJÔâÇ2¬í°$ÂñŽ€æñ;‡¹Îá®$¨½ñYá—âs‰=ñÅÄó åÄs 5Äî„&âYf+ñ4³“tŠy–t’y•t‚5q”5ÑÉšŽ:ÌäX; DÄåKAÜ{I6ðùó¾¤}7ï}†Ë¼çžV#éë»j¢Ãï²XÄUÓÿR"ž#%ek¢N³³É]ì¼èlCô1vUôQv]t'§%ú'N;å0ç$¥{™rˆ;ÓÆ}Óʤîç~‰ÝDZͼÿ"—.¬…V@ÿÚSíÌg´«Í^oq2{”0¿—¶ê×nXqMCq¾¤ˆ÷í–ðp]Âäˆc|%¥313öp¢~c{b!íÇÄ2Z[ânZ+¿‘v€¶”ÞÂ?Oß+¸Iß#x×(g4æõÀ¨û@±¶Ü…𖚃 [Óél{“1ýj“û9N&·s|-ûôøå½›£×þœçÝ¥b‘%‘ÚÅRêAQ}¿p3£E˜›°WX’°GX‘Ð(¬cþK¸Y/<̬žeÕ -¯³j„ì]¢7›ªE3›ªD€Uù váB X0¨¬Í@Ö2“÷úåГ\[è^þèVÅ•<ÜÒ Û¢Oo¡!f²‚¥òÃ(Å1{eJF£$ƒÕ Ö±ëÄœZq)g·x7w—x·J|ˆ[)îâ•‹áíòJÅ/ay;Ä_¸†ot«@deÒ™Îe[CorA#ùVТ•P_‰—ùå¢ÅÝù«ŽçltëØšЪåmØ›.¢4¨dŒy*»Z–Å«”æðË¥%‚2i¥ TÚd¶&}/=–T,½(,’ÞJG…Òé¤é¬à[@¼%ü-̇ïÁÊdRoäY@÷ŠæAý;èj)Òì‚»èT1É¡³€êòcn¼_‹ŽƒoØœD®ÉÄU¦*ÙeÊt¾A±UX,ÏO.’—Š äµâæûC¬H5uTçòª¤zSÈö -^DvYMcø/ÙeÕ™…áFT°è}§iº›¥¦fëfG Ù ¨‚ ˜!¢1j.‰P(1àˆŠã -®ãDÍdŒ–€F£Ae5,g>*ó#ÕþxþܺuŸ{ßs¾ªû¦&¦ïÈHY¶-kURî†ÌÄܼ¬„Ü=™ñyekåÕ­^”wcU\ÞÃŒØÜ×±_­ŠÛ:”¡ f€~ßF€öíÿÏ àú!Ò9Jj2áD…~éQWÃ}å¾ô=¥!æ_Š”çˆsÝTò±oöÞäÐÕE)q)…+““ -2Sãós2âòó2bó÷¤Ç”®Œ)8•]pcEtA[JT~oJĮё;GSuÁLЛ™CÛ×?‘üpô¾rÒûŽTVšAY•DïÀI§¹ßTz™æ_ÈÛVfµ¹<Æi}i‚fí¡Å S,‹Z²/-1¾xmrLqÎòèâÜåQÅ»—F—&G–œZYòϤˆ’¶Ã‹{“B÷Ž.-šX¢Ëx6ÀÓ<€û3ì'”‘ NÞE:hY­!¨3‡½u³ Nyo¯õco©çTEØgVƺ¥OðK®X¢M8º":¦lu|dÙú„ˆ²Ü„ðòÝ‹ÂËÄ…•ׯ„•_-oÔ–õF…‰ :<«K×gä<Îdð-ɀ䉸OW; °ï¬>gAþëYÛÏ»m9çEË9(Ì:£µ^y:Òii]¬:¡6Ñ?ºfiHxMzXhuv¸¶fk˜¶¦ 4¤æ6¤¶&8¸öjPPíƒÀ šžÀÀª¦Bty–K2Ø ÐDvàÚq€s5ß‘zäé~¤‡~uÕò®[èm¾æ0'çš»IæUoöÊ+âäËZ»ø†—¨ú8uX}’OH}ª_Pý:¿…õ›}Öïò lØïÐP¥ h¸¬öo¸ïé_ÿÊÃ÷â°Úçü”—.ÉYø‘œƒõäûO¨¸Pr`é[nÍ‚·Y}GöÑÚÛŽFi·ÝiÉÍÞüø¦Iä­;mc¤rac¼*àÖ2W¿[kT~·6ºø6ítöi*vòi>áèÝ\¯ðj¾ëàÕÔe¯iRxÞœTêò3ÙÃF²—ÉüÏÿÉz€ƒW -ÿKzhÎOú°æÁµR·åÊ<I=µôxt^ìþøG ÷G/D®mbUë¸D—æÃdUˆ¿º ô:@ÑÛ›>ûÀÚ)í³añ 3½øÁ쨩¡¶CnÐáÄðîðàzvø -Ü:C„®/c…ª®d¡K×*K÷¾s÷žÓ«®²ç$GÙ{‰íØ{¥èíd*^½ý€•ddþ§ˆÿ(ñ{“ìÀm€ÏïdÿŠ_ŸëAl¿±~D?Ë x@hä7 Y °¡º:2œ]YŽo½Ùï‚Øvï¢Øò¡$–íp:Ófx=Ãzd;Ýj¤˜&­¤JG/šIÇn›JÆÚ?àÙÿïIþlj_#Ù;›‰] @êŒÿ@T@èû9³'L ¼'†î“\Šó¤ÈD1%5³›’Sm¦h²iwš%úÒ,PK3Ç8ª—›ñp)¿XÀÆBc61fa5…‰õóu9Göï$ñ$þâßú3À'3þö¿üA} ç;³©6²( äSÌЂbŒVCt  Û|}ô3 '$¦ÎÌ"lœ« r¤täZ‘GÈ6Lä(YÈÕ°‘«%$°“F®ýƒŽœÍ侄B:òŠ ‡ täWÑ_GCÁy -©h~:-zBõ˜½ š‰ÆMGDh:lŽfCB¤é‚\ yŽ„æ3Ș(R°QäÉAó`Â"6 -SX(Ìb¢paÍ È={(:H('T2Т–1->KŸ_¦OZÞ¤OJîÒþ”´ÓƤÝÔéõtÜlP‚ÔK¤÷["Cä‘wYÐÑRÄ@KK&ZÙ³ÐʃÒ@.J£¹(YÊAÉ6J6rÙÓ’]ì)ikBºŸ5!+eý);ÎzoUÍ·úž9fÝÀµ¾Áµù7cØö1ý­íKú€m?íÛ1úd¾¶AÖkkd8b:Jt´æÓQNÞCaËB…Šƒö~<”GðÑ6‰7m›Î°Íæ½·Ý“ïäŽÊ ¹#vÅœa»Cœ!» -Î;û*ö[û:ö ÃÖ€â:«ßñ«Ï±ùƱƒÙ£ìct;ޱ_*Û©@^‡ -tA !m84t`QÑEHC7²nJ6ª¼øè¤N(ã…cÊ‚ae–àr“`P™'èwÊç÷9}ÃÿÃùïsïµË n¯K-·GuŽóÊõ*§Ûµ™ÓåÖÊîpë`?wëãüê:΢Ba» -EUh¡ ʸ4T0ÌPÅ0Eo¾)úI¨èëÀD/î{Ï@á{´hÀ-Yô»ÛjÑk·õ¢÷/Ì»=¾2ïòØ-ìô,vx¼Pü¦®æ?Óœåÿª¹Â{ªiâ=Ñ´ðñzÁèÕgÞ¢ßנ䞥wÕ(#Xý”3©¨¢™ 7}ñŒ1Tl‚Z9u<È…õÖßGð»O˜Å+¯DËN¯4ÉoÞŸX>óþ\üÔg›ø¿¾íÿc»L£š¾ò0|ÙqAq©Ë ¢Ö *0HDIÙCv’õŸ„$¡ {ÂN%$ -‚²Šà@T\±îâ^ÑŽõÛ9vÊuwÌnàjþ"p¡pƒËPa¸wÞîE]Ÿ‘þЖ€qfñÃë I15©rbEJ2ÝšœÆ.Vgñ -Õ¦Ä|•E`VÛ&õAa®ºK¸_}J˜­º"2ªž‰Œê„FõT¢Qògƒò€ª.ßëx -½ó¾úN +šÎZÁ %Ì«·(za{>qe³‰ñ©=‡VkFUdH %éJz.…cJ1r´û“²5…b£¦R’©µKöjÛ%í€4]sIš¦y"MÓ¾§iß%¥k§EéšiáLPpÿ àt¾Ç¹ŒCç¹ZÀë\0T¶ô—…xt•îšßZBøÄQH__—ÇÞV•+ˆ´îã 2´\C2ט–*ÊHÍ’êufyª®T¡ÓÕ)Rt­ -®_‘¬»¨Pé)ÔºWrµîgi²î½"ž *n¿è`FþšA1ô è~g˽À`ÕjÐ[µÅ½½2Ò·¹,ni£•º¶¦˜\–ÏÇ™’bM92ŠqŸŠ£ÏLíÉ0È“õ9J•¾X…èm*¹¾Y%Ó÷ª¤†sJ‰ážR¢ÿ»B¢+—ê§d²ô)éLPpý'ÜÂSèw aðþÅJøß¯v}¶ «v³[« ëã¨Æù¨$T–11%^x^‘0&;_J2˜VJŽF¨ÌN“ËŒF•ؘ¯«ÔB£S%0ö(ƳHâ¾; -¾ñ[ȿ䉙ÿ‘ f*ËDìÁÀm ÌÞ±0ý«§~)8Ò¸ÉåPÃvÝ~Õµ¤U¥5Œ•œÐÜrÁ®L«˜ +–3Tj¾4O'š2¾É¬ä™*žÙ¡àš»eói)Û<.a›_JX¦I +÷ýG|Ðð5ìáÜÁõr˜¼?T:èQ‡hv®vg˜§Í½ Ü¿¼¨hªcm1ÚøØôjQlr¥”"+S²…Ö!ϲW̱˜$lK¹˜eiJbY»„LëiA‚õ6Ÿa™àÓK&´âi­èƒp&“©<ƒ[¼3¸\ 3h`Ð:`s‹°·€ÚÖ­î‡#}KšñK̇(ÙÎŒ¾‰ûGm£ JQ/!ˆ tžMËfÕdðjL¼[—a³s¶NÝ6̤Ûn1h5 Jõ&¹jšE®DÙ3y {ø2€ŒÂ÷;è; @[öv7`ëüTtb\K:·ÏÉëˆñË>¿Òp„¶!¥•µiác“š“vóʉ,§†Êpèt‡‰Fs–Q©N;…êì$QœÃDŠóìø†@lzCŒoü/9¾ñÃÿñü×- ¾¨à|ÿ`+ÜtÐænjŽPzÜõº˜ûB<³ûvÎ3Ç-M9FZƒôÐ1IÝìP^Wb$³CCëPã(éxrG.ŽÔaý×uÕÔ•püŠ@¶—äåå½$$$!„ Â’` @@U«mõ´2ãxê¨ÓÚŽSë±Z;£ƒcÕŽÖV­ Rµ¢äˆ,î «µ.¬ -"² þæö?ðÏ_ï{ß;çÚÛ¦¥°¥”XS ®%¤´Ç;ò{­ÉûÆ“ö½™äÎ3ø/žÁ÷x¸ìg|Žàà{èÜ­.öF_”(Ðç¥!S—•š9‹J¬¢ÅÉò÷O:ýsN¸B²ÜÙî¹ÑiEYR‹Ǧ­°8Üëb’Ý[ÍÉîýQIî“v÷“ÝÝ>íø‹Û±×Q¶£ã“4âoñ>å?áàþ¡B<ÜÞ\ŒÐº2„>ÇwÁ¥U$Z\­™ò—êP¯«£‰¹UV:»2Yáªtú;+2õ)9!IóöŠEÆi•Ë ‰•kBl•ßÙªöè­UEº„ª‹ •­ÚøŠç±å£úØò±I®â=¨ÜP îÅçàBÛN!´á4B«*Z†ï¢¹×<ÐüZ1z¯Îßcv‘õN]zm¼8¥Öîc¯u*mµï¨jçúÅ×åªãê–ªbë¿TZêó|- ?*b -åÑ geæÆ&™¹¾[YûJY3¢˜è,>ƒexÿ‹p¿¯ý¼öxí_U#´ü"B½†Ð¼Æ)(û–7rÝ¥PF³Ú#¥9ˆeo6ñš-ÂØ–iTt‹“6·Î¤£Zß§#ï-G¶-§"ÚÖŠL÷·’áíù°öRAhGÀØñ€ÒÖ'iNT~¡“¸÷wãµoÆkÿúÞƒË}\‹Ðüëýé6BÓ[3òßE ] dH—ƒ îv‘úçs„=¹]Ï'ü€kmïžo>Wó²„ã÷ò*GÝ×ÎV÷=š¤ï!îïÅýïªúæB+® ´¸¡o ”s÷[Jê@ÈÚï5Å2Ä÷ŒzÅx‡+8†a W?¬'FÂÍH4_=j#|_§ò×3yÒ±y\f|1‡ÿ’#~³‘M½ÙÅÁoÎ`U“Çý|Üߎg¿Ïþ <û% ¸ÿî7áþ=Ü€Pì„¢†G8Lõ Žw ,`Øjs|Á+ƒ@.¡\ -¢¹Häp!í 9ì©ËBð©7‚µ^¾Åvy"Ø3Éϸÿîçáþª|Zp ¡Ù͸!ûïY: -ïASBF‘‡§—¦zËÅ’ÁÅ&AÊæ’Í-îØ̸ˆMÇýwqûÏØßqs¶z‰ÆwLÑ 4Ñ@Z± 1ß —þ2+ù øšaÈ­\íÀ~âu;Ìñq.Ð¥ +9o˜+œqæ&gTÒÁfºØCÌ »ŸcõÑÀyI÷m@ŠAªƒÌ_  ’0,ž‰“&¿ÛG" — ^!f ˜ H6 ÝN¼‘îâËöcyc>Gy¯}Šy£ò3Üùeî°âwPqŸÓ¯xÆéU pzäcÜçràuËÀø÷j1øª0ÔFT”) øÎ¤Áw>~þ±Ÿ‘ãŠÕÂ1ß F•›ø#Êÿñ‡U?ò_©öò‡ÔÄú1èw‚ð;Môk.ðúü¯ó^hZyÝþO¹Ï4ýÜNÍñD‚Ç>Ò9ÈýÄ VP ñ¡@‡ß%(˜½Y:»2% }y­](Ñ~B iW’ƒëÈþ€É «à‘Úî§î€Û/‡[)Ao\OŠt»’ÈÙ?!z]$øŽàê€a\x?A±âÅ”~ÜÔ‡×õàmA§ñž n|8¸ Ÿ îÄoP;ð©íøç!­øw!-¢_CšEÄï ¢À‰ÀIvÏ”vð8ù–ÖVµŽpG· 3<ìßÑ®¿šFß:¡fïUažC -)y AIé•i¨§¥Y¡§¤ù¡ÒRšEZMk—6ÑÚ¤]a-ÒÁ°féxøIé\x£ävx½äzäz­ä9‚ ×Hˆp[8R }›„œS‹þó3Hp7ÓÞÏÞ 7s‘f ~Η2Ã\ϧÇìÒð<úÕ¸o·21È¢HmOLoI00šå…Œ“rSDƒ¼>¢^ÞY+‘2«äÓÌJùr”IþqT…ü â³\N¼"Ò‚ è_¢ >BÞyùÆŸrI°pÂæó÷“®äû®Ï u9›µc ƒ{°[+ôîH‘QZ’•´Fe*£îx³Fq"ºJQS©¨Ž1)šYŠnV™â,»T1Å.V¼[¤ø[l¡â+¶Qñ?ÁBÄØBðÁþ—㟥!çÌøyßJr¾‚ p­hLy;ŽCÞÌ‹tëÉá¸[2±#-é’€M"­ZaNÒF—«²Ù¥*#§Xe⩸FUg\¾j0.O5ÁËUý‘gPÞ7¨þÉ3¨~âTç·B°ûñÕóÝÏE çY@î7_¼¦J÷ÀXÙQ‡á’à ýE[»òÙ{[sã=³q¿j½<¤B«Œ(Ѥ²Œ)znžúD|®º”oP×`Ùê6A¦º_ W ÒÕómò_„iê/Zõ|­úe¼VMðl!Ä@úu1 ùV>Ê eP†¼·Ì &L;aÔìe?XAYwºŒ¾¹£˜µ»ÉÈ;\›'ô5åH©%™ -F¾>™•£Õò2Ó²:M¡H«1ãM“8EÓ#VkFÅIšY±Jóg±Ró\¥ù^¨Ò¼$iÌB¤Ç€‡9wÐþ‹È»æMÈwÌvp¡Ê †«=ìúªœ»Ìa›Z*¢wÔ—rTaÇÊ -Ä”‚ tƒAÉÒe¥Æ§fèEÉú<‰RW.;®k%êOIô#R¹~Z*Ó ‘ê>Ëtßâ2Ý/"™ŽÚòRð¹àêÁíRä|fäÈ?'jFê¶€µá ©»žìÔ^úæÉj¦[µ™ã^QÁ÷*,År‹e4½Qš—§ÌÕŠ ©ÔP,“jebƒEІ$"ñа">ņÿŠÙÏEÂlBhËÏ*Ôt‡¿,£ýo ÙWo Oº@O³;Xš}šOR7Ô6Dl5Õ±÷×ð<òª„¾™& USž©*QqäE /ÌÂ…ÆB‰ÀX-Æ -;p~áQ|á” ¾pã~Â3~ƒÅ<Ãâò‰×øêÕ7‰ºxe°€öŸkDÎÕ 0ÜÐÛ¶:;ö@KÇûúvÊÚÊVºkiKÌ΂&îìF옶^LI®‘‡'T)£qs*3eòãMFŒgªâÇ™ÚããLƒq\óe.×¼Äá˜þ[ñ5‡]þŒË*#^ãq:À*ú>@7¸‰v¿†üs¼ ß‚œ£Ëš»Ý þ´©ªÛMÙ)ÚFc'ÓÍ`‰Ý§k÷T·ŠÈ‰ÍRª¸IÁÀS¢y lnƒ‘Íi¨bqÛbb£Ø—™ìÆÅHV㣈˜ú¯#£ëžFEÕ¯ñ)zî¢ ëPÑîS£ÈAO÷4÷!ïp…Jë~(³ú8¨ësú[t½¬])=qÝ‚£’SâAWbH\§:<Ö¢g°- –¥’β´…ÅtZiÑ—B¢-‹Ô(Ë£`fÇjDÛÓЈ֗4[¢÷èv%ê"ÊÍŸèEÞeE ¢ùÈE+FÖBñ¹]?êig8ଡmTŸ|K1Ì~[2Ä;ŒãÊüØÖ¤Àh«Žeͧ0­æ@¦µ% Ò:ài$GXßóaX?öfô?ñ ï}Jë}éoË=ô,¡Ì£ì§ÐÞçÏ ;Œ´ŽTŽ!÷œ0Ln†ŒKû!í’·cò$e}âD˜«x‚¹1v/g<þP̘ؓ9¦81–v”1–{„>^î>Þä>Þë6~ñ0müÝC¡c„^ø÷AêèχƒG_üÁ–Ûè;¸ÙŽz€öŸ@{ŸGî7Ð8 P6=  ™]IsÛA1wØN6ç³F8ôo6l3{–¹9»›>ƒí ›‘»‡Î¨ÝCf²öQgKöRgëßžíÞ4{aWÐì”ÙÕ×þµ#`ú§]þWÝmËêÀutû)4ÿü€>4»Í®B³ ftï(n!ÿ\\ØÒNà-²c/y¯‰Z -Ü@_¢¹„.1·/q·Q–DÛ—o XNßæ¿\°Õo¥j³ßŠÅ•¼2²ÉweÎÅgåîFïå/7[üaÓÑ…ç®¶Ü@ý›¸ˆr?sõÍ®C³‹ç²n$/ˆßàÞ!Aä½µ@ðиÛ?ðr Xõs&¯R×ù¬þŸëúj2Ïã8þãiéÉS(!@:H0ÞAİ%ûÚVÏ[×óô\ïÜ=]*Ä‚(¨¨Ø°³VÖŠum 6ÄEA¥ ”ýÞoææf?^äÌ{>Ïó›gæ/z8Lð0MP9Qà_9“ïWõÏð(“ë[½«¯.åø<¾ÆxW×2^U8ÚÊno'pÿîïÄÛ·Çï  ¿ƒ³ÍÆÛ§\FhTB#n#4ø>B1Õ -«å¢ÿÈëÔ¤_7­¯`|êÃ9^¯Œ\ík3Gó:™ãÞ0žqkøžQ¿Y@»¾]M©ÞPÎGH§¦ -Ò±é9©lj$z+Åý=¸Ÿ‡·¯ÅÏ}Ñy„æ\Ägos¡¤»%Vü•BÜ߈ûËËšŸÁø âíÖJÜŠŸÿ ܯCÈ·!M#BêÈÁ¹ -@„ )šŸâK‘ Ä]5æá~4–€û6l -îÍÁb_®·Z)ð=¥@y³@±@ÅH€0‹À!Uh"Ð÷<@?r-ä€CĈ 4¹PØ.èòº”ì¡O_èrâ3s‹°3Oˆ.æ5ñ‘i%Ú˜n‡VüÏÈæÿ¡þ„¸ÏzHAì.ž' ‚l üÁbà&‹€3^œ|àÌå÷gp—1ÀËdzøëé/ü-ôgA>Õ-(¢ì½ä'á!²Kt‚ì] ;D7ÈvQ5Ù*ª'>ˆ[ˆw";Ù$ªQ t_ Å}¹«d*ä,( øw ²8 ô!é!°Ó=’Ù¼ÏÒqíÒÅœOýVrºdë˜NÙ&ºC¾•n—ï ÛÅT«âÕ¢8F5+ÏQ”Ô{e%Ù¨¬#”Íä+G;]ïL#p^:·7Pྒྷ# ÎJ ¨Õ,¸ëXp •‚«‘—¡’/Î#EvçÉÂNçøíÎ?òÚ\r[T˹ͪ՜÷®ÙÌ;צI]À4ªw1oÝJè7nGé·3ô+÷«t½ûCê¥{UãÞÌ<ó°sŸx¯ÚøU è \pßM.™t*1øj% ÇgÂ;ZÚ­Â~ôL‘´xN½÷œ!lôœÃ£ý‰×ൄ÷Êk%·Þ;‹[罉óÒ'SëSÄy¡Û˩ѕ2Ït§™§ú+ÌýC¦J_Çy oáÝõíÜñÑm=ˆoêAҸ㾗XV!NBÓˆ Ä ùζúÇI› ÃÙÃhIßTQ­ÿ,aÿ|Á³€Eü§üÇkxÕxU¹¼Ê í¼AÅüûÁùwƒOñ¾È¿|—3¤Vp-äƒøJˆ½ Ò‹Á +ï¼$bðã \̃bÕ<{Œ 92Xü¦,û2Ô,}šÊ>ûV\Ùÿ¯âásÅ÷ˆX,¾±B|+b­äFäFÉõÈ<ɵÈ"ÉÕÈ}’ËQG%—¢Î±¿EÝd/D=cÏF5ÉNGu)Ê¢@y2œNô>ÞŽ?-F¦~ô Ît›IÃiø“_.ªŽŽgïÇ$õ»3Fv#vª¼"öù•ØyòK–_¸D^>p•â‚1KqθYqÖ¸MqÚ¸[ñ«ñâ”±LyÒxUy|P•òè §ÃÆ—ƒFp=`õþ> ˜áC ÉÃÄD—EN4U‘/†xQU !¼;&#[÷òR\ªsyÜ—sqÓ]ÎÄýMõkü|Õ©ø«NÆ/SÏT‹ÏV1åªJM;T‡Lû\šŽ»î7ý¦.1ÝSï\ï¶ÛÔæ±ÓÔ£)2g¡ ´½A8Á…8÷¢ÛÊC-É"T—$CÕ#ÜФ@æêðhÉ…¡ƒO'Žp=iå~Ì<Éãˆy†æ°ùæj˜iJÌË5ûÌk4{7z'æ{îJÜí¹3ñ°¶0ñ¬vGâ-¯‚o^xå'6ûlMü¬ËM]Žô½A4‑=V½K%ÐóT=¶qÑÝ‘.èZº:Ÿ),K‰SMª>8ܦ-±ŒóÞk™êSl™©Ûe™«+²,ÐZ~Ñm·¬ÐX²ôù–}ž¥Ð7ײß7ÇRæ»ÙRaØdyê·ÁòÞ?Ûb÷_o€¬a_#¢arhKE¨fBÆ: {cit}œ•OÐeãúóŒ$Û?ÒìZlKò*JN×oOþÖo›uºžuVÀVë¼€ëÏ[¬K7Y37Z7f[·­·î Zg=¼Öz9xuRuHfRcÈʤO¡+“ tE(°"ô*¡'ð½w¾kL"Ð¥ÉýЙ©^Ǧ„rL(-?ØeÇh‹6?=Õ“66psêäà ¶¡Ù¶Ù¡Y¶ùakm‹ÂÖØ2Â2mYýWÙrû¯°í -ϰ•†/O)Xšò bIJCäâ”ÎÈ_R ¢/‚H» ß÷Æ"T‰ï;·§!t;?MŒNÎРC böL‹N‰wÊ›8T³y\²oö˜ô u£&„­Nÿ.bÕÈ™‘+ÒæFe¤-ˆZ–¶dÀÒ´Õÿ—ê2 kòÌÂðùADA-‹X@AY$}A@"@$,Ö°„Mˆ ,BT¤j\¨Áѱj S;L]P¬Îxµ—ª£ÓÖÑB/Û™*š9ý3Ü¿ïë}Îy¿ï}Ä{£šÅ‡(âQJƒØ­OÇÔ‰ŸÆÔŠ_E׊ß!fŠ%ff6cßËÆ -®*±o©ð­²…±b8Q8ïˆ*Òn°0Þ¹?ŸëÑ+OôÝ%K êÈÌmËG¶¤Pš%%1M’êØIc¬F²ƒZ'é¥ÖHiÛ$'hU’ q’©8µä1ò3M-yK-—˜ßÃ,âîÁ7˜ÁMôObç/Å®Qj £å®p¬|-ùã²p[}1mé%ÛmwЧ#7%°5;-´I–UŸ™[+UÒ¶IÕñUÒ:z¥´•¡–êeÒ} %Òá„b鹕ô -S™ñ©”Î0”Ò7t¥ÔoÉï»ð$à.fpý—Õ˜AÀ˜z¯\GªÖT†.Ø«¦.é.e®ØYÄ÷Ò&­mÊo¨Ë͈ª–gSÕ[ôRY ³XVÍRÉšÙJY'§PÖÏQÈ œ<ÙN®l’›“u“#û‰#{ÍÌ•™,™û}¶`çÄ ®”|†½ëØ?G‘£5Î0T»š¨ ±ê­Ž±ïª`¸´•ó<›Ký4ªMÁU…’¨2EM•—›P˜£ääç¨y¹òz¾\Þ.È–ïÈä‡YòÓ©ü² Cþ _*Á“ÊãdÊÍlK^‰î㦋q•—jð­_p¼;ŸÆö7xA_ýúùº:Š]G Ý©¥šã^_!\½­<9¨¼ds„J%¥æoÍfÊ -xYŠR¡TQ#JW´Š$ŠnQšâ h³bT˜ªøL¸)ÿ® 5ÿ9?5ÿ?MO¹º;Ò¶Lç ÜÍZ‘×Å_%ëÜè'éH NiOµm‰ák ¨\­šÆÑ6P9ÚÎXv›>šÕvœÂj»ÅÔÞŽHhý>’Ñò …Þl޶ä.ÞÇ+˜Á8æý'{†Þ=èïhì·…Ú7¨ð'•õ‡Y+÷Æ.Êëc8Ë>âºIöˆ¼7õ¤¬u§ót²0¶® œ¥+gêêÃt;Ctú ÝH0Cwq=]÷UPüîѺ^S;ßm°äfðÎàÂN#ºíØ×½oý°÷ ’ |ÈЇ¼¡phý¼Ü¡HÛ¬ƒ´%iƒL—”|ÑþÞÜ}b?–>+ A¯¤ëËãõõñúÿ8ý€M?ìKÓ_XMÕßò‰íæ³÷•/¥ïŸ%×4¸‹8ûsè?…ÞÃûqƒCšÃ%G±û /„Ü7Ø2âGÊ ±Sì’ŽÅ9 -ޱ–³ -܆Ï8CºÕãk(öŠ1Ô®Š1´{Fí[I1u§λEn¸Fù‡kÄ¡ŸÝÇޮ´ä -f€s7¢½ƒèí6´à Žc÷;u Íè©cž<¶–,Û`Í£Ø%ãâŒlç£È…b¯ˆ4ÊVD·.0V¹„[–…{C‡—n0žu 1^s9ýØ!xtfiЩ7N–ŒãîÅìO}Œ»ˆgîGoçIœÃ'åcy@ÿyáE2pLNÀ2­†ÉŸL3…XE›(6¦x»PÇ>Ä”´8x<}ñúñ<û ñ²EA vë&v- œ´ ˜0ÚøOLÚø?X°æÒKß‹¿-ô½øúœGÿiôÀ3wã™[ÎTÅ Ðy y€u úK2„]³‡Ðë®|݇ºH˜ -Ÿï?Eï7Ŷò½‘dµúFÆ|Ÿ›ó½oVÎóšn%8ÝGöœ!yLOÜo}Mr»ùœä:õ+Ù’3è?9‚ߤQ€ðÜíè®ý ÝÙèNE7ï/´ka7îÀûkkXuo ¬¼ç -÷¼ ·ûë×û‘ÄèÄŠ‡BÂå¡„Xö‚pzTKµƒÃc=Ø?»'“`ûä>Ø<š›ïþÏ(ú ˜ûf¾Ï]îÒq€œÏ6O®Äß¿ xÀçï>xnË_,†e/\ˆ¥/V/| û—뉅/£ ›ŸX„ÕL -gå@Ìâx/þ,^¸ôÌ%äÎ{ cöûñì»ñìM&õŸpþ A·Ýô¯"þ°î[ô?@ÿc—§N³¯I°hΆ°s ¬ç\òÜJÞ®AB*À[’Ìáè .ÿ¼t¯O½ÇÁs=pð았»âK€ô)ºéèŽ@w º½Ñíö Àùû,ü`Á;À1$3‰³5²Y†x ~H>XÁœ‚ü—íz‹9mã~ÿæô›sÍTšjt>L¥ÃTª‘f¨‰æ5™†Ñ¨It ”œW%éDJEBTë´z7±ôÖ"Ëb³Žk²/"d‘´xöÙ÷º\Û^×ûÇg~ÿÍ÷~îß3ó<7>œ¾˜ üg„JÿQùˆjÏGðG/.Á&‚)$#Ž™GC°„Š ›‚ +$l">ÃVâl'þ€]0 0à=…wÐoá,üÝðB?¼Àá xù †½ "GòMüW¸O\C’… ×0“ ב‰ëXEý ë(¡€2%Ä('¡šxµÄ;Ø‹s÷ãÜ#8·çuâᅧÓïCþ|†«ëÅyO±'"†C± âˆøˆiÉCl[LÂE¬"DZ=Љh3ÈÏÔ9ô?(é´ÔÔ÷´5ÔwŒõ”7dåw²ŒxMVýd ñŠQG¼d샌CÐÇøž1þ½ŒËð„¼¿‘}ÐÃz؈¸ÏA”_yˆrwdjÉGsâ›ñ… pá"s_.†r>›ªXøÓÈÞ,Æ^½Ÿ·„ö’ŸEí3Í¥<l¤ô -J)OÄÁ6â±`ñ_AñHø5Ñ#l‡Âvx üî™ý -wÌŸ·,(×-õšѺ-í'KDÿY˜ó‘¥ Y›rÙ;âç(ÎGq0gÀ:‚ÝoÃìÅ1zE)ô'V‹h¿Y­¤öXçPÚäSîÛSîÙl¡ÜWQ~×wÄõÄmñâæÈãÄõ‘gˆŸm/ݶw‰+vϨè£Ë‘çíóÜ0ÈšÏCb&9sYÈÝ‚…k¦Í‘fëÒüWéû¥[°B—;z¹®dôR]uàb]}à"ݱ  ]gÐBÝíà…ºøù!pnð_ðèÆkïJÅ=HÃ=ÀÍ¥@ã¼°;Í•Ø6Ï,O á—&…(HTÙæ5®kât£² ±Ò•3–éS—èÓƒ3õËeúYº¾pÌýÖ1iúº¹úÃ!©úö±ÉúØódýà˜d=’aÁ_ôGá½€÷Á•$€ïqöIþO®Ë;*ª3ÿ™¡ mè (‚ -R¤ˆ‘3R¤‰õ -¨ ÒT$TÁÂX@AA ÃLŒôÄÕÝXXk\Öh‹ˆÆ¬«bI,Ñ»¿ýŽgÿxÎ̽çÜïyß÷ûîw¿÷ÿ¼ÄO~ó…ñ}èá<\^ œ£»c-{ ÒÌcמµZ¨Í3Ƕ¼ÉâM¹îÒõ«}u‹r¦ùY3-VeDÙd,sZ–6Ï=yi¢wbjjÀ”•òù)¹Š¹)¥ÁsR¶(f§4(âRZ±)§ä1)7ä1ɃA1ɯc“?Ä& þà ð}¸½”ïkp†îãì·È—ùÀ®uRl/4CU¡­¨b«ZI·NA^ÑšÜб™«#­ÒrbR2ç¸&¬\è5oùbÿøôtylÚ*ELZQptÚfETúnù¬ôÃA‘éé×"Ò"–½"ý#– -#ô%p-,çžÀ#øiºñ¬O؇ÖKPUb‚ÊR+”–LQ),ž®™[`U8côò‚ðñ©yÑv‰¹³§Ì_=Úìœ$ßèìe‘Ù9AY_†go -ËÞå–ý•ßÌìßÐì«>¡Y>!™/}B2þô ÉF¸Ïýà*kp.óÀãw;½Måìwø«\TV裴Ò…•Ž’µÒìõ~º+Ê&KJÃÌ“ŠgYÏ/Šs˜]8Ï5ª Ñ3"©wX~–Oh~!Ùè’_7}FÁ!Ïù'=‚ó¯¸+ò¸Ë×¾œ”ûÁ3h0B×bçþ ó>FgËö|d©Üľ³Jë”c«´e+]ÕVTyk/Ùd°hcˆÙ‚ ãã+bl¢×Ïq -/O˜Z¶ÄmFY¦{pÙ:7EÙWEY­‹¼ìàyÙ ç ²+N¥ýŽ%CÎþE\üŠ„nfò}àœbîßÒy°Š}¯’=×úyüϯ–`U12wXaùgÉ’OiRµ¿î‚íÁÆñÛÂÆFmš¾%Þ&D¹p²B™ê Wf:) ••öÊvʃ6þUÇ'ùU]¶ö«ê·òÙ4dã½ñ½­×†OvÃ\a Ζ'èo£s?[¡Õì;k€‚:ö}»ôz,i‡ä=ö¢„WÕyõÞZqõz³v‡˜„íŠ3£.Î2¨nÁ„€Úä‰~µ+IþߺŠñ>u;,½kŒó®=fîUÛ5ÖkgßÏ/̧U¿·ð¨þd9ÌÎÁiÖý(݇wò}¬å<Ð]^¬ÝKÿ~`Q“ -6c^óDÄ7;Š£›ÝÕ#øh…ëÉ›fû7FòiœkæÕ˜d6½q¹™gcîhÏÆòQÓ«M<ݹ5^4tÛßkàºï¹ÑÔ½ïŒ]ö|4æ,Ûѓ̿-ézëö›÷ÅMÀªföž‡Ù{¶Ñ­ˆl°vk„´;Iämjþm¾šÞm -ÏÖp]Ö8}·Ö…ú®mKõ¦¶å躴˦´mÑqnÛ§íÜvD˱õoš­÷4'·<Õ²ÿúmûÃt†9½•5 ¿…­è¾F úPqˆó@oF+kpˆ; -„üOjÁ§c4¼:¬0­ÃQìÖá¦âÒá£æÜ¡:vDH:㥓;Ií;W¨Ûuæ«ÙvnT›Ô¹KÕº³Eebç_T&tvKÆŸ|¢byâªåñwjç¿õ>Dïn欤·„ÞÕô.=Æœ";Àï³€ãj°?oÛ ã0é‚ ¬.LM¼è)1Ply1\<îÒ‘ù¥Å¢±—²Df]Åݵ ¦]M0î:îë0¼8à ¯`pþ­h˜oéo¡ûË6îIß°ßqЛÞ$œbÎÁç¯çK€ÍU`Üb˜ÞR‡á=èß½;Vu;A»{:´ºƒ¡Ùž$¨÷dBµ§*=5÷0ÉžSÀ?äïòÛ­ô7µs0ït¯cÎ+éN¢;ƒó€OàB·-·¼ Œêôï½"¨H!y`Qÿ ßš¸ð@â <ŒùAä‡è7ÞG\ô8ÑYÜÇôñõ±îõ¼­< ÑEw2Ýñ€™|¯SoÒO·å]ú¦¿Ðì$ü‡¼Ï5g†ÄœØwÞçaýåàE¯¹ ½ææó¦0ñ7í#ìåZÛÆÜË8ß«XóT†8—y‡ÓíG·k7`÷`Ñ ˜Ò«G¯ô1 ~B7K‰WäyOÞ‰ˆ1"¼çüÉš|âaQXLøaJ 7@¡fÚÌÉX-þ×0Y*ÀSM@°Š€X‰€±€e"9¤QJݼÅü޼Á.†±/Ñ„!Æ ´“ãxŽ3x†Ë,Ó]ò˜ á)Ÿ|Jã¿ÉoŸA7ý£ÿcÇlƒ»º€ UQŒacX"úˆLÑ{äÑ]Lo½Uu;]µ¿cï'‡8~+ÇýOð=~EíÝx„‡äñ޼ðà3•QڂĈ11†±ŒÁš1Le þŒ!œµ˜+~Å¢?°Bôk˜o!½åôn¤o+];èÙMÇ>ŽßÌñ[0€£û4þ…‹ä6úxõ Ÿêe ÷è¼ûôKõ´5}MAËLCО ¤Nꂪ·ÚIˆÊï¢8ñ$QôL’&z*ÉÁI>~•”`PR‰IúÅÛÑ'®Ã/â=è7ágñ׸/ù?INá®äׄknïWÝpâ<䲎,‚»@}¢îmOÆý¨$ÜσôÊ'ôœfû·µ6O܉ܔ„¯Ýµ„îE྇ Ü£×»žVpdzÜöÚþâÕ ¼w›ÞûÀ ï1pÝçáªÏ¼ï%Âeß;„‹~ß.øÿ‚Ìú¿±™ñÇmÏA¦ýpÒ"¸;Ñ÷$œakƒ³)È[– ò<Øyº’ióÈ—<ð“ï­L%Þ Ôoéˆ7ƒÈõ`3rÑ€Ì3š‘ËÌNäs+r‘Ù‡Ì1w#X#È,kùŒu -9Ǻ`3Í^°9Ã~hsŠý/ÒIöÈÇٸݷ?öPŸŒ3 F$¾å‘¿†SÀSðéGøŠ†ÜæDÛÞI$͇)I—´¤¹ðBÒùð2Òlx5i†ÛHžæ¶Ïr»Èg¸Ûȧ¹äS¼!òIÞùï8y‚7cwŒwÝî(ïÝ8ï§%‡x/)c<Üñd”‡/]¶x8 ¾À_N$WÁÃP{p/‚øld^ $Ï âì?¤,™ŽÌt˜ŠÌs8%,r8)¬p8!¬q˜nr8&lu8"ì¦öRÆEƒ”C¢ÊAÑÊÑÇQÑÇÑWK‡EO— ‰~sÚ#zOÝ#Ä—ïþ|@ð?ô×À¼%OH ÷ÖØ‚…h¸Dœ•DØ‹)“щK'¢ÓœŽŠ³œ‹uNŸŠKœŠMÔ1q-uTl¥î·S?o¥Kú©C’¡å{%‡–ï‘L.”|î¼KrÇy@üÄ¥Oü‚¶CüŽÖ+Æ]·Gÿ ÎÄ—PÿI,ÔOàÌŸ ñpeýr0›àO˜J#¢Ž‹£”¢.£Òô#ÒœÃR=mHj¤í•VÑvKëiƒÒ&ÚNi§ë€t»k¿tÐu‡tÔ­W:á¶M:ëÞ#½å¾EúØ£[úœÞû–Þ‹ÿð ?Ãþ¿•Ãþ0÷¦pæ¿ó(L¥ú€‰ÔU¶Ÿ¢‡Ñ¤êpbmOÂ÷AY¦ÇNY.½_VHß!+£÷ÊÌžÛdž=²VÏ­²-ž›e^ݲa¯NÙïÙ´w›ì†O«ìŸæøg¾Mñ¯!¸¯õ#ÞÃ3ø!>ëPÿ¶ -f˜»æ`=‹Ùét0žÎDF•öC¢S×ÓúÑdzo²Ò«'Iã³Ežï»Y^äÛ%¯ðë”×úµË­~mòNÿy¯³|ïJ«üÐJ‹|* Q>Ð ÿ[`½üŸuòWµ‰ø,ò»€ïáSêÞ„™ë’€X'Õ6àˆÆÈ -"îÓpɃQKw(cWô¤%Ò» -ŸÎT•[JN@ ª lFK­hemjD[ƒЭÁuè £=À¬F'™Uè%V%zŸeBbU ¿3+PœY‘Œ3y¶Î"<ƒ»pݸŸ× 0wMÁz,f ­ ø$/€°[jÛ—-¤ôh$Î]ñmé¨o3†X6¨ƒ7ä2ê…¬ZE»ZQîR4­ªTts*œ2ÅHH©âxH‰b.´Xñeh‘âÇPƒâeˆAñžcPà«ùúð \3nÃþ¯èaÖëÆ$¬ãùì/ ‚½z?0 ãØlË,éΦ¶eǹYÕrŸ† E@mz:ìÌb›°N9VZŠU†±Æðb¬#Ü€õr ±}\=v”W€Íòò±/"ò°xyØoÜ<ì¿ayiø~„³øÎÀìÿ"Ì}Ó%0ë0¶€}…Ž`—ÁôXÈævíº5Ëšòci Ú¯šlt¥Iƒ1K339ÅÚ0CF!o£ª˜àž_óV)ýå¶ §ÂtUZËÃl-e‘µF1µ²8Î­Ô ÷5lL *Ð)99ùjž:/W ÒDJ­)*MÛ¸fƒ¶+J¡Ý•ª‹JÑN‰Pí Q²ö±09çß‘hΚóy”ÀÐÿËPs¦ -úóç(¬ƒð[¶W@·Ù´Uû«™ƒÔWñíªLk—•UHiEe ^F4 §8iÈWnÌá+ôzQо<*YW•¤ïˆ’ëûErýa¢þtd‚þº@¦ÿV Ó=È -^óeùø¾†>,@ÿ?‡šgk¡aH_5Ì|°¶Õ-ÖzoP_Ï"šë"Håµk(Å5ëœuæxme’ŸÚ¤`(ËÓCRK³xÉF ÑX™`¬‹”ÛñÆ>~¼qtõzã)^œñWj|È•ÿ‹-z Á?ðW8ÿ×ᜇš§¡= ô@Ú7Á}ßbê¬ÀÜL(·†Û[…Kô›$NÚÆ8WuC¢—².% µc%UkBªóÃ×›Ü8s Wjn —šw„Æš÷‡¬3OrÖ™¯®Š1?dK*ŸqĦW!â -üwá]¼Wî¨yÜ -ï#dgÌ;k µm0µ»€ÒPÔ‚è:ødmûZGuk¬³²EæžÚœì“Ô” ³f2â,yìXK {¥†cieJ,½ ‰e$HlùÙeeÇñÏó<3ÏÀ  Ü÷9*Ê ƒ¢¦©m¦æš&¶jn–•î²Ùzy¨( €rˆ¨Ì(¢À(Èå}å…«fbZ±¦–w–ÁÓg_¯ÅõõÚ?>Í<¿÷çóýߊžÉiGz$~UŸôÙ½ž‰óžõJœ«wé kPÏšï!sÛbîÇ%@&µdùËÔÀG«ìñ~†/¦fô&eĨ'¬2ÚŽ]9°ÛèC]_OÝkØò7ý/;piŠ~€éC}²éÓ þ¦EI¦5I¦~‰¦]¾FÓaã²+ÞñKïúö[ü‹_¿Eþ]:Æ5XÃìU&ž dæQ«Ò…l‰f­aߙžk­Œ¿¬sCJŽãr"Ä1ëâä‘ëúë^[;¸Û«Ù¯¹ Êåžœ5Î+)k’·1kºWBÖ,jG|V†{¿¬B·¸¬®}3]úf^vŽ]}ÇÅñÔ-fU‡{—9ÿ{™¹|û^j-[ ådÎ(5‡}×z`B{Ï"{Œ.òÁEÁøSQ”4´(^~¥0Y›\øªCbáˆîñvŠ+xÇ©oÁ4§Ø‚TGCAZ÷˜‚•Ý¢ ò¢ vØGå×ÛEä·ê"Öÿhž÷Ä>,·Ã¡KY÷*rÍÌ»Z½XœËyØ|\LÞŒÝÂÞ³Tij#Yü0ÀÒI–h)Þ¯îk 1˜‡ÚF™Gj#Íãµæwµá–¶a–y6¡“&Ä’«ém¶ÈÁæu¯Òsêž[ÛÕ=6?’õ%Ï5]ªföÌ[BnNΖ4m#{ÏàýR e0r0˜íi|¥„˜*GDUù ÒÚ áÖH!Ä'ö¶&K½¬Ã¤žÖÑRkŠd&Z?¬ Ek¦àkÝ,x[«¯ª&xVÞ‚gÅÁcׯb—ªÈßμ…E\‹Å\‹Ì<×Ì$÷Ý]À[•¬Án ©ˆÞô>ÔiáWïŸúx×÷g} <áÞ0® £àÒ§Æнq6ìMÐ5l€mÃhê!×ý‹º ¹öÑ •3óVró˜y%3/`ÞYU¬¹È}c0¨è[„4GÏ€ã)6M¶›\ nöƒª¹7Äf„æd^Â|¶ðAÒÂK¨e6ÅEÞÂEÕ\Aq€¦KÔ÷/´Ý̵ÈÌÙ̼”ì9{¸È}ç0ºÒÀ98 „ô§¯fÀé+@{.hUñâµçC̸ȇ@(ð5É׆ð‘·áu^Èm<Û¸ánÐGC¶qඦÚ\ä²ÞédÏ'{3Ofæ1Ì<ô(À̧Éo¼Ïέä_TWÉÿ†j£¾¥nÒË-zùÞh×·#;¬É½‘ÀÏ|œÜçAx)ð€“ÿ€…°ó…60û*Öü æN%{*ÙcÉÎ̉´ÉÌ=.0ÿeæ¿Ø’)Þ$óÅR¢ºMýHÝ¥~ɲzO‚g¬ÉóáÀï)@¼|ʺRà£Uàa«ÀÝF¯¬ ZAœ¤`°¨`”  …ÿ™†çø~ÁlY ÉXFÆJÜA&99,E>YÅ,K)Ç-g‰öà;Ôã&šq×èâ®s”ëè Nãÿ¤À…éÁ‘<èAO‘ôÐ_ìÄpáÆ’=™)¦s”T²æ“FÎrÒÉÉà´dsIä‘UDÖ2ÊHµâkÔâ -N㮢•_µ²rYÑ ¤¾,EìNZòí5Šä.+B=„JˆŸbˆp£™s"yï‘5“¬OÉ™Oÿ ÉYFÎJr2q™µ¸ÄZ´r>.bΣgQÙ8‰þÒL×g8k§éá¹'_’"ÛØ*’¨Q´¶²bï¤Vì}U6ÁÒc•A¸'D»0‚ùÆáš0W…qYLE«8¤4œ—㬴_IøRÊF³j=šTÅ8­2㔪'Ôp\>£šK8bÛŽFÝÔÛ)¨³WPû’;ÑFq€¬¸©UЇ¤¸»KœÅÛáÂM]®i‡â’îMœ·›ˆ³ï¡¥Û 4uŸ…ÓŽópÒiN8-Åqç8꜉#ι8äR„F—­¨w݉:×ý8èv 5n­ØçÑŽjÏÇÂnÏNÁê©UžŠØ%ʼn|/¨AìÔOüº ·½¼„6מ¸äƒ³Ñä='}Æã˜ïö›ŽFÿ¿£ÁÿŸ¨ ø µ‹P`€ ì\‹½ù¨,Áî 2TU •A‡… -ý9¡\K,Ó?”¶é—Ì=ÕTú_)îäAü[ù.õ^6_\ôóEsP¸p¼g¢p(x˜X×{ŒXÓg¢¸¿Ï_Ž!‰{Bþ!ZCæˆU¡Ÿ‹•¡‹Å]¡éÒÎÐ5RyX®T¶QÚf‘,aU’9¬^ÚÖ¢Ú~Cµ)ü¾¼1ü¹¦(Lц)6]Rü!*!Ð'ÌÔn4ÎÒçi Œ tŒ&Ýzãj]ž1W—c,¶[g,³Ë6îµË2ÿƒê2 jë¼Âðaß‹X;!Ìb_@ Á!B d°Ø˜Ml± ãQOð"š8nÝñx‹¦q›¶ic×:ÓvÒñ4µÓ¤[b×il«Ç̸ÓþxFšûçýî9ïwÏy½–rx-äü…bÌyF™Ï¶ùÌý6|ÿG™8fò1ëðî · -qÏ&<áRa8ì&;îd¹nçxž&ʼ6 ±÷!§˜ ÅDh(ljNÊD/e•¦¬>KÄœÏ"±êc$6}ç‰7}—üf‰Û~ÓÄ}ÿ)â1Õ@<¥N´ýϰþq´ÜÇOú‡8^ncö»Š£÷û|WØ- 7K,%é®'y¼ÌÅ<Ÿµ¢ -¿U®Ä™« .rÕÔn+už«£Îqû©³Ü‘€îtÀw1`’kœà~7pœûVÐ÷fð÷nðQîg´!îÚPáKš¾Ðüš/3ÐÅ£ö˜ûnH0ëT|Oà;Â@°ˆbíN -SM‚lϲÐw±”¤Î—TÍòk‚gø ÁSüfš§¥Mðºiã<}È("d„?:Ì?:Äß -ä[Ãúy×è}¼è½¼‡á=¼¯èݼˆí¿|Žýÿ¤ W Ô¯à -Ž··¥¸[áèß®öƒM ÃÎTÍrZ©Êr7ŠŸÙ -^Àd¹€6Q&#åa#d#}˜l דáƒd_D?9ÑGÎDö+‘Ýä)†Ž<Ïè$¯Du?‹Ò–þ1Z[ú¨¶Ò猶RÛ+"_ñYzQ„yõo6` u¸[átªÆÖkÃaµ6ÉÁ(Ûç6#É£Ä\êh%IŠèƒÒˆ~‚Ñ+PGu Ú¢u‚®è#‚¡˜ÁdŒV°Û&؈Óvâ .Ç7 ~ßTþ‡xuùßãÔå߯ªËm1¯yˆ¼‡5øsçuÌ}U;¸rlá9N(ÜáúPX¨O°ŸU¤¹ä9^#5þz ŸÖ'л«ªG*k¢ÛEÊØ6Ñáx¨3¡EÔŸØ,OlÍ3‰Ö™¢3IJÑ¥¤zÑ“Âß!e*„ÿNTm Hü+>Å>üªàG˜ušÑMX<Ë&žc­ÑUÁpLk7ÙÈvUî÷Ð+ß>yq®† k— -‰$¶¹º.A->ÄT‰Û’•âVƒx$E!žM‘‹×RjÅÛl™ø"[*~-©z€|É’V}“,­²%!ÌWü½ø ÞÔþ¡à<æÏ-\EÍxŽå&˜k¦ÂTsŒ5³‡Ô™n}ª’ ­/ m©0Ôrqœ²¦†©¨Q²ä²vLǑʆ8Ù4G,[åTɶ8•²·8"é-ŽPú[ä ¶Pú,E$±±^ó zïC¬ÁMÔ¾¤Å>´¡Z1oá9ŒølZã ãm0ÜÊ´ïפ»tÎõlo.ðoQóh‡Tå ÊÊXyƒ”)U(RÄŠ&Ne]Gº¨n ½¢Î.¨[N+¯ûNZYÝ.‡¬{—SZw?µTþ9ò/6YkKyÍo°wpõ½†úow`æDNàÚ·„g™Ágãž0Ü -ñvݧŽölw–ðQ·5´ôÚÃÂhISubå!9«BuˆS¦Ò¦‘ª¾´RÕxZ‰j‘ÃWm¦òTVv±êFJ±ê׬¢ÆÇ¬"åSVQÃKĶÇ]ìÃû؃+G0sê°Èqd®3þw¹Bw0t÷Ä@GOŠƒ¦;˵©ë€·ò—*ï, ‘´ "EÚª¸òÖZfik#‹¯iekzRŠ4cÈB2Ws2©PsY ¹‘X ¹—ßò8‘8ü„I4¿dM¶=>Â{p ßûrÀÙ^ô"²‚ÿ§£ úû@7èíúHÐè“ìÕƒûœ•¹òþ_I/HÔSVÞ]É(é’Åë” \&±@׌ÆçëŒq„n#–Ð9¨»}@w/*¯óQtnÇ“˜Üö±9í¶=~Š=¿ÞðÎÞÄŒ, ヨ?pWñÖQ/h ÕX‚]ýDZv4ÛU2Bx‰Žù—“Áü!aX‘^Y ¯"ô-Qõ]Œú‘È<ý|D®~#öÿ -Ʊ]Ô;=Œ^DŽ¡îÑQ€®qÍ$fŽ)¨Ÿ ùL4ÈfYöâ™ §Šéúu`úÈó ´‘—{¼‹5ÿjžØ@–Pwj@ÚíÏÔGä ˜{½¡r) „ËñP¶”êÀ_ÚïÌ]<èž¿Xä•·P擽På—µ ÷Ï4ªý3Œ~ûŒC¾éÆYŸ4ã:…cÜñæ¯x¥ÎÿÒ“=÷'ϔٯ¼Y3Ï)¬™{\Å÷¿ˆzÛˆ £Øü4æÞ€>Ôn]hXA}ŒCeëÎÀ7@‘™…f¦aNsÈ]ÏvÚ¿žïš±ÎwO_zpÖe©&•Û¤õH1 ¸³LÓnɦ5×$Ó¦é²sÂñŸ;'¬=tŽ_ý§KÜÊ·®q+ÏÝ^qÙ€óá~Ԟǻ€Ú:ÔnÂhXc¨Ø(:ÙÏâY– ÈØf@ú68ÛiölKŽC²¥À‘i!-UNñ…Sœ¥Å1ÖÒãcwˆ¶,Û3,[ö‘[ïØ…oݱ£ŸþÔŽ~êoöa›ß8„üv‹¨y5ÍÈÂ2ÀÄ*zÑ = <…5°”ž8¸~€yÁ â­k€hkDYS!Òº­vt+i¶[ !»J íj!hWÖcàoÝ_«(nƒ×ùà}î ð>ûy¶Ç.Öù4²†Ì®£O¢ÿCuùÇÕ|ïqüu~vÎé÷ïŸú:×sÜ9ƒÓNᣦ‹üaù‘i’¥„¢´¤)It“ÊoQ [clmf×äÇÌvýîw/®¹»¯ú£Ç÷ó|½ÞŸÏ÷ó~™9¾‚ç ˆÞÉÔýêõ? À«Q—&[85{À¡9vÍ=aÓ¬uó(›‡@ÑyóDH› n^Æ&G1L#Þw†ºÌ!©‹ºûRUÅ@ µ–õ^±X´g‘yãÈI¦y/0`ðFÐýÐíàr°>HŽ+8t8QÞlz!Ô_)õ6/>mÚxùµñ ·­§ªu?õ Ÿ¡W_ª‚ö -·ñ^ä¿Ój€$æJîr-ÍÀ@r5‡Ð£€ïqÀµ °ù2¸ÚÅÀg*Ã.lÀÝ8ñáB/D ‡^ÄôÑÁƒ×ÁMîØAqáŽSÔÙ—ú™ ˜9“™±T3˜w<­F3¯Ü¾äö$×\72mβ d_¤¾¤¾¦.Q"à -½|G/×ü8¤ö~à°þã ‹M©‹—q_ú.ô.°.»^ªpkÀÜK²'2óðžVàMr{Ѫ;óN~óCÞ•WúŽºF}Oý@ݤnQw”ÀOnÀƒ àWÖäõß8(=e3~šBñ|ÊÃ÷´ø¥¸)8[Q2ÞR Ј âÿ†áFã &ãfá!æãW¤à¤á2ð3²q¹ø ¸‡"ÜÅÜF9mì =øÐÚ)Ü@mþH=¤\¥k¯D6=ØÑƒ-=xÐC0=üà)Ì|j$™É›NÖ\râRÉJG²È[ÃÕóÈÜ@Þf2ʸn%KT‹oÑ„Ë8Nn\'}Õ.á9·Oø? p ëWÜéÁŸÂDÏ cæHr‡“9ެ÷É™MNs¥0GY¸ŠUdårk -È)"£”©+xTjðpÇð9Îóç:αjŸá1ÚIýôO ¤©\€Š\$|é!”ü¾Ì9˜î‡1[,YqdMg®¹Ì“LÿKÉZNÖJ¦\MNÈ(æºå|eªqõ8#ÜvœäÓmLÓÊÊž`-Ž“ü‡ˆYȉ\*HíÉ÷=FkÝ›Îû3Ÿ‰Ì7ž¬÷ÉšEÖ|®ºˆœTrÒÉÉ"'‡œ26‘Q†T±utp‡q–¿;y:º°ŸšDÿAI¯$HÈ·‚D°‰[¥è‰Òw%>ÜÏPÖõïäpN…O$±8-Ã)é4´Éæà„|Zä)8f•†£V8lµ‡y8 (Ä~E)š”•hTÖ¡Au{UgQo}{ìî¡Öþ7ìrPã(`ç+ -H'ˆŸ¿x•\E¸ã Ä÷ -g|%÷Çyeoœµí“Ž&wŠÁQ—q8ä2\gb¿k"šÜ¢Ñm)Ü–c¯{êÝsQç¾{¢úzñîž&qM¯qu¯1⪰IâíaÓÄa âmaIâ­a)â2ušøCu¦x‹:GR¢Þ Ù¬.•lRWI -Õ{%ÕÇ¥Ô¥꛲|õ¿åyjA¾–ÊU V/ô<€×¹}Ég»ù˜×k‹†³¾Ú oøawŸ0quŸ~ÒíšÙ6EV¦!+ÕŒ—mÑL–k¦Ë7kæÈ‹4 ä…Ú%òÚtùzm¶¼@»Nž¯-¶ÊÓ~d•«­³ÊÑQ¬ÖžW¬ÒÞPfiQejŸ«VjÕJÍõswà:ù_°Åœá•zl0çËl©ý¨ ÷BÕ[¡âòp¬4\oU>DQ¤‹VnÔÅ*×ëÞS®ÓMQæëfªÖêU¹º…ªÝ2ÕjÝJU¶.W•^h^n¾ËfEøA›ôðOm?¿f»L÷Àn™î™]ªNx­Ûl·WÈ<ÉÖ:”ßœ&ÎØl½»IP9Ø[#‚E%†Þ²ÂA:EÁ@ƒuÞÀ¡6¹úÛ5úÑvÙú‰v«ôñv™úYv+õóíVèÛ¥ë—Û/×gÛ§é×;,Ó—:,ÕW;.Ñ7;.ÖŸqZ¤ÿÖ)Yß)yÀS§„׺É|MæY¶Ùclù Qœ±é¥’ž¶qD±ÙM½¤ù‘}9F½ÍªˆHû̈a†Žé†±NâœÒ ÓœR ÎK œS ©Î‹ ™. y.Ɇb×$C•ë<Ã>·DÃ)÷9†N÷„Á÷¨'n³ ¯u£?÷Á œŠŽä÷¿?wDåôTb±ÁÆ(äG…Š×XúXe}Ëf…Ùà6Äìœí²$r”Ûbãx·…ÆÉîÉÆîIÆyóŒ)‰ÆtÏ9ÆÏc‘×,ãG^3ŒõÞÓ­ÞS—|âw¼ã½âß^ë*÷ÿ<³·Žâ¸Å6¿+–ßœl³[X“Âá -äÇxbMLˆ(sxoYú»ýT©QíS,Fçä¡·$sŒG¢y´×\ÓïS¼÷,S‚ÏLSr·éæ´nSÍÙ¾ñæ ¾SÌå~“Ì{üâL-þLT—ßÓ#ß &¡ÛºÂš·³-c¹ãXþ-£—Mô±n¤ 9£\‘(J¥–¦Žè«\Óß.éÝçÄh³ûìaQ^3,#|¦YÆùÆ[&ùM±ÌðŸl™gY8Ñ’øž¥ h¼¥,h¬¥6xÌ;G‚cß¹HÝúê2 ‹ò¼Âð3¬‚€¬ -ˆl2 ƒ‚DAvG`€aÖU6dW‘Ѹàh¢m£h´ÚÔ&®•F›´5©×f«[Œ'ôOú㾆køæ»Ï{Îû}ï9³å’Ÿœå’7N©ã7XûK\û[¿#dPÁ0–­Œ£'M€Îts´e8 )Ý]».m¾~µ<Ш"9ĬX9½ Qb›Ÿ`Ÿ/wÊ’fÍΔ¸¤KË…iÒ:W¹´Ý5EÚ+J’ªE2é!Q¢ô#QBÜg¢ø¸‡® qÏ]â~™§™ä Öþ<×þQ.÷"Ù›Ãd›G7ãiÏ2AS¶ê³Ý´j²¼u+2 ‹Ó™¤†[åÊcl³’ãìÓ“’œå² a²,O$“•¸%ÊjÅñ²V±TÖ#Ž“õ‹ceï‰%²ÅKÇÉ7Iâ®’„×BI‚f’ë²ÿµ¿'•ÀA²'Ÿ9È62޵Œ©)Ïõù6¨É -Væyê”äúM)ÈYh’—µÄB‘e“–kŸœ–蜘šê*MÍÇÊ‹Ü%òª9KåÍî1ò îÑ©;ÄQ©Ä‘òSnò«äž("åy푬N0Î:|Lçq¶zCdé[t2–~Ö衺Р-EÎ()ôÐ*,ôÕÏ[4U¡ 1KËœ‘œ+±‹ÏŽwŠÍJ.ÍÊr‹Rˆ#•âE£8\Ñí¦Ø.Z¢v Uœ†*®C2ï -C2ž‘WÂtË—ÙzŸ¡kdŸ²ôöB Ÿ5%Z(/5Cq™= -ÊÄ‚¼Ro]Ei€AZñb“äá–ñE16Ë -¤öÑË“#”™Â0år×Pe…0D¹†t¹,Vn›½H9ä¬ü¹â¸0ÿ®cPÞS§ ÜWNA9šIÎ3ß§‹¹Øz¿Slág7i$µå@ùJ ¨ÒùU¶È©"³ÚS;µÊO?©r¡QüÊ%fË*¢¬¢ÊcmÃËd³BK3—*ƒKËIƒÃÂÒNû Ò·g–Î ,=1sAéeÛ€’;¶þ+žÌô+ziçW¨™äs’#Ⱥv‘^²ŽÔUÒ_®rWë!³Þ -iõNH©Ÿ#H¬Ÿ¯Wh © 1Ž\a¶Jbµ¸6ÑzamšMPmží‚Ú2›µuÖµ3ük¶N÷«ÙoåWsÜò­šK¾Õ_[̯|bå³òåtŸŠ7“œ-ŽU³dHk-s°(æ(Ûȹ³Hj†„V;HÛDXÖæ¥Ýê¯ÞlÚfÜcØoМjá×”kñVS‰¹oÓj³ùMëL}š¶LóiÚgâÝøñ¼Æ ÆóÖÜ6òjxlâYÿó´¹uoL'8]Å:з‡¨ê¸Icç^º—·pæâˆ&ëàÜ×¥èn+D®wBØzwAÈzíàîºÝ!Sü»# }»âŒ|ºRŒ¼»²æu­˜êÕU;Õ³«ÝpnWŸGç»SætÕwïøT_ÜqKÏmí£)ní?ˆÚ~1œàÃk€töö&Öî2ºs;TŽDq=œ»6‹TFRÙ`Áømñøª|µ¼UA:^ª%ºsUKõæ¨õÜUzbU®HU¥ëªjÑömÒvéÛ­íÜwXËió9-ÇÞ/µ6ý íÐóBÇaãëIFZù^"[I7ÇÁ浜{é^A·bØÄl¥Ÿ£™o¿6<ÕÓà¡¶…»ÚnjˆÔ¾¡z¡`¶:\ऎ8ªSê\Á,u™ÀNÝ[u7¬wíÄŒþC°ê?‹_ÀrÇ·°Üþ–Û^ -&8È<ï"½ô®ëâû`÷"Ýù* ãiìN l7ð.à¹p`ÖfπͰ#¬‡Å˜>ì «á@X ‡Á|8¦Ãr+1u¸C­Ðêƒîà´÷Ÿ€ÖÀ%hÜ‚ö¾ï¡³ïé$tnÛȽÈ|·ôò}°…9àš³vq¼DÁC€Ï{€Û!Àá÷ÀôÀш>ôFÌ¡;2ÚG] u”ÍèQƒxDBxàŒL¼x¸ÁG¸È#;€ÃÉàýëÜ„wÉ7“ìf®U\sóÝÀË*Ô€r/s0È}@oþG£€ó€õ Àô$ w -|±è6ÖÄec<Êft”á›’1¾„Ïðá?ÃM7ÆâŽ1¡£#¼öù{s’ôöôm{€U\sñ ûw|é>ÑéE§Ë‡€í(ý\Æ”?Òÿ1á­ðgð‰>sà‡„‹BÄ^Àå@6l ®²1çKwœÛ8‹<΢Ž3Žñ³üßÅIÞæWÝûy6qÍUÌq½©Ç ½‹NÞc€+/·ý`ö ýè½D®«ä¯ä3Âôâs}6†Œå‡•¯Ü€›lo‡±if3rù¸Ïð> ~ŸE¾ÏÂÞ?6Iÿìàšë˜çb®9“9ŽãzCéO¯ˆ^;zÍèÔŸð1…>¿“’/É¿È-r‡Ü#Y£ïË€ÇlšŸ²6ÏÙ˜=çÁüëò‚uy±ìžDs= Lt50ÖÖÀš¨ ¿ó&‹ð –â’ñ_dqR-Ä(Ç3Ôâ ð-x„µøÝø=ø†ó±0ÀPá.Ž1¬³øšÉºÅ¿nâ)Ã}C4ÿÝŒÁ11+Žün.^"ˆÞ(zéÌ OI_ }Uô­¦¯‘®6º:x÷ ¸^z¶ÒÓÏûîezàFðŒ2m—™¾›,×#\㪮Ñð[40` º:Œƒ1X2†Y¼J̈ýù‹0|8:SéË¡¯ˆ¾ -ºjè©§§™åXKO==øœ¹¸Î\\î|Ûå}ü§Áy\dDx·óÌê§´žÿ h10}ÖÁŒ1ØÐ/Ä·¬ÇÖãbèLÂWȤOIO =•܆«0Ž5ô´p{®£g=·j/=¿ò\îQI§iø! -"Þ@AAM§ÙÔY*PQPTÀK ¤—TL3-5ÍK–¥i©•6ÚuœÊÆ.§ËÔ´]÷ÒîL»§sfç¶Í¶{öÌÙmjgÏn—™eŸ¬?>üxœß÷¹¼ïó<ïjLÁ-ÌÇ ˜Çãs³q®¢•aô®`d/£——Qùÿ >æ0dÔ€çÀÄœFaPWŠ>f£¦ý² –uªQ§u†>ÔB|ï\‚ŒÀq8‹hÅuü¼»ãÏpwÒª,à¾8ê§_Û€ú@ò’¡à?èè7µãÐWêf ¦õLø¦Ô©D7ê¬GfÔiƒ ˜“󘓳¸?1g`ß}NážøWó¤kp‚øŽ“¿c>Oàˆï 8ŒÑŸó{—„KÌS<ªx¼¿"µ ŒsÜ%­€_øH᪯.ùéáµÎÑÊaÑ-œñ¯zœ¢·ÀIz;|Ðó}p‚±Ž3Æàhà8xæ‚ÎÀlð58ü)L‡>‚Ìïa?óG˜bzÂKÒS<ʰÜþ‘ p?˃·ýÃáZp\d‰àlX,°sà$»æ9V8Á±Ã±ˆ*8Q G"š`ŽÛ -³ÜÍð·f"a:rDNÂ~ÞLòNÁï -ìåýÆùaÿ)Œò ð½?ñ’…%% -KM<–;,÷wðù1––+ApŽ/€ÓÂD˜Ic1J8›³±…phY)L/«€ƒË\°Y=LÅy`2® öÅuÂÞ¸>†=q{a4þiwüQ«o¯¸Ó·GÜïÛ-ÞåÛ%žòÛ">â·Y¼è×!¾IÝ$þŒÚ&þ;­UüŒÖ*òÒZÞð,çPÿ.¶–KÈB&Þ·°¼Ï¡-ÓÒ`˜LÀXê -bwÊJÊiºß TEí—è©Û$fZÄFÛ*±Óº$U´NIm‹ÄCë´û·K{üÛ¤;ü7J÷Ñ[¤sô Ò…ôz@“ô£Aú-c½ä?ˆ—Qÿ†‡ÿOQ÷†à¶ü÷Õ¨¯ÄG‘‰ :ìQD°â-bPžLÙ–‘BÝšžéß%Ë¡o‘:dE›ÒJmiŒÖ47£EÖÀh–µzd]²Á õ²± zÙ¡àZÙÉàÙÕ·ì÷!.ÙßBªÓþü7¸:ͻėƒ{€kzŒAη¹è?Ú2­4ÛvªØ0 Ž%õª}º”«¨Yéô¶ÌlF«B´AQì‘[‚åå!ëåkCê嵡µòæÐEG¨[ÑǬVŒ°ªYNÅ|X¥âr˜CþI¸]þ×0»ü_Ȭ5r/óŸÉqì@íËù8V!³Øb§p=†qÙ©%Ã€Ž ½¹BèÔýŒÜ®ùµjRè•"°![R§Ô‡Ö(Í,·ÒÆr)aUJW¸SÙ^©lc;”=l»r˜S®œâ”)G”(/FØ”÷¸Ö¬GÖ¬ï9Ö¬ØÖ,ï²n£ö3N Ó&¼sâzÆeé5A§‘íÆåD‹þç¾Myÿz]zà:­2¤:GËrjŒáê"Ž]]Q®vrËÔuÜuK¤MÝųh†xÅš ^¡ú(߬¾À7©Í/PÃ/Pý3²@õ’kRy—¸þÞ(8‹£ŽÃ°G¯Q´eíØV€s®‰›Ì\h1Ç‘šLI>u+©ncéW„8òÔ¬²ÜVej‹Í6o‹QšGc²ÌïEgš?*L·…rÓWyÁwÈó(y¾w‰»ÿKkðL"d s€¶lÄg#®kAPíà³"ždw¼ãSj_E-^“`*W„JÕá¹%¹\ÍÄ϶ڄYÖŠèLkm´ÂÚ-·ö -3l#‚tÛ¡(™í ?Íz‹Ÿjý’—jyÌO-~ÎO-ò.q }>_{™D†‘^d“çìJÔÇ1´ªÊ*ª8P^ %Õ Dq•È×´6Åßà”ê*³™ê -[éÈç*~†ÝÁ—Ùkøiö~ªc+/Õ±;2Å1ÕÚ"$ö›‰ý ÎêòǫʞE¬*õr_qµ>ÄëÐ,2ŽlGºq oÆg­ õרk|¡¤––:Ö½MʯKöÑ×Jü´5étÕº¬ Lw3ÃmOssR\vŽÔµŽ#qm`¯vu‡¯ví -[åšf­tfŠ«o„Š«?­ýó]ç3Vr¥7ì¡ÖIÔ:èÆ< }ÈfÔm¨¨®ÃûNÞ¹ñÎã „|ôÍq kN$4ž•¥'•ªhRÈÿGu¹GE]¦qü;¿¹pä"²*ˆ¢\Df'ÌÔrí¢k™¥™nf®¥«–7D¼ ƒ(0(" ¢£…𵆢eV¬®Ú¶»²{¦îi·Ìlw˲mMöãäéœþørÎÌð{?ï÷yžßó¾Ïøž#—MбìáÈáÙ³"³²DÞ’áÌ. -–½±gföްÌìý¡K»BÓ—~ØÃ±ør˜cÑÕžö…×Ãoè¼ÖEäU¡¸®%ÄöœåÒ£Œ‹1Üï -Ô„¼hË »ó‡hl~¦qGÞëȼ;oÍ»'8+ob§kjL×Ì®ù=Ò]9!×Ú`»Ë”¶º1pèê}©«_ H]õAÀ_¦ä^ JY~=ä†:–’xµh*Äó -ØOÁþKšÆh4©Pº§Ø¤1%aíî«‘îÁáN3e¹o1œîQ–L÷V‡{‚Íîž0´dF@jÉ\Û’l[JÉkRI…%±¸Á2¸¸Ý<¨è˜9¡è]#¡ð’y`Áw–k~´Þгðsé ¨nþJÞ|σ=c­4¹„¹s4fƒ”UiSfe¤Ò=±²{•æ±+Õ“eJñÜn$yî6{î7y¦=³žE¦xÏjS\e™©_¥W}+öèW/)¦ü-Ålø\1eWL1ë®ùµ^=ªÀscé*Ø‹ðý8ìieÒDƲ»<Òm›¤ôfÏÚ%ÔEi@]¬ú{çµ+Ö›¥¾ÞÛÕÇ;N1Þí¡^Þß+Ò›£ðºb…ÖU+¤v§‚¶t( æun>§ÀêË -ª¾êWsµˆÊàà;ö|Ø3+¤)Œ§ãáŽf4tÖKC¶IñŒˆ½›- -÷õT˜¯B} -ñ¥*ØçT o´|ãdõM–Ù7S&ÞŒÁf‚ØÔ@áïå0x•C‘uƒé¶¯üÚê–<È]JOZ/-†ýìé°'z¥±p‡7Ii;¥„§¥>-RÄ) ÍBc E1h€´7e".í„{9pöÒäÚ)òvL¶³h‹´vÐŒ^—Z΢/üÚÂˉw!ñ^N¼ç׃­Ô~ÇñȨg¤ŒVrÐ.Åî“¢ž“‚Ÿg 9 . %!ˆ‹ñÁX4˜†ÇÅìÐÄ¥¬“‹@'¶“bï$À,~_ä™7ÐÇ~UÃ-ÝÌûH¼—àù Ç>Îóò'áçÙÇùÝ|÷‚_ë‰÷³ìYò€ßGJ÷Á½Ÿéxôšs\êqþ Ö_n°Ð›è-tQbú}„Ρ 6†¦(•‹iÒe.Èÿæ’ø5yù†fp…—ý -we‡_̹–n1s1óöâó@”ÎD:J×4^?hŠ®2g~Ëœùµ2.Óe­Ô%åë é¢Jõ9sægªÒ?U£OUÏd»CW‹Î3q~¢#lí”>ÔY¶ù/t uÿB°Ùƒ=³‡(>Çé -w„®è.¸“xò·úR³á-€³N. —.¨ÛÅpÊ Tècm‚U˺Ûõžv¢½„ê !;Îüú>á»Dÿ‹ºõúóMu˘{ÈzêGõÕ7J‚ëä‰1pï…;æc°æâi!ŒlV\A -òàêm¹a­‡åUc+%ÒŒûVJæ¥ó*%ô–ºX©Kßé¨ÇÐË7ÿæ¬ì!~4ìþÛÏQøóA½£GXe6Œù0ã#Î*&''µV)nËalÒkªƒÑÈú-¼>Ï‘£:ÌS‡pÒ¡ÿ°«k¨ûgÁ'‚/~±â;ŒÿŒÅï¸Ãñ6Þ}°¦Â™ gœ'q¶Îr8« ¬Ñ‹ää09é$‰Å j`ý]z^û¨ŠÃü=­vµQMmdº•Šk…ÞúÓüüïÑ—è¼Èe4ìA<•AGãk¼ð4Õfág.œ§à,…“ Ç…ÛBXnXåTÁ&8õÚ#ŸvC~†'vá`'õá²™Jk¢êš 7ý´¾á52¤OÐ;þ×/v?¼¦ÀÍÂÛ¯áÝ«?ðŽì''ûL³µ×4Om¦…j5²µÇX¡#OϘ‹ô´¹L;-Uj¶Ô©ÉÚ¤F[›¶ÛªÁvB[ÞW}àEÕ}§Ú ëª îöëÚíEÚþÙh^wtŠÓhÖ1S”:­u (]ûCFr4Ü­ÖÐûÕö°žîù¨v…?._ø|5‡/ÒŽˆ5F¬Òöˆ5D–jkd¥¼‘[TµC[¢ö¨&ªCÕ½NhS¯T}IžÞß«²w·_è+øhõgÑöhm/Ój;ûÐÆ#‚µ¿W?µÅ QKŸ,íì;FMý~£Æ~j[¿éÚû˜êcç¨.vjc—hKl®jbóTW¤MqTW-OÜ6UôoQyÿZß¿Keñïª4þ¢ÜñWM%ñÝ?ë"mõ£dZm:­Ÿã¦c¨´?ùÆQhÑîøhù©qp†”7ñ.Õ&Þ§šÄ)ªN|Dg©*q®*ŸREb¶Ê“Vj}RÊ’Ö©4©ÊäN®7'ï2%?gZ›üŠ© ùmÓšäÏŒüäoÍyÉ×Í®än¿>ÅûŽÜã·â8÷[ŽšÝ|ÞE‹mJ WÃÐþªMK5mNË2m´1<öñF¹}’±Á>Õ(³Ï0ÖÙgnû<£Ä¾È(²çkí.£À^l^ã¨0ç;jÍ.G³yµcŸe¥ã¨e…ãMËrÇ?¬9Ž+¶eöQ·_çì´ÿÛˆGËóhÇ¿£w;{©Ï VͰ¾ªr&™*œF™s¤¥Ôy§¥Ä9ÁZä|ÐZ8lšµ`ØLkþ°Ç­yÃXW;—XW9WÚV8 m¹Îõ¶çfÛ²ÿ“\îQMŸwÿ†¹ $ð#R-(Š$IH„@"„p5\ÃE„ˆ¤ˆ”¨ ¦ejÁÚZ‘¶Z­ÊÖvµkzºyºug§[w?ží¬Ûéekמ¶kë%{fÿøÈï$ïóý¾ïû{ßç)8Í*¸À”_ãöËßåúäçõÉ¿àõÊïñzóÃù´ÞÁûz,8[ -}-²jyBE E -§Ñ¢,ötQaÔ”ª$zRUÁWZ¹cÊZ®_¹ƒ;¢læîVzy»”>Þr7o@5ÉëWÍòûTGù=ªå˜nÕ 1ª×^Õ;‚ÕßÊÏíÊ» ü÷q¥½mÄ>/€Ó°@'PKuÍkY4§ÑŒî -è¶DìÕæEí))âŒjô¼a‰?¤¶Å ¨ëb|êFAŸºMУît«‡b;5c±^Íþ¸Í|\»æd|«f5¾YóŠÐ£¹-lRߺÕÿßÅ»Õáxwq8þ=hݨÄ:XˆVÀþµ,”Ãc -í7hª\Få›X£†œÈá2g ´„ß§7zt•±]ºš8¯Îß¡óÛu;…­:Ÿ¨E7*òè MúC úã‰;ô+‰.ݚةû™¸^÷qö³Ä:í·‰õÚpÂÿùú~ Wû%ö8Ž¢–ƒfä|®™Gã•I4Z™ÆÚeÞÆö™äÑÝÆb¾·\Û^nŒo1T‰ôSZZ#ÉÝ–@®öTªkÏ`ÙÛsØUm…Ñ•­j~EKilY‹Q¤k¶‰5Íõ’bO³Tåé’*›‡%Êæ€XÑ<ŸXؼœXà¹PàyS$÷üV”ïþ(!¯ñ«Ä¼†û⼆°øZ3ΰ­0ë;ú·ú^¢†Nøý.Ù»²u§‘¥{ËÔiè*âè;uü’ΊØb¯U¨ôÖ‰Þ&Q·S$÷îæ{§âó½‡ãò¼Kq¹Þó±¹;"ؾó7‚œöc³Û¾ŠËj½ŸÕ¾Û¿ÒNôpšàßIÔݶnx}DF‡È6À!󀘌ƒap3é·G” *"‹4å€WØ_#ï¯äõ»¹ý^Áöþ¡˜œþI~vÿ!^VÿIî6ߋܭ¾78™}ïq2{?änéþ’·¹ë^Ìæ®1—Ñç3Ð Y0Ù…¬mo2_?‘súÃD#,Òûã¨ÄÏÚŸNEþm¤ðçGÈýE‘y~}Ôv¿):Û_ÃÉò7p¶ú;8™þè-þ‰¨Í£Á¨ŒÑ‘›Fžgoy¾û×ì´á²Óv}õèÐÝèGDŸïÁ:€yô; Æ =íŽ!¬â™ÑȨ Ô –ÖM”´tSR°“$ÁÝ$ž›¦„¹c$|ü Åή‘àÀmŠ™¹C‚ýŸQìô7à.‚Þ0&Ð÷´½èÛ íšÇˆŒ3DD3ùA¢­óÈžGˆ˜c|’†$$¥Rbh‰BÙ$ )(.¤%AÈLüƒ¸¡Šù(24AÇðã£OAavá:&ñð?À§às:¾{€}÷A»ÚNôlE<Õ&R%Ê!{.¥'$â.ñˆ½œH¬%ÁåMFd&hYpá,ã€YÆæ^FsKÓDOa€“gq!½ -cðK¼Ÿ`>¥cМ“ûp&A»ÚnhÛ°ñ³bèæž ÊX"J}š(ñ"þ„¢³0á+|€l»"#:CzFp†du¬¢ŽÕ›| žÃ +äìE¢çnàP„ƒ?óѳÑa”¸k½g–ȇ)kƒ¶ó " úÕ.œ&Ê„æú"ÉóD1/"˜Gx `8ºÄ0ã/'ãÀ…!¾²ä]…)»Š:Öp®a³¯aS_ÅàW0Øåáû·ñ»?€;Dyûá}Ä:w=‰9À<ל"*ÇWU«D9ÐL‡s‰(î -QÔt1B!ºàÂ?fÁˆaN®%½9ysã÷ùzñ÷æä&Ý[Øü·0Ñ7!róžc7ÁÏéÀÿ˜.ó¸¦Ï;ŽBB8’ u•ÃYƒ•À ”p ’á"(‡ ¢È!— -‚'^ ¯ -Z¯j½6» ÑusÖZÝ´‡­+:·Ug«k;i7{YÍ>*Ýk|ü=ü|åy¯ßó}¾ØŸïJ–L1}žÉ”Ùò[¤¡dN=Éå9ˆ‡Éûí˜XZ‚¸uŽ:O]à°rQÎK:•+¾À»Ó€«¼,_ãed„vŒðÃa‘_ïã“9FDSTÏWдB–mÖqÀJ#é_™>g%y’?ŒqÞÓEêË W¨÷¨«ÔŸ©ë"mîÀ-w8(Ü ã É Ñ}Ú1J;F™üQÛ(>:ÈYOÊ™WÌ™Sµ’ò¥´x„|éœCÓð¹øEøæs&­Â?9ëÞÃÜå¬û Úq]øçÌÛèÅ-lá̺ådyƒSç÷õ!®Q_àΙï’p…º<&DÂgs¯ˆk7²ŸÇwœ3pÎüŠsæ}Øðìøä”’±Œü ¸ÉY÷/XFÖ -²ºÉZKÒF†£ŸaÀ;œx/ãÃõ.ñÍEîrß0}Žÿéܳ™wÌp-#{-'«“¬Uä¬ÇÆâ®!ž¼údç.ùô§„åP·˜“7±˜¾4‘³”åÙNoW’µ§‹SØÊOf7?ŸC8Éèqœ;ÆŒc>Ž’ø£~ŒÁcЧcíJö¼ }ÓÑ/#m¥Oää’QHF) èC9uä,aÖ[ÉêÀ/ÐCÞzrúx|ì¢p¿ä¿g±Ÿ±•´_Sާzå™ ´êÿcêÄôWE®¥¥oŒ¡™,9YÜm6EdÌ£ È©ÆaÔ“ÕŒW™“¬Ï}ŒÅ^lÂæc 0/ÓúÌÜVÕvVø6Vü6ҟ蹟ñŸ|Z—ž~òrœa,†0…Ü2£ÉK +•;9yܹ˜>”‘³¯!«¬²ÚÉê!g÷ßÊêÜÈe…œÆfFv#IX齂o©G”ƒ·yÄ}Èãö‚7®O …d{ÒzÉÓpP¨Ç>Qöˆ1èœ]â™Ø)ÉÇÉ\l“”c«¤ý’Zü\Ò„-’eØ,íÂFé:lõc½l7ÖÉŽ`Ëi¬v¹Œù-t»~‰•ЇèR8žêž¸Á£ä¢?oÃ\S³È%8(W/`Ð#;=£°]~• }ªØ¢ÊÅ&U6ªJЫžõê*¬S×cº«½V Çk º½úÐ5nã^CǸa´¿ŒåãoaÙs_QÐúœã©n“y•­÷,[Íë<Ò^ãzÿ$¶7ûƒã<°c‚úŸŸ†-ðq¢½Þ¬óNÅï,¬òž…ï9èö.E—ÏtúԠç í¾mhóíÁ2ßMhõ}-~¯¢Ùï7Xâw ~GäQA½ßCÊ!¨óso²½\b{f £öq=À¼CÃv?É›:½/LÁÚ)ÁX5%ÝSÌèÒ$a…&í;Ú4yX®)B«¦ K5‹Ð¬©,ño4úw ü{uþÛ‹ýj¦þJX=õmaÕÔ›ÂÊ©÷úO9žHô‘x“-ÿu^?R<Ú·±õnùï¹Óœ±vš=“Щ ´kÃ˵1ÂVíta‹Ö&lÖf -›´9ÂFm¾°^["¬ÓVkkœj—8Uv8U®uZ´UT´O4?褨,è¼ó¼ Î¥_ˆK¿£Oõ~([`$[ºñ敇ívs¯]´eu°2ĺ‰X¦ó´è‚…Mº§]œ¨NgÕ†¤ŠªC²œ«Bf9W†Ìq^¨›ç\¡[ä\®k—éÚÄ¥¡«Å%¡}’âÐ=’¢ÐÒÂÐsÒ݈4_÷¹,_÷­,Oçå…8dWÈ6‡yõˆã5‹Ï^Ú²Šï;ÙvÛÂåX1M“õZaMøK¢ªðhñB½Y\¡O’”ëÓ%ez»´TŸ'-ÑÏ•ëÈŠô‹e…á­²‚ðn—¼ðÍ.³Ãå¹áÇä9á¿wµë¯QŸQ߸ÚÃËíaù%2mfâÔ&j méâû6ÚÒ-AcŒÇø¡*æEá‚èQ¹!B\jˆ•ÎJEÙ\ -£2åQ9ò¼¨B×ÙQe®¹QÕŠC³ÂnèRd6ºÍ0ìrË4qO7¼ážõuÏ=-òk·´ÈÇni··È<™À«ž…5ÈßËg÷tδk)mi09¡Öä‰EfoT˜5‚y¦ Qq\˜¸0Ö Ë3š\f­®9ÆT…=&Û-;&Ï}†±Ä=ÓXé‘alôH3vx¦Æ®÷´ÅîôL6V&Ï(W•Ö˜»ž‰1<£Qsdç5g7¯\}ÔZª“¶´Ò®Fª†ª´(Pn™€RëdA‘%À)?A'ž5=Bj7Êg˜ãæd÷4S¦gª)Wi3)“ͪ$sÊjnSYÌkÕ æíêxó!µÙ<¬6™ßS›LŸªL¦*sÜJsœCù;2Ø€])̵ŠjçßÍ´k1ÿ¯’×ÒòdæÚÆaŽÍy¶…9ÉÁÎÙIziF¢Ažj5)lV«G¢%Mi±ØÕ –u¼¥ÜËl©õ2Y—yÅYW{­[Õ1Öƒêhë)µÁòõ‰Úð•aúªèéÕi2¥ò0~µÀøñÿ ŠOyŸÒ|æ.85“؇4üZ†rù}:ViJº4‹`Í´(%+Lc³:htV´aDVœqXf¢éåÌA¾ƒ2†Y’2FôOŸØ/==¨oÆôÀ„Œ}2 -â3Öú÷ΨõëÞè—~ÂÒ+ý¼%vòUKLÚwþ1“ÄLj<o'¬MX¢2x…hÌ™({ -wýl)uš4ÎfÒ¨œVz5§†Mïª!9±ƒr<“r^2%Ú†øôµ4÷±¥XzÛ&[âl6K/Û.§L%åò*Þ*cÑ~V–aåEy¬¸†nËXø½ªçòm„Yˆä=‡šg“÷DØ£ÒRb‘‹=ëR&E®•B*Œ²¸ýåã—·»½¼ÜQòtÇÉÃ=@÷P’b¸¸it7…u“ˆ»„0Þnf¶#¹ƒXÆ ¶ô&º«Jò-Éc.£<>v:ìrΫI¥Rïr)ªïY)…n”üXÎXíÍæZð·5\Âj¹tÔòá¯å#TËp«¥ÉkI²–kX ú' ãÃBÌkÕe†âut[kÙç•p—°×v͆=ö¨5Ò`^KØ u‡Ù¡Z -ß,ùo•¼¶sÆ®j‡"Žı“8vrùª#Ž:.$õ|øêrõ4z= Ö³hÝ<ÓˆÞåýóèKt]«Ùç‚Bzö êû57}XÅ9¨‘b¶Ð0#vHu’©ö´ík‘'~‹´Ÿ‹ð~.¡:sárÖÄåãõ8Ä 79€ß¬ÂÜÑh·(ö­Üžñ‰çå' -B‘z¬hý¨~º¯¡º§qx±4ÝV6žp¦nâ1oàí®ã1ÿ†Ç¼¦Uú+^÷k­Ñ_ð™_âäþ„Ãû¿{ù‰Ë}›~¡‹º@ˆ7ð’¹ù¿:ûÔó>‹¡Efœh„~P¸ñú‡ëâÍTx°ràÌ3Î"8Ëõ9óxÝKZ §œ2Têw¸Ëó¸Ûs8ÒOtˆR¤tçØ®«èÔLTÿÓÿÇð/™ôZÃí3–Ü’`×¼îejñ{jqA3ô©æÂXȪ‹É#_kœb¶¦Œ-ª€W¥_R‹÷UO» }ŽëgüïqV:¦»è±ŽB|®çüèŽ<¨qy¶ƒMn}É+Þ(òIÕ¯•®4õgѹä°v\'_?×J²-¡eתdíŽÌ›:Â~f?šˆè ;Àn ÛýPŸëy ·Ñµ–Vb?>Sùu&ò^ð’x{8œqp&ÂÈ„aƒ1 F.«çqL—ÀqÂYg5Œu¬]ÅøØ¦FíbœâßSj ›zö£Ž.«£uëžÅp]E|ÒÞžÔ3˜ü^ ¯îÔ0Þ`x#`¥ÀIƒ‘¥·ˆcqì%ŽFâØCî¢Gèzú³ŽZìP-]Q§í¼±••¶°k›õgþz‡*=DͪF÷à2µé-ñÄÓãwR¾pÃȱIJBxCጆ3Æë¬<FÕž 'NY/ƒ³Ž Në¿¡M<ÑR‘ ¬XIvëéä -öc¾G?ÒÅÍôǘwÖ—QÃx9æÕ2þ äH®‘p»‘[<'m ¬á°Æ’S*œÉä1N¤Ùpæk#ge½QI-ÜôE-ç5†F•~ªRÇr?W‰ç {ÝCTäÕ¬«~Œ•0ògÄågc#wɤCˆÞôì ­¦žªõî§jŸdmò¡¾ãTi¶j½9]æl­3ÏP¹Ù®µ–…*³,S©ßJ¹üÊTâ·AEþÛ´Ê¿Q+üßQ¡ÿG*øBùA·´<è>zŒšu¥ £Žñ~‚qÖ„v·|þÚá7ˆg[€™ÏsUµêªÊ8¹['i]èP­ ¥²Ð•†N’+,C%aÓT6S«ÂæieØ"†¨ Ü¥üðõZ±EK#vkIÄÛZñ¡mþCq™µu^Qü>íë“mœ`£€%0 # $„„@´€° ˆ]ìÂ#âcÛìÄK`Ülu2™ÖmÜ:Œ'ÓIÚ¦m:´ÓédºLëv’I;iÚ¸nÚÄij«Çœy ïñ»ß½Oß½ç74µûšÌ»OyYšØ¥÷ÑæÞF뿉sº†ó+Øæ/"ž %ÖòvÒªRE+O”Ñr¾‰Ž8èhA-(S¡#1:\§ù‚>:´g˜Ò{&ivÏC€×kˆðz íünC7?nàw'Œó‚ŽÊ‚Xåš0Z¹)Ü_ùª°µò¶(bü…(lüúL6üÊŠÞóF Æ,Æ='FO—q½„x#¶´™¡)3K)K Wïe,:NŸ¹Š×c®á'Ìu‚.s“à€©EØajÆÌ¢¨¹OÔf·šçÄËQqÈrN´\•4[^‘,oHýæ÷¤>ó‡RŸé3è+©ß”•¼iÇ8åBjñÔ!Ð1IJ€XÒøÛ$âµKhОKývõØ5œxwÀfáÇlá~›[Ôjõ‰ÃÖ°$dm—m=ÒfÛ°,`›‘ùk–dÞšUYSÍe¹§æº¼¡æ{r·íçÐr·õ_ÐWrwuVöØ/c¼¸ŠQg ãß2”Áõ!ÜŸBl£8Ô -©·.‡uùÔYW´×ê¹m®*~Øiµâfg£Ôïl‘yûåMÎ8ëq° ®IÖíZdë\§µ®K -—ëë¬Óõ:ëpþŒµ;ÿÌÚ÷X‡ã¿¬ÃžeoýFàK¨Cr-àz÷Ç ÄtÐÃ¥¸gu4æQ´±ˆZ=eœ ÇÈ4X„^·CÜèn6¸ýòzw+[ëîT¸Üý -‡{|›Ý½ ¨iXQØžVX^RT»o±÷»ÐŸXKý?–º/¡¬âæ£܋߃u€žôcÆÅq1 "žƒ8x_Fm\ -TÔÐ0~9·Éo4øjÄu¾z©Óë•Û½aÖæíPX½½ŠjߘÂâ›W˜}'Y“ï"[å{Q^éû®Üèý©Ìè½#34Ý•¿d ž,{ük`¬`y`Ž´ 8ŽàºÇ.\Ç‚D‘ˆZÂ;ÉÎ'o¤˜ñ„uœúpß² í¡Z±5Ø(µƒrS0&¯ -õÈ+C£rcèÌZ–U„.H+B/HÊCß‘èƒ?ë‚wĺæ»Rmà¾LëÏÊ_ëYp΃sÖh>Œ@Pðžºã ªý¡ð‘»ÞIŒÿ `NBƒ°«qp÷ƒÛ’ jìÁ¼ßKdí©;“JªHQy²ŒtI#³/iåh’uœ’¤—»7á%;¹…ÉŽ:9ÍQ%2É5&¿ÿóDÿ·eßIÙû{RöüQvÁÉë~ÀÝó<˜Ç°Þ9pÇ:‰úÀîèF `}}DõI"l’E;&%ÍØcT2V@{SÅT”Ò“:e"UÊA)å§‚¤LµS^ªv¥&(7•¡ÇÇÎÒαMÊý&íy‹¶ÿ–v ~B9ƒŸSÎÀæ2˜§ÁÌÄá·°æ!°{ÀŽ‚Ý<€ 9F‰Lãðž“DE3<ÊŸeI™ÞEyiíJ—Rnº‚K[hgº–v¤}´=ÝFl:AòôIÓó$ž=EÂÙK$˜y…øÓ·‰7ùKâO|H‚ñ»$¿OÈó hÜqä; vØ‘aøNX¢Ú ø¾i¢òYxÏCDù°Œ;…Äf¶‘,³›$5‰3e $ÈX‰Ÿq7ÓBœ ’›×Íàå Líâ~t0‘ ·Ð`Ìæï`#ü’VñØr=îò}ìØ-`»gPƒ9"Ãa"Í"ÑXÅ\ü;ù2Cüx¹•(ïQƒ‡ÐìOqÄæ¾‚Mgù)$wI\9‚î,6á-,FòøPüß¡)Œ éó0ê< ‚»l/ÖìÀ«Uà–«^&ÚuŠhÛ"Á9 ¡k<×0®aø{J !ŽuıŽ8ÖÑhÖ±ñlàcß@r7‹õÐ3xîe|€·1 À˜žý€hõSzuž7…Z÷‚Ýv3Ö\5Wn–°û<øëD¢ à? ]‚.#ŽËR4}äã*òqÃ׳¢Mı‰¦·‰Ío ûº…"n!øÍ¯á™×ðì;xnâÊG´ˆ:Ï@C`ÇÁŽ€Ýx’¨f•¨b¨Låÿ™.÷°¨Ë,ŽçÆ\PW\/HŠ9 3ÈŒ02Š‚B(¡ ˆ(H  ^ð’›¶–«–âj¦·2µ›Omº.æZÛî³mé¶Ý·zž¶Û¶[neì‡Ôžýã óãÇœÏ9ç=ïûžsÈvɺ.餩ç²G{ûe”öÑ”?ÂÅCcü( éƒøÑÍÜÍØC±÷dÏjž1ÖÝÍû§uq€—µ^»’|ÏYGˆ9x=¤m<Ìp˜CqÝN91ÂòÔƒC‡Ñt´_&é¾<1Dz’œœ Q=IcxŠ|œæ~Š59ÝÌ3‹y -£§øâÉgÑ5î…}ìJ7›ûø—xâ¼f(.8$ú9#ÒÈÐÅ €N¢Óè©#1 JgðåyêäEósÒù Oøq‘ùàåeüvq·ôA\8­«`—À΃A¼¸·áæhxCNPƒ§°Mê„nè…C%®sè<êEÑËèUjåµÁÒåÑ Q±Ò;øñ>{åC6ßGÔÆG€?f?ÞûÓÌ{]P(“`´¾ÑD¦±4}¥¦Ãæ±R}ÌLõ¡jõë=Ý­wµLokd‡þ®Ný©ê -SÖí_)œ¿°xf¡^!A/ñ³—oÿ^WQßOê½1óÞԲ¦/˜3?UvÌ1¼:£õTð:Ö£“ìwR…kñáƒþüØê¹'×¼žÄpC‰m,qMÐM‚凓 gœBb(†s¤J85TA=¬&8mpVaÿ^ªôA>ía÷f•ž¡r_ÆÃ÷ÈÖè*º¦+¯çqÜqœî?òù¼‡ky·ÑLœ!pGÁŒç†åƒ•¡†m0æi½±PÆ­5•kµi¾V™¨ÃÔ vóR­4·k…yƒÚÌ[ÕjéÒRË!µXžÑÝ–Kj²¾«%ÖϵÄvU¶kzuÇÞHŽaŽøý\Á»ø¼cöŽý­v›6 Ó&[¤6Øêt$jMðd­©ŽSÕ>0_+iÅÀ;Õ6pžZVkÙ EjÔ¬»vš¯Wãà­jÜ¥E!‡Uò¬êB^Ñ‚!¨vÈWè;Ô§—Fq}p¬÷pÅt¡m´[xÞÄß7r ®2Hk~~‹:†FéžañZ>|’Z‡ûµlx–ZFäªyÄ,5˜­%#ÊÔ0¢R‹C¨>t‰†.ׂ‘kU3r‹ªGîRUØcšö´*Ã.©"ì=Í»å_è{Í ëÓY¸Ç£¹zi?vpõoA¹z׎£ÕÁ—öQ6­5\­£"Ô2Ú©¦ð‰j ÷©!ã˜GâÈ×ìè^®¹µ<·;iÿð¥u¬YÍcC´dì(-­…ãâµ Ê«š¨TUGT5M•Qù†Š¨"Ãܨ2Cyô|CYôBCit‹¡$¦ÃP³É8;f‡±è¶Æ;bN b.gżmšó…iVô·¦™Ñ}æ§av»im&’´uðÜæ¢¿â]¾,?@uÎPÕ8oU•Ó©Jg‚až3ÙPîL7–9³¥ÎéÆg±8¶Ä8;vž©(¶ÖT×d*ˆ[iš·Ñœ?á׿¼ ûÍÓ'œ°äÆõZ¦Å½e™û9ú6hš³/è$íÎ~uè¥&Ñr¢<·$J¼«Ç—Z—MU®¡ªp‡«Üm(uÅJ\ã×dS‘kŠ¹Ð•c.på™gºŠ,ùî»,3ÜÕ–é܄åASÖå$k3Úm›8j‹ üÖxÝ›ù‰=6ãkGlÆ5Ç~Û`¬g4Z™Í>@u¨ýérŠò¼Âð» -"‹¨€ -ˆâ ‰×hŒ7d׫ËE–ÊeE妨‹¢èt£ÖÐÆ ¦jÔÖàL’66&4I›1jkÒ$ÓDÛicl{‰‰¶ô™¦ã¼ŠË¿çùÎ9ßÿ}çÍBË“™3±+))F-´hžu¨æÚ"5Ûg˜i›`œnMò~Â:Ë4Å:Ïw²5Å<Éj7O°æ˜Ç[‹Í ¶µ¾ãl[ÐnŸ±¶vŸxëÓ릸”÷Mq‹ïúÄ&ÿË»è‘ù0ì=°áԥ෠k’‡Òmð—à¹Í0?•æ§YiͰGhš=FIöC¢=Ñ8É>Ãk‚}®)ÁžlgO3ÅÛ³LcìE¦8{¥w¬}³wŒ}—÷hûs^£ÓN{J»hŒN½iŒZú¹wÔ3÷MQKù´ÃÞ ¯^5¼2,I!ʆ›–&Y…,—欦g˜””9H‰™Ã4)3JñJpL2ŒuL3ŒqÌ1Æ:zÅ8–zrd£…Æ(‡Ûé¨7Œt´Fd2Dd¾hÏx]a+~«ðô;†ðå÷aËy„Ý s̵äZ× 7c¾»˜œçÁ®ÍÈ–±°ãóüŸ¢¸¼Å8c4Ú™ hçE9gi¤s¾F8m -w®P˜Ó©áÎ2 uÖ)Ô¹SCò($ï¤,+_Spî Y²?“%ë+…d=4´Áݳfù®‚›CÎËa[³¤ù9Ò“Xµ$'üB)¦È¤HW F¸†*Ü©á®8 sMT¨kª†¸æÈR’¬à»‚Jrè*Ñ@W•ü]ò+n“¹¸C¾E/˧ð×ò-¸-sþ=ùå­Ýp=0×Ã\)哳v*ìEyô‹6 {4±XŠÃºŽ,“B+|ì¬ ÷p¸£4Ð/÷dù¹gÈ×=O>î%òvgÈèfÑn|fÅf„y-Ç4–¿Ä¦¿ìc ¦È’¿« æF˜nj] w%õN‡mƒ=¯ˆ”H“Kñ]åRᆭ“‚ªŒò­ñ—±Ö¡ÊÐQÃ…_ËÅRËeSË¡RÃ&¯¡©5«Y0µÕ;¶ -·ž©qÝ4ÿ‡Ñ=må±jj] -·zgÁNƒ {69'¹¥qkñžØÕ0¬b06ͼ‰ao³™ƒ}bàñàç<\ö<]M‡ŽÇú¸À ÔÂCÏ6žÝ‡^`óaëß#y&É_ªf%•Pï<Øé°m°Ÿ&çië¥ pcà†Ã öHþ[%ÃvÖ°oÛÄз“p'ÃN3ëha-¬£µ÷ä€ka£·RÜV -ÙZÏÿéGóažï付ÓLÓ;î¨ Z·ˆ^gÁN…½œgR¾Ipc¤R°ìüšáï‚O(g†à=Ôc/ChCa}ÙG_ö{|àð;À†?HVòs#¿Ãç>û"Ïý‚ç¯ñÝÛZGŸK‘“GÒa[ÉyÎi -Üø&iD«Ó¦¡ î~tBÏõ«ÝÄ<€Ë!ôyÒ# `GYG—ï1Ázrœd¼ƒ`Gøü<Ït¡ëª¤UŰ³ùu*ì,u:ù&ðhô^Þ˜ØJ†^Ö¥Ä.ôÿÄD´ãà „A8é+¢&§éÍÙHeÖqŽ‹ù‡o'=édsuÒÌN‚¾t½‚ºT;ö -ØÖö!ù&>KÈ3 f KöêèçôÊØgB~‚Îõ"a4…áÄ  Âêg¬åfáuzóá%êÑÍ:.Ó“nî&Én]ì:¯ع°í°²¼éíÔnù 9Å;ÐËû)êìg¼ÜoÆØÚ˜Qa„1}lÒ~‰(¯xýõ{å*ý¹1LºÉÐüõø„Ëàv¾ôÖq›wõ{ãÓ£}ž÷;™q_CôFé¾&âLgá†è¯ZŠ'ÍÀ¡åé*Ò§*ŮчøÜðT7qO¿ÁQÝÀÍ]à ½§6]eüKÓ~…¿z›E_Ñ;êÆ_uáp/AêUW¿þ ßȤ*X_h¤îhœþ¤©0çê–Rà-ƒ“Eü|Üš ZFüJ"WÃØ ·prWXG7n¯ Wv ú&îô¢NPªóºÀ'?×G¬æo´«§O¯öë;¾`È5@Ÿ(œ§cõ>þîµx—Z¼Ç¼¬tâçPòJï"~ñ+‰_M[6ÀØB‹‰ÛBËöк@?Jϲu.°…®óÓç:£‡¨çêå?@A·ÐMùQÇPò‹få °¦ÂšK„Å0RY±sÙ‚Äw±%ˈ_É–©‚±†‡¸;غ»t -¿{’Zü˜¿ó­29ªÛè¾zwÁ‘~}Û—¿ô{t½E?ÞTùDKœÉpf™O|+ݵ?“¨¹T¹€ø.^ÏRk`Té˜6·Wx§ž§'?¤íüæRÁúGÌ=:õõ°ÊºÃvEœÞäýx«Ÿ×r -… +Î0f!ñmÄ·sTd?—øSÅ0JaT¨†QOìmÚ«V:²•æh=Me^ã“kè3ºõ5êéÓŸaÞè­^é OR‹ã /œ\baM„3Œž‚±ˆõ/!ò2™0r9¶ `¸x#ÊଅQËÎÜB%šø³GÛYi#Q·AØÊNn ý=B=ìwŽŽ~þéþ£ïHïñ+òBN‘¼ic‰”g&œ§a$³þg`,ƒ‘I÷sáÀ)Sc=±ëycµ‰omdõèX»¨Z ovµ¾DèÞ¿u•£äÇÚY®ÀÔîÇÕÂñ¿O^p‰0æ(xãa%õI8óà,†³”l—Ãr@\ kœÕp*áÔ«ÖõUæŸtÈÍΪàÍ*'ó2ÝE_ÑÁou9€c–«æ®½v´/„k‘ÿ·òy³ÉGM†`˜j0Äi³q¢ê½¦iƒ÷Õy/P­)EÕ¦TUù¤kO¶Öúä«ÒÇ%·o…*|kTæëÑjs‹¾gÞ/—ù˜ŠÍ*2wi•߇*ô¿«ÿûè¡.2‚œ ã*ŠàJeØÍ¿MóÛ¸v“<ü´É?Tu¢T3p¬ªµ.`†*çjMà"U ²©<ȮҠL­Z©’ÁE*\¦¢ÁU* Þ¢‚àf9-û•g9¦\K§r,Ýʶ|¬¬/Ðô½ -óWí!®ýs¸öêzÇ´¡^ª -ù/ÓåWUÇñï½»{Ó†é+¯Í»›÷vw›Í&›GwÛd7¯MšdC6›&é¦IÓmhhÓB)BŸb©ôN •ÚB¤”ÆAéè?Ž# 8(â¨ÿ¨(¢2Š<ý uÆ?¾³»÷Þ=Ÿs~çœ{¾ß4·Â©›³\Ú–åÖLVÒÙMšÎ^§ÍÙíšÌéѦœ¸R9Iç¦4–›ÖhîœFòö+™ÇŠq~UCÎ4è|Rqç4àä­ëü³úÿ@ÿ6ž†÷`¶€ãíX¥tíçûn®í¤_ÛéËlþušÉÏÖ–‚bMTjSO©Âzm,\£±Â6vi¤¨OÃECJk¨xZƒ˜ÏxÉ>õ—Q&`}飧ôŠ+ù¾Ñ]ò†ÑUò'ô¡ÙUü©y…#íUØ!,ØQ76q|>ç¸6K_¶Ò—镚\¹L©•ù[éÒ—[I—_ W£†\a º¢FÜ3úËâF_Ù£·|Òè)ßft—ï1º*™'ÍöŠóf´â²©¸j¶•¿nk-}hk-ûÔö6ãÜ»½¬íD³¬7}™â~ªÊÔXåõ©ÊQ¢ªD7VUj ÊkôUŒõUÍfOU«Ù]ÕivU÷™Õööê”-Z3ck«¹ÅÖê>`_ç¾Ûvßo¹·¯q¿ho®ù)ú££¥úô/Ç#°Î¼ [~–x7ÚŽ¶ò{Š~mäþ”ðdjгBýžõzÊóÔ]žÕf»'h‹zB¶6OÔÞê鱯õÞè{Ç!ßG‹o§£Ùw»£qõqGÐwÎjð=fÕû^°¾×¬€÷-+ày}b]ZÍ~€y'ô6ìÎ.´ mæwŠ~l@CÜðg¨×¿DÝþl–D¾cG^1‹ÚÞ4‹Zßµ­ûÈqþ°öÃÚkÖ8J´áõQ”踶]jÆ×w™ªíZ$ow–Vuª&V¦ªX*bµFY¬ÑtÅÖ™¥±n³$6hÇÆÍ¢ØŒQسÇ(ˆ5òc_3œ±‡äì~Vy]/+¯ówF^Ç»f^ûG¶{`†¹‡(² Þ$Ú3Žº;¨?±±;\Oló­—Üý T9°Tåyr ”¨t RÅq¯Šâ * pùñ9ãÊ*'žVvüVeÅkÅÀ=Z>pIËú¿­¥}/iéúßhYïß´¼÷ŸÆ Øàí‚—f¬a&P_·ÔÑ#…á6×jãð‰K®„]EËUÌ’3Y ¼¤K9I·²“~­iÖò‘ˆ–Žôꆑ¤®™Òâ䜮KÞ¡ÌäI-¾¨‰§´`è‡Zp㯵pð/Êü@Çà±N¡Q¸ƒŒ¹vvó ’<ÃRňT4&e§2´lb‰–Läè ÅZ‘’™"H¦È»)BãFÂÚ8e Ç4ú‹…÷W†¹æ ÌTŸ4 ·@êdÜka7$™ƒQ²ç8ÙoBÊ’–N›Z¸õ:9ÒËeK;e¤9XÒ¼PÓ¼lÒMˆâ¦i0M¾Ko‘¶ìFG!jšlµùyü‹ÛôŽn‡9o1æ!êÝ ;»™1׋ª'¥ÒÍd¿´´ì&)s–ü·}‹˜<·ƒÃ‡þœ qèÌÕ!6Ùž£±9:¾c:@±OI7?ˆk³/K7ý½£½ð¶%èµAÔ»vv€1»†kFʇ»œ¦í”ì·böö`¶öåöbxö’çörØpÀÍsøÌóÒ™g“ÍSàyj1¿•ûÛ}Çy–»— º›@¸ûWÒ­ok'l¡ÖQv/ì6ØŒÙËT–Ã-ØEö¤œ‹öÂgj1o.ÂXÄ ³s(— ÆA˜ƒø(ý8Ê‹ç›ìÅ=º Ñù#G¸–gq®‡©ÆÿßÔ,Ì)4JÉ`wÐå5Œ¹vŽ5Àx‹è~Ömðï€6Í`d1zèý¸ËBôã8õø -õ¸›zœ¤§8ðNñò9Å;MqOÓði:Å|œÄ9Ÿx–gŒ~©æyJðHìut·~TÃxK˜ÂìÃðaÚ>cRJŒÁf»Â`¯Ìó\æ—ŸBW5 {vìµ°ëo%Üü{¤%0ç®ñ.^ã<„ùoAìóPò8zâšXnzŠõúÌõÒ³ãç0¨Ïc^`m|9yq»tÐU -x•Æ^|RãLQœK°›èž‡[¥p³cæ%Ú{=zõ?ÆÓèÄӪ箅Äå%°Š!ýˆµòëõLók¼;~N?~ÁÂãéõ;ù<ƒ iéÿd‘8–ê}²Õ»ª& ô–Âÿá¹Ì££¬Î0þ|ß7B @²/Ìd™L&“É6Éd,“É6Y‡!8I «DDTPÜ(TÑê©T­Ë©•VOµØjåTk­u­hW[Õº´§Ë)îG”Súlÿx’/_fžß{ï}ï½ï«÷ÕCw6L_ºBoè:”Iýîäwô¹¿¡“ù5]Ôkt;¯Ò½B²þŠó%åE:Åç™°çøY~>£·è)?ÕSžüJgžÿÇ?…>“ w‘þNŸùŽJèȪô'úª×Õ©ßÒÛ½¦Œþq½@ùÒ/‰ãÄñ qüœ8žfã«7`r{3ç¶Þýg“1-€— ˧ F5chÀ± ÿþý›Ã0¢øÇ˜ù8ŒIü7໕²S{˜‹+ùÔå¸ìfæ.c„»XKõ&:N¡Óäù¹m}†ïWGàmgâx)°ráÁñÀ©…Ñ£÷Œ~ÃdaN ÆjSøn$‚‹5ËÛ|k;#ØFFl%{¶°c63ó›õOVîstš}űv戵Ñóq¼â÷3W‘ ¾o ¼XN½pêà4ÃèÐ%ì•YöìųÎ8œ5øO㽕Hvé"¢žf×3ºuìŠ)rb-»|-ûc’ÜœÐIã(;BpGë!J’Ð>®ž=”(Wš6æ0§LxvÆä‚U…{=ãiÓ©ί`"°VÀ‰Ã™Âþ—ÑUZmTÜ8¬UÆ7ž@ǵÒ|W1ó„bÖg:º5઻•rh?×ÌUh7Ï—rÄÎ׎„m·R´ÅÊÕŒ­HW®éój´nNƒ¦æ´6!¨‰„>­™;¬Õs—+ž8®U‰“OܨؼY?o¯Æ’jyÒaE“ŽhYÒ1&½ŠÞÓèü52ÿ¤‚wg6×z.ãçê¿ÍRšmãÝf®œÊ‚ó“4=?]S -4™ìÔšä -­Nöé‚…MZµ¨]㋺[< óG4–S4åB-£èMe•Òöh(í€Ón×À’#ê_rL}i¯¡¿¢OЗz€«þ›p÷sÍîáŠÛ‰¶ò¼‘kf=±LËdúyZ³d±âéÙO/T,½L+2*5–Q¯hF‹–evj4³W#™ÃÊÓ`V\áìõêÏÞ¦Þœ+Ô“³_ݹìêÜï*˜ûuæWGÎûèufŸ2î£üúÌk)}v;)ïÐ ZÇß¼§tתO³Y[´j*ÂVµ7jUzã6oå[Eå¬ÍS¹Ï*¯¼ÙrWÞk•U>j¹¼/Z¥Þ¿X®Šl.϶Ûð¿Öep·Ô(N›Bû¨QJ°béáAžÛªÔ\½X ÕYª¯^*_u‰ª«ËªšÓ[ÓhUÔtXžÚ>›»6b+«]esùÖ[¥¾–Ów•Uâ;dû|GÍÂÚÐÛfaͶÂê“¶[àïÃ'Ü{€ödEÑ êá]'¿[ë©õê-Õù¨ÆŸ®*ž¼þ"yüe†»¡Êp5øÍÒ†6ËÙÐc•4ŒXE+­ÂÆu¦£q»ioÚkÚo2—6Þm4þÐÈox½eäÕŸ0óêOZ7Âß gŒ ~ö­É -4‚úQö±¥IòÓ*ÔR¦W¶$ÊÓš*wk¶\­v9¥*x¢@á´ö@ÈXÚ6d´ÅŒü¶µF^Û6#·m‘Óv£²Û¾­¬À#Êl}ýY™-'Œ¬æÏÍŒñ -Ø[aMÁZ+ŠQ7̶Vz.JóZZ·ŠzÏÎ9rª¨+CŽ®|Ù»ŠUÐU®üPrCMÊ •PfhL¡ ¥‡¶hIè -¥…*µë.¥t=¬ÅÁgµ¸óM¥tü[©íŸ×3Ö]ð6Á›€ ¨n5wÒó?%±»›¾£×ÔÒ¾$åõ§)'œ£¬°Ca—ÒÕZö+5Ü®”pŸ…£J¯Ö‚ðŒ’—i^x¿ûkn߃Jè{Zs{_WbÏ?4¯ûS] {æÆgœËÑ ÜÔ»nu¯ä¡e+¡]*’²F”6ºP)‘ -Šä+9R¬ù’"µJŒ´(!ÒœÈy. *ë4Œ?  yá¨ÀA8 œ4AA@Qå~98å"‚ˆP°Å+ŠxIsÔ\d6ÍÒ”´¼5–aë¶©­Õ¦n;înš³5Ûή¥ÍlÓä^öwàÔ0Ï0||ßû¼×ÿÿ}ŠäU2_ž% 2Š0ÅìòElE…B¶…‚Ï úZFÞwj‡{%|uðU+Ÿ+dÂwbº+ÝSˆö+–‚lÒ¨2 s•·s”9ƒäé´ÈÃÉ;"'‰uˆ‡emåX1å§r´f¢¤ô&Eg‹´=Ôx—ÁW3—ÃYæó,¸“áŽC¢M„7¢T -F&™*П•†Us¹×péÖpé-äbY8p¨Õ0Ô5$·Æe´TÄd5B®W…`«D$-¸Áþ‹Y<|—ü’@ŠÉÅÓÈ¡ÛÈa×8u ¸kÄñÆÅ¼ó Þݺù–­­!VÏ&Y÷@+¨ïBòìÅ ît;³w,²,Š0Æ-”FÃëß#ü„¥&–¯&rÑÌ’±2`à²oá‚kq]|Ô¤•Ak¥¨-䢥 lWuð.ú®™žh¦'šÙæ›þ®^©$ÞRP÷¸SàŽ#æ ”2Þ1K‰©:3,R41 ,µyrÑáÇZüX‡ëñc~lä’ÙÄáÚNMÚIr;¹h_ÂsÄíDíz6×uÁ'à¾já¬àȆ{&.'s4ñZˆw,¼þ«¥Amp®@; ÅXÓ¸pÉG§·´•ºlcáÙA]žÇ]äc7½±‹þÜErwax7ìd>v²9ï8Øf·ßQ5uvT’^É€; îØ&ÎVf^ZiP»›¯l—káÅ&Ø h3VV×B<”…œ…ô ØAú£‹|¢7ºhøCÛM.D×~@=ö‚OUE­mõÌÜiÍÔ€˜­Äk†wÄø]œ;Ý|..>G.¡ƒ=Ðí/Ã.qÂb~_ŽÑ«'¨Mùèá î¡ùO‘èӜڊâÓ§Áe9©uqgÀ=rE“ã0Ò@œ>{ÜœÝ|¿róŒ9¢o@=nœr‹•³Ôç9¹È¢z‰åè½ÑKÓ_&Ù— ²—€Þ}¼!;9ÏæQÜqÄInáõírÇwÄ-~Žƒ“ýBXÀ›àŒKœ€ à-@›!Vás §ß0¿×FH7XX?ffÏAx“A¿Mз)îö#¨ýŒ'òDù G…¡‚¢ô@“ô%ëktÄ—hªûhˆ»rè/hˆ;(ˆ?¢(>CGÜFÝÜdP>¥a?A}DÃÜ@[}Hò®“¬«h¼ßòó¾îé -:ó×°½.ƒ^ðÿÁ¿À?ÑV_¢i¾@ÓÜU4|‰ú“fÀ•O>68œú~\Ç«øñÆûøqõuå÷.Í{‰z[P¹‡IÑë:ÏÓsº…7@_?θáâ ‚¿;èÌ[×8b±Ëd¸’á™Ç<ü.Ð;èË‹øñ~œÇs(¹³øñ&‡Ç¨ÍÓ ïë PM|’\¼F!S°cX{•¬¾¢ÿÐR}?ãßð~în]£WÐw½ -$–¸¢ù:ŽTìgÐrÙØ.ĶVtb»ÛµØnÀörl¶ÐBk‰~3£²“6>ÀèÁ“Óê¢ -¿$»Ñ™/Âý\üœÚÄ-Þh«³ÂpƒÃ -G,Ó°?k™ØÎÁv!¶mØv`»ÛµØk€q£ÔJ7¬×^jò‚öðÓMeNp¤¼W·À7tÌÐ×Wüƒ^w‹÷ôq<ÅXÂŽýgð=ŽdìÏÄþlç`»#ʆ}ö+±W«ôÇv5i=ÚIM:yÚÁ—›ÉÒ&Ú©ÇF}~}ýpåÿ=÷˜wWÿ±0”8àÁ~$¾Ç`m -Ó±Ÿ®­ø±?:ðc3~lÂvüØH¬×R­£G×P“5¼Ù†¥çÈÞj²ÛJ¥[ôgð<}ôõ@üÇÜGÞ>÷ñû<¹ØF_t2# -ƒãi8báH„#Žtæ`?‡ˆ á°ÃáÄf5ìõj¦&M<]‡ËÉÔ22ÚH-¡Ë–yØ A_ÿqrÒ}íõ¸ -:ÝWÒFùÀ5’X‚à‰€c"qL†gªVâjž,8rà("úRìÏÇn-^4ªŽ7a¥«5T³šH«ú§é#2öøüOg Žx޳ýC¸Æ†ÁÍQ¿Žë¸ÍËuE{bÅ>\!pEÂõ8x¦i1³R‡‹ð£VyðÃ〣J øï|¾¬ -RNuËè‰R¦ÙδÛéD;õ°qfõÀÝíÇ5ȵÛÁ5³´r¼6ól9ÿ[æ9N8ÇÀ -—®¸â‰! ®4¸2ä4æÉa¨Ü£T¥ d÷¬S‰g“н֍Èk« -¼ö)ßë¨ò¼Î)×ëšr=?WŽ×ð½^u]µ¬Û¸n×sõ·‚åcY½XëñkëI­jTåà Í÷—Ó{‚ʽcUæ »O²l>3U2dŽŠ†äªph‰ò‡V(oØ"å [¡lß5šë·UY~û•é÷Š2ü.h¶ïupO³|¿å÷:l’öÀÛÁõÖÆjÚÄõÒÀïZþ®âù|©é!§ÿ0•ù™d÷QÉSãU4üŸ¬üáS•7"U9#f+{d¶æŽ,RÖ(‡2G-TFÀ2Í2µ)ÝÔ©¦}J3UŠé¼¦›>TrÀšðx¬nbÞ ïFVŸV‹´4œØA%;y^Ì -Ž/%£«È4\ù£•;:LÙ£­š;&FsÆÄ+sL’f©Yc³”˜¯¥J ªVJP£’ƒŸSRðM3ïU¢ùe%ŸÓ”àkŠº§)AÀc$Þíp¯‹ "YyA5p²ªÛñ¥_ -ÈK®ÙCÙf_e™MÊ4›5Û¡tóDÍ0ORjH¢RBR5}\†’Bs5-Ô¦ÄÐJ%„5hŠ¥Uq–ÍšlyA“,GŒXËY#&ì*¸kÄ„>4ž }lìgåê„¿µ|9«×"0”‚"žåáK6¾dáçl‹Ò-#”f TŠ%LI–(M Vbx¼¦„'+>"݈?Ϙ<¾Ø˜Ya<YoÄD­2¢£Ú‰Q{Œ Q/OGž1¬‘Q‘ŸÖñßÖˆ=öb3\«‘I.‰ ä±þÌ×LþŸÎJ–jõR²ÕOS­&%XÍŠ·Fh’u‚þÏu¹E}^Qüü5"øD""ˆ¼XÀ…Y@‘E++ -‹ -²Ô"ZƒQ•Ñ FMR[‰šhjÅèØNLÐÖFMM“Q›&“ĤLÍ8Q;mÓ6f¦û[XN‡9À>þ÷Ü×w¿{ÒÒ•š˜e˜ç)¦b#ÉTi˜’êŒÄ$‘¼Ö˜‘¼ÙˆKÞmÄ&4b’NÑI—ŒhÓ§àŽxoÄnò¾þïÁ¹ÒL°îÔ€JPÊë¢vm>ËáoVŠ¡Ì”ÍL RZJ¨Ìæ(%›d2›•hÎ4âSs©EF\Ú#6m‰“ÖdD§wQ雌Èô]FDúczÚI…§]Ô´ÔOn¾c„›¿ñ$üÝØï€Óƒ4q# ªA9(æuȳxm©?%[&Êd QBF„fdÄ)6#Y1™EeÚŒÈ̹FDf¹1ÝZc„[5ÍÚ®0k·B­;5Õº_!™¯jJæg|¬)–Û -±|cl‡C³û4'’ ”€B— ¿UJŸÅ¾ËšnÊ©³Ç*födEeOSdvŒ¦g›nKW˜-K¡6»¦ÚJbs)ض\“sVëÑœ.åìÐ$ÛsšhЄì75~öG -ÌúJ“²þ¡­ðwÂÝ×2¸Áå`‡³²dKf¤[bŽËz9Ç_áù“–?USó#5ů`»YÚ­ -²çi’½Xì 5Þ^¯qö)x\ö^ùÛû5:ÿ˜ü朓_Þuλ©€Ü¿j ±®…».72`!|¥ äÁ›o¼Isعíð#›BçÒä¢q -r+ЮñŽXs$iŒc¦6vÊÏáÔ#Ç‘Žfp ¯ìÑnå"DÁ<6¥ÂkÒÜ?€?©î6øá[ ß‚\úŽl 3ŸHñ…èŽ"iZ1Ú£Äиòù;ƒäç Õ#Î(pÆËp¦'ÑÉC΀€u"àœìòÎÍ4‚¥ MQŠ(yWšóïh=¼ß…k)qVóh˜G¼s@ÜéH“CŠA®…#_§8ÑÒè*Õ\&.†½‹Açbȸ8Ì. -ë¨ ‡]èÌjÄd5"®S`«B(-dcª¼Ìðû-AßÕ8=pÕ’ã -0Ÿx炸3ˆ9…pâÊ¥éðNÁd`5ú«F2j¹ðkѹu\ln¾›Á^ÏA¯ç@ד‹z‚pã´éFLºrn\[Z-blÉÿ)ƒà¶Zá[ŽË‹@9ñ:@>ÜYÈÃ4bN@žEÂo æüÝð/cÁi`Áhàro$+ÈEÚÒ=GЮfSlE°®¢/WÑ—-_h9|5 Ì_@Àm¥•RjéJ -o ‡øWÂOYYÚ° ‹ÅQZ‡áGçD/üØ€é.†k ßEQ»ÈÅÆqû8¢v=›c'=ÑIO<ö™ÜU´p‚B¸³q9˜ãx$ ÞI­’_;\k&X,±‰åVHLi ‹hÏh.úc‹X/ué#OâÇ] î#¨>ŒmßÂçÔã ¶ØmÔc믵„:W-&pçÁm!æÒÞ&§ßz§—o‹oÙõ.½½€XöY@À.ïBN‘æJŒ?äðh=ëpo‘“wXJ¯²„\av½GÓ_ç`½Oq¯17¯=ÊÑCü |žø3{üEë6Zâ+tÕ-´îhˆÏЩZ ®£!ÞcÓ¿Ê!½‚òx—Cò+T×Ûhš_R¼K$ð‰û‰:“?ÓEÓçDg¾Ûëà ø xÀÜ7ÑV¿Gg~®Ý@K|ˆ®z­{-óŽJtYz ur]÷& -ã<~ü?ÎáÇYüx?^§y_£~ŠÎ<‚;­ã:ŧ'ñþºæŒ>óùð7ÿ ð:óª&W<±ð¤‹žíàÀv­Q©ñã0u9„/àÇAü8€ÊÝÏ ù‡y5é×Ó`€ctžãtü ݈›>þK`œj¹Qðâ}öc±ŸŒ¿X²Ñ¢ØwPé2ìWr\\Ø®Åî2ì5ÁØ¢§¤»P«;©ÉWôaq;ÐK=¡»àþC|è‹ÝÛÒÇ“.ƒÆòd0ö#°ÏñLVìç`¿ûì—a»Û.l×bo™¶ÉCV©‡ÞØLM6ñN7OvIYí¢c7êtÍ·àþ.ûŽÓ1ßì÷ƒ]òƒ#û¡ØÆ¾ kéÚÊ9éQ.Àဣ ûØva»›ËÉ@³:éuü^Ë7×àñ²×A†Ûé¬6} þÂÕópè÷=¾QØ;4GÀ1–ªN†#û±ØO⺘ Ç,*ž GÑ:°_†ýJì/¶[­j¤"-tÇZ®Øn<ÚNvöR©—Á­Ð5¾q Ü÷‡ÆËa¿wô÷ø®ïÑI.Öi–Bàˆ€c)pÌ$ÛY°äj%~|?šñÃ+TƒÝ¥d£™Ê´©¯Ýd°ŽŠz»w Œ‹©Çbý| þ=Tƒ}ŒÕ\7=¬F¸Š×¾žÛè‹U - ž xB±Eñð¤Àc' ž\ à)†§ž*ìÖyââéj2VEd é¤J:­‚S¼€Ó¾@Ÿ0ñîò÷[†ïÖ¡m\»ÇsEƒVþ_É{üib^4R”\ÓàŠ!‘xRáÉ û³áʃ«®x*ø©Áþ2Ãø“û!‡“Ø9œÄŽ'Îé\Ž“8—Mœ2®PšR(7¬å*WYÛu-ƒQÆ´ ´åÚ¦–«åØÚuGÑÆÕVR«i´+´©lLš&MË>^¼©®ÜÜKÊÉýP99w•›óH»éýÓp-‡÷1,ÊR£tó'ðXÐX¥,ën™¬¯Èh}C™–‹Ê(¸¥Ì‚»2æ?ÒNêÜǼ ±'CÀ|  ¸mR=¨æy(- Sqaœ - Sd±•o3+Ïf“¹¨L9EµÊ.nQVñ ™Še´/P¦}BéöoÈ`ViöýJµ¿®”âw”\tS)E_(ÕöHÛéùZbÃ7»8ˆï 4ð”;Ÿ AAi´Ì¥IÊq¤+Ë‘#“ê̲Re”9•^æ–¡Ü«´ò~¥”ÏSrùMG¨N«Ø¥Äò}Š/?¦¸² Šs\S¼ã3%”>Ôú½ -[ô8±G°Š}`r¼4‚Z>W{¹d­ÀwU¢9+#d¬JPFuš ÕYJuæ+ÅY¬dg¥’œ.%:Û•àœ©¸šÅÖŒ)¦f¢k¶)Ò¹GÎ# -¯>£ðª«Š¨ú½"+ÿ¬Ô¿¼”3 ¾!xzáéÍ T¼6¬[>Ò8»ïWªÔúXMoHV¢+Sñ.³b]6ŸÊíªU”«E®n…»†êzL!.„³ £àÂç5 ÈëQ)õ¿ÂÔ~J‘´þ ¸çÃ3ˆ è‚« 4‚PìðZ°m¹õx/¬lª;D ÍQŠñLS¤Ç pO¶BÞÍôð‚Ç ð4´ÃèÁSxînå|^3b¼é}ð ÷@k¨s îjôÃå­åg TÜ6ìšYnj’Ò°±ImøŸŽH…vr¹x9Ø} >†ÛÇðú(ÈG²>~äÃÄzñx^L£ÃæÅSx1B§0–(§¶Ûàž„{\³y­´Ãçu ’ší”T€UËjÅû´ã?;¥X¬JX7ZO‹‡¯›Éæg“÷±‘ûè…?P/ùñ™~̤ÿq~ƒqœ¹ ’z1(ݘ®ß1|÷µ®ypõS§Ï=ÕFpR³ƒš­”“oºÿÙ ¯îçbà²ä›Åe2›ˆ^ Yz1‡^ x¸°ØÉ!fbÃ:„R”ͺD ”lÿ=-†k˜”{áëÍ ÞÃPsKj¦” x“á%\ø,ø)‹Tú‚c.½˜O/à¥r˜Ž²Ù±‘GéÅ(ÁF{À\ža(2 ˜Ë¨Öùx÷&1îj>uÀ×ÚTÃ]BÍ,§ÞäÙøOxÃYZ„1Á"°8”MMcäñuòXBKÉc‚5y‚ =ÁâNÐÄ _Êz,ÅT.ÁLŽ3—ã챫¼Gsè±ø@+¨ƒ»Œš­ƒÌ¼)ðÆ0ÚaN ¦ˆžŒ»–“Ç -òXI«’¸ü˜µ\0ë9øÖ³ÙÖÓèu4rɯ{’g¨ÅÕÌÄ* ëJærÅmÍ¢U½À á®"å¢9̯¤Â3&…, r²¤XâJBÜ -¹8%>7"È6Gs 3Û¸ìw0£»Èc{u'ÍÞIQ;¶ý)ž³[J[XÍ×4ÐÇxÜk*¡fóbö ¼1˾¹!ȼ[ƒâwØâ´;ƒ)`V¿MO^fÏîe]ö“ÇwÙxûhò^æb/…|‡_f¾tšß¾«~ÖºnÜåpÐçt~·6Xc€ó™ ß³Añ0/‚—Àž (ß4'ÀAÖçì™Ãˆ°W¯qc³í,èQzq„^¦‡Îªî¸«á.‚Û´^Jd|C·k|gŠï\¯ÊÀXN“CAƒ@H,„0¥S¦åtæ‘9˺œc¿ža>Ï0`瘋óu†„ßBãÒó¾r°¾y›˜íRä7ƒ¼{‚œ‚|‡‚<ǾÂs*À~ Þosš2¯—Á{ôä„úuò¸Æl\c³ß ð[œY787¯Àåèÿøø›¢õ%:þ>žæ²é3üÌ<æ§h÷Û(õQÔ7Qô×q¿a“^e³üšòKÜÈû ÎÏšw–ŸÒÀË4î"òm=Ï7çõÒû'Þr;IÚ“: ÜÿÁ}ð9~â|æG2ê–,º!‡~‹·û@͸£N½‡køŽå -Õ%ÜÆ;äñ6yœ'³lœ3l˜7ñw?a€~D3O±p'iÜqžž êqª|Ö×Á«à0ø¼w§7õ‰zâ¨Å@fê(†£RÔ@”VâûˆßKü–`˜øs‰=JÜ1âNÀ¶’åZ¯#ÚBüÝta#óC–ò4ø¸&q;“ŒÔ$c<©¿ÀÉ Š p ®À²FÂ1ø&â[Ƚ§^Ã×ýÏåÓæ}†ñs4§€ Øcl0ÛØØœ L8Ç$!‰›IXš,Í‘¤ÝRåÐåÐI­vìªI½èEµv›¦I“¶)m/¦MÚ&Mk»]4ÑÖ)½éÍÔ‹ìg°&ôðÙŸ¿ï}Þ÷ÿ¾ÿ÷ÿ>¤üư¿˳Øß‡‚[Äæ -6P:'°{–2º¨‡ää>›è5Öâ.oß%š{dõ.úî.ÜiÜŸÀùp‚Ÿ¶ôç[2`¿ÛVl;±íÅv+èÐëøñ?°÷YïP÷¨»(À;è»Ûøñ* ôï[ääeþßäÉM -ú: ›¬ô¦žñùùÿña¦„ßÍl¯73[á¾r±]†]vëÂ~'+Ü˶Äþ(ö't?6Q×ñã*ëqE)Ø×©Î ´˜M2s‡j}¯ÞÙªÚsTÝ9}Í÷ç[øUf{ý¼ži=·¶ZƒÛfìVÐØö€ì‡u ?^‹€cŽq*q»{°¹H&V©Šcx±ÁŠ\¦J¾Í·Gz*|ˆST^ -­›‚?÷àûx˜iµévx5Ó–¿ÉZ¼È9§Jl;±Ø€ý쇱ߡSìÙê‡cŽqìOs¤í%Kì”Ã:Ä+¬ÅA¢9@U KTÛ’>ÿÂÛ¯Áó­VóÝ º5^Ìécbµ8¡8ʱ_Ïup4Âá×~ÂUüXÁƒ¬Ç2~,‘—E%µŸ»IÞÚ‹÷{ˆjŽlα#fYõYvøŒ>_ç[9 sã)üYÛÜé#28åàÉÁZö-Äa‡Ã‡—ÌûáicWtÀÓÏ€æ5‚ýIìγ"Kìœ#|;g—” à öÇU?Ê¥Ûè?à¿[kp‹£î2#ÀGï1°F›?ȸ¸D›]PñäÁU -ë5ð¸ái‚' )ü˜¤>&¨qê4Áß(¿Žàáì"q²g PýÔDÝr'¯OŸƒ¯t®qçié'9ú×J•¸&ù¾§€ fŒFø -ˆk\UpÕ.\A¸"puãA<#ðì†cïV–bd²›šèbu²£;Øùí*ít„v}¾Ôø¯Â¹Á1›âÈ_f<Ýfù¼›ñl‚ßø2–k҈ѬaC¹veÙϪS¿¡A}†õBê1v(fìUWö.uš&Ôž3¯HβÚr+œ{^¡Ü›jÍ} @îÈù™Ù¿WÀøw _èá%øÖ}ÖÃÀ\åö¸>Æx8Œ?ƒø繂\õå«7ϪXžC]y.uä{ÕžP$?¢¶‚˜Â…qµš -šçå/ZVKÑqùŠ/È[òŠKÉSü¶Vqͧ*u<Óeb\‡c¾½È“ÝnÖôn¾GAÈ%ùù½ x€«Î¤Ú:³® -Ù\6U¹\ª¬o’µ>$‹»KîA•»'UæIªÔsXÅž³27\S¡çž -%Sóee7ßV¶ï{26½+ƒ÷724þUÆÆ§: -þElO#G›˜qAˆð=| ÔqÏΈ\‰”+÷çª$P,sÀª‚€CùA·rƒÍÊ ¶ÉÔÚ£ìà°ŒÁe*­è¼VNVä Ãp}ãÿ5BâÏà‰6à?LÌIìObû½-¬×h^î×s­ñ£=‘pŒÈÅáåEÌ2E*dŒØ”%˜(ŽFù1ŠÆ‹¢k¢ˆÅ(st”Îe`"" åmï°ÀœØa4oè©ÖymŽyxpÄáèÍÜópuÑž!´O›TŠœÍï0)»«0½aÍ$FQÅHVŒzx §ÏÌÐ1c McŽŽq*ǘº˜”:I BX=Ñqâ[‚cŽBØ OóÙ¼|v!íŒåÖv©¬S¢ÉÔK“ßIíG?ô³ÁØ4qŠ7N@q^䡸@ã ¬‚3±4€Hø)Eÿ üøúTGàNÂ3A|ƒðÄ@´ò½™«›jà­ì†¿ýEx¦ºAº!¸aènŒMž`-V‚ ÆÑw‰8@ÄŽQcÇQDÛ(bi‘2Ìô6„ƒO´×ãøB€CH òI€$*PaÖ‚­tü1kuv[§w´œëÙ«Skwuk«mµ¿fÛµ«óǹiÛëºNÛnë~Üv×k§[Ý­wëþØfÿØ™½âíŸ÷&ßo¾ù>ïçó|žçùŽ¡Œ`|Pv:¥yy¼KŽüŒ!è2 ñ§Äâ"‹¾L,®°ÀKûQÒMððøTyú+süÇh‰?¡«>dnþ‰øLË¿¥9ýš™ù—éf÷ËÊEŠä=’õ]TÝ;¨“·Ù¼7Ù¸ólØ9´ÕtÍ)tæšâ ýopBé¤p?¥£ Í}#Ã-¸—Pfý-q]uY ºÄìþ“ú;Lïo¡. *~„Ò8‡gñã4~œÂ9üxƒB9IÒ~ü.êíe6íA;ÎÓ£X<¢¿¾”ƒƒàYðO8ÿ>WÀO2áË×ÑgѺgˆÅibq -eð}TDȇ±?¦WˆÇK4¬4«ãð1ÆŠè0Éü" uˆdzžX€m?oSh«Ûœâi -¥#ý\ç²[ùªrñßB¬Ê±íÇv´`¿Û½ØÄêé1Ê:VÀ±›÷`{Ž (™-¤îVì”ÚM:?Ãÿã”íYÊ÷7ìÒ¿I·Ÿ)¼L±¿BŠ5 -^J'›æTÀ›%Øuc7@)4€¾w`»—Y¤½hªÇQ^{Ðv»iâ»P¢;ÑVáÇ£4±h¼Gø¿7f)œ‡‰â «Ñ'”{*ƒp‹ÿh6í¿•-Á=2à·›Nlz@-hÄvŒ6ÑÁ -{°ÝO›ZŒýaìaoÖI²rš(l¤¥}…¿YÚÛ."³Ÿ]:AÆ\q}¤2øA¶ÌžÉ–âÎl+Úžiصa×¥mò ˆ`;ÆŽ'°ßM%ôÁ‘„c{£Ø×&öe#Í}wëñh±XC§‰ò™5E…Mé_ Åw)<›/ýt Ú‘mMÛ²ÇÀÄb35²I¥nàA݇ðc=~¬Ãµø±?¦‰ÇñXM~|žÃm’_®ÂÒ]Dk‚'Cï¤bÆ©¶qöcþ4ec¿#{ Ð9àoÏSk¨‘icщíJPý+Àƒ#A….„§æ$6GàYN¦Nò-m!:3dÍ×y²/_âómðø ¤2-wgöHøR–;}4§ËIp75²R&ÖaÃ~ö«@ !Ƙ<1Fš<ÝŒ7ýp-Áî2vf‚Žv/Ùr?U´UdR?3@} PìG¿þnfr }ô}•Ö¾‘cfŠãwŸ¹ó#Ër0&#f,ÛápÁáe=xÂ06ÁÓJ:àêÁö"ì•;¨ž{ðì êb?:©õÑINt’…t£]72ÇÂCð~‘Qh-m}¸Œ1®ŽpÒãc<ðÃà€§/<xÂ0Gájƒ« û}Ø]¢8Ñi'Š­ìhŒ·å-¬¸™Ýo¦F£ú1ø|ªGáß -çFF ÕùVøÁ×IŽÞžõáßmy¸Lp-€É —›uùઅ«®f¸âð¤=$:ËØ©•,_áy Ÿ“§àyŒçå1¼/OÎuÍ¿þixW2ž2r,}`!Ç~‚ïÚð§…ßD­9j21™ÕPhWØäRÐäQ) @Q½jŠZTmî”ß< ¯eDžâ U¯Q…õ¹¬ÛUf}BNë!9‹_“Ãò¦æ÷å(ú³f°}?<«á[Áè5¸ˆ£¾$¸nå»(þ4ò¼?Cö\ÕÙò°YT½À!ß·¼6¿ªl!U–4ËmïPb¤œ¼Ì1.‡cZvÇ•8gesî•ÕqPÇk2—¾¥";'tÉumÃî8&á[ŽDYŠdëC"tòÙ¢|×€?!ž×âO5¿õ9 ªrÊí´Éå,Sy™GβZ9Ê#*-ËîºM%®!Y+VÈRq¯ÌîM2¹gTèÞ¥‚ŠʯxYF×yå•ÿJƲkzõ­ƒã.¸FáNzˆò Z¸nä»àŸßx@(w娴È^é­ªRÖªYªêeöÄTäY(“7©Bï˜ò½“ÊóÝ'ƒo›r|)ÇË©à¡;WqJW¡³*¯f¤À4öÇáñQ~flК¸ƒZüñóÜÜÀÉ}‰?OV‘Šªí2U»TPíS~MPy5Q åú•`ž ˆëCy-Cb€Á°†³ú,FNP¯i3kZÍ;à\ZM 2'@ hä>jxæ• œ{;ÏŠkód -šd Úd±A!œ pº0C×£¯Âˆ†0Ú&ÌÀæsÖ“ß1ˆÖÁ'|¨½ªðOb{ »Idbw1M\‡A-fý<óמY‘qEá<išIIÝÄbšp0ŠÞ¶HÍ Ar^´4MñÉÐÜDGŽ2KG™"øÐ€Þ¬¿¦õ¼¶Û#ØîÇv'ˆFFñ ¨á{/psíļ ùVaþÒÜZh.1Ë|ñ¶³©íéDâÇq´Uc|¦hÛ ÚÛ8!Û˜”b§yŸ8D¯iŠWVÀ¹´­ƒý8ˆr]êàôƒJ®Ëq ¦Í,1¿UÊi§‰'h 4Ø.Û|3é&±zXFzØö£!×}7Ï/ 9™»öÄAÃ>Äÿ¢I8ư?ÈÚºàhM‘ùm ÷.¤š=;ü,/§“C¦›C­ÇH±ý4Òb1H,’$q’ %y)É~$´ƒäÄ"ò²ŸÉ¤7`b蟣 àCïuMÀ1Œôèc} ЫîƒÀÇ}Ë)Kxó‘IR¼$±XÌÁ¶”F>LS¿XŒ‹Qb1ÊFyq”ýXö96›œf2F”= CC—x÷c-g}‹‰m7\í ™ûÿ²]î±MžW?¶óÙI;qìøÛ‰í\'!ÒHJ +)·´6¡°\É`„† Z…Òµ¤ÛX¡´…ml¥-šviÙ´1Rv©ÖN•¶ h·?ÖmÕ¦MH«´o¿×þ*õ ="þìï<çœ÷œóž'Áç1çÏ¡ % ^ëg¼„Å¥MЦ.vüXÁ™´s&sÁ¬¦Gºè‘.rÑE]8ÞÉ «Öð="ö!äCl-í³v”ÄÊe¹]æ:ÜžJˆ9Ä«žô ¼VÅ»ô3N@©³È`ÐþÉ…c~¬Ç øÑÙôÒl½ÔE†{îcñÂtæzê²›ÞèF$®{›¦¼)÷ç|0gµ÷rÄ쥭¸ÏõGœ’ZhV%«Ô‚¥­ ÆÒ¥–¾~êcsÂ-ÔÆVzu˜†æp·bt l~„E‘Y5DMl¢.éÏ÷å Í©òm³à."æ1;‰WS¼«?ǹô(>cé´ëAj£ø±?vsíeÈï¥éöÜÝ5†±]¼°“YµƒMzôU¸kÒB®›@-ÜqÎ8DÌ.ÊXãøXSqö|[Œ¥3Év‹°ZÆ÷K¡ÉÉ!úåù˜¤6&9“¯’ì§ÈÅ9Ì‹‡Ø"Ÿ`VM°[ÞOà®`qŒkÏ:›ŠwÀˆQqn7ø׸ÁsÀX†Õ2xÐö¬‹‚Œ„YJ0œ '§¨3øqš†‘{Ÿgs?‘or?'MÄ]w Ü~bÎd” ,RqŽœû ¾'ÿ—GÇPBáEI‰6JN^ç™!oàÇfèenz±È%|À^Çàù“RÏY'àÁíÜjĻ׈ó°Áùôçb£µ“‚”’J -4®Ÿ¤PRbõÅ .Æ +¼ÈUp¹þüø-Яi¸zdœyZ>å'wÁ¿Á?Á_ÁŸØãÛhÌÛl­`Wý€]õ=û4ʯh’ëuŠæñ3ÔÝOIàUøûëQ§WHØ›$è rö5¹…›ÿa£Õq_' ouùœŸ€Ámð;ð.{ü/Ñwï ugØ|¯³3_ccÿ‰4c‘ü?~€—Q=ßGiMÓ4—h˜ øñ:~¼†Z|…C|™D~W¦8–ÓÏ4Çôžœ‚ñ$¼ßÏ‚gÀÇɸEÞ¿o'ShÆoù°•‹lçÙÜϳѿŠçðã{ ˳(Ÿï0°¾MŸAϼD½@Ó>'9ÔçÐ5Ç9̯s€_ã­)"yFþBvtô­ŽúÓ)3|sTà-pÉ8ҳɲ²á}.vƒø_*°=»s±ÛŒÝû°»»ËQp+°ÝAÙ¬ÁþF”Ì&8†i—121Ï1Næ4%ö&åýGÚêS Sv:§¦“sÊœ3Jì„QêSbÁn–EÏL¢©&Q%“¨–§ðãIü8ÌåõŠë šj‚³9ÀßÏ?ÃqÊÉnþÚ…7*+£dq;•4"ÿ@ýéŒ5OuêF8³T©OmpL€ÇÈÅ>´î8sM5NmìAAáÇ.êc'uºƒKô+\dÛ¹PFðãQò±Zæ\¾ÌPÛ̯†°6ˆõš¨ŸÓîãô{áîêÕRÏ£ÆØgŒ…Ñä8´`ÏŽ=7'œ¢ ŽíJlÏ–/¡ö†P›Ð˜ƒÔÈ~ôs.½ôLtãE?WÊ»j™$C§¸â¦Áà.WÎ3§©‘3apãQ*5¢{ÅŠ=ÈAÃvœlÏÂþl:³Ž&8}+6—a»Ž.<ÙHV6sÝÉJNïA*©óXNÇ-—¿óYOâY#þ1c,«­®uE©«j =Ò…Öíð0ˆa?ŽýJì×ÂØG#XˆÍVxÚàxoºéž*w”§¨â)*è,¿º ->âóÉžž<5Ž5øÕ5¥Vµ¨5A]Û(ºÐr±îa8bpÄᨀ£†Ê¬Ç^v[ø·Žd¦‹Êí¡j¶áá>*ù(Ut\‘yôG#çшñÌ-’\ÔU½RRëŠZ[˜îÄ`ƾ ûV)7ðÆ'F—Æá©€½{ ð̇cµ1]WIQͦ‚j麪š¯bÚÔ0jåo|§'kpèãº]ÃXoçŠYZù»…g¬É²IÒàÈÀ'w“×ñø6pÍv Ú¸ö[ÁÐÄç9<¯çû:³ . žLx²‰ÅW®xŠà)ã_öç3MZyº×ÒMƒ¡ƒ#T^!Ó§iP(?¿ŸÈVÁAVÁu¬Æ+‘+K©U½Ôó¹–•¨JÉ)ü)·Z$a±J™Ù.qS\yRLÏa)k„È#xZHÆ -8¹0¤&òMýx»ÌSTÔ·Àeñr3yåÏ2Bœ}ðwÂù@ë:Wì½ Ôòy+{9WŠ?Åv“Ä2Ò$j³ID³Kæ’°æ•’ “|­LZµøµ¹âÓZÄkm­Sܶ>q¥HNú~ɶ§õŒ8µiqZnH¶éŽl…#ö;à[Æ -Ø‚tœꔄäs”°’Eñ©BN³³4 ØÓÅŸéo†[ò2üâÉ,wf©äfV‰Ë>Gr²ZÄáh»“ÎÎî“ôì±eï«ó˜XgDËš–4û;¢eÜ”ÍÄ¿þv¸#Qæ#@5(%<‹âOßñÅŸk¯+M<9VqegˆÓéGŽW²rÂbwKfn¥däÖKº»Yly:Äâù¢˜ó†Å”GxXˆÜ/!ܸ!]×°7eük±ý \‹|ÔÒ .@ø?b<+À— ßûAžÇ,n&9n«dyÒ%#/KÒóÜbõæ‹æJš¯L,¾Z1û›ÄägQö3eLËw€IàVð³ðy/b <7¥Ÿø:±½¾$Á\¤Z (çïbÁŸßðÅë3‰Ûk—7M²|š¤ûm¢åÛÅt‰)È‚ìŒ!ôU¡F(…Ñ6ˆ„p7à£oÂìÓaÁ >ØXü·¤þ^__3r ž¸ -Äù; -ð'Ÿï|ø’ç7‹+`G¾E2‚i¢…mb*  "$3J²¢¼E×ÄК14EÑBÀ´‹1õcˆƒ7B”Éå–ŠâCá þÜ’Gào‡§ÞÆB´¨%„áY³¾÷‚\àäYfI´ˆEL1šª˜Æ-¥¨âMgË¢ ء˘n ¦m‚éG•"FJ¥øPŠÅ7ð뎬ÅîðµD˜G¼^M™)âs!¾„øÎ< ›g™|g%Ts C4Î@-gpTÒXUUUñR5çQÆ«F×T#`j¸}ªúø·B%Ëz%ÛJËw>”}$«ye)v›±{«w%(ýûUÕô•F uJE­»—BX Aj-•*›ÔŠ‚ŒÁ‹¸à¸t\GEm;Õ aÉÆDe»2B­ÚÞ—ü°Šž™Îþ˜3áœ{ÈòËûî½ß÷Þû>bçdäŸEÜQø¯‰Ï†OC|ŒnjIÍVú8@õpÀ †È‡ÙT0މE˜˜iŒ qƸù˜xnit,ú18èË('¬mƒµÍ°¶>  Óð~–ï´ðú|>q5f5”llÀ^à 3xÁ‚ à^°Aœ=ÀClÜ8l5ÁÂc†NŃŠi46@PO-ÁúXŸ‰‘p.I#~:Ÿ} ŒÁëñùˆ9˜ÿWÄe&ŠKLy™±ÁÃ<¬P‹p Ú¡Èíà…Dذòa‡Û×Ü êÒ -gÄBt-–è`-°7-d”-´±c0öÍDÌÉ€^BJG¢´(qµž¸ä"µ¬—:Öìqé,A}~†ËÅ ª36²3¼p†(güØùX†Ž`)jÂué€sÊÝ»}: -¡†Z}&ú°ÿgƒöt`Þk¢‘NÆëq­é†Âžn0–ÒixV€‡ jÃ9YCÇÅî/Ü!Ä «pN¬DM¸`ÎüçÔ - ƒËË(sÄ2ô W˜ÚÚ¦¨AüŒaAÇ%Z ôËéf‹4{«èæËƒ4Ÿ¨ÓµÈ‹üðÈÉF$Õ‹ú¸õøá7è–¾ų¨K/ìOO)e ¡÷Säybë@³&jKÇý¼WÌÕtrôoÇŽŸ8uúïgÏýã|ÔÅK—üéŸW®r¢cbã®]OH¼‘œr“—ÊOÏȈǬœÜÄP’YƒkóôFW?¸£ï]^2ëXqžQ†„çZ!ˆÝ%€ƒà  [‰È~ƒ,{Æ ê‚ÙÝ/Ñ_Z6çäþÔSù…ÆÉBË팛þÕ ßµdÆí{’.ψ ïJã†wñ¹aÝ©¸…÷}EMþDõÅ“µî–OaWÌô“ÖèÝ3á¦å-Ïà ×ðÒ¶”òxÁ×S¶ÕD'Õýt#¨þRRPã…Ä­ç·7O nì+*ŠF«—–Ñ)ªšj-­ÕÝ$j1<˜Zɾ˜\âŸ$õæ'fùK8¢ÒË™~EgÒ}ïOó½w”ïWv˜ï_~(usùa~`ŸQZ6lpQ•ÎDiít{q«¾¿z£Þöx|ŲËÜR·ØK…ɧò=ÒŽäxŠdyeí{çì¯Í ûä…Šý€M}FqåH†´nÂtI‹®mZÓýÆÓ…ñîȜOœ­rºx´ÌùjXÉŠk!E.7¶ßv½T°š·EêÉ z§H×~¼¾¢;Yoˆü–…¶œgÃìä9¬ìJ^¾³íúª¨êXo~1'°\ kspFFGÐÀÝý;žö /礊ƒŠƒŠƒŠƒŠÃÿ‡TÂÁœw¶%(8¤qïƒC8t$‡.Âg¡ÝAsèL!¾ŠªŽ[C8<s0ïþ}‰ýŠC -áÀk¦‚Ãà[«ƒomD8Èo®QUqž„C¥‚C´‚Ã[^ôGü×9´|ÂÁ VFUÅ{¦ßæVƒü?pxÖW„C*á`eÔÁ·#‚Û’ŒÛÑÕbÎ~p ½àöÌœ‘¿±_§AMßyÇA÷ÁÎîvmµÇìÌîÚîtê¸j·xÔ*"­¨ -(ÊUT”KäÊ¡r È Õ±]u+‹œ¹ïûþ'ÿ„$@¸DÂ!$ $!ä ÀÖý%¨èvvf ö™Þ3<âûšßò೸{ß”i3ìýh†g7YG!€! -lŒ±Ì/v¯øÅÆyßÂf˜Ïc»‘ç¹h ñ´P‰I‚ÑùÀÞcsü2ÓåW3ܽxû¶ÏØ l?`ª$ž*±‰CtžQ‚É7ÂØB3 ö–kÿK[ïÅÿZÁÖ3±l· ü}Û üƒ3ßL==°ztRââ%è\p?σÍ';K¼¸;ßèÞ´ À0m3¸¾zF@õcJˆ ƒÑ/Á\5Â`wŠÁ;ˆ€AôÒðæF¶ËjoÏzÁ7[§ <Ÿ =óxõ0ã·“øH‚½bã®™D¿ a†ã²zšïúNøµ‹ÚBÏ?œ®gûßá¡uòõˆ ©.Ïa‹Ì0@à÷ ûK•­8×eµ^°û}-äþ…Väq\+ôNÓ -|þ9 w£Ê…G; ≟kX4”üOüíhÓ¼­«´Â]ë&Ån›„÷›{]Ö(¾ù¾½sYÈùÜ8qEÍ£fq(¹OiäìI")k -KÊÒ¢ˆ™º&b–®x”ãp:¾ËªIÑ—ïMH\75»ûŽÊ<’:6ÿ?tÅsåAB–ø| KÒÅà¦õØ—¬ÔǵŒ”ájz²¦Šž2òzêè]Ú•Ñ»ôŒG›‚¶8K¶­•ïܨiuõîîß”,Ûq‹Ó·¯‘ÖD¥*¢ùi¢-F´Ö -:îñºoóâ{nqã{opªJÎP²ª’{Éá&ÄœFä[ÞRº|Ö£Úà'ؚ̙t/§{ß#ª‘¸Îpr][8»J!ü¾9BR)‰•Š#EâèÖQL[¾(„%9܈ìONƒÊ¿üöÑ£O¶ÈÆ7ûs»TÃk„q¿›È¡€ï÷6þð0_ÑB-lû–•ÛÊÍRœæg(ÎÒ+M Š!n°ý]§žÞukO>uá™¶ùÒæÜ# VïKMz¿‚{c¾7o ûT øÕf÷E^éñÇ¥t.v“;CɈÎ0P8(çpÝÝ¿vRª?z_`Üô}~çâ3à¦g^±UÏ´ïôž…ãž7Ò5^w’†ÿ?è[3p¬6º? >ª?¸>²ï$(¬>²?ãpϰ¯Z »®›§z}¾@ñõY „ ¬Øðò)T\¦1‰Ñט.ëjÌ}¨l*RÔŽËi¥5%IM©~pÝ×–›àº -³ÕW˜é­á­á­á­áÿ6ƒ_ÔI̾Æ4`Èéik*V4M4×ë$µ%3pm)¸]f†ë¯[Ä å²,ËìÎfسvžæµeâ³hÀ†ØzuÓ¦ªé²¼³)»·µ©`D†,ÖJšJŒb$ب²Åì»ïúвæ){ÖÎÑ<·ÌS´h@Ÿ¯W#L2UѼڧ@æIQÅ1 -lœ×î¿n9Ð3üë†y»áLù$ú|ƒÏR¡’!³_ŽÌŸ€Q%¦çËÒý²Ýi º­£íÈ‘yR Š·bÔè8f/êbK;2c@†Ì›³Ý€.}Õ`÷ÁÖ²ç°a¬tÏÍvÙf+ŸÄœkPcÎ3{щ-í¨´*O £ÀîE—ṵ̈¸÷wü´hxÏJ?¸yîU6ºA=ÇìÅ$´´£/6£òtÏ æW ¢Ÿ–ÝO„W ôÃGæÈ+!¬b -U¯ÁE3TØXE;:®éat‘ FÛKßÜŸ[©Ãf°Òö.(6ÃéŠ)|D½ÉPáÏ)Ú1ÉRTî4Œ.†"3ŒoÌ«ï°rÃ,ãà&`8& çNòˆù:áÚ4 ŸcÀásg°ø<–P`ÀЧ1ÄRýr›£¬w63÷®1±=6šÙ^‡,Ì£ñ®_ΘÔ纪ç«y«7G(káñqYiƒ\F¶†JË|‚¡¤7Óž> §Oþ‹œ ÊyZCÉŸ¨¡-;+u½³‰åö{#gß#×ÓËÄö‰x§ªzvU´ö}Õ)ý˜i¸„%*Yü+ÉœË*$;u°†™ùQšØAE¶FsªåQÐi”ä&%/Gµ”ˆÎµA1ÊB(NYÞ©JVˆ.µ-7ûN:Á—¿™¹~2¢Ø½C©þü¤Û•ÄÔî/&øÞÆ?xЂ¾Ûõ-ñf{(½¬-”]Ør’—«8%È–‡AY²³P†,R”.;Š%.;ïNOÿÃ.5ŸggÚqë±ÝîN§ÝÙi·ín;³»®ÕÎŽ£¢¨KTPÈ!— "rË)Gî@@HÂr„\ÙÃHþ$h‘p) À¿?Ý™¾#ï}ñ}û{>ó{žþ}ÛÔ¿‚&¿=ÐçÜï+];Ï_öÊaÌ]@’­ç«“çêËL>­Æ ¬ì¡K¼»?A*ä/LÑŠ’õAâ$}ˆä¦.%¹©»Úlßïݬþñë!ÓTÌ÷éú>ü­“×éë§SÈ‹^yø9/äý§^•9/RÚÄ™ÆdÓ9j˜-vô#Æx™m dFƒXQÆPP(šéj3š=nãÐ~¥r|ýeÇú¾|ø¨>q… {ÄàÖäkS—(¡“þu!“W@Pè:ÅÕ†õ;Ü4öÏwÈÖþþE|p/>t” :ƒ!Š·Çf®IM^vωq/ -–àYOÔU»7&Ð~`¿ˆ °ù°þ¶ P(ÖßîrpóçÁô½ŸÀ,÷oa¶÷q˜·^K_mŒÁ:ël”dî4)­c¼:³”«Á@OÊŠ‡ %e£Ð}ôTB0A¥U&¨¬Ö•SLZtݘ[7ªr¡†††íÂÒW›€¡ꓹrZçxM¦b´2W;ŒË7s%˜ú™Ìîñ¿Ã1˜ L``DaœŒõ6z<×BK’™hiÀm€ZóMƒmmÑ3 ±tVCÄ8TÕG_ a®«–0×YS1'yP1+v¡ÿ3ð6\ËXcF¢Ìè:3–ca$ÊLôÛêaZ¦¢Ý3 ¶N?®/²?ª)y®~€vö“pÎn -n^FÆÍKIøç¢‚CèBï »aÞÏÿwVjUggÅp,̸Nã–z˜q×ÑsÌ´‚ µhV]wß©"£{ë1‹rPGvALÆ9ÛkñÏ] nöƒ0œ9sýC¶ÞÂQ ìë;;š=;Ñaf%ªF˜©ˆ‘e çY5ô"‡ªùþ¢²¹ÒÝ„Z‘5¢—¥õè%!»ÐFÂÍ»Ò/¾Ç_á¶÷Vhú:; ¹È‰ Ïr#YÓÜh©™§aß‚ Ö]Ó3gFÃ(p(÷—ú[ÊV»¨å/;›‘/Ä èeAf‘vãJpëï€áûÝ[À° [ÜË![ìôuNhù"/Œ4Ë‹`Ìð#%ãü¨~#?AgàÞädX4ìÜY«p©ŸYº.k-_“4#_¶7¢Vxu˜%6»À&aÛ ¦çá0x»¿1lr‚ï¾â…”.ñCkæa4k{¸pBÑ3&Š~<$N‚Ä·ÍZÑݧýü{ RváªQ¾ÊoA¾ä èÀ@oo·_ mï -zýE±R}MÑݯøðÎhGGÖ$Cœf¥ïØIÂ;EXd#‰ÏˆÂ -[%‹h«dn?˜ñ©Ûß®×ÂS_oÃFÛ%ÄšøbÂ’üBú¬òbþ$t†`;ESéü$]êðþξÄAi×ažìŽ©QzkªZœ2CgÌTIò¦«%%–J Æ‚‘TOc$¶Ìü­Û&ÿ‡¯€áµÐëÈëvŸ«/:ÏE;g“&!¯lÃÄ1¢jô¿ô.}€¸CÙ+VÜÔznCTyÒH,Ñ„ïHšÀv¤N`;³Æñf‚¬Ü„–áÍhaÛÁ¬OÜ6?ì\üó+‘ב5‰·Ÿ³÷4¢óŒ4LÎSÏxTËǼièj»P%ç«”Ôþx-©'ÂwÅ#åñÆ2y2(ÍX.ÏAv £ºQOPÝèm³÷¸½nßÿ›5ñ‰?­K</É=½­Ú“çžLü«¶-ÏüT%2§¶ ó8º(iÓãÈîÕu%Nq]SÖ9XÔ£+7RЛ¬/ìMÓöå õ¸Òw·Ûºè߯JµÚñÓ!»êØá¡ñý>êÙCñòÑSï -îÄ¥†1ˆYon#êR´!/Ö„ôæÍV…«²TQªLU( ”¦ÌRç(\i•¿Óí¥ôàŽ•N÷/ç{ÝÿiýîÀ#û_ùò‘Ñ’ç=®ÝÓ:í[[;îÛŒõc–]æüý:‰j?à8ž™iÇqœc/uj}çõ½ik_;­¢NgjtÙDƒÈ*›²CÂBÖ$}_ ‹‘Í„ˆa BÈ$ˆ–EY\ý÷¯õùæn=Ìá{ÿ¼ßí7Ô^ éÊC*3taÝ·u=éºXBwº.¥;},S¹›VÛö Ö»=~ùôþ·¿¶ÿiÿÈâŸOônlßú>AºéË[ñÅ’/ÔUÏ{7cìX(‹?Ëì'N3HR¦e7AòF¤<Ñv'Á ‹•'“vÕ\×Gˆ'½û…køð¾Qסƒ½ý¦}ç;)8ÍÞ:›J\÷*À¯xa‹yrÎ4¦ÍŸmNš=GKpx3cí¾¬›?;Úȉ²s"­Hn¤5œi»ÎÙMÓÝ üñCýܯöªÖ¿ú]ÇÎÑcàyŽ N"ëÁ?ãp['ÓÐÿÊËzâY’²tª"þÑiBô¢W]øÂ a.oâU—/)Ôu‘„t^&#W`a°hÒn2ª>DL÷ ÔOìëÜ9|°x|MG=ë‡_98~ ¾‰ÏØúGêÍgßåĬŸD]ƒäê鲕³Ø åó¸ËK>¸KK—–.Á‚+—Ba‘»J¯ù1°ú¢sûÐ>øý~:øÃWõàð±rð—Pàë€ÛàHX"ðˆÜ9‘úòÛ´ ç'3ŸÊØ<“ë¿y.ÏoÓ'ÏwØ糔ï³Ì»°±«@ÓgúŸæß†çq@½HÁ‰ îZÁ‹ºë•k„ÄæåŠ[¼EL¦Ô…Îï˜Ë-R:²°½öŒ*•=£^mÏ$÷Û³hýölŽÚž#TÛs%jsL5Q(WÊûÜégÃφÿ;Có; ˜Ð@ƒ24Ãó_’ ¡)¼ÅŠ ™“Û9‹.ì±çbÔ¶lü 5»NcÍ&k¬¹t5£±æ‹4fTëàD‘dp´D20âf€ Œ7†#¿lh`ø€fh @õ:~­9±i¹1™·Xs[æÄçt9JQ½6té€%¯B;“[;<“Gž) Ï xÃæBÑÐx‰xh´¬E«)kÝ Pö!ó‹½€ Ïc€ h ‡ç½dB(Ð@J—9k³»}ÖÒbÍ º|Ä\P£3£H:3š¡3ñuã¥ÂÑQ¬pTS.Uá„£½n¨ÐÀ‚4p¿?XÐ@NìðÜ-nlÅ:çy™•Â]¤¦Éœ$h¨ÉWYpEZs V7]H0˜ -IS1Ó0‰áFq|ý<_¯‚uÔnöÞÀ=ú?˜! €‘³%ˆÃ­ n’–yÐÀJ“:iY]"4 -µÓز1SIÕ„±˜49…aMêpÜ mwB ë†uUr':Ý Ð>Eö¡7†€ ßÀ ‰‚ˆìmQ,vC˜H\$sñÓ$Nvf§ƒš×giDk§«JõFL¥q²”dDz¦´Uì)u5{ªÖk«fïV¹×{øï ¼8 ŽÌÚÇ”mˆãWE7X„)­.~z‡ƒ“Ûk¡¢´Óõ%úÉò -ÓDÉ<‚gšûk˜Óݦ¹v—Àœ–W³L27{kàüÄÀ…Á•XО±Ó…Ùl­_mI`>'‰]¢Ô¶YAÖ}+¥™¦ë'«pÓãX²u@·t×Ò-0E Ý"«aÌ´BK‹›ú[Ã'€ïqNy4ˆ®Ä€Ök·_I"KžIcjŸHãhÿ‘$ -J’s-éJ›(wÀÌ+ÒMËM\³½§Žjo‡Éa’ZšM\K³ -kè3hq'@ß‹Üwáƒ_hAF¿–\Mß‘…=—GžÊ¯S–ïÄóïÜ9)yfŸE‚ÒÙcOu휢¾y®&ªkžÔQ¼ZªSC·Â,îôÞ ðøÍ[Z¯D½’…¦nËÃÐ/á•ëmQä•öëìÇ] â‡Ê¤;NUz§µ'kð=ÙÚT>Ïn$-°È.V}Ó<ZÐÁ€{Ðáî?1ˆ A ÒÈù•”-EhÁóö0ÜfWDÃSe4uEÏy4œ"°¥´ë‡Rþ­Ì™  -çªYÄÅ2iØHv‘šæ›ê)³MuT[SÍ­ãàAƒð4œö"?ÿײ ðmEpÒ‹öœÍ{¡˜µžkÕËQ ÇIvs"×0‘ÜÖ?”ÞG•5^Ûží(ël˜¯æÃÿJkš¯!7Í×6Rfëë©v˜ÍÞDÐ >}´øû¾–_ -Ûj»œøì^PÆÚýôÒ`fAƒµY¢‰ãÖ8žf"Y¡¾­jQgê+•é¶ -%Ά»G³Uˆ©v<‹âÀS¨ŽJÕVE¤¹`BÿË=Ðð9h‰ÿ…EòEçÅØµžK·–‚3]ú°l‹%o˜ER5æ(q·!±ãîPZ?[ªÇ÷¤šñ=%æªû &Œ’aÆJé,n)§ÃhîX{@ â㟃ÖŽ¹ß¹­v¿  ¥ÄrÿÅ8çXP‚Ùê[ w^¬t1•¦I›>¡K<”ÜOî¿©+ïM6b{ó¸>üdyq²¨—m,Q°¦J…,S)ß½^½1¡¡åø~ ñ:òJáãõüžÿªÊ'Ø5ꇜ¶žMsy,ø7(mA컦©ÃñêšÁ¸Œú†¡Di(Uë1ýÕc%ýä1”šk@wðÆÑw¹nµÍþD_~ $'öÙ™#[íÞžk=ç|8tîü´Å9æòJX>_¦tùðÏIL‘R¶!º³q$º·üAôƒBè@ ÜA æ £5˜¡B A‹Ò4ksùÃÿe¿NƒšÀÏ8Ž«vmgÛgì®;»ÑŽn«»£[µ3¿WS/±¨•Ê-îÙ -Šc;Auáðbó…cf=îÄ賓Øþ)[ÏÎYC7s)U=åÄ—]//{F”óÝ5ýº„Ïö¨.o}xYÑEïŒèŽyÙÒÕÃi춇÷[Ô;Ñf È÷låñÏWµvßÌÝ?{àùàñ/l.vÎÚzëÞÙ1Õ³©r£3¯tܹ„7JgüÃ¥–õÔUÙ£™ñØó­Ï·5´rö˜Ši¡÷§è9MŒ<‹zS½ Š=›×êN~öVwf׋^믞þzD?gã [<ã£^º&ŸsJ.5]áæ ÓÇ®T$Œ8I"†PІjê ›†òô¦6𩊢 ¤k(ƒÑu”¡5eˆ­²$“ƒYWíݼRo»Ã¬?º}ðùÞ¯ô³‡­uK'ÕëXoÙŠ­dáR|î+û ¶Ñ>/Î`_È|~¹,äŸxyÔI|{äšÔï™›Ì÷™§ÌgÄWæ;B–úŽÐ$¾£Q¨±%ýXƒÁ¬j¿Þô¦õè¶áÑÛ¾Þ·K·ü7õ[)Øy­a)ÜElDêlbìk\ÄãR¦ìø¤É‹>†ËÂ[WŠ=ÑFã×Qî%îã^%îþÅÁ¨Ð"KQb0ïš¾¶{ú{Ì#ó?mY:ð'5ØX‹áû …pÒ5Nú&¿ÿžµx*ËmúÇՄ縘®r]L.Áä†òä¦ý8„i’E k0˜g¶`ºM¿µjYÜó;5Ú%‚ÇòáÈ™L8‚gÁßÝÂá¨uÝ&ðöêñÐ[K'ˆïNEº¾=CX8ç¼p>þê¼}‚Ó¼ËiÞ‰ueÞuå8iQƒÌ£¾_aZ–¶[)a÷§°çKüy:쳎‡oÏ…ÁAG -rõ…#7=à(ÉõÃ1²óÚIªÓªmˆãÊÙPüŠÍaå"ýò²ýÒò†ý²3Ê•qqÙåiQ:6aš‡1ùê«Rؾ-þ°ƒ _ݰ÷öa½à[7øîš3¾áG=/Ãq/{8åsÎøžœŸ\ðÃÁeIXøt\PDÒYð°(ÈþÍ&ÈÞù pÿòd[éØóèè‰.àù>Æ'u1<0gžFÎR¢Ê_û³ª_‘ØR3‰+3“òeæÛEr³¥Ì E)efrƒÌÔ,n‘ŽÒÚ$#ô÷Ã/ÀD2Ä"CÄÏšp6(ªâgƒyÃÀA|¦ý+åÈ 7“‘!pà A îo8ÈÀA†œ};‹ ™X;Hs$›@†4÷ˆ÷IÞ)‹q9ó!ÂZDå+J¼t: µÆäŸ]kòç+MEJ¹Ri -”Õš(êÚ)jcíxh³b„Ñ¢dÞS<± d°îÎ_C.2ä CÎ2ñnE€,bøZ†WÊbòíœù8ªp&œ)2‡ÆÊL”d¥‘|Gm$óêŒEuÆ Q‘ZSg ÖªÇi ê‘°fÕ`„NÕÙ¬î± à"C2ä!C®õAÈFþ:äü!‡È\ãx%/fÜæÎ'Q„3± Ñ43Zþ2$Q=”©¢ðê_5LWÕO…(ê'èZí³A;Ù¤é‹jÔ>ŒnÔvZäl³‚\dà!CžÍAà C.Þøˆaë<¯Ä%.‰3ŸX8“HMGGÖ u/‚Ó&©yM“ÁEM“!ÕM“4UÓ(SÛ8UßÐSßø0¶¾ñ>ªÍ‚6 yÈÀßÿ9ð‹ |¼ ü H_/ðb- HÙ \rÁ ;¤rš.7FÆk&iiM†ÜCHQ‹&i S놢4º¾XN§ÑݯkÑ¡šã5 r7 [A€ |dÈA†»økPDð"íC‰Wü²tç'9–C­0§1寸X™¢›å¶ÓŠÛ&ò¶áHuk_¼úž>AÝÚ– jkf©Ú´( KÕú±6 QÑÙ’T£¯O®Ñ«Q -”,YÑ)µ ÿîîÿ î"Cî”;8A5Á¤î ½±&õM^”pª‚ -gÊBE&A¸Â™Ð4›ñ ?RØõ0^Ö¥K–uiRe]µ(9J’*{T•*(² à!ƒ -¾ù·Aˆ;•xGº¸ƒœð¡Æ3l½Æ›µ\CÊ\‘¯%Á¥/*˜’‘ü¸únvÊƒÖø¼ÞæDqŸ*MÜ+g‹{ÅlI¯ˆ-é©H“v—¥Éº, xŸüÏP€ ÅØÓPw€—n¤5¥;mUu+æ'•oêŒ:€ûR|wLN¯ê/‹Ò´å±:”i™¥iåUéUåéUý¥éÕýÅéâÇEéâ^![ÚSÈ–v,ࣟ7ÿ‹­Pˆ …ÈPе þ(®kÊë>+j"uQ{3b®Á'aº9€mÐò†4T‘^ʬÓǶWrSú îäåß©dV -2EOUü±_§OMxÇ`]ÙíŒÛÑj»vj§ÖÑz­‚rÈ}„p„+'Á€á¾D@ä%!á6rrˆ¬J9È ±‚‚0„@@A仿éììì£@¼Þ¿ßä2iVREßçø£!盇6ä¡ EÆW@‚µøTãè´YçB]o x¯4SØ ­´°Ùg^±“}->Å-µìÚûåam9y1ÒD^êó›¼Âñ¤4ñXêíâ‘Û©%Ci)¥w’Ëû?Çÿ4ì¡öI(1Ö…*;³µ8û÷ NÄÕfWÚRÙ{®‡Îœ¢Æ PÓ;:½ÄuY5âOÒÊÂû£D ãbñWP4—Q<·xøfZéà­Ô2éç€ì]Ð!Úé$”›^úTcg¼ñÐÞFùç´ÔæB|ÛC¦ÈÆ(ŒñiWN÷ùî£k…Œj~ «%®6 7¸úÆP`]á`dEÙGT:S:“Y:Ƚ[&ýÀGrì„üû@„6HÌ.~¬Å¬7ÙšË[ímæºìdãDûñWxϾ7„ÈÖWÄ´êIŠH4t­òv·gsx³Ë¿-¦Ï¯SÔüXÒVUÑ^RÑ‘_ÞÅGeW¨ü¿ ‡6ˆNì…BãPeñë‡zŒ®¢ÅÆpþ7¬‘lÔÁxô•½kßœ³oû"!ªažœZöŠ"Ìž JÝ›{¼ž^ïŽxÆîIïè-og·V= |XÙ|ïþo!E’®ÐBÕ mø -цÝ£[µV§×Yž[|jyQ6l}nTfaÙ;¥´/;\oP8q%è•/#ˆÒ&H’˜aJC@?ýÉõþ 'libKÀ€à±¿´¢…ÕUûÄ¿ùA»º¦]Y­v"6ˆOjBÅåÃõæÇä­¦Ç_KŽN\ê7³mWXÓßÛWÊqñâ·Î<žÌI”ðÂ¥"|_ç?Hmb²±£šü†Rü‡sëYÃåõŒ†&Ÿ¶úfߪy_ Pp`ŸÒ„*½ï”ÍÆß¿íÖûnì_çöÎéë·­˜86nXzU­cC‹—nf½µç%½²Ëç¼Ä•]ö ù ÈRêGz( ¹”%£ü¢Ù-ç«d§ÛÜ;§TÜ!ÕaÁ=ÅaÁ åŸì°žä°©ÒË -yÑ€ Ò¾èþ^õ¦ÍŸÿ^ g€–Îè'¯œw ‚ î¾ÛÚÞ´:þ¤—ƒ\ÖõCqkFöJÓ(ÛU+v˱YÅ¡\9˜U2Še­d¢üTš¨B¾V5¤mX©ÿ¤©~~Ø-„ŸÞ…#Çà˜v$œ0bÃ) ´ÐÃê, çÝAÛÃt6Ûz>ÖŸ ™V[&,Ë- –ņe¾eçg¶åÈ2Ý£¨,“-w•¤ÒÞ£†ÔM"H h¨ @óËÛ°ÿëðCáÐiü¨M‡#$8fî 'mìà œu¶„ xsÐ!šÂ’ ’Á„r,(†`ífv(G7}  H*ut¨!õ#Rú;‚do#êI°cW4h|_}ã _¾OáᇠðÓ 3²€“æ& euÎa @«—mõÀÀî2Ùé‚™½XÙ_¬½6àì/EP ¸; Fó¯}hDjý AúzÀ¶ÀB€ ü\|À‡²íá»I ¸õž™¶ŽO_sMÍPºff*ñBTQ¦’p/SI¬Í\#5g(IrjgÆ;ZoÖ£']ÆèOŸVáφÿ4Ü@b55þÛŒ6¢ ¶$¸îâ Ljð¶ÚàÎNzOޏ³Fˆã)ñ©èvfÚ¥$e)‰T]–’Ôœ¹JîÈ\r–1OëʘñìáMy÷£¤ÿÄ¡ Ü=‹6p´ŽA¨ž„™c K„g°ÉÁÛLÏØ Oÿ¤u÷°t%™›µJLæ¯y9+Ä<Á -©H°B–V(sV(-9r÷þ<ýÆ«+{ʧ7û¹¯T%ˆGn  ÜC{!mC8fÖÅC”“„’‚¶è1LVòšGo•ÍWsätá29W¸L)*Üî Ôz¡Â½5ïGGÞ ãYî”o—`‚Ù›;ä×›;¨Â q{vÁ ´!mˆÔ»\S+ˆ³q…ŽžÀ!n‡^‹Ù`û&­ùòVèQ‚ejB¾œr§@î&@È©•òk¢Ez«h–Ñ‘?ÍìÌŸðëùwç÷^ï© »v@<Ú6pц˜+º`j‰gHÄÑ!ŽÀ•³â´æÏæ)¹rZ\Á5M¼ôoÂë4¨É;ÀxDÑí¬ÛQììQwÜ.j·u¶U±kP<@AGÂrß  B „îprBòæ"$!ˆXë‚Ö£¢ˆ å2 ‚Ò¢ü÷§³ɇçûïëÕ̵\ár-ÑR®%FËù%q€3™jb?Ì0wŒgšÙ?dp†³­È;l 6`C©ã×€èzTº_4Ÿ@@CEƒÊË ,²à·Bø{qµ¯Òr[,ñÎËhZçâ&1šÇ_Œ•ñçãuS©ÆÎ‡™C¼±¬aÞÍì¡ÎákC|Îz üwùŸŸ"l »|ªÜÝA7 -Ô ¢@5& P#ðëe±¤·…©Œ×Ù¸KÊuîb\e×BL“p!¶S¸ g’u‚Ÿ3»Æ²M]£¸A)gP¨Ï1 -5¹Öûh ïÙÊí?$Ø@q>jΟ Þþ … ˜dP‹Íý@‹)}GL¢¿ÎÏbZ2 9 ‰åÂ¹ØÆž¹8~Ï\‚Z4‘®ãŒÝ7rDÆ\COžA¬ÂÄr¼¡ÇZ 6”Æ -Ø@† UÎ߆óg@³7´¢Â@+&0±ÙëõÑÅoi‰ÔåÒŒÆ<žý<Øý4©Fò$™#HSHƳôsž^bÀ뤚| *ÐÉdp=…:©µ@%l¨€ •ö{@¹ãW€qò`ÂßËòñl4°/ǾïˆÈ|ÛS°Ü˜Hž¯J¯.Ëe=—îdR{og´B·®Š¡œV®Ë×Ê•…ZHVØõõAÂ"-Ä/ÒÊ­õÑP (°¡6Ô9;VwWÀññüШ5~dê+^lÎBG"a†™N{ÌÈeŽ‹ºÌyd¹W¯ÒçðÕZ¼Z%/R«Ä×Õja±ZŇãk”ìâ>…µeûØ`ûÑP œA»‡3èDzaPÀº(<|E•ð²;öê ARÁ$7­ü§¦kM£Uù|])ATõI ÚûÅEVP¢ÐòJ-® ìk#¨4-µÊZ ;[@… T‡¦‹àxœßózBï$a˜%iä•9YLò3YBöCaéÇŽ« ÆÆ<D½Þ+(%÷sJÚ "C+Qnh†k"BúF¢¢¿¨ÔÖ—ª4ÖÔß 4ØPåp´¸Ž‘¿Ûº4Øëü2jQ }®ŽŽ~¬º’5.'Žt¥×÷µ_ãöÔÈX‚®®Œnby&:Yj¢“dƒtRï½Ln —A:z™RK'nÞG6TÙÛ†ÃÀrù.û p]“º/©B|fµá¨)Cdø}}XæMeL©A’\ÛË¿Êæ±r%õuEý$ -y„@i1—PÅ#¥’á²r©‰T.3’ÉrC ÒY Ð` 6ÐaC­ƒ=`»ÝžGë 8±¢D¹-ö¹?7…]œ ºœnÒE•¨” ŒnIZG+?[LmËӿוŒ\««¿‘Ý Écˆ‡ói’¡"Št°¸²w ¤\®'X TÁ†*»m z¿hpüp]¿Úx^Sø{¥õ?1kB;OÝ ->{ï®/fôVpjÿöºTC稒XµÒtQiW¶&«£À”Æ®J剳X2ãµFÙ ®FfÌ¥÷à©rƒµþo`À¦ã>ÐuêÀz¯÷¡ÏáE#ÒaæVÀ‘Ÿ'¼Nß~„ 2ÞE'C?^.ä›#iÌØÖJM¢/OS¦Hòô‰Òj}‚¼»?µG©Mç)t™mîj¤Ï®…tÖtÛ- 6Ôìß Ú÷‚îÓ_¼SzXÖ{~ùbÔëà£G—¾›FºŽ<óCk$ˆîáÛÆB)Õ?D0‹‡£»2 òX=Nc¬RE›ŠxƒJ’k”)ÝjU*W¥NoUi¬ªm€a·ÔÁöÑ¿lHÝ>Óçñ÷¹ás{'¸ýmlúÂ7æyä)ýÊ¿÷yP,w*(§îq0™ôÓ€»Êûo”8r,KнK‘„ßç‹#~EÄq}:i‚¬¿7I •[ ÔlC€šÝ[Aý]€ÔnMqfÏKã)»'w¾ÿÓØ3ç˜ÜôË—Ü!‹_ˆ`•Ø<KùÅŸœ?ã_—òÝ5Þ…}”&ˆ˜(åG>nâE=éáb'L¼ˆÛ¦®¨ÁAaŒz@£ÚtÍÄLG4‡L§4‡Ìà™˜™Š&Ìó¦Ì ~=æ…¦.dj´!äéÍMÛhÜ‚Ì][€pŸÍ’ÎqïÞ7æ÷¢_uú\ñÞõ[8wšÎø2€–´á–œ¿v—ñúÜõX‹;9|Þ‹2ëW8‹©AÏF3гé ô\~5zŽLGÏ×ÑÐ *zAAA/*7m­¬ˆ—Ð'ˆ»£Û£sŸ"ô+_ïT¼ÿn_7p>ÒNžf€È2p24¸Äe®»fÄ¿;‹}s¶(dÙƒ€^ò.ó· È~–P²¯%†ä»”—W†\.%"—é¥ÈWí䫎M[b!O…ÄX¿ bäö6„nõ¯6ÐÆ¿?Ç}-Àép5pr!'O<8˜þNÄcß;§ÿz* õî,Î÷íÅ<ŸU$Þ{¿´ú?æë4¨é;ãø¤V×:]ÅNÛU¶]]µx⊢Ë!á"G0@Œ„޹CÂb ŠP@ÁêzQP¨QÔA¶vX¯Új«’|ö¿;;}Ÿîƒ÷ãÏëÉoæû“ú½aKw½åKv½ÍûN¨Ä>Å™ê'#A tDÏõÄùáD>³iÄ’O øÆn?V¬Ò`¥³k<“±ÎŸƒ aL81pŽ Æ6NܸTËNÞ.³o¢9€ïmå{™#øßšcø;-ñ‰ž–”D‹”ça‘Ymð¹™ .Ü&ˆ£Q‡93ôø|nì¾ÌÂ×K3°x]"–mÅ -H¬ö …C` 6„úaÃ[ý@‰Ü (x3ÝáÇtC“‚0¦+"™ÛËÜ^Ô‡ºqŽ .Þ ˆ¶{Q;Nå˜a“‡Y³åøÔV[»x|±|ìX¼)˶ùÁ~‡7V{îÄ:/w8ú¸a³¯+\vmÅÏÔ-ð¦:úAÔM SõÁ._%ˆö‚¨Hî?#ˆ3a#1+ ÄÜ8Ø,ˆÀœE!˜¿„Š/Vx㯞X²Ñ ßlÞ†U[¶ÂÁÅÉtóv'¸¸n…²ž”õð¦8€JY e v“…[ é³?†`Á\ðì>gírD»nA,yÛÇа‡ˆ.By©  3 ”Â?_j™ÔC -øh&;­@àE²^……v[þŽ> ½{Hö2ò¾ìiôˆô1kTb­ÿ CƬÿ>ùðg»3âHCœ? ,ÒÅâ",A€`Ò¨! ŸÜ.UÂß@fT’%O“]R"¨Wi6)Þ† (^…É_DÝ—?‰‘±F­Ѭ™H³ý|»ˆ_» ìm›Áõô—ùlj‰æ"2^º@‚`©Ò”“e ,Q›«4æÀz9¨™¬Cc¡]Q[‚ûÔïè&õëð¬Ì!Õøžûª±Øåhì¨ÊZÈ$ BÒDÖ,×e’<Ü‘´+¼à(p"ãÁÚ+@D²ÔBg™ƒ5ÙÓ´ý¹Ó´J²úÜéàf²ÎÜéïs߇öçünÊù™9ý„5¤‹»¯ehîíͶÄÏDºí$/ZiàoqDšû}ý‘J‹@bø>pâˆæK-»EêéЬ¼÷!ESÁú‚©ºÂ©æ‚©Ðï -ÞÓ¯¼ÝÝ—ÿKÔ­ü§¬¼1öPîè޹Ü‘ü;û¬ iȘ?©‹lÁ' çÈÜAØÇ¢ÀÝ0ö‚ÇJ;Ajf -5S eÁ$½°h2´¢x2´®x’ÞR<v®h’q½èuTŸöˤcß-Ý7\8ÿ@{›{¿¨/ÁzÎü"ÒF’×,…hózÈ)Û¡ôò" bzÌdðöIÌq©š©(™ö#¯d"¬\7V[:Öª›`œ×½‰è)yÁê+ùÛ´ÿaü`ñPÂp‰‰7¤»‘8¤»Æ,µd¤A<ïO.´EÊê¥99@íº9^^ÈöAV( ’ÈDØ™–„$õdL¦v"2»ô £ôÀFÍßÂ[¼ŽüGù/ѽåÙýe¹wJywË~à”÷$ èJ¨¸”rÇj“ iH_8ÂU‡Êq ò(ÎÐzyBë„òmh"¸ÓÒ˜ôwžêwnºö×UÙÏÌ"ýs¦¡òéž&ý“˜3úñ¸žƒ£Ü[ƒü;}I·õÝ)¦ÊË©¦ªóSÕwè¿)i‘†Ì•‹‘í¸E'è¼w 4€ -]hø´6‚ó6‡%x%—¿Hä'ÈÊÆØyUâ*ý“m<4Êi7ŒÄwî&Þ2ÜL¹eèüpøBZÿá³ÂþêŽôþêSéý‡­ÅLÈæÍF&i­øùŽöÐQ6¢ÂÛú_óA:}¢<"æÕ~ÿyGüXž’ó£P¬{¨1 Æ—¹Ã­®1%´ÖÜJ¼TÓ›ÜWs%­¯æ\úÍÚŽŒµm¢µ­¢›µÇ3­%i“1iPÚ…"§å8à¶U>.8øíäazÐkCdÔ‹ƒ¬øÇ:ŽðÇ‚då=¥¨Ø”®4ô&Ôu'4v%7¯¤ž1^Lë1žõOeöm÷=FÖ(é1%½õÖ‚ê#(Hƒdá<¨ííPâ´•nkQíãl® tSO§¾¬‹dŒ×°b2pøJ“d¦|¡öºBZu)#Ûx6M×Ô)¬9Ö‘~òX»¨»©Er­©IÚÝtTz­©Nv­©Fv­±Zv½ÁZÿ3Ì‚”4äØ/B™Ór[…:ÇɆ ×WMa^Ïš¢‚ÆY#ulî@%OÒ«^ÊWv*”ÆVqAóñÌÊÖFɱÖé…–:yW˲Ê®fƒâjs•¢û˜^ÑÝd-d‘%i‘†|û¿ Âéo8âfßõoÓ¶¼le¸Ÿdú>:Á -nŒÙ×_ÃÍìÒ§äŸ-É8Øš'3Ö+³[«å¥mEý©JegÛAÕ嶪Ë'ËUWN”)¿o-Svµ”*¯·Ô¤AE䤡ÐþKè¾BÛ²éc¾k~;As|ÞÎpëˆt9½›v»uÏÞë œŒ Gø¹§ôІq!OÙZª.ìØ¯>Ô©Õœì(Ô\è(T_<]¨¾tª0ër›6ëÊ mVW‹µHà d‘ÅÂ?£ØþsœáèŽ%“-»ìmv?Cw|tž±uè\h`_{TÜ•¶ðÌQ^vó‘Ôò½¨öß|×y<ÔûÇñ/ÊÕ¦{Ku´9Ýœ"I*[–fÆÌ`Œacš…3cd‰8‡6;•¥Eå"K bZê´ï¹J)‘öºá>zßß¹÷ŸûOóÇóÏïãóúçóx|?;ó7ÍÌJoJÉÜݼ)«ªyc–æäæŒSM)§RÓϪÓÒZëÒÓÎÓi6LÔÇæQ`f„RcTÑg­óœû¦‰oöâ´ŸEw›·ý­³~¼ Í’:dÝñ#ŠÔŠÊ¨Eãl-üµvCþ¦¦øÜ\ͺ¼2Ml~KsüvÍÉÄœS¿enHÎ<«Þ˜ÑZ§ Ò©†Tª!…jØe6 ‡l¦~?BŸþ±;»ï”×ÏO;|L:¯¸Ù^éðñl=+ -jh^S}"lKɱˆü‚ªè’ÔCñÕqÅÉ ªÂœæˆâƒ'•û›×î=ݽãtClÞ™qÛΪ×ç´Ökƒ ª!jHŸ1{Í&¢ÂfÒp}ÊÛ©/Úܧvßd̼u‹µ´ã*Ï£ù‚0ðè9iÔ!MÈÆ=áÛ³ë"ö%ÕDެL¬ ¯ÈRË—Ö‡U5W”Ÿ;QÒZ§*l­[»³µ.*_;dêé"ÃPÙ3Æaßüñ¨^fø¥6ñu+ÃðÉu—q÷ºí¦_îb,>sד]ÝW\qI¤*nLÊm ÉÙ¢‘Æ6*Ëeê¸ÚuÆ‘à†ý5AM ÕkÔËj:ªÃËÛk¥mG”EÚ!KO™†£‘;ÝçÁ±%cÞkœ z.ÙŒî|d©í™ó´óOX–ÝŒêNž°äŽ@^pC”˜~Yš‘paõ.E[Ø ó1åmiåÒŽâ2éEõ¡ÀŽ«‚Z.—…Ô_*­ù½"¬âb¥6Ȧ²©†?F…é衆E£^·/Öízh¤s­×zlû+š±æǢKÙ3oßÝ}B³úÅ%uú§DÞåÝ^](¾½vŸènJ±è~aQ@WýÞ€®Û{ÄWoJÏߨ·ªùzIúZ©6ت«ƒ­†£P4Eµ³tÞ2!]w ÈõÞ™ºíƒË 5ƒ4“úAwëÊO×¢×\Á¶WÜÐM½ÜØèÞ¦5Ïù9+Ÿ‹óý{;½É‚—y‚¾ÃÛýúÛ¶ ŸÝÙ.¼ß™/ºro‡¸íî.m«C;A ÉõXrÿ‚>¹þOÒþÖt´æ“ÝäúÏtÓÊÏ,Ûâ,vî–0å;4þ=;:ü{’ä7UðVÍ ÎñŒÉñ~›’åýnO&ï}M:ïÃù4þÀÝT¿§]é‚û²´A>!Ø3V§§Z—ÜiÑ#W®Œ"mƒ†Dó/ ƒúûi•#NfÅ#.öy#+ÜRGVø' ÓB"†éªÕCŒø€/îÉüOÞ›yÅ[¼>ʶp?Åmöüœ¶‰óy÷FΗÃÉœ¯-I_ïüæ=øàWm°“w ¹WOÈ•óºäÜíQ¤iÄHçÌÇ•ÃÚ¸6æ¹°³O…=;ö¾*8Hƒá([ù}E¤ï3–7äïùÍo½Ç·À÷!ùz·¡øxöpjs¸`säP,s¤>†ùï‹ÑÚ í%¤³†š¯!äÜeÒØ¥Kj0Y· ¿æÆÛ`i–+›,¦GÀÚ3K+a'õ…cˆh2Ør7x)YðW2¨d \IG¬b6Ê]îŒ"J•L›‡ÿ äZ!çÛ i¼MHÕcBJ0AoŒÇåÀdÚ&˜ÎÇ<+%ÌVc#–>¬}ôõÒ1~L2Œ&ÅÂxV8f΄Éb̵ãa¾³,L,fѱŒúð9pœàâ¹L®=<¸¶ðá.ƒ»«¸K ó\LlVHähÓÑLHËï„ÔÞ¥æ?"$·Ÿ”ïD/º‘П°㦬Ä_gòadÊñL¬h0]ê3[,´·ƒµƒ l–/ÅrGk¬p²Ói8N áãd¡“9ͪթ6BŽÞ$¤ô!yO Ù2@tâ©%È_‚@Æ Aþ潩lL§Áp¶#&ϱÃOs—aÖ/Ö˜3ß -¿˜YÂÜ|!-X€%f°³˜gêPa,œ ÷…sÀ[ø3ZA>v B¦L„Èd¼¨'^Và»:‚ïÅ/€`1Xª`0Ã@O -WŽ…”2hµ” -ÐÏÈA¿Lé’ƒù‡îOÃG¸=á_|^Ê>øö…½ñïë¾ ý(þ¯÷g6ÕàËp„/— o!œ ØTƒkÕ"m»‚j fú_ý¿ ”Ë -0º`=–Ãã©|Ø«'ü3ÿeø{¿>Ù€°?¬/`à‡ k€5Tƒ˜jð¦üìAH[!‡€ïUpkÀŽ“Ãu³Œ­*Ð÷PF‚QCQGÂõŒ -®WU`>TÁýQĈדˆ¯üçÊ÷‚^å@@Ÿâ¥¨_ѳr@ù#ˆc€0#CHfOßbl-!¥n=‰;"_jÝ$àÉBá«{C$˜ÙQpÝE9 ×êh0ÕQ`¥\‚Ûƒ¨ïÜGk¿ù@9èïÝ ÚÓ‚! >ØD8GNÓéDp—à”‚î:£k$ðøgˆÏÿH|}qаøˆ02›ú8üYêdÄœo¡¾÷ê¦þyaœòkÀy>t†<1Gþ ùŒ2ŒzNí‹zNëŽ~fàŒ ñÆäFG@ýs#$íÙ„Ã_éø7@8spü . ‘1Ø¿“‰ï/0ho½3™xIYo|ÊY¯.虿û61_úu0~ g,„NÓgOhã¨9Æ`ô³'fŽu?v–ÝŽ6 ’­,!aÕrˆ26 ·®ž/€îºXÇÓ¸ ŠàÃßÅ£âß  ¿“ÿõçqýÄÜ_üK¹?Vs_]ã,„Üå̇²#±Æ¢Ÿ°ûcŸp;Ñyí˜Þø™ô–O¼±klˆÙàØ¬êng຺@ºÛAH÷p®·ç[z@ð«ÔˆØ_0)/Pú|;íiˆ(c6T–ñ8L“1QŸþÙÊ›FñÆbfx}q2:0m Ó™·°Ó™‰Ó™×?R,-!i¥-Ä®wü–ÕÀÚ½ ø®ÛAäödy|ûNè}úUz€ß"3 µ@D'ÍbñÔ‡1tÞ’Ÿ9ŽÌŽ¢Ê„ÃQ—„CÑ7…ƒ±}ž¸)a{¤¨%q"»1i"ûn"§>y"ûò'@ª±glˆ36·8BÚî åúˆÝvÈóp}-ñ>±˜ãïµ  åÄÆMQpÄQ9m Ž+êAgçv¡‹Å†8­¸sMÜß!nÃŽ‹›qãâ†ä1I~,ïRÊXž.uLR:n,, ÙÞ0ëWÕÙø»Öø3HÝv¼•yøMæ}ôE¡¿Çœ$Ôo:+5ÊMLé£8÷ñŒì¶D~þml¾ôVb™´9©VÚˆ»#½ž<"­O‘ê Ã…UF•ÄaiqDZN)0å x{À®[ Lç• Úµ -mú«ØmÛk…ÇÞÿ(½]Ÿ+üÏÈC=Çó£"ú… É÷¹xÖm*%ëF*WzŸ]\‡—ËkSªä—Rå5„^¹–4(¯ ÊËÈŠ•”Å¥”!Y e¨È þ¿·Ö8ΟAÎNG(:´þ½ÂmËËŠÓ;þ­ñÚ7«ñ;2Yì1TŒ -ëÌÃ$¶ -qŒ\’è2YXMæ—V’ -”jr…ªœ|E©¢t(K©}J9­_)£õ+Šh¥RÚ`‰”:(7HK- å3HY³x›W€dç*(9´æÏòï6-jOo}®óÚ9£÷Ý?VàÞ«Š n—¡š%‰´zajfUµPÅäïåTÈh¥êBº^]ÀhUç1º+$Œžr1£·,—ѧʥ÷+r饦–Bê -k ®±þæåPàbʯ_W[÷sûçsuç·NÖy~õ Æï¤AxGƒia)z ž_."ñ˜*1›_™Å*¬²µUvSŸÝ©å³»*ù¬nµ€ÕS.`ö– ˜}*S€ll («—Cæf(r±ûX~påKÝQ§…ºSkgÎmkðØÛ[wñÄ]]ˆ“& -]§Ä*e¸ô’³¸'¬½”$º§Ç :t„ C5)½SKáui¨iÝjS€jl ÙYÛÉr7Yrû²?tûl^\ý—íã›ÇlÆ8ìÔwç¤ËÝf¯£ >µõá(µ>:¥X‹áä”'åpKRKRª6>§Ë+Ô£ jjb¥íÕ‰¡:!ÛP•$ìÔ& º*ñü.)@36í–Aš“äo°€òm/k÷X>o<`1ݾoéákýÛ[ÚιrË÷|ÕHÅU$.¯6–É×Å‹hœ «"VD+Òª¢”R-ªLW‰,¿«Ž.íVÇu«Ñù]Ln·:>Û4 /1Êòe p´€¢uæ´[–üruû’™Ömfc½›—ôôí·oëùnëuƒ‡«þ®ÏÙ²;¡…7ð¢ëHëJ¬__S“¢ˆ¨á”…ëóUá—ªaµm¥ºRdE¿¥èSFËúTÑ…¦ÃÌhË­ ÛÁJW›½Ñ¯EÌ7;!Æ»—!ú‡×›ÝÙc×<üóåSÔ=žîņ‹9íqi­¡$RK$Ó“q#©(¤‘) n’5k¥A7[óƒšFóCëF¤aº¡¢õYdÙƒbS€el`ÙZBž½Ù»ŠˆÉ+ˆÑVKDÿ€¢cÒ Ñ2½ÇæÊÔáÚŸŽï-õ8.:1£ÿbµÇí fEÞÈ êHÈñ¿OÏñ7äfùuiD¾Ý·3}» -ü['EÙAõ?æ׎‹Mb dX›C± bJg†¾aŽè½gޏ7l‰hy²Ù¬áéA[ýÓcëÊfOþMw~5}åa¿¨§Š‚"ÊAˆ‚,,IH ûž¾ E¬J•޵Œ¶Óãèh3Ú©µãô8Z­¢ŽUGl©Z¥¨¥(E$ˆ„U*<óûÌ‹ÏÛû<ç~ï÷Å]»¿3ƒ³§C(ÞÖ.6Vü")µ<×hîëê -vÉÖî”¶í}Oúëg;$·g?îxWÚÒ½CöýÓŠ+ï+/þö'WPOuØ÷ŽÛ³£„´RÏ[—f‘ëͳIcÛÈÙþUsNÄ.<6À 8ð"9º¡?%qGoš¸òyº>ï¿@Û#ª”õ(7g=³l÷ÚkÄ}ïoõª œªÊt4WŠúº*ÅŸWgýÜ[“}§w‹+ØMÜFòðKBnCÈõën¤ñÞrzp>ù—3ô£#ô%FÁ #¬õu#œ¤jg¢¨À™¬6 §äÊEbgv¹`DW‘>VPÁ«)Oo(KøGIÊä¹bîTKo¬«Pð¢·PÐÓ_ì -öÒNÝÁÓ„üï2!?º‘ÿ<œM¾˜ôr;ò&Øcÿ›Ÿ§é!uÓ1ôêiFBÑtß4Í”*¦9ZñLJk*d¶dm‰(Îã`«•‰½–xËÇysZrXè1%¾é5ºòäo„Ü;IHÓyB.5rº…Ïr‹fý+<>@ˆ÷v„Ѫ¹®Qq&йJÄðňËÎGž‚U"„6ä&ŒŠ4±Ø¢Þ€=*:>UÒñ•"7åѸïRëç„ÜuöR73kö&¸»—`Á ¼}´ð be¨´ˆT„ÒuqC}F˜,:’ØQHgG ‹; fv(ŠY!ØÄ¢a3 .}wsÔ NÜ%äP•ßIȶÄÍ>C悸›0{¾î^bx.KÇâ•Ið dÂ/8¡t„¬‰BXx$¢Ö†#&b ˜‘«ŒŒÈ dE@áSÄ -Fø¡Ü¥o¯r’šÁá„4tPùÝ„T 7È=ÕAâ)Y”âÍÆߘë· ý£àåaðZ`Ú*¬¦ÑA ¶Œ åà-CJàR½! X¥KÐ.ð„Äw x!~`ÑiH`„‚›LWÈB¢2l³ñeb0¶J»[Š ŸÈ°áåå´ 1””VJ· ±/¥`¾’"Á)wL2•6‘=ž1™5,˜r ºùž.óBz°¢hàÆ„‚—@ÏW–ŠDS&XÅÙˆ¯‘Q¯@ìÇJÄ~Jù‚ršÒ¨ÄÆ&%­”.â -p†àËçÊÆùã2§pRê½– ¸ýüyS2¨\jŒ¼õ«ÀçDƒŸÎOš®^„„BXÕJÄïTƒ±Oƒ‡5`× îå¼ñ×5`ÞSƒÕ©{@ä—ªé´Wª þˆÒ™9¦O(z³&UÏ]€ê  :hËÁ[=bfÄiL³Ó¦#Ù&ÇNeÔéÀü³̃z°>£|¥ûœœïôH¸£Câ#’úµHÔNò_iœ"§f0{LÝ+×<•ŽëžÈÞFÏyP.[ !ÕA€ìuÁÇ­ƒœ‰(Bµi%¸åÔùï‘ð ûMHü{’¾4!ùŒ ÜË&¤4›ú‹i½Æ)¾Ã0"Ò;$Ný3Ù¨á‰|ÔØ®3ýêr<çB½t1DA¾È -] eDôŒµÐ'3 r!Wˆ ÊQ!£„:¿ÆŒÔz R>¶ õ°iÇ-à²Ì¤_°LgÜÈ}ÃoÍ}-è1ˆf‡t(§G1œÓ¡ræ¶©G,-Úk‹v4ïm`ž7š¥‹è µ†µ°Æ†!/)¹ü$èe™P”È*0AXeæ×åÿžÑÿš `Rp,Bx2,ó\þ˜øªm$ë®m8ûižCæ°v«†¬4¯l÷uÃ?é‡ ›Î¢\@î\è|ABuÐQ+¶%1«PFíFq:¶ìŒ“V>¥¶š&¤å¶Ñ¬­ENñîâWâOJ†²JN;¤_ È/½PÜ.ìSvvk Úu/‹Z C%·LC¥M9Ce×Ì/˯澬TƒÏB(ü—Âàƒ’5¾°o a'Õ¼¸™ -qêd¡J2’k6 i‹mŠÍ%ýòåÏåû*ž)•w«þYÞ¥>UöT{±´S×\Ú¡ï(m38Êîæ V|ovT^³ Øÿk°_Ȩry0z/„f…7òý— rµj×ûc{ ¶¥ÅLÖŠvE¦£Ø¨îµX» öÒß´Û+k÷ØÛuµ·éÚêÿm¿oøÖÞjl²·˜Ú«î˜ªnXû7]ÉëÛ|ÁÖWóM~_Í×}5g\€ÍÃ&ï0.÷B©ÿbl]‚:ºêY!Sõ©Q#;3™Žm2ÞóMzYg¹-§=¿¼ø¾yKÕ=S}ÍO¦¶ÜÊ9\û£ùxí¹gjoZ®Ô6Y[j¯çõÖ^ü?Ýuþõ¾püc0CѩӢºmçÔ·"$•%²o5–Én,ƒ1Ìf˜fÁ`Ì‚“8"‘%Dè!u8Y²•,¥¸uŠ–[=Nº-÷|î÷à‡çÏï×ãýùüðùD½¤·Æ¼LoŠ}‘Ñ@x‘QGx™qu 0JK †n€á[ô!i‡Lß§¹¦›a®ÕΕ<»_ßó]޽Êö>õ<3Ðu†0NЋХPúñŒô¾ˆ\fod1ó6^ÅêÆ×±nEu°:£Y7cXÍ„ÅÌú¸…ÌÚø…Ìꄅ̪„ÅÌÊ„EÖj`4Ò†4DmÖƒ);taæ>]˜kbø]h¹í“Øvï’ØÙxQèe1—è0ÁÃÒc£î&“ÈÝñiŒŽX6»-VÀ½[Âm&TsãZ¸×ãïrëãç¸5Äy^Uâ<¯‚4ÏS‘žq•¤gœµÀ¤!ÜP6é´í:³W -ë)²Øü^vÆè¥üÜy™§é#±Ÿí0?Ä÷;:¢›NLj¥¤0¼kÄœÜZb1ÿ -ñ¿:±ž_Eêá_&=ä«’çø -Diò“\9B–ü4[ºƒÁÀ]˜°i=ÌØ® söhC±±î_òãËŠÓ?/–;îšUºÿsL†== -öºÍLJµ³ã¯g$gÔPiÙ•dv*Y T’Ë„ -r°”rS(§Œ¥)ÓÂâ”iAaÊL8e6_D™ËCðWc‘†H¤d¨YÛ´`ÞnÌÉ¡uf^Uœ4˜¯²ßò¨ÂåàâüÉ>iG§(2¤‰OH¨åè jv)!”RsŠŠ¨’b1µ²X˜ÚR\:PœŸú°(/õQa^ꔈŸ:-äSg -Ö H~ãzH6Ô†ì­(Ø¥ùM~óîÒ‘uÿ®¶Ò­µÙ4V}î— -ß= -œ[«4üb½8&®*˜VÆ%óŠ˜4Q~:[šKʳéJ9—^/g§ß‘gÑÇeYô )›þ°˜M{TÈ¡M‰ÖãÐ…4P ´ ïgM(Þ©±¢8 ¹\e‚~^g¦5Uoe0|Õi__µ·egE€s£"4°F«*Œ§Jò“8ù<ª“É3˜¹ -:S®LcÖ(RY] -*óAYc¬„–1!£gLJ2Òe¤?*\ ŒG£a´¾¤mÄÀÜ-P²õIµõgͯêsÆêãMú×Ïîé©ó4o­ösª»ìW©ÄG•È Q1‹W@гiòd»<‘S¨JàVªâ¸íåq¼%‘=ZFÊ+IfË(ÌIÉZ`‚&ÆmX5aÁO¨¿å[ÕÞWnW[¨ß ¦Úþ¡6Üf¾¡¯ÅnWG£ÛÑÆkªk.^PV…G«¢“ø¥ñL–„”G¦Èbó™åø|*²à’2BpC!-ÅóGK£³ÇJÜqy<{BºHDˆ:Z0KOŠ Õ¾+ Ár>˜mÑcF ÿÖQîŽ3F7Ú\L¯6ûØ^jð–] TG9—cÓÓ” 9ñ%ä¢)£$TZP"SÉCä-²à’’Ðâ I˜hB‘?!ÅçNJÖ54!Yyº((Ù–+ÖÇõh0ÞŽƒ··‚Þ^SíöÛ6[ºœŒ«:®lu0Y]2ѨobM0«`¼ÛP ùûuiƒæÑ}µÌ Tç÷JÌòûݲîúøR{±aq=ÄЮ4ÿÎæ…[TÖù®¦owçûzºwÏ Í»ëOºïŒó ‹,lÍB&öÊBÖj ¥y(µE“¿0Ô@ß-d~? -4M Aí´ªbÆDWöø„‘à¡ gâÜ©´Q7÷„/\øàùhÿû$ŸûxŠ×} -ÅsGö.Iò©OtðÑmä ÑýÞÛ$ÏîeŠWëÕ»õõª`*PÿKÀt9#uÜk  ù{5«ƒ+ÓP±¸U²hº^´h¹÷üÔÁôgö–‰O#ç\|f=‚}f±xÙðh÷¹¤h·'l¼Û¼$ÒõYm¸Ëó;aÎ /Cf>F:}ŒvéÿHpý}u ÀS)£È~o »€–?¨™På¯×ÙÛݚ·Æz¼·Çv¤¿±Îá½2Àþ?ÍþvF°vß_°{õÙÏáé -ÎáÉê^#;˜DîÁ@=·;h½@íÊ£€ä“žZþg#4gåÀFúÊa#ÒÊ‘ƒøs3ÜgËS>+ÖŽ®+¶îg¿8{Ûý×Ç÷ô× _›¯ëotïß ¼¬~TxZþhó°üߤ›Åßï\­¿|u9¹òmU3rkèm ¹‡uCÈüI -çÈý¶Å‚[0©p—>îß íÃÁÃ&>ðÈqhnã­mÏ@»³ÖÐÙÑú8‡ANfÈCø(¤ŸýÌw0…*{xÃî0´= ß!>œYÍHw3¸ÙÀ5ä TcÈüixÏÈøŽV'C=-ܼ! nÿÉîÞé÷ïw†í¡ÉxÌÜ -ž°0‡g¬ŽÂsV¦Ðûÿt×wXÓ×ðŸW‹Ê‘­l”½Ã!ƒHH€VÂHØ; P†Ê#KÊ®{ ×:êlźµX­JkUzñjÕjE±€(ŠT(‚È÷ž§çþñù÷¼ßçœ÷œç¼twȃ\ä„Ê@G4ØcqØß?Ðìp]£îNŠúŽÜƒã?RÔ^r›îST㊪ (õ 57Z R £'ƒ¡QLÌÂa±Œk[:hp^á OgÐ\\Ápu×Õ"Wû¿¥tW+¹X¢ÆÅ-Î&ØIìÒ¨ëk6ÌiB&˜`ޱÀÒ"C’ÁÜŽ–$ó.ÝÓtÒÒtr­%þ ÉðÍeû2^õ\x¶qáµ# ÞûÂàsŒ8ß..ünpA»Ï…(üGC0ÅA8Ó!`O°Àå t$\Me¨®ù’ §e`¹Ù€Es›ã¦(ôD&³Èºe<ÐêÂá×Êm ±‡ÿÃ|œà#ðAÝáºzÁox³Œa™› 5ÞrÁæ!|€¾&/ÒGÉì@Ú™äà9[ïkÓá‘àÈX`*ɺÅÐk#Ô,}£ÁÄ!ßD"äl$˜?D‚Õñ‰ý$bšóZð!tR0ÎÿM8ƒD>„ð‰"Mm žÙ°mÍÁ·3‡hÅRH¼mÍpCyú"bÙà¥ðÁÉ])«^2Ëj“̰·I>röJ¦Cˆ§¸'ÅÂ.‰'y?GM„?ŠzÏ)z'˜¾ÌŠ^gÅ¿‹g£•ÌÆÜF¬&ˆÑ×#×Ç<+SDY›B¶Ü‰žVH¢;#>̱Ò3É‚A–x:¼4v’·Z:Ák‘އo’þÉß-”¾‹èŒ¼ûVøcÌÑýèᨡèÁ¨‰èçâÒ‡1e½Ò™øž¸™„ŸeŸ4‚T_¦Fˆ´4FÜRc(L ô°DéËôP¯Y¹ˆ1%K—(%c¢"Ù[auˆ°1ñ•¨=q8jGÂx äëøèsñÄ\—õÇÞ‹ë“Æ=‰O¸7•Ô?-ÿ)qZq-i:åJ²fˆÓÓ…Ðt1¢É^ÈÉó’io„<7SúÛÌæ³]'³"ÆÒ¤Ü‘ÄñKinü@L¹¼?ºNñ,¦Uñ4v«üIÜ—òÇqGåd§åeWå¿Æß•ÿ7a@~'a<åfÒ‡ôkòIå%ŤêBÊ_ªs©ehÉE2ÈL ¡²0@Ý"¨]ŒPN³œZÉ\>¦æû¼Î‹fdÈ#ûY²Ç‰ê”ñµé÷â›”w6¨î$v¨þ“ø•ê—¤NÕíä.Õ­äÛªоŒnÅXæ÷©ãÙçÓÞçœNŸó­ò}îq•fHÐÕÄÄÉÆȵÐC©­>w2øTëk:¾*Äf¤šç:P.xZœö GÓ«,HéI©È¼©¨ËùIÑšÛ­Ø’w=eOÞÕÔ#yWRÏä]Nëλ”þ(ï¢òMþiÕ»ÂÎŒÑÂc™£…G²F ýH$¢I†42÷™ë ÒF«Wè~Xë½x´!Øb¨>Ì¡oM”×Ãê„;¥éâ›ù¹Šë™êœËÊšÂ.ecñEe{ÉyÕŽ’³ª%g2N”œÊø^}2³WÝ™õR},{¤ô`ÎHéþܑҽмµ&HÒÑAÜ’EÈ0ÔA©ÙBÔZ-@½ãÂñužú¯¾4îÿ‚³ì·u"§Þµ2úÍšTᵕYÉ]…E9gs+JNf¯Yy"»¥âxö抯söTÍ9Vq$÷BÅ¡Ü[_彨؛?\ùï‚áÊ]Ã;‰¯Ê5A²Ž6ŒôÉÌ© -Óù¨[¦õ©Ùaþ»õnÚƒÿò7xºer¿-Ò±§%.ðúZ… «6#ñLy~VgI©úhauåÁü†êùm5û -vÖ|Yp°vOá©Ú݅ݵE¿×n/¨ÙZ4X³¹h°zSÑPÕÆ¢¡Ï5\[Ɇz(0X€j-4XΛjµ÷fƒ³VÿVíß¶1 ïlØßh‹¥]nI?W¯”u®ÊÍ8\Y\²¯¬¢j·zÍꎒ–ºíÅ[ê¶•ì­ÛRr¼nSÉ•º êuíêþº6õ‹5ëÕ¬þ§z`UkÉ@­&P )ä(ÖŸUKæ¡Ù|î_íÖs‡·8Îíëp׺ßdp{;ßæÚæŸïÚ“¸'[Ò¥G²•ûWïª*«ÚZ^]·±¬¡¡½¬½q}Ù®ÆÖ²£-e›Wö66­ìkh*{Vßô?¶ë4ê½ø=CŒ­“,‰ìÛ3¶2YÊN‘0DÖj0hÆ>&kŠ&)J¶VEöÍQ='-R.%EêézêNëyÊÉýüÎéÅóf^|þ/þ×õ¿îûúý¾/þ߬ÉÂÒ¬—‚ÒÌ)¾$MvˆU”ÇL%¨H¡hõC½åµX2ÖbB}Ðb§t«Ù]çŠ8ÀêÌ®p×ã51í¢œý¥©›[rªó¸…ÙüòR®HTÌmr‹øÙ}¢íÙwDÙτ۹Ï˶s_”ð·Mó·MJ‚1rr¯ ‡\ÅyX¬L«V…™u˜Ü¯#m”Á6[Å­«—\Ø¿–uJêÔµ;zmkm|”xGrJmY:WX˜UX˜Ï«Èç•Tåòꪳy-ÕÛòzª³ònVeå=­ÜÆqsÇ˳sž—åd¿(‘äŸåh˜« …eó)_ë~‚·âùðì < uè­ΥòWÚ]Ÿ9äg~ì@°Ãá½Q¾ûâ"víLLÚQ•¶µ¨<ƒŸ[Ì­ÈðkÓù•uiü¦ºÁÑÚ¤Âë5I‚ÑêÔíO+7Œ‰6ç ·ðž—I‚±49L•‘Å|yêœHÞí¢Á“æyð¨]hÁ£Ö´óGœõtúлÚí[Z#¼÷qBkölL(«OÉȯI/Èe “ËójâË„uÊ÷ÔÆ »kb…Wª8Â'•JŸîH(% -žU$ñÇ…’`†›¥ç¡€FùX%O÷Pa¸UîvIÃÀ u¸Üc!ÓwÒQõè1OãCݶ{;ÂÜvŠª8°!VД”ÎmLã¥Ög”ÄÕæîˆ©-«Š®k¬Œªë­ßyY¹óYyTÕ¸0Z4.ä”—Ç–J†di˜%%…¥Ò0Qðxî¦Â­ãT¸Ò« ?ŸaHŸè³Wn?í¦ßܳÆz÷ñ ×Êîÿ⎘hÞ¡ø”Í-ÉÜ„}éü¨¦œÒȦ²Òˆ¦†’ð}EáÍ—aÍcü°=“…áõ“E‘5Å‘U’a‚¬,æP¨ï+ž4€S—:¨Ð2¨ -â»f2uƒlá¯Îú‚ÛÖÜ›¾N©ýþ¾±×ƒÃ®EÆ®»¿ÑÿjFâšk‚k®×%øÝhÛàÛ.ηÿ Çëú§8ïóŸ|{?&ùü, òÈT ‘3¸Ù p™ÜAéŸÝ¤ÿµÜ‘‚ÝiP3ª+%µPŒ,×Ê~ìl–6ìf7ä½:üÁÚµ÷CBüîs"|¤Gx„{?¬õn ñ|t6Èãñh ûðû Õ÷fÃÜf#<®Í®—d¦`d7À¿‘ ;8Kúç1ÒÿÞh’‚Êg4(ŸÒ‘â¿b(r§l4Ò^ÚÅM:Z‡M¸:LxºùLøûxNFú¹¿Lòu™íã6Uîíöj¯çê×Ç=V½¹åîúæ­ÛÊ©ïž+ÇÑÇiý$¯&w°àÆ’3'®´ÝØs r„Å¿)@Á´Ö¼­3FJi3æ‹â¦­ §m™þÓ+l½¦]VÏx¹¸ü±ÎÕé}ô*Ç÷©®x.+>îp¶ÿtÀiùç^Çå_î9Ø}ù}û®`O££$Åä.žþ‘öñ @Õ0@á@î'9JÆW5™äoÚJœo†ªaßèÚþ³,cÏY¦ë¬½õÊ¿\–Ù÷b³¿²—ÍE³m0•m…<[K¬\f–Z`Ÿ ­™øÖЉ_%ºÝF2ÐÐK2ÐÙÐt‡Ì"óG¸/6ý)MM@%Ù(TU FÍ…kPWôIé5°GKc[d›ÚàJ3Kô`°ÐŸÁÀH3:&š™ —nˆå¦(&ºMôñª±>’èêq’s?2Øü+@õ2`Ûs€äW±_A*¥eס¼¢7.X° -ÕÔQSƒºZÖd dè2ÐZÏíôŒÐYO½tu1HG9Úš˜¾D ´Ô±’‡&MUìèÜÙ<@2X{ èïùãISQoüHù!Ⱥ#(8¡ô|;¤-´F%Uª¨ÓQCõ ¡¦Ò55ÑRs²Iqt^¬ŒÞJ¼H9ê4ܤ&ƒ¹äç¤DE’“$ƒIëIKÿþúÿü¯9v!;,G·APb!üdŠ lˆÒ*º(§ª…óU5PUM«-D5E4R£!CMmTUÝúÊ€± $Aò©éy&æšhÆZ‚fKuÐÄA < Ð Ø âLÑ` õóÍQOÈDýL4h"Ú˜hx„‰F½ÄE&0Ñä!ñÂMß™#ý‹9š!ƒøñd ý»92þ’Քњì@7ÓD¦ùdZé Ã^MÝ Ñ4ÐM9fh²‰Ìà±Ð¨Ìk ±%š´DÓnK¤÷ç-ЬŸ¸Oâ1næoYÈüÌBÖYhŽäÍyó_+dý)®$;Øè¨£¹©&ZѵЊ¥ƒ–l}d­2B¦?™QÌÿ±]ïñLïÀ¿$•\B‘SN—ŸÓï„_ÌÜ7lfîs33c†Ù´¯f¶¹lH.¹S%•nºê¢ÓÑ)ýN©ÎÑýWî!%‰Jéýûþþýµ?ž~ÞŸ÷ãóxÞÇ lRíÀ:ËÖà`ýVX7àÀ¦ ¶û0Gpð¯Ó8ØðæìÚƒýk{À}´ܜݜl˜Åüíö“N€›Ð<—ÞÒ ì­,Àñ§ÀÙÚœñ«ÁÉË -ðÁÖàÀÄj%cP<Øå9‚]©Ø×bv`§;œÀá#àOb~uÇ«ŽàtÿÍy?ë<á0í2ëðÅpŸÿÁœF àüV ™ƒÓJ3pZ½Ü×XqÝ -ð´_D+ øÛ€[$\¸Ø»€“«´Ùœ«ÜÀ¥Ñí›Ë.×9×ý®_ÝŽaz\gÝ/»Ìn»|!¾tþä1î<á1ã4N—1"¸½ö÷d <×ȦKÀûÂî–æ@ÆP±÷ðÛ` T·€ÕHaxðd»1•0GÈ"ÎÔÓÄr/õSž-ÄÏž{ˆŸ¼ºˆI§ “ä‹„ ï÷qïg÷n#”÷aoðxI¯ÇT Ýóò] ÀëÁ[!$‹eà‹­Œµffû„:¯y=ãg©L÷/”$¯OÞÒ¤wùƒ÷ò{J5y̧‰ôŽÚNzë{ôÆ÷¤×ˆ_¯×kÿžCO=_Œy>õŸ&?öʽ ï5øõk>&F@øßýæ&jaŒ5¦À²6ƒüJ`x®û;"÷‘éþ> ž<êŸî3â'£ûP¶R_6P_µù<îôyF;Fyržò8ä:åQÈÊýÐ1êiÿ›4ì…à¾pîš&@56’¹)/[ÑË ~µ$þl<œù4—°f‚Mµe„¹‡Ç’_„ðýž†dü’ø0´$àAhm཰æÀ»a·Ã»‚n…Ÿ ˆø=èˆA×"Gƒ¯Ð§CûèþkDœe½;è'5?¬ª™1D˜Ç\R~Ô‡´u†_…v¦…n+Fù”uƒÜ‡'l¦çƒhžßHí&=;ìÈ‚ðë‘åýQ W£Ú"~gtF\fœ ÷E_ _Œ¾E¿À¦ÿœbœa~‹>ÁúÆ<;Ç<ÄžcÔü—B 6ÑXæL2ÓƒtËE ±Ò›Ê´5Ët^6$!­z" -¶¹Ïg¸ $ÄûõÇ -Âÿƒ2.Åä0‹)Žé©bg5²Î±v³zb»Xgb{X§Ù×X'ãžÇ‹›dwÅÍÄíçÌpöÆÏp:fâvkX!ƆÀ6Ѓԥ ]¡ûM¶vÁ¤b½ÞˆoôLá±ü?²@«I¤Ó•4¶ÏŤäðó ¢˜³çG•p’SšpœSÇ=ßÊ=¿Ÿ{8¡›{(á2÷÷ww<±#qŠ·‹7ÅkåM%îà}Ñ‚Œ Â@¸úXÖ1Y:39«tÞ«Öé¾*°Ó{TH\r+ÏM¿<Âá"Êò>—žÚÍOeMB¹‡yÊä¼¢”N^%¯‘¿'©ƒ¿;é(¿=©—¿3ù¿5ù­ 9eR°=å#¿SŸò)¥N64€¨Å‹!y1öÆ: 0ÓžR¯Ô~³yí¼g%ÖóÞØìûcŸ*ÌîÓ«{S<­+#%f¿PÌëd vñó…müÒô~]z³ MÔ$8(Ú.è5þÕ †E5©ã¢ªÔé•©„‚‰4M€†õƒåÞT½ù 5Ò†£X8.ÒB €å½ôE:m õµÀ+1FžW,EîÕ¬Õº^ë¤w©Šbq®œ¶þÄ–(·ƒlÿŽÜĨ–l·aS†°zcZ!Η–‰K³JÄ ²bq»¬H|LV(î“©ÅOd*ñ©Jü6S%EU¢wU¢±ï@(6 ñó@ÆÂy£‡Lé!ƒå‹‡5 ‘› «+Ûð {ëÉæ§«ƒÿydk¤Ë¾’Xj[!—¾=/%¾ZžžV*E3‹PE¶ZR¤Ì—T)s%­J¥äR.éUÊ$0ÃòlɈL¾ñTžñ6Sž1úÓׇÄyº€êjÏä/@·è *u»õºÈ¦•È¥fÜ‚s¤¥'­ÖÐwWÄPšKãÃj‹’âÊU©©…Ê 4W&UdKóó¤Ò2U¦´Q%‘vægH{òEÒ;ùbé`NƦa…$óu6ŠŽd¡è›ï]›G-ì?èhh#Êäní+ZvÓlêwFºmÝÁò+jŒ§çÔóÐjPP‘.M(Û”[šŸÏ*«Ì‹)Û™S~\É,¿&g” ÿ—í2 ŠêÌÂðwQA–^è}¡è¦èn fkvÙP‘ *ŠûEMÔ1*5EQPJ!¸P“èD·©Ñ² ¢FË…5ˆ ‚ˆræÿÙóã©þªëÖ}ÎýÎùnÝ77}Ssîä ͹SÖµ¬ÌXk ~aM³VÏ×Ó æ¾½”»Qî9 -pºlœ¨Z«Ð>TÌÚ[-ßq,Q¿épZÈ×ÅñË‹²¦ÌÛ?sÖ´½sMÙ³ôË´ÝkW¦îÙ±"5¿xùÄüê¥)ù×–$ïi]’²³}éÄmíËRóˆÍ–à :°àá&€[» -.PöªùàD•5?ɇ’“šÕŽ;«ÂÅy'b5ëÊ’M+KÓ£šš}xZVFIΜÔâÅ RŠ¿^˜\¼}ARÉ¡yI%?ÍIü×ÕÙñÅ­³ -_ÎMÜÛ5?éû ’vY‚sÀº“úÐø-À}Ÿzp¶”²gÀ±3”}j°ÿ¬bè®:Û-5Á¼õg¢¹§â|U'›gV¦'L­˜:9µ|ƴIJ…Ù åk²ãË¿WQ4-®¢ê± ™*Zè¥Ö›5áHÏô؃o³ãŠº- >À£ ŸöàÊAêÁ1€3•å§Š)ƒæ_°¿K¬·ü[kóÏ‹þÌU¿…Jÿå9ë\œ)ólRdjmzbBMVZlͼI15«Òcj·¤Eט]w"%êl}Rd]KbØÏýëÒ"Ê?LŽ,³äÕªO{p½€zð@m@%ù¿à"À¶†!°ñ&ÖÝtž{S7~ñu^ε÷̆}j}l`ü•äˆè+S£#¯Ìމ¨_Þ°)*¼¡ 2ìjy¸ùÚå0óÕ–Ðàú÷¦ËtcƒÎYò˜öà¿». žƒ2êÁ)€ãä/¤ úeÀoþ3rGÂò&¾õÂ&ÅèYM:§Ì{FáÄÆ EÜáºÈ»qưÆtÿÐÆlÿ{KýBš6ƒïïñ ~Pêôð‚!ðÁS½S¯o#úùÜA“Ïm üœÁ³ÐPD= 8] PVG3@þ]W6ÞX}Ç -? óšÙCg´HFg´(RZ´Ü -ÞÒ°“"¨%\К õk›âilËÑÛWh|;òÔ>PywV)½_\S^t¸ë:P¡mC¡þœƒ= sXó@ùKÈ¿›ü›ý·5ätްÊzã8lr7×&©[<>¦Û•e~«â¼Õ‹}߸zÂe^½ rÏwSäš¾™ºo…‹ê}žÔ£¿P¢ì¯+>Ü)>¶ŠÜû„îïÑ‚ßéÖÑ VÕÒ üF3Hþ¼ëä¿EþF€ìGS_[Y¥¢Í°xt‰lÛ`8ú¡ K -Ž'zòTèËW`ß 'ðå˜ÆsÁ .sáF¶÷±XÎâãE&Ï-8G3xòg€£ä/¸ °…ükÈ¿ü3þ˜ô ©¬cÐz¸GŽ -Àqc½Ñq¼Ù(`¸¡Œ)C%KŒ^äòcqÑÌdc<ƒ‰NŽ8—‚ä[ÜNÌEôÁXe7OYpšÞ¥¿ ÿ6òuûÓóO§çO'\;@D Dîƒ0Ê­Çxàˆq®8ÆNŠöã…Ȳç!ßR't§à¨uƒ~ö£(4 ÃD;kÌ´œ?pÕXÀ­Äv Êϼ°ƒüký÷Èÿ ­`B@HX?Â/„a#]F‹ÆðÆ:ãq ië€cíìÐÑÎÙvÃQ@^yUäõ%Ìä‰8Ép&‘cº³P$e ߉B% yZgd9Èç S²3:e±Ñi!±šÖ›èÿï8ÈÜGsuœ¨ä û %®rs—ƒÜgÎÈ{éŒü~6òqÖßpiMWY ¤Œ%–0PäÊD‰ Ejgäzs‘c&¹èü]5XIë <älç!7Ÿ8ÈCÞQ¢‚ZqЇ‚óD=…wx(zÂEq%}” g@‚ÎDÈ!xýBKЃjP R&Êe,”)œQ¢£{Ó½âø(Ê ßÙ|. p½E[‰ÝB -Qr˜øQˆÒj!ºÔ—(»%@ù#ºvò?ºöòûÝ×犼^9 -Q ÅŸƒjªA*f ›ˆ‰J1r6*=¹èn [Œ]Ó‰l1Ê—HPþ±Y‚®;¥èV A÷b⸕TÖÅ7ÅTÄ}êvQ¯ú­¨[3 |­Bñ+J_z ¬ëÿ€†=Ê… TñèÉg NÂB½Šƒ:£µbÔ¤HPå‚êùrTçä5Ûä´{äýÚ"ù{Ïä}^åòw^§d½º_d=úk²nÃ=—W†V—ÞÝÒÀ¬]®mztoա♕ŸƒžTƒ’ë„z¶#ú&l 0ðÑ"FŸxÙ€w†[¿!GñΰLÙcX«ìöÎS¾ñÙ¥|í»_ñÊX¢è2–*^øU»wúŸuÿ˿ޭ#à®[«©Ùõ™©ÛíIÀ€ÇcTÿéÚûþèy×d êœìÑ“åˆ~TK0sºÿ³ÚòÖ/|Íýë’ù„€¿Ð÷¬»KÞô=‰½ýnŒxç-¢6ð1c×·DkÐURQÐReÐ7äÆàKäöà ”Þàó”3Á3”‹!ӱ߇LÆ>Þ=Fy»ç F ÅBÜâúiïÑI_´R÷r–ú@ÑJoˆ­[ðûÜïAÒ¶¥?òCWÇ!~z“ÉÜ6' ºDU„§Âg¨™Ó´¼ˆ³4{Äd\ n"®7FïÆÒq§éӑÌۑƒŒQ'¿áûèÐÀ1]ñ0¦ƒù>pú†häZŒ>P¸Ø¦|äñF±Æó‰jƒ÷OŠ-~÷dÁËnˆñk/ é_Îpx!S,1nœ©ÁŸaîaf‡˜ÄAV9q€UO<Éj#õ%ô‘zÆIÇ®‘ºÙ?“;^RÚ`ìQŒ=‚hâ¾ Y²’|Ð |¼ d¡;Tù»½Ô®rûE¿ÎýýF¯[úÀ/«£ÖÌȨ›'’ÙA#QÔ)žœÔÏÕSOpM´®5î·8®‹WEïà5ÓÛyÇè­¼º#ñ½%ñ_Œ¦Ägñ ‰0¾–ã«ùQõ€ahT/(ðò€r_W¨]ìòÔ¸Üå§´Õ.wÓ7¸]MðýÚˆ[5©¥|>¬dž”ò#{’%”N¡šÑ&ÜÇr²Z„6öa9»IØÀnu°ëD§8µ¢sœjÑ=N¥è)§BôšS&zö#JDoœ~¨‹î^0ÙÓ ª}\^|ÁÃô…àfp#sË¥Ì ΚÃÿp:ô逞ñUšÑ.O¦´HåÌF±ž[‡eðk0‹  -+TbÕ‚ -Ì!(Ãú„¥Ø¤°»-,Âæ„…Ø+AöŠoÃþ›˜ýÆsFà Yȵ¤î®o´žàaš'¸gö·³¼Á¬å0cÝê=–¶lðqý‰tú¶gO³VD®SIYUr5¿<ŘT*ÍÄJ¤6¬HZ!>$mÛ¤ÇÄùÒQq®ôºØ*} ¶HŸ'çH_$eK^ˆ²%/…ÎÀ˜w]h®.ÏR]Áwè­Ð |kñóWƒ)ÛÏ‘¼ÝKû-„µÝY´-SBh}š€X©3K5 -~¡R'¶É3Rrå™E^"Ï‘×ÉÊ;ä™ò!¹Y~En’ÿ[f’ÏK3d¿J2dϰ Ùódg ÙkäÔEþƒœïN&@ù®àr¾;8W¸Œoö, Y|܆ÿ¤ÝJÝÜ”Í -ª6'âK÷'1¥¦ð­Zµä Ú¨8 ÊT›TštU¥&MåÐU½ê‚F§º¯Ò«+R•Od©ÊùƒâW‰3êá EÀíõ^ä[Èwnfp%ßœ/t“öå`¸l“{¿=haWqÔ꣇b7Öå1+r¸‘E™"Znº„—eTHÒõ:•A›®Õíµê÷jËôjí½BÛ«—k§u2íZ¹ö‘F¡™S*ÕO*õ™3îæÅÀu^À]ä׬ȹ -‘óØ‘s”/§*ÿâÚs8з­·²ÑNþ¬ªˆñ•ÝÆ ·Y”ìƒ'Ý,ÃtûÕ*¥Ñ¨O1dņ"#f¨7&„ÆÉTñž^dx MÖ?Ò`º9•XûXé dt—€ËÏÆw=ಠ€™Æ+sTùÞÚ .µ Zª#>ª=LüsyYܶ’„Ý–C‰Ds^+Õ"IRf)”˜Y§˜ÌÆDS‘gª1pÍ]©ó˜Žm¾«eg<ÜËÝÿP“¸ï‘šoœS9ƒúè•¿ïá:šÁä]S(¤½ùë½AwÓ:àhÚîÝÐæ_YGX[\Mû"ï038«Œ½¯DH×Âø’|*Æ^ Û’¡cYòu,kµ–iíÔÄ玪¹w”tËœ2>kNÉ4Ï)Y¦ÇïÀí™íáêšÁ¹2Æ{j »Ù´:>Ž-UGCÙ›£>¶5Q6f×3ÒkغJ>EVžÄ–J“Ù%Y|qº‚Qœ¯ —TÉè%Ò8û¨„f¿ƒÅÏK¨¶y)-w^g™OqbÀåGêbêA1“UÈ»P~/ò/Gz÷w.Õ]ÝJ»vút„¯Èi‹Ù`rP·ê›ãCMBR½€Á©•ð5jQ\Mz2­&?‰ZS%¤ÖvðckGy”Ú;\Rõ|"©â•€l)$½9åhè&̾›ÚÁh=(¿«€Fä`‡Oø{ßz—‚¾m>9½¡þ¦ã‘L=FÚ¤ì¢íLî`FpÛ¸$FkƒêP²(Ž´rk.‹ÔZOjm§ÛÎÄŴݦâ>‹j†ñøzÈ$Ô¼Mpfíáú/¢NÔ0Ԃܳ¹rК~ä^ƒ® oxÈÞäaÞùaêßÂV*£6`Ä/¹'©AŒ>&ŽÒË'{SH„^‰Ð—ƒï+'D÷·FG÷DEõßÂázŸF…‡„=ÝÞÉÎüuñjÓ•œnà$Êïïžs¾÷Üû¿Ï9—+jpùæÖ§fÔ´¥Ô—Ú“ÆÚªÂ]çg‡¹?±%4® ‰¿°78îû‹Ö绂õ/l޳°?ƒÈÁ^ÞÅ•téüí¤û¿ö¿8DÏà(!¥ýwN2©Ñ¼ÞÄ#£šUî¥-~¼ü–qVËpEJKœ.¡%Í8¢5ßÛZa޹ñ–9ææ “³mž1úÖ美[ÕzÇíïtÃo·k#n>7„·Âhky°:z¯§g@û[hívŒ¹Ç ù#íO>OȘ)»éAŠ:Øa#;´üô?&±ÓÊÆvF(]±êÈ®ýáHmØ£r­{¼:ôñ UÈã”Á=ËÖ'Û¸ '§åAOïÉzúd–n q„ÎàÞmô_@ûk²¨†yu„̵ ºßWÑÀÚl2ë€CðÂÅù!SnB±ÌcX=¦Iu˜+Ñb©Xƒj‘µŒ7„*t±ÿß„l§ó÷%í/©%dþ BÞ=GûÝÿ_ú¹m„¤>$n Äà /Œ ra4"Å&Jô“¨-Q IÌ"W,F¹H€‰ ðñ±«}¼°ÓÛ 5CìÚMg€îÿ2Úÿð$!³ê ™r‘ö¯RÒJHömB’îó„¸G‚x„‚xÁï/_Z°B%TŒ F ãƒPÆ ÑB7$ ò}*½ ¦ò fS yˆØLû+h!íÿ™ö§^¢ýk„ß$$ëGB\÷ ÞEÜlω{ ]ƒ‰®AÂSƒð9o)Ü}„à ¼Á_Q[DìA¸ŸSË@TÏ@|äé!$ý/½`  _ ]ƒ"P…ƒ&ª€Ä¡€8EQ!f´ Ìd™Rçˆ!úH Éb $+$®“€Ý$»] Ù>1äGÅàΈ¡¸"†òŽÊÇ¢Š>¦_ æ9Q/1%¡¤ÿ¾:4þrèÍ ~´VT‘J(•PäQ£èº&Ò=šÁ‚û Ň,”ÿ`¡ZF­f¡ÞÀB³•Ú#…ö[)t'¥Ð_–Ú%}†‡’Ÿ ÏÅOõôèÁöè ëÑBþx˜´tœŒr˜ røùr0ù+`¶«`ŒWÃ7[C™†70L£k|ƒïŒŸPKè·+¹¦/¹óy¿ß.ê ¼Ïÿ¸¼×rQö, MÖÐÅ> -èe;-wøCA©øCýÀï×`ÖÈ`Öɤ–ÁJ…˜8„†*£FPºEÔëjNQ ÎTõÍQõ-Pýd]¤z¼\õ4xêIÈ&UOèvåãÐo”ݶZ声FEgX‹â~xw'¬WÙnƒæ– º6ô7l0 Ú R²礈¤œÎ ŽájD&é`ÏÓ?¥{>A×cÿƒ®Û>[÷0b¾®3òS]GÔR݃¨iï_¯½çت½ëØ«ù1ú˜¦ÝyNsËÙ¬nuvh®G÷®FÃØ óð»ì€ÿ¥A`QÉFÛѬñr’õb¤XX$ÚññÚg1Y†GÎRc‡sœñ^L•éNì,S{ì\ã­oÆ-6Þˆ_áۿη9a‹áºk·ášëˆáŠë¬á‡ÄfÃÅÄS£«×RŸ€À³ °ž‰Gð©x„ †  ‡TŒ!ƒt™¹Z!Fú‰rBÙ'éNUgrªáNb¡¹ÍUéßšø¶åzÒ ËÕä÷ý›Rþî9å3Ë¥”Ï-ß§®¶\HÝp>mG@CÚÁ€si'Ϧ7žL¿g=žÞZ›†°c©°IEÄá—Ò~íç=ˆ£oÎToäKø(QñQjô~Vbe: -#e·s]šæ¬\sSFYàÅŒ7‚3«B2ߵ͚c;µ ìTö¢°Ù_„Õe¯ ÿ.§:¼6gOxMNýhÎûáÜöˆ9O£öåÀ±'Ñ»³áÜ™çŽAEÏ ‰¾÷ry|¼Âxâ5γ´Îóa¥…ßþjsý•8ù¥â,CCA±õt^¥½.obÔò~ï¨É{Ïq4^ô·ù £å/q,XåÜ_°ÁùMÁçÞ‚C1» ÏÆì*¼³½°{ÄÖÄW a3µþwC!F$Bš—7Ї<úÖzÍݽ¼éœìIÚ¦òȵ*¹0ÝävjzÿXUw`RŽß×ã‹#þÇuy†5}®aü {© ˆVÄ¢ ŠHq€ ‘ a„•0$d‘„° #pXaCd¦ÈjÄ ¨ ‚xªÇª uõXµZl§¶Šã´½Îiûž‡oʇßçûºïûyÿ×ÿ>Îq=ÊRq}ÕìLÿnv~@'»œÞή¥à´Ò÷sÔôVΉÀfößÙߪؓõì™À:6 ¬eú^6 X¡êPÜZ< üW -ðc -þgË4á~†Üʶ„+ò-:²<–¥ûZHÝ|DÊÚ©ñ¼;„ÿ6~jP OÚÌS0yÕ ¯QÏëdÖñŽ1kx#L%÷&³šû3³’û–YÁ%Œr. -ã’à…-| I„Ïqó}/ø6›wr´`Ü]ÿ(ÇÍUi §«×Súª·ôTz™w”X73¶ÔDºUårh%Y‚Ð|™$:;5…/KÎ¥$+$II5’„ä6I|r¯Dœ<*ŽKúV,Jþ5Nœô–/IœáÆ'¼ã,„0ññžb÷sqó\©ÀÍ…ûsh¯!¯³#µ[õºk2çŒ$"÷¶(<çU\Dö”02ó­ J6ÍGx2¯ËnÏg€þ/Ô âþ;ÖDƒ-ÐѺY«¥ÅuQ}ÓžOªèëJêŽy5‘îÕlZb!,ÇÄ' #ÙâpE©8L¡1‹ÕBfñŸQ|‹¢xÉ )œæ…æMó˜93Ü…X€gó=äã[À.¡ÿáFÌ÷WOî®vshíܤ¡êp6PðZVºßMAKˆ}Vc¸s²*š*ª‹ äÔÄED*ÙÌê,nhu 7T©â„(Õ1ÁÊ¡è`å-V`õ$+ r6š^6X<¨ø˜9¼…3îbW÷b¨?´3è@ýn€fõbØ×cCQtÒ-S{˜vû¬’wnHmg8IÚXîÜV6Õ,f4%„7fE5–„5í lR3èMC!ô¦[Aþ“Á¾ªÙPZaø)IØB^ã›|4ÿ+ñ-¨0ÔèÂ݃pÿa€Ú£ÚPuÌJûìµ -޹,’÷z-O=â»6þP=¯‡¹ƒ¥ŽòdtsiA]ñ]™þ]ÅþþÝõ~~Ý_Ðüº}|»ozÓº&½÷tÌÒ¨ˆµ…ø#ò,¿ ˜Á5ìàæ?ˆú}‡p{ö4â,; PxÚòNÛR²N;饜r3‘œ¤ZðüÖ±N90úÃvÐûÙî~}¢]´¾ô]>}…»|úkÝ÷ôw¹y÷ŸÚIí¿áLí›töì}çêq„x¸÷Ï…L`7«ðšÎ¡þz?Ô‡ Ôœ(: y^RG- ñÂ&-Ñ…m†±£nf‘ç©–!#~¶þÃÁö>ÑŽÔa¾“×pòç»Gò=G”[Ʊq“Ú¸ŽË­w^¯Xër½ÕÊåzÿ§Î7®®v¾þ‹å¶k3VNWˆµãeb»ØÁÅg1ÿãÇÔè½ù@Õy€¼/Rq‹Æ°îh@ð} ?XIñ}h«M}è`èñÐÙØåán³íߘo{a¾õ±I[æô½Âìó •©ãÄ᥎O¾4qxò/cûǘÚ}G–m|@–#+>ä2ÞÀHÀ)Ô?<ˆ ÷½è½ð@úUÑ €è;!÷|&4ÁëcŠûs -ççÖzN/ìŒ^l]l?é±ÄñÆ—aK6¼â/Yÿ:m±í›âEëÞ4Ùü瘡õ¯× Öþö\Í›wúŸ¾$«_ÃUc˜ï@û@zW`öc’›1ß þÚ€û¿œÿÐÕØú§‰–ÃÔ -]»)+ýõSë ­ßn1²šv1Z=C5²˜ 2üäÛÀ|6IÙl¡žÙ\ƒ®é\¯îÒ÷_é˜üõ“¶ñûYäýGœÁûëGý.Ì~ßE€’+xƒ×Qÿ6êßCýGèÿ·Ÿœ&¦AcÑÖ²%F:k‰©îj²Ro%Y£oN6è›GýÅÄÐiz:$LWƒÄé‘#Jm ÝZ@‘;š@î}Äæ¯FýF̾³Ïþ þ.ê£÷ô¾ç)ÀΟQÓï@Y7 V´VÐ^A´ẗ® Yªkø¶ë3ªÉ³øM ‹ 2 ‘ ‚ì0 a˜†!œ("ⱈ¢¢ˆÜ¥(-RW]”WO¥Z±VëlÝ«.ÔJ¹zÑ÷ý€œ÷Ãï<'ç9'ÿ뾟'9÷Dt:Xb®€' -ÆìXÌNG…˜]yµh…@Ëvb~æWŸÇßî}ÁeBÔ¸ö„Û„D`¶ÿÐÚŸ2ú!–ýDÇ Åˆ.çààL 4¢ 3ÙÈ™#{ÌöD!˜/Çì‰(3KQÙ€oÃÖh>°±ß1 ë‚_?EIäÉ`)ÔR‚q‹@jè@ê1¶m£ÙZõ€AÇQ7ºŠ~×ò -}D ;ˆèýu8à <;lÀÅ+ÝçðâE¢À9Ô¸\- H1ÎQ‰sTãutÐi e (;¨ »Ÿ -zíT vQv]Fw©ƒôz´~½¿h ÷ï~ íè#ÐZ†ÈدVàà~°=À -ჾœŒt.Ðs9@›Åú|}`,c³–úëÀÚDv 8{èÀmCtà¦ò.Ñ>óoÑ>òžÐúùïioyƒ´7| ¿æé¿æ} Œ0W4Jb3>˜‰ù`jƒŸ]…` £h•<h¸ÀŸÎA)„‹Yƒ†5ú­aod~6ÙÊüK´‹ùIÔÊühÚÁü`v’Ùov‘ñV|ƒñ§ø1ã…øý™xùT ¬'bà<÷Ñ`b!€Q">XñþekÉ;'!XûÁ2\£ñþ$þ€¹ÖàÓ¨b÷–ËÙï¬V±ßZ¯g¿±nbÿi³ýÊvë¥m;ë…Ý1ÖsûÖSûkúìêÿaÿ–}Ï~{×x·ìAð›nÚp80ÇõÛòÀoNB.¸™€¾£.c…àbøÙAnØï.|ã+xå0“ÿÂqï™Óƒ§N5ë ¹470¼âÆ—ÝÀä'7õº‚ép`mÌGܱwúðY`Ê.øºò?zù¾ñ?÷H6~ì1ÙèçTÃû^s…w½*…·½«·ÆÕ nú4nølüê³Kð‹ï!AŸo§ðªß9῟…½þ /ú½õøY·/˜Ÿó‹³>`qÆ,‡ƒÑBðÀ|_ì|a\D#KýO’1œWÁÞ‚ÇþaÆ÷ýâE·üU¢y&׋L®•‹®-ý\cÚ\oúcH£ÙÅf³ ¡ûÌzB›ýzR|>ô’ølØ]óSa¯-‡Z -¶GCÀ®3ì;ƒ¿.\.ø åëÑ!†E…8!u ^L{-³c<’ºqn‡ -¯KbDW$JóKã5ÇZö„[u‡WXŸ‹Xf}&â+ëÓ‘ëlNE6ÙœŒÜis<ò í1i—m—´Ç¶SzÓ®Cúbt»ôó˜¶Hp:ˆZ#ÁùÀà‰{Da@”.º äRÞ§Qž$[èÞICïSør.É#D=1 VgcTößÇä:œˆ™1æXL©cWìBÇÎØ*§obëœ:d ·eÛœÛe{Ûd·äg\Zå}.ûäO\÷È>¹ï”Çvx¶üàƒõì{ñØ{Sôtú'2ÈK‡ÜK7"¿¤ÛQ~L÷Ö?Ÿ"1>•$·þ.!Åñ[E¦ë…ÖãkE‘ç!Å<σŠÅc$ԌݗP?voÂ&¯Ý ;½v%¶yíH<áÝ’Øë½-ñÁ¸Í‰ý>M àÛø_>G€=&Dbך@tÞ«ùÏú73uɯ“˜¤WcEº³<'3C„ªËÃiIN•*ÏýÉ9ãö$OõÝ•\ì·#¹Â¿%y™³²6`«²!`³²9 Iy  Qy4p£òB`ƒò^àÚäwAõÉ´­N†Àº D‡2܃TB åçÒ7E‡\Î¥’ÿ䛓ïµn´£yA¼öì¨Q2޻թc·Oœì¿5=?hsúÌMi¥¡Ó†mH«[Ÿ¶&lmZ“¤>mduZ‡dUÚyImÚoãW¦½¿" $+RAR -aU©:Ü¿ÏAA(ý¸w°k\ó~o!žs )äì496ÃEïÈ´nkA„ÙÑÍÙJÏ&:`CFvèºI…áõêÙ‘«ÕåÒUê¥ÒZu­t¥zCÔ -õލjÕ×QËU§£–ª®G/Q½ŒZ¬”.RAä‰1>êÐsx6´yxΟ†ù3ñ¬N‘oç8RÚfû±öÎ -7i™&³k*˜àÞ0%ÝMödI­&OZ3yFLuf‰lyf¥|Yæ -ù’̵òE™Ûâ*3Zãd›Ÿñs\yÆsù¼Œ¿ee[6 ¢QÔpïB -ö½,ì:¸þKØ7º‹±ï ®¹|Ò^æ ³¿Ô‡¹s®ÄhËìXë 3]×LMõûJ;IR5%'ziN|QV‘¢2«<±"kiRyV]RYVSR‰foR±æhÒlMoR‘æIb‘æ³b–âŠ&ƒɆzÒ ¹›‹{çÌ>S†}u”sÈÁ -;ÝÞŒæòPAci´ÅÚb…Sm‘r\ÕtUèâBMtE~^|Ù”éææ–(çä.L-Ê]™:3wCêôÜ]©Ss¾I-ȹ˜ªÍy˜¢Íù4A›‰Ù @ñÃA¡¼Ur ߃ËE„ü€Ù§æcç[@H[¥>Ù·Èšl_ìIÛ¼0˜·¾B*®+wXQ’ìµdNzpŬ iÉ´œø¢ÂåtmQz¡v¾J›_¥ÎÓ®Uåæ·¨²óÛUšè.Ó (¯, ŸoézEöTVE¢Ò -*;‚ì ÐH‚;(ÁPAqDPhTP•p#h .@M&qI†JÌÔè$*Ê¢ÁåäXó¦j~<Õ ÕÕϹïwîí{Ò¾M˜ŸÖ£^öfî‚4Œ]´£‰9á~dž¦Ü¡>¸¾–æòŸßDsïfºë nËh¨ÙâÂï-š)ÝY`¶mS˜]цèIùëçÎÈY—4+3{AxúêTÕÒ+f¬KNÉ(HIÎÐ$'eÔ$'dœ˜§Î¸œŸq/!>c0^ý)Æ%.GUÒrŒõ#<¢ýØE}p•æ¾òUDÞÊÀg¥ -¨ÞæÄU–N—mõ3.Þbý÷‚(§ÜM*·ì ¾Ÿ®O Y²nqLÊšô„„¬ìäø¬ü”¸¬²dUöþ¤Øìc‰1Ù—ÔÑÙ¿ÆGg ÄG¯Æ¸Ø•¨R­ÀØá`<Àý4ÚÔßPþɺ„2ØN÷m¢ZcUŒF3M·¤ÜÇ `{Ðè¼’‡µÅ1®+ ã=S7Ï LÉ_©Þ°,N•›™»1aNî6õœ¼ê¹QyMq‘y_ÇFäuÇ„¯ï ËÁ˜ˆµÄš‘ôìzÔ—höl-h.8B3h5±«Rš*[(©š",¬ô”oÜ XWf·ª|ÎÄeÛãÜ”&ú&ω-JŠ*\Y¸!&¢¨4:¼¨:*¼¨)"¬¨#,´¨;4¸ ?÷Ô_^ XTj›t ÊIµ/NU=of¨v‰w°v•O6Ï{¶¶Ôk¶Vë¨mœ í˜ ívóÛÓ7ç -=¼*ÑËkzçßԋרÛ·Q´þä®'ï^šC·×ä¡Ù«A™caE£3ŸÖè&ZØàm˜x4ÐRu$Ì.òp´SH½zr`ýB嬺 ¥}Ž«}ñ¿ú=“|ëºøÔ·9ûÔÿâäu¨o¢G-NžñºN¯Aåp~¤ ®Ð8¿“2 ãA€ÚÃÔG¶4¬?Þ °´ÅµØ2É-.u‹»$ú o£ðæ@‹ÙÍáÖþ§bí}N%÷j^F¬çÙ\hïÑ\içÑ|ØffóëÍ?[¹Ÿ|e3í8Ú+áx×&tÎ÷t´WP”ÿ òב[{Œ28 °‰ÜY§Éÿ€úª6ˆn·c"Ú]„Ámnÿ6oï¶@“™m‘Šémjs÷¶Åæn홊ií›Ì¦¶W˜Ní8d¬ìh5ríè2œ|±×Øå<šM<‡æÎ­h1œË´ÿZ÷Ò^ CÀZ÷r’{ÝYš?Ï$Ó<}`öUü¾7ŸëVŒÇuGÞ½S©«ìôOî ”Nº1GêrcžtâÍåç›9§[¥âOní9ÞnÑ›pû–®ÃÍgzã:ßI쮡Ìö*ʇs‘zÿ4=ûctÐÚ«ZŠÉ½žÜ\P}r Àç&ÀÔ.\ºÅàü«‚q¼kË¿ë,°¿ç.´»ï/´¹)´~$´êIŒ}˜+ó°œýègñ¸3|3ëyÙ>@Þä> -†s–ü'É_Šúð @i+õ!¹Wv,¼0÷;€°NßÜ~pîpxÊý )cÓkÊŽéµâ-z'ðf/§L^yò†}Á¼~_/é_ÊIrXñ@+¨cuÛ×Áàk†À4SþG)û}_ÒYpžö!å¾ú‹ÿIþëä¿Mþ.€i¿ÿ€ýC«–oFz¬ p¨à¤hM—BGºOåôå#YÀùD6H‡>Öô€ñÑ3‚&ò×Pö6M=H¹/¡Üã)÷0rû{Ú]'ú¸ío¿˜~F†ÀŠ‘¥K¹Ç¡>yM +‘ÜnD yã‰t‚A¤ƒ©ñðø>'ÿ.ʾˆžûZ{*å®þ‘üwÈOëVÒºŸX“Ûì9À¨—’! K(0<ÕÀð_ÈÍbzoLŒ%œÈíA„tQCº  ý(añ'GÞVŽœÁŽ–æ(EPJüDQ¤š§ƒ°L€°†”ùB1¡a*‰j*¡–8B'ÎP)mÄUâgøOà=ôàýçíÿy{9êZVrdéÆQS¨o1B¸BÕ‘*DȤ:ò¨Ž"ªa;±‹jØKÔ»Žh"Zˆ äü–œ]ôýa^ÁŸô×kr €Ìÿ‚z6ú(-G‰ÕA¯¬­ ªÁƒ²¦,æR ‹(‹•TGÕ±™ê(¡*ˆÝTÃ~ödßCóN1CÐÊü W˜7ð3(…^xIÕ¼`yÎ"ûœCî~$(£fr44‘£ÌT†r+J?‘¡È]Š:bƈOÑE.]ù5Â÷‚‚·Â-üNÿF·’{­WÍ ŠjÙ~ѶOt‚}%>˾_b{%7™g’{̤/˜'²!ö± ùGú(x0 -÷ P84T裙‘245”¢¹¥ Íè½R†F¾4ˆ¿•¨÷fTªîÀ¨L>Ã\áK£A¯q©à¹Éþ™ÉþÓîw³zî©Ù1î‰â ÷›¢ƒ{¬èäzÌï²wÍŸóÝCÂ;–¨ó“%êvY¢Þ¿,Q443–ã})ŽKÐV_ü×eÕô™Åá0@ ąŲ)DH $ÿ=!@Id kX ȾCÙA–‚Z×V7”©Z¬ZÅ:Úº[§vth7~)hƒJƒ.3úZÛB -°‚È·b,- ‡`þ†½ÚüŸL·e?Ñ}­~Œ ÙÞŒàÚ_¥Ç­\dhW]ŒÜºúëÈ¢5 QkÎEÕ;že¶9žav9žb:dŽ;`M;ͲŽ:cs>ʺáüÖ—ì׮˜Ðmš ݧ˜ÐãÏÀ@ô™§"çŒæbÍÌ^ ,ÁK>üŒ­?p½Ì¯sƒm¾á°þÊ9ͳ•kO±Ó>›ãäº町ãVºå6ºÏpî_b=îG°aCØ^ØýØ)Ï}ØÏIÞ#Ï=Ø¿½&0èý9zq¡Ï(çSàf` Ày§Ù+1r>)÷%àG\—º›]’‘­ÎI+N -y.Çq3õú#‚LïC‚ï‚m>Ó‚Ò>a3iRØIÚ+ذG4¾aB´øhÖwLtÉwDtÏw—ð¥ÿ ð½¿nì@ÿ>þ§@°ü˜ÁDj¯DT!ïEŒÕ8‚¡Z_óžšPüŽ*¦CóvžkALÚ^G)-V†çë51Yùéü´œÉ–ì¹:»&N•mŒKÊÞ%OÌž–'dŸ–)²ÿ&Ul})ŽßúA˜ù‰™0Ö”7è&¥¡{(@Þk@·€ê~…üs?b1Ô°ô6ù˜u6[µ6DÚ××q«ª…^e•²@}yuë¶dfjI -O]”%NÔÊãõ•qqúV¹\?(“î“J OŠ%…ß‹Äú Åâ|È—æÂXS^ ›¼æp e°€úŸ«GÎ׌œ± ÑÛJíž ­Œkh V·Ä¬14ñ= -$~9µŠÍéÕItu¥–Pž! -ÄRC…Dbh‹ ýBQù_X>+(¿‰ñ·½ÀbËÞóbK!_ 1S~Q£]@»xe0úžmà€ D/bG‡hÝùhعѢº“†7t°ŠŒØÚÜv‘·®U¨iN¤&6ª£äõéq]>&¬+ç êš¹üú~¿~2&¶~ŽÅ«_bbµÏ™œêwÑì*ÍÞcLyŒæp³ÝšÁ)Ô÷Ìöí`¤ yo7zó÷"ïé_ªHf†þ`Ë¢>ÆòÜ^¶cF7ßCÛ%õUvÆSäÉ4‘1Á7æEñŒD3öѹÆÉp®ñc\¢Æ´?§±Zß…3›aDT¤›ò}‹®¢=<߈vÕ?‚4doƒý´P= €a„JF=€~4Ð"g”f£a®Ðc.Ê!Ñ:ù ÜO8Dæõ§sûsC8ÿçº<€¢ºó8þ}û¶²…¾ ÂR”¶Š -¬"ÂrÂz&F½ègŠÉh.z‰gt<£IN£±ž%œ¨ Š«¶Q ,öhŒe, ¶XK<£ˆ±üïk&™C‡ùÌÎÎðÞçûû½ß¾÷~y“ºý!ï+{VÞâĬ¼5 ޼Ê.™yÇ;g,¾Õ¹wîÓ„´E")e¡°·å4ïÕ\;vÌå,Ò¿!($¹tÏ\üsðq‘£×X0ª8Fz¯8IõÖšTÃÐ"‡ÿÀÕÎþ«Df»†Æd¹Þ±eºFÛ2\m}\ÓcÓ]¹1é®ÕQ½]ßtHsý™ZØÜ>yùÓèž"¶G¾°µåèdÎ"g ’}ßLwI!gq%ç€îik¸û­åîÇôm·Ã6…bh©M1¸Ô®~}SªÁévøe¹ûõq -IÛøWkª{”5ÅýIh²{jH/÷Âv=Ý®àžîm–îïÍÝ74™íë~ N\+BŠ…µ-5ÓÙ^ûmôo¤wU1g±˜µ˜âÆnFlþÄuµ¥ýòI¬šâX5×”PµÜصªÌйªVßÙsCßé›Ç&[¹ð‰Û*üÚ²w>ç`{@ k. wWÑiôNØ|@÷0ï2÷=êÐýÛ Ø«£¤„ê.r—ê^ªN5™êŽ5¯iâýY{h¤:¶v¼*¦vº*ª6OÙ¡v½²ýwäˆÚ«rxõ#•õ Ð„îÚ¶lçÜm¥ë^Iw.Ý3Ê9Àè*à-ºÒÝ÷|èú=sB‰ðÓXÏ#ôL4BÎ& ]]‚뜪˹‘<7 ³áw~|ÎWÀx¡Æs÷a¬’ñŒP´¥œþMô±çKX÷ìJ`òvàﻀwè|È¡;õx ˆ;„×– €ÿM|`j ƒ¾É]SwhšPÝùö¾ñÆwk6ÐÌ!kfA·Îóóg"^b3ý%eœCö|ÿísÖ=–ît¿I·“u§§ŸîXºÃé¶üx_ô÷m« -ªV¤Çàq$ÐORH?—’V>}´ðs+a1­M/±žþåìûÖ>u0Ž=Ÿî!t;OКþsô_¬Wó ÀÈCÕ·¹Às"^ "FÂ,¢=I „/©‚/&â ¿àMT¼ÄJ~äöñÕÀÈÃÀPÖÝî´ á}½ ø5³ö»€’õã>yú»¿- -¢'A$šô ì‰àÃYðf$¾ü-Ëÿˆ2 -D¼À ©ˆñHÒ -d¨(†ËS|" |Ffð˜yäk²”¬ ElÇ<Ãƪ ÇÈeü‚»äÅŸx‰Çm ×($+3„2C3´g†®ÌÐ[#Ð_%ðfÉ ÿ ÿS2ÇÌ& I½t­â¹Ö¢¥x„ -´`/â(¹€¸Mñ+?ÿÆý6e˜I¨ƒBb†`Á ñ:fp2Ãöâ=æøˆ9&2ÃÒ3̤÷ßôæòìËè*äy‹y>7î¡?a7«?LÎáÉC&¸EšI#¹Ù¡kg^F¡õ7…¿ž™ôB²1Cö"‹×c3¼-?LJŠ'/µbŠÔ‚é¬i‹è\B×rzVÓ±M¼ØÉs œÅu~»Æ WèºÄ*.(…ô*Âh¾>a2è…ÉÇKø†x ŸhÐ'j…¦æ©ê5U«³X>[ Ž]-ׯmkâʕն}ʃ¶ãÊ}¯¨vw¼¯Ùaº*›ðòØ„¾2N*Ú ÂÕ^"Šþxî|IJYØõŠÖ„@ùv|„òj\¼ª!&UuÚÖOu¢ÓPÕÑÎ#Ô‡»ŒÑê:AS0Es0ñKíÄ9Ú}I‹´{“–hwÛ u»ì%ºö2]•}§Îc?âUÑí¢×VûOÆ2û3ïÒ$áãN¾^ADKZÑ‘{o7(ž§@z˜¢ÂÝž\I²Hõ QŠãIÝÕ‡»eéª{ Ôïï9ܰ§×(ã®äÛ“'šªR>7U¦Ì0U¤Ìó.OÍõÞ–šï½%uµwYšÛ§4­ÒÇVí³1­Þw]êmÿâÔ'E©Â¼*E˜]¯@¿F$BiÀÝ>ÀeÞ^z+P×Ë Çz‡K5é ê½éé†éô©ì3į<ã]ÿ­”eŽ ,ÍœèÎüWàFÇLózÇ|ó:Gžy­c…¥Ø±ÖRäØfYíØärœ -Záh .p<ÉÏ¡ËÈÒŒ—]Ùƒ^dr×Éê¹wä­õX– -59!ØÓ/^åq&¶æôõ/ÍhÙ˜=¬Ýºì÷CJrÆ„®ÉZ”3Ùº*gšÕåœc-t. -[îÌ+p…å;K×9w…/É9¾8çzDnNKä¢l¹,èû2¼²Hnfçß Ÿ˜#¤f€„=Íð Ž“· úÓeÕä™Åñ›("¢«X”Ev -a „‹ „„HÁ°…°²)È¢Ôd*u‹µê µ.µ*¥{ÇÖ¢SÏéÌ霞NÇqÚ9óÎíF>üÎó~zÿçnÏsÿáö³i±ÛÍ)Üݧx™®S<©ûOá1Î;¼oŒWåyŒ§÷åµyóŒ^C¼a¯£¼)/ïŒw?ïªw/ïcïîŠO÷WŸN.áÓqð1$¼×‚O -ùßlÌz¾¯Ðï’㎛^Ÿ¹KÒ-ð®Ìƒd–ÛNçE;ŒI8Îâ÷ì,ß¾¬\Š1³`w¦ú@§ 2Ø ¨ n´…´ -zCZ£!M‚jƒà"µ^p‹Z›ñ8´&ãgju¢Ë ‚uéÄdÿ*ôâ\ìCÀjßVÜ(B¿Uˆ^ãX®pRd3^Hß2’·Ó”Çu3æføv戃ÚE²V¡2¬YXÞ(ÔEè³›hõÙ]´Úì!Zuö4íHö¹Hmö|dEÖ—‘åY?Ñ4Yÿ ×daH(B]å5ãàk)ÀǨ¿X‚5P£ßÂó¥ Ì”¸À„вn´„fT»ÃX˜¼·#?ͧU–½¿QšZ/) Õ䨢t9•ÑU9õŒJq;£\lb”‰O0KÅg˜*ñ³XôS)ú[´RôºRDD"kù=ày&À瘃{¨{ó0îÙôœxž.%ÁdÙ.8®ñ#–…Ûõ•Æ8v–$º´*S¼ Aµ‡ÄaGä2zE^³LZÆ*•VǪ¤Íìb©‘]$=Î.̵°å^eËs—زÜY²Üß™2 -—Q}•`/<,cn—¢×ÀUÇŠ«è;xN—ŒUî€a­7©_Kµí®`8´i8Î¥´FCH{7@ƒ ºo+hûÝ@Ó´NÕG³Sô²dÆ„]âž[fWºOj§0è`G^H¢AÊ1hCã MÔøŽ¾à¸ŽÉìŽóA±†;”XófÛË F q ª™ŽjzÍ—8w°çpí·v¡çBÍ1¤¿=‡ àÈ €fÈT#Πñ%ŒPmò†£ìEClGÁ`’sêÑT·ä,/ŽIêÇ6ùÇš*ýY¦F?–©×'Æ4áÍ4÷d˜n{0úWÜé½/=iFÂ;¢›ð]ËöÁ"Öà -Æ}5O  ïDºQ»q}×qÅ ÙÄVÈtñ$…œ5fËŸ`l枈wLçîbg¸ÄŒI\c…®Ñcå®Qã {éãFúø‰·"ÇÏ:ÓÆ>Ü1öýΰÑ.!ÃÄÞ¡×ÜÃÞ¿Ž5¿„úgF&Q¬j×¢véêÏ ÷3“oq‚T‹p-äDK¸-Û´gš9oÐÍ)Ž4s¶S¸Yîf.Ýj®E:·QÍÇB̳o›·8ýÝ– ™_OŽ”)b{Àá´Ê"öÀ•>ìEÔ=šÇã$öáI-ZC¥ ç @êY€¸ ëyÑ ¢­@·RÈáÖ°õT+Ó6Øšh·ßÊßh•l¢X‹ì(ÖªÖ¶þÖ![_«eƒõ†·õ±çù_l÷#ì<Þ%6¹¯ak õg1Þ“§Q×`Æ îaÔÍ¿iHº uýçüo8€ßÍ=àsÓ¼æCHûæ£Éó d·…t²ë‚”¼wAMÚ³POrY4’v/Nƒóâعðì¼ù3éÍëÙiŽXçôgbý*ïcîÏMã€ñŽ£nê6£n%ê*Þ]à]`] .ø}àv`çØöȹÀÖ%زDû%lú$‘ÀFø Ë `³|Ö/[€¼ü^Ïðq~¤‡¼æ"êŸùÎ#j¢vû%œ…÷Š1fÉÖà&{ ü6@ÀGœ—¶}`û5é±-Àc'|ü]ñÒø6—\ -Ÿ -q9Å¡û~|\ÁŸ<{޼ÄïßþÏYÔŸ9‡³€qw¢v Ƭ˜¥óü[ñw"îP¸Šú_¡þc»'¨ÿðÈ_6áð?¶Ë*ê+‹Ãw -Ì MaèMšH¡cÔ¡Š ½" -" QDAE‰€‚(Šˆ+¨‹ .F#êÚ¢$ëªh¬ YK4cyûãìâ²99s¾38sÞwß}÷ÿÞ»úD?[=v!zŠ êsÑ lÂ/õãe@²0©?pÿÛ÷5 畘÷"¸çÂŒ|G ß“ºá¿ÿUøo ÿðŽ¸‡ù:}à1x1Œ~Ñ+¢×¶Do‘“÷¡Dp }Ä&ÄP| Ï e‡>шZ«ÆÜK^.æŠyGÂ=söº/ÖóÕG -5àUt>ÏÿK?ø ¼Æðya¦ÀL¸ 0\JX)¨uŸ`d©ÎÈL‘©ßBFÖªŒ\TMà1 -å0Šéø](K@¨µô‘ l‚º´Ñ;j§ßé8Koéè£7ô+>Œ^_ÿxƒ10D†ˆÁBÀÈ 1ø † .#%bHÅïæ€Ïá+g•¿)¨‡£‘^ÓVŒ·ž} “^Ò?h€.GX¢—ô ¢ý# òìÀ¯ÁH1è"1b0C ˆÁ 1LF ˆ! îÙpæÃU ÇRŒZe¨ÂøµX’ŒÝ„ñZÁn,U=¡ã(•úÝC&^ |Þ"ö§0¾žãiï…µÐA ƈÁ1¸óù!†©œß)sL‡3®B8J0þ2Œ_I?#}ÈÅÈÅ#ú+=Äz< tŸ¾†½›~ ;ø<¡^dë&|ƒÜøL¨­Î„jjŒ§*d*&0Pe<+ÄàÌÿ@¾Ü7Ä %¼ÓáË‚g><Åp,¥»ÈÅ´ŽZ8è5ñƒþIûQ Gè*§+øï%ÄÐÃý¾Å¬º1òyTÜ7Ã`Zðkñ„LƒT™X¨ÂÄb¦mΧnÏ{)ðä>U™ÄùIe=à'Ò• êUÍ¥›‚Bº.,¡kÂetETI—Ekè’h=]Tk¢õíô­Æ~êÖ8B4ÏÓ7#nÓiñ3:©ûŽs\qŽé1î׺ÿÓ勘üÆÄgæ<3×à½31à½Ð·æöé¸pîiO [Ú!t]C—õRé¢A}g8ŸºŠé¼ñ:gRAgM«è´Y2k¤“æ-tbÔêÕIÇFᵸÁ9lù˜{Èò-ï %ã°d*íLeŸ%Sn3߆¸ÌŽ8oƨP¿µýhn¹m4†®šzRÅÎ+çìè$î)Û î »n—]!÷˜} ï¨C9ïˆÃ*Þa‡5¼NÇ ¼CŽÍ¼Éßø%_òHNò÷K®ð÷HúTwI^ vJ˜p»„‰Z™ZË0Ø(äÀþ±Ør°<À÷;õZhÒ%[K:ï0Ž{jìD~—s˜ÊQ—Õ‡\3_ºÍt/´»/îw_.Ü+]-Ü#­î’6ŠÚ¤­¢ûE;<މZ=zÔ¶yAc·Oºf›O¶æNßùš;|‹µZ}—hµøVhm“UØ*Û0b‹lëˆ&Ùî²Ã#7ÉÎlÝÕ®÷ЩóeâZ&^;ž‰× ùç~tÅÖw/ú¾Ëè».`k=3K]ô©ÓÏŽ×îç!Üí篹Ó/td«_´Î6ÿdñVÿ ñÿÝÍþŸë6,ÒÛP®×P©·> N¿>`³~]ÀNýÚ€ƒ5þg ªý{ Vû?7¬ôûh´Ê­œÈŒ*&2Ã!s0à‰#Þk8^ºÃ‰NME߈žK®MíÁ6œ¶`WAkL«90P¼90Â`£<Îhƒ<Õ¸^ži¼NžgR+ÿ‹ÉZùbÓù -ÓêÀjÓÕ f•ò³Uòv³ -ù óåòëæåSžš—Myo¾t23_ò̆½zž.Љþ«=\ƒÚÔ¢pVÝ1^scø$Ýú°0ãÚP¥YMh⨪Ðt‹/BæXV†ä[­ )¶ª)³ZZi½,duYH³õ’=6¥!ÇlJ‚/Û, ~lSüÎfA³. -bVÃaîXäàFr€£í$zžÃà® »”Bj5£-q~CŒ—zÒO\dòED„ÅÊi±Ö+¦¥Œ^ž1¦,<Çnix¡]iøbûÅáö‹Â×Ú‡o¶/ -os(œú•CÁÔ‡ùSûòÃÞÚÏ cvyal °â-êïa0ú=Ìý\2ÖG}Ø“„^#OÍIF´)Ùž·.I*ªIøL§2Nn¼"zªe™Ri[•`_™&Y™5vbžS‘¢Ø©PQî\ ¨rÎWltÎSìpÉQüÝ%;â‚KVÄ#ç̈7N™L’99‡!úQ‹÷Pß'NC¯ƒkOûL¢xÞ:wÌ4}ªŸ1†³&ÍMP™*¹áùãõGÎãûú¼?ßïï{Y4/hîÂÃ>PgD¤¨s"§«×G&«·DLSï ORëÇNQŸ KPßMH}’¸@‘ÀÄù"`€{ü®sÞ»2€V¾=åð͹Š÷\²5(Ë1Dq® Ö­)É_í/ÏÍkº"{¼Õ²•qŽiYIn 2gŒž“1; eijè´ô%áIéÙ‰éE éá“Ów…ŧׇƥŸ ž”þmPìâ'A±i"0v‘ˆ]ø–>~W¸;˜»‰Wߣy|kj²™ó=º6ßk -]‘[à#[‘ªÊXež–k›š›8|NN²GJö,Ÿ©+æ&d-‰ÏZ—U2)ksplÖÎÀ˜¬£þ³Úý&dõúŒÏ|ì½\øFeeo¹Íyø‚sßÎÜ'ò9| -ì&“âBú‹€¼õ¦X¥uB–ÖKºL¤H[ašZ4ÑjÎÚx‡”‚©.SóS<'kæyOÒ¤ùÅäeùMÌ+ð )󯩭9â¥ió§éõˆ\ýØ3uóy×¥›ŒÑ­RÖi•^ºmÆ£ê{Ö5)<ê®ÉßßûPá¾§_é¶K¨\w -“Ú´ìÁ~ôí!U¤¸Ðì–ïRÿÌ8ÄÂþõ*øÖÛÂ[ïŠÑú1’Qú`©‡>J6R?Yæ¦O‘¹êÕ2}¦Á}¡Áp}…ÔY¿O:Lß(q¬¿,q8z_jwø…í!ah{P ÐÄž§óà.œ™‹˜9{?°ø 0ç0{PŒ?þðlœOÁ¡ÉöMÃ`×ì›fX7Gâ½æxX5§À²e!,Z²aÖRŒÁ-5ÔRUs”M÷ :ùªªF! ±ÐÓ©ÓÛéÝH¯†Þåzöà8{ðçàv -ݸœlÏfä]Æu[Á ÛÒ/Hzxì™HxõðÐëá†×Åݳ—"‹ï¾ÊÍð>ù èo8Æ^fŸw³Ï•ô®o`è]Dï¬& žÞpz}Ú7zí»‹ €ò" ¹ ^< yè®ÙqÃuãe”Ã〛<Œ{¹÷rãéå"¿Å7[I/ù…Äó7ÔÂó‰îít—°Ô\æM§wöi ÞÈÀ¯ p?Oÿ—ô3Šòk@zƒ~Çg^ò½è3ç¥ÐøÁø‰=ù™“û¼ˆ<à¦ÿÜCÖñ€ƒ?¸Îÿé >j˜»ì$°†?/cæ¹ç€)ôF}N?óŽd^{þ7‹[€ñẇÎ>òwòáP|r<òЈKàépà{òœ—´ßy0¿øxɰŸ‹½Ÿ¡ûO¿a³W°ç…ü3“ó<Ÿî©Ì}‰ßÀWô3¯=³šÑ+íüñ߃×Nò+yLþEž¶/À+k@x^XE2áá,xˆr²ã öÆÖ -÷ä6|‘:ñe:F*&ˆãï3‰šdR@62¼B%úùÞ}‰Z²/ðgüŽz–Јÿ ÿÆ%ÒÇÒ‘~"þzYÃPÖ`Î,Yƒ#kðd Á¬!†¿O'ó9ÂzVÒ¡ÁoXGÏFüåtU1z ]»9žOq˜-i`kN³EتÛä!yÁÖ‰?DÀJI?k0e ¦Fv¬Á5°†hfM¢s]‹èɤ#OPHϦ+¥k ~a/°÷Ù‹⠗ǧ\&M¸‡..™oð7üŒ»¬ø.m¯é#wÞAÀŒ}P±kÄ>X³†¬Á[òÌ8™¾™ô¤Ò³”£­¤GCO—F =›é©¢§šcïÆ÷Øïpßân¡7qUüˆìÒ×ìæu¯‘¯ÞAH•¬AF?Øcú‡pM°Oæa¶üÓ˜k=iôdÒ“CO=Z~ž›èÙBÇvŽ¿“cÖá -çã2>×8‹‹üë ¦?Ï®}Îù観‹t¾ƒËBF¿!dÂXf ƒ¥ÂÀNò ®ÌìKï8:è›Åœ1z‚VÅ+43q9¥|‹¹PÒo©°„¤ßB!yfbû†t{â–4×e±¸"OÆEÅ<\P¦¡Ç$݃rÐiZ€Ž!Zœ3+E»Y%ÚÌ«qÚb/Z-¢Ù²M–m89ô­î¢Áú)ŽY ‰ž%Gþô5†D*¸Õ>uà§oÃ-À\Ž;J ÜP Çe3?œ·ŠB§M"ÎÙ}€65N;.E˰hrÊÃ)§µ8á\‚ÿ1]æAm]W¿B±/f5`@H€@ Ú0–?B„$’Å"@È,bµØ‹0ˆÅ,Â`ldƒñn/±c·qì8I{’zÒ6ÍŒÛñL3MÆnš&m¦ÓÆŽÓד™jÜ?~#½÷Ïwï9÷Ýó}7gÑõÄ%t5q mS7ÑêÂ%êÂEÚCÂyÚSÂÚw›´Ÿˆ§h8é$°A} …ˆø.Dø2¡?¿‡ÿ¿òAbcÑ{º›$&ÜI‘n¦–y\O«ò¸ÊhðxƒÙJ¼Â´/±ˆYcÄólñ{žx–}„´•¾A:~t*ý&i#ýÒzúOû¯cìWäU6î}„…{¯0_û÷ø‘¹— ×¾´…}ÌCèCÝO‹DwØtÂ Žˆ¸!õ¼ÄSz]àë¼Î -Œä3‚Fòia;ù”°Çû¤pÈ{]4î}B4ã}\´ä³&rùñY]óY½ë»,úÌ×)üÚoAøÒN€fù¸¿<¾…óE&Œ»È[ýރ߻ð|[‚®í¦.eexžÍÊö>½Gî{R¬ñ;!6ø»Äõk’怣’΀UI_àŠd$pY2¸$™tJVƒ$›Aó’7‚IîÏH> ž? ™ÿrp2þ3Y¯Á“àêçC@û±F¼üe!d> |vŽ?ºˆÅ£-)ËsCºÛ×…å¬b%Á+˜6ä0V½Ã‰5„.b–Ðyì@Ø66‹ÙÃf¤3áSÒÃá“Øzøv1b»1†}1²÷ËÈá½ÿŠÊÅ#~f0wóFÊWbé ÿH…Ð}-·`ôoÃØ½ #£ÓE1h]‘FrZfŒš’5µGOÈz¢ÇeÃÑvÙd̨l1fX¶c+8;Xp+¶¿àaloþŸb»óÿkÍÇc¬yxôÿãûtèƒ,èþ -2×/aÌ^Õ‚¿„õl)‰h]‰ŽiR<«yÞó¥’ ™’ü0GqÉ΃ŠòX»¢rר¢>~DÑoSt% *vJŸâ¥§h•b-Ú¢t]OìØ&šØ*ÿžb)Ä€ø–B<ÎÍ·pŸB —#ô òä®Ëð—°žuxwL†–u4‚Žã5£Í -˜(ÃÂÆ4EÑÃ*uÜ`©ŽÒ_ZCíUšiÝʶ$«²'¹K9’Ü¡œNnS.§X”§RšK¶SK¤˜‹ÿ@o(þ{²©§T“OtóWèÃ%œÅ}Ý3‚Çûu¾¼¬g Þ-‚ÑBÍT±='*3ýÆöåî°éd;ûµÊøîòrZW™!¥CS—Ú¦iN³¨»ÍêAF£z‚iV;™&õ:³N}™iTÝcV«>gV©¾K«*ý½ªO’Ü<ƒ³÷9œÀrÝ…Ü· œ;zÖ³ïŒ~h¶.MÖ1ˆcµB[Mvp_U~”Õ ˆk׫i.µ©¢†iÖšÙ&m§NÛÇ1jíÜjí·²ÜÅÝW~‘£+›£-û ø[[öS«ÁÓ*48ÝÍ—2¸tð=ÔAæ›sy?xl3ø|X‹Ö2kòF“ædߟêa3óÉý â@k½4¢½V¾«¹¦”j®*O­«¬d×긕ûZxûôV¾N?Â×êgùeú£|þ9ÏZ—ŠY-©{­½ô\ëÁ”ëá¤lëišÄz3QlýužÏ)»;_&f¶ãÔÌ6œ*úáÜÝë ´ÎõC€`b¡^°áí#yFª·ï@Æq -ªgyèíB¯²1‰_é¨4¤hDY0¬ŠÅ†uñ¹6#%ÛÖB‘ØzĶñ¸=¶¥]Y¶Í˜Ý¶›Ñ™¶O¢DƒÏw -ú_ÄðûðX^/¾ËÍC¨ÁÛ°çk6è°ÌÃ9íî1„š"dt@îšöA3Ѩl&©f8ÄâéLrátŽÞTAp®£$LìÐFf9ª£v;š¢2Ý‘"‡=\èX 8N…ò'oìàM~œ1ñ,˜;þ"4} câánÞ‡žß†ý^¶#tp`´;AÛqÄ0¹g²çR0*\ŠCK©é˜³”EÞãÄ|3òSÈwVe8Í\g0ÀqÎû§/nø±¯û2ù0æ¿òI;ôƒ_ê,îOŸÁݼuô΂ÞQ`°OA ¦Z@ÛèD¨|!9D¢ì5Êr…¢LWºÒßÅóàºÄ¤tWžËUâÅpéÈi®z¯TW»Ý5ä™âš%%¹Ž“hkÛDêÚ‡Dʱ?{$¬þÛ3~÷Š[ÆÉnîÀž¯‚{ X¦A×¶€Ph›W G*9Žt¡ÌM„X[Dô_®Ë¨É; ãÏ—„# ‡$¨ÔQA[ +IՈР[êQ–ºhQQQAE)"Ê"TD”"QŽà­àQZ­UÔ]¯Õ£mulu½©U¿}@h;;Ì3 Éäÿ{ÿ÷~U=ákî ÙýÌÃÐÇ,ø˜Coó$¡·yºàež Os"<Ì™p7¡—yU'áZy ŠÏáºC\ÊDI·ö1Öµ¬ÍT>•AŸ“éó‚Æ ˆ*B+]50¬ðåºêÕ(íÐÓâgK_8X£‡E {‹r‹ ¶MÓaÝ42Ë -H- 4ÒÆý|ø¹ÀÖsQ­ÿÂñ75Ðת­ÌýÍ%7Ü%;r?&7b7`¨-À ½€šG)ö‡ÉQîµÍ®”7› Ñ-C¡cl¾ÇXxñ‚£s-<¬ù‡ƒÿPÙ~¥^wjÏÌ™…ôw¹)5@<¹1ô5ª 0’ù§ƒÌ™}š·ã€ÃI@Ö -6ê´ŒEÎ8ãÎ!ˆÃðY$ç‚¶Ž€÷ îE&ü"ƒ{Î\8œ¿ÃïŸQÏ;Ucfvy䦓»”¾Æ’;…ÜÐ#@p àOn¿/÷SäóÙ9²ÏS©KÔeê*m¹îÈ¡PÅĸÅñv‡u"whÇ]^ü»Û8´Ñ±ï¿åûÛÔÝN•3¿Ÿ72d/?ÀzD§Ñß äêé«?¹ýÈu#×é”^!ïF—þE1´\åÀ¥“gS÷¤Àgà!—•ǃgzà‡ƒ—,D/3(ÚÑ^G1˜í_uj ó¼ž~§’=ŸìL™‰1þ€Üam€†¾ºÑO»ëÌÿM2h>—Ïwú¡ƒIñšá'êÅTƒ!F»ðZt Í¢–bƒY”E`1bòÅŠN‰p㾫à¾ëjõnßõ:ö]‘û®ˆñTMÅQ T2•†·Ü3ß`=^#›l!~á¾ûeÄ›ñ õxŠƒxÂíö ®Ó¬Ô+š(vêa×k·È·áHhƒ#mð¤ øy BE’7ƒ¬Xž²¬D²Rñéä­#/—œ|üE<{;~FCRËÐìÃ}œ¤.1T?ðïS%2|¿ëû.‰èIìiƒœ6ô  n´AÃχӿQhÇDþz*Y1dÍ#+¬d²Òè]ÙøyV!ÏÝŠ;ŒÅmTóŠ4âZpmø7ÿûŽ‘¹ÁS¯ÿA7ºD>saE™;ÚЋ6¨éóþ*˜±OÞ‡ôk&YsÈZHÎ2rV±†ŒL^Íž•Ïs‹p±¸‚J>*uøãïøhEO:Çhž#ñìÿI„Œ6€1ùÖ.Â[xò~ôq™^ùò¦ñ¤OÈšGÎb2–“±’çgdd‘±çâ[Æâ ÊqšùøûÑÊ;ñ%þ‰ôâ8#zŒÄµüAd3` @¾ÀØ3Ï -²}Èõg u¸ŠPf5Ь™äÄ’Oï–âRHH#g-99ääóü-<· GQÃ(ìÅ!~s€ïçØËŒ6‘ØH5Põ]e]|[í,½¥úoOŸ=È@?¯±ô+‚¬i¼e18.Ä¡E²G¥I8"KÅ!Y:Zea¿uöÙlF“M),¶ÕhïE½ü$öØ]F­ý=Ô8´£ÊIDe—*ºD¶TìáiO>î|œoñõ†­„–;£M¢Æ)kœ´×£Ù! ‡£pÀe&ö)þŠ&åX”KÐÐ+õni¨sÏÄn÷\Ôz¢Æcª=ªP¥² Ru;U—Pæù#J½^ -Û½Da›§(”xŠ’nuð_)YjÔ,±à -už%Z]ÜÑì6<µhòAƒOöô™†Ú¾AM¿OQ­Yˆªþ‰¨ìŸŠ -ßt”ûf ;|ó…/üŠ…R¿Â6¿z¡Ä¯Y(ö» ùÝ•ú=—øŠÒ|_Q–ß_”ý­K"ÛÞCòo³¬^ÎvCµa«cy;ìウþÔ .ì4J0—T ‰’”!-:[Zê?OºÝ?AZ°\º5 MV)+ -Ø Û°YVP&+Øm•pØ*/à¬Õ†€ÛÖ9þÏl²ýE›,jÝÐßõ†-æþ –þ@¶4îž­,ïG‚8[Ñ–Æ!=P;Lª÷†Hv¼?RV:bœUɈëâÀ)6E³l>ׯÚjØnÒ.µÍ×¦ØæiÓ僲å¹A›ä9AÛäÙAÕvYÚýv™ÚÓvÚ›véOìWŠöi#ÞiÕûïôÔ‡¥Ÿmÿ -Ûþ#[ü8î:c€:Ú³KkŠ‘*”êJ¶êFXoÖ–èÂìòu¶ÏÓ}Ücƒ>Æ!Gÿ©ÃzýB‡,}¢ã:ý*ÇL}¦c†>Ï1]_ì´F_锦orZ©kuNÕ}眬{ä¼<ø­sR°èœ8RtêÖ£¼‡l÷¹w~eâ¾Çñ£.”s>ÛîÎÑ”zaKHIÁØaÖycuv¹†qŽÙ“ó:ÃG=×f¸df»¤æ¹®1$¸¦R\WÒ©†EŠa³"ÙP®LS¯\6æ„rÉèkÊÅ£V.ýF¹p”¨ˆ%ºvë§æÁÀ{@þq¶Ø&î~5œkÂ9WЮ-¡.(˜ÐWØ>Ô*;,È.3tŒÓgãÃ\W#•«ŒS{¥£ÝVç¸'ã=’Œ‰‰ÆUKYªã&Õ"c©*~ÜnÕüq-žq!—=ç†í*ˆpÀÆH5²#ËÖN -”¯‰øÀiåD£"e‚É=)8~–_ÐC•¬¿ ä~œvd/låú»VB#T?+² ÒAÊ Þ2Ï*%†½ŠŒvʯLè;³bò€¬ùi>éåjÿ©e9!É¥EaI¥eCK«Ã&–6‡N(]’Pº#(¾ô•€ñ¥—üÇÍûÔoŒþ{ÿÑ%Šÿè90û1o±Ï”‰®äL‚h#ÔD*«¸ïWÛÈœwÑÕȬZ•m^mLoMÍx—éՓܦ-šê™²0Ó'iáL¿‰†Â€ü€xÃ"ÿñ†¥~ã m¾c Û1¼¢i*YM#í2–ŒvHmœÐ'¹!Ù-±!}@B}¶×¸úï1õs½G×WyÅÕ?7ð7õ&ÏØúN˜ÅÝ£_è]wË홚ûî#«UÊ€áUЧ•‹Ì÷ÉjÎF|[¡ –×±pWâžC»¨mÉZn'-2­%@¦¶DÚ$·DÛ%¶ŒsHX>ÉyìòT×8£º_¬Qëc,q‹6ú26õ}ÆØê:Ò¸­Ïˆe/¹ _vÞyXs·“ê¹û.‘MŠkD£ÒúY9³s׋Ôçó<—BM“H9îBZ4ÍJ‘´5"“LŽ’`ò’ø¶ Ûegе‹1ÅÛ2MviÊpnÊqf*vŒ2U8ªL ‘¦Õ½Ã[·Øm=`Öz¶WÈší‚Wk´RqZ¡8¶(NVN‘ïÁ¥Ôßzž+ qu -ÓãÎÃÙ&2y½È˜Mô^.2Üì-Qæ`Q™£$Âk3Ôœ`jN± 1gÙ™ lÍ¥¶æs‹oG»Í޽âÓ~Z¼Û?ï÷l¼×+¶^ë;èeå¾}+8›ÁDÎËxÖ®bpÑ’eoIé ÷Ü"2j›Høv¿N2Øâ)>–ñ¶DŠ—%ZZâÅÓ’"–â¾K'n– -qµ,‘>–6qÞiÇÇÄaûÛâØùwqzáGqÚFG³õ1‡píjÙÄs5,11ëDJ62fzO¼‰xc-"*ÚÃÀ=ôŸ¿q=`/ö]nb×5Dl»ÂĦ‹à..]\BºøÑëâpë¢ÐŒ@û÷³èΓð-{ð(=ÀÕI®ë™ëå¼®ãßËɹ°SdÞ)»EÆíq@$ä ˆÏ+"ýÓ¼J_{”¾öX?Ä \s ;Îåã?x'Øt'j`5Ÿ‘ȱ£|ç].I_ÁC. -¿ô°ß–Íü6le?â]ˆW7\Ó»D&âŒ9B øºïq÷ß‹8¾†ÿ4üÎØˆœu9ÇÅø<Ó‹\Š.Årør»Â!|•ð*‹î*‹ê -_áK—?âþ ß÷°k'uÀ»’y®ÇûìKœ‡X8“qÆáŒÄé÷ºˆÇYüð^‚ËpÞ€?Â[vü»Š¼7èñåü&µù0AäµH7qt³Ùn1Ñ·¨I7uŸ÷ÐÉGëÈ׈·¯ïL¼)ä9æŒH%ôÇéÏñºÕï=áOp>„O€RË[‘»ÔçË!"_©D¾aÜãbö-q|·Dä>›ë>Ž.ôÐ{µ]|‚3ñ5 ß´s¬¼Ã®‰£ÇÛÔÿãÿ>~â²r>ƒ»ðPfaŠå[x@,h˜~ùµQ¸*¬S¥ØpÊØÛƒ"ô›ýè÷\éyÝè7}ø,â`2¨!ôPÕò‹4ÈOÒ,d…<¤Ï| ëèQÛaå.ùNöÆù7]î¿èR¿!ȯåùßþ/_?…"}‰Á…œˆÁ™¼ø,b`"¤ãÌ•é3I9#-ÄS‡£Iî‰Ç*R7áÙÀØ›™Šô«{äKºÙ¿É)ùœsG>eʾã¯ò?n?~bèM vObðä³@ùYFàOŽSqf“Ó,|s‰»G5Sß@vKq´PŽçk-c·S¢mòWy‘åÑÅ29Ær¹$æÕûDù>ÙÜ`t+ïÁ»OP¤—='1ˆ­"ŽÄà†Û—¨#qÆáL™INyä3GãXµŒÜÈiƱ‚åÙÊØë{³¼Ã\¼)û亖kr–ísƒmô%<""EÎù§Àm9ü½xïŒ{ ÞPrEn 8ÓäÑà)Ä¡Çñ,Û£Š-Y‡§ Ï*mrQ6áxónŽ—9FNËkDtŠÙ:ÉŒÇpô ¯>áÿs Ö×̽9»I·øáU‘Á|ɸ¦ãÉ#b¹ ¥Ä_ÉŠ«Æó+ÏeÔÖuàó$@‰±HBlF¶YÄ&,K€@„‹Bb @lFìH–Yl 6¼Û8Ävܺnì6I“´ödšI=ã4këé¸ÍL›&v“NÛI]çõ¨0ýñÍ{sG£ïÞsÏ»çÜa´8Ñó -¼ùyóâ'°ŠŽó˜•[p Í71'^Ã¾Š«»ŽÙ¼‰&7×vØñÿFÿ×ÈŸþ÷©{áÞ…âìãàÆâ]ÈAŸ]è1¡§ wº==èÀˆ¢kWíB×QtD×þÿu¸‚¿¾D<„‹”/à<õ8G{ùuäìnÿ <âþÊÄÏÝàS|>¢¸?º¹¸Î=èÍ‚;TÜöÐÂMº^ó®ƒ-F \gØ`“y®ú ÁŸq¸ì; YGàkÎù­Ã†ß&œõ¿ kþá´ÿïa%ð[8H‰Žï@ÒžãQòµOxìºüP,¾¸O†;¾±p+ ¶‚ràZˆ®pÊáRX \o„sm°Ù ë‘ýp†; -kÜI8Í…UÞ¬ðÎÀ2ï*çý–x¿„c¼Ïá(ÿ9Ìó_s<’˜å‘”™¾÷ø ?,5&cÙÙ‹}þ.,q8—Û¡¾°ɇ«üD¸-X%œÓÂZ|œŠ¯…•]ÍÄÉ]ÄrÂâx±$'…‡ˆáqDxŠ˜^"f…¯Sf„ïP\Â)Ó¯©S ÿ¡N$´‰]$íàßášÿˆþÒ± íC&öØ©[X†7ãèp1!Ö÷áôÞ b%)—r"IM]J.§K1RRêiGRZió¢NÚœÈN›Ò‹¦h‡DóÓ©ËS©ç=&D7<ŠÞôtŠ{Ž¥|å9’ò‚>œLÒ‡Ü$mó ãÿb‰{;Ëzöv+rYŒ½ˆ€3©Á°’KÏQ2ö{Ìg*=g3Kè‡Å•t—Øä5-nòzEÜæ5)îñšÈôÏ÷vföËZòÍZg ‹_e Šï3úÅ}™föf~ÏìÉ Ý0ºÓ·ù -cð™sP‰1Àè>/çlà\NãøI‰,J£`^–H=,{NKs½§¤jÆ„TÇ—|œÒZß1Y³ï¨Ìæ;,³³ec¬Ù4Ë.[`­±{¤×Ø]ÒŸ²mû?ðkßÿ%»mÿ¿ØV Éju³o›/E¸ØnüªsÙÄòv®ýØ --ãø19æò¹àR©Sùéôñ<c,Oé;"×°‡ä~r£¿]ÞÐ'·ôÊ{»åC]ò‰@›|>¨]¾d•_jɽdÉ}?¸1çiPCÎ?ë³ÉÄ¿^¶ÍSl½`.b«ñz)ÆKý™ô«Ñãst8¤ƒÉ¢xŠS-ò)”0 -äì>Ua@¯ª4¨[YÜ©4‡t(-¡mJǪìç´(‹r†Ó¨\«W\«UÜ3å?3æÿ!¬:ÿ¡Õyd\-'ƒÜ<‘| Á¶ ÛÐÈylW±[ĹÌa\•Ð`BN],1\šäѯ3z59ìÎbe`{‘&ÄZTÖ¬6†7©"ÕÖÈzu/·V=Ê5©q…K\Cá9®¾ð·¢à=n¹ê ·Lõ÷ˆ2V¦$9H¨›/pïßGç½*l‘u=À‰J¼oá\\› |:*`¸Rý•{©½^¶r)˪Ël.U‡6hK#êJô\S‰™o,iŽ2hºzÍ R3%(×,tš³mñ ¦ø¨â¢ßE}Ç+V“‘Hxqá6Ÿ`¼ ÷®Ûnd Y¬ÆûÎgçâÀçP5 ìFô…›1n5H|šªäþu•ªS…&ÂP^ί,3F——5Æèt±Z]¬Fw0¶Xw$F­[‹)ÐmE«Jß(J?(´ßòZ’«(!#•2ÂÍc܇÷Ðû#3À%d9jÂ=¨Á>LJ𽯖ÝuáÐQO´Ö¥x4Õf1êÌ9ìšEp•±(¼Ü ãi«ª¢‹«êbÕzk\þ@œJïŒUêçbòõ§£óô×¹ú·¢rôŸñ³+ÿÆË® ¹ÙåHéæ7ë_ÔܬÇï9Ì"“uØg#:›<¡Í-Í1ÐØœH­µdÒMR_}C^€®¾0TS«T›+£Tfst¾©%&ÏÔ#79¢s̳‚ló)¾Ì|'5½)1}±¯æyDVõYòÿüÚ€ùˆW‘-l{Ï"‹øîBœøÞ‡ØZZ­4¶ùC];Lí»‰êö4Ê6 £ÔšË.nQ4k8 -KE¤ÜRÃ˱4óe–nžÔ2ÆÝo™‰XVÃ÷Y69Y–Ÿ‡f6}’Ñð<$½þ‡Ð´:’“V»ÍCŒý½VÌär™BF¬¸þv€Þ7ºjº™`è }o”õ$Sµ=bzQ·Œ©êÊgçufÛÊB¤6#GbkâdÙºBŶ‘LÛáà ÛJ`ºíZ@ZÇÏüS;~ë'j{æŸÜú2 ©… Lj&ƒÜ¼‹k¾ÓpYFfƒÈºÛºñÊh´ã½o€ÚÁ Ð FAÑànB5˜FËÐsr™ÒþÖ¾þR¿L»Á?ÃÞèŸfïôKµ³Ev+Å~Ò7Ù~Õ'É~Ÿ™Ø÷coï3æîî—¾Â.’•ÐI²Ý¼Õ†¹€®ud™FÆz0ÐÝ‚nó Þ¹FŠñz¢t2!Ϲ㱠O$$Î ªØ)óLw*¼R‘ä¨c$::¼÷:½ö8¦é»'è±˞ coxÄ=¦Å|ã;ô’3HzG 7÷зهû€Ì#“èBºšð:bphÇÑ? ™¦@†ËÒ\‘ rÅC²+™Ht‰){\9T¡«ö_®Ë<.ê:ãŸ9`”Ö‡ ]ÆtÔ±¨4íÐòÊL%%2Ä[3‘[Àñ€QòÈ ÓÚÒ2³¬­4ÛvmÝÊÜ2µË¢C×u³é=H¯zío^Ìõý<Ïó}~ßïóéQ2ÊW2Ñ|KI¦©{ÉDwH½Ô—ŸÇo‘¢±¨áÛ$ëá ່c7Cðž`øÛ}ᣅ ¯…C¶%ØÔ½$³—î~ßcPú ®·±¾Š;š| Ð]@­³j©ùÞnz“ÔÍ??#Åî–:µHŸÅ@ÿ9ø ¼/Z€¡üP¤ôRw=Óà c¯0Œá:Bã¡ÀGÖó ¼ò.Ÿ_à{?µQ»Ž}@w)ÏF÷QtDZu#vQ4SЋ£„Ñ -<ˆþËh†WàUx H #"ýÕ_z;\:Á|’½ùÃÉ)‘ÓÄqš‡î4Eÿg#ü'á\5èSçÅä›îä}œGä˜Î×RÑŒG3 -½€£èóêÀÛðR -SÄÚð¡•>ù¬³t>Nú‚ù†Ëù[âøn¾ÔJo´Gë~x½*ê\°—^ä­éä;öEé.tí´p_éò&ù£i<Ñ®u -N·ó!œ³ðœ‡/á´b\~ Å<Ò¯×aPõ‡‡gÅCóyܰµ ñ›V<¯ž××7Aôƒ¡0ÆÁý¢,Üâlý¯{U¹úþuYå¸Ù*ýˆÇûAõú¿û®ïÍò5…û’ ¿äÓ/Xå7ÎÃçp®ÍoZ‰Á—Ìí1„Ã̓ЎîhNBg:ëg«¯û-^÷^÷ Sª¯T‰N ë×é‚X»>Å•ž¥aÎP´3Dõ1+~À)øG;YˆÁÐæ{‰ƒ×!º®hríEŽ·¢›Žî}hM@#CñºçñºçðºŸáuÿ­Ôk zw u¯öi,“ИFçÏ Ú³´ƒÞØNol£OS‹&ž‘Föc3J›øæF½¤ Tr= -udZ‹ª—uíxõ€ ~<îVŽ|_Û1ØíHjÙÝ~¬4„¼†£3 - ä4E[ ™j4f«Á4W›L‹´Ñœ§ æb­÷Y©:ŸuªµlÖZË.­¶RïIUû—ËÿŠVZ=ªüWÑûŠ£þ Gý‰®ÒÑ›¤ƒ!ø ?µ Õ.S7m÷í­fë5vLWCà=ª£ !Ëš¡ºÐ,Õ†åhmØ­ ÏUMxVET¨*b\ ªŒØ©òˆCZqR¥º¨âNWUÔÉ£B(h箽shŸêÁ±ŸÀt ×GÛNbÚâ§æ°H5tŠ×†Î©ª‹¢u]†kM×Qª‰¯êèGT3M®˜'TÙmŽ*º=©¶|•ÙÊTj[¥b[½ -m;T`{Aù¶ãʳ}nXb»bȵyŒOuûKä}†+÷x -W´$1ÛõâÊ'¦ÍÝŒª‰Pmlw­îž¤ê¸rõ¸Cñ÷Êã4”%¹)s|§,öY”Rà³0¥Âg~J­enJ“evò~KNò–ìä³¾3’~ô}¼Ç7ËKï|î½bpµ3þ´xG Æz³±¬"WŠU+úE©8-ÞPÖ×´,Íá³$-Ý’k黨>Úo‘}‚ßBûd¿ùöLÿyö™þsì ýgÙóügÚˬÙö5ÖöFk–½Åš™öZ‡iiwÈHý¾ÃÔTO‡©ý<Ö)^úz¬gÉ÷ÄPÆtz –׫ˆ¥’1¤l€EE;)PwÃ’A}ÌO:úû.t8ýç9†Yç8îí0Û1¦cŽcb@¶##à ÇŒ€ÇssäNwNs¬ -Ìpl -šúˆ³ ìa§+ì!熰ñCv†r8ìÁÁ„=0øÛÐу~ íðx örš|ß`ôÛ?òÆ(ZUŒ`+; -‰%žº+X ‡Gkîð_¹.¨(Ï+ ¿Ã&‚¨À Œ ‰jPE4DDÖaÖ¢®Œ(²0Æ­1U³˜Mms²¨ÑØ4ÍÖ$Í¢¦¶Mšä$MÒ,š¤íIkê–éCHN[ç9ÿpæŸÿ½÷~÷ûþûNðZš9ͯ1cv€+=eh5#¸Æšê´+Ó*Li ÂÊÓ›i«Ì¥iæâ´­æÂ´}æ‚ÔGÍy©§Í¶yçͶ”¯Ãl)×¶¹žP[òçÉ÷Å|ÆM¸öÀyÌVÄÒA,kˆo•-PËò,jÊoX”7Õ·>71 &gÎЪlkHEvŽÉ‘e7—f:"Š3‘…™ ‘™Ë-ù™í–Ü̞ȜŒ½‘YGfdœŠ´¦¿aMÿ*Üj½f¶¦yÂÀdMõ˜ÎRûç -uáì‚-ÐU@þIJ’k‹Ý_KŠÂÕP4ÆP_4Ù§¦0Á¿Òž4¿`^pI~¦©0//¼ ·Ä’k»}DŽ­>*ËÖ•ik‹J·m‘fÛ3"Õö%%çéÈ䜳ÉÙ"æd] OÎò˜“3=aý¼‘K?–p&À=pl„öbi5±4ó¹±ÔG F-pܤjÇ$¯Ûñ~޲ÙÅ%s‡§s‹láÙ……– {y”Õ^joŠN±»£æÚ7ŽH¶÷Yn³ŠL²Ÿˆ˜m?cžUð¥91ÿª91ÏcNÌà5tžvHÁ^lÉV®ÝÐ-eè—KuØ„êÊ᪬ŠRyUŒ¡¬2Χ¨2Ñ?¿bNPNyZHÆüì°4GADŠÃaIvÔXn+[lIr´FÞê¸#b¶cWx¢ãPØÌ²ã¦„²·ŒÓK¿4Æ_1ÅyLÓ -x¹”~Dã~ÆÍ>Øëa54V¢ï”ªj¤òÚ•-ˆPqÝÙëb½rÌðË®½5 ½&eè¼êÌdgž)ÉYjžítša3«M Î ÆΡÓÇW>­êÍaS+¿6¥âJðäùžX‡'´ŸçÑz °ÕÒrtë _ßpIE ¾Ê_dTnãHe7N0d4Æy§.J4·!9 Ée šåÊ>ÓU<ÃU<ÝÕ0<ÞµrØ4W÷Щ®ASÞ?dòÂc±õoÜR÷yÀÄÚËC&Ôx†Æ8=Ãúy­Ãh탭Р­ux>´k±‹åèc×r°Jé-C”Ú¡”ec”¼,ÖÔ2Ý'±%ÉoFsª|sv@\saà”æÛ'7»b›W ¾¥¹ÓRóöA–Þë³ôI¿ñM¯ûŽ[ò™ï˜ÆËƒF7xßìòôs’„ݰÚaÚhW5á7ÐÎÃ"Y±'I­¾Jt‡(Á¥îñšæžb˜êžé5Ùìs‹;Ãw¢»À7Æ=ßw¼»Îgœ»ÅgLëzïÑ­Û¼oj=à5jõã†èU¯¢WþÕµâßÞ#–y|,-¿~žX,$Ïí\7À>· ]v9ÚöUR¦ß·ßÕŽ÷쬉&ÅtŽÔ¸®íŠÓè®Yº©kžaTWŽ!º«ÄÕUm°t-Qdg›Â;{ÖqŒ¿TÈú—Òþ±B×^Rh›ÇºÆãGZXØ -° -£]MÞ¥h笓歗»¤ÉØÖ±›ñ^=þ -ï5ÊÜ-Sïx{§*´w–‚{S5¼7WA½óØ[¯Á½+4¨gƒ|{vËgËÃòÚô¬¼6¾_Ë{ÃUùt{~àÐjö¹n‚u°œÿ¢]AÞ¬ÁéÖMRvuüRô]’q§Ðç/ŸÝ¡òê‹’¡_Ù7xù÷ñÒëã`ëcSõQØ>´‹î<(í8FÁÏr}!mc‚Þv¾×~n¹ ºÛ$7×%Ô»ºS*!çlla25~»4q—4j·¶W‚Uôú9Cà~ÐýF6ƒØâ8Hâ-A-,ã;9ð3î=ÊAÈ´ºï^Lİ÷{`®¥Æ=hvÀŠnÉEÎåäœO¾©è&î¡мy¿N*A÷aŠ¡ÿ`YõÃð#xÛGû‡¿Ñ A±ƒÐâ8Êa{”Mv¤•ïHæðýÜwŠûßá·ßðŒ+pM;YßÍІn%«ÙA È7ënöÁÖÍqJ‘HÃK¾¤ÂÍKž€'á)o" cÉÁË`t2A:ź<ÃašvšÆz†EGrgIà,qœù>V/ºí÷°ï•oº9IsÈ/î„4=óiiðO:/ÂK0!¯À«ð:¼ ´FWz‡õyŸ>ùhC;=ò9ÃÐ^>–JYì‹,ìEâ¸È/¾¬Mp&Pç&ò­A·Ý4t§“ßXn G3€1^ÿÕ9÷ƒÐûC¿&¼Â'?Æ‹Ì[ôíé;†ã«s¥ëÔÃCž@òÊsŸ5Ï;¿çÍg?0ÁhˆƒÛ Šu]UºŠ×½Œ×ý¯{ ù/µëŸêÖ·Ú„WÛªh§þ†›ûZ÷â,Õ\èîsý—÷w}Ê“>‚à}xÞýÁëùáy †ßë!0 -ba–®(Í´ÊÑ©åI‹ô ó+­D§ õèl@g :Û(Ãnýwù!nð÷=æ]Šö'î|›LÎðÔAÛë'ß;@ùZð€1h&W -yÙô¥Jô^÷SÕ£±eh¬Fc-,ÇF–¥Wçµ­»Y²ûôõ šø5ýŽúT/ðÔP¸‘cøNƒ¨iQ&¯8}¬$ô2Ð*Ðñº¿Çëž“‹ø›hå´c+ -ëhÍ.Zt­ºêïÖóÚ¯ç8@~Åzœ$‚§©þ ²:ŽÊü¯>'5ö&â`4G¢9‰œf’Ïú¾M"Å ð¦À›‹‘Œð•ÃS‹|\ðtÀÐOÇ~ÝÀ]Ç;YÃ>9‡uq†Nbüóøy+ävî}¬Ø_c÷|BËÌ´„Uxô)8±éORÌ<üJÃ(?ßÂÑ›Ë`^e(M;‘cm2tk¦ ¾Öõt.¢…ÎFvÒéH/úé¤pNˆÆè¸hšVÅ‹´">AËâ Z_§Eñ=ZˆºOóQ¿¡Yé§tXúÍHYš~ÊÇð=ÂQöãd”p%çæv¢çÏsQÚÆÑyI -­Ér茢ˆNÅX鄲†Ž+›èX\;­Äï§åø^ZJÒÑ„Q:¢š¤ÕÍ©ViVµN3ªkVÝ¥)Õ[4¡zÆ·}JcÛX:B*–ẏ D¿HC¹Ñ ô›é¸ó¡¸ˆx6ËzœŒNoÛE'vhèX¢ž–w™éèîJZLª§…¤fšOvÓl²—«ý4£¢°úM©gi"åët(å,©¯RHý"¨ß !õ/™õ'Ìä¯8Ád–Lb9ð\ïh1(q/ä!w£CÜmtFí7vH<ÆnI§1 é0†$mÆi‹qEê2®K›Œ×¥ E¯Hë -ß–: -?”:öþ[â0°‡þ Qï"÷ï¢åº…öï¢ kÏe|žG,ӈ彶EHCe* -ZSY6¯§¬ ¢»Ô$òX¬Q–*i‡¥!ºÍÒ*k1{ä.sŸÜi–7š§õæ%…Ã|VQc¾¦¨*yYQYü¹­øÏr›é_2›‘¶mñ6Z­W+ÑbÚñªÐjƒEü>ƒx&Ë(° ¨¿RI}ö$òÙ5Üý•y‚N[‘¨­Â"i©°ÉœåEc¹3¦¾Üë°ú”5ÖeµuBi·.*mÖÓ±åÖ«±ee÷b-ecÌ¥Œ1[>W˜-¬Ülfå–Vþ¾—kpÔ­c`LU£ÏFlˆÉ_ážZu;v‘Ç‘Æéphù­µ¡³¦DÒP].sTUÇÔØ”v{[œÍÞ_nÄ[ícñ¥öù8³ý¤²Ä~Eiª¼ùØBÛb -+>W–³ŠBëà»[‡µP«X‡Á8¾Äßüxúpeñ4JÈÝ´Ú{˜æ¦l^SSAD]£Q\ÓPm¯¯TTÔÕ)ËÍq‡'¾Äá/v„⌎9e‘ãÙØ½ŽË1ÇEã<¿öy^Í?åyU¬â vVñ}Œ»{² ûS`ôã{/®ûО·· -©¹-žœmÉÔЦá8ZóøU­…B[‹9ª¬¹BfvÕ*L.Wl‘«SYèê‹5¸Fcô®YEë„<ϵ)Ó9ïHµÎHr›~/Énü,:«ž•eÕ=Aþ:·À<«`mç!0¼h…;ÛÑk»‰š:yT¿/†j=‰TíIc*=¹\ë>ƒÀÒY,4¹­Q…îêhƒ»IVàvËòݽ2{$Zë>,ÍuÊq_gw¼(Êì¸/Ô´ÿN˜Þú™8­…Js±’T+ý<×Û°'Á2|3 ÔAžN¢¶ýDÝè÷qm«ì‰¢ò•õ¨Éܓɘzòx…¾"ÞW™ïµ‹tÞq®·]œãëeù†D™Þi¡Æ»™á½‘æ½-Hí~‹¿§ë·üÏ?"Ô¬0ÙÍŠór¼×)pLâª:äÁ½n7Ü.‘£¨W¥’€€Š‚1´7˜Hú`*åsmPÏÍ –ð²|M Nl¤»ù©Áþ×S¼”À -79pž›ÔÿMÎnÿ›L¢ÿ}fgßß¹;zXþ+Øîe·»PÀq0 ç"g/Ü­p×÷ÙƒDf\ ôÃD¹£bÊ -Å“&´›2Bé”ÒÒžP!“*eÔ¡jNRÈÅÙò0‰¡³34Ál]"Õè:Åܤ¸áïQìÐ{¤ø)°LlåÄXî \I×À2÷?ÜäíÄõ¬î²¢Âƒð¥NrhwXB‰áÚN¢íá R…u”0m¤øp9)Ãun'“…C$ /xê ÿÇv™FE}^qø7 3,¢`ŒQœXeÑ ¨ ʨ@±ŠÆW"Š ˆÁ A”MÁÈ⣠Fl£ûR­66Æäm6ÓÆšZ›¸¤íIr¢1q9™>£œÄýð;³ýç}î½ï½ï{oq‹¬E'dYö±¬…ÿ‘gÁ}y廪?×¢•hZ˜#eâw -ì$Ø#–J±ERd‰Z*õ¨`ö«2ª}µ¯|ª»ÈÛÙSžÎ>²:#eqÆÊìL”É9I'êÄ çr6y €í< rå ke×H¼Û臱KM‹8—à•¡”Ãçô%äìÑÅäÀ -)ª\ -c\ dDëR#uxQò¨£ñ«g¾­§©ïIa‡>ºl¸h8Ø(²6´!Ÿßlö& -o0†ÇÚxlXuý¤ ĸšÇ›òx?—x§ÀÏÃ+¥ApûÖJA¸Ð ù­•¬ëi_B›¬ÈaÇfæÛ-ر…&d‹ûæðm¢Èšn±ØÂŸ73Ünb˜ÝÈ€ºáEºÙõ.Õã•0‹P.¦ãóä*òcáF4J½`vƒÙ‘1Õºö6ô -z5[ éÒ×hwÒ”µ`G —Ý.Ù]Ø.6u‹¶lá÷ý<×Êó7øMó}­fËáæãs>§¬¦1yÜ( -³;[ùD³ä‰4¹4;h7úzíuËSÚçÏÁ  -¦1Œà""G9øQlG–ñ]ÚÉï a¹„èè|¯šUœÍÄz>Ï"ÎSð7±IŠÆÏ~0á=Å6ú¸Y¸@ÃÏè:†Ž#ÂË E`”NùÐП!GÎö•Αïq!´Rp­ºu ¾Ãqö2º©•Äzéê‘8Ï ÆI;¨E¸Q0CHO–üa™2Ð)tý A¤ã‹{0¢9Gç݃’‰F™ý¹DÃîn¯Ò¨}ÉtܸNàoàëØqE¯¿£2bǾfãi|=nÜQÉŽo=av‚çáfmã´¶Éͺ€þ‚>Báe”’H{]w¯ìÏ·äÉ-õiÊîaÇ} -ÿ>Eö€€?hAo0iY˜7z4÷z Ž¨ê‹bÐH4‘él:3Y†î2cÞÑbÝf¶»¥&·r}+'ÓÓjæµý—)ëß$íMæ«lÞ5÷%ì~½ÄJCŸ!÷û‹èÃÇfÞ_ÔÙ`öÑ= ‚™ ˜ïn1ë~£4Y0æÃXcŒ0*p½ZW™è®0MþƒÉïïLgŸ‘´%a>"hçyº•[YÝ­÷Û^ßý?6üÄœù#sæwê3ëŸÕWk"Œé¬?[—• ð)_Ÿ2c^T©>ÖJ|ªakêám$5¶ëô¶ë-æ4ÿ.7ÿAÿ‹¶ô>//˜aÂì‹?ƒa ƒ1ÆDÖŸÆúi¬žÉúóˆø"0J`Tà} ÙÐÈ1ÚÄqÚB†ÔVv¥IŸ“)·K›“Û†ïúÿ¨ÄÞ}XþF|õƒkƒÙ^$¼X8¿fű0&«Y)0Òñ4FŽ^ÆŽ­ÔJ9º™=ÙD,6r©làÉuXÝÈ~4àa=VG…­ü"ZîÀ¼Ùæ¿û¨9Ùvî“'Ü'ñ­'ÌpxXqpñc<Œ©fÀ˜¥õÔÊ:je-µÒHnÔ‹:ÕÂXc;QÙCÕ¼É.}€u7UI¥UÀ.oÓ×îc¥G×ßI®âµ»­®…òe…¸½ð-¿¢a%ÀyÎ8ÏãO*œ Õ²UcX¤jc¡œ¦RU™V©Ò´Vå¦m*3íÖ -Ó •˜.¨Øãš–Yî¨ÐâúY7áÂ5óÇê¡n\G¼oîÌÜÇõÓd5k³¡£Ö›{¨Á¦:Ï(­öªŸ‘ZÕnœœ¾“UÕ>E•íÓUÑ!Kå~óUêW þ+Tâ_­bÿF-óYKýw+ßÿMåù¨Å¿ÒÂŽwµ £ëg]íÊÑÄÕ"íAͼßB+°áiú+ŽÙF?o­ñ漢N½äì¡Ê§¢UÞ%Ae]GkEÀ-HVq@ªŠºe¨°Û<-µå)ßV¬%¶•Zl«×B[“æÛ~«\ÛqÍëvA/Ønh®í®ævs2ÛtæY®•Cá\ï\sMa´´"uñµ´;6³ªlOª¼{O•öWIO‡Š‡ª0h¤ -‚Æ*?h²ò‚S´88]‹‚³´ d¡rC -•RaÈYcÈ -ÙlÈ ÙeÈ>f˜ü¾!-øšafÐÆÔ —15ÐerëS˜§¹ê÷Ò†½Š6Úá÷§Åž•ØV-¥!~*îÝ]…¡¡Ê4äõ‰6,ê“`X6Ú˜–dÌ ›jÌO5¾>Ç87<×”^`Ê/5Í -¯5¥…¿dJ ÛišvÄ4-ì=srŸ/ÌSûÜ1O uyLyæ‘>€{"Jz}=>jD5|®¤*Ŷ’~Ìž}}”ß?@‹"B4?¢Ÿ1Ç>È”mjβ0gÚÇzdØ'y̶§x¤Ûgy¤Ef[R#ó,Ó#—[¦E®²$Û×[¦ØwX'ÙZ'Dœ³&õ¿jßÿ{ë¸~.븾(Üem…ytûÀÕº Õ¡ªhø|_ä ÏÈÝ>ЪQ•ãTÖ 0ãÇólGŒGº#Á:Ó1Ê:Ñä™â˜ê5Í‘ê•ìÈôšâXè5ÙQä5ÑQåäXë=ÎñŠ÷˜¨ýÞ££ÞöNxÅ;qÀmïÄH—w¢ÝååÖ9˜iušiÿ6 ZTA VBÛQ€-‹±/7Ú¬ì˜'”û+ÍŽ}Ƙk7ψl™3Ô39f„÷”˜1>“b&µ›“Ò.)z¶ï¸è\ß11K}GGWúŽŠnð½Íwø½¾ CÎøÆþ¼]ü [ÈÕ.Þ¢\>†¹/^Úž@ jTŠ -ùn1¶ä¢,žÉˆï ô›RzRú™“‡EY&ÇÇxMˆOð7Êwl\Rûçâ’;ŒŠKó÷?¶Ë<ªé3 Ã7ÃH©;RE‚,* dQ`XCP‚ -AYâq%**¨(`eÜ Z·"µS­ƒØÎ9k[wí¦µË¨­­Ú±3g´ÓÎTgœŽhmæi3¼„pŸ{¿ï~ßï¾3} I |’“j½Ç%­÷NLÜáØ¡›xR«O¸ªÑÇÿS£ëÔè㜚8tÞ½Š @«Óðœü\Àg•üÍ–"2÷Åij™’ÞO,éCebz¨K^z¤*'Mï‘™š¤ž`HÕ¦²|R ùºñ†"]’¡B—`˜§‹7,÷‰3<ëkØî“r@;:å¸&:ù MÔø;š¨qNmTJtjß"þ¾tFÿ جIr ;ïgÏ4~NÍÀ{fºÉĬޒ—=Xr³C”YY#]'dqKÍLðLÎHÑ$edx'ótc“uzc™.Æh÷c\æmlÒFŸ×D_ñi<¦1áŠgDúm¯ðT§&Ü€RœÚÃðöÂhÁ’4da½ÐB4•¢©X„Æó¼<É1ë$Óì'Fs"Íî’bŽî5./Î=Þ4^­7MÐĘrµ£M…ÞѦRm¤©J3ÊTã5ÒÔ¨Ž0mó ÏÝï–{Ô}xηìÛÁ™?©‡e8½†^¿‡Ó–M/Àª‡µÍeŸŠóD&勘°m™Ìü/1ö“äÂI*®ˆ/å¢/ŒU±$¹G[Ò<# rF6T ;ŸºX¢D;¾o¾Hø"‘@‡ÈÀ¥"O-q¯õe/É3xÔáqëxÈÕq¹×r¹ÕrÈjÙÐZ°v!—^=ÂW-ß“¸3¶ä¶Èâ..§l‚µ9P%5—" ìì¹")Ô wÜ ìª_­ˆï*BJƒ+É35âo6šÈ£‰`y4q¹5qÐÖ±©ëÖDÒÛ†EÖ`"ë/eŠ^õ€ƒÀ\ɯ¨d™Ð,~/†m&õôÅìÜQp‡a­Á{6Šx>‹!i&‡D›Ècylf=¶0Œ´G ¼.ÚV[+ÍÜJÀ–þŽ¹ÝŒ¡Ýx^dÃ74Á=‘õNYC­5h*¯f –à{I{õFà iñ‡Ù¦çfe+ì­èy´íPr¸=Ev=ÅC‡AðŸ6òØ‹¸€ÛÙ“vš¹ {жï°»Ù]wøß² -æ4‡Ö±R³™šS©7nø&zfŸm"jJPì‚ÙÖ=ìr¹¢—äñðû2ÚÇ ¼_Ë@Ìø;†ÁƒäÑÉC·“KøMˆ¦:´–÷édr?ø1º)ÒqWêà.X)RAÍ…´oÖî‚îê âë÷ˆhá¹<âÐR˜ þB,+K0Z ÁÐäò&ñQäãÁ ËìËiò8Ë;ÍŸp’ÄO9£8qKjXëªõ<›¨9ŸÖMãéá†ñµÁèxn¯öpºèH9Úmˆˆ‡N£³ˆ£‡áùˆýù´ŸÈe†Á/Éã:…º,ø×ìÉWìÉ5‚\ýXª©yk]´[$—z“_á,rŒƒaúf øšâXçLz§Ç½Î¡ èt}Ž®!®¹IÏ~Ëùýž^ýyüÀY¹gébñ»¶ˆÜgS»:q9Š_|¯çÄï:e -E1(Y~ÂW=ÀÏÜÃÛý€§º+U¸Æ…rOu[VàUWãàå;\Ï78¯›¸¢¿Ð07pk_áX¯â¯>“oå2‘.ñ‘.¢Ð¹¿ùk©ÑùŸÙ%Q0aa™áL‘¿á©nÊLù3þòOøÜë²F­\ÁÉ}†ãºÄ¡½ÈÁù”æý·x <Ï¢½/_óz­rvë=tú?9t‰Ì>Ô@æ#¨+f -²åK<æ%)&~5Ì’ÉãÇ»vVç5:æ ·Êµÿ’\­±Mžgô|¾|þl'Ð'r!w“Ø vœì\ì\‡ÄNŒsun¶IHB‚’—@nJ¡-ƒv´6¶U‹´uešÄºJÓ6m«ZMêÖíÇ6iê¶Nlû±•¶|;…GŸí÷õwž÷ò<Ï9˜a¦Ç™ýqò‰?±õþœ¥ìm¶ß»élI¶D–ûkz¶Y•’k}†¼Yä5’Ó‚S -N*ÝXVyq\íǒ؉cb M‹š1ÕLa^šÇœt³ÒâÒ ˜–î`JÚÀ¤ôSLH!¦{ˆqÝÓÉOð!Kú¶þàµäçó -ÛÍþ¾ÆØÎê58­MÃI}N$›plS%ÏÔ`1¥ [Z1—À‘Ô̤!nÁ´aS†#˜L[ÂDÚYŒ§]Øá«5l`¿á]D D8í?N“Ÿ`È ã=¶Ù²œßek¹E\-¢ßâ÷Óy”9”GËŒåxÚf$2²°°Õˆ¹íÌd:Ïtc:Ë‹CY~Lfwb"»±œÆrb8ÇHγˆæœA8ç*†r^Å`ÎwПýú²?Boö¿…žlYèÎzŠ_÷­Ê¥ [þE>O—’›m÷ãY¤$YØ¡ÃlîVÎ+ÀT~T!VX‹ñÂF(jÅhQû‹z…Hñ°.> O ƒÅ‹Bñ)¡¯ø²ÐSt[è*zS=…¿WtþKÑ^ +ÛóŸâ]rn”óX(µ¬Ü{>WvQ[ñ·yŽÍ2¾ÃF‡ŒL”äb¬´#¥BÔä"&·bØäU šýŠs—2dPö™÷+{Ì“Ê.ó¼2h^QÌUíæ›*Ÿé[ªVÓU-¥ª¼%UÞ²ú Œ²úù¾]AIUI‰WÅ= –øy¿Í0ž)ŽO”+0Vž‚K"–baÈZ®°Ú•!k­ª×ڨ궶ª»¬uÐÚ+¬a±ÃýÖY±ÍzBÜk=/z­/‰Ë]±Ñr_¬ßõ[Ñ]þO»ì±Æm–Ÿà¾ùH)üåßJ¯b‘ŸgÙî§KŒã£|F*“0d߆~{úì&E·Ý¦ê´;Ô»[l·7küv¿Ôfï’öÚµ^ûm³=®m²Ó6Ø×´îªÚÚª¯k«+$9+?¶O$GÅ’Ã*K‹,Ý#×Nàz5ó †÷˜'h›c<£Œ'Ìç€S‹¾êtt×ä"XS¢è¨±¨üÕv±µºVj©nÔ6;[uMΠ¾ÁÙ¯w;GôuÎ)}3¡w:ŸÓïq^×ív~MWåøÖæx_kÛó­m÷ç:›]ÖÙªdÝ÷Èu§–ùPœqñТÌùy”¿ s¬ŸÏn—Aw*õÙð7 ­õeJo}¥ÚãvJ îzÛåÕ׺:’ª]½IW$ik2Éî:šTé:£·¹®é¬®7´–º{Úòº÷¤²Ú¿k˪?Ó•9å'Øàû_!çz=m­ÉÑFî1NDø=DtÑ*<|Í›ÐêÝŽo<^“¢ÁkU¹š÷hjšë´G·Ûã×Wyº“lžpR…gBoñ,èvyVµåžç%³çu©émMIÓoÄ Óë?“ŒnYktɺ7É}“|<ÌÇfÚBb’!i:‰ö½@+¥q³O‡F_:êý¹pùw -5þ]J‡¯Jm÷Õh*}RE[›ÖÒÖ©-oÒ–ùb’É7§)õÒìl»*Û^Sµ~_UÐúkeþÞUyÞGbžG–¾Ä7È}ƒÞ¢Ür·»žÜŽúÚ¥Ò°ˆâH - -£ÛQÍG^Ô„Ühr¢NdG‘õa[´Ñ(Ò£Ó0D–¹€ÍáÛHÞ€~ègÐþÉýÿErHFrŸ,¼L¾sä["_¼‹~«›¾—è&·Ü䮦÷ŒÐ÷Т ïˆi±-–ŠŒXÒb…0L˜‘:Q…”‰Zlšð")¶ºØ¤ØÄñ£PŸ…bìEc4i£?áeû„èC("ŸC–q\§iK’o’Øb.ûÈÝÂu×Eû(PNkRLëš}H›¦ÿœÑAšIƒ8“ ÕL1”ñr(â,6q^ò8/Rœ/3èóÄI&=Í4ÍÛÔ}ýŽþ Ðÿxùd\"×ò ë"1NÎ0ÑÃuûÈÝHî=ã€å `œØ‘ÎW&ϪE‘h3A›`ÓO ö Z‚ÉœàÁ&ø²Ä$çã"/4‘ 4ŒsïGÃì§L‚Ç8Ë=~–|ÓÄ(1°Ÿ{ÀýöÆxü{Åaú>òæ’7c‘ÞvQ}œ"k™bk…žre ›ü6Š€SŒc•Mf•…o•‰¶ÊC]åBVç8v–ónr>Íë2•ã ªè%îÃ’Œ“Üãyb’ˆ=Üï6®ÙÍ5Wñ¯&òæq´ˆÉ+ä_%ÿsÄqŽqœ§<ŸòTô\ä~\bëŒcÅo‰v™}™¸¾Ì±8盜ûÿûg¾ƒŽbí1–8<ËõƈAžs€knZ`p½eäÍ?l=C~r*/w¸Bðx)pÙhˆ<—ÉÀ‹„/Sø|…Âã…À-ü[L¸ÛÜìÛ\ЭsãyܼÇyp>Ïãú#$fxuˆNéáš[—€Z^!+y‹ÎÛɹéÿ\— tTõÆï›™7ÃÀ¡,ÈB–É2“e’Éd™$d²M2!„²’’@€$@E„@•6²­ÛAieX„Ù«"X¬¾A?Ï0ÏúÅÐQpÜ/N|é…a¡&r–ú¼ÆR|³z‘º¼…ïÒ'oôeŠyy§È¥càœtSãM'f÷z‘X-»ÉœcàSaç9?cá+HH‘Ó>>¿H:þ.wÁpu”ÈuÎê êòÃ4ÞÍå€dAr?ßÿ?ÍûF€` ì`2(EUËçhªÒ†6씿 e®¡/?A)ýusõñJäC”Þàû’÷(ÖŸHÔÛ8w™o^”¯qÑ;Œóà,xÙ¯yˆ;ä ’/Ñ™·$In¢ïn «®¡1¯Ê 8±ßŽý.B]„ý»Ðª+ä-ü¸DÓ^Dß½‰2{Õ{ÅxŽâýždáW§±ø /úñ8ñ>| n‰αÄF|ñü2 ¾ÉòŽ”Köë°?õÚNú»äUòq?NãÇËøñ~üŽ~&zžƒ|’\‡é¨ü‘ãsCÁ4ô=üž_¿¦¼#‰m\Ñp%ÕW<åø?MNI=14a¹]ŽáÇQü8Œš<„ÂByþ–v€!òŒvàÇvYCÿœñ#äIFÉ>*ó×q*60N##»d#™ÚÃTyÖ¸ÿ‹›þºào»Ãþq³G‰i<ñ„ÃW -\YøG zà˜NÔÃÑG;ö»°ÙCw,“õÔä~rqß\‡•µDÔO5×pªWsêVÃíýàSþ_ôß8Ú><†uÄ6š¸‚±Wê±T>ÞaÜÞ÷˜#ŒûA-#Yóí•à»6Ó§dœ¡ðÅbÑW<“á)†§ž*xjái 3Záé„§ûËñ¤_c¡‡ .$³ ¨r7ý1_þ*ó˜8]ðûp)@䔑Q<š«<ÂXÛ4‚ëÕÀõ* -¼#±t'œðYá³Ãå„+®⨀«Zz©I5YD.𯛷ó”ÕÒ© È\¢êà4ùº¨ Õ¢\“Í-iÖx‡ñ:Wÿ®Ü\1³Šlâïý¬FýãX7ðg•A••š1²B"}jŒ,Ñ'I¯!]zreá…² °LæN•y#j¥ÓØ(ss¤ÃØ-íÆ¥Òf\--Æi2>&Æ=2Ëx\êL˜‘×¥vä—À+µF¯œ†÷ÀDjÀHëe=XÃç•<[λ>|Y:*P2É¢EH÷‹Ì›*ã²ä'ã]Ò1Þ-íAi š.-¦YÒlj•Ù¦yÒ`Z"3M«¤Þô ©5=*5¦ÝRm:&UAoÊTÓ§Rôðã|{#Y ¸f7på¯5³^ñ·g‹ñg+É‚«2ÿαÒ*b¤}b²´†¤Ksh®Ì-”ÆÐr™V%3Ãê¤.¬YjÃçJMx¯T‡¯”ªðõRö°T„í”ò°£Rú†”„^WJBn+î¯âžèUŽÁ½3–sÇJOþ-¬  —ÿwãOïçNâ~Ÿ4JZ#‚¥)2J£¬2+Ú.õÑN©‹v)3¢K”éfRm®QªÌÊTs‡â1/T¦˜W(eæû”óCšâèíšÂèÚü¨óWÔ5M^ämm^„wÏÂÿ”•:$°&²ß –€îDÖožÏÁ¯V¾Ó( q&©Ÿ$µ–8©±Ø”jKº¦Ê’«©´j=Öríë4m™u¦¶ÄÚ¦u[»µEÖeºë:Ëò .ײM—H—N—÷‰.3öߺÌï0³•tkF?+Ïr°ˆ«¾ ´ó¼_A}¢Af$“êäP©J6+•¶Í›][fsêJm.ÛV¢Ù*Õ[­ÞekÖO¶uéslKõN[¿>Ó¶YŸžük5-iHMMzMMI¼ª¦$|©O±zõ©à7ðlw :88 t€fž5àK-ï«íZ™š6Z<Ž RR‡ESì°i j¾#WŸç(2ä:* ÙŽš€,Çì€ Ç\ƒÃ±Ä`w¬6¤¤mÔÛÒ~¥O²Ô'Ø_U­©«Ö”é­6¯!!Ùk´‹< -ßú zyÒ›E@+Ÿ@-ï¦ñÎÃçò,£”8MRœ.Ù±ŠË™¤Íu¦©ÙÎl}–³Àá, HsVØ )ÎŽ€dg¯!ѹÊàÜ ·d=©ÆePc3ÏêÌ©æô[z³Ãk0§y ;‘g¿ÄþÏ%+²‘e9ä4z0gH…RÖô¢¼Éw“ó®NÐŒ\¬Uð–‹ä#ÛrÊØw‘MöŠb«’$O¨$xÌbñ$(q»&Æ“­‰öj#=ÚÏ M¸§EæùÙeõ}†ñg…QÁE]aYDD£ŽF­V¢ÆHåp¹vØå\¹A0PÔD×´QcDMt¼â1±ž›4wuŒ5%“q’Ô4±vl›T­iŒn?kÖNÚþñÃï÷{Ÿ÷ú¾ß÷©3 ²5"çxd™ó²"Òk@ê2§\–9ù¶Á<ËÛ­’7`ÜøZે¯ŒÜðÚXƒg¦ÿø‘Kã2¥QÙÝ5ܦxû@ÅÙc5Äþ˜;ÆÊêHP4‰‹r¤h Ã.‹£Háö™íKÕÏÞ®°ì­ -Í:¤Þ™ïªWÆ -I¿¥›W¡s¼†Íð¶Á·¾Zb-3d‚TâN„û‰,â·£ýrÐ^y’ÕÙSQÎþèŒR„3Ná®Q2»~¢þ®©êëJ’É•¡§S½œ -v.RPþ*ó7) o¿ºå¾©n9Ÿ*ÀqMö{2f{µ®•p5k…M*9ð¦ƒYÄý$ÜçJcà†T²¢}Jdr÷Vˆ{€z¹£ìŽW÷huwÿTFš)À*C)—¢%Jë W‚€*F¼±%¢5]_KλRþ­ƒ«®Äêù ;›ÀwB>º y4¼HŠÁdD™dª‚ªƒd¨á²¯á¢­áb©a˜Ö0èj|‡›ÂVgœ®®¦É“Uˆ×JDc©üEÇ7[\é}µÁõ .Wƒb ÒáN‚{ -Üã‹Ñžó¤Áå’ÙV+õXÀ‚Ó€®\È¢±=׈ÆmäRiâ’ib¨5qК(n#Æù¸±‰÷Úøf @ÀÕŸå"¼Ê0$µ^-‡«Á‰k 8@ -ù~ª„ó¨J)^ ¼&$ḵž0ÔÁ24å2ôm3|K$C.Vjå‚YÎàkåP·RØVrÑ:ŸgÔ£e#ï"$›Ù\—²Å/¹…­ZJŽç«äƒtò=ƒ˜Há˜:)Þ‹ˆ ùo†÷g`x<VáG~¬Æ5ä£=ö‡ ØÃðóP‰ö ޝEܶÓkк«?ãÛ›Øø^MÄZJ€ƒ˜“k˜´Ñ8âoT ü„äã$,±ØÏd+‹.uÙÐSÚÈR¶‰þx‰þè`è 7:8l[HîVrÑÓ/óüuïÓîªÎJbvòJz}ø 5 ÞĽJêgóç—\8ü /¥eñfù¯€í¾eÜÈRÊrº‡åðU–Ÿýäc?ƒø‡î I>ˆñ8¾oÏ©ÇÞKàšsi#9 UÉÄ<™xGÃ;˜8Ípû8;ü|>ž`·_` -ùâ#?ˆ‚×-§#,ÊÇûJ¯G³¬²˜œbwR“ÓÜ A'ÆNCÌ|.«šÞ*h•2HÓÓk™Eäv8¼‘¼ºC2ìòóí÷óò‹ L üàñ £N?Þoù "á,}rž^½À’ò..ú³‹"wÑH×IpNeä;—\§®§ÈñãÄËc3œ=|qiÄ&¾ƒÓ~žß‚·Á»à}pœçý¢1¤K>KŸ\¥W¿&×¹¾åÀÿ“¤ß ØkwýÄCÍûßè"@x\ߣ%¾CëÞEÛÝBËÜD_Þ@)øTÊ7¨‰¿£fþŠÂ¹Šù {…F½LÃ|…RûEºD’>ׇú”·>Ñ}Ô…Wsà}ð6øºëÚê.:ó¦FÂ7Q×Ѻß(+™ðäÁQ¤/U†ý”[½>Ëøñ ~|Œ"ëB~„®ù½öÀ~÷iú£>Àê{~Þ·@'8ù?>Üߪ1šˆ'®x¸Æê rñ9ó¢ÒàÈ&ÕyØ/Â~ö«±_ýEØoÆþ³”ÉC¹^¤lÛ)ßAxNÑ6г×åËüqp‡~äÃmðp\TOb ‡g0<#á™ ³z’Ü%ѽ‰øñküøu9ŽÇP”Gðã0jðªô5óAjr€C´ƽ|½뻩ì.a§ßnò,b9ôµ˜‘\õÕo4®x¸ÆÀ5 KOqôfsWÐÆéf­ãkUh'«ítñzs ÜpÃÿÿÑóEn¾ -"ž¾ðDÁ3K£á™ˆßSá˜ý²Ž};öó´–º¬¡?VÓ§mjä*i¦3ÚèÒõx³Ìü’«æ*õ%¸ÃSïðgÿ‘>í?{üã°CbêM<ápÅÀõ69Må™\šk*SŽ©Nö°¥Ê -kSFØFÙL»”f:¡”>ç”Üç -¸­Ù¡Þ‡8 ×î(V -®ÙÕ¬„-¾µ¤ÎÊŽÉÿ+ñ­œu ¬oˆJûYTdŽUy„œÆ*/|’rç)'b¦©ÊŽÈR¦%_–RÙ,µJ³,VŠå9Ͷ¬W’e§fDSbÄYM¿`f²jì€÷CXφ’ÿxVN~WÅÁËZVŠ/E¼S,g¤Y¹QVå &{ôheY'(Ó:EéÖDÙb’•“¡Ô˜¹JŽ)Ö¬˜jÍŒY¤§cVjzÌ š³CS­G5Ùú;%D_6$Dß1$ ò¢¼†CðlƒÓ3Œþó­Å¬>µ Œ¿‹ù_Ïòñon¬QŽØ0e ‰TF\œlCG*mè8¥ ý7ÙeÞt}ÇñÏï(B¡nØr´ÔÞM¤mÒ#¥mèJÛ”ÒPh-¤œ,R@¤PBk (Bå˜È(·Îy¬È”¨L “‡M§(Îæ‡l,{¥„çÑí÷ÓBšÏûs?ï<Åa(RÊ eJ™a”Rjp)vCƒRl˜¡æ«6Ã25ϰFÍ5lSs©f%¼«f&\P3ãoª™q>53Ö§í%îMð­äü[©1g~f:÷%?‘O2\H‡šdEœ)!R•:X*Sc¥Â˜,eÆ ¥Ô˜£Ú6µØ8\+2UjÃLc´Ó-ÏäÕrMsµlÓR-Ó¸Z³·j©/ji©o«Æ”ÏUcòwš)ɧ› >½ þN¸Úá]d¦€©ÒÆó{m7þTñ¹#£”e Rs”ØÍ‰Rl1)Ã,Yj%O˳ëC-ºÕ2:(ÛR”i™¦›-sôtËÝdyBK5oÑ’Í/hIÇÔÄôójbÚ -ÑäÓ FŸ¾ûOÁÓŠ4Y…LBL@-pò#ù¬œß‡g÷’âœþRh"6kœäYS”\«YͱZµ,k¡n±ŽʰV¥[Ç™¬SôTël=ÙºX7XWi ÖÍj|Î56ç-%&ûS%:ëºmñéÑfŸþ±> Ï£9H!+R Y0 Œ5`$1T¤$[/_•ü‚ɵ ’[ŒdÙ’‹-MͰeki¶Íh®§Øªôd›K7Ø&k ¶YZœ­Eµ­T£ žUî/د É?*yŸHÄÐëjx®O ·úô-Ä÷8ÜKà™Ït$ÁPËI> -”ƒ"¤[A‘H.çqVI1—„I†=RÒì b´•{¦’dÏSí%j¼½R³Ucì j”½Q‰´/T"ì+dpÉ&X²O‘Т?KXá5 ³ù”°Ÿº‰8;à\d£pMã ɨ„·Þ;šƒsÔ‚lJ+’”ŠŸHRÅ`I¬ˆ‘xG’Ä:2$Æa•(G¡é(—!Ž wL”AŽ™2À±@B+Ú¥ùF¹·|ô+{SúŽø£ô+ý»„ØoKH‰OÙ@œ­ð=ßLø<ÈDo9(†{hñWÀd2T¡=ªƒ%Ê&‘ÎH‰pÆË`§Q93e€³@œ¥rŸ³Z~ꬓ§W‚KïêVéU½^‚Fí­ê ¨#ÿ Zåe r|/A>YïR¸ærþO‡¯žXk@%(…{ÜÙ#Ñ=H¥d'ü5"ᵺ„ºC¤¿{ Ü뎒·AúºÓ%Øm•Þî"éåvˆî®Õ…¶r!à\ˆ§ZDÓXËDIÍi†ËÉÉé¼-«àmkV9; >7¨ú¸‡Âm-’2ÝTЇþ« öôÝÓ_TËÜâõ0äÚCa=õà°9ñA€p° - œê¹êÞ§àøàþÿnI\ó‰ór<ŒU nÜYcEŒn‘øñh/L†5ˆô%bÔ7coØàÛõCž€ øx°z8Ýá‡ÀapŒœçX<Áî8Á¼ž¤áOQäSx -sŠ/|O<ä{4ÜvbÎ&^y çã¾~ÎÝ`_€ï¥×¯‚ì7ax¼Õ#Rá F¿h:>çÙ#_Ы9„.³”¯Ðô—ú2E½É•Wz4ïÑ„`BäÊ-ôÌ÷hªÈTAªu²\EA|Ë•ÿ :â -*çƒò -ïK”ßšå< ü„}$ÝrNN ®¾–³X:‹ÕÀ»àxü¿šÜD[Ý@[]GÓ\EK\EÏ|ƒ¶»,£ä"úò ”ɧøñ1~œÃñã ~œfxN24'ÐwïÑ@ÇÑ5ïP°c$ê(ßø-–ß„Á×ÁkàåÿñáŸà[ð:óKLøc¿>¿ëi3®b‡# FbÈÆ-:û•ØwbÛE¶ë±= ÛÓé€FìÎÃn +£•Õ±šò ؃7‡ñs²Ž*¯ƒuíp-À:ÐâÝØKovÑ›;ä~8 øG®l‘BÖD)ö+±í”Nê²?žÂµäc uYÍcò8zw5YÁ'+ÈBÑ´SÅÇèª6:½ î»ø:0F‡£îÿþ•Go>ƒÖÝH_¬—X,¥Âa#Ž"8FÀ1û£±ïÂv=ö&Ërút™4ÑÍLÊrYDW.¤»š™°f¸ïÂ_ÿ·¯qßYƒþ¼®g5÷'žHbH„ÇO6–óåQù/Ïeuz‡ñç7 ‡r(Ç#03Ã1ÂÈ1ÀÀp çr‰È±â‚ -FêÏÕÕu·ºÛ5nS][³ní¶é±¶éÆv³mÒ?z¤MÝôH›´Ù4M¶v›lšÆzÐ2íOæúÍû¼ßã}¿ÏSO3mpX€õwkY“ZÒœQ“E~]Ôy-°â:cž,ï×/©Ø}°úü,”ÿÛOc_B#é´Â‰)–xRàÉ"–|xŠÙ{<5ðÔÃ䃣Ȼá Â1Æöi†OÓ<½O±ê$ÝC¦'è¸q}€Õ§ø!\_[áð3úÎs­ [Íkãò}±¤Dø¶Á• W!ñ8Ù¿.\^¸ZàéÔ^zc5™€qŒ'Fùçn²6Ì}1H†ƒœœ~NX?õèç¶ë‡¿¼ ÷m®õ«Œ˜ ›Ïà(mi#R…ý,ÐóÜÏh«f9«Óô甊`)ƒ«Š8jákÒ5ÙM.†`äÛžîgç½T­›»³‹žè 'Úé¼v: Óè×÷T #)a}ìŸaÌ­€C`žÏsñèL~ŸŽˆÐ”)^{Li³j4¼@»7k(Â¥Áˆ D6¨?ªE½Q]ê‰P zLÑ3êˆ>¨¶èãj¾(_ôëjŠº£ÆHn™ˆUù1x¸³é8/šñ{H%dÐ<˜æó$#oœq3ÆGc¢´;f‹c34—«¾ÍõÆ—©;¡J] µêLlV{b‡ÚûÔš4"_Ò´š’Ê›t\õIU›ôº<‰o«:á}UÅÿ|U½•‚4€ïœ…úg‘dú ØÃû¾b_AäÈ@r˜ú¶nVwršºR¬êH)P{j±üi.µ¤ÕÈ—æU“Ù¯FsÌê3Oi—yAÕæcª2_Û|MiwT–öžœ©¿L¢”'*M^Õ-8®Àuf;RÙ3䘣¼D®÷±Ÿ~›Žôµe$«Õb‘ÏbSS¦CÞÌ25dU©.«NµY-òX»TmT•uRnë•[WTj=¯’¬«Ú‘õe92¿¯BËoÁ'†=ã‰aO_5ÞÈDžÁÞÃyôc~ >>lp³?Ïø²#Õ”(oÎ6Õçf«6·PžÜUÛ\F•ÍcTÚš —­Ã(· ¥¶ £Ä¶ßØa;j8lçŒBÛkF^î[FnÎ÷Œœœœì9Û¹ÖUÓXû"<ÏÁ¹X¸nSFäž×hç»~kõaª-ˆSMaªvÚ³TiÏ“Ë^d”ÛËR{µÉio0;ÚLEŽ>“Ý1f*pÌ™òGL¹Ž³F¶ýs†Õ~ÛÈ,¼'KÁà¾aÉl²ä­š®Á©µßìÉ$Ö`YÞ:xß¼|_Ëk5ßUo”«d«ÊK2TêÌQ‰Ónìp: ‡³ÒTè¬38[MyÎS®sÄ”íœ5YËF¦óŒ‘á|ÕØVò¦ÒŠßUjño”ºã¾R‹©ŽUÓkðŸ…ãë?SÂ9À2 É»@+hµ  - WJ+"UìJP‘Ë,‡ÛªBw¾òÝņÍí2rÜ»ŒíîfÃê™îa#Ã=mlsVšû´R\W´ÕuKIßUBù¯”Xöw%•>2’œ«ÆøOÁ}ž™2Î<½ÈñvÐ ê\h]¬[Y•TŒurT‡)¿&V¶šdåx,ÊöäÊêq(ÓS&‹§ZéžF™=Jõ *Ù3¥-žƒJôœT|Íemªþ¢6V[Ñ;®USLåmr¯ê%â>ï|{á¤x+ðÂë®j|–ÉŽ4¶!K­ Ѳ4$*ÝkÖ6¯UiÞ¥xK”ÜX©-õJô¶)Þ; XïÅxŸU´÷¸".)¼þ†Luß”QûS™v}¤pÏ¿´¡fUà^o® â쇯4×°î²Z4½”‡e²6á=|áJnU’?Y þ möç*ÖïPŒ¿\Ñ~¢ü>E´ö(¼uTF+¦u…Æbú˜ŠÍ‚&”Rã_õæ}¨³ð.Ã5×qö?œ^àn¸‹áÎoÆ{µHé~ü2¶+JQm¤)¬Û*S€ƒ ¨‚ 4 -``x¼.Œ[f­ãÐÏkG-´ý"öÐúP'à\$¿{áä¯]ÀêÁN¸Ká¶ÃÝ?Ë&¤¸)¢Ÿ!d¸¹ÌÓ×/´AW¦ -P?ñ™A¼Up‘FǼ à¯úQI½ï쟤îOÁc}žýäw ®>Кø¼‹× -lb-·KÊ膟%ã¤HÂÓwtãú0ãÂç2࢛àOÐT1ÎÇñ4ãÙ1ÔÀÊh¥4r à€< =ÑÛ&¿Ã øámൊ˜Kˆ9¯W²À› o¶5b ~BC,p©“‹} ýiß Ce–!3·vÙÒèsxŽÅæ‚|O=fñV3˜¹iŒã>TÓÔ¬ñO.¤Ç:ÐÉ’ º€xˆ¹Œ˜ ù{¼Éðnš”6LÁ;h3D—X`‹ øƒìãƒv‰},ÓËÔd™"/‘‹%8L=å9Lì"ÊqáàcéÙ‡š%ÎQÐ:¨s¶ÔEÌŽQÎñ¦ìƒN -[ã\ÁÒSÅ+k‚‹º¢ñG(•K| -1q…ô=ô]´Ý€yC'#iõÊpŠÇÃHÅ~Šð¿B?dOˇý6ìwc?ˆí©ÓYؾ x€c´Û«°½žÝØÆ‘ÞK)9ˆ~Æ?Ciù…ˆ½ Ú†¨Øúz;Â>9z‡4F"öÓ±Ÿ‡ý|¯"ºõXõa¿M»‰Ç.òc'~ìÀGñc;~l£¨?BadO6CÞˆ…D,œ) ®‡û•Ö¡ó‘£4)-O¡DJßnb±“¼Ø¡,ìâw)ŒjÊe½¶’£ƒø±?6áÇüXO~¬Õ™4â§í~Øa  7#¥ç@¤ô‡Ù[• –+ñpRX‡N> ;‘®€P §N“ªV7œ>Ó±=—]YÈÿ+Õ?GÑ>Íä„Ì`×§ëSt…ø.u‡#WNøê _‰áë8|U†¯éeÄb‰`™ádÃ)„ãÀ'QwÁñhŽšY}œ²b -vï%"óÙeT´‡5‰ýè#“zÉê‰ìG>D_ Ð°Â9øåtg,×qœôZÎûÅ#i}ðéÄb@qð’áe°®\E°Ê`U³–:Xã!·Â À -òo¬yTÕ%DgºØÕNv¹ªÐÆùhÕïÑ?ÐmÒhƒçªÝ–@;‘t·ZÈëŸçò¼fˆ†9Ë©¬/ ^k³Ã«`mµðÕchV·¡C¨‰êŒš¦ö¨¹jZ$Ôj5G Êõy ‰ÚËüõ)t…ŒúQ¯à솻…ke5­ÇÚÓÔÏû™<›†?ShK&ÇÅhRÌcÒÔ3ʪ ±ãˆ-UW\•:âëÔ?^­Æ6µ{Ôlœ*Ÿq޼ÆEj4®VqP.ãÕ©:nHU±§Tû©*ã®ózG¸Z¿ o-éJ ñ§MŸƒfdÀåYÖl"íH~N§À˜u$fª-)_­Évµ$W¨)¥V¾¼&¿Mݪ7M–ÛÔ¯ZÓBU›VÉiT¹iJSžVIò1'ŸFWUœtCö¤ö±ÖíðÖf‘´_VišÂû^Únžwâ[¾´™GÊoNT³9M¾4«¼éãÔ˜^ªúŒj¹3êåÊhV¥KU–>UZîU¹å•ZT‰e³Š,»eË8¤‚ô!奿¯¼´«è–òÍ!=ŽíG଻8È¿;®Q7Ÿ;h?ü|×Âßø² òdÕªºœ,¹r -T“cW•µRN«[Öñ*ÏíPin¯Jrgª8w¾l¹+U»IyÖÇdµTvÎËÊÌ~ýU™Y7QH{YãÂ\Àˆ2›Vc2êAÈÏ3_ý>ß×!WA¬ª ’å,ÌPea®Ê ‹Tj+S‰­Fv›ÇPdk5Øl=†ÛtCžm@VÛreÛ6*Ó¶Ké…d.8ª±§46ÿŠÆæÝ”9/¤ÇˆùFl¯€7Ÿ±`f11@ÔŠ|¨¹ø®š×J{´Êì r”˜e/ÉVqI¡Æ9*tT)ßÑ`Èu´¬Žne;¦)Ó1OŽoÊìX¯Ô’J)yRIö—”P|R E—•Xô% iüuð—a^x\tÔŽšQ#m± 9QY9ý^¹AEñ*¬4)¿Ò¢¼ÊÁKñc½ÑÍÐéæ wSäå^Že|ÏR¹„¾ìbqì| ‘€¢_ôZ᪳ˆ· ¸q;«Fr’B;¼-Rp›Á¹tùÅöÁ ÁÅÑSBdB`5uYƒëðë,ëhæµ]³ð`/KíÊC<±pw¿T|5乂˜=Äœ‹Ë©Ä;†W"8Ú¦Nƒó>ƒ¯Ç/4±gˆNŸøãØ!²¹üÈÉ„ØV.ú>üØÎîçÀ÷ÓT}îã|lãÁ-¨çÍôÄF¶Š‡¿P#õ­&æ2bž@Ì.òG[à ^apö|üb›÷ÁVÐgˆðG Aìå»Àr²!v>}š³ò‡ï I>@`Vògt/õxâ""î5s5.!×ÙÄœHŽGÑÂÃ|¼ë}±bÛÇ·ý{\»}\`Ÿ±üÄXNKÒÎî1zäyÄÁ‹ÌÚs;@.0zœ‡•Ž^U5ù.£Æ…ä: cˆ×¼Ñˆ³ßàÜeðí7¸~jˆñgÁÏÁq .hσiÖ@Éõ*9y?Þ`n\¤&—9PoRÔKôúa¾Y³à.;îܳ2FL;Œ8÷±ýÌà;jðq´XH—³“ßYƒÓ·°^¯ƒ75¸H¾O¯^g†]c_§?ÿJ±¯Ó× ¸6€ªÕÿ ˜A´¾E?ßa¯ºƒ~ÿZSt íþjúŠþSTþß8¤sX®Ó´×Ø‚þB³^eCzæ6–+ð ú=Ûä%}‚šöòÉ‹Ë^Ôµo¯ð–÷ÿ|ø|Å>ñ9:þûÝghøOÙ#>R±>d;¸ÊÖðÊþ”þüx?þÀNu?.qH_£/иç)äËl®/±×œáß)Þ:‰õS°œÏú4=xÚðá[ð5ø'`jèñF„þ¤8œÄ’ O!½Ê>õ;¶£ß°ÑœÃ³lYgØ‚NãÇI†Æ/Øt_à °[×cÄù|´éEJz¼´“WÀ^°܆óøü¼ ^ñ—5ŒFéWäâ4¹8¥ZÍMË•bq±ÜÃöXCK6À1Ûí´ébbë&¶•´îxú86{øw®—¨Îû~Î]`ØúÀ¿àû¼e´Ò)£½)XGÈÅavÝgè‹g”A¹Øwc¿û3hÙYÄR£'ðc7~ìÄÇØLw0@¥&ýìmüår±™ìl¢b[¨ôx7‡Àzp¾Ëà×F«6ŽÂ~öÌ=äb7}±“]÷q%c-ûùØ/Âþdb˜GUØ­‡gÐŽí.²p?#tÖòT/–VQ²R^?€+ÿ ƒ{1úý#"Û#ð9ÛÊHÎÂ~>öÝ0xÙÓà˜ GuØ{™XÊxïÑrÞZŠÅ%tA'Õ좫;éÍN¸¿Ã#÷>þÆ8ÜdŒåµœÓ^r±J‘øƒÅüNãfa?ŸÊ»áðÀ1 Ž™Ø¯¢#¸N[µ3ëó¤ Oçcµ•̶i Yo¡ûçÁýN£u—1}ܾ1͸ö_‹Ý -Ç]Øϱp$a=Žl®Ò2_Ïd-àܶÒ-ôG3£‰oy³žê¨ÒæPº½š¬fêTÁ_埃ãðG?#ÓE.L3¸± -‡…xlð8àI†'žñðù$¸JUKŸÎQ%öë°ÝʧÅxõóîÖÁ!•õ ½ þM7yùéõ÷ ¯¾kw•‰¸Á"®›v¤êÇ/[šè‹Ffg=ýYGMj©I ½Q­qpåÂ5“Z ß4*RW ¶›ÉÌBM%¢RêQêïâƒTî•Pbz³˜ÉTŒ¾>ØÎµòC®ýŒõÅHåülB®Ö#jñiN@|!šÍY­T\q0%Á•N\YðåÃçÆƒR&z9ÿφ«ûíþŽ™HçN ' -Éx>=‘Gæq"óô%ðjü[áì½ ©‚Dî@~4ƒ:Ÿ\ÁÞÇõ[?ÁAº{H˜Ê"5=À®iM LVé y†ä¨$h‚&yTd𮉦Jš”ojS®i™Æ›z•mڦ̠½Ê:*Wày¹¸]\º îhqo„ïA¤`ç(òêA¨°¢1ù{>MC’L Ö”áš2Z%¡±šš(wXš&†e«0¼@ùáÅÊ3—)Ç|²Í gn—˼\iæµJ1÷)ɼ_‰áÇ•ú[9B¯*>ôsðí Ö p­àŠ_ˆ,n5`˜¦ …<¬%Y£OÈ}A–¨À-EŽöj1®† œ­ñô ƒ€2ànPÀßsãØ9x&36P±aJ‹Tjœ]Éñc•Ÿ¢Äø,u(ÞáQ¬£\1ŽÙ-ŠrtÉêX%Kü#Šˆß«áqÇ{^a±W>æ¦Ì1^m!¾l/†«™µ I^JA(9ü= ¸@*¿;‡)1)Bc“¢ïŒSœÓ©1Î Ùy²9')Ê9]£œUŠt6+¹XÃ= -snVHÒn K<¢à„s2%¼«à±ÿÐPÇmm$×÷ÿÛHàJäxY25@.È.Ì—*ŧiLºYöt«l®EáÜ(Wš¬®ñ²d¸ᚪá®J…»æ*ĵPC]+äzXéˆá4¦r*;o -"/ù3$¥õäù>¸Ûਃã¿\— P”÷ÆN88åDzáŽûàäŽ<¸=@E¨„ŠŠ1Ú6F JhŒcˆIMjkÚ”‰¦m¬™ØdB“6™hgÒ¦“Nš¦F›Ñ™d’jÕ\ïÝÛN§ã<¾Ü×>»ûßÝÿ³õpT#ƒËA1°3È&dé=¬O)–0I²FK‚M/zû<™k_ :{¶ÄÚ-Sä”Ùö*‰²û%ÂÞ&á6$Û0x˜`¸ -ïBn3;¯ù ‚»)ß'þ p¯£¥€sUp•°€|wº•ÝËŽögm‰/Ž­K'Ñ.£h\iéÊY®| w!ÒÝ€¥ÑÉòädÚ:ÑóNö<'Zz¢Ü.âÆ¶³oÚoɃð±¢vÁ±ÌÂ€Ç œÀ̼—ÃÓw*ÜIÅ"zVmY¤D¸.ìvUZ± -¾\Y³ ¡Ýhy7‹‹›åÌÍ­TÎd.Eü—\ÂO|pÝ–b¼žv8ê ÁJXy/gÆ"v?dy¦õåð³BFVq©x Õ ˜š—Âò‘TùpÖÇ—¼~>cÇ«a‰©aa«áf®>ÊïÎlTcåuü¼#›àéá'-ðÔc%p"^›yfsz©H2éÕWÂᅥK¦–K­N#²”\øÉE=ì‘n¤°ÉE#?jðñ> m= ¤ŸÅÑ2ñ³˜ùQlu¨G>xïÊñu•„~RÜÀÉk+È)£'y1ü¤V‹ÉÈ%ð%‡G.š¹ì–3È[vm šv íÑVÅÀá‹+Xd[7ÔA ËS Š¡™¨ ¾•µäv1.…ËÊøÛ -ˆù^bNa=Ó×Áo„ÂÛ KÐÁÅÚ…«¹ôÖ0Ð{ª½4Z/ÜC@=üx çÑMMtS—«'D,ˆ«Øw;¨‡•ßÊjxšA-¨"Þ`!fÆŒ¤.1Àï¬V•³PfAqÑ h=é#ýø187tñ)CWi¶û9äõ\‡u}?51H]°¬ö¿ ® TîH;\ ÀGž+‰ÙÛ¹õÔ@“H¼Ñ„ÖO·ÊyëT±EÛ!2ÔÇVêc—ývüØImìäLvPPbt;Fà‹Û¨‰‘çŠ,©›ÿ‚hº)-ðÕ“g/1—4P‡´´‰<ùIŒkŸÊ¹lT…Þˆ*8áGË!Q©$, "{8›1êt?&€4ý‡ü(AÀ^ÔêÊm”šØM]îº!ËI“Ÿ+8c;1go2ùÕªq*œÛÀ•k—*<{Á¸*Æ•eà€º0¡r=&U1>h7ù!xÇÁ p㙦_ÎàÇ+4àÏ)®—ÉÅÏHÚ)~x’}éñ÷Þ¶’k.ˆ7â!uÉP8WcSøžVE8c&(Dý,!>J%W‚B]YØ…,«,®øq?.rÍPøoSÔ3ýãoòãó¿/ÜNÞÊ…;…˜cö©±NþOŒ”kRhù©„–²ipZåR–”sà @ze¼#¡%–ëQ> ¹Ê¹\¡6®ÐW ü„W ùìªVþa ÁBgÜA ßB)‚þe}ƒáð zÆüœ‚ýŒæø”íëŠæcï#ŠäC‚¸Ìá¼ObÞÅ© |óm,¾΀SÁ½"À±þË}üKÅ—)×EÏOŽ\e§ú;*ý¯(÷’1¨>dXü?> aßÇßQÀïàÇe†æ-¶¦óÞ9˜~%gåU~uëÓ*÷1pTÑõà.œÿ_àðgpYb±ŸŒ}“¼G.Þc¸È>5ÃÖò~œÇ×Éǯñã5üø%~¼J>NÓ¸Ólª/Ó4§ÈÅI -çÞý ^cÏ|ÎgÁS`_ÃÇÄdãâ¢|Àùàñj°mÀvGž…} –œØ¯ ôj(‹¥Ø_F9® L:Éi<ýðl€g„‚ëQ21ß 9„Õ'`yÎÇÀØÆÀ55îwÕ2~E-»—¨‹ãäâÇìºÇdÈVÊÓIºåç2E}fã:Äv­óÃt?ƒô1ü˜ ¹Ç${aã=D0*—¨–o12 õœ\€S¢Mʆ¸B-§´ÂSÁÖÐà{<¶S€ ûyŒ#Ñ9‰Á}£Ê‡}?ö›°ß†ýnì÷cöw2J÷âÍa2sR¶pŠ›‰z3¼ -6à¢Ê¯´ùuü@I{d‘h±›@fS±ò±o£œØ/ÇþbƨjôÃÑ$ÃÔêF.´ 2ÄxßÊÿ»¨%;?bìÿ‚ ôOà.x†p.˜÷ÐøÙ¯Ž`eïTGåVr±Yæ`; ¿ïÁ~&ö °oþSñc?úñ£sY˹|‡}·‡WÝ|{ÞvÑJ"l§’Úèžv: î•@yN«cVáU¹Q<ÁëI¹$œb°hÀv -X@divY]øÑ‰R‹ÝxZ©ÔndÆÝ3BåîæÝI<|l½Áósà½@𩌾CêhV®¥a0P_Ä‚ä]…}öñ;˜àÈÉ O‘»àrÃU¼Z‚í&¸:ù«¯†ÅË Våb:ÆÃ´ðP…¹ AUÏ…Ãy"1TnEª(’E‘.Ë©‹fr±Œúldf4r& Ô†_réP \¸J8Jø¼ð5Àׯ«<»Ÿé¶ƒO•J~†ç4ø=^_ ”úcœoG -­çzé %*$ëÃCòq ¹¨“8¸àJi\™på3Å­ðÃWÎ?”♋ “EYµSY6úÃF7[¹Ü,ô‡…éná°àÃAøw÷)Ö¯E¦!?Z‘B <—ðÚËûÕ|î™_4|s™RFøR‰Ï_6|fb,b’–ÀYg\ÍRÈ)š©¨|:'.ËáÔ³9ý,:!SþÈó+ýØÿ\‘ƽsÉ<ñëáÕü]…TuãSß)!¥‘ZqEè¥8bž8"Ò¥(2Cl‘yb²Ja”SÌQ’¯©•\M“dkº$SÓ/÷jFd¡fTÒ5“’u\R#^“ÔðËDq)|[Æ‘;;àYÇŠÐÍ5ßÂë7†Ö–Jþ.å='Ÿ-Â'ß+Š»6N¬ÚD)Œ/æX“äÇåHnœErtÅ’¥« ]­˜tÍ’®[%iseþœ$Y7&FÝaIˆ{Q ±gÅ ½$ú˜«à#þmp ÀÙ™„äOfý`]Y Ê@1¯‹xßÊç…ød6„I¾a¶äâ%'!Y²Ò%#1SL‰²0Ñ!é‰å’–è•ùÆe2ÏØ)Fc¿$G$>ñÑ%>)± /JŒá¬D.K´þKF‰o ö×Â×þo¶ëõûô¤C…í¥â_±ÿò»É_@~ Ì€iPn/bïýÜò¹5ëúEÎ ¬^a5HªF‰Û$PM¾Üä¦iš vèFݾÁôi0 L¥zB½I9],jéPóQlcëZò—’?— ÍÖï:¯UÞOq.Nò:Áû±¸GëŒXïmÒÄgjê³4ÔÙŠ«•/Úø¢/Úiwg¶‹G«Cn¶ Ôb¶8–Z -Ž™thú3?ŽÍxV‘ß%Œmìk€WzV…ÞçÕáçÞ\b6ão1@Z5ùv·å\¾èà‹ùšÙBÅÛ)±:ÕéGîÌ…ÚrbÞv°™Ìskv<bÑn“mý$6àèöõùìkPÍÞr(öw¾m¤Ë1@ˆ$¿‡É ã‹.Í~±f»T£?C£é–äËùb9_,÷ÃîùÑsP.3‘—ª¥G4![ãÛób:tfc ¿.aßh†éÞO…Éþ'¤#™’ÛÑÿSÞ.XËz†º¦ÂgñÇÙôXCsé±^LÖI°uŒ;·Ír†Ï6È{}O}®r®:æwòae6V°¯Zgõ¦Q-_—ñõ?…7oÿdx+3£°w¡`–¥&Ynz—œõ°‰çÓc‹:¹(i:òs«DºˆÀ ; e_¾@NœXSÖ#6Ùâ7º(6þ'–±qÌÆÙÈ×U|]§Øžá‹§yL¿:æªxâñhÁ= w÷0å›sMjëWSÎä¹ îLùî‰Þ£ô!ÐúãhÊ™¬?…§¢÷€<¿†WáM½ôM½ë5I÷:£ÿÄo yí^eôàcø7|ŸÄ ÏF@¡¿ËaºÏ[\óâ}Íáo -ô=Ûÿ»v÷·]@'%ê’ôu×ß«÷Šäø­ýõe÷ÝK”<ÏÇ/â¯ñ4‰Áýp'Ü·À'8?„ÀßÓ׿DùCã;üÛmÈ'mϯۙÿ QýŽ¿±»¿¬IüJ±žP4Ç%ïó’èYzü\ ŸÄ'%Ê.Éûÿ±ø#m²Þe…1˽É]‘¥i6>Àù¼“¸ ^—á%¾xÑ-qœ/^p˼à:xÖîþ =޹0žtuüÄ=õ#Íãq>9ª€Ñ,¾GéqŸ$¾G‘ÜÍÒ»<½ƒ¤ïÄ?¥RVje¥u––YˆÉºUü> ßSi*ýÐù¨ûîhäA1ùåÂ_ËMd·‘=Oêwñé2òWðëj)³ÞݶÏîåì<,¥¾†ó.éõÞpÓe=Í*ë¬V’uße{Ò%±ûgðhšÚIÚÝ·óÅ­1œÌ˜•|XGvÙ­dwhÊf)ùËÉ_-׳m žZÇÞ¸Ndn–%ã{)öˬ}xwÃ.¸Nàz2Mñ„÷¦´Žô´¾dæÂ(r'ĵ®£Ãô8Dkèqµ‹ë*ßwÕ•rd?=.§Ç>¹º×·Ó.ßÞɳì3,Ý&ò[ñnI±Ž¥¶ßš´6¸.m Óvxy $ót2ÇB!”]EvUC Ž9¼¿ÐÈX‚gŽshpŽíªflbÍ ëDu­¬^‹÷øôõié_Ÿ¶Ü+£·ý'ã  ÛäÅÖBæȇŒÌ+#*ùu˜q´ÈÈ9¢°ÏR²W’½N¦n1êv³Ÿ§ÙÆîý²ç8|Yï{qwêû„_‹ê I«ÖºzFU2–×Å£ëTMþ8(&¿ŒüªX%O좂 -z,—nùq†ËÄd í³¤KÄÊÊù¢Ý!òsUû|Ü RÜ’úÿ@ÊŸŒÆ ŒLã«gl/—Ý|ÑÃè=ÃxY\†£J•ÖanÄ3›Ìyþ-Ƶ‚gÖE;ϵŠh‹Jl&¢Q˜¥3ÍÂ߉’ÑwYjÿú”;Y‘’µÅ6س:uòÅBù¹@Læ«×ùr£C­ÌÑ;ÚÅ¥U/e–w3}³‰¦,©—uÓeP­xÔ¨ªj½¢F%Ôê†uø|%õÁN8Ïz¸Úr&,êÓ»º%+\²B¶ñEk ÆsÝGáÊÇU„k2®r\Ób†ÿë|ZëWÕ"15Uzh…ì*WESd}™á6EoA¶ÉØÿ¬Ñ¶Õ*¶Îê±b~˜mÉêîy3}§/êã\ÃØ6ß86ep•ðD%¾Z|ÍøÚquE©xL–UUM1K3*¾HW+2Ü -Å£PnÒáÙ»­›q®>Ūê\X`Ô¶ym†zÏê¬g5>¯Ð7ªûŠ©9C£*gDTääᛀoR”æL¡IuLÊiˆ‰9­øFQÎò˜³ž¦Ûu¹+DðK*ü6Ú•Ý'xó]¯Ù8ÈÎ8þËu¹GU_aü$›dwIvÙîͽwÏwÞÿsV·”5a!£O;ˆƒ˜ºÆÙ˜³g³o Wˆo‚³Ò$h2KÀh_†C¼F§”QLq›ªÅeŠI±©Yœ¦Rh‡iTòLk%Çô°ØL{ÅšqT,é§Äb¸(–”«TÛ-ÙÿÈ…k€#~«J‹ºº÷Õ ”ËŠ -|¼÷d§J™5]k¦¸-9â²J±µTœV¿Z«%ßûìɵõˆÍv·Xl+d–m­˜m‹Ñ¶W2¬G%ÍrR Y$5sZ æ² ÛÖ`ï0wÂÛÉÊg4ŸÃ5 BÀÏÊà -ïKAI^ª8óŒR˜g•|»Cöɳ{%Ç^!6GXM’éè³£_2÷Hšc¤:¾+â ûì a¹œ 9 9ÙÓà†lÁþû±uŽEp·1’ÏP ÀS(â%¼w‚‚±¦InQ¦Øœ¹buI–S‘YÎr19Ã’ál´â6IuÞ!)N†E'ñ“êwÒ ‹Øy Ñ!ÿ<:¡ƒýsÙˆý÷aë8zÅ›ƒc ‚¬m> ØùÛæ2HV©YÌîlÉpçKºÛ%Å+)J%?`9U˜£v7 ‘›AÙýNä$*e8tý˜%?}¾õêj†­‹‘ÛÅøÛXJ€Je<+ÅèTìÜg3žf•Äè5‰ÁG"ûåüìVþ `¯ °´˜£ýì6>ö<]ØK7ôè °o–¢ƒë¦ŒÃ?Œì>øÚr15 Ľ(ð•ð®8¸Ïá]–WÄä7ˆ¡Ü¤Kά,Яôƒ0 3tU;`y¨ û†è‚!æ ‹@“ºüú]…䖬ƮA¸z=Ô«ÙPGxx憳äsŸÃ;K~L5TиªhbavÌZ’*ŠC£83ʇuì4uÄ£®Ðí#,Mµ,ƒ5,*5œa†ò0:T2A†¾–•È¿ Ù]Ènd-‹€ -îý˜SÆsºpŸË3 £¹‰p0S"4·:v˜¾hP…ÛX ³QÆNƒÜsÍe׬g2¨gQ‰½Ða“d$!#|Þ‡]m¨^ Èß>tqƒ"îóxf©1"65 - àjiäPi¢ÉµÐdæ“íXyÑ/:ªupâtpÎghaQlá„j~™ßQMèИAìêE~3¶Õ©aä§A8= ˜{;Ϭ¤˜צ$yASòÓ³Nõp£Ù÷“…Ĥ˜ôà> èCá¾À2»‰ gß2)t³œuå·Ä¢“9Û:á˜Çç®U5ä¼.žÓnÄZÿ<¸(5Ž"l]Éùúß豄Ãe˜,§Ð—ä屌/#Cô‰%ëùŽ1À¢¸˜é½ÿSEøµž®8+ÐEá>®Èlì5¶êx·>HÜ¡r&0¤<#äÇ -â²=î§Nƈɉ4†a«Q~ÕbÞñ “ê(=b„)þž(ʯ¥ß6z8kðµû"ÜgÅÞŒnÝÖ;gpbÜ6ìPöŒÚðEÊ1Њ¬'ODÍäÆòs3AÝ„/6bÀⱎž½–¼§>×ü¿vìl‚3†ÍÜ»:©A>Oÿ†wè6ÎU3øÖéÃïF}ÛªãÔíNôxœÜØMLvØ$Ïêc‚x<2ÉðJNl%/·|&íø9ŽÍ5ØìÅæ|\fÔyWÜÆ¹AçSïmßðÇôp7@|r8;@l’§G8ŽP䇸OßÇòB>A¿ÜG<&?”vr+FŒƒ”›-£ºÕá•YS„Cã{ô6®ý¢-C¸VÂÌJ¥- /JPŽ£ÇOé§(ò$öq¦äWüÒ¾ù‘Èóg%Ž¿ÃÄXÁ掷ÔtÞm:ç®|ê25ƒ‹ôf‘ÖIÖàx]´ÅU]¢~‹—©•KÜEjä¢rŒÿOcóU´Òx·‚Íà!ðG¸~Þ'Á+à˜žöϲ[ òòå›É!6‰)ô8€O¡Ç“ O Ç~ôØË&:‰? .»i*»h`;aÚÁÝ£üê¼µUþ ïik ÚM%d œ×Óúe=õ§ô2Ü£—å÷Å„¬l®Eüíá‡5ȱ95RF­x½ù i#ýp âQZÙj¸¤Å|mö³å<ç9¶Ï±™ÌÜ ã xèØKÛÒËr»Þ–6%[…kW;($ɼjd×aÏ\<ßL+íÀ¦^8!Úú½ü‡k =×a†m™·Þ»À€ŽWõ–3©·]•W=Ôö¬E´(£ ŽräWR¥µdD=^ˆ#¿ŠéEöÝŒ+ðÎ8O¶‘Á{ˆÚ‹Ò"¿BÛk|™H¢Léþ߬ó+É©™êÑ©Ž L¥èŸŽäL8rà(@~ òË 3+‘!" Èo&K:éh}IïÔãÉz"ƒ¥Žê‰3·ŠX²Ohñ_§Û¯ò÷‹6®¨ã’:6©ãS+¾h&&qê$.¹ <8Ê‘UG”ó=Ÿ¬í¥‚–’5+ÑpƒTÅ!*+H¥åOà+ž%øU‚lÑ|0¦ûž£;9¦©£¢:6ªc§.݉y“¾%&Qr#Jߨ¥Vj¤/²‚pÕ 7Æ]3Zuá¡ñ‘‘^2×C}(TµBõ+tT…ú(ƒß vˆ6†¨ãÉRÆÂEŒíŒBqð?öË4,êë -ãgd†u˜a–tX\qD$Æ \1î#M¢ÑªScVãc¬iŠâS‹†5.u©ZS[MÒ´q©[5u‰—éïSëÓí“çyfæ?sÏyß{ϹïiÃë >kp†ÄЃFÄñVxÙ‰å –“æb½fÄÊ`íÄèFv½Qê)vm4ߪ ã—Áj‰”:pxxïñÚeOJˆÙ[Úƒë­3hZ‚4Â(“Ä3ßi¢7ËD¬J¬2ˆ!^"ñR¨ÞÄkËÚ]‰‘Ï .$Ó§Qm'i>™¯[ÀqpƒÛÀãí£X»ˆXù\óݰ`íY2@HMø,gNƈ8“Ab5’?‰6‹Ãh“(c”Dnt‰Ý˜.6£[ ]$DŸ'Vý@ 2ŒC¹˜õsĤ{ëÁp xd*ñKáY@œÜ@F`|•ýA -hâ_bA4Ï£ôáï#á~¾n›9DÂÌjŽ«¹±XÌÍ$Èœ)æ,ñ3çŠÉ¯@|ü‡‹ÞÊ÷›QdÞôÅìø`n _{Âdâ…c?Öïaå0d¨¸@ïcƒgÀnÑK˜Å(!Á¾b 2KPPÛÄß-~–D1YRÅ×’!>–Nb´äˆÞÚ_ÄJÅY8uŒg¦(üw’ÞÞ|M&¿˜øO²~6v¼  R@"ˆ>6r - 5ˆ5ÄG‚C|Å?Ô$æ°ñåA#[¤mNÑÛ“Dgdz٩(;&ÝN¥Ùè:6<¤ -£#…’ƒ•9+¿•1Ä/"~>1º`Ý êñ¼Ž‘Xt;³é%$Ì(Á6ñ·ûˆ)ÜWŒ‘~¢‹bâø‚#4T‘ƒAÉA…;Ęô(ŒjäL@äŽá³!Ÿ[2’ø‰ß“X¢ØÐ4qØP¹„ÏCí±„$  ¦H£KŒ:¨q²ˆ“ÙÊÉ<Ÿ -ÔÀÆàâ¤Ë:Ä⨾Xn„˜×9Dsc;ΑÓ†ÖýˆÑ˜í£Ù¨$ó?İd$Ÿ‡“KX„N,üà½)Z'ÆXš†“à[_8®zñ’˜­’’sMþ5‰Ž—D÷uÑéȉånÊø½÷{_JøYob=Ë>ðó4Ð8yM>‘<³+9ðÞÄ3C<Ç9¸hbÉ̘MÑ"ÂIƒP:_Lg?ÒÓÃc:?s™ÆÐ’ÊÀLÉ8¥$rHÂÅ&y¤Ÿä±ng$Ì© ‘qØpy„ƒPžòÞÄ3#‘C«'³Tsòh‰­ÑÂnÄr³€›ýpÓáÝœ 77{ˆH+´ aÍß'/ö"î‘þ|½;i·sñˆõ“yÇX>aÄ ä3ÏõÞ¸Š\$ ÜäÑ-: EgšKg3‹Ä³H4‹/e1[eq&²8—&ñ]œŠ›!ÅMÈ$‡Lôfí®É¼dý4àâ§ äC\;Ï‚xfjJü´‡ã‚v #ÈR+g#[5z -=—Cž‹yÈ%á\¾˜Ë0Û“3‘ÃÙ ‡Øå]€{κ@ÞéÉúY¿hÊky8‰”V–0µÑeh—g{í2í¢]êݵK–QVž@>èÑŸ=H#È&@¢€pû OôçLô¦6z1¸åâ"{R›9é·¶­Ø&b¥¢qcUÚ´˜>3ÃW§âvÖLD6ÈyS»è•Ù)Ð × òŒødJÙ“RшŒ >†ó£¡¸³bn¨Bê³€!±€ApÀ=É"N&G§é¦OlkÎÇÙ¯£÷qk¾fnúiF§H3|ƒµ‹¿T3 c•!âŒNál”³'åhQÆ¢e7y€Èxúåh\ûHj£ô ùÝðÌ$fs´NTí•ýõ{ÀWÅí«ñT1K4³Uª™ž±šS¤pì± ‚]™Å¾Ì#ùìÉ<6vZÌB¼çqÉôËiï` kùÝyé€Î™pNapÈ{(®2V”fúß1¡á5¿Ê|MÊ€(CÌuäHÔ`¢ "m@Þb_–R¯Kٓňüä^¥>òãìGåF‘¹'¤åÛœ³Où„ÛX¨é«¸Žy(æpsŠ÷Š“+Ñ;(,«m@ªÐc}|=…V…àà”×àžß#á•ÔÇò:ÉDïdö8’Øæ¡ÚžNд­Ð8*ã]ù¿±Ô@¸Rê‡C5(©Aqà¸y‡'¤f´9DO?N=JÁDð½lì´¨]$RS%éÄvªë]i=Iã;Cãù½¦€rb¸­çåÖƒÍR?,ÖJ^h=XVa”9 NZ²\'Û\|×[ˆ\Aôó=Ë]~j‰<ú§3}™Ì~þAÁÖÐ0{xD”#:&Οи‰+9%µiZzó­2Z»Û´mסc§Î]º>–ýx÷=sóòŸèýdß~ý üIáSƒŠK† 6¼täӣnj7aâ¤ÉeåS§=;½â¹ç_˜ùâ¬ÙsæÎ«|iÁË _Yôêëo¼ùÖÛK–._ñÎÊUï­þÅû¿ü jíºê 7}¸å£_ÿ¦fÛöÚßÖíØ¹ëÓ={÷ýîÀÁC‡ýÃg<þ§'?ÿò/_ýõëS§ÏþýÜù‹—þqù›^½~ãÛ›·¿»s÷¾çýkàÿ#ç¯Ó+ƾŠrœ-Š´ Ö‘Šv¬âñ$ż™¢Þ|{Å> úÝÿè¥è£$(@ƒ"%Â`¥Âd¥t¯„˜‚Ï()~Š3”?SjÌGŽŸ+=^S‚,F‘eJ’w•&kåWJ•õȲYé²U ó1Ê|¢¤Ù­´Ù8¿WêSòü}¾Pý …Î(‰.(® Ò5¥Ò-%Ó½ûžñ#Ë•óƒO¡{ô0ü—÷?r½D§Óë #4òõ5™ÌèàˆÁ‹5BÃÐÃŽ"‘Qh‚(¨‚,è‚0J¯4õÚ<"ŽW¤é•¯J‰J*T2d؈‘£ÆŒŸ8¹ü™éϽðâì¹ó,\ôÚ›‹—,[±rÕê5”‹ª–ÍBÒËñŠõ½$Kh¢0…*\Ïœ…í¹óð½x Æ—¯\ùÒW¯]»ïooÞ¼uë6Üïܽ{ïÞýþžµ1Ou²Ÿg]+»§ª£ËSÝÆ³µWŽçãþÅ÷ë•}÷ɰʫ;F-»¸sÜÚÓ;&Ö|U;e÷‰š©GŽ}Tñù¡3Îí©~éöEC 94äÐCC 94äÐÃÿúGrØíöÔäåܯëW|gWQÙÍ=C*¯î+]~áÀ¨êSÇlÿb߸}Çv?¶¿vÊ—µ[Ÿ=WµiæõŠïs¨&‡µä°‰¶çõ¸»³oñÍ}…eW–T^:2lũφ¯?q¸´öðþQ{w:ö趺‰'«·•^¶¥âò¿Ø¯³¨¦Ï4Žã¨ª=gz´®­Îtª N;A;‚HÙDŠìa $,a‘M¡T6uØ\Šl¢ ‚k ¬@ le kH$€@ €€bÙ„gþåpáÜÍIn¹øÞÎyÏÅ+k›ê¦áä_V€¢+?m0 ôVM0ïÛ-oÍö`L°)ž•ÓE`Ô·:7T4ºvPk=úÓª¼‡cÊü¦d (›†½@Ý2”è\Xc\ýÐjl;׃öZ?Š0¯ºìóºñåŒvÇ:Z³KkÛ­çYõÍÁ(†Ï˜¬mh[Šš”éœ_fëë.tÙHæ¾£訾QÛÍlnU/®¤€C¨!·85½h ržÔºõßgz -e ¨[šòA ªÉ¯3t”›ôufy7¬ÇÞ˜ø M›G¶Ù$× ÚeѹöEÙ]¸ÊWmv|³Sk$Û¥;˜åÁ“5 ß ˆ¡1¨\aꜛoÓ× -EÓFÞ}oÍ"ê'¬ž• -1™¹<,-µÇ¡ì)Wó¨ßx¯Ñ©= Þ­[Ö€† -ÏìBå@WûîCÎYI7JcxÌÍ›7ôj[0 «[&P‡mÒÒ0yÏû°ôè.{FX‡Cm` ¾éV±MÖ 1!†"åëejßÎ7iÿðf¥Æ—è£9‹×=ÙïŒïѧ,b3G­_% Ù’cøjD¦8¤ Ëðëp`y¶9ÕËÛ¹A?³Š•¿ZbªŸâhŸ½r™³€Bׯx”/ÞΙ1{ürÂòYì°ÕëÈ!ë¬P¾ ÅŸkK÷êÁ–¹"÷*kEÇv¬—œÙ½^ª¼®Aíˆh@ãD×´ŽzÊ®E9 ˆ”¥k)ó&áqó˜¨qtRèˆej€Ð*Ó[`ãÊÇP<š¬},þfÇjÙéÏ—*•¿ïTÝ×3~Y¾ñƒ–zh›æƒ.áõÊ7~Ñ0$ê­IT¨Ä,æ±y¢÷:ÙmÔ2ÅÙˆƒK’µ•²£rKŒSŸÍ4žÛÃ)íkž¿tšê—óAÃ0´íâA×-jÅÀ/qøÏ‡{Íšx©Ö)öm[†¸Î³x¸Ú§nùYôU÷7Ó†‹RJRâžÎÄ=x>)m›†¬O yZŠPŒÒØ`›®ÕZ—°Á‹Í„¸·-.™®%C-ìÞFߎÖÚnuE¨(;'lêyzÂì£øD‰´mö1Eë,”¢~þÈ22Yn@»,¶`‚ç8q“½òP—SiW›+»©É³½ªÎ—[À ¦‡L&”$LG¦?Ÿ”6ÈúÄ¡zhˆ¡¥¾Â¾a²Øbá2ße<ÅÃÆ‹ìÉݽø’Ævç:F“k­îf_:ÓG[î/~PþPNO—¶MC6bÈB dÕï PëÇ•z——š :Í%|« 7£6ñ\!6ó÷>½²Ã±†ÖìÜ’ÁvíI¬vD0¼Æî2î…V&ŒJÛ'†­ò kþ°R­§ö¾ÕÐh†kê4>b48aÛ.²#±ú -‹:ñUäÇÆΜèZbÿ]¦‡0,ü•ùXê 1ä †lÄ«ò-”h~ÿGÞ¥¹Îë†b‘1aXbØ;eS?ŒI+åÛSsºq¯ÚñuqÍŽ-õÎÝ,7ž?+€ïÇ -çId½1ìįò÷šgÞ5]U™â^3™4Ä.ßiFGWŽÚ¦Pv¹¯{íK8Õ[ñ ¡M„6ÿzb·Oýínïú»R9ˆ!1ä*~*Ç—˜š§fÚ¯^èñg¯ã;X³ -Ǭ“IC¶äg<»‚Ç=Øòûûš_[q ÞÈ6<š½[Ü›ïHä"†<…ݧ¸ŠU¾^¨×81Ö§{Ž/ÖCu¼7ÀÕ/ú—Ì™F’Å–O“†­Ó¢¶¹a\ÛÂ;=˜2ßNû*÷G±ýf­s‡ŸÔAÞÑ@‘ß Å}Ë•Mµiüm`DK±cî*нв/_»æ›ûÎøÞK‰ù“'c–Éá"«ôÀAëœ[|ª;SäÜ‹+!ôº–â{}¤(GwMþs(:ûåûâ>!_íH§DS‰½¬ƒ*]LÞêfʆ±s&‘Sæ±AãI·G,S=DV$gämpƒö9XS®À]ê€vxÊÿe©òǽo:/ìíÿ/ûõÕd‚‡a<:Œ®svfÛîÌ,®¢«£¢®(¨(JoRB ¤I‘Ž&ÒCE”&H ЂD MRB(BJ¯"   Ò…ÿ|Ç3g÷ÌÞÅ«½ðâ¹ÿ÷î=õ‹hQM¡ÎiæÁy &hÚǯ躇/ú#i³×—è‡ L’Í8–N|AHÅÙ0¬Æ¾¸5þvÔ§’=2S¿}Ó9rð»†9%Ù2P>–gÔ fçIá éì¿¢ëáŽìá21Øþ­i˜õ,:‚8c‰{ƒ»…}Mв|mûÅ­”lA½«’]×;¸m]ÓŒüå« -;¹pâH*œT‰e½PPÅPAÝšNN«:WmWôÝIŒ¼ðË&>VËh_Ë% ?ÌÎÏ|‘äÿ¥-þŠê}²Õ<%+S±r`s>ÈË2àÈÁX8v’Š|à´áPÁØÃYÂ%¸`ƒ-{KÐsÄ€¡“9;›™‹éÆÕd ûÅõˆdPâþ ¨GïwnàÁžÍi°÷×8Ø¿¼á¨Š×´ƒ“P6µ5 Ô±& 3m¼è Áˆh&$@qöw`Ê}©òÛ!IIRÎ… ]Uà  !“H¶#eA YN¢Æ¿ aMGDæOÇ¿ðO.£¦W>§æVRùÕEµ"W¾°Æ™_'m_ _ _ _ ÿ÷†´Ï†mp10ÎŽ® -ä˜@žYö”56™¶ÄðI˜M bOEGŒ‡Ç”=J¬ ` -‡ý³ëüî7<¾Æk8<~èÂk’6HÿÃÀ@ Ɉ!íÜaÈÖ9\}È·"׎²–ãF[ÌôJœar^&†>‹¾Y1~»~0˜Þ2Ä‘´QóÚ*ɹO ¯p[ï_½'–6Äð ¤#&b #ÖYyÈÕV†c}àa‰À³¡¬8‡.æ¹'Íp¨Y“i!E£IÕƒÑÑÍ}á‰íÝ¡ìî:ßÌÞBJfož{îÓ÷¼6iûÃnÈ8{¸Ú§áÁE=à[‰ò©Ð1lá>ùî›|쀒‘4š°?1²µ3*®Gr#u 2˜=Àõf÷gxgw²¼sÚ¥ Xˆ%· Òä·B -bà †{Z§ ÈHJ,«¥$ÊJ©}ØB‰[òk¾Gî8Ï·ìYöõúnVx[ó¨žê¨;ƒ%‘éC™¬¡¿Ìº_V—´ýɪ´ ²ÔBb(1Ô…‡ÂGò¾Â.l¾Â…>- s_”z–<ð¯oÍ¡µ -7zŠãc†x·™ÃŒÐ´á„ëýñ×3{¤ Xû¯²ÕÀ}­“Pf¨³ZiŽ_©ÂS–jlÂæjéSB×ü‘êkåe¾¢Æ‚ë­NX÷=úÍgw’žß¹Å½Ec Þ¢±û¥ ؈ÒCšÒ?!Wí7(ÔR‚ríÕhürŽ2ß`>óørÊ„Ø9 ‘üPòÈ«®¦Ø_R”ÜÅa… %%ÇŒE'¤Ž…F¦ ‡Þ` JÛŸ éJ;!1i*­Vh¿¯3Ã-4aɳbøT»Mêh§·«Í­¬Qä^W.ðßãt1sƒ‡¢ÒoŒE¤§ŽÞNŒM’¶ÿXò[€¥¸òÕöC±¦âJ•¾Öb£©ÕÛVKòt'>l|èRJÿe®¤Ã¹¬¦…,ä =ÅYßÎăܰÑ0sÔ‘þŒJg JÛgCƆ EY(PÝ·V¦y|Y¨¯1'1Á¾îÂ\Ɔ ='ÐÛmò„¥%—Ú¼&r ³Î£#ZàÓO+£= ®d ùrÙ>Y}ÒŸ 6bà(þî«îý(ÐP˜oлð¦ã¢ÅÄ0úÊè+LhÇ8.Y4HÊ-í´-Ékµ¯a495lj\Ûi5ä^ÿê€~ßêø>/Afg1§[ÚÃzÈD ‡¶@Žâ/ÀWݳ\¥ñïY±žúä ‘ùÈ+c×¾tHÓ¤URù3BV~7‰Ïl³~ÛlÓRoûÄ[èØå^ëÙMFt]­ctPDœviƒLÄÀA ™‡~®âÏ«¥ª»Þ‰4¿ìÐU×7ë›5ri}gôè¥eoÇfõx í¤‡áR­ßcëÇ”†Ë·J«KCĹ1^ìÔxWꀳc=dÉmbàØñ¾BEvºå‘!íÓÝSzf’ECgá‚q “9†e& ârovã Û å­¤W±È±Å­ÞALÙ‹#ë.‹c¤²Cöî}h3Ø:'Tùy¬ó¼\÷„†rË;ÓÚOúŽ¥KFÔœ³Hú„ERÔ–<`ÅõêÁºuJÚmÊíž: lÚ=Öí!åÖíᥠr¶¯ƒÜÝ€{èûeÁñ'Åg¶öŽªÊ‰g.œ©YÑ2);î}ÏÔ9ZÌ:–6Ž¡ûŒX°¯a³p\Û¾K¤>{±Ì#ôùàû®Käm[ÜÝßÿ঑¦þc?H¦UþUó^ýLœ7ÊMcUçJÜ’¡_è[“pê´Y yÒ<Ñé…EŠís+&i”˜ŽµeáF\XØQ$o©ƒü­((Ø%³X±_f¸ýÀúÖI…-µKÊûŠ@õt6œÕKA>n,h:„}Ô½FE”9ã§Ó¶¯Í£HÓ–1ø)|œÕ«K·-_9ܶxu‰"uÀû µV´sýDó¯¨'/ö|+\8¶½÷eÃ)%:(kDƒª) Ô‰¾ áHþ¤Cvü`àe³t‘J\4 À-˜bç±Aó„ Ì;›`ô;Ç`ô¼³Ô}äš­ýÕ1¼ %šÛ·©ïȆ£{“AA! -Ղᔞ7¨ Ýàwöë+¬éCã8ŽÖÚzžÖª§íQQÛZ±nh(PDM€°‘ ²‘D‰ ÙCF ƒ‘!„@ BØ F¢$`,‹D†ä=ÿ‡Ç§çÜþïÎ…ßûÏó^ýÞsî ívt½ìÀÀÇú½±?ö=&ÀbÕ2Ð|Õ:³êd¶ê‚䊺¹Ú- -2ɧ -Ïwm¨]ûá‹RøéŸù t Ž‹†ª! ¢å§ \á,Æ~³²M; Ðq0ƒK—MÁÐÉLœãlXgC°u1{ÔÉînT=ܬ \ùfSìù‚ Š;Sá€b4ü¨„ƒÃÊWà˜šœÒ²_u-@ÕÀÔà26µÌôAs t1z o® ÆæcqÌQÄ]›!wÿçux'¤©€L£@DvÉô"äÛYA®‡dâW“"â_ÅÄd-^K.˜ËfÌᨥ³8fÙ,ŽË™Á ʧƒ›¸£þ-Ò+­¼÷–J4}4|4|4üŸò1d#†tÄ¥qHÈC5Õª-H_ÍÀßz™@ÈY $ÏEd²gÂHÜéPzåt§j*¤¦úqp}ÍÿFA·gÃ6šÖ yû>‡œÃ; Ce?äªÿ TÍäÐl,¡ÈÕ¨~øbh‹ŒëÄùÄxÆSBjÅdd®àIx¡pÏn˜ÀóåÁ‚ænßš–F/Asw]=š ÿƒ!1d"†|u%(ÒùXFÚÀ²²¦³çÝ¿RˆK\λ–ÿ,3¦d*1‰?A¸Ý8~Ü6ÉêxÎëê â‰ê½¸=Õ¾üöJA3šÃ&Èß·uÝp[eÕý‚ -° µ  ke—=VJ½Âß0ƒ’–‹"Èsùödæ­;ã·ÒÚF£‰=ÃQ4I$GÒŠãHøþ1'°²‹}µº M@ú` "†,Ä@Uÿ ˜”c  æï+<Þr=Â_–ù'/²B)³Å×9Oòc…#)‰ý1’>¥¿'†Ý_Á¾Ï fßgà¸=´ª4ý× ô5ä(+B!b(A \ƒóPeŽYáÛ{¼®r _æù&?+¦N–FpG ¢ëeÙñ¢¤Ik\®´9ž.«Š.‘1ð%2jGLÆóDhZ7CbÈUÞ Ej¡Tûðôϯ՘cÞ -ìÜ_ -\Âj¼SføËC+2£„}äØŽÖÌDImRæ@uuϤF±s‘{äDr{Ñäÿ1•÷MíG(Ó> UúçVk1fo„¶îËõÎáóõž)“B¿ÂQ>Ž+-‹vîÖãżôÔv -QÎHaȉ†<#ªTš~#FÓºüÁèj?@¹ö ¨Öÿm¥ÞÌôU“µÛbËeül«{êD‹OáPÝÕrq%¾®¥äz{uAŒ¸4'q°0#sˆ’Y<”~‹>”H` &Ø÷Ñô·!1”wSí{àjÁ%wM¦&/Û­Üžw:à§»]SÇ:¯ 4rº¡µÂòÈv.#º¯˜7“<œ‘?’ZÅ  ‡ò¬šþ6C¡ò·À9»o­Fóç×-zgúŒ fä§‰ÇØáq»$Ɉ3¹EêÉæ÷øÖ0Û[ˆõ¸î¤š°þ¼ëòȪ4yD óA0“5pµ€Ý& îÜÔÚ©o€{vïJ¦ÒR‡îéY©¡Þ“Ǧ£Óæ8é”MBǸ#©vĵ„-ó¬¦ôù4¥uø‹-Wï…7EÊÂZSd¡ti@ û~@9GŒ&(@ û¶Eé+`žÚUgv¿jÒ<ø¬WWåɈÁ…ѧFöæÍ‚»ç°ñ¿ló8£Ž,ªÜ¹*£ßµ1¦Ï£3LäÝÔ"ñÅJüDD±Owy¯OO„¦uC!b "ö©«‚3ß-Þ=ÿý¤ìâ‰GzÚÏ íz—M‚šÍc+¦¬³ Çíh·‡í+bêÂî9¶úö¹vyõú‰ÛvÊ%ÇfÊ+Çj*)";M@”|©ì=›–š7Œ ïPè9º­éí¯{y zœj¹ a çmn‚¶þ½žÀ[ƒPÏ—&‘΢h‡%ìMÛEÛXëÇ8ì‚[œå‚OœÅBpœÅbx,š l›ÂJÍN…¡{[ÄÓ»76¿>úöë$ªéà8ϱµ3N«X;ŽŠU[ÑÑ* "#²É@‘M=²$@„²¯@! !„„%a„HHpDQGiÕªàHeQ¡ê¯ÿÇÌëóosèá{ÿ\¿[ZAkO5œü:zÙ k–gð`x) LüÀ"Èë½5æÒ;;¬ëÚ…(ç5çh§UwÜ…U/œãª?Îa5g¿ñI½iùBå¶x£ÊøíÏUúWö~ƃC[kàðn -=”Z'‰pòlèXƒ¾½/¸\c0óv+_G°õ·‡;¸pÜÐ¶à‰¶?$tÀ§t§KEE>¶Qe`ñ¯*m ¶©öm¥Âw;³@ý@Öˆ„£ºpÜÈ ´-Ü@ׯ ÎØÛƒ¡£-˜:YƒùE œ­ÀÖÙì],ÀÉÅÜ<>©qñ•Á[Tðå†:øfS ìØ’»v$Àž}XØ {Â]gÐ0p€ƶ szæ–pÆÂ -ÍÀÄê˜Y™‚…• X£Œá<Ê>)(Øöä«m†ìƒÛ!Ukdè\Sm(°5†|7{Èö÷‚´p  ñïbR3ÞFæ“^GЊVÂk¨ËvÉ2FPº„é¡-b$eó!Rú£ÀQúL€¼\á#¯P¶? þ/ $Äó?C¦þaÈC …ˆäj¹~^Ž’ââßÅ¥d¼Î+XÁ–R–ëK—ÂY´¥p~Ùbx7ýf¸üyÈHÅlàuÆ´ÿX儌©lP¸m#bø äªo‡4Ä«ÿ ›žª!P\ÎÙÇ òC1‰OXKNÊ^!dQqEå¿DV0°õ5/±­µ/±Âº¹ˆúÙPqÃt ¤Qæ;Ü$ñ©W6 #†ħþ5dhí’ÞA šºõY ;ÛB©÷e(Ƽ'EW³r—’Ói Rõ <­q>ºš=Íá<êlù)¢§u:´Ÿ'C÷µ ¢¸=C,e[7"†|Ä¥õ-õÔf¢ •(¨¼h /Ï÷e˜5j$ñMÁÕüŬ”òÿ$å4<'sŸâüŸñ¬Ž'¸öÎ;B¡,¨KÔî ƒzùí¡ƒ-ÊEr4÷Eï”#ŸUú'Ô8Y¨ñôXc^Á¼)H\¢Æ’HIŒ¹ŒLÖcbAûÃXZ÷}\mß]|kÿD¤ 0¬½¿3¸½&êl ïã)Ûº¬ög ©oƒ)¿Zu¿0‰;•‘.’óÄ’øRÉPB¤?'áÇð†±¼áÚ¨ŽÞ*œ¨SÙÖ Eˆ¡1"ºî~¨6úš,uß·ØY¾åºº/µø„½lJ|Ö„%ÏVÅTOÓˆ-òüT¡8-[ÜT$íJfJ;¯q¤Íñ\iž+­ˆ Ðc»Dʆþô»¬¹ Êu÷A­Ñ`[œþ•ggñšïâöŠï6ßv%ñq †|¯W5Ɉo¡$wuçdˆÛÒò¯·¤–É8鲺dެŒÀ¥Æµ :z• (ˆ¡1"†bÍÀÐÝ õF‡c¡³&8o¾ÜéìºÐåú¬Ë?q–BžæDUÕÆqè‰rê +;{´.“"¯Éª–Wd°åd"[žÏÉO (ÛGU hþ˜§¿…FÃCZ-N½í´5[ìvryÑçò¤Ï7ñ¾0¨PÁÃ2%M1Í¢ªøŽÚµš‚ôQz.i¢4·ü%—u#;…5‘‘ÄÍHjR¶ß dÄP¢¹ªOï–áÁ÷mæÚ¯E6¦¿ ^pž“¸ÿ4ìM¼Ó¥`¬S9Àf •ÄþŠ’”QraÖ<U‘SX§¸–Õ¨ ¦²å‰)­e*b ¨}±n iü jO«ÇPý×vó+}6&/¥ŽNOÇ]ƒŒ]N˜ ô„2D,«…ƒo¯®¿ÚGe$^Ï*I›¼F!ÝL¢VN]-lPà³Y±™\©²­¨ˆ¡1Ð5¾úÓ»€{öûU¡™ÖâµÑü„½ã£[ÎWf¦<âå2¿¼qP9¿ÓÔ ˆâÓ91½ùõW¥É̤ #GÇ,Wà+š&±ÅìqlWªlP¢ú_C±úV¨ÐØM:;?ðÏîÝk¦ñreðôöy»ÿ¾€žšq#Œ(¼s…£hz³8¸ÙÞVÜÕ“ÎÅK¬x9Ž•9Ý\6ÙÌ–‡19£ae­e[7”  -b`j| Í:;Ö: ö¾Ÿ;òlÒJïÇY›Ûüe]âúf<³y -ß²Ú1t}©$˜—Ó&" -±CQ±£é£áÂÒ똞fi0·UÜÀT6(UÝ¥j›€ª¾jŽ©Bë©í+=»çe¦¼k©=ó³5êÆœ¯ø‰SLû¬[fã=ÏRú-ŸÚüþÜdº 72&Á …HS‡‚eTqð8{=(@wtö(Ð 1ÐÔ¿‚Æc_½k?¥º0tfÇ£›&{ï<2;9ñ…^°õéšwˆf?½˜VñØ•R0ë^r׃ƒÿ×åö`…_wÀdx¯ÿdBŸ"·ÛWQ!ò™júȺ;” ÊC™ÚçÀ8°8G7¯tkùT®¯:óðÌž‰¹sÚCË–(áÊ‹óÊË\pL*ž¿HÊxìB'Ñ^>ðÞðÙÂ1ÝF05â…-¬|òÀ6”±gæ]qñŸ< èiRèû*j2ˆŽœ c¼‹ÎóŸÄ2ü&3”ré¾S,šª@°Â-j“=ß!î=X…œÜ󎯇4áˆ.LÃ/–t0sÍËÀT° ‹‡˜È—Ä“óž8ÔœoZà,2Ý6$Ãw6ï3“á=›¤„O÷š#©l©v5â¹t%âî͈¡wÕ®ÎïYÝ6óÀ`ÐÀèµK†ã1`Ö!A`.h?ðŒöß/@b޹!ÁÌÛ,ý<Á6МN¸‚ʼQÎàä¨ GUB££²{2bhx9Bþ¯eh¨Wæ6lÛDÛð »'öŒ„&ÁpÐ, ­½ÁÄÞŽ;¹€¹‹X»:€½›=8¹Ù‚›»-xºÛ€¯rŽîV⦪ë×Ô£„èƒ:‚ëÔ‹aà -lÚ˜[4@kWìØÝC¾°ÏÈô¹ÀϦpÄÜL,mล˜[Y‚••ØX›ƒ½µ8[w%/•}ÃJ h­ƒÝÍvpŽýDkCÈUþ)À2ÃO@Zb$M‚8Z`ØYSI\Š©'-a®ä.bääEŒ‚üs‹ò)z„:…¾K}ñíñ©ô±‡ UüÝðwÃÿmHW6dݹևêb †!ál|¤f$C"…°WDZŒ-§,ÄÖÒbÅô¯±Œ¯±ýŒ¹Ø›y¢oç¿A0ÿ~õ{èý‚{!TŒõ+€ªµˆº€7Іܣ{nu˜Î¦ïçôÐ@ a¢€Šƒ3Äì…$&ýKB k.¾ºp6¾áÜçx)ûs|oñtÜuÎëèáóOÑ·¸cá#%wBGJ‡Ãî«ò” 4͵«lÈ2Ø4“ÝÀ´4€"åožóu„‚`DG-å&ã¾ff¿¤Ñ™Ÿ“ÙœØÊÒ™Äú Ó‰’‹Ó‰]oã•Oc†xÐÃU·OÝà…ß*¿9RªŠo ô?t4€h°òLt ÈR8ŽGëmÅÁþ‹…Qèù<,n6Ÿû‘@.úp¦ l*¹”÷+¨~‹Õ¼ÁÊ.MÄ÷ÕE+êoG(.D ÖõD óå§o•«ò• eYgõ·Ëx[€RG¸àm·Tä7ž-JHa¤‘§H9ì7xFå \qí¶Bø4±¾ñI‚D4ß-‰é {ÅÝQý ²˜¡šÖØ›Uª€üïÿlXeU+k×b?”;ÏËv¡å;w!"r†—:U”JyMÏä<˦ð¥2ưÜ+÷±Õ’ß’D’єΖë Ý-]˜î)¦W|%n ^”p]  -`~¯yʪ²®¯lãPf±xG–žÖ_ª‘>ŸªÂ#Þ—ÇâÞ”¤P& -ñÜqrNÍhM|WÔzW.N­—^Ok“öâämÒDy›(¾«Eˆ½ÖX—4X§ŠÿiÈ×׎ñv(·Ø Õö† µîV³u^Óµ¡áo1¸ç•IÔÇœ´’ûùY5·ˆ¹¢|¾´/+ëÉttáŲŒ™×!«M’K)½b>®_¨ -`)ò• 4€¥÷#”mƒJóÝPcÿó¼ÐÍâSƒ¿çTCHø«ËQ¸§‚êØÅTî› ¤E]94i;᜼•PÑÙ’%”7g·ËëÒÛå<œìjù™®– i}Mªø«®l(Ôû'”m¾¹.ÔÙškr5Ÿiöõx×|ê¹(2e¼>–2ÊO9?\†¯î-Ìn’ÒÈR‘Ù)Ì)é®'ÖtבZºy™mÝÜti×ù ¹´8£§YP l`j®þÖP¤·.iÀLgQhg0Ûìjö¾ÍÇíµúTž2&Š!ß©Mâ(*ÓøW¹™Í,b[-ÞÅ'³ûxd^_µ©¯„$é+8+éc::˜„.‰*þj`(Øz›¡ÂH.™i/4Úê’¸Ÿ¼êåú¢yò±ìTÒhËéÜá†DvOMjUk9¾AÈÉn­b‘»JéÌ~­LÁ¦×) -hWÔì+ý”ìöNJ¶\ªŠo ,eCžÎFàèiïÈPoºs^l{`¦ÝùØÛOçgýÁ»Obï´£IÍqç®^N®W§ k.f¶–» -X4#¿xˆÆäQ˜âÁLró`&©µ'‹ÔÑ¡ -(ü¯®Þ&àÙBÓís›ŸÞËL^ x8<¹áº¯NîŒÈéiÃµŠ°ÿa§Nã¡N8ŽmìÚxmÛVl§ÊŠj³î;Ç„÷=c˜qߌ+ãÎ5Žd­–„´¥Œ°ŠýCÒ_¡T£öÚRʆMŽïþüŸ›‡ÿÿïÇßÏ£o]mTí™Ê¸kEåI72Š9=ÉÜÜÞ„B^_|Q}oTî•;‘YÑ™Ím Ö!ŸhÈ!Ê7â¼Êfü¦³mạÜÌ-3•—VÆ‚û¶.C}®A·;½“[Ûüò/óƒ*ª®„Õœ®‹¾šSÉnKæ%uG—eõF–ŸîàÕÞ )m¸Ìmì Ékn¸DCÌ—ÈÛó xŠß FyÓòUm™m†{¦ï˜ž±8òø‘µÓÝûN½ÔÄÆ.z^Í fyÅõ  ܆°†´‹Q­1ÕìÎÐóé=!Õ§z‚k.tžoìdV4µ³N·¶ -…D—hàÊJጢ.*o\lÒÚò¡Ó`çÔ}Á ½!Áq‡žQVË}·øKý^9çz|ËJÚ™ç³Z/'ðC›C¢ÛR;X×JÚYüê›L~ó F]k+£ª­I(’\‡B¢¡DV• -på'©¹6Ío_÷éK žïž2Õî›°´½1në×ðØ)®ê¡{öéA¯Òœ>ŸÊ䯥ð[,>³=¢•Ñ‘ÒÊè,jñí®j¦ßn¹Nk½É§]íhŠ%EQ$#Ž2Y Ôì—Xâ+I¼ëV—|1¬³qxÂ`oÿ´©ö­×æÖSÖô ØE— œ2òÇ\‹9#îg£†<똃ôŸû!×¼ÿ|Íû÷ª×peƒçhóÎß<ºº/ -%DC‰´8~‘ý—äÅçÚ‰Mþ$>òB}cÿ´\ÇìQþ{³ãuo-¼+^[‡s_Ù¦¤M9äÇN8–’" ü© ~kN}+Ygí’¾VÅgÃcEŸÉÎY‹¦¾I‹a Ç㙳¶©Þ3ŽÙnoÝs§éùŽÓÁùÓqyoSsíßäØ¿;{Òn¦>[à}-‚_7‹~æKzÔ/Nº÷ò;‘Î$šVUdj¡±¿Ú…Ð#gÀÀ&F0ñc-›‡Ð­£ÝìÙÎó®‰sÞIvsÌ$Û¹°$ÛùøD›ùô›…¢xʶ0pæ+Òb½i´ã Ò½b¤Î¿¶­kZU¬Å2<(ÿÀ…šJ:4ÄCÇ< úöþ0ôðÂQW˜û;‚`·âd³âLYñ ±^a_ #°ƒ¬VÓ­V „²R)F½N" ô~Aêz²žÔ´ºc}-öIñ°_ºö¦áða6”µB fÄ€¦9º6N0p´ÙÕæV P-àài7Ïcð&øyš!˜j†ª)Nxcì2±ß!Bê%5Í-Ri1vH`÷–TìÛ‹ýŠA8¨BÇa7(:@Ý„msKè[ƒ±µ)Ì(&°¢acc G#¸¼)†`B¬…1ØB"u÷‰®‘HuË_‰ð°Q,›%9Þƒí;±[Îû¹@^Å5­ ¤{ ªGL ih ]#C€LÖ‡Yd]PÈ:°'kÃÕX žBéé!µ< öÇI¤ŠQÑ|ˆ‹q ±!R›XØô½¶È:a›<»šCNÉ -*F8¤vJzPÕÔ†¦6t´4¡¯¥C-uµÔ`¦¥ -K-P„‚DIqÄIK!|ÏV0܃P5yDQBä1mDÚ› „fÿP*è в@+ ­2´K!ði -…OG(èwÃ@ [ñyþ7M>ëõñÖçQʔ׎ÀC:âþ‚3ä1‘´œ ˆ†h¢!Rq'U÷‚£wi&êH§!Å‚x?*¢ÂVB’¢—XÙ‰‹ÌSœOþçÒþö¯K_ðçgÌû·gÎùßÍša eOù ŸxŽæ»åÞ£ -2û<Ÿ§®…hC"ѳ{3b·ã„Š,2t}T' “¸dŽ/u)>4p1’»œÎ™ àfýÅâåÌ2«ó>0 -Þ3çÎ0ï¾bÜ+ІJRœð)üíINíYÖZB4$mÝ€X¢!^qÒTv᤮<òÈÊ(°:‚`]Ê«M,ºšVÓWœÝ(Ê'´µ]& [²«Ä|c'û2_ÌÊéÓ3äâê´~eúpËÕt%[¯ ùª†ÃPºo#ÐëAƒÅÎÏÍ6{ßòœÌæÅ6ÏÅ?¢žðC#¦Z"Ó” ñ…rZJU%³¡”ÓÆÎ/Õç–w_#\ë¦Z»iy=ݼ´»$S.&g µ“³FšÕ+_´!Ïp”ïÛµ‡7ëÄŽ\›=o„N¦³×Ý­ëñó|Ø>Ö~1uˆ[Ð[«PÓ™œŠln‰ ª&’z(ÄjI9‘-)-KŠòz%DU“OÄßâªóµ¨j êeŸ.ÔÞóm:NïzÝåhòRêfõTæãq¯'£b’åÜhbKic¤0j2[«Ë/‹JHDIaa¹”XÄæ“xÒœÂif^oo6A.ÊÎä©…:ß@ªáŠáz¨Ú·˜¦–[Í·, -­ æ%ûŸ ºšOz¹MȆºÃp½ü¨<7¾‚ÃÆÕÕ2ÒZÊk²„ÄŠÜÞìRF Už^ÖÒŸZv]–¨êÀ]éïL.¨Eÿk(2\5Fë€uhýÞñÍ Ý§vÎÊÏ|ÿÛm—£÷•žgGo¢Cå}¡‰]s¹‚˜2f¶¶ª)™STŸ.ÀÓð\UA?¶ª²[Ó$K vK£)’¾ØÒþ®8ò :_®lY dõ@7ZœCk? -Žmø«ïäÖ#v»žL9™sw¾¥ð – %tô]ÈawG–Є±ôÒv,›ÐœÜ‘Ò˜q=Ž™×üÚÝÈêfuöD0¤×#©rQdÕÍu€¤j(T5”êÃH¸uÞu]7wÓjãï6ÛLÛšŽþìê(÷+ýãšC³ëúË)’(jAWLc† ¡=¾=EÕ–ÛÁ«èŠèhì¼È‹1í7Dö üÅUŠuVi‹\5X ßk-óÐz#=¢ýbÔ|Íô/'ô&flL†»Ø÷Ü?‡nŸô‹fÞ Ì¬ -Rn^ÁÄö]j”$v`$—zËøaRfG˜LÔ*j  ·„òMê@‰öJ(V5P VAó¿4?vkÎ Ô|òàз“Ï,õF^Øï—þádÃêîËšFERïû¥‘ïúsƃ(¸ÑкHe8û¼"®%D™Ý|»¤9øN='hLÐ8®d Ž6HªWJU %z« N_x»V.H÷¬˜™4Xq÷w­‘y«­²y»„³Öœ.^ô?Ü1¥3çp„§(BÊcßÒ¨GhjèÃFà£h¦ÿtF=úI1ý˵ºå]ó›¬õ}0IóŸªVʵ5€¢§ ìíŸ:·#/•ºÈ½½ŠySmÙ‚ÅáÂiÎíNÕ¾vð(ÿsqÎ-6ã•gzÜ,*ó§9èÏà -ôlÔU¿ÙTŠï+b…ï«ÊrŸ9V™÷\g)jþ§¯gwÉêeµÐ7i@ÛFä‘ü[dêî·ˆbî; Ù{Óµ¢¿ësþ¶2¡°¶*o{–øÎùÎ)»è±è™²èƒG/|Âó|°yÞ Ùy¨·$ê-5×k±9çÜ¢ä²ç;^¨Z½× Ó]Èä°&¢|¸ -‘½ß£)Z6YÏY>¢O_>~ lÙâqùä™ÌåÓç–ì#–1!Ë®Ñè%¯ŸÏè$Ô§ó¸sŸ.áöàc§:Hv²²—:÷ø¢”#Hÿ8‚Ÿ H¬[I=-2ìÐ̓m)°gw íƒfþpð -ÌN¹Á1[g°°wk{°w´g§Óàád ÞN§Àßé$„:YA„£%`, U­Û‘+äöëüê…à¸s:÷¦)%¥Å’J$BBQZÜÒS·Å>‹™1˜3f1‹f˜ “u2#ƒÉX"#†ÛÕ"ÅÍ-*=I=‰Š.O7]•ûy¾·ÓÏÓ?ðüðúùó>çs>?|!óß(`îœ 02‚© –-‹‹UXeV›ú-?ÁF×½°yÛ.pÙ¾Ü=½ÁËË|¼·ƒŸ÷6ð÷v‡o7øÙÛ‚¼¶ÊËpžßs½ÍÀ ±ÇÀ â)2ÜÀ  æ$ÁC:Ì5Ž‚f(0Yq–¬ óuûaÕÆÝ`í°ì6{‚½“8:»ƒ³³¸¹lgðvÙ¾.Nàçâþ.pÈyù. ÏêòE@°±ÔfkÀ»®"òóFú{@²R4.BãCpRg„Aˆ"BÊPzaMˆ„w¢!üPÏ£èÏáã˜a˜ÉÐw˜Ñà)ìÈwü¿á[C·†Hk À:XAÔV; íp„˜ýÛ€xt7à°€Ž „0^„¦c LŽ…°Ò¯Fèp€º‚èÀºèÿà¿ ‡ñÓ¨7„©°1ÂxèÛÈ—Áï"ƒ' úcá<ˆ[nDëå¹i P\l!Þ{rVn{ØH¨ ƒËÆZLTPEÑ€®@ÔÅüi&ÍbÚH³Ø;¤ÏØ~ò4fˆ2‰~M ¡…ŽRŸ…LûCß‘ô&Ò4D! 1WÍÙ˜^µg+0ÿå´°ƒ@Ž‚H"„1³ØLʬ"ö3¶,î¶&~ÛDû+âýcD}:¢/a;ÀE1Ã^1ûCG½áoã„OÄêƒ4ÍÜb¬–uƒ%0××s=ðüœ°ƒ=2h–LÃ&ò)3ø“ô¸|ætD1뮊ýWŸøw™ó_\w -×ËÃ>㢒ž„ -„sn£Ç]èñ}€edtsc Y™mý -ànY Âíë e·¤ôa ÿ,8C§¦É‰qï‰bö!‹ÿ^)x‡/KžÀצ¼Å_ãÛÄ£øž´!lŸ¤/üÙÉÔ€¸ óRp;ÌixÃÖØHCÒ@^kL; 8Y‚ØÃ$»áäí³’ûfR°'>pÉ„©&m‚,àÓÅ#„ü“Äbé+|Uæ¾A6ˆkÉz»ý$âßÙw1³:±O¥m¸ÔüKÁü+¾>h4ËŒ²vpìÌAä´Ò=¬ Ó×NýäþéÔ±=ÒÑÇ&EÑøq.>Lã -‡Hbés¢,ç)A‘ÿ„P&Y+Dl–÷Fÿ.¿õP~ÿPÞJxœu™øTúKÔ€¸1j0Eà,ø§a!Ä­Y -IvË@²ÙdÛÖ@Žï†/yþ®ÓùGwOe‡ÿ<žAĽÅÒY)}qIÙc$§ïEç*ïD«”Ý1UÊ.²Ny‹r]ÙAéQ^îQ^Œ~(×ÅôeiIÏÒkIÏÓôùÚÀDè«Í yH7›CζU ÷±›Qìwy_xÄgBzx8—€}!¥Ðú’RzØÜ¬[ñ"ÅMjfQµ@u=ö¬ª5®Vu-þ’ê*­KÕD½£ª£ôÖP{ó+cŸÈ*bû3ô.ÒÀB˜«–€xÝ9.…|÷•+}l¦Uû&Kï-94¤ÀaúsHñ÷OÒ„·„lÙ ¶@q•.)n¦å¨/Ò‹ÔMô*ucB£ZÇhW×ÒºÕq·‹Ëâï+JirJh}Yúoþ\`/]‰–‹!Íֲ͠ÀÝâ‹j§ÕŸê}å‡<_k‚HøÔ¸–¦n»òÃ7óõŽ5Så{íǪ<†Îú?Ñ ÃzTQÔ9•ß"Kþ’Æ9­ -Jªx’r '·ò,WU¥æUW•ð~­Rñ:*嬎Ê|Vwi.«G™Ãº_ ð¿5ð-A†­ œv0…b·¥5Þ–œÛ³~D{Ðu@{|ï£s¨nu$ùF!…ÛœGO¿ cË«Òø%¥É¢Š3I™ÕÊ$EM ¼F.ÐÕä Ûk29¿!:5RΕ”s¯PŸ¯ ¤Ahi§lAá`j×%ª¼V¼ÕúÙ¾Òp~ÚpÔï~mXPG>¦¥„”بŒ—Ôä1óÎÊ8ÅÊ4aE^Šä|VržV–\ªÍHÑj¥¢­8é†VÄï¨ñ»KE¼ÛÅú@Ò¼kf)–Æm³Îl2žÕl5}_ãe>Ö°{í`³¿ãã‹GvÝ® l«‰ˆnÖD³ëJbS+” ¹ª<¶*/“_!•ˆjSSeõ¢ÔÂúäÔªzAÚ¯õ\QëNr{ WØ©á -»Ôú€àkÃ[A®Í(¶7úTéb2Y·Ýl䢯åókûì^>ìÛÙt¼¥Cl¬&2«5d±º„–] dž‘åqÊE2–›.ѱÓó™Ò2#C§£¥_kˆOk«¥‹¯ ‹;5ú ?iX.¹Í|PÛÏÿ«ÆÙh¢ÑÃôU‹Ïòþßü6Üm=´³ýÒ‰£Í(B]>¡¼:&¥¨"öTN)½Pr†¥áɹµ´‘Žš“ÝHÉ-Õ‘ó.4r[ëcNµÕ’2:*ÉÒÎr}@høð‘éÊù °6ÍFÃ?ëœæ^r_øâ¦÷âG]¾v·nô¾ÖzìÌ×é?Ô{Çñ¯8’º\JW'´(DFÈ „qìŒa³o˜aŒ%B¡Ó‘6-ZNRZHqÔ±¤sJ‹:Õ…tuU.©äªT§¥ÍVyŸß?pÍíëÆóöûõøÜø>_ví%±¢â\TjÉ煮ýÕ ;óN&Ì)K+M?šY•xdÃoê#»+:zZU|ºFu´ñTÌÁ¦ÊØ‚—Çæß*Ó¨†l#}ì6ÕCÑ݉ -+ݾZ[Ý®zG½ŽVºÁÝV†ùõ;®uÿ - 9U/ˆ,ûC–rð¢â§Ýµª›O'ìϪJ.Iú5ýdì‰ì*åÉ]UŠ_‹+5Ñ• '£Êo–G•Ü9]Ü\¢ 6Q 9TC¾‰.Ž›é|­±Ð~ÙJûÏ;ÖÚmm§Ýjw3»úÀÏåLKóä-®´¨I”´·^¶vë•è­ëêbóSÎÅÅžM)‹:»®<²6ïù¹¢2ùùS¥² õÇ¥gšK¤UwH+Zi‚Íz:Øb¤‡Bcœ˜3i°v®VW“ yÔ1“4ÿi?¥áùŠ9ç;|+Û™þ%÷9‚žzûmaFöMɦԦÈݪe¡¼>©HR¿¶Xܰ½HÜxøˆ¨©ú°èÆ? ï -/µí^x˜¯ r©†¼ß¡xÖ$TÏ"ﮇwõHs§©Vc·ãÔ‹Ýî¦5Þv¥/¼Õ ´™ùR D»Ñåç ÛB™?xI!à® CDn¸ù\ðŠyààšrA=å6BØÎ¾æ -?ñ‡„ƒ‚>ÁÁ;þ° ‹?Ê£pÿÄÿ}*¢©¹ ¤‹çAé°*×ÅPù8Bâ¹Äâx6k¨½MBð÷ˆ!8,ž”I&„Õ’oÂsÒqÑ5é˜è¦tTÜ&¿’}”õŠúäo…‘¯ŸeÏ…#¢g Á`*”³§CD5D[ÍÚÞ IË­äí€x–b…ÔË4M8!Z/åEމD‹W(FÄg”Ã’ËÊ!ɘ/’û1Ò±Ÿ$ïToDU/„½ªÑ â¡xX®  ôC5ˆÍ¡²4A²Ý<¤-³@š—R™Ë±’ï‹8g\‘,ù*ÿQ1,ÍU}‘ìUJ‹â¤å ýÒšÄ>é…Ä^YCÒ'ÙÝ•dÏ“»¥oRž‰zR‰?%Þ—Ä5ˆ”š ‰jˆ¥"ÌF¢…1Ò—ÌA–ËB¬õ¤!+Èk"¼GWE²‡â¥ƒÊ U_䯤Oò«>È -SßËŽ¥÷È*W¿•]óFv5£[v;³SÖ‘õTüúÇ6éیهÔ[òÞ•M‘êë`åßô¡šmåüYH1ÿY¶&Èvž†5rècëÃ~Ê’…ö§ÆI?&¤©{bÖ¥uGåþÅçœÆC7ÿ»ï£¬Š§ž¨í®}lçfµ¶C…°È‘sŒqŒ1†¹cs`fÌ`f3r5µ³U‰M­£ØzPv?=Km»û{|ö}óâûþ‹{É%ÍGˆ3g#ää™ð¦ìéˆ6ÊTde6AxIŒ\Èì…½ÁõD-c:£W“µ( ¿Õ vØìn[ux+ ßhgöü•Ñi=ßçÌo9!ž+ÄØÐ_0(ä<—1 §dOÀ˜yã°ÚX””6­¤ÀoÒÇôÐ41#´ø ínôµ¾¥ŽyWÅ.c´(s€Ü8$l·ø]6 ç- ·,—] ÝŽ¼/òr^a»ÿB¾6GLD>Gcð£H"U›ÇŠe³b…¬þ89뢉ÕßÁº‡`õ 'Yê¸i† -1GmŽ_ÈjˆƒÓ¤l¶Z”ýf¹k ´ǶýÍùvçïÂÁUþ•So¸AçY°ÀçÔxÄ1˜Š£ö&e³zì; |NW‚„Ó‘¨ä´'Ýâ´%ßãÜFsš&Ø ‰ÓôºÄ9ªIþcñ›âäæ× ßÙÍ´\Ü=vÝç›Áškž=•°pµ‘ÔÌO&Öaò%ôŒâRj¦ˆCέ,Èb˘Yâjz–²:Ÿ¬–å‘d9¤a)…øD@!Œs)„gŸÒLAÊÆlg -L€`ŸÉǪ#fï”'¬š]l§nžw|Òâ}ª¯>È£Kª’Æ&Ö ñU|tž°ËáÐ "zn¶ŒJa(²)¥5Y9òšÌU ‘ú@#Tã³4åøÌ§%Ú¬©@ÛZ€œm¦€³Óˆ÷­)›,73›¿ålýL}Öaøæ•w›.«•áךåpd™Q!BQù%6“!¤0I2<-·6=£L£IëRó›êÐôžZT^¿"…:,ESFÊ>¤o06æ o›1àýÛH¿4|¯Ô9g -©÷(_³–.:ïä/¸:1_^øž<{Ù'í…g8bÊ;!|Ò7-`2˜à7 'ý0•JüašBðyÁÅ{ÏÈpÞs73¼æ‡Ò¯Ì.¦y-¡µ4=Ýß…:ÐÏJzt[êíÕ…:G  +¶:ÊwûŒ¤«N6üw'˜o¿"¯|ç‚]>ëŽ\r» -[r þ¯OœßR`¢Ï,Ék99éÊ -)ñÊ[V‚ç;1Òsµá±Úçþëxìå•¥m‚¦dô¸‚të@CºPë„T÷»®ä×&¼‡¾`¬;í$¯Ÿ8Œ]?} -¹ær.rÍÕ3hí‚¿ïšG°×º_˜Çzh¸û‡¸ðË1a—>RB/ýÁ¹ø‡ôÚÅOÍÁnŸ~ -rûs:ÀíÏŸ5+‚ ‘êkƒ ®>èÿ|×YTÓWÇñ?sÆÎD@D@ €„}°C²²' l°„,A NDQqߩ˸T´Ct,V«Â¸¶p¬ë¡ZZwQDE@í7ÿ3ïñáóxÏýÞíáÿ¾cF{õÑ û¿n‹y(¶uðq®B€wB‚³%AT<1t’Xt°8Ip¡HK€Š*NV²ã°‘‹}©±8ÁŒÁez :Lºw„ nœ&ˆ‹— ¢­› ŽõÄÞ_™m†õ #Ìkál£…»“ -^Y úŠ’†&"¢“@‹Gb| Rã£ÁOˆ‚<>yñ([Œ¯cÃaŒ ÃVZþ†Ã&ýÜJ—.Ä™›ñí]‚Øó;A4 ›™­ÆÌË1Ç\;ë8:dÀÅUwO6¼¨) Ä#0˜†°Ð(D…/F\x(R‡€ax 2ÃüQæM¨/–‡P±&˜Š“:È38{• Z~%ˆ}¿ÄÆÇa!þ² f3Jñ7ó\̲’aŽs˜ppMÄܼ"áéj0|êç‡H?*bü¼‘äç–/|_wȨnPú¸¢dÑ—´wÄÉ.‚øæ>¹þ^‚Xõœ ªÉ†b3²AÌÃl63lSð÷y±°pŠ„µs(ìa¾›?\Ü©ððXoŠ|)QÜNqÅŠ3â< Åc>ØäNàö%ÙÌFÚ|;${‘Cü‚B3š -:#É¢$æE#±’†¤U¤ 4$ï¢!å ô–h0ÚHç¢Áì$u/AjéÙ°H#Q`OFM³5ÅAÔç/ ,Á›?÷ÿ _W°‚)`-¡"5%tA’•ä¼±H^‹”ÆXÐwÆ‚q Ìã¤Säul'uÄ€õ é 짤·4pFhÓœIÚ$´qÒ§/€œlH'R<€íã^ ;Ò£|–vz$˜Y1`”%€Q›fC"R·%‚ÕœöQRk"8ÿ!]L÷&énÒ'L§õ'Lò†Æy“ c<$ ‘>¤#ÞdX[‚ï8 O'ð¼!òwƒ$¢Ä@¤s#ÁÍŒKvM -Øÿ ƒ³™î^¸‡éH;I:Mïé}:ý6}2ýÆ8ÿ c”?ÌáO2ù` ð‘òF€$Sim£-Øäõy9AîçŠÌŞȈ€˜,<9Wu*Ò lð6pÀÛÉ™N?È™J?ΙäŸâLðÏqÆÿå|Ü⎠-çŽ_s? -‡ÒÞ 'ÒÞ§¸/E`=i -²æX@H6ðÜ!£ÌGޝ3òÂ=ç‡ìÔpÈÅqç1!¨àN êÒ'kŸ[cÂfá¨ð¨ð“ð_ÂÑYѰè²hHÔ%?¿÷IÞŠ‡$/Åc’§’ A¯tš÷P -®)È&͹ÎC6ùTTT'¨CBã#¹‚Ø)E6s\VÊ•ÔHFÄ«åC⦌AñîÌâC™ï%-Šw’¶¬É…¬~Éì7ÒžœWÒWʧ’Ae¯ì“¢GþY~W>%¾•)ȱš‰ƒ dÎvÈ_h‡2hC\ ö‚&%hª”G+Ìdå ?dTeÈV(û¥ëò^K·¼’6¾”U=—¶=“¶?•^Q?–Þ+镾(í‘¿/º“1œß•9–sC1‘y5kJf -”dƒ”lÈr²…ÚÕU‹ì¡ vBÍ÷éš$ÿ±¥Ü¨} (_ø:·<ç…b¹êIÆêÒ?åË{e»*Éj“ŸÐödœÑ>ÈìÐÞWÜÖÞQ<Õv+4׳Õ9Ã…sFsÏ+?g›‚ÜÙ³ Ÿg\Gh\­Qãm‹º ¬Œr_™è3´‚>°\’ôªRÉ¢.Q>Ê­*} ¨«¾«hXv[±Ew+kŸ®;ûˆ®+»U÷sκ›Ê›ºëÊGºNåëe?å¾Õ¶ç}(=“7¤jËÉ7y–æÈ Tóæ ÚÅ -u^Ö¨´›6F:}ZïùnMjpŸA÷¤6›÷°J•sG­)ëίYv3×ðõ5åzý•Üúμú޼ý¥ü3ú‹ú …÷ôíÏõ§ útß¾­…GÝnäïÚüln6†zOVGGŽ”Æ§ô¦ätæQ™­´ÜÊÆLfmµ¦¾†Ú^_9P_™É©¯È¼S_J]­-ÎØ(g¦o1é?åó‚gÅE1NzfËŠ`É!!¬Süܦ%ôsYôùÀq‰'ƒ”ƒ÷û\H·:ÏP¦ZC¼Æ¢Â«â’ºK“²[‹ÒutZUeö…†RZyS1­¹™Aëm.Êk.Ⱦ՜O[n¢g=©¦g>+Í£nñ‚qÜ ñRâ˜++Œå±Q™¸Ó¡I|ÛThsØHôñ°¥üâ ³îL¯·%§#È}¤52´¯ál»:1«¡4µ¨¢ˆZÅÈÏmÌÏc¶æåÖ²rò:Y´¼aV&ý+#ï!+#w¥žš³^‘Aû±„<'.‚I’b˜/#„U°õ0ÿ‡5þWCZc$¡‡£û†µ§¼ÌÇ.¸v„w³bϵ4ÆS«k’ ŠËÓ*ó˜YMÔ mç *Ø),vrá ;±ð?í EÚ -–›ó¨N¤o”ó‚çÄD0UB eˆX+ÏÿW»á×þÃ|Ï/«ð­q´‰Kf²³£öG8æ#~Î}½¡í]QgëÛâÒ˸Ó/Ô¥–S+3KsÛãJJ:bK›:bÊúÙÑeœö¨ò{mÑ%ËMÑÌµš˜¢§¼`<7Cº¸0K `Ã>—.y¾w—öóIYx4¥)pûš‰ôôä)õ±1·ãƒ#g:‡‚|›û#¢«zbRìsyÙ­É%)iu±uÙ­µÌ¶ðºÆ¶ðú¾Ö°†É–І¥¦Ðº•ú°ªõª°Š2^0QT³Ä±|/[d`§W -6¿ÕiaXšQ#ÌÞ4–äL[« _u6º8qúkÔß»v8$¢d02‰Þ›ÖψëL©oÏjig4³‚;zëƒ:'jƒ:ïÖ²×+ƒZž•6n2yÁ$n†9‘8Wè;žÎ83^Àð™¨+ô™ì)ðæ\É?ÍY¤Ÿæ¼Ìõ}Mó~›É f±LïgVî_!ÀÂM>¸~WÆW$áë5M¡žc¹–e+Íê‡ö'÷\ì³=|’o{GDÏû&Χû|M;=—ší5—Oó¼U“å9ßMõX¸’á~{1Ý}áešûì¯)Ó¿%ñ‚¹|ü_jÖ»ܾÆ7æù`ü{"\ÚÜ ½ÿ=Bdmî­Ù4SfnXä¬ÛQRלÜbV\ƒ{F{/ûÅ{,G$¹=NNr[¡'º®V%¸¬uÅ»ü0ç¼¾xÖéÉ‹Xç•ÑÎv"yÁb€ÍV€G_ܘ™˜\"À¥U"\|#ÏÇz¯)\óŽ,Í|k|8ç)õµ¥Yì+ûà—öž>/\Ü_x‡º¼ s~æôšêøº$ÄñMk°ÃÛ¡@ûw×ì߯øÛ½ûÝÏîåg_^~©Xí¸{`v -€s›Û? ûG"´nËóW降2·udr¶ÉJ©éÄ|41þ`néýbïöÑÞÕ飻‡ý¶¿—Ýv¤×©OÛ?è¶T¹Ù|êpµùtÙÅúó¬3å˺#åË/<=eܘã\›¾нÐü»0Tý%'P´«(–½«.“²«­³KÒ Ú5ÐóÞ5>îºkfî°K¡Øþí`CA[K °=‰Q¶˜jcŽtŠVY™!ÛÒ ¿>iŠ3¦øÀœ—‡}óW¦n\¾ Ðó i |G¯%‰™¸_<¤£På` j¨œF-ÔÓ³C#C -š[ Õ S´79n&ÆÜ‚v ÃOaÂq¤ÓÇb#26’±Ç€Œ#ú¼,ppûƒÑïz¿çîPº@ÿ„tŒG ñp”‘òGùý¨ è„*ª6¨¡yu´M¬kŒÆ$C4'‘ÑZ„Ž$]ô$épËšFéÁd ¤i«#SK kŽðrã*À•[ýÜ´¬”=È}ú±‚!( vE$]QBÖ¥Xâ>S6×?G{À¯X!ÈÜ–CˆïZÀ…mlì&àyB@†h¼[ᵞ€kðüAD;‚N¢'ƒ.£'ƒï ?E…¼C„|A Cý%6 †‚;ÂM Z›iÀ.±ƒP¤ƒ´zD ´y5„…¸B0 x¶à¤Àçb ¨3\ƒù\ùÒŒ™9‚'ÇŒÎcFCoaFBc†C»1_Â1ac¾ýá°ù#¼ûHàùþ€„4.˜Á¿Ù!ÚÊ뺢½WB$ÞˆOMô$ˆ&Yc¡E£¡:Ü÷°:Ü·°}¸áðVÜPxîkøÜâuü ñ¾Ÿø6èq ¨—4†ï‰l7ü_Sóê€lex¤!|á< 9Ø@¼Ó|`º8@¢çr``FDOPâüFHü a¢œð•¨$–…}&m ï'í ÿDj!~$%ö‘ÿ ½'_!õ’ï“»Éo"Þ?G¼Š AÂS*=¢AàC`õ -Òd?(vÖŒ4g… ðí^ -ÿ5ãÌP÷oq1~ƒ4vHdù%;²7¢ˆÚ¡£uSꢻ(û¢ßPZc^Q~}I¹@ÿ'ò.ýYä+úã¨þØGÑ£Ôû1q'ÂoÆáF,„è‘–f@°› Ñó-¬”ÔåÖ¶Þ$b_§aAÈÆÏ*¦/!‘Ð+ˆzM•Ó_Då%<‹,a>‰ªa>¦Ö³þKma=¤c=ˆ>Íú;ú&ënÌ3Öíè¬[ôÆ5ÆÏèK ˆ:ÇòYô(KS ÚZ¹{S•&]fеsAéf?¢Øì8 ǯŸFñêâ3‚Ÿ³8´Çô4惘,ν˜î_1¼Û±;x·bx7è­¼ëq¼«q—xWx=¼ó ÃìÓ‰£ '˜ôæ$ AÕ¨HC¤%°»W¼Ðަ Zc1‘‡²ùšçãð!7pUW&Ù㹌Ž{(HŠú‹Ê¼™Î¿Ÿ›z9^+¼¿Ux>a—ðlÂ~á™Ä£ÂSÌ3¢“Ì̗ۢ¢Î¤”cIÃÉmìæ!öxÜAö] Y˜mž9p¬M@¶ÀTKA³Êt¤ÈÕês±—}O1vÙ ÉõQvŒÿ“r-•—x“–r:)SüK#=Î*“þž´MÖ‘´WÖÎ>$;Æ>.;’|UÖ–üDÖÊù(iá -š¸CœîwÖ^îSˆFèÖfbm -û9 ^2ŠW •n0ë+GÏ{SðÛ“’ðõ÷44ßëÙ ¤ éœø“"!¿ƒŸ.9ÊÍ‘·q‹­\â w§¢…·_ÑÌkWìçŸWîãßW6¤¼Ë¨Où”¶3e µ–?ÄÝÁJÖbÌM ÞÊDVs Ën6.žý£ÔÉp@·Þø]µ‡å‹»‡•akþÜBõ¹¤a„ÊfÇýGžÂ;œ&‘´•Š&A~V£ 4{¯`›ª>µAµ;õ°jgê)Uð¶j‡ðj›ð}ÆÖÔOiºÔA¥`0EˆE˜Æ ±2„Üù³@ë0s´rù¬O5k »jQ&Oë|mîÖV]«ˆô:«#tæ³bÚTùѧ4­¨_¤ÐÍmfé–³ ßv”.šþ­ÚqF_Ý꙯ê] ÕožûgmˆÓ¥jʦ“±AÇ´LÚA —Ý“*®SJ”5éÊgj |#CÈ´˜Åó &«ì¦ ì\4µ«qñÔÿµ¬š~§ÙÓòr#~é©Ý$TûŽhìêøˆ½ìÄ[x‚Êa†6Wš§ÎR«”ê²LeY¹BYW.W(—ež(—fÞFü£•*^çK2º³%òž,}€4¤þÿî5Ÿ%ÖÓ&jl¦~¬·ò²ÙvʃÖ7n2?߸øx#Ñ¥m7Õ¯©–AÚUÃbTWrù¥%‚ôüBqn–:]+ËQUˆUÅ:¡ª¦JÓ¤KÉéÐñroTòsŸ•òU/ ùY]¹üÌ·9ú@¼©ˆgϵ©”[N­µœÒÛh:åi«á”»G§]is7=u(`Q{K˜ó}‘˜={èaÛë˜ôŠmÉÜ"_ª*ªdZI± PYÁÑhªØUUI :Vaû¿l×WXÓYðì;«(E†J!$T#U)ÊÚÇŽ aUlbY,Xб¢8VÚŠeul˨㪠2θ*`¥ ¼sö>¿çù_ýÏ÷œï=oAjîÍüÔÜÛf®¹qfö«ì™Ù­ë AòÈáX:ÄF÷ޤ·†Ñ³£fô¨ÜŒîœçÕVHG\,÷·9u*LPr<ÚgYBXᑤø-ųÒröÎù~ÅîôÕ;¾ß¶}E^r^NAR^AþŒí‡¶'æ—oKÌ¿±5± aSâ¶æõ‰›[³7ý¶Ö¤ ŠÌÁƒ°y(uìLϘУƒè^Å Ö½&ÐÕK¢¡g/øZ«q>X¡Ø}2.8ïÇéSÖ—¦¤®>’¶`QñÜÌÙû2r’Š–mšþœ-ÓŠ -6'ÊMØ[¾1~ïõñûrâ÷´®/ü}eüŽ?2 ÁÜÁƒ±ÖÔ¸w»)5°Þ÷¸Ì˜îŸ1¦›—Œ¨ªÚ’Îן¨RŽ=rEÇ+º¨—åŸÖæ–O\{*qÆÒã)sçM[’R:MBÉ’ì©%ërâJò³cKfÅ––¯Rv}õ”²†US~x³"¶øí’Øï‚…&¦XolôG!ÑÓCDNÑ-Öýª«ˆ~ºþW:u“oZzC>jÿ5 §°6D´¹2ÜwÝåýò‹SãÓÏOOK=—’‘P>{Yì™E™1åY™Ñåy+¢Ï/‹:{fi乺őçE–·gDø0?ê¸aXF&Ý[ˆ^Õ—Ýfݯ–u¯ÿwŸ“wͨôÇøÀÑÈwU6[îh]³o…z¯¸>9hÁµ¨˜™µqI ÕÓgÇTÍJ¬Z˜Q½fAxõ¶ôðšó'מž«¯­›£¯mœ­¯ù˜¦¿Ò™ª¿Ôe²È¨¹€íà ÑÏ'ˆ®] º\Ctæ¶1•Ô›Ñþg–´ë™ËЭOe9OÔŽ™´’Œú`ͬ‡“ô ÷#ã¢ïÅÍ¿—œ¢¿—ž:éþª”°[’Ãî›úïS‰!õuÓ‚ë_&?ür¯/.äç~ƒ¾æ=gwpÿ(ÑsD••Dgo•=0¦}OÍhç+k£­­NCr^y˜g¶Èí3š}³š4ŠiÚèÆ0½¾1**´qzLðË91ÁMË£ƒš7F5ï‰lù1\÷ªR¯mýu’¶¥=, ¹/4  ½dwP˜èÖi–¶ƒóuDÇîílDÍf´¹ÍÚ$»;|E»ë˜m"»™mRç„÷ -qÔ{µ2ì½NÔ¦×iÛbÚSý;2tšŽ5Z͇m~hü>žñóýTç«þü\­þôÉGý©KeÈöng`;¸ðO¢ãwˆŠë‰v<#Êmb”Õ=ÖtYíˆôî˜Ôg›„¡cTØ-´ÇËS×£–izu -u¯Þ[õ-ÎÛ»/Õ[Ñ—áåÕ¿FîÕŸ'“Kä§Å2ÔxÊð\$C³AwËX*ˆ.U³ þ‹èàCvþ¯DˆV15ZŒïÌæÂrD2ļ‚cž}\àᢆLà •»Œ•T Â<<ã. ¡;æ „Èt ×Õ »ÝPÂwÅ'W\5¨Ž½ƒ+W‰N³ ¾OTø˜ÿ‚(³…haÿ ƒÍ1rø˜ÒÃÊ"Æûcç žƒ ®\OˆxîóÜ vrŽÇÇdqŽ\¤r1‘ƒUvÈåØb½-öÚRy‰eð:Ñ,»~!ÚÈvÙD”þš(µ‡L@fQ0Š!ß`„¹ -£-e°'Âx!ì'¸ÀÑ–;.Üí8²ªìl µµ†žÈXVž’mÆ`ÞøÑX>nVTÁ2PÆ2°‡e`ÓØù/‰æÿF”ô–Œb¿‘Éd6ƒ4L )‡Ñ(O˜š 0t,±äÂÜŠ+k;ØXÛ€3Î -¼*œ ¸Ê\çÁû>ÊçŽP¾v„ªƒ; êâöù LìõÁĦ[ CàÇf±äÜñP9ÙÀÇÍ>r.”ÎPDà•(„|¾;¼V -áµQE¼÷ºAyÄÊã®Puê² |®9C}—yê<àÛÊïómç÷úu9uû 8ujàôUÞ  †Í ··‚ÒaüØþ.¶L„ÆýO/„*AÕO¨–3Á'Ïê=ð=ä¿£Ìi!4„ša¿ÿmaŸÿAO@‹ + MðEÛ)ø¤|ÐÁµC—Ž@8‹Ñðb3øÙYAÇrÂrêÉA°º!ücÅÐÌ’B³HM–lÀ³´?`§ô›v¿´W["éÑtë*$]•’ÎÀ›âΠ_ÄŸƒšÄ‚Þ‹Û‚;%ï‚ÄoC ú_(Üß„BhØ J[Kh'X ÌΑNã%²C„’} !Q&)út ”=+•]A”_ƒò•_‚‹”Ÿƒ+?…S~)Wv„^V¶‡Ö)ÛB*ß…5*ß„½S½ëT¶ê-“!o‡´)â?Ù®Ó¯&Ï4 àOXE×VµUucS!l$’ÈKö²!!H!ì"¢ …)¸±X°h]FÜP‡*mupA‘Ñ£ÖŽúÌûäÃïû}îû:Ïy.W`$:þeA»4Æ/_ikAÆ–å Éá¿bwüÃ}¾w«Üÿ6Z6]6c {c{…k -‰k뎻ñ w#â߸G‘¿ã^EÞ‡ý÷uïh<ÜýC`ˆ+0*(F, „„Eó!mù|ÈZ9_ Sv®øÊÜ·î# »í¿dj蛸”ðWxñxí¡q¼ ûo~‚¯ŠþïˆßÄ=&tâzq£qWqãGq#q±wHï±·È_£nRaø?àþë p¯+ðàÂxÍ%%hd/› ÓW@ÁÆ@(رôOÞžUïRn~Í$…<£%GüAæÅ<&*ãFãsˆãͤûÄ2Ò=b-驉t›ÔN&Ÿ!Ý$_"Ý Ü%]¥Œ“¯P§ã‡è_p—;˜\L„®ÀCè ±è.hïE–úAq°?”oø¬Ø4#ÿáÛIqäúq^ÜwcF؃ÄÔØ» bÊ0UM»A5Ò¯Q‹è¿$T0.'Ô3†hÍŒK´NÆ ½—ñý:£Ÿ>ÆèeLÑ.$ýE:Ï„„3LˆëbB¬+8Ì…¬ùs p úÏ_9ª×û}Ôn ˜Ò†,~®_õ›¿åˆ¶w8»ÊâS‡’Iƒ‰Y¬‹‰ù¬¾ÄvOR5ûBR#û\²“}6ù,»›9Äîb>`w2'Ø)§9Ú– -‰'S!ÁƒÎ@™ïÓ|¡ }Þ5+f}ÍYë;mØì7aعàIîþåÿÊÂýí–Šú‹˜‰HçR{9bæ9vfj7+—û#«Ûɶ!§ÙväTJ3âLéDÚ8‘VÎ-¤™3Ž4sgRš¿’‘/4’]¸ó í½¼y>Pµýçãõ¿¼ÕÞÿ9¼Ñç™y‡ÿcó¾ »y1ë®e‘w f$쑤’»øæiDÁu¦éø­iy‚–´bÁ‰´*a·QxŒëåž:kÂzä7a=ïRÇûRÍû”\™þ™î -ŒEï„v-á\o¨^è Ë<>{¼.Zïõ¤d«ÏCëžÀ›fìš!#ñû¾,Fdwf -ñ”,=¹E$Ašø£<½¤W µóʤµ<»´†×"«âwÉ*ù?ËÊù£²rÁQ™`9"øÀ)ábºñóÑ,Ìö…R/¨ ô€¦%î3E+Ü^–®q+ßäy·ì‡€«ÖƒÁæøí猴°Žlᤚ›Ø¨ríR…¸Z¤•WJ›°XU&¬R6©J„ªbáEU‘è^†EüJ^(~+,ͤ¾OuÆøCŽÏ,¨ðó„únмó®df¼b%f´zƒûpeè¼!Û•½VÂÖ.sÂ>g^rlSN*Ý®á§U*%âRY†Ò*ÉÉ´H -Ôf‰MS iÐäKœ“¤Gk” kÒç™éY®äP/žNw’æúA.Ú÷2æx@CæsQ xc T/#öun×kCüª¢¾9W†ßÜa¥în1'E;Lœ„j}:§T+Y2äÊ|…Fc”³reÖìymv¶¼%G'?“£‘_ËÑ(žê4ŠW*µ|Jš){'tRýÐSe6¨T…ê˜A¦ú‡Aš1ddŽé¥/4RÕk¥D9%qÒg£yôô„:·Ï¾`²ÔüZãî;¼Á¦`Ìà±ï|Ï;–tØqZªI»匨ª±Ä’Ê,Èçñõ‘B-Ï’i5F‘&Ï$ÐÉçiLéÚS&®v «5"ºç:D3‘dNÊ]I>>PâáõÞ˜i‹x\îîÛ=Àí&Op¥å[Ðß²}V÷ñ}‹œØµMõÄïkkhá¶Šd‚¥”“h,F­Y “™$:ž!ت×ç§è‹³sëòY§‰ièÏK6Þ7° ϳXú‰LVö¤ÂÈöFóèîþÕèÆKxX·ºƒë-n`À¹œwnõîhÝØÜ|pUCa{¥ƒºÏZ—ˆË¯fÓ²ËÓR•GxA±HÍ)Tè“ÍÙy‰fKÃ\k`¶åÒ-}94ËH6ÃòRÃ8üZÅ0½‘¹Ó<¼`&3ƒöÎGeܳpã8üì §c!ø±s“gÛéЀÆöÈ•5­¸-¥Í¤Ýæc4l®#™¢¶sØâjDV!P&Ûä:zYvv‚Í’•`«ÕQËÛ4”ò>5¥b$“Z1© –NI©Ö·"W xÀ,žXxPÀ0Ú=/£Ý¯í>]Ýþ ýì:÷ãgvú×u…-·ub7ZNBŒm”Hm #Nv‚™„ã LOBk))õY*rƒEErÔ*HŽ6ÑÑ'?:"!:&…$û4T3ƒ¸%ÀíƒÝÁî ;¸Šv¿ŸNp¶€ö/p¢?Sß·Í·¢gÏââóQkMgcvèºâ÷Ë;)1¼ÓôV;“Mk㦓Z%ÂøV0®Í,ˆsÖð ÎÖt¼³Á·¤á“|ëG6áÄ'¦+0`žp¿½A#—Ð\è íǰ_^*¯lò¶íZiÿʬ›•ý1¡üÞ¸ì ä8Ú¹ÿÓ]¦QMŸiÑ©ŠìÙCBBH I,„@a "›"KtêX«­cÇÖ[[;µ­Õjí設N]Šc¥(¸—Í (:V­´*(›ÞygùäI?üÎûáÿáÞó<÷ùŸs‹ŠòªË˲ªç–gV¿1Ëýý{eîšu33jv”ºÔ–¸´¹jz ]Õî}È÷Æà_è hÏÑÔï ¤n/ÝÁBvÐþõeãòɹÉäÃÑØ-±SÞñî]bï.­©÷˜&¡¯SÐû ÖØ¯´l 亃Zš½‡ùªžÏ©þª „,ë dqßxŸWúC^¨àûÎMëdg ¨„©Z©m !*qÀ¦2>N1<ñÄègªtƒs•qCK¢µCï+´Ã_È5ûeš‘£RõH‡D=ÚáFz‡þ“ZB¶ÿ@ȆS„|xž·Ú Yx¹~çó{ø+A¨¯Ü7„ $\3#bE:"40Kb*Q"Gâ*Är,ɰB(ÃZ_…I±Ÿ/A#ÏGè šfð›ã4ƒ' ù¨…ê·Qý«„̹IHÙc2¦/ŒË¯o:ý“Á6ËÔCÈQCÊS!š¯€&L†ø0ZÃDHç áá…¡ŒËÃ<f³ð>‹…µL&¶2¼QC3¸‹Þà¦fB>>GÈÛ­T¿“—oRÚEHþëç€Ï¤$Œó3À7@€`%BBåà0$0E°P°¸ˆ¥Zf(¬Ì ¤3ꇲ_TOÄâ ñxÛ+ßÒØBoàÓ³„¼Cõ_û¿~ ÕÏé%>ÎQ2ÖJ=ăLÔ€LV‚øÉ0Ö_Œ Lâ!0˜MgÃ78Âà©OBtðxÄER AjA6¥ÐŸ`ÖTo –©„ 9í™Qr¢bùˆ4 - q„#Â#BD9}ç ñ¦+à ù„é<ȶp!û‘UÈkØeCqŠ…¨6&¢o1¡¼Ç€ò1åiè3:´§”‘ß±ìÿyˆŽ`A%ã@¥ä#Ú „Â.‚,&1Li‘0æ+_…øùQ0.UbZ-6}9”¸9r0q»ìIÒÙã¤ïeæ£Ò~ËiéCËeé}K—´×úPÚc•tÛÑeƒøN2D·“þ<ÐSzN(,¬Øi>b\J.Ò áH±Ë`͉~j™3l®Œ}bY3`YóȺJõÐö™êWÛFÕýämª{É;•}ö}Ê^û!åÝ”feOJ»êNÊmÕ-ÇCÕO©£Ñ×S¡¸–y§2oÀÀ†‰úHa"ƒˆÜð`x¢˜ÈÕ…Ám‘Œ83”…š‡)/ÅÝKY ëu¼©ûÅñž®;uµ®+u½îvÚfÝÏi;t·Òªô7Òêr6è¯;[ Ο étm#ÚKn¨/ºs>JoÀÈ‚5”ê‡ø#ŸåbaJå!(Ö°G -Ãå¦Eõez´=®²øÛéóL7Ó_O¼îZžx͵*©Óµ&éJÆFsGÆ6s{Æns›»ÚÜê>n¾˜yÞÜ’yÃr&ëפSÙ# ͹04åB×GS›Íó zpûÿ·o•0§àEfËüŸÎŽ íŸ•Àë-±Ko䨯ç•$tfWXÛ³Ø[³–¦\ÈZáhÉþÈq6{ãLÎ&Ç©œíŽ“9UަÜZGcnsj}î•ÔãywGóm‡§Á|¨¦ºé0ÖNGüó 14.ª_0Õ/2&áüI˜'™òdž2à^¥y§Â&üWyft{Étãù‚rûÏ\g³gQF£gYF½g¥ûDþÇîcùëÝG¦mqž¶Ó]7m¿»¶àxæ‚K™Õw2÷8÷ÁñÏb$ï-…¥ªæç5$Ù~SPê7/‡LÀ+ÜñÏ^O|øšbr÷¸Àë²p~œ›!m™=Mß4s†ýDqEÆ‘Âù9u…Kr.Ï«)\•W]¸Æó]Ñ—ž}E_{öWyªŠë<ÿf»Lƒš<×0ü„U§Øê¸kQ¤j8¨ˆ ì‹,@Y + Y ö% {-,‚ ›€ XW{*¶p*ˆôœjG´Î+ˆÀè±¾çíô_Ú×ïk¾ç¾¿o¾»›ú/ÒyêÓ°Nú\p{ÔÇ“ç˜È·‰<[™ÈÃäñ…"YZ –å2$^m†7˜~PY›ý–²sÙó”–’]V'øÙ|/ uâSÝ®±Ù—¢D¤>F¹‡žÑM×Dœgè":úÈvFcd[TgdkÔ7‘ÍQÑMѨÌ×äö‡ -¬ç ÿ:ò3ù¬ú Q–¯@< 3÷¹ R­3^Lßbü*ËÆäIö^óÉLçU#)>Öß*ˆ®É"\ûc£ý»ñot[ÙÆJ¢7³2M¬ü¨FVYÔÖé¨zvkÔiv_t-{(ºš=]ÅyŨâ-Qô1ˆTÁCÁ˜ C?Ί·Vì -S”he„R׿²×¦5[ swiœ>»“åµe05Øî’’ìÜÇð='æ’š"Ú™˜øèÓ¼v WÍ©âsô\=§‚w–[Îëæ–ò®sOñîqu¼ŽŽ¿ÀÐ ~(⣰B>"‚--ÃÔ‰—£¤•„™«àµf5<Í_“…¶F#‡Wi=7^Éüº7-Ü©=‰æÝÏ©“ -¨UB)«\ ä•ò3ø%üÐ A$ÜŽ‘)Š7#|H7‡_µfð°Ð~:e£åÛàv™Ãò+%nk{ ýmÛsCs"OÔ¤G”%s(E‰–V.dK’ I†,M’/O‘TÈU’Fy’ä‚\!’'Hþ¯½%Êæc%‹¬DÉÓD6Çï$Á)MsYÆðK>~*1ñrS¸«ß -ƒz{óòã«»Nùmo) -9X—Gq­T3üu¬ðÜ”˜è,¥H’ —*åÉ qêDy\‰BW§È;"ùu…P>¡'üW&ŽŸŠãÞñDq CP¤é2$ãO*#˜Vü\p¿ÌF«ŒáÛÚMpµv¿Yoµëç핾֥Ä}ÕÅdçÒ|šO†IÊÉâ2RÓbù‰*©LªT(b*¾¢PÅST«¸Šs*¶âJKy/‰“ô«œ«|#æ&¾åsçc AtÜ -¤<þcwâÍóc%†k 0xf œ±3éªs¶j©ñÞR§ÚSQv¤¸„ê¥-Œ"¦çrhJ5Ÿ'ÉIcÒâ¬ÔÔäè”ÜdFj¥ŠžÚ’DK»¤¤¦*èé/äô´ß$Œ”·Fò[¾!ˆ ¦H„W™ø€3øïž¡€ËM_@Oónãö&§• «ëvª!9æWF¸e•1“u¬ˆ¸B›Ÿ+bjd 4u²2R­UF¨+Ms"Y3OÖŽÈÉÚ)E3+¤dÏÇP²Þñ A\0ù¤x‚s˜ÔáÝW…wÞ~×ðþìk[ í¶FMç-j[ÝÖ•7ùí(l Ú«ëÈ®©54¿}t˜°œÅ>%àÓtR)¹X%/ÖÄ…é*daºf ©d@Z2*$•L ÂJÞqI…‹,RÁÓ$£¹€Gycøçn6áÝÓÐÙe-¬¡®ûà²Êó.«‹;¼­µçíÒ[Bg)^’z0·ŽI¥×ưÉÕR>©ZZ­„ÔTðCjZxÄšKÜàÚQvpÍ “X½À êÿG#V~¤‚d@˜Â9LŒTÜ> pû{ºšûðöXú½¦ºþ#V¹}î›2z|w)»ƒ¥¤¼vŠ?£N"·rh!-¢èàetP‹SÎlm¦´PZG#N¶ÎPšÂ›)°…òçðXûç îà n´ôcG?@=Þ€å×­@7hk”{ÃÁ"óÚ±µIW=¶Ë.ûí¹t”ÑêIî‹ öF‡ô -ÂNö&†ù÷æüûJCýúšˆ¾}ýÁ¾G}ú^øô,úû\@~ÇtúŸ7ø¡àV îa@7ö7]Ðã VpÇÔw7AÆÝ=æIÃŽ«dß¹lŽù§ÇNÆm_{òPà±à[$ÿ›4ß›<_ï[ñ˜Lo¯¡/¯¡FOÏ¡‹î·GÝ<†^žp¿¹tÜ}¹ºßø+ÜàÇJÜCœÁµó¸‡Øß†ýµ·tw²GA5a “_KìµàM8®aÜwþ2|ÜmwИ½ïXÐaÏ1ÊQ1¶³û¸ô¨Ûý4§÷‹Ÿ˜8sèøDŸ£ëƒ׉—ö.ã‹öÇî¡¿åþ × v \Ä`=ö—b¿f y‚ÒGæ;µÞˆýÌf9ujÏ*ÒÔÁ '§Žlózz|§Û”Ï^×)¢Ý±g4»cÏvÎÏ{ŽNk¾>:£ßå4Ó¾óÈ‹›_~ùÈöÐôÜÇgŸlŸ¡¿0‚¿·p¾éèÂþÆ!ÜìÏÅþ”û²Ÿb^™óÍ“È7›W„ÌÚXùÏî^ë1»³Ëì!k§Y›CsÞ;þñ–¸Ãažfc?/Ø~ðrÛw¹Öûª·î[8¿eßâÐf»¥‡›ì–æ6Ú-.l0ä6îÀÕüàþ5ãç×äaêþÿpŸÐçŒ áWšÿŸí:jòÌâþ"È–}#!‹„E($ˆ!€ ["ÈÑHDq_jUZ«¨µR9*ÚŠŠ•ZÜ;(­¨U;j]Úºëè`U´(£Ã€²üç™sf¾ ~çùôœÿ½Ï{ß·Ÿå•:  %HâTÜ1ƒaÍ`´pâD¡H«a#O¨B©@|9Vrƒ°™#ö-,)®Hqë='È?p¤…Ìɯ%ýW‘üOÿŸŸ¢ -Ú)*»›rÍÀ0÷ñð1þ¾±àøk d†CÆ -ÁHŽ -á²rÏÃÈÀÊæ¡˜ÅÁ f*LTù3PKg ‘ÆÀ÷4¥¨F2ÿÛIþ:’¿ŒäÏ#ï_JúÏ'ù–geê¥\@¹kAyFÃÝ;^~Á Ó`ùË `H e - drÆd"šAC<Ã&OdÓÝa§¹b¦…%¾ÖøP¨zϾ“dÏRÔz’¿œäÏÿ_~ÞcŠ2wPTÒKÊ%®r‹&5„“‚AyÉAùÂÕW?.¼i,0H?\š/„4OÈhÃL£IrãH®‘ädÞœ^¦½r bA„<˜iB­|£<1YpÁûœ þz[ ¨€ð[&„ûý•ñ ˆ¢Cr•ŽÀ4HŸûAú/¢ÏRøHáÓOô}¤©‚ÙuU*a|Hc„LAbAlBWýR_òB?7¤#¡BýİJýGbµº=q³úQbúaRƒúïIûÔ÷“šÕ÷’TßM¾r+ùAÈoã;Õ×½ÁWLP]6Aq)ò‹) -z²÷šè~Èdû"G쇥?lìžL¨+ݨè0e…>6–Œz4~Fäã¢È»Æå‘·M_DÞ4mˆü=¥6ò·”zÍõ”½šk©‡5WR[5¿¤^ˆº”v;êBZGÔ¹ôžˆ³?mFh›êS2¹C †¼AÉ·øx#å…b¡ì -ß·%aþ]1Üg6ƒôa¦E}Çœ¯ù=Ý9æzúÜØ+éKc/gTj/fTi6×hÏ›·iÏ™wkÏZštg,ͺ6K›îÔ„kº“ǵf¾‰ýÞ:8º% QDzy4£†ÂXò©dç´y€é'ße²oÊÔ>¥QŒ‡“ôü[…éŠk95³ìºóÖòø³Öú6ë' ?ZW'œ´®K8‘µ9¡5«.áû¬=†–ìC†£Ù­†æì¿¾Ë¾ŸxÈöJ0§oì\h÷å#¦)£‡B Ù÷ -¼H¾¿;fp†½›-vôhŸ9ÊçNy<óª3UzÁžqº 0îdn©áxÎìäc9›s>3~—³Æt8g½éPîÓܦý¹M¦¦Ü£)É;›²7ïFÊž¼çƆÂÞÄÝEÐcwC7’|}‘5Ü“<ÝQî熹®Ý ø®ÏJÝî/Tÿu¾Žöó,£¸­,3¬Õ‘§m.™”t¸pzÊ‚yéMK3 *Í{ «Ì{ -kÌ …ÛÍ» ÷Xv¶Ôý`ÙQtÕ²½èóö’îÔmvŒßjGâÖIH -&oLtó@©‡f{» .¤»¼ZÌ¢þ±Dàrs©ÊõòâXß3 “'æXÔÍå91ʼngÚ7“fMØeÿÈZoÿ4k‡}uv½:{›ýëì­öÙ[ìûl_ÛÛ6Û/Újìl5“_O¨q ¦mtÀ´q -Æ…tòò©á˜æîŠyžT÷b/êy…uÿS:uý3¹Ëùec¼~XšÄ=¶(Cyhž-ºqfaÂîiŽ´Îé™Û¦Ìµmq,Îùʱ\n°Q¬wÖì©ñ2ê¨ô·j) Ýv¤8Ò­º Ö¯ì@ÿPNZŒ,3#)Wz05KZ"ÊÖŠÓ¥-b±ô´8M:$J'Ä©OSE™ÿNe.D‹¤ï#—Cy¤›…9ê|SÔ;ïWRçª;Bç¾l´^uîèVwƒ‡~kÝ>‹Æª­uåû]—Dû%„ÈòS¢³H’%99¢Ôì¢ôäìJibv£4!»[—s!=6çÛôØÜ'¢ø¼×I ¹oã²¢–ó¿<¦<ÉxXF3¨¥ÞIþ¯›†Ž³a ÅR±ç¸#³£É]ïøÑ½f õÁöU5áÎòŠ(¯‚²¸ œâ$¸(-)© C'“I£eeQ²#‚üNiDþéûóÇųi‘¯’ùoã²…èåPßdý>Ì€z×Mòœ ÎÑÊ„³íN¶9¨¶~êÆ9vÜgmmc Mù¾ã¡úH÷51þÒÊ„ý)åÂøyzjDÉIxI©$¬¤A&ïñ僩¡ò1ahéL2¿t>>L¾Vü^°L¢=äüDY¼÷a4ê^©ÿõv®†î“¦Ð~r³rsçNv}»·qE«¿UqKˆƒ¬i¿KæÑ(ßÔ†øÐ¸ºä¨ˆI"¿:/%¤ZžRÓ\Ó‘T3˜T;X;T3/®YÜ\…aËÁ4€_h?VLÒnÒûw vSï: Ð~FŽŸÙ¤ÔpšÇª:å®/?黡 3Ð>»ï$jôL8 hN -ç7‰£‚óbå1M QM‚€æÁÿæñð}Í3aþMó!þ‹AþÇ0p9o2~.øþà š®Òû_ÚÆÛ=Úï¸{tl»Û謃ëðk×ËK.C¸‚‡”ƒÛt׺.“€üÝÔA›Gª©§þ9©’»ú ¼ûÑêø;[X‘“<Ý S¿ ¯¼oï³q¿Í·w›ˆµwØ»LäÛ횬²Ù5ybÓÎ;ç6:ß¹iåtç±¥ÓÄkKÞ­%+Þ·¸‚ïèÇ(#´ÿóäï¹ ðé€úëÔ?©‡æM¤ý ±TA0­¯6m¡8m§á;µë1µËÐeÊk­ótÀ:§éÈõ;~NYÇ›É]Ë›)5uœm4Þ>{ÚhÛã+†O|<óÂpËô‚Ñæ)4^Î7t‡W(ÿÉßKþÏhöGnÒ¾8H~ñqª ÁsœU~sƪ^sæ,—9kís[u·ýꤿõWƒÍ¿ùÚÿ3ÂÀîy²¾íóÜ56/Êu7½hæZ¿ìåXÏßÐÙ8?£mõò%Ûòùâ -®Q‡úÉßEþcc‡oÈîHîÄ“?l à7EŸ·êJîo¹ª;ߪo·^sË;KmÛ;ŽõÂv®åï®\óß}8fïC9ëãuÖ.f²M–äZ&KšÆK=F8Ê2Äê†ø÷|ÕOw@ûï&3ù+ÉŸÿùÿùgüžx¾—¥UJú?ÀЍκ࡯TC “p@·5ª»xø›~£D‘>Sx¤YJ†é{Êz“7nÆÿqo0šöh%¾òè ¾ôì"Lyö~ó ¼ð:†¾ú,þÙêqü“Õ÷ñ¨/ñ¨sø{ÔEü5€ŸX†·‘[Ë€ú~ª­­šjª !Ö8tÁõ¥›ÌÒÂÌßPȯ©bòïkòÌ_ÐJÍžÒjIOè›H¿zo%=òÞeú‹wéŸC¤û>GH÷|FH“¾WIw|'ÍnùþnvÝoŽ4î¦×üÁä*2æÆ?..úº@ÓBõÕÔ!BO bŒÕ!ÆRké€ûÀð"¼ 4{á³òß~|Ë_ü3-ïXNTXÞ ¨·¼Øbu+p»Õ¿‚öX]êµú9hÐz<ø¸õµà ÖWƒoZ_ ~js1äõùÐ˳¡°r”ä˜/žºÚà‡ê‡£k“­« \‚2$š«Îql5_ǹé=cú= ´¸ËàÚÜ -•Ø]ͳg;üĨr kt¼Öêx9l‡ãÅðnÇóá}Žç‡΄8F\sú!â¡óɈiÇã‘_ì2Áö{&Ø GƒõÐ2@ÓÔ„%UˆUVž–" æE¦Š3B+åçÉN¸t½Ûl†Ù?cX¶cQ|çKÌtÊyæZ·3ÌR÷‘¨÷¢šÜOEmq?Ýéq<ºÇãhôaï£{ G_òйã93åq8ö#¥Ÿ.}lp:ÈÄ~)ðUÓ€”÷8J - BWmš®ülA~*Ý|Å#©Ò„˜ª=.6¹”m{&žK9Í{˦+Xs$®œ6ÄÚ@û;«™6Àj§fï¡÷³ÒûØÃôì3ô^ö ïïØO½÷%| îå,zvsÀ½‹ Äu)PQƒhL ø -+ UEn>K›ÉÑÅžäà±É+ùŸ³<5.§GELëüx×á$>u›æsˆ“ç×Ç)ò?À©ôßÏiðÿŽÛê¿»# ›ÛÐÅØÍ=¸‹ûSàNî£À‰oý:’è< nç⹄(ª e-‘œÜ—Ll:O{’¯Œ=”©a7×YÈ­uW=›çox"3|å”å|H˜Díˆýz’³‚º“×ïᕆìâÕ„vòšBwð¶…vðö0Úy}Œm¼£Œ-¼Kam¼{a-ÉÓ!-üù€>ø¶€¾Y´¥ \^¸Ø -”uÐ÷£¼…2×½‚ØD26^l†](¦(Ÿ.ðÑ;"c˜ÎŽuÜŸÎ]Ý-MñÛ%J éHÉ kDl”G¶ ê"[-ÌÍ‚ÌfÁ~f“`(j£à\Tƒ`"º^ð2²^ø9´^Aõ"ðGü–&š“ŸÏ@Yeû(sÝ.‘Ãn”*`WÊL°ÑrgÅc¥Þ:ƒ…¡¦ÖFÛuç&xvf&û¶§‰CÚ$™‘Íâüè&QIL£¨:¶AÔW'jÛ Ú˪ °ªE#¬JÑ v…è·ØJñÇÈJ 0*¥Œ-1˜"0¹÷Y¨ë1ì.Ê\7ÊÑ¿v…!/s1V– Ìå íB*šC>Ê[ôիðó({lÔÆ7®’ïoôRë© 0è¬ ·ØVëÔ\š°º¾ˆPµNQ*Keäd'æg¯ççf•§dg53³¶ Ó³z„iYCBiÖE¡$ûAJjÎÛÄ´œ…øôˆEb–Bû(ÿíÂc4‡‰?z°åF iB™«Y Øl%×Ûì¡ÒÕä§×ÑfÖZmßXïYS–äWV"+(”Äå­ËHÌÈ—¥¤æ•ˆÅyµa^›$EÖ%áË%ɲsbžlRÄÏŸá Ö~å¤ä ‰[ -í£ÜL6†=,ư›¨WQýsͨ­(sµ©b}[,°}[(J­>:[›CM6mŒ²©«g¹UÔr½‹*“Cde¢˜Œ’4®¸('…”TP%M,Ø,åî–p -Ä …gDñEw… EÓË›;y]Nê´ÛÓg-ÚºxÎü¬ó“3?ɘ“™½pv殌¤¬ÒôĬÚ4cVÓ|cv[jbV_rbÖðì¤,4&eb»¼½:ßöa ½ y4´û¥ý³®„vŽåeP\æÉ)($Ê+ ×|±?ÚnsQ¼ÇúÂÙ†U{RBïN›™–·È˜œ»<9)çãTcNVjBήrÌ‹Ï=67.·iNÜŽ¶¤¸Ü>c\Îë¸øŒËóå·7Ñ,R­{(ò×ÓþWK;hù!€ý‡•PpØ…µ³Â_°íP¨"ó`¤õ†²YãW—$ê—'¥ïK6oÂe ñë’â -²gì2Î*,-¬‹)lŠ)l‹‰)苊ÉŽŒÉÇéc¹O÷RG6Í"ÍàÅ}”Aí]U•_VÑÞQ-€5v°­Æ‡›Y=Y²¡*Ü|ue”ýÒ#qžI)_¥LI*Oˆ+[:3¶l]TLYVTtٮȨòÒQåµ3ËχG–·O,í ‹<0Y‚!cé¤;áêÛ ¨MTýa€ãG*ŽÑîù5Àë²OiáóS®ìõ'ý…«ë¦(—žˆ°Ê8íœRïxl¶aVMjPTõâÈê5!3ª7‡Ì¨É ž^S4½æØ¤ˆš¦‰ÓjÚ ÓŽö«†Â+ñ¿¸‘EÐ~÷%e@õŸ¬¦ È]z’28M~Úןe`m£-¬lôâ~Ôh/8¢™w&Bglˆr‰iHðŒ¬OÖGÔgø…ׯò›Z¿ÉwjCî„°†bŸÐ†j¯Ð†sž! íîS¾éw>=ât -=Ær5—2 œ£ÞCþڇȽ—Ü9g6Ñ.¸ò"À‡­rÈhµg¥¶zñç´Hã[‚5QÍÓ¬#š£íÚBšç;7/snÙàÔ²ÝqrË>ûI-Uv“Zÿj;±µMø}¿ÎpqÄ6àÚùáïÔƒ ÎPþu”{e=͹wžȼ°–vÑÅ´‹¦\á€Ñ$ƒ8“-;ÚäÆ0ùŠCM“•A¦píDS¬¹¡m®E@Û"ó€ö5Zÿöl_G¾Ú·ã°Jí/Ê ×ÿ¥ðiïUx›^©<F5¡y—ïiiöþLþjò—6RÎl¡Ú?ùÀÒRÿ `lˆ¼Í…ˆ{*Vh— wR—³Ð¿Ë[¢ï6ȼ»Ãäž÷£å=säî=‹dnÖJÝl•¸>,»<ª¹<ú–qê½Å8>ÚßGf,çþDsHù×Rö©öªý ª}ý%€e—æÿ Ø0ó6@Ø}€ ç"¶á¹š«´x:2nƒîbç¾Ç—A»—Ó%º¡±õPšÈòÕ‹×ÙBó×…íp_3ÜÄÓ wðÔ#O¹ª‘Á÷8Cþ¯É_Aþ¢ïè=hØHµ/¿f"ÿ òÿrÀÐ,ý0‹ã‰®+ÊùN¨Ø¡ÐKô`4èÏ(1D(Á(!ƒs<üˆo†Ÿò8¸“ËÆƒ\Ö™±°™¸Äy—“”%ù÷Sö¹”ý§ÿXq•ü”½ñåß Üà÷Àó°ÆÇÁL‡lÞ8ðÍQÊW¡F E+ú0upÑ]ÀB>`(0–Hå®4Ìäî&ʈ¯Þã(ùKÈ¿ó€Ï)ûU”ý‚ëä¿0ãeß ïp} `?,kŽAÀU ðÄ„Í補!¯‚° ¯-áFnb*ùãˆTò-#6²7½ŠÇ+Qå¤Dµ“ -å.*xªmP"+‚‰r„t)Â*Rm!lcv Š¥|„ÃD5YuDÙç‰Ìm"~å »ŸxÉFöoìQúù? ÂY‰Z{%šÛS¤Ž*”¸©PèOg W"?AÜ4rVH½QŒœ­"4Ëc[(D^‰ù‡øÈ¯â£à8…§‰s\dZˆ«Ë¿ÍF™^Î3ÈyÍŒr†ä¼üú—wAƒÇé”heCO[:‡³Õz5*CÔ(U¢ôŠ—ÈPô±ÅYb”äŠPº‡Aù~!ÊË…¨8"@å1âUgy¿©/òFÕ?q‡Õ·¸Cêî ú¹Ù3õ³§ä¾åÉÿ-ɯ³T¢…mÇ*Ôy«Ñ*Hƒ–3Õh1—2úPÚ52Ô~&E‹m’Q‹]â7–{E#ã0ÃV‡˜×VG…¯¬O‡¬/l¾ ê~ä?Ó]ç?Ñuóút¼Gº7ü¶Èï!ºíPÐ5´!¯£FãÕrtÑÈÑÝV‰njt Ô¢c„íšßì¨FìV(^Ùm¿´ß"tØ!}î˜/p*?u*?q®=v©õ»œfzÇ71\/1]Û„Ý®]»®L§ë掊n¹£è&=oŒ´ -tWÊÐ[.E_µldèï¢D½Ÿ½B͇=bÍ_¸§hÜ—¨{¬SöylV<òÜ.àµ[~ß»HÖí}@ÖåS!½ëS-ýuÂIi§¾QzGß*ùEo’ÜÔß“vøÈL¾odW}Qv…ø‰¸<tUÉQ/‘ ã…ÃÆ‰1ÔQ†A^ÊW“µ~‘½¾³-züšßó_¥é ب¾cØ¢¾mØ¡º˜¯ºX¬ºxPÕ>ñ?d—iPÓgÇÄ«Žj9ª„›9È}'„nb€@8ÂDH8”D"7"hPK]A-ꈺ¬VP+Ã:µÓÖuw¤ÝN·;®Ú­ÝgŸvߤ³/>¯ó|Ÿïï™ç3î³’tÖg?ëû?ïûÿÀ÷>þ©ïgÉ/·ü)ùç-L†¾·R ïü¯$Cg~;¢—7$®õ‚ŒMžãç ÙAëÞÒÃ7¾$Çù|›šæ÷,YàÿUŠÊÿ‹Ôü­+ƒÿ2¡Æÿ!ÑpŸØ°D<pÔp—4p‡t:p<x›<x‹|'pžüdÛõ´ï·Í¥½ ¼B—(ÐöluÆzo€w4®_žkÞ‰·yüC¸Ëk•µákFªÏcÛÿsªtû"5{ç]ª>hV|›V|“Þ|ƒÞ|Þr>2Çp„|ʘ ¹Ì˜ ½Ä¸:ÃX½À|:Í|ržƒÎ²áÎIÜ1Éþ=ïé )`-¸¹C©—+Tnrý—ÒÏõ;ùN÷o2Â×®¤'m\âÓý¸¢àyŽj×uvÞ‡sìÒ°Ëœª°YÎÁðŽ5üÜöðO¸½áÓÜãç¹ãç¸GLñ®FLò#ÏðžFŽó üò¡CwÀ¡Îü–9'\ÑÓîòFã^h6‚gj?ð8s—ë’*Þû¶Œâw-ƒ|Y$ ¿(Ôì™ì=/4Dq“ÂÜ„¨ wZÔ‰õG‰ND;DSÑ'E³1#é 1ÇÓ¿ŒJÿ{ï€F""úÅ0̘æâ ùÈ÷ÀåUϵ.à+­;x’½<Ì vYÐÆx]Ó|gUì i¹8|J¢ÄÆ´±ã˜>ÞíO8Õ&Œ`–ÄãXkâÖ“8ˆ %`§’ìØ…¤>l>Ɇ­à{°¿'vKÞÆ•Âè.)ŒBìuÒL®ïÔ¬j‘o!ïûs¡+XÎ÷w‹v€E8Kù„÷¦µÌíaØX¦,zD©IRèðƒòÒ”~YUjŸ¬>Õ&³¦öÈ:GevB—ÌAè#¶Ë®[eI-²ç„fùëäfLDÄ5)`¬3…îA\þ‰2ø&ýóKÐ?ý÷KÜÀ­²ðiù÷ %ɧ -éc:þîá 7 Q%öªsR»U…¤.•Ü¡4¦µ)(­ÊJ³²‡Ò¤¦Z•“ÔFåešEyfV>£šU¯HæL˜Ú ñˆ$g ¸£{ßþšA1Ë4y×B×+ýÀÌH·sû“ÖŸ*£úsC -Ä{m¹òÄÎl ¡U“—Ö¼¯˜fUWÒÕu ‹º‘iVw2©YõêS¬:õEvzmÌüšmÚ÷#Í´ï?d“©Î@pû%€¿¢ ¾@çpyo5òÄ£/øÄæ:aLXç8¶)LPo‰(²³HߢË$Xµ9svã`V».«š[“ÕÀ3eµòª³úø²üýYӃ榠\óDXžý’mÈ~G¯ÈÙ(®¯5<-`yßíZ®!.Önçêw»Œ×Åy›HïÛ«XÛVÂZ˰ØF½2åP†R«ËcUçêy•Úý -m¨\{$½TÛ-.ÑŽˆõÚsâBíuq~ÎJFAîüÂÜŸÙEy 9ÅÀåE6rNÔƒGȹî¢Ù7!ßALZ&Ì¡ÀÑã1x¸ÙVËl7òw©ãÌ9¾¶43í€>‡U^P (É/éŒX¾Î"Ñé:¤¹ºcÒݤ4K7'ÕèI³ò¿OÏ.ø‰—SÙÚÈtJËjOPî›ï Ù×£ ÿM5z‚1ëNpÜŠ[c?œº±«¶µ¥žz¸&}O}µ4±ªRE*7hXE¥y¼âb,[_)ÓT¨õ­ŠL}¿\©?-Wè/Ëdú2yñwÊâ·U1äfC¶3P Àß -Ñ>¢ÜCÞwͿ҄2hF¾ÑìFZÁ@Ë·žf¼w›•²ÅjajF뱸ŠA_­¦çVæð÷UbJƒA./¯UHË›CŸ3ŒË2 ³R±aI"®XMÇ*Þð± -È•T@¶3?íC]øõPs¡ù³È?Ïvp1Øélá® ^Mmä÷Í-Ìm5Gø»+Ÿ³,YwPEÑÔeq5ùéc™Dl4IÓG$"S/&2‰…¦ÙtiQ$0=ç M¯9Bd‰ŒáÌ9h'ÑÞGÜFî9×À…£Lô0„°ÙÞ½»\šm±–n¦º.ºÿnhY›è£‚IBö%QÙ¨a`–<žÈ\*˜M"¾Ù*ä[l|žeŒË³Ìp¸–E×òœÉ5¿¦qÍÊm€gVÑ»øíágÔEtþKÝ|ÜÀørŽ~:צcAÀ2å^?ì]e§l)ïcï(´ Ârº3¢U]r¼¤CMµçÒùm%Ln›‘Éi³28í6:»}ŒÊjŸIcµ/’™m«$fëk³¦"Rœù z>¯C]Dwpÿ"š;5„¼ky× ¬']@ƒc+¨u„»VŒ÷,?AÜ\8L÷×qC2‰"¥ÒXQ&žgרö"Ën$2íVÓޛ°áéöÙ$š})‘Ö·Oí}OµÁ8jÏïùíã"êá|'ÚG;êâ0ꢀcã(ƒÓÔŸAî7±ìŸ ¥“QîIÞ9gÈ>ªSŒm’qÞÂ1q$gTcŽfÇÒú8ª£:–:ÚCíÁQFG£ÒFgöG—>"9V#I'ÞD‡áÿ±Œz°ÐŠ2@ù_DóÏŽ¡.þ—î2jêLãð{s—„¬7l!!@ØBÊŽ([•€ŒÅV·iG§Nk·£s´Žãè±U;®u« -UÁ¥‚C@\PY¤ãˆ —QW*ZAÞyOçñœ99Ϲù'y~ïï~ùr?ò®/XFgÑyN€O÷1ðQ…'L«03S+b¤yû’T¹å)Ùe6c†3;`¤ó=sªs²e¸s†%Ù9;d˜s‘y˜sMÐPga Õ¹ß?ÉÙ`J*m÷KØûÜ_‚þñÅi uxŒÖ^eu@³ï*¦J©ƒr€…³üñ0ÀÄj)Œ¯1À¸šɘšéèêDը귔*›×Ð*‡wRUž1±zšwBõ†øêú¸ê•^q5[uCj*<WŸq­jw9òÜ3ú0ê¢*r|5ýèþW¿d/­ƒ2Zûi˜Kî™ÕSé<š{ óŒF5ê ­1H’Ü!$5ÆÉ㇫b34ƒßÕDÿ<™øXÕ4WÙ´LÑ´Y~¶Tvö¤<´éŽ‹¥á™"ä4ªÌ§Pý&5›i? þKÉ_´`#Íý-¹ÿBîÏ|x`ü){#@Ú€øfboh!ú¦$âfz3F°´X¥æ–tipëXiPëdià­™B@Û|Þ¿m%oj+ä|9ÂùÜnf½ou²†Ö×¼¾PYPNþÝÔûæJ€U j¾ü'À´z€ ÙgF\H¼ -ÕÞ!c,n’àÇÞœÿã@Þ÷q¸`|'è;S]§wïœÀkŸÎàÄ®¯XM÷ -VÕ]$Qv•ÈŸ]a\ž=ad]½¨ 1ù höÕ4û"ê}õ>ý4@^@οÉßLþëä¿r °SŸ 1ö«Y}¿'çÑïÃiûƒyFÒÃiÇãHŽÁ±,àÀÙÄ2°€('èËñÊö’ù×Ö,¦ÙgŸøˆzÿÝyò_&ÿ5€„V€ÈÛÁw|zñD¸!°Xª8Ý9 9À rGIäÎ òÈ;“X@ÐâCÚt°xEäß@Ý/¡û>‡fÿÍ>‘zÏ!w¹ãÉAîÀäîpïû€QP)ÁS†d ¡%ôD ù£ˆdrçS Ú‘6Düf( Q ¢œàè=„j†¨F(Æ’jŠ Â'¤›# ,$å·Ââ{áb‡¡˜(#*)NÑH\„_‰.¢^¯þ¨$·ÆODµ/åð§ fbåHQ!äPމr„2„Ù”cåXB9VQ†õD>e($~$)q€¨!ÿi¦š™>h'G'¼€×ÐC®gÿƒyÔ’ßÝ›0ˆ()G ˆ²h…ajd³TÈL .¦S_PŽy”c±€Ìr™ï8”lâÝÊ"·“íçö²}\…äTò’«gzù‹LׯtñO˜Nþ%ó˜>Õ!ý ÉC— ùõž„‡== “ˆá"º&R765*Ç)Qþå3]P>GÖ§X(}¥\*¼T­â{Uøçê|®G,䞉{ØnmûT{˜íÔ—<Ñž—<Ò¶Jî»v0wÝz%ínÈÞvGö–'r­oòûºiÐO«F?w5øhÐôŽˆ>CD4¤iÐkŒúµn’ò…ç yç,—.Ý|Y§××Ò'úåB‡a­ðÈ{ÿÐ{+߸‹ÿÕXÊÝ3äÚ}ê¸;>Ml›ÏM¶Å÷wݯ—¿bBþ² …KÄÅ·@?ò©Th–+1LT`„A‰áAj´D‹}AÃÄç£5OýÇ«:üÿ |ð™ü^à\—ö …²ÛÁKemÁ«¤·Ì¤-æéÍÂáše¿pÕR+4[…KïÜ.„>”6…öÊBÑå4qЍEù›`°Za2Fñ.¯–a‚Ž®&ÅëØ0uwd‚ø(|”x7ì]M[ØUKÄÇÊ둳W£þ*oŽúZ~)z¹übôwò 1›äçb¶)ÎÚ­øyP™¢qÐÅ™Øz婨ÿ(ÿ{OõÓàÕ±Xú_Œê*ºEÕ›`Í?ˆuÁ$VÀT9#ÜxL5J»‡™å÷bTmƒ‡‹×ÛÅËCò4â¦kÎÆ&6&ÌÏ$üM<•¸D[Ÿ¸B{"iöxÒíOI…Ú:k‰k­õ€kµÎµÊzÎõ°õ·ƒÖ§nû‡ö»í³¢[¹]C‚1‚@Š#3¥,f©%ÏGëØé&¾5%LÖœœ¨<7ÌæÚœëQŸ<Åóøðººá_êjS¾ÒU§,ÔMYêu8u¥Weêz¯ƒ©^Rwê+Rúò´£ú²´3†Ò´†’´Þ´WúÝ#Ðk×Ôí| Œcd˜LçÞLôa™ž±2xìPC[¶Óœ,iÊ¢¨·¥¹Õ¥çè«FM0VŽúÐçà¨O|+Ògù–§Ïó+K_äWj[æ÷Ûj¿Û÷~{lÛL?ÚŠM»lL;mÇý‹2.ûoϸoÚšñ¯ }ó3Ñ'?o‚Vê`$°8˜ÎqtÖxŸÎ\ïqpÅ¡€³ãü™¹1²š±É®‡r2½÷ÙsM¥Y“÷fMÚ“õiðî¬?ïÌšoÞa_l.´ÿݼݾּվ%¤ {gH¾½,d‹½Ö²É~βÑÞnÙݼ.ƒˆ€µÙèÿ&8ü·˜çäo˸:™Î“8Ÿ'ÀÉI>P;)R8”gËÞO7çŽ Ø5v|H‘ã÷¡Û3Â~p|žï˜¾Ù± |“ã›ðŽ•#Ö9¶G¬uì\ã8¹ÚѵÒqë¿T—iTÓgÆoµX (‚ Š, -B aIBÈÂ[ DÂ’B‚l ;Ù¬"Q©hѺD­ãÎbÏXÇé8n—9µgTÚ™)N[ñŒüçö[üðœ7ß~çyîý¿y¿®Äw[:“¯]I„'ÊÃTD4XñsiÏÄØ·¤÷dعrÍà†Ä .I},ÎäRm Ù ÇÑL¾«>-Ås(5kë¾é¶=)Eþ‚ò€>Au@¯ ! G #w úÈ‚aJ‡àE'8Ø&˜l< jIù% 9å£_s -±µ)…ð1ÁóÉ8vNdßǾñmö9¾ñä+ál—ÙIyÐò¯¤Q+õ¹—Áì$ÏÌt¿ÝébrwZ~`gš2¨C¨ -nÖ…´ [BZ„ÝÔfá>j£p4´Ax&T+¼¦>«þ+¤.í”Ú4"µÍTÌ~Mx™‹ ÿ.ö¾É€« -|ã)ìáT‰iLA±)Œ°ßŸÏ^7 ‰÷è§úîÊ΢´eIBZ2 B›2ÊÂ2ªÂµ 4MF½6c½:c$¢*ãTDeƵHUúƒHUÆM•ùªÊ$‚PS\ ý”ŽsÀ þŠÜ;;°kT\ÆóL™ ÊÝáÈŽ«áRšížb–sOc‡L°µ%/Ò Î¡j²e´QqD•¨"ªRT­µFWˆv3vˆ0JE¦Rô ³8ë>«Xô:Z‘ýž¦È&”ÙDˆ©þØ…âžb÷ʰk¨0ì=Ôãêep´r¬ô[²¯"̦¯Œáة亶%ú4È…äZYu§$^‘+.—²JÄU1 -q#»HÜ[(Œ•‹Çb·‹©ø.êÇYîïQÛs :*ÌTDÀ+œÃÃbì[èÿVfPƒ½u¼ÚÕ¬ƒ¡š­æUÔåÝêè•íå—ÆÒÏ:EŠeaFÈyN„b»ŒY(-ŽÍ—ª¸2‰†'‘èø¹Ò/ù9ÒQ~¶ä?Kr‡Ÿ%ý#’þÊÌ–Q92‚nªü&ÿsø>³î ÿëµØ{µøÖGjÌà€Ö öj½Íz5ÁK;j"í›w²×jÔq›ªÊ“}ËKÓ‚ -=¿(%)(àæÈËâDòšøLyk|º¼?>M~8^(ÿ:.E>ÍO‘¿ä¦ü7FX@0Ò -ˆHSýû]À9ü¥ç€ÞÿT¯ ßÚØAGðÜ×´úš7“:›(V­õtÛz Ë©º–çVQ•裬L¥È+2ÃóvˆY%Û9iJe\ªbg‚@ÙŸ¬ÜŸ¤á'*OóJ&¹ %/bKÞ±•‹ÑIJ"ÒToðNzŠ»x3¸‰Þ/µà.¶cßÐaßÀ³¿ÝºtîÐÞ±5̦¶™±JÝÈq)­Oð,Ðü%5éTQUv¤°R“¬*æ&¨Ô¼xU#/NÝˉSŒå«'bxêÛ,žú9ƒ§žâ©#ø*‚fª%øMâ.ÞÁ\Cï:p»°sõ`ïų«{)´u¯‡¦î­æu]!Ë*wEÙ—éØkŠÚâ6J[’¶d7 Ӳ“µ’¨xM“¯Q³xšF&WÛÃàhFq´‘±ÚÛt¶ö9­™c×-†²ëª©^âîc“ x'¡÷³È6ôãzðl0ƒ†ÕP7àEªì´*룭(ÚÍt”õp]rº6§w¦ø%wdÅéò¸텴ØvÝÞÎnï Ñé©,ÝD0Kw;ˆÙþ<Ñ6Oa´.’-D€©fñ>ú3fp£ à"ò'öÝ0Œ=´{ U5dªaw(ÚfQ´ŸºL6eŸ³—íœþeœ[òžd¯¸t?N.9¦¯ÂêSQ˜} ŒþF¿Þ/ºÂ7ªrKdßsŸˆÝó>½‹>ôâ=À{`wï -æ~ù'‘yä ÀÞC‡ª±–±„¢QgÈõ"IŽ-E‡Ãm„‡I#œ5¼ƒ ®l½Ðƒ¡ÏñŠ:P੯ðŠÐ×{Fè»=èzý&š~Â=\?é~à…kØÐ;×Ðý‹nÔAâ}§Á p.bö§‡Ž![ÿ@ßv¿c•XÇòOˆÇm kÜÒÇ}ÌãÖñ'ÃWpN0˜®S¤!y-͹>Ì [j([jЬ¥:ׄ†ƒ §Vn;¾Š26ïH>º¸šÈ˜úŘûÙ¨°'«íŒ:[ãàçÛŒ'VøoÚø^xöÙ–só+|Î.~î}†°5Õu¬¡Fœýiä;Ž{p - ¹MÈUŸ±^FþUìŸ7I6¹¨Së xÊÓŒ<åo±m*ÔÊwŠi½e*~©Ït†µ÷ôvk¯ér+Ï™&ËÍ3–›fÆ–lœ¹já>3ká:ùË’ ·>Z¹Ü ¬Muy¿äŸÀÌG=€ìVô\u  ø€d'ß`O„ àž,aãC{p¸\y‘\QHëG’Ö=æ‘Ö>I'­y’OrzZ «Ÿê`Õìp˜=ö³ßƒÝ“ŸÁîÑ’Ýß 3SGþ)Ì~ô Î}w »ö -@É5œ²S‘ÍA6ý;ò÷ÞÜfÖ¼ZN¯mÁñµ38¼ÙH²ãK²}K%Ù¼!-›€õœ,RÅÏ:ücÖã# Í=xû€7Ä':ü±¯ñNÄ̻з}—![‚l!²¹÷l -²½‘íöÀù‡9»÷æ`³°–-8,Ö’Ìå=‡×L ‰”Ýç@Ø=?*×í@Ê–¶𨬷@ÿÿ'æ/bG““M¨'HÃ*Ò`„ôƒŒËþÙžRä¸K‘!à)Að³B!Ä ’x#¹ãèëNe#|ÍB(d–’•dÅn"ÛÈnRKŽÃ'¸¿C#|€äyOðïÿäS¶ÀUŠ<nTƒ7Õ*Fè#DÀGH¦:Ò©†ÉTÃlªaYBùed5YOgÙL¹»(·†Îy~ƒóðà ܃×ðŒ¼#í¼êÅ.Öh%“¢ˆp%ÿëE0Õ ¤^|I½J5¤R/²©ŽTG>ÕPDÙ%ÌGXÅ|€ -Ê­¤”픹—²ÑyÏÀK¨‡çp—ümTÑ3ÊzJ~!OÈãNІ²í¤hk/A‘ƒ%îX!7JŒì~Ô õbÕÉùSØ õŽ)`½e–0¯™åL;³†ù•Ù/™-𜩆6¦ž2'¡•¹O˜ÛðˆÕ --ì7ð€ÎpL³™»ÿ€ŽöRt’Z¡ÌJŒ2[1:»ÐçîVh.Fë8Ñ'«‚ßÄɼ7¢tî+ÑDÎ ñLv›$ŸõTZÄj•–2O¤«˜GÒ -æ¡´Ši±Þ ¬kà¾Í1øÍeøÉö4Ù=†[¯™FGdÝ$ ŽÈþŽ|Û ºH%è&£Wˆ^!úÈèè)F÷`ñ{¥è•³VØædä·ÊFs9çüì<•}¿kû'—V³K1ëŽër¦Éu ó£ëFæ–|;ó½|Óèv„¹évipod껵°®z¶³/{"ç¢'rÏ“sä¬Ç_ÐC(F–X|ì)äaˆ=ƒå‚wþÂç> -Ñc/ð¾g¿Ùkï¶wçŸIœFß™œ›Ýó9ßùqnø•pêýWr®ûWp®Tq¯ìâ^ -<À½xš{>ð÷LÐ=ÞÉ ücA¿ Ž¡àp -þvç1xô“ÂÁh•Röû^2N[¸'¯%8Xp70Fð}þü†àa‚úÑ‚k¡Y‚Ëa¹Â‹a³…çÃç φ/žŽ(žŠ(ˆX/:±UtT±OT§8*>¬¸">¨¸-Þ¯xjµOñ^²G’êH”ì";;Á ÀpÊƳ˜wj¼Œ³aZ”]YM‘¾œ›Q‘‚ëQ}Å{ ’œím–žŒN“ζ>ªœj]§œc}H¹Àú@Ìb›Ú˜2›š˜56ÿŠÙd³7f—ínÕAÛjÕ9ÛªF»íªÇv[ToíªThW©BÛMÿ@ù<ú)c¡àeí;¤¹/šúH AíÁ\V‡òÏÄÇJÅ%ÚŽêPoéR?¶ËÞøœ.{ÔÓ«ÕyŽ;ÕŽ;ÔÅŽÛÔ+d[5²Íš­²*Í>Ù&Í § šNßh8¯Ó´;­Õ lµ?+×`—E=ˆ¦ýK€ûš’hÎÖ3РåÃNë‚yuý•ÒýÚ/ö$$9íLÞu{BªË–„Lת„I®• 3\7&Ì•¯×.”£-‘¯Ó–Ë×j7¹­ÑV»•këÜW%\q_‘Ðì^¦}á¶LûQ^ªE×-º®P lìðòïiç©'W±àÌg¨3pjGYíJR;l˜èR9`ˆûzÝH -Ýϵºñž«u¹žåºY^+uó¼Vèy•é–{/ÓUx—è¶y/M¬õY’xÞgqâ¾E‰Ï¼ê>xêЃt#îPE¯ŸÏ= ï–™ö^zµ\&ç’iïLv€ý#º³ª“Â-Ãbí6µ.k IåƒLÞ+’,¾eút¿R}¶ßRýTÿbýÿÅúÿEú¥ õ« -õU ôûçëOåëƒæê[¾Ö¿÷ûZ¾yzôîìóuxJ=hN;çh€k´{žK£“>H±=£½™m)aü£T6kÍýœW˜x”‡ø1,œ´Ð0®G¡abðÃŒàù†üžù†E=çV„ä6†Ì6T‡Î2 aø6lºáQÈ4ûÓc ñ'~>¿âè>E;'e_¢Wý©Lš13h×HÃŽt¨LïÉ]÷U´teŠFV2²¿ûâäA¾…¦aAó‡ê9wè˜Ð<ãø°9ÆÜðYÆÙ3ŒÓ¥Š©ÆŠÈ\ãŽÈIÆÃQ×£²?Gfß„eÅž¤GgŸ´-4fü@;ß¿)ÿÜÚ·hï©¥tW¦6gÉa}VNùØ^VËÒâ§jå½OþÈ!AsÌÉ¡3‡§DL3eDN1åôšlšÞ{¢i^ïSqôÓêè,ÓVå8Óe†érLºéž2ÝÔ•1#H( éð6‘îºÓiç¤üÓ4fÔM¦Ðq[66æt…µ9ìå"…ÅY±v…c¿pÉOà5;Õ8Í2,tòÈ‘Šœcz7g)3͹ª±æ¼>鿢>cÌ+c¿2WÅŽ6×ÄZÌâF™ïÒñ×hËŒJ -Ñáù@ºè:4P.Òèw‚ö®ƒ´î¦cÕ².W+sý˜’Éü¢•ͼ }æd&zLÏHòŸ”f Ÿš9vtŠ2-%£Oªeb|Še¦z”¥@=ÂR¦6[6ª‡[öª‡YΪ‡ZnÓñ…Êdù=Ü‚½HT¡‰®C=õà¿\—{XÍÙÇ¿{ïÚµ«®*2)åR)$]u±»HiJÆd£•KmºM)Š#—íÎHreÜfJ3gÊãNfœÁ™$sÌaï<ÏA?>ÏóÛϳïç]ï»Öo­u:‹k!¨Ëå]ƒl^¬]h‰•Ù.’ò…Cå%YÊ‚y*ëį̀æÍ‰í?gV‚ÇÌÔDïé3’’RRB>Iž­JL^6!¹8ü£dMØøäMaã’÷©â“uª¸ä«£âS:‚Æ¥¼ —"üR„ïð[p•}ø5ÐÑ,Ÿ}(ªˆ6X•gŠŠ|G”æyêæúçf‡Zf-ˆì=÷³±ýRÕñîÓ3&xM™3É?qÖôàñiéªqiŸ…Å¥†}˜¶,,6m㨱é{CcÒO„D§_ ŽI“öÒ?&MøŽíÆÏ<~_žÅõÀ4Ðy¸˜}(ax¯äñsY±¥Å}PTì.Í+a8¿ Ø,#?Ü6-7ºoJvÜÀ¤ã‡$fMôI˜7-ðCujÈØÌy¡Ñ™Ÿ‡ŽQWQoŠRï9z^C@ä¼+þ‘êvßÈÌ.ŸÈLá™ñŽ»ìCsðmû@gïŸ5KyÞ/4|.-“¡p‰ ò– ,(ó’g–*ÓKTV)ÅQöI…±Î Üò‡Åæ%ùDçÎôÊQŒÎÉ÷Ì­ð‹ÈÕúDäîžÛ0<,·ÕK•Ó>L•Ý5TµP éÎT ‰5бöGé<°Œëa°‘Çî - PH²5æÈZá„ §,}¹¯"eYˆÙÔòÛ‰K£ÊâûÇ–Np³xÊÐÈ’^á%™^a%ùÃÂJʇªJ´ž£× ]ÜàRÒ겨Ý5¸¸Ë5¨H¸¾ã2¿ßsþÕ³ö_Ñ¿÷ïìÃ`ýZÞûH.Ÿ3×böšÞH];H’¼f¸<©2Ð$qµÊ2aUT¯Ø•±}£VŒw _1yJó7×PM¦kˆ&`ˆ¦|@°F뤩q©ip -Ô´:,owô¯èrò/N~ݸÀ5xŠsàXpp5×Ãz`ëFÞ{6±›ù$•|ºÅI[œ0i‹‡lÂfÃøMAʘᖑbìTÚq}B´Ÿ8iSúj3µyh—öñ×®ïí§­éå«m°óYÅvĺv[ï5]vÃ+E¯îœá¬ý?Ìñï×r=ðzºa;çÂ@ÑN@M¦WñîW-GBµ âv» ¦ÚS6ºÚ×0lW°2xW„y`U¬•_ÕÇÖ>UÓzލšeí]•må]Uf9¼j­…WUµÙ°ªúCw¶šÙÑÞÃc[—ùà­Âbð–wœ*e x ¬å•´f°¾Êj ¬ÈÙÌÚ LÙÄ} DÔbT-Bê\0²ÎSæWç#÷® VxÕŽ6ZoâY;ÉÄ£v¦ñàº,£Áu‹nu« ]kw ª=n0 ö’¼ÿ—¿¸ìïR8ïFýö¾£žóï+Ž?Ǿ“n-Ëè, S}H®&ðj:æ(0òkÞ?äðl´†G£#ÜÝ$ƒ½¥ƒd.º(=g]‚¬ŸnªÌI7[æ¨Ë“:è–K?Ðm•ØëKzéš%v'þ#±«!µùFÈz~-ôÞp”þƒ;8vó»H÷*zâ<8 ̤wÒq ¶ÕŒ8 ¸8ý Aï -Ø6÷DÏfGX7»ÃªÅ-a0o‰ƒÙÅ$(/Î…ñÅB(ZVðe7ä-§ ×Üý Ï N@¿éuôïcÝ·sÜ•t—áZ¤7ýöàÿð;x4.Í€ý%Àê -`|C -ý[FݲôV?n<žÀ@à.7»ÜÛ¸´ñ£ÓÆÅÕÆ·}GÚÈSòü-ØóûzÖ»üG÷º§žøJÄ?ÿs€g à|™þkôßLîz÷^ ‰xd<ìEúó÷p Ä -:¸>áÄÂE×Ébw6âé·TÓ¿‘c_Î^ÐÁqJ÷ø³@äyú/ÒßJÿu ×mÀ’^£û€ìº’Nòùý/˜Ë3sbÏg7àÏ‘ÀK’_ñpöŠ›Ñëå„ O ‡ß²…þ•{1û­fÍ“9îèý#p•õç˜ïv?fô>$íôu'ÿw¿&¢;úÄ‚8/ ƒ˜L¸)öFðã+Ö¼EÀÁD Ï_óÙHÀÙP`˜@ˆ¾@¬L`’T`†D@Íÿæ’E¤œ¬"ëÈf²ƒiìÆ+ Gð:t¡‰ÜÀ üJž?Éä÷÷R{¥Ø1;æÐ›98*<™ÃHæ­'È’™Ã\²o’%tjèªdì Œ½•–*Æßǘ‡H=žá þ‹«ä~ã¯ßøF'ß|B:Èãn¹­Rè[™‰sèɘƒká'ˆdãY‹iôÏ"Yg>½‹é«`äUŒ½O±‰ñw0~ ãdÜãhÇw¬À%NÙŸI'±*èû…ÜaL¿‘™±005R #!³g™ƒ7sP1‡8æ0Yú3%Ï‘IoEt-¡GÃØ•œšZÆßÊø»ðoì§õ~ÂIÜC3Úpw™Õf~“¾ëäÚ{ó&Â\a$” -aªT3;CaÒÏP 1² ýˆ–=ÃÇÒNL—<ÆlŽi>ŸÓUBO9+-n³·ðgÀ\—Â5I#þ%=‡VÙm\Öï@‹â%γÊçXí&c!9kòa£0¶2…°‘{…\Ø[;ƒ×Önògf~ú&²‡ÊqÒû&I’{ÊTÜQªqS™ƒëÊ"\U–áŠér´š®Æ%³ øÑl;ZÌkpÁ¢ç-ÐdÙ„³Ö·ð›Ç8mÛ%9i'¤äi°²7{úÿÇt¹F5ueqü\Hä!ò° ¼I€DH <HH€ $ \LH0ÂÂ;¼1È;"ò* à©TÔ‚Je`¬0•eÕjkG»l§­³Æ5:vf:ËegÆvZïl?°Ê‡ß:ç~úŸsöÞwï¿7ÚBP™ “ID =é ÍôÊןü½Gé©kœå·®©ØWnYØC=zài@ŸyѧޭèŽOvÛ§»å{[÷ÃnúÃþ@™ÆV)°¨KØuê:¶B}Œ-Ñ^X.Ò^“®ÐÒ Ï—6APáHYl û%Ôû‘¹{A÷²xBÙeù˜mñÀ_bñi ny‹®µ¼¹«Èr-¨Št#¨t=¸´ÜEZf$-1‡Hט¤EæIÒUÖ,ù2ë2yžµJþ€õ€|õ×-çY?Z !¬g€³,ÂzzîÿVŸƒÐ«(øõqÁw…Y¡ï‚·£‡L*v7$œ´Îm¹&·Z WY/EäZ/F”Z_‰¬¶^ˆl´™Üos‰Óms‘Óo3DZ9Ï™´™åNÛžã^´á.ÛNsïn=ÍýóÖÜ—vǸo즸„Ý$‡°;º ‚…,‰H„½‚Vó4¡oâúRˆ¡?r¬Ñh/´Æc‘—y16‹¼$»~ú¶‹1ÙÛæbòígcÊíÏÅÔÚÏšì§íg=§'…cÇ…' ßwœ.:®;M¾vüà4*øÅiX@¼ÅqhYüÊGè¹ô¥0ç§ t?¡Û"ZKpCK»¤1×vN$v8'Juší}ç´Hë|BTè|Llpž×97»p÷¹Œ‰‡\FÅ“;FÄgw ‰çw ŠWwˆíì}¿ó èç}"â-.½› "ö2Z(´Û/ÓA‡¼×œåw)ÎhA`q>%Üú¬Tèp29Éy*I±óˆ$Ëm\¢s{WRì>"©t’Ý%­’.C’C%cžfÉ)Ï^ɯɊW—äsïNÉ3¯’ÿz¶KÀÝ$!Ü6 ¢¡íB›ýVž<×'ÐöWe8Ëåt4—IÁÎâ¡VÇÓùöGÒ\FSS݇Rp¯Y¶w¿Lïc–•øöɪ|{d¾Ý2“_§¬Ï¯C6ì×.;F1Éf)mÒkÔVé]Z³ô)µIöo¿Fá x7J ¯ Þ@{}wþJ žS‹ÐÍ\˜q«Ðæ.dÙ¢µ:¡f’¨¢ìF2ãÒ“ÝÍŠ=>=iJJWš–Ú!/ µËËýMòÚ€6yK@«¼3 Y>Ø(?Ø Ÿ¡åWµò[ŒšÔ'Œjù«€*9A¨eƒÿ@>…7xš·Ás­‚÷\æaN»Êñ@“9A–£û8¶šØí}ªD·®ÌTŸv<ƒÖ–®hI×Ñ›E»•»ŒŠ† :E{pÂ\¥cV*N3 ŠyV™âã’= -)Q¼ *Q¼a”(ˆ@ `ƒAždBt }½Þ¸Pó•ÞM廢±|ºÅ`^„µY'pìÚ—°Ó¤–y·¨´†½{éu™ÙAÕ¸žY‰—…ðÚÐr¼•]Š÷°‹ñá°BüDX>~1\ßÏÅGäâ?„æâ¿2sq"('üjà›,ÈEu>íeð] Àl9xðÅÎh¸Øë/boé.àokϹ´è’<ë÷ɩ՜nÈÊb–ªrB‹UEáÊʈ|ecdž²ƒ£Sæh•SÜlåy®Fù{n–ò!ðϵòlµŠ`iTsƒrÈ…}à9áÞ« }­¡K5à9a„sŒ”;¢C -ê-!(ÚÚZ÷N}A¢{u^Š_¹NA/Ö*Yùû²ÃtÙzŽVS•­1F«5&žJÓÏSjŽò25³<\³ÌK×|¡ù;'Cós8®!Ø@ÈÏ A~RqÝ«àýæê:ëXø­*;ÔWí:ª‚-Û*96¡cMénWC±Ô§¸0-@Ÿ3µyêpu®Ž«Ôóðœ~FNkŒ"ÇÌߣç§éÞã¥ê–x)ºÏ£St/8©ºŸ"ä9DºÁ_ ¿(@hF½н܄Ðû-à·š†o³Ñ -uÝÑ~#kª‹°ª«‰ÙVQ%v)©HöÔ—ËiÚÒŒ ¬b/Òr……Gj¨à&š¸C'ÑðndbÅÙð݆%TÜž‡ˆË_³Äes3_C Þ<ø¨¡ÅýPPàAæ0ïÃÜÐî„jø¡Êv–e©‰k¿?Ö>§u·‹ºEê‰7¥QÓq†¬^ÃJª×³v‚±‘Pß"®e‰ê§ƒãëƒâêï1âŒÏé±u¯éÂZ‚.¬ù‡ûëð+­‡NˆCx®ƒ÷ƒç‚}s/BU½6¨¼×÷20}o8YÛÃßšÕ%rÂ;%®i©ÞÒö j¢I(6å1D¦rF¼©‘gêŒ5ú MÓ4i‘"0Ýó‹ÙÿÜßöÚ×JP¢[~ã3xƒ5ˆÁ5¸ÿ%3ÄFÿãCàû†ꆵ~¡’ÃÒ:#Ý e²,U‡¹VÂmòC Û“û¥®»*<ãÍ*ŸXs®¯À\æcnðá›»¼ùæOžùŒG´yÑ=Ê|ÏÛ÷Ü•ÓóÚ=²›pì"<6¸ ywÞû -Üyô¦ÁvLŽ#tx|P {= ž°E{'üÁ—óžsîw¿sowKÎ ¯„ìßùõÉåÿZÖ8SÖ$ÿø¬™†^YÉ~=³VûôÌ*ñŽËªõê‘u̳ûêëžÆÌûÞ1Â'f•ð}N×ÀÁ~WÓ_NWQ>÷dß…B`™BÆÚ€áEÀÐbO *ÅÀâ(©qÙ\ÔÇ¥w‘E×Ë6Ô=Î6BßÝö®>Ö6Qo´}æn´-r‹±e¸FÛŠt] k´] -j:|«‰Ê¿¯ë”'\#× ·çìá»WK%kÞÄ«àúbÞýJÅ›€‰ä^Uß,^ߘì^èeE\e't·wWÄØ{ËÝìT]ìIê(ûÛêNöT‘öOTöyr¸=Mî`/P†Ù«í¶R´­¸¦ÙÜ*oªàBýœ«Øú+XoÝ9eÀò -`.}SìÀ¸Jà÷UÀÀjàµí¼ò~¾ÃstD;G4B&„8,R°# AŽÑÜ9þ;§ÃàX_G.¼[àéh„¾î2ôµ÷ ¯’~ûKjè¯d¯7²Þ<ºÓé\@ç§tާóí®Aàbw‘{À·I 7§;tÎ hápqÆBíì •sdç(( 9¹á|ѲÁ¨é$ÿá`j%âU\çrözkÎÜ -$Ó;£–k@ïz“èíOoÜ~ êÐö`8¸ŸäSÎhˆ¡üèwæaŒ‡ãæD!ÂæÑÂÞBÑ9lþŠÏÜ ­/°Ó_ôw {¿tÏâc“êw÷Ãö–F ×A óúéõ? èF}Žþ’‘“K: <Œ´çÁ<†ÔÐ8opÝàæ»ÉÎMæq“ÅÝ8N.¿ ”}_ËÚSù¯¹tO¦{,kÞ$¦Ÿ5wùhw–õ·ntª.Ñù ¹J¾%ß¶˜AàsùѸÜeOîð€ôñQ -ÉsÑ×½ Ÿµ¯díŸï¦Òý>Ý#èÈšãYs—fÖëÏZ]éT\Åwó©“üH~"ÿ%wÉ}òÐ x ðòÁC»E8˜’àÚˆµ/æ-4ˆ·Ñ­@0µ€QHP¼! Œæ3ãÉT2‹, )$¬!kñ¤QŽGØŠ‡px€3Lç*îág¦&þ{¯ È ÌÁ9˜C[æÐ9ôaƒ™ÃH>ó'ò1™AÏ<ÆOfüTü‚ ’MOZac¼MŒ_Iã?Ø’}¸ƒlÑ%Üf“nñ—·á·’/sðf^ÌÁSþ0‡(æ`b™Ãp>õëû®ițc!)t¤Ñ±? —žÆ+áòTp™¶á{ìâkr˜¯Ëvâ®0Û+Œtù7*OPºÒ¯¥ßƒ}dáÌ¡‡R ŸôIt¿Cçxº¦0Ú :æñ•XLÇr\ÇJz²èYGG!c–±ò*\ÄÚ›pÍ8Ç'Ï1ó¯¹b_Ñyögž!tZÐÈ¡\„Z§jƒJHí™C´òúHw1˜5þQÆá>¢g·Ä,nÇϹ-—p{® 'ƒŽ:ÖÓQʸvœâzœDŽã4Ž1Ã#ìÚaæà¤³‰xá¥Ô¨…'TÂW- /Yx„(ÑtRü$÷”¾—Ð;Œ¾1tG³4gÓqZ1§” qR™‚ãÊt“×àˆœ‡Crœªr4©kШއ͗ا½Š=nwQ¯pxìðÒ«¸d ¥•"D§¸觸í&]sÆE]_4»Ái÷‘8á1G½>Äaï¿â ÏLð¿dì7¤â Cöúçb·ÿÔ”ag@5vîA]à Ô}ƒêà;RU°*ƒ…b ©xÂúC¡Z#Â%ÜnçŠ+hñ Ç©€ž8œˆ¦Ð·°¿Ýìmÿgìûõ>•fKuHµ—J5áiÒ¶ð5RuxžTQ"UFTJö‡TqHQyA±)ò¶²$ò‘\)d[¤PÙ"^"ÂX$¤Ÿ£ýÄ^$ç£$4‡ºâx‡¶hŠ4J_D%(ê» UÖu©¬é6VYý¹*zŠ\3]Þ3G®ˆY(oŽI‘ËŒ+åÆ¹Ô¸AUlܬ*Š­QÆ6ª6Ä~­Î½á²ÎøÀ%×(49$;æ%¬_ñˆþïøY½Ø—cÇ œ4ñÎcT¡Ñˆ]=:+jãLª­qÕöžÃ\Ê{Ö”õz_S?QSÿ‰¦(~†¦0~®vƒi‘v½i¹6ß”©]gÊÓ®5•êrL[uÙ¦½º5¦S®™¦ë®«â[ÝÒã…[Ú3Vé–i>+,³|R- |—Y–ù¦X2}—Xòý’-e~‹,µ†…§ásËEÿy–;†¹áG|çôI+{pu7Žxïªçx©y‹gÜ7uؘ‚¤®òº7âuYCúy¬<Ä'mÐpCªu´ÿ2븀¥Ö ÉÖÉ‹­Ÿ.´Î \`MœoMšgÍ šc-m3Ûº­Í߬Á3¬çC¦ÿç2jòÌâð ;¢€ˆìK†@Xˆ¢€È H€°%l {XKTAEE­ -¨PGâ2 —ê´‚Óª£Žxê§sl«—SOÛ3N«£Îôô›ô0<' ž÷½÷¾ß{¯ð¥k£ðW­qÖ&2N‹¼ŒÄ5œŒ6þ?åcÖÁÜuWíYúüLS“ºÐa©¯ñPf¸Ez´ÍNq¢}OjªSwŠÔ¥#9ÏmKr‰ûfQ…{»¨Î£MÔâÑ*êðlNÞéÙ”¼Ÿ­Mc׋¦8µ¢YNèWµèGv•èˆqn‹ü€:ø1˜ËC›UŒYs—mÇi¬e\΢a¹íÏõaõËæ;³×-Û&³ïÈ9ëÒ%nmi9ž-b»I¬òÒŠ5^õb­wX·ªFܳªJ<ÀÕˆp+Åg|ÊÅñJS¿à©R¿çªÄÿñV‰Ž*•a/ò"g1 y(D¢õú°3'Ðc-£XÇ…í-ð¢>E°é¶¼µV[å±víÙB§fiª»63“S—!÷®–q5’r^¥¤Ö·BÒê[&éòSIöð•’a~±ä¤¡äŠ¿B2 |ÇWHÞñ† ¼yŽ<<@ Üs¦3'ÚŒIpï!%ËhW‰'õ”wEX¶ÄØ6ç%8Ô˓ݪsÒ9•ÙÙܲ¬|_•TÉ/‘jФÒ­A -i_Pžô`\z"8Gz)8[úyp–ôy`¶ô-?[ÊøŸEžà ÜGþo•!UÈf¿Ó`¬óⱻ̒zËݨ³ÌÏHWfÞ¢Œ²n(޳¯.Hr­È³UyRŸ"¹œ¯æÊ*‚å²zAŽL'È’mHeû²ã‰ì‚ Mv< N“½ H—1|à—žÃøÎóíï=ÔÁ§jÌ[uȃyh$:‚öoñØ®1¥NmÖø°ZÕSmE¤UuY¬]…Jè¬,Iñ,,Îàææðs - -‚¥ŠRAF~MXz~[XZ~OXªb04E1š¬0’·C’O‚“òÿ ÊgüøÍóòð9êàz ÎüS-˜5ÐŽãu7ÖÔ tµöÔZçMÚÚ “šš5–•U16*M‚Cae²{nyºwvi–ŸD•(V*)%U¡¢’–Ð$e·`“r_ˆP9œ¨œJPÞ -ŒW~_òš_ÂøÅ/à;Ï—ÈÃmÄàö}Þ3íD`=¤#Ú–|Kæ&kjhò¤š&£ÊÆÕæ*mÔ²Âú¸¹uIÎÙ5b¶¤*“›ªÉå'©‹…jMP¢º9(AݯðÓãoÔLûÆjnñ6¨¿õ‰©|åSÁÌÃ)ÿû¨Å›ˆÁUø¦á=ÕAt¬ ç¡“¨kykªo·¤ªvªhç±Tí¡&…ï­[’Ûk›Õ"t4§¸¦4fp6ieÜm/®Aí»±¡‰«íòÙ Ý»*F{Ì;Z{Ž¥½ÉŽÒ>ö\WÿŠYǰ#kÎ"s¨ÿëÈÁe¸¦àèE-ì Ý=D-ÝDê.#RuÙSq—)º‚ŒäæYÑKÓ·Æ/OÞ"rnNwÓåxlвct•ìh]£g”®Óc½n¯û:ÝQ×HÝ9—µº›ÎkÛ;E¼÷Êyu+ãÞ¸.rgàã6äþ3AŽcîG=‚®=˜;ñ¹#c~ßR’õ¹QVŸ/+£/ÔD¼3Ò"iGìÒ„íÂå±½â•ѽYŽëz œ"{*œÖöh×ôv8DôöÛ¯î9º"¼ç¬]XÏÍåaÛÛ -º_Ù…t2+‚;ûE>E¾¯lÅy€ÿ$¼cƒD÷í[@Íæü,sЈÄC+(eˆCICþ¬„Áp“ØÁ(‹è}ñV‘û’­#2mÂòmÃÊlBl[­Cö, 8b´wjIàÞ–ý,ýwÿlÅßÅ,õëc–ëyfPោΣ}†0ŽõŽ`öÄ«ä1>ÇZP̨#EzSäh +btµqØh´©`Dh<’f8"·QZøÔšóGtf¾#}¦¼áaSŸáI“Uß{þÆØëàϦœŒ{?c¾ÈUä|þÓï#ð>J´gŒ¨ãiP숒~G´þQˆÞ‚ôä¯çŸÞŸxúpWmä­ßdä¥Ï0bëFžúJ–‡¾…å¦ïe¹N¼OΧÈñÄ ­<ñŽÿ‹å0þ+Ëþc´ÈEø'á×A à‚«w‚¨Uœ$Rœ"JȺñ÷DáSD~ç0ž7&gƒ-9ÜÈÁàCö†ZaXOË ‰dkÈ e†²2T“¥a3Yœï'³óãd2}‰ŒÏÍ‘ñÙd2õ–L&™ÿsî bp 1€û œ}ðm†¯vu§Náy¢È D—ˆ¼®9ýÈúc"Ó™%Äšq šå°Ä\ij¸gQð³(ö$ù6sí:À׸þ‰&åøï“ˆûö=w?¼pjá,5å\$}Hu9øˆhÕ ‘ˉ–ß 2¿E¸èÀgfh>mñ°u%ú Í  œKÅ%€à½z€„ßCQÍáŸßÅ—î>Áßþ^-p -1?Š}ž%Úw3¼åðæÂ›Š½ÆÌ…Âë¯ëm"»?YÌÁ}Ü7'zh‡fÄè‘#Ää)Âg¹üg(üg(¶gØÜ³Ïð»GàÉãØûi<—ánƒ[8çc¿iðÆÞ$ -ƒ—¯ë]ìNó/á{¾߀Çàà)x^`-?ØcPA~~BL^ǽA“ö—òÛmxƒ ¿A^ÞÜXà–µë2jîj¸ ?!’ ÎqXj8¼¼/à@d¯Ù¼KÇàù›ï»y'øü^„˜^ƒw–D¿81ˆ ƒ¡AƒÊ A`ð@fððcf|†œ,ZiÁ½CަÌÿ¸. &Ï4Ž?_$Ü÷n„ S¶ A‚ I8Ã}É­ -(ˆ "EA¥¢VñD±Z]QKÕuÇ]u;Žë¶ë¸ÛYuÛ©[­ÖµÕoÿ´µëv˜ß|@&ßÿÿ<ïó¾ïóó.ÃÒ|¦I ƒ*°4ƒvж`’݆èæÝé ý‡Æè{:GÏ1í>£{ô=¯ûOÁ“·€><8Àƒ9KŽðà Ó9,IñYÐ4òñ– -hÔÑKj‚Î:zA zïCoz»ñþ}HÇú†N#5Wèkú Ò4õó’þ…7=ôáÁ¬[xÀƒÞÅgÐÕB/:9Ð(F5¼¯¢oi-¢kƒV'´z µƒxç,Ó(ÊcËv‰îÓ-”Ìdã9ʇ¥/Àç¿Úð0 9àƒ5<¸ÁC <Ì¢(¹‹†^´2K⨀N-tP-ÐiGIvA§ïïG¹îBäûé§Ûô;úŒ®cûünÂù dñOPü#¸þ,‡ô úæ<Ô<ø2¯(ß’"6¢ˆƒVtrK1¼WÒ]ª‡N¶f+4: Ñ÷÷შ‚ºF‡é*Ájüž>Å7&‘©KX¹‹Ð¼&Þ‚µ€¾ñX>qYK‡5·a^3Ìw$D¬è.Bljè%!&#´òGtª¡³ -:ké2­‡F'}‚ú¼ˆ\LÐ0Gmž£Sô1œÁ·?BÇ9/è¢ÇõÑ_`í¿5qXgb^¹` ;˜ÑSKzÈñ‚v(âœG7˜(ú7Ž®ðRiÒ,›.™Ò¿‚ÎókéœE}lÙBg,7ÐGVÝtÊj´ÞE'¬Ðq›q:j;IGlïШÃWtÀéÚçÌÒ^0âÌ2o`]¿;1/p¼=ôÂqã£ÇžGw§ÙÓ- ºf#¡IÇE4ᢦ³®‰tÚÍ@§ÜMtÒ£„Æ•tLPOG=›è°ç::äÕI½zéC¯AÚï½—öz§Ÿ ôÏŸi·ïòýžôe9;ÀèÿÖƒ˜q¤=áÈ›AtWÏ-!Žv>]xÒ„Ï :ã?ŸNFÑ1aJaFƒ3™ÁùÌ~Q³WTÍŒ„¬b>YË ‡´3»Bº™âíÌ x˜æô‹Ïr¶‰¯súÄÿàöŠŸñzÄ,o³˜5ëù¬Ñ7!ˆôçA\}óÆt¹Ðøô`::ã=ÎÁwäÜ}3ÕÜ=3¸»g-ç휕Í”òvHÊyý’ÞvÉjÞVI ¯O²Ñ¬WÒk¶E2d¶yö³îÙ§¦uI®NÛ(¹g¾AòļMÂò׃uSÌú™W¸êÍÆñ/#º‰k÷J$zÜŸRáåÄ;:4ןöÍÉž»Àl(,ʼ?Lk¾-LÏï 3ð{Ãrø=aEüÍaüMÒ:‹.i“ÅFéz‹i·E»´ß²M:b¹N:fÙ*´j–ÞµZ#}lÝöÚº!Œý?ž†âºÁq~; -W0®Û‹1èó1ƒŽÁϨ̂ö.ò¦‹¦sûÃçš¿/“[öÈ¢­6Éâ­;e)Ö2£M»ÌdÓ&+¶Y'«´i•­´m–5Û®•m´m’õÙ5ʆíVËŽØ­’MØ×Ën;Ôʾv¨‘ýh_½ý‰ª…¬Ý±÷ wÚŸbî;—€þ2½•}…‚G;£Üi{”ˆ³E1Û¼+r¡Õ†…íúˆûVy‚C³<Õa<Ó±IžçØ /u\-¯q\)otª—·9ÕÊ{œ«åCÎUòQ—ò³.åò›®eòG.%ò—€u.^Ì:½á«ù¸ŠUh% sßi\÷ÇðÜyÙ®v¦-1L§z¦Y[ô<«¥Ü®i©Ò±!Jë¼R‘äR§XîZ«Èv­VºU**ÜV(Vº—+ZÜË]%Š~"Å~Aâ´ _qÝÓ¤ø§ WñÂ#7’unox€µ¿³ -tϧ£;„çü=[bí©+ÞÚâfðšµs-bÂíêÕ -§šhk¥*Þ½B•,(S%J“g‘²Ä«PY㕯lò6);|rU[}²•#¾™Êq_£òšŸAù¥¯AùÜ;]ÉzO ˜âKÑgÈÁe´]g3QÙè/1ÿ톗>øèJ´¢ö$ojNsæðëâØTÅF8–k•nÅ1Ëš¯êï†{1ëƒY³ß>æ=xéA>6¤šSKª5¦‰˜úÉ´*ý<«²ÄÅ…º(WS¼Zç“«÷7h ˵&aª¶,(E[¬×¶'j{D Ú]¢xíQQ¬vR¤Õþ ϧÂX-»Œõ~S|u¸ž†ýÍSù˜9Ñr€ü¾ yi5r©ÑèJõF!Smx‡W¾<Ì¢(5ÜΔé’©W Ò—ù¤&$èuiA‰ºl‘NW,ŽÓÕˆcukÅËt›Ä1º!±ZwX­»$Vé>Qéž«t¬0:ž SÜÅ:\3¢íFü'Š1s¢F º ¿w kà­>Û‘ªsü¨<{·(ë=sSÆB›,C„SzúR÷”´ŸÄÔøÀ¸ä”`mr†X£/Uë+§«’›B•É¡K“wˆ£’…D&_Y’üWÑ’äoƒ–è_ #õl`dÒÏÜÆ:\†ÎÙB¢ãhÃ?¬Ä~}Dë‘UÈGU¾ •å{SQ¾˜ÉË›m–ešo•ž»Ø>%;Ê5!Sí›ë¯1êƒTCÈRCžXaX!Ž44†,1lE‚åÆÑ ÅÆ á"ãÝÀpÿÂÓ_„/gåjñäà4b?R…Z¨E-Ôa?àÙuøi)Ÿ -JÝ)·4ˆ2KgòÒKÂø)Eá¶ …‘N±ù*užÖg©)1 27]‘k -’ÿ—ër‹²Lãðï›NÒp’á49 Gå¤ *eŠÉjæ©0Ó.5CD0• …á Œ Œb* y,SA×v­Öt½ŒÝÍÝ5ÓP#wUôÛ‡Êkÿ¸/‡Ï™÷~žç=|ê3)9Ç{bŠÎ+.¥ÊsBJ‹GlÊiULÊu·ñËî«Æ-}FDUô»¢û—9ç§Y÷væn¤»~#×BPÂsùwz:°[Æx’²­0?Ûs³}ñzv˜41+Ú,aÃD«)™S“3_³Ë˜í“ñ–r\ú2etúǨŒì‘‘•öͶáé'mƦ_S„­ïµ ]÷Ì.d­h’:ÄÙÕœæÚFW[²ší\ @¡Èág Û£%|þF¾ þï€ùžHÈ^Í—ÅçŘÇåÆ[Æä&XGkg)"µoÚ„k—ÚŒÕjc´Y/…i·[‡j+¬B´û-ƒ7Ÿ”m¾&ÌéµToì-Zûg‰/ pŠsp”µo¥§Þ=Å@i û.’õ!û®ÀB¶$3É+E–˜\䄉E>˜P,Œ+Š”EÆ™Ž-œbV˜hR8O¬[l¤[e¨Ë4Wë¶šùëô¦~º&ß‚ã2Ÿ‚«2Ÿm?™xoí7µE4'tfóý@s!ça'P¥ç¹Pä‘4~N.æ‘~Ž%áåÖSîŠÐòÑ.Ë£%哤~úéhýl©þmé(ýr©—~½ÄSŸ/q×— -ª²Áµ´Î¥ßÀyç=Á©¤_¢üP”*‹EÙíœ÷̱±”{²’óPͳq÷$YMÞ!³ÈËlÍ¢j5Û³Q†ð48ÃÝà 7C\ Qp1L‚“a:”†¹iXû: lër ¨ÛëÚ:XÖ…ÅG—!ßs–»òJüCô73Ïz¶¢»é(¦#w/k@RêdzkЄ6>Í€s+ 0šÃÊh¹ÑF˜ÃajŒƒÌ8ã šùÓKïÚ¥G€¹ yZ0þS ø$àÅŸ:²”Vçè›ü‘|IþD®˜_+€¿¸ßò’~ã¼ }Ç‹YünþNzíað=×ø·©a­w±Î[è^Oo -ó]@ïtzcÏ!g¹ÏÓO§Õe@ÂR²ñ‚ðéã…˜ô¿“[¬Ëmà/ìwY“Þ8à/CYŸ7}œü>&ÝÇ¢öDÏzocÞè^É:'±Î‰Ì7ŽÞЋ€7½ŽôÊé|ß »øžü“ü›ü@î.76ªÀ#Sà ·‹»Exa¹NEº"çEäú›ag&†]Ÿ »@;ö»*A„šÏÇ‘idYD–“T’I6‘|R@Šñ ¥xŠJ¿Ýû÷‡¡` VŒÁ’1X1ÆàËç‘ä2‹$á9’ÑÕ)®lüZú> «ž:ô¯šcïÅ=ö»wq?â4îà+–è_,Õ#–Lü[/@/c0c ¦Ã182o>CçD<Á úæÓµ„ù¬ÀÖâ>2ðrèÉ£cn£ˆ–]»‚cÖàhäTµq‰çÔ] ü ×å5Ž:ÀÕa¾F„ c€ a ŒÁ¹ÑCßTúf3§…t%ÓµŠžutl cnrNnpNþÊ9¹†2޽ß°_±Wð ·Í9nŸëŒä·ÒStÑøÿÐm:äk`Âl„~8ÓëËFÐϼé›Ï忘£-ç–XCÇzüYÜ–›q™sr :\äœt±çY‹/ЄÏqg8§ð5N2ƒœã4~J:IÇ0¢ð«ÌŸËræoË\=è f~±tNcN³éJ¢g).`%³KÅY¤Ó³‘ž\z¶ÒSDG)ǯæŠl@;rUœ`$_âÐàì<à“~´ÒÒò¢)ý¦žÉ¹¥Ì¹½$`’5õå¯#XÃxæ•H×ò›%TûϪü þÉB¹ÿ{BY@ªP!ì Ø$”| KvTH -Õ{%ê6ÉvõÉ6õUéõ]Yžº_–«M´¿ó¯º[ô_a¯3‰~ÒÉÏGøÊ1ªåh rE]ˆZ¨’T„ÆKËÂþÇs™5}¦qü‰$„3$á„$*Š˜p$H€Ð Žp‚$r „3œJ¡ž(Z­ -µUñ¨­[ÛêvœînwëºÇì1»³»ãìÚn;»Óq:öØììîŸùýøåÇïû¼Ïû¼ïû|õÌCÒb朴’yPZËœ‘60§¥{˜SÒN椬Ÿå’²ÆeXûd‡Yc²3¬ÙUÏaÙ<eÙ²gì>Ù ¯^©{žøb Ž€ðœ¿8öïåB? úDKÉLz-Y@ ŠÆa¹Œ9+Oóœ‘g±§äùì ¹Ñk\^åµOnñ“7zÈÛ¼†å¯Aù ·SáòîWÌz÷)}z—|ºw}»äŸøÚåOý:ä_ûµËÝ/I~ɳ³¯ ôðœä¿^Ç˲=6rr<-æ3¢3éqÌÉt{Z¦÷¨2×wXYè;¨,óPVûõ+wûõ*mþÝʇ²Ï¿S9Ʊ+g8{•Ç9íÊ¥€Vå­€åÇÜfå_¹MÊçÜF¥›Û˜êhø§ÈÁ¯1þGEðh9n¢ý¹úzú[Ä1¯æÐt–„\Y[]Ù™œ½YZ^›¦€ß¢16kLAMKpƒ¦9¤^Ó²[3 °hƵšùÐÍ™ÐjÍ[a&̓°Jõ…ê‡V¨Ý‚Wùæþ´@÷N zì]ð¸žÄßsÈÇ„E£9 70z -âXö|¹w›>cÓix9º ºœÂ«¶,´Vk«ÑÖ ÍÚVa•¶'ܤ ¯Ð•iO‰JµWÅ%Ú÷ÅEÚ߉дÿe»Ã@è*¿G þù¿oÆ<À{^Ùy°¢Ç â32ÈYH=Æ(²—lóh+Nôj.Lõ«/ÈäYòµAæ¼|A•¾DX©7‰Êõq©Þ&1ê»"ŠõÃEúéHƒþDd¾þrdžþ½Hþ7àK‰N÷½X¯s‹@ø*¿E¾™° £í7Z®3à(b™B\Cˆ£§"€ìj«ˆ]×\.ó¬+Mñ­5fp«‹³‚*Št¡¥……¢bC¹¤ÐPY`hŒÊ7tDë Îha*:ÇpåJ›>ãíhü†ßàŒ«w­ò9x»{#ô—`‡NÃçÂÕ‰6¼ñX`׌Á”×Eºî­ŒlGSݵ“Ñ¥òUvj9)Üd{/É^ËK°Û¸2{w€Ô¾Ÿ#µòßa?ïo¿ã»Ýþ ŸmÏ|·¶¿ðßÒææÄ¶ºV¹9¸…ñ¾½ó£ð\ã¨GÑ$è‡]mÁ33b2À&eú“z0œ2‡6Rú`#u0™©LóLrj¼œy>Rg©O¼³Æ'ÎÙì³ÝéðÞæÜçµu`ž;pÎsóÀmÖ¦þŸ³búž±6ö¾`oèv{¯w¸}Vy׎yÀø/¡&±?O£_…ïš!êÆ}Ã|žë'ˆÒ\L’»ø”4!¡Ä‰M$ØÁˆw)Ömw©˜[]¹¬XWk“«Šãj`ntuzlñˆŸ]5~v]Äþ[ ÉþŸ1Äcÿ`ˆF_xˆFÜÌða7k•ÛÈõ›û0pFÍ¢a>L4 :æ1°D% (À¶96mž ¢˜9 m˜ßLëç¥5¿“"çÕ É\C‹&òZl$öI±NŽ“Ç |x^÷8¼î±?`üE÷ 1»×xù¾ˆ±Ÿ…ÆÂ)äà5¬XÁ½ÀŠ{#®Ùg‘ƒ×‘ƒsD‘ç‰B.ù.3Éc9ÿŒFð"Á‹q@MN Ð,›_nxK(´%Lî|àLíÙ'X|Ÿƒçà»5®ÁÏ'‘hÍAc4Ðh\"ªúeÔÁ%¢—‰6¼Av•(à-˜¢k0×™Øà9 á -²•m  !YA7q®`a¯ Ù7‹ëøÀµ0ùÆøÂ÷k\ÄØÏBû(ô&/b-@«i3ãuô2¡—xs°B$ºEÄ»CÄÆpÐÜÌ -6o¢÷Ðß—½Æø4F¢{€Ãèa-À&ó…ý‰ýð6~Œ÷þŽ÷Ÿ¯qã^€ö t‡ ÙÍZhCSÍdhÆÞ%ßû/ÛeÕ䕯á7 ¶Yˆ‚íx4™–?H !„%« È"‚Š€ˆ, -qAPª¨Uq츔©:öhµŽ:ÖÝQë¨í8µu™Z·ñÔeê7¿ =Ç?æÂwÂ}ÞûÞ÷»÷¾D’/áÿ -Þ¿€cà8ø+øœFNκGN.ú]šHt%.'×Ç l@7°&בäkìÚ%pwˆu˜wÜÍÈm%¼ÓàMÃ<˜gÈ!¢À#D£à” …B»ë 8?ÌE€åE#†±Ên!–ÛhîŒD³„ËêƒP¢‡ñh °!?Æf÷/ßLü1òñøä=˜wÛ ö<*Á|3¢ Þ0xƒ0Çѧˆ<Ïbýí¾+î s üü üîŸÀ#ðL@ôÓ ÔëkÔÈ›84’È;`óaQìŽ!XrCÏ+FÏ錞Ó=§ž! $ƒlPf‚jPGo¨ c½F¯û’ºè­¢_h-èGg»ƒþƒNóúݧèTÑ]úßzˆÿüÀƒ18!ž€(2èWʇ¯#Íg=GùŒZÐŶÓcôº¨žÕó¤b=@w{Eû#¦;èw¿GT·1Ò»|n Åà `‰‡8Ü·1xá™/œé…c~&Ì+¾)ðÁ3“þMU>f·Ž° ð,Ã’¬ÄØ}»ŸnÒ§tƒöÑßQ¸Wñé -þó2F½„Ñ/‚sà,83!B1ƒ;æ:ÎÌ/óІ3 K O>¥ˆ}6Êa.F®£ë´žV”åbxºàè¥ ÈÅ9ÚŽ |†Wæ0ÄÓˆø8Fþ -ÆÃàËw€›ÿÖOðs±ÎŽÈ«óôÇüÔp2pÆÁ— -ÏŒVGs0‡xêáiÂ+ÚǼ¶ÝðôÁÓO‡h'Vã :€oíÇHö -„ÑÎgï0œø 5†rF?ò9 -s ÄÜBጆ/ óÉ€'žbT[9<•ð̃§žxÚ‘ýåpõ³öÐí¢½X•øô-ýë±+¼ V;[‡ùÍÿÜ·‡^s!ÜRÌu¼j8øLpYéÏ”O><%ðÌ„§ -ÕW‹/€«oD'\=p¬£-øÙom¢£ˆè¬Ð}<ÅÛcß0k8C1ж ÑMl·ß`û¿€Wû¹À=ëoœzÚÃI ¼4ú”ŸC‚i´]PJ[fчjêÖÑ&amµÓzÇ.Z縆úœ¶Ðj§=ô±ÓZå|…z\P·ë+êrc‡X>ÌKlõ°½ÞòÅ–‡íä4ŽžcJlãˆå /ú““írUÑ€Gm“i³gmôJ§O¼siw!­•Π5Ò -Z-­¡^Y#­’µRl)uË{©K¾‰–ÉwÒRù!êTü:|îQ»ò%µ)YŽVŸ·<•b[GtGïi5ŽŽ¢@ÜïÓn©3 (FÒ–´a”†ÖÖÑš1fêc¥•¾™Ôí›G+|‹h¹o9-KÆÎ§Î±MÔá×Aí~ÝÔæ·žZývP‹ßjö?ÇYè‡Óèÿ ·ÁŸåÖû³¼z¿·<„뎗 8úáˆ9>×àh„㜀6úËhíûïQïïÔÔ3>‚Ó5ÞÀYÈé HãtdsÚò9m%œÖÀYœ–Àjns`wa`+wAÐrnCP·>ho~Ð>^mÐ×¼š Ûüê ç‚ª@VP9ÌœÖ᎕k8VNáÈ?C´ìŠÂµ# w;äeõ õLò¥e“&p«Bx‹TQ¼V•‰ß¢²ð›T6þU¿QUÀ¯W•òëT‚Zu­`žºI0WÝ)¨R÷:Tª7;T¨f«Ogªo -ËÔOE3T¬¨ô¾‡çr$щX¬Ž·A0`Âס5ÈÉŠÅ´D3’iÆs[4¿ç/Ô„;4h¢…u³°6Ø*¬ ÎU犪‚‹Ds‚ËEšjÇYšFÇrM»c™¦Ç©T³Ñ©D³Û¹XsÔ¹PsC\ y,Î~X;Îv¾CÎP¸nìOFÐn³à^…cn%âèŒQ[„‚š&ã4DLä׆‡ç†G:VjNÚçYÚTçrm–ó íTq©vº¸D[áR¬ïR¨ýÈ¥@Û嚯]ïš§ý£Ûía·líU÷,íÏàW·Ì0ö7\¿Åuç4æ~8u`C¿‡þ³? 9@]ˆ£MÏ£…zoªË©Ññ*u -gE…;•EêÅÓ“K1“äZÈØÜ -˜÷|¦Ð=)÷Èej†rmÜ,›Z`K q´¦LvM´FKÌÉqÞ±‹<ƒ᣷LUê,3”‘–%ciQNNîö‰HîW„'.K>#µü( Mz!Ibå!‰¬,œBœá˜Z˜‰V¨÷l|^€œTá*ZŒv%/ÇrrFRFÎûœ´ì‰üäì`QBf¸Ø”¡s7¤ÇzémI²H›M1Ù–§·•*´¶jEXz³<4ý\—{TÔeÇ¿ È‚r“‹‚¢Ê%nŠšš¶j¥§P‹ IZQÒAaD”KâÉ DR*ÍʬLËUw;Y[­§­Ž—ڳі­i—ÍÙÏ(ÓÙ?¾g˜ ïçyž÷ù=ïûm NŸß4~þ ãæŸ H›% uîÀ”LGÐ-=ìz‡}ÖA˜K¥]˰ahÖd 6i5YDM²r½477DçŽÔƒ¹q.s¦ïÉ™è9ã±»|¦™gúM1ßï?){nà„ls`zvAàxó“ãÌ6ÿ4sÃàTóžA)æ^¿dóŸ}“²/û&>zcPÂÇ`äŸåð?A ŽÒ ð÷=)íÀlåê[Ãëêåø >_H]2 z  @s -#toa¬afA’ëôÅéîSO1Ý™?ÃgBþßqy™~©yÙ~)y‹ý’óK|“ò+Þ‘¿Ù'1·wB~¯W|ÞiS\ÞeÓØÇ¯{Éu Œ]èðÍqø'Ç-ôüŽURö°±\ªæuï—‹™ï2¨ÍÌbý¡8TÓŠGjjq¼aÒÒT·ô¥“ÜÓ,Ó¤Xî3%YòJ´<â•`É3Å[–yÆY*ŒµÔ{Œ±ìòˆµr.z×8ºè’qÔŸ®{Œ,txF8LN½J½aźVÓ œXÆ*f²VJij LšÃ÷SJÝ5¡4@ãK‡)­4F)¥w’JÓ]¬SÝ⬳Œc­ÆXk–1ƺÈ8ÚZì6ÊZî6ÒZç:ºÓeøÊç]"Vž2D¬¸hVòƒëÐåcø2‡»S‡©÷ÖÆF/TÓµRý&f¯%ñ]ð]Äs±Mä7‰6“âlÁc‹TŒmŒ¢mÉe›hˆ²Ýmn›cˆ´Í3DØr CmE†0Ûj…VÖjHe›‚*(`íÛò/ÿ\k®) ÌaXípqª—z?ÇÚXÒØÁf¬XM#ýÈkÑföK”a—¦£4C|v/…ÛƒjTˆ=VÁödÙ')Ð>Cþö5Ⱦ@¾öÅò±¯iÓz ¨m–{M—Ü6¾.·êPŸŒë–{•ã–zàw’s;̶&ö¡Eªje6òšßŒ÷ã³{Ñ$”Èû(ÄIÞ­&y¶É£%Rî­±2¶&˵åN¹´ÌbÐsø´Ðì-4Z3›ÙD2MíÒ e#¦±¯Ûp!ô º©ýäµo w¸-mRí© !3Ê@ÓP*ö0f—¾[¼Gro7¸â"Öbp\öNæoçáÏài§áÛWÐhlòîmlv>wûe&†6bhûU]ä·vëofmÛ^i9Z„ævH³Ð„}RÜ3Rd§Ø%™žå"Œ]Õ~âè6!.ÃÝCi¬Ñ·/`=\/Ó°ñ»_è‚>'"'ïú}ø;9d ƒˆÁ•÷ƒ`ƒsÑÏ ¯ x `ä²þäQ¬/µ‚\ÊtIpÖé…Ó ¨Î.}B-þ¦C´Èq½Ï¾Gtg©à»Þù?ÁvíÁù7l̘Ñä–Jíî"§ÙpæÁ0ëSåÁXcù¬$2•p6КvcOÎh-»— -tó¸å±9Ëct‰¹®W ü^GoÇÐ_ƒÛ1|'#\rA‹%œ¤5‹|2hý,ýE90Ã("‡å:IoœÐQ›ÞÐFXõzMͬ¿K/«‹1ò"Õ8©ƒDþ<«;;ð@¿ºûõŸ©ÉÞŠ‹|½i÷0ò‹9ŽGp9͆• çÆC.9C‘ލ„QU -©\½ôÆAö¤G¬Ý¦gÕ¡NÈÏÙÓ¬Öq«S~R;Ô=hw¿œüë¨]êÌ> çèÍSÔâMjqŒZ¥/ë8óàdÃyN!gUk¬ -XàÔÁh¡»µ“_lç¿·±âSZèèf:® ²S[ÑÏN¾;ö@écÆí_=o ·äEMCáFÃM9•#âXÚ§ùäd&ŸEP -a-Õzt;½±=i¥-ôEŸn1t©ÁpX›]N«Îõ3ÙWUë~S5mì×÷Œ×+ÁÒ'}çõoc s¾ÌQÔË3Ò­uºÅ«Ã#]{L×NÏÙj3=¤§¼²Ôêý˜š½ó´Õû mñ.V£U›}Öªn`µìT;p»j|;UíwXëýN«jвù_Se€Ch­Sþ}ï³(Fm~+‘#…×—¢9êùÏrW‡ïíô­mÉj š¬­Á3Ô8ä~ÕÉT]Èm -ÉQMH¾6†.Quh‰Ö‡®VUØ:ÙÂìª kÕÚ°•‡õª,ü¤V…ªÒ¡Wµr¨ÃàÔ -§Â†¯†SƒÆ?ÇËñ ƒéðñc9öù®-l°š† WCd¼ê†§«vÄ4mq¯6De¨*jžlQª"*Wk£ -T>réÿh®ö¨&ï3üæ~# ñVï$I$„ A’pI!\„& )jœhmÔ¶*X©Šà­^:­ÓS®÷®µgÛéÝÙìv<;;»ôœuu[·nóÛãaûã9_¾|ßù=Ïï}ßïý=/©wÐNõ.Qÿ€†5ÇhH3ËÔ\eE4Xš/Y}š?³·ižrz5 §W½ˆÇé8ºòƒB©ø[;öÿ̆@Ó h;¢I ƒ©+iÿ†4Ú›žÃÚ“^ÀO/aÅÒݬZkT[ÏÖ¶°‡´íìAm;¢°·kÇØýº vŸ.ÎéÕâôè.sºu÷¸º/¸º¯yíºóBZ†ÿ<‚õù ü÷q´Ý‚í¸œÃñ2ƒÿŽ"&S™Ú—¹”vg©)–•ÁÕçqvè‹8ƒz7¢÷rô~n¿¾»MßÊëÑwòÂú~^—~˜×©ßÃëÈ>ÄoÏ>Éf_´fß´dÿLØœýGa“þ_ÂF=#lÌZÄ—ˆÿÇà|Ǭ@ *‘<>4.ÂܛϦq£’væ­¥¡¼tvĘÃí7Zx½F?lÜ$è2T -¶j†&aÈ=ÂVã h‹q\Ôl< j4¾&Ï‹ë·%uÆÏ%µÆß'Ô¾—Ô˜Eä2’/°ßÊ‘‡*Ì{5¨àT5,(tLAÇn<±$Ò`ÁJê/Heõdq»,yü³M4—ŠZÍnq‹©ZÜlª—4š·HæÎ„zó@Âfó˜´Ö<)­±KôYÎ%V™o&Uš?Mòš—ä5ý`½ù‹øi Ñ»ØÿÛµÈìß9X¯éͰ¿Ð1 1èˆÚÅÔg_Na‡šµÕ¾‘,Êå·Z„6»¸ÁæJØlõJk­5‰5ÖÆ$Ÿ­=©Ú¶MVi‘UØöÉ=¶#r·í ù&Û[ -—íc…Óö[…ÓúÜieäÎFæ"ÿ÷}øÁ© þ¶µ«q:öBÇ(tô¹øÔåTQ»kµ:ÓÙM¥z^CI¾°¶Ø&ñ9Š¥UŽò¤ -{µÜk¯W¸mŠrGXYæRº{”¥Å/'—ŸNv_O.r|˜\èx¬,tü]YhgEE‹ø‰µ~ü0̶Á_âz÷»¡cúº=l -¹´Å½šÝ©¬úòLnÍ&ƒ ªÌ"ñºìR·Ë%+sV(œÎÚäg‹ªØÙ¥²»¢ª"×.U¡ë%•Õu*¹Àu5Ùìz_irýFirþ `”¦ÒE|„½Þ…å¼ÞùvxlŒ¯à:-ãÐŽèh®’R zÕU«Yþ*§²2‡ï©0‰Ê¼…ÒRO©¬ØãQyüÉ6O“ÊêÙª²x¶«Ìžñd“÷ 2ß;£Ìó¾©0xß“çz-ÏñüU‘ãf9åŒòÞGÜnA_ïF™0¾ÉnÌ{ðÙÐ1€g!h¬¯QMݪ®[GuéìòZ=×U“',©±JŠü%‰V_¹Ìâó)L¾€2Ï×®4úLžë?(ËñO'eû¯$êýï&fù¿’fúž$eT12@¾±’‘?Àú7ƒQÀcÀÉ~ô%Œh“ø=Šÿú—6hñ7sÉÛ¤ wÓ**kJe•6epž-P ´’ü†MRcCURnCCRNC();П¨ĤY©„ÌÀ´$#pE¼1ðc‘.ðH”^ÿD²a3#M«cÓj™Ä{[ˆÞž/lCoÜŽzÄ(LÀþCK/´´ .UÐâ %Pqh9ÙC)d iY–`6'?hâÚŠ„9m.‘¾­RœÙV/Îh Š7ûDºà˜P< Ø<)Hk»ÌOm{À{¾íW<Í–oêfF”ÒĈÉäàxæÁyzõ8Šy£Ù^\wì@=F‰1žx¡±°‡Oæ°’òëÉN¥Üp&K6r2ÃVîÆp)Oöò7„ëøiáV^j¸—÷|x”«ïç¤tç¬ï¾È^Û}Ÿ½¦ë—¬Õá¬êxÊ[ÕÎðW†Á-äÿ -øçFЛ^@=î":ˆ±ìE`÷гÏ6AñÑG(#²”t‘u”Ý@iÑlJšXš¨-g¯úÙk£-¬5Ñ0kUd˜µ22A+"¯Ò²í ´tû=R ü‚–ô}CK¶=e©z6À¹ø_ÇpOïCÄ86µß®¸o݃¹ zJƉŒ1¢ô1­“ÑÚ±´z,…VÅ´ô\,—VÄ -hY¬”–Æ*I Prl+)bQ’½HÒ±£$Ù9G¢Ñ;$ù9 ‡ÿDâ¡ï†Äƒ ]ÿ<8fÁycØ‘—PÀè!¢0î1y ©Ïõ€f‚hù—ä“2’M.'éd -%LjI<™K¢I 'ʈ?á'îd+±'À ߇ÅöžFp1¼î~ˆÁóî®'Ø(\ì ]ÿx^ïñ#èMÇð9Šo÷5q¢Ò—‰ò-°H„qÀ¸XÀÅa~â8ðã8èâh®q4ÞøVøñ‡O`q –1cxŒÿ[àŸDûŸÒÂä<3¯¢/G ðêqï¬@îÕÀ2 á$Œ‹4 #8™rú9@E cfdFdð ÿ b1Džɉ9lô>†ÔW¾Aâáf14‡½Î‚ãø $¾Žð dý@+àŠg‰ o¥+ÏÉÎñÎËÁHˆÇy˜áùeŒ× Øâ± hÂÐ|PÌ Hè‚Ðò0„0I"¢ëÞD7`¾Š„yBŸ~ƒ‡é.Ãaø»(þ0@Ãg Ohì`7ƒ[ -n>¸fäw=æTð$£¼óOq°ta‚w º]ƒn@· =º Ý“=@¿>ÄàüÙÏFðŒà€ ±G°Ñ#‡à´Dð¼xN¾ ¡g¡ (2@™òÀ¡UÓ¼ÝÏ´þ¬α‹ÃcþD}ð‹ôÎê!|æàö~€Ç»‡Mû7‚ÿ–nÂiþHÃXåŸÐÍ ]‡®ŽùM.÷7ßËš =EB:(Ì÷¼OÅ0*˜¾È/ ¹i½ 9å€áÃF `,c J߉œº± ½à¬Å–lq]F-.á]@ã~ ÒtíómÄÒ»¿ÓÓü_¡ÿ’yú ¿@0c°µz°¬àäÓTF5`4‚ÑFËÀYIÒ‹¨ü½Ç{µ8KC8.GÅût +EFéÈïôt ¸Á‘/yNB~þدÔ/,3Ú0'Ž@1V,Güµ¨ò|:ƒ8N!Žˆã8zãìÉQÚH‡i+¤=¸Fö£§ÐWèOX}:j´ß´w<†1ÝŸhå[c-î…½ú˜!¨a,xz°,¸r‘“ŒÄ_AE‡ÇôèÛÔÖrpz°ö:¬½WékˆbíFvâPvÉTz;ˆ¯NhÛD  aèËÑ£ }ŒÞ|½y†[ê—^*X™àä#§ÙàxÀ©§œ&ìþ"Ú…³²=º{ò*ús+ƒøÍˆôeìÎKèšÈvý‚c鏿ëí®Ú‹Ðy\ÿÿ»þ$Èu**f4˜:zÒÀʧœ9àx@©¤-ˆcql¦Å`u‚µ -œµà¼‚Ÿ»©«ô!£^tÒè Z…S½ìQuC÷p¥ÝÂ5i:®<\õ§ðÅ“|PÏC ž%?¬ -fxz°2h3'‡6q i#¯ˆÖó<4À¯¤µüzêç7SŸ z+¨GØG«„›¨[ˆÊà‘Y.¡v)KmÿÚL\߸ÊNãÉ;Šçf?Æ¡çð¤Éø´]0…%3i“4’6Èhc¤~…•ú&9¨w’“V?3—V=SJÝ“«iÅäFZ>y-ó޽ÔὑڼwP«÷[´xÊIj™r™š}¾£>#ÔäÃþ_·ñÜ^Ä•~ÏÜ;xràs_4fìYxòQ›MÞ2xÖÖL ¥žçbiÕ´$êžf¦.ßLZæ›KK}]ÔáWLm~e´Ä¯–û5SËôvZ8}%-˜>@MÓ·Q£ÿ5øÿêü/PMÀ]ªx© -`9Uþ,·ú" ÏØ§“ñœP=žu-ÆŽ8ðQ›þçEÔàCÝ3iÙÌHZ˜@m)Ô˜A‹‚²©%(ŸšƒfSS‡æURCP#Õ/¦Úà.NMp?§*dSò&§<ä(§4ä®'ä·$ä1o^Ë›ÌòGu5}îq3z {ŽÏí`f|Ôdu‡–ÏšLí¡þÔF-ᱜá:Îüp§!ÜÊ­ ·sk ¹Õs¹•¥ÜŠˆZnYÄBn©²“çQ¾È+Q¾Ì+Vîá)óç(?仕_ \ÊŸÎV8¦pVx 9¿ þ1üÆÀ7²0ÓXQŒAkP›.ı$JF-ÑÓ¨ILõª(NJíRéyª4~™*“ÿ‚*—ïQ¹ùóT%‚bU• HÕ$˜Ó.tǬºb^ÆìåÇåÅ| rÄÜÛU Vl×§xRÏ€yÄŽ}ÀèõGh+¾¯ÇßzÛRıP-¦µÕjfP¥&œ[ªŽåyÔZA±Ú(,ŠÏΎϹã DÎø"q¡ºL\ ®ç©[%¹ên‰]³^’­yÍ+K³ß˦>'µªoJ-ê‡RK<;®8Öë£4ŒAÈÿF®}3vá‰,ÀŒ8V¢6mˆ£1‰OÕ:o*Oò'OÒ,Î\]4o¶V#pi“E‰&q^¢U’›èð²'º½r´i–¶Fš©m‘Yu]2‹n,]·]nÖýEnÒ•µ7 åÆDvL© ¬ì<ò=ŽÜ€½wfü"Œ¼Ë× Ž.ıqÔb_JSšgô¥"cÇ•¢äâ½V”£O‘déÓ¥6}¶Ì¢/”gè‹™4}%c6,`R ŒÑÐÏ Û˜dÃ[L’á £3|Îh ­žetÉãz58†qïm°ßÅKÐ øìC<ˆ£qT"Îât/r§O¥Âô”—ÆÍISñ3͑Ŕ,I7™¥f“MžjÊcRLszS¹"Ù4_¡3w(´æ>E¢y‹BcÞǨͧ˜xóuyœé>gbq©¬"ÞÈ*ÎæbLEÞ{O)î„rÌØøìÅïˆc>â+ƒUpg )?s -92ý);sÇ–ÅK·Å MV8Åš*Õ[,ò$‹ƒÑZÜŠk©BcmP¨­íL¼­—‰³ ÊcmC2•í¤4ÚvMeýAeù•‰Ì`™Èt–9 ÆábxN؀ݰE[ªÑø\X– ކ¹ðn¢‚|.eçN"[®/eä‘9WÉ5:bùzG¢HgO‘$Ú3¤j{Ž,Þî’ÇÚ_ÇØëe*G›4ÚÑ+r¼âé’('ÄᎫâ0û÷’Ðì_¤¡Y¬ ’Ÿ@®‘÷¸;ëÐ}êá50Š·VÕ#¶Ä’‡½ÊpIÉäšJF× Ò»Â8:—Š—àÒÔN½(Ö™&V9³%ÑN§$Òé‘(]u’×q¸«GæÚ, uíÎr»>ãÿí2Šò¼Âø3Ã""Q•\q š¸Õ½U’*Œ¢8‚Ê€ #2(Š .ȦRÅ%BdQc­ -Ô˜å´iãÒ$¦51Ö65¦*¦‹&j=¢Éô‡`ê=œçÌw¾aîsï}ï½ï}L3n9÷ŒùÞ%ô{ÇÐév×w°þ}ðV¥SKÑ[` ÏËx—‚/sù~*¾Œç¬æ.fö× æ0Eš# ƒÍCŒÍ##Ìãú™_rêcŽqîm6;õ2§8…™³Mæµ=Í[BÍ{ÁæwAsÏãn:Ì~ìkwöµw8FÎW=¼»‘§[s˜Ï À&eeIIR,’ñ%r4ŠszÞâ¦_EX‚ÕÏÒ[},ƒ ½,à a–±F“e²1Ô2Ýb‰3Y’ –,C€¥Ðàg©PÄzuK|[¾ ÏÉwÁ ù&<2ú$ؼãíŽMÄyþ8w­”*òèKäP>ŸKs©Gü™\üY¦4ŒÜô[â$“ÕS¡Ö -±öTµŸ­‘ò·Ž”Ÿu¢º[§¨›5V>Ö…ò²f¨‹5_­›ä‘V#·ÅoÊ5õŒ:¥\“Û¢¹'Ûåžd7!Îýð¼çŽ5ô2¨ ²r-õX ™ñ'z•4"—K½ø_?›‹|l]åeóW›Iž¶þzÎ6Tî¶Ñr³M–«-F.¶yr¶¥ÉÑ–+cv ƒ½» m•‰XZÚ,eÜ‘Ò˰ĮƒØ¬‡§ -îíé‰Rꑟ؊¥ä"z¢ønd!ÚCðËt,è(Ç/ d(çð€­` - Ø (¤|8#«·KyˆÊ•·\tæ -ôîòðƒÞÈçŽØ@-”Q›©…-ü+Hç9¡œ~àýxüzá›è K(^´\©`+eá(eñ(.߆oi<Ÿh»‚,ÆhQ=ƒ¹a¸ -»öûžMÔÂVΡ’¯pׯgò6jDñ~ˆÁÀ‹w.€U°ðUºü¨ÄJüØ>¨íâ¯d¸no½|, ±N‘ø?Am¿¾Ñ6¸7™ ßb⊃ï燙GðEÀ—'<o?,íøø=Àò@Û!§¤3œÏ9êä¼K; ë—øq™Ëñ*}r•!ðgÒŒW0tù3•½Þ%Äß(M£dÆÂ9Î`8»¾G´rhçù¨?dÒŸÀ§àø+øÐzÈ:é:çs“z½&}K¿ÜgQzÈÀm¡É[(êïH@K*Çø£æµËtÁ` &WôZ÷1Úî‘ë;-ÕCÙô@+Qhµõú5uuut‹¢½‰2û…ø5‰º¦ úŠò–.‚/Áðgp¶Mo>ãC+<€?è‹*|¾ pM…#Ž8’õYáÈÒ -‡c•®£Øþ’û'êñ+ýBͨÀ+¨ÐK: çoô¹>ãïk}‚Å3X~ŠÓàƒÿãÃ÷èÌtæ=…áy$\cˆ'ŠXbàˆƒc)º¬%ú;:÷"~\PÇPˆšÜHl›à«äx^‡çÇvŒr9M6®R>€Rú~ÛæÃ`r«#¼]á æWˆe¹›ÏT8frìóÈ_"öS)‡t¬/ƒgñ¬Ö)ÔìIÃWý]”p=íÒ€ïÓFŸs2·Õzú á<ån+r×ß8shÝO4®ÑðL¦$§c6±Äë=YÈr*<éz?ÞÂcʇg=e:¢m:D.2Hðû)Þ}œX=§[ã³hå¿n´—rkYŸ• ñùW( _ñ2ž—‰'†Xæà§ma<¥Â’AfÓ«½Ôh½ŠTK}îÑNUóf7¿ØE†vrz;t—ªµsZv¼lCK;s{kµ¶Ú)ÈåsðúÃÙ¾Hb×OᙂÕø?‡Q@¤xRU…¯áÇ.zeµQIŸlå¯O6ãi9‘”Q-%°ÓaÅpoEà6œWÒ_\¤ÓมmUâô&!pö‡ï¸ÆÓ$x¦Â3ž9°$Ð m¡g7ãG¹rTJm”Ð'y³ÏÖ‘¥B*c UTÀi¯&óyp¯jÇ5ÆÈŒÖ?2ÒÞïÁ¸e¤4rÄ—½r#ÎîX #á×8*21EÃó*ñÄK\Ip¥Á• W.•QO;žœÐr{U•mhÖ2ã]e9َؕf®»³!Œ[®Ýw{ÃÏHû%£¾Ž÷»]ŒÄê o ÊŒ}Tì© N#µÎy‚ -;D©Àešò]f*Ï%N«:ÎWnÇEZÞ1]9®6e»æ+˵D™®•ÊèT¯ôNGeíô‘»_UªÇ=¥xØŸ`¸ÌØíÏøLþ#‰ŸÏ:®šÝ&®z®À2÷*róÕZPåwŽPžçP­ìò­è:Q9^/+Ûkº²¼f)Óˬ ï…J÷^,«w–Ò¼W)Õ§H‹|¶*Ù§VŸ&-ôýP º5k~·{JèfW| çûr !Œó#£Ø-ù¬Ê>ÁJTÎ*°Þß Õ¾žÊí œ½µÌo°2ý†+ì–øORZÀ¥Ä(%`¶’”˜¬ÄÀ - \¡ùAë”´Eó‚öhnPƒâ‚Oivð%Åß5Ì -¶gµáÓç©®µcãX&ÖÁ]£¹Ï‡qŸ²Šäs>9Á”Ò]é¡&¥…F(µçP-ê9JI¦ J4Ei)ZóM¯*Þ4Wæ°DÃܰ4C\˜Í0;|aVø&ÃÌð*ÃŒðCƘðãÆéáÓÂï8D‡Û¢Ã쎭øx8×=ü¿žÄjÅŠÓº‚±–ÿ—í2n²ÌÂøÍ¾#HekYÊÒ6]ÒЄ&4M($¥mJ i)4È–*[,È@”½U‘ÖÑ©²É¢"‹2:0(B„uXÎàèœ93zÅÁ 2¿Bõ0çÌÏù¾äû¾÷yÞ{ïû¾÷ñÐSð,Nnbé:™™ž$ÑŒþ2-#Cîɰ*"f‡b’Ù£¨5û•5æ ²Ú\¡o®VŽËŒ(+3ëUc3T¡ÌŪò¬ÕªÒ¬§Õ%Y;ÕÁ¬6õè¬óšQ™_„v”ùÞfÎFÒÚ”‡RúkðDðV[º¬ c¦U)ÓrºÊdK²L² – –lEØbS޳ WUZ¼ê -K±:d)U—Yª4¥–‰š1¹Ó5Áܹš@îƒÚQÖUÚbk«Öo}AWd=¨óæž—ô^Ë Ð{sú£Ä~?œ/Òblãx_7–º4ÃëÉËúžLˆÆl#:6>‚Ì·i  ¼÷cÐÅ?…£i½*›àieœÕ„iñ&ÊÔràÖÍÔ!i¤=ŸcÚ›]xþ6lWM òŽ6ò²3ŸÃÚØ] XT»‰Ånw½Ä³wxXìøZÖÁ³žåŒßÀøSA%~8ìŒö‚H¯"FBˆMàïÃ`¨8l:ðÊMCÀ!¬¡øÍ!µú: ò!Å6£7ÈI «"kcB‡ˆÅ!jóà'ò8œð-ØÎ¾ _¾Ñð9vSðô§ÓË?öw€!n–Æp¼þÞ£NNbΠļ ã|@äC¡ÉÉyŠíoãÃs§eÜq8Î1{¨8³öФÀÕ¹ëuÐvG;Župï‚7M¢ÈYÀòÇÖaÉϧÔ묙KÔé·ì—Ù3¾gŽ+ÿòž_<ï-(@2øä~æš„q«¼á ¹"³pJ rçò-NæüÌW8Kxš/qB)ÚÏ)š $ìS‚ôo„}ÄÓí|Þ'Á»ž÷a½äº¤Ébƒ«P¾“€|·»$µpL‘/¤žñç0þ<ùDÊǸ·É -<ë*ù'þñ™àPÏ’¸S¸Ø?óö{òÓMÎwÀqðxóÿhøQ´ðvg^©pYàÎ×~æRÇxæS'Ç_žÇ_žÃ_þŸû>nî îî4nïðô]bqŒÅs„‚}¶6¾<ÈlÀò3^ûnÓp\ÿ!ŸÉð¥ð•®apÂ`ü -æRÃ<"ò6þò:Ž¢ã:Kœ²\Jä› ³ÿã?C)ïBÅÙ#a9]”ݰµc×mh翾ìžpS²ÿeºÊc›¼Ïðói$!÷å$Žs8±8N'8Îá'ÎéÄ&Ĺ  PÂÑÒ@ á^a@9KP2Úµ¬k·v0UeS§­šZmÚ!MÛ:uÚÚmš´S ߎ?&ëõgûûü{ž÷~_DòÉ´Ÿ6³ËIŒêÒÊðìfJ‰1DŒ1n²“LËi¦éVzqöðÜôÂ1\Ç–Ž+|ÝÂeð%ž~‘¾@Ôóåå>1ÿMùäq(ø0ÌUZ/Ž˜™Ä+Ä÷aç).â4£=} ?[à*ðžü¨ÜzX -\C,m˜AÌ|FX ±œÄ©£>^êÓN„≳Éã9ò8€MÄÚNŒ=ÌØy¾Ÿd´^f¿F Ýeôþ‘w?§hdûH>&ö‡qÔŸíæíD–\–”…ˆG-áãâ ©[õ21ÒÊxj5qê‰ÓL:¨G±‚ŒÆ!bkŠQñ$±v±zÌÑ;Ç™ÁÈì&­ôczìwXÏ,Ÿb†‰ÿ@~Oÿ³ÕÝ6ßcy_`û})•í-†»KÿQÖ¬y¤ð´\♉UNK»¨S±š©O±z±UX…-Â06‰k1-Ncƒ¸SÒ,ÂÒQ¬“ÎaBZÀ¸t£ò¯1¢~†îk ë´‡ò1ßc«}ËÂ6de ,¦þùœ-ÉëËýþH{ä8ìR20£ËǶˆlYäÀ¦ÈLGz°á‰LEu"Õ‡uQƒ˜X<ŠñÅS]¼ ¡è=Ž>Œ5Ñg1¸dKï ¸ô·Äü ý±÷(úc4ü‚-öN)mÀ6{£’3>¯gøý˜‰3>ÛÍ3lO-}[b’°16Sq&L.³aí2'Æãk1¿# ­NðcMB«‡0¸«7#´ýIóèK:ÞäëèN~]É¿BWÊ?Ñ™rÉšÐAyŸ#àÛN¶aŽ_×Ü´¯'ùý[Ý,m²ƒ>šNSNŽÃDJFSóJ³`(­«Ó—c ½«Ò½dt`eF/ú2Ñ“9ŽîÌiteîD§þÚõßF›þ*|ú Eÿ‘ЬÿLðêï‰^½&z35ñ.õ~‹¸79ò\án{Öù²–#V5mÀV·ÕÌÙ2WÀHV4†²R0˜ƒ`Ž ý9¥èË©DON º è2ø„Nƒ_hÏ -m¹#‚/w½ÐbÜ.xsB“ñ„Øh¼"6ßë¿댟JµÆo¤Ú\M®5hò»Ë9ÁK?p =M9Ê‘cŽãàNÞÛLä±:?üôåg¢» ]¡£À.´T ¾‚:±¥ IôtˆM…+ÅÆÂ!Écš”êM[¥:Ó¬ä.ú–ì*º,//zC®2} ;MSœ¦¯g¡¦8 4åu¾Eü—Û¸ku09†nå(L3õœíÈc”<ú-*º‹cÑiNC›Ù€³IðšKÄf‡ä1»¤z³G®3·ÊnK\cT–[&”jëÅiÝ£TZ)ÖKªÝzK-³þ\µYÿªÚ,ÿÕÙ,š®Ì¬éÞ¡í_#æ5®ç9~ž¤âçgÉé)ò˜"!ú¥·\D›--¶d4Ù²à±å u6³XSZ&¹J«äj[RekV+m]ª£,¨–—©vû&ÕfZ-µQKìU‹ýuÕlÿ™ZlÿD-.ûJWlÓ"ŠKµˆrÄz¥“#j/k×ç)ó}Œ?WòXG ’‡ŸöðVFÂãˆG]ej¹Bµ£Ht:J%‡Ã!—;ÜJ™c…j«ìЕTö묕#:‹s£ÎìÜ­9«¦ªóJ¡ó»J¾ó}%Ïù%¯ò+]žCÓåUhoç;=¬KŽÛ«ŒÇ WrÙLãôÍ*ò줽jT¸\±¨v¥¢Ò• -WP沊¥®rÙêr)—G-vµ©E5+USͰZàÞ ä»w*yÑ}N6¸_•rÜ?•²ÝKY®/•¬åššU­éÞ Ýopô~‘cï™!ÖÊ~Žž»­Œcää3íôWí -ÏbØaóèQâɃÅcŠ=e¢ÉS-xä‡äÖ仉Dß]$´ü ÍŸ ^MŒoÒ¤Wiÿ«Ä¿0Áœ˜d}æ*²²cs‚\FÈ¥vñò¹*ò5wË0v-¡+ Ù]zèýùÈô[î¯@š¿)þ&$û»è@‚-–ù·!Ö¿1þÓXâ_Àâ®wÕùDwüKÚ5aI›&ܤí¯ÿÜpb#óró’23 ¬_Ïœ /?×VyVK!í’X„”@’iH ä >`²€ ±*Ä<ˆ´#*@dp ‹[  ÌB œ€ÜRÿ õýrß? ô~µGà ž™X/lfNlåÎÇd–2C™äZ4@.í¼_K.6r5Ò6É#"–†¢J@d(‹BFèBf¨¡ -È!7Ä ]ˆ‰†©ØðÓ”cTˆûÄ.-«¹„ üÁþ%å>®ñü‹Ä:=ܨżäãÏ>ÃÍÏãü­oýð$ý@ŽÅä£ßÄÓfS:aî¹a6µ0›o˜Í/Ìæ®¢°è‡™ðaÚ$;¹ƒI~XËÅr‚Ò8'¶1N¯#_Pîá -Ï?ϵç×Ñã{™—sÀî}ŒÇYÒæo»zÞ/ã1yÛ”ÿ‘]æQQžW¿ó}ƒà®¸@FdfØÆ%숀QDA\qÔjDtbpE+îµ®1õÄš¤¶±QQSÛ´6MmlÚÚÒ&i­¦§™þ†Ï1'<ÎÈ|ß}îöÞ÷>ä§~)ËÐPËúà,·.pÉÖqÙÖ¹..¿Z4U-Í\K¢kHpM‡½Md bn1âl!l5y¨vÊAâÝ ß®œK\mt0].7sx-Fá[ ϯŒ_Þ@ºá ú†á€Kv —mC` 4p¨h¢XÏË«wrè´«Þ£Ølð+Øf—#?$î=pî|^@ÖƒE®ÒmÉM$˜ñKüy®7ÏÁ2¸?6³mÆ~8¸äÔÄÁu0d4Òf¹ ’f¶Ä&¶Ö ˆÒF6úõÿ•ýpµm'¸¸~iU|Ÿ¼C$$ýÂoâϱL»±‹exWo¾³˜îflÅV³ÖÑg¸íq @rÑFR[÷ð,=±ã‡€¾ÜöTÚ±µ“25óÓʽ´(y Ä´‹íñÚýÝ‹.M €>ÿd>Ä"z˜>=Bu-‡éî ñx% É“äcÇø;õ8‚¢9Ü%­p8°[ÍEØ)A:v㉌ uCŽˆô8 -¯"6Ü8Nzp -œöà,Bá\/–Czµ“ór?ÞbA¹HM.q/Ñ\—îâàx(-𭃫žJxŠÀ8¸,ð„ÿXÄû>.ÛgÀ9øp¡\èCØ—Å-N®€wÄ-V®svoŠÜ¦?îâÇ=ÜÎÈ]šì.¤w.‚›ÒçŠãœâ*3N|Qðéàêéâ¹èáx\õ1éD -R>pÃ#Ö(5²Î-öEHÒ«ÉG×x„-—ЗðR“.ïz³[ó~½€D HCäÊ×hݧR*Od&úp®|) QŽµÒ…šù;Šão(«Ç(­¿¢HþB£~NÃü eúœ ÊÇüúk¬Ý¿·Áup |×oùF†Â†"‹“¯ÐU_ u»Ð2¥µX&ÐuD×=D9}Š¿ÇOP?P^¿åà~Œâ¼½ƒÎ¼%o’ž÷åž¾.ÏH™Åç$}NÊæÄÃoûð?ðQ‰o |AÄb„ÏÊÛépä¢Ò&a{Š|„®»‹®û¥v?n¡èn¢ºn0¸~!Mpl¡L»)We;E ¯ÀuŸ’~A 9i%7΃³/øð 01È¥¿¾Ä¤“_‰^îI<)ØÏ"Ž Ø/$†RyWfÐUṗc1ËàX…íµDÞŒý­´ð^ZùÇ¥“ªÜà(ýYŽé1Ÿã°Ç¦65ù ü¦»¥¼ycy &# -qö‡S‡Õ0øŒR­1Ë|%Yæ*i2G'UÚW¤Ò+_*¼ŠeF2™Þ£JÊz,’©=ÈŽ÷)ñÞ.ÅÞt±O§úÜ‚ždR¯'À)ùà}ø/3Êϰ‚µ²×äjw­ Üeø·’œ,íã-Õ>ƒenÏ@©ê¥—ŠÞ12£E¦÷%e}Óej¿l)í7AJúHñ€R™< B -TKÁÀ’?°Qì¾Ûä{¾%Ï·S^ñ½%¹ƒ>—œAÏ€³?…ÿ«×ItíA4eŸ[E6²žÖ““:ê³€u Ò·¯”ò—iƒC¤tH”” ‰“⡉R44U -ý2e’_ŽLô›(vÿb™à_.yþó$÷¥:Éyi­dëZd¼î€déÞLÝ2V÷H2tÏ€SãÂUb?Ϻó£ Ö®×Ý|náÿ6rÀ -Êš:›udÚ0)Ñ –ÉÆKA@¸ä˜Ä>Ü,†Û$oxšäŽ“œÀ<É,”ñAÓ$+h¶d/•ŒàIÙ"cBökF‡œÕ¤„\×$‡|¦I~ª$;•ä §r…µïÜXÎ"×ê>Ö¿ÙÔutíîôdÖ^ü¨ÀWô2)d€ØCt’*¹¡Qòrh¬Œa•¬)’9b¬&#,G“–¯I ›¢^©I _¬¥_­±éJ’¾]±êÏ(#õ?WÌú‡à‰jwªæ0§ö2køiø Kö²úmg%ß”ã^‹]+ú|ü(7‹Ò³y½å刡2."P2#Ã%=Ò(c"4©‘Iš”È4eTÔx%9Ê®$^U 3UKôBÕ½JMˆÞ¤ÆGïQc£O©¦èkª1úSÕhø·ÖdpjMQN/ךuþCvVOÖ¾­H“hÛÕü­©2?¦áG>~dÇøÈX“¯¤™†Iª)T’M‘š$c¬Æj²(Sª:2&S5Çä©ñ±Ej\l¹6&nÖ÷}Õ׬âÛÔ¨ø“jDÜ{ª>îUû/­>Öéãôê$÷'àì(`&!ÏZÀ¾¯Â§%øQ…SðÃNÍ2-ZIIè'6³¿$šƒÄ’ —„£&ÞlVbÍÉjŒ9C5ŽÌÕF,Ð,ej¤ežaY®ê­Mj˜µUa=¡„ZßU‚­¿S‚-_©Áf§— çÉÿñIÌEVÎÝ%ô#hD­,dÇÅ -jS‚Ÿè™ ÎM¢­—˜“†H|R€ÄÚÂÄd3h¢mñš([’ò²Ë(êó ãÏrß‘K”C…bÔxÔ“UŽ ¬ - A\Aŵ(à-56ÒD­€Š¨<ªÆ“ÑÄjb¢¡2š&Íä¨1iš™˜ªÍDMœNM„þV63­æe÷¿ßóÞßûÄŽKtЉ›ì7Õy@Ül§(ã|§HãJ§~ÆC_ãvC„ñˆ!Üø¶!ÌxCaq÷BÇu9‡Žír9EìŸÃlÌ£‘¯°îUówÍ,êÑ.[±/—8™‰I"52"Ñ]Cü5(¡·&DêW ±ŠNjèŸ8Ú•oè—h2ôMÌ2ôIœeO*1„%-WhRµz%5($é°‚“.*(ñº‚î‚㻜‚&t9Ÿ€ç ü»ó™MôD!³‰¿«ù¿”5x.qÉÅÆ4je16ÉY1)¾êŸÒS‘©}Ô/5Z}R+¥¼.ä= ¶˜°e,±yšg#°'€\¹– £J|—1—l1—m1ƒ¬˜Ë¯˜f.¦ˆçÑló0¼ˆCŠÐ»…;Bjî%ÛÛoˆÃœGjÆ÷&¤hÃ:úòɆ¬ÚHO¬Ç•ç¥LlIÄá+¥ÂóÞØ,;*иè¹ -.×ròÀ¥[N,Ê,erA++“–làÐ: -!¹ˆqá—ú|èÔ«¤ªîúú’pm¬eF¿„üŸƒ=“øl,ö<ØÔƒ9=±¨BßVrRÅe_Å¥_Å%SÉ…SÉp©¤±*ÉÇœY½™Bk!ÑÔŸ!rï2ŒÖxvÂ[ÇÇ›¶ðu°Ij¥„2y?»†(ì -¶Iî@v¼ä€EÔ†6B[/а”ØÈ‰‹ÀF,l‘ Öð…ê=8z†æû€Â»C⪠¾ÛÈC=oƒe Yx/åwôˆ½2•ºÛž‹é6–Ѻž•¼ÔS£u,&õ\ˆ ÔE±¨'˜uÛù>[óVêr ½±ùv5ðUJ¥f'¡j$E`&¯§€80ˆÿÃ/@*tƒòfUæ²Äd¯7ÍÎØÌ’ÚÂÔLmì''À(¢w3Ÿç¹Ïyþ{mç¼ZÎ[Kë.VâY¬ŸÙÇ<âqRè´Žà 8ôxùç¢G8êe¯cÄä¹9‰§Y>ZYŠÎ“³ ¾³ÕY?s´³@}¥Ípm€§Ž O2<#à‰„#sŸ ø²§A+`ä 0»…Éët\mÔÉejõ=ìø Zî*=r‚º†£×øâÕUù¾büÊÁœ£á‹&e=OIn­ÿÅa?ÿ¼o‚·Âìð.¸ Ú‚ñÏàS`0§w¿!/·°ãÃöƒçŧoŸy¬yÿî D«-ñ}÷P&ý -ó£fè*á{”Éw躲éßAÑÜFuü÷-ó&šæ”Ñ×Ì$ì¯ÿ©:Ðr7Ñ“ô'ÿt€wÁÁÿÛà¢+PÐ4÷ÑwwÑUß¡uo)³§qvž¾B±|‰Rº¢ù5uõñ*ä”ÐÇ4ì‡hÝkh«Ôâ×N ÞãÉKèš6ÞÁ9pö ‚ûàŽü°:u ߸&à‹ 2õzê}TÒUôTv\ÁŽv츌¶kcp½¼ˆ:{‹†½@,þ@ážãçu’soZa:íÀqpÔaC'`ró„à%…ò§žø×3ðŒ# Ž)Ä.‹ós9ßÊÉœ]ÂÙ¥”æRÎ_¥S軓¨ÃzŽí´I msЬ\¢¥¾¦µ~Ò~X›Á>°Øù™ÚäSÄWøJ©’Ë -À§¸báAÌŒp$s~-2ûs9{6gЪ%œ_Êùœ¿ -ÖuœoÓ«Ú -G?‡ÕH!ï SõDº^;¶9`÷ÿ[p¼ï(m{[½ÖmU/ü‰‚o0\£à˜€ý)œ®½Ø±›¼4QÔÇNîìh õZ ÇÆi-•Ñ@•¶ðªU›ˆ¨ okð¼î¸ ÓŠ¢m×úx¸ã_ œðÅÀ5ž1D7žóS°? /³´YÓ‰z<ùðÃS -Ï2ήR5¿_à©õXûÇ'i1Ý] -÷/ø˜ÒÎUsë÷ãõ0£­ÙÀ}Ž urÅO| ãø4ž_Ç?‰ð¤Â“O––cÇRì(§>Ê´ž -&H¯lšÏIÅxUD„ `d.µ™¿ׂuaŒB®Ü£\w-¡\K¼·Í“ý;^”'ÞqZøbà×H¸Œø”„©ZH},ÀŽêcýRÄï¬Èçsˆ”•|ä‘Ñ™Tô *.—þÈ¡§ÃoG;¼çYN2J‚=¼®gy™1_ÍŠ´Ö••ƒœT“Åê_,\Ca…OF¸’à2Áe†+®™üäóžå²àA6c¯àç Ç•ihS†á†ÌNw•îôèRkÏYÖ¯×X}šÑ”¬¥[¹bl¬‡ë¸öV“Åž®*qê¡B§ÞÊwŽ’Õe ò\†i¦ëhÍp¯·geqŸ¤iê1]ÏyX•éY,³g…Ò½ž×¯—5É«I&ïcJñjÓDïJö¾:3þÖÑ\Å\ó{Ñ” ãˆÁHbÀûk°¯œ•°–ÌññÐ,ï åú„Ëâ;@Ù¾ƒ”å7\™~c”ñT¼Ò{LTšš&ûgËä?K©EšX¦äÀ*%Ö*!h—⃎i|P›ŒA_€@—Œ]:ÏÊur+»ù ð/Ùƒ{ {Pq‚õ„{/–`£p;¯«¹b_AWÓ0Æ_tT3–MÀBŒ3÷“Óì§Qæ ‰RaH¼òCR5<Ô¡¼ÐáÊ +VvX™²Â'Ê^­Ìˆ:Ù#+ݲJ©–ÍJa IŠ8cØ"®‰wÄðS/޳îýðvŒf¶Å´a®c| / gÐ1-k„ŽÒȾ*´ ÒK ò,áʱÄ*Ë’(G¤]‘9²GéÑcŒ´è -#5zš‘3ÏHŒi6l±+ŒøØF\l§û¾û™óOSLL)6ºÇãèHÎx÷<…Ï)g¾çuEïHîÄðÙltLAG9µZl3”kõV–Õ_™ÖÙ­QJµÆ+Åšªä¸aFR\¾a‹/5âŸ6â¦Ö„9F¬­Ñˆ¶-7¢loÛ>#Âvʳ]Q˜íŽžðSx|Gk~Þ]Œ{›*¨G°_û"ÏÐQ‹ŽJÆÁ2jµˆ¾q${)-q°Rƒ””![’UñII²&g±ÉyFLr‰RnD¦T–ÔYFDêB#,m™š¶Aæ´·œzR©—”zÛJ¹o -Jîñ8Ìš÷Á¿s"õ8‰s‰1¼•÷‹Ñ25äh{5Žš) VíŽ>²Ù}g*«=T1öhEÙm²d¤+"#ÇÏi„e–!™•2gÖ*ȱ@Ž u¬—¿c¯|'4$ó¢|3oÉ/ã¾ákï1tQpnÇmÀ¢¾–M¡'ÐR÷+l!9™X&¥^òÉI9‰Éé¯Èl_Ed›–©Ðœx™sRœ“¥ÀÜB䎕îùåÖhHÞsœ÷Šæµi@^‡úçW¿Ü¿Ê;ç{ Ⱦ'Ÿ¬c?<ðocüoŸ×- ùéYžW£eâi4Z ­dzÇRä©à‚A -*P@A¸ü båW˜¤!…™\8B PX!ï¢éêWT/¯¢—äY´F} -wËTøøD7Ô7ÿGyŽèÑo·÷À¿e&çãlú ð*hš…ßAK5ŸU—r5Œ=K`BÇò+í¯A¥¾òqšåíŒRg‚žp¦ËË™«¾Îy8]2&©£ñW£_F'f¦”½”á{Ô7er,þEûàØßæyØ®ùœÑõhM¼ŸÇ³iè*GK!#¹¼Ä %ˆZñqyÊÓ5H®@.S‡ª‹ÃÄ…¿sÑØ.ĺX ‹¹šÁ*aÜžÂ8”}H}ÍßÌvðï¨ãžz޾|³¡‘ó 4aËfó¬-cæJyä)-höcyOLîÃá9@ªò! -pÑTqÐWqèTQÌ•®¬®l¥¸1³™N&œ%¹LŽã™"ÇßSÛøÊH]KÊV-AÃRî lHM_å³b´dò½8ò̲’ÓL†Œ™\ðµ µ€\Ô‹rQÃá[CáÔ°y3=£MÅïN_™ÄTMà MezœÂ^L¾¯Ý¬w+Ü^ælha^@î^ë°…SÑ2-ÃÑ—Bn,èñêy¡I½hàbo õxÜzzËÿ.˜ù$ó¹€êh¨:6°Žšx–ÅÍ[ÃÁ‹‰ó’|Yšu‡uü¢ðlYFO¬älXM_bò~ærRÆóäg¢ÏÊ÷‚ã^=ŠÅ b‹}hf.ùE C‹"{²ˆºh&Í4^3ÙDR!X¸“K€‰uôó·XË=í€k3µ#ñµµä€×:¨©”ñ8žçQJIh -_! æ»@ÿO6òÑJ>ZÉÇrt,gOZ9LZÉE+ÔÊ~,#É-[ØìC GÝà&ÓOÚç&¶iÍ> ÚÙFþ%-Z'¥ƒ(à>/ ‡X÷8<õ±Žúh£>Ú¨Ñ6.™6zd=uÑN.ÚHä:‚¯í$éç8¯´R]¿™{ -yÍ`ï'm¢…XA Ïúõb‹´ÙƒÁ÷ql'';’wÐôèØEŸìfOöpؽIÓ¿Iâö°;Oð½«üæŽ6ò»ÕKy<LåýXÃû„]’y·4`lø=èpþ{Á[nì{oƒNútŠÔÆÙ®j°ä.zô¹8ò¥ÖÿUâ?Oìjàùp$;Œ˜;݆ãw`?8ðÀv’.·1êÅQð.`™:E½žfü€ž=ÇPô{ržé¦.ºY|7?<^­¬§¾YðM` Åp¦Ã ÏxLGá8æŽÿ£×§ÝñœÛ¬õÆ?¿Ëää ÌËW ì×è×o8øop |ûºt“ÄÞ|‡é^¡ðÃZp!IúYY8³‘úÙý“ú?ð¹g¢ÿž ÿ;¦ý›¸o™þoà|®ã‚¾Æ…}‰Ÿ¸Jq\aÃ.‘¨‹úPt IÿÆÓâiÀGà x<®ážL¸Aº‹Ï¼¿»…¯úy]N¢¸ˆ_©ÏqŸá.®à .£ã":.àgþ‚«üØ+<¯úX»`߯ÕüçÐq†Có}\å)­÷pƒ'q£'hØwi ãäâ(ÙůŽù0l‡ÀAÐ öº5ü ¸ÁÈ«X§XŸyó…/®¸ì:«Ulëà]ëÆл~¦ ö”VgÝ%ß…×=(ÖWºÁéçìdÆä &£°=HTàÙa¼½_ß`sdòKûýB)ÿ|¡½¼¿Ð/¿hÉþ:E¾MLÉÆ}²Àqãá.«Á¨ ju£ð8ÄeX½` òoTû`·—Sú¸Ñnz¨œnª»‹êïÞ~‹ø%#ïþRÚ#ø:­6çGÑ"¹‘…;¥’qÙTa8pJÀ©Ð<úáÑ=Ä¥W;ÁéÓ.íÀ+œ´S;ðpÞJô[ÉÍðçí1ãö§±´mäØMÆÿeZüÙPF£‡± öbnf~K+ÓÜÉͼܣÄJ°jÁjÔ+äi;ÿ·ñk ±Om‹‰h½7P t½ð뱇˥{VF-ý*6è;ÉwÇióøg„V; îÁÝâÁ³‚eÅ –,/X¥`Uµ¬f°Za³Œ~­ÇsuD±†ŒZKNT‘Ud`%·‚ª¬˜ïY´ñgá'>ÀÎðþMäØdÙ!äÈ r gñ"¢„/£À3S 6°2ÀÊá^ù`UƒjÕêµÖ°YU‹¶©rÑ­1Ž¨ÌøšJ|ÎhµÏ ¨Èø¹¼Æ/åõù£g‚y—½ö#ö7³é1Æ?}Äh2­%ÀW;!jôÑzßÕ-NQÍ’LU/Y¡J¿•ªð+V¹ÿ•úש$ YÅ* -ì•'pX…AGµ2è´ÜA7”ô@¹AŸkEÐW¼>ÁætüÛÈà«È®ì#ö\Æ¥C™ø€ñßaF’›º?U‡«"8Nå!‰* IÕê¥ÙZê’7´Pž°R„W+?¼Qîe­r-ëRnÄ~åD¼*Gä)eG^WfÄÙ#~'{ä×ʈxÆç9}\€<`¸Â.y®œ\Dzåó!x À¯ ?µ¯F¤{UŒQ%‘ÁZ%OärDY•e—;Ê)Wt¾r£W)'¦RΘz9b·*+v§2ãe7M*ÍtR)¦k²ÅÝWrÜgJ6}%kÜsYcç q÷›à_®$ªy¼YC.2êûá±[³Y‘È×r ;g¼¿Ü¦p¹L±Za²ÈiJQv|–²â]Ê\î•Ý\®tsÒ6+%a»l–}J¶L(Ñò¶,–we¶ÜS¼å7Znù+öÌ`N˜3|À½o€}©u xtzX‘òÐØÈä’t4f²¯œ‰ÁÊJŒRFb¼Ò“•šhWJRŽlIJN.U’µF‰Ö²Ø¶ÉlÛ«ø”1™RÞR¬íŠbl+ÊökEÛ¾TŒõ©!Ú:g¸ƒÜ¼î…zò±Az›dU†Ón~{¥„\ GjÈÕÕäª+Ó {j€RR–Éš§¤T‹SS•æ9Í­åéÅŠO¯–ÉÞ¤X{‡¢3ú•1ªˆŒi-˸¬°ŒŸh©ýW -µÿEaö' -OŸ3ÜæÎWÁŸa9ÙLM`¼ÿßõÀ£ƒØ4«µäH1±ÉÅ')Ž%²d…Êœ­ø,³LÙ6Åfg*&Û¥hG‘"•Šp4*ÜÙ¦Pçn…äRPΔœåïüPKœåçø³ß*0{N·¸ó0Ï#½O°–ÇÆ· 1YW»ñI;¿7Á¥.EÄ͉O’ó}ç -Rtn„"]&E¸’î²+,/GKó -œW®À¼õ -p·ÈÏÝ­Åùä›\F÷¬ n„ªûSòþ$£ëùäÎéæä?˜gÛ˜¬§Ç°±vê’Õ¨ ^ípiBWÁ¥¼ÉÂ' ø$Âã§ÐÂ0{bè±Èß“*?¯C‹½+åë-•Ñ['ƒ—ƒ‹vaìyE,k^/â܃øõ – -Ù7 žê8—À<ÓI]² -½¶“õ‹×!>wÁ§n UޝÜë¥4|bÂ'¡å¾ZR,Ÿ²(-*£¹—ÑHÊ(är‚UÉ2‚\ÆÊ·cƒz¾ŒIXŠp/aJ—ü‘ƒCñ]ÿî¢G#ýî†6ؾká·:¸#És6üM®Öe¨ $Yi¢µ »ZvÌ;¶›ObœVÃÃ5ì55ýØIÅ"YÍQõ ‹;VÅߥ5Oõ.wžûkØô>8@ù064@oà»p©Â7ø%¾f¸„ã;ß~d¿lf 43l›i¦M4³&šI¯‰†·²pä†=Øa‹i T=‹É:”c~¨{®€ìwöÓXÃŽŒÀá ýi˜š`©ç -¥‘ ¡†s |.¾ÑÑ/Úpí ºvšH­æÒFÑ·’ä­Ý8”C[Øk¶²Øm¾ÇR‹z܈’mz®KÜù,Ø'Gá0‡Iú¯=|ÞŸjÒ©.™ð4ï•Âð±Ò¼õ2Ø{ýxÔI!1àºþÝäE…ÜEâì¢ØwA|'—Ü"Ù~ÆÇ‚¸ õÜñ78?Ó…Cp T'ŽÐŸxd‚ôà}ç÷q\Jqá -ž±Â' -®~øÉúoÛoĈÉÂgˆÁ6D~‘Ÿƒäž  â>ÚO^î¥6ú¨Ï=¹ÛDïÍðõ™ãp˜¦&°ÜÕó:>€O5|VÂ'gLp -ÆGˆÈÿ¶qü1Ž?ÆC0xŒãqDÈ‚` _ŒScÄã0Î=)d±AÁ|Óÿ©óàž>Aøi ëç}Ç[̨7©~s`x…aÆ7À›·©ÿa/¾GœN!¾¦ˆÓøc2EL3ˆ¦)®i‚:ѝ³ë'/ý‹ÿCçOÑ›(ÛWÏâRlï›NSÎ|ŸË«•WF¿|1ÄýK›¼gÿ£^Λêe³ÔÉ,1¹H£»DR_$À³3ÂG<÷óµNññØ,î!UzxÝ‚UcùX*ßÅ\$0ÍÛ¥ÑOj³ðˆåê¥]ý»¶°üŸü··ÈÛ â;ÔÈ]Šþ.¾¸ËƒïÓ«ÞûBSœ;Æ™}œÙŽ­Ã¼Xç!9pcþ¼»ùbùáLìöÂ2rga)úÎ>ÀH{DÄ2ùú?£f?aðþ‚Z}H<"ÑáÌGüñÃO5 Ö ¼;±FðJÀr€c~O -ùcþÜ_,€/Ïþ×åu†ñ‡Ër™¸ —`a@`Fá"2àTDToi’Fæ-o¹’i^ñ’G-]ËMÛ4mÛ³g3×vs«MÛ­sZ[µ]Oµµ{ê”ǵ6öƒÎýã=?føÍû<ïíû}ŸW|‚ìUì,FiY—Áñ‰µAÁx{{»ÌÌ\a9ýˆÞ¸Ê¬^cÀ¯Óð×IÀõSlÖú?óCE¡“õ´Ä-tÕ7hª±3ÿ“ ú3¶ø›lØgwÿ5sýýjçTÖÇ ÉG(±P›—iŽ÷)ØŸHÖ»{Mq ooƒðì ìWØì§ø?b·°¯ÆöŸ¨/Øáo¢gn 1?Q-^ÆéC6ú4Œéø÷â{>~»Ñ«=úZâ*ðMôÄy= N?)yUs𽿗¤l@ç|Ø'±~ÂáÆ Bœ3DWÑ4Aß]FG¼G..É­·P&Po c~ƒÒx¯Áã<Î’WáqUv}÷ -û2CtŠ~‰‚žàW/’µãdøˆG±Cس>ƒ±‰qbK_ùŠÏB62Y@ .üWÑõðoÂï$üNÅïÄâÅ÷|Zuþ{ˆ|¥žC¥¡&‡ÐxùæYXî#¢=Tv7¨ƒ¶ÛŽ}æçØ_ïb‹œÞk©×¨ÇitÕ)rq‚¾8®"¸Äw ãWïF|OÄw#Û‰ÿYÚ‹Æì‡ÇnÔé.tæjòŒ¶i+oõÁ|‹.’Ï8ÎÔë³·½$ªÅ¨øÚû—wÇ!ˆ˜¢Á³€•NÅø/ƒ üëñ?ÿ÷Sù)`L£K›áñ$ýÑ«Çô3zã ¾YGôkÈÒjºbÑ®Ôm*6@÷ Ü}^õÏyߘôÿ!æc?¹ØM.¶3#(2›Ç0Êá_ †ŒñZÂ]‹â]Ç᱊º¬Ðb&e…–òVl—Íb2ÛM¶éßzì…>»ìås>ü£¾#ã“_¦™‰³O6±€QJ,åÄQM´pÆÓN+8àxÁX¨Ôd>ìæâeyé¢.¦g¦þÁúñ6@W3«-¡?\5Çxäónð·ú®¡' -n,%—–8¥à”ƒSÍ*á¡ãÀiÑlê2 Ï3Až®‡a´RxjÇkn¥Ã'SýItâ$ðíi7¨&8BUA&U'©,$]#Bìr†¨tH‰Š‡”«(´Vްq*›¬aá3”þì+•eÜ,›q¿2"N)-â÷²o(Íø­Ò#ôøÏU°¢T3‹Ø&VžµpYÊ*¸°5˜Ú´Q¯FV¢Ñ¬Še‘Á*ˆT±1^…Æd9"3”™£¼ÈBåF¹d®VvôeÆL”-æ¥Ç.Õ´\)¦MJ6íSRìI™cßÂ>•ÅtK–Øï0Z¶Ÿ5g[½Às5Ÿ{àõ üfÀc2ý2–©FÆ8ýå0…)Ï£“YÙq©ÊŒËRF\¾ÒãK”–à–5Á£”Ä%'NS’y¾ÌæeJ´ô*Þ¼W&ó/k¾¨ó þ¾…qw÷!°÷4°[#7b³ -?‚¶ç¦à1‰~i@2TfIÅÔ&gh°l–û”f‰Sª%I)IéJNÊUÒÐá² -“9y´“›ŸÒ.SÊ\Ŧ.UtêFE¦î‘1õ„ÂSÞÄþ&cÊwŠLÐωû ¸»}hÚ B1é£ިȌ6msnëQhæ ±íR°í¸ ¶ß*(ãcg|­!é:FüÀÝÉÚûu¶r3Áw³ù_[è“zjSANŠèáLæÆœ=DqYQŠÍJPtvŠ"³3e´ç+Â^ª0{•BsÆ*$§UA¹³dÈ]¢€¼õòËe‡ÌeQÌaáËaK°%ûzžÕ?ø;![Z9›Ñ³+øûa¸xÉK9iK=\Ê©[9Icnâó#ž§Ð‚¡ -)ÈP°#OG±nù;äWÈîXˆ8-b—.ZÃß„BVÇëØ‡8ckÉ¿­#àïûÖî͜Ӥå<»ùì…K;\Zš¥:¸¸è›\r’LN¢] -) S`i¬üK^'âdˆœ4“FwÒTN~ìœÎª.t…‹[ÈÉò\Ê\ògš Å·uü~0·ñê&(¯ë‚Ïn>{áÓÑ.5óN \‹ÉY}’X‹î«öW€›ÃÜqѸSî5m%MS9‚ϼ䆼'• 0öywe‘/gK(»‚}%¼­ƒàïs«—{ -I¸nçÖ=|×6ƒ¹ÄM5*˜(Yqk"'!ÔGõhLÏ}‡‡ÄÃAâáà­CKÔ1àu4UAÔá°n†pÍf0 -aPó>ÃNªîèqïûi¨ö’²µÝpÀº¡9D÷Á¥ŽwœÈE;î,p1RæÒ¬– i—ì.¸f.ºf÷&×&·‰ÁnËáÆÑxb½Òx4ÅX6µ†÷ˆ-Îó½öAqx}‹áЇ¥Ô[ðs —FäH%ïâ& .&òÒ >¹Q—Y;Ú² 3•\´ ½w¨¶18ShÞ)4Ð’×Ê[¹'£k&!"'²-µ\‚óðü^ý´ìv(>µœó‰’­¥uzxÎ&u­|ïá§.¸Øáb!/ðñ#o\æ¼4hèJ/}1‹‹m}ÑE_tqáuq Ì¤g2\3 =@§³‘tî„?®ã"ÜoÂ÷ŽþÇw™ÀD}¦aüáácF®ŽATT((µ@E± -‹Ö‹V.µ(¤Ö‹Ój×UmlÓScSè¶±Ûmë66Û5kj³éžu³µ»ÛlÝ®iØßØibºÉ†<™ëÏû<ß{}ï{®>xósO'ýéIî*Þ¯á»2´äó{*~‰ÁG!è1à/9ÑèÂcN c;:¶££ èh /êñE=‰SO<¶!¾ƒ[¨ÍLŒ›˜Þk?Gÿ Á××·'A!«ås%zŠ:(!Ê:¡] -Û+ùì¹7X}ûß;ÑÆ؆Ž6t´1x´Q«­\6­ø¢•¦×Jâ·p¦ƒ8ú ˜úÜÁDßøµ†àí£dzÀnPW‘¾ñè|~KASäb€.9Ñåzý1œßw¹/>XttsÑuqwÓ+ºWÚ…£;OR€¯x&ê}_i¨ôóìëheËp×Bl è¨äôœoïÿA>À'ƒè¤g 0œ Ñ\Ž“Ðƒw’~r¢—êØ:6„,é&†ùM¼®äs˜Íûx¾3Ïg\Ãþ 8‹Mœú~æZp·†Ñ1B~Œ£4úsÔÈyû<¾ã¡Ñ žùL=ØÚ­­ ÊYº [‰Ø -ã1¯3÷† §MF]‹È˜k!:žQ/€—Á«è¸H/¿Hÿ¼L­ŽS#ÜàŸ'ÞÑðl‡c-(‡'Ž”êûÆs÷Ù½à²û¢krÚw.…´<½.º%'¸’X#¤·%¨|Y&€>¦^§V?¥¸o’ì7qîÍ™¬õ?¸+?6Âp¶»þÁ>ó%;Ä-&Ø?3Eÿ‘Iþsö‡ß±Y|Fƒø” ç·é'l!S,רÆ>b§ù‰q•€}ˆ³>`§ø%Ý/°ö. WÀ8x¼ îçþ| ¾dŸ¸%3|1bú…k.< àY O•Ø­Ö{lSWhVï°¼ŽŸ£ã-tL°Ž³™¾©A½Ab\Æy—`¿¨¿à¶I6ŒI\ÉüFîÓð/@÷†WpôvškìwW™ßßÇï*žEØ-Áf96+9G56Åf-aÙʙٚ±ÿ¬]„ï(©q’pŽÁ÷)tƒtºCzM¢l’”ž$Å'Ù<¥‚?:#|€‰ó„òŸ1ð%Óíù¤DvK°[ŽÝØ­"E×ržØßJê6b¿…Òh§DzàéGÅÊê%¼ò!Ÿn«^'Ž#àïðý0Qð„ð«àu¦š7œ!¤c$·££ÛˆKù±™¿Z~Ù€ºuxéQN´†xü„xTSmUTájø¸â.]b$»À(2Ìus’k‡nιéá :m£Fšd!Ê6¸ìð$Ãã€%“säâýEZ?Ö¡c-ùQC5߬æÉGðE%–V`µ?L+'eTB)üNŒÒòƸ^N™¹R¸z¡§-\×p»q#ÖBà ç\1œ)3¥p&lóàÊ…«®%((ÕpÕðnªvêAN²„xS)ETp!Ù_H< -ÈÍ4\b ¼`ã:àº?Á8x,êûk·mÍø…ngôǪ¾­$7–Ó7–¡ãat”¡ã!åi)–Kø[Ì/E©b$©`\[J+ó…ÂÅÉãà›ß,øf××"¸Jà©À~ ¿Ôá­f2¨‹'‡ðÞ9"9nY·ÉòÿèÆ­aF¬%½ ‡÷íhÙ5“0™†8­´0_“'Ý•çé£l·`øÂ4Ç-ZnñJwORª{šfyd*Å#OIžÅJ4”+ÁP¥ø)›çµK1^²z*ÊkL‘SÆ>åº,^“Åû[=çYV³ãùŒH ›=n/£èNÆâ-Œèk‘W›É›…Äfž¿§Ò¼šé¬do‹føX5ÝÇ.»O²âŠ5æÈæ[(«_©¢üV)¿V–€ÇÐ)sÀ Lçì?¡ ÿ -¸­ÿ»:ǘušg¨€\`=ëb=ÚÃçèØÌn[“JÈ—ÅäM92›Ø$觘©&Y§†+:ЦÈÀDE¥*É;bŸ¦DôÊ1"ðËà×ò´üUS,w5ÊùŸ…»ŸµìiöÈÐZÂÊÀص‘±¼Š8•¯"+*±IÇ'ÓY¥¢¬™"üaR`d„"cå•$ßè £såm-–—µBÛZyØäÃÂbc~³1¬YÙy­ì›Ö[Rô s¼}åÔk@¯-Œ[ÛѲßV£±_á“|’Ž;#ª%Á]±Fcƒåg‘WœM†øDyƧËÝž#7;δcÐÎü˜À2;…d:‹Cªá/þš÷øFgáz†G{yŸb—Ý_‰Þ7ðÝz´­Â'åh)BË|´Ì¢vb¨3>1&ùÈsF Ü’˜“Ø­’)¤d(e¯üC2‡I©uÒL–Én€†ådn§¤*¿ÑiÎ}c=«Ù3ªè ¼6¬¤.Ѳ --å¥Ô%Z29Z:"É× |bppÑ8hš½ƒ„u$EÁéàŒe0Ãf´'C{:q·e*fÝÑ)øá=‚ËÐÛA3¨çóz¾_ÍzTÊ3 Ðê gìäI(µã›GóÌ¡™gûŠ6›âͦág'•ÍYÏâ0Ùµ€y>›¥-‹e"ó%iîÙ®óફ; -àßÈI ’1*Ð(Kƒ,A6…‚AEUEˆ DDTDaP¦…¶Zw­etÚŽŒ3uìtªµNít±*N;M?!Ï©:ýã›÷òÞïÝsîw¹÷Š©‡òÓñœF˜uó ­¹¯Kàp½ó麈 ¶2\ʦj#[ëÊÆ¦à•)cèö1]…zŒVÑûÑi´f¥ÙGÙÀ( Z!‘LÒ¡‚jùá'þ:f¿€¹MÉjµNKj¸Åû9R8—JË•µŸœ·ÈÀÅE%AÉŒ©Kö²ÎÂ¥;I=&©ÇDõ˜¨'&*ÞO°À„[5ž‰ǬŒ¥ÜÆà0úëØg+ºÍ#µ¨Ö¬Ò“bñrs‰Ëe¸Uàx¾­³è:[\sæ ¶D¹H¦ËÅt‡ùUrQ%U×*í4=1M3Mõ£©@®¬ÔÑÔÒå¯[œ’žøu<¸ÌL¬t6h™Mkq0B+´ðü5–Ái¬ïËý¼.ùø¦ããJV(1¯5¹úbN†èæp×Õú¢ÚàTèÙ -7ÙkÙ€YΈ™ÌâÕ/áMMWްàne½j7:#7¸«Ðí³ËoW2ß—áX,/]ðIZm¢¢5ps5 `Ø÷k€}jvw5½µ~w›ß-3Åxq‘èc‘ìh%‡Û¢I4'Lˆël‹‰x"OŠƒÑfØŽàqÔÙqTo3«ÇÍÈ }qBÁOpSÇ_‰;­½ÄÚÕb²£¿õó¬rà{k¶š C‡[׎]r½Í¤=Ÿ×"[×f\`¼¦.o„oëwÕä=C}ÊœžrVœ:DÕÆwâßâ4íúýü7Úù/é§ÔãÇTì﹄©ù¨û÷¹‹ß8$~Eù¿cHOr@' ÊÛ±ž›ÛoiŒ7í { ÉW}úr|†R _×'ÄQÑÊàìÿˆ/Ä_ŧўúï -¯8~K Ÿ¢’M3¿CQÿ‚cyxÅ!ù/:¨^àe~†ÇOñø 'xšã¼î£AJ‰cøœ§ŽòxGøšg!ûES‚ÿØ¿§¢]¼Ëg¾M;¿A¿¿J™¿HµŸ æÄM£òŸÃã¨|áês^ÏâñŒëOóOÔ'ùš'4òãr±_‘šem/OñÔÖxH4ŠÓ0?K`¿'N¶–O¼éöÒ ^‘’÷…q¾µ/¶ö%ÖkÝIgÜãc¼L3Çׄǣ\î^<öðwÇZ£sœz8{¸ÍC²òšÿ>U¥#ÞÂÓ¶p>-\_È·Vn9mk©ÃêqŸ9 ñ˜MÊ^5y˜¯Û…ÇCxìäe9¯ívÞ®¯ªÇ£N]¶ÆªØ¢7ɓ÷`½Q&ïÒM5|ÍzØëÄâÃþ+âx¢Í&Fo/¯»+r¬P§wܯ&uüåV<¶¨ËfýQ«O7ÅdU0f˜ãFë/µþmq‡OoóËÕ²´Rõ–C»5þË`/Mu«ÞmøÏ&ÆüÑÄ´ƒ×­‹,xù°ŠÍ}TyŒA0†ÈvŒ10Æ»2&Ûù4U˜c.ŒE®µå*³ŽÛÛbzvÉÐÓ®ÜWMÓ':¹ÅSmñfbŒ$Ž‚½‰ã°õ¸Ý|æJH‡Ù^¬8}­|ŒAö0DÖ+â&s1 ñ¸A>æëyæ`PÝlYºÆŽfªÇ hÓUÿªøÊ“-gâç®Ýç\»O¥´­&ð]WòöÙn†½u‡×ÓîzÉt?8ePÛǸN]ªåãZu™E`] eºOª<9ã+ìbŠŒ^.ÓLÔõoÇÃoãdñ3®üýŽÓÝ®ÜusJ~ëÕL^ÙgªÕ:Û[.¼"X½í©Ÿ=•Á k¬°*aM„u%¬™°æÅ8ÌÇž©Ø§Üîi‚G˜ø -'A…±‡ç¡OëR5ðºü¸§µ¸,—òÉ~ÛÉgGûË–Ã<E²ÞÖ9°Ê` †5$.5/•Gûf¤'+äb¸†©Ç{‘*—›îÁN›ÁNƒAñ¥h‰Ãd×ã¤ðn¸…$½ —5¸Ýâê]ÀBPVì`Ÿ`v•¿|XE°zÃ:r¼Áð†ÅP»½Øå˜ÖuÈ&â|óQ¦'è‰sÍè¹NÂþnƒþ­ç5ì}¤ß®®yWJ-I¼—•®ýŤÐ\9™AM!MÆEŠœfÈe7x=ì­ØÞΆ×ÞðÊý­€U k²O¯>Ó9}UôlÕ=Ë ÒËÔ—8mKLd‰Ó±ÄYqnS¹^äkëÄ=$àZŸ-wÕ.”“ê"š"®Ò7£ädXR*¤L9Ì×^ ¼>ðÀèÝPÙk’o®ÂržN^Ië#?©>ò’šuÕ1þŽþd7_Åð÷’,É6q7ùw.Ëäå†ê@šN%ÉÆ‘í#È‘tJŠóRÒâœä¬èÓ.'z·+ˆ^É¥Q’Ü7ŠÚ—EÏöåQÐaDäwy)Ó"'õºè–º$²ÓÖEVZ]d¦6G§ÔcÑ1åd¤§~,þó°{زÈ‹ûÄÆ‘æ¡B/°( ‘ãç±úe¬Ú /l³–ý³ÛEiFZ¦gE´î‘—^¹égENÇs£[ÇA‘Ýixtθ422¯ŒŽYÕ‘ÖùæHí²6:tÙí»4Er—ç#)ë—‘”ùQ´Ëü2öÃÛMrng‰¶ðo¼®!Ç—àu=~3ÕfŠ~©Ô7ÃÔæB9égvŠr“#';-²²²"³K^dd—D§ì~‘Þõ‚Hë64RsÆD‡œ)‘ÜýÚHÊ5]¹Dy.ÁœKœu'zºóz9ˆèöy샿k\›äÜÌ¢Öx]Í&.©d.aEÔi²zUê‘¡rr¡~í×\²{¤Dznf¤äuùE‘œß'Úõ(‹¤Å,Ôæ´Y-dŽz:mzÒo…td¡S¹à-‚ÇÉÿ<šìý!òÿ~ßKrÖ°f«½¿—¹r2ÃR“åªRN†á2PŸôÁ¥™šQší‹ùšbÃS¬P%È•h¢R–*j©…KéÇ^ÌY/ä,†¡±ZB¿!ä¡èóxÔÞw®gMkY€õb•÷7ùlŽ%fÈÉd\Æâ2—2[,Õ'9xü—ý2ÎñÌâø“XÓQ¥5 µ!iX²¨JPB”"±DB,ŸˆQ_RY$iÄRboµe” jë0-R£”N;MÇZKZK‚"ó{¾ïKò-ïû™é™9Ç™¾÷œ{Bî?Ï{ïÿ¹÷>÷Öt§¡ºáCK¬ ŤqãÒܸv#÷¡(;–;ËÚ‹,+-H[0)¸âƒë‘Ç·rC¨K oᲞ]v?uCð_†a/øâGžxptCòµ¶73w[fU/š‡'ÍÌ“ö䂼H`/.΋óä’=9܋֋eÑ‹eɓŠ ƒq+&%î£D,²ïfÐ çŽÂ4Õñÿ~:Œ½nºrGí Ë•´-KI™¾™Ž«s¡LÏ -2ƒŸº(òa =šÕ¨7¼tÂÖpÒ˜û©CU…ÑæÙ•ÆÕ•Ç¥ ÷@ÁÐühpìVþ$¼?äÏ!þSP^Bæù—™’^bjêˆ~%b .fóÝ4R7…ÒOÆt²ŽI*ã[w|ôÆ×–Ü— a9Á c-Í}.zÃEoî#ˆûèÅcÓK6r¢'„õŽr` »f Kew–nìy]ŠðµT,b Í⛩±øÀC­gL@'@]¿ïƒoᥠ¾6&œÚøR%ÔðˆÑÄÑÁŽ4Ò(¹9.‚ÉÍÍMeÖŸ ì//”ƒú%¢L'}Y úìÅçïñ±TäBQßL¥tRh#z`q”rä ŽÅ§îØ½á§¾:ÃWuîˆÁ…dAG£p$Fr'#¸“pîd8y1œ¼£‘„Q£¡$P(9Œ@†ò‘¡ô©!,sƒ™Þ2Í—Š…ü:“µ+5‰|˜#ĬdÞËÙƒ?}f’”T+|iOµbøÞdÃPc,&š”ÅxøˆÆh·q4ôq $cáb,…EaEá슠>GÓ§FmÃ÷3ø}[äðÍÌòá-£|"ñe¿…ëk/Mñ§.þ8â/ƒQãM:ݤӤ2Æq/qø‡q4÷©p1•úˆå>bq<†ƒuÔÆ$úÔÄãø_,rh]™éôt&4M` Å— Üõ÷–”“3>UçO…Ô$ÓOsM2©¾\ÉÓ$ò4‰ÇVOÏÒó ëId=—8›`ɉYäåLzDÂe‘“Å=dcB§`¹€´É ñ©ú<~9¥š†l©©&MSPóß§ÃI~dÐÃÓhðéäE\,àBÓ 2mçíáøN,ÈevC§¡‘”î îm‹6AkåJÃre\¤.6Óòÿ/1-(< ">šGÿÌãNäð -.V’€+/g£ZvRÌ›€ŽG‡¡½ø{o~6{‡Xf:g¹IóL ˆ\‚ƒE“AФkÍt0.K ´e±IïôÏÍÔj> f;y±Ä˼å€Hä\熣}ÑNœïÆùõ8×±ü¼wMgÊ%ˆk4,ƒ´[Ætãr&•3,Jò'á±FWèûÐôŽƒ¼©G¸“ã<'HðB¡Ph)UªV«^Óé©ß=]û™ºÏ>WÏÙ¥þó 5~¡i³æ-Zº½èѪµ§WÛv¼}ü:¾Ô©³@—n¯tìÙ+èÕ>}ûõaÖì¤9)óRÓ3³s-ygùŠUkÖ½G¹ÈjÉßJ€†ø¬R !)dV$Q&q(‘^¸Hv\¾B¸W¯ðâ⟈ùæ­[· »¤´ôîÝ{Äþ˃>Òâ×DM4ÑD“_#·c/ùîæc·þ[®h¢‰&O–Ü¿Pjß¾-wK‰=ÀÅ%±9Eö÷¶æn¾c÷÷ÎÛý‚&šhò„JÉþõGív&'Ú±ÿ°¸_•ÐÝv… &ö‰ûÌàçÂO–æ_·ëDÙcÌšh¢É¯‘¿¶oÿ4}Ê;懻ßìútÂçê€#É=D޽ǧÝT ãaÁú•ëvœº§f×D“'PÎm[½ØÎ|ps£î/ב_©6D6¦n:¬S³™n(ÿg“Ô^÷å=Œµ9æKe{¡î)#àÕ]Ê€ÛíÂç}e€ÞdM+Ú¯ù•j(wE…$*F6­D+v½ÓËý”7¡¢5£ZU3¼Î*‡QöÅ¢ñƒûš‘½Iý6î_½þ‹ªQMþc¹ñÕÁÕçƒókbvëà¡6ÜŸIïe(ߎەí%¹¦ÇÛ%K°o´éíqÅŠ€…啦¸ ݘPQ›=*´¨´WR²+Ë¿á%@@% j¶‚½H˜ÉÀhs€NмŠ`à#ûÆ•ºÖ•ïK -GÜÛ7­ã³F»ƒsRewödèÂBFêfÍ_tN å¾6áhb!?üYÍv%?+aì@ï×Uì‡;×5äd÷/íñ®¯Xz%©¾åYïø–`_He]L±-œ²²œF•€°«¶ö»Ñf¥¤P§››|ŽØ6›W÷ ;mCÌ5ß³ Yhc_l °]s,í"ÊÚ~Ä -ÐÝæ„z™Æ£x[n—}»6ªSƒÕ¡v#/¥Ä4·1#9iÞÛ+6ì<¤h×ä7&—m[•©P7RÎ ñi$¯–mÖKÙáRž’cï+ØF×­ÈÙNÇóÝ+“ºîZ…˜×E²-`I}sÀh[@”EeÛ<ŸE®€n6=èCËÚôüÆb p±áÒªº…õ0¶Ú°Ê -pÂò¸OØ,JV€8kÀNµ-6sPiÁ¾•3‡¸Õ¯×°EÛÎA!Ó­F¹~ª àä7ç¯ksÊÿ‰Ü¿xjÿ¦ýʶKÛ²§‡÷lß°º§xßEVÔ·¯R‹Ù\™pÕ—ÛÚOŽq4KÉ©¶€ ó×_]·¶oÑ?D3›Uꃖu±Á0ÙªpÒ­nV€ÉVöÃÿb¿ÞÃz̶8€¿ˆ™Tî åVîJ®ÓH׊È\JäZ¢†&M3H’&DD†L9¹t8(¤Æ½t* R1¢#ÓA¹ÌžŒÛû]kŸçç™çÏ™s~ëÏÖçyßÝï]{ïµèÞD@  ØCÉ/Ò)¨K¯ - óhI@ÍÜл¢áÿ¬ÂÎûnºUÔ ÂY -î§ßìã6qÂ4¯…KB6î”N”Úø+ÅíÔ¸MÞ.v½.ɲ©+ÆYÕU :’í/¢鼫wž?0@]PÝòÙÛ]¡$k¡ oå[ -œHUÓÝ]И€þl!y¥™ÖR sAÊñ ¬GÍÀ×d• Љт‚yL¥€ö»)ð$@4 €}ð¥L¡@X7o^ß Byê£FM-:;3P÷³~<“r);¯°ä…,­On?´5QšÊÜì5ªG«Фc-£3;V~[ ]éV~»ÛªËåãXš¿à€ÅújRqŽ$» mK¬¡U¯K™(û°ö€¶ »pCÀ:zHÝaÀ‚üŸU)¨O€%už!˜FAíG¶iúè? ‹p&@ç.gtˆÈ%@,# â5c’‹“ËOŸ¯C7îà@2eþ#:tчN6y²ìßáj½þ”ìöÇÆ×Vì%4ŸÚ«a(H¹˜ÜÂü!Zոм‚`.dw¯gÀoš"Hc@ÁAêÎá#ê3@ÎÚÞ D"àç`‚HB\«Líæì)XEÀ& -}XDArCÓ))¯'ÆJúu4³°d5UeO?z&IiãēܔØõe™ÜøÕÞcz™ý~F¬àéHÇ&ªo9‚¦oºà…Òè&ôF¢—{+j_C†€Jkß1Pég§PNÈã`;¾C—f ¸"Ì@?´S+Q ´GÍÎÚåô¤  ˜Ù„€Æˆ¯ 0 @Œ"‚1Á .Ou›9ÛÇyðÚ-;÷Ågr ÷ŽÂ‹·xŽìj:J’<ì?¢]7Â$Ÿ¦#ɽCò>•ÈÇ^€ùpZpŠ>y `äîŽæ`€‹,PÂÁX\¥ ôbÀÁ$þ´q/b8ø ÀuÖ«)iøÞÄœG°˜T‰ìÉXG©'àDsö "j"¡@Dµ0…ñâË:削å-J ‹NÝ8Љü”}²??<é;ÁÆüÕB·¿( ýâ<’?Ü…|ìÞ˜#ŸZQªcënÍ*Rù;o‚ìâïî ¬q•ú ÔFБ?¢€#ÿÀÛ å€ÍDHä`€Âz ÏeÇÀLü| ãÁÑ*LF RàBÀæ -Œ$€¥Ý(¸1A] -DyBœ^ÞiÖnܦÛ0€Ýé ÷ŠSažc‡ôïeÝÑÌ´nµOi6¤~ˆŠ~Ô—U\,K–Wü¸q0€ä|h ‡å)ˆO8¸€_¼drç '¦8ÀA™lkÒÂø)VÁRª 8¢Ã‚Ò>€Ò®õÐÄVz–Q±ÊÁ -Ä~õÍTëÓã ”7¿Î_ø…l‹;•õoIRïÅùYW~Ãà´WÊqWéÇÀqÉæÄ#¾|G@.­Dúpƒ(ý(Šn½–íœæíºÀòåñ¯+·µGÇŸ/2v„.ó;kº«³ã0‡~6v>ígoú1ùÚIj ¹™•p5øIfÁ;pЀd|¨ PòñMÌu>ä(YðˆN$ÃÁV|k’.'šƒù.×g`aÏN{â+Æ!8Ú˜‚áÄT -l H ¡9"Œ~s -D¸ÙÛœži—Ñ‹)®Î‹VDÄ$f–ð¤6>d€¤æ ä(sb ±ø©n°cì±›¶kˆ-í_gôM­†x¬Œ¹Eˆ7m~@ØÎÃçóe9müÕ¢´¨àÖœìÌŒ«Ùy÷ U”°ÁoÖÄQ6=¬-;´iÕ¢yó–­Ç«ÁæöÕXͶVƒ¾+”*ðK‰ Ùy6HÀs5H’Ì07Õà¾d§àüêÆ6H|ÃL{b+¤ñEø“ðF^“‚©ÒS03! -Åsª¾KÖ2ï75”‘ïUÝØ¬K¿ÑÓ­Þ{ö;Œ'Ï_/–%´ñ¿÷2Î$ìÞ±nMHP`@`ðºm1êô×]ÌVû¨Â»ª‚tæK¦u¾$©Á^ ء٦À"rà`.ClâÛ ¤f ´P8€r$‹¨†`»1®²óAu5€ <*ëur$@é÷2¡glþùˆY+v§J‚CÓ®ŒÜŸ˜v›§´ñÿ¿––<¸w§ ïöÝâ§$u5."È÷ 7×ñcF4À~àQ.îGÔ`ÅgX“2Y N°šW5(éÈ,•Á’w8Èö9Ÿkb²&TQˆo£äÕĪz–2Óµ:–’Gl~3¢Ô1ë3þËMGsH^¼XÕ®ûà ^þk÷$^§¹×q>ûþÈhC$îf]8}ì`ì¾=»¢vFíÞät:”Õ§Á6Ý-Û¶nÖ¸±‘‘qÃ&fá’­‰ûÂ[ØÁ·&‚‹í4€'£9¸ b1Wq¼=À)è\þàñL¢ñ·ÞÈÚœ5R1]¹i±ÚìMN¿YÏñ¾›Ò­žëmXͤ}Ï¡S}×Å^*’¸º2üûã—óËd9mhãůϟ–>{.I¤ŠŠX´tñ‚¹³=½¼æøø­ŒÜ `½•™©q-=U᧨Á‰Ú|óþ E¶l€wÌæ` €Õ˜à$ŸÅƸãÌ€=þKY+f †½£‚,Òæè¶@~í°¶o“5Û:x¬ŠË" c†¢Ô0é`ë³yÍ ¼-„Ûg0ÛW£`ȆƒÀÿ;­2 endstream endobj 10 0 obj <> endobj 26 0 obj <> endobj 27 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 22.1.0 %%For: (Kevin Adametz) () %%Title: (Unbenannt-2) %%CreationDate: 26.07.18 16:48 %%Canvassize: 16383 %%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.001953125 -10.0029296875 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 312 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 1 1 1 1 ([Passermarken]) %AI3_Cropmarks: 10 -30 30 -10 %AI3_TemplateBox: 20.5 -20.5 20.5 -20.5 %AI3_TileBox: -259.5 -400 299.5 383 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 2 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI17_Begin_Content_if_version_gt:17 1 %AI9_OpenToView: -11 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_Alternate_Content %AI9_OpenToView: -11 -4.48494983277578 29.9 2151 1371 18 0 0 328 137 0 0 0 1 1 0 1 1 0 0 %AI17_End_Versioned_Content %AI5_OpenViewLayers: 7 %%PageOrigin:-286 -416 %AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 28 0 obj <>stream -%%BoundingBox: 10 -31 31 -10 %%HiResBoundingBox: 10.0029296875 -30.0029296875 30.001953125 -10.0029296875 %AI7_Thumbnail: 128 128 8 %%BeginData: 12508 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD35FFA8A77C835858335833343358333433FD04588383AEA8FD64 %FF838358582D330B330B332D332D332D332D332D332D332D330B332D332D %587CA8A8FD5BFFAE7D5833340B3433342D5833342D5833342D5833342D58 %33342D5833342D3433342D3433345883A8FD55FFA858582D330B332D332D %332D332D332D332D332D332D332D332D332D332D332D332D332D332D332D %330B333383A8FD50FF83582D343334335833343358333433583334335833 %343358333433583334335833343358333433583334335833340B3458A8FD %4BFFA8832D330B332D332D332D332D332D332D332D332D332D332D332D33 %2D332D332D332D332D332D332D332D332D332D332D332D330B337CFD48FF %7C5833342D5833342D5833342D5833342D5833342D5833342D3433342D34 %33342D3433342D5833342D5833342D5833342D5833342D3433342D83AEFD %42FFA8832D332D332D332D332D332D332D332D332D332D330B330B332D33 %2D342D332D582D332D330B330B332D332D332D332D332D332D332D332D33 %2D330B337CFD40FF83581134335833343358333433583334333433342D58 %57827CA7A7AEA8FD07FFA8FFA8A883835858333411343358333433583334 %335833343358333433AEFD3DFF58330B332D332D332D332D332D332D330B %332D587CA8A8FD17FFA78358330B332D332D332D332D332D332D332D330B %58A8FD39FFA72D3433342D5833342D5833342D343334338383FD20FFA858 %5833342D5833342D5833342D5833340B5883FD36FFA8580B332D332D332D %332D332D332D330B5883FD25FFA8A858330B332D332D332D332D332D330B %3358FD34FFA85833343358333433583334333433587CFD2BFFA8A733342D %583334335833343358333433AEFD31FF7D330B342D332D332D332D342D33 %2D83A8FD2FFF7D580B332D332D332D332D332D330BA7FD2FFF583433342D %5833342D5833340B347CFD34FF832D3433342D5833342D5833340B83FD2D %FF58332D332D332D332D332D330B58A8FD37FF58330B332D332D332D332D %330B58A8FD2AFF58343358333433583334333433A8FD3AFFA8580B583334 %3358333433583358CFFD27FFCF2D332D332D332D332D342D3358FD3EFF82 %0B332D332D332D332D340B58A8FD26FF33342D5833342D5833342D3483FD %40FFA8333433342D5833342D583358A8FD23FFCF2D332D332D332D332D33 %0B33A7FD42FFCF33332D332D332D332D330B33A8FD22FF33343334335833 %3433583358CFFD45FF583433583334335833340B58FD21FF57332D332D33 %2D332D330B82FD48FF7C332D342D332D332D330B58FD1FFF583433342D58 %33342D343383FD4AFF83342D5833342D5833340B82FD1DFF58332D332D33 %2D332D330B83FD4CFF83332D332D332D332D330B83FD1BFF833433583334 %335833340B83FD4EFF8334333433583334335833A8FD19FFA8332D332D33 %2D332D330B83FD50FF7D332D332D332D332D332DA8FD18FF582D5833342D %5833340B83FD52FF7D3433342D5833342D3433FD17FF7C0B332D332D332D %330B58FD54FF58332D332D332D332D3358FD15FFAE333433583334335833 %58FD56FF5834335833343358333483FD14FF2D332D332D332D330B58A8FD %57FF33332D332D332D342D33A8FD12FF7C342D5833342D583334A8FD59FF %33342D5833342D581183FD11FFA7332D332D332D332D337DFD5AFFA70B33 %2D332D332D330BA8FD10FF58333433583334333458FD5CFF820B58333433 %58333458FD0FFFA70B332D332D332D332DFD5DFFAE330B332D332D332D33 %83FD0EFF57342D5833342D5833A7FD5EFF83342D5833342D583358FD0DFF %7D332D332D332D330B58FD60FF58332D332D332D330B83FD0CFF58333433 %5833343334A8FD60FFCF2D5833343358333433FD0BFFA70B332D332D332D %3358FD47FFA8A87C837DFD16FF7C0B332D332D332D3383FD0AFF58342D58 %33342D3433CFFD46FFA7580B34333433A7FD14FFAE342D5833342D583358 %FD09FFA7332D332D332D330B7CFD46FF7D330B332D332D330B58FD14FF58 %332D332D332D330BA8FD08FF833334335833343334A8FD45FFA834333433 %583334333433FD15FF335833343358333458FD08FF2D332D332D332D3358 %FD46FF580B342D332D332D332D3383FD14FF7C0B332D332D332D33A8FD06 %FF83342D5833342D3433A8FD45FF8311342D5833342D5833340B83FD14FF %A8342D5833342D3433A8FD06FF7C0B332D332D330B58FD45FFAE2D332D33 %2D332D332D332D3358FD15FF33332D332D332D3358FD06FF333433583334 %333483FD45FF5834333433583334335833340BA8FD15FF830B5833343358 %3358AEFD04FF83332D332D332D332DCFFD44FF7D332D332D332D332D332D %332D34A8FD15FFA8332D332D332D330BA8FD04FF830B5833342D583358FD %44FFA83433342D5833342D5833342D3483FD17FF58342D5833342D347CFD %04FF33332D332D332D337CFD44FF580B332D332D332D332D332D3357FD18 %FF830B332D332D330B58FFFFFFAE3433583334335833AEFD43FFA70B5833 %34335833343358333433FD19FFA83433583334333433FFFFFFA80B332D33 %2D332D58CFFD43FF2D332D332D332D332D332D330B83FD1AFF33332D332D %332D3383FFFF7C3433342D58333458FD43FF583433342D5833342D583334 %0B58FD1BFF8233342D5833340B83FFFF580B332D332D330B83FD42FF8333 %2D332D332D332D332D332D33A8FD1BFF7C332D332D332D3358FFFF573433 %3433583334A7FD41FFCF582D583334335833343358333483FD1CFFAE3334 %335833342D58FFA8332D332D332D332DAEFD41FF7C0B332D332D332D332D %332D3357FD1DFFA8332D332D332D332DFFCF33342D5833342D58FD41FFA8 %0B3433342D5833342D5833342DCFFD1EFF333433342D583334A883332D33 %2D332D3357FD41FF2D332D332D332D332D332D330B83FD1FFF580B332D33 %2D330BA8A83334335833342D83FD40FF5834335833343358333433583358 %FD20FF5834333433583334837C332D332D332D337CFD3FFF83332D332D33 %2D332D332D332D33A8FD20FF830B332D332D330B83830B5833342D580B83 %FD3FFF582D5833342D5833342D5833347CFD21FF83342D5833342D347C58 %332D332D332D3383FD3EFF820B332D332D332D332D332D3333FD22FFA70B %332D332D330B7C822D583334335833A8FD3DFFAE33343358333433583334 %335833AEFD22FFA7343358333433345858332D332D332D3383FD3DFF3333 %2D332D332D332D332D330B83FD23FFA82D332D332D330B588233342D5833 %342DAEFD3CFF7C342D5833342D5833342D583358FD24FFA83433342D5833 %345857332D332D332D33A7FD3BFFA7332D332D332D332D332D332D33A7FD %24FFA82D332D332D332D588233343358333433CFFD3BFF58333433583334 %3358333433347CFD25FFA8343334335833345858332D332D332D3383FD3A %FF830B332D332D332D332D332D332DFD26FFA80B332D332D332D58582D58 %33342D3433A8FD39FFAE33342D5833342D5833342D3433A8FD26FFA7342D %5833342D345858332D332D332D3383FD1DFFA8A883A8A8FD17FF33332D33 %2D332D332D332D330B7CFD27FFA80B332D332D330B58832D583334335811 %A7FD1CFF835833342D587CFD15FF8334333433583334335833342D58FD28 %FF83343358333433347C7C332D332D332D337DFD1BFF7D330B332D332D33 %33CFFD12FFA8332D332D332D332D332D332D3383FD28FF830B332D332D33 %0B83A70B342D5833340B83FD1AFFA83433342D5833342D3433FD12FF5833 %342D5833342D5833342D3458FD29FF583433342D583334837D332D332D33 %2D3358FD1AFF830B332D332D332D332D332DA8FD0FFF830B332D332D332D %332D332D332DFD2AFF580B332D332D330BA7AE3334335833342D58FD1AFF %58343334335833343358333433CFFD0EFF3334333433583334335833340B %A8FD2AFF5734333433583334A8A8342D332D332D332DFD1AFF580B332D33 %2D332D332D332D332DA8FD0CFF58332D332D332D332D332D340B58FD2AFF %A8332D332D332D332DAEFF333433342D583334A8FD19FF58342D5833342D %5833342D5833342DAEFD0AFF833433342D5833342D5833342D58AEFD2AFF %AE33342D5833342D58FFFF580B332D332D330B83FD19FF830B332D332D33 %2D332D332D332D330BA7FD08FFA8330B332D332D332D332D332D337DFD2B %FF7D332D332D332D3357FFFF7C3433343358333458FD1AFF582D58333433 %58333433583334333433A7FD07FF580B583334335833343358333458FD2C %FF833334335833340B83FFFF830B332D332D332D58FD1AFFA8330B342D33 %2D332D332D332D332D330B83FD05FFA70B332D332D332D332D332D332DAE %FD2CFF33332D332D332D337DFFFFA8342D5833342D3433FD1BFFA8580B58 %33342D5833342D5833342D341183FD04FF333433342D5833342D5833340B %A7FD2CFFAE342D5833342D3433AEFFFFFF2D332D332D332D3383FD1BFFA8 %580B332D332D332D332D332D332D330B7CFFFF58332D332D332D332D332D %330B58FD2DFFA70B332D332D332D58A8FFFFFF822D58333433583382FD1D %FF5833343358333433583334335833340B83833433583334335833343358 %3334A8FD2DFF583433583334333458FD04FF83332D332D332D3333FD1EFF %580B332D332D332D332D332D332D330B332D332D332D332D332D332D337D %FD2DFFA8582D332D332D330BA7FD05FF33342D5833342D34A7FD1EFF830B %342D5833342D5833342D5833342D5833342D5833342D58333457FD2EFFA8 %0B3433342D583334A8FD05FF582D332D332D330B58FD1FFF830B332D332D %332D332D332D332D332D332D332D332D332D332DA8FD2EFF58332D332D33 %2D3333FD06FF833433583334335833FD20FF830B34333433583334335833 %34335833343358333433581183FD2EFFAE343358333433583383FD06FFAE %2D332D332D332D337CFD20FF830B332D332D332D332D332D332D332D332D %332D330B58FD2FFF830B332D332D332D33A8FD07FF5833342D5833342D58 %FD21FFA82D3433342D5833342D5833342D5833342D583334A8FD2FFF3334 %33342D58333458FD08FF7D332D332D332D330BA7FD21FFA82D332D332D33 %2D332D332D332D332D332D3358FD2FFF83332D332D332D330B83FD09FF33 %3433583334333457FD22FFCF3334335833343358333433583334333457FD %30FF582D58333433583358AEFD09FF830B332D332D332D3383FD23FF3333 %2D332D332D332D332D332D330BA8FD2FFFA70B332D332D332D337CFD0AFF %A83433342D5833342D58FD24FF58342D5833342D5833342D581183FD30FF %333433342D5833342DFD0CFF58332D332D332D330B83FD24FF57332D332D %332D332D330B58A8FD2FFF7C332D332D332D330B7CFD0DFF333433583334 %333433FD25FF58343334335833343334A8FD2FFFAE343358333433583334 %A8FD0DFF830B332D332D332D3358FD25FF58332D332D332D3358FD30FF58 %0B332D332D332D3358FD0EFFA85833342D5833342D3483FD25FF83583334 %2D5883FD30FFA80B3433342D5833342DFD10FF7C332D332D332D332D33A8 %FD25FFA8CFA8AEA8FD31FF2D332D332D332D330B83FD11FF573433583334 %33583358FD5AFF58343358333433583358FD12FFA80B332D332D332D340B %7CFD58FF58332D332D332D332D33A7FD13FF8311342D5833342D341183FD %56FF83342D5833342D58333458FD14FFA8580B332D332D332D330BA8FD54 %FFA7332D332D332D332D3333FD16FFA834335833343358333433CFFD52FF %A858333433583334333433AEFD17FF7D332D332D332D332D332DCFFD50FF %A8580B342D332D332D330B83FD19FF58342D5833342D58333433FD4FFFCF %5833342D5833342D58337CFD1BFF33332D332D332D332D332DFD4DFFA858 %0B332D332D332D330B58A8FD1CFF3334333433583334333433CFFD4AFFAE %580B583334335833342D58AEFD1DFFA80B332D332D332D332D332DA8FD48 %FFA8580B332D332D332D342D33A7FD1FFFA80B3433342D5833342D3433A8 %FD46FFA8342D5833342D5833342D34A7FD21FF830B332D332D332D332D33 %0B83FD44FF7D332D332D332D332D332D337DFD23FFA83334335833343358 %33340B82FD42FF58343334335833343358333483FD25FFA70B332D332D33 %2D332D330B58A7FD3EFFAE33332D342D332D332D332D3383FD27FFA83334 %2D5833342D5833342D347CFD3CFF832D3433342D5833342D58333483FD29 %FFA82D332D332D332D332D332D3333A8FD38FFA7580B332D332D332D332D %330B3383FD2BFFAE3334333433583334335833340B82A8FD35FF7C343334 %33583334335833342D58A8FD2DFFCF33332D332D332D332D332D330B3358 %CFFD30FFA8832D332D342D332D332D332D330B58A8FD30FF583433342D58 %33342D5833342D343383A8FD2DFF83580B3433342D5833342D5833340B83 %FD33FF7D330B332D332D332D332D332D330B3357A8AEFD27FFA77C2D332D %332D332D332D332D332D332D83FD35FFA8580B3433343358333433583334 %333433587CCFFD22FFA8A758340B3433343358333433583334333458CFFD %38FF832D332D332D332D332D332D332D332D330B5858A7A8FD1BFF838357 %330B332D332D332D332D332D332D330B337CFD3BFFCF583433342D583334 %2D5833342D5833342D343334338383A8A8FD0FFFCFFFA8A7585833340B34 %33342D5833342D5833342D5833340B58A8FD3EFF7D580B332D332D332D33 %2D332D332D332D332D330B330B332DFD045883588358835883585833332D %330B330B332D332D332D332D332D332D332D330B3333A7FD42FF83333433 %3433583334335833343358333433583334333433342D3433340B3433340B %34333433343334335833343358333433583334335833340B5883FD46FF7C %580B332D332D332D332D332D332D332D332D332D332D332D332D332D332D %332D332D332D332D332D332D332D332D332D332D330B333383A8FD48FFCF %A858340B3433342D5833342D5833342D5833342D5833342D5833342D5833 %342D5833342D5833342D5833342D5833342D34335883FD4EFFA77C2D330B %332D332D332D332D332D332D332D332D332D332D332D332D332D332D332D %332D332D332D330B330B3358A8FD53FFA783333411343358333433583334 %3358333433583334335833343358333433583334333433342D587CA8FD59 %FFA78358332D330B330B332D332D332D332D332D332D332D332D332D330B %330B332D587DA8A8FD5FFFAE83835858335833340B340B340B340B340B34 %33342D58587C7CA8A8FD6AFFA8A883A77D837D837C837D8383A8A8AEA8FD %36FFFF %%EndData endstream endobj 29 0 obj <>stream -Þž¶ïEÔ|ÃÃ?Èí›..mÕD,™–¶D ¡Rþè({zlÿ‹™Pò÷¡îlôÃKmi/ÎÍŠ›b=ÿt„}a\Xp„—wM?É.<¡hKüÛF/»O{rb¡§úÝW¦f¦»ò±—‘}ÅËJüSÚôø§¾º?ɧL¬Â›éÏþŽ(‹ºôóŽÚ|Xkôï8úÝG€ì™¡E!Eå«)iùM¿ú&ª0þ¯žÆô?m¸¼szxæßVLÁ…qnÓ¶è NþæUÅüBÌzul„_ùÈB/zH.xv¬=éþ/‚ª·¿[éO÷4<\ÑA“Wôuamå‡/>\óMÚuá*¸[¾ãnÏ]1¶|˜“ƒ£×köt‡ÂÂÆÖD@÷@6ÍÝüm'¦2¤iŒ]TÔÇ,ë[c·†ÑE;Ã4èÔ Nß§Xü?½ 'n“[6ˆ’ƒþc–Îûœwh$öI¿?).»T2ª½Bðc7§þ–Vvn”W|av éÙü:el=ÚÑr¦S:-ÕM÷“Uèä ¸âæ˜ èÒâ@ëë/µmÇ‹«]Ѓcç5Д¯œŽOAgw”MÙöÑ`klñÎ(³çç²÷‚¾Q6yÕJªX5‘*äÈ” Qí·ôŠ—VЬ:C.IýE -Í¿i¡”Ü4¾;¦l9&¨‹:Ú NøÅÁªº?ÞOöCßþÎC¯üø×”¸áÝ„¤æ1ÀG¿@“þ°2þö°Ê šßÍö œBðTAô/¤¼÷§·Lˆ†yyõêþùTOéݾæÇú›^óvVÝ–Ó*¯'<½vöîéÈK¯ö¶SzU /ºDÊys¼4òJDÖ½³U/®e×ÇÏ~{û(8ññÑ©.`EÕ«„y×´ØØÓ¼Ê{ÇmÏO®ë[’ætð .óf@PñöÀƒƒì»‰°u#¾d׆.X¬x`!Åþ5!®Œ\5Êe¨²WSŠ–‚Y}Ü„°6zQ -}·\Ä’ª1ÁÆÈ¼$ªý󂌘=Ò…Ìñ‹šSWÕà8+5劙ó×\îýÏ£ ô'8}VZ0hM쎛 HQÅkVd5À@ ÏãèúïxÈ×1Lý *nÅÔž0ÌõE 4s×A¯ëÚ3µ˜¸3|Ö­)(:¤G/ÉQÉ«z>lYŨ\Õ³ZVÍ|좆V· Âç-kÉ€–M™„ ¡Ó¶‡Ù¸y9*·”|ÑH)~ÿeœÙ±¬'lº®cvF !SK솇к`³æíñ€Ô ]Bå- Ö=éH½jx·jFdÌq“®ZpÅsêöc$ØYÀîM¨âi8vÅNZ7Œ`Fdíùðÿ,²%Ÿ‚d `s›Ãøš?¾mÕŒ1è_ƒLúç ½ #C6lÙ~€Nÿ4Îdþ˜dóÿ ‘¾Žâêwœ¸’U=:c ð§©>X´—[{cw]ê`½BhÔ¼‚ìi{=/k|º¤®6+o|詽?ÖÝôpVÎ*—rJ§z Ia¥|þðÜvÍý¢åÕš©=wÕMT×> H^ì±è›€O¬:©Í›.:tÇKÇŒwö™ªï-lø0õ!s[ʺ“X³¨Áä¬h‘)6Vé•hòIQSêq'µáÖ\?¥`´ öQ…Ì>çã·DY™-o½à¨“¹b&VÌA> 3Ñß èî"_gã#'³æ6cÓÖtíi›fbù:ÀNÓý¸”±~t¼«ô<ЉÙuÐà#‡çÐ$O§û^©Ðé×ô¤’û®\¬œÔ–—xr µòNPŠIÖÊ.°Š?%f~8‚Jyu™ôê:éÝ)Nqò™XÍXnÒiVEìi>ó2­äÙozTÜïlÜ ,îW%*õ’›]ò`E-óJ[ãÛSüÜלpïŸ ³ók€ÉXÑÎhy3%Ê9ï ¤œ_P‹'ÕøÂúäç§}âú‚Ï£„¦ vN‰jžyYy7Zßœ–Ô?ûÙˆŒ;5§Ææ’ª/WÇßûC‡Í~´eD䆕 è]8~ËPýQOŒ¹!¬yxÂAJ»ºp¦8æw&+ú‹€ûg†Jùg×zà†nZ@éVfâ5 *éò´¢åã.ë©–xÖHJ»e%pÍ«fxéD/øÍ˜¨éù²’´iEWì¹h˜oA&ç¿Kì¾5k{ê¦]úyŒJø6Neü3Iãþ;Ëäý˜f²¿N0(_¦éôïsìžÿ,°{·\˜Ê¦˜œÿ™au~vájæš_ÏöÔ?šëE.ÈZ_/©ZÞ~Ã5¤Ü% ©jw˜G]Õ3êBLúdoÍÝ`wÉåIqÉ•e9,nVIÌôu£ÞÌô!?lÚÙð©Áæ×>nîÙ@gþ7犡-uÛEjÙñ°h;L OôËàq›°.]ƒûãÙç ‹ûÙOF¬»Ú27æX¶·çZÙe7Wuä’96{¢·í—Yu}¡·õÕ’ :ÛßúÎËÍ¿¸¨"•­Ù„ €ÏÊ6,­±Ážââ‚+‹ÊºÈ-'®b}˜Ú<3y³@ó‹p|U،Ξ•µ½›è=_TÃãk«ö¼ ô¾ŸÇY2Ë×ì,ܶ‹KY3“ë—Ì´†5«ØÞOŒwv⦕äB¿Œ”eâ@h±-·ôضg..äÍ”™4-„¿ ðAí´–»xåY·ö–’Xv“–÷ú¤¦-í¯Ã}›T “Œ¤ò… ³‰ö>Tœ’ñ—VyØsmVÓð2(¯¹?­8ìiÜü~ÓŠ¯ž7ôÐ]RA¯¹ôâŠ]»imŠ—•ßñu䟓CâNô6ÅŸTµ§ü>!®W“JZòbuå¯AÍÇ‹:hÊxGþ­+å¼öò$9÷Î‘îæ§mŒ¦{£jr}âË£ô²¨»;öß*5¤¬|:!ȿࠧþÑQýð¨—_éîmŽe>=MÎ<öÃOB|óÀŸÝ„ú°¾åã ,æwfÁ£ã¼¼GG¦„¥Ouô’—nž0sÞìù(m³mAItq2.ö7¿ÿ™’÷ðˆwnv ò%¾øÙ+3ïÝ¿3ܾïsÜžoSdü®·½xÕMWÝÂfœžÕ"²%.d=»ò󌼹dÇÜô!$/¿VV>^,¾×Óøä·èö '3áÎÖ¦™y -žöüOoG]üw?‹þcœÃû`1ö|Dè–V¼akˆþß%åÛ …­zû”ýüîš ‡ý6Õmû:#²ÿŸU¾åÌޯh墺èÞ† ÕÔÓ–þHͲ¤¤-*Á1a]{ê¶U|àçþÀT¯X‘™kvzKÈB«`>®ÛX­›v@#šp€¾o~9.,½m¦\–·¥šînx6SAQÝã©ÞúÈ'©þ³ú þ©¤]5o"—Mh¹‹6.iÉÙÝ9¡å7‡ݼ7¶mÁî˜9Ÿ¼Øê-g{ÖŽ™·ãd#§5?&žíkøð‹ª5ñ”—ôçdWî½=7‹²1‘3JxüŽ‹P·åÆ”}’áß'ɘ±5dnÏíª|Ö‚ó·Ý˜Ê@ó‹u²igÂܸÆÃ¹óß4îz(àu@£Î`)Û&mu˜ŠiVÑÁÒ–lè¢íQ"$4Li„½‘´E.¨˜ÕkVIçáÜŒå!|öL:À¤ó½-i¿Ëá™'¤­ï×½âÚ+Àß*g5„’i%.}ÁL(9iÍ3&FÝ‚™Zµ;Ê$|çtìàA+x ZBVF㺋ܸç§Âg Øœy+©|ÙF©ÜóöûAå-¬±b%×z zYK.^6‹f•èTo?âžÓxÛªy°ªEfû…U÷ øô‹jáQ!ôÍô>{JAËégçzúÙ9S*BÖ—Œú6I§-™QÙsZXÚ²S´b¡4¬:˜È7|~áxoÓ«uÓÛoc8ðT_õ½‰îª›³ò–×Z|î%E[Æ_nFå‰TcÂßó›3ÎÙ¸eÖ†‘%ã½ ÷ÇÅMO§û[ßÎÉ0iRtêªX»å%5Ík`i«fdÕ·iç°æ|ÇÕž3§ª~< øÿ‚ô~ш/ô+™…F.ä¥_þ`Í‚¬œ–_•\÷ÒÓÿt3²Îù:*#ƒ¢š—ËzTÉŒ™ë†å]6%\rTé'ÀîæÕ ¨uªpņ.žÕµ¥í³ä°|JH8÷ũШ‡—¶8ôÿYbŠþ;ƒCÿw VäÜ„ ¨à昨ì¡o•WøæÑñÚø'6Gð?–ØŸƒÌŠ©!!Ø•qɆŒ=µï§ ÖG9”i=¥b¤¶QëcóЉPì}Ô¡ž2’J®Û™•Ã:\騩¬[rÉÊ®y¶ç¦@{Ý-ë!q«&dÖ’W´dããW\]aD:eéåxåPpH%œ5ô±u„‚QNKkž„‡ê^¬Û’çô´ªAJå®ÖÔ?Ǻš_. Â>Nõ4<ž‘?ØeoyhÈ93½arˆX¸æa“7F™˜5¾rÕ.^¶Ã3§•MQ«fhòž^²êBÌáIÓFT†–[ñ\ɸ°ï ×o˜É5VRͶ ¸˜´>Â¥Nè(5ŽŽ†èƒ1:ñË ›ÿe†Åûr8{ÏE¬[±á -— ¸¼%-¹dÙBo냽™•sÂz>txìá•_Ÿì){8¯¬{éàæï­y±á$7èX•¬œšg;#TøÞ( ¹é¤€ö½ˆ’g åŸÇÒBÖ¦˜Ãï°äˆ|2RQP ‹û¤Q¶Gˆ°OAbû·I<ø €®Ýp"òöFqu?cçÐwaëN|Í^€A -»™ðÀ³|ÖD)_wS@n*Äͨ¸2䥰 UºjFlºðÕa¶dÁˆÉ *ñé 6zóª‡ÇÝ vöÕ Ù _{ûÎq{×F;:ƆºÑ-¯Ñ#GÄKêΨ‡gàf鬃¤xÛÚšºi­Y±u³êNиLÜ>Dkûà@ -ÿ™fõn9nNQýÔNÏ:£C&œÖ!S/lû ÄÎæE µvÑÄAÌ›y°0KV¬,ð’žV=¯ÆgûÑAiûÛE=¡xLEÍ Îê¨ÍÛ£Àÿš|A‡Í_5SëÓ¸9ÒÁ[°³Úæ|ü¤¹›è‘‹›üj% æt¬zg[첕½i%Ô­;h­£*R®Uz‘U—ö{ ›2à ‚ÒšÃ©ç§Šï¯Ú•‹vvÙÕÉ\á³W½tXØNk^fÀW\Œ¶\½fGæ„ Í1![{æŠÜ22„ͦµe^BeGÛ4Ñ·ì䚕ָé%·®º‰Í‹jã‚Ѽîæq·Çx›:È-¤Ã>ž;nRÓž—Ý¡£¶=4è’›;Ñ‹^¢V/Y  ùž·£æá¸¸úÀÚÏf•uQ!#4cÃMjð´&ùû@‰{£TÔº_ì¯1.;ûi´úÝçñƴݾáöÍÛ%ŸŒ^3©&•}™î2|éP| -R [hΖ»%yÛ /Ú÷ãê¶=øê )èiÈ€ÈúÀƒö¼¨Ò-¶|ÿÿ¯‰AU®Z0%“Ðèu'¹eg’ß»ìfSCrÛÏ~çKþâ÷–uØ«$7ä Õ.š9­ë>a諸5ÛÕ[³2L­xÈíë<(lÃT­9IÍ+.ÎÉo}éÂ’6]¼#­zVCÎ[4PÊg Äò92g0æÝüi«Á. ÆOšýAã `ÑÊûU2áÊÖdð®ŸEý4ÑÑ·dó·kœfÚÝIŽpÍKm„ÕQ*bÆI-yiˆƒ¼â¦·©WÆäðü7—°lÁ—lܰbÇ×,[pË -h3 è_©×ü|Á¢“Ú´H÷&¸Ý[důóâ>两©Ã™«^Lý?³šï³"Û·™Nåç)žl?ÀìÎáq‚ -vŤš]¹`àA7ÝBñ·)¡6d‚gΫ!qÁ~pܘ¤5jNÕ¿ãã²Öœ<êîhgÏöˆÔ5kw„Ì𚋜Ö2«­mO¼Ýí¯&åèÄ…Þ²léb¬Ú{%[>6qÓÉXs«ç¥9% ;¥øÖw?·éíê_õHTaw2haýÚNðH?=cJíóvQSg¥”â-';­#ëø­ìݰ7*Rù¢…‡ôö"£Ç1‰³`}¬„†/ãlEXó0QÓ:LÎÔ*)ˆøuO'gÕÝÉóɫÌöM½7Ac¬úðM# -Lбif£§´<°¿Ÿš±d Vìù)í^&ay˜Ù¶æ£µÿ³ÀSLq>t{¤S´=ÒcüvXO<‚(_µ€’µÑ³ª¦Ó€¶Z¶rÐ>9©PM,?;'xà„™ÁÖè%-4v| ù…»«æ 1^m»ˆ Û@|^Г«fÔÄê :¬=ÿ6E‚š`q—],ä‚• ø¹±âî‘-:%½3VbÑÁÇ,âA€Jü rn¨õ㢙¾f'7o¹iðU¦ha¨%Ð~‰›Ž†óêüÛ‹º¦w›v€#­µ ÄëU±>*V­¸Ø¤U ‡º,RŽK×JvüÜŽƒq‘>ìë÷âKîò@ÉgŒøæ‘þê(—e 'ÄÂe'³}`°5—¹=.\²ºJO«Xž_÷q¨óvjÂ܉ :¡³F$¨’ñ&Íjõ¨NÆ Ð0`ç zTβ•¿í¥Â6ý\溗…Ýa“÷g»[Ó,îÆ·csºS¹5'0ìÌñ•»“LΪ—Ü>o#V‡ðyÁ!n‹YHHe7g´]åö8‡³1FÇ-XIu> -rÅÇ@- “jÃ>jÛ†ŸÛ3¦h‰™P5F®yö¶k7ãî²–JÙõ {·GØÄ ïÞ^41ê§Tüš€¼£ÒÕKLõtÕ?Y0¶g,[Ë&ZʃƒTqë&ô½Ä€¶ Ô’r—-èY“„9gïbÌšY-#Òö„5¥qÎ atrÇ€ éêêÈ^Rw£7ŒZXßÏ[°tÓ¦õðœ%Kõ»ý1\óž -?âûV oxÍEo]"ä-jÉe›Ã”¦]/±a˯Ù©ÍÁ!RÞœ™Z¶ -È“r|z@PwkÓJnXf Ö=Lôº› 9¨M“Cøœ1€Í·\|þaüƒq&e;@j_Æ”®¸i°u· sÁس‹˜©¦A¶OÓ^tˆ…k.¡pÅÊ„¥ÐOGõƒ ºlËËÀ/èp•vNí­ñ¾–—ÁéöDGE -³!­!dÅÍÛW{¸Ã}Ð8‡3géfª)c:nýì¡­ï=iæµÍš{xóæk'#‹^Uv~RÇÅnL -U@Ìßí²ìÎvª×L -`³eSjÕÆ(—²7IlßÇÔÌ;…Ì k¿xax@»âéÓO™úÅfiOµ²³'MÉ“$÷uWÙØØgý´Òu·dp;ЭÞ ìLr»C> -tcœ†Þžjv¦$žÝ…n÷Ö$•¼`nËœ7! -C>&~ÂÂhpPR]ý¤Ä  -“¾øpØÇ@,¹èÐ)#±5Æ—ìM‹[S]¦¿@òq¹³lÉ¢“ û»z¶¿ÞúÿÙ€_õ`*¶F%»ãdÔî„P³”X¦tØÜy±i{¼K³äuïŒ3È rÍØ:uÎEhØž&ã?-ÒE«~*nm„ËØ™îíŽñ:w&p-»A -zÅ#ú•}íî-ÚÚc†);d™*"ûù¸d:§’QF¤¬ kù…§››<=(iœVñ½š!¾£¯£ÈÈE½qñÚR?‰ô;ãBÙŠ—Cðk)ùN+ס”! }°Œ'I·¡nÙh¤‚°®»cÇ-ìÜô0ÛçMœú \Tmöç8}éZN6I½‡*-úIMjz¹éê‘m¸úT«®~ý˜VuÊ ¦ž*Ç ´) Su$ƒCÒ<{Ÿ 1¢qk¼jë Yj¥+ØÚ*C‘‰kÂßÅ—·?è® ¾Ô RÌ|Mµ»»·fAÃmÿd2þ3ÍâÎ -Ù -d^yWµC$¯îVÔyz:óçÌ´Êi=2eÉ‚¯\ws™+€_´Â6K'õ½…†{裙yàä)%4oì@ÎY8ÈÐ0±(~Ìv™ƒo Ê?M±»÷hÙ#êQÒJ |äS}Ã%×ÏX»ë^AWØNùeÔ<¯—6§¤”†Öµó¡OÇ¥øŒà2gV+Þôò˜¡a.nÞÊOëm#*~Ý´^½ääÀ–ì”@ëgÏ©e^MW“Y¡Aª²B[ow™[Ö ²öõÕ[eZš¥Ï@7öXiÝøþÂ6öï@OÛ¼UD¹ÙÈE/—¸0ì’‹Ò¸î§Â×-öÒÚ–<«¹¸èQ½a`xÈ&óévYCŸ@–Äã(b¨éct‹äÄ»VVõ¦ -þF%쬛ÑóÀ!'µì£Ãg‡‰µ;S\ñaï«ý)¡~3H§­Œ°pKQwÐ%$¹ =(“L\eì­qÈz&-=´ «Tà’õAÜ -”Sªâ:eb´_ËEMøŠ€™¶2Ì#lŽöê7ÆFwgºmÛùÞ$OüeŽÓóiÂøï*SúŸWùuŽ7¸;Åd®³¨óžî®IK_‡­‹š6iêÄ-dŸ†R43ÌgìLÒ™Kèòi¶$<,mz­ë£Âi>1,fzL&¹Q:Ê’ ÇÚÅ,O¾€¬'DJâTI*ª1¿—ª‹ÇÂ$·AĤ:ö+1A•%¦ôæXE‚œÑAná‚¡¾æðÌ»Ôc¶~¾I-mUÈP™|‚%9dÍKY›há[lMƒKØSì–A´Æòš=‰·¾¯(D]©Êh¿©`ÿÝVÎøMAîJ]s÷«·F»g-²GÎ,°Ëú@C}†6™Ô…èó"ù c*¯}ÕAu¤‹ù-|†=‹ˆQ¿¬.$\¨)$œÿ˜ ;ñèqá‘ÈkÉG³_×þFnîV±\ÕÃb%$lÁíŽÂK·üèªq­f¨«?§¦O“ÔÑ=ô·Z©¶NÛݓ㕋!³f¹d̤›¬®÷rœà)¿þ”÷«Mœ‘©Ya›¤sc´[~0%4™´¨­»fmËÛë”Ízt“Ãê!†N".Tòxq*vo¶GaŽå¼)K?߯êndwÄ’ëëÿ”áð¯Ü"q¾B¼j ó³g4=”ILŸRÐ †È%cRhì´’rk†¸ÃCRذ¦fèëÌÔw³bŒÒþ¢Ánc©Xh ¢ä0Í´û¼$UÈ3äã0²·Õ…Ø›…™°›É­gK²ákóÁxHî[cwoŽ×$çL9º9Ë·-¹ðµ3zdÖ¸‘ud$à -âÚ*Ød].—<”Ç%šcÐç£æ6Ý•ò*Áé¼lÚÏ9y”ŸïÜ‹¸wóÃñÒBÌŸ¤VêÝ^*7Þ.7OX$”9‡€²2̦.˜°•Ór¥×,çétJ¿ªLҥʖt›+ùL]+{ÏÀˆR0`Ò‡ºÂÖ‡­eÄ'•¹è‡ùà+å9e1 ê«ƒ¹Ÿð{n\Ñí^¢,»G½£ÀV\RÀã~hO³é-òA¶¯ßÛΑŒ—£(¾5ƒ×êšU·á¤‰¨ÚÆ¡³‘/jŽ>}Zz<¿”ÿ[nyßÉGÏj"Î_J¸x-;âMéÈ¥õ/ߢŽ!¶§ý#x¯YÝ3ïëîv°Ú=z)[­òvŠúç°dÞLf3Ü~#6‘pâé³Úã ñÈ_ŠË§2 -¤?¿ûH:r÷qmÄëXì‘èdÆ‘Kwë"nG¢# -*¬¿6·˜®1Š' -¡¼X'¤*©9~%1Ý©”Â$½8³k®ŒÀOlEÛnU -.Tƒ†.Õƒ,ç°?=~T|äâ…˜ˆûws"žGA"þºVqüøíˆÛ·ÓŽÔ4ª.~L£ºû¨ú·ô ÌUY×@uhT(ÚŸìè_÷±Èz^“[gè1ëìÒ!ÍHo¿,ÈËÖØîT& cº G ÝÃÜ/`h瓚šžË1oªOefâþHMnø;3)ÿ¶¼ƒQ²ñÑó.z»Q+Ç‹ú-µTátš=Ûˆ¿—S§ø-!‹p4)“øÓëøÖˆëÏŠ#~ùûUÄý{ùoH÷^#.ÞΉHK§âO¢¡ -º»Å5Àα©”X¹ÂŽãöø«ðüpF-ô²…8~¯ -æ>—\ÐùÓëˆødüÑôlîOï’H×#k#þÞ뢈'¯Ú#F¡<| û¹²šw¶¯ËTè”Ë s1sÞ&,½£ª«¢O6XB2+ÐWŠÁ¾?òí¿%HŽ=Ž%Fœ¹QqëAmDL"õÈ“wøˆ«["nE¶ED§rD%ó>zG9þ:~ -øª”'IŸqvwÎ:¸4¹—Î¥t=§Rµ¯),ÏfônVÙàɨ걄ѯi¹]Çî?®Šxú²ùèÇTêÏqÙ¼#\ËŠøå·×Wï”EÜFDü}­üÈë÷è?(ýGýÀH÷¬E眳JºÆ,ŠV=aò]éTI¸†$Ýih¡-GÖ#F®5ÁF¯×6YÎäIŽHbOÍ‹z8rîrJģȚˆ»O«#Î]I?òú-ø(5p[J$Þwv´G­Ø©`]/?·GÔœ’õÕIeFh×à8ŒÕ=YFàÏ¥¶QÇ"« CsٿƤáG%c~>{/ïÈÉ?^DÜzVØåhN ûw ¤ç½Ldlvie¸y¯m\MÌU²\jzžF©léꀩîEó‚Ð]®‚8®¿Í乨ùèݧ99…ÜYå²_cs„ÇŸÅbOƦPÏÔÕËoáÐÒǪ.æ›1%%uVËÙÉ5 VlÒÄj2É©2iWf·Ì¢w¡ÈÖ—H¢í7ü ·Nuöe"á×Çoš~þŒ=–˜Í<–VÄø«°Qr¥¤Mq„4Ý"Ýï»YÃy‰ròI ¶Ö ¿º5Î¥@ûº¤ÝS³Pêj¤ñ]Iíêkó:{•D?ñä-êÈã(0`µG®Ü/Œx‹:ò2‰qéIcÄy G=KâE$”¹N”4[îèÎ\“ÊѱhïîÓÀÜrð ŸŽQªR¼>_%}`ºÑ·QÒ@ž}ZÕb;[Ñdø#£XpòÜÍ¢ˆK·J#î?G\»WqþjNDÔ»ö#é9üc…ÅÂSl¼úÍp¿¨tÎ@­\²“j ]¨×fy?XÖoјÚ×´®Ù"œhµÂ˜­„ÕI.×¶ \lFèn¤Vö\¼ 9=’œÏ9žXÒu6­ºón ~è%•çHt!F Ýày'½qcŒEݞ걈pê!'O¤ ’è9‰¡K ÊéÊçmXù½ÒÆÁ{Y•·ÒKh·³Ké7¡TÛ[Íþ¡fŽfóU±:´Ú©ëƒøt’¶ygsZOÌŸ3aóƒZLÆÈµHÑÅK•öÈKzŒU ¾:CS<„R-/sëú¯Åd -þ¾û–øËå‡uG^Ä£Ž'‹þJ(ï?SŒô]/'Ž>(„«´Ò,½êQŠÇª"NépÙÓêú7aªj}„ËZDdÎ(«¼$®t¤ŽÀ‡ÒæßÖ¡FoV¶;ÎçTÉNÞyÖtäÔ™Ôˆ«wk€ØÜp4: |„F ;¤=rAí–]°v ]z­Ø¬3 -Ujª_j¨î;K9B{&•c‰Aá†B‘êGuù”"æï’Qç2 87jA}O˜Tm†]â ´&ù’K:èoÄhË+» ü¶_Ö5¢gW´ -¤Dû!•~,µ°ó×× ðãÑ)ÈŸ -8G?wœH,ïü#§Iq„uGööÐÃk稊Úô!!ª²Åš8‘\[nu9ÌóžÞbËŠœ²îF5íMt(ö¦Å®åÑͰEÖ­„È•µ]½ºBÁ@Ìèòæàùžd0Wó«„— )÷rkY/ $NL·ZŠpZÅX¿ ->ÞUe!¾¿µlÅû•¸â –3ˆà#Cu.…¨Ê­79ÝÕªNþ;¹@ž5(4”ô •ª=ÈÜ«iôô÷UL)Å ð²3,äîû;„[n -hV…Í^Tã«÷ÜLƦ‡Ö>e¤”zTì’ÿ£÷üK3]׆ß÷yö*³¦df2™”ɤ÷˜b7±÷Þ*éH¯bkbo¨ˆˆ(,ØPDö”™Y{ïßûo¼7들^×y…û¾Îc®——*êb%Hgf:ÆÆ'«?ôeº[“Æ[KÓ=8åÔü¦t°eOõž³¯hcZUïXžå–Æ#}s“[YS¼>Pú@ß ºožeäl -˜i[3ýÜ{²f²¶`CÚF_›ï⪅Íå“è{c­è[SÄGóÃíù‹S}hÝ ¿`yŠždœëj´ËGæ=ª–Z¿º¦À¹ˆ|»?‹Þâ s|˜I=(ÞU -×ÄmDíT}‘b‚Ÿ/i/ø8X4Ð>žÖV/£ÓÇrj%¡tÖø«ãnmÇèæ÷Y=ƒ)ÃrÖ$cïíêÑy«¬µqo–Uq¤mºÚ5Ȱ/b²–ÊŸÊz+î/ôB¥cÃä±R7P«ƒJôû!-žÝ8Š€‘/Á@˜KL2çV[{KðøÐX:&`­ -¹»Óüb§‚Qé”3ÁÇÚºší!ÈySòoªÎ´«êQÈó%QcUò’ Iýei¶Ž½»ÒÝ·6ߌRNr3昱¢^fäü?I#n…õïj-z.ƽÕÜyl|7pº]Ç?Z¦”Ÿèiˆ#=ëTÓ* 3ô¼Muw—V:к¹ÐÓàZië°kÞ·YU­\›º±Æªæ!L‹¬²Ýv©AÚFÜ’ ”í<ËRââ³væØErļH.2M£Þn!^z5lÒùv§Ø¸Ö®bCw¤¼*½€oœEÄìÉXUk T€ÓQã]¼H…lìãÂt}ž|Œ­6ëd]ŒMy#f{¡i×·¶o·;ÔôJ«œ’ãÛ¨ãŸìöèüÛ½j÷zKQV‡“6–ÊFk V>ÔÍõógº1¢‰ð´HØ4<%©›ecD©°µ\3Ï̲¬·´yV[ŒXäR[öõ¥ÞÒ¸môµ„_tsé=9É4ÕJÞŸáVlãßèºJî­öT=ÚÖWgÛðÚñÚÒq.ê…Cò¡óh©køt™Ï´‰oMcàg&ø…EŒO8œ§fm ÉÙSìüû†>DÆç%ƧÀg¸)¹ÎEJ¾OËDYU,ÈÎBì@ÕÈ}œöèë@ï—˜%ظÃEbšGèð¨XU^-aœ¥eYêªOWø”óU.ñt…G°/RK¶Æ‰±ëCÄÈ j‚¶¿&Ê díÌPsw„äd»ŒY˜!m™ÅÇ›¦± ;ÀÚF±![#ĨM7{¼&Ý##ùgh”l¨_Ë€8e”@®i™WSK²,ò‘&!´1FË\¥–lO’VÁ+ø(ý=qMÜA\t¡u£My›Sœlëbÿˆy¡³Í&g¢L3Uov‡sï¹$„|Ÿ¦¹öd­½ÿLß1z˜3¥Âdš&¡Q.YÙ«mnô.54YkÀ» ô²Í…N–^ú¡N9õ,í"…íˆêá¶ù¬UBïI°y.äQQ˽ªZ ðz#'ú& ×¹ÐÝiR‚®;ÿÑÁ <ít•\åÑrñöENõúÈsÏ¥ðH[K0‰`iKÑÍ\Ñ¡œÛž€¿Ø*}¸ú±àŽa èþzzõ_[u-_6ê;|:êhÏ;ÛéV¯5wíOCßltåÞ^í*¸c¯|u´FÇœî¶ ;WxÄãMåOKËøùfCÇ¡[º;Qa͹c€^Ÿ.ÓÀkLôç-~£s©¾Á8Ç.³(¸hïzǤ×нèÝjr¬4ðd,膔¸&d躆Mêîîy#Þ´X_½?χ{µÜš“6õXË$øåäò-µâl¿cqw¨âCHͰ?¿“˜|{†‘÷È%bئjRœbjŽiœ’´;AˆÙE…Ixy7<âF¼SZG:R³·zÑ‘®Yrî‘‚RâWÖäLBÂå­×Û*^þM^[ðúëJCÝù¹Ü:UüØ4œ}ýp¦"È)%¤º<„WÕH·Ì± û3¸ÿÜ'ä–Ó˽JRŽe¦"dw¬,èØ£Ý)|´IHN=Ö±«ý*Ä-cWJ0©»cˆ>ä³½ ܇”V´>„Óun›„¤”ÍTªMDJ¶ -P¡y¿n÷Ý0|¬x¸ <Æ4EI[¨Oÿ~ožè\äa¶‡(é6aMÚî02Ä6ñI‰©žybŠqñb±)÷ò()ù;‡˜^|¾ÒTï×pq¶9\ŠOE¹¤”§˜”ì‘3+–FªÓfêræˆlÂR§`1~*É³Ž·ÎæEœ­Ô€½*Z‰OÅAú•M<—¼¹þPV‡7N“-3eaN9<Õ½RKuèê©Æ|œy -“â‘ÓªÌSÈ7úÎÒ{+ù÷\sðh÷<ê_N)þ‡°ÌÓç)YNn³|âTÏÂ8¤”ÂC>Ñ»€Mþª§¡¾n×Ök\d_lfx—ÚÚ\ªZœ[FYÄÕ±6 >Ù2‡MvÉIÙv)>Õ"ÆÄí -à¯OW95> äSaòÜ‹ð  Z‚Mt-s.ÖšÞm6´§Ñ‘ûBBšGQÏúï˜!$»f0É.1&Å4† ÝŸÂÅJh%.³Ü+#f~Ye¢ÎµÌª£EBÆö‡ÜGæ‘’×;}…vG -þiâ5žo°Ù–9|šq›åUБ^ ¾ðT->YÁ€lRt®SAÊÌ\9ߨç;$¤ì¡²Hý@Q¬[N„®òùg+Ôjû,4þpº1‰³*øÄã–î/ƶ‰£ÍÆçj=שåÕ¸5eÇË ¤[Å€º”l¼e vm4·z6ßuïK³°á¯M£à ƒ1ÈKk`ŽÎ6õ«™ßê!"g°±«ýðm¨¨ïæØÅ/}s|¨k–™ç™g‘Ïw† McÐgæ LØþ$-c¥ùbýúµWÜ€»P6QÏ,vÌã5ï’/k¿_y—}ãp’å’òPVæ­yôÌÆ\óÊÀ¡'jbö‘‚\æ‘’‹3òz‚]ZOü¼Ä£\èYh– ûÏŒÞERÚ‘º¦xg´Õyb°!.1«òH†ÏpÎBBƪ^é»òo«žýRä]b¡f -®FáÇZâ|©žé™¯ÉrIªã]sà‹ $Ì6ƒ·/îy¬'mNàcw'ªÃf±‰5 æVP+ö&*" ƒ¥÷6úJo¯÷—ß=[gÍ"XÔÁ (Ø:[y¤"Ÿ()eŸ—hп¶Øô#5d.{h›Ã䜭6µ¸¤ô²C!.Þ2 ±M_ÙEÕ1'ʯ Cv‡*ÃýrB°fùûã¨x—¾Ó_ôÊ:Y»7\þÊ1 ‰8Q*ö'*"6ûËkøŸšƒñk ùn2Ñ*GGÁÁÎB†OK)ñª©å¦ èë“52à=ÆÅFÏ­b¡÷&‘o×?=tÌÁb<ÚÚºãµúÚó þt™ 9Ýlîð®÷HÏ·:Eÿmä7Ÿëp…f!8|w¼ò¥MŒ‰xŒé[áRöDfˆq)^9¹Ê/§‚| -jI Ø8е‹¡!K=ù×te¿ï W‡Ø…¬Ë$1i§äšaL‘­SÀºN@ŸLb"×>ž(›Ë¯î â"e|œyóÖ#%ezå5y‡B|Ö…—w¡‚FŸ(ÑÉ{B|ÌÖ ìù‰‚õ/R‹&€>©x¨nJúi’ôúo2^ÜwGûãUŒrÅ04t”™óóñ ôy‰R~±L*ò)QñSåÏ6:s~ÝhËûeoµ>LKZëA<>ãöFÑo÷¨Äƒ)tôÁDuèf/èîZwå+›€ž¹ùÖ{ó÷QDòwrnÁoú÷wÍ#åOÝó¸4«Ÿ8×Rô`—ôÓi ç]€OX~Ÿwu¹=é’²6é’®!ûúÁøõñ">uÐBZâ¿´mù÷NWèˆõò'ä¤oŬŒùé? c"ÿe¬xá’ò¬§LbãÌB®m††vˆ‰ùBfÄ"æËŸ4 á?z³ox”ÄL‡”Qj fí  ÿZ¯ežêÙx§¢:ñ@ðíXîóÁ¢[kÝå¿[…u(ã0>Áð±øÖÞHñëxÅMcÚ¥9FìO€V~j.{­nÍüyo á]dU˜Æ> BvG AÆ¡²Ç6AéË ðDôÊQXØ4'ëG‹˜’¤ã`ÜJz¹q ¼ú>íw«䘬|î]@FŸ­Ò`ÊŽœGËK£?¯rÇjBPkÅ>%6}o,ÿ±/ë¦mª$èT‡+RwƒÂ*Ã÷)Ȉ?¶jkÿØ`׸%Ø$ë$Àï³îM ƒþn£¢k+Â/g¿ºöÏ…æ‚¿69ÔOË4ˆU S1¯ˆ ß«x‰ßï‚€×dÀ—»@7‡@áë Ò×Ú&´&ïXQSà¸t¥+ýúÎHÁýÓM -Þ­£áö¦ ÉNŸàQ5wœ,×Öÿ{“Cû¬£amPôþpîC}{ê•¿v›}Ë͘ÕGZÕñ -©Â£&Vx•„ =tª!ì—môÝ9ÒrH™éGš€f¡æ{I†¾ü[)Ç)#ç8$Äd»j™¬ Ò´%]ž£ÆýË㧅ڢߜR&È0}¹;ež€‡8Ĩ¨ƒqðóÝ>Èã>fŒ‘{¥ÿív2Â)fÚE” ã(2DYŸsYRýí^Ž|ð(«ä&2éñÿ+a”=<žg—;EðÈÕŽÌ+І¸KóìøKêæÒ»‡³œò3]#Ç>KÉtˆÉ™îY.È9IK;•2K¬¨ÈynÜ÷SÔð¿k[²¯ûnVG«Z2~:œF¿ð:Ó*¨z¦iL½ºÕ›÷ü@Pjè/»·ÞSrªêì¶ ;V:áÚ–êˆÍ°¨S>Û¿ˆŒ3Oƒ^ê{KöãâüPûóçÕþI Çjþf¾)ìê$)èÇý¡´kî¹ÀyUR*-ïÁ-4ç¾:ÖÑÁ6quô4-ñ{rêÃo(Éÿ!@ÇüÓ< 8…\`‡Eƒo}³Þ~û ÝÕØœAáã²Ú7ß_ýSó.õW‹ˆ’-â]WµA‚NUͼc9£Ò%‡ûR¯NS_}#å¥ý(æ¦]ÞÀc\Rlº®=ÿþ±†Zu¬ôß$,lÀ« <Ò)®ˆ[î̸&d&]õ*kŠv7ë=9¿YWcÕáæ T„kº?‹IÀ§ýØPú_@/g9¥ØbÃPÉ#à èÑ.°Ï"Ú9ð—o›CF+3®¬}È}õï]&ó| -øùe`Náêûâ;ꦜ›gk,â1Àgêå!sÜÌŸN–¹Œ/[µN 8ö`"÷¶e¼"lꞃ&ú䈄¿vØ4Y7(‰ -ýae™öi·Ky¬ojwJk -Lc…·åµ±?tW=ùNÑœñøx•ã—}·Ò z{¬bÃNTÌJïøµOI.ø½À³ˆOÞ)¸¥iþ¶¯úÑÿF‡~·9†ë$g}/æ”ßß› $íŒá#6`ÏäMÅ·eõùWåüüŸ×Ú*ïîO‘mÔMyלRæÁ)Þ2†ãGǵa›‚…¼ûd¥½ðê¡ð9sÔ,ë4*b½7í²®ùí·JNâ¿Vê³/ω[A„b¿Yz j¶Ü8~®ï,ø}’–ðý;HØ·í “°3~Z€¿ÖÜó -níŒVG¬t–ݓզÿ¢ïÌý]ÝZxs’–üÝGXôß5M˜à~á£IVÜeã`eð¡ì˜&¤9géV!.Ã.ǘFKïZ.z{”;MͽmìG¦ø/m®|±;XúÔ:Qd@^Êk“/M#¾ ôÛÎ è…¡§øÖ&þ×xØ¥•Æä_Ý"XÄ…šZz¤`T0o´ ß]SLC/!Ù!DÅÛgªBV;ònë; -ì À§å\¬6ÖÛçkr÷˜pÓ09Á6Zîš.}h)z°Ý_|o­§ü™MÄDÚæø(M'äža0 3©ùë݈W*Nþ«­÷–ÚK/½/¸­í,zäЪœs5ùÛý [Ëžm„Dz+Ÿlõäß´Œæ§…,µåÝ0ôƒýŠZ¢¼©äÖ7ýÇ_=bž@¿ÝEEÚo¡ï=ëEÇülžÂgØÄä¬ jÆå†‚ÿ§ùw1%ñ{5€ýàHÓ µà]uÜ5váÃÿ{ª¥ƒÝ ”"ýÇŠàyNâu/õg/ç²’—~Ù'ÇrÊC~ì«Iz|(£WZfé¹ÊÚ¬+"* ñYÑ?¨›¿—ñ"¾± ËbÿØflB²WÁ„ú*Ÿz‹Ÿïô–½2U&˜¹ú>ïþæÇœkÿÞg1¼jbùz_Ù=û2át¹­ãté]Ë~Ý‘—x€³¶3 óê8”óÍöqŸŠ²ŠÐ1N <γPî”V'žvpL?>ì[]wyˆðžzQ ný*Z™k‘òŸ¬Ãt¼¡¿ô™æ]DÔŒa^Ù5E3<ôpŽWµ#À½Yê)¼6N‰ýf”ýECÞ/[¯´ä™À9,NÖå#uÉ Ô¶i¾Ô‘q[ÖðæçÕöìËúŽÂ_×»@÷v˜u{ÙãíaT”qö|££àêf[ñ̓Aø û .^ד{†úö›ÍNp¨s–]¬n)¸¼ÜYzGÈÎ½Ñ -‰ùqsm½²3Eˆãæ\Ÿfæþ¶7ILÕtT<ï€Gý­ö_ĘÌãþ¡iÈ¿ªïãd4 ’.½ƒGýèÓ G€Æ° 1€÷@†­væßÚèɽn+½ï”TÇê>ÀŸÖ†ÿMû®"Ú xΕ®Â‡¦A@ÿôÞÒÔ§üòüxí¨Ÿ6†AO»1QßO“’~µ å÷­#Å\BP°±/핾#þ¾ª1ñWK Ój„˜Ï-þA@¿å—‘¡îR¡g®:Î=‹Œ>œª~ìU–¶;ÿ¶¼­ðF':óÖDMÚm +mÿੈS9¥Ø3G)1ôÁ¢ÄŒ”ïgIY3tÐRäùRKé-ý{ÐCUcÞÍžâGÇ€rK yË­E·€µ¾ë“ÑA– |üzGñ­Õ¶ÌËú¶Ô•õQß®´¥ÿb¼Íþ >©©òÍ?ÛÁ‘?ï£Ô”"ç“–ß>‘7¤Þ]ÿø”~x˜KÊEÌP²'™? פ]×¾Gl÷U‡ï!ƒ×>‚ƒe-å/:o¿ïÅEÿæ×°`Æ d¤ˆqY€¹dè(zlƒ†ØÆ¡!!"¢}i¶±,Á®âv¤xUCñügKÝ¥o·‡ÊƒíÓåៗ •l1ñ¦i|¬s‘ 0ñÊ8øïbÜÛ¬5gÿ¶Ô”}wµ5çŽCTúúO# ½3Ÿág_ÛU§[¥¤@&Ëñ2µÒ£F'XEW‡d´¹ôy§¡Ý£¦#fÑ^%¹ôÏmû\O®:œ¯ -?”€"vDzoÝó©¨ÐÓ¥Ú—”œ pd¾/Å"©I üFs¤æü2f ­ÓöÆÁ›}•wFPA1ѱÀ‡ïÎÐÒö„ؘÐç+ {ûL”ðõ–Y\Ìzoémó4ølµµ;à­MØ0esÆ¯ÊæÄ_÷GàÁN9ëTÁÃî‰IÙÒ–¼k†lòþ =[^WðÓ,5ñ»YZÒ㤈ï¦Éá“sR~Ú@Ǻ$œÒy^ΕÀœ"»„U¾3D|k¼à;#—zÀ–»ªî˜'H €èVˆQª÷äøÅ&ä«Õèóø ë$>n{”•®éB<_ï«~s¬læ[çð Ö)L´s†vLòà{CÕÁ;å÷¶ú‹î¯|GuØ¡˜ƒ\Á§¿öeúÍ·ò{=e4ï@O·‡ÐÑÛ“„äaz6€©W\b–®%õÇÕöÄK†Þœëú–Ø_ÌÃ9OBXꉆKR ÂÚáñ—ø¥!_V[zÜ‹¸Œ­ž‚ßÖßç]ÙéÝ5ôW=]郼”´UÜ­Jyö7DÒýËJÙ©ª¦À=}»;˜ûx–q©üàÈo-¢êèw¨¤kåQwþ¶ØTôüBC»Eå/¼â¢žÙ’ªúØŸ§0¯ÿïÊ»¼›n9 ²9€|±Õ{m›ÅçÞ¹À)&äºðY@Ä®öW<íÇ&}ÛƒJººÔ1ÆÌø}cf “Mcä#9±ä<á®à ,3Õ1ÚŽÜ+ƉêˆÄÛÝ8ÀÉÄ„¹úì«BVÒOë‹»¿­Ì‘Ò´Ýà»+¯ms„lËHéÃŽ¬ëkm7 ½%¿[¦!>5 ÷UL¸¾·òs”sÈI×ÖÖ8æp ¶‰â§qw7º2ØÅ„d»”V¸XWõ»€wÉ4€Iý¼R[w¢acì¢ê¤¥Ö¤Ú÷ù¡úþªç[ˆxŸŽË2 -ëªW>@Ÿ»ø‚O&ñO#›ýç‹ñi“\íVâ -ôY7uÝ —Í3𘅖üuWnKSñêh5ÇK¸ê/ôš3} ø@àÀpÑm¯Ÿµ?ŽŠ0OÞÚÅ” ¿š ;œ%§¸¥5‡3Æ `¯ü „Ôc9­Ä>Ç*2 (ñ~9cž$%®uVÞÞúXuogô@Ó–ø‹¶!áŠc ã_äUotCŸ?Â_ȹ·”˜v8{kâc—Þçß1MB_m€Z„Ø$»Œ Vµ–^S6ÞÐwT<1 Ã^[Gñ±îiz‘SHÈÕw—R3*¦ !È´‰ºÕGÍ]ï€?PÔç_Ÿ¡Çü´ÀIüñHÖ@´Ë›È룔imñ/Žirú KýjjÉá<*ZÙTüÛbmùMy}ÉoæYbºubžFÜL);_nn8SqÑúÞò—ÃĘg9iW Ãà ×"t¾ÔÜp˜é9†xe™¡ù•ïêÝ µð­>L„¢ñRòúð#1ç[yДróTÙcÓDÁ#ãXiðy£,£—ž9TüæpE°ˆ›seèO@×BŽ•¤‚Ýì;ËQ×·:Óî‡*Âv‡@/\sè¤ÀìÝZò’úâPŸ‚?Q×»¥¸$]Gö͉šðfÙi7ä-…wUmà—Ò–ªÇ ÷¿›d'=%Õ0Œˆ^逾Üè{äë¬ - îœR&اåSy’K½ˆx» l¹šöe“Ëùs‹Ã:ÓQ±îy\ÞÎì•yŽÝ°±›C„$m+ô©‘{5{´Ò~æ‘óþ¦ìO!‚µüÉJ#/U´5z"á¥ü4EýÆ:^øü“žPôu›E^F¾xý…o?_jà¯Õq/Ö¨`™¸7^òÔ4PöðDÍ%8Õb^ömÛ 1ͱHƒ:È%^%ØKl²ê}Ö YKüƒÕÞ´ßOtøòc ¾hëcÑCÓ04õHÉÄyål„[Á¹t<œròò&ö{ 7ÿ–UÌ.ÝG‡ëÚ o/ÖgÞÜüPþГ…~%£Â6GÊ”4çÝ’µ»elˆi ÷Ö4Tù@×–ó»ˆóëZgö½s±ülƒU³2 ‹ó -oΑ‹2lŠyk.ŽüÂÛÍÁª'²¦Ì˽¥á€‡ôÓ3îŽ×¾Ü1+ÜÊ:¬KÊ(Ù„†Š¨I×§)1WÜr|–OC‡¯2Q‡jbž]CÊ?]g½Z*êt™‰¸´Ì8†ˆÝÅǨ?b#÷%5ç›lêÞDeäV_ÖuŸŽ‚ð¬ÖÖú6ZíKl⎄Uæ˜ x—êxŸ —ð^æf*È$@„­õäÝ8œ‚›Æa¯ÕÍ)?­vd\Ù…¼:RsÑn m™£f¸Ø•»£¨W6ÀLV¼Ðµ§ü,¯OýAÎÏô"ñl¹‘o äIiy^ =ß6Št‹(ùGJÌ&&¥­}?^y_rÓ*¤äìŒRÔ-…¿z«žýõz« ºòòroê‘Њ¸8ÓìùÉ2}8ޱÏÂC,SÐ×N@k)ˆÙ' -È-eƒdï@–ÚË_ûh%î9\â‰Ð,ÿ™k‹Ž2 `ÞEr¾CLH2x.åfþèW0 |wYSá•΢!*|o -þj½¿â‰®­ðÁ±šQµ/$¥ìNâù›^µÄ2|ßQdˆ{Ž”íY`WØfxå61´>‚ŽÚÄE¹d­õny[󉶉÷u§¶öXCȳÀ¯ Ç1©`SÌñËž Øù7ÝR.Ü6]“iŸÂ%¹gñ)–it¼YˆŠ°ÎáâüÚ:òæ1g¹ ¶Ñ‡Ž[ê†Æ+ãOU¨ì/bÕÉ*¤í)þ}ó#$êHÙÀ=”r1N%¥äl†pÈPÉæÉò`ï<2ë,pr–TЇOúÑ!¥V~Þiî>Zfã|JZÉ®9Ë{sMÌ »a™, ú_‡ýIÏÄ9%˜¸ÓeÓ¯cá—¹x§‚Yfž'§gª#7A³°v§)i˽è—{Sœrël-ʳȆxe„Ló2bkò¨—Gjz•KΫÖvAŸ/u”Þò.â3Ÿî£¾®Rá ®Ä"AD™…ÈÐ@Þ– è-yCÑuU]Î ¯ øR¾kŸ{¼JǹW8„>zÖ1^iˆaŠ]±=FÏZýˆ}¥i…Ü—0s¯+›ò_èØ?vøõŸ6YD›—~ çÿeá·~2°è‡³˜äM€U€Öø<Ü£c!.OâQ‘‹Öû@ãÐðÏÆ–Óͦ.—†EØ¢ÞìLc¢öUÏ×zÒ~6dÿ¶?Rz×2EϲKêP¦Ifሞíœj{ -ûÖ5‡‰;V`S/4ø¼@OYŸ—ªž´Þ}¸Õ_rs{¤èÖÖ@Ñ=ë$&îhRt®¦Uî!±IÙ¥®…Zà]¢—Úr.«›2~6ƒ‚,"døÎ0âàu’÷´LE;èž²¹ðW·„[î‘p+=b.È2Fˆë¯ŽºÔzqižžðóÁ0ø©OÅEm@Ÿmu—ýî ¼žM8["ú䨴1ðóAûEœÂ»[ýèày^Þ/N)>ýDË‚«XUÇ -J¡}¶:fo¢ê™¾;ïu}¿\ „l“ŠäíˆÇë¸(û<9Ë#«É9V1«ìâÀü3PPG!¶¹šü‹õ¦&Ç gÑoèpËDuȉŒ^r¦âÜ2&HÛ ºc˜@GûtÝc^mïä±¶™s¾p†˜{´€O?Z¨)ôÜ`^d€—FQ[ã¸ô³¥z–M·*Ÿ›GKïo÷—=ôÊݦç–øä…vèÍ{T”c¾ ð|ä¹–ñ)1i;£EöåÏ< ج‹%ã Ðô£˜HÛ|MÖWŸw¶Ê@«0évqEäʇÌûêÎô«Jï|Ýæ7Ûd5²Ö²û›ƒØ¨c-Ÿé×0ÉG:Æ=M±LU„zæªãÝbª[ÛÈiÌ¿+m) ÷ÈÙHŸšƒô«hå§+ ìù—q &¦lŒ ƒYÊG+mÝë>®…šl§„œ øÝ‚5ôÇáSPK× /ÖÁÏ}&JÌNýýcÕ«KkíE÷Mã•AŽLúñ -‹p²ÖظÔŠ~¸&6Ðï¾%Æ%ǧÙÄ0 /Ëž™gð©6áT6Ñw…¬’inùUU7!Â8SÞŸ¤§œzØ1Û( ²Ì!ãœ*BÎÉVýû£õÚ:moe°¢tX׺£e&ób‹Ã´X³GK(Þ­|fœ?skép·®Ž³;³Î“2ZjåÉ—±?MN2“âl3ä4 çËTè£l€G>Èw>˜®?˜„|QñÔ+.æ—Â#¼ øT¯œ‡´‰h™.9­Ô¯gc*RŽCŠŽµL–?6 åüv0}é•4¢}²v¾M\ ß&'ïNQr¬RbÆe‚?ߪ|¬jνªlHÿÙèº-Ÿ¸/$g¯}„>Ôµ—ÿ6ANýy—ô«þ}ECHHV6”Ü’2r~4~¨zöI[ϱ/`2¶†óîÌÀßì `/ÍãØhã(!e}¾Ø{Ù«¤BOVjé;Ãà­ž¬_–Ûs®Y¦aÁ.Iõ[¿‚˜åU0*-zឈži]hÄÙì*Ë,<|{¤ìž´.õçŦ”ÛÆ1XŒ{†¸X«ãØ¥˜dPKöYRŠª©ðšª!ñÒþXù“ƒiDèzù¿šT|ºÊ"zL˜WQ‹:Òqñ;£ϵ͙—µy¿ªR/ougÜ:‘¡3ŽUuø\¤¢%ÿ2ðù^z‰™‡SðpÇ,2æ`üú` -☯I·/p«”=è¨÷ˆø9$¤¬/@ÿòïècsvFŠGrnZg áŸ6ø /öEàC <Þ6O0 JƒTÊÅ*ÿÕÄï¶ÉñùêŽòÛ–éš’ü*Ä­¡”™g1‰Îybn`ÎþÅ2‡v¸À&O²ŠoÉAq>9oš@E®õþf=9_¹ˆØÏ›*ÀK}gëMm{³5ég[-Ý1­|ý#ø©²1ã—¶â[Ÿ©‰¾´= ?Ùhî1ÉëÙ²ÖÊÛƒÈHŸ -ðH:6Ù¯e“}Z6ɧfW[ rÈ)å§ú†úýYZî!àg/Ö©¨/õëvC癞ËúÏã¤Ì÷`[؆ÛãïMÑ3ÏV8X`íñ'úú†ÏÆÖ‰/{m¢ãM.צ$íÍR2œ‹Í<—¼± À;ðù­úl“TiÁö¦`I¾%<èÂXÛ¸è‚=1ìÔ¼ï:16u^˜jùVÀ“xul&0¯‰^fCÃö&Kº$ˆÈ5­ôDÇ„Øçpñ€Ï>þïšÇÆØfOÖº³î!Cíýc»á_Ç€¸åÔ¢À\KàYöÆ¡a=å¡{cˆTë džïi5-ö´š%Ó%y³þt¹5ç—9Z·2Nò•.÷l¹‰¿'jÁ¬ñ²×ÇXi;ãô$ó$%ÑÓ1ÎyhäjwƵ JÂP—gi —7?TJŽÛÆ›†@¬Bx¨Oɼx¤kdؤ”Ü!ä…[†Mói¹X‡´&Ë8’ÿÐ8œ~ß9 -¶/Pó½šöΓ¥Þ)—¬s(A½ýd`àN×™hû")Ã4…z{0KL5Œã£ Ähǣīf#mbbò‘ŠqJˆiv<è½ÇËïÚgË_ø¤Ì#U#Ë­jmœ`%_Rµ¿Ü'z$¤’ -¡ìTC*|SÆz_Õ#ó µÔµH+Yí¾cSÁ•…ÐyKqàâS9âWS+¶'ÑÚàç†qPoÍÍþ%.îlM8Òâ2sØô‹ óÝú¶Ï›õM›Øykù3—œC>´¢OÇFÛfÑqóuÉ7â.ÙÄÐ7Ÿ¶xÀºKF()?‰j³îšâ¼®KV`¯xi© -|x¨_C­:]«¯ÛÃD­õBƒ<ó4èŸ Í@ÏùèlË8Ú&…ÅY•l°i‘Þ˜bdÌòJYsQ:*üŒ\®_Ï8ÓKO5¸ãpɳ“5Ù¿Ùܵ1‰MYê/~p¼DCŽõÕÔÔ÷y»¡ëXGôM®_èúl¨ot)˜ÈíaxÈzoñ­µž¼›v .Õ­$þ ûUÏ&ù•¸"·–ði‹V}(ÃfŒ—?1tß5Ã"]Êš -·ŽŽzu±Ã¯³¨°iËCð`ïrk÷§Ž™?, ÜK9€5EnÀzàeÞ‘Š\p¶ÄFz•¨MÂ,°ÌÒsô!Ô­7”Må¿Ëë om}€¾vî'UrÒq1–YZÖÁ,-{¥§ðæ?úUSÒz€WöÆJŸž¬êp޶Nñ -Üàï "ô@PxË;_ ÔKöÍÕþ”ËŠŽÔß #U‘^YÍ6W >˜&':$ìç"ä’’²=ÿÉ'DGÏp¢¿Á=ýöPˆJ;]nä¹5 ´ýV®x¬]„‹³ŒT=?ZÀ¥¬÷¦ßÒµ&ýꚯNp*Ø0iäéʇê·'J6ÀdøÅ*~¬#æ¹”˜Ä•ÙWõÝ©W÷}Ÿ®5Ö¹õD››|8[vªÄd],³«´t¨_E-ßè+*aÇþr¬#”ºµÔR«”ä^$dy‰éÇjzåé -ï”ÒlóøD›„^ì×´6íOW‡íW>[hÌ|0Š¸á™‡¦þ¹UË=[®ãk[¾5^åRpInc›­ŽÚɺ=I~ùÓ45üª]T x¼¶æ­Qj‚® þ@×…xx(ã"·Çªžï™i8÷Öî`æmÏ":ãt™MºXké°Š‰&!&îl£®á“¡¾åXG«qYVaé ãHú5ç! x?äÑrK‹CUOÙ2ò\ò–}¡àV°ªŽuLä¡ •`—!cí ¤ ·š œ©±Ip ~ ìVÒÁ^1ë\G,ù´JÆHè õ~< Ç©Ùç[ͽ{ó„ÜÑŠ µ¾¢‡Ûƒ —~-øØ¢à£·…¬Üqn‘YÒD6 -kÊÝ%+ÀÁkKÛD°Ø#&ûߦÚf/€ÏfY]µEÆ©<Ñ7µx5L°[U“ožEFì a!^-¹ìóvmÝŸææÁý9JºþÄ,fC>ßý·¹®óë:á«ßïO¼¢kL»½5ŠH>Ô45h†ð ò–’û_ üÆÿµ5|ÝæÔý±FÁÉ!™Î™‚W{ÓE|z6#¿m˜ÆæÎ6e\ý²ßøáÏýÖé/Û¬¯™¶7~æÕ°à^á\äTÙ¥ôBÓ$1~{œ’°˜í<Á/´IêU=Á©bC¶'‘¯7À÷„èÃyV±I@ŒßìÆYu÷«˜à3=pT¡ðYÖiB¬kŽUháböà€Žz嘭|æ–#cüÚÀ>² Þyf•YÙ-ynW'z•lÈÎâ…uoðxí8Ä6‰ŠÿºÄÆ}Ö×2œ -JÑöhu°y†g¯|¬ïÌúÅ=‹ŽñÌa“Nää ]-þØc÷)Ã;OÎý¼Æ£Ú¥¨7ö9@OÈ«ã|B¶[I,<[¡cþ<†WÍ;Yþåæ&ßrSƒOY‹>Ö2a–9ð+»a…ÇÞ8çb…uÈȹGjÙ×u°ÆØd¯cV¼òÉð€÷¦‚OTu¬cmG·aaž¥¸Ô)e{$ˆ'P‡ÓàPã@ùã -Ÿöe³¥ûd™Os,’Ò^,óÈ(…‡³Èhç,è±EkÎÓ¾Ò§€n·É™°5@ãÙç¹>P+zòë&—u¤¥á·ÇÁɶيŸ†Xx¾ÙôÞ¿ÒÜt²\Ç:]hhx¼UTôDzÄÀyt˜CÎ튨Enmë;‡²…íQò­Ô&F%ÚçQ ÇKtÀAt¿†\êœÇ%«çÚê|J|¦e¦*t­7õ·þŠ'>‡ðÙÐÜåßäsfÞ]W}ü’÷¯ò©G:€›Uø¡Šƒ°)ÙHûRgïÆ\;]ðK úfmŒ\ h7:ð>ä =攽ñkIÅî@¯*[šìжw;ø7f19ëx•Ç8^e Î7¹Œ³M6Ý¿BCÚåä<`M N]Ó;÷Rۣ¥»æQ1®yøÛ-2óàNÿZS«k©¥iGÄ*>˜¥þ{¿©ÿÓ‹±? ²Žƒ_nôæ¿6 -bÿÚ¡ÿ÷°¾ÿ³‘˶,`s·à$ÿ2›§¨JØ›,´ $ã|Ö”æRð » x½4Ã(êµEÊ,¶.òªeu(¯®ŽìRóqvº?‹3M¢B @›&±ÑæJªi‚éšo¬>]®§<Ìu(HY.ÇZfH‰6§È6Ç-µˆhV1Á&D†-‘ò=rÁá&fo $ç§]’ÕÆýÓ4\öØÔ¨e†ž¨-Ÿš ôÌÙµì\KÈs/ âLØKà *hšøtT°y -z¦fÁü‹„Ì31Ï-'ìd?µM‚žÙEˆˆ“ܹHHuÌã’|j:èd™V¨÷/[lêé*¡Ü2 ´VÎÉfÛˆ{­¥Ó[åݪê„Ó\öŸÛôꯛt¤OE,°KoÏ—ˆ…§ËT@ÂB}‹ˆ·. 4ê“–‰øŸÍæö?õ­]§ºF å²*.ú@^‹6 -ðolBXèÁDÕ+ O"H…çÚú±š‡¸²Ì6_“v®¯cy×`¦Á¯v†óoFJž‰ùq—OþÚ-ç wæè…[c5ÉGÚ–¦³Õ¦†S¹Ì«@'팗=—µ$]±Ï•‡žé)O†º:ß2p´Ì¥|ÚúÏ™[kí‘U'LW¼ÚŸ„„øu\âùVSÇÑ2Ÿá\`׃?­ÖRŽ•ô -¿œ˜í‘aS-³ƉҠÀuŽ?Ö›/Öëj¿\è’Jö¦ q¦‰ª×_ÖY¤‹-6ͬ$å.Àƒwç˜×rS“W_Ïõ=â_©cŸl64ŸïðjË|¦^ÈÈQaCæZa]KûéFSËQ ËJA)1 +c/Öèø/Ûµõç[b§²–¼3ZõxW€?Û®ïp(É%^ ¹È«!å;5ùG@Ÿ\®aìtˆÌ‹l¸c›x¶JG|Úb“η˜#@o­óhÞ6ð4ð“òSmƒu—§íª¸íZ`ÏÌøºËmüï}÷h r)^Ö“Jþ4qùÊp -#?èMoIú_ ÿ?ƒíUÔäxRíQ7±ÜJ>€7Œ -&aÀèùô}-Å¡à€ÙåöENň™gÔ¤˜E¤ôÃzÑÎáÍÎXUEü–çÑðñæ’q!nEÉ£jžÏj•Y¸þz¬c#ì‹,ОµÕ_uwµ«âîzô‰eŠÐ[e€Ž*>¼ó©žÏ8Zá ~ .ͽX à"*Ê Ô k‘QìV0ÊN€ý0´ñ!óªy<û¦e2ç¦u:ï±[ŠIr-Њ\Jv•s^èÕpÑN ‚ü‡–™ÂGv)4Ì> sΣN´<Ò¹¡¥70kÔ$&§ž¬r‰ 8Â2WòÄ«„5†Ž3Oø#==[¦VîÍ1Šv„ÕQŽƒN´¤Bß4öójuΑª:eoªò… ¨GàŸ3Ígê+nÚfÉÙGs}‹°7G‹°XÀgÆîŽã"-"rªGÎÇ­6·Ì’¯äUРn9ìI!àÃé§k-íUåpžäÛæ¹0€£SžÍòªðyÇZ2âßF6ãëƒèÕ`rö„•¯-btâÅfcÓé:§Æ¯¡©h•>>Û§$—žèê™_·¸, Ç2·ŠînWY%$è{xÔ¯”„>9*ýH-ôJ±™:Zå×5åt‰u+k -ç·” Ôƒ)x Ab -tŠk…‰9Ûä7þajúcŸßfYÄd»u T KÁ¡¦ÁÝZL殺+FF8~¶òŸÜ¨v ®ØÇ«³M£Ç[ÍÝ_v¸ìc56ß«|ø)Ó±€M:×Ó0_L ÝŠNÐ=¯š\ù×>¯éË. ·v¹¼£ 6Å¢dB Br’CNÊÿѿö›ŽV°£eöó.—óÇ¿õó.{¾A…*Љ{bL¼CIC]l¼ë9[kj|×­ J y>]MÕŽڷÌÁè0ÑsÍEÏ]*|õ_ûtŠOYáU`ÒΖèUçËLÄ™–Zþ 轿Ö¿l46ž®ò)€ïIÙC¼<˜!&8e\°WÞDó~S äÎó¡í³=Tps_PtÏ#Ǧ9åÄt·œ’÷IÏ£üahùðÕÐØrºÊBùT´  -½Š&²]Ú„wÊù·ŒYê^ ¤zdälÏÓírú¹†‹û²Ñ¬%ŸáÒ2*œÊ:¢GÙZëXäA¥ä¬C).É8Ž|eaߺd”<àyÙ»cà ó$<Ô-#fþ¼Ì2CH4M Â·G«žz¥¤¬‹µÆïRÍ*­É´ˆ É.% ìÖzè3“¨&}cþz[€Ž| ÐõÜÀZ9ä€wW±ª\rF‰}‘œe—‘2œrrÎÎ&ܾHÉ9]å‘.ÖÕÛƒ¹¿[¦KÛç a¦)Øk¯’éüÔî<£@?Œ >Þ×+§V™&*žš  ÏÂÎVjÙ˜OºÖŽS«¨÷ €[‹ŽVêè^5öÕ@Ý"Wœ,“‹¿n³H_ Í~]c}éЊ¾š;?m²ÈN)$Ì:SüÈ6 -Ú”½v. 3ήñkk™~-v¶Ì«ù h%ç"ßî ƒ_¬tdýº=zásÝJne”Õû~˜œñÂ#£AŽøŸï|Þ mf0qÆ XäÑ -k‘²«¶Q!Ÿ·jY›õü“eéËqªA§ÙÅÅÏÌ“?Úö5Œμ;v%…ô㳞ýsðÔkdèîpÑEsÆ•ÝItº­C`êÍ¥c!Ldž­Õ²N7jY§Ôþ™Ûp¡ÇYg@Ï>ýÿì½÷s÷–/øÃÖîÌî\Ozžw}ƒmÙײe[¶­(‘ -$Åœ#Häœ3@0+Ë’•³˜rÎ`ÎDºÑH¤tg¦ö¿Ø=í·ó~ØÚ­z?lÕ²¦x\]”%€èóýžó è¬Ü¼²;éæ5‡œj|7t¢úÕii3>7idRýªN{Tþ%í—‹S~ ?.VÝêDûñUðîq—€ žäqÚ)/½e… "òöBÿ‹t@"IXyM«ã´‚Å!ƹõ)vqÒÍ'X“vm/ -S„bÄ,OÖy2i$üv@g­"RÚ!ç$ðZ™¦_]¢à÷ôu¤ +à ?%ŒôÒ¤MÔÒJ›7Çù×VF;OzV|ºð²~_ÊÎ(Ïz˜µy£1å ÖlψÙ˜ -“ÓIšÃÓœòµ1FQpZ\œÖÀë7§­RÒoþD'¬yXÿÃÆHgAÒÊoL8Dqk¯fsúöàêD7x"Ð|Óòöµ·üË‹Ï(?Ûn•xXûUdŠ_º¸NXµ‡ÞlŠêätÿ³¶ï—‡èEøáÍqAmpµ+þÇuÝåáŸùxöaK!ìM•çaåŸV‡:N£&³Êh—˜º‰·fåÊõi^õìsfòÛõ1)yeˆr2‚_ï7r›c9ç–ɀâ6qç¦[›p÷ÞÃ<=×ÓVa;j¢' ç—^´ÜåÕ¢6 -óöÜX›N´Š(˜W8Øz.nj9™°‘/!vZéÆdû©¥1FâéýtW⑳¾‡¨EJ Q®~­Ü?û°|ÿ æOÿx½ñÓ¿q=¸òã‡UÕÍ„Gʆƒ•Sö§}R~vFÙ…ù$âÍir•ó~Õ7λ5Ÿ¯Ñ/grñdñ— ïZ/¦\¼ömŸ˜õÁÃ%$§é­¾_.?ãÙ+*ýôFÍ22jåÔaN]ÂD)\z[»78Õy&a-á“’vaä_›´ð냺ÎsãÍÇó.nkډπg]‚ý¿~¶lm”~54Á*Ýò -‰I3ñBhºþ‡ÍÉÆŸòÀaÛ3RX’0ÈIÁ)zÑÚX版^ذ1 <0Ƹ‚€Ï\%„§øåÞû?¬Ï#6vMÆËk‹[… óZÖµ²¶IÅØÐ©(kï„Å‹Oi'uÝ—>Yy]³?:E½¼1¸¼©“4-N+Úg†MKC’ƸNز1J9ë{Ø´oöEÛø]„ˆEÁ\žä\]žVµ°ïÞõ×»c5wu¤ã¤ãNŧÁqÖ5Ī`¦} -é*>ŸxRP²vÉcvµÿ\ñê0éÔüÓÚ½à3öÇtâF¨9a <ÆÚ¿,¦W2‚c¼²¤ž[™¢^Z~Ñ~rñEçá¥×äc1­¸1*éko¿6ì›Öøc\O)JÈ¢ºÎ¢‰æs«£´ !c·$fíQ¯Ž‘Ï—}ž`\Oð+7‡¨ç>¸Ä¬í¹¾'»Œ³<ι³kQ{ÿõ˜³ÿfÌ¡–¬MЊœ÷Ê¿÷=®9›4Ik£Êç/”–Þ®'•Äà$å2b&—‡&I|÷¿—^ùç7ìÓ{î5ü¼<Ì.šê/ût𥸉׶òºýdxœr)f¢•EÌŒò [5ªE §F³2Æ.^¡Oû•jÌ«”'íRnÜÌéL•1§±‰IXàú»´¯çVÞ×ÕŸ÷Êe9ŒŸ0HˆˆEJAa_£zJéÜóÆ}a§!å•òVÆƌīQ3·¼3=éP)âÎÛÈ÷ú˸[ĉ9•¯¦/:Í­<¨þ˸ðäßZº ÿÅÜWôÝÌ“òó¹‡ý×UͯÀ¬°YDÈÍwÿwJèkãÌ’ùWm?;T|9÷¦¹ ¢£•ƒ­I9„„Ñ®¢?^4žÍúÅÌŒÓy]ýƒQUøÉ­ÆÃ«¨<üÑáøÀ -j°]y[÷õÒ«Ž˯¹—Vߊk£Âæ¸Vܾ4Ä.ô>ê<7ÊP”å7-WßRÏ„õœJÄÅoÏÌȤ)Wßí¸­K¶z|[|>¶:Ƹ¸©¥eœì–m¿Tœ‡¾I{4=¨UÅËûzïnÁú%Ìb"ðdmÄðÛ{/§Ãðø°ŽÓ˜ö¨»3®¾´_ÂÏø{î¢n¥qŠ©iˆ8Dt86j£^]Ÿj=”†:Ù¦Ÿ[}G:¹>ʪKšÄ¬÷~ÕÀ¿- -D)GçµÕQfià9óŒÿ)ëlÌ:p?hµƒ6+Žèy­Y¯DóaV*‰Nñª7†ÁÿŽ“O/ µŒ›¹M¸~Œñëw ?̽j;xM©\˜ãUWj=a¡]Ž™è—rÐy·J²åQJÒN)meŒZ0÷¢éë…§µ_n¾j=ŒêI%y¯ˆ²Pʶf”rÌ#"EAëFÆ[F':Ç´ä3ˆ‘[‰YEê±›Pð9·ŒqËÙˆ•ß5/FŒ‚º°^IŠ»EÁ©NÜ ë@­Rr0;¢ãW%Lü:Ô*jÇrf úÝñ äóQÑ¿ut_ü/I 0žß7ŠÉa½°ysRX½9"mXÇ,ôÝ)ýlÎ5øŽ|21Å+GÀ§¦íb6æ‘ó·˜øT3r«“jiX_{8Ño½3N>—qH©¨ULˆèXåK¯Ê¿[|^öEp¬åPÊ.ìL9$m=š¨QBH–…§ñÇC]Y™M‘‰Æ‚„Ž^‰W±8Î-M:»Ô!è¹™çÔ“Óšº/}wêÿ‚è 'ÒNFUÎ'ÅÌrÚú¯4¢WÑBÚ^AØÐ#\¦œuÞ)û£ãfÙï·Ê>^®Í¸»zP—B”ñ+$˜»ïÔíܼTð«C¬‹½¬qh”^Ï>e_Ä À¿­-3Óÿ4;£êÝšóׯ —Üwj¾N›%€EšÁ”C9˜´J9a};iÕÈ›Z•õ+T–Ô7 ˆQÀÒ˜Qд5«P n!%ja×€V-‰êX sË/df=ìÖ¤‰^±øªùÛÍqÒ¹íYÕ`ÔÀ®™yQ·wöiù×ËoÚÎ@ŽLðŸjÌÞ+aîé߀ZŠyå’ÜRï¨Wþ¹“7ÜÒß; ?¢Ð«˜•ݘ´ðˆÓ±<Üy4dàUÇ-‚–ÍÂ)߃²Ï¬·Î ©ÁìÔ«¨•\ˆŸfjÞ­–gÝUÄ$¨÷^xR¾sHh˜WÓ›tõ †Í*öê4åÂÂPÝ¡ð©$4Öq28F8±9Ñqqy„xqS¯¤‡Mj!êTK3>…¿‡qöióÁå×Ä‚MÐÎ z”Q¾6A>œæ–¥m‚¶´]ž&žõürõϽ’σãm'’&veĤ nL‰k—Þñ.ûž0N»î´ìÝxC9í¹SñµQsùs[ÿå# ¹3 9jÔ^6ÿà¹_º7©o/Ì8©eÁ)jñæ³<ª4Ät*jÌ4Ð7K:7Æ:O»ï”üi\|ôwë/Žàß?”´ Ú£&N3øÇ+k#Š•×òúÙ_éÇBc­P;áb£•¤2&Ø“ñv©Á7ô$œ -Þꔸ}á%óÊÊÊ©1~½¿fU4R/gg$ü¬¿û:ê’ñ’N~kÊ-ãÆMÒΰ–_š`^Û£„ ¤"Ì-¢çfzî§goŒ¬h¹•a»± ˆ)›€°1D,pÝ«>d¹Uºy˜\1 öµ=×#r¡ÿEëñíÅÞ'1«„ŒÏ‘ÍÙÀ—Ø:ÊAÛU#)#åîÿ%íÖôG ´â‰¶ck£­‡7&§cFÂé¬QŸŸãS7õmÇVÇÛŽ€–ççf{àß1“¶ãïwÒ+£zƵœŸOÊÏÉäÙùî{!‡„²<)®=S‹èyÕÑÑÖSÎÁ ŸL©ÎüSàiå¾õi*è\aãâ[z‘e°ú³O[NmŒ®å] -~ÆÅ®‹jAƒŒ´D-ÂæŒMÉÍ85ʈ…ßèyN<ìxHøÉõ ö[ØÏÓæô¼_@ÌùDTÄ*hÎ9û0“Šƒ8åC ßÏ=ªÛ»úœp86I/D ”‹9¯9ãSSvq'æ”20Ð|q#íJpªýj%§ìzèI%Z?a’7'Àß¾hÿaõeÓ¾¥Mû . Á»Ô!6 1i·ãï?nŒw^„ý<^±zutñ÷ÚÆ¸¨.¡ëâàŸyóÜmøR§.þçaÖáßm¼i>¾ š÷kúã¶ÞîÙaQÕÚ”¨.nVpÐ' GV‡šZªÿau¼ý â껕tõ^™DĤMÆÜ˜”ÖGøeˆQJL8U룭6'GÃ:ÊÅô^ÒÈ«i)çÃÓ”Âå·„3ˆU_ç‰L¶ێؘV®Ij–‡Å Ïȇ<·[þ2&-üû1QÁÇsj¾KÛèeY¿-¢g\]§œýkJÉWB“-GgŸ7}»òºãhrŠ[‘¿ƒZ{zÂFiáíì쳎c‹Ï[O¡ZÚ唉Yݲ<ŒßëK:•Ð [ÖÞ -*-­_ÇIàë(Y?Ÿœóði1CgQXK»†Øx-q»”œp ÞÛœV1½OÈÇç_¯ 5AlôꌗKÌø¸´¤Óº ˜º4B8ºå¢Iм<Üqdc´óD|š^йY-Å’í9YWÄ*`¯˜¥ø÷>Bö@ß¶Î=kùÉy·ú‡Ùç g’ÐM&…tþ ©Àö ~ßÜéJ~á¦6nQð_‘Î.>©û64Z÷=x¦«)—˜¾µÐ}sKE‹C­Ö&(Wb;å‚Óm'‚º6ðöÔ«kÚ¶#ë“gr… -¼‘"n¶"v%ª23e¢V$-Ôò˜]Ðtˆ‰!«¤3¤ãVnŽOÌ=ªÙëºYò÷Iãå ðó3¿¥Í÷„rR?ØüEÄ*ååfÕ½i›ŒŠYxõ‰)ZaÎÎïØöÊøY»ˆvÛƒViH¯¤lNvQO¡®'SîÖÓ­<ïã¶gÝFÎÑÓ›Ðòj:V)¢Ô§´²Žø£dþqÙWf͘½suO\O/N»%ôœ·K“² Û–Fšx_þ}x¬vÊL-Ê9ø-Y—”7‰š"øç O¢p>ÑÉŽã#P“c´óÁIÖ•ˆ_›r¨à‘)›¤3ªc_›}Ú¶?4I/Âì -f—3m·>·ö¿_x,)ŒòA¯2ÊWÞVìßi8œ–w¬MHê³F‚Xz”K#ük „YŸLšõK¿˜ºL±òÛü/ ƒÃÒæ¹—’z]WõŸ–žϤp§gUf\B2Îi—”¹6D?ž¤_Äìb"j‘tâ^=8Üy|õMÓàQ.$A߀/b…tJÊòÿjà‰ôÚüKqMtJÐ$˜Ný~ùUžõᶃ1§.nQKÖ‡…áq~bR½¤sþQlj!ñ…Ï&”…_̼`œZ‚6MâöÕ1êy×íÊ/:Ú•´ƒSŸõpÛò^>qs¬í¼ãVù3ILJR‚zåÔÍkI©W`MO&¦)ø÷8¶mO¦Ý½S‚ÚÙWô³àñ¨Q-é|ÒÔ~>4ÕxÜ8xú“•áæ£³*jf7‚ö’…Œìò žz1acW£V~#øÒ†¤ xÊÚvzsªíDÊ%¢çgûŸ«CZæÕœGÊÛHøˆ‘Vá½Uóíâƒk{fÖ‹ÞÏ«om/hîÆŒ¢–µæUØÇʌׄZx͡Ɏ++Ã5ÇÖFˆ§ÃfEÚ«Òäü=·’ {6`ÝÂzZYÚ- †@“FÆšc6f-âu&Übê‘r1ØÓ¸…ß5Ð+²3" hEe~†MÈûX A«xá-ãthZØ”´J˜¹@ÏÝ´O& ¦¯OÐ/§Ù×€×ÛQ·„í}Ñr8©ç×mYºDY£¬s t!œcCÊB¹ˆØ:Ï­Œ6}?µüêÍInqXÇ.ÝžPþmY$Ü^ät¦Ý¬úÕáö£KÏÛŒOòªÓÒöð8ójdŠtÁó üs½êÂÇ‹ë¾ýÜ´åƒó¶ŠÁwHˆ£´=nä×e쪄¡ñ@L[ó]dºýDxš{-f”“6´bð+ÜŠå¡Æï =¿›Ô°7<Š.N X¨”fÝÜvð¯ÕYBqÉ8IõÊâ«’¯ü/}²ò’òsl\MŠéúe1³‚Ç9u‚]†ê%dÌÖÛ^‰²1Ü~$8N-O‹ë·fú~ÍÏhn¤¡Ž~sÊÅoÁp/þ:câÓÌÒµ7àë&ÅfjÄÎmÈúD´\@H›yu1¨!m_m ]YzYû5j¤”¾÷¨˜YÉ]~C8¶ú®á[üsl‹oèg–Þ -®„µjÚüˆàÚÌkê±à8óòæ­hÛ#¢ÿë¬L²ås¢€'á)NiB¯¦­Ýòù´c:MýŸ‡E%ƒ–<”¶u‰³µ -uʘËÔï“æƒIü: x½åá¶Ã oš¾[|ÝøýêPûÉ´CÓ‡zîi§BÖ²ŠqI›…­±É¦+¯®þ9ðàâÇà‡Nƒo.Gì2¨ðÕ6/¨eG ¬rÔ.ãägÕ}ùYÍm¼3Ôæ©õqúEÄ*§#v1É÷´åû¤CLý뢢ûÃŒð’Óüo3rùV€OÃ}çÊhç±¥Úyÿ³vÀ VIÊ$$n»™Uÿ>Ãíü÷.%e'U|æÒq0f‘0¢)káEçá)õ¥O^óŽþ½ïךQ‹€ø~^¡ù° S¡v~ þY„¹å— -Á›]zJýêo,]§þŸ$^ü0/•l-ÊÕA-éjàEíW¨K"ÙZ½iþ°Úý$a¡Öeÿ^§¸ðñ -~ÿ’žS–´ -Ûa}oŒq+²^w+ ¢Æ½†ÙêÎÎ?=ÿåCÒ—³:\ýMxœz.grVaKÎ!hÍXyõ;õ -f'žGͧSNNÝâ;êÉ•·âšˆnPõ*øÛs*6C«™Z:©ø$ø†^˜µ¨ùçä3£ò‚?¤L8¯pËÂÊ-ྫྷ›^Ž9¨WB¤“áIn9`—]4Ð -gŸ_ügßÃócÒ"hÂïAů¯¯L°/Ͻ¥žX~Í,xïtüïó|jÆM­ é«ö/ _úàÜÁí¹"ã‘qÂSÔÂÙ'å{V^WíEµÜмUÉɺUâ‰_ƒÚ¬¬»ÿVÖ×{3nu®×ï[|Qµ'—¶©[ÍuÔ.!¡ i{NÝ—q ‰±IʹùÇ•{uš£9¯ýc4Ì–›ßùWXÿ¨•UžŸ• ->,)º³•4^;eåÔ¯7ýøNpðo7/|šµ ‘1n ø˜o–^Õües¬ã茶-§Z´íV‚:ÆÕ¥QÒ±¸YFM;dŒ”W7²J^7í[|U·7ï¡]Ûòp¡WÍøµõ0赸NÜ„%­i`·y-aæ€îçWçÝJIÞ£”¥€÷×&EQ£¸µK©y¯J–†¿ZÅäM³¿ï%6-ŸÏ)Þi90ÿ´âÓÅçßf¬ªïlùD̬]Ð -ëQxÔ±?¤åÖä@Í<ªþËðàÿb»~᫯küû"—üü' Âÿß'ðÿUì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ØMd§Ån";-vÙi±›ÈN‹ÝDvZì&²Ób7‘»‰ì´ „ÿ“DÙžÿ$ñ»½{‹8¤ÂQÇG W>Ú[põh;üU‡PD|TöÑÞöŸ -¢B:QDçr:ò='á¯üxèÈžŸªÈ¬=ûþÛ#÷Àƒö” èT:þ²šØÁ"»g?<ôØspÏßþkôÃñƒ‡üxøø¡Ÿ?räÀñŸ÷?xìÀ?8~ìÄ¡ã'Ž>¸‡ýÿø £'~ªüèÄž}ßîi¨‡¬ -Èñÿ{rñä~[¿Ktùäûã2¬Èÿµ˜ð,xÌå~*$KèDòÅk%{Ê>jÞóÛrâ¿â‡ßþ'sìàOåø‘=­{8¸çàŸñ¤ý=ÿÇÿxÒü<¾çœÀÁã¿ï‘=¿ý†öîýíñý?¹çøÑC‡Ž}Ôpõ‹›„ͨUÉJ”ôˆVTšâ×õÜÆ„•Û˜ñ°êP ùjLK¹œ0³+vA+ê’ó¢F~ÓÚµ 4ͼžâ–!&I'f•3Q‹’“0H;&Q3>- ÿVÚµIIãê§|þ¥hí¥06E+LLÓŠP#ýj\×q*e“Ñã–ë·bÖ¿D¬ÝŠÐ´´58ƹº9J:Ã'Î%'9%¨VÖž¶ªøs/YÅ+oyI‹°5¤%ž_Ÿ ü¼ò®é§¸–R‚¹Xµ -å"bbW§"æTð3·6¡g•Æô¬âÕ·Äc¨Ž×°íéêJÛÅä¤QØŠX䜴G!LÚE“ŒÂ¥wmƒ#”óÑqnYʬ`'ôRBlJIÛx'kCu=ÒÈ8äóšxhíuÃ×ËÏÊ? µMéùµ˜QNI[åŒå¡ö£óêö®Æ(F¬*êP‹CfIPK+ŠÁ¥=bV& —$RÚºŽYxÕôj–’ã%ldUdürynVs+í•°0ˆ’r‰¨i·˜0Ó®$ ´K)+½µ0Ê·}ðzs‰ˆ¨“×–tòÛ¢f浸…]‰y„$ÄΩM;%Œ¬[­LÙŰ/ÂŽ´KBK9$¬ ^¼¡£\JZí˜[йå•ñßÏhnmÃëæüj æëÒD,2FÐ(êáÓv þ§ZZCÝ}w3ÞÁgWw/æP -1§„žõ )ø$kÄÉmJ¹YŸ\ˆÁsâznj•ÒSî¾Û)Bõ+d¹uOÊ# &í´rÔI«Nب%Q=­hc’V¦»Yù³ç¹0jìU§ìøÄerÑêòéàëRÊkéS«P¯”r²«“FjqÊ̪ŧÁë "FnÕÊåôʽ0î”—F(g#SüÊ” jĦâ#6QGLO-Šê(…!ƒ¸enHt ±÷t£öžž°úoªýç„p -³‹RfRaÒÌ®8U£¨-éÐÈãFiÇÆ0õôÒ³–o7ÞŽF§:N¦t¬ÒŒQÚ™0 š‡º.þÎu¯å{èE"b•t†§ÛO.¿¹ú§‘ʯQ íjÚ."`6u(X¨]ÉIÁ9av%7e—Ó|ʤ‰Qœqò[ÒNA[Ö£”äg”ê”S%‚âŌ¦ȴ°&e·£P¡ Òé¥×•{Ý¿V|©íªø$ôVÉHê4ÜÐ8ãâúë–ïç–ýiõEÝw¨–rÑÓ¯F¬kcþÑÔ_ü:-êÈ8•‚Ð$áÄÌãË¿_zYöEÊH¹2R 1ÀÌ©ä¡)5‰O…ømâL—|+ Ìx¤lÄ!c@-p³þžY¿¦/å€~6ójã:^¢åUgl‚¦ŒƒÛuq2vNuR'lH[•ü”•Y…hW³N¨»„œqËXi§œv©ÄiOO?bWò#F)!nR1P»Z„ù”²”_ÊEÜ2vêïÄÃkó5ÿ8÷®íp6 ¹“žë¾“¨ÔÙÍu| -OÆ«”¥‚¶´UXɲJiÖG«ŽÙÛΆ̈́óøÔ6Ô)¥!€9 §&åbUe½Ìš¬‡]—0S/mLN$MbrÎyãqÞ{ãeÊ-¦FÌŒÒM=ù\ÐH.@¬RÊÖLï}è]yÚ/fàߦŸöÞxzDRFÂÎ(‹[¥1»Å§2xÅ,XCJÆ£éÁ\æRðr>é_Å‚¬OÄÀ\RFÚÆm@uø¤sqG©éJ:|:XfF3ˆ¸øë“M?®MÔ·>Ù¸?j¢_õ¿n<ÙOúþwâò½÷/ú๟^=ÿ°iol’y5ë‘ó3…$åvb. öN–÷¨d9¯œ‡9EÄõfÁú8ûRÄ,nÚxÍýÅŸ¬¼a\ÊXÕ‚¼«§'fã4.¿­þjí]Ý7Qƒ¨ð‘–òhºb6)mmœk˜bã5åÜÆ”™z98E8¶ô¶uÿæãJ̦䬌³®Ì=%ü°öŠy.:*©Kh9×ýJlšzqm¸ógÓÍÊ?,¿¥œ›¤Ä°‘W»1Özds¨ñHRO*Éx¸m¨…[ƒBï$á€Úcg\}7ÒÎî.Ô¦â VQKÊÆªÎy4àv⤕%-¢Ž”M#šdÄЄ¬5)()“°ic´õ€÷þ…tܸôÏ®ëu_ÆGTÔð¤¤i}ˆU°ù–q.ü–~ÕÒ/o ×ï÷>,ùtöEã÷–{Õ_ø¶Ã,2N°cŒtzùeÓÏáñŽ ½4c%žÇìôr|RAø j‰˜÷uuå½*ÅV@.M98uô æQŠóx­øÕ]I»°5eµç -þ§Œ¹ífÕly)%Yñrx¼þ@r’ߘ±õöD ´’ÈádÎ#ål”Š]P÷g½2b—P»J˜½´ËhˆMÉBàgÊ Ø?£êÉÌv ffºz3>…(å“°Vµ´ËAàè‘Ù¹®ëp äºïææ47³¾ÞÛÐ{\ÌΩ‰'QátÒÖq>dl<2¶Ä'_Ä`RN µ Ú2^N3æ¢g\4Àèöã+ÃußÄuܦœëú“Œ§÷FÂ&!GMü¦¸™S8øíˆUÜ‘õ«Ô˜OÂI.ççúŸgƒ/wwOÜ)e¦Üô²Œ›Q™óó‰iŸŠ8)Å›FzqÐ l]¬p÷ôÿuN.û×Eqpë“VQ[ÎÅiÜrQ®¦?£) ö…šñõ?@=*p^{ÄD/KÚÙMI³&je^[›h?éyPöÕòSjQÖswzs„Wºôšx44N=Ÿuð³vVMÖÅkÁìü¦ŒK%M»º5)‡ZˆØ¬„Qؘ2JÚÒ¿ÕŸ°}EǸ¢¿Yõih\PŸ²‚Î2 [£fyTG*Ä,솼ŸZ§Çm‚–uÐ1«#ô³)¨›ð¿<©Ô vYÊ‚OfV va'êV‰çßRNzï7}¹òš~nþ9óÜúkfA|š[ž _ ŽPO‡Ç… · -±ò¯Û®½aBöö+Rn^KÔH:‡ÚY•˜ƒS xÝ’uf8ìÔjÕˆ· ×·g¸„¤\5tœŒ›¨…I ³,Ø7óë#:Q}p’WgC_²®†Æ;Om¼mÞ"þŒêu«ïWÞPŽ…Ç8—Wß±/F‡„¥‹Ïë¾1ß,øGÿ¯eNêùõ«RqªÄ+øÄzƒ´sËÓs3ûÔvœY|]öÙÊpí7¡éÎÓ!ójÜ‚OÚ“’faSÖ©fÜ*yÞÛÕœ-ÂÜüÌ%~#fwæ2zÖ2ïd–ç¼ä+)gûéÐdÙ—ÀÅÔÚòhÛáÈDçé-Ðïg•Ê÷P+I¨å„EЂØå,Ä*§¡À¡I§½ƒùdüì¼æ66#c~…ó«{ /Sn)a‡ZÈ[sJÍÖœ\ž‘‰ÒÐ?[³ýO³>µŸp30Šó. {+ áçb^~FÌÉxù„¨‘YŠ‚¦Š[8Uø¤ÉŒ]ÆÉ9elÌέG­¤‹'¯5|1që¢ÆnqÊѭκå<|êRÒ.¥ À ¿5éun-hîfgåò è¢üBï£ì,§=n¦Â× Nfu.À§D¬ìêùÚ™ÅQVaÖÛwç·iˆ3RAÖ«TdÒf%ji:º>Ú|`}Œr6ã–0ó3=÷0_÷@Ú×s3å½þ2è{…µõ¾ný.œTÅ,2Êò$­È÷¨âOðpÊ5i—Rcz^uÜ`¦]Ž›Xe)§vsŠtváEçÁ¤NÒ±íîéIãSà-ŒÒˆ‘v)jb•¬ÒÏnŒ2 -ïG$„ïþ×wœËLŽ«HˆNIIL±‹cÓ¤³k€ï‹o›öÍ>oڙ䔮ñxÝ hæ4` bi?ÓÕÿ×7þÓ·ýÓÏ$m¶5=¿i}”R° :´#mË' þ5„µ¤ÓQ-ñTBG>»8Ôvh¬÷Ò?ÛïÖ}Ÿ6« 3·zc¬íàÂóš/žV}ºð¤úó!Êé…ÒÉnúÁ¿›»Í(Ú²iäiÀŒ¬“Qž *b ^ÚÔS/†lÀ< =ëÐ1#¿Ç–¼OHÎÃkgBZÚ#$§œÀ©°ÖiÛí—)gO/¬s;RVÍû9©0?Ã'fýì¦ ùÂÆ·ì½·÷Öûy™âý« µ6‰êšF´ aM”‹i'·>푲^9?ëU+PWï`ê·IÁ½×1Ð ¨Ó˜Uµ±+ #°3~רWÓ›r˹¯J¶5«R¿ŸWõlÍÊDù9™$€žõ€/‚Zθz2î{ÿ­Ñ\ ûV~N!ÏÎJx¬)ô_ æ´§RVÊ!¥ç]}·rÐà¨I ·péø™«ˆ]1Ò/¡.•$f¶GŒ¬Ò´GÆÉúûîçfzîâSU¶”ÝÙY! °3ó6+“&Ýà‰¼ý÷³¾¯Þ/jî&Ǭ¸Nè¾tõ£P(~®~¹ <]`esÊÊ«(¢ZQÂʸ–tršÀÌ;ð0í¿þ:áTI"f èãž¾^Mß¿Î*51+£Òõ¬âSÄ:p÷«ˆøŸ e¶fœ¬ê˜¡õÔòPÕ×Ë#5{W»—&U®çÔ3ó/:ŽÄuœrð5ˆQÔ–4‚>*šyÓ²þyý_r^ øt^ù&xÌŽOÉ„ÇY©W’RaÌØrtñUågK¯ÚJèÅÔ%ã® SÏÄ ÜÚ˜0Öwc¼ãØÂ‹¶÷j?¿M=ú7ZyÕ7É)9!2Á.‰Ž“OG'ˆ§cÓôKÑizQhœx1ÒKcò¥„™Y‘vK™Q³xs¢óThªö‚|)¢'Û>ÝyÒðKñŸ­7®|úÞË'nùø¨¼žq98M»ÕÒ‹¢ÓÔ‚¥‘öî§õß­ŽP/¥@ÏÅñI¯FveTK-\nú~áyõ_B£”³Ëo;Þ¥ûÈw§åä{Ѐ•tp :E…ßÅ®JÙ…€Ù­8®fÀËÏwfN=¢gÇt´B°:ÚÍžr0®e< -ivA"À\=ý˜»w õ‰yˆ^]³ð®þ›ÍqviΧ@¼Üδ›×–wqZ€ÿÛ2Ð*6zIÂJ/N¹™ÕÙœÌx¡Îþ[ˆ<¡SÉ' Œ+ «,½6S.Ã9’¶ç•ðïƒí9eW> ö’fA³åfT]p¨S.)=i}áVŠÒ “°@ÿ <ÌÖ‚\þaY5¸½ ìÉxymq+¥Ÿ”†ý͹U2ÔΫGA£dÀ$`“°î(hʤ•Srâ“Îù1+»2ë“ 3¥2P©²sJUðz„<"ËΨ4™9ü›º+ãxŠy»áõÔƒ¹™®pðWi/>a•Û”p€Ý´9E<Ú$¤´K ^™[‡X8PÛ8· -‰àÇÔYï/ í4qð7q«œ¹¿µð[F^}p -ÎË f§œ½×ñIe)ØOœ7à¡ãf™¥·×>Ÿ}Rü‡‰ŽSA£ ~Y+©×ßmø‹ãNþ¤QÜӳˣZNÙÆ(ç>iËÿ´í»!úÅ-¿B¶6ɺ²1É)¿Ä\n9´9Ù°?8]÷]Tßt04Þt0©ÇkHÁÞåýµíGÌÜ%NÁù%m¬ª¹W•Ÿ{îW|â¸^ñ/ö¾ª?_p@ï°+÷Ê¿\}ÕzxË! d¬üFÎs}¸õ§•7µ{—_×|~$Ÿz5pÊ¢:Vñæ8ùTp’r±°«Ò~sÒ -54Í*ÅJb4­·pÝ+ùýú[ÂÁÍ!Ò±ÀƒÖŸ½°cË«"¸f2Kˆi«J³kT§œ53KcVðÐàKswkVÝ´rá¹ è@O÷`ê"åîѵ‹[(Å™E ôÞKyz»…(`3ôZG -÷0ÖNð2ŒòŒOÌJ¸ÙMP³¬à%¶* >¹ð¨ |;?Çí|¿Äl|øŸó¨UYoÏõŒ·÷6yÀ^×Ç,ìʸ[· :sa´y°$Òs™üu²ëP§ó©Ô —” ÞHžõub… í’2^Ðó^) pZŒºíùy‰ ;+,åfý2ââµ'\àu¹0 Z1nf–‡Ô` y£fVyPK-ˆ™Y×’8&;åì8`|PK>Ÿv -ˆ)x|&ÐÕ“ö+˜W@ÞZP¨r³=wq~ÉÎj®ç@ûåfå -Ì/$ã<³5‹{¤®î´G-OƒžÍø¡WJ5ð#7åá·ÇLÜ*ÜÅÂΠ™^ÞÖ£ÿA&0ð$» ùsK¹1 «:¤g– Ž.MÎÕÝ—0 -ZbX+àõ´ÿ®÷•q;¿ǃˆ™SÖ³®F@_…&è—:AKÚ#eÅâÎU»Ôý¸yïÊkÊYÌ)¡'IçÓìòø¤œ—5-¾––¯«Û¡/X¿]n=€€/]xÛ°/¦#]@-à]ܦ¿Ô ôyÔÀ(Yï<¾1̸œ6÷(cZi[Tǫܥ†'˜%‘1ÆeLÏ©À ‚úÕ·­‡·‹ÿëÊ+ÂQè&Tϸ‚‚Ž SÎG[F'Û€Û:N&AÓmŽÓ/¤ír&èà¨ëFÌ&£Eµä‚ÈT㈡õhÖB.ÊØHÒÀ·yxTÐ>-«8¡5av =Ø—÷‰»>¬o>Ó Ú›Zœ`VÇõüvTϯÌÜJ 0)ibU­O¶ŸZ|׸3KY˜UÉCÍ2jÊ"#£fÐL. ý¯³JÕûhc)'hf–-ŽPN&-rVÆßÿ+êQ"ZœW8µˆMÂÈÌËdØŒRµÉLû•ò”o°Z)GôŠ„¹ñPÂÚv2á #Vm07? úb¦ç—œ·ŽGyßõù+7G¯Îø 85°‡œ¬OÓƒ_³Ä¯Mâ×ò²~¹( -øÒ³¯¥œìúmÀëœ_ÂFü–˜…Q϶KHk&àQè+ï­w_߬_Hż¼ÖŒŸ×žÆz…dÔ+$nñ‰¾*9æ½='Hûº4 XàÃNeÒ*lÃ]² TÒwžÆÎ¸úïýæw]*èM|4 s˘Ù@ÏmÈYžIã×Ѽƒ²gø4Ô-ÐÙ> ŸVŸŸSªqŽCr -Ÿ> -Z«77™•K³~…$åTpðIÚΗ­? \ù—¼§÷îÖÌáL ÷NÂÃmYŸ`\\’T§»%iïíñ,謔S)LÚn¿ŠZ;¢®›/Vq'ê’³1ŸZöwu'Í -jÓÈP[¯&eW?A¨…ë:jÁÆë2f•12n);4I½˜˜Ö£¦Áþè´†œ–·­M -+6¡–VÞ´Ü%¤­J.h i3`­K-ç¢À«£-–ßµM±J26µ4mëíK‚·Mê¥í˜IÅF ’6üºR\K:·ôªìÏ›ÃMû£ÔÔ íXêøyõMë‘´MÆ@¬2JÂ@-Z{Wñåü£’?D‡ à«ù5»œ˜kt’¶ xЏŽx.:Y·/1UûmBÛt5á~KBÉ‚7\n=´ú®ãtÖ¡’åÜšðÖRÌ-¢`n^kÒÂkÈyaMìüö ø8Ô(%§]}·#ZúÕµ×M߆FÚŽ&u¬2ÔÄ­EÍüæh™ÍIÆ¥0øÂœUÎÚüÒÅûp -ö£0fæÕâSÃÓÐ;qð¥À ŒëúcÌugóöÞÍø»o à ¢àÑ6 1ãë½ø(KÙœ”µKšÏ Hy˜ÛŠy9¹^GvF*Üžë¾xªí>@ 5Ýz©çæöŒº;ë“rÒ.97zi{Vs#íéîGqݺ:eS 1‡”û܇<@ª1Z™†×Áàqq»’›´wÉwÿÝå)iëêç*êvnÍÈ%ÛP‡•ýÙ 7éâêR%¿è¢ ±# É0œŸóKyÛ¸Vóu©Snµ,j¥–…¦ZO¤mraÖ}ýqÆ¥ÑDMüº˜ ´6x0Ä%¦äçzîçs~…4e»?Úo=ÃÜÝÝ)J͊ždf{lã×ÚfÊ8¬SÄ$j̽€Ú¸ 9XÜoàqÞãMÖß=€ë€¸QÒœæ–å<]ÝQ³”»6)n™®G-¿ Í&£Ž;CˆG! ›Y«“ô¢MƒJ´a똀ßíRbn¹ ˜ŠºÁ?Åm¨­¯7lÐB:isÆ©–f\J1ð:ûm𼦠×!-ãRlŠW·t«Vß JcSP×°6i‡Zšƒµ‚šaø¤ë7•_…&;/$í¼æÅ䓨®G ½'ɸÂŒ«K™rªeƒ„¸ô–xlm„tbmŒ}eá1ñp|‚ ž‡]×R¯døµ;)m´.¼ªùjþIÍ_P¯5 ->fáYí—ëo~ŒO’ -³°çy»„Š@ž+ïê.=mþ)¢åV/à­žô·šì ›ää¤K­X7J©¾×œóIc·(ëU³1uZ"fve: ¢eçDLÌ«R¢îÁ‡!‹°5êów5)x%œ{Ü"rÂ.&€¶dÜZʢ⇦¥˜C£H»{1WwoÞßÕ»5/“æçT½àÿ™ ;r¸›°õ_ÛÔü´·»?;Û{?;7ø: Z ŸÞžŸ~ö)%ËãÄ+w¨û?=@Ã|7ß%Ý}wSî¾[¿BœƒýÎ{ÕÊmŸŒ_Ó²?l:fºM84ÿ2¹j¼ûtaºG°fTPã #@ë±0—Œ8dܨUÔá~Ô¶qÚ“NAkÂ)" øûÒv9;eï¿ÒkøËãÜ⼯gpkNÝŸŸ—ŠR^ =iU0igXÏ«N˜¥Äu¯Ýz«aïÆ·e{ü§§tvfS°ãöµÙç5{#ZZéÊéò¨ðã´þÆMÔÙÝpˆI1‹¨=f6mNó*–Þ’ŽmŒ3‹ÏÛŽŠ¯|¼ñ†V¶åSãµÌÏ@&í¬êõ‰æÃŽ»çþaîQÅÔÈmëÙ«/;Ža)%c“±&veüph¢ãØü³Š¯Vž7ð½ë(xÈ=ûqànÇåmÏõ ñ%˜GDCÁ£ÅŒÜêˆp±ÐJ'¯Íû¨noÎÎk{¿¨Pc>¿NŠ:mS¤óëc¤s)«”²³ÚÍ7ª?[{&£ Ö_§Q'ø£°çÀÈ” Òr³ì3KߥÏÂ#”+KSÌ«“Ý•_#Ú^À•{ãißõW1³° 畸™Sµ<Ñq&¨eV`€a½Œ3)˜)ç¡”{ðפ³g0s‡CBêøU1‚5öÈ—^–´(8[þî[[î[ÕÐ'¼”—Y³Ï÷l‹šd´åQF)<¯1¸þ:ã¿ñ.í|žñ÷ÞÁ¹|5!n!œElŒ2Ô,§!5³^ÍÖw??§@AÛ'œj Ú -…Ÿ §Œ³8Î)yÎ9›µô÷áï¹`àõ€ »„‘ǵͼB‰‚? Yù„eàÒ¨U! YÄĉS‘tJУ -à§.¼O·à›”æzÜüCD }ã|Œž‚ŸÁnΤà%DTÄÅiLûºÖt -ÚÒ˜¸zd¼É/™@÷õt { 7§îQåJEHG«–_؇èzúãž_ƒÀ§ˆ«ïf6Ð÷0ã|Žë·÷ó|ZÚÅk™}Ñv|î%¥,ê¸ùjÅØ'[ÒvsBÖnUn¦ÿQ. PE¼–)úå”ÛÓ1‹¯%º7Z+ kޝ'mrz|ùÆ4¿8üöÖ¼º7;/áC®¤ˆAAJX” ôYÌ.h]ï8æú¥ñ«Ð·9?Ó}3fQ±b5ï7¼³ï1H:P‹Œ -{vuLzåŸ0C,l”6uœÒ˜™_ž¥)n6&ÍBܨ Øžt{É)øÝÒ³Ž«ø5tÄû%NmÐD-Zï<9÷¤á‡èóZÖ!ç"v#:,¸–7õªBSÂÖ¹W‡P#x+³°³ð[âZv©ñ^ý7êÆþ'mwåÏy¿ævÄÆ­KØmi‡R˜÷tuanBADÛx ¢#_S÷uÞB/ËÌp;7Mä ˆE)Ê@?£V)8¡#ísBFÙÊé ¢WË3€™A=ã*Ôb]Ò¤% ~lRÒž˜·ÅõR‚ñYë!~Õ·ÿWÉ0÷­7!£’3÷Š~6 -k’ñ¨A÷¨ñk è±¥·¬ó ƒœŽº”²˜YÉŽYÕ„UFÍãïE8@ ƒ®žë¼t¯ãð¿ Ó2ö–¯÷.b‘Ó Åïùí¾ 7ãUˆf_S/¼”\ø/–›Õûòo÷í¡¸ãú¯Q›|u÷ÀÖLWÿè3Ì!hx•ˆIÚ‰Ú䌴—ÛšóIùð@Ôæx„Àïß0ÑŠ–'hçB“⺼³»±s1—˜¾åï{ñt©“àáÖÍüú 3¯nUË*]¥]ˆ˜%ä™aúù¤­KŠùž¥gn¶kzn'îÂzNùÜ+Ò±Íqi3Ž™˜¯çzÒÙwó+»0¿¦?íS©r~™p‚¹0&©Y”g}*5J |WzfàYfV3€á÷÷g} -iÚ ^ßyëÕ¦‰Õºª#_J¹£ÞûÖ„ëö¼v棕'¬¬ª´KD.”¥àü“~µñu_OùŸ¤ý}÷QçGǼ -Íûy…:³«$[þGÀɃiàʸMÜ‘tˆ@ -;³™x{A‰ó™ -¯õkú¢&%=f•S7 승¡ÖŸÂ#´óIƒ°ꈒï”°t‰“àgÀѨEN踛ã¬"ÐD;x-Þ?níÇý7’®{P¯O“àPˆŒ:yÍ[ ƒò~~'ê$_ 骿MY8 YoÏ _ÛÀ æÁ}„½5#¢çýj!]^ªý:2Í(…½á N …üÒ3ýS Õ"àçŸJuˆÉ³#”“€Ë’,</µ*y˜_µ*çƒGbç=bZüZÐ8cQ“î;ØœævÂ+e%]øýW=ÀY½w0®;AÁÞ"¥u ÜÙº”knE~¦÷^?f{îdáÀ~»÷ŽYƒ98­Y_ÿ£U-Ú4j¤¨ëÖ»tüú¼z0 -Ò^)q‹¨a åJÚ'—§ç”ÝkVzI~®ïÑÖòõÉÌ\Ï=Ì+Çu!'çîîŽý5Ðôfýšüzs~N.Mx¤„“Vº„š H8™Y…*=ÛÕ—°JI¨]%JÚUb¨7~êà·¯O“/†ôì²$~ß“EN_ç—ÅtRÀk¨Ià›-»>ë¢^[+ÿ~áEéŸV_6|‹àºÃ$¨Oà8fUóqŸ‚8¤TüúÆ–—Oκù„-БP=1ü>§’cƒ~iȰßÓØ‘º3Ž Ù²OÕiK ë}†½C.õXF…NcNl,ð q›C).*aÚÁtfÉž’GÒ*…làÃ>O§Äž(©°c3õD ð^•UtªIË<3S'i‰ÇrrŒnŒºÞp^ÄùN‹sf9ôcð“é}‡ê2ЉÍ@[åžÎdÏäÔŸƒ\5¬åhDâÃ)&êל(Ä -æ ó÷|V¥a=ãןó{žÃy˘kú\‰8RJ²´J6ñ@Íø eðý’‚ÓAÚÙ,‡y0‰Yе¸˜Ë®9ŸÏªZ.ÿàªßs¹-@ë¯ÅgN g†±hÄY†žƒ%º;ü¤ZÀþ5'~D z‹±/¥Å֡Ͼ;WŒ8´?‰ ^ïOu:Ò†±nŽPcgÑ6ûÜoPƒgrjâÁÜEÛóy©%àÝvW²ëÁ0)îDÎÁ-´¤¾%EŸ*$"p¥iGè1›ƒx?í Òuœzª˜¯I¶'‰Ñ³mðo‡#™¢C ‰¤<üf7Ü^Sl¼Òcq4F)¹¤í¸­nåunèÑSñé[íï·Û£­† ±gr.ñPJ‰ÙîN6ôx™ïc|·‡XȵR¨~ ÌwwŠÏÑ8 {nð¸“L¤n”–`Ø“ÔKÙ0O»L éÉ¿ghˆf¨)¿5,üï6ùdŠœ¸/E쑤<ìn?¾ßËGì P©^çjÐ&\ò±¡ïaV Ü¡„kûèciaíádw»ï¯í"„œÊxÔ 5y ¥ÄiàŽ[½IÖ§`ÌÇ“i¼ƒ >þXÁÂÊÈ GJJâ‘’–ü{–Çú=+ÊØžE'“¤¬ü$‘Ö´ëbJ$9S8Lÿ«`¤=†¸˜å²Î²Ž5™¥†õÙ‹ià?ó\ö?s,Ò?sL‚n<Åmk0Ælkfâ¹=Š Ýá`O&ó+ÏÕ¹gŠ4áÞ( ¶3ÊEnÒã6R=trK&ælo©Wå×}wº(ÊÕ«S| ÷8Rp@QN >uŠKÑI©Ñ‡r6î|F”ù{Ÿv:KCëդؓ:úh–9˜{2U2z¤)™8Ø:›^x±˜ÓòÏrNçÅ‚(÷DÃcª9ä“ÿ_üC¿°FœóßÅŒò#%)þXEK9Ó—!Æ,u"µÃÄ`ý$#uyë}`è{˜Íi8Ím>žIË<Öp™‡StÄ·¯$!/æ2ËO¦Ó$§ >€;ªNføüÍx›cà;—Ê:8|¬Nº0äe¨Üó>çL-â‚gB…>V2ÿ€y>>ëXÉ%òð ÜçbV þ½ ):Ñ»¿­„Ðü¼Sešä_¤nŒy8ÆÄžHÓ .9?©$™À7§.·"lµ”XC:ð§èƒ àõÇÒ¸z™´)Ð~̤à6G0Þ›=Dýhaù7ÀƒïtÑ"u½¤ÈÃqSÀlôaÜöúQÎçJBÜo ú J?"Ë2òO9§@¯ú²@mœŒ`Î5¤Ä®J¿Om<_‹Ó1!÷bJÈ?–³±rjàÚþ0-îXb£NK7¬ÙL5#l.žüoE;UbBvG0^ú÷‰‡2\ð©œØ“’jyN/ën¯õÃ\úïyaÎæ…Àç¬í j[J…Îô œ¶Ç9¸]%È­ôd"#ól¢°îB‘™·?F ÛèIµ_kO0Óö§:ÉÔ~NâV;öhŒß3¥¿4 ô‰à°’‘r¤`¦è ë½JIú¾œCÔŽÐâ—Ï?W‹ø§m©M Ùăœù5Ï œ/ð…:+zEÖó¹œÆ‹y¾@7I‰;T2Q‡ -6ù|šAý? l6ДÈÙ.¨Ùb¾â¾3*<’‘±?ž•½7ö£F'ýÑx&kgR@Yå$/ Òçò›õ@é¦Ei‡SÂÌeFá‘:#ïd:Û€ÿ…'jRŒvï ç2.泪g˜Äý)BÔ¾‚¶'ÅhðGÓ†þ°‚ž‹¥ìÆóÙô‚s·¿–²Ïùâ30v=ðþû†5Q0_'jF7ŽôÍ©ßã>šâÑõJ.áx:M r™§zðX*œž|_+åböd\ ÀþoÀ)‡À ív¡JϾ˜JϽФ¥ÿÖð¹gSl¼¡/ø`üÑdÞϳÙ̲óyàG÷|xˆr¡á1 kÜz)üw1Yz>[w®ÊÈ»PddŸLŠ8†uPCÿÒÑ$~(%ÇéF'éb½´ jgTÌØ³´C|ÔÁwb~2ŦìÊ訅6À=í”ØßòܲS9‡°ÝOðß …/´5‡hÀÄ‹î p1à÷âÍ11{cH€üw-xˆ39A7ŠòÜîG:ÏÖE¼^­†Ù_HÅâ35Ÿ­µq,OœOeW\L¼Pæ”*Dœ0NÝ%øê±’xžîýS7YØp¦‰€wÆ}”¼Ü’j;žõFVÿåx’Ç>Pð›ÕË…,í8«“s°[´ø­IVÊÆ$¶6@ ÿbû øÑSs¢äÑ/f¸4Cþoô‘ü×úÉAÀ„í0bÎÔßTâ  áÆ9èyFŽaoíx*·æt&« øF!àvö)À›¥.\à\CŠíÅ”$ûxšMø½À¦]̱(ÿö¦çyÃ>ô¡ŠÏ>ïL“&:2`uûé\~׉áÌàÈC9~{Œ­ó¤W§ Öé±GÒ¼ÒyQ»^™SjðÁ:¹˜Æu8-|2%>+#C¯Ìo<œ*:PgæN‹„‡>kWE‡o=.gãOfŸŽRVúX±û²ÜÒcua›aííb1·ýb>£ôb!ýçÉ4‹ðÏœ8ÿhC½*#OY:v4—×®ŸÊ(Zãã·¤<̉š‰ü5MNü5EMÝÀyÿžè¿ ®þ£áÒ/ÔŒT½Œ· pg½í¾Õ‹ñ8SÑàÓ|6˜/Ü ð+‡êŸã‡S’Ü}¥€©\paX7ô½ÌˆÄ†õÜS e¥Bºn”×K9½\@9RñHÀ›¡O&pÀ©‰†óG£i4Ý'uo”´-gèù?Vr§€C ^Ô$ódšÏº˜Š-¤åœÌ…zà&Ùˆ#à5~ÉEl0W9GJ Ô\Ì1À·suzÎÀ¿åN¬óBcŠåZ{ŠÐϰc™ˆ¹;ÆÁmôÑÂ÷†sÒ÷†ÒYà/)ÛÀ,u'YïS£ÏÆÓx¿§Åé³M 6›=TèL"8S¥ .@þžá².fè¨ÿ.2I:¶ÔÅÝâ&ößOd̤Ãq"ðçøˆÃ  ­G(ÑG£´¸  £Ï§øŒC)jØg:U‚ñ ÈgЬüSUVÉù´$ï× ‡±7 0ôh݃6ä—^!çë'ß6œO¢F­µ¢Ö;1îÇJ|”^Šñ3ìCž© š¹†~-í8-öhüs§#%—lØßs ÿ×ÃNff©HÃÚçæ5zŒíDIŽÕÉp{rr´á|ĉ<{®Ê̺6÷ØÐã4#Î>óùk>ç’öƘPeâ»aMþÀ{žÎp€o¡%ŸLì9÷{Aößeç?‹l晊‰=Ss¨¿æÅ…g‹â‹’â³9IÈ‘Œ_ é%¿—$¥góñá4¾5L |œu¬Î*ÞW -{òŒÌMn#ÀÇ<ƒ:šüP‘Æ9UK2΀ï:P¦gëÔÙ%zUQ÷º°óX“^t<¬¡OfX´¹®‹µ!~g¬V±§(›ØU¥ç]õÜ/û|`.Ðeç¡Àp~åP-ÉÚ¬˜8TçT ø)Çàå”´¤”÷îÚÿ@FKüg6-ý ’Â4 íH•–üw%࣒s5—r1EO9VQ þXÃãœÍH -wŒÔ]%ÐAmŠDmx°åtЉÝ¤„j{È~{Côh=м†þý£ rÄÞÞ{§Ÿä4ÎIÕvSƒ6Ûñ®Û_S6аœP#À·atcô8Ý8=ä ê÷,ŸcX7Ú—ñp{R¾áœåtBD=•òÇ26Òð=-¸ïÞ5Z/e¥n Ó"—»h+íÿ­>¼ÏÑ1|w˜¾3J‰Úè#hûÓðóÍx¯¥6„ÃÀÀòÝjÜ/…ˆ÷kR,8Q0Qc%AÏÖ:Éñ{ã"Æþ¨÷K!ÿwNRðÏÔ -mè›5¤í§ú0ÃÆ)‘¿§Ø¤ÿ ðô¿à:ú÷L9ÔKܙБz$¥ÆŽ“bvúqþú!Vâ¹² áDU4àU9ðÀc¤Èƒ bÄ©’y¬À…Ș)ÇÊ4á)àÞèÁ9NUôBUøl<Ù ø_ÿSƒŸ2eéâ#à&ù”³)!h°  Õq þ“N•¤è9 x{>ñHÁ€ôî¡Rœ¼.àd -lOŠôÜEyœ)™È3ÀY†½0À5©GJøÈ|îþZâ qÞœ³ÖMòÙê$xþßqþÙ¿=aúÉTNõéœäÇé ÷kžœô¸ÎĈ39%ö`öɇþ{A(ùµYtP ¸ªÎ¦ŸÍ_cXÇ™¢§ž¿´¼à€ÈíñÌÌ£é À9 Ðk‹y µÕBÎéu¤ §îŽ3aûjÀµÊr¥^]2|¬É*ÓÏÕ,Ì‘š -;cBdBŽnògïž²°yè˜cP[gsY5§³i™:=ùHÍ%køLC_Ή*§üP&_ÌdŸMeë'ļ#— -~ u"§¦ž*§z1MÇüšâR>ÊýµPо’Óq±˜^úk†ÇK=”Sãõ“”èc%z(§@fÅoòGÊÌ’s€)@ÃñŽU»¦Ø„355QÛ‡u_nDX®µ¡¿¯´Ü—ê0öûÔÐý¢ÿø›¶ç¾Ú‚°Zi„}Zª{w*%„ÊhУ &ìøÝ()D?J ;š ÇŸÊX©ûÌØ½aF/1Ž&ÓXú|µÝk8÷AÝ¢„î|µ}x­^¬ÛV?3r¥“ì·Ö‰qÔà|÷Fð~û ¯÷ÇÈa›}8OYEØ3uMì»õ.ðÿcB‚~œc8@8c@÷F0žÚÇ#)zg˜¾ÝC >Ÿ’ÿ^ôàóÑ8ðô„Ý>‚ÏN7Æe·ãz,¥DÿÖ°?å²/4|öÁ8;u§Ÿ|0J‹þ´ý‰”·Ù•l³Øý¨ë¥GžŒ‹è·yÀûþËOÿÑÓÇÈQ{ýGýp’Í?À³ÿÒdªÿå"ÈK¯Í\xƨÿÎ3iêDAMЂ´}ߥˆ§3ô‰or4íÀã#%{¤ ÇjGRu£Ä“ F¢¡vv'ù¤õ>zøþ81äXAž‡þ[ÍÆžM2“¥ô %€öæ1 gQ ëÒçsBÁ…aOÆ1¬7D‚gýІ¾›Y hý À£Jö|š‰¿óÿ†‰='…o÷£Ý÷¤ß ‹xaØ/ã<›ÊÈ?5p®É(<›ðôJƒg¡ÁvÀülzhÕÀk€¸œNxH˜~>'«©I'JṞ‚’p~ëhÿ# !tJ!çp*»pɳ6á|†EüÏ<—µ'¥Cw€–Þa'/uSôÒì|½<=ks€»Üж;Qsˆ§@?|×Þ01t xÒ#9¸7ÂIYéb†ŸxtÌé$½ÛOð=œÀOÃÎ&0CéÙLFññLF‘a]òb6«öÄüd’‡?”ò°{£”ˆõΛ¥V„Íb ÒVÛ‡ñ2ì/ë•BæÉ”ˆ÷ï9Ãy\™¡ßç¥íÁ»«KR?.×`mµ=$¿•f´ínÎs·µÖ†w_¨K2.ŽzºR ý¸Û‡÷2œY׎ Ió (û½>‚ßÑ5Vòzˆ»ÙIô2œWÔvуW›N»ƒŒèõN¢÷R-ú›¶›ämX›Ýù¿Ú„°œ©„½Ÿ­F˜¯5£íôƒÄÀà bèjÂ~¹ a»;D -ÜÅèÇH¡Û=$ßõvŠºöa»“p2ÆI9#… ¡\÷ûáv;Ý)6û½(çã1bÈá5j³›àµP‹²Ô °a«Í°/«qïuýXïã1Zœnç­ÆûëI!›DσAü`ˆ?ã¡öû9Ðýl£ƒ ~ó}µ%Ùb½n½;„ñÚÇ饆µ+Z<ÀsÔÉ$9Êp&æ—á,Ž\È0ìéGIç -!óHÊFœ«˜(_8J?L -Ö ‘CÀ3ïƒ1J¹(ýh]?!án2¢ôãlÄá8+yo€à·mX{!/·¡ìWÛqÎÛÀ—ì SÃwû)A'£Lè”lÌop_³ÑŽ´ÝlÇ:é‡èñSiéÀCžNr‰úaF¢~z0H -ÜêÀ9¯µìë£íÐ"öú¸°^^òá¡a'mv‘¼6:0NûCx¿3 ­¦E޳á§@‚|:Pòé{@ìNp12Y;J\O -ÙÁÞs ónè9?’Ñþ™f¢/ Ù°v8I‹ßÅ.÷ \öÇéèÿ̉ MqÈGrJÂé4 w4Å@îK©1[ 6K-D—Ù -œõB Éi±–î5‘3YiNµ;x¼Œà§~íy8NÞê£kZ)î³-8çý~Z,ÈÔV'ÉëTÎÅýwV ¸P‚ßfÆ´ÑÞ˜ˆ¤ÏïH¸ LÿÝA!~½›—´ÑM 8`«é°Õ ·Þ‚Yk®†Ï7»¸‰gÊŒl §|€þNZ#àŸûB%ÆRÛNp[kBY/Ö"-6ZHž« ÿÍvNøJÍS]7U3Yo&¸¬·Q|Zhþ£9±O7ÚúfÜV/ÑÔ¹÷JÒv­ë´ÝNñÞj#{nv“üTIæÒ\è«€õ'ãôxC-7"¿êc® -i¾Xlª@¸è‡S\´ýø€Í^!RÛ/D‚¹JÑö}–1¶Ë 8ûõœÓñ#þl‚ƒØ6œ¥ï¡íöRC@={ìt"ì6š¡ŸVÍ–l´¥~[î øç‡>Z®ƒZ^HÙ˜ýABàŠá;Íñ7Û`à;6{«uƒÜ¤£q`B´n0 ¿ÓŸ†ÛèeÅLW¤˜©ŠMf«S>iª’?®u Τ̔sàÃA{í R‚O&™ð9³?‚žkXS:W 9Ç2VÊÅŒ€´-Mòw„¥Äù-µ&YnvŽî¢­µ’ýë±ß7;háº!>`ˆÏv7Ñ{»‹ä³ÑŠvXkBZÏTÁ>Ìצ|Y®ÁÙéºhaÿ›^Ü[;@ ÚîÆ¹o¶ΑâÜF¸-øßÅÆT»±œÈ3?“?m7ãkR>/Ô$Z¨†ÙhF;i~Â?ÍVâlA$­µsc”%8Ky!üý\5Ú -hO¸~”n8;¥ü¿ÛK_é zí z«Ä¢S•€s4ƒÔðV7ÊQ ´€¶hF¤Íj Êqo -jw0ÂCö8ÿ=›€ú>YûRYûb¯çoÀx=àýƒI&ÀO?.¢î s’VZ®S…)oUЗ#â(ãvJÀ風—{€;¶;HúBÈÿ()'“¸À] Ù—ÚÑö²Ò˜çšòøw›m(‡ín¼—ál׉J@ß“r‘Ú^f¤äÇN/-Ìð‘¹Zä·é²TÓù”åBÕ÷`LH9ž Æïô¡Ýu£øà9%îÀÐsÛŒ²[¬FÛ¬·´ÝXwý °?f·Ÿrßm» ó}³e³\°P'¾•e'¼]ªex/ÖpüfË 6 8›ÅJœÍ\)Êb¥Žä<[޲XoÄ;mµ’½·€¯Ð ~éf„ouЃ6Z‰nKõ©_§«ãÞ÷Jüïõ -Bï©K“¿,×#w@M>ð]j$8-5àf+Þ¬ÖE¾Vû>^®OrÒöñ+íìèý!>BÛÏŒ]n"¸4áJ]Ò—ý.´›®ã1[õj¹ ý}¹™äµÙN Ôv‘ýד̷ZáVÚÎ[m7Ò~ªñ­/-äîJ]ªÓ/™€bÈ¥…úÓ•&Ø—­N”óVÚiÔµ¶›â¿ÓC -\kAÚë„XÝPo³W”ºPOõœ«¢¸Ì”c¾NÃLªS>o·¼÷ûh‘ë­8—ãq.îð_%ý«! ï°0¬O\C?p"gauã´„½àÛFù¸ðý¹Zè§©’¸WÓE‰ï5¥É4¥ð‹ÕëM³­v’®Ÿ¹ÓA \oÂ9¬7aì§Ëâ_¾ý Ê‡¾Zm$¸ËDôÝnʆá¼3Ðe»XÕ6¸å|MªõLE’édAijN–û5e~¬ÉF#Ñm¾*Ét¹!å«¢0öÕ˜0ìá˜0òº ùíRÎqª‚èÔ+€=éÄ>Ï„¾Ü<³ÝKòÛlÃ:o·=À¾/5⿯uƒ‡D»/™¨£C×Ûp®ŽëÁ¸Î×&™MdG=QÄ¿˜¯EYgB?©Š‘nG£<GfüJ ö»¦"ÙtúGÂ˩¸—»]ßãqf’¦î¹ÓÉLÑæænõpaóu€ÍÇ©è›!aàÝ.ª÷Ÿ3Eñ&²è·j‚·ñbc²ó¯i|ÜVgÂ×¶$‹µ¶d[±ïÆ2,Õ&|<¡DŸ?¿7ÁÃlp’—[)Þ3e©Ÿ—jR-æ+?Ž¥‡)󣟯6¢lÔeh‡6a˜Ãv6äh’ixW ò`‚¹;„pZmJ0+‹x¦( 2ZkMµ,I0ßé¡F(ô~jøjC’Ù\UäKi^€Q3ÕáÏŸèÏWY÷ëˆÁF³ehÛåz‚³ª0ùº Éd¡óUY˜ü®—ïw¿•äz{¶n­ídDj»8qìð…Z¼ÝrÒj2/æÉxf´ñlEê—²ÛA^ø›Ý&FàN3l¡Žä8S‰³V&¾Z­Š{»ð3Úd½:Åj½m«þ‘ðZÛ%B놲E묈Ùjø'enèefð}UV˜‘*'Ôh® -ú¾Gj<™t^¨fxjJ’ß/×%›¯6$›/Õ%›)‹aoFÅQU…ño×Z1®‹µ(çƒ!e·› Û꤬¶â]@Ù-Ô¤~Q-9™l ê;t­•>_OõØêÌÀ­6‹â–©ž3å°wм¸§Š¼Øç#Y¡ÏºE~¶º)aë Ÿ6;ÐŽ+Í(Û5 mê`暊DÓɰg9Of*"Lvú0¾§rsˆ“¼Þ÷2¼×BSœôn©ñuÕÀ‘µh+P+ŸÖê±nû”À-›ëX‡•:„¥¦4ÞdðÉhzè£ÕV‚çÖ€µÞÇKÜžàá Þrç·ôäPZø½qI¼±,;úéhZàE!ôMÎÇä§åÐi­x÷ɬ¸ç]´Àxßu8ß-ì°‡Ó•§ÅF’»²(éíNÙ»‹à¹×cx÷ âÛ`š÷ÝÑŒÐ'òü¸WÝ|_#€ÉQú>~£•¸ÝI Z¬Mý"/Œ}:( »;$ˆ¸7’û¤éùW7'Òd¾ëºÛÉßè Ì×ÀÍæËæ¦ƒú,Œy©©Lüžçñ~'¶Ú%a*+‰ÎËmôÐýѬ¬Õ6F„,/öuÅëÏv²ï­Ÿ©.·‰®/!³Õñîkm±ß®×§J"^è†Ñ^{H {’¬÷zÑ®G£¤ð“q>~§—¦’wG”é2²½¦õEó3þµ²0úÅBU’…®6’ÿ5ÆêáêÂh§©X8]ƒtëIó{´Üû~­)æ¦8Øh¡2ö~ˆUJpz¼ÝŠ‹>zsµï:_“d6Yb,Ëx8œæo,3úy!ÊéN^Ü·k«õ©ÊÄ÷½ü€[ŒÀÌ›C¢èûTï[ÍX—›]âÀ{—GDá[ §Uex+Y^ÔóñÌ0£‘ô°}Ü ;]TŸk¢èçÕäàÉn·WšéþÝüøg@rÜPæF¯V'›ò´â®ÊÓ}îj*n™x§ùrºïN/àÛ÷•Zøç¹¨ÉlqÒ{YVÌÓ‰ô(cM ή—«ÌJ1à£ýB Æj³™0W…³Ö”!¿i*àÖ½BçÛÊ¢ð×›-üø•:FÀÔO´ùjÝgµ…ä¶ÚŒ±[jHµX¬Kþ¬)‹y;žh<–úxª”æ¨.#;,5\æ*‘ªB˜‰ºön"7þe¿8îE9ÆûZ#ÕïîRÖc¥…â­È‡¾N2êæ†ÜJ{"Í ªúþj­-Õ®MìkÜL÷4Þéå#A F(À½&²Ã&ócžÉb¦<îàZÓ¥Zßçc™®÷—ÚQ>ÚQ:l»—¼8HQ„4]¨ÀZ©¤|œ-GZi1šý -xKƒš«Jú¶ÜHöT– ÌÆ³¡ÏEÉïgëHžk¬HƒÎNº·X²UÃM•?€¦nÅ»É@?K³^ÍþLù¤3pFEªõ€0îíDN²Ùb=-p2;Éd¶’h?Yˆù< Œ1’ç%¾š.Å|–$¼¡|¾:YtoÁ³“ô°ây}˜xWžû\ýfºÙ‰pÐáÇòCÞUàí¯N$™­¶eR§«hÞé o[)AOZIÁFýlÿ»md§¿ë“›ã?o´c}'2³ÏUábuô»~®óA¡ÇmMIøSMa„ñt1ôµ¦i1˜`Ñ+†™íö§Gyè½~‚Ïz=Üf¹ -n±P•b6Ut9ÂM]…êG™Ê‹“,Æ(1@‹|/y±X‘ðAžó^õ#éÛA¿ˆ®MgmusãWÛ…°¥&¢ËB=Ü|êg›ɜ˜ç™AF“YÁ÷i±³ ð¯êÄeÅq,iª(€¿™*Jý8õoÕ$Nxk÷ìR7;Èj·Gª®ÀÚôþì~ÿ³—ïq½“æ}SSÿØ—}“ìÿù:ÊöÅåÍvFD/ìnÕãê×çÆDzðn¦ç­šÛùê$Küû-ŒË‡«RIŠï¹TÌÞèDÚÏUÃ>ÈóbŸö°Cn×bݯ¥E>nâG'8}øcXóq©ç1˜õr<3æ½43òyÑí:וŠÔ—fªÂMê…aïké~ÏV[ˆ>Ë$À-©– 6ÌÕ%±/…þ·qvW*àæ—…>Æ?I+H!ïA-ÌV`lfËŸ—06‹uhkEÜ´çðWÒö*ÐÚŸ4ÕÈo€g]×ÛháK D÷µ‚‹aMíh„x¼wgfÀ[Zð›k uŒpYƺ?-üá@šßƒ•ÚT»åz´º$ñºúf¶2õ«ªn¥.MµÛë—P6;…‰Kõ8UIì+Mi¬I ÃïNvœÕ•nAгb²ß“œŸñÀ9ð4²Ü¤WÒœèç]쀻ù‰Ž±-/&š’Þ|¾þçñV)x·‡¾|ËFg²­ºÔçÁx†Ë­±ç½éêT»B|ÈKQ¢×á|‚ßj› y¹ã¸Þ˜øy¹&îýTiÄÇ6šõ Mi”ÙÞ :S‰°Ÿ*ˆ{³X÷œ­IñYkÄ8/T@ß.Õcl'$¿ç†|»Zäñl¯Ü ´°¿<'ä‰*/òùrÜboç³ÜrÎHu¸C útUUw[:Z™—ðjº ö…º ̸›ézg«ƒì·Û'@otqvú…è>1a¡ ï<êçñœ˜§CÿÛŠì€{såQ¯·†Éa™AOÅÄÀõæœùZA¸¢(éÍpVÔónaìëÞ4¸I-ôÝl>æ`0[8SC÷™( *- 6VG½Ð'X¬"9 çÀÞf';]/‡»­Â†Nä$¼œÌŠy>õúvDð·2;êéBEòç…z´M:Âå&;ØúoE:è\&æ®¶¦ÚÌV¦˜ÍWb€>Ký4À{(˙ԱÃy}6¾ÔB÷ÿ0SOô«£ûÝ)I¶þ£ƒèöWÑãÚÏû¿Ú©·VZSíù)ßðb¿ÜÜì$F.Ô£¬T%1ÏdÑÆòq/Dz¢_ôqî ‚Ÿ.Õ`œ³RÝÿÒCeyÐ7€·ŒgæÒ”%¾Ë\‹µ¹ÑËt4š©Š·h`y>]o$„ŸÉ3rµ½ÔˆÀMÀó|ßëA9éúQ.IߤÐ÷CùÇnI—õ66t¡Žè!u·“06|«í¹Ta¾P÷Ižúh¶<éëR?2ã÷°?7Ñv»¾Ö†qšüo6[ûe¹1Åv¾&ÞL–ö\^‘bßÄx8‘ý¬©Â;.6=Ö€·Ðör’g›qnýY Ÿ:Q_@&hûYñ›=¬Xí1ær¾ -fºÚ„°øôNYšd.+Kú:V–è>×Jˆj㾙Ȉx¾T•l·Ö„pÕö tCT¸~„±Ö‘jßÊr¿5[pÕ qR6;Ë (롌ûÃâp£!qø£n¡Ï«¥ÆdÁÜx{I‚ÃÍ™&*rµéªúw¾,éÓ¨$ðaÚéÏ&²÷iaœÙ¨]AÌ÷ëå„ POBæÞ9a¡!Òt¥…¸ÑÊOÚïM#í±‹ÍX§åV‚ïv¿½ÒDò_o@X© -cLdÙáOÖ9Kù¸ÝAVüR;ÍOYAuØÌMß“×ÛžZÃYÛf˜åÞp’óvoªÃ -ÀEýx:wø^U9Ë]õƒì0ýg­ÈOxgXsY®CÙ*Š?LW!­4 tßî¼$ózRà-enŠùZ#Å{½…ì¹Ü„uš¯‡Y/7AA42<÷ˆÞ*J¢ß«~†¿ÙêÄyIË`vm¢€ç›}TÀWÛ:²ýÍ^¾Ëƒéª„ó-©¶ó©ÖXÏÕJ ˜—³5ôˆý‘lñj+Z]šb1S™jÙ- -zÖJ÷¼³Ö‰qß‘‰ùã5äøoÓ{ŠšT¯ýQVÊf'Ù¹ï¼Ü‚už^ºGèù¸‘îòpxó¾üd—²Ï£•z¼ïVw:i½;ƒ¼Þ͇í1St2:rgœ»9Ê„n -I5tïÇ“ùQæûý<üVŸˆ¸?ÀMуûŸÈ¨ÐíÞçµ¶$ûS%Ÿÿk.»aoŒ[jMüv(Ë-9”feë†ÓÈ´ €€ã|æº(%T·Gò „Õnsa»MÛéfÅêG‰KMpË…F¤íJ/Öpva­Ÿ;_—b¹Ö€°ž.û¸Øýy¬í¥GëÆù¸ÕnNÌ|'h¡Y/-Æ~ºÛf¥c;[ -ûjþ¹ºa/­ÀØ‘|îÕSB—ê„ñkm‚„ÉâÔÏ]¢à‡<ßûÒ¼°wsåPÛåz”ÓN3j¶‘ì5Q’ô~·_€\kÃ{*ŠƒŸ5ÓïtñýV¾ÿUMp¼5[IïÊ#Øþ@yßJ‡ZéXØ#) z0B‹ßêÆûMWCM§ªÂ^Æz$c#Öº(A[Ý"¤v8‹¿ÐÌ -ËŒyÞN÷ºÕÉ xÙÅóyT³ºÚÆu5’–!,ËhÞ;ùþO—êðþë-Ô`k¸~ˆÚíg%/vÀ¬Öú1~;#æÎ@k©•§©"úí°X5?è%øït}çkP¶K h·•f’÷V¾ÚNÉ zb³ ÝêâÂw…¸Í>NÂf/5l¹™äºÒDó^jáGþ$øÿ=’‘üa®Œì°^GØlâÄ®¶“4ÕL¿‰lø»ÙJ²ÏJWQÝ@÷ÎIz=û2UNôÝjçcGÓyíxï…êDKuiÔkuEòm¯„°X‡sœÌxÑÊðÒ͉|5(†Z«Š°À3e“Z¨0Ÿ;ª"rü¹<+ß°_´Ñšl¹Ø˜l1ׄö\ï$‡ޱS÷)òâˆ7s•œÕžBÑT-7tD’ðàø£:’÷ƒv¦ÿ£n^øE1Òcâ'ÉY”äù 7ÑõîÉx†@ÛKXžâ¸Ò·®†}YîÆøm0Ñ[#Üz¶Ö%€ò`·OˆZØv«%Ùn½öMUd,Íó}²ÝAŽÜÌæ©«Ø>@ÚÍÕ1¢v„€¯¨ÕNJÀj/ɵŸ¸=ÎAm)ò*WF -KVúÒ°ËíŒðÙ:´ãR#Þg»•lxòr+Îu¾i·P‡óܳdù©fÊüDMQ²åR-9V7’ÆÞä¡T5XŸÁ¬ˆW«¬hÝDV–^–‘¾ÖIXlBÚ(Ê æC¹¡ïäe1{ÃLøøÛz7#~¢úî`";opêtÖv$=æùJ-âûz+>jgP@ÝK£o÷ñ’@½'îör“k’-‡Äþwºy¾÷º…~Ϥ…áŸ6»þ†w¼ò~©•¹Õ›ÇßèõÚÁ -Ó”!ÌÚ©^7ž÷fjLW[)¾†^ü­N~Êj+x©–´¹ïL#ÜYVc)-‹2ŸëÂûζÓ`Su¸Dýhf‘N‘[¶f¨‘Átîr º+°Ô’lݤX¤i!û‰R\·åÃ"÷¦2~.<™¯X߆ XîDù­tc6z©‰‡ -‘`{”…’V$~\ë#¬´’ƒvòÒÖ»s˜K-¢xåO‚-Š/zèg£Šé¨€jÖAÇšV!U$'ÜiÇÃk²9žËUÜ U)Æf¦ 먮C~[éd€yÎmôfÒÚ$)šzNàT%ÕQ]B·›-çzjJxcYÔ¯’8·ËuØèûãªùJUZÔJ?d²€áØÇÁ˜LIÈæÚ¶\ê|›$u ÷mò'Åmk ¿`®‰]zg@B–ý€šLd„E/å“ÖºR]“ìÕePÓ™Z¸Å\=É?îgTŠŒx6*&^®å%í÷ä¥o¶dàfK(.+U Ÿ¶ÒL%?e,+Ét¥‘ä·ÖJòÓö³a»ÃÜ”~T@†Û“¾ë]M5úûîP^¦¡FARþÄZÌTÐÆ[l"ºÍÕSÝ5å4¯!aòÇ!~ò‡ÉŠ»¬o)ÿ ý(ýõQYo¥SвŽg -ûN¦s–;ÉÑŠZ”óÚH†pG^Ü©SçTèT\Ê\Úk¨ æ¬,öÍz/Þï@‘&Ñ+² -׺Eˆ…:zÐéDaÕñØê£‰¼â.„ü§ÏUuÄûµA¼ŸNÁ£ÌÔ]§j¡}9 ›jFêƒRRÂßé Á}\þHu´¿ñÅâðæ5äÕÿ!w®]<ûûOˆÍ‹—¨Ö×{ Ï뉾§J!çX-ä¬ 2c‡*ˆßzŠh_»s‰»Ä˜WM<â‹rbêý XÔ <¸'ÃÏí’0À÷RnTøŸÂ0ßkL?§?¨áNx~3øš¾½\„Œ~^ˆ ~ÒŸŽ6Ÿ¯ã¯vðàš*ª§¦’â¼Ð Œ”WŠ‚z2èæÕtìëR"êa,ù:7$ô -ÎÃýr’­õ%¯Çq˜û5ªÝ•èo_/y¼q|m q}÷uøt©õpºœ¼Ú–Ž^ïÉáÎwI0²jšó8¨eyiNÌpNšk ‡ð²š»WOL}ÔB#}ª' _Öâ’ÿHŽº›ìn{ùÓÓGW÷î@Üß¾¼Ì õ¸ÙÄN|=R€u¼ÁØU°IZ »ÒÏ„IËQ–ý¹ñÚ)»£Yâé&nd‡ñ¤‡~5,ÁšJp¶ƒBŒEqjÀmn˜Û¼·ãU_³÷—qîö×i¾×(v*òñþ;lâÖ0—°=‘Æï¦,tâ=Ú0@7y-w`“% ÇÑ\¦m·„eÕÎG™V“£^¤Ç{>€»~»šìöý²½É3È{£»—·Ï/³ÝŒÊIÁoÛD±Žšlìι=,$ì‚z^jcG,¶Ñ¶‡øý msˆ«¨H1”$>Ï!Xe‘í2ãƒoAm¿]‚;Ø^¢ùz_ÅyÚ]¥:_g{^ã¾âjòôR¸åçk8?×Û9qþ×êéA[CbÚæp{¡M˜0S‡sVT@mg[0^¥XKe Ã}¢ŒhÓ0ù‰‰¾UN&™\¹+‰ ¹Æ -ó»ámþþã›AƒËèÖ5ˆÉƒ;øïæ¶‹“\Ž’g3üôíab”º.Úr´$ÀL¯ä0wd™+KZéë}ä€vòÆ€½ØÆM˜idÀzsÑî)A/yáÞgÅÜ$ø|¿ï`q+=ÑǸô¨WùRSG;шòþYOoPw Àn¼/eÂïg`⯱c¯$z{BÜ->AÞ߃¼¸{òáÑCÈëG÷ 7®ý y~ûoˆ«© $ÎÑòR 2üîHFÌ Ý(#ak‚ —5¥ü ¾R±WS&ݬwKœqvîírÉíÓk«/ !æŸ q¶VÇw/!¦F·!>Ÿß@¬><‡Üºvâñäò÷—²¼oJ‹p_G -ïºÉO†3ñ”e|ï¾|C9ƒþ‚—¿ ½ãì ±²Ø›˜@^ßýbýø1Äíõ È·gFû·þ‚ü@îýuŒûÄê™1Ìã\Ø U9ÑFÓÀ дfã‡ÊDþíY,‹"öéOÎøy‡z%ÁÉþR€ÅWH”å7H¼•%$à³Äü‰1ä ˆÇÃ;w þñäõ½¿ ±€ˆâ}þÊÇXÌ÷àÎ!Râãã¯;Y˜CMÍ ¶oßC^?0‚ç4˜ùñ‘äÙýû¿ÿ¼yvë.äû«÷”[àÍ"d܇‰|‚«¦–審ãËjÓãÚrضUì³LDÌõ,dÒ­,êoRTäU‹/·ÆO & Ï,ŒB¾›¼ƒ¼{ø òäÎ}È 0_ÏŒŒvC¼¾˜AØÑ~W{%˜·+}¼Ä•tªï¤,Oú¼ÚˈÐt†kxþÍy<ë"É8)Ð÷ç/¦“ó/³§OAŒ¯Cnÿù'ä­Ñ3ȃ¿ïB><~ñ±´½ìkñõJ&4𑪌ä±ÞÊ›o!{Í6]•eD;Y)ý{ŸðºŠKz™„Ýz¸_ -±³ZZB|¾X@Ìž=…ü}å*äÉ !ßLL!÷ÿ¾ ðâÄÃôý¥hë;-‚ó­~NêžLÌÛUˆ;R!ek„‡œk§ôå#ÞöP¾æ`SÂÜ\®„³†›µl yjùÁ_×@>qypóoÈc0îO^@^>|1}ö -ïâú'9ÄÇh8Ÿf?]'ŠXî(NßÈÍVU3|&«Xc•4çRfÊL°Ç×Ïo!ŸŸC¬^™@žø>¸~ÔÅ]È[P‹w®ßø÷þ_Áš?1}ú’èî|9ôG5&àÆ|=Á÷X-ÉÙ‘r ëcæ\O&}i(/wº3ß,Æ¿‘Àã®a|þð37»äûÙÄÆbþâ%äæÕ?!Ooý ~÷ äÃó§0—Áßì.1£#îfc"ßË+PN£?¢Ÿ5 -B[ræ­Ù\«ÖÜt÷jºÀ´ŒÈxZA¼ÏÆp^áC·“=ãnâCà÷˜qÈ{õ¼¿žÜÔdu9s¾ýo±'“º <ßæxnöêp^Öt_&±¿^Ò^ÆulÈa}©âs-²1Øg¹hâÓ$‘);Žò,Å/åÌ7î%"ê98ð'4ôYg9”Ï‹Ð4P¦«ó$•ÁLîb6GÓžKU´ü`Œ6ä£3°!wó0ñÏÛò²ý˳ó<…XÆ[jÂ{æuÕö“9äýã{ —C^Ü ²tºÊƒ>-Å‘­F Ó#”•lŸÅaâJOq¹+/oA3°¡Ò`þ7:DD³Žt®u™ÿ)‡Î1a%;\±~gy °óÙ]€o&æç/Ö—=¬/‡»‡]†%\"S^7 ±_”et—ÍÁLÖJ—¶Õ'Äí¤çè¤YyÚ±ìôå¡\ÑHS^JCÁ€t*ùERTÔ +«?Ü?YB<¾¹A>½ú¹wó.Ä÷›ËUl Ò˜… ™V ¸6íb®“º6³Ú[˜?ß.‚®•î4ôjwj¶59ÙX@,—´ä0- Øø—¤äT£xïà«¡NÞ—,ìA¿¹ûr÷úmȇæ0×€?¡pãrFšÿTSoµŸ‡ZíeÅìLH„ûªÂv:»tO™U4?(ÀŽÔÓ¼jy~UÆ›b -õu,Ùˆsyv×ÍÚá/Ûf/+[ˆŸƒóå@'¯«6ö—`áá×9è”gÝ WMCf­3—»Ö“I[é¦Ì·òbÆJp_dÕlÿé®\zoYZP.nL÷½`ou-ÚÃõ/ldàípÇëo^A¾½ýt%& Î(È?èN”àU4åž‹W%¤X âlzÄÑ”•'½"£@§I€>Œ[’PWFs³fús8=¥\—\ö!16æ/¯¯V—<Ì- qnÞïÀ+ÿ£·~oëÊö‡çÎÜ™)3š¦Ml˜í8Žã˜™e[3³,™™Y&YÌhÉ2‹™ IÚiïó}ÿ÷h~8à±¥­³×úÀ9{¯•ùìù?ï^9ÿ·‚ÿ­.ú°Ñöó"ƒf^àv:ÄLHXMƒùõtŽ]><|˜ƒÍ~âÎzÊ2KÊÐŽ ®°Áצ0Í?ÛÆGÁ‹“ôCÁÞ#ê!úd|ªKÂ;„Œf¿ŠÏðÆä>c÷ KÅ€Ú%tSÁAíI™àlÝìFl- €5ÔtÝ$#o{}’»³2ÇÛ]bZ;móýmGóÄ옔ŽùÐtQ¼2RGHk löw$Ó«.Eß„ƒ8’ñ)‡bÚ6CÍßáVYçú[”3CMêåy¶lv·Ö?”¿ÊíO"‘nö€¾@.‹ºx%{˃h¿l°;$ìÉ{ØaÑ3PQ‡RuÑvÉÅæI웽ezýÑ:l]ä5Ê'zŠeSCµÒñáòþ‘,q__Æ&—ñl‘€üY1ÜW&ê/œe1îÏñy颅О´›à–± n)­Ù¾A*Ý™?p¯¡Kß[û×"Zζ{½#Då«—éÅ ´çËC]o££•kc#•ýXøÅqZÿóyÞDÖ4}O9BMµ.ôµì.³k<T±OMj »x~}ïO70áÕ ÍEL½§€ŒêˆÍN®hw•!iÿM2NH[¤dÁ*J>¡¶µ]˜æ掲˜Ï{¸I£Læ­A&ÿîæ0-Ŷ6Âq«få‘­þ¹‘ß±®E·û–BF^âÞ„OKÛ多í\¶à?Éó|ˆñÊ´ÐÝ´µ6Ý­[ìiUNãÓ´‹Ô¢Íarò< ƒ§Ùð²© ÈæXWŽz‘UnuÁƒ:í÷-÷w3“S ‡«°ôÝeôëÃFSÌÇsJ°lP+Ó¨çûK¸¬ý €»º+.-âÒ?[¥åcš£Uh+#¢éÑá87[9ÇoÜ^"9¥ƒ<¯‚9X‚d*xÙ_.7<Š›ìÓ½cÈ@êðÊ 5~ ¿/evl »:¤³]¥›cÜlÑHo¾x”öJ6ßß._¤kÖ‡[kÄ|‹›a^D§Zæ¡OÑ)fÁ¬Ó+”wG½aý¸$bèŸò«{ºœò.¼ÐöuLޤ¯åAËËÏ#b<¤bâ˜"—‘éX‡¿ñÉ€\•*C*$bä÷xôö È;ݘ0fÝ86ôOĶø½N%êâËw–!ÉkˆÌ½ d šN ]œ°ª›’±KmŽi±5Q¾Å!Ezä”–j`Ø»ÙËÊ8§œ;±`Nq75¨âQ}¸R÷6ëpýzgŸu´1Ì<ŽÝÕnÈÑz/ò`…Ó¼7OÌó YíQ%—â'zˆuõFÅÇúÙ ’ - ª) ¯”Òà2Zì+Œú°ª‹Vóè> T÷ô¸¥}¯¼ëÐ[÷ÖÐûk¨ §_âXÇ以Œ6Ó£Ø:Å«óIgEáíÞE¿ŽbµÌ'Ç7ø%ÐÌ£¥º›¬àÌÂåûU,´[ÆÆ‡ =£>Sÿìžz`ì@5:³¯˜˜Ù—õQ·–ð§nWسËh Q#~làÐOlÚkd1ºu}J|­_CG·x½æ'ê¡cõˆŽ5ø¦S#T’›œBj¤§ó)£9ûú"§³fW>%0ŠºÚ­2b•ELnØ3Á}¢nõÀrÌÌòªQuQs×XÜ:¦Yz&Ý -R# ¹h1 »´Àܪ¨u´N(³Ít<ôÊ(!]ߨÎ<ü•q´îêÎ"8E¿ˆÈØ•’¡%›lWó¨sì²_-4à¤Õ˜‰?S@r"â¶TŸ°íå¡ 3Õ/&TÆ” HDNï81³éa= e_i}r´P{Ç6Qüƒ¾¿äW)ãõ¹Ý©ªç¯Ï(`‘…ý-)Û–Çõ<~HCí®€’7ع_H»².x%àŠ³=ÞŒÏÜ;-ªKvI0‰Z“Ç&7ªgœiÞ_ëHÕVý¶5['°Åd¶ûíÀ8ü:&bâ°‚z4b 4…Tèò€U`€ž,µÜ{»Ç‰j†çƒ²É… |l6 ž©(­ ®Ø¹†ÉÞn½ã‘ ËtS-µÃ­7+Ø÷&*'¨"Ô•Ø*¿™Q“ÛÂJBuˆ»¸iT7 ¯%ràx‹Mw©ðu :Ï!Dåz¤¸*ùpåM;ëîÙV÷DÔ08Tð)^!&ß¹ÒòеÖþ,±¯Ý§ wn­šÌš‡öexyLß7VM•ƒ#>9f¨¸z0ÓpÛ¾Ô™dßÀ—Iz`9ê>x…WÜErˆrld=­â:T•{½)yk"ó|P‰jˆé{†=*Q;ÕùÜ« AÃê.fDÝÓUvQBrr롚mv¤ÅMNDËc'8Æ#¡¼R£_Fn k€s¨§!} -  !Ï\RET38Ö!GkmÏö—:“|,:Ö ëƒÒŽœ3#~¶Åí>£- äsN,ÃâøöÀ†ÛÐ;áÓ÷Ox5=}±Ù-Å•û´¶°Ž‰‰›©ð¿Žx3‰·Q3 Î,ðÚ¸[ï“¡ #jBC|‹IõËÉíáD°=ÎÀ_6&ë+Rà*mÓàÇÆ¡Žû!µ#ªïž ™»ÇíJb}ÐÊé‹îö­¿ÝåOÿgÉ?³ÒYa¡}g­æv؈nŠùƒq jìâŸØzæØbDù<ÑRÀA9¶ìp¹îöáBõµ¨–Ô¹¿Bh°MCR¼ëØÒ¨žÛ˜Ìø>æØÆvkˆMâ¡¢Ûx{x«wúPD¬ó‰Àé§:\ë©1Q³™ J ys•Ïí‹/¢B‹[Ln2 U_Òt~m›¬ú5¤Dù¥ÐÒ7w™–a¥«œÌ‹nrºÛ»ê—`˼RdÁ^°µÔ™åUâÚãVïÉ~ŸÐ©ã÷ÌP /:7áï,,–OŠ)(ðU"×¾ÖôÈœ$׫ûFNLR¢ –êX€>Û™m¹­à–ch¹å\%»¨t™y¸ØþȾØò0¸ Ë8xàßôÇ.“{ºÅí‰j©·Àܽ?dX…-(°!±áp –µ?ßúú…?3ôù¥lX`“Pá˜k\Cdª˜(¿„SŒ Ó&PÅçŽfÁ™oõfXÁ€zÅ´& VÜBT¥_Nì©ÙD»´—ÌnÏ»ï²hîS ‹}rh†_Ëv ÛSk I)ºt_H,ßšE½r‹Ù丹1Q§Ý#¡ƒ½›¸÷ZGòÞLÍuÇjÍ¿ -]¦kºg§ÅT}£ Vr°>¥Ñ§ Ö:7a¯ý2dA¢?íðžd þÛeq‹}léxkc0ŽèºS#¦ñÄ@íÎ´Þ H¨°³­þEŸ’·oÒ›ü>Ç«ä3Ýr:ˆÏS‹šàQ¯ ‘—èOèÙí“cJBteLCh=5ôŒkq+á…‹M C7]«¨œ •ès¬ÇÕÇu„–Ä}>—[vlbßYÙ\§¸#Ó%ƒ—Äw€žT„6ûzÝ—¨õUÔˆm:¶â1'; ®SBn8XÇ—ÅÍ]C~ ü\bÝű–…QËcZxiD‹©^"œÒªïøë„èb·¤3Ï­@–zÈ"Ÿ -™3Zã[]ƒ@Ü͹lBHÃ&šÄSt¬E–ïL•\ZÂÞý@É͸r¬%´…T,ì‘›ï—&zÝQ1¬Ä¹Ññrw¡óÅÖ"õ`šv´~í‘bkb&:&¬Á7†õ]=!ÃÐZl»{:¶Ã<±[Ü^¿†¶- Rƒ -|m¢'ªc×rh ‡ÑÓ±1oâl·gýí>»?¤%¶ÕÄ–¸uÔ4 ÌÛe °GF¬ÿc—Døk—€ùk—Lú¿=ÎÈÿí±ú]R -¸þúÜlgú¥wJnÏ[@?‡7Û_x—j®í”]´ôU\8oºã\Ed,r+eW<ù2´B¬9‘wÞj˜èS- -ÀSh‘OÒôܵRöëïFRGoäݳ;b$uº%È—•P£Š endstream endobj 30 0 obj <>stream -¢jteX†¬² àoN«}ŽRå_Å燅„ß -2Ý1LñoÏ×YÎ…æ»{S?ºÖ:^ø%ĪƒLupƒÒâØÀ•ì­ÀÓ÷ÐéÞuF}HDo )©·„XȽÃÐâ kâz&àq¥ÎMLÁá"Ý%"±ÌãG ,: 9H~5ŸÕu÷œj ͧx~TÑšìv¼°¯A^ÚW:“=RRƒq™â“qI]O_XC¼&úwI…–XrôõùÝyX݉©g,jìîjqµ~$àÿ Ÿ¤óuà–00O;´V.(ík9¿ñuÜ<°2t÷{íäOôTBÒ\›éA-ðy„’Ã%xª{ƒX{bè›:¼^LËg‡• x@Œ*9\èx”’]kØüELþ—û“í¯ÿ³Ó»ü‡/t"hq€ëÊwÁÉ[SM÷£& -2´Í9’QAÎ5\Évøìò'þÜçŽþç€=Õ#ª÷WÚYæÚïÛW1ÙG«È´¨Š=3ð»c*9ªfÀƒ -`þ„¯t}%çW1é_.b«¬A¬3+~Qð  (q-gýý‹wjeÒ:üHDi -êzFã[}³¶Ú:QûëÎDÝ/Q9àÓÌDØ;-¡Ý³ØñÒÔS𽘒óõþ\[ÊÁéÎÕŽ ‚% æ"f:'jÂcýIþp7ä_ÔÀfŸY Šò©ˆîP:"F:öÌÆd¼µ0(Q ®u -›úq\ùÖ6$ykM`7©óPØð, ëÌj¡E'&tÓï;]aƒ øZÄ<$jºù!QSÚãR«w¥#Ù+g¡µ#m¶G`éoU|NLJm‰q¥¡5TîáDÓ ?‹ |éÞBçËqLúgÌ‚Û_¾õ‰HõG‹I{‹õ7m‹u7·¦žo|ø§‰Ã>£ëع—vAùïw{N¶XL o›ƒ@Žì-5=Ú ¾ú"±H3 ɬKºèž‡æø¸ë`ëusoõ%cwå^é÷&^áWîÅ–G¾ |¹r œVûúæÇsÜk>!¹Å+e CJZgDIlðn‚Ówf˯»6Z“£:*. #tØE © Í9² ¢‚fÇ5ì¢#}©îÉÞLó“°œŽ ig= - - ['*LeTŽo -ÈQeA%¦Ä#FfÙWiº¡ºŸ÷ˆ|Í(Ï6Ýü,,'Õ»Ö`¯  {@ïÅD˜Â5±5®%%ô5ãÄÈ¡½¼B¢î‰g– ððCà½DØbã(k”KBFØEø: kã&>¨$4z%芠œØê*|¨<€¯³CR2(±&4ªãq¢Æ¾ñ¨™×í–` ]BLÁÁ,ø‰š–ûEx^|¦ëꎘT“Ú| -èð2WS¡ ¼Ø)F”yåĆ#¯÷¯DÍÜmÞÈ[ “3ZCêŽt·¸-ɾÚöȵÑñ½Iñ ‘9A®Â»ŽÊöK Uà·ùå¸Zç,ǾÐñ:¬eà­kø:LåÓϬ3ÈŠ·¶þã-ÞpHMîôÉ‘….1®À£@¿ ñG²o  ŽÖ°¥Ž b½»q¨î±»êšsüto¤þ®k’íáªvæÀÏ}2Lý™ÓºC£F膠^à–5¾pIjŸn¡ßïPñ^%¡Æ<Ýò8Ñ?"lîêÚþÔÆ{»Ç‹™p œµ¿Ðt×4^s=¬£3¢z.ïÄÄ ›(¿>µQéomD4àƒ›+àWÛ“Íwœ"l©u [¦e”û$c#ae_WLËÆÇ倂ÔäÙÀä6H‰Zp÷"â[SÆ›o9çšïÛ&ênɸÙ_+Ø™Ÿšº+ï®bKt£ml£÷k„§òl2À1 ßÞëø]!ºRÜ]|uRt -ðaˆU¯, €æY…f(x¥7·†›©‡ZoÓ«}çœB:gñYZví£äK­ø+¯à°Êüˆ7Îbù<³æVÚ½sg==’0Ñ. ©ãp­3Û¹z±=Sò³i4÷¢w³-uwôJÉ/ú%$E5½tODÍ÷o6 Å78Ö!ÙÑ-t˱ˆŒÜСúÉ–û»K°Ü˜>ü…SB¨¶-ÂS=ëÈL÷Jç‹ÃùÖ -nÑ¯Æ¾Š«A1¹6h–ˆ¾«7jâr€X¯?\‚½° 7\±t}\îHs-¶¥Û—šžž˜Ø€Ÿíî -ÈÈ»Ó-/]Ëíi;3õ7-Óµ×ý²D_©ž™S3$ž¨Keéê;Ù¢bý=¢ÎTšæƒ_E•ˆX€¤ùå„:ótÇSã8¾ ¨žÜ ªúû‚J&,,'ÖÆ´tdD‰+÷‹a™»Ó5·4Üœo÷¦[ØFZî¹fÁÉŽéŽGöI †ën:Zžøäè’ÙÞ²[¥·þ½ÏûéÔÔ;P°Ñ>½#ðÓÑ -$môôh¹íq\Ãfxµ\:€Aåqqfeq¿E9Wp…¶±Ö;[ƒ5?™ûk¯;ôší)R–‚QwÁµxüt–sšt0ÝvÇ8TsYÖUúݵà³1ð‹íNbÝk|ôö<8 ˜ûÎ5pZPŠm -JΫw¦Zï[ûënÆåDd¢§ÙîBÕ5'óS=÷3ÛPõuß:8çàû%¡Á±£j¸b_€¾ð­aò=+Ø<û2.ç`öüpúÄ•¸_7†xjê…=’košzZÛ×Y` ·æ’Ÿþ¡–õe`ôÔ»Úú̳Ҝ|¦#Á˜E7Ð7>³ªÓN ,–WØœtbh|34¥oÍ\7¦_´MUÿâbÊVQù»³Àø5,jPÛ3ÎÕÞTãÍUræ§=þ®æüèáj W&Pé·"&ÿ@€-Ôó~ҳ˿ѳ‹¾_~²€¸ù/}oÚ% Ž!ö5JÝá:Ó³Œ«óK¨ˆ€S–@³Þ‰àÓ±)'6ã퀿(®Ç5ëñ-1%¶<ø,ßrë“ÝþÒ ö‰òËq<Ï'd€vgiŽexºo•ãÞ@æÙ—Pog!ÏtÝ•×lã­/ÝR*8ç-slbQ¢jZ牎Cõ+éŠÜqbâv‡u|Þ‘˜ÕæÕôú”]T¯ˆ\c -÷¦îîLTß ;ÓBbèkÇrý ?ãœy¤àò™™„~»Í¨>qÇ« žïÜ€˜Ê à}pÖ¡ò -à­b—8á§ØÌˆŽ -ë¨P@'‚2D¾[ÉÚY=Žêôc˘.¼Åï‹Z»†¢–®±°àR=îÚ„eº!ß#fxd˜ò ŽÃðÞ8¤çrâ[¼Á ‚Eðm¢s\+°WÆþ𫉽.Fî÷Ø’ÿ2 4d¸è;±ö;¦¦ÃNMDð»m"ü„?ÙBÔ­6Ýs®Â3"jbg RbIô9gÃüB"¦`!ýBT ?ŠHYŸŠ°YmàŠWå¿ÈÙU×+ÔFï -&g{¸ñúþDÓß8U×WvYÁÉÿÖ6ÞüàLßÕíÚ€¾1Ö\³N5Þ·Œ7ÝßiyìôV\…®tl sbÙ{sÏÄVþhXMn5×ý²=^yÙ6Rþ# —nø6ñev&WßÓ|åhõ:,¥¶:ДýÙΧRNÃÏýÍ鱫ž}4 Íþε€/\a7ü†-~ð’_›r¢"µ‹/îýƒóãß6à>rÏWß l`ªÎOà”@‹uC¥7Oô Ò™•ÛT]M¨?NÔs–`*šïÆÔTøûmÞ𱑩qÕaUàkC"déÑ (yw¢î¶©·ö§ÝIhò -¥ö·îÅùÝiðK÷*©Æ½Ê×1¹ÁDÞÑ4¬@ÙUss°éÙ¿åœê— ›’šUœŒ/ ½e×g[“ßš °c=çWP;äÃõÏWè¹×š+ ÀÕz×à™®EX> ¯2œ €Ž™n¹mä5Þ\ÇåÏ,¼û¿ËÈôënÓºÂrlÅá\ÓoŽ¥æ'¾ xQT -þóˆJ™M³ËØY„•þ¾=°~¬¡â\K5÷f p.×ݱ/×ß;1Ò©A5›èÚ •e p@BiœìÈøSúä¦Û_°Oÿ|o¬òΉßðÞÊæYi4JÙ/—qóž¿Ý"cÃjdõþBó£¨Y ƒ•€¾Åµ¾ô“GÆÆ«Ûoï®` ‚æÁõØÎˆîýƒÞlK>/¹¸;VrÑ:ZòsPÝQÑa›VAÏ:LSl·Wðvÿ¿õ’»µÁãF -, &6ƼŠjˆUrõÏ'fëDÇDŸhYØ ˜Öì^C¼vÌÖ]sϵÞ+(m.òµ}–XG„$È<@SÜ÷¯5?ò  +Ç×ìo’*í›”Úšð«0a=´ ¨mMMqCGNLÝYtj¢ ½H”ß”sëS޵£‚@›ž8ë^§èºKÏ+ùßh9 ×ô³˜ljÃã&¡?‡Ö™PóPý­%Ô‹ÖpÉŸjù¹ß -©o>Ý$¦v4Ý’üÖÈáî/v<±¯" )¡ÑµÚô@ÍÏÿ¡¿ùág¬’›ÿ”’rý‡­ -ËXxC[ÒÞx󣈂Üv¢§£þÜañޙ鄰 -W£ò#*|m@ÉÄÙW¹A ©åð’‰Ú®>!èÉöHí•Ñ–´0¿þ·èÚ?¶ø…¿ýn$#\kˆ¬° [S‘šN´LtX.h:‹B@s‰Ú’OŒ Ú;KïtXAj?˜­¼é—´ežèÉ0ເÿi÷‹ðµsà$ß&1±§¦}…T~€±k†¦û“u×ëσmo¼« Ìý©ºÇ2zÊg!q{eâºðá|ýíùŽTà;p‰¾Cqô‡í¿}srR›v°îg”Šô›Çuë¨&œ× °ˆçÚÛAë˰ S÷ÿ$Ê;º>¬ìÌ;ÝaôÄ÷ú„' -êt Т&r' ãJB*lå1ÀM ¶Nß]yÝ.ÃרF@÷]øæc-áZEfýà˜­üŵØpÏ6Xú£[Ï ëèðÀãØíOƒ›ð\àÞ¶Ðþ<ª"bζz§OŒ<þ79¾Ê»†xcŸƒ&íM£RLãÈçbnÅO–iÐë£5\Á:¹à³Tb¿Ù϶aØ+û"±Ú»ŠoˆÈ ‰>1{XŠÀË€ŽMöK užª[Û™ßêú^±IMú0,E—Ç,€ßÑ¥;³OOÞŒXU2áÇT©{­ùÞÑbómß:ä¥sýf“U{QÄ­þùpÜr$aC4­×é 7>ÿÇ@cÊ?È7þGÎÌûÑ`¶ùÉ7홿}~0ƒÎŠ©M1)¶4°Þ–l-¾&b¼º ¥|Ñtþµß5–è_‘#Šg›ï-´>ˆªÐUgV:õx›AOxgŸ YhpDCôVÇヹöGûsàWÞMT‰_Š-;\Cgiúš®m r>÷®€sãB»z¨ð²²ïÍ—†ÑŠks˜7—fa¯/\ xLŒa’}}㣽‰úçîÓYÇtƒGØšâ\¯½@G'zš»%”&î{7qÕQ5—â\‡¥Û¦®ZFê¯lRJ¾ëª|þÉx{Ê9×(Ó6ßúœV÷ü;Ǧ)ª&wîÏ·<µL4\5×üdª¸ä—4?y·ÅbFõ\¦]H® -))§[ܾßw¸ý1-¡Õ4Pù‹ŠQöÝÖ`íÏ*×+¡·Ç ÂJ6 ˜òÞDíÍá†ÛNƒ~ Æ¥þ[MÏý"°Þ™óG¬§¢³•WçSçªü©wü‰N|kDÖœ %ÎÕª¦‘œ‹æÑœïÞmw …ÌÃëë«ÏÌüñS=ðÖHCÅUĦ°¤ýÍÑ|ùmÏzã‹÷;œAŸ–ßç3á1SW÷±•NŒ(±UAÀ›»–;’çáéßñJï|èÕp(‡¸Â€ŠØPPûtRX²Ï¶Ü;šªºr4^ús`V”¸‡£nüõp™Té•0 öud¶c™e_ƒ¥:…TŸ‘2P¡ýÀtÌ8¼3 ,œZúÎ,œ®wV6xäDqƶ-©Â–»ä&¿º‹~´ŠLø“$Ëè–u°åª–[zng¬þ‰SɱLµßÛŽ8Zà·ÌñZ— +¸Ü#@î-v$ÙkoÇôø†À›äZ¯„ÚVðè%½Ó±‰Îó˹€#z\KËvn ‹½VC&:¨dÀÂj ¿54X¢Wש™ÐáBÒÍã¿îÎÁ’"Zûá&´5FJ·Ò2Ì]ˆ;2bÍ÷øÂ¯üÊëÊÁš[“˜ìÏ$̆ÇîUb¥u¢å±·øG÷bóóí±ª[æ¢ËÎ¥Ê['fhQT®:ÀÒŽÖÐ9Ç-n £O·äc3 ü²[/°L×\÷É:2½ -BoƒÞSŒ ޵ã"à·Àö[ïï.T]1 æ›?újœ²½ˆÌƒ¥±;ÚtïXÇÄG5L|HEprK …ÖÙ–ª®ªËX=8\§àÖ„>Ö3ÈïL}Óo#üs ‘¹?ßzß'I¬ýâà #°—N!¾2øï¨ŠÚÓ;ÂT{ •'ææ]XÀe]ÊéȽd¡”[rÞ-Bäx[”Sƒv -à_DßÅ:Z'Ö”†g“ÖÓ›|RhîÞlÓ}ûøÅá\ûÃDí.ç|GƵàÊÁ"´ho ]»F+¿!¥—_v.€ßDEðÜc9¹9"¡tî/4eoO–<´ÿxb ãâ6ë`”¼?_ùëÁbÙµ­á²«Asòï6LOCQ¾À,8Ž-¾u¶Ý¿rbîê«)ínAg’µ¿â²š“}ñp¡.é=öyœ&æRº¾™“½¾ ¿”T·7I|êýDNDM†„·˜Ôh¢Þ»žØêXCf:¨ ×:¾x'Qgi°üâöpÉrfÚW[ƒ%—¦Á‚BÄ2Ý™!åž?X§„äØš33¶õ̂ŭtTÇaÅ \^ÜÔÅ?6òûÞZV}ðÞZØœ¸™ ókáA¦Ú­ÅUiçá¯fpE<b•c_ %—~7XwÿïýUwþ!ŧé˜jüͽŽ/2ÌãóFðå?ÏÞœ;X†¤†d,tDÉÂF´Øš¸]둾`žâÑ;ÝÒÎÖ!¡* f¶®‹$ÌÖŸf•¿LtdŸŸj{óÉXÇë/šS>_Æd}gæWüX#•ov7ÜBd}½7‡«ö‹»0GK¨LÇ*èiPzá6܉è`Åa-ì’P`ÇÛ=sA©=¤ÇÕ‡µðÒ Yã×P1^%12év1*Ͼœ¸?Ši4Ã*|"f›o31dApUàZ„¦ìÌÀ’żÚ_9Ï?ߟƒf.£3mÓí÷ÝÈœýhšeºööþJÓ3žä#V7ÑñJÚ_sà|ö»Ýî¹ÓD½H-®Ñ™¨-¹Iwntf»¥ø:Ë,<ˆÓ_#z&3nb³|2t©e¼â#ÿk1¥è‹ñÎgŸ™†KnùD€^yköæ›@»´0þŽÿ®µÓy¡`"׉eN ½MÁ]ß›GEþNÔPihÇ$9Q×TEÎøtòð ãXÓãDÞå—¿~ý7ÓxMò6<, mHÝŸ-¹¥í+ÿ™Yyç_œÊ8kŸþuÄð*q v!4ðw@ܲéï¬,ÎûTêﻨ¶AiÊîlåÓÝÅŽ7ÀxàÇf3¤cáÃ:&6®e’NU âŸV2ö¯}üÔŠíÜ=;\ÀæØJ iûFBÚ.vXÏëºx!‹àßÄÖ‰Q£ÊbHžKÐþܵ}èì{úÞ†Ÿ¬}‰Zs 7uœ¢Ë{#Õ7\sŽfé›ÜÂËÓ¨çÿÞnK93Ò0o-øö¸Y `un@© ># pFXÃ@½5÷MŸš8Ì3›vœø.3¾%è>—ŠÒ¢ŸÄ¼^%×_³ŒAR6™5¿-tæ|.£V=U2*îYû-+h}’ ŠŒ@. cr¾™Ã?ÿÔ/ÁÖžh»y!ï“&ÖYv¾to¢òWàé1¶tw“¯ݶoZ#z^_TKh ÊA/}’柜Œu¢gâcz.-jà²ÂZöÄÄ埘ØÜDßú¨Ðø+ø’£YLæá<ꕸ«þjõ‹+ϽùÍßù—÷gàù[ƒ-··GolRsrJ¯¯pŠ~˜ÀçýdšÀXѳ·K9€S ÇAEgöÛü#Vÿ™­{&nåôäÄ=aÂé6sfãM[û£fþ@À’PÌïÓufÑ¥YtÎwÇJ5–èÝ®ÀUD¥ä:Ç<%¾Ò%Æ{åÄŽÓm àw´OAkwlbò·§ÁI! ð–Ä&U¼;×™g¬²;Õ–z¸Ü^àZoO?¢ -VX•¿Ì“ò¯ž|èQ뛄J·ŒÔÔ3qnb‘ë< -:X?ÚùbG̱Ö ¼öII5ÎDúáLdz½qÐã½Å·ˆÑ&ì¾!T%Ÿß™i|î5¿4g}oκ¸=ߘ¤ªNÖ Õ¼ò‹ …¿ï1»vÖyòáæÛn1zjé›;µQǦŽŸ´â®€r÷ßì£ÓÞÙX]ûtžyáQ²(o-Ãâ?-=Sí’qïmèÆ’µ=Õ|Ï·Nª -™-!9s²=°vjë_=1ñúÜk¨\ë`ã•c# ð à$ÛHÅO{“Õ¿&z ˜FZnl#žùû£ˆ$ «ü‚ˆ–snüø3vÕée×þ1ÒöèûªØ¾†Ë÷‰Ñ…a-¾.¨&´œ9¼cKÏlt‹?Ö1P§f&ͳ‰)ŽªhhÀßZDŸ†;3[ëÜö½ zî&£áçî†Wå‚«œvÇ44Ù6\õ“¾/÷këHÕÏû‹°dëTÇcÇRGʱ†õ­c }BRePAù¥ð,ŸòƵі¢èÉýQÎ+øÆ±Üôô­…Lt« ¯šé•´¿ ÈÀ9qô ±ã?[„Žw‰žÌÜ+!Õ$ôsPÅ!E4=}>kƒ$Ï" ¾g~­à4ü:/¸Ø×ðæË2çp_¾=Þ~wªóé$<û» jþ%¿Wã±[ÓÔüIlÑײžæ^)ïWQÚã\s̈ªëá@\" üZJ›_GƒFÍÝÃñ-N÷1 —-ƒkQSïhÔÔ=xÌ¿ut×4ÖxË8ÚrÏ6‹*‚¦œ2 ñ¯Òª]³ð:nî×rzú—æ²ë;³mÉs¸œ¯79åwb€çs‹Å–ÉÆ[–™Æ[G‰þjR3à3èQC÷ÄÙaŸ4dfÝr:Ø#éc‡5ã³mnPKnÆ - -ãMôØŽé¯aK£Àó¸¶<('·zĨü½¥¶dí@õOÛsз„ØtlaõØ¥¨ZË,'¨çðb6þT@Ç@ô ”[Njt¹7óúƒ†ž!¯¦‡o—Rê‚*>;®ç÷Ÿ»z -zçÎ*©h[À¨ÜY¢Ú×q%¦ñÖgÄÒ;õ¶&}Rà`%¢Ä!ìHÛ™o~l©üÙ!”î 9p›€ÚèK©¹«Û+ÔyeðB§´íÍÑfkžm¾ö‘OŠ(˜ºØÖz…aóÊ«f3ÿØGÕ¤„fETä±…Û5tõë»ØQV°Q@ƒ†µüî ‚óÈi0¯„Ð œ—Nï:&;¸A(ñ‹ðež5X†q¨ä²¾§ê'ë8áÍ (ë³TΗr~Å•5jÑ‹ˆœ¯7ðyßXë®;×0¹šÁö;Ö dNPÅ%º¤ÔΈŽIŠ[úæƒF~¯KAj°¿³Ð™r´†Ì‘u_аÍCïHbŒ[ˆ-0ö5^o{õ¯¾šÇ3ʾ'V=ýŸÿÛæþú”€]ì— rýdsµ-u{²ü®†ÿò[)éù'»#uwWqE²îÒtüŠŸv&@ÏŸ›¨k^ù‡ ×~jDÕmÔÝ (åïœ~oë]ü•͈@/«õ÷#Rpf\OEÄÌtŠàùÆ¡º_R­k“Ð ´?á5¿ù¶îŵOx5¯>7w7ý|8Ñz˹͘„¿üt’öõî8:Ó³Êjßi}¸A/º ﮽f…>Wôw>Þš%VyU=<·_ë!‹ -2®gRζØÜc3Ñ¢ A5¦Ù¯D—T¤Žãí¾åÈo  çPw—!9ûË ÒöWA¢@7}3 ÍÿIÕ Nµ/2j¬C÷ˆô¯ÆZž%ľ¾¨eeœsÌ7?iIéhõSfÕ£Ï]‹4PLÝÛÔ0pq€çC*\mH‡®=Þ¥’ü&|‹MˆÈž&ý<ØùòâÙNïRÌ2$бœèç½?ÓpϹNñË0¥€6‚‹»ëîN Þ|½=Ýšh›&/À5!®Ü .µÕ:‡L=`«Ã@Üo¯Zvà%Au#¤åÐCz2²Åí ènS3`^â׎®m°ûBe@Ã"Û%äzywÛÝ)há¹9Dö¶‘º_¤œÂ_tCµ©˰²Yäëï\"piÜHFÄ €ïÞ¢Rb)¬F6¹V<Š-Š›ùÃÒ)!£÷1}:Ü)#ÖÚeTÐa¿àïá!¹~…P³ŒÈÃæqmÔ:ªýom¿/¤¥uÚ¿¸'¢Ö‰º›ohG€ÏVqzõÓêŒu¯b2 §ûÓM7vFj.+X™_Ê8e—&™?¼¼ñÍßxu/~p­"²— /LÍ×lã-7foÛ—joú×1¹€?€ï¬cëÆqiçLs@;¶êRL,¹äý=!-—ybæõF†u™±³€øYê“àj]ëð7»càGbZÍÕ5bùeà\]G•¦~ŠÏö™¡§5Ë»ŠÈÙž(ÿÑ6Sù“ª'çû9øÃO–±/¾Ò/íL5%é§Ûõ¶g|i¤–û}¸° _×B CªÎ¬#AÓC×zãÓ¨ -Ûz¢§c}RlE\EhüÓL‚ý8þ²±ùïLÖ±–¶MWÜØ›©¾½¿ŠÌå_}·L.¿º?Mßk¿oê/¿¤âf~»‚Oþ¢¿õþçÜ’ë—ÓŠ/ ™Õ×™U/¾·ÖÞÛmIß™<±•ç‘êÜBx‘[ Î?\o~ø[xXÉë É)ˆ° -×hV%í Êž:6Z_5€n´ÒðA¡Ý)…f ë•?þÖŠm!Å$+ -à{HN¬u®¢2w¦aOíóÄ —Ë]Àë˜[q´Ð–<‹Nû~‘”÷³ˆçeJÍ+ûµawŽRb™‡'ÅŒ€&7áaÇF èÄB„Å€ÏvªÐUÂÞŠß–è¹·ÎvºgÝ26Á%bA2Ù¿‰¨ó -Àé®…¶<ß&¢R@/½<…͹¹»ØY¶¿‚.±N¡Sl3ð—ûˈL‡Pº7 OÔc+tI±Õ›}-VÙUO|ÊîÞ Žß›XÛàd½GAª ù±rx=§›B¾QÀ’<ª.æÎ:¥v\÷ccúCILÖþµgF”°ªqtö÷i7Ïýc­§2#¾Å$ÇŒšC„,±8çܬî\kL «©°˜Ã¶ÌA -„Ô¢oL$Ÿ†Ç‹Zy£»ÛŸÐI*U´Nó2!÷pÖìSá ‡›àÒØ«ÿØ2ªy¿ËŸLô®òhI °•‚ô'ê„Éqeú Ð3dÁƒBJųA©NÔowÌAží´^ßê¯ûQ×ß~}ŠRû}sÚµÿ]ÄÞv¬À3d]ŤŒ‚¯lãM׿ó [_«i!5¯žƒdwä^ú·m°¥(¤™3ú5“’˜y`þÄÊ¤„îØß —ÍvµÜgÖ¼üfk¨£0"#Õ{—QŽy|–uþØÐ×yKLnº  ·\s.*̃ ûúž² vA{ÒÎlÓý©º‡N<ÐÈ)öÕδíÅ–{Ò®Ú_·©eJâµ}¾ýűÛ”‘@Þub뙎Œ83Ðñ^ ,ǹzUbªBdÉïF -ú¯Þð™Àw%®æ`®ù™kµ3ÿ` •ßO»  T\ÝB§ÚF[njºŠ¾‘³¾Ââ ^ý³Ï¡Y?nõ·Ü›Á].¿ño»cM)IÂÃ@ß8V iÛ {GKu¿¹7k8ÖøÅäúíÙŽ1€GËÐ7ÇF<üÄŒ…›ñ 3+±óÔJ€ø•Ð\¸#í­™ÉŠi»ºNL=ã‰|‰jɨ -Så^m{a­¼*cåœÛ›…¼²Î£Ëæ(…×=å¿9ÖÅKÄâß–ð%Wÿ”‘1 €Ç¯Ü™ƒ§¬!ÓO,Tü‰™ˆ91ã;ã&lSÄŒkñ›©hwb]ø•úv—Á·-@^Úæ09!Eï½…N·/4?^§ë*º²?Óö("ÅWE”ÄF1·öŠi•ä‘j|bd±uªéq¨þ—Ýù¦ß›íÉn¡Þ« `Zí`ƒØàS³é‡î‘9¢¦‚ã6:ðšqˆˆ‰ºG€iÚ¹?‡ËÜé|,@e}>Þžôõ@ë£ ¼†{—A©Ÿ"Ë_Z˜_M96Ñn9 ìS3P=¡Õ—¨Ç+ÃÕùd¸rËè™f°îWã4ìµWÇá9TX”C…iñ›X §ŠÜæPPZ.# ø>·¬£`g©òf@I€YçpˆwÛ¬î?Ž8#a3u²MD”ТCÀ ®tf)†ó\› _@­po0Ž–pY–Á¶kø¢/ÆÚ3>ïHý×<ã+¯€Ü°·ˆ)Ø ç}æœëL -ѹ2;˜Ø7¸ Í=Zæ°ióøÊ«že ->jQÌlVàõøÖ³ˆ~‡è”òñ>2µ¯1çüîº)&¦´ìŒ4ür0ydj»¡¤T|eáVžs/À_ï.áòͯ¾lO¿TPÛu%|RèÛLí­eJÎw³ø¬/-“ 7íhê«ñeYòµOÖ‰×ÿ8èÛŒjù¼0€ß15ºÆ2Ýt_Ñ[øÝÁBý½’Ú1 -KûB×S“óÞÜ=uxö¸ -_Q`J"T¡}òbk´í7Y/èú0¢øü"¦è[ÿ*£ã` -8/ðGÖ1dòþ$.SÎiø¥¯9å~åý¿{–`YºÞš›úîòBhfHŽk I1%Çj|m¢ÿ0¾×úášëÚþš›þÍÄ5Œî1—Ul[l~N\ï2 KÍ覿ö)”D퀔 +Gæ‚ÒnºWB®K¬û° Wü¤ï.º¨å^ -É0uÒáú­™×þÉ«yòiTKCØ&à)ÖÁößvGÚn1ý ÁÏ9¥5 `Âvm™›œŒ\¶ìwÛ@i¨‘ŽéÄß÷ºÆ‚xÙÞ2èÁµô*$÷·ï]‰õl h¶%Å1ßš|¬„Û—“ }ÅWæ IÿÞ‡<Cå]ÇßýLÈ(¹Óã!q#®5®ÇÔÏydØ—[îV²±‡"JCPÉÂD5,üÙ ûû“ûÖH¹0_󛺯ø’v¸ãù<±ì×ð›j’þÙ_ýüƒ¡†”/·Gš’£2 -ø` ^&視&a”~çÜ U<–éÛ„—x%ˆ -¯_àáx›BŒYȘЃâPQ ò±ºÛÖ¥Ž×'{ÒØ6̧ab=Z.-`¦'zž¶Ÿmagá8õ›¨üþz¢ç´_ -Ër®¶>ÚŸo¼Õ kþrp§B -.Î'b·{×9íÎjùÁ$:Uê¼°ŠÌø@AÍúÌ3ßððh -üÆ2Øt[×U}Î/Æ•oÏ5>³ŒW]Û«»n+¿r8Ýñ8°F­}x¼·ÛTzØLÅø 4DÔÌf¾·±hé‰éy]~)½%$¦5ÆeÌθ”‹Ý›D§íb^ºæXÕ¦Þ¶Ûkè¬ÏÔœÒ_T¼Ê_e¬²sJ^ÍÛ“˜,¿œ‹ñ©¨möMÄÇ<à ŒÁ³IH¬!)ÙÇ -Xõ7‰I_ëêòŽ­ý+n ¡vwœt$€¤G”øš¸[S#+½B\•a¨õÎѲâXß7äûDGj ÉñÕ‡KˆW>Üܙƥ‰û†`Õß®‘šL¬gÖ÷Ôü´ŒzùÁXÇãÿ‡¤|¸‚+þ°B?l ´>Vw¤T=ý鑯®|“¢½‚©Uòо_Ä?ÿH?òæ;Ãhö7{s "r*8ªëéS AR÷‘ùoxùÿ4ÎÿsÐØîã¡o·Õa4Ó4Út›Tšô®àÑG«ð©Ž;–QÛ›˜Š£¹öôMFñM 7 ð`™_…Ö!¹îMb³±§éšg‘+ü"T~@‚* H!¡UÊÊùê`¦5íTË¢^¢9 †æù”芠šØö΋¨i˜A8\£€äüÖg!©)¦'ÃŽ ¯´¼Ê¥ì¼¯ÇÀ¯¾™E¾ùá`¾ý%àµJQ/¾|}ýü¿æñOÞqé•‚Ó<pš[Ôþ2¤Äç–¼âp•ã«âÚn~XÁÀ-wf„äØ:Ï*$UÛUpqüäSuoíÍ^DÁ•¢g¿~8Ï?¿Ïùx”òO!ãcð¤†ÛR¿ékyy^Î.¿!âÖÜK½úõßZÓ®}|$ÄCvVài‡k ä°ßn— J­‹íOmk/Ã@ÞþŸƒÙ¿¿ËðKèèã­Þ阵oéô _òö;y¶MDžå\n¹g€_¨joîÎÁÒÝ+È û,è¹c®%õh¦>i¢úaDÉDÌa,l¹»A-¹²?…Æ_ó“˜ÿù2ìÍÇØ«…èW™º -ÏÛgZï§ïrÛŸ}0Ôñò×2׳ޙ®á_1ô]óŠo¤•wãFdíÉ‹ujMì7¤ãŽõlZâ¾zLË!E•äæˆPîÛ Wû[o»;n‹ÍwÆÚ2>iyýyWÕ‹g¡Ù_j8å?y—;S"L¥}Rp´ÍñÊh €ª‹ÕšÝÂö—ò®‚ï6™_nÖ^õ¬ ²¢jÖè¿‚ÖUwÑ#6°‰Èöm6?± J®Z&=²I=Ó2q15‹à\'VGT,bDÅ£9VIÅû€çÖõ7Ý‘óšn@7wgàÏWh5*~ÃÏbFéÅ Jɭц›]SuUÝÙžhÏÐŒCSºš³¿jÍ¿êY'µ[Æ›nixõW} GûÓ çÞ5ð‹c-KìP0 ÝY‹y5NÍTÔÛm2òÄŒ(;1AòŽ Ð|@'Ö©šï‘*’>žFÞ‰Xn!*ÿ`¼ñÚö@õbjöô²ß>@g^þûüÉÇA 4‰[{Ÿ^ûò‚u^ï•ôÃe?‹hÏ¿àî~¥íIúvgªá±OL‚¹åT¾æñù föÃÿì²ù‰~Ùgz&9¢Ä”¹í)¦¾ò[JfÖ¥àÛhe§1E72Ä#B—¹Ð4û|[º¢»â›ù’StN7ØøÜ/¡¢D¼ÚDŸ|@£1Þï²{Î, j@ɲ/7?Þ_jº“Ø{æo -ÄIù…£%ø÷&öÿçè¬ûÚ̾µO;Óv¤ãí´NÝ•¶´´¥Ðâî.A!îî - !ÄÝ=@B‚w‡úüäœç<áüÇ'$wîì½×Zß+ÙûZEkFTé²]´i£·M+©Þ®æÛQ%&ׄ/<'ª{qÒC+¾8&hx° „eÇ>WòW–u¼åÞœn{{ýøôÝÕ-'´tA_ÿdÕÖž·7B‚¯¸™Œ0GüiŽ%::ûŸ%5ªÄøÎù:#ñ}žáö}˜f°§É˜÷atý¶£ãÝžY½ãÅ´M(Û²Öí˜æ­X.òÓK/ 6'žì©}tÌŠIûmÝŠ­ôòª/ ÃR¿cÕ<=®%–ž¥”?ÿNÎ;bï[Ñ…¿Èù¿F…1í,«{ C§üÊjxú“{vIÝùfNÞøÐÇ)»1"(¿·¬¨Œ?ð@J?FX¼O“"],FÖ=„šu'°ãacö\Ò¦Pµ¦Gf¬h‘©Ó1¾Šˆ;î‹;²~b–¿ú6Äíxîg´Þv’ÊÎøY%—B]%·Ü¬”KfRâcÝ%×wlÔ–u µ}Y ~{ä9/o}µ ¯}´®«}¸0TúhCߘ´ë‡çïûÈ­ïýÒ†[¶ceò¡Ý ‚m¸lÓ†(ø4JêØrbÊgbš6Æš[}Ù@,›êo{äbæýj&䞎±Ó_›HjŒ1ó,Ôš #]Wõ´š‰žÆ;ZDÚ/¼Úø“Òæ§'…7¢}ˆ7K*VÛŒŠR§À柙ìÃå¯éØ-«jxÚ––¾aÇT,ÅÖÄŠ _åŠi™Ð(eÇO„È÷a8¦©Ûßaêǰ€È@Ëc¯ áÖ‚Qöe–¯ÜpâªÕÉórXZt‘éfÕßQA³ÏyUw·øº.tñß-N{ºA«6b››ý»ƒþö’‹“?%+zùa„Žþ0Æã®zˆ@TuŸjRÞóÍ0Ùúé>ÚçÞòdRZuÙÇÊ9ãcå][´à*ae¯þ@&_Ýñ±…û\[¨»ôš•ü «âÞ7¢šûÇgÄ¥×ýXÀŠÚZœxó³)åþ‡ýï9–ðS^ÖÕÝŸ•—_Ùru¤}™äŠ6ܸ‘VzÓÏ-»ù%Â<Ú; ÜõáëVõȼ-ä]tpgv¸éá¼—/{ù#,÷Á©1iûX>]Ð3&ûk_º«n B³¢—=ùÆLJ?·nnÍØtÂr—Í­/÷ý´˜ÞÊ?O÷ºcc¦ú8I%ÇêdŒÏÛ³>O ›ÿ™hWx¢§·<ùÃ4÷1ÊêúõÉV5ÆO /~´´¦ý{U}è„æ¬«:’f¤€ÛÛ¦Ø< A27”À¤={Ç»usgò– š¾iCæî{©û#tز_¾j¤T¯hXAQÍ5-<é”’ô½ŸvÖÇ*=7.¬»Ëgï‚ÈëÖÌÓ]-ÏB] Ï4à¤ÓAfÁµ…þæÄظ¾s Úîö# -Ï-è}‡WÞšW6=[µÂs¢jÐËݶa?HG-[ˆ5S -Hâš’ùß%®âŸY¶h?@/êðù#ÂÊ+s1ýy0Šk;ŒPñ98qÍÎhßpöp×Ýd' p“Pòì{tQü/ƒàŒ c’æ{‘PΚƒM^r°@óDÁáƒûi‚#8²H+&L…›W}×#¬¿êo}ºëc°¿Lw+?Œ3I;>bãºX1“‹zlÁª‰\³`¥7Yxm ~!²j¤g(ª'ë¹? ¶¼;a@œôÔÞÛu‚2cñÜ0g —µ¦½ø^ Îzü1€G|¢‘7œ°ìƒðiœ€ø¢À¶¼tÄŠÜdçL ²ÿ»Üeþ8A„nùù‹zÐËðùª¶íi,¥!_Á -’N" -Ÿü2­ÖlºàeZÊi7#ólPXw#$mI˜”öüðªaeÓÍÁ8xÅV¬ÈúÏSá–Q³noKYsÀsWøê?¶é_ ¼áQ6KN©z\™ô÷7“lÑç9¾âã$í¨çwÕ’¾õÙ´²öNh¸5aÊÀhÒ›.F•¸ü?±eÏÙ’´¥kˆŸ3p >~ó£ê'­úw7³þüxOûÝ9âµ›×py¸=ûÇÖ¢ó&\íõqQóÍIië½ðņQ†¾ÖSÊ®ÌÈ;3¶ø²U 2{É‚*Z°RêÖ\lÔÁ8—³áeÂæ­1íiÄ–îx¬í}ÍBªœ–u$èЙ¿tU?<1zû½•XùDZéLâÝ qÐì'g£’¶¤˜ž8Ê)8•Þå_R#Þ~Ç©Š?¥„¦ýá`T_Bd?85ß×ðê“ ˜é­»`\ °Ó~•µÝÿf éÉ·fdÆvÙÕœGÄU'\øv× -5úW˜ù2Bï[!åËʺgS²š«.AÃUtÙÛßúZs~uà‹Ïyر¥ç¼¶\ùï±rò¿>é{Rþ³£‚º{6Fù]J飰ôÛß ë_þl#æü1Ý×rwÕÉX56å®èëÞ|ÁG8ä=/¾.–wkv}°¢UsÇ›Y(qýèÌž!Æacˆ–sgZL÷€·¬½‚7¶nYÛš¼ lNZ2v&o{0å»:dj‘¯ÅýB¾õuÁ’ ´æ§£Â†»óòêø SCŒG€yënDá‘Ó—)¶à0HÃÌIe[JÇ–Yy"!¾FüaaÃ*Þà¶bÏ]¶`«—ÍØª¾l^…J×€÷Ü„–#<‰^µÐ—bâ¢FÐ93LÊ™€<7‹.ªQ™¿GåäU#­vÇAiÞŠ­Éí¹3Êçmúȸu¦yÅŠ(š•¶½øÆÝQ:ê}Lƒ½ ‡a*z?ĦlúÈ7©Õ˪º¦Aæÿê –Ÿ™‘5ÞÙ±! -?é¸I-³Ù_§„ú¯“‚þ¯aíã8ƒ°âÐçõÄ•£~‡fÊ‘OúíIIõµˆŠÙîû¸Íלôê³cüŠsÑ¡¶Gs:Læøtª[z.Müž\üúô¶Ù2§h¸»¬n~<ÕWusøäÄ`Û³îúë -zÝåÔ‡—Žc²_ý2Ý~:Âo¼nÃVý­G”_ ¾8Y1.ÿÖ™¸ú'—sšßž,xyý8(íþñ©žØ8Šî. 7Ü ‰Š/éqɧùu·N(¡¿Û0v¤Ï…Z|ÞÕ°öå¡>ð‘àfBåžSº4\{ÇFNþmBR¿f&ÖÈÑÕϦ”¥3òæ” Qcâ‚ òj7v‹êÖT3ùù·órRÁhª0(f­i@)vZæE+1é·ÙÁ¢ÛÆÚsvÝ œ¨¬2Æ €ä]’¡+Öí¨†µcš¿LÀŸÆ±Í_'høU ¬0Æ0—´¼=´a€åé±)¿Ûù׿eí‰Ë*P⢱fÀ—Ô̺5#»cÍ*À-héMójBñ’•Ó²™³Ãˆ7Ë:LöއƒŸS ‹úÚ3Λ©¯?†Y]KZPê–7ÆuãLâî±uÙÒ‘¼é'v„8ìY%ìm,Fšc YÕ¡‹‡›ve]Yѵ¼Z³"s£f|iŒIÊÖløŠY ìÍá8þ5[÷tÅ´”¼j¥oXcŒ`EæïZÿYàHßG(ØØš«Ýò‡AtÍ…i?g2>EXŒ!:æ DA-;pÕ!ã}˜Åú:Éük‚Nþ4†oÞuã+׌˜ÜõX)È /4o3ÆKNX‘S}uÍ@©œUã -&ú¡¯¬úËóýÏ嘬è`端äü‚š\½î1c|V½iëLŽôU\™”^\P5Åo»ñµpfüb5Í_ClzŒãëW¬˜‚¨új¢¯ýñ‚ñöèlÕ~€‰9ò¹‹Rͺ“ßñò¨ëVJó¢•Þ2ªaW8Ioݽð„i¥,('ç[¸à;z\Ç5#úÈË¿˜’ Ò§Eˆ—!Aû]'½ã¦Qwf„×xMEª¾J/~þšýÛѼM*QófrͲ™µ‰HÎtŠœû›“^ä¹Õ¶<(·§•GžÆÀ×[vBܩᕠ[øÀªó«VLã–½-yN^sc¤«ä¬œrª¿ííwjXæÏ’æø°†\ÙQœü󳋿ŠïÎo ™á®’k!væŸVøÓï(E7Žõßv0ÛnIiÍiO3ªnÍÐh˪º‡Â’s.FÖ/] wÕñ¾~`J{ÞÃÓ”¢ø_ƒdäç"èƒØ¼bìx7 Oú™Uzï$¿øÞ±)QÕC£òi뛫§L¤Âû#TðŽƒW€Ó¼ÜÜóƒÀ×ßR‹ï3àRÎF‡êž*ýng¿ú× oàË,¯ïó…°€U¬9 9£’ú[:\î騙¬|s.ÿÑÅogÀÊ]kÛ›eEÍ­UÝý…áŠ[}­NñʯŸr³RolbP%ñ?"²ÿèjzû%Èf| sùŸClæþ ²íƒWl:Zÿw‘Lýh/x|sÝÇ}žêu|š;ÿgM`ûßfÿ§¤nAS~kÓ‹nëƒæÜÓàJ,jÁÙ *PÒŠ–µãFWúEÿ -aVí¨¼u'£cÙFoŽ aßm8Ø[ΘF´àcúø4,ªºn¥–þ¥€fÿ8ÝÛòtÅJk÷‹›îOõ7ǺÉÍFÈíŸBøç¼7BCÏY(ÕZbÑ‚ƒG^t÷vOèÀeW/×ǧïØpe»Vdáû®aÛ Ëßu¢ŠwÝÔtŒƒÇÅÀ»rÙ™–7ß«;Ó~tâÓì)ºµïc“—,ÔŒ -ñv×KlÚöa«¿D(ˆ/“ìnˆÔ¹l…åõÔÝYуJv|غРðɆƒÞr²à‡>|ëQßùß´îù© ˜F1Á3wB,úš‡†‹1RT Iž1À³˜ò1xÙCm†¿•BãçÕ¬†u»´û¨oÆ’ŽP03€IaÒŸýÙ?+yç'd¯cÏ{ËkÏbñVÕ+§Uøœy+±bÙMÎX˜MóVZýÞ‹ø)ÌíÚ%´¯ºù1Íбlg¶nx)­ûAbÆ„+œ³“k–Ôºýà‘ߺx)Æ«vJSL4,é)K&RyT…É - "_¹­×mlÀ5=ª (ª¿m"äœwÑÊnŒ‰ /¦‡SJzÉè §È?È)œRóôçI}ÑŠ.˜Õó—LØòUµeÍÅB­ú¸ØØû—…ûÛž­jÚ^~ǃ¦nMôÖ_*:žë E”ÐÜß|̺+Ë2À,B¼sÏ:xÕoÖ=¨ÊpËí°¤íáô`çËY96{B†ÉZs’·ä¶9-<{ÍŠªÿ<Íä9ßõ -gÕ ÷§cñ?¯o½`&”U¬23üTC¨¹³nCÕ͈jþžW^0r~õ1óÏŽtÕÅGÄ€§KFtåŒUï…ÿ-jK½«QUïcënNÓž°á@—­:0Q4{/Æ1».{DÎ=ù±6ùî…mó?‹,ñfð˜ÿŒÃkc575".½:.®¾;2„..{qïdãÛç¶F ]_9C"D쪥%5Ò“{ÁJþñ HEnŒq©ÓFjíh?2qÅAk>ÊÍ«bylîŽô”™\yÙɪ»»bÀWëÈÕƒ¸Ê vàѾ -9òº[2‚SÖ,¨üE¾|Ñ! ¬z{ºWüRÙ”­ŸPHÛ#:µ(j`/ˆ¥cÜÒX-Vbsϸ(Í›V -`ÓNìŒPÀ1.&oŒòh*ÀÕÕ’x8Î }œá>ΰùzïyIM«|Ù’ _¼¨§T.ÙÀñø‹¨‚T¸b@&bûù5—'ûªïΩšžºxÅgÂý€'›nJ‹]wÇÎ<Ú¥!öÇè¨-7µý €¬ü× ¸æC¸%{ÙÞ–tô]Rñˆœ\QÁSÞGèÔQü}„ûÖÕ5®ëÅ„ôüV¿™ì‘6ßQ#Á_öÀEìøbÇÞ™µeC”¯ÛqMQMw{X.éèÐ7n!¸ìŸivÿV¬ÆÍ*:ù¿P©§ ¨¬sÛ±ùŒåNà‚Ö¸`á"ç¬|øJ¬–¬ÚÙ E#½aNCÈ‹ #2ØË#±b\M+¢”E 4àÎXìµ1M>oÀ•¬YiͱÓº5ÚÅŸw²¡s.aÒÚKò+$mAœR‰Ûg ìæ`74yI.ز›6\ôÎ15¹H„®:ÏnÊþ9Ô‡+Y6J#2ÀOWÖŸÓC·×ĺ'·äíf­ -8k|ÅI®z˜ˆU/ºì 4¬;Q…+&`Ò²–·:BéÕá -èм è‚„[zë¶“‹Z·Ó[·”Î5 ¸à¢µÎ;˜À Ÿ·3ÎïÚ -10±ÚB>òñÜõ‘ÛöTÈÁ(½ã§C­¸¢‰Ax₎ְ`f·û…À[.Àݰ¤áQŒµEUM ËfHî¦ÜêL´§íÑÐ. 2Øü$,+¸ù~¬áÕ‡pkö^ˆ€Ø ŠæœRሜ˜Ô«?N÷˜>Ít)ßGhÄm?¤pÛב±ãC”ñM;~BĬýá² ™ÿ>Dhß «¶½¸šƒÿ;ƒ®[³a+'‡ ‰nJÇÉÇ¡-»Ø¨ @ô>,þËßÛ.ô‘WIѲ‹Ü¸`åvnŒˆúÇ”Þþ†¤U±}ÕOmø í+lýº› \uñðnAçÓ<}ËÛÍŸ7Ó¢ZJñ‚‰Z5‘jf-Lð¬CÈœs÷ -¦Mì§ôvÒ¢Œ˜‡… vV{l¾j–-øê ´dÓÞOt ìG8‚í£3NQ¡~o’+ZPÚ·CLâÚ 9㦵/èÈÍ“²êcÀÌ´Ú‹ã -DɪG\²*7cܰê$–løÚ%µ}+$ÜkփႛֶÊö'x½Û!*ÐJ cÓ¢ÚØøØ‰-ÃÞf€M\÷³ÐÓlᔾñþn›¹âPÖ:bÍ-Ÿ×u$Æ´_Ú–«åÍœ¦äú‚¡íÕ–3Æ‘1­µË×k#|æÆ˜D½êå×b5,¦ËJ&ø¬9±r7Èë: ‹+#]’~BåM~{Æïófps´K°6Æ£/11“fRÙ’›[Š1غŸÇÚ ‹†í1]e¤×®ÆßáÒæœ\ô„µ1uC¢f>8¢–ó'­͘AΘ„•Ø:Ÿ7¢ —Ìè’ ¾ä±6lÜæ(‡ríuoO³y›ã¼®­énÕö¬Ð´;+PíM²¸k -lÎAªèůÃ*"fq€ùgbÚ®n'ÌånŽ3ðóvrÓæµ:ÂDÏ{È+#4èf×7®ìHšP·Æ¯bìí 5nú˜ýInÏ—ÅnÛ‘_ÀºŸ^q3à;a©{ÆDïœÖákb÷Cßå²÷œ®ƒ‰îáíñnÙ‚uàJ—|¤–µ1~Á‰/_¶u¼~tþ<,u|ˆôyý†y«#¢$çMéø­î!^X}zDŒ*Øá1vü ôšÚz´g=Æ7›dÙ†_ÜãU2jh ¬sõ NìZÉèà Yd7$5/{y¤I#µ"¤`¤Ìì šßÀ–ÿÚÝœ{sIO£îEý;£Òn¬î}'¼`a6O©€¢«ÎÛOÊò÷4?˜7Ãr—lÄÚ% ½eÕÅÅMªyMÆ~RHߎèÉEK¶.LÔ"eÍ:{˜Q+»cTKÑP[gMRNØdP¸†ä(oOWÁ¢¦³i–ÒWŒƒüy[/}Úˆ(\´5¼:Ç÷GhˆÃX~ß xÖ½ŒÎy±xAO©ÞòPÛö¤–m¡yÙIFtäâY+³}É.¤L*9!aÓµ-;¥eÝÃDnøY˜ ¼ì¢µMê…ã16ßö -Gþø‡au'D†-y°U«>:|Ã'ìž7wábV–¥OX0¢í-¸$¢u¯H´jg#2H’¿«áΪ S½`æ ø:'·ñZx ãéa¤K¶3ÑÕ¿d“W<䲃޲lÇ—Ï™¡ikGžC!^—g’â’B’fm½ì1Í0uÜÀkŽ­õص'­|hÔÚÇŸ³õÙ»™ùŒúê?' <Üæ¤H½Ëù{ÑÛ^´[³bQck¶zÊD«ßãQ÷'I°00ç±&샒yÏ~Õ?`œ² J¬²¾Uw_¶Š/Mó ôÖ;8¸Gƒôª Ÿtx'Ô«Ù ‡v'y½Ë#TÈf˜ŽÙ™iw§¤þ½ù^ßö$2o…æÍYeË#,„Ùâ¢fyÉi56g#Ã+#L䢗™2s‘Ûãéþ´Äµ=ÕcY -åË#<^Ô†«\pÓá+Áž¾íX\oÿ0 k~líö(²r/LAïMˆ´[©mÊ€+š³ÚvÂ=Ú¿w7̤ÌÛ(€q&kÖKlÙ™¦Þ/0ÄkA~}”ÇÜî’ïó»w'ð{*fÕ/U0ßcï³ÂU]ò<5‰ó8,‚̪åÔQ;×ÞEyâïåeLK[§5:A@«¸ºÊÍ<ô /šõ~\lÜ ‹ä«.1¨§–¸•ì"—JŽ4 hAr¾4UE_sÐÉ¥+†Þ®]Ÿ¨{ËÏ‚ÍY¸Í…¸Á!,4qrôÜÁŠv ]Uþ†ÜötËÛ'ßô¨×¼ƒÆq½â–A,}Cõ®aY[È î2I‡[uݲbç€9ªõiû°Ufg(9úz9S™‡o#Ü$ÔÀîôÖÒžjÑC™V¶Á×Û˜×ò`_",æ¿§Ù‚£^!;¡< èip‰µž^e“¿¯»dÖJ¯›6¢2m„º µ‹ë^µuÓ^Ûèøû¡Z¹•ʘRQÚçÌ]¨Yµìá3"Bå×h5cˆM¼âý§÷hŽ–üâîQ½Ê$@=”ã1W¼2I󌽗¹ö¬8íA9­8 ÅgϪ¨UË1Öu - Ã2BndUÕà+¶|Ö²‡‡Ÿ³s@ÓF!tT-hš61Ý\ø¢“ÚÓúQ3­: íi³*µ(µP^æèï­öÉûÛíÍv¹žn01Ì}vz/aðÊyêƒÎÙÅ”eµà‘b »è¥¶niˆ˜–X С‹þ«yy˜1£iÈ£sÈGŒæ!§|°e@(Oçs•I4¢ì>¦CzÓοÔ]ÿ¶ñB-ênš1òAËnzi„ˆzH»S<É‘÷ÕÁ”ȸaÐWGÙøÅ¸7â‘}¦>´E.©·÷\ò¾–I[}Â.zå`ßí–©yn¹Ôó ¡6¤Ae¯zøÄ­±~ãfxhlo¦×±3!TìOò%g¹}ïç©Ìÿ¬±dÿ^æ©>Íò‡÷¦X¬0›6çïí™´ t9zhÙ“–nBÄÖMÑRËg<æî$ƒµèA×L›p•+‘x;ÔoßëM{¹ˆ „å·XfÙ[!‡IØþ!ÅøJ„’ÝÆ«ÓÕ4sI?Íð—^o¯%]!7qžIˆê| µ¿Ð.Ž óÊæM݈õàÎ7¤w -,Y§Ra†Èl©dÄ¥hŸÊ)ú4›ÀÖâj[¼¢¾ -ŸLÖw›k†èÎÁþº¶ }±>v\ËùZÃüIIéÉZ÷ j¶Çz‡£6!ů`•:åíºT.ó¢†(ÓœÅ!èŸuÑ\9ÁD‡€éÌ'a5OʈçeÄ?ßeÀOÝ»_v,þRÆñ‚ç?Q€ƒ‰j¶·Á#QWl¸ò½1DÕvS¶ÐºžÁº1UBÖ$ö1†^êeú&}o_a@!G­ -é¸E+± µ*Ù=¯xáCA'âN{FÊJ$mF®a¯8¤Ý›c½ŠÃ)aLcPÈ úæ—ëvhñþx·<ê7Lz4:¦A*)Sñù)jN_i›ü)Û  ¨îmæt%Sš›•ã Ï|bI‰LúÛÄÌhû¨Ë cJÉ(›×Q*Çeäi·Ý§Õñ<:Ü£„›ºóŒ½ì$³l°|¸×\%‘„ZhhÅ=,~›Kf‰ø¦“œl¶`Ä•þôCq>ûtIµâûÛ/ q]+:þâ9à»Ê|Ä,$û†AÜ“ÖKP“v¥ÒcvÕºQ©H> -£‰æK)‚ƒ2"{3 ÞEv/ãÀÆëx¨é*ªcø|K“ìrM•øÏÚÊ_K*¥ßÝŠ¯»z­(.=ô-ì¸$Ž·„-&ùªO"4ñ:Æ ]¿QÁUi=\zÿL=‚9›#ÍváNsÜÓ—è(¤ãáàÐ(!`ÕôÍôöO»Ø0¿QÆÑ¨ÝâÁY…?“D8¯$§O=|Ôx2õ-êûŠå¹¥²o_½#»y¿1îy2îXbóØ…›Mq×ã1q¥µö€–‹¬òR¤¨0ˆ…9c*ZaPEÊq«dpiÁê™­&òÃiÇõò:ṆvÝ…ævÛÙ´TÜ7÷ïU;.)îöÍÂ¸Ç à¸ß.UŘìÜaS&Œü6ŸÁÔg58e:íhÿ <”È×9TÞTk¹‰@ênሾ'pŒûÐ÷WÒ‹†óòð¿de´ü‘—^r]ÑŬ[v0s^̬Wă¶FšhºÙMn%„o6)JÍ'OÏ#}óümgÜåGqßÿñ,îö­’¸—©ä¸[Ï@qç¯ÆegÂOÒðʇJ±®Ö¯éíðq -jN¡tây}Áz‚`%J_~ÚA -ߪ‡ûÎf”vóü 8îmáxNï›Wéä¸Ëñq¿Å®uîFy܃g°¸» ˜cwŸÃ¿­kàŸè±”¹rȬMšsÈ$![?׬î©W%¡¼ZÌÄÅ -ÐÈ/%­ÎŸRK¥'î'“â~¿RwíNc\RíØƒW„¸¿ïwÄ]‹‡Æ%fñŽ%dŽß{E=ù<•q‹U_š3ãî펺xt¿µŸÁ£ö<¦ÑôÏ©lÿ0vìf~õðw ©´©…ⲋzNܾ_÷ð)ðø»,Ú·)üc¿\Êûþ§çqߍ޻ˆŒûãRͱç¯1¿ ÐÆwÆ¡ÑÞ¨ÍàžµK{ÆmBª^3 f ¼94é -€,Ûmé /Å7#G/µÁÇ.7¶Ù~/)—ž|“Î:™U >‘ðyìì_™q÷âq76Ľ˜sìùKÐq -z躌Dºíî‚%¬:i C¿ ¨O¢+çô„JQü¥·±k>ɪUœ½—„=uïòXj.ÿxFÿ›gIˆoþ¼^zìñKø±w±ÇRHqݪ»Ÿ‚=–Ù`?YÐìýJ‰¼ì“Øj<Ú~èÒ˜T½6Ý7bsU=C3rÏj9”5Æn4·›Î”Öôž~ü¢ýÄ_7jŽ]yÐw#¾5îÆ£–¸Go°'¥ÑO¼,”(h²Çr„‘²¡>?ȩճÇu¼†Y PàÒ|ê#.Uù„ÙÊ'‰ -Á´åÇÅuêŸßf3OÆbîxR*ëØ“D\ÜÍ{­q×ï6Ær:.>“w5{üÏ[íßÜ|†>žV¢ü>¯ÅÿwE‹â¶”¯,™s³© VDö¼…\áSö4öóU9ݱ¶hªI‹oCM^ÀëÛ]¿fŠ¿¹ó÷0{üɱ_ÿÌŒûù÷7ÇRó9§Þ¤!O×” ®ŒèY§§“4ÉäfHÏpÎî¬& -f³ ´ñøzˆî|Z燤lÂÉ„ ì·gnûî—'q×5ÇÖõxa%çg,¸ïµ\lzõrüœƒ kHycjb¾WÃ(ÖªT=ƒ!­Û—‰¦j†¿êÁ®Ë/ó¸±Z<~óaa\aïT~ü‡äBÑÉGɸï’3i¿75+®á1²ûêÖ‹q5+jÄç.;)€y;>ia·YäÌ,¹¬'¯WîlgôŽ—£)ö§(’ãï¹SÔ¤>ó4øÃýmß¾ÉÀH+`È.gþVÖ*½X UþÕŽ²\£|¯{Ùžb“Ô^v ÈóŽÎÜ ¦3ÅkBzdµ½R P$ó¶ÒÞôV˜æÒ»â¥3N=x‰>v?[Ç.Þ.‹{šŒ>ö4wáAkÜŸ±õ(—Zí=U ´Ý$2ÜEµ«kÁÙÛ=®E¤ú '#f•ZmBòFêCÓÈÍÊJôa}‡ãLm›é—Ü -áwg¯–Ç]¸Vwû1(îÒ­†¸?ÿ.ŒKx;–S(8QV!ú‘Cм𠊫fM´ºE'¹ÑÔƒ~nU ‚äƒÖv:KÿœÞ-Ç‹×JÁÌhrÜt¯¼IúWcÇÐy Òp%«®ïüíDðw )c%Ü“i•=g²ºovtOi|WæÐ°9jê͹­›ãlÚÎT×ШMŒ×èÜ|±*BfHƒ5d¦ñ%‘$¿Ob¨CqŠ[U­Ã·ò뺯åTÒ¯T1®BhŽ—ítçݚȨ“ ZYƒÛ01H¡sîÖ´‘T2kÁ•DôØÜQ­\ÙÃÏ’õ)*û†ÌõL&KWÞ…ÐlO‹š/%å ÿ¸ù’ôý_w›Ž=y‹>™Z!þ-µfð÷ -ÔÈåÒØ2„æN'ÝVÚ¯£úíjÒ”_0­i~±â@×oŒò8›˜b0˜…u€Ì“6co!ô¹—M豫u0ן…õòïn›WÊ½ÒØ>ð€EÓç:¥.RHoQ,zeC1ýìxæÖ\Ê £FN½I¯DI%CdýL?ÇL–v’| 5mÒË9ym§¡àî ¬ê®¼ŒÂꓸlM‰Bbl² ÷×Î;ȵû#øæƒQLݦ Y´`Ää,š°y~:Ñ!çU˜ŒšV§†Ë²>}•¤×VÉbÑÄÁ»¤è&Õ“=çñ¥©¢>éqÿP†Jªkô* øyë iË' †h˜¼dÖA‡ƒ}>‹~ÈnÑòu†ahoow -‹Ñ÷I´ÝoF:ïdUôžy“Å8‘UÖýÃóTÄÉÄLÔ·©¥Üãï*ºN¥ÕtÿRئü½ç‹ïïa<&{÷˜šÛ¾å§€—]èše'°b’&<=xÕ ?G"‘dw+'0tÉ| šH„R¼x÷Ý—ùô_ÿ¼ZpìâµÒ¸gIÐc¯3?VÔrÿ†€å·8$Ã+»t¨vRCÌŸT‚^,ÛÕóFZÂS€ yõ*)åùа¡Y2àôJíå’a[“H¦¯í)Òø]Eì/hÇ©^´A¸×‘$Ù#¦ÔQÛ¯Ò”kµƒuNÓ(â£öà ì—9*õ_KLá§YÜ@.q‡È&‹¡ËdÑRtÃý•jIoŽ¢¯'kp ?W6lj”)íÃ:€TjªèWyñƒfQkèňgS&jÅœ“_pñPKN6Ô× y¶d'5¯pi«c|Ö´GHõ»ÛôÄ´vóßR>ò¶xHSJé6¥uâ7Û¨¶ÒjhO:7‚ër¤âºlo½¦w‰6E¬Ðר½.ë\¨¯s”Ô±êenøÐmû]Êýi‰wi¬Oë±É{5ºaÄBÕØÓo(…@Ìž@!AàÏÅòjI½è¯´2ê­¢Fö™›Ô«‘!Ýv .¨Æä„{*l¤××–ìØŠ  -_ÑsÁã&1bT×ÕäUŠë}I›[ÙÛ î¼RùÃ"Så€ÐT§î3¶[ûµ­þÁÚ)•¤}E'ïzD¼ƒ`—hÛGmªq BþÅÜòÓaSfj•_Í©´J(Y¦BªÃh*UÚöAi®FÌOwªø•^}/ا“B¦ƒÜ%7iÙ+À¯ûy„ý—õ!Âaïù“²ª›Ií3®pZƒÏž1²#Ön䈖Z:å`'ì=ä€S£u\Wò;.ëD°Ûöá®—®¿cÌH+ é°éóÖÖ–Gnß÷s©ïˆÒW[Ò²¹óÍŒú6j¥5/- ¾AÄEÕ1ʽjZ‰CÞU¥î,—u©² Ís,Vy‹Dµ%` ª»8‚ð•)}ÃéVç‹z3‡eÒ ›²{+ °¯»ù¬%3¡îÃhW÷çpö¨'À– ””ÕÜsKên8û¡ å0R)sÂűµ*ôutBˆ¬Á„Öfä/͵ _ðHÒeA÷©jHp(5„°a¼ §Uìxqõ;<àã(1;ÔøÚÃθèeŸ (M¬!¾ñ1±1ëLÐL'.Œ‹û'ì OKεÊð)& þ¥]NK±ð[æ#<êZ„ Ú›áˆ>ÎódŸgé´!Tͧ¦õC×¹ÀÔEØâ逸gÔ!ãO;{™»ãáÖH·`ÝÏ'oXˆõ¥uÑE¨^p«¢lÆ#“E}]”µ ·æ§æ¬ÄòU©qÅ…,_Ô“f•­Fˆð¯³"ËöÑoí~bÓœƒÒÑÀÞÍ›[“—Ü„† §«é@Uå¥×­ìsêÅ%ö×À©s÷à¦=,Ь“Ù¶á >Î -TÛlýºUx8E§}Zè{?+ ìMr{çÝt°[Áªr+¨¥ã±z8f ¹ŒbIÝ Ð› ìaªRšqæ0ðkFìøüµI®`?ÌâÎkš_‚’ª·³š¦'6ZùßÁndú¢Ž\6’ëfU×c=•×ý ·— Œºy³2ª¢V©ÈÀGÛ6©èC°gøsˆ†ß0µ&-*÷5€GkHê¦?k@èˆ%7¢ý­¹ÿ@‡^Hî® U´ãB•Žâë~B㜓޼êõ}ÔïGè¸XìW®Ø:ßnº`Ùû#¸º}?¡á`”Ô:oÆä¯9éíŸÇi¨¯a2ìó8ºåBWΨ`)“C°—SjtêèâUÔ€/Ÿ3¢‹æ ÈŒ-7¾þÈCzÍ y·¨ïL‹}TÑùlF{5­!—̪9ûndùáѱéý(®qÇ:êkZ}0B…¯¹hm‹Z픓7©@WÎjá©ã²¶§ã2È«ˆ›6a‚šžŽ1»xZG*Xw ÈWœ"Á†\46¼^.º¾kƒ–Žp¨Ÿ&º¾D„ŠOG>S~PÞ¢¶éÕ®›Ž<å°‚Löº Xpb«§"BÄ!¥ût<€£þ|ÎÄhÙ°3;×mXÀ’­³x׋ªÝ÷£küTPìzòOv,ÖÉM zx꘸äöª±%ûsÙ°?J†l¹Hí“C-OÃý ÏÞORØûa -bÅ«7Zxöœ˜²ïEÖõï8Á5®ÚAoV¬wÂdä×(™´íeö];ò0з¾ÞsÃËþ3CDíNQñbYXC.û<Ë^·€ÓgûîN -koøØeW£ýö¨²£Tè¢ppËÿž3‚Ë7=¤æYuË£©¡ª[á¾Ò«QYùÿ‰`Ûÿß ûŸ)†ðp ü0I£|™{?Npz–õM¯§zŠ®„{J¯Î«êã?L`AŸ¸Ã;ãØÇiê׸ª¯ÓL᦭³jA]™U^×Ô>ùÂþ™Àwü{†ÆÚ 2˜óVbõš—Üq0)ÔDÅ®ƒþÐö8“¶ê&4Mài\ùêXÏðb@,žó° ‹.Fû²Ör0JF|'¢?Žâ¡ï=ÈšO£èº/ËB×ÂPÝÍm:7–ûKD°Œ+F\ñí]¡tC‡Èܱ  U¨ô54yZ|n£ÿµoaAvtøª]0#éx¹kF}ð¢*ßû%«ÚÆ~îAÝãjé“ÿŽ3é_ƒÈšu]ÅÅá‚ ›Æº‡;hÖž—Òzàga׬„Æe#øÿö íy°5>xáš±îÙ‚²úájlŽt7‹dÖÇ1bû{?®qÏM¬ß´²”­Ï¦úÛî/©Á¯·˜òÉ¡Öçc=µW ðÌi90kÃÏXצDÅÎö–ÿí«»5{΢•ídäü´¤mIÛqQ@³C¨œ "{a¸íÙ†¾3ùÐËÚ·Ã2çå­\ì¢?ðŒÓÛlÅ×q6ãý¼agú±µ»T᎞±ïÁ×åíÙFzáÍ#‘ÙÁæÌM]sò{70}ß x·n.Nü2Žø1•‡~RÛ{›²ëá06Ýtȼ–±f¬~¾ãiÉÚ§¢·Çèy#ä튔¹ïÁ4¬èÚ^GDU×Ç…%×w­-oöìÀ×ï=¨²ØÿZ׌°ìM;*ÇOjY4ÁòGp­Ÿ#жU¶i‚¤8;3þÁÿ;KeÄÆ¸|ËÅÁ‚]?¼çFÕ®YÚS6lŒ5kgÆ®^°å€d­Y@o4-O>‡IˆÃTí¡T¼çjÉ}Ô ÚÖ™¶ëDþ3Áæ}™fòçõ/— Ðì}/ƒ‹[ȶš±keìZ@™‹Ê¶„e8eÓ†©Üuãkܰ¼ÿ„ñÀ¯£ø†.hèöмòÉ\ÙíyÙ­ÿ]¤°¾N‰kVHö¼ª3ÿÀ‹m;”}ŽtV|Õn8:Šv¼ð’#Ï•¯S Ú¶ ^05Tý2"+OÙóÀš?‡i´/ãèö-sÓ»M3 aJ z»î¥Á>NqÅÿ™¨?L³¸;ayg”‚Øõ"ª?†pm{~\Ó®Ysâ»Sþþ4O¼ì8òÂny²¨<\U6>^?òÑqvfýw…Æß1µ&n;SÂ-ÀW§­ÄŠÇ‡VZÓ®_¼oÇ•EÛÌ 5ÞYT6Ý_Qƒž/k1¹ãâ¶G“ÒŽ'&øý5–‹·í-oFxŒ2Ó~çüµ©…æï:(Àu(iEU{EY}ïÀLùà>ê;ÙšjHœ¨‹Skü?¡ùC€\Ñ7%Ìå_R”\Û45¾Øu ò¼èŠ='8kÝ|±k'ÇŽÒ±f€¤ÌËÛÅxñêHWáÕqqÅåiYíðàn(ù·U%8e[yæüiE§œÖBßühD¦üâýàäý6§oMñHo†@gß;ÈM»lÙ†®#eYQq?"̹îg¦Ÿãfÿ:!ª¼ºcÁU.i: c÷¼anOÙµC³ÖÔmÏ7TÀg+šöd5ïÂ(ñôüpKοƒ\î'/0ÝWv7Ø•z~ª/ùüð)+øàEVï;GÛtËÁ€ý;HAý!tìâ›ÿÏ£×Ïþ@TÌ)Î 4Þ]Ów-„únH1aUÙé)¹M [cu÷ϲç't,iÛ’&¥å·¶­ÍÉû£TúÇ õëò9„lü<ýÿ9zË·6Óvíû}ŸgÝ2÷ø´vf*S7*´…¶¸»k! !î./PZJ ´¸¸@‚{HBÜ‘Ê̬µ¶÷ßxÏ̶~(D®ó8ö}ÿ]rÍîå7’£µW¢ÿÞ6iñ…Æ XÄöPÅ}Ë46ø۳ȧ튀fLãSÜ2j¥WF‡xäô’Ð à­aH¬uþH÷&ÿœöUÙ…Í>ô#ë§À4JJÚì©sLr‹÷Ǩ‰æ1p\‡áw÷G±O—Þ!n)šËÏn¾Ç?õK…xã6Ê%!gºe”¼ƒ BÖ±Ÿw¬„G˜äÝ BÌÚ{ÄÝ€œ÷ÎÓ‹÷‡AŸöC¯«š’~%?ü‡T÷/t¼’U.ïƒ?`çüäŸc@>êhåÇ ä"¢&~¬üÎÊ«œŸWÚòNïöãŸ-÷1’–ÞTß<!Åí`¢öFj÷Ç0ÑûÃèÇ«]ËK,#ÌÌÕ·˜'݈çÿ¨NþFÆ/øÍð²à²±¿ü¶sŸfgZŠ®õá“~ †æ¼^æ]hOú^Q›ô½¶!û—ý~ØCÿýÏÎ{è=‡˜œgžº?Š‹3Žs-“ Œmš”?ÁŽüNľÿ£º!â‡õ®ì_] -R¦MÂ*]ï%eíöÖ$þ¹\˸»¸/~;˜{wó}ÑÅ¥Îò 扺š­>BÂú»â‹»ýÅ¿›‡ ·ÔißϰbYùöV_ÙCUkæO»ƒ¨H÷<º3ü`¤úÑv?²M×<Û‚ÝÝµÕOˆdåžéÁĽъ´O³ ­"ZÆÖê‘¢>甘ýõnôÊJ/!|€Sr•tóÿ³Ê®ûg¹åvò©¾#óŒ¼!îûYnü÷ªæÒËS¼òCm#Ï:EË´MS3S|ˆ}”‘”°KÌÃ5OgùqߎÑ#þ©iÉ>Ö=Â8ŽV¶düx0މzi©¼£nL=»Ö•wwúx½§ìÊò裠òU§eâUÃb1BÓ‚Ž\}‹x”²½ó¨8ã8価«ôz>þ‡·èØŸ>ê„ЫYäóÙ¦'gGÉa?ì}H;çœ =¯JNeä]û¯¹æÜ~-f™FG3¿¥¦^ÿŠ–|ý_#˜˜û`ÀS¨ëCˆhXâů–»aQ_@v÷«p9û#…7W:“ÎJkŸ;@zðoõ‹ÔŸM"Z¶HPô‹²­*,¨løe¬ -‡±Õzvœþà+‰ í‡i~Ú©ÝdŒC‚K×¶ç_õ«é•~-È£ˆ'{@ÿÍ#åOíÓи…Wç&ØIgÝ -JÑæHÕóå79¿™Fªì¢#ŒÃ5‘ŽyLêÞ6¹—öCCáãÿ½œe—àŠ×?”ÜX¹± ÖÙ&ªŽ¶ÏÖýÆç[fPÑŠÆŒ3KosüµÍf-ÓÀŸï‡ö)Ô¿,þ]Õ”sþp‰Cò?S½-4ÃÏü1°Àg}Z«m´‹a±ûù—LCÐ'{ÇÎx¢GVðç&—!í„$q!¿[ü€J;Ù~­ðšÚíJÁÎ`á%Ymìw•·¾‘7gÜôëYxayØ7‹](¿’‹(ÙîØC‚Z ü½À5OHÞî/¸¨nþº}ãÿôa³:ˆ‹{EÍúvšW~uw˜–´9Hˆ\íEÜ‘5_’Ö矕 óZj«¸¼7FM·Ao¨šòÎÙÅäÌýAr¼iðÜ=‹‰µiC<¾{k±½ðìpÎ =Ë<^¹Ü•vJÛõµ‚—øŸÅúìSàoâû«#>c¿Ò½€?5[¾õv×ðªàÂ(#áÛUO¾n‡Üû‡˜›ñãr/òþD]Á¥iAÁÅÍtä⫲+ÒÚôÓ†W¹T­…çGÉß¼CDÿSÝ„ ŸÞåÄÚz_~0I¶ÓìSÌó>Ã: ‹Ù(½ -²\ôÆ)vœž{i«•â,½ÕWqoû}émópE˜u¤ê¾¬6ùûqRä7¡~Û|¹·þ¦øâ 6þç~ä“ï“vŠ‘Ç*z©OΪXïÅ>×4B.8Æ:Øë]ÄdÛDM¼u²ò‘¾#ï’¡£àÚnô8#çXßXo¥äîŽ`#vú¨ –t„c¼ôº±¿èÚFOñ•¥7åw,"6Ê2#¬Q¿ªº²þ>”3éùËÕ”¼üô­Ð+ºö’›º——4¯ŠnØÄŒJû %£rmí]ÙwU‘ë]·ÖÞäŸ7 †öO+z¤kËûu½î•×’dM%çøé§Ž?=þÈ8Œ‰Ú¨yjlaèÜéÂÄüd#dX¦©YÃôŒS ÷þOOÕÓNÓ¿U}Xé=Ý™¤¼@Çã^ÿ¿A 朣ÞAÃgy‰¿H©?É9§‚ôS¡Wþè‡nJÒÍ)³Â4ÅÌUÔfÑAÆçD§jNüV*ˆüÊ2QûeƒM´ˆ‰Én9»j½»âîzWñÝÍ®²ÆÉ@óŸê_æ]]}—sî¯=Ë­"•/w—]±Î ‚ mAÝ‹–/ëÂ:ŸŸ Ò(B>ÙGÄÝ•Ž‚³«mÅç÷ß#ïY'ññÚ7ù—&éQ_­¾‚=¶Oq‹U-§^•þ>ÁÍýµµ*æ‡\̹å7°G›cĸA~Î/ãìÜßvGI©êèÝä³tU?ù¯aRÌ¿&©qÿR7äŸ5tó2ª“¾|öƒmš÷ŒaÀö@=ѿʿ¸ò&÷ã`éU»«}‹¼]_ñÍ h´0çâëÂë;ïAþé)¼¨®O9ýö¼ö³Wú ·;±Ï¾''ýlî#%¬w”_5÷_sL@·ºÓ:â¯*6…fZõ“òùÅáßÐã/z¥T¸sŽ\èšAÇ9§PÑcèç`­²4ù—dm…¿¾Âd^¦¤]r\²ýsàS‘A­Ø5C+YïF<›f¥|{0EÎÚŸdBtUwu-¥ /!וyçWÞßðƒ<ä”óZ‹.‚c}Ù#eBLÄøåŽâ‹ú¶ÌS†¶ÔõϾ^lK?½Øfo’ÔTñüßí°§?íÕ$úT´" óI / oÉR//¿œÒƒ|âðkö'iÙ£¬Ìû(i¿h^Â"7ºÑ{ƒ¨ð¥w°piKù½TÔ·]øèß¼jbkõTÄÍ85Bˆù~½£è¦eþÈ2dš¨ŽlAD?ÕX–`U -ˆÛ#äxeCñyCþ]giÔÆ‡òpëxyÄÇbÅ—56agœkŸgÀ&žé……ÿsõ¯¥æìßtMÙ—õ­9¿ÛD¥ÿØb`6Çñ“Âìs{"tºYÒHÍdñ/Ð+\*L‚YTõà@ŒŠö.P 7Ú]*&jª:Ú­ –þ±!ਕ³•bHäö`ÖÍ÷EW³®7Mác–»J/?ÀÃõ­!¶ÞéÃ>Q4gü¬hNüy¯nQ³‚rnwšœ-iÉ;·ÞKÞ›dfËê -~œ¢'~3ÅHúaˆùÍ85â2^Ê{½˜X‡˜W:+È9Ú§È*æ”o~ E™{î|ª{»±ðºòwã09ÁŒNßKz¦|IŸoB=ÐwÀïnö"ï™G qœtõëê»ËÝèç~E³Ð÷æ-òûصγž~m¡£_Ô$+öû?曊î«0§¨üž{ºèžkªäž²>ö§1ìÃÿ»ø"ï¼SÆ©ZíEÝ[ëA<´Lr;ا‰¹Ž9B¨“X}ôv.éë75Igu¯‘÷ÙV>ÀžGPÉ;ƒUÉ>©ä(4Ã]Ϋ6M¢c4¹g¶†Ñ‘›ýÕQÛ½Hàɤ„™ú쳜¤—ßÝt„έÌÓ4°Ë‹ïªZfˆÙ¦þÒë+Y¿,µüºÞUrÁ4^ýÈ£y_ÉFº*®ÙçÈ9МtM-Å6ƒO° ß^ywyåuæ5ë41Ù*aÎ×U^!æ}¿Ó‹Mý¸X[Ps±V:IךtMó2ÿ±¡§òîÚpu¼GËçlMÔ¡ßÂï:ä„‚“u6é-.÷Mëd•Šv*ð†Þ¬óÚ΄SÆIdÌ\K~¤êun˜CM©rk¿þ´Â¤(°ý  }E—ÜjBÖÞPM¤q˜e¦exU\ÄÁ5Å)¡dLA<ðÎSý2F‰u†S´3B‹÷Ê„Xã(9qéUÅ¥µw•W6 ×Ôm‰§5 glƒØï¼½Ò ¿½õù ãW;%¤´ƒq|”e‚«{™ÿûÎ(üÁF?äºi—d•òaÊÖÒsІÂ_ Ð[;}ˆ‡æB¬sœYdŸ æ:Kné;Š/¹æ¨ùv =Ï8о;†‰ÒuÁ”í•wVßV? *…øÝIváò;BøþHbcTP°5D|¶5€x°ÐžÿëÖ‡ŠÛàO¶ir²OŪØƒ?ÚFŸ$Môµnzîròš¼>ÿ—IfÌs¼Ä|Ò’UÖD] ¥Hj‹OÛÆ©é>K½*zÉÁlM´¢©ø·ùÚòó²ú’ߌS¤tó1Å8ŽÞL+;Zhn8Tò1†®òû}¤˜¦xigÖû`aŽy&äH×ÜpÚÓs°úi’QäU¼¨wÎÕ"׺±‘òöêûâðëïH9_ËÚ` ÓÊce7w† nl –>Ÿ÷™i ê¾k¦&~µ.âçœý rm•_A.ØîÍþ}¡ñÙ/k¯Ò®n}€>Ùþ¹ç˜Á$…öÞíg$ÿ ®/~ì‘s¥Ø)Á'i;²ÏS"¾›â¦ý*k)¼¬lƒÝ—´TÞ„&\ýf”›t=¨Àf®¿)¸¼Ôúwmÿ¦kÎ=·ò®ì†]J)¨Í¿’sïôÿÃɺûµušðª8hÓ(4|½'ûòâˬÓKe—6úQ×GpÏ;Éñ§_"¿µŠ)n1«Ð;KH>˜„Çlö—<±LTDzd5±1[ó–𫈜áW`Ò|2tîÑq´ÄÆ'È©ÊÐ댜¦™Uû3”´I\ôZ_å½1fü…AFÒÕ1&+¸H§õ솵ÑêÄanÒYã4ªà½Ú¦O[\ºi'kN:³ð:óºyúܧÁfúᑈ¤ÛÿáC"no4÷¦i=Ñ¡ < -dìJÑ•Å÷…·ÖGAŽœa惺¼o™ §;ç9åv9¶5ˆ°ÎR¬ãðŸ›`¡¢—ße_Z{Ÿe­zÍ9Ï*5MѲ×{P÷Œƒ¸ç þ¿’Ó1 ™åï}m1ÏŒ#ˆH÷<5ß6MLÚz.ágþà•³à¡ùîÒ¦Â__ýjš¨‰ØC>XîÞÒ¶^ó«X•{ä”í1b|hþ¦[I/1ï;€zäœ!g»æ¸Pˤ Ü2̓,÷cž­¼Ç?sH[벶怦Iðy³¶Ö¯&æ™F`·z!7MÓä‚Õiòƒ°ìÎ7ÿ¼SÂGZÆ)™Ö1|’sŠbÇÄ'j"Í3ø8¯¦Žº:HÊYxx²Ò‰ÓuÂã·ÞWÄ•5ÙŸÖI•=¢yS|aõ]Õ3Ÿ¢ ácí -ZÉá2£Ú&­I6Ž–‡»gQY‡¡g §ÈÝ„¤lzÅÇÍæNßïQ0J¶GO§ÏÏMóŸüj- ûß÷ÄÀÆÛÅØ¸à‚€íÕrþ>Á.g—g©é[“è§«ï!7B{amÓÒº0÷wÇxåæ©Ú×<·Ê-%fÇP‘kªnƒÚ¹ïS1+2Zó~W×QzÑ=OÈœaŸ@>û¬§#]j|‰I\ýÌ8zš·µzKÖPô‹².çW·x€œï˜'äúõL¼s‘Gìffý>((}´>Æ…n 2³ôïpÔ­UWÅìÜ_Mù7 ,Ü—MaýÉ*‡dQàÓ÷¥„ô?MÂÖ“uó` -›¼ -üP ²>ðó—–S} ˜Ä¥¤-wCnn Á#>nµôW›^;ÔâæDÍóÍqì³Ý‘Ê»KoÒ~2ögÿ¶×_zÙ4ÆÌ²ŠëjvFÙ…û"f¶}Ôö.Ê1ƒóËq©ÇjB^¨§ÌÓø‡²ž¼Ü¿¾ÖSr~£¿èâZoÑó(6Î7G+:R1 ¡{H,n©c®Ø%Z×–sJÕ”ñÓÎ$Ì$BElöU߬“¼;ÂÈ”·C®(š vŠùå.1¿Â5͇˜‰q=ègß·Aî}?ËLøi¿vÛ£ä׬öÂï¬u–]ð„ÞÇÀ%êÈ….msv÷=Ð~¯ðòZ&|VwÚ.!¤4¤_É©ôËi…Ö)tÌîpåCgÞiU}ÂsÄl IE²öê›Ë½øgÖYj–KJÉñ+Ù•ÖéÐþgG ŽYf(ùÇËMM¶9§0Qû#˜Ó0úQ@Ê,9T -‰N)¢é‚ü¾>Œ‰öh;Ýš®Q¿¦™w´ ¼@MÊõÍÒ}s”B/ðã< ¦ëG=[§êê9– d„i¤â®q ôêFOÙu·ä6ŸäÓ ©síðkê—5Ïl³M€!…¨# §Ê£À¦m]Û)¿ãšÃeëx¬CéW°O-³”¬ÏëBÁ¡ž…ñ+±éÖièÓÅ·™WU¯ÒÕ¿-ýýó†°Ù"¥@¥­eWWßãžù5B¶WͦúÔL¬s—bƒ>vÍ ãbRªSÓÈŸlÌ¿,i)Œpɸ(Їò*åÁEîh‰ÏÚŸ&¥¬ô£ÂC³”}‹m¡ë>Ž9J¶]Lͼ[PÑ!_–èÕ9½t©~oé=ì®GÍ®™æ¦^xWùàû¥ö¢«;Ca¶9lº‘C ,56î‚Z1ôQbCýîÑñ°!Í2}YvÇ8IHµÈùÕvEs{‚S2Î/?«ì$FnMÖÃöF™)A‡m3ȸÕÞ²0Ó *ή$æÖê_ú–kë4]áòÈp\ë| löñO²X³KC,Þ¨¸³5 »ãÔ0‘Nmo{œgž%gØ4ôŠÀ -Ÿµ7NMÚ"ÇY&©i çËA*ù(ÛôÈ£eBBó÷ÇÑû£HàÐÛîéò;^ 2Ò=GHuË(‹ˆ‘é1J½.Ö¦$çØ$˜XÓhùÍ9¿íÃï»Å´]h™®E®öQ“·Çh9f )c_„y¶õywóCÅMesîYECúO6ë!io‚š½ô~]Û^þÛ05õ§>|Òφ—Ð0Û1YÑPrQÂÊùaëmåM=Ï:‡ÍXëË»²?‰|¾;‚¸oÂEo S–?ÔDÌ7äžr+èðÀb-s³¯*|íMÖé…öœs¦qD¸CŒŽòÊIYn9«Â$f™æ¹F¼Uέ4M!#6úË®HêRšoJ¹´5ˆˆqÎ1ª—êxV 6ÙjÉ:ENQ6žS6$~¿7X~k¼úñrOù-¯Š\ÔsH.9á–×Öø´|Âæô®¦9ó”¦1ïgUCꩵΌ‹)&ï¬#¬ôâŸÊ[òOÏwß=OÊ<CFئP1ûã°‡ûc¨G¶YJºuŽ_©xƒyö²:þ?619ëèŸÐag¸æéÒ›ÂßÖ?@ní‹`œòêØ«<:ð¥îÃ妶Ý)JúáZK§išQ¾üv[јqº­øâ?')Ñßo¼¯Š¬4¿Ù‘Õs¥­—VÞ£žz”€‘´\ªWÃ¥z4\²GÅE›Ùd´ò ¡¡~oŠ‘{xöx™^óiCÿ¼ÑðêÐÀçüý{vÉú¿`c¢ ¿6(,Þcf.òpàØ†ú†[­ÃŸvÛDþU>ߢ íNÑ2ìó͇¬± èìh‰>\%WEˆ„Ý1D’GG€oÕ6î\°;-€ÙÕ/_¶š^ïÔ -Í€IÜÚF®KÚ¯‰Yfž†?Ù-¹îW? ¨¥-»Ê:ƒŸíÿï˜ÅÅX¦ª#Wz n-uf]ßû€z²?îËFà ¯–Uå”Ñ‹BûZÚ³ìÁŸ¬¼)¼;Xjžä@Œ³oZwæß´ÅØ1Zòj7òöBkÎéFÂ×R^ò™€Ÿ{¸Ð$ܵ`—Ù˃œ´Í!f’q”–h&DË›3~~|ü%'çû&Ê+£æïŒ¢·FéÙvi- -xiŒº-ëìkÔí½Eßø—ªéùw‡Ë\²U- ® bŸGj"Jð°§ÓˆÇlÅ#ý›´ß6‹o»ä@ƒTMÌÍ1RÌö(æéÞ)Ó8NÎð(ÉEŸ×¹Œ Ž³ŒUGkÛ2~Ùü½ ò!Ȇ¿¯tU…{e,h(“y•äÜÝá²gK¯Ó.®w^µ]]deÿ⚢å9'p1ƒ•íãðó*n®.ïgí+è% `.ýt¬ª©ð’y¼êéþxÙë$ì¾U„IÞÁÆ©_CoÌ6übìkš¡å®ô–][ê*½¶ô¶âÁö`åS×<¶àXÏ"¯ -…V Ÿ[Óø8‡òESÁ©ö)‰^1okrÏ&«N4N!"-35qGzj­v{w“\Ð=j…s“f*[{[pYß™wá`š–ç×6òfe²¦Â³¦q|¼[F+qË0É_V¨ðÐqy º'to†Qâ[iy³9AË^ìÁE®’—{*Ù¦ yA­íÑ55¯NÐsׯ±­îѱ«·FàOLÓ¨ø .íb@‚‹ŒŠëºÃ寖-I$˜”O›¡¾ yeä\ç<&Á! Í^¢;5ÍŠ®^C5qé=ò.à üÿ˜Û¦N6j›ü@§Ž×<¯žŽò-±ˆ‡Ë|ΡáÅ+åKD¸H}Þ.'•ýeª{õq«¶!¸ÊfÙ•Ø\›ŠRâÖ ‡« /NÖÛ}շ̬v€¼r¸Üöîï{Þõ§Œœé‘aâ]tŒuòlœe¢òCLÌ8ÔÔÓ¦ qCð;ò—ç”M±ß{ªn=ø´ÄºAðjx‡¼™ežá•©_ý>LŒø§ª1æGóhu¬CÙѾ1ÛFÝ™nBíO J÷Ç8ù;ƒ¸¨màÁ桪{VQÕS“—¹;QÛšhÇíLµ÷EüRã(9vo„kè*Ý£uÇØ¿wЇ|`®~¸=ˆÜŸâWÚeµ5ÖiB¢¡³ê~?5þÜå陽¾Ü›ÁEz¥ä!Ó #Û) RVåæPÅ ãDå=Ó$ôÞzOîu‹ú$¨cT„öLܘ &/w)^½vHë€}bÔ!#em¿‡‡­¿‡>µŠ)Å{“ì ªïÌ87LKøámMä©)F©շЛ•³Ð‡beþ¨~Uq×-:åPÏ'»åäâ­Dì>`K“‚YnW··ú0ñóÍÙ¿ÎJµK0¹=‹êy0 OsÉk²ã•÷] 3¸µ,”²3ÿ¦ª-÷‚iþÔ<sÎáóôÃ%!d,åËòßí&Ä<‰ÏZ|•ó»e¬â±h§GƮ𩹘åÆþ•¦¶1¯|S$€ìL   oawváÏír¹°ôÁ,!Å¿ÀÁÞhlí¥ëQ3 ~ùv¥ro -‘êa“rJ‰SÍEmŽa=jréñ*áQ1*j6êhƒks=5Oá!{´ò•ˆƒ°[A­â¿­£'klb@O¯ü¼Åã}Ze*ÈÚ„eŸ¥}¹¼6TýܳÀÆz—X8—†Rì5P‘N5±<°*¨?Ú6 l’[EƒíŒ£žytŒªÏ:&öÏÍ=}K‹CÙ̲ˆi2|¥·èb?ùÑWýÄ_Í "þ³3PÔÕR­bFÎî89~_DJ²‰OœU÷ÆÊï­½KúEÝõ]p‘G8ÍÙ`%mPâ7z*¼S°çÿ£'•ÿµÁ"nLW=‘uæ]6tW<°Kp&Q]%ȯ¦qÔciSÚOK]ew\’<—¤ëåÁ´aF?߯EZ%lˆCQGØ1ÒU­åWTÂìÓC¨GžYJ¦_Ú™˜e›ÁÆÚ$ÂêåjÜF6|çäšyùØ£`6|ÚF–EBËÝŸ¨ºç”âÒ<>Î&¡dmõç_ßêK¿jŸ…„[çèùnuû«€®kÌ!­Åˆk¢NÖYøà2c'gìŒÕDíO‘RׇÏÖ‡IѶ9V‰[ÅEY¦IÉ>%k“Ò¬"d$è½› /¯[§ÊïyääLŸ²‘ãT¶6s’¿W¶ßß"ºÄä’c ±,¨&nÊXaœ¤—:æ%ú.ð› -ÎÌ5@®ÉZŠÃŒÀ‹ƒ2f•WE‡nŒb"5ï`wׇð Þš›½:>þp‰Kôið™¶\úñ -ýe»¾íãj}Óê0.AÖZ~Ç!ãQƒ +z´\Œe -7[—üë\CÜ÷–iøó“58.Ô’~ZÊ¢Ú¬« sW¹ë:¤è„­!èý­þÊ0Àá½jzep©¾nsûl© æšeÀÿXih>=ç•c²Mc°h‹gVpa;óØÊ+cJPš5÷ìXKGþÏŸï•2µ¤Ò _°ÕWr'°Ä£zW›_¯ŒâRt=Å×ü: -0çóNS÷dž×~-äJ®Wͪü¸^ßè³Q}ÈGË]Å—Þä·Šñ©N±ðî³Kö*ðEN9"ád>â2÷‡Êo­¿.¾lBuK›–™ZØþ85Ñ&æ–Øç¹‡„œíú{>!&z’ým?þö×5iÁ…FSÝÀØ›ääZÁïZEø8Så]ß>e¹+ý¢¶5égÇ,:Á.ç"$mU·ߢ£ -.h2òXOGúµ¤<‡›¸ø.û¬¡3õlè¾ïàRcC^O²ˆqÉSO‚ -lÖñíÓ0á^%½|¥»ü¶˜{Ú¯%–:5ôR³„˜äœ'f¹æIé~³"¸È%Ø¥Ä4Ë,!Ñ"f{Õ­M{ãè'»Cwæ3¯ à"uÍÂSÿX«å.ÔñÀ±-_B?sÈùd§\€µL¡Ÿm÷g]¥ÞÿqœqÖ*BÆkk^ 'h_#¯i_W_?òQƒ•wãÝÙé˽¸ý>ó’k“\à’—Z:ÌÓ¤Œ lÜáJ]ÃÉz}‹_Ë€øUø,óDé½­þôsö9bx?”o¡¥Å¦¬§mO°ò²Žu®è”s*ýZ6ê@Z“`•¢b­sä §Š]z¦Æ"Æ'xÕL˜SÁ„¹¥¤¬#-©äDOÅí‹™åÈãô죵æ®ÝYbîÊ4l©»èúÆ{È}¯† - #6É…˜ NîÊ¿È(n¢nMPÊä%‘‹oaáKïJnZDˆXŸ›ý×Nm³è³QZ‡6IyCS‹[͆9•”|ã*roñÈ­¡–}ܨ­ûÃØü~o†V êDÞ2Ns«>®7¾øocÝ«ÏË´j÷ 4b¯'ñŒ¶1íÒÚ@uòº©Aý k)¹úi]Øø¿–¦þϼº/K4‚OV•iŸ,x°;^tÃcà²Bó·×Çq¹SMg?í5¾ýc¯uüÓ§Á-C¥íÂî¸Õ¤[ɯ¶Ïó*­fáÎ()~cˆ–°ÚÛyXXh×W»”õD»’[µ1Šz¸Ú »¾;BŒ>˜åïŒâW»qOÌà¸{•lØ¡GUhœe'Æ:f8…f>foÊQlSwœ2TŒWZGN•{–]iAÆl”ܵN£Ý -nÕfõ=ó!Þôxé-ì‘e´&þ³Ž‹ÿh¨eÙå´¢t¸q’·>TqÓð*ë´s -ãšÁ%dÔÂcm-!ÖØ9CÎpÏRs?. èVIÍsë È2tœGMÌv*H…‡‹LìÀnf›ç@½ ÍMž…¦¢ã×°¦Ø«ižBÆ6Î9^æàlRj®OM/û¼ÌÇ—ì–ÔĘ' ­¶t„ Û<9ôb™KJ+<˜BEÛg) Çrä­9·WºKoïƒÜn‘±K ãYgˆ¹9¨õy•Ïñi„!X²e -úÈ£&­6½ô.67ê8Á…P†FÆ›E¥a_ÖX„€Ž…wÉ™›Œ ÙÑ‹œšÖ6E ×¥T»äŒRËtM¢u¶&Á¯cVbzÕÔRû,>Ù¯ -=×ÖPçQ2M“•—ºR[éÞò(yÄëͯ½«BÞä‹¢_”ïß)„¯^H÷i7+yÈ%¯Ú¢à¢¬ºW]+3íÌ‘ˆGˆ´°¯–© »1ÁûP 4„M\öÜ«!;C½ªhi²ÊÛ^lž§©Y~½€å׳jŽVù¬ÃU.Ó»È@YeÔnñ¹¦9\îÚ,É»Àz+vGË@v©Ê8Z&UcÊpÈÕ&1· ¼^Úú@ÍC“„]lžTHëjÜÚ:ªC%Ä[å<øÞ!ng´æÑ:¨ãQ\´q’–º3ÌÍtÌ6¢ƒ õ àÃ|›œœt9Ö4IN´ˆxE–~©IÄÈ0‹H – Ô#ŸŽœïRS f°1»ƒð0™0í{imÜ¿wúÊnzAš&™™¡Úò¨¸U¡ž9ÔÑËŽ4Ä<ç\MÜÎâþúûš°½q"àôšpãòñ¡ŠƒðÎ3•¤<§™°ÛŸ}Û2 -¹cUGYHû<1Õ6‹Oò¨˜À£"TïŸÖ¸ô žXnš‚?Y+'°ÚÖï\jyeœ¢gêy$§\Ägÿ±ÁD^e¢f_V‹Ù!<·L ïW>}òÔ?G.<Ò40ý*xe™e–’vd¨ã¸C×`Æa6ûò/­÷—Ü™ÆLþÐ)ã¡6g˜…kƒ”dŸ¦¥éPßÔÔRËÜrLÒæPÙ]iKÒëLùãC­êd½®Î³ úø´“µ¿Ÿ¹…8æk¢]Rtâþ8ôÁÞhÕ#¯–O:Zkêð-Yö9$t=øD_Kó+˜P¯Œ”í’âRMSÐÈ­áÒ°ÐuŽ/ËÍÇËuµ€— mrÉîOózÉ1Çff}Þæ7þ÷‹ïÓ 9ðe¹ä¾Pñ–ÂÊûJÝU’þç~ûÿÏÆâºå”< 'h—ª‰ãTÞ° .uh†0™C-Í&çÁæ¹åÖyt_ÄÎÛ¡¤Eäôƒ9fÑæ0ñùæ`e˜i:—çR .%áò«œò²KÙþ^j•]ºþê×r«­óÈîæÙZOåeýkèåå7ð[¦1R(o•Uìì4Y¾E14ԫƧ9çÑ@kžÙA :æYÅN9«,Öh0dåmæYãPöyÓhÎyóxÞM§›ä˜c9ÜJû³Ð­æcì ·Fò¯›& oX%ð'ÖYøû,&! Ö[ºB{îLSSz>É$†EšfJn¹HPc˜8ãÐäöá½bw†U´9~tÐ =sðØztŽO‰NÙ«¸·êÑø9´§ùd=ô¼eŠší =×7xî›GÄÎŒÝÂ?5‰¨©.™¨onÙŸ"&ÖsËp§Œ kR8œ\ji·)h³BdhN°e– -z6Ë­$äù5Ôê¿¶¸¬Ï›,’[ÍÙ¨xhšÆ$¯66—y¯šVìS2*|Ù¶™æ±ÙN-«&4KÁ¦b læö4âñö4*Òrúáâßs£ÚA]qýúгM¯ükÍŸ6ù\¿ -—ïVŸ#gÚæpIGöÓNC§üäŠ[E­øsOÐôiä­m¾À·Â¥™ìªõ j’MFÎÿïý–?÷šz}‹,„o‡û¸Íç}Ù¶~ÜðVèˆ9&qwoS0jŽW^¼9\jjœÁwʉbžGK©<^c¢= <¬¶=Ó\tס$ ÿÜcÒ<ŠÊH·›v¨cV-°«5ôòÐ{.56~Zil ê…4À=)›ƒÕ÷÷'I v)æ–51<¡sŠ¡¹†³Bx(ûl|(8¿7RtÅ%Ã¥Ùe¤t§Œ–wbо¬·¼ý¼ÞØÔsjvJI€ÏËL“ÄÄᚈÊÛn 9ëx©±Á­«c˜%”LÓ41Ù¡àÀœ@Ÿíˆ(é+ȇ#˜§€Ó ×óCÇÊ&ì®äT:d¬ë<5Ë*%gØeÔœÍ1l„už–Ô ÈÇË,ôÆûÜ ¦ñ’›Öø“1ÄC·‚˜i<µ=Ë*0ôáÃà}Ý2zåÎ0ô¶qæšûûÙÊ¢ †‹=Ѷvµ4¨÷ à­E¾Å:¦[ÅC|^§Á>¯Q¡jñç ùÓzC³WÛÀZîÅ?µ‰EŸ×›_¬r¨vIÕódñ Ë$lw¤ì¡}•q¼Æ«©e{5tÄá‚€òd%—¼&Î&AEíöÁî-vdý¼ñrÏ&&å:üâ1«öäÛ>jÆ=—”Qå—r<l¼pždÛýIlÜÖ0â©o‘3I¸•kïk}\«å¯Ö  <ò§juPI³Nß1Ž\?YohÛ•SŠÅ¯ò~·*hdЬ.îUÀÔKTøv_Ñ5ysÆ™íQLºw©cÄêÍ¡åTMd.Õr‚+µà)µÿcä7pEæIȳ>í›üËôJ§ŠZZG«œ]n–ò*Csqý*nýCQÌJOáÕãuçpK -ýø–Èef â™°»w‰‰LÒwlpŒÄT§’ùc·uøxƒËõéèæY|➈0OÉò/30Yx ì1™ÖydV@ÃL†Šò«0‰ÿ€:ÿ¨c£õª/T+RB¦Y„K ÝÓg—£“LS>!Ç¿ÀF8d¼JÛ,#×4ƒŠZy_paw¤üÖá"1ÿã -©ôóz¨Ç•ü±É¡œ¬pp€1Ñ9·Ò)¥æ[ÄÄT»”SnŸg•€÷¯<ÖñÐó‰œUºù¾üžu•è×1 >=åÕµ4Ú¤ífI`"ù¤„e‚‘¾7ˆ\xmã}é5×<£äàu¬¢} §x¡}_ó -r ¼Ö ¿Œ’뜧”ì‰ð)o¬²"`ÃÊÝYV¾q¶¾1&Do ªA‚Z¥Aè,›”q¨k±þåÆÓ«ds÷Ü8Kɰþ}ï9ͧ$ç5ä"{*ÜRzÐZ¬W-$[fKiù{c˜{èZØ!Ù§fÁf¨9ÆqÜsŸ‚ ª¹Õ€=žo~(º¶Û½ïÀ{•5±@7‘Á%6øHqÐÀ'.±kCÅ;æ*žji·”YjÃÅ|ÔñÈ_v:ÄîEugñà@‚Ëò¨y¸CCSãñZà ‡ŒR¢lÍü]ñ"íèÍ -·\@X„ßÝRCs„m³ÌÒc ãÁÅZæz_u¸¼)ÿü4#öôÖ{X -X›¢•÷…¿™EÕ1A5y¤ããO–8¸/|Η-ð@J/Þ"%þ>?ÆÃ˜DØ(Wè|¿ŠVéQ21Ÿ–ù|àamîʦ¤•ú–[Þ­4¿<Ö±A5!˧D%‡«Âm3ôÒàBcÝÑjs‡ex¢Ž=Z­:XïUâ| ˜´À">Ç:‡ˆ6ЉÀJË;»^VÙ˜/Þµ<œCŒÍØè- ÛzŸ6LzðÃKè…-õdÜÿË\÷ʷ£€òÇmaëññqSØp´Æåؤ˜"CwÑMCWÉ¥1!ýㆀ3ךuew²*ùp‰ŽøcCþk…†ôK Uk½ôAzìuvÎ…5|LPG-;ÒSË|jlŠq¢ôº}ëÓ‚,¡ç ý‹,8øþ¥~-£Ü.GÅ[g+Ÿ}^¢UB3àÉi`ýÓÏæYf™ 9çË*«Æ¯©IrHËïÙæ >ûc“G?ZâS -ÐöyBªEŒzîR° Ö9àbbFp6ÐU¤sž‘¿Ú ½w ªI,PJNVép¯Ž…9v ãÃê:¢U^‡µL²²öðQò¦´s¦±’0÷<.Ý:ML·É¹{ÒZĦ¨¶Â(âB½rÌ:ƒ[{_qkkþ¼Ò¥­%íÏQ3÷çX…vYX÷“vÅË&¶žfž®ŽÒ¿)¸`Ÿ%çtµ¤ãµZž94ŸxŽYìÐ5<‹õÜÐsÅæ)tôÎ@éuÀa9 -jŽåŒa3ò< -!Ñ.¦çù´B×<.mµ7ŒzlÃ<õÈ8ЀJH°L“6z!·v¡÷½ -lªO‰IrËQ©VIe¼yŸäP5q=ºæz³“°Ñ—wÙ)!¦;%ŒB›ÿׇüÇö‹~×"Ÿº?KÍô,6Öº[_z ­¯<úz®E‚O5¼Í¿»ÖWçWs‰–aµáöžqœ™kŸÖØç°é &ß1‡NZë†^™åeü4N‰9½ò¹?EIoÍ; rpšWM‡›ÆQÎYlšGÏsiˆùv%­À­ªgû &1%Ë4O8^Ö­ -þEÍ«¡¢|*b¡GI-,pÐG/'ך_^khý¼*àZá3|JnM@ËÃÁººØœí!è-§š -9\åÑM³Ðª&Ó­¡Á;üúºZ¯¡s*°úrĻ̦zôÄÂ“ÕÆn)­`£§øê,+êßÚ¦”3š©w6ûó>mP)ÿmnìuÍrjØÈO;Mï¼.Á2KÊÞ…Gz -®lW&ºäø|CKõ,äLCê¯ÃиëÒÉ"â+¾§ªK9÷úøßµ…¿mC>ûhÎ ´Ü¥¦ä{5d]p‰ °< aœÂD[ĘXÛ 1Á5GÏ;Yæ‘ÿÜàPþXg¢õÔR—Œœåšgj9Ècï•1Kµ,˜OI/hˆ£E6Æ£b”ú´L¨CNkÄ*ò«ùhÈPN%º9‰y®í*»âœ#gŸè9ÐäCM=ãpØ“˜ëÓÕ$xÔ5ñ!&~šã×1av%0 =Ë«à!]2ħħ/wåÿ¾üªø2àˆ[ ØC!ĹT t¯ªŽèUó)5ÈÍz:¿€Í¶ÍÁŸZËõ¬šOË­¾…ö7R.ø|<ð¹Ýsœó5ñ;Ã…÷×ß§üîë ü¤)¸ÑòΪæ¢BþX ç˜a”»f(ÙÎt¼MŒœ„Mô+…$¯ºõ…EDI3¡#;ò/¬¾.¼ò}J@E-ò-ð«B=ć8fy•Am-% fA¦ÏVÞ¦ý²Ü•ú«WA…­´¾=\®¯s«§œ‹ñéx ÷Òu”"·¤ê™OM.t€ôêxø“Ͷ! ×/ <¾¥Å­aÃ]Rr¶k?j™¢eïÒ’\sµ5&3wk°è‚i¢ì†q´úáþ-Í<Á)uKX•^aQRV? Â½*ÔvnžÀÅ:ÔÂÀq²Éç.½èô.4ð@žÜÅ8ÚmŸœŽ7‹‰É66õÄ@ý±Îã|}s¼ÒØÔÕÑ?¯µt}ÇϧáÔŸ,u)ÿ¾öã¿ï”S¡Ç+õM' /Ž×¹Œ“õæ®à²0ppÇ+lJ@Ï&€Çºp™óUŽAX§ñæItÔÁ ¹Ì¯æÿ\¯kûß=&ûPÊ5Ïr6†H±ëä8®­Û®e#@6Ër)èUW¹mñ¸îyz±u -ðï,&Æ(B„{5´ŠP~ô¨Bçï ÷¶GáÑcØÂÝyfW_×pjݧŧ{Ô„´O >/×q¿¬¹ÇÞ$Æ%nWÜØ(½b­zT ³?¯²±_6„ü/›BÁÑ -íY×5 wKPÏ<2Ll@E+<Ò±‘APÏ-«"8çd™O9YP:Ä­Ä$»TÌ2§Bˆv«šØöùfªWɯêxÐl—œQäS3Ê‚:6âH/ y@¿ë{²/Ͱþ[ß”|ʯ%gÀ¼*Æ©`UÚæXŶiä`’”²ö&ç¢ |Vû$&Ê7OÏN=^äPŽVŒÀ2 ô©Ì£¢ûõ¸§¢ô±s¾ð–y²ì–°À‘¾Ax¸ð²Ç&£­ô\ÝÌ¿mÃbŽõ” -À“%À[“ׯÐ÷Å´|ÀjMn§j©rs½;÷Ê¡šûQϪö«(•¦©êÔApÌÆ q6YÙ%çU™¦pIóÍég§ùI_ÛDä¤CÀð­IÀ8³˜ø=Ôq.99ß8šgo(ï²] {t¸ÈBÚ{ü ÍnéZ攆~Ô•ŽTá’@}r4`%zÁÞ,-Çoh¨w€žÛÂEIË®¬½)¿P ŸˆEŸÖølF€?Ðs\Š:¼CÖÂt*›YûSØ8Û¼_õ¯òÎê_ç½\z²ÜÐ\ªeŸ¬×r–_¼uÛñi‡Ç<Þ #Í"r²KÁGô£P=¯ _¸”ÌОhð“ÍÖ›u-_69 Ë,2mùMÉc hQcû¡^Øî×ñ¨NEůkäêë>®×Öýe¬ï}PãZêQ1+¾lÕÖ–YX·–R²j¶[N.8Ya¢¾¬³HW(U~5¡`o´ò¶mÿÇV]»[I)Ù.»¾5cþÿ³÷ÞorUÙ¡èoÏ?<·}¯¿ù>í{írÀ†™éæœ}ö>©ÅZH $$„ZÕÕÝ¥ŽªJˆ4ézl=žð`I ˆ’HdPÎ<~×ßû/Þ[aïS'”ÔUšKwUëêêÕ'ìµ÷Êkíµo{Àÿ\snÇ÷~tòͧ¾whéøÛ+G/}ôô3@¯KqßÉóm¼ó‹[ίžÛÖ7ÿÔÖÁ¥§wô·¼v‰:¼ipö‰­¥G>iñ”½?¹ïÏ·ýèö¯Á5žÛÑu÷™m…é§AŸ^Ü9Úuy÷š•w?ñØÑ-¥‡ö<;ÿoÞü_wý÷ÍOÝö¿û/wþéo¿Ü·zõûW¯:·k¨÷/ŸÙ¸lÞ™½mG×-Ÿ¿kõÐ…]@ŸàÛ‚\í9 -ë}ì¥wÚ´´íÄÆ¾Ù‡7,›ýþo:nçÙùîg/tL;ÿÖÀ‚/Ï—ïþûì¿ýÏú~mùÇ×?9ðéËËfîÿéâ)'^^zçñ—‹w|ðó9ÍëWȯ}ðÌÌÎíí>÷öOŸÚõÝyó±¾otNûàŹâÈë÷~¥ý–C¯,>­½õã—ò­Ÿo\]<²eÍЙ·Ö,¿°wÕÖ0îvýñsù©Ÿƒí|rËRàÑ¥3?}­pë¡7î;¿½ôèùí}s޼‘ÿû=ÿr÷×÷üøÞ¿8ôê£Á©-}÷ݲªëàë#s>úÍà{ŸYzë®z䆃ÏwÞºçŸfýíæ'îü‹íß»ókGÁæ¾°s´plsiλ¿Zмç_Ûn8µqÑô ouÝwèõ®{>­gæ±õ¥yÇ7<Öu|Ë÷¿{âÍÑ%_Yrëîº÷Ï^Q¿ÿÙ¯æIì?tj{iѱ-ý À¼ëÓ—†f}òÜʇöÿ[Ñ;üÊBëÌŽÅß>½½ûÞ³;WôœÙsáíÇ×€ßðÔÉ·V x}dÑ¿ê¹ë“ç;§|e1Æû0fuÇ¡Í]w^Ü7ºìâ;OþðÌ®ƒ§ÞZ¶ðìî'¶,_rdý²¹‡_ë™qð•ΩG6uÜqn÷pñÒ¾§þõüþÿõÒ'ëî?²©ïþÓÛKù³ÛK‹¾˜ŸºëdzÅÖµ}ëãµ…{núÁw­jt×Ï -ÓßùåBÿËŸ~æø¶Ñž#{i;ø%ÛÛg‚m7ûôÎåKÏîþÞ¿œßýÄ÷Žmê¾çàkzŸ¾¼Ð9øÚâ[o^|ëŽKºüÞ²®Ï7>êxõQ ¶ü²KûŸþ ö˜9¿óÅûm\:ãÒ;Ë:.¿·båÅ÷Ÿüñᣯ™öÌœÓg{yá”·~0íë¯?vÛ÷Ùûoüì.°s‡æøBñŽ­?˜ý§ûŸ}dÊÁWϸ¼kÕ² »úæ[6ÈKÚg¶-¸°}õÀ…·žX}të²ù{~‘wvþtñÍ»~2ç&XÏ[û^©xùRþÒÞá®ÓÛJ .½õÝïŸÛòXÿ™Mý3¾8ï›ïýlî ~±Ø9¾®8ýô¦ÎÖK;\Ø=ÒuvÇÈ’so-_zl¾›»ï:ôú¢oŸÙ–¿çü[}O®>¶þÉ-ËóŸ¿þí/5øÕÃ7~ôˇoºœ¾ËÜÓÛGó§¶,ÂüãÁW—´Âz~|ÅÙ^»ø•_ž{rÃãý¸çmÏ?Ïû« kîù£µ½Îï|~ÿ%ÈÐËï<ñ½ÛŸ~rÿÚá>}}xî‰7W œûì‘y^\póÇ/>Ô|àÕE·ÞõÝÚõôoΟھ¢ç຋?{iÙ}§7/ÏŸÜÔÿÀg//´>m±:²¡³õ,ðީ̓sޝï¼ýÈÓ?~añm§7õÎÆ8ÏÑuxAG|}èþO_}ðãµ#³>ø÷‚Øóüõ+˧ÿÁ+ÃS¿öÞOüÆùíÅû.îZöèÑKï>ðjçm°~ŸÜ\¸ëðºGÔþ_<|Ó'ϵ«S¯Ì:þΙmO=udóŠŽ~Óý÷ûÿ½Ýûð §œYß}çÙ-=3‚ÝòñZ¬õí˜rrãÐ#Ÿ¾Pºë÷þå¡W;¦‚_×yñe…K{–uß´äŽ#ë»gœÞ>øÈ‰Ë 'wþàÇŸ¿ñXÏÛÏü÷½ØùôÅòôöâì oä/ìè>µ£áÇ S?ziqpf÷ÊáÃ[J >^Û.¾¼$8ñF±íÜîÞG~ûáÈè—ï­xüè¶Rß'›zÚ°ï#ðáSÀ· ßû÷Gn~ëŸg7ïÿżÛNm»i˪åï?ß1uûOºñ½;îºüÁ?¬?±uÕà‡¿îøûŸ™{Óá—ç~|¦»Ïî)~ñÁ“?>·{ùð‡/.´>}­ó®ã[‡ûÎî*uzãÑàІGÁ·ïºûÓõÊÏÖµßvéÝUo´êÄö¡…§w”:/½»ü± {†{Înéšujk×Ìã;JKíÉÞ6ºäð†û?©¼÷³oØõ÷þÝÛÏÌ¿ó øóGßìÇ”G÷>ÓyËÆ,øË£Û–^Ú¿æéóÛWtÛ:øÐÉ×»§_Ú±¬ýË·W,»¸cxñùC‹mêm;¼quççëï} -tµø–³»Þzao÷ÌË{]Ü=ºôÒΧž>¹~ðÁ“zÛNo(=tvýŠö¯-½÷ýŸß÷7o>aýáþº;wbcñžó»G‹—Þ~ü‰³Û‡ýè¥ÖÛ?¿ó¼2ç[gßìºãÒÎe\ܵ¼ëÄ–á‡âþà“c0žcëÚýƒ/M¾Ò}û¡u½wÝ´lÎÙ•ÀG.Ý>ºä؆¾ûŸ}ô[‡×ï8·c´óÜŽ•=ÛÿqÞ_lû^þ›ü|tæÑ——½ºtæ'/ÌúÖÁ—æy‡ÞXÙþék£~ó‰ÑÓ[ŸZýÑKËf€ 0tqïŠåß-]xg¤ì²ÒÑmË}çW‹íCk—/xïW£mx|öŸ}ôlþ¶³hãmì½ÿ®¡êÇó»–÷|úbñÖ#늭çvŒäÏl]‚¾ú¡µKüÏ?Ü >Ê´S`߀_Ô{xÃêÎ_\v÷»Ï,Ÿñþ¯F<öziÁ±uSßüþ”?þø×³nülí£öñ-ýsOl]3úÙÚ¥Ó¼ºlÞéMË»No]òþÏÚƒG¦ýùk«§ÿå¾_.òàðù–‘E^éº}×?Þÿ—'7tßu~gÿC÷ rrs×]0§·œ|£û8>ú%èÉóo=ùôÁ×Ksöÿºø÷àãu[ßqû©-‹n?üú|ónýú'k¨£›z8öfß|°½VÞÜ7óÐÆ®Ö“ÛûfŸÙ¶l>ø¥óNm=µíÑ[?ýÑàì®áâåýß{ôðšÃë{î¾´gùà—ïŽ.;½¹{ÖÛ?zð¦2#·ï§÷üù‘õù;þãý5?úòƒ'þùøæáG>}©çnXÇû/l|øÌÖÁ‡×µßõÉÚ½O_ÊßzdSϬóo?öÄ¥wžúÑ)°{¼ÙØ}ßùÝ¥üa°I¾²À9·½gÎé]ÃKNîé8³gùÀ9XÓ[—-<¶©8ëâ¾áQ°W_Þ×·øòÞÞy‡6ôÞóÁ Ko=üÆÐç¶ö\z÷©>¿wÅÐa韽Vœvè¾ ×Ù=Ú÷ö/qNm\6÷‹­_ܼbÉ`ÂçÝÚÙzzû’oòòÃß< úéÐúe³?_7pÏ‘ }m_î+uþ¾ü°ÉùݽX»H}ô‹E-'Ö Î>ùÆòEG^í¹ûèëÓöüdæ_l|lÚ×>üéÜ›À~~ø‹½0îm#àwŒæn^¾èÄæes/ìì{àä¦ùÖñõ~ãè‹‚#o Ì8¾yeÇÁõ#௠ÌúøÅùßÜôÔÔßÿgón8ò2î‹Y¸zùÅÝ‹À}qϪ҅]+úOmêºëÃ_ßû7ïüü;_ÿäWîñW×tßð½Çß\Õ}uêk}÷Ù8Z8·ýé§ÀWê<¸v‘<ôj×Ô#oŒ<ôžïþÛå}Oü¯ó@G'w.[pvײGΡ/þõ…-¥Å'Þèiûôyðë^[zÏo÷­ZszÇÀ¼‹{‡»/½;ÔuâÍÁ¹Ç7 Ï;¿üêMÝw}ô«9{fsgÛìY³êÜ›«>~~±wà7ónÂ}l>_¼í£JwY¿¦ûý—J3ö=×åzµçÎÏ_ê¾ãË=ÃÅÿgÿŠÑ/öŽôyräõþ¶“Ÿ:¿íÉ•ïÿ²ÛÛðÄCÿcíð½_[RœßþøÈÅ=k;óÖŠž_ëšúö3 ìS'_ïãµ:<ÿð7>|nþ7¼¸è–ó;Ÿøî™=?^ú­UÃGÖ÷Þƒräü›C ¯{Øúä×wÿwÒú5ð‡n¿yæé+€VÀ¯Þ¾jðÐúž{ŽnêyfÇŠþËû×|÷òþ'þñ øÎ@›S>{µØzzÛÊâé#{Ÿ}ä›§vŽtý燫žüí¾ÈËþÿ{ßÊ•_¼»¬ýÎO^^â}ôR÷íïüû"½÷žÝ2”ÿrwÏÿµo`É}0ÐyvÇâéïþlÖŸ¿óL»}|ëèÒc[—÷~ðË%Îëk¾óõçÕìý·[Îl-åÿãýUOüöƒÙ±ìì)pqÏhÏï,ßì;ÏvýÍïm}|ÊŸœX—oýíûËG¿øpåšCë;î~÷—sþæÌ®ÑÑ/üÛ¿=ðä3'·vÍݼÂþƒ «¦}í¬_ÚØß©mC‹`~ýƒ¯ ̺øöŠ/Þîwƹísÿþýgoÿ«ŸvüÕïX;ûÚõíK[G_Ú6ôÈ¥¥…¶ >taG×]çväo?óæ’[ϾÕ?÷ÃßtÝòÉ #Ýðƒ5ß^µìË÷J]çöuÏ:¼e¡zë_f}ýÐóÅé·®Yöî/ -·½¼rꟜ݂zeྒྷ¯ Ýÿ辋»‹3Ïíìºëðk·Y70dךÓ`WŸÚÔ=}ÿ/ZÿhïOoÿìÇxjkéa¬AÅøú'¯õÝùÞ ]ÁÇÏõLýÝ¥öÿ÷ýe]vwÝxãßúhíwþäœý徕«.ìYÑäõ®éûŸ™™ûä¹n8³~`Öåm«û/î~läð–ežÙ±ª÷âîïýèâÞ§ÿáÄöá%Ö>tㇿ| wäµÂ·Ïo¬ôÅ»OüðÌŽÑŽ3;G;¾|oÍw/ìÊ_×ùí÷~ÿ žPMoýðŽÿvl˜/v/[òŸ0ÿǶõμ¼yé·­zòâžÇ–Ÿ_ûì¶þ‡>[ûpËoJöïíü‡iÿóâö¡ÅG_¸ü˜¿ûè×þõ篴`g<úÅ[k†¿Ü½ªthÃÒ»?z¹Ã;ñ抮ó;W,=»}pî‰Í½m<÷ðþzî —÷tÏøbÏðjiÆÖ€½vbÃÈÃg6.<¿d÷öž'ßì»ÙìË»W^Þ³zÅYÐûŸ®[zDZÍ#‹ÎìXÞuùíÇVœø±m#…Ï7ô܃u/Çß?¿ÿžÏ_zÄzÿÙYÿóÃ_̿鞡Ž/ßìÉ‹ûÖ½òâÞþúø½'7ÚÞýYû·¯xðØEû~6û¯_²ÿ¯í?œö§ž›cýׇ…ÿo’|OôþO}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zûdˆÔÛ'C¤Þ>"õöÉ©·O†H½}2Dêí“!RoŸ ‘zû,>2I>÷å&Éç÷o¸áŽþŽéíÃíMóîjºaêÝjüþ@ûÐp¡Ôt_Ó ‹nžZž^ÌúÛK+s·Èj2wó…öÞÜ|e.ÊÍ,»Šýœoï-Ü”û\:þo²rv΢ÿæ­ljömá´8BÚ¾/à‡Èù¶ -Z”²åXÊN®/rd‹ã WøRZ¾›¾¨/B˜ ß÷¤ëÊœ¹+l/°º‡×|k¼lÖ Õ"±òêFPYY瘬¨“€‰-«Çdy±c¸»jlôÕuQw¡ØÕ=\5JæòoU1ôz‘*KzGJÕNG©04Ò[ýt˜ËÇ}‰eµ wL/ŒÛq@U£¿iÜ‘›=0Rʦöv·W-ñ«G®Ø_ù^aäöUF^Yé”GÙY¸³}dh¨ØÞ?mLš,ø*ó_¯T×Q½òê˜íU="Õ뮎‰P^C…ᱩ©ñ$\-R»Q¸&­Vãñ}/*}t3ò½¥[–w‡ Õ+ •½c\Ó<+ÙÇg UÕ茔:Ûóí‹V‹Uì¦qGnh°Ÿ92Ýe"&!ÆÛd¯šþ`-GzÛK­ýCÃà WOƒ©ÇI«V,ïX18Ð_¸,Ë76’§N5|ª¤UUÏʪ‰صàRçÁU*5F;&È™5Pìn«Å÷ÿÖW3ÙšcÛ´ÑxÖÑ5¹«¢}$&€äÇR˜e\ ¥öáªÝÙÈ ™%4!h5Š»Ô:Ð7804¦¯Q2¡j{®Ç©z-ðÒú5L{ª—h=!ЪÖß=c EÄ®kDƈrE‘ µê]g¶—ŠÃÝ}…áb~2êÎÞâð¬öâX¾Xã)O6ßî,µvW¿p×£ -m?ºö¨x£¬çŒB©«€3Ùx&Q­òc/ÉW7މÕU;„›§:sSê³i`ÉÒB~xÚÀH`0m`Œ˜Nr -àÒᡪ©7vϸ«?¬¹ÂÐÅ$¨®š,µU“¦²Êšt•U5`tTVõÌ.çÇX·h.¯~°Ø[¨^:Æî÷Ãå,£Ö?Ò73?Ü>ZfÑ[Æ_Æ´XUç¼—´¾S*,)ôç«—œ‰»ÆÃá‘Ò’‘^xùFQO¾µJôÌ{&«¯ÜŸ KúÁ*W¬½›ZÖ¥þ#Y“3û“Ez20sÓ¨†.`Õe±™ X7xd.`ýb”¹€“À¬Z(6ž Xuȯ1=ÀÎR;Lnï}Å¡ÌÌ|ÀºZ—ÌÌ|À̬s£é…îþBÿ¢1ªô®Å3j¯jäKíÅ‘ê­sù¸ Žbo{õ;Ø2ñV'âmÆ@i°{ w «j4“oUÊ7÷z–oU#ŸÉ·L¾eò­¡äÛ¥Žb¡”™p“LÄ`]3 —I¸L•%\fÄe.“p™„›lîÎö‘^ÊwJŠùîUøO¡ôU”+4޼߀ÄM×Ö./ã§kã'ïz槪‘Ïø)ã§ë¶Nð®ÞU}íC…ÒÈXz X°Ùž,債`RçƒjÒ Ö€ÑuP0˜uãnÈnÜ_µ»^ÇTHú«J\ª4zëȸ«¹õ¿"Û[¼T訩½a£ÈíÉÔAx ŠÞâ'ÓµczgïÀ@‡n—¾¤·=ß3%Ç Áö|qxå-VK FC#tP'\'›€¨ ©Fá©ï !6K]»:Êjí'&Ñ7ù ˆÚäC[CÝíË['£È»: 3Ôv0Iìžq'¸šÎ‘‰ŸAS5†ÉÛÆ?üWµ;Xìì*Ô|°Gê¾qGqRž£§w²i®ÉäúÖ¸D_ÒªeáTÍ‹í«Š}#5¤OÂëÇ}yݪ;žzá—šbë‘;Æ/RMU7˜kSkz‘ÔP=-3åBãž,s]H“Úz0ç‘MÂCg&“‘¿WËëìø½Ìzj4ë)3ž²sùÆ(\É2 )˜ÄfÒ5 Ö({8ª^ý!jc윎¬Å„œÏW="u~>_õ fçóÕgXµîugv>_#*ÐI½]¸UhvÄm½©ÐìˆÛzS¡×dügj4S£×õ¨A'Tý»Ã6ƺf'ÝN†%ùêÆÑxd1ùʨ>ÃØhgeLúÓ'ëYÕž'ÑxÝ5¥·CÑ4ò! vÎÒÿUúBª]2úV½4—;5öµÃ£ªî}Ó’ãN¸uhìZ³Æµ‹ÄF‘´wiF”X‚c2ï“»¤LJEÜØ-Eš«¶Ùë½§Hó¤i*2sÒï žÌA¹FmÇqíTWÿé˜ÉYˆa}\¯Çã¬Ëz÷,E<4p5C”ÞªÞ“×(g·T¿Éª ðk‘ÂRmãÊÌë,”¾S,Mº0J=HñzYg‘«:ó3ܾ¤·0·¶¨fìžq_hzûWÙœ Ùò‘þü'TZ¼œ•ËÈ­!ÉíÎ$7;n JmÓ&¸P…ü!Üý`©½¨³ú/ê‡ú¯±ú> šLTЄl2Ü×âL4Š›×À‘ªÆ›ÚÛû•“[ã¸Cׯ‡B« ZúUŒ!;Ū!O±º÷ƒ½Ý½…i¥jë÷+9i±RU#RçgXÕpWƒœaU‘]gXÙ-Õ§ˆä´éŽbo{õ½É)št&ãQoV¯kÔ(¼®åðLºeÒ­fÌ&]q̤‘iÕ—"d2­ž -hë¼xI‚Ô?Çu5;u»4ÂòZï;ù·ZW]Ð×h;­­ê­Ïl§uE'h¿ää+›­Až×»fštÇŒ4òñ1úáEÔRmG]LÐ5WÝ×…,©zm2!V¿kS³ïdÕ »ÖîöþþBïìBo!_KD*}ã¸#9Feq$™w­H¦oœ0u4½84ØÛž/ôú‡g´6žN*·&É¥¾Ú±¯Õ.kÖ¹dÂ,ñªƒ] £Äªýõ®Äª^›F±ÄºéÊ’ªã(Â*ÕeÖ€;=kàžz—UÞ$>®ÖÃ<ˆ„ú -]5¬¨¾º~y¯³4ÐW}¹$]<þ檧£ú­É|í¸ãR*u^-BíÅáâhõ†^ù†qG­z1Áϼþ>B¡Z$ãw;¦½ÅþB{ÕGŽæÛ{ó3ª/RÜP¿Éœáê} @¤½wyûʪåØHÃí¥šl*¾~Üñêè¯^xäó#}#c×E9+rËä£ -…UUc×Yk§O¼Ð¿wÂ<“öþb_ ‹ðmRiìþÍþd)›Ége3õê -U¿4ÉÊfêµlfòžP`eGT2˜ \ŸŸt…35Hôz×MYáL駪­ÑÆ(œ©¸ê¾p&?é -g&‘Ë -g²Â™¬pfœ -gì¬p¦a-ñIW8Sƒè¯w%–ÎÔ“ØËg…3T8S÷Ô»˜È™FH5NùO KY+QNÐR6ð¡Õ5¤e‹Ñ¸M0g-¾ºqLì&MÏHeåTÕN-£ý@ ~mäŽq72®¯v˜³Š+ -½CƒÅBï¢ÚRñ“¬¹ØßQè,öÙ…9êÛ Ú‡§×Pÿ¹cüSÄ“­Üºz„²å ,Q®Rö7z}òÐ V(OÆú䬬·ñÊzK…¾±ÄÃïXÖ;Þâ>gOVÎV𯕃ÿ§Àwø9þPõyPל\™Ç©ææz1¥–ŒËj¼±7™Ä“°©p-4xÆŠ'„Ȳ䢳pÞI4sd áÜx¢¼&ÑÐ !Ö>Bªê¨SÏå ‘µÀKë7‡ÜS½L뙑Vu\·g ”£ˆØuÈò("²Q ´zלí¥âpw_a¸zk Q5è¤Û~x-æÁõ¨J'ýqMäÚ(Kš% ³t–€¾¢õ‘€®m¿]–€ÎÐY:K@g hõäm•% ³ôÄ' ÉÞÄ´°¦Ôd{fI纋ê7J˜%K:'Ìþ,é<Îâ Ñ“Î5F^g×Ô:$vϸÛÊBoïÀòjñëŃÖáïÍyÜxZ5ŠÉÛê7©ÖQìì*´ôƒ=×_½pOÝ7þ–EÕR~¤Ô NZmD¿iÜ‘ÓÓ;Ù4óWZCPßK4‰[Òg!¸ Áemê"W‹ñ‘Åá²8\‡ËâpWw{¦t• -…þ)`†¦€Ö.v L-ô†§” -SJíýc%Ú³Ýx+k¿êiûªbßÈð¨£,f®wjt«Æ©Ð ¿ÔŸ‹Ü1‘úÐ+nC>ÁÅ3ÓÙMiÓ¶Dã1H¦I­™Ô±Œ¡ÁBy)ÛQ×ñŒêÛü›­9h˜¾±žYMöŽƒ`é^–å³`N’_³`NÌÉ‚9Y0' ædÁœ,˜s :C7ÌÑ‘ŠédÁœúöe³`ÎïÌ™=Ùê’ê(25[ûIšš”û‹'ggŽI„ºÔej÷稾‰B÷稑:ïÏQ}£‘¬?G}–ÐÕ½îœÜ½9z‹Ã³Ú‹cEÂO^c‹µL…ÖÀ®sšµ¸ÊTh=ÿ™­5:éÚ[Õj\*´q -j&ÓFYά­Õäkku}õ~šï†ú¯ï£‡&c낪[ye­ êJ§4övÿªºíXY}ÙÊ  °ê©úøhºtÜèì* #5• -5qL£HºÉØN~&­Úuå%\;¡6Ê¢6𑸓:°¹q™7Iܸ¯ ï8cÓl«ªE¢zr"LÈZ0©ÞˆœÒ–VÕ˜,/vÔPkª¯Œœê1ê.ÔRâ^ž@&Ö-p³HCZcñ'K¤zD²HÉ Y$ €\Gë’@²H=@†ÁÊáxNî,vÿÀìáâpõs0DW?Xì­a»nìžñ÷Ú«.¶ìé›™n­µè-ã_EÚRu7™%íC…ï” -ËF -ýùê}ˆÄ]ãŽ`g©&·÷¾bõ»4øæ*4og¼òUG\Å›Èuezu»6YKíÆíÂT½äì, ôUoÒÐÅãŽNÖƒ©z‘?=˜jPÂY ¦«¢7-˜¬–ªÏw¨Þ˜T²nRY7© -ݤ&$žTsO¥¯$–ôàHiÉH/ˆç† 6fÝ`` ^ >Fƒƒ¯aZˆÍ±9ÄÎ-”–KK -½#ý]‹ÆØLßÕhÕW Õw-ZõxÔy%š5é*ÑjÀè:¨D›üIŒª k/‡aMò$Æp•>Ec¥0«¯<‰1AÆlæf^`±PæÖ4ŽÌl|?°j³ óë̬_Œ2?pøUw˜h #×ñs’í¹~Îm  'hBÙŽ´ëEsäj¹DßfIš\æ$˜6áãMPz„ìéû9-^!Nò€ÿrͰÆÀ¬.’®çâS€À\X -øª¬´p}—ÉñC$°ƒ ãA‹ãÂà`® \)`-ÛAú®Ä;„tË%Ù½YNØÊAڴЈ[Â*¸2@®€?Hœ”6dZž âù(c€£”«$¤$ü›=œ+ ^œ4Xò„-'îöˆÚ|††ïuU 4#¹>L‰ï" ଑Z˜±|@¨/ BCê‡K=µë*K³=„Ò0€¿ðK‹tQð19Ä!VņÕhø' ¶žÁw¸È¼0ðh€0w–“ä¡«HšÅXÀš$2³°x¶š‹<%Xªóþ袀î%q…D+ % ™V -ä§O<À@} Ç·™í}˜#àuŸÈ^çK¿ÀR . Ls:Kd" - /E -vŠ[ 4å9„½%mÅÄÒHàÂý¸$G]×C©ćs†“hÁ-‘ô’ˆZ!Æ4ŽÂ˜Ä"Ìb*Æwà,:¨U('e0t¸„ÄdÒ×C…´‚+`û(Ôe‹lE°AÀ´)Û‚ßq®L¬ò`bqøB¥ â+‹ €†(/8¯ -h0ä ”ß°äD @ã0ÑÈFm358¨Ôç}›Iä7^`é‡&ŃÏÜk£Ú­ˆÜKd'ñ³ã¹0ÍR’Þq|ÅD΋ØÙ£îr=¨”ºM…?‚ÂP£!|MŠ€KgäZg %Ü'µ¢¤g)’H€µƒ ëàl*TÊ ²CZbr„Ç„'½m \.y˜ÖËΑž·™ômŸ´¹ 1&B¾0±`G°ú± -(¤"€‚»-’`ÂBÅfðZ„™õPâa  R c·ˆôX0‚†0t n¶™ÊbPàÒ¼G¨€Äp5È_ s(ZK‘‰a±2µ<À4½ïã³]à#˜t´EQ€ÍÂGh±G3 ôE`Y°$ÑÆP¨Ü">Ev YI0D¦Ê&ƒÂ³=~ xDŒ°ä,á+¢b£)‡ÓKsæŸq‚ `û’x_ÙÂÓÔh»8hËEׇ%€A"ç &'yôLmûš•t4|ÿ†ó†K(=e&Lë²™sgÉ Ý°Š€–ÕÅrÉv@èÀa!45Ò*â(Xì"kÀ2áØ88¿²?—¢;$FuÀ÷ÁÂrar¸ÇCVÏûWM:$8ò605ÒˆDAÄ“n£%È®”šõÀ¸ÁU"ê‚;U21 -²‰AHK’y ŠE¸?HÃy@R ’-ÛS>Ó"Ú¨}t2èBI”Ø$þP¿GƒhÓJä§F,+šê±*L% Jäж}2J¥r €Tæ¨ØØ` “‹ÃF)®Xœ0üÉÚVX°|8c$mœL¸fLÂTi…ô‡ãjZdKÄFì\¢XÀ€d¼ôY¸%êa›O\K ŒwÄ„çºLŒ6i$d~VD>ë$žÀnפO Ètð}Ô‚˜Y±<£„ˆ.E -L"©•»BY€f8™Q°xðHÁª\’øÒò0><¢X@ÜaóW—†œ(‰ÒAËÙLÌÚÙ€5k3‡¡³ R”‰Ö*EmH‚hñùäfìö!Aw*X|;¸j`.€€ÕªØ!ž;Ù%ÙçÙl¾†S;‚žíŽRqÊ^‡Õ¹5J…Dˆ –AnÛlÒ 2DŸÖM±ˆ¢_a€u$•o€ÊGº ‘üS;`¡LšÄ<.ÛŸ8(ÔÐ˲™ò˜Á˜FóM)móYèÛjK¤™W®Ž+†VÀÒ¨\åHw²3ª‘Á)›ç†}$4`&Ç) -þ@*¯5š}N; -©yÞFeMªß†AƒiéÕ¬ÀqÂhŽÍl£DÃÆò]-–iMËwô‹ÔÒ¸< œ`´H·²JF HI«À7ü¢8, l¼Œ34–ɵùµZ¾äåsÄYHIɪٵpÖ{{èrùèR&ÉŽhQ {Çö±òaYûPûÁùìQIpÇ(Ï!ÿÀõôš ̲J¢õà£>€™!ëGˆf P‰Ë"WJÐCˆ] h`qp·H" zè[ˆ%2e¶GA› Ë.™M–OgùyÆ`àb±â±vµõ -ï"ç]a`ä9\H”H†2…1dò¹¥,m²º¤‰%ùèíg£aâ²ö6‹pÊÐ&„ Ø+õm‘kIe*Ái@2ó}#t<À,‡² -µ.Øu¨‰K*‚oÈ›¸’ަEÏ&'†Åa$T$(²P@Qô -Gƒ$ÞŒn˜k8Ä逌$‚âbMì -Ÿ-Nz=ÉL¡ïsØ'BòëV‘´um›)>p•C¶ XÚ]B¤Ñ¼±U é–ßÎ!w ³@a4Á~XœîˆQ´(v©€cÀ6ÊEÓF¤i´²à8ˆŽÔ`¼’©äãê ¨ Šj®p1f§”6øq€-Š)ƒš:’‡L…±7t‹ÁsFBˆ‘t4!‚H±pŽ|TÁ æ¤Háºäƒ9=€‘É¡ÚÀ Ø@Å0‹QÆ HÀ\Ï¡“B• BÒsdß(”$8…R”GÓP’Pw(V¥mw¡Žm)PàY¦g Èi¤ð `Á…×Z¦ 'ýh“îBGí~Œ4³6†¹“•F(/qÔØó„vv=ô PÙÍ»ÃÆeð…ôŒ1 ˆØÑlpiaá¡äè ER0ã7ä¦bXS˜- t˜?‚¡áÆacÉQ‘ÊRiJ’Ç'+`õì¡Ësïb^o…5EŒäud—E²%Ú×Äy—ø ¥±Ð‘yÄcõ‚ìd -ÍsD´¸ÐÛ–ådb󇙗)ÌÌÚßW4~'*fŠ×£â§` 4#Ç£7 ¶ O½/9ºz½0p›#ôŒ°$§Ýb‡cÜà:)v¤i\²g鮌5ë_PŒ%í…`Ý<Š·ÓQ”Þ×Ö’Hy -Ñ×&g„ƒô¨Zñ…R< Ђưm¢GÒMAº¤¦OÖ¤eÃs€Þ¡<©4 -n“¥á "0 -ÏÃlS¸£¦h,qhÖGÉOÁyÝi®'¯ÖÅ0DŽƒõ¾Í;d|8DääLÛ”çðãA+@#Çz–W,ÙZª•Çp³M Èì v6bìP,UÇäÑíW¬mR”wåà<úŒàuúcçǪOí¤|[õqü©cÆñ)6?GçÄlΉٹå”.›×Ñäæn¼)7ï!¸¢"ftw ¯)gö8'W!Kwg¡´¤Pj¯”¨«“³+$äyxlQ€i -ìN¶Б´…’Sè9·•ï«+ßÙ_ÏL´ÓlŠ›xšò`T=$&ȆoF•xè—"­ä£{ ‰ c’ÍLÏQ¹ùt•‹¶=F$Lq‘U‰13UàX:Á’ÂÃG¦˜à\\\ζ:ÚH&·Ð¡—³¶ Ó€ NQ+ºdÈÑ5ŽK[ô©ñã⢱çúÑ”HÅ5Ä< -¥T]J”·‘º!;Ë£|†@Z³(j èQ.Ù É<µ%RÙ—<"ó¦´83 @› xv"RƒG«-´@Ây%‹Å æ%`€8 -…ÑŒA ¼@Cƒž#]J!’gí#Æ‘«,N—ÁÔQ0€‡*ô¯Å&+ÅU1THË‚!´o[1l*u&×¥¡Yìó°A™¥f6Umr²ôÍ[ p6ÝòÉVL"7ÿÊô.+YÞ”ÆpN_»±>§íÈDû,pgSØC‹×$K ŒB»¾Ça$J-K׃ -!A`逿tÖ(Éívù¸º‘À•g„ Š<`ü¶µÂЯ²âðœ€h -^áa$È%‡Ž<‹9JGrnRrF´%‘&ð€–»™"<œÑ -lü¬6‰ER É,Ö)±­ ”k]'U„eÂÀ¬ºù¥±ÎS/ЙNcN‰³ôü¤ç01Ó”üE_›i£ è3RÍ *_¢>” ˆ‘[qê”™: m"ê§¹ƒÙ&&OTd‰)¿: ‰G5(À°„<}›³E(,ßeß_è2߲؈þ¤á¢ø‡\ßew³E¶ä y…6…ÜA,ZÒ˜  R; †¸: ÌN‰†¹”sàP¢Ì9>6ú| --JíS²Ç¥(ÚídX¤ð» -¥¢ír°å“hê=ò,É1eÏБ¬sø½óÉ:æ£Ì´ÇâÆõ¨¤#3èŽùøpޱ$˜it.‡=ŒB#"»”¿RW°–R&UÊèJZfy$=Z†‰Õ¢S¾fUQŸ²´+‚xŽ£DË´¤Btè LïóÛãóvU3†2ºÈ©˜owá"&9V³…,ZyâuÙP<¥ôCHÓú6ºéNÁH¹_t¤Èë¥)EƒÑ¢r&)­ÆpC¤â€Smkâð\€¯¶Â¨ס†sÌNÎU¥MÍzbe¸ -Es9¸ôh_ «MekhN::&à(G‘ÍŠN¯'eì0e{:KóЉKX!ÐôÌj±0nÀ˜ˆð6Eé9Á5'›À£*;IÖWŸYö’L‘d7HtN%Ghʇ2 ìWXâ³²v1£Àf'örÙ -!ºèŒ7`pÉ S4à -a½|+c,0Lõ-> -#˜m牔;"ç‡æò|ùx…<¥¨–‹áUOk@—ôMÎ×5ƒ­œu|´ˆYä:8VÇ¥5MLRëU%Rìá}Ma.¡å´É|WCáB¦¢ÍI+´¤0¬CQž"A\yEF"+4ÀP­¢“À“C¥‚øΠû-Tã¾R•fç*l¦(3ž#꓊YXTÁ /$V4kГd–:\¤Ha¤£Âš Iª„Áx½ T…ãØ\lG†ÙÙIb!˜UI?ü¦õú>¸>sÙ™Öñ!°é@™`ü‰éLæÎ}r ‘ßMµkðJßb(Y宯éÅ!ä°ƒþar&æ_™BÀ–¢,¯É¼+P:º”Çj¦Ú>‹2.®<‚Ô(Sx$påL¹uè`©@‡¢9G/›ódT?K¹Å‚×&–&ï™Þ`WPµŸ§Ðã ('ƨò—Ì=ŽõQ) 0…«y€õV+ÍÕua@cÊщñtl#>SW#EL>Ócšu¦E·÷¢’ô15E1Á8ª`ùs†¡tb<®…v-Öv1Òß,uúÁå’ÉV4I»¡ûÆ}`ö“FÄÅA¥^È´®Ôæ 0‚œÎÙdcÞ -JÙº8­N û4è:²àÇ:S›³˜k)öçÖ -óЋAÎ%ø:V„UæÒ§“ü @SšŸcë˜ðÀ$âˆfŠ] -Y;˜Î25Šl$6“ºB¹e‘ƒÕ%Ž -¸ŠÛE)Ï–9r"†7æbu*B£`@IáèL{À¥PBûÖÀdg´"d`fCÙ‚íü¤rË+ i _£”GƒóT„Dn Æn1c†â_g¡-¬ßD>8çe˜Eö¹¶E* A·±@¢•Š”ÐÌÀ¼¸dg>ŠV9ÎÖÐ#% ËãèåŒtñš‘:1Á€À¬ŒÚ'§.‰ÇÕC3ätáÃ0¨F•´t(s€-(J€³‹eÎ$˜KÁ›“[ §%U1¡Ee2‚È’Sõ,ŠÄÒ\ãR@C.Ÿ§zšÄ(®ju¦"XxID¹*ÄÁ⡲<Ï›.Áh,Øl ÃA\hj£Ò·È1²9·@ñ6R÷¶¶Ê¿³ÃêQ® ]|‰E’íuLÄPÆÚÂ+€ýNÞÁ¢/à—ev†óÚ8Ê ¿³£ŒZMðî¶<ô(6Ih®ÉΤJEIÁ#â{4`qΑUQž`ée@^›¬C%I%ºƒD› zD}‰Þ/Ö<Šú©éhS*„šŠ±¦ã°ÄXÄù$n=‡Tì¼]!XÙÙ”ŠßQ᪠<$€¤§c|È… _o~Èe›CXQA.¸k¼cK;[¸€lt¼]…E5˜R¥­D´Aùý˜M÷É€V6ÕO¦Â¥H©j"èšÂ5ß”šÔŒ¥f•J’!ðt˜<H§|¸ŽjK2I°‡r¨Ž×¢Ø&BU¢ -Np¥¢¤£M‰0j*ÊšŽÄ2ßKž;‰)L)1è |$4¤\œ>T¤ ¨. –ÖãOm^”ÐWL:æ €cEOY)21 G!ÐÔ´pÍTïJQOkSŠÆÚ*Óa ÃѦt<:±NFµ¹à”|!,\@™$H.ê¢]¢Ç± ´„}òqlKhOéP3ñm" X§‚Ú$ÕhƒetСw±ôÌò¹<ÑL­ÕU%:–u’+êèrÈŠ+›zf[¥pu*¨ÝV1ðŽ¢RÖsåP¤Œ”{òXeé’î -ý~ DTPÎY$-<ž$ìÐX“Xꆑ,°HÆ´¡‘Åño©×Ãô.\xL+¥&äÊ6 ¹Pí'$ë¾&žZ‹\6ÜDœ*µ3—JµÄÐÛ¨$…j+±z½o"ç“B[l.. -æêÉ›&Õ­@‚8–.ÓF -ÅkX ’+‚6ƶ\ÞY£M‡«RK:€y×â}÷Ó8(FÑõT¹øb>•Àºx0À#mìm ˆ, -d.§Gò<™Kh±a4’t)09‚$(I­)R4Wq OE÷8,D;Õcù§´à¡@%X$Au4U 9\†Ä/rh3EÅiÈ’¢4B»£T`ÒŠÃØd•ë|‘ÇåØHº`¿Ž^ƒâ7Óî*¾ÇÖ±P]ÂÊ®“$30ÉM:ÓZa¹Ú®&åÓ!~KI&’É‚TJ+¤˜ò<þ¸Q -©ºEAM„ä®éH)ÐO$ÆVôX²â:Ù@kà)!¢IŠk«H—Éémª”#KæÑ*d¤*å­RÉ­Ñ&òf]*^¶t’F˜B.AæÍ‹K!C|8±6ù¼AÈîÒuý -ùªÑ¦ŠY­tæ+‘dÊó:sZÈÁíx^ô*•¬ªîÉ_5®².tÐeÓH'žä…sôþí¸S5•ŽÇjÆ%ÄÒÞÈ—4 -.ëköMJ •Ò¢´P2ñ•NŽ%²9­•3>ñ´Ð(†Q,ò\)S%9s¢SŠ«Ê›)Ä¥c²TªÏ”°¦Ó¥LWÇ0[AµÚsi/#Eç©Ïç4›x¹¥Ë‰}Þ „³¨\¨ðxˆ¢ñ$Na‰¹V©¡È2î>EKº™bdŠ -Y° ÔÑÉ~Á:ž«Ä(¡A5{J§?BœDIO­}d ÛÔè£dÔu8*ŠÂ„¹<»ž|¨.2ð”ÍE*6‡éS8SÊ093éÙKÍ1íXÔ4G´¡´ 3»°}³/‚÷‚‰ÇdH;p$¯2oŸE1K¸ ð—¥´MÝ®Ãj› ¶~•ÏÁÝ ÌkÚ\ËNé@âLeÔIjU®j‹#*  Ãj¸ŸÄ×I(Ÿ-FŸÂ·Í¤.à½ó){ªx›»¶z7Ú éP~^Æ –D»…ciœ¶¤}œ|š¹Lv\ò¤t¦MFÉSˆtE™:C4D›úA¬&Ò˜Ó.ùäü¤ç09Ñ\…ŠUy,ӤùQªÌfɧ‹¨(ÏEÅåè³ÑlÒ.,ŸY6ž”mªºM§wSIRÞ/k -}“ZAMOJ­çÕ© hŠ2ŽmP~•нÎsy$´ÐÛ¦€4õ“ýŒJ˜‚Âllu6-¨¹5T ™YÅi¯µ¦°&aPm²67ã|í6ÅÊ<•žÎ7UHb§ÒÜÉT¸nÿÀ³b±&}È[QŠSïlâÐVŸeƒÞ*ƒ³.ônÛxQÝhS…Ê»Tm^2%­ ‹cyëtj»B¼³)µÀDQ -HSHêA¼¥ ‘o¯“Ofî[+æ÷“ÚÑ¦Š‰ÜT²7™æYI$£Ó ëJim_› -n¢Àn=C küC?!€ÌXLŸž¤Ý -Üý‡¦¾ŸÂÄ -(€¦+= -[QùÆ!xÎ9D×Ì[¿¥_‰¯RñãÐö(¡wÓ’JªG„Y&µ8L/œÖD|(*KÓ‡0ISêq~ƒ è‚X¼wÅaGd=Nˆ¶–߆ÙjŠ›Ñv wcaŠ¥7àp¼?œbºíÙ+N2qzb!Òk•ZÑ|SÅr†dÉC*§žoªxOçæ |½aCPŒY¹Ì–hóÓN 6؅ͬ‘sK›\ldÛ´3 ŒâIíhÏå}áTÁŽ»,|@™¤P4ÅT9ÇoI}(Rô2fù™÷˜„ |Nxä•Á̰ç…k‹—C¹ Œã"ÐÎOÇÌ£§#ÝhÃYLZäÔÓ¶(›3ÉžŽˆ:Y ”æíƒð`÷´9wÏÀ"*v€†‚+¾x-^ -áÚÚØdrD¹NÕ‡˜»@×mjäzŠ÷€IæQó¤!n™…&Ðe!rü0CÜlZŸ]°©$õöŸ[æRkB"ÞÑÓ×ö(  õõÆòÅèw0U”Ÿ~;…]#LáÄ“c.«¤Í’i›B¿B´°‘†ÍVÐÅ y DŽãîî&«émJ—ý¤ -ƒ*Öi!a¼OŽ!ÊÉiº²A<ÅÆg€½N} ŽXìÃÞÿnÓ®)LS :—Mqc[Iàst¢¥žø*²é*ԥʌR…HÉb¥|9(‹tpš““B{àcÙBrx_0†ÒQX[LÛeÉ]æ^îðtl± +Y]‘õoù5¹Ô\]U¨¤J¡`F óc%.—¥±M†n:5ȰQÃÃv8pdÇâ®`ø;©å›*:‰WuÌ=±OHµxÔ§ˆSn˜PŽvÀím?º+'æv=u\£Mé:¯XØ*¨*ªãtU 9ŸƒÌ'´•}N®ð ÷æR5ªÇ£ê2ÓÄÓÓ š¤NL¸aÙ€ÔÉlveQGCvÍPx -¯RÑX¢ª,Yt–,KËÂLí‹ÇÐ –HñÅ c…^Ô32U -–,‹“µ¦ÊÍ’s9z5 -Æ8MÇöú¼«2(rôÊÕÍüÒ³˜œçä:$W -+T¸`ƶx_z KapS9*¿dmõ9ˆU¯%‹ÛâÅoÔ8„_™žTˆbQ~ÞqxkjE*B%Ò¤´ ¥ë±×C²jRâÕjÉj¶D½­#yI¾–Ûh8âOO·WÅ$r—ÙêÞÚ¤{4(ä. ÎÓ’µ‰GœD©ó•­É…»ò¶–dµ.±YZôR¨Å¦ã1`…iÔ(¦lEêpHkSðK -ƒ›á$‡‡Õ‘Ñ'0K¢N/ˆ|Sn&tµ£EJ–v®àTz.+Rèv»ÚmMÔ³6¥ -Þâåp‰r¹ÖÔ$]¥øy]qöèú0GÏGé48—Š`4¥|…Z…d9CªÞ!U-XuÅŒM6}N™r -ÛÔ[D§„±T"œJ/*=†9:‘úGAž(HÖT(1œ~&¯‚$àLõkÞ¦8qj¢HàžõoŒ4Ù¹éa›ë+mmv|гáî?È™ªH‹ÜßOWÙa·çd)^…j½DMÞ•¨ÛJUv¥ª¿°iÀqÝ’Ì÷§k’yj6[™’”N;•t›|éÔ2ù*Ét:IJesùpãeÀigÛÒ ,ödSùMº+M'J 4Îo&Òl•Rqñ49²©dBÅ”C<1¡ãm8whµP¤ÛÓd‡Q|R·éè¿Î¤sé>stream -§I“5 G%Ëe`æX€ð"Gó”yJ(O€àf"c êÃl½;,2„ZŒ‚̈Ã%pʳC98&)pöõaL{VIÆ!¿ ÝV¾ Õ,#À -fó¤ rµ±¹1¼*|~[…w";º£ ÷  Í‡’Ý0Z[x â*©?—ÔyŠ2Di5U¾Ë\#Ãrùä»8¤ù´œ6Õô¡lì :´]Þ!ù¬/ÉEaaQÍ[ "7˜?›Ç¶¥ß„¯GÎæz{Jy.·ˆ0Ò†P˜+1ŽæÛ®ÞvÁþhF&­½¹|]ø–¶Šï¦1 ÃfTbI»Y±ˆêgÈÂDÛ£-rÔ ]I»º¥J¤[|Gn5—™7´UxkW9+]˺IÚ\ä°X°u8¡-r™Ð)AR® ^‹ÁÀ•vƒØ½áuúmé·ê¡8´;Vh4h(\îŒUDiÿð*Ó߸;$q‚!9z:#7š«Dy–’oÔÃàÆn&æAõŽÎª(S‹¹Êæ•eE-ý# ©ÚØ|•y|[ú4 Ìmp<‘wPò8 LYd[ù*G—jê|ØA D˜È}æ"óô¶ô i6õN¢­P('Þá蓉Tµ•¯2.)ѾLÂ,Òh4²ðÎð2ó‚¶ô;YŒP«*22¹if-aóîi›KìÚÊס/äk–³Í>‰Ì ؾ ï5—…¯h«ðÚ6jGÀÓg“pÆÈgÖi ¯tè éÈv`ÂÑåò]æ'äî仸ý‚N¢Ú!¿ŒÒ€l˜ÙzO[ù2¡«®ñù¶Ð{_Ë e¤™¹1¼*|~[…w²•üŸmÚVÉwú; -C¹™¥öþ®Â-Ô.ÈÌ+wGµ­x{TÌ}cî5¤¥{“˜Š´ÉÕíúŽÁbþÂU5ÜW˜!ÍÉ[›ÓÏç šÛË_ÌŸ¬òWò0}.§Ö Ô*½fÚ˜çôã’¹®R{G±Ð?œ“â&š˜çÈÖÁoþwZ1dôCg"€.‘Ô‰›ÎII^‚E!¶¯Oiô"1š›×—zõ2®éYØE5ì´|…á¾WWxàðÐasµ oZóØéÜÃD¸N`Ô«Ú§xVV™wOKãŠq,â–Z£Wû\lÙíc;op+=·ö9ô1Æî£†Ç¶LckuÚ´ëòm+£|MùKÁDÅ€®èst„—'UýJ½Kl„ï}ÅD.8m4ÁõGó>“|sµ4ßlˆ¾ùêS¯\î9a)LE²o6 YíãÖ^b Ÿ¢BB€A.èȬZ‡D$Š"¦ <ĭဠ­HM¤º3è‹@Õ0?÷Îg-®¨*h–´lt´GÕÆƒ¤¹­"#Õ¼¡˜y(jb}cD‡:4Oõ$--Þé§;œ¸¾£»´ÈülVœ9+B:¦Æ:äú\@ÅO!8?˜o\lûcsòîæJ¯hN ¤95Ö&­MßÑ…!Gö5¥y¸Ÿ§ù´µ)&4ÞÐájÜ@~kmŠ £P(•o®ô†Ô8R%‚Ik­6ŽçSœ³Å.k,ìYôã)áXMëÐÞ `3<5ÂÂU*ìJœ.ÐþÎ͘ÌRx&ϸÉi»aQ%ÄËбQ¿aѵ!÷ÕŠþ ‹®mnXÔzhj?žÐqePän¾´Óàí9³Ú‡‡ ¥þ;V ”†ËGqX¹›§ ôƯéo_Ò[¸s¤¾`ä4ŽœÉY¥U…¡¡R]Ê|Ï=I«fO’Z¿êSÔ%v(âC.ÀwBolrõIë~€mzžˆvâq˜.)ßféÝzxFrørh¥“o„n›6‚ú4)„Ðcu9>=6 - Þü`F×…˜[è™CóVó{kz^Ú®hŸ×hž£ AI¥J^‚Û"íÀá¹u`ña~ ›NøsPÂVû4kù¤¯®`¡ ,þ¶ãÙXXãsêHKÚp!;§Õ>ÆC‹ìr~9= ëAQ­á9.²¦lëJNnÍÓæÓéCソmddÜó»r˜LìCÈVO©QÆùæÑiŽÓk#x¤–¸Kª":%£üZ(ß8Óº+«à¦œ)èòL9rî†B»Y¹>HT,}B«‡Ö <_Ê àÝôš`@1z¨UÈVðwÖünÍa --½š¯Î‡Òç¦d!V”^Í!WWû8aášhW”_ØwÅ£ýÁ5ïŠá©\ôÝ«}œ‡MQ×W~`Íø–%ìøµÁx‰°@” é­­hêŠÒJ²Câ9mÚ1‚•ÔÜÞÉ)V¤7p „ð ×àIã1ˆ4ù$>$’Âã»è¹6Õÿ»¹(Š›fG%³’Ëÿ ‚Oõ4ëÞ‚h~×¢Á@¢Shüæ™ÁÄœ´&')âê†K;ús’ÞOÒŸE' =µéèÒ%Ö]Û -«†È”o®ŠÞú– èU]ú—³óÝýÅáá¾öRO¡?÷ÈAóìÞb¾ðÈM=ÍÁ•˜v´Û—»D~mã_韶¦Ä×òEýäÏÚ9þïÆ³Ú‡† -%éB”¿ó†ššù¤ÚîÌM+},"¦¯Ž…_¹á[ù+•Rv^å±-6=˜ÛBуÍ}ñ§Ñ‘¯c?XЃùx"îÁá…Ž<.ˆ|ûÁ=˜6÷óƒÍ}ñ§Ñ‘¯c?XÒƒ;|°¹/þ4ÇŽûÁŠl—Ï)/^äivÿ:öƒ]¦Šð¹vyí"ób߯~ª‡O-¯[yÙ©藱èãíp˜ár…±½Ø·±ŸàE8¡v8Æò“Dû>Ó„ÆéÍ>€È§¯½ú+~¯¾ òÕœE™{àª|:» W|ùµ¾`(ËK Øôáè6h¾¢ÚZz¡pt ò!é¬%$Ù„›d}+o%c 5àD kîÀ炇Ïx AúFE½â×9X%GÏr5„Îá6£0wR1 VèwòE*ðÝØïR7 -!Ré$öóôU‹c£ó‘}l£ã†Cäªäsää2ÈöËwPPž–2jõxØ’ßÉ Ó-“²Ÿú@mšÁ“0s™äëm­zJ©Ó™µPžH\G;e莥g™wî!V¶ o…5àç IçB#ˆŠeäZžù<´ôA TŒ*¬ž~«G'"( 3ÓÐNUšž¨õ†¾•ºŠøŠ·ß2ÄL9I ôR—&ÇæN‡ÎÞ p…~oÃCWh!¢ž~>ô­Ü[2rî§ü -ƒõeo¯á§¦Ÿ¤]y¢ƒæiŽYRET)[L§’Y‡HX†y‚¨u!“›«A|’=i ýÀ0#d…¼€­ÅBPHùR$¯£ÎXø4î Mœ¥'Î1 !Ǭ´nfÇ ×f¼'Ác€Ì¨›„ÑÃÌô*˜wJ½2Â/‹!ÛÕ“É'å£J¾ÕeïôõÉWf’=¿T¢ÊSîê§é“Ú…9 AÂ-³ µ¸"£Ò ÙáÓ,7FœøRÛNаQãZ—ºƒk„#Ð~T‚™PŸ;Óø‡T[¾9d“ð Ü3ÆÕ’vGhæ7H  ZÆ7(ö!ÌÕÝ‘IXsè&e0ç:1f26Jlù´âŠ2“äF¦Éµ§wqŒ­U,/äì©.é|°˜è—|r^\EH:¤'ªIÂ)/«›((ÔJQ V^ø0­–Œ†Ã—F)GL7Ê$E4&Zv"¦Vq¢4erNT'Kjƒ¸™]âˆÚçJ ó@b«º˜!Ù‹ŒÚ²…,N ·^ÚŒ¥Æ¶š±Ô\/4¤´ÉD=QUh=E¾ºÞ5Xj5¿àšB;ØÃ²ÙµZ¨áC_Ô°2@QsÙÆžu©+"‚"Z‡OÔu­ˆv¢¶ÌrSˆ -ß7ny˜Ež_ì¥äñ„q=8nJʪ«AÂ7ºšjB ȉ½Îˆ^É :ˆ-ò -nj‰lá>W‘KíˆDðŠ€ìã”®¹Ó<ÌÌ¥¤qñ)—ÔÊ<¶4²…”ˆ, äþì!(ªû ¬7s=Y–L|†Í§i  ó¨@bvdf'»AFB€ç–EY‘ Œcù F'Š(¦2P;ÆFáȵ\g©‰ º¨t|ÁȤ`ѤÇ1J–Ë8rÊ'¦„€{ÞO›:Ôé5úDn=K #$õ±ÒvL˜ -ÚNhéÇd Y#šË È¤”áä ŠĦ˜½éÄRPï‹è‚±½[Tê‚B‰ë¦ÉÄLŠ´ÀÆ–ô I„÷0 ô•{µ f„ÃÃMΖL áp³Å(²òüØ”DAQc=†’( ˆ-„ñðùœ9VÄZ÷ã ÁÀ,?Úá¶“ (ãâÆhC^¾L)Ö{ 7"‹½–Y¢§²3A5#„…ó}"äEæ¤ çÎ<¬<Áá;£ ŽÍ,— "ÂᆱqjŠà¥&‹Â}(ž0Ô’–åXB±in'¢-úXõˆ^Å¯Ò õjä«R× Ãk~Á5E[À_Á§‘ô öSô¦³3Ò4 -ÂìŒä¦Ó -³3¸;­š0¹ -ÌÃ<ÿVä,QEtÒTü:ËŒÍØÜ5Ã0¢ƒÎסá -cš‘u+ƒ0C…IšPªðN›!ŽÁ“ºë ¤œ©1QwêLävï*{VePPž¢2Pgjðc`‡*—"¦ 35Æz•A˜©ÁY³xÖ¬Ð,å…ë‰ë\=¹&Q#u¸ ‘ -5ؽJðb™D¤ƒ5äÙ³ôxˉì*áñ+L¢Æø)Ò‰ÉG½ÐÈrD•¢A o¼ÀL¹IÁ˜ü‰Ñ­˜gÑo-_Ç{èœHQtô$ÌÕ`þÎ ô0 êÞ¥4q:W‚üH®&4¹Å'JIߤj÷‹FH9U£¨ MªFçɤS0Šéd<Ë ~™Ô'å!(L6ù”AˆXLÄdjÐø¢£ý0ScŒ4…™c» –aJ¶¾$Âø:õA*›=dô"L'j¤>!§È2¬ ÈF6 ð]?q»mø´ ôä\=ma¢FšeöÃD ºm’'ÄqR0QšDl‘áì*“ -a€fפ@_g›‡ð²¸²t#‹Aa¢Fòò´B{ÔsôÓ¬0çÇý/$ÜË8<àr¢&ðPáJ/LÀ(í\aJŸÆ®£Vöô4'Q:ÃUñ‘¨¼ª¾&_î‚ “©‰€Ê™š˜LÒ9)ä?©QÚh"Ö Âñr<%¾¶m•޲!H§`"Ò!šªáΟ‘ë$5McP(¸ù5RFV9ëëÂäwSCPH|Ô……Î -õæ÷bù/™z¬ò+¼1Q ¥L t Ù2µ!dÄ ¹—A¶(Cöá*£B -Ç‹q¢(~g™c¥cñpË|Í9b -ýCQ†ìÉ„%‹çÍéŒ8ºÜCPt"$dŽ­ &ð¾1"É‹v܈ð !Qk€ÆdÃgÙ ñʵg.5*Õ*Ã@`(ýñü …:‚ˆ3 C^_0À0EŒB!v³Ou/±Wp= %’:!7aîŸú ¼L…@ŠåÒC ÉWÑß óUœ—¦)/'¬|Š$Å–Fs\týj3 »h¹Bƒ,í6ÓyY!HßjëÆ¯ó5 —ŸÆqz«Svê)2‡{WãÀ¡ ƒ« fQ36+ª…)ÍŸjáfÂI U‰²‚Î.Mà·eÚ*¨lYÔ¾h<)BúàÊ(Õ c,D‚º°í·DåÐF`ÄFÚ(C"¡h²‘‡Ñù<ñ—R]  P˜Áé>þ„‚`‘ø„mEÔ_h{‘ëBÛr7ûÊ—‰W„ŒŠÏ†MyÈŽ® ‹ Å*8C )r V®„5Š)Z0Ë»_"kcöbÄVÏ™Hp´vöc,]†Q,OÃM»DžÆ;£íSI  @¶­ “õ;lšáˆB§ØÑ×…;Ø¡Bšm¬2H•ëSÊ@ßg²‹³jÙMLX¿xTŒÍ¥Î¸Åli>8,ÆæåI‰ºg.ò˜r—u/â³ñáÖw´žŽ±>Æ^Ü8ë;ZŲ¦ì  -'% - Š÷zE¦ØìŸ‰-…£ÃŒ‘%31–ÈÂ:e{Š@!C%h ˜;}× -ÃBq: ƒŠF™DT°{1Û±áѬI4„þel©Iv|NÊ ÈÜ•!Ïjã WÂ7OsŒðw"áMòŸc+¢P^}ÒYœ 8¸#ÁG=%^÷ö0èª+#+9ŒOóB1ëY Îk˜˜o„ž¢ pN¢ÀP›‡™ ޼³¼‘±™õ|äctU…±B¢äÁ>JÅ@PDaþ5 ŒÊ²˜v ‹;âšNyk¬SÞk—÷ÃF¾:ײ÷¶æüÅB¥‹;„Jw•*îªBq‡PÉâ¡RÅBU(îˆ_g™±Å‹;„ªPÜ!Tª¸C¨Tq‡PŠ;„Jw•,î@?((Kpq‡(oÃ5EB¥Š;„ªPÜ!Tª¸C¨dq‡Ðg†1 t…Jw•*îªBqGì:WOn²¸ƒª T¢¸C¨Tq‡P©â¡*w•*î*UÜ!T…â¡RÅB¥Š;„ªPܻދ;„JwU¡¸C¨Tq‡P©â!+w™,î2YÜ!d…â!SÅB¦Š; ÈÄH‚øe¦¸CÈTq‡ˆîÃÕÅB¦Š;„LwY¡¸#Œ=1!mÉTq‡éâ!SÅB¦Š; ($|×O\ÇÅaL°Î2]Ü!dª¸CÈdq‡Š;„Lw™*îñ­©\Ü!dª¸ G/¬¢æye…â!SÅB¦Š;„¬PÜ!dª¸C8©âáT(îˆ]Ç©@!SÅ1\Mq‡©â!SÅBV(î*YÜ!Tª¸C¨ -ÅB¥Š;„JwU¡¸C¨Tq‡P©â¡*w•*î*UÜ!’ûp“¾3McÒw6Àæ²{J¼÷cRÀ¸»HG ß™<7 IùÎÂlÍŽ=,é; YÁwF`Âw&¢ŒûÎó 0æ;Çnfß9ö -öCaw72dãG‹€Ò¾syž"KøÎ±97¾sdmŒï[Aö (ê;XoF´õMh'æ;'žÑŸ ßY¨”ïl¢G1ß ßµWÂw¦UÒw*å;WÆ}g¥|g2ââ¾3±VÜw6 ||RÒ¾sÈ -H¥|gzmÜw¦á%}gB#î;²qß96)Q`ÂwŽL±ñcKa|çÈ’ß9²°Æw6 ˆï£ í;£ÈJùΉ ÙøK½ÀK¼X›$*å;'Ð ß9†-ûı9)ƒR¾3ÍqÜw¦•ˆûÎÆ5‰ùα• QHúÎ ‚bß9F<Æ{L=mó&}çÈkKÃKøÎ¡*+ûÄzŠ‚R¾sdîÊKúαuˆŒ-é;GVU”5pÚwN»ÉƼMS¾³E6FD}g»Ü%Â.w‰ˆt†ˆú¸µ{Î5>þšÒý®$ÿʼnøÍ¸êdÙ:¡ãŒ’Åcˆ4É*—Í'â7+-œlÇøÍ -Oxrâ™t˜â¼™;©@+v'Àéa:Áfª†±¢”£§ýf¥-\Û ýæ((ô›#@©Â;¹Éœñ›µ;‡²ßl\ j¿Yµð9o¶Éç•AAyŠÊ@í7#ä¾8ÆoVºó†íDüf“0±ÐoÆYãk¡?¬Ý5ÑwºT‰»Ì•¯ñÿÏÞ{-4’$ £çx!H SÞ @È"ï2…$Cfvf^æ¿ùŸá\»ïÅNFdV©$LÓ³=;3ßöôn·”J.##L½Yfþ°(Ko†BÚÒT›-Æh©ÍPĶ}£6ËÌE@)™ûB¯ÆxÑR›IÍ{)ÚÔf™=L„B”Zð‚Ï„¸©+æ»SѦ6[—öz4¤Aé¯B ÌÃÒš“8‰–Ò©°÷¬7¦5[E‚Mk¶šZ³b½3Õf…¾ã›ÖL¦ÆSuÎÒš7×Á–:¬0wf^غÉÔU -}›v­ÓÓjSû)„"Kk†‹ ­i›" ñ©§„­žIü-½î UÀÖ3ÝgÁR›á¢r/Sm¶—Xj³­ÐT›¡/]¦5Èl^vM’†½Â}‘Éæm³ba{=IR(ʘ³ÂŒB[ëT0¡1ÛO¡.Í-NŠLÙV´Ñ˜­BÑÔ˜f€³Ç4fÅ”ŸDJYKIb§ÛÔ˜s;DK¶†ÆL@‚öJ[=pKÐ(ÁS,’M£× â,¬§F%^´4f™ùºò¢¥1ï²Ò·³Ä<-xaË·Ž^Róâ–oG!.ÚB€1w)‘ùÏóKÊv@M4¼=ÞüÇÛC6éôUév¼'Ê,4Ušj{+XJ¥¼=Þ `ÉoÇ{bOoíñž,¶³yI»)²¹\n -­OŠlQvÞTg¼ÃòIÑÇ¢¦\—ÀÈý&æuL6‹Ìõ3$´‡|Re™ç-gm“‚Ú -©Í‹·Ç RiÜ¨× -'Ù¨»©o1ÝÓ¦­›nK•~SbWòÌÂMÌ'Æl!ŸŽ¥A²Ç|Rx³¥å¿ÍÄ>{ä&ócË½Ž“[=Ë1™q²{Ï°Ãæ^Ç›0²»×Ñ7 ¼=´}:ÁÛðXEv÷ºM¡é^G5&^°¹×Qoh^Ør¯ãMr»q¯ã6dÎRè–¶ÌnúÐmí¾ÎŽ¢Ý»Ž†Hâ·?™ ÅøIÐÙþË–iÔ ìŸDQcõ¬`M¢ÂøÔ& “Äé¶"Ë€Ì``«§²mÜôFãòÛ¡Ÿ,If3;zÉÅÛc?™®w[±Ÿ4Sò²C…†˜àwBý°4[Û‹œ°³LDµ‡~b”b;ö“©iÛ.±A©§þv‘ ¥¬Â ꙯ AM²¿…ÈŠ,‹;¯Xˆl jlÝ:SÖÙ–o/³ÜøÖmŽŠå[‡ºÅöé–-¤¶™½MMÅæ[gÙ}ë6…¦„gÂÚæ[Ç3º%‘(é[G -.åÄí#þ ö­fM9¼±ÚÚp:•ôz,oØÛV¡ÊÜÆ»Ž§,gÃdGf›]B“k[Þu ì¢Í»nSd÷.³ --ï:^æ¶žLE¼mÆ3á·´¼ë8ª©nØ,ÜqX¶íHÑÓ³ÿ‰¾ð³5†€Z<ãå{Î-O||P³%UP½Â.zÐHÇ[ËßfÞ:× Ùº ئ !æÅ†6 t›8b» IÙBCÅÚXv¥M‰í‚À*Ü\Xm.¬A7VyÛäLë½ÀüjmÇR`±'·Ž´y‘°u¦Í«„-˳%¶ È2¿3°+hòÖ”Á®`Rë‚À*²‹ ›BSš°:Ûˆ¼)ÓØ$^2ÅK‚¡Ïr·ÄÎdö—ƒÔ]xëHÛ -íWôÚ%}›¥Žgø»UH¹h³è2•Ð VŠEø\þƢˠh3éZ†£IwSd3én -5óQ µ%ÙJÔfG¦‘Q·$eQSm˜á5ÌŽ0nAÅn½ÕMÐV¡À 2›.Cg;ý‚©%Ú?)”ôíãoSqµ¦QwSd3ên -­Ã§ÉLhßXu5“ZÛŒºšnJèlËvwiÛX¸¯“lXaž)i'à 4"ÔæŠ@ØAV(¡‡øn¡Êìš›qiü­Ù1F°½ -Y2¹“µX£z $›"è6…=¢±}p#4³7K‘³î@Vv7ÖZÃfûi¢-„³÷¡è«‹BK-¶:4Ùš5(Ç›¶Y놌樼ijKW2Ù‹,ˆØ ä6mÀkiß#¬ÍÚÈÖ–òÔ0,nÝX+·ãƒ%7nîl…vJ¶ÅÜlÁÁ»Î -S½ "mšïáæ"A1ËýÎW߉€øÇFùC^v”œq¸hQ4-Ô¾j•ZÊ4V)-Ãв4Ÿé%ÐÔZDz¬±TB œM|ç1¶‡Ò»ÙU&è[ï\i)‘ß­ÆšŒÝqŠå«F­¦ÈïêÆKŒò4ˆ_H£”b™¬Óþ]ЙîDÖ!ÛÊLa -íDV©õðŒ—wÛk¢¼; }ŒÆ¡Ïo^!)ã@›Ì‹lM¥sÔ-çDV² ³Ð0³· Xé«õ]ðÓDßÛû¤ê öý¤;­2 ¨/ìâƒB—÷N!Ä.9glo¾[ˆ·~f!$µ7ÃÑ·"çcXŒ¬&oœÄ(ãÃl¢ ^4JÛN ];!æ›d:z±ôauÂÔ é¶ñubÓR¤e4ÔÛ x$©&@©U‘™R5"–Yh%ÄÀ­ÆLøBм…ÑÊN³ÙVdÚoÅn¤çãö™p³ŠìË· -7m$›ò©‰I²µŸ÷n팀öI=¬¨g§0;›o’MGÝÙôµ¡š½ªÈÞ7í¢æN¡.ŠÊÖŒÀ°£h[óÙ[HXh¦ŒŠ£7 EÔHâ—ÔìEv Z…ÔˆöÆv—·Œ³:ÃŒÍNЦè·Ùq0â²7ñ‚¥}ÙÂ)‹§ÚqJ4RímÙûmEó‚ÔŽÝ éR0)›¨”nŽÊ¦d³øMÙFܦ23ÄÕ7“zH2/ì ”ÂÙ¾12ƒšmû¨?öB‰f´Óm„¢P9¸T7m9‘• -Ì:Œ Fò¨Ñ˜ˆLšˆÔMÕ9¸²fÃÐÔ¤”cò#ZÎeä‹°^3 šÝ· ¦¹AÛ´Q¤‘™íôàÅÓ2^6=I$ޱTΞsˆfZÀ˜¸¶Ðpå9—3U%«ÌÆ96¥‡YL‹1£Þǭúámf”; ™ÿø6 ‰XWvY¨H½¶›Ó»F²òjaœ(B‡8Ö#õ'€Ä›ü$ôÈÔamúÝNÃu±Öê. T6;dé MŽèÜ ˜–£ÌV¢çÄ$; -ެÐèæÔÊLy£"™¶ApœåxŠP(öZVkÊ®!&gRe4rÕ´Ð ‰Ã„0’¼M\!*(Z¿w¨+C4K–ý¶ *:þå¹=–[‘&¥Ÿ1Ó[e ±ÈòdÁ´‹ì{¶Fòã&c…öÃË@ uÈøE¶@²Ò:Y…–•/ñ …m[s°MakÛØÿƒá?ý#Xñ+žðp–±Ø%Hܼ|Ñdyû«„Ÿz(¹›ÒþdÒV~¥çˆ:OXÕmŸD³OÑv_fkÏ;ÞŒCªG÷ s"5`l´ #ÆÂNÑ™Oµï>úl˜+µÞ¥›î Ö{ -k¥ìÜißdUYlÕéW¶Rü¼©n}2+á'fuÝj/9ÞŒÃVú-¬¨êõß²‰_Wÿi[øœÈñ[ÛmŽ2±-Õ8n8A¢6µök²·½ÝluQ9Ùöʆ-¬&©@Ø•D/N¡‚Ù¬í…êö§1݆7ï ¶ÐΚ;ž _`!Ê6ÌÙBȶ÷•mOF–t…OwØÐ‚ÕTÉÜEQfªªc«¬M€êö~§1݆ ï ¶ðËšû— Âí6>ü/A†ï 6‚hu`ƒ#gÁq›\°ÍW˜à¡ê<øq0&Ãvl »VS!š€L‡Ù-´3ž· Ì~yvg܈ÉQT“…-,äX]aÍ›R;³z¯ ÿÞïÃâeïŠ×Þ–[¤úðÆÈ6/ʬ… w5ÒF€y3$sŠ:fh†ºÙ„—uÑ‚ÇN©¾Ó1õÍXúÞq Ûš€íаuLQVST™züªoKíìó½&Ò»c¼£ï¤~âûßß¿CÖûy*þЩø^™óc0¸á»47|”;2ê;#ÙÊ9b÷`½ßÈ'o›mŽù»¸O%ž7åmÇ»ìƒ#ùv!o¾wøß‘)/½ »wN«Éÿß9”žÉ°àÝsðFšy³éœ¸7rÒ; ß9Ûïb"•ÁÞœˆw†ØAÔÎÞ;‹ÚmøÞ)nß%Îÿ<Ïñuãç¹ùaçæ;5Ÿ!ÿÑþ¿åZ2­Úžë!^¬b£Þj4›v¿9ÎH‘줦+‡;œâÅbgµ2Ó²1-W‹T«þ67</©È9‘ÙlŒ5åâèWc\4OFoUùmÒãÓNwl¼¿ÑÚ¼®‚_ÒeŽã ø‘€çÀÿGÓUSÉ¡u¨*º~ÊFgœë¬£_IË­©è•ñ¨gTzñh:¸^Œúk€·óŽÿ:Ÿ-V›ó¶[upš×ëQßXÒZAòÿ=Ýáö8š=©Ê=ħ}º(ü.=D@¦¬Ä]7^V³Å²7œ¬W¿{À„ü¿ù/ê²Þòá+ ;©óù’&žI^8ZmÎÑ'èÑ,ƒ@ÊÞ[i -\JP“"G_WhV˜r™…&Ñ ósÌÅÛ6³UäæœNÊt‰=E >¤D¤h»£E÷žÈDbØšÚüfõCaÙ/¨pà›Fô3Àò´„z{rÔVÚÃÚHx¯§(FšÌHŇœ<Ö4Ìê§·r -zåc3xR‚YxÏqcü"Í —Ä/9ºâ+,„~tnœð)%Œ'É -Á:æA&‰÷|®‚È=#@ ƒÀ9˜ˆêÀÀE˜›§/èàm¡†©ˆyš]2º§€ÿ¦ã•i, p6À›UUX$šžëâU“ªSÝ'º'`ÆEØL¼U#t„ÀTÀ½ýœB[B“¨Ël&Æ%’±{õI€‚!J5ö攀G§¯0°DÐM be ³éAH3€ÀNÃ0Q¤:fÆ„{YÛxé -ï5Èþ‚9mÉÑ»Ÿ”È@FÃ0üÖxºUF¸ u+ã™9 Ôm:¾ùT¢aQKÇõÐÑ(<¼3‚Û'žV`;x_OJ0U±LÛÞÃ¥7ÙQÙƒE¼ÀU9v·ø•É%xÉ…U™5¸ž’d–…Ìrbš+Ü`ú]Bj)L–®‘éKŽB# # -°à+\I`Î5ø\=—LêÍrap|a«jô‹d¦{Q!w„нlOæ ¨Gó:©ð -Š0“²=BL6g(P$Á±iD°Ÿ§è õÄ23ÅÌ÷àùü b†Nì5>–Td–óZ“ù("m UÊ(‹-PŸ!rœßñΙ’l÷ñ€íŠ@‹dÀz•¶át L‚‹Ò%6B'@ȉ3Ø‹5ÐŽ°b(Í캒D§&­”h“½’Y´5Y¡©>eªMz€E{5i¡R>®¥eÒ§êWÑ*- ô3éŠ2™§n؆ú§Ë<*€^©— äËâì0“pé¾ÐçÏ’@sg(ð€&ƒ·è@óGà¸0 -.ô "Ý=ž •ÄÂH“-“DÑNÕ1Ã&ÄÍDúf à*ƒÃ¾jÔRØ+(à1%³D–b#ê'«`ü7옺ì+൅ÏìÀÉÀü4ˆN_PvE@"«9šcYwdó­)¡y.d3Ù«ÈÓgÞ@ûDÖY€l†Ð©Ì!ñ£%:æÇØϧÂÜVHÏáù´â€Rø¢@Ÿ ÃÓp€`®pªÂ=%„’†ôƒÈAúÅÇ1˜ÿÔy3Â@ŸB‚h<õm"€ø¿àºFŠT3Ô8<:“!x*V©'™ Žðª€CC‡(1ö¨NßÉàŒa†!5¡PŒV&8$ h˜dŒ£˜ pÓÃTiH„|¼¬ ýЀ.’H· 3Ã`òp£#'URéCh¤R×cÌAHMÄà«!v41Ž”B’iJWh¢Óð¼b†q`Rà$)ôàA>ò%q@sØÓbÉ >.³˜¤7êI>Уy‘÷É¥Å2>CGÚ€9¡3 xÈDÀ"é8T €Jc#ÙŒ.„Šˆ仨¡@$Ò73„l`XqhCŽˆa2ËxªÐhw„òUG¤§ Μk™£MDšÃ[‘ØóèðŒO¤ 0ø>@à8ÊzT”¨(mCB2ž[ H€¼*¼$|^| „Bé*°ç¤@†V*æ‹ATiàj"=â1Ui¾âáÃÀX@PBU)ã€6ðèŸÀ…YÖ(•ÀÁ {Á}hec?Ò8Ô4’Пr†¦pFAº ¹¢ˆÂ-ºôÇSQ§Ùâ€þ€º® -~¿*RØR2¯ïU™š°ç‡€Ô³D… *NÐY 0F%Ò)Ï› -‘>E¬ƒJ2œ °Ì~´D…Fy©¥o@RˆåB&ËÃ; äúcqc6߉†ˆÀÑ*Ⱥƒ ¤c ߉`ÛÎ0&ÄÆ€wËš™AMÁw¼DÑË0} 5˜(h»³4@2uN¦Yj,«À+(ýð¤rwŒ(>£A;†¬±Ð+€ò@å&¶"ž²ýì!àÔÏÔp–-*&PŒÞˆ¡¼‰d2¸jT6‘Y†gq ÙÒÓgeILd–yöY⨌*sfVBž$ ™82G¨YbÌ•Mz2KΫŒÏEEÇ -0£h½„‡"|`ö]0;¢H‘>5 !™¡]•ÆŽ‰îèDǃ6@Î'„S1@&^g¾×@ªPÓ83× O_@ <{*)B(2 î'f’©FŒJ_îc¶²À ÍÌ(Ê‚•x@§ºCt×MjLêàTh,#20ªš<Øbôr¨™"{G`!²¼ƒçé+f(À©èè, ÙÔ8¶Ug þDF¡þob Oˆ%<‰§[(áGj2eš'’­FB,1ñÖ¯³ô•*äqB lEë 0× -@çri‹„ÝjRU0åF‰Jbðô‘&‹’æÌ·€ÈŒ›qpRÑb-š$áL)Ë£‡šØš¢h³£‰€€ÕÔ‰`ŠF<¨³ê,õšy´¨ÍŽ>G'¨DÀ&¢Ñƒ>Å"ðCËÇC²JŽJæ ‡@3ÝL{ÎCÔ é¬O˜£¨aV+Ù/hyt8ŒXÀQ†…-Q£’¢¥`¦±–HàLdY#ñá?9f²F4t@l.4šï±¡0U¶Lå~ŸõÀ€ØLˆ?}H Çæ6ÐÍ o™§¼› Çc ˯£øÙãFq‘E®öá£[•Ê< –ˆh¸¬11Ž2f“D¿tzToTA¥ñ#]kÔîDµƒD@³‘yX8J W‡›ÆA±`’ò@~Â:V%0êRrE’¼BCS¡…R¨&%ÔJÀ›)½MeËÇ«ôdÃ$óчl¦PåXœ{v‹£ŠNƒéIÄ*ɲèVÚ5ðtÑxn{Å R ɰN6ãV¤`Ód»TZÀcŽaÞ¡¹“t$ÓÑd‘i¼N­Ð ‚¨3iÅŽ 8Zƒ©ºFãê€<„/dÙ ÿ)Ò¨ÑP%Lן9U*·ÁÎI"ctö´•`}næ|« ‚ìÊSňgÁ`[—A3°ã -ÔvD#Éë¦e:êM"pE‰š¶éq#½Ó·ºD!ÓiºxþƒPA3FËh°‡áp@ªA‰Bû;ÚpàÎG@sš®ñ X;PT·7´44/Š4”=Rõ\ -Ù)™§æPÞ]‡·æ<Ê~4„í¨: €`&P˜(‡dB¶%SÙx&|iHg‘)èD*¤™ùÈËTn4ǃ‹Nxž íTö^ @@ -X8FPÈ8~#^‚•Ã,ÐÕ1$Ç#)"tŒúC8%ÀPEtU0u Tš¾ð"¨A{#S€íCVEºy:Ë<¨@ø94viŒÆƒêfà“"ƒ`AϹ"³ìŒŠy@NÃt› -O¨íÞµl¦IPš>óœá9Z‹æ­#‡ŽóMÓY0/RÆ*8ºŽ¯yÄs]YÖ&ž.“3Ù<äYØ Ø&ž-HdÉOy*„"‹R)€;:èSÕd… ÚЊJ´ Èü€RugQ¤éY¡‰N/àjžeé¾I÷²€TTã¬HHô1ê!HÈ £ó42’>Á<Ï‹@oƒ@í%‚; ꂱds@ŸÇgeóI*•\0ÔJ>TÑ!@.|çxu#îÀŒ`Û© ‡W—(8°P'hD¹Œm—g"Ü®P -JN j·¢@oAŠÄƒ&Â…‹JïàP®Â ^ !‰Ë¨ÂMÑÐ$к`¾p)„NfØôxjó•èM,½íÅ¡5غ£ƒƒ -§d1Ðq ¬ÈÉ$U§ò àtLß‚  ;¦&g÷"w CVè½2Þ”Ép_ -b‡†h Pë°ˆ¶ÌìÀQS5%Ñ¢ -GÑ8:_œ8.ev •+K¿ -¬‚ç©5Ue¦ˆ0¤‚ ‰Ð -sr8O0ð²àf:<ÆÅ› I-U%zÆÉ@<šÛ¦NÇ,ä*Þœ!Š@_] ¶Ñ0£â½¼ù' ‹Š_Án£šJÆÉ%ôKíî!·â`¼Å Ð@jpñ˘±VNùJ/·áö)u>€Ó€™ÐHH£)A€R m)ôH™Ï›7FÂÃå§*Ñ;wïE$z•A¦j^• \¯‹*QÀx¤Ã]ºŽÏÈA £9̽UáúPAÅ“C‚ëä(j~úh•ŠPW |¿ÐÖ‹·Ç(ùª•Ëx|À -†ìHfT)0¤TÆ\ä;ƒð]hæÔ@- úŠÖ6€B¹8ØyÁóE¥é6T&©†—ä› Ó‚>­jôTÂwpU€EÖIRlæ2Þ “…€·HLp± $<«¿é_ —gP‚õ*û ‚àÀfØ/ÅH}ÈG; •ü‚f0¤)È Ìú,Kot„d‰ÝjH—Á¾ è."Kr®°œ\h1AÂmÙ* )®Í“Ý» ʆpKAU]‰Åº‡Ûm´¯™¿ ‡ì(®ü7•=ßžûýüMvj°‹_:cÒDüZ ZÙÖ=vñI‹Ä¸Ó~¼¨]ØšTgkÒämfk‚ñ…)Ùòáf ì‚4Í̆cƒŒ–0„?©£,Œé”`ÞÈØZHŸÖ±×¬‹–½áÊì¡Û›N±‹€#fLG“i‡Ô÷8üi–m¡ÌF½ OPl üä;ašäLÿÇþ|6Ñ?4nÁ†U8,‘Ÿ‡p€y„8–±ûOx{½<®Õ§€”#óÂÈ[g‡¦+ÅðJœG•û3ÇÞ]õfà?kŸ?:«8 ί¦l³¾=‹y,Þœe<b‡™|æpK@0¬ŽD²é'"à;G8õY¦96°}vÔ%üõ!Z!5å‡2aÊxÚû‰Îô?µž÷YÆÑ#ßGÀQ›N;£ïPó|Ñ/àp˜YÿÌ×O¼õ‰Ãe9ø?ˆ)LqClwæGk‘~g¦°#^Žƒ{«÷hdÀùü‹ËàÞY˜å៮áGîˇü`Ïmñ‚×-üûÅòv1®Ûüm+!ª¶-}ìó…„N![]Yý66–{Ìtö¯)~!¨;Ü5¦ýþÿüßÉÄX¬§#'« òX LäÔ_ ³b ʤÛÄhLàM£ÃÎhê h©‡J‘¬Š—è úh9"rtø¶‡ÊªÓ{ùŽ"å¨go¾˜½_o/àã‚5$=Ú¥q²ôÙªlôfDâëôƒ€ãÃç‡T½?äàý!V链'GбçpÛúI7èÀaÁ=G ØY¬ÞYYt6í¯G«¯,ÊÞË¿¿G;óp}GëÏ iéµ¥ÿŘú}îÈÄ…_y¾3`Žt÷Ì“’-v›ç°¸þÈ š‰D& o5t¼e¦BŽu6’ùwž˜F"¶³æöÅm£¦ºèL—O³Åă],·UÍßÍɹ£GT6Ø ÜÔ„$“*ÕÑê;½0žÆ„lÜÀä%¦¤Í Qœá¡Ó}Ïá^­ÎHæØ[Íø ÇmýV ºfÏ Í6ýw¦ýÙdô»ÁJiƒÅlÕY1c°0¨fÇïôµgwªÍ÷z*“m$pØúi2û&µz[š´•Ò¾qÔìhÊ&³³´äÎÒJÓõ$:›ŒíŽVæv0²ü‰?±âßÄŠÄú÷ßsä:Ë—ÏÑ‚ÖNÇk´ ÍþÎü}ôh£ÞÐpd:Ó•ñUä¬ÕX×_]BdLd‡ÄØÙ†Àë·¯ñ ¹ÞtñÁ~òÊoòJ"}ú·„€ÒðŽ6.¬~rËŸtñ'·ü‰ÿõÜòoÆ,ůrŸœò{9%QK4^ÕeIãá¥ÿã”)ßäh^%ASªfê„þdœ?IäŸO"ÿ<CÐË/É?iÌ\ç5&Ó¤+¢Ì£Ñ2®ˆ?©ÊOªòϧ*êOªòŸ§*Ò–¬"BL *"xîýhªòçÚˆdáOÅŸ¿ÃîÓ?/ß_ß²¿h÷þ ¥e/ÿÕè­aø¶}{å9€»Î¾±2ñÞ‹1uèŠñ'^}¾ËjËè,-¦Æbù£Zº Nøe¶k©´‹OUÚü nyϼoÏ|ý@Aµ¿æ>÷'ýù_I¦³é?ÊÏâÇ`ï_pÖ1B£ª úªÉ¸ŒiÄzæ>:ÿ`À¿üÿ$ŽÁ QxzZ«Å12³éj½øÅ€@Ü#£»žÎY‚‘¾øÓ“ñ²²±ïÜwjº¶ä]Ü'¿ÂB—üý ÄEB WÏ"5%ì¼9ÛÑt,ç#c`ŒÿYvÓŸïÓþfD÷èß _¯ñoéUÃÿͼjø˜WÍ_È6²u÷áºò“Dÿ$ÑÿŽˆxäÙÒZ蟇j¤ê’>A†(àà^-ª`N‘•¶cþ'ÞSÿ `Ù×Ï ùH¸Š„ªtú³õâ'õú‡S¯¿³ˆÿ*ý³Ðñ]"hSfÿ³äîÏôþ§Úz¾º§ôH7}Dñ“vÿ8Ú]é ÇÁ²7ü§yàM½ÿjùê/3ij¹£2$Dÿ_?ênô͹ø’¡€WÌ`ž8Ü£’¥Ä½Þ1ˆ¦k@„Åå<7Êqo¹èy67â_ŒÅj«`8[ü²¥j÷;‹—-…Þ->ñAýC&Fk‹–½ñ¶ya½4Š•ld¼^ØÒO1ð&—Mt6ïô˜½„tY£ÿV=ßL;:Ýñ+W›çÓ?iï?Šö~º„ÿˆ[ë_¢Bÿû%™Ç¨b‚Þò<]Í ªÅDž–+ö”•¦Ç£ÉßÙÎôc‰ÄüU$z>~ì]ìßmž7%bS¿ýùÅ,›ˆKð½Óû÷³M4>íob‰~3 i±36ˆü‰³(v÷h$[Þán;Ë¥±˜И¶aošË½ÝÒ½b϶ Rÿól… ‚˜û¯-i±iuGs7Gy¶²ªÛ˯qàwXüÏÿ7µ~ál¿Dë˜?ð[?DƵ5¸ý‡\g@N@‡þŠ?\“ëìªÜ½ %¹ ¸yº¹Ð9G†|4犵ànV$›5n.HQæbS "ìê[µ4ìl»–l-«ÈPFµ×å7’¢íýš.`n´Lßš¼YI°ôBàX•­ñü²½Žü~u«’*¿[iÇý€TÔ(L­š&L¢"ƒù€•u\§2qklöÏöðªàØŒ‹AGçÌÑ%{EÕn÷î°À÷Íblµp)¸[›Z¼¹ÎÖ™ƒÜ\ȶzêÆ¢;æ3íé 9šLŒñ7ûz·ëÓä[Ô1³b ŽQ!{I`8ê£Á˜ã7Çù¼5 øñ•éÎm­ˆM¾ë–ÁV›R÷õ¢C¤èõÈÆ¼£8°3ezRMA°ÄÎÊ1 ¡.½­§oWSI-M{[MÛ®¦@oêÛjêv5ª½39e§ÚÛòv ñƒÙKÛÕ„f/nWã?˜½°]û`öüN5éýAesÓ*Dí‚4J¤â΢kÛ»ät±!Æ»‚‚º#M¨ò;•L.eïlG.±±î÷·ßmøãu»|GatŒèœÈo>`å&ň%·šâé÷DÐÏŽ–«-Yü­õã95~lS{ ãg³sqýF>Ç™þ‘œüÒY,ƒ¶‡Oöª¿tÆk³.”/?¨fZÍd¹õí -îhÚ'Kå¿ÄбÊ#¾ !{mï_»ÆélúÑ”íëÏUëemfÍ´ýÿæêùOWÿ¥}AÚº¯ þ7wòŸtÐÏ~ùòQ‡ª1ÃòzDŒþÝyèÿæ<úÌñì²UÆÆ­Ühµ Ã^?ÿçÿ]®§¸÷­MG=ÒÖì/œây‡eñ 2ÏzYœÁe,Å…žÍ’ßøß…Sº#g,‡Žrg¹2£ß1߸£l,gc¼ˆ¦-Dn«Ea½š¯Wßh#™§ó½Ùe;ÓÁº30ÅÙ|=§ 8‡O6ÇÁ·ˆ_wÑX,纒AÂñ‡²AF¾$Æ³Ù¢Þ™Ž–Cëíâ&û›†@“ŠãÎÔÀ+ÿÑx´ú­ ?o†ã|3 ·Ò$‘wh"8Z~cµÖ¤£Æxÿueá†Æë¼CÕ%þë]Tgsœ°Múž"Hüì}(*é:úJïí–ªË_ƒ„Ð]@|¸ßkrp(‘NMûƯ£7›ö¿¯Mb´X~/¼­‰þAp[íß@[Uù¯AºxØG«ãÉ¢s ‹_ Çìc1óêòó½ñhîèÍ@ùüÕ±0äг ™§ÞÞb´Â÷‹O|ÝY`Ï’-âòN; B¨HÝeeÝ%t+1#³)‰É¿mï^t1›‡F‡:š¾ÕYv„ ×|ÚðÙv}{î)Çœ” A¾Å ¸)¡Åÿ.âø·´ØFfÍUÃes¥o§p„˜Uge:4ÝÉÙrsÆ_y“ø:ˆzðåV‚µºu©ex±êÎ:‹~Å€·ÔFÿà -1㩳Ûlo4k twÚ#}7—cD¸¡sŽ.Ü0±(Y®YÍ ÝÑaý$|ð(|Gªƒzø´zÞ!ܸ÷©3ê;–ì]¹ëA‘eQþ¸OÞÞ§m²ºcÞ™Œ\Ž&ëqgï¾ÙÝ„Ü7ÓµØÿ7«.ÞlÇ68_¦³ÞËŒ0ÛÁbf2Jþÿ¸’Íüø­Q‹&¨¿®ñþhÕ¡¬‹UVDM´ú59z´3ý¥³¬XÛbéE×ã9çec¾/-([G=26Œ>c Öt¶%ôÃß(‰ÛˆY¼ä'ê¦MÆ"¤$±ÍY²÷ -ä×]òÂCe>[E6¹Yßx»ŠŽu¦«‘£3u, -ùMj\pŸóBCV›½ûD¤(›èòÆt±¥f“žì¬ÈÚñ¦1[ÚÎí5³32M8ùöºö -U°§Á¨Û§tw–UK6UQ?Æ®·ÎçÇõ"Ö6Û1ûݪ|6"î»õ -óNÏÂkIþ´n¢Ó3ÂÓ¹‡׆ Ú­¬}8úÈøÁTÂcV^øe)„I“â³<.Ã.3}Ra¯*Éš*}&Ûvñ³Ǻ›üfÕ/ì$ÖÛÚIAø& ³ÍUÖtÿ¤êfªOÍöñ¿1U÷’ê`Uù6J´ø•Åý?©¸!»ÂÇÓLΈ’6›&mVÉÆ˜¦T³´î¹wd_Àõi—Ú:“ƣ©áXVñ¹°hÖ\â+–]ÉrKä+Æð<€ ößa“ݪŸt~q1{ K2|¿Wè’p¶ Þë°1$¢Ýn‡ÛL‡Jä6¶c_²ê¨¬ç8ŽƒtE$ ‚)L¿O±M:F˜òb§·%áGl÷sóNWR˜àã­"²}K›ÊŽôç#¿EÎÃ)Gx½šYº»ñþäHMË£‚üˆÿ:Ÿ-VÀÂK‚ÃK @A˜Ÿå%¿ÓÑ®ýŽéd:׿;x]HmŸYh#Ûã B)6Bie·ÑöH¼#^¬|÷P´Õ·ÇúnS‡‰ÑY² ¦hн³o!hîj`ch <Ϻþîh5éúmÍÌZ½ú|0yñw¡gOO~jÑdüõÃêຳܭο3—íÎ×Kƒ€Ïò“õÈÁñgvú¨½;Rm4!Àô¯f ”²ª~^s±¡zÇ^×¾8wl½è Õ…1ê*Ö7žFÓ¾hÝUùvûÚ˜ôÜŸW^®Æ~¤ÆbjWß*ö©rÆê[²ö›º½Eß?g -!ÓÉ…÷êÆï¶ðåmÅñÂ?± Æ퟿|4à²7÷vië›YÂ9îÌýÃÏûZaê—6ÂÛ!‰øíÿå‹c~³Þb`Öyo£è€½érµK…íµ~ûïœÔOΫNÝP‚Àfm—Iš$|„î;{õÁŽþË~"ßݨ…:úò¹5âÒ¿vúÆÂø&°Mÿ]ˆ,ý½]nþ~pÌÍçö65õè½JOÓ•¿?ž/žf–Yì#ŒgˆÏO“efëŽ;½—ÏëöfSxG"ÁòKD&²¡&¢ÕÒ|Šöͱ:u¤Ù,í=ä§ú©Øæ÷0Mü¦e²7ùíe[vÛ©Dqcçüó¹ýðzt¹ß!šSºÅ×ö›ÍYÁÒ/P™á)Ûg§†4¦ ¶õ¿Q Œ¸øÖ:V_à]JóyÿËûmcÆ_56ûô…ʶ®ß•K–DD¡ŠQª÷«Œ·Ÿw1|¹î.?ÃÒ ßC%ædŒŠ©ñååY'åƒþ•kJ(£„w)ñ›Zï±'0ð^‘%Ôé>ž©9›/?¯&5´¨YÜüÞz³+,ú‹å6²£ -ð^Gƒ]æûÕ‹Ö~>'³8ãþúc²E*,™Êø/Ðm´ðíÎáòL¥zù #¢×ÓÞ§3cû·ÑÞÝÑYgEtŒDáºuÇ;U)8xA‘TŸp&pœtçù H®·¹ß·ÈÁæ€o ·oÖb§Å°‰-žó>›Â?š>;DÜpÜÎt:ûì # X˜›¦¾'‹@o]u}$8ôåh0ý–¾a‡³ÕÐRô÷EÂoËR–ÄÒYRåñcLµªv™{ɇT– Ë•¯i3&ïØ~×þ–ÍÆp‹E •ÿ.5kÞ$o¹[°K².GØ¬îØ˜¸¿eËø¦ã±yíò ¡qù2š9púòÙAÀ~ Ó5_ÍØZ}4 맆ÝJ ¢a‚ÅÇÛk‡Á{ NϺ)rm€¶]ÆP“Kaç:™»®DS)MްpøqßyTRå•Óåß¿¹¼ãÞùÑ•R¯µëz¡)䯷ûÎêÑÕþ¡p¹:+\­äõY¤ð;6ùü·¿ïyŒíïŸ;÷÷ÝiçžËú…ý·Oþ „Õö`L>æÉ_ÎäÕ¢”âÉ'×~Í^G®Œk2—ýý£,ȉhD<‚¯ðUODÅ+ùp|_}×Çþ°¾ ³“k×K^$ŸÜgðk\^¸»wðõª^À×ûÍW2?RÐ&Ÿ ÇX hÑ!©®¯ãd\Ÿ_ɯyŸd}% »gø5"É7dÈýÄ€Ìí4Š«ÂF•[%Z —dzҞë,e3|2T>ÕJ˜3V͘ðê_ó^wôÂÏ_¦·ÿ·ç¢ÿ&¢Oí‹ßIOóa¼[圉óøÅ„Ëð§¡°ÖN#'%/©sθTÞuõ’zl_D*O92÷Màç~-°t^iOZáúYWæÍÞ\­ôòEyÁçî™Æý3ÎkG›Ù»”Y¨¹Þš‹õB÷÷ýnæEÜïÏ«û7‡)²Ëû~Oi´ï/Ï´}¯à&`‰ù[ãÄïN½z "BàæÛþÝ???9$rûùq¦íô¨KmÏå¼]¯¯ô¦Þ=˜œUü‡™×qÁu’9»ÚA<:¿ŠWæ¯ÇÇ…\¥êöÏ"w/þ๚to<¯ã³ôIž? Ÿžx#§íH¹à fs#ïìjyîËw;¿?ÝÍï¹ü½ØŒD½³>磆•Q·ž®]ÎHùô<••J/:I¿úcÅàþu\<=êÅ_”Ë@"_éT®ÿ¹ûúåÐÝÜs% ò±žŸ/–©ñB)¥KåÜYFyô2¯MUÈ6sÎdîê2:Ï{äl#?ô(×…¢2¬ÍÜó‡Þózù˜ö\t¸ów祰öuK·Š·'wý•Þ¤,¾ì¹ú…åþ±!x¢1\=¥ë—¯+}>èªim½Šñ£ÃÔåÉèöÊ»ÿT¦ãç™?|I—rwc×´×CÆá„7–÷“®ÿ8<½¨*®éäõ²=Kqá‹ùaðb±çšW›‰Æ+$^»‡½ø"ô¸Y,ÓO§€ÁýÌákùŸê_: WjùÀ³xñÜܪ‡Ò•ä=ì–·®»¯ºfçO“£tw]9>J/±aÀ-Þ—îÞÉáùžËsëç=ϯ­ÁIlò"œ¬ô‹ÛÓ‚Ç-yO.Nž½·Éã´Ož*‚ïiÜ;ôG³Nÿºwâ Tz«'$´;®$Ýòáój_9Õ•P–õ3‘—ÛbÿÙÃKÑùmÐ/gjz ׋éœ"/tòÜ õÔŒ·_ÒNgÙk­“qûõ«õk÷lÿ0>«gnƒA5“—ƒÓƒGý¼è &/õµt14üµËôó}?äK6Ý!ãn½J¥îŽÂ¾Þãýž+<ȹc‘Lmÿ Êyù‡èóñm!V(f“q¹t—‰Ï§žj¢Ñ=]_Ž:îäQhžHöøó—TæbIKÎÉ~zqpt—i]çÒÙxP=Ëy#þPîiut–Ï®•Ë‚˜ï§÷\…Y¶öP¬OÜ¥Ë_,Ÿ;½eãœTòZUËS5gï"Që†KézŽ-7´DµÓ<˜D—Í~Ro -3·t«.j­Ûõ¾ßßj+ƒ›»x­,¶ýÑês{\›U÷\÷õ«Júá깓{ôžÄîÇãø¢ÓHß,ºá—άçuµG½gî®_½˜FŒóiÿõépqzêøÎ*ƒër·9ôiÅá@’´QæÜ{÷|iOŸ[•ðËê^¿ *ÆÑžk‰Êã×¾Ó9É,."S—‘¸ŸVÑõÌ· *³»Œ+Þ@Þ¿9>z½<;¼|7‰ÞÉj±~MD½û×çÇýÙsäÖ›ž»œók©y¸™û^K1²û‡×-—÷p¹ÿtïJ­œ×GûåÆùQþ¾vv|¬¿\WÏ{²Ûë+xÝ7ÇáC¢-=÷Š2;Q"Òø¤×ОOƒëÈóéèº<%ôrºöÎO“~_ª Çü™äÀ_É…'Ž«|à1 rç}ÿ>7}8?䳞n@ðL2¡}šm‰Áâ­Kœ¦¥|æn_öï«r7:R®rg!eu”{T˳¥  bëQ{ÔCz¢Ù>8;ê¯;gwþ8¡ÉÁó‡ýPp‘½—Î+Ù²ïBº/Ÿ\¼6=—¹QªGùÐ è\¥%Þö)‘\ØH?Ì#ÉW)õ¶g³¨q×ÍÆR“Ž7îÏ;GñáU¼žÈ5N3×¢t¸žÊbŠPËj©VLîVzÿe8Kßk 5“c÷YK>ËŽSêk®Ö*·ò¡ .Sp?·Ï -ƒZØW,•ùƒR°yôZv œcÀÊq¥ðt9­žÕïW5W‘;ªõNõ|k>ÚsÈŽ{Íßô±Ù-ì?Üä|rðrØrŽ­Þéƒ÷._·Úg¾háÞu4º¹7‚ÙÁCñFq>'S®s|˜9ë<5κÅvÍß;;XúÎÌSˆ rÔ2â«§ážëÉ+úžŸžZ«ûA&I açp¨Ï¯/{Ï>cµzîwÓÇ/‰³»ãñq´¶ß­øîäâ4œ¼¾–ާ%Y¯Ì8ÏÃþ¬×X\Í#gJ÷uÿj|­?hþ…V¾#Òb>?6ú÷“šçyyì:cìfpð v~U>˜ªâð0}‡“ÞeÆU -Ï®É}G>ŠjG“qÐy-5ãÇÓ«£gwÌŸºg®eÇExϬaL>‰KnçÉÌENãZ±{: Þxç¼á¯ßõÐ7ñ­.î:þlêö1àºò•Òð„ó F„»sMïy¹¿8àûùõ…pXT…ñÝèYLHSqÕi^Iy.U#Ôò¸z6’ë^áD ÜxÂÊ}ÔÛR5E9PB<¢…¯ mþ¬ëz¦¸œµf×g ŸÇ…e°®?Ÿ‡ÕëÉù²>=¸(Å„7›¥Ëÿ²EŽÎcWûòr¾çºª5º™°¬´=áѲ}I•›çQÏYó5ÚžVò±‹XÒ{msxɳâ\¦û˜0öç×±Ziž®¹A§ÏŸ¸»Õ9֋ˉN_~jº#½7^V®þÓ]7Êr/‹Ûaˆ Îˆ×F“çƒ[õöù¥í©ì¹^¡æ¸bœŒ'©ãÄù4Œ¼Î”ãöíܯó¢çuÈÞ/žR\k±¸*eÓÞéHO{Wœ`HÝð<X‡›i^jćɴXöáë"™†½iåöa¹çJûjµ«³¡óµ™>«ÞFÒ§w—žÎ“÷8”ëåT§à^B¢VÉÎþTg¿n7Ï¥zöü¶±Ÿ¸KÅÂK7q”™Ý×NS/ŠÞ÷ÏŸò™ÊÉÑѸŽ„[#M$¥ÌÙIó>EH¶ðš;Nä‹éuã,u}ÜI÷žª·ZÁ{–l¤Ò[¡.gÕ¼;r8I•Dù1™øü9=r]LÝ4oμW¡e¶ô|WNÝæ.Oìðr”=Q´‹ÔIZ칞y©ÜÊ%†)ÿ~ÈsëZqšy ¥de-矛g×…¬~u•ºê¥ÕðAsÊçõóÙI*[ÚÏ=»rŠúèI¥òGûsù"è­O.µjrâÕ=Ýêk鵚Ÿ‘}I.BÍW8¹-‡âÅÓ”ûe½®Ý¹bÅ‚§[Oi=¯^®_&òóJk’ -×ׇñø(šË»„E²-Ë©áøáâ¸Y UŽ’ÝÛœ«u•»}­õùš/ù|›¿Ë;k9ÿž«ê_ÖR‡ÇƒúU<>+•¸×à2%T¤C~<9º($\/‘”û`ß=S®[±vD]êÉZ÷:ÚiÖ›g7/Ýgò&’®TƒÉ•·Þ;Š’Æ*J¬ÂÎqe¡:RûÃÈÙžKç ‘ËRÒ=ˆ§Nü·7u¥eózl‘ÌǼÞá¾~Ö¿o$ -¥d¾6¸¹-ÔÏ_o×+o²ö"ßæ.ë÷µF(}LöïÚ|hiœ¹ªbÑ©%·ÍW¥Ç‰p±d÷2¾šFJW|o}ÕQ“)®Wz¼^» -Ó#™šéJE !ã®%kÒó2q}š7n_ž¦Én)XÖfU¬ª¯2Éç÷ÊÌ”#…¦ž>J^W.ò™Hä±þT­ž%cÆRº”G‹GN¹'CeÊR¶{qpÛêœÏÉj% ÕoV­ÐI¶o\q¾49WîÖq.Y¸œ &ƒãѳQ«øÈÂÆîGaª‡Œ‚¯xž¼zŽ ¶r˜ºº|Ìw…l2}ðÚN¥.VǸÏ&ËɃ8‚üý†z~NÞÊõªçbtòZè:—ÙäüÌ5ô¤OSñ¶1ÌL*j¬åíÍœ©ª°ºÏäãÃÜBWôÔÓE¾C΋”I WW¹q)}pp¦×Ïé#¾5ß÷¦ÅÂø$=i=NFeÍ›­T2YY\?­ÜÙCy¤eBOœXÝ/U27…pæØÖ‰Þƒx™I'óôËY- ½ÆJ„&g”*nïŸî»¹CoFY¯Ý™v˜o>i߬àîežÉDV×7óSã>øp¥_Z‘ìrð²ÊéÙcoúáòå T]º¤ì—¿K—Ÿó^ »²ÞÁÑ}:9>©¯¸*‡Ë­‡é4£œDó½à¹«tÐÜçÓÓC¹üªF…æX˜¤«¾ÛX|‘­_ç3ýŽ'¬Í¼ÚÕ2~”Ë Èš/àÄóœêÙÖs]ʨ‘Ö½QóLÕ›»”HèØpÿ‚k¥ò¢\{è]§³-ç}ö8Î?Çë“Ûôe%3¿\æç£BX»H§å‡T›{æŠùÀ´[Lõã±—l7šjŽý­Yú%ïQîï½Ùy_ é´³Ú)(ñ5ÙýQ.]N«×G‡qU¿˜–:5ÿYÚŸš<¨¯­K±0\_§Âá ;^9ºÊ-Û7ÇéõÁ8ÞofäÛHÃs’.(™tcþRT!5¥¤%Ÿ8Ì„ÂíËjóÉɧ¹Ë=×%™\·¬\¸öS«óIžk®«³b¢‘-¦š)ßÕs)æ?øsî«ôm¯Þk¿<ú­Üe¿’–O´véL Žš|~-¤ùÚK¬ÝIek¾…èLÍ<÷œÚ»ëröìiºçJu–ÝŽ;s=måwÒez¢ÄnzŸ_xÔoŽfé+ÑëjpÁÇð]hxÝHDjåô£ç Ù|.nR£—šréæ_'µø(x–zj .Ë{åL3M]v¸³Ñ0ç!RŸQ”B™tiâÛþJý¹ã;ÏôÒ×óIñæð*v·òÅÔè uSÒñ«›ýÛ«iêîqîV£-£YËÔT¾+Ÿ» D|(ÈíãDzxp;îIÞ‹§§Ô©*§ÕÖ O4ñªÓ5îÜÏoçd/Üå´vœž¶Åªv˜º“öÕ‹þò%×\»{©|15ä¢B¼²Hc)ŸR®=û.oN’Ó“l/;óÝïÇjå”Ëï›æâÉ3o©z܉¤äÛÇÃ=Wö^Kdc«@ÕªFZ¡l ¿Sonë©ÅÕ¾‘éjƒþñC?¨¦¯œâM>½ö•W=ó?•s×Öº¡ ™ ßú*Û•”azª·_2ÿe6ËUC——nß'§òxí[f¢EÎÌÌ2‡—ÎP¦8Ž Ÿg÷®ük¶ñ’«Þ¯çwƒE½‘[‰ÝQvàí«7/9¾¦÷³b:ŒñåØu¶®ŒôÌã$àU=Á ë–î3áa!°ç:®œ­Š™ñ¥QʽŒïºZèä¾tîw³Ë˜ðT¼&Ü…ÖuЙ=—³ÞôáE³Ÿ¯LëÕLß“ê]\ã•ÜmI/d‚²ô'Á`v%jÁŒ/äl ÆÎLµW?ŸyLtÊÞÖ=ß«—Ÿ¸ƒpöÚ¹¸.Üx‚…ÒÉø¸™yæ:[â£Lá¶Ô gbµö‹ÒìÖJùëãÙEÆu9>:ÎGn—9¯ð|–ËÖ›îŽZ½õŒî?È6ƒ}OM¬g]{®jÀ“~ʬ«õ§”Ú>-•ƒÕ"“Zdâç³tkXŒW.ï3ÇéT-Pê׎ -þ¾v™¾qõâOý‡—ðírYÉ.B©çÛ§Òò¦aLâJÖ?MåÇ¡v£Æß= LŽL¼¾\ùÅ_Ygüb ¦œW¦³âD7ÒãÊÉq£Ô.çÅ¡/•»*sáFÁ{wàK ÙxcùP½>çëÍþÒÈtœ‰f²±ö§jã¶ö’‘SÚü<Ž^wÝλëì¹qBÎ~Ñ?ÉõÛÃåøµ¼NÄ2ùq*uUN•Ôb)xÂq¹çêCôútù/̪‡ÙìºY>^ÊÏÅ|ûØ#e•r³ïOŽÓ£Üä|¡eî;Æ çSõ»dï¤på5Î÷ ?Ñ+«Ùn2‘â¾Z6.œ9Ë…Ç|"§V_§sWqždSª|-­§¡óB¤ÉÉ™Þ:«õRWë\Òÿ’,¼JÝÇ»ÕåQ³)í/ïòä±³tçtj7ã*W{ˆt‘Èðü~%Np1û 5ÏfùI)¡-™eß7òŸG¹‹¢ëR­gÄ„pÓÂñÆ]¬³öÄÓN¹¾ˆ·‹7‘?”[s9ÓY¬êE#[Èêó«¼ûP«: G(¿œK6¤ûÆ4Qšr­l&sÈ Óü©¾>/L¾æ’I·—ÏÅWÅÅEéúVûÁ\üÎ_ŠO2¥Û†Ø& -[¾måVÓ\5%¼L2­~ÌÏA³(=žµBéÑÑГ¹n¹{ñ,8_$]CSç}U¬sãçb2szRÏÝ®š…Fv\¹¹½r5D­Ñ|}5²GjûVJ®ò|µÁÅíàñøhéª=ä7OZa’­‘ÝoåÝW'½è`ʧª'ÅPcéЯ²Ç¹ íØˆÇê©ÃV|$³Q7ÏŸ‰¹Ð>tÒ™r»Wõ½Nò<ùxœ® ®´ÎÕ"°LžOÁò“+s]/FrWÉR:I(LÉïöø3…{‰K>_Ü -Góó«Ë¹ÚM)îÀI>W?NJ‘V­”ª×Î3¹ÖûÞÕ<\§Ïä„¿’xÍ´[aŽ“ÒSþî¬Ôrz:Å¢›o¥[Q_”ö'Ãx}5O“SÙÔ»ãüì²X%­ éçò$÷ô\íù -×D™}*^¹sªæ‰>Š½Ã›Ü£>,ëÝV»–DsΉßY¼[ëÙô]+Ë^¢\¸rÞuBwÍJ${tšçù¨²çWrÞºcO(§ß¯®Ñýe7S_߇ËóúÕú6>›¿ -Ô/ÉÞt°ÐNµ:ù»žØ(9Š÷ý³’PX óZ{µÔƒDl*tôÃzŽ;}jùøRŸËO'§Y!ÖÞ'^–®fÆx­—nÅÇÊôBÖëîÉjP<>Iõˆly>_ßUÆOÃD¾£yÏ/ojœ¿´ðe^rù,-F‚ó£âÕX¸Ï–΃#w)¢äÊg_9“YtšO­yåfxYÖŠéЗWú7ц;w=(¥²7Úk•ŸªÍð>XÞ50î´×G·VÎ\¦÷³³Û—šÏ­Wåb­%%3}é¾ýx:½?X§“¥jì†hu/ÙóÛqW:.¼^<½&o¯®1óßtóåÎtzÉåf“šœ«{s‘t..zOù‘ùCr:‚GËû#þ1ÞÌ5Ó§§åü±Öm×½ßâ餸p˜J劇®ÓÖÝ]ÐUÂyT¼®ÊͼTêä¦íK­œºÔj÷‘ãaöá¶pá]Ü—æ¥Ùu3—‰§¼Úžën=Œ•zÏ·óûR­ê:+ç‚ûò£«´Æ`*é=ˆëw¡H}”OUô㋞&,›ËÒ} §<ö…éÊ﮹µÂ}öô(yx¤Î3ãÜ]côX–š³æI6ÞNFœ`¯¬'—ÙœQ¹$o¥‹Ã²_.îGc£ÄiêÐð4‹™t0 Òõq*õÆ -§#WÐ{á¿\§^u—35ë&ïj¼_H÷Ó uxÏ圠>¥›¹ˆZ\” I%pMôýt±æœ—N®'á‹ÞtHWüù@¡œêÔ„òÔÓíð:ϧ Ùux¨ïgŽžã£Úãë¸Á/sî‹U¾Rt¶=9§oÉf´WêÔ›ÙH_?e=Ë”\ôU³=—æÑµËÌ@-Ôó—÷úO.‚™Qಗë†Ö­^3ä/LªG×Õ¨ú’+=ú…üT?–c‰—›ëòÜ{ŸwfFÅŽß¿¡Ke=wÞ¿Y”`h_ÐÏúbÖ˜]óÝŸu]§Q‘=ÍtüµK[Õ׆VêŒBÿ?E癬*áÜE( ¢¢ˆˆˆ`"çsÎqÿ÷Ë*-˜9}úkËš‡­¤L§OOÆžtiÇáVÝÚ”èã"æ-ºÖ.I½|‘ìMj3¯˜BØK@Q{ÆIí†FW†±ô]ÐL¡ÊO{dø5î~°‹S¸yÄ=¸õÙí ¾G>츲Ú2ö. _hµl ÄHóÝ-½p°’ž-xUÝKy?…èú6À¹N¨‚(ïq¡ŠS÷½¹RK¢oÝå4k~’?ûW)½§–Ãïß½‰tÃíS™…Ì»ZÔßéhhyêÙÈY¦x ióZμ9ÑíáìÚ‰b‚-9Ïž´9ÝøÝ(ÞtÑ Ë ÃWÆ”×èF%sÞ‡£öAú*Žžv>_mM!IöpÅ v3Bÿ‰7‘Ùô‡¸î€zZ¹G.â¢?N©V&íå7¾-·ÆiåÕƒ°F£¨äåëÓ1n“]X¿îÁ~ÉN¿Å[¢?œÛ¬Һ÷ªg+­ÌÆ¿,Ïœc/’„ýÆf¹ÒvÕß®ß = ·O˜æ¾Å¶ülyóìp6šïþñ‚ìÓ3ˆªEÕËŽ÷™/N.3F;¸û§Åªò‚{äݽڷøMWzŸMž&wµˆ¹5'×™]gÝæÏ˜åJ}W&ÛŽ¨_}±žL £"%Eúƒ-a<¬Ëú5‹䞬„Y{Ë{Õ'Üm7¢•΋8ˆÖX´k6P2åQ²nŠû{í•­Ú 6‰C°ynTW]‚ƒBЈJjÇ_þ÷J›ÙÞ¡2_mñÿMêeîìÍ< yÌsU¿6ÚØ5ZkÏ–G¨ßRÍ2WÛÐŽ»ðÖ6ê1“DÍœšó|%èv»iù雸u {+T¹»A5’þ ÁhÉ´£¸4ìEÙø`—Í\Ó–'¥m ÎP§ð­°ÎFß±¦ýò{Å·À–²‚Í´¡é¬lÖÝÒ | wŸŠ!¹­ÌQ‚c‹¬²«?NSá²VÈlR;œ€‘~kõ<³}ù"‘1Ò›ÎýÕ¬Ah&4íí⸧ÏXjŸwú„nÉÌ©ïöbN¿)2͵µ Ñ‘Xò¾ŒŒs ­2‰–@X= GÖè1[í‡+Å7ÙSgS4ü­”x*rÎc'öšíõ`ä¹oÂÖ#5t0Q‚º›þ.°ÆÇŽiñÓ;PÛ~*O3PÈÐzhºô1\¯f¨î£"#KÏ^Ý_tRܯzi—¯LÖª{^UhvÊ´×y N¿Çì†åß0­QÚÙM܉Lø°àrrÞèi£.E+þ¹vÏ—¦4*/Ë'hÌ—×侊˵-Ô‹ßÁÁ~©¦ÔÕ“ÍÞy=¸†ÕxøåÚ\±ÖÓ0síFBˆÈÊlfšrÈU‚®~4 <©€í=^áLés -m×9ûK}Aã?Ó-úØ8t­{·naLµ´vGÞênRÏÆ¼ž¦oª?7š¯œÓ)¾Ùe|èU6Õ¤«5î$ÏÕøän•?Ìv3êߨ‘½jUÉ.qþÑþƒ›³æýЬÿAµyr ì|ÆMú}o!³\­êùV GâZÖ™ÞåÅì‹Þql’\u”kiÆçŠ“N)©MùJt42ÝZÎÖR£Ð{[g¥¨¡ •\í­Ÿ*øÿSž}U°Ó¼&sZ¸‹Œe¥Éj‚ÈQÙ‚ï¼g)æØWJ»°Ðèü"2ƒ)JÅ -›½?T._ÕÆãÙ¶}’õi©£únµ‘ÔrWKêLÁ0êT¨ô#€ÃÓ YÈêd8šøfz«ôyö³UU}ŠºT–Ú-鲫«•/Ú»Å]ò j-ÒšUòòÇzVJe=ÜåÓ¸9,Ãâ—T½6×áÀŽsèbï-´¬ËÛ¹‡ ñ•£¦ÍiªìÔ¯ ™§ƒ>"Y}Q¼__ ¿¯Éd¯Ÿ4ª<ÌÞ›¯‡Í§Ø©¿2,w¥ú­0úHý&à^ÌÿÀ²I‹¶}}#s€Íâpj½<8¶ÓDÚ/-Bïö‘‹íh"GÇVäµo~e.¬ÎΚ沢^ݓ£DûùX›€H$¸õNHðyùŘaáÄÔ*©á™‘xk -¢’*ûª»ÎËnsÈÌC¦°“ùvÚå^ñÎëK­'Šb¥]u¼8·[ÍÙÇ5?#m"Cá§5Ö;ñ›J¦Xô1s›U¶´B¨È¾ð áa>]¯Ýêþë^[°(VBdϨ®#o©ÎçHÜla懶@¿'HÒ¯v­rUEŒ§ÛÙ»žiÅà Ú P‘&â†È)šüAa­mõ&·øU§9÷‚ÑkO)‹ÚØåìÉÒaÑJÐíNì@Ó—iIyÓûVó¨.ô>û#Á$~¢œ(Ô#Šø¾á|­D@å³ô—úçÁ,‡v¯På}ƒÝ\ækÕ;K¤>öÚ޵Q}ºD’¼x÷w. ³6m¸>SóÎ\ØÇG -[Ù©Rr´à=Õ¡ñ©}u£Kè(w^ܨ&}§ƒ¼Dè2WßPónß«î -pš¼ ð`A]n¯ƒtàù¢±!WöœY‡ˆy±çóÑN³þ–}oÿ{3C‹q,ç#å«cI•E Ï{Žõœ-^H|ZÖ™Åê“Ç/ã\Ü‘í…>ÉŒûe ‡GØ•#$lçÐClo¢”Zbj3©Ô•>²Â½tÌ{ßU½s›¥òÚ¯w¼zì´u¥ÎŸùW+Izúc…*~ÛJÃÆ¹Í7fþUUËâÏ„Íu¢šÎØðß%f'§ÇS]R¢%²ÀUÙÊ€×èNyf=ôJßÎ?;T—rVzce¹Óæúä -4ãó²|ÿƒFó^ð;ç Vê§z¯6À«Úaû¨zFc¶C·j³©=£ælˆŒH½¼Ö‚ñ—Êõ¬†éÝ¥70ã95I±^Óã6-Ö1ÙKŽÈù(°Ÿ5(ãÿ^ßé^»¸šýy_c.ñ‘áêp= õ3ÖÜZƒhIؽ%œÞì ÏBüI[ÂHm˜ÎÑXƒ¦¥Ñdȉl‡Í ÓNòœë¢9¬SŸ4»W ½¿Ïùæ‹QˆíQIÛü‚kÞrzom{–`7* zrzÉ7n!ƒÛå4¼ß}a¸-Ô®6N?–2œ©Öd‹ôjmgÏÂhU¼d´Ùêí%3GüBûÖ©¾ùÆå0…{.ÝKË[ìjÛ"Ôª»°Ù ]t»èºÑ$£¾ß±¯§;çîð}~Û®õ«}{¾Ë {ŒpíCÎü¼4aßÚdդèÈP"ùvúCOóBЧ0Œáý^^…“ûÖ·gï¾Jgx+»tœ<Š޼N‡USJŽVk©•L¢<…­é~¢$¯`ÍpëŠÏdBG‘óV£¯AÃâûý?(Ðþ&¨9܆äjêíJYÇÕíU õÚNæøÝ k3âïÜÈFSG†?-»h¡§>ãë~VB“z"'ä|ê‚Ë£% -úíA‹Kx²è²ï%ü¥ûá@Mù¥~œ:ÁU÷éW¬ÞéÊ—_óf~j`g>_¿æ³*seDÇߤ³ËkõŒö«@Ž ù“P˜úwMaɂȜÐÝ…¨Û¿º9juŸ€ÌZdÁü`祀ÀPÚèØ~e­ }WQ_šË¯{JçÄÆã&CT4•ê)¯'è&ô×Pø;·¯õß;ÓórU“›?:tå»^Òª×h$ö®m 6[è…*ßåãt¾››>÷Õ¡­f½M•gÛ묥&€ÑˆÁ…º°pHÔmí=ç³içuMkYã™7êIx9#6F2€ºë&  ËçP_ê”eŸ^ÑÇ&ð€èdC•A ƒ>bÏËÚD:!•ߨbAƒz©½îxû(Làʃ[ëõ½·+ÃÇÉ(-ÑU»²«ù {øw6Íî´ª¦{·Þd~ÍoÓp0:)˜?9ø3âa¸ÑÜùïf üÔæÖݹí”ϧéJã[[–øØ•žy´íýˆÌúç)0>L‡˜¥`Õ¢h«˜BÝ׸d¦Ï ~PõŠEtR+\ W®74zU¸uí·a³ß¶äúOÕóFƒõjÒËŸ] ÌG•òÍ™¿üa*<>3?£?[dÔOUbõio­àCþd}y6: Ì´àNÇpëà·È/j¾æuÃEöhWe½Å\ý~éŠÌÞ÷.36ÒâÆõ‹²¢RÙkøpF—lxçñ³É—nã‰ä^Ñ!H7‡§k^åÕKçÝ£µ[5çÊSpò,û„sPÒzº-3Ê‹<­JLÂGý;'Âr·íbß|â—eÓ èh[´v<–wép=ÐVŒX^¨¿5ZäéÞA9eDL<Ç{ƒ‚.\¢.`°g,¦·.ÝͶ”ÆÊòPž(«ÎWWåjO~µáKÊ·9ˆ}8Z9>Šî¥“TGÛ‚ÉærÇ«lD7H»æY‘³á¿À|PF­¸På}¿²7ÖzE bÌiXmÆ/"ÇÔ±­^Ô«0{ЉI¦pí¬Þ8f¾ûnï\k£‡~¯Ú˜¦ÌZwû`#sÅEÚ c\ŒWÔüûÿ_!ÝêFÁe7W*NšÑ‰p³Hî'ØÆ·‘è š[…s—6jþ -œérÚ­øxµî–Ç•ÚZ« €ö¨X†co®M„^TÛ=„l&1»%[0¿ˆ½¿¤Jž!0«g tWÛæÞÄ]ãÒÊJÐórjé!smÌ›¹Rà.ÅãåæO'‹zÒ³>¼È~úÙ¥) Ô²*­vžëÆ_dZ¨Rkè›(1d-V¥§‰ßÔ³gíü~Ù] ¿ ݵõK‚Ô’.=¢yè'ö2û]¥ô½”·¤vñËvšø‘!%js/c Ëô2Ð×Ùc‘++­ª¶1|œZ¶m_"r"ÿ_…å›&F5Q=œ`Ú™ÓEºF4çXRÃø“›U|vMû¦¾‡Á¢u0j+J-oŸVÝëÕ—Ê×u k|P‰þ ugS{$YAƒCÏ<Î{ f3f½ßw¯¦ö¾o\}Õrc¥v‰ Ù4Æ1w„A'óË:Ù®ŒïäÄX¯,Þª›‡ÓY7Þ²¥Ù²b­É c%Òÿçûü‡ÎÚçìÕ Õ?´_ËØEœ*ž”rۛțW0˜eíÒœkö\¬(îd¾ZRM5g ««g—ЏúÍ Ø>ó7àlåh MZ)þ<\þ r¯Þ%56á¢nW›WuÝ× -¨{~ÐŽ+v¥û2n¥QßÌ߃|ziÏle©íÅÞ$û“ÿ´S,ñ¸ÙýÜ‚ú‡ëGGCbJ=ßðHŸé޹‚Ç~‚cÔ¾e›¶¯8>qò`=Ùµ´$½èWºŸâË -¼](Ï`4»V¼ƒ|ësE“"‡sÏŸ‚7K¦b§<5^oCÑN¢dƒf‘™^»é¤,ÍIE™IÁà~¥@‹V­¾œ^*þj÷Ñ'æù½¾´ý¨Ôk`¿å+­Öd#‘&·Qï÷F{Žë“?U·¥ÏMQ=sZÝ€f¨.àÁCnŸ…^QÙæMú;e¥—i0m¶ ¾_äeT1 ›§úf#ù'n©Ñ›Ð:ž¯J§^ë´¥Ò[ÑòÎþª 7¾iãèx»„äãñ^IÀ¯ŒM^zî‘g¢½4ÇmXV wü¢ûö5,F5˜šlæÊp4,‡]ów8ò^¯®Ú° qÆzžå9&쯜€ò1‹'Éù"âBœlÁœ¨ÿ¤k½É»¡Ry²5»Èøy y«ûu¸Å”—M_mÿA‘!Sˡз<×NLÕ¼TFv ö¡ùN„¬Fòb6Žä”ƒYì3é=ü!W^ºž×í²¾ü!0˜È]äÒëÍsõdÙì\ì<ù96p’³bÆ´´¸tø—ÕY,Q³1wÌ}uÖ 4JòfÚǹœ_Ãèæh]é™OWê¤ÿLß™ª^7½» -Ü\ô·’e©;ëW½ŸÐ6×=“jzã·µ‹‚.¯Åç& (ŒvÀt”Á4‰I)•4"ŸVc¨ô;‰¡;qPŸl¿r¯;$±|ÌÎÜn79È€ºVÎþþ3Ü‘m¬"¡ùÏ7 £»<;[A`ö9í|2ʲåÛ•VÝ`Å'5ôÓÇMéÍ2› ÐC4•ñô«Fú‚±àì ¾ý¾¹è‰±oH* ŠZö‹\)Y"IææŠªóìlfŸ&R¨R:Ô pˆ2(Gð’Át4ÁüC|övfé(ŽËû…}z©täŒvú´ç’L(0§^ªèÍU~MBŽ 7Qg‡ª „õ£ Ó®¯z0;¥ª R\‹¢áUKÕh¿à°­ì³ØS7s»ºµ¦«¾z)iKÕn»‹¸]r5ýMU*«3-Âô‘Å^ÞkñÐ;>S5yº:POML¾|vªoD•Ü.‰?èô©Bg˜~ê@è|ƒðWƒìld;¦Ã?¦¬sË¡ZÄo~{'\½u*R\uOë]®Ú -£æ*\ŸððM‘vµ‘Ìí 3\ÔìqõUŒ¢|ÆÈ9ª"TÇj†³\¹šR…à f¶ðq[¹:À¾Ÿ±Ñ÷]¹¾- «Zš¬;'P6NwvÜõôºÜ°š²ß4‚l&1—ÒNeöÛñ¶œë¯B•ù +(I\ò•{õh ¶¦dï†ÜdécV»º­dˆÂ3¼ìéGÉž+¹ÆÖÄœF‚÷Ú)ÎY:†“÷½u&ZŠŽð˜òîç¬s”º}ÅððÒÄNç­šànY±·h½u|í.fAŠWeÀÎÕÃúl‰)Ž»gE=ÕÙüÖ"®&kÊX©ü¬Äè+þ­ú))#½5àä-&ºnñ~1Èôv,ÙÖS¾36Av{xƒà¬Yf㥢|›õÓ8!³0ºÏ!ݵñX_i˜Ò…üD¬Ì]Û{¥×ßÜ™XM½²™ -MiZ+=‹±ýi\ü×\“O_·Ø÷ÒvÁhemWc¥1X óšóRÔ£›R)£™¼pqrv: õHš ÖަÄLÈë²eW)ÜÍ]¦#§åózO¾áõþ¸xë=È´ÿ¸µØ(¡JY -&Ti¶cèø"­ZjìÔ^ç\ÑOÚâ Ñó¬GE^ãêœìJP¥š¦¡W´ ¾Êmú¨ªþ”Yé‹®>^Ö¼NÛêü[¯ßù¯ep¦ ‹e¦e8ÊË7éåçø¨1ÓGƒ‘ÆUS›½ÅÙËC <SM’Ú;õ¢¯:»nûñ°ñæýAzë#dÉþÿé!œýÒÒÊåc¶‡¶`Ùx©õMb:œ¢ c¨SMõW&òîúýûéÉgVP’J +Goj¿EøÕ)š,J›ßÎe†ÙFËÞµgHg¾Påf74 -PéCžTKEû_õYÐà¶h<Í!‘-‹.Þšé•Ü»ªœ6>nQGBimèÓxsïó#ŽÚ€x– öª!ní€~Ô‡‹4 æÏ1 ´•2«‰Ú§º\Ö•,(ø\Ô©pUB³nHÖÕ¾–ƒÎ!ô G³P5î -’n²Iì ?Rõ3(ü³Pz{U5Æg„)«Æ(éÿ;ðþÞ ÆnÉÊOÓ¥òT>›MwÐÛÍî khô¢/¼ÑãÏ>ç5œ·õH‚«ag3*Îk²-OÚÈsíå„ÕV¹1ºu¥Ùwˆ/«Hý಩’ó·†ÛšvJKq޳]=ï®w oç¡eNòY çê2úfâl~ö§_Ú¨<˜#ƒŠuGýÖdwTQœ®5>¬;6]])ž´í­Å˜ï¯Þ^…ÓDûRŒuµÃœîëõ"8 €?]ðöI•ùŸ=^Ì$;šl“‰ŠÍ_MâZ Nþtû)'qçÂUš"LÒ7Pmñ!7™1Ùß7H“ßiqæ;ð^@†ôÿI¢w*—Ä.ÒÝ̰ùR»¥&A¯·J¹ËSyIò±9–’®{ŠA=NÒú. ©Bì\kxœhÑŒÉé9$ó¥žR_Fº³ƒ¡6™Û×Ðbõåè3ºëíÔ$z“PÐ%µÓé7€B?§vS«ú×2ÍJ’í°­<+ËØT6nâlÖ=J¹_–S#‚+51ˆ  -¤¿‹~9h4}…oKµùm’:Õ~ÿ ô¹t*»-‚ës&¨«¸SÕôTÌdÜî‡û¦¹Ð É]ë"ôk®ù~®ijÞvì'ßvg º¥žŠUa ‘6§zÕ¤&þƒ’ -èó5Þq âeF¦ûþº3^Ñ:8-¾â5ö1i¾.Zv -Ný¦ä%Áhu05Ø/§(E„³{}oÞ¨.ìòšFzDiÏ׿øb=‹JÖ·•­T¿Â5C^º©½îo¨C÷oËû@cðRÔ•tÍË5~w’ÊdyñŒÍX¹ü™‰Iq©–­Ïö%—§ÔÂR|ëö­€¤ó"‚˜…öeâãŽMÅé³ý¿Ê«M‰4ì$KÅgº$L²Ü -ò×ü[Vœ:wtÈ¡ì­'ýy1‹oÓz?лÂ6Š’Ïä–¹u˜¢·Ð¿­rs6McÓ€ŠuéÔ•ÃDE;Ú€o‡„[+XÕ½®à¬þ9æÆr]/]5ÅfV‡Øla¢…Âin¡pó SX0fEf–Ô*äïz¹þ¶üšhÄp”3&±‘}²+ažõ³½|!#÷Ös¸Ý†–ÂÃKÙÓ1@v sÖgCîú¢ÓQ ŽÀ|»˜žôÜé©Eµ¡ÁáÄió«÷uÈãùé•c¡ûÆ,ÇÖ•w¦ÆˆºŒ­ä8ÌÅPürµÊ°i&]mod jB±ë c¬àÆZßu¹Á}CÖèÇwí [•¬"F#mÛ¿W˜ WËŒ£…66»"¿\…ܳ†7!½k±–‰V¢M£J8+\&eÓ©áœNÁI¿È‡•\ßÞ3§¼mBa ‹õ`µˆ‡VtàËzð¶JÞ*Øá¦ÜÖëSã³i9ŸÀüA†0®‰½÷Y,”ó;½uõÜ‹b³µº³ÑÄšv™á]d›(‡˜±»8&9}Ï"HX#æý©/$Jî¦þš‡7ƾ‹UX¤“Zî,Ý¡úá·ãT}‰¯NEí¹«aû«.®›Gö|Ý‚+g'éáL,…¸Ú*ÆA„æ×ì}Ûêäsw*CÉ‘Ñ!ÄMÏËV¦G×zwìÝV6޼íå¨{Ö*üƒR½v7eQ‰ìú”dm/³7Y™ë_õ*¦ Ü_x5"ýØaâ2ë‡McõÈ!m¼|M®ž2š´™Óz@©'ƒ-ûXºeµ~ËŽíª´FóÂ0ÆöÏ̶ŒÚ2Ñ÷š9¡%võ+•NGïÑíc'ä±'ªÃ,5ªÃäDåéUÝ­šõTÎV\žUÕ»joß>Æ'G¸î"RJVx¥t?¿0Û.Mf11 Y Ý"ÔtßÎ6U Áôlr÷pN,%, úùžò¶ƒN4è+ü‹»»Ñªájj%Ü(f›9ÕR Ÿx[QócÅRXpr¯Ñ9‡õ*SîÍúʪê@Œ\C½W6‰É+¤vº˹õ›,›šG|2LJ]Xì`³Â%yb7„לÁíuWkïü·¹Ï®ã6?\¼5ôµ™5ö8-ÐLk¼†9Fìé¡í÷±b‚Äàæ6GMG]K\n v3«37lë£ï{½©ÕË:'r…è¦>j·_&|êÄ•ÿèä²ëï/ÅQisüï•m s/Ô³ºh½k¯^Ýic^ðälfØæÏZFî`éßCã 7#SA ÝZAŒ1Ðø•¡_pVÄ{•5o^[w=ç5ÝÔtpç$ˆE‡Qá:ÔtºõiÉf$to818eYÞN‚öÝìêÞxŽKã¼îu¦»±™—º4‰Àƒ"‰;j½ò2$¸ÖçH°Üòµ—Õ=GèÎf•}^wµü¥§Úi{[µa/O‹÷O/D•iÓ¢’-Lß;â½àšd¼áW†-ÉíÝ÷àNßèIQc௭¶ Ái¼';!ââ¡.gc¨3w´ï}.Ÿre˜ùݰžÐñ32¦Æ5¼ùCÄÔy½»9Ø·GXnØ“ª—‘ÓÛ>El_ ÙŽzÉ_jé² %wº*&”öJ­œ›KS;ôs›ûÖýoÊTǼU_ÅÚ©vÆ‘ºpc³Ù–0;•$ïkÝ^PON8W¿*Ò¡‚Y^¥çS‚ÀÞ(@™ÍV^©P¥Wßv½–ìñ£É—nÈ­cÖrFÛ}©+nߤ¼ŽëJgÇZåôS^Æ«¦±èäa…lÎ<÷Áç³?å&¦)ìõÜö.¬8âÖ<>Sô©twK1 ýA4 vÊZ)—mvÞ+µ~ì,T‘q°hçê; ›©3ÆÂ“£Ÿœ67—5eq¢ý€“\¹Êék˜ÌînöÝ쇗sÚÓjIgi?úխ'˜Ûࡨ1OµrïúÕØ—³5®  -çïïéc¨¨ËêÃÖhgŒËV×ã©7ÍßÒ÷îZt|lSéßǵΥÎÃzXkW»Uô&ÓIÍý£‰oÅzüß¡ÊÂ÷P®B[Öã¯u±ÍOtnGIõwœyß$—)ÓÆ{cœY—òívz4qh—ꆸçY úÚ-äKþú<ŒáàªøösvvçÐ0±|)F™‘½­#t©ÈC`æ3 MÉn=šCÅg¾¯³ïªUŸJ¸ä¡¼wOs<<öÌ¡bÞÁVµ)éÔa§‡wS±t¶öûß~Ùûò¶+>îÍ™ëǃQQcà™™°ßÆ2wP¢íþU¬vc¶±nñnoΩ ƒ|NfÕ\ôç5}WëÞ5œ]#ëNUü_)øiµñI¬fƒtÏ—2<íT§[Ï;z¹˜x­ß2æÿ=WcT°†o«Ý’¹mdÇ(¥oíƒC ´Ò§i"’_²ÚGRŒ¯õ-åízß«8úMÂÐz)žsTÚkn>º/Ëç]Agc‚ßW7;Æœ)ËÚ„<Ù¦nÝ"WÖ¹¼yñèm¬fN9`ýs·„}$_­™¸¹`«“9¨‘LöájûÔ¾äA‡ -3«¡…“Vt3×콑D¢ -ÊxÖÕz£ ‹à—i3>®ù’ñ/ÝÛ‘pƒåô´º|làÌÙVH[qûEÖ¬«@ ¨æ¿ W &ÙKîÈ•w6*M2­b€ëa³¸§©[¼Zuå7×B•´›1!)µ‡“¾5ÛJÇ«àzßvË¡†|bË’î×âÅ4MqñRYijïÂDjëvW%»O²F™‡YJ½±Ò4öãs[˜ê[¡ÉôO éÿAL~}7ûœŒÜôݯu¤o›W®öؾ¢à·º²™…*åmnåÑÔyÕGw§G“w1E¼p mTÂ`YÞâã£-CêïøU==¬)€Ÿ³êwÝ«¯•Œv“k´ëZÝ{Y6VNS…Öù| ¤'›®1m-!ƒ½RÇ0×g þ–ö]}›ä Ÿë9m†²¡Î¿—¤KMâv§ÛÎt½YRE[¼¹ûê¦É\ N¦ì>hâ¡€:}žƒ¬»h¯£mÉ×J:5ƒ3°6˧› fâSçæ5TjÔËO•‡áìá<¯j§ÙDmGž¤5» S½©v„x#~rBÑùõø¼uÌã§<:å§všÙL ÒýŠ}« ^cqk1[Zwžd¨uJë-`êÆ˜·!˜3ªûß~lìj-Í”Nß^¾»‘/Ž‚adò OždN×=Éý¢óÐ¥Œ¾¹åL» ç.AЪ!c·doÓÜi¶rbnq­ÇÐj?} XÜ;cíׯ/ãåÜ*ë8zsG‡Í_vâ^d¯ã]N‹†·/}Z¿[ƒ í÷ÍZìÄ?ÇwTS°>ZóXzTOk?1?Ýe ]±;B&ðI¢¢uÎ¥£ú`ÃÛAiø§Þê<²JÕ‘ZãC×ë3D¯ö¢`¯1ÄÛlU?¨ N³Ü¡ñ¸a'éÈUˆãúáÚÚ1)yÞÃa© ž9‰×ßÑñ v¼ÀU¾¢s6ƒ¹æ¾aÛèàNT‡¼øˆõ,YzÖ«Gu®Y¢â–ŠuÙV'+¼´—ùÛÙ‹Q×éÎ¥±2Igd øÙ­ ŒZ>‰óL×\¾‘Šä)’O!Õ(6Ëú ß¶›¼ËgÓæ\,{Ç™ŽMC0[Y9£nÞJÁcRO]ÃÉìø§!B Òb:H¢RÏth™ž ßx¶í„j-äG÷\ƒ#‡ðøíPJ’¡?+«VߦãmN ->–±ô²ƒѨï1…ñG­|Éì4ç¹¢·6b `ZB–Ó•¤ìþ±péƒÔ8ssS%ß¿³Y]±rΉ-u¯­Ä¬Q]Ñê HUæü‚Δ¬€VÁ²y¨mç º¡æ V&ZÿùFÙÖ´Ÿ¡Õjœè|.á –1ÓôZ²JÚèaB‹¸øø“ßÒqÓÃDx8ë?üEö'%† ä u{bMƒòzˆw·³:¦S7Psç¿oì0¼È•:yò{VZÉå{Sa4AAýYÖZõ”#u“­î…šÅsôOÎ;5…}„…pÿúÇ×”3vC:ôÂÁ{ßzÓ†1ÜmžŽžßî°]âýQ˜&Ñ>9¼p¶sîÀ¼/DLãg'€äGíý´Å¦!Y»ëøç];ذæN#3wUýÆrGæʇ¶#/I ™g æW·øŒo >;WÅîpv–îQ¬ô¯²lid6jï–6|¢:Àø½°´åèBÏ:‹[Oþ¬j«ˆ2ÂzŒ·ã|Ó›u@O Þöó~/Š»^°|<Ü_ô-h¼]x=â¶Tºf¯”¹ / P33:¦ ‰ÚzÖüöR=O;—ù]J•âA£ ‡ù ÁØR¹N‡ø®=÷‘Fû×­«ÈÇ\8uæúiDôuàØsI,x,ŸE5À¸íT Ö³ -­‰²U$½Y V»1×™ñÂ[¼’fÏô-höËA„¿É%w7óÂü`çƒëÏÖ¥; o„`Î-45Z»î^kÑ“y¡J¾ùü@78ÝÊWÒâ±í¤:SÙvB»+·W3%òøƒßy7BGÞÜ4(‹ë^LZŠ”x%o2ÍÔrcIeª8AÎ ô˜í¤öJBÁ™þf«ýþý }O+†}ºÆ«¡AôÎIƒVÖ7´|X¥ÖÊcËQ[X¯Á*íÚ¡¬.åWÅÚ»‹ºî(M𤥼¾¿7¹º5¢ØÉû+oŠu5x­ÿ ¨¢±ŸÎî£w´ðëûÒÛøÖ)¤Åhb¿»¡ëbå ±¡5Џ¹½ýzâÑËQAìY'p³Q8ÅõÅlÇ$Pö29ùé¥E‹ËV„bEç×—!êÕ~õYe°Ù?õF­VOÑT%KϵWndpz#_ˆ¹X~*‰ÚøõãÇui‚Ü•uÒø­vxyŸ‹ש…)Rün8ߣpûƒÊ¾(n5î–çØ­_µs²x÷œî{myøå›‚õPi3Ú/¹~Oe¼‹…¸ *(۲ܲÅËt©³çºou[Qó‰ÑOû¢i}޲ÚrßÓ³]ÑDzjm¦>Öo¹ÍÕŽIêØÔ¸ÇÒ~ ïcØÇŽYqØ¢gøžgyK¯> 1ÔBéV쌉4+_Ôø«q±!æWíê‰Æý|ºRý¼†ÝXýAâRßHÝã^?5¶Î{óE‹u·-õ[ÞØÇ&ðs›$U¢Sm¼‰í±“)»¢l#ƒ5~Ôšþ¦}lTà’UãCÝÙЧ"]û`?CƒKÑ@ÿ Î´æßÝ¥RI¼vPkÖÙÛ1²ìëõ#p#zjæéNçÉü6.ÔâG|íœR-ÁrU ýÅYðM\íUs’ôßðÁõGŸv·%DáæÐðÿ^…Ý86+«Æôcü2æoS‘™;{lÓÉìx¢ÓÒîÔLŒS†Å~cÂÓ†w#¹­ÄA„µ¨Å¡fP²Ç#÷9Ðjõ¡OW†5Ù6W=ø´Šüšk`Í‚AQ/ˆ"I·f0œ¯V!Á3B“[8"ÌF×N»;éõy¶=Ã1¾èj~(żT‚äéïÀ÷r/ªh÷ÉØ’Ðoq5eË]ËNY[þAãêgÚRâ„V²ùð²£î RÖ["O„Ø$ÛÑh:TkžzÕ¶»D|j¨©Ö -óƒÝÒrMuNYÐ*­E.*WšÆèù¼q¸óŒ°yÜ´öý†ýAéjºLã h­ÄÿDÞ[µÑ5 ¿4®¿dü×m¼‚š°k\áŠ<8ýIøÁk±D '»£G×ÎŒ´²úeݢΰPÓ½YçTÀÌ(mgöÿ^Aù&Áõ –‘”¤úºV£¦¿ru<Ô +d;nrâèã[ˆ§› Øóó¦;ÇûÆêõV+©Ò¨O1XÈØÆF‹5)ØT¯ñ›…‹æŠÊ^ÉÚ4Ÿ÷xpëŸÚÕÅÌz©lÂ'ÓÚh&ã¡ë_‚YyRvU­òj}l9'qŽ£(oâÚ- ÊQs¥3õ>sºÑPLV\ŠwQúZ·R• í~·‹n3¯aå¾ë­R‡ÿu4ë˜3kŠû÷ÐSúš/sŠ9ò‚/T©&ÌtÖˆ²´HÆ­óuÁ¤fyµÁ ›Ý—\IrD÷óô(Q˜A+º¿5FµëÂì½S ~"¿“Ë\”)y4¹ŽÓðyO*ém pÇpЋÃvdw[[emÀSÐuAJ¾F©P­¬*ÛâëæxâX.o“š®*ˆ¾¬_SxzÛ&ýd»+³™1×ìÁf^tœÙ3g“jmDt¡·t‚SÔ:¡g™Y»· ÝG2_BWYÔ˜!n7ã;ð6×:O›¢-M8ƒñÖÂïAm©mžpY>¤]÷ÆO—ÒÚÿlå¥!¾…gF–dî®' -4 1о’/ùùX•^vìWËÛg¤ò:•xÚ{þA;‚XñÊÏfÒ‰¨œâ$!¥øÀºÜQ·±^*/ªÊgødçöé ϨŨñÜ‘ïp\ÅšßVkî •o"1<ÏkµŽ01 áÐ3íä¦Ë‹µZø~ìö?ÎÁ¯¯µ_EÔd˜y±B­§ÉZ8ˆY™¥q/[3”Ö“"K^â ;ÖH+Y%ê[w·¹uÖ]Ë ¾T•r42.審ÁdG²žë‘†øŸ-¯ÙS.Ÿê¯aÛ+áú 2‚,Ömd½~jò¤ N‚>µ½Áe¿•‚äÍÝ´ä„–²•@®sµÏ%fh7eÂì1þæÇܶlžPH)¾¹[¤¤QcR#6Û'y€‘6¼\Z®SoN,,o½idÕ€áj¬èñ¼šÃwÇ#&Ûš„„ǧJŸ*®3ɽdçñ™h¥öç$ƒ¶øi}Ý1l2:ôÿ؃7÷GÎÌÉÄmi„ØW\ÖYÓjxcГȲ y¯¡/:JIÂ+V‡[}ÌÅäM]Ê"Ã'Ï^el£rÄJŸíÌ…¥AÙXG¥‘•ó|uþú4C×ÌQì¥äß—W.‚!n–ÚN‰IÌÈ}üœí°ø´ºQ5J¥åŽéµvï(¶ý%gù‹z¼/EZîÐÞšì–±¹‰\ -¶ >ßø¾pñùn9‚.¬uƒÐ ÄŸ“ôNÔ½ðNš¥/¾‹ƒ9c8TpHJXÖ]5”)#"«ì¿dMÏq1ƒDW¶¯ -  y¢CåJ1cUÒЙãù| ->Çô,)1=hÍúVÅU-MbŽmm¿Ihp/ô¹°ÑT?Mõž¶«Š*’œL™ùQ;å[ -tÄÕaÛšî¬è˜¤Ii'áÓnJòT@y‘ØIËüŒ¾¬yð"P­VTv÷rV´z–§|€û-ŒòžÔæ7{å¹Õ2µõiðÒu±L•·–3¬úLpÙÊO$ˆ 5 ›R6áZ¥Þát ‘¢2i}\S¬©Ïâ÷ÛU8ŽknZ‹œo)¶ÇáœxͨrøStàÀvåìuäs7Íºé‰‡ÍøF~Mûs¸\Chýížër¥eóMzßDõɽîzôŸú[)9ËcœÆ¥-îqnº lÙ;VÉÁvõéÙ‹c4“·î¯ÛÜÝ'k°ûÇÑy ¨ªPto* (*""ˆ(*5ôÞì½w÷ÿ™¿1¹å0 9îï9­o‹Î2ç—Œç -q¼ËâXÿ–~JíÙA ‚RvÁiœÎ Þ£±†Ò-Ź_JÑåà;83'”pÿ`ʨò ŒÏýÊ'dz§T0§ë·±—ßè©–Ó« ™‹ÄoªœRµ„­Üô¦Ð/|…«Ntvâ¼JÞ>¨–ïTÉiØpX¤TWè­nÚ÷ë}¥>[syßÕ -ѕ騳˧©Ë‹ÚèÖ*™¥“MïoÕMÕÎ{>füêhJ_-rFgóö¡ +üBy”S~nö¾ÚYÎçµ5ë,+Î:¼*‘¼™ÞÎc¦ióƒ!òs^E¥L—®é9m¬î²lu&19‹DöSþùi8¨ÙpgÝÒJA¶çÍæ‘þ>âÞ½½õõùÅwUÞIÞBÿiî½§úAôd†­”4ŠvF{…(Eíëkp Zvz,b(‰ô|‚Çu´û#XðAT¼1E´ýyÑžm=û Ü®eHÃCÄMR+6‰jeuÝ”ûAXWùøIƒSã·gs(5Õ˜ëîó»¯6Ú…«^ZnèÓýr´ÓH[°ïcÞÆ •EË¢|Ð&ö×ÌPu[W|­Q¹ ÁbTù9ŠV”®00ï+‘<äqn‡ -žCq%B\éöh¼×àßšNûÉÅl®¶˜ûŠçLLÎ/Æ8Ûò@›?’Ó8!úv``Hš\oÏ«z·Ç }è@õ×¾’ig¬Z˜ ù+MÇwŽ’žD˜Ûr¸X^÷yð=ո޲ ÷\­ßw›w~‘©åw]»ŸRF*]ƒ(.(W?„hwS G`§aÕO™'‰#ôVdloÆÔÔY±œÐë/'²{å ¥þ˜á³×ß1-ósÇòDVhíZ_Ý– r+ŒtvºÔ3,­ÕÐF»«+ðä@ ¼¿àmwïîeRõ²å¶ÃÛA8ÍupT÷ëCƒÄîó±ågðT·"‰°ßoú·S8þÉ€Õ­sºô–Ûx- P¬Š7»°šOÃöõ°R÷Ø£&¶/%Ò»aNK.8óøŽÎFÀI5ä~R=lfG»bqºJUéÏ"Ü¿ééwÈ€4\/Ai>½§HÍ;ª^Åó[õ¢v«¼Rsú öÖóöª¢Z¯â¡}ñï}·çæ©2ÔÎ2Á²±åp4ö›eZD˜Þœóឺ¿QOk€Ö RÚyOV=•„lr£[BتZXEŒk0Œÿc -ˆÊ;¸®iîÄ-j«|ŒDÏFiQªª>HºãK÷µ“Ç<‚Î㛺¹6ŽÙŠ~`ªH§÷!œïÿà˜AË„: ãR>»#Ñ_¡ÏTÅæ6—Kù¸2&˜¡ëUÒ Öçâg—^òØ•¸HsmNÅ´¨‰ q5dÐoºØŠnÌd{JóðÚhŸß8×K½lAGeÍìvÚLµÎ ‚Ä:ʱ·Æ(OÿR.}”dda÷y™”çñ.ê ½²PIT¼ -´'2m3‡RÕ;Nl;QxÀŒ[  nùè¯Á*JŒA!ÒB3 ¦¸µÐ²åƒãqïé¢û‚}«`ÝîÈÚýÛgÆúnÀÌ¿Ÿ5=°šØY‡z`¾n´µ«”æ(±,·ÇikTÈÉÚ»ñõK~•ÎŒu‰ÿºªôal=~ö7Úý"U³ubê.ö5\#müA<´µZÓXÚÿ,m89¹F«·ZÇÆìŒçÑX~éúÕý™Ô–‚­"fyÚ{Rýƒ'GO_›µÒËÑ´5‹ÑGL==+F´šyޱ)ëîõõÃ@ÇÍYe)ÞN_zÊ1÷-a#çx Wùݲ %å–+[RgÍ:ü .º7‹(Ò¹Ãhugl—dšØÿ€U³ù„}û£›“âB?cÙ.òGw/À<ã¢Ñ´oÈôÎðÚl ×¢ùâ7!¦«—£Ã^#`O£ÅÁ¸n½S0Ûíb‡9ùŸù›×p&–cšSB«ïã+EÚº@­·ñ›H¡™ž.ÚzRO•¢|6U×í´.±•£Ë Ï\PÌ!‚mGµ½NoªÍÁÊa[ûzFL¸p¸{µ¨t ¿=í+i޾l½“(™ÝÚ¤¤¬Çqµ5ðŠ9/-yÑðJÌ©L+)Àˆ²*&Yå§m!Û­z¼Ý‰L”^S—2Û·Ê© ©Ë3¨t0F‡u®J/*Ke$..ú5½7 Íù¶Uº¾ìèz Ϊ5vc‘LoZÕFñ,H×Aµô³Ís©|²ú~òòøÕ€5Á§&.¦ã,v­¹þU¿ö¶à"›N÷‰NÚʧ5àõÜǬÊ~jž ¯t«ë{ÝxZ=¤°öâËV -3z²6ÛQËqÕ÷TãfÐ%‹âÿö¹ÙŸê*Ì$”=¨]ìïͳ`Ý*ÔF0ٷİöÌ‹ Ÿwþè«kÃTøHùÝOw±éc÷fôs‚¡á³áCÄz£qAiO_\çKV~ÓMOÚ¸ö­:Z -q_'®Ì Ä_}¸2Ù.ôÛºËYþ¡á~&E-Ûœ¦9ñ™P²­ª®V¨4% $Rf|ý”CißtŠnëT›=;~EZËЊl­[´B{ýæ@¸öwÃñâ5ŸM_vMˆÄ´é­ì )©PBÆÃ\•gûé¶ñÑY4n¢Qqaí´mµ×ǯ„ÞðÂ…ߺ¹‚`‡ê¯ý;óÀ°{mSˆsû:›ÂS¯UI”LzHØãÊAà9ŽžÊ}:›Yùߺ ªb•p2ÐÙ*¼ª8‚ en7'FÞ¼"ò¾žÉ‡†ºÔ¦–YF7ŠOÊöJÙœ…å‡V•€È t«E¬ -Õ×Ws$ÿX\ªÜÙ”s½,ÊœZº¥Ì ÔÙ â®ê²ìÒ{›ÐÜ: Ý^¨h~›€m¼‹Ö ·‡óá&¯ŸáY6SsqïL7Ýï׊1ë¶ïÕás¤€$òm=kLÈ zÿßߺÖÀ‰;ÊÚ±ãH—n—Ýv·’PÛÿn:ŒˆG«¨”{=où½k«ç°m¼qb‹w6ÉU³;Îè`+ªPöLë>á²Û)oGFü£ùd婞˳œ_Äò2±÷ž¶&â[ýkßPÇŒiÒ¾vxßšè—ñ1ØÂjXeŒ©§à ëõ -Z Ä[væŸÉáÉUI÷oØŽV¬gDû>Ñ~¯Ì2äzž/f«Ý^}µ–M»†÷U6x)òc'UÏúj×A¡îóÆèT³ötò/+ÚÙìYò€ %öxiwåu¯VtÞ;(´ÐgÐdýÁÚö¨ÍÁøü®ržeg?º¢§¿eÁ­vëeN¸ÖY nWÌOEp Es ªi¯ÏÝõ¯wey²ðúqËC5ÇËCĬ6WÆn0môñï¨yD}ÇÆ¹G óÏ@ýC‚Ù2ty ñÎ*®4íÂŹÅmg|´[”äÈO™KÜ/2/­WqÐn-ÊÞ÷?Œù—ù‘‹Ç½îâÉ䨧ñªâ)Ys¤;Ô:¿¥àÃ3s•] -Þߎ¡k÷ÕÒ8·I$²£bÖD¦?cÙ Aø=뙉`F&òç_–7*]l&Ýv{[=Ó+å. ã’­}îèDaqe)×r8#jpjÃ,IéåÐû§ãYY7g…¯Ê>ƒS´øiˆaõè˜TÍ»ÿCÆ#]í:qµÚØÂvº¸àÇå0¶—œ³H.ȇŸ³v¤Qý¿µÌD„x3dÇC -¬¥óÇ•œ ñ¢þÁLCiåxµZïéaÙ,¤mLûí«EN÷ÛRƒëjžÓ àÄÂåž(ßF¯‚s³’¤"cY¡æÆy*È”óãkUY¬èyÚGD ŒUñŰ>¶KH´2ñê|Œ°*ÏÝÏ«ªæ™Ù[ø,õ½Ý­ÝAÕ¨Ž] Ï£5Ë5ö^÷ìë°u£—MÐFÙR+Ú£qt÷[ (›‘¶4zpË0Øv—TP:¼)`¯“N—‰‰‡j(ϺÑûóݯăÃ"¶§MÇ…»õtvŸöVÙ…šÎ÷E3]híV?ZJÒ  +_·Ùws3)ÂÞA“û9¿œÈkÖ¶¤æ– ä:êì¶5C9· [™Ý‹4¿ºÀús?p,äˆÐ)ẋì»&šx•’{5,mÞ)ühMéñ5·ƒÖúâ.ì’.v{xf¹”ýƒdþðû©Êzæ´ºU-¾ìÛúpŒ‡ËÚ&]î¢(š jÆäOtÁšŽFÎPO†SÏÙ‚J¾ ‹¶w’3çJ0¿´–ž½ª5»1\#t mæMÉ -Ç{Î\|/ņÅ|LóØm#pKi9#½x¼i~^S£R¼þ7¹´ûWa‘'¯×½ò¼½+QŸ6·Œ³ƒ¯ÕãA¹Ý]¡º-õß™ñ’ZÄ?­KS^‡¤ñÛ>_ú~Lžø½7[´‹„Òç9wΛL^|®1ó­»Üe»¹=´\‘MMU¥ØÆð±BíO*V Š}r¥ÇΫè5„ÉßïÆBK×)çø£šåöK“’Ð~:󨿹öwèÙ ƒ€€Äœ‘U¦q”øyó•Gï¶‘Ù7…07°œ¬0ÔæE2³‡«…?뮟¼×憒‚÷¼Ü“Óy²k:ƒvp^@ÇíÏãb-*ªÝ][‹àã#“>€{ƒè¦®«­Â¯þ#û:T*,÷oƒØƒì“^4ù‹˜âíiH‘×Îdw˜=%±’\ýšÒÐþÁ¬âK™Ü!­³Ûâ”71¦¡ŠRD0ÊΚA¥¼´ú‚²=ÓzŒ•ýì’ìœ6³>Y;9ýkÎoÍXù§:¾N\³«ŒC’ps&¢.öNTn-y—ϱò ZÖ'A} Š…°ë8}..–—ÐÄ:º/Eão•‹z‘_ZyeuBß.@½–5Ïþ–¶,‚™7P®Ô%'íš'—›$ ‡Nfײá£|”Ô}®ÊeVŒ{MÜ[Å[Léyù)†Zc¼’Ëþ1Õv|öÙLòï»Þ×æÎ¹C³w¤ÜƃÔ$m{´ýËZ¯sÂ÷£Éƒe¿›X|GýPë6וHi¿ü*+5M¨/´ƒæððo¢½`4óªòIí¥w¬«¿~bâP­G±õ‡ºÓ߈VÂjPù.Þ*’1`-SPô»í(9¬N°«dpÊÕòÇØûì=;0:šc.› Ëù¢µE[·ƒ õª-»Íï÷uò7¸!½gÌ—×—J-šfµ`WÀ#´ùf@w ·6Ný“«uÆ}ØÊ§Ãë»›ýåÒãÚ=WånÝÛÚwŸj´6AÒ2Ÿ»ÞÔêŽ:çòçôðŒ-å´õmú”ŒƒÀ¾‚B³XNÄ‘ epñ„îÒôâÎv=Àºí¼&5ÅÉdôJf ÓžFhϺƒÇ?¸^{ô+ Š_T´4j®RméVˆðî×>j:£wg+?"×Âè4$dßüÎ_®9¥æ 1÷yOx;ú:ó–Ý;ˆŽOñCó5]Kå/^9šü<Î›ÒøíÍ ¶öš%‘ÊÄAv1æ¢ÅŽýÈJ½Ÿ'k5‚›g©XWâå(e«33‹¹Z¯¦jÅ¿oûVs/ê'8fbçwTÒGõvlÀÃpuïàj{íù*Ïýêk ;)#ŽîõçχÜs"Ó ¥þrgËÜÅk ¥0ö6zðsº–ßʳ`Ó³­c5åª3ü“Åíz–ìlÒ¦Ù”Ú^ë\öü÷ïÕ7'½2mâ_^'O…¸"/- wOÊü\ÛgI1¦LÝÙÝÕßYjºúxIXz²…–ÂN–š|tá$ÆŽ–ÁNm¢Õµ,àó‰>*³/ƒ ’Ï1#™ÿp¡wÜ«äfÚwV/{h<ôSŸ&52—=û¬í•ÉPÝd”4KfEènªz¹(n:³¾ê'Þ@~?º]É#n Õ'/.S{Ök;î•w`JÊÄ)-”cq´.à||Rª¶É{j9Öcû9‡ZÆw.ð\soXΫôY¢´9Д¥õð -ÓsïÁ¿½&¾—‡ š,nÌ«ætÛ|¬¬ï?Xc–3`–_·G7oâä°"cÃêîúa»ýN§Þ4 ë•ðŽõ˜z„ gÎ uvÝJXÛ,CÝ[§O{ôøÅ ¨5òq­'»«Ëʃ‹_µ–ñFóý ²§×~ˆ¬+ŸŠþ¨ †¹Ìžàø‰·£5W1Û¨ &5w4´{kPܳ7ö™ä­¯”@–§êS$ºÄÛjAÓ®39Qm…—¦÷ÕÎÖvònOWÀic÷ÚLÌãê&Ýï¡êïwxŽKÖP™Õb—_a$.ŒÕ¦S\ö_.µ…·ÿ`¼T^m¬ÜmÙl³) gAÄU©¬`\;ïCåÎuãò"öÇ¿ú¬í½“hq÷ÉÚ³×Ýë’?Ük1ßBûË'5çëÕJZž§µ,^íVæs‡ R*éX]Óu¡œ ùïCƒ½-ÏÕ]˜ÔÏ•!Zkü‚3¶Ùúí]§ßïöŸ êç·Û#Íóåvp‡M·oý¼™‰ÜÑÓÄÈÐ磥ª¾J^î0YA9Ô£»%ã˜4äx×¼úÛ?“,ƒõÄp»Äªîw»¸´·*:ôS°/Úù¬‰ka9>9}îÔµJè’)Õû~¢yµÐ™½;ï…XÖ/¸­$5Ý׋yƒåÉ(“æÝ•ÃÙôDå„4‘ÁfØ ,~²l¸L¬)t]({AÉùÁTPëª#ãæJ¨(/6äõ¬-g¿Ëë7âͺR‹Å…'¥^EêŠé¹^B…Æ.„Ò@EŽècb™¬¶)ª&SùåJ›7(åÉhcì1#ëÔMØ·‹õìM_)ž~ª\ÀÖêý´ˆ"ÅÜ_dP¥w±ÿÊʽ†iWë¹*…p¸po¬ Ár6ÀéCŒÍóÙל˜ÚÑ™˜Ùðê#”S–Z2ßÜc z-˜›™Ý50Ø…Áù÷ £ šœâªg°gµ«=-­‰cgæ\>ÿà"Z9p™›è4¦YOCð5bé›%Ab̸¡èñF£\}†wþT¥Z=ÏÑw¸¶ñÇ‹ö­rþÔƒé`ïö^c ÔÕ똻2iä äó›Â¬cò÷.½®ÇO~y¹5­Š ãRÚº1áÎ-™£þnŒsJ ËdݸÒèÔƒº{ºÊ^[™Dõ±SL>zq¸Q ©¤Ñ”JKÀnÏšCG„œtj}ÀAÑv«2w 2ÔϯOç«.–@%/ïÛz† QýnÌûÎF®„ðÎ)P>FÏÆTß.emkϽ5” ©ƒ -/8ê*·û/ʸÊm|ÑéÚì7€Ë<ňö*“lþ:n$E^uXé.¬êb¼µmÛ(º­£Î}•ýøZy²3*ã =­øyxMûË´]òôl‡-¹šv6“ÑÝeЮîE>½h çµ¹SXnÞÇøâj ?v‹­¡<Ç=ƒ™X\ß%T´uÆi5~óØ´s kµü{Lª‚ÊÔ™Ÿêë,ìøËÃ[#*"ï•vÈÒeïÞ«:<Ìy»—±Z¡‡â¢=Î1í§D¶©iµ‰¶+ñg;íÄóݤ××gï *¾‹QðÆ¡i'0›€Ê{‡7v=±Ñ›®c×ì«iÍ ¤Ð/Ò†!ðo£àoá[Y?¥êËÒMKSþÁƒòöø’\³tÍÞõ!×í½Ï™TgZüœ>°Ü‚Rœ*P˜WÝwEf•²ÿîPïà}^…žSa@ýÙY/E˜öG†þ}+ ª¤ÏˆöîÛËd㫌çç¿w•Ô Úè8R.#ȉˆu·‡ùz®ªðzëß»ëÔ7×5@™ðÕ -œ--ÜT¶нº9—j†<€‹Ÿú@^ŸŒ6´¬Û«¶· è£˜V‰óu;ïÉ€¨Hà:û[ÅËœ8ò㾫«CÁo~`I¶Èü=j¤­·§t -Êñ®×eÍ(fx2Úfû®O¶š"\¾¡1>l°4÷š_ß½ýæÂ4þÁy=ž5ÐVæçé=…ÕB~—ÕAmÌrƒ{ 6žA/i1 Spì¶›ÖC¿ÖºHäûå-> 0_Ïqí?ç3¦2ßœ2=1iÁmg:_8«Ó˜ƒÑí¼À&?jÙý²Õ¥X&{õR¨'U©†©93?>›U®½«Õl³Ø0äàM·|,sŽqPzmÜF´~#9fUÊuspS.¸Ñ5GŸÚµ'µb.5_\•9o§)ž…³n  oË>5ßQ¤Nxoz0¬ÒýÉ®ÉTίSÛ¬:'Ô±šÊ§ˆ±ë2¸½ƒæ|9kŽù÷è^r“Úͬlñêˆ}[s¼É›R;›Díô¥G`8͉`-ÑÈ}©« ôo]ß]ã´´2™wA»|=M?~½È©C}ëMwØ<ÙjŸ'u¡˜³«Pj5\9÷/N;œ -V7ïcÙ×*¿ŠZ]qœâÀ‹ýSúÑ fјËDúå×ÍZ/ìdÎ'k |ÒC„†îGÏ+£«½7ÈðÆïg%hÂõ[‚~Á¡÷Ë•«yË\ýâYÞ“cfhŸƒ(@ ³œ ÓBs:ë­F\ž°›¨Šž™D+ˆ)µê§ß@[ûPb7œlI”×;5/š ;h9ÑŠ–_ÊÖv<ZQAÊ–VÛ"-é0xMþÁë$ŠÈí3Sæ±ñ8ôû¿½DÖ™’¼%Æ<à(.£“:¢´wË!7åŠ@¾êøE (ÖÜ<'„¢a‰£ìÚÁäp—XAÁ.g´ñV˜BO=U$\þVCI¿½õ=6e5jd?ì×'³éEQkD×Wª„s¥–ƒ~WxIVäu«_®è½§j—™²èÎ"zÕïX#­ëœ4 —@©*¸Ï9Yz=ü¥ -vçY€-ö›È&7¨r%™¢AÒ.ˆ\ùMëÖ€qoœYø{ \YsŒš¢­J÷tÿ3aÃÞ¢¤DWLÙ*~¾~M_é¡6Ÿã_í·Óûn/;lø¦¨À7´ ¡+ò]ž åb»Œj”}‹… ûu–hÏ‰í­º°Å`V?û"^íYf,Jì0•ôã/MÙìQÒ¯Thôå[±nÈ¿ë^¶®Ó¬íÊ=êý¿â.}äÝpw}céaÂ{«Ö“Õc}r§›€—šØé—8eÊØIò†æÇýßXîU–åj÷V뜫ƒŸÙQñ‘¬¾7¥r9zv:|Úd~‹ò™œæF¬±9· -žù"Š>Qa{âÝùÔä/zµ]<C),Ÿtö;@ÇyøÝF2Aw­Æó¦ùæõ]åîcmo‡ôKãÃñ"8zißžC"zŒMWäÕíß[Í'ï§pçÍZª®äåhÛþ[N_yGªªÛZöÆer=c°rÃÃ÷Æ`ÔäëˆÔ¼y)Þ}û¹ë^ÜUÚY'ȸAˆ~õn˃w¸몛3²Ô‡¾!ë>{O -Oéº/5ÛÅdè”x®,}LHÜÇw{yµ‘ÀÙr+®óærÆÅš-VË ¯/Ó}r³SX<ÎÂ눽øý0˜º¨¤-„q‡Ãõ¿rÓ³ŸHçßfYnkBÉàis²‹Hdæ¥Ïùª¯=Õm`4¯g~*ŽÈ;*%4å©þRª ÛÃÁ!\õ} E7eÝȾ.ášèÏ“ÖòâýÞ¦àQ@}»QWf“µQ3gd–Q!:ø?¯¥IŠ~©©¸´¹ñž?”GEWG/5ìx» `•{EµÆ¡¸nG ¨£PYâ̵β)Ì¿'WŠê’{¸|¥«Cµ¥¯j ñÖ&ÕÉx}Qsµ~6ý$ƒØ"dù²9Áqo¶øãýI•æÇXE§üÊU)¯[Qô-5’.~»…²9ÜðNUç Õ¶{åg…g¤[Îf`Œ]{2[{ÁÚ¡Zý®Ót…‡l µ‹Dô«‚µKù­üVÃ^(À ÓÎ…ú;‘NF`Öi…;¾+ºnrUJÝËAZ¨¦²PñGÉç)×Ö£¥6 -®W»]=Ù´;>Oþ.G{ÕAgò»·*’ãôCYdI¼*˜½˜ “N<6 Es' ‚Ö(£+'(ÆÄí@Z×U(Odu™Á\XåÆ'*‰^ÇV=å2²çÄQ„;gÂ<ùÝZ¶ë{ëZ›9)ɵÛ_0(L‡'K•Ä¢Ÿ³¦ƒD[vNÒîZÞ€éÆ€Ãõ‚Éy_&‰V6\,Ž=ÇÎ-9æo:‰ê7ç®7ò^þ®õ\ÀãƒþHÕN®'MégË5ò“4Ž­ )©S”Ué†ý ±ôiM#ÀB™½VÌ„yîû¾Á^ådu†ëY€ŠŽr(äíÕÚ3×"^¬HDŠœüËHu懥З¼*^ÍeôËzg ‘~é¬<VšZtNBHžüVõö îí}}.·e—YËÿ`Ää^SãrN´r£@f†e!Â/‹`Åó©}H0SÜÐ%p 8Ï -—rËÒöÓèQOé!û£Ëˆ­_TÜGU…9M -¾,Ó»­Ü<ÜþžÃð³÷3HææHÎÒmÈZr—ç½§ÔŸ!jwz1Ü~¼§’(m`¤5j_뜮bõÄa…½%ªéˆ/õs=ìÓÞ>S|Œ^êåj̬me32€jÜE=Lì‘_×=Pm5Öê¡§u™)¹îƒviÑS¯Æg_¯!%`ØAU½ÝoÎ|o5ý†•QÕ: ß/r².lZUÕäš@’<Ñ~ü ¨¦Däô:ÄëÆGKžR÷޵u™ò¦ÜÕØ9Ó°5Ôc­ø€µû˜± ±z-ã€ÚÅ«¦yŠŒ9pkK•N ¹§ËìÓ°?»@ˆË>Ó¾~½ò„œ^U)®‘س…úp Ua¾\ÎÖ9ëš÷×X-Ë+/$Æ®Ó0Џ -°ŽÚ¹†¾u±â‘жnÆÀ Ï\œ†ªÚ^mâ6î­c6†Ú®Ñ6œŒ«§döŠî\Ù%½8¦3€ûŒéʱޙȕ[»‘ù¬)×&ILf,ÇÕ÷S¾÷SFï |b9À0ÔÊ%îc[ÂwLËòa…ÚôôUÕ¸ÕiÑJ‚·óqq÷ÙË^F†*Á®—„PoÜ]••ωƒjú9çߌTî•I@Ü?KÌn[ýrz^—¶†ÑÅ_oŰ^íH9ŽÉ²S)(fÀWÁbÓˆš¥LÌ}Ìńפî"-±8 òK5?´8¨£®áÞ×Êæ˜ °¤Úfln3”H)N¦•Ò’œ=Õ[­í­ŽßQVÈfŒ"JZþào\ÝE Ø@à’ü·:}'%Ôk -‘zDÇ}Þ¢™â4;wøXÝFÆäÊøÊh¶P½Z-/:}÷©pœªéÛáà•½S*&2žn·x¡ûŠìØ.ÝD°ºó”b)’ýÆìár<¿þRrtŸMׯ>#àõXÂûXïbu:ô‘ý“”´è|¥²©¹Ú½Ö+ÊëËF.ÊݺfË „ð¬#Oøæ©yµE¨zQ¦Hfþ_¹\Ä_®N¢NÖè£ÁÕÑ®žç‰¶ôÄ jLße‰&h6Mlª‰2›·ûZcaYXA§jVHðBÈ}æ7Ë;ÕZPG=Oè‚s!?ù¸¨q}iQy8“”ªËÒ¥¤Ñ_qÍ)ðÅUo¿W 7‹AÜ”‘wœàßÚC}t¯”¬Ý€&‡T‰¯ë¨3’5}¾ŒtYÒ÷Úâñ=kãýÅ‚~ÐÀÐaÀµK9ÝÕõuÖºˆÙ¼û®¿Ï½VŸÌ@&2“ÖÍüÞ•¦&B¯«ýÌ[³Ý½>4äõhËåé*0Ôƒðëu£ß¿/±¢~&ÆySnáûj½¥K¨s Š#N¡7;ijæe^Ô†³å# E‡sý9Ð FZi*&Ö%ÿ˜3"1ZÏ[ó°üYT_q—{æ]÷êemÀÜÐw΀éßùbìôòS_±³HßëøÜáüÑŠ]©gW¼¡ê.>›ÈZIW·ßS‡X —Tª/À;Ô:ðª :huÔÊfë­™úbKý@ ®ô¯îg»¥VœVky¾ÈèCáfxÓ‚ûãññ‘øVãØ˜ÈÊuê’¯ šŸw“úö–ÛÕøªúɸ´úÜÑjFޤZšÅËY§›,¿+¬ÊÌȰ£g¤@Þ`ÁdÂÄõ“fƒæz6˜ý#Ø·ÙiyÐwCª/»1m‰ÇŽåäÐTCéíÀxï–êôrG+Ùz³eíÃëÔGù ètŒrt‘Eòs=Ê›RX¨,EõÁ~¦TÔœô½Dý¤ê´4kz¿ÙÎÑeÕ®V3ââƒ..†·îfL˜ëþí0ûf´[µPì!W2É©_}¼—*ë×à¿×Ú8¢:ßÀ¿p‹¬©O)o/êH¬ÿàÎԌ‚ ­˜»ù>•j¶0y~'fÔ~Y`몸(™ß­±m±‡QêL%qžY¼†îTÜor{÷uÝÖ×ÕͶ´TÊ£@ÿkßð´;>†HF±z73ú8·ª›SU®CäÏ8ø‹—è´¯¤œ]È¢–‡1›M'ŒÂpæGè—Àï É)‡ðåéõò6ƒ £ «n~›3´‡zmáþÌUILsz¼$Q=ŸhóDNgªQïÐ;^,BÕ­Ÿoº^â?9=”Õ]©Mi¿ÝjTMŸ[>„&Ö­v„÷‰6nõ¿•?#“#BS‰j´&œ^…3U.hïÈÑMºÔbñí=Õª$8é…Rñ‰§t2× -©;ÑÂd@TÑÚƒól™åw´q©ëž3¾è¼d°ÕçLmNߣÿÀZz`BÆðÐîÇúöBª¹•î(×9·ïªÎ®O¡æ )R^H¬£Ï)žo> É労÷ã²c€&Ñ3oákí£G /›“ÐüN|óÈ$¹¯{c§—EÏüÊcº­°Œã"•¹*™úö¥5ØùЃ©}\70R¼¾pD§Yp39è/äpT”ÞµéЧYOïZöjH7О]X–(mºXV:zíñ3Ïϯ]ÀVí-=3a¬µ²ôçù"FNðÞÝ|£ñΞzT*p>1¾º„¨`â¥SÆUWó‚v¨œÄ^w‹ùö}Øq4–Ën8QÿÉV*X×îÈL6ÝÄ¡!qöËÎfê62[›¿wg4—÷I4 ¤}è…zí;X§ª§Y¬‰îbÕiü¼†“M$ܬ9T•ƒ†`ktqþ´CT²Ò-éŸw(k_ôÑ~NíÇã9o\Þ”By_4BûÌÙœØ~;Ž ¾îîÍwõ]Q= T¶G(,…GÝk1 ƒÎÐä¼?u·T7$r,³Ò—NN ÿÕö ->Œè•ULÓÈÉ//¶t+}_oôó1œUÕ’58N¥4µ;‡m_Êxd“ýÙI–'Œ.÷xêeÕXå1˜üU~0¬abgÒ$£™ÑPôÈ©£`vGåÎ¥ª–ÅÇC— õÞûÎ!ï0+$ºÚÚˆà5í›…jEÒ‹+üqðÅ'j¯NfŸ Bf¢îšª3Û/ Åðf¯ßêyCÖõïV|—ôöÄíý.ô¬Ái(j­ç½l9/üƒ¥e¡kð꘦ºg¸3ºòÀÇÇJF—’ÃN¸;Ó~këü‹în¬çŒv—¾ž“+Ûˆ—‹uÿ¼‡`>›ÕŒŽ<ú˜[Ňƅ<ÜôùÍÎIÜ8”_Wú[ WzŸõƒœœµU³6zI|1ºR)¾J³uk¬6·ûë^dZÅœ?¦Ï¤aa³NK‚žgu¸lV_‘ÃqãòÅD$úm´?KöÓk~•‘{at•z¨à|çFamO5^öÏ.cŸ.®¾æË.=¿ ÊÞܹ)5ž¥‘Ì–8»¾cIxŸvèÕª´:‰ž’ýmãÙ i³7ÍÇûÛ®ùÿàÒG/zÅßõlhõ¸§þŠö;Í{`RIÕèM»I¢¡Æ¾xäþ@_‚«ÝôGº*´ç#•µž¢#é˜\)¡|ؘšdÀÓl6ïüd"EBµ¿]œëbY-ÑshËl~â3ÿ,FoW{¶ö*¢è–¯-]tÑAôq{öj䥃·£Ùh~È ¡‚ñ°õf<>[§â6ˆÌ˜Äïůi†c]³«rû¡qÃÝ›¥¾|‹vÿòzV‘¯m!™TÝKésÓÎøõƒ2 N·ˆ /OûSéF¹*?ˆU§šrþUÔ´ég¼ñóŸs^÷êl4ûÓ(Õ -yË‹[áH ûÔñâ5ŒÛVrËÒJãnœ U§ “ñõ¶™Oš~„ÁÈÝUJ¸Â‰ù½DÞoÕjø}µÆïL떪įiíeÆ“nÿ`óN›åJecÐ -Ú[^ )ªˆöÓ—R“˯µ/ Ê|ÒxKç/{tBc1àY“e â›\U„®ã$¤RGŠ5 .Ž[õó ¸(ë^Í05/ûw=ñoçé|©x)":ßóe%{Š+FTHhÀJyÇ.k“ Â8…Qé¥GæšjÄb‚4Õ Hûfÿ[iVš‡ªÊM¨¨ï››ÈºyYì5máÏ šk¿pý ÀéÿœâúЮø rXi÷ét‰#yËGi`šî¹^_Ý¿8N¡Ø¸\>a n“¸­¦–WÎGF ¹}#·‚¦íhr™8QÑ’[þÛèº÷fyÚ`uò Yæ)çe솶ö¾.|ãÔîiR¨8Ú'D:­¶…“ï‹%T×E6ÌCÄ)l®êƒ±í¾Å!Uª•ÍR‰¾[ÝfPÇkú·³^pÛW³–ƒJ=ø ²®ytÖ~©KÕ`-9­'î{9à „Ìé\ÊG§Ž º“2žFvCzu­åõÜ뽛펅¿†ˆ©öM¢ãtŽæˆ=? i9Ýüƒ+ì²2ô’QÖ–éëkêWñË/ªí¬guAÚ¼‹ww^v6=Úƒ]éösš,™o{pË[÷ò`ׇ{ÜØšåºê®v={Èú A%±Øjì”÷1W¥^<à{»,ˆài_y¾3¶Ü -Ὡ£f©‹›Ñ³kÁÝ77“LÄOë<§5£fÞÔ -1Š"31ö¤Æcã®qïpR|ܬãˆx$‘Cùï©õ+K®PõÁà`»AÑl·Íy¹.Q­9,xôa\0¬yu^g õÐA¿‡¢®í÷aÉ<$²vZ5nWJ+êq×+§m¬ñ³gyW?;1úÉÔÆbˆAÞ`{äˆø×;„š¥f n-.7Á3Âä¤_³{¿Rß:ªùÙ´Z•ºI†¬ãÍÉÖôûaqº<ˆ§+¼›çCÆØãÞæ÷ýÅÕíÌÈNgJu¯Ònò÷*{ñIب€”äIoíúÃ“ŠØZª“â¦ë^—Ë’4ަ´<{Ä(e©º Á·Äݨ³®Z†ÇÒ!á [舔tjÚ’;µnÖÖÎŽƒ[ñ`Ca½ûMÓŽýBÕ\ Êi15(^£; -š«ÜÂØsÓ´³—gѼÁ'-xiÜ~û¥³z›L±R¨üe¥gVìú³àKÝè_ñšûY…(WzûD·z¯›ÏJ3ÉuÝAžÝß{HhÆÞF«äÊ1Fö“ÉÒµð£ÁÙ«î &Omž6%ÎÔ­ît¼ücméæ˜¥HcÍdWŠWòÙÑ„V‘ -jD6”ýÓ”vCÊ4=²¹ßòdvHÞøfŽQW:‹·›®wfÖa>aq»Îî-{€<´§2Vgyc¾{ØyƒE6W ¼S; r/¿ûðìÒž¤/Zó~ؽí6MKïSÏ êš6låN¤"'‡„¯ùþF -V¦w°u™Œc¶ý&%âßš~È`ÿö©èrY º¹*¯çÝÆ+0Ky¸A,¨o¼ÓÒ#,<óÑÊÒrÞ¬ƒ³ŸGÕùô7³Þ“êåjõ›Ý°Ó¾ $²ÒÚE®x§ÕžP2²ŽË{æá|œùöÌ>jË_Ø@¿™MݾS’«¦OÛ!R8^\”«­,>afIÜ®^'EÔ–!è)•×ß •Ù«Wõùf•ìvZ]Z­Öd×çM¨Iô­Zé$¶_ n¯*ü½ȸ†“}®}èX @?A²¨¯&ã|·À¨„×t·yö–?þ&7ÍïÙ]¶I›g¶ŠN¿—«»ò€‡É³o£IyV¬ Ë:¸õS=îx‡@ìwSmôï9‹Ýß{e€¿?½4X]¼}»/P¯Ua¢ôêĹ×zM§º¶k{Ø7ø´-;´V+ž"ÅA^˜©0H!<–÷µ‘Æórʦz¤{“~Bÿe%<Ô]¿T.·‹ó5 lز_ïQÝ®ÊUýý¤¦– eh‘ÿ;ƒ Q=Ú›üF8^ÈÌFW/06ÄŠÛó?Üêb'Ì;[‹JïÚ´ÕÜ?´ê+ý7¾âY0+Å]Ë:ûè Ž]C¿¾î5}ùxÙb\»é6CͬG 9 ce>#›qeø¦-,¶¬Û-`sb¿n_,çžç”œfÕu…Úšós”Ÿyi¡ó¢½Û¸Z+àú‘Õä~ÂøZÜûE„a’ž 9i¸Èܬž5¼ª2Q“˜ß:ÚS•¼6œ4Bëhkße '3׎ãú ›Uä€ùÛnWú%¤ên‰_M@èÒ/\z:³>7 oÝéׯñ°¿²o¹ª±v³­šÕ4è^l4(r¦‚?žÅ)7šjÌDnDL`ž„½^Ž«ðu)<×>WÛ¢^ÈæÆï^‚€¥pRyYæ7vî2X#S¨¶ûEW¨*EWð¡b ¡"ÝÝba¶ûÿ¼ ðæžzÎÜK‚5(Ùu¨q=E£'zU "ñà2¾¹Až³;*´r|AÄ‹·n=–°ðË´¨±K®m{“ŠŸ¹ýònÇA­‡ˆ&]O‹‹‹᪄¯7?%E¡Zúh“ -›…]\Ô+È/i?)u÷[K©öè_Âù%âodyÒúô}Ù -¶¡ýÍ€ÐÏå…»ÛÌÀ…TÑgln&…Ü /z¹Ã36k MŸ€¦l}iäVžSœîX |gH0è]Ë=ŒiÈʸÎü¼Îìa×úŸß[É/Yß÷…/ù DV­l½L{÷VÀòÌRS‡üm«$•Sñ1î«ärtÁ9;G×É]›º·ßÞèÓÞ5ÕÙâöu¡kîGáÉ©YšÀ`ƒ :èýç“ý&†ø\MnË— —YD ¿há†hªú~ÙõšßãR[Ÿ×²kû1_#¿ˆ«½æ?ÒöÑ)^ºZ$«®O}­©œ…ØÝÐÈoo<úöꊮ[Ñ*ï`X÷É vß¡ÍqÛ#ŽåFkÍbýÑo­ÑÈZ`¥zõÎðó2„ÞzH³ÿŽý$0¿+Oœà)Y#×Þ…6ô ¯÷6ƒÃÀô;¯·õì•ù­h¶Nu«¯w½6]}߯ìbµ­gÞ|”ë5©æ%à> É,‡¢á¨“ùÕžAÁ¢ÛÚÌ`ƒŽ‹|q”–­ùT‡Ý<"ÄÙ(cV» 6 ?öò Ø‘+œþfUL®N9ÜçW/¿á`¼&nÝ ö îæxS -šÌšÃp¿9ááòôŽ]3î^gï­½£æ3'ýŽû5y|¬J¾»Y‚Ì’eÂb Vz¸‡ä á3†5Ên€u"1"´ONîw›£wA³Ä?z‚þޏ;“{Áõܰé”*eÎ.B bþ4ÊdÖÒ=ßòyÕÑ*qy^=ÅÊÏPþ“”2á8_.ƒ»¨ÑCá$æþåX_yö­êv3kÐö*Óøçp™¸®1{ÿní×âÖ‚ôUæä§¡ÁÑ!Z  Ð¡éKËç¶´› MÃoïi*xŸZÁ0 ¿³J}iÉD¢ 5&á¹’€ úæm%}'µ ml+êíÎÈÏél`Q›³îPŽDo‹1õ}ŒàØŽÄsëÈÎÄ © É^yKb¡ÑÂVÈp«*»4³ è6«"9%åo´Ó\›Å7¥ZGòÕ>÷*/§²7§‡¥,sÓ½—ªWÄOí:*GçÙ'žëx_üì7JµüÄBx7V²‰–•È!Z>œÎ*ÿÀÊ6#Šü²9Ʊc¶™ýÑ›vi†ÛªçÝv‹Î¶ôž\˜-Q ÒÿÍFéã:iÐEÊñ‘É·ÞÿÀ>alêf+-þÕ—á†ÇS#ãm[w7ú̯Ö¼õ±L«†YgæóD·Ž=šç©a(ÊÙ‘m[ûíãxÑSªè‹Ö"ÖˆàÅï±Ni¶›XØtu.ü˜t·ÕwjÂp…Ýkk¥›ÿ6ÕÕå÷œg7¢>‰ÑÅÔ]3#,É[þËQè„]‹ê¨ê÷»›iŸÚ"éKæáÑá -n-DrëËÓàÒ_ød1’ûF}»™ô08HkÒI[O¦Xê·ö0\É^¡ÝeY.PyΪöj¿Wͱ£¤ý‡x#†ðÔ¼[祕»Oà¹D=Ù{.{ÏÂ[N„­È†H)‰ý%5¼÷üÔým«q ·ÕÛ¯U×£Êð›V³Öˆä{ÏþüLÈYFгúI×. “cwߘÎJ\s´œ‰¥$J“Ùä|áÙëzù³˜°‡mc¼¤~»Í±Ø}Ljžz䥭ô"Ñ%(|$SgI¹n`7¹ˆ_…ì2ËF7qÍVœ÷oB"ÐßÁœ½È7÷Fò__¸^ë,Á_jJíâ ’©H鯳oë¾–¯9Q—ájã¸Mý¨‹e•_v~,õæŽâ öÁ1g¤Ñ0²³2»ÿêâdï_3©sÊ¡^ÛIUF(äBM¹S5G2ǘá-,SòWØå’lÛ\È/ÁÔ©Äø¹ûD]ò¨&Úõgw§ܥʽj¶$"³Û¤žgFL% .ÿ¦mD“‡ê›ºÅZ´ëâ¸áþÞ -˜Ù‹Û³›N49,'f‘7~§²™Ž.kWc[h!ÅŒõô6\£œ­¯¢v´=ä°^¡úȨÞÅϹŒ@T¥>дvíʾ‚0Ÿ î ÎYæAê,;ýÙÒ¥ûJ¼Œˆ¸ö~[ƒ -yU™’Ë´Í*+«bX•àvÅl_N)hK•ÐÎFhW ÂÒoÎ ¹Û%䀆ã%†ôæ)X®ú"툓†* «oxJiŸ©gg±] #0ms»ÍxÑ"į4Qßuî3VyâT¨ÃvÄ?æç¹ë²mã'€×íŒ÷‹!ij»á¾*ð(‡ú’Ö~Ãþ^^ÓÖ 8—-îÑ®‹i¥.xHã -6a¯ÙåøwO‹ÏNrñð¥nµ”ûÝÉçtéC¶¸êÍÛ‹@ØpÇAÅOÁ0ŽÒ®Ñâ@;å6ƒxc¹õT¶“šÏYz;Ì0•ü¸a¸#¬ëçÞH^¤¡òCgýêîh¾® Iè³ã1ñµÜoµOx×p°µA¨ª3îQ켘àêØ¼³íh³~÷r ÊÙˆ[¶?û:YÀ¨ð׫Ò,Í¡&\s–z”ߥv‘.A/AæwÔêZx¯\ -²2r’®JÑa£Ì«Õʉ3yó7ɨ’΀·oü y°×9±‰¶^ÂsDzuE -ó³âg1Êå\xV[úlBH›&ÛU†^Œ®ç§-¼¶¿›ÔøT_a¨ÝÄdÑ‹%óCSZŸ>y_š ê#é%âÒØvr¹cÌ`k ÏùBöò6,§Õ{껕®”êÓ‘Hù\u¶‹Xà%[8g·+Vª êßš4Ò§/a¸kEìókéÐø C ’ffÚWLõC Ž—ÏšFæIBt|Ns?i§Õ‡ƒ´ag•ÁüúÔÇÛºû) º‰ýS#ÅÛüé8I|%ÏÌi©‰àË[Y}§áú´ãóàý]‘忳öXB§¥˜+»§Î&­£Ó‚œ÷K»wW†Ü”ˆdÙŸæÓ’÷'¤åWñ^|µn3[å"Ö”&¯˜¥má¸!.²Y}rXÁ+³©DImu0Å¿¸1úùKÉçCœÏÛ¡^¶ 7~ΟqØô /vê°`Qý~‘ø˜ÊxîV€öGìM-÷~î›¶¾þŽÅ£KÂD)Š0«éT[­=ÛÍGoáš­fH‹S[`µŒ¸ÕäÛ ðú¼àæ+ ®Èç»ØõÈÉÿ;K?ÁɸÄFŸ+ñ PÓAMÜ Ö~ð˜Iƒ/½÷Ö¯k@õÙš×F@íQt˜€ãêHh#Gш%uúº³ïˆcqö‡z¯,*ê²…GÓkÁ–níEùRYùîš;ïÛÕ6mJì¡T™ku·ÀæÎÏRVt¹tÂ̘,Á…±V…eÌe¤ÈŸ^á§çöø–ÍtÿqºÏĨu\õ¯ÏÄuñ"àÝÉ¿»¢àõÜ” qü)óƒ5´:(¿ZúY}Ç_?_Ò€ß_=eT¤XõY²/Môcä¹ÝŠýñÀi·*Tgq×¼Úœó½ÌÈÙNêÕ†ò¢‰ á/ʲäyžCö_|ùý‹•ø6>(ݯè }Eö•d]ÙL䵊£‹|P6‡ö¢y´;Ò¨õ¾+÷+:šgÉE¸)ðxˆÇ¥Q>óIU©=¹«qݤEâu×T%ÍâŒ9¿“D*n)“ÚÓÇë•—[HPŒg4û @ÈIÁ™Ê›?æèîÊÉl2Šdg·"]½¦ò¬¼˜É+t6’‰í™”ßã….çcàP$ñƒsù*¤J“ }-ž‚Š·B=…à+ à"œrZLdØtíð8p‹|Þ=Qòaú Ü,Õ3ôdµt”ÙÃ1¹«§ ÈKvôÀ!‰ÔMïôú›\|2Ó&àK’šþ††2°P2…õhiVæsFÚC+ßW“ÌàõL††LOÒW¥–~ðz¼LüxŒ}‡‘>:O!9X¯ûýžöÕ´ü:¸È™gÀïèn\CV"Mbÿì›E*D¬7"Åùí¡Ã^J[½.5”^È}ÂvÊaÙ†MIÆÚ¿Ï0TSCdÙ¶lB™ÝÈ?©­_›?T^ÑÕë¬ÆŸÛžÎaiH¼ -oi»«{î–ŸÓäŒÁ’x8ÜI;X¬tuIv”Uw 5a'¾ŒH£wP¨‰WŒ›<ªä6ØxÜk:Ã@ªøß†ÿµÌ`¤î#©ÿ@léù‰'í²àdmÆLÉmgI.µâÙ1Nh·ÏJî|áJc7ìïÌ«ý®Êtãh$æSKw;s¹z³Ž]xR«#õÎÉEì9nÙ¨"3«2"Ñ’Q Òs& é÷´^².í›ñ¥¤w/^€€~õŸíTÄp%µýFmfnoGÏFRu9ßq)¼IÒÀ¾ï™šá°>mü${_cÏæÒõMr—.½°pY¼_جÂUd˜Ýnb†ÆËU©–ˆÑž’,´|¥;o“ˆÏ«¿æ«Ã;¾æv,aÖgA=ë$„Ë»¢©ÕSè‰à!ãÕXJ1wÊÑ6²9,vÿíºA w-®£÷Úšþø5ÈG¼8?êZ»0qûÖÂÁØS??BÉ‚çcý®ž•×§ödBÏ¡ºs•¤­_òz¤Z›ÌÖí_ -TÖ¶‡š×ñ™ØkÍZâéôÕ¹<†FJ>“ü‡É©®y<öP]3d’ù¾U»7¾ï±©@õ+ î0Çó~mx$·jí–ê(@õ·^*«Qš«|²¸ý§¯£ò”/æZW©ýMÇ‚™¬+¨¹ùªÃ %Õßð𮘠°£"ë6.Cq¦FØ ¥KWϼ‡\uãV 6ÅËB -mU .4ÔʽïS!mßUƒø›1¤–OšÞýö“šj6V°òóË20 -÷˜ªÜCå½ä!÷ãGKF´X¹:ÁSÙø“…^„=YÙ½»ç)õœKz¯”o• ñwž©Ó‡µ#ˆì”ílX­_–ã^±/¾l÷ -jz -á7‰ÖãÕ -”¸ „Æg Ö,¨7ü)šùELÌ àŠ¥7ª®‰CÕRÅÕ*«îB±Dý:—wò2 vWMm>B}EÌÎBQÉÕ9sD+ì¢RV€Îð#sƒ)S ÓkÕ",ùœ@ -ÓßÌѳ‹TLžÇ– -‹3ú†HßFªÝË -A¡dõGÇ Ocœ‚¼PÅ@}ܳæ@áÇ”¿4øú{9sžåªt·;9“/¼-޳©‚¶®“®bๅHSL VüÁØÕ»7TßÙÍ¡¨;^ÖB®@£ÅWfZê_ï–ªBÑèð¢kù¸Ï³æå¢ˆÆûÌA_ÑKi­ˆ“¹À[7äw3¨“¥¦ÏŒªmÊŸK»ªÛKN±M³!?¦ççOð"‚œ3‡Ä—·~O'òó£k颓kæ¬Cò ¯×¤…ùÓÃÅ|*ßߣ»ªW;ý” V>eOKº°«qBɵ|€¯üä$òn˜ÞL[>pû9Š\Ÿ8õ}yûºju{W~Ø"ÿfþ~ãkUèà>°ìh·³ãCþöOæÒmŠM¦År¿åxÆçp£[¥¼FŠð¼*B“¶£Ã÷ й킷Tßríõ~&ºEòäzFœ8'§Ö•,HGw¬ãJîGæC–6s]t…7]~€°ý@ûÜZ'-F:¶Ï„㨖á/FK—·6Xß¶þI§bÉÎSJ?ïrU–²P.mŽòFÈ?#FƒŸÌ#ÉI»tîUâ 7$ùìLM³âyg†`’2ÜHËl%$ÝL9áX¤¯e×4U[úb¥÷k¨)ñpêªmyºÔÖr¤O„E©ˆÉüÝ®Nè²jo•ª¸ ­Nï[µµ@ÝT±d¿Õ%~c¼=¶Êôøåþôæ·vÖ¦ßOUSR›1Ç -ë½äƒöóHî¯2!Ù³6‡èHýYßQ¦•"‹iŠûØ«1 *§Æ¤§Õ€×÷”°:ù×1w@Öâ]Ù†KLÈæê6ªUÇçæN5øá¦«>¢…pQ®éÇp‡©É°xÍÔ(±º)œHu€ëƒ¢’Ûʉ+NIK„U¢Bca;Òk¥¡òvÌüô1i©³vQk§©D”ýbé­¦jt0×ìÙ>rU0Û•ïcÛÖÍ(Ô²5…WÿâÉÈ0.Ö‚W¶ˆ±óÛžwêí>ÓÕÎ¥­YPáö‡ÀŸ.cqϺ¤’Bp®Â#5ûô£¥ì÷«Û9Ý£pv®ðÚÄ^ÊÓÍdÿãQõ)|FÒ…·ôúŸuGuÅ;…³Vä8­©dô‘:åÕøh£­ÊU¹½7(PëßÞ:²9'š¤¯s#«û1f·}­bÍë‚<{FaoT›¨‘£§„R~;š×Ujñ þƒm—]»ôC¸+¿®’Ôt·¬Yr5ÎC êŽá`«ô^c/Zi™…‰QÿŒÔÕT‹¸p£æ$ÖÕi¿ÿÁÉÛÔõ/ÏÆ]…Ú ¢}ˆšÛªP¿ïû«Ãè°Y'€¥d{é¯d¶–q‡+—M‹•™½°ÆËOÜ6œ)/FܸØÃ™ îF]#þæÉÀèw«¢“ÔF£æ×`H’`6רÀIÅwñWø}c£ZÒp­*áµÙ6]Ô45qx{苎¶tlgxgG»ÛœŸŒ -¥ßÚ¸䦮Gú#å–I…J&²eo0ÃB ™"ú3ÍÝìo;ЫrY·dcÕE¿#uf ²6ô(£|_ƒ=n˦>ÒµÆÃêbÍ*üO9Pq]{Mf RKÕŒÉîª ³’ªœ¶7ØØÚ£tªt®%å9ë®ÿºh®Ï0s^?vV†.W¥vk¦ -êPSz›Þ9•6ôY«š×Ìãf^Ò¹nÙÔ~{5nµ¾ÇM½®­¿·¹Ñ„Ö êÓyŸ4»4‡u¥•àý玂‹JfËÌLûÍOŨFK“ø£µO§‡umš¸ÉÍ·š /orcÅx,ÖUo¼nô­ì䯏Anu¬bÉ3Ïõ£P™êåÞg×ú¼fŒ®2q®¹¸RèKeò„CM? :æÄ½Ÿ´dD‘6kô1C\ç -·¢tْͪ/ýá“ÒÒunz­ÕG¯5×d?–‹wŠ"@sÖCÖ¶ã’ÑYojâ>ÆVëûÞy}é]/¾ØütüH¢%×Üòb„êyæ„4K\¿öz?éHýa?e)Zþ.¾jÉy_oíëû¹W‰‘Vßê©õ»%íHÎ\$Ó±úݮʩÑÔÞo®ã_ˆ•4Ýë¼<6©êòVsNŸN]Ûõo­>­ÚmUgœ†p ‹ã™i*TT)hž™Š|hÇpZÍ é©ÌÅs쇣pëéÑlz™<<«åË;⩽—óˆÅ(•º«WYÓ˜¢Zîg=²Ï#u­fø´Uñ^¯¶–w´‘±_¸*¬žybP[Öï»Ô½j$ê^ï×Ýœ\7ò[0®qÍÎÅA¿>[Þ‚…ûP~ Oé´j5†ÚM…èïÏT× -K޹ÜEqç!žÙ´ ݧö²Ï³Ír²Ÿ±?þ W+._æØÄˆq±tÞyfª¾®Í½Ü¥Š⦬IŸò߬°B‘ωáª\öU'jÐÚ¤8ààÆ²vt„ÄŠ2Ü[ðY'ÕÖÂo·’lna©˜Í¥4WÅ· Ôy¬Ú:K™»Ž~z`Do#–¯%ñË4g<‹µˆIý'9ýQÅ®òèjRoK†šÈÒ|#ý½¿g¹ð¼[¬6Ãæº-6”Æ#ӣʚ2ø©€xé9‰þB§nú -ór6µ{ž™ça)ö•üëÔÚ—wdÅ:…"lÇf§–K=îÁ Õ2¸¬bÔëWñИªìëè@lõóþõÔìJ$Úñ‘} -JiÉhâkçYÒ~Ó¯¢‡¬‹öÊœ²:ŒÆ:Wxm@| C?rN3Éšc ÅŠQž©õòºsô²s¥jÊ烞~ÕZ[;x5fh£Ä ™©¿ '#}qxÛÆ$ó^GØÄz¡Õýy®–þÕñÈ~èí>=Ó´oOÓÛùùmC.°û}ìÆ_ßÚÖ¢ íeU@ãshbl‡4¾üg‡ŽáîÚ8wÇ[£žHÓ‚K/CQ†C]ÞëåguÚÖÄõ¶S¤×ôØìÊNΡ®ZÜçJM¯¶þ6ÇðùI %óc¥µ†iÐâÒ}ÕŸ]óÜhÂºÕøÕ Ñ"ŒBß# â©©f¤y×/âohÝÞã6O‚R r63sž÷‡£ÚG׿É{K¡¥o÷d/ËTßµ«ßæ´½-+)„÷§þöÈ{ß5Ó¼vlZV‹ìža×¹_¬ÖÌšN™Ø÷íüÒ5Á -\~Á[e÷×e|£ðx×îlV§d:b[ï*qï÷Mv*ôÕõiÑVŸ%¼žÐ?½e%£½Á+j$ó•©(Y2Rüë"p¿­†!ZøYËhß;6ÿú[êÖæÔoöÁùÛ)/ï™6ÓZ­J›­±šwn p5irí|Ø·}ϼ…=OËßvƒï.€ »4‹ Û©,pµ-j'­R©óþu]Q}Ržµ¬C[ðüÜER¦Nß0ß.­ºÌ;àêãצÊ)Ùä -YsåûUNØRkÇ•ýÎ éçmiÐãçֺ½D[päʸ=´Úz*—nÝ„Q|ò~öÝÆ¨\¹üE7áͽUÆ.m›}ÉM½“39ÕG8tÜ2rG߬¬->:Ç™—×{åcþF“1YôP‘÷—~}:¶rùQ¹šÞdy*±×ºg(­/U8XgÓž!”KÅÂn‰Ü&³;xöÃPY”w{«~ë òcÏÔ*.·MÎ3åN° UwtѽÈDîE’ZYæ"qåC—J4§¾×û¾½†[ú0e½?¶ì`‹UzÍÎìÛDµrDƒ†$4@ç°Ö“º>’z±‚!%ÑÀàµæî*Ɉ¥NýÂßËéÅA7!Bµ+ÖD×r2°öSÄÜ^×±™Á+/ö¥á,¨£N Ë1,–9lÍi°8]{\´«ææX¶*Ï/ïl¿ÊhâTOs²‰Y{4ÞÙC:ÚNÜîð„vôæ´]Œû¦Ù‡Èîà«;ï2]0ÌöW}ÉñZŸ:†¤;.çùMæ´p†¶ÍÐKû|ÄäŽë+V„ík–ÍùÇÏæù[ÎL ,#öžÅL¢7oݲQPÒWÊ´>}S=XD`þG—ÿ~…y$r¤Eë5iôÒ£“ï°õ=ãè°’ÓC{÷Þ•Ìd—:„sç¬ç ŒæÛCä#± &I× P¹\FÁ5Ú݆×"™ ʼ|ÅjP¶½ü;CBòкíUc{lµÃójи£®sêuã]]ý%YX1ÉôlÞm”çcüªœVs÷æõÉë`ð(®Ž8ƒOa-Ö¬WÂdzd­ž»– ç -7þnÙ˜‚±µ:°¡.ÐñCGÇ\Ïy3ôæ"œ¸+¸s¯O•6ø{ñR<À}{sà -¡ y¡öucÎ9rÊËAÄdwˆC貯O;³ýUÂN(ï7d´D ëݧ´¿%wÒ*}ú¥£-Ê‚·öí ôj+exUª¦`lD*—Bª»R{›O5Üâ•:7<‘€|e³‚“ý¹õ,Š í”VÚº·f¡þŒ"”ÂæfÂLO­ß†“•Óúþ±Ó½‚ðkF©ìlµî²#÷LVw7‰¸~’ÑóÆ…Rw‰{jGxž¾W=U¬5ï,ò²Ù;ÆY½!¥‹wæxmçy¨ÖZ~Zæóäc¥¼…Ô5¹Ö®r(³ÛKÕÓñõÛö‰5ÁkCg²eÉ¥Ï~}­›ÞÅ&˜½8í -kåãL×ëîR²„›×1Vûj[}ÈêÚv…ÝåÔ2îåæ?{¶D“0F™Ãr÷pï²ÛËWÉrHÀJz¡V®ãuïníÓ-UÛ—ˆÑ)iâÆpvÄ—ë=Wo³¶ˆ5g'=hd ‹©áe¼GS;ûÕ·ijOò죰_ª›¹æö˜ÔÀÖ´cSn~ ó}NÀɳ¦êÇ`üÔ+ùc"Œ‹ÀSdäÓc!ûÎív›Üà2è\¶9ê&9/à7Pì³]æìÞ4züoz±+æ!³ÄA¯­ÜöÒ\-Ž‘™ã¨<\Á‚ú‹¶§@‚ÆmæÞVQ\È´'Ž*Ÿ %¶ÖK¯†e”=ò r<šçÓŸìòª·m…¬Û1;›~å³™ý;4j×ÍR›¯†I‰vTËÏ'nüøÏwÃL«.[¯,ðJ_QüŽ÷ÿÜEuÃôвrãÙ´:šR‹#³e•'j°JF—§éï¦AË4š­‡óhº¸Ý\·aÖâ®c]ɾ|9ò”»ßÅñ4p?ǯ b€ï<§6»·e‘,D÷ØuÜ£5Ž+Ùò2‘Á-ò3™ænÉ­ê‡7ïiñ þÜGøx‚eA鉗0I& -v(›¤Híºmß±¹~ç«:eiðÔ»î%’b¸ZÝØ2üEöíÆ·ÿ¥zùþSŽÄ¦@æýæL½‹ùB£é™™odIR›héá „wÕ¡Xªyx´¢››]Ëk÷g:·ã -@ðÖQV·:iìó‡ÍÖoA¶Ÿèß”™nN™ãR¶ äÜÐFÁó{À1ŸÒJ_üDÞ ežÛ]&”C·` Lm\ˆª jÃ~‰Ç1Hå“Ú5©#B‹þõ/žêò¦γLÄART²êģ¨1À`mWW—ÍëÏõ'e¯9HرújDŒÓœKCo­*°¢1 #öuZ£º$`¥ÈÇÑlßïëX¥ü ÖÿaãY|×ÁáÀöÂ.¹³ Ñö³Ç/G÷ç x‚¼z=ûñô•Ò¬5Ûªžz{ÅnˆtìŸ7fM˜ÍÃAÞ,uœ!'÷ü:YÇUóäxoùr›%‹jöq~dt‰tPÔ˜6 endstream endobj 32 0 obj <>stream -^€D …ž6MG¹Ta­}sh÷.Ø'j™åˆÝ¡ªed+Ú¹5λŸyÕ±{%¢¸3³{%“ûª”Šßæ¶gDÒ5çXí[º¤^­øbK¯ÿ‰»í3N¬þÙI³심A4ÜEnï¢ëÚ›=¤{+˜ hÉÌYia¥Ù|·!‹]ˆ]ÀV¥nÝ«Ž.svò®_íªh¸}DÖ?pàzá`Oß -›‘g5ÆyO^¡kPð¹cUtÞ)äÏžY s4Ê™‡Ë2Q’ì•K£aO=¨Ì_•.›K0=)^ •<ž{ðÚ/¶`Wè>ÛÆ’þ*ðËî£w´QÀMè}êÙûöŠ°Ò¯õ‚ËÔÝ»Oi¬}˜’­´ÄžjCfŽ*°C6}Žäv½ ”D˜# †ªüõÑ¢Îõ%´æÌ_ÿ1«y€Z­#4 ©HjVУ ïr¸T¿[%«‘΢nŽÅqëHí„jŠöfšC¶‡às§ ¡¢OôBºßxŠ‹cmÌfG½ŽÔƼ”0éÓ¯4wð?°LC¥38rfû¶­O›*ã%{J'Zƒ%ËNÒ“ ÿ|‹´‡~È‘‘¢t¹ §Ã5ÝZ]y‚HKŸÂNMÈÐæ¤ÒÕ SŸ¬Åk~–jóü}ýç(ÈlF¯ð–Ã\ÿ&³ÙØÄ§É]Î{Ñ(ê†'ºûš@±B6¤º–­u}R>HÊ¡[D©šzÃ+#¦²Såm]1òû §/bWùO΂nF·gÕéçãÚ€£Wƒ’Uµ»9þšµ²n¯^€z†´G¡•i³Zõ|ÚÔôØ-!÷jU%Ék+ ®ýúhå 0¤VÖ»,–EW[;¹yè |ñź—gVÓößnâ÷É©‹à WJÓ³Kå/¨b¼“fv€·AôÈ-ÐÛ¯ñÉkÞQ–ˆO­‡!\,/r¸ÒsA#Ѩ—Ä4€×Ó°µŽ6/£$í¿ÿô6Ëô½|ÝÝ/8+ÀÖý’ÒïªôÎó´jçÔÈžD¶5þjlw–"æ¿8×L ‹*»;ùšøo:ó–ƒ"´j²Çß¶î;ó¥TÖÖùVøä_ŒöõíI´˜k¢cö*¿Ä P‚PèS`{´²Œª²Õ„ÐwoåÖåçGÖ¤ÛZˆ>a ¼×sùÒ«€ì‹Æ¦Ü¼XÕé¤VŠöp :7i=‹êr—ÑÄØÒî/§1|Lz,×NÖ‰ŽA\éκé-í9À¨{äø»E`Ž-‡§ßbʵ´Jôêî7ÑÅ}¹N@’Z«s³°o FŒ&ÓÛÝ"‹…³H®ôÛ…p›©í“êµ’8¸¿ ] ßÕz¶ÂLÙÙfzØ6KÙ2‚Ô8žWy¶ÔzÍ;,b±xä=rhvœîÙ‡¹,û’bÅýþDV(^e.nÊÚŽ”€, k;øc ·r¥.I·åª`|×—ÇõÊ'½é˜¯–’iÿÞe!ð›®PùT¿Z›{íDU¸ÄBOú‹‰tSœ»õÙ?Eù!—¨°$õzŠÕ#ÓÓZÄ®#%š (½WÑ‹û~F »!; <o&ÿ¾DaÈÜPyÙ~KÂí½±ˆË»¹V@=г²ëµzN3T0ðTì¾Ä52c¥cP]ݵ”=è©å¿,Rƒ÷«Áý´—ª·úF5•ýL¨Œ[=‰çž*Ï×Cá£`Á ŠÇž:MÁ‹¨´M”_¿¦Úø,°“RŸþhSeÀ•=¼kuf‹~D…ß:—Þ’xS§¦Aè3ÄŽ`Ê8¬NÌX h~×X¤1­«.^ûíÝrRê†öâCö˜o2ʼ'òúXÎë|ç󯸢üÍ6ukò‹ê^8É4vkÄcp%wz= v_ß/°¾ð –èïv- -Ÿü4wfFœ4z÷Ôoâ,›¬|sLX…—ýÍç\P­Ó\Î\¶Vî°å ¿š6êø{hÜMPZ¾Ù|5/^5‚7]ecÄ,ÆÔ躂3ëq^=Þv}Û·]v³ë™òÞÄnü.¹Ï}¦MðpˆÛ—Í •²Å {þ7™…,áš my\X@ßlíl*í #:W™<¦RÛbžÜpf„á; ž׿ºÃNÂMÖ÷µ7“Ë]~,ür<°å¦ãŽ×–€ƒvsm+Õ²Ø÷~ÁÉîÍUc`„ó®x«SÉLžû, ”j2ry“áû´â8©©ãk›©ù4»'ù ýëø®»Up±:ìî ž„Uhð5õYxXw ›XoqœOÀ ôv £ö ö³äÛ¬²—a†±OA¾GEà_ñ½÷§¦ù‹ýXæ_=¦Òœ“ÏÂ=eܶ¨1÷¸¬d“ ƒ|ª†èoǤwÚÈ{Ù¾îœ%M1«I±/ähÒ“ìŸ2Ø‘¹<±¶¡íÇí?gû¡¸¼ÅKY H˜—V’Þ­XÐÉ`Õñ—ßoö‘ػٹ ßù·°ꆸ›6Ú\tÌU1}ĉé£EÞÇ}ægIF‚·¤ûÕ¯61•ËõišÈZ~Ï#n=’Pfp®‰¹é]¾Jë©ÿ>»^*Kb8‘{¿bQòBÆwlµ—cc%rßSûVG?*Àoøw¦wÖ-«Àž i…’Y•G~ŠՆЦ6tEh¹†ÑdðƒÚ"Û† }šçŽÚ9- 1ÔhoèGSíðKÂ"×kV¢p¦¶×íôI+xʤùâ¨ÿ6â‡Vêš—¥T7çÊDhµÎ©”ŒÀµÞHÛáééE:il¦ÚQ›…HÝþà5ú¦‚>sûØ‹“º`$úЫ–Ë S´ôÇ î‹«ínä11Ô'k;“´&ù›M··Ð ¡ñ‘óGÙÉÞ˜å•3Ü݆¼}Ž-ñÈ5»$DaÁÉbyÖ1­é@D©C«÷n ¶±íí)Ñ~X-äI¯Zß6»ÓÌFa°«o]Æmî -•ÍòK÷°ÛÍùm-§™ebCNçúA„xxõ†ã…$¨Lîß¶86'ÝÆ>zÒ¦ÒDfÐ #«Y1!‘׺_v¥ùVÃæ›4ùF¯‹Št¹ËúPÌdBy¿rFw\¸él„s¢îz«øõµC¹Š¤{ø‚½Ôžê_ÈwYAr¾ ¦ar#6[N=õUõa‡“ˆmÖ žã郦4ì¿ÃNI ²JcðñÔ]Üý\øqãic¹ i»ôÛâõu›Äù\.Áönûd—´¤ü¤õsû°Ê7þ^ñÎò‹IÀª“¾è¿o(Øsü×skÏ­{´p÷cç~]£bͲ˜ÚPí!yÄÕ¯ì®W öÜ‘À?“Žx$¯_Ä…yZÃQj,‚>ÄÐ#B›"颳Ûh6›_ñ[ZƒJB½èd©g*÷rÔ±´½¾»¨«‘è•‘\Kö¡¨c4&üÔ`%3Û¼HI#†9!âcS²äUeºéÑ%ÿ-­3˜•ßµjQó'«›VTLìùA$йºRÁ=õ5sÉÛˆ¤´ã“9ÓïÐ/¹)øŽÜùlã9i*e+¡§õßB=(¥Éw¡ø÷+™é*Ö©ôç){±°å§­$‘Ú–º›ˆ–â÷£l:Õ­äŸl‘:Žœ‰’Ï\N†RêÓƒdœRËîÕ” çdØåLþuÜbðò®7]_§zëùãE‡içj- ,í`5s ªmõ©ÓÑ"Í,†dq›> ˜wmé“Jýñ³ã¹lâ‘M_ÍüNwáaÖŠµ˜   $Qßa¡ÔцiŒ ©baE9º¤ç$±’¬§Ÿww'¤¢O²¾"-7lªÊjÓV0°25weÕ[:pÖ| -ï—)´šö­ç¶GùÅ0ý{*±yÅÛ¬T]´@¬á°q?ɸOûõ½x6hr&åP“O[ÚmôÆêT ÏÂ~î!ý¾År]xŽõGÕÛD71ÚäàÿúܹßEj¹Ív×y%ms=mu%üçÖGœ"úÔ¨wùÓÏœù"°ÃäY‚¡ Gòüw}Bzb} #´&]—ûñ‰˜Z{†•.bñäÁòX_Š÷Šù»g%i;Kó`#/®ÉR÷Beó›é½í#w˾…ØË8îr¤ßÁäá0"‚mR[íA³BvÑÒ£ËÀäÐåÊY|¸E}%—ÇBb pJ¼qý5œÚþ ¥8¿Ò„Áï6-$cdų€ó…° èº'¯Ãú½Æˆì¤³A…'©z»i•ÏGˆ®ÇÎ׳ü9”œh-„©×œMŸ‰ ¨êêû1¶6³*°ïÜ/_uB¿N¼2°ÜožWUt9½‘›zF÷COE9ÒèÂq‹ŠØñÔ"ü<*Ó5ò–Òa{¬JOÊYKþ„6Q^9ê`Gžçˆ_Øæ(S—ö¤Ym9ñ}ˆS -((-ŒRO%aå.¾+µ«aÝ¥s礨àqÈ:ã¸".Teˆš¾¹( TzÆ]…† €Ko'WòDIT,ÅÉÁ‹žË]Ål®Ïüt“Î)ôyÑyT¿—~*Acæ*#ct‘÷åØ3¡m)Í®]–¯ú9“®-TUF,•Ê¿Øs'›ß‰VÌ>üRš‡YŽüÚ¥¬ÀæN!‡A­v*ýÍãS.3QŒó)6aëiÁ1e¦]É´«´zh²$(²+ÊKöw‡¦Û]yõ|bÝŇüÒ!ù=q[°CµÔוŒå¢ø•}âfj´ Téle^¬e©÷qʽ]Õ”j=1FÞb'³öšt_¾£o÷ô]ös¤†¿SC'!?’wà`UÛ\Ó©^ž úOÎF”½Öïc)û|F\ú6­=}þ»] lÂ-;5Ä<j*¿Ã1A|ò³ñNK Ù¨w^_ ôåºr‘•ÏùÕÒ²Òg!MæÇ|$‚êÎÖ{ÌÏÙG”’áÉÝû%éÝËŽã¹ÙÛÍT Bꪙw›U™Qì_maÕ$ãôÊVrüºŽÝùw"ws—Kôr·S9ÈøɒϤX-™£±Ü  -,¤Ü?åø½TÚ;:ŠåÖ)“þºÆ­¸Òeûb@­¿ÁtdsϤJsšC¡ENUr%fðÚ·³eŽÖlHá¯=ãJ·áy¯z ÝÆð)_¯3çØª2P¡®µpa¢‚h7ÙúZw¡ óL»«ma;wMV¹n[N|®FR¡ëÃSã$4íJ[ -o'îû-Ù'Uà-]AJþ;ýtÎàv"­‡›'Ðm¿:¡ÀGý˜íóª#…Š1‰•íõQÌ*â´·ƒ¸ÎýÖÓò©v~ ðÎooiv¥ß\bU¯ûJ›J¥>nBT\ÁkRƒ@"ùƒqr›"´—‰ßUlZèœ/ßÊšœžŸñ#ü¥ÀjÔ@'qûÛ¨‹~S4¸þzµM2%ÙØ´5`ž}ËO?1åäÑ[1ÉÚ^;‹-JqÄŽ¡ÉM©ï×kEq.¤ÍùÆ·âÆûµ¥¨ÐçF‰ÛÎÊAZ½¡Â]—ó÷Ã:¥X/=(DßH`®9f7ÛÏ•ž8æ+ýJn’±"õì¡5ä<ðñö[aÎÇ=öø‰w8Þ…œç;ìó ·ÉÞeðÅÝÖ^È>¶j…ŠÉ7µfV¢Ö««=øÊQ«š¦æƒ$Š´ýVF«í_§SÎ × 4R“S §Îûiå+ízä÷Ye¸q3A·äÚ•`³á—¬þÉ„åE}->€àtÿÝ ÌxáäÒŒˆ{¬tõ/Æy•ê´ò­®¸Ë¡‡]áB`gjÓú¶óÔÓO¶š(ò'ˆÜÑçNéTFï×§Ü -å†Yèõ[k÷³WàûkÌ«[½ðÉÃêõ*”ߦQÅn8UÙN"ðfîºÙã~‰Å_°è½&¹ª2¨#-F—›¦*ÉÍ‹ýLgºaØ&Š×ÓIÚxª?_&7¹¤cPê~šsß8¨·ÇDÞV¥KÊÓÚ÷ô,·**É*ÑĴ˃;•ÍŸpTô—T3Äþl¡âGº+áíS߯‰ë<Ð@NÙREÇÿ9ºÎ5U• øç!ADAÉ9'sÎ9¼ÿeïÏývW†ž®ê*ºƒ2ãU>ºYšÔeûöꕹú; )¼®cÛ'«Q‘K%èåðì¸fÏàøËÀÜõèÞ°Y–ZHÀm\mÀ©ÔËÑèÚùí'[ ->Ü8óG#ô+êüWDŒØgÕ0îÏuj¹=e9±¿>æ ÷¸†þNÉ6õöôòóÜö[ùY¯ø#á›xuNg²¢³€ïá«–úGr¥¾eìÉÔ ~o`aÏbu.Ê<þ÷þ „Óu›v‘Ùªà—[Û®uŠj£ÆŽ×%ᕵè ìt›¢KL ‹àfâÀôÛŽ×Dçb¯ Q¹,î§(Ý¿Z6×Ðå>—±Õ°p5ëQ[¾þÁm1´ÜÁGVägx¢Ð‘M)ÐÂzÚBas`¤nŸŸ×™AõŽïT7ö‚-=šoáW„ø1ù­Ï»Ù¥™Ã¢IõÔ·’¨’?+ÀC8•ÿž‹µð(¬_÷zkD6gV-¶Õ RSæ`;ÃÏ]Qª>ÜIAnÃ74á¾äJMÞL*[y|x¶qµ`¨–.Ž-VJ#\—†B°¨˜¹m>Bˆ\xžة飡µé„½]ìÅÌY.zµ§…£ÿðdŒ£ß~Ç1—ty¨ùŠëȄǿý/©Tš¦º’î€{b—¤²Y6´Ec:wÌÍ2³Õí´"@w0N¹PãlG¾ß»ù4­¾¸ÙÏ*«òi=)>,cZ³nQ µMUrGùf‰%·ä©öðÝ•Õ <¬ÅÉ„¯­k00º„î"ð\½ltÔçâ!´}ÐÒ†“ï³ðb -¨Å½á²ýÒu:w“yçVyam «’ìVªë.Òù†1ÿvû “u+ú’>3-_*…ÇÂغÑÐùºgHv©ð´·½Ã;ÁMK1Ú­@%È=·Îç¹~aÑ¥Ñ1U¯±vRÖkƒ õò³ˆÒõà;em¯m\·g!øõíä©Ágo¥lÕzÐEr©×„Ž¡ÕuVÇ¢ÄúÊ‚¶%Õ/+Gÿlð0"V'3+;P®M3 Ýc_ß§u]làp"Ýr»^ˆZ§‚°»ËÔŽE’ªfÈ²æ ‡Ú‰ÉÅr'¯'JâAœ —ýÍ•q¡},¯\¨ÉuÛ|¯V[㕯 çf»ô<­ c¡w"J0¨  ‘zóüŸS–Ÿ ,}å>m¶~¯Ê¢¿ûà Ãu¦NzRÓóÏ7åžNdÏ«8 ç­)+€ñÚd©OòÚ™Ö€¾>™”s•1LD\† Xn`?­¸Í‚“Oùƒ©xÞPÛ®ó“Ÿü¶9~`™µO/ßnUÒh5 æ>ýºòÑF«if.ÃÉ‘g((aøzZšºaù÷IûåÊö?Uíô¡q÷o -@#î{KFÜ^Ÿ÷M„8Œ<б&0' öæb ¡ĨöË/†éã8úôR°x5'Àà °.`ÓÙhp6Ï0^ñžnWm*±*Ð÷ÀçøW›=¶DÔº»ÄÑ€;ºYX£çS ÇwÌ“-¹bÛAÿlÚDØp—Õœ´Uí6÷;CqØþqÑÊæ7â5 ~›‡—‹Íë·+÷kXïX]»°@µ"Ǽs)ÒÄ^ùéNø8Ø^“«bôÁ¥g5ÛG»9Më½£sk+O_ùËfƒQ,'.Am×ó&P•8CE¹;3¸ã\2XIGëzCé°áÔÊÒ—6ŠˆùúD9øŸq‡ãì*ÔñÖÇÁ×Û½WT{¶¸7¼Bבî:Á)¢]²tw–=mç1V¸àè¹ãn[•[‘znØðâ“å@òzï{À(«»¡O®ñÜ{)¿GPEÒ+gѳñÔÖ>K÷`·f@¿*R%cO¾¾œØ•× ëç­ý`ÿw$ëò•c3þöüaŸZpUïFƒžá$T[›ÄAØÅb¬À‹Vd8Qz¬õ€Ì«¦ãÌöÒÎÅmºvjmžS]åŸbØÊ« ¼ü´yâ+‹É.qªÞU"½üØObý»×Ü]OÛ5V;Bˆ6o:g9¢¯Ù£p|þ(]ÏìqR!A69aÜöP ð½¸[€]q2†IxÁ-–ns3M1züØu'¼_lÏçÚáçt~RçNaAæO{ït,^u]‡œ^Lov/,eÏäuµê©Óÿ*düèÅÝëaÖ]Hí¤Ž·o‹\Q§ªÆj‡À§œw%®-ÇzOŽ{> d]¿ÍU“·ÌKAKæSdær]uo@QÅâL8Ì™›éì5®z4£²sf[]Ñu,µªÁ8#6øa8Jôû‘ø›Õ{Xê™!e‚ÇÑÊ9¯V;çŸOãÊv‚ä%¯[,}²²Ú‘þ¶»]e€Ìo4¨»¼&~ŒzgÖX°£·¿ÞÉÊ4{ÝM&[s^?u8@3Þê¾×xêñ\بïÉ!¦]ñLg,¡^5ýh¦…FÔw2k˜{ú?8)j%¾N;¾…iöчŽûkɸ [+€>…!3#9@ȧM¤þ(–~7­oâ²g ñ£ÞEÄÂÆ¬ðËÅ‚”ƒRî_(¯Ã¯²j=[eÝý_'p†$ìºCãá¢\‰ÂNo߈ç̵V×}p±¿c¬ÜŸU]¡Q=ûv«á@wv×pÊÂdg¿¨Ìÿ”Ý*༲“V8¥Pã 'aŠ¿<“¿˜:qã– Ç~‰ÐX"!6ï/o1_®ýÛ®·-«>í¸6 N]càÝaåYÁlA¥gQ›õ¡’¼9¦Þ¥CÌ ¡=ÿƒ#|¥ Ͳ¬€ßgq( ¾W¡ßúò‘ÖPú]×G§Nœ…=”›üðæÍbDΓ™’Ÿ™J5[Ä•§¦EÇ£þiѯÎ2"ñö ÄÞãA³Ù¥Ø—Ÿ¸Ö}¿\Þ–µ9xñ,ó–»(y} áWµ2`šOÞP^bqLnˆÛ£ç‰`¤mÉû]exeàÙ€fFõhmïy =Ò93*?ù¹VǸ<‰zÃøƒÂ4!õã’\P„þ#8–eÔ¾\Æ­Jö( é*%®ö;d•išj©%Ü¥[Bq£+v´foÁ%³.ÂÎtGéÂüñ<“ºýI4ï#Ðüo¤Å|Bæ­²*ú ¡hÕîÍŧVz=¬¡âÉI=¬÷¿Úõ[°‰8zÑZ+ú“€hp¬x;sÐÝ!nm ’ýQ…øi§›wÉ{ÇEµHá^uf5²Ê+RšÂØâô å8ÉmHø¸µÿ– ç5b\Éð"¦@S˜~¾°ëÅBψ…ŸfVþÃÏ7f41·<ïQ þCíûÊ€-Qg£ ¶?ÝãŒ-%»Ci>j6 ½z¶ÂUÆ%T)±pçÔ¬ÃÂCŠã¹j -¿†eÒÆÄúÞ»Û%(_«¡-Üœ•!´]iñϬ!ŽèÖw9)Ù×ú¦•Bò¬Y7\ýn_‘ò9zÁuãæ é¸V¸ô ·P(%ÛF>oÇmRv¿åšû’÷ÛìãOîÝiIº¹fÝ—Òãå.7ëÖûí6&¢Oúmw§K×­1û0\þØ©Ú ß1ð¸ìqýs¯ð7}ÁâVÍd´Ú˜å•|oúü˜j3nÇ´ŽÛ©ïí÷<±Å:V—Z-Ó³2)ß–ŽjÉ]tïw?0C=€èégoO¤=ç`D¾ã>x ‡ýæ™áz×e#%ÈŽ½¡RN\nšðÆlåºÅÔ’¹ã6ôØøšXUÃv¾> ~–\·ÉÔ ·‰mE¬ù–²2#Žzÿ¢‰´¢¼…o‡ÍŠ1hÍýs/ÜÞ^³¤¼8Wê\(”RX­¶Ô-´»qd~k]Q¨ô“! wÛöŠö à>óZ‡æøÃyËCÆã©øˆy@Jä·<“<ŸY™Ù±uÕÆöÁ@f¬™²…V¨Æî5O't«U®ç’v‘÷ÍÒp ÚÝž$ä6ÁGm!Ê1\Êeî¹òÝ瘿([a>Rd’ïÉfÖ«\xªÊóô,¾¶ÑN|ï­õðŽcêd¦»œó×…F&ÕéðüÓµR¸HÅWë{Ü$g´éd¿ÛÌŒ2Ot^LjŠt–KýuEWõw™«ú$šZSÜz#Ú«ïç´RšV=c‰ñUÁP®Úðwpþ¦˜ÁüÈ’ ú5r¾†¼3Û5 –9·K瘪>^(^ -»¿…©š‘Q†Tó…ØíÃoͤ³´õ7T&Bê۷Çm'Ì™É2´›)aG» QÏN±/º#7=»±9èöýf=9Ù×?(s§4«P[G U - ¡Ò6{‘–tqμ œîéã^«x’jñ"†ó™ƒ~^[7Û·'R™c ‹=çóP -N–/Q|톹=r ÝT.Eá¶²·wŸæZcεþ˜í^áX<-ùÛ‚˜ÉÊÝJïD7‘çÚNo>MB–ôä7SÐk& [iLƫƙÚ<ævz ­ŒƒI©ô;д½çýÁè"îS˜-ö}r~æ‚A1[âg|Tn iñWY,Äbº¼«²¨ûnÛÚT}LÂiE1)[àòÖð¬¾}q•Üpëq&g³ߟ=tÿV£_)ß-_…ß¶‰iTÌLcq_¢$«½½rÌhó mÆ äÕ%AãSÀù§ž5P:º ×X÷î,øËqPœr"r»eg/è,»‡kíX+ŽîgV êó«ˆK$áX¢)}>Þ¡óuꕨvÝt3؄ާ…&êlV%F§Õþ2ÃoQ>xU[[_8ÝÂ1vÂ=Š­íÿà,¬; ‡_èÜ¿É5K²¬F@»t$ƒØM~³Æn/+_Xø -ìß^zôš{ØN¬ÃÐn"(I#·¥õ+«¶ø~Õ6òÚ´_áþÁÝ®k-Õb^z!– Û-š$žhÃgëü‹ŒÒÐmK}Þ5yUäçî¹W¹§k!ÜÅU,ï´*ª™œ4èÀÅÞÚy­Ð Pž:a­ ÿ¢wذTzÞ–úLö2ö‰$¡Ž=õÍ–5¥{þ¨6t<µ§Yj}úIÅãBº¬:­äÿÐÎz’¿ÒKµõšªoò}7´•úwÚ Uàh]øJ™y¹Vš¦þÀY[Ƭª•¢0êÚAãWefj½w±‡e²2;O†ÑÊÕó¢Q¢¢£i —;M_»Ýñ±úf$׋`-œaláSÄ&ÐõJ¦rþoÚo½ªÖïôΔޢd qÅ–­3Uïªôð=éðfG·æ<þÑ*öcW=Ì »î?{}ÀMÒÌÿm]÷‡lJÝë«m‰g:¹ Æ%KDU¯…A ¨)"Ùm[¦B;oŸBÙ§œ—”¾½‘ו7[eÉÅ×Ð#Û*%°PÃU¯®÷é¬iØÐž€2f -Å6ðy‹nYÄÜ\^á’´E¶kEïߤ`ì¶òû¸©2w”÷|enÊïòkQwTØ¡pê}Ø/"Vrw‡—S¥úÁ'vq¸} g)Otnâëúþ2iÄ¡½ôdsW¼ïŒ ŠA#…Á†£öìðt‚6ÿ¼¨µÛ¬Q™7â CJ¾›ÞÙŠ•C/Pú‹åÆQwÁo¦Ï‹wIâ#´/¿úƒi²P6uÙw×&ȶn4¶7ž’b‰Z§û4¸Õéµò:AiÇs'1{w¬õ°EtïcoLèb\ÇBƒaÍÁ?x4TÚuê:Oþ¶®NÛ@N‘Ü·ó/µyÞ@o˜rÓé­z6^÷÷<½,Ÿµff„:Ù€† ·â½úÙvfÚ`×®Ë7»yЖGÔž^ïÀðüø­Û§A¬{Ú¨_;»¥AD¡ï,€ü-¨W9ªªLœÕ>øšc|è1Eʶ±y}¤_ùM}¥†g¥ðÃvµñgjéÓì+÷ʇì_[TÕ×ÇSG]/½%ŸÜÌ“êãÆ_6…KBçûâšÅòŠÍóÍù¥'Ž]™ +/Mä8hÕÊJûƒøRim”Ãï~«ÕxÊÓÈhs -ìMs¥ÞKíI½»<\ýÞ³ÕÕó;)!+Ðu¨ú5üKÁjzòº&+’’à;ÕðþÒNîµÝW±Ófß\q~ !‹³:¸´‘Êó9­Gê×ÑIƒ.{ïÇì£÷Ƶo$9½ÑXEÞ‰ôx¸ŽEÔþð2ª§,ßaA³tK¤÷Ƥ£l|ØÛÒÝF¼ÙªÍVטQè V;uyw}JM§7wÍZëˆúúÎ] ‚{ë™ÍRq/»~¥'a÷çËì}"býãŒëÉóå4iYj!ŽÞUkT>1“tx¯Ìƒx§a~›?ÑÁb´nt$Œ<, éÔĬÉ®ÊVF†mDñUqe†ŽSãׯ½í -Õ Ö)Ƭœg$‘SÀX;¿:=³ý³ð˜o£Â°_ݾ °Ç¿ˆÚšg¦þ–úpEV«ô6;£}øVûä– µÛâp1ü¯dRÓvÖÑó²(ûÄP+óË,/PI Ÿ¯ÉϪ›ð]Ϻè58á#sõô ´Ýè±®ÝÄÎÇÌ¢~ÕßsÊìõ/ØÐXPýª1 VkÂêA¬Ya*eCÿ2T€ƒé?wKMŒLø¯CûòÖ±ÀÆ«¯½öº ’xwe•‹Ú¦K½Þ›Ëº­±UMRßýˆƒËÛjx„cÔ[@«2Ï­‹Õ*ãT—ÃàáŸjŽvï´ÞáɃäRü{–¤=g"$“=dŸ'wTg±¹Ð½æ‹±ý+}E½‚No{°+Ø|›5Phð8v­}ЬÔàvdßg^Ö*ôU÷â¬kåHîk1Þ) -&£[ºŒ^Ù茥a²)·’÷ôìyK+3Dè8tcfJAƒ -aà¡Õ%@u4mUŒÖ…æ£7Œ5::B¹5$}%z¡[Ü7]çœ<íÛ¼ŸìOþÁDu[z¹ã~4Óé7ª@.ÖØ›±ðSáÉòh¦ŽùÚo¨n«-?†Á,üΞ_ž+vVÎNA6”nÚ¡õæ®ô>øÊuXÑ©þýXÉ?ݵ{å?“%QCèúê÷ÔúKi®vôÒCÏ‹HTmòÃï-ˆ›g»¡èlÕm>Å ŒÖ@I{‚P{íÛm€ vŸ_×PVÛÿì‡R™*³¢pÛÜ^¿¨Ä ÞQÕ‡ÑT¶/‡ÍUƘ7¯4+wìZ‚VÎ-jwŸ}0¢çT»Þß÷ÊðBº>ðå»úUU.bßç›zÃGƒêmîb£É̬oMßÿƒùg"ñÒa}íYÛ±HvÉ{‘aü»Yó:•×ú‹áDÍøíÓ:cíØ­x²®¸h¹óolO¾Ó4´WŠeØc@ž¾óžüpÖsKHÂ+Uˆ‘JTð¿™õì=4;ÇÉVë:9Uü8Ý—mpÔAveZƒÉ õ>)£+Ú^ÖÍKÛ›è\…è©’ð›Wv@ñí¸îkßao^_g¥3‡OÝi†ù£Z²Vh¡“Q«o¾Ë²ú‹]Ëx퓃Ùi&™µšB5:‹#SÐ @úámD_쳩©v¦mæ|Û8Fg}Zšö·™7~Ùm`Ì’°nÆù@)ÇÇbB1³2·n\p²WR§–)²ýQ,î ùP0#aç¿V8©Çª9?5Æ&Zi5:ƒÊL6¯t­l¶ÇÑ¡†ÞG ÑlÑã/¸‰n‰Õè–™¾µ·æ-¶@{â¿jEŽÅåGObúäÆvCßX*‹'Ã×fc»¿ÒÖÆMìÓ1ÚõK{mü>¿¬<$‡ˆY-ÕdÌÓË%äëÆ«%ç•·UMÝ=J°›õ8Ç€ízPa.nJ´û™!<µ_Ûèí$žp3åƒ?£ ï´7wÁÈ[ü¶®»=+ú˜¾f}*¥εgø6YqždÙ™½·FGìtègyÕ÷4:Ô0ÿÁ m»ÐݼÞî2ú[hÈ9›õ54%-vôæEÏÔwô¬ˆJµ$$<삇þÜÝÎýáOcƒüÒ "n¡í¬zîúîéñ4¸óÆ×3oáeå,ú{.6þÁF};\¢”ÞMu܈ΜšŒOFÏa"v¥]Só^[¿®ø*` 0\ýµFç¾Au—×Àà«¢ë«O9–'¦Wš® c„¶÷ö1g…¯ÜåwZçÜK¦¬/ñoX&X¶Ï>‹¿´„ö P¿Þ¢-GW)ŠƒÉÕ—ÁÏȳ˜¯$ѯÞzQrC´3úpv»Q1Kvðèí6rÞêmZ¨qÓ®û cN^빜þ¹ƒ‚1J®ª”¢‚~/´ß½W„tS!ÒÀ.׳åê£í7ù.®V_Ä öë®òì—®2E}c‡€N§~ëÔn+­þM™Ù¾våžBjž2ˆ \;Cr¡›jnÝö–þx9ïa¤?Ó!ÆìÉ(İ®L#Ô°wDS6èYTGcµíVõIÃÓm_ lرÛWäHºW Rw….¬{D œ£µ\u›¢vWÍm>c[[¶¦JÝÿÝôf¸¿Øu"ŸsùS¤õ5¬‡ÖãÇßZKhNœòø<õ°°ÝH‰PÖ‰>ÿ`°i›€9Y?~6¶ ú ûìM{¹Öyô†„ÚÛgMæ7Ô­|»£{ Ýž›u”,'DÊ$[½”ÍuÝ-õ8T]7,¸=E,Ê*d±lsãð¯¯Â&¿È& ×ìZ+,KöµŸ6ÌÙ¸Eóæ¸%•6Uëû…çVãsØ4ê﬉óV©e|@5)ÓÖŠXN¬AÜ4µ ßnGίV oó|\šÿ„<³/ÒB7}®G¾×;ÇÔØ‘ùKš²ÜͧޫæUEH0Y"ö†!ëæò&”Ìü=ýqWG-PY>¤ös}/æƒe,v:š7=ŽÌ}»YD¬UùTwt’æâù™aÑçQwÛòecº0ƒ ·%mêÌã´ÇkPq¡Çl^æ -# kÓ‹ ÔVu3?·Éî)¼üèâ·Ì*ˆóŒÅ¸·pò¿7 ´ê{‚„~çê¢ýj*‚NàüÅ%íÝmm¦ñn%És‡‰1rƒš^ÿ¬°ƒA,…‡­å˜†qxS'¸©éŽOM¡ÓÝbú ŽúmÙ7Lìl•Áù8ý;AÄyÛ´‹:§ú©8KÏá~iª;›¬ÃXKXgeò¡ÜM¾­c´oóÉ â¦>IžiHóüÓDÙÒ ¶ó½{ScÎ$×mvmíÅ÷ïí}QëBËå]¬‹þ~Îm5–6³ùÉ=ìB÷Òbõ%÷àö×K·ªRõ vî–k— xÉÁ‚mâׯ§¡jC$Nú{O„ xØ5’g‘p)8y2²À.“'å;&1·òïÄï¡Ò *7œ::À´Ø5uô:)ªE@í ¡2ºË÷AÂxM'¸‹sžþ*_z¹»Ú3ÃÅ!TïŸZÙy´?ª"Nªo¦#Ž…áªÒW}ÔÜÕƒC Ÿ·8³»ÛÄ^©Úl*óCìk¼£\~Úöç"ûÉì2r6¤UêlÜN?XòÇé%ý&q¼Í'†|¥Ööo—®ÿÁ°^c(³R&A%ßS=±–!©•ÌmëÃT,KkÖØ ¿–“o©ac¢Hvðó8mn•rÙTõÂ^?šHU…ß¹ôԙܛKÕ¢ œ."†ï«OfEËJÚõ܉÷Ù¬/ÍÍ®•©ÞÒ©<¨zG^®ªÖ„ {dH6‘{fËZÂAͨµ3xÚÒ:ñ¼Ê íÞ i0¡[&‚{>*ÍïÈrà§Ò‹~©ä4ÉêÇŽîçMÓÝ‚‘ýQÉWQ!}•Ÿ}Köc³­5 ÀêC=[7€ú;ëÙ²ùé ½Ôa2§„i÷é3”‡œGšÅÇ"btïÌ\¯ì*6©=ÂÖ+-½Ž†Ö÷á¡ÜSœ¦‰¡Víp˜i\¡òB`J{œN¡ô›“¬Š{Ð-^ŒØ7ëÜÓ®#ê«I?÷¦7‹§¿‚ÇvçYíÒý©ûiÌO£Š°;¿ü¬_v]9•'Ñ”¾ E‹Œ­ØÃoëÃÅ*z §q˳G{Ý>>?`dJyá  Á¥ÍŸ?ËÒ’¥tªœÝ¨¿Ó-Ðڛ粺.Ô‡¦Êö¸µ§Ë¾É}”Ô"Õ·;Ü ±pT‹®*[çü%6«ãü&›ÓʲŠ?¨ÖëÛW™of~ŒÛµOÑÜFœÕ/b;x¡a¤å(Œ…ö+9…è®ÀncÆuÄ{ËéùßCÞnsÚç.»¸ÎùðJ9ÔTµÞQnLôòR3.u°ÇMëµw}'iç‚êWž˜èùa?„aÎw_úLzàÛ¿·k¿iZï…CPV¨.´ö¾×jÈvó¦ÙdíÑíF¶5\s¿ä_•ê%hnœAEKÝ.¡w¢ø_‘\ù¿nd§zã¤RÃO׬U½õiŸ -g¡Qã@öj5SëŸJOçñµ;YÝ^%cŠCFǦöý‚Ε£?(©»]§VÔÌån7JsÍ›„º-¶‡/K½µ‡V”Ù±•úã.¼]cP-ü>Zaø™Ô¦?g8•@Õöv!º-7(eÊT4ÿ†:Öì°åWªjÌ6FËŠá/ÕküÐJ;7ÊøMÈ•©}Zk]!È»cÚ¹K5 ”¡±eþ|›)8ypq¥®Ë¦ù‹¾GŸ¬>¼AM}O,}¾=FQ­îrîdV×ÙÖ\½—äó¶Ë-µ^ê:{ñ9AÑ΃¶&׺l?æ{È¥ohEïÜ÷i¦ /gWù€ñÆSå[Êì®ïØÞýºO7Æ2©5p׬=y]"ç¸HÖ‹çöˆM]‡Qž|i•»[[®ï,ëËžœÎxß+§ÏØ‹¼ý´¿ø;þ2§7wÙq ¼tuurs»¿JÉy‰ö›\qjßy¿™ÃAÕ)ZîG_gÖ]S¶¸0NÀñÒ ­™âÞ†©;‚¥Êþa*Uݧ U£ÕžúÍþp1ÊS[ÕÐúxq üü½1$ü›I[U{‡ÀëÒªÝ-¿,ë cr>•¢ÆĽÚó'öûIkŠ–è»ìjîuIK g¸”œ°ëÏÉé¡þ‚/%EÒ,w•_Z)þ…!ê†õÒðY ck»Ž^ß'*œÎñrNÜhßÁò4ÛDÙ¢Zu6ÎÙ¤žh³&·ú¹ Ô‡ŒŸeà4ë»­ - ³tÊ—³äËê}ûï›+à2â•cm²7À…óÃI¬å[1rª±ßéZ½ƒ4¿#`H. ¤X¡(m˸Ìóœ•%iªZÒÞzë÷x×4ÆÞ1J0=´y~ñlIMÖ-Ôx”|BîRX]vÃv;d_ÛAóGÊ~b’ØèØ0jê÷:~O;ÓcÆzØ+…ïvÅO}¦Ê^5R¢ã:†VJz[¡I/Fíg!lÿÁjª¯³ ]®úuîÇZJâ_¿ŸGPÙ¯e™n—¶çb¡ÉtÇq'¦Tu°÷ºú~00›‡Þ1”$m–O<¹£Í!u}óÛùìI/*2–½‘A,oWoBC]h®´ff/EtýG¢Ü9Z˜ùJáEË_ìÈ^ŒJ4~éÉÛ1]þâøÚbƒ×‰í™1¡„îy¾ßo–G§ïÐôóL(8¹$š(К,‹©\>±þöÜT웣 ÷ -.v´íY‘F™—QuåOþ¢)MËŒUmÎË´1ŠÃóÂ’êzâÞ[溻#kÚ~¶O6áòQ¨•ÚKž„¤ X¦â“¶^»‡þÏ*ÛJmékÙÞ¬–ë¥Övb+›㾪_ž?Ÿw;8¢sGF’ —Ž™¥EU-/"fãÖ>³ï1Yþ¨…¥ž7ê‡ë[;ø‚qß?vNJ÷y(ý6soŽLôféÑnû9RþºÓ£c*×ýë=x4ÉÈÙ^| ]š…õÆ¢µ½Ñ’€Zm?îs#h¿Ê636Ã[48ÏL¿|TZTB k^©ï߈í›aóXsËÄ.Ï.ØÂc}àac¹öfúµÒùÊäFeÀil:ú•i5µ¸Õ)È€ï+fŸ¾CN•+#›IÎFšÖÑÝ:](§µ†#,Ù€éA͵÷î—Ù<ÜïôÿÛ¿;â -ì îg þ²þn£)Œ™®‡O2ë-z_ V&aÞ‹ºïÇÀÏ…P±š[°>™:5§qà1šȘƯ×nÒÛäÂÙT¦¼É·H&Ý0§¢zžRkÏ[«$}úþ|y²~Á–#/—ßÍA Ü>þõ¸k€n?Q“§Ç:e½‹Òç~Ú¾š•§ ÜFh(|ŠèuëOÇFolÅÿ ¯9ú6–W{ÐC2ï¸èp-Ž8›¸1K{º¨¯û;=;óÚŽŠ¹^RðXÏGF'Þ¸ð@« -ÀEÍQjVkDæHñ(÷±·j f‹½;eáºt¶›ßèv¤±ÅÞ¦£øh =ž±¸§xä3êÍÊöدM½rùë -x¬lp?€ž»5·¹o|wúæÓ̵¨\ñZþ~)Äbk¯5óasö¡Õ·šÔ/4Ú¹¿E–Ûkÿ¾ ­¥‚eóØÅ»¾Loëþý[[Ô°úþ[ òsýåÞi:ˆ+M—³žÃû}‚Óǒ͉ ý1›5¬…Wk¤…§*É·í}ÿÖAö(ëÉ…,•ë÷ šM¿,lÊèså¸~éIîÚ†Á0d] Ò>@žf#GÓeP…â#Qiå­Ÿ¦vdÿ ‰ðèdgmÎÉWÎÚR˜¯ª)ë¬PŒ¨Ï1¥Â )ŸRÔ,wÔ{¨èçº*òs+›…G-˜?¾šOƒ•ãC‚m–%w²J iJ‘{ÙŽI§u£LÔ÷GC‰çú4X~ ¯ºg¤EÔ»‹c°œîSƒ@—w‡?s4ëkX°j<wª×¡FlR ²Ó>âC|¡CäY‡jïÄö’ŽQEÿTmp~‡Ñƒ6¥ý-gô‘[¨9ŒM¶@R¬ò¢|)Ë2Ó[¤uJuûs—ÞCÊp¾ŠÖ•¿½d:Zjÿ`»T7zYÇ’èý~}+†súc+ºasÓl‚\6Úš6É[‰Üªl=Smíýa ÙcY¼U!ÝâEJk -¹j5ët‘Ó˜/} ¬}ŠëFŽ•ì¿YœÃxCN 5ÃÉaîqßêßaàåÖÂO:–Eò¥çy+×8uÚótÝ…kTŸ5f&!þ’øa7huMÚ –u)"6 R¡;ßBÃ3`…•ñúûNéE< u;pY0M-C,âÆ©fµ}írË;Ä3Ö5rb°=k¸Þ¢ÉúbÌjMYÅ+”™Àm`ÚØÝâÜ|xYË\ ŠeªôðŒþM•í ú qàíÙN±Æ• Z8»µ_N­³ô%Ê6b8€sÉCïD.+ýØm;˜ºµý¤zà’D6~'öÉÌzw²ÜÓ!`Ò‰_õÛó¤1rýÍ¢`þøÎ 2ÞÔv® ÿÀ¨zØÜ16í.\Þß.M胰prFŽÐf·v¹ÏŠ;ZXóœÒëî­G45¿´ÒÄ#à…vJeïÑLKÑržsØõ.*rX ~êØ­H³ç®ûîÇh¹žO•~¡ê Û£€qžL-dâ-%ÕÚŽüZı+e²N: 5 -ÈïêæÃ墈çHð™¯ø¯Ó§¨•°¡š{—(øÓÙ¤;ÐØm8«×T1q>ÚÐé <®ùö9H‡1‡Øíü»öº%?޽ª8«›_¹T¨4NL·Z9%‡òªz¿Œ2 Š«wu *ÿ`]Ÿ«üzw‘^p‘úˆÀẴ¾|)`ɣƵ„BÎÆ y(G.#Uïî»ÊÇ5áFËg(ÍÓ“©jt(úpÒXïΟ'Þ­“ßDÔ@ @å¦9½Š(ÛЭÍcÒP²KžÔ ¿‹èiÉ·ðB— \î$Iõ¢K¸Ž+IU®î¿ÜQ?ÿPS[!5sd_Ñ’Þ|Ô1Þ[ÇM¿â}TÛåb9¦z¼gàÕ[$Í@\u¼"~å;I„&f8ÊÞf§”Q…²óÍ‹Ѧ—½‘Ì<(ƒáB‘É6=±~òjtòJ½G[yR#¹K_Å#¶ýYû”.À2ëQHÄõ¦bîñ{=»¸Q©<‘úgÐnŸ®‹†³Ó’ì ³C5{W§S$€º³+…Gj-õ¹ Åî[/wæJÀ Éøâ Km Ñô_/9»r1K`{«ûI+:ù’æ|]v璕ɽZä–ÌÂfÙÇñãÐǤFãJ?Ñ3÷o¢t#ØðϪí*‚(TûϘ矰’n÷Æk×N|¯ëOä]‘µÎÊ®æÍßÅëóPu›Wºquj„ö[WîYSg'ßßCèWê^lÖ—7¬¨b TaÃíFõ‰sTF&%©ß‚Ö¤àgL ¾²Hz7­4„ðŠW›Ã >„O}*Ï̬Õ_{—‹j2ku~R0ºvrìU~¢†_‹«´Õý‚‹†«ùZšáÔ¸:úBkO•ýαL1¥Á |]ôåßýÃz$üx u¨Ê(ÛÎþ¨ÌÔ%$UÊX¢fO2g®’ ÊÛC2Ö,*“9pj¯ù×µI»“!õWÓss•LSœGê¾/n±Š$[VÙÉ,ŠË>޼§WSe 0?Õþº\[)4‘zû-:‡›z—6owÊúÙÎ~CͰ|ßv bÓEÈóOyz«›ÌUúùÒQ¦êýüy*Z!0–YòÚ>š/UóÄUêÇÆ]Õ£tSÏå…YxM3عÓf£Ù(ø)í¾ö»( 1ÿžñåêA{?“9y§ nÜ2*°UVœ-̵AÚf ßudUž3ta 5cc½ó›Éî€öL§Ù2…õFÙ9èù(š)ÑøIõœúÊIJøÍBüÚR¶ö¡Eï'Hl×x¤ä=›®Ç½÷ȼ­[7®õÐè=ÍkuWæu¥Ý @©b8¥‘M‹¸|ëLéžÙK<õ$m¿É¥¶)y¦¼~γV.§jÊæˆç”%Õ¢ÑÀ{Ö—jÚfˆ.ãã97½[5óûÒ–µYµ4ò£öùJˆH>DÊ®Y¶ZÒ¾±´iiNL TÎ]^ {u9¶9§C)GŦÍB]Þm“ù'$4ùÍKÌ„Àƒ&…NróµœÀÿT$q³C6ýÓWI¼î%rsOW¨á[÷‚*;…*‡#tO·\­ž4õdch¶¢’Ö¹»ûóµÿ8:Ï,U•( -àA‘œ‹ŒsÎYçÿè÷³W÷j -8ûìoCQ…%{0<7ÝÚ£²*Ñ¢†ìÜN"yëDã£:UˆUô&ÚC=±âÉ‘—A¸~Ì]ëJÛ¼ƒ~K~eú¼IÈÑSÂ褣D:Æòâl„VU”\•ÍÛSÛOƒA±™¥æT6´U¿ÒThœãMûè;jÑÀ§ò±fÝ.mQóh’š`ååª'Á§4=Õd»w“T§]†…´áÍ.s"’\àvôuŸÎåc]êéуÝWÕ°¸d{ÐP49$18ƒÃ{NÑ7x«†J«š;PE':¼FøDsÛm~nÕ—ZkAº5W.4´Ü*U³Ã窣å\/†øéÎÒ‚N®=IuSTÚnÓݦ;xöë^ ¥ rþºÓI}g¯Îu8©øýÈsƒU¢5¤ç–š×Èk'oY׫CHY6ˈGXÇ—â…ý<ØiN°¿Ã{˜ÓÇØ«ñ‡c œ¢qË<,ü7Ò¶–ð‰h«V^Ë_TH(X ³‰f(òÕ~¯× ¾Ïû]Ÿ;;-­ˆúÙ‘¾³ó~ج´6G¿žGj<¢œúJ“ŸµõN]·¥Î:‰ÛOý÷qx¤§aÏÑAÔˆ²‰Ÿûƒ<ºz¨‡kœjë÷‚~a„Û -nß…c<¶ûu`ÌUPoÉ´)Yò—áEÏÎßìt{ >&9ã4A‚‡º«³/¯n„¤Í4P[?áô½€¾ÆFÓ/úk^ ‹ÉË„^ãYiÚ¯A:|œìBoÏFYapè¯úO^¹%È> ­<‹õ¨›ehômÉ;­øLÓ§yÑí€m°Òú'¨þÆ oAƒb\ÑÔÉéæÇø -2ðyÌ»z /\œCùºí©Z{p×'örß7;' M:âí*$£Y«ë˽~’ÖrcJ\²þÒ+cL‘×Ò·jáö¥óÖ±ÙFã ß¿ÄkL?íeÖ¸:ýܳäŸ÷Ü9Ð¥úU³±WÏûnÏç;„ÕêÓªÞíŒ7¹¿L£CXÝ6aÂËg^ˆÚð ·¬ßÐZKgѨô(1”—ø£l—hbl@¿”ÒîE?³£G&ô‹ÎÚ‹+Í$zÓÐÜ6{ÝÞÍQ“9^ŒßåaîÈ&j-ݶb=¢€Yµô¦Í--,¹Ñöz7 ¯òVvÎhMËÔÜÊÐf~¡u+ŒpKW0Ô^Î0ÑÆ„Ýê®Õë ØŸŽò»*ó¼ïUÁxbý—d. ¯¹ÞZžëøÊÙØð@(RÏHžj£Âk”ÚÈ)O”ñ³o±oþXÇ~~Îì´ÕB€S§Ãd?c{Gkÿ˜fΨ?dsNîÚ§—ty[Šóþ4uK˜AË[ÃmíçŒõYŒêDm+.]wŠû¶ëxIUw/ñ5ýÜ_€¶€ V5éa¬¥§Eö.³ ™Ý¤ÚoÇåáßLûlÀ–,ñM4ë{Õq@ÿQ¥­ÓƒG úîÜtèËúäÍ hì„ë7ïXؼû{tGóèHBñ|}ËTÌ,O:­rl}$z¤–Ê:ç(­‡oþ8^­E á÷ñÔ¡¢êˆ„v\°½’QûÚ• ÔÈvê'Ïtaø[RÆwßôÚÕÖ~ì.ÖÜQe·žÈ.T/Ðê*åbf× ¾™\¨¼'_ -ÖÚ?‡ÇfJpo\gŸ÷­é.λçÉàÑ -ž%'†˜T⬘½»<†ß³Ó0oû·Q½dô>$wý«%ôΤ¢m÷^rj65OX¦ÎCšóôú2`TOèÓS j-wLLjœ ÌÊÖ-¡æëÈÔ¨–\W¡=C£g^­ŠQÌâf~ËH²û\òÛ/f5,-â«v*‹&ºþá}õ¾É/o÷ø‡ŠqÍ'º™×Ô±"˜~‰šçáÍXY²ÕM5ôcŠN2 >¥>B'§«7*hM÷@ao7l.Ò½ý™»K$Îó‹ˆÿ”óÚ¹kµÃð· ™il«çþrvHêãÔjFË&.žïŽ˜ìëE³ý‘SбK¦?áõ²¢]š²óªÍk¦Oõ÷ˆ·´¢Ïb4˜ º³¶D—Ý)EFÔžsã´™J®ur·U˜ø£q Z¸S7뎾Ы>ØÚÇZ¿ä>zè§â@Ó7ãˆõ.¥–r}ô+;ýÆ€à…IQ4gŽ˜9—ãfŠ[“Û°ê–D3Ã<Šl‰¤lwÖ÷¹*'•mÔ)IÉ[dÉ0üìîå"e`ûú¦ŠÏoYןör˜ùO ?—^l÷8uRhçUÞL9³!Ù à†ÆíÜFš ­…ô>Ûs«Ù?ÎÌò£b±®8ƒÓÖÑÙÝÜîï0˜;O¶–³Óà µ‹D{)u«™(8D½aÝÄÏùt—Üê~ú÷&m¡ü²/[`•¼ô•E§ n6ÒÙŒ;Úw%æªdÈÏÝý”îžt ¾ž‚{å(\ž@ÃØØ¡¥¶Æcèä}e®ÖÂzüvO_pç–¥U°—|Táp3³^ûÑ„ÓGÆÛ˜Ím¢üÿ{=3ã1·©=]|ŽØˆG^ç2Çé–åÅpž„[é`›KPéUêÜ ëV§li´ˆ -Ï"£Ý7šZϲ¦y*±‚9¶ü„¯•¹ÆLý‘Vò+6IXdxê12,šµ -¼²„}-ˆgmÃ7w³õ[VrÚŠÊײ¬ž¸bÖš‡/Û«XïÄâ)äTâBb3ûÙ ®Äaµ9øÛc,9”(®™ ¥\•Àám³%Ž»Ú˜ä;©¬_dóIžB7Ïâ Yy+Ü2£žƒfKëu@畞ÓwÂ3ϾìNÿú„W¶d{Ç—4²l±5O…îW W0&¼Íi¼P*?º£2™Y%}Ý`Ïø½›RãËÒÌ…y%Ãxÿå+Öak\±¬_ÀƒÃú„8ä9.¸?ìPXºóÖÛ7­ýÝ“_£ƒïÙÓF" ;’«n¾};¯dU†Í•« -:ømo^#ŽÊÃÃ7ÍãâÃóÚ)dBªWUliyñ<\CC«}új…&àlAGé—ˆ7m¼MK`]-Øtqë•ìˆé†£IÖªä‰Ï4P)Ìÿìæ&—<,]j†¹¯¥ç{Ú`6nÖæqÒê.ô›Úz&;Ä>•L¤þþÆ1šê†M­2…ø ¥@‡òàÂp6ÜDš@º­´(”ÉáÎYuëKwl¿&]§+y†¤·÷<×$ÅøU,nú¸»Ùýαyƒí¢ÍÜ5¶h¥Ûµ× ¹—Œ$Ñèzs>NòŒÂÞ -Ç–mήçléb¯ø£Ýq`Ÿð)pIÀÛÁ%`œNÙüºmTä›Å7ºrÖíËÖµ©bPî 6p‰gº½öA‚î'ôçÞºzæÄŒ7|çür‡^Áu²Ïk)nÒs’å°Ç=çâ?K­ù°õPãH¸(’ÔjWa\‘ÿX[ÂttZ@AŒ¶ÿ–‚­G÷À["SÊi,½X¹ÙrÇÞÓ¯cW~Q£ª¡~lÉ RòÚØHpÝ“¥iÞ‹0ûR&¿£×ùU'.,?p¸*0piW¿öZûÍôKZăH–íßþP¹Z $j×s¸ÃÄoi„Ðõo‡ÖÕñ +«ÍPàøÁ½ñÇc݃¯¡óC†zç5^v©*<³–BbÆê+vO¸”½ŸpQR”vö­ØPù™oáaÉÏru`1R…Õ>;tä‹E–­æ¯Dcêá$S\ùš;²=6G»E7|]ÙŒ¦)„ßF¶Â/×á¤%…ŸÙÇ®´jõB/ÆšåÌÁoZ‹«×BÔSµctåi»ZëçöÉ~ó²”Þ¤¦ mŠÃœÆÑ ¥» Š®lï—½xç>_¦Mñ2°À´ZÚ,$Hí8P6m—åÙ`QQ"Fܶßd|*…boæ^êUXú…ùßœ+Oly r½s†÷­½^Á+qbWP<çÙ}–†åç”ñP'îGßwÁØrX죨7jõ8fBÞÁäµÔ=Kj¤ÚÊÜ:xåQ voy®ôwjQjŠDPsw 2”_zœZÎ^ù¸¶ZÞ½Áù¶çBœ~G)Ó6<ú)™îê…†¿ý™·J¯ìÄF=Ô¦ ü¨šö²é #¢äæ¢äªì.¦³Ô…ñ7šH¼@‡í ´GãÛ¸ï«@·Õ®IrÚê£Ìb")Š?F^„#ê; h&9]Ð hÞ/‹¨×Œ·ôÂÒÜ÷“¥h5Ø(Í” •Gä±4ÞÕ£jé­Åà“D[jj–õ¬”ت¢@š™ðvMÖ¬ÒwÒóf¹/ËQÈ^÷“þ7Û´•Jë¬öJÈ<ŽÁ¥F[ï,ï–:Îeb”néb ©ÚW*ü-ëWLÿ]—æ|N‘µxp¹¦˜ iÐ(é[»Îåóô¬³]Çö°Ü`iºé"sŠü^}[ç ½aV·m-œ~Oy+ë×2c1·“v,ME§ÉÚ?:V=w`ldXtélcÝ5þ4‘d4î‘­5ço%óÛgöaB$q¯WÎÖ½„àW›-± ˆ½Ä·yFöÓÓNΚî†NØ€~¯Ž¼M—–Ê8T¤CŰu𶆓y»{ÇZawm{‹¥‡`oü²6£{޹+Ös ¾L„VèƒIå—×ví…´ _—<‹ÝW Y8Oó¹é–#üEaÚÁ“æÁo³ =‚ÍXPˆmšÙ®àý6yËì±Ìï~Ü“:ˆ½Ë†¨AŸ4¥ÖÖQ s†ðž+î '¬°wyÿÐVô(n@­*Á1™l©ól)E~AÜ„²¦¾`0øV·~·HVí{êƒÝÝì€[ÎŒ’øùt½YÖ¤ÃéÕò5é8öæJwºûiºÆÃ›],ç1Ry~ˆYøüy3èRöãù¼Œ­èoÎÖ—Ù̯'jChÝÏçûQè·Åk#¬|…ÜBot&•RÐZ|Ô¢ø9å÷¢ì§£*Z–TNJþ'YW½×Ù¿K’ÞÆ§n ¢oñ·ÎQp)¼Âê·$sz{ˆjÝe'ÉuµéP{;\4`ÝŸ´†ðÅA¨¾ž¿`õÖØÆÕ©Kf'ðH¼œ`!•{t6 ¿a‡1×B§9ö“*ò›+Ô[U¬>‰=füýlý¥bîBoi†úT|ÊWónªí9?{ƒ¤Ymä][¿3h/E¦óL¢ø ýï?´·¿NÊlÖ¼ŒäSØÞvåÍ€i”'ÑOíÍb*EjUq#m輪A†hQÆ®×!ÃÁíöú³ÎŽs;ðÞÅ=|Ût—•ùn¯u;¬Z¢7ö)×¾Æhæ6ž¸@Rsý­/”fV¯4®¬³{Ǹ¸`0»¶¼Þ^·2ýv§ ÔÓrœvMÑóXaêzuÊïÒÊFAêך»4PíÇwtUû‡VÑBô4S;{Äx]Q¦sk[ûñ\ FãgáÏ:awª­ªÝš‰üül NÍC¥ íl -K“ç~…ø'ŒDº:]‹õ1z: PšËøÍ®§õÜ+Ã×öÒ‚Þï:¯ -Ùö”qäwÐJ‹6ø«”ŠÅb§õIJË||Iy< ë£éÛTC4£ÏX•o÷˜ÚšªGåŸÈ¡úBl;G%jù—višsœ÷1P=…Tsï¯<"Ï^VÞ‹„eñ7Í gÁá›O/&|Xfrp¯lŒÒ•ƨ|аŸÃüîßî¢á¹Ä´¶­ýG(M רQ¬RÌž15o #úª‹aD­¾X󞓨;ñ°18A•{BD°@Tƒ†ËnÑE‚ -:à<-ýõ÷¦€mTÿ¾àŽ' ‹m©…t^-‘Á -Žìú¯r—”ø1_ôËÍW7l“ÑÙ“»ÓGý†MºPªŸåNìäÎ -K/Ùºõòî4ÿD.oWÚùzœkƒSÜNiçÚãþ¡*ïíñ>Ëlš¤,™mƒUŽÝq•ñ‡Š‡FKô´;yéÈ÷Ÿ-8 já|Úþ¬³âöÇ|ˆPåwk‡¾o7½Üúë9õƒ<œè ñ™î©?Ïy¬º¢–±|`—Ôºú ì<8œÌÏ’18IhËG‰c…¯žçâ• Çñߌü¶ÓïÛІn¤“£a7®…^iKHfp~™î^›¦1¹€ðwŠw,ï£9]è'ñZ¨[ÈÊþª¥Yp:髎y…6ý+Ïg­à¾æîÇ=qF"õ¬²- —ô°²ƒêlÆ/l&ì 3Žð",V §tq‘ñèÖ`˜ü²yË*lÕãèÏÛö¦Qþ¨7< t^s¶ÕªŸ.Ù²Ë$¥·±=,’ì¶AË…Ãîï›Ój;6ë•GÁ0ý¥»)ufAeØþSüHχI{Ÿ}'ÉU©\Öªs!ÛY×;…|==ŸQ·Ù.&)ƽêÂî¸{§ã!]»ë;~˜‚.‡É `:,6A6ý&^å}ä¹ÞsÝÄÝ“Ðx5Ÿf­ üS?§‹Ô*4Y/¿`©"åøÊv¹|_%^é W£Q5ÙºÛ¾îÕn¦™;éð¯ƒ[ù@k~á™^‹¢G}ƒ¶µtm‚oÝÝ®¿´Áo‰ÍúÕYïoÅi¿eöŽÑk™qE¡?»úói*ÀêjóòЦÈ{þ8>ìƒåÇzuk‡Ý¨¹)1rЫY—du|:$VSA,¨x¬ìçH¹ê/÷ãêáç°‘ÿ¡…Y!þÄ#£÷yUµ‚pç³¾0ð£È#ÚÍgÞ“ßðs8$Œå¦Óã­¯òûœÎÁ‚ë6¤¯g^5vä¼ F/ÕÒº~ÑÁnN´íëOÕ!õ|6†ö`Ežnï‚1ø9¶YäHa¥Š¹ë«méå™…d½Es½(é•*½ÂZw¼î‘Ô„"Áhh=©ÊX¨?ôþdt£Î£!“fÍaKd ïeû†UÍVÖn…»ý‰Ð´´Á’¤ÕÃkø½ÊÓ¸‰)à[Ê;Œ®ˈ‰©‘†¡ú‘¿¨ÈÊ*{ç@·"õDú|µ>Êcª\ZFòhØV¼Ñíkõz¦²ÖbáâN«9 Íé[ø[£Û*V±àŠ'eá!ú08Cõ(àux&ÍÐ*\íé/ ¡¦T‡IáåS­¾¢.»I™¬¸ìÚ›²\¦õÐ(Cö‡×\w¶Ú®Õ;«pK‡pŒGïøÚöˆÅøU9ªøß–´9ÃÑI¾LXû¼NÊ$Äît©1y¼bþÔ×ø'à0Íü>J¦ül€t:Í»Ü9R…âk©Vuá%oö× ±8SGÎ,'¥¸_”y胷,¶‘ð”h•º±U²ˆ í°yö?Z=}xøN¼»´¤x;RÃÆcµ_yÕ¶/¬ÌÕ»^ï;d!5ÖºHLp<™·Ûe…”‰<½6ßï“Ür§z…ÌÅ»ü æ(¾4+â°Ÿ’÷f”áu§a—¯»_ÆÞ Â…nçQ‰Ú)ƒž³ ~2"Wa.~_±Ô!Ì­²Y>o$Vdñ`Õ)ç.vß¶…Zøà|N÷Išr4iN8qé•4½>_N­Í\*#RFÍ­â„ØŸ4(.0&‘‘óæ-X5õ­×ï›ïgË-uõ³ñIGšý²JJW «ó¨l/Ö¨ž£˜½V{•Û$ˆ¶þêõÈÎfÚc£˜úM=®`WÃì&ÖÇšcƒ’9žx>,­¾õ&ú5yí—ÙÐÆ7=í«Dµ­Šü?Ô<-¯‚Ñrý@hòE„A93µä|Ñoä£Ðtí¹jC71ŽªQò¾É.Ø9 1N4O‹Ô†0±Ž·‘§MþáÎ’ßÕ|ûØWm•w”Z¡ñ·5¯}:¹*³µosåo1¶ вôW ˵&D¼ì/ÖkßMÁß5D;ÓÉ3þ N{9…Õ§-Ÿ$þkwˆï˜/ÄUõ+¹ï8x·æ¬ñyK»’LÔ¬.»^YØH´~ã¥FÉù͆nm2ƒ¬iáí'…¬oëžù’¤-úεP΀›õ\¥Ju¬â˜Ï:«®àìÃÎøß¨è•èÞªaþæ „¯éß•1ù‡"L¨R ^HÎ%½~ûé±ëæ»ßI»Mqa—³í;=ì•ãõú"üæºîJ@#‡GãúœçåX\½~j8¥œÙªžòô‹wëxL¶a”u…¿¨•Y;tÄÀáŒä65çå߬7 ñ¦½W /š`õÖ8 „gTÖÀwr"¾­»êgTµ¥ûõqNæuJDC8/¿mïæì•d¹„BÃL¿ùš«2}5ùâ½0B3&2GÕ—7߯,“PùM'Úhù˜”úìâЕ©jþ¼e'òwÒ´w"’vgêOöä|ÃsUr±4õÒÜÔ.¹Åó‰âǼ[²us»Ž­(a5Èsâ +ë¨ÉÉ ½f5yd ãìßGŸAͳ§×é Ì5(‡«­×´7¾”7²^c$A·?“tŸÁ¸Z©nǡڹ&5ENóãðÐ,e<² ƒ-º5·Ã®?DïÙñB¤d¸…Ü †v±-z³ƒYo3W…„³žòÄ— óÑŽm¶uySÚQçm+ûô)BàºÃT#Öæ.® Ó¯[®«¼¯vuµ†ßÌ Di¬,Z¿6–kýÛ4`õ%v~ÆöfÌï†?ôpX˜˜“ª-7†¬2P,m¹FŠæÐ,š§GTrÚfÉ‹úÌÀT¿tÔÕ,Îú[ zP­ui¸êI¨Nd±F²y\ŒîAqZ˸\6çÁ¬`ÆÙ¢KàëóÍšÕjCevjÑÕþ®xL¹¯'XãªYùø¦ÆVæ@'w÷¾‰÷îßžÂ>¤µw¿lí6’)U¬ß¹À°ý)˜ê -ŠfغÛ÷v•²'Òò†„^°Y¯QR.ÁïlmŠ«ÄÞZùÿ¾UZK‹±C‡JÐ;Òé4÷}gè1 :»êkU=æö²3ƒ{³¶¿wlÀÊÖwb†ïeî™üuÔâc[Ñ´¹ïÙWaܶ´ ©—és»_¬´§ŠTÕ0•Ï©¯è‰Ê5ˆ²;$ z{éíóI-”× ñeaŽëû…¡­©R AÓ˜¯½ÅÎþiËf_b~ÇÉóë¦ß¯Ã]õL:ÍDEã-·Žðã´ÁÌ(ÿPI»R±$­_è‘…‹Ò€{õ9-4ƒãPêŒrÇm dHЀÛsûݺãu&~N…]ýù(“ÅnŠ}TòMëŒ ÿ^›Û ›Ú-éóy•Mï|Ê“x¬Ô¾²2ªÆâa°ØGò/{i•CKeVN¥Àér©Õ«îîÄ(ÈVË­òá)GÎKÛXœßÞ[çãýfÝZQýÈÉ÷9Pýcc™œæP‰îߌ;~+²V×XA‹‡k©.É1©¥¡;Š7(ŽIü„èqnõnöÊ—~:9`HW—¬Æ™x¿4è ª'X©y×§ÕÁ2ýLc5;ZÓÝÁ³DŸ]´\•¯ùƬn.«e´Mž5ƒ ÙaÊxìäQǪBÓª»K_ q„Þek " õ[~eòáH¶íRùÙä¯ .ªûø°Ó»7¡î´ƒêñG]:…3p±ö·ÿÞW6Ñ©+Ê|-(Ê7XÆ—-ÇTxdæ!3—øéR±Pþ ˆñŽØi©é-¬l¤4ö½ŒŠ,Œl.f™ÊÝ{œLmônÚ¯¨J@÷Å­lsI¹¡¿ ßßJz‹jÅÖôbr6îTï®VF+NŸ[õ½9ù!϶/ãå¶–t?T¯½-TqÖû²&1­Wã­åí9£Òiî}_æÎ «³¶>ˆ¶–‘¸Ó³IÏzç2àѨó´†K«Ü¦n&˜î2ú|× ëYô|‹]eXegîb»;õl\¸&ºsg£/0­Ý¼ÅöY+16*9¢ÒñKq ‰±{sän„ä£Âm=5OâN.+Ø´VA)pw¢öS·ÐþÎÄ@A#k‰NÙXô<ÔêRn{©šȈ~(%˜«ú2«'æƒì¨g¸1\½ݺ%Ð4Ý»3»ê˜6u˜þC+ó^½èžÈãÔ2—´ Ç”zb]-ß_®]²ZÏmDzm¦+ù|˜7=!èŸôé0f½RWžq€ŠùQ¢§½¥Õ}k¶”…GÕ¸ªcÍS+®¿‡°ÓhÔ Â¸¸œÁ÷ 7©­Œ•Ö:aãˆÔ}À¾l[qÑTfA?T¶ÅæP[_85‹”F½®¹¿ƒø®Æ wät½E³t‘h}"ãzd 1_*.JB›/²fÚ[ðº½ã=Ñ‘_òlþ[Zèìsì)¨Ä©Ñ•å²rÁÓ{¶kh½îàÍ^+w$ñ[‡,ïüKÌ„ÉGÜãcî²ð ¹ºî`³G -zI³ë üL‡;Ö¡;ÊC®éT‚´¥…cNÜûAÂâ½á•Õí.9›ÙyÜÜPlY.ï·¸Í@¹?•ˆ¼’‰mºÉkÙƒdÂq¬a†wlJ$e«½wåkgìÛƒÓí*—$Tû“`fû>ÛU 3©¬ºŽ”z1I[ #+õ›Î¥dT\ÓœÑÈÞŒÈöß›÷uó­êñ(²Â.Ãk¼kDÚÑúvi5* ……ʕ֧c'ÁNoJÉÅ3ÅQ÷ä@H+§ÜXR…Šiî¡ÑÙ¼9M.œ˜9³4 =JÏ„Ü÷+$V— ¥¥˜ -lÙÖœüDlEÖT‹»Ó›“:_¹L»Ô?Dö¸\áPŸmßìùã̸ˆ©  /V#xsf¸”Ú˙ܺ?èªyúôüvè÷þæóûêµiù-¡Ø, SÓÁ"vn»z­ñ—Ä jǺ}ÉÒ:tº té©D9hôêLf~ÛøÑ÷­¸O\Ìù°…¹Šè°5C®%—ÝØË®ô?´vjŠ?×W¨“µï} t(§'w¿ßæL_­:vy`ãe’Ÿ‚½ò1n Ø"ý)ü* BÜøžÌÚò±„-­çæ¶(e'“Ôm—Cë‚Ó,d|ÕCŒ£IüÕƒÉü4ÄßWí%•Ó8$ݘs~=¬ÃF‹lx$Û>k¶ì°Öç¥0÷ÌÃå݉+Ý_Äý”¯åíµN÷nìïÚ\¨ë -!´Åtróú®x9ñ~3;ƒgûñùQÔ§XTØÔž¢ÄѸæWL7£  -Ât[+hÞºbþÙŠœYËÁw' -÷ØÕ‡ ^!–,¦ÌµrÙõ‹y"£OCRS¼zìöoõ{ýÄÎDývCw79q®¿'Mª¿]BûæÉªí³¡½:m-GÖDG>“L}—3ÍÚ£Ž6žmt1ƒÎCÚ?;ìoþsH¸Ä÷3'Fþgn„GÛÕP5Ê“ÖñlDÅs¿'¾kîîïnÉF^c{XekÌMatª8µI)áf~dö“ -â8Ï®_VÛŠÚÒÙøm ç·n`·WªÛÞ.'1-w\ø:ä¬Ѱ5J§y -g¶úÊΉٷÿ¾°ÉÞÝ#S\˜†Ÿ[M‡ìì„ÕoNu¾ô } -óM‡vÎÏÊ̵ %×9IÏíûê2˪¸–“YìXÉekWµþã Âwv%%ÏNû‡Öù »Dˆ]ì—eÏðvgḠ‚ýœzŸAãú•t\27×ë]Í´š…'oYd4wšA^Ög±jЫ^JjɶY£Ë„Öl€ãìÄüŠ—×Ká<(àW_•ßhnºæ±>?n æôV%ñtÃýšMåšþÚǨo{÷×µb]ÙUÇé_Á›o/»­6'ù0ÇeoJL÷NEM Ð9­ätæ]]0>Mê­’¬Bo[c×FtºÿÞ+/&À¼v‰ Í…4· ¦`TGóšiäÂÝ9;¤Ë.DÁ-]7‹—ã rs+~N cU>_ŒžŸ¿Õr¿FœaÜ3 å›Ï õe6jˆ^iü¾&ïŒ3äάêM¬]ÍËGmLVÕ*ÕZ››·õ9A.§íÐæ± Úʦ9¸Z0ù’2p%át†9ý䪬‹÷ksW´eŽ×lNÇ;Í ›ñ˜ÜÊÈøúÍ›è§Tà¿¡C÷5ý'‚šþ*t³»:“9Õ“fû±§:Î87óWãåÅæé4æÕÔE™àøm–KVèŒsTuë%³]E«‡½[:Èw·FUÄ“»yæGÞ\é¯z¢//×W™Ó‘†ÅNíÑm¹‹ûRpTí´ð^QvïÁòé,6µ!Ù_B,Àã<½:wí”Jësh]‰r˜šBÖÜÒ€¥`–½è_ci‡ '/b'’ƒ¹R—‡©²à¹^#r¾òn\õïÓÓ¢ÛÐñg¥ò_O³ “Ó#z9×%³ü¾xÄ<þ¸ÚݰUõí ÍXGØè¨d–g½©2ç²ñ ža;U„<’ùLü%ªå‡Ú÷G¥ò´ˆúF_!œ3à^·{ÑŠálÔÙNòŒ¬·‡åÈz:kÛ.!·*éDx/è[{qTüÆbŸf¡¬íL'ÏTråq½§Áý€w"ô ì3Jüz©úu+#h©Üe&™î¦Ðž,x·ˆßÇ4gK[¦ž/fZÅß1‘¡=5™©?ŠÇ¾èÀ¾–ÃE©B«hp™\'Æ š}·[0@µaøÔf²TeI[ìïZxÈ.ÇnŠœqÍ,ÈØ×@Ç£â?TàÚ5`ÙZV^­ÖWl9èL ø¦/ -f;ü‘à,öÊ ï¥>$΂ùà©¶¿m»©ØÒh-ÐßFÇÑ*Ù·ïo¼º^s¾ªÏÕ÷»»wóŠ ƒôi|£æ½Âàø§xÔ Q‰ªl6½T¿«`JÖýUk`±ëÓÆ×L±æË¡™Öçä@6xš¹øØ•i”g¼izÇbè–/)žˆÍZ½¿õ`ûÙF¾€ÚVÛøÍ¹O[h·mÂï›ëÉ{P‡NŽFÃ,Ó¿Ä ;CŸ±}¾=/RgØjÝjÚHwŠyxqòa&?×À~´7m·‹é/òn)ÆKÏs¥=+z7Új¶ÇØËVÝ|Ùn~÷zñN嬷öªDà÷é‘vLö\è—{œU;drçMm­sóÍx…ûñΫ ÅöÞƒ\žÃÛ?”æà:á`t“"ÕªT§éôBn z ° Ú]’.îa„» _ÏN~ ¦õŽ}S..*‚ጅ{Ÿ£+Z’ÔÍ­Vo7Ùsõïû—÷-;y×ú,®:¨_­6âr¹H­¦±%ìéJ›Íîwµ[pç“ - núzŠËí2÷™ù¼ªýžûqFB­@>÷Ò= î} HìõݯrURE©à^ïbVtÚGœu÷U¨ÙÁztÁŸ´oÞ\|³µf—3?ù¼`wúº~êe­øÆÂÏÜ‘sËCÝøêñ»É L®:^¨R‘»l:ª àk8…«‚ë}/}^œyqh¿‘k}üyó*kç©0ºk*Fƒx7µ`v®2®üX»Øü­¡]/nÏ!›@ ˆ[LFXQ!VÍ[!ïü,ßI[](-F›Åôè6îrP‡õ)1¯YÏmÂʽÜu+´Ê"êV>ÁÉ+í½¸Žáú/ô"îŽír'ZßÇñ‘¯,¸€ *Ò” zѽñ‚çÙ0§qe8bܨºÝ«Ù´¼{úáÞ½ÔrN¿J"pиöþÖ¸ë¿ýÞyÇzk‚¶?ã¶*ƒ)CEá«Í3‘è*­zp÷Ò0r¯!í²»k!3ëöÿ¡xysȾøÁQúb°ZÑ%kè °%z†Ø’„Y_9ªƒË‹ÃéXÃéÅ>ôØÍ·õ‚¥îÐSpGH5Þ2scŸm·AhRÔ˜ºUÄÒ½¨“ì.~ø,êD^…Ï]0»ý­ÊÓ “Ð]y¤èûVÙøoÊ -VXDÉ<вWŸî˯(\ §Fb%fiwÒJš¤ùÞüCåÞA+ÊÄ:žOUw(Äž5r@õ(©7:Д¯?¬"ÿ]^”l{Є“¬»ÒI¥oŸbúƒ‡ pàYNx²/RÚn\QŸñq‹ÅÂåZ^’p_õ:f•wAúÞ`³¹T §†Š/¹ {a¥Dí®²ÿÑô•kŽk=³W0a -ÚŽcÇÌÌ8ÌÌ ÷Üû=ßßž§;Š–ªT5^–ÎçÁPǾ٤]vßWòú¦WFw Ó: (lðëÔ,`@‘©êGërØ;¶þm˜JÈÞÁžŠþr0¶fT… ‹£ šÿ²;ž/izÞ¯™éÝFÒ¯™8Dã¨ÖôsRSß°µiö‘úúI‡Ü4àø1²]²F "¿Ýûý‰åÅß\º¿)¨±ÞØYÃÇÏKîüKö[n´å2¦Ï×襓ùcÂ5r§œ/²ëBr¡vgDû«ÌoAÀ3CÓàÛ›db_›ò2]½ÒZÊo¼uœå,­&OagÐéÖs'­%xápjsHýyÐÌâä?ày;—|ªeÚXü×ãÙHl3]O–ØÝçîwn “ë8©’ž{({Q’‹Œ¡µ­ùþRóÁeŸ‰-Â;”l5ð{ÏE¢®' Qý@Í§Ž¥ Ï. Ü7É@O.ÆaÒÚ|¹È+yR]k…ähLP ôolhÚ©¶ì|‘•þ2à¢ùô¼„¯ò -öà [D¡÷ Ä E ­sòPzó.-ÁPb$©š”ˆ®#qk#½9 Ÿ ‡ä¢MÂs³|ØŽÅp«áp8„É¢‹ÁaرH}|;¶þök¢G­M$˜K­üü -u¬Š±.|ÈÆ©!?£ßïF Ú—jkâSŠagS‰à4Ù ÀÄžD5f{žÃ‹0Ó?bj>ÿj,žœ˜ù`»Iút˜Ä~ÜÉH²ÓHç¼E[xc¦Ñž%ÊòœEè¨Ô+ßÖí~l)½fØh´R0ŸFHR/heÍ3«¦áZŠ<¤ÙÙÙ™ÜJ[ô}_Ŭn[vì ¼aMo]'9;_•Á²¬¤QU;Üí§@ÌAÆ,_ò‰{z¯ ¿Z"àÞyìå4àNÏ*ÙTºV-™CíbT{y½§µþ!u‡0—FZu“,j<²ç# OÞE µ' g +“6\;Ì—-¼ŠF)9rè[ÒH²põ’Ê´`o¦WêA¿dfÌ<Õ0s¶Ù‹?ÆR¤¦\Qkí£ö©y3 -–[ÞìEg|È&÷ó±²OlgñWÓ|EÏ¡‰- žnõ‘h».¾ƒèñ5È+Çç¶@¥OÚ†}jî²öè%D)þ¢Î`hÙºV*×Pk¹nÒIØ—‘ÜòŒé,Œs§«(äüK%7ݼ™@»ÜÜjžÞ;àã&’ì¾örg®3,2v½Š4¶šU0OxFºmrçÊëW~x¿²VJúÚ%‡îñ5ö¿“O-BŒãåHç"Ðg«S;p£–"Õ\ïôÎm¨ùì@…S}}—ÜÓGxeêþ=yfð ,AlþıhçägÝ*RÕÈÐúÅz¼Ã³BõÁ•ÍãòmïfWýÏ%¥ï"Ð{§-q—R«Ù”ÂÃe;kµ¨iãþtñHØÝ.)×™zp©V¢tΓÊ\–‚^ŒH"¯%`Å{ÐÁEÍ‚a˜í¤ÆÔ¶ÏçK2s|Ÿ'á.eÄ£=TJµo¨`“Wu/ÅÓ ÑŒÍ¶Z³ØÇÞ£¸±Sö0um}Õ!•¼þî,§r€^±³²ÅËRÚÃó4¡†ïVá•Ó>#õ¥é2*DW½<™íŒÂÂO(¯±Ldðà̺M+ÒaYŠcÃ.½‡ ;¿+UA¢Y>ul…iè¦Ý7)>Egg´¬¿»§²îð&Wéž9¸o ãÔXñò$ mØÃææ)u{àjíÔ­¿ÅËd¶Ž¯d¯ïÊÜVþõPÒæÖÒd¹ÁUݦɥO«S]³û_€¦@ö+´ç¯D4þbUšÍ£ê8`ýá"îµÜŽÁÒÜ<6,@¼oÑ9³½õ´…†&óšÖf‡wûô6ÊêKÑ]6÷…£3¹„žŒ0Û2›¾]eϵŒÇ6(lLQ”3bìà«Ñ‰AsçóšÃ)Ï zÊ¡«›$2¨ˆ‡eI| °Ø¤…¢Ñ§°EŽ5Êñ #çuƒ¯!l„^ç¡-U‰ -¼x~ÌûÚƒfÞ\zâm×ðãÍ3–F= U?Ìlá÷­ùY9 yʶªÆÀÿ{§GK¯›tUÇŸ?iÃ`3O…™åùg³is({­GE‡á½3ÿáuì?Ík?¨‡=-ÈôÕÚ‰!zŠCaÝUUXºd »ꆖWyE@²ypf§¥¬žiou‚’ñ?óð)“Ý1ë­°ûÔÅá>WÕðým1“ð~Eþ<°óVnÑÙ©êë½±±.£jïñзԇ€B]…p+±|CýáÓÙ6›àǦùq:éªBJ’Ïïú"Õz¼“é‡Ê”ÑA*Ô8iå}"^=ðúý¶•ŠKPd´O7–}ÝRZšfËü”%) Û*•¨NÂs›*12võvŒeūܙÓ!–ÒUXÒUö%RتC’‘ÔúÛøi7Ús¨_>§aá Œ6º@Á7룽lE“¼:³oùfÉÄÇßt,8ª¹xÎ -1P]ÒÒíOÒèGí4×a¥£w 7;Gv6ëéýˆˆLóªNÿÕ„´.•åwÞê°S×O¯¥>¢ohz?d.CE5 ßýde} Ç`o™›“nÛƒòJÉ™2µ³Û»¦¢³o>ÊÍ£ò±sM\±B'›½‚µÓÞêß÷{,VOÌΘºÖä.¿EóVíÞ-n²À¬æï—ÉÓÖ³Y¬¸8I%mÆkófû¤,OùÜåM¦mH覧iÍÍQoÍœMœ¿;Šg“u[ÛÛ€Ž¾Ì&‰âè&ëTœ’=æ¬~髯³äº!½à¤)Wµ‚Eý,dT• IÜ}èníÚx¾Ò”àÙ’™rÝçõBgšÉVýCœó±Ç¨teü^¹rÿRuž'MjysÐËV•N=næØ/8p.ÏyGÙë¥bÄu^CNËÞfJ¿«¿¥ûÖÜ£¿;´×!ÖžÚƒ^æ1Ç —v©ók¸ -7¸vóqß»KŠÜê¯O&˜u~[*†G‰PÎêu_ê¼7Úݪõ›’ ^júë²ê”y¿pm<ºxácÑäVó‹Þ}‹Ø«S) IµáÉ#¨^—o³)sWûèiNFÓ}°o÷«:™¿îh>Ü‚q˜â&S!x:på7Êç»^æÓééwŸØ]Bê§÷gÑ+ãJ5‡•ÖmjóËUÄ‹¶‡ -;T³yäî•k:L×e‡sİ,eg±é‚Qw¥¨™ä{ÁÍ+™ÝÊ?›4sLXÚÁD$'Ãí5æ½®rå³ÂïÓá¤0é;0÷µÌžÀè`uctDÌŒÃm7€jÒû\PÿtÅMÀîÙ› ›j‡—UT©’­Óm5iW¬êZNß…œJF)“^Èíø©Tnìí—l—Ìß[œ mb—s³ÚŠ© uqnMFX.Ê=éNùõŠ•­ã±‰æ›÷`!5»±, \ìP™á)*[nÐ¥jÙ’u¾Zõî<ÐY‡·S„ÆF¼ê½ ¦[*tr8²Õ­¹3Â_‰KMRÂ>h:ÑÖwú¹ª,ÆfÕ•#?lD…جB¢MÂï;1¾[¬q>œýX@…„2TԪˣ†w¾ t ³Ö@Þ¦i /™»õ±Å•3V _0.æ©$ëRÛÔGÕ6j>Ù|B®ajgÒ°^³V×k³Í>Ž´^ €Ëò²w–Kcªž{<⠛չεYAåm¢}^ר?áï)“¯xdûÞXøjš›M;"”j£o›Í«dås]/‘yÑ£š–~ð<Óœ‡w@]›ÕXš©ÝêìfÙ$Þ²Øas¥×åÀÌͳùC½d„ÏdÐêîsJ:èæì~¥ë‘û \à÷Am7\-ÁÊfëzFmhÈÛÂoº‹®?uÊ5n©ö•ðªñØ!pÖg¤©7ö3‹k—ŒkxÐÝèNR¨Ø“…û<ï˦·…‹J.q}ì‰õhã•gè¿[¥YÐŽ -ÓˆîÇ…>r V÷·X ߺ˜g£ÅHNMïl‡Ã&âËX]¯…ƒž—6Õ;bKý)gwš{5«Ãf(\÷3V€ÜÂtW¢‰­í¢’u,ä”ÉÑD-ü&€*ˆÏ­ëi„õYÔ&¬óKè%{µÙbŒ&æç,ßeϦvõœ|©{|ÇÚM4˜ŒÜx_ úØ=é{pyâîáþºF&SÙ­¡H&¾©u­n‹„í(:;5õìÙp¡¹ÿ+=‹ÝÅaii’Im[]”L¹ý8Â4`ËgÈ¡é|B”yŽF…†±£¼p²aTð›”…ƒD…T¼ø{5Õ»9pæ§fË&P(×¶ìç£'`më€M54šØ‰tÎë;óí7ݧDÑÑØ5 :o™Ý÷©‰ç9æ>ŽàÐ ;Î[úæ£FKR›K­b hæn2Ôî/±'ÏBxä5¿eÀàÌË•I·«¡×Và鿯m|DÚžw·‹ˆ ‰“›ëKhÈÙ>¾zîdx¤ýËåVQâÀiöõã›Ã^%Oþµi40, /^6ÈîlJeB²ÍÄî5eàÍB±`{Dy%‘f ¹õD~ý¶„ufÃDÕ:3UO¿úAf÷5Ü÷Ÿ‘®]™a¯6LÇ·1e¿.ÞAºQ¨ºÜÂôÏÕ#2ÎüVX#ÅÆßMÑÔEä¹–¯ ¥„ñ)×¼W³œ”i­­þCøa®?b3z&úbPIï¼£k­ ¦KÒÚÔŒ{keªØ·i–À@)>¼CèTUå²°…Ìö¼g–=ÌÕ²é0Ò{ÓÒdnÖµIB}˜ªŽî’Éæõ7 ¼vNŸxš?Jñï~ßµYòºS‰|’tݧ¯œá3¼åµá£.ïñ¤á¸´ï‹¡ªvW›÷p{‘ͳ“¢Sí&Dp“IÇkB0là;ª9Ë…ûI܇Y´¨gãºqµÖ%”t²Ù%±Êµ*É@ p‘zg)W«OZés3Ó5|.¥/Ž¡­“qàžÒ›ë_Éè«¢î±Rï‹Ð aÕ‡[<@ϵ@å*} ˆ?h{ÆÒ€Vš–{¶#rŒÇ£ñV×50~9ggf4g¤›åv]qMGã«(D,÷y¯{ þ&ús>q±ŸSµ°Coj"m‰Ñ¶¾WdÌ®Á½¾ÄsuËw¶lï/•Í_Ó\*„ℼÀ`Ý«ØÐ~¿v^Á†ý}rð÷¸è3»ÏÔ~‡»‡¡Ê§º9›ÊgU5‘½Ù‚–5™‡—uübÍÙ´£JçÚÔ ²l¯™ÑÆ!ß…ëªýqFOwîDé€ñ}=½ôK"F+{Ü Ñ`Ž6~Œ-3ü^%qŽ•lû·Ý+–ß™­[w»×tV›ZÙV·Ðc˜ÂÚ†ë…>°«/¥‰ž1Á³óÑÖ&sd_m8tÍ;Õ¹? ?^†Ä$‘®¾GÝÉ¢‹7Ï­ºìú½Q ¶ýÝÃØ®øûy¤Ù¥w°€Õ< ÐÇüâí ¶)ù›kmØK¯`•XášãgÈÏ„žáŽEÝ ê$D½]næªf_±¬‡0Œ-[2ÎÕV–ÕÃÊ~üv"oËWß pŠª»f=×Ó';•𮛞Éù1Åz1Xû¤>³Ÿ-kºþDÝv7W­Ùk ¯‹H†o–ȧ-ü^0‡° ¬>+«Ð9HºO¦Æ‰ƒü·JŠ?NÚ«<”àÜÝs)8¶<_hæt{øu7§–Ïͺá0œ7ÑFÐÿškƨ{O1\A£2Ù*øˆ?€f†Í}uMLNö‡Ñ°!󵨯ۿ_Í%êúˆ9ïи7ZŒ;ØŸzg<,‘‘^5cåk£~±]z&ùµöáþ_˜~¦¶’Эœ.scöŽi§ÖOnü!¹3ßúrfµ:KÉsêhWâÑ×åÀß…N[É©Æ;Ù]öCè  GnÁˆÕ@©1[äBWLÆz_î²4k½2›'6–½xnÆ$×°S¿vÇ µâS³ø)8dh9_|Ú/??ÍÜ-’zjËœäEÄ}Ñnæ“(Õ‘‡gqk þx^óÏBÑx_;ík -áno÷)ß_NërnÕ¿HH{îs Ûw/ ÞÓº/HÔÞÏ~ã·ƒ¬PÇxÍœJH$QO·ì݃RÏ•X‘){lìãûض=XaÙÁ*qèNœ² Ý*ð>û[V2ÜÕ‡/øÅ»wþ!Tx£½û ÊØ/‚Ùü…™óË'â!Tø3³DXƒëhC7L“ÍÜ.ÈŬ¿î¿N°¥J°S{w:0±?ƒíqµ÷©¸×ÓME®³3>]ð˜xR¬rÔ=™¹2œ>©Ñ!ÿ–·ÏÎ[«áÃgTíK¡]I»R?wð×ë®Ü·@ßܸAö„}6û†JªV¢d¢M4ãÕónsÚä >4ŽÅé?÷$FÎ) ˆGÁêb¶QPåój¬äèØîÝŸ X˜Qãð¥[OïCV-í¾§Ùë7X¥Æd/æpgć&6y8ô¬©¿Só`'qd†5úÛø™l¢mÝ…§X!.§cÜÖEs„± °tÌq¡j;ƒàœÈ¦ד\ÒæßJ°–°=lÞ}¥·¸ñÁ¸IŒV7Ú7¯Á²Ïµm­47b£"‡0rœýCÀ«ó¤­üw (íæziùÈ*Ñ>f–æÄ¦S:ªÚz°óweB—ãઓÐYôoÛ‡‚ûVß5îÛ  NM*õ!°„àÝÿH05rþæ\YÞø[S³”Áλw¡*{½Â²þc—°_ ç׿‚º¦÷Qê¾üó²Úd,“ÖÎý™fÔ ÊQÅœ_úëñONc¸ySŸ¸íŸ{ÃϹÐÍO…ê3++`íчѭ5ÐçŒÅ_ Š— ò gâmÛ+ÿê];ÍgifTÎŽž4§þ€ïVþ Ô‡ùÐ9öÇWÿì±¢§wWS¬ñ냭#Å]ïõB5]§*:ܶ{ðð ËÖóÎ×­ÂSÄiâÄxá%î h£æ¿ûľ@¯ã q$ FsÆâ~ìBoIùQwE *Ö¬§àõ¤-¹ÏÏöïìqÛ]•Ž»Lð2¬ýöÞŠ¡€Qþýc˜vøÝM¥‘án½†Èmª4>±5"‹½v¦,•n)M¶Öð½—²¼¸­yÓ« 'uÛW¿®{ìôw²þv×"£SÿŒÍTEÔKæ?¯ÊÅVŸˆË¯ûÏ+û'Óv«{«jó õZÔœüÐÕpxúºÆ u]hUm—ÞÇú.(ê#ôÜúÍèò„Wsc­å»ðÈì¦\ ßÛ/k ÓmÊœÙüžžÁÞ~r|­‰¦•F¸|_ûN„Ú¸ô¾…[ßU\š9@PtØ]5ë~îª/eÔ-mâב§­TUU>&žÕ?…·™•²£^ÛNËGÛÏéœÂ²?ˆ+å`çX7€(#Våy£ŸàUˆp èL$QÍU&†â'h=Ò1¬ÁX2“Â¥åV÷`K 7m– ™P 2ë@}ûÇ_÷µ‰{i<8A3ùa†Ÿh·ñMÐ?+ñ«‹„{U¢OXæx°{Ód¿ÊEQšøŠ{ôjרBkͯèGX½3ΤHjÕþö%¹×SÃdm,Üùºó_…º×3 -¿‡¹*ú.%)t®èLo°$i8Vn…Û0#ê5ÓßT £Ù²TÃÏL™´f®Þ-ÛÉíó¯ýMÔ9?JòfGßÕ•ñÁ§œ:\Ð>á…‡1ªÁ¥»n“ÔÌŒd w‚xcÑÍ&N,Àºïƒ¤<‘.~¬ØÒu6 ޹øâï÷½ ]é-\ÎAÁ0Fe·ù#¢£ 71-n¦1¸4ޝËÙæ§K@±»UU¨öêÑmúo²»Ãªé.ãcµÉ(IöM“º´}¹9¤všYIÏÿ¦hþ!dv9“v좎߮JOt4×o;þúó¡¹Dµãgõ”Þûˆ_<ð’— wR°à×ÞM* o'Ykº™A_§s”×ÞûüM1F®ÿmþòëï›Wè ð Véá»!]÷êêák€-­®¥žü \i•¼ê•¨²Ó‹2pÏ)ëi=A!Õœïyòý{ÚëŒö&¯E¡Ž7GoÝšŒ›k:ÙOJþÄ÷ïÍè)¯ºúâ “U|ZÝõlN´ÞÓu×ÜÆ{®çÇFÞ»þ½².{<¼«Æïœ²¼åë'߯±øo?Zf ,PI‚>ÖäoèbãÈZŸ¿köcŽ.Lt9')•Cî•(îæ:…Ð|;¡\길à%pGÜBN4æ› P*êÁî5'œÇ?~öÌ”KÛ>KxßÚ–qtºtö.OfïF¨ÿÔhÛomÓjÁ)¿hTÃú^ë-¡šÃ›a@ÿÙ^ÄÇ6’gèŽÓ•f,¥ŽšI‡8¼œ<4ȺµÊ -T6ãæR`WA;÷OÁö$6tJ5䵊æ`ùâ-ÆlüYî€Éý4Œ=”û%YRW=ÙßbÚ?”Ž’ž“YBa®Žó¯=¯õÌÖ:¾1ÇÝ?¤¼ÖRC—NïXçï!°Ö*¨ÍNß µF{bóóØÈSå’ú5åCµÁ¦|Üsï>ñœL=hpNLƒÝu婱  ~LPÝ*‡e¹‡¬ø.hZÄÿ ´¥½ Ö ä‚N•Ñ –˜ÅÀtZ¢ÜzÅׇõï3Î~4^iÝ]“¯È™­ò.#«í´ª,uà‡Ù·1tfÅÁ¾Ð¹‘EGÖ+C9ŒT»AÒû €ö/¾FåãD#†ã>ož‘–žõœ«#/Q²« w“nGëŽãyãfˆ[-ù@ê>:ûpæ] ª¬ sÔ'ø0"ÒÅ?„BeBµÖoôÊPo=Úóš½s $Û»Rù"^.κüj߉łÄD˜zKødV¡ò¦ûÖåqå‚×]iÑ¡®ÍìK·‚CÖ¡_=gt —ÿ½Í1ßÖaµrý]Ò†¯Ò>ƒÄkœOà™œÿ@¾É›ìØz³n5è¼uÈÈ'6&ܹˆ0&vʇˆ'¢AP¹‘–ëiQÉÞ;Š£¿éhð·‚_—Yô”ø)ØW½xÞðý‹WCh¶ºßû°Úqü# ¹„Ú_¿÷Æþ¡Â_ë¥Û|ìïÍF毒1„ÀÐÞ tKïú/à[ûÿ.©”‹}ë¹,³†ùi5¬úVäz:ƒµ¹ºøf=ßcû2u ->š½õÍoS©T_“[ÈßÀ½Ÿ¬LûS"„ÁÒýa½©áõ´ðb>$cÙs¥Hêß>Pd„àZ;6鿯/O;‹zµm1‘õ>üX¢H#3FáI§ú~¦šËÿ “^x]¿š³øúÇO9¼ÙŠÎÉÉÿíG^ÓCÅ[¨<Šm±Ë6qçíùó»Bü„FŒ‚Qů -CÞ÷|ÈÖàr&µ*‰õÄÛIù5¢N:ó7(óÈdù“ÂÏWQcº§7/þ!Uíx#tŸû)iû`} $Ú®ÌqÖÞÆ ¤ô· 3Ó¼Á®d¯6¹§ò¢ ûw’•çÁ¦É«=Ný¬-3Õ¥¾"¬ojî:¹‰r³$<Ίi¯`³ø.ƒ‚“‹Æ×~9ýoc4¤^Ì~Õ£ÜCOÛOЧ®²×&¥ŸÜ,NÁ'Wmd0(Ï'Š'­«†³Ù›ëqT¿}¤ -´ýÃ_üqDÌ Úù,Î%$ÏYZ©æ#ºsZŽô«Ë‰s=V›`,JÆ—ž­ã;5³ÐÚ®t´„2ËÇ!Jæo¶³³Sˆ_ý½õpê5…Ë_G*ól¡Ç=£»îb Ä•ÔÝÌçèÇÁ¶P±ÖmpåØqI`ÚUS ¯N­Ô£¶øB÷74r'½‘š+¿ò9qNÝ$šÐÈzöû¸~|Äqkîíû ý› 9E'ZQÄž³3†n¡lA©c¢Uw™4Â0ðooà˜A„>NíÿžÅxiàÔˆIm—‚eÀs¾—Ù5Òº©ƒ»a¾w‡5‰ žTƒáçS R§àr˜¯Ë\ÿ^¯~l½Ò`ë½èÿèñW>~ŠÑ°==’°úQù-‰EùLzË’L…ó •L9û çÔCý¥¥e©¼öíÃ$X·¥pIb¿‚˜-Wþ ”yYæ§,½ww -&/ÙzTOR%4ó‰ÐìÉ—Btï.«pÕŽl·,Fç-,¶±N6å@®<÷ÿæ'ÿ‡„û†i= Ã>‡†ÍhÒ$úg —Î_wV53|11Èç¥MéVî×Âgõ‚äÏÀF¯ðqO¼ù¿Ïô6ýu ÖNÔ‹\^{í¢’Ñ ³FÈÅ54éÄÄ\Ç÷¢°ÕÁoˆÄ¸ÆdA퇰+\:Q;°>¦ÿèvØ}æ“”Â;ƒ®„··ç|à½d|{ÚyŠ]žlªŒþ!5d²šâv§íýGÁ'}Vÿ̦ôðù×ÞîŠÓjÖŽýÊ74ñ t>9m»ñ™°°²çP¹ƒáÇ6êaoK>œo›^™t9]@ÃÆÅ¹dõëb>ÊÜúK4¦ìšðw£)÷õÆ-êì±àCÞ¦•š–ÄC{‡Ž%|ZÝ#:QýβÓo×êÙ06HúÊP»"ðõW¶âB®Ç·~jàúïMáùcý(2ZZã`ÿÓœ‰pü«X’˜ËOMõ‡DÖV¼'ªSMÛ”´ø•®^¼PîlÊ{kÒ€¤]+dÖhç{L¤t$æù,9#ÅÜ(l·jÆù4;ebài­rOESÿé,juç;°ýƒ$ë$Ū)®~VŸD»êö ˆ"ÚñÈ:þwð-Ù³IóŒoW…\ìØDñ¾õ«<_ÿ”‰F8ªaŠc¿Õ“$½(t ;_§ÇzSL!vÞz6š…šüßÁOÁô¼“dÒ9Šýƒ=9­“ì ×Ó£³{J÷D0¤FÞ÷Ôß|ãü‰‡Ê´8åÙÆ[jÒ,ü / ˆ¿Î>@”Þä¶xªábÔ"OÞŸÞžˆ„YÛ½†ô2!î÷ªKÀÓ ísœ,­MùN©O“|;²ûüü½>¨Ú«&Ñú¿@'FrÈš©¡Â¯ÉÜ:)/>îÎn(‰X ¬W' {BŒ®V4);&2ð± Xj Š-h Lg8ôpáýç’þ­/]*0™H€úœ"¬ç|ÜU¿ÓîDõ‘C¾£w¢Áˆ÷*ÈM„“ž£…CŒë@c•GB ÒÆÁ¶kÿæèßîv‹d¬õ `K¢m^bö>ZãVÓ¿EžºxG¬Õà+GëÙâ¾€K ÙÑÍwÔzܯÁájv€CÀVƒ©U[ýfú»®|¾MO]ù¸ÝÕݯ$z™ªtè^L­\Æ¢²Õˆ©¶'ú3†ÝLÝ©ºÑøthòf)gV¥ÜìƒØ(Y߯½"jŒc„uá2—‡%h"W.§±q¾4UuYå¡Õ_‚9_ùúRä¿éÙ½^Ô”‰vl†ÖJÑ;DC,ËרêéÅCˆk„êYTíÝÖÐ-u" ôš?⥽Ði*Õ3rVRvõHÏÌÊÆ"ØîN³m·‰ò¦ü÷¼R³bÅDjŠmr¾ÓÍšÈ<»~Ç8Í„½/ÖO£J;™Uú],阪{þD—Ï6!y¨r V;â­ -k¹NiÓö9gŽ–4w. -¥ë÷ÏÍz=¶oN1{²š¶ì­Èl„íëÊó5×rôeü<ÛÑr£ ¸DÿÀ+ïI‰DëÖãèN;gÅ`v«6IìÒ[x -äâc2d¹[Q¼þC¸ unè.wxyXhRÏâúõÂI;”{¼6$¶åéÔ[?¤ZªíÂÒ{î ¼ïr•¹Üè¤DAT -QÒ1™¾õ -l€[KAC\ʼqøp2cÛ¿J®./â¯/Ôéj ›e¾oȯ«ÿC~ü ŠT¦ú¤gà‰Ö’€çï–et‡žkí÷Qšâ?Öd-í-ß&–\„Ԙǥõ%\°IS=íÇ?„Xì6@¨-dQ1ÜH/¤b‚;›#+…Çó*K鑱£¶v/,¼tK²‡¸á€¥7äÁñÖ€c±~ÝÖèBy âòð -ÊÔuÒCewAF‰Œa…iÅÚª²Ì+lu)ÅçůŠö»M·TŸ±ÂÍ^´ŽA†¥oÞ9—G˜I#-·±f%ž8^æ^‚†ïªühÕÇeû dщŠlÇÑT˜¶o…Kêbzznùb×±h´:ë˜ß²=Ë7¤õ×bÛ’z< i©6¥ácc›þ„•–J D£pÄ'‡ùh¤]íbÝþ%½G-åËæŽÏkExp­†Vê”þn¨ò–ÊÑÂèÒÁñuÚÞ©¯å"6òCÁ8ôwŒ• Ÿ˜Î‡+!Ï2Ì0*ÊCyÓQ”ª-É1Wù©×xk‹ùºÒžú‰êÈ%ÁÔà6-PùÚÇh+yš‘J¦aö˜­s³e˪ÆÌZMC8ä(ê4±ÍC²¨ï®¬•ëbI6 ÑÜÖÔççE¤âR:åâÕºd -XCÖö‡Pj\º“¿7¹Ææµ¯ŸÖCžµþÙÎ{³¾×î8TH·˜’~ëΞ¢PúmÌkl&1jldŠæ‰*$¥g§‘Š]»UÝå+Û7œ•6«sV½<à8G%^-ó|pŠsÁ†õv¿€(ðèb»Ø·²µ¾ì¤-rl-P7*¨Û‡Ùe,k·|Ì•JܨɵÓ^•ƒò¶Ñgõ‡Ëìù…6¦“ ò[ X¡ÒÆ{¯yí5F.lÔ‚/˜…`m–O7mŒîbŽÔÿö !÷[¦òŽ8CÔ±lØž†‹5ÄD¡^u5ß›Š/ÐlZ ”ÄÉÇ¿ÍR7¹æxF¹ìçÃIƒŸÃ¯P¥Ûñ߬ÎqÇkKuÓè² ëpðøPP˜Ç¬ÖHÏP×ßê Z½¦y£Ô:Äÿý½ Üá›úv¶Œ€á=`×’J£N³.×}DPýÖIT´º7é*m¨ìPhþ‰vÁÂ"ƒs¥Ë «zóû®‡‡ßÉk6óN©Œ¶Û-½!Ï~‘ƒw‚_žS.éŸËÊùë]ãlØÔDL_ÍØ6H<£·(¿dç'?Ýú¦¹Ä±P}ªø¯Jž¼Â-S¤ ÆÇ¤Í=;ÁQŸß»¦ÁÍ"}-=޹ѩˆ>3¶fS‚zkš¿¢U‚y/Eþõ5³nC/VPÕ¾ÐÜ÷BÄʠ´Mݲۦ_ït**;‹ªÒva›Ï[[ÁÒ  ++%]ŸžÚ˜äc!E³£<]%) ýÒ"®èÇÄù}U5ý5ÁgeA§€àû1NÓ=/QÝ1l4—®Xxã›2j“¦'ŠAí3›ÇÛ*ù5ì]eŽ{~V‹Â¼„¶ÝYÝU”pN™¼²uܪš¢—ÊQžj0‹Œé½¾ckep¬ûσh\,ÈŧóéÕ¤WèÝÜ`ˆ d´â€…}÷!åZÉYQÖOÿx£‹6vF=õäôÆB÷N7BŸnu¹cxä~™tÿ!æsu£G¥£PÞžìüÝ¡ ;×..ß××ü®íÖ<Ô Ìå÷ËXÈß^6ÃzÙWÇ`0ù²Ö¶&Ó,×ÙýÀ­Yoe/S¼j„f‹ø‡ µÁØtrtú æ€^¥óºJBªKȲ<Ö©3¯ÚÀ~Ù_¨¿JÈoe_œ%¤®MFúríŒÖ¨“ºYª¾JÊÉ÷ÚÌ//`§ o—Ì‹¾/ÔŸó¯%îTÅÙô`Xj1Ÿ¹l®£­+5Ü›BÍŽ¡©ÅØÝ/N3 ¸1\ -aÓã6{WO{Ï"múˆ·¨ÁàØ6o(ðM°îé[ë绢Æü2ÓϤ<~\ùá½¥ù´Ã”Þ—vI‘4~¾ùU o¤Q YOM¿»¥êVMÒ:`õÝVƒ -7orí&› BäÂ&/t…ë¼J?pb‡ hrõtäÿ!  y·à´>}UÄÏE\\:›`MXþ…¨~ Œ•f]þv ¡t,|(A0ív·W4¸i]¶·ÖÈ¢t¬Cw^Óµº­È‘]ŠÉ³_!®טoo_ ÆzÏ ›* çÞÒ¹˜-Pb³ÕJb¦Þ#E‘«rÑÅŒ‘¿»pç­òÖ”97'tüjš;®mÐÁwhõK}´r0ߎ¹ê¶a˜W1 b/§û{êhùHŒKïyV{Aƒ×^3 ‘ £ÙÕ¹Öäk^oýn2Z|Êù´i™ÚO0|óq,Á0–“·qXØSG;ëgþjà"ö>Õ ½õ̇jý| -ÕªpF2eÓBh-Ž¥¿ss÷×ø¿lB×·dý„cÖ&»ó?¤²æí‘ý2fsë]@ œ‡™l*³=¼gT¿‘UÏJ¹›Ñž=»Ô6Z4‘£V>p_ö[[xú <>0 ƒ_ÎjT}›Ú¦÷=ÁÝò<x?ƒšõû@ºý”s¹uì.•ðÀÛNz–L+{B³Âì é«6¸~–ÄñÇݹ¹Ôõ Rr*Wò¶õhx)ÙÞõÄÍÒü@›Gb`º¤î[Ñðâi<€ÊVÂ0"PùN½îç·W™ºqk)ÏîÜ»‚ÑX;Lz6ümijõ¦Qxåž.³›?õn]ïH.ï–ZXÿ ñMRÜ4ª©RBªÃÀ6Yyu¹kÿ¶]ÎÆ¶)µ›,4byÙ`míYW*´ktƒ(ú ­x`€ËÜÑeÄ -(ž tðzô¢ŽÈT¤b-„Ùp”FdèEJ2¶E™çkxË’¸@寷w°’W…Âùþéëï׬ߺ“mÈñ=Þ VâÒ|7®Íб¾0Ò¹¼ì¸H"^§cisæÎ¬yVãñ5•ýëÙ%Óç;&*%M›Ù¶ÚlÓ‹•«¤§[=§1¿; NZäòMºìjó}ÌF#(|´’0i¦Ãd4’ƒ>TkaÉKqrW­ÓVÂP`öN¨O†é9¼¦¤ò #}Aý‹^iÁÀý'àa3U©°¶v” -P®d”tâýí¼õEê—Þ 4ƒ[â¤õ労‰` ÌÍ·@üªhN@¤)=ûò2T'Ë¥oïi­úzijîÒcÂFÿÞL¹O K®BíFwt¢M»Õ騏8¿—;éujçìÌí)ô¿‡²#rzÓò&fªGv·Õ‹Èõ¢Ï\yÿ¼IŒë¦;3~õ%¿½j5*Ê_ÈäRŸ¶gª-6ѯ­[m*ŽñጀX §07ò𜘴Jµ&ónKh™Vs<õ¬ƒw¤fè……m`Æî³Ú>™:Õw¸2ׯÑ-ÅÜu.Øéo§ðþñ•â óÞÝjJÒ-tPëyöÊšµJ/˜ó°0 «ö6ôx—&äü$UÜò÷Y7V3L.Âl‡îBݱ–iluèþ²×Þr"æ~§aÝõ¯s3ö«dÓŸ âÞ“…¤5èªA¯®Í±Çm׊ÞG™nƒwÆ›À3Ñ&-¡|\„_ßÝ §•í2À Ymñ£ æ·§²¸fš¿¾'e±ÝÎ -¼`Å“¿ ‹¦õ÷#²-Pÿ)}]Qjõe\)5v€›ã9¾€ë£:þó›æžÓ=tä„/ÒceIjxb7AÖáhδThÖ‹®A¡»™– -—4-5Z æºø…êeëWGÕ+ ó¢CË}tí=d±ÀúJA§º¯ŠO¡¹QômX‹·¡v‘gM¬É¥X¼ˆ™.«^£d°Ù‡Ñ)Cb™ôú¾‹*‡êÅ3É`À|ÂÉáà›Þƒ pÝ»µ¬Ñ´$³ºŠDíú -SÎ -{J3_(t h­$ÎSVƒæè¸Á´½ þ]A7pPÁTæc¦ŒØIú)Ô°‘D?¯ ³8oJ_Çbéþf×zqöˆàd'ñEW¾n$2eu.5 ÷‚Ê÷Z¿”ôiÉýzóÝäne£pvyð*€´¬éÄ$<§ØëêR¬¼›Ò¨å´S]Gaëžœ­AöwÎŒÜ{8{ŸN ØR¯® ƒQÉý±™%Õ¾‰çÿ=›s#㣘¯3©Ê‹x¢©ì™Y³„)„½Àj\{öEÒö-{Ù ó>ø·!M+ʦ–Ô<èZPkçºñ:€?!‰ì[=Z^šô mH–7&õ —‚‹¹¡Áç«…³$ݲ퉩NâJ!²/8`tWVºöþkâ¥ëöxaQ&±ÿ=”í½R[Ÿ¾qG®Æ£‚9Ö$k¬"gé|ýµX×Ì£Ö›ÎVmçÙ[YÛí4¨™kàâhÛr¡`­I6 "& ÷v·‹@®:ªÍÖctOuýœùï…fí™êï¼"r­ZæÐŽ{¼£æŒóçØ¯ÌÝæöXY÷JãÙ§äÞ†Û†¢ ÀÞöoÚ|7,Ô€ vRw²&]ú«ìt^Bæ¡çewJ@##ë_¹&2£l¯Á¿ÖæP3‰ZP*ñÞ4Áëv´°>¥ñ;¿Ÿ¿(ÿ¢6ÞjL¿Ú­fêwõ.T_¨ÏØgø›¯+­¢îy)óí¡³7ã…]ˆÇß²óÜìÓX§t(0¨ƒca÷ -Àìï§@ìôUeyÎ%jª…µ‹ÐÒª¬7cf´c…Ññ -NŽ$¨E|h|̰È÷†‰jmrv ±~enÝ”/ì4xwφŸýe)^¼˜8‘;å~ª?yݾÚÑYTWšœ–ŸÔNØ£dúBì -[PJÝze&P%å2ÔP>2ÚzÎ`£œó]K.Ñüÿõž[Ê2Ѷð<&D ( -ˆäœQĈ9bøs®þ£Ï»÷ùþt·c؃¢j͹æ„U« @~ò׺äk‘é™ßzß=ìºV/¯&+T¿cÏ Þ›»+r¨v«ÖCýx1Õ š ¦øþüƒÊËe‚èwëÁ’a­°IT 0Ê OÝH˜cG¿xj;ØV+ØZNÑá£Fò2€ÆÏ¹Åo*ÑD>ýü¤qžy_6ËWt¯ô†kŒ%gmé„?XÜc*w¢ÔzO½õó [^à"ñʃºÇTn3çR•yÄ£Òx®Â"ÆeBŸþU±Þ¸wݬ$qUžò+®Âg &L.ïAõDDg9ÔwðCˆk­’øÊ¢ÓÇŽ¸¬Ju°8¼BþªI«|TRR Þø¯¾AH/¾Ñ§#1’!á•ïüw}-áµ^™Ó) -×Y¿Ñ2sy(Y?Dã!F,äñ³bÉý³b”6×Ðÿë¤'óÀßkYŒZSsCìe•;T>Ø Òîô½au¾0“voÜ!ÙîŽÂ -¬® :7•¦GÖEã$U ýz)O“œ)uóHþïKÙÀaãåP*<2´nÚŠmM,n®øÞåQ)Çõ©Á§Ïfµ%¡-Bm9$,„1+×F]ú­†È!•챟•Þ«Mª[íø_)PcøðÖÆø)aý¦ÆØhöÖdrX8 ®ñ÷Ný=5³å£üÚ¯²ˆn¯vZº¸µ„Õî©Bß'jynËÉø»`®i˜úÉ&N¸0‡›«½6ð… °³²÷–æ66*•QÄmË­ÅÃ¥ã?Hÿ9“Œ¿T­kÇ:O£Ž–'t"åzDœtš<Õ'ͨÚ}LY8;¬Læ\b ÚÖùkf„VawÞòÕ•­)Xƒ/÷–MÄÌš¹I,¹²Ð n=î=Í3øMR“y¤T0!¡µ©nulÝS†Ì¹å¤hïó§Üƒ—«”fZ(¯&9ŠJëw›ñª®}‚ܬìxÈêã¢wßäØŒzž`ÌÂÿûþr†É霑O“µÕ}súêKdo@?Û\Ý]~ÇvE¬ªÌ+&õƒPçFGänìÁ´)ú¼5Є7 ~~h–´ä¹‹þÒø¶^(Vb¢Äz;ZüƒÆg•DoÇ]v+çy[)9ºú ÍÛ°Åá°"©#æeU£‰Â¯?ØH}DÛ;𑚖¤(N¥æûÿSq7ü­Ê;yQ™l„É©ŠàBÔû(¸‰5Ãdßgš»âþY½6p£V$’<;Z@P~~ª¼–)‘0úý¿z¦¯Öù|4 «š¼á_Wóqê<€i >òõ]xNÐvóÞ5ºZ»f6ÅÓ”j«µ¿iáR©Érúž–œ=ÍhÛÖ‹û¯P(É––.–ø>?b/ÞUV]]õ_´P>àŒëçÞ_Ï®‘ ÷/O50Ý7õd¤/ÅGÜÍ îáwÔõçÂSF@ÿÿ - ëœI•†œ‰j>ßßÌâÎ>«ÈÆ Öb¡ž¿Í[R‹GÂ÷ù׋ JŒ{#™«í¦n)AÑNKì¿Öhq1¼ög®‰×ŸóÞ(é´©î‚8;Ík´ú¨vk¦~1"Œrk³%,MüÁpnìM¶_üã®Ù\+îå!QÙPj÷DÐ@Ö ­/³­ uFß™~^IvøUÕñ]xz -â!¢ixrvÅš¾o[°ôµNÜ qyÝ·¹> ~›ãÿÕ ¹NÈÞ¥¸zK|híø-÷»w -Óïþ‚´M3ù 7rØ‘ópµKÔºÖ¼ÆÑáò]ÛÖÁE–waá7ÞÕ^«åä? 5ézY=¹mÿ¼ÙĘOVêîÚßþƒÚtU:q%Ý%ÔÜRnÈà!^¾×ëZ+¢°©ÅaÏM†špuÊÀô;‡åW/ìñd7y•²Á’ ”Óª/v]FºsoqßTK7ñîäÌÐoï¯B•Ü€¯šWò)qœN 5 -Yù­61)¿VT­eÅÿùxõÒG9¯û<\Ç{¨N -B+‡vã~Š èMeJ5ºà¤rï°VvKN…õ^\ Dš¤ªÆ 8Ø•Z+¤Ó…Bfe“ˆÝüBË#T0»ôqŒHÕ¿†R³‹UE“¹6’NÏ‘¨ÀÍ9[‹Þ#ω¹ªØN±ÛÓS>ýDQ]!7þÿŠ;“ôÃ+ÁòaË N¤ƒžDØOÃZòsÁnåA -ÿáj˜*FÍÛÈ ž¼àËë­ª}t÷Q¶½í¨ž†+­Çùãÿ†YО ìöN1cRØìº¨[«¨ÃGô“¤ý­Š†AL¨Ñ9zI¿k£^Û -¤5O’—½3 ²—ÚJ §Ð^E*£çÿÐEa5|àˆH ´õX‰«j–bR/òËçÁn Ba@ïÅ\ʼã¹nSY× -„*}õ%—Úï|©å›Aý¿B¡oµ|2˜å§+6ììÛ-»éÀ`ß?Z´z€N“ÑÛõŽÔöšãPíöŸF`v¯2òbG õÝ ôk›5•£+.þ·¾á~²¿º¢ô ¤}ýz``·²Ýò6IH“gC¶’ýàUOâÛ1Xçi¹Û³µnM™^>ÅULÜ©ýEÑî-òزñW¬þÁ¯/fIÎ6|Õ#´®í=½]¸ylx³NU{ÌnÃ4Í)~ -+_8³±BTÌ ã¥ïw£ m3¡ @ÚÿSq§üNNÍÔ×m¨~Ih¬ö;šñ½ÑH‹±Wü„xØOcã.GõeÐy_tÅD5éüÖ­Púí4ãÁ1úo׆ӣÏ0Ñ0°ýˆ(PÉkÏ $OÏ…÷É7÷gnõG4¤ª%h•ñ?ç‘ëbÉe4 ßR ^;:òìýÏö”­ò[êBÚv”\f_L­­#¾Ôh5G2ÂT³Èûzƒ\žê9û ¶ð×b{.¼ %ì Äg¢Úщ¯ÀøH§Š£˜‹¿bõ]ï7ØÜíÇ'ŒÀvû×ä„ÖªkL7® 7 -‹½ûh§)zŽU‘WVä}‰Ê…•ƽùN™›}»†SMÚ·Ëÿ»ð›¹ºn6õ.4¤4Õ·5&&³ÄC¹TY6—êžYõHíÓÒ{Å Ô Vo@ñ k(BŸiNð*Ý4«««ð_aKoÏM‰¼c$R¸ »â\F ð§0kÈåøò©þŒÔ¡ñºV‰›÷P‚wPåTNÊÓÆÜSºµRŸFžýï0WB±úú!]t®H³ªð ÛU„ß C¿g|¯üxP¼ß«/Ç%MµoÃ’²3f0tG°®6<éªÊÖº`ý9{Zv‰ÿ†i¤¨¦sg ?æ‹ö&pJ¢òË/‰È•Ám.uÎÊ šÛUé¯ÿ:†% ²Ž^åÊ0õÖ§òVmÌþw ©,k­è×Y¾?–î²·š¬¸³ šwWº~´›Ó¿Ôw;«l´žõ‹ü½:±‚U{úwà>”×{ÕnþÔVSü?Äwá;g}¹ßõ†Ýá²Õû<”Ø«KG͸þÒÞ½qþX8§!éÂJ{2,üÙŒ÷K½Ú«Æ[ÏclðlŸø/užžñØâµ ŒÏ*¥ºZ× êk·‰8gzìÕÆžý)ÕçÕ¥ÒN&ÎÂ3mÿ¼ÀÖHö¹³Üݘ“Ëú¯Mûzú×·‡åê÷ŽžÎt›û~íÜøô[»Qfê¸.ؽ伯 QœÜGûÄ:Jcæ°Èåâ×3ƒ` ”$dEˆúˬê»2ô?@Ѝn“hS(Øø)áÌI~É–wr¿È÷ÒCXyÒ{[ÍÖªé[xµ»ç™k\±Aš°ÇÂKóŠ9á¿ÅI¥ù‹ïÅêv“nÚ$!Òµù¹v3ôh|E®ëÆ‚ÇÔéd\¿s:Ê»Xëev×¥lOø f}£“£RHuY7ÂÄø^NL¥ÔG0}Û©òà]£»ùTgžuªš†{[1ÕË()˜_”w,aàÇÁtKÚU†³-¥wëlhÎLöÕÿŠÕ;¥_–òߥBôÂЭ®íÅz´EôßžÈëù¼EIµ5ôÐÏo»§þ’ÛÍ©#ì½ÿ·[°±Õš[»ii·öùßJ¢þ»¥ºÜ–øJ]L;z–° 5ê'û2ÉÏx];_Gê åÿèÁ5>„UþÿšÜ¤ÿSå.Ô+¥ÿóþAÿçþúï7@Qu€² X7=-Õ¢ÿ~“ò0nË÷‘‚z~³¡º^¿Aé±Ó…©‰À/:¯TlÓªè“kŠ{gQ«Úä¾×òÛH«[mm4Ê×H9ÏFHÃ<#ÏɇjZÛÍEµ­…î„g»Å#Ï +QM?×i»» ¶í}ºÝv¸èµí|ƒÚ¡ëU¦ŸÖvÉP/c»\0 ¿n¯L?vüÁ€ªîÉÁèÄôÂì‡Ä/ì óù ‰Z"iÌ’/¸z¤üå’¦ñѯ¯ƒ;Wc·d1¯Åð>ñ—ú€íŸÿj*ÙÇ*q^ƒâx¼ïïø»–£‚C²ØmÀ;ñÚ·$Ëßør¥ªò¬FŠW†j÷BÔÛ»ïj®gŽôþºÙÒóhÐ1"³¤˜“1ÿ²j¸Z§Z_.ÑÁÏW‡¨ôGί{Þ¹éDx"ÿKý&BUýs¨ ó²Ò)QŸÓÏ®Q›ÅÖ~²mAŠªp+Œ²&|ŸëR½w!ÆŸß#”Dr(/èé Ÿ–æ‡Ê?(M›ágɦ¯Uu½z­v—ßg­Õèò£æÕÍÕþ5·nÜGvøõww¯{ÍìPÙw°»?ýàÑA›é#iÔq;Ј?ÚgP×Ïñ.dÿqû]ž…ÿ¹j®¹¸As›1{ðÞÞ–÷-ZatЇ÷|œ>UŒ¥_ I¿_A$…9&¥| îÄ7³’æïvhüÅ" è`–5—ìÉÀ+×Þ×Ú?¨<ŸÛØ›ô0k}bˆ©fèIî°¶ýùX"Ç•P8µªÝ¥Wªîê UpJfÕ.yr¬ ÷k§þÒqîU{H®_X©hMüÑï4·Xiõ÷,ÿ·«#-÷°ŽD,° îÅm– -víoiðíxøpÔÅn^ÚÍ.µvÅ3¼¤>ÊøÌÑÌ>þÖú—³èHæ§!½Š'¿|;À–6šéqÉä@·pòQ^)§F*tg»ôiNÇÚe™1M%ª2ûÅϘ¨êf›»õ’=šUÓ§@™ÇöŠ¿Tb[°Cqw¡‹¯G-Âíù Ï›ª3¯¿ýÓ»6uUuºpè½ÒÐÞex¡'²©"9™‡2æá ,ã×Û]+Ó -Ù:]9³ÇªêŽÏmÇ«P%ÄÛSØÑ·Öá4 tR–v´4ݲ®63Ûž>$¤`ó÷póeʰ;·ŸÕ^‰ÿ=›²ÿ\èãÕGZÙ+›W -É? ÷ßÁJô–võïû—KÜ_4"€|:¬ç…‹Kƒ‚J/¹•¥ù -ç®0åBÀpXBê·$ÀR°µœŽ*•á•®Ô¯"M©Î+,Xk׉Oá„–ýþ³Þçz·ú.$. òÇ]gÙ{|ùø!¯†‚6U{( e]9¢¾ÉÈ­V%h·Ö­ˆQ -`¶Ú¶Õ©Ýu®“6Œ¤K:1Ô}R Ö³ôðÂQÀ ð-ÏÀý‰9bú_Ø\¼ç§CtºÉš8gÌPŠÒòÎ~›Ñ-’Z ù6–=Ê7¼&Ý[zuú -Fµ±Yï™V[Ì‘„Ž­×FÙfŸ3 ¶Ük«§ä=žGÒç“ß/¶† Þ7ˆˆZ¥³xšˆ3É ºÜí•%ùwU%p§ŽJ–ª‰\OOmI¼ºÔ–šà#ã¦rsšx‰ÅИnW/û§íã”m:®×.»dçt,ÝþâòæÛ‡ñ#Í–ß)ä`ð4[5Þ3+y‹y½í¢r󱎶6°š›M|û•§¤tƒßÉ®±B–g1é¨ÉÛK>ÏÿAË=iWμ_Z“÷¶©€úhsW£­“NÑݨü;g%ýÀ“½ø=œH·y9’ïò¨[œtj­ØÒé4|ÉQ¹»4÷ßï%Ûj•«4ZTn~Z¬þmñmoïtCSîyîV.>ôŸXm[è›ð]¾ê§¿XD…¨]€·Þ–„=þ-=[,Y¨‰W~ º'ºMð¾ëÿ ˆïÛè¾Üà0O–§ðýF–*¼‰•ǾTT#«O賩 g®]{†ûY]ìUKõçžá"álÏó©…ˆ*D^ßr§)Ÿš÷æ—^lPC×-hÒ,˜¿å»§:Öìì9l=–m<{—Û™õ£;ãÖ;èÜçKWêmÝï&šô,Lâ•`tÆgH§ÞoÍklÉ#É€è÷˃cGäv²Þ¯Ëp8Ô÷q'Ï"WŽÂf %»%ûCfÔðB±ùN}f2íŠa‘Ž£ÈïÚ×7ÃÁ”0ðÏk2 ·:‹÷Ó{þ¤KNõ"Н¢œO¾%ЂRò E·öŤB*¯ ÷°BJ¦îK¥(P -'ƨ£ßQ_Õ<`뽡¡ê72½N[SÌÞóØ5Ÿm³nM;)j“ŠvÊÐpæ¬ævÙ•ÓŠîaðôîVø³nÐù㻳ŸVTy2ÍNíû‡ -!.OŸá;‰Qüþ<ç|Ýâ†J½ã3Ôµ7§ðé=«)ô-ÕÓµž,½7õXM6I²n™I¼þ‚Øq“µëÕm0Ç ‡ºqi“ᇨº‡‡;qýBÙa±åÛGóúŽOL<ç6q¾_Êñ ¾\Óš]±Ltó÷õÛ]­HÔƒ!¹üÙ¯¤ñ«ÙÂ¥¼ürjù³e,ßKÞï‰û;<.…1übí½Ø!ÖZë'„Z³M9áíùxi]ø‹ý}|jÌf†jý~°Ôš†MPGm@kÃ^­¯5šÐ‘Ÿ¦Fß¶¦ºÅ¤ÓU/®qÓωº±òr¡a¾þgo3SË_Ýñ,p­_0p£ÞÈïÇ~JáF@"SótÃÒå§ÃÚ ¢~ú…C°\qçð³­®Ê/r™•ß'ÞÛŸª¥ñ,å{óÓü;MõžÌT•ί³YŸŸ uaÎnT‡þŒÁë’¨{–7[•õ,ч»ÞSmØÏé1ճާ¶tjSÌ®qrVnyª86°ý=· ºP…j˜sê#(t½ùÔÒ¿^ZØ—šaX¥íW]FíEt»Á,YMÏJÁíÝí¹žO‚‚ÜOÊ×Ï_Ó„RJô\±*Ò®hÊü¥N,+*íqK2=ÊC«WÍŸª%1Q¡aÞØ7°8W–§Á÷\nÞ­h$Ц’íï­dSé¦Bº?)÷­]µ²ò5ó.ï5 V¥€}е¡#96¦’_ú‚·éücþ¶òTÕ–zŽxL—ê"ÌÖÙæ1ò¹Ëš² ÆÝàZH§Y‡˜Ê…¡ƒB‡ü""‚Zë ;r²¨çþ&*UßÐ1‹Í²ûÁ§Ñ OÍk$,krõ­¸C‹‰óí§¸JÜlíqe~ØæVsè3µá§Êå–¼X}'¼GSpÔZî‡8H{Ü" •´Ïˇ¬Nó}ýùŠ.¶‘Mí]—›8À ÐÞ uê[±|Z‡JÌ …R’ÝÚ§6#@U®g‚#! -½Ê¡©Ëši•„²`¦5@TTÃÄܹ£ì> Väd“Äý†0Xþø|¡˜WêcczÇÝ2î+ÉNYìKS±K0ÅŒÝé°÷ÚÍêŽ{ž÷U >÷ÃdŸcæPQ¤ÚÈYkÏ•!B¿¦Úl.ÓC€)ö=˜Éí:˜ìN]I{gxôÅ.š¿ÿ„‘òÕæÝVùüu5è”/CšøçÓOÚª«´~9ˆÝÄÜliuÚJʺÞvÖò±®©Gž¹é­=“±—œÊ5P¸óÚ]¼#x9kZ‡Hx-èwï÷géj8»êéä°ümȸMtš±ÝÀ«á‘>Mò±¦XC¾Æ‡¶>)ažvÐ…%Ù|ïzÝvUÍFG48õamç´)=q¾ñá;C ½Hï$[6Ë]Á̧áiO®˜»¹N™Í­0Ò^©Á¶¸ƒdHÈy¦Y„¼ëEÎR×cDXi´9hÜÂgëãÙ÷ê@ïÔw ¿£À¹Öà¥v˜–EßÖ´-/[ͳý²\k/ÅŒuûs\“XNERT1TÒFïDFU!rô9(²zXÏöÙu©H›ÚáhfóÁMc<Ø­4}9ÞÏñÅq,µÔÒèÙa=ñÆÁÞ:RÊCëÍ“B]ô&ÑybV¢¦ÕÆßü|σÈ_švQ˜Þª@ëé+5•m6½èœ|!¨{Ú ´Ä%‰înS\4t²VFÄ9©[ÅühïP¨F´û†ù£ÿ8ù[éÄÙ¹{çŸÝÕ,ý]xféÎN¼*iÝW‰0z׊ëhö¥U6¡?i¼¤Û­( (__½nç±¶¤ʨ爙\âÅp¼ ·uC‹ÁŠ¼ìø³}Êû»1Ðzw¸íæïÞ/äI«¡•á+)>Mï@ho¤¾3c,HÇY:a¬žK-53}a„©¥Ý†)ž×ZÙ{¹©1»Í(œsŸG"µù®VNÓø¤‡‡[;4 ÐU¯ƒIÀlGYîO£I¬îî0Ø«aøÑŽçuRùp~on×lþ3‡š‹òT?• 54¸!Z Í —v´Cb½½z©œ¨µV™’V0ÿ*ÏÃý©~ðŒ"«ñÐZ¡N¿î™Gš¤µcë»ÚÉcø²GŸA_({!¬±ˆ·†©ûR}¨“ÞžÚˤD +êRé £‹¼§WÓ©S-ÙôJãE'mÕ1ÕQ²ÆeÐB]å˜/«góñ’F¹ -xÍ϶SÕ<•(sº1%õLjÙ;H½]Ää–4*Ÿ{õ˭ߺ0mÍÐ*}ĵA’¾,ºÊy7×äžV¬¦Éy5\æFi#ÂH*FªïY„Ñ‹jÀîbÎlÉÒDû­‚T7ï‚Ø=–aF;vMí}ué3 wÖ%ë’¦øEÊZ1´y³VÑ_uðà"»Ã‚|ÌÊý=4±+J¥!lÈog£OQ&ÚÔ䣟ìL¯÷/uhCG#€‘ylû­ ç™i;ã1ÌŠ¬Êv¶Áó£±¶öY ¶*™îèÉüRgÚõIjŽœqGïÙ´kÛjÓèÀÈXKCï{¼e®¸{›4Q±e,ª¿sใî×`3…r&ÜÀqö¤默g„M:Hìžê/õÑ£[hË!êÌB3¾5í–¨æÇ´ŒRã22•fx,ê³:ð^døÓp4Ý´¦¿}¸¹þ‚€†WÓ¯õÜÎí“ù8SS{Ví^´œ¨îä¹MÇüë’«‰ù?¼_„ÈgÜ¿™t«­KH#Êͨ×{{V~ÏdsݘiºÐÕ§˜„ðQ‡;k‡¸JÓ­vIó_Ž–ÃYÏØ+ìɤHZÏi¼P‰4[XK½)°ðé¨2šß +XfÔð%÷ƒW…ôׯ´ÝƒÜkçâi«fÍèö3àiíâ£u,luh|zѺïCcû;~cYc﬿àu¡`­ÏT¯FʾWÒÉù´Ç‚ýœûšv>¨.Œ¹Ûfž˜Æ-­ÀÁu0û[v±ÊÃúؽKAV0î£×…Éa/Ýn®j£›­£±‰ÅŒýÊ—$œ -š`øÐl|­wQ†gíëjòÖÀk›ØЏÞ?ÎxÃXžâÁü’ñðq{ýXú–|Û‹ñåEè­#‚òÜl„žSIäeê0÷ÿAÞr>Øjƒ†WGkÇäb^/Úm݇ã5¹ Iî {1‚§Áw7or©XvÄÔä'–Õú$M}c”Ç£k‚©3’jΨ;í¼Ux0( Ð,˜?Dÿê=˜ÅÉRíW½v¦×jðÂ:~Ó™u~0„v}íßæî›f|´h>µ½ÐŸ§•9 ø÷ô¦­ÂNW©dµ©WìgÁ*Õ–£Q~ÕBE~ïÂ#£foâO$l|³ÇÙª²ëBá}Þ;C(M ³aIGz}çút£»·œÎ’.:;¹£:¹úY{•êÎ]F§¶×Ðym?ÚAuß¶8q0°JüÓøëÅ{A“·™/Ûš=Øæ†ñcaô2ß0ÄúEâ8ojÀÒMý²t`æt\¶^èmìÔÚ^+O¿V0·ô¶Ì¥–•Å~l+wHc_w -_I{˜jÕÓRGe¾c·ò½‘¸¾­ƒÏÉhG,?‹gÍD{@Ü{Q{c¾ƒfp}X•OkjöÏ5ë¬YG+]Neý«Ó2$ÔÀM˜¬—CÊ"ú|µÈ/l­í6­'´m5íÓ£óH©Ì}†Ûñ°Ì÷÷èéh6­àŸ©0+Â4÷æó 7ìmÊQ÷ÛrêŒZ¡žÜšÕŽxÛŽÍ—¸¹k›¸ÚÊíί@奥õìúàpehXRþX5/¯ynLߌ5MDúfÜ&Ÿ1W7–—]DÃ(ºÚ/lZwõæÍg›Aß™%"%íýß,è÷X²¼eñ/ÿ¹Ó;èÌûÁádŽX«/ƒúé3=}RÞ`®Ê‚rz ãÉ<5Öu|èth¤¸p;Ì -\õ&›¥AC›ñ1ÙÛŒîÌ–I°N'Öpbn§SªH<¶?ç¤ÐcÆh”X¯ò}MÕ¨é—jy3åÝÕ±—¨}‰ß lZÈbeg—Õ2ytÂhóôÙ¡5©ÙŠ > -_Ì/³›ÙEò®½ z¯š £S+¯¼@½ËuÞv—À­>í¾‹¼€Ë»½SÏ­‘ö˜ö×öŽæçÖºœÿA“µ4,e1:šr:Rû3ÇM”`.F[©DMÐ)ãú•¨ú%kwæß¥ËÂÕ2œú;Ùó°êy¼w›ÙCþŽ‹Žç}éQ ”•ƤŠ÷ëb¢“¿S "ëÚžÖÈD~ÀS‡2¶Ül·V7˶«Ë³@«Yï©#½ŽöåUh#€ üÞŒ-íÒMFNÏv¾€›Ä·ûüûs´¶G“Пí¬ÑDZ\Å?¾?âù @æØ:›9-Îì’¢‡3b0gíÊ#ˆPs×ñwŽ˜koà“蘕œ1†¼m3mKk×,¼|êÕ’™.+#`™âуpÅìºûùk·Úš?ÂnË^CøR1z2‹˯EÉŸ”9ßðÔ×®ãÈ,¶ßNÏ?‡l\zº=›íx>7Ñ‹›z“ögYY…N?Ÿ`çØH6±è|âÆÝqüeäÕç(˜õÇwæ$KÔôí`t<Ô_Þå8/C7÷ÛÒ£9µÛñ¾pwÀGOÇÃ'±•ÊLêJÑgé#‹_–¢g'à8RÑz}Ãõqhu1äÄhSùM/1L÷}é—n%Ø Çw_wÅßÄIhfº4·œU^Q#rÝaªˆÖ¡07ï&oy‘H(Ë”¿»û ¤„”~sj]aˆüÁhßôÛª)7kTk‘ÿ 60–_Ði˜Æ<ѕŇkrÚŽL•ÀßSŒhwX ñb©Ìeਃt{Ò¬ì8i§M3:ZŸjöÚìXâë¼Ô×ü{·eR¼øWx^ÖÖ‘D÷b¤x/œÏpÏFl至•y¸Ê-ƒ[#¹+ètGh צþiZöÜt#~-Œu_Xs曣öØõ¦ú`+¼ ÒW Tæ-{l“u‘¥Çº\¬Ëª Ñ^­Jرæîr%†Z¤ HÒ}ãW½/­h¹cpcL#F·\˜%†.!Öf5Õu9Oë?1šÝú¥«_Î{ï‰ë¶Ù+œ—Y×…óZ}Þg^ŠuPÙÌfàaiTa\É ØrËœ¿Go,#¥’!•:®þ{‚f u0˜±æ_RtçµBB´ë 4V@9€]0!>¼[ã)ÎÍl~õ×gÈb›'чgîL‡7RªýBÂ×N0: žH6œµÈ}yúÁ»²·»²a¾-Á_T -QtDæC¾QnÅ®ÿ®àví¨l‡»ÁÙ–¾ Lþrœakå\8qÓ•SAMQOGRmnþ˜¿ìMf.ÛÈìòÖîìbd³Õü…&öY¼qã~e‰¸ËãÆ³Ð àÍŠ}³{åµj(mFÖh{ad  -na«¯òës¬ÀÒó>ÑE¿?'ýpbµRgŽnnöz -÷\ï­ẇ: \@"³3 @,q<ÒRÑ£K€0œç53Yr¯°î'q+rX%‘m_ŠŒlIã©ôéV/¡ÎŸ·ö¢#vé ù}0gæ7tW½Ïxë:>¾I Ë,äP† ‡zbpN»à¶» Ëï¶nz¶¼Ýè¬ù -“Rw"9Ù{p=.trX]ÀÚ:½ÑpP ú>âø´ ¹ †…Ÿµq“ÄuBV»sHDep½ûaÇY§iYÅUO‹ a¢tê!}åæf¡'Ïw:a™D%{îà/höêùôŽQ³–YmÇ7¾¾wÕ„ÄE¤ëûÏî&š -vÓùkÁëÍþ±¯I÷ëù]ã Éç@r›‚ó·¡h–üˬßùrÄ ù¾Õâeû:1?GÉSÏM0͸٠-E[ùE/C©Ü”``®+Òhó6õ¯Y"=(ížèÑ4Xé=ÞØwHÙô¸ÂÏé“Õzo_,‚Àë!¤·^¥MxÙWle€`Éißžöy÷ª¹0›üzî.²¾ç[&ªoGÎþ]ÌZŒ.N†¥üä˜æ¨BðçÛ¢H¢i±¿#ÜúTó§qy…cp!^!UÜã ¯£YS_çVÝA]?-ü¸UÏDR)¥,™¤«’0HÏðå4³]˦]¾Ú«J} ˜±>uî™ÝMé…ŒØîÙñ9JÈ{j󅃿ÍK»W¿¬ªâŠÖðñå)2œl›ç»Ç鳪3üù ‹ÁE‘°šG´òC…235EôÏ-+|ålÞÿ]â]‹fÐ2Ìè.Â7J˜…«lá Ì´uVî`¿ö(¢ëï<Ú»qv£+Ý|!ÍlWÃhã{¿n¿“Çñ¸ -yIû¸—çõš>Ö.´åbWŒîéÍ_QçÏÉn¹É¸ àSÀÝŠNmW‰¹ºž¸»Û0óH¶¯fÝòo¬o¹ÞoÖ|³•²–Z3ÀÙ\MÔš”“­‚^}þZån.vÿA¸$·Xùý™Ó`²‹ë-«‡îñû+9)Œ-ŒÃañDÅ(ŸtNI« Bng ¥}Eõà¯È`s§¤äÍžÒÑnÀä`¼WkAôæ;…þ tvýRÝçiàÀòqÛÂW2¡!¯½n†ÃAo:ä_–æ²>gÙÍÓ0­W_cÝi¦,|‡[¯Æ¼§?·13Òm–UMúMZ‡˜ÒÝ¡2±µ 4ñbõçýgÖ˜ÚåµvíA=Þ¤3 ΰnÎ+?EþMCÑÃ4x–ÔŒ ìõS™¯í Ø Ë6§KÃl'ÑsØêjONï?6¹Ù"ß`î]•½‚­ä½–ø½p?Wׂå—>ƒöG‰wÖ3‰õòEÄÈ!Þœ!yÌœÃ"iu[]›0ÀvE´¨Ò\h¤4ÚÖMè–ÇýùŠr ~«8V’6ÂÑŽ,bL6Þ‘c2b¸J'cð”¬^g¾v?eú>¨¬ Duõ_ÅžlûT«sVºÆàÊÆeóeƒÑù:d£ ]Gž7†*«éFç|c‡®œæB¶ ÕWÿÉßÑ/9ÃÖækïã{ŒºpßeL. -Hó³ãøÆÅ¹ÁFC{1(ÖEÛŠÖz ‹Âm‘aºôñ¤rLä`¸tÂü—»É¼¢ôo'­ˆ1ëzO2»J·ãVï{’LlÉ8†¬qß »0xº\¤plC/Ó¦7m/fñÔ†-ž[7´÷¸dJ£5b1Îf Á§"t>±Ù°¦ çe.ª»´pI@USŒà>ºÌóâ+ÖoÞ'"¶Çôf÷wLJžüH§aƳAmŒc{Qoù•Æteí…÷F‘lô_§jòñ…·ßˆù]ˆ £v·>x0Èä÷“/“t©iFÅÑ!^Ô§¬ñèqälØž®ÃƒïÍäz¤4ü¹·5Ú72J£ÎuümÙÄMu6sÚèÁAëÍo$³°ÁQô‚ìÍöïÍLjÉ‹"‹E»;Çùy} qz:NF9é¸o­µ¯ûVJ/kî­ï­ÞÜã¬) l -%ÜÝ[×ã ›ÉÈIn œ:Û®Jv‡ÝÈO¸ënß µÚ¥S£%Yÿ á&ѪþFOOÅ‚1õ÷k¿m«sÛ4°*±ÐüjßKåxD™úÎøjþá¤Ì¿&YÚžkÊ!fg´q¡­„¥4ý-ªUñC:L´ÙøSð˜³a><*ä¶ÇÀ…yjjU—#–¦qÜ¡ÇDŒ4[íåÇÈ„“,Bf§=;ȳ…~r‚xZ‰ÍúÐÞ8/Ýc Þƒç‡G|ê²ÎI)b×]ÖjŒltõÒñ¬-¾W–5«åíÊ’ÍßÜâw#\Ù¾é\¾ÞL*wšxÓŸ^4ŸÛ=ÎxLƒƒü¡Ta·•z§o(3åÖrÞ7g弤–@uzüRŽ‹*k'—±nr ™¼‰ÊØòªÉ!Xz§îp îVf°§kîRœµÚ_õìñðÌZë;5D‘fõRa(h̽&¼^Ï;×ûEˆ>ÙÅñVئÈ/•q¤7í^†}(:"¸å÷Dó™¬ï¸©Q½ÜŒù¿˜P¹¡;ö÷ F³wñnŸ?ñ‚…kŸ¡:B?“°U1ÝÖ8œüžÆ‡Íaø,xL»òŽËG Ñ~ÔÁ±%Œ¾÷–¯9ëêtŸ‰µ©!–+Üš·µÁduns4CØ -0þA¨m °)Šh, óêÔßçvt1/»xÊï'Jé"àŒnˆÏUz2RÊ%M­{AóT"¯÷ —›ó‚ó;Ûö††Ök/ûBkFcõ»âF -EÞ_Ðú¯¬Cl6çŸa´Ÿ=þÙ¨F3áô¦Þ‚)u9]øA2M=s%ãøˆ\ "t Ÿ²)£^ëŠY•ÅÂ2ôÔðì…Å‹ì"Ôb-„9æ¯ûÐ\yC¥°¢²µI©qõf­TÏüÖÄv1¼_×»|o_äFÃ>%ÞÌëÙ«qTöã3këÉ/A5nl¯T€Ûn\ "ÜV]ÿTôõjG7?ÿƒH•™,UýLBSZZ¾z“í{«¾¾èȽÒçS3zf5K©X’…0ú\{öëØ®sW‰+o,mǘê$Øøí_%-¸•ÙÁ…Á¡PZ‚rqÁü»7ÆòKÞ×Np÷f?_$S€%Cû>öj[Ž]­²½ÚFð}=’«¨ï8s¼(•œ(Tìsè’CçèëÍa\ÓÁªG8Ê\wê`ÕñuÚL럿½­Ì˜˜˜?_<˜wQ·®¯î6u‡•Š„böÕ|y~êãñVk&f›U¶3^åÃA2ŒrÃ÷Ê;ï<úسƒt (¾/ms·}4ÊÚý [QXÑÖãõRIsÐë/KkUç†Ï]Ãúh¿4ÌÉál$SÞü¦ #ÐòÍ®×ÎAƬl>\õæé/z M?ú}M󀯽€¾íÒ6;ÊÄsŸ2Ü õ‹Õ×kçÚØ"W;Þ9ä ØŒšû -–Ð1šžg5EìI¢ŽÙî?v£“/=ü½2 ãWåטQ ëÈøÆ~Ï$ˆgé\©ñé»ñoõ½;wåVäJ4,/hd#­‡èÜÄR’ÆÈ‰ÃÓ´y¹•F¾…m³ÓÄfŸŽò1ðÕÅós0D·Œ#Aµ)ìæØûГ]0õ€Ù\ŸÆÉc3sñèT†@ËÔëE$c¯Áffaó+oeMá×à6vÇ7OqyÈ–¶ÚIrvzò«øª÷Úì2Û_ƒq/òÃá0¾6Âá濫/樼PÞ ´wÕ÷ª°”ýW3¤¦éEÙ©pIO¦>2$·Ÿ_˜ms±„Fqp2ñ2£wôüZýq ŸÁ0ìu¦\ÒeÔDÜXÆ·î÷tüaùçÂØµþÈ·¬‡PÜþoë.ghe¬<:›Ý?(Lˆÿ÷`ÿ^LÎãÛ5„®àbLGoÿ˜€5ßSs£•Y×¹½OŒÓê4 -ŒÌµ¯Á±›[m1ìwT3×ëç,|ò“ –¨\†A‹L¼ -–2¦¥zýíÔ<À›Í]Í—ç<8 b¯u¹6§´³7S¢®ÿL[[wZ—mò3éú…Úzý6¹,U‹˜L3Ú>_±Qǹa+<̵¬$œ<+ LÚ9V³šöP+ÏŸ3äƒÒ±ö .¼å*ÙW³FϺÙNßÁšZ)ßMÔµ!±Þ_tŠ›ˆ=ý[Ù^¢ÁèŽàOÅ’ôeÛëdf­“(Y·û æûæ©>—XQ'iXÝbøã*í™`bÉ¡È/K,QfVW 2-þxŽËד9l@Ë̸ž•YeúÈ;{ÂZãMxuž¹7AÇé٣ٳ‹_ddMX衳¥ZÈê´Ñ*E¥…efÀ*ÜÿVCü–D€)+ãßFªÐºÜÕÈÕϾx ~ì(e=#;ÕM*=îÒtœ3î줹ÿ ‚Mè;ãQÍ¡ÓÀÛÜ=v‚aY-LÌi!ÓéŽÁ:û–`›±cRîüä‘M¬Ú «D×ÌÅôSÒ:x÷4[ýýJîO›Ü‹é¼Î°ð9̽½£0Iúþ¹×¨…“á'r¡Û€2ùJôk¶^VÚ3m'oÙê ™4ÀkÖ7º:ذlKâxÄQ‹AÒÎU½0BcÑòŒ³\-@ùÿG畦ªEáœA0((J¨"g0'ÌÙù_ú>ô[‚Å^{ýK*t^¹¨fý¼æÑù½ô!ùªŸZöÓêíª5¬·Æ -à²6$TRE&3#qå´¬§›êhõ+<Ýët,Ä¿×Ëd‹÷MËv†ã$ÈpIï?ÕÔ”ãßÕ©]… ‘Ç‘T93òïíÛ úu’sPÇ‹uåuD3Z:#©wö³›ÖS‡ô“QÜýÜæÃã3@:gW mîvêºÙŸHžjoÍxꛋ•››slìþæšß¨qZÍ:•ã³Ìfª”ö¼¸P{ä^DÀ±ø/^´•Cÿy\˜®Ø¯6ü2˰-iU­9—OíS²­5*ùGÓ(×Ò¡þê4”z¿¡eŠ—Ëc¥Œï˜Sk:.Ê F -=le¤4c Y–ÏÛUN™®ö}£ÃõÛJëñö‡®=FtÐcÖQ”URjÑ­°ñS¯v¨œûÏý={YrC¦òlÇù›R?ü¦e6å_~ØòoáòÅõ·’¦=9ÈìÀ¥ÔË(ñ¹“ú“Q{¢Î»WEñîy€'—t¯ª¼KÊdmüJwXÕéœÐ•ÁSô’<2×þ;±ô‰é0JZ©‚Ä´-hYȺea[(ìBBZGôùʬ3Š¥ã“›E'_kŸòO¹4«"«ŽÌö·ÍÉCšä]ôÍõ/O×åˆh$m·mh)±ù›×÷î:ö…1Œ=¥×>ó<œ§M -gìëàlòyçt„ó¹¹Bc+uðé|ï­AdVkÉ!ýsÆ0>l×Ò9ðp)•gÎl>È·ü㥭țïב–W’!Ôù4×[ÏmQ©Dmí¢yF}Ñ®‰=%›Å•flëy\Šè´áçP p°åÂ!¶ÿ!SŽ$'½¬<9]Æ=úã¾LøúQr:\´p{¿BµjhNÒnM5Õ%×#iôÜ?ÃöbÎ'$MW¤µäNaÍ/^Ç4¹~øh|FgÚÀZY²€»‘Üb–µ•¡ª(?ägfµún'æ ‰l2ÅEm_¿/ýÅP‚µçÄ:-5.á«Ë‰tîË­É…1†þÍ}e*mÊ=$ØÔì¡»·äÜßq÷…ýíö=Ë_·R.¼X»ÊùXÚ½ŠX(uöQ„kF]ÞIæ+ùÃ9 -üɲ_?òTútúÉðð[xÞê¤H2Wk˜­F.pMgs åý'ù]¦|C–κJ¯n÷²¨w\n[ÄU=9DÍ©ª¯Tžµ±¯Ýñt;~߼钪ñíF½ÑozU¬ÇSW'KÁIœa•w½uV7_äº[íºuõôL=Õ*z¼G=5Úï?™¿LñÇ4£ušW½ã©«r/¥ÍÓTïªÚGP»q0l•qKÖ¨ª’ÚÕ8W¨ÍSût¼†Ú'ÞÁ¢FäßZcð¢ÕÆüµ·Ëýêšéa«ÖÄùošck¦Ê⪃©Õ˜¨w¯…ÚÔ‰ÕʈÙâU¨šêý3è¨h4—¶†4¢MZ¼3Ê'éyæG#—vLåÖyŽ@˜µ+í½ÿ¬•k0:R’àGÝRÊã8ÞýC¨þÒÀs=\*ÏÝŸ;lâ<ªKKIûò~^4¶<ݱ2/©Œ……ÕœxÁTIdFŸô¿£½~¿îʪݩw•o4‘oU•Ý àHtÏbÊåÒËúØ¢°‚E¯(^\ZÅ~Ö¿¾{¶G`­hwËTo9cd o QÌû¢¯ñÛàµÏDɘëNÙÀd1àÜT¢÷µ>¶ÕW”¦‡®WyV=!›L•ïõ¦£Œº”eòFp¹2(#SÄuÉ}YÛ•“(ꨰé6”åÈ`f‡·bÊÛ^ÃNgèk­¨id¯mÎL’ʹ4Vú×ÑÌKg‰/—Di§Ã¿f:Ï\Û]¹õ(k>§É`õÑëVòÚ®Q«”t¦Ýχ†"^­´tݪËÅ£Ù‡]ÎI¿Rç’O^Ç”†|;³q£²l* ¬û;=‹wgŸÒ"±v×ßv^¯ n!•ý\‚˜Ç±ÁjÝ©Å)BëõZ¥/_9ø¬®àÜxuWg£´ ”*ÛÌ+Ët¢„ 7)u +¦å„r gç¨{ãE ƒÕß/Š©å(`‡Éõ«ï“\Wšçã ž…yyõkÚgi®F£¶¿ÎzÄ(…AŒïâh9ÙS*rqÑÙug9;ð¼{öÙ¼„ÎÄÕÖ?0Ó´"JüCÖNERø ËpÕ4X¿ÖpQ¹º+½ Õ>ìU«->äà2èƒyõç„$•†Îî@O=ÆY%|_8õ¼©žž½›¨ãcÁù›C“þ↪½|éït/,ÏÆq› *s[ã -ê[qx9²*×YÐíÍn=cØêÈýAõüsãô­Š%-†É‚W£y3ÓF #a¥tÞzÈg,ÁáúR¸¯•ÿ·ú <å) ¯NgÐ-µ·@ïÅ¡úöù¹6cPÝu4Õ\¼vû‰Ì*^è@4j5bºC}ô÷¯T>7"ôwˬkÔ ÅUÒñ씹CUPhõÞˆ²Ó­ÒøÂR]ËÙaÖíSÝðÈ@ºÏµ–ýEƒµëÉD«áÖºWÃÔ• -ZcÄ’ŸïÂÀ>›ƒzE¤5·½w?Zê”.ª»½Fä6ÿC¡œTþVw¯wf7|â­?t¶LÐw©;áà;úÞÖQƒ#­Yw~S¯í9® ÄÆ¸èϯêåZëNµä”täÖn¨ì¯vż“q‚Xm×eÝ[ð;"ý[û^.@ ¨™ÓYWî’ë©ê3DBy°~¶äTònœÐê¬Ìòa+ªC3—’¡ôΪÈyþÔüqAmeøó“Q2SY/Ãé`o…Cò.ƒ¼“ÿ;EJŒtoR85ÀÈÊÈ}¶“T‹ªÀËlûd}c}èÕÕê/j`±4á)½ç@Zk½ç†lH3u)u‘R²mŽÄNTðØ…º€Ò@ÚUW‰ÿ`æûêhª\¸Â÷"Ûl?×W1²° ·´Ð}¾¯¤•¤»IÐ_gü ‚H‘Z0; ês‚~rêi\±á¥RDÍrÕéã`Èõ€ò§ÜRc¹ÕGÖëbÝg <–‘‡ÍO‡¼6Æ4Ì!ÈÏ.»o~½lG(ök%;×Bws޲GªMgf< ->ôÊFmɰÇnn”ìŽÔ5®|kg’”/Žmœ¿G $[:ãämI¹°RÍ]ÑýÕŠáðx¾dÎ(é”’L“@&ÖõHcË9|$Õ¥¼‚tj"uj'ùNé *,XëVfOuåæöÆÔOÓ9^ÚÆÊT²Ä§óskaO* ¦<Ä&«C¼I ½¨E -†0qW{¡¾Uß°2x±‡‰]®+µKÕpÐô¼úúv™–`c/Ý^nAïÇ0Æœõ×'H\”©r]]—áiÏ¢Âï¹Y€)|;Ísãv?YÞZdB0)'¬ócõà?úa>,Ìê›óB¿ÎÐ@;ÕÀÜÒƒ&¦=ÒÅH+ó«T ¾# ã@ö&ÅK–ÄÇþL€Â'¡€Ç«\ó‹W3ŒïÎßê}~VVçcáaW‡¼®×U¶ê —ÉÚ {¯ÑXk -.?kcôO•„_ Ó‹AëÕ÷‚}§Yiçû,Cryö]PHúÕQ”¥ËðI$¸ËkÎMMÃehΤoÝzœÝøÖ”?Ò]“ùEðØ«ÿóå­îÈpE³Ð<íI >–­êƳþòùY3UN©2®ÍÓ—ÎÀ«œökø–>=ÐÏçöi;?@R~ù7v&Ìùü¡côØ1›}ÛÒ-£b©ç‹¥c”°ªB±íÍõn{ bÎy]Ãâ\µ^©÷—ø~ÚñÞíó Ê>KLR²÷pXœº‚uØy÷ÃÃ@6gµîT½s¥¹¾½Fz¥P¦Ô!ç—h±ˆÎ¶ ”jó:r·ÂC¼éÀÍ`™¨>úúrÖÿö±{YâÑßæúÇ'à1fÌüÎ0‰‡ø[ÃxÁ58«>ÏÀd2‡½³³œô£‰ìËÊ@v™>ô¹Ãdõ±·˜«©÷ÔL›q.9U¦…©îqö4éÅvíöÒßE—µW’r¸1g4%[É-JËôy7Ø'ñSeî9›ê˜»û“ÓïÉ­ú±Úìþ⃢7¼"¸ Òæ¢c‹‘bWª[XË÷ÜuQzäÛR{¬5ÎÀhYÔudÜáÛrUòKã#ªÂ4&¢Ö:ÛÁc:¨¨üÛê[îèR OÛÛ¼{ÓÄ?M¿±ëBö\,1ë4 ¢?s™lÇÈk«ßæÔûa*VÄ®ýû²ÝÄwÔP½æ"Ðõ´?gñQM_ Ìt\zé€Ûj7UÝž`*Nô5Th6ôzòýC†kœ¡²ah­@>Îô#\p€w¼ÁòŠF¹©šºÍY5k¾ -¾c“7“î™0-Ô×±ç¬bŒƒm]×ú2!Ší|MïcU¯c«çÅ•†FaÖÇ ×¼ÍRQð!Ú#R@cåëlâv$ç4YDf–p%;ž?vuý- †òC)r¦./líwÛÃŽ­™F¾•óàrè䡸šrw_ ܦºÚYYOߺ§™¿x -0n2ðúl3ÿµÖ¦ïGÎiÎñ­ÎØ›úøÂ[–EÁ Ð0‹îõº'6è`ÀÁ’ï›ík½u5#ËH§z)‡÷ûkoVÊbö]¬Åvýá©ôeÖâåÁ­Ëoi¶podÆ›–$³v6Œo†‚êùê5ã/®£iï¤CÒŽ¹Ù,'þXY—£ßð70úõ=·P­Å¡ó7¾dëäx•“‹Oi¾ˆ¯ÖýÌÝÕŠ‡Epú‡Æíîk:×®fà:¼–ã{[{ÎI1g|ÚÆêpî"Ž{æ:0^Hý=Îó´ñÅk äÚ´òqîMÙ¸~¤{d¥`J)%€Ö裗߫«Õ¹[ßL|³çr]s/^?£©Ý«~uòñ©€ðÚ+cFÏÏÝ rE6„»}áÓÃËË)˜dði¤©-8o—TcÐSãó{››^vÉ ó£²ê3«ºbÏÚERÎÅT. ¦‰ÿXs ‰¬ì&¢î‘ň.~è¦ÂŒ®†IS-M -ªš§Ò¿u¯¼3 ¼5©–•©a@[ˆÀó^C1³Û5Wcª?Îù/OYküÈ në°kÉõ¿µ.§yæ†æ²Á>šÊ­¤„ú0z«ÃÈJ-tÏ1“E1ËÈ@_W¡ÕŸ´ö—¼\ÐNö¸±’+½A©Ë0 âï‹zë|­CÏΛ̞j)AñwðRÏq5XrŸ"¡kw‰¬[²=ƒ¸Œ+Zc³¼ÈH94?ЙáO}ô ]ú°0çW‡•6 &@·@Å;¸j+9*ÿž?3®Ó¡œ_9ã}ø„†³Nó^:cÓÕûupÇV†°,È\Xº44è´ÏõÝ7Óò’Z -¡ÿ›B¥®Qæ}ß»{,gp.n©Í-Œ·ålŠKë–y@¼¢ñ»WÂÇѺÆè‡ tðÐÜÎóç]´ï|hj…€³¤2Șzµúÿ…,õõ<É1=[,´ÏFGb~Žåé{3¬$Ø”ärW+*§7£žED®½Q#½çsZð$ü–¤Æ‰žó$Îåãþ2³}ÏaGw7«dyЪù‹,$[#þ]P'ÕóÒåùLÁÐÿ :}ìa zûcl:qr Œc-šÀ]ñ6ˆbj^p­æ-¼ÿ=$bæ‡÷ì¶¡œuŸpÛCž3ß7e/mO¢óqO…¡¢ßG7…½…ÐÆp¤¨MvÃ|«ó-"Ƨ¯Ù–ur5Öí©z]ëH3êÒBgWÒt—‰¶?UBaïÛËúá— šNkb[7o!¡‹iènŽOFYl®GiæSß̸¤ -ÿÞ=\™Í}53ºx§îŸ{ò»zõe”§õÌ}•è@éï’éÞ·nˆ§´çª8¹—vØx®Â›Ë·#ÝÞÛI±¢•c–Ò–„§Mv0^•ý5>õ©Fþv>:jþéÕc‰tUx ¡oèŒcØÌT9Ù±–ËлX©9 „Šv+,®xП·@ÎÇfûm¶Û'¤™S“u_ìÆ -!]ØœzÁ‘ÔªÔÀÛ~ávÄIÓ÷¯Ö@‡¤Fé‚çä„ýý"jç”…~öïb7ýŸve`}°F ÔÙ!”±þ´ï5R­›Ý\}«5: åí¿>^0ÖfU;F8Ä9Ý—l iY÷¼CÁ:‘—;_r¹ƒ6ß¼3½§¥·]zèÃ}Zœë…6; ¦¥ò|ªq_öêÕGÃõ—Yâ4 ó0µòßän' ì,æ?CÛ9¹c.MZï‡]¥¦ó¶œê©”ˆ¶Š™ö+°7‚¯ûn\0¸¹ñîÓÑÁÔ‰íl[‚àxÌq-çk­¼õÞW?–?‹ÃèWÐÌŽÝŒÐb{mþ¡=t§ÈÚª(FÄd™®àGàðÿβ®<úý»@®Ýpì4Àïp蹫ƒÚÒy~Û=ž²íJ·aª«Å½?Ø9`µ¹në?žên9]G~㵑¥òh §tæm/×—ñð‰Jð ¬$Ó~Fr]IYc¤Ç­é¦ÅGQnØ~Mû¸¿LÉ0åÚXCôÌ~$V486"b XZ;ÖÊ?`éùšs#r•dtù±®Fz — endstream endobj 33 0 obj <>stream -íi¨WÃîU?ø¸ŽŽèˆg¾jö(¤Þ/\g˜íç?ª. w …c.g¿É *Ø'‡Ös -ž:'Á‹¼mŒ[ËJò}Ĕӻ7©XÁ÷aPùM­Vcf ž¦WðºHsc´KV–Ä™—ΓÖiÎL5î†L þéòº¦l‹`\¡Còò|zïE·°_8¥ê“£I„cÚ‹·oj´ ™‚ôsŠK‡ŒÖÏžOåZrð>yæ®`è¤3ÀmeðXv2ºû;Y'ÙDWÉœœ¡W±4зÍÏ@iz_ÌýakjžN„2 'ˆÛœŽ_M -Š7¸Ž­ åÙ”nÊÓ,¾QñPÀãÇÌPÙcßÑp²(Úv¾ðËTÉokl°xmtu %T˰ã׫0ê}O‰ú콆·ÞÀgmõB´B“Ùm©wm¯ž¢QÖÌã^þ^}R>ždVψ|ÔÖÈ¢ùäSÊýC¦Ue¦AïUû:k±I¹ò 6ôb ÍÚƒéVð¬B¢nä¯lO®½Õñ9ܬ½ªõªwX#Éo‰€»tåü"_ú\ûÛ%,0páVIí˜ÿ^³ü"\Ët¯,?çZ±X¦ÌB;ŸñYï ½KBm9ÚauÅÉ›ÀÊQd¨õês-ð. » ïºØûï±}©:¯;âÁXri«?Ñ£üÓ²úÊeªÝ0»Š¦Öo†ž¸ _ÔWe(w -VB[¼†8ÏX‚ò®Œ*£¹–³[oßwÕwã(ÀÚîh:ífbWöóK7Í'¶Q*• cÙ ;$ë~ MûßÚ¸EÅÿzP¸z•ÚJÈ52†Ä°ôòÆqé…¿:i¾±ýXc±C´Í3?ײ•Kè¾¹Mýøag£Î纸Yhø2=šZ uBX®5¿æ½—ß…˜cetáß)’/«a×[Õ›¸Û9ÀžP=—^Î0n(Yã}»æ(ÚYˆ?Q U-¼ÉVcøÐ‡Êà¯t¼ -DÎ"Ä÷%C' áéZÚ{ê,Ï‹ËÝ+ü›suØ(ögœ|¹F;½9‚S(›Vñ£—_­hú›6«“U…À—v¬½*Nú“ϲ1Ê¢$Xø›uË“5¾‹°jSg¾ug‚îþ½àóZWÌðÛt¥÷0èxÌSÎJgg…4…âf¨Rß%­?ºX»_¡õQƒmù‘¥š,ü·^ÚPºé†j“SÆ^ù°S¹ó鱤ÜÊ«÷dÙÇJ-h]bœRocüb" ïcÏšÔ‡ÿÚ°Ä<ô´xEµá=íG›¤ŽýC$2S?g~6ÖµV4‘°`º¨g>AùË䇣ìŸô/Z«:!Í ViÙÏTy%„y•=ªÙ£ð ÜpYG§£U®JwpĉS–iüž*ÜçÛ~Í`ýRøÑ­Ø­›ŸÙùçÞÄÛ³?C'œïŹ]K_|+p·‚^.]žÆ úÿ/–àLû5¡s‹Ú‡ž××`5j°úf:™jgd&MŸ8åÈaµ^-[ê`4p†ü¥SÜÛW#yù•,ô÷jÍö´Ëi÷Þ˜ÓŸç¯.ìŽmØÝ. ÿ8®^\åÝŸ°>zŒ½@螺6`zÎéÉÜ€3˜þä™ ­²ìYÇí9miJaah¹aÅ(½X ¯˜Œ¬‰ S‚=½‚jðMdÊyï_á/ÐKÓ|>Ÿu~ß± ïÝÍ#ƒ-×;¿ï[ujÛxÙ>Ùû½%kcËæv·&¥þx1ÍÞ‡ºº^× _1D‹ÅÈGd€ðÜ5‘‘fŸ¬á®”ûf¾ß§øá$ I’nÀÁZbÚ¹˜ð”õó·QÅkíaª}ªý¬çoˆè„(Mj2{EÒWܹ7Oº˜q)‚ûÒ‡›I»–ÌïïoŸA«)s‘ [%‡ë|F¹™o5:Û²­Ä¨ó2¶*®ôj©|0RÖåö6¹(²©‰ñ­ü&…Š’Î &DàIý|´kåp*gVîÀ)¥æÂ±Š‡ÒÕª/Öd®L¦JØWOÚ‹Õß`vž`ÄËölØ÷E8û­v©záwÐl}õ;X\½÷1k¶]T_Û^ÎÖ*-ºÑ‰^_õsÏ¿ž|ejq÷Ü‚dççx«eª|6bY+*z<Ôj3þ|—oæ … ¾x¦½RÏ¿ÁJ|i:wÊG)ñ׉ÁÒ¦39)ÖŽÊw 2`¯ÁÅ`F££oP' $g›ÜŠ”ÏNu^ÍH ²Ãõ“¤™µ™áu¨1Áã{GaÙ°«-ßotÉvâÜéWy;­‚fἘ«[D’üë¥h‚¶³ˆÞ|JñN-={ùófTìþíã™1 ,ëÈ©45üÜ{ùa=³‹jsŒ‡·7¤‡?!ª *×ÛÖ¾~L¢›•ñ‹ÙÍ-ÁEÉ/´_\YTׯíZ>¹÷Y2š]¡uc‰$Öbõ@ÿ!Þ}pѨ9Xëäîõ£"ÂÂîTž7;FCâ]ÍÙȯ[~Ù*ÏÞo/ë®i¼/ ýIw^ÕU“tÖºƒ/ÕŸWº6ªÆ»\xbróÁÇr6ü[õ,â_uµ¶H,oñ¤¤¿qðÉq.Wª¶‚“ÎÙcÌÏm’P®;QÌxm´ÍFü7‰÷pl“hè s t²?ªÔ‰õ½GÕ[sö)7oR~”ïeªüìÅZ4>ù7ùDWW=§~uSzuuåеëë«j_}Aµ×£•±ž}öF2(]0M—Ͻ÷¢kKùÅ/z†3-)=§ôxÔóóA¹®oÒþ›qJÎÆíu´œËÏ-‹éŸ»´åÞÍj¦ÕàŠsJÿ`·¾ö›eVÑŽêUÔ]~-þLkR2í\(þÖs÷¶=Ë#só÷,:pÑ)½"\¾õÒáŸï§ Ir~[Ñ»ÏîÁÝæÇSÃv–nÅ—©¬¸?WÙßs—%I†à5ï %Y¯DTFß~1#å çFAÌhÕÖ¯t.«õ:÷`Y!š7&Ó¾*ߦ¼‰²{«Öe+@]'ñj[4hñ>9(`8yN)Üm§ø•Sýuªq£“7 -Èñ õô~ñM¨¿ú°pk} ¿¨É“!(Òô^G¯¬’åÎéjSß-/¬Ï¢(Hú•»¾Å'4ý²NTa»båƒzúÝ·>·BÜ¢•çˆê;OÐ~ÜÎxu3¢eøªIÏÅôÚYQY_«áPŸÃ¬[Î&Æ~@࣯¶· -ËpÕÀWí/Ò¯gQðÞð -ðâÅF÷ -§ukgõ'ýw—68Œk;ÍÏiÝm)óÁYÍE­³V….Ý– üccY ½WNùKÚc(úÁd´žm«¡™ým¿[ešèKèçÓ»A±¸76 ØFš¿<¶Æ¼hA£k­›Ø|VøþÜ×.ôÍÖk_ û ¹h_š£ªþ$_×­?KÿA¯E-Îļn³V?Ð1¦‘vµ,Ýgå¯ÛHøÚ|ý ­iÝýÔ—Ñ×SìÞ·¦#'7Ÿ±ˆ¨u=µ)£ œqÛf‘!ì‚§ž «dý¤Ü~µÓô„@|»£—š”kŠ£"£º±·…I2™µ¹Cvm»‘fGZÓö6•¯f‚É5—ž?;d™hüô´Z³M³|¶Ðg©‚hȱp€÷.ÏJ ›þ!A¿'ÌçÒÎ{óïC¾ä^þ( -öþª;FÞ¶Blá=ÜtØ:._s9C»¨GB®lS½ëÏ=Ý®)µÚ·v}ÀÉ«ž_Òç¹&¶ˆ‚ŒÓŒÆÄÙ­ýáâÓwl‚¨÷ضBº°I‡!Ï/×%«=kklPükö‰²å~áBSìå Î'”q%¯L0uaÅ”ÉSñ¹¼µÜ®ÄÔŸ+óMœÔ³tä¯Í¬’÷lДÊꘓ:çô!=§úJù‡Wéáåpú7_(îåù”¤ùy¸£ÐWÎAÞ•nõ0ª|]9îåœÜY´{ð„Kås•¾rä”^™-þöì*}•’RZ΂V³,þÔzþðP¦50>§Ýf¬!j]“˜É¢¹Æó å'-ò7Ä–¥)x,sE¿½•i/×qî/\Ù;-î½’+õ@ãîJ©a…¥¥%ë6µÔDØÕäóÞP»Ò\Âs|æÈ ªó½&=ÿ¾¯«IÊØqÔž_¼ -7ý”C’ç¨+ÓÞ¿›6øÞÉì}ÛÁA–^>ZœÃâænMk)ÕgdiׂnÜ y&ÅÝu†8¿ÚCÉ“©FžÎÝ凌/ƒŸ¼ü™¼r~©À²Ðë´"ÖoÛ|åñò_¯1Ñ£ÒÚßÛ·Û;Q%rvPA‹ø‰æ»¦(ÒvxÚ ‡‹Ä4 -`µ–¹w#¥’y‡ÓªEˆÊçËòp4œy+¢±nJrWf»«ÄWWÝtºîÎ#s•’oç1êÞ%nÏÿ!“BXL,)ÉÒ³Ôëw¹põo«“øãèÃÁ©†t'›ê ÙÔ)׎ƒoΟ»ìÓ‚0¦¯ 7½“ÃŽê¢û³;MR‚Õõ|ð© SKL„¿³v«ÖåJ™£5¢‹~ý‘O¥Ñ0ÍP=W)L¾?j\Ø·.6…÷¹h¶‹wðjM©Ê–¢¶²#wjÒM)a6ónm¤SfªAWîåâNÜ-1c~”.þ!Ö0Gêû”•Í#8:­óÝh÷0ENo¥jüÈeѬ³€¡ü¿¸¡kï›6aèžR‰z¢Xw±#Œ¶LöÕ¾ùi'œ^ ¸¡àªèaÁüÙÅš%>Yývê«"X›Öt-<ä#wÕå—fn‡òÆtª -¨'„¾Ì}JnìÚƒZžšJg¥í6(òÉ*$i¨€üm¶Ç*•¡W1;¸ºr“ß„z¤¯öžåIp;ó»ûÌdf]e¹},:ekR0Œay¢¨‹-ÁÁdfYç»|.Ú]™•#[ÎÝ^#›v°p±koä¦ýmÈô²Öð¤"W’eqµáù×Ñ®×=í9J&›Üß>Šëm)Ȱl¥º?Yìæ#'Ø<\ÔÑìØ•]éçãCÿRÑ L=õëÈ6IÓ#©ÇH†·¨Ø¾+Áä:X›à‡œÙh’æ4–‹½¿ÕDzÕ{¯». ÇÓ4=v?¦òÏ­Œ=ÖKõÍ}¤N®ÄFòEèpêâP]`¸m[S¿`'ÖðE=Âù™× 0œ‚ÓÑ?²Ro•? (,pyTû[Í¡Œ?·º»+®7ÚV•`?ªï,¶äà]9(/X™«“¥ÝÚÜ:ŸÌÖ½ hDÕ[H>îyÀomO=GÄ]–¹¨Y ©ú‡\n¤>3õµËŒDòÒÎy5KncT†^#Bú¨šùâ Ý)9GúFA/cJ³®b†“šÖÙôª:ÍYR\®t¡Û(*÷Švÿë0_²8•¹=B÷[w0x´þf£ò\¯…¤fõîNu’ Z·ÃÉø ‰¡#´.Ã軸ÞV›ñª$¼²®ÍéDQÑü…iw¹ß ºlw¦"pòÚי&å\¢×Ñg–'Êx¦JÂéÔ{O-I­|­ º6Õêï§ßNybœ*FÍÑÏË¿ç¶Þ=}¾Ê»YÞ…ªy‡³Õ ©™YmÒv짃¡všËçˆgßµÉ÷Z-êFöôOshO·öT¹•k/aÚ:?Íñ”Óz¦´ –QÒÿQvÕ…‰µ×¦[;ÉTûÍn;ÁØ* é²6Wó{dΫH} QÒ¾‡NÇ œ|=ÿ·óäª9lþ¼|šòN£”ù~Ýn>ÌËV»7™¢âŠô~ùØÁüŒvêjIðÏZ4‹›Oe7-/5YÕ}ƒ¤¶ãÿ+h’SŸïÅ›GæPë\ÿ!f&™|8Œ-ð%x©ñšŠÏ=)ž&9_]% üµY¬&ÑÞ܉Š7N'·Q}í·SS´Y”ïÏS¹hû›I €_}ÔL73Bÿ$­‘2¥nãȲ»›]×§ŠÒVáøæå:¥îü.ê†â˱º¤ÅOtjx E¾·|pkjÞ<ÔieÚòŠL˜$ÖßrE|õl°oV5®3ªëÆäœ¹ðåáOK„e¾ïŸtÎÜ‚hø;Ý‹zá°+çQþ -ê;ep¬ÖÁrtƽ?Ÿ)É*sþæsÓEc ´Tä´¤µÙx±‰^ðóÅòއïVº7ÒÆÌSsHBö"ñ“Åe+«‹{ ÛÂüCúÒª(ªÁjhŽ„šÖî«ÆâWQ×3œ]ˆËïD;l‰ª–g¦Œ«Ðº¥¡‡p‡S~£Ž]aµW£ öw%á]ɇùF©¸ëeèˆËüÛY?3U^ÆÑ]¦×‚ú¬çZîÄáçAlÇ‘ÞC)ëF^®*ún«.ÁeØïLªG{¦¥DÈ‚Qû³î#{8„§,²ª/ç6l¶köœãfQ•Ó4Ÿ–U,S%êÂ;ôrícFeÑÒßz|sý¾—n¼‰ -Èr¦54Öƒ ^J:Ò¿Z^ÔÈóT­Û½ÌÞ ¬¿³Üsò),{–â.ÍÂbýšó÷›öíÎ?òÕ‘y*j¼ˆ÷f]f¢¿_ñDý¨Ida7ƒe¾«k:7³¦á,èíÓ™½¬×Þ£ù`N¸®R|„yG«Ÿ²$Hþû -ëaÓj4_u;¾Þèm·ÑÐ÷sAP¹¾°D¯lµåÌ~¡©aл|‘T³ü¢ãeÍÜ–¶~öÜ7€KöÏñ7+LçNRõ"*µÜ[ÿ«hÎnª$±åfù$õÆÀø)o¯³J}´;wç6ÛAl×±t ­ž žWd•+_‚òE‚êOšßùFqVº÷Q­½T¦íêfl²p¹V±Þ•ÿ‡ Ïvr…ßǃ -À-?ÖÜÒbä•°Ybw­H¨ƒ8šîG€èç±ÝÍ‚íÅ–$uÆoº½ÚE&íçL-«ÝviØÌIØÅ@ž?[9ÐumV:߆“©yû{3Ò -ö´íš‰>í—­—‘¿l§òý9c¥ÊyWÔ>fÜRLî.ÝV…¿`/Ñâ†hÈÉnEÁÒo#£hdŠ£0Ž ë®è§ŸÇQnK,ft½bGëµÕ¿3í°×Ô)\žŒ7p–Ê?¶EiôÀ'zeŒÆáÀë°¿÷: ó*ùÊÞ,ñ@„Õ^üºž#5\iyCïÿîVp˜Úª!±¶>µ5]Æ‘Wew­jІfÉbËž£*ùïZ·Á•Ƴš*+ÎÌ–ÍÊœv¢ -–Ë8´êOï -µ|ê£TOÇ>Ôk™ÚÜö&ãfõ^o‡7áá0ltçË"4.̮އg¾¡"ר&%TŸ6Pwi¬x y¦77Ó?Ö7m¢},q-AMÊk'QÊieÄTú9hù|u[­Ç¨õZYEˆ!•B¦Ù]€»9»Jï1]#|Kz¹R± §tö{Î:U9™ØA´´!(‘dž~¥k>¾ÝåUÑœW|¡5wbùÖ„/½ÕÍ¥dEøh¶uûÙ@_<âŒaL¤<ÛwUÔ´‡é•@FF¥¸]ì!·Ë¨‘ £^kÛn­IËÕå; ªîQ©a°øÃ>1¯„.ÝÕb¿ºM½R–|€ŽÀÐ9ÛAFãZ¦é¨îžMk1¾+~¤[¾†±µ$0Žòbc°âhMd†© -‹¹V8½Úf4Í(]ŸOÆ`U¼Uµ»Õ$X,MÙbýå*Ÿ£Ëg ç¿óœ­óoU ³´m™>4ÈÚd¤^´"ƒÂc;{wM…ÏéàXðòˆgy×n ¯êÿïÂþ¡­ ` c!Š -œë=˜*,š´ÐÙNÇKî·u@ÞK§H£“?ÍôÁºTSû¡lð~~áe ›=Bßëc1¡k“Ö#\~r)>É`i×E(´í+WZß<K*u`OÛÖ¨7M%,ÔE™£f¼;iEÈTé´ŸÈ9ÔÞ«Éѱ—–60q5- -á†Id–ÐþU8–n„GöLOæô¾·í½ÌæJ9MhNb1"ªJÃ{—ã`~½ÓÒ58»0dÞú+k™*ÙLL%ο&oÜȳÁûnÔ_†Ë?|¨`SJÔöŠQk•zóÌ’–Aš ð®¯Ø|IÅÈub“¹dßNI!Ì{ѼÏ6¼Zž´Ú‰¡OŠÄ?Dè ù®:À*?½õ9jX^¨£òÒ‡ŸôHqÖfT… ^`Í2ˆ¿“N38ÿ´lkb•o:±.¥p ãµ -îÞFðé¼aõÑXÏâ4«1ÑýÊÔõV‡€]r"´~ŽÒŸúÌ=×va×÷ì*]ôÕ±k™ÓÝÚQ&»ÛC»å¯QMÑ.¿Õ¥·†»ë¥vndÈ_‚ÍÂêƒú¾G?Se8ÉU€ø„/ïS@1K¦EßB6*©MsSËìÛëšáÔ—oqWj>Ê©$ê,]ë²”Få´ç¥qÓªc<¥³ø 7Mª.?°¯ÿê‹D!ŸÉã3O³JæëoÎA8I4ñ]G‘÷çÝÐKd¨ïß?›gæfœz]Y³Þ­A{·­úzÛ«~á`_@oRSà²w±¥½–àd”©œyxìûpÏy—ýý6npò†»íýÞ&à”ÑKò'í_:û±Ùˆ=žJ”EÙµ>¡Pï%he€•`§"<-Söj朼ŒžÒ?Æ»W›ÊtuzwßÕ¸¢Û¡¾^¹[F}¶i_ m@¤¶ÞÆ~f%:i°^ªl göZ\?œÔS‰yº>î7ãôÌpf´·û*ÁVˆçYÔÀ,/ïG3Éë÷Ƚv:»L_—“Ž=Ù·[00Yâ£Æû}–S¸Ñ ˆMöˆâÕç.Ü3fM¹qd6Ó~â{qÛ8HÉ@Ú2I#Ic¡‹±ëõëpç¡×&¢ÂÎng‘µàÀ+Œ)þ”.Ž7™^Ô¤Y}º£IN˜ ¡´s½²ƒ(Êv§í<=·ƒ÷'7ž»·œTG¤yô&å>wxÝ¥ûû°6ª`™ÐHy»;4éþ<Õ[ÛVCNoÔcí—lÜiêïýþ'¡ªNwDŽ$;«d™ülKæÔöëæêò)©cAñó¡ÍXáÖ¢©øÊ¿l³š¾ƒœøMʱ‘wW-ÙÚÜùBç &8¬¨5¿÷±Ë/­òåß]EßïÈÈÛmïs¡*³1zT\~ÉÃù^R…Éê¬mX}Muùã.9ôdñ -«o¯š9&³5që|Ãü<ip»¦`´M;«±ÞðÜ`Vè阃´½áø•- àut•ýÌžß~Ø‚\¼O§#5o4V°lzšY¨C:ÑqnöÕßfîÆÀùËÖª<hýð«NÜ`u9쀤ЄY%c=Bp -bt¨\ÙWI}åX6¶XYìauQP#Ì*+ŒÀϽAoÑãE¼ÐshùM:ú¨Ñol ‡ŸÙ²9PO!v«—„Õ®zuÙOÕÊ®‚Ö{óÉË\¼íétÍa=ï êÞñ`Ç“«Ï¹Ìô)¶©ï>EMC -ìøo—R+”:_ ˆ«¥¯~H :æÉÉdze.GS¯-³¦UMµTصcæ/ùu6Æu¡Û+*ÑÖÜééT[¯Ö.)› N×Ô²kǨ¯÷‡uÊy?éŸÆ%”òöV¶Þ |9‘Ûœïm†½,G?ß(·Žû¢ƒÏ̱®æïÂT¨yÍœžW!L·Ã5~ª®Zf¶U@üÚBÐQ3ÙÈaþòÁB!‰ú3<]f‚ùrkŠ ÖЋ—âm´Ëww‡‚•½\v/ší\óä@ÌàÁen+Ÿ·O³ž2ð -×B ‰îµÏ1 -'é²ö–ö·2)w/ƒ©OàGºÍFÜ(µ”ùc1ÐùÑàò2G„Ìü>S¼ñ… þ£è¼T‚(º‚·F0 APrÎTÌ9‡ý?æ{´»ªn t·Ü3ÚÍ{`s„\ä˜ß,;ônË©¼èO8¹±s8½Óï¨~`‘¹u£±%è¿cÑÓÙ°‡ZØ_·Í ’a\’y£õT5\%Ü^9Ò`3Ñ1†Û+W~æ`ÿ¼ ^ÆÊƒX÷Ü»G#àj=X_ìõ@!Q¡‘×U¬í0E‘.™ U%ú±ž(¬l­wT/‡½(¬†§\ît•º6Wʪ·\§ÔÔY´&š˜·÷ûWa–hÜUACÏmÛÒÙͼ?Œ™ºh(/El7«bYýKBT$-Þ–ÆÑ?Ùx}¾Ç¡ÑÅ‚£«T–+2[Ý·ú={Êk6å€^öÁ$¤÷³Ó[Ǿ¦g`®÷ûo‹@ËÆß>ÄßÈ’BiëXhYkySD¦] ©šx#¯:h’þ†‡Ç%2èú °:|ÓïG¶4×ùfË2Z>ü´±»»ÓÀ†éÛhà!~9!Ÿ9þ¤4`¹4¬[ÆÅM:”’a7¸ùQé† h™6¿™c$Z©k|Àß§3Xys]é“vo_¦¯¤_ðáå° -ˆIÝCgëFƒ6ä5V5Ù½Z5ûù˜qö;©Ô‡>{»XĽś—C´ï;@‹2žØÖw˵ÐfK÷šÞî¶j¡úænj¨=ð€ Q©Ë¡3-ª’ÜŠsÛ1I¥/–ô¬îÄì ’·@/4¯+7°OÅÁrÜ‹±ÍWþÜ\ÝŒJK‰ø?@ùšŽ“Žj¯“Bæ·¡ôkHÚ6`¶ÉeyB²¾$’˸Fwù2\åî=‘J«\S„Ò—µòzá§ÇfѲ;l‹ØÕS:î+ûø Åv­¡þíÆÏ”[GɃ“þÎhv"Ï•ïóz£ @ábg2S{.˜Û«-¬ô¢Qs¨rNibç”ÕJ _A™šdoc%ŸcIË}3 o|eV•û\“ϳê?À'KÁs´7Ÿ/xTÖÎöoÏfüÔÚÚµFUÿI¶ÞÒÊ2ÐÏV¡ª]©cW£ý‰«á|!4[ãž1r°q0Éœ3݈¦¬¾À -Ï|¸@Ž·¨[Q•°VÛØ4vz!BOµ¾è:IZ'$a´ÑöÒJ°§P—y\d-†ÝCÕ©Ìt§¦ð˜ï¼;ùØŒl Ë ¯95ŽL˜Á¡âõEò«™÷Ú­ dÖ6…0 ;Mwí¾¶B„³jœðh¦m]~V›l58íƒ28Q­„Y(™ä®:Þ:xý—ÌZIêÙ¥rXîùFч/ÓÚÅÐηV»|SÚºœ .—€ÚÁ=G­RاÞ¦Ú”p5œç÷.ÀˆÜÙµàô§ÓdSb°`ŽºÙÕØ‰é=2 r??OŸ-[5½j¢6õ^`öƒu$'•*?ú®à¢*ÂBýeŸ›PÊúqpòiwçÂ9×Änø!µŽè`-DhÓ³7ÉÙx~ÚìÀN‚Á“ŽŽd7Þ¦ÈJò²!R…-¾<¿šfŸÖɯµ\À›ÌìÇ?`Ô }È9l™_Ѹë£Uê–éS©9)=m((mƒf¨ŠvÙ0¢zYNù„è|µhTW¸ïeí‡é¨·ô­8)$*l&°ù%nÉFl µHGì.7ÕÕÓ_MÓÜÛ¶_ÔQYh#àü¨Íz4˜)âr‰X§%7ZÙMLw|¿˜=O@Õ3y•öKdërL€Ãö(•gVÛ°O7)ƒY¦Ué›ãé|?fÒe3 ³>@«ìâËòPýŒã5\‘cÝg 2êrÝF×eÒV0Bìý=´^wÝÕEU™ ZÍy6j «]Nå“m<Ó0´ð/bÙZAÊå»±¢‹'Ôr”§\™„Dì&Ã;ªj«ðàÞøÝÞÃÍQ*-ž›•¸œÎ6ª·á#C¨ö9¥ÿi3Úò*©}7:¬ÕY?4kFÕþ‘ZyüÆ¿ešj¤û©ù®Ñt%íµÞË©:î”ûv3¡µzá°ÌÈ:Ä-yòüjøÑÎ;k#ÌGÄ×à–ç-~;ižÏ#ýHx«`Å]ŽÃÕ)<²>-mw¯ö.°=™ÆÚµVð͵qjƒ'1™i -8úϪeò½é5-åi•ÓfKOØÁ+‹ÌPÞ¢Qedûã•‹ÃÆ:=ýzãk¢öóæë?²è+íþÝx,¥:Ò˜$&œB+Aj ͧýÌåK‰Ÿ¤†ö"¦Sô@ïÍYÙ’¹LWê{誵«9Å«”+V/XN©Û#ÄÒ(Ìß‹MIG±›QŒÅ=ƒ²l›ï£WnË­d=UræÙG7Ž!n®aÖ5Õ±y;¾ìÊzzyáµQiµÌàQãíýйuSjµ0>s0ÎÚ`ÖÚoJí§2­ ßöBí;(xÌ»”˜[ 0;”¶î‰í88 þN³rž±Ç¶«¹ímÑOdú72-]ŸXýú;€*÷ãY¿8÷•Nüfé´õP‚Krb¤­ûîÒg„Ý8ä:·ù?`LÑr1 ƒ=i·\¡t‘Úv¯h¶y,ºé¥˜-Üœ¾>ZÏ.œë£Ì)¡’NS—lâ‹Høõ÷»="þ˪ãkÁc7µ$Ã| .­°ÞWÍ÷—É¡úY“5éM4ÈÄ®óDlÄ‹F&«›ÝO@N­ý‹nfJÎlE@«þ|B}'‹RÒôŒdw44#‹ª$ËÔúM·õæ‰ dZ Ï\ÎÙ”}nÜŽL€‚šý*b‰œü£ìÐ{>Ö E;Þ^©ÛÎÿ…žÚïc!©$D‘ýbî,ÀJ»VÈŽ2Ë#Åø[32LUµü\ÜæÓcLrñd+Ïù%wÞns³?W+¿JãX|ï#NB§Ä}.¶¥Žëk‰j"ÒXj5¤S nˆ…·Xªp=Vf†£»d#dÇ‘±Sk·:‰N¯†•T Û÷ÙWÿÐGè@Ó@ð%صí‚ÝzÍÔjÓ1¬Ú…>©ÁU•fù²?ŸáPÑßKŸOF•öˆì.Ud²”Ëvp´]fðUÞ%½b]—=¦“ -‹ú‡ù^ÝÍõ m\¢òFE36Ïç,ß=¼œù:SF<5Iâ™LmĘPá»d~±ØqGæS=,<«lûÃx5¢mغE˰Œ¯ô³#ÀÿNÿ©­¬Cö”\r¿`ÈÅR+’I´"—l÷ - ªÔàSO«„œ±u¾³_çCd6  ¿VD+j„s½1ÓÊsíUY´¼šøV>‘R@õ^ÿªÔRW«<…0hxÌ95Šf¯j, QÔƒæ\Í@kƒÐs[Qs_Wª)%Ô®Õfž¥xç3©å‘…X÷<&Ðçšs™¥RÄÅß<ŸÁE¿½Ï: 32óÎKGfK Aã•ÀVη:9¤2ñ²89ëÛî ¼Ør%Û.£æ¬Š$”Œ¤ T5ây™Kƒx‘iÀ:Møñ¶ %¹¶vLùø®Ss»åãØ(“yG9Öú£H;~[tðl:ãaô +]Ë–º»kÉκ:$ïÈ'*-ÖÕ%ÿÉ+¥'<y$P ÖÒš¢Ï¦où|Q¬‚Çæï½¡ìB÷-$­Ën劸«/~!Š{@~I«×;ü–j§ž¯J ªÅgPi^kNé-TÕ ~ùÈôŒ¸Ó,Tag äï ¸ï%=3LJs1!î˜ål -SC†E<·ïÈZÁ¹¾Ñ¾©Q~ô¿zg½J›Ô ÷ãÇU3)#+YŒA…Oý¨;9íð—Ø*2ÚAíȼ„Å ýoâ- -†¡Ç÷±(óÆ[Ig›Ü„W‘à-ЄÚùq×—^—F>¨¶XA{>œÆw`gó·?îBmÅÜÒžÃ]]Ñý€ÂÅÝEæíÔÛùùУ߷`.s¦²Õº€‚ÄçSk¨ÌŸ¡0J]îÕ}h.°©¶Ô¼ÏÀ/g¶‚ÖOú@±Nè·ÓîÙÛ´íP¬å®R:$+L¼œ`›:].-Kñ.…{•Òž·‚oqf©²…%øÙÚ×j#쨜ϢÙ$¡‰vQ$Î  ¾›ðÈ-L8½ÁDjàó\ï×.9?¹¿— ¼ö"€u´FÖ¨"½’ÖZ©5¨Ð1s´±øf-Þ,ìÉ¢‘™°¾J%‚÷¦¤ú‰1Éî -[D dž¶Am÷D_­˜}ýΩ'±’lxsÁ3³€”›Œ©ÍýæhÐô²-/k¼Li'Ç>9ef“c†C|íw¤âÈ8MÄFã+³K¡où7öPo…B+Axvj1–V¢êB[ì -`¾ýqbžæw&—ÕDåw“­ënTÑš%I·ÈdÁ 1Hz}Ä(æyç#²kŸ¦P¯óô+‡‘£”Ás¥¤YÁr}”Ap$n/éæ.âå×=:'¯>Á Qx ”: ŒÍu+lip?)ˆ¦¦œµXÿÝí1°A¢ÈhJ ±……ËÜdm(s÷®CˆÄ -Þä(™ul±¯h²t¶1Yÿi±·›°¢<"w†¼Ìý¼¶.¤¼ê/¥¼y'”çŽT¥?ûÙ -Ýú{¯ÖŸh¨¸—íKIm|c­é›m—’ô8š\¼’ø•j´”±Œö˜qè9°*Î*¼l}ó{N‘™*ôö‰ü¸^øq1*©l/ü)#÷ -@ÈÚ®ªÄœôбL´ývî&hÙ€gúJZäÔÝwtF÷åéRnhE®t¶¹Þ¤|VVÛ%›j¤{Ló¿àÍÃð£%V´ÎÏ^¡Ò/¶¦°Ä±’ùJù¢9=ªUIµž~õƒþ‹V]o¾U¹j“ ‹Ý¥A0ﺬW™×-—ÖGÝ/,š²-¯ &äIÜ4ç'tª%W¢V¶„„µ†s/‘cûâ)\Ûb,äSÃ,~ÈÕäf•ÕÉh›,OÉ|Ë^¿ËÀ]\teÀ™JuïWV¤½„màJ‹ûƵî«iä—ÚJP\Ît¼ÔŸ»¥Ï ‘²I0Kü¾´kñ÷Ž",$8ŽÎyØl2#Ï\F„Hpjé5æÓ…2sÏâ¥&Dq…‹Ä3¶¹:®ý Z—$•F°—áæä&[“¶ŸºA]jgÃêF¦¢:×lá^¼ -ïå½ÿ.-ÕÇd+^ÓD]U«a…Ùx•œø,Ïkš¿0.Á~,—%ü<‚¬]ܪ†Ò Ëx¥ EëàXºaM>·žžOcLì×6£¿Ó~ýOevÂx¿¨é+l«pœÇIÕ…ˆˆ{Á·WëHÖ‘AÆŸû=vED=È-R:÷?ú¤oÝ‹/'µÊ;ßn×UGâh3žü[Ì•Úß}qOöZÓvkbž¤þ@|OŸHÓ4NN¤¼`H쬖l‡ö¬µL:Übÿ– 6½$å_v[ßdþÕ»jþ•=G‹n‰p¿òjYéA*iAãâ-ZÓ*™ïÉqN\¥¢*уþb¶Ë+dTúöΗíÌJÿõÕ)‘ aŸjâÒªÌåêànšÚä2Y€Ú¾C· ^^Gf_©ðï®õÞ K -qÏU:¤¸Ìؽ²>Þ>ÊwP=§sÖ§Ôpª(Wãµ³µZã­VÅXUŽ.e‰èkª­§('ᮎ÷ÓŽªÂ„SQž¦Ô·uª¢¢Ùß>WÊO½/óöCÒõck«(ŽIeA§çítz7†š¼ÕϱÎk·]éWüU§ky@jfN<”t?i`:Ñ#µŽºw”m¸‚»N©³y5Qc…%‘KýÅj(E!Æ:a…­²nv#ª¬ ¬.x•ðe3ËP¸/ Ù…ºÕ5ùzQ\÷…þv®…½€R²k_4y6rI:Ó`âo|x1 íÛ`¼Q´pù¨ƒ!ÚµÌãê¥t–¦0E®Ÿ•‰}uO¡ðrC¥ÒF¤¢zóxÁ¨®æöÇùXÚŸã\è¬ýú©·’/ˆnû¡àÂ}•_„S¸à]\¶EpU8q¥! ¿q4t3ÃKM…àÕaŸLZ}ý6·¾Å0bÇå„@Ë3•~xÚZìDÈË¿óß]F…¼²ÁåS×&›Ûê`_¼ÒW©Á+_ÒIÁÉÁP/)X©÷ŸÊZÕÇý1#ÛÑ#‹^£h–FÉî¯ÇšÂáH¯äø´æxɧž×ò~ÄУÛªØÇ.dÄÈ¿Zy2>‚ׯlMôÙo,F»ÂóK½k®ëÍòg¶·Ïš´ÏUmœ"ž[0_y”K[mÜšßRÌ´q‘/÷ÏYýèû¼·…DçáZó~öí7ÅÞ•=½ôÕW§ö7%²æv[”|^{{eµ„2 Îp|Ò?ªÊcNùê5J¨²ÔÔÿ[•ªY Ò%ñ§ži¢{#?\a%C¯®‡E«ÿá±A4¨Ž–Ö ÖRJ nS]~5cîêÞW£v#ìh-+, &Fž½ íXêî‘è*âIzoÓ¿SÌ*£“ÆoÔñ{ÁǬA¯U¢9*wp‘2†gò­æàbNÏfGRwÖÒ[5šÙE•­v´àŠ:®%UPغe­¾¿¸…J»»Î -—^­´˜ êS[ˆf¹´­fA0㺚噂¦®T‰VÄr6Œá˜ÕUœ"ž·înõf.Ij9”½ä÷·¿~iMþÔ -¤öfn®]jÑõÔ¤‹o%í’=í¬`Ó¿'?Ìß~0h5§± "•QŽVœ{ËP‘uª–ùÔðO;ûWõ÷}èAÉc¥ÀljÅ\7.m_žô=~æ9*£$›tw5§°é¢ÚC™1¤ù÷ù³ËÔR!=crË ”7×ÊêÓÛ&}uˆ&ÍyÏVsw Øµ°ÂxNÞUV ×âÃù•|07F*hŸ^Ô±W½:XäУ_Vì Ê6j¯ÿ sÒ ]‹¾q\Ê5ðgŠv]C•ߤ­Áx…ÈÌiªáøÁö3ßö'‡ø¢¼ÚïuÝ3¢*º²ù=Æ=q5MdÁŠ;[±ÚÁ è:sóï™Ûl–Þtö¦ÂŸí^”_“_¤ÚXUy¡ôÒOº÷yO®Êf[ý!Iã—ÚÌø4QÂøMƒA'3ô§8¨[†½Nü½‡Ú¼]8S5¬@›5»^,PË-Ã;ëEŠf1™ÜÇúÆ_¼‰¨5¥äéÓzupP»oz˳Óý¨Q¿ÏÄ3*úÀ©eÚl4±Ž›G$¡““a¤øÝ ˆ—ö–ôÕ¯ò¼ÐdÊËò­,DRï¶Z]„ïMÛJ#ïøšŠ·íã £)ëÔ7½y}ìín“©‚VWKc™Nêuj5Ö]žô/ô -˜G ï+C3ú"Ãm0`•S²ùhA§=èÞ «©Ö¬~òº%œ@jñÖ–£s¸˜=hü‚° àâWÄž´Þ ‡ô ÕZSP·h%üjùé"Èp³Swû/©>¹jއå_íýÔøòŸÔ½<Þ=ãèvkFÄÃ*Ä­ºFG_Tueò¦™i§áèN…8kG=•¿Ó^ÏÝZÃ'êžíНÑ5«£Æ/~æ¶a{óµj0<ów®(¤÷XËš=ôÞ7¨o·æOû¤[‚œin(žÒØ1D*ÇÓS¿0¤î>6Ú¯PË¢l¸ÃKêÖÛ®;ž•®úá·~*ò/1í= ¤¤ƒë‰9=¨Å0WN3W¬<ì xØx–{®ú1p½»;] ]£³‹Jé4x«D( r`ÔNØ×+lÃó ÐÑÉ ñ—q:ó -¹Õ² ¶"Iå&Uy,ýÖÈFÛÁ¹ô;O«î¨ÖÚ:‚·xÒ›é}oÐ+9w¦å¹7µ)£»_â*Ÿ+}Ñת§®v%µÅ”½h]V¿”F„1‡_¶ŽçƲÐÀ¿³lºùå&:þÔVx^è·Ë§Ø÷±Ô¯µa1tz;޲æSÔÛµû‚Ÿòç€ëXSxcü©-*nÏA@õ~° -O·- 2yÕ*íá!8Xù¾î»ÃÂ#ýA°×­Y;ëV4SþRf€2×ç‹­6g^Æ´ -µêþÕj$Z phÓT땚UÏÐ÷>¸BçÊÚø—Õ±­¶uò¿'‰EŒkƒn©Æ)ODšù;Yþ==ÆÕá±mÙQ±ízóY0j¸/[“¢3HGàXÕJZß1ñNì]h«7¸½0‡áàýöñ®nðÒñ ?³Ýÿ{çJŽ mO/F-Õ0Ïhl-,`¨…¢é óõ3m}‚rloŒëÆS/F5ÙŽ{ÓùG¯HâMwªÏÒ ²õÖšîj²–N;ˆN­úìµm(@®îõð^[Òn%™ŸJýæ0…„§Ó;Ÿ4ªŽb„/ê Ÿ¿Ãö RP_Èͯö8Ën£^ÞhE£6Ô7yî]}ÔÜÎoAYÓ -á¨ïk¹a?.]®¨ýAm@±çß·ÜëÒ4úÏßltP/[“0 §!| 5Wÿ"…ŒÛíy;Çz˜–ÁuÞd3Š[/Ú°ú@(FŽÖtÞxp7ìß~J§Î¬è/6ßIÝ[4‡XÖ2¦¡ê¦–”êÃ.Lžúáå¯ÔÄ}….ºÀ³py(¬ö™)TÀ£Jþú¸ïQ—c™{N»±Ê ú‹-õGêï3¶õSÖËãIã/Îôʤ×j¼Þiï{Ë…>Ô©Ÿ•öDÄ,%v':ßœ¦)Ll½ï½€w£šA“ëMxû±{ýXU}zØ/1aÓüØxÁ5Q¸ÝRe$Y_›üíÀU'Œr,CÉd¾ÉQ9}—XoU[ÆfAl©ú¬îÚ;é«Ùå6B€eÕµo§Bp»w.·Tª`½«»âÛçËq¦Ç¯ƒæÃš>4^Ÿ{A㼩M=—=lA;Á×÷_{ÓMæ4ô‘L1]òŠ…ì8Ö(Å{)Ÿuceìüa–|Ö/-ÀÉòH$¦ê^Ô;¡Ìà[*=§žƒxx1cÌZ¢R’k¢5ã’xmEf…e"+›½­´¨j ù.ÝúZÍŸò¼cñ³ƒã>)/óÅÆ™ùï‰ ½¹R1"ÔîkŸZ@¿Ž2Ùf‘c³ß°^z[L™ƒí±1ÂÞd‡rk;µi¨Žöî±ÛÇúu«`²;ȦO¥ª—÷ê¦g6‡"ÇÌxãÕl¶:YÝ©†QëòR“Ä雵õ†Ë¿ãßYQ®0º˜½ÔvGùTÔÙ#Ý­ôBuu%2úÉ=ƒNçÕ$ù«_6t6ö¬”é6©q59k¿ô22ñhÝAS! -4—Žšú£²šu¦è6ÐàsEÒÜYÐ.ªòÞ~×­Á{–:«7”É|Õ¼šò~r´Ó“6=Ü執é¹!N‚;º~QËWC€¤eÿ1©kz³‰BzÝäÛíqßi,C,]žMí2Iö‘›€E½ìÞÁgj‰b›7mþžý—Nwâ_gR{=zéRV?óÍL? Úýø‰ƒÏK?‰^Å` ï¡•Ñ‹ú´\nÐ=so·ëÃ50Óí_oiëh|é§"›.;lþíŸÜÜãmxÏõé‚«8ßh9P7/¦Gùåa3[aÊ© ð–ÕÖÛ¼¼¸I°’7:« C³G´ve¶,/,½3·;$×yù/º©[¼®›hžyÿî·h¶»ešR©)øBÝëžt3ç“XCS,Åœ##ðpH]«k Q¶Ë’f¿rÆ2½îö¼Žé- Ì¿ŠÏ³RD_¥îh%’í·æiÁÉ\}A>%dx4\Pã‹_dÏ'–6|¸4û‡¼äÅõ(šôvP.f{‘)ÖÕ¬ë~ -~ Ý?dfZ²ý]p«ŠÒuñ“g) ¹»þ·1Açm@©ä+Sì‹ï-†ÍN+"G¦V…—‘~yÜ9+—æ4°ñäÕšïkžÊ¼40ÐáUÉ›ý¡ª8³š§‘Ô’õNݳ*N6[Çi¨öؼQ7UÕ×uk¶0Dl~þÔÒ”ظ[™%êPQ#îÒÐûôn£¿SLÕ}tkø¨Æÿ„;¶ZêH)NÜ¡·úЇGIÕηçÑfyGÃOŠºÕ§MMW½ï’ßkøÚ®ê'¯ýþ´®§Ÿ¥Õšˆ”voTé’oŽrðçñªÏ‚YW4œ-9ZYŽá纬?â²o͵Œ ¿­cçèh˜‚•Bó38Ò¢”´ÍúSÒ¹z¢Ú™z¹ÿ¼¬‹Þ±»Ÿ¬° Îb Z!’é$½© °‡€kö;ŒLüÓ.÷ú£¦ÛÕ¯¬k4iWí)«Å·ðçᜓîñí–HOvó™3ù{³(ââ¾Õ>ØÑ|ôxìMkðêVYžp¸é‡iëf à£å?=ÒµÊt Éôñ âËÀO_;ÅóŸù–=·¯„«„š¯ÝBÜÁBfm*é€3ôaai‹=d–èQ¥whŒ"cþùÛ*y÷ÛPHô&íý|­{—äN ë©Ì‹®ž–ë I‚¦çßIÑvW3 -·èè[khn5zðò&Ck¼¿šl”Ø7 --›‰ Ü\C« \›ÔÃQn¨¡Ç}®:oÝtˆäØÜ2Líúë··«oËY‚1Þ=Á«µÊÆn§ìz‹óái¦ûíP¯"<ØÌÿ¼˜Îƒ8•48£'±ÚãÊ/ê•8T(i1u±e&äó¹í7ª‡'q x(^iÕX ƒÎ–™H™YŠîÆàö-”úù=2ˆ@çUSûÎD,{Ý£É5-¢Ïí«ïø¾4ëþ³ž‰°o‡Rlã¼ëSó¥’,MÊ&c!ê¾j»«‚¤ËÙlßåÖp2æÔ†6¸ÅÛ£Š¯¾´–õÊ” ¶šfN‘Yƒ•âîïù|‰[  -J NïÓÈÍŠæ*™qàÍW'ÀÇëQW»s}£o‚F Vêm]ßgj8çÆ+Ž£š:‰Dçê\Á‰Êˆ…[Ô—Ø0~«EU*Èôlí?ä©û»™êj§§ÃYK­—êJyjQVb¢2|¾õnx̴̆“3‰œ´Ó¸ÜqŸ¯:Fðíмð•Û34¾ Ê|ÍÒ¨Ó±bêè¤ð/PE5+ho|}r–-šؑ9À±}ˆ”ðûή[#¸B‘wA¶KRÌ5\ÿõÏÇgŸ¬¹(ÝtžÃ_gJÝ÷å~ÐŽæÎ6˃ØJVô]›0Aá‘#¼zZŠÕß ¶âv4óOÐ;˜\¥j¦/ùçÚO°GôT_1ÖaÚÔ"ÜÂci¢ŸGÄz· Ô¼æíW>@ÚûY¹) Hwçö·oU¨Ü’†‹ªÌ£µg6·.Ùu[Ž%²‡…3<ßwè«óÌ~sö±š½¹Ö}u—‘þjýºeüÖnŽÚ!@KáWBˆµm¯æ·¾³¿IOïŽâ½dÛÖ§ÿ€áKZîmWvõÇð¾,Û&öÁÏÆ)Z¾!ð»Ü골ôÔRï ȉƂ@‚ ×=:E]?X§é£FçÝ•ŸÞL~=ª¶ëßAU꞊—¹Î­ù «b©ƒG¶ÕnRÔ*¤™Júþ)Ýôq¿2ýÝ·¬ïnnçÚú˱ÝW uÕµôž›€ô™?®S=èéÛǨ¦7:¯R„JºaÓ{»¥,Wœæu)1*ʵ'ÿ•Â+û™‡™šáÀ–)Ëñ§K¿Û%|87ú¦ØÞýœIçëö³~½kŒÎüÇ\Ô( t££Õ<ÒÛýC¬Åå1GC\U»EUâG°Ô®ÿˆúRfË«s»y|§Òz²j¶×fN½åæã¶«ûît6Ë„™f徫íßî!±ãÒfôÌ`F3õM#ä:U-ði¬M›±å `ñüèIO(Ñ Gíz„Ú¥²ÔZ'6ÊPsÍY§×ʈvœ^4¦’É )ÒÏË¢%uz ÁÿÕõÈ%}»^>Ÿô½ÒèmëpËßëû³–Ú|á+MlÛEZtºkä~hÍúdÜž*ÏC×\¿îyÒ0æÃÑšI%ã–6ªÁ+ÌET—ÛS£{qpwS/5z8xéÊ@;X¡ôÛŸSÐö\=× ß^æ&fÝ-ªò°ªÓ©0÷,J]v|Ë÷x="» :,§î×4+ÅïÐg~‰ÂÙ0ý$uÊ¿Áª3(35Ýæ‰qùuüÖl”´År‰d›U]›ÄRuÂÆt§ðßÅQ Ôv_€˜ÀRIx¾n^?,àòe·ÜÓ_ÌÆð•qî>§b/­ÑœŽŸ1’k¶{GïŒÍwinÕ(òüPÜ–çÄáÃn¦øíÓâm¥õ÷|‘E»¾K¼h^Ï€nÏäFÒÁ^fО³6¼ugÖâ_v¢—‰/œ©˜úž6Hyæ#/öÓ›iÔøäb­{ ÷{XêÚfNÊÊWĪgÜ~OxMD‡­ò/˜ƒPúæô½¤z 2ÝÝxçXZ·±ñ‹þ‡3^¿Ëq1GÏæéfw„ÔîýN$.Øwq¯rùeý†ÞJ—êÉ‹î£^ðÊ=EùvlþÓDy½µ[Š+â…}ù³òž’²“˜%{íËÇ×íZ\§y”Æç£Oe[W—C¥Ú‘,5…—ä)=£‚Ê—¼üØÜ{`K1SvPtäc‹ØÇ7½UV\6N…X>Cõ§Ýv ÚcøÇ¾'@9V¼ªÄQŸþ\H{å52)ãUñ3¯ŽZªUnÛ -Oó],?uÜæ;üñ¶ÜÇÊ«~ÿÐ`Ia»-¹ùkv5e±dÄy+T/})X½Ö%oý™ÁÓ¶«ùxº‘u™o®£ùndiW¡Ç½’+ÜeªÂ+俵yÓh”¦¹á/ð†ð¼Ÿ‰Kïaä®x\÷îcO{–)LºL U¿^æNÑgïÑÔ‰!·ÂžúËùe­ ÷€G¡ÄÎó2‡—"òófdÞ™j†½<~ÿнmx`0î‚uy ~Æ+W¸J^+œÐýŠáíé–<²Wÿðú®ÃêäyŸ:îë8ú0{4)Pt.ˆñï*\“GËöZ»KIãÅXN©>HÖs. Kœª´&§Ù?  уL—݃âÑ °ü–†šX¾ÔÛRÿð%Ã`ÿáÅå§^€y,zƒ±ö’¤± \'µã ¾‘Ü‘>SÙ¥5ì×éòò±WG•æ!ºÚ+²ú·»©È¶¥¬SRkyªøÀbÛ>>}XAÓõA’XO5"é*о åš<È2…ˆÊü7(Ë~u÷¼ôRnèà¤ôƒ[œÇ0ûÓQ¿,XL -ôZ­P~MC1LÜ渚½¶- ãÄÙèjú7=­22^Å¢–Ëuuã¦y–õZà¡¡?TÉm<cÈiE\.M̫ŞîæÖ« õÞDÅC5.˜_842CßJ®.©êw7vºÞhGîCbÖ7ú_D£™ãC¾ôÚÂØ5¾Žòæ>Bá†f¾Q§–v'½ÍElvÑ -BWÍ|ù‰Oòù™Šš ‡™JU™Ÿ7ÆbtOñ#)3Sd Þ†îJcJŸÿYõÈ"c¶ºª¡¹#Ò™ÒÄ OCAdÛ®( ,µiý&ùAj[ë÷Ö ÁœôyVºš‰Ûç%è“SvU—}lþ›{S ç†%€cºî-Æ â¯ßûžpœƒ‚r*õy7fk è<@vòÕ{¶áwiZeXW>ÛætÛ2H )ø^tû:Ô* |Ølkÿ€Úߘ_Eml¾X³;1Ø·[±šÊ>ý¢_oÐï>Åý(õF×ú8·±K¡4¨÷ÉKsfœQo&sZ¦ÏNbÂÌÚ¨óf¾ò*#d“ðwm^ÄÅœ´Wʰ½î‡“¼„‰Ããy3ñ0eë!ö%5óãýnDÏ.q»¶ôdÆ ¨dÏzT7üdšô¢˜Læs‘£r¡VÞåÆmJ}“û˜‰„-xÜÊW…ÂŒ+ÔZtAo2Špmêºm* *ØìãÊ0SMŽÆ×ùåÔ=²;Ùþ*‹s¯ìC¦Å÷ú§¾’2´§v2ì)pÈQf£UÚ®¢èƒ ¢ìãeQ/è×±ÏÒËKÊ7phoçòãþ>*-ÌDz„bm6÷pŽwÌ8 ô"9ñ·‚j0¿‹#Jò(™T¸Ïñ=Ú¬FžvKU%ò_£ÞݺV•ú/Æ¢\á›ù ÉÂJå`P< ´|ÊóÕзÕ3©ŒÛuQ)W>˜üÅãîÄð~we2%· ->ô[hVó5e6䟊 µtpzV”×Ï*Ëýy‘†-ª²y¤2)AcÕ´JêÝ7²ƒ‡7 -ERÝ¢.Ÿß1½ú]Í:&®ÀS9ïíðŒWõPØ;6ýfŠçÜ'ƒ¤sÀ ÜfégDÃæeÈèc‘)ÿÓ“´QM IyˆØz«‡~äý³YàÙÓV5c%ƒÅµM”+ŸƒzÆB]âÇÔ>$…lW”¹+-;i¤?ùl¾¡$×pcÅ™ÔÇèS|‹ðw¬^ Xnõ‡YÈÇi_‡{sœÖ´³\VäÐeR]æÞà\K4å&>mƒNÚÉ-)=Œ¦ÒÝfVv—úr•ž|i›œžÌ9{hÉêgg£ðóYø}q„±|*hÕý§–¹à[üm¦d Å?N[i¼©æ:æÚà úFÈKášËˆzÝÖ -'ôUÀHÍîXSçðEíµûS&ÑPw´O¼qž ÔîtÖÚ'·߾+"ôWÏ””Iãuu"•´U[M€O—?N$üÞL5ÆìIñÓMŽNµ‚ÇTž¶úí[›Ü(’<Õõgñôí9nÊý-Í«vŸ”5ý™²ÍEC•î$– A~—îeu4¾ˆöïxP&›—¥¢ÁÑéÕrJRr¥¤¨ýwbEü{wT {Ž¡bY"XA•ÛªNÑ›UÐzZ¢·ÐIUS®Zgìô²ïL”ªL‡ÛÞÌ×lÒF”sÏ,þáPMµ¾þ)—¹‰”^7³–neöŸ£óÚRU ƒðì‡0 ¢(DL“ƒYÌsxÿÜ»¹˜µ$UÕWJÿmNÔËÝ]ÉžížäÇÛL¤êR}(¦á<îýou­¾à{U»¾v ·×0'îhÖ¡NÌÑn&ssq×’:ú‘O€øúgÓègY¸`÷» fË SmÄ/«¨ÀeŸ½Ÿ)g„ļg}÷‰ÇcÓÀX¹k2§$We¼o&¦ßöÍW·ÇØ]o›as¬ ã~Ž7£ŸhÒàʺ¥]Š©a’t[Rû‹Ã5 ˜¹oÒLŸäg*Þö@í™âÕ™vªØÅu(15õÅ9÷±zÛœcà)Ù ³ÑkÁû¾> [^B˜ð»,˜ƒÆ†ŒËpM6‘ná&ÝNpf ²‰—ÂCçiÞ‹ÍØ5Y‹ž7³VWq„&{0û «›dk?™!ëÅÌb“LéùšyV0¾1í*çæsÇ£ÍÓ,,ž¿=¬à1[[&úÉâjh±×Ìï¿I!l±NWoÛ¤OoãõÂí {2ÓyŒ›pØ7¯1ËU™²É͸é>)ðä'ÖÙ1>D‰¢_aƒäjz3á%×jîÏ)á¶N&ih ªÌj2Ë å¤4s>ýæA¾ ŒÐþ]•B޵i5 »Ï»ä?ˆ7ñAYS\{ÑÉ0Àô)EJ€C¦3TLî†ñ=ÈŽãO4X+ ªFÙµ3fŽ˜¹ÔÓÔ6ß¶Ùe¬‰CVItfp-ƒ-ٞҧĘ%šÓçÂ>ßd~y$vÕ²uÉÐi2(c}8 Y{C\f~‘Q‹…ÝvøšúÝ¢aÇUjõŒ/~ ÀøÁŒ˜ô’ÇX¯Lš_ªZW³½E}GŽòûòŒŽ{Ê߆þn*fï76 -+Ãlˆc«Ñ×+`t¸»buc¯,âÖòAg1æhïVw¦W¬k^Ž›Œa¬-Þ©ß,·‚Îb‰lyvˆÖïv•èJ9õQ"ÙÄ3A´QóZ~ÿà$, 9·`.îñOœEÛº×;‚uì.¨÷¡åîg:ûk#$º]¹ °w›åŒ@ç"Aºéë5Ã;‡Õ:?€¯iß{­Nu‹ÊÖ±™4tp›»ælêÎS§I‰ ¼)¬a‘£ßnð.á >M`à„ÔÌo'ÃÀuù-K…ÖÄ+®o†uÌaØys.å`šÙ«BÔ‰ßΞʅ¡ÕñÝ#ß#pî¼&… 3ü,Î) Ö×Ho03 iÜ~½©wh£i~ÅFõ£•²Û–‚¥E£Tþ$7Ûξk'Ç™Úéîá6<„¬U -Ø}öµ²<ãrŸY×ùà>ÈÚ{6l†³¼’S`/áTðñ©ó°ºl§Ý~7  ¿žù=ïûhÆU•æq~Åä/¸®¸AGL%R­_ó´á"hÅŸ.+Xqh…´µ_‡Þ©ËXÌÍ ¨eeÚ÷Kk·m•ºT¯YÿÂSÇä(’nª÷°éLÕ颚r?”,±úàr/³ Ëš‹ï``F`“.=¶ic²R»…¼üºYÕ^jïEËôzoÌ5¥J }{ÁöüÅÁ—ÃìÞsMî$߇ל¾_Ú­¸-+¾ý踸ÔÉFØOÑ–zšŠ[‡bß[Ê~¼H†¾=XÆ «ÒÍ;ÍùÙÉLjæí±A+¯´ÝòhºAXá:ÅÕW±]wiî Ü”¦´] `Ž˜AkÞ‘>¯vJù“ìõç¶Œ–#&¬ØtÓ6 -µ6ªŒ~7Î[zöÏúP]J-­Ó¯Œzc ¢Îc4†,{JÌ›T·X*˜Íúä îRm8´ð7Ùx~'lÐJ‚a €QfŽo=Æ5 ÖÜG;È<¿wÒ—‡ô>íöæëMRö¦ƒÆ,²‰«Œ¨’]Áx¢ÍbÕê,Ùu F;“ïØ¬ûa’­×õ=®Gpÿâ°³5D ˆËŒëøÝ¾ÇÖ«w:¬ê@漂㵠UßK€Á_7W Ñj¸­m]?f”Qâ7¸d‹:;ÏP^˜µÌòœ¬ÿöâô¢³¤ŒPÉ)龜Ýc_WfÝëϽZNr¤¦m«7D7•§Q¡|܃m2ú í/9¦°íˆoÝs剳°ì2üCÝCn]ä‰\9Ó¤–aäÿ­m\Î{ûšžè4Ã’iPÙå:¼àWÚúA0̱·I1÷UŸ­´ÞÖ -Ã†Ž·ÚÎÇp«6nIu{çã¸Á£»`ôW©Ü\ýé''%QõÒ§Ú.K?ùU¼î ªÕ4}çÒ5—­žoõuNìÙ@eW;Û&у°=¸¼½P^ª î±,áòíé"ÍDz§–›·«ÞZÈ9»ÍU5ê|¶ðÕ¨·»¾ýC,[½¶‰|*J~_Ô««AŸ^› Ì ÜÊ:[q€>¯ÍŠÞ¢?ô_Xûl·ÐvM¬ w£5µ2ööxàpŸB¥Ålƒñß´ùôàØíeõe*X•xƒë²ž¿˜Ê‘5üJ“2?ÜöÌŸUÝ-c(<¢S}óp¦'¡ÎIg?[Œ­Ü!Û½÷¦Ø#‹Q ° CÞ^iåX_*%SmTæU öÈC¶Ö×9åð‘d:c4ï²Óåédi_ƶE²>kݪþzqyÞcÅÚ&Uÿ`ÍXót'tGþ g…{{°=çíñJæAËÍ=KÅndKÖrÚØ‘î$Æç'Þ³Æo‚÷Ï'k›CÎ’7Ñ)Ø ðÖœ‰{OºØÖªßZ×}ÊâÓo§b¿”ý¿Ê¦¤Ç''€Ñ-9-ËÁTda;Ë“ÔÂŽkÓLøÆRÑj§BéP¾t“>Œü€y CU=tÐsßUšçÈò™&7H¾»¯Î7ö­zÿ ŽÖÞLG}WÀ¥Ê>±‹@7lF™;ÖÖ¶ŽöÀÝÿ¢ç¯þöòö¨ž|B#êŽÜ¡pÂðÄný3 N×cz¼{^K¿6eÆ­VIŒ]ío®uƒx¡MÍ\€×˜ä||°:óÛù’ -,v/¾êH×â rÓwFpÕe¡xü°G¿Â§Ó‰«†§$÷Ê;^ã•SÚÀ - v ßÿËÊ“zrñ"©H— “S±2t› \í:€½±œŠ³;ÓîLჲïŽmˆøÝ¯Î\×›œA‘Z+hçZÛ쨺N˨`(t))Þ£Ö|dÿƒ$oT|+ž·ÞÊ~ócçIMU³ÞÚð×L&¦Šê8ç½ò,Ü®ê?fp0‚ÂunG€é ©²Ñ¥o4aK=eýlÔ4Ȃۮì÷n¯QK3§œ”üöqy¦«ÃÓX¾ßKÍÎ(nŒNKàTäTBØû“4WØ%/¦´pÖ£ò[oÓØ9j»ÖLß@¿®ŸÒCž•”2Ç[Ńè“í¢»%üª;]ÑbïÙfJY¤+ðvj­wžo…P"uÓZU—j˜Þ WI­žµH´•ŸFu‚¬‘‡µ„7÷$&M¾¾¬5 -RûS“\„› öÖQs¶L’O*Èúø±ø{Fu‚{?njÙX…6.sÝHÊàh~;^ÀÁTUã¼Mö‰3oÅ×zñW@ÂÊœn=R{±ÂÄ -bÞcT1÷/½r¶\†L¶EØÓO|9­9_ô{,›v¾Jú¶ýðÀ¹¾í4ya&§W ì`'?S5= %/!Þµ<;’w ǹÛ]ÊXo6ŸÝë)õh™g%}¬Î΃ޙ9`¶‚v9.·í—@\þü\®OGÖ.ÒŒ òëk¶xbC¤Ú–£¾PD ¼?þcëê‰-l68þ0oØÂ–~ÁÇøÎASsŽ ùÜÇÜ6•›Ýç·¿ê7µ»ñî„DýâìEï×7.³ø(Š9 -7O쉒ý¢×ðêKÒ›Ž³+ì}FBÝ}Íã]ë1U}—^ÌVÌÂãú|U@sUŽCVtÓi•ù©•Œ/x#šM˜‰ˆs;ÚüB;˜À‹3+8 83zæ­ÏÃmg*Éït¾6œÇ«*4;¾1vŽýñήÜ2ùHî¡Éó"ç¹?hU¶’8h„Ÿ´1OÏ2GÙŸK…xyO*nS ½NòþýÔ$ü¶@vºU·íDtÜ~¤Æ©Ù”Ù«ü |!e%³Óíæîï~펗ԃ÷·cNâ#é‚a~D¨­ûò ª91³°¾Ô'þ$¯Ú®þûûTYáycq4¯§¨<)ò[HÊL¨#Fw=”§/›/﻾¾ØN‚è+³1¥½G¿ÕèÉ øÅ(ÂCîcbðµì5jN=Ö3·öY¼ö”d³£ñsñõŠEMØ~î=³0?Tã Q ¸x˜=Tj…Êgv!’í˜)»9ù•+š7ñ†Øoô¬:«lôBøUubËÓü¸=Æ’S=½,O]“µ<>p[œhZ~sØŠú»…K1Ï×ߤ#¦ìh‡?–üÚa«Ž;–ûGô'äšÝöÎ?u— -}ýÓ¾P½×F»#X³šh—„ì+«´è^•fVš6¸#ÜÈl{w -½hœ|êm›–ø½zo’VNq€\ ~tpaRj'ÔßLût¸ï&L™œ§UV`ÇáCo)ìûÙÛ‘‘}?Efø}|íŠëM]2QÑ:Ò@O|¶A,ßj»…7I´Éc´Ð¹'E÷ôqѸ©ÿ î¢üœ÷¿^Óg}|ü8(ê^çÀ¯fûÛl…Äí;NY³‚ àg±3R¬ÛQ¼Ý'o÷üøÚoý8N\.¼ñê5Ý[ö¥ -¸¹Àèä¤äáWÀ/ÏŠâðÛáйo*Ï:^{›(Š.˜VIO}:üDÃsòn&õÞÛ«~ƒðW=F._|wíc£ì£½ë" \-$„ݳ掆Ŧûl[µ¼$¬ÿ|¬ÙœìQ½ÜCÑó®É»7‚.ﵘl14šîjŠ I¢[ðb.|H&½ ™É]ÞoÁÊÎ{Çþ -?dÂЕà£êL»ÁºNx«š=çV`lëßœ`÷pÿ"S£Â~V„?&ß²ˆµè5†f†E½ñùD j$© *÷Öz¡Ú«\:†HRìad{X2z£ïa>R†éÍä›×µ;3/}fªpÿÌ‹ªnyõФÞçyÆ.¹WeƒÊ°…aÇø9_§'bÔ1ï¯fÄö}C½go¿ÛõÆ(vÊÓÜ‹¬£?Šº4®oÚµ§ ä=åáøŒèýÛu6b$«JÝ‹>Weq€|â>,píÂs“ÛÝó(qUÂ(‚˜Qkgºv6"à "r£ƒñ w °Œ•¡±)À‡±°q f Öî&t)æ½mݼt4uõ3U< =>ˆÿAÍÉÜ¥ÌÇî×ö¦â«‚ -Ñ£b‰AR³_sÍd(É,òÆíØ·¹§£-ÁÿIÃø2©Rû»R·Ôʦ͈,mMègùôó›v³gnÍßÉßC¿H»»Y²Î¡xž†v’ -Áé›ÖG+í€0v«°ß¸Æ7Gw:Ç’@1µGX¸ áfz¸|Ó0Ê^swê¡öM€@ƒ>i¶Yö^!6þž±¤î`ã;Ô˸-/ìo6:‘ÁF§ôpfcò‰:”i±]j×JÓ·/m,YË`ÖÚ7óNJoáï£4ü£6›BD R«þpç=Þu uúbPqžû~Ùác£ùhvxüœ7ðöì÷÷Æþ¥¹C[·¹£»_0:2ØØ™Ûûß:V*.¡?}õ[cõ m¸dvžó9’Ñ|Ñ£âV¹ÖâøÌyìX\ù­ï¾uq@:µüBVa³äÂÙ®·AœÎ€« hÇú‚Y±ðœ$þZU¥¨Äϵɸûkvp¿¢Î1Ĥ¨‘»C”Z@-Uº¹•¿ðÚa‘r æ1@SðœÙ\ï²'ì>÷X:¼`¯Ëg¥ÁYð±ì¿Ê2¡oç=e'¶ãS…Í&´³0n½ëƒ“;«G/ý ¾Ø’" §Í~ö¯pÊò–Ô¾û'ð¸h²€AÍ]í”ûö¡ª¹•§Ít!?£{I#š½PÇ'Nå<ò¥—ÞË7oÕí¯6â‚~³¶u膴ž¹ -fbÇ\×3x¤¬¾ß(*Dw?Æî‘Ïi¼ÿR O9ÙåÑ Ö†ÍÍFÃÒßI²Ûf[H²Ò‘´¡ÞRK6øS3ª£^_ÊbfÂÄŽÜü²1딎À(ì‚ÒôÆÿ`ÎóŽlÈUÎWÛ$hy®ÿŒÝTK5Ê*l¹¤mÌfŸµtÎ[UZ \MKo膘«åžŸÖê£Ér¡]k$Öæ6¶â9V:}Ø~,ûûZªÂÇèÿƒÄÇnŒYša½5kìâT” «×$Zz"¾Åú1 CZÚWÓß´º hG@Ò±L†çw3î;•&¢××]uS­3v“ë#êhYâ8—Ü Aüÿ4`íäjµ–1˜ŠÖÏ.}ârsN'HÓô}GÝr=7bp넞t¢aÙß×òÖÕn9ÐÊÞ¯¸¢´Gt‡k}?Zù{´(Á^|ljì7õn}™ÕO&ÇüƒZ’# ðAd,ômÐŒ{Ä«­XÉû±üúuNjƒÛJžfÏ0•„„ ×X_fÎêþ4›ºµ[Ri}´Åë騯ÇÛbŠþÍ -s Ešl¡¼¿D ÝdcøòñäêÓš»eíVY§­ÈlÚì¿ÈæÅ¯ôÐT]Ät@ahƒvK=¥¢i)®?ì×<>Dœ¡¥tÌMÆñh ŠÇQ»Q®Òk£I;›çŸ"û]VUFþª.޵r}{1+_¿ÕÞyZgë–Z\ã\tâWÖƒÑü2¡Üy¶·5‰e×rT‘ž‡ñ=¯©2¿˜”£ºÉai¿”*iúýà"8¹ö÷ŒõTÕùdN~¯}Ó[ôð®vhµäúWmUlošuDGÝÑ -шùZ^¤{ºÎŸ„ªB2½T… -ÏçäHó”2|Uhv\Ø/Cr¦„Z /åÏX‹F°¢/§]»$~ÚL'’”Í*Ú¼/Žcetñåò©èíݱx¡2V+èég#й½Cê½+ŸSªL»CKÅø°—mÎSÊðLûoÚIüêOÆ;äÍ(Hb4^i÷‚Œ-õiˆöž$´òÀœ–=5]öº{–‡‘¾Ÿº„!ì‘þHLÁ˜h‹Ø¬/æüæ[DgµÕˆÍïŽÈð­a­¿l«k#ƒ H[Ë–”ÜG†nlÎöMŸ.ú2¹x‰¢IªÓ‰aÎôm½|æÂ¯Š¸¤£PÏ)}(w•+îgÎs`Öjc*móû¢Ps¢b5‡ë–öÞÂSVgM«5.ÞõS8ýâ;§Z°Īa,“ŸmêJj?nIQQ »2ã™nëã­ö™ËÞXð•›]´;ŽFÂr©_Ûöþ>¹'ëÍÊlLêçéÔ)ªoÔsT—7nE0Èö{¸zË ôpí7Pâ}¥âÀñ€té•þV]4È£VŸv¤Ç1ÑÌ=Ub!× òðÛ’º~lNðT}åªô‡7ʸ·ÖtK­k¡˜R²¼»Ìk–¾«þû²“•Cm61Êkçç%¥ñ]ÝΘ†0<šˆKËcMÛÝ»?’Œ½Ø¾^䦾ý]¨º-¯rÏ5vð•KBÞ_™wŠëëúBg_`+Ú®²ÏsS­âJF×ÎÌ·Òä¤!îfV1—¸“Ž—êÑd‰bífïVÁØh„knòzÂýÑê×qe±q·üÔä¸Ä¢þæÁ*ríùÒkíiVW厤ÊvüÑk–Ide3“\6èè~yS©‡óÛØnT¨Ç`¸|·“¢†¼'•G¶•Wƒãš5ì¿tZY­§ô`ê7•Üaâ=½P÷9±0VºüÍsTÓîöIÆÃ=©;Ùk6ÐÀ&‚t;,Êa}$W&^Åo¾4e’­> ÑËM½¤’ÍáLD`ƒVjïU·Ky#wµ@rOî<¯:éä”×¥߯/£‹=v]Ú°à4lÊÃçé˜cÔI{Gñ±<}B7ãHZo¹G[ou»³†bsfÚîËšSÝ•MÕXÝq|}Ïô ö·K¦yðŽÜ£‚Rf‘~^þïÍ›j«íÞŒy.ë‰yjø!Úö´n Dj<õ*Æã®:ëÓR6ðZ6Å¡ÙLÄÊzy€–ãïfwÍŸäz’|u;9½Á)Xñú\aÎúãD•£~ÿiÐ+Ž5Ä£5ah¸¸4Îý¦e\oë ‡ñSbö7¿©9ØSõñ³òœ›òеý¸÷ó¾ì2g%pÑy¶»ÌS,kíHs›‰c}ß”ô^Šáœùˆë­ yÑ¥´Õy•IÎÜv\Å{ºâàµntÛNgzMz 3š9ùÙ…e›ÎsûØ9ú¾Ž¾êÁpâJ‚_ûÜo¯GÜV‡ë=ê/Rg¥e«ŠÎg¼xµÖj¦'ûY¡ƒmj;G™•ºÿ“Þu|cʹïså·ÝVCÜ6÷µ—sç_,ž'sž|¬È*=vš8Ü$Rež¥¡`z­̺ü¼ {̽`êçñqÕ¼/¬ŽƒêcÃwºå!³®Q“Êâ~PÛ‡ÌtVþå>wcõê]–*ú‘ÅPŒÍ¾/Í?2ï²D„›x« šB¿‘XrŸ‘þ3ÐælX§ˆŠh³EUfŸö'Ø@XaŠþ(]U¾d«³<"ÕÒàÙ³,.zf)¦ÐZY;îÖ½¼‰#™ú °Üqô1ÄEÍËç×vK…‘k(Üág¬#Õ¹éÂ2·âÉõÓÎc°×´Õ³•¦:Ák…ÙÎzVçó(ò›]ÃUW%©huP»ClƯ7%ý­±â·3T -ž ­±yXk»Pʦº¢ì$Ù<›§9j*@ßœy2¾øáAó:剙é÷eÒPM§s×|?¾Ý¦hW #*KˆU«ìïÃ2'äw_Óû ßdÒÇÒ‰zNIG=tkÄ4RÞ?ë©/ëiuKÏTÔ™!užÀ~ìªäÔ,"ù9î»Ðõ&ë¢#E?O»>'‚3o«‘ÛÃ:O1ãÎL¶fŸâfåµ™‰rMÔÌP¬¾MÊE-zU s7¨LйLší¼Í÷ïÞ7STnÅ?Žîƒ°rL M²Îö½‡@ö˜“1‘ Lá[àˆ•·$ãB¶¯Üy˛֗” Ûê!¡ô.MkuŸS¥¾gtú%ª–åÝeý¡ ×¾Ú*|õˆ—îs·6šãéÔ#Ê7ìíµÐ¿°Ÿ¡í<áÀ؉ZF«G,o|à6¹.MY?›ì›åÕBS:­É𫾭ƒ~î"ðÑ¢F»Ñˆà™œfó©«·WOCëÎFœ=QGiä—hgþ}Ó|l›v¿zÇLdf“ÿ tgš]ÀF!¬«‘Þö&ùg…ÔÖAs¸ÉãÎ ÷ ^Ââ¾¢Þž0Ø$†^¢‹ts(wœó³Ç2g7éqU²Åiø3Ñ EÜiYMúb’æ>f̦ÀWÉy½}ç>n2ñí̃ô$Î Dõhy„?ï|ÈøŒ¨5Ñs>ø[ãò½]ÑŒý|ÁsÞ?èèd×õJµŸ6œ{Ç–n#ÐM/Ïã\•æç“w ¨ýÒ¤: ›Ì5š“Òˆz’Û[Ç­ÝQ“ˆ»#HòÒx1…b8ïSÈU½ýH%ëphOGÞŽLuÏ‘.ƒaâÓ£xÓ3Ñ«ýƒØsz„¥q€Ýäñi¿›ÒÃÚfÌ!¸‰>nØŒIË^—û/¡öœt/kžÝY·jºù=Ù„Ó'ØjïGŸÊÚšò±é*ž*µ§®oMQ3U*ÉgÚˆ•¢¢gðsfí]РÏÚ’‡¿Ndßa4ïCM9T§ páWY.ŠÏ•š É´ûÓ6{P~eí3—ÖC¥í¨ã[´[FÖŒ™‡hÕ#ÿf¨6Ôt¬Ù¦âN°ÇKÌÏä -µe¿‡ê¸—&Öçùè ‹:èÙ¦–í('@_FÈNpËÛÀnc¨qŒI |lIÁF ¡¸20Bm;¶[6÷1«÷‚q#¦-k1b_Ù6_fsÖw-›ÜßXuÒ™æ"½Yƒ”wå%›ª~°ºxXD©¨IYå·¶bCë9[[ï¯÷°Ì]ßÕÊBýii*w~‹«„;h15k½UOþ8ï©n¯PµÆÍ¶nÕÑI½1ªÎv–)7«to×´Ý×6ôŽ©Ô–fïh;[¼0«®Ã-é`P[¼§«ðC<¶¼ÿö¼åc~¶O­Ý O“y÷ð÷®•)]ÓüŽ^MûÇoYô5Ñ|?S\UœjâöÛ“–y±KûÞZÇÄks¿?<©â$mÿUÌ“åªl$á$ÓRam.æTÏï=óbýÑÁÓÜ– )7»CÝ_-ž 3%ë7©GßIOá—9žñ$“ÒµÈÅv§9¾q§v»¬¡öáJ æÐKdÔúÄSàoÿv”6#Œؽ–Eæ“ÍXy´•+tÏ a£º4]ïtꉷ·í7mˆ4m…ÔÉmÜÕ\yóû˜d<¡^íɺy7­ -{ôf5šB[5Íuãlˆ©ÓÉU#—©©‹x_òËÐõç‘9hÎVŒV.˜¾4íM¹Tlµ¡I[s›X0å¯|C(ñìê¥Ä™ýW;.ñÐhX¦(–NŠ)Þ„¤Ý“v&GŠíP¯f,×áôiz&óîü­˜YLýrZEMÎ/0 ÑÎŽþ]^L>µe¿>²T©kúþÞH™¬£ÝÄU„‘уŠBÝzˆ}í3K†_· êÊWŒMÜËD+ Ë‚NC-¨Wp¥Éôje3"™Oèº=¡º^cÙ‹Ÿåù2?2@ÊÆÉkœ,D=ž¦=GaÚžþ1B›1WÎÞ ©'Zu¹§ËˆT·›n÷ÕýdüÈhP ?_ T²‰ñ@(Ô»oÙ©LÏœ+»²ÃW>Ý¿wHèüßå¸S²§Çï¿ãÚØV»”´2…÷µfb6ð•"ï× kÝc:½¨°kÅÀž.š7ôy°HååòzU°ô¬ÊÚÉð¸Ö)ujY®9ñò+VÙnýþë*´,»HÖ_?oºc¡8°À­ß˜~Ù´”Ix·,ÆA¬¥í‘wšÊ–õ1fvÆž¥Ic{(Ú·+Ô¨!ómxo·Š’ ‚3vãëåß_¯<8iÔ Û¹ì3¨…ôj­-¸Œ½Iy ÊÙªhõ¸êÂñbQuÏ¢û°«ÑцÀ½»Ä,ƒH:} ÿN=¤k3°_W·o{v‹Sk›Îó^ÙâöÓ)xˆêØðæ …Ë¸ˆÂéd#íMÍÜKJÑJ“¢*?8Š=Î3€øwærÛJq{ûEßÚpg*¾,§ÙyÓ–Þ»_óÃ?v¹êÿMm*{˧}ãgË_%g0o/}­:Ö{Á5¾d€Äf·~upùÒZ”­c_ºÕ¾ºÇs3³¬uo×jùç»C™U/î®h s‹`3ÀI°{ŸºfçIŸrU:ñ¬øôç $«Õ ×%T±nÞ¡ÈûñÉ?×+¶å‚"Ù1“CÛ=AÏÔjýîìñ»DvfdóÔ -›}wW#YéN€–»ê˜æJ‰ø&!ëG6sRÖ bGuª¶´b±¾¡/jàú™0¬.K¿[5ëðr… S6_hï™[=Z±›“ ˆÖxarèÖÞööÞ¢د°”ítØswúÁѧ}_-›§÷?(gô[±S¼ê™æ<²ª½¦ñ VºŠQp&8¯Æ~~ ‡£òM°¶ò³+¿èêš¿7¤0fäPB3NØ­vzI5Ýäç/Ð^À×9õ„5™ž·ÑWouÔXê §“ŒÌGˆ`e¬}ug`W×»¥—é\íäçl7Ù\\u0Øaâ†n?Û‹=Û¼Fö”ÝVìz'Ê;2ô×+»œX3 ½Â)Ö{íq “ŸƒÑ²æèè·Ší– Ÿwòìñ÷þÐip!Û£&ÎÜ&¦m÷N* Võpàôõ×ÄËFï?êk»¾kyÎ’Œ"G¸ƒô¾.×ܵô)œƒ±ù‹Û"OÓ_¦Æ½¾Ä\ÉáÅ«Ì}6Ý1xã‚3~ƒ€YÉÄ„Æ}hsÅ%o ôÞ3cNÈÝ2nãaÉ™¿ U¹×¸yáÒ¥öI…qþÑ.ƒ*z¶l(ß)§o<îIÏ€€ô(œ®¢cŸÔJCîúE7 ©8¿Å<ÓèL}'Ôc¶q°ß'þõ¿ŠøÙ½6¨0“Ræ4ÙÄ@ä¯0‚šï^R;Ö•öÊX¯MÍíXkYM"cL…ëÕ¤Æù+†éôö–ËNu8XÏÙ[Ð4´=ï‰Eé>Èý?țȫUZf3õXÑj.õÛ°MçÝÏtQ9@öF¶ðµI"f©€á~,Õ·cRòSœÃ&¯¯ý`âLUÄà—~9©LkC(Ïï.n$%Q{*’¿Y¾uÑ¡÷õ´îµª°±CÜž]Fn‚± ^{U ¹M°ŒâÆÀé ë£?RŸ'î1ß8r²ŽdwÓ}Ĉ<êBOÿM·gXÀWMÿÕ7æ6²%£·ü!è瘧Y§–ú-TÐq__]‘?¤¹mFü—AÆÓžGïNÛn¶!߯vîœ÷ çä}RMž®èöJÎõ ¿œš×ýxÂ}„Õñ3ýz¸úùŸjÔ•¾ÅGÝ\ÜJº7䉷i¿}óšâŽË.“”L¹hÕ~oÕA0®Û Ñ‚b1+ež3EAxv¥X^'|÷ *›`pFg¼ð ßÒB˜–ÿôXÿ1roëFÄCMý¦9¦R'Ûy×o‚âhݱ¹û©R_A˜aÝK‡h6ËŽJçŠcgk_A//ÉÝâ¸S¸G¯ÞŒ%N±´ícï\fîc¤z|¹*S{ñ¶Ò¦—™ *DøFcŠ˜#PüÓIC¶“T¼¢vÇ=ò»¼ù®»„Ñ"]ökÝ~#ÌO»æÏdW¶Û¢ÎÞlŸæÿæë6àúö—Áú!ÖÉÙúzöAéÜüâ©ÅIÈ |J¨îÝå÷‰rR÷ë!cáà87óE’Gnâ<´bçÄõlZü·ͰèûWB¢úþÏÇFղ웷ÞA>Y·0Ø)ó:Œ;ê}bdÀ¢é89üq]tO½Ø\&öqJ}ÛX-:¿‰ViQˆê»Ú&¬~·4¤ßøÇ®îÞbÞùýƒÄµŒÄ5Wÿroöλxì­èt7ó5Y³´¯Ù›Ðn~¸kS¶†3šÒWPYNpdâ•–àCŽîÉÉ3¹Í8rú}¢“w­õ:«gSá•üŠŸž3¤…›–¨ø{møØ‚h´$jhK•2]¹ñ4Ðcÿ|6øvén/ÑÏY½Ž;¹w£É˜ëçýB’“Š]™gQXRÕµCÝüñb}î0iÖüi¿—e¸‰Ök„ÝWdÐ E:)©Ý:˜îjY‰÷-ê9XŠï…º§§ËðEÍÊüUÔ´I™~¸jºÞƒbÝïÔuO;­Ï­>Ê Ë®$Îæ¾Ï›8úÓÑ—©¾/[heUB>‚ΰ ‰tÓÔúqGEõkÍÉ‚yÕA˜ƒD¥†Ê8©÷núdû—fÑ#ª.ß‹AcôÌä“òvÚTIøïM‹L„EîÉE`Õ3®šâ燄Y[óNÉi˜ñAKýÿg¼ÝÌ£e^nÆÞ=Ï–Y‹‹ Í4ÓévÆaí©¥Ô¾g°¢"ÁÙ¬„Ë$L`;÷d Y,BÓêÀÿ°³/7×ég௄wžð›3%±*ð·5ê[lÒ‚¯•Ìm.xØæ¬Wg†“‰í==Þºt>Èà[kV%#è§£Þ¼õŒ*t“‹?'ÿ”8Ýž¤náqÞ*N­ù -ýf×NÇç#*â3²Å7ÕgJ`¸ÈñÀ<(³³hD£…vˆ•Áa¤kÞ8‘*AÄÆøÝQ[‹q!ÂÏL‹ìÙ=W¥FçþoTˆq¹ˆúRÔçî¹Ñž£½³š…`Ѷ÷D¥6ˆFÞRej²2¬ô¸¤‡[üCk×l1º2•>NÆC½ºÕvÁ¢Ï.ó~ÕŒò²5õÂÛýai||šeýør€ÆÆpTæG~†…Áú‹ÖÓõ{øŽýùË`.ç[¨+]C­Ü-’­-"“l^ò9sŠàõÇ/0y³àºÔöSFmlW1?#4?›«´¦ƒ–ut·§; «Ï:|†në&;m~#œ ëô° qfø[¾¨§ÔÛñšÐå:ŒðÝÊ¢z¥…S¨ò¼ï$u+|ë×aíæ³}±Âç c-/Z%z–æ‹Ô¯WkÅ`Rp>=!²2}¬õwYõ¶½W†c[p³vkv6ÝPBÇðøm¬š΄ý»uÏÔF‡xYxüÞ®íFï» 'X/÷dÚì›àœ ?\ ¨¶w8d ü^jn`œ2ì -ú Ç vXoøÛu3€*Þþï½ÿ7ÔÕÙhiËÄÜ¥åÐ! :ÈŸŠÙyãý‚=gy{õ$6@p,àÛvíZNéE·ÐÕJ0€?ƽ·ä0»7+ÔK1uˆ¼èé÷¡nVa[~24Û"j¿Uçù¶éäàÛÔ>3·­È]ìnwòöj3Ü|jS"]EàWHgJÌ„ßêpí{õ:´zÐê];ã/#„êÎ×õ RåQÇÞ8å™ÕGâ¿Wƒlø¾ïZ)Ñu#À4þ!諬qNQÅ7ÄZBó­"â:þ$‘nµ<”$ƒ“šVcxj¢Íšê.ýA}•„Eã«Ø’r<é›ò^âŽQ\j·~ >Ž1)•æölå·ÿC´íëa'Üd)çÅÓwÂt©hzÒÂñK5vPhË<ùuUóœ?œ˜O2”ÌiמY¯³—Ùœ³Û·É3©l- §Me«Í¯ïH ‹YNu®]7ï«ëÓ­øÔW»aÅDGÎÅ8Ï‹YÂŽD«þhn­’j§wrµ›£ÑÍæžœ5ý• +×øZ]=Ï=" ¢æö.!šOÀ/¿‚^ËHßZ3KâÀ8Vm"GžMôšt˜þD'ìeuÔ¶Ô» Z½gÚÝüPž*ØyEDå7VyõxÛNÉ\¡jÓ¥æê˜~œÐÑ £ºBGhÙo0ìòL÷Ád¿¯ÍZĬ‰ÝÒ: Em²\VªÎYëJµÞ1É‘¤ãk5&Ø—G¼ÓŠO”Ž4pN|_ï%ø;Î †«ë]Fz··pš mó-ž&D—Œþ&ñu& NšÜ7/üÊoÑ„¨X}Úp_Û^Û¯*­åt§¢9LuW,è~MÛ¯kzvóŠÿ4‹—~ZëŸN}‡–HßòÏÓÍxvß8‘õeaœ /mnb‡”mêʳÖ^[·Ö'ö_€R4o˜¢;ñ·¸“£ò«­™jƒô\W¿åÌ!šL »°Rº/Jâ'?ÓOzBÒžÈG&wp[K$ŽR✩˜ -ãþ†$x桎­èG{d)SŸ¡”1£g­‡‹×=Îûi£ëŽíõ–}&½Ñ"ìm/dµ™óg!–ˆŽÈ8#††q'K$½c–ÄC«³ïë+hLþñ5}z~ÚfRÓyÁã÷‹N€ž“WÁÖ‡|+7“u¸é¼f§óUUÑžüUã<;éUÒ/¦mZƒuÛ´VûPÝ‹-ÃŽ…ï?¤Z!È¢"s·(߸Œ:ÍIcÚï$IÈ·¶!Šì¨Æ‡kŸQóqmÓ}lw¿«;æ±è^&ãnüºLDÝmMôѽ`öñl“ñž1‘RúÅ…kóž©¡|a_-ÛòŽ8ŒSN&Ýk±1R¿ÍÔ ðÅC‡uBïô_†Åw ¾=¡5ãÆn›LƒW­Œª––žPtrÖXmç\uƒ }¸0¾¶v[*±s®oêX£·w6ÄSDšÚ#Þˆ´½Z›~«ô°D8ôjáå¬ z«ÛŸëãGƒöJ}#šÊY«”j#³¤T :‰óP?²yô~mÃû›ìôGн±b9}›@Öñv«r´mžÍ<¦OgµÒ­Ødíèv•Ghqs¶ÍÙ¬¬IO Kk5²W¿×aóAâ7€to#ÊqÝîø­µŒ—5¸óZsãÀÓîv]máç¬bMV¿7/s}PÝ/vcÀ¡Ã Yï2^/TK’JAUY»˜…Ú‚w$“¾˜wT$Tý-©\·åvÆn‰¶fSmI4Ï¿"ÇüN–¥nÖDñºp1a5Eê7ûÿ^íxqƒ_µ‘9YÑ,C¥°P³øÏ†z_áJzSï²’C–¦™C)%¨»Ò9‰ úêu -Îüв­'²8 ˆqwߣúô4³ÍŠç›¿g9ZÂ"cþZ1ÁŒ1üâ!y?.u§ØÂõ!HþÀÛ S÷~ Éo¹â¡Òƒ²jcAPúAt|úÉȇY~›Ìhœì[O^åëß)X÷zB|½LöZ̬õ÷~eø*Júoôe9‰]Oüç¾$šJ|oTïÇv¯§{ËZT¢°op-r(J­¼¢µ$Ý;$ìçg‚§nÎEÅh ÙlÕNb”#Ä£«Õã44BÊRÿ!taÁþh%ôÌ¿;L±îºÄèmÈP&ìèZ–[#¸éòÊ'Ó|À–¹þ»,4¡Ijò¦Q9ôöI¬Ï+i‘«þú“ðˆ<êf5ÄÌêõFô½ƒ”ü}:Ú—Á¨æ¸Òìpa-s)ÿÎ97e´º¨Öœ×p=ÑT*sx˜G§Â#‹ FqZÒía}|iBjl§×; “Þ—Ó,ðÓö•0›¿ÇËÇu’ æqsçà 'º?ËK–Ôûð -Ù*·ÍEÛYïrpÄvÿ³ò«×ÈîWývU±ãº]‹ü"èlOz_=Tq£•¢qœô0ïtª|Mìm3›ó”®Ì§¯­Æv® -ZýÙ²V^N±ÞóÙLëOÌŽè¤mÏü°Ž»ÅÚ†¼ÐOÜõ µ²I¾ü4&QÍøÀÕlï8CM‹ÈãrØØSö}—lþ¿6¨¶v ª:"Ý´+³$®vëS%ó¨h`ßör§ÊFw}®o§ÄÕý¸ÈúSylŒ>R¨;í= ÁO8™Ž‹¾³²²yhÚÅÄÒ.ò§iï •2ùZÙf‡ÁûíÜÒ,µ³ûBÃIµê»W·ô[þªÙÊxš¸ÚN€Æf‹tåü2í9¯×°eΚßQËÙÞ·PŽk\c‘jGß§ð]ŸëvÔJ3ì'"Q탲‘©xÿ$º ÷Þò—ÎÖ@ÈuU»¯Ÿºw%ã÷l¬ùX ûÚ¨®•sÓ&÷e7£¥²õ¹u|Õ¢SaÌ»ÖHÌL‰Ñ0r° q2ïú5k#¦×°Zíö{ò”âyAôOÌ©fòµÉ§ÅŽ.ÏÑŽ‰%~”g•SÍ•‹ÎÀˆi­—®Í_2À‘@ wý»U6«øzo174ýE2Ýoto–‘4k€g¿b10ŒohŽG½°I–›/þ¶5¿x8~š8gH·¿ãÓ€GÚGþ.r~4=«Uí¸½§X~èOóp’šb}-ob|ϧmæù‹oT lÞ¼X(Š€*K>]ôè¬v:_/O3Ÿ‘u‹‡+´œ -Ökö¿ém8w4„ŃDm›¦Á›:Ÿ‡ 6šÆ_Ú4>eªYô}Òxã,%YÁs¶É¨^\f±R@uŽÂêñ»—ûÏS0aO¶nÕô£Z¡6ÝŸìHA_¾ë”íõ€s^®ØýÆŽ¬ -`IÊ"5ÂòK—[*,ÜÞ 7-7ôLÅøWÚvû°pzk¤¥ÍGöÑžsÁPŽ¢‘{|çöÇ]—ùüCÞ˜:8Ϊœ“îfb…§WVñHÍÇKÀŒìíT7¬~m8ïä µìb-ek)éiÅäö·“­Ø3[|¥@´(7ƒ×ŠÚ3ì¨3Ïj¿]AµŠµ¨‘€ŠöyQœ€&»¸‡,÷–-íy‹»lc8ãwëÃÊ¡µd_¼:9òkÛ¨Ð*íjP\vÒõȰo•ÓØÝ«ÓFÈÈ è~Р¼…7|,bÏt¥´ã7*þæ½–naHólJû Ë‹ÓÞJÐÊK´l»In¸³ñÝÂ`5¡ò7¢6)nìi\B¨QãëÀz# ÔQO€W:¯¶¦ ?Op§ç-·¬Ï«ø,@µ’v(gþî­^xs;´l_eOZvÃïœÚ—œ|ŽØ›ÃsúÁe-p`¿\ëókñäó£ïuggÚÇ…f̦ú×›ä6’U.õ¾Ýï­¹Ï'Y“«·dÉ.عÕÚ¬hwg‡²<ï¨U°ï):7ÜHˆ(÷tÊØò$6}Àz‹WˆÜ†éÏ6¬Ò‹”šÓÎW«ºwµömÑÞ|þnf‰`5¸Ï…r=…ÙŽó„8¤ ¤#%ÁÐ`vòÇ-ÆùxÇ—(3ߌFÍRsn|ú»g*žpÝäýmóô}¶Ä¡–05±ò+âá`#•tHõÍòÒµÊÛ=ynç!UŽé‘ªÀ»¡=´Í¤À¸”Y;ʾRoD­¸Üžæ¹XÊò~{Eɰ¨µ+Z•Õ•~ï)ì†v»¸sññkÎý²·õû²¸ íÁ òi3çÕ×7/²—Ì#õeªÿv»S¿óëSÅBû3ƒYmN…`‹ÌY%^ H%îæäµe„³Ñ™„«¸FHiÍÒœZ3eýlOÁ |¬{ÅÞŽkû.cp¯íÔÕPý=DI˜\ÉQ}vbªfßf¶0¶3,ÞÇ嬒»'I„nH§nXoÞÔKÿâA ÛúçÍtz-2PÂÒsW4#¼Ø]ØÞÐsò½¥yQ<¶ï-ù{´]]¾°}íIÁ¬86ô4hIàÚ¨ÿõÁ*1!½ïr nÓv(@”˜^¿8ºâ·›·LŽì³¢‚O±°¬÷{ÒÏÖlá ‹ùÊÛ¾ƒ%*:ÚïíŒøÝÓêNr7 }v±ÞùH'ërÙcÿ¹bG8¯GÛdUôÖªÇpʲ?Ói¬rÍ'•s) Àîµ®Þýçï¿Ð֥о—ã5,Æ_b ”Žó‘Ü–Ÿ°ê³WÐØŽbî:ïd<”Py¼ÖÚ8BDFÆ ½½oØGFN°úém¹Ò=ãgGNÊÞòöØÜ¶µQî m ¿öyÿõû¢úýÒ|þdІ<€o´ÝÝñ÷ó¡ò›÷Ϊ³7ð›Ø{'(î}˜mÁ¦Åe¾™`ãéÕ½d»ö4ÖÚbâî´¹l/ù-Æ…´ Ü:Öò@ap<Ö ÷-9acsÈ6ðgâXãBÂ÷÷Md5¶~öžÔš›`}o¶lÒ3¾Ú¿ü¶òmýwÍ ùÏøæíQT²gÍC><¦»> Ï~ºTþ–k:kBüö‡^;åäØ,šek­éoSõ¯ÆŸV®#ÉFíËF’4‡ ŽÃãÔVM.âÚNëâëÇ_lÏ>Ò½Î÷D×}W¢=(älo,»WAÕR>´ zùM¹w–Í›µ©:¥¼I\¿?6:Áêÿ~Ñd²“Y|bÛÈå ôвHß§E{U•kߟî8{ (yˉ;×þ¦Ç×,{²WŒ¯àî’=;Ü[{[R ›~ã ¨`6Ù_‘\åÍBóüóJ†]oQo‚WÏ'æ­•}È7ÎiLÙÍ{m̵ùæ³S&ôÖÝñÌF½\ Zø árʨÄÏê¼­×v󖳓…9ÝN»oã @àh+úL2•·•K\`òNùöá½\ò8ªµür­¦q7‰‚ñԲ؇ºùòç"þ$¾©Ÿ?CÒIþúNæÔ5i¡3uØ×š¬{;ÅŠÃGVYùEÏŠg¿UÆ-/–…¿n[¿ÔÐÑþçLŸ›Ê¼Âx’ë¾#_Ú ž%º¡ùÀ‡[§,; ^eëÎOD¸W‹)0ƒ¦}SöÔPwQÆ‹Íáë0v”Îzåyµdü“¹>§²2§"xÀú0~ªå˹–ÝC„º7¼6HÖPŸìM&D ´Žöø5r*8eÚzá¢tŽ_àþ‰,*ÜK@¦; L½¯Ù9iw>[K¿h™ãfóù - pÒPv_Z›TØûVÄë™sç\qÊ`ІñÅõwþ8å賃Ê^º¿#Q…o?N`k¥é-¦ÆáÑ©`m¿•þ!µHO 8}¾°¼\3ج7úkë1‹°»HÖ"]n½’Öasúì(dþÜ45Bˆ¡î¬íŒhIdoeóÍUÌÿœA±W©“Úc0s¨i3K|à4$^0]ÖÎö}˜—FzÓyX#žà¹cŒnä;ÞŽY²à´Sö'ë[÷©–æàpĈÜÕ!Ý5X'AŠ[ÓµÃöŸ8[‹z[ø_w‡ÃÒ`#EkyömåƒS:tÀ<{uêÓ›î÷ì8;ŒÓ©ÙKò–×]Â:-·!©[Ÿ¦[% $ýÖ îÙ.8o¹†ˆÈi«ÕJŒ³„ Nâ¿ ìmáÕ¨¨°8½°›ó–ô¿Ÿ• ‚ƒ|©iùëµ)Œþ -òØcÑ;‹'“?ÿ+™3a÷J¦ç`ÀÈêgã«é˜À\mäöwýCÇzÙŽ™CØiÚΠàЦ -̳º õÂHvw{ôLÿ[ƒô5?‘¦ËÝ# ž˜®­ÄÂVIt†ò™v±ý¶£‰ ;ð”òéÍê3÷b”7ÞÎMÖ«yuÞ.þuìÚ•s›=ô^1\;õÅÔmiþmC·Í‹•ÏŽ\-ĤNäËš×½ìj™]8­ å6noVé6ž7Å0¹YÇyÔqЏ kw§eÆá…{>[‹‚€NÉ£¥÷í—E ·ê{ƒ£Š×BQâŠo¶/a¦×)Úg©tk[¢ËÜœ'¹‰«ó‡ -líçß]T0b®ƒOUï¤Pã Óœ9;ˆGf#õÉÒÀÒN‡»ë<*ç6»5Û_¦Îm×Þ5å]dïj—¼#‡Š@,^¹¸­ -Ïù,Ö®ßÑûå•:½•ê™’})CƵ‚./4¾3[KÃJÎùk̃i* ¸º£ÔÏýê¼zÜ‚kÉ„ðºµ%LÐcÈ‚ÖÇý5עы)Œ63Ê5*—¥D¼&{؃äÓ¹ü„÷ò²ß&&ºÏþÔûþiLBlã”Öà³±‰‰Ýî$žDÜ¡uAlë—Ä¡œµ‰«žz#5ߌûnÛ¼Ökÿ~çOdpžß‰ç( óÃL¯¹š¯,üt½êxåšDz™÷øYK ŸýåÀU¨¯‰Ôô9. “7.PÄåyæy}½$8úa¹‰ðmg¨äöð{Çæ%[nýTÃ2Ê<ÐÄÉl.÷ÖØC27,³[?g¨tódÞyÆŸµŒ´‚èX³Æû¿=ð‹gääí¯Ï¸©æ…ËŽbdWSþÆ»æyÇ@¦²œa=f':¶(,_¹Q×;fˈn,5p{‡_ëTÉ_]­7¤¯öOý,‡vL³8úáf¡5àþ!A_¿r‡¨Ðæ6â>~ô›Ï;ÆwXa^Zx¾‰tòLzvw÷}»=§¹¢.㨠ð¶9u¦•Ñ}=^Eð”óA0o²{õš4›s -jíø.y¿j™‡™Žä¹7k!h˨×-@9vWÛµ^„ìÄë»åÜ—LÐZ‚ÅgWsJ•OÁÐ~sÝê˜%0˜ƒD“v½2tÐé@–¨…î‹ÃŸÿÚø .Pz•H “'um\Jоé´Ã¾«mŒp›{ØoýfþOUT­³^8ûåPðËoi/ì"y™æU©M»Õèdâ¤S0K³ú­‡iÚpj…ô7e†¹O9øk';8^%¦~#jGo³J‡>7m$óZÒ<-ñžâaƒö©ØKÝ 5–3ÒKº}ðns¯yö© ‰œ¡Ýáƒeê'+·gŸáÌw ÓŽòÅ—í€j¸—Ê !8è&ð¡Ö¼»ËM¶rÀöÒÏ›vžÛ-V·5¢âŽk‡œS!.?g‹ø -ÔÆÐAµ³‰Ì4¡¼óÿr¥ -;B>î/ß”Úi]ýœÞ-»µ²Ú£ÉKìøùÉoš‘˘¢öß.tg»7 -GàêbòØ»8½Ïlê—WHYIÍ‹ƒ÷Ú}m-°íw5"H2Kâ® Í -{Z¼[Aj²;güźRl>¼—“ði4RB–òeW˰y=´['L¥»uûôxwwU‰)(K6,GãèQäöþ¢AP/„åEy×äKr?C%×$U?^b2yï‚U*5ÞX{¨8Ã%ûܵÑ^ WPù¹žVÔÑíÃDwƒšñFÊ–tôR¿†ÚvþcsûñÛˆ:¥±Ÿ5OVò‚ž—^FTð‚ƒ^1°ý‹–s³*›kâºWÕ®é<®-£ûµ~Ð(Þ½u8›ÿ~œÿîLòÁæ&¤nÍzaP³øÌ'x'¿t%?Ç•c;¶Œ¸Î¾J£½cÉCfüCbÿôd³c&“ð‡&3¾ÄH²Urž‡ z‘Ù$çĺ>‹œ__Ã[ÍU‡öÒî5º†xú©íAtÏJ|˜y -õÐú9Ö¢mt#²ÝpÏý½eÃÁ,Ê=Ôižc;WÂ^÷ŽW³$Á/hW±¾×RrCª¨*Øî\ËÍ­µºÖ‹P ­y4 »_éû}/À´½ÓÂÖÛ0;ËËw¡Fù/ùpü‡0½‡Ö†Ø¾YöY¯ô Ï„ÐÕ¸á_ò¿ô\ušÆq­Šå”uÄ΄ƒó²Þeôît®…8èþX‚+¶.ˆSWªs¿(\ßD œòEhd5¶W~UÞõ,ø‰‡–ÓûZUôÓXÝá}zV£"WÖ¥þæšs_7 æ+í¸¥÷ÓB”óíò\b¬asáR¨xÍÓsY3ÄqfAÿê侃ÆÇÌÁ:üþXƒ—ù(_{ûûÛâŸÑHxZ[Óg¿úË?ãVÔ:¦Û‚ÜÛë¯bãRˆ w»ü\‹†ª‚¯Y7¢“Ó®oJXe4R9ßÂhÒD3TvRjb ù :Nv8l2 jõÏÇ/±!Ãð»nɧ„sͽ<ß•šÒWn^~ÙEœ9­e‘eáäOÿ؆ƒ08*éìèÆÕ -"«Ù&Âr~¨·ýñ¾Zåk”½®›ïeæ·ß%#Ž¢ÊUtéž5–pJ ¶ŽUFrÆ·g±ï_±Èaëüþó‰ÉH·v­XêŒWß±}®iæêf•¬»8±Ý®¥U…k+5…ÆÒôÓEcºÇ‡A&pwoˆÉƒR®©¼†Ò$¹P Ÿ„¡ŠßÍŠÆÆ°.ë—ê÷* U_ò€4ÕÚûP‡UíBVž4g=vHÁë‹"ÊfÈÒŽ¤Bì&ÝÇWlë:~‹zšîô¹çø‰a>ºFa0ÊÓø ¯™ ÁoÓûT厹·>B?ïÝóØ/ZÖP;{Õ=¼Žd& Æ`fïz—aÛä9e,›A³‰K;d•ôÑ·TëLJô™òë·1¶ÛÂêê²à“\µ ê±cgâ·Ý¢ škÃb³ÕLTÍØw£ ¡ÒZõJ=—›t§-»;3¨p×h7š¿.ì»\%ƒÂqŠVUcËG;q^×.Íñºô¦ay†sÎjéÖ¤}Ë?ª#D=ì2ò¹ó¸ œ“GJíLüCØæ þM®Ùú¹¼RV.WX:×ÏÞ#•êdû&JP:´7.çx=3œ-ØOÂS·M_çð|òÐèù›Ùù¼(b¦åEoÞÎÅ ¼€÷7Yr—'ªúU.Á E?³‚öq!êêðjdþW\ʾäÒ§k+=2v/ŒÞÙ†{— ÙEx\äh¶2d+YÖ+qå!›zŠžt'sÔÏŽ$R -‘Ìõ9reßÈR’·C÷sçëÈ\ëaQþÖ-°­šwnaùH/7vœàŽ×õßF°æ¤¹;M¶îºã„>6HUß°]—Hí†ëŠ׋,ýsp>ÎPÙܼ½`ð×TP ïÍNtÌÓþ#'”CYõYæÝÎýrâ¶üÕäÈÖCw­z57A=’ˆê¤šÈ.ëªNJ sô1ÑÇ$û×xx˜8ÂfÕ‡}ëSÿ‡D¹ý†æj¹½›h¹ï¾¹ ê/߸‹ owç/Umæê^½´]ú«¯p{Ñ5Ü’ðÔsƒnŠ2§®[ƒóØ8p/a¯*òQMáh¡Ðæàþ!Ú(Ý^®uhÔȨoøÏ {U´JÔÎÐR¿\×o¼Z½ÊõãÍ@ÙÞ3C5*|ã”ÔE÷ûîcûÍ&ÚVÓ ß¡z«Ôù6„TÑAå"±“dlIÕ~X`q(×ö§^³:³½>Ä9÷ð½l»–ÿ¨jçê²ÖŸKí·YÏÞú õš ìX<-_~o³óÛS×ýc –Ì?³]é1B ZE{4eØ÷ü -QŠc"° fÀõWFç#nêÆ{ºSS*ñ¾¬ýÃó€}£øJht£½ÐµJéJ>vÕzô½Ê/-¿[©ì±þwPã‘—¸¼¢»Dfà2T²õd‘î½Ù™KÙ²v$Ãô†æ¦I·Õ¥mŠ3I“õ¡Öª^€u‹I€ëË–i -¶È]pþSFåÊïÝôA÷´íl;óªý;^üD}~þni–vï9À\ŠufÚà -MÌÄÒ$x€DIÉð±{äzëûk†í’Ö ÂO8Gé±~àT€†³ì¤ÙB-Î œÔ—«g¯°@š!K[è©Åk–øö -·«u`Ã)v÷S´*ÉâÄÂMôÂ\'"h°çð†6¿é¶=:Â{p¶m:ííŠî›åèKèÄ?‰ÆHà4X¿ -+⹤Ÿ!eÄÑ*;—z"¿e±ç}®:”|9:Àó{Âú2cÌ=;‰WoøœtŸÓYf½ØÞ÷hºZEš®û6˜°›ZAÏ gõ¼‡_S>1E'¼3<Õºní‘8YJ—§]Ãå” ‘uÇÎï¾u”¹ÛÏØjëÒóÖWçÕºX®Ñ˜DwOÌKPª&”9'W9Ù¦ûÝ-¼gŠ3Ý¿NóÓî§©aµýËlRT—cF—mP½Ä“8?74:WW>GvøàS˜Tkðô=á:x'ÃËíºèŠ+ÚÍ|ù kkôuBj|Vžñ„éÓžt“€Eñê‚·;0¹çß=ðé…ÐÛ›}¨a²ßÐô´!!Ë ÚÁ ?5˜¼Ã›ç‹¾¬áèól>÷€·YØc^,œ»jìgÔ?…§"žfþÌÔûÓ•-S`{º•Oc]w£,‰£üÙØŸóoc­:wz¤&UÃ|‹vn6¾EÅÖ*'_ÚíýSò*ôXýÞŠ5—ëÎÄ4mãÖû©Z©ÞUKä€y¸x¬ã€lcÞÁšO™ë3«x‘©~åÊË^rÞZ–öð]±Ú7A(éVž0Á~PìY‹z\RÇn–'Ç)f3•œ¦uA<îÚ°gW4ò“`L«ãy Rø4'š{ÆK,óü¬#v¾Æ°wrq–b—é¢#Á³ñp`¥äæÕâÙ*2Æ!vSí°X/¸ÕÜ• 6k5Ðê-GM ½¯–hÌÁÑ÷ßqc¸ó,îT¹ÝJ8•“a`æõªóh{Cµ_¾wº¨¾,9pÌ©º}\eì~?Nþ“k›,¹â?œû@øukÝv^âg¹°J•uS’wØç‚ç“3¯“¾”ÞФº¯%¥]­ã”\¦ï¼+¹óÄhpFõrÇ$Ö*ßoÇþó¾Çô·<ï~ÔNͯMV×ðp©ÝäÒ¬‹ö5'eà¼ÝÔJW…eö“­…àñ“Ž·?º,y¶»„˜hæÑc‹À7Âé‚}^ñw+¦=§Øû„J]\·¬&‰Ü:‹8¢%ÃÊ[~•!T†Z¢^–ã×’º7ß·Ú¹,—2ìW/Z±êÒÃ̼ޕb¿³;Ù Ñõ®y뎼ôZȧ­hJ ÐF>ŠŠ½¢í •ñ h‚½,wÂ{Ú²*›¿ÆªáËE;§½%š+6t¾¹ëò"³â2š×êpÒÃ1³Ð.À½Þ/Ö·oÌ ¬<(¬Z½ö©Ñã°á°K±‚&ðõñÙU/µKè¥Æ<4×Dû:¸ڮȟ -M½Ñ°Rÿù|gF6ŸÈÓ(U~ãQ¿òª9íIfñHábÀœÎ#AË*O ¦¹‡|ÇÄÃÏÖ®9ð‰Køhl~Å¢:eOI¼— Où=¿sm]k«à]úµ¨)æõ[î“i¥‚êm+Û ¼n"ZWæ°üÎ4ÙúnqLç^•°ÛÞZÍVÛ™M¦}÷¤ÍõRÉŽTýºxç˜<}k©,D[óLâ¼x꯽Ö¤ˆ7,‚*¹'d›1:ŸÛ(–s¬¤þCq»ž~íÏ ¯(9¯Ñˆ†ŸUbU.»j `EܵÆ\rÐvÒݘüÚL挦™ Z«hÛêy3G\¹Tåöc&C%[{6ò\3©d-àM;…¨Ç¢ûšÀ輜Úw>P·Ó¥V^<ÕñvnÈ?«\în ©Ê½©¢È¼¥«m‘d«ƒG“‹ ->­—vúÎTl6·†ÎgÜŸ)Ö«Ù±¥ažËLážÔòÓ**}‡È‘È/¯'“¤Ô²§£±S([šYߢ“j«©p('5k¾n´}‰jþ‚qÎ2 Xß­ç}æïûϬ’•+m½´«QÚzMžI4ÿÒsø`6\»uu}¸m²dåäŒG§ÐÜ}>¾ V,¼èƒ¶”‚Qð =:œŠëT^çk5 âÀU¡j¶·S)œhY²ð»¥ÓÉá¶n¹ö°9§îêRmåÔ‰sñ NÃ^ž¬{ÛÃn(%Ádè÷ä³££ˆVP×ô -7 ‡ðT×*$ÛæÙ`ß rr¹§nÃL_š¤ÚÊy:?3ÃÅÉ85ÌÄ¢}þøAg´LÒn>íËÜrÙ¶Z\nÝÕ¯©æWi_jŽðsĽö¢¶5Y§U -ÞÍ€ Ö#>äNUöÖ™¸¯|ÿ¯LHçç^ñ—8Õ]ǤÆ<³Øe2XôÅÐÉ_פµïR½«S>©«ò›å‹Új RúÓ£GûÐ,g®ÁÏ®Ãìц?Xõ梛ËÞ˜ñN耗›¹q‘©j&S!ë6öZkŠ®ç&æe­¥Iæ'´îU?[I§Çµ -ð3ê{òcëë#M¹±e~¿dpk½œ)ùjÿi áXuÏÒUM›7Ú8'É_¿%TnP'>ß•99ð9µŠÑ×Ï%+Y ·ÆôÐG­ -_ºÙA~·À‹ÝWɶ÷Ÿ¶gÊI QìGo­Í§¾ªVG­7C&Œ^¶Œ÷S*5ã®i²%Cåìtm±ÓÙvi9'äe­Õî—’õ‡ ï½½9,Üø0ø`¦ÄX[­we:ðR[N­œÛ¸è“Ã}¦îË;Áñ|d¬Îü¹30×æÙƒiÞçLÔvÏ ûöÃOîv1o«x5šÀfwÕt¸Ð—§û -@˜åJëã¿³é” ´ë(Ðw¦‹ŠÁfzî£ã›9©l°ÆÈ2Á¼óR,fóÙQýƒ ¿Alõƒì³ü²œFŽÓ#5â&-X’ -]‡óÚQáµÙFb§t ÎFårI;5á?WLµ‹œzá(/Õ¬Á<èà]^  ú 0¬†ˆìÔ†×3ûð¢n7Ô8—[3÷ÇߺÏ":Q-Wcϼá\ë7¶^Z~õu`›'5ïQƒdB\tmô—´ÂŸÞg3¸(û[Õùž‚î%ĵ¦¡ÊÂýdÆÞë…Þë×âöïÈH^'ø.ßì·mt6wÞ¥;“‡%žë.nÏ_¶S+°ˆ|Ìß÷ÎÕü¸B…•k,£ûûýÂÉŽ›h¹Éw—°›ZQ%cìRñña~ïÂÍË8—4æ\¦³æ2ä}aݪçY¨˜³FŠ÷Eé>Ͼ^¿Óž†vÎêV% "š9+Š™§7݆Ó^…«K0^ÿc]^¦_Î{SDÿÝ ©•Þxا¦Îº–i…þ }W‹Od_ÁÕºrëÓºþíjR_γ®¾3Á';Úð¦ªÇî}î8wìÑ÷¢®}¿¶¦>’gÞ@‹„|q˜;žÛf­¯è ­ì}f;¬f5Ö*7«"‚µ •wd·¥ËÛ#óʳ_öTc”T0™c^LZ‡ûWWGþNj7 ó˜N?†+\ksæC¢.3¹Vuþ.Cï),%kVÕvx›Ý³$~Ù„Wpdö-ýENâ6ï7X½.‘ÆÙZKRùvTÓâýÖHkÏ…"¸É›¶ó3Ψ¡;"û߀lßòw«•äfó¹ç–Gmy²ØµA®œ›ü½cu»®Uqç! JyœÄmé’öè4" [ä‹+Ì_¤¥ zk<ªmžkf—/8'†Œ‰«æË_ÃM˜J üæè­-'ûm‚õMõI)\–Äí•<ð xWMÂÈŒ|%_ÃhvQM-¾Îþ)Ï¡fÛ"ƒ¸ÝÀT ÃÛ‘‘5Ü,Mc¡%SÂ~S»]âªì-ªÂ]m×Ú­EnŸ1Œõ¦Ò•ýøÍµ%ÙÚÙó«YŒòX 5ÆðGÕ¼¶üª½¦í‡]ytÚ–<Îÿ”·›¹ÏÝî¬ó³œòrþ¶ßMék+ì±CWšP¢špö}ž»þCH£?YgZZ¾emiÇö úËaæd¾ß,õa)=,nôx‰ Öâ Ë žÖaÏ[:öèÃNÙØÙzDiµ?Éò—öûû˜`s±t‡]½žyãk¢;Ïç·v?‹æ jý¥I3Î%¦we -ñæVs ïZ7î1j^¥–é4èúÅöŠ´5¸‚gÍ.ƒ’và›Ž{~Û™ÆïÙÑt“ó2æ÷.Ÿ×ÎœáØ¬»/fë¨C;Û–‘[äý‹eHdvƒ¸÷ê{gî6h{øṴ́Ó*IœâžR ­pD-ãÖC¦t&6¸äW­4°æQeÞ²£ŠÃµOÞ‹6qwÛœßù•û«ÝÎvc7Iª²sš‰†}Ø$¨êÇC|œÃÿ>bí·\£°yZ™®þîºB“ ÿWXÅò©Á~ò½ÈOgˆšþbÑ,ÖœóÌ÷Š ›Ø†Ÿ/a¯ÕuâÄ=Ðßr7ó^µÃ>Áª_ÉX‰ QH ŠåmogúíÙ±ÓÀ/FèHÏâ¤Î£™ÖOšÆ—õ" ¶Òðâ:Úãà:È­‰Í'Ü9“ .ë³û‘õ"ÚwÄ— »ÁâÛR•Hý:ØÏZ³³hÃë‚ÿYÁw7-UÏæëjÒ¯Oò•Dm7 Òuaú÷¹eƒšlèp¯È59¡Î–†j§cô×~ŸN5}>ùLab‹MâlFf'ùmað-ªÄ¬§"Öµ˜g¼èÊR½§ýdÙd¨…Û¸¬ÓáïæÉÆBÏwsÍ‚kX=1† wYÍ7–ædÊ9Îûlõ´³¦Ö£‡~`ëÓÆ1’Œ§€$.+0±Ðš©©Ë D†dî$T1CõÔ‹òtÒŽùZö˸8)8z›fn/ÚÜÍçÀÇÖrÄNq*Ÿ¹!¬8dâ·iiÝ€„Z;ªÏ³¬_v‰~…›P¶® WrKu2ìÿ^YÔMoç¿YÏG´5€Si°›*OLxåBðž=rö ‰Æ¢3mÑë@Û[ª˜“à³±gdŸùè1h7£Åæ÷ŒX­5NvIDäÛI–Äù‰¯!7¶‘¿™Â}ómÛij9Ãðò³»¨¸T¥°ßv¼+Ù‰´\Ķ1uº´^³/•­ÂÜéç`çP5‹)U7Õ€Wlÿ¦±‰0¸§.pÆÿ릲 ƒH ­¿9#àØÔ¹dyc/x9ù…ÚNûrážLxtÍõ·ņݘ7gçpO¥¿žÄ=têNkÝHvÁ ë(·`õRlk­Qå¶¿•‚"{´lLø›dÄŒIÏ'Á»mÛ/#bæ“ÇÆ«-PÏ>\auQ¨ÞÜšõVµ¬õ±d19m×?ZÚ¯•×G=˸@¬y¸¢ÅEl‰!Ѩ¼m¼tà¹E‰Øú§Ðø›–å²c³‘¤ÌÛ³F_Ѿx̆xR`­DxVµdqö–ÃCÅR08Q¢šÆÂ [Y«K±Î§íþ0\–ˆ’]Øéí&dP,t¿vl®¯ÕñJ`²k¿‘ýþQY•Hå“3uW_>ìëúªÝÜHÚzlzÂ4 Ä´Ï)¦ïˆî"_-q&ZœiÆúÛpëù›ÚÈo¢Ÿ!‘tæÃ=Š}åæ ÏšH_ÖîÜZžïY>uµK5'¾=!u8B¸!úÚoÐo.mG!­)‚±´G“R¿Àwãΰ`=¯‡'Xz´–)*ÚÁ²ñ€#ÙšýCêÑ7^Nëн23¢­«?0£yŠ“ÛÊxÑûÈÛh7ƒ”ÙêWÝïl “ lt¬m -Ò‚¤A+¯²ôü8pž” (Þ‹õÛW(ˆBÆc4þXaDÚd¡"Õ‹Ð݈3õ(œëNf T("ñ£[rðý>t!³(i-ȳCx«ðUHÅü¶>Ÿ®ZpsK&ãJHû„€s¦Ûßwò0ÄÜdçòQ3±Fp-í7[è”RÚ©©Ëæ7_ðžsíÎögw lð.o—Ô·ñM)# p}K]ŒW§ð·¸[èY¢ý’–Œºì.¥¬ÑÊs {3\ÓÁ@ã~Ôó¶‚®#Îû`àÒ¦ ‹Ô±¦ý"F¿©æ›m3ÎWݘ´,é7^„³ý†ÖSœ´¨‚Y:4[®G×ê¡ËÝþæ¾¥h|SØF,W\¶é8 ,2–>Ëû¢!¨A0?.©zx.d0Y.w&mwõ«öãÆzkpŸ6wX~ Ûp@¹K-SØ6™˜fhŠ.>™úÿT汦 —É&€v÷£L⸫ȅð”¹úU ¾ªåòÖ›eDÍÆ`\×gÚîç^Çá¬v.7•ÿ8ºÊme•0|ßEØ"%ˆtw‡`'v·÷Øçç^ËÌÌû” óšJ¹æú°w ÁcI»á±¹çàMT¯<&[5‘G[†ê‘dÅQžZÚÝwƒÌ[³ Œ¾úF×|»þ±ï:(›XZùpö®!í±¾±>FØð¼(;‚CŽPÙÔÃR‚•Úv§@öÝʸ  ºo¶ú*î¯ùý‚düŠiÁQõ[G„hïvœb#½ð‚i…ê˜uÚ…ñq¿²¹Ð´ÊáköÞ? àNÓ½¯¾¬Å²ºËô&ŸqÖ¯ºùõD+reÇ:þwò–^°…Š«.jUGêÚ^©=ª[ç³pkY0 p)‰å¸¥½ìù@—ý´]18Ö—$pûŠ_m]Nd½Ùø9®u]z¾Æ(í¼Tß:‡é¬À¾W¥—$x˜¬›.žÊº³}E-»^8<.ô­ kœß»ö£6õ~÷ë•q±ê†Wsã¹ÈmÜXíìö|ºêÕ9èŽĺ}:¹¸™­uÐ/ÖÅã<è;[4”!{Þ÷!à†x¯1àÊóôîø.ó\´Zê^¯ý¹7â—o¯6Þ³íYP³<Ánîxú؃w­z ¢}s‰‹·TÍǃ +Ðåá½Ê¥‚ù³’FAŠŸ<Ï.‚Ê·APX¯¶©Ô;„` ¾Œ'î´Ï²H÷º*y«SÚtÙ½µš–¥zx"Þ»ñ¤ 5œGvËð‹ûR¿ìæ£L‰6.2²×@[p7Ÿ"­`ªîüýݵ‡jç¯vpÙ•¢ù|CƒÐÛNŸ·´¾fjc I¨×¢,^’Ðv¨^l÷¶C¯yÑt;Lë·P7Ÿõ8{îÿú‰›ãñ#Eokû“ý³å6Ш…z€UˆPíù¼ô‘`%¥¤ô²e’ÊBØR=“•4šô¢ål¸#­õÐ ksAç|Ï4²û¾°p0øWk};ï†5`^m}Ί5­ä¨ËaI¥Yšòډߩ¤ôd¢]Ò{QŒoµ‡×»…©¢ôðîÕ¶¡<Ç[xTaÞ.¿,iC|)o¬ -ª¶œÊëR`?i$€ NÈS¬µÏ—_t˜7GÌHÝÏôhT„ó%ó"æ5`jçÒ ¾xõñZòœ`”ù…е=È…éØs>Cöîq£n -ŒQ÷ëêùɈZ6¼Žê4uÞ3óB¥ó‚©oš ßÇÇ€ä”:¡`^Ååxäˇ -ƒÎìãZ‹õØ Ï¥¨µûhÊ~ÝÝååó–KTây‰ÆŒBF¼€œ°Ÿ_¼|•íìUɬ_{jlˆ~ÜOØwÛ½n§áz«[%„ƒa·ãÕåMÍ}ÍöS`—ïºî»óê†z)ܸ<›@É0ÄÐv@ŸSŽó7r^ñW„tYZùâ¥x¯³Â¡“óLñrcã¡©†Îö})d™(»Ö¥5–¦N.‡Ò• òӂ㚎¿ åY(²ÿ(®OÚk &âië#7{‚=’–ã_ùçÌSÓ¦‡íWÕÝÆ”1¸÷GeO\¶îÁ·ÓÜ Eêâ¦d( SzNê¿ÙÝI_îK5÷¿n¿|zÃ>Ì££—ªúßœYº7NÁà=k{§¸Tn?Å_i‰ÓÃlŸž«ÊVéÒF^Ô…MV°WWV·»ùJ‡Ø´•fûØKT=OJNx¸4Úÿj[?ŒÌ]{€Ýñ´Ù|¬X¢¨Òƒ‘UµÌwcRŒdZغz¦ -€XZkÓœÇ«Ç ï4NÅŸl—޶›#ý_6ûå6¢çz+•0Èz·æßióÏuEÛPõñÈîEÁ¯Â,îÚ@ÛJARÁôc·½¿Q³‘Ó—×í«Ì)b|ÃR™Ù@Ùë½°þ=ðû:PpywÜiÇímR-⎋¿>ïúº÷²YÙRìqæw£×(Øäã¯QûlUíœÅmõ„ŒK’jcï^ß.ýV.…c–¨7Óî=áFãûêIcôíynÑyÜZ(E%wKÄS´¦Ã˜ -gãÛ²Ÿž¾V´~ XŸ4¿+N‘ýu¿2u©`Kâ•Crì†Â7ÕúÉkÎM£Z숱“Jc5œz ?gæÚ™×èÏ)u–2Gk¼3~蚯w»vëíO.v<^w£ Bo9<:ü}+ÅËóñÊB©áŒ_/2ñÐ ®Ç¡é<‰ó"ÞÎTvñz´ò÷êíE¹`˜¦nÁsÄ}DÐqgßLL€¹¹á ÈÜïå“D«Ÿ¾%ß{®ð·cú–ã»®ªTЭôKÈJU÷ý°‚²[aêÞø{¿@%Ÿ—4ßÀ_á–S¦"M]_¦7<õîGbsê> ?Í`Ø Oíe_¸y›`¼öU£³.ÉVöôkM’Ûÿ€I¥Ú÷ í·7bpu¨ ç-•ÿ«E8<È}Nµ¼y„åeÅWR4öi¯í*=ÉùùÙG•Ÿ7dVUØl/¿uw´d7Bí¾ £ð9“£¬0µôÙ5áîÐ CͽÃĬ¿ù{Â[!Üo@ÝwŸö|Vq2¿QB&Ð}}ùúØq²ôJ "rúx¦z éAyÅøë #íKîÃ+QîRŸ ¬äºöL+ÞÂøÊ@Ó -@ñ™§ -7»B87^‡Ý,ÜÌÍO«2š4¬×¶ýs>ò¸tŽfòx;›÷Ý -²£Ø7nª$)~Sf¾;ø‰Æþ"yž¨¿ðªgnkì½8’¨¬ î@›µ†ä´ðcJ›æ™.¢ö˜õζÍ0ÝÍL«Î¨súp§ }¯n’𔼑ÃcÃà`4[%£ûšõá/~„Þ2žXÕÜ~$ˆÇç·¥uí³M›WoÕz\õt¹XJöÑS|dä»°tÖcÿ’Ñ×Ùwaoa÷úË/ÑŽ*QÇ ]‡ÌZ~ðz{PS”oÎíkw}rÊÈÍnp×Z‘Ëô÷žô£pxNµ‡&=ŒHFÄkœÕж± ïžC©³ƒ`2ÌâeÞ°§Â)¹Xp÷ýcáŒZI)|»Ña:õÄ“>aÏu~ã*àéMï¿ y®ï&®Å±¿¤¼ÞU:Õ|rsSé&F”¼+£€î`‘À¶l©ÛÊ=!æÂÅ·HI†arîÃŒ).>-zuµ o•Ï·IðKîÄY%Pox3Œèô6HŒúô/J‚sØøxr®žÇ‚¯[Á½5™?'^»ñÛxµ®;`‡Yy\DÔO¡È½:4´ÈÅG™ùù|‰Ãó‡W,í÷7®s GCeòöÁÑeTÝ•Ñ?îå¸íÚ‹$„y”÷{IµÓYŸtÂî “2´z›õfWTòÐÞ"M(ÛX÷EXA]¾AÁ²½œÀWdðòyvùòË/kåQòFxVvOuHúͦ›˜Â·~èú‰9—~êÔ§Û†3ÈKŠû(Éz33‘"‰»ë‘ª%Ë‚]ÓufuRÅ78¸¢/› —u7–sžÏ%&˜Ò=½´åCm©*þxvüF„©ù9«ƒv}.Ó±ªwŸ=Q§FS’Ú׊qØ—‹3>ÛêÅĶ„NBZ“¬=໼¢îÄ(aÇ_%0º¨¤ƒ4PjvÊé³dß5[RÕ£a6¹ÏNµLw`úäË=;|Ĭ¬Œ¦Ó·Ý¨†ó¯3 ï6’°Ž ù8Pfbê’V™-íiý{4÷쮈‚ð”Ø[EŽ~j\ùú¢Œyü°‰Ì´õœ ÀeÔ´ÏG¸à° ¡f?pmõ¼œ -ƒ«ºô‰¹½ŒSi{VE½vÐNNùZ))×ÖÍâ¢W8u˜úVÐÞþ±ÝZE\ñ§·Åßô²UâÌN³+·^ã˜9³U¯ÒjïÄîjY¯¡G»õT¸ ÙˆÚm)M@Ûû‹¯š9‹'…bÉÊ æb¨ç†G‹ªe\^¯÷Ìs<.e•2s r#Éù¨f„^ÎRü¡ø,_ Í+E?„G#W>[®Sa ×çݹÅI3/ð³SÙ¬»},èblÖàt¡^ܱ;¿°9ÞjE!«ÑaÿKµðX–t·Æá¶BÂÒjNÐNýÐ`10=µq±šä·mýQÚÙêÊ,°ÂÞçä¥þ²d'Ä3å|€ï]Ç=·6Šp‰N.BâôQGdTà Õ~•mô»¾?òd2AÙÏj/„nc6Õª‡C ÿõ²Üu¡ÄÐÆù<@¯BIˆò¯Æó+~/ žyÎaÌï‡Ë¾yÏJfo úù}eâý°êÆÓÞßÉMƒò™¼6¼,œ½7è±[ë„?Ó¿šéša¯·kó÷á$0ŽöÌÍÇê¿Z?>Ó´p|NËêj4ÒÎ3þÊìú0c÷Úsïö«•š{·+þ=6PR7¨Aôox?TªÞûU¶é¼°Xõ'™X{/b-èuÖeR[ɪ@¥z–X×µ¿®´%5XÆ'cŽNä!}Lô´v¸YÊHHo—÷Êʶ{®0é»'¢Ò,âÊÕ@s¯¿Y¼•äÌ1Á9èãs#êš/ñŒ=Wó®þÉŽ'O–®¥OÀL{š`9\1ÜRwÛôºËP<#¢, Þeu»®ÌßG¾é0..û,òÌv¦ƒÆêG§ú¦ÿÑHç`æ{¨Ã¦z®-‘°eéÕÞÀÒzkåSo–ó/GMAFêµ¾;&ƒÄg™­Ž]_þÅ|꩹¢°AzÖ,ŒN4Øãâ+kÚNæÝ°Ü–N[|¢µ™0…‡ÁûÍ– ¢|CÖe¨fRyifGP‘]t™énh_ã;«}¦=ˆÄ»jÕ!zÔÏØ¥/ñYtî„·fEý†“Ì+eÅ5ëxI¼u7#çR>N\›ÙV>L×=åkd€«—ACGó9Û¨ W\o}ÐÐ_xwm .õÔCÓkŸÇ s«‘.z¾4† ‹<ø—þšh4${Œ\ýú\/+:¾–… Ò.’¸w˜^š:W²„– O>?†ü»ÐHôOî‰Xéµ×‚øŒszd¡!&ü–=Ê!› lç¹y –JÐÛŒ‚e½ ©ÌHÌNk¹þžLgz›ÍŠÃÛÆ•ð®JÐ0±)@‚qöÝߺµãÆ[÷óÊ7I8ü@ŠãˆÎqmg¿äãÀ…Ø1÷á²S®ªÏó£Û½Ð¹È8;2ª¥†±xïý.ŽþwÕ›³bb°d3<‚Ú<êö2¿ý5ËŸ¤d2ýǾUNÒŽhPÇ‘ÃVÔ<ëŸÛºƃFÉëïð#÷ÎךOϰ¨@å°÷¸‰<*kú®C!i®²y¸H‚p¸D‰šÝßîv,B¼\úîÂÚÈ ¼XþݺíÌçð$i©‰óû¼Òç+äî ”ºrü0ü…ýùWS&‡¦¤Ò§eÊOa&K«¥EŠZ²Ty…a3hO}¨ضÆÖ[IG̬~Ý­kÈ`-u¶V•}'ëønÄ¢jª¼¸(䉩 †›6ôêpo¨”@Fê:Å5–.ó¶bQà»7^[RR}ÙËnfÄüj «xdîÕím=´'üAÕe ×+;ó.NX ?~H!©°Î3]Ú_›mƒ5ãæjE‘Šëâédn̲ÚZj3Üž9Y¦gðåW®²¹è© ï¸Ð©µ5‰Ñu®×·Ó”¿‚oÚ6l¸³éâ¾|¶>­÷À¼/:jq›Ù¨p¡ØÈ¦"Í-¼%ý^Õ,i¾r$qëRѧÖ]8<Õ3´eÕ8[~ªÎoœ6}ùˆû•#ãboO˜)ww5>Ú–,>W­ëP?8ã¼"J÷äñôçr.Ý}‘,”’GÚañ9Ÿq:Õp×ÞòŽ;Ý*<ô­ó"º¥ÒÜv›’¶4u¸½…ßÝ*â‚ÂäiÝ/'$TûÓº\$óÛ³°>uöžÕ.¢V7]Aºw_Åê{)¯Ýµéä‘Ñé©yÝü¡²Év¯Xe¤Ž‚ÖpëÆ\YŸ—aßu~Œ’×¥&Ÿž®ñ>Ž2k« ºwy8<ý†:[®¹’8qÝb .€gV+õRj÷çS)k¼zvƒiñ;ܤ¬\ÌñTD·[ UŒ=Kat¥Ãu`—4¬UºÓª8üY -úwßL0á™,| ²VE­ÂöÄñoÍ# Hy×h:ïºUé¢%³VºWŸÆ,©g ®µDân>”E©[Úb"Ç·à¶ÖvÆêÞõ‘ª»ùú žŒ-¯Òíí·W¤¤¾!| ¬Š“±Këtà?jJi5²%Z‚Ðdn5æê!­³49¿M¢…/ õ91WÜաŪ. -|OбhÒü~‘ù¤´±äòâ¾ ªÎfд~³áÐÞǹžˆî»@¯ÃTé·3PÿéøšV .>“ôaÛ72-Íô‰×ÞL)¢)‰YõT­1]ý=ßžÎúBS\ßÏ*¢õœÆýö¼çÂf„K{Wü8+vgÎíô*ÏœEÞí©Óþgmt%¾¬& -$éM4Ÿšp(qƾ†8|Zu¼Ë¨ƒÞŠuYáÞ®šqææÕ©Ý`(Çþ:Ë›ÄÄnðøBû†Ó½±¹ÒOÃÑ]×hÐ+.0š7õoË0ÞPC#¾YrI¦,ì…ÚC•ÚÌû½·)“aÿÕZ¾åN{•ÔñlCØ·aeaM…Ծƭ§¼1ýkmˆ“k€DËâÊé¦o ª(šLuìt¾›ÙË>¿67Ë9aSXn\§Ž*DžlO¹÷üÍMÕ鿚º?¬ÆFS˜ÅŽ!ÕozQxO±ã]WN6÷|CbÒ%Nš%gÔÙ_ôvo×±œç'?ZÇÞXnÍ‚MÛ&Ð^IL´‘߯çi¥`ª€ÚP4KR TvtKÕõjì°£â½Òx K^wænën…ºcUç9 w,‚d[·©|zó°6‹pC(ŸÚgª«F5À7Õ³f‚;LØ_#Üï÷ë[}g -£@»HwåÔÿší¾>mGÊÝ÷ôê´‚]eß:™꞉ÓFÞ‰û½•i…ÿ¨šÌ^•Vó`Ó.ˆ³e‹££ðý1˜·±ï,jQÛ6ßæß^ë¨Â|XzƒÇM±k˜ ¸ƒÛÝëUj¯(QQªÀµû‹ŸêÉSŸåô*DÍ¥ËÝBW×à‡ü›º/b´qú²l;¨ò}ýtº›jYë­…¾xÆ­v–é÷Űڟ#™ÚFa4~Ø[–ç­›lÝÇRsŸ†Êvž›a\ïdšþ'‡Î0>awê2¦s—¦°7÷ßZ ë6ïbžˆ/uþÔ7ú¶È5ݬP"úñÑžf‚% ƒK h&×µßߺ@.ëñ¦NÐr„«£§Ú6F£NälÆs ¸•£µµ~ü6Ï@MK?Ì™¡Ø¥µs†Cy - Š -Öö…îÛä2åh7Ç8BømvÀZíiŒ}¨ç`,@ÓM}eéTÓs– êç’ðñ¢,*|Ç\-YGQí@ëðÎ’Ü<ÊJ0Ò3+´­§ÌÕIùlþí"( ·;Z·¿è~Ï[–^뾜¶p<¶ Ææmo04’.›½‘TÕ‡ãùÖÔÅÍRn”ýŠ1ÃÆjÁçÏξ9µzÖþË|ð¤Ï­Å›ØÉmíü«AèÚ‹ø2s¨Ýƒp´_øŒCR2ÔÔ:kåiZ­ë(7É;(ðñjß²ò%;³jÐê@‚F·5rñ²®'qˆn¯¿ŠSy îö,ù€-Þœœq§RŒEVÀÏ87ô‰½Qž¡ºE -Ò!ï4ßã‹ÉÀ;“Á™é(s·Pe¦ãÆû9c†ïÙVσN™t^Þæc߈ÆÓ -WŸT7†=Z5€‡ñ×™å³ùný8æáVkìŽãÓÖ4øò¾{ÿ¾nZ=á–J ºÎƒ‘ë¯*¶Í_|Ë‹ßuìsCÓ»“A»ˆ¿çc}ð$ŽRsÒ<ú\ò™“FVT2ýPW0øÄœ\ô>ß"gOßjGk:éV ¶Ýy¥*LÚƒú²«9£†?îfjËS5S>· …Œ#ô«’ÜqÏ\ƒˆ* ·ÿt·CP˜¾W0!^è*(1ÞeyŸÛµ¦þi „iäµH‹V÷x›ÕwᣧH×JüŠ›Á¦yƒ”5:±²¤We …»—˜üföÀהּJ¼ji±jAoïýýë'.,†¶qM+{„´ùzÈyaÞʸ³k$Ódu{Øíq#´ÆíÍ®b ¾®;¨>öáêæjèLÑÅîøÊChj>£5wµ«?¤«!F¡b:x̆.½;ÖÅK‰dÝÚÅ.Qºèø[„…Þ‰\ªÕfñÆvë³ósê*×êoT2‹(eºIó­ãtlKÝé$p¬T+)ãh°Rõ¯#›“4o!§õm­|Å,gÖ_.ºˆÝ„õƒ€ÎM©êÈoöõÌ!•]« €åï5³M¥ÊØÞìñÕÅtòQEêÛ{÷t‰-ÞÑêÝq56¡!yþí´¿#Ñþ{)uÛ\Øã™3­Ô3¨ý-<º/¼B9háæ[ŒnÚªVò­ÏD=*edÓÐÆéjK#b_K<7ëqšÙËñ|G<ÎÏ‚‡ïƒÒ§Î¢%K›ÚÄÑ|9i¡‘ÀK5ê×¹Þ­–S£´ñ™6LMí­þö¬Ë·äYX‡m »êS{g¡Z÷w"Ùi{PÁŽGA´›îÈi« 1þt¤õæ]ÌX/]ÜM -Dëvå¶Úšçu*È–øÕìdb~,k¾ü²qêöÛð/Öï¡-ˆùæõpĆoØicºEKëøí,ý³OèU :и ÞK–Y—-_kìKÕ¿ýÃÀ\[ÌL(Lf×eο‡UùñìÇ”mW´ƒåH{ëÊ=ìï„`ÉW rM3^:Ý$9ƒ|6õáÌæÍê:ÛÈ%¸×ö>æ–7×—ñ¯Æ’ÏÆÉ÷k€e©‡9ÇàÙ“ KdÃGŒ)n4¼PyÚ{&¹¶˜ÁâæîðÇÔàDW³©O(ÞšP%ÍøtÒõ#˜gëæS7\ûóýI)P™á:ŠM2ô+eZµ܈!³—<é'ö/?5 ϸIuDÃéFÒè="¾¦¶Mª OÙ/¥¡(¼7VM*\¯Uxø€'ºµ_¯ëÈïþðþÕ|òÓYØIïe·Ôtøõ¸R—*’ãÒUITƒ0nÆ”¼Wøµíf1Vj¦ ®Š8M‚ðÜÿ­,ö~B°!h‡ùІvsþ¡!‡[x~³´ìÃfPð˜Á©—PNšOïWê5YXRióÎ3iȬWL[‰/'× ®Þ»ó˜¹¶¤uÜcæAï§›q÷¾®Ä ]V»…xñap ¶ÎÄEîÌæï|˜·òZ±* ÒMP%‚\œmíyUs÷1Þ^ÛÏž826F(¹ûôǃÙ/YÃ[uì®M“ÒÃ2Td¡Ý‰a¤â§5«ªßž^Ø*åÙ`øÕ·øÝzßׇ¶3_ ãC°ŠëL]¤“ó±å±ÏMaZÝ ø{®ã”t¾8÷UŒûÒ!3NÜ2ëÛÜ£õ™$ÝÊm&‘zЦ;(ÜÆÉÿ«µÏ^·VÜY‚»èéâ‚K¸z°÷ ¹Ô§°±»‡Û5âÊjíh¹{­‚8M¿|X:a˪Ó0¹Y< ¥Î0;ì;Ê6´ìAξlÿòĹö›ƒü•_ü#›¥Vv61s´·E>–¯³ÇÁºX4è”7—48ÓÖ‰²ïà·Ì"Û%µißpt*µwÓB‡Õ ûrF¿÷<®¤Ô¹caâœ>Tªu{ÂßY~ÛmG¦nbù#QΆhv®à6=íŒF΋}vœV:zy»-e -;ì½1Cí» _};=4hïŸÃ»ít¬{¼éÊF)(´pvÝØt‘ËþÕ¸Nå‹zì÷"|q™t'¦íÁ¡ò³ïmç'Õp?ÓßáÒ÷|vè¶{D®3§H"}5÷Ê›€ß¹µÙda²¸—ýß+^ˆ–Ë´3ÿõüàáTþöÁÃìpw|ã—wüȾkÕ>Âöfšç5‘—Cçj«¹N¯º£L‹Ñ? ¹^{W³~&¬%WZ±ß‚7BÄŒ,»õŽÝ‹§`ÍŸvÔ šíE„yß·§ÈÇ~¯?sðW6x¯?ü”a üTyIòñí¦uÇ‚á¶íÓY¬ù¼z …u% /ˆß°Û,²ì’dz; -ÙOtöv|7kÏœú»:/RR»¢Ðž±Ža¿1¤ÝszYc´ -ndvfcs:’ýË· Çéòæ´©ó‚øAÓ¬£Ï·Žêw¤sð>ñ±ÖØKbÁÀpâùO—Q[¥G[jCz¡û+:ÿv.¢?‰ÚRkjI(Œú[ Ÿ±LOÛ¾~ûmoû‚Øúú sמaÅÜŒ8€*_oöÌ®½üGyhHÝ:øP«‹øî`ÖgÁ#S(²–æ^æ—z¯[ËŒ‡¨›¤ À¡wuP7WõxíLýâ†w²jþuŸÜt¥èÀ| uJåWO›.ow–€,Ë›^ª#JÕÑŽ±ŠeÀ&Èó_ W5Í<ñª÷ëÞjwåéÓÝNÞ`ð§H³ºêõ>(Î+0iÌ4½ë v aVê„7‡5îÕµL˜pnÅü/w÷{ÚB¯äÚ¶“…Š vkô%⨄4qíç„–ï8|±š9Päü ®óu®[k$Û¸¿9  Õ¢bË)òs{SãÌs]²¿à¶îZeá§êkïôÆÖÊå-ÍFÃúߎ;Ì*ª¡WêmD&Lj·š®s#iÆPÝ1µÌuE*Y“ˆ:ËíÝv‰‹â¡ÍÜJ´[ºh^ÎA+ÖTWŒhÞ*YEÖ´æ.ÁæÒE¦J¡•\n=Qw·xWݦGoÈ7­Êî®YŠÝRÓÙ ÈÞ¥dy#¸t¬u¿Ò Pòåx¶˜W#ÊÓ¾Ïð [¯ófÃü;×ÒgâÐ|Ò=ÏVÿ? :ºM”½Ö;¹ãšjøÄš-¿†3* aùÙìvâEêÕå— - …(!7´3¾Ynø|Ùî·&ÌäkÝ.IÕK¿F*­R]Åç.œ “U²ù÷ ªoƒ+&­º }êÊXõ…`hIß™¥“Ûô9¥¢AëùsoNû¡×—›_™©5›/ùЄõoçüP[‘õ4˜žsê’FMh¯ýÏS¹ÿ«u}™"d|šþõÛ£²°Fçê×›Sk¿¾.í—ØyÞ¥#ºÝ·ªßxæ¸7¯Ï–E€2~N˜û'Jº.w¼˜ú)ùZOÁšYóh½§jᔼ>UiAg¿rµßØôòÄ}Yq®þÈ ­ -ðM|Z@†@þüøâ¨Aoذî´éÃýšÑ¡Zrns»TÓ(GžrŠ9D•‹K-­Ö‡j¹E%ß›ºë+5S¬«Í–­õŠ"ïµXœÉ«‡ý0ƯÿÖQW8¸[‡GÔÈ‹­wˆÕa­ä,úk±ä}½›%Ì…šmÝƺ„¦æúùmì[ Ú-P¹~Ã[·K_8ïc“eñæÙÕªþÇóYöÐi»ÌõOÅÖzм@Ùí£Æ±¯ØlôêîüQó]öd:ª~“¼U9Ǽˆ[1AŸv¼M‰úÿwé8ëvn'Ìë“¿R} «‚%ÞÓ–ê/Ë\æ Ôk&—K?5½©¯ûãV–·=^s.h²€æÎOÁ»SŠõouÿa¤#÷{_ЉZyËÂâbÇ&ò>©÷ ¨’Ëe•ˆìJ¨§ -­ÂSµ´¦`þðsø8'O¸uÆŒ˜X(#Hâ¾²f¹ åu>?,Üq] +/«ÿÊŸiWZ…S‚k‹ÑӯοEÉ6šc`ÅCŸY×´>¶ÙðM´Äè«cIð%y’ð0H^°Q Úô¯„V¢UšZ®˜ _/iœ{ L}Xi!ÓVØÆ¾ZŒ…z¿Ž|0©L¤®Ä‰Ýq_4Mðw…Ø#ïù¯DéÙ(k°é!á¹Ä¾ÐÇõ13ÀÃhô«ÌªÎßO«5‚n~¡Þ¿æÁ:öƒ¸W%þ,~µ -æWžÉ¯#•G–Ú$¢%ZćïQÅž§îÂè¼H"Èë+üz¡è鱑?,[ÅKïÈŽL÷Æú…â[¢ ¨ç|r!ü}¦Þëê¬v2£ò%í¨ŸøÀ•r½{‡µ½©Q?5ä*ÄàZ‘+øMœ=.‚>wF.Yé)DC¦¯­3»ûЫ!”ñîÈW®övô®lu¡`{–ÎÏR_VG}¤qLÃmp÷ÜڦѾ*O—ó²»þ–’•f•—4š!c-wT’Ø ç’ãõ@Ë)®3êÏž.Xéä~ô­¥è¿]]©o[Þõ)ü˜ÅýnØ[z~~—üɈXa›§uõ0D¼3CNh¸{-#YÔt3[¹Éä^iE°ÙV9¼Ï=ü0¡öÁàŒã”^ÖißÉÇš¿Ý6FÞéPýÛ;ZÁZ~ù”Ð/¼+­á…šeÈN<ÔsÏ·²;@3†Û¡Ýö­ /5ËLgJƒý+rý{»æÖ?ò`¹ôñSÂò{}å]ýæ¹õ¿³Ôv·ÞðÛÐŒw7M¢Ö:}Ì çìÉe®g˜Y¥£íïq5/Ûî®(ÒJ±Þ|s8,u–Ê÷ðéÄÇö¸‹ôk?Lç&s7*[rds)3³Õ¨À~Àn¯ÙË~©=Ìka–•ðœÊ3‘©áÄê—{¬ó€ÚÞiv·NV[EÑŽ}ì<’s„>T{nÒð% f‡^œ%`f·'¬âS§§Ãð×é»Þ¸iY úÝÕ’_¨“Nuè -WÃV+éÒrÓ‹!"#Ïm›õÂÆr¶m Õ±®Ê„õÓv nîö£—#mAÚç”Goš!®€d˜Ÿ•‡îþ¥Àº×cCoË“FbRXf„¶§ãpá7VÞ7þ;Z/Z•‘Ï9€}Ùy‹sà1Þ¦­+ÖTLŽ2è&7yb„IŒe%K -–sDs2 ¡µðT+£È¢¼øZgi2„îÓç•pÊï™ë—±Á¹ù;tÎç[™ö*â@qh©eêB½²•ÜY½¢ÄbÇ™u€ÚV]̳q‚ô,Ãm­š¨{È{Õ*œÑ×yŽŽG)ú–)³¦å4–Õø~d]¯¾:Ù ø£øbñòõ#Ú9D>CôÄ>‘í©}rt¤*û+v?W'eàVÛØ‹ÚX‘Ä6&^ݰŠ˜ˆY -oÞxþ·è"Ng¶™“N´¥õ0*W²¶¾èWœ×Á‚6HE0#=f.ÿ2ûÞÅz÷[âÇ/BËš6Ü»š•èåÌ\¾mþÕbXõâ®zêÜÝlT:†§ÞŠÆ~çèçæt -zi{‡œr…u¯B¹î“œº/ðÒñÚãªpíŒs_É -õ ¶£@hxk©ïDíHÍ:C±âмÜF£àé4ÛmCú|¼OÎýI.°¬EŒgY9ä¹3áÞ²žzêá«ÕÑ;›=;øTÐàrä«ßU—Kű¿Ÿ j!¬wØgÙøùA:20´÷*¯o+÷ax_¸ñ«zßÖ'ðÆ»üà>~KP#›ôºЗÚÝÊ-º%Ñ›_.$o¦j‰§†+1@.ªbÚ2Å[Œ‘ÊèšDzyà½I;çÖÚóÇ1}«_•bÀfÏŒºfM+r7ufç·(‡“‘8“ÕÀ«„"ÛïÒNî•õ‡:댪òJIÕ'Ö›Õ°¯Søz©«Æ1ÅÉecmÖÏ«µ©–ôqëõ¹ cm[c”/JêŽÇyaKqµ&N 4­Ü ´dH;ò\ ¶"ýBý·µÕýA\’Í7¸5å?é¿ tCDîÈZ3¥-ZÀóýì¡A¨—¦`Ou©Qd1PÊ›\ñ:»ÙjM“eÜ.~ -î6ÌÇ•P«asUÍ14 ¯îZCëwµ0#&X5×7ûFÜ]V]_ÁØI«cºPõï#Ç÷œ5qõÂIÆ}Sv—ÙØh?V.ÛlÙ=”K{:=€:í±¯úe§½xZæ„XÝ8lŒu7jpõ/0t¨ÖvâîLf¹‘(ñ“ñ ÞIµ,1#šØ¨Ì›0©îÆ•öQw¹s$ê/ƒ_Üû`w‰M׸±¦ŸÝÇÛ?IðÈ;ôIœ{Df×€ÇïÐi+ÆÆæ(èGïµuM錧qw|mTÜ#}xjçç›+jL3!ß0·cêU¸ tuzè¶Ã|/Ð^P l›Êfù[©¿ÎpPa¥Hê5%‹1fgÖ'£W¦r ë½#ìîyþ‚6*åR4ôDr÷ýòà_z!+Ƨ°]}Áá€2|Ög6ŒElwpnz¥% *ñ [ô­%Ï¡Ñík5Ë¿'“™ækâÔÕ[n“h»;0©´½ð 1ò›ùšÅŒ%7©‡ðÁè(¯¿$sdÇ‘šÕݘh‚§[VTž¬—׃,¨¥¾Ý©k0f× ç¬Ð#Å_ú¸w1+\–oØ=L"HW¹<ém SÌM>ÿWʈ>‰×þA”Å>xìöÛ—8\XL£Úß’Wjs+¸~€Dyh<§Õ ¦2"å£#üȇXy õ–wu…Ç‚…l®s½{lÑŒxÙ„êîõ¨Üæ2æÍ6%£9K;ßVÔÇK™Ë¾ÔC¿iCb÷©àH`ëWGÂá&»êŠ+†\ÿ´–•–]k £. 9n]u³m÷ðæð·çÊ|Yëu±r»U\=zwùÛ@‰÷/ [j™}uÙ+¥å¬[ò€áD¼¾zm&ôŸžôéëÛg0ž06VyÔy›K»B·¦ðg«ŸñL`BãX°åìY -uš5$I甲³\ËPŽdªðG|ÉÇC*5uÓ¹jÒ³ªwÞÕ-à †•ÝM8ï=\[¬––κßð º&Ýä ¡‡+r·žU¥çźHså:BÏ­QWДãÌËéØ8ìî¾"ëµXÆpí4´è°aâ¡6o)CrŒÍrý쉺çaz´ßa‰­Èiþso8`ÈÜÂÇy¤NþuÌÑë8¡¦/Ò$–³ÅÈÉ‚Òo_ìÆ÷º³o_ß@ÙnØj— ¯›t<ï\"óî^OqÂ)½"†ûøVö -0,ÏinYwÜy¿Ni^÷…þ«aXù -¹~ðÇ];k½rå&ñdõààþ9šÀ€öMzCžVYéwÿGO)¾' -wº¸©ßù…sµÂP)1TØËj“îõ³*|L^^ùí,‹Õ?òÄ%0Îw).}. §cj;o¡U}*–ËÊB¢ö.Â;w/æbL£›¦´>ž¨Õ‡·Ö¹åßð ÈH>èÄ=ïý~ÌdVxqf¿Ó€“¥›H¼ëê$ö±ªµ3©´M¹ ÛꄟTL”T®iÄ ¢ÀŸ:šŽmGRbÂ__ SsbµÿǾÚY&D»o-{fõSj÷nþö-x³*]¬~‘, @9u¹%,Ç4à\äˆÜ—y5ßõÖÉ@%0ÐPѲC»ê ¢p«.½;Û´ÆüZòçEyÌÏörÿî·ô‹æ<¹õ’ê(Ã}"3Vc^%‚˜ESí}WÞ–²4Üf ÎÄçÐÝ^½†Ëàxy~Eh[9¨˜„æ;œY2©©fK¥’ŽÞ×=GÏéºBmf‰ Ã@›Ýæ˜iGs(/¾¥i‰µø¼7-6eŽÖ½2dÑÕxgÙ€’þ’žr·æj¯Pk+«¢Ú¿cŽ$Œ>û¾yý ¹ƒÎ‡IC“V?s@ŸÇ¢5»Û#»½?>ÙÏÿ« ÎØ•;ªÖ0F¶€éÑEg•»]Ú‰a6øcŽP´šž(ý\ÎÌ|‡†:KmS¿£Ö™ì§ôxý½%ÙÛEaõEÝ!ö†áß&IÙ࿚¬~Ëe ,NæïÏ`SN)(«=°¦£*§7Ðê¬Cml+&雥ʺ -wŸ«ÓFM+ç7woòQÓ=q×%Wú{L”íþkþ’·³l%Ö¶ÈÈös1OÔ%<ØRÈš…²¡ûú*$ ™ N‚NTs&cÏÖøôàœ[ÝÚ uÁ6íÚ#¬¸É­z“Ä1yU¨‡Øq_ Y®UY«\3©55㮜\ŒQ0]™‚a#¸‹SX”SÁådnÙ‰3òšCXö/•,äñë£:Äù^m[‘>hצ×ûÛ/Ϲ§Úôç_ò{:^”|9*¿žm#é¶¼æ"*ÆT(iÛ:öF}wFö ¾¹ê|,?[¦áfß©ˆQ ×å«“ïƒ_5iË ldäëP²‡Ôgþb_õ)õÕ1ÐÇP‚¥™zº”òù¾ònzE~IøÙ`%”÷û^mýð˜ünyI„lC°šu=ªd·•ô!oUP6ø¸ªÝÚó~Ûa'Kß‹¿® /ƒWëýôÝN—œc×P Ô'loÕ(ü×ÇÓ }‘&赆Éäü½gá•,GI}L¨=ëÈu²5 ·‹òÖŸDm{^×ñièHY ä^ôh|9w1˜ír-Ò]ĆéFÆm†{Bôê•dëó!þ:°oR’Lß?PÝ×vFá`Ëmt…C"· {)ÚpÑ5ÍÒ.&¤yÑÚ·Ü»(J 1éYåÊýa8B#ÞHUæ˜Åm­uepsæ.þÅËEJ2ÝÝÕÚí”;Ô—g«ïUû-vWC++9||{Z}¹µRÓº&½ý3£Ÿv%P§òí“Ñà,4+ÕšmŒßÏ*¾ÕlÚÂR´ ¶²¦³¥gòµíf[<ã[È®Þ/*Y1¨mY}Ñ·±Iuœ±úo”æŽU½}|ÝøE÷Í'„uP¸¯YG€#:b³Ý¸• Å‚ë£o¡tœíHã¼·}ë.Œ/ÊÌPIɵ•4V)&·~^ÛöúøCôÇ””ð© `N Ùü´ùÑg¼~6={9ºÍœëk™ECöUÅúÎq1µNW¾j×·2·Zžï¬µî:¬8n“üª³Xž²ð|áf3µ©ÍlÉv333Ãæ¿úqf3ÏdÑÙ$‘d«N½'–«€íÇBÓ ÇX¿é²9™ïÇàîûƒrwZ1敇ìË1ˆ?¡YôZ2óÈ»‡·…Ó’§ ù`ãÕXGn#Ïü^º\ï·ÍÇy÷ÿ·¸¾$.¿Æ®pù¥”ˆl@Ôù-HMû¼ÊÛï¹Æ§ÃKÁ¶õNÊ©›">JÞ'ºœÜ“„á¾~NdsßðË3Τ§³·/þ.¸»ZëŸß™ƒïÜd¯?ÙÂÄ;MÙ~ãúÔ6º«9ÆÒ—*õË}ðurÚÍ“Ç×­n?Ó}W¾#®Ë4êÉ*˜ÿü‹Unog­ÅSɽ„#$º†+¯Ùn;Ï}ll†üßHFÙ¬Z…ñêgíÓÁXíÒu£ï:–³»,8¡#*un·«{[™è…‘ï%ëòÉæñ¥ŒÍ¿ê!ør>X–w_c…ƒvÞ4_¡2¯ óx•˜jŽËÜk–ÀDD޹WÏßÕc¤N£ûó‡7/§ äÑGd6`ë’6y -81Õ®àÈš ìAòb¬ÊlÞ¦"ýP5î^qÊý_;t&[J(œbý_Ñ+»‡bÄõ§uÏ-&A¥ g PyUÐÙ°v‹Š.ûöb¹ð¬ŠÌÚU+ùõ„©˜ÎYOj£É¼ô;.óZ»°¶Ý~ØC>G˜Cæ"yölþ+ø¹º [u 8KC”yމÛYz̳0µž\ê!k§í+jéRÛ{îÌšL=PåS±º¾³…²u#ôØ*FÝdZ—ÚcA¬wGŸˆÇGßvûý¯è,®ã’;.}7~àëy{›½÷0—A&o_:wiì…»g_ G"ÃÎeÂP>? ǥ˛¨Î ïèçü¼hkÇ™ë?\C¬uăҖ]t3å§=cíq§C±ævtÄߊk?juÕŽ²¢•QÿëÜ%O= ¯¨s£å©ŠfÎ`mG@ܲ-¹ÀH­»[!žÎÙ3¤ßo6¿æ<ób’ÏÔÆ`:à Ÿ—kìh’J—B&Œ8´uH<‡¿(¸Ï$&ÅA¬É§†}´‡+óyŸê1s¢®CÇ5ò½›Áß ½C»’T£áà ¥Qñ¯¸ &Ô‡xátÙn…“(¿Ãj;o»D¯n5nšîô0O©9‡9µj{¦ÝU¤›Œ øpwýM’<ì—ÅTóu ªì@÷ý¸_ÞDÁ¡µkâÃÌ¿àq1‰xx'| Ú\ÃâW›PEÆìuR´Þ­–Ne¾›ÊgÚ?¥óE¥ê™ëOTuƃ89­Ã½ÿx'êw_eÒSÏ“aØý|0¯wûÄä·¯š·´˜Å¾SØfs±ÓöÒ¾´Ùê{m¤«ë_E–¨,åÖuêœÉ4WqÙ¾4§¨¸L‚NÒß1¾“â+$Q©í"þ¢Ò¼¨£`wÎrc.w³†!¨üßIäaä”c¼Ÿ[]a9b*¦üc=✢@ÿ“Ã)Rx!¾¾’s°ò¨ŒQýí„áLôÂ^k);Z”8fq ܨô ÆZTo 6výä£`2z‹ÓÙ;ÿ¯èÅõ&º+„Â\=×§ö#„{¶‡·õør8¢Ã\š_{‡ßõbñ:<9š…š÷¶vo¦[ì ¨âº}­RŽ0®°ä‡ !ú5£ÓŒVS$s|mËdˆXÄ øã÷ mëG.M’±?ÉÓ »³ D—V Så ¼€èÁþ»V•h/ZüëäoÎn?üú8ÁlÕrˆÞËÍhÃ2(>-\â(À{çìŠÅŽñŠóã5šØÈw÷¡‘ÜN¸~]åú¶äW%»·{d†D·CóàjÌÃ&¿*G…*S\á3‰ê¡%G·OT@7jþâÏ$ç‰S~n#/©‘E%¢à±¯[ÅŸšîƒ4I-aG$Šp)Co -YÆ`VÞ»=c®ñÓó?Œ:óß`…‹èúÀlFý)þó -EŒrã A¾2®øö "ý+Ê£Z15#^^¡Ðâ-úØ×-F¿iLI²=φډb¥c¢Ÿt™1ËCÏ»ôã¨[üô G-§ê1ÑWù+]†ß~úM © ï勃ÀÆYTŽGÔ‚Yæ¿Øf¶x¸}kUü©UK°ýØGѾ»ü8ïõ«•´Â7æÍBæØ^¯b¢;å™7*u”«£øÕÛZþ©q(óµÚ͋ۄ Â"‰í(•gî5æ>Œq|YÄ0Ê÷áå;:^QÂ,–< uîYY¹ŠÜª¹’Â¥Mmtô~—}G8óÕmr®œÄ@j¢Gf1[$ 1a6òlDZ!vÔó½K•íªJ4eéï$ý3åôøÚž4,¿ÜòˆH¿ÊÆ\cê>*úQáxàÅkç’ªa¬à£ î¾I$Å>Fˆp¯`쫵Žk×÷RëiÑyèåÎyšåýéwÚª­*.oÆ«û6»+WpÒÈ´¯Ét›ÌbJ¿CþëIýòŽ -/Œ )˜ˆ7Ö7ËI¶õT…el+äD'wzl¡Â€'õ¸öÒò›­…à§wð:ÍÏ\£[z{lC@bè—Éßñò)ªÐwr¨°øÈ‘ÉÏ¥hæ%¾ DÛF˜ë v©Ÿ©èrà̳¤»¥¥pÑõ|eÒ ÿé’¢c¾TpÍü$Î@-|žÛ*®h¯‚ åPTy¡ß…¦õ+uÝ{>Š÷*/¿[ÍG`KŽ®mzÀÙ½é<°?—Ð#ÿNÆN“w¹ç_7ùÍúk¢Á£&FÇü› ˆñÌ)ž·óËz8i¦v†ñ«­¹™ãýaõ‚à1ôVÑ )Øô9XüÂo7Y öG¸ºo† D­ XÇ¢lSþüï ;ª 8ÁÁ$Ö7|¤!R^¦ÞÉFb¦È7œ]…wT®+œ’û(ì× -ÑøsÂÉ6rÞYp ¶}aèHà½Ç†þÝèæ `7O‘>/~‚I’ ÿŠJcÉd[]·B‹X–ª“†K­1Qñ0Iéó7?½Õò­ƒ;ÀC¡¼å‡¼î[Ã:}o°þÙåxõšK8H,Ù(¢^_üM4ò-6óÈ¡›Û6¹ª½yežu?Š˜'…’ƒË\ƒyxE/yÑݰ}ÏRgiá#ìE1°:Š×ÀÉü½[î endstream endobj 34 0 obj <>stream -Æ%:f+µYí`Ë{lCè‡ÍÖ5¢/ÏÞ&‹J:·¼D®â˜xcÔ?Â×ZàÅ-þJg“vÚr~„O!õÚÈ ’/B;@®ÛŽxÁÅG2~¾Ú‡Ç -“„œÇp¿Ådf„oqÇhÑ$Á¿"ú OíǤg^¥²~"°~ýÕ²«¾9wO -«]å:u®!½YÕô§6R£+ôC>zôuK•0X´"rÁ xW⸷ÊÑwJ -ºyTÕ‡ºÊè"™®QGå£eØ…f)á͇+jôrn­nÑ7ÞÝ š ƒøâ2ès§-ˆKà¤~¯ñ’c=*•Ç âE…åcö´£»æai"åW'î{—†Ü ¶ã¿ž)Nçë‚ÇóÛ–¿tYúv‹ñe±L缪ëk’w¿‚`Ó%ÇfìÔÙf.aŘ1Ù’Ì—nÕáåqEkË‹Øk»û…kÓ¾ãyê&¥¯G7ùWd5£@úa¿ø9Ç¢ö -‰MƒµZ@ÉÅøÝÔW–„½ o©íLM–…DP‘ef9˜yTó·‡dy´àÛÿèw»…²ÆðA#ÍÖ8¬Ô.YìCeã°#¸¯£–Žä ·>Aãn¿îùá€_ š…ù5¿RoAKõ[ÂBÏÂ’{ª˜ö‹+°œš¤°Wµõ#•Ç:JKf¢Dr@õ“Je±?°'·hRnçµ0ºõvÄ.£¯XÒ}*a›#€ua™ëßnxet HU¡ 9|-eµæ9¡ˆý£º–Õ?yiþÊl†uoßô…ÙÿW¬•ºÜÏFTg)´Lt á¹½C¯ÉržrÜ_SuµÊSd.°AU Œ|e‡¦ƒ…5½˜G~ý¥¡àá‚èÜxFh„}¤Ù«xsÏXþUί!o9ô¼'Yâ=çÞMºtýš¿´$ °aK¡ -Ái%ƒ±|ÿÅeaçrS9LØ£ìoÝVŒáYøHíœÖÓ(.\‡çÈz–,KØóÃ_ £ó,ÈÊ,¥àí€QoBtøæxìYXp¥~Yê:˜¤ÿ»µB_J_RktŠãÄá%Ú=x-ÇG ²M"oì iÔh•ãÞÙÿDï_±ð¯øwò±ó±Âƒ0NËúî€åê:=Vƒ[ð(ƒ?H÷\éÚ~e"ØyŠMY«Ó ß.TX>’¤áΤ¨©’IV:>)¨ˆ²££Ë:§ÄÜ5?üWl íÕ@esêYW‡ãB7AS\ÓøÖ\8 1õ3þá¼òºêPÍ™“,Ÿ ’ª¬Å•×Òƒ„*”[¯Ÿ•°^Êñ˜Iʪþfó›t¼Õ}yWÿ-ò :i1#½ªíÒŽH¼ h~ ›L%Ïy›ñ»´ÅcÇ ]~éqr0ôÊ9™&Q¯¶‰ÒâÙ`³¨L0ëèÕ†I÷¬ÄðÞ‚ÎPÙ[ ÉH'sR ùx‘ ýxÖæt -¯ÿÌÀ0JßL¾f$>¢ËÒ(.~—/­ÛùVì•Ï Ie'ÆrÐ×/®4wñ²UH«Üï]ôNbœ‹½ý¾Ã]ýØÃ¿§<1ö»ÔqÐ{†ÏªìÂ,µ -hqáÀèç›qCN5£”<%ÏÞc•· ‘}œ~ò‚¸ ü -GæÅk0oExº‹ Š:¡ƒð“ùc8ÖKVÇÁßétjj-`k›¾5Z,³¾ÁÑ-x*¦'™n=§s$$8ý ¢j¹ð¸„µËJ…-€ž‚ÎèXÄëÔ%l&€mKh“°Š0xÁ‚÷¶ ”³+V+Žƒ…äBmmßÄüÂ|FXœý¸”WÊa´ÊSf&Mï1UÝÿVÀ÷·_H‘÷&6!‹MXâÑdöK]ÝS¹$š -EÜCô!}œ° ¸Ü÷Oa®o*á¿d¯mâ î^`H¡Wk»ÚvNÀ’-CåmÈàŸ]Ô3ìâõ3H*`¤lGZÂdE‚:ÿ˜ ·Si‡´µÍDï›Å@%‰ÿÞ}S§e0B*>U£²¿²+cK°Òºl{ -¸_ß…ldAUäß -´ -CzKÛõÄ‹Ÿk~øaèó÷és¯âI¬ A0ÔkZ‰›z $/ºú¯H´4ò+ÛvÌ:´ƒ&7‰súI‰¶RB+)"¤µ‘ÀD¯Xø{êÞHž¥Ëðæ :Œ9rÞ‰(ƒ'ÔøÝr%Ò§Š]ÆoN¿É^G¹³ -ÿú%a­5ß #¬Î¤ÚÊ–±_Fú5¶Ì<Ž´ïl;N¥ÉèEJ8ˆüQwÑKo⣯xq 7jÚ‹'kK¯©èâhî:eºž¹€®˜n&–½Ü½:‚¬KYTάöÂmG$¥ÛÊ.M„³s6Ÿ˜õeˆ÷»mzÕÇ%¶XÙÅ6•“q®Ç`»‘… è;ṤËf/®ÆU®çÐY3Í«,ǜꗭß#þ·Ÿ¸Z\7I-¼ÿBá4OãA™©ahßÒ¢ÕpÓˆÉp9W®­|ÅÕèÇ7.ˆ"Ê8óõV¢ÿˤérm(¶‚\—•Þš~è²Ö:†ú°LÄí—â+:³ü2PKI\Yýþ´[`ùM”Júûl»o~»-8Ioá«æ4lßᓲwĘÃaØGJ;Œë¼¶'½_lGsb=sãv“‰ÇŒÈNžJ'#ض×*ÍØ–§&D\í8!PI|n \“j×Öq´^=i|ý¢ocW‡Ÿcq„ߪA,n˜ ûpü@é`[‡&ç_*꾤M—G¢Lá³/ œQ•sÒäÎM<Öö÷s,Ì5€µ¿ÆƒL~Kæ¤M6ÖÂó*»&ô'h*ö%ÑAqS8—„V‹‰ÌÏÎ –ƒ÷R¦cÐÀ3j9¢NJ3N(Âò Ä8ñw .Rî•‚ ¢µ X‚{ªÊÅŽ4?J=w®ÇÒ&ªÆˆrK«l|ÇfDÏà¤|˜ã­ZŒu?:@?£žE² ~±°Ì· 3[ãX*vqùD/þ6 -þ{¼’,ÐðJ©®p5¹yv6BiÎE£4ŸÖ`ÍÆÐUü²ŠŸØuñi|%0JXÇõ=ä²µs µo_4&,,ê´‰ZSä—wKO·ßúýÆenó³Úæ×C±fDWt6¾çÀ>ª¿¶¾KXŽô bmœ&û³‰&@¹…^a½L ªp“–Ç¿vF1ÉQ­óV±ª‘0èXÕLâ›aºØÊc~w¼€ Å•!‘/GÒ½ÉöÕIÇSäŒg÷µ<é=ž€ßQ©4ÛíKt,Ö0`ÙsÖ¢ñ~4Ý­üE%¸1Nïy[4ðÊU¡Ó“SóZ#ç—ºõ»•[ÐÙR«¤¿S(tJuG‘ûCKñ¹í%0n1vH×FMµ¸UÉVS—(ñ9ìíØîqÞª…aÿŠéç2öÉß—íÑäC'ÛB>ÂIŽÁ×øP¾,+ËâÆp-šôB…u@ß܃° ¢ýÕ¹ÎZ/ù\h»õÂ{q¦Ó%Ÿi ÒO’׎|æËÉ¢2ÿ¥ÚñcÞ‘ÐÓcÔŠå>c¾¾ÿH¬QÓ½¾e.(½U©T½ú§Ú½\¯P÷'›·ö…àýV©}\‚Œkälvß~>)µ‚®:IÞýË#óÈ•§ .ý Fî2'„Á_}rv¬ú˵Ôn.LƒW5eã—@·™'s7M7·Ü›XÔ†k ><¶ª‡åµ,½›¸[B UŽa«Çµÿzqú´Š:ûk¤ jßTà7»¢ü-z«ÍZâ ´D1a-Ÿ¡ö2Çßü¿Ûd9 Ãó¥ê )d©3?«ãc ­ÍcjYMåoãêZÍòËz<1“p˜t¿ó8BZ.âQfÔˆsyY)M-á#ª‘]º àü;3`²ÑæR®§‹ÐôˆGª1µc5ß¿_à‚»²I\:wØ‚®4à)TâtÏtŒ’öØ&.„£n\€?ïÔÄ .•6{·ÊŠßü”Òsªžy]×/nÇnÒ;aM.N>ñúñMz4y8ñLON1- Ä;Q¼8­¯Ø,*»¦Gb’¢±qµù£±Àž™ó››‡õqSŽ*h+,–ÑÞ“.v'NêÌi .@ó¡ç¼;F¦0F騯ËXóû>bÛ(WíUCJ£‚ý-RÝ[9W&9HDy}luz\®3æ&õñ M” ùœÇùª yò¨ñ‰Û5ÿ· vjçmâk‹—óñþ•­¥]0N¥FÌéME‘YK»Þ·Ø:N<@?˜­„Ç{ˆ“…ux+ Ç~8\œK¥4j ßÖq¶Õöþ‹FãþºgqÃàSU_»(¢ç¢[묲=FÖÕ ¶X ØÍç“jED€4ß›JÆóÏÌ⤹ÃN-Bfm"‡~|‰3DÇ©I‡A‹€ÙMÚ@{1Ìõ˜`¹ÿ¼¾Òàðœgh°ÌW -£-V¶¯™Cå×»â:^¾´‹3«ÖÒªíéYÕ·ï^œ^j?³9U¶U¹»qÅOËý‘ë¡Çd„Jü¯¯&ÓFé]ÿÞÊoqgéÅ1Ý,ö…}Ò¨± ‚‹1;J,-éÝ@þI›b$u£õ±‘ãïÉ"¾‹§Ò*öL#:à¬HÉðÕ¹«£¥ø¥Yzi®®«¦Œ£Í­ƒ½,³ÑÄ®eµÇj»EUØvfu•¸•LT çUsÂÌÒ¢jzNÓ<ò>³­ø@N<ÿ°ha‰çý®¤›ë‹EAéûÀÕÓÖŒ<¥+H'£«xM(:Í^nÒ6WBêÓúÉßd@E,¨IZ\Ô n¢\¥çBœÔ¦UvLŠ‘yWí* ¬e¿9órÅ3PÒé9ò=«j~Z¶#ûãå¥ã”¿þtàÖŒ‹ B˜' º½þWôW³w¾†ú-Õ¿èYÛ{ñÊ¢ÎÅÿAÇ4 Ì®k9þ»b Æpm c¹ìÔS ™¯A躧FÅ î‹£°Å_ŸOØ _„INy¶á«y­òw¢;GË_s†™'Oö '=‡yìVø}k›%½vïøq…ŠÌw×ÔÄï}KÇÎ#²€S°öù„¡á§h‚?ǡ׌®I„7ðÉ&ŒÜ´H‘YT‚Nt6Ê8~ðöÓ9oÝFLOüe_ª=¯n$Ö 9ÒN¡ Ûÿn®˜[½T¢áqIÔ0\/DU~üó9 N´8ã)[KP$Àæ¿§‰ç…šõú†™Ž}öã=¹¾yÞÓéExÌ…KÏ}Òw²\·hJfp«ª½˜?rzH½«·l9žœI8ùꈎ¦¥÷dDô¢šW]™‰ÌÞDƒ¥¹qâøü¯˜Ù&ÌÄoRðážaýÕú&D2•íýM -[óE ô±p¯Ò•Ø´º³ñüeä™Þ±V9Üö`S¿ÄÖ{[*òfúˆÀ…u÷¾ñö$…#,”ûl-ýr9;TdÇ÷ó…VȇÂ{Hu‚Ń’…hØšÆtśбÚ×&Ñ·lq˜¥eøKVm‡½E¦ÚÙçáìå}zïÿ°Ãü7ƒuYjJXEŸ†åßÛÊæÖ®Ýkôø;° ¿vÒj{×Ò¥—SQ^FSOÒ™;·Ü~ãùÆI¹ vx$MìÑŒéÕ«ø‰ƒ¸pÛþ¡–Êü€MÜAÌÿ—UÛ kÿŠ:º¨&u3͇F{ÓãÄaµÈ§2ZêÚ»Î0&ø) Óª Þ‹©·±OëÆôÝ?‰²þ, ä÷n]ÎÀW`ÿ¶·¤¡Økú{¾ª-v›®riOÂú¯g:få•Óœà†J*ºJ=hQ‚“ÒÉŽƒÚ -ËÇÕÝ¢VÃ+Ê×^½GoQâ¹¶µi×yDÂBç16}óì{JÀE圂/¯üÿ=Ñ ½ÞÿWôºg“ -Gõ*@Ïy·–i›1ç_Ú9slê׆èÛøŠ(ZÚX›Y•2¾s&5žUý9t”¼2÷‚R‘âæFy‘íU#¦ܵã sÃôˆ"R–÷1¶€™¶?®š”V‹]“Þ4lbÿjXrÛÑún~åÜéóØÙ—wáEöWÞøø3½»›géû­‚H?ƒ·àï±â&P"¶@ t J@ùk§%­Ë™GΟ§®9Ž›®ûlã{M%¨`òþè+Œ¹rÕà}æ’2îƒÁ_YôË—"êüú!¯)zÒ`ëcèi?u£ãÅ9×^ÎLË5ÕËõªã*žídiYIìþ·„Ñè½y÷8ðÊÕŠN»÷í;b—þ%p>¢‡ ãÇ0Áw®fIÀ÷ç=x¯[oxÚË$¯'6lÈÆÔ|£…§¼Ë«ã · u'BåŒa8ÿ‡<£ÙþÝò‘J£rÆž¹… -Ç#Ë†Ñ§ÖæÔi£Ùr0Uá9*m >±oê  _ðµÝ-oBzÈÏAÃ*°nØó4Dg°63äÐnèZ†hÆ3ÊnÁ£Þï}+ĸ×új>ÞÞkƒvàãüš(†å.]¼Àe\âìºÌ¦vΰ³ù>½æ»˜Û×òÔ¨‡…¸Ã„×Ã_šÔÕÜ^­£5›ö_àžÞ‡òún^GÌ‘·ÔÑ=fš\—·¹:ǘ{ÿI9Ùa»´Vål³ÖÍsp’;%ö`°ô$¢2'îðÇ•|1¸d¿&NÑhuÞ‹§²ï¸;jî‰fmžãµél~Ìv€Å5òÝ™Ÿí±ñËû ƒ‹tMúÎD­Óô„©ü’˜,üFo¨eÌûìÅÚlõp™F8÷éuS•ÓÂCrÛ\–ÞŽŒA#׳0ÉIËãÄÚ”-*àe¼Ãnfóæ_½>ò2ûÈê‹ßÕ£k.^‰ï0|?º¦¶Ä6š#3b:í-Qwá~Ô -©ìm|iÚÞ…ru×Ú§®þõ±¿šjˆ‘ß<}ð=GÿŠèøbWÃ9œ-ƒÎ]<myVåI†ö>Yý¯"û²Aw®Ùµbi9 Æî/Uü<ï“l‡ú~²ët‚í-.ȳ΄“ŸD®R¾f‘öîØ].Ze:–{gÊ1•È¥ó*{…¼ˆZãFÌ=·ƒ³nSU«‰üìùÚ:øðþ:P§C¹ßB}[ž£Wð㢆l Æ]¾Üˆè“^¨· UÚeYÃ|:¹Œ.Àáæ:ùÀ$÷Æ‚¤Jû^©X}²`£¯Ã–R=øîèØÖ@¢áäý_çy3` Xá60,oвÈã_M¼7CÿUbk¬4›„ ºNë>þ«æ¶U‹˜Â±á­ sN­´ÝÇëOpn6M »ío`hâ®ÖÝM&Î iõ"È­NÆî»nhßøE«ñØ´‹æ×‘¸î8ÊÍsÓÕôWý BQ2³µtQëAÈùÒœ…·ÅãÏïèÖ&!èøèû2—–Ø€N¿43£b„(¯ð @}ÆìíÃ[ºUGìC­ÚyU³SÇë÷̓{ÒAÒÀjS)‹}è÷~¸êw—¤ÄU#±›:­üÍ\›+o9~ï%¿ž Eª×¸œ7;³) ~qÕô^¾PxMgLjðVfü0@ŽÏ]WÛzÿœ5n4ýeñ‘è;=·ë¦1ñke÷ÄÖ)V•K¶|3@FÞ)qboìž.Γzù=$žTRPÃÆ æOÒ]œkOµÞ8¦öÊ›È~t¼µ´æâ¶¬Ÿ6¹l™ó[~(*ÏRº½Ÿ}Çßïl‹,õ’Åkx÷~—™JÀÌêÅS+|†Êq?ð·\£Ss Jñ³„v2ÛOj§=ë›^PøTQe(¯wfgÁ¹Ñ§ùîü"ÀoˆÞl¼LþðŠãͯW ÝÓ U€CŽÈîôXQz5IôÝÃ{ÃÚÒªâªcþvÉï LŒ·íT±¬sœ™ŒÐ­‚7åŽJ¶L†ý`ÞÂ#Àmƒ¶7wʘ‰YÇ…[pò¤±Îw›ÖñøÒ=Ѫ’'lÃ×“ŽŸ-å]jI{ ŸÁ“»Bòw†ç *úÛH•'Ú0Öl¤všú¿¢­¹~Ͷ¹ñÍ)™Ç’³¸ú]µŸïn¼ÒC±‰¢÷ͯšþïHLK%ƒTvmï$•{”ǽe4 ã>Aæ :Mwb“…cTI¤—ÑÅ ˜ÎZ{ò@Ê’Ïò2Yx^!ù*Òé×ê{B1¤ -¥ú7*ñS$\Õ+t5½Üï» 3ޏ·µ? VPŒ›[QŸµúj.‚Í^´ÝÒ)xgŽï¼t©°Å ÞEül¢¥~äŠì+˜TÄŒ^èʈӕ)·\Õµò<ndl.×—¾ß åsÉ—=lŸ=ÙM™¨.ê5·ÅOO…G mxÿëýô Š4úPŸ]Ðà›#ô³Ø>`q?â fÑ+[kNÁ.º?-z=ˆkD¸€c>_q8dÇ ‹Uþž­çUQ‡éf` qüúª£–í­Û-‹JÕ`ÞQžÎOœË|îÅ»èlÓéë§§tã5·VÝcK>l ÃÜѹ¿´1Oøþ&.\Mß/ô -Jc¼´­RX»†7¤*œþ˜¹.®gùL“ 늓úÕ34õÝgTÛÞùdW)ít†õ„±p‰Ø î;fHÀc¼ gÿ¹ëbR¾ÎbvË…áQj’NÛ?Oºêσ^ÐÕ¦4®w(âï <´«2Õ£tôXÙìžàÅZ²ÿ%À[úÉ€ÒÊÚ'þ ŠDp^¿2a(ßV1 œsðãÕêt[ÝÍÌ~hg“«MãPîSx…?šì{Qùš!«lÌÛôø¦ÜÝÖÊyçc/×R vf\õ².NÝÞU·Cs_øÐËÊêè·â&ˆ¢ç`‡co­¦ü+SÒ6bŸrVuB¨WŸ“â”gÇð°¥Wa6“j:ºñQ…Y¼ø¥éH[€Î—Ž¡—ž¸GÜ)°íPT4š+k¶ªD€ñ‰Í*{uõµÀèM2·ñ<\ÅcSìƒFÛmxuG*qè>•À¾²ûÊžÉö§Öù{»vë„'¼°C÷.RžÞ Íû–Ûå lŹàeÙu¢ZVþ -ÎÁÛÛºªá«áñàîYC}ÂeyzO·wpýÜß‚ëŽ3ñúô’À¹aq‘Ïõ™l'[½±ÜP¤m)»îZ­à;‰¥âÞ)\-\\^*nRÊs÷CÕC ¯Ÿxrœâþ¹B.Éñ9ÄZ\…]Õ0Ñç`m§»yšOUõãÝçër»û7ʱ1G•Jk0LëÜs–ü©úùÂ,‹ÊqÞ[¾/1}® -vBí{TéØ995Ūtæ»ú…?5f#Ç\ò,ÈŸJ™{¥½ ô¦UIÈM°¡•yœü¤PZ¡-s|€©qÃE!8.T«6û~TkÉîG¡¿™@áJ,gÈŒ„o_J,Ç•_^¯‡W¢Ë¼ó%–·À †tîþwêFé^Q¼ËbQ{iš~c–¬µÇNMìÙv7äýIÑûbä*̤b­û‰¥ê]d3BÁ£n¥ -Ô7y*ºw§}l³™,"®$›`^5…̶žŒŒ.ž‹gà—Ž³gM»û…¯ ·ˆ†Bߢï~T-ýÂü QdqJÕ‚U8 £òr©‡Ãû¡ÞüÊÔC5S€pŠ{V®‘´¯É7Ê»nl•‡!²\Ú9NëóFÁ)†Â*ÓLj€,©—v˜DrôhG5_f°wkÚÊÚäº2cÇfÇí.'«o-wi˜Ù Á{)tAˆ¿Êóï=>–t^,VѤX:„ÁŠèï›~}vŒy}€¦¼õ¸¹Ï(ÖY¯4ÂT÷Ñ,É®úþG<¥¯A¾FY>5ˆÛ¼\2<àl¤X¹H##•ÌîË¡HÒe°›8J–|(XL å_Þ`z“Ôê/ÒYlÙ‹²Íñ>t·RÓ+Yû±`Mû2 ÖkßOaùÃâ’ÀÀz3Ú_º4 K7*‚v­EZóš) :’õ;œt–O{"®êÅRñ·|¤ß¯¬HiÙæãyŸøy ›/ÌæÓ8Ns~P0D›.s/ÎÃqm)ª­@»˜.ÛìîÛßQ~§ô‰W˜²Ô}êº?û"hHh'ƒãòìÜ’Çgq”3Fvx&Éùð÷Ë–á%KFWrŸ‹+ƒZ%®p£­š*Öã²ÑNâ¼*~B!s|F{yüÁñ@C¸´µ]Ø\«€Ãé&Ÿ§ðú=ã×r€‡ï2Á¸Ž¤ÍíÃŽ Ó ¢×‰ÕE[uæopl~ògø7~n€ã/•ª :¨Ûâ‹¶ ò-€E¦úX n×¾JP,tKy]™Ò?\`³&1•ãÔ×£ZeFYj,Ö¾.âš3©ÓŒnïúPlÍgª=({€‹†{NåáÌí£Â´§‚O០-çOw¿ÎÅ?;<`–©æÂU¹ÔƒžPÚí§Ö¬Ù2ꇗÑ•»ÇrôC"DµtnW•gÆ”?ªF{ûse¨~0ó'ïÖ ˜D&³O„ãvÁ}-4Ð!~²QÊãSìéGTk®XÚ­‘}>ÔIî ªéqçõoGø!Ic{ˆåÿ®ßi4ÈýfMc¿Ð³Ü P²%ljöÆÃÞ³«Ù´wó¼‹<,—Ìv²¬u°³[ÏeX–ž½*ٸú™„'¤÷b¨…· ‡Ú ‰úûÜë¯Öl7ÚÜÂpî -@otú:òÝ཮U'Á-È襵éL$ÀŠ5X(þUi. ß™;¿#Ì~ Ã]Q¢wÚEj=‹ÖÁ™À&ù‹6Çžš$9ÐÊßN=|nLÜçϧXFwkäJåa€-YªZ6ŸÑÅÈ­õK Óhü©¥{xñQùC´ˆØ(ûàƒ^k½YÔU -ÕŽ§È‘òÍeŽx¹f Ï§Œ˜Ã·3ð¶<4¨­.‡«#ÒÏZ-Ô\¤tRª@_.D‘-þªÿŠØn÷mÂî)/¥¯êîÉ×bi|`<Þ é©ë±Ø„¾vÄïUÎo1=uƒ¸VÐ~ÐèÄx ¿áø1¿ïÚŒ ÍDV%l‚¦ˆàÃk8.g¤T該«0™´s/¡*¾ðt¥]¢õ·à7ö×5 Qåypï¥3ÊiúñÈÎT§Ã&v“ïVœ‘`@þ¨Š>šÕîl†\S¢~n•:„åu¢èÛ-ß> ]}Jñ‹Ûh4o7eg½øÜãÑk”ÃÆ|ìGïäÃíª´>Á(B2ß².{»ªþ¤D,nÎÇêoJ¼,¡—ëÄz³‘Ñ8‹¥µŠÓ~Í61G - iÈù¶ŸÃÞ×}–$ômrAƱ+£s:W›«ܘ̅\4ñà/k:ÆXØo÷¨ Egz‰ÿê¹1kš‰SÁÛ›ZFJ£¶tÅGÐ÷hþ€Ë—µ­l¶Ì,Úƒ[ \ÖîZnÆCÛÿõ0pBûêRX9.‰ÛeðëÔh¹yï²;ç ÕZ餃4˜ )Ô¾ñCîø_1r…>Á}Q«J©è˜…Nò›úöç¯ÌHÔ×âÖ÷ìKb³ZiwK3-uÇ ná›äAG¼@5!uS•d¯³ŒÖ5"a>ÈÖ"K­ÏÞ›<ð4Š÷žRmOþª¿Œ^t;£ æË5Ça¾<Š€ZEV$“HÄŘ\6=L3°­e¢›<­Ü^âÛ_ì«B¸Òühñ?9§£B¶Ö,«ÜŒ¼ŒÃFáwŠæ]j@W×Ô)ж{°Éìƒ?}ÏÎLÑEÓEæH)éõ‚LÑ/‡y-zÉEÿP çý»†•TA/"#/ØQáüq™ÏUje£¼û‹J4ô8†ì(sôçÜðš`¾‹ëÔD°!ÖPÊ›WôÖ V°>ùE÷ ‚šˆ…5Xr¸1µ;õïz‹òrÒʯy‚$Å¢©ùþ‰R»Àoµę2ù;Ùä/ òÂO:û¸‡öªô°xXu—Üæ*h¨Í'$óëh÷̳.†‘{gyî ãðµ†Zta+¬Q~§ð¶oî3…iršc-ÉuÞÓ1õXÄF©? wúÀ¹áhUŒ×bi&\þLí¦wú¹ 22GMÐ´ÅÆî2dþ§£¶—q¾RU«rߥµÿ¯¨éý*[¯1÷íD`v4Ú|Ó¥à‹×úñfTßÊ1߃Únð¥Ì…¢âÔL&Pji.$²¼Ï6¾ -j7¦5Ä÷ú›âÏÔýÎÉEüíG,Ž-3ðöÔå7·º³ ÁºS)NÇËÒ´å傎5‡’(¡Õõüs+Çŵ¥ã*áïWRw>ˆZ™¯ÏO 2//®ÒÎ.óÛ¹óX{møôh™/2vÓ Õûû´K¹pï•Ù.аk\‘ n™›²Õæ×OÊ}¹Ú6¸Ü ¸—!}¾xx-½ðE·*qE_0zÚ Îs+Õ™8ܤ!'½±TîZpÈ¡K \ýsµî]¼pJß@36¶Íj¶–È—ÐÉÝUÊÙq À‚~Ìqã€7FK <€‡‚OkPB˺µƒ¡7G› -M ßq¢D“ÝŠvXûÎ= ÁHùí׿}Ÿuv`Yÿž€Ù¥íE2Ç GXž g ¶'=F°I^úà3^y’‘äÀÆŸs‘Q¥Ú€ÂQbêÖÞøÿÎè9p -îB .<¿ -¤Y^Ä'½>/…‘]±ñ¬ê£L/dÄY\‡¯ÆBÎËã-–O•‘ñ—»YÝRlOëË((I[ú­gtìT[¿LP—y3ÖZ© ÔÏm„Õî}'FÏ.Ø´°™H†ß¿¢ZÑçaó´þ¶x¼xÆõÍÈÆî{eŠc*²À¯Ö“S#Ùá»ÂJo¤vOœaͶ±ó_5f“„Añ^ÑT -FŠšÍ ¯ U(#ë™êí¯s1Ûj7'VˆðŸºàÐEj„eªr;jýTéÞÚøÃ*ß}ïv'Ž7FQ«oìét`ãÕ; -„9LÏF3ÑFõSιßý¹¶¦„ýMŸÂñÔm¼î>õ_1%îá—Tåç—àí’Ô^c›ç©v(øl+žàW¼’,¾Èå4§î­X¯ZÝ{k›3=mß›{ãÏR1¹—Ô€ïƒ÷>ií„SŽÈ7ŠYõ[œ”‘͹p‹z÷OsâÃü -üاþ›O9áLq{\-¹â¬Ÿ´ý¼ÇäÉÞ'ÚB.)£ðCÚ9vINŽÃRºÁΉñœ®|ËÅhø¯X™€ƒö®œ¶_­|Ü»GÔÕg"Š{ßûÆO¦c&Þ&×µ$/…àÆŠ‹Øà†]‚ ëD¤` oXã‚ÎtÁOd¸Dów¡¦²?ïRºM3{![ËýaPžµ¼´Sò„sÈv„|Ì™ûÇ›vd¬ó,\ Æ !K0aû,¶*ç¨@þ×ÈÅ\mTÍm?ØOÒyÌ2?…õ ;SþpÙˆ]x;½oÔ>x»Q¿ù*ÂᢄÚsqéíB©Pè¹ù~CÎÆCè¼7¡À6e<œhQÏÁ´Ì-˜è5Ô¦™ÊeP—P_¾Max~*YTöéÍ œ”æVñûçZ¿G«ÙR*?fØ‚#C¹ÀúLøot¹·¯Œ ü,ÖXwzvÁë9u ѸU©›ì®¡yh†°¬žoõ§<öWÉk'ô7RT¸'R@˜JІ{˜¿óEnú¼5àâ-^À±X–ü4©Ç9EÁµ^j‹|—ŠI5.C²\àúÙÄ$Z‚/‚|Ñr4³Q>‘SûÈõ2ò5¹úÿ!g +çþûï¿ÿ÷=û Ë9åh;ÓuE‘´íá€3à<(8 ˆ‚âŠ( ó¨çÿ…»³»úÍάoïÊÌ? *ØW¹xn#"QÕW3ÉÑú,eU…} J#óÈÌvãDöÚ¯Wò©Tv\èI>Wä§÷ì»-ƒ1Gi±î÷Ë÷fiYMGÉsmx´œú“² õZµûdÞ^.Z‡ŽV.轜ýLöÇ›Gu tNx >ãËͨyÆîã5Qp£A&EÍL'Ë3»Ôø ÷çïå¨ÍmÓ6” ôjWóÙÙXË›Ãl¢¶é³Mb»kå·àÆ -•}å¤>ÔèˆÆ £’¥‡BF®DŒªHçcò.ãæ¯õ­Ü‘™îvq{$f'%é˜*>A M,ÆëçØ-FäM¶¾R-#¿øÐ(¹Óaó$(X Y¹†ÝùÞA Žy(¾ø]ÌF²ñ\“Î#˜§VÊ”…Ê{ç”F´É=­Þ<ç]Ùx–P¼B.-µ|Ò{ó'›& 4¿-òý“7;©±F]¢ä]èègˆ¬\íXKÕF½¬ÓïR·[ëʉé,ä@ëM&0gÀ5rÔÔhƒ@“ö,³!åÅ=7–ã\ØŒà!›cŽgvuºeƒ:‰åÓÄH*å.1”(H­~¹²Éh ’ÆÜáþZx—ÈP3¯ ®A-~$ÖÕ¨“†ëa|Ä›Ð=€bÑw«šl»Ô¤ãö£Ï;ʘ­¹Óú«ïe+‹é»v«ä‹5ò 2޼Rc3ÜÙZø»«îïÔñwW1ý¨Ž¿»Š1èGuüQCÆ:á*Ù;‡fq• еì»{ñœèÙ×g2(‡êN3Ñz´"®ž¢.­œÝÜ6ݯ:Úæs§Ë NMî2ÕiWãXò#bÐÇæWD?¡ùíU~¯ƒ~YôóûÑOh‚ôÿlðßÎåÿ»Òÿ„fìOÿ©sù=õŒA8øMþŸ þ7¤ÿÙzÆ ?üÿï\~ãƒþpðš ý?ü¯¥ÿ¥zÆ ?üßœËïîA×{åßk‚ôÿlðÿ8ý¯×3ýáà|.ä­ó÷§ÿ#Íô‡ƒÿ'ç2^¼û/QF›fC†âèÀ6é»×[ê`’WSæct€ªÓl=x<ký¢Hô±Ì‚SðB÷ d\Bº)„w¿šÙªväö{æbÿÙÿ¨øoÑØÑêæõv–ëŒýqÒ‚ÝGÑXíWM½)à#í¹ëPZÂîðJvµÜߊvºštO’œz\ÎÖìðô×þ/#¬ŠQ7¬jm éѹÙòtàd89yèi;8L%-Å*ÁfYKµt¯”Áµ´Z(Ys½º!Kƒ»šþü 9Gø|ñGòõ”Ù«Ï"}ö/ÿ-Ú€(™ý—(k’/Ú ¶ 匤]¸°°i”OíÇžñ‡Jn|$nH.À5¶òÇ+‰;f¶R³D¡án”3œþFÄ MX=Ç{ÿG”£‚ÆüN¡oºØ5wrUÑýä°ªfr…öm¡¢£ëzHͤM¶Ê\‚B´¹ðçxšÖ+äΡÍÁ_³×ÿÛð8‹׳zÆ3au ®Ï†I½ƒÚÔÀìUÚB«” -3š0¹îpfV»Ú•ó@ÚнéeWS—ÎÆdE¨=a|§ˆ7¾„ô‰? -*Þ œmõߢÔjîóÓÎÖKlj²=C–îGOeZIdä*b—¤?ì^vÇ~ù݈P±E¥„¿ŒP¯F°ºÅûz¾‚º[SÝ×tYi N[sT(Ykéë§;~´¶;JëN»+µ/1”"ÔMRf°¹’<Ь|7j›k‰ ØŒa~vè§øNôš1è—E?ÿ9—¯‹~B3ý²è'4ßéÿÑàÿIúÿ°ž1èÿ?çòG‚ÿÐü'÷Ë×ë F}6ø/¦ÿ+õŒA8øÿ>—?ü?î-¿^Ïô‡ƒÿü¹ür=cÐþÛ¹üáàWúŸÐsä?ü§Î%BU,ý¥¿‰žéa„jò>`û˜êõ**˜ˆvÚ@s$£†!4:ÛMŒÛ¢4×ö™õZcÐ[*«·RRm޾Ÿ§ôü¿-î•«ßƒÍØ»¢Ñ2*%{pä°ÐØ -»€âŠ×몘1!ëîúˆYêÑ ÝÊÇg'æZx–õµšmÕd+½W Tœ½ûÜáÒxŽVâad,þB ú®áKøVÏbŠù?š‡m`›+ÅÛ Ϲ¤0·ó³%á‘8êqÄnÓl—Ù©ÔŠ³…åfoh³ýƒ¾kˆJ…Cˆ6X& - ï\f:õ;SœsG­ÎÙÒ„¦®û¯d\% -‚lÊ:"míWý|š5:âèzëes{¬Òkò•ïbkäÔ‚ÖjWE>4C³Xý¦Éœé&'73Ó1(f¶ïÕ,o8»ÄMKgÞm™ÊÆ%~’ÌžOVÇè£qšé‰ú¾ÞÛ6…+}¦Z«²æ†«ecý±Ÿú¢RM.†f½·‰J36 -«ÛiÅçå~ÏM£ÈÄdü€ÒÄmëtG—Œ)#Ä; ø0 Þ_2-¥pºsMtϦ½ôv°Þ†lÁ Æ:¯¦žÙ˜L½dù¿‚÷·åý{?*õÅp•ls ¬“ àÚý¢×w 5K;©­GâœÝ5ò.\[ÓéíŒ=F¦ o´çi®ôÓûDÛÁój±÷ª¬®–7KZnäÖ™ u9ÍLû=Í«gx2ÞÐ¥,§œ!\ôά˜WŠÊ ¿n/ñýyÄ®¡°9+'$>ôvþ8alÎÖùÊÂñÃiU±,~Ù2+õ"5ŽèwÀ;þ=bÐ'þèaus)ζ´h[®H>,ƒ+—5å^eóW^œÏWh}ÒÚîXVWþ™¶N›Ìíăû…Ž k¦1“ô^FçT2`ˆEúÕ›W¶=''õˈA›€k)HÀ3KïÙóÏV .oTb?ºÊ; Ÿ/®0àAìÞ|Ã'BbÕú|²ªaSŒŽ´eÂâv{‘ÙMšs¥oÌaJiÌ(óÒxôbÐÇæ—áû†Œø~-@Üý‰é¡ìt“ÚZ=Ê1H@†Oìà´ÂùvŒ>ûk£8©/½Y¢Äö HÞ &;'O™ôŒÞÊééj5…&ŽÛIO¸E-;i¢µü'ƒ>ñG~gÂç]›¶%xݘ‹1»`æÉûUåà-^œ–ÖÌñœ¥_R3¾ d$˜/v„;µ4ͯ²™M"a“è¦ã~ì*ž8޽߃äõ,eV)ܼ—RlVJŒÙ¥°¸ŽíƒG$ŠÛìÓI¬kDÁ£l«“J»Ïª•ÁeÒÎlüµÉñäR9ŽG6§çôiD<0a”ÛvÏÖÄÄ ¿öÿ!ìÙW•"[×-rvš4Å’í½<»l“Vì¬!¤Rdþ˜Ovj{-‚Àûþ¾ÔÓË;3.¡¿‚kb ²‹‹.Òg6*%/@s+°ï§mMîâûSÎöúéAÂ…ò-ØÉ’Ý–]„–£Q3+I#ÌŽø´Ò•Y{¦ùýÊl·Ö+¿ÝÞÂÜß#}âþ#Úþ&:†r@T‡Õ1¿ -؈}¾Ï™Þ3!&\•P'WU;¦±\}¡GÄ {aÓí_üÝ8]G'˜w'Ó'‹çÏ›Q3)öRÈ'¹Ô´úKx÷–¢›é¿+JÞ.óØÇ*cÐ0¹“ß©q¯¯^^Žt½íùªÓ3¸ÜWÇ;»Ú¹°- -N¶| œvns‚ -S>úÊÒbÉI\â1h¥ìäø¯ B1Åø¦¹QÎàfoæCÃ; §½Zø¾ÌÞOÛºôݵ„À¾3ϼin²íGÿRÞaŸî]öü¶~šÑ7dפ#ˆÍD›Þ62*AñNŽï!D´Öšüƒ •+Ýuu:,æ’ËÖZ­Ò;íXÿÀ¹üìP„r‘y ꥮQiÀg@)±’—Ø -{O ŒfùIªR´nƵèH;õ≸5 OH|ßm#Èç®Û± -®1{æžé.¨c˜¾R¯ÑÑ¡÷E"°Îÿ -ÀU·#Ô½ >þ5~?d?ƒb–³±taáõŠ–.u'7COÒ~êÜE_¨'„Ùš{n@››KÖ“×%„<.[Q—£Á•[œ+çÝâÜ+^©ä~gQôë ýµÿ%€ÌóNTJ<0yC ¸vÃsEÌ ­Rãiâ¶X¼—m"Ê¥} ¯CU8ê×íeß<‚*¦‚ÊiMÇev¹Õv45ÄîóEÚîÍÞk‚4ÀvC^…â .ï'!ÿ·³áE¥z|šÅáÍ{V#Åž½¸Û#!ªÊ"Ï%)zôf¢\-³Gcao÷­ò…ßHÍîjM3þ|é]‚*ö€”s½ÞûJÏQ¦E&6Óž™éì‘0sß²¿‚¨T˜À0O€Ræï§Ó¥ÕFïôUú®q„qí4ÚUñ–æ&§Òz°Ø·‚µ!¸¾.›ñÞ²³V”ÕÈü«Qš=(¥45W\yZU§U¾`¦U/>ú 1軆O *õ÷ϰª•¦^_æf•²šÊ<^_ä{ΪJíT¦ulßVæ£M>¾i‚÷—úÞGèãÑÊ/²ŠÍ‘œœZ¥Cbâúq"HC ‚¿B)¢3)dñg¾\h"_ÂûyËÿÓVÅíË÷ ³oÏ¢šëÚÅ«´7笻N«íž­Ê)Œ•_5¨aŠ:ÏYäTgV&ÍÉæ@ÄnëøqiêxâþþÔ±8?Xã,¸cèq äðWàû ÿp¡ œÔ it‘Ö TìLԨ݉‰ÃÝ‹d¸E»2AQ´)Óß½ú8ö&̾ͨœàÍfv†Ç‰§½Ž¥þ¶7*0ñÎPO‘­ùDšƒÚ Ñî;®Ûîs«Ûo¶Tpï÷|Cê¨ÃÏHد B:7.Bˆþ+Bº"Á¶*GH¾žy¯07,Ô{.ç»]Bò:í«êoØ#¿`YY—pÌBEóùcé§LóBE×^ñ¶þ¨ŒÇÜ ”gBÝÅô -û`ûƒÖá§¢ŸÐŒA¿,ú |;—_ý„f úeÑOh‚9òŸ þóéÿr=ÁùÏÿí\þpðš1èÿ¡ƒþpðŸJÿ÷ÔŒùÿlðšïô?D‰Á/ë!½Q6B®î(BÌ2ÔIö:—¤î‹’eçS×ÊM¥À,ìÓ‘?Æ‘þÈv :âE¡¦Sv¦¯S¯ÉTõM/õ~êæFÄ˃ˆÁõM„,g‰·&!¹à!û î¿¿{m“û`-0GÞ± ÛM¬î}YF¡5¡»q³Øš' d®¤t:ÛÏè¥YÑKk¹­—N0®5KÑä.¢äXž5‚¤‰öß#ýôÐ7ÑÝ2 lu"Bª %B ©ð^%Þ«¶§Àîãªvu×àí¸m¸¤%Ïo9ï¿2š‡3:MsyÐ[š¬ ÷U?5U#—gÃ'&Uê­ÎÙ Æ?Ä[“ûÐ|§¿s'ÿEÓV8ÒÓ÷c¬û°"Ów¿e$÷”Z¾œÑ,•±³L'k*øºhPé}Q_¦LøQõše0±¦ûÊA% y߆À°Þãx›öË™‹-/^ îE'ÑêgŽ×"‰æ™2¼§òV~gÇÌbÐ_ûŸˆ;ÁGˆ.B¢àš>ÀUÙGÁlYþX]NI‚†,^|ß|?kñCÈBŠlQoì:Ee¤³Ùë²’âMûÇIá`íNÙ/°Éòönæë/4µõNéägƒ¾køoQ#;¢޾W‡a•–À‘?ú§ºØ¤ãÚS=—4,jž×ëgöv¿·S—͉|ž./ÍÝ—˜˜%mÛÅŠ¶éµ—Oîeˆ¸—< -ÿ!¾×DÓœþ^óH44“—aà´ù…ïøwW7wš¦¥A‹”¾1{E*íRW“ŽÇÅŽøõB™Û ¥ßÙ VVó{I]Ý_”³Îç({}•®î_ˆAß5ü=ÀÅ™ÝEHpKƒR"d„¢\š+4d´C/h˜ôÌ{&HÎ=öÙ¾9¤n2Ýæ ô–½~º©nçu -Ûð$t{g¯N\Ï$¦\ç¶t³Ðéfía.™È7˜ùbÐ_ûÿ#:R pqr0(%Ùòù)Ž{}qÊ8Ò•>Zš"kFãՌԌ¤½®öîˆâ¾áèýì±=¤ÍÛºh&OTuÞßû˜³ÇŀлtóXrhn7ÿ!Þš|„Bzd^[DèÂÔAâ«üûÓè%²î= ØÐ…ŒæÜ.:äÖp¤•ü kÁaÙðrhˆîiÞðÍ]«Y¼sY —Ân©Z=—Ó«ó|Z¢^T÷yRÝÁÐû1èG­?¸8Ë{ jeߢ žç” 2'3¾/ce/±¨µí{µ96«M?Žwü¢ÌGûº¹•À«ˆÙu×Üsuì¶öçUeì¨Ä½½šDz=[Œó·Jg òb³‹ÔÀ‰ —÷dÞþ-‰€c ’\g43¥‹ Áppl¯{ݔʶ|ž½™@6³ËË\WÛsš³hr‹/ß¿ HA‰dsN©ÊÔœòµ÷Úb{â,lZÕªäûÜõëvºj$…ˆÅx1BE·O‰õŽq“µJ©òL•®ËÕ­ºœûEJtªUAíÑøÁÙVfüpÀYt}n.ƒ`Z¥ Cž«¹a~jFBnÂ-š9Â7j0Á3ý -ß&ü(ôÈŸ"ýýñå)*%PÊøÔÉuû=MµÊ7fWÜJ‰ö+TC¨k7iÀ DªÍR»Jyr‡,•n/Ró1=ÿt]:…D°(ø“pB¼R^xbh¥ð–ÍôKx‚äÿ ìÔíý¯ }¿îŠM¼¬w -ˆw/¥¼¶Ô§´“Xlí_Çú®Pá± ³4¶„–Qïõ\\·œ3G¥µ1ñJ'•è.`Oæde<rêHºÐúˆè&ÀÁxz˜Adÿ)¢R­§ú—3™-®ÞµùÆ—ç- çç# ÁO~äH bl%þp–³®-¦ESž™Èí„ü¯”²>~§ÿ!újU"¤kÑ– *êÑèûÛ8û+“3ï.¬±¿ÙYd±r1ªÂDQO=ý~+D=ÐÉQ’$¤Rùã^}‰<˜ï"_ì[¯èúÛ%‚™øfg.íMwEX_LJh„dí­ ê¹|Í…oG¥â}J¾4ô$¹ñ¤lùrܘz‘ü./)™ææz]ºI|®–â1o:{žÅëkî5™p\’dÏì(ðLv¤úv$iÚOæb?;ô_¢Hn깇€è6n‡†Ç6"›~'\(÷œ[*~[kªuÔë‡p#+]ñ²] -'!ݪÁ5VÞ¬6›CíŬóYžd(У- Ó¼2häߪ— Ïü€Ä»@³’x¼ß+?D2 .Î’Š9Íùþ -«z‡M³çdOOÜB—£·¢"¯w¸®´ð - lw,¾ì-ßštÖ,~ݒ˪ŒAÌ=[çѤy¡ü4~ŽA4» Ï_Ç_¢³Z„¦û\TJÝÀiOÓ~§ÐD\1]nÚ3.;ˆAfµ’ 4¡úânÚ -ã/»Õ~{’Ÿ·sðùj“ôÝc@%bñ䎃¹£Ä< .•¹ÔìÈ‹¸Ó¹,zNYü{Ä µ‚ÌG8¸}²@´»¬ƒ{ˆݺ7qƒ†Ù‰{õý,cB­ÒlëüÑ)rpb®lð\‹ãt{}Xnn«í1 /ÖÊzæÈôöø̯Ģ;ÕðÊxJuôÍ”ZòÚ\r* qäõëšñM“Ø4Þï• aV©žéóÓ’ïbAô²´ù3m4+…²–.íðÛr>¦.}öHŸàSDó¡3Xp¹‰6_B„”àX6ÀÍ~lF¨êï.SU=pèöí¥X†Cû¾&jzñNµº “ÂuŠnÖ€Ü7-~¾Éf=bUÝuT28µ§Æ©Û”ØÆ÷]h†ï—Êï1[wR?Ãñ‰…RÎ'ƒ¾kˆÎˆ.›f„èn;*ÕÛPÊÔÙ…tåb2þ¢‰[̸k› -|åáûè<Þó³#CUH>¹N×Ëó £ûžÛš#v…ð÷Ì÷M¨…0n‚GbiCt -žBtŠË'µÇɯ#BðÝ4B¤© .ÍZÜ>ùÍûóÈÂcâ&W¾±wT­«ÏžKg| O¥ç ßõôñ„Õvƒî2D„Ú‚(ÔÑ©•Q²¿/äðg¼Y8ôð'Ué™'xk¤èþbÐ_ûŸ@„ð*!çF¨Èu}ÿ‘ALÇ:¿r;JQXo!á¥z¾|Z"ÍÞ¾3y½¿!D©uÆ“5ÚŠ™9òš$&MuøÄ/ó5ü4! ›xb‘Âñ¾{bñ¾—<} —ÿìGÈ#XD("û¡™Œ÷¼ÉuÌ*å”{¾Õ–÷Êñ­^ÑÉÈó•} ­Ûàö"+.yÍÐI~͵¦îMëcÃÆŸFÊ`ÎI4¼W˷Ĉ¨$²#i9-¤ÙCa{òuD(T #‹"Ÿg䪥 /• tð*2û GÀñ~>Uê¹g*¼¹­Mhåæˆ¬Mµ²6m¤Ò7üµ¨^Ç£ÓA<.c·'®b³#i@Çf§f›Ý¹Ò_ˆAß5üÀ[E¥ÚöåHtäjXÐee§|Ê\0s?Pfr†¼»¹wQwåê¤Nc‚-“pDƒ>yÚ¸øIímF×Ïbw¾Ï µuv;¤ê…ÃÕ -ÂÀ ÊÒÀØNUÁðÃ/áýit°‰PEØxÖu¾7Ào ß’.bf‚ cHGl·™=ýj‹pz´jíHDsØis)Ò¸p8ÍGò2šbðŸ KÇÂtÀ¸Á¬ï´¬EŸ5T:M°î7˜ç¦ßX•ýÆazù:BF17¦±ÙwÔ»R¢]4…Å5U†ÈŒÇfÏí8ö1:}¨ãsc^%&!šÀðQ)ì -ûLkHû«Ö`uCš}N´š½ }ëôø½Øíuzâ ûŒ‹€Šw‚5ëÄõbÐZ¿ƒ=«jð]1ú)©¿¸²b{û}AJlŠÇjrÕzuíÙ9S4 “n`ÆW!ú ÍôË¢ŸÐ|¯'ÿ¢è'4ÁöWE?¡ æÈ6øÿ_ú¿'øÍôÿdðoÍù;ýQ9^‰Ší-¦Bi õŒŠåj1Tkf#(9…¾g[ ÜÝ\ï3g‡ô(§³ìm€!%ØÑë¬ØÏ|Ò† ˜kìœýœ+¤ßKÆì´é?˜l»¤z"î~À1^ˆŠ °e›Q!‚«Qñl/#8Õ½,æc þ®3鯠€6VCϡՉ»ÎŽcûI´·öÁŸΚ}p’ž}ŒORös–¬QÓ®Åᤠ-“/©mTFï'¡Yø)bÐZc`³…VT,5ª@/ÇDð|£hñ† Æ¾1t/Oø5¬ðÁÅYlGm"}¯2Rµ\X1ûm/ÜÝ0çÜÉM­ÙµMKœ¦5žL3÷ó^`®‹qnqvžÎ\ˆý¥§ûtÂZÊýeþá€^Sqvô 3xkˆ<¾„ÿѼ·:r­mß+$#ÿ½nK‚F©»/{ݵ¯ohR½6¡××RMÐ%+N]ت=ŽÔjrÌvד½âÏ–{¿wz¥^jŽ|M ÛM[×6Áa§|ŒÆÿ³ÿ÷™h1¹Žà$D°=¢Fg¡Û¼2ïÅ»­•ÝTcT·”ZØ3VñÞHÛ\ôÉÄl;»–‰ò\Œ°ûìH¸l·¿°­»ØN·MÃ`7»iýÂ=ÕÖ;.Ð7@s2—Ð_ÒgfâïÍ÷¢HnÑÐ4ɃR6ìÀŽú·ô‚“¹tKRL·tŽÌ÷ÔTï8”µv¿lÁD€rs|ÿH'°í¶°ïqÉÔ¥¿–ŽÂ4­spj³ºùÃójF—N«Û£' ¿ùàzŽ®‹ÜC; Ùâw¡qîÙßÞÐO¸BWLÛSzP0Ëçtåѹ8­»LÎz×j-…‰§Ìq|œÁíïØê€2ÕÖª(õe…[wi -Hºnà;zØ(É/+£Õ!}×ð#üGÔ³¾¢„Ô‹Ð…²«í¶éó…|à¦^üËZdQ½PU¼ µBTÚ‘{1HÈ$FƒýÒŒú›'?k¯ )³F7È:L¾¼}™âIl~¶f 9ìÙE/eq‹pþüÞ½e)ƒ e¿‰î¬÷Çù£(eIó"5e;ÙùÊ5ìêõˆÒ^Aɧåk=iÔDÁ&[GøšnóÛ͡ťg•úÒ:®J‹DÖËÍòn¾8%GTÌ÷‘vn1+$7›yf½c÷qý%|Óœµ6bzö *%«Gߟ¦®^qÔ÷·ÃÜÃ`+_ƒâ{èVš"ð¥kn˧ۥVß¹Smƒå›Õu½—¨}»œŸÝ¼kzRAá !2ND‹þ8Y®­bÐèœnø©ª¸Ï_¤/!‚§W0n»-w²\$#Ô51PÊÇÜ!º4apÙ¦J&´ó}C²tiL%„;¾Ìì[¸m²zb\ŒKQP"ñš•d6À{—¾7ké8&·g(6-g1lŠ?8¬ÐeÔÑ¥•óÇÉå\ÿbÐOEðÁ#·çñ!š -«‹hà%0®k¨¬Aá®y3ôÍV:t*†8W_ ÓÛóK­«ÉsœNžJÑ]J`t¿Ò kDth›ÕW/l6, Øítéc7¥Mryï4ÊÕvà(ºy~ ,‡õ)«Ç÷{å¦ ùüD®Û³”ÕÄâßKP·/Eô ÞÒ¬y\Ývq^ª ¶ ­¢e\Mûäü@[“m;TÆçœÇnOLª^ßâC-U.bÅ¡ÐÄŠd•x¯(:ö›¹ÝË—!ÙÊûÃ^O!4\>åbA-¡óýÂõNÁvRŠ4o‹½p´ô¸ƒvƒª°ú¡ê.Ÿ”h.¦CX™:Ýã?‰ããhs‡¡6(œ†è¹Œ1¦þÀÀ!h`Ð$:DƒL`2ù)bÐZ#¤ÞÔÑ&wñ;Õ¡o2ãÂA)²„xí$·…sVe槊оì&¤pèy«0Ý9t]ÜV˜­6žèE;’sær¨=kË÷º¥—Xªh°íÛfV賫Ú€ÖûìÁôûö³õ¬ rÙõA)3¢}³¦0Ï•½ñ•¯×À±]Žyj70¬5pœ°L×F8*G¾¸™%óK☪OÇY´cHŠVuhÜwî¤ß¸ªóž?±èŸ²=¾PÞ÷Ú.v@Ÿ 6¾õ%D(ìb^¢Q˜©xMÎ^ý©¶:…´bâ©&0ÜuXcœi/_kµ»¸cÚôÉlIG{×çûöPŸËõAíX®÷›·Ñã[«ûÌï:݃rtû¤4°¦ÝÝD«Év„ãÿ1è»/*„y5-ɮ̮âÕ³Ô»žN•ãï’L=ΣG8®“‹94OÏê&™%¯M~tŸjù!gû^yšííÄ Ó}†·lwЋï§:¹e±3j®KÇj -ÄF[ÚImwÐ&ºÏÑ— àç…puj’zÎÚNïhœM âÏñÀ2é±°<Õ çEQJ^§Þ*sÇÏì2*ªm`³§G¿õlÝ—è[ï•Pûß+¡\Øž 䳓ðWëN‰Ö¯g…h‹AÝ/Ñàë%K ×_³Ì|ëN[»VѺšÚZ:5©ºtn¢ž$5Œ­xm0mñÖ¨D¢ >>ô×~TÈFn”õ+QþtXGyXq¢¼B–¢BÞ™Dy7¾ò˜yr»ƒÞN³t@®îEŸNÏk~©7îz†2Ç´¥g¨9Þ3\â i1È3“Y×3‹`üÁ•È>lÒ) êjIc–Ú¦ôE‡‚>‹Ÿj¾×“Qôš±_ý„f úeÑO ö뢟Ð|§ÿ›‚÷¨ÃæýÂFù¡þ3(G…~júN¿V¢j^òéG¹®” ÈgñéSóÌ|»ã1Ü÷ò´ô˜Mz0K¥8aží`àŠíSÒâÔÉ8≒z±èþYÃ÷ ®¿S8*ìÛ‡¨¨ãÿ´7ÝVViÚ5`„ -*bß+bŠ(6`Gß -(¤ž¥Ï~ë[Uk¼kíYµÿ\äÈ9Çð6232"„s2€óGPÖ6Ö«…6ãð-óé=‚üÃrPÜ}L†u;Y sŸ[šEšŠ÷wqÓ$ÆŸrQöuf)ø)•Aó½Ùo’,à õ:Ó]I“uRz3L·ý^3Üg˜Ðª­ PDгwPä| º#"ûçãqÂN.¨›‹¿˜¾¯Þs-I÷·s1ÌűùPÊI£Þæ}+ȹ•ÅÑ£ -™]éV ¿Qc:ÃF¯Õ$l`Km·—Tµ¸XeùÖ‚Î —0£oÏóò·ø -½g Pb™•Éfô -r¹C8ÆÈý“~<÷nTáÎöÄɺ»yCŸ¬ôÇ—@ЛׅÝdÞÇ”NûÆÞ8oz›‡«Ò{¹ÇÙ'\íÆ«ÙŒ6*!G¶oi…câ™"ÛÃ]…l¯JCaC¶K<Uï·øó[RúöÚ–J<» êLÑîR)þ\Wă‹ö 7¾†K’åÕ¼¹Ûï\r¿‘Ò™ÝÊÍ)ìüÝ^n&‹An9ªýyHÜõ€Œý Ç¥oƒž´¹+ŠRz÷YnÐ‹âæ SãAñ7¿(-˜<¨”ó‹ø»£Ïý–ÁNÍ¥š®¶ž¢íUk0‹j§¯¾*ÔÞ/<–ÛL[Ñk“¢©$‹SÓyZÜ’B’A„’Ë$€%QÄ•~n²’ç ²KËD*QîD -ä"";f!‚ò_øAÿÖñ7€ÒÄ ‡ÕݼÌ2K¢*9ñNR±’y_£]áµN±¹÷©G{›á÷šÁ¦*áúÝYvVo+Bαæ{\œ+n¸Î-"=Þ÷úzöǪ=ï£ó׺²ýcOmÐמ:ÌÞ<¸¿Å«…ï!±EÃU fƒ{Pcƒ”Še^ºvõàÉÏcõµ?Vo¨‘HÑIAhf–UêÙ1S¡²Ã–rEç(CVÍõ%‹ÃúYt]ì©ê¾Ö›ÏÏ­†I0ï¦Mv§ºËcŸé;³ýoqOë¼±ÞMdåJu ±²ÑÇ—dÑßñØ©uÙ·,DÜÈÝP;rÅ0UêÒõ©6µï¡&¨û`I¹ßJ裟µ6A*/^=Ì¥ßÝU}žîý%Ú¹ÖùÓÞ;•ø\m{'µ öþ†ô¿õþa¢“’|èn…3{—þ.ZíF›I²ž­¼åˆšÎejŠéÄjÄÖk² â !L6,—ßë píwW5û[ µoß"¨ô¿Š l醴ëàf¶ü«toHÕkµÓvÆ¿…ÊùìI\ «0‚½ôðœÈ/Z²ëÞõ7£ffU·t.ôo¹Éª †‡VP\ÈYµ/ÏŸõUÚ7¡®nêªôÛŸ´ëI2lÞ¸ÕNy³f$zT“{ËF¢j«´q™kLc€ÝYˆèð[ìžÖ6ÍÇ &]×%`³ñ`'‡­pò†Jƒ|ñv~,7] {ú‰Ÿd>¡°dÞ•ëɼò!’yoBAœ7É|–>'ª²ÑÕ‰ýø>T¨‘£ƒ€·;¡ŸbÓÁcÖv#OWÔðoøAÿ[ïÿ'¡¿ùƒþ ý…Lh±ÿS¡¿ ³×ÿB£¼0¦üXnÙƒxž¦€Åï"Ààþ °Ú›ù¥ eÊ7 ~—ìc$Zz”JæëU!Á²—F’O¢A‚åˆÄy—Ì7ebg'Xß #ß…a›$# ¾ƒ'b†±‡×¸È¥÷óð¿áý[(dÊP(ß„B{\`0)…öþî”@¡3Ì%· ÿA¯ ß -mhT)J¨¯LlBá/ÃcÑèe<º4÷}›‰ñÎ+PãÑ‹™â1 -W¨ñšMGå`DPã6vjL1¾ï¼(ü@¡Ø4&÷8úg(Óé×KáˆD lÊ `‰cP_Y€gÈ›e(4zÅ µ8d^fw„¿–ª á_ÅEeß›K.fÒ¶Wîe7jTg/LÐ×ñí—‡÷·‰³‰Z Ü_:Zçò4ø@¡Õ·à48úM¹ƒ¹}ê[{¢êàS€§‘´¬%l¾q’EœA‹Ñi&3T©yt®ÕÝÞ ô·,æþ.l7Z· NqVÀ‡ù×sŒ Ô¸Lœm¦û¶;Á%6‡ò4¤ýãñøAÿj…B‹F‹7}c -å5€?Jß:ø”øuóýt[KJõ“{¹Wí¼Ö;l;b6àcÙ±ë_œÔÔOõ맘g¡çŽÞ j܇Þâ´~;5ÖKd_fú±OîÇé'¢½°Ç4x×=}Òx‹ÊnááÙxïZè–IÙ»?»÷Ä:ÓÔ˘,-_3@ßS¼²W¥R?ïÍ_– ¨¶uKA£¾‡T%¨«šEYë€bŒÑ è´®±ßeÔ¨‹(v@fÏÎSV"¸*X5\úµDœÍ¡U¼ïNDËóû‘}|>i»#4yë\:êæ[M…ºížê½‰ºJ]Ý[߯t©}´Çúç -ûÍšUMƒB)…^¦2(òSé—2ßòòœy=ò•SÄ_9j¢ñT)Éö,Ã÷G -¼ì¨ø~[DšBMÒ ipè¨uŸè*WÙü :–]_5ãBvnŽÜò[¦x™šš0jN%I~P¸¡Ì¥…Ugð„W@1âP:ýoÌï›8¸µøð:àEzӵǪð´Üz1yØñË MA—}njo­X[ j¥E—/ãô”ú&7“ý>³—[F¤ˆ‰|×áÊj·éº$] „u»˜ñ -£‹ïåßñÿ*ŒG X15PjÝ¿ -·ýds0ÖÑ«Õ=ã#{yâ]òªjÞùžïZióóJ}1YFjµ?ŠåV¢¼¥®uΉÄ˨ - '„Qc¶TpºåÊÊ›[⥴¢¯çê©y>=úøéøzKãêÀÑB¡Ÿã×fwŸ,Ì–Õþk¨«ð-·vþ¼|àå{,8a6­Ù)R¶ ì4sÕm£þ”â( -"ZŽnÓ¥û¹RLT¸˜O¬qYÝÖ#h±Òò½=3qçzÚåÓgþØ4x.æöGî4Ùþ ðT\hÔðº2…˧h€’YÏ}çÄÜì<ÿAÃLµ¾y.UþàÕ7Èù~®¢9ë2†Æìkw9êd<1}±×ÅRõÏ΢Ø$•âª]äÛÁ¡ËÅÇh?oɯlýx$Øþ |"ú_øAÿjÿ7@¡"´§™F>ÌàäìB¡Ÿ!´'µ(ÉßfAöZ§÷³¹s[à±·3¥íÅÀÙ‘¦6"Ü’}ßùAop<½³Ël=¾3g½ãuS©'‰ÆÃku¯È±ŸmV›þü³[ìÛëßÞú÷ùýÿ%ô’šƒRqnÀ1_g“-…÷"¸}jÑ]xL^ݾ[›Z­ÅiÛ1"Ê'ï© ÊP¶/wwãðQ³nÓ -bíó“±ÃÚ©NÄ–¿§âmÜgýÝÖ.³éæÙ˜Q j[c¿Æ¡ÐÁç³ÐÁ— Ì!ôªå­”{í­t;µÎƒçÊ®ŒaÛøÀìH¬4çÆj˜Ý«­Sp•ÒÖY¾á½•~nø¤Å &˜µÇо­#gáZ„³~ñûdÝF¿I¾ ×Ãuÿ­Ž×çš=^¿6¯É_øAÿÖñžwà ý”sp± t3,PVÝl ƒ z0å÷݇Ã{ΫMÖl€Nô*måËòÈ º.[²§ð§¸¬Ã9¦Ì#­vie,+ÒjBäå|»r—R‹¥5ª@܉%ÖˆˆÜôˆÕ¤×%€×àX3÷ç©4f JÏð{8šÅ-û˜×¼g%[½ßN…º‰‘z¤ø•„LÉýõ.ϧh’ÒÕ•wv[P6BS\ɉy¡îFp›³Ó‡1oÔFñÌ…t`bÎÎ=ŠAå>uïh½_à?Bëýü÷•œš¸•xÙ2¥jváIË#ÔÎîeè-·›!¿iŠ |siÈÑ‘Oa:Ü„×Üm»7·õE¯ Z<ð³##ž¦§ÝCŸö‡£hÚ_!øäݾÓØ÷†³ÃG&fóÐûàwù/½‡“àÄ¥tDÃÉIZ/ŸÍ}exC5™9©:š+N,¨|kÒ–²u”n;!}êï„íA?Íöìþ3˜î{âÁòvœ·¶Óýä“{œ&™VAŸd†Z<–K½ÂXîdÈÉ-˜Ï'ïcv<í‹™Ñ/ðmá }Ò¢Ý{ý{ÊYùu4c^ˆcŸ’¾ÁÅbç‘–£7SD«õúí~wˆs×çf\¶2Zí¶-t½éŸ¼ÍJ·N[ªñè2ÓÔj°O?Ò[+m¤°x´( øhÑ™?è8'¾™±|2N£Õо­ŽÃõ2чë+ã -Nzec0¬¬¯Ç¾îoGx]ÿ7ü ë¸;à†Y*ƒòæÉ$r¬øF«#8@ÌÍõ©È« ë?äì¡™½m½lí”NÈúa]ÄzÛWM¬gãõp±#KÃYŠy’#«žÀ½rX=i r‡a<Ùð9cˆx<‚gip”èáàx_]ÉS:‘,œ,¿(¢Tð½¼ -*å b| cËzR˜÷"?Ðzí&ç*ª »p¾(—ÆÑ›-6ºx&ËÓÝeýPìÎnnЛF‡ôSÝÁ *Ï—îõä]Ô]€$ƒ^îZ$’g• ’÷gÿƒÉŠPˆÁä_;‡”À§š°ÚÔ_6’šUðši·™¥<+³†°Ù”Sçwªˆs…D/ïŽÃ}íe”y£¾|Ða}žº -õ1lªd°¶×="årÓþ˜p7}´Ð¿õ”@¿÷”°÷îÍ$«Ô›Ý)²—W¾7söâ?âý« Šâ=e§Žß[6LsÔñ4.¿òŒ„m©ážß 8<*!;nžÆ6hàWÛžXšßVóâOø°•_àÄÛsK}‰æê=u¾îÀO™cÒ¨k¬ž«î²Óuävš<½ò±"U»l²!Ç •êΗ>ÓX·ŸüjR´±Õ÷ÆÐ%T(2ýi¡¼íaÎsß->U¾Ã´n×¶Çsb»öð»´äÖhµÓܽIÒ³ÉO쨑hî»qYdPˆ -ö èµù`' ›wÛ\Äãi” êEG¯íg·þžjnŽ.¹å¡"æ™Û¹8¾ÓB™ä{×!LÊÕž¶:×»«Ú°ý­„öÚl÷3hù—hô-‚N›üؤš=ô¾úŸêç®þ1ýc]X%çzÆI„zÆÍÊ?èŸË¿CþTV(i»Ýé64˜Ãfñä·Ã@’éûT|ÝQfYÉÕÇçc’+böåùÂéš0í0ÍïÉ`íz2‰¡²J•RDEÆ gë`õQñ×dÆ*Õ¦U§ZË>ª¶ ÚU,|ô bâøVÙú䬌rÈç re¦ra—ù4gƒœ$§A®"TA–bI€Z«@; — Äý¸Ñˆâ’…H*Ñ»€<¤)@žå@ÞWèa:GŒ×²õ0"/§XaKZXþ…ª™O¤ôþ ~!ó[Oþ?ú ™?èÿNè¥{ûÐrör´Ðùæ’yÒ¸Cµ´çú^YM‚lŠ…2éPTV Ìä+³û=‰ -ÍAy™İ`SÍw­)r2{3¶ï–úMÚ ºIÇz -bÚ|äúªéiï³ñïym(|G?³Í\§”¹ €üõ…>óÈï‹Ï`uë&chTm *ðШš -Õ~<¸+?r 9¬Pè :}Á/´™q‰Úו×rø€Þ2Ú>N÷€ïöí§ ¼¡£Ÿ©–[â[æ/òÞäò0^¹q#­X$– ϛ͞«ísPë¤ñý¨;¹\v ² ÿP1Ò:Áž‰’Ÿd¦ x’g“æË ëÄk‰o©ºì«XœIqez½׿??Ÿ? -o¶[’»Ö½hÆ_øAÿÖñþ#´Ñ‚öêB‚u<ýµ¬k^l¯¼$^wª0‰+(S‹\WëFÛKvÕ© ú÷pòîCë<¦Žíº¥;q¿7S¦eõëmýùd)€ü€0¿³VÀªç1(”Ž"(й‚,‚ÚïŒ@©dq?ï_%1¹Ä¥D[gpý<…­å ¢VP x¤Ú -º3ôŧýË–8ùÂ6¡Âï¯Õ޽X‚e¾±†i ½“ò ,»†ö¤&p -4d`òk - -‡‡ðÔ÷·‚^Q!“Õ¼¿€sÁzí\ï¶•†ôšé‰òx -0”}Žðfþ!Ktõ1][ýG®W˜yz•ß{Ô»¨A…×îŒw“<¤ ]ÍmTÕ¿Å¿áýo½«ì¡EÙùwíGYhÊ&Œô à¬ùøµPMl<7ŒBµ›K:8›ÂÁO“ñå¡ HÙÓѲ횟rè®Ìuúk±¶Zt6hºéTÝñè¾#DrU´^(åRñajÙQÕ²kˆò~D\~€uÏ"\ö{ä¡m¿¸+A+sÐ{lãµ]çWOƒ+·]=e‡ß>°‰Ã»åÓëvÜ·š}$ ÇŠ¥elõ+b‚äS6¯×VÇLãû™!FèQW« ]µ¹´ò­'c[QâN™‹H,þØäíéqÀ¦Ã<(|ô%ÀME˜“%wF«Ç-/× ‰Ólä£Þvþ}³dM`Ü*ûàìhhœÍ·‰†øat]‰W®žŸÉ@[<㜆ªUu¬µìD´âž÷’!ALê6u·{“¾wheg -`}Ôçæ¢Úº#*ÛîÑŸåùƒÊ­Bü–¸5ž—º]º!&Ùx";ê( íéé–½ ÜÅ\‰ûóý4Ûþãl ޏz…¢üR¥¿:×Ò0IÇÁB(†)+×xêKºç14tÚ™ûÂhÁp¸W§ÍÉ­„¼ˆçØ…ÛÓ°„ÌðÜd¤›¾e7ÛâUë¿z×ù‡^_VíÝþÌÌúìzb÷è–?p*ý @¡Æw5Ùßrý«Ç|º†¦œ $TÒQ^°í •‡]ܸܵ$ì 8LPCi­’m±òñ†Ä•çoÓáðzŘz)ÚÙû™éñ¹š²'–Šj§Fs=å’ºáâ -Çp=vB/AeñøAÿjLrÿo¡B¹ Š–¥g&5}‡ïÉõçåRÑsåcÍé¸ç¶…„ƒ¡¾:u–Ê!•aÄ·ïn³}¸”´ˆÿ¾;áÊ·G 's¼³zp½ù9^>9ü8ØþA,ùËÃÈ1©½Rãçûé“™þ³C8ðÝç·Ê؇2×Ú”öôü¯’~…Ãì!ý\ž 9×ïqûý™Ô £Ò¨}z&Ä[ Oß\ì›´?5á ¬b“¾í•îÎØç.º¿ÓI<³+Ø›k1© KW‚1D<þAÙ’ç ÿ„Àë›*(J´§q8K‡Á„š'CÒN¤KFŠ%}=Hu•£ý„Ÿ"Š}my5­}®ËÛ-wÞNÙº˜ív8¦·Žr¶µ¼kov«|¼i¶¹¼Ês<ç &pË_Ôúÿ˜‰/ ß2\öoçûð~6 ŒáfôÒŸ_k¬#Ïó³¯;h“ªF˜V_YM¹ŸH¤0Ûóó˦¼¡y^®™CƒÙ³if³Ïc›õ«"@C¿w‰¾¥[žR+©Z©¯¤\·M“ü²M_ïÛß2(Ü?yÔý>QQƒS³¾e¢©GĽÃÖ'ž¬2O{ôR£DÊY%:j¢,{W›O!Öœs$Þ¥÷Ô ¡·ußX­‰Éa¹T7½0–·ÀãªJÙŠR¬§ÖU],Ërm™£úúçòï€ ‡B£Îà/P¥%Á$5³¬„C[ÒN¹k8'ù¢ZÐBžöX³y°—ªL´/õ]•üAy¢„N3÷C±›…³`zÊ~±Ê¥zsª"÷ç³C:ÏÌZöQ˜F|Á›òS™F§ju¶«åùV˜V~ï^ùZhÑOèàKPè“Û¾Z¥´d“µàíæÙÛ=ýhðÆéXj‡êQapìÊR•FzW¿áóA¢"÷jŸá*Ó4AUF‹X–»â€ts…¹y\.?(¹yÖïdíf|Èšyn“µÕkJ:£=ù €Âóh|ï°pÌ+õèÒÃZ^“g>G[ kÏœ,‘ÏÑ*¬ËÝÃùµè©Ül“÷öµT&Ù\+vš¦ntÑèìòSaÑÍV¥F²x\ø|£?8ôøå ]«Ÿí¾{'blž"x+ß"âØ Zã1õ~пuü€çv¤‹ŸÄÝTŠw0{iVJÛzÃÈ?•LÕ­‰K^_[æðzʬ)ó°6šÞö¬øÁzÞP’ž:yÏÒ«êçÙÙü‡ln”xµ¨qÎx}¢OVý·ò<÷ßîÆî¿“ZªÓÍþpg²ý«=ý ®ælPz¬¿ocì>'g+_Šš¿n)²L±TQû×öyÏžFº'œ’e°=ö쬵hõ\6ˆN0u"t×á ú>ä5蛩þhxÇúH©ÞêÉñyÒSÐæ¾7u'÷¦É èÍr)¬—{ƒÞ,>ý h]\oÛ^­©æsz½_”Ôè. ›l½Ä¯ùè„ööà -W¸#÷ù¼Êä瘽ÜYÁ}žîÙî˜.y´u— ÅŽßSóïW×hg.®Ô‹{Ãu:åw8m»BŸm»æCjoÓ'DŒ´ësq'ÿ·rõÿêøƒ@Üu.væÂnôº:(„: VÔ.}')òªÛKcÍûÇ`㥰Ü?FÒ<3jÊã{¥¥ÑŒR‰¡'j=m<»ï·ÄjN%ÎÇm¶Zþ­•kµ3óJ“Ÿž»DN—e“m Š'¡1( ‚_À~'m”ÔÆF9;%¸#‹)àÎ¯×æÄ™½)¾÷çNk+´ÒÃõ -ÅfËÖ£´šg„òz|_W2:õb”Ým¾÷„²ßÇâmßžZþu.4#‰›½ìÐh$ÚÖk -·¸.Ð÷ÌŸŠbR¨Él·YËÜä0V°R;÷`#Rë{éÌ^ ·(í¤]´¯m†#Òô}¶Ê/"V¬Ì¦™síWÜKä{A“Èhx³‡9Ü·Zï¶ëID´Ú)sØäÇ4Ûœ§ê“§ë£¿­g«Mk÷[-ûü¨UªÝ«X<‰ æñßðƒþ­C=Ê --e9š¹§'Í©‹"µ;jóÃ&{^*+oqP©äð°§ÚäåŽØzæ1H®=¿?ÅvawUKGm;'P\4{(’‚âR(´ØÇˆóõÌÝÂkÓª^®eN½J5öŸºfeÕG•"ÈÍË Ye~I²gô•uì%?Ö‹ó”Èïï/Qa¾ª[õüÿé‰Ieéá¡UZ‘fzTÑØv˜fwß:汑(#ꪞ¡®Ô­6­ÄR-ë­J5£b»R|Yn™!ôg¹òq¢;²’´Ô@ž©âafCz;­!€¦¯*@÷½7ȹ.Ät²ØAèáà$Þe2;–’·¾weü2æt¡Ý@ÆÊ ,ᦌ7@ð:Á5ÒBÇî6Ùƒs’G[L?Bø\ï®ÇÎnþY¬]þ~Ð¿Ú W}…¦ÎÅ  O:²ÛF‚B Š7 È. Í©šC€Ìç+Ó§ö0MFR …}†ŸH³Ž}«£ä­%>¯,@ÌÂíµàã[ä’0 me雟¤:·ç핾þ;@® -’• =›–²}%²¯ï‰  ‡ÞáŸÜÕ&!4«?9¶jPm<ÑX¤Îr¾ A÷êd—Ar— Œ@Œæ O}ŸäK)1._¡Âýd#úI¡#Àh|¨¼nìþ|ýw¸'ïÿ#t@¡§Gäh9©~¹I×Y¯ûÙF(ƒ#ù*Á‘T§Ì×bgù íGÈeîD³A¢ì2h2#‰R’ÇÏ$ßÊÏ^ y±‹íª‡[ú£±&<‡ÎKð¨ÌòꮪõË?âýs¹ …nªPè³`€\¹Š‚|:;ùæ–‡­› rë3Y)‚ljÐè¸7(Êl“ÁŸ“ÜÇS_ºUñ^‹ãòõÂÇ2ÛhTŒi¯þ=‰¢¬Ç‘»Ëo£zzq ºTS‚CÑ£ŠË›s×±Û=jçÈP¦2¸Â1@™â* ò»Éäá÷nÛ¼» ¿?P­_†jµ~‚Áú… ¹uL;…c\ÞL¥hóæí¨føaø<?á~Daa«$ׂ𕜺¥ý¤þº>‡q({X4œj#ºÙí-uþAM0*œþ '\ ëLoPíÁùÆXÕ˜ì4¶9>Aþ½Î$zT¯¼JG¦W|dÕ{â2lá§ï›ò¸‰x ºÕ”U×'«×óÓÔ‘§AJÏaÄôž9Y>¦µÉÉ+×ʵLÁâ?í‹!ö¬³®,6Ü¿ã»^| -©ï¢òlhÇz`Nm -m]…ÌMg_•jv.t‹ñTìû—umú°÷ú™£Ücâv¤Gö|´= -Ó kŠcÌ]Ñz αR·=wªÔáh^0¯mä -Ð' Ï¢GµŒIì¿ä>w¸^Jä,‚bÓ-ÌœF›(X*úžŒ¥‘è°«cÁÙl—ý4¹i?¦wèjsÊ-eˆ­ÃL—§»÷¸Ac]ß®dò‘}¸Ï+îÝÊÖ)L°?mÍÔ=4]ªñj™0òÎ!XéøøÀUùçòyÌç )yŽùÄØÝ®‚‚ÿXœbÔ„.aÜ< ©Øõ,ܰø[onÙ‘ˆûný™X1Í.aÆ×S;s`ò3uð5côʸ¢/}V?dõ|*ÓÔãùLµ^/^~¶ç{©£GáÍÖ™ŒVÿ¯Gßs# -Õ¤n´ðA -õLõµ¥/Ïð#ÀŸdëéÇb3Í»ÕË®jGûmÛ|[Оó[¼{û  ïSò (N15n©ì=ú©údŒm×}®û1Ø•¬3iêÚ|ÐSíÇf¨ÔÔp*…#•–:Êó(žóïœÆ}S¸v0Dž!íη –W¬¤,/Å>½8W–Íùi{OOÿàý«ý7€<•åá²÷$€1µ&ÊÇ&(fLÂä²RÔ#–?ÝÞ£ÔèGÎaȦ¬º(³k·¦:£jG>LÊ}ñχ0ã³óÛ¤ûa®êµÈ_1|(_ ûì\ŠÝ09ßsóây­¿‡§møžñ‡¬:á"–s|c=úw€<‹qN Ž>vD±ZßÇÏ™»ËáÀdÔç,÷qìx÷?æäÓÌi¶T,+ÍM®)~ߘ|›’ŸþÅP£ó½Ü[œ¼z=ÕöÊÃÊà[nÖç¢í÷t Ž»ÇDlŽƒ26<›ˆ<Œjwâßñ¡ƒºü½µþ{€Gí)%L|üS0nS⃖Í Ë5ãµSz%2 -í|F­« .wAM@ÛFëb­½îéH¾]µÊ0_÷¢[¶í?¨¬ãåó(´Î,{V¡ßDÀ÷ñóVR•+ËTeæa?KŒÃ76kkrç.z¥ÎÛ?¨Ò±‘8ž±™+Z`§ ³®pÄkUßÏÍúÖÕ›ÌQš¶i š,—¨•x^VÈG“—ŠØ -–ù²Y€­¤°BÂ,¾7+Çú·hÌî÷—/Wx½ý†““m½v½Ì4˜`ÌÜóH0¿_ÄæÌÄÀ„SýÑT“>Ù…3†Ý÷¥6žåùè²ß(³÷5ZÙ´¦˜ñÑC,®/óûNk3!E?6ôÜ%ƒË|›Ùóš“C相„R´Iå(ëÃüoòÉð09m|K}@)-Ã9>jÑÈÇÚ Ò=pמl¡îà•Âoª’8 pçºæ‹ñ‰#ð —&ë…=ŽŠÛÆùUZšfy9ÅÊ|{‘ªÓðµîL»„:v©ñq’4}r8Ç& n!SnádfM›óÉ .ö¾ð—˜ú¾»µõ-¾û¸O §—ÔpS¿I}­ñòh9µˆ¯7Óyµö/IÀ}†ñû€¡>Âns1ÆœL_)k­DU÷ |Ú¯‹ãÏgÒFÒd<¢ûû1Òq”1Ò=$c¤òÈŽ…‰…Œ?k=óß3ñÿiÃh …îw6(vßw9faúÕ®x ²‰ØãÃ9¥»=¢©œ|žgk¿VŸ’zꉚ{ÌåNᎩk© ^3´tÚ£‹uÊÍ:<™‡Ÿ"ª{|¤˜·Öhvħ£üø´å'UehTüdhä¦ÅѬÚÀFSdÿpjîÏ ð¶¾g‚—2¯w(øóç5ýƒÞÉzÞ2ñ'©a•%IoëÆ‚=wäåCëSc_ -ÇÞ¶­ ÃõˆåjØÿÌ[n55É,j™Ñ÷\´áRx5†Ez6&ï˜%ï]F&™\%&™|¦þƒ’öC« q-þ;¶æNßm=8æÓLtd>÷Tfx3Ü\ÖüîÖ•…9“VMл´\|Ég­Ó¡XjÈ?(ÛLšCõÇ -ïä‚y …ÁDúѨÀ’ù¼P²*ö«ƒ­“ƒ7Ýv]O4sÛ`ÐÌÏ«öù}æÊ¨Ôÿ?èŸ (¤Ã söùzpÙ×=Vx+wùœÿSÃ+ÝU± Þ×F"6N©ýsr°ÊŸë¿‘+#¬Byev}ƒÚ?û4S>ßGÅœì’õl;´ -dê%ÂÀªœÔ@Ü×D—ÞúI?íC„•þË/Dçævþ ðœ  hžÃá2cM—½¾Q™£B8ƒÓ·>µÅëç£Ó^”˪Dîö˜GoHÎ:ÐxM½Pu§ã­ŒVŸµ:HÓ$NYáÙ,Hõ¯ä´Ô'qŸè“­-ÓO#y¡':ŠßÝkµ7¦¾gÛöD,žþ;îIJ?C ÎÎ ´îÌKåö"%üµ)ê·“08!fvšûzÈ7ŸÓeE›ƒ»hÉkÁN¥O­¥Îy} !ö„Þò„דsÜ»'׊ÅÞäÍu{S¬¹êMëk/—šÞ{9¼‘íRÜgÔ1)oñï€ÞÒß/ö›-Qÿ©áñúZÊÚâLJÓè2õÖv†í‚«ÝÚ¦,lL[|u¹8ef†ˆŸÍÈÙ¤ØAÌæw}qö­çbwÑ[›K—ü½ÏÂUÙ)·–å¶› ûí3[µ7¯Ôâpo×´6Òz²Qçßá'U¸ÝœJ îâJ’Ó;æúç™Sš?oŽå9³¤× ±ÄMz=¤ú Ž>Mf(ØÏG®ÀÌÉnÓYõ%1O÷°šÍvìˆãÚ[}}kùͳÖjq†ÛŒ¦xÒìê“\ãÒ”ê˰?i 2âö[Uêçû6“?—„•E¬™¶ËœòŸ­nÌá½:‘ÓÖüà¤oGö 6£ 2)ºbP*9îªSmÊ5FÞVk’kÐéËTç{â¹1¦µ´ë ;oFRöû8|Â4…Ì¡.ÐÅK=ãvÕš¼å¼ZÖ·“*ÕÉd!¶Í*ö²É‡^…Î æ/·t“Šf¸8¹5;ØsjÈöÇ™ƒ ]mU·ykþ9éîÓ^þ¨îãÁ…¤@ŠYŸîªFdÚl÷޶Ú)6×ì¡S¼1ÀÚåú¨T¨Õ¦5¤UÕö¹þ·•Æ“-+EÀìÊ y9—<é®–ØiÖùw(ýfy&˜XHO™Öôˆmb›¤íõBÓ'Ë–«oçÃwú{ÞxѪ†­ht$„ñ•ïi«òµÃ4÷BË¿Täf1ÕúÇ`ôzæ>0kÓjfíÍÒ£²ê¦üòý’z•«©Ô»ÄŽóhÑWñB±Õ*8¿ê·ñ^i1øƒô¯öß Î wvi[“£®¶›&›kì´,/¸Ì¾3›¦»Ä˜)M{$ß=õ‰Œö»«jkÐf;ÙäG ²þÑã\úh1Ï*æ±6¯_ø²Ìùu‰†Lñ05X<Ò#ÞÃsá²6ìã26jØ– BçßÐ9‡n¾5XõyH—Tbƒ7@¢Y òižÈÌÃÒ@f 3$i]Ë ÓFz£)ÈŒddh˜fhB™ãÍ)‚Œ½‡ÿl¿* -¾uK$,Rjï^Ô3µ‹K¶Å†;vÇ†ÍÆbûèuFD·ɦ¡Li§´Xøtxj´ÓPk|H?õ½{0ó,E s£³P²U™CuÁP #x,ÈXõ ÄR™À¾$]‹‚ß²)¢5€´N£d*?è—^Cöq)´¾¯>8î‚Ýdý“›ÞüÁúWû/T_@‹Úå @&å@ÓŠÐÛ"ÐgܨPbZ*]¢4l¨v”€Ìû˜‡‚ã&Èø½!Äe2ŸÏ …á÷ô9¤ÀiÁ @H2ÈÂÈ'Sû]{é=rø*è§UL7­}øHŽûàŒ÷Ï[ÞÞ>ÓûÛæPp„6¡=%ò[QD±²5Ùy›Ù:ÿÉde¨–r¡ZΈ™Ž„(tRŸŽ!´u¢¤2\2µºB’;®õ—÷å—>A_¯Eeˆ¾ -‰Q‹é>ŒœpAÿ P#½ ¸Ôøð¼Õ\ÖS™áÆ›÷ˆÈæ®KhÅœøîÐwÃY·”9ô2„­o|î)P«ù„Z•Ô×bN\N¦oÐ~é£Òøµ@¦tlmû˜î߯qË(‘cÖíÈñ¹0ÚQ&ªÑÃJ¸{Iƒ€ÃÂ…ÿ:–÷ÏaÞÞ{óéuÖ¢·q*cù ?èß:@¶ª@¡Í çªsÙï€Ü‘/‚\Xœ‚œDp Wéê ËÖ£$[i¸”7…˜æ­Èy\ɨִæáN›°É´OAØc¤ou4§YAçñyú¯Ûð㟗ZÑ'JõþsØ_.“%·s—WŒ½o_üÆâK9ÚêÆÈ?d§Î - ä‚…ƒ»\ûó=µ)ßø”AþÊÍA~çžA>m˜¯•UôãŠÁ¾Ãç#Ÿ ÂcX :^ºëŸµÉó-Žé羞ÃNp{f²%í!y”÷˜°ròÈ’%̛ۇ®»L¼¹³<öµ[~oc^˜˜Ñei¼Ò§kòŸ²L@CÿtüÖÁGȧ–ȃe `3t °~çò²¥ÐˆžhÖ ` û—±”þþfq -ɦÛðÔçràa­ýÌ53Ï»tpÞ¹÷û¢Ãä–S1áÝ;ô³¶:6ív™Y½²1œ^kÔ%½Tœ67W˜x=û`&þ?mª‹{hLAyÖˆÆ0ŠF«dµ9^âzòT‚$ÿ±ü4Yx›` Ã ¢-!¦Òe·¦8ÛWO©ù‰¼ëÔVR Ž÷Òq+ -R§,ñ$Ž€Ød{£:Ãk~£ü¶èŸí!Ùûo€™ø÷rHƒA^ã PȈo€cbóåÒ©yx挟E݃·îc§y¡tk•#ûªÇª š)ù9Ÿ£ÒÑÁŠâIÿÔ…wë $Óš -éÞz˜Ûøzãnè2­\g÷þãšçÃüe™‡ÊÖ­>qÚvß=~OÁ ý_r¥6”9b9˜Ï?mPXÆ€oãVüŒ¿wBBޤ&!­Ýú-»·‰NN4Ô\ÞÖJÆÇ—} ¼ÄsœM éÉ^UªQ¼æÅvó²DGƒ³½=PçuýΞ\1{=mÇK›ºá‡ß³ÛljËÎ1A[­ôHl±Æ¿ã?BÍïmJ -…šå4À½B3ŠfÎÀŸ’µ±wÿ¨Ô=N6Vf_ôb!Ô•ÝýîJ½WÃ9†ä^Ÿ+v©"çµ"b§í~Sæ÷ü®Ã…à:ä8#E“bõx<ßYåðé}ÂÃíÍ—™á¥¾—‹|mŸe¨ê¿ãûkB{ðý$âvï8pÌÿ/ºÎt[QžYÀW°/BÅYAI'p@QEDÄèýìïGŸõ®ÝždÑô¶¨TUR1,¨Ô©V˜8zû.y}«®§×Ý‘c;þÚ -zže’ ×7öŸãS´®`Ó耚¹e2»—ÔÏØkªœu§&†?ð‚ŠÓ¹Ý^oçý¤t¹Ò±0•¢Ú¬rö«ÓËøXNqªüé˜ JêCJ•Á”û -”Ôg¥F˜ÁçØmÜŽSß÷—Gž8÷°Yÿ4zéË£:ÝöFyæìйy°¹ÖW/m)É’µï™…i‘ð\Â?¥Ù¨‘ ³Êg§27(i-•™Ø<)r~Ë·\LQ+Êê.üÀiƒ ÿ(ŒÒŲÅ7©qê([{(ža…Ú³û×Årj—MG]¤Çöìfa03)wjæavÚ^è¿N­í™ÚØ{(G‹ã>Õç²ÞÊ­LÁò#©–e‚eñ‰vÖø 5N¦ãm@cvvŽ3-27fçýoO“Ü? -ª<ýΕÉð[iä€ -|ËEªú-P ÊÈu.ò×Jj'oZba«=9d"f½“‚îqÜ|Nîêá2zÍË–)70I&kÆxY_̺÷q}xÄ÷i„4 N´°”œ—7(¹ÓÏ@ú¬ÞÃÂÔù¤ðþ P0Ôé÷7;PzG·ï»Fs/Í_B÷2{Íø+£Ÿó¤QúíéâFšRYêµqX—–³4®äu!ØÇ4(vB™Ì’¯Ñ!ÇÆƒÁDÿHµÒ´ÐWÆÖo’­ž8ßΧb«S: -aÙŽÄÛí“ô±þ?üÀûÿAêìÚ÷7W”™ÒT\ȾÙ÷­vVžÞG¶gTêÂnê­· Åݰó™oµ‚¾z7j¶*¢iìñËÕt £ÕÚ}ÌùÇ`8Oñ¾D^Bûdø Q¬ðLnA÷ÞV6ƒ¦k½ÇaÝWuB~“Ÿ…|Lªÿ(<ŒYÞ‘ïwIe«ûH.‡FöÙæž×ÅÑ;ž…s¶ƒèó1 4 {´ê¤&fOÖ¤­—<ö>Ì=r¦©±]&: Cû“Üú3þtã·MïÞã.;Ð5i¨Üåß}âî -ExÐÍ»ë-g/…g7¿”^ÝÃS -»‡s÷ùO„ ¦ßó«fjšò#ž]ƒ8¸v-ÃãwéŒ,×´gû:äVår:¿T•>µ!Ø™´êVÖó…Ûv¶3”º˜ò¦ÿLïnÝ=É.¾°–ö~/·‹o܉º&œôF‹ÜñÚ\éѤÛÎyo?:ç^¸RÛˆ¹RMû~à¿ý¿HPL½ÏSA—æýqœ´Lo·•§n &¦v+×X›™½ƒM˜ßÎhKÓǯž¨ñdv+N— -õçJnm&ÁÊúÅÕN=õKÝå†UØïxJ+îLš¤Sû”‰N½xì³×3µf§ãÏ’RŽ½æ‹ŸN¬ü ÈsSPVnÖëõ:¥ŸrY'ìȵÛÕ‰}ãÎcóÝI×ÈÓwu´ª¼×LþR]ŠŸ=WÂZ_‰sŒ2É”:¬îÚë>±dt>×  εÖÇN#×9³3qþb±æ;Ïb̲Å<3¹4ò3ê^]2ª7¼2„G5oÃÌ"1þ P*{ P©U-ÿ9© -gž¸õOòb?8®õŽ´/¢¡¤ÏPz¿Nœòc•?«iL^ÔÍ36%7agrp ièíKrEegüÍ«œW®®Ø{q¿c–þÚfÚJt§cF„RDMzSuiúü™ÓtúÔ[žæ)† -Üøò_üÀÿ¹$Z{˜ýúØÓ>ï ßkÑ"nmñ[¡¨Ïè…´Ö‹ÅJ$ËBaÐ÷4Ò×U9§:íQutûryso º•×c̪d5ÍÄ*“Ñh.˜Ôç*”±ÊØÊuª;€:TwnÍ©7¿P9¢S ˆØ"„Æþ‰¤v益¨âÜ"2îYÏB“ÿÍ,Ÿw“h%®Pï/ñc´¸>îŒìÖc™çÇ…ÑDÜ5%2³m °¹fºµÍ®Ë.ÁC wyyDJò‚‚—öž´øºOZëMZW#û½C›ƒt~!‹ å´ÝL!×®ÀFxAü×`ùLÝΟwí@kõL}óF…XðÍü– ¨mù–á¶Ó­‹û²0Þ#y_NG_¢„zU(« .›K}‚Îe,i®ØvŸö¤=:äµÔÔ‡6á“÷;¡8(EˆJSá‰Æ§´$šÅÀÃoO·„ßίÚðÿí{úhÞ9M.5îH=ãÞyìø-Q)vWbMbçw °Óƒ&'ððGÍ™ôßܱt›²_fém¶FÃÊ%¯J»]³?¢yNÒÌoÅŸI+´™U‹,MXü ¯ØæÐÏ` ïU0F°è§q¡Ú°R<Îÿ„3äšc„Åݽ…îzÛǰÈi¹åˆùçwJ'#ÂØ»û!>#Ü>ç,¯üðé=¹G·XÆdè¼æÉŠÓ/3ªRÅ‰Ì ýþtŸÀآ͠Æè£ÿ6Í)ª6óá¾!¯QŒá?'Tãi¡înÞDÝÝ–©ÂRg1wèMw]=h’]ÍxŽè…"/[ -‡:õq­ÖdzRE“ƒµÞeÌl;/MÞ1Fï™Îb”TíØm¹uuñÇvxIÅ+‹|B´[ â¦Ð°ß {~N¥ ýÒ÷Àj£vÑ d­‘%zÕ?W±¼½ª¨ÒǬ¨ƒ¢ý~à?™¹î¸ÝD!¹5˦þíksLÙ¡»êhâ¹iSÀ[‚Í£n Œº2ñÚì—ErÔ˜JÄŒ„­—aŒSá(ù{tUiæƒÛ¼Q|—õQ{¿ùk2³ÜUc}¬b9Ý­¨â1(¿ÿU¦*q¦´UàBñso5RtÐÂ(G·¡ò&£ž¹ckJo¬êÈ í|?9~+òéB¤Ä=æç*Ë|âeÉr[ÆŒ -Ž -Œ-¬k(äu {£õá`5™^áÕ`· *“§Ë¯Ζ©2Ú-±õ"_ìb„˜ËüÉÇ•YÁÞÚÏWRn—bxø'@®6a„â"È~8@}Kб¬ßiïÞРÜP¹£({4@ö’ñRt_)޹t “õsUº8€r&—â%¨F¦·×ék¿"Ó¹âïɽjƒ%žäõKåc'rWKö%³5êŸøîµ§©  ™þmf’ -j]WJZ6È‘× È @§6ŸJ;ž¨uÚ¨RòIqŠs@ÕF@©¥p»ê‡)¸€Æ‡ €Våïï_ Õø–˜| %ù[«K­¹…‰ªu…{ÉR‹ ±nüo€\oŦZäR17äêðä&säL$ršø}Ÿx®1î覫ÒAª!qK±ýˆ‹Š±é³¨[:ÅKП¤˜,slé‰@fí$ŸÐ·X’v™È}¾«Q•oâ/Ù¦ÙðVjqÏg5d¿ûÉȆù'@n¼Kò"ÈÁ^*èªýÝ^¾]Œ÷`WöÈ]üÈ QúHõ »ôsÊÈ-U ÒŒ/ÉG#:¶¦KÊc—Ðü,r?Ì&:V4rßÁËow>¯†µ«„ØÃk=—DÈ<"Åãî`·àn=ªÎþ ·<°ßqÙ û©¿;âå¥`‡ -ü>#vs €G 䢯äÊM„]÷KZ÷ëYz)üfT]¨—½—¯ÆÅ˜†79X…sºr[ÈÔÿŸÏ{ü~DQ½t#vï ‡ìmor½@œ}8ß«iì?r{§ xÕÿb¾ {WìÈ_Ù*ÈoäÈ£êô[?9×ÝÅåVdGÕÄ^§Ÿ„s2›±¤U}.%¶1}Ä™›øXrã=¡Ôû›Tw÷]þu¾wnýäÖ ·H &6zuØGçZ^º½KóAqç•ð­ô§ù ÷ ¹tôïÏçS_Ž ÐF#PØ_ê 0þô’RÑT¢É½¤…w{i>WpëüX?šÏû›à³÷Îz‚ܳ¢Óüo½{ؾÁF­XÝŽô«K%@¢çæêXÔéZ)j¡_'¢Âeº©bÞB-±g’ºu]8îœx»ÌüÎÄ©˜!,}ë'7n3Pè¾N)@x#]zùHÙãX=çm»¹¹C•Ýñߦ~€„«ø:$íœïÙIÅŸÌQìr ú2]Mxï‘ߌ¼…}]œ_­òþœAðÝåß9ç3o5hÒ¢m›Ív¬QuÇëo†ú'ÜBºî´%÷©%@2Ì 'ä Š]3®óýN¸R¶â£³=OR‰Eduuoý_·^Ž÷ 웇¯ïóê“É»I·PqŸh9Ebî­ -´s''¡ -­Oy¿ïØk4«ÇË‘'ÍÙ¢NÞmï©Ù ÿƒøoÿ/Rk=ßæCP™€lßÁƒO⮳èëô©ÇÇѸ›9K× Ì/ó¹9SGÁt3Pîâ@ÁóyÊ?Ÿo[JÍõ¶\;ÍFR?^ž -{”—GɼÁ`nÎlvxbîý@¨Â~Wqƒ=ø®gZºˆ›ÿDj•iÏ ·ñ÷¼¥þ=oÙÈ^Ó|ùše×B:ôîGΠƒjïÖ»<ŽMṵ̀ù¥“æ†;»ôí£Ï ¾y#²/[W²õ"b×oìוEª§‹×3t:;6Øwo½ÛýKš½æ|:«‹Íuc;àÆèf,7ëkÀµÀz'Ô/¤‚JäÍÎ ”FµZò̶ëµ[Y1nEìÌßÃØˆ×Üò’ÛÆ¼÷áá-L]„øÍèÔñh·Ÿu¡]î9*ébo‹êÐÛÁ,ßß–±þbs~Þ­Mãµb{mþÜUWaoZYµ-¦ô?ð.ø$ - PÅRAƒ©ñ=z¥Ozµ»\ú7óÈõzU½ØÐq··ò{Œ˜òÃ|mŸp÷‘ +–.>4o;ðåÇÆCääÞÔ†kx­¼ÎÕus#´ù»Ái-G•W«ÊC_µýÉ}¹a D}ï’’ÊA6¢fÍmáŸHMs,‚‚:’A‘ôLPžîi´Ô'dêóÏÍE^Y_-Sðyͱ“3[u­æÐÖm}ateg«7—ýf²&Nk´ùZ+9=Wdæô^Æû7²dò冺“hJå°½¤fÃÒjÁ“ª—f¯0h@óþËÏ‹åWž›ÓÖl¸°¸Y…(+ÓÉQ?Në}*Q‚¢˜I1È(S—ýü?ðß>ÈS{ h0ÅWíÊÅÒ#Z(™×#¿Gn×™Ù¼L?N ¯U,4&É£³ÂÎR{“íØ›¨ëVÕЗ€?íU(Šs º³áL£åt’‘RN™&fM~° -«Yn8yñÎv¢‰Ö8¿ÓÞ1Iqú7@^>§bΠYjšíTÌ>ñx­n~:ú÷RîêùÄ-:ç\ãeûü»hFÅbkß-=Ý­öÆ´>\¬6ˆ¤©ûíZŸKoç0•uè(?¬™3y£Û„ŒfÉx+úȘ-6ð‘1ñ#ÈCsºH}]ßá -²á¨[¯½þ ¿D© ¾øÖ·@Ùᶬx·ª81=ð4÷ÎÉîÖ|æÀ5_íle±=øµ—Ä(Ë#¯È~°™ú¯éN^¶·ÆxûÇQw°?…Éñ9°ƒ8;(µjÉ çin%ä&}¿`ZRUÄoÒhÍÜ$×çƒßfâß&uöRë|*¨³¶A9ݟƤe_oóÏê¼…íiün\íý"³ïÉnM?O½ÁveqµÝ£U€º‹Ù5eA ·ã73Ò‡G}½—ÎÒ·ÖM_ÉÝ/âyG"öè„%aµ"n‰|´yê‘Èž°¬«žˆìË?‘ÎC˜ø=ƨ‚2r²ãë§äÝ%µ¯yïL.–.²‹Tëîùîá}í$¢«iæú„½²½e7.Ó…uU™Îúå$pët\»[É›ôt±µ^ìùõµ{ïFÿÞëèn¶—åÐz÷¸î¡:׺¸tþ{qÃíé{âüO¤Î.¥‚†Þ”Å›2Ï÷ö²FŸâ¹wÔÅÓDž+Gr«÷¼‘}ê^(å7xn®:ɵ£" ”úþLé&r4ªÍƆG.îšÐÄ[ÓxfÈlº¼”˜œåÕ}Î -­××êU®(X,Wµã¤ŠáOÆå¬~áßø~›Àh"(qpºúY, ÿq=s^&RºÎou-5›•Ƹ¬ï\ͺnÑ òѶȸªZÏ1Ÿp—®Ž#iÒYÃòðdWæýÛ¢¤ò ‡,»‚Lj\©\IóýŽNýÎh¿;#sQëTE˜e}d?geWðØ‹+øŠK]þ €\ýÔ4[«'„B#tEÆï4gOm1Y¦ßù²SõƼï¬)õòZš—ZaQ…ûèTm¨ôäÃì{£þü>®F2âI¤ôà~vÆ•©éªSë,¬rð.¬ré½S„¶©ˆ sgª fþp=f®i„anªü©q’ä6lª¾ÊŒ©snÒ§ §Ì“û‚vÁuE®Ëë8íW=q,ÎÛ03ÃõЬ—»­qÓ?ð Q_tE -Ñ„žÉž\eñ³ÓÛnÎMH:Rµ!µ/D¹]®AÊ]È·6]o;]%[«ãÁ¶·ä[0þ­%|á¹Ër -þB~`–‰ -Í~n(•;)RDn¬UiÒo¢•‘üi§–< ÞÙ•Ø+q»ÞyaÚç>ò}Ô¹QbËyµÇ,ˆf ƒñÚ(·–‹µÚ£-‹Åmh”:¿Âhëj£ïYç™"FÐ]g@ ;®4F¹Š{øƒøoÿ/ìëvÕ6·Oƒ5DmV¶@,%NiÌ–m«<±I~8ÓŠu‰)ÄcÁÚç½:rÑ:+Ó®¯›T±‰œÚuþpÁgîö·È ú£òA*‘G¡µTkòïÞÌ;¯^CªÖ'b´ÙÖÝMÖM¡Dõ"õj¦ýÿ3H$W¤¶‹‰šŽþJhžÐÙ³w(É0õ‚‡(Vùô;m¹Ì»R±×5·6Ñ3ãoñU…5®3bFòjKë>–‹l×h·23šBC:6¤{ª»«î¥^IFϚ̪ïZ#sK-¹:ã ÍÊÃfÙ -QšIå×ù2+¿ÈÖ—é¿æo;mnŠÙd©ÇdéRdE©’b‹‚¬ò¡AvçÿccÍ@ÖnïSìý„Ǣ莭’‰‹ùr>öÃ\TþXÐË36¿dï6– -*¥2 ƒ.Hm{²é -d?±²O:Ùó® -²‡,²«Þ·ÎñûÛê¬9€¬,\RO]ç2 {ìS¨uõÈ^+§ƒ÷EÂKÍCl—¸ØÞ¿¢¡uϾ.Å0ÿªw7¹0ÈMáÿàçÿõAöíb ÍR:Ÿ€Pn é} mÇ´üˆ *79eç Ÿ½`©¶/³d_@9NG¡œ|£™ðÊ¥ýÝe .¶>¸÷ÝÅ<.ªï}4Œ[—×¥¯Da ®²!m -χ2)<Ó¥bá‰;hþ7 Z©*M -@ ÎÈZ@®ÞüîäH=Hûo@· }ðÝ?NÄv‰ uÝ$/Œn±]ØÆqÿö„ââ®TŠ\ŽhD£Š„G•‹Æ¦Ik ¾dº¨¼dq³ g‹»÷|Då×#BÐLºº 8¹'¯x½Ö‹xžÛ·vÆ¥½ZávÞ¤x:0VáÔûlò¿!5Éz*èxÃø¤ @Þm@a\Oó¼åÄ£¼°ÎºñHFy‡ z7°Ø`tĶê{ÌËøýÚ¹â\¦5<ðîSæåµ>ýÏ94´ÂyÕµ«nì¿pw3­w÷£?qvFlœ×öÕ¶ÜÎÛ.V'Ek¨È±ÞyåÍ {Ã÷Û„+Š8² ¯d&  ¾¾uV×Ä)…ï× rOšWÊ·csÕ¼ºö‡õëIôÇ‚r&;ÑÊݘ¹½ó)T‡`×Ó!ìF'~5ÏÚv~_´ûö-Åìâ DYÃPè[•U°:ÖOøÙD½~|Pó3ø€ÛrÁH–UØØöJ¿"s® `½Í¥ù¼0M%d ÞA\o;¯Têà¾ó’˜»zÃ]õ2_ø™:f8ÇX '!SžÙýÙXü?^F­óQ®Šw3PƱ9£­Üá±óJµ cû—ßáöšršɇ²ŒLN~ìºâÒMgŸÿ·öko%­“û 阯H/ŒSA s{c‚¢Ü¹E|>Œ]> Ü= |ôr(œ7uàÁ™¶KϬp”áØÄ¨úü>úv¯psOñ}ÏØÚÓ‡‘Áv`g<ù]wU¬éÇJ’¾¡÷4e·gä•~$„^X¬í‰6ümɹ„›ó(—ÝTýFé^ûë¾n¼/¼v3xMkUÃËj9m‚eô¨g–4¿ÿ coä_Ïî÷c*¦Y>Æ~C¼<;ÄÐ ÎÉöt Ñ’ÿ»ûý>•Ö£òq&±¹Û0Föé -ºèV‡Û2u›oj­Óf­LNíøŽÖêdî«0‹U›ïå—q^o,i)ê¨ïòh¦v4è¤f©ákÑKƒóî0i„™[Y4ú ž—iPè6x€$ý%(A´Í;éJªw$Íë ÎŽƒlá—¥ì¨Â!Zö†aÛz?Ö¸ÍD{öµûª3IW°«Rv¾Œ{Ùí’¶£º+6=5;ê„‹Cu•]ÀŠSž[h¹=GÔùhæ´‡Ù 6S¯o„ÓIQû7|kS àJâ÷Ûr• -Ê Ž¯å>6ïÈé±ññ^N=C¥e{îýql]JÐ^¿¶«»Â‰Á7~Qfµ‡~– ›ª»ãJYð\[2³›#'Ξ ËCêM6ÑtB~Òh©\uU¦Kï&½I]å…˜¹Ëxáü ß)€µþ·BðêûºcH[«màyÒÔKĽâØÞÞšF»kê/I>ù|±VÞze]Ï»µ¢ó®Ú%,anã•á¬Ân•i½-/•étfÈ÷‡áÈ8<&a\ÍLHF¨Œãσ3½þbÌLZ^ŠÞuÌðÿ‹Ëü§ùRš§‚ö] Ãp•œwËóóA×éõ&œ¡8>&©·ÈÄÛ˜ïŠxœß\xSkÙö2“ˆÌ¢°Þñ³j=è§Ccl4yqþtœP'mÌè7sd@¹Ëˆhhtd˜fˆ]Ùʃ~Ävu妨¸ÃüÈú o®I€XŸ!(•ßËtu1·ï«T™ÞKÖeÚdD²ÓpmR Þ5„žê•K ¯A¾ºbhWá™HÏÎ÷EW™c?Ñî‘42tz4êÙù@*¾7’;®ÙRåÚ»õ/›+ô÷™fSœõö¢8ãå«/ãý…õ@:‘ ˜¯@iX^=;ÎexyåöÙHíðtÆv½ãS]-­xÜIWùþoàd4ª˜”—ÐÃæÎ³GN§ø„•ÛK­7μNâàÔ¥¾_å'âÌAÂbv!o¼4(…1Ÿ>s©ðw§·Ž+žZb{^;S{>ʰÆüÀû -C -Ê3ÃX©¦×æÁ<8-·À1»£´I‹¤bƒd¯×ŠB°^¶Ö`•éȾê3¹ÖÂ\2ãw¬rC,{©Æ®Å ´[Ô¶:éeΆÖÝO »›>SØÍ%Iž;ž6'{sî¸8êÝîÛß}¡ÿ†ÔÙK©˜ÞtÒ´Á_^еùŸsÙ)zc•Æq鸭ý¡õìÊ{m½™G9G£'ã—z<ºð|œå‰"èd«“í‘P1Ò¥<îa4äz\^ã9«Ç9Äš-;NÿavœÙäÑbIîîT²›6ëi´ÂzòÑè .Ç]g`êúo#Ñ Ô:Œ®WnzÌmÕp¤­[÷\P;ì¶fó2¿nØÅš¤"ky˜Ñéè/ÊÎâ3½c>"¯ ¤1Îyulp&º¤øÌwhžm;œ-ÝΖì¥o.ØËŒ<²2¶»±r ‡ØF6$˜ÀÔfÖ̘ í™ p3þâþÛÈÕd#Ì}õ|¼â5\óÀÕmÿ ÕÍx!W ëy.èõ}ŽY¿ÔŒ¼êf×;µ¸D.³é…{)doòµ4æ‹þü^Âøw©MtEœOgäÎ{q¬R{ ˜Û¬¸`nÛÉÌ;pb1­ -3­\A¦—´°§Õ·`Ñêý 8)voåvõ˜Ó´î”¶õºÕ:õ4ZB ¬¬Ë¨¯#dŒ­ö…e_•ìörÞ=KÑôb0é¢R2t›œ„."lBPíåkåFÇ3‡-ÍVÏ×E:´'Sz5‹ z5û4ÙŠ>4ÉíјJr£1µQƒ|ï^gŠvîoHª$)ø Ü©»¦×oØÊ>ß0NM‡;Ì”7jÔ„W½º…¨ƒU™7»¡¬ÄÐDŸôz—4K•¢Æ]š×;± #ýO¯ é¹Îå#Ì «´vàp -ä§]jk_ÇÔöÔYSìÜw)v!ÄTU*Ci\¹mÛ4x'ÅäòüÀšÛiÙnþQæéªQ]ut´Ónyh¾fÐl}‰7÷·®’B]þ ‡óè¡‹_°]-+ k&·¯©•™UPä|Æ¥ëëõK+„¸ ¦Ðˆz^³Šsódϰôµ-аvÚ_áwÕµÚïÑc*’Žr®Ù<èò¹™/†~>¾F•R#Ûõ¡ õÊbº¨]ðجɹÁý{vFtí7>NÒ2J·mkÓ~DeQ†KÓ×ÊŽO|>’Â&vxi~é*ícØÑòó:Ó…[U¼èv=Ä;8þqÓ¹cV@¡KAú–\4ŠÏÛ´^‰OjMfüM50"³ŠÁ9·ò°ºÏ -Q\gÊÚèY)S5Š,%WM(m§Ÿyi;«¬~ƒq\<ÍøZv]å9º2S§xnR8ÔãAKaïÏŽ=.Z6KËñ•ÎïÊ1Y .Yü±!rXbú´[ {†”ë®×j—uªô·À*ª0$ÊÚ€£JÛ Ùù‹Ÿ€‹Ð“!B{±(Øg—wû ¾ß,÷i¢Ÿù Û;ÉbÔœ×æ³Þ$/çæ}0˜ûÒ㯄ÌÖƒ¾oýCìºKËJÐÒ8áŒÒÙi毯>"àK­¼kåqXÜÊ/›”©?×b\„î (ØšýÉ»ú‚ùA>‡•eˆ¨›Y -™­ºîdXâ6ø¿Õ=Ç¿døg1ù~ d¨2r—J{#d„× dDþ2´åƒ ƒfRlÒûИŒ@†ÕåÑ -dØ÷=V™ÁÈNa\@fž(ȸýN²W¯“†ËZ,ö›FtrÛVT®Öì×Ù|Û¯±pÿ 3%É?kßOÑ0ì»Ì™×¥2º•ÞtŒï cñ¹×ôó¶56…2HqNŸåTݦL¹çȼëQ -) ²ˆ[Nöb+é©ýîw?9gM"§jQY…÷¯q„Øáµ;¡r»:as°;ý†T¸L*¨\j€,$` ‹oiUÓµsV]l@vžA¶×Ž@¶½A¾ûÉõ,žBìl~?ÙFa²”°Oö`f'½“í'ð xÄűøjdcÄ”Š)\,r”z7*¿§ò«­–áT¾ž‹e?ñìáü+ï±â'Þü§ù@ÆÌ¥‚¾ˆ:È.¶-½'ß#Ì«421ï=€J-dŸÊdÏ÷ -Èz4•xEL`{¯ÄýÒy#aΈ†dÁŠ*yâü¿<[¸½¼ÔÇ_“™ŸyÕ;$ ÊÝf8õ öù  Ñ×Éåƒôúû;csÎíÃ2—›‘Aý·/þŠtœKeå¤úŸ=æ?µ;†½ïÑåyŠÁ@é }‚C‰Y†qßz“Ñð ó¯K­5yÕ§E8ýŒ·!jèæó1ºŸj\ŸxÜx=^öýÐú˃*žk÷äÙ ïÛývøߺ}S „ÑeµÁù*‰ÀwwZ:sqò¯H‡Kõô6©„•È-ß}—×ZŠèr—R˜¤ŠªÌ´>Ÿ>Ëóáô;O¢²<4Í™¦}×îì0kÜ3x˾¯ÞåÖ5ç÷[N8&Á±ñÎ…R¾ž¸1qT3Ül,/J3½y¡êŸƒÂõ¼Ì<¯nÔÛûðÿíÿAªÌn@›ï+íÆ«6€ÊÀïÒ&…ä&È…z¾®ð<Ÿ~%ULèÖï™™IÞºÏñkx=IÅùu€qÿ¼ìïýqosúîŽÂÎõâ[axi–²o¾D¯ÕžbçgónŒuTç]M'[ìy§Þ¨}=Á9Ä·æûW¤©UA®Æ ß³¡ ßÊ-yk€|ô¹Dõ[ãú\¹çË®ÞU¢J×2“ÚRÈÐåHô½¹CLÎa…]œÛš´qcJ=¸´¾uœ÷ ¸9» -;Y¹ -”\;Áú…±û2ýkؘÇIyâš×ÉÐ7§yòb6íú¯Ô@n¿@A¾°ì‚Bu6…}å›/'$‚{7¢¶¤Kø—_W¢œ‡7z•t\âCwÞv‹s²çVÿÄ×hÙ¶¦=Õî3KÝrŒµi »çóÑ;ÞnÇÉ´ -Ì룃˜Sõˆ06Ø¿Š#mOŽÌ“±9¾Áˆêe÷AFÿ?ðß>€âzÀ˜ÓyiúX„˜¯û00ëÓ ;Øö›¥éý¬½4àtkׂmW¹šå" y¼@8w¬ ÜÀœžxùðhM—‡E¸ÓÒøHZǽ–_Œd€„ƶÌC»ÏdWßT‹×ÍÎ|¡çþq+å¿-Úß·ÓK§_r=.óVÆ@¡Û•R ëj2dWé\’òv{³>Ç@°qŽ-ÒszºÙ%w txØ3t¯õº”‘XRÏ`‹òpgŒÔéò·+ÝTÜž'§­mÔo[©Û×w˛єd×—‡5ý×6¼×f›–§aLó²R]Øû é˜Oê / pPxl †Ë¸¾ìoÆ€]ÕÜ`ê½Os!²íáŠx›Gñ³-üçj»·oéjÉl%]6çìq¼©òçùÚσͺ1/™Ú­Õ½hØJ~­žä-¿"N¾Œñ’ºß3HWeoÓ‹š™÷½ÿàþÓ¸´K½É4£ A‘Ü-_«²¸ «ÌØŸ½áþ™=/'É|™Ç`[ºÈE36¸Ò(§‹Î¹¼9ŸZ͵ҎÛÚõØÕS½÷WDO–Ѧœ®ù—Ô§µS1vÔNn}S3ÇwvÑ+v‹œ‰s±-­ç…Ø=ÍN›‡70îù7Xòj € - ›Ïà»Ë¨†Ôp; -ÎÌ ‘½ÈÛqÎÑbË×MÃ$ŒÈ3>¯r¨Ûínv3‘•‚v_¾k«¶1i-i¥T}‡öÔ,D=›Î§áz.ÇÙÉ»û³ÜÓómZžŽeNñ_ëŬøQé¨(kÌQštéôlÇ© j•HRÆ—m_~fdŒ÷oæ¦yÖŽ> ÅñqîÉ›=ˆÎ§¼ïÛ*Skô6øVÐ%7^EÝ)•Æ^i­92ѳÁyÄO½š:žÖ¦ÆB¹¢/Ci.‹®|o÷C¹µ± “åèÉ*óžMÚqŸbiýßhY@RA,“Ž99#d–ʨõ+^\.–]Øøvz ÌvB-²>êeìêoz¼ŠZ=H5Ô²ÈÏ_ÕÙpÆ6§µè‰+Íû™•[—½0 å§üOÚ÷‚6ÞàÄqÌ@Æ}´£ž™Qç-㣬‹ORx»ñ!ÅûW¤>Ôª•ÙÄ%é.œ;Øe©WŠçN|)žœ£þÀÇGAöŸRa¶ëscc[Û;žVóáRŸŸ…à÷áÙhb•`œ«ÉøBAÇI¡IŽ>Y¤;âÈò`xØÒ‹a>3Þ ú½ãyPÌW4”Öu)M?D©Òú¬Ó\l¸Àui8D·¿ä5º -é–f„ÖIU‰ùìžÛÅî¡T¨r½G;ƒÝí”»Øõªæš_+§NÂÖf”¹–a‰¹f;s¶V¦§¿! ï,þdëãÆ|YžŠ…ÿ)³ÑläL*P?Fá} ·Ê),¯ÛÛ^e™Åpqzµ™2“ -ñ>]&ì­í™Hò`œæ€Æ&=3Ï{…ë½oM¶Þ-0L“ß=ØêGc¦×¾Í ÓwÌ 3§I?Ê>óó½àóßš¦Aýóó{äOîHΗÙÚïÏÂG¯iƒçzÅá×›¦ëä4!c„y=û˜)á’Ò'»Êú4÷q0¨øK\òlÌgÖãwª»9Ö‡ „™¹Õƒ$š~VÝ>ý¬1KZ=‹V“ADz­AE­cŸ¢øÛœ¢êÏUš‰›ÿ -ªáÏeqù©‘·"›7iò–3 ûlðNë¹âÜk¬JÅJm.7!vŠÚhò™V#»0Ø&ËÃÛËç¹Ráþw‘]ïÕ©mïf~Áôò!Wé¶z!©¸‡‹)¬µÉ×)ÎOŠ>)òÍ•xR¿°S2[èj¿á&‰+Ä£ŸIáäªßŠÇå+ìlºª¹¶åËá½WüÙ­!唈ar¦×èNÐ~2e­Ot'{ÞXvWjg¼NýB_üì=©dº{SŒë"ägYAS¬8Ò ³iä' ^7Èn¡Ðé†ÐNãÚüÅœ´óB°ü ×&Ô/º|:•Y7QBo¹„ì\xoTÁÿ,Å0œÍù‹'¿kF8é3ßÝçÔ(·q_ŒQgÂïïõe·ŒI:{sö{::5O”>~ûä~ú~‘¹gj—“jŠ˜j‹¼8h#ùÛªä3qr°qÚ}h¢¡Cü,’ó?øÿöÿÀc²rª*bÆ8UÜç±'² ܬ±žò^Œ•ÕSÙ”4oä¼nΰ¾£>’ÚèÕÅm=Kñ|´»•U2amvNo^{‚Zôîn[IÙn%: †çqœ",¤ù_¯…_ÈS¿Â— / ¯;›7^7†D+¨Zý*:Êopìþ¥hµšr骥]>Ól¤”aõôD’i¨Õï“gÐ,6è5áÞx˜~Šx]Ïêz\ׇ™Ü±^>KAÍ»ïÚ„¤ªµZb3Õ뉑«Ó³«Nã{%`ä7ìMaT×}¾PÓÞ4]\xg.«lÌ+õ—‘Jùý5?8ñˆr8tÛdËdj—ÕŸxQ{rÞBøâC!ضà—Ph¢Ô6ÛAën¯EÔ.Ó[ Ôr·ò8Ö¤ -´•²6W¥ä²>”ØÆÓ/ ,ù‹]|],v‰*Y„"YDÌu0û »s‹m¬cb]Q{OÉË4—õÖs‡GÖŽùGBšûK²Q[U¶§üí–s·†==>ë#bÕêï¨bP1S!òŸ\)9Ûpñs5ŠEè¡U‘|¤¡…â{KÂSãrÁÉå° -´‚T™4S®шãÿàþÓlÂâ­¶´od†;×÷؎݇´ø/F÷c:ÒNw‹ìª]¬g­U~¾D v¿kæ¯-½>Âëj 3›ŠÊçõ2U¼%¶j˜Ånsf!.œ¾@Õ/û蜛õO>DTõ{&¹/£ ‹;¹ KÔj)ædЧIÝrò’O©•I>XN>Ò8ŸbYJ¯éäÓ*u~Ò«-5½ ‡6ÉçÿغÏeU•®QÀW0/sN  ˜E0T•$A’½ÿÃÜï©Ú_ÍÚ¬µ–Å ¡ÃèÕ´õ¥žãúé·Ñù¦ßa~¿C¿›~§qÎz–#mÒï6Þ§_º!¤_au͹æ_»½ôks…ô*~[)øŒ’8 ãÕËG}oS'¶ojÒ¢ÞõðûŸä1"y «”~µS)GÉO9Ô<ýê¯Cú5°ü|²üL¿×ò;‡Îã¿ZÍôûlþ®Pý†["ç±Ê‰™ô5¸ (¬¤ôj‰÷”¤Íg -Ša -Í`2×Íf¼Š¾èû9ªO#gR_Em¡B‡^óM‡×þO~Ï‚O -é÷ÅCÐÒK9^-Dfœ“gËÀ¢Åç ^€->9V5ðf?U€ –’Ïã,y4ùuò@¼}2O2>)iK¬¯†·xÝcž?p\ ¯^\+4€÷–fÑîpAB/´É Lìu€tí½÷óò‡?¤ßâè#ó–•²ˆ·²Â&%³Eì²Âðü»Ú¶Ef$H˜*g¡<®r-)CV7^ï>ã¸Ö­MßÏïdýÞ^×Ì»Iò\ä6ôs´s<%êœKzè/I/d»÷oØKµI†C«¬HO&™­W81yŽüºçìkê÷þ“ô›ó@­Ê -D¯˜>A?±å<Ç8f`¾g…'â&ê²óŽ7.ð¦;h%rÙM7ê¼÷hÈÎeâóäjD~ÐAáà§`GðÏ÷‰ìcÌQõ¾#ÇõäO5õƒ¯¾fösè.½pê˜u€q곌³iMç¬WõÈþ@ë…ßÛô  ,_*ïG4+¬3ÿnà±U“ŠZ°Þ-Qöà/¤Š°ŸâZÃÇžéÀ»¢Ü#ÒÁìu_›×¼ºa^ÅPæ]·.nNŽ©5­Ø¡Vë·Ó¨ºe»ÖVGæÏ!‚ìÌÖá4(p>°Ø_¸?d…BVÈ#äŠy„ƒÖモ žðt÷SüT:rtÙ<ßD«n{ßo¾îpµª¸Õa»íP±5±_\XÞàBY‡·¶Ï‡˜&ÿäË ò]Ã<Õg¾9zÛ !»=} -¢¤ö˜ÓŒV’h^]PþV«·ÿxΊÜ²‚ŒçEùxå†F/ƒõãôwëÝ]bD±±‹èÖ]éõ¸2·êÛ‡‰uœô¡'?ë×ÌX›tÍqo;ú ‰ßÆ‘–ºr–(}ºôŽ:\…ÎÚb[½kåæÜQ×ç{¦ÖðvóÑ̵{g)noGS”¢8…ÿIvÄÓ¼ÞØöÂü•èx -„Ë×ó|‹Êý¹‘‰ZÆK·™ÎKyÁýÂÿ!/J΋rYÊŠóúû‰ËtÝÐöR•(ï1?¯ækoŸ1XÍóƒ„'wM}W­×6Ñ£Uœ÷nu^¾±[¦¥D ]ntM¾æìŠ‘¯ü…ÁƒL,+¢ v—iÆ_R©€—¥zœo´<×§åÉVaþÔÚò»ÿÏáÔøæEyÉÇA%0çÙò}»åÕ:˜¸éZ}·øø²0-iÝÃ6ç¶|Éï‹8Ä3™ûšˆÎ×{û°YÞ¾éPoÆ”>tÔJ`9Û“÷©ŠL()=RT×ùÍô=60JEë…5Ö Ýœ®Æ€ÉYÿåþ÷sVD?pVúV;Ñ<‰ä °v¤ë”ÞÆf¹.«}c|Ù*Ýå©_ç|Æ{"ûê±Z ŸûÖUs˜Á¦äo“—Sò”~àÍ ”70‡¶Ö‹x‰®Œ…<_m*…ÃÒ¢ë²ùàÝ…»DÊ ÷PÂsÔ²ù²÷˦¦1ÈëP§”êß^×µ[çÔÝzl¥.˜?•ª7~ݰÎô%«Ù¾ÐÑ= )Á<’bÕå#¿û‡­÷‘vÇÃàAŸÆœIå髳^íËþ’-£y°ý~fÂW‡§)6§˜ZEÉk…\„©±$ÈcqG’qoÝzÄ=o™IÙ­Iâ~\ýËüÏ!+J=I.Æ1ßL*Íæû“““j‡Üå¤7ÜüÊ1NñX;Ç%póV˜Oª…ÚâYÉÈZy=÷?Ö FSca¿µ‹öÂÛ¥!½~`yÕRõó˵Qt^Uþj‹»š•f‡V¼ev+¶_¤.SÅúA[YüÃ\ôï–5ý´@—„!*œ¬¥ ߎjE¼‘m;x³ ‘˜cP ¶Û¼e¬Óòg ë4—­±§ø8O ÿEªŽË´ÔÏsÒ­§z-»'÷÷ª*àgá^€ÖĘ"|)ˆ+éx÷à,CbŽúòRóZIÝÕúyMµIeÙUOêìœ9[~­Éf¼òðæ{˜`ûÑ"&ÓÛc_nàcßÐè1K äñ áû£HÝ×Fa#$¬-Gȳ¼úÃEB¿êôVòׄ©b¦î-*¾] ’õÁäu -Ï]U(”l“+Ï‹Ÿcs›Õ÷}JB™1Ñ™oaàÌlªÈ/µÞe>ºn•)Ô7Ô‰ù,šxë#:ã@\E?ðx -ãa¹Ú½ ftsÐIk\úeÅ2|Lsžó?¸íÖ 0§f룾ֿÿ ¶šg²þqâ³/õl´ÌÃ>p.;ÔwLúº+eÛ¢•T7õP,®2™_j¿ûöLgæ“&ê›æï®Î§±pnÉ#Œ5T~Ô]”XlR,›%¬ }äfÞ~_µïsb™ÑOx¨J@o¸¬µ‰aÙj°bEÌÛd}s¿!}ý*SžüJ4á¤b:+äx©¹‹¡§¼{ðeóœMÜõ®·/,ylPŸãÙ½?§=œhœøÞáÍxij{ôúðÈ=®KÈü43ÒøüÀC½R) W&Ý®ž0>¬nôàÙjßÏ6øPÒ¼Õ·£Ã¸o[ìæô‹êá˜nÒE*ÈÆÎ\é” -PÅ -z1À—®y/¶s7ì‰éÛ+»ÁlÖ¾¤!Ìk“ýÐébÂ`‚ŽdÜ'PøL/òuIk%?°²2 »kÐ ¦qßåŒbßUÃþ~.ûÝâáÒïdDÔófåîõoÁ 'Eþ ×=ð~¢CèªòZÝSkHvG¯€ëd’êu² Vêà"Ñîà Ñýïr[9żµ¬«ÇâIÌü§sþ{Ï¿L{«nžUÐô/sÐKYÂÁÉ=v2ÂÃè¶€dTe‡6RË ÷ÀU¢BP9—{èPît±ñí|ËѬ#›MºCp;±C(P>Nî€ÓUؾçcÞö,= í¢T¡ZÚÚW[«:ÿišmµ–c5ÿp“G¥òµ¢x•s8¸¸þ|‚èÛyh®…¾² å‰lhÌ!o““ŽGàl±E(£qxmàÙ*O¿+Uvq‡Œ—…öüC”[ëú¬Õ|2›As;R‰†£6;áÁã^÷¡ž_?::\ïïGƒZ„ëšÐr ±&ÉœöÀ®Z¨^¼î©" -xtjÌ[ÑÙ´ôÝcSÂ…| -/GÎÐnT,-¨aKµ–}¡ø¸t?OEëÜÎ'§½¤¶a«ÞAò¾²á¾áO=(¡Ú»ú­ÔP¡ÞªbZwX¹V‰IùŽì×å¢êó%m5ÑK«ž—*ѤR4oR¤æø&gEÿAršq]Ì>å"kmkŸx‡¾þÆ=c‘a‰B>ooGÜöaTlo·Ã–ë¯z£:ëÜvÖ¾½êÖ.M[´®Ãäü¨‹3­6ªÌ*Þ¬;пÊÅ÷+,U2;…íÛ€+©ø;Û”š…Q×A9à(øÈ¡½!üÃ)ŽÎXm -{”Á"ʼí婨L×lÞIÓ7Êóffð:»«n6üÎó/fö´i—êT£¤tí­6Õ ÕÛT®;h[ž÷ŸLi…*‡"…Yè¥ö9£ -BaÔö/Þ÷o>èÛ9RàÃréw¶ÿ»–Ìž39Ôþwµm~ø—4sÖ^ú¡ô0ýpN”~R”fñó“~àq=GGÓ,mÌÓìÅìÒL{ÒLj=Ò<-rÒ,KÞé§Œé§Ã–sŒfúÁàÁœúãô³ÜÍÒÏÞ¡Òϡʦ2¾º¦`Úɬ&±ºª‚qù9¬½kn»YËj'¢+À’~†R~Ì00ˆs®¿¿3’~”>”#å«NÒÀä§Þ|úaÐ[ú™³fú9òK;ó zœKéljš©¼/tSë 9ÓI -VŽ‹äf*ÛdÆÅlRDz×XƒEûmVÌü,ï:•AQ+¯)áÞ:a—úAPÿað‡<2'L¿=(J¿xé—^–~/Ïzú=V‡éwÍÌÓïäµK¿&¥ß¬§ßaÁ˯…85“\,ÁdæïËI‘=7b°zñ -ŒÐ¸âÀx2›§íöM%öÝ(grds;|åÙT|(ôš/Š^ß<ÔK3õ.’ô?~à?§ß*‡wiçѾ†a :˜"ÞÉæ2É€Ñ{“LÈ€²œûlÙLJm׫}÷ý~‚uðݘ·J‘Ó&ãmºQ[:#¡7Qñ8<Ö¢yسa*Åñ1àG¼ ¥ØôO›aìMÚc襷­díwÑZŒÝÒksw˜ãùÞö¼çíH_…Ÿó1Ì5–”Ñu\&rv;Ndi¶Æÿüz”±üÎàžZÍŠ¥#’.uˆ;õn -5p,FYýKynŽç®Ü—gm1Aoêz†å™øãùÚøfoŸÞw£K™Lˆ³¹“óÚ±ˆ?ü®N_ÌòÂTjYgÍzV¼;Ø¡§Ãë-—êU‹ëo{Æ2mÉ´¨‡Å›Ü½cRÒ­ïPš"”çš°bx¿¯™œ§F<Éœ²\²–4«WWCÁöhrY¶çËKٻϛþ÷v®½éðÔ*½«â~Ó -¾‘‚;¯È@gf0¾²¢¸m¤+ñÙ‹øŠßðJ² RøMüÕij+ƒ?ÚÕ`yËŸ½Ýõìy¢LÐÒïΊqQŸ’{YnŸÑÙp½ï¹Ž}Š'¨ÕO­i³#¾àéHì.·3!è:;aÀWeþˆ/½TKÜ9$×ö`¼H°_„#ÿ‹ ªy ©ýÎ26¢p¯½RŠFN§hê;¬VÝõÞ|n¸=5õµ­M³³ŠZ»v­?ÎYÌËOþÁ@-ÊŸJކÁ8sÜáÕ¶ÐzÃ4 \Ò4ã»óîñ»FQÁ”wC.6HôlÑÒLô˜‚å9 ÿ^XÒ½(ÇGE4:D9‡Õ‰Ë;îÏå³oxç€qs×^”†ŒW&gLo#îè°Q¹ÓÃÝ9ÞÆÝn#GÎÛ±­Ä/“?dðj‘üΊ•¼Çðmvq°Í/šº†,jËiÚ7‘©}®`bÖ.æ¢78í_äÇ”.Û! åõ¥g…-a¤¬GÊÓcÅ7{:` {Ô¹mréœ(¹á*›©L«ë…8³WzFG«ÚD–V!¨/›óÊp±Ó‰Ùܯݎóã½oÌû»8?:Jw~t¡¼¯Ì%ìY‘©ÄD±íÇæË$ÛUK£Ü~Eÿ¦Z]–Öû|L¿{ "‚>ë<àöl)o–¸Úõ$C£‘ÂRr y‰©Ææ²Ú´ÁÛ²ù4EG½¿æl%!G[ 8CÜagšìÅÉt¤ ùáÙ)£HF~„O“üˆSt:~ÇÈŠö¤è•QÔ·Þãß_Ç6æRÉVwØÖ¸$Y‘Áëti²oëÔ×ß)ÿ9HÆjÝÃÓÛwÞ9˜Ññ¢·Ùâ´´ßcŸ[Õï-qÑåEy&˜ûôü(Y¤,C!I“q³¥ÆLÌvИ(v(j¢ÅëdI©ï‰šw°9î çƒþ!ÕÞ»ò«¦ ‚ç… \} dö£O"º"×Î7i]„“¿èBZÐÞÜMYäwÿh°ŸæÞ]Ó(Ã&¹ý”GëÍã·/Ï…\¼"?ÏóyÍû*b^8j“U‘w'-ÌpsTpª& ðº]]`6s?cLg`L·RƘʲ‹ÙË’g⿇‰ÛŠ:nX Ì«½ziͦcß§o\g3ö~vý9/¢Çá'^s]&p m·¶Ì=Þ1*ïçë °£–Í™%À—ý§€9ˆ’ô¸àTº¸cNokcLøŒ±ö )½™ÔKÕYŽ-Ž{ëB,ŽÂ!Ñ… zð‡ÈŒ·ÍAi`̳ÑK휟NÞZ~ËMS®–÷ÓÀîñüuëYíY²ùSœìï\¤S­ÕÞ‚ûhS«äòÕ\¬æÂýFOåíwO,¡‹o£‡ˆu;e| ¥ç¸ÏgÑ(B§pŽ×ùGBi> åŠ0BdÃE“áBOÝBÇ‹}ï^Y £gžÏz­ßóîQðpPîXûI<|s¬^™»òö± EÞgFÑ2où·dÖ7+ƒé¯Ú«[ ±ñlúõ„U>`yQ¸½À÷XWùñàð”GB˜#T#ôæ@h:¶ÑKéN —òŒE1³f#ß![@dÇh ÄÂíþÃüïg·…£‘I¾Å@Ý£UÿŸzY{×ìó±Ih<ôŒ…üÑ‹èB'ú3éXÛ©VK6ë‡Y\íîxk Ê`66q²dm¦“†¬°c™aò‹ç Í&Е -¸†â·‹‡â÷€ŒØD”NC”òmæÚD 2ü ç»Oe8_ÖZ°Þ.éki<—j¨;É—¶£šû‹Iw ³F3>íЂLÓ 0;P˽p_ÛÐùµêËÏ¥Yá»hå,êOšélŒõã9:¨%*·I¹õI™F—|#¤6‹Ët¨Ž^•¡:^æyåpñùPÃòUW‡åí(¬ÏÓâ †mxrðV]‹Œþÿü¼| -Ïþ¤ðˆaÝ8¶°ðBiu¿©®ËU¯mò‹¸ðUçø*ðóúrW¹Œ05Y·úøýìvGxÙDPð~˜ EZW5q7¬XÁi`Ѝ6 Fr0 Æ-pPÿÈݾ}í/úÌ0¼ô™æÁï½0ñÛÛõò¿üÀÿôu&¾ïom+“Å]Wâºýøœ6Í=Gyòv~¹—!³ZÎ$^MÛª@ÖºmuâÄ¥ÉxŒTQÁ -R/ÁS§zƒfËsäþ޾.úVºëyÙLÊqŸ½£ŒÄ½>aT{}rw#¸ÍwùýõÙE*iÒÉC)üAíÞ˜ä6ðL6–ÕÏ9hó‰²wlÏDýfpÿ(mšðì°Kó5Y‡¦ÎÚµ%†JnŒÝ -z¯vžÈÒ-{ ¦ý}ÆA=®p¨uß3±Ó[o¬‹zÝU'=²lç2ù( qô:8Cíïã4øÛ×%N·‰oª¶Ám7hÝa4ýÃÿÖø«ÈZ\/·IÂ>ÇÄkwÚ¶Uj-NKaî§ê Zá[#F×p3>¹:1pœM^_úž¿?õxqyïŽ×„ՙШßV^³¬=½\Ë-°Û-µ†b­…%¬Ze±,49¯77vÖ¬ùz«A“«e£™Ô•º»œ9õÝwþ!o-§!Êõý:‰úãËé¤îùËå¹]¼ÊŠ]ÒülfQôäõàó2-ú²^¶Fý¾'"kë0é€Z@·‹a*´*ÉûÚlTR½ÁlA·þJºIý à¸V®ÚK‘jŒËê vùêèµ0*Ù!Î*“¶UìẬ0Áµ<í ¬?ÈfóT<‡P ×8;øõ®GÏ*€¶îæµtJöï;#ŒPãìÞ™#z²ÄûìèŽtä´Úké=|Ü´ª/ªá"o®ž8Î5¡¡)Õóø®UdâjU -ö+,ÃÞ++-‰j©X/U› GÐþfRP—!d0hûùèdý䤮ëù.‡ë´(Ö8º!bˆæü¹~õe~ݵxÂé l¿bꮪ¿-G̶žt Ìвi™E#ÖDØWçÐÒï963 UÒ2Àâœßùd–²‚a7òOßalVh´ãIÀo¤©?nK¯PPö/¸õÝÅ!¼:FÒœµ5tl«5ôìí‹|[n̬=p„žþ”¯>Ùæ³cFûxd -½Þ"ÏÅž9üVõ‚ù ´Y³]PÕeµ¨.+@éalžðò«y)Fs-+|Ð0O)”*ÖL*÷w7 *qÇ?³‹ÁkVMFnÙýÌ~`ÛR -k¿‡OÿÛ¿<$r3gjigjgè_â˜èWðVÐÁ¹ZÒî%¿¡Yx jƒÉT­ˆ§Ýcó”;ö¼Ûk¾n]}WV¸B¿¤ nµbÞWþþ%/GRÏ -ºmd`lÅÄÓ¥ô±5Z‘·¾Ô||·+»«ªP¶™Ê¬ûäÆ(nŽÀÁRÿzƒNö A›£˜¤jÚò¡®V{óa>Ù¼yP¼ú¾Û‰šÝ™sÝ^ß´z;(­®Â¦pêºÆ½Úå:âw®ŒïOé‰ääŠå]ŲÂú¢ç¥ˆÙô2x壾xû%JÁøRüºú-Ž-Oæ({5tòÅ ªŽÓÇ›Sw‡œîíuº;âM YQSøf_cQó®§QË™²´i”ä¼oI -sIg®~à˃ˆ—2h8çjæg§-Q,Ÿš XÛû/Y!{iD¯<ÆÓ7ÙLY Œn‰Çs×ÞÿîL† kM¥¹êc›½›_W°ü¾ðúqq=YGZþ´Nœ<9(I 7iÊ{Æå‘xöeq‚³Q­fçõs Ÿ¬æ¢~ÚºÒPt»áLÜ…$'øÓÀú—VÊ À¼Ì#ʪÆ%Ȱú?ð¿Ÿ3pW7~§ï‚t‰ŸÒ T,·~<^ìW«1ÓsÍÔ‹žõ~´žmè6`í+6é Òmï’•2Ö—²ãîÏ›N$ž,6‘OÍ÷ç!º§²™ç/Oí%øò8à ࣻPåÑ’Úå£LpX}½g? ±Dg•°_/o¬×8ÎêJíùS¹ü}“EÁ@~¹ÔÈ‘íÞlrþŸ#Ê͇{ üx8³wžÞß+PšV¥¢ëöΛx†Z›ÊLì2Å­ÀêÅ#ÿ®UN¼` .m¡w~-öÛÛ¬ÊDÌ<´Ø9q?h€š`´yß©íëø§¸¯Oú]¨ÕÿA”áfpª§Þ}ɨN[r”ç¸Z>ÓΞSŸ:v½÷Wç*v&-úHùL}omñ Ñ`Ø2§\ªP+KV K#–¹Õù8‹©ÛAŒÃòsu÷&aÆ{ -À½h7vL™Aw-9Ø0ˆ˜î# è`9ƒi®"Ôÿðó¿?Í ö“útò~U‡Ã‡Å ’òûsAgͨ£ÇG‡Ÿ”3™š2|?Dg …Aчö >¶Ò‡?ç aÐìXª;›Cµ¤ì÷ÔDâw¶pºìT¿çùËëâ<™ÃÊC¹µ?47ÛV·oMéoÅuuA¥w¢.ÌÀ£ðöµ@á°žSüK÷0ØÂËqvmõ9ÖvŠ®îü³Ú*U~÷Oö"w;¢z1²¹Úïï ŒgN.Úο~Xוɾ!Mæ»6]£˜Þ2ÙÑÜ5âéá´|ÝŠjS£² -âRs—P@ãVÜ\]¸»ºÓézÎ9ܼ.!Œ½.¡ÅoU]iéªö‡ ¾ct¯ºíù%Õ$ª EÛÈêùôÒ£‚]Ƀ¤äíÌÔÚ®ÈU¼ŒÇØA‘á׿ÁX6ò\lßœÇÌqû!èá÷¼ØŽœEáÆ`¿QêØi1³ÛúѬuéhD«U”‚Ëç¨Û\R™€-Þ/˜·b,v™æè¥œ°ú‡ßw~Îv1¬ˆ€4cÆOo*S¿]nâÔ>^ÁD_¨9$d £¡ôæÈúÊÓåKmO_.ãK „FT§¤˜˜n¦ëïj]J/ÛU5<°Ë-"^~à…sÖ´ÅûzsOé~æ}˜ªÎø¥6œ!Ul;•ä>-%žÆvš!õiåi—ÒW>2žÉ-Öôe‚ÜF¸(õ~”4OÏGJçöáy‡ªcðÀbí³¥Qá{hÀ«Ò®û[´X˜ ¨oÅo`¿B¬6Eq¾p‘Æzî—ãÝ,ª‡Â ™gÊôdTŸÓñfõ&%ûQ$'»jP|nIL9TÎs1%,‡9ûYè¹å?¼÷Ÿ$p› Æ4eí¡jּ݇ÇÙùªt¯ì…ŠŽ+1ä·ŸüƒƒüÉëXÕ¢tß>¯`fÈxõ-Žv:?ðæNÝЕ9ñÅ ÉYäë‹éy¾Þ’D¡$n³É…€µ6QWŽ?YÖúà¤lIm|Ó.Mñš~ñM™}á›J endstream endobj 35 0 obj <>stream -á‹ËYé^«ü¾1Ô9QOãÞS4•1k÷Û¸@\äy`Ïâb%œÔ¼•ºAåhÔ›ÖÞŒ7£Â6Ó -º4[ëêŽ,Ûè ›ÃÉ{óSâ^«­&K5ÚáyÕ~`¼>m>0Þº­z¬u˜6Ư^LŒ÷‘È÷6æŒ÷÷[šó…ÿà=à·e ›ž©kФ?zïÏ]™Ð˜$­cŽ ¿â ²Kå_ÙK·fji»~B{ôyØýP·šRZ@¹¾t|º;µ™JXcLjuxò¬ˆ5¼=®¶ÇC”ï£i8#ßd2C®gžFHÌè=r´`x¿µÁ»?œÏ÷ÛañS»Võ¾û*÷EúókãŽê$Oûv~L-Y"ó|Hº^éÂÁa,Š.4˜ÉÆ(„£•;)QK¶ØæÉ¶ô˜M|Ç!Þ4œl]?ÃüÿÀcdSª¢’¦´Eᇠ+Äp±tÖÃrµÁæp×þü:ƒ5½Ìk¦ØÔÚÆ²ÿ”Ç—þvp²z£D0JRÛ} *º«u~-Ò¶ø±OH·®re$÷}É ·°#N—°ÎÏß>>#œ-=-²»±ÉÆwü…|,l'G皢 †j(•y.ÔÔ1eз¾Ù§••£‰?p¿EwõÞ«(„½WiPéíõhÒëG¾ëÛOµËŽâ×TwVòn—áÓubá]:Gø%ÈdE?ÒKïÌœ-u·1Ç×ÅbÔ\ äJ"Z?ð„y-qüÈÆÃª0Ê(úŠ*Ì@Jtêž=-ê3 —õ]I{[¡rž÷ -f5ÜòµE¦e"uj¥ûº‡–æµ;UÔÄ® ›’àÁ:V‡&™C­ÏB€Zþ„ÿÿ9üƒdWú…ÓÛS>|‰3Â=àÌíâ¾Wý`pœ[õ¤k4‰ÑUA‘aCœ·»§3_m©ín´ZËBõM&ŸŠ4 q‡å)MJ ÒÏÛ±¢þH(øŽ—/Pg1ÑÁ>{ô ÈÝs¹ßÆÆcŒMRÆ×ÔÆŠãÛûÃ9ˆË ÷ÒÉÁ{]zê{u·iœòþå^ã˜ÉË‘–c`%ãÃ-aº 6Ûp<®6Zô®¾•V¡|5ÎYI­´JE³Â¶`Ú C™ƒ\}6) Þ`àŒÊ‘yË÷Þp¨ÿÎŽB:`Éh`®}°f˜fdÛñ{t>›€™$y¥xjòœ,}Y¢MeTþd³áÖ,Žº‰5ìµ4hÛ¨¿«\mÐ\†ØÛ~J­ruÉ.ÞWÒ^ðÞ¨’ôrlÀû•iÍäDg,ž9Ùï3ßp¤ñ;a+þÎ1¯ÿò{-ù!M3!M¥Ÿ¦“Ö1gÀæüÎÛð3g÷ÎùÓ”\´sžã469Ôï¬í=ÿÚô}IÓYå–^Š]=Å4ÔJ®Õ“O"øã{“ˆã™»ù¾µ.Wz/ƒW'2‘ -m’=ÕÏî)ª_úZhãS;dÄú/Ò4ÎiVbóXuì7ÌÖ!‡•r>æï|2±Žr"(qÜÌyŒòÈJóœ9^àÃ1ù.BB˜Ì))ñwCåë#ž9šñÖ:šõ^ú//2Á;ÚÄ% ´ÇÃjHÄaغ‚yÌä2Ï’‚ý`‘·P\ù¬ú_ÐþfŒuÉ‘ù4k/÷i6·ò¸M5ÍÆ»Wš•ó2MƒZ^žæ¶^HI®ce’€†·ŒçƒŒþßšS=¾«ã¶™Ÿ‘Q2y‹Ä*/¢7õ ‘sÃöè¯,‚Qªø!¸øÃ¼ÇðF,x|IuâúDÚp•ùÆt¡lf: 5þåw>üœÓO=Ò̾Ó·½ÿ.]vÓ϶‘¤d[L%Uj$P¼îÄ%¼«ïí$jdÛy¸[Ÿ¨À/<ÁÑÊD?jÅŸ÷ ÅGŽUÕKú½§wŠð×üų́ø%%à5ÑâÚ«°!î4º¯²öâíM¿r·hz`?Ý´b?÷û÷óÙíÚÿ‡<®¾”~ÌŽ~+ësú½TŸéWc~—? )8U~çÇ*Ãi=j Ê­À÷ -}?Šà±æ©‡­úë—Nv/BÙqîÞÜ™zº:ZWz8Ë@7œ -º¶‰@‘]Wû€ÅTU«8Èó€´W&·\ ƈäÔX¿<®ŽŽ/8Gû~æ¶v•GÖ¿äáMóð°1›-àš·«›öoÅÉJлAuÀ ,¨°—tåuUé¶{7Ù¡£ÅòÄ~–o »±1ò1¿Å¼Ý½Õþy,}ÎÏžQ¾™ü ©›Ã÷Ø1NóEhŒKüG—ÖFYŸ š}Mw õ¡;üC·²Ç£Ö®º÷íÊsîͪnßœ§ôH¿ç£ø»tSa³Âä®gcàg_ø¼iøÈQŠ_ŠRH]6{ËÕ§_ ºf„~ÇF‚§¤1¶*k]nUh}’¢œvÃÑ“6fWUÝnTuÙ¬‡±?ç=òcÓµ’»¥€ðžÎº7W½‘·nµ|TMävökGNLÄ•ÏTó/€<…<•”ãÁ3j˜Tl" ÞTÕyÍ–‰i[ò2õ=Ùã 5ÎZµ¨|£¥ÍÎí¡º4‡“‡ÙÍõÓ|{§?«Ã½%3üí2ç[÷~¹)cÊÀ Üë›-ÆWôÝåT<4e, péJ`{ ¼Ÿo—yÉròL\[þ¹b±Þ2 * Ø~ß2:ÛÉʧíè^tªõ%Û~,%S¼¤¦Nb—H]-Öà£QŸÖn/oܽõ&Û±2œ­Ék\äW?ðu´â·òåy:Èøö!È^%ò«„—¬Ë\i—Òt œWªT;WW¥Ñ‰ -9Ftô&xݯ%Âz ôxð/Ya½ºüÎ2ê?p².Ïô`Üq·šÐ”íàÚŒ­7¯ÃÍ«úØîzÞí8s²k¬œKrvf›2peÒ:c—ÇΘ_J¾±>ël´;Wß{zž -§Sã+¢#÷ ±S_äw_ðlé#ôÛn™}ᑲáN»’Ä;+›•ØCÈN«œ:üËÿ/JʰBd:’ÜÚ3Ù[¾IPOÄÓ–ú¬Ê4G*·A-þݧ÷£,ÞÒ4¨€—òüU=×Ö¯Îik½QÑm¥„Ø9|Â1)¡/Ô÷<Ÿ¶x¹`2—à´ÆÁa?S7a'³…Õ¦œ>ýåAmM/‡…¦<åUþÀ{£êEÈITMÖã½ùRç[ÞÞ'ÑѼŒ+”~o‘3u“´é·(]®xñaHÅ}Ó?oDõ#ºÖ¼(°«vƒ”vŸKÔêˆ;cm"Ï÷?×Þ’•I’f òp¼-§#lˆ·ƒº±óPì4Ü»¸¯ù\{gq•Ù®ŸOŒ{.?™=6 ™Îw1 þK5X#ê´»[_O…¼¾¼¿k@›"­>öì~õ5›<iþ\?ÎÔ~‰‡õ>áߨÀ] ½Êìºy¼½·ƒc±½–ÇíôP©Wû Í3ûzKçwôÁ‘v­IÕ`ö·‘ÿ3]”ùÒìåÙ œØ -·@Ø¢ó™™c„TZ2ÞÈ Îµý‚žvaq2ñøÌjúíË<:pi®œF‹™ã«pã£Õ"e—K$Ç4žóe7ˆé–!˜x¨E;CʸYø«OMñ€Úðfg./tßÀ¢b~Šñ>´Âx ÝþñûÁ̲r âØmͦÓî¢îûÍ39Ñ`N²¶®…™·{éÄE5a‘ô”u3êËÓŸˆÃs;ÉÆËä8ßtó zâ*ùøÎHçEÛ‰ïÕ -A­8ë*޳»•€çúe3Ãõ± l2¼7Ö½’ Ôï*:/Ò>*ZÒ-wÔõ?àúSÜÿïƒ{6 % -Çø`;³÷A ž¡²uO]ø¹†¼;”)ɚ⊈‰ÈPðgÏ€#cÎU>•l!"§gÊ!w’¸œ>ø§?ñüðûy%£5+Ž ]P{]н*]Öw´âjM´2Êru1ð:Î:ÛëdþǪ¸/¤Q›G¹Û, êRÿdet%÷Ceã¥dt[rk?¬ô1×{Äu£ÙJçË€1du -èS|L(<§mˆ—ß:áv}`½wòA—ÙAB«Þ¹‰VljlÄHBôJiˆ4¦r„4¢ü¹³ïN¿ßßß*ßiY+>ç¶¢ÛìEcn¯fª¼ Âj9±ÆŸÈ^7CkßÉÆkj1j Ò;½'GWº`ä9•>"¬ÑÍóÌ@*jÔm·f£r¢8"w$cl®kT-'{ĨG·ÎÁ\¾;ƒ6Xé´Ï,œ±áà,ZÒá!æM`äYÙ¶o“E¾}³d{ÜŒ6>*ZOœü‘ S=[_"îŒlíxØxá.rJÏÈ ìPÕgØ´+|»Ú`w4“§îÁ$Ó]£C|^ KrŒ‚-üjÕøGgo¹ÓÉØéE»ö}¹¼´½a-/m«­ô¾D[þ¸!´ʳ[ Ï¡©3¹C<.ÁP~¾í5c&×oÆòð™_p᲎ü6sÛØxÛF%™“ÑÈÐ*ýX”ЫKþ€ÝRI‚è+†D·H¦¨.ž¤ïÔÓƒÂàë›âÚÏ<"µÞ¥¶Ùb|E[6„º£ñ -‰ë¥™¼ZŸ¦صf™}‘ %&åF­·×õw¨7µJvökûÇ®õû[¥ÖÏÆÓ¤ìž=/ãÛæ}ræ§Å|pÑ–¾‘Og–ÒR}¹ DŠÝ ˆ|—«E¬U_ðÈlž¡œ]š øžkV"(/ $:õ$ÐužHµ£37kööª—9W©¿¯b•ë»â¹T½BâË,ó[f¦q‰¸w‰oÑ_2z¥|`(„J˜Ü}˜´Yþ2¥ç'{·.MÿÝÿ§¨Ü{ݯõž_.. ûbçÒ>½Z|õ}il*Ʊz .»r°°ö¥näÜŠsp™+ŠóW\uZ°æòLa‹OÕ‚Q,fÑx¡¹PùAuuÍ ¨”B3¸ÙMÀoAy+Ë„V†LüáîËô÷òÔN•BÿWT–Ï#ñÙ²T~ÅwYú– -(!¬äƈX]l¤ýjVç[ÍNèSùmL·ÅyÔY uœä.»Ó>‡•7Àc_o€Ì#åŒH¬ÓH~ç¤.­ÒȽr4k¤ÇfOx/ ?ËÅrŽå2¼úãûrürKÚì2¸úÖJ=6nZqÐÏ_ãäÎ4/äÔ¹ÖÚl#WhÖˆfZbá½ü©WÎÅEÇÙÌök•ÃH%›ùŠ\nj\8T{”ØÏgœ%aDF,”/ùujžêu(tÙ¦ºÒ0^DÝÒíQÁ*?¬Óö³7fåkö*òy> ¬§³ð›ê’|$hëE¶ÚÁG¯6UdV¨¡ÚíUžrܽ(Ë»sþ·vÀÃŒ²Cô²—õhz½Hz:}´ãyÚe Œ8›“z†j}{GSOnƒé €ÁKÜw[ðwí'ŠÿHS¶ÞÏ(yíûðûÓÐKS.7ÏÐOO My¶–!ßêh·Àe0rJÏyãÉ­±Á#n`ΣØïx÷E› î•!ÝÖ(3¿©wys«{Ö1cý¸î( 5ÞEèœzM‰5‘}LªŸ± -SjˆùpHø1²~1{“Eo«Mävί‡åñXCÙÄÛyýƒg’×ÏèR­,ºèä—=׳Tâ¾ê„Î=lM+…¼r¹Æð[ .dÔU*å·§In0ÐE–ÓDϲçeάÃÛŸzûp2êpZêÍï~[N–¹¸4© -‹úX[,Úã†|Ä¿ß7ñ#dÊï'Õº9Ô°ñ÷va˜#‘ŠÝ 𦠲]Äg"i•›¬Š‰2¨É{«¿­&ý¦-Íä]Ͷ ”3âÑ? Ÿ¾~kÑ~Æ ÖÝ“4û#Ehvê’íÁ†Æê{݃ùzúâb -£Ó´KÃAÌ Ý‰V¯žUÝyîèÂÌZ,l†¹[r²Áã8‹`­òFyTP* jóaµoTF­~s=ÇÌAcE›íýS4†0hÈ…òô¦Ç:þ8µ 4ês"Õw$›jØÝ*û¼Ä_f<åÿ€Ç²]³6wgÐ_öfk5é^ÝèA¼±—Š_¥ŠŒw‚îªûhúŽÃ`Ðî傹U±Ø]æÎ}ˆz>MÝei¨¹ ´u©é#ûÞÖ ´Bhâ³ì•&U ƒ¡£æsóH™ÅµƒR,9y¾*£²¤&º\iTÇr"W -üì+6Þ8‡z­9\û‰Ð_T¾#í,ae«sÔ_¢Óê¸_‹‰lTºòZvº×·“ÖklU{Ö7upeÂïùÑ@wÆM'4Õü–S?D§¬r>ÖT²Ø QŠ]™‘ /ËigIêúHu]ØŠÆaþ!‹ƒ{G$—E½ÁMñ2–³ŒÍ¿8¿Î‰»‡fmwµ¹Á¼ÉxÚ 7BØugØDïYU!4Ô¥\Kv̰eïö÷¾šä6×½°Ñ6üU¾¹¸*½Š“ÊrAÉIkQ¯Hõ•Ýwê’¡ÝUèYí‚уÏüXpPÕ½{ŸG×£<¨K|h)ãàvI =í×vôÇ9ÇE£íeþv²õ% i+iG¦Ñõe/(χظm÷ªîSnµÜ¤ÃÚåPÍ‘;0íM{¬?Þ«™Æ–Ð¥Zp;Y^÷ÎRƒnb Ù¿zÖèV.Ç[CÀÚõF5öäÓ”RxßF<\n:ã¯\¡xªr…Ò´ËÊÄ0cr<µŠþ8»ÀÛ<à§»Xåa+êŽ1åÌ ç×+*6ºÍ°ª:׆=_=²y°=mz}²MƒAW ÑI¨‚l%‘•·÷Iuß³‘åUÀŽÊ³Knè<ÏÌá -Uè6WÐT’Ms‰-õß6³„»3F^/OLUï–è Tb™ªñýæ#S5!?ƒžþq¬ô¢Éú5½æ[²g£ƒf„ÂÉE¡2,Šý²U÷\´oålÞ¸3¬¦Ó“ÜPLc,¯fùHj^œUoX.í¾WÐ%Ü3Ïêå;–·o¶t÷AF! z\0Zçà.ÝÌûÔ>~†T_÷T»’ÉÓzI“§ˆ1©6°S­ë%øãP?þ:×8{ÉáT´À(Xý rcÏ¡*¨Ã]®k­6óýã’j›ÑetßmJZþ|î+•%çJ&ø™ö.˜9例ëšçñÀÎû· £æ‡Oº09jÓjä™°`rX¼s? ‰, =cë7ߣú9Gà{— ðyË ð‰æøÀóÿØjn°œSs/¾°ùaTÌß aD*)j/’ LVÊà)B«‡1>¹S+œö®oìCQìSi¨X8å³89kœÉ[¼( Uy³ûæãL ŽfOrYpcXP/›.³ÊeY¨ªI2„e²Òþ$I"B@![ØG|¤v®´ØÄŒö¤²–:¡ç=é,‡WÂÛ/Ü_h ÎÈqjE2c aÓíÓÁxSœc|¿šb…ö©ƒÆSLB{˜f¡½†ïý±$˜Cñ`½„ü(P¨FÿôðÆŠ&‹)Ú·=ª¬OPÅûû-õ|Mj¿ ¬w›A‚@Wî?›+{UѯQHacÞè´È2_}¶BÀƒ;¨¹;X¯Ô¾$;¢íÐy±^*ú‰Î"ö6šu> F“«n +¦ÐýûÌãz!'Br«Ï Rv³cNô¹F¾¨Ô¯’ÏŽ oÜ¥ñè£ô0qÜTÑû¶¦pó:mfÂvëÈP>´oÅî³í.æ¥6®”áÖ³ÖÏÖýÖ³^µ[ãØ›Cï2ú†^çc -´" ±Húcö$ßópQ&ø=õÝü2,Ó&ãÅ3¤ª@ݶè†t™Ÿãô‡Kü•×â/Rú3•uVBÕÝBŒÓèÀ£…Q$¶Gסޚ<v‹žÌ}èC¿дʞ n} ¼Öš1¤“Í¢¼Q‹ï7¤8mTH¿^_-wX]eïì/?àoó϶oÍŸ­<ïnúÃ%Lõû×*êÝ1ÏÈYD„O^ªsõŸ§ÈyÇ ¾ët,iÙ&çÜ©T¯s9–¡K[Í„º ÍR˜2 ¥PÌräF5!ÌúFxõÆ* “öx¨õʧÖÚŸU¦ØÊÕYZ·Ù[U°E)_Á|³]~t<âß+‰øíêj;Ê•´Ðnj¬mÒENUWo-;û¿eån¯7h1ÖºW$"‚I‘>WÞ·ÞÍú¼Yözam@âêyÁªhU{Tn›(_!š›jù™–:å‰OÒ¥ I¥0ZX¥øY©uFrËÞ‹_Èåžyå\¾/ Uã¶îÌá[Ý]á×~f®ÐäÀ_ŽôM¼ >oõG y¾tköÙÛ£3:§‚Ó]R’“WoOÄút;úÍvñðØÈa -¿zîÚ1À¬1GÎøw5ïo¡öÛGŸþB}ûý=¨Ä·¼<e}l/R?¯q ¿e˽®Æãž¿ Þ—òùÂÝg4¾·Ow1Ÿåû'¯\¡NĪÎSŽô’“ÐÓ–`¸ÓÀÛÇÈhºn‡õnAÖîÛ5+•·Zn…lµ|»»­Ç]u³ë‰ÆHSkÁfëu~Ͼ‰¦iPÒTAÕoÁÞNýÜmú(êF|«;Äê‡ùýÉ+îÎÇT¾§GzóʦÍWñ¼ªû¸Shî…kÞ-𺓞 r»¦«ÌVý`½m}ÚÓ~ÀYЬõQô&kxuY­.ýX9uuyï§¥ÃÌ’¸ ü"uêÜiš.ˆ4õ™Fúê©ô䌷2öʹËXj]¡åœÑ-6ùV­µM°©Í|_ ¯»Ü.[­õxlv!ðÙ˜\¹°>Æ`imõjµu§Ô†VŽ#+ ©¥7Rø%IêÂ_œ† Æf’y”[\çü½WMÄVŒÇËàž­/±¢\ºqöð¤¯QЧ¯]Mß᪛¾/ÍoyYwï5‹0ÏÙ@P¾Ôö Ö·¶•õ6}’Ö§“»YÝrãÓ -7’Çrœn>‹·|ÀEX}Vì­ÜœÏˆ2œå$m<™Ë›HUEŒWîØŒUü:žmåÌãg4˜µÓ dRSÔò{á½ãôÂÑUûé¥ÉôS>óég‚g+rÊâv_³¡r¾—µîaÖUèí¶wæÖç{ÎXAÍ[|Œæl‘÷‘õ¼¸Á‰ŒwïIå©¿cMâF%¬ÌLmRÏ^|ÞŽŽu¨'3½|ʽ)¦áÆz{Å Éþf¼hæ|PóùäEN’JU˜”œ’ôËx‰¾Ä_Ò÷*dÒÏS‘Ÿ½ .^®Ò=1ʾyˆ;íúÚMÚ+o6áüf¤%KiâfçEÏò–Y_œ/£Ój»ôvºÞ3 ¯Ç«J1¤T¸;¸°&9rÀøÝ`ÔóAvkLÄÙÓ”{T2V–ÁÕÛ¢íª×ôljÔ%Ò¨mGÊèžWùã[YÎ&à-`žŸ• qò@{׌ڕ­ª…åë7æâ¦âæº"GCª2œŽ¸ºÒ­J„6¼ ò9úì ÷ð‹Eõ3‘d­ðN*U§2Vu«>®7§°·}^H¢Óîè@Ú(ˇî c•sgç^T†ióL 'GDÒ2¢ÙŸjí_¼}£ß(…dGoþùמÔn,¹%Z˜Wè{mv?äÔkŽà3òú~Ì8㉠jÑx-YËq}íí=³á_FǾÿYÔp/átîQsîñ«åxbsÈ2É}µ'™ú4ËÄí©y m¾Í­xx,ZÅA ã‰4Û3cP9ô?^¹ZÇ:ORw¯… výÈ¢‡eáBɆÈf§‚Wš’; ø›ÖÈ׆æíÛ×áwOoýä»×Ö>v1û´v¼Ûõ0|ëÐÒ!À‚€åÚ%›ŸQ +)v;VoaSƒe5òæÑïo VÐ׎ÞÎÜ#Õ‚iÞbÂ8©hX§ŠñËø÷ócE/ÍS!Ë*·¶7åW¹ùƒš×Þ <;Ãiq:ÉBÐ ˜ö¤&—h¯Ÿœd×õ”¾3¶»Þ…š¡ɵÄ.lšKl¶Vé@Ý -̾~ÀAõ¢æû:fTúGØ2ûÔ3[ïw×°ù¦n }¬_“ÇVÇ+JN{l -˜F5yQ£@ÏT_sËøãŠ"gé 4%yC”½Å¢ò`â#fgšv¥`&\ÞµûjxçA¸£áX¾—¸nwÛ×ó,\MF³¾ª‹~“nÍ~<:§×àfØAø6vWÔÝmÚÐq´ñ‰æ4ÊéjpÛŽ~@5×*/•è¼”îê( ºää¥þ¿$ì›I]}Ø©8×ø;È3ro¿äWäiêé âÞûcdø1YÖf9y°ºL²|¿oˆ´k¶oßB÷™~“/Kß\vÚ¤y¿¨ïAúTÃN5¯æÜVE™á=X'%Ïé£"—£Š#© 4—jó÷S4£%9›3VËPÌ/ÙÙÿmÎñÖ·}/ã‘'%­ñ†›¾ä9â/îZilâòs„5ð‚Ãp8dÇË65XOæBÚsšqáò–>:Æž6‰´P 'd¬æ.•"`ØAžÉ,†‘Ëoæ%­B»$ÕóAS4z\„ÊU±7PyK8ï¦3aØGoZ>6º·µÀf¬ÔŒ›ñÇ©pÊ™›;Fë‹eÑ‘c[²ÙŸ÷)â¦+nÅòÜñd{=5‹"—ÈÈÊ¢×» -Ik¦¡ÐÖÍ£v«î†2µZ1cOP¦Ž‰Ô.²ô?öP÷m¯ -!ÜOÚ®¬N¹–ÂO ¬ðç«4•èþ­'3¹£y€ƒh@5-TRXSJVždW< Wµ‡(¢ÙOžCžm Ç\a…N¿AZBo˜ãŽn¸—µ'9ªå35òÄL1ÒÎE²33†Äµ®~@Â-ÍÂy‹hÆI ®pKûc{™Ü†Ër¾ÒQ°§…‚‚sãï×K÷gY´V#ûÞ‡«ƒA¨³‡¾ÖEU˜­!y X¸Ñ®7ôößû%=·]ƒg?g‹SêˆQvÅ€n2ñŒjãÞ†DhïL\?Ç7áF -wM‚—.>^pNÉç§”è½ó8Œ½î‡½v'9ãªü²ñÖ«l}YÔ¼º5#¼T õÐ`ÝÆqqÉÔ͸‹³£6%é³ZÜÊ9yí›5©2žÃhx-{ü¢T®¨ûŒ -Cê¦cr¨ûSb4p–øsíeg§‹ö>”ŠV wã:‚‰å®Ï–»%Otf²mT(¹ Ú}í%´{ÚüÚ-Ìœä°øXýaŒÉnrcÝtë·m¹-‚¦Ó­Ýt ÿý^’Zê¤YplåÓlRh”zn¥Úê¾z{œr.Ç•˜¶Ähã•NwDŸtäK`àôÇK°)ï°|r¼aù9™GcÉo¢½jžÊéhqÛœ" ã”ýŽ!Ò«Û@*v@"å$tÖµ}ï—å¼éèÅ×¹£½¢¼¯-QxŸ8Øœ=þaQ¯YºŽ‡ßÝé§“6zôUzXŠZPÿ䵋:ðŸ²>Ëz£¹ê†ìkïꃫäp­C]ˆ>lš(…–·4ñŒ]öï.leñ3 ¯¹Uû¢…Ù(mæsmô B­ûàÆ¶î–mµ¼ZkÕ"fà„ÒV¡ M–-,£ƒÿ2{°Ü$œWîcïÆ°Šzuz0€ mý½y–”Õ£üéÝ­Ê•ïq-ÓÒ©„$ï«„–Ï^Ø/LlAETAê ¤q¸´³#Öºì¸óXpm—ÚÉ­Gx1[c¬8j‘z½Æ“йb>R¦g¼uEµY˜<¢fÁš> ðª4z£j;£Ñù%bGBèoßÑx3‹ùmÕJió^?µµ˜ÈUåV¹˜˜¨xgõ°£p Yà -„Hór‰àó8ÝÂhºµGñi=÷|¹E—ù&ÄÕÉNsföè¦Ðrz¹ ùŒå;ü€õ•ë*UjÛP…jz㪇±îVpëXíÜ\µí,kÕ¶¶¬ÿÎÒìŸ+‰Äí·bA×”5|ï¨U lˆ.WùäYI™ö©s&Â)ž}´nÐQÛk“n3¶6^c½’FµXÝÕ5¹s­7ª½wÍÔu°z<¸ª5Ø ÕSå*NDª¬ë¹eo~IJ/ ~*1]«PœÎS¤˜ÅÁ*Ø#r306’lìƒq/—Ï(ƒ¿š5YŽ^¥Æh(ßZßï¼^x¹m¶…Є*\0w¼Tèî;‹N ¨Þñê:ÞT\/ÔKÁVµJ9b»þvž½Ê¸íÀ²»VE(Ôd©’ßVg|Sr¹þ1€sÇ D¿îİó@6^P!€Pƒ@ÚÏ€Ààõ—‰KK7RãßËSo9ŸåȪªvXñÞe±nñÅ5뢕þ)*ïÃö¡õ‹IC9U'Õ!LÙ¥Ð6´Âê2rð4æÍŒ© ûÊ76NyÖ -(Õê1#J‹s¤•ƒ¢ú~yoO˜Ù®YÉOã°ziî'¥Ï¸<«EÎÈY‰/XÈ÷ìì(ö¾Ûž…HÏ7Î4ï.OŠn×:¾\Š~îy~)î3 €_%Ào ‘1ÎþÙ½‘­bYC^…ŸÁÞÞ¬¹ùjÛþ‹Ê“†WÇTFÉÁ„‰_› šÞÖ:5>.3Ó(«·››;‚àý{öób @ˆ,ùÖ“»ƒ@¸ï ¶ú ó¹@¢n µë»P@¸¨œ¨|ÈØ˜U`¦ë}Æåô‹S-W¶,ªÆÚÒ:¸Þsþ)*ÿ€4Á@¼bø¾º~ ~¸ÔìÒeSÎ@ ÖB1üw=ù?Eåÿ£~Kµ @õ£@x ‹yí»ÛVØF€Þw›}(žÐÇb’-ISf÷[ýcò[ ý¥ïFÛÃø[ Íþ -·¼=?½ð[ýî…E³†þ€wéÔ¤îánk„êÝÔ[W¹ÕGb6:}p5RÛ¹Bþx|±78_ºãøŒÎƒÕé.=.'¯JåOÄf Sƒ3ÖÎ15+ÓíZ¥—àümþW¨µ°o±ó­„²Yéoqî~+¡ÉsZjïE£|½W¬Úû¦^Ñâu‡µ+4¡[—#-¡—ÁÇ /ðtÈž/ü¨{v -ñŒ&3õ·:ÇT ­#½›ÓÖ<8p§÷r£íó^¸ÏŠ{áÑ%÷Åq"ïÔËú?·®¦Œ÷=ŠrçÝ<2ßK8|ËË#ë|~„¹—ÜìºÃàÕåH¡Çó…Cïg4¦?'¯Äƒ'b©U~Mné­Ù>| 9pG?ä-‡Þ W‹Û-p«·]Ó²¼U?^[Ÿî¼ æ“ 4dßú(«k«ªâkx3áV}%­œf(þ‘õŒ‡3Zµoݶõ-4ßËÂwã²~—ö óÕÁé.TÇÇTnÌ= ž¹Cç°aìúî‹öÜIì³]SH~«¾ñâfÇ!• ·ëk«Ô„ÖðGVN"WèVï.=ÈU—Äñê.|[,èÛâ1ÿxò|JöÚsîeáó|`üÖ“«ÕŒB1M}­™¦‹ã÷WàN?âŠÅ^©ËýJ¹{È›ou_‚övM<½Í޹…(z&k |¯Wé¹[¡ëÛqé5Η%±>~ûöZЗ|þœO±|iÎ= FSh'Þ*/¸PŽåByWw=ÓÊ×Ǭ¾FŠ‘‰u‘ÉëPÔ*t›¿dÃ*é«hÕÒ×ìÓþn -&ž…nŒ_¡Û -¯1»ÍbËgéœ ¨a³á¿9 -öÃ:ûì®Ùþ%}A^ã[·ES./ ·­Ôª^N/½t|aÔgWípïõ‰æ«ËÇ^Clèwç é«Iy¹¶ãÚváÍ â8ýgÙ[žG%¿‰àZå0Åó%ÐgxKy $ Òª×h}Úñ?ø‡õ9Õü<N&¶}/ˆ0?®,ž·Vʨ§·Î黎~÷óÚOæâä_Õ#÷|ûŠ^·z -ïW·Aþ¹àúÕJ"ç1t¶ H.² F™:~o>Ù IÝ -ÿàÄ3˜®üé'Þùütwö üý1IÀügR’ -ß{Ù,a²>®:½Ž·Á|Ök$wm´—¸É¨µ^í\» çœë@m:.bv¢|«ßÌ­Õ<"ÇnmYßéQ¹´¾ÞËéòÕ­çqßc=w-ÿ€làðq81A0=‰~´™>É8møãU¡kbcîmËØÆkªØat@{×Qÿn½Ü3iç]û•T»o;£|‰>{¤4œ”âÑZ¡;¬/rYl™ëç!kÖ&«{†p ÿ!åáf÷La²W¼¾KåÚ2¯d¦§¸©h—鈱Á (>Xb¼Zuo»ëª£Ã‰í`DtÝó­ïÿ€.JôgÎ-/‚o‡iusN6§ýi¾;<6Ëv¾ƒ·¬ÙµOZE<ó´ê *Œ³ê«³â§_LÈÜ„i,bÒ4|ŸøåfÞPò8KbòÜv:'dÕßD;s³Nkw™zÅÎ)àA<7‘±vÃ3‘32‚ÓëbÀArˆç\úôÖ¶?ÓíÈæ [ßÎ'ÏÄꕟ+«¸÷ƒ…Ö¾*{$í¯ûRvöûõ÷¨aîÂ3n¶ - `Ý6, Xê—µõֱ©©c`‡ÐîóõÇÅ=fùXå½`ÖcýŠ/Êb®5³§q>|ÍœKPà—Û,„Û§^ëtÎÆ¾ëB!<|u9ž~ ÞJ -uÙ*Qus ‡õa“‡Æý,˜šû‘˜æRÚ§št0¬íèatŒuNwŽ÷šŽÙ¢y7×ÈÑv ú/$Q™à”*Qžjü€Ê4‹åÞ ¨?Î4ƒr»~=æV¹Á†H åÖžND3tÚuR++«,|×o.>†Á•nØ`ùƒ –ñŽéëˆ%˜û‘£š­£Õ7ìŽåü€úÕµ²<ŸFÚc2]hcz·S_ÓËE º• -Ì;%%’LX)¬¬,6ó†\: g’Ò)ߥêfTËx£âÆ(SœøªÔÛ"=Ÿ_Ì/*›a.¼fspa²ŠÈ«7¨³kw„ÔŽÃÐjlðY© ÔúºmX™0ÎÉëîú%jÏÂUÕ(ña©AxrÔ\þ4Q¢˜)`62eQmåryJŠ©gg_ªµ–¨ª·¿“j¯ïíáô®‚¦Áž -ˆ`;Cêc©Ë‰ëgàtçk~IGžmÝ žV.C.ܦ>—oåvv"l‘Ìü¶(ý€L…øÀôê%ui5¸ é:ÚßPÛG;O×±M‹®ã%<£Aþ²=O uY*jbÜyG\ ÂȳñeÎ Èäj—èѲ¿'?3ãjÜ·:¤w ˜¿²³¯ˆ…¨*mP[ò.O•ì’Xžå™ÒBàòÙ1b‹>Ógd€Ñë®Ño©t¹QfµS  Ó"ú‡#á£0 .ò{I\”mŽ„W"DÂá÷þ/Y“¿lî T[T-YŠžyõ•ṓ 7ì²ýË`£©K©-"b¬…–kÆEt¼·\k+E±oÖêÂu3‡»cZÀyÀ¼ÐlRóFö;Y^IknÁ Ì à’Ç ¬‘uå¡ g¼Lê4ðGeÊà^T1p²»šã¤`¿q’Ì52X'[]ì—ßKÈÌ›@Ož¾IŠ™4͸áŽ?öwgâ¥ß¦à…þ$¼HËéØL)O;;iÛgâ ÞÎõXëNÀ Äçxa“×fÃâ©}Tè‘§ñI#®á~ˆ?¼dŒ) ëÈ›hªåŽŸVË$›^­f x„— 1Ž×~ÉÖÊ»¾¶þYoÞf0³µñ~‚þ…"‘y&„‰„!ˆ˜Å‚ïÒý<ûì}ÞóÏO_ÍÕJ*µj­»o«f]gÖõÆÛ"ël -—jŸ²_ ·÷®ÁE{e²Y,ä5ùšHç9éžxÉø.¹yÊŸØàL1_zû…!êX( d\zÄ-wâF¹7~ <)Á]ÜÛ48ß fXŠäwØô¨&˜ÔÞkß²ÄÖæó«Q“›³¨–;½“ZnÍÐ¥D—þ°ÈqgÚ/Š,o¬^'°ùÜO—•˜F¿~~™Þ„ m‘Õ0ÌqùWÝd`–uiTl/)këIû8¾÷Ò8ÅŸU' ¦[Áüx†c€ -ÙZpʵ¦Giè*íŽÐ¶¿[¢%ºrB¢Çà‹À|šÍ~uw´«ºF̪h~W‘äù®"'(÷‡y¸[¹cw‘k;¶Ïô¯ˆS5æµi¾W}ÏŸí¤rŒ›Ååi#Ùýëœ÷߈ÇÀ;Ü"}¨–ƒ5\göÕ¯ETƒ¤Í ¿ÏZnÒ[—¡ê¡B Ucס«5}!ÃýÓ]‡‰ëUœ›½.?Ðã­ì®…RéUÙ %±%Û¥‰WÞ–&fçVš(ý×|³\f¹å\\+ÿôñ,Õ‹’©vuš* ]{쾞ÛÇ’]ç)EœpûÄ\Ù~´VVâcÝÊ­¡:f9˜–e–ùè°/¥½Ü­$ªïâ×T²½²(Ç Rîs¡qµP±küvcírÏa]® bp’rX#å0¦¸Ê™Ceÿ‡ £<íQQž¶ÿÛI¤§¦åöÓŒ@³Ó‰éZŸ ^fËúXDæÅGµâ3ª8£µËYœ Òø-æÑeØÌ”§–Ã/°.NÝÔC_g8Æ€:VÒ #P§<—ÁÓu®e/Y‡g@ùb¶#jV嬀ÒÈeuû¯‡¶³[MUëY±D½“›Pêå¹F”Fš‡[þ#òôþçT&ï¹Âš >FÐ×/?ß²ZlM³\£æÌ²d5!—!ÛmèwÉÌÐtSŠ–€)WŽÌ`ˆ´ 2Û˜:Ô˰˜†¦ÎîEÀ ¶˜beX/ýÊþàÜýÈÆßó,3g·]K«>Þb‡ŸBT3r0¤NéÄ7SêEtÂýd…¨û¸â5¡AQQnþXè6ãÍxÀö"`÷:`ól°ÌjØf%¬>8vôúuÛ² µØû‡\nÒ"Ì2¤WÀ¡~p5^Êpíƒ,ÉY®¸ØÿáŸ3›×ÀPöˆÖ“vûQ¹ÏkB£w/0µI˜àŸýðð¡še/+Þ×ðŠ«Þz?Þ²r‚ - -`·Ý`?£.àˆ•8q§ÿGÆ•<ÀC àùÞðæ§ø•ËþIu€¦3 ´Ö7 ˜CÝúõÁZû!úÔ2ƒµÿƒc…¥õ.SmßR²V ÿŠÊâs„°ÜÉÓwõ†îôâfyxQ zœïw5p“¯¸32Ü‹´ÿ«'›îÿ*¸ðg„Fu„™³b™ý€¬LÁ€8·€K.ðÚ)õ$q&I­2Dó ßèiZ~F›þ‰ܶүúÛw`û«„ÒëTZõâWPš¤ÏUušÍ5œ¨ñK*öƒyh÷+ÿ@ÜWý~ä>Í;6}µoƒïU½ÞšgíšmÁÖ•Y熗D­N.üî×9§zkûhøˆ¥3]ùÏ7ùaýœw»Þÿq­þǺjÑÿÑõ_ì¸_%ôW`œÚ/9òügÑðÖ‰zÞžÚm›í•÷#{ýÞ±IÝŸþÇÁ:ʉKÒNé ¿¹±±_…ó×ÜIç‹›g9NÕsÞ©˜'å8§¢'ûG5n»úõq@–2¼?*gqo•jÝ ¢ñëÍþ‹_%ôwxÔ¯ÊØ®ý*¡ì¯qY~Åbï±#ÆÖýȬƷXØ-¯·ÆqwI”ÝùÂGñ#öáÛûÔ¢ï9?ó'å¶(#vö«õ©Ïr؉3ìU{Ôþ(/ؽ•?Õwqû¢ìÈÍ[ßÞ4ÖÝ2ÇÑz3&òÏ !Q:¼q‘ŸÕÿ?ëj®üê ¿3.üŽÕÿÇm›ˆþn¤ï4.IËíÅ~Åœt29­78FŒ³>hïÖvl´Ž{lÙˆwvQ¼íȨ‘lG°˜n™½6‰¡Aþ¬U"ŸÔÐHºMéuÀ®¥hŸ\;¡ò­9a17«¨Å¦«.ä–W•uXËp!ÿ‹µÚz¡ý¡Ž¾òj©ve‚a)–¶*vZá2wTrs¬cê.naæ´Uòö&ыކ?ýÈ'Š‹õw˜×Sܬóãü>\ •s¨¼±Û*j`ÏUeI~—;%ÛŠ‘HGì³ ìï6¦º?¶ó›Ã=æ#ÚæÅhÎ<¼âþ3ÆBîW¼-¼òÑ÷اôTµûQ½“Ÿ=6·£Ò%«q'zýµCawr¨¼6YÚ+môU%Øô—»æi¸D½·8v.þ´°ÊÏEk÷0°Q°›ßú…óœ¹ÂY2låf|Ò‡ýtõæý:ÑÕ§ßo>˜;ó<-4·é$,Ä`Ò>ÿAšváBúæø¡'lzo·»léYvqرÔrgçÁ~Ãß÷×uSº‚°Ä~àå¾ü!'âxX“‡àÔù}ÈésWî fÏUg4›´ÉLÄ'ÿ¾„k¿ÑØïý\î}¶,8Bx«8éÌ&xV‰—µ’<î-Û;t*¯v5÷<Œòî€Yþ‹ômч±=A‰»¼OáuݤãzëöÂI4£ŒUØ™.®K=ç‚ëüϽñ•œMgWþò¿ÕìËV®3]¾ËúT™ƒi±!ºõИN*fo1ÞaN4FüÉÁ;Ö÷7[\R76‰’KÆ-|t³7óÀÃdyŒ†B {8éF/8~O/þ!«+^KBçg–¹ÄÖ¦ÈGs©7“ì®rÆp«ŒÉóz‚m wÄ¥–í‰&ËM²8¸÷Åk•?ü@—ÙÓf±}¡6Íä…./ºö™Ï°zì·ûb8Ñ1eìņºlż ý¾òvš[´‹›2¨del_/8ëØ-Ô-l_h™±vMòŒÆm 8ƈl =é }Ü\í´4<^4_­|{ß]îzÀõòçb¯»,Ý⸫‘aæ3l«j·6‡ÿ+1¿g'f½-=°×—¿~¸/œ'S=0“ì{é|X?!G;dòɶ÷À:Õ&eóRé×LªiPÆ(ì ú³Üoè‚ÜS´wÞéiõ¶kiß»½¦sšõ -L!ê¶ÇèYÞõ—ÚÍÊ}îNuôU[ýÚ§Râ·­íðÚÆå[®7±Jþù²‹ÛtâB“Þbó¹\ùLµÂ;ö®Ø#=_ÅÉ$ã‰Ýé­6ý}\¬¾k§&] ú3,ÃÚ{öÊj1­þ¸Ò½ÿ{ûÜè¶ï綺ᮚÚMsvg_/;ÜX¶O†qhãçY¢\H¡îÙº»¡Òbc|Ü|Úñ¹ùtš CPiNhÿOy;»“7KiïH~X›)fú™`Ä)v½ú6ÎËI6Æ‹0ê”öÊPÖÉx ؇>EË@k̶Å„ip· K¸Z…ªc¨ˆÐ>íF»¯óªr9I¦BÊïiò÷«7oqÌzÓ|>s·¦(2@~¦˜Ühæd9W˜¸Å”=fØ} .e à?.ãQ#ZïBa‘ÔeÔWãøãݘÉy$ÓÐ’`<@r;[•ž ”e£Ó|ÓrïðÕ]{ƒ¼ªÁX©S oÕ61_á -=¶é–{Ñ…æ‹¶šMѳ»ò‡rÃ'r®QY7Z9n@æò[ïD R/÷Ôº´ErÎ$õŽáAê…TšÁ¤maÿaï^,y½cb.tªSÑÇMÆýó0?PWƒí[÷¬¸v·¤Žuéº_kùñæÔh÷¡"6ýnÇ…¤ 0L7‹É-g«ògÿÆdº3¥ú¬7 Ý»]_¨Y/ŸOÚì¥T½EGñàVÞbíÕ†…óô& -Jí Ä£ºô)HÊÀ•ÿ°›6ôæyþžÆ8Öydb¹þg”¾;g§øU¾•c]“ùκß7FZ!ß_t£M§¢˜xiÇ‹ÜSa>óo3µ„‚TA¥¡¬h] ú”´}‚xøtš¢9w5!·¿Ý!²S?ðÃíèÉ3Ú»Ä%¨Îq^ø58^]¯9/ê=9Ï_ç3<ÊØÎÝVˆwfõYXN15í¾G !žû¶²( võ7Úh¹ÜÿºÝKÍWÑ%µ/õòIaÃó½ùf©\²Ì±m<ËõÊשŠÇ Gñ°Ìò·q®Î3¨Ã%Ž8àÆ´ësB.+oÒUýÁúíM‘­—Y†ùÎw4«ˆ ¸l:NLPÿ°i›Êò®õ$#GU½±©*åSÿÔ)®Œ§ôvµ…Øt{ØRëœög¯M“Û…Â5¯ûæû³¼Ê‹±öj”ů´l~ÏKê:°`Œg½Í öAdýûUaë^Õdß3AºY3Í ~e -½Iž˜¤Û+_¥K% Kb=J$ý¥KúCÔµëíÅĢſN"?+²hjoÖŸ“å8ÉJo á¨»IÊýÎhÊCU­)ªùÍÆÇ\ËJÞ<5Ê3æ.¸ï[ìß¼@÷;eî…TQöS|‘l¾ -L«õhÒait§Ûýj°T¸¤Ë4S›Ç P=«„QUÚ9aBôê•QNxf•òn{4½Ü-ìu¶½açl,åq–´æ7Ÿê?¬8_·¡®E]Û`; 3ó‘ToO>)Œ¿Üt.XYÈU¥þÀh•;0Ôvú¨SZ½Ö¥гÉÃb3#Kö@šJ’X GˆólÕ Îóá„ ¯¬'ˆ°–àW‘þþau…pu¶æ–œçñ¥²³îí_}â9=…]é¹mƘZÍ€ùöQ¯«ÔѢݗpØŸˆ—…4VмÀú7öû龨|Âå²+ÙŸ"µs…¼^$i‘žÄî´BÄ®c6w™dÊnð›<ðÛL¨à#ú(áL2aIû³Ã‘»cÞµñþÃÒ“àî_ËW’.%[3Ýçd&eó¨çëã°·[^+=OrÛʲ„/´…»ºüD‚n¦³3œšk¶p­™Ò¿Q{ûý"Oî#Gâ¯W…pÈW ¿»9w9QÆÙ—«aÏéÓý°I]XaÂ=¸ÔÞZ¨ÍøW›áC»VŸ}Ö5Àq ­×‚/óìNÈI…þ3}÷ãz#1|F>ö"×^w(¡?m.È©Sß;G]¤ëx‡kl 9[•w«GkUgHÌÅŒªÅ›5IÜÃ1ä67ü1ݧØ+Xç°ió×>“^›K_k|ûZ.8 P‚g(4ÕÈZJ?HçnHÙc4¤¬œÕÍÊf¿º¹Ð·?Ì¢žÑö„jD:•O ²F.÷Ôƒ¬¦îêg=Rž³þL.³ƒ¡D,w&/Õ -*£ŽE™$×óžèó.Î?¯6æ‹Ù†+}kËZФwµ|(^~ ´]n$H¤ié"óJugˆªNT¥*ríõ` ™*q„»Ü½—oÚ. -£fyøâÇåáz¸.§Ûã¦VTn‚Ô"VB@¦p&^Z§$Å?PçrknZƒÔ¡ç ^õÙ•z”Õ«5qa$ñhûñ•ªÿžºáU†pŸç}Oµ°âÔû - Ö·²Û:¿KÏ(_*MºQ|ï‡õb:d«jeù!l5¶…Ò4LóÝ;ç7UÐÍor]·PjÜVs…¥ìl\ -ïÓxµh4TúÝ=Ðüµb/GÅþJ²ÅµÏ*ÒFþ®®RVj­>#fóR³ëd™û„xQÆZ: Rè{¯°öÞý‚*àãüv&,òZÃÞçËÕ=‡ï z(Èœ%2_4‘xs@œj@L¶e@ ŒF†·»žå–nNSvm -w¡+Ú:àJšÒ£tº§Zw"aÂÌçl¹¶sÉaéna2© õ -ãÖ™bÀL°¼Î«€BÍZ†sö¡j5P\ßüÕ`¹“(_ -ÓÙOéPB7{9~Eh H(Tevà*€Ü߀\ZN†tù‡¡Ú&R¢h#¨rHyJ…¶à+©¼Z×,‡¡Éž[Z‡Æ¤xŠûôÛA»¤Á”€4Kõu[(tß}8Òte‹šª²zM@×÷: ¥! {Ö"C|´Æ<=ÜUÝ9ƯÒë:Ùó~´¹ÏþN»]´þµgpt\Q¬ñˆåþÚS«N·–ð(×Àè%øµç•…ËОdGßE-l¼*QÉ™¥OµÒ.ôN%áÊËè”&S)Àð=0ÊBŒUêf¬gµÁ*žæ)í[Ø>[ãË€m½Àš °»Ê¾ÛÕ«bMÀJÓ`ëÄê?ÐàÒSU³Ñ´½ƒrí´|À›]ø Kw/ð…QŽ÷8b‹ÏnY=·fnY—faûÚàÖxJÿèÉlîY,€•Ñæ¿"îŸ3øsìÿzz+äpêv8ŸK—>*€\ð“öðgløW -ŸNiÀ¿¹^†Ðü^ÿ¡ïÑKÓ(6Ón×¶¨V»~îKÓ’Á…†ó†èsç÷{I¸Ì©{ÄÜ4eŸÝ?“2¸V°WKý_=¹ÿ#ãþ*¸ÿê·Òm®¡±aÞ+áVà€( úó¿>½ã ÄG©üî©Òõ2Ã?ü*`įʈþâ×o1iÚ Û¿_â¦~>·x}Ûôá%o:§rè|’3¡ÇŽÒàâjµ?ÿêt|yêF2w½5ñ:*¨+šÊ%é »~;ÐãT›b9ŒÏ_ë±8Ë×òþ¤$âóT¿°c$­ ÏÁ1’ -ÃÿƒßÁÕþEöO E~-·ô”PD*{l”¨gfþØ‘êö~dµø‹êãz“•÷%i àÂo(ö«l9–Bõ`Ùš—c8çí:}ZQmþTt›Ò¯’³”cej÷H`÷÷V!ïâÎw³³+ÞgGî1b{3†ÿk]eÎÃö~]«Jh>Cýw¬#<•‘TúÙ=zdPõ6xÿvmºÞõÉ%QšË؇ÙÍY>—²Ëqçcļ¯GõYH;¤döüìr.¿·òPq·s•]ªÖ¶·^•Ü$&Änø¸Öˆ|JìFÒ}áfÁÞ®åtõýÖò[ÀÃvN`ÃâgV‘R¢ÿðµöo Té÷¢V“ŠÕ‡oƒ´Š]’VŽ¥íK>ç­G÷Ñgë ¥ëáÞóñΆ¼Ùö¦zËí¨2²ê5É*½Í£´ï#Ÿ˜ßÖßá4YËÉô½Î£|Xœ¥UÔ¸a«Ê*Ï-õß^"›­»°ñÄÖ$ ÈË¡˜áQù/þ«ƒþÍ~¼¾Í{þz“ˆGì—^ß“Ńö²Ð]ÜlRÛQY6cDhF>Ϊë¯#kù‘U>+ž†EŸòVQ®º ,w-aµDÖl´8ªÍÃÛ5³9°³ 7 O0›Ê,¾©ÿl¶}_ŒÇ¾ô•væ÷é78¼3œ?øW«ÍFø\•…äs¹ÝùÛý†ÇÊÈÞíbY¸lÆUðŒ¤8÷ëéÍ^•°8ye—cþ —ÈêÌ/¬Ò¹¾À6/%°«5 }>Â^Öœ¹äœY┽ÿ(û~êK_J¹í4¨·âiLÒɪu.MŠÁŒ£îFw«ÔôWVäíLÿ˜awùÃßõp¹^™ë4:7Aà´Äíoo -1ФÓÙWÌv½ªÌ–§ÅQ™?ö>ó›@³d0®Ìøï -óÓàHûõÂŽû¦ßSRŸýokš¿¦É*@ŒI»ÉØãè$Ç0¡Þî³Üy¨öº»§¬²pñþ”]$N9•ÓdxwÑÍÐåêç¡Ûê^þðjVŸë}1¹Ÿ¡Õ#›—ý€ŒÂh6œu3dÔìv¾‹ã=T„mfÏñgS9õÁW/L!Ô‚'É›”;3îm#a\ÕŽ ÏHnm¯6N{îY,Z.±ÅF£«&ùYæ®dûËð1^ž†Üûœ8¯9Yt$dÎÚŸgز¸ ì|? –»úý(:u»÷4åõésÀ¯G|ìÍj·Ç‹8iÁ•ò{³×ô8öåæ7š%$Ë-Ç;yyG‘Ê{Ø\¨¸v¾^ݬ65á?L]ŽéQkÈ?‚®“fóæÔ‹±c7ù©Ý¬V–vþ mÞKÅ4-ö» ‰îÃÕnéVon¡øé”UÇ+xüפä@§î÷SØŠÑùV­ö.¸«ÓÙ{Föý`ÚíNÛ¬=ëóñÒÃÇ»“KÍŽ{¸}‡ì]tÞ¨:õG·Y²d7S˜Ïvä°×@)ƒÒ¾­õ{µn¿ŸÇžeA`¡ßïÞì·°»I@vÁ¸¬¿”AÃfW¿ÊsÝ5“Îa‹D{Æ“p©;!| N¯RTlÍÓÅ­Jí Ù<Ìͦ*V´'Õ¦ÐõNstàÒízV>„­3K›{ ëo2œÂ <0Êý-é¢ýêÈ%¬»`­Úd!šgqß4‰ù¾c\å§aÐ!ê¾0×=ÂÞþ@Úk¸ºjS¶”ï}&]¢7—òj/ gÝeósê¶^ÕGâù‡sø8ÕvüöZ ÑŠ–Îýé{?œë|l~ǽ~àÞÈSN†ó¹?'¶¢Þêÿž•ÖGˆËÃú=Ë<'È$Ål j0 DêÞ8Çè¼P“´é†niR¯£÷æÃîÉæbÚ]Ƨ°«Ì¨«å  ªÞïlßu¥£Í¾~‘ÕCû˜Ÿ?~ ö!Y>ÿpBŠ{| ˜²t -|:+Œöû êm÷^8‡éá­9ÕïÚÅõdÔ×ÙI`aWck’‰q1˜K+ÑÇ´4ã š+•^@)h/ï*ÄÔ]q¾[œj$-;jewµ:;£<î gzÙ¶ÈÞ©ÝöoÅæj¨B¾ÂfkT¯[#ê¸k1â-ùüÃÁ†DÔÎhð¼æ_ÓM8Û{Nwðû? á:úí|¼×Ñ«¦ôÑ&Ñ7/„85F ê‚4P;_zMõðì¶õõW  Âå Üѵí È‘j[VÌ·q"ßRì9¦)”¬ŽZ£ÕpÞbÛ׬®lŽ·µ—üFUÙ?•r½³É Bm3Œ®¢gãû ’}výèuµ1EæóÜí51®ý½Ë¹Ê|˜Ëw»tŸi}ôúj™ŽpÖ ÉyÚ;~½Víw¯ìv*Ó -‡Ò­ƒÎ‘gVé?ÊE(jVª´ÜŒµØ%Ë4'Åz½)D¶*Ïà` ×ùYcÁ3»FÁ$õº•ëí‡)ÕKãÚPÚà³HÚàR/õëÏèïa'B!Ö–d¶Tv¯ñ€éìG$öœþêkæ5hœ3ïjóâÒéµös¿[VÍUDZm›h$g…Æ‚[‹£F¯¦Xkå™Ú(ÈJþ ½O4ZìF¬‡“‹RïH°%ma,õš~$îÃä.j³(Ö* /œž-œ–ôZ8ynœaŸüaÛ,Øå5’ªþ: -^Þp,ʃíŒþêɱgxø¼¥Í¾Õƒî²¥n§’Û1›LÐ&ÞßuËÃF»ænŸåƾ5Zóû³&§o½,\KRoö@¥ª\eEcEËÙ§04¡Ù¸1,­ø+ó[‹ñôø”çDæÜ[Ñâ•íŠ{ÀÄ9C/ùæõq‹&«Sm¯?]ïMìe‡}sYpL-wµoNmöŠdRWµ0íu°QÞQnB:myh™Ýc’mmä<„êëù)˰Ƴ‡xpŒ·X{˜0ÀÌ*µ‡$Oßç"÷X溜§4†_\,Ùi÷}f¥j0Ÿ¬"eæm_gæyÁ|&‡ó™Bwæ3ÈÝ HÕ'|à£_xbAB2òé\–»®â™eCOGOñ«Ú[a|SÕÑ@lÇÑ¢ŒÚÕªã‘ü­¹œß7×õH-í%=¿9‹ØÌ¸ ¤'¦õI—¶dV dž×Ðê8⬭Ë«½N{ºÜöñž?3„ÑÂéF©Öéà“¨¡° +4ð‰— ¯w§¾ÙKÚŸ+ž®ï,Ž Ž†¼ÛsöœXäÎl®>˜Váó¡;å¤@mä´JÁa‘$÷}µžáª“I{$z›mˆ“Qxd«Dë*î'cüBcküRUN´xygĬŸîq¡è -ÇËÆscÞ=k¦ƒÐq:'k+œl7šYAhtÎ-š½ºxîÏ4á:œ øÇx6æ^3wÁÎùFÄ,©Ú^sЕÚ×'y`b@Ï|6ûDvWàDÿ£ 1?¨pCüÚ\„øBo¸óÚ”qÚ×eì§#Ì]2+Œã¥]õ´Ò7é7Ðâpá8·þé$oŒ‰/ø½ðÚqÚÎ S›Ÿ±.gfí^Éq´p#ª<Ï¡ç—8ƒ ªœ“ýMzJGTmIíÐφ<‰iç18>ÞøÈCøðÊ×pf8ä°„¹*˜÷ä?™Ík)Y:צ·YáªI†m¸­¯ƒ~blŽÎ»ü&ƒ¼›·Œ)ã=j÷Lß–sE"}³³®–ç…'+]yyi7ëÚy/ -·Iáê¼™ÕY÷¡HG¯i›†¥­IéÁyøëé ·Ó,ÏX.ñ;²Þ⬵=cãË9Á„a1Wó®ÕÇ&U¡ת6‡Î- ϲ:Y_¤­¢ RüFR¼c³jd0a5jñ‘ß˪oW¼¹ùßn'víjò¹o¤)RgÑ]76´,(R±¯· zçЭ°Ý[#ËŸLîäUk€&×Um Õkö΃Wö;ÂõD@Çû ßø0¸?ŒXܦ3üuÛ2SÌú!&žŒsö€ÙÜ`¶6˜ ßÎ0fXN,¡h-J«hçžÔ­ÖBùÖÏ«Q"HëMÌè½ó–˜â VŠï.ìÌ_fq [?P¾¶Ùs€ÁZô¿Pú,`L7ûÝ2þWÆep°ÚØlPñûïG/ÀÙWp—E ð„=<™m^<™–_ŸK€§«¿Ú8O÷Çsœ„,ÍŒ ºýú¬±ÿ•c6¥œåç„AÃÕ¾fUG)_Uõ¼ùÔ[ÿŽáOEþƒFµþ•’ÿc -þÕ“ÿëþóàrÃlìø¢´?Ö‹ÊÎ.¤½í¨|37‰–8þ˜x‘ߦë¯sœ­åÇn±Î{Ç0\ñ·mXôãÃ*ª'ñª²HîK=›³Å±[*,°=^ ìZ—ýæ#2èÌ™»äÏ÷ÏO³1¯þ‹ÿ¹”Óoò½ žm엔é8ø^öægœloí>ØŒ«ýJäc}lP}&\q†¸Š¤ß>$«JÐR–z¡Õ]"aG_;Fm{Nk†؈3gÉX0á³õ,qûÿØ_})Ý¿¦A#Wœ6s=zš_´Éªí“vé{œ´ËRòŠ[òñ=9(ŒÓÆ(Eñì°cîÞvT§‘_«®ÖùQn'Õûr'Cïű],q/_ ÈC±6aEr–Øyf6¦*ÂŒ¿c ßç–/½Huúòz–Ë_¾?Y5ùá¤]P§ã¨3X+ÛùÁÛi¯ÄCNLÑ=ö¼k‘ËÅnÞëQì¢û?¤RpüüéÉ#Ü…V6ªª¬åKª®Ôô÷?VKdq±z\ÎGèn7»Ø÷™è1ýŽŸ©ü>å'«Æ©4).÷ð8R.µq·ø$Ç• `½]¯$zÈ¡$»G“R],ÌQlë£yχ#î¸2)™E~'ñ³4BÈ1².§–í›±í[åy†Z–'ÆÎ9~kÛýÁ˜®–Ñ;-÷ÃÒ,n.uòDqgQŸ3ljê§Î¤?Í*“éd=×ãhßa¾põôÎÞÅ=Qø×µî"4ºp\yd¿Ȉšvðá]ê3C6è ÎS[ŽpÚ÷ì÷Úõ/;³A0Ú ZhúdÚïÔ+J¿ {CksVÏ}­þð'*ÿ@'ue[솫]«< -nXÒ½&a&æ9fº kò¤\l™ãjw1uÏÜbåëËaDßîסÇ>ŸCîUø:S)—wÄoµlÏõbË(GعS‹(DK̲qè3i÷Uy¡÷+ùçÈÒúh`!„u4ÍáñmbM0áW5ÈÁ`œá±Öoä5úCü­Ý?û ýIÖ¥£÷áÙ#Ò¦%äÔ˜Tœ2=F O=»bƒ}M1kÑò·Þ‘ž½tܳßNîƒ62yõ#kòíwñ5Ô¯\Ko\kšûP¦ÕÎe% εŒøÒÓ Švýö¸Ìu¶îµgi”jã-šeJ½7²êôü'3îÕûÚ*ƒ·éÂÜœKR–A~êódyîÁ›Ù\X'[Ò7¼Ó{ßr,ÇFÁRpÞÄVµÈÄ"ä÷72´êëÚÞ2pîbž.[•&þàRãâ)9Ãáµ¢~÷5Xwë®=SV›W¹÷>¿ÔÞÌ&=poM» 7Üv¡"üRÃhQS;½z»³9D^§§¤ËN¯l~±=n®!-Ë”‚¤vßL£Ü`ìÅË=3e(Þ‚Óè¨ì <ª­~o60­š9pMÂÎ ç>ô7?èY¨¾h/éhbpx÷>Í[®×“R/§æ‘në†P]h$e³¯vžªÒÙŠC££•³jð ›¶‰Nå<€ªÊ€ [ -±ÇG­«a-3¬¶Ø;×R¨eÅѼ^ 7´¨N\æS7¯ÝSle²åÇ—°3$‹–æÀ${Ca¶ÎsØD“$dћ䶗/0§®"bu=Dz!óŸÎv%ä;š¥WÚ‡‹µ1zÌ*çGÜTÈvQoÝJ²×bz^ØLܽÉ[fENËåì]äév6”§»ÒR–tj+KMt³ã¯/x?+‰¿z‘w¡øÉðͰ–½ZˆJ7æïãÖŠx}LÞ:šô<š=ùsu‹ãñTUßAØÑVÔ>òöñjc¾}QâºÿTÈ…ÿiÝZ{¨Å¬/H3é¨&gërêZ=Yz­†¯_\5š@¹4ò‹¤TWRU¬+ïš“Á]Ô•Ë&ʰßlr­.ÜRšL³;a“­—»‹MœE¶ÝsM±¬£&·ûŠÔ…ßã½:jvWW»§vÇÝA¥)·c%_¡(°jô禙œžÇ¦@<¯rz+<å,ï“+7šb oÊ‹löëmíÒ©—PÜ‘ºýn ÁDg%›PQôÆ‹hm:Ñbn–AŒD$å¢(ÖÕ`Ò‹“‰¡ÑÑh’ev¸Vý擺0‚>FdoÁÂx·ýÁï1øÈvÚ'5§ötZìná5…°?“ëóÆ¢±È76B»q¬·gâµ^jôR©{ð -lPqC¬ˆ:tKÈJ_À—÷Øl.Þû¬òž[‡òyö½îس-ó·²’Ådl‹3­q×Àä üT%fP’ôVqÏdÊ4xx*7&[x‡i†Ø„nϾsª»L"r—Þ$ZOoÄ©Êÿ†âLàæÆ/8ó{^’}™Z¸½­8¥-®ØmU±Qønb,É0¶¢O2ø‹yV[½^œ6©†–mRž^kF·kóŠÂ*wº Œ^ßÈKXBßRIpÌb…çêùqb ØÆ€i1‹£Ñ~Þ¢zN:" s7!NñqIT¼Å7qšÇ^Ø=Õ!ÌõÆ5°zí•êµgùµÉØ=ÕD‚.¡ïí¥Ž¾ÁBgl7›}t†Ú3?ZÕ!Wh»fÉ•ÉÚÀÕšÛª©¢n±Õ|GwV.¼„´OÖˆÝò%N¼ò̲?Fèõ0 ér²“¨ê;j‘fc§eÕǯQäá ¼›ÿ@˜g×µ×99Ö¦6–Ô$JÏ£ŸûEç" 2fvÑ\ü#Ë^g‡(H9@«G >ªW×eÖ©†Ÿæxr‚ï¹á¢ÊûýRºÔßÁÅín¼«Ñ¾œ¾ÊÔÌQ®¾%9Rë÷JóeF Ûyò¨< DÜ+ øÍƒi|Ä –øM@[«ù­îý®­1Ú¬Œ4¿‹6H½ÅHñŒ¥Õh`Wª]òFÃ;£’Í>¬×<F"(¬ë³´r¤{tåX}ªsUêWÌ1:ôîë pJiîdÑôq©-N¡«ÑÚPÜO¬ÈÐþþìÍ')ÆÊߤBéžÇï°žÖf.ŸÍË‚í haÒ§Pœ Hi6«ùޫ«wÞwPF¯õEå4´wÈ•©«P+¹ÌH,±ÇT/NÊò¬(ÌWÈšÕ¢`prq¼˜hűZ?ÐèòŸ?Û·1-޽ÎÇu;ji¶$f×nTLPÿWøV8Ý=í`ÂÁÞùÚûU#åvøªœùÖ§BD^¹|ín±2½?3¥‡™«—¸¸Ü.¾lÎøŠâ½3‚æœ3‡rÓp[h}Ÿ·üºEçóå©å¶ä¥‘«¸Œµ¿FV`}–ƒýEæsÕÒ´9„6÷Ôº†ÞQ—©îâLßùñN•Ž1³]lR¦y&´M’ìÏýêoK$YÐOåühÜK|p¸VŒòÈG‚úÍ«ïq)·kh.‹?48*©¬ÖØFíg8øÛrû ›`;X°—~ €¹Íìy#YŒŸ¾†K$ÀJC1öe#Êäeòsõ¨æRŎΤåO½A£{ÉÒ.(ì2_)3[¸·òkè -:•àc¿ JIÌ%PÐÎ?Pµog€/ÒàK6—ÁªdØ?"b­“álüDÏ3,Ž?㟠a à+ÜßeÏ:Jp Êž·4ÀYºÁ0úhdµ˜þMäS®éëöèÝ÷›…Ût(«ñ?njzWª5ˆ‘¤pµfÏÆ«ú.¬”]ú“‡ZôÌíù;=b&=3ŒónU@lI*ƒ&âzþíKÜßYHŸ2Œ¿€Ìáx†ˆDâøØâ4ÍbJ3ö]@ø¨c>[T/Œµ‹Ú—º›Ö§1Y44v=>±Ù¶ëä…¦³µ5 -¼€T±.Y~ˆnZÖçù|õóúÕ“ Çó W¿òòêy"+€|zT†³(ˆèªæÅæ€Rì# ÚÅ/ ¬¨ß”xÿ*½’sU+d8q€ªÖ{"×ø@½o¯w1ïíÇn|l*‡}$ŧOÀ§èÑ5´dá/E좪¨Ê•¬³ÿ˜”‘—WüWOÖ™ìŽ$è÷]vZ P·AP_¯èÊ4E €®O:€v -@Ïô 7éПá0† ùRCM|ÀÐÂ0¹K ÐI—ôñÖô‰éË©WèbÎ2ý”:»»6öíÂ?}Ÿ³Dš“ÃSÛÅòQߪZó©Zz·ÆR¡‡Ï¨¥äTä訌ÿ¯øÿЏï`’®õÛ½ùÎþmç°È²hëþ«ÎÎ J¶„p:è&zz7ÙfR+ã&¸ÜÿŠü‡ÇEú”\’ÿWÁýµáþãÀý•nyh:¼)žŸäò@`BoánF@ÌIà×m‹@ ™Eˆ,ìfhÎÿóUó?åýÕÇÆ¿–Ûo=õs²þú*ž÷Töf¨çáö¡Ý†ç»ùÜoq–MÞÈù\GùteVãòe\U~Û°Žk±_ýØzÓ5U•mk÷ -ÆE„ˆŠRW‚J¥TŠ X¡(ŠVXëý2ç\{¬½¿óç5}2M€ˆÞ{{<Õ÷>s ?Bž#þ§«ßJôgÜÙ[ßd°KTd¹sàÙc“Ú/l}wëÒzDËêáîZÚÿ’@óàWkVžòJa[iܬ‹¨_‰‘ØMÝ·=¾ø9{~Œø”›ûcˆ‹Ç#äò—,#fnIÌ“Ïü«Ö'ÿÝ%Ò'÷¿ü«8±IMŠýQG÷ÕÚzD´šñË›º+ù¹—M Þ3¼±¿ÖÕ¿ø?}D%ç{Û’j)u_0vå/쩾¹4ŽÙέ" -v~TëÛ­·GƒÍpGÌg“-½êÏ6©>‰6ܶ¿úÇ¿*úûü«õKÿò¿ü«ÛüR{§•ÈÈÝéßks§"ØsbÿY†'gð OÝRùÇ;JåÊñwŒO¨Õ|\¦u¼p³Oz„:ú#ѯÜ.©3Èö¤ðä&m‰Õõ%q@–ÕUÈæõ4ÌÛËH(w—… ïEq£üóì'`ãÅV-Ov–Ì[͉-¶ =Œ<ÎÒ.›q—˜Ž¸A9x®Õ ¨ùÝ þ¥ã ‹Û_×êÿXWÿæµse÷g!"æ?3–ò³íI:Dë»1Ͷªc÷¼‚üös©=&ùHÿLÊ‹­<#æIsÈ̉õ°z•~m–v\iæCmz÷ÜÖtÄ ­à5èw‚ :ñ²¸½N¾“Ël"?ñx©¥Ã¸ «ÏQ¬/‘Qfk#dwí ·æ*C|ú?ÖÕl¥äôjÂéï¼ ·š™«oWëF±Xðv®0›;$½2z˜¥mîöçÇ·J¿ƒ—å‚ú+LÂZ™È›@3žGrƒ7¡¦8Š›Jcd u„¬}s¸5£îÝo‡¸‡âLï|µî>}ûVúéh¦öýÞïs3üg/ãUï>ë.ÿµ×Î:Ëý–›»kaK+ˈUª ëûC¯´Vg>zngÅö¡Ôoç`"¿®Ëqœ·£X½GÈêš·xÑíû3HÚ04pðRá< ŽxÙ?¹U§Ó*ÓO}Uèû|OéÝÇc£'|Ö®÷ -ó×È‹÷»Ü¾ÜP7(Ú&j7j# ²ßmâòðWö>D»x¶~hp'Zç¼zxz˜äÎ_Y”‚—7£&au&޵ï$+—ò {h—V½ƒ.F"¹Ì}¼¬úiï²ís·cÒ»oçÞHøÜ¼WðyyT^#GÜºJA£](ÖºÍòªùvâÁ§ë‚4u×áØ±{íb“‹bû€ÚF†¨Ûv’¸wzÏnÉöŽ¢å*üxaßðÔà3ëñÕVÆÍñ½02Ш2HÎ'Þ÷ö/¥ï¿ Vïar?ÏäoÚÄ› -ZèØZ¹s£¿só;÷Ð]¶'i·…/Ýâ3ŽY¿œJÅ:í6å_¸^ow'3£MÕ?}»7¯.lV]§ÖèbVu]VͧÙìdü¬®|šáà°:”Òø»£ùé²êMl·ÆÈ[† Ç^^+Ò\›Yb²Í_Ãsîj=R|³ñnNL0u憚sVúR³7z‹N­µÞZ&“|š»Án¶5×qƒ×ºÆHUÏ×»«ö†õP¹¾'e0Õ¥*}$ùq¯µ3ü<î>Ͳ¾µ´soáí8_NóýMÑìÍÂOÝÕe‚qö†Qét»|»7›–ìjsI[µÞ¹n愵f¨ÁÁÒWàêê%õ1l™«GÐÜ#y³½ËÇÚÏï4jR>ýÕK]|ªl¨æ”›=­(ÕÃŽ‘ŸnY‘k©Ò‘>~H³*w”r“¤ØX4¬zcÁ\ÚK 2TG«ÕJ¾Í&ßÞr”ˆï ·‡éi[£‹:Ó¡U>Ë.ìÛe[“f-oÊ7àW‹×Ð’Z(¬¶š"µ5W©vÕ˲6P¹Rm¢Ü6­¹" ­X~&½D®‹ÓTú¼Ï_I–>E B%º¡9ÝF£@žíúê"NþÀu„ “ÚæÀçkV÷U«Y®e×,}Ñϰ.­”¾M•¼ Oۯ߅é–K›F礌}Ÿ¨UOº° 5Þ_=.ä–u-ÑMbUªiô죨Üè§²P„é¦-¹'}µÍ@’ƒÅD‚ûyCÛÝ6B§tªë'êYG< ®m¢†Î?51Ñ$S$âéP8™ØNðrkH #CèÑÝè1Ý܇5Œˆû÷úþmÑ1ðÛ~/oÌÍ.Ö_Ií+Ø2V0{WLè­ÂºQ]šÉvk^w«~Á*¢Ø¯É ÖR%…Z&CØõx@¸uäˆø5›Fƒš -K1 Ýä,’ùÉM8-Óœà¹VMS«Zõý½ÎߟŸMÆk^d˜//²ù*/V<3éNj¹»?¿O×I¹_Šü1ö½ân`vÎ#·añ€1çй¢¯sxþ§«=øh̸”‡¥•å)Y'¥9[¯6–ѨÛT©e9IK<”¢¶HZQOð’x\½’ÛyÕ?¿¶üƒ+œù1¤}x1ŠÊÜ´xç¸Æ¦Þ䀵ê±sŒ]ýYe¹{eN—aó|‹UÛeÏ÷Ãq%HÇØíõ§}¿ïVð¶Ù¾¾õ†5u=Æh§åv¼A›—Þʸ÷yÉ’$¸a1õ -’ -âáýÔûç£U¯QèV‹J—›Ê€{ï'NÌStdUæôdó7²À,>Í´´—Â”ŠºG¯§ÇmÊím*5š6ùC‹6ñ¢“AôgS;Œ(áe»åün÷»¸^3ÚÕ©.™jØdôJÅüiÐ<Ë)ãþ–sŽѺŽ@Ý‚ãr­ƒÄ¤èb/ôK^­:D •Ÿyƒ›UH‡]@…â„ií°ˆ)µ•ý˜ÞTÃ;m¾LW…¤öX¢:9Ú¡ðÅbNÅì k%‚ì^º -ÙÝìÚdwöð¦ªÁŸ‡¬·Xüš¾jKÖgA7 =/2M·PE”縓“sû[Vñ5²‰¾ÕöG!‹¡RúK­Þ)‡å_¨"p_RT8¨Rn±Ø ‚º´e_GÔþð©Î„ßRDÝËò=çHwÎà$­Žj$­m"-ÌfDÊ^²Jœ“>Á¡¦Œß¢‰ßFk7(µó'ÿ9èÌÝMü×M †ŽR£q ª,Ëýz®x‹W͹›öï·ê¨r|`åî›” :9¶p}×þÀ ò¼ª4úÝ”ïò4Þù¤W3" Ë1áÛö™à±í—àqÅïÇ@ÀG”ݲ;Æ^‹Ò1ó‚d­ŽÕ×m«OÇñ~|=õg!ìvo/Û-ÜÔFŒ¤õæ‰}ÐJ€=‘Fì ¹Z²›¼öºòoÑ?sÊÞy²ÍÓ Ïd¨BïÔ%Ec«u•"·ÓÙË5âÚšZ¿YzøÃºŽqñQ^bï±røÑ`kák|‹ü&‹ÎùSUŽ‚æÝÛÍ‹be™«T+Ñ­Õ¬4;m;«ë‡_wºC¯žJ+ý×ï­ùÚŽ–•Ö¥\߉¼ØƒûŸj zeÙç”3SiSêçßä…Æ $ë³(qãUš¨Ž[^›Iö‘»:&E½º(N}T]Ÿg(la›Ê -µ¯•VrΗ7F–Í'—+6ä!ûü0FvO-÷Fv« ƒìJFÚš>‘RândÚ¾oÇ®ÙÔÜV‹¬y5Uô¦´Tœí+µ®„ÀBµÞùò91}0æ‹<“—eo¿ 3žÅö“Í!ŒfÉBÕ†—,‡©¬^·jEŸ–äò6‡ëek¡v‘¤Ð"x•Nå÷¡äî•O‰Öæ•b‹œä´ ·;4/ Õ«pËÎH‘}\êEö7}+í»¤ävðh»FÙÓZ`íj5kŠTž³ -ºAEv~oÜeuiû¤Ne,%„™ Mæ¸+Ûúä„$éñ…8(_:= HÉ›pd1ý -\1K­¤Â#Ÿ¥h£åÑ…ƒÍe7l*Û-óá¡}ÉçK«Ô´a*æ»J.ž€~Î@¼m.nˆ9¨àÅ8¤ ¡WœìwјXù Ûmæ\K}Ü•º «c®vt6ÿ-{;Dð"î‡Gš]cʨv(·áþº8h~×ðtïað:¥yµqåá\‚– ¾ • - 2·Ž}1W)GØí^€Ä(Ãlp’z¼¸¨ìÃÖv9¸Ûz€Í™…ø(ÀÚ1ýkû¶?elb˜ÜýÇö=©aé]^ìŸ7$¯ ß2c÷ù<9Λó­R©À‡R/Õ7°œ-r›9³¶øsïõ£Á"»<  D9‹}ßʦ9¿—.Çç©Pïr[ š @<‹Q†Fväç($|ÿ²@I8x†-HU3ô»€¬Á³ Ý,î²^€¤Ç ¾Èr2ÄMK‘ E@D c¸Õ®kilê0m¹çJ_ù†„ÝØÞšM‘ ªÝƒÕÁØ [PMm -(ñy5É>‹°µ¥YÚ¶Røn ›Î‡Ú#WÈ­¼Ð­_M#K­ -“€H -÷”ÆŠDEΕ/¼ó ™²~”‘&€šBÙñÎDööÍ]2Ô¯€.N¾€&¿È§·&€nMD@w?M@OZ. W×бqô¹˜ýÉ9ªú"·½¹e¿ØŽo€žSå »: ‡bÇjN¡}ël#UêTƒÆ¾kù¢àgpË,·¤®Õ›Œ«T-A‘(NP¶”/=«Ù(D+ûgÎðèdÿôýò ÿ¶+BdW6˜yNÌÕlº€e•`¥û°ÖèGée}Y¬ýt«–€Õøg†3X±QÏ´Í -KœšÕ¿‘W/sQgJ‹ ªì¶}¦;ztˆ·P-ÔKwUäà™E -ÿHÉ€ µÂžü#%³È¬ü¯-ø¯#øWÆ=áà --pÂYÜÈð—ÜCÀçÝàÕì»ðC¸øýµø{¸üAÌ~¼¥ïr*àõ¡óÖÝ…|S¿‡ÑI²O»­øøÂKnÓAê^ã}¼¤NÙ»[­"X9ugMú_)ùWEþÿ³ÿO‡àÿÑoôäßvÿˆ·iTW“õ -§„áþ–ȧc ŽW .†(#Jb2ïñýÄþû§=B*>åÕ©ùж¯ì»ÜcÝWø÷iYî9\|ºœïMè~ÖÐûT8Õ÷ùü1Äß…£|ÈòŠØA»âP™D«ûm“öh˜¥{N^q¶ôƯGäh÷Ž_}ŽnËÿÓwõ/þí»ú¿²øÐ6ëꔽõ”ÒÁÁ¸pós÷ôÒwƒcˆÍƒCDç‡B¼JôûxûÓ«S${tÚ;íœ\û²#ÝÛö¤ ^[:î~6~¹“[ßÛBür­ÊêëëäJ~ô…¥ö™iQ¬”üÈÈï²2 ÿ§áêÿt]ïßÞ÷-fë{ÒzGùzþøµèÊA;#t¢ßPqoe¹æÎ¨±¥—/{ã—¾îún}ýµ¼FqýœLV!OWÐ0š/µWEqcG³[lÕð¸°áä6Oôô3wÊX)<µTHCe–zõáÌgá󌻹ù¿ Wÿ§ëê¿öZ¤³>ÿ*xGywÄ[bοØxgõþ¨¢fç…P+«Q©¥öd¹HÿV„…ÏÕçI+§ÌR©5'63¸{=áùz¯ 0õšÿÝïY¹¡Jl]h…&ÝH§ÏÝ&R¿;±-sàζ;B;6uâÚ‰Ém‡×:mⱟڧIëb{ ¸l¥s‰Ï0–3ìZ‡b;c©~éÌ»±!eר béq 'ŠÃ6*¿I]}}ú>=/ö„Ç÷êŸi¶BäuÝ…¢Úm’W³[ø»N<ÃúNÂFm"Î:É/ÚÉYY·ž´I)¼ÚÞ"ÎV¥Íhï‚å¯Ë¸Å÷œš9ºÅ†)Žè‘¼g{£q± -è™l§`%}®Ô´íÅ÷Ñæ±w§¯ª¨üšjî)÷og%×›àÁ½'¦äÕ5ðvóýj–]t‹‘D:ås«ÚiK=¹ƒWÖF»ÛY·Û”ðèÙ½à1´Y Ö`æVU+Çæ“hÌš§¤Æ xCÚJú"K¥tõÔh´V°ÝÒsè´¹Ñ&ç¦Ej•?p³rÞ‹ÍÊ¥¤e`uPsµº“èKjC²“ËœóE=Ecòn!tž]Ýyœt~v² _h»R ·/û*oÝ^µ†%4Ô¦ùmˬ·{]ã‹Oý?°!»ã¬è¥—3]ó—‘^P»–¾ç¢3¯¦•¶`-á¸Öyûìì¦ÚãÁ½j´šg¬y8å`µZÃ_’jЧº9vâ%c vKþÙ>$ÜÇ=_9€«åŸyF/]z#ïqjß\1¾ÞÔH·²ÏrK’Ú,¢OVz{V§ømºÞâC¹|Ï0.âB>ÏaϱÝÂ&õ«¥‹ VÛÉeô£yôóó`“sПõòï¼óÛDÄ’&¯›ë5¦õ¾XþX¹×¸¾Q¡“xìÛ»êíôŽùÉ|qÝÞ0«GëÈ ­Áƒ¶63@u’a<‘à -I÷&Ñ¿Íü.,$|øºØKÊu± W›`õÅ8F¿Ú;EâšGåõŽú£ò¬¡¡|Vþ±’m?ÅŠ¦[LE«OjƒÁ\žþºÓÛ·æBýuS·ðÛS…ü,/-†—W­3~…~ÒÜóAùºf#½ÑÛq.¢+·#OIå’ÍCROŸÊþÈi.j:ޱÅb Ü©¡ánÑDóøÞ®D§Ò ÒôZQ¥È¬åø†}ËF§‡—Ëd^F¶k¿‡Ø2½C¶ýWÙÚ2…Øy½ê×Vhe|Þ±'fG1|“Ó.¯ªÔ»¸¡Ç«—è•î—ê¨i8E=l˜²ÂFäYšL þ5\aï¹»Ç$xxAçîê…ªt -U–þ½TiU¢¼ž\Ù¬ÿ¸Ó‘]ØÑ‘¶²r†§¥®^Û–(dù,žç%¤ØSǵ"ó*;…«·]™iç[dz)Zô.×[ôÓ‰C×{KÊJ+¡xî¿74ëÀu›Yü#{gë¥1UŽlq²ÞRÝUÍ¡‹üwZ)Íî˲•‡öȾ…\|ƒ>JG«‘+Q‰R,^/²ïˆ/ܦ/¥ @ˆOD®ŸÿL;ó¼œÛó¹þ…âŒüCê× Xž ÕwÎÐ|—‡ò¹²þºÓÛ#¬Ö6b‘›ž\æ”`ÀbRµ -5²=ùTÅ{zc— þD·Ã鎸IÏ%&—ë³òæŽJtî³ø„XÜÀõ“ä¿íæ5/íwr§0¤¥k* —ÓŸ˜¶uÅh8t­2 ïí å {  ¢é”*ïZò^ òYçÓ‚ZßœEdãO’ÆwÞœ<‡)¼¾kjEáz À?Âw%ÆÎd¿ÛÝc_b¿ªèO","o\Õ«5—êì86بÌio³Ÿ)ÀÆåO³°î’úÑ`Ýb=ƒcexæu²¿4žO€™} `2®Œ; †Îƒ1 ÏFå×ôm6÷{«ynE’*¾¼ÔªWˆZw­!Õ @¬nž^”{-§`<Õ-–WkÄI‘EáÑkN eØëœƒû—Õi†ñ -àÖãp›¼e0¾÷wÀð¶#gHÛêÀ;—=Àx+Ge˜¶²ï‚ÓÌàÈëp”3|ÙßÚú.žXÚõ+¿¦ïú^É‘Âí&W¸óaÚѶbô,ßÑ¥X;"‡USx’É"¯žÊЩ©}@”Ì! ¨õüGO®·Ä tÿ÷ -ÂÃÊ€|.ÃKDOîbz 1keæ²ùmÌ„Ï!X7@(–¡/š«RÏo¹ o«Ïþ6‹È’®Ä=†þû’qƾØE²Zžg§@¾>Êø¢t* -˜¼Ígœü9Äã:$žY%£ Í- Õð Èö÷ÈrèU¹q€¼ëÚž|¿x€|¨ @å@Á½" _˜ÈSìr­-9ý<ÙŸà€´qÙ°¬Þ°y¹.EN½ž¬~žÀ\bv½«Se<÷œæËóúU5rÙÙÏ7edœò¯žLÑPL¼T#Ùÿ ³¾'¿5 a@­¿ >èÒ^t]íšÞ-Ý0®€6Ëå [ вÞ´RÚþ(½üü hœ%3,e=‘çMÄWž´&ïveÊM~ÁÕôñ©qøwjã•m:/•øýä—ãã tƒûëÉt±žþ«ßþš‚áOǃ½Á›7 …ìíCÃþm¬V›€ìz€Y4¢ ÷`îQöÛ‡¦æ 3¬³lê$A® `ΊÚbFË™2ŸÜ† |†¸Âd§dkŸµÅ–F>êÃ:–¥T,Ò{ì0xa¬ò9‚Û<ÿÞÌ@ÏïšKü8‚C­ð¯ø+ðÿqƒ,çc_»&àÈFï§{C3·œÜ÷ÔqÀªà^àÞÁpÜ%ª.EšÚ³V²îUÃZ:sÇÕ|;ìÑç÷Ò&rá^«tßzñ5)³Ðö–«ü«'§néGµþÛ\â¯#øùosà÷¯‚ûێךð¾ú ª/Ö ·^@UKÅ",l€Hr@,ÌØŸî ïJg³ûÿJ¶ äùUmæ é#éc#ãf]Fî í'ãô$ÆóK*Eñù®…ûÓËðÇW·ˆfÒ$æ‹·çŸ{ëý~ÿw‰ô;ÊÁÛ“ö)m½b ÛÒk–Ùø•š¸¾wLm-œæÝ8`Ë‹Õw¸}¯B±IýW·Ÿ6ÿÓkü/[¨ÿ½#N«ø¾C -»ø ÄžG0Þ8½ôš~üÚµN³—î.itÜ­×û›T¯6ÜVÖw[ž¯G˜¾Z k¿ºnTÿ´úöû×UÈÍ^+ù¾Í-#ñTZfõã…¸z„D‹ÎÂ.Iñ<±®Ÿ¹ƒIØ?HlÿÅÿµ®|¾ËÇóQÞw‡‚g€ý¶Ú,mOJÝø¥lí -û+ÿch¯ýôUÈ®ò48·–Úó`. “k'Ò¿g7B‡¿Ø*ïцóÓº*/扞•âÄ–O“m\Cúà}fi÷\žq)YŽøØ™ -ÏÎ&x¹w"÷‹Ý2{ù¯–«?nÆã׈Ú™^Ç[z1Îf§Ü^¯ä´´[jÊeY«Ÿ™Éù… iÈÜ)Ö±ðd֩Ыh\Hï-qæzcÆ:ê¯õüë` -×E7x ö~PîÇ“ï䳘„ j7æ­Û¸ ÏòãB\­ŽŒòÕ`“ᛎ}zùÅS^:Ïl+»#Ô6F;bŠÛñËZˈ½[¿÷ï;ΜXyƒÞú³™…ñŒ;¤Ç©pIÒ àNÏ ~ƒI(>òùJhVDÇ‘\&ÆMˆÌÒ”ˆ¯þã_EÖŠ:ÜšŽ9´+Awt¶£C–?êh¯~òé[œï§#«öójwñ׺zC=óp”wÞxë§¹’Ͼ¸ØÖ—THoªìtDVjAýVÒ&¡À¶'P õÇMКŒbµ½!«vünõÁ~ˆn§AbO¯[>ÄaýñOÝ#äÓ—c±Ÿöo•¾ÏçÈÞ} s=áS©{¯™ÔòPÏu¿Ñyê*%&q¡ÍµàBÛHêFm¢›Áýâœ]Z´ë¼«íÔ³…¹“¯aÓ{'KC>…ÆÚ'­Œ(¡†vñ%« ˆ„°|¤»ý´Çùý¬n÷îC9ì ¯zä½mí kï~çúÑ ÕNÅ\>]hn‰ ÝÂöŽ9q›àä(+­»p:6S™uÐë2m'Ck;ÂCj;¢hehv~¥ù¸ž¤ßA³Á ÷²8]N9Ìâ‹O§¹¾Oïʽ ¼×øZu¿³sà Ðt¡%0»Q«ìt ›¢çÄ6p ”™8H"†­Ó\ulÒÙµ“žsl;lx·OÃøk{"@¬tJÒ–/yòØâs¯®y:‘9jQoS,­SDJ¢ñÚâÒ–¾~¬¨¬5Ä©x{bãâ2…ÝÂëÞ¿ÂXÒ»÷kï5šžÜït™ÍÈb•ëâ âå=ÞÙ¶/lÇÆ?⸸Ÿìû3¥f›¸â¦}d¿¡Ÿ”k¥Y)fqßÚÂ)ã­ñZ.ÏF£t~éß-^ÔC»ËèÐa§´"Wñ[MJZY 2¤•f<ø’±DïÛà°øÆxå]È+'…Þsž¾¼œ_>»pÑÜt›ƒËÒ‰Ýý®cc³S;_^öis‡l†/”-Iß8óAé5Sìë²ñ–û-£õ-4g]}^ÜøY6žï]‚Ö’+­ZÅ•4ÍbëÞ,¯W°Ö®|H K̬sÞ}µ[‹•BÄœrÞúh†-½,=Nð­½ÃD]Q}áݨ½m ¤Î°¶kÝ}¶*Û]ÅZÚ½š{°ª¨{3Ç£Ÿâ©dHfŠéóÛ—ÑÕ"´VE´ÑjëÍæ†­›Mó¦;Ú^s} ûõhl–*uý”Ë}(\¡_”oñ‘…Jõ'·|îCiâx'©^à -<*C\Ÿd­3iÊgÉ¿".å) £èì0ÿÓ>çv©Í3•½%Ü¥9Ù sã“[#÷®§z¡¢½[zÇÎ77'¯ÜD#â¬uæ«j$¨îq+©´›6•~ššò]ùvåL ea¥Í¥€î¤zz¹5B•†Ù2£ë‘~SêÍrÛ¯öä!îÅIf0„éÎh'Î¥?p¬XtwðÅUj~ìja~5§Õ\b(3m¥7µÓ¬ɪ¹mßZ2ùÞÕSøú¨ œ‡ß-—žæIyäó¬,òŠ(KC–@Éh6ÂͨÝPú§ìì×£ûkZo.…Mm]².5c“äje_ Dû1QDÌ­ô…}HçÚ‚2HÁÙ~úî¡Î°kö¤^Ž¢)§½+í›Üøš3нpi³o­GôªÙ.³lÆœ§1W½¯·Syï,KÎ]z÷§@jÜç…Æ\œ—Ê{GÔ—ÒŽ­·rW±¶v€R3IÒwÓ†+¶%o,ÑRè:…³@‘¨özVe9¢Á_ï+/«Ä]uÇW©OޝÒ&ÁW‘1¨jڰÖäÁ3‚î¸ÕbÉzFÌ×ÐpõÚÚÈ‹¤‰÷ •zí™2³¸3ζiº!“Æ?+TÙǦÂk{Н~žUnb—®ŽÕ,öóô4ØÚzÆæ¾Å£ÙÍSȯzµbZ×·)wbÉáºtëW2ìéq% :ýzƒ’º¨ö¢íáç\2¢òõÓ²RüªÑ=y¯ '£Húæ‹Ó†Ö~\ЂùÓ©.[0'XÝfÿÜàF¡3³H&ò•';¦E“ÂâLîæIW&;qŸ˜ÝîÉó’äñ‰¶y]ÒãöîÓ$îÏT¹Ñ\ßÚQC;‚ÚVS‡"qÍ ú ϪܷóbÞsâçÌ*•ˉ:—,Of -§¢ æŽÐÈ ¡([  -+X™Ä‹阹1qºÕV„7œ§„7b #Î9<½î÷O!îÛýî+_÷«1¤»JÛkæ?R‡)Ç´FÓ¬²hmóƈÇT~}#Zfyõv? D²A «þaÕãÅþlÌ5¢MÄ*ëÕ†iîg ½&)]öO -Œy¨Æ%’œ$q®y‚™#~m[6>ÀWƒ?0ΟJöðÚglÌÜrؘmÓ˜xÏëèÛ §è´Ä¥hð hpI±wáۮѺHm^õ)#z·‹¿6j•Ÿ®Riޤ»ºqÁ"ál¨“*ÿ¸ ¸÷¦ŸÕb¬*Ö}¦T©Oi³£¯¨ÝÉÚQ8Ó9‘TU¿½‰þƯ_;ÂÅžùˆÆÆG¨Õ\Á@?ô°NÓç•µš«®¿•ù‹%*óÓA«¨=/¨À(zùW`ÈËWò÷í¿îy»‹Y³†-®lJ_KjQëñê[~/ÜKcéŸö5QµªRnzY XØ‘{´^.…¯Ò!I¥ß9ѯÖømEp!.Ø$ ï`ôsàsè¬k hîâ‘•E?²¤ú«UàGÝ)¯–«iY¯Ã»réÛ~!›ðƒ"›Á@F,‚ Vá~BÌ·’C̳_îÍ W»sv¬ºÒÕjwØ¢:W³kLÎôWø.Ä9âkG<‹7èlH[&Ñ#ÝɨCpþ¨½Z£«o ÑhƒBN|ÈâÕéZÉê OÙ€Êp‰DÙ6=AסTJ̯]rP9[•%"Y­‹§VéVôJC¤H‡¥Z!å—½BŠ»"­~ßEwÑ,y-fmÿºÓå£L6)/WPj›Ê»‘í—Z§4ÚWoñuÅÉ:5côh1¦ˆÒ'¸ï¨›ÍX8Ëw*EâÚ+Ób€ìråb/øMéPhKNlߊgfô-z×C©p­>ˆ”x D ~7€@%@” R‘£]@T6 @ Rú£ôB·ÀÝÀ˜›á´x<Ê|ŠP¿-´ÕGĈ²Z5é:ÞVªÏUZ`WäKÑWæ†ÔÀ?Õ ¨–ÿs”Voˆît ˆqvʈIy ˆUóˆcxÄó I(e@ -["×̰ê²%ÅÎw@ê= R$“ Y±@BH>ÃŒm^pZÿ«µ‘ÒhlÜ6'ö× ‚‡¶)B;IÂß+òYÙÛi©OOö0” £\V·L±\OþÕ“Urñ¯xÞ\ýÇìoN'@UРXúñôš'P3ŽÔeßT* 2œ×€Þû?}RP÷,­¥ÔPËMñ·C“ƒeK^¼mõ/upÛ0ÌnyÇÈêº\DW!ó-¥›­}X¡ä$‡5œÕ?ãù/=ùŸÿËüŒKjW@‹îÐÎ=è±€ú±ªg[€QÏY.ª[À8È0£Ó¢ÈŒ‡mÀ¸Õ0z6ËŒa–3<5¨k©,ùº8° -·"nuùhÚ3h™l±ùÂÔh½ÿmzñ;šßüŽá× -üÛZ"Ù¿Žò«àþuÿʸµÜt¶Œ €õÖ`×!`ßßàJ18Ú×<À™ÅM†ø 8«ANjJ~ÛïÕ»·¤ó®~á¢Á$SJ!Þ¶üoç‹!5FózÛ…þÕ“ÿZ“ÿþ¯ŠüW¿ý/ðÿè·AõGOþo-Ãü™€*²I@Õ›@õ=•@ òTÓB¹_Ëð4þ_Á–/>å†ßc¬Èß¶&_;÷²qñÁ!Û-Ï#øÐ;Õ·óáQ>L§íÒ›'1×[%Ȩ»Ù[ïö~—HæqçäºéŽX ÛlÓýléx’ۤƪ¸ávt}oصpª4â—gZqýú˜­BÁ¿¯ )†ÿÿo·Ÿ·ÿ¥„þXW »_;×Ý÷’Ög…SPª—Y …]Mô› íÑ€hîˆ9bnéÔÙp›´»¡i?~9§áø?XOÙ±Ù{´’oßõ -!ÉR{#çeaÊ=¢X2r²ðË‹­vbèZÐçNå2›ÉôùO‡¿ÊúÛkà§áêmKLOàKÿ3\¿&²Nô4J¶T>lü"y_ßM)·Uzå¸~já+ù*ÑKíY壬#ý+É‹­Rûé¿*éó¤U³æNIuþÓµ7 -=t:›¥Î|ùsŸ8yÞϸKù6qµÜT¸/É ¨ñ­ þE¢I¨ôoVï¿øèo«ÐóÿXW½Þë×[Fœ6ŠbQŸGÈ´¿Í¢ø,‹/óD[=“1û„ô.„f>gÜ1®LGt„O…tK/ÿÄÿÿê·9‘¿ˆ5Ž´;næëÃQÜÒÑQZì†[ëóÚX¢Ç–5H¼üü§F¹¨èßݨ¯‡z¢‡RÔÒb2,j«¯³­ÏÒé­<Ž–³Ï€løçÞh6]ÿxzãÛÌ…æýI·°F²ü(¡›´t¯6q¹C¶Ç½J6ý(`–_+P÷A9ó>£ES„ˆ†ñŠ8Õš²a4ŠVGÍNOW*³I+êl¢V“ÌýôêŒ{Ô½i°.ÜDn7ZÛŽÌ–f×ÊÓ éMC¿L^M•^¤Â¢2Ä9ôÆOçš}fºwÌö-ê`a¶¼’(öíS/ÈjÉÛviq¯íÎ5NÙÚ7^óûÃhÀ÷þóy])çK:´+£­¨M’­Â‘d›±Ë M$%më- }8m5G¾êÔ¾så´åöŠgŸrzHK²ïê¢ì{¸'óÃFzä°,»ûöæyq\Ú ±_÷¯«ù['ɵû’.–ÖmLLÍgÅé›ãÖ3Þ ?2\œëyº¼n5CþØ\çÅk³ÜU^ÚŽjç4û3.ªy\Q»èOI9;;Né‰ïº|å5y 3¶ôH _;Ѽñ~“Æt&¿’¼­4rùz£®þ„ç¶¢Ú­Ÿ`=ÄÉ9£ (‚¢(Š9'Ì9¾ÿEWíSûœvo»¾ªÝ¤6ƒ4³·NŸ…]ÝȹõØÈ…ØÝ@$ îw«çL«²«°á»Å@ArÊ/e Ím‹ic–œ±!uí»ã½Ót‘á6(L§£º³X.zùÕu;ͳÎs«.ÁÁ>Ò©«-·É—uq2ˆÕ -dö^/sٮܔÍ×x”1-tj›ÐøF^f -…㌛Ÿ'W?C`Ä#½<ô˜4­ Y}½Dúz[Ø$8¿ôõŽE{piš‰NC…©9½\á©k©“t€_™¶0ßOúޝaQ~“éWóœ’ rµ Ü¶ýúÈjëÉœ} ÍMÖûGó-­î¦Õ\½M8÷BüìE¨Gñ÷,«¢YȦ}¤é¥éÙ6Ô‰èÜÙ[iûÑé¡I¨Dª§ùÜP£¬UWUZ%¨?ÕH9b?HÇK—Óö–`ªäp ùçñ9yI²ÈÖÅ®ÆÜaVa?wΑ}†‹Uë:¿—²Ñ=Ìš(Þ5m“¦°4л¼Íx†|ÌDážöýÂ;Í0 Tª-*™½ò™µ˜tFG]“|ÁQÏjµªªiW¹©…’Ž«üô„ÜGÌ´lÎÞ¡ ¼A,ƒ,uOPBÛþ¢˜©›Ï°©)Tº£««‡d.[gqóÜáîô“{L£§‘•~jÕ,Èu=3å¶*æšo;ë§ýã`¬o­åRç'ë­vp.'MZ\nj“zU½r¸rk¬’Á*ªü\Œ-9+ß}\µ¶”sšs ÁžÉó"N—EL,XgMÄSa ,ºÜ<Áø&b{4Õâ×r:Ìe÷LE(t âË]]|°Þækäcf·µŸ}¥›‘9Ý+FÁ(yŠQŠi«zµd´´zÛü êù™Ÿ*wH_(™¼¾‘ûsý g=÷.CÒ0%Î{JBroQœ¡Š)âa¥(,¥u$/ìD Zõ¿NC)žíeng‘en§ìgÜŽ1.<ëÏá¦ÌQéd´,ŒçLY^V¡"´j^ 4<ÞæåýÌ2˜TÏ‹‘QØ­+鵪{z {4y½÷Umª+]éёھ/x"!Ñd.º©x#âÓëIXÖ¸·Píä¨wç+vœæ9–v¹Ý®TçjµÝˆ%yÇÏcˆm´d‰U¸m‰¹ «àÄ™•_ˆ´JWKhñ[¥*ì¡lùêpéÚÆníæ³¬Üz†[‘?Hz=l”uQ <õ -Í¥;<Ù*”¯ù qv -:"¡Î8~ƒ·×ȵÐà ¬0p®Õ¸TÒý´Á3®×|A¹3<[À}¯¿ÂwšŸ—{ê­:kȹ4ˆÅrX䫃gž½¤›=ЃʓPžt5Ü'–3!üAš[xÅ×ú8ǦØnÛ\c¢0:¡Çãù…**Ž#­Ž& z¦“MuçrʰÍüºMÖð yî`KÜÈðÀ𫟤2‡Åîk¢/ëI˜ÙîóÍH';;›S?^}…o]&s=åùGRaVvæ—¸† - -Œ!, -5Ž‚ît³XH—òè©ÝòQåÙ­!íì ™zŒgýT/œÂïùk Û~‚áuü Ã5HÝô‡9@¬ëu@LRÓà :& ˆêÂív€ÛƒfåsÕ¼?¥òu¿ú¶²ùÚÉXÜæë¤ÝSMkfû -Ô˜µÄ’ ×xÑ’92óHŸ]j¢glÂWÇL²=Õ'Olïâ47„Eû -XhpÈ.ÚMŸ%ïÙC€ óX‚ ÈzÖIpH¶+ÙóïäW»Ç'ó}RsK€ä! Ñl\zÞ'Ja •ÉœÖɽ³¹}åœYgzk½Á=gªdÒl3h \ ®³mÛ©Ðvvå+’Ía‡ÂÀL=÷ šîÚi@ÙŽ™ ÷quRþ#TYl&( •Ì•O:*Ÿ{%XS€rd-ÁÔT†o%ˆW€­7 ˆ‡(0öy)NœÅÜ)Ta/Ök)¿Mü¬Ÿ’Ñr·lo´Vï6—'„0éC£Ã©î©Á€B: ‹I¿‡îPÉLò&ŒŒâdï h"Κ„K€–ŒÐf«“`7t–Z%(ž¬!@[2› mõ3€¶ÐÉÐ,·M°IuU@=©äHŸÏPGïî–ªªœk­";¾âo£4².úI‰¶Ê{u^&] ;æ¥u¥ÇdÕyD.a²Š «réAº£2mº;IjÜ]³€ÞÓ@?Ü -`ÐqîÕLZ›%¨nãœo€)hH‚‘Ë&ˆÀ˜ô0ÒàJÇ3€›áGéMy@ßä„ÐY´Û…0ç -2–¿iíIï ;÷ÃJ|Êfæî€Â_½^[€1Nl FŸÝ`tÚLËr3v“ÿ\·J€¹ìj€…©O†*KF€UFKÀZÏ=`}óØá -ÿc nöò€mÑõã`íXçÈ6SÍVdZ ®É?“"4w}LEË®Þ)“L‹)ýìZe´è}zv¸ØpºÅ.©9+þ©‘Þ}Q‡¨ X¨[lv—ü­þ -@²URÞQûÊF€Ã›=À Û à r¸Zp\wóÜ^"÷˜¨€;pŸl[î0nî¨Å€{½à⪸•Z\s3\«q\@“ö3\ÈÙ©‹'QW0õå[o©T ¯¼²ÝèÉZ|LOþXíBK¦Úø­†Ã³ÿèÉQpÛí?¶àÔs¾þa>g/_noß<]À§-4¡ÿ sX–€ fz@°oŸ‡„¼ªAÔ€/€ËÝRÀ/‚Ý_ݤ†” ·Z -© Ó$/z2£ÒâL²åûíÐ9¬ÿ«'ÿVó-ä+%ŸÃÏÛpÿq¾"î‚ØöòkÄ-Ý€ÈÏ!ô„,·3HH¶”àÖ€”¶ h H™uHbyÄwrŽ%P,”"ÍL˜’ p^b^=’ˬV)ª?ÖïGx>>-ÿ­'ëùkþŠ·ÿø€ÿ*¸ôÛ/þê·ñ˜2)g€ìÊ@^DÃv©œüF ÇPÈN(PúäËö½›4ú~EÊé·NÙPðp¬ -еçtw&i€À‚@·?gç«'­Éÿ%Ý~ô䝸Ÿ8‡ÿO˜Ã¯‚[Ye -‡5 úú¨Ã× ¨ç‹4jÍš,fçß@+ÃB‚Šõƒü¯dk oÐm‚ÈóFÖ¨S-™fÄ^Õ;.#t´X´ÉÑvþ(o¯ó‡@³¡aÓümGNˆA—Ó“÷ƒŒ¬"÷ÅÒÇÁêêƒS¥d "®fÿ“ÀÚõûúyVëõ´u«gÜ_Ãî»'Ç]Ï]x´C:“|Qï8˜Óé Kxßž—ˆó_| À?ȯ½ö?ÆÐ¹±yÛÓüeîNˆÞ$HÞµûÖ(@öƒaHìgƒˆÙ¬úma¾ë=óSϸÎo¿+Q Óg¸ ÷·ÉN³g¢ã@O¦ƒNRB;™f«?HÒóF+.šù–O…åÂW£&w0¶Ñ¾¾‡£PYÚ‘x«v§Îvñ¿q¦•ñ30E[Œò5]"êÅ÷õý]ëç—õÉUè ‰‰T:Кíy.Ók³Ì¨å™Y‹Žsq3`’1…ÛæöѾZo¡ñ|ÚÐB’Ã…e¶OrruâT3UtQµ‚y±éIÏëUâJ§\ñ¹~µBï§ò&\µËtøûæmúƒø¡Ž­J§sH¾K‘¹%‹×1¦Ûù PLchÇ{,vgï±ì²_×jÙþ£„&g±3ÉäoÍ€4?†Õò44÷:TÑÙxxÄn÷ƒTbÿr©ÐÛ׫¼©ÑH9uÊßG:燪%ùâÍÕJQ&Ÿ))¯’U¼jN±mµŠÞcÒªx=g\wß‹eÇïcצå oª·Â$8bô(Èμ1r?êhäOÓŸ bÚñtT—Þ¾ûŽÖ¯¯ž\OÓ…iR^­xø»Qñéa­ð½¦ÊÃAéÔšÏJÊc¿)¶ÍÓ±˜†à»÷3À3Q2å¾çR2s‡^šqá•Ä&eS.8¬£;óšc:ž:ù8ŠJy_ëyúŽr›®ç¸wëbï‡oÔs%Åór`KèsiKXôLpþŒS3¼í ò†º“’3VÖ…Y¥,æ{~k×KÑøÅk·ãyaR»™š6ÝaaÕwáåaZpès\@·`çx89Ä»å“ä3O_)(·iËXŽ{ -¤½ïgy;Ìë4®?ˆå®¥b –m¥^6M…Kó±~ÜÌ^à‘¦)ÀÙÇŽiŠÅµñ>uN=sß šÕ@yÖÆ*ØWÖjáË7}P̬ƒÈƒˆUÙMM§0Yót=û\Ûy_Z7r›æ±›ãîÇ¡½ï¾fvÒ:ÄÖi„l­(Çž²×p˶k™w6mÔ0³7lЦé¯ec¸½›†ÝÕŠFÊhFg¸M&[9õ^ ÓTÚ››Z2³ðzÉD,ÖF v«Naä’V–xU ~»÷OâeQ4èÀEM5r–ÛQ_—p7Ïæ[VnëYvŽ/ë®-uŠÕ$JQöæWºÙô¶24ŸÕÖÌ4_Ýø1Á`¶3F¥ËÅHm.Ì´C§2ØK$Ó‹eEJSt×ÐW×WQg Z¤íðþTJÏ£zdʨZŸ>5µ>›×TÙÇj}ÞÝ´Ö]… ÷ͳ²).¥¶½\$÷ؤu|…ÚܾQìÆcçZWàÚ–v{Ù»pµÍ}òÌl®cœnHCégfŠ5Éàmk‘^:µmšZÔŽúº>{èì%†´Ý&5£õx(%W_U²³¢r…‘HÑìD~`‹£l”XDzÓ«´4˜:5éÐó¥}³6„‰š#Î_å°Õ9ÍjwQðæóAž¯¦­:r%û8\óÝ¥-ÓZÆc¼‰’½(Ös2„<)§K­y¨¯qKç¼}_«­öcM,?jãnU¥'ž•«ç¾} rO›°²qOZœ¡§8’M¶B ¾@#ÑÑs{ݯaa^/¨‚G§‚D˜—â©0÷é]¤lNDÕ‹z/?zT^jPY|õdûÜXEÙg¯˜öÌ-Nãae¼´§§}™TõMKµ´}Ou5 ¤Ëj”3Cå:³[Jš°{r/òÆ?ˆœÜ:K¤â½dW¯7)%’èD*)bv$ æ‘Èšð+±Õçý3²ã™fæ‚ÝKæ‚ý*à‚…=æ¶Ø~×Hó1ø[ÿYꘅƒ‹ÃùE^`½~òTvÚÍÆ¯P‹ôBzåL²ú'PA;°YNS]¹©[[~fV®l¶eÉžL«â”_E¢s¸õ„…ü E˜_ äÆ;ñ« ÷âËéÎm¤ÀUKAöáz_fëU®ËÊBkÅœcäÅ4ýÈhlÎgšùÔiêöºnÖ‡D¥*ØÏb”9(G_ääšÙÏöŸå†1Cv•ô:Eôj=Êj2 -4åvêËr¿“KÞbÒhˈÓIÖq,ç -Åb¡Ì—+™*ÏrÅäeÿè¹jo5ç„"¶gëkþÆÊ­*Â\ôË´0Þ ïE¯Hw©M‹Îlô%õrfj€[<ÕãÅÓäŒQý3¶ -S-/×êÓÝ©½Ãö‰ùןl޳¹FféÎ*ú®4yìe•Î{«ÉP5'‰3ùÅ Ký®ðkónðìè•ãj^d!°ò™ª3—¦ÖýA)Lèû¬³¦»µó…6$¢^ç"M F[²ò’GÁh»IŽè‚Ìgk7…i–˜µ—Ù–{ q G=Âo^™§;3 }^ï¹e¨dߘµž\ñkeí¸¸”û>•¡[_Ý’ 4·ä¸=èŠì éê¬âŽ-¦uZ»ôC]û´ÑÙÕ¨·‹´)+¦Fìg–ä„©Éüíð&Ñ.Ks£ªîûÿAb”®ãqn>ÅKñ‚Ó½ mäR§Kl/-GË*å™Ä7í¤°\ö9EÛü -ß™å¯ëµ©å«­õÄ‘‡€ÉŠî±¬ñz9ñÜàXån%}2ýˆu™zoõ egò9 -~ÕŠ¤c5£—M Ö=‚ “±ÒoTïØæ:F°`J‰_¨ÚèOz©phŽsjr@¢nGTñd¢ºk¢¡“›%ÝÅ®LâÅAïöt6ðzoëÝÉì+|§7Æ«®E¸â+==é'¹TV`à¬Æ…áQbnˆËÑæ¦©TðHlëDF³øÊ!œ9ˆ>¶­[!Æ_Üö‚Z­Z×w+¤iˆ±ïÔm\KÆŸ ÁƒûÅ~ÎÂä -íöUSÍ]Ÿ¹Y¿|¼c„—Mùkí,ãÝž}eo}?<ÖÕv‰þ|‘:ìEq¾Ïm‚L?»%J] AÉ=«Î==Jí4*7{¢u#'u7&~*3LúЗýèÀÙ:†!×XC¹¸r€«ˆ¯5ìdöЇTà^ð¬z¸’Ÿè¶ pü6~#\b×|äT*¿Í¦RÎôðZÖ•Þ•(KSà„UæisÒSK3m©P¹Hˆ%b±g’?Hê~{2ð`y“`˜~êP¾ -²`vyà6xŠ]O0ìB…— ’i6¡ž@hy)ÁÅWˆ‘tJF/€Ó2Àc¸’ÀíßמtÁ0{·žº²5‚:Mó½B÷+|+ MTÄEÙsùjãœcµzÆ ¡¤m!ñ›.áœsH댰õÚ&-_fñ) n& ^|!WI0ù8T‰7W -³TkiT­\ex¤¥9P´ ”ÛGµ¦TR”m€ò‡@E×2 FJ” ÒO°œjL4 &› œlh.:Ì×Ý´=}Ȭ>zò¡ôOþv¬'ÿpù´! Gè'p¢{tEg¿;€v@gœ“Ý­Ö`sÖk\3•Âf§+if©Ànfôë÷VkˆN-ù€`ÍjrõQm¹ÌÁã:m€R·­ºÖÓ½Û€¾_MÀp¨Ýp“oTSY7ÓÆ{€Ùg€¹®v€M1÷M°HJI%?àf‚Á -0 áýÑ“û; 0r0‘:Œÿ¸[Ö²”úÆ|§÷™ÇQíÉ•äÅ…/CÝ=ºÍÔhk—óa´ï惼³I!bîž|ix€¥Æ¥¯)ø£'eÜRì Óì²>ìë¶œhçÎ߀ëIàÂä ¹bræ¹â¸¸Rv8ë…NídǦCÀ!×`­wÖQ\Äð½Ý[WïK2ZN+äV:¹%3è5Æ$ÝvÐëùÙ€±àåÿ)êkRþžüo¿ŽàüÀöÅô#âò9<묟‹Ï€oIÐ'½á2a€@&àuð›ãÀßÁ%ÁˆüÞÎ~·ßïßÐSY¬4øã¦ÎNчXñ˜#ûh6©UfX3=ÀÓÓ(ú[ÒôäÿoËêä¿‚ÿ#ã~m¸ÞõcÃÕ¯@xÆ…bçhqV­1Ä@ìÅ/ .B ˆËÏÚè@l\Æ@ôëW –eÆ(o–Œvß=0Ù}I­ì;=mWxý]‰Sãq2ïü•¸ÿ[Oþ•nÿ;ø?9Ÿ½üÏònÿò¼êŸ•ÔÖͲ ä¾%ØÇ@DO® ‡@>Ÿ—@^‡o OR\ú”¾‹jŠ$h‘¿ªè÷ÞúAÈJ¿sCÍTk1^ôÏÙùêÉ bÿ§žo!ÿSÃÿä8üߤۯjË}:X lRy Z×Pã娣4¨˜O]³4>õâ@½£Úÿ¦ |ü«—˜ÇÞçÌ~VËÂÙ“ØËéÇ“ÙÉ•ÑÔßñÇ¥¶Íî•uéQ«¬àÖâ}Îbqfµ–at—Jœ.ÚŒ5™?ªÖbÞJ›Ù»Q:̬kí6¤‡ðퟘÉÜRÒb2(ãB5Ó±€ü& |²~·•éÁ©¾Æÿµ˜W~É_Nbg½8è“R¼RÖa;áò÷-pÒêJX¦µTn¡¯WÒÜØÔÙPefp³ŸæïM{27êÎÄ}wŠŸNÈv ½fÓtH˜-—5;¼—`u4{|/wjتf{—a…)½›¥h•½Ç»à¸Cgi¸ð¢•) ë†íxÜ ˜ÃñGÝE¹Ms×ÉÚ}øƒä¸2³CZÚÀ7ÖiÄ,a/ÙëL~dÛ®™8™=¿Áïí@1†Õ‹eØ¢\6àS³“™DÏeÆÑ¼{}6ÁÕOÏ“Á7ƒ¾]Û³¸¤OŸÕ* Ù¨t~Λ^Ö=W -…‚PpÈuÃÌ3îCÉm¢ž”ãnCÝ3±m×Rá}9Ûvöµl{4Í^ñÚ1Mê=0Þtb niؼ¾ÍLêúñÉ8²{OÏ[”öô ©Ç½“¤ûYÑÒ¨QÑ6ã{O œÂF㱬ñø"­ñD&¸¿Éµ\ÐY•kDwì½ÖíVÁUA¾¢ ®} K–uaöŸØ5ܲ7…²iî š=ï¬ïÕ-kØì-Ÿ™Ôn^Æ1É ƒ¾žöÊj;M²f_ïÁTgŒ0Ö¶D|ÔxWªR׿”sò(+M’(É·òg¾/wØc,§ç™‡œîC¢œ®w\é)ßê ¹¿UñCgã+vcâŽ~+¿šÝØ/ Ù›Ü*ƒA[3¡ /¹Þˆ6Rç:›qîE1½0ªzšŒ;–^f:΢3ÛiI«fVUjÝ:´U™ÁFJ³Ã/-cïäÎ2¼É™Ò‘ú7Œ“²ÏÇø¼$æb®#̘ÆJ˜!Ô[(tÇ’€›š— ß¨ÈðöõR'ÏË£` i¶r¡U ¬4èLëu5äQÓ2„÷Lú¶rÑ×5ÔËo™ÓvŒ «GÒUy [Ê¥TpmSðå._¨Ê™g§% ŠÓdQ‡™8nƒd/"ŠIWa¶(Ã!/X~yÅÒ|©í¹ ¶os•sœ²|±»[Eaww¡ÌîvÕV‹á­¢ÚÚ6ıðä=°•‚ѱ™Ž“;E´ÏwZHh´z¢w˜ª83Biõ—œÜÏdéÍí2’mq|>DT;–„9ŠÔw.·ùXÊxtbžN\ÀaoŽÛ(64§+A¤ËDy/bTôš<ûôµï>è¶EKt[Yék”m×ÐÈ»ù‘Ç®ÝÉ•…o+½ *fª–/dÈ`hêÁSÕ3Qæ•ë ¢äÇ¢Jﵞ’à¹Hˆið¼l)±³Ò?ï‹V–Û K.°[eŽgÖ 6ìÜ{¬d°3&ùÿìÕïÜé›átûž“©§1ÊS}@Ö)sÔNÚU¸‘ÃÇ&™J.¨Y%¶êµt#ÙMaÁ]GÉ#ÏÍl–‚*™EÄ9ú¶îšt¿©JGÍò²yØQ’=Σ"æ> ôO(ÏT7$O<{P® -sNot&z>,F]r}+YUº£´Út>N¨~Zÿ TÏ\)p£ä(BD2uËZÄ´³ª#éI±S|Áe%°µîhŒÀ\‹OûµvVáfdkʪiær»r†bG;\lCÕŒ­*g3'!ИúA„¢I |ÙŽ!NÀ“yL{(£ñEwú@½ @¡úãžAe+{‡í¯>™ë‹‰dÝ1ƒK¢°ÎX0^G[õOÉL|G4ƺ+÷*J°Ä®E0=®óÛ¤•µ2A'2 -³Y9ÍoG½èª!¿ìŽ"åIYK´Bò¬ÿ@¾“NF› :s a*{Áp2¹mX™KÒBÌ<;Màg߯—Í^/i›N£t[ÏósŒ#{4yÛ¼ÐZËbãcAu¨”º\ -ÝT«rÞ¦ZNK]¦~‘oï ,­—oÚIîȆÃlöP’1¹ønøºp89ʽÇ24­*¢ ]8¾BêÛ(ÄÈW^ óǓ̗'/Âí.<&Î4Nû7«ÜŠq]ÆD÷†Y@Å¡WA¢T!Ê4¦Ú"¼úARúɺÂhŽÁ=–¡wÍÍCCñAÖ*·€¬1 !”ÜÆoÅ÷|[\ -Kº±²/5ohæ©l#]±K¾¦P“¼ü:=3òÊÊB)¿æ¸ZS!™ÖqŽ&÷ØÛICdþ¼yâq-x`]„аZÆ‘hPfR7¸*¦ÒN]ƒŸØ( ÷6KXnÔdá Ló=pÄ`JÈL%,€1Ý`ˆ0Kðü($èc¤ô@:Å—Ù¹8ë ´²º‘4ø:¾…o½ÒÎ˰zȈ„%Ë|e>æØä®§èž5Á(ø Â„WÞ¿± vˆºOø9R0˜ßq(G¾’¹˜V 8VØ>k'èû;€fg’`³ØÑ„$Ývró‹ïÀFÕ%ÀZròCË,}o\._ò¢L/³Vô3týÊÞ?ˆb샼”¿ Á‡e… ¥Ï´kMÙA„ ŠOa[wøFeÆ~Âýõá f þx¹‹¼ygÞb“¾¤UÈ$9oƒ ÝI0Ÿ¼J?zrµxN¶¬ ³Éïæap¹žüJ›f‚Gè†|¶¯¹÷ÒD‡~:ét…oÙ–œ¼8ïL~³Éhl´‹´ ‰"/WxôゎGP*sdž²Ÿ>Æ ÈYã‘­k€(l@”È" ,;L0éÂ&â r0­¢BÇK ¦@ðæàÏðãü“Õ‰ÇVË Täl™â|ñ :ù#|o`_šœçëIç꘬ÓÏ]K"§7”ÃËŸD=O™"å[·¤ÂÞ€ä$c€8ä@<û2 ±›ñÑ`Éd&¬$Ø4)£•M‚ûR‰$yÉ’ª€¤™I‚ý· 9Ò™˜_÷8ÌE‹ñÑœ¦‚y:xT{ê­0¨+ €Ë6òÝäýR-mmæ. *÷n(øzqåÑêÑ)c»Â '¿Éã -))¨R€l/@nÉ4 o¶ ¨T¯(æZ”¦wÅ6f î@qyàòUz±œ•àYä+Zò­¿yz+€ͪ€lV?ï òeÎõºWî«ê®ù5¦ å™í±—ö*O[yÖ$J·Š†žÆ{1Õ© ä,§ 7ÕO¾%EO?ÚòŠ”x@E’¨¡o*ž;€hФմ4:‹Ç€– çGÐJN4}H¶cü t ¨ûÔ£¤j!ÔÕ&=L1•C†-¥ÚEª•WæÒþ -ßÜñíøô»>-$‰X˜Ô0ôX…"„‹$—TÄŒðGT6Ðnôq'@ÏÞ9@ï•" •êGƒåŽÀ¤…Odpg ˜*x$(€)œ5À¸~ 0ÚŒ98üã¾› éJ"@o½±,‡tM±c­e&Ód”^vnÍEÌ3åä"?*þ X½sÉ¥ :œ%Ãù§¨Yœù£'Á_÷¯-ø«˜B³òŸÀàR¡ØÁjØ“t\rŽdØäXÛ&à îs,ìe6ì&wìá[í;€uÍ.`MøhÐwJ‹V¸Q†Z&2éÝ€½õè6U˜!vUýœ®åþ]Ò·š¿ÒmñRùìe€TÿÚoÿ­àþ:pŸ#À#ö -ðZ||Ëü¨¶'ð›|ð“KøN5|77ùÚA¼”/ÓcÀSËkfSvoIo™v½´p§1//:¯¡=<Ĥ(5Œ3•ßSô/=ù[Í·¿*òßpào˜ÃW¿ý/îÇmkž>º­uÂó„±PQ€Ø¥< Ö¦= šé}‚'ÄìÄ¢’o~Å@¸Õ_ú¹æ>•\½}jöb˼hIl zŒô+d¬3Ú_ò·¨¯ªý­ç?¥ü+Çáÿ¡àþK6ý“|ë’@ZA¥…ä¬?2M\?n[zÃÙ¸@.—‡@æÀ Èh×2ï6,•Öóמ>ÏÔ¢/ì°£,`Âäêúž¢oI_Mû[Í·¿«¹%5ü'½áïRnÿÄÞþINø†&|òn¶­i¨VõÝZõl@@½à:Ш[4k³ã@@K]ÿe]ýã¶ýÊ¡—˜»ÝÏAŽ'cIôiƒÙ÷ð±²7–wk;áÇù{©¹kºgã}-ýWîÀ&œ?‚8š‡yûwÝ,벟L'úiùƒLÑÞc7ñ ô:ŽóéÔ˜žGü( àü( åxÄm!t¸¯RÔ7c mU¯ú¯´O^èw‰§ýçÛü.^®6™ôjÅ ¼SÂáó£ŽbõÔB_ðÏGÔ n²Ü4§ÄÉÜÀ• 1Dô±¿2cz -eGöÊ ÷Å—; i¼<8T8Pl«ß–µaïÑ*ƽž¾½uß}è/§Ü}óÛä7cÀNu7®¿¹«_Íû“6°7æûþ:VFµï÷ݳ¡€zÓ‰’Œˆîmã,7Óce>ÚäÝípïåOƒSY¿”òè·EñÝ×OéÔOrüª„öŒ[šì3*Óµ^¦Ð™X¦ÒA'fº=w‚\›X´K-Ÿš×[ô†5ÞÝ5A§šX¯ÿ& |–ÇŠöMfõµ®~ À¿ÖÕSîãR› ùaæwªSñÅöÛÜ]éõ¤—Ù3.‚Û}·rAw¨×›]¸×éwÐQuÔöê¬MÌšqË'ªÿÉ_휚ܶyöÕþ3 -…%Ü85–XC¹î’®¯~í@r]±fسrÅÚ{2jÕÞS{šÈ\­½çÝ(Á±ÿ ›t¿éµ¿Q_ëê×úÑžÚs‹¾¶| ~57E ork“‹ö•@ý¨£Ü0›àê6"iSj(çkµÞÖNõ?kQußÝÐx?ÿò¯Ú·þg%*ëÌ} -ˆm›¬ÄÕ“\¡O\®¼‰ -}>Ü*ôŸÜÑvüÅ¢M¹ß ÏòX_ ¯É­¤uC96guýZCãY?Ô†Ùþ½fC;¸fÃ8Yƒ'2_89µŠ.²éÀ£²Ù€Xò•¸RL®KÅçª~…Þד½„z™;wZþ¾¹ø¡vž•N=°)©Éû¢ØÎe!ï1k2^ÏK™Þcö¼ÇR½GŒ^ϧ¬/¾1½GHC¿Zm$ŒæŸï÷{»~ÕAŒVàD«â3Ä ¼©r³r X›2w¬,_þ¾qJùâõ„—Ní]ŠÒo®¤¼P©Ø¶`µ˜†‰Œ÷˜pÉ®½à¾zÉK¡ ¯¤àpã‰3Ç“å‡C\Æ´C\‹ù|Üq¦ù¸ë¡ öâ_Uþ›YûuÖ~]«•¸‡eî –¿JhI¹*Eý}hxèz½?ùA<I/Ý÷ÌI{78¹pì_ ?|ЭÿvæÕzÊñ„>áÇ)“÷•©§¯[5·é€lŽ{‘®ZjÕ–à°kEN¼°¢‚u·TüÊZ*±.Y*yþtJ×uJÐD¿‘_Íû·ÆZ[Š´©ë=†‚í¾'GÓ…ƒdê¸nåœyeí;Ä~]ÍÇá½™÷e¤—§/ì8èÔ,Ç=„ØÞ÷´­š™ÃbK pµN£òÓR‘J²¿YϦ‰1k>â£bš,bï]Ö7l±Ù2l‰‰ øÜ{ðÅ“3“¶ÕÈL:Ô&Aõþ½Ü_ò×ö[Šr+ï[\r]е¢æãÚFÌÓ§6ŸãnɈfBÝ: Ú–Y“‚¥Â?{\kÙ¶ó޲iœèš½Ü7Mšï 77†¾6àƒ¾ÏLêî5ãÈmž·&xÚÓ¢Ç}ÎÐýl­¤ûÒÕ¸¾Ñ6S6¥mf©¬¸q[ ý zNUÓžêi⎵ô¸Ë÷uß0§Úf˜´Ôý´wWàUN1É%hg•ÈW•- äëîuÛᘒ¯‡‘÷ƒÈ×£Ô®§KE¥LÝb§¥Ö -…NÖËU÷¥¬ÕÜÎUócœ öÒH5ñTf²]CG˜!éycM¥‰ëšÓãöå3‰ºèÚ¦ÿ2µÀBrê~ÔС’Ù«*aBU‰ŠZSQ©B_nWÊSé±ïl¤^x¸J¦,£âûÒÅaëi‹vÚ Eøy&ÝÒø%Âïš*&³Ò#87/ ¶Ò󲵞_7XϺ¬ô¬9h„Ÿ3†ìo|z™Ë‘iªpGô²U|éÌ$óÖ‚> -´¤IDÕ°BÊiO°ŠjÒ¢|Š&§sbFz²ùœÔÛU< $c‡8"v-1½†‚s§–6«^ø…»KÞb|‘xž\u,®ÌÞ®ŒcÎ? Î_Ä,ç³Z(Êóoè…‹‚T˜«M /ÛÝ¡¦‘o›J:+^ç ÔDz†¨òAx)r}UšåÙC¾u»ï交ßTêÛRÓ!#愹(¦Ž{M($Í‹€§P‡_lõ2OeÜ·z [:.Ù#œY¡SK1 ü(0rœ±éVªY¥›wrLkÝÉ•ºKi&AœŒüA Ò–Åû í;qj[³•ùÚ5­ãÞÈ ^Ѥɩ'ëE(­g%%åËStW)û6ÎâXÕï"RßBa)¥ø¥b’<5q8ní2ÇÚvWŸç~V„N%渡ëŒÂë=úòl-h=»>RZ)#¨q䛿gÉÁ±X#­ÒyBŒ§ö•Ïž„‘¹]©äÙ¥÷Î>úùMaZ³ÒäØ5en¤ÈšDäØDi;Bz¯Xœƒ‡0Wõä}ß~øR?>rëK|ã8}ófk½œÈÉ(åK·)™Ö{’A=<¿@õÈa@¾›§69Ôé i£µ=1ñ–/‘•ä½O ë®{‰a„Ïß§1Næˆ ¶BJÌß])tKŠ:¬Æ>ÊçÙ>r@W'$ì(”HÓo¼w:úö¾Á_#uz•4[Éò³Š0’½.aÂB¼B¼¿u_¼ž™3ìéö[S½ÛmK_‡#™òÁƒp¶À‚âÞKcprP”±Ui”ŒÉX™¾y³åC´šñú(ÿšÇHÝz_Rç­¦š…‰”Ò±ß†ƒÜÑ„u‚ -ß*Mõk£/R¼šœlÕpÞʯ쭪ïŽ$ƒÃ œ…%OåÇVÃñGñΜ[ñ™N&; -lÏk2uì¯îïqŠ]±r}úB·—e -­Ž_rÄ ‘낞ºÈ…\ªyé—SZë–ò$Çpfî¡uPv“æ~(;ÙØ”QB0:®`ב‚XìM‹üVKw²Ï>dŠ6ý+|+»*Iµ¤…¢Ç¡ßé++ľ=†g*[–öÄôµXãÅMa‰±‹\Ò#Ç–vL]zò-¥ùßW%6Ø -½vtïdIT‚Î…Èk@ÑÔ*Aô(–Lë‘g/ £d¹[dØ‚2$Ï^–æ¹C—Oz˜,!AºÜ~äÕ Çgäì´ ‰…ñ˜æË+ýΉ™æ¾S/3:“¹;À—¥é«8ÅÒ³¸û>î ajw†àÂîòÇ+h„b ,.Á@ÿh°MÈIŠ6·€¶Ò››7@ÛÐàšh¡Ô ’#0î(@¥fú›c7Ïöט®WŸû¼r±Œ”{É¢PB[4·+£ÛÀ#(y^ºúûAA«ðB¸.sÄ6ðb‡ŠýÜ~tïkÈV—;€áÝc‚¤PLäR òd‚02ä<€I£:Àdfœ ½˜ÂÀ &ÀT+yW,uìô^Þt¯‘Ÿ³ÎêI̬ÌfÛΔˆnYkdçyyÒ¢kQ"¿îÕhNL½1¦Õá¯4OÌÿŠÓC섆éÑ>•γkhø¾oVì>{™A·Â`» -°û’ØQd-€£S`O¬• ˜ìp=ìè£;ÁÉ&§Aòë9—ÁèvX¥Ï̱ݼ°ÚO³Ð¡ÓJsj¥œ¼‘?·4¾-ÒB SÏ™5†mìP‚6&L:äãû®GÃÉóœêPõ4ò ÀSë-À5ü ð\ö ðr+y3î4Àײ” œI°p~e>š¾ñ» ®1À§Ö-Á‰x×M6ê!Õ‹yò^w^·$ àô¦òù6Üq®ù :ù•½ÑÎ"#”®¬Ì…d‹cÒø›¤R˜ƒà+ö>ŽîÈ{¦:õí= -G€7¡ÀWò  ú9ƒ‘E@3 ú} ‹›ˆ¥TL5\‡€@D³' š ˆò.Ù¤RN~ ¤õÇ9ìÜ“, ˆJûÿÐvž‹Šb]·¾/bI” (Š9ç„  -‚1þ9W¸»kw½ÕýUìC[Üųæ$,†“In!fW©½DEwo}ß]3ÃïÕ˜‹=ž^26¢."ND2’ü#¸jëWˆTt@¨6‚ïfkH¨]="„ç'ó-P)=¨.‘ÔºVÔÁè~”oJk@M7 fIPÒ6 -¨~~¥þ€KóòP…rPÅ|P8¶Ìhgt™”Ïaü¶c¨Ð©°(•>å8A§ŒÒkG)²ì†‰È] ¡·«‚UxÆPæPD@š0\U' áÔ:(wÉq"€ù ›RÐ »h3Ú´3žC¹yþ½K_½Úà€Vsð›²Ót· —WŠtv ÿ0§ive.#ö6ŠgÝhÇïÇò¶½§ÁpšÚ Ûq¢÷<:+¢TPÝNɋؾKB…tþÄ~rp?jƒk"`¢³ `ª÷2`´’×0x5,A«PZ(Î0ÏýÑ&ØnvcâkÀ,7wÀŒ½~}€éDš€é²F*’<¬Äë-(ǃHIŠìr3|Ù_+´Š‡sd§ÒH¢ì0$ÎóásûH>M´ÿ¨öý[¯(ø]›d¼zþ·]ìnçõtˆÁÓE|¢ðw ŒnʰÂ%nÂÉ­ Â|. ÃIÀž=À²™àÎZœb‘™PMU‡œ‘;ÌBqêpÃ.É"–.s)°­Â ³·Óýw‘ò'óv×®~4søËÁýÿ6Ý®{Xî˜2¶n€o7)¯Ú¶d‰€/7€OÀ““3à^i -p(n)Ã?lGwÉ8Oè~‘H§Þž°¡6 è䡅ݶç20ÂVú£dú‹Ÿì×$CÏOþbÞ~Uwû¥…Ãßu· -Ü#ˆè½ˆ’!D»»ˆVs=Í<4¥†^ã]!"·"û±×‹ ÒÅNâ¬Ï˜Xs‰öxáwç â¦Ù jMí#N¾Ÿì7+þ›æ?@¼×Ïݾj{ë÷K‹ bB«bý” b9ûbH14š†r냦@ШGl½Ëžøó¤e²ˆ´Ú'f?GÑ—ònzñw}²¢/¾í·pøòü´/u·¾uë=:í]më»¶\1â.ïõîñ%‡ˆ‰1Ä<¿Š²¸â¿±+1_œÐw{Xÿvþ½Ð:¯°{r yÄÊl9ò¸`’”qò€÷ó™]ãÊ›í׫À µ*[8®ëncÑÔ“ûYG›ñ²´yõ‡ÃMþ"Ék5))k|6TÕ˜«&6³–v_X-4´ˆ;éùPÈOw¹ûMaýúÕ)²îÝ&ø6z `o<ÏO†x¹½ßÖ¯`Ý1òiê?-k;ÄuCwkÎY—iê¡Í8Ùäí þn9 ¥w¬šoùUÙË}y_rú4¹°ê«ì"º›¼¾£Ü¼2[»–" Gi6Kœ'Ó× [O mMÔâ -™àZ%#kõÎêmÓzÊí¥æÁ·Cý®«~y­o5úwòûUª–Ó+#[¨xý`‹åö²ƒÉ£%·Ù/Võ¥Ïí¦»SÜîþïGfî,ãîïÓEÊxMó2Qs&>)O”¬•N®Á´:‘3;¾4êp…öP:ò0ê¸Û6&;`ŒËƒaz­ùF­_µúî»ê•×ú~²o‡úﮫw)ŠN_£8=E¦a¢fz™Iéµ*Cy¶e­ìÊe4f¶—iíÏňÛßÔ¡Õ êC)‚™{< †qò<ˆ»‘k_NÅ^Ò]IbÒ,× ÷^«¹Ø+à—RW­Ç¤.¾[n:ð4ƒu´î¾Ù-‡óãŽÖc†~×Uÿ YÌF–‹¼ûùÛõ{šJañ4°{åû``ƒ¸}`ûîð!ôÝ‘î'oB^še„²”y¥ê½EAhö -hªÛCÖ…AW­Ôd¿ÿjGk4—ðJ¼ÆÈzÛè,í&o»­ý ¶87Å6¥”œöKWÃünÛ1Þïµú¯tõ á»áªçÕþã&þ©ÒÅ7Ó5\‹V=î;5*è@I<¡ôð¶ÑêQmæØ ·:Ñv¤ÅÙ½XÓŽ“MIœfšÑëªÐ¦W•Fü¹kÖÝù¥WO!Ïqí¾Ž,kY2gT¾SEög¬¢vs1Ï¢íJYH:_êV}ñK€ýêß·ËèyµïªUÏjôíÐfôÂ÷ÃdJnÄïÍe]Îv4(ÚÊÝyw4_OÏÅ ¤úÒ(¼º¨ñԧƦåpV¬àÇæßwòËÍs5†Åý_¹WéX°Vð¯›ø'Ó‚TÖAAªPtÁZ Œïƒúk½N`:õ}ÆfÔ¹Öër¦Rªe‘g®Z ¶¹J™Þ”+øîÒ*k¬%1ÒZ–C§Ö¦dôûF‰¹t÷Åýxt*v’§ÈÝ—·‚5Ó_){DóöòBù÷ï“‘œ«E’9¹V/eïæ¤Í†¯³ÌË*ì2 é̼Îx1ó²c:”ëË¿ø³šXW}'Ô÷AË¡£+÷Ãçû ¬`Mf©Bô©~Ô„Ú ¤˜~^D£ãœ»NÎrr%¿Ì¥ÈÒ:{ß6¶ÙY£·Ï¼ö½SfÑ™º™o#iµ¥q—‰¦4¹šM…«fÒ˜‡gÉf^9xîèBa’ÆÒè&ÕÔ„r>û漟ißîö‹jßxÜ5Åæmåʹ«>žKá<;«Õél–E|'4³h™™Ì¢ J™GÔ2ˆÅ½2­JB/]RÔ6åT-‘UR¡[MMSi›d^3+±_X·¡˜(U…pÜ6:éø°é6ã¶¹ZÅí]ý·÷õd|ØM š¿A¶:|¡]»‰¢×ñ O¤uËÉ+…Ìœ ™»|¤Õnë–ÆÏõgJ ÐT-¾¢>9¡ÍÔ3™dž˜ç„ !+¢¥†¢TŽuâ¶ëLJõâ$.Ò}ïnt¹½4…»u°…l Ñץޒz&úrå~ôuMn£‹)ŽE³`ÊhàÿÀÑp‚T«²æo…bW@¹Ižg–µ:™&ÖÇ`ÒŒ'nI6y´ûÙÎ.<8¢µœßESƒq{càñaÕ¢âb^ZÉM;K±/Q¸ñ´âùèËæ*ÑÅ0ÓŠ"×ê ¢N¦Jît^[Ð6_+ôP¾VкežÂY9€q†f9CWYÎØzù³ñQ=u»¶ÊõÜ®¿ †˜ÍÉpÚHd2œñôÀnqgÙ;ÇÅ#wˆ]#÷},Å,öÂ}oœ…,o¸Ñ×ÉzD ±ˆ"Îù#ª ¨~°¼¦Q¾–’œ±s\³Ô¬q,®JáNÍž…y:ºe­ÝØe¥6¼—:ƒ+D°cŸ•+DgOV -BëP@Æ5ðZ7Káñ¦˜›Ff"ÜÆ6ÒK¶3$)žåv0žpÎ7áYÍœ…`ÜÚG‹©šE•Ô6²¦3B$‰=¯Ýù3O Ô…3øàX8 -°æ{š=EûVz™)Æi23Jd½gÙˆ7yJ_§÷-¦’êaª¥´9‘Êáƒ*•=‘*«è'*ÛÈÍ~ÇW±æ²U8ÏzßøNm8#íÍŸ¤ÿla¾™^£¥sŽTùÅžoæe†ßjõÖkŽ}-õpWTvìi½>±1ré0ÎÖ¼3‰ø9H_¯A’ž¬<®´’”rVŠTn:¡*LBXWÒÉMäî’ä0E[Q‰m8^#ê›Õ$€õYÑ"êÒmŒ–\ÞNú­üÅÉç}ã;¹÷Ãb\ÝþýÑ’Qu½˜'n¬íÂÇ;ª‡£¡¥Ê -­#56ãrûºj…%\0ÙÁë 1ãk}EOϘB½è³B!Üf*I;Ü8;“¬®‚gÂÀ±+Ѱ2ÁH=ßgw1¼Är˜Ä…k¨-û fõ%â®Ð"—š/$y?…ƒw¥Îbp*“Ù7Œà ¥_µùx8.ZñD3ûêÁã¤Ñgã¢m$ØX6ׯ£Dhóô­ä°µ’Žì°F™L -lèÌ3gT!xQB¸Ö–ÉÕ˜ÍDc…ï§½-·¦GLjÎÔ>¬îèprÇP1ñÈ5ÔN ²±)ì­ÌNÓ ÈÀkŒÂâq…Q—høš(.uJd๠ËÓ/£/ز‘EÎ÷\rAãñ+f…Â8ƒEj‹ù“ë(w‡uðÚ‘‘WƒÎ¦ëkª§—¡ri§†“—ñÎ1:Å$;4GÅ5²F®Æ@R[îÀ‚AÉ fÝÆ+T•Ëò=Šd<Ðí P#8†ÒßÔaï5—,@WB ã} ž ÐJ­T~˜w­g#CÄ­œß‘#ö(?™hÙb¼_yš×ö~f;¬8+é‡x2¨Å³¾ ­zEÖ¬í?3LxáSäêÞçAE1VÁ méwP^g€¥òO(3`< -°t) e×X& g°ðÅ4–-À/ÕÑÀbR `>¨»;ô: ËÍ";Ê=¨]Ý/Lž‹ýÌDê‚rÝHæþv¼'BêHg¦AÎ-ÔËÁÑÊnàÕ+֟Ƨh¢‰Ì‚sÞ^l%/¶³·Û‡ŽPò.ÀÜEÊ8ZŠCÙv£;;ö€ÝYø=K_ydcP^ €ms€ Ã6Àš7¸¿”øÊu˜]†Ç5ß¡O†}Á/öæM㎆OÛøMpªC?LáH-»¦ªäë:a>°5Í—hÂæ aÇUN/æÙk€7â{€z”×G_à8”|Ê<ð%V†Òí|t]¼]>AyÀïud¸´›l<}VUži¡0Š/~ãìÄ9XËÆ”k]ˆ’¥1ÍQ Çq¸æ†k—Oæ<-·xOxnÐñt° -¾DnJ'2nqÈxN€ Ç'@DŽW@d˜ ª -Ê& -ˆ–R©BrF€È¥6€ˆÞݵDÜësÆÜ3¥Ëአð{ŽO;esGQJÓÍLMãBæm|ÓZ›æz¨±—|òɤ5Í¥J˜x&·óÓ?>Š&*cG-øZ4TPNãžwA¤ãk@Tª[@LVG@ž@ÜbO@†Ç À3±¥U€rj2%NÉ« Éèç;_„ƒ¡,@ìÖa@Èz¶xñ\…dUâȼïv¶Js‘«‹³I$ù¢°¸†BUÑ!8U·àÆÛ! ºƒHÝ „;ôt@¢s¸>ñrd‘´9*Þi®P -b Å*Þ=¼¡˜’ò¨‚P<+AÑ Är@^Ç/@¹”cZkH]t¹@.¸~z»¹õñœUñë½?lo¡Á„ã›ð+ÒCµðÌëoÙ -.zÍNЇ²ÂyÈ%iÒ‰?ÜìäBµc„špÎÏŠ?%UKP†m(.œªT3@eVg@Q„³½±ìÒMÚ£*©üwÖj„¦«IÒ*Ì»ñ'—ßõÞoãôÂÌ}k‡("Æ"D74|b‰zE‚É. –g„ uÝSÙ:==wô“ƒ[!¥.Àr1@³Ù, ›FÐ#¦¥=tëhº¾:¹¡Íç²€z\û€:·€² ð_1¹  V‘ybØíuý6'̯øö;²„ÅÖ8B£êž&ÃILJ@‚—ëýÃîþb*Ã2 ä"iF¡¢àOþ-ÌÚ»apt_Œ”ôjGm%æD®¡tO€Ñ/0ƒ˜†¿TÂ¥‰ø0á; ÂèÇr)¦æ¥n¬0[Ô¢µ Zàú|:ÅäzãXˆÖ÷all2¨æsï -j/b_ |ó¶q øÉ¯”ðáàúÁ~¯à/JÕ:`W; „‘ô„㺠Â"ë‚0;"Þ}Ø› ¿b%½½’ÕnÀ*ó0`é2` Ô´e µÜxevš+æ¨PaÀ‡%-\“ê³Ïí)ñ“}ëö òQ -ì­åß\ެŒà,ÜôžŸ–=îæ¾w/³€³ì,àôFpsR\cý\¡\‚mÛ¯ãÏÈqmP÷nØ…F£ËÉJ‰è“ƒ RlI‡Óí‡èŸ~ò§¾À_\ä¯ €ÿ®sý‡9é?+-dƒˆ®Â+¤t[ÑÈ­ -"¯ÖDÖ‘¥I‚H»–‘Ò~eÄðøqÊK¥ÐÝB—<‚J ͧªù·ùþŽÓ?yK÷5nøRrûÏæ²ï×a›1*‘1…èX_Õ@,¿ƒâz¿&‡^ ›ÈSóe;Ïe8]‹N)ɰY4Ñüˆ˜Ÿ5?N~ˆ|¤¯º7|yÛ?\[¯{×~ ~ÉíW–­ß¡ÔˆE ¾¸)Hd1ˆÎ˜b‰ÌA9Œ€X€XP¿)¬ïƒºý°?ž–e[‰ q’‘ùÁšÛëñU¿£ÇÃ1PÚñÞ'wFϘí—7$T+n‡ä¬â7ŠÕîZCËœÊíÍ"Vèmqa¸.Ý UË–ï±ÌF:zZ=ËVb¡ù0ZÎ(r"ªÌîÓçÝ/ªõ»­Ž¶qúòü)ß«}·^]P³©#º!#½m\‹Lt™Ê©zÒìï´{Kw´ÌñÏûkUì¿T-Ý@ÔмA¬šH•ZîË%vÉéy~aÕKÂ"ºË‹ó!—OÏãV£ ÈB»:»íYæ¶M™órŠ,#Ç ¾ rÈLçÇM.µ~Û´ endstream endobj 36 0 obj <>stream -ÑëÕsGãÏÉÆ·C}¼/ÝüG<ùÍWW×2ºì zzaUœò"j í¹Ý†P:sÅíÖT%y®é³Y¼¶›¾äÂašdOSD)85W»yVå§\Ã+ÈØ¨Uˆ1c֙Ѿ5FÜqJQxIoøþ_Ýšh?4|‡Ö/XíâÇøÈ·C¯š6{?ÛÉëiºˆêç_yéu<¸Žï|^õîêW)¹·o¿å”RiÌl3µ·6‡íì>׋Žúûr’›õ“÷øRºÏ2i–mìz¯eïÜ+`ƒkÙìÑn9tg<ß²OvjáU£mH±E»«‡ÚŒÛlB‘»MKá›M)G4üΰ~íïl& àÝhÀëiêû}w0ÒûIwy”2å¥÷R. ÷š‡I(ÎóúŠÐUË•D·L´2­^Éujt«Ô íºÕ¶Ñî7ÚMnÒù«ëiÚ✇ê·^mFï…Kc˜!uwyÔSx¹\»ëU½6kLùZ– 檯ý%ëõíì2~y­_ýûngê†.²›YßDGÐÖî·öuÔêðî¢ÅC:”üÊØmJñé³aËr°1L-àù¡QuW1غœ³"µûÊXmV²µ,~ÏV_:^ª.êÑFÙ••27˜—5ik”CòZ2ÆcºÔLÕk%橞‹û…Ä•˜×Œ÷ß½®z~²ï2úžïýuÿ~ò•.Öf…H©úZ'ÕE¥.U äH†rXV !TÿëN~ʪàÖ.k]áZ®EÄG9tÎKÆ ‚—šñ.]ÜË]®ØI)ñ"÷8å -Ržjæm5; -`y‘×9¹þr²÷½Ìfï‡]?{?>®¹WDsr»…½kBg)láÇÎǃ\d¾R¦ó‰rCb¥fT÷C5^ìˆV¦ØI0(ù”ñÀ»ÿ6— Öt;/H™£Zˆ¾ÎZÞ^Ü̼ˆž÷9wý<çä*ææR¡È+{7òx6ËV™Ìë°3…ȳœV‡ )_'«T-ú)8ÿST°äÝ¿Ÿv}ñöýóhó•ê¬~í„Ê¥.¼TÀ8\íËÞu4 E,B©Õ²YºÜ̼vÍn¦ÀÕúÄêŒÓª$MÓea¯÷Ó¸£nRµ„f¦B7û”4f¡{’"–Ø/áÉ…Çܼ(Ւݸmn×ña{âÃΩ.J­!Zf|ço‹¾!ï›Ý>a!úxP&†dMÎ-3ÈatO—#Åk?·^o'Ô¯ ­ÅÏ\ª&’ñTèN%I,—džáBb?U|º!Zjº#JåÊ nëõI|X-ã"m1¹}=ÇR|fý Ü+£¯Ë5]ÈR?º˜ä÷B6±…ÙØ 3™_úíëî´[ö=ï‚”&¼*Z:è;´s’Íäæ”ØÏzÇJGÑZ6lQ*n¢€- `q{ãRñaõ޹Æ=“›¯˜p?ܬ‡g£/;TŠ.†ñF´ V¥ˆ:éM"åôFà¯ð™×½ _+<#¾Ê wùréÅkëq1B`¹±¿ÓÀ}ß3çKlH‹æäÝ:”A ·`Òd"×_Ÿâö 1cîv¸‰ÉæZ¸ïËš0ë4M!ËKÇèë$ÛÑEq"—Ù#RN™~_b¼6ÓCðs`y -<à¾Ï5KhŠcq¡Þkµf¸SSGažÆ×¬µkœY©íbo'TêÆÚ¬uä Ö²R,”WÉÿ•£¢ž6Ù‚tíD²`Ö"SõÈ -$øûÍ'°Œ%<æ{æeÉ‹ë(šu‘rk4‹à·–Â×2õ%zu7œ±\³ 8]ŸÃÊòæIýÎZÛs•O‚ØÇ؇¢Èˆ‘nžvÏf“–‡¬L§DI§S‰<‹Q÷Û¦î÷hÊmDÝ—º?u¾îÞÖµ25®¦ý6éµ™{ûÉñ‘¹ºŠ£ßÜòºùP9sÚU8ÖŽMÂ]ä)‡ùòvÌZ픕úÛycz»b†í͆¹A»ÖåH§„‹M§báu¿ä1j6°T6¹C‹Ù³*Ô+Ý\+¤ª²{(k@–+BŠ[#‰Ð|ETëQ›½ºÕ{ϤXöɰ|j›H‡Äs§ -béÛà-!î‘ßæ²[®u;¨áÈ0§°±òyÌŒ”é¾Â#6=IÆtJc†”B1*kFçheÖ¡e¸j„ -ÇÞ1„öærµA#ËN(DËFŒ¨‡Wy‚²°6ÞÊVfxvØa,<°.§°X—òXçd°ýsnU‹l±Z89H2ì |r7„â—SùLã©–÷G®]¢Þmc.ëˆBOs«1õlçûT°†ôBKÛî…0Ví‘ëµ: ¯@BŸ«3¢Þp×Íâ&nâg¼5é=ñpÅ -a‘Á+ŠÐd¹tMd¹M„]4‚·¦³¼ÓLprÓ³Á´”í'³×¶Ré&ªùKá•òë½G;HƦ»à3Z&žÉIûpO:㢕%=U.Sj>îB+‰‘ÈÍÐî‘äaÑ%d³ƒ·î•X÷þè`‘SJFÏýÚäf:§m ¹ìC7d,—1$™ZpÁ©î¦À‹áª`îNG ?Á4€DZ.@BA -_£ :bÍ»Y®ŸÃÕÜm²O¦C”c~« a‘ê•s¸ö¥¹÷­dúžŽ-¨ùe3 ­¬üÜ8ˆDlj—`"r籞ïâR§2Þaðž¤fÁé]Tƒ­i‚WmaƒE xϳÈ_D - ãaÀ9l -EÖ‘-ýi. ê!¬4H,~ôÛ²dŸO5™bZ -w;›·íÍ7ù—–¸œ:‹Ê†ÎœÃ -iÏ'^t-9$CÍWŸ`*‹ÞÞvº¨"ZˆL™ÍନwÀëx€Bô4ˆýXd €R¥Q¥Æ4f'ÊdjPŽ2@ÙŠ Ð0xAQ¼«$äÎÃhÆ ÊÀ)öÚçJÉËÉ$·i…ýžQü5p{ݵ}Ï›¾FjÑ ¡2>ž5†øàrÖân¶ƒ¸:hgËCz#ÏU@«‡!@%J’]Cî:s/UR@uè–Ët>ntAÏ ,%àÒ‘èXn´œ„Ë_î…¸4/gpµ“ô Ó…Å.ïýbE‰í{øÔÎÌ æÛóF.·y·2äÄGø~²—0i uQ±,´ƒ -pZ p[·z\N‹i(w  î -Žo]Ås÷Q£äwdñýùèçPžífn¬“ž˜ÔðaÒ ÒÚP(C.I͚ψæ(>†ûË)b PQ-wƒ…jƒåÈi,|í¬-޶’æ»Ø:ÀÜÐJþpd ¼þ¶—w%€‡s}€ÝÌ5À´ÔŠCL—!ÿ<éujÅ`…K8»ØdJ~G¿0=¢×pô]ê-Zýhµ$»Z¨¬—„) f8ädtÔ0†Á'Q–@q`DV,Œâ¥<8=Sž³UÏOÄwŸ÷l€ow€!J) pû˜¸«AY޾¶«w€—E¸´|/<=Ÿ<3Ÿe'© 1Ä‹~?a©\Ø·íÝo0ð8Æ\5éL+EtOž}¬§0?8óz‰rÓà³³R¬0€då!Àë² peϸ -ˆHÉDenb¼b“A Œi(gZ"EiyN¯NM¡Ìv€h°q-6_D8 ÿœ„H°¥T«¼/Ä'Æ2î×{ûÆ7{Að3™ m:ˆ¡‡om‰°ô\£—icd -ŒJº:ñ"¦ïá¨÷9 ÒÜêÃÁ]÷¶€¸n€ c [õ —Ç W$¥˜„².R…9 Uy ÈuÈdEÆÂ¥¡s`ÿ•Ë(äÅ]4çØ0Ë]ûñwÅwdm ì%}ø5é¡Múq$vj‡Å[ ÉØí·çýÁ5)m Òx HvcþÿÍ]@ˆy¿&„²( -<(†NK„Π%Û„¢É dGu2¦ðë-†¡Ä* BxqÈG -§0€´£’˜äÊy'+q¾]k3_lojeήðŒÜ°)³•ÖÉö.Æg2q·û(Wþb*) ¶NO@ðpI¥* d3 -¨«˜4»ðš9¼ú€—€Æ¶{¯ÚO¿em¹GÐåS@ÅUPì6¼;|‡i:›†Ãƒõ‹¤¼$ÍðŽ «ƒäðÄñƒË V¤íSY3ýˆÝ¯¯?Ù÷I¿ß¾+]Q¯'o9ñ—o›éFÛN£‡uÀ(£ `A0ùV0(ÚôAU=­>-E〮Gà¾/¨-*1•Ïi»s?ß©1<&֞Ȝ>]?È$åö?HÿmÝþU|ë¹£ïÞ·žo»» @˜i© wŽ Ì¦ž Œê,`|°SCl­a6…<¦ã.GB¹%#Æy™ ‹Ë@­U—%"O"ùy.ø·ï“ùqòMîoÿ£øsñ­ß‰÷/{pdw¸¡î¸pwç ÀiCï—®T—›NÇ¤Ï | 2 |XAxZ˜e§SåNûIŽÉÝÎIrO2:ñÌ»¢û¬Á.öí¿û{ÖíßÝ€¿jÂû.þ§cêUºFÀ‘\ü"ú‹‘m/ "ø·‘B_‘0`ðÖ°x%ºˆ´±aÓ{#¡—©}ÉââžI€mˆý‹Ì³Üß&·åGçKÉ­òU—[¿[ÂW%· -âÝgñî’àÚú©ßHöõŒ˜tòz#dg F»' ì;$&\éÍ^»¶aFíÑëØµIœá„ÁÁë¯bnßµõ£ô¹ÚöŸy»ÈÿâÛþ£]ƒWhû•aÛ%€˜g QË É¥½¾= mG‚D,‘âJﱜڑß_ÿüdgÍpðºí•Ѿ3šâí¼v&C­=RåsÎn®cæzFŽá<Ç„3£˜À½°ÜÉ›q0­"â%“ƒè¬—ær+=c4õW® ¯X `í¶Šë©–ã!ê^±b|¤Ö,Äkò®²hkÓmOq)ÜGÆåž•]Îú͆v£=5Zîo…&§ï` 2ÌmX/vd±¢œ>:ƒÉ¸¯iS[_îÞ çÍm%ï‡:€}ì!òÈëÖf/l}¾6ël÷²[ß[Ì!÷¬åŽÓe²çmÚêYˆWûw¡\;ëV¦›®g?Ê0Šfw‰õ6Y1€!â³W@œÃ­ùŽhdæ,ðð¾fÀ°ºŽ·²jº4Œl5F!î³@-ìn‹V8Jf&¹Å†M¤£§plhÁy 7{tösŒãs+€Å³·îmÒ)x`XHé¶~Ûgkµ4_Vö­RbßµªœRK5ˆqKoO9UìY’³K7<ž‡&Ò4ÞMÚpk\Eµë£µÂøÐƆ¼m’9:ìÇ&€}D'7Xz›¢µ#^7°Ç’#öI¸=î+Ç;(IÖø~QàFÙ5Îù°m>Ñ0b€rÌò0v©Ç_9—Œ¶ëÞ6Ú¿®b-å–' Ê'¸µNíýý«8þî(°oÅñwGnc߈ãïŽbûVý(^àeúÞ©öHÆ õr#Ûˆ6H'íÏa}ö2´›ØÔ;~¯ó$oAm(YW³¶ÂŠx}‹”'Üæ¿xrýÝò3€ý2èw`¾ÇòK ß ÷—_ýùöX~câ?eÿ&ÞÇ `8ñ?ý§Ÿý?™øoåw'þ×ö—Ч·ïÿÑÄÿÌX~2žp-6ñÿ3–?’øßŸýÅ `8ñ?8–_‰§Ÿý?™øÏcùs‰ÿ­ÙÿoÌö‡ÿýcùåxþ•ý?–ø±üáÄÿ®ì&ó,ù8ó(Óµì\á¶mÎ ‚²^<ù#$äÏŸ0¥uù -óeß ¥—šÍlØ™gÎðhy’Ôçí$uìÖÑm=ì-›7=P/ñiÑú -o~‡xcù¯ûA•õy?Ø"§r®Ÿ„ÎѵbÑ<¦Âæ b†l!qÔ¤qòÖ2`€þ íŽÅnœ»«3ôŸ'AÞT,ñ4¾¯ýrõ¢¹Ý–Ý.«šõxx Ôù;0&bÿ-63/*'I.º°”?¦cq±ƒ²tò»rç¼×»OSÔ„œ¹Õ„˜sЄ88AAmM`€/Î_‚^~HàX~äëgÎÅFÖðA[‡'¸§÷«°ºÛc›~ÖhÑóµ6Øž¨Íè¤×7£Øi±q諹q‚¸ïo†cÓZ»Vw¿–¥ân¦zw†:‘Ûß#ìËû“PÚvŽijºÝoRbWÍÈ'c/v Ú%›¯ŒuS_¹¥ >wfE}¶½%™T”Ã}‘™:ׇ8™ Z‚¬th^ÎñdJXð%€}yÿËrœdã¥ý*‘ÜìBÑNÞØ†7íšïØ:_庫õi¦­ˆö$¸Ô¤§HGNîaü5Æñ«3d°Ø±œowý(2ÝKgy|„ïÎÎ÷JûÞoîWì,¹=d¬Õuq+ßÖËÓ(·ªJ­E»Ý‘瑱(µÁjDu(¹/MÉA/ÅÇ;¬óZj­N“ÛmµÚéB™  òo”æ¿ìªµ`ì›Ñ«>|–››`J²Wd+¾è¦{•™kŠqu™ÌõÏ’žè*n[h“X‡k¶â×p£Ë+\ýTïòõ>Ý ( (‡Ì `_}ð“r½ZÄÚ} -}Æ}fÍÁ5­ÐØuÒOô/£Ïb–4<³»°Úz'ÂtîÌÂSçš>„wÿ)×OòKçʯä¿A¿Ó»JúEÐïË/ƒ~æo8ïfûÉÿ®±üžx~ÊþŸI¼ÀþpâCö¿7žÞ5òMüÿ5–߸#½³ÿïczÙÿ£‰ÿµìÿP‰@P² AÛKhîX³ŒI>èñ èbþì_Ó™ë -æ¼OCL¥ƒz&¼²¸CÑæ‚†e ‚¢p²§7í7|Û¯@kö¯é€ñ¤º”›k ‚^_®r ¶!fÏ‹'L|9ìÇì=Ì/ö²óå—Ä´ï~&ûoМY ¹Áå¤ëγ¿@£cϡτw¤'êRGÈ(œ|ÐïÀü]ÙwŸ¡+ÄtZ樃zzºó æa.ìèˆSÚ,;-½“¦vz§"t>"žÿ鉺Ÿ œ/+øþ<ʃ5­“nÐT:PÌ; ï³u)fÆ—£S˜ÃÄ·jUˆ‰Žõ0…$Þ˜þZ~¿!ö?cyƒG9â²jõÛnÐ9=àÿÞš—bu -·P{GíÐÚ°C t‡A…xìɳÆì¿­±ÿüû þ˜«¼à)¸,â—R¢Õ¼¬Fë+üß'ÄìMët§Ix•T,Íâz§sZiÖ“ØC<Ôú!Ðß}7g\UÊ4vÁ±JýRj­ÝK)¼­^Š›s:* -²+Å4N;ñº¢Is°×„ØÃò¼³&гïÛù.ÜO{xß!npè¨Þ/‰‰âl޹ª³¹õmg³™—Ítu8ÊcÖÞîœ­Åøu{ãЦö¨ç2þú-ÌÈ-O_$€}õÁÉeUpTÈ…¾œP5RrB½ºß 'I~ML}^kÃÀáZ³°¾Ñ¦´¾î³uŸÌWEô8\èy®=oáZCé‚lev*²å™°~”f­ü°]tÁë¥JŸ®vã…eÏû!½õ~Rˆíª½¬ÇjUe=S‡º —Qu¾2‹jPë×õg#«Dfr|šèšaùÉ$¨6^ZgrŒ +r´6§¡ÑÚÙ1¿Gœjw4³™¹ç–gžÙÆOÒþ²ÜcGë©ÝÆ:ÂÇ«JL:¬ˆdõ\F^±òÉÐ4Ù⌠©ë(ú§ÁnŠúÇùîиã=”•õkŽâWb7¶‘þÉÚ§ kD”˜ý*atu‡TðuaGVW¡.Ò_ìÚ’:?˜¬À¦ngŒÕ³¬Yj¢ô£Ïã¸'óÑ~w&ÜWKtamÅš@yÍ\Ø·>=Y«yíx­M'‡`QB¶Òd8Y/£ÐŠŽ>ó‹Îœk+ñ!É+iܶöBErŽáB7û`Òíu¸“hÕ *Ñ4™G²ÙTtk²e'Ûd+h -_ý=r¼Jxj¿b_]ƒG ðy,wæ«F©Ž,zE:5»Zû¬Lp·Xß.Stw¾=mÒÔ‚cÞ}Õû§æ³6Úñ¯ê ‚êDÃP(aJš†Òâ¿%ì_ý«ì1’b̆Ì6Š[ˆ­¶»ìxaeË×Ù½1 · %Ø ¶×.š¡¬f'1ݰš[^h•WlÊ+{²)ãlk[ÚZf©Z©ï¡ô­Rµ«_ \?)ì«<è7ïÂj¼92Õ¹ ûÂõ.”[•›H'vNéI!§¶‰Üø´²[™¾Y:Þ—FHÌ®¶ÔUÕwýµ¦·cÊVç‚ËÎѦ½sNÚñbZZ´¤~Y¾…À~ô;0áYìWA¿3€ý2èwÈç±ü‘Äû˜p-6ñ>fûÉÿÁìÿJ<ØNüç±ü¹Äû˜?¸¿üd<ØNü÷gÿ—ã –6ñcù6h§û”k‘è¸ AC}ïíF¨PÛl™€„uÒKÂy„9HhÑÎYëíÌ“m/ýì·×֯ȃ§&-ˆ©@L•÷0³îf,íaH;q#2r‘vi—ß!C‹ª«mmîô6¼¬×¬°5k¯’Þòös„ë‰ï\ýÇrôæ´a4~Ó…ûÚO˜B«Û|cN´Ä,{wr}€*•Ý¥šÞέþ³bVšßçñÔ–µAG“Çx[oïSÞŸ¨¸» £Që:™|ÐêõFPÖõªÇr×k?§]–›c7Ø2ztÛ}Æ á–¨GD´ã­EqTMˆ]_U -nlø'kYªÔ»3Õl‘6V…ÊQÿq `_Þßœ"ŒèDSkZ2Ë×ɉ€ §DÖ}\Hå‚mŽû3wÈ_wêuôÒ·‚°¹¤œúfT?É›Qì¡®¯¥õF…›²$òÜ`nâ†4ojšÀæMËÎYÉÍY‘En£p«yM׺À}f×¥kZ‡ëDOd˜=¥ó¾9PÊ¥£oÜå¶q ·¾éNi= žºëÉî:Yaè±3gï‹âL¸^ӓ뼟œ¤‘Š'ýÌdÒ8¡<*ß’ö¯‹¾’›x«7ݧP{ºsJÉ»sÁٹϙ°¯qJMc×íÎ5ñXrÖYâD©ó‹žRçãS-€-«è9¯D´E|2yNèñò~ÁG0ÅFd¢¥8§ ìØQe…E~R˜ÿrTÓu7g¦nnpÙ͸AS×ÍmEÓ±!eì‹hCKRsY]ÊÖnµ®‘U™[FÌdžÅkCLžo‡Q5»´»)yì÷ò+Ï`œ¤³º90ørqûQ”~üЏW¤ E÷RJ뮬¿ÓLf‰†àþ’’G µ4Œ–õËp½0gµ‹"Ì+ö„C樖BÕw +ÒȽ¤ÎŒ»3`º™¥-w^EwÖy•ðeçÕŽ¯ÿU¼JÈÿZî‹,+ìú°œê49Yî±j6lk®¥‘5£Vp²²dÎxoޓʳÉsüô³ÜDÀ¨Þ»V¥ÖÍêx¾½Æ:™6‘Ie[µ!‘iî#×lÊB³9¡*PÄÆ¯H»`ê®h¤²=ï;rŠ#Ú$/oÔ*= /Žè.¯ ïFM.s—Ìk4cR2œæ»A¹Ä´É¢j¶†€ht;K¢~Ò[D=FC5gWdj£R. ¥ `µQ{)þŠØ ¥=Y*6Ùcn¥‹çfZ­ÆšúÂ*”’dªp-r¥Ñ§§ôëeµG»úˆ8M®š·ëq~hUo;öXynNV%÷Zž*ÁÅÒ.¯ -KÊáå,¯Š4ößø?–Ÿ¤6?N²Éªî¤9KÝôSù…•×Jr;²åê-y ŠÝc/(Ü–Yî®ëN(3¯fcÙIY­ê“’VhMX)4IÏŠF:½(6Î µÈ (JÿE±~Eö…‡CÂÙ…åu‰ÀÝ%7CÓ1Ñ«×Ww0¤ÖýÒŒZíèÕÓy«RÌuj%ÊP*…Γ,çO±[-/ŒÏÍœ“<·swéæ>ØÏ OØJdš>Š‹æ¿ü¤<8´yp#}ýà.ñÁ#ÔæÁíëƒ+·Æ×qf°»ûœÃœ·T;…Ópï'íØAl‰‰½\qÒ»©›Kí2åXÎ|>"EóEÔæ‹Wºæ+uš¯ -:1Ê´>ÞRxk Z±ÿ¯ÀþuÑ÷‚~&œóÿ*èw`°_ýÌÿˆØ÷‚~fàO'þ?²ÿïcÂìÿÙÄû˜ž?öGÿí/¿qG -`8ñßËvåë¸:Ý_‚ºý8o³aÂ:’=þØï ‰ƒ¸,§ö©´“Ù͘Vv—é$ò0Q†„­¦—ýÔ²g¾Ê×±™<¦[m çM)=øIùÀ\ÖΜ<ã=AñÁ¹ýøƒ“•é5™™/HD@Î[«ÏZÇõ-qŒíó¹ý2J»ÇT¨ì2*™‹TºbæõXÃÌŸZ=·™™mµÝdª7µÜxsbwÒ `_}ðßòàØ65̓§Í䃇Wk0¨0²œª+×ñ=h_J=ø„µ,ŒLãœ'ï§õPs§Ü¤¶¹ÌŸš&Jä†Úµ¡Ô‡†ªëÊV*s%¦›Só2ZȆôCÀ¾¼ÿ ôª}€æË&Áxªkå*ãÁóéf‘³ÁMË -“‰ƒ_U÷ÓGCÚåÃFß,‰ž±Nõ{F¹ŸîD¬21ˆúz·1ÖJ+Z„ -+kg=«“<×ûIypâb^€þàcNÊÃ4`öoßçöæü*sØé‚L²àl$'´e%°øÁÍÏË´ÔÛ!%dbbvY6*}´Õs9Oú ÝwU­+Å›Xá÷Hÿ:‰€®"ÇKm¼ìÐÅ„ #ïÇ…Á´°Ï<2í2Fdϸ_n 4»ÞÒÊr¥ïhE×"VE__†O5€©ÓHOYÍ‘Ðx¹´½Ÿ”W˜FáÎNÀxæAbÖ`âãKñnu”Yƒ áÃ¥ 66<„N<•ˆEr“ÛÏÊ¥ÖY!cCËx ÉÐw§ëVoÓëÝf åŒu’=¯Õô³ª¬‚mw´Ä²î·^½þÛ¢/ò´A@ÐAÇü•—Ó›H§—Åbü°k1³¹ÈQLo3û™\mì 2ð:Qô´ùÖhJ[½š4­M\*îÔ;zܬ椲,޵ᢲLu~R¼ý¥0Ž@Pj{?Ñôý/wËíÇî–ºžú?€\öün׿?u¬nä8¼^’ûG~ZÛúQÉ$ÂîlkòF߯ËGß_'—ônõ"{êr5~Á9ÿ¢ -jýyýZóúúÚøqypÍ9Œ'Í÷2³ ¿1¥Îd|êÝ]sAf{µõ´ˆŸí5wtÌDò0é>Ëû ²•v1WŒz)ºÑN锩f Om…lÇÚbs·fóí²0˜ÓÐQƒQM 7º•oIû×E¾|Ù7è  wIVF·á©k¸ÙãÍuˆC=·g“‡Ôq<;U÷óÛ¨o4‚y^ïŸåùfÄ}¡¹¡ñ¢¦æÊ~4›ÌŽO§;‹¸õÚ´ÿ ‹?)>¦7SЉÆ]º<`DóµíT(÷¥›¨·4WiG.ÎÚ6P›≯Sï9Kï_Ž^2ýj],di3šSÓuê>Y*§à•´iƒ™°ާ"rêNÆz FL¾VÙŸ”7ÜoÌ>ãÙGRÚ]Úw£7‡¯·¯W¥²t•×[÷‚i 8ï‹sxtØ(Ü"ÿ?mç¹®*¶-Ú'˜aÁœEPŒ(*‚ ‘‡¾ÿ®ª³×>uWÕ™ëî{þ4˜Ãù}6zYÄ]óVî\ê¶Tá.’îmåa{Ëí„Ò­»«¿ìNèô9ñ0L,·o¿=ÚRËmwK±ËÎßâ ùÛ— ¨ßëëq噆¢XÿOQN~‚W²$ú 𽻨)rÍp=H>nl6wãéwUÝýþeG¥gç#zó±Ãb¿ïбT Ñ€g—¾˜Ì¬E‡ãÍUS©Íõtìý>yºW`SïêŸOE(ZyÖÕ¸"ŽKah÷˜ ©Kwòö÷VýÅj:›˜z7{L¦ÔÞ%Îï蜩æ=M²Ûžµo¸pñ¶Ÿ}»]þ³ßVÔä°µ¹£½ÞÊ$’ÌÈà÷HM‡F¯?"¡v kñy¯ÑôrK‡†pôaG¸¿9ƒž®¶Þsp>ÝÓ˜rn^ê2+”ÚûZ~ZØ2(x­õ¬‰S2^•^묎m -V£¶ZÖ_ÍÕ²‘lý3àµü¢® ÒÒ£j·"a€ŸÃI%œ‚å ;Eå¹Á½|—×n­žÓvà)FFOš@`ûÚõšSµQ°ÖÍÒó³£ø\k|­¸|B¨.¿^ 1ï„KtUU™N’¿@¾JäÍ[zZÆç“ÄV^’òòítÛÖÕë s¯tðÑå½M - -[ Nr¡¹1Æ w-þhmµÁmÍí_;Ov‹}"ù}øì-*‹ŽÂÜ]±{,ýÀòóü»ˆ+õc †²®‡ÒõV %;qp1­º}"qY¾WØ ì¥íËXÕçü‰lòl/ë´w–zÝåNÈ?[ØUá\l޹>}bçè»>œ]O­ñlÔïÏ!ø„&Í®òù»øBþRŠN Û£Ê38&¤§š4c$gqýÎKîMMo„2æKƒS‘Âæ{‘H,¶êƒa×&Wì/£Ò«¹H²6ϘÓòt†…¥É"s(}!“âíPÛc¹awÆö$ÃŒíõ`úÿ?½Ÿ¦ƒÞ×}…nçM©— à좈k´Ú¯OCgøÑi«Ý]Aó–åÕ¦˜É/ŽŽƒÌÙnœ˜.Æë ¶ÉJÄJQ±íx _WrxL$ˆRb\ü‰/ä/ÿ Ë*®ÏàÞõs£íMã𦠧¬‚5GÏ£K7ò»T┈‘ñâ¥AÇçÎï„ù…LŸGoj±ÊÆãþyxBÂó@yδ>>3j8¾2¬4Ó˜\i¨C6ó¹3ú·ðÙ·ü¯óçk6ÓÝɽ'=&wkª¾°nJ™lë£ã&^$Æ›_7å[F]¾SŠ2¿—ë»i©JlGR=·ö•₹Â6CO¥yÿyO.úÜ$¹ê1äóz–ò)ë\8@4ˆÙíÿÏì{õáØÎ]ÛUKRî~:}¬]ư¯õ ½)_ý婦 çýœNÖ‡ñ=ö›ô ;oui¢¾hS¶SèPÕ .‘½ß«Ç*Ý ÷w™@¼æ]XŸ–Õí_ð…üªôWx°ï¡u Ý–rˆ§Có¶¸Cù G4d’ó)2ÈLjöcS§ Î`óA¡_®ò_Ho;Éæ»;ÆÄ:¯½BvŽ]¥Ü¡j­“Žuˆ{«­4î]¿ß¦ã$ûûøB~n³/@ ×C@ìz. –w -å× àrªp< C7­üX¾=j“½:ê˜Õí›éÚÖ£?p-|XŒÌ§C$ è¬ù|I¤idíši”q8»0΀1 v?1ªø`¬·× öñªzƒßÂ?kÂYß*ú ÍÏNï(ú Í/ä?ý>û_MüÍOöÿWÿC®‘ÿwÿ­ìÿÿ‰'ŒØÿnâæo˜ý?DÕ¡mÍ> ºÈàp¡ÆF•»+ù š¿xýÜðá¨@µí ‰ùÖl#F¦1¬¼LÎ)!fqÝà Ve³x÷ÚfÑÅi³øAÃzú…èíkt¾Ô’VbþÔQö•Mûoñ…üª­5œÉG4$Y…U ^Ù~ý󈹽¡ìÞjè)¯"âæšÜž7²U¢˜ºáuÅÆ3XxM=:·á»è»Öbôx{éå• õ饞"J|½RòiÖmÉ}oüþ]“øü²% ›íÑ¢di|öÁ¥Èµ`_Öƒ›ánn~+ØÏD¯b•³fÇð3hï­ž¾;÷ºz§¸šjè|¶ºrÓw©c$«ìù}_î7*íÓ d׿êÜj¿…?EÃhúCôM•Ê*\“>/B\‚ÄêË÷S—Aò qGÉ0o?»³²µ4 ]³VSÙg”x²ú¾v``(W‹ž@–—:U+Ý‘HËi$ß9e²Fó˜OͪíLWþp-öß 18'>¢0¢ ’Žaöe" EƒÛ&æ—{Øjžßïïîõˆçœ)cW,K Ûæ&‡°Fs°]è‡r}ú8Ú‡ l/›;5SŽ9 $Ð=ŽÖRó0ÛÕýÓFŠ{Žý æñ «frú§æ|6ùdŸ¼x0˜«Nl|\iÉj(ê=×?¹úÛ\6yçáe›‹ÃŽU™I##p¼þÒsë˦wêÉiºHó“Uû€ˆÚž»¾*;;¡’»Jc‰û±‡ïâßEéðQ˜ý‡C)´?»Œ‹ÈËröfVÐKoï2µ>Ïê/´ª3sž}{¹Áx³á×¥Û3ìO…l”¼Ù²" S’6EJõ]“Ã2VÖE-•ýàÊâ_ç€à®‰Ý®àc ˆÉíÏ.ã4Ú€Õ!”z‹gðJJo_A—yO½ê-/S3ì3ëǨ/ñç#)3â>¿FWs¦#¶öêY!}hÁ -N3ÛÄ`ÑâÓä·5O";ƒ¡Ló­ÏÄÄç[iV Ô#v3ax Á«°¸É­xìUAÎGjfÄúì㶯®žžîQ¶³žMœx‘Ve5÷OäJoâ™uñRë1b'6™YüþàõðZþuþÏøwÑmFV9À³g1ú±kûÙedÂöxÌIe,{9~f8Eùñ2w®Äõ¬mÝV“Rë’Èž: ›Wx‡Ûº|Õ! KŸÚuù -º'øå(ƒò MNðÆ‰‹V¸»‰¿‹/äÇ¢õ¥9ÍCeý2ÅT7Š+âC›îÀ(V'^nTÚØ6=>¯SÖ{hÉ)z[gK…K/máòh$—¥¸ÑGøõ`mðëa9½*YØ[.v-¶¹¬ó'bYÒÈrï_Ëuz~ €8?¡&Ýà`(«I@úÆ).Œ„VÖäà˜$*»Gz6%G…mÅÇ4Ù´nµa&¸$ûúK¾1rà×[D¸‹ör{hªËfïè.ƒì<»ÜÞïeŽ3ðä=¶hFéô¢yñ’?¯å¿ü -ñ2³}rÖ[ÀP¶“ ˜ —1ôíPºU>ŠDYÛN«„‘|Öºìñ¯Á¥x¿$ߎ.õØûBŽÆ¬þ’DÓZ“fû¼Ø'ÑϦ]í¶è(wo±Ç„{sKüó-œÚ\6÷Ø\^²¿…/$rVl Ha㘜! X˯a0‹ZlÛáú ×H*A:jÔ5œN¥KêJœd¬_Ž ¯oJàjÞ7Lþ°¹ÉŠK©ârμ÷Ûù Ÿ»ÌÏüÎúB¸”óAµ™™j|Žœbî»ø[ˆj…0åŠÅIw¶W‰“;q‡㘼Ëpý‚=6È5ÜôéKz»âeÌ© Çk¤#ùÚ Œ[ñB9;åú‚ÆÌFSœ™NùñT3x8܇Áa–oP·ÙHvÜYž)'§Ó+úW|!¿*ý‰ Š8úx‡(önYÊÄÔG¢ÙÄ owæ1MPghˆg/È8ddÜP§Ç -ª­$JÌN6úz?à³Ñ“X}–׊•É"s©ŽíÞ¡9^% jlOZSˆÍjRtÑãdÑ9êªñ[ð©ÍÔü|–”¬ãŠrÉDŽԴyQÉ?´|ŠºÕßèý‚¬Œ¼L<ªÝc5ÕIýÉ¢·™¿´*ߤg$Çdš¹©^n!c'#¥G‚Ò@Ø0.åXiß& VUVºÚÝ/„2u–Š'B[ÿ­*_cþaQ½ä݉ce·þ­îh£ r8é29šåáƿߛR -‹›âË,cï’˜_[t0%YÆ×Z'›í sHånö@鼓¾DÄ𓆨f!ä€iØMˆ°õ+|!û’Ê!†à3HÂzÒQjúy^hò‚ܸ©Lò}ý fͤÈîH°^3oÙë¾ù8õÐ&¼ºVØØæ÷Ôjïà» 'aÏä¤Þ‘ž8%ùçý–ýgmfôŸÔ籑€¨& Fk¡ƒWNXÕ¸Ôy7o^&Ø]hÐÊËä¾8ÛÇ“¶´ÕÚî~̤ÃB±;ÒlŽ…ë±`ªÛk=§ƒŒ•Ñþ‚ís¯KÙÕׄªÌõIÏ#Mâõ¹é2ùã¦Ëýû-ˆ•ú[xv_ÇÓó}¼î<×m\hËReræwïù¶(<©z•¯wí¾a^¦<Ú£=µ†Ìm0…/÷—¸P¦ªw¢Ü|¿Òšf½ÛæÎ«rlCèTçàé4ÄkÔém³sˆ÷·øB~UªÓ“|³3/ãBÇuú´|ç;Ê4Ï‹™ÞøŽC?¹œÌ:—›†ì{'Á(c¾i8×HQ5CJucŠHwÞ¤žîP£ß%•?æÚÊ㈵zG´QdWj©ê± -¡7[,ë÷ "ê·p³’5å,{ØõX#;è"1ŽUÝ”U©±|¯îô\ë³É¦˜X±Ô;+2ÓBmO¹^îÆÇÄ¥ÓG¥[{ë­ëŒ¶Z9³á4µe;hNËí¨‰¹½7Ä$Õxnæhƒ«/s -ñ…4ÈðHþöØ[Ó‹9€'Ý%Àž`­QVÝ=„èƒBO.DƾÚ+‹ý…øâ 5õv~á¾Ô–àË­£Ûs§7ˆ³ åâÀ¥ò­„KU6Yp©^®î ô»aMÞ§ºÁû5£Rêþ=¾¿ü¾è74áœÿ?ý†&ìùÿSÑohþ_û}Ñoh~!ÿˉÿ¿²ÿ?‰öPt|Ã"ãÚn†Ia|‘yO¼'òhöÜâbt…8™nòdùnòQL|²_Ùä\ªk‘.5&Ѧ…i{(ºÕ3žÞÙ˜_Ï¼ðæžš¼Æm¨Oö3'`Å7ôÎK‘ÉÈݰÚ@F¾”¢8¯›×6îÑìܤ[‘eÚÕ 6Ž£l\à(ru”;ŠgÕì+á¶-ÌÝ·ŒJ»ÕÔ[[£öØÇRÎÇ>‡oà#jÁPv¡h ][¾v¾2Ð6Pvé' 6µ˜œÔ‡aÕÎ|騬¼î•`ÄúÈæè(nýâ éâbê9(n$`ìê‰Uâ®…½ÅŽQ¶ÚzK÷šZZ.•ï:[ú¾€'4sP8…­¡íŠ>Ÿ€…eàø> a5cò%NÂoðþ®ô<Ø]Ýtãª8Ì»³¯éºi«!Ùì冨×F·h_éŬ){¦ŒÊ¢ÞÕ[¾×Öè|»v·Õâõq\ßÀóO¨YbŸ”7ÐõœXà^g?wÛ⛸\îÆœ‰rá†ënýIï¼ÞSQÜ´žº:™ÜT³Ù°bÙ¹ÅØ9鑵sj¥bç¢sßà—5vG£»tó6^èu!’¸Zj¡Ø|!?ÏÿŠöxàëŽmµ¬¦1 w å òs*^Ðì*°ëÁ½Pñ¨)¢ºÈ˜Ñ¾'³ÓL;ÖK·‚¥íº-“;h]êy”Fèö­ÐVªêâY.žýÊ©p<ñÛøD¬â:Q¨|d¶ÐÖúd:5¸k>Ñeó€àïLlVœmè½ËJв§7ï´.3p,' ‡Gë‘îûÖ´ÔNZØëBZÓå”~Öm@kô~ çÉ·ÂâÞPKb®tÞæ÷¸üZæ³ò±œ@¿‹?5Ç"Œç}"BתOk@T' ® -þÙÈ¢±‹ª‘z ¤5ü„RwÜÞv¬?¬ÇfYx¶6Ÿ÷KŰ땡&[CꪷÍËšŒËJ$ŒpùÈfò'; 'ä)ü¾þZð¼»_ˆ?EïoXvb¦0Š ¨Or@ÉNŸÍðG¹[×ïÝž{騡3Êf_°½èÝLÂ4²=ÔäŽFë|‰¹.÷Î¥[¥C´9éØù£*ŽÑÃý@¤“’ü.~h~²ÿCÔYBQ…Q~oçlØ“ƒ ȳ0þì1ïãòmõ›×¤ç¿ñåÛc’´sëßÓÖ³yÊ<M'ùHì&øm|Y·ÏþõZ•*NžPL‚ë—c®ØÎ°Ê+µ'ò{gFÂ뻀9Oy?\I€¿v»?4‰²:ÿl/[PŽ.2GŸý±óMŒùÁ®wõ¡ë¿Owà¡ëbÚžÓj4"zgw¥èâ.8o+ƒòIqø17èåöÏ|„î,b—Ü•Yú%­µRü+À¹åß½ðÑÛýwÑ7–kBQư?·­—cëy`âÊ@^G[>Ý}öá Åw¦A+anX$õ@´̾ZïÞ‰YÉÆa²7Ó{RPPÉí4Rí”}‹bÊbó¬‡Û¸¥ÛØzßÌ8 -5oVéÓ^²Ê¹r»È-°?·Y“ŸíÐ^T?Ìæa;¹8øHöJ…¡i[N«ëò`ÝH{(ÉyÓÜñ'SÝv3˜)œÆHè'É¢ì ”Oz_ˆÚæ!5ÏÙ¿…?Eí ˆÒýsÞ„]f\Zò‰;1^`‘Y´Ãva8ú|¹9ܸw¡$ÛVyûüÛ× - -â^ZVÂeiéö]ÀªY†ñl“PS%X5“äçwbq¼òžäå:‡£UOºjgƒ»½k*0N3e<’·¤Q…ÅÊçYI’Ý?¶ì*çÄx¼Â¬ãØÞÝ‘·x¦Fõ‡Žœù5s1nÂkáT °rÖ è°V„Ù8Ãî¨WŒê1˜Àt¯&veQbuõªˆÐP*á2ü>HÀUÒqE-gÒûåM6äDë.^'¤6+”GäÈS†^W­Q#SœŽ.8Œ¼pkŒm3"Ê6y-d·üÉÿg|!?ÏQ¤ $¦HdüùrÒ­¼CËáêHù‰XÍúÝ2©£z¸”ßÊ}ÖÎ0êïô”pbRç›ò…˜³½rnì ŒÛæ“©áá‘…ó±áÁ“šÃWµ8¾zgmß;*Ûvo@ßΩRå¿ÈIÄ6 Œe éCyÁ¼\IÃö¢wK+X_}¥Ñ‹rWŒÔÑmе݋ëÂã€|˜i¡z>€‰•c6Ò[îßåF.2 j6;€y©2A ˜æt6PÄ”4PÎ[ B5>ßà†‡o lì`7J¦M@ú™GœÕCSªÜwLñKÁu Åë©,ÓÉÝ{@å'WÚ=„=Ì¥\·§E⮚¶¨S¬­2¬D«ôý5~Ò“£äAD zrjäh-w«ÐZ¥BAœæÚòøB~üä9¼rêw`0Šmm¥öìçè8Ê@ÇÁ:â—Ý©˜5.u2ùÈÍjœJœÕébÜ;Ž$ç8½¦µK›ï?¡OÈŽ²Döü?j² bŠ_Ð(ev "¬|¶'@> -=/ æ1I†Øµ¡ê9—¬Ãyò©|ã]Š_Ï6Ö Èñû2±âr3—Ÿ–3‡ù¨­Mƃ‹?Ò³¾Ð§ì5Òïysé ¤3î†#}Þ WȺ+UKÄP†ï]‰Ê»Eÿ>÷[þ×ù߆¬h´‰‚ªi®ä_ÛnxÎ%‚çq“"ã¾³›òõPXžjëâ|Šl*“MñPcOe¥6ÈõÎå/¤ojIU_ ¢mýb·m©åÎ1¿«uzc³“œ©]Ÿi+ÄkÔVÈ*צãÙb%}°½Ä¯ÉN+VQ%fýP0:18ˆ™ÙVdÃÚq½É'ÎËÔ6ÒfÏáÛ‹ÕÇú„Ë`:ãQîæê÷š¯nØy+ ê¤öÐf¼Õ»Î–©Ö•X£-ÖÜæ¾Vn¹Ã›ZùH6'®Zxµ›ØÆÿ6´Û-%©…*ò${:ïÞ³Tv;­òJĉúÝcÝûÉø`Ô‰J£Á(CMúÖRœ÷)ÏC=ÎÞGmë:Ëî[93)7§%ÿÜÄœèÖx®_zƒ |£n‰¾]ç[/¿Î· q½üª%!:éŸøBþRð\awJæ58ì›òc/̽â“ïX¯û\£Þ:ìÆ+{j/Œ6Ò²0€ ¼»ï Kí3ë×Z#|/סzŸ=Ø€¤¡JŽ­—6­¹rQ«'Ñe5Pr›ªÈ`bµ…’ûJ|­É•ýˆºB0·ï†Ø*A¡: ë‘ ¯]Oß»øe33c«'}7œøŽc©hÖ;B.TÂbwÐ ,¼pâ^I‰µSÀëë{Àû¾Øý -V©5ú…x¡ÍfÝÞ–ÌØjÙB¬B¸GM]â‘oà‡è74áµü§¢ßÐüúÏE¿¡ çüÿ©è?h..pÎÓI8ŸìÿÅä"¤ -ц¢;Z¹òÐïý&ÍÆg,\ £j`绀—§,ÄuùÑ” aG†G"ò aãTžËŒ'¨Ìâ&›hƾŸ¨9rð™o¤ÇØ4ŒggVù·½ù~üŒ®ƒ¼ /A¾qSAN=À>9¾»ËLD\",‘|#XåûTPFcßkˆ®<“Žcméä#²]«Nsß -ªù~߈úBüºù„5ٯǤæ ÌÑ÷Mù‚8ÇÝžŽá6[Ö -æ\šæŸ.–Ï?öùòè<†éoàOÍ]j.¥Ïw ÝÌä•(ŒÂ(ú[PXñ($ljøxDËZàènÇ÷+Óß Z3/Ü /TŸg/¼bO/´Ö‘eÐŒûê‘„­.Ÿ¸ùLoˆ§K±Ï~re‘¹Ÿ‡Qê»âj݃¸U¡¾…Êô -v¥°Œ(BX6àU%¥âq'¿¸IùÛî†õ"¢ËyÒr BhWOÚ“¶']OIO²1Üaˆ §ÐqR$ûî"w?K/äªÁAîoñõ××A!PÔìúF ø -ÝßRkM)€‰ñ`é¬]µäž©F‹nµ¸¯åÀßZϱ·#úK¯Íöw.x‹7÷•G=Ø^^Ý=êö¼wÉšœÄòÓ]ãÅG·2+ÜC½j›ºØy|CÒꟚ‘5÷­Ï¹‡©Ï†= p¼y„Xú Å<À|32çF?¬"É‘<›œ·“ŵûbû{÷àŠ÷˜Àb÷˜?c6ËîËFÙ)–Ýî ¿gÚföŠsÍô…÷ð…(![ ¾‹?E£A P°F'€ ŠÀ±7ðÍZøÉ .¤p€×ßÝxþÚŒ¾p_Lýp}\zûŠ+¸Gvpt“ý‘î&g©·›”µ²aµóåÇÞ:”n·¬šS9J½Ùú­´Þ¹HNœOî?ã ùy0"…¶S¨Lfš0”œ C9@¡csð·©¢R“"À=–Šì’; k·ÄÂoß}Þ•«9Ѿâé…%sÎe|Ã*^ -ŸöÂ÷ÈÛè¥ÀæÊ»i%T;o¹W³¢Ý‚}l¶P´¿ €5Š7èʇkâMÔ `j“ù쎺s#BÄu—€0+qIÞÑaƒrÇ~×Ïpî äí‚ ƪp±´–´Smw×Rnyª™½T§´ ÞèûD¸à˜­âî¡Ð°í=ÑY=¿‡oàOцŒ©´`P÷ -À©gî³:þìÚÂ¥ %cªa€ûþQŒG®Ú,ο{Ö&–f¥BnÇn{uůrêhá]Í8 VRNbgpêá¡0óÜ=±¬]iÓ~J«°ðø¾€Ñ•ëG4üS´y>|CÑåkú¹ÛöH±‘ŽÜUµì;»®Ç€xà`|}j:÷öB? Ïü=g"ËKÕ¬Ïä^µº8¥ã¡|®>Ï„Üë›·[Âų´Æ ¦ès¾.6lUÛîªëëwñ§&½‡šóVâ 5Ý2CYš}ZÌ·z©P^„ŸÆ©ª›ï] ïƒg<Æ›ÍÕUí>—©Àíõig(9Tn•à»D·ÝsÛ)°á8¯ÝŠ$¯BÒÊ©…•øB~žÿ-6kÝþÝö;Sâ3 rC9æù¬<"´^AW½£^æÒÁmCëfƒHtgoI~7a•ŸÛöd|̤¡(ö½ Ó–è5»)Š«{Ø?¯îFWèË«û¥{‚è!FRÿð |>{ý!:;êŒ:°‘°å°k†R^ļØ}„a/ïùiw=ÛD­u3(>{¯Cí>ëä:—‘éÓyÓ»5Ú 6—J±¹pgÍ -'–×,×Jp-ÆÝ’¸X[´¸pÉ…¸,3’¸4ýÇ·0¡‡Ðb€é\àµÔTuнˆ66®Â¹å6t/;]8¶ùš½Œøªåì™.]«Ïk]¡ëÕö;ºÛwßlñf[.Ïú_˜Œ“bg’æÂôü:nfýÒn5ï„æjÏ5מÛzp¹ý¼–ÿ -“G„E}‘‚mh}D±õÌ,Âp•9úrô¸8z¸¸[›ã¦½Mú^ìeñó»7( -¶_ƒ­2|Õë›ü„*s1×ÀÆú¡Ÿ•ÉS›u‹ÇíXŸ"ûɘºo'7lÉO“õr–ºoßÅÍOö?¢xòÔ¸s¿’i‘WLÏ‚ƒl¬¼ì[l^: *E?5m¾Ui¹ËÈ£kÛ×â ¹EÑÉWùg~–y8»ñ9t(eÐΰÍJ¬—._Èhi”ŽcâìlÇ3n·žäÅùâ»Øc -ãé½_/\û€è Ìù‚ ¥®Áøt$ 2¤Ù/Ä8ÖÆ‹ÇÄGž·šø~‘J\FE:g×EšÎr©Ý =rÜ1PÍ32HµŽs.IûÁ˜ÃðòPÙÍbxdÝÌk;ZeõÀkùEé@G^ƒ¡D¡hÏe`失å?ˆ 7[Õ\lJ”W5*?&ž¾¼m´­~9éWpz®;È®s\!›ùäœZ¼&Qâ ™Ï8ÈÆGßD*CÚ¥~_ïÔez|-ÇÌ™åÍÁ±œ¸[Îê4 Ž„ø]<¿ÀPæ^Ÿ±rü²qMœ_e<¶SH›Ro>&Nù¶qak–WñSžáa¼aÒ·£C2Á‹‡˜M«=Ý'7“ËŽmKSôd*4é»Ç-™\¹Ó©Àw¡Ç9×aÐiå>HR7y¬É§oà•íÕÞ€È2C@úø#H6Š¡]iµ¯ûÛtnçݼÀaö0òÌ+>BЋÄáÑŠW~®pÃ2gO*¬ú¦öé3=¹·oýùsìöç’éÏÃK£ÿ¤¹YÿÉ`§>GªNŸx4½þ#Ík}-œþ_ȯJ>Òt€FI@&ÕUOv±Io¯³l™ƒŽ[Ï”¬[Üþd CTÍŽ±^Ëž¹`’ä}jØÒ™=d\‰Éã‚ß…ô_"Å·ˆ U ›ªd³)Š^Ê¿ìÒ¿syŠß/UªüØ9TYÞ~±ÑýhÚ› …Òàó´î5ùñãD7/›Û_”Ì‘õ¸?8CC¯ f·ÞäÁ~™âÔÃlÞ¯ˆ£¨|\†ÍÖ´o´{Ÿ»,Y¯Î;›nX-!Vz7¤ÒÄ,Ó §‰ÊÒ 7¦ -e¡Êñ=µ »Ì–ò^=¥Ý+­Aë"Çñfò1;îˆl”¢>Ïâ„cåâÜšf\Ž›óÒ`ˆØE›G›ªRÙV7Œõ^xÇAç ˜³N¯‰¬;=f&CØz'Y,úRº“l׫­Ú¯ð…ü¥ÀO¶ŠU>™‡Çð¹=ß*+ǸÐ×îHž›g}h«µùäºö Ñr™©å £x[À×!IÐ$_Äzþ«—ïîæ~¡CåwäÒVèu¥Í ÇfQuª¥²¯Q‹­4–‚ÔÊ%<µyWêöwa-ëáqi¡â­¼%•3=K]¿£K ©Ý{ñ[ì`I«¦q8q×îò<å±Í}Ô‰$}0ʨFŸ/»fOl÷íÏN¨×>ä°Ê«ÅFódSëLÐæä½.4±Ó±Øxöõzƒ#’Ýi–†_HÝZ΋å7 ÷Imu+™âö,ãû㱜É$ÆÙ )‡%~_|5¹Ü)èN6¤Ñg©—?d°Ç{ü…Pî¦?ëî{®“º¶ùÖu–Ü4µ…)61G?6¸šªÔ-Q¹Öù–ªÕ܃ò¬mzºS«' œ“ïª8¨eþ_ÈÏó›aVç÷¥¾=š¨-J©÷PZ»Ã‡¾L Š6{\{Ütmoˆ*¯˜&ÍJ²'¶Vh§D¹ÖuºÄšÓR„^h¥Î7ÝzÍÝkÍZ=qîÀw äk¿ÚBNƒÊžÝ*ÝÜiZ~k×Eù4}®Ë}<Þ}—Ý%½:ÍÈËF:NÌÅÚ&kÜ‚QsÛÏ~r,Ù·¨O˜iî:¦6µô¢ÛM¬¶mTK›Ó¢rmþD‡fe»*ö·_¬°ÒÍj |š\å>vCJgNΖÅVBíYUoåbÎ7ꤶÝ/„ÔÄDï9ÿ¸¹­yYëh‚l7.ƒÌ,^‚Œ¿ÔAF×ÙÆ-Aã@G®Ðüûýs¯@Øõ"Û31UÈ™¡òTÆ/ áðñxĪ™wÃ'e¸¾{[8ž¨=7Á—<û2}¹ÿ ¸ûþÑoh~®å?ýC3ŸT~hžÿ]Sx/@6¹}~ö““. -2çTdZè û÷ UTˆ_ö¡-—†¶W:¢õhÿ#:rÈb,4m?cv—vCò)»þf5s]ÐlxŽ\ÉzvƸ"ö9ü3@¾p‡¢Šs9T·@v•«€l¡³ÙCÿ<6ó KQ]yR0ÆÅæ  «òºv¢XUFÈ«Û3³Í¸³­æ f;"cÕXÝb5Jx0”ßwí™ï¦ê;ýwäÛÙ´˜Öt¿±|ÕÜ€œ]@Žtl½•«Ðq'€\©á@¬ ëì(h»åad— -Èd&V|­R f·ƒLœ#Å2DÜsÅÎ8ÎµŽ«8×NãÜpñŒ´Òçù0Ï ‘×Rª¡#’¡ÅõÈ$(*xVyËû@¾ç@Í 5›>Ô´›58ì˜Pó"ø gDp|¹e’ÙW´¶Îd¸£_Wówœ›÷s‘†nªÑd¯õ¢É­<ƒXn¢‰“¼DZ[rÃb -†Õjä&®ÉØÎÖï±IL¨H÷»×àÑ6[Î|!?ÏGȧ(Ê!0€¶r!|Ý Ažn”@ž ‡ ·koAÖ-Ü@{ùñè¶OFS²•°ýŽÈÆ_é[‘‹;l÷v/<"Ì9ľW¿Üš|AGåeGæ¥ûü3Ö^jÅ»3µ›õ €üêµùd+¨ w.y ×Z7AŸíAþQŒ@!!•AÞ3&Pù²ƒ¶ ÚÒQ<ÄH4Ux"|òýzÈåE&ä -è -b~ -¹bV0{»@É%ìáæø†ësÒ|ëÛÑõ¥wxpSŸ‚}JÆ7òGÆ“ªBÍgj¶Pót;€B—‹AᮃªòÙ!)Të'Ÿ'žÐöâût’‹pO„Ü~Ô ,a0€p×A…¬)¾‡Þm/“)ûâž’†¹®'õfE|i©n¹ÁÐQç^d^Êêúñ_È_ -~äï…-ÈOÚWXMÛPôi¶A!Ÿ8‚‚å%>ÛË-ˆó`™§ - -cщñ¡5l¢ÁšÜ~# ª^ëø ¾÷ÎpnBšîyñ~:4\˜„SOëÍ‘œ¼3Ç[xÅçÂGó\{wt9>»·oàOÍ5}û‘ýqëe¶ -|ë³o[Oìiu’k€{Lö,Ø* àKštßr7ï0Ø¢hg«HÓ*kÎö‹I¬Òª±,ˆÑ#N “wt}‰U®ò‚£ØyÃ2†Ò‚ó]9‘9ÝOéBÿò €¼S‚¢Ç1T®-`Ë9õº ohÈÃ^¿L|³ÝÆœ±†ë—p³u˜ì|ì*-ämß–•¬ù<4ð§ã²½á¤ÚNª9ÑŽÜQÒ¨aÛ¸±Ï^t±ä»§ˆ'Ì”Žv¼$[×à M\öòMù ¾_•‚ü«!°.î°š -È¿=€1® -𚕸¶¤‘{IQµ´¾úàêZ^šÅC[[•Þ¦é>7¬ -Úé`7ö‘.!WŒMtÕ¹;˜_¬©{:»jÇ–÷eœÒãÁã0ŠÂë~ú–Î;c:“%{Q:| mCMGÐ`%=|žÞPè\(€sW€Ÿ°Ï¾­ÎÄËDA ¢õúâ)•ØpÆZÝ·½Ùë-DSNzæú¸r— -ÕÆ”VÞ©ÈÝ&ÁÈ ô°>õÝÇaŒ„÷=î®.»bØ€“ªÙäIÆú~ê;éø—(Œ'¬E ° i€§:7€¿)¨¹Ï2QHnüãsyrYá­}~)¯ÞµŒ-Ùr/xߦí5r©ùŒÜëªèáVsóûG)ÕØv¼[Ô‘ƒT-¾±Q=·’²Ü /”Ú ‡kS’ytó+|!)… »õ×Fôø°râ À©åuèp6wIÞ;¶gÊ”oV%Í=õwîeßïä9VW•TºÙ0}¸«lZZ)Ÿ_ýÛ†® /¤ÒzËób#¿iƒôÏÂZMï7ë¡Ä­ øÕ:Ûž.¿Phw0¨—Oe¿F¶~<µi}„¢»{..Úý ›}ÍÝ+Ømíâ=â+­w§3Ãl`³çÖ«ÆLêÏ”ÁÑw’.,.»Êó g33u¿J“úötºY«g¥fqÄXÏfâmè]òÖPÂü°±|2쪙ŽŠ´KžrÐO1Å&¹1J}  `ÿ4ôtPXÓŸ`£Ï“…´hÃ7RÞåèçìåx’1öq¹ðȯ+k½äÏFåàŠï`*%Y|Uϗ͸Dß—õ…vŸ^YDekËÍeÐYŒ,æÍÖóÌ©‚Òƒ]χB\ =õͰ¼iQ¬e^»ÿŒ/äÇ.2ÝÁ)F!’QX9™ iã€>ÝÂyša²çéÃwº9dX¿$ž;ö„÷‹Ë]ó}5xçŒ(s%5UFöùx$6ü‰¾´¯ÖBË›ÍO&}È®˜÷UçÑd2ˆFåá°QŽûß(Ÿù‘šyÂ6”Èb×b¤Ÿ¿úôðfÀÞ²|ËžŸˆjžïVöœV;´\“'…&µnÆx{YÌù•ÝÈÜÛÛn'\"ïêD suëØÇئM=»¹<õ\e‡}ìéìx(ЗjrÉôóÊ”9z,û…ü8ü3@!4àü(ª˜O¶ høEõÝmïbXi÷TˆTÿn-Ö5¶[è}Ë­£5ß²¥|n®ÅšpÖ·x‹©ž+sl»#Íé|LqT ©í{«c÷V–ŽõªöcÔ«:Áƒ*NZ2õL^ÄþXiðtFIοϧ xçGDßøAÌR h)™§ÜNç5òLUÀ5ísfwËŠ÷l{wH»a*G|«ëŽç9@FMp2¹ =ì¹ünÚi}×m5V·5ø+§r»ãužô E¬š,QáXÁ­MÖ¡>T ªö¹ßÒK—{ PéôÛz›V·TaýYK­Ð»›ðôVV¼ZÙg¾ØÊÏAó.mmyc*ßÀ#õ ù±ª÷çoáN&±ÓðÍ»¬7êX;‡Ç] -€—Â|>^¦_Ü(¤&.wK³©Ó2Esä(Ý ´sŒ´ÍÌÖùËNÈæ]Û6›“M4hböò i<‘Û©ÿ[oüéÝ Wu²AQöˆ*ËÌY3çåhl6—ø$îåñWöñH­KŒËN6íáˆÜqf.'ÏÏ“M±¯ÏýÂ:bj/FZçÄÏ6ú˜Ù­œIMÌm¿\Ad¸Æë|[©Õ˯UÛôK“Z=½ØTƒK¨VuêýÄg¯ï¿ü„Ñð÷óû£Ñ_ªÍ~}#“`»oca«µðôÚe%ryªÞsì¢õÆÿ`†ƒ”2øÜ:è5=êôQzÖá÷…4§¥»Ðàj»]o-O5÷°TkõäúQ™]m¡fTÙâT¥[(ʧ9[+÷I…ú´QŸ©ÛT¸øB”LÁXï…¨ÄoG\´Y‰ØB_ »õsFÞ\ ‰×`„Ɖ~ÙM¤ºû^mrJ®©-:xƒôãb½kÕZ=±oVEZìVbUd*Ý܆-Ÿ¦â¬œ2D˜ýÒy¡‰¥A)>¯ôVÕ›æ7p­b™r®ÊËCA¸-[Íø°.ޏÜúºžlˆË’¥€¾`0-X}!½@Lo:}¤'µrÏû±ÁU'jÍÝç´ªØ>+ûáÞ*ÃaÊ+÷1>,9îUBíYª8ªŽÑbÎ_ÈisE’X|¨\WnÅ„Aý_ȯJÏTo5?Øõ×LDV9vU[$ºó[¥Ý,=’ÍM•f7Þ•6zï”OþZ­¹»n³ÚJNù}»På”. J¨õùŽUqTéMI VrÚ證箱%Èwu‡óýªŒ¹—ÒÛ ÛZ!¸·‚8ºßÈ²× Èhg —þçUd~B,0€¼ñ1'ä´÷‚P¾Üª = HwZK.‹ÎÁev:_sAº²O@9îQˆ{¤©6ÒÇË ¹ŒÝëéÏçûæí¡úkE¸¸ñ¨wq;^ãÈ.ŸÓŸ¢9æ h®8†à¡¦v‚šu9Ò†{K^&>¢õèæ‡èê5ÿK´ûÎD«Q¤'ô¤ï7(ZÆ/Ñ$Pƒåêvõkó•êî+í‹s¢³ç¿à ùKÈî\(êj[€†œ{ÑhÉ&ºL ® -@;qmA D¤Í< ]»+f÷2Žu(× Azt…!§ˆÏµ¬æ-ˆ×Ns‘lƒIkH›_Û.nî¾Û¾9)ÃWmô¥üY5˜‚lÎÝ‚Lú»W ÎǺ˗@†Ðæ ƒ¦.½’@+EXäb D¾½9@zw¾€4Ÿ2!Ø„s~ Ë };œßK0篛«åü=Ô϶æ¯ýÅÝ÷í;ŒX:ýº[ùÚD5ñyùg€¬ùžl9AaìJ#Ê £  æ2Í €®Sãü Ùçªö´Õ`弿> mw`Ðí; úk(¤^£IÍÖ‚òJмJëN†<¬Ñq}78½>W‰çåWøB~žƒlŒBÑn -ŠöÏPT‚µ1ó¸Ö@¶Çòª²Ió 2ŒVè~O4!. í¦yj “H[¿—”Ë|öÆK d* ²µZd¸ÜÚ+€xOØîf1ìšµâœÕ Z‹‡6KÇÙ›³ˆîëÞ)ÔùéÛ4Üø†ù Øçÿ!ìM´TešuÝ+¨‹FQ±E¥³EAE;ìPlRïÿ¤óßg}kÿcַǘã!˪)/ÙD„ LáºßOuq³×¥¿÷7Áeäý;Y(h€pK3ñ®>4%d¦WdÀ:€|1lÅÕÑ›uAÆiO^ë. ýòÜž‡gös}>4K? -ùaù®Ï|þ^2Jƒä*̦‰UiœbïšœOû±vŽn{/ÚÍw™Íç¦Áºe½pðŒç¿âÿsd½-º®B‹ÞP8²„É~,ª|ËËÜPËQPyUd;?xjmò`N0w,çÄ]RÝ2×›ƒ6S××pJ_]5Ã]…bG½íF°±èM §c-ŽlîÖc·!Ìfjùd §ÞܯbÕÙ¿rÚóÌÏAÑPæ9~ªVl‚,•ûÎüÙŽ÷„ ÈfSÒ“±Šý»••ÍÛÓsç×föÄ¢kŸ.Ê`ô<¯Ÿ'âLu²åÓ^°ÅS.Áôãqâ„‘½w/ÛUõ­³Âåx¶Z%Â|9Û¦?¸÷É:“ 5^ƒÝ´ …– ! •âP;æy.œPé ÍôËO]ÆZwûÑèÝæuYý‘1=oÝ)ŒÆOùÆsw¸8³8ºÍÃOÄÒiz?uZ쾡DÝü­Î·¸cîCMŠC¿*V—ËÙeçz­UgºÏŒ=_—Àøßñ/y»©æ¢ÃoyÐR [:Ê€.œ}@;½÷«p±Š÷»‘âo‹7«Æa§­÷[wr4–s/ªÇá®yÚí·xßK6êñ†­·|™Ygw†j, -#¥@×µ`Uw^žçeû³EÚMMæänc¹ôcdÌÓîÿ€\µ¡=ë:”iÈßòrˆBSf¨ôAŽŽ>p¼”MIæ)Øó”±*_è½Þ;^Ñ5Úwë'Õåº÷à6> ŽþØØ–P¨º“ÙÓâÜžÔÏø0Ú·£Ì|¿ó±ßÂ1l¥¢ÂÌæ\n"z#É<¸uT_]:ýv«ÝU“Ö^•›v(#òe%­8ç!ÉD¿$7G>ô¾ ¦VUáFbI¹£V\áߨn4‚Þ~Ë¡Üõûd!òU|…[&oUá#ßÁ¸-Sš[«EѾ$ÇpãÓ˜rš‰P²²bC·ka¤º­ŽÑ¹7e Dq-ÛšØa˜¥Øá>w‘"EqÍ×[’\|qÒòíUå&a”e!VŠÿx-ÿ÷ €2OPh‹X|oUH@î²#õÉ‹‰|> +æ½ËíG¥ðT+•Ò‚ù…QnS¡VBmÒÍÐÆx•†ÈvXíågyVyãŒ`ÅÍ|Ï·è·òœã5OkžJu¦yü$íÖî3EÒ+4Äpq¯IøâPýwjó6µm.½?'O3QR?ø‘k„«Hºf£]NÜÖìö™õeé-Nza>k¬¨ƒ½ÙÀ¿6kGæýãl?Ç09õå‡y‰ô†…æ¹EÕ…ë°Ó®ÓÂ\°FÏ›P㣂P+ß !Þ7º?xsd%ró˜ëñ­\Žçþ€zÈŽ6p=7éä8ÙÒÖ>à -îV3ÛAø˜„'_žŸ*Þ¡ó6Ý»%Ž|æN?øX_Å·Ñûí½Ù¶ŸÒ—¶HkšAìØ­ò3ŒîðÇiÎóøüÚx¿ÌBc±ÙY|£Ò±xg°Õ<« -c—þ†üŸ6È6ÖŸ›?.ûnEèÙ3¶ƒåa:üu¹ -q:ò†îŒwl:AÖ÷-f4=èî­v*é8Nø;¢øh^×ì‹wGg¬!¶^ÌÞÀjc©I¬ÍùÇž ä#ΩÌNäB›6ÐìÕj4eaÔ˜2ƒÈNG“»s¸Ñ'=Ô¶{©c„K€Ñø*(ö½…IîRn£]m:ê|­[E ,ôù+^kÙÞ.êÚ§éIQWü©¹ÿº·Þ&Þõm&ØhÔ®°Z1Vj'OÔN{æPÓíGºVÒ>*«Uð,uŒëkŸ6þ€®=æGV»; -§aR£•o>¬EQX:³á“ÞÜâÇãÝ£§·ü¬¥ÑzÁí:µúÁÕôðí‹úçê |ôéå`_ï—Ø¸vžâÏêuAcÕ*ç+Žòe·‡Ê=_–…\ÿYúœ¸JùÕÕêf2ú?øŸÃ™1;í}ZJu×fë8ð[ó¾QM}ºhm‡ö0uDL'ÇfáÌ7©†„ßìÖo{UY+«¶h”ü®à6/½FzŸ×êt¼Òk'[ÕRu+\ºêÿàß{Æ£’7Ð’z:àE¥\(1k{"3ëINäv0ÑG„x7u}¡íŽ¿èŽ‹ÃLç‡v×Òž×ηž|)×;õKÑîÙ២2ݺZ9‚ÿ¬·î/èïžÐ|õêúÅŠ# ke·ÝáK^_”ŠþHè•¢e0ª;-ìœëº@¿éK~ØjrgÿPøÁsç Pÿwl‹i;h˜R×ë—‰þøUÕÒJJKš—¦F;C³{×Kõ›ñD: h·yw„%/âÓ ¾>7ß=½“Þ¾r÷^‡2 óN%‘îߊþ°ÿbÖ¦”bÈDM藔ͅn1Ϥ–\$ÚjßÙû>7É:ÁûwÀüej²í%ÙAº³)ZU쬮4u^kT¹ÑªÒyõqYYËiA4ŠTCp…&ßHog{0ÓbÕâûbÙUSr æmfmH]†¼5ÿO tÈ'¹³W„1?} ˆ%]#ò›¬Ó+¨×)wØ}‘ŸË'=sEý;–áìÙv­EK±»:Çë³ [ÐÛÝKƒ’wíuõoY•e÷Īï´^3X ©ph-‰Y/¦O[’!¯3º@?´B¾ðæ‹9£U¯ÒW¿Äfï›4—岨@ p1&ÅÒA&|ëÐ&”ÚKˬ§#ÓáÓpìÿ9ü ->E€_ÌÀVy úÉè™Ý¬žãX  «t>]´y9”."¹rñ õÝýÄn -Si 1‰r¦á/Ϋ*@@^èÐîôþL&Ï.‘±ùìÍJ̵=þw€ôý"~+WÀî,*B¡§÷jìFó bЂjM(l€š· @[ª Ú} ¦a!î@žõ=@ñí …V"æªHßïåA›¯FÆ~nF9瑯ܜ$.,'×ç b]gùìøW€ úAš úKX*,. e瀣,1¡Öýw÷ Æ]B€ÆXÐ1 OÚ²KPí¥ P¬ÜhÎsʦᵰí@¥ø P­—¨ƒÃ?ñM `µ”õR±Üô10oÓ$®Ï{kNâY1²]a.ö=ü “KI ÍíÏJPèJõ`ëvú–ë³7ൌ°ij°bîÐm3µÎ«í§dePëü½[µK[€B 4JC£'³"ÀТ0zcÌ«¹ýå6Kby:»Õ)u·ñäÜòã3ÉÕÈÔ0(S¹|÷(â•îj„ß–/ß:x¤KeàWeÕŠ°3L…Àf`Ä:ôškC@Ÿ£ŸÏ -`Tû°rôX“‡½»{ªl¬¶¡Blúì¼–{q5u¯Ïë^Vq8=“JÝ>–‡ñá,ù毙>#ƒ´4€wM(s~Y‚´j]Aÿ–—ñu¤Ã«_¿1?Þߣ{\ f™&ÀôthÌ(A{»‹+À6éÔ+0ÛôKmFì‹ Ýg–›;÷bd{×Wª²¸ÈÛÅìDoHç`°ž½çj‚ÿÌÅþ§ý@Æ*C¡…ÎçH7Ê>ÈäÑÈÜ®5@ ß-Õ«^2iùÒø²\8+*/µÝÑŸϘ>³¹Ýú±ÒðZƒ° î§’GÜOjõ^¼ÍÔd,g'×U\^Ò‹Ùâ8^³¨Æ+ÎNÇ› ;07J$¿d¼tü#7„³Ó~òý4áaø€Hé›6X€X [@d߯×&½Î>û8S}h½cë®Ã˜ÄÝ‹TØê–øýã­Îxëóá×YÜ/^ùÅGнœn_ÒñÊ?2åûâk1+7ÝŠ—¹½î¦ #Ì]WÃàè-~È\Ž&nM™š@ó^C@¬?)@cÇ®È`y|mãÑçq*û$ìcå+V¾Ý7jã:{ájü)çeÙùÅǧÛKzv»ž×6uî›üiå„S®;š±ß-wóZf¾ÉD¬æÉÐð/y¸b»÷þÆ–ÿ÷ óé@¡5 - Ê@”ë[@*2 -¨Z³(ë6”]¾<.¨ ’»ä§¯o瘋¥Q;¯ºxê·êýãÁïÙG† ýƒ1ðè†æQmØKïܳºç¶¦¶Kù—Å:[À'AQì+Ö¼jËÆÊí{ˆÁu«2Óþ€ ‡P¦'—Lmèâ¼úÞ›@ÞW8 ®ŒùÑ}ŽÂÜáÎræã–Ò}$N_nÙStC*Çb¯ÊGµ›¡ì@[î„ÝùðÂ-¢—Zâ?ëçåÖÝ/…ƒÙÉY%´î½'–öƒ/V¦7­GÇÝNçªÛk˜Ê¯DÉ€B­!/;8pÉúó¨>’Ùœ³²goö¨–˜ímaš×XýœÞç<"~ðÃ-O÷¼{e·Ò'#®7pQ šjÇ×|;·oFÔm•Ôøj’ɰ˧¹Ö=äÌ çmqßuébWZEy -/^š–ä¤õ_øÁÿi‚wT8ž,úuyh\õ‘¨‘“žç²;I^V.¸¦WƒÃùP;Ýc‡Iïçq’ßf»ZxPÞë'iÅ>Æýeã=³½E+ZþàrÌr£ i)ÌÛýygv ¤îT¿#ªc¥·òäÞ™ˆ“ú^þ€h{mhJÊt«. èÁdy“øVHdG~XR߸yjqÙFÛ“q|^"W8¶¡¿¢Öù¶[ömdP÷>Ç^s!¯Îêœü¡KK‡éL[£á¬`ô®S#uÏ8WY&ww¢Ø¯e]´œlþà–§^yK$œ…nýú¯€B]èø«…¾z @7W ÷$ W;éî<ûëZL9çãÙ\Ùb|Øc’6ôfœù~_­Ã,ç¯fm‘ÙÖùÙá&ŠÓÒûÑ…âјpDγ_ÛáÁª÷åM‡ #Ö­±Ò3xs}9³3äê&•ÉÕ¾¨þ ?øŸ t:þ³6açœyß¡7@ãâÅ[vóNºîØí”` ›Šdaùgoœ)0¶4;¶{|3rfV?RËš>ÜO«óŠÎ ¦’]úwb¶ûûñ½9i ²%*§ˆ§qv¹ü&Y”x) ›î±>È÷8¨¯6yK¼úsYb-Šš÷Ùli:^¿jö¢ºáƾâõã(-.-t0*äÙÐf½öX´PmZ ˆ-£=ÆÏ¢öè%0KÖvxá߈ð…–Îæ÷fšÈêºâÈ›R*×6 -¸si2mEŸiÜÙî²ä<¨ÓjA`Ñ•Ðû³KãÍL^·se¼Î˜5ýdµØ!«)ASJÉ}©]6zÁÎZöT»zïù5Õ –¯lKÒÙ¾T)e©üEûw|ïä:]¡PþjªZôAöÔ¿ƒ\vH&o£cš™2GÇÈ÷Jo,müìø¯îe·Lc§»{êlÐ)ÛŠh›YŒ™«¨åá]%+}¹”;‘ü†ñh·ØþÁÛÅdî¨c.©cË´u¬œéäûBº³ÿ ÓÝ®îgþ€xÞ¡Ì5ij1Íz÷×1;ÌÜVÅ9v6² -gË”µÀ·{…Bë:ÔW¢lû‹>±ˆgÕõ™´˜11îî:´^I Zªygºt¬”»Ô+É.9nÉü-oHŸåq#}¢[Fž%L©Wö¨Zy§05V)x–?‡_HüÓdº¤ƒ,±\Ú>ÜŸ—I-um÷˜äÈéÈvOy°ŽS÷ª?Ÿ–Þ¦£.\ãЊ¡TK¬vRE`¾¯O™ÌO!ÙÞæåf՛ߠ售1f­šb 5t1Ð2Qå°´„)XFë\úh{TžEGäßÈÚþóI¢f‚ìè¶9ê“\ÕÕ`sàï…Ù^ÍT½m~&Á3t˜eؼ)óSž˜L§s2´U,u6‡áó1â*—Ô =]a’ÄaòÂÌgÄv),´¶6!´zÒR‡ÙkOë¯[4§`­^ÆÊ‰DF DPiÑ??0Ñ__Ð_§#²óŸ»üh<·I„Mwu˜iž¾ÏP®µÍKëi8Ù§#Ãø5†Xh/[˜M¶ÛáDfwóq~¾ÜèluÖ°óðÖ¡§âƯ§ØÑ°Oóp}g›C»Ë5Ó„KÁ_ n‡ç¸Pjj—{¡™V¶Õ+D«k -pTþ9ü €ÔJPè6o? â's™ëìå}MÛæBÎ'bÎ\ù ¦÷qkv¥â`L»måHÇÖïÚÀÓVoyÓ+äsðZÔ™œ$ÂÙ]š£3uÆ))#Tö–O&Ö€Ÿp¯Ã`–gãwƒ¿-ÆU¡Ü*0¹y§…såü;¹â»Ðã#ç?3V'B`ø³í«·^hûÁ`åg—ÆâhS—u©«³*>ikÞrƒ¡TnLzG%=os‹›/­O‹°i˜ëï¸Ãk¤ŽXÔJcŽ–z áÃ8¹‘šßܲt“¸¥ -YëÍ6­È³ôøw -éuï“óÉ8LÝ”²#G›öº|Ÿ÷üVe0ðrå†>›~²¶ãç3Ïܦmά®i~„¶ríþ/êíWê:–Û\à4coæò³^!l´˜Â¹åVÛj‰[}'ï–.—¶{}-ïšuâÖQë9ô¨rœˆuÿƒüŸö?ÙbÅ8•% î‘)­ _UýRéx}x ³Çb1˜¬ƒÀ¡ÁÛxh|n„M s©Ãùz[îì¸nóV¯ x!˜˜ð,Ê¡:«SóúšÝwÄT«6žêl>gkµã“ j£u ­.Z»6ŒP•¥%Kbiv(þŠxZJ„äÌÖ¦p`%]4*yuIòÏŽ[Ëê$LÝÕqŒ6wú[#Ã6æ}½ð(u¤.o¡5f@‹_tŠ2×..zp-’šnöÜêx5YWîéÓ¥R7ëhùÕŒ+e—6{?x™?2^™ -Hé³.ñ•z}¬V&Ú¬ý+~ÙÜÒ­†<̼² õXu¯±¬LÛjš±sát×}øsÏ*¬_p}ñx“ûYšlY5.Ç{ò€áÈã¶Ìî-öû€ÐV…ïßí ×~ɤ­zâ—E¥´81k;b:ì¬Ä/¶SعÀ+ìeB þÁ÷nôÿë…±e›a­óW¸¾•祸.9˜Ýç͘›×Fh). -MJïÖ¯›™ª ¸' óu¿épÃ-†ÇC}7ª\jçÉ6©Ü—ü³ì¶s©¼$Ò¼¨07ŠéTnÅÂÎÁêùÃ<'礯çÊiA[ÝôÂCèÝã ÆÂ¯X—3„è#ùXžŸ‹uÑY¦ þ9³2\Yã\ZSÞY -¹NKb)ædÁæFzûî±ST-þ0,¿‚¾ÅQV1}¾Mò¶_ègä Ÿù6WÆæ'ÚR7÷¬Ó;!ÔëHÐ?8ù‰+5R¬ŽdBáö&ÄÅú~3¿ÑQ§BÇáÇ#eT!» TXwÓíT;…É´¥[ÕÄÎó"¶øC_0†©¬’«ÀÁš/‰Y‰òˆRagŵü°1asFKkÀÿ×jfnU¢„BZ!=ƒî¾MëDúYw2¾½Lï¼Éª‹Ä*ù/üàÿ´½^­'θÂN°r»·MUÞÙë @ì“9O_­’¾|¿óÉÔàï3S ÅT ¥ u×H›DŸøqó1@Ö+ —<|Ÿ‹ùG£üò‹)åÙ©ì¥ûᬶc‰ Ãþçð.R‡BuÊ«ªå5(T P#»ƒÐ€ -Q /#jÚ™À bW€(R -¶ŽÐÚÓr ]\5€œê€<·ëou4ݼ Ì(¯ ߇۴:¢ºÏNóÒ¾^ùv«½ÅëC [¿à&eО<ßh¸Ò–Æ]iÿ­'â4@A¶P“í´iÃ+ÈÞöE¹'@îSxz +A(ð-r».@YÚ¨¤/ª!D÷ù-/gêO/ÚÏõÓîÇú²w³óˆúƒÇ`;“/K¿%ý -€Ï¡Ì›i€Éˆ°•4Xr9mfv˜~ËõshhpYtA:¥Ú;Ò_‹Y¼ ÏS >C€îe ·m0¤rX6L½'Ï<;›®ðØW‚Þ}”žol>ÛZïœÕ ­#Ö“~Å· W6€-·M8žÂî·`oÀΰÿ–—ÅÀãcàVJx޲”×k( ÀŠ›4ÀHªôòwŠðÊÔ¬ösƒ]gçDOŸÔ¬<öííù1(çáØ¿—³Â½X@„¤"Tº×iˆ /øP·W/Šwœ²Ÿ8@þ,”yK Å–ï.ì¶ Òª²éàþé“RþVGu£Òäw÷o߉^¡ÜŸÝê ý0£Âýh.ë÷Q+¥$—Cy˜˜ÎÐI*ÊnuKŠäáf¿õ×Ý¥éø=mñ1²Ð»ç6Sô™ÑÛ×JzÙ‘üƒoäWQü ͨÀ³ˆðJ¥ Ò°@&wØ‚ÌÒHL‚² 3) ^ëuzñ¤GÃÝ]¯ßâdœŠ›ý<ÑWPÔ~ðkc_ã·möã¾±bäŒ-.+WÙ_äÎáqŽ:íÒ^ãxHízQÕ«õ·^Óî¬×.¡„ý~(éÖúP×7êx3/ý瓯 Öq‘ja¢( .îµm®†‘uw-××Ò<Æ‹kþyY4q4s&i¹qê93õx`ý¨ÅùÙáܒƒn®ÑuT™Åþ¾˜×w/ÿÒÝø+µö½­êqI\ÕV~9…!ÿ¯ie§Q³¡üùdvWfËÑ\d埅U؇óØäø±¯ †ñ.Álv ¼‡õz(íkÙ¨zâÊ{‡7Z»×nÝÛ ¹«¹ýïØáµ]¢¾ñA3ÿƒ¯7ˆÊ®)Ù”Â}ᢅ¹yfŒÎ˜èpóM®C¯ìîUôænG\à¹GÃݼmÖÍöàû•ʯiÉCà<2} -}Í|@ÞG7@ylæq‰ó•Û»¼cÕ"§ã„³ÖÑôwŸNï¸ {Ã{¸¿…©€ù´¿‚ÉÅ•­êå#Õe£šŒ¼7Ö˜{MÕŽ<¤Äb?øœ»-NùYÞϳÓâ9©:ãòª©ÌUfµú9ò_pT+/Qß7{Åf“¯ïÃ!Ã]ýj© –‹y ¡ÒÚ©ÎCjך´ïv_UÛÍ®Wë™–Í>¦§I\vÆLl­j?Ÿõ’ÍóiÆz¿?…?øÁÿiÿ¾ï¡Pçò§Ø¤÷[†€ºbÉkð±Ó ¯%TLÎÚ¥“Á¼øÈM1ƒmèTæáñ“^ûµ;{Ÿ#~_¤e!åöú—o},ÿžç§zkÏ:ñ1£8Õ"§O’·ïMê"}±gÇkÎZÄ碅V=f,;ýÜ8Í)´Žú ƒ¡ÌGê[l¢ï~˪´Y¾–D÷=.Ô²›÷ö¨HßÛGµ”ü`&þ?mèsª ˆÙ -í“W4K…W6™À…¹Ü‹Zeq´Ý•œ ´`n²òòqq±}“²[JÕ §qhÎ-µ] ŒcW8 XþÔ÷Û¯KG[ñ®LF§Dz|DZL«E©¥ž %Ž¸Ú 7iÑéßäÆzx•Ÿ窰²÷;@Æcš€Ä_PfÜpîõNlk³ Œú"D<¶wdcÓ] -€ó†J–r’’?­ oË&n›‘E/GI=³ÖRo$êîÅÃQ­uÌ£$VQá)1CÈÅÖz‹­Ž5´(Öy´ÖÒðþƒ‹iI¹‰«¥KÈ^¼ü -¸¨—›ß*cûû\ ç\Ø?šÑ¼o·víâHÞîªp+Õ\aËåq‘ Jجæ+q(0ßß-c]‡}ÄÑ>¥Ë²O$QØÎVnºÛÖæŸ[ÙbþÓÜdz|sàUZÍÁ³›y ½7sÏë«ÙÝ{‹|·*ñßðƒÿ9€ÌGl -ѺÉL*tÒä÷¸*57Ú!ß -TÜZaŸ°³ˆJìÚ­˜ÉËiÚBÁê*]Þ0Kzg8GŒQ}4'Cè¹ògXž‹d[ò›Z?üà™è>ýŠÐBÉ› -Bi)Žù«ÖKøøe BÑ-á~žô^ò+¡ 6Oí¤?m.JlcK£„Ö¨-ÌøV˶&,´"Ýt«ÊÂu/=¶Éâ÷ùqÙbeÔxT›u]kw‹­Š¦€©‹›nÆj2»®ËßTiÍÛÅKÂ×®Ñxx ÞxìFcªb˜¢átp¶ä«†‹ðãNûý+ɾÄä)¥ÛÇjÔwDo¬KëXð…ÓX€ávº1»×}ÞŸ‘MIéiøÎkäÎN¤–Ž¿wØuσŒ òîI”Èê¡Ý,ÕS¾^›Ž³éåû˜ÿÚ™û”8祬׊ê×:tÏuyþ¤ë«¬NrÍl5Í͘ þ†?ϸ›tNzØe÷××§WÔðA~Ì/‰Z•wǷÐXËHZéh‘-5B´?½¢|ȪóŲ(uÙE­ir¡ÜœÌ-¥ÌÃNy=˜Ý¡÷ëÁÚIÕU³Z®ÍwÝær'¶;ÝSµ}Ï.²:O³a’P¿âö.:ßý?yvÉÛzpß/øe`Us½yàœÏ² -f è=«?#[µ€àv:ˆº×qå®zlý#õ@3Ó¬z2ÝøtÏe.m ù:¹t»l?ÿ²Ø~A Y ›Ël³µCÜmÕ†;e^cV¹î†¥Ê5—+þàÕ¢¿ÉýŠSIWÙ‘=±¡•šp«%ßæùÍ•›ºe‘µö´]ÒŸù¤0̸—î ÷|À󥵺t·giÐ:$M[ÃàúÒXNëX½+¯ÉÚñf•ª1î6ªýޭط¸Â.Aù©U’ò¬žÐe>3Ë|ÑõJï«‹”Z,Í'÷+öË"ÂÂh\wWœ/ÌÚÿtɺÛamªj 6¿¥µv1Môb¾¡vøFÅRB˜‰§÷Çoֻ®±úç:ÝÃoµ’±•»dáe·4¤K^Í(—Ð`×,*%rðƒ3k«=e:µgÄO=ůF­°›c£B¿ù9ú-ù­Ö}€k oó á IY{½]–ŒÚsFiêåŒw¯Ô÷[ËÛH”®É}Šl·®ãa_R—Q#½kŒÙaefW-¡ä–]u½(‰´f¸g:•a\ØMœWþà.±<“ºås†\nÐVgØ£kYt1;eï>“u†OþÿsøGÒ¸eàñÿ4¥q,v~5Î}´;ö>oÅæ©ÀìɦSx{—ë»a«Z3Ø]½âˆB£äu/p+¦Ï£CÞT5˜Uz¹³—Õ¾»VÍì}K8YŽfW”;D¤gÎï$š¼Ó„Â5ÊDRf½À†¿b%‘2ÿgÐüàÜÊfyeµ°îغEIƒkëÂ7ÎïnÝ#Þÿ9Æ,ŸMîULŸ– °³4$_xÓX®Œ|2t-}ÍR¯½K“žÞ/¾¥”2ë©óÊônÑiáCEicç5B¯‘?Ek…{€8&yø -ói8;W3&žJÃþ¿×ìG²½]½Ÿž\ᨼN§²»¢’o® »qäçÎ󂶤ë2Ë‘®O~ŽJ@¢1·%”j-Ê uÀÜ> ×tBœQ%N ÕüBC!N¹”P+Ö ºÂüàÿ´ÿ@§¯<@zÃ"H)5¤|£±îÂúëî³×çÝ>@\S¯ÏG.½>×°õúì íõ¹¦ •º… …”O •5pNNUÕr¤Zn¤úøfý™ R6ÌÀRK;©=x@*ÁÞ_€—$ÝÞ/߃¿ ! -eŽ­H9û­Á¢žq†ï}DÇ 5*y+øÞz! Ríq¤ø§Rå†RB°©&¶©nçRæ>R -ÚpѾ= }Rד ”´uü^ R©`,D³‰¿–I{lùyt?³ÔßÐYÈÂ…Bïý:´ìÊì£=€ˆu ¹qìyÞ΂Ô3j|-v.ö@jmN n>H]¸#Hï ƒ!¢WOʺîĘž2§>ê%gUêjEâ±ÕãLrzôðDŸ¶°?øù_í?蓆B·^ jô9€\Q dk±˜4…@#ì›ð½—+ ^†6D>΢”áo‡Nñ@2å² Üo­9~€œZ]€Àµ  iiýZ/÷gx{#OR.f½s1w>§lRšö¨«Ó¢É+‡¢ÄßÍ*<ý{W†¸sÕùou gPè+»èyp¨»…¯uñ*@+R Ù <3JÃï¦ðû 5z­Cæ%ëú+=úH¯´Îžk~1yv¨ìæÑg»É}Ø^`‰Ñ³?øíÌ -·Ñ.Ä‚öÉ•ý:g -ù7Œå€¯¨±Ð€?.d€­¾‡H–l=nsY€1j ` õoS.Ìø”Ù>׊x}’ëóè77Ä#G§ -÷é݇N_¼3ʺ—\Фïqx»µ’ÛuZ„³Á¼ZÊÅ©!Y:ºxÜÏjùÈtæTTáLòÀÌâÚ“ä"@¯ -´m -Ý'ß²8´×¶ßO€÷y€Ó7ñ¹éNµGÿ5˜Þ‡73L.lp†«öíu³)®7)w},§Õk#¿o~+ðçT;ž»¢7;‡Õe™ð·³êvÐS×îçûg¿™‡=³›e¹-&ÙͪQÀl Êœ‘U¨0â¾uAzÄÍþì¶½@úD¿AZŠè²îÅu±{³ƒ­y.NËxîœv1B·‹4æS¼5¡Îêa[<S¼qÚªMå”§ú1²°å1ÿèÇQ¼]âûĘÝsnV~ðÍjö,†ÛG/ºêWl©¡)åÀ»ù&HO1 dúWdöò dn;ä™Û‰ùÄZjW7w’cm Ïí,:ýÁO½½>jåÒùpZ¶Ÿ]òÒÑX÷é¨ZºWö“%ÝÚ×¥v7;m§ÛO¹mÑÁ -ݤÛîr“Šî‘ÅUõåæ½×žËzþ ?øŸÀn‹2T»ªƒtfЂiýPD™_Â/¯ìþ•ºW"u¿ìòE%¢æ)×L÷Fɲö÷³Ø½ªÌnûQ¸+Lß”÷ƯL‰œ™õZIÁµrMn%Ü™ŽÒw4 †Ê øåì.·¼ŸÝ’' jÌk\èy¦7¥Ü ="ÿ€§V%€—ŸH;Ë&Ìí®ãïFÛJf|tÊô²¦ÌÜ©@Ÿ¸(©£íݼAéÿÜ®;R%ûmövê#`r:êÓUvu}ŸÊ+kWl-9µ¿t`áÍÉa²XæŽä<(î .å7é|–»Ôt$<‰i1uÊü §¶e8ròÜ÷~Faü}4tøÚùfœ@×8 É×é˜ï¦5îTÙyä]ÞÑeæÙìä÷ÍêÄ[Õ6ònÉErìÍ ÚËKnz±^ÐX+𛫅v{ž9Ç·Ûfù™žŽŒ'í˜Ë5±C9m?Éþ+¾Ÿ&qú¼Á‚Œ'È€Lk6 ïløép›[³ã%[¿ÇÇŠ>Jí›Ù³Ù`»VXX½UŸLïÝ%g I÷‚¹ÚwŽnwä$³}¼Af+•ž°Ú÷ÛŠj_tbâª;KÛLàÉ{FÒ„µ Ï¸… ]t¼b,d,]ú©¿àÊTº, HK¤¶šªÕ •Jq{ÅGüŽ—“»ÞE³~ù¹ ëz.<ÆVï-í¶÷9,Fó5~˜¸4Æ­¦zö¸qÆéÍy’tn¯ á¸=«7»ñšòÖBxô-dÕ_Žå ù4C“ÃL"¡ck>?¸ÑËŸÁ¯¸ñ®€ôaÎ~ŸÕÔdt²µ0eŽW—í6í«¶²Ü£ -¸mh˜5ãê]¾óSu¡€‰ææJ¾ #Ø«ùXLê†Xœˆ,äƒßƲXJ™a S&I̪Æv‡(9º¦—¯z¡ÔNWŒtKxJµÚãWÀ®‰T¾Ÿ&À¼òûl¡ï¦¶·ýÊW»Þ­E¶&ç‚Ö1"·Í¶fp|_½®ìÉ¥®è¸º?5EÇœp“`j¡çÒlßåµÑÛTºÕï£saˆJ†ÿÝ¡:NPaXL m­>ŸÞ!æ Äœ_!–·¿ÎíDdzöû$œ. Æy;y²-ýÒ3…Îáî™â«.-8'ç´QÔÔ;²ôºLqAö›Í™®õº“§Ú×­¥kÚf'^¸:S>/‡¯¬5§&ž¯©ñðï#Ù÷DªÚG«ÛSÈz±½ôüö3î£.ré£úûôƒ÷Q9ÿ ¿d¡Ð]†ý>¹¥ûÕC¨‘º#ØHPóüv£tЊ›€¡ž§¬°œ{*iuÍ«öb«hcb)™?¸~Bõé°ö4Üà—=?m»ë³}íRåíô'Å »§b›i -n{¸@íCL:}•?tvS9‚hþfØ -CåoœL&zïö&éX­ÆÅH`’Ú.¨œê›|…жÿö—ÒP»Ï÷³#9+ÏßÕ‰»/H–B‹}ãWQ5Ó²óàt7«Æ¬=ÊÍ<µ¼ÕwŠ]òcZ%~pyÚØÖ%°™r#ÅmåGGÙ(ÖËÚ¨eÙÿ =TËp Á8™ªÌºçÁ“-G/%,îüd\Þì×íJX ÇêjÿÁUŒ˜W/îè:Ç'’”l)O6Í=ôõr©¢in¥jôÂcµõÒÓ–Ÿ-z*5Ý»/®êY”¢*âŽ\i…¼Ö -‹µ(@(¥ž™PšK Kù?øŸÃ¤ïShQ+Þoýƒx·NÌÞ3'Å-µ®2a\û0>_C…eºÊÛsm…FÓäÑÿLZé0?Þïu£XIIé˜í0™þàÃèŠS;ª¤íV{yöZ¤Ö:5w…sª¹ãÆåfï݇¶möz`Ý"¶ l©Û›ß -Þ¿Ž¡cvMR¼lö*ŒÆ£·`v¹Å¬GË4ã?c¿°L›Êü`ì†3‹wƒÉg‘»[í};cœQ¯4ªãn°bb©»ÿ\;ê-ºiÒ² [KiÜÌiôB8ÖgGá¨ðˆ0ÊœŠ?¸Àl§}þ"÷SSöÂ0WÞ - …è‚¿.êTåµ[µ”Sq›0{1Û.lB ’é•Y¡Š˜›NûììÆŠmgŽÕ`ÔggäýÑβïÑý¢PZëc–{»JØh·%/Œ¹ÒÚö¶]áÔ•GB1šÍùxˆGü˜›¾ùqƒ-ðU’ê5&µó¶‘ä^g¾üð¼qìïx#P¶ðƒÿÓþ@ÌŒúMH{˜ø!³Ýøÿ¸{õ©:Êær3»¦‚šœ­Îo¦yJu­ncm©e>°T§ì¶%E×*"…7ëßz²¿ù2î5îÑÛi8CuÝà8ðhp9ͽ>…s—íuý3ÓnÜ,äcî©¾Ž vú:ü _Ÿ·N'")ü1åúx#]<ß;f©pCf΄ÚiŽ‘´E§¶9S_7:z]};C43Þõ{üáÖWž)¥y¼§Å˜d g&f¹wö)sÍaeÄ5á<Å!ªráv&S_•^â^—öÉŠU "aþy¯£Ÿq\K“¿"qb¦þSv^uèîàU\‰¨W\äVLa:=v)›LoÓFõCb£T£]Ó_À99§æ+èoo=Å~kv®ËGªáŠÍ ‡nó…ºBKzú~ì±ë@˜B¼lGw–4ž¥*S¯–K¯ÕÂͼW#;W£~ù?ø?ís¾0{ é1ë¢M}~{.y”Ù)Îò’Ÿàw„0K§*:\f<¤Ÿw•t7¶¯BûéùCE¦WÔòR L˜qÔhž^׺z4Û#˜‹Õ¢¨Ô´ZG®iRÚªò³M­ÝQ=g*µª¾àf•ñÐ8•'M1)³6¸–Yéÿ øfЩýWñ^Zf8§ä^^ô¾ƒÄͬy–dhGFýý9ýê8ù¡~>Ž wÆL§uIM ë½§œŸ´–lß;o«Â9WnUJôY~¨B¥üÝÕò”×&åEìKà!¥7r„_iî_W¥Ô¶p-bÿòEü7l7u¹$'´´Âèse>š%g12sãaj’¹‡ðÓßÏ®÷ûæ®JÐÇ(i3Ve½Wà¨\”ò]N³›?¬J2õfåYËðK‹¡Ws?)ʽ Æ„w¥À´ƒÀª<*ìJHPè]—¯½œ²:òœü+ò¦ðßøÁÿÂØ.•WÞø^Y ºVe:÷‹v#bóu¨Q?$v›»ÈëÔà µ^®Yjøm¢^ï3c¡Vz¡R…ÜvI¤™^Qa(!o«@?0ßÏ…L˜;/kÇ\>h«}!²÷}­–u»n–+È êuÁo”;Fªþoðù÷§c uuVO¥`â”ε®©uºßðö³‡å¶ÝØ7¯þ8ä*qå:4þf 7#U¹{)¬ôÿÑõ¦Kª2M¸öôA€ â<"Îó¨ˆ “  XÀùïr½{ODG®"V/­›3“¤L¬}¶š~æ‰ò•—JlçT+nY 3Ëïûû³A®WžM‰aa²Æþ$fÎÒ甾j /]Ä%èYàö¯A˜3œ[Ë¿ e ”O²¾?Z…-Ù­aô‚">ÿkEbÔºõùÉÒì [¥ -uèøB‹ÞþC/ÕIij}³ yüZ*Gú½à錓çÔ+'Óå€VÁ'›ÎQúªì¼’žâX=·È£³¨!ÀÛw‘é/‘^k(@W¤G¥ì¿ðƒ+UaÞôx]ÚzŸYšÉ¼»Ñ¼õª¿ÆÝ¿÷É6sj›]õH®9_¬Ó«½8~cµG —¹¸ÖׄÊúë줡l3sjͧW½Å{ž²ÐßO‘…‹„WP^ãh ½&î@,À7d›ù†l+JÂþ…¹»HžJ$[%’³[ûÅ£Äí€XÏLp «-Ð@,.ŸâU±ylØAGˆ? -á+ I×Ï )‹.D’€¤½-dJô@²hH¸QU¾ÿÖ’Ìp $øOD(¡ ú¼"$A¡.F‚¤uAÒ.!løµ…&¬¹ û )à—7UXó¨3ÿÖ2Úo@B‡ðk™Š½ƒD÷møWÛ®ƒ$#{sRê!¸P…RIVýBÿ»·ú"´€}Ÿ$"i+!e -e‹ÿ/žA× yŽ’ /ƒäº„-}Q ñ[ˆ=!H(FHžÔ!Øk„4ž^„ j „˜‹UúÖÂëËÑàž=§ÆÇÜp×OæÚ:‡‹T|ú -sâýü"tP_P¾A™F®¡©aõcnÁ«à¯ b -ßœ^äú¥e:B6N=B¶Ä~!rÿ“ÕÓ"Ä•¡F7xEHÜŒ"4+g¿iÖU yã>À‡ö“Ý R¸ðª§€ÁZ÷·SùÜÞk×¹¿«‹ãý÷_ùÝí/D貎EÚü†®¿Ápô¾Iá3&B½Ë1B÷¨¡ôÖ<º"tÜè@(‹ ;0r+ -À•9¼—Ï ŸYþ|²A /"™ —¾*É `Žcö½1Ùß¹—³'ÜOŽG…ç ¤÷%Éݧ;اœ¿u Ó°íŠÄ7j«¥(5µ(õÆ–F¹ïI#F”ÚÒî7Ãú;[ûœžù^xñ‹°ÐšrsÚËAyãžßÏ^îñÞæzoߣ'±Ï·´ŒOâQŠν®'nmæÉzAv‡óÚåih”ÿLR¾3ïØþc5`_÷g”sþl»Uªç¢Ô!)GXkÙŒ°wiþ=nBø&.[&bÁçì_°<,»Êûi2mß»H3Ÿl¾¶ž(ƇW”-/ù5½¿÷rµÂ-r‡w±C¿ü4§V÷™ñŠ´“ WÊ£øÚÞï.;ßëVå}Ûç"ÿ÷_×ÒøÆzâßâ¢TV$¢TçZø_ŒoàL”ÎV¤W·Ï2“ñƒjw -çM&É¿"áIºZï9r1=Í<3ÏòÞ±dFsò9 Zãz>J­8´ †ÙÕÞ pçnRëÞ`²Ë[K^+—x´¿_Ðî!´F|ÿ}žšÙ·yoH®áŒÇÎ_ˆRUÊüÅG¾¿^ -ýåà J‡“í7#X¹ìùÔüÐñ¤Göíꌈ;—V¥ò ¯XÇ^‡õù‹ÉÍí=˜H·–½5®RE¾]bå -‡v?‰/¨]ÉX:ËÖ,ܵGçÙ`,üà§Bfw1ËèñmlÆL 7ë_ØÕU»kùùà€¼æ`SR…—?¨03‰2ªÍEY¤«‡Õ‚lzÑɲÜÉ}:ÅÜ -Ÿ·|¯ £œZº–_Yi¼ÅŸg›©rºxëÓ©0ÔÓÆÜÀ,o²)ãY¯uu'·šHˆ'U.Úþ1™ªb4{¾|žd^2ñ ÝøÁÿ»þ‡(µ~æ#ÌgòQºÝ¯G~>²óÚ,sËã[`Åã ¿*šÃ¤²÷ûþD…×^´ÏYâT;­ªÝŽÉ¨™±­t7ºÇÍzóÍh?¸&ŽWœ/®*/Ðø˜¼)⨠-Gò˜ŠòK%“?hò|ºÒõ…VÓÞâö4z‰õMÿOD©G’ðù©ýy“Œ²µó÷Ô,XîÂg©)zjƒäŸ+l-Ø|?_+·²ú(m>›²î3¥µ÷«¡ÚÛLVÇ!?á#deer0N²•õ9·J…Ò­ØÃ¥âZ¬ÝÚôPQïGh×Où§°'ZŸýD>ﯴõ×_ˆ°R!áÏO!ʬtBÁ,"Æ÷.×õ+SrWí« -ýmí¤Yó pOe¹þະëÔcNl*æ%êÉ‹Êa*ÑÃúð`áP]äzÑMl u_Ø34ºŸfiàê>z?E¾ßØ;MaÞ;ízÜtL¸\6zþ‡ü¿ë£›œ>x.Êx$éÂìSö‰¥ßÉɳxí îæ2»˜#ŸÜóa4©‰Q#”ÓgR“î¢Ù9TõÆXx×bzÿ)¾vûÎ:V~p^ñòg¾Ïž;-ÜG;¼ãä83é´¹ì0ä¶‹{Ýægç׆¾nMiµz¬âÄþ ph.sQZlå£lwÕËsjì÷Ƹ#;ë‚P²}wPº¡sfdåUJ0ŒxÑ”µ'n!#‰vEôkjˆû€?®góÝ8U`¹S»,pY¥«m—(sßÜÇÇ÷¦t°µ³˜5ÖU¥Ùk¿ÑÑ*ò`nh3ï…u…¸ý‰¯ Ph0…B%±xëïÏAˆÜÞ+â‚ÜeÖ*ôNlõÏ™=«£×ÍWò4\ù.ß. maJòâÔãÎ…Ôx[¨o—›2>Ù®kÄäÀîVü‰m=—6…„þxl‰î¶ˆé*þ¼µU Z×Õq›· Jgˆêo@Oü[Døöû| •¾Q±¶7ì5JF†HC×ôu\ƒ¾‚½RfÓ²×šŠ #QÐ^’CTlŠù=òlÕ8«:£6öYî³Þ™0B ¬hÉÝï`-IÃRW!º-õˆ —éþX“Lo~ÍₘÎÌÅìÀ;sqzHÆ_€sèED™£_…®Üv*}ÿä<üªoDè¿XW¬jÁ¼¡Ë»R'¥¢"ÛîqØ9ïd¿0bwªWË[z7&×õ۪ô—æp5läg‹óìDϯÃÓ~^ppsÆÖúîtK -è´öi4'žœã¦5 ÂulºM«ÊôI]³²à)Î!”ˆ²D¥4-¿þà*iüv,©Øe¦Î±sÙ…6_eÊÚðLN•[Ö¥­2½ àz y£¥á¬\îKÐtºuæÓZµW£öº7¿uwƒ©›I¦^²cñœÆíÅì:’ßÎg„´Ç¥¡w¾‡‡Ò|2Ò¸]*Æâ¨þ'¾{%›ÏFÙÙ¤ù=Ô1Çe -vww‹Y³ž2yÝHt„æ²G‹÷òz`ñòݱö¶ñvsænËŸlŽ¢B™tÛÍÅ2ߢ¦¯b·;îPì`¨íÛ‹|ˆ}¶üÀ”€9˜Î7ïA6_Èõ-Ÿ÷-‘ÓÔAbKS·?ñC¹(ë¨Ôÿú¼sóÒb5ÁNÛ#–Ò#y›üàêtVM)¥õ¾}x·éµ ìô/›â¤Ÿ÷&›~I½»¶yõ¦–í•+ùi×Q‡írpßïÝÜßÏgÖû¿e–V)ð*ìóv!}Õ%?Ûf7É»ŸÒFt;VJÆ>”š…|]ˆßøŒ?ñpg -kÓжo&.Ü᾿š¶‚Ìü1Å -“°Ž–GX¨÷¯KõØîdÔ+'×M÷y£Tˆ×³»„l·Þ^O:ü;v¼ÆMêÖšØÝô•?ñ ØVpw^] TéËÌãÓ§ú±ˆëÊÙL/›Jrм'¨¹1±OKÇ>gOÇ›ÍìærûM—v˜**í@÷á°%Gs¹¡Ÿsúl‡«Œ™´†ß˜ü,ø±œÞÜ_rU)âØGº¾áß`ÆööÛ=)øú‚—îÓà0ðÆ©íü3X^I¯¶Hg:”;Ô¼Ðiƒº°lKo\„P®í®1B©dÚîQƒåyßÒŧIõ CÿÁ)Åൿàª_´÷‘¹Ì9cúG2£÷\¬–ΗÈÊ-ÙO®wÛH_íõá>̲h}Þ¦a¿Ñ‹5·ÞOCï®GùÄúÁt©h÷êíuÚ:Ú½3‘¡´Ü Fiõ÷¾G -Ó#ƒÂ ãÓ2§j«•á›97™Ë¦Žä,z*áyË -Äm0 -²?ø™}°Y£c× õœ yËwpèxWª2ïW7š ‡ï¥]}”æ^eßJ ´§;ÌnÀlÕC÷ýŠôvìÒjLµÜÖI^$­ÙüUhp /ïÇò'/ÁJ!—fÙ# ³B­y÷^›†s¸Ëõ×nv¨¿š5ñ/Øï -E\ˆäL˜ûË<§éQ%¯ØŽIÚQŒñ >þlZ<é3Q¿ýàså.S¥g}&#ü]-ŠÇö b&ÝCk˶‡AÈ·¬¾¦’tzi>¶®ß\7©f5«Íja8n¸¶·kpéÞhÌôRÝ¿õµPš -µö5+T£ÁÎýÅ/\ < NÜt›Óưp¼jQ^"ÃNf?=/‘m35ð™ñin/ž®fMû9ÜÞ—Gk°1«IORùÎ:[ÔìJHÆuç?xã”M=˜[r]ÌcVz¯Þõv -ËԀ͓5ùP^Öz‹RëÍ,PCrn¿šzbÛÊ8qùò™ÜïþÂùAª9CZn‹êYi— ÍÏÕ̼0Ò/WËž>lŠ6žËJåömEÜåKµßt§®²$¶¹½-ºÛ+796jÖ¡[ëϹiuDsLÅüXb%;ÇÌò¥¾rËK$J•óúªöƒ—î,1+1í»R*ÅfT*á ¸iUØbõ”Yÿ³õ‹Ú¤2/+',ŠýK)Ë9³j=ñ–¬ݦʸÐB¾]0œ¼Î¸¹^õ€‰W! •·ibØÚˆ!uÌ©¨DýÃþßõ?èƒ@¬üï9GǤó»»?K­»@­þ˜*Ûê öôìÛ“"²#qFjËá¹–X9»:)ÝÜò•_¿Kå¸ú)xzÿàùZœ9™>gˆaMÌg'¤\ͱH¥‹©ó{ZÞ:åÙµ#„ã¦øõ8"«o2EÖÖË¿ð¿§-Þ,ò—ç)½Æ|Ÿ¿ð“ç4N/.ÃûŽÑz”v–¨³îš.Õbë]¤ÅSWåòª© ¥rÔÝøómâ, ÜO³Æ®gdæíÜ ·µ‡…mgÊ-E÷ODÞ-ÞH¯yÇþe¨ökßíéµV<0‘5vÿ‚ÜØb•ýÉÆ‰Mp|%tncx³s¸ ïÉè‚ýU¦æbÄ7ëÏ*[C³³EùšZ²ß3‡•ò:œ¶«œ¼Ê͉aE›dÓïÖ0}•Þ¼‚í†X=»œ MÍ‘^@4jkˆñ>Aµ}÷+Z[%­ µbÓÿð½—ÿw ’yî âá-±†D Þ# ˆ‹oD ¢†—@DЈp"dÈà«G¡ÄDyÆQ㉀hPËh¹©Aœ(ñßóÆA¤NW º>ù½3ˆ/q~E€¸4@\ :µÞÿ 0^ôË×ΟH¶øY5 ÉUˆ -µ~Ϲ1Žg@ôYÔAä¸CÛ ÄY‘Bœ!–ˆÜ7¼µìÖœ•ªÐ6ˆ»!½ñìÁx[?‚X6l[=Ä®Wñ‹ê€ãr<„µ ÁxògRÃ~þaôÅø@"×(¯Á–mC¡Û) -’ú4 b]ñ͇5ë=X©nïA,Ö éâ -¾÷bÎ2 ~\* þd)ˆþ$¸²I)â@R&%Pò$ «¦Á &cÐì…ç 5 ¥<V˜K߃¸Ùó @³ÿðƒÿ+@òì…P^ -l!éCêÿ†î£" kïE±× Ù5ý>oßà Q?Ü ­‘ܸH|wTÙhŠ+¯ u‹ëýcD…ð“Yl³áüÁ*J Þk4=÷·öëãXϯ‰Ä–ù(ne‚y!ÂÊÔH„ä7Ælt¿ñd;YFÈ¡+|3¬O²)}Ó¬áÐz÷üÇ¡Oæ”í„Ö¦? ]Žs‰Æ·k(ô¾h¥Öðþvp#|¯ŸuÂçüIÃpyø:$*íÆ¤ÈAÛ²˜p. -ýûçè˜Ùþ…)¯>P£ -§Æ ‡D豇E©jRRµÁ(Bi¡ª£F(]²?Ó+G èx;¦þƒ¿«ö±ëïÚ÷‰ßÌ¢´÷¾T9OØM%(æ ¤Üû«»ÎnÒá2îà6Ÿé)6vˆAfóXÁ¶Ó®`—{{þþDhþ¾ÑF»_ø¶Å~"´™J¢T–ME)ó›'Ú:¶¿NÌ#,]åÁ$W5ÂåE¿¼7Öš y”¬/9ÔÝ„IµÝ(žÆ¼»|Nê»í3íë¢39ª“+—  ó¸>o¸wÀ•Õä½>ïÏnäh´ƒiU¼ÈÇX¼ÀEJ°TQØÿØ”2”Oàþû¸¢¦ åïw¾Ph0ûïë»äónÍxÉ'Ïv1ì<3ÕwrÃLé±z´IûÑY îî`>»s)ž¹ù¬Áßöïx iëz ^—ÈÑ‹²®5¬Qs<=OÛÂþ´hÌ$óÆàŽl@4Ö5co¬»WáþoST$ÂhýžâQ‹ÒíÇ(JO+LÈœ÷[Ÿ*ì8Wǯg±nŸí‡¹÷F.Œo-*›»äìý‹rët.hi4¶´Ï¶ð®ÆÍÄ•ÏY;NåqÊo¶±I{aÉØà“±Î%<§ /«ŸéPRqåp<æCáØ¿?ö¿¡*ùžvR|%ÞÒÐ[Þ7¾çïN@n:\½Iº¿|¥¢ñÊ)¨"wßÙˆv•húqAÕÒç|šҧ˲\>åmŠ4™örh8 -33j¨°Ö_wGԛ妽Ý*ì}jLUÒ_¹c’™ö©¼¶QÆc÷(ŸÎŠ"¹…t°ñ’ø¢T‡I"lÇQ:ƒf£L!$£Ì•‡Õ|4òÐì§ïÜtbðƒß÷9}Ez–|>«Ù›i÷7ocól£úîFæ4Á!k*èÎ;jWeÇGã—ÇÁã¹SŒ*P”±WƒŸ#g/™8\1é:c:{õZ‹Ï ®ˆÛz¼Ý]þÁ÷ȈΜcá¹V¥Å~þûê,ù¹cíŽÿ™H7kÌjöKz¶®ÇAoq¾àœ`®'oKçAí¥Ê¦‡ÍEZ™TF_ öÌѤœCi5ÖfR1í¯ìÅç›4Å­°uøˆ@ö'½¨ƒeº2/+Ô‘Gòy7¤ƒÃ_ø¿=¾¥ãù–‡È‘š/uã¼K¤RØÃñYô&cóšu®ä&¦“LwºÐ?jŸŽ2…;‹t›°Ã£u)ˆnM¯‹uþÒøð5Ù‡Ïj Z{>ZMU^)š6ô^‘ivÃ+]æÌRnÎe6¬¸µjâq;÷Xys#Ûâ_ˆ°U Û\(³{ßïq6ë0ÛîÛæñtp§^vp1ŽHádûß|~ƒ,v6ªZÞ•Ó#°%¦R|‹¯’„ -­a-»ïTSe¾ŸH± ÃݨÒ\p&7Øp™÷FÞZ‚sÙæ¢R°¡»Ü¦ô'ëuû&¬+Qtd]Å•Y®o‰?ø¿â"ì–‡}>ù¾ÎïaåþBãGM+¿oàuö®CvåY9Á$̺Ãu4¥šgŽ“-#˅ؾŠ^óöŸdóýÈÆwøxžÿF­{½ú6ߪ·7´ÔoJ]žY¯Õ³À¾0`°Üiì1~rÍ0­Ñr@ÒÙ}8÷•/ä/tgÞ͈Òv?>¢5¬Åaäqp×+ײúÅ穚kaú‡˜¶ÔÑ"^*9v8¸Mã,ˆ:âòê°¸3*¦¶É®µVb_ƒuƒyO¸>#dn ú³ˆvtÇ®¨«c…}@k]¸Èrdóíåè1ÞB舄© 'ñ"|>àÐäÿ3»àmnÞäî·çžK¥‡m¼[(¢õC¼vÌ -hÁJN©»÷¢lìûxèì&f#Ø 5´Þb7œŒ|ŽîÖï•Õ tj-õÍk´Ä}œYÌZÃü".ó‚ÓÒ3f,2?»‹)~ž·‰Ý?@Oüÿ»þ‡?’oT¬àfßúÇæéfx¥Tÿ|G+®ùšY½›=|ÔtÆ)Ë÷§4:ìfeNè¸[Ç»;—‹³ÞÚíQ€ b]%çWæ_¦7Ta~M%µcé3•žNk옛ì\]ÍükL±§ÂXÝå8(Õ7“樷™ìö“õ_ˆÒåwêßÐ|(ásooRÜ_¦¬ü>9LñePäÚVõ úRVè./m‘YO¤Ô»Oå'2wá5kã p—Ýkµ€îæñ2C ©™<³O' c±—kŒäQ½?êá<=Tg4Lù38÷†PÎ ±4¦Œ5üSSc†ÉÒ¢GÝãmõ ߀-VûÂ)ŸwàÖ‹“ÐÊ+ìÛÜÉÈKK¦#ûHœï¶\)S1øZû$ð–?øî<&÷[&<ëæøugº¥š·ÅWíšçr_üí^=TÍŽéËëíç!ô«ÁguÕæ˜~ßìº~•:ûñNë•ìz¹p6òÌd}Ò©¹—¡¹Dí> ^Ým|:|âòЮtHó9h‡³Áº} ^Zû³éÕÛÞV­Ä?Дœã~ãÿWxÇâ±y_²6ˆLO#Ù?Çüàð–þç¹Og®§íæjë`6 Ùn¸ÎÓã Ñ^.}g>óŠéõDÒ'â()jŸ¡^§î®Ô½uZׂ[¬óh&T¼óT,•ÛÔ±{\RÇ^G¡hæM¡BØh,rAšolEš´5ÿbñ .±L#7å4NÎŒûŒö™Õ©„Ù1á.v¥Ós·Ê«gV¾Œ´™án++ï'‹GýTšñ^“šô8u<ÊÔ3tŸÝõ¹.?¿ÚòffPêjp£RÝ»e¬¼eH›zkÒC'­ ÂñäYï=ȳ8¬üàÍëb;j„á¬qØä/<¶Ï'z™‘…äßãMóiäX rÉ!XLÃ}›9Ûúvxb0»%-Ö§8{“/{*id¬Wìâ>\<Éf¿ºÖúO%;k£%i™ÞrOZ!£‘‹ÃýNæg-мz®yÏu:Múæ2Í’`\š%öšoTA·ÎÏÚ/¯†µ}o8ø…ü¦|¶è¹c¨+¥ÎF&×l?Ôg6àKâÁ*‡ÐXÞëŸÃ`7:a3¬éû  Ð#±[¦ÓK*Ô$Säu& ›,)¬ÏÃ…ol»Yè#7ê÷¬{>ŽÖù=W©ó9­“B«“^k§ÆdU®4»•¤çuþ‚u-¶Sf+…áÚ¸~K+lmŠ‹Qcó¹ðè¯?9ö -wäËd -—h‚Æ“¼ºésXÄtÛäÚZŒ™ÔÔν ƒæ'ͪ¤ucª5©*tkø³¨Æ×þâqª÷Ãwu0 -‰j*½íVS•¥Pï |/°÷ËYëÞ.-ÞËÖÔ/üïqÌ ƒeWúAHä!‹í³þÙ¼)àЧ{šï>Ž<6”`7¨h9¦èE뢣 ’e,µá#ô,êíÙâUUÃVT™ËxÙ*ŒËåœ(´K«è>)/ ®øØ™Fq=lûÅ*æ×áûNÞ(…Æz"¾×óäóëmõßÐc6—ýÁÕ9åäºJg<½H¶¯åÌgƳúuQ»WµÉpM‰ƒu}¸éÄMnI(:kx«ñ¨Þñr =-ΕÙ°Ëy¸Ûýý)ì¶^*/h —årHêÍÎN 4a‘;o!›Þ.®™s?dæè̶ʥ¯‡Ë;½ª1ˆ]í´4—Ë+é–Ѽƒq›ª²©ÿXlû s24gÒ`=g¹¼ï,¦uyãóOFU ®“•ÙrÖlñ(·}æX Ó]ã{äªE¨kpÏNšW'3o_߸ ×;l;?à)²¤àÝ(¤×"éoª†ô¨c€ôÚƒâ7¢Øé¯ èõ/‹ Vãl)³cZÙ˜Mzàõ/4?ÑÈãq°>ûNüŠ6­å»´¬jTÅÆb·tGæýbm¯Îòâl>ÏõŠÈäµvÍiæ,¬é«L³Øó„³)~ùÚ"À•x¤×¸‘^³zƒPÂoÂjâÑýl×ßTZý+Ù‡8¿pø`tŽ_Ög输A°´ÃÌ}ÚÏ¡ÆÀ™¤¤NR«ìZE´ÏÔÅp9­LËj¿¸>„­¹À Ï~„xÆŸ!4/CÃÔ°p²Vðpr03ÄC*\«šóÁ®ö¸Õ· ÚÃ!ÑMƒh¶¨¨fuA”Ë}ãà«-¼ -Ž jt/ ê]}>ÚQ)…<ˆ./ø ¯?á­§ Î!PnCõ£}dè%…¦§aváA¾ãçÞ÷¬_xÓ—[ñ‹Ò›>šÅ_1¯@žå€¤æ>@B< ä b¿XSÊ 2]'3SçÍ÷^*ÄíÝÄ“ØÇj#ýx‰ôrÌôSýŒ‡8õIcÕAxz,áì`íB¢›Ó‚Âjâ¼Ëk>òk;-íí‚GÅkŠVí´•úKˆ¸ú‹Rµü_ñ@|5¡ÆYå1û"$-ÆRÉAâ¶I(â$ °Ér,ƒÔdf|Òœ`‡sôâWæ«v93ãâÛ¶XË»Ò(ßEï«Çsh v8Ïo›ºG‘Ç«m±Û³¦ùçðN7Ÿ3m9™m–|XÄ»ñ˜_ï¿’nè@]ßÃA˜ Ä]õ¾Ù¶Íörõ›ºÜ³°ü˜Í4æäDz?F‰á»óôÍo ßÛÓ›Øk•Tüuì«3OÕÝ8Wn»Š?ºèh³xê%g÷=«šsª¯Ç¿ÀùbÓÉ«|_‡¯öm—•Ú·4ú®ïÁ€ºîƒrë@ò,>#DgíŸQ*»Œ¢Ô&•R3ª¥j›qxá‚ùÛémYï=›/©8Qp÷Øá¯O}w~=ñà œÙI9D•Ì?–ÇaõQ°-ÛN©»Ì>÷ ¶÷Úq¬Ýø”î\Å*]ºv¡f ÜZïlä‚î9MÝÓß¶O³ÓüøÁÿ»Žñä¡ û›ÆZp"¬”F#l/• >íOn8ëùÞ™¾ä¬?{mã‚&= -g÷tîýǽžÎ„7~^B®ßÊ^Åý¢|‰p®c—Þlß½ 5wf ùˆµ°V[>O$ù~²rEÔ\9½šÁ^'}Ý-Öz}ö4?óèi^du!BÑoþj6ýˆ°¢îExNÀa%¥*œ/Y½J½¹W¡ùê—2Mgz6ûÌ.o|øâ¯íËG¿ôìøf ã¬6¥øœ±»éÓ¢2ÈŸr‘Ð0é¾Ô6K¨36ÖãmT+ýƒÎqÊEóƒ\¬†ÑZJÇ=ô}Š)šÜ(£^i àÞÿ…å<(Ô@¡~)Œ Êl”žpÕàÙ½—_ eäËÑÌßwã|óÚyHSk$Ö¶§ š>þàæ=M\ 'Wp*Ý:÷™`Ú»;Ïi-•­¨Ÿ´ì;{xŒ7©å±ï5ù#ªêgeŒ—>òŒØ•¤ËÐéîÓÓøPºlF¢³œ zß6&ñŒ0Rr"\ætë[™°‚Ÿp_<RÏ9é}ìzf”º$Þ«zž§¨¡ÉhgVysIÖ¤©J»¶s<ŠíàˆFÃDÑ.«¤óZYž1Vó›Ó[ûÒ’ËÌ¥B¾;0ºaˆÏLÁk £(4™¤·2…Ùžš“/Æ<ÈÙ£_ˆRk -ŽJõíF鲟Og -ÜÉɾ=Ø;ÁYéæ}몌Bp¶Ç’Y±Ò]-$æKµWEÅ öš|®¯oÒµE¿¤‚´LrÄÅçð”·Å¸!x›lWhzé>à×›=ZGHm—ï&~n7øT Õ·KI«gt‡Snœc.­G¿¥Â%lÊ^?ˆÒb5õê…Çc½n[÷ýýaÞ:sÚ°N5%0aãçô–P*еçJ¶›´º}‰õPé|.‚œlßýÈÙÞ^–—Åty—Der7ìw‡; •n2~¶g«uÛÎqzsµ×íM±r›mŠsº¶­ÃxÍ.ÖÃ_ø>Mø×çç+¥uäÜTùv/sÖõ8_ë—q©¤žî†k4ÙfF=žÎMeV-Ž%6"wˆ¥}hïN¼Ò(ßvZî1Ø<q“[ßZ%²°;«Æ¾¹ÕÄþ¦ÈÛËõ£Dìו c±[Ÿ@ÙúþB2>Õ˜1<(Mrþ·Ï_ÿúÜ“£Ýë±~°·›$DÖe¬-ŒóòòóÞ±5yÐã„PkráX‰²`öŸËKäû¥q¦s½lÕ³¡;Ã`ýØu%XdYWÔªl=z´™ý›Ñ¡XßÒ‡¶j¬¢#VÊ0ÝXõ±´úVˆ¹™®ÃrôÅð"Éûߨêfœäaï:«ûup~Xç«Ô2̧!ɺ(ì.*6Òcù†ÍK‡g€õq4]ñjá¾çNwÎýmÞãÏëuœ±Yîþx1{YùÐä‚ÓÑ«¸RÎ8¹Bs­Ñr4Z0 ótSÙÜÄŸ[÷zâ9š/o<·ô`ôÅðþ M¸Z.Š>ó5ïq§–½û%íkÖ :؆ArcIC¶MS±6Ë´î´ â¾ì·÷=©5ÛM&ÇívUNIëÍ£§3ï÷íJw‘Öc…®?þ_¾âÅÔN²óKµ\ýÆ`wã˩SùˆÓêníL^ä¨0yµ°9šVéöà‹þ/|{„A½Ûú8%õéܺvýnåFÊÅ䊨¡E÷®|œ=¸WÊ´Zó].+tæÉc^~Äå,(±2 D–¬’*ÝûÓr|x]ç{öœ1ýB0ÝŒ+©ÉKn&ÍOŽ…Ñu<úœ ܨ›Ó/Ãø.dFÝ¢ ¡Áù2úì¬þ½_øÎ¡l3÷Q+ÚÏk*ÊÜÏÅw1Zí—¡j ,+ù58¼Dï)|tÛ£Ú¡¶ËòÕáÆA™ë_Ÿ<í*p$¯°ÞÚ˜_/'kº­'÷qÐeÝ‘ö>p­_¤‡ƒ£UX¦?HOçLÿLfvMÐþìv!ûg4ߌÕÞ@·:¿ñC±kêƒ×~:êó’Y`¶ézÓ‹Þqß§ã¬N(ÒfIò"µ`oû#0‘ÝéC—· ûn¯wãÙœ‘Š×ÍJ râb1ê§.»ÔÇâG=ÕGÑdЛןc¤wµZ…¼·â¬v¯Ø¬/»và©]öp‰»ìfÓì²ÝS·W8Ý;½åÇiÿB”6ZØsñ¬½nòrû<ßö¾m¼W‹›–B/'¥@§Žb@EÜ^áÊϧýIȼ*±©¹ÉRçÁ˜NUÅÕ’È »™³i&-kvjÞVï[äÒ£)ëÙ]÷\Э¢l·š×îÍ;›(FõÚ¾º¬¶÷ä±Ó©óGh)uê+ú…`+€SμëPœÓ~ÛXBž¶…5uhSµjHIÃc…ꄯÕ9[ÔÁ”È_ðKòm¾”ò-Ki»ß_c$,GS;Ó‡r÷ë=mguG›íºƒrk?˜^ØNŸþКLKëà5æë -ÙŸ’Ž2#“;8ƒæ®Ç®·Bdzëj;°*—v;?ñÚíF„Q ˜W¿1X1Qòá(P½îÞo©4^j¥¤l‹4²N³•ªÞ¿àfæ}ëí ï\Ò+/¬,W§Oyݻ߅(04î–Ð;öÃÌ– z;½’Æþ\æÃ{2¯óü´õFšctÕï .y}Ò[k©eÇU®Ýi”¢lOT¿ÿ|Rhª™@\‹-ͤº­ÑôõF³È%§­Ñ´f£z3§fkpa@¡ÿò¯øg½\¦Þ7w猧©Ë;æSÓ—ÔÐî=®°Ú¶V\ìéôÌ—…£ÍΟëš1ã›Ôk"÷’ddt÷¹Á2Fk½ Ø´;Â'5‚-–4ÕEKøm+ÝP%òœJ[»793Si’˜nšÍ+Q]5¯¹ú­Yh™xƒéšåºÃ/JõM±Uü…ÎLcþ6Úõb N;¸òËK¿Eé¤;»å}e¬©¸#¬æt“™w0AäâvŒi}¸ ÚþcÝ}yƒµ#º\ °ÝµNZ•m»ykð“fQ·×Í¢A)Çäxk¬³yq)þàÊu1®»ôP¯×%/ªñ7$W 1“¨Š.û 3°C“§æM£+à˜¿øà4Zïý¤8~l뽺Á ¬°¨¼z‚–£¾³p =ÖÛMlWàh¥Ó¥7Jßç=òr¼ÄMf"¦µ<[ªï¹Uo–ƒqí·5A¹¨5jÐpjÔ2Æ« ¨´«’Ë•ØO¿*œÄ*¨”ÁÊzÕOýÃþßõ¹¼P®Ô‡‘š=Õy¸± JŸ{佫tLuIӻݴ£LÃåvÅôŽ¢2Õ€$Wô¤ùèÌv .58ÖIwp«FÐâ¬"r3þÁ+Ú\ÌUF¹ YÁÞƒqÙ.\y:éŸÊÙŒ”¬—R)-xq]Êã»H×6qáAÖâûHE¿`„cÑð=*LÒJ‰Ð¯|î°„s}Ø“çÕÂÊJ³V¬G3™÷ø&Úoc­Z«ùÙZ­sr+•ñi—ÏøpYºÖV|Ñ&YµX6Ï÷ÂsC„…š×Ãóžz®åyº9Ê“­Ë.€¾•-,ùÁ‰¨áv9Z6‰Çךּ[ÆÙaŠ~AG·7ü¸üìÓ9ù ûÌõlögãNgµ6{{~t¦zt¿^]LÚZ]ê‘¥¦MÖ>Â÷­ò)œJÅÃ,V»íY¡±šlrŸj[$âf[%ÐÉð’¹â+3C¯Iz™sxé]$ñ2êјc0:¶™VAêõŠ›©V?¢ïúB…Íõó~ð…JÐfF®¯úi{v¢-”]EçùιHãIã¼í×梭ÉïYâSíš$Ôëå3y(+<Ÿßj®kX]bXEæÙIYgðàpv´~p¬NÐ2<æ7oÕFzÍø¤ZBz­â7kõy@z”ôBzíYéuF ¤×ͨ¿ Tf -!"o.ãñîͦðùý_Ø{l¼Òû¼Ïµ0¦­gª³¦s¥ú5e[å9iV [/‘Æd³:})e楸Ûꦊ=Mª’ò.µ&Ú.-¤W~ƒ åÙ7kuÚ›kj-}Ól¿ï¾Aµ[ª-—7”\Æ~AŒ^(¾c°`“œ 7{…;M†Fî¿9×ÖYzÕ|v¥I5yËÒ­è6ò¾˜/(>Φ/…'öƒãe)Ïòr¨È¬2ˆ¼-Âï®c©/¾W•,Ä6`ýJA¡… „°ýfk~¶P9úƘ£oŒ™e lá¾qKn£`íd”å€~W€øþ[ÿe0ù/ €a¿ò„v¾‘Ðù7º…°¥o$ôµ¥.ÌB‡Ÿb&eøõ“eá[ËäÒ`ZýÆm͉¢ º×¹aGŸduŽ>jQÿ¿€ -¥#ˆ*—/NP7øÊßÏPaëõ­epA¡ÆF BkCy™)Äü^>㶉•5á]¿Ñâ±ô1;(ŽH}ÃËùox¹ºÖ«÷I–棬ãgðÈÜ>©uÏǯïÓê0½ËùÁ¹‰ü µáƱ -"Ñ‘¡Z jäf°úÅÅ„ -KOˆlaþçHˆèï1òÂS¾÷2.œ ß`øÎrú€îù’9À?ƒ{ºðI1ãVh”/³0Íew!´´÷,n¾=_8>[Ÿ>}¶G¿¼ç­ïþˆYãƒ%K*ˆ‡%ج¶#‚(l˜ 2鈦f¢l &™–¸j-4 -½­XÐkÉûzº*Ÿá&9…&BÜÂÉrÃÌ~ó9IÆß·YPúÁßt®F½‹þqîW>ï½×ÈUO¯ý~áºág¸gñy*I5xö¯¥ð ¸–bo¡ƒ8›S|í+ !Ü;Hríˆokx´UüÞ •i´^„æ§8¬¤¾òüJ|3˜¨¾KÛò7Àö«Iê彮ͷãW©×;d³/Á¼V_Ô,Ýu±\=ò.9zü¾:éU5|‡|l/£w= »¯ƒ;‹ -¿5ÒH6¦é GH:sбèEå# ‰ry0D‹µàÍæÛîX}›²¦_ñÙ—8@ö.°‹GW'çÜE2¬ýT]õõÄFè˜hˆ:™ ’}X•^í1wÅž}ë'Ìý1¡”›ËíœëžÚË¡7G.¤‡XJ+[½Ç3ú¨ðu•|õ›mKGR„ö¯·Ý5Ã]n¡µY™‚b¢•<Y­¾Únžr½1vÌmkådsÿÈ·Š}ÇÝÓÝ!n×ûÚG^·W n;¼…^ß³Næ*ÔöÕˇ·  s‘Fõ•Ÿdå¬óOçtZƒÄ¼,o˜™·÷)ãÎÒ)ƒÉt_ˆ<4"äMªªÈz”Z3n”2ß10º©tP…©×ç‚bO½¾ËýàKwV³K!Ó½½^Âü¤ôí•b_ÒEŠQÓJøÕØ¥§•b;áyÍÓ¹ÏdNsT¯˜WæÝ6W•ΰ9MÒŸ"öÐ<®’¨PʨÔç“>‚ÍÿÁríˆýB„èu#B9ö¥µó7SÐ0­‡ECмöjò~¦Ÿ‹·ÍÖÒ©[3²Ë—^ÙèXržž3¥çú4ßѼ!„fGåËn°å•Íì­o½e¬×y9­í1»¤†SÐRDwzŒVúþØsªweè1ˆ$ÍGµ©8kW¾ƒR‡Äê‘FΖŠÍoÏᣈNŽ÷« 9Nf•óDÌ‘¼),÷•Ùh½ú,FµZeÇK2r剘ã:PØêRJ ® ŸQpm“á`ˆÐX†^Xc©ú‡ðwxv>…3w½»Á¯hSİà?Â7!},/|4äÙ>ÅxçÚŸÏ­—̘~éÕÞ½ª¶»Y.oWZr‹0'æž$”ïy•—«¦ÅufDõ aŸX ¬{è?IóÙ'½S™õ -m„ÍqîˆéÇÔ‚YTéw†sÍõnU–Öž•ðU–oɺâl¶ÏÅcµ®Dð"¼–T7è/Y–4Ê€<Õ!p`“]Ì6ƒ¥ëë°óPV\T®"Ñ‘ }Mˆì¨ÙFyÄ·ÜP"jCëÏœ¹Åzºå3 {3`zºÒÑ+ЕœÕém²…íÕKIvÂôjïÅ£7¦ÕÞFWèr$—ÿÁ£UÞ%Ç­iƱ·ZF«F·.º<÷ûüÝq›ðI¶Ÿ…]ß\äÏšQöš‘&½ÀëD†yz€²¨On*¬Åw? Ô`hn¡Ÿ%— -œNW\pÚ8¢ö}áH)àéCµ®E&Úƒ!5x5#»{õFv—Å2ÙæKdR¨ÿÁxI…Êö÷_3›°·^/O,ïššE~2žå­bå<•5Ê/YÔd{çM.Àî(?/üKb:Õʘ/ZÝQszÆ9xØ¥û¯§2d–ÊVèmñŽB)×\¶/ä ë,Hí©HhöH‰ëhR'¬Z¡G »ÄÆ„qÆÓ§ˆ;ëO ¿ŸRðœYé³ÛÝ6½íz$M×áõQŽ‚ÜÂXÌëèÅuðÑTɼX…@5Á.ý‰ 1¶œÎk‰yt¯cþvÈä-VåŒÍPtgÁ KÓµõzHMRZ$a«£Ö³ïØlãÏô̰­â³Kâä¾nboâ˜ü€=®ä±\>_À€Ý%ÿ’µzÙÿþÇ#:ðÂz1ëäV^”ÊáL+»3Ëï ŠÖÎååþ2@†ŠT‹Áx´¾FÊJ{rfTÎâ±ë¨uvˆÝ!ZlôpJ«âÞã8<í œŠ¦SœZ•VØg¤\1¿3¸(ÆìÇ–k´ˆ $ -‘ÂEàŽâþ˜E°CØ-õËd0Fn3]{5EÓ5‡³þD…õÔï”ð±0xõ…&Lü)eCë·“ͬŸ,GS -uW5Jï@bÚZcxo«3XÐ Æ›f¶b] K(>¢K˜Í¡ÃÛ½‹–œHFÖI oóó•ÉÚ¯áôìì·y\IØv·x>¸?Dj;wRõb{N ]}kv&ʳXç~ÀqmqÀy,CÃçE ¼åÜêÆó%³Y÷½ct»“·å ¨|¡„-zË&õ-G'ÙŒÚ22®jRÛ¦ëlõï”J –Û·!Üô²¸k²\Àî¹´¾wu}rûq ŽË³z8>'½jØ9Î྽µ@š˜«gTeªŒ„ÖàA |Äk³•Ñû•Íõ’ëΠÌYäéƒÏâdœEŠ ºrã'"öçyX¡¬*Ü®<(Ù¢,¤I®A­â¼{IŒC÷rBò]Ó©.š?L;N§´k§Â+iÏnËã?ø}fb‘š‡óèßÓ‹{$è‹3S½Qo5¼ î• qÔÌyÓ}1ýÒpÖ¥®¾V!hmáÁ>d±åi/£‚ÚH³g±q׊{§Î³!¾:ÓúÜ!ÕR·ý¦4öl¿{Eµívئ{kQ<·[Á뤶À|uÙäˆBÜ,­¶›°4’Æ5`§›W3ÖBÃW+dùƒ¦Ú ™ur–ÐöâñˆôÞHnƒ.ñž «h½Êåºwæ vñ u\rʶ}f.¶óáÖjO'¿¹2»f5?¼5âp 6âCjˆ“xXß_ºf]1wÛz»¿(×4×jðšWÍæ5‹aªÈl¾ø‹9=ý²Zz¹ê~û²?Ç÷U?äö±Ò;ëóqãI©Ãw­Á1;âMÏ˧ƒña¡™|-×f×\ÚøgZƒ§q®jW*™ß¯b1OTžæ†¯ÌúM£BRP~¯Ç²çr¹rØvJ‹Ý+ñ[äçÞ ï=Oú&8&ƒ—õÅ?ð£&ñ™Ëq ˜°”~»LÉd*µ#±Ö»9ܬíJÿ¾íTÆðâÙiÃ4-w€ð˜kÖð«†f÷²w/žKÃЋëö½ná-†¶Ð^SR^‡gÓÜuñÞä°6÷ü©~ndc²Pu,Þ²Åg?–šÓ ÖúxužÎÏPâ X%ÿxS-×ÝJe¥ïñ¶ØÒûþ5꡹7£" -ët)[±Ní”;[ÎÕñö*û s/V«á©p¬ÕÓü%g–r÷¢ÙfW ¨ìb(¹"d°€Rjq†õ &BöW¾!•„5Š²ß  PÆ7³øþàBh§`Vpªéaþ(ƒ›k4BxÛé¯dQé™gÃ9Œ§`ý4‚:¹Ë´ÑØ×Ž¥ªÓ/eÖ°_™‹O®y¸ÒKrx7|½Júùj°PÈ3(_4ùŠ —!2B®3¼Þß‚Uø[c+ý¯`»û–ëÿÀúG?–Õ«’;ñè2Èeße0.Fï:=ˆxìú°¡$D;¬œ:vî]­–JáøU8\?œužòPMê²ý¯…ÿ úÕoG٤Ѕø–Ù -¿Õ¶Ïo¡íôô?’mMepÔÿ5ù¿ñUh­ -í 5C÷‹ùUBƒ4eÈo¡íö•¦,ö­_ 4혯¢ØŠ|ý[hûÕmëß2Væ«ÛÇ ›[êoï”ZÁçG@êO¿&#žÃ§_×í'³¬žÌ½dОÿ"?=~Àßá_˲©„ú$û”—2Tä È×ÚÅ<³±³Ë<3›¥ V÷«„ö2㈯¼l~UÛ½ÙUô¿òò*¥VøöéWñãw ¿<Â&Ÿ>G§ð(ªI㾂2ÃN¾ó7xžag¸žÿƒŠ½=ýâãAò‡4]×îÅdvͳÔ/íÝ…ïÊ*ߣíl˜r¶DŒuËÌ¿5ËÒW?ýêàà ¢œR‘¦?ýŠf?ó¢æ>-¸¯:Zt¯æö#áéVwâÇuO -Wù=lgHûזϨ?`6ìüKÒã‹Vxn.Ýåq}6˳èŒlÔåÒa[ék8ž¤¯6žª%ƒ¯ñÙu Nfë3ÊÌäNß -kà+××S·0Íö¯<§~ÀGXŸöE%ÝùS Ýbx©ÝêöÒºÊérvm¹‡à¢§ÕùÒìÏfzœ‘•^<Ý995etÂw‰™¸­wôGûù±¬¼ðþék¿1Ów}§eŸÆB[Jߎ›¾ R”¾&ú.}•×·çç¾~?BÁ+ÜG­YõÖ€6ÐU žäåTÌõ/V¯,ŸQ ÖNŒ¶OÎSÊf9³i”¸Ÿå>ÄÇý4Éâ‘}^ñã½ 9Ó]s/·“n;¾Æg–]ÄFý/¤o´Ó÷æ=IßÞf”~º}#ýð™ÛÿôÚû¯ž|%®YßoÒŽ~^;#*¾aLõ4뎻ÉÛŸIîà±ÇA'ÁóQ>ðÌÓ8T - ³ß°`_ïÐëìIÇ]k¼M·ê,o»Ó)¹¹yírU÷\}ν͊­VQ(¢hØZ.£b2 ÿ¾?3³¬#§Ÿˆ_€\š½€…¹~ÿø¨vɵ{«O©]æ¼x‹a\ÜÇóKs·ß}Ðp×v™­v¢øø -3rŒ.x}óg³ ‘F‹õË=oÖt-—¬¹™®ú¸]–î_®w´nk¾8lçñ¢Ó6ÁéHoo®¸®þðí8=Œд&¯\®a¾róÐå6ùõc6—ë+‹‰¼<ŒnŸx7¡‹·-Œ£…Íê5Öïþ]çT…^õ?Eb(G|#1–›i:[Ž©bîânü†²88-Ž5]t;«Rp¾t±a#É{¾sbkû¹çÜöóÜk±s´ÿƒ€ú ØÆ+w -Ý4ìäƒû¾‡Î®ÆF·“Oi?à~Gûf| Ähýþˆ—Õ`ªç£Êت/ëN€„JéÐ[hµípѽR`-@^í©ïDàµÑÚseíèõðä5÷ç…Ò¼ca7\¤âl5G¼i¼~Ài£889J¯rpZŸÏþ|m´¾Êòô«á…WsèI Ç‘qz{ùõbGcµU—KQ?$‹$]¾s»©øÎóÜõ^Ô›ü½Þ¶6œÍæx^P;wIqŽ[òo¶f§«™Pا[îñ˜6â&èDrÚÇÂȆ.#ײÐýÑ|LVsÚqÏ&±“ðÊÑì·Ãažøøwe%ºÉÒ}+ûcm­õˆŽ§Í±Z._ò²9<ùÁ­8Ù{oNç_/¹Ëe½=[oêØ¬†àìTr˜Ñ´IÈg2WM§#l<[ßí"ëÖºew¥ešwó 3szÛtw»94h}éêÁ½zÐÁvãª-O…‹ÆN§ðÝîù+ÿà£3]ôÃκ©[ûPo{Ø_E¢Ž-[u+óÈÁ½6yޖܺ‘w»Ïj'§àåQÃ>k#ÝJϲ1“³°g(›3*6LòsŸû ìîôÏ\u0ÖrZ$Þ[Zù8è«ãÊm:ÙIýýDnÎ3_9iFÒM9òýË?xåK‰÷¬Ž‹aœ¹»ðmãÏ?âj¤õ†K¥Lc äErÞ'íÛî*ª­§{'ºÚ— -XöåUý¾™¬kxçÃoMoýÐ×ÊIЋ‚¦ñFÕÑ*±PÇÎ0Vë„{™ÈóSNIòÕ†¢:#Ÿß][F˜h/ݹ§d;·û·ðÊsÅàjõÛ³ïûøæœ½uâ±æryy° naå1Âï7f^ -@}ÖØ<—´ž-B«¼ :/éÃz¿­J0¦Æt‡Që l4‘SXV’i(0ñäKº’Mð”ü€Ò}TzKø¶_Ýæ–F¬9ökùݘÙÓq^fãü¿}qýÃïís~SÀì ÀÂ4¦ sUÃïJ¨¼ÿ.5Éùrf“3iyœü€Ž¾|kºLàšOõ’'ê¶ÝlN”àˆ(šj“ò%¶‡2Ú˜‰’3Yèbº‰f¢;~.ÇŸCí0f;ôSYE(>røhÔÑ'£Ê…Øð±?2ì³Ýÿ÷/nxÆúœ»æ{HîÏ6`Ç0—ÇQ¬,ðJiä-è2åÖLvζdã%Û5™"µÕ#4}¨»<—Ÿtªçª|YNÒèâ_ÕúõaÆþ-áÇ…ì ÃyÞ­nEoTÅ‘ ŸÙ|åÀªÀµuh¨¹ qÑÒr1¥k†öý‹ë?x®;ÌêTdoûpál÷×eOµÂóu5 (³ Ì+Í#9=Šmïñ‘ù¡yÇ(öZkm<Ù_&*~äÌ©–¥éeÐs¥;*,m“ U´ÏK`Cà<ªqí˜ õ† ®“ø”EãèæóéOÃûš|xvÞ=.Ø9$]ØyU¿²¯Ñü—?ÜÛicçáÇïjÇ]Õ󼵸÷CÕχWÁ­Ïv”ƒÌãŽE½òC#”[Æ¨Åæ'T[?Qy;•fÑsn]às>Äï 6Îu¸eopËO†ýÇ‹û$<1Ù¹ø,>vLŸ†žôr1­ÒܰקKïŠKsäíDsTùJ/gK–‰‡?\1kä¥k礲µ”¤G_óJ¥­0Mb/ úoa×·.­Wùl•Câ+×¼¶“ ¸qÙÊ,'¬Èz•ß•Öðü¸ÂßšÞÆX¯÷f˜þ1âé¨{Vé²Uv{LØôj³õÚõ°2Õ N=òˆûSªéŒTS™)iýâô‡ Õ{^ëhút—Ýãd§eo¶2Ü-<ó¡R&»;z5"pu‚jâ.û®<%†1À^çqIÔߣ‚±µþÚ,sª!4D¯ŽR,%OÇ"y|{©úà’ì²R¶ûÄ¥ð.Fà22-¡‘=Àü™@jLòÎyU\î09X¬âÎÛ QšúýJhÎ&ƒ‰`½Î ¥¯¢£N¼kW¹uÚœ<Ë­ì„ÉÑípÌͮǑ4éß9}°ù ¦X»Èu«N¯s¹µ¿ŒR›à=âræG„il E› üþ°Ž¸3+8Am¿ïÁð Ì•[1Ö+â F¥Ý#F%õÌïÿ¿HF&ý>‘)ÌÑ[9ÆõʬkMa­/˜‹|—RÐVl‚«IïÛšk`2®€‡ÙHf­5g0µd0ƒŒ»èzSн&önü€¤nÎ ëŒI|jØCœDž*özÐó §=6Ÿ ?Ý+Ap½kh¿Å¬Ð‚Ë%„ì‘eµµûÃá°ìý牄%älü ‡ãsw7Q²³Ÿ[rlðD½§ØaÐ’˜E¹:eX¨ûŸ˜‚Á!çŽ?p[ç˜ ›ƒ×/Ï^‹æ¡n%üùðØûlÃì,÷¨‰X¾LÑEÔˆÑï>@´-´˜£¤œ!¼éÍvpÍbb¸&á›?ìì:°Z‰<.ž¥cèƒé Èâõže13PÐöPÚ“Óð - ñ%ªð§2SáÐÐ#‡Äú<ÎN@>Zìp«ú´×Ô©äIt@Üq×|0–ŒJ艚h©ÈjÙç2œtdÄ÷B¤ZI.p¼Õªp¼GÐ^ÛÌ¡Öv·ê&˜ýáü~XžÌNxÂ1šÇ£ñÒ¹‡¨mÏï± -a -ù¯ÙµØt{ËÜYlæK¸¹dÚÃf)t­Æš£ö ¡‚7ëÛÆ‚«‹Ë·Qot"­¶?ÏÔ?ü€‹´¡üáF:¹ÇRçä̺LlÔRÀUÒÜf"V¦1Ï£Õ%Õ:^·ù£ÞÏf„;L'i{M*nF"umòè -ll¦÷f£^©ãuYÄõVC•kêt“ɵ.UŽªçt®þ¬"’„Tìã+³PóåÙNÌ•g•%[.y4%–<ù/ìty™ïêÖmfÌé›6ð¦õªÌÊOstBœQv¿TŸ¤'r·MÌÏ¥"²ëigæÞ’&©Ç5M—e÷óZ—äiW~Úp- - (4ÖíÂV¨‚DÄ ÷YþàÛ|§¹ùäNÉÊézn \oß·X{^°2ËVÇä+çü¼MùútÕp™þ6¨6p+ó²5³î$Ë{^F:í0’*¸ t¬Y…®S·ž­¸8ÕÛÓü®B¶Øl–âò± òjë9lkã8^ÛøÀz¸R®¸3Ç| üÌüiœ<Å«Q*÷3\]€(')@@y:ÈêÆþÃ\ö¿•ÃS¢Æ=Í*G'Ó~u9Þ^#‹#×☭=HšL¡.ŒUöP½{ÿ€¹ÖðÖ|ÔN<©»x_ŒhSh1“àTÏÙ|Õ·t-Aß„QxÄfZÏVŒø =€ì~t€Ôv1@Îí<@z4qCÈËg×} oÑ ïeåÿi¡]27WÕÒÌø?¢2žÿ¨ì8Î.r¢è‘X•1;Ù9ö˜Iå7÷rµ³¹y”½ÝçT¬£}^3N€Ð± æô ^ú ×῱dŸ–…­€²g@Ý'' W k@¯ù[œº_u· GtÁ$[»à6ŸÚé^<Ê wXþ6銄D=êÍ>&PÂl Õâ¹f¥f- Ì"ƒØèkIîj–öÙ²µQ®Y^ù;dFŽ%j÷ÿ(¸ÿ…Ïå ôª½ê·A!Ûß"ì¾}¾eÁWâ‹‚‹~$úÃÿ*´EñWQÌÕÅâøW¾#ü—_±ù­¯Àøø -Œÿ(¡yïÛa™ºE*N©ÕàðüŒäK†Eúô«IþÉì*ÙîgƒŠ?óòSxækþœNÛoqêå?Jèï§ÿ ¾vIiÚK3ãzî‹ÁW 3xNfaí+0N/_4÷Û½Aj|[8`_%tR:~úbòdâ¡ùÌ‹âô6Lÿ18øÑ£8YÅ÷U'9ÞùKþžÍß+¦Û¸ÅX‘Êi·º W€·°Ý/¾êhÐÜþƒ¯ã qf^oÅf{_ãGßÂe#³1·È 3\¿:8]I©å¤ûÌüQT8úΟ„á½¢ëãÛø¦+?à­nOõë_:W9Ýί-÷±¼¶æíÝ%¡‡×‹– r—nXmŸ/CwpFÖýtwݾïÿO¤éú»ÏnòµPÿ+Öó©¯ñï`ÿ•ÅÏÙ†2ôö+Ø?žÌzþ¹¯Zjñ6¾ŽëWùÉw. 5F/]_¦ÎÖîŸÍ‚ÇŸ‘eæ;œòF=ᛳ•¤"è%n^%Ôa’ÅÉÇÏä™?2—>tÌ›ëþaðxÉûU0þþýÐÿAújwGé«•Ò™µb7M“=‘¾JÌè[®|åz'¥Ïð1Ønâ[Üõ²Lü’üílæ™÷ _£…$†Õ„ÚZG¿5‚ŽL¢`Ǽæôƒ«Ó?­•°_a—ɾ2ûØ;h-võÀ>m÷ƒ -¸m­d8†€McZÏñí߯k縲¼’P½ÑÒ×~Àe¨“é˾@é›ñé›'é»A:Ï>:÷*Ö^’}¦õ6Þ -ïi7ªsÚÕhw$Ê,kVæ]sºþˆÆTðY=ó•ßáég /œ¯\ Ò®gØë'Á¹Ñ9–Výêa„>«[h™#×s''FQ®6[ÖÜÎ:lnÉÓ¢ J¯©Œ ¾mÚ5gw]o–%‡Å=épî]@nž94É]<0ÃL¥ùlU^nf|\½OãÆ¤:­«Æi‰èÄV#׺”Žel -¶…Ð'ó/›Ë/àVRo*Ù’°ñ¡õ=eר£±]·ËëÜÍÖã`&,Ô‹íøwΈ<±sè=æùSRp‡ð½:[…ùöl4laÓxÝ¢¦¢@ ¦ X•Åžv’F®­ÍskëšÃ®–¹Ø”@óQ¢iã•›ªFopòôO¸º¯M¦: qξ;­¤ Z´ÎTêññö·–‘À‡Û«¡À”– ˆ‚ƒ+ży¹eÎ J1œ­¡Oæ+§[<Ÿ6Víœ3©¢eû$õZ6tdaë:3{úqæÃ_M²èÆ+*º]AVÛW½_¸µ%/“Z)~«ªÂ¾ZšþdK¾çñ}žýâüþ³˜IAWðÆ;#Ÿr¦UíE›I -i½\ŸùŽçZ—Ûݵé®úN‡W¶6,*7 ã†osº‘ŠÆ»®×ù>€Œ\{‰ëÁéÄþ€:?FZ”o«ZyØ›©Â|´Tkt|šHa£ K!®t˜®"Ÿóž/ëŽÈ0!û_xøJàÆÅÃòaלIqÚ¾V«^‰Y¶60ú·k±ây†ßpùyBOåÕjb_@mná(´1Þë×ÙÈ-N©®vy¯ž«ê¦l©cðNv#°7‘«0§­¾¢¨MÝ–Ïêr!××QºYR^ÂŽäg©ˆä­Œßr~1öšwÿ|%ðé¹w'Õ½ªÎ” ï…¨Á¾ØªäPï³¼WÝÑ«L÷ —²/WG2Óu æu]êEyzüÕ ï“ݳó™´(¤¤¨f·!Ÿ8,Ó1%ÝÞêP²½HÓüÙ) ÆÞ†<Œóyë- ¸ZW(–¯ò(òYoijb8ªØà ÿY S°ö $H}‡d'âº$¯Æáizíû¯Õ›7ûÚ¬A—Šäö0kÚ FÐh˜z‰>„ª¨ ûIë ^勱{KwÅ-HøÚ©‰nÍïŽ?ûÅ$Ûýq~”Ž…Á®¢V-ÊU4cǯ··o1-®¥ƒÂ0§n†k8Lj‡à ÿ7­±Ô’ò‰6ãWAVWÕ4·Îcè×6Û†ní«'cëœ5µ -°™«´‡:Çš* æ¾r’:Ù|O¡¨Oȵsã| -”„!4G+«€Œ*ÏÍ‹Ý6Çí͞µÚl¨‘ûÍÀdó·þ}ªÔúEq?`ßé³ ýð‹EßHÿWt²4û\ÇŒÉX‹š#_ -žÞ•›sONNJÍÆøiΤ—ë¶±@_«ÍO“IÇÌä[^K$²8d+ÈM>/ïQUÔ Ü¡LV¹6ƒµ‡ÐÃYÀÁö5]ìòÚbÝÕ+dqbXùPf -%§ÏÊŒ!Z|á3,wü/\ÈòÚú÷‰ ۛ›ח«+ûŸü–sǼ9HŽ­™+äôÈè×´±²îMŽ·@TH°¥_Åœ3Û Ü®uá·÷ÉuÊM`p]œKýiÏk°sÌ€X@Q? Ã^v<½Är]š‘^oM­Y‚‹¨-^ 3$&µ%ð WU(ÿ‹ùÎôæ4Ý™«²½.Fˆ`šìç‡7k™Poï™Ru~é‰TóI&Ê - ÌšVÂï²ßÆÖ‡üqüÄŒ°Tߘ˜‹`FÝOOô3]¨_éÉ(ãû.šG•)šoŒœ?Úôt¾Ž¸Ý4¼è-Ë*Ž>k¯:CkŽä1](¼ -x€DSÍ4»_¸i«$ÔÆc”?¶åÛÔd0/V?WÖ¦\V= Ó÷äɬ]t½xâÄ.±y1®c½uÅ] üÔPö.,дpE–䣋 cM„WÐùáÑD³á'ZØY²•9a/š-œ[Ëñ8V3œëšýÁSïmC¢£10.‡Ç'\È/ÎÐâÆÐ^äÉþ§ráÙÅ2TéMˆ:½æu›É¤ÑíGøSyg±SmsA­è…öOù2 -êL‰àˆF¸{SFÊÎÔ…7$z‚7Ýj®±.IÓ‹5˾Ñ=xŠö‡Øƒúþo}@ã­Ìï»»¡Û³Æ›Ó7½›Ȳ)åž O`û9Ä/—sŸ-?rìEÛ̈d)º‘GyJë=&$òœÛ¸‹b–×oK´hŸ÷HEÛ]à®ðøÆ×àúâ˜Åcp=ìóОØZüm¡–O”»êaÏv»TEíœÏ©Ú1ÆñäkþØ Bôd{~?ŽY·^Õ­Ü;j²åf¹<1mù]äÐì6|‹Y–D7Ö¥3u²é¥V‹Ä€9‰¿¢É XRFKó§o›ÜX—P;Øm»§AùÖ=É6ØÕ[ïN:qLç*”ŽU…ô@í™mB¬[¯B^ü[®“Œÿ)>¸ÞBz§øÐâq“ËL#$–ž´G‡‚\Ì{ƒ½Ý÷N¤õ”b<7m1p#(__Ôq;‚áæÍîAÔàÀ.¨JÇÆ «ýœ-‚öŒzoÛTµo½·›b+ „àSœs­Ü6ãÊ­Ù߯:¨\48ý2h”kaÿ¡µ#°Ø¬\Å¢–6P=Y<Ö ^!ü9^ËR—»¾ùJ”˜O¯[b¯¸wávð~À,:÷å}Õ!*ȵíšJ®õy¸µK® fè%½f)ÿá#®>iTËc·o6ëº(vîõFcVúkûc¯µ»\M¶b\Õ½j墙xÅDªb\‡ÿ…À;×b¯:xï¦×Y72—ÒÁRuA¤à!Ò££&!ƒOž¯3u•Í“=| «ùÊ®´ÂV!l8µÃqbW³ãzY…ÙÇ1[âUÁÔ,zv—íòô -eÒ"ø’ºf‰^£â¢:¾AéR¹„ï6µœU¯Ga½Z…uxB -kg›E}¿Ã/ü¡AçM>9³ -¾1jÑiª-@Î -@ne0ÃÝšøÃ|—Ÿ\gçSÿf……îVÓ ‚ÿ+*ÿ€¿²ò€ý`ÝiUZD>à#ÜÛï­±kŒCYEŽ·ÄrM« ®°:ÎÀÊ{Àº¸ `Tبs0mQÊò1 °Óc àeßð -s; ^­78óv vßì¡}û<%£?¸Çû:u¨çóÿ'*ÓÒc@a!¯1Ë̃ ů=ÿcMiºùwxØý¨ühŸªÑ»üˆ»-€@¯ºÿV«Ê·ûîò«'#×÷ÕcÐÃ†ßÆµ÷ÐÙÍþG¦ýÕ?{¿òÝý*¡_qa}•Ðð«„žÒ”-çþ´ñm;ÿVÛºß ‰“ºà}žRÑgñüŒŠ« øþéWç'³UŸ°éäE5®ÝùkϰQîö3,U«ÿ7ü*Š÷¯P3_m‘üÊ¡ä·Ð6ûmh_%ÔÏ0ùV¿¾-úÕÿ(¡nI>™Íš}æÇ×Ñ#lòcp(iâ¤aeç*êÞùs/¸WŒÑê¼Åˆ¹¿Õ÷r•_ûÏ%aªõ‹–wé‹VÀõ »åoÕêÿ™]ûÁÿªŸú’á“-ÍUð›ûÛ½¡§n~yæëó(ʳÒO¢æ-†vðm|}’·º ²×=^ã®rÚ_[Y0|ÑL¿tƒ¾s6AÎ;Ýy):áñô¤â땸ÍI+¡’êðøÑ¾§³!vÿògGæjNÿå~mÁzí -ô½è¯\ÿÕì#ëùÜ÷Us¶¹ÕMùxmMÕûE}»Àù„¥³™O?àé>L:'§”¢I*܉ĭ癄ÚW†G¿]Žy½®·®¹_ጷ¯¸övÓµÏNÌ-º»zXf·û!-n•)m[ëŽ'Byü‡4Õ´ßþɽv=C¡”m~¯â{™þîþäÎ.ÙÂÌ ëŒ,Xÿ„¯F›„ÚŽŽG¿©ÜŽyU{+¿_¡ViÏ?æµ]LÎ[»º7‡¶J~ŽÅÉ0èý€qw½n.c@Ù {t¶¾+ánítP`•fså""ú8{*ò‰Œ˜—Cü!}ýl)W½Zš&ÃjúÂ÷ôÕ®gé¼Û¿¯Dï|éIô˜Pq;æ'5e¿BÊÖnüÊÍ·{º¼Ü¶Ím¬›ÇÍeÔ¼lmó±¾KØg3æfáÚŠºŒ[‘ÏÚhÄŽì2äËò2óÛA¸ÚB×°ÚßVbÚ΢¾à0*aÁ¤òBƒöåñ_H_‹I_ƒU+}×8}g{J‡cê¾æôµ:Íc^N«ûÊ6…·Ê¨ÈÆ„Hë…kâ"{+ºa¯VÀc—ùý¨ÏÝ®Ëå|-¹)„›R…ǸµØq6ºË:8š¹q ¢}Û?/·é²ùìX¢ÝOçD¹Œ1'Ü<¢ã_ü~"Ò73øÅw÷?gï¶ÇÂÎÙž÷ó§ésû9²§[ºklÅüæÖ]A«÷!íG³(/ùî„b™_,ö†/Úy/ 4es öùí›óè£ãVÍ{Ô©ŽG(lþ"fì8ïÍw’äs¶Ëîõx¶ì”éá:Ζ°hG|é¬Ó˜ Œ}€±ÞÒ÷9꥾ÌÞ;ž€ùµqª ¸S<ð¾U5ü´v+D>rJ÷ Å»ß_´O‰â_wwÇ{¤ŸÀ#…úf>¿á§9mówQ”?någÖfÜ5éÌÊvž˜Ž‹ÝÁ´¶ËŽ\õû(ç6¶Úòr–Q}vÍ›LL,ép? ñåÆ4[¥?|W‘y†—æàLš+ì°Ù— ­•«ª]û¬‚¨~^ -\!·è8íŽÝ fþNXÙ]CÛ-6Í`V¡œÍtó‰“i]¼Ü@G>Ü?NK-€¶úiÔì®Ot¬ +²4ûæÛK&çmÃm 6uxt&@ZØÈR‰"7©«²Ê«¼Ç þ endstream endobj 37 0 obj <>stream -ðÀW]Æ©d°ÜS?àê= ÀæÑÈÎçCù~9—Üêí¹Ð£å†ü•žUÛñ´þ~XN»ø6Ô~­,Ó(,”Ao¦/“ - á®¥ªÑ¦mÝߨÎÊWV O¥,ºÐ†úÐVW·p­V‰îk"ê+HÙßëC¥cr’|Fr²ºóøJàÂoÉýƒ¸Ù31)Ī<)wÂuý‡°ºz=môt‡Ï >•Ó,·OÆD°¬6§›Ät9Þ_€+ìô> õB0}jèå´R´+«BåÜT«×6‘0˜Q*-(“îÜ’Oæ+’¡§ø”,¨Ð•ЫɉӦ#þâ‰h4úótéNþHåvç|2X/f/j){ à¸èåþÝ-7K×iÓìWl£,`æ¬ô­5^äT¤ŽS­ŒF U˜n6“í{wœHÞûñ*ÇBP&ËVI>—‘†¬oxDºÕ Z”ÅH|–Þ¦HŽÉåx¾_ßǹ2ÝúãÃ@UY q´ ã?ÜŽí7— ¯¶°ÅK«áŠÿ¼²ÓrqYj W&p’ xðlK°%≧E“Ä`åÉ[[W£†ÚP=RÑMÄÞ -OÇ8õ‰ŽºuP^YUw¼°Þ×á¼Ì3£ïª%s¾ž:7è$ªdÞ.ʹÛ-ÉvÅ7Sg¾zrz…rS1x‰-̆'Ý -V±³êþóÀö¦› ËîW ]jß›½‘QÇ©ø>à(Ñ9šäþ­É6rømtKí&!Фˆ_Œñþ w‚õØ]&Q³çˆÁŒÙÝZŒ@¶—ÊÆ‚,¼Ô]÷yTÎã ãõK^¢ÈVg¼°SR(_ýlû+¨2<[s€ÙܜǷé“FL—îß§ÒzÕSëNI54GäQl'.Lœô|Ÿ€n¿Ú··ˆà£gÅÑá¨_póÓø/뵦±aÏÈdÙÙš’Ï ­Áôø¨@EJ? Î ××DωŒñ­è—Œ÷8„“ºPqW¿Çœ×ÛâÀ^ouöÒS‘›Öº\o©¿ê·Wú}çB| “‰e­n¯_²S¶¢?¬l…Õ¢xÅɨÄ+–Ø^>Dï«'Ožýì¦ -SÜÖÌÞø=›R-_Æö²Æí(>biåþÀ(©¢Ÿ¦ØD½ã…BÑ‚ò$YM_çÂØÇü2÷œŽ>€!úêýWø@Ø€^³LÉízâã­§ºj¨PŸa/0 ÐÏ'޳cÙû-€Ý7Ffò)UÇ<¼Ú¾mx$¯¸ZÒ›h¨¾X÷¡º°Ý=n1¿ˆéÆÆZªó¼ôxG›)«rßêÙ!¤mËzY±ýÝ/¥u÷ÈOT3bÃkØ÷ò »h &‚õ-$}Œ:6s4©o"–›/*&Úçï.²ôïK¤ Vð:<`_p­ÚêBÛ팅$¹c@ÍÖc÷vó ÚmïDç4x1-ÝÒXsï™ýÛ›Å[²#͹šY0µ‰]uÂH™Ä¤ Ì™óð&cvaë zsí¯{{pù ’ʱ@^çæHØÁ)E¦±| á(úHðXL hw¸»¬v×P««ž»ÇËùÓU-¼ÞíbªsNàÌTXuÚlßkcëÙzö®Ä¢}Ýžf1ÿK®8ó‰j69ñX]†ÐV芸蒟Q+Ç\ûÝ2WÉËÆžá¯’·Á{Âó†ùûz O­:2²>ÜèÆÔFÃ~"Ãqçò¾”-fÙkûQl2œïm'‹m‚ZÀ­,µzý«ßü$î«égçW“¹5Ðf^zý~{³ø‹"2Ÿun/Õ\ŒeVk>{°<Óá긂vÎ,"· =tßkKäŸÌ ©U4 :<Â%Ô!Ó¤«û•gçV€Àö³ 5Úä˜@Zóý°×ʵµQ38íµfߨ{M‘·åýöl”IªV_ŸwT]0u«¶=ç°&Qëj­oÛÕ;mýaA -³ÀãÝÁ±“­j𙧘\¨*åúHáZùÁh=è­R=ÏJ-B#ŸCÝBÏhy+NnDOÚnðÑ2úëqåt¨·ÕGmßÄ -5ù(Õ«IwŽTÕ˃­v-Tª\0wVAfŸmùÞ“ßeþ»ã™íT+æÇ+¸Úü¬•6I0;ýqßMðL|Ä»9÷U¾ݶpý«…=ôQBíý(¡Ú‚z<êàc9PùÅêí‡9ÖCXzýû[î>ú÷´.nò.\_<Ú]Õãûr…\ŠSú¨£Œ \´ûѽhFxŽªõèß6Ö¿¿~ð‰QüGÿüj‹ñQB?£öñH¸{ŸeÒ>·ûÃË”³÷wƒ)}zz×uêžÖLþ&G¦tËÃÆ5À¦ÚU=¬Œÿ÷qþÃì‹`}"f¥Ãñ$›àxRJäÑÉ­ÃUƒÝƒ‹³ÿiXý~_ýࣄ~ôäæ'¼š@ÿÈ¡ñG`>:øvp÷³ûÙm^xE·l§|½ª1›Œ )ç/H_-;w8££sê¾»üñTëˆGz¡Õ?{Ékê]÷ÚñC›X±-ÝýÛ¸Ïö>Îï“êpvó -Cí²ÃEóÿìZý·õágÉšË&P>:hôí¶‘ú] -àöNª¹sDÇã3:L¯NÄ$»?ÒóìåàæWüh•Ò±°-åö>Z*îÓV¡¼“Ï9< -˜©wŒß†&m¿¢n¢šnnÐ…? -cÞ|ÔÑÐK­2L®é½VKÐSV×®&ÿþÕj?1f2 *ðG§8 çˆZ°ÇSµ_?¸Ð°{ð¢¿÷K«Énޝ>«ÿôb³ ¹án‰öqƒÎÌKheÍGH°v -½ÌšÞÌ -+·<+¯ØäÛñª.ßýrs)ÝÛýeÚËm -°Á";= ó@ÎQ¿hBOò‹è»ùGOÎ|äåLú3¬4‘k€L?ÏA«É8!¶ËÚ4»ÕHmcB ‰%l®é0ë¬Üâ™ÂY.}^/¥+±[¦]áô-ä§p›¢ôž7SVnÊ^y†3ZtsŠn'C?6¨OÌçädoóú2ÈŽ¯ƒ4vY9óÅGT†#|¢ná6¿RÝ'!Ÿä0»9Jœ¶Úíý -­ô!·º¶6hà¡«ÊR:O«‹9³RÙå¹=oOkNsîLo““i´'çSc¤„þ6bß:Ío“se&}¨PߺJe<$†÷œ -Iné‰åK<šjf¸°1•á_äëlþ‹Oxȧ]¹|-òÏìáÞÞÜ÷Óë~­ ÏßDÜÍ_;ìaTÛÏûbÑä ó"$’³²Ú§¸¿hþ@~¯r6'—ef0¨¥ñø~"ç㑯„ã¤>x“{ñ¤áŒf¯[n$û6 Jº0Tw§¶’?ˆjûóݳù~ÜÕо³¥>¢ÿäzùÄx¯?ÞøÑå6ð>'¼Ò[LK]×W=\­øíÂ[Ö7ÓpŽÀçÇ”AðäêóôøqkKcï·¼ZojŽéÝ`¤ìÀd¸â ËaóEn†…µrpÛÈÇÆ-EÃÔÀäVð{¢oKdµO¥Ý¶ÓodýÞm=ºÚÏè -ÛãŒÛ`uÂl0ŽPk*ÎË_|Ôo*™šh\o=Ñm—)Âk!½–IÍ7ä8™÷gÜXMnñ},"{؃ò)j”—¨Ú°hð-·ýlYƒ½Ø ðmÒ?vË>õØlœ‹w;:1wïÝgEÐÉ"l¿‚6nOšÑNmsmKFIwiÃI>ÖÍo¢©¡>ec‡4¶Mÿ‹‡¤M¸ã-ôéæfȃóȲY?Y÷éìýjÎ&ü°¼ôd¤}®Wƒ¼‹²r@4—bŸn/Ugp?š?Pï!\œž°Iíw»¼°¥=Úé.¿·äSýjeýè63³|^ÜqS‡ËUñÛºadÎãN¬çá?‹m"+mz”¡¾Ð¯øøâŠ\ÒIsJ!÷•WõJ›cïyÊçfúa\«´—^¶u™ ‘~( 9×3÷¼!ؾO(v&ö-¥!õºÁQóºº33Ãë`e–¸ÑΈžÛ‹aŒ_ï$;¤á\‡Th¬}Îõ„v¥µ×tw^éœr>kUM,h =eZþ|È´j\‹ú‹óa@óû UÃaÿÉ.×"1dÜô¸nU£ÞX¹;tâÿ@ró::|!TÒ¸d5ˆí¶rl¶‹sÝØuËÀâÐí¬«ß!Ï }ÀQ»ò@OúÍ“^:ô¬6®{¨&B¡5­"ÍVfÚ6•G>VWÕü©­T™U ˆil˜;ý§‹¬J;=™ñÖâýÉ/PñNLÞy#3Z÷É“k^ñUÿ´‰ÃwG;{V9+ß›ÍöA§ s«H;àZíþ´dü@úÂWIO{Áµ…&êʦ5Ýé‡VÝôîÍÅq5óô­¤¶†¥$cMi”ép ˜¦°“ÇGN¶•–m½Ã|Pù‹ã(îÈÛÃ5LfäU–8 ³SgKŒåk%=ììKç׎I¾=s¤Ð‚ñÁÃì¸l”B¶/1VÕGµsC›ð«NkF÷­ä‡ÍÆse<–)åÌЬD »÷ÊóøÌUÄšBUÀ-Rèé¨3¤ëÕú•ÎlöEj!§HjÁ܉ð/¾"ý²Ýt´©žÊ£òõÿ@ÎË·ÓÖºÓ¾Çaw«K…šß‚ó«¡Ú™'ÊIÜíä«üL2ƒV*W“–KTÊÖ4ºªM²‚€¢s™ëµ«-–…3&#¤oýʤ‘›VRëJHÏ4çLËÈ3óÑЮ‰SKóZ£Tb0 ò›Æ‰lÝ·0Yì¾p²¨^0²(ìÑ/B€ÓÆŸúd¶ª×Üã3Äz³]#Ýíxâ¥3XËÛ–º/ù*ÙC¥RÌ÷ëžG%×~Íß´Ò|o¿Åä[ÂÕNã¼Õ‰+\¥àT™Çˆ”+~-£ÓsîfÑÙIfHRmI5Ó~LÁ‹ì› V‰Ôá´@"áÌ&¢º¹'Ðî%‹ÇBñ®sL2¥Ï¦üŪA#æWý«ª6`·j«/&müÒ®¦…HN™©R±Åa-Išl)·ybáuÙTËè"àùlŠ;Ïb˜V]Œ©Þ«t%㗪Ɉå†@¡ -ã§N¶Ó…Yš7}b§ÂÌ#7[»yüPKWp;3ëàÖ}¼ÅÎ(9S¦„UÊ©"zÝ]~ñÕ¾§‘eŽ¢åKrÞµJH1ÌÈ7¨xÕ3½S1¿0¯ÔH\ÝT[Àg§.w±aŸc.Ò–åò™‘€ü®@ËJžÎû…2¹Un±7ÏÎ2~TJ¼—Ó]œZEKì¢Gl€xÉ^0fè½±n¡Ã÷0(¿Ê™Wy¼d -e‘Hå?€¿Xv¶çûoËrϵ™Ø[*¨yP L{Œ¿®­•Ý)—LaYƒ¼¢W-¿„û ­dB;’L‰†‡¤G… gMFš{ bź㧖™Æé­]À\tL kÅ£T¸T»å÷À—}.»)§méVšS'¤$_{u$À™1¢Nv.A§_Pqín“3ù»™¹³tÜâKæ€ç»¢]„r¨Ñ·.½Þ{ÝÕ=óØËB¢6My:B&}¯vHcUW°[ÒÐgŸé£Õ{kŠ‚Ñ8,×Þ«ciQ;<“küý@ÈJ¥ÊH!¬WŠ}*ÛåŒY,íu¿`ÂÁ®€m¸lC!?7½ü™âwùsjúÎ;óõÁ÷§÷4•EF£nêf:3Z¿N"þ|ɶÖîñ‘ÌÈW8ŠkJê¶âÝËgAóݧ6NÉÀ¶¨”¡+öM¿ -ûq î±H/ñØq~Píy,ãÜ}úzä„,šÍ¾â™• -k’˯6ÅíIF-|\›ÒkY̦[Ïœ”^ãÉE—oÌ™<¿½dòøòüÅDmÒ¾;fÆPÑìù€ÐçÐ1¯Æöö%ƒLpõÇaÃÝŽ¯y%_¿ºu8h¤Ôb”†“ë%ï–+4¤`&‘Š‚b%…Ä:ˆ7ý6°Ú»> ÑÂ,±KðxÓK ÞU@æ»& a| ˆ÷îˆó˜ÄÖëbŽ®ôÎ f÷/’Šï#+÷ß›a×Fl½ó¸eh­ ¾å6ˆRµ<]…^á¶gfó{@¡Ý÷«¦n6î^첵씨°éÒ…Bï Ÿ`¨JÌØ ”‡*%†@IÄ PZX”.%oÒ_& Úã% äêP\Žžî*Œ““S€|w²_ Ïjvî,ÊC»K^ØF»Þ ù&>-â²Ä!°Ø9•ÀÄyrîL‡¯ü¿µÓ³r.>÷ vïØÎ¥êW9½mPŠ4Z§Í¶+€–u@UÐnàzG‡€¾-o ÑyP)9Paû&¨p\*|úãÔZÁà -¨³¨Æ'PIñ…6þ…;jTög„ûxÔ µ‡°,4î>\Ð>~°z®s›—JŸÖ‚s pl˜@™^Õ£µºÂ½ùþÒ×ÛE»q¹sÄ{ôõéÎ)®­§¿®«ñubýÿhµMìÛoY+}$Æ'QˆÒ§'ô8ü¸î~ÖJ[œÂüîÒê’»§µ"z“£2uUs )H¸ ƒ”tŽØ¼rî<Ê­s2uN ¬ßþÕSÝLª×£-Ö‡«z;Ø Å^ùÌÇB¬›ÿѺúAòÚiüÿhµ•b‚RîŸ0ÃÊÇB¹¿e¹{O7»Þ-Û?ÐUÝoã‹vÚ^ÏQå -N1CÇ“ÂGz–n.Àì*¢âGëÄÆÂ6öïΣ¾÷±ló·uNIƒ(`eVG»­žb³›H^³[W?OÖÿ¿¬%´ð_cõó«‹ßÓj“½Âf¥vŽhN?ÅœâO¢>9\e#ˆ½‚²Ýûåj¼›•óN>ÕQP©&w˜òé­öb²[dR/nŒ´XÞ ó6Z9“[;E³¶ºvÆÚŠŸnð°­(®(Á¼òÛºšìb.*Ì_ü—V›IývÛ~ ÏUÌOÕT2D‹;»k÷únŽÝõH½­-â­t:óB ZÎÖ'u¬ép®®úv¿bwëcð0÷×@8îŸKŸŽSË´{Í/äWýæ„2sx®5f¡rÌôü8žF:”ž¢; -ñ-6iä:ÐçéË IûÎ_üFè×¢÷É.Lϱ¨½öÉ9Ö‚|?Œm¼½rá­µ”ŽƒÑ<àzÉèÌ:;?fÉœ²ã›.¹˜ ½§§V=¨ul­Q™£Ì}ë Ë—7̓Ņ»:ó[·Ø¶/ƒmyŸäɃ²‡cý.è×úø¬â&÷Æp×»ŒÑWMìö}ß¿øHàÐ9¹S±ÝÞQ)_¼®¹Ì|µœy¼³È½u¶É>ºþaËÎ&L08x¯é:¹^F³Qœe“œg¨NiÖ Ë’ä"#MDê¨30à¥Ý­Û·*w¿OÜ‹«ä3{§›÷ž«Ï û±»c¶×mÕ­÷¸V­îî»óåéÝU„ðÝ;ýd/fà;¯/î™i%w¼;x×"‹Ù™—_Ë<ílff¹îù§9Û™\αé½-b>R9„Ñ{°«ð[\ñ¾MdYçìÀ¢Ãdµw[íÞÐì~ž{»®=ž,§¶(WÖtþÚ[P¾xë.Ö*ÔÍ#Ü\íʲYħ®Ñv*qg·³AÇ[鞯§Ú‡5¾¸lG\ñVÏò–(— |¾¼gÝU3Jα‘ŽOÆ)Q°½L×7†…Ûu:0}dß§Lâá0ëf¾ÇGMÔžp.c§VsÑšµ¢†mc½»tÓVWåP×\‰‰©‰r`lg½Ñé¬ï}üÎvˆ"šÌ/íãvToÓîêƒÖb¯Ý£bZ)yH²¯ŒÆ?.é/Ζêà{É!'På…¾ ÏÉ•77ñÙ0DÙ¾Û©èíþq=Ÿ8¬Gö;™e­ÙãœTÝ Ê]¸“£Mí &âUÃ5Í@§ºÙ± Ãéûù¤íá²MŸÞ;Ýe«ÎÞõ¬æÖz;o©%Ý{ýæœ,î›Ù~7¥å^öHU—rr&7§Ê{NG‘R WSÇf¶î€ñÔ"ãáF‚æƒ@}úUíôs}d×D/ì&÷ù«©·Í”atÍb'> ÉYsmg8­µ+ü¦©»ë³¡szÆù4oWkÇ-ÿ¨D­ m]šŠ»Ê¨ÁáVV 4WmèF`+ÑQÝ*FﬔÍÊqô€äx~Ê|q˜TvKÚ9&hìp¿7àåÛ™ØÅåûâê3PÚíδ3v©ßm¡ÊÊ,ýÜ9Œ’¨_Áa}È—qíÙ+2ZõZ[S®¬´2c\o.DÑjæf¡Úʶ§j!˜†vápVv|JÁb±$Û…OtýÜ)YõJ„µ[Kz׆)#ûTs/ÍÌñÈ=ô:³†í¨6BOzÒRݽ8+Nî"Ôy䫃PÖÅ¥&´æf ¥G‚~N(ò&ôA拯H¿š™êÌAg¸×Ì0pqÜ“öÝ…+Þ0¹¡Ì!‰Ñ©·õGc<Ö|z·iÉÏÍ¥ F©FçÌ -Ñx 2-…tíþ4øš@5k’ÄÖšâÌkš"tÖU•q§Õüý´´*|å·S%Ë—ïsŠëV‰fR‹áçׂ=Æwʹ’׿ùÌŽDõ 8u­>Ò›gÐwÝáÁV„ÎÒŒlcØqà¡©?T[«I¢ÛÊaöJ /æ¡ax­·B–‘ìÇ#B ‘šðT0)™ò1Û½U«°¾QmwhóQþÜãQ=3æº;rŦsb{ÇCš¹V*83Ø…JåAt§•G!yåQXg+0Ë0,¹L±¹(ü-Cÿ)ùÕ¾Œ Í8ÞÓjs5»«Õ&P»¹âR=µ]¤æ ìÁïäs¿|«ñGºVæ)#VÑjðÈЂ®O9Ë7$ŽDêMÖQæÄ\W¶Ë¸­Ã‚á2®x†õ®TqP¦ýžU§kyB§÷©3^v :=R3tº+¥¾G« ±Ø•nµIf„¢.¹wÞ½zŠ»¥½ìôÑêH›òõîÔl%Õ`cwŠ½ÜŽåþ9ÖùáýTKÑë—¸8ÙjK.ù¿Â8oÐl¡fˆáJe\,ê•ê¶Ñ¯€ÎbFמ™ëOj!>K”r5DrÅÓÉ9F6ÇY¨¡€,TÿÀº–òÕùañ”ÇyÁŒ`ƒo7µ‰ãȲÍ7+^suÍ› óÜÑäKiÖ… íÔ$¼3—dº‰*×»U‹—êGï·G-ús—x¼òâÊl%%æ%º>£4j™­[T#XL¨|+’ë¢q#[€É¢á -D{M;D™>îðÝŽzãf#Ÿ€O½¾XåX÷WûN²‹v•W­ú¶Šw.â{©§ú¯±÷ަ<±ÉÁ¿† )ÛšwDxðöªzŽ^ è Žy"È>Økm“bF/3W‘\¦Dg©A©ƒµþÊ_ËB”¿•Þòåúůú¥’"k°m–lu’y½Ý:ÖýìiÕÔ^ç±ì¶÷¶4¿Áma'ד‹Œ(Ùj¥®,lzqxN¨Õ囸}zzÏ» ~¸¯^8E¬!¬ïKèíö¢ÐሗP^êånyî×IÚSDJʾ°]<³ö¥BùÜñà}}¿KrÕu ›ûÙ/¦6ºC²6zJ ¦,ÞíjorlúA¨ô¹…_ƒàu_Àga‡Êõ£'s¸ˆŸT©Röm—@‚Àà‘BÁoÃÍÕ,–XØ-DaV0¼î>€É飲ƒü9‹òŽ§Ò¹˜É9N†ì¬ç5YÎ7¨Æš8TË)&äóðò‚|œØ@~ ¿¯LÌðyY°6æùz‰è™ë䬚#oSŸûSÉÌ\nðˆº•ìúÐ$âKJBÇ”AZÙ - -Sùœ¯òålªÈ³P½Óª'{бžYÄg'“§2“ôêR ÓEÖ:§ÚÞ.ö©pVÎ¥í$¡­žWÓ{ó"ÀN·À6Ü4AsùÅȼ §>‡ù®yÜ•;ütÌû--7º*lj¤í/â51þ9°É2maÃî¾VjŒß,|¬=Ñì+¢à´ÖeS€PY@4$<ÁLD7ßLвì|@XÜ.Að„Í• dsªBÓz€¨åC@Tö@@‹À–—à”ÿDö_¸lÕîôà\5{½®ÏîÛœjGº?tâêŽì¯8™ùtk9ïãjÜ.g3³ä>VˆÑ˜ÏyøÈ4©TX‘d†©’uâ4T@N7 gØ$³d?ø%@îX)Á¥È¥2¨'kcÉk1$=9&ß…¤_¯/¾«ÚÈŠ¨uÑ“j…ïmA²s ­Žó i/"&›[.HÂF¨ßÙXH‰ß·òÃÂI‚rÑNá(T”°EÕ½'?y)P_ùèÉÁ¸¨gÉtÎñ§C@óÝ U¤èî^´e:€¶+ {™ µ(yMßú€®÷ï€fSð¿¢²]í:_â~EåÔ3ä–"êWe Z?#œ/§ç¥–uÀŒ;Ñ¡¥àÕRDqÊ$ŸÓ¢-›@Æ, ·þ+ã‚dÆAEÒuP齇 rê­S(ÞS]³×?î ykXX8ýããpi65æª?sÃð/þŠÊ:Üð”Æu3äk+l@}Ý€™½ŸØÔHyÐ2ó¶<õÅê%pÚž³Ä5ݸ”Õ7±)TÐŒ­RkœÍyëO ˬùÇZ⯿Däþ5søêÉñöÐÏ­6€Ž€¿ír@`3µ ªI¶ ª>ªL¡– vA•ՒרËã‹JþÓ`ù•ì¾ x§OG¨üu<øUBÅõ¯ú¨Ó Zße¨>kÿõÙ{ZëWosd\¿ÉÑB½e~ °ƒyU·Þîe†—ƦíZ]#®¹?£cïq²Ò x<)nrô§†àþ.õ/þö²Æö?1~V¹Šeÿ 4 ?ñ«Ÿ‡øÏêc‹‡—6㻟³o·yqºª±ö±^• ?Ø~;wîò·ƒ5F©ûžÕNÉÜßHІ£~t2¯î᪦ú6,NbaG­÷>n_÷i'_JpVws¦6ØeG%gJ‹îVOÍ-27/¾ŠâW­ÍýJŒÿŒñ¦'ñžVÚ-Û†«ºgý‹v’Ö§˜GwÇ“„žôœxÜ âG‹„b¯ÈÁûw'©Ç}”C÷R\#ws²Æü@»l_©Fê½)oµwSÛD5ÇÞ ‹xZ°t‰ Œ®é½,®Ø] ¼JZüÅÃA¤/þ[`L}Æû»žË_Õhƒ#jÊ|ü`Ùƒr¤§«vüP½ý[_y»9>œî²½q©×év«=ûû-2Ÿ6Fjx c¹ÿ­ìä·uum÷ò+v?(î–„Ó]\J÷¼¶LÆ“EvZ:ÿ@³Pmä¬ðÿ ÕÚ¿JèE‹ç12ßv!åöi#[ŠÔó›Þ"£Guƒú%$}M¯¯Ý•‹\(ð°È]¾íh¼ô©Ól™ÄËÅœ½†‹¬wÝÍ1}šÃ3ø1Ó³Xz5«Å)ºq*>±Õ‰Cªã }Nãë@ËüO×êŸÖÕd(¿GÿOŒ× ø<éIg±—6ïõV»Y»ÐJ+×յŃÀC™üÒ'yt1gxz ?‡}¾6Ó3|c5xmjäë†k¢å[Hkà‘=ž8˜=û&ôaŽ]j{»»ÞcÕRub”žg´á\™Ï†JއÙ5qù 4øüÅß¡¼ VkwpÓìl7/W›Î³m¯Ü4\úø1ÙË"ën7³PÜž¦‘¼úq3ÎLNížÐû¸_j×Ù¦ŠÑ/Q]Òn¿©ÝŸcCÄU¿õN=ý$—lÛœ­”k3›šæTU)±õ*ê54½R¶nç¨t8ù t0!þâ â%lCï™Ò"¼G`âÅ…h^Ö“Y -m‡Ýšöä\­Ùð.wáJÙþŒ§˜nlÛ'®qÖ¯bý©»ÅQN{tFˆ&ļõ¶Ö•–tÞV[éþ]iʨ­Õ¢­ÂSfÜëý°‘TvÅ(”³r\·™H«î?¨Ó³lrç¯Óý÷±veN‡ÚµÅû¥T ÖOAÄæØÉãLx‹\ì1ñaÞµm?^µ¬ì=%™aoY3 åÕíRy¢ßrÅPó¦÷ƒ²©G+¿ÓME盹2‚þ@j³‹Pð„r Ý‘êJtS5ã»–lM&#™”^«º³ Î5w"§¥gzOIU¾ÕßïR úŽq}½yüàðÅN‹0z5u|zÉ`´ºm’J|@5GÓž(Y=+·é·Lýu©˜Û©¶ÏöÞÔ‡ò}¤‰…KÐÊ,—{u¥®jaá€Fim$e#b É!ÓqÙιLýÜòÄze¨µ!5î¥1%$u¥½ƒX‹ãTuA d5×9ê -.„æ…æøùÅá‹È086X–xÒá50Ü6V;çÞïLmÈPzÝ"ckNïëíþXt¾ÓÕµTséþ@Íey6W[awÛ(7„“‚KèS¦8®3Õ\Noeéy?“’(„&\;Õ‘€ZŠ•A=ÙÉ«:;{ï¥wu~g÷泪:å´ ¯<¿]ÝQn?Û’‘½l¯5Xº(v™A§ïUîñáó4úÈ®Þé×vZ %¬V§¥<1¡S“ÑŽ_Ç#-·ñë ›æÄlOx°½ú.&FVPËúFÜ)8mv‡ëZZjj¨‡B}é‚|ºíúõyJæ—Ú3uI~nD¥n«ð »ò‘q~sqk™eOr¯È\«ΰÓ.[ñ ™L¿Õc›ö ”KK›a@ÍËÏ3%Ç6L)‘êö1"aEH˜ëÄ$Œ©ûè»YÍâ‚8½#|Tó—ãù]7œ?üÎ)Ž^åËíf¤¥Öp¹âf*µ§]Uk`fÙR&pÇbnjÂF­íxãNi/Ì ÕR•gÍ%#Êt™®u%šš‡j•Rœ­Få˜rŸ îö‚,·#ž¡°*ű‹"â%ìpt‹l¿ø´øÞFÅÜCÙyõj³|dî°ë´í¾Ÿÿ±Êh©v[D’̤«|M¬î*TÞ‰b¾ZèT‹íÊ@(w+SîXʬÙKî°g†³þ¹"VÅ']gÐ4Õ¹òiœ,fTŽØ,– ¢­æ-¢ ·}|>“ÃÍz;ãY’ÃìêÉÁÈ-»FÏ,±E8½ùâëúýU¿}"ªÜò¸ývSëc}×o®f÷ŽÜ_Ïk5qUàÅüÒ¤…­#2|·a6¸ãqÕýØKRS3÷çjV™ Ì5=³ê{J-çO¤F@/bë Y¢|£Kø~Ø¡ñ.¿­áø7°^­=¨Ûyƒ^FúMæe6W«<|‹2oÑ›Òóý^ñ}]¿½–v-÷ùùìnNËm‡‘_«§}µo;õ‘ÈR6•„í»UáèÕg| ¥ü{G“è~ê JƒËEIÞ”ZÜ ×’Ê´ ÏšˆÔweêRöà6L8ˆ,·.2tƒ”q§u¥J¥ò$[©ü@åTS‘Jõ³Ó*AýÐB÷Ø-®…Ǭ¨tSØÖ…S¡¹Þ«Q?ÖµFž­ÜPëìÙ¦²wt%å®éäÌ÷sLÎõ³·•1ñÂò½úõ… TìFìøÑ~hrÔ -˜ê¬aq ·ö~ËFuC¹M.ÉV¤J½saÈò(‹¡÷ —²D;]@í{&RR¥|òé•ܵUsn±ß̱ÛM7ë¡·aV8`‹’.Ü.3g{&ëmòiõ’£S!««)-¾º JÉ;°½²ØÞRr -É´­”V÷¿ZÎHè)µCÁ$Éöãë$Ò ïÍ¥|ù¡Ô(I]þ˜Õ[?#¾ú5 -),YìJŸðÒ\NráhA¥sn\¿g”ãòžjçœ؉ ÌTŒlžå¨[ ` ÊO0Ýl‰½¬0€y\`Vì¬Õû¬d„I`&ù›ÒØNpó<ÇîHsÖ¦±*vníÆS[(ê¡q¹ žb)¯ÚÁ¥û(èmZ½š2ît»\Ù†dQŠyIe ¨œ¿ƒ=†&çÀÇò#AøÁh<À{à'ÊN0ô~.ìŒS¿`É[¶ðH|‘n€«‡6À«Íäͤ¿N0º›æº¸ÔOfäö«Ü­¢-Ÿ¶¤l$¸Jù¼#©ne~oš$¶j«è؈H±ãÑù‹¹(A29ˤ:“ûîäÓµ»|bgh n[Þdyh}ŒDõ\$ðp@âtòïùãðøHÐ*⢛€ˆÐUò‰ÝS‚ÁÅ^{WÞìiL—»#H%fÚ­^ãõ}Õ8·vltÆTû¤÷°ûÌLª¤’:ɰSpØl c©h?ÊR§3€ôå, OÝ< ßPðº¨B¾(Ò”Õ|š€²›c@¯Ûäºé¼uBq@½/M@ƒáPî ¨¨€}”^÷Ñ”y‰¥6Þ ºé?¢òwÕÃEåVÏ=ófU–Ïõ’p*þÍ »ˆM–­œXöÅôæ0¦þQ‘óø:ÐYžLöò§#ø#ã~ÌoéÙYôUé€ -ýø˜9t· 2-¾î$`ŠS 0’»LM~¦ŽVÃ\LÀ°‹0X;ó]áíDåHNç`XDC,ÅU;•d"Y—wØ Ê.-yvó#nÒÎ %EúÃ_ùo+ðWÄýmþtàâsíWºe¡žØ³ûèÉ—W -pô‚œïuF!àSx¤.¾TrD;À—›énÞdS“ÎWTV+ä¦ZW®GZH -í"“or/ü÷%„3fù‡.ö3z5«}ôäoWòß(¾âí˜Kü+ãþÛûÛwûi¹åsã$¤aóø{r! rº „(5Õôí ª•ªLà|×J“Ã?’-—ÿ4¬rý³ô}è<÷OOèW ]÷•Ð?f¶àýÉ5îç©ò=­QÄMލÊ-kˆÂ5Àµkrµ6~ +l›­KHõ;í2ý³nê­&' ‚_Ë'k¦t’«ÜbØýг¿­«é¾îþ -£ò½Òÿç!þïÃð¹;1èwµ,òcgúY„ld}-îRðZßäm*¾ª1t»„$.HÍž;w´pФtê¾iâDø,}t24{¤BõàæÙZüÐ5"©½÷1­·OÛ£äÚßÉ—Ë6 -8-Á“<·1r”Z…WëÿÂÿˆ ÿÀ(ß}Èaosx®\BÜéœ#ÚëŸQ7šOâ<øøÁÊþöÀÁ16Þeï—½Ç>Ýußÿ8°ÚÙH½ [íÕF¶È¤ÿãÀºCbuh®¤ä¬\L–ïAü^JÏñ?^«?Ðø®þÞäuó}Ñ"|"<=¸PŠ=8_ßû¥²¾“Pw²{gU×à :Ýú¡m듺^­ép¹ùö¯þ@ÿÕÁz|-}úšY¦Ýwa!¿bÞL³Õ²ÒÚÓHéÞßÖÕÿ ÿáW=ÅL1™Åì|}Úɱp߆ ™ÞtÞd1$±ºj9&x9qù¶¼”.™ÖbÎf:‹¬ºó ZèÏáin8 ë¥É YfS.­üXÇ"ŸØUNW^ãkoÿ@cöz«x¡kxž ­=á½üv­þ7þzËj¹ó‰nWûw3ð¶ˆ{­Oòp¾b7æf)øÃB¾Õsõ¥ffzZNö25rRÙ[2é[™™8¨,Œ¯–$]Rkx¾Úò<¦kxÂ}Ô½GëÑHzçÃyíµ*uuu›œ„í=ÐÑZÀHìì¿H2¥ÈÒwÿc÷vYïÓí¦»AÇe}ņRc™îÁ9ì]©Ecß‚OÁÄ)]wc¿ž=>%ßÞ½¥FÒó™ÎÅgq¨¤3è0;/n ìä6sUÑ…WMe  }€l}»o ‘çÄÖ;p,J>÷Nƒ(ßs¸^­G¿ŠŽíJâÔæÒüì/î~Æ}œÑáÔû ÏBËæåÛ…yÀf¨dÄ¢ÚŠœ´a}ìbCÝó¨…3’ÓñPÓ…Û„Æá Tñ@‡w—~”|ï¾Qº§úèÊ9q·XtˆSë†î9•VÕ¾í†Í¾¦†õ˜<‡V5SYý@]¿áß»5¸†›s=n˜ -CÛf’]#X²ƒ/®pgu8 »Ìa‹fáu -˜Þ¬}9)“óbHÝÎ ï ç6JºœÔzɰàInhësȤf?CšÅuÏyQû^eݸØC¤ñ°¹ë m=ÝYÞsÛ²Vwª;íáÕnæÊ -¬¶iæžÏhI¹°³‰œW§mV+í}þ‘üJ^×YO?–ÐÑ?ЋŸ·}VoÜVÏLÎK åN¸BÐôÒÚ‚ªäuW#¤0hg²dÇU¹w¡†}7¶C›¾æ–Dç7VêJº²"ÞºY¬ LÕîB&,ΊF˜Ú'3²tîL'Âʵj3­vLÙ½61Xùz/Ù«N‡iÍMW¸ÖÈ»-g§-áˆúÍwë=ùâÈR8ØîLó½lhîÆïû©¡—¹Ïu·‹ý´O޾sª¥ §IÛK ²%=5£«P“¡Ù”—3#Œ¡¡‹ÇÎ.U¼vŒ-ÿnP j[n±Mz\ïƒ%£W¦I¢ù–ÆÅõ^k\°ýhï¢f-fÀ¤.È3«æºÙX¡ñ´ÑŒÃÁÜošî$ögõl8 ÕÔ¼ü¬mþ?ÂÞs;y&íÂ<D!”…rÎ"‰$IäœãùÌóv?ýu¯™ùsÙËÆ¸*Ý{míhâ¾mFQµÓÊtôVo5ãšjÂÃÑuK5òáG«7Bµº››Ý*Ť¤Ù®~àà -/Agv½ùäúö{öÞó›&´âöííÖ›ÐE5Ȱ*Ôª‡mÚÇªŽ‚¦EH[ -„tÒô>ö¶é&hÒwsµíÔqއ½RŸ'<ïV-÷ùXÄ¢˜3Éç*Gm"ô[ÙºpYÕµX€bõ -+U» ŸJB°éV1™š’ó¼¡<Ïxyv5Æ_lèq˜®ásf0Fœ7_ïocóVm{sÄ*SœÓÁ­O¢~ˆœ§Û¡íæÙvÝ)’µÈÚ^õ±E -nz÷Í0v÷Æùb] Ž·žzÔ÷ ]”;ˆƤ²k^Õí»¡$+¬ªä1«'»õÑBZ­ »„eÛ„¸™¸í?â6,$âÖÍL~1^Ý™ÔéyæŽmn½é\.æ iˆX½^‘KVµ™ÄànŒ_å1wJÞigá+¦]õªU/+]“ybCƒ»€™.îŽkm@h]îª~{eJ^sJ¾ùFåûûÌ»\Œ M -^@Ü©»®H&Ø\_µa³ß¾}¾½óc¾=íOøv¯5þbùjTèI™ Aßë7í/ B{QlÔê«‚]áUZòqÓ=$–ŽÊRyJZûÜE1Oå¼g\…bKï/}m°[$ªáWÊt[ÙË‹…z‘K%õ)UªNVÜÍ¢H[´p\ï¡LÀß ¥w¿ôNÂ_gvvJ¬ZÒ]jæÙcUˆ°Ê³”/Æ+›ùz¿{ÕÂ`Ûz÷‰AÃ/FµÅÁN mÙƒ9†rJÍ)f55ÓâK4|çè2½«k™û4RáSs$/kRºë“6^i#îÇQ¤ú§›Pí?|7{Ës'Gp}DÙwвXu·o°™†4)«Þ™áåcϳcÇ£ˆ±Ãó˜±Ýíè‹ùŒ3ÊáO|"õ6?p+óÉ êÕÊ¥QéFÇÏéÝ/ç -¬ÎÌ–ýƒ ï½ÜUv4JrÔfu1¨ªáv¨*þg¾].&ÛܧËÖÔM8‡qnŒë<˜¥-r–­CéH£bÚgzJç15^Iŭò¼:•i{+×ÅñÔÚë³)§`þŠÕ ò¾l¡Â™×tÀ¸d„Ы斦–PiôÖªP5ñÚ§ˆ“±&m"Cì¨gGlýÀDël ˆÖJ‰1˜­B9v‡wûÙ,­+kWÙOzóõÒÄqn.QØ$µÑFÕ¼?Däà¥!Rý÷©Ê¦°Lg™øð÷ñ©É ä~ÄŽ9?­,ÊÖ‰H÷†¬éµHœhl <©æ(r2'È£…Hd3_uIfñèÍ^\òúàwi-áb@6°WVïcÏÓÃâz±7i Kº·G¯Ö¨s]ÕkÍ(þ¿nj//´œ¯ð­+ë -¥Ú4ŒË8é#bÙ8gù‡áÜÛ NÉk¬d¿lïØñ–H—®l¡!µÏ}fåå¶dsC\Èr7ÌgR"øð÷îã²cá½ë©…½Ei† Ž—'¦úS÷ŠUÔ(pšæ»_üQ¿™†þlZ³åªÆt­~êvÃY»Žc^†¡¢FQJÚOžYäedô›‘+ˆ0³¼YƒŠm®F:uÈÌ=òœÕIÖw‰î8àOx;Çûä€}öŽ /íásÍ1ji¶~KŽÙ9— ›.úå‹W,%ù´F.–"ÐF6Ä®9˜:(ÑééÅGX<÷W•ûA‰½éoØõŽà½­¥¨…¾W–Ö†“.²æ.ÈÒ5"~’íJ3KDý)Ž??;ÇYpÑÆt‡¬þÀh²âZ¨ÃÒ|-Jnýp(®Î¹W1h%d»±ICv! ÌN3»|[ž•òg·næÏÊ%Ì·.ÓF¾µ4úëÛ -kgÈã½^ŸšË`ÈØõ¶¥Ælµ`ÖÕµtKþð=˜‘œŽ|ŠLÐâ²dûâ>±±¶¸–<µù.®'³BÏí d·€y„JgÏÂñj{…fµÙÈ_ã^¾¾f¹û•<ä$!øÀª2Fàì¸ó³Ùƒ@vq5‚ò“Ʋn M¡‡“Ír¥à‹¨U¶JM§4¾W¯Czé›x6vªÞ4™ðÔy‰Ñ¤3x^©v©²{?”(æy‡pÕ!Ÿ?pÉ;zçBK^îááP;g'i •5Åvš F䨇2„@ˆšñ-ÁË ùV T½å(¾K1€ÈR$Àï à{·ð˜½¼ ¥?óªZŠß¥®n‚Žç‹êܾUú7tå9³üЦ…–> -Ð@ÁÒz”$² Q4åG%üÝYdQ$ ^…s®p‚?um“Y…ÑpmŸbûdƒIÔ~ª$±åIÒVŠ~H -¥h¦¯¤K ‘HÀ8€¸b@l†7ö%u*„­6RTÚ-‹[#µó¸| F5bã91£ ÜQâ§’®/e¦hq´,ÓûËý£…¢Î§ #¡·~ç”àt†ÜmnÈK¸8•!ž)P¥-(–R´¬ 8{(ý•¾Îhfe’¿ÞQJX€"1  -xú1Ï%«cc&ýTc}ïR½êÓŸ’ÂÞnrÙDàž¼÷s A6H¯ì¿(ŒÚ4‡Y@Žu;Ÿ{:Èö/_=ÚêHõbO€Î7ž)¶0 )š´Ôm?,@7ìð[pì=ÈæRŒÒßå* [ï) ƒéÐÆ@´Ðîšø,MÒ¿g×þÊÊ•7ì}¼RZ™˜)³TW 4o Ýáò2S¥™kÙÂ:+÷ŠHçeT-B˽ þÑ“·›` Ç0’ŒN@ÿˆ¸ALûú{صa‚286@¹¤@¹|;€²å@9EPæÒK]Æ{ P&<”óœ ˜7;Hq=æ\zÖ[ÚšL§•uè®y3 ·¾Sȱ7ÀK‹™½®4ÓUìýT}:F!ªBv~L' ÿ–’Ÿ÷/;'ìe\ƒ¬°ûW˜Cr.Û8Žgs€«Â2à&÷ίn™${ÀMkàBýˆWœ^WÂáÿ•‡£«Ô5;Î9næ4Ç­¸uX·ŠMmæçÆû‘–i”:ìWEþëþÕ“ÿ¨ÈSñŒûøßÜ?ñ çßЄþ‚}BTB@:+é@4 +×;»ˆÉ  -Äž˜¤8\€Ø³•q“~à?©ÊZM(©5ZÏŠƒLíÅVìʉ|¢´ï¬£üpѯf§ý£"ÿÿ­"ÿqÿ þJ·_ßíxÒûuÛ~ówÃn%òuRoéÊ@®ö{@N:W ïš ÷zÈOdš¢Iqýü*¡…Å+¡LîuÐÒä{ZÖ÷X¯Ëó)O3ÙǨP(þ‰ÈÕ`ææ3Ü i¤«…Õ+Ú-™—ê³à\ˆÎ…oœé±Úý™ubgãÕ1*‚ûQXÉýˆÉ:_×êü7mõõ×Áú}œÿEÐ/Bâ÷è4õ)OäÊC›ûÝäÎ’»¹>mnHcsºl¹áí|úï3=Œ¡SŠó?ð‰M’Ò1Êð£°H¨C\•òf%îGÄJÝk‡›½3/·Êv.äÚ[$–'ëÜ8/ÏÁ ýZW¿©«ÐƇöŸÖ_;ëßfþ§ßòù›‘|OŒ¾®( ]¶lѾ‘X?U®{ŒrØà ¯³É^Û½»„Û]®õ:lÛë’¶ê~ßøoð^oÕwfMLð*Ì=åÙ}ã¿OÖWÞåù3ÌȳO§äÌ ~%šZ xœæÆëâ47!Ù/þ#õÿu=¿ÈßÒ)õöǺúM]ýø±KHÿ̓-›ÚÆ -öšÁ¿ÂW¡ÖBØÞºsù¸êÍFåù`u“ñÔ|&³i.^­¬v 2¾]&AzOÐ9—׊5:T¶úˆ>˜Ýá¹I‡íò$ÿûd}úå¾úç»_üÇUìnŸË–Q·G!¡¡ÛÅÆ¿·÷+:aÎKv¡|ÂÆÈÏåƒM§ç“a'tÆ[몌‰ÅÕøÓÿíŒBFôo ϵr{È˽Á­iŒQ¹³ŠŸÝñ1–Ÿ—wÿ3оžYk}(‰½Ä¦=« ßþ ÿ˜”õäõmá|xZ¹ÑÆ¿uê˳ 7æònØ™&lk˜8¯ÆüŸ‡ø]ó<4Üš½D»y½\ò¬EsMgËY -£îÊo­»èvsëÔ(¡Ô!ΰÝ>´§ƒö¡ƒ­ÿÿú‹ÿ°®þF!¬«/¾²V´>5¯Š0 iŒNZt°Û{#~6/QZï˷줯½À¢—¨ù]/7)ž#7W¼GÈ<öƒ"uѵTèl+Ú©áªCì{|;¤J›>ïìV›{ÕZìƒë5#¹6Ÿ£ó-Œˆ •œæ7>ó_gWcä.ã†^öкÕûŠÊ§Ö»;û^ÅyŒ~ÔéïèÑÁ.”·ê ‹åËíCý¡ÚËfn„L—õ.º\v:5tŸ~úÚ)iÓÇë²unev-öú>þÀÍ[T¸5#‘z7…—œ Ÿ •L•h|&C®¡ç6ZZ‚ºUR»µyu¼¨¹¤jÈ©(TÖu«è-ªW¶Q­öÅ¥z)oöFÞ\,¥f;)•ÏfÚ“;’GÇJìäûP¯úˆæZwƒ|ïÔJ£ô‰Öj3s·ñI5|öW­Pþ¬¢Ægt5FúgÚ€¦Ÿe=iûºEË×Ú|ä¼knçjEì€Wƒú']Å*Û3mTjíV=8ܯ£€‘½‹a$ÒçÆ Ã»¯à/NÞ;mSÞÌr¡Øxåô¨)D¾ÑÀ:{6†:dx¸§½d -šéHÃÂøÒÿ‚†h4²+7¨Û\»Y/dWýšW?Œk%ZT+#hSÅö\ÙsγBõjPp²ç¥ ¼<Ðþ5@dŸßÉ®×§ºm÷ÝzÏ]õÞù¸™™-8&²ðxu¬ýÀß/_4§÷XŠÁgóµÇc<ö¢`áIíóÙ$ZÂ+Î7eãü -ßrüiL°Zwè¼PóάV{z¥r(ÔZ•Æ)‰ƒ³¶M‚6t[ú7ë–ŽJ?¢³÷l¡/Ö¬¬ûI‚¢;²F´ -²c¡9מ״¶í’û…µòÕ·…Þ ¼Y“ê¾Y£ “85ë_ìæç ˜Òa;âýw¯·DÚA§lòòoFÄݤÃì$DêóÏÔݬûª¡Ë^©rHl…‘òFÀùdàG7¥é½¬ ï)‹`ä/š»úu´q³ÝÕÑ™ -·»“_ä3¶W -vqcÑV…hËæ.\¹?°I^sm£I˜3ý>^:wí³Ú½Vð´É7´^žúƒÍn7ƒ¦>oÃÚ©Y+hõ]\ á!A×K¡U¬îî ¨Jž¸g…Ùzˆ_ XïùÍêô2¹£çMÐp¦×|×)˜äÈöæäÔ.¹âʪ\¬ƒ…w›Yô€IõwˆÑüÜIýjEŸéŽÖû´›ê[NUuV}*€–c<ñ£óh*0¾LëÊï—ÕuØÍN}ç¼I¿Óz3AªÀjÝOrLµÑK•ò{ ø-ùöÞ^!mÜÄcœYX‘íe§bÛ(<¨[UgÜ1÷«ilÒØ"1ZõÅÂ`©ËîÖ»­ûYtò£õ§R^ýòL8êÚæ˜©sæ;…Ö›»ûIž·7’P„ÌßñËcô—³õÊ‘±V8ÊX££ÉX®ÁX²Î$k±1 7(ž»M§S¡û¡­ì*Õãm¦û¯GÂþ£'Ûëj 6£æÇà%ü©½QÖ2¢Cª°Z”‚érÉ5} 7؆Hɹ¶PfÏ}ž·®78,Ùwæy`U+w/\¶lxmœ™nS ^,ºéZI—ÐÒ–Z'×"U‘š:U¡^ ªR¸¤åü{Wû†i÷»é¦ÝÛ#ý†·^W+W±¯ûgÄ9ÞbY”|Êê‰kêõôPáùò£®*£9‚•ª®Þ}±a ¶Àn/@«“^Q—Õ2á°<j³2·7Œ’ ½4ÎÚÏq%jãÖXªZ|Ú¾ñ;dƒx¯Ij±Ì'ÍÖˆæv\#šI¯J4£fu|ÅÚ™¸W9Õ×-õtîÕñ}§< ݃Wmή–§¸ÑÕ—°¦iøG™&­8‰è -"=š“B;{ù¨°Õ¹»ì(ß®–͉Òdœ9×£WEqL£kõS[<>QDcû" ‰KX&ÎüïŠr›>–xw3„qÁ’ìqlV°¾g§PÕ`$ØODݤÕ7I¤FÓ•ŠÿÉ8º³¼»œE›\ûH]8Çœçé-m;Õ‡È Ð…¿Ý‹€{ħø.Ãê5K,[MEgÜ.çÑAX¬QÛ Ö¡H‹É°/ΈóÇÝíÑüNpFÆïp@á¢g âÚæQ‚¿«4Þ—l{= Ó º‹N¬^5ó»¨4ó^iõZrPnS\Öj÷bi±È#Ÿ,#xÚ…úëÓËŸØá¥@]ª@qo=Ü]Í|Óž½šQ{¶²ðrYcL.òG§BÅÁ‚nrI‘×ôG™+¢S:³QÚ“9uš{2>¡œÉÓ®·Å娴A“Rá‚æº2(9O3_Bâ.Q À-¢ã½‚Ôà‡sª^‹j”?WêIžM÷¹´<~Ã1ΣÙÓ‘²#€5²?O{rV3ã|vXcÓɽæ¨ÙwâkÝö‡y„Ŷ3¯ÜÃbäå'ûÀ:öº!‘yA-Ð8)Q§È½Wm¨ìx‡'Õ¸ÏøsXÙ¡y0œ#d€Îóíwn—ç†òýÎõ ÀéÞ$+‹6oÅeõÍMƒ¦$âCÖÑédåaÖÄf°fé0oBL“l€a¿ Ξ_}¸8@÷s ³¹ØVÅÝ­^¯³ó@ îé<欟ˊy-l =ãQÞJèN䛫ëM<£'M_tšÇ·È®áÌs÷×hÍ@~ 6ÔqðÖkð6wKÑR\P€WH6EÛHñ©ÿj°U˜â½¸UÍÜ.•.M=€#îàÀÍìòa¶aU€ML«i_›×êÕÏÍ}¸·Žì}¸©}Mß*‚¯Eñlgn(ƒù"Lr—ðýcé‚~)âÆi›çwè< ˜ ¤^ökGܧhßѸ@€É âˆK¿{š€hš @ @ +'@´39@=S~Nß wÈý~–×Pø)Sø²PÿTWdó<÷j×·ÎÅ}C‡j‰-ל¿Ô[öøN^óÅ6‘•O±ªÚ—|w5ÜeÍëv¾$_§àfiùíõdãöd•˲ÛF9yr€L4ó[ðÎHR\΀Ü7@Î1ñ*ýE³º¤¦ÉI ³ã6 îÇ¸ÖæáK ç>+=݇¦hœZ?°Zl&žØ v:;#®u\ë¼ -Åm½ò·§zÏZCyvî¯WD¿†ÝùPÊv(÷¹TS~j0‚µ„p@LPïhDj¦ØMÓ˜àèrM±Òú]@gñô¯ïï ö¯PóöPñaUøÝŸæéÝD_ÝpN]¹‘9×xÍ>Ú ±ÞËDœ<Ëh1Îc_“rvú€ϱª¿ÐÃ?R2i^m5ÒZëÞÿ-8—¶ænb€É.yÀðe 0•u 0]ešâvL2Â35Ó_Ì -}ÀôwgÀÄc0ͨú«ô¶œ`üÍ¥òzow“Af_ÊþÉ}# i³î*_¡x61{™‘Ó˜¤áÉ1SÈ#øèÛéý”ü× -¼òóÿ²‹¿žÞÿqy” °¤Ò¬u›¶×½vï€ËI``ØÅü ØaìH«¶SZ¦XþKT–†:ãÇGsð3 NoZ¬¥šæ˜ùx¯ P%CáßVüŠü7øÿæ8ü‡ùöWºå ŸàÉð‡Êë×mkye L­:ag Ä[Hwª%ÇqCn„Ö=ûGTþÍTÖ–…Ã]êv.ÎÍ?–4ÜF¢ŠËþµ -Ϝĭnó_mø×ér¿ò_ùo$ð߇ßÞ?–Ûß¼„?Q·ƒÊïiâH ¬ ¤'Z²ˆo\ÇK@îç«çæï¨”ãå¯50ÿ•ЯxûUBsÚ?§ý ³5VÏ_£üø}OJÃì=W 7ç0ÃoH¸g®þeÃ]ÑÎIºlù‡v!úWó÷ÉzùížÎúµrb§ð(,ÑAÞeþœ–µKØIv‹ KÒf¥ë2þ4ðu­~åÐÿÕj¿pÑoæîüø˜ˆû€\:¼ç*BÿæìýÙmkë Ñ“gz(\OlB<O÷óÞ*G°×ö»ì.¡×ù휷Ho€mü÷€Ú Ã5¿®AmML1E/Åö²&‹xQJZ>Âßx?¹òí¦üÛºúß }@ö ss¶ô²-7™sãÙQNgeážØñ±~ˆ‘q{gžÊÿÄßÙÝh9ˆ¨Õ!ŽÙäÒÿDóçÜ×^ Ї;¸gevH/7¹`Ñ<]‚"d¸îÊ+ÊÝ Ä™]tã6;Äá0j‡edÓ:w«ïV[øæmð›‘f'ÿ…¯4ÿ;*ùÌêÛÆÅÍqÌ©yå¸ñV·ña-0ñ³™ùM0-Ø}(.Tz(·£¹!Å23’n€ØËÎ6°·bgÚ‡zåÚ¦OÞ£unµ@«ÍsÍ[ô;ó7#qC†ÏÁ‰ c­¤7>‰4FÖ j@K°¬'þª[X¨Ôsû\#Ûù‹«hî÷£bÜ_¶á¾ýuÖŽÂü»8,Ô×î[¨—и»²¶Lg뤱yšmúðô[í2ÔhÞº¹NSxæúaÚ•Æ¡ˆYã3fW fw (í1õÄñõÜ*ÌÔæA‚Ô\ìIWW T®tÕ¯¢çk¯RãíÝ\!ž<â„jÞðò¾8¥É|½ƒŽíé”ü#¦çQ1Pä\4oÑ·n‹bÝÛô~šm±ç5Úî;&”ß;±1Ò.z=±vvÝÊ¿*?pmî½5ÍwjÈëWUÑ#7«l›Ö¦R+·ÏÁ¡?ƒP¸äüó Hú\F‘¼ÛdUñÄ<;rŸËÌ3-}ª¸óÙnÄWå‹Ã@Ûlo‘Î0ã}÷lÇ[á¢Ò^(¶O¢üiñ°~lFÃÅ:|FÓSc¤N_õÄÜäjswƒVWãG¹Tq¹²}òf…tU/82õz^zmÿbŒû~ÞMüßÇq¼S<üÀžxQd]ÐãŽþ¹‹Nv¬û¶ †Ö­Þ,Oe «”éÊæzÒR¾Ø.“ýWTFÊÊí!/ChŸG,Ö”7d¦19»·úÌZìêvYݤWÌË×jEég+õÎ š³Sº°*Åï%Û{tìŠ'ÕÐ}Ï:]WK§y7s^O“;®ø‘=َü¬åÊÎ[(Ö£ÌÍô¢˜ÂUF°JôÓÞOwãz+&Ê:«Tõ/´ëEV×LÎÙOv0Åú#òºä¦,6äkXób¶ô”GµVž+‡¾ªÐEþâß`òžtõäÕžuµûUq¡>l9‚?°=ðºírjÇZõŒØ -ìfbn—½•Yó×Gã°½? †*åôvK%µÛ­§hQ/_SŸ§ÚDU8â¥|2êÓ†¢ÓöÅR\Óûq)ôz^[qà6fÄ.ŸñZ¥ý‚+Ç¥ø -:ÄàìG—ÒÖ{>à“;ZÑÀIîZÑÉÛ-Æ.¶º¢Uf†…%{׬“šIžà–Ñd }ý’P½c©Kí¾ðZϧó˜úÚìaU% ¤2ö$YÉnÙ&±±´ðV/ÉCF*&+C*F‰þÅܰo»aºö"|ÇyÍ÷ê!Õ}"Á«Ôî’û#Ó.ÞÙOß;gÚš¥{{]_ÖúD æbIã”gy£ÜÔTýZ®::ßmT´~®jÒ|ÖS‡ÅåHU××¹2!2;ñ›l_4HZò-\*õ÷’X¹à°ç{C -Å*Þ©˜?e,ãŽWEŸZ«Ý@#—½Îé]ôÂÉ}#Õªó9Ü -»¼÷~eß®‰§°<í­åo̽7|§É9§_ç7\{\ž¬& ¢㜥B çýzz ¤®ä`º-;KË•œH~ÐØˆ›Ýð"Ô9#4ÚÊŸî¦À³ÔÄãºmmâh wi¹ï”ˆp¾—ˆ0¾ª_ ãyvÓ=2B/œ2¯z¬ù²¯":õ{ê_Ù.Xägôû`UÇ.²S -Ùd-­OÖR¬'µ³p"סܼ <ß=¦…w¼`YµÓ“ËF¿n0vÛpèÅÝ«Ñ%©Þ¡*ÃÁˆÂµË’¬O±3IÙõÌLœ -w‚(ŠŠ_³‡&Î; v¿Ð¬Wé XϘ(Xï+_‹z§Ãç¢ÆbÜó+——£xFÀQv¥+ŒkÖûhƒëò&/³Û­„Ý•pªåç|×Ãö¿UîÁ¾Ÿ˜Õ”&Z6 -Í8²ÄѾ^V¨Í”·(üÍdCSCâ”TúD«¶›ã×Sö€w[ÀÛ1Šõ뤌¾—Q Õ0aff\šÐ&[éþ~‰ó÷ñº-Ù·¨¾ë~ÐÏвkï0Ê¢æxAïSÒG5sý›D’ÐJ”5÷dŽsVÛ–eó¼>3nöò¦Wö¦ÑŒR5¬À!•ˆ³÷NûÁnaH¼† G£‹ÅåΓ¯—-:ɪ½zÅR¢¡”‹ÜJqN¡³¢³¼e‹'”‘åNå”z•¥·jeü¤[kІïMDvJo@™l.üÀÚp(aª7‘μp$×,ôÌ™"‡O¨Ú²´&¨t!™šý&ÚÇ*ŒßÕ.Š‹Ý.ÅÏ>e¦£úxã¢Ùj),Y).åÝ΢è®dMPÙ æ=¦°Ëd)Ä£I6Þ²€PâDpù°üd»§ˆZ†³¨Ý­²î}CD¾njýÉ] ª¹E´5´›À¡É‘¥â†qÏ•9EOc¼šie©†³BÓÌ 5Ëgiz>gKv*„,z}Y@ÖGGp½åêÓY«@9…I¾9’v¹Î´þ‚ïïK¯fõ]';pæX<ÔJ°8OhXŒcúîîcÑ@=¥<íŒç"£­l¶…)õu|+®ˆ¤Ki_¸sƒ|x,ÛØR»4'øîpŒN¸g¯ˆBñ!ò£y¡á­vùÓæpÉ·"ä“gE¥ë¬´ƒû—;Ÿ5%«)‰MÆ·?ÑqÆQª°ì¬ð³ JóGJƒÝxËà ï{)S óxK‡‡óZhb_W÷ž]«·%#ši-Kí‹2Ö„ XàÎôƒ…Kœ×[âÚ*Ì1MñÇE™ôòg4³£v½%½ÎʽóŒ«-väv¼€U/ÿè»\HÑ¡úZ -· -ÐóyЋ³èú™Ž}€nú,@£к˜þTÚA¥1  ˆÂ|s´+wùÕqD×µ˜eMÖÌ€Qþ²$6;·,7Ì/¦t`Nd«×Ùb£Ü~^\5Q:b¬VúƒðÎx…R°m¦›Bì6X§¸ŸvgÞ):HŠW9ã–‘âÐØSK_wضpr[D€ ×黣ÀŒ†”z]B¦?p rëŽSqžÉ³¢•NYÆ£Æ?fç\ÙiÞ^½Æ.Øç&mKîx¸(4ÑÛT‹Qfq7B€·àÀ‡v?Åx -ðØü¬\S´?ÿ¼~õ1èlŠ­ˆŒÐL±™2ÒÝÞ%€ï:*Àgbà1}xe®¶Ì¯¸ÚÍœ§ÞŒêuìh†´­iʲßäD¶9$ØDOò4)lÓ5²·Òb@í Í•¶€Õ;Ì,Ó•R¥ˆz/ý®·ˆÓ)?K¡ï±Ýñ@æô ‰9 H’µSÌÚ€”ÔEŠût“d‘±•^pâ:»"™‰é;ò•½nðÉ­fî2­w­V§[Õ’|hJ‡QSäТ˜ -5*½õ8ƒ’õ½pÚ?°6ø,2èϦ0È ;ʯK®ƒù¿lÁÛ= 2¹ J.(õ€ª%ð€.@øNŠt¼PëZ:nP“³¨¨Ÿªn§?sT PL¾¾•5  x»pÑåqðÏÇ$üFt¤õZO-/™.K^·†åãÜפ î³S¦’;¯ÿÑ“¿RrøÜjüK¿ÍËçD\±q´u€Ý“q@ïf¯ ó.`ðu0„µŒXÌÆ:󀑺uÀÈÆ0 žL ¨€Éú€œ­o  Íl㿹ÏTÎnÿ4Eô¯ÿfà¶ ÿKÆa ÌP(‡k”zÊÇç°…- Xº/6ݶLþf°,@‹® ÀbÃ!`aõòߢ²HæÚlqT¬’½l¡K?'ºû,‰§`0üÓ†¿*ò_ù¸ñÀ¿iÀÿo -î7>Áw=À­>àéýðñ,„üÚBý0‚ÜÈe d -UÀ_§ àoÖý¨ü¿ ×õE:[fÄÖˆ¡1«M@±W-!ÇʃYMÎì®*õ”ümÃ×üý÷ À_ù«ß~¥ÛßôÝÿ°Ü~N«´ºݶ‹߃#H‡Idr“²4V€œnnL–@.ú÷ÿo%ôùTýÊ¿¢lùù7á~h ïvs…ÇeËíßçƒ4ÏœïCþtÖ¥Sº'v -•7ŽÂQOŸ61ªùûOÍ÷Ú±ÛßCiI¶ËE>Ø"à ¿A¯ò焬?§e}ÕÚEDkÆWýi¨^|Æ á3ÒïæêÜs´sÙ²óÞ¿NËr§‡§«/÷ŸŠ¸Ýk{ñ¸KhñºËµ¹Ç¯w”S>[çîÁ›•ä!tèaë­ÖaÖD2–Va~g-Ï~¶¾d·át!œÐϿ׶K}g—îé«ë­Rm¬‰qµ½¢gf´l#æ`q ´ñ"-fó˜’—sùäìfŸVã<ÓnÝç ŠVÙ©ùúÍONæÂ&HRu&A·þñõç ¬C½Túüë ,ð×úÍ4ý#‡~Gñ>Œ ·*9Ám|æû8Åið_ëê!Î=‡ß6Πf |µÚÁ­ê§Wä"ûPŸ¥z¹‘,FÈTÖ»AÁñ:[¿úM­ùí6}ô{­vÙ¶ØkkÚŒ„Æ¢)<ûÛðOŽ¡&ׯg¼7FÆn@s­'®\®[Å–Z›Wö•šKðq 9\NÕUsGÿ±®lÒøâþÚX¿¢ò÷NÏFäHú:kã˜@/‘Ì{„L>·N­xí¿ZmúE4#îņÏ~VåOÑlŒtÌkèY®VOl&¬[¥[Ï-­¸æ¢Vºç¯!ÛÚ¼ºªÅÛj@®Î•móüªÔØb.8D"„b,ûçÁ3ðÛZcäsYãíÝf6EÓúƒÈñÌoòÅ"Bdc‚žT‡l6rYäÚ!ÖÌ&½bôî²lFìxÆââÚ©ëO=1÷ùznþÀknñÍTWÕŒP \«lÃ’Y©1e/8tÊÕ ä¥0 v×oËÞÀg?½™w­·ž˜½_Ýç¬ ¹ -RIW1g,$GÇ•ºµ„‡œm•iÚÎ]î‹ÍázÓi¶½S¥-aºÐnÆŸGSB²»Æ8_ž6 q«_Ï͆³²šíªvºUjÔ ‡Ö'Ÿî`é;„úm)Gùì›à¼HCEO„XÍ-Ör•¼æ;ŸEµáè¥V×6˱m ïµ5àË-û¹ê.I}Q†±ÜcƒD£‹Ard^?Üuü‹tæ/׳ý ~ý8}³&±Æ -)6åÊó]Ÿí²§Zé*­ª¸ÜUvWÈ” Kl}®¦Ý”wùUTÞ,I*o´Ḣ›ExsçN¨8×ÅC±‘GVŸêvñºTèC9½ûþëN}¡.úÒa侉ÏÚÍ4…›Ot`;D­`-ã·ÐbR67ë­hüM7öOÈ1h­êç¢ÐÒÙŠkÝ}uª>éáNíŸßOåóEëw¹XN@Æ“s|o"ÍsÁGrâ#žâE}1‡Íþð‘Û9òo.—GÅZÿžÙµ¸øâ¸°õ@ÁŸ¹Ðæ6tÌy4°ç`»²Vt1·.ò6‰‹˜Þ}#4,L?ïkŒÎÑ5^»cUõÄR_ÙC *ö-TMô½-Oåä^ÝÉyiòÜÖ9'®îlYĤ‰+ÔÚüH ùìK ñÎö=Š?Ìšäd‡ó½tæ·i×mwW¾aW£R•²{¿wXÜþµù-;³‹ñjdc½gÖfáÜÏÉQïd·Oí^e5ñS,©#U5ËqÊØe%{Ò yÚªyrþöëê”Ñ*’НóX¬h¹µ°Kä›@åÛ9¾©î’ÈǽNCö>?Ù‡ãl+S_Œ›r©×+é¢Û’FK¾^š‡hpmU2žz7§0Üì¬ É¦»>³>fƒéë6—h½i°W§ö]ÍhÓŒb$kDžå׸\ðvŒämv‚TвºXyåa¯bUšpmþdÖF|y>ZsÝâíÆ>L .¿]‹.«ãߦ˜IÎŒc€ß£9CÃÛ“_|½ßÔo › 5‚©aþò 7ÛWE—{“Ÿ¹~m¸#íÑ.ÆêP¼”‰mäYÄ]äÂKyK¾çå~`±Z5JÂþ`SB#¬süéÒTx–ï˜\·?ØÇgÑdeý—‡³â¢ !ú™1ƒDϦw‚.|òõg*=&ªtKTiî“”ŸkQƒw´ïui -ó~à0'u…*ݱ0ïc©ƒ4Œ›yû{ýÆßZ$ŽTˆÜõåy¦Ó—VÄz!¡ƒìI$&à.„¹Ä·‘wž»U28'ì3 Ó°Xþ´KzY»S“HRº¾0¹¡Ñ.4˜R+ër ÐañEnµNÑK%ï¨CÐmóDÐÁ!hƒ ‰F‡&ãÉbÒkßÊw÷ÑQa"æ&M -²Ñz7Úª³ÓbgµP¡zv˜ŽJ·4èKèSêŠd±’ ßÛòíÙúÊE«Å›}eg0 -ýbY÷‡$“l'“'g -],Ï,ju}T)L,tÈÚ@ÇLsK„“× ?¿ø"ΩS»Ý¬ÖŒ‰Tî¾p”Ç„÷™À„Óï;›jÔzvwnƒLáë¦væ×d³¥›m̽::Ï—²Û¼ÄÑŒ…fZÄòܾ4äÄ´bº},mã^Φ…ozÅò[-O{¤†R•²@“»®&u¡¡Çxèe°oá— >Âùœ½ÆzîôŽI™‚ÌŽˆ‚Ö(Ë·]IOôlI"¬¤×B¬~¯9šÝYÓÄt¶üMç°×ü2.væ¦ í ØÙh)Yóýt {G¬ÚZöʰµŸ2öâ½¥—(|¦6ÄûAáM(CÖ¯9„8 A”c‚Å»@P°‡aÚX¦c};§>ª®ñš©t®%cvÊgE•+ÚP/„ÕY,8ñT«„xe¥‘ -…ÓbÇ­2GVô²Û;fíú'H¿ßwÕPÐ}Ú¡ƒ¥ÐœÇœ4+ôàòD›t™ÂKnQ›6 ÷gNÒJkG´Æý ~ƒ‡/\p’,Ö_­ŠèK{¡V -(DzÉlkA)ÇMºE§÷˜"Ë3u@P® 6ûB¹@ ½ ¿»Ë8¿ïæA~oŠÅ|ýYD:ìÓmx¼ç÷+$¸r‡™ÍÕ ú -ߊ½F_á›@oÂjriÀ b£K]¨I°çy{NWCL)œçèÈnQC~OÇNzì+-þ•lq>¬•ŠE(¢‘ÀšKV€œBM#ùCâóL~¹ÍµµÂŽDÏ>›'3£ƒ,Œ¢',´ïy¸»zÚ’tèÖöåøCø,ØuŒ¥ë ïBêÄœÝåÒî¼iHYqr¥“0sö1 ¶M?"ÚCS-å£|«Xc¤’!“ÂÎäV…:Q;åaû‘o2ëlîÒ¹¤ñ™e`ñ’•²žs~à,è‡-H?¯&™)3ùFƒEÁüòèdò¥é.ciÜ'“´¼lÓ¸µ;ßÈ>ǼEªËRúú½¥jïyäo"·f¡Y}JµS:«B”ŽÊ7Kùë½R¨m?ÇJ5Xšâì°Pd3¾4…&ÿ]ç¹°¨²në+ø.¢DPrF ’EÌYL˜s¼ÿƒ|=WϽÎÞFw‹ /¥@Õã¨QDuÁ^ûœš3ëw*ÛxgAy›eîÕX.U€A,·ÀÕ pžË§º»®¿ž+l˼š°¿Zj-÷ÉœJ¥ˆlåÍ›¦:TÑ!5ÒFO™;O’V 7¼çLCÈ×ùÙÁ‹#-ÈîIÉgßEÈjÔJ ²]@8¥F,ÓÁ—Á:ï9 ÊÊ>–Þ…½ÀƲ,Â<@H‹1 rêÔ-~=ůzà'çðÑ xóBx+ݬ@›N±H¿µœñ\çÈ‚-–àø‰ìUýg®{‹ÎB¾oØzS}ÄãóbØAi& G¹ -…ö´H„°IWª±Ì[€”áQ,ÊöðËë È¢™e-ReÌXÆA|.¤&Îɯ®€Ä-oJƒ¸øÝbîÆgÕç«wt×tâ¾]ѺˆRÞ¦B'¦ïü¥_{‹“åàÂU?Ç'R 1Å1Jo½."ç–ñQ ð»€œ–âB¯MP©}PP¶(¢8”8‹e¤O€rí7 Z; PU^Še\TnŲZ*îYJ~0€b‡ñ^¸`(dâò÷\6%Û³F£D½dÞ·²¢§V©Õlâíã+µàƈ³å§êEÐé r*åP…}P#8.îÄÆÿ|ç€Î6ú€f3@«Ì7A—.¹@û;è…„Çæ½äʱÌ{€^)›XÞ Ç= Ðm£èÚ¦ @3';Þ#[/Wå¦}ÊåS ‚VáL!ñR ‹¢þY^óžäDì0Šš¯‘Þ+šÆOÿ{|¶Øt±Ññ:®ì~þ!¸‰-ØÔ€©vw€ißn€Ùh`®c°'Ç2wK*CÀJ¯ã7WÁœdKk`ãG=`^§#`V0ã^5Þè9QnÛͪ_Õ­¡a$’1Ði®®;Ù¤­°Í°~ÍäÝæ*=½0é×(®A -ü=Ê_3°sÞþ!¸I¢Ã/Æ-ÝÇlÓ€+æiÀõ¦2àöŠËe¸g÷ øŒ>Ź÷u¸¨wܤήcû±|fñˆo«OúæÀ÷ëš»qŠù^½® ø¤"ÐÏŒCà‘[Lgîtõ™ÎŒJñA±qô§šo ÿB·‰ 81ÿå· 6•Ðïï/Œ¸# -@P k@v§@åo@ˆçGëI„MðB(K@èX®›"®TNµEMš¾×Eö¼ï+Tºòè)½$~`xª à{µêIJIªH(r¿9¿æÛ¿‹º%èö+¿ - ºÝ¿IÝ:"kr€œãsÉééF,çÈ! -rÕŽr–Ðå¾ÿ•×Ù‘,ËD[X»™ÓGØAˆšyúiŠÖì+9AÉ]ÀÿNþWð—à&ù?à_x›„Þ&–Ûj³äTnä&›ò‡”âˆ] ‹ ŒX(Í—£5J•¾þÿó÷ÿÈßõÇT'YÖëñ±6£‡¾x,ïÖú±»•ö˵r>}©íés¡{7øì¿ÏÙÓY?'1<ÐÇ›ýŽùå3xVPý>¨[º´ÿxV}¯ýî.6‹ÒUžÛÒ;û/dûËjo~ÅJÀè,,عÿØJ™ÇÖØ»iòµrÊÄG¹lE©r©Ý¼æÙyý“85ÆÇü"~Īk~µSüvrØag™Ëv!1M¤¤_b§Ö”ͬé0GEAÆWçr½°7KwÙeÈÁâÙ8Üêm üÀ¿ ö[ÙÌNÉÒ¯yÕ# äÛk¿¨ñѳӅnOÞ‡g1õ9¨+Ý ‹ÛCž¯ì†on¢¼UZ{€«D“óVçßùWb„¶—]é-žud´POÐt>¡Å,Ì?×3dC'E<¦‘%§§Ä£&¶U'ô¦Ö¼úm°),!´†ùgú[áüO6l*úÉIéÁ𾿫³uÙ¬Äeú²ìâÌ7r ˜‚1‡Ú,.”77u¡•0ÙÚ«ož`_s›¾>:צöH{oáÒ7݉Ÿ¸Õ=´æ²_#΄Qõ¤š_¥Ù…{ÀÙXŽÆ¯uõ?’@åÄ^;Ô›8kãâò¿®ÕV@¥×[ór žÝ×3PßÙô7WAgq -slÝÎ(’·(TÏÁËf-ª‹5—®»5âЮW=¾Ñ¨Ò—a×=´×c—{ìæ•ó ½«´4ù^¾Mªér×Ü1ÎsAœ3 ¯íJŸ­?_þúVI>îY(¹„y÷}mªØºÑÍ0PŸ‘Mæ“:2ßDžƒ>N5—|<ª[JU=ŽŽÏ¾Å‘.w¹Ê¹§Jñ­*?pù6²ô² Y¶ó kg`wê¥ÏrÔ.ËûQ Ú¼—ÅÐËŠÈÑö¢ñ mô¦¬¨—éYQº[®Ú"bY°ñ0«5-M¼ñŒïkn3‡Ûí^£ã¦>îÏ)qšKŒýªÇ„qÃ4Îaåܹ­+âós,w ÈÝyNÑ£!XºôYðhÉÀx²­5®hS²XDö¶b;œcØè¹[¶¢Ö6°ˆû÷ª4·}qaÒŸÊÑŒ(eðpžÓ[¥}Yo9»•.áò£pÛ4àXÚÈ|"Y¥áƒm‹ -e}3zÔKÌlW£æû™{JýJ»àÉJ{å®zi8ÏIføý\æ™Y ŠÒQÑ&±ƒ½èñ7Û)Ú+:UaËm¶1s iÓ —‚qdŽŠœÒ–~IWoÝìVá.w'y¸ÝhCˆxjÀuü&LÕX½GjÚ­~àøË'–w*,Ÿ8gº™bëLœ³~È ž5/ÕÞ»âxµ(«ÏÐÑi»Uš¢¯d¦µâŒíµíee=±ÖÝãÊ¢²à`Ö›ØÍduùc4Âl^ÿõö«Íè¹å:Wèã;M{×îEmÄž–Ú=ÕJuçÊÜ:•ìr%°ùŒ8ùêkæ«ïê-O5G©D&~çãôÐ!%6åL˜­cRðr/È÷\ÊZ±¹(ÙÖaTD×|Û®ìÖ¾µY)«F”›¦/÷ÆF³±\é×ën¯ç­ûµÐ?¦ßµÁÂÚ8•Ã4}jÒjˆ ª²àg¶‚¶5¹òLwò[M -à<=ñö¹>é¬1´$N¢’xË7Cñ& ÷XšiñÆÔ Q—Kí5+“T­íŠö«ÒÓŠG'=ª-íµ6YÞë˜A³í-w ñÈzþªÄãÊ‚†çÚ8hlãÆð¬ÚÕåSÍPWHqükFÁ4œ’Ý Åˤ©Èyo^4sG´áæxwÖ’Z»ûD¼süN”[Á[ì.”8׿*1‰åtç ‹€~`ÞÈ#©¡V8íüü"mg«¦ô*ª¹cqy+­¬z»;6.«{G¿w«AáUNU ÀÜÔ4c‘êªöŸ*KSY+ؾx”«\ù–ßµªŸ|Ý!¹ãlú¹FqÏJ—Õ5'åÈ”.öêxYx -M¡ 6Ƽ)Ï6Ül”~r™[‘`ËÌÝd±S4f±¨rûæ‹‹µÆ©Aºï9­·‘êåºíùrÌ=u´k™ü*¾*…yüèCÇn¡ÐPÍ4÷U5‹VÊJ¹5oÉÕÙiœßgßË<ÛÊîr;~‘® -þ”r#:%ö!.+*Û-Œ˜š(¤7¯ó7Ï_}vU€,ÞÉÅGa6ùÙƒ¡Yœ®_‡:ubŒuÊBgšU\ˆfY;Õ[ŽåRSiM%¯$´Ò·±w©ÄÁGË/Ó+#Ï9“‚Î̺¼ÊJUå©–ó¾bù¹¦^‹ï0Òu;šIyf‰ýáæ(Œ¦ó›!ó7o9Ì#Ø“àJ5ˆgWBa >o1µvÍ£÷iæ´Ô’j¶•+y}ÌQ²4â±ݸc‰G7"ç¶XÜSênHÉiîïÓ‹ÇÊ£%x+ãÔÉln•®¶´‰†Ú]¥Ò2-Õª¹3ËU¤ÎõS™xðièA¿Z Þzªn¡é'èwÖ…³-¹Ù¸Åè¨EÓ7ÊÑÜî¦S-ŽpÉ[ËêùûhF TøL¨g?ƒsY×÷Ç9î‡øèƒCXøîìë¤ ÙŠTmî1Ì ±ËÛ¦ÃÍÑèRÏUêaãø>†N«]™ŽöAN|ç«âss+ ãÁÀ‰‡XQÀ-ç>‡©Ÿu'PÄì`hÏ0%äJú¢.$SR]&È;ë ¤ÜkÄàvp M|üöC<-îã1ò7¼F§UuÜFuLy¢ÖE÷Þ»ÝÇG+ºäv9€•ÕõÛâ3Ó£®q‹¥–Éf&òöPèæÎ÷i j+¤ƒ°Ì-M£ÈV9­ÊÔ%»·›ŒèF1œS—ÕbCåˆèHö¼íx/€(ˆ K€Ïà¦lËØlص±lêà£e›e×ÃÊ6K¥n©Ì®ëKæÄ™:šÞd¼³ýÌx‘ölå§ëÒw5Æ.'U£^tû÷)•;Ç‚1W*V~MòGMéI÷ú¼)¤·ø²®ef÷ÉØtãör¨ÜòU'ûD¦C¼=rD^ÒŸ´ n¥Ü6·‚'–] ã; ºr.Šo2b¶FËFfµ »ŽúHA"¸ƒ•^é‡yfÒ½gßM?˜ÆÎ)à -çXpo|ÃR-X"RÙ—˜í}oýÕ©ÿ`ïÎn’»LØÞ×Ñ=ê4ù¬v®±Õ‡W¡›(’ªPÔñéÁt°¨új6:heÞf·èp–­Eëuæ@^N½3—C±U¦á|¯‘O«£‰ n÷‚yššžç8…LÌg73?6ÃÔ´V?¤¦ÖðØëj)‰ì2<öDë4`Q}TÁßêªMŸd_wÖÒã2 kœ²žÇbÔí<ð £q¯ kM±3âJOÏ\*ë{9€ƒÀ£ƒð5ZÅêÆ2šÆòÞ|S¸Å2‡¾¥ØX†Àg˜ðÞ x?oõŸ_/îl*/¬×‹àD/ë>Ž#«?ÕE³³†Ñ‚Õy¿UÂ/ùæÍÝŠú£1‹»›!ÝzbR´}t}V2B?e§G²ª¥Pxœ„ÚÊ¢tþ®YOœK)Ä`ÞÄžâXÞDz~b…gbi €ˆ2v,ƒ6 &ô -íù µOñQ4ŽñnÓ( P™«@Šeš¤hhé7ök  -ýÈߤçËØ%Žo¦Q˜ÉBëÙÅðó3"eVÒz·o¥Ð)ZÄã¦2O€´Ô" k ;×6 CvÈm} ÈÛñ¨´ôŽe‚ì#“‹¥[ä“èò0Ýr©§wæÙ\7@<$»Ò³ñnÍÁxÚ´¤ÚKL"´Õè…Bù6*>„Y‡Ù³l]Y’ïCgŠ­Þ‹^¦Å¿?p:NUÀ¯¡2•ê—%¬Ü?÷×\èjÕ›êtjg@s3h‡'­ @ D5–éÐbáhâ:=3õp¿YÔ¡òÔ±"j¸/ë9Ä2{r:W˜•²” -"vÄ‹«9ä‰zV -ƒõ0s‘[ƒtúÜnü©¦ñö~y2-4ÿ‡xò= -½Û ýÀf€í `rÛ`j<˜é˜ÌV,&\ù€™™ñ[ö™Ç?+»yeÀ4Ôø5Žß,Qf,³¦ÝØ£Eã-Kª†G,—$SÿÀºbRô"oDæ(쳂+.Ò" ÿð䤞o!¿ðö3ð¯ø—ß&Äôâ~Æú°Ç›gWÜèßô¿ÚœƒE€ vpåÇ=Qa ¸ŒÉT{èŽm‘*¹:Rt…»ç$)­‰{ÜÊÒ<“/ÔïgjB+x3~yò%X~yrREB‘¿‘Àÿ‚·IŽÃÌ·¿ñ ¿Ø4~¼á€€•M ”™v,‡ *­4Æí\µÌ ñýïëƒeÆe °Íù¿ ²¢T5~S- tÿå’8™.¤‘W`>SÕ®xøÃ´Wò_ð¿jøºýÇ|û=JBpîî¯ï6LÛ@"= µæñÀ£]À´)t³C ÝÅH.–½¤C}ù/¨l­–Eö¯4²(„BüDfK2=_÷Ó¿hû—j'õü…· EþðöÿóþþLøµý“‘°ù®”'§†—x(×£|^x@›=7}È·j(iyËáðÐØ.ÄÂl;þs: ;5@åÔæŽT¿™·Ò!u»F<ü¾mºÔr>¨væFòÔ‚>ìñV„¤Ã³üTöŸÚÍØCÁ³¼³®Dc[zê“ æç 1ñë­­Tb)Ö`›øjú‡èüÈý…’éÛ‚hgo¨7c®›V¯D“/ÅÒ -ÎÙíœÎgxì"Ò$ ŠÝ…ìl¶]ˆ½å¦ò2Wk/•ÛDKØÿÀ·È]V-Ly.oU Zæ÷5l1à¦ÂüÓzsýQlÎB<ÌÉOü´‰L‰¨A'ÖÕѹ±ÉþoY‰7ôxÓ7‡$ÝôúÜÊÏô^ߢÄòtq‹v |¤Ýüª•µµe—Å€aìù§Á”çú•¬ÎÂ<éϬ'ß -šÔщ4žºñsd²-9» uïãCdÇÜÞ¾y°<äoíý~ØÍ[é„ÑúFºÿì…ÅÒý_öÚo¦éß™üë­ÜkEÜ´>\‰‹öb1 Ìõj±‡Y(ÿ¨ð—ŽÚ\vB/9bà4=:×n$iØåQyðl£…Á 'ûŸ¾ZíëŸR³ÍaÏN_×=dn¾ºze»èút¢Ú`û»PÖW’²'ëŸ_~ÃB¿nÆ$w5¿¹«‘ÆèãCñU]àÄ]¦5¼ÕåÑ02æõ&G}ýÅïza9ö)sí.,éù›¿9J:É_ý®ÉU-Smz_Z×Vþ„¯æÒ~,ݰq@—FW»ñÁsºjÏ;;þ+¿“ø¿FÜdïüÆ xi…üCÛhæî…*Jw*vѧuܬZì«Z­í~£uðüN‹;úƒfK¨ÿñ¯6W¿þÕÖÿúWç7ln>>4?#õÐ!è:²Vó±œ\oQ3‡ñÈÂa°›‡žH¹5#?–mðWðØk“ Q eVÛ]èÈ¥ía·zf‹k@®Ô@ùû’ ÊZ -Ô÷«àõ—õûPørêa1S«#«´ï-*XËC·™n-ò˜Q82auÛ0ÖUúêÝCgürƒü+ër/C¬œ‡ÛR¥¥W†)]åÛ\ÿe]ýJò]üþ2ÂŒ•ѹ¼Ê&ÎÚöÖqvq~²ž]jâ ð¢ZÙ]Y°WÏÁ”‡®+H-ªöɱï³Uë‹UúÕÄëï‰y¦¼úåõƒ‡9Š/¼._xÆ|áƒîbáŽýiX›7y€ÔÑ»vÿ]Ic·NZäB›4¥®Éë _ï§raÓMíSühÚh©ñwÿVRª+¥Ý‘#HÉ•mižßÊþ&OýCîPÝrÜfõ‘εgF)vú»^Ò³£ëügP©ð˜w¸Ð‚20¯¬®åÛ%&’í ‹z·‹ÚçC¯tdÅÆ ì!Y”yMíŠK -fÏ÷ô»Wô ÚzSÑÒªh©¶¾Õ~`eá¹y9j¦L¦¢ïj·Vîpø r|™J­)º”¤Z~'vêY”ƒÚK‚nZfˆóÆüÀs3 ÒØ%E8,æ—ZŒBzGe/4SjbT0ìx$LÓcêpí¨Ã¦uè’)X ŒŽT•̽ v­½^iÕòجWÓ±l¶ï ËÕÊCqbßÊV½S?K)ø,S äxSΈ W?p®Ð̦{Ó ½3¸  -f=eæ{c0k€#(âKÌôq9eœKq¯/5A7+ÕóbåÙ\g‹‘_}·M~«ÙEfú ¾[³Q ¶ËÏ€[dÝ÷Q§²©½öIÂ'g‹CËÇ›¥6Ï|†}AÒ, %ø:%jp¡¿´§ïˆ=è½Ö§Ð¨ÚÙ@©ùô’²Ð3% -ÂAv_‘AvþpAvP‚l;lùN¬¾_“ÔA,ý…çɨ˜DžØŒ!ÜõÁ“تÎ*3M°wüëe›0¡o.·¬:%†%f:ùX…HùS Ëî8.³¿Ž)8ß–hŒbb*$3J -éñX°r M£˸ËgЖuˆeóh;O´:ÿf¢5ŨuœTönee h>ÙÏf²x[½`ÁÉ4ŠóRÏÞ &úÙ*U1&à[|­š ~68WYª$•¨«=4N)J–Ä,Ýøp?0Üåe‚ÞG`r‰å’X‘7cq+±, tö¦ª‹X¦'€iD*– °®Låx+ñ|ô>ºµº(lc™|Ÿ• -<ŠÕš1”òõ®e¥ÃV®‡`–Ë™l_L‰þ÷+Õè¦K:ÄG¨›Xé¼Q²ô;/ÁÝA‹ŒyšØvËíÎ<-©±¸Àɨ -ðú]µϕƱÌ#€çñ+Ài?~~sgêñ;³éV,á`Ø…6űܯë*é²9¶yëäÀ=ÕYÝU|¶ÝåO6˜KÊCò%»÷“ðMPÆ‹œ™eê}îÑ7J?dàzÜ”x ÐËÀ£VàçC €®«uÁo¾iùÔ6–Æb -¥žñrA¶ú_Ò Ó{€?€:ñ.–½ ÀGÞ'1—ˆl†3óÒ) Èü¡Ô¾Sþ®¯ôRQvÌz‚Þ¡ºã®Û×]%˦ßfú-sJjžëŠÿÈ< Tï»^áò€è‡2 ˆˆ§Z$Òo’¾öi€ô&@Ö3ïX K@‰%¨RCÇ€äç@â¥xÄqg€x0@ìÇ’¤.ñwLÿÔç ¬^òAyž$ çÎRZzŠ=|v2‚¬µÝôšZ)´úTãÿ}P  -€´8Ýþ¦àU P"Þ”^ª¹‹¾ vÌœuž@àû“ Ö]P®¨é|¨°úT=ËJY»€âÂPü”P1Ì;²æõtv…ªÑJåîâù"d¯-#4Þ3bÚ¦‡ÙÃÄ#¾ô'b]°N•ìóä¿ðv…ûÌÀ ,ý%¸Ã ç ô^^†ÚÞcÉ`:[0žjÆ>uSll£~“[ÃÝÀ€AÐ׿ ÐÛ¾è™R5^ƒX˜©)R>®ŸiqÊܬߺÈqþ½B½Ñs s¯6X¿aï?9©&)¤7éýE·ß£$>à—Nìù¿ .Þ¶œÄ=§ -¸¬%N…Ë€C{CÀaò pxeköÖvW}¶_VÈ]ãÍ0Šº1RÌœëÏ?YÞÅŸZîƒ+ŽãðyÔ¡yjÝûŠJ¬ÉI5 JN%þ¢Û¿ÿÁû¡üºmøu*~]‚àN@Ð ˆOî)~-7ü®•Vßü2 À¯¸‘ŽLA>÷(QœaÅ -2‰s7óÊ6ŸøZLϫߒ¾Íòåɉ8AÉI)-Àÿ[þî­Ÿ–PÛ$©À*@‚¼:Z•ªÒ4¿vK³¤íù ¤Þ€RÉŠ“Zvœ@åÜëmªü¦]©OÃ&1oV€áI›z?ÃýSÒ_”œTóŠü? À_žüÞþÏä„_xû›ºûJx¨-¯åv ¿Å3@N“6sÜ ÈµøLeVܽ´Ü Öÿÿºm™ïßÜï²^²öÝçSggÈ9-¯g-¯D«´½Ð=ýxößúõtÖÕÇI Õϱ›ÑÒ‡gYËÔßZhƒÝC›ß!mÏø·h¿ënˆñ¶»Þšstp,>âÖ''ɬMœµÓ¨´dçô}¢ÿk<ì7’ón­†È­´]Ò7´ò—mÜ8sƒïoâ'q²®ž¥a°“ÕÖ.dÍîišÃ-ÚÆb˜®éÉ{ð;ZµÐÓoPìâY?Ýê‚æúÅgÖ[ÍÍѵ.Œ×1Dçò·¸ß<ØÄ·šD®ö?ãýû¿zæz›å± 5ׇAftÙ!wßD9ô³©< t½U=6âf’°ìâ/i1 ò|ÌÏÔY˜ëé3¤ß¶¾‰êÐ Ññ°:%fúd[œ´'ôj9sÛålÔbî»á­É<‡ù[›v¥…7xöG‡úy|’º’å±×êßÔÕ¤aè7/ôþMRpu1 ýú\?Õ:³PìOÂ…Ü_†èp¾ŸÓéeB/úq€õ?£@#qßÍ »\ <[-j0\ÿÓH}ý=V{¡¾°zH¸­ţùÍ­pã±mî;.éb? ÚolÓ¾Ëc%&ÖÆmTŸ%Ì;‰ -MŒ¡+qîÛÉLþÄ:æV?·Š:x6k0ÊÕzí5¿¹ -ùI¿ –Ó2λ<Œ:Q©·í¸èäØÞºÃKÛ#—ÏÖ¡¾-î´‚›-q7nÝ+Ûè*”Û©ô_ÖÕ*O+Ÿ“ÔØ!Á>).q­ÖC³Ôõ”îÕ\’›V·u5ªzlíX¥O£G܃=4·)—»2•–¼Å*âëF—»…3W–SOÉXOÅÑ2ˆQú,éRÉÀ¹j1¬©Í"r¨ m‡ï/môò8[Q§’±\V,WÉ ,âƒ|Ìí8 ùóê/ ýÚk»èôpJœµIyµ¨U1j.wyU*âãå—»Z¦ë<'äØ˜Ú²ô™ÛÒ¸äžJPäÞŠ¡Ûz‘]#e/êÃŒí°3<>JԜі+îsÛ½(&ý–qñUƒ‡ì¶Þ²¡Þ*r—Âm5Ⱥ®edª8+È4ùŠ%ævkU8I¾H–AKˆw=¬ÖzÕ­çz•s{çüÀåüG1 zJFfoÃò£\D¶°ÿ Å–+äB‹¸š+ÓË6ÆaP8V¼èçIñ¡·Lè<ʺ¥)¡=£ ¯ ª)UýìÙ’:öÛqŸ_5¸×L ÛöU±óiRAžÏª‚¼N‘‚¼•["ÉEÓq­Ã9жõe­ŠªýJ[0|´Ê¥¢=œj¶“GE+ò¼Eœo²éå Ó8ôѲÁ}/îÁ¶ º©Ké|¯Ð-æG9«‡Ú ¢/5¨lÕ϶yR &¾` ã(¶pÈʋ·‘9¯ä£¡ïäÝ£“Û†Ê2çÙÇWŽÉ.僎;9£Xôí<Ði `|©ÊÒm¦Å¡SxJ {¥Êeutã=s¿ 8ýüæ]‚2|¡k3Šö\J¦¦á²£ŽkrU5h;PÂÀn+6ï ” ‡²cŽ—?°ŒQç}ÞõŸ×Üö‚|rLއc€—x5ÒÅÖ© ·‡>ºþ~/È|d¡áðÏë«Ã?oò´W¤¸¡ìƒkmÓaWåÇç—Lâõ¸/-j¾ù»§¢½›Ž jwJ‹%­N°¥ ¦«GUÉô/–¼t0WÆÖX=¿nËí<ƒÜnîNs,×ZIÖ`/ Òö&¶{w Ü?&(†&ð…¢«s“U.L#vÖkØ"ǡ̲µ7˜å¤Úd–íÙ°‹?HúØ×ªÀ#g,|F¶K¦Ñ’áJa@å ªŒe±eQ)9GFÉ®„¼¢¬Œû9O—ñ¹ä|òXαŒ/5ÕLK¼Fd_ì¸òTxÜí• *îž‚+AÀYöc竌À¢„a2ÓªÓµòyLíCõDq™IqÙS™b?J‡òÕÉ´í‹ ø®/Héê¶´ì:1)[Œrlê²s­hF‰3•EØUd·€‰y2yÚ/9?(éLs’X¯ÄλWž•YMP·³€Ë». wC.ÔÁœC¶düc†?3Q#î¡×F–öòkž: Ó:yžJ5R|vGD—ÿðg'$ð§×tðgêù™9i‰vö¢:y­ÈÆ)*:‹ÅȸèÃF“ã–ALÙ=ºÊœgª/Qº UFj¹!v½& †oN®ð†—³¸ð¨”¹Œ ÔXgZl²˜Õè3î¢=aÈฦ½ËýHó™'År)MŠ Ñƒ'þRï.®MŒáŒ‹=–æ K j Kãû.–&àq3¿ôàÚö”¾–µÙ*²«Ø`¤ßÃFCKï;e»=Í<›ÒéÒ߉bO*0Ây¼qõ³ÜÌÑìÒ™J,vÙâñþºý.2ä3åÒu'ëSÇ5Þ¦UeL^öæ‚ÌqÕÑkõnøë¾‡ð‚ -“Ødl*œžTÐÌûÒÍ–%m“ÅX6‹í?v[4;Ù2rŸ«WÂý?ÅÌì(²êÕ`TxgÊ 5ËÕÊ2%Ìœ`ñŠØ‹&¢b)†›mF8»|–Pfƒ©8½§tŽfû¾B5>MƒÆS‡ìxÔ÷MB9]øH|‡xáήã›*æƒGM€–  ‘­dÞ¹ÌFÏ•2T8ì õwf 7ní4ÜØ¹:ÂVÕ6RŸtFþ áa÷ÒÙ]KÅJ32{gTH• oYåÜ©00¤ÜS„½!ÆWå\O1,¾¨ÅåM8”:ÍnòzúPÄ3J„Z$Tü“Í[¸Þ´*ØôVªcV·ÓAç¯éE ›e¶2}3Û õÊÐåŠø›¹‹ÎÊLw¦Ùz<«³R ™Ôo¦óÐcÕÓ¹7¨/©ÜŸ³k±¼­DFîÌ#µLÝóeéºéšÂûüRxK)‹ìjzeè(”؇Pb@´`|,·0,,X Ù„¹uè…†¢‡³uµ›ÙN‘ ãYù>rX”âfÁš[X¢F·´Œ†)hà~¨Ôg¯k)íW~Œ@Üß¾ëÐàA˜‘Ê)ÈŽ:IÜwy„µ¯vÑ£øù¢JØPEi¼‘çº,>iÏ é¨p¥QAd¶ô‰¥ZTž ž£möŸ£‹+ùKDâïB²ÈÑ”r?× -p5ìôÝuÜ´¼óhÈú¨„áœ2¶·ˆ;iiºh,Ÿ<ȸÍ*ȘÔdr—x}Œ_Ë8U€¼ÂvøíX¹òÕâ -\TÐ{`(o¹kWDEø¶É[÷£Êº Ò‡`ÅþÀd·/’øø¶@Ñ¥ ÁYrLÁ—{N+•2¼"šËBÊl´0»MPìì* +gš±8ce¢ Ȳâ3–²œª‚,zªƒ,¨Î@æÊ¿ãÑkfËk ÞZ Ó£Gîõ½DJhI¹&¶o Y‡ùÃøÔdªo[œ£,UÆóX‰j­§*Ë[h¶Zc¤MRл™ƒÀ<8¥Aöòø&‚¢©K]ŽemÊTc±Û { § {'ö±t> û@©X¦Èrñi,.È6ÚÈVZ&Èú –ùª¢ÞÚˆíøU×ÔíJ‰®³ø>–»¤W_ð^l›uW3æ—xŽxÍ}+zg2[ÝØ(Òä^HZeMæÏã Î#®°‘#:l]5€ž˜R,n «° ÐÇ⟾ç2~BTX€Na;–I¼=t­“@UÈ(wšË»¡ÀæE~\µ™4XÉu¤=LüÞ"ð jâIgXhX {›T‡[Ÿ­ñèi$ ú(t - q°LS@ÿàeû’XO26kUb946§‡±4#€õ¯W€ J™XÀÕ2ÀšX¼µy¸ÌèÒ£šß•¿0¤¸ès÷,VéTÚPðéE-½U¾4FR¯¾o éç§ö ¾;LÏÀ§ý“œÝf }î/ ,nf¼«®‰€de*Z’'pIú¦àîÀxëVø$ßþc ž<6ŸšXNÀ»¦Ë«ðz+Þê«ñw!d['Ò—x·uÄjœ7éÂñ/JõäFy!NÄá{Ó‰ï–ìY§›-¾L蛲‰ºÒTA¤ÚM€&OìÖF.®‰?P9"Ù?u¿ÞàH„•1(ù€XÌ{€xQóXÇXÞ§â—ö§WüÎ(hbB,Ñ>Ä›jý< ìvÊø NbŒ~݇´’V¹ÊûQ°ÉuœõL@Ä}Ÿ ¨gƒÔÌE×¼`!íJE…`3î®&%¨!|RjÅEÍ#å#˜Fô?·–·9oŠäõѤŒþ„9¸Ì5– ¨*ÆÊ•纱\÷€búY@žr@FÌþ:‡;¬ë'V#¾óýStÇælÁn_ó!%nm¬Ü¹×Žš*¦æWHý-é_<ù¿¬Àåkí¿øí×mËÖ»€.§€îkßÞè ÚÆƒló€É”ª€>>Æ€>Mn€ŽŠ4 «Ðæmhúƒ:³± -ᨓQ]mõN:ø27‰’Pj͆Ý8#®×>”aVΟ¢ðiåO=ßRþåþðöÿC·¿Äôyl£òì ¡ÇN É‚i_ny>ÆÛ×A¼icäÛE|ÀÚ§-`Ù=XôX/Øï+!7ªH4Û;sºOvDèÌY¾;B³q£ñË“ÿÛœJT¿sß~KùN×Ä|›ÀÛ„Û¦Ñ4à>ø‹i'»€ß„;À‡Nð;ÕüžÞ¿ÜïìDÀn½xÄWƒ®ô/T&®·5dï×dy>XÂð·þ•+ñ_(ùÿ´Üþjû·mSpÒ¯¿Uå¢üHëÔHí9 ¤ëÒ9b±ÒÌF€ä ©§î/T¶/ôï}DÉÀÞ™Û¿¤ÖH´úOþõÛ0 Jþ/Šü7z÷opÃÿb¹ýM¹ýÜ&Àö×h;Í.€¬'¿&ÈÄ]²qëy -?l­ 3ÕY~þXW“ÕÇ<*–›ò¤¸ÒSÖ‚XöÃä¬f·Õ_]+çÊæB÷ÄÝ|æFÄñÔ‚ÐËñf#÷c~‰¼<Ú©²‡‚4±Cڀݢýt~CŒIkMÏ ?âV‡åJÜEĪEŠ‹úëZý ýßÓ’È{˜íA—­E.t'GŸùzþÌ †æ± Wƒª{¨NÕwHnlÑΣ½!›îïò^s5YKýp%F£Õ2¿kn~à…zjžæú­ù˜…r„„‹Â“F¶jM‰•0Ÿl]KœµÃ[§ÿ ‡~gòÿ÷Í4MfÉÿÆÃ~yãþãœ';ÄW›H~àuíݽ­éÑ.Œ4¶—krñ¬ Ùù'hs¨]ÎͬGQ K%n#gNÝt¡4ÙÍê„^™þ˜ÛÚ£S »B}9xvÖ—þgÃ}#µ,ôBûë‡I¢`{ÈŠ»þšW&ÊÝï«Ä^›ä!$3ù÷ë_ýÒ¼9Ô8|{ÚÖBtðlOÝ:žSu5ñk?0õ4♞ Ibwakj]:vÇÅ[µ¶G‡ÝÖ¡-[qUŸfKއäß’šçÞn™,•¸V0zCkËã± å§q‹ÑCÊM²aqè×y÷ó*è@½ølœÉ}¨¿2WË -5¡Ñ]˜TçŸÈvÚÞºÔ¼M﨨°ø¶ÅØc³%²×Æ­+¼]ù›§<‡>h©‘àÈF¯‡ål­ŽlêcoáïºM¡õ„Ðz ŸhýZW¿©«Ç|HO’•ÆfH‡ÇÜò„öÇÒô•àÐöÖq÷­CÕ»µ¸ý0õÍUà–hS<¿ØxÄEæÝœ¬ϾlêGrü±!U}#­ùõ°(7ëvÖîÕ‘•7ö›Õ"¯µþ'zõö®Ò7sÙùc]• Ò(îwÂÌÿ±,%ò7wuCt«^Rã/eü–÷¿Nâ·áSä-Jï£ç`Ô#–JÚC׬æRªºõ›¿þÕ/muò‰ƒµrîM­ŠøÅÇmâ1,´o8ûÑw´,;/+åc ÚN>ŰÎ2Eä4±‹6O‹È•àþ˺š|ÎÉGü‡''œÑkóA\Úú¿O5Ï §]9w‚ø¬óá¢">ÛrW;Ÿœçä|s4øü*}æ¯Ti중´h1¬bTѦxÞ^øRÞFÏrÁŠZžóe°÷ozÊa`ÆèÊŒæÃàa‚2x$þBð÷®Ÿ—ô¯$P9¡òÍs}½LœµIqq]éJùÖ¯ÛÎÀÈê¥Ï /– Uö»Â”MPAÙ*]{á•ǶÃ4æVÔhD–+ ÷æ¶Ó;™^~r3éçòeÚ2xpÍê-óAêB‰…®£´çº^ÑÕcGý˜E,ç·:n $Õ¿ó,TC>TèÞ{&’ÐĤìûaRc¥•›•L[ Ë•¼½¨_zÌmë ›ôýù‡„ªX7¸ÞÒ[†ÞÓ¥t<4í­øª,ÈÙÚR{®šM#šõ³ÞTƒ™¿UèøÌ(¶ˆÒò¢«Ê²#þkïµÞº®mé>¢3ç•(Q‰Ê9ç,Y9Ýœ§?=æò\s¯]µ¿ªÍT'HƒÀ¬³êßÎjÐY;!‘Œ¥‘r¦öv^ߣWƒCøK^ìÒ|mçϼRü"CS­ŸmEävÕS½j„æ§þ7›°°o1ÞNµØcþtb½—ˆÅx+­ êɱr?d_÷ÛêôÝy³=uÙ{o嬺«ƒ#¼O7»”$ð/Ò:ÌtÁÒÑØÉ;gžÖÅ®Ù(2Ó’ï’qý>—Œë±1EÒž…÷eµw-Ì »€mgŸûgÑ_,^©¤ÊQNÂf<5öl­ùX¬—¤¢ï3†E= £¿ÈȤˆ_3twÞ°7k%ãΪ“L9A$—u„W­h—劭àý–UõG}K§wS³‘»mŒë–>£‘ž -z¯Võ˜ñŒjïk¶¨yîi¤á¯Ö]Ãßã(šY¬"éw›¥ùüT!¾#ó ¶c»™äé»”’6G?ѲñHl`Æô(YŠÆVi7YbnöØÅœÕ5O8_áìí¢.ÛŠÑ5¬j«ëXzj“0óÿEšVõí V1ܱÑÖûTd¨C6½Ð¼uí N¥ÅS¥««,ôœ­p…QZ\KcÃ,ò Q3‰¤[ªŸ×½s)wQ¹ûâÚM³âºìÕ{ÝÔ{3+7J)¢îæ 5Ñ‘Y’±+昰ÕRäe}k`Õâ&ežÇ Ñ´å¼ntªy[A%¦÷G_ǤY^KV–eŒam5=b†Ê’4–ò†|ËRP~}‘hŒ°áÅ£ÆØÂÅŠg„ænÝìhlÇwFÇG’(’G®Ö¹—ÎÅbJZf߯©š”m®åG'fÏuWqÐíC&)Z üȘ-Ôå™N\z÷ÑññE‘û Ó1œÓ±µ h)Û´ÔY׉ª™L>¥,WÅœ"ˆ•’¼¹-[²9¥Ê[Šõ)y®Lä%8ùÏGK›,ù,‡ãå›Jsß,ù:Kl*ÚN~‘èûTM°Þ¹ eî‹ÌÄv“ÕD®I©TÈ“Rá[·N+[4]eÆèï‰ë‰ûñ¥MØÊM£‚âSÍìÚ¤²Š¬DEl5yà®,ïð¸TU)tõÅÓ@+ˆDª.\'ÅžàÒÝßËmöܰx¹sø·Æ°¾Q1™¬<óéUNjÑÂf±§…I_¤…©ïÓùÛª\IÖ90Wû6º^c/żnÂw×t)òEÚÕýB7Û7^4 Þb´ÉƒÅÕùiüR91sWDU¾É¥º‹IßxÀIº_’ÅÆwÛnFÛÚ—U’¦N9>6W84ójsDѳþ!³aúàF¯íÏÜ´Xe5 -]ØYÝ/ëÄ™³WDcÃ3Ä;ÇIÝô‹åÌN<ç]q¶ð×tÚ(Eý·é;eÞu-ëTÓŒØ=˦©­fß'L)õ—¬,…›¤_NÔbÖãð:9‚⟚ç㎢òðˆÙ\2æÅØé(ë³éd»À,fóó§](PKª\ÑNd­ácD³Ó–ðÛñÅ;AªŒ=§ÇÖÏŒqìÙ+8¸û ¹/²¨Ä9+w©]ÒëÆûq²ÉYTÊ®׌X9MOÆ7‚º˜;´RŸtŠÌKlŽ7!RmŸùø¨tå’û&°3­O³é÷·Ä,½³ÎðÓ›Co2œ‡ZL:¹yª"Æ*d]õ;Ä¥Þ˜â÷öp‡Gž×–ÀÆn`Y;äÌWF@zE H›7!ÙìûEÅØ²Þ«µLÖ2b'6Ý‹n¡ýHYÍíñN\CýXz<” 'Óry7Ç%£}ñ¯ÞêÆ Ù3›‰rG&ˆwºØ1pêÀÄYJË'%²¾MëÄU)¸„Óï$ñÃÞή†%úЇñE\ådÏ@¹ð™ñQJÕŠa @¾6S OKÈs- -äúœ+èãõ9Ãà©…×\èLº”œòó2»ÚÓÕ“/CS—©±¨Hk™‘Žå9!:¸óæqÞØÙÝ¿0BŽ_$UUv¢]ì<ðÇaŒã1}Æ`ÃæRÄðûFƒI÷å | -I¡ÔyÝêb-‘Ìo@]c<’k ¨i± -TWB_¨ò,PÙ[ -¨œWÉwª54Rò7´)šÌ(~æ<À€…,o«ÀÆ;.’s -Ø„^DÒhk^gÀŠÑ#’,™2¥°<’ÅXºÎtYŠÓHu ökëa§DŒÎÑèB¤’mëzŒa¯‘Öæï˜RòyS¼‘™÷¶+ŽY·D’ú>õ輸6N®¨¤È ØX½ÊN_ÀöIô΋ˆì³o§qà"^I˜ËEñ>pZb »¼Ç%8àà+—½*s`o4úʶǠÿÆrçäé9;ÆüNlê|ëFÛr©²AÄuÍìâ?Ø;®¥T6×ïñè÷å˜Šè– –jÝžè8Ó°‡ïp -ƒçJ8p¥zçÉBîÆ9À‹AxkŸ”›H*càíýx'þ‚ÏŸÌ€§Óð Ýî5ÿ$µr§*Üy×íÑ <ñWލk±f?nê~"UÑÓ\/÷ã÷ŽŒI÷Çê­¥ª"Ý­iŒºÚøŸ’~¡²0åCSð‡'ço轇ºü©½f@ˆ9eªã.}~B­p!wÄAH$5<" ‚Õë ¡›A t€'Sþå_Ü„83¿Ý½ Ìíæú³¾ÒŒçëuuc·ÉQ¦)žÊÜ£t5AØŠ9¼ö!Ý}îSù—'GKÖßýÀ¡—¢<TÄâ¬úæ áÓÍÇmKˆwoè`âž°Aœõ - öœ1ˆÕúBncš_¢ŸOɉù'¢ÃôV¶}®B7µÜ`%ÀFF™.ãD<¶2QÑJXÒ¿ñäš7ÅÌ!¸?v×\du7¹âƒ<;Òw}Éù_©ƒ\W× 'ö8ÈVÿã´—î~ ¤CåR?æ×™««åÛ;ïæ&ª¯tEØ5jÌž+äˆA»âý´ÓOI!Ø]Éa!ÿ¢ÈÿáðWzÃ?áíºº•ÇÏ æz¨Ç” êò˜µ‘îš$Ž ÚkT¹‘噃2ДFÜŠ0xÚn©ý m,,ÂÀç/’Ì Iö2éâO;ýðä_ð¿Ò€ÿ™ÞrÒߨÛ_jûës ᤗùü]L_KQ0ô[ ¬:}" /µO&èåqôLy:g3 ]¬œkHsÌ$k“«RŸöw ƒ9m=},7Wÿðä°¤¿PòHoøÞý nøOðö7\64Ú¶ÎX‰CëO2‚„º(‹BOWKAoe¹ç'uvÙ0Àldªv4s¢µíøô–b¯ó…-ß7["Õjÿ•Sú€›(t‡(9ÄÙÿÉm2g”Ï»ü"Û_íÀóÁŽ ž*D¶®ÁŒÀ=êopÑ•wx¨ƒ{>!‚íp'å¸eqøß[ é¨÷±¶níÇ#®ùè8Uº¿SÝöÏF×¹T™]VZ~uÞZ©Ýéq¾OÚÀ¹¸yÿnÓÂëðȉø!ºé}â@ó»Ô™P¶™;mo„!—\ÒVù‹\6„Þlá³L˜ƒ0™§h#¤µáJþÞø¯Eü¿˜6t‡†rYÉ»OîÀ;Uîwî¤õ ãxŠåbß×d!}è±ñü¹OìÔÒ.udªÛÌåÕØäûÖºãÎê–§L}´4W­ùÂÙUÖóžÚúž ÍîØÎÉI;(caÁz#ysŸ «Êž CaÃâBLÂÐ/2ô‰†ÎÚÐÂÆ064Ü-+d¢¡}î­‹/n±:$¬ÃªŠ—HvÔâšk²óžœfC=®L'¶¡OæQÆœ°CÆmÓ$š‹ä%™V¦0h(L­­©Ý¾sA“è£yìâ£=Ùñ©Z¼=Ï5¦mvs:†! ]«ášþÕžå&¿Qã&m–ÃèÕ03Ü-K‰ŒpÓ£m2[•È^k$Ï£a•½. ñ°é·Õù¾÷¨ÏO½èurí¾ÛÛW7ñ\cI|Mu|ìÌ·ç©›ÒfçO³ð\¼¹-º¹Æ¡4Úù€Fuó‘z×\,‘úa´áöXóê/ ýÉaÛ…ËÏ'lw§…8´÷¨ -XwhÍ^IdKw¨Á[iÏ=ÍARL"Y­UzŒî±–°×›ò¶ÕjT•z·~ªûuóR£!Xq^}ôŠëj *‡Ê{4¾U:ôI’©F_94%Oô ->)ØeŸ.DËԢ敲|!Ub7µlqUìŠÂ¡Sù¬¬¯®Ûùü= ªöshë˜oÄ‚wî:Z‹9—r½l/ûîec‚Ãdc"%3,m¢OG×L&õë· }µ!« ahÙ'£­Ïž\Ëw³ˆT¿°-˳BIMl ò±rF²|Us…çOíÕÇ¿zàs×þV -ý«ÙÇø`f{©«›yωŒÇã™ ¾q*i_Îtüyµ;óÙóå˜ -œý¡£O2–ÜôYr; Äаúë` 3€C|òä%—²Ì»CÿZ¿_ö³a.—åræ=µ2Ãônñ˜ç,ƒ¯¸Í‡Ž¢ÈŸ—铟UÅ›ÏõWjUà)á¡“ÛvZH–ÜÚg%ÿ4êéØw:Ñð‰rüºˆõã.?ßÇ[ŠõÊÑtì±ßbƒ‡ÖÕðU˜*ñ¹ÇæÕ}Xcè¬ ËC•©^Æ£‘4µ1-ŸÝ¿ÍT SÑ”pvÒÉ’ TªIù>h{Õh·çiïÙ8qnæ ‹X®â×é~o§ï§¸Ë’÷pý> ±˜˜à¢ÃrEâÇq,â›÷¼;ïÄ»n6rÞ»ì{*¸Ù¸ƒþ›`Îî| ^ÂW?PùcR‰wè¬Í¼'hüüÁ´Ém£${‡Ž"|‘ÿFBozÜ¥i7öXè’l6ã³…è{SªD‡Åv3êÉÃn?̇_ŸO#Ôù°rçÍ÷ÁeÂÝ b.aoG%ÉVȹkU³lÞ<­+½Ïú}¾|·taáYº¸[º„¯B sŠÃ»± […wûY7Âòâ×qŠ=æ}¯Îï¨'n ŠïîtÄW_B„:ñ’¸ãιøé²·tÒYuÊY'ˆ4 övP+Û¥D¿a+ø¢kUýÝØ<-n+Óè£Ñ.¹oýñ]ãõ˜qvµaÛ ô˜åÌõ˜`µ÷# yB £Q%7¿È¼•<çÓþ÷>‘T†+#ÞáoBtÄdÄïô_n6¯^]ör?9s¿9“{Û7i»O¶‚åU«šÊæižqÌF¶3-®•2Ú…VÖp¥qQïU–õ/R{ŸŽ=ͳ±™:é•z^Ê|x—”ù¨æ)Ù×P8êtP87lŠ -ÇbõZ;‘›ƒÛÊö£Ó|ÒhvÚF “w¢»Øc¤SÈ—ß¶ò¸_Ñu©AåÛÒ“ÎÞ<Í´#Ì$îÆu•xí õÇ.`õ^¹*jïcUÕ†õž¥á×^D´WI•zrJ6þ¨È« Û‘?3—¶‹ñI*åYBij}‰¥Å…™åºñyÛÔB!þäxdN+†#wÓ¢yõ”þ.bo-µÊ\ÕÌ?~‘J¾ßÛÉ›‹·–‹)q)íçÊNªdý«x<—Þ¢i×H¡5ëpüƒíË|wµ³¸·xŽq‰ -¤Ùñ[/³”çw6]šÒùåê›*Nž@V–ºDœðFœ0Ý÷gg–Ëk³Ã/§:C˜c7)rf‰$¦ÄÞ*î®r´a†ª`ôjJ›T6/5k¡ñ„ð}:Êò¦´“´ƒ²ìy!\ƒïµàìnß|/Jß¹÷Ôbž¨R¾KЬ¯¦5f^/» {í$éÀ]Ô¶k‡ ="N }ƒ_7þ wå‹õrœƒÅ°a †nt ï²L`ÑÝR/ìg÷yfBUÛÞ©-1üø@=Œ³]? óF0‚>Ü$È%+AǹɊ±:¢«·n@¬ùÞ´óq æœWïìXÒ?3 zô`²‹=N¯;K‹mL¦JOƤ”~1ó΃ïf4©äì#_Šý[NטT‹W¤àAJµeâ%ÚÅë饗œ{&×Ö_$µ_KâJΦ8z´Ï õ’ç@-£¨Ðc÷ Ôëòš5i$E ÉÆšã“Hje áÖêâo‘<¨k[jgæ€Ú“ ºwt~ÙÝ'­‘Š{ÕtÎe§‰ÎvÚ mßa‚ˆ>N§ 5Oµ¹BœHɤÞBW¾Þ¹qÒ;1ËÁ÷ž–ýÚ–¸&ï ôô¯OÁOk #™ÐéÁè.vzæ|vÌ¡÷-É^ú E€~4³Hžu ±1ÐýÕ7Ðu—@ò@§Ñ”€n–ÑqR9ôcŠÿ!˧njÏ&qlQk:û©™3»=+®Í–#ÄÞ_¤¬o:Œ*åqn~gÙŒu¦åÉâ@\7ÆeöKðw™ÐÓâèÛrŒDž±#OÔ (`ƘÌ&n!é{Hž0[¯Ìd5¦c^>¤7=gɤ¢Àdù:0±3:N‚ЀÁßè„vù™wÙ÷&ÑL+Ò°ëG6g AŒ‡'!ø–êÓ7ÿ}c³RïA—ñBÜŒ2ºçzÌbðYóÎX› 0MlÌÚ8sÎÝåf°q†¶–Ó€]¬#Ù‚K$§>°+g ìpù¶àHÀ&I`S°nö l¤j«-Gèxê÷ÞØÝVù†åbœ>)p u•ˆ[ò!;V„ÇòÄr´!âté]z·Å÷¿˜÷§®³qVÏ]€Í6oÀÎ×èM/N±iàü¦\ûöÉ"ànž÷'ΤšHòàîûps®·×Ý´yàòʸÄã\’Šç$—è`$ÄhU;Õá«aƊ׼îô¤* -iG¼Ùu•›úw‚$îi÷…[»ûÜBåÇíý*—"¨šIŽþc¾ nÀéÀ³àß§ ºS!»€gV …+üþšs>¤wÇ•ŸnÀwÛ8ðÕ::µÜm|~ÇG -üsl[·KÓ„6[Ô馟–k~.*`ZQgŠÆP$âšÂRWéã ÆøñSÒ¿Ðíç]BRzÒµÐ~û–þÀÛGD9•±xü„ðÆ' n×§ÊÄrS1£x F-¹ÊD,Ê€F Lƒof%ÍUSç [ÞItKcxªªJ•XVŒòñ8›ße,²]-ɰ0›ÌŸv -yò_ðö¿ Û0øÇü¯‡¿Ðí‡Ás™óäLé‚äIË s× ÈX«Ò5yiÊ( •Ï¢ïotÙvŽ%znÝ É¶\8uéxn~ˆ§¨s=ÁÒ]W [éÓCÈ¢íК¢äÿ-¼ý/ÄtÔÞ€Ê;/PkoÔ|&ª‡UAµú!·$“(Ú¥wj€R;^@.ç„g7Æ$+Õq´-$#Ù*}DŠS†ûc™©m¶Ó€CDú” ÃÛö¯}Óþn¹ýºýWÀÑ6Ø`@?úFéƒÞZA÷K誙íõ‚vú~VE¬§R:h/‡ÎEŠŠC¶¸õ›„ gÛOe¿>à_nûŸ‚þCP”ý¸m?ÖÖDºÙEÁlk`kûX£ –t‰€ùèÔÁüÎîÁ<Æ0ÍCʘí‹b–;;~¾îΩN­Ô‡¢©ýq‡˜=l TÒçºüRíÙÿ•î•ö¸†0!¤¶áfdŸííõIØ÷Àí?oàvh"Cd?w²kgÖঠ¸%;.}îý„~L—?$ôÃD=Ð?©¬ãñˆ ÉGË‘,Û÷wê8ºM¸Ùì:—ÆëËJëîÏ[«r<ËÊ5tÛ¦îÇžúd#¸x˜°-aW-mG5c‘Í*ê¥×%¢Z_i+j·pŽs5ŒB÷î -Mµ[Ä/ûеz›0îõšÙ|£™EˆCÃסZØŸåfó~ªÜ÷ôIë1 -’\䨀¦xdâÙýP”‚ÝD%KÛ¹q¯nVξ±ÞÆÆ­µ<÷VÚ¬5\6ØÖtÑë«ù£Ü=ÌÞõÁ틜NÜ!þ—Ç6“•„È&Œ« im/Ð84ÅõEô³ÿT¸GVˆiÃUòahè/dÛaàÀºø¬5V‡øb´ÒÆ·õòä2!чà½hóqbÞ“mf6Ô%~:±1q’y-¥q€w•ÑÖoéÃC®bµM=60•T¿­·ò½žÝ­vßÝM¯‹úñug’l¾;Ô¼ð¶ÛMÈjCLûEþ ‡N -ùv¸ÓXHk÷‰uµ†¯†ë»CR6†Mu$OG‘0#vxȸ•¡¶òZýkYïõuqÔ}·éY7ñ$–]Ôño;>F¾È5Ïí,ÅÝ~¢bÎþdÄ&…¦¼¯™ íÔOÔÖ¹P»vÝ~õ1<\ª1ŠòB?m™Ú›Íb`N*…’ëC&&ÆmF!„+ù?žÞƒ‰ÿ•6 _ÚYÜ|µÚ¥šÛœ/"™XHމơxõÚáš«7ôk±vmž*5ç~¨W{Ñm«}Ÿz•¡wýl™P+ù\ÊŠî–5‘‹Â‰Š¶q£ ßG÷ {þq­ºl<™}¬ /Û øDhþÇþS!« í‚?Á¦ïÞ½Õ辨àcû»½RAÕzeíÎó(_Ë›ïx/×öÊóìcú}ɼW ™ñÄš•žTÜZÚ×·tèUõÙûCÿ"éU÷ …ɰa†h,dx³® -ÛFùO¦éE©äŽÛΛ`„d²Dò8äÚ±÷%û½Ù^ІlŒÉp'ª/23ÌÆ¤ ¾vÕô¤µÓÔ>ˆùóJ/ý¾ØT/YŠ&6Þa8{y:™0l’häÖLÂâGôï«a•~q‹øäÁ†ï‹Ì›÷Nú¯õûƒHÚç3nšÚ´’þ¼¸ üy‰¬!‰tý¬’ûìwm‘ -Œò:¹mvÉ’S;&åGçêUc§§Ã O4’Kô¦äK‰_çªw¹´ÿ¡£…]3ú>è‹(~î=#¾3ô"~„Ù!Iß~­«?$4 øÔ:kCÊbÚT MÔ¤|sÅÐêi/EIœž¤ç}Öï'æ$bü:yTã.}mÄ‹w'Ö˳Ãè{KM¢Ã’¼Œzг‹LjÑSÄ7*/wÞêQnÖy¨ÎªŸH:"6®Ú%_šY‡%FYÕÀ¯Ù¥l~ZW¿ÈðC•Hè'©á‡„²û«þ‹qD‡Áåã %$9ŠïÓFdR)»_ë$"Ôiä»Y«ŸuÙÛ¢è‘iå‹t„×®ioϾ­0±Sem}v71O˘–ŠÑ.{ ½WŸTõ˜UÜjïûÒ6\Ó#ñ'F»^šþØk?h>òa+†m÷q‹£g„:ÚW7k’ggÕÚÿ"¡äÛÞö5Ê.Å£<’ŠjÆEÃÒ©¼mžæ•¨iqϸ®»Õý±ßÔô˜vìhï3?Õ<;¾W'Ýþû‹TiÀ>$´™T²)·«Ì'mB¥‰{ úÉ\;”jÏ%‡aS†à;ôþÆÛã>%ÄõÛåæbo{•½uiK'Þ+³‘>­M‹yŒëŠEs1£hOÃ]Lì|Z©§½YIóL_ÕðkÕV}·S©çÄW²ñmAápª)~t"mõ½TÊã¨N¡®‹‡HŠä®?Þ’¢¤Š¡ æÑ‘?ι4oE=}¨1è—[–_¶r8^̦äì w0Yê½­7ÕÞOjÃÚÄà–~Ñwê¤;©¾ãß”yÏ{*ÄA^r”$k<mgU*e¶xX}'ÄjË §½×,­7å¯gêÄ·›m†w9».Öä/îÉ=Þ`#‰%KYjäÜî4—Z§R‘x§®+‘tÁ í=ž{›ÍQ=+õþò½Ó’~i©¦ b¢, -‹¡’½wt›cyµJOä (/¥í®¼•JéòA<,Ëg±Zï?D]˜aB£½g+‚É|»Nš¼›H'¹Þ¤SdßÏ]‡,4{e ¼}g&SEbüôÖghv6¥Ñ@Ž`h>iÅÄ ´†ål²\5#±þ•S\~&1!O6"÷úEKá×½Êô³+ycߦ²”i¥ò0Ò“TQíKÊÍø$‚ÖTu&œóüRhšöŽ¿µí#ßñsw>B·0®Ÿ ™òf&±£âËf‰§šdè‹Ð9§Ü¦Ö½Ý‚’0åJ–åC* ˆJmÕ$•ÄàL–Q¶ lOMÔ'“b!ç#6MQO%ô'ÿðdœÍ\T–žìäÍÆ]I•Ìz*ÖƒÂH¸LÕ¾`?_=þ_vù.vñ‘Ö}Î hrËa9ò›óê%‹0éC‚F³×e¬"ÓüzæPÒ~“$ÕÓ¥@w¬‰_º¹9n¿×ì^P,2k:ðй5è_ð¼°†²j†I" ‡xG¼ [Ëß#:&ßå™gEȵwè«è¥h͉à”í!ß]¼zÜ›_v¸DªŽèQÃR\}ÌdšãÃÚûï/Ôæ}yRr¥H­Â -Dý¤éøÕJD±G$ŸÁ¢ƒq †6<üxáðÈ‹œ-;€C¬Ø˱Ëõ"ýy+µ¹x4}ЏùõB±Ìíž ­É*;Î!JÚs)8»Â„¥!—Ø,»ìD®·™y,Ñ¢WI¡…ZLØ›J~;3²êE×Äiš8“ºàí|æ‰=¶U‹¹s †µƒž)§¿V*€ß˜ ’þð½Í>»%¯öÚ€çÐLOÈBö5®6“œÏ¡§Xb¹Š„ÁÆã»Kk~tùRD?K:Û -×ÕyÉ÷Ê…)7Ì3CvR\ö˜y5ߦW#­I)‘k“8 «~s·#ìŸL±>vXcP¼À;¼¯@Ôô#jUÉÕ"õ‘lê@É9ÞùD²)Æ"@Ðøðï~¬k™ñ<ÖðÔ%¥¶ ×®VjŠ|žR³ÖSV⇓ؘÇvü“˜¢n¶)GàØ¥©q^mª´§PùUÐ6—lˆ‡7’ê-‘œ€šú†$ €TªéÉ r@¼™’þ -ˆ³þBòÉ„â2 €hgPñé(Däâ¤3g¥‘p¹q&Â)kY¸¬Å¥·âSª^V§Ï>A[¾w[,9¯nOX¿u2\=¦wÉh‡8¶ ¼Óî51ÌÈ~FŸ¢-OÎüs­ï¹QzºbcöqtëËit}¼‹fÜöìµ€Š7Ú@Õ¶ –ì ¨Wj´:;Å^H -I]Brq€Î&3HÖu ãÖh~~ùc\¾Q¨þݾ÷9—ý€Zpi rVâ¶íÔ#¼%§-»G¸hö}DÏØ&NIFÞ| -wj~áãýÀ¦ý5]xJsÒ$»c<h˜ÐÛ.:Ô¶Ôó1:b¢7-?t”ž.@ß™0RÆ^¢›Û!u$é8’uŒ«·‘L–@¿äÐ˹ ôªˆÎ`ÝŠ££´‡% ÓÚ8Œ°‰Xå“Þ˜€õ̰Äf5éÞ ÀôvK`jg˜@k"¹l£¨ ®ÚfüþqS Î^‘+™[ùãÆëÞ-´£“xrûC¼éNjöi±[ Lœ­Ñqî;­Ì³W§O`€s׿Ÿ0‡N#@òhWIÌìÏÀeS pÜ= -ì¦Vvë£Ò§¾ü9—pã¹ÞèîßǪÙs†é7µP|iÒI’9~èÆðÐêMžÝóSöþï°û*Wû÷¿ûCNÚNRž|ípÀ›Oø æ:eAà¢5$ã!<¿k¾€ßb"ð¥N -øH¬<‹£âßo¸KzÜ6I„[2Ãy/óÇKí’†ðdY4Gfs˜N’ÍŽþÀ±bÿò§±BÒý[TÈ“ÍÀ?.àqR-kþñÝî߈r¾b›ì‚8)/Ñ«ïÏNyb9NY ¼cyÖø„ææ Bqàêl¦è84ouÔní'™:;#<é\clnz£dêØl‚sï?u…íôo%}xr˜äð[Ï?àí?`i©‚ôêAŽZ{3ó7Ⱥ(‚ íØŸàÝÖe’;`@RË)ß×[Õêt.-#é²%¥|âÒ ÈG™âKFUIœð§²0ôâ%ýî3÷‡Û:íã¶ýuºþØJÝž<A5¨&e€Š×3€ziô-Ý ”LGE÷ó `ÑÈÛºnu%»¯åsr-ÜéE¿Qp;¼~ÿΓCkrèJë iH‘ÿ×–ÛD„\ò³#™îUD0 —ú¸mÏÏèãÆt_ÁA§OЖ­hAò4;®©·1Rô¢Óæ§K·B]º|VöõO]ÿ‘Úþf$¬ƒùØ+í—Û†õümCDú±¶þ¶ëXËUìîq ¶ž°F,¹Pó©/Àìßp0½È©ID|.b‰sðcMÜß1…ŸüäŸÆ -=Ò¿Á ¡Ñ6ôþþ£šÛíHö)éã¶ýE=¶éCœd± nœA$Í!Òå4ˆ°“Ü‚37Å’» ®;­ÿ®ßM—! _Ý&L𺿓1ùã¶ý ³ÍH–ÍG{ ïCê>»M¸ãêFŽ»+[™.B£{:Ëâ'ÑÖ¼~_}áqx丟d„ÝDGcšÌíil„!ÄW‡´XXžò«ÅÒÜãè\BdšWCZÂÆpü ý¸VÃÝBÔâÐÐ"ÒQô*w>UîcüTy0R˜Œp<ÅjÞ P½]껕Üf.Åô¹zff]3X’Zi¥ÍäêÒ\áõE[¤:óG™ÌÞuj6ÃÛò~JõS¯ñ*UåGÛì#>¬Ê—ùO…Ÿ˜Õ†‹ø`è'Ñ4 …ý$èŠÓp³û8† ¬ájôUcŠ+mœî,Íyn<’Ë…³^ŸæÑýâ>ÃÍ×”êTðIæU¤ÆÂĤG%Úä‡Už§"¥ ÌeôÓÛù"{=›Jtß]9ÛM¼ÕÎÄÛÌÚóŒqo³kÞm²¿0Ä´¿‹øC‹èááSÃߺ~쵟¥ò?ñ°‡4Ã÷¯Å%ê-û×’ä")§ûmeTìõŒQ½;t:íÎ$Vîu¨QyÔž'›³6;«-[«L×BcüOPìôÚ”w‹W£ªnÐ$©~êæ1jíHÜ«>çVå=mœ*øjžø"CZV–?¾³?‹ø?LôÇýû1††öÚß²~˜èg‘wS^ÇöªÜê§JohÍ™1³ÞнH8Psî~ú“xÐ òÕ^´Q®Fß½zeèµ[˜ôË“ô|Rö™Óª4Ï¿¿KìN~ÕgŠÂqk‡N±‘? sTW9ºVÓ“ZÑùa¢Y‡2~“a?IÖøùƒCÃ=²þ T:!-eY§_bWÅ9zuù.ͳñW)ËÉâªPd‹Â¾(JZ^)ȧŠT­¢?uŠÑ|#R÷r×A+“k'fŸuâɾ‘1Ø03ÌëŒ'ô|g+iê¤7R«®O†^ÕpשßEü¿öZÔb° -ÈÿXW?84\%ŸkGÓ©œóN£C¯w4Î&:HÜ1’ê*ÛKVw™÷¬ôñØ<Á=í‹Õ·?/×?«öÙÔª>’RÂuª'Kîî½J§½j­x:>%NS혰XÁˆ· ¹É‡ŽV%,:lì^QÏš>C MÊ¡½¶âA·:kÃÊBLCCÞ˜ZU¶Z*ÐNJ@çˆ$•CÒ­$·ÍY3)ßǯô?ÞÑá`œhx³yü:¯âíôf{,7§X/À^Ñ÷N ¢žêHQüØr#“ú+ñ­B×w­›ËA,î©ú:¤Ÿ¿^çð‡~®ËPõ~|«Pû—aµOÇÛ©{Ì#© ±^vª#¹¹±^Nô¢ï çG=™ËE&U"ˆPg(¹YjΪól:A”ë;ÂÛšÚÛai÷EÚ%oû°h’bU3YÃÒÙƒo6 -­‘iÉuÜh×ΕúÓR'óаÂ_ëWÄW“7w^—.! ý8T¯üÝYµMp7E;³(Ø¥x^¶ãŒfUSEË<Íó®ÙÈÖÆu]÷va×ûqYïU.í:læHî˜æ9iUô‰¼êÇO •&RÎ‡Ž’ñV(š[ôÂ[2¼Ã+¶bXcdR.ÜCBk—b™UM²kó4=-ÍFú°2®ËíÖp…í·áŠø ‰öÖ{eÐÞG…FOäaÝâ5ÏŒÉê¤ÓUß \•z¶=%ŸäÇòj’Ë"ÝÝKÛ%‹I¥üÒ–±\E³´HŠbæ¤í¶U–ƒü¦òùŸ¦ü€ÃKüEFñ]óáÎì;d´F;Lõ^IiÃꮯáçNW4ûÕ·§$ç¥ê;Ü^™÷¸“’)7y5Ÿr40Y$“Œ´DIakºxXM#bµ@d¿Há´·jB£Ò –.Ÿùv³ÇòíV>É·Ûßî¢gÆõÞK æ!Æ_„àH–,_Š¡Çáfëöͪ®S{í÷Úð›©~¡ÖU8oÊAbYE3>ŸÕ[ÒvrïIÛ©4‘Jic!–êZ¬æí½¨ ɳÐ(%ï‚¥T0þú=F…ÔŽ -÷¸2®×þ8ýÜu“”ë%&ÖóªK™KP‹÷‡Ž¢)(ëùëhø‡¢0ÃÓÓ–% -nïJÌ͸u…6B÷lHhå‚ïJÊvßkt½*êµhI8cZ=àØŠ`ÉBIªÇ·«‰!ïê™éÉ=Ε×kv÷ìû>8³ÃîþÅz1Šf HiŒŸlÅš|èl6Þ£VëÅŽ -ŠI’ -JJŒ -Ê©)TŠ %j35ì#Ã€Žø­ÎIî¢sÄ­ZõxýÓÕt͚˅ng( ¦#œŸã»D+|DÆ‹Üsö(q}m[âb«U…oUgGÄ©ÃzÓÇ€™2 㯨%Cæ^ˆ™¶qjõšðT0Ä­/’,íÌQ=«øYØŒñÆ4rÆ]LÄ=¢ˆ7úÚɉ͵g£l*xhN¬ß:‹ÎúµÄM{4»jÉëa§ðcn.©«ÂP¸”É—-Ö¹%W8 ÍåÑuI6†fº+˜tÚG)UèÅ Ô s tƒñ¨§ -þdFIôiK–sï3ñ½Þ„¡ÄX¼ÙoXg³õ ?—ãÀ°û`‹†±Ð±=€Œ>F#X`W×llUÈ$•÷ÛŽŽSÁÞçg„%»W5ãÎw²LÁ\4Åä¿/ŽnPÌ7Øq–ª0³`^d˜iµ@ç¿@mz*\¹Y~AŒ”EYˆƒ0ìµ@°ðYþ;Ù~¹ø„2x¨ÌcÓUäÃQC#ØXbˆW‘ˆä¾¯Z,¬ìãœþi§OQÿˆpø›ø¿º 3ŽÉÏSr†^‚ÜÞAÎ ÈzÉéüȃ”ÊA¢¥;ˆḴþlƒX8ƒÈö²ùŽKÖùh²‹ç\ î»&þ÷ºBrHmÿÐÑߢBDúŸ(òkrý@@¶Ÿ}Ȫ8¨y\UÈx l5PÊå5(šñáüò™H‚Ü< AöeÁ ׂ¢æo©0ò™Ö6[ó—Ó¿|ÜacýRÛ äŸ&úT󛹋ªù÷½Ò~¹íÇOúC&Ck«¨Q ˜èÍft =†Ðú¾ZB.€†_ÐÏN7Œ&ðTU|t¸<+÷éÛÏoåÏM^Á_nûi¢:z‘ÿÕ:ÿ“lÛÐh"ÒÐa+'?)Í?`ôØ ÀÞ—`ÇÔXë±–c§Áìí`ÁŒ-§ÈgYnñéºU¡Ìü!ða‹…u…íô· öq"£§Ö‡'ÿ# !È!²ýM´3Ê{mH‘Ã[u’ÇÎ4À5È!D”Ñ -¢„…h3«A”|ä RmMÀ½ðÛ¶µ7Àu …ÿýƒX/°Û²âµs³‹F•ó#ö<;i=>6»µ„ÛßKu`iE¤¨ºJºuÝ/%Ö&t3¸u§›hæíÔµ^%"ÇÇ‹è*X¼ã~ëÛô`z-$;‡×Ä7Yî‘> -ê==3›÷7éanÁµØ¥ªRÙT[~åõjA~~lÐÍ-×mï^;ò€VçÊP»Þ¡j¢9ñ Db#zíÕÇ£kf=’bvUšÎ¢í•Wbm¹X/†»÷6¹9û¨MWŸŸ«åqû–zY¬¹[ò’ÞßDpy:=þ!_äúì¯üŸµzJý‡vûÝj_äj·ÿ×­ö¿k¡ÿ³Vû"ÿ§wÛÿM«}‘ÿÓ»íÿ¦Õ¾ÈÿéÝö¿N¤1wó¶ñfyŸ'Žú¨GI×êŽÎw}ì‹dæqSã‚ñ?m×:¹ÕR¼ˆÝ‡¬Š¢R¬ÇãêÊV*:õÄ'†78žÍ~rÆü´¢±Ên¥èô#[•ßÇØÓ GM¹Ó£È0í½ ÒJÙ“äê‹ôëý™>ð´”¶×D.[YVóS£3ý4ë¥éÅØR+!»å‰ªòü{€Zvr¨/¤Ñ$¾3F+Þ°3í®Ãµ;—çcÝÓ†›W¿”ȃ5Sö>m\û"ÇÉ’6› 4ò:½Ÿ/ÜÜl/"¨©ÛÅåË×Üôÿ§íM·ÕÙ…í#ð l°£³ïÁ¾ï@PQQQz¤þùŽþ‹óY{×ÚõT­wÎUU.aŽá•ûNBŒذÔþ@4‹–õ§nÍÚJÜZly­>Ì ÷z‡<çŽÚ™ŽwE&ˆÝ)lNöþ€8ÙÃÿŽ| wŸ~|=èÝÿ~üç8ÿ(ÊäwÇùGQŽ ¿;Î?Šrù=q†QÌ"Ñ}¸Âß¡¬Ä+Ïe;îèÁ$±VFlAò{ç˜$´¡œTïžóŽm4=P<4“¼ JÙ¸÷lgöbŠ -d–ǶÔñŠW‹(±f”\’ñt+?ÖÁ´ ­´C)Q>˜åVÀ$ß®Ãaáý–µÆìh­á°Ò§¾6íVµ…9 …a}œâ¦·ÙŽ}òW£gÖÁ浌ªX8ËÎ7^í‚ǰžNê0btØRº]¸w°qCþÝ*A¾GËíîÄ9™þå®%“y÷¶”[çÌÚÛBÇÅ‘Ïì°+â)eyªVÚÒ¸T£.pûmWº·lqß™\ô};GO…!‚üôÒ'àç£åÅ&}F”s_ùÁó|µÎuÁëwÚ|fkv™²r™¼ßP?,¦ZSfF^ì´ÐøuÞ»ÒØ¬‹®V“1­ÌÚù>˜Ñ%ú4ÿ—ˆ ?½äŠåCÝZq³Žþ—„ÄAîíúÍ\KtS£[ò±œgÇf}TTÕá" ¤ÚÈñN÷rÜÚoè’ÌŸ{‘!ƒünÑ<™ÉýÖŸI²³æEú"ÈO/ýPTm¼Ea<;Âb>–°TÇ‹ŠG› 1“_GGFÔ-ª÷•Y0"ȹ« ŠðØàgþt¢wŒÞº­—üy6›%åTLréÞy=§Ãò©ÁÿKDï -Ù~ÀÄO;0¢ÓËäÐiÒ߆:ådÉèÎä6•§žXN{ -ÑG×(ƒŸŽ¤–Üm<±fÕ2?[U hžØhÔ¯ µa%s€÷ý~¨s­þ~a 9 `â7#¨¹Q æúï•®¨uk=9±züa…òB84¤f4¹œyÒjJB¨Ÿ>8Ùµ#“ÉE{wŠMñX'±‰¦ÛÕÚf/‰ŸôÎx\2Ú³òˆ m2Eø¿Ð05‹:ëo¥¨dù­¡L²4¬‹Ô86Б?ï÷XCáä&f1åêí±è¨esJ¤|m´É<äA´d^z½aEìÈ—›ØžÓý3mò ‰.€ªüψ Ÿø£„V´J…Åӱǯ–ª$ù1n>€†È˜?ååš'nÑâ~JV†»Q5¤`¯ì‹iší¥É3Ó™Ns«ö¢ï¬é5-°”Ã/8jS_ï~äãlAÝ‹MБ&vÈîm“ç QŽÕ3ûpävæÖ5£ZžKT¡>Yáuz¸¯:ýä‚ët±šI· gÒ¦×l›.g¢]Š£õ~+8߆­]ýý¤÷ãðËð„ø RVê^ì½–çA+Ô„Úíò€Q,À6¶®é¾;FÕp çʯÁ±iÄz™{&Ñ!M>E³Õ\†â›Q¬¢µ§|óuVŠÍcýRnÒàRý"È'þH£§Š}7ZÕÄ‘öì¡|¾|f›ä×<~â¡á`7fs­Ã€~õE8Áà.í‚JTí9¹·ZñŠú~q*¡7ã·„ÕèeÓH*À¯KSêÒ,ý=x¯’òÉ< Òtà†8ͨ— ( öé Ì­ÉűFÇ¡~zž|VÇt·iæ<[ìSÏG&!Ö(ÚÎZÙi;o*Û4'†6TÂkP’°ŒF‹±Í9¿‚Oh¾ëò‹¢ŸùÕå÷Ä3ò뢟Ð|Gì&þSû=ñ|×å&þÿU—ߨ‘`öÿlâ?4aÄþlâ-û_ŠgùÉÿ‡ºüî4‚üáÄh¾³ÿGÿ¯³ÿ—h~Ð}‹n>ÞiÑ4,ÍIÞt@æP€š†F©×b~ï>Ü(9v÷Â%¬{W˘ŠÒ"LÜÈ• }Ðjëë>¸I›]±cˆ5²ª ä»@4°Â_¢ÏL<#² d’‚¢3ß$OÁõþ|» k+Ãåº8'QO>$ßÈZØ,$ cZ/éÖÓièk6;Œ ò)Ã5Î ÐÁ1^áÔC÷²T~oMÏÆ¬³/ò?Üÿ$rP´6‚¢Úû©™·(@è«p•Ó5/,Æ^Ž8Îe£M£hεZE·«­ºæ2J[ z·ÙU'¹cœeûI9.ï4Δ¾CùQéOñQÏÝ•€¡Ü,@«?@޾•A®`ÂbÝ7¼ýª N÷1!XvS5ó4×Ò+ÓU[mò‹ŽŒÁy#+…½ü$­mq8¿ñ¬Òº|äÛ9 ú˜ø>Eów(z7 @˜iñEÇä~%\ã)6Øä£¦'LÊI5¤¢¥í–Á0jW}väÁ=[}4.Œ;,èþºø~ÛÕ¡¡Ÿ7­§"þ -þKóáBÍÀ}ï·$ÕÛ:²Ƚ²µÀñS¬¤S–GÍTԾɚµÈ»:LåÛj_×ì¸rJ$¦ÙC6Þ(q gþ`úsJdÒ¹êáGˆ ?½ô #™ÿ»èóiy’ sV ÷8»áZÆk—(r~ã +"Î\Ìwº-8Z–¬V_íä®Ý ¬†ø|$ ´ôLn+‹WŠ‘2)kitDâºÿ—ˆ @,Ê0¢‹]6S¸.& -(ì954råÄäÓš¸“lÍßm‹¼GŠ®#õò‘#¸Ž¾Gë}åš­‹?[TŽR÷ˆoÝáèÉö³ endstream endobj 38 0 obj <>stream -gg5?[v™Ãõª0çŽÍݯà¿4›y¨ÙÍçaÓÄx¯\ß5ÏüDÕ;æsœ›Âr®=Ms3X¶ÕK2Û½†É†xrœ0wêÁ*ð•—N…Óã¥|œØþ§ˆ ÿ|ýí»PtP‚¢U9¦È\œ·½WT܃ó¶Âç\ë!PeÒ±–Œû£¼¿„þ¹r/îÄ®º›¥E{ÁWRê Ñìäâ_ï“~c|þ¼GËÑ­8øKt×yÀ>4*„ÓbüÝœ}¸ç›_qÐ8Î? -¹V`4áÀ%««(yÝ®ÊØi¸_¤öl=‰p¢Ç¾Vk««Ï©öÜœ‰Õ9É(x¯ßBû@Ãfñ­ ã¹xÂv`,àHÛÇË­¸6T×ËÇSšÓÍÉaš~f¥ _cb=ô þ䟯¿Ea‰%4Ñ}6ïÖÔ8]cþòy"÷'|hÍ<‡æ:Äʯó™y¯B c³pƒ0ƺ=‘½=ºé{Õn«sÄkÏrÍx›°8Œ6Ö;òäÛù—ȶX††¥1ì>YѹꖪS.e˹é¬u] -û£Ùj«»×ü½–ß_!Œo?˜_®¦;YÄæ°Þ/+ý¸Ù¾u3—Óµ­Ñ”D›½¼L/AäìÑ4€ØunåǾŸpm¾›UŠ\[ïëpýB[ôfKùÑžbÁT¤*ÂöqQ€´ƒJhe…éƒtwý¢`Ç<æéh:î*›y¼U_í =ÆÊƒIA¯‡Í}uÜ»ÞéQG]ñƒö’(i&í)—V&Tõ|™µ‚úeÕj—M«q³¶ßA¾+ø'q(¸ˆ¶¬ª™ô¤(5Êpî9 46ü )z`Õ|Ü£3¹sFÆlNyÿ†ý2Ю<ƈ¶¹Úçh¶Ú.R|&Zj…c¿Újžoµæ«wk4)½Ý¤oNÂ| ï§£ÿ§ÀI)Ř" ”¶Ôª'bSþ´oªùÓf; cÿ4› µËÈ[Wnýs›Rº˜Êi´Í¾ ªöd­V+ÞsšíTÑoÆoEÐ8JÑÒè¡¥x#©V“uiÖÈÖ‡dý(WUn¥þÈïJn´GÈöLX Vû<ÑŸMvÄ•Q?y¾O:¤ñþ]½m{ÑjÅüU3. l#©Œ¸ú ¶õŒA 5yÙ8Ô&…†XÃlêZÕØŽ ÑW¾Ãû7ôþ»ô§øh’8%W³Ç›Ù€iãà“,“ïpÉ|J;ïÔò3j£Ä4®‘K³èÙÝâUÅÙ îÃ~‰*°ÝWÊ>öj9»×gjLd#šWþ v»„åÇ—A¾ÿKÑOhF_ý„æû É/Š~Bóïû—¢ŸÐŒ 8ñ¯ËŸKü‡fùÉÿÐ|gÿ&þóÙÿåxÂ9ÿŸMü_uùÉÿЄwä_Oüz•†®f àh8çBh8¨"óäßsþ,å\Y¡-7 I™ª€@cëÀ*Ì._ZéÎ=y6‚Ž–©Õ±†§ae«l Âî©W-ßÝòëÌ U¬%×÷ € |æýQ:3…9Ïœ~x>áŠ^m2¹ ,è ˆFhŒª›à4ßÙ?ì.° ¨¸é€Ü¸uOHø aC¹bm´µïÓôÃÊk=D˜gê.ÛmäÂÉëçñòÒÜ}nU2ø:VиV}ù\c©Åu™_2›Å£À¬?A¾=Ô`Gº‹P3P°ina<Ãs°ñ. ïi)7YÛÀ6öÐ:U×ðr­„Šð*"Y‹hT<ö _P/s‹†Ì¦:ÅÓz"çÔ…=C/³ÝüµžíúÉågA¾+8Ðзhý- -ÿ4®€DŒ8ÈÅnpMÏ~p¾%¼øHé8Ùäé`YÕ¾§·¨b\ƨY씎áñ†öÎf*úFdÆ×²Ê—7ü¢Z¢Î3¡•¾Oz±ózÒ÷‹ ¨)Ãx>IÏ;=DÚ½¾GËê3rè›sýä€w$Wi?tI?™ÕeÇSûDø’l EQª;Âb?Öy!iÝÌŠçh0³x’8N»Ã­5Rf?R’°¡þ/"ÈwÿŒ¿‹>s8&!7óÉÐ*Ž¿ËUŽn¯´ŽÚәձʣÄYãi;‚ÈÄ‘.BEt“Šoîj‚ÂÞ‘Æi¹©òÜ,Q¢˜ÉÜ^&£Ü::"éûuhÔkû/!‚|;DÊÌÂ8–›‰îJ7Ø8©dàˆ~Û‹£‰½­ÔzÀb$¿c´ªÊQ™P]ª€%¦´¹ßÐ#™ëÏç•]6¶3‘­¬&¨ºa#Èx6ÏÉcr›K œãÂØzLú—DÎC‘oBÍç j£;È•6)¸®lìo-gHø¼ÅD+¾Ñê”zk7¶7ö^Di»e"{ä.A™[¯‰ÅrÞžÚãñ¼“͉ñ€ïŒøA=UûûÕ6Ößµ}û;D•þ‰6º-TfÈÎE ‹â:銧mý‘“/Œ~Lë¶šåò½ÔÌ/H<ÁФÛßÝ3&Ëöç'¡ÜÏÁ:߇· ¢w¼J½6ƒs>?¶êö.‚Ô½-÷ëx?…@ôãÄŠ6Ä%  úa#jc¯FA>:3E”yÛ˜âÒMÛÇ|ßèoO§Ã’÷Wcñ|UKStwćÕZ:Ñ;-š‰nˤ»)mP|ïêävgÔ V4}þ%±È@Í-Cˆ­B ­kÿÙêƒ gòʘܪ̓r¾>ZÉc¡SÊíE¹¸Á7·1e&1b¶Ч3ξÄßAy$hÏR5B̵‰{𢠦?úÞOGréq)à€ÐEÓë7¾d­Î]HãÌm3OÏ×{R:ØÜÞÑòܨgþµÚj.˜§ŽCö—Õîi Z±³Ú•*úÇ—îïmrž×è¥UuèÂzñ¢ì’‘¥l:_ü—øø^R“dB¥C+ªoìñ½ÊkH`œoÎ ‰¯‚<<° Ýž‹»ý†<³—U8XË󙼨p}yêõBVèLtgßÎ×]ìuNœeITe´Ö"<8^Ë/£Ñ @â]ígÛ‹µÓ#:aô½Ø_*ÄZ¡Ðp×ÈÛ®Ól±«T¶³|±Èhž ó±ÝÈ­¯(²è âÉigêô¦íü21£KceAmΪ¤„Mk{S„Vc®­SQŠ÷ÓѺÈÉ œ*ÒÔŽÖ¹›ÚkzéÒ8ØíÞÆclAº%—Çò!3î{b\¶”€~¥®<®UÛfkg°4ÔwÍVˆYT«Ù»´›¯”ÒonÖ¸I£ËfK±ÿ>OÉHÑèª`ÉD‹ˆ]Ää‘9޹ëö\¸_ cﺤ½ª<ÕmTsq£ßKPŽ6ãš­¼<ªö<ƒV+¾Ž6½)ÒŒßúéÆy4B=tJ6’ê¢P—f[˜x¸Ôÿ%4aážïÚ5®1Ä©—Og±‹/™9»Jâ“%í>¦ÓyZúøu»ÍiÙ“z*Ó6—!KyÛ õRûf\º ¤²9Õ‡Äô\Ï‹[M^.äÚ¤°Ðj˜½6«»u .þ?ããéè/ÉXjy¹6jœz"·›ÆŽ6j5ÖìX%è8ËCÇV~¸¯æ ½Ì­Pjì^¥ -J­ÙNö›P¥ëÝíÔ&yµ÷þFTçeq\%=qZ1ù첪‹«JˆLÙÄÍ¿ÀN&Ø,…Á¾%ñ&@‡©9@¥ý`õ,;‡€-Ê€¥i LY­Þ ñ¬¾ðÍfë&#ɳÛ‡Çl/¡Çì”Wn–H×}jöaÄä­4˦µG²÷|?!IWͯã›è'4a]~UôJ?®Ë—D?¡ W|¿*ú ÍwÄþhâÿ!b¿1ñš°.6ñ?®ËïNü‡&ÌþŸI<‡ã#‹­ÍwöÍ3íõ’Óã]€mkP´1öz˜ä‡·t¼å/}s¹Ø{v¥só˜Ëôá•û€x¦]/Cä\îØ¨Ù1µ™3Ñm1¥:/ÊúÐ?×/ÿ{þ Lñ>Da$ÈñKˆ ‡¿DÝ6å&P´{„kû±h¢°$Þ;‚§ïÁjX(ÞÓ¾{eho— 7ÛKvïèØÖ=¸úšÁ -¨¢Ž-Q¹-3Ä-KyðŽ,z Ýe/—gÇ6ï¿€£xôïšœÆü`X€>ö[&)(:sÔ€ªi¿¶\¶ÜÃ…dD<Þ-årzèö ³”Ãp£ßS­JS4i_u®¿¬[=ôx4OÎ;gÄ­¹ ¼í„ÛïW¯?(ýÿÅcCö¦ ›@¸øãùÄîN²»ž‡«š¯úž¢¦¼VfI9çÆ<ä${7ó‡ŽAT°}™w©ÚQ¯Ë¬};WÛYYl,ZîéÙ¸%…Q²y'º?q¼1Ùm@sÂ}ïþ‚b¯¿‹zq(úB ¨áæÉ óÀ¡h}c¤Üã‹£méI²Ö¼Õ“tîœ×¤¼×$=ƒÞϵåä|ìÆ¨Ó!½¯*Â}¥€]~|DPÈ -l[S6Ì¥®¬¿€—Š0žè<CÉ·Ž‘lšyfÉRUp´dATõ„Î#å&ìýP$k7Å‹úºÅÔû¸>”/Žf\O‰Dö°W_âvWÈÄ-s¸Ün]3™tjº])²\)b㇈ ?½ôÿ+JÃÎ^†¢ƒ­¹ÐT¥ïïâňGÒI³×¶eÐ…îøYémÄ›´tSWØ_žëå鵜ý–í—™Ík8ÜlâSöÌ&—’±\"·XËË9„8û:>4?²ÿu0¢ã.çÈݧ‘W¢³ð-ÿîvI$mA×´ãåvh¦Äû´Ð/^`‰§d­|Øç¹õ†J¯“Mo§«y½Ï.MË’f!>ÞDé’ÇÓçú5ü:NÕcЖýÍà jæ|Q œ®3÷ž£ìû¯YÊ<æ´oðóòF¹zAzT°ã9ÊN÷ìeóÛÚ°±fû?]Í ?ƒÁxÖ²íä|/oÆ™ak4¾šìৈ ?½ô—(µÏÃÞ$½¿ü±Û¹¸ Û‚*éϼx,+ÛrHe¬‘ïëQcïš0â/жÇ{åvÎbµŽ \Üwg+É f‡*CMúz²7I_D~ŒŽwÇáÜY͇óioøu|ÔúæGöµ Ò÷ ;ŽZ¨Rô{gêHÝÔí±ØO3Æn€ö”;!/$g–gÅól -Kîºäq|Æ( 7ZÔÇ -=fº‘¶¨õGó~°š2%Jnœ ƒRõ<û:þ 0ûvý§H1ë›Ú6犛Ó࡜³Éúpn©u=•¾*õñ…’ÕÅW‹-ˆv§›ÌJ-ÝÖž^À´>ÊãtmXjpƒ[¨î\1õè××±_Ü?#‚ü¨àë]ËP” -¡è•x¿(¶í{Ïâ³åå¦kr ý¨ÇïALÖcÍÚuOÝ:§ñ¡0ØWŸÛ—·ý•3¨Ò³ó•¯F‘9+•5ýPëïè¸ßXÇ~KÒ‚^_Ào«„WD~6¤¢Ÿ¼g6a>æãgTÇÜ’ò]ÀÁŠ>ã%@\ŒQ¸R£''“ßÞôÚÈš2«HI“Çݽ,ptÃÚv‚BÀ.Ñtl)¬Ç¯©’²‚¡w©Y½s6¡vƇŽöþþ~°è¥ÐéÅ¥(}(Fu(Æ˯9 D£\ä´:ñ{ Çd³"¹Sb®Ô _q,î÷\ïx ©Ø¥Õ’—¯DZ›ì½2rÌ’Ô?¡ö©›­€C;‡uŽt1׸R¶µÐ)v}q©Jékùñ>¡×?A¾€èiïoЕ°8ís”ë*÷Ws%mÇ»@s­‚À§;?2=ÆE'ËcYE™Ü-ðã2em”/2Ý{RZµõ »¢KØvEmæ[®åß6Bk»Ö¯­F9¡Côüæ3~I|äÛ9 Î!ì>£æ\ë…‚š¦|TòLïjüý -Ût‚øZša³¾Œó\~ª ö•‘·VƒøñIuÇZ²Õ^ž&4].$ÚT Ó»­Ý\¾?ÅRfÍÃÚY5érj Ñ;7ãñ½úu„ÆÎãðûÄS¤âÝ*· }ÎDß¿š!ð©Û:Φ¬TôŹžLIs‡!— úÉ :sr¥Ù*žx¿Ó4ÝjÅoxóØ;åšñ›PjœG—Z£‡*­F‹öI-7©KóÖêÞOGÿOÁOñG–¬ ÊÛ­”.ÙçA±8¼Þb ±%S–­å¢^™‰9>óÃf l{Ôºo›« ¬ Å7æbóuNç¡"5’ÊM­‰“QÏ7»&/¿6)XÏfñæi -ÿ"ÈÇAMx]áVŒÍnçnv¬Êç<ÅKe»µEr_®NVX±>xíˆFw‚bMÚf‡T+üN³\÷¡\u½Im’Ϋp±¹ªÎË.S1yÞ_à!ØUVõç¡Rx"ç²}@¥¯ã¶œ†ÂùÄzçC©°ó·IfÛb&ŸX$wê+‚L -êþ986¶¯.¦ðQºìéñæK,!^æ‘©gtƒf5¼JzdÚd -e{ÿ*•ÙÖ«R®DÃZÉ;…ßyQÅð굋¡ï}‡ò£ÒïPŽ÷è²ÙE‚l"M,«pÍNmù@Kõ!ÈŠí#È&{.È ûYv¦u>]Æð.–æRÛð^k]Ã{÷l…ãdø Ç©z:PG½œ÷h^0'HÈã´'^†2Î8šUl_Âû™Ò/Š~BÎ`Uôšïºü¢è'4á|ìWE?¡Aþpâ?4ßû£‰ÿÐŒüÞÄã ²6à¡!oTÀ €®'ïoÙ (/‚ìŒ÷AÆÜâ SÜRá}sš…cÂ߇¨™»CÌí@]Ý¢ºÎ¢¾Á¥ò.—(¡¶ Ž+åÏ€ž“†Åol•!‚üô@ƒŠ ÐÝ(ÐLж«4t¬ìjz.Àê«Àræ ¸#ûz‚, - ‚~ˆMOë€,¬¾!ßà§øË pýQM@lIוûE›Ré¬yó{qÍ’Z¾,”åž0ï×/`H Æó:½#Ö\çAV^w*ÍèHz;ËE€éå%À] Ïa"Tã•r A#„_8R¢Çè}Ã+÷7¡ë¥ï'Ë¥’ýbɼ·'Ym-_2»ÃYß-mJ×é..~ ‰ë8Ô\ä`Po=€%ÏhøÞŒÃÉ)Þ^®žá§„³'‹Ëy¥â¯eèm2ÔÆåçè„#UsšœáÛ¯:–² ›·®W³¨=ºTR¦(Õ–FO¾,û˹tî~Šò£R€=Ø_‚m ƒ ø}€uí÷Žà]p¶ùÞ¸¬²¡^q`uا|6W¯y5â4tžxšµO±ÁñÑËxwKJȰWš÷§ Ì1ÍdÎÉÉÏm3*ަ~É3uI¬‚èñøt,áK€šmë­ ã¹ÞkdtŸŒŸNO€¿Þ;‚[(托é;Ì9åÕ×ÅšóÚÆv7÷`­QÓÞsJ4»X½¨^µcªö·|o“g¼V“Ð^ÏL=°°×bFyŒöUJç÷¬²Y^ìÕkz:Ì×ÃCºÉ ÷Š?^î‰þý°3 -%¯¢Ø™mŸ­5›XD—LÏò§Ÿ@ùv°)kÃìëÿ#*JPôa¼_l*ÆÃ¥Ymúü¦Áºm›ÐìQÊN™V1[ÓB éÉ×ûy"åù‰:òø •JÝݲ÷êðw1¾jš,·Õ®¬˜aO+e†ÎWÓZcºÂCjô%ü]3ðKsí) ÒÏ÷û-‰Àˆ‡©Úð@µºv.rI{Lo^Êp”TEmï¯ô;On̤¿×“±6Ï£ûÖ&ž¸PÌõp1<Á­Ô›#,JíÙxî&¸!ĵÿòíüŸñ—hÇIÂ> -‡u,>ƒý<}d-–ØaµîQHc夔f-™dZßѲ|ÛÌšDZ ¹Žøê]»‡1^ïn[¥7íU±¶ÒºFiYØp­¼5LçÞ°ÄOé˜9œRªÙ™0ìÓx?é…€möÎßEirç{¿åŒHø~±Qs;ËÒÂÆÚ}ÕdË™”ÏëÅ;±,W/ÛªÞ:¥b]j¿´@‹{^–uMX¥EeZƧ/ïýÜršHyíÉù1^äÖj8oêô8“e©/á­ ã9)8&¥Êgj0žÆH~ÿdœùu§Zv®ƒÎâ‘ÃתQç^ˆ2Ä6¤ÄŒ_%ñôZT¸”¬oyñTc¥2Y^>ëÜ,–ö2㬛ÅFÓÛul>°¦ûÉ`µ,væ²Òú†ò]Á°ÓÆ“K@Ñn±ûÐlHb+‡ÅZ#îQÓFÉ– ‹¹UÂU;™^ü>·ªèe_—rÇ»^-Á1ÙmK%®Sl×sI"çûz>;ó{dX¨Ñ”št}/6Øô‚?êW^óî—ðÞu£Èp'fÓ½ - òïý–S] *p¢ãv‰NÁ²ðþÈhöo²2®2O©Ú RbOí¡Âjüá9$uñÀÑÎLSÊ׫XŸ'h¿ne`Äú”±ê{çÒ}íéu÷ùz¿€9ÔTs€£Ç: ¶Á -äb¸ê J*°1EáhÙx4:ê0•?ßìvÒ9‹G&z0ЉäVXÍ2¬’‹f–ž6KÍ’c>ìè=Õc´ =¼ÏÚÝsºÁt»¯”Ú¹¦òÇÎ¥(2ß!‚ü¨ôµ¡¨[¢ëðýjè*8µÄÍôõ‡YMqu`ªÔ½¸d×(:QÚúéîvÏ ØÜ¯ÉØÊná vŽ”Ð×ÈØ ]TÝn꜉vF¹e®3êW{´áómµp6ÛøWÛØhqüž ½ÿ&´ß;¬› OÖäÓÑZ§wõjROèØ¤.'AâN¸¿÷ÛlMá†{Ý\³üÒ™ŸÙ¢76—†Û?„uóý:S½M¦P—^®—)ºPr‹”ïwßßy†*/X™bÒGãK8•sbjŽâr ‡X,ìñYiˆÁñ÷Õ5¿Æz6ANÄQŸîû%ÃÝãí=³Þ5.‹“˜¹O‰|BÖ/©—Ê/í9=º|¼”²…K±”§*•kyÚ¥Õâ·õE«Þ8~„òÓK0Ý(ºÞc€Ü WŒ]½ÚÝÔgâ5V_%Nd+ZÙ7»wŠW}¦\ÝÌ—1À0SUÞ¿_lÚÙö‘rfÛØ´“céuy»¡6¹…ÐòׂÔÚ–|³µ¥Û ÕˆŸÒ­Þª5î ·º ’|ÿïÕÔ´6Úzɤwî\©9y;Í Û7U5ß{ríM7¥E,ëÓyfOjî¥×ï^Ä^G5µ>ýØá}Š+[ãÖ.w™7Ÿk…mJ@hèÞ½IÇ÷Öû;ïx.ÖŒésìKDn ‚²`&µØŽÒd\VÂ+Õ]M¡!ƒ†SÃekÍ9Ø’Is’‹ ÷µÒ“úÝt‡4Yº‰VxŒ›¯ù­Ò¤­[³_;½Æ¹œ7º^n 1ß6’góÚH^ -æOA~T.À,Ô¢æp×z®zÝa„ sK舲&Ø›uM¿ðs©%&+LpÝqîenÆÞ̱;U{®”汇ëó(á¼?EM„õ!‹Ö3&š¬É« -1Ê×&ÅMÂi×07;ú´ðÞäïêˆ<\·äàûËÔr‰ý>«ÒÐqNAGª5F ôØžçºúEô»´9¤ÙÊdØÚS`ÒŒK›y]š6V5yIlj˜îª›?VI=WÌmþVY5ª*ÄÔªžBAàáýäQËä®ÞÎ;žîù½¸ß)É4LeVáÜHÍ3ÇcrÌ’Bj?ìÒ9ñþ~%åñV¶yì6ðFRvs5y±+V5f\©˜|­V)€B³l åv¹#»%O$û%¾[—êÉÚ¬JÝUq?oþ仩\Xñb?ÝÞï¹Í–çÆÒ܂ޔIe\6r¿ ä©¿dªŠj3~ŒzFÏ?ªÚÚu+«ÚÎ/³­AXòNô«TG*Ñ÷3Øk)¶2¹dá%çÒ…ã$—-´ñ"^ˆë•\þ¼¨¿=Pg- 3oÆ@zÉÁ‘?S7ú s™!td®¥È:#žtN, Ò8HÄ¥ RfjRád ¡]A:Õt ޱpD±ˆ¿h‚¨»ÉW[H®Voû~BbÈyû,~$ú MX—_ý„Üßëò/E?¡ù~6þ‹¢ŸÐ|gÿ&þ¿"öÿ½w (½°A†§¡¨U˃Ì‚lB8l@–˜@f·ƒôk{„®¤ñ ùŽB•!n}Nâkˆ!¬i+ «ù ]—ÒAâˆWJ _NݽùÄ$°Œ ÷’5Ó™\>òqÙÇb¼†ÕfqÌedñÎdO©+È:«'„SÙnt2Rô -2Ù(tؤQîtá-ØŽÃÑÎÙ„è0'jv¨AÈA0U³ïݶëã:iWxY—¶êøÌ4TÖHÜ”úA9 û\@f ãé1 9_á(p¼ÌZìÝ>öZ[1€®ëu€¢Ã5ÈÎzw1ÛÏp¼!ˆ@í?ëqDǾQ¡6þÂ_ŸüüV×¼G3å{ë×(íl­GʺÕ§‹’­V'YŽÎKçÛ¥x¿½áΊ·(Œçáä€lœ‹ÃPÆÊ ûr è~(È%–b½É€–4=ЋõW@êîÊ\ý½;½Î ]w}`\5ŽnUC5'˜w|g—»¦Ý 1ˆ˜*~ªÝO5÷*ÝN‡Óu:hî>‹wÄÒÑû Šb‡ÈNJUE8CÁ’ž°Þ.¤x®Oûœ¤ùh'ê±O•pù:Ýpv§°oÚÒŽíýC¬fîN@ÛÖµ°ŠÓ›?¿Lí{BZÞ$”(Ÿ/‹ûK8—x‰ÿ,š$ØHa·Î–¯ÈÊ}¨)µWÐ05µóû÷’ðJ­’OŒ÷횬yÜ´sžØ·OÑWíѵ[]+ ”±‰ªÖ˜%õÓû oо, CÕÝS‰;Ò½›×éV»œ×ÞD8ë -|Š)æ"Èwß Ëí/QZ…áÍlëpE¿g cWx9Lü¸ìÅC÷xIӜ׮µ»u†°n×cÕÐn¸®Ô˜#ÓVkéÚPÙ1 +¿âêI>è%C¦/jì:ët‘Ë%ŽÇ§¢ìâõÄ Wy´ú,>4ßûùŸLüø‘è@ol¦±Ç(z,gÃ|…éúUºÆ»ÂÐÔìK¦µäј0–•zYõwÏš|\{õ{rØ£o™éd,isÕ†ñóu^œ=D~ÿžø1ŽtaÀ"›ýXG˜Ý ¸ËÏ }å©ãÉ)˜óh ®çC¨9¾€ÈÌÐ`í/Û°¿ìÊ4çˆÅ—ñ±˜™›•1O§Š²X¹–oYiR¾˜MõÌö:”èYÂDä þ[ÐíØ¦ò~ì]·;ò6c¶w°àÙnwöÞïƒýïÒ@Ñ›ÐBÔƒÝþ ãâ-€ÇIà÷§õ¹þ˜rÿ?io¢¬(¬m_Á¾•YœGDEpÆEAdéýÿË:}¢ÿ¯£»¢"NTÄÅ®-¯¹Vf%¹.ìúq ?—»˜«|®kÎzÆó^<¹„X¶‚UúA H—Œ=ªÔw¹ëípù=ßžzý­î±Ó“úxE]¸‹µn˜Óu{bÿ ;¿ž~Éü¶þW(]`:°_6hÌü=Y;*JˆšBsL‘ç—ç¹÷ù-?÷·ù£ùV$ ‚Nµœî™—‚v•ì†VÊ`ƒ4ã¥M• ¬uÛ]®¾ZÈd%8øp…ñþŸâ/¡pbÔ#û 6 Pæê›o9è¯ÀÕˆˆ Æ­gxé½_ÑĽFN*ñW=MÃQ֪߱Ü>ís[ºÜÍnVi†R^dX\¿xkÝÑÚÃuzpQ¥Óö>_æìê`q]öˆiïßðƒþÛUÝ„ÎWhÍÚ!­,»°Íµo½ÐiðªM4üiì­ub¾Äúöe›¾G.¹¦ŽÁ­„¶á#»‚yV« $ñƒ*ìàŠÊè.KŽ.JÙS«½«{q´KÓÙz.r‡.Ĺý§øKæ CL©o|ìüÍ`};È¿¶A¬ÖwXhÑãF0Ýæ·õãr<#þúqš©…Äjî‚̽©˜~K·puƒG˜Œ]û©e¡]}ÏWó›)F¹P¨–Õ’òÑ»G©¹–~dÕUÅ—«;ñl¶–;§€–ÎVkjƩӊôå†|«ì#H­{ðž?›÷Z¬GÃQn!<†Ey½vup_?ý:‡°ý‡œkÊF±ú§øK¦Æ¼yÛ•…_ÿ›ÐÑ_ur{y¢ÄæfÇÒ(ÚÄ£jÌÆ®9}àËÜe{CßÁfÓ±Ÿk¼Õ—ËFæ)îB)%ò6¨ºÃ ¯ä<¤ßD…j¿YÀü›“¡…pì*0V½ñ§Ùåì‘Kàs¨Xyâ›oÙ[o#ÀIîÃYm_~X rt9è;%_[mugÂçË$Wt5Å8\”^2¹K׈f`§ß&›?ä^ä -:§ÞùÏ‹B„êÖxÃïùLÈÏù  |zcv~ôïs@£ÅoîÀ ú9,‚üü8LüõIîá4¢Mpíf¸{~aÝãk}Zˆ,«o+§ÐR¹þØY]z¸7O(ÍŠmwXUKè,Þ­‚Þ]¢½~R¨÷X0æœNuÊÈÙGvð§tƒ9C­òäFnÐôðU×¾ù–Çim¯ï4ayô¾†Ù‘©³&ÿèOvåòCÞt’ùVö"ú°ˆwûƒˆ/XsTiÜ÷WÕv=2¤-nÒ[<¸\øcºWf*vçDÛéÄ‘ÚÍÛéÅúëðt»@µúƪ °ïŒ¢tŽ˜øu}1öÆîáhÇ]7­š®T!Tµ9©eN|𧸋egã I¢œÊ"¹7÷{ò´{t;¬–Y 8¨° ×0K6¨öE·Wå"3dŒêœ§Ïü²+×u©ÝÎ ë–@Ißš¦£o%ÓŽõ-bê5fõ©ß(Ä›¨îo¼OÝ×¢¾d[ˆ=S/îÜßøFGÿŸ ÿÀ9ãËÓÕ+UW·»›ZÙi™yDË~ÏË.>Ò'ˆ‘EËm¡ov¥Þ,©t¢ ^c ~Ú`ìÉúÈÍIéÀ6fµW÷ÕE¿^â¸&wÄY­ž^IÕè°S«*ïìª ö´*É ~†>jŠÓõøÍ¶Ø˜QŒ|áªh)ÔÛAL¸0ªÄ]¤-2©êÑÇL4àüýh'Ûö³e¬¸éΫIcVý¤êåÄÌÔê©%ZU{3²’‡tEL -å;,—ɤöƒ–¹Ü’)g®z§dÎm¡$”.Ã?…õŠqÉðšû•Ö‚‹/ùZÕ¤…QÙí¦3\P‡‰ÜS„!Ö…3?W†ëv;µQ{üT›ô]ÙÕ—ÍÚ¡Vû$ÐD–q¬´ Ù)ã™Wæèå­dΆ~ »sAÑ–„gqXâ‚«ppniŽR:eþôß®þ EeØA‘ê>Þ¨#5@TÇ" ²ÇÀ·àB!0À÷v:¬æä öO€=`Ÿé÷ýJœ¼3§ŠÀ+ºñÙ¼#^ ‚×ËMÆQäÇ—û³^«Ÿƒ7µ.ß°þËüFáþBÿ@&ô^ÿ¯Bÿ@&ü.ÿW¡ óýw¡ÊNûK(ÅC¡kD‡nb{˜Bz[€¨å_¿ðE¨V¿){W]€ü™%^–*÷ηõÛõ1„¾ø³ AB‰‹W\œ<§¼cn]ßzw,8üaMÙÿy8h€,@TÆoëS&ˆû˜d‹XBôO€„+f@ìnÐÊ™çàt ð~ç -ð–õ8›Í| 5!îBrªÉ0jÉ(õp^O?ã¢qy=ë»JøHUú×Ô·ž^N™ýµX‰Œ? ÏŽÈæÙD{bá€×þ -±çòF €4@¸­ïþÈD®eÜêÉð½J'Ô.(¼<úVS¤#¼rÖz_ç¡ÏË'.>ÔøYr¯GjØ üáŠwá ó\_p†§>Šú¿áýÇ…¯PhQþ….µ' @€Ñ 8k ¨)ua€ÊoÛ€\ìWÉ8×?¾¼wõñÊgÊ™xÎt qñ¾hF÷í­UÓ¯/ÕLK{†æÆy®û©N»ýØ:ÝÛÅ9ÛSƒxïì‹kÍA¤¾úäó eŠO(S?<¡)ßê¦×ã"*ÈR3âJê‰sÉD»Ë¯Â¦sŒKÏgU‡zê¹^¹0¾Ùõp³øða«R›=@(nÛõùôH%DäŸúƒçeéU`³u%ÓA¶¥í·âAþ¶>zš#ÿ• Q•·û…^vY@¹›ȶ™ Èê—dO:ÓmþU*Çë(,õá<öT ·0dÑÂçÑYÝÉ 'x•%î½ß¥Æþɬ¯ü3;øˆ‚Ë]Ÿ„n;*Ù§>åÇé`°1ï1)™U&šÿ'¾Ù¶ÿ{¨ì -5ÓP¨þÆm_9-‡}õõ- ‹ôЂš-ÎC>z±ül;öcŸZ66Ømz<æ¯sy׸Üã©Pñ=¯͹á†gwGX=šò¦5ß%Úáɘë}ë,Ì]¡.þU}ÿ’éÂaÿŽeT‹ÐйÁ7BÒü–26Å()5× Bï©çâÕã`¶ìûéÅßoÐ~]Vn9å½$uw…IÞM/õ†Ã§¼ƒ>ÙÅéxpö¶sJßÌm{­šSŒ. -¤íQÞÂÕøvPߌÿ ½p`Ïò1 >}(4á†Pá·¢-}Œ_I¥#ÆvCîÍHÞK–_ ›Ð³¸¬$òRø99Ù¤ÿ±Çs ;Š«MÁò3wÆZ\+«¼ÑeS&É“ñÉâÛFNe݉sMtˆ±V§‡¿Çúë¨.œÉ(†j;/e7ehÊåä2Ý}r­=㸑ճÏÎrÖ}ük5k^k1võº¤œN‡ÅóXlq±)NïCÓÓð½ÞJÆG'à:Ù0†Ó±ÁUSúvðiZARf›òa1Qkþ ¯DË? ÆÄP™ÒPô<Ù…U´b¿[ä~Ф”yEÑæi!OMØûyÎo’‚îÏí­ë:ƒx~;Þ–ìÃlÐT¸O5JÑNß>Ûá,"·T©VÓ'»§ç&éåÆ7EQÑt<’‘ü‰]^666\'ÿ:ü_¡:ÔØ€B»[²7è¹ÑÏdrÎÙ|UgAøÜñ*þì'-ßÏ„³ËK ¶š¶]ûòî\਌™Û¾“„Áöäœí:*D›e’J©á°N«ëŠÁ(ñ:*LÒ”Wf€VÂ*ÇKvDu¤¡Š°€ïl¹ÊoÿºòÞ€Æð*ÈÕè)È“i+VŠ·û3SÐÑ`’ê·‡zŸœwGsFþÐ:V¢¬{h·×ÝÀÛûÚm¶ðÕÆ`鯷sê¹NDîu·Åte™q{ÕŸÏ‹k»ÑƒèwÅ}5ÿɬuàƒç‘Nšgê 7nB™ƒ’½@ðÝ/ ³õÌ}vªWõ´x²ZÛ7¯h˜¯ÂÛ6¬®éé—Ûü¢Fæe¶oEð½ëòœjÅË|o…-æ·geQÒGýY£¤´ÅØQ§.Æ»cõ~пÏÿ €Ú• Ðnï²d> ;§…:c1YùCÄnƒëc¸Ü}|i0,]:é9ï¸Amy”Qd{èRGs—–pæ×*ާ´yÒ[‘#ë´(#š=SjìU|©«DlŸœîÆÍæ¤çGÍ Ú¾T'=)S† K@9ß}ß¾BÏp°· Ðó²ò„&¾V“ôîÉe¡®)¥½n -9)œÑB‡;Í3ÑLK1ìüÊк©nâüIî“{YlN-1~Ú6ǃÅä6r>þçƒõ„âPÔ¸ú0ÿ)–†çÁ°1Éÿ¾B¡=Ç#hOmŽ€\Ön‚|ÿ6‹£:ª‡ÂÁ9Ýç¡ÿ WvÂÑî˜"Øc˜¸£w™J»ÙÜl"7” ‘¶¤i,›óF¥u˜X˜GýØÛ*ūӼ¹W_vÂl¿Î1M!Ú¤ÊýÚÉ÷W×Üÿ?è?.ü @-(t5¿‚ìkÿ­°A¡Çô,Ò…›òÈbÓ¯MÏÁٜ爓Ÿ{6-6¥ -ÆéÞ˜é•K²RSå«¶rÅÕw»•ÃlÅôõ­òÓ¥Ú_«ž.l¶±#´Æ“˜ב,ÿæ.ß!êu^WʼîP…? Þ½ì¤ßÊ“€îä‚“Ü^¥Ù“Ûî÷ÛRÓ¯[ôè¹^õž9FR>ð7Û.zÏᦵ5çòÉIK‰ª­gm¬Çîx'÷#–“øÝýªò™nÅé™´ýê™õaîí (Éõ°’ßé¡+¹ÞëíäÚdKó=4êþ»f…€m.²¯Zð>NçñøyƒÅ¹ïòæéž,¿ûV§.ƒ¼‘›àŒ¦΂‚ñ“±´ç§óÖ5™O¾¹óƒp[ù}½>ëá»œÊÆºÃ ŸÏ¸GžËæW|×cî+Ó®ËeZÿÀúoWA¶µÞƒì @®³¤@>>´¢¶:nßo Æ^ ’sn¶?²J¸g1B_Ÿöe¹ŽÙÕ,,òó$¹õ§CZ WŸ*\Ùü§Ïç¤+®–J·ÀeNÝÂätü_èøb¾ß)/{ËÎüñvæ²#ü@vn™€F‡!È?û­Þ ?›Ñ^¥ÏVzŽ8¾`ŽúP5dä=¶ÅÙdš#Z.Ðtm¡µî-‘è-Ú£j§ÒzÅËM+®sßøãN•¬©íðsóÚOjþi¯ŸÙR»q¾ßF ºÉÆ•xÕ®SÞâ²Ö -õüä7é/ýÓ팑=ß¹ºñç¨ÛõÉaøAÌmÈ· 2zÀ±/ϬcfÉ´¬h«óÒ¸üákýn‚T9¸˜©udj̶›/qÀ&Çך՗#›mwR1Ûm³lªVo·ö9Ri-ÚhíNýßðƒþã4&òÝ© ß Ë’yFiÍtfÌërdWGä0êßgÛgµelÐ~í$Ͻœ¿lÁE xzd>cII#ƒNŸ¤ø,EÑ]i5*¶7§üwÏúí¹Ä±éæTl°Xoгs«wO@«÷Vó-Ô­õ˜ãº´g޹÷îè)s -Qiº?s*¦8b§ WJGÆçÝCv3omŸ§ª¸ÁrüZ^èÂvñ¡{–è¼Æçñj;¼ 2¹^ÀÓÍų»²|ÐÖ.£ ›é4¨U»°f›Á'ÌÀ•yzØ é ž ùÈ?hÓ•w­æ¤þüâEÌóGt—Îtm¬Í½Û;„yܪ8Ên0¹ÆËe»8\µÒô»Õr\»sßš*&×Úô.âXïD}ÇrhažubÈÛþÖœ”OQã"©Æe]¢³Æ´v…¤2©ûºªÖýmÙƒßÿß7ëÿ÷üÚL›3Çkp‹£bÊß7ÛÚ]°U»fäVÁ¶°è>åé¥oT¿;Q1}!sc{…[Ô騭b—å°5Ï ó„Фƒà[ÇÔ™×—ÌyýƒÖÛ›^“»i«VÏTÏÕÈœ†UU8¦ª þ&+‰Ó¯ClØ?€;lä¦Ç'‡,Â(–·Õu¥öËw ®Çd._3Og “5[(}¸e™Iµ“íi™ƒ7Ötç"呜&“|­žòËU:Œ}`2åkvÊÆÄÊ\î3)gnßq°à7%ì¡À»ÀÃÑùØÒ8ÍŒä-·÷}c¡òÅÁdUm.ä9ÿâáÇcÈÆ}C ížûX©ö³÷LÆž”Žßz°ÒÑòX·ªr‘WÑûî­üqì ÌÑÆ³dÎôW »«ïâ°ºÉÉç/¸Š—-Lšq)Ù¦êó{ü ¿æNZ‹»™—7i¡;Z•'mnŽÒ¹Á¤ìݧƒ9ôyÚ5øN¤œx–CQ¡éκýú²á«‘1œ@qÅYÙ§ DO*aþI)+ûMÁ]oôo ö%íòm}È>s+·ä¦§\‘ÀC›DµÉAhk€ŸÀù(0@W¶íö&×[åa ì6èïÛÝë'±'U*æF•„ŒO—»Ã×d (ñÅ5Ž‘µ¯atÉy1íï˜ìnfµ¹Ñ`¬þ€Ð3Ò×bz•¡žý7‰w„åqß €Ò@¬òW@Ð,üwê ð¢2Ilé°IÈçóôrÕRøÊáƒT|9iÄ«ÏVÕN\¬Í'‘ÝÕgHPÐã Õ¸\£tòÉh¼¿ÎF´~–5sý„MB{~’€K†o|õ$>.rŽ ú[@ö·ßJÄûL¢{fê¾_9‘×â™>8E~¸¢JÏM=CôC=e»\yÖ‡6Œ+Î8TŸùÍ4§n€4ˆË-‡}—åÚÜyêƒÛ8{<^ýôþ ü•1àhоáÐà HÕ©*7ª~5•§ž€¼5è—hžÙ¸t`§Q•L6ϺeCõ}¹?@-?èCsÄ#ÕbJñžµnç„£×wÁZ8׋oŸÎõEåà¶MO;YÕ‘lS61;zƒ·ø{")C™•ou Ø/iÅìj$j€2N@…•Ã7Ã:~]ý\\a‚öSIÊ“°ê#É™¢‡ç;¾cx{gn^… o¯Q»^óÞuŽ‚åµè˶·!bZ ÙVu›ºeëj¬æfµTÿ‰5¡Ðayˆv÷ HSÌ@…£ÈVpd—ª•ˆ)÷¯È)ýÝ[p´ÂT»6 °·öÇ©¹q½:Áé"W·óºª½Ît‚y›Y¡àµ˜EËÝžn#·3î@žJæ1Ov•o¨x±e‰ÑÑ9áøAÿí*Z“±là Z|ÃwGdÉ}díáü›¸||•{v5å)¦Ÿ7& ØÈÏÍŠòåQzkžVÍnga8NO6íÇûàD (Â=Ú%;kØÝ£˜§çÖm±Øï_¡dt|jºCp¨;ý ÷d…öÔ»(øøõ‘)9ì"þf‹äÂÐǸŽ^žá'ÍM_\d—'.¼¶zPl¡ë6Çë¦ì]«”ÜCsÕI}Ïsƒ:(ʶ~h -Ô`¯Ýum‡>6óTw¬þH;;Ua³PÓ? ›¼ ‡…ò¯+ %d“ - h%Z¼ü{ÁŠí<¬V»Oügý½>vIß{¿¬™Ó—VòñšãTSnŽô}RŒO)ðŒ®Œ>w&Âfvüu—ßÚlšÝ>Ò\OÏ馬jM_õ”æžoý~Ð\€ò«¿„šydË}ÐMáW¢í2;äáÙ)_üàôž"~©T/Œyé¹üGšØ"ß]šá;'ïÛ¡î„nw»%O¸¶Ôé3vÑ.Êà¥1ßø'¬²©TWEmÓõÎ%=ùcE9ãØ?À_2}¸H 2½¶øæW¾¥"C¡]^ŠYÚ{†}¹ŸWÓÔõ9=½ýVnŸ<¤?²ÃÂlÿ>ÇË]î¬ôœ©›å‘Ûª²Ñ¶õ:¹+ÌÜý¬õE¯Û†Ú–‘Ò„_át¥óƒJÃY®¹tOH¯þ€EØðÉâû2Í -=ž²€~ºä:^HQKÁôÇ n:þ"’‹vTrnÿ9„+X»øÎ &Ã%ƒ÷O3ý¼Û-7Õ©*¯i­å}uº[YMÉYáúé!:ÙŒD¥òrŠ]¹EqÚjÌïùNu¾¼Jÿ‰ôïs@*«5E+(tµ¡·ÿJ í¼î~þÜñØ&_Mû&Ï„ç¹ûàI‡ÆêuëYKs‡”õí¨Š5ÓÊæb¡h a)££¾$eÉãú›ÓkiÆ¢DÜÎsi’}Í«uš­5´%nºZUd"¥ 2— qÌýPæB†Ã^³å\Ÿ°kâ4ÈÉîúªÎØix¸}Ö÷YKÝ_UP¿{8RÆm¿‚TL¿µþNïëóüt¬ª§®¸ÎÈ•™DcéÙ|E ñU0äé»r9L;‡‚?MójzÒ»Ó•qjäÇÖþçä±µþ@(´y°à¼™Š`׬ç@Îivã¨6ûXøË·®_R^|q¼â's¬#Vþi+Ít—f=­ºè•N¶9Y -J\”ÎDdE}2>νéÈ_•Q6®ØC±¯>‡…r=;XÔñìàÆUÈa~Âa_ ÿ‰Ÿÿ9ò¼ƒ /:&È*ñ7ß2÷-ÄÉEìˆîÙœÜÖŽ±öލçœJé]b‚Öš2†nU_€vGeëY^îß’þr>ºŽfŒµMð3øB©ý}9÷kçÍ^ˆÔœ/¨Â åéJ MéNŠ"_d~@>Pæùíy^ WUóÉ<´Ÿ™µGå½/ùË'3œ¹ÙdLŒh¦…m¯,]ب‡Tcm2ÏŽ$&7WšRoÚÛñÂðª¥zB<Ê -ü¶ñЙ6øÔ©èó©{ˆõz¼Ð3"$Û3ÄûA~@¥5ìy Ðy=ùV`-¼jt­ùjËÚM)ëgLýSÙªîÌÕ¼cœHiOúA)ûÁŽÊ•—ÕПž´ÄnØhiîö•ñ½Í§¥^µ;³êƒ;ng>wt*7_\ÿ2+r}†¡þßgeö …:SÐûä ÛËG:v)ܯ.B^ i8WtÞ>2Ò[ÝÛ›ÈÝ–÷ÞKýà&&;Ü”^J6[šujÅêØkÕA}ª×xßÖ¹!ßïv]Û¿1Ø{{×l~77ž!Ýœ<îté¸ÐìÒÌ£ôT5P@¶å9°ÍkŸäÖ'³÷¢zœy²us'Ó Î–Ú»j¢Øj¶›wMkR°ŠÝ·TJØìSÿPǾç _¯äøCy˜ç²#«Ü¹,¶3±³Àý]§ üv``h;pß¶t½qí{KlüÂú÷ù¿P£·çÍÊäN<ðýJÞ:÷hÅtéYàÙëUéi¶·º!®Ç¢öºOvÊéœW¥aù9ߊñ{:|»8*å×l år9èTh¤Ð–UŽm× -W؃³„ÏnÈ#Æ2áºË2ÓXd•c¿÷€-žWÕîP¯þ¹µ?&\ÒŸ«äή7»'“—Ò‰1«ŒY©%¢Šù)uµ¬¾¬{®S7µŒjŒ |½˜pù$ÚJ_ΰÚXϵÞчi}eÒÚݲßlWÛ_[]ж2[¦Í˜ÙDn¥›“édç’ÅÝÓþŠÆÜ¥<]¶kS7{ˆ4Šz9«3ŸLûUñ'7YI­Ž´è¤ºÚÔê‡Ñš¬žúˆH{½Ü¦}ïÈÐ#a·ùÖ§µ/w‰b쪌5ÍòŒµ¶VLŸ¯™¾øx2DqB5Oï&ßÕ´ÕßøAÿqáozÛ_•´:umO˜ÛÒ‡Y™\«¾ÙÝŠ”¡½ûQAq¤IkUC$~‘¶•Ñô¼2—#¥ç)}ô´Ûp7ÙÔ;Í røV< 6§ú’î ñ‘^MÇ}âÍñºUnÒ}·Ióõyã‚™FãRìÞâÝGâûÕƒxó¿Çí>š =Þ+Nàx¹»©™ià±däü­¬éJÎVÆ@ÈKÑd^ž›Í]c:#Üö¨†¼` Á€ó—™Q§ùnOÙŒmÍ™a¾/7éGUk ÏW÷7£K}ÙÚ?ëåO:S{ߪðpmÕä^ea«µ:6¸BŒo¿Ç¹KáÃÓ,¸O,·fÆDï͵Í;˜­½xkK*ƒ9¦§?œû޽ÑÀ…!Þ%¹eyI·õŽ•o™Ãj©éÎj£ õ2`ÛµzºÖ«ª<;þ¾µ?¯èCE­´©À,Î¥kÙ§q™+ܰ2Wì× Fõ¿ñÍý.ü‚C¿­!œl¤Éžô[¢;Úx=n¸ÂòÕîʳÁ§iMÊçÉiðÙ¬]Þî¼®\s/ìç€ß{2½7.ÒûQ/'ZTö|òëýýzªüqsH9sEˆ’9/æJXP)í•Ð,’ÑŒ+¸ª=.L˜T ß]‚ßÿÇFq:ÚÛXu¢¯ m×ü”³Tî^Kt˜Ôp\»­'ƒÌö(ö._ìD*>g3ÇÆ¢éÎv˺¯VÕÈ0×½?Ü”9:§•„bjW´—À,¸ëë±@¿<'_øìÏ9߸Þsäý ´Ü‡ËÈ:I YuRÍþ|3?ÚVZÐ-°<“[>ïû¦8ÌJ#…Öš}ìPhqþœªµ½Tna_þÆ“—n¥&³ÅjE¬Z9sî4J˜_jÉ0Ý.ÐqÀåg­³ówÇA®’9ŒiY؉Yu´˜SÉY\Rº¨(äÇW4’«hÆ¿áýÇ€]Sc€žÖs€Z€œ×6@éTÑÁmš1ã)@æÌââD2—@ì& ÿ0@—ÅG[ˆýw¿W´„ûÐVLvZ€ì@‡x¿eWJŽ•®œ R¬üÊZÅïñ•9è}û—L4½·¿wéROˆÐÚ‰Hœ‚B-΀x9 -@nðÁ‹$| ˜3h1¿†íÊÀç0Ú¢€ö¥ôÐŰ á -Õ óäØfáš?!¼¦úç±uœôåï°‡ßX hÊ: -O „ ï+ Pa:aÍ-E>P?:#¾ß%ÿ&jŠðÞ|0謡A¬UÃ+@7øÖè)ô&w“ãŸ$d*³z{¤Ÿ­•éÉúYc*Ò¿áÿßs€#Ô`ø JIOá­ÊXßxL+æ6rý,%€ø zd Щ¿H2UØfšÒì½ì]MsŸïw‰-*9ñZB’mþ5–Õy,nt%º½ÍÝse -Û°9ë»¶–¿ÀsE(³x…2Gûo|èAÀ7>–ŸŽÂÖÂ` ª»€zv ç2lóçnÐ(½IŽfç˜ „ù%!‹§ç˹¿S¯ñ®•}ÑÝM#/q?òKÅåóQ«haÄ÷vo}÷zÎ,FÊ“³Ëßà3Âqp¿Q[ýüM\N -ˆ-_‡8NÑ (ù$CÝE_“†^g¤Ú‹|ΜEeë±yÊdzÌníF²…jÝÌ„Í8¡¿ÑQ¶Ðx´ÉÃ$àrÏow»[ë—¥B*^ô1—®~Š¿ÀeÚsƒC™WaˆTó -Pû&.ßZßÚýü ¥ž™Œk­g|K¹XTqëågɆ“‡.¤ÖÁç”;\¶î™ó$¼ ùsÇü+åÛR®î“ÏÙðF'®zY®mÝS]Nq /OÂy×üö0™€p…‡Y¹ì†}w¤ªQ€Bªm@å6‹Ä½^íØW;á3B $lYHñ‘:Kí»•ÊP8-o®›Öo9„°¯³~évñƒþë²Ü±s˜CËg9^ žú¾¯Ü”`©'üГŽÓJZ´ŠñahV‰…ð{|Ç‹;ƒBã:ê>ö€,¦¿u^Y@›. B|õš·îVT{Ø^¸HÀ©‚?¦ò­ë¼[ãÎaÅ{qÃ^yŒöع[ŠtÜÔºywöpã…üFG—ló„‡ÇÉqÊVæýÚnfh¼1“3:K½ó{ü±œÀÙ©-Ã^Yøï:ßDÛÆ78æ’s…ƒ+ظêÜ÷á®Ú¹–k§üÉ3Î_Ë×gÃÓÚ&ë¦I\8YêujŸ$O¶³™”qœÎ*î1_œ<¬ùÖJY¥q±`J‘Ñ;4${fln¸ëy9~K̯¬>zŸš?è¯Ãàu -ðúDùŸ¸-Eo^ KÎó k×{¯[(,Ÿ }Ý>øCïr§‘ãû*ùåñ®âè²eÓ¸ý}k¥û¦ôÄÃ:~®cõ°×Ê£³ñ–7Oc×C1£›ß4v|™êÎ\â5±ÖhoB¶©§tí÷i|ÿç– - 1í(8ìÂ+º0ëÅrž™…ÆÌÛÖrnËÖ19kû á¢Ì¸hO>\Ý|­}’wÝŠì*½Ø¡ ¹ÙF¢¥;çÝU«ÄûeVyMt²‚úÀŽ]%¢VÌ:Éóµ5;(—~@”MhOÃT¿oœõÀß {Åo¢-©Z¶~’Ð{ÎÙ×úî{™ã9ÑÙfÎ’®¹Ê,ÑæÎÜ‘ì–Ô—=í’gFZa1”6‹‡¼UÜÅQå|ù©D WÔv]³×+wƒK}eÒFi…Íäü/ü Ÿÿ€`]8?}|õ› -þ-Pÿ@SæŠIÓ»Ï-™§íiy ¨Îþ¼UÇÇþtÒÇ%–!¯ U2zÆ«®{¢ûØæŽRmµNox…Á×Óµ>²ÖòçdCmßä Ð?+Óì!C՗Aç—éú=þG&QN¾>2•©º ;>ßÄÐÒki«l¸—þ~®ZâUé•t¯wª]O¹˜z[õÁ‡ØwŸ×üÖ±œŠVZ5%v®5îOkÏÑ騣“f¢cüeF'öüù=¡%ðшñPf`ýO¾eüÝç)*?wh¥t¿àûÊUµ{Œk_V3{YÖ&+J7ƒpÐ!éõ0u#Œs²ùa -Ë‹’-Îks¬<í’qyL¬µá¹˜ï óÒh:¸uâí d¶á]úÁÁúA IJýÂ{PjÕÀï…F"ì‹oÉžøú­¿šIŠO3ò¥8ë/;=ê’Ú£¸niÃõØÞ¶¼í%ÓŒ6Ïc+£¤G5r•E(zQÑ^9±Ýñ cr³ÎÊm¥ <_bChn>©ô^ ïÏ6i^;X)8š ÿR.¯àýÇ@?Т‡ª}K×3ñ’r¼Î\ãéxýù!oßÏÁl¿ñµAõУ^ÁÉ@ùŒA"D ].Š€˜mÜ35éô,ô÷‹«QV`z‹\Ï0Øj›œû=n=Z÷>åpf|8Ó¿#½Œ}Oõ2K7ù=‘3@eŸØ5(s4LkÝTÔMžVÝóþAœ‘f ëµ0Ûûcú¾ØÎû7cÄþe-¨×§4c÷\M[™éÁÒ°Q>0á%´ˆ^o± ¸¾¬U9¢—8bzZwfûÔu*õ°“@uORíÃÏç÷€³0Ô®ªKCûqxtŸ×檶9#3Öp³§e×–—”™á†õÝÙߌ5¥»Ó ¿ß;ªö*Ÿ]õxŠœ.$ã]ýH£?=³šMuݲCtéuºÚ¹ôæBçÂã«Î¬ Û³Lu -§O±#J~¶#fuìßðƒþ}Èfs²­r)ûv Z¤tæ°‹ìx{wc¯Ž—­ikOÃ}ã]^÷x•ÃÇ+™žpÆâ™4N³ô®|Ÿóx0XëÏDnØØÇ:Å0¶ïë^©-õB®-‰K©]eH‹ Á°áÛi´+»E©]©±¹ßç”LJ‡Õ8+ç-L]ª',á -vEr²iÌ9ÝðÌ¥·­ò[|“z¿ÙSèÉ2ìWÔ™f÷“ ÿ±Ñêäòf~çuÅ“qi¯ìúƒ*R†U¸À6“.Û¼ÐËV¢-½?ÿ´t¶Ïü -ÍíµZ/9_û=%Ýæñc<Ý\^…úе{Ôľ»ÈÜüãïKÉ÷þ|¶/›](ë±z®J56áçés<ÿAáð”á:´u-JF÷úX™íFõqjärouF¹T«#ÙÅVº[ë2ú&1‡ºd3|~”aPxéé³>ÓK»ÿ‰ô×d7óõMJ3}çÂÁÿÄð4æ4Ûù¤‡¯†¼áÚB¼ž¸yJª‹ÝÊ) ÙÉ%œö‡ª*N-¹bz.·UŒñÀdLuqaá½W/ ²M;87šög:i=DoRkÃoRpyÕð~ÐpOìè÷3 zrÞ~Bá"x/|>ÞÛ…Öt[¹¾g?¨zP N†Å÷òÕQˆ9Ê] -“[!® 7Á›ˆ^Âq¥>·[ËÆ°Õ³žs†;J3«fãÜÊ^"!%ü#MAHúm ­¾›×z™¡Éïûû̹ý{\ë·¸ç¸ÄZ8®™ÑðÀóÕñviGêþNöåy—0–Ú]Šg×OMQ޲ÇFN ¥n±ûà†ðYÙfÏV½…­óLsü¾qÂå8¬—3¯É§Z«gòf52ç·ª*Ü“*C´(ˆkŽ(nTIÜd[I<ñò{ÀÕÅq.õìʬ×7ÓJ~¸+"Çá&åx9ÿ`:pÙK®E—k:c¹0»ºïÏO¨[ؕ뙈ý8ÀØ'Õ¸¬X¤^N>D5Ú»t%9š¥J›´ë߬Õö7›'‡åÌ_–„²¦—°ÇÛ)ÚëNqC‹¶Ò(þöR€®ïöLôwî8Øl Ÿžœ—ñÖüS(U§çá©ÿƒŽÔòfÙ7;Ü›å3J'R9Í%!¯Ä¾î+â¡VOÑÇoêê©lŒKÉœÉ~Ñ–&azƯ¤¹NèÄ#ó³v\ÌÓ&·ä¹^®‚"ý°£õúëðŸ0÷æ±¼4Füp²÷À™[ ÊSÚ)ÓCM7„!š0ܲ”cÚ‰>e[˜sh7.ÍÕdvÉU«(|-–½K˜/ŠdØŸ&Þ"?c«RnÉe×´ÜOo²‘CY†Î)}Võ¨v±†$%$W=¤ý ìÀ»hQ„Ápo.´&ZšÒ+Œ”ÊðãI…îÊÕ}Ž5¸#ÁçR_6r™*“‘(…­¶8à…I}@äg­&[vÉ-óQ!Ù2•xv•üÜÔúJf3†ê³6no–Ȱcdnði` dé 2ö™é›Ï2£õdÆÔdVº 2Œ«Â<> ›u€¤4 ÔklCHu¿H ÷Ò]Æ1 -I»!×"_ØÄª›­·dæ è¿ü:ü:ÊC¡=g2š6H3«Dœ:á­ ‘Ða@æ~š‚LÀì Ü È|š ¤I¤BWÒþUSi;}€ŒˆD_ˆä™YoÙo€¸EbVKúuMðØä^£Ö¬{Çþ•ªÐÓó·læå@¡J -}î]€D©@ÌV ‚Ô†’Á %añð -)€ |øÓe šR×zÏ @NUhÊ“´È=†_7h?ò¾"‰åVŠßxrŽk¾Fó {ïY?ÎÃOt£ë\4¿ä:ÿ €n[Pè:@£¾¿QÛùv†Ðè¸ýhw[„‚¯Pƒ•ûfÛ"ù {BÌà_I >Ï$9Â.ð#ðž -Тe&Ö\ë-¼¢»Å_ÙÙ½O„n5ŠJfqô\‘Á³êÇü½_øAÿ>ÿ½÷¡ŠýkCÞE:A¡oæ°’—è'U¨Qé´Î­Š˜ÐD/úPT'Z k‰• ¸¤¯kã„Ò7:šEµ×èÙ²^Ye~‰Ïüý‹x•ˆÙ~å¹j‰ó©ï‡a“:MÚz3 >èTvÇÿŸ(˜òñÞÐÕþò›M ;€Y¦pøxØmVØ@ôah•£KrÌ×>/÷WÖPkñ™ó¹8ËŒ£Û¢&E VÔ£Ògg=#¸%ñλù‰OÎŽüÍ-j½ÿÀð94j: …œ¶K¨3>-<îÙ¿2¬€ó´0›Ü½\ćO±X Zù NaåY£ñN¨¨õQØd&ËÇ èÚC;=¬à“ý\‚Ý…}Ý™IÝy)iú•n.#Š7ú®-.¾Rë¤Íy‘«wþÆú c¶@³ùáÿÄÁñÉÅDûݧm†Pº€è¯i¥°î„}yÖ@=›‡<ñ`õ|9讳­ûáÕèßù£´ðmr ý}à^77{·ñ­_/ì–¼öHóüX…s½,‹ÃÉ3ǨþIPöíÞ\·þöPæ¨3صòM -®ýªÜÿR89'z¯Kú6V½‚n"Õ{¤Öñó.LƈO:$}£M¬~-l3ÝË2[ŸÊ`u–›ÚÖ‹ì³í©R>p“ç8í¶ùWÅá:Yîd¥×“¿âÉÇÜ>/˜÷þ±eJ„ÖüOlv‚BïÒàÜì›t©y€T§ß|àl Põ9/•§&·\¯áòÉwÞã½ÎGÁçRÂSµTÉÕTÓM!9ÞáæíéÉ †«ÞÕwö‰N\›š—ŸG¯åRÖ•£[V1V†‡ÐáùýF¥;F§}i~Ñø¾Ù¶ÿ{0õÚ‡f½‹¸ -tšÞ@ÑçÔ7#¸ôºZ÷ŒýçøÑ+7eßËά벾¿{/õrÓ¥rêãyʦéòqŠe[Öuجb8PSjH²YEïûÃzY¼•mz¿Q¨Šñ.è½]oͰÛþ1×ÔGN\ѳã{ù?0ó.À჈°Wf¾Á»ê*Ìf~í”ç•ã1eÃ]û9¸;“æòVåÙ FgÇœ²O{˜Kþù3s·1Uè5”’Ê$w§%mÔÐúã«ÌÇ“»…ÁéƒBzÄàT}-ñ·ºàAòW|Mȧ;ÿ˜)8@¶[‚BÕ4þå~ÏRwâl0̘,ÿür†n¤mMGÛun9=/g-œ¿û£×Ìs`m±í{|ËòÄ(LòÙ#Iô¡~Ÿ>Wùág24¯ÍPš¢ñ©µÐ}”߃f«šœðú+@š¡:ÿD©»ùž&'•žˆÅ®v ïå$ -N›ÙÎÒãÞfmk†µãFîêúÜC½ë›“ò˜f·h|j¢.Eû=”ÎÔ yûí ýôéõz™ö¢Gí± ÄêÝ£ôU¤òœ“¡?»ÿp‚/uÿ¾³zßÇ¥Ga|½„ïÐÛÜ—Y—¸ܬvê–*{\Mh;rÔ­‡“¦µœÓr` l÷òCÌ”R;Ô®dý©Æ›âs°Á¥¸×S×¥@iéîxT;·¤ w¦æ|Ò~fK»N­—ÄZ-ytjhr…æÔëòWÀ¡Î|Ϻ!9z²™µr²FÑ~Ý{WyJ k¯Ïm8;ä66ñ–¬à^¯îóÒÊxóeOïT*ÇɹV½Ž™|á>l\Sa¯?ÎÝ)Dmö~EZ«f¥ðC´D|%ÊïKA•­ÕÙ•-sÉoÓ å·¤_ Hë|íÏ™à^2*L.a§˜ÝœVê~vp'{c7Ú'p¼xühšqÚâ…_aoÉ­ù|³Î:ß8ßN«µ¨“ºîd¯}eÿºu'êùÖ2…çCÆÖ»é -©l³™ñÍT˜éCœfÙ'ÍÔÜ|6SìäÚLF°]þ$¿öIPÙ` -²gà>‘lv}Š9exp‘æ8¬JÚv. ‚Ó«!Öת+ýê¶ Û:Œg{ù¸œTF¯ÍH¬Ü  3ØÖã£2öüS[¨®ÏM¯ÿ¼5víøÝè•»¹u¿p ê3Ôe×ÇTR?´°¸¾¯a}9Ýÿ -ÑÜìšô,b-X[燚oÑÞ öãhàW_ÎÀ­o"ÇîÅçÈœÞéÜbí(¢¾Mû“›hLÇ|Ý\ÛùµÓS“•×áú#h…ËË}#‡gÎuµ#$õbfKI—°öÝ¡z Ï}IsF–¤mº‰¤µLLºû‰tIuã¿…Ody~Wr¾r|“ÐÌ&;^ןœ†]wý,tíàÀÎוA¶þruÂRóíªZ›^¦Ö8fZ•Hµ§ýü»·èDCÑ”½4o5òâx#Açæ U;N$>Èïë?*#êª"2NhŠÌæ‹Ì¨AŠ:_ÄE½DbðCü›ÿp‚»Ñ}󞜙աq ¼¹¼+a¶'d3í?á3 ´þҼž‘–,0+å9Oe8µuϵúªCõºœ1[Dø}Z°Q8RºTÛ;¦Èžw;.Wa%. a¥0´ VO]þýì›üûÕKø÷9Sàßü3Ë¿ÓGê¯Ô.]‹ÎM:¢øÚü»SŽmzQ/ÓÚZÐZ_;jg)ÝHe»«Ù8nܵåÍÁUo/õÏ›Ð] -Q³Õ~Ü;ÒèÚ£"3ÌGÞx%Þ!Nw¾y•p¾™$UßÍà Ãy3aÍu˜*à:ø®ÀyNsî9ªý¯§Òœ"Ñ©%4¶!ÈÊ.Z¸·,ÕëÊKPLäyo¥·g§áh&“‚­¯ú\ô¯‚‘隈]ju]‡nh«@“ ) XÑíñ©ª?åºÌæºGã‘‹ÌÂ*²û+³ƒòCgsÐ…bs=ÇœäeNì‹ÿ?Ä>¸L # Aò'%¢á®‡wÙî75yµPÃú|·âÅ)=®BÄNyj¯fßúÓ&ˆ»õt -mQa>Õ¨>YJ\7"ßÉ‘4G¬ñC°S˜ó±5cÆÆqÔùò…)Ã!JßËõhÑÓ¹ k‡þ®m¸{šª*®>ãjâM&»Ïëåv)½,)U°†¥ ؇[8­¢]¡„à—üDÎ?sá¶ŽärJe_û[-ËÒu*¹ŒTˆÅø¯p‘­Q·Ô1×X|Mn6.Éå1:hQ?DÿšáÏÝòñŒdôsžíæ%Ç“§bž¹ÎõBmÑÄË»7­|·®ÖJäöÌÓòÈŠï ž ]­‘}íº-*96J*vU²YíN3î\[fÚlàýiõ<¦)$ûLílôWØÙ3W_&æ„×óî¸2^´lÿ’(XÇîâæ™]†RR¹#B;#|ØQµÑô{V>þãöC”Û…ñ½¸×³a¡XY-ʾüÈò”ø¡¤B #±{„gR¯‘&“m¯þ°ˆ…‡^c -c]hË&„#ÿ†âO°˜¦z‰½Zýˆ*ÀHcÐðèÔÉ<:ìÏ*@Õ^â1è¢mÔÝïz.†ý7@£} -`D®ÑeV86¿qËba0ÎY¬6Z< ®o€)"q…4‘¤Ö7,öë;ä¯8!B™ïÊ ÉöÿÂËÝí`|K¡„ U Ï, Ðã´ Ð5‡m†½ÎË‹ÀƒH²“¹ -À†+"îÌ'Û<€¹üòÉwaIêgb¥~KCë‚Bw©hôˆ¿à…¼u“V©@¡[kôO» -€™s0å™X]Vóp†äaÝ4ÜÀ¹û÷^tí0;ÌÌ)–vPYˆ  °gaptnC¶‰{RîIº´xÇÊúŠè9åU/û:—äkt§ÿŠo –íÃËVRðþWÝÔ}¼UþÆÁ—'€sO` ‹ß @X0€µ„'€…ߪü¸ð*Yx67^µ$€×Q%ñК–´SóWAL­©G4Dëèk\ìÏÛdX|Ö9ÿx8löñ8Ôÿ€Ë*¬O1¯]°:ߨíÙ¥¿ðクã*ÀÛ»6À…’an.’aâ‘ÝOÒ}*Þ5ÃrÜ#RlLAK3:h}ZPÛI”ÿ¼WQ^å‚ózÖ*üÁ6ã|¸Ü¢•PÐÐòý-¼‹?Ä}ý¾çÿ -€g°>WœôƒwQïi€xç=ÊèO@Ü@Ì ˆ<Õø¹¹LÒÁ`S/ó Ûáçup¸¾¼Æ3©ü*Ó#îyÇÜæ³ÖÞ+g95yÌï¢ù`gÖ>\áD|·2tæ¶É‰Åájôµ[êV¯Ð*_‚5Wø+îløo´: jå.H¥Ïßm¬æ¤‰\R±’ûî°’.Ãô£cí1]Š`û¼g‘ëãÉåÁƒ5…T¸¢†…P88Ìý=4îõQî¨Yß6’²ºµ=•×m+_ú“9vùt‰}ú¤mýÚ1¬,ÊÇÙG/þ?<¬Ê-”y+P¡d€ôœ<€ôcõéë˜ì -/釈FÕ}Î’õ,Œãš}ïËÇ;z¢qo`×.ÝÏ^3/«zéó[á|\_ÚgµŸQÏÅœ¼8i Ç?†™|txaõÌ>i;å½x»ÑÝ;WƒfíP޹Ʈ•’ßä.À.‰6Ajô€´}5AFYA÷i—C ú¥è"¾„'K§Û¡tOnmúh^öµÖî¬ú•ûIsŠà•GZF¨ÓÐQóë{O”à£å´À®¨V€ÙÏË.µ¥1_©¬ -Ûý¥·ùf\õÎùgɽ• ꯋ€X׿o”NãùÈH´ È4zäh†%¹õªø¢í„ -7߸eV²z>ïf‹£¾7ŸáÁÇÍ?lWúìÚY!íûưä“É”Ùîýss›§@ß;=¥¹WâÌíáNÖd´ydurÃl’²-ŠU˜×¼]GÌÌ_ˆê[©Ò¼å -2×Ùw£­|ÿîÆ£ÉQ£Òr_ºù·¼øC\Š{¹w4Œþ|–¥õ.í¯ýí¡P¿xg’Ü[žCÜê¸Enô÷¬¼a¬€w–¹wÛáÏìØ^ KË–>ù›%ãcÂ"ª¸ö.íšÙ³ñüêˆ3ðCü›ÿ€èe¥âàr?dëþ}üÜ “àŒ?£¤›º{½²}bÎB{߬V4?xå—žFÔ6›Çk8Ë^ëf¯[büC؈¯`–\]äÖÞÜ­®;-¬nîü¢bö&+ÃÌÖ²ûU›~V…E½°,ïê…Å ~h<[hê¯Ä´e¾¢ÈL°ïoIä)»…þò#Œ/xyXÕÚçÖ§ÍÔy֢ʇº•mîzøgè]¯`¾1BÔ²Ù¢·ÞVÜ£à“ÐÌv`5 ¶ âç,•'ÑéöÜÈNÉòŒž÷»<É1eM;ὦ^D+jûÏXۛɸҜ<ÿ -8³÷¾;Ö›2 •þ=6òû\Rö2Ÿâ¦w¾åËÖñ´D±Ë>-ÈÄözÐj›¤=iÚ-q©šÇÚJ_ÖòæjZ;GǢ؛*X?é߸«¦>¹h|åÄXKüâ(”>ÂHG»CõÕzBÿE}αº(XåvÑs˜ÔÏ·¿¤ø±2•‘ü=¼|²™Ý6)V˜Ë»fw—]tŽÈÅ=ìýâéq£äØÓ&œù-R÷WšªMŒx¼XêŽïXSål´ÑóFáv¨/{pS¹HC³s#‡Yeö`Ô`çÏb€Åñ}€%µGß”oý6•=ÿгø¿+šñò†ÕŠ=ÓMµ'ã5Ezm2l´Þy££SÙ…ü¡¹ÕÑlM1¯±}r×Fר|]·Qj£X®ïËΪѽ,.nWÙ7º•æö¯€ë$ -U•{ {gú#sg\‚ìñý-uÄà7¶n m*·ñÌI‹~-Laœ™§”mmªÎ^1ìÖ]µîeÔþîZ™v§42m­ñ÷¬Ù^4– ªF»õÁfv©\©çG«¢t.šÒYL›õ¼‰…?D=_9¡;mïÿ -8†< ¦ÇÁµX³G3*sûLýÍûÅâ]S£Y[¹còºtÍå²’\ç^ŽEgyV-hzÛdá óÑAwýì*šž Ûbê¬6·å·V?–f†tÉÎiüB¯RÙÕ©ìeŠâ½³lгвïŠx—ÊJÿ!•)îúW|×ÊBXj§œé}9àw”Û’ çq±È:íÓ•^—9…]Ær83doâÏ ˆ&µ -—­{£ò`ÇL9å–ÒÄvòÖe9õXwê§:*»íTÔ³±õ]Û—|ù/o˜]¼!,´d),”íMXÔÐDxQÏ×_çÍVç{.}”Æ(dÕ-»¥•Û4m’µ -µIíOÜJFªYRôÜŒ·'³ƒw}pâ=Ì$¥LOËÅŽàp5¹³Øúù2ÅÇ9Ó–3TZ^òoìðï¼óësDñõ•.ñuS]ðõ){ãëõåû‡àëèüýWD·I¥s¦í½ïÔŽŒ_‘ Εºg÷Ú!»zšÕªÑº/ËÓ[Mæ&ŒïMƈ6Ü•ÝñÞ›ØÉ»c.ˆï !J£ê×)S•uÿŒe‘o¼—=³Àœsƒ-ÄçÁµÙE†K§hõwƒõ×ë÷™7ë7êÈ_q=Ê=Zãÿfv…ëŠõx¢Å9|Š3ïê€^4ηÊl´+Çor[qMæðª7kAÇêœB¹â:´«QQØHi^¶®s,TJ-¶OÚ¶OU ¥]àí9nD‚9ž2<£.ƒ)fÌ S¸Þô¥¿âôdé glï5ìÃæi~}©»ìRt¨š>±m©Y8^ÈŒXŒìÚH‰²Á²ƒ³©œç™ Ît‡gÁÞh 5›—K):“EúVÑzòIºê4ftõokcüª=ÜZ¶6oß5¶¼_×XR «ÑÀF~ˆ?ÉoØ{õ€Þ†ˆÊºˆ(òÖ±”ðˤÊÐúþ$µh¥‘jfêãý)½â»ï^ ¶»ˆ8o^úöZЇg[Ø4å—=n?£U»÷Ús•‹ªñ¾„VE¦­|pŸ®X[R®4´™VÁ*o«‚Ië[ÙEËxÙÍFl¹u‚«|+Rƒ¿Â¿˜ëšÛô‘íÞãW†ßfæJc\š0—©vÖ.Ö›é/ÐEå}¹5 rÝF8Ó‡’„DšÚË:{š´.Ñ«jâ½ìŠÝ÷·ewdJþÔ¼–Èç>.î8^Ì&ÿç U[(”ÐR(a³Eþê¾wù«7ò“n&ûWx|¡Ï;fE0gªÎíò®2yÈJíLM´7\“¶ rá6'àœü2Ö%±I UžÙ Õ}ûYo‰‡ÿ/~ˆÿ|…*¹„¢¹ ÚØ7 >}€æ+s€Dªó3ȶC\à ùЯB|ÞË-=XMŸvͤÎ-·¾ïzF¨ˆQív«ÕžM€šÃ @}`tÇ q,ãn1}Š3pˆí¶ÿ+èXwU(³os ±oÔ é@÷³@õ ü’\ˆÊ€rbÚ‚ˆFm7aíŒ\X;ËÔ ¢ñ¨g½zþ¤zá -7<ÀRe%Ù\×F’ªÞ6qwö?D´OQ·×‰|\_êþpyÎé¯è}‘‡UÙ®ôý‚W+M€uû€i±0©v2„%?îð{G‡Øõ¾÷òbæÃì Àò©#D#5bÍO*q‰\.i]ºµ$¥­¤Ø—ÐALäE”» Ý×HôÎÏIÓ ¡·|<ôñ<|0åáí?ø!þÍCy&`™U¨¬…Æjàì[x«³xÑÅûü»¼ °Þ´°>>Øl²NÚ˜ïÇþèu‰•2ùŒÉw‰öÖ( ú.ìÉQ>÷¢_§¨RÄlGŻۉòIY~Þæõ1 ÆFûŽ -ùéñÝ·ð^G‰›<(çnD^®];ã±tÍÁe÷‘ÌóÐìOc8õg¹+8<×÷ÁàýxïÏßðCüI6NJ°¥»ôw}¤Ú‘ -Ò¸i4K^@šàÞñ¾‘¯ -—-?ØÚáïFW¹9 5»nѾu гÝ%;±®çácû:œvÒR)òxWŠ%hͪ}þX{݃Ñ*Ì÷+¥· ¬¹À®eâï]JŒb¿»?<¿xü€­°2Àæ’|[éGÑÊ€6ÒºÈkZ:Ã>BÆÙ›ÛÙËÙ·Îjw2:Þ=É8Ò™ÁæÀåûýjaÞƒ7pãÀÚ<Àr8µÛœ˜Ê.Å$ BÕ'¢½Í¬‹7ʱ{Þßèh#»Õ\æµ ïÇoØ%W„C¡ ïʹ~a5¼ï~à0ÒºZôXÕÈ:©™Ë§«Ç)Iûdí(êh?Ä®u¨¯|¿Ðs}R›·ýz§æ.ñŠç˜p¯Z!ïVBÞ„¶×Ù0DÞpxr´‡KHêiKCîm#,[N{YÍKññþü–ÔªâVf¿›ÚdQrßÓ#ï^²çë÷çËîßïnËŽ.§ò;ÑÙ\a¿>çù]Ú,ÈÛÁÒx¥\wæVKýõFŸj[çõ\žÛöÌ¿›Ôi¬î7(Ù=W…t;ü pˆkUâ;Pæ¾Ý™¤oòTóãѺv~¬ñÆé‡¸Q“Ñå\E`ÿÙ†Ô®;hïÒŒë›Ç‹VþámD›Ì­æ^·×^Þô×éåéb*ïðeRv[ óÍÜ*¶Ù市)ËÒgc/¦ÃÚeQ“½xQ8öùe÷4Xmþ@ ÛH¹sd*f-ËÝó£ê“B"Cn/cGÚÁ9~ý ÒºÚŽÔCeóŽ‚m)¡¼Þ’Lÿ{FÄè1Y {‡år¬îœe¹‹é4}7ÏRbÌ7ãôÍ¡(¯–ÃÕs~‚8œ‡¢êíŸâ:ø p Pæ§ô}’‹4Z½x\´Æ÷-Ï·N/eަ€òÒËjÛj~ånÄ$yXÛO7‹¨XX¸ÂÌëÜXœ¥—–<ɯÝq%®ÔW㬠~·Šë‡7°±ôy€µùø‡è»i‡ì§úßëžìI?e_‚žßŒ!òO"þpÞìUA¦«ð€BÁs¹Ü·Ï³~\9š¥ }ÀѽËC7úöáà”YY†\%gˆ_Õ s—Ù»VO«vK]Ü#e`¯…A¿]D§=…|¯”ý°à+¹KçÞ‰Ö¹:…Jg"ßÝMn»¥\Åë_§s]ä¬âOò€Ôk…nB²Îz·ÞaLŸŒÓ±|hÖf•@¹Š•íTì+›u¿²²v²y2K£è½XLHrŽÍJ¥ið¨3šF«Òˆ/ ;D^»NoÇ>•î9ßR;Õ>9kë'ÑnE¥Ù±µ¸½ èVN^ãÙv‹?HVk‰,œÖâ ›‹_Ò´W$q’^¦ßø!Î÷Ù½toFiŸæÄ’Ö_7Χd‡àB}=ÔÚ»åcí½ ¸*3ÿEå'#V Çô¢Ë­Õ Þï¦×­îx?kµÙÚU‘×},#{Ñ”9ÌoâI®/ o‡eÞFjåhÕ$ȼՔ+ŒÙ”ÉÒò7€´õ€BU²âÉŽ9 «›»_Ú )¬à=Ë‹Ü]Ox«_ÕÇf9”¼b!lÆÐY·ètȧ³ZuU+«æ®ÁÚä@TÔg¯Þ6¼nCnívc;T†ÌÅ4êÁÛÖû’ö¨çP,UÏeïR=—;/êý&ãÔûxÞ¬÷"jõÐÿ¿ü€ Y¢“½Áµ.ãû½xwZ6w¥¸½ã×Âæí2”M@Ù¼˜þ’=ÌùƯŸfý²kwé–-÷ÙÂÒÕÞ—ØŽ~øBþ¼»œ—|¹ž»ŒúÒI;éÒH·—P*e»iñzÊŠR)OÒh°÷¥"pRq©X¿á°eŸ‹7ßil[Ü»›Fñ‡ðÏvRðXè—8­uš2¯z‡\¾î7ÙhÖ¦3¡k8Ÿ08ϯ¢«Î'DË868 ±Úÿ x/ÿ—‹_:ßûÇ*Ó;©’»²ì¢íO«ysò™“†³±ÐÙðÒÊNîƒ@¯rý©*;¡Ó?âÕ£RãzÏv½¬fš#õ’õL‰ÌºŸû!xÐjTùuÊjðÒŽPyé¶\óÈŒ:q½øpNsÂrÍXœrÍíÖáš«wðWÜz…LñOUî“JÉ3:×Òsuh¯Ï’_ -6£÷©¢-°Ígd7R55µ#{ýSל+ô:Ú´Nvßì/*—z…Õ_Büo¾Q³nc \* æ -»½§ {ÏvõJÂ’rŠþ!X’}O™À&0ÇлŸôüßðOU¦9Ž9UÞ|f§ŠMM•òjn;¹ùV½¤&¡ðþŒð, -…÷¦+…ë.—%è#·ñd>k…ûZz¬‹[a-ê'Îë”B¶—K¿Yê$SÌa±£™a§Úf -{Ê* Ÿ>‡Ï˜;A•Þ„.§»v›¦ýßðCüIŸ©Zôϲä&§ê¤ÛvÕœšHÑØô äôÊŠØI÷“ÁP<½º±¥$Ư¶Èͮ٘ٞČ ﲟ%»g&3Ê Žô$7káÂC`)¡ÇkzgÁט -Ù¯1b`V#D8WG"]åH»’€Ñ¢böÜ-„ïÿ†€òiØÜËOÅqO~u=6¤ÊÂOó3õ¡p¼˜®õ´ÓSaƒü­Ýv׸<ìEL£VÖÅuwøÎ´;d b8¡k‘Qs’Uyóí]¥¾[Ü*è4y—7´D•[Øž-­”¶ãã¢Ô­ÈÇRÎ?D‰ÌâuˆpQ"Ñdõ¶4‘ªllëC[Þ^[®š‡¢ÞOžä`ÁgH]^/…µÒ×ÖöÑ96Ë-ä-%R§,b]‚ãö¼Qÿ!˜I*ÕªqçI·b7øa¹¦´’R£Œâ€£ìÂɬú…‘4ºæ¯Ž›ä«)œÌ…þˆÉéÊGÉ1Yu‘}ÐÄ=•}ËÅß=>‰LÑ6\zeHTeNŽJ[XtØ+bÑÿ4ê‡FåelÅ÷2ò~ŸFØQÕ'húSÍT¥ô!WnëùùÈ–‹¹eòWëÈåBw[Ï.zß]ÐTrÜôÉÏ5˜ÍêÛ̸»Kûæø‘V¤˜HSh½ ñÓ–V~ƒ“vCƬ]™ª‘êËù #VðáNÍÅŠ‘aî­î\8ÀU,\¨žÐ\Ùk.G¥öt¸<¾áР‚¼c‰ ÙsaÄÇ·|Ý„9&eDYžRßäçB2®ž†åð"•Gß]«Þw×ê™E_—¨‰$ô‘XiþCÀä´…x¿a]ÞŒhcó¦UVK«l(ÏN3ü£±®·ûž€wÍ5sÞE‹·@(njcµ&×ZäBçªÿÙEw4£¤<3'±02©çÃL“ÉÁ&FrÇÂÂ}ÆF£§‹HµÀG$:{…ƒoÀ6ƒHL­ ±!¼ÆoHÑÁˆä3™f [ýȤ„W’Ï-Í&Ÿ:^O>Ùæ ù ûeòÁè]ò~YaòŽrXòÁg¹ä“éäà -ð{ì\I>òcœ|Z”ž|TÅJ>Æ~—|¹[òqÈ·”s±˜|"KL>1 -¿³#ˆÎ4iŠåq‚}2£Ž[õ7„ÛÁ \æ¢oè¶TÏpP«$'Ÿ«%‹´¾¥Ì´còÑÑ$ù Z)˜»”“S’ÏaÞ†¸ “ϳ5>Û+€ ® \êÑ}„Siök¼[ -j‚kì$n‡5=Ú1èä~ˆHy=µßÖ€Õz€õéR°>_R §ÿÜ÷ÒÁæº@Ê—@* "€ß«Øls J4H¯ô}2AS+uHÐ !¶€|¸\âØ—T‰3TzzV¢ìâUh¿WΟgpÔ@Ô3¼¼Èo ––òíëUˆ½P”QM€âGXh\ŽrY¥r%à½$Ó:@SQ %i -±0œÜD^'A"ôÓjoi‹»x*ã®ðC¼Ž³YçUÄ.“g%}_>f½»õ ³>Ö*4ÔÙò7@@s% w³ð‰VÖ›Ó‚)À$Âè£v¨3C¾÷²Aá½l†|ÒJ9íx;y¨1‰â³(ØTͨ¯¼(ÇÙÇ×19Ý^E彊S jÏQþYÙ$âƒÞå”;rÓ»˜´ÌÛÇÔÜ[ívà¬k»‚öØŸä?€Œ¤Œ²¿ -' À‡ßÃTÁ87võ^›Ä©Ø/<‹Q?ŒÙ׉-´ž×®0|VÂáìóÁà»Í¾¼G.´ü-ä+üëž|æØ]œów¤Pnxe蓮…~Q¼«}ܯÞéL›ÎiŒ-œ#\ôÖ¿Ve> °Î)p¶QþÆÇO½© -ˆid‚No”Ž¢CÁÀž×¨B=t‹†ë·Û¨ßAÉèÝ‘º¥Ýœl¼ºáêÛ¹¶oÄîš^³—Ë®Þ{]¨Í 9Ôgî<, Âi\û>¿¬¥vÆa>E6ûåÙoâàëËÎêÚzýjµ3°‹°*«2 nÃ&HKˆôIû©Òãþ¬é5pÏïùc7¹:(^;…‰pé‰vçSvr°Ñý-C8~Æ+ûÛ~™p·Ù[l{ÇõÓúƒâßüÀ. N|ØÈC9eò€í2éa -ú›}3x2…ÝénËýJ"ÅϹxÔq -†ÕƒNëûUjÞ ÞoÔ‡ùn#G°”á#[«”N~æ!=·Á|Žn³ñ9ïýfݽÜÉæÖZ¡·Î«J{ΩlÎ!­ß0/É‚ZåAŠ—k߇ϕïé 9Ió^µÑÄ ‘Ï|{¥6Áé4Y~¢wcSACÛv©¼ÁúdÙhns´ÑóÔÅFs/`;w+pÃe”ð7ô¨pq^ü0q¸µ•²“F–¶EwÞÿ!¬Æ ,,,P¼µ;›l×éÜÀ5ýSÓþ /ä Pó…¾vìwÿjdüîܵã ûÛÁ¸H¹WÃ/oôê‚wì¢e'+»o‹bÙÍÓÂjR›µ«÷ëv¥š¾¾@L:å«ýV“Wy --G‡±³,ͽí›ÅMvì=ñÿËÃ6§IJ9Ö)þûîÁ> 9kþ -»˜~we ]Š÷ìä Ug·ÝÎÛ‚>O6ãž°Á0Ÿ·ìû¹¶vOžhú7¯mRµÃpuÀp¸î¯òmÊ\ŽvUºƒËbòt“EuAQ†&ÂGÑXeïÔr¸¢ùíPx™÷%àĵt~ШXІX¦ì@Ì7ƒFµcþ*¡$H‡x9Éu]ázÈäi¾ÆR‡z즂­Þ&¶WlÄn’"Ó·S™åÒT©ûnYÓ‹á<Û°õg^^Å'Õ&Ç×!^ѳqe˜¤ËÜàƒfšƒ—íõ7¦0ë§±Ýëʇ“øÔ[ÉQNUé¯÷ª²ÏÌL%x[÷Íò7|O:H¥ÚKÏ 5Ø%¹ôQpNÄžø ð]®ƒ# ý -Ç–ŽEΦÆJs.[#>§®ú¦ÈÄÓÞ¸j%’15”JÙbßej¯»y¥[?D÷TVGÝâl³ìh¯÷® -õW›¶.¹¶NFJ§r½~_ -A˜‰þ¾cˆ™Õ„ ›ÕBþ\+Ó‡á»=^E·“šÿþ!6ÉãP°ÛƒƒlžÜútIÇgn§“Ó¬«äŸ“B ¼GOj€ Aàeú^õ™Sv±Ô¹îìZ[oÄÖBÑ»rrØOdS­lšŸÄ¸6í5iÚAM–%­gÙܶuÙÔ$í7üo Å>Í7ÄÔ1®&©}ª¢þ¨œFÝ(5NsÛ!ס'®& <6@ŰôvýLs~‡96ù!ÔÕPAòk™êeÙ-Ù™¶¯¹Ÿ”Š22ˆ˜&®!͆WiŽíÏÕªïäÊ©Þ#Nh}§ÆõFú´Ó°å¦v„h¿á;† -Ðæ×Î%úO›,ù”Úí› -±­Ö#t³®6Õ£/ˆY¦³Ì"z<{sgÐ_Î(Ãö´.£Å¨ü6âî»O¶—xWÓ6éV¼>QMyrõ ãTëÙþúûÒ1Ï ¤#s5¥a,¤Âê…H?%5½KGÒ¥cŸþ8ÁSå°Ier§È¥÷-ÍNù£1O¸‘qÃlï’NÌñ­þú!–ìÕ*õØjé™qe:›#{Ì–oYgîý)FJ©Ö~·—1Ã&êûNIjp+‹×|Z¯Œ9µ8µ++m/V|Â^+ë‡*joeñCˆZМÿ†oÈ–¾¬.>$ûEz[ ª©M}â`V6x$KcߌƜ&õ®Í ÓbíÚ?ÒBµŽ;è<Ñ“rÁ¿Ï$vXNŠdg<þ4”ÄǤQÌgÄIÈ”„3„‡Œõ…9Ñ_óbf/0WïÃGÓ)'0?83 ÌìwDÚ¯žo®˜ù!ö›Ë>í<%í.]?\õŠ«`Û1nɱ…Qù[£ß¨?$­$ÂSàš>ÖŽ_±ÎÁ¯ä·Á‹©žÏ½wiÀ½œåÞ3½Ç½û¯÷nüŽ{*ڒǸGf2´3Ðo2ÔÒVNëàË×n ô®Ý´ÇÄ>ÿc!E¥UgH±ƒ^ÎéôJǤ³Ä[ËÞ2Æ>ŠvÒdÄž„ÅðòRe¸Oø!9{Þ¨qMù(sÍV}Âá©ó†uw£ˆuƒAuuLaÛyZcÛ8 }ä?ÉpÓ}r¿‰¯¿äMHWxñ”Ý=œ3f•)ã†S’é9o£ú¥´f")ê­yN¹ïd¡³êÞ•a‘£†Š´çRÍÚ­AX³çÄñõ>qÈv ”Í 7y6£ÖD&àvC¦˜5Ó{c&k½Êô1ßíЇÈÓñ6ú ÇxZ$wÝ&=Öd¿§g§™ÜútñÈ%Þ¸žeî‘Æ^Ã˰kã¢]Tw Ý\ms²²ìrw•ÅWÌôyÛÝM¹4ÚY1{Ÿu™|ux¢OsBŒr†.µš.µ¿çÃÔn¥ë¢6¹Ï®µª®•jU9Ó†™¬ZÕ»™_±O­®ävº´së¤ä­ýÏ­æÍ!9ïø}d2kôŸjk«œz×›³ë öÓý!šÇÆj×Ð:h"=IVx?Lš'Â’ÄfÁ¹Kk­ù¸6›¬5ºm«/TºUã­'¾Xå×F%Z“ŠIf÷ñ‘¥ÊvÙ(7ºë^ý¬Õ?ø!þÍÿ?λYW¤GyÛß5‹æT<äŒM6NMµñŒ‡Ó­?=ö5ôèåì¬eÕi â:xhìe؃ÈéizW­FêX¨¬¥^–âȽa¿¬’g"n©£´/¥ uúwÏf¡Ø3®õb¶­ÍŠÙqç\8VêùÂp® -,Þÿ û¶ N›•ÖcŽ*.¬ KBë¢ÈVÑg]|öÏxþÔ~m+÷îª-½)8­œÏþ0—K›¨}·¼W>Ùu¡ÜšÔ+%R®qÅ\·Ü(uVÉW–¬šƒ“î"Gß#?»`˜;•xñŽn› ev_}Jª6ùyÖ#òóÊ”~ßß9¬ü‘)-o˜ÕsU ›|+äÒ¥®‚/÷Þ3GzQ§ï(žè¿ÐzÙÿ†C•{ÙUñW‰ =P8-‡Ÿü¤!9&M¦©äðÊ’Ÿ üG,|1™Tô©§ÉO®—Êã (e ¿î3!4¸Œ>fkxµ0mÿ‹âß¼M­G•k -zpݦ´ï&øÁ¡²¸wnÈýòÆ•ŒÇ~Å·™´Î” y\ýéâµ¾áÐeaÄkf¾ŠrVvÑý¸””÷=²Y6ƒ"“z)‡Ô~]=%\±pÿx¢‹ñí»kõžB$F®B<ڈͧá‘8îüÌÚ/Í·'‚œÐï2T.§G7FwGhÃô…À“ÔkÍùgD§§©Ú¨Rú½Rׂ~ÁˆoMrºì«Yž”ú¤=:t3íZ§•V8¶Kœì§‚_½ãÓû†Š$7NE¤šÕÔV&”‰½Ç7žLß1¨–-@¬9¨iÿ†äƒ¤ˆü;ùTYB&’·SK'àüÎ$`Û¡°:Ë ˜0c×L@/µƒèÞ~ˆLI¬b*šOÀýXK@ˆòÉ›ì´!œaò®âóä-\ˆÏ-y÷&Ä+Ÿ¼ûÅDWHê§ -oR/h4?ÌðCüI’•P^ b'›ÏdHÀÏ:¨vXLÞ󇔼[LÂ…åñ9/y—Ô3Ì=ãäÝá]-XèøYMÞ«šÑ““÷vÿÇ5 ט´Íä\ƒä“nEa&±‚b9Ár4CUж7hÉt'á¯øŸB³ ë3™B™É‡.I(Ðßxro%Ÿš=N>9r|0u?ÿ]çÞ®×¾íO0?‘ÖkIRie•"!%IB…|ÿW×ý<ïõls»ÿì£mΚcyž‡1Gq -ÙÛ«F9N1¸ýõÁñ8ïÆqʾé8åªBœÊü.N ÏŒÓ#z5þFG5®DùW®õ.!•þ«Z.Ž~àçÍÉž<ûþŸˆÓA;I€<ÿIÎÿ1F©&ÀV"·é(Tä8ýÙõü§§Á8»«àRL öÝ ”–ýX Íq<Ú<æ1D!ËȬã›hâÍÕQ´ÓÛZäïE™J_lO©<—ƒs'\oƒ <½¦ÁfæM¬xžø;iKý¾5æÍ3òñ“€HÀa;Ÿ€¢ÖN@)O%àˆZ' $Àœ¸O£x\s‘)Ý«Q;ï…Ð$^× 3z±Úbñª6üó^½nžËPŸÍ}ãô‡þlå…b+«Vü=1è>£ùøº[Æ£ -£Åý$¶g÷ ˜ü ·Š3q¥Lᇇ“ÜÔ+'¹Ó°—áD'¹ÙSþžwN1—ïï ¿_\³˜{ÞÅ^9ôT+D"<gôÈûÜ+0ïïoMé‘â}åqH–æch¹÷GŽn|<궬܋ª‰»ÃÜøü›uZáŽÎ2ñ`³œ_%l:»¢Qú àØI¦qžKræ N 1ÝH gaôý¦<î{4ô>:_›§_Ù;a@΂`›Ÿ}|"䑇6>7¼ãìŒ~]ëVJÞÏzqz/ÁuƵOÄÊ­¶èýíì7^òoÎnÆN{&”¯]ÆÁ/I?š^æ,½1ÄŸg³±Ÿ'aú HW¿|nwÌeó¹&ÁÎ÷»¿g±&«¸ ›ÛW³é(Á®œ;>´@q<¤/=ÝkEo.~-;òÚtÚÆ»nÀèÚ}TçöŽìò—ÄH•âÀÓ¬ØÒWi`AÏ|Fb =•K1e²r‹=ºq‘=6gñÂð‹Þìßä - ˜@ÕÀm¹äñM/É›¥i’w™ÕË›oÖY}Yöú€÷ç½Ë^ªgg­\½+†éñ%I𬞪Öxé´Ïæ'"Î…ág|º@5úT^b‚Éúã­Y7ÇãòeÝŽM³›bAoêr%!µh‡ÓQq‡Ï¥ûÇ6‡\™ÿBV•@×V&4K ’Kú "Ióˆ-L¸pW#éÇdMÐnýͬ®rli—!Q¾žO¼žèò!5¹ú±pÚZ–½¾~C qœôç9Gé½vÕ¢p(jF+‡Ot²Ãø<äJû²š¯ƒ„2SÆó½ÝÞ-÷ °áö¥¿XüBA^¦p@[?¿VDÃûI¡åÍ_ë2õõÝkµtx}_² b—û39œ«|þn ’iqS5B¼–‡×£yÈML¥.©œ+¥i–{ç·{:9gìîF¦÷Ÿ[Á[ošÃ¶­8“ƒËs)Kô“»¨Ã|AÿB>iŸ÷@‚ V#)™~ÄA“A¸Ÿ³=Ɖ¦ó´•îŘ@óøä±Í±Î ×lç0¢Û𭛥úðžÁ¢Ê­](dañ•oÛµ)-KÂz-w[Wu³Ý@× Ž­>’¢ -i0?N$ Sä$€ìñ¢Ö™,¶Ì -ú²6¯¥I¾þÌ%Èá]jÛ¤|ÒOÅ£9Øô9`§ËAël·]ê@åµÞQõ7K)y×ûn OßÛU€‚²ôneÙëæÝ¬W7¸ˆv¤Ò`+dRð/ŽÔçV„†ÓzrÜ<×È«­æ¾;\ÍÓ ›AâW‹¢Â®JöŠþ…lø™Ì#†|‡F6'gr¯¯fµ¢k|¸½/Hù]5½hM8òäG ¿Uèáè´kê››¼± á¦ß8Ä`L@q -ks0¯¯GWÖø8\•NÞB¸Î+¢P½õ,{uYç±lxÃ"ÿXƒÿ°t:Ûç>À~ÁüB¯ØO6|ØbÄÞu–øè½÷U¹Ø¡=Ú®ÂsUa Çn€õ44?°Z‚^ÒΛ4tY>Mmést¿^"¾Ó ÜF”ëænìn·‚Ø>Ñë±»38gwÞ”gw1Ë~‘µþŸâ/Ø3²Î9ÔËÏ'W+Þëg1v¶÷ÊÛ½¶µ(—'G|ŽGš9½f}LYªà]ñ­.^zÊ}]ÓÝœÐÑvMî3l’,Ü6˜ÅÕΉ³u§›Ý4³ÐF&hIf“»ž¯ÝûÏ¿ú݆ á/¿QÇ_›Ä·Êãøè¢áøXÍfï-Z8^8Þ€Æÿ?ßDAç­oK*¦fð<§pÅ“C™Ö_»çæ~—f$o¬Z£‡±”ƒî›KûX‰Í÷¢î¹³\l&NŽô„È#ë1¼oI§n®˜}lx»â»câý)žë} -Jµ§"ƒÁöÈ vè=èÝóf½$U¢<ºÃCWsÅÜœM€sÝ -Ò#«€vªá©r¿éÑ–ØŸ<±âH'^;2{|,f.›é‚ßЕ™$å±É ÃÆyÛ]7º¹$¤’(áñ¬¥ô4(görÓ–ûcÇ‚cÇV¾ˆQ×Ũ°0Çòuß=÷˜°{FµîLezÝÙ‚'þ ·påå.Ån4¥ç4Àš;TZM`÷Z³Ñf2¼xÕ^N¬9)lKAVæÑÇ›î.1Hé¥2Z¬J(¹œ®–R8Y˜d÷Öâö”î¢ÉYÝ’ïøÝRJåЫæ4PvÜ¢,Hh-ïywÍàβl£†¬aÿ†+¸_åÎf2>õÖfìVVݸzX´vé¢Ë'dÒN;ÚM÷Û—@å¹×a\\·îC..¦ ²²«ô•\¿Ñ;w +ÎÄ!z«ÎæÙÐWÁ¿¨!í;–¦Gí`\+¶%Xíµ¥:#´Ñqk½:A¾%ßZíV/¢Í(N;¿`1ÐÊfK m :5x êm¿Av¸u¥Åèþ°U¶ÒncŽÎä-5éœWäc\Zý´ë“SüŠÃ•ö +·Ÿ ºÜÊÎHh·±©H´vþeÞêK…u«¯íŒ¸ùC^óPÛ䚤Wj7AÅcÆÂ±ã•kÀ¸\¯O\û‹Î/œÚ>ŽÃF©x°7ai¿²~3w’UçXypp -Y‹–QÖ²õeÔ¯l†Ëži³¾T,cVy¾èjîºí­À†Íô¥M¨@HeبϷ"^/Mž³Úµ€­kŒo5&ÀýZU ‘ê²ÆàÕe½·®<ÔfPY—OY»”úÓþ7üóçEµ¢¬‹jIËFnÝôågÜ'ÎbÕ'Ú›Þ]eµ&v—ëÍÍÅwŸÓÁÎî±u¨í®MX›f³e.Ô^5®RH«Í$—¯ˆ‹V­,s(ZŠbnX"'¦8äà]1×Û9#©¦ÊrÛ…<½b -y†³‘3F!È,š•~AŸ £šÚ8=*?ð–Á¼X{^¼Ý@Lk -0ÆaT«ÛbO@Bo¶Æh´ˆ“–ºäÍ|ÿ™u3ô£ÕêÉý\ Œ½]ÞÎi·4¨õüâ¨Õzòïâ)~ª0ÌO€ò ­ÕN®[ïÁíJ@¼Ó:ñóò”m¯(;p˜¡9ù…CU.Õvý%Y½, «þcÍÒÈըזÈÖ“U¯¸³Ù¨”n’eo7²¾ðlªê-rl¥ +t)¶qº¨-®p\'2ï]%ø¦³h5ëïÀ— «€²þŠÝ2˜É×ý¬dp `€Íù ± zœ÷uG{rð {ŒQ+ÒE‘³Úº Ãh£ûk~ÄåP• \Âì5ËwºŒâc_ßZ>â¤Y»Ç±Xðã˜À8Fµ8Mñ YñuEÍŸã˜jÝ2ÐA#ÉðÊÅ1–3pÍ8ÞÞûq¼kN3¨bï«Yœœ’—!ˆâXi@ñr‘6ºÿ'âOuíÅÍÊ„Ún$+ˆsšií/£LpTˆ“â¸ÇNƱ,¾WÙŒ²+ê¶ÇNåÇO.{;èdo¯Tr†Å8A÷õ8FXœŒ°Qœ0*'li—A¹Æƒ»Fz+þDÐÉ¿'ïwþì\ø?0CäçŸâ/2eæ#N‹o?N[I†bf?s_ñ‡mfÕ‹-ñ~ôãÄkÏãDá…8Yyû8Q +N,#SèƒQü)Ì  ‡rüiFÍo»ža9Š?³ÚU1&C^Æ‘v{OSûõ¢¡|:3 ø¬ùI廸(ÿâOúÈd®  çj&S©~[?UæiöÓk%[ ,NÁžö2þÜêJü9 -ç ~Öo2‰‡ýY.ÎöÅÈðïõˆÒ@4Êjý÷¹:¦Þ3wM¿ì¾¹~1Å’ö¼1s7ô–R¨CúzÔüíÄmdS¹Y(ëMý1è°µ_ˆÓ9ðH€|7Ç @1n%$ŽL'&Ú(§>*Çš(£#ÿý¡÷ym<Þ%ð¿>Ÿ{Uñ^ñÉ[TíÙÈV•ðÑ1ðp >ÇaûXX›Ft]÷ßèöP'ØÓdÁƒœeó>í±,mé´Ü27nW-ªÿÁü÷uœÆíL££ ØñÂ<ôÒüܪ ä{ (ó¬Òëh:Dw¯«ZÔžKªr ׫ž„áì`c ðw÷cáñ!nÕ‡š¾ZòZÉÆ¾gÔê¤7Žfs>Ö÷Y1Rï…ëøæ–ï»s×.å«oÞÛöó²o۽ʬy‰nDã²ç[õ_Hy•)\ÇA’+´Â$çÆßCm¹¯Á'2ÉíÅûòA—Oa ‰LÌ÷>Q]àGr¼|E î³­÷q/Ér+4TºÝ*ƭηQGHF§¥ò“«T>.¯¨“îím£w¹ÄëCdiTPúÏÇyÚ>篯ÎiŽÙmÓÞKMÓøú/üS‹¹&š }^ tŠ Ü)  \&Gï+³§Â0œúƒ"ÄxTb®]›3Õ?¸f¹˜Ó®]ïWI_öV‹€K}òåT®\€V§e$ ³ îbtž˜;úd®âinW óZ•£Û#ÆcTjm·ÝÕ7M ­waë‹æ_üÀмä2.ç­±8-¸’d:ËKòÙù û>ˆáø½”,GÎcU`í÷ò._/C·FÉÉ>OËŽ²8?:•’\ÎdÉ|áèÅÚqI¡Øxxa¬WâDÃÓRßÈU{Ǭ{ø”ž¹™Eª³˜ -ÏIT™†Í¶2½–[¿ä¦Ã0FÆ#•äùÅwë{yçúûõjÜéã栽fïrè ³óô‘[™Ní¦ïEûdøUû¦?û·@ÇA¢E#Òúnµt84ÛéOzª2Cuü:ÒÊiš“•ï6€ý…þ¤»,Ÿ¬ýÀ»zá€mï—}w+ÐBç‹ö/ü§*C8Lò½˜¥õjõÍ?;•7‡ˆ7×» "ËüE³£ÎÉæëã£pçYýù.ÉÚ~ýÖ¿®uϵTCy{jH^ÊŒ‚R¥XÇ=½êWvN8íì¸Í†ØÞ#k¶h-%Æ”Q66¯ºTÙô” +Ńû¢+)€×þ…ïxéü¯}}7µå_køô¤|wù–G® —ë.¶¾Ï,fE+6”®è{øÜ;Œ§ÈT)I~Ç»þVsœ¶y%Ãóï ]Iᆡ˜zT,ŽÚLNÌ…Jy=Áέu>Î VóA+˪€ýV`¨²+Tó¼¼=ÆY-o‰Õÿ[òªŠþBåçןálñ¹³öÍužþıÓzh]¨1yb’5"0ƒ'¤õF>f3WÏÀõÀ•ÿ û Ù8Ïâ´9Oæ½Kõo¢yöìQ£äX¥Úòlz¯ËÁÀ9ã–ÞgÀ´]ÝžŠo”æ“Ê®.û­(ÔvÀŽ÷ÁÍÛd »c 6“Ük>C¶°„¡Ç]£¹0wOb¤Mf¾è®•y)Â_ór½]™/8»ûÏ­W¾÷E÷ØÓ“wcã€wg^ñž¿õ.“5àœ\b|>nýAÓÛèY]´fñî!Ey,:Òˆv†ëy¹8¸€xqmIYEJsǪw¸Óbº¥ns+ážó2©€3Ö¸UfµI½7]Zôlâ—ïò¤3ß'ë7[˜øX©3mêsì ô’|Þý„øë“µ¾{¿æüëå=k†Ž¹f:g=yRêa:Š ¥6ª?·O0ÌoHŒl‰ÓÜe°ªrùÙ²]°Ü¶s (ȋӅVæeï¥gɦ}™6OGoÒ±Ïõd¡,¶¤°;Þï[ÛÑè#¥«Ñ3®£qÇD…mŽ÷ôG—°ó ÙÜ^ÎùpYoA7 l([|Î5ØrŽ›wÓÒŒ:qPœ¾¢îĆå/r?VsÒøÞo¬Ëø¾'4ó9Šïº†ÈæŠF HšWnènÚÚl”l7Ì11I®£Ã -G¹ -™7½6Ì7‚<ùÁ‹ZÙµí6ÿ^o†1rç0ò\ñ¹{~)>gMno}†B«ã]ZÓ³¦xYR¯FºÔÝÖÂTL¼0‰%ÀfA›îFý×ÿº=Îíö×Ñ¢ßösZ†(ê¯[‡r†O«ÿ˜ƒ_’côvW@ïeCG)8ݹªoÄÝÝ]Ë;‘­4jCk-Î¥ÍaåÜG6'‡Èàâ¸Uasî±»°'9ó°Åt"ßNìxˆÅËaÁ튃š¡oûþ`©÷;ºîàO -xáOnƒàrêdPf8æU °Çl§ˆc×rÇt8‹“ÿáËÓÛyEÅ—e%|hŠg$еåÚ;”¨³ …Š)ZÄXX-ûåÍrÓ6—8Ø›—ò]:0yCðÉ»Õ5Kž çDÀüÀ¾‰/û÷Þd3Ïã€÷èÒ‹¹IØ‹å,˜Pðy»G$/ªG|N -–JË–² ‚¥c¬öEõ¼JOŽ®€x{žkÏAøÇŸÿ5³©Š{þ¸Û¾”;‰eÁ”ùˆ£n8:sšù]6tÞ<J“Ó›X-÷†–à ®öšõÃÜÅwxcÝSɶÒ#AÞê†ô€ãúžŽ›­ûظ0c ï0H ƒ,‹'ó]³¶®tM˜-ÿŸ§\—éÑ~›5yÀx¢úÜ‹¥·1¶¯óJÐôKéù]=aQ7‰Ó<“*½`¢”‚t|,²Å!­:õ ݾ¼» zŸ3éɜè¿éžä£Þ=Ñ{w6Ù'ÝÙ´Uí §z±Ù JÛJ×ôZÞ›…¿øÿ¾¾ªD1:sk%:â«QügÛ·Z{©ïíþ~ñD›<ž—/s³gæ,Êͺj‰š <\¢Fáê4²ˆ‰Oº} !ž㠖¯ôF¢ÖÂ|Õÿ»%’§PÆÐ8´J¥ÛŽ‹ Oü Ã_¨|§A?Ñö£ªòí¼º¶Û-;nvµÍÍýÂe–KSâ¤Äyz ‰jºGÕE6óoŽ’è­VçɉÝjÛÅ’(ò°æŽ‡\¡9&›ßï!é$ªÑßSì õÚ›u&+¤#”çõ¶Ï­°¶Ø ¨v'iñ­§*+-y^[2­§­^µŸåbÍÈLÍ=aŸ6÷jà*Ð wñçNÞÂþ‰§ƒÚ csŠÇ”Áí€ê¼Åê¡âò‰›ékxÚL#þÌ.¶J/îÔïï½AÖÇæ¶Èuר£ Q>µCœ»·v õnªùI®98+•†Þº ½3œ4Æ ³n@GìX7'VXŸ6å:t§5‹­˜µ’ÐËÒƒ”úT©•üÅü§ø³Ë_§J&¬Þf x‡¯õTZTPÀ+›¹àäaö´{âøœoÐd»0¦pàú]–öº­H`̓§LGà¶®ŸaO­ÙÅÀªe¯_å¢Þ'»Jý¤”*Þ,F+«6=­´Ï¦ì¥,MOéõ¸vKÛƒ·-Æ&q/*}!)>ýùTùƒ=¶ -{éÝ„7ÓA-^u¶y=ÑW3‹aÄ“±£&àvI®L}Þgؽ¦E¼-/´AÙV£¾˜ÛóZ­vªMÂÞ•Ÿ¢•¢‚b•ú¢÷(’Ç8.…F9Uðzþ‚oyºP_æË¾s‚¹î8þáZTî@‘ VÉvsþÆ A›IIYË‚<¦D`Ý<Ð!gì»öã›:ª/‘|Œ¶ONšÓ®3£È¶¬n±•†­êÍ'³\¬"6“~yÛâéÒš ÅQa"ò·ö>o¯æ)è µ‹É |¹ÉP$ø¤ZXõ»ÝÓÛƒžè¼W}pÁáV‚YÚ’¤‰5óñCvëþc|vÃݰ „>yœ.ºÎI·{–Ýo Щ6h¬VzŸýJñðw “ÎGæ=8óé‡<ó@æºjÄtúõ`;“á°háëÛnüï¡°ß¶ÍOÜËÛ{¸T©?D->›a¸è>kج[@©[Y£d£¨êr 9D1ϳ¥Ð3[µœ´°KàË‘Š€²ªfâÚU$àòumÑ /2ÓÚûº¶ÆWpç{<ÂõiV¾÷ÒMþ¸ÌßãÎÒ/ÄIÃ?ÆÉ4ãdeÉ’qL -Z†ç5އÓw†g!ŽGãvwÇã.›A’2Ù›©ÊùëŽRÔ×·•¿¾­Åñ$f@³N„z†{/ާØ,ÃuÇ3üœAydH?1a{ŸH«*ñÿ‰8ÙNß=½ïæ)NÜB&yò42Tö;Ò¹dûÏ N>Óˆ53˜ƒL^•ÎÀ‹ìì}TÞÌÐË+S§ìÖ¨(ÍÄÕ³MfÕ §ï>ØxZ£b¥°YÇÄ%Ñ3ÕëûØlï¼X -_g¾ÿ ñ§JZñ‡™ž3ŒOñª}µ~²êmö½8þìâ8><‘ïU˜N#ºëgò€¯>2hÙ¸\֚ݕ,fB{&ôVc…ïâAcV4UìD£ŽCFPãßùd¼{•Ê;ëÉp–Þâkòg+‹.¾Å3x ô߈?› M7™ÐtmÆmld0Ýø³A2‰ÄÉ}]“ý£'ó•Aâ3Ä»xð¬‘N¡V4®ÓîAž¾§ƒCô.´_¹—õÌ^ £W:yªûdχѳ¶È‚Ã&‡©AGYÚ>vUÃGÄZÉ£íboØZÄÑ/ÄiQµâTp­¯Ÿ¼wOÞ—8™Wœž¿eÌ“Zœ–ÛXüy®¨ô¶ÌûÄ®„wá~ܽʩ­?9&TÇ*n(œÐ0l ³8Z+0@5¥à¿²u×ßB)úˆtô?”Öž÷´®¯Þ³ÚÍ=Kdt³Í~êܬOâð ?våKô ™®ð’uè”rL€§â&`¥òIÀܼôݸ܉GëñžÏÛvAŸY¸b>ví¿½ eNÁQr<ÙzÞèq{ßÍŽ—Þ§9$GŽíŠ»hL:né¡ ol'æœå„8\×kÙµ±Þ>ºôBj©:‘X丕ÍügÝL£_H€^5ú0[u’\óŸ³m¡ï·ÐÕbøæ¡/ö\ÂÂN_'ü>¾{ºAÎïf¼Y»—’¾wË›ÇñÆFáÅŠaÖúNó -W+Åös_ËÙòl\ºD6Û¼ì³o}"ˆ¶†Ä|ÎCÛë©ØôÞ&M‡àÑyYÀ±Þ`ãþE¿)œ_PÕNIn‰^ÿøcŸ(XI lßxñäªôv˪g(~˽œ ܹ¿åñU¼X[~¤‹‚8ª•.|Ó>?ÎùØûxç Ò|ŸÎ‹Nz*:=Ø´e±nVb;ÞTpòàX4ÚyÓÒ»¥w¨måNîß?ÀA5MÍäp}¼$9<='ãx \Z|¾Gr"oVC Ánä<¤wMo¼@ì×#hÿÀ—å ÏÇëq~:G·•i§·­YebýÈ»éÙx´r7£­}=¡‘Þ5 öžò% ¿(­ƒŠ¾ÈÃàM ªÞ¿›Š9* -bRÀ~Ѥrû’ßvW±–þÀŠ¿HrHpNrïÙ5ÓØ âÓ|—¼ëÅB>-îåúÝÇm.»ÏÐÙ<êæõ„ôÍœKé¡e1:V~ˆZ¿îªò6$‰\²YwwuÌ žŠéM>J¡Íæ÷VhÖ÷e,ìí®ñ€ÞÕæÞa»t†Ù¯ïS¹£œáÍs ä6϶üB’Ûµì’î÷>xã²>–åáUݽuXåv?Ã{{ŸÂîyfpÉñþNʺ<™¢‡\ U£õœ©ð\*…Ýg³_¤°ºsFsÇUûÎö¾$[¡¹Œd_”s2šs*›çD7r1û¥èðØJ4¿‹7NÅa ɉ Ÿ€¿@ç|«Òs§rè¥îÑm,ôƒÓ]¶W¼zØX¾¿˜yï­oE9ŒÀr+3[îï+}‚ÚÕQ”ݶðÖZUt·y„¾éQÃl]Îs7‰˜‹¡˜–.™öUsõV{M­¸Ñ:ߥÕLÞ8«"^JY"mMá/rðó?¯¿6½ûµï^ÒÉ_ïÕ]Õt6ÜF³ÉÑs{½•éõ£a¹à O²À~÷«;~7Äd‰²ÉͶ-Í$¥ÆðYz4Å¡Í+ëcueüÀëüR²VçæÙ[Eï-ØÝ,TvƒúòÖ×˺V\òÞȱùUMøÖÝÉgðó\ \r¿ðu–½x6ßE¤%Y·‡œìÏ|ªýÀÖiêìNN=^Oâ¬j¤¯¹ja=Hwn`”äÍ0×’²Õ‰GB­'ýšãæR°Uk#Tž¦²ä{Ws™-f¿"‘oƒ$ÀIÔºÂuóaÝ.ìÌâåÔdâÛáÍÄo4Ï(»ýÂ÷iÂãå5?WÒVGß§‹¡“ú¹‚ŠÛ£Õxè2;õôb®{ŽCÞÛÎ[ÈoúFÜøž ;Æ»+‹¾’“,¦ËWføÕ¸€·YÄ^ÖØí©i±ølú`{“0@õR µ{ ¥¡Öz¾˜°º˜l^ább¬  ÇüÐ_üÀŠncA«èí^«òö•¨_OÖìÞÔMçvÆÞ.Ç´V¤}ÞµNïç&îÓh(Çòê2+µ…ÚdÝç×ìgÈuÓý”Å]ŠaT õ -±ûiˆŸfcï,µóšÏ_9hvÅ{Yˆ¢FSþU“§Kñ¦.ãS—Eò³êµýŸ®éØÔq›;æjë|fZý<¨ì*ú Å,Õ9ùövr”_©õ4ºóYŸÛZApR¤ÁûÖã°û“dÔ÷pLé|Ä -;/…+qÆbŠ:u÷çó´‘¾“‡Ž¦“¼ªP›Y@ŒßWzýßéPZýPq þÂ÷±Gü˜DñÍyºöþÄk°adSÈNƒ˜‰ T¹ »ÝÀ»ÃF­®oâäXˆV +å—+4ɲ$n ’&-^ú4ìÉ9ßN¦w¬º˜ø…÷’zVÞ[ -›$úxw©:£ÊD#rkF`³ÚŽEŽ5ã24€Å{Î?Ј´ -à/dñXeL¾¼Åìå^ãJûjÍÇë³¹ÎE†®r­½jíºÂn=hÎä~‹ÜIã~ÿ².ÅÑShœæ ßåÝ; °&}dŒ,§Gsƒ©ŒFÔÓ·¦ãýdÁކ`çûmò5V‡ðym‘³Ò5 N\8½=(?ÚóAÙ¯4¾—½# Ñø…ðµ½{M²][kö™¹/­ã†5=®+ -ë7V?ðÛÀSÉÈEâú‚‚¦po_|˜ö>lò°:7k‹ÒRhÏÔ Ÿtk]r<È©ÔrÀYœ9ü€Öü-q«ÕL‚»/D]ˆ€¾×žÖû+°4í¯rùlë{CÿÙ÷ºÍ”¨Käo@§ww[Ðù~9*ÉõÔHÇ–Ñ·îæá´j}M嶸6/±Èüª^7K‘•oÜ~T3FG‡—R¹üÏÜØšlV·îX%ªý¡ÙXWø3!xÉ`ú«ÝIì· XÇÃâÒÅÔâÒuYÅ»\5›4øâ!ƒããÝiíƒKfÿ7&×ò²xLöy÷Ÿ ijëCÒ?«ôµ¢íÐ[{#ž+òdU7*³,¬Be.†›[æºHI鼎ȭеñG?6G°TÂÈòbIÙ‚:îwºþßìañëÁc­¯·l‘ï&Üj¯Ï1#ìÓ TìƒD–|úIò7¼òªø°Ó×ä~®ÕÜ›¹äU£žÏ‹Â³èq›5ãvu{PY<¶ìÎ4’,o ¡©N—:ÇÛ¼ÑÆŸÓnóR¤WQY†FÒïj›œM•:Ã^ —g=bÖ°,P±´T²±C¸°¡\*eð†X®±ßwK-‹.ºYƒE]Cdß¿à -Rê_&öÝô÷®§Ë…{(õž×}ûT7eÀêîWËÉå€÷ˆ ­c{¾`×üvöðF§)VCîYQ£Ñ,f£’dÒm‘X}þîéž²¦Ý§6tƒÚÀ¶kŒ•!}v'_è"“:ž“ç‹‹+:§¯/´”SŸ¿àà…³vÀÆ#‹`{’éiGá©Õtw˜0¼HÓg[:ç’)ø89óõ>íµt–ú¼¯»±!ª§áeÝwÁywà}çïs½Ú=ÕÖna¶ —V²@!žµ~VØZ–ÑGÇés6™aÖï‹ÚвÚî+ñÛKÞ}üŸ ¦ïA¾@×à°.ƒ½O‚ž|P{íÄ¥OÈÆ’®ê¦Òý5:«FÈPO†äà–îw³W9§§Ñ•ËŸíµYêÜ„]¹S¬vÛÛ d†Û^a¯]»Sv+PžqK"åfKBY®ùš¸zSþ ·¸)[ÉíÎ΂yñòÔÌåã¥Ön›×®Ç~|i–¼.‚4ºªìd. -³©ŽÇ“—:Åc¹ßïŸ1\µ+óÞxY\c…Nª¢ìJ;ýÀ&¶rÛ‚¶6ÚhFеÔÜJ Ò¸ÙŸ¥BãS¢õ†zýø ’3Ê YÎêãN¨Ô¡[õR3{oëþìŸ×õq):ÐE ù÷AcÉY÷X7z«3ÐãýÂ*ü„Ä®£!kº}Rª]ZÑóÖiWoKm€l½6 ¦©Ⱥ¡µ‘3ÛV}R=êyÿø©%¨T›w'h­½²8¹jŸfÛjµè_+·« UxnM•½U(—W b–[løŽÑf0 (š¤ÿ˜ÊŒ_wùÄ Lå]ÂÓ#ºJ’„|¢?p/`jÕfƒ4­ÖÊ Uî¹V€'^ö¹Ú¬ÜñH¡”e‡’Lv©Wž¿‹‘ãŠÞí>‰M†ôPCŒ[ôBòÍ;–?iëuþÄ<ôü©fíò§ø Ö×9õFŒ¡ÝÖ2Siíƒÿ˜Ê LÉ£âj<Þ³T޽£wІŠT›ª†!µKG+­váSŒ£z¾88íÛ½x!~`Äìú3ÙƒËü¢ˆía¶:=CËþî‘{>¹\§ºhƒ›=°vÒHúµ\ôëhè#ðÀ“åùt´Éï%· m¦í,Äèpé=‹`OCó8G AŸ{vø$…C›Ym6æ­æg¦Vj+B*-…Ê•¥óALú ä/]ƒ9“jCÂ…êçPq§>c¶ÊàkqßbûÌ2 €Ømº!´Y€˜G€È1@4 -ôZþee/Yç–éº)RgË<À"õŸýÞí¹ÀaÀ¢Íí±Û<ìÃFöË¥¸,Íi¸44oM†1tï´’œò¸åPVø×|MÐ# - :¹a†Ù×µ}î¿ 8À [3XÙo1†½Ê÷P„S ða1Uúº£Yñ[uý„ÄÚîòæºâ.Vå¾1šu™\K<>¶ -S´Õ­ šC¯Ú©U ãZéÝt°øú ’\G؆@”jïLü€ß«dÅ1È®×ÖÚ™ÐüW²À=fý»-8üZ¶åL-Df–ÿõ˜ÿq¬ÒÛ8¶f›8^´ÖqL¢bz÷uÉ»ÇCò‘ÁãxD~7ÚZx_ƒ‘_f8g§_ßýî¶¥ ?ƒÿum‹_×vXÌphÅ - ¢”î0‘VQ÷Ù*[²³ØR«2áÿسCwýâÙïâ¤!ËqœÐR&®˜]ž$¾¯.ÇLaçžÁJ3…Jµ›éB¨ ö{/cík0¿¾¾m%{;5´3ˆÙg¨Ë3VòÏO”Îc(:¹R”ãˆÎ›òäñ;¿W¯sg¬e°œ¼ÚÙ3ôÿEùúøƒøO'üe'[c'YrÇÞò¿ÕzÐ2å[†¯o;*|}ðå×}pük/K« ·¬I¨œçü)ÒJùK4¼ÖÝ÷±V÷àw^h½_çÖ|%©ü¤ß·nx#ê³ ‡MÈ¥ŸcX×k×ÀÃv°‚¢‹LOg_*ìOrŸ}ü2Tž_­ô2NLX‹“~íï“Yí²#økØ×3\û1a¾³©ÑïcZ¾©wU|ûÝköÁµ§=ÄO&7¹„·ÉÜ ydû ¼Å Z7¨êyÞ;ÝGÖé­‹æ/Ä SãOБã]XgÀ¶ñ'µ¬øs…üø3nd"ñJ¬«´7߈8í½JÛÅðYµ–Ùú.I ÎU :uwë‡Þûàcí÷ññ~"öcgàž÷É^žêéG®¡ÆÝù±;õŽÂ.¥šSÏçí«0ó¬k«x¶lßVζȬNñõ“[ %N…Å&)$œh Ðcn ?Fqª< ˆÚ/‘W¥Y(…Õ´äwü^<ˆyaâÂ{?ÂáNƲ{Îþž; ÖÆÍîn¬¹ßhü6 _N=(箫.Y½¶¡yy¥¥¥¸#Íš«ëy$ìÓñU²N“-p>!u×ü‹8½ëûÀL)d›€¤vJ@ºøH@”ø¼­Í÷´ùðÑpS{¦!O;µ -÷‰Ôk¸¥)ѽUÅÙÐiéÙuÝ9;T¢‡íåýÝéÛ¯û'KU>7‹$káYw(à ×åòÉ|€¸y§ÜÑÉ«ªq/Y—Øh²ª­¯ï‹‹Þ™aç_Hö½K@°*'`bkIn9¼&¹F³cïŠ#ȨqÍ¿ -òÓ¹#|¿¬øV5Ez«PÉ…•£Ón)H]™îçëÊnÇÈCk{‹gî–WgÛ´®¿ðUø­ÅÊ1˜Ëõ¹žKÚcŒ7…ûæ—aò̵k¤ÊlAo›×fãm<êOH—B¿ªá§{ç #BÕ«þHEeF1‰òRA´š´·F}e_2ÉãîºÜ8»ªo†[WüÛÆ«Éë¾>Ü„Z{³Á íYz›AÖ“¥~A»ý˜\¤ë_$¹ÆËH ªxy-·¹“w§’Ë}ÁG-úŠ‘üć[Ùä ®¥?{fpøÔÈT3Å‚Rh¤õýB,b;v›'³|ßMŠ“íREÙ{+¹ÃQÛͳ.hl%Ÿ¥¨}H»gù#~zTYT=§/‚ñj=6æž´½Õ ix«©…¸_Üþâë,Ÿ¾.cóû èîÜ[‡”45V—ÔŠiË8—†æ­ÕXë¯Eh4€½+3úíU‚·BoR•;a»½‘±..EûÁHê§£™øÑx^B+QMm¿¦ -v&ä’fWYͪõת`2y.x¨P¶~ÉÕ@}Y‹X—¿ï—Þ÷/Ü¿HrîðüfÅáÅ;çBõ¶’É=pŵ…È7æÄ0ï¡!muVzªú+ç;vÝñø!”¥z”â®UÓ¦Zs•egMMØþêd­Ç«by³.޹*õëféx‰¶¬wJþþœ„|«§æ8?)µ9”Ôhö•j¬|tÜ Ÿl­d{ßý…?mD,£ßÜ=\ßJg œxb•#{lô¡¦’ä\¶ÇÛ}5€Ïr¸})i¥‰˜û,àÕy—{ðl.oØ¥›åûuáDð^ËŸð-)b¸+‹ºoîÙ±8³=M}0 -ôHâDÖi­ø˜ÒÃëV¥s\Ñ¡sòÌÿÂûâþß§ Ž8M —<ôØV¯…ýù2œIf3T8}ŸÛŒ0öïZAÜ®_wcÓ§z7q\=¿VóW5ªƒ Â{÷Y• ì^›}™EŒí}Š$Ð3È<­Mfz„ŒÅqágc‘¿•ãù¼A—çE¿0š1¨µ›1݉=cFöã‹û/ĦÞÇÖèx뀦~10X9q|O2^0ÏiC|9Vè–AîZ…ËRî5 -• R±×…éÖj æ×˜q]»RbÜ®3@yÕ¦¡ü¤·˜Ì™ñü|]ÑóRM[Ïìûë0«¶‹—)¿¡^/:"“ö Õ§Bà#Q!¨[“6Ýõ¿È2‹oáþÅ›½pWïlONÆé†5›f9˜ =þ_/¨}}4Ãå*°RJÒûõ)HO‚sYy¼¿z¿9lOƒŒz r¥¹E|ÝÑÙµë¢S·©÷§ ÑšLV¯§Â>$SÝC׿‡Š?ÆIn¤˜îh`£ÂH-Ì‘ÚÞy£deÞ¿pÿ"|®¼ÓqæµïmŒ3}q²Ùò(-Z²–¦ó¥Z§“m°¬ ›RŸ‹“zEZ1UÏX -¯ÃÉ×kÀ|‚þ‡'gh¾ðª…©ûÞ”'k±ß¤6| ï…Ñ(qšôˆ¬Å¡¾ÚhÃq;ÉZŸ4eüC"ñµ9°T‰%‘­“S¼‘æ¾é~qû‹`µÏî²_=Ù9`aœxô¢[§(ÿ1•÷nœÊø"F%¨PëÒ,^ ©vøùn£a±Êøú ÝN4·A1ÕÛH~ÒùL‹ã}=ªH]na‚ÂÉ©&LÈX'p?(Ϧ6ÁÚÿ®÷\P•]Öµ *ŠdTÉÁ€˜0'Ôóÿ°ßw®ž{íýý×cÛ=šâ‰Uw—ÅêÁ4”~ƒ>Àu‘i8µ)£Üç» »„ÙaßÝò·ùÅyÚOÖÉd]×Å~wé‹e8{Ù°–¬îžbz`v‚M$Pf´1n*£«!»ÊkR]Êì2:H¢Û¸ FœöâMüšïû5ºÄæ;»ZÖckuj… -Á¨ÂÒ‡õ@¡µáÒ¡‘z#¦ÎÙ2<¢°N§ ÿPF63h[ê|òv8ñ^¼Ù‘ùÂ*Þh­ùoÒ÷,#ÙèИ7œ›( A÷1íPi£[ UÚÁMyvfÒj3ÙöÁûÄ_õÁƒ£¢À² vEe^a’)Ù uºˆQ£Ö¥°lg"ï‹¥IÞ#bI:BtýI -éWˆôÚäˆt{w‰tÞ[eP7DjÖ8V/Óí&PŠïĽêÆêŸô™®á‚©öÚQÔÄ1ÞŸÇŸr–› si±}ï9=Ê{ÉÙ›³QìT}lí¨FÛ¶¶ˆÎÈ¥´ý€ˆ±†J6T /¶u¯óã–½¿L[¤¦]›i•„›žuáwœ3áy;pˆÜì?,[ËÓaö‰¬c¸*g¿5ƒ wÆÐîÌÆdX6~@¹ân‚Cô ¶šËCô£´ùQµþÁÅg¿Žm—D÷lÀ·'层à zÒrKBÐ|Iã¸ÙÙ‡& ¾RxF • W.„¸Ðˆ°©ÙàÌ®¾bŠå°.næl½Š¿µÚfÿ4j²°Öÿ° 7§ó4¢£k Ü'7מçÎVÑ­mµËô*‹8ÔE}Áò\AÎá“¶¨\.Ê¡‡ÖäÚb€Ý¹Ù#áÂØÌ¥* h úa¿¾^®åz­³k»+1«©–•Ô`â‘B‡´_…Ίª^r”RŸã¢b¯ Bb=ºBæ—rÙ£¼Q™> Õ?ÌfDáñ†Òû‘z—Òøa³•ùi2²ýÕÿ%*!FÓû„;R±ïÒæá±ÖäïÛÊÃŽåWœ¾Ë]¨^.;)Íì¤W*¼òr1 -zöX¤Ý -”Fà­dåB:ù}¢Œó­Vs››È…Zî4Ýôs'ù#çNì}ø‡iÙ«¿ƒÌÑù8¾Mü#*iø7S™x‰…öh';ÅÈÜ&IµÚ6P®Yè¢zýbœ«„tIJó6¾*ìÎÑ2wiŽ79l²ºw¬\ÈEÈäÚÈÇHÈgqPàúPÅa J >Ã#¨ò1ýªr¡ªªŽ2ÌÍ? Bç]'Þæ -/Ñ–×òºÔòÄý>f×—ˆgî\Hqh6ÛWÂ*7ûÍ9P;Tv÷*Yf.¥ùqºk^!‹Äs&/,ºä®3ìõ®>ê,d—?ï[]‘9€î @ëÏ=@O< Cèi}ЛtÐÛEöÞNëô=§üÁ3wΊDè™Å/(wßÿŠÊƒÛ¥göÇú°ƒcK–´<Þ¾nõf?‹µCŒ~*Þ{x/ñðçRyx’Ã`P'%è¨pV¾ Î_38/€©?ÊÓè´¿z2qÆ^sn@§ 5€øM nÜ} k CÁ… èöŒ“Þ“Ö9«óAu%‡µÇo¾Ö1ßã)ôÕŠžt¬Y¬K™wQ;ra±ÒiÍ_Eq•¿åO~BI® @;¯ý?æu*éçÿTp¿hÿ£Ú"™]èÁ:Ø$³ §Ëÿɰ5Ç¿Õòá·Ìnü‡4íÖ¾ŠbQýBù~ù}ÅhßÔÕ¯ÀHÆíW`$*_%´¦ýB÷›*}+#|Æ‹ûÕAç_tý›mû«„.¯©_Ì^0qšK™V}~$µýœB»ÞsZëëÏ^rŠž½=uúG—ÍÅǃ;·o¿™¬ÿ i:33ÅÏ0M;wñ{•Î'3 ‹Œ2ÌýÌÆÖ&Ãì‘ÙØø&ÚN¾ù«æ›,dÐG_%ÔN}ðLáyÓeú³v¨iS+oXáƒï™¡[ÂŒà%åõ?¤Ÿ§¤¾"P¿š¨ñÊMt'U>ó“ïŠ;óÎ˰‹•n$²Þñ·mZ­]œ½¬€5žÆ`^—å¦R¤ÉYìr±hpng~€·ü¼¥o¥Ù¹ýÏP°¦7ŽšO‰X܆^uñé]Êb±îÑéúóö}ä-¹¢ë•—GÛ]3SÓ•>¦ñ‡`ôlÌ—Žþ–#íœÂ6 -ûÅþAQ½]kp®éu`Ç\iGCrrXÀÕIæÃÌÂËÍ0Æ+OíͲ¦õ5zû3|è7„Ÿò ȳâ/ -´áÇJèÅ­híUŒ×Õ>úe'¡¯Œ}d›ªD¢k]ÖµŒwÓ¶°°dýâüm^9”²¾êwfã0O…ª6ØoËwvwÉ<ìdRØ/=sŸ³s_[ÉsI“ g¼Õ ÿ /s»sî^¹Ó»鳒}V }wþ¨ê† 6ƒxù91K(8Às£:gÂ÷ÆSüe±Ý];Y8-ÍL¬[¿~szËÔˤ‡Ý¼$BÕÈ5%xÒŸHí ˆZ´.ØA_/“û¡&ù‰uÛáX™‹Ûqƒ;¦£ñŠoZâ¨N’¡­¢#/ü"PnMÍû÷´Pœ^¨÷Ì<Ô †±¥ -ÜhÅ«¾%mw~!Ãæ”Ñ,(º=ÑM¨¼i}j>յуVÇI6ÿïú¿µuß5hiTÇ»Á¼9nlÖøè ߺ?à¨uÈ Ô³†ŽUô"d×6£•Bì_7ù©Yu™¾¶ùá{–XÃ+N¿†!ññþ.ÆØâœ®œä¨6¬ pZ\=úÃń޲ÓWÛF²UÉ÷.-¯Ž¦}û -,ÆfzéxF>ØFú înµZ¿|ísæ w@='—¢Š5ï5åv.¶«QòóÎôe†*Ã0ð¬a¯û^Jóq‘Š¥uE\†ûйjˆ•º~|áÿáQç¦á©˜ßz;3.Û«ÈÀ´èP5å9aDýpfÙ¨·¥Ìº3ýŽå¦b°û’¥‹sw6N¶Ðj¤·–ûPÅ’áU!ì)û9<7üíò°çS i°˜ÄÍÌžƒSQ¬ .Æ`SEfƒš¢õð)òǪÁðGTÐ3œÂ ×à ÿ׫õý[ÒaÓ 2s.O;^ç}q¶teú^Xý@8h˜;ž°UëYe)3‡Pâ¤\Ê&Z=U‚ѤðŽ”GMÝÊ~P; ÙF|•øŠ™ŠbAÊ 6¸:¨­­– ·ô(ÀɃçõVuÌ] Öç°ût׿»m O¾/TŸü„£>´ü „ßw:}ï—'Øô÷Iàú¿IßËÝžü#*ç›ίU†¸}S«Yôj†D ›,Ù§íº«ÑèÜî:*Afr0âVÂuLDqßu¸ MtÿâuûVâL}Wãp4‡õ»ÑËüœ¾Ìv:®Ó›Î«ËÉiw±ª¶3|”°W(Ûn¯ÐÚù=v|û/œß^;LN¬ûÑΉ¯š1K¼ƒ1ïÁS•´<ïU6ŠåYS¯Q«îX³]Yµ•†!¿y0¥ÚB”4'ó“…}TÝótuåð£ôd_ÙžÂv–H¥7«ô^AV™.¿Ÿ‹Ý’V¶:âEXvªæãÁÈO«ÉlIsÈl©ŠÝ©:œÿ…û‡sÁg;‹”¾ -É µv—lƒ™~.ì(¨BŠà¶ëCÊÌËQIÞih|”J½‹„ 0Ëœ6œß=W\Ïó³Aã¢Ç¼Q.ìúOrrb»JùÞË»w·œ_;Õ×´Îlƒ;‘E¯<ÌÑûÄÖéñœS§³r¡&&Z§&VU N×E· ¼÷…ó‡c,7ç[7Âx.½U¬);5_ɹ’ƒG*3‰£ ¬5›`é«'“eTñgeVοϪ$6Us0Ó€¿à£¨ŸB× Ûë‡îr|»t D{2•X [s¶J9¥Œâ‡¥ÐÓpLÞ&·)icÒ‰$*ñt_IãÌšÄ%‰elÿá GÕŦt§K8±½9eíP¨óº7V­¡õz:z=TÊ#«:Ï)KË…èÀHR>”{”Ñ…¶–z%ð3vj_ã°+ô¶S[ŸO´öÜ(ãÆ|È;)WHÒ÷"‹nº„Ÿã¯å‚I&ü3¦Ëø´ôðð£kY”¾°þöÍw!Z­iÔ¦ŒÌSšuáŠH‘h¸ØbQY(`‹ÞÁxs:ÂJõØÀJ…éä;b¾b¹’›.ð“NûqÍ÷UA·;ŽÆ&.…1†í›2Ǩy†â\¶^ÎÇ´ÉÛvžé¿?ÇËÑú¸»U­Nc; h£BGä“:¬‰àfðYjÜñ¾Ÿäq°[«cËœJbÂü,`e¾k¢ëÒ)F×å(‡JS™F!ü¢´·ûtò¶a£ýaÆÑrÙ”sóÙµga¥Z =ímº¶/î'†Ø;H£û†"†•‹Wâï>rïr?ÑÑ^ìŽz]ëHÌQi4v°,Ò¯·²UIôVÏ/ró 6ˆwgtS}¾Ðá.›Þ5Õk£µĶ“¦¥µÕs=jÃÆåë>ŽhîGB¤8Bòç¿°Š-+^\ååtnÛ‹ ¶Å²ˆÏ5×qhͪKßóË¡à™{>.ذ*^51ÓÎ~²ª2'ûŠÒVgߣ¨§+’€Ùãü4±ª½óѺ¿ŽÚ£ënÛnÚår"Ù1’®H;hdþXÖ¬”ÖµG…-«¿·ðqŒ4M‘oRlMnRxñ¿°Wºñ?%Obn½ò›Ö vÜáqn–{[C'sE…Ng€ºË:+<‘7ƒ^¯‡lU¾7Û”Ìíße‚C^~”t79s탽“£më­›5÷ZÄs·h>ýò¾éu„g†[¥Éäh ~Ï·¸ûjÚp.¸óš_kôÝ|·¶*B=ZÝùð·ùÅâ&KÛY>lí9½í<´oo휓D“Ægæ¨ï”“¥Ý½ÔᙡÝè&ž£üÆãŒÉèkD•_ýŠÊÂÓIFìÐt9†Ù<Šãûá#ÅÛ}p¡€òW7xJÞj'_ÕÏڿ³òú7õÿ¿2í¯ž<ífð³~ê8Ô·—¿Ýªê™¹YeŸáúÕÁ»•çG¾J(ÿ*¡÷ÁIàî•ÉXºmPK½ÕlK¿&d`]Õt•ÙàŸæ—cÈ|þ‹žk/È\LÏf1ªœîR“>‘;S9¦êÅÉbúÊôèßðÿ…4=¦ý4õ}2³E2˜Ä·³÷º½¯føªàôW÷óÁõ±€¤×½¢3…kB •+ì‘ðEû0èùÂ2äÙ, ºg,R¹Ó]°3/xmd6 Cýè×îá3ºÍ½sn½_`ôm_t–•dð†È “ÁnÓ›¿êhÞïj‹ñèÛ„Ô_¤/¾ØK_pŒ¥©Þ†².K2C_X6W%røM\¶žn7½Ç myUÈölæÒãÉ)~ÇT*GfW-¦pµšE¯y½ÚØs×*²/ZM<<›ônÃ4{»á‡· +޶pdÚ½œDë‹ _Öf}Q^ÝÇtå §f­gk¸³ü8 ó‡ô]ëuÓ¬‹ð¯žœ‡ñô= ÙôÝ{+éëÏÉi7™^hd…Çtprù±î‹F'•Å,ÙÕNÑe;B£Ç¶™»»ëK|«¬ÍI^Ýoº¢È¿ŠB6Ç⎌–ÓëÕ[²»Ñ>Ѝ¸X&>ßÞbvÞàœÞìgÞ÷ÿ‰ô½þÚÚLúarýô£µøô3ÔÇrµS¯ãÇF:¹âž?°—~¶ó'ÕuCÛŽù–·A»D´&l!YyÅÉ5Ûãgœ›y¹%ט—–à3s.̹Uªer1T î|÷¤Å¹êMôÙ±ršÎ´-{šfÇn1tÚm"H-™˜'žÝ‹?e -¬ß{?zÈŒ* _e™{ýH~ˆ÷gÿzj|ˆ«Î\˜ã§8Óõp‡mtÙ_“ñM‹Yðà.‹ŸÛ"ªÖßÛ…ìAçù¾‚¦ó¦Lf>ÿLôJÓ+݃¦VYk…¡‡nmÞ ^ÎytÞ¹q„]ßïçg‰_Ø÷A¯tžanõ~â…ZñNýd8Yܾʲô”­rW"hðžÂ‚ƒ„Ý ÞW¯`1©­™Üú1­¸ôØHbzê|ÿàœÙd=˜O­»º ½’v -Þ’qº·ðãÏÉiÁï§›Š·ìlêÞ úAݵZ¤Ý!ŒñÎNçÔÐQ;kÏ>Ì¡­­qóœeHfÞæ}Î$‹]ÑxÆèÀð: ÿ‡o/*)H¼Æg/ôbkÓÙéâÝØïlŽÑ§Jn¹dÒÆ.ß;ÓÛ+þ>ÅŒá¦FoO¿Øco°LwxIÎnÍLŸŽúûÈE[¯4kÖEn·,³Î“æ}ïëEw-i1Š?ào£ ÞÆà/`Œ®†tWu°;-üÞ†&Nΰ¸Õ—ÕÆ˜]šRÔˆ -E\ðD¥®¹u¤äÚÇ0·Ûtic™aõ`>òõ«Iñõô4^%:ot¤nÙ ¥1aÕq{R ·]÷_’^êâ¦&Ú£…V¥Š±L›£}¾Ò5ylø õTªIêñUñÊI¢yN“œ¼ßÒ–xM³™¼*Vöt”…ÍùÄôsS:ß,`ÇÜíàìSè*þê&ë‡F'%¢É¬ÓÝN -³þIÀþM/-ÇoMª­º™Cc¥¾nëû75#?j^$íT'x4UÛOê¢X̵.?f|Ovû±ò…,SOSúÃcÈœ´ÓŒ*’Ö‡“×SÈ–2¾íÌ/ê™z® Ê»;íÔ´Ïîªk>Gßµotç9M>KG[=¼™µìx¬^2Úß½Ó¨E…wõôJí^JÊ-_l(ãò³4`eZ -GÃw †Ý‘r”fçrUê«®âuEŒ%YŒößjó¿Í/nˆ«ŒŽBPÖ¶w–SW%XDÍqÔ9Çæ×NÉÎÌ·ƒ˜AÃL{i仯su¼sc¤aEO=òså&^V -±½ïåg?=ÿ€2糩ZÊ »[ -’æ„Ü–úϸ'fs^Ëì ¤§½@>SvÝ-¨9Isiø…ô‡Ë£<ÑÐ-§o|—ÅÕØ”hyÅþ€YDµÄ|1•}Ð~XT ­,bºHzãDV¥VtåoÙ›ÉÁ0ô¨Å0wi¯$ÇâÒ¥®bù;ëÐ*jù,¨ü‰àr[äµáÈú¹srYsXYú· Bôo—˜á-g_Þ¤?œ_¡eìa4Ö³29^6ÚúpöÄ\6ìÏÖ„§ðzÕz°Àݘå}Õ>ÀZ]›3£¶ð+Ç>ªr'Ò¢õ²Å¸¶ ›’»’œ²`n|䵨zðˆ¸ËsÆöYëßaïÛG…gÓöjÂ2v=ê…iüî…/ï…ola(!ý"‹,¾Í9‡¹ÖîâÝŒÔï–%gL~ƃƒt[ ™ÁètŸ”Rå­)}»6šÈ\y„VîCiñlŽÄj-2„$è:¼N‚!g"稗۰OîoÖGrïÞÇD*½)®¶{ywÙërŸÜ¨³Â´#‚ÕG§²| ±8å3܇_ˆ8 ËÞ>*g3^ÝkÚyyÚ¼?ôæT¶'cè¨nôWÛ‡¶«¶£3ÃTTÂ…9¸Ý™!X5¢ÄTaÏ[:ß¶ËfÿìÖ³ÞtÝ[w ìÐåùaÚ‰W~±S…˜Ùdÿ˜zS•éäôþ>½‰M.t7é&ÑìÓ#Ë~!Ñ#e4øÅ±B¹îæe¬åޝèsRc•{¹‚7B–ŒMîtxR¾1R8_T²v/ÈïÓrð†×}>›ÉÂ;‰<* £¾ëÝ&l÷¼n4¬…÷Y1ÛÎ1aêÖåFÒRŽnú|šT$ÕÞÕ$òª†‰ŸÐ#‰Ÿ[ _o»¤UiK_ˆ_ ~ñî“ÉÄ[Ï¢¹NÅÉÌGX5ˆW3Ñ=~v]«Ã™--­§z§½ƒ¾´÷Û- qS¡xÐîð†³åûÏ› °½ÊsÒ]ÒC»#%Å€>T§sê šÙèS(ãœIkºy“„Ò¬φ‰™[*´®Zøm$xpÏUñ <ØÛKQ±ã‡Qg¸šô!Mʰ3’Dä˜ðLçH0øå…¿Ÿí2zNï‰ÏW=›ïèì^0Ž/—0ðe‘xºò_p¸Ú÷±}Ä´‡¶3w”‹F8«ù h«ØÏú™3¢cŒ®þ9/œáI¬/““0©_?? þ˹b,{³º?`wÕn zvLЧü@£ðvjéaê㟋ŸýÒú"ÁóûÏ[xbã™M+XgË1*rBŒŠ|lo&Þ–¡Ûþ¦²ýah6“£#?pfx·‚ÕžŸx­Ýul3²8YûwZ}N ò°<šßùÞÙôß½,:Éñc°·„ÆpWŠi¢Óèƒ=z†ùx‘2Xï#± øbŠ•éæDWvA%ÆÉ¡ÕϧÑÞÎt[é?Õv£èFíúkœCÆèEš‹R·u"¯?¬–‡r¸0Wo:‹ó®¿,ãºÕ;´äI-¨õT¿dÁÙ)–”/ŽSÛÞÀ_í»µþõÕÅ\™A¡îåI2ü°Käs°€-½»‚®§ÇI{½¶Êä£vãÃì‘ÃfùB4¥VAPÃ[ç8'¶ 1š¶Œ®óú›7§ÐjÚ¥ïÒêËÄ8‡sá š÷½#=õªYµL^£Gš>ϳ -; A»{ú…²x`t/7§õÆ‘¢ÆÒ‡ìj™(4™ì^°øèæ˜ï¶GæQ@ôq,·.ç£Ñ2ÍJÐÂñÁ¦y¬oMǃ MŠñ8½‚}Ø·V.Üõ[ãµÆʼnFoW¿ø}EDíÅa6ËÍùOæ\‘™×¦/S;hv<£z¡µÑãðá†+{Òæ»´Ðƒòì‰z|ÀllŽAÞUfƳ=^:d²1¡–µ×‘æ³lÒMzèspl¸;Î[p®ÕˮҘe!@ÄÞi=ÚsP]?;µÕe<©IJçX«>÷eh+$ö­?̽Òsư·ôGÛaì•bdhÛ×[nYSs憵*Ýær~þ€â¯dm¬Q˜9zM?_uáÞª¹„ó’|lp;çYá¨P¯èûZmx}¡µšÝîBjÊKì/Œê±[YT‘ùàT¹I®‚d»lßÖR)¥¬U™ºYüR&[A½äõºÐfù!¸ äx½ñ&–·µC<P -ø£4·³”åSú‰ô6„_¤É[û†W^ïMëQˆƒG¨¹¾©üµ³Ên/—õX™Î»RÀ ×R·4ÏgÒ¡Zì×(4‰^a5±F…êíæ·#ö¯Ÿö…ܸFá¹f”×sM÷¼ÏC 7Zz¥?„bÒØÿŠÊ. Î÷? 9K ‹G)n1e`ŠûN¿TÀ™;Û,ò¸µ'ä|ÏB3¬5×,?Gs\j.w8w€átÆÆO}ò« Ãk†KÀL3Ãýj°¢00©}¿ë¿ ë †Ã*€5 ÀÀy@Ÿo@S°þ‹_QÙÃÐÆÅZÔ³ƒRïTg*«>Mñ„9⯨Ü9yÇ9ÛÍrèø,]²U̺¶[áažVqÑ Çù|Øî¸1xx·|ÃE~Ù`€ ë@@Ý.@ / °é p>ûQâqDq¶ˆ’[Éî—ˆ uê>BMÿˆÊÉnºuBáßLå¸b»HC©f«Ü(½[Œþ<ÕåüeU¹§À´T'¿÷Õ좭Å Æw –ÅoV'ñDt€lØ>@rÐ íà Z¨ü‰(Ö×JéÅ¥Ö€ O F« @G[€ÒØ@‰y&ÌþÂñ9èflÞµdì…Åp» Íw)±§Òe†fä{ KĨÔòIZßVÔcå‘y›ÅèÍò•óþÕ“ÃÈÙÜÈëÁ¨ê;üoýö”tKÈ´VBúp¿ê(†Ã+7€w›£5e€Ü#€½`$Î0hÿâQÙGk¥ÌÓð\\Æìp:ãéÔWI\v¨Fëe– õíáý¨<¥Ï¡Xi”V?`I”Ìœ”Ôšÿ¿õä?ñv_=þ«ÚšÀ\§ø÷d*ÐÁßê»§'ÐÁÝÐ!Øï“Ʋ´CÚÿ<+m~ùÅ„ÚM/CüÝ4탯f|•Ðoª¥ûUBËßÊãoe„Ó¿¡i_”ÿ“h{üý$øjëÉ_­¯¨R&¶¯Ï¸|=óÊ"ÿàGèQÔú·ÏãûàÖeØÿW¡Û†œÿð™Ö§ÿ£-NÉoRð¯:Ú5~•ÐìÚ½ñW }}sBûÕÔ/¸í”‰öÌó#¼¸goHϼ\=õæ$ë<¸½<Šc}q[þú^1üäVsœÿÉ_mÖ.ÇÞ¢ûUG ˜ža½¸ Ñaõÿ*4ðOµeÚžAü*¡:úUÄ¿òòà«„ž¿:x“2 ÷öÌKÖçÁí–å{ ào]ý†Ý6h޾ oп¬jÚ^aŸ]Žîä‚̺öÙûÁé>¢ÿä¯>Ò#s ¡ÃG{°‡i›Õ½«éò–ìü“Äú?Èüäoó5Ë€gÚ©W3È_k™ñ]ò«ƒ/Íç´¸Ëç Æ·áÅ>^Õ‡÷¸ho8_z‹ÒÙÌ'µÓOš'§tÇŽ©t!>”v5íÿª£GaÏ]Ã$&îZ2Hao·épñ®6[Þ¶ ÇÕ·p¼d6Gñ=ØèÕ·´A¶gq}QÖƒ?¤iæ-dvJ_3PµïLýŽ~í;úÌœQn›–?¾ nž±9;=¦"> -•zö²_ üs_4ùO2x…ÝðM·I¨náZßè%´µ¾H¾6!©»º«“ÁŠ<®ô8´1s›Þ~ÀåÇ©——½‹,óÁˆŒ]žˆø…ÿ!}‘Ófšùjú‚Zúâ8}?xêW/Ì}°¯Ó§{¢Ÿá›Ûs§³œ nOcWóîž¾Ÿ®E–ëåÚ¬¬7«»¼Þ¯Èýúû­åmù1–érŠs˼s)EÜ+ó?Š!Œ-Ä<ÇÎ7ü|<—ËD4K†ÁuÖ,@¥©îÒi›nÕCó ÕCÜÈÕ~ñ=ùe_àô=âi÷Πè:mÞ«f©y6‘eyÏ¥Ýðé47Çl«Zãe‡‹Ó»9Œ’¯/Ù q#~—L£’z_.Äô³o¥âq®@ðm¶·±Ì·œIœžb³6ˆ ^o•~Hpª›îR?üÒ·¡Qéû¼¤q³Gœí—U<†Ë(=ôG»ã¾W²s;z_«Ç¾TsCŠˆMž[Ôr¼<‡ay2Ó|Ç›^ª‹ù³6«Ð~nv!¹LÏ_Iïsmþ”hý¼×©{‹ƒ{ÅMÒwc‹™¸•ç:vd±›Ý‹=RìšÝÌÜ1ëxÛ–®ˆÕF†­_¤ï÷ŽIó=?d9‚Щ‘(òÜê»ÝucL?ûøƒ]^‘= ùhàÓ+\`C( ƒ QÕÀÃÝÐg?ÔÔ‹d>öJ{~ë®\óäVßæÍÙ†‹·Óȯ -ö~_¨Û­Vµ&ËZ(MË…çÆã½|4 ×'AÄ`“®€`àoÿá«}g>ÌuÉã|l‰š>Ú§ü®®zók­7û…‰÷Ú±Ê!­MP^·zžð¶Dw˜·FŽÚt-û0 |É­Öy~Z[Xñ”˜·øu6IxÏ]+ÿ LT&ïãùÖéëNò¹ºªsä(Ô–Aå®Ur&4r 1®øh;Øhçëè/RÖ“ç§u÷›Ðg¶øöŠÿjµÑ¼äæG>>Mm½šyJAÏCAo•›N½)[{å ›ÝdÓß#sŽÁlsÁdÚ“Þ¡±Ö qÔ¹p×bVzkb!,7®9–+ez”È}i4ª_õ¨É¹~Ÿ‘ª˜ œP°Cóã^-Ù[ð¿¢òº{¸RKhukÎ'—#8¥nÎ%(V¯Ú{çí´¬[¸¨á†¿dz“é†õÅžé¥cü€šh0îxsïMDz3\Ž’—ºﬞró§ªÏïåZ*ÖsÅ‘òò9»igøjF§aÇ +C[Ò4™‘ÿ€Yø/®çà98¬n­âäôãÁtE/´Û™¦…¤ôúÍ«¾Ç;ûtš¼ÌG:¬À³†è–QÕ•ß×wÎp4.šcõ$š†ÚÞ:žrU3?ıüÐî{™º|n×Õ~ÀaçÉV¥c¢ûIy1ê3†XZžwƒ•èÕ]ËТ„-—Ãÿpqj¹á^ñ8iýA~Y{̘9ïÚát|©z`ôpZ º6Ÿ*”íÉFn ƒz9Lêcåe£–Ju•[µÀ+Deš>‡Ax2‡]ð¥YTXH`¹´£5uË5>¬’ 4€š§– õ¿¿ë?vá5wzóÜdʵ@nbäÄÎQNI4d ¯ª.ü#*g'ðërG endstream endobj 39 0 obj <>stream -%AI12_CompressedDataxœì½ër$¹•&øþ±?ÚLë :à€®3/Ý5-©dª’F=Ú±4VfTGL²šÉ”Zz™y˜}±ý¾ÀÃÁKeªW²Nº”EFø ÀÁ9ß¹ÿÃÿõ«¯^¾½ûfÿjØö›îþáì~õpwÿ³|ºùâææÃû‡{~ô“_ÿtc¶ÇI§_Ä×ùÄßîïß_ßÝþlcíÖÈ——¼ú'ÿ²ÿãõ-nrõnÿð—Ÿn~òS|óõõÃÍßýæö›ýíÕííÃ+ûÓòHÜãüêßÚqÛ‡­‰3þÌE~}uûÇ«÷ï¯ÿ‚/Í8ÄŸíî>ܾ½¾ýnw÷ïø°ß¼Ìÿ{eøÿ|ýëýûêŒmßÛÉNc '¯þ”¿Ìäc=ï°ø7;¿{óáÝþöáW÷woöïߟÝÝÜÝ¿ÿÙæìÏW·›_\}‡o®6ÿº¿¹¹ûÓfwsõæ‹K.ïnpêÅÍþ»«Û‡/ÞÜݾ_|ûËýþíþmóœÓ/üëËë›=fòÝÕÃÆ œ×Ó/Œ}½ûp}óö—Þ}³Çã…ùñðZ^ê7ïñ6x1þÎÃë/Þᓯö˜<ƒSsö‹ý—åH05ùøÉï…IÞã÷Øßþ¯Ÿæ;ßßýÀOÞçYî1[i–ùí×ûw?Ü`ÑdŽm¿ÅôÉ¿‡_óy‹œóÊú‰_¹¾ß؉¿ÊròœÃ<ƒpöúÙæ—w·û4§÷_¥Õw¼PþMßüúÃÍþþ7·×œB™‹)ÍÅ/îÞîoòGrýåÍ•Læðo:áë«ûïö š»›Ḇ<sýó«?ï¹äFÖ ¼Þí¿»¾Åsn𺯯¿}ýÇ´^÷ð3ÒiÓë/Øß~}÷[Ê+Òt[Ýä¦8Ø|ˆ˜€í´±Æcö‡€¢¼Ö`#ÿž_ÕÌÿöùù§7ûû[L{y‡¿ö/nß¾ÎÛ|ÿvùP/å#ËÐØ¯@u_Þ_c’~öÊÆ/bÆDÿtýö@ÁnbúG¶ÅœóǘÉöØÏýd’Ÿ0³Ïù$ÍHâ)ëj_Ÿýb±Wúí/¾ÂX0ô³»w¤Kn]YylŸ›»ïÒwóïò .ÿðC÷ûn˜NþíÃÝÃþ=îu³ßLãÉw÷WÜoŒ'§o¯÷÷øæýÉé=¾>9{³{}ssurqõæÃÃþä—Øàû“/ËiÝÉoæ+®Ò)Wr·“«7×÷Ø2ßÞìÿýäêpNºþJnþ¦Ü|/Wv'ûté~qé~¾ô:Ýþ:s½8çz>çVnßÜ¥sïÒ¹w‹sïæsïÒ«|H§~H§~8œÚ|˜Ï}{õÝwûû“·xÁýþä æûä=¨ü†£x¿ÃMyò͇››ýÃÉW÷œ¾?ùŽÜêöí77˜¥{,¯Ø¿=ys÷ßA~ß?œ@n½Ý“}¤w˜·½½{x»ÿöäôâäË÷7Wï¿ïæ~€¼{w}ûápRùïŸ÷·'ï>Ôwê¼òß»û·ßîq«ëÛ=wõþ͇þQN¸Âçùéÿöaÿžƒ|{÷§Û“ý¿¿¹¹z'¿‚º®ß\Ýà‚ùªoÁß®oõk|Ñp³wûíÃá¯4P×?päï¸z³?9M‹qš‰-ÿçâäŽ4rû¯t²'ÿBÆËMËéžò×áóôáÛë?^“@æI›çü_çß¾½¿J+zñáþNÞTvÊüÞò—Ü®;ùöÎä'Ÿü€çܽ%ÈZöÙ7Wï÷ó Ê8õáû»ïA"ÝÉé‚D/¿Ÿ&ʸ˜_î"MÍéó/–äúÅ|Òé¤/ÓI_.îWÆýe:ã7éŒß,oó›ôÕ[®`ÍÉâê´ï®ÞÜ“Þ! å´«7²!Ò–N;º;ùþÃíwW÷ÞÝ\}xÀ>kþÃÉ›+\×}}!¼Ùÿ÷×_¿‡H=HÒ!‰®‹Û7wDF?Û¼^ÂŽ5ùýÉê˓ՙIT|ý?ÓMÁË-7_ߨýçöÝïÍhòvhN0-ûûpuƒ?Æ“ëÛo±-þ¼Ølœ -9¼hóÌ?: ÷öüÃõÕÍÛëo¿=Á˜Þ \<ùáþîí‡7à׸ãyn§“/ßá]7 Ý ÷ÏÆLáäê\ðïù-¦xr¾¿v³Æe¢ÅfûËþö»ýƺž'߀Œ_õçwßÜݼ>Iÿ]Üg$€éýÖ†’£ûå€ã_Ý|ÀWÿt÷á‡/n¿½ë~’ÐôoÁʰ{ÿ²»ùò›ÿ?ŒyõæûïöÙ_¿ùþvbÞì@ø|>w{uýÃO½-DÙý~“¾Ä•ògùïÓWŸï¿Î<\ž>ýçÿÇ{òöÕÿÄzøË;Ìõ ¾Mg?}×_Ý\Ý^ÝoäórÓå­6_p _ýááú›wWxNâ5û‡ß=ãæ?P,ü± {ý ÇNX|õôƒ~~]߀Ÿ½â"½#‚,ç§.”¥-èñ[õ‡ýÛïë›§O?Åí…`¯ß¿›/_~ò+n¨77û¯þ ¡ùŒÕüê ÁÒýfwÿáý÷›¯ïîoõÕû¿à-¸¾}¿¿©ˆ%_&Wñ¢¿¡ýJ.¸ýò¿|ßzÜ/>O4Ÿ…"]÷7ü¼ùšÖ³H^‡O:»Œìwý¦õ°Éß{½o>syýË–c‹zû~~Ô)¡=X6¤°b‘?kI§?›,6 ØÖG˜Ù£ç|õ§+pŒŸ_óèÓ8Ý·ØZ_}¸~ØÏ7ç«SÁùnÿ~ÿð—°wá傯æûzQòîÕ«G¡í7»ÛÅ÷ÿDa ó³ÍO¾¼¿ÂÿqóOû›o~Ú­ÿ„|õ›Ý[èQÿµëý<ÆöÑ-~ýo¸ÿn·;Ûï.v—gý™9³gÙ;ógãY8‹gÓÙéÙÙÙùÙÅÙåynÎíùpîÎýùxÎãùt~z¾;?;??¿8¿¼è/Ì…½º wá/Æ‹påþ8ûù‡{úè¿þ·®ïÌæ^ïî9QÃ#‡{ùÑ©Vó+ƒ‹.ú8ÆcœâiÜųx/âåÔOPÏ'7ùiœÂDåûtÚMgÓùt1]žö§æÔž§îÔŸŽ§á4žN§§§»Ó³îôüôâôr×ïÌÎî†Ûùݸ »¸›v§»]šÐð¢c|êè.Ö¤šdûiú†­á£‡L͇i8vÃÙp>\ —X4㬜sÞ.ˆ1èÔíܨçÂ]b·ÞyïG|ô“?õ;†a_øË±ïF3ÚqÝèÇq c§ñtÜg˜£‹ñ2ôÁ†à‚c!†)œ†]8ÃÄ_„ËØGm¢“·»¼¼¼ÀqŽã ÇÇ)Ž GÄpŒ—‡Ã1à°8 Žþ²ç…ü9¿Àf¼Àv½8í.N/@N 8ì¶€=7bçyì?w1`+ZlHƒmÙ󉨢çüÁnƦÝa낱‰ãy¨–ø¹?æyG÷Ü?Å _H~——²22+l‚|3ô±ŸúÓÛ°?ëÏ1ƒ—¸·1Ç`œñPìF ˜a—›S³3`œæœ³m.yßgògÀá,(Ì‚Œ,HÅ‚hX·Øþ;Ü‚ßZpU+ËÅõÎälä øéøÏàòáó1.ŽPñØ‘‡œ÷¹Ð™w/ÔŽÃ ÷BQ¤¬(tv*I$È ù#4}Ùw R#‡ŒB'‡—c”#ä#Ê1åãt>vóqÖÉ&áq¾:.šÇ?K -ÿ}×o{;øM¿ -£C¶öŽ_úž§}ÕýÃë§NÛ½çLtø6 .4úåi1nÃè7|ÎÙù¾–§xGž ¶ã¨‡Úé«ý÷÷›?aî7ïß|ÿ§«û¿ì7¿½þú1À[÷Ä÷xæ0Æ0ÿß*h~(çnÊÿ“ƒ¦7ÎN¶$Ãa†ž>U&¼:m;zc±>ãf0˜Ÿ~Ø„i‚9~ããW4ï?ù)?vÒKå7··Wïöo7ßå6+ÑøÓá -„”ä1Êáóáää6x&\ TŽÌ„ÝìD`¦¦cG̺â1Éóäåðr¸| r϶âѧƒl§Ã?‰½Ëq–ôŒô3Éóäåðr89†tt§Âáóxô< -³›„—N"}yäA¤'$? #±Ž§:ñÞ¹—{Ëõ§rEà)$Œƒ½€t?ôœâV uXu°¤¾L9 »C™€]0Œ– ¨LèÁ¯/€sÎ0—§xxþƒ¤…üëÁÕ/”Î0˧Njr~è ñŒïÁü/€³Î0ý§À]økþ&3®‡ˆ¸N;Ü·EH­RÍAÒY?HgˆÄsPÆ®Ã\NœRÔC¢­Æö6»gXÍSâ‘¢:BãLLJkƒ:lãÈ?9ü4¸@"òêлa±[ºùW½½vCïØj_wòŸêhqÅÚ̪Å×4ÿkÎÑÌNecù¾EFGI Š|£P¢XJ‚ɉ~b…ú, .Ĉq&r ¡AEQ•„ÅUXVH¥5ãBW];‘Ñ_`I„Qˆ%1f;¡¦^t”‹,ÏÎ9P¦Qª%¹FÉ&² ‡MâME\rg‚3N;†›p,"í(ï’ģ̩'r/I¾sA?;A S–€A´9/zl'dÛ‹8Lñ\àÒNÆ”åb “²Ñ‰Òh…°û,#)%“œ„¤ì²°Œyo•­3Ì[¡Ï¢ó"“n!Íi¦´DI‰Tl—i!-¹Ø-ŒX,’µb'fŠ( -ŸMFŒbŽH¦ˆ(¦*ZŒ0I‘ EŽDA^0#±b/è¨p'00 -ðóõñzÁtç‚âN—ò䙸)“í3T'´ù T'Dö T'Ôò T' aFPÏá ŸÈÀóŸà†Ÿäçùf¼—ÞK>÷•=,ÿå|\,Žóù8›Ý|BìÒÌ”\/ÞÛoí®ìíb޽œíGźTlN»Ù<[L´ÅLg#Ö˜dàò]¶w%Sô1›Ùæ‹eî¼É–Ó/ÖH'ÉtŒÙ2Ä:™Ž)[)OÅR™Ž³l±<ÏVK±\šË.™/qä5MNŽ¥Kcx¹S£öitk§Æî,-ÇÁJx°KáÒZxÄ^X »Ú:˜–Eï½ç(vGõ¹®VæËóûdËa¶M­äØ÷ÉN7Mίû1ša› †ºFO%q;ŽË¦C»¥ÿaa½û1WËsÉûi«Û†!NF"S·½…Àr¨+/¹(.øÈˆÛ­‡8¢mu;&Ê/}o3MæEW}œF㚣]qÖhúc~ƒc^ƒä3Hƒ´÷.e³Ùä(èÄSÄGPüô \fŸ€'@2ýqvwWvxÍ.¯ìôêf¿Wò|ß—x¿²ÿ‹0ÞÓ Ä³',ùÂN -Ÿ‰#ðø²£[L¸ŒÏØ PšÞ±QàuÙ$ {'ž²³ìS$(¿ŸYŸõ:ÂÖ¡w…š7Ú(®´ î´(.µIÜj§âZKG¶(Î^΋ù¸ìfÎQëHJ×<˜–œ`½ã—všµfmh™-)ÝÂxRTBQgŽS~ -“-š©k2ó±›õàXñôÂÕ5g?p÷%‡¿HB¹Ë~šÇ[Jñåϰ:Üêð‡£Ë®åÔ›ÇÔ:ºù×Ó§mÂ;¬ç±ã)·àðx,Ásã VjöˆÔxÌ6Ø5þÇŽ¶ípqtOŸò¨ÁQÝsOì§ö~*¼úQ?·JÄô —°´D=<ó ÙC’$gùhÓnÇÔ='éÇ$¾oz½Ï…RE4óA,¡ü”NðÑ ”—Ç tí ”§—#mÄçìÙç2‹'9ËËØØQÞ÷,æyLø+î‘ÿHƵ܂žñÔñ‚Ÿ®ùé‘`ŒçƒF?’Ù —…SáqÊÉlÙašœ§É•šÜªt°&M1¡3“ÝOt@‰ƒ69k“ãv&Dc¢µNÙå›Ü¿gÂwÎ…÷ð¸Ô ÂщK9¹—°$/li—Zn,°ÒÖ:¡_­#\Ô:BQ -z9#:Šº ÷+ZK-Õ¥ø¬†Uêl­øtËQ5x당k§üÔÚZ:5ÇaØÒì^ű4¾-÷§jmðlª xKÑD¡oâe¦-¦Á/<‘Ï¿FžÁ8Rj¼Ñɉ’TN5øvÀon ö¶PÇ_pMz†3  ÖÐå8Æ%m?NÕE«’—\ôqºøØÔÅGz‡….nA#Hñdxaå@zdw‰ÞƒØèŒT¶…] -uÑJªÚ‘¢@O¤&OJêdo€Š°^¤ Ò©'mÊå$•)““DNò¸Hã: b ‹^ŠjXºÙÄ6C£xäg.4 7ÛI͹DÕ\f°d$ú€©Ìä%L‡¸) -O=ô´ïü¹`¨ 1´õn$*œpjÈaÙ^`Ð ºŠ‚°¦ÄCS(D¡¦øÃóY¥ð¾~ŽELñˆéÒÑIhb O,!Šã¨˜‚Ç4§‹cw8ºÍx8ž’íðÃЪ¤˜yô°OÝ" òãŽdžvÅNýÉŽÏ7¬Ž9¨81¤Ù¸Ãn¹œYR€,Üe¦d áü‚-]ˆØ„1wvud%]’sIp'W\oÕ¡VVjC÷dìºVªÃmÆåºÌ»Bh§–e@6C1›1Ø}p×su -n¬åfî¶ÀY9Ž.ñ¹]æugÂpÒn¿ì2Óë3ã39ôÐæ@D—?óÁÄ Óó‘±&_²Ë¡‚spâÙáç|q,YÌåᨢ« UÓ…áN8ëúÔq,S¦äo4mžÌ -I ¼u<'%¾äè^vú§¹áô’£{Ùék7ÌñïsôtÖCÝäC¤Bˆ›†¡šŸ6¢ˆŸs2 ^ª.3n̰q3ò]XÎÚ†Pyyê?:Æ&tŒŸÝ8ŸÝ8ŸÝ8ŸÝ8ŸÝ8ŸÝ8UðßÙ ?»q>»q>»qÔñɸ^ìÆyÁѾáÙ?º¹øco¸{ÎÑ=ï´Õ%³ã©¸ž ª8¡ލÓ9“¯¸£Îf좛m‘—+ßT?ƒ¿ÊY„ÙMUU>çfwU·ðYÅò§§+ßÕnNe<_ù°.æÊþ`\é2ø´ù^­ƒg«Ø\ÆâçäËiaL·2Üå4ÎóyžKèæÂsˆ-p§ ó’Œ^ ¸ìL“½Là ¹Kj~œ‘õ®[(j3Œ<Ì(xÌ:[IÐ_§ç_.´7[ÒñK~J·OjÜA‘;¨re.I/©! }®“.*](k¥ÎUJÝ4+ugE©[ètC×Pé¦,rŠ:w‘ORäìÁ¹wP†Ÿ[ ¡(įeVˆ»y‚9øž–»+ÉÛ©á1¬fè²·;RÇãH%gHß—GGÿº#¿ü˼‘ù’ç:#£ßb틜‘åšü q(zû­sAÒ+£u:#_pÑÇY”¦¦Ei¢EÉ‹Rܭ޳gZ+S þñãòØq øu:3mUž´Ý:\9ºÃ¯¢´Ž±y„ÆÝÕÍb66®½Ëc·>ZŠ©Æxg(›@wDï?¦®澑‘²²Û¹×kûÓÊu°B™¥ñ'Y¢º•9J¤æD‘¶MjR6)ÈQm–ªŒRM{”¶D¥‚HU!„u „Tü@ªHR^Jݱòj½wÉ(Ý彩›Jýœ§gɤ%•ôtN×+ {%eï´'i{äí-3÷–¹{Ëì½uW%ðÍ)|ÝœÃ×Êâ;šÇ·¬…°NäëªL¾U aNå[ç×»ÑZIhߎœôñ©¶x'·LÌxÎÉÂÜÇ>N’…b0PãgBhxžqîG±rÛ¬]bÍ*®¤QZëxq­ey­C­8b\rÏ ’èjó>êç2’özž}ˆ;É~=• Ø)‹Šª–Jw¼ÊÑ"*»#TÐwÏ, bTäXVPYÕPéeTêB*¥”J˜•¿*¨²(ªrPºƒÁ|‘*Y•X9p—ÂaΪ‚+3ÇéVµW–Xʱ–Ok VË9%µÜlIض<žvmº9*ósºýã‡@ŠçÏ@0ݳ`ÎúØ=vÔ(êÙGÀh&ŒDJi‘Wí„q2¾N_¦¯Ç©ã%yü>^ÈK -ù´¨b0×08ˆ£N<|ëú!K¥Cõ3W/¸XH§ìµRº ©NÂE‡,©–Õ –õ Jƒ¸¨`0Šr.ëê_k_]]<ºv×Õ;qÙ¥R`Ǫ 4ê#s6Їµõh =ä9''ËU?IOÑH%ÎCñËa †yöÁdõœ³sé°ÁÚµÀU¼ ³"d­ÊúÔR™ßR™ð)nœ­_=í‰:7¹NàóŠÜÐ8ºZ<ŽÆ¯‹’ÖÝ–…Žž’ê–n]UÕtØBàOË9㣦¯YTÀ­L‡ýó‚ÑÚ¡h\¡îHZÍöu?#Oèe¾î®{ütP—é -+S[ÐÅùëµ¥!mi@[q/«’-dÝÂ@¦kª,íaKKØ:ËÏÞ'Y­CŒÕ:õòà¨GârÁôõhôS§=õG̢όjêZqJ3AFMð©ÂŽ»V2Aó\gÑZ ->ïüãM‹>ýD²™KÙ=‡?ÖÞÑ!oˆq¡L•›úà¤.ZÊAO‘·êò‹©ò™YLåÑi…Þ¢õÎ[¹"ºÊQ—‚Må+Ÿ±×~4%?ª“~e¬1ѤüDH+!ÔöóNÿ8º¶Mº¶‹ú¨¬áÞ{?aÊW9%{PŠö/ò:æ»VŽTƒL Kcð‡kuÓ”§‚h_x¼ø†©ÐÛËìqOÖnìž_¼1Õn\÷çHàRá·Tð-•y£Ú>”ž¹#Çy®q¹››q„\éÒw³³Àä‚——sŽÝ\ö2ή÷·!ÛV{/%áðÀ¿$õð0>Zlù%ånåͤ7‚±ýº‰A]zù%åÎ!H­fOŸÒXðÎquA]Ùì%•þ -N -® v<¦RhÒL¡YÑì9gïijlþsÌç˜Ï 0Ÿ`>'À|N€ùk覯7üœó9æÇp–Ï 0ŸŒq}N€ùœó9æsÌç˜Ï 0Ÿ>ÆÛàÌø"¿F¹æs -L25½4Þ,‚þkgÎÏ:T©´n¥ék}¿•f°Ôöz~Ví»JŸ_«ê»™ýåÒKs‹Þ™š9PL¸a·`ˆãÜ„÷À[L{É—¬q<Ö-¢ÇΞ´w…¼ñËÖÏ›Þþ 1ÎÖ­%+,l@Wk2‚®æÂC› Ûž¨p²éd•ÚŽ´H[ÑÖ¤î‰Ô•š¢´»Þ¯ÌC±[;ìÂsI=kÚ™›;/z:Ï„Ó5(ç¼I9ºñsÐa ;ÜÍ„sÑ-„ª=B9§+ʹXŠÓY–IzÚÕ´“–þã~Tk¾®²-Êʸ¶5®ó›NÝ3¬Žç:ŠãxG§Â8lå@» -M]¬•Y’B·¦Eš EVn×P$à*ÌðëXrŽ®b—eÃ××jŸé›üq6Ò£ÖÐçÅ¿4,’µÍâHÿÖfÛÖf›Ö®Î\åöGö^{›ùCÏÍÅþZ{ AMÓDˆã¼¿“_gXÅèÇáXlÉË®K}Šð"â¸ïIëüïèÛf`€9ÆW.º=û’ÃGÍ0?|ú(>zÒ@¨{Õ(híÜh ®’aO⟕>Øà]ÝÇK±5ë*)Rìòq)–µÁóäÔëf´T…ªèĦ2tDêZÆá—c¤VSÜ -uj#¡Ç¼jeuOb ±’vO n!òŽ! £´Ó"N!çµð;ÛòäÓ­Ì -ç³ò¼‚kú)jôLAkê²8fǯÐÐËq’BEuÏ@CšrŽezƒ@º6:†‚„q ‹¸0&vÊ¢ôz‰Õ=ÂDêü›£,dIÝ‚…´I`Xã MÙ˜dËòû#Ëÿ£Ñ3÷øƒŸ o”£÷q0sÜ­ºÀ.Ýèò£ëtÇ Ê‚æÛô~ôwÏDýÏf…]˘°ÆK#^z’à¢89Ó/ÑH8"IÿX,î ¯{^b$¤{^š/ù(¼Ô¬Ñ‰–ü"Bé“þ<]䓺Ï>ßðó ?ßð¯{Ãû¦Ä1·ÍÁeS»kŽäLü4]Q;j®š‹:f± -YÌþ­NÙp@´ŠZ|4õ·›s‹£ë½xˆ_¬#—é¿Ë8ÆU$c‰e,ÑŒ%ž±D4ÆÙ#|ZÅ5"‰xáaÙãù±øÆ:ÒßÍ©ÄË„âõá£>ºÅáÙÇ#?Ýc_V?:WúèžwÚóÿ¼7\7gy¼[”ÇŽ8´e±²ùKSnxnw—¼²ÜãT0JC–Ò/êtîefí!™:ÃÒõšm r·¼®ÇƒÐ––†Ùõšœ¯]¬(mW–MWJ©óE¿•º×JÝgå´ËmVª+9œáÐ]åÐYeÙUeÙQ%wSéTÖ=TJÀKÝ5¥Õ(eÑ¥ÓÝPTó“§:—4»lœ6Ý#ÇYûèÔGùÓ-úi}’£ûÄX?7\&JÍSô/’$ƒ-ïèt÷Cì%û>èNÃc­T^pͺ£Š7Û›¼ÑV¥|3÷V=¾Í–jófpP½[·Yiž±¾>à®@EÛo;…ÆõõÿA½]âÐÔ‡U²h]Äi‘6V%rÆÒÊÓJ÷ãÊè-|_ÖsQOÕmÃd)F”ÂZò Ç IU«Ýðøi2 ó)Í<ªæ·/úÿØ_ÿ¿ÿç7_½ùþOW÷Á «–¾É<ÏY‚SÎôsv`Ÿ3ÏrV`Ì.'ö9ð¬$v’è¥* +öR ð\êÿJÝ¿V)³óãÅ̺§«™=–?©Ó'»Çó's3?ÒìçÒe©pÙ¡‚f® Ò©¢ áeeA檙¹ffWÍšH„gÄ[ytÜã¸[Ûas&÷ 龸*b“ñ*ZI6Þ1f2ô{/`ߦ'ûôäÁLgx<¹Ç}íÐC#‘‘ù¾q¬&èAøÎo]Ä=M5ÁÈ[AëÂh )¸:Lø ·rc0øà·r›a Ñylï‰s‚w8Ãm©1Nn°± “y±f;ö`kcĬÉÛ˜-ñ XƒÜ‡¯ î3ñNò¾ä|xß09Æ<'¡ïÍ0l ª2夋¥ëÓÎ25aWð6–æÜTY˜\^x,=¸jçK¯‚S¦¾<à N˜:fßÓS‡![\Š!Quí ±ä½8¶oiÀê©8c8ïæ°våKÊĘ0¹ Ë5ôž^A°ü˜ïoó -{¨à/î7޼£qO¤¥i BÄ}H°Ø\Š ¼' h¤ÕÈZ÷X=C)—ä:`ý1hó†O`*ÀÎÁ«à>ÆA3rÅCN`f¡äoé$ŠÉhìóÀH\ì)Îu‘N ýAù“ÃrœßÇ€kÓ˜°ƒõ ÎÚ¿›°øøt¹X¤ô‰wå‚Ì$iê\~Ì„!ëÀ¾0x€øÜè{Œ& ü®€\!2q32H˜d{°9Ÿ 3b{*'A@>ÈÕ-€$ÆÀ3žÚ8g‹ ÃI˜ÆÁôØigõxp¾Àž¶€ @€íˆuÁð&G$¯0ÌÉsÀx$ý4ö½¥Ï‹g¤7±ˆgŒØŒØg“P8v§ ¹0Dž`Gòup°V, 8 -ÐfÊM |[pLâJÖr% ƒ3@ª›2~k§!ä­Õ[ÈNÅP¹Ä+€wƒzqÛbScúƒ‹˜W0¥qÂäF 6({ü‘V'Œg°Þˆñ±<ÉM›Øðu@y=ž4zL è\Ús‚ķؽ˜ EdKô©Œù^™ ¶QO,PAgGÜr£áëÝwxÆ+;`ë@sÀ÷ ¤qó -  ½dÄ„Ž|õ dÁß½p·Í+/bÖP¬‚¥ú€‹ _liÁŠCï6à´à]~Ð( F¼ùÍ+ìp? ïÅíA¯ æXÀ“«>ãaБ@Ñ -QR Q3À¾÷!Ë6;rÜy+e½-m´˜ Í+"è†LÞÄ´ŸŸ5²€½{€­Á¤cd`ÛUOú”4òÉF†‡ÅaKÊž 3…-ƒó2;bÙ·Ow»6ö=Yþ½9ùåÝ`îÝý[PÑ?Ϋ£dqòëýÕÍ/®î¯ÿ'o~rvúEQw¾þöîþ]ú*ƒfàë·wßì_Ÿ~1½Æ‹|õðg€êÃã+hm6¿{[HÛ~Ò.ÿ -çù7?ùéæwÿãåÿËó¹|™°Ë'ÊnÃ}6ŽÈ -VÀÕÄBà_lUÌ 68$<²§.Cl±ÁÆÊÇð°V¸#X‹™" sØAà‰3Moé8ÄUâ1Ü€e Æ · ½¼¥€Çã×A{´w0µ 4*\>¦ÛÕW‚¾'Üΰ°)x¾|#Åß X'¯-’’®ZÉK›o7 |¶ xûf¶˜\¼1‡]c€¹À¼ÀÁî0 #‹ž’Ï¿@0m ]ðÒŠ ‚R|jãÈΰõä=1hyO0^àN¬ 7 öx/›‘@ÖMÀ‰˜vNy4h…ì*°!`Æô€g“ã Ip<`#ì1ܾ'ÿÁÂ[²O¼ÒÄ ¨ÿÐ=ÆYV  *t¬} X u¤êI>Š/Fbkp|r}¼,ØzÀ,ó‹õ 2|°2[h–Î$ßéC›Í\¤õ2EQ ——Âjˆ± -|¨°t¨º¡´â,Ì „khŠh§ù€+Ë|2° ¬HE˜<ÊæÍé†Ì%5²·²Ëì Û{€bÇÀY€©äƒW!·ù b‚‚;r¨Pá2Å  ¶P˜ŸŒ‡zy Ü–J(øˆšf3/{›Ê2ïnh£I2$À±Q¢q©è"âFÎÈ.´óL².´åÉËÀö|Y8¹ûTö?8˜Ì0¨ ÌRÂ0µ:VU‚ Ž9ÆÄÈû>ŸOË!¸å4([fK£è¬ä‚Y‡'×Zˆ5²œ†}Ÿ¼¥¸7C2–@‰¢;MLeú¹°}Ÿ–ÐHÙnK1çQIUÜÎ"ÂÑQ~BbŠ74!qz¡ÓðJ Ûq^84z$94zp«´ŸÏ²A8R»†nM -âUŸŽÇÑôY8°ï¡#.Q_Ðd†Òê/ÓÛbËbS‚ÊêDÙrjXÑûüR&ÁŽOæOÅé€bž‚tûúãå+©/Ë@<Íà½xäYJ¹§)$±Ä¹š®¼¯¿§<ª—êKŠûoi¼* Ò'H °•ó…C{š(«I,@Ý~ÉÕAöô»Ð¸gé]™E7Ì4¼fâº>5ÐÌHƒ¦|±9ëÀ<t‰9geÎ"¨hÀ'Uà \4³h£“js¤î@ ¶”ƒ¼ÊŠ¥Çó¸q’ðô„¤b±Æ,Ó¾X¤-çk °¡´´Þ­d´'È0|sÀo¼Å,Ù}Aï`  Ð ìh–-ö`h3pH«’Í;•ÔSÐ>Â2P‚@$ ˜çQþ(ïàÀ!Ÿ(ýf`CÂÅv£Lí’Ì3JoÒ[c‹­pé0>*³q3ØÂvÞ}áÅqS~Ñ70êXÌ&d·4nG±%‚;K’v H§´‹~eœ¡«0ÎRâaáìlÒ¡ó3ùªiˆðÃl¢0è$[ŸØga8¢[5­Op³¹‰73|YZR¸KŠŠîFþ žwiK³–ºªÃ( - /8ÔÑb>fóçÒlikã|QêܸR…$GÆÁ4lzb¯•½ÁE§›º¶ ¦·Ãª„Üz'iOÆkRIƒ&˜ó©˜ºµtöÖs7’¼©VËò:¢hqZ@¢B›æ—=ÞH\@¥âòˆ"¹AŒP1ñÞC=6¼£áŒæ·@K)ý2غ†YAÒ!lvZLdäx:ŸvÑ(îGÜDzšwÆ>aÂw M¦–tO¿Ž“i±d@ÎBÚ)b:Òxˆ­†mí…Íã[ÞžÎÜ^ê#Ñ9HK”œ 00žáòšàÏ‘èaÄÒ»d"šã`Q”­çºŽ W`”•åzà”®§»ÒŒXàY2f7T}¹eYqúÏê'[¢0"õD\¤G¨‘¼  {v-xÓœ‰Á$OèˆÓȹՄÚq ¼LfÞMb“P«A}™Tþð _¸^Q>b‰²¬=¥)ƒCÀâñ:Pâ¦L5… ôÒrà”֎Ê8ñJ[š)érÁ¾oÐ6ÏGð¶½ã¼);{¹5ŒãÿaD OبÝÖ‚_0Ñ›ilRLÃ2ð;SŒâ¼I×› >­%˜7…=ÐÿBh$ t«^u ¯@éøoT¾â@Æ_ã|"ÜbR1/zþ ì= ¦Ñ¼îÉ”É{ê«M&H;]•ŠÙ -¶!0,ÈS·«95èôÏ™ã)îã²bó .‚t“à"z)7JBÐ!CÕ•<ÂhƒÕG™•€•T¤ã-nÍf.d-Ïè®Ôù*!h¨kBÔàͨñæ8‚J‚à%î)P#ö±'஄¯! c&/{ÌjÙmØaŽÄÏ©E?Ïâ®%ß -ž³Æ †„ÁH5Π¿žÆ«ÉÓ›œÇQƒN²Ä˜d4CÏrd°:.˜YC!¨dGA5f ¬ÆQÜŒ>9™Á&¹¸5££ž†MÐq?q‡+‡Ûå˜50t"ùå¦Ù‹;[sSEñ÷ôÊChYê| -oÒpë ̬Pªð>¹?9¼ ü -à’öÀHº†1(sˆ´Erˆý¬Ž×ðšA “L(1>ÍÑ527tÔp§+`/–À‰ì›'æªõr {$½×*…¡Ú2á+ j“µF¢Îx“1ÿJ¡Ñ÷É*#]jÞ y`4àá †!ö\cªŒa¥81ú…bÑ/QðL­Œé3j]ŽÌBmb òÌTkU¬Ž+‡ûÐ÷ÓP1 µuHWp“v}ÂHÇ ÖÝ3½k8¢ŒrK¦¸/ì!'3]i¿Q‰)±œsY+ÏdO´—ƒ=2 ø¬uo2a‚à>–Ij¥µó Rñl"):T¥ô“ÑÓ]€'5æÕ&†h’â¢i…ÏÖÖ†Kî —šâµ±‚A¢ŽŒìmb|P!ƒ•©ÃLŤ $ ðãH{;b¬gjû -ù±@k‹ v³°8F¾MLÃPžAÎÁ3 { vUö 31š`£ìG¸1è™ÝûQT™ÚüĈ¿^¢BYÖ3˜Yô¯¬W€É_UÛ»ø…DH‚k3F›ËxF­JÒÓ?–PYÛ€ˆ¶œÃI‚¤Èô”¡Žî…€i¢ßcŒ]™ùp¢„qžÍˆri4.©øNB“ÇÍlMÄŒD‘„˜ Á·l¼—a|g`ð\VQ• ¯#²°6z2$“Vo<ømÐ&SÎЈi KK×ÊâŠY€‚Ì…ŠP2$Zum«Åz¤RN†Ø?jK¯‡\™Ø{S°We'æm0X\!M~£L̉¨SL¢Qi µ¼ŠO¯™g¬¶o3xÄ9õD]Ê4Ž·H6®Ú .0ÒJægt³ocegXfŠa ˜2¢Ú”/!™ŒêÃÖ—Ú@„cˆ°%ú2ʉÀ•O¤(r7Úû@¥tíÄ=¥ þ%š`ð/^&[j·‡e ÓH0hóÀhj §} Ö~B¢0ðça(|»öÒK¥Xþ`N!îRKíƒ"33Èz†Ž2–¶£H ¸vKAT‹'`î'íÍ¥;ŒýÿŸGT9ÃêÛh[ý"úŒÖ€ôYjbj矞ÜÚwxd‘ÄáXVV9&Qgf“¦Šã³¢Çì­éXyT[›AùcÕ–ª=¹jW*Gð‘ݽv#Þ ÜΊ­(¯u“=)§·bsÊ_®Xev²·ø¬rÌ+v­|úŠã«€¦äPµÒ±Yt醖äÓµÕ¡µðUKÙ­Ã5jѯ"=|P"M¢âLœ)‘)©0–&~RA0 -‡©ø™ŒàTÐMÿ©˜…#K”OAž*$H׳V@QÁ½* IÁæ?ÊkUQL -~—¸'…ÜU´TKP¡VJPQZJQA^MFň)ÝH…—)ýJŸÑÒÓôY•ºW¢á”¢X‡Ð5õÍuðRZUÌÞsÎhèͳ*µ[*½ŠTlêý*ÌQߥŽT6iÙ²e¤èÌbÿPAœÊt¢b@›&BªL9*úT™ƒæàÕ…IEº*” -’Uf,cÛ´‚©]eMSÁ½Ê"§ƒ„[–=c\ÛUpr1(ªæ–9RDc¦ -¡VVÐxÝ4¢ÖÑÚÊ[»•W…·¬Á*¢¼˜’ëte„Vì ¶ŠzWp0¯Œè*Þ¾iŒWáúʤ¯"ý‹7@å4 úòÚ)¡2”cC%64$*/BùWtnEíšÑ9-ÏH¬ B‹, —|[•«HFMtÌQ²é*oQ•,1srÙN ¯ÕH2€ÑYŸÑzíý|ÙzE Hm´@Ÿ†Ô¶c¹¼É·qøkËò -‘‰­F»óCÒ&O É„gåÄ™­’­Ó%S»Ó"q¤m©*ŽÃ…‡rŒ ¬C[  ‚Ô~NA6S Œñáez¯ý¥A kL?ìiy;¸Z!bDSårŠ%jé ÕWÕþ]ýäÚG¬P»šß4§¡vYëé¬]ß=^/Kò›×«Y»Û5M´ÜöŠ´jï¿¢Î8 ˆ{n öF RÐÛªŽox:…Šï²Ô‰W#3ÄÕ6<»ó’K¾æ9!|l½‰Ü)û‘³¥É:G’ÅJ@EíXÄ-c1 d0¢‘²ËN= è3dÜdx WߺSL‰-ñ -ôAñ,“[GƨÐc¼ ÕÃÉÐH¦AÊÍɺPÏaÉGY;õPý]ã}ë3ÖãV÷QsG,Ä„x ð;Ó^ŽLýa¾ër°1`Mg“è°äøPoh@ÑïÚg9±‹;É¿Wv)†M4ìUÔöåJŒÞ„’ßôêQ¢æ"K(€2ZÏUgTïÿ¦VgÑ|ÏŒy7ö=Ë`ð ˜L3«Mà /Å9 ©C2HA½#¦œ1TÁòÃlKt´VƒÁ‹?®qŸz.õ»<µ&oÖkhÝjcÑ)2H,„/%•"—ü…V:Å^ _M`txz“™äN­¸I¨L¸¨Ï *éõYÌìw,¦ÀbÈzÓ0•>H…úÌì:lG_]íOýõÖÖ#i±=#ê>jVkvµ\‡z—ÕôiÐrysU_ ‹“‹ºÜÎHÁߨT içͽt¸ª"«ÃsjzËo÷¦¹õÉ㘘¥)J’ilùõ¼„ê}V®ª§h~Α¹+›€ÆËH&ÆDõÞ¯…ŒÙʈÃ,åK1*Š`%^8è ¥ðä²Pª].ÐûI¬i’P„ò"S! gh.DŠã¹MÒ‡˜‰ÍG†‰–=+*:šÈÃT@äX/\]RëÓLŠ!pQ@.É=AI%®¶ Xq­Ôr¦yß°šÎ`-hž‘]é¬ÃÏ\ÂÙÄäFóe§ˆø‡1ÿ¬ê!ªs2q°¢t\Þ‹¯ ´#µQ8ÁÄÚ;®)ÂFšèM1Õ~éDo§§«Ô‡Æ}XÀ@¦¤~…\ž©=‚8&ˬ7 Óš ZöhÙòP¡‡ØšM†£pŽ2Qem­ -Ïò]à‘„jQ±;¶©pFE|…ñE·$©©MW|Æíù€ YÓ§¹¶•ÇFgÈKMâ ¿‘ª*Þ%wk§x*­=YÖ Z»ÞqžVWZ ié4Tîê];µµç%Â…F{ÑÓEÅ©x«¥€‘ ¯ïlÇKê‰D£€tÜ!J5E[»J=Ð0àÝ}[$£,¿/áË4…>æ•UÃ%äXz,°þFOcYý(Æúx=ó-½E­e¯c½r;Ð5°Ñ$ÀjGÔ³‚eµ÷)1d’÷À”w[.‹€ô|‹aà›n4÷ Å¢§Årõf˜¨ÿ…²Ûª½Do‡g¼‹Ú†àabõ Ž6àÅ.ŸN°,Žü>Ý7íý‰ÕzDWÜ‚a‰Íš,ÿV¢kVu¸¨âr‡ÇÔL²ùrŠÙÖcS »LKaóË9Ô¡^-`êeÔ‚ªEZàÕÔ¤…fM‘Zø6r%Äëý¡p@½Åô [[UÃ’z§G4ÇpY‹T`)U.wßwíJC,å{(„ùœZB4z9VYÇÂR$¦‹ë_a¯ƒ¡ÓŽŽ $¬\àT=ôà‚´Q¦‚:‹*7ÿå7Ýßo©›ÕD·êÞè‰~¼²—Rƒ¬aèzò`]O4 ¦.ÒË1JYÀûŸe-«I2ó3î$Â’W–’+Ò* Z ‘2yc/Q¸ã$°¢/<0A-è¨&%и -%!°+O`Ü †Á«€,໿îøÀéCÖ<ÃÿmßG•W{ŠFþꫵHûyÕ$NŽ'ý¡K•M˜Ð»²°ôA¸€£ü±ðI¢¾‰¡€d£Û`s ÐsÛ²”o¤Ç[üãLª™¼ôQé’*è4E:`½¼èj†.?¨dR“A¬„†è4‚—'Sp¨c@”©6 z#yúÁÀý ×'îIw¯`rXfb%¹NM„è¬5Ü3,%E;¯æ’º„'”y•j! ÄPÕžXÆ4ùôœz=©`s‹½~Jvä5!à6Sº » Ä=™Š€WeiC›5Y2|’>djo eÖ¤ÝÓyÄ!3\ϵlsŒBdæà’Û¸„C¯w˜¾O½Iõ»Ô{½=¦šS蹩¹šÞšW5WIñ<µØŠo*zQü·Ewš×ôÛÕ¨åFñŽÑñ¥ü¿xÿú×ûöWû·‹+18Õ@Yÿ“(†õ[†%Á®U›€:Ae†´H¾`U›vOU÷šuÒiVF:eqçVÝkž%~xGòF×½&N•Ëăf]÷×IT$ D©ŸÜ¨{MÀO¯2?£ÖtÝkV¢Çè¢0*Êéº×ò*Ì9$4Û´ë^ãÕÄ„G³ðuÔu¯±OSŠu]îÚ²€zí*צ'Ëf8ÓDãHUçÚzŸâeëòÖ–±[\çäèM»ÌµeÕHà@ªOºÌµåh‚¡ã=]æÚº{꺵ed*4Œp–𨺺5ï ÀÚó¾Þ0(¿.^ QâÀØß‚ãíòÖœ=ê·¸Ëlº¼5Ÿ”îÃ8r£«[[õ™¢JĹl•¹¶>3¬1HAW¹–bó¢ÇN,÷ѨrýôÖ{–:ötMàg*g©Ü5ó÷9V›«][Ú ³•GÜAê4û›†æ“ë4[Ö<§½ -lï”an=2ȇñPíšY"ÔˆD3ó ¨ãóÛÌŽWÔ³S,(xÞÓ Sd«V2Fð xc{ ihÖ¥‹â"¯-Í•ŒÎl.x .ä¤}"u g®—ÜlyFè*^ƒÆ ì>åèèA'u’" ;E”ª×à жÿ9Ô²OTöºnXÃ,“$žˆ„çÖ0•…•J˜ÊatçËÌ)B#B^ݹF²L̺a ó?R ËÄȶ¨;×0uD¤yàuçf,I¬¦gR2%ï¢s$˜ ÆJ‚‰·Ö5|qÚ˜ žÚ­khдd”NÚ{ŽºuÍÑù+­kÈáÒ € xmµ®¡Ý1™©h£“gÕºÆRÁFaj{˜êÞ5Œb¨îÄý‘ɵ­Þ5Vò[‰gÙT¤î]c%ƒ‰Xdy4ÐV½k„”&SOvÓê]#mWÄ6Ç¡2¹®î]#J†JH[3Žºé s¬¸‚웥J«wP©4Š –à¨uŸ(Ø<ªà87¯áú: -ª–OO+ØËÇèž5 =“tèºU “°6Ø*˜‚)gªV5.òT,Ú$)[U§ÃTËä—ÑŒòºU£¼–¸0'úÖíx¤Q £ÅifTjˆ¯3À¼“Eݨ†ûЉÒÐåESj8:†Ó«5´â‚m´â2;G7¨yr{üÏ—Oä=±U¸i»5˜]Àö3Ê›Á´ZXÞnYMFy38—4Zc.SæVÞ ‚ö”âèÅÓY²Ì €,9)Î Ú«!I+½x,³Û^ 0+ 3Z04íÕ¬Íhdbí(TYy5ˆ{¤÷D¶ë +¯†°aet=ÕŠÚ©Áû‹«ÑezíÓ`à¿‘b%Ú> S ¦g(3kŸFÊìr9³+/èʧaÊ%+.àLÛ§!9ò$ I–¦òiù3©|‘åµOƒÌïiÒæŒiŸFÊ4æ¼€M²þSñiPScõ jjÌØ›}ÜÞis2‰Ó¶}L‘rȳLtÚ§Á\–ÏÀ–$ø^ù4žÞ?Ú§ñ<Ïîs<Éßg¼mà±æ©D%¡%MÛ¡±º’öýÍ+¦kKÒÍÿýø£Fé½1YÉi™|‚•Ïqfü¸¡µ|¥¡ýÎó¿Ž£ÝÆÄ>Œ -±S»3Œ€šA"´éþôºŠ¤•8´ž,,$U¯I'HŒª/X=KR­ªU’‡>—Š–Äq¬0„•eSÈ0×À¤'Ιؓ•AQËÊ™êªRo“à1ñ˜~2s…Nò¬^®™“_Õõäíú4`=—R ”€@¤¡{h#‡r‰¨ùSËš£Únц3•€&Xë@犦‚ïhY¢ 32‹nQU ÝHûˆ$hÙ¹v*ù5àŸO}Í\l•ö$ÈZšÈ˜7¹ªÐ*¢„†[) JUK]W`Òds’ð|è Ãõ ™Jn¿î C¥ƒAR̸74Qå’³8_Ê=#P:Ã0E=!DÌèÄl¹Ve[=ò2¸õ0WÅåÓ"uÆjÅxh Ã¼Š”´y¨¹K(KÌ9QR¿"©ÔK¹'ý‹r%ß„I}¤Cl—VµT¦°LZýI¥î°‘_hP³:µªVÌw «BÊK±]b©qL ‘À -k%ƒï”ªÈs<3õÁ4ÅÖ*ªLÓó{'–UcVs©ÉL“'ÝJ¸/ˆßj?óMX'‚(ÀI¡íEígNèH ÚC]hr™[RDÏ|å\bZ}±¬G­¿LŠ%³·Yã†&PÇ­Z>g‰}u8‡U]lYÃtD(‹¬µRªi3·w‡ö0åïeîòY)è-ªrÏÉA°¦G)ÎWã³™X™Ó¶,ΩK+ÌF¡öÐ †õ&A´Ð@{zÑR}rI$g:.ë<,ŠšKºöØê5² y.…N HR×¼¼HÊÅÓIa‰ˆ¬Ä¦®ºÂˆ\*'8vKvbÇA9VT°ë®0\!*è!5™Ê%áåÍiBç›3cµ‘gvÎ [2E¬*Ï3G(!qÆÃ3׫'ëÅ•.wKî-·ÂK ݉nU_äXÄDw{¶—Zúd²¢ÏaýznÍR}Ÿ -7ÌG÷´×-köS °é*®"ª;´‰!¥Ù£´ D—LKÌK°Bs¾° u&šÒ³{ðɾ§ÌX•†¬¹Y§‹ ˆ1]â\Xu6àB‹Õ ·Aâ èd*ÒOiœÀmIѹì²@šcÑ;ÒæúÐ †”älgÞ“TpKÝCÈc¥Ö Ð(ô&¿è8"JuÏ\whYl…’{”(U¹t51Ÿ3à8¬z¡ñ71ŸŒd©Y«¸¤Ú !Õ)ÍWÔË>-êËôÚâpS‘6¼Ÿ{Á¤~äcîG>N¹u ]/É,À‚ t¤”ói§o~k)÷¯?^½Sýå<`¨ #Mä‰Cä¡“!1Ÿ¥Ýî·ž¯¼ëF(a8ôŽaÌEdÇQJKzÇH: 5´A™a¹’¬œ#÷bñêÊê3:D¾ Õ’¯œÉ…û6ÌØ‡€X‘nÆ¢E¼ñÕ0yV´ -&“a³°×d*ºOÅ‘æMŠÏrr`j‡›7 x©ÆB¼åNdF4cÖË®©9Í»›Ö7&f,YAÒ¾Á(Öúb”fãÐF|õ“´Ò¥CtZó'¾WNª -‡™—±ù±›½_%Ñ ¹l›ÅÝCîZzl ‡V\ÉãªkåºØJ‡/Lãt`ñ¡q³î–æhn1FWtú;õ"£¤ÆCVýÊü–u1‹ô -R»hš¥œ€Ó¸’ˆ“”{š…§)(90ÉÒºƒ¸e¦'íÏàt6¯:°PKãtªW4w`1LG”H[·ê¿2±…¤¾&ä² -CÞ+¬áVBMbIœ4ÎËÆŒ’ ŸË§ŽÐc­ÇáÆ©×*1!€• ®"8'ãÇFUØ«¿XÁ¶úËãiì»AÀ (@”*Œän+É|ÝC Ϋðu:Þiz>úùÓÖ_ÎH˜±/¬cÎr@Lgš±3K -ìpÛÓí2®·’3ƒUÂLW1è‚ÆÝQ"À>×ÿi«Ö%Ó3 ˆöƒ=hÌøZéé÷ ý£÷yyêûë+²Álp‰ï™UN?}[ä×´ÁÎʃȄ¿N †8Òj“/ÃÂŒ©a)¥Y3#JgõÛ¢¹Q ¤-|©æaAé°(šà$uŸLÑ©]Šä¬ÀË(”–º™P¯›•T†ë÷ —MÊl”ª”v¥øBg”çÌýR¨è÷öÐ&Å%&°Ô½=ͪD¥)JØJBûÜáZƒ¯Zveàf掱#.v6(‡•Í,Ür%‹"8‰>š;Û:Ö› +«G`É07Î&–h¥™¦ØR€ìˆK—v—rÊ¡k/÷t°æÈ¢[÷¦ÉκÙ<„AÈr*ƒù¢øJcÌü‘¶$´RK›éº\ßÍ ‡&$ìáN}Õ{„O4‡–#Œ×i”$æH¡†æ;F=ÖuND>•f"ÌM«‡ÈÈrah´¡ãl´G:†æ˜E]Fô'‰A«êÇô«è³ù´Ò¤ÜOµÿ(oÑêú1¿{UJgp«ÇGžÝÙ£Ìe]h^f¼lº{GZ^Ý´#ÓB³êQ¦U3i&´ºÜ’¦ÓVÙ¦™ÌUÕ§¼tÁ¨¼yÚõ¦òNSåªÊ–T•®òömÖÉš/ÊÕµ -+Ðõ¸2ßh–óÊ n|QÁèf•Q…ÂU±Ràë2§ú„VµT}V]uµèª`«ÒRš…_•’£ -È*õH¡Í:U«‚mQ¿TýÛ¢§©Š¹•n×lW¡ôÂR¶Wi“ÍvJ-Eƒ³ÒªŠ gý¶Yš¸èÂs=ã¤)ëÈY­n×OÎ:ø¡êrÒÑUyæ¬Ï·‹;'Õ_w–(&UU:›Vµ¨³ÁA°.†‰ºöõlÅh•ΞM¹àvm©+u+»J³à·2˨ÂáÅ£jŽ«O«by6©"çŤê£+óS³Îº2^©zíÅÜU*¼+ÛX³>|±¨©òòÊWW¨¯ x­2÷ÊøWË×fêÈ~mqlèWöJUß_™:Kke möPæUÕ—@›mëÞúŒV}V=`ePÖh•!ºÙõAÙ±Õm”q\½‰:£9"u–š™Ún¯g·6ûY¥Êk0/råfÐäQ»(Úd¦<5±Ö®Eîµc¥¹ij·ŒÚyµCGoÞÚÔÞû•7iæµ÷IóšÊwÕfYµçK±>å4S\SùÜZ,WyìÃVÎ>Åë‹‹°-*jÇ¢’8Å™%”v[¶äšözÖbQûKk‰ª¼­K1<»fk™­œ¹JÜ+_p,(W²‚Ê ]À‰ò]7!ò|+D¤œæBÕŽö&ìRnzÚ”‡¿ <Ðl ¡¢ -fŒYÇ"4[C¨P të(…‘UE a« ÏUð††øuìG[U¨CG´Ê‘ƒM´’R¾hê8åËZCªã^´’U‡Í´•µ:èF+}u¸ÎsÎhéú¬Z­ÂŒ´ -\)µUé:ÆIß§Òj½ -³jšê(­Ù¨PÇui{DÖ¶kÔQeÚ>R¤iK×¶4Ðä8eÖQQsÚ4”cíš%¡§ìQuhŸ2déÁ–LÖæ4™Xìo*ž±e´SÑÅÒ§â'•m°Ž¾lZëÐMe—TAŸÊ¤©bF[QpZ¬¨%2U™[U<ëÂF«‚`•]WÅÏ*“° -¿m”Uô®²G«ÀßbÁVáÂM»·¾¼¶š—ødegWQÍM3½ -ŠVV~X];t€vË¿@-%0©Ä‘¿KÅÏÊO!ƒ%0æ`]£¹+YØži)¶í±R»•iØì†]!¬x%—|ÑiÇŒ¥‹‘e(ûO·~ӭôv)€2°’ö4h¯É@8/2¥v(G%ÈÊf8¡áŽ*€O|U•Kr„ÄíÞhÁQòÆx=/U+”ßÌŠ]kšl–j‘!›$™ëîóɵÓN?§ö÷ͯÙjö0­ö-ê©iõxPSœÜ™zmjï§^ã–óT‘JízUÔV|µŠX—ŽÝšÔ‹Xo’Úküt6_»nò@F%¶Ö}Oá‡êPœè„Ù”zßhòÀìAÖUgö ‘®Éuåu.ƒId¤F»‚;M"ù>K܉‚¬îãŒ46h‘^Iºš¼IB®ïÚDõÅU!{ýu1|=VQ}=!ê>jRëÿG×ä°€’þ’»Ð5›>¾¬z.hkTêÖ >oöz8~uêdNS¡+¾ñ\uF£/‚>«î¯@97X9ƒ½­¢îÑ ß±Õëˆ7D)ämØgºuŸ<…úŽLü›Õú0üÊOëîl̛ʩÕ?"ûM7ÈNÊ•s¤… %ÄFª¹aj4lS9ÿU¬ùäº?C¹½ê¸R^ªÝ°%¥þr|ÍEꙪ鼦‰Eÿõeé‹ ¨ tRP_,û/r¿º Q|*‹‡g»Ðè$ÀšGâÑ…¦nĤÕêHÀ³Ø|n¢NÍŠ@ª¡à|±í§¾·º‚&ßVOž%^AFPŒ®ÑS3 ¦ÂÑáUÌÔzšÁءīçð*=&FvKAGEcjؓإÙLOVÓËx ™–ØsGš,ð,±ËªÛÆ" Zäûzi™®é„%hΦÊt¤Ó‚ÜÕ7huRá¨Õ½0Eï–pšïn ¥ šûs(%éØù’±ŽzÛáµÅî„ucaÞÆÖ­Úä¼oÑÙ0 F"uá}® ï<ˆùóâ1fÅ!wè+TâÚWÕÏ««¯«·nq׃¯‹Áë ¬ëÉë…h©zAëúö…êÊø5µêë«ÁÖeú5וþÕ¦X6 -P{ªtP»±îG 7u«¯b¥-‚â+¥‘‚bK‹î Š©ÍÕüp~Œb§Í·TlY6sôyzj9°šT%FÔš(Q¤–U‰´&u(ѨhL‰WEE:7‰[ wµI@PM ¶¹a`Qûþ(Ö©€ÙËÿÏÍbÏ&ÍŽUBîä>7[xY³…ªè5i4VŠ€¡ÂÀ @1;yZ½†± ¦QY -È08*¥áTå†S¥Q²nÆg¸#Õ¯”cd@!ˆwŒê×Ft/£+'KM:ëqiïüºî²”·ô²ÅÁº|£èµ¸[Ʊ”yf„‚ì=V¥”HçFh^#&&°ƒ.ëJÓÔL¤Ú–ìÑF©k ¥®© Ii+ðYúÂZ—yÚ‡¤œz—ªYÀ ½ÁÍa Y0 ÒÒå04þ‹ÌQØ©1i´ÁIr9záWsN’¨e´†ûÆŠI‰¢('³±ØŽµ€I z8RëÚ0:ˆ®Ü¤Ö¨u-.½‰Ó+~²eå.”(³îÆØ¸¨ªó«\× -ÖhÕÖQ×.VsY—?Ö+Ñ*£¬W´ªÆ¬I¡.è¬)ªUZf]`Zw]¤ZïV±kµÅômêMª_¥Þëí!e¡fDñ–zRgj®MaljiOTÔ¡xk“ÊVÔª¹{MñÇ„C1@ýK\ë¶'žAv¬ðëÔ©n7J…Œqð*€C£)P˜ç<â è†ì  š1¥ƒ­øerr_é°pö‡õ±16Ú1*!Òƒ¨Éæº=`\ÞÃ1Ú¢tQ«Ṳ̂·®@#ÿ´ÖN9ÝhœÒÃf̹jÄØiêǬ„}ÙhäCòº Œ;‹­ö@ž$B7m þX{ _žäY,rl´"”¥¸ÀêÖ2ÔíFõ¬ðl-'^ž¤Ú4Có™85yª?둈ñ$†Q þ@¬sÍ@ža;(­*U‡ Æ,Ò|;@û£ý_· -¢†@ÛÔÚJ=ƒòN/f_œÈò$Õ4ˆ÷ñ` ¼ÏÄê÷ªiDÁKõkΰo4 ªwÏY÷qMƒXD.0<”t20 ‡*„¤gP*°g˜ÞcºÃº¦Ùâó°…^)Êð -s¤eÞŽ.ŠsÄØûã÷ÊA‘šÈ0ð‰´F8Ö2HŠì‘¿÷ì~94:"=s|Ò#|¹²àFí–AŸj|ŒµªE‚B‡~N¡½Ÿ¼’Ì‚êqòÔœÛï6?ÙíNß¼ùðî×wW<71øç±>FJÏ%ùêªÕP™¶š–ˆ#Z ÑkÙsÓ&iÆBÞ†YÉØÉ  gãOZl}”ÚÈ`ÐÁf»‡‰¬4:É´†FV»§Un i•Apó¼"±@Xy€M%-(>¥¥)%½±òdf³áÉd¾8C¼ÉjÈ·&¼wL-, BŽÍ'·aÀnì+ÜŤønË‚«¬!A[›°4v~YÄ´ I'Õ3~+· Œ†Ø%7ŸOÆg¡¥eóä,–ÖÞ¤"´l‚׌ҠadrÍàÀ¢mn)ˆû3z62X†Uç­DJVÌ? ˆ™ á`äè†>t -V†ÞP°Ϫ.3Ú€©btD`è?ÀR©$âsX8ƒÁyæ>ÿ!ÅNá>|• uÒ Ó C¡à SâŒ1Ït=Öna3ƒÑæLV1í²Ã;Ö!ÚÔòa`$'ä •6HLÈaIΑÖT›^A:ܱp7Áí ûB‰5©‚òY!M¢͸º: rÚ¬Šz†ŒÑ¸$–Ui¢W(“¸"€¢ÈK}®¬÷ ‡A`XPbê °ÆH‚eÕÈ ÕAºK<&mŒíÄ€aW¬9‚T)ze©= xFÆÙ…QE¢øwl Rï;1áʲ"±0;ŠI|Ss‹ óžÈÞ3Ú R7‡€ à`"#¿1ó“•€c)ÔŸ¤6Óz ã"ãdéýÇžd$X46—†ALífà‘•êùy(á ȉŒSg û3lл3ES%Ä]Ðx“Qh2Ý0þ†¹Ooƒ‹¹][td˜v{„0g¡ òí-d.6ÂHíÓÀ‚J…A[¾t”ròL—ÐXÀ»-½å¼5¤õ‘U«'¼ÿÀû3wÍSðÒ¡­:Òó$ Î"â,ÇÇ(?‡Åï¥=t©ˆâó‹Jމ˱xÐXò}âjПÆTÊùâ=÷6û6ciX ™|ŸÔiY‚†hDö¶‘ȵªÜ(‘ïx£†´(ƒ ãî%Pf¼¶È @˽èéM¶$tð–A7Ü;¤:iu12‘¡ônžÄ‹ M Ëú1=¬ËJÌK_nd[†‰X”hÉuÄËÀ²)¬Ïe\ ‡Ë6ÊX‰;&֓޶äâ:q_Fzt°ûqU¸!!ÔÀ87#ïñ|“D?°Û°Wjcíi%³ád3¦-ˆ(Ý^šzcocþ!‹­p -fqÂi Ã}ÆÜ[ŒþÉÚlΔao:ª¢|EøGžàõ÷B[ײaœ!¢­»Ä´dÎP×äÂÈ(L4X¾°"}#ˆA~l>ÑgLã$ZÒ ‹3÷0²NWH-íØ{¦ñ-Æ20˜ªíÈU‹Iå7LæµÇ¾¶ÇÔ¢‰ùwDè BiàYé›áSƒÔ¢ëÙLÜÓ5Χ<3RBj #cPga»Šd•YRºŒž\\ÃpÑŒ‘Ç £KÃÉ0&5H—µòó¢ƒö…òØ®‹áJƒd˜1ïl’ÈýÅ °#ˈ0]lèPŠonrp¤ÑIÎ;Î`wAÌF¤$K»0GAñ¥(lÙ(Kø+.ÃVq1ð@à=K×Úº‘%ÚÈP„ìÙÊ"°ècϾ÷½”w‡R.Š9Ì„°dGœåYl‰pœf><‰VuP×Ã^äI3!ûèšËôL’F yÀ‚mØ-ŽRƦQb6e”ŽóÀž"Læ±6å«‘%ö±œeÓA9CÖœð6'S’EƒB(2æ(—zv) |QG\""‡*Z ˆÆŠ2Áæ–cÆ e¿ s¨W©@— -`÷XÖ6Ð.Ä¡àEåNÂ'p¹[1–‚Tç–gOËô^0ˆq”X,äs é޹/àŸ<×êaáâ·´„3~mX[kàJ”écì¥# ›É|·1±”¸ J“#V(vÔb(ƒ a4‡aÔ¡ÔCÀxañÁ‚QGÑ£—Äàçd„œ÷’^™åF¹IÙfÓê0Ûˆ]îxœ“‰É’©LC|ìöB\ÆÐhM—.bòdÎÈNÉ’‘%†ùl{IW”»jâ÷¹µÌ8¦ Ñ3ñ (7—gˆ’–'aQ˜! %Ꜽ(CŒHF˜'¤(¨Ýb'S"øaÛ ÂpY5’_®‘˜`'‰°GÀ:3ZAƒžÎ²QZüàñ€ƒÔ9çëÑîGúDY @—!Š5Žo@•ƒ±QT]dªÈ)„¿xæV'Ð/aã– ž&J/JšÍ#[쑎¡d'ÁÄ „ž@=é’î? -Ä:1dJ«[/OQ¼:ùËÄJPl¤Üb/õ¢:# aº¢‰¬O‡yäCÒq°ŽQx$`‘g@‘œdZ™9*´EÐCº?õפ«&{£N=¸)ã%èù×€ºO+ ¶#]@Íe}MÂòÐo­ïÚ‘`¥&SôdåLûW¯¢Îh IŸUO [ÏÒ·„W¡Š<èée·]q¨xÚÄÓ\¦Ú±¡–›Öf«yO° fÑZiß&¦?·¨Ë3ãMîÏ Ó NÏNŸrQoƒªù‚Ó=sámhï yPïåAĽÅÕ³4qyFíûXïN`‡<¥P„ÄvÕÜã‘•#*C#S;5¯ +'ÝG|,¦Án,QÌ;ID&F²ÉšÕ” 2^’"Ç(\kID%ýÄ‘>_&%*iÆwì C §÷ DmJE¼CjŽV UÏj˜4P0³ý¼ÌžmÈ “Æ%Ÿ·%ß=±h/bÂ{I#«að^j|8á¬ûPC ¾#R¬(1¦3Å3RŒ»ÁÀ™‚†>4}’’q£ ŸhEJqÄFJ©¶Ñïc¥³bÏ*#ƒFqžŠ£X#{â9¹:tU“‚ ËÕ5%^Þpä\U)Ì]!S_”uÌ:kìitKÛ;SEFj;58N’AüįA¶gÖwªiëÕ`ýòÆNªxÐvN¬¥A?w) 0‘É×P´âFÒ¨™ßÐ:¸Á" §Py4®¡»Ðy)™‘)oßký‡Œ3Bë'e€kªQžFeC¡sx jž•0Oë!ÐH›¶5ZÓg´ô@}V­OÒJËÈ:kEp(”?9Ãé,'554ZWZ™“¥ÒCQ«Å¤±#ý\kâówµOFÇ:p¤ œ²p´Kïr 6m -|kŠd¼uÏðØÆ}X‹ÁzŠ!ÆÌ7¬ŒèÉöÀv\M+ tÕ àƒ¸œ•µ…uÙlŒÍjÊLãYœDÇòŒŒiš{87â`Óc(«6)ÿ|my˽`‰Qjµ Xœb*4Üt(ó Ét\YÎ<²±!)K1sG,pž Ñ…‹¹‘v#mÉã}°Æt“á”þµ5|EüسÔTÛ¨è³î^L‘t®ÈZ:×ú [¢²bzºÞA•`°¸Ð mk¨g´¼ýÚ¦êYq+%eì¨Zfs¬c°8Ë]0HaZÿ k®c¾$Ûš³¢b/¨ŒÁ¾§ó‘Mi- {21oÌ’V,s#4}ZD¤ö¨LØŠ,Ãö|dlÚ -ž Q$оmL§OÊkßI PFyºû’»–†_?s>Å»¤M‡ž¥€š®: Vò³'7åÖáMf½*'}q¢Õ |Ë•¡ï’Ü ”㥜œòÀh -çžýšþN>CÝkïxeë`¥GÛpyŸzÖBØkÓ¥[;’ÒkiÌBfL^BŽùì)çdéLBÖbò—½E'àÀ†™àG˜fÉ÷xÀ–gÜ7ߘ+Ë8©ØÉ°;ÈeV1á—–—í6YËS÷ú È#ÀXp u¢k‡Á•Žº`µ1Ò÷HÓè…-%.áb‚$¸µi‹ûT g­7Âe›>M##“jDvGgK…P3fi™2Gu¦gÁ‡‚›™O¦–Àøyy’ž$ž¹É4±F›ÐõÅÅ¡LÆâ0´(#g¡'–§ˆaAŽKJì³è-ƒË\HUãX)Ͳ*Ð êM¬‰Úulam 2iƒå&ð^[j S/¡‡Ièûˆg“0 âƒ%5ô»ÄR¦zHOf‰è1ÅIº¦¼iNÉÔ'}¸3Ij5µ€è@u|ƒSÅxªWHªˆMx9VH¯2C -Éé p­t ©©…#!šíM`2±ÔDGKQGß§3E¸ŽÊY•p¢¯‡7jºw’;F:ˆþö¦p…åîq4Y14‘åGâ·zF—ªB`t…oìc©È5ò Ö†4ó>^ózeY~ n -#aÊD@¤¢€égöã˜I‡qD‰l(·­¹—cdÈíYPsO>`LÓ±ƒ)h¢Ù Œm¶éhE#ø‘::ì|RómG)ŒÕÇ·™“âþŽ¡ÕôÒGúŠâVKÇ -+äíµÐÁFûCdÇ_V}UÂËqÆriì0x7k†+!蘅n¡ZÓ§arlÀJŽ:–›a”#Ô9Z•”v’×ËHMa©J˜;Nª¿ÔòpÛ@³¢$RhÂIÕw?:°Še¨Æ"<‰±ÕˆqÄHÄÝ‘õŒhd«¡p•@¬Ôd¼˜ÐjHÅÙf]i /ˆ*a0 X27íÈF#86Õ`Ô5ÅT,®‚Ü“˜Ð{Òˆ*[ƒIŒHšK´”:‚Rêë´¶16*Ò„ie;f‚„5j4ìz¦?0pš!¾©Á‹ÄäÑ‹+Gí(hNN(Ï!³#b«á=©’f˜T)­&p¨LZ‰,ݾŸT©N -„q›‚áö]©,Ž53½”îdK{ßP}&&#rLVE©5(™y0zÎŽÁ“´ÈÕÖ"…š”ÂÚÑh«“c6 I“á‰`²óò¯¬WŽÍ1 «ÊÉ xmã“D|âIžT‚rjkš£ÇÎI¨ £H†²Èn…`ƒ3rV[ö‹Í%×$3êó×Bž%’‹Åe‰6”•´)º;„3][+ÝHûÕŒV¶Nçc2¢JÌ-µ½”gPS€¥â>ÊîÊ3¤‚)ƒ@\éKWÛo³ˆC¢Døo” Ø1‚´Õ³¼²$C'" -|6mãµE$*&Àm¡·M1f;Ò¿HOƒ‹$5 ²…C -l™”AØÈ°Í¼ó*›ºcª‚HRö,~ˆ¥]ó"i)‘=$hSö}™÷i¶Y®œŽ) 4DVîR]ÐŽ«‰È•W‚Ï–[Õz)Ç3Ä.½¼}&QxŸÚC"oÇTRÅÿÇÞ»îÚ’\WzOÀwØ H ÔQÜ3ÓÿIJ얭†µÐ¶`}X¦Ên²ªDAoïù¹ö^1ck–Š–d‹ÝE±væÊKdDÌÛ˜cð­ÖB‹Ѓr+·"ÍR¯Áãšoo-bò—PóiP˜É-µí[®íZ;’ ÊÂGKÏìÈ£~øTbó‡¼â„ά0Þk«ÕKXdvU¼›X kŽ!?@ì»wšñmQ͎ϹeÿvÔã%Ôå0Wî<$Ô’CyÏ,û…&±ù×]Þ[Šƒ òJ6õµ®ÈÈ »k1Ÿ`-O6¶[r)nâWÊ:Ùã$µÏ¬Ò6²( OaZêµ9ãÈ‚S“—ÈãN˜…³Ö·\k¾ ù4&óqØ—'§¶–Ž è€žáÓÇ6_i)A‡ë„2vx”xÆî•âYahÖÒ|ÞµÄÿôq X¿g€Ü3álçÏD,„É7aÚ|ÄvöœE\E+R#¬Ä€øxgE?GÂÆ°'as –Ý 0ëNÐ4a³œXœíVZ»†P¢°xÆ.š‹g­Qá 4åŠRÞÆ¥Ï@çÜ ôœ±‹¯7g-áyÀ~‡È~Ao󇯲bÙC®"bâ7)ÇÓ‡tI⇔KôoS7¡1 ¤€boÁšFz´&ì²P¡³aMf…æˆ MÛlZhÖY¹Ðð2{±qd—! }'!ÑzWÖehÙf:C+MȘ†.œ;Õz÷îìò³kãÏÌíÞBk.8tmSÊ¡I)d¦×>§ÜíRÛ$yh» -ÉöаuçéC¿×6ÍÚÅB± ´œ…‚Ch\Û.âufÝ#tÌ…’Iè¼Û–^B_¨ÜÄ&À¥æ{ w¥£qÓ+T›^1[JPzWüiÞµjñ-U,ü/}X8%«–U,† ¢O¼[øaäÞ¯55s¿>ᣙ+Ü)‡²ÜA…„Ú†=-—ÛêžíWؤ5Ç¡œN2ür8xáµÌ8Ð “{ 1x…¥Z騊X<,Š9±è9Nר2¿šÑGÉTîÍuˆÑ^u€Í×C™7´·©¹MÕÖöXñu£i dÕ¶ú¯³V‘㳬•èð&kAûóv@ÖÂx×µÀ®šð}ÖBýú…×Rœ&;È@˜m+ò LØ€^óþ-ø!,›:WÞŠ¾ø¸˜Y¹õ²›æáÙ.éÖç…zˆ êdtí>óÂvÍBz;I›ž Ša”SFYŸ½M]7¢ÂF':üôÚ'œ­ƒ(ª(È{üê<$^]Qâå0Ð`[v³öõd¤ìËãU‘ôˆ—?³ ¤Jj¸ožn=Ãgëúrá:q€®9‹|£æÃ~ý<¿üÉÄõ[|@P'¶ZÂæÊ{œÐ0gÜœe¨]›¤–M &Ìó—áÞœ1ôS¥Õ¾àçØ%z4ÿÄãÎáÀòàŸï$ÔÓY¢i¶bá’ÄÛ⮡3>áŒ.ÊäÓ\ãëTËú6è6±Èd<ó#ÙÈr›£æ%¾xuã³|ô1>?¼Òö ‰2K~Þ ðgë<é¨mã˜Û–“ÔW½Î5Ê,ÊõA^¼¿3gm2KjãD)†²p–í蟚§9á`\?¶]}:Áì±Ê;ˆ¡x_³ñ æâŽ/ðfKˆïÿ*ݲmG}]UË´£Ï€,د¶¯òi;Ñl:É @‘ .ŒÝ—~º]L›Ÿ/óëõÎëù¼Ÿw‹ß6¨O¸ûæ$7‹ÖÆK˜ûæ÷(¤Â>7{€Z&`ä¨ðûÕþè{Z‰á*aPÃs¼3ì÷²!Ó‚ŸÉl©oÜ“_ͨßs)ÊŽ#ž¥ÅAjuW°*‰¿“Œ „ÊfW¢:Ûø™Ö…Ò -žfš”DÒ¦hC%ë2Yb-¤W!‹bzl+  ºÀÈÂX|~(›Šz!Î×iWN«!LVx¦Æ TÈ36eRR>Íâ§rê ñÅ'IpzC£bOóæ!g“ßia×9߯±¾,};5‘ ­ᚉ¼ea©sPÙNiQ%8Ž$G>çÙPg¡£Ã¨;´«Å ‚O´¼f%Çïlúøäºp¸×¬å[Lw&\MºÒ´fRAw­âô²4YÞ ä$åNH+xáî“TI.u•Ù8 #hæjká]’6¶ª¾ R;åX²_ËUøŠ„õö')ÂöÎÓÃÔG¸ÃŒ”_ßž#’df[È@lF Œ¸ù¤ä™÷£ÏY]ÀžB–ðН3ýÏÍwïb8³iÜ™– A7Ó§K® ,œ­WÆ.ÌÂ~Nòªn«š–‰u"ƒ÷ª?7o<Ú,øÐPð¥Ç -ªžÇb‚u:sÈÒt°Öeøx½ÝF¬ƒ*‘q/€ Èq)¼Nx²$'Ö˜n Ç÷«}>¤¹tú«¬!…¦À21ÃRZ<6`Þ„Ï(µTd.¶—8¨ÎTNðø‚G óIºÖĨ$4Ú|û%)#ÑqG¢Ema&CÓHóg¢’Qâ‚ @-“H¯ˆƒ°°Te;lº]6°u’g>-É‘Üy/dHµäUEt/ -_¢Vû™DOÍÁvÒ:o ̤9 -ˆŽž"Àܣ¦PAसApQ“ 9™ÝAT8pÅ<Ń­Óf“HD3ò9”YIPÕÃ1Nj];AÅ«,”Ù1Q‘ðƒöx‚¿ˆ½¬ZfÀ{`¬:ÕBúV`b¹¶’|9&£J ¦aŽ› §G³#A?9yu¾Ð#Ž‘”¬µÉ”ÀÄ¥ì ':ù»Ïóì﮲¯òÍ-ƒROR‹}hˆm‰B—Cp?×ø›½©BoS†ûIØ\*Ü6ó*–€´=‚Ìô~'û,híPp„_¶˜QQ`"nT´Á“ÙøÂ~K.!lôØí3³ßvú-õ›NÖlk©_”¥WÆ%ñÆ›•èú‚{Ñ÷áEÃLûfƒ©,8œ+À lB:S3Ðá‹*ýͼ U-˜½E½‚Ö—¼˜Ðr8Ô>N^Ljª XMäIÓüc¼™Ýì¤$l›Ž}½^Xrl‹¶ ×¾„¤ù‹ Ö{sâ_óò—OëßCí8’û 0%æž7R€Íþ@£ì¬ -Âʼ+zCÈ,AH0²b?/@áÒAvkžpU••/ÂG6E¶4^¨Oµ­.šÁ<;œ«CÉ(Ÿ™ñ„ÏRÕßh1?&•BË -?=Áòáâñäīچ1n¨–JY’?ë\¶ -?éð·ëºDVÌ}n{ÿ¤$OÅ«r©qÇLè10§â=çÅ5”@?ÜT\†Ò$÷@`¥7gMÙ-›Á¸¼óÜ%úIÒ×uÔGNçßï©o~žü€7ƒÚåõ†Y"}\ŠÎ®÷ž7Í Í®žŽÍkÓaJÙ¦›q‚g=Žœmôè½ î}´w>–ˆ´¥y ãØ}GÌ…šˆ nè×ëw Âd9Káz?ƒƒ¯è…ø¤nf"?£¥ÁÂ’àq6wQ.1Öâíò×›ëNðœ´Nà­ZŸa9(iäÊôªÅwr”ªÒç¹?VÏ#BèR©!Ú"9”ðYÕ\ñ''0 £ÅOc›¶d-;w¼¾0ÁD`´[öÄ÷ó$9ŠZì psm3Ù@S*÷ÔÁWæ×Éö4WÇ]ä°Çܧùû±²hu€*œ·¢GXdŸ¯Ë2Þy]Þû7Xw‰8ëNGsݱ¶_%ì|áã†M3̸ùÆi÷ðu¶nìÀ2ãß5#wÁ程ãj¢È v„M©a¹ÔAôØC© ƒT¤lïCEʆ¼;™Ž4  Kx -Žáð¤÷âT»Œ ùܤ§›¬oñ~6°d>íð[AYA¨dIºW óѽâkh‚Í•sżgÈÖu@"håË5Zý§ÌËɰÂA -Gô¹A )NÓD³¶)òœë4µÖMAÈÛÍœiPÀ8Ó {d·Šwª¹Ö¬î„ “^ØNC°»p–æZ‡¢A¬î„öiˆ™W, ±¤7bžòF¶…Žäj±Re|'Ä’ËØˆó¼¹ƒ(Ct-‘¨vˆ9×>’»Ù.ƒ< -Y0Qá5Wg’¬Tòg¥Išý‘f2 N¿Q…xæŠød»ŒÝ𤣾 ÌE8 ïÊ6ÑîzõâœAŒD½¡K^:MP ØSÀRô#¼x†ç­ê:wE†¨g|Á[Dƒï]ô(¤û?I=„€`!6yâ@+ŠeäÓ1oä-Õ´aCý:°(eXó"‡_ýïíbù¢¨ê |sªèõ¾jµÜË`«ÕbÛ¼;œùäæX`Ù>áË™%ßKß`û;ðUÐÉ6Ì4#ü°û}EžS c¹ë?­|#ÔéºEýÁ¯Gùݾ¾ýs‚$Ü*ßüx¯g!*óÈæ”rƒç¿Kßü(Ò7€r•õ»”­«{kE%T$¨Ð’7Ö꺼wøÆvÕµ2¦IcÚâmNØ+rYì«É¶œÎ±:ªÚ¹ðX -ZYÑj‘f§öŸ%“ioµ„W4#^Ñ®´±ZgŸ‹9é4ÈÕ2ç”–© ÖÈ£¼c´äK[û‚KmcµNüÂDÚÆžÚÆlÙÃ6½¾Ü9Þ1[\'eEGã8vf Ö,š ‹óD³EÊ+`«Ð¶þþŽÙºf ñºhl;7fë:½´r±Ó  Ì–€àŸ/TˆÊÞl©˜ ,…b¶](Ú-pÔfü¢¹˜v pÀ ý·æª¡ö ×Ò\¥^sE» éV›ò—­ÍÕÇKçÛ®×|Xøf¾g1]_`¹žEÆÞÛhÉöjQOyÏj=ý®¨H`ƒÐMg¤’¿÷­¾BijЇ×ážl3ø뇼ÖÎZýA^ë_ÔPýÓçß²2×aø“½ -X˜À -(f¥:ÐG•™¢Yñ²”ŸP¡<“³ß$ÒèÂïSi‘ÆJZ®ŠÒÒ ö`5¶éŒAµ•bªy»Nµ‹ˆ4Çi¹¹šŸEO.ÍhCÒfÒ©$§ÖÝTm ŽB¯ro^óÉy8ô!ì(±¸]ÕΠø”FÈÎP›‰ö'2 t„Ø>ß7R,«¨Ì#!¯WBzsÐe¬vQ'z<ªOÍQõ(ƒÇ/ bºh½S»iÜè’*¢àœrH¢‡¶$ÈNÜulÕðBÏDFô««¬5H{f®É™li„—’\Iw©(»Š]ò¦d$ ái8dî†nlãÖ¸q¥êθø§N’o¶o4Ôonߨ›áœ–O‹ý ÅNBe¤±m´ñ‚è°ÿö†c3…¶þÍzA:tõ_³‘¦­STÔ4i"vV$ë$€<÷r.áe‹^¬Ùjj%-y²@Ç.p$ÎUbJza/tæ»´Uá–¡*xU׺E†–4”*ýùÏ#¹¬M;1 "ûÎDõ¨ íciÊÌQø*ê.2ki繘nK€Z*èWËz& ¨:^>\j?R¡ë«G\Br¯:‚Té²Ñ¶]%RÛƒUꂌH´ØœúÊË4ÝÎpua‹1¨Ó ņŸ¤ø+†êv𢩭Ùû ›DC‘ŠL]/Øuò©Øxñ˜¦P¿˜`»Á—Ýn$4ÊQÑ>qW<4õíSQÞnTï¢Kòôü¾RÁë ©€˜n-_úvéçFÚ ÈçOMâ¡´BM‹÷c½¾¡­f2Ø9”í[P‘ÔTÏ5ÿE¯æÇ¿kö#•½VùQT° W©j„âr‚î‹Z©2ˆ|p3v—–2Å5Ä‹ºÛ\Ó¾1¶0ÃCoOà*€y~R]TÜ×…Ü:›qÑ؇m£¾Àîw""ôµëø>€´Mý…¡Ç#Oì•=Ê%«’ÕÓKaÁ„ÏÌÒ~Ÿq…À–`ǧ|+¥pTúMEœÉ.Ñ—¨MЇVÐÔÈæòä"iR,UF¢Ù DSN˜ÉypV"ˆ/Žð-M*éh1ŠXáÍÜ’Ô6w0w1 E7¶ ˆäjc;T¾ ’ÿ$Ïl`kÎ;ð9ÒEPÄ›x£—͵‚YÌí–{®óJCP¶éâ - arêçq¸¤Q=ŒS9Vh „ÔÙ01p4'8ã¼lÀX¨§b~pk¤}å&-z´æ=UŸÍ¾;d>ú§§m‹˜ã=Ó;9Œ3º§ó‡S`ÇŸÏ,ª˜’†C*qkÔÛw2Ž9 ÌÉ—<©•Pñ:¡ù ý×üHL ^“ÜB/ŒEø§ÏPºcq­ -ú¡êþc -Óýwð“Òœ¥£´·8Ô- ’»GöTß>qŠ·:Gj–þ‚èÃ3 èײÓLë!ŠSÖTn7jâ7³¥@®»<ÁT»Ìarí8ù4Ýâõôi§í7+[B2G¢£q¡KAyIúá` åŽqáô*r·(,èZètk°ûP(`ñšÜ-dp‡cchî{½HäÃEñõ›å›Àù‰}ӽߎÛe&'_¢~±1~;}$ŠÝù¦U¯ÕoW§‰ž‰¬D>÷~;¶—nB¹Äâ·ë•®^ÜuÔßmœt„nh@ß1:éhºfÚ?+]¼W‹NºîK3p¥ëJ^¯N:~ŸW'Y"[#æÈR+ÑGG*ø’mŽ0G{wSSAµù#¦fwÖÑ%Fˆè‚ª¦H–kqÖù¥>peöœ{_…¥N*·‚$Ì#úê¥Ïä›}tÚÛ¢¯n㤎=F8A¹õÕ hèR¨ï´(D_;i2Ûö<\rW“®EjÒò©ßøê £0Ô¶C@|}õ¢š_¸ÛV äiúêøµFÈ‚]ÍÔ¯^E(ÐT²mÇí«Ðú—ÐÙGqþÙ[ÿx…ý¨¸´ ¾70 ÎofÎí®›¹×|½¦Aº#"—¯&¨*%Tvqr*§à‰0|ØT¾^uÇÍ@ÝØ4Ûoèp¸Öüþ* ÿÄÎÅ(yÅï† GË¡-»»- øCá §Û¶,XÉL_fkX¨zuÀ˯q.KŒGŒù³4‡l‹À,2 )¡ö+¼Ä`ðÌH~g­ýª¥ë¾îZòUKs,‘kn5–|ÅÞÂ7‚½åPÃésÉ×wnvysÚ¶ä‹2Ô)x<Šùˆ%_ž³#.˜ãùÃZòˆwh‘ –IÙ—|(JøEþ=–|ù¶—¸«ìE1ÃZóåi¡»c•óšûš/ûPeQA›ÊZóU[^c¬hÔMÍ——´×i#µ¯ùòNPÛQäÏâ6Ÿ5_—'Bì¨ôÆÅšo%òHÚÀÙ¤ï,5_]‡¥Ãu Å_†ÄÄ Ýû¦ø»ÝéþÅßíXýýÊË¿7ØZ#s¼/?®]âñš >ºp×¶ø `¼ÓŠí-1Áï;‰Ôi×Kߪ½WûýjÙÑÌ]?àVT³Iy$"E$+vµßç­_}´ÖÕcüÿ¹þ¡%ÝÓÞa‚bÛÈXàû¼·y²ê7Olvyï ¹ À޲Pà÷žl ꇻ`CÞ[×¹ Þ2]fÖø)ñ­g¡åÍže(ݲ&¾3Àþ‘‡ò¥yŸöÎðйÔÙ¥Ž˜õ¦™ -·q›ìÎÈÝŽMŽ; ç»Iî C˜­³)(qû$7ˆ)5¨1"Ÿ1Éí€(m'è5%¹t)µ3ðô'­mHrsq™ÌÑ¡ÿ¹b’[I®g ŒÁW]³Ý¹Lt;ïwЇt7ˆ©íŽÁÊ=éîÌf(édÚȰ®énÁà„{2¾LÚè;ݽùù’îÎR³’ìñ‘Dˆ´¦»·¢îf¬(ÍÙ41ÝmÏü颽q 5PzLw[øcÆ\E·ïóÞÙ:8!!(ŒyoBìqJ¨2+FXóße6…´·Ù{±£™«‚³Þv®·è«6M-jÍzg|B¢Ñ!žÁ¼ÏzgbAšGÑþ³Þ•¿ûpq|ýØã…ûÿ¯mû•9†±_±ñ6+ÜÁrw¯Í<SØ)1¥Ž‹ÁÜÛmItrèmë¡0oJž -¢ÓdžtP Á7Í="z"¯ÊTnÚ×lÞObÜ&°=ÈïlÔm+ûy³-¦(¥Åuê„$®M4]×Ί䬅çÍÞhbÃ<¦‹›ÙŸqðóuÒåIûØ•HTóâê·Í˜  è)[ˆÓ:é¿.ƒ5+â„Áa³ÑgdŒ:HñÇå;þ°Ác§nétRqÆÅæ`Ãéµ9.(˜@ºªNFˆ÷ȧzhà߃q^~†µç@tÆæ„ZJX©v&Y5ÅZŠß™ö”äR–È€dm=LkÂÙdµ{ë Õ¹1áDUÀXvB l( ÉJ˜¡*ÝùÈ#$œ¦“–O¶Öcn=pÈ’Ìgs°±œ ¢ZÖÒézÚЃÜ=Bà‰X.Îøo–³ze(„äaD¯-$y†“Tz7£u$×Ia;Œ¤6ì‹\R¶Õ‹ -hTB–½;æ¢ÁAÜ´ ؘ™bæ¨óº‰mîµ­G輻™Q-ÕE˜HQ´b=£Q=&it"¨‚е@n´šq‰v*’èSMϾšùÉàkÐ žN¿”h‡¾&›xˆy&sx>âKêâN# ?7è(‘§äÄ 4Y¤þK•ä–= -˜ä2Ó ´F‘n°¥\hÇ ìwžË%„G¥óNΪ¬‚ç王¶«BÙêMLY0ºØØÖo×^õê¬kvÅ™K:;¶çå!Ò…?Ð*zPJã¾Eën~hг@¸Eí¬” K6T•1 Œ«<ƒÒ,9q, ˆ2CèÌ»2òÉ¢íÁ¥c­Û¥{ª—³"'Ñ焞֩s …_õù‰H®|¾NgŸj>àñŒÂ7#¢ž»Òç ÂY3ßhÿ’QùU½þ•hcã Ä3Ò (ì?Ú;æFèŸCëWá+' <nY(K-‚©…a ¯‚X•ôö–¼ë  Ô`ë® Ï"oqÔIKÖ&-Y™ëѲ¼gvrR42ÁæišËÁ^jn}9±¹O´“¶Í&gS=h˜dˆ4!ñÓŒý+ÿ_g¸IGäš:v]ܨɦã©Íš½ ùnJæ²3×±`m -!}Ï+zúkrºÅ饽´køäîl —í[S… «„}X˜­í­Æ!ç -þ޳«h{ÉrÔ‹ewÊmSÿßè:ÃYÚÍÆk³ë¸dQ‚m×T)HÍ_ŽÙSóm,|ÅB)‡:´+%VÓ¬-ÏöUWQAT÷Ôõm°±¡Ÿ¾fé^P”dû'¹G|?…Ò€ê>Ñx2Ç W -¾sÛØ/eH¿ž‰riY¢ßØh$ '˜º<ßtJæk•rD/nFä‚ÚÎkÎf‘<°DüˆhXó:ƒn×N¦oæXÌnÛ¶` GÌN‚<†Â„­,2çÑ«iÖ6ÆŠÇ R(ö0Û³hèE jvß^“ÎEÛF[-·!è$yJ á’ªíg åžý%‚Äž^˜óvk²nv§Œµö ù90 b·›k‰³qÌØ&™Ñ$•d¯þ,òIjº¦£Ã¦oÅ“†8’T;ظäp]L8ÝÃ#Tõrw‰‹þ¾±¶ìâ0p¸þ—†úïüÔ"ÙšºPF^†ÖKó*#â¯'J‚æ){“8|:Œ6ãQFÃûéz*šÄ…ª³M¼\' é…œl=ïåMÃtû+CÓyIߥû“œþ$`ì=|€)M[I>½’¢vbì 6åk)¼Z™è©Æ³JN -c¡™.5ŸóÐk(Õç5*2mÇfÒ 6­á8Ë´1[„ÀÂKÒ•f›æØÌŽ&:o¶#\îëð}[¡´Œ*®¢žCPÕ™ Éñ#ìÿž_†?íâ $Ÿl$ -”€åN:Ãæt¥Ý¥šŽ¡§Ø!âèäû„š_qÊPzµ¼é„*‡nà“BÔ²ko:’HŒlè!?5¨HŒ0¨hgyhsëDøän€øÝ5—Ì#lºŽçQéø¦Íš‡]Ú{°½_‡øæÞ(EÙT¯e~ôyp}+>’"ûØ [Ä¡ÀJDoæØ^<‰qΜ¿Bç±ùyï‘r¼´ælîÎØ>x8+¼70ÜÄ0R ì ­å¤^•ƒÙxh§_®A¾Dq‘‚õ(›¯o 8›L ,‹ïLž^f·oBÎ3o&a›¹ÍŒ¬^a"ÃwÄ@ì Ÿl» zwb7Ø,,JœRäºÌñ‹ký]Õí¨:VJIN~Ø(û铬; -i-¿³1eʸy;3#)Ç NY"]d7³ÆMÒ±X$å°ÍôÕoöZóSÜŸ]7jÊŠð#Q¹‰›=¥1hiÈb²7zMf^†+º›"úºDfužÁ|ñŒ°›YÈV|o¡™¶×WI ¥`C jà§§¡äìpz„§ÅDêŸÜÚó"‚O€w6q¯kã”ó†@j‘\|‹bÛ´M;<ºÎˆ. -;Zåh0®jœ_=R?j~´Ÿ‡Go‰—¬ÏK+µ³õº¸ÎE/lðE¿ä꽉ç[©ÁN þŠŽÉC»‚MY´W¯±a›„´^t:ë ºm.B‘à·’‰ËÊÚ SX°¸¿>ÙÚLö&¶èF—CÔœ0ì¡[úð§ç4€¹0„„¦ë^%(ÅÂ0Ž«ïoxÌ7¬c2°¦\šŒÍ“™¾†°ài4#rx¾~ _Ă׆êÙè>E?ÔðIÌÍ´MðĦ:% -8ð3îŠva[8ëŽú0`8Hq^èG…€ö¼É críãΫ­éË›ðÕ>±œ[uüל± ¥ÃY!$‡pB© ª¨N…°^œˆh&ÉJÏl²b¤ÝæÁ.‚¸õ:Ô²®ÓÍ)ç#à9„¶-*½—ÎhÇ$)ÐêîÒ"ö >ë©v³-,‰ú¹5íØ‚ZÛ§gØð½Tu>I¢™Ý !/¤,<^YxÐÑÛôREÛäH³»ØëÇ4-,)TC ‡×T†¡få/Ûul3fÔߺ¶ªl«ŒêšxûÍÅdµ¹Ð6¹;ö/<ˆ¥»ïs€u†ã¶'*us‰TΈk[/”Šb>’bØ(%,Ìø›t&Û²ž³t>\ÙP ßúhÀy[®1ŸZ1¥U‹ÉöyYྤÜBZW@è1Õ+u‰55Œ zÊž…‚Â>ÅŒ ²‰…¥"«Rc†Z€s¸ ´¯³ÜîîÙôÝgËqŒºn ;8|¯ÆJÕá ¹yÌy%Ó¼Ëì×”gѱJ“4V¸¾[,ÿ  {)2Pµ#~¿H'¡«¹­UÄˬ5Fð¨,S¡l‚ã­gª`ñ®ú¢ÎŠ~E&zSÅü“EV*XÀM%HÔàÚ:\;5V”|ì@½%Fé0¶³Ê'JÄpݶ*ZÎÃÝk^š‡ª qQ# ÆÀ´Óœ1MÇÒ¥GH´Áš[”ô„Žö¥æÅ‘b­ jšÀõ ù®*e;{£¹.m~±6^ -åìY•wui ÓÃÛFu¢ä¡r…ÒÂ<.p©.!f#Ó[î…öé…6ß* 5_µsw‡Â(jCeƒb ´k¥rópB/IÿÒò¨‘«K]¨æ6á€áÃ^M¶0 ‘Ë7¢—¼²G¿Óó‚ȵéj›'»Þjk¾7Eú¢´M b[‡ö8ÃwZ2Õó‹O@¹\acöƒ\†¢çó†Ë¨¾‰®š-fÍÞð(Ý)ÁiièÀã+Y  DËmDæ>²ŒŒE=j³!iØøöa€Õ•O‹Œý©DjøLãRK2àŠ¤&öð¥Áˆ^¼u½(,lf /TD¢wØ•æ²^'Þ`ïê³ Aâ%Î]H@V\(®:Ú“šyœœ–bYIËÓ‰-ëz‰‹ÑžŸöàKB ÇnQÓªBøA½»ÞÞHبˆûw„ÿß…ž7óÒå_£÷Ù¶ÃFuÑÚÜÖÌZªýµ<ïwRŲ&Ä3m³õ"è¡ZÈä{ïD<ï„nà¨ïì½Ç %¥1pŸW3P±ãÈ”&V0|­bÛ”¹<Ù F¯”¡óŒæe´¤ër-`:WƒÍ³ˆ†\ 98˜f±ä³íD$¥¨ÊÆ™ù쯭“Jðk!%u°-vœw<@¯Y«GÛ“;@P…€ìí@ìÙrõ“ý|««¿v®=¹/¸ªÈâªVºª‚ DŒ¢…R§¨³WŠPõTœ/ˆt)—Õ3CnÎ1{yb«7‡l»ÖnRìºñ -E²qw)/>%-wꃂàþpXس[JÛ!DÏ(‰°ºz· ’¼£Q¹ÝÛÕK>œ?1:ØÌÇÕ5WC^¦~‹ÒüƒY=üqÍK®1¯Ž¬|!¶€ŒÅÛ·^I¨B„‚¶=ˆ£ÜÀ3 vÙf_=à- A’4îyƒŠöôýcÙc¨­uÏ0,qZ%n<èBeiÄx/œá‘å7n®³F¨((Ó#‚„¾;´5kÒÛrîcXll¬ò&×OÇ3Ö°œz†f!̰÷” -á=]}§ö^³€ùBf -ÊFuH–7ž pKm ³±O0°A«½Á‚Z¤N^BŽCMBÃ)Ï)YÄ ·Jî@·Ëhó)ÕšRSÐB0Úœ^Bº†3ÔDa~3NhLûh«s¿Ÿaíš=ç¹4Ñj8ùÀSÞ !÷´H25Ç´UU#TÜ Ž{χ§ôχ8Á•ȈY4n¤u-Ê¡áE䌳¯äåéÁÒ†„ïHÞpIòç¦Ée«ÕüŠGÌú”Jä,,þTÁä¬éHl†vÞ “ÏuÆ´¦³zžÎêyÎzFHJ¤’üôå—be·J^XžeÍÔrý×w¨ô”è­Õ¶pÀ èÌ?Éâ:[¯@åĤ3T³jZÊ}ë;([’׬HePPA–£¾&À¥¨¡ðò9}Î.¦–Ûj‘¦œënI³ÌÜŠ6`kÞAô”Èô‘Ì -Õ|v굠ѾôMNíÔwô©®Àeh?d³ðÁͬªdLs¬c¨ -ác»±Mæ›Ãa©‡0iqb>Òï/¡¦¢çkê‰r¬È]’ѧ¤ã]¿acâ#Ò¦1ÎÉÔûTùѤ¥ãÑî–ókÕ‡’Þ¡JoÝZkN8€ÔåB¹Jýÿê3·Å|({ñéÔ -Åt¿{-Ÿa•|¾Pz•ÇR‚SãÖ©N)ózz¬ä1ˆ¾kÍ_*‚܈ÖaÌß¡.ϵªÈ—¹4µhm­›ê$Ûˆ7•P½w¡õš_bxi ƒDd—Yë¢ÐШŒÍðw]ϰUxu-ùwê«á…C­÷Ñø5+ÄUlƒv ûäw3Þ¬+?NžèxùûÀöéîƒáåÖ:y µÞ¾ßК¾Ó,5ÄO¼"öSeE„·‚â¤]AûÉ¿‚)â"ZñõÐÛåP!ëâ_%aû•·›NÀ·„­*`dÂv·"m¶»fìÜ›nÀú„m:`†¶Ûý -=ZFÀ.»sCŸ¶f+ §n£@WÁ^ðÖÖîX°ßH|€€G{ëB8[ð@$.x1Z·õ†nd^p¦¨/8d¸uìVháíPbô'WpcðK¿Þ$ƒ{0–ÁMþžS¸ÌàdDgpÔ2tçï€iH5†+Æu¬l…Ì6„SÇ» ËâYktÃ!@ ¸ãm ðËkÀ1П± ž7g-Aø çñû ߇ÿ+†<†ÿ~RƾMi8üš‰€ú™U‰xü]R& ùCn'4Üi¡ÐO°Ë*ž chg˜Ù«Ð ±M~ŦŠ5‰3ÖD\lðx“Æ‹ý!k0ö˜¬™ÄТ²ÍH..!¯ZeBn4´Ü¼M­†Ž™ ]?w.÷îÚ%€c§ÑšGŽÝJk.:v=írÚ±gj͇¶«Ví[Ûô|h ÙýØI¶VbGÚ®Ò¯³V,bsÜZõˆMv»êIlÖ[«0±áo­äÄÆÁ]E¨MåèNš–ʒÞZRÒ©IöÅUÒ‹¿^Ç-<ÁGÃÿùùk%¦—í0rd@›ÅF`“"P–¤êë:GŠpÈI ùÿë,#ŽËªžBÜûIŠã¯F¡Á¯‡ë $ #˜’j\.ØÁT¼r°J(\eYºñAÖÕ_h·‰¬Ã®vÙÅ>ü>Ëâ[g(M ʧ SNçŽg*…0¸ÓøçݶAoEE†zÆY½ž–P&ELô62æµ½¾ùd5hº¨fžÍ`Oë7þ<Žðú~ƒ{ BÞg[W!û‰ZÆÎΙ %CC2Êü…øý•ïšL*8sº¡&¡Ø$Å{2¦F|j'äi¦ÁLOÌõY=Ñ–HÚvÇ㩘p¶™"°Y‰>'®·’òຕjµX´‘Í@½K+Ab2m âÎ!ï4²Ýëp±ää-æ¥B÷©3´ùA°|€¢Ä„?§?ŠÜ K~€=×·5×–D›¹¶gÑÆKn¢Haù˜atÇ¢qŒ°«çM`гà3‘K3Ä‚O†eFû¤¿œûr.··³]WðÞ*&î.ÉVÕù‘U3MmÚE‰Ño {“Hÿ:)¯ xN&{Ο•§*Ëh‡ƒÍlú«eaÓÁ•$ ß{˜•Um»éðÝ¿jÊÊJ,ZÃõ~ƒÖexÙݪ¶½â”hj&Šï›½A²v`XzC+9n/¥Íj;NÖíé ù§¯UD”p%Á<ÎÍûàúÈ[¨Sg.)îíoõ…®CJ‘¡òIwZ?Í.ЊŸ¸RcÈf½ÄYR¡X$²¥á¬]›ÙKuKÆ"Ô=Ûž_6±YL~žð5;8ÊÌD×›…Sº:ØæYù‰ëNE>ZH -˜’ó%®]»“ÒWî  nq|†ŸBy´Þ¼¢a+)®mó7ãX”þµðþ·tÕÍÿðŽbû¿ *ͧÞñjÆþçÒÒoy4/}àÑ ¼ôG3òÒïx4W^ú@£ˆéæJL¿aÑ ´ô+‹f`¥Ë¢ÈèoÍó]ú-‹f ¡,š+ } Ñ $ô[FÍ@B5oú@¤Øè·DšNGØ3}àÁ tô[Í@G¿¹Î3} Ó tô[:Í@Gè4} Ó tô[:ÍÀKé4W^ú@§¹òÓ?Ñi®´ô+f`¥tš•~K§XéæÍJ³h~¼8¾~³Œžä' 5 zƒÍÎÓ”±Wz…‰7qªÅ¢—Z•^A›ØÄ¤-ô¨½E¥WˆI¼æ‹”νÒk–v‘íT2ÕµUé•GìN[çØ(½æ¢`ËUã™_¤^3 ds®lNћ֢Ô+Ý×Ý ð -ÈW+|îGeJ½¦â¹"B¿ÂθJ½Z´2yècfÿ]¥^y6ßÃ-.I“­å–z…ôÀ'm¡m¼lD_yÜ— õš¦[à;ßôžAëUª]俺™m£õ -.axÓGØH½f––jdª²óF«Ôkî€Ù´²•–7R¯™ùÁHÛV@(5_×3üN«ø+[,ÆÉ¶À!ÕÞ þj›—$ÃÌÒ Aƒ -lmÞYÐØyïí-¨ÀÐñØp·Ø¼=XŸ„·ÆüÞ®+òëŸü˜‚°OzŸ¨ ‘f[ÞéÁÚ‚|’ƒECbU05/ïIÀ´¿Qƒ-Â'JÀ‚‚’)ôkQƒEw@¤6¹ÔÁ-Î/ºÙ«,ßU~&l¡Ù ùF ;üV -¶/}³©Ûlâ¦Á‹™¯{ØŽeÖ˜ÑO¼{ÈÀv5Í¡:‹; Ì2¦ üx2°ïÍŠø?ŽºTrÛ¾(•¸¾(•¸¾ •¸5|A*1¾[*1Ø»)•¸µrA+1X¹ •x[¹(‘¸³r­ÄÕÊ­Z‰ÁÈ­Ä­‘ Z‰ÁÚEÕÄií‚XâÎØE±ÄÕØE±ÄÅØE­Ä±‹Z‰«±‹Z‰«)‹¢‰;cÕWcÕWcewÆ.Ê(®Æ. -*®æîã…ø#Ù»{?x“ŽˆænT<¦½{è)BM÷,X_žeÍ=ÕS´x‹ìðÃÚYć ¾Ê)Ú–ž "y•´¡ÈçÃ{½QS”~âËWæwZŒ’é»*?[9Å:ÍÝ­¦h_ðË^lª)â²É}˜»F<ˆ)þ3^ì¡¥ÀÐN{;`× ÒÀKíå½)ñÿ[§ÚÈNcLMüþä˦Ei±f^Ê ƒ¯‘.1ÛýÄéfÑþ!Ч­ÈX³ø“Z½=³·=>zÍf7Ð voµÅlãÁ£yT¶Ãm1Þ„Ô­½É¸bÐôT½â¶{·Fø*.F?¾^/;AEÐãÁÕÒŸ îÛH‹Q÷Ћœßîi1mÉ…çÍÞc¤ÅÚÔ3É -ºk#-Ö©¤™Ò‚*5˜m¥ÅZžw"ÙW´Òxª£Õ£Ó†¶Á- -[i11 ¨)ÓVl¯QY¬Nl°tφ'‰1¨\Ïäì¨{‰1ïêÞ!"ßÑ{¾]¥Õå+ª$( †-ýÝÎFÀ̶EúI]Bss¯·Sû¯·Sûýß@jì£)ò¯Àüü`­1Š#]'Ii M‹þ©ˆ:+Ø‚D OHçTùrŽ%³m'Ù2€š*DrdÑ—ÚI‹Cê€ì¶­&’h¯GØð(·z+SS·Šc„ย‡×u)°šÇAöY^09BztªÈw(Ù^ƒk€Suð?½’ÐbY°sƒvšci\Âhq9>Ô »xºÄt}JxDÁÑ\ ¯r¹‘gšˆx¢=A8?¯?{$ĸ û,$0|ÃÖv—Ì_*ÐÔí¤A²âá_oJà~>E9¨%Oóz*q Ûþv̱ÞJ_ÜvL.E„ýãk“¿|sÂq.£yš ñAZ¾¾Žx¾î‚Jwê~ø‰’d­€3§¾ùŒÄ-˜ -ÒlYxåu*Ø#š,Äu×;3ʼ²äú˜ÎÍÌÄ ¡bn^Èéͤæ'êD&_ô’tsHÇ* UêñQpËdÛêhYÂy‡öíN=åq€)wyc똢ñ[…Â7!|›&uG{FúnÐ@ø´”Ø«žÓ̺|–uv4HGtÛðéú ³¬áKÒ$kžÒUûë,KŽ9 ÌH –ÉMñÍYÌKîoñmªSÑ1‘iþ¸Wöº®ÂÏÃÚ ÷k|ûøa«Ãv™0”a·Ú~’°ë…OvÎ0=âüfvÝûv˜’qË_§õG–ã.cQ¸ÞØIá ïªòsÕú^<¼‚j+¯à°c|ÈyÑM^qBP7Ë7œr[@æ½:ßWC˜!óqi¥`º‚ýá}{½©o¯Ô™¿€Êœvó º”évµ¦Àžm;ƒHF1wÙE¤Å¸›„.皥(t8 .ÑÔÜé7å -egÛ/è@ÀHÆÅ5v’–:šÅì¿HÞÐ÷,J—žlE,Þ¤Ò¤™Ê|“6¹õ¡¾gUávÙ1Á|pAèÛ ÈI° .Bׇ©ÛÂSRŒÏ›U½.|i *zx}ܶ§°š~§Ã?¡ù¾|õæ4AJ‚Ÿ7S|S”w)Â5G—âhNñî¸eZ¥9- §&¥7ßéìŽQèÞ Ålבojãowëjê·Iשsa€9‘8ÌGKç‡G¯‰—ªmÍ/C¼ ý}Íe@»¼¦bpšŠÁå%ÄæÊ›'/63ý‡:xlu@„MŒ;Ùå&v™m'²/ek½ü°»}eë»xʽd¾ë{ÒËŠ‹N¶íx?ðåhblšûJ–y£¾ü㽌ŸHÁgÏ—DEôUuò—úÇ/òŸ-„ùõ/_þè§?ýÓÏŸÿþWõÝ÷?ç\W¾8y·›Cÿ¦£§½°))¥eº:ë/yù´x’–!Mê%+û®g%Ù?(IöéPŸ´ÍR]T¶ÔÄîQ´aœCc†&1q®VóPp&í39£ImŸ -¸•Lá:Í2,~Å»ÓäàØD7Ó™ESN«àÕ”[ÛÆÕd3å°‹ Y\œ]•fÚYî ¿%‡„ StÂò).JW<Êå|ƒI\Ù—P€dÍlB‰b–˜ÝÒyÒ®pƒ¡éÚª².Ø’Uuùm²õ‡§1iP0‹š å£<9ƒè´Â›"!§bG.üæõ‹ƒzÉ¡%üTúd‹F]½HÍâ‡,±Ýì˜`35bh­äxyûGÌŠÂL%5S¼iÕVïÿ;\-¢l`ÙÑlHaO¡¥ #FK×{xºÆˆ¹NMŒ¸6Ôê)­S—ðǯxÍè«›¥­“G$OXÅÑŠê6§2sÈ?'ÜœJ!iˆ¿Úøë›PÄ 5m“Y€*×ܰ«ºrM™,z:l§s(À]ˆp8ýú`/ÌJ9ËÓ:/ÿò½äÄ¥@\ÓòáÊ5¯ü‹ÕƒàR{Ø—‘'p¦y¸‰ÅAg®vM$CÍ5ÀU‚ ¹ºDÂCÊ3šÒÙHЃ¤’ÜDòÙ-i%[=ÙJ†Öjž»ãË$4Ë”3€ƒ9ƒê …F™|÷†O‚´´®Ÿ Æ9å"ˆûT@Jž6Ó Õk!_«i’N -¥æ²Ñi.ÐÑfΈÈùÌ 0WætzU†3›!S\Á=¹ƒÖµêDhƒ}€ -zšq%3"m ã¨ßÝίU‰eö.m ¤8ŧ+»²ž8ÎÀP”â¼ÊWhT¡þÍub²Ä3„é€VŽ5"£ÔÍeШÉWÃ:Q™} -c¥J&œa mPl!ÃLã¼O8i83&DƧ«»±iѸشK­'Œc:Û`®)X@]‹› um«¯sÁ¦ -s—Ðn(rƒÃ•['ŸX³YÉ Û9%ûv`Û°ÀNhÓÞÿ>˜‰¦:+lÔ!´­Ä(A8y–mzÃ1yNÓálUElU0€åóÎâŠCRC¶©Òh;(l4’“¸„ñ‡“MC|6¹ÐE ·T½¸pÑI–½ò‰ñò%n+2 sÁ-Kà hsV;—ÓÅÙÎÔ»­õÃîcvqøñÙ_À:wzg¥BšEèçßîÂSßùPº&A *檣‘J’>Hq ígzgØîHL#=fnÓßÌù¢ZS¯ªËÚ¶z¹*I/Y]ŽÏLïÝ'‰Ž½;¤,ö4Ù%Uû–d†œ–Oއ)QÛ+Ÿ…˜¨5ÿ•øGÅ"€ØE9¼oí7Ê.Ö¥èÌ̇ mXirÞØ´¤C¨0]^Í?­ÉÍ6™Dg»fÕØÚ¥gl±3ûp#x®¢øÜ×uM`B‘Ý3;2ÊäõbBéXý1¢rÏb±½Nvb/² À»Džeqµ·†‹€Y¦Ãº ûÞD C´-Ì ˜ç}ÿѸîäñÅ…Dìz×91|ÝöEÍLÇvbߊ¸‰ìãð /×±'*+ì+“‰i™‡Ó€¹í=†Ì9|°§ˆËÜJä]”‡ð]_Ù°kNu¶v›KsAd§Mé˜T´ .sy“äo<ÖÀCdÞr$ÐĦÁòn‡ïáôN"«)Cèïé55‘ç¸ï#µËL¤hÀ -bd²™*žšIs‹”™éPe•º7,óŽbÂ…K*,ï¹àÈjŸ¡ÈJ.Ù·H°‰1Y)xwlèuö@¯ºMj®W—{óKé¬ýBÓ×vqBr²6…ƒ°ŒÓI)¡ºoŸ‰Å|x©5©•ökuM˜_­¶$rì¬ÒœÐ ‰KÁAèÚ8ò‹´éÛûä27í’~mg@N%"~ -áÁñ§»Äÿ’¸ ñZwj´œdk¸–×SR;<ÅS塘1otñf_#ùÔ4¤-匮cVKç~Š~Ét¬Úá‚”@0ŽI—õ&¶QØ'¶ë§·ON€8$ ØœÇv´®w gœÍ+®Àì£ú˜…³Ö÷åë©S)¥ÞÚ.6ÉlÒÞ ~¹Ÿ‰jZk÷,h3éfTzá:”Qá²l^äͳ„3¶ïÎ -cƒûåõàÞÚ˜×ñmIàóŒŒï}§¹Y ZS¥)±~o¨ÑðbrìÔ÷T¡/¦f[ël#Ûy†n¬®Ooo›ùJC™Î §ÜòfΛi+oÑ_%Û.V$U‰¡pm·[sðȲvÍKò‘lâð}o€»n6håôssÍÊÑ6{P:Ä­)²|’6{Ù« -€¶u'D¤±_qUa`ju„-ø­éwðŒý&;´mìcóÏÿ‘97Çä,ýzÇvð.L*ÞÜæjy ’”®Íj´N’AeìM -¬j'^-%YÅYl,,±n,´z”í»R–‡¥ß³ïÝ Ò¥×$I~òFHßìÉOŽ a&xð­4ÄWµq£Ô)t^ѳq;Ú¹÷߮ɿ:ùŠÍ‹±IÙ6¤ùÀb$µ-ØNtDõµÉúé¬<‚C © ½¿¶uH™wq‹ad#'pÂý¹zÕbÐl‡\ïulyÚQ©™"#SH6…À–½-ãÅÚéz†kXQ&°HTå£í£“\U†z„4òìÏ4 >¢¡pÆ6˜ -g…XŒ§!ŠÀ¢™‡¹ ã”"¦í uR†} ï‘ ¡¤ ‡ÜˆhoÒúNØ„´á¤ÓÃAmà°’QÑ5DÇ Àlx’*·Az©bã†Í›ysŠÊ6;¿¸mv ÈA'¯HÌ7”ö "¼ %¸xcÞ^LMò„¾Õ±É}Ðé­IWI¤^ïäPØb³¶X3ç&S¼—ŠO_bÉæ@Â,“ËV4YùcR(ƒËÄ•!å7rÌ-Ñ#+²Q´Œ8Qö&™uN‚5f¾I•ÄÈš<Ëi*ßÁXnspí¶Gæîbº‘‹[s}4O\¥ìS…G±f;)VÊA37Iý”ñ6£‰»{çK>´Ó·s\1“*>—2žò¯6ÍNÁ?—¤-ºyÈšî•?ö9bè@]y`I1C.½§¤é2윶ËcâTì÷¡nò3æËÏ®s“küÄÓ󘿛mî)ŸO¿Ú˜,.¡ -€àöh­! 5}ÜX¡·Õ,™(O 9`5×*†fPúä¢lôrÀm1 Œks§­Ãÿh@tç/xC9WóªË¤ùV›Obu2ÛÅm }ئMwD0¬ ‚Ū¯oÛµ¡Oe ”;åOÒOI ʉ0ËæGËWfaCzP­É*J9¯O NP6xݤ»ÒýÛÚÕ,r>^^ùÆ_äBKµ=”s½Ó®<0h®ªIXÔŤa†«¥’Hm'êL /¨™^I,G·¾Ì<ÿœBz¶Õ™ T_w@Õn~€$€TÏe[†…#¾(î—°õ­ e·W?g ä¶[“ -»‡ë"™ƒFˆv„{|E{Œ˜EÆÍ:_¿ -„O”è3ž­ªóK^ÕíXï™äüô´€ã ÀzÐ…tÏõ†³û_§ê÷ŸçzhÕùÐŹo‹MŸÇ\<›Óì™­·ˆ¿o¦òÙ^õ¦óúX ']=ê¹mÁ%Nìvoo(ˆÈþ\B—¹'ÚWV>öYrsAh#•TRÐUãÝ;/ ” p®EAyoÓ°ü/Á¹…ï‚n_\ÐDÑIg|žžå“³½¹Îâ°óiá_:¥D’ÎÝdäÅjúxÇñwå1ÕÁÁàù‘³ÄKØÒb´ Øc—É\¶b×S-~©Ä@«)äßrÉÂÍ$i²HY˜û×> \ø¤î!Ä¿ƒ@èZPˆ€wG4Dì*tB’s˜îrˆDÙɪÐ4TÕ×h–3ÌŒUÎÀ¥¸#aDÚ 7€œâ׿ÃgQÎØìºãl@ð`Øu‘LYƒth—³‘ášËã»>…úpá ºLf1e L D¥Aµ«5õyI1ݘ·ð2“¶÷}‚…îu°/w¢…ªH ÛÓúÓÝÙʰ^±Ìw>E¼ÿ”qáý‡sìΈ¸ãÕ’±[äÐEl `»s¨[Ž18\1’_pÆ6>g­qî‚úŒ¡ò -݇Ü+5^g²Æð?bwY„Ws+67æ1VŒï>²b…c^%ÀCjfE-o3<󼿇Z:¦˜&Øz›˜ -Xí×ZáÞ!!Qã»|Z‡¼\®¯½€ßæŽ>¤ÿN@®þ]Òrí˜yÎÐ>°æECóÁ6«zBRöniÜÐ=±Í‡.ŒCýwÖ9´lSÕ¡{$dºCJH’‡>–mŽ=^g&æï¾™Ám7Û@èÞ õƒØ´Tb#Ñ®nQ²ëñÚeÌ¢ReYëzE\i^‘©¼VNä‚ésRvÅoØ”]ЏdPjD¸–y½mh«—OÅfµXîA‚g snƶV$5)ú¾«Ú‰k¬4Éó„*Ï>¹£ú×"—û¸öxÃk…ëv UýZËb°Û_bï÷® ïæMÑê¾bå­(ñuÅZ¨'1 Âó­šÚ®Ô÷øùZŒw^«Šç]k‘Ÿß¾åZÁŒc´@ÿæ'tý4Öký4~¯µò?û®pfÏZö 0ŒÃ<~[f^WÁZšŽëh­iÜØÇ{¬†le‡8Ú;˜‰3~~µ–4#Û(!+gˆÏÜŸ¤ÜXE;Á¼]W*Ï[x!S•Oðxzk3nRXhP-õ¹yûŒd'4+ÍSMâ—¯íäªÔo'kü1ú'¢€ñ~¼ÄûÂ;_¥nV¹öÍc¯gøô]ß:\'ŽÜ5g4tÐ}ø^¿›8™hJÙ4=°LÔÄlýêé eíÖTV¿´@,.8¥$º9cè§rf¿àç—HäÈejþ¯w–çý r' v·+È®iv>ÇÏ?Ìof q.í&$Ÿ¢ïXB4'¢ºuÊ7Äèó;³ëõW¾Ê—ŸËññ,oÖîãÁçß^ßpÙÞ—u^/SÐ/ ¦_m^<Òæã#SˆµEØþõØqé§Û ¾ù¹ü×ΟO÷ùͪƒè7S)K:rÖI'_á¢Í/Ù,>á–a¬f¬Ædq K \%Œ\xŽwÆöžÁ¤*FÙÿ_Í„‹ç $B¿™CDûbòCML³D{ ;E´De-"cµžÊu²_ðΜwL›$Ép¡9¢î_ÞDaÍ¥öKî¤RÑ£I»`ç³I0!‹÷r 餓„¥O…Œ]SH.‚Júè_p›ƒ!I%¥…¸ HGèôC  -Þ„ÊÏ|üð’ÀàÑDO ˜„öÃI¤À'rï,¾€ªÖ©gZUv mKIXLüáœï–\yê -ö"Y´(ˆ,ˆ¥–³‘¥ ©’²¼¢üJ߈2‰”€w0Ñ'gY O6µaˆÄ=¯ýUdÚébFpC£›¼58Åü”mÍ¿‚ÚsÎèáG€Ö,WÉž“æò ZŸ#KòÝÎÈøƒï¼ j¢z´‹„‚ñÁ@»ž´“EoEèÍ0Œ -\È‘Øû·_\xûpê Ó¢pISY@ä˜ë|@ËŠš AÖµŸT•Íx3#+µÞa?µAÌsÎ>Ïê‚çÍãÙÒoõÅQ]ßĉ—0÷ŠªfñUí¥¢phY‹ëËmW4’bdÙ©»Â¼6‹3…™°uÓ…ú›‹Â=ŠÏ­’ÄgÜ@…®³> -$L¨¤$1í_ñ…ðô¬“¦ÝÇk¹ `—íâ²_QŠzÇî{ì"ø]ÅPÔjìr©›ÃiF©Ú$Éíæ’Šj„€äÚýôË+R˜¡†´«0¥GVõ J8tH P¡˜G ò('ŦºÕ-*7í%¬L¨w†‡u=út'Ì¡èëzÙÀˆ ÁŸíW/aƒ§W¨n[¼¶mм“¥éd»xºõ’Âv¯³n™áQÂλ}£°oßrïôaWC±ÿÁà¬4ج0%‚éÛά`BÃü fxØ· ß.‹`ùïU|†° Ã+nvðaÂþð±ôžÅõÿ’dßµ“ì»Ä»Ô´öyI:ÅHœÖ 3{ñï’}¿—dÉèêÒ §:½*Et„JÍí™J%8hNª÷ƒ¶ZmÈÓp&ÏEŸ®7¼Çæ„pÎ¥(”$«¨ÁÒ:1’’d^ÜÈNØäTxßù1B´Ü˜¯Î£²d§­Û,%ª6ë: Wg¯¨"´õ4]5®ŸHÓ£ÛÐÕe“¯µ@¼Gçnª.nÜNà0‡úöº(Dae´Oþ_t1³þ¨n‘rAK.¹i©1>Ï[´äµŸH-7¹È8%Þa;P9gÎê˜IzhšÉh«ª&•‚Œ²ÄKa¤ ÁëiT…ê?‹žŽî¹'¯š¨Hç@‰a§Œ×$½Ðº0vnÁ–Hy‚ê†z¢½À'ô§í:è˜tbÔ7„aѦÈ<2'‰6Ñ^l+i¯Ä  JÉ›W‰µ$Á„”ÒOÉËFÈó‘­¿D‘¡C6Sqã€z89¥h 3˜YÐ`–šQa–ÒÛõæç“qŠt+[Š:ã%âr=éÏîhý¸»)4ÔDÙ½ÅÙFæìšFÍV>D×nÑ?9ËYvaj%]~ù—EoŠ]´“ï«ö©³TQ¯FG,œ47TQ9´‰´Sº_0ªÚWÑ¡vúZõsž27n?”šf|ƒ½š¿Úpsqô«+)Ùš‚÷4Cί.d±aØÄ¿ š‘°Y•Z2®Üz†¿€M[TlÆæ‡’ÞyvÈ›ÛÕnTÔfŠ -ŽÊŒEÉN*ëÃã'ÕÇ{|̨¥™£} çYƒ¢T’$Ú€m®£“{Ñ9$á·×Ó×?ùÐÖëÊwÛF0µõ.Ѝ |ªp”í›ígyªÂ]X=Ô¿Ñ*¸Î’aì¶Þ -Ρ$am±ÓêVoi½¡Ó:1Ìu€ê §ä72A_r/ó^` Jì°:ØqeSX‚¼Ê“¶žDR²Z>\[ÏöžÄV[¾ôÍìó mÈSóf*!5éÍÚ¼ùé÷f°¦Ce:p‡‹C2Ùr·™Ãÿ.­÷årC‹ú±áaÿŶî"»Lµm Ý»¿õWW{ ÆKÔŽÅÔ™þ ©ÒœyÖ«iZ¿\WÔÔxµy)Å^€‚F>!Q¿À‚y!ÎÆ§VöKQnVˆçcGIbUVƒåÖiJ´iC&2ÍUg'À7 Ô†'Ì &°ëº(´öð^ê¶)HôÜèó‘¿a–9{mÈuhì ÔÔé#Ûê;n %Š v%W::©’ìò$¶1œßòŸ“ —;Ѱaît”?~^çx“-!8xÜô%½êZÂïJzå¡öë0^è>WÏ45€ºûq§f¬ p˜¾ù|-Í–¼¦üÅëoÅÉäÇ$îçK=Re?MR- -ó®bÞ„XìIHŠ0wqùˆ% Ï›Dè \®s¸Ën4p·—ø,Gs† ÖRßÉÁé*êå;7¶ŽˆÎX0EgETº_%{IKë·1¿|P>×I¸õSÚ<©ÇËrÏÓ=J]§ƒøk›év´™-ï­ócº=ÏÖq—QÇ¡Î8ÑÇØWÚIà‰ÊœÒyóÞ¯«ìñëuYƯË{ÿssïö•0†aÚ~‹{{ Ÿ2lˆa6Äu3©ÂþæfÜã×ùý¡­¸C£w\ùåO~úÝwÿÕÌãŸÿåÏ¿ÿþ›ßþúgþw?û«o~óÍÏ¿ÿæ˜Ê'Óø*ñÎõÚËŸü¹È7—û³_|ûýw¿Õ%¿ÿ–Sö×ÿø›oüªïžÍÿùùÿa&úëï~ó?û‹ï>ÿìúféžÜòo~õß}û«Ÿýå7¿ýl&úõüÍÎÓÿôï¿ÿîøíwÿ0Ÿ ôòîµ9ù?ÿæçŸ¿ýõ/öï_üÿLY9K[AÍïþö¯¿µwÿ_¾ýÅ÷;_ú½úËß~ó»o¿ù§ÿúw½/Ãcãùí7÷f4?ºð_}÷^ø/¾ù?¿ÿÙ·¿þÙÿÛï~=çËd<&{`þ§ßô?~óí/ÿöûnó×ßýf¹Ë2+ÿì'ÿÍŸþyýÙŸýúó—þï?ýæ—ßþzþå¿}ù£¿üîW¿ùù/¾ûûßþñOÞüo3-8„é”â45À!áßCY*–:dEf5öägdBÇÑäÊý©þûý‡Ÿ<©ªÜ. ùGýëÿhÿóÿ²?þÃKN/ÿéåûßÓË/ü—u§ÙÞ<Ëz§)öÁó¼üÅî¬ð^±¹á´½ß¯¿xŸ™_õ§?ÿü³D4Ìÿÿ~ñÅߌá+ÍzùŸ•§6{m;­ýsºÿLû…¹4`KÅŽvkq?üj4SÂÁDðq°yöpp ŸÞwŽbWÐð×Pæá³®v}kŽiæŒC!Sƈ{ 5åLƒ=•Yu÷Ó¬­X5²ot¢Så Õ t-Ú¼\ê‹K§<ÆL $,âŒjíä WÕ>è 7r´÷Ñ0 k¨d×  ~¢k^Ÿ&šCjŸ(!꘰óv·vˆ€äûY%kD$¦3drD~Æ¡¼=xižMgŒ Á£  PðdSqâȺàÄSlCèu«GDI2µ ÷S¬ ”Ë“ã—È€/gPÚü†l „¤™'Sô6Èüÿ-Í9|ËK¤@6ú †OVhÄBOì(u~ o†¢µ¡ä9ÚvÖ™t›BÕ˜³2ÄBv[¼óM¦ÎåTS(g4zàÑD:¹Î è€n$x]Â>Ù\¿>ReÐñ‘dÄTÇ0#vÒyÄü9èO‡²ŒaõÙÁ²é®"}æèç „EÉâÝüœªJÿ› :ù‘Óº M®û+ÙÆ¢»¿’¦õå Y+b»“$†žUê@âOºäþ0d/ïzS<­Z,É*û2jæe}Rç 0¥OÙ³;_çI-_6JÉ¡²ÒTÃÉ s©AÿEs.¹ L¹T¡i¢˜‚“®?Y8m·,qè˜Kl½"»í?BCï ¹Ôý I‚ÛImw´ïŸð3¥ -äOgü8©·‚Ç©óNCóгRWèåP; ¯ú…3¨ÎÙf; )å ê€vÆ¡ €>$õmÛo~‚”N€Å{20f”þÔW§Xªt‰k•5P…åfJW—Þâi¦5–Fæd·>씺d\àmÞstÐ|䉖Æ»T¡ÿlj\#|`¸Ü,›;Éôñ‰l”‹g5ëÄèëoƒ¢LéŸuP­GNÀR¨3šô;é5Ð nˆÌÛ„á{àÎ ²½l\ÔÄìSf¨¨ïûTR%¼\CG£W‡´©9ÃâMq¦ÙÑpiŠ¡.vú“Ð@"9ï;eó>1îQ†ß‰öËÙpšÏÄ 8ú…~ø?¸õ\t‡Ì›Ú÷ɇþ`!Ü X°0ö˜öådÝŸ ó•…ÚµhšŸ°ŒãäEÜÈ;rÀ¾˜$þª! pË9Û´=¶›Ùó  ˜îÕÔðF9(°R“:'äÌf$ºÃ'“Ȳ.‰îÝetQ6çꀳ$«L¨Ò–k‰ èÏ­5Ñz^Î%WžŽUw*ý€®’)ëÓIÚ€ú¯¿™M -rBIŒ^còñ'M¸¨þ5¾ØKµµúðh!ÿº,Fà %ÞO´é5ýHkÊþN0ûD‰ô¢MïbtÛÏçÕ+3Ííntr]XÐí?pdìYP? ²ZÌ)‹#è~¸®U \Z Üëal¹‚Ÿ¦5³ˆî‰îŸÇ©Aè±dÑz¦­Á.»v8@ *ÿ—YšðN§—!*D:÷Œ:z{ÇÜÞÂA[¼'Ïð 'ìg1¿}PŸäF‰ GaÉyÀŸÎ†>Ó§{&©“¾þ -h -½»'@q¤&ø_â$l¡_m9fëI,%IÙÙFÓë%‚O0Pl$ˆ@žsá‰BáÓßÚ?°%ÄÀ'Ì:ØÄªÂª–d{U‘Ø|B¥Û/§1°=5«‹ÜìáäW÷þ@Mö¬†Ì¢vc#æ(bðSÿ^=[pÔ£8£ÌÉqiÐ5k¦éU54H¿vÚã$*`\êØLÿ˜kËAItîƒIÊÇ…ëì*ep)>úýlÌT¬½V'¬op-*é寢øƒød#¡´¿ENôБ˜|9.ßš¿žé—bÓ˜®¯FÕÇ7ZÒ1¶í™¯ÄX«s=p‰ y&³×ƒ™gÌt0ÚDÁkçÛ9ú%#üئN‰íN`73u$ø¨x%H„Ÿ`)f⃩Œ-QÓå\ðº…A¢ée³ -œìè•"’±qÓÒÒ_E×jC)÷k"\šXU¦ryøßHî^¿¢XÜNóÙ]¦RâQr´Âi4A2~¸ÕMêpø5Ò¥Êû‰ÌÈãN]‰qÜûÞæãdý\ -Ôp½e¿œ&‰ˆD!WEP,Q»¤!iR¥BmyB¢À'0‹©zžÈä†E’Ut¸€J«vJ¦• жI†P!àf=hTG—s,ÀLe'Ðçì7¢ sÀÓ9l»;ﳪ.S…g" E -ãD‘M¼ý§7éÛ´‹dXÄ.ŸÓÙT6¢Œžó¼ËJwE5€³|ʨ‡¼úПåNŠr¥㯢(š‡Õo@ŠŸ’½x|y §všÓ¥hšë&©wFàÐâê]µÀÿH"…Ûœ‘€3o·1è7i= Þ#Vl“Û‡ÝTR¤ïШQóo¢_Njºx., ú—¸Ýäͯ%dj)æ¼0ð‹iœžØ ã‘@[ø|ÌpVNS†¢Ði[Å9Žù`’Í.dålE;ÃöQ¶Í½¹¬—3üK‚8Ãk¶––½ÍuD¥˜ô­…ÏÏÙËŽѺXY×3p2ôxŠô¯sæù¬Ék“³À_%›~Uƒ«Ÿ°†kÔ‘wr? BtÙýy$dC“4Πhlg4z -9C„«…¤á'¤8©×IÕ§:›P„Ô^g•rÔ›Œ\׌äèzT!“áD‡=שj=³k§aï¾?,¾ÍãWêƒ/vÁ} -Šá€Ù6¿ì½XÃYD/C“¹Tpx¬c>Éæ¸ª'°[ìªUŽˈçxÆç "PÒô UÂþ®ÃaQ©5CÍÀªx‹ƒV‘e@õ‹;†òí/ôÉÀØðõ,ýz©º;Ý=ñ/vZšÕŒ\%ßã¹µÞÃß1® \4žÜ!f8©°››ßzz¢ñöð¹$Š»ádŠ—Vé®Î R©ÙÜG†Sg7óùáâDÚœa/X'¥À™Nåô32™zµt8éŽ8¤‡9ìæá=îäö°“Ùô³Ëå,yM:²ÄS—. ‘CþìáÚð3µñ,ôBë 5z@æ=¦³Ò/¯ßÕդŀC»=\Ÿ% m¥ç£z þ„úÀV—h›3Þ —ÓýNá, /@¥]X5’·R(¨*l—, -§s -g›Áæ+Òd1¯>O·¨ˆ)Ìâî×¢6>ðÚ)åV'^§á¶ãÍô²;#ÝpÈxl4G!u±WArkƒ½ŒÐá8à ‚#­ßŹРœÛêxÆc×´k»F&¯C¾ôt}QtúšKq ·‡¢ŒžŸ1n>Æù.h« ÛuÒpàKsx¶º,¥†îðÎ8ö™Ú6¬Ítn$¯Åö¦6üN¢¶3ìcž;ù¦{çç%‚ ºbC×§P-§ÃÏÙ”ˆ10·4k/«’ýùÙ@¨>LßhÐÅ_EÔ ö´ -ZuIE —ÈS( -ÖI¢ÍæZ$iBÄ3&9¾”°§rJÁ§*8ùåp×z½J¶exùTqDgîÆ -“cµ‰//‘$kÁÝÑpnYÑQh÷.*2i±WÑ<ߘ7F:åÉ%€®ù¯Ý±ãJÀàDVÔQ}¡àHÁ•Á¢&qBÜÆ›¼y´n0ŽYÎ}å g“0êèŒkƒñ ¯À7ma =.Ýi=KTÚ z:³^|já¡ /E‚nsÆ5±rdÜÚ]ë_Ï& M40a‰‹åópx•ˆ:ħ^¥)üBª&9ˆÌ¿{{†’!¶wec´¹U& ã-ˆ›3pòÙQÁ0^³:Og¡ð‡" 2‹#![«€Àbž©N5\„ÖWI‰ -°Øãw@ˆ–€Šíxss¶ÊØ„¬½MåPÍ(U á9×3VÛë¾êzVoŽúìh§;€MéVT¤Äx¯lÂ["xbÂý|J™ÚŠèòÜW­^n>HùõK;+³™TýC/”B«è7ÇÄqvX‹ºJ\(BC0¿ÊT+GèuR PO–oxÀo¢¾l´K“I~yvu;ü|id6ç·1ßM}73Ëvö2ƒ²Ä;v‚ò6¨ÈÛKuOiSá,îäÕ;à™m¤rà o…M]AÏ'x®¾yNb@v®ÌÅrÒÁ’t' ˆûtJòÃ"vVS8ƒp£Ï('ÄòS­…‹ÃÚÅ[(È•*°(PñÞ¡ÇRY;§[/óY…t­%dòv7Bg»‹…º0”´ì)ðw±17xF4vÏ}r€³ÈíMÿ¡rì@Ä(ø»cAý&Htn´öDØ?—Êb¡aaÃ)DHÇe¸©zÆ”çBÚOÎÆó`­‘Õ·þdeXï1«åæ“ÑØ%` Z@l -QIìçD4vZJÎ…O¥ºe4Íól³€¥£—"d_^êò±ò7vVƒ°›³´W ²QºŠÐnHÃI-‡Ø?±å¡¢J¡~ÀÀÁÛŒ>ËÐõx½O•–W’¾—Ÿå]¤ìüyáZã ÒRþ$àU¨pS1ဇÀŽÞ6Û×ú]ñ7GFÑÞ1DÍ@àèuTy¼L -Ù[齇Ÿ¼XÌä}"k…Œ`†÷ºÏ‚O©ÔœÝ{ ÎŽ«”2.¶^ÁY£ê; šéRt‰1 ´ õH‚;ð¸4Ö7vYb«ˆJݼÂjjQJ §LSâA¤öBýÓA 8ˆÙiÌн0fÐD™Ï‹¶Iê/P¥ÙKÀÈ2b °­$ìúð³H&êç©ù¹^à8UÉéjûï*&åGÑiEÓÛ®›nÇKg­£Ij\ó,¡¨©_~åí>¤wt–Ý VÇŽŸå˜Çi´à>é.yáD¨»G°á¢[p2ôæµhò*¸Ó§G‹„ \¤@^°Ùâ›óÆ"»ÔmSIUÛÎÅD¡bp£ évy5gØD8D_W<„FOO{Éþ*œ§³*ô"U$M-yg”H¨tê†eÉÁÊrD†,ãébþT‹>'Þ(Óšå¨Ê€qK•32Æ”F 3º™nïê4…}açÈ›f¿“ÚD fQè ˜aõúÚbqé™ nžA»×$‡ì swQ¬b¤¸ïti‚åšÿÖÞn×–;³{½Ã¹T7àÓü'㲕6ŒdØh_´ûª ¤ä†Ð–J« ðÛ›cLrí“{íT¢€TU¥r/rEÄŠ`“s~?äÅÞ¼Aÿ™ÔjJù|•ó›v(ƒŒX·–Û1ïÆ÷:+Ov Ðe^O{•I¹™®»êæ{ÁÚ Ôä)íl;X3DâP£%íˆ<–ðÇÝNÎþ)èq‘ÉSÄ fŠõŠc«¡hXŠÁÌ^ EŒS„„€cŽªª°™HhÁ®i.Å d)SÎÚ«Q^yA7ÍŠ3A@¨¥f¨îîv:Õ¯)%Y ¥³õŽJÌ î¹jόݗ@»D´)AÐütPs¨‚šË²9Rÿšeº;f+ÿpɨü/Jòø«…Ò((­ÅgzÉÞ‚Ò zŸ^dÒÄ -j,T.Ñ쇮˜ =ª›³6ÛEšY…ã4þN¤9/Ȫ<f 12Ó½˜GoR*”v°ïWŠ“˜!oaÎõ4Pžèa êu;¹±}GUÕ÷dOð.¿S6ú {2¾C]Á+JO ©ƒò™Ñ‹¬Øñ‘Cl¸=ž¼Žo6¿&jßvò´ž–ÆÁŽ ßf«m¯ªÓÂ5.“G„=§ Ýc¢bÈÃ>f?I6hH„ÏèÁs¤G¿Ô;¼èXçÖñ£z<0«S˜O>„iRжí»iÇ}ªHztu­ŽØÛé"VÆÇõUsÁÔ,^!Ȇ1<"‰¼ƒ2ìJ…oEêôHx€ö\uÖÇ'l=‹âYRÀ¸ôé–bqH¡è=åkë×ÍGÙàTTX§Ç‘K‹›z“‚ -—‡ß͛޳+Cr‚fzÕ\¤Öb(ÀvÞêN5c¿Ç7©b¶*䢗ÛðóD¤5a7ðqAдzöqæïH]Ö.bÞ5µnGì…èØsá×齉ÜR·éô@\¹“èäk9l;»Þ2óè1wv{—3©vŽr;{i3A/¶òôZÔö`Ç.R«>À±óÔ[xuË;ô0ÂÅ@v š$Ÿ/Ùd÷LIÚ~¹oûD&<ö‰Õ£$bŠ’ñ‹ŽOw ë"dŒ_ -vÿÒž/ éŠ%2„lkÐû¦º¿WUôž¿5«<ÓJV ÔlµN`)MäÓÜOG{j€sIãið¯Â1Z5Jz˜´p_'™ÞèãlâÁ8h±ì„ÖQíÕˆ6ÅÚ~8¬ü˜ðo#1A4ƒVŠ8ÀRÍ"Ùä˜àÈÒ-E =SÚÀ@íQ‰âÏI—AXÉÌš”ÒD•×Ú‚7/(ÉæG€ISÍ€™°ã´å6 TbÙ…¡.öDœ„ÇFúÃ_r´&™0K¿¡èÊ´X=u½}EÌÜY‰÷J3 D!ˆf¥Yx‡/\èªü^Ò.ÜGÞ|%û‰'­J?èÌ–Ê BÇe²)zúÊGÇÀ4Ê^-¨õóóÇ*ë…ò,’+¯Ø–ÏènÑ|Vb:dzß¶ŸüæG4Ø›øÜ~ù±„õΉõU‘çpž>H|ÝÕ ‘J\&¾¢VSäàKÝ"G÷z›S šÝHÀFõ,Í™ð«EÃÜ‘¡Ã¯ð-_Èèìºä c„—ôü”—ÕLÙ÷Á®=1Æ…bïÙÝ´ˆ};Ü»–À˺aNô;qò¬kè ,‰§Ða»â$O»È­=lxÏgÔxÄAÇG­ˆÀS1ØKB­Á=f>9¨åR8#ë–‹£6-M%/nGìûÍ!äÞBvBÌ’QƒBVý C `Ëü<ì&B‚¦î´‹Áx„ò:+p²ãLJï7i7?þ©ÝȾ™+[N"ÿQŠ Ÿ0•ÊÒ`_E*ÎÃW¨ŽË«ŸeñV¨Ù\™÷Û¿L-Àª ð ÓÑ5ðQ‚KñóÁœ Œ³”jê¯6~ÑcðíÉèAÑdðÓànn?76 RHêÅÙ3ÅwãÞÕ"Nq8¤Fˆªbìì¥pzqñš°Ñîž§½Ö¹GBù!\C˜s³ædps ö‡È',F”¨ pË/úë•ÊW"}ãýæp7!¶rtk™ì\€G¡÷7ÎÅÂϾ'Ù õVéóÁÏ>C‚ß7ȇΠâ›ùƒ\[Q¯aHa@¾ ÿ€mðÔ34Ú(—"Žžf%Öd/€e›Î¼²û'Š}P(J”Ì-ü¢%5S–Ö\B5ªJ1R½˜ÉLL¸kE-páÞPÜû/RŠ­ tÍ{'ØÎf·öt1Æ×½p[²W=‡çs­ÅA¸ÏÓÝÀ.‰<{°oÛ²ÚÇñ»—¹·Ò¡¨M•Nû]?ÇD­(ˆÑC÷ $ýñ¢>økêq"*óôhóF¨ånf˜;¢?´o’uÚL%bØIJiÚ£ŠÃBu Äx›‘ÏÆ—ÀÜE[Q}{ED²þ§½6*k{ÈŠ‹TW–Ú º² -Žƒ.…C’»D}k/ÿ2†ž2 ¬sŠ9Ý=PÂz.ïàñU¤×¢@I¯€@‹J{<Ž$VR33ò2r­PÝÐèí4Ìù:¬GÝtᣊ½ØñmŽ‹çs7#|9¢Y"!ÃK;Ÿf*÷¼s[㤠uN¨;” -©ÒnèaýooNj:·¿@_²³Yny€óµþ.Œë“`±¸ö&¨]u^I—ÖÑKs^ãnÌ4|Ï÷U'êʸ_$V¨ -£õ°¯«ˆ'¤ðR{Ïù!ŸŒ’ÐèhSÏd“Ô˜¦Ü”Cç`â©>¾Ôãdá ½»fŠ–¾öמPFGIOÏjŠ_@ºTˆ(¼)4%ª6(-§‘n3iòd ˆîô‡ÜŠ’–ãDô - â“+ @6½C'±Pé˜r…ÚíT¤Ô…âL¡ôN™òÂ,2³wÉÑkï¼è5С¡‡»Ö®Î$L?T¶\'ù3šçoë–å”!ȹ(0ˆõQ@”}åSÏSC“a #ØÖ$ðþUBdƒ•)")v´ó&·é¥ÔA-¨†ÄFù6{Ñ0³âg‘íe/ÜR)õ&mY¢í —yCc2WF¤†ß9˰ú+ù”7÷ýUΙÅgJŠ(rÐažë¿ªÂÀQ°Ç‚—¹«à»šÕDE ”l³AU;èN -‰©Ú©ˆÂ^ª  W<“’{ν×0ƒBþè×J†Ï4âJ ÈÈ¢ZhC¼Ë|ZgŽb#ë`ˆ8䈫Í“R?œ/²ò9ëM6¸Œ3 «’F+"Ô°6þª¶£-Gq‘]tå»ïšO€í$zì§öÌ«¹Ð£ª5$*ƽ—#PD~ví˜F)rŽ"Á³8©Ë>&ÎwxA[ùBNT£™>V?ˆâ‰êOÔK­MQI`ñoXOƒîÈXÛ,ŒYÕü¹wve0I _f¼jÙ2Ô ^›©[Àq¥E®¸-޳cVdŠ Àì`Y.}B«ëµBÌù0“e¤šÓŒ‡:I')ˆÑݻР…Õ»Ì_9n°eq’¼¤üyKˆ´’¯r^e‰ŒNeg÷èÚKÐ#­LmäÔû‚ùpΤÑ%Ǹ9?Ƅ¨ϱa"Ú„‘GØV4±\Hn°™`äJí‘7=Á´–kYDígjSŠußï6¯¼æ<Òt(¶¨ áµ{è°Sæ7£ÂÃkÒœÒGeìej¸AAwŽ0F8ÕdaÈËT œ÷>ª\N…Íù#@[q.‡ŽucŽDùYRxd’±OíCéH©— .‘ ;oÜ-jã° %áµ ÓŸ Áhx¤ˆ -¿‚$,LññnÎÈ“vU ª25ä#"hzܾÁ{é±°"¯H%ždÿ =8V -UF…â x"GÒV¼˜îögUÓïæÐ‡d*æQìå“Ù½v‚s¥³å†‚›£‡#‘øDÝG,³Å—ìX…÷Ç=¶9õJ*¦upÍ•§ˆA'š -‘+´Ìàèae†D~5ûƒ=âb Îö04Ø=¤NÇb›¡R€6™˜>{ÖÕ½!£LM©|ß²õ)00Ëbœª¹óÛ:û½±D¥LŸ‘ÜPÏTiIh÷n -%z4‚àHKȼÞk=OQ.;òSåösXIªì` 爥t¢¤-ý\ÂîN†dWzƒÌ Ð_×ÂÁ¯5·HÖ½ÞãÐ{®»„xì ‚$s‚$d¼Åa·soA}û÷aÜÖQ”#bEHÒÜŽ–O„8†¨œPþIW¶H[f`nb7*lIºƒÂP½ãWå5D("Á5¥G7nQº…î ÷w@DÓ*ÔÚ^Í:™Ñ'¤“¼åêÓÝ`D‚• -7`hvÞL”/ȶ »ª‚áÞ×㋘÷¨â­bËOg(Â™Ðø9>stream -ýQjeã½1ò•ùQD`¬.œªz¾QˆBV®ÔðíZ½aÎ8"ä,ÞN„>XC¨5€T"”# }œðã«{ãÎÄW-¶àþ­#0}b¶UY¯Ø‰XzU2lZ½wtA|ÿâÔ/£&÷”8NGÙèÿSW¢Û9¾Ô;Ö è|ŒÏ-·ÕÅBo;N -U/A§¨G 1œ\Tâ š+Í\_ØÍB?xêo}43XÃá°Â|Ö·…݆}®ŸÖ“±lô{ïý°Öëµ–dwnBr—«Ïf¥Æ§¥^…3ÈD<š¿Àñ+ÒoRQ–[QçDÏê…ýíô”$iØ3&Qã¹Óêtm5jóµëWO¾5ó2P9AO+­Áf<³îÂlÿ^ÏØ´yWYFº½p—f§M³¸ìÎO̱[DÕ´3°ãJ§BÕpf¨:Éç|Z]ìtR˜5謒? ½{ð/°_ íSÛeXö[Vœyµ ,­íiËòYA_y·d4A“…âvŽ'X&o)bg%±jtÂ(¾¡ÜÔè>…绽O¶¸²ËÏe©[ô;ãŽð³éLméïèdp¿Óð¶ RGÅiSÈ!åÈ‹n»¤‰ -WÒÄZµ A^†3ü ì{¸ÿž¬ Fm´8i:î÷¯¢ëçŽv.Í;b†ÓÔ”Ëa¯œ9•s y'Eç!B´TÆNâ®Ûe«ï2ÁNÊt#Èá:bLIL©ôÈ,J7ÕÆ›kÒŒä ‰ ûlç'¼I8›˜Å_ ÌÄýcù”á\Áý⯒€eÎGýÅî¢&ñjþ-Ðgg8Íó3Á¯ž]{}P3onËc¤¾>Èa‡ŸJƒJ5ìÆõó(hXýÍ£Çw©ï5B˜ÍÉ$Ú^wºÁbÞo«5N -iõ¢ ñXì}‚.1þZwNx0œ~ðn½ZÇÇ´‹Í0ü¤ v? ¦å×£ñ‰r#ðZÕFÉU~!'Ҟ˻@®lº—|ݰ™«56Dl-þ€cs0¢d!þ®W®½˜ –´Y#-"ïe.Bq:]`bá²G7ÂçÞÕN¢—V¥– ÍêÙ&ºB›äñÔÓlw€}ˆÕaf7 ŸQqÛè¸G#?¹g=V_Ô†zqÜrëEúz©-/(X°åâ¥_Ì]ˆñÂ%òñ|5Š=çžt‹­ }O…’ú’yZ’/ˆ øÑÙ·­4IUòW¹uµÝÉØÂÓ,Æq»… üš×Ïp·˜í43± 6 -³>T@©—–«NMª<ÄZuKÐV™. ú1ªîE¹PmÎîXeR õŠ~’J[Z½Ë×Ü(_nÞ?øf§Ï‡Ó`SͶÝýÌêî„f\YÚ5†rt.QT°!6zVRúÖoð%„øÈYÆpnsækÞ!C»ÅΆàÒsVՆຊÔès圌_¬Àòíôl–I¬A—¼QwP|Ÿ³ØÃ€%8ñ÷ÂRŠª…ò¢Ó/fVXÎçBôÌ=þÆE#òG3néZxiÍ^£©~`û†Šß~’«ìãÞ÷ÔU‡Ç”üT¤ª+aÓ‡®z½²?‹S?vЬ\gÀR«.D£3.T1ÓÍËNåëÔgŸ…È8åÅ"ÐæЦá~†µ ´‘îhW^Ÿh+@n¾ wr ‰qɰ|þâOTvè ¶6†\3“ÒSnZ/Ke+³¤L;’üÄE¡±Cpù>m”ôÙ¤z2ÖÃR`³ø¥5W€ê­/¬>€À(ëfˆc kç f@§Åf/û‘ae¸nÔ¶ò:¢H@[Ï€"Á(þ¹ÃèÚýÝÁ\¾’X3ë§ðíÁh`ê×n¿D-æŠã Á®·6Z 7pßp¦Ðø©eúeÈ…õÆéçîž0; l~êX‚gú}ax¡xÝþæ[â<à„¸Šö3œ,™ €;EägÙÿi¯nu«\äž1!®v^æýè·¿­Då´Av&ƒ¤Föí —íÉç}næغ£Õ ìX9"r®MËü¿¢òZümŠQö%€ S 4u -qn©õÈf HþÔÈhêäaxÈ#VÈS.óa²fëäÙ¹äEÌ~r³¡a¼ÃÙ¨C›õÈ}iï!ãDåñME©Üº]A5÷ñjö¶ëcmD-ⲿ |°:_ÀõñùGJþžL‚ä ‰ù¯‚ûÍþ7ù–XÔxÔÛ­4B1­W&?w}Zú=c¦¢{SÅN` ¬õ ³Jcû±[Í@ª®-^ÉÃ_Q™úà—_­bszê?k{–9”ÿ?ÂÎt[Qe‹ÒO°E‘VÁ†VFPDÅ{}ÿBwž“÷Þª1êχCÍÌ€ˆX3'3&¾ÌÉײ ØÖÐú•’òÅ_ývÒ^ü‘n¿¾Ûod¡ôÑ`ãf}he°Ð"^ E¦=Ý¢¬ÚŸÇ~£w?{¥Ñ÷çGkþ¿VKï£2Î럌ØÕr¤}âÿ$#XñãÁïïóûÒg[/âŸl„¯ÑVU>A±Æ? ùOkv~÷¡÷ŸÜ>ÊÆÿä¯J¹k/Ù×~ »ì]6´±û3ðþ¦ |ð}÷‹WõÓF ÿHµÏ«Þy¹'¥¸<¡ƒÝç!þû'¡ððrZíþîZÔÝ/.Z÷¬¸âosøÐ¿ñû³üñôÖÎÃkïø4/âæ\`û69ï…Å™T¶IÜæ’DÏÌ2 6§ˆS"Äâ‰\cãÿ 8Ò{löŸv}ÚÆG¥Ê_·í·¡ñÇhËô?YöýÍßçwv…F·y¹s¿†H/{…tºˆçr­)qVîS:‰—I0ßfOfnôñ¯ŽúG§èÊGz½6¾þÕ˜9€ó0òÑú!bOKàΟø>lZÝ}ïu3¾ØmØÅð‹=4=è_¤MÂ+ÿˆ ¹O3¹ºùô>ܹg{oé -iñèÓ³rƒ?žÞá ‰Of¹¯ö:Ò+*3»Jáë`²z¡ràÏô·*ä¾w¯4v¦ÒÞÁ>Þݪ¹†¼E޳ÁÖûpmV˜Çš<\k+']Å®è„ä¾øÿ¾þâ_µöÓÆ\îÓîâçZÅïïŽGŸ•˸~JZVçxí,”؃ffäW“Ã],ö!9Ûìħ¶ßª™n¼‰ùN²ÑóŸ?×IðZ“Û^fu•‡…àÐÃltù6zÉÞNübΔµEÞ/æa‡zÌûà¤4‡–G,ØôVh A“Zo ä‹Ç£_ÊÿÓÂ\æàÛûBù -©Ý‘^0ùȇiä7Hz'>`n‹ÌòýuÒ}(««x5Ò²:¶Cæ˜L–>Ï–ìå.æôu³È{É~¶Þ§9do”/³}/Î-Wû}½êµ|,F†SwSòR(>Z¡]¶YüžÄruw¼²ÁþÀÇùãÇ 6_€+§<©,ߺ–Ö/‹y½KÏC¦ÓžCþ H¹8Ûwê Y ?5ÛÇöš75kÚlJ>ë‰38ÆÞc÷¼yž“V¤@a‚¹þº"¸9vï…;+m8t8¥“Ž0öv¤¼¾x<ù~Lö0šŒjÝLüº¯èDѾ÷ü­ò\yk2ž¬–¾k%‹·NëÞ׺<«]#Ü' -§ÆÔšùÉ=[LšN]ó&ÏúÈk¯îèåA:™_ÆáxIOvã^þ|vÖƒÜÛ)_š%{¬h)TDkhl3É2“Ò{ðZÓs#{Åeÿâñ‚Iì½kåcËX”¥Í=·Åƒè’^cÜ|¾ì‰»XÜ›‹@¡äÄMG™É£áž_vqwNOn>ÜuÆ}ü2p6ÖEqÒšidïâc×pÔ·âssié–¼7“»‘˜¦»zn¥ 4jÈMò4žÕmßhé­‰>®g=ÇSùá"_Ë…°˜sî‹;ßÀˆ¯¨ƒsmK6/ÅÛ¿¿–ÅiÍ+3m2Ó©L0mˆÕ£Ç‰÷xÅ“³ÕY,í­ÃÐÖ1걉]Ó2ɬSöp4^L­Q³»öŒÉzmñ¾Ögð¨w´úc¸x Ã"»Æ´u®.hƒÅm¢Ê!Q¢Ê -T´Ãª¨ ]+ÿÅø=\ö»ÜFVdÞzuðößì8`ïâ¨?o}p³½°@Pw‹_œî!Ãî¤ß^·—z±›ÜÑ™m>ŠÓL<Ü6ÞÚGœ›Îô½0üWö¨èø©mmAUÝq%íÝÔp9¹´L5¶äL ^j°3Qôæ‹¡VÖÀ_ݦƒœ[õçûƱ_¨IÏ^x<½Ykt%g>ö/~+¨Ó Ô8¬$Ô(¸ÈÇ·lá‹ðèã<¿3Ÿû:•çzæŽû^=_öÂ|òr¢©µ·êÒ3f‚3®§UKæç¿ØÚÙ¢PHjïUqB¼ˆÁ ‰èANÚ}áñý‚õ’zý¨ÿ€½’G¸]hÏ…CGÞ ¸½óÇ~âñm—êXճܡâùš»Ì‹ÄËfñƒÂ±`ñݯö½ÜP³f`*bÊioØÝ¬€Œmf­tÍ?š±épM4ÆZÕãVʨÊ%ÒË=ÅÉ3eTîK4ÒtH¢+÷`Z8là¶ It?X•7´¡Õ9Ÿ¦³NÜm¸Û­|åšÍ^žL—›Éƒ°=?—íãÜÛV ú øAá‹hPíõ×ï²Î/ö‹ 3çïÔ$†ªãC;—³g|4ø ìkŠR°”‘UXH¨‰lcuí/mè‰%$í—nu‘”tä!<áèDÇ:J îN¨×´Íû¢Ã!Ûö—Í´‘°Ý øSk™÷3­î -ƘuÙî2eµ9K'ÓÒ=ŸȔ»Váƒü‡*C÷ÓÑ2k«ÂWýö'ýˆòV›,òÉÍIm’è¥ -(Io¥Kîl*²×ŦÚ©'ÆÍ§ç’ ?é…]£ÊìkûDX<“í wkµÁÍShõªål£–ȘšNîÉ>n*uè݈\©Ú¶ò<}š-'ô)°.iíæè•(~Pøb&Œ¸*ä¥î¯öÁ/´W6!Ô!‚JÑ̶×ae Í?z²?ÑEŽMGõpÕYö$¥ ñ¼òäË}q‡Y¿ @m~9«´z¾†3â¸C7w¯.×DXMlÄÙ•ÙÀ„›O'ÅÆž&EóQ¿V -pÝ>x,õÀ>û¾QM¨GišK±Î×éþéÛkÃRŸëþªß<ðjº -‡à¶­à¥89Ü5…—RëfýU4{•œ Ç>¸å©ÅúÈ=Ùуõøg¿¤BõPhAo£ÜÜëh#):qÀ6M>«ýºÓnêõFÆJ‹‡à¶¡<»‘ïã"ýÇ…ØdöpŠÉì’ͤP@2ëör_üŠô•s«÷þªß=ùÎŒcŠ¡,/OÁFoš{+—¼;ã™Õ«â&Œëòunr¯b³¿¶‹èÍl‡+°©UäR_Wš²ïD½áj¼ºÀ—Õœåc’ ·!™3bA¬ -„pmÑøª™5ðþi¹Çûâ—8,ókn”•¨ÌýªßކδdA×Í÷C@ôÍÍ*ôˆÝ –‹§÷ -Ä;L޶¸Ìš™±àžÝ´ÖäÄ(àõÞDýI†¾4;…úøZ¬P“ø‚‘³íŽ&Áê¥CtuP$ŠxÇJ'¾íø1ÅÄË‚@aò:¯aUv½ùÑáxGµnñý«Âî¡|Õïé¼6éz¤Úq¨q¯ir±Žé•Q· {S÷Øß¸xÀÓÑPeóƒPmCÊÕmÁ(d;5ls¦íƒþüę̈ RÙ‘ùÒ! ê‰ÂÅá«Ã81Àvgc„)Öm†!të€F€'†b,"×NûhUu‰[-’_Èe>¿Xîò‰:{`”4-¶é8æÖBT°Çc—ýú€‡Úh\–õåÚ;ô„°ÓZ®G­ -Íõ›úL5ÌÈôé6ßÔ½ƒSþš»’‚ZyýA&KòÆÔ^„bµR±‰ê2Á£xÕH{¿–D7¯–ÄýmÍÔ¯ÏE¤S¿ã }¤Q»,ª´ìªzdýQeöÅû ¬´Ñþĉ¬ÎòØ»ë5Ž„Q1~4µÓô\“:ïú»k$Ò†™‹ó6 ¯Ñ«O¦ ‘šÍÏ¢¥YLçE¢\b¼Šß®ZݾPcx*ÔÎÉ«Z«×‹$r»w8dìÎd¤Ù*Œ«Ï³VÛõÍ¥ -<¸RefäùJ§œÖ6¹9qüáE ½ÂÂ*sù"¸Êý¥Z4çÏT‹uÁ!>INu²gL„$6Ë?*ê¾-šw¯A·T™X¯Š,E÷AZ„&šƒií -ÂÍ ÒJq}íR}ç\ ÊvƒB%XGÕ -/•éJ¾"wáåb¥ÃTðËëy,à –v˰URpe\ªn/ûR5(ªŸN_ÌZ˽9YWËÅXÊ´ÞÑøM¡G(Ãcî(@íHôUÌu¸¦1ñáå×ý™3ÄkD™CZ]¨YÍÁp·"¨´ -‡OÅû“ (o3»MYšg’Òþ >Jê„¡cfˆ@z5‹çB9½ÆŠT»kœ`»Î?žø3ß"¶x¾Ïõ¼ÇñaÞ£ì(Ïzû/|yŒ=eìǦ¨»vkUqF¥ ¡©·åµóuwë™wŽÀii?w3rÀôÓÕjÙÄ'cáQ‡NÕ^¬nÍÂÂ{…渥æ_MÓÉO^› ²û  -ï$×]ã@v Kpv0OG–]dª¬èhc½Pt(ÔaÚû9jçÖì´’~ñþGÙ™3&ç¾–+îðT»¨rPq¸>:+£ dfZèªr¬ÂrŽc¹Öa[å~Y±¯Í"­ÝÐ\H€pñmÀKHK!ýW°h ¥Øº–Âz`«\úÁJÇlšï¦˜:f6ÆÝóVÝv,oz)®++ ÑÞPÂñyI‡v{¾™ -¶pTéIé -v·˜ßp‰Ý;Œw{ž j›Á›ÅeQ­}+ŸcÏDæP¿”|c§8g¨@[ 2•q -u™âzˆ¬ˆJ–ˆÜ(_D]¿bµ"€¯8ÀGôÀÅuàøþÂ=ž—;Çez[*KvE SêÝ’þo^1t~”šŽ¡?¨RÝ£7î1«¬ú‹Q‰€ñÌÏ"ŸÍÊ« iAqˆGÈü¸µ‚ ÕHáºH?ä8ÉäRÁ2Fû)Ž€\¥'š\·*é§ç˜4_é—åÙ ùÏþ•ßÃWT¶òëJÇ6lj<ׇZ/y¸NAp1ƪ4òõB’Ž5–goªÝ97)°¦QÈ\èAVY´X€  €Üm?¡Gø&zòWEþ™¿âíÇwûºí»LµŒ¼gf7µl5€Vêþã±}‚w3ï/¾š’ùj¿FÆ>òñ„~ÆÇÇj©(ÿXWåý?ñ× )Æé—¹sã£-7xx ¤Þß½¾~÷!Õú¦Üæ}zãÞâLÉî–æ“k/Á^WÈÔK—M=Ïœ÷ÌP?«¸üÿ¥ üjµÜG m}´Eáƒøcµd_ëê7½¡½þì?vùp`õòÝ/¶Ñ{VìÖoü¾Ë\ÃZ—»BFG¸ˆ—vÿÛ]ù¼§åáYyXÖñf^·Ž‹›=w§„o܎׾Q<Ò»J;NCi¿ÄLœLþ‘ûî×Õúj?-«|dÅB~žéocƒ ýΆîä6/6·¼’9]!|\Ä3œ=+w¨˜ _ïò'–}#'rþÀ¾ ¬G§5ôacF„˜ÙÓbäרa”5Dç·‡Áò–ÑnÓîwppin÷B[Úª…¦¼‰Eñ×µjV§Ý5„¯Vûó¯šË~Tfè#‹§'«'Ô¯FqxÔWΈ£ÛÉð9Nf&ÜéÐ9ÄÌÖL"6’®‡9&=ysìCJ÷ÐX.îÄ× ¼ƒ§Fm«f âÜè­±NãÎêªLÄßìðaèû¹rË·ã¿®Õ|P#ç!_ þâ_­6ûZÊ><€‚Î{¢\8%Ì 9: Øøô˦(D졪ò£âh'>NN:’ï&\뤷 ×ä&ø×¿º<†œ—ïQp_²×མ76ùE~Ãó~6KîðjjÌT¸¾õõš•®`§‰±+þÂ$‚Â_üZ{sóçRÉÑÉîN‘_^û×ó;ØU‘žãÈu:&·Â‡ŠóË·Qé/ÙKMYðÂð\佚5ï•q°é”&¼,3*,gÈßùz…:N»OÉ“–›¤§¯êyM å¾§æÈõ9xír9ñìfÃûãy·wûâ?õä‹Ñ)iaÌ„ñäÀGÒt©Õ:rqø·%›ì²‹üx Ö­Îö‚Ï•KûzÙmMÅíLÉØíM®z Mès y^=yÌ}7v}攎–nÖ­ÇX>:a¯ýrúЮjoäfÇ–ªgÛÚëµ¥¥¶ú‡Ïÿ+í¿0ã¾û¶ñ"ÍK·ã½>¹~µÚÜ3ýn4Õ•­‡Kö4ÏÃÆ0af{žßûz‰=OÉ;ûš40)ïy¾ {@ÅÇ\Nó©ñü5oŽ…éžsVpÒsúû·lo›aWÖ¤kDqaÕ®Ad¦µÜÃÄ_<<²ÄWǸçf®1ŽðÏÞO/†:þbò®Ä_Üs\.!kZ.˜°=–/—Õ3·ß,çyk¼(án y¡âãÑÞŒgù—é!g4é÷¸¸håò‰ƒm…•0+šKÔh U¯ežŽ^ÇatÍÄêÈÞ¦ñ(ä=Ã=²¡þ&†±ÎÚ˧žm`•!¿ÚñZHÊžÖÏå"uÓÍ!>§/.»!^:¶&Ûò.ªÜÓ{õ -ïÏeq}ƒÃyøéЬMî‘0ð²”3÷^›•½wöG+^=žfrÍ£ëã ƒbx»n´”­û1ÞÖ9Oè@_ -3S×VÕùXëG×ù¨nqh¯Jgñ¡ê›’¢å•Ž|Ç2¾3ÒYY\$ §Èç/Î8$Õ¾©߸†eh]y-—¿øöý¸š´Ÿ®í -‰ :•nZF£Ÿöþè¶öÆó¡ßŒ `:Xµ -Ãîp k«d\Óæ‚T··EC•·Žo}EÛ”4ùT©Y²qSéÒôw’õzßÅ;Ç•D7wm ^=Û´·Åà ө_À~ÖÔ¿èŒ_çÓX2‰¯Sy5ƒ_•Eå‘gõbþ>™A· íl׎ Ñ´‡¡ñ -r¾ÎC·õ°x{&Zùõ|¨ -æ”hQ„¬X¬È#±ˆþ€2 £”d«#ÑµŽ ºM™öl4˜‡É [Öý`Å]úùò,ß[îÍT»ŽºâHÜvaxyv{÷òÇÌ©oÏ¥3vÕœúP1Ç^#øå¹gähHà›×§¬5†!6q5xl,•˜•r"ÈWé:¼%z§€¢—¡Á»/VìVÄYÙ¦û|ä¶ûy÷4èõÞ¯awÓ)»Ø @aß›œdóÊñ±lP<ãzÇÄ7빃.)àëßW—(Dýæ¦YÝRËòñ…ÎìYš× -àÂÕJbÞz>jg[ÃaH Ôý­i)¸XOGéV(oDov?üååÞŸûëw¿Û€½~w_ênÖûj·ïqa¿7…šçùøDË8¤‘ßZg†[zˆ™Deµ–uâ^ál>€õÒUa¤FwA>Oîº4VÁ©lwËþ¢çzƒŸt¥yÔkþÅ…O>¹=+SB:TР¸qžksа“Rh°­]ÞoÏfßÎéî³%\ Z«`G"³jŒÌ --SàWfU¬œ¿Økðœ]ïUcŽ]^„T±ªWZé½ïà ~½­Ýj¸> -–2Ê^©i»Ê (M~w9œuw9r-hÆuψêÔKêËÀNzíÛ†är{&ih»SY4[‹ñYhu™ÚYù‚Ç”sÞúln—УY…ôJCë@BCã3AŠñ©¡Ñ³Ëç/v„àq!$-šÅßÉiÎEW® E›J¨Ç(W¿lµý ïÈt#êî÷‹wÚèî|ò£¡ÏÇ¢s±çÎ-¥ €ö²pjw¦ç[kq=¼[ÅÆ©À &÷js—ÍMy^çQM“ÚñàÐ'²ÒÆÕ¼Ö/M T¯O½N½n*ÓzÝ*ëu™8ü€ukÛ>oî³óõ~ÿªßÝ‰Žµ Yc¿õ2ºxPõ€‹ïIÔïCÒƒï*§·&`Î{ܱ/sŸct)d³`iÛZNÓeÔÚ™\š;C~6"›Ïý€ 4æËôIá4 ¬[õKPët¾iR÷p¶ Òóz"_;«@²5¼M²(â‘lqyHq?“í×)ùàô+Ò«‹UÛ3´·†HÌ9 úeóeÊ™t[çÑ£r¶Õ‰˜#NbWíú,oª¦Øi¦ÁµÝc³gaÑ -{¹5#¥õS™Èçf74©Ã™:mAåÞ‘Ÿ½9}»]’õï:™•1¯ž? Áljƒ÷v±÷æ½ £5”ï9öq5§~n  ÖÏ´^ ¯œ0„C¶ÍªÉrFN/?Úgy÷§ƒbTù³(4¹I¹"°3¤¡µ…3nÿ€­~Tò™Êè¶j ÖŽ6ƒæ±îxåå™ï´à_ dö­‡PD!'vððpÒðþ°9ÅKØê€mÎÍ &Ù9«Ð‰…îWôUÛ|üý€a÷»5qS¾ 2®²ë¶Söj£95+ •‡q—^ù¢/Âí_Ÿ†ö"Zµ[ó 2Û;0jjÓ£Û0œô× y]o"͈¶™„ÌîO¢°ŽÓÞÇ𣌗mÇ6‡ÉÍ»‚UÞm=øÛ-ªuZ/ÍÈÚÑ‹õ~!CäÌÓûÈ™ÆöK¹Äõf.¹à'½ ØǾݴž™ þukñc•V|—oz{r<î0âµ×*¿µF}µùÆH´TÚVÇvÝhSŠÍ×$_ªîˆ˜9ábñ~Ç”l  ‘ð(¢Ã"†¢èÉnÕN£»XQm»Fܶ+äâr±qEêçD«Þyz^?zûjS'wÕfÙ.ÐN£ïO÷«®·±‰Î7—m«y×A½„høã•“r*wÙí”ã8DnƦL×=zפÞ°Oeƒ¢ö’BuÈ¿OqxqZbÈt¹Eõì.©%ÂéY#Wo¹ŠdqàQ¡÷÷nõ¡µª‡nU&ᮿr®TØh#U²-̇ƒ-½†ù´ú"¸,Ÿl¨¹°í÷ësêTÔ1ƒ,Æe«O¨¡S»Îô"Xê1` RkXÔ¬M,Ç¥7ÙÂßÃj‹¡†EÛ®Åé ¹ Ã%ÒH—WÕç`w©¶v—´_ª€Š•*ܱ‡WrÆšƒ$ªÁǘ–W(—K£q±\’Ì^is{»%iˆ„¥Jñ½übÆ$”<é’‹òcÉv;å¾É‹6¯+³yCqWx–÷t~y­ÎË–R¤ ºy8ðø®NcµúJB‘æÎaªSd.T3z¬T"kV@šÀݶ,¯[̾,£k¹<ÛgKJ>_…¢>CCC`Ú/žøŒ]$¼î¦`ïéS¨+«VÁšëfÁrâ `©›_ø9®¥yò4§Id«Yo¹«ŒBq××’¥Ó”³»z¥‡]ìÇ_Ž«fÂ2ÅŸ= [ŠõjV 2¼Ðಓ? ¤Ã‹„ío½¢‰æÔ"y¢ìÂu¤úêmó^cßÓBä²’ãŸj31 ©ˆ—WÓcFœ*•Œè×»™õf1Êß·ñ“ÕM¹ÃQÃLçJ§Q0-NëFE jc£2ƒ-v‡ùg‹¾·¥p±¦½'luÒ¯56bî?jÕâyT̹ˆÌæ - g•ž-Ý‚Vf;¾ô2•ÓKf} ÔnòòL·¨Ýé«èŒµ°ßj«|ú¹1€š8ª5®™¾Ç­F@º¹@­ž›z»ÛÆ'kϳŸçš…h<„2k€îÍa‰ëj×[óÒ™*Öc½†X5¶UB·4ÿšW‹Ùòëõ°Â<`E¨’¢G¥Xr†U•ÆÀ s`%îœâ\øIÔ,óô:šèHtY¬¥¿>UíK~Šù*ÅfãÆw(pnÓ$°:Fk¢GTÓP¦­|¯é2ɳùw¡5¤ ¹¾B|è{Âzm©¬\ává1Ìá¹~éxöþðJ>óñôR"œbGx½ÌxG“SmW¸0Åþ à*WHq­¸6J?í¡€c‡€—Æ€gã?°þª}pŸ#veOáÇò-‘Ö/Ã%ÜW„²°ÛÏ5˜ûùDìmeQó¦” Kã»XéÂ,]ŠaÀq¸,4M‘Þ8Áì`€èƒ@è ÞYˆUÈc¸ˆ|4ØbœHlH$Žª)ÎK€,›O€Ì¶€8 :@¸™ †ÃLŠiÞ¹»ÃÙ˜ó!9îþæw¯3£Á•ÊÜtVþ‹Ü¢ÄmÜ’Y¥ LF?`ñ^èõÁ¢Ô`€“Òù¨ÈÍH‡Hz@¤bÕÿØ‚?2.•Å{E†&@™Ì 6§¨J¨·›M .æôû-P7ýô=™g€º‚ZŸ\þua¥¸!¿€6º=§Jöè½s ç;5ÀÓ[›+P«Íó†Þñᦲ¸)dKe„˜¸ $"Ðú£"“ö”üõO9á›ñß -n”ž"ºÍ:0Î@nB@Cš@#y˜@³E@“H{ã?ƒw³I -¯˜"A •î/T®ÚƒÚ:–øÖeÒÕ…f‘ú’žd±Ëµ}®Bâc]Ý­ö•¡˜/©ûÇ•Üå_ñö<è*;úGOþ×û•n¿–ÛÆ-š‹øqÛ‚0 -©Ìµ¾ZéM ´êé¯nÕchÑÊ>ÅëõÝ0íÃê×`ù•ìZ$¬«÷÷!þ¿:è'#öë¶ÝR_£íýݽuî>”ëßÙMI¾g¥Šv›WðÑ?´Æ·¼Ö÷¯!ª/¯½Ó|…F×ËE¼U²gåÕG“˜Ë=çNSÜ׿Ÿp?»e}#WÿQB¿Ã×>ÒXü§¡_%”þD8¬?a¶ŸM¨ØÉéáeϯ»_¸çoóò¥| ‘Sí -é'â²Áïô¶.Ìy_qgåvÀß³â¡%:Ð6OI§ëÈ¥ö'rÀ«Ü^Ñ{(c‘פok¾eýZWÿ^ýâ#ÓæÿK`¬|α‡}2"€7{÷óˆ|›—û–—‡ók/ -öØt“$n*·SŠ5ÁãUЋG§àUâÇÀDb¯ìáÑ[q¨ÈGæL”ÕçÜ!où½}ï*;ñ½·¶û´ø·ÈÒ¾mô­ÉHü“»êQÙöÿà¿´Úð«2ú¹gáÚÛ§«.Ø84Έýì&ؤ È âÄ^ ð#¿ò\~rÐóæÝ¢}ïz>í6ãeO÷­šÙ¾¶HpÊn°p_›¥uiu•wÈŠŽ.TÈ$÷öÒ¯£Ò2ëN¦ó°S8›Þ økXýoü€Ì«ÿq2ÿ4ôëã$Á\ùutr -”V>Cì0¯õ{Èf:Û} ëo⦮“l¬®RÞ^ч¼zhÖ_¾÷ü¯õ\ðÏl4ÛÙdù{ åkÙÙ¾ß*ûzµ…OMÌá§ä™v'Wë~š84Ÿ›Ð:ûů‰õƒÿÐjýœó8ïñöþxeùyä—óé\¹±Çi«¼üô*&óê™ØÀ–ìÙ ü]nÍ{ïn'ØpÝ^/:âL-vT?Ûº¯Ã]kš¨]wJ»þÄ!Kïa{÷í‰ËkÀÍ(òŽ…üBçWý‰’ƒÓ/¿Ú%'{£lŽ_|ÛxË‹…s×3›ø!äýáéÔ0Œµ™o{!‹9•ÙÏ{¯Ì%€ƒûk†„pšÈ{(]Á’Q\8XŒy3¦<º6Ý÷8i»ì+áÝìô= Ùôj »YÃÖ°kK09·áý(²ÔZô2㋚:Š£dÜÌæl9"_ã_ש¶ø$N/Ô{ŸqÜ&£ý¾\¿.6øDÖDZˬwçj3diÚÓD2g57s•"—}öÏãy[zŒó–qúy-ooúr:#”¬ªµ—-ÌR«³úhÆÃcbÉŠ%fºL#ï…‘áô¸™þØxݳ €×æÐ¸ú0ã|mßgšpŽü/¾&å£+ŸŸ{ -^ÖÎ,»[Îùíd¾ÛÊìÐÿ<];MÒjØ{ïr¼¬ ýÉÄ)Y«Ð®,«–’´T¾=L¢ZÎŽ¬a¹`Ü’bÉ›(b4¹.¥OFÏ –0œ¥—Ñ$Ÿ¶¶ÌqK­¨…guài¿¨åY–W”út¬ ùL(GËËRöv yÈ,çgô:#AÏd7—lõ‚Cè8¯¶n ÿœvËÄ« ¼—j\¤‹»º%4ó´ì¸£K¢-GÎØŒ6KW:;ßô,»†ü|jaai½ã Ñ Q™TÅkµ©Âó® ¨MVÕÖ–u˜Ëؾ’ÌÆ³(^§+:c;ü…§)Ë×í-NÚ¡”Þ/ò¶Z\±Fæ½€}ä2KG ídêÜ=·;ô$§B u ó×íQ£x’ —±õZ †–Øhýy3V·µîU­ݧ¢¦+dùH÷ò²þ–e<\b’UZ§½/QÛ'Ž‘â@l¤ãì`Òšƒv¦pìÏx ìçV¦×-‡f¯°GÂîJ…RÙåñ̸U·ä,-à œ Œý˜NòTäŠåÀQ6›¡yá;íИ ½Æp¡*}m0p µJO'Šæ­—²1[n¥ ˜.êÃÓU¼c¯·Ø4ß¹Áäö.Ú.\íÏÞÞïø<Ó[Vì^¯{8Ý5Vœv‰vvÔ=+T]ãóìÛ0]ÜóèÌ[tNu3ü‹¨¸{¢koS¬,d+Ìêûžtةԅ *(ƒy]@Ê?t0•Ç#¯3šœvÜ5Û|s´p¡ØGq¦³®_š³ W Y†*,¿øÕ¾;•b:ŽÍµ M_ëàA€pù C޾(Y}U-dIytY‰Þ<¤nŒþž»½°æÝ ᬺ°í%6|Œ§Ý0<Ïߤ¾;f¨p×~)­ø8§Ä±ìCÖE–‰6vû­c«6{v­9Mb-þ j­¼¡ÍRÌÂ?Œ—;¼u#Ã#.OÙµ -ºâY¿Û¤Pߎگ‡;È–¨àF–úEÏè×Õ»½p/(]ÉhX‚ªT<^ïAÇ”n+îz¸í¹Fñ³ pc[Th¿oM¨Öhµvö5cZ{ìµ -•†Åô5/lnÖkS’üZcõä°±_¾üÆ>$ÂÆÞ«.¿øz¿—"ZÄfN‰©LRÊUÙ|ZŽ G?zO´jdÉÒ=5¹q…ì ²®[9Ö$þ¨zÇ‚V6×XhÛš¶gOo¶½jçõ]K˜4O­B{ð`ú;dJJTmJÇL½Y1Ú݆z±ôFÍZOGâú™ຕMĺyS&)ÖaÝ<‹ú¹²[®_Õ3½P¦ î?¶LõôVY½èëÞÛ|ÖŒ£šX b½±*¾¬ÕLΘ y‹&OÈÛ.w‡Òëx²èèíÙ”pZ]ú>aørÖÜZëu³-£Æ!½¹(ÏÐÇ]¦ P$~Àúy¹æêu¼<¤ngcF5ëÏ9Ñeˆl\—l“ylÃÌ‚œ°ì/Ö÷ؘëp†ð:x¥½Srp‘1Û…ÙY/IìR¡ …>˜ç1Vˆl+ý-‹5¨s.3H¯´\»ßî¼­U´ï£æŸŽQU™6СÒ„ÄîêÖO¨;ª¼¨ñ),’/ö‘ÓÓ&Û‹@!(ãqÀ—Õ2ˆwc ƒwCßùI_¯² ¼ë=æ_|-êAr-RÓÈ¢®ìø°mEÛÜhv\]‡2§¬eç}4û¡GvøÑC«²oô…²YmµÂb¹Ël²¹©xk½1´l;½˜Ï~ItžS®†lÉé:’™+ö GÊàÓCðåäÝÄ{bo€CðiŒ­Ý£¯,ºKŽ,ªÈ} U:a€*uÿ!dn™ÙMë“EÔÃÇ‘¦g̺/o…¸:?´ˆ öÒÄ<ÛýR8ìwnÈ‘h ä²Ú‚žë:SÉD\³–D:™ÙjýêöLêá3é7ó1'’ÈÛï=³WlÓ®e0)£Â¼KÒ‘Ý«LUkËt†=ÕWµxtj:u`jX$Œ„1ýfÈ(¦‹ýaÑúªß“¢«c¬¶¯YŒW(ËWÐ0*Š¥Ì¬6éÉñNé4•³†åô®<ò ÖÀC…¡©í°[oD¢Lµ6ŒNæºy›( S¼Äï˜Æ;ôPz$¨ºÃÞhÍvʵ#ý jú“jød7BÎl;D¬ìó‰P‹c£ê$aµ!éÓ°òÌq“ÊãÖðæÇîŠõÛ«*ãÁذn¾ãVÕ€^PM¬êEägBОEƒckÛŒ.\'1L¥sEe˜%AêÅÆCÆËíÄÀªt8NϘæmfµ¯kDç#—<ö@¬Ø)"uýWïËU›v0¬¼jÕ 29n¯•öhFV29\gZß…;EjüûGûn£mW…¦Mû–þ&Jhºº^¤R³Áó7¸!YÕm–šB#©P’פ¾Þ·ª8\Së˜b8,]ü~íôpÔÙòLÄžÍ'Õ¸YV™^²¯¼Kð¥2ÝJ¹ -+ï8ˆ¡æó}E‚óå̤ÜS¬¤ ºµÒz - J"Œ[%1[³Ke°~ôû™fg|„N¬Ý,òÌhúäððÚV”{)Ê m8âÇDÛm—Œù€vNEŠ(¡RþãéÝÎòÈ5ZU‘v¦ªÞ,×®`¥Wñ— µ’ƒ8 $i -*þªÜ×â¸\ÂWI’8¨T©„$¤¡n1ÞˆVQ—ˇB²ŒÊE,óEl•3 -Iëlü€ŸÃÈϪ«ž'Ý®s>ƒ‚5E§Q¯–g†Ã^ —§r”ïWwØ©“á›FÛ…r=—˜&ªPu2¤^páyÊ•l.mçe¼$«:eÒŒI:¿—Õ¨h8À´p~ÖÖk¢žó÷Ì*›o6l·©Vnf;j.wÌϳ‹Áú•]°v=ÇmÐAŠŽšãü¦2-4n’«ÙÉ¡¶heÑSÏØ4ØŽFnjéŒ,å‡ËB—¾OlO¯û Ûs²'T[µËÕ¯VÀw€0½äÝEôÌ3½|d%¨f+4‘ã5žÉåQ·—]®wZ‚_ãŒ8n®€ÝI>¹ËH¥™Vâ’;vê]ujÈ\ê$_Kas@ÕØ €êà${ÛSAŸö€n{¥±fÎݺ¢×Ú$¯´Ô'ÙßßzyÈ…§V­ZœÕ¹z_Åke­¾Ÿ>Z®Tº`Ú/ŽG\³á•<µÎæ Ôø¢_Jâ@M€Ú)D1ÅÉjÝæ2Å6ýSϧ8ÖÞ—€ðöä²¾È< dŒŠ):€h†õºÑI°œëœ²m õ´F%¿ªjÔýÑWŠŒý§˜]úÄÖ¬¨µñ0âàU`âÅó©YÁjñD(ÐrI¡gSÄ0€Š  £!ûÑ`G@ͦ“bµP‹º¦8”TášÊ_UmŒŠ¶ß -5[@-yš@mKù)ú˯¨ì4öúÄ\ÌžÎðTˆ9ÈélïDÝ‘(³ïǵl³SŒxÞ´*xq%¬ÄyV¨B™Ý|˜jßÌ™ÞS$“0€-l2Å…°¨-§X8WÂþÀž\ú•ãµ `'{ôqoˆ €ù¯€YgÀøùÀd` öôM,¶3 gf(ÐÄV™<+þÐà§s¦ÜŠ®ó;ÍšÍ->|Ç’õJ)v`6ÿ>Ýðl¥¾ƒœC²=ÙdRø|þ6Ãô£ä‚Ðf¢´‚¨Ø‘ÖÛ!¦gžÅe€0‡é§aDç°z\ˆšÔT™^ü]£%~Àÿ —Ã"Á‘™o´Ü™Pm;¬dÍ.«¯H,L:óvVÈØ¹wª„—AþÃü".?i¤Zø¸mɽgT ŠÚ]J´y€ºâ“3@Ý6@EÃ>@éDPà PíAÙìÞbhæ¬ño^1…o[\ß «ßTWrÛíĵÉ8 Ò1YžMÌbs•®A•f®ùGEþ -ÈÿªÈÿ—¸‘¶á¤öþH·CÄh$³heòè}§ -4¨VhÈX4ìâ+ý-y†û£4êh,¡g -³¬ëxÎW8zgôõ}¿Û®'’±$¢Ö@麸»ûFÝ[ÑÈÁ~Øý#%ÿÛ†S%>ªõ·=Íô׃ûÇ|ûõÝ~ów¿–Ûfí¤w~`À°0J: 1ûí`n‹:ÀÜuýw¯4æ±¼ÌúŸO„)^øú- ͉úh¢êïCüÿ¡„þÙÖ«[~x9 »¿»ãúoä»>ð÷¬xîßæðMºñ@»åµÂ袵ñµwjø— É…ŸÄƒ·?#ó–Äl¡œ`s¿sJºŒs"×ÃÅ_…ö‹}ÈäF_aôã­ÿK·û*¡>þÉÜå?»}¢l‹³o”íx÷ òåÆïº¯k/æs— ÞûD «Ørñ³r·©3âN›IÌídø^ó§„[÷Oäb§bdÄñîÆÌ¡¼Œ|tDÙÑ«tȧ¥Áï¾XÈ -•~À¯yõ/þä®þßãÇ \¹û IßæiÍËKoý - !ï¼§ò‹dø|oO ›?žÈ9t=:è?¥LÌì -éȽ• -±q >ÌñrÈ[9lß»ê;ñ 0Û=Wà·È‚R6zQ¯Éýf—®Ã+ëªG-ýƼ¹dŸNãð?-L{ß}_ß·¼Øz]Äc:#v;%­AëH/ÛݘÙtÕˆ= Ò’âÔõö½k'؉Ïúr»oë-ûžGãuÒ¯&kr[¾®œjñ>Òa*d¤°ô)²ò.³cžœ‡l ¤‚­Îöb}=Sá 0CìÇZ¹ü?øŸ†^!euL†·×öèd£$zvשׂRu‹ø:õɃ]˜í5¹Ö…½—!s”%{i sš-øGË™‡­t} Í(?Øt¸e/¹ÍL…„È×+Üyj¢Âkr¡ }½Qž×ÔUy“+÷í/ï®Ï-Ÿé\ù9ü‚˹ÿÒ“‡Óèe/£wZí{ 5ÝÄí´@$ÃczÕÕuÉ&K`ÁßÖÅyïµ®R6ÀfjÁ¥üxà6}lg·§‰2å?êh<íOÜýã`eîîÈõ™éØeßQ0žs÷Í8¿,'NsöFº¶T m8¦–Ö^—–Šsû_ gêuõk®%§Ê"ÊÊý´âÛîeM.Ýþò­õ† þÊŽƒM› fHo|l‹§d„Ü&t¿=ªä\¿Y(ºì«çl¥6ÎÏK¸ -µº­jŒ½4:6¼kõ-T3Öuû4±ó<™õÇaD>Ԭᴑ¦ÑȬ‡úc^žê­ük:|‡§É×°üLNf÷´9,ÚÐbsTVø„†½ÅœàêÁ¦•kúq÷,L®êBöDܬ«ÐN?Çs6¼f²ç‡&väí‘ÙV¦Æug/=ÝêžçôVwþ‡þvwròÐælA+´ Šº*±¤Z’•¶"E¨Tô¢#«çÁZ®DN2è'#5SÏGo$Z†n|qªŸŸÏ½¤5韛EåZ-œL9­Å&Oü*¹ÁU®;+7_´öOµlâ»6naÌëÏóCÖ3d;9Ñ–%v¡ev­Zv‡‰¢@ö]©næ€<¬„y½½«Òˆ)‰xóœhsvºæÜ§ñÀʇþë\,ôYùÈõ³gô‚˜3ÿ"æh4·¹ÀÄk¹LïÚ´vS†#|´aÝ‘k Öºb¤ƒxQgñ>9ÌWMNÝ@žøª°¹7å–Œå¸ûžÉØú½”Lø½‘È‹N9‹ô‹y"Å^!k;ÝpQÞuKÅ 'Hæ %T¨§Îïï9‹ßžŸ½ŸTíhx9¿z×ÈÌ~ówß ¸È›/Ú‹1b–52n=ã•ñ¡Ð¯ÕͲ€*ªOµd\£º’ù’4qœí›ƒ§ ¹é0«Ï€á…}îâm{ ÚÀžðØ\º«VüêÊ¥‚°U¨š #z“?xû>f`«s Üu‡(`Î\š\hìmoYìm®ýbYD)œO08Jâk:±³»[ûØbÝô®lÀIç5—VåY¡ ìª*ÞŽ jðʹA¹‰}?k½®õ´º«ûÓë–™çLýçR¨Êµ=¯Eµ#¹{ÇHäl‡ð·UÎÎ=ÓBfÙXúìÀÞ~Iïe{Z¾Ú§[þR[]Ñúƒ cnÉ% -/¦0»TÌÌ$ ç·ñ®9Û[—ÒÐNE–Šë–œ€•’Ø<6‹ƒL0À{K]fºb½“Ž–‚´E>ò;CËuíΨÛõ¸Ëº;ãlÑX±÷½u`]uui¿ŽÇÿC×y.*ªt[û -ÖE” -’£dEQ   Š s³ÞÿDzû={ŸðýyV¯hQUsÎŒù)ŽF,^̦Ö§ñ¬¤ÃpµjÝšj( ?Ôz{'ªj8)¦Šþ?Ðê…²Ô¬Ñ3Ðñcæ¢ùqñ ïÍÑl±7{‘nkß=˜N8P(;Îàpe¾)k'áRÙýdŒ’n-³÷:4Œ(³òŠyêh:(fõÃT/OÎi4®ÃMü¤-èâSC=7¯®ù-«S¼¨´àZK¡÷‰ìe¬«ÌÅ"/%ÖÍ‘Uþ‚¥»+0.0± kØèÃúP„F»wÈMV y™éµ4ÏÂê«WÅ sÖbrS¼”œç¼¦£7ôBÕ(š´\ÑcOnh‹ÚÖÐê«kWªD¢Í”ݸ»W˜Üè*gÏœÌs-%IO“DñÚÚîÉ¢¢Ý! -ú´õìš5×þ<§»î"Yvz~ÖÉ‘ñŽòǾ€ž?×î8¸®]¢cõ×Ý»Z›¢¾`íÝm¦$ŽÈxµ ÚCÔg4¡¥ßý”TgW”=7¦wdo·èKf7•üÓg#Þô,ö³^Ö†,  ^¶ ænríÊŸqÉ[É«Â[«ËÏ€ý ¤O¥ùþä¦ä0^ÅhÏ¿²ÁÝÉß»¹&´kïNñÐyV25»j¶Är'ÙæŒáô“)BØ ÓêÉj8w“•ý~¬Ë§U«,]bÝ–¤¼Ùû53^[{$éV'&^t(”øÛ“ŸMy„¯”CGòÙ -W«U}' -»Ù=0¶Q Jl£ŠuÙ†–ë°7ß™ÎO¬JóÝ5Þg39(PMþÕ©Èø¡Í,G¯šéãäÂô ¿‘"´˜¿µ:åÕ&:¦— r— 5IÚ馨.ÉŠPÜæ›…) :ÈÎøÊ†Œ¹•dî¸Ú#ºsx`vkÛ<ÛÄ’2KmË]Æ¥¯éJfØÓ¡ÏõšAŸ‹GwnK—îì&íÝEÒ}ýÒdÿ+_Ä‘ÊÇ[ÑÒ¹Õ~fuó-µ+{21Ìç¥Hik~ôRܵ’•»{—zg“7]þ„Ñ‰Ô ÓkÎâç‡KG¹»Çâ©Çnù)Kkü†9|ZÆ]ßs ×ÐY:¡Ý=Ê-xçÕ»r”ÜR5òñ -ä㔆 )Ú1OàâhÒpù4êÛ7ºwŠØp½Ü¾µ -om]‡ÔÀ¯´¹jAŸ×Hû™‘ÂVòõÂÆaŽ*ÄCPà“»Ê­ç{“#>›er³&ãU6>ã`Dû¹ühQl%Ôí~ÊPá@¤(Ekä pm2šlg$€»€wX…0ñŽCd§µ‘í•S1¦äT‰:s=¹g‘TÀ»òìÕì½Ý}­Z9 ¬ó¤›žÈÆ”)*[äò¤Ýù¥m~xlÓF¸Õ§Ù6ÌÉïk Zt Nê>Zz”š= È× ›‘Ê}$Á*z'‡%²%¹ý§ŽW8wŒç7êó–匈ÙGµŠÙ‹bÃìB}¢*¬:DS¹ïåd1x^c®k€p[1”m*•륆>ô¸|kÌÝbušÓåëÕÀ U<º±ììtc -«G†î‘J=Ú8ýQê™É‘ éd&,Vˆ©ÒnаïãóâiŒ#qn…­,ëŠÕóû<º­“<Ú̆äPAûHû}¾"ídÎ!í ^FØeçO÷wuœ²zD ¶Z˜NCºÆýz;Ë€g\–¨¡×A}Ù (\•¢Ç¶«“4fJQ³IóÄtý¢žõö‰ˆqüJÀÍÂ_ÐuO·r -[óS#‚•†î¤w¥#¤‰õRˆp“Nüå}hs€o6öåM„"h£ç>:ïæŒ`·Î¶;4÷ÉÖUH¦%H#¥\+•þ+ßg½¢?¹j§B±Ýf”3åÔO匶Ö&„®µc“Vº'ç.ÇvàK†œºçš[„ïç¼ÿ®?á»áeá~6Æ —µc!}y“!P§Ë9sg4³3Æíeóíˆëá%Eòô1½Óéc‹M‘è€^rµƒÐgvù[O^ o€^0@7 zÐe4ýô'ýÅüÜÔi¦(xߢr(/?*`g·­UÀũHK‰ÊÏ¢sܬ¿*`~ÏtÒ3!GK?î$,ß§ƒwvihÀ\¼eŠx—âsÌUϤ±7°Y­˜bêæŽ„€Í ×€…˜'`énÄó Ub…%¤‡tð\åA½{¢O€} gÀåµ$Eõ–bñ[å˜[RÌ Àqˆ8­?œŽmRŒß€+*LŠgpB/ý©¦¢hÀ>É6`ãiúÙÝk‰RMŒ¼öw›Å$±l—/~ ÒÔ^CÚyÈœ%è5Š9A%;äü>·ÐîÅ¡ò Ç€G\Ó—ºßÿgàE4ó¿Ý9ø^ü$p¿Í…)¼àoÂ× ø–Î7¿ïÖÆ€?æî€_ì9À×àGÝ à»ûs‰­»ï·½^³¶½åõòGèREÚÏ~d#iïyûŒ¨8ê´1/JÐ,»áÁIë!¿¯’¸ÈüO1ð·Œë>(Pˆ ß2n[ûkæ`…} ôé5öç¡Qˆr§DF\¤ÑÔ a5–€°îv0)î+½“w®»š*ãÿa.a8¥ªDSå^hmç+z"(}œy?ðd3lSbÿ]@þâ[¿-·Å«€3wýWmû¯ÂiXRUiðØžgAº¯(@Þ‡>P¨Þ (t•Š"U€’? €ünœ0ˆ›˜“Ák ?zæ2ï²ê½Ï ›YðÛ]nxÈÎpêøy£P®gÜá]ýã+ñ;Š¿äªÈ_3‡_sà)p¿ºÛ¯ïWrûµºý6LS;PŠô«¶…µ.Ðõ´¶JmÀÔS$ -šg EÉ÷)óÜ«-2Ы„Ž:ÿé>Ö9¤¸¿žQŽÍ?>‰|Œ‘ -ÿ«…[µå{L4´{y×1ïp«_¹-˜IýV=-[×uaæ]‰Þ²wi>÷£Kºa,/ßn:Ìžý¼¢œämü§QÖ¾üƒo_¬o­v³³*Ío1ôúßEÐ/<:ã¯b´è¶žÚt5x‹óü^Þ<ö·êá}½®yè}%4wÙIz¡™5™M¸1ÇŸS–ÎÂLPO!"?ÐñY~-4'횃q ÷åëa½C‡ìgC/êüšÛl+ÿ£=Ö2äŒÒIWÿ×0µ ‰<²Už»-HEÿ}ýlÖ.thz‰ûj Î~Æ‹O!ÜZŸ¶÷×r`Ly·CÖõ^ûrâ|v ±–Ý®UÚÖßl³3*Ô†ŽküÚËwÔUR›XKùØoÎÇÒf4ÏFÎýšY@ýéŒõë6ðbzñÿcŒlź_×ôær¡ƒmæÜý̱c„ô¸ƒ±KÏÖ˜™[»EaÕØÖŸwÓ½`},õ¿~°Õæh%¬ëÓeHVçKyß\/"¶¾›ºÕã|,¸×y6ì½gðÐÏM×å6ÙÙ!?¡7kìѽhÌJ·Ù ×üþñƒÍ{yÅ\/ÍKaûG¼ú©q›]5IþHW×\<É­„å _ÊÛ%·ÐŽKyž úú¬üè—â…Ö¯Æè8¨O׿°5%f}oÒBB¯&ƒ1· F?ÐÈgú³á­3Ù åë>‰"|Ÿa‘˜™½9ÈÆãQßBˆS^q×ÿÿSº -»˜¿>‹eˆ!ƒù§ýŽý`…÷6®¾É”˜“üÌŽ=소’Æ39Ovr·Bôô)J3]m0VÆÀx߬~lÜj}+·ÃE…Bt%ŒzQ_»ÖôÐgõÝGùžØ|î~_u“þ~ÙõÕÙâ‹ï;ýgŒ¿VÛµ0qW>4¨Ì?­>ƒ{ãꔘ´Zcµ‚‘°7GCùlÎ#ífnÆK?õã¢yëÃSóõ…6\ÊôÖvê9Xí›6´¨Ї@ô=®¯uRî -÷Ó 5xÏ1?õô\xv?spMôSq³›z¢ÛoÇzض(£÷-{#ü@[gM†ËðqvæÙ¡§L×ÚŒ{H!'QŸà]êÇÚ£Ú¹³Ûss/ØÕ£€Þ½g¾Ç¼Ó)è¼w]áú>un!tíÈ/èé=‡ðô »ã2‡§ñ˜ —¹vl7•6¼Y-›ººÍµ'Mš¿7‰ëŒo´”|¹A¿”†s2ÎgŽìöÈÐÝ®ä¾Ï€õ§t¶GA¥ÍG‘Žfú±ºË÷ÖVô« já‘èsG_ï -—°Ò‘¾ãEZ躟q¸f.¸ÙÙbÒ¶xÖ†W»uË&véMÕÚ›óy6vÝ|¶AßxÜ9†-Áá^‹RÝ7P¯.f§ËZØ®ç~ š¢A¢ýBk–­‹å/ŽÅOñ²NŽåÃ|fØËi[ª Gý¼ÜŽL3ûÈeD{~t×zvä{r?çåæ²±W†Å–½ÜT››Â©Ñ$§¯ÎÔØ[ù°Á,s‘sêð±Ã_ÅU=•}]‚[×Zß?ök³Aía3ÏÛài—ª“(éT¡LuU©„r¾‚XWÕZ!Tåj+ÈÚÛbã¹|cîe†ïÂÝ4î¹AMkÍ ‹|58Io±+w̬—ɤ])¾A W¬q(°|ƒU§K7ÊõkÔë26qkƒÆÄ·ß‡Iß¹›±ùœæÕé$·«Â–Tæs=Í,*( VÝßð!1¥rsày¥#F¯KîFJ\o¤™‰|­šÝç¶ò‹ê–EjŸE¹Ô½O=&> ?Éd9°ñiÔsgV£ûðpÍ+e"¬µ®`׆iöêÁ<_—çg¦¦%ÉK™¢ã•ª…RNeáÜ -z/øÖº_XÄ»4)ïVÁªÌ“c鸻(}Ò)jzî:ij³PŸiùw¨ËÑBVk&ZUkbö–ŸVŠ÷Üà3V‹ÉýëØî0lù1óUvxÖ¤Riµ˜lÁéÕÛY»¤AIe9Ë|ÒɆ‘r;„©Rg˜-˜WœPM©I›FÿHW‹ožvŠÃ‹æ3’ÑÓ§Pw¬CÕÑJ›£×³†4~ÿç]]I.¡âƒ­¢4ë(Ôd3‘]ØûÈìRĶÌv¢êË\¾™ŸžÖą̃x½=u ;÷„<´ìŽØÏÀ­•Úµ¦÷â亞æ+«Ñû\vñnz"— -Ï0kÊ D ò颶 -úÔñTÚ{¦Ve½Š†œÇ µ.Ä¿%e;£ç -h{ù°¼dNxbÒùnH’ Îëbo\ ûé.<KAxùÊ”~«ÂcÁTùN™\Í87œN?ï4<È'AïÅn:ÓuvØÞ–fÍF0Ô´š/1kç óFË¿¢Ò¯¢1W`½_•¹Ù’’‚Õ“„^k"ÞäÅF”—Ù›ð¬YyAÛÆ…˜A+ã4ð±P¹ò±¨r|Ln,>Îm*¿°æ8ÞÄ&2¹†‡p+úôC¿J¾”ÆüxLOZ‡Ç²í -FÑF˜=YöîÔÝÐùìQÛÉ]³KFu”M^i'„ìÉFòÓKAGÃRPžó¡#DÕ}§ð¹€aa(«BöÑJx«úÛ-‹Ïc"Ë-6‹2‡ÑB]Ÿ 3ëÔ¶4ëªÉ®Gí -»îÖ¬YãÚ%ƃû‰l…̆ÞÜzúÑ©vôIuÞòä¼_ÿàÍRµÎæØ’T)¼ô™¸Þ©Â9ÿ@Ê^ñ_ò©@ÒE®¡â]/RÂK¢8A°Jaü)˜…œ)Ù¼5+¹Ü’íô9û¼Ÿs˜OžØF.M+ÉÙföUÛ`ÚXÖ§Oéž>•{$í=ß:í ÒDŸª»e—}f7l°ÉóPïâ:o,ƒÄÃÆÍeóBóa=»íU*ÍUž7m7«­r»|:a{érenâýÉ|„7À!!Ax¡¤¾¾b\En?Ò–Ãóo‹mÔ‘&KjÀìoØa•K:ž·ø¢;« IE§®dÒ¡$·»%˜‘pÖÉ~ceüœvMj”c|@ž”ü·ÅÜð&™o fPv†5k:¯Ydz)ŸþщN$Ü·Â{pJ„Ìøô,@³C†¯"g”«+ŠÝ¶¶æP)Œ‹Êô¹÷vè®Rðé«=¦zµýŽ’ æA>vCì"mR%5vÑ&F~uM‡™AW&2î¨Hdª½âä¶°Cëý$ÿx`<Ü ôU»Ôú|h<Êãi !ð¶ÕQ†1¡$Zm5ܧðiì×|uÿ»’¹5Û¸rD7ø°ÍÛfÜW§“bM\W¤zÏA‘’×áGjÛbD|šÃa¼À•È_^¾µØB¥çØ‚KO/Ô) jº†Šu-=+_úˆ– Ê„çN‹´êù£>bì¥1ØÁ+».T|«pàìâìQã•Ni)̨ˆeŠ×%×ßGÚ_"é=†Ó€RšLFG ¯ñÄøÒüU¨æ¤^‡&ž×3¶ÄjsÌÞìt#ÔYJÖiMפÆiµeaMÉG„<š½Â`ë\(tbÆëy¼c« ¸íÙígC'Ê¿OsÔß—aéÉqu}5ïK²t8Bü -&tЛÏHð–DI3DîãÞðŠÙûà¹ËcµvBb8‡ -hÃçt”ë6Òî¼üé}å;ci_sý7,©ò‚úãš™{=@˜{n7¨/I¨O'Âù4•´cˆ½°s+øfd1ÞF`mþxÍ6@wu©¶Öù©9ËMNEüT?(GÛâ…üÀóFd£4³@éüx¸µõ>Þ/ùn+û†¯' ‚{„=³irXÌ¢u-—Ídýl¹¬Å™yÔ;ePðÌ‚U¯^uo‚UÛ‚•:Ëd—§3•¹ÎFk蜾û}^tÕàÕ%䝨kÌóL모h}v[Ý*2?3ò3º¥¹Ž&äÍÎøåNXöa…wá ÷I†a.{ŸL²–ºYeá÷똱Íü=ƒåÔ,p*µ_M™‰b¥^ŸÏÀ=â -çRÌ%@ìjé7úú•Kú5§RØ…Áî™a`nÍ`„ô̯ -Ø£)Gl†*^Ã_£{Y}Ýç?Nu³miøn¹ý{APùòÂ6›Ç¾ŸÂQÉ! )J,Rœ€"É{ŠZ6ņDÊ€¢Â* hØìΕGn€|õP@žYí÷ZV—. ýÅ dé&RÎêýÓB­öeuÀ]4¬—Û>gJNùqE+IÙ¸¥éB¦ -ͧ'TCÕ`nÙMÌ×*@ºƒë17ÝF1 Õvï·«n&€Ö°  9ýœ"|¥ŸÞa@ë -h>Ò]€ë)Üд4¤?’Ã)@Ýg%@¬ôròPCATm`}¥À}žµzÚ¦ÝJ3¾¯¸54¬f´Ï‹5Òì!eÝ<&z+Š¿nÀœ\‹”YthŒa‘ ¬›ÛsƉÂ`JÌ4…8KÑÚ¦Ø]ÿ# -6À4`ZDñ·k¹ À´¡(E°ŒËfS]ò€Ñ­`°Ï0™Ãл­ -èY±™bØûZKôñ»öGjÿU÷:¼uŸ&YÛñEÍF…†‰¥×B}WÇ6IçUy•ÉâBý X;ÙÖûµÊþá–ÂˤØa€Ñ<`W=°ëLÉ­ÛCÀ^ÈcŠ%Ø«-v·¯¿Êá¾ ë6Š€Õ™`ùVÜ{µìèøôZ5þÑ›sJx«×Òp+"=xÀ<¦í4ñ6P ‘Ù•]48˽ý[ÏŸ¿õäôÃ_ìnéí9p÷øÜ»xªÑLñ^€·ô|Š -øÊ¼øj{ x]‚_ K€ÇÓé剿þÛb®C~ó½jiÆGÃ3¹l(ªsJë&•Ã÷’úf@.J™4Ú¡’³‹þ·v칿øJ×õü¿Š¸ü'½AþTrµ7 -^:A…Å«ñëüò" °ÜêBõ`Aï„@(ê' $áV‚xˆ@U®_s‰¿Ö+»dEÈ•+¶P%+«ËÏó脲¢¡‡^,Í‚òñ¦ðû*^û·€ü­ñê€ÿ{÷+¾[@ü ÙH¤Å2ó²Ü~΀ìîùæouTÆ .®ûn­—+´‹Ás‰°ÑVŒõ&”WÁ{Ú™ó†. V„uÖ™TIœt:žîß*à¯ø?UäTÀ¿õäÿ¡þJn¿~ Á JŠ2|ÝŠìi ºëPŸç%И3 4ucMóB ÙÜh¼ûøß%Ð|æ[ûVBaã?ýǾf¶µí3ÊÎnucyÍ?²uˆ¼—w{‡[”x[0õ†vØâu]ÊW¢W¨^v²ê\è¨è&G½ÑK¸IrNJ§ÍtÌãølô!ë_ª_£o¡ö_ÕZns¶Ó®^þßýÂþ5J¸©OmÊÕî1Fxw¸a oÕCsq­'îþWÓ+ö.º?x&î;çĈÒWŽÃ_Ë?ÉËè×r äŽiz!>Í~0ŽÇò>æŸÎî¡Ý-1~×JV>¹ÃW¡j|‡ô-Óþí–õÕ²~½Xÿ¯>ŒÙ,s‡ëâJt†…Ä}ú9Ñ7µ³0¹{Çgõµõ}|ȶ7³}ù¼YíÂf·]+Ãöþš%›]4þ@›VfùZËs°öà¼Jì+±¼5ÎìBKæÒܸJ³X“º3xü:Ä6 zdýƒ_›¯œõßõäñîý4^ši—¾/Ýu;jËóçmÞÐÝ‚¿±Ûµô”7;íc®½Ü±²Vq}qkñlÅ…vóOg1˜×x4Ïöv³Yù¹^Æ }½®Kñq²«Æ· ½Þƒ±GåðßçÄ]S ÉÓ†Òt÷ ü—ÛÀSØëšÿq]ýJW7ô(·\ùðe¿”7—ÛB;<À<ëŸó3¸Nã±mÙ©“=ˆ“uP'ôr[kçò˜Ûží‘OœáÍÛ¶†!íFÏàÑ´gf2øD…õÀ•¤—æ¹>¼`…ÐÆî^ˆn£Í‡‡¿øzÄÑ?|EÊ_ñêŸzò¯xuÓ|Iå­:¨ÏǬáÎàP§NOZ0½{}ùq†úŒž>™|ú9h`¼sè ;ÂÈ~l0lßÊŠÂ.,Q í¼iôÖ5«òëøÒvͱÐÇãØ÷ -è¶›ôšï®ð¢ÅNX<{%«N½gÌNþÁ­º=¿òÚ¯š›ì…¶K~kµ¤ðëkîÕ1·ZZÃé;‘víxãôûèŒCjÏ{ëjgÓK—Ò!Ø9ÃK@ïûwÿØžýêW·¹nÒÝ"]_¸’[øà:òë-y‘›î'–ê®™o?P;®mxç|Z‹¶®¶l6i·l.Ûm¡ç[ç‹Ä½_W‡lÐê¯ù¢Ôšî°£ƒ=7öòolÒ.:KӇǂÔ[WèbÐ"`Ë?¶èF7éÞÔ®t¯Êtä¥KiâEº¼p?aíŽKÆÁÍεs;®ÖmxÝ-›ôóÍušÒ5ö)7v>WiÐw·ëøÚá>ç|=™´µ'».BÃÊ?Ðñ•m.6íO8]å Œ ¤Þ&¤½ÊS¬«å{om¡ï€Þæò]Ÿ;ù¾á<í½‘]3»,¶ckcµáå¾ÞZÔîíº½tšéˆÂ&qÃÆ®ƒýö²¡¯ØÒñdfïpOóZ÷uçS»M†hM.;²ù²­cë^õ³í%U“!°jöÔ+q§)±¯æ§ûås?^Î0{2_Œiw §Ò¯žX¡Gu¹tÆ.¹óžáð蚙ν /ÜL ݸH“84ÉF‹ëòÎÑïJŽ'ŽôzÒ•꾺²k·Õ¡YSˆƒgGá#´uŸTÇ#vYÍ•S%ÞÍ>•<óÆ-»«Ê?… §fÙ™ùË29°²¥}5áJmô&|±9n§çEî½ØNÙÉ~6|‡‡þ 2_7{ûaPôE‘&½Ñ ¼·+8»j:þ`Ó`*£ÄáG‡O]ÜÝò5åu#ÒŒoXϦi)AHÕIÈéU(/—+³e¹VAðj˪õ\ßÂåé°Üˆ‹Ò‡Ž¥ö¶ô6Ïô7 CD5®µ¥gH;gW|ôù|qP )Rq ŽÅÕ}1¸ü@³º°>ŒoÒkÅ*4wܳøÒêÛ×^¢—L“n·õà-ÌkêÎ8Ú™¡q¯B[;S©Ê>j­¢²,.”›X.ÓRb”ÜAb™çÏ­nv7¿+Ù¸QBßèêq1=ëöÅdžú§¤¡ú˜:(zÖ+¶´ò¬4+óÊkpl‹Z’ºPq9ÒW˜ÞÝ’QtÄvƒ%R˜õNvŸÓK̓YWjQA>ÿ9œm3KÌ* ,ÙXõÇ-)·ÐÏ«t H¨Ä=Ìô« -cÜÖJÁK)>ï-³˜ÞÀýó7u³~ ô‰N4«-o´¼:º«öè™W1³**Îì\ÿ²:YÊ{¬‘“[›— ·¶9InM^â¢Î—ÔÃ×Uìdw”FÁ*s[Ém‹¾ÈlÞ‡¥NíV/»²-m*%.“îI›îëŽ(ÜÇ an—0_Ÿû4„tåŒÒÚ4ªã¤ˆ^›\Mç9L-«ßßV3/¯ÌÀãâëMnŠ™,yÒ!†¹k•Ž”Q—W VqYÅ•F¤2 -¥W¹=ih2Û˜U¤ÎaŸæ/R!"ûbè3QšŒO€Îç -oÏæ -#þS-dš½1?ej~Ê"?E(Ÿ¼ÓwÙ93ãþ™xEUÞ¾†œÐÞùšÔœzUÆò[í5RqÒ%[¨.®Hö×UãTßGÖk¬C½Ù\Cû½Šo6‰BfÙåæ@:û«¼T¸¯p±§nYQz¿eaàঠ‘E§0j7ºC=MùéÛóeÓûpóÙ…æPÔ,±« 1üØzãýdëå.b%¤ÙÕVˆÛÚ.;z¸Ï` Z÷oï¶î§1_x¨õ›çµZ¯;©Š]Õ|I,ºG=fÁX%ôÒD¡KµµÌU+IpŠQn? Õ¡wáCppºN5²Uš_v5®ª\u—q94¬ŒØúk¸a‰QþÉ쌀dèYΠ•uŸöÐÑö€@Òî¥Z ÝÁOÏÜe  ˆŸæb=‘Xž»¦´]¹Ž²6…q­Y›nj…êU0SŧmñƦ²W‡’ðÉÌD…D¶‚ž &~¾òqóüâác’nTüc×Á‡a²¬2»E¹Ì´ìÑo¿$¦¥Aêµ¶¦yyy§.éÝDùÃFÞ³N@†3-!Ãþ“ C—àȰ -s“ëø––ob¶ß -¢wÞö—¯ -Ø%­ç¤qK&^ öà¢ÅÉmÒÞéµh8ë¬Ä{åÜ€ÕÌåtÉ[ÛÁ–[Ò£3»á{w– Â4oŒ†ìhÚûÜDšß%êÒh6(ñ± É{D-Ⱦ\H5ƒ İܑ‰b^é`EŸ~ |"D>!Ž >É®™‰ì|ÐhëPx*Í@ ’ùÇp[Eg %¹¶ms¥rÒÛs†±ªçÔfewH3ç÷€G -ò€ÃiaÊ6¢ê†9€ú‘aKÍ4N¦;óæ›º¢>LIND’ý4š'ÕöS'ÞšV'†ŸOdÌkŒO¡â /ÍÙ«lsm¬2}î1DiÁèòÑèréÓé ‘Å#,t°¼ ”ãß?Pi–’6Û¯®7ÏG6vìÕÊ¡(FŽ=`ÊÑE/‚áJc–zÜúì9D´| º8Æó¶ª6wµ^I3Žmë ¬¤úÚ›Û¬ûkª¯g{Ø’>¹¨sÙô½t#­gn‘?éXš¿ä;@¹À—’ù‚¨Ÿ‡úèʽü‹œÓ˜•®íeÍd1ÉÌ$â”±!”É{š–Éñ0c _§L|îä²9d’VœÆ÷9ëÉQÙ¡»–sÇÝ=QHÏ—–”žŽW¯Õ˜Ùøh«î*ˆYÒɲ®¹Ü“†(mZ°4Æ[¹wòsÅå2uu–-íJ›,Ô -’Lå4yUáœx1):À[¿Ý±Þ¶‡w³G€WÃôS]V^(ôž9v?)ÚùÁöÓ”B…4…nþ¢³ßöm_ã†zþeœ,ñÔ±ZdËá*#0Ă谲ü½+mH˜äýîecfë¤7’Ö„çú)¶#@teŠÒ1Åìˆ.ަhR¼Ê€p,/Å-D©šBΦߥ§E@äƒàoçðÕ&ÿ{-ëÕ?®GZ¯¯Vµ?:à•K.ûlcTZA65%N¥â´2ÒX¹U'½³Èžb&'Æ$AÛ¨0ƒ†ÔÅ›âÜäôÐd Rg)‚ío 6<]Ù/dRôI@¶_2 ]ÛNqëÒ./S¼Ÿ€,v)@ - d~ˆÈ€4€åRìÔ~dÊÁ»2-}UÀú-¶n&àë ´›¾ûVš C†ŠŒ™õ~é¥÷òDðz>¸æÓLj™­|N! V¸›¢ôû¯þ$Åe ¨qþ˜B¿j=ûçè-=ų¨i=T Òk¡Â^PmVø«Ö¢ °T†S¿bà?æ£U÷áÕµæ7£ñyÍ8›AàLÉDôæ±£h!¯ësšHZÐE’fé–‹‹ŸÕo=y¿}¿ ÿâýÊ‚õm -?Iq|úÉäSxlŠèW³ èwf’"8:aæö '­ ›ôÐMZyTÍÚéYùô6Þ¿tÀ}4ÔëX„S–²¨¿Š¤7YÉúíñ̰R¡&ÌMÀ˜Y-ƒº½·XÿQ³ \¯ÿ,v)>Àâ&ø­Áâ -X!˧¨).`ÍNœ.0þØÒžlÙ+VáBÀægÀœÏ`Ö“&`&Xôm1÷©€å9¾*Ÿ§»åæcwè·v-ãTdñð»•3M¢wý_:`¦|ù ¥~ýÏ¿p\»Y\ÿjn^s·ÈÍwŒï€{9ôo¥÷ÍUS¼Ç€KféW7éÑÌMÓ æÂìüÛbÎcÛ™v3ã¯Ë6{‘øRç4¼Ž"š1ÆÌ33kõ‘fäŸê…̓rp»íë¯8ůÚö«6éì_üSÆýSËmþ–qÓ)*ð5ô— -5?…®ñ…1‘~cýn€Âf9…m@!Ö%P˜É(Ì3û¯µDº[þ6™û£Ýê¤~$Ž/)& N¸û}ƒ2u$ÜŒµì§È¿6ÿ€ÿ©ßþ#þW_·ßÚ)ý«‚þëÄ{¿r׸Äqu$Lz©&É@êòŒçHΑRc`©¬€dS»·‚:ÚŽ+Ös@ ñˆò -€óWÞ;Vç”õ<ùh`U«?PWöâ_7‰ -ÈßÚñ?nÀÿÕÔí_ÿÕDí[ÂWrû­ÚâµPº*TT/Õ6¢ß^i§Æ ¨ç’ÔqÞª3^µÁÝþ?•P ÿO÷±zã?f¶êòñ±JLJ±lÜï1Þw¸ÙƒoÕã¿®ùõ]‰ Ç]š®p¡=ùË„Ÿk礹gaN…§[µ6;jûÚa ÓÜn¡õ]õ}ïüq†u²ýöÚÃÞµo9tþ wÚ{~ÿßUgbñ£¾q[ãú m'þµždG—æ^$î;»=û™çñÂÉåø´÷c„=?‡Oã’9Œ©|0Žy<érÔ¾|!ùÝBbäh»Öc“FðÕURǼ•°óçË[ÛÎ¥ƒÊ*ü`µÛMÿÖj¿=²¾5Ñÿ%¯ïÞ÷òJy\‰”MÜg†8 H8…[üõéE%û`ìÙÖîBéõË×Þ–ˆ®é)®“õ±tž­=è±Z%Õëvå£ïãJØ ×?–Úùú™·<‹U˜šÁ#YŽíì 6]WÔxJ¬!0i‘EòúÖhÿøxlû¯FYÿ–×þ–®¿]µ¥¶ÝÇ´pÙ¡ñÞì42¿öryr%,_ÜRÞ¾ä…v¼¤ÎßËólp·gåÇÅùí–5xµãêçÞ™®Í{oJÌ.ƒ ½ÚŒÆÇú}>öHl7JÚâu$œÙá­{b¢g_¯D‘&ÌŸñêù/›_üW£¬¿âZ:À7?ÐIŽéÉW¼º¡‡•ÎJXHÑ"¢ðxn$øv÷¡sŒŽ Ç”ˆáÌ„^fócÏ⣤™¥‡7÷Æ Cî#FOÿ©D‘”-FÚƒ°ŸPŒµ²;ÈŽ«Áï“õ¹î8\TæëÐF‘[oíôˆq(ÚA‹Sÿß“rëðu]ýŽñtµ~ Ú+aîZóO+1â…ìWþ#]Õ»#Ÿ4Ó»r²Ö,Šs=+ú¡ùsßÊè÷pQÖß¡ W²!ºhä{ÖÀ{ĦC»Æ°Ї‰âÝSÉç’W½ëKd·sX“ŽüYŸ<Ò1÷³àlwl¯¢_í(6üƒ¯Ãî1‚Ÿ£-6ZKyÍ™³òU§Ä¸M’:ÂåSFŒ¥³Ù/VÕÐέš=Yuƒ]}ÛèÝaì{ÌaÖM:‡U×/\Ó8¹së]OP~ÿ*X‘—ÑŒ§gÄ—5ÊÍ.ªBÛºÅÖ¢±uZè‘4×ÞòØ$®}¦± ÅjŠV«ÑR¬æ§0+O¿³¸TЪ5ƒ§¼˜®äVN%‡·fŒÅèãé9yŸòM»ÐMôõ•ûœc(RNznÊu¿¸¶k·XÔ -þ¨)È™·Ÿë‚ù‘ƒûø²¯‚Ó>œÍC{âÒqyعé<3!:=žýcÃJºB¢¤Ó¢âYwlàèÔ¶à7ÙZÔ ¾…n¹éÐx±±óðr£Å³¶s ؆ãI’[O’_÷µJT»kÓš’ë¬í¨2ž|y=8r›ƒ{œ/Œë}4mµþH±ŸÎÀ"fZo{(~Ç»Ý; -Q™¹fZµÕë¡é‡k£ÅÞŽ'¬³õ$<¢uáu$kañÈÚÏéQ°uø¨ü@ÕÏâiTMìi¥é(\¯¤ášk-íŒdé ¿¶A¾XÝ֟ͬÆägã` ¢i†óÂÍ>gý@?X:QÁ̹P|J‡÷Ñ"çØGuáéÅ5ø[‡ÒÖä¼k%GïJ>7ÌZ‹ýµ0õB•Õ‹/“N^.µîŒažT±jzo§m\Œ¨oˆ»$ÇŠ÷¶p.*ç0§MTЋéê×Áa¸Ñ&ÿIÑAµ’^K³˜Ùm7=Ô°åHsÔÉ :­özn_wºô¡x¹mˆµH–¼9Ýñhf¿žJP5ï÷A%¿ºÇ¿UëÛk]¦p,µ»ØÍ<ݰWYª9ãÊT0#8µé⣊êv¦éïæÅÒ‹§\SÏ ­¾V΄suÞ¼Õ*cAʪs•ºÐs"רËÛy&›¢®±ï‡ù\ƒO?#n‡¦Ø˜÷Iº9DÖiwƘd¶W½„iœÞö§ö¯›*lëA¹IÔº%öÕšÞ™½ÞdW|;îzqº®Ó¨o×"§× röä-çÒŠLáD¹Åg õODMôì†]j%íÕÅ ˜¨è§xWÖã&PH² Ë»ý”vÅIǤI¼ÉVÄ ÙñD±½ wMÜÿ@‚2îƒÂ«Dr}¾vø Ö]ñ“ RÔ~|-çãÏÝF¯^ëÆÄ«“[Å ¹#ÀT¿à%Ø~ã¹ÅÁföÅòW±ˆ.{¡ƒÖ”ìÙ «[¤QüüöKÚÇ]1ßVKÝüÞåù}uò­óeG< k Û“PëÝ,'W×®ûV¡˜Ä¸Oü*9!Ê¥ð¸ä‹–Ñ„n´8¦£ë€i”:©6KU¢è•š?>m/M†6‡&S ©.Wè -½ÑÚ…"[©˜C>•?h{9ÏN°*|.ù=¸0¿-¡V~æ¥„É ài’Âå -öÊ -fâk˜|¤ß.’pzVö?L·ôº?Ý­G›×·ªO%0¨0·^êǺ¦×ˆ&݉]ÂÛ"4¦…±ÕÀa,SBWûG %¸LiúÐba˜wûRœçÔÚº›4߇äÖÍ Î,Ÿý 3;º]ÜlV'™é9>g`QD30…Z™ré=ÎL{ýs6s½<¢ã_Œ@ã6ðWì6û׸¡ƒV\9œ2ž9²l#=_¨Öˆ‡arãÈ=;#_¢ç¢ë T‚“aBaG¨æžW­™‹zM?ûyv£ì8šÏ²9pØf¬ræ - .lÛ%†€á'Åk°¬wèÿ}R= @çç@•@£á}ÐØí¨Þõjþ˜ØWì2ò4ÃyæZ·ìdm%C60àšn*ÝašëC§Û“é"…%QêG>Ò -•ܰ뙊ý:‚Ǫ̈ -ðÜ®pí¥(ORL7‡‘[Š&°çØ«h¤8¹;›ÓŸ+ÀÖ°IÓX¯²Xys˜•ÿôw”ï)™1ûU§Ñ86;íS,å›*Uy×°M²-+S¤§;=¥,=·=æqC”¥ÖX}…ðõQ¬gæ¿ÏÅèº mÈÝ(Åaˆ uHÑy¥x ¿5Ø[QH±±¾WüÇ%ÀçÕ'À pïì¼vÚÜhd.LÐ0™ÉRðªÃ’ÁkÑÛR"×îC²‘q« ÚžÇ[³T=÷ÔŽž/ 3ÝH¯…¹èᛈ_Èñâ(Ê×j2a’6j)^Šsyh’¢¸NÑ?2€xWÈ{Ÿô°#>Iz-—ê¤Ë7 ˆé@DXqÓk!ÚöZgò¡xƒâ¨ZìÎ[´î5ƒHþkÜ@âK&­Mßwƒ?íÛ¨ö‡¦†ûƒ5&ï=¬Ö¼QW©6 Š‡FŠ· (ÿíÊD •qŠÿÇ×¹7ª¦¶mÿÌq%Ê.""J)QJ)¥´ß§í÷Õ˜ëžëY÷ºß~£!cÚsÇ<çh‘à²9žŒt’/È[ärZ%Á9ùCª19äuþË\¹|ö¼o€ì­@¶ˆrH¾j?.à¤ò¯ÙÌÝ/ý‚¸9øðw·nLt¹zXUè~¼¢ T)€LŒ.÷PÝ@Õ:}@µÞoÔF×Pur@;%ð ž tMðøô~¢ŒFPT”`ò”R¢E^j€‚ý1È=º/;6D[\ßsn8/[Î.c×[Ož sµÄTÙ}_ekRž•¦k3lõT&µ¾˜CYã -~Ái­ËmÝäÃßèɳÿ†»I°=zJ½½qÐqСªzûêú6Zú^€Þ?9@G¡èN}膄|œÃJ1™“Ÿu{ptÿ¤›™ë¨ Ý6t‹ÅƒðÜöÇlRò5©TZ•°<¿&àj3ÿømþãA{_ ‡?øèÉ?Ÿ™3È»oÀdÞØï0‡Ò½ÆèFg·€qž0`:˜n« ³L«Â(`¨Œ ò?pkÕcßîŒÆf³:ÓËõÎmŸSj{âù .çÆŠÃç[zEy§ ˜ÔÉE  ùýà÷o9Âþ$:(u °î•OÆÀµ`¯éo¼Zí@ó³  4* P-&ãf5sá˜qe‚B¾ý½Å\4(ª©'”•NOíÊÏŸËy^§;ø¶¡V32“.¤h¦ÿQŽýŸ ฿9_÷Oïãk˜©ÚOÚ{ÀW[àû†ø­6üM€¿£B‚“óñÁz«o¸Dƒ¨ðMÏé2µ¢S´êì×=I¬ZheÅõª ‘×õ÷ÅÿGºýÿ€?KùÚo¿ñö'/áÎ8@hn ¦f1“<Ï[”°ëˆÉÀˆqG¥´$ˆOÿC°³ ÂG-WŒ‡Ÿ»izŸÜ+‹Ôê¦nR‡¸~HÅׯùþ¼lùGêB Èù AØÙ~£¹3PÌÉMÜOä@\Kªc/ÛÒ>ѲöP§ân#¡1Ý¢þýúyë95g7Dh4¿ÎÚµ•)5¿6ÖëêçÅþÿ±¢4|‡ê™\‘¤p]åyõJtµæ…òL÷t.kþÑCøÉÁÇØè“Ûd×ûÊžÝïB†>}z<Ä;Ä•ŸÛú­6«R1ý9@…ry6pf·râ£ÚzôpnƒÈ/D×ùÛ³˜ŸÁŽïÅçÍzá½™!#èFeæ¢S%=577%PybáÃ^p°š×€9^џȾ}³|_F~¯áÇúc¯ýJß7ùÃ\nV¼¹út1+Ç¥›áï /¦"éÏÎ+—|n¦Þq&Œ¤\1Dƒœ4%f©d¡™W58÷Zà°0[¼=vi¼;æŽÅá(îáÈ+Œ6þ£Œ}é™C†Ay”œcC(´¼AXÎ-+Å^Ô@/ß–Y_ëÏ:~Òk’a+kgð“ºêÂËF$ílgrª¢#.˜Sa1¡"a0kî<æöÌý½šÔ/ŸðU_JÆfàÄÃÊK¤‡ÐX) Š. 4È)0¨yz&jzèâáöM‚z[KÝô¨ãæí:\W캥bÿ=²¾øîÅoüc^ý†!ü_óê_ÖÕ™:Š­QÃ÷ ={½~2t¨Ú=tÞYöWõÑ®O¬ÇÞÖœ\{Ônòpí%pü éž»'ìÜu¹ÕånÉ£Þ+ËÎclö;ìum%s›ÙÐÒµ5Ò‘ÛHr»IÀõ¬È&Ü/¾ªü×^»ðm49“‰ä®ÙM—;-ÖŽ/ŽN64mÞ¬H¯¾[«¦”nnmmRg)g:¼Ä˜Ì­^l¸%µdÄcµbx•¤(x„ C—3-«þ^|R4ë ->õkak?¯!ÇÔ^‹:姆^ǸjŠ)Q%žk·º窥ˆX•NËäËk›Íê뜜C¡åuR FŠíÙ\wn6¶³yî[Q½ü‚[ÄNˆÌC—Ù6\9žü¾ê)ôÔe$Õ=“©Cë4VÓré\ ÙcŒ¦3¯®\RRM^ÖªÛfV©—ÓUœJ8VØ4²©¸µÊ½/#¼ì™õê/¸,æÊSù±¿\eßÉ¥¾ˆÞcv:ÝUkþ¸$ÚÝa5~/—ºž÷ÀHòî–±Á£&­yNƒ{¤;º¯\u%»j±˜k:=Y©«Îd§×É)©÷·ýõ­J=Ö/Å‘7‚k¶âVïd9ž¿˜²ˆá%ù±®Öd9×iK½ö%…e7¥p¼Kš*J™ a‹Ñq³õnö” ÏkM -C#¥Žc/¹^6«Àêq©‰úc¯ÕÏÇTóÐoïû"֫馩éêÜPIlhUéâ´§°õ©_qWóiùÆoåAúµ“Ÿµ×I–Ïpòtw UÓR¦4«©d©–ó¿`qÑÝ+¢¡,a=kûB.»[wgí]Ì“–?ÞW6ÿys?ÁéšàÏpK[‚=™#c3ꂸÛ}ôwú½¶xÔ,"“‹®T¨©Öh÷Z¿`¥Óc”J‘!ŒrI¡Úr¹Íô¤É‰ó%¸"MKµPŠJYËމƳñÅæ)´ðsº¸o=°¢- -þ´°+|ר7¹ëp‚ØYî¯Ì» UFö¶’‘û†…u‚é}݇ñtÿ4·c™Y/‡X#5í]ªP¿+{馭—6r˾X¹Féq{Ô³º¨^‹NùQ”ªÒÔ ª¥zÙoˆËÍÊ jÛOÎïó¨xŸŽE¦ù^òg -ÝñœÏ]¹XV_œ°v3…GsK¤G2ÆzûuƒU°eŸ [ø‚ѨÑ#u -ù¼Îe¬çe^'…8¯§™ë”9z‡‘²Ú­:·‹Ô0©‘'o·×õ¬Út{^ÞèTkã­ryg²2¬h¢‰‹²@øZÑaå&ïVe‡‹çrQÅ/ø®>-ȼ»,€ôêÀ*µóM3tšÑ\™`2Jðé—¤Ïb-Ùj—6ÏóMöŠ1e헹ܑm7(ºcFmœ¯_LxÃ?ù3÷²õöDañÛliÝvN*ÔÍ[oËé᱆ht=Uî+~,Õì~#ÙcG+q7~])lˆ¡}‹ñ×%›ÂÇ“f¯TÒ/›XSÐGçWb‡Ö[!œ]Í7ÍÞhöu;Sýí}HTÅkŸ‹‡®’›/ìUøZçá±Óð¾VÛ,žùjŸBeC÷b›9úHŽ~Þ„ªbîœɘ–ÉþyY#üÆ$¤ÁÞÆƒì½WVø‡Ìò - ùÑC»7I8†¢«f1»2/z–ØóýÌÖÞn2ÔEC‹3Ôf,h±ÿg(ot©êù9°rÊ­ç…“S7]}mlsG„-÷€õJyoÔ¬¬ÈW…^ -MžMÝẊXÄ•¹ºC︞D<Þ*‡¿oR WJj ÇuÓÃ6mÇɳÕ­ý(»z¥¢¬9.2;¨vÏXá2‹óÙâœÚìÆënúVb£´ØõïГOjEom'ÓRù%̪;?¢oïp×=1¾ÅY¿p°siuÑ*RúèÜHsV®y’ò5JŽ,"%t·Ú¦o»Ÿ¨ª]Ÿ¸*‡øG±Í[Î6iDËì:h#Ó.KrœªÒQûS¸§WéÛzsNú =- -*Ëù ¥RE+U˜°3˜}^?NŸâfjRŸN!àÃË`ÇîÝ·;ÚeÚ¦yù¶okÞ[Qh̳W;îÞªòŒ.¼´¦9¸(ÒÚŽY‰ÃA®>ëÉ9V'+…Lûaå‘ÂDãáâ^—ÓCÆÒÒ¥³oBc>t ò-¦¦2KÁ·ssøÙ]Œì¾!‚ì!ÕÙ¨€ìˆ>ƒì8Cƒl÷ÑY³1Ye¾LÆüä‚E¾½ðÜJº ¾>à¶=Iš‚Zó}zôÍÚURL©ÔîpŒÌcÞ:.ÇÄû(±³X˜ð5ŽL -±vEP?e€vÓµ²õÑ`»¾—à=¨[?&ؼÚ“r öe€ök6@[Ïä[Í»´¤±e*€¢ûd–ßÚ ëÝÉú‡éüu·Y¬voúÝîÁˆzN2‚Uãê¸]®÷ž’<ÐBm£Ÿ©kj>ÁkÌÊtòCšä`Þ:A;]J ª 3Á¶ 0›'°× ®1ÀtN0Of6ŠÉ|Æ.9“VÑ–ã¡7ÀÈm ÷y ‡Ú.Á$öNÇêI‘üú€óÔζÙhŸjŽ$ø¦›{3ªúó±#m‡G™;öÜðzŒC´%¦mxX™&ã1°”dà&Üõª  €÷PàMi &xíÞª½ìq€k…b‚…ð’8x~»8j¦8 `×Â`[lUXN÷ãÑ™ý÷€°_°“+]rßà³Ú}Ýk—*3³á|ƒ -‹ô£ù*ãѤ;ϸåtÒ2} ûƒˆùCDÄ€ðÕv‚a?Á)ÄÿäÁã”à -¢Q¢,d@˜r2§²¢¨žAA e²¥ÏE²i§ø -}ñĉ¿]ÀúJ°÷{…k ;ÌÀýX-3¹y"ìäYYî–$&Ï™(9éî®(ýæéI}Ö䵫ÿ›¹•àòTg ›·+ g5ƒ È¡¬&8'ó9õ Ôóã.ó€äª I1™ -‹( îQño>à-(mySÝﳵTæc*ö£À*4ô½H ;4ŠãÏAŒ kH”Âo½ȽŠ/>zò_Ÿ4 wJî5¹Óqrglroóžà†‚ÜE+&ˆ »6’ùâìä¶óä˜ÕD³Ó6ÈÕãdšþ¦A®lW{•9Þp‘Ó+y¾8tª¶díRЭ6—®÷ 9µÍˆ×˜t#Ï£•"¡K‹l&ŽòWHÂÐéçø7réà¿A† ”Uÿèâã³Ç’½&8-6L@ײÉ_·×g@Kh–¬;u_µµ«¶zJoÒé˜ñÉ´LPn`QžÒăý*“þb%€Òg:xQ#gå 9“?Qrp:sêžþËýËFk—·›‡žA¾Óxƒüè€ü²RLp7Aþ<š(WÀà4•àñéüÅ@Ëä“s -ä‡#äuqÐ]ØíNûrUusvʈµk¶…ýø€KkÈîIÚÎMÉn=5Ó4 O࿼¿_Ûï_9Ÿ¥ü­©Ûð£êž>2®ú‰T¸Š€mvš€m±SÀ†ÐýwðîmÞì½·죉vÁ–»dÆ¿]ÀfXýº€“Z ^»Pé:9JŒ¨7ÕlbêP‚C±Dü{ð?¼¿">úíßDܿԞühŠ€£Éà´s¸Áòxx/^Øõ¯EgÀ×Üàëuð2>i½RÃhµ.%u¼U ÙÞF"ÒN-ó‹ïd~©gCòß àïâ?zòwÙÿ¦-À¹ÿŸð'ù¶ÁV%Ì *¾B#@¸as̈*óQ­E++Ñ»õ8p7ÿS Mq?…ª÷aZ÷JÔònêº;Q»µ¼lùÊöB êç³ýªßNçŠú<¹cíÓ%óèe,ô(,¼ÜáaŸÈ€ßCŽSÚFE]Ù¬$ÓØAè®·Ui½¦¢d¤wÐOê7á› ûõ¯þÈ¡ÿf]ýqÛÞƒtðŠ#¢“¹6Ž=úÒºNÄóAØ©'¬Íã>°÷o³×ÛC펿CºF°­ÇÆl³k‹MãÙܬ·ec¿¦¦µÓЉJ×%·ÎßžÑîd#ŸéÒ¿àùÛÝHó X²æÐð¹œi`ýɃý:kMtD{dýúúc¯ýO°é‰Ÿ?³¹ï+›mz±¶iÜ=úw·¬å¹¦•qC®,„­R‹|ZĩÛœC}º=CüL'ÔAº¢l8]UÙÉÔ„•Å”˜;û‰…úŸÈ'89‘Ÿíƒ1æ.óÕ(î·à¯Lû øÝ-ë+ŒþMOþ¿oòoVÜÍ[ʳ`ëí(òsÍÝ<`š—YÈ7Ÿaý¥BSªd'V†Ã'rãs‹`Æ.Åðcî ”~Á£Ø©TFÛ¨„K×ôýb÷Ó2kÞ¾‡÷ÉPøzVû™Ÿ/Ò×fÕ²–ßp?ݲ¾NÖëê'»ö«'ÿ¤®~¤Æ_pä“Pe¦^£út%{­‰»nÀ¬,ÌíÌéH8™K_еí0õÓéñ ,;¯2m§¼Hí!žŽŒ0T¥ }b}{ÛVZéQÒpŽÞývË -&]îþ8t<ÙÇÇ´ßr|-|eýé–õÝ‹_ëêWOþ±®~{dýͺzx ÃwïT„Ò¦æEʦ顳½óÉUXnú=‹ØzÔöº}\æ”ÚtÝÂkßåbøÜñDøÖž¹·óIˆ#§TÂÔcCÑPjkØÉ°¢VÁ³tê¸o­:;¦ern³EÄ^û‹ -—üøš”ÿØkÃHH‚C-‹<ª’ü!Ù;/Ó'&éZr¾{väb—»håŽp—UÇ—dÝ~rÓݱ¡™öñ¯ZÃ6²4ÇIõ5Ü™…nÝeke…ûq\]›É¸4©˜ÆLGÔ -ó(T<Äôx–½~­«†ˆ–«ü«ÛúéÒYx¨Tý*Þß(ÿá©úâd™ˆpœ|îÄ.ýpüR6e+©;ÒÖ+nEú¶Ðõ‹k™¹»ÐÜÚw¹i±°jz©ºéñfã<̶Üw8(ú†˜.‡º_3Öõ÷rp©+Ä>õ ®C»"]Óò“ª¹òPÓ‹•·†Þcæk]ýbåt’;Cz'Õ'm_‘G%.G´Ù -ô‰ÈÙwÝü$r|ŸÚÐäµ´tt³k»é¹I†7“‰»¯¤âsE/mÄ#/kˆ)Ð}Õ¥t -õ@÷‹uhíKµ°UkÈ~kh:sn««ä©Ä «–TßU©÷æ¥8U&W9Ï—ZÅÕQÅ5¬w…Ç'™/’ëåÕ2ÜéæÕj…µ£ Õm[è·lï^ÙøîÈ^uÞFæL¯ElW=Ó)ø##öõ©þ˜h‹zPg×uhÅîkÉ_´¨Íß5ôľT“+@*—2UK,á¿`å0*Ó -›ªr•ó´W®ðÈL/{úÅ‘l$û-k#½ç—tV‚bÉ– [~›`ð(…ƒö}®>à ÛwýIuezkk§¸&(É)9Ý®kÇÃ'Aw%ù ·y4’z²Ü¨…\[ÓéTW5Ù× jO#å0,W·n,)Né Vx(ÔËbÆoþ‚eßðmé½ñ])h%—2tˆ‚¤xŒf%ärX‰zõqV $˦ŠÛ‹õÉÙ]y'‚4îÂÖ»œ{9Í9¾U»¼c–-ˆu³ ޵q‚`1m¯×arOÏR£Aã@¹=7+6;ÈW~ìµ§lÏ&¼­#‘3P)(U¯³/Ëþ± )“‹TÒæ;E\07]Ä& %4aàwv¦_l3ì˜?âŒ/¤•õ/˜»ì¼3WÌG¯B2ØGÙWšeÙÑ.PÙTþí0Im20ÿºåkÃ1“ÏÊF+_e‚bR“õž ?¬áoûh Ý[Ö²;iPÓÚDHqM®tÌ©jéô ÖÖz(®•oÊãe ˆKØ „fP*Û³¢ÈŸòU…»rEëCÍfánuœBéØé±¯Ñ:`+ø%b¦Ø1ª(ßóóQÎ×C/·l…&Dߦ6/"ÙcÅõãœ=˜œ=/Ù¹ýý8¥([V~¦Tœyô¡?vKÙä†]ò¶’)¢i\W{£»–¡Qe ޤ5Îe² Š»>÷Tá‘ÚsìYŠ¿`¶âœfz9Õµ÷2ó’uòõ¨àÑ+¶6¥—Áš&&·+e!xŠ¢*çÈ™¶¬_ÍUïªÏäʀ|»»Õ…®Z£,YlëgÓU·ÓM®ýre–‹-^mpwtÍ3ÚCÅhswÆ(ët¦sGî\ /âV Ýç£BòKJ'nJ›cÛßá&ÄGµì/ç6éN³œÎòèlÖÑÑÌëâeµKj1f±¬¡ -FvÑ¿?wæpT•éà•m{}ÿµøú€m¢Ì»-ŽÌêÔp+ÔšýRV¹u–9Ü)3‘ -–67ôùr~)ŒÉ\§ëfÈ"­áÄ`dåÁø+eqøhêKÉÁ]iØä›Xuĸ\nèßlÐlëuÍÏ -’<¢çl¦eÕL.ô;KnàSe ùäŽØ ?Döì>ôçòö§ÙÞ}ðêÜQß´½5t¯›µ–1= ²¶o¸28erÖÂQ. 8YXéùFœ+áeñJŠD±©Jç08bYtîè%4{1•ì²çÙF5îd6Q22mé•Å/Ù_ú'„)žSp7ètŒ +i¡zoC¤3‡$ƒ~CÃ1-¥‰è¥ûv#ð³ùâ1ãõÑõ;…m'ÃØQÛ£¦ŒC£TU³7 Z‘J-Hή™äÚ:‡Å´0±‹¶Â²@ÈP„¡õýÉ6V ,³åt¦u›Z ævN/íåÃIZx£;ÈW*Ô{á©ÀfJ)hÕm-— -²_Ü“*ICÅä¹Vª²CFÃÆÚ¼õÏçôÕFõà,êËu›>ÆÓopƒ‘iM åH^‘s0.£Îô!p"¹dç4çP«-ãi/Â2VЃ¶TËÀ|à ÁioÛd 'Ý.Bþs¡@ |4Rë¤Òš8ÚÂZ‚L'ŽA¦k¢ ãB"ȘɊfšÅdTð ”@Ft-¡ÏƒÁvâ=ûüоw'£ÁÅ1üÔ>òÜâÜð“µË¾ü²"_:ŒDÊIÝú‘k¦1’\ò¾è(è’>ç‚2¡²pJ¥ªú³õ+²\HP–AV˜èɧ§²´2N°ú¼ž-IÏd¥zd™Wò=Ö‹@6U i -ÈÄodvB0 '»Toȯnõx¼;ø£|±ºíîÖ|=™¾ì¶{ߤÝJµ7âÄãä qÊæ“x@®PR=-Û:¡lz8›e@]?¥šJáÅËl‚^)ùu­Ê4èý‡9@ÓÜ1A˜(ÌålT}T{ {],‡÷`ÖmŒ@Öœ/¼Î4¸¯Õ ÝEòy`o…Ñã'¸á2ÓU°%S^;¼Pœ¯Ò¬1|îr·ˆ` a #‚àSár”]Ö0 vÂGƒÍf€¾D#ë$xŒú®¬zžÆ½P™S ×b2Ëfç44“-°É–ÖÑdštT®ž~:áè íDƒ^æÛ¾íÛŒ”@cz®oߨT \¦Y:(ež¯¸>œ·ÍÝžLM?kƒv#=z¢"À+Gà<`NÒB=)ÖÒîßMÁؽ&Øö(¾v˜’Ÿm9æ%€-fÀ–ò`ãG 0Ó§V¶&´·C޾põh7ä:FúIÚíF³ŠúnÔ4û¬]¼Ý¤¼ cóÜÀ®–bš^½=¶*=FÉƃۭT}ò–Qw‹€\!ÁªæQKµUº ú~‚û©ò%Áæã.$[/T€ïø.ÀgÛÀ‡ÀªpO¦qéóÇ9LtÞð_pïé…Ÿà†×ä„è­wªŽSí@j÷½_–\ž}Ü b&–öY6ŒÆÐŒÌ·ÙÔ¿C•j ì& …éG%…ëbnšÀX’ÞÝ™-f,x@¢²ˆ÷aˆKcˆ ŠbºI6Ü› ÑŸÉ.é^ª"ÉݹǕ;„þ–­˜»1ù»•Ö®ï(¹öËËà:†MRgs{†É•ﺯ¾öpy£A®ó²þÆ« r|/Am”`%¸lAΔ §¬q«*È5ŸÿÉ©öäDü -rô†äËH6ø,€¼èÉ–nPѾöõ®NLëÿhߦ„•ôªäB«Çm•¶Û<Þ¸åâ“Ý]Šè “ÁÇÓ;[ ÿÉ÷ɧÛPsz ¨½uüæpPH@Eç2 ŽÝη³[‚ËP«¨žØT MþBcÈo„Ã' øX‘EÃ<ïqUž ±L7K³bºèØy÷¾) „$37¡óL­©Ã -Ðmþk3ú«‘Û¿ãã¶þ'Ó!>|¡’œ[åä¾™¯4* ¯d» ï× ?¥A¾¯K ¯1}§ïGϾX@¿/N[Úí"©f65ã¾.àò:äÂÈ뎙ãqÔHÆc³$d¯ù6-³›ø¿Ü¿ÿlåösþ¡êz‡OoÌíUÌ}ä–2·ÝRS²€msUÀÚÙQ‚ç°òŽ,~þÍ\˜mrJíμJÅ}{]h¡^Jï5ôt‘ éúd ÿ·TüÛüŸô†(¸ÿÇûUQ¥+ -þ  - -O­¸,s\=9È\T4w¤€;¥Ó Î2àVã~«ü~$Gÿë®Ný8#uGâ…GËÝ–6k;xDÃý{ñßåýÿ½¿ÿ#}÷?é ×£ô;åö•P¯AÑÉ_©ñ@øîɃ@D†,3F ˆYrö?ÛLêá'à@ºCõCý|C̸}]åcïÒŠ·ã³ý\ÍNn*Zc5Ú…(:ú6>HëÕcÿnÁ¾²ß¥wêy–ÙÖolCŒ›¹µu -k*\—W‡f®˜¥3ZžÍÆkÉí¹¤~ùûu°~ÕÚæ®þÇú•C¯Ãíy¡ú©ì™ññü1®ÂѦ*ûÊö^ß!¹EûK{CøãîÚ7ÔêPúß–Y‹ØT§ aW™GÒ‰YÌßÝÊnpó¼ŸsÈ;gfa‰afÈØVB=&«”y~eÚ?ÎÚo¬¿YWëÉ_9ôÓ@éë=øn±‡ZÄ~³â·—uëµz­h »eEÖ€ž¿NaõšÂ V¥ -å©™ÎW§Ä¬XŸlkesbe {B-;½àИ$O±À!ŽóñÙznÇnž¿ân'3n™’ÿ¢c_zoî?AJzøøúW¿1¬ÿh”µë‘ÿÉV‡r®µðÐSwþnχ³OÁa$NWÓUyz˜PQã0ëú}Ìí+ïQl›ðH8ëYÿáZ„ïó^Þ—n7|"ñ§e4>ס‚´ZZèyQ­1ñÐåtÛ_™\ª·mŸJîÁøŸnYe ütËúØX¿æÕozí.ÌÉýdõàÆßäP))WŽêØ%Ö‘pœ´}é:é +‘?åY8@&³…Uw[ïŽIõºª_®}bu¼÷’"èY9îQûæ:Lžr™s•ïº|³Ü‰½#¼Ž]ÇWø¹ýž^¶‚”¿õÈúO£¬oêêëê'Ùøc ý»yµñŸÜU¢à¡3¢Ô'–¨Ò³Jwý _írW¢×‰ṵ̂#<˜ÀyøÂÌñåÊÒ~O*[;¨6N64oÝÚa=Hý‚ÛÈj…Z:ç[+›’[ÄÙn5·=á6 éÕcì 2(ÚP8’ÛZf ´‘ŬnéøÌ´ÐͺÝ2©E§EŽ^Ób£&u3Ó2ëÆÙ§O (/ëöPý1¿u_7Íú{Ã-ëARµ~¼£ô´ôǼúÍž¿­•ô£y×±rë?þ -ÀÖ¸;Y;Ò³s´¡©[‘^|´VM4·67©3…™W LæÆ1 ·Äñ¿à÷’J†W‘*ú#TÝ×êú{Ñh×ÜîÕÂÖp\C›¥¦Rg ½6`ÕN\u;j¶ªVÅ:Té4ûc]U3–Xxv¿)¿<¾Ì…áD®'{ÌÃ"Nv!Xu„¸øQkí¥£• ¹mSsÓá UÃÞ{ÓGݯ®®õ÷|õ¨+èÔBs‘®iäÕ¢öŽÐÐÓŽVWݧ7 U­RFUcÚü+,¤¸Wó¦>ó>”½†ÉmÌË~ûÔ—efr–e_Ì«Á²5a„sÝ—žòeOù^>öÓÍì4˜Z&ئS -#¹ûut9½èTëåÀ¯!ÛÎDCµP5 ƲºíÛ*õ¨G®]´·Ú|—ã¹ —E´‹É¾9¤e™<‰R`ÚKvIã{ãrOïE]êÀ"ôª°š -ÁGžN_„Ûµ3öHs¨Y­o]óÂ×^k‡¨{·ðMaivÄÈÕA^©…ÆTÑЃ]¯n{•†âHŒUIîOrö¦Ç6>åt "zCTm³gTµY>3¹E&CΟ ŒO‹¹bt&¡ì´×óR½yé‚lghÍDKq•ËE3yšÊÙ"yte.¾¥p&dÆÏ_0Ýè<î%lß9Û?Âä»a$×|RDÿ -„à³þЭ:îca{÷C,¸ƒ¢îÕ°sE®*›Õ©¹–YuòýŒYxž2D|ÌgVn2¾^õÐî/ØŸ¥; o·MÍÜ{Qýø€›÷ŽÙì-TÙ¨’霶CÛOÅ •¬¾`gb+ñ“_0q*ç´¢˜ˆ'Ê ÌÅ.£%{ŸÛ¸“<–N4œÕl¹‰f¯ŸÕƒC˜YÃè>cî½²c4B÷* -ìÜ÷núÂV7éK¡JÀÎI©#tíÐñ3·ÉÚË{ÙÈ•rõ‰3}ÏÚÏ­fñ9¬°"2¿`­--S•§*í¥ht L[2 c÷(æC#/ÓÇupÆÒçÕv)]äa$«¿Šd…äi9+gÈíQGvm²ƒÐ/m wÑ6}ÙAt±d¿`èv:KP‰¯´S£Á}‘zîï¨Dí*Ð-4íá2}Üõ»ZnÙ}û3§¾ÝúÖ¡øì˜úT×çWTOÒ ©Œ¦Ã‹ddŹÀšw·躚'Ôkž áì±Z÷rÎâô$Î4;³²Oía$¯ž0¸sLåáB'/¤{×r5]œN,hˆ\©W‡]¤Æ?N¥Â -ªO­àÑ£ àîx`w˜p³$€)žnñÝíÓ€³Ê›nP].4~–Óbû¦_ÃM½~>Hj×/á•qIÆí° -r{\Pg“¦é,‡¿-ÊÄå wÕü1}J÷´ÀÖSа×È@RuJ¥Æó%÷ NUôTL×ùP{½>@Š·9@T'ˆ–¬("ú%€”$ Lj 6•LÃ&e€¤ÒæOË>Okî»éÜ~e¯Inf±SÓ7å™aë˜Ì©ª«®“£_©œlXjL*×b__ÏØ¬|nå.£œ€Í2V9„Ï+ä3¯CJIßcÖ^/€œQ8J&s¹¤”µV‚Ý Wq2©Ãd ™4òéf‚ÜÆ.@öÕ-@¢QZK`:ÞaÈÆ=Ñ›;³Vno7ÍîªuM­¦fY9öuì1nü$íNà|®´]Ÿ¼´^GùÍúa“C¼ ¡xÁDáb6}OöXºŸAf˜º'àR Z(ÈÌ÷ ÈD9)A³2þÚ™$v ³“ù–‡d– ^™^j2ÍÙdÔ 2šÛñìy¬­<Ü‘w»%cËÚ´vþ6pû7˜©5?Öñ0稽×A-Ïæ¥¼ÈîíW!ÜO4s;xˆäÊ™ýÆ#¡q<@vR½ƒl¯›\I½ -²}˜NP*&è) Û:š Ö½a²mê’ @@Öæø'dõöd Ød‰ ²Ð£27uÚï G)·|ãß_?¾íÛZ^¶¿7!'Št¢;V‡ãG]ÆWùäèçú›YeN\­ºÉX.«ÀžcQ)d›Ot‘Jt”CÔh€vz|‚] t=æ$Xjr[€*Ã@«ž`*T-ÛžŸ~IhÆ{ìÉ*ìª>Ùàºî݇GäǼjà©öá0yµ¼}66¯²¯¶#_¼U½ÄX/†SKè‹>µk+®ynæg5hÒ³€Å=`ÛÁ§¿.h€Í@`RX[Ö¸Íq`ua–`z˜Î@“Çy€• *À -ëÀ}°4™¬ëî­txŸÔiž{Ò%~»€_½O2XGÌ­Ar=‹µWoFuXÆÊn½ø¸Žó,±9¼rR/Ñ-¤÷`©²Ñ@£nr‹,ÀÏ,“ ¹Ãà+Kx¨ bó·)¸W÷ìW ¶Uˆ̳×ò<ÀÅÙǬŒž“-xûÀ.v`›Þ -`ùv'ˆËt³@c¾íÛÚ§Æ"×,ïíT}Ÿ;ï”Éüå•::©q5ÀQ4?Ñ¿`|–Ë _&{©hѯ’B*€„ßå÷XÄUq`ô6 ¢a/Ái ˆEy ˆÑâ ˆq‰L°Kfv•ø¢hßAqôÇ9œÉ6þ¢?]P·êAb7{x”~7h½Ü7¸A½ïÄ•¼i7Üâ8?P˜|7 ÈjîÙã[]¤atæ‚>müF2¦þóëGƒý~N-[ ^]ƒ -~#L°ÛòV Žy@Þu¨ÈÃp ÈQr£ ;÷" +ü6dÎË»j£¯vÑÐÖÚgÛÌPÍ~*>fcߤ5™‹±;…Æ–)©#âUnÇpÅ8ÌUjö•¯¹¿?ý¾ßæÏ§Ñ(™öŒUWŽ€’Ö©ÒË&õ %¿ë€*‡€ª”“¯x¹®‚ÜÝI6íÐ}ƒÜ–]MÊ5Ú·ÉÖ“ÓwéV¦ì“ä´Oc>ƒfLÚ „"nº½ â×3Ø^äðãé-b“ßøvqû“ãð?Ñ3—€^o€¾*P‚˜ô¶k€|º€|‹}ßÑ€>ø& ϵOw+ Íšþwð¡Hkâ£ÿ.“Ñn]œ”¡~þ2ÍkÄbê²™Aÿ¥šµÿ/Ûïÿˆpø“Þð/ª®vN¦Ý`cç€Þ¦€yž€ÍD<`³}0gc˜IrƒcZŠý7po©¢c\ÅR÷•ÔblûFÚ9xP/g¯ƒujHðó¿tâ±øÿáðCîW¿ýfàb©o3}gþŽÞ]ºpÌ´ 8y0\ÙŠWÑXÀ)’Ýœ’žR?õrÌoðúvà -Q§Ø@Ïz ¦uìŽþ}yOoø7÷+ÞþÉßýšoÿ¤7|Í·ßíOÔm7hþÜ]‚¢²tt¹m»á±Iì‹ÉÄõ[Ão#™iCL™Yý1u]F,ªè[W0·X ›ž\Cö¾ªéLØPWîÖQ‰ÛÛ¯Z·¬Rïa¬8UKj±ó|¬T\}2«ðx”ãMùbþãòdÇ<ù‘¸9_{mÏbµ]'î6g?AzöÝmn­°g2WÇ7b_›è~•Õƒz&ª…窆ìÀ>©÷uúyÒÐSR.$O‚guëÁ©ª%âˆråp…Må銫ùrUËeë²ß\»²LÑ3)pÜ‹]1¼zP£¤‰÷U y•â/ÂÅ‹ª¯k¹ò NÃ2×oIÚ½ÊæÂÒÄmRG¾iÄÃNí/ë*ni:uOöÉeéV©û°¯8ÒЯœƒá¤Â§‡ór<›®Êbvº“ýÆô$½·ÓXRèùë,AÇ)iDŠ‘ÇEôÙP³¼tŠÛŸ-mråËZž?¬—wšÈ2±žÎÉE«6ÀÄžÔc¥nþ·½Öº›{¦?iðS¬UW2ãÒgQŒXµøƒ¤0¯P)Ç¡¥Ê…®KïØŠoIÐAé”4Vé‹QOñE½hN…ÕÐŒâíl‹–âùÃ,zñlö–å\“f9žt«¯;ìã¬Î“Ñ…ß#+ ÙJ‚]Ÿ•ÅL¸Û†í§ï¡éåÄ‹êë÷O‹¡·Ì|7]6µÒÇ-«§-:{E9 h¢ì©Bz¯ ªÚEFŒÜ'¬° /XN*>«’RŠ4„×yGÃÍOÒG›ãñœ[ðZù!û8”BVf ôF1£)„F!¯Ékަ´›à½§u-¦h½6Õi MuÇ%­ï³ós»ÏäIãÜ•ä|Ù®P¾ÕžÍ †x)ìëš°©­qÙ¬Û>'M@.-ê\ù]ÜŽPˆ?L¡ wžÇX!^mÉ‚gÆ ûØ9VΟE&èÆŠµ¼V‚št4&º¿`ƒ¤1µ -‡kŠÌœâÜv)dr41æI§5H6? H–™â|Q8ÂíÕÑXÛ ~\À܉ov¹¦¶WœÄ7O÷ jŒ±Þµ¶°ˆYÕù]{'{¬”4ñb>“}n uf}ïpe‚NpcÒ©è×’Ú„Ž;”ÆØI­SéEª1gx•üì½ÙšêJÎ úù+ð„Ìd0ó`Ì<ƒ™gŒ3 TuåE?Íy†¾:wÿ‹°!W&CæZûTuÿ{ïÎú¾Òf¥Ã¡…¤d…bJfmîžTcjìfÀxõÈšn„ºuT7ÆsÚÖæ FÆ,“-‰Î ,‰îÑPk@ìÚÒ|”ªÒ:S,£¡F²`óY/eSˆ{u!.Gk•mýRéÍœæ7u·Ås^9Rv Û³ävÁ.j`Ë:1z|¶²hÌV¶bL­¶Ñû}ÂMµ urn“Ð%Jdº$V/¬‰ y&¦Þ¼Hð8®¸*žÝ&v¸;º¼·ðÕ©+9JñfÕjUJ ÷$ó‚åéi$³uÝÉAÙ‰¹ùTòg'8\ö3>GŸâ9}RÁc”Ù°Ë™º36¡› ¯P§<¯RJ£,í™ì§F§vëH¢y«(db:iç_0‚áŽ-<'yeÜ.ÈGÌ•&´2/…ÍIVÍzX¡ñ`G7x;ÚLv°~½J·+íé V²†öù|¡k2šÆ'…UÁWç§m¤EV‡AÑg-ñk® -õ&N6'­Y—îU¨sÄ9"ã%elm•™Uì[Ö„Œ[DZ "S*Òø<´ôàöÞ)Œ¹T6VCÙ:¢ÍcDÊù5‹®öHK«ì ‚³2(‚ó¼¹xÁ êÉ‘½5©)7ªí¨b·^oÅiŠ*åÖU6™>åð@ÒêXØâe[@„Äã±:_ië"g<¸­æënàxSS"çûø¼Yœâ² 5?VÊt¶èf¯œÐꈴ¢^1âD¤M%€ø«ë¤¥9« f ºÙnš ãÍ?@ãÝ"@…ú ‰4ÐÀšod+I­š+ÉtŠév´–[ŸSY¸#wúÁˆ8-Ø\q.Ó´D€êS3nßã«z‘CjDØ¡è#;sÈ#:iES¬Lzz¨wAŽFÀ¥ þSdmi§sº%Ì 0Г4Äv §œÁÁÈÃÈÂ`n›Á„  AªÕvk€.ú6€.Ai™Nͪ:µ—®`¿ÈLJ\58)¥»\'!¦‡‚7¶“D¸ïëhÅš—ùZ–mpQuž~Áìêxç¦;G(Š”¡|72´„Û›!ˆ)Ú `y|0)®C0À6$º‡–)€b«)ÀÔü`”…`X'ÞX•‡CÏÒnc.±rìri40å2~Ž ó£ÜÉyK –Ž–O1‡b’;l ;(‹óŠç·åžk²dصóPMXð’£±´tö‘1À#È‚  -AQ3b°‘¹àQ†x¦è¿–Q€Çø<Ã6Àsþ+Ø$Ÿçž SŒ:w5ާÊ~€[@º^eÚjpÜ¢4 öåËõmû±·™Ž9Ðm3—Ûûöór´€ýàÓ ¸‘£Hxü|n+Âè!ÀU ðñÎjR*×½éã®ÒKe×f°y}›Y¸![,$‘-õ³±“‡‰õÁæ«nHÃÏá½JVó4NŽ|/¾.b‰×¶ÀÊ[ÖÀÊÒqAVljVó@‹@0Ëâhk@ Mq"÷ti@œƒa@l@ôÊpºõœ_>™„pnÕ€3½›ÌöfpÁå]ªYÝ㙥ã=¡/æ¤@5z”¢Á¬¶d½Gí¼wÙ†ôÀÖÚ' ¤ íP½FP€LÖö€ 5t@º§@R;4m¤%`ði©u·H«æ.AÐíëš„ÖEå ¬K»>'ÀÚ¦VÀšÚ³ÀêÑ -ÀjË ª§jÖbf—˜þâTpƒð>«ŸFëô`|ž%\Ç@Z°ñI2比+6nîjö·Љ´£€o;¹ e82€Ê0@  -(ØH ÎÚ è¹E¬ü€<¡FRp4,rcCÐÜrFâU›ÙçÒì{€”ºF­‰$HW®H€)Õˆ¼°^ò€ ÜòÛ’bÉGœž¢zóYÜ_·ÔB6ðAÝøì¥ÐÎÖ7Öåx[@-»—5üJ@W˜¹˜túE)Ð^·‚LжVШZ4ækC0R¥³:}8ÉÔdVT'9T•9*‹å³v…wfð VN±([\œf¶'%¨LïÌ«srE7ÍŠ›†¹äB¦ìÒð¸¥ä‘§û±FdX=˜‘¸‚æÀ˜bËAþå0`‚š˜+gÄ`Cb0îi0¯†YÃ\€A ÷BÐKdèÑt©tª=2‹W†êØ[NÉ{-ÜÐÐ)úØÙ_ -7°¤À[^Úf€_”p¸yjÄ`cÑ ò8âQ+pø‘pÓ -pÊ -páFï€Öp¸7 à •=p §piá¨'sÇŒHeÎ;&Þ¦<‡£y‡lµäôަaz–Dmx7±Þgú~(áðuõ†»¨î1®¡“Àem†Þ -ï†Tàj{£®BO—g=.›‚¶Í<àô¤ßà„½†`áÙ<´ò……bÇUn7Ò6kJ÷M„%,ì@Ü\ÄÏ®o3ƒ¸Ï«7˜±ÜŸÝKDÕŒÛv‹poù0pï@ pds½+m†å!ØÏ§¬Hw­tK„BïYÀF5`#˜ÝTkl<ªÖúu!L1hy@u—ûûº½­Þp‰ZñÀñd3ýöraÞ(ÒÞêéxš ~Zê~“;~ñ~—âY¬ÖˆåíÖšE3ÛŽ)·¹­½Þ ®7!£&äJÂj5(§ -ËÈ"Q] œ‰Æ\Ôœ-¸ëöÌÞ[ödר?˜VÉ΂õ|¢eÖ«‰ÄZößÒeëÅ4=n¹FžÑ¹† £.?ëŒÖÂo–­5â–dÛaFk[zËn¹K¯½_5îPZoK£k³Œ(õã"®J¨"óIr–;Gí²kèå&}ôŽƒêÌ?Šl{¡á€oG‡x³!¹£Á^j žgùÙ]Wf¥~£º}fäŸôæb^íA·óØU³Ýu-«¡ÎÆÈOòìŠè¥(lð|8_ꯒÊf} v£’nά5ð‚™%9Ù3)Ë%K¬6Ñ’|gÜb¹ñ¨ër·eYVýŒEÙõòøHïªIÙÒuÍd¼³ÉBÿȳœÛÚZqã4¯Ìjû¶x ¥×ìÑV‹&›çf<ßìëpGnFÎëAc£— k"R’ŠEê»w`jMpÉ_­†c¸¾~í’^kÎ ‡A23«q0öEÃ}¦çºªHe:U(¶%DZfÔƒåŽíæYB‡ÍÈ6atÞ,¶uï»5)‰;t‰,u9ÃÍ+³jólÁQ˳Ð+P‹³HµäFÛ²Õ²Ö, ±é¥V<(¾WxÁÌK³Ì Ö÷äU³¦©Yv öîž}èdÚZ®N¶‚Ûœ£‰4#\ïF9 FëkåMùñj:ÙJ‰r2ÄTây¾ ‰Ý¼4ÁÌÞf3—`cŒ—x2ÒÈêr|¼zK]mË¥à1µ("ýض€ù}žœ9¡ËeX’=Ö¬}ãa2%¯ËÈ` réjÀǧ=§x(%E"Ѥ>ˆ‹É!fÅó¤^y+½º'ð•u%$9Ñ—ëKWœ9²oUW“¬™ºú‚™ÿ1ßf\þ=½Ö,…PÙf“RËu ƒ˜(åIÙÕÎÎ ä SâôIºê›Ë))4^$[±ÖJ„µQøö“q,ÔʤéàyQq£ÎQ00¨œRp¾mÝ?nL¦~òì=ù21"à³ád‚Žj‚>kχÛS›oˆî©½æœW‘r èP¡s½ìš#LWù!\5h$šk¤šbyÞ.FKA2mþjäœK¼Ò'óJ¨•ÒÁ³²i£öM?0(mÆÁ}Vüã:²ò“:¹÷eBÆIþž@ó¬åõ–D=áÙÌ‚UO5»–9M­ãœTn$9©"ô ÈC©ìVÆãD ™îÃõ¹bñT´F•±«çé]@Δ%]J¶ä˜À76¯V‘MÇíûñ½'¢¾ ²lø¦ö«µ¸ŸÜ—E_&PÎðóN!Ïç#íê æUí†×M {žjj6á¤ÜláÖWààn•cV×y׿\Q?\ȱ*9…³t -Ñ ç$0K‚p½}¤Ôtc’± µ•–‹ ³H”4ç°ôVi_#Þ‡>rl³Êdz¸Ï©†'V8<'Ö„ŸÔê¤9æ¯Ú÷ؼnÜãôT“.Îã¥|>NÊúBn}Œ»C®HÊÕ­Æó.dŸ«9…@³ëwÙA¡VÍ.sPÃØ3‰ƒ—˱›Ï‚.›Ï¡ÖaWƒ¬ÃϵÁÉKŠ7”ªîúµXÙ2¬x tI ²CR¡Bs’ gîZÌ…÷㡣؀P¨ùyk´ó–bÅ=§Éýsë æì:¯ÅõÜ…håüë· —ƒ²Ø|öLÜfçãP’uP™¢­”í¶ln;"3ÕRdOkÛIKuO€ÒõQÒ½¥ŸÚ6J?Û‚­¸%XyÁ®yÀý™XŠ/–Á|®Õµgê‘”%Ù[bK! ªí¨—°¤Cˆ§Äûëõlké•»%ed²#d'®ƒ…ƒ<¯T{&ºÚ²óáêÀ:¬«³­”^£Ìf~ ^0Æë´8h©Âú(] Ĩ–Ô.çã¶EFÓ~Å:˜·ŽV¡à°[ ë NŒåb—HfÃG‚b§LS¬Gjõ’w\2³€KfæîÉø¦ k;„·ñ%¥Â}ÿ½"¯º8š;ô–çpšØmÝX϶"]fk™öo|:¦%u©PG÷R¥B½ƒF8Ȩ$­CwÚiM%D¤ØSŠ ÔXφfS¬Gµ sèe-‡Ñ0êÞ êÈvPÙ Û!‰7ä¸(Õ¶è¼R ÍùbòÀ ¹•?èO·d”“XCË9LêIדàÝŶË}îÛ-NÒ¯BcrÓÐ\±ñ‚‘½*´;Ñ…Þ²&‚HßJœíS"• ªmËíñl£‹`K«fC×^Ü‹rø€Ô£2Ÿ¹¡¥ml-AÌIÓh†JÍ_a…TA‡V‰F&WoÕ¼‹MíZ ¸H³ÙT®œ¯„Óa2ê©ØÁÛ´‹ËpgOui²™õîpÊïî…û”#ÓðímU×qJE꣑vJ%¬ ó˜sj ëvu€VÂ㲃æR‡6Ô †ø„eiNÆ8{ðˆ Ä"@„e ‰Ô ¢•HpHHj„ƒÎBëViu«Œi–cƒd¥ ðílvçoFÓ– äiKÌ«—ÛpÔ›„z,À”,eïN‘bîØšu:²U µÕìÒšŠVøž·ÊUDs‹=ê––ÝÛçRhº¡ª -¢ÔæÅF@PuD#ãÔËE¹1‹@ ã<2¢Sð‘ªu2™êém’Ó®ô«M6Ø)cs©^Èe·Åìn~Ó–¥H(\ƒ‰ñV£Ýù,`‹×Z^mêɺ¶mС¨ö°%4~„n=㺵Î!n×¢P7Ñh()C0X4e”4 é¸Ðʶ«`“žã ÐÚÌÐx>ð3=€ cƒ:;®úÚwUN‡x¯4FÔÜ+íu¢’•P.“à®H"WÞ;£‡FÎÆ’Áu€õØF¼w¿«qh¨*ÚKîŽƒŽ”´#‘#¸ ÒÌ›Ã)ˆY÷wà¯êu 0‚ÙÌQ‚¶C3¢=˜Õ˜SÉÌhA°Z,TFÆÙ¼³ 2ÕŠÊ èm¡K6P÷8èi¥Ë6G¥¤ éæU%$eýÑr15è7ÅDÞå£zôD†q»¢r‰ùî/‡X íJÅ2IÖ[ë¸Èqm~Â*;ëÔb9ÎÛÛµºSäg`sß`Z @ SÛG<[ôc[²E€†}€éþ {`«ÿÔnÜ™»„ogv6€eñšDðJ%[Ë%*™¸] -7$,‡l"¿W#Ñ#•u\.GSEd㉈Ύc)FSLX,º­¶Ñ G;­üÄ >µgxñi|ðNn Áôð.Ž\íð×4ðž3ðZ­ð:1xpø Ê\ÒcOTêÆà»îpMWDV­ uzQœÉY¾<ÅG/X6Ð:©á)[Iz‘d,à·ùC)n“Þˆºq'‘]›Õl¶%zãÎUÛFÍv ˆEsˆáþî¶€hb: Š‚" âD‰‹"iThD -mAPR‘†¬K¤eø<“N‚·vAÉÂõmà«R©Úf»KpŽ<©y5>Ëã›±Yi÷r9ZxåG‘ô†‰ÖƬ´ ÷£Ö®5oõx³3‹’ŠmuË­uÖ€µ—:BÐÇ€µ¶¤€5gq@ök¼Vª@Pko$Xƒ‡Â¥Ò±‹!Æ\Ñ8 x³j)G3¸h/Å´¼g±^gCL|‘Æ·­±P¥åðhG„.•v­¹ÐÚÎûÒm*eo§°®r"R&EX õýêþš`˜ƒpÔ[ZpÙÈÔÌH vg!è6áEÊÔ€ä¸eñÓ }Ù j¬Ç#œ_GÏk¦9¬ô÷Y´L®¨y}[Þ é ­×»ìC­Ý¼«ðFd™p«[•égÉ–Õ9˦,Ûò\ 7xf  ™! h¤MJë1€šÏ€l9@5¨ BP…APE{P¢ñ] PI»P¡¾ PŸsÇ ˜îûŒ£z­„zÉž%&tÑɤÈ|mEŒQ´‡‚A„h9ß>ÀûÜ™Še[éÔ‚œ§Môœ>uG/áÙKᆼ0®¤ç -Œ[¿è3´ŸèM>Á hYKz櫺׺Ïm]€–Â>@ «, ù> ]® )v`q6¹Ì‰CÅJeÜ%…¹‹Å åÊžf"™£ƒ›ká†~7ãÅð‘Ǽ¡‹NQoÐn ̸ŠxS³Á»óJ·Ë½n¸qSžÍNÂ߸6Çsy¦u`#ø `޳`N10ë}0©˜žKLVµ&Þ Æ?ìÆ¹@+Ö#,Í©MðR¸AìÆ¡Þm-Â騭 þ´Ø'\EçÙaúÔÑÊÉi±fÕ·" »Ü'ÕŒ&¸Üñf€ˆ¥Ø4/A0™6ê7ê8 ÍÏÆ$°q_°¾Ó -°D‡¶SV69:¶^•®óz¢èÆÁ,² ³b‰ë£x1ñky¼Â1mk˜ír~†,Y -{ϵ†/m»Vo¸iøº„ÃÏ.Vm`?x§¨G`ç]À¾ò¤€ýxꇪ#û¦æö™öºGö¼èzÁJù‰˜ÈA Ç›\Ø*ÖXw/o‚¥‘¥ç%‚îœÃ_ ú¨…­@`h¢¾z¸ªíIõ†K÷'øY½á6´kFpÛâ8;Œ ‚Qzw6.гçnLÎy\Άs œÅ°?ߎ#—,àÞa›~œó½)9k9V gjÈù‚ámµoùþºzÃ]͆wðžk¦á^RnG.àŽesî~f8$.Z‰.–íà^…¢™DùèKÔÖi*’šŽ5 ‹ÜEÔ]²‰V_ˆhV - Xjý{åßûÜ_#~û³zÃ]á†÷0î}õ#xk¦Üš÷” „ðìãsàÍ6퀷, -€÷l–€ª6ÀÇúÉ×ìõõ„ZÖ²Ÿ´¼­5ñ\d¼¶’Ù9M¤u”öuf¿F–lja‡aƒN9毸…|dæMñˆšÏWqµŠ{¸? Ê™ {X¨¯k¹ºÊ©w왵5h\îÇò®Ñ ã´áa»£^°±Gš ©¥ÜtaIwgÔ0°RI›÷àYœjRõ•úUÕSVÖêA8DwìRQ2¦°Cå`™ÌÆz0ÓÚ‹lo“|G¢’†ajj¾Ë¯ë¯tîo8„·6hy–ªbE‚áÊTß2&á$>I{©h†Mbÿ$õ]'}¤É­´ß™^³®qiÞáP¦2÷€bàì p¬ƒ¯íAÌ·nªƒoÇÁ ZÞ‡ÆãAÓÞ`4Ì’yȼ‡^|W™­.¾‹¹cÞ›”»‘Tšˆ;›™˜CϦ-oAî; FŽ‹ÛTµ4—ü“ -dÕ8Ûê“Ëm¥Q/ÇÍ·¾oÛõ4ÝÉL‘gÄW‘cd¢Žæ%Ù–ê _°YÊVØ)C=Ë,§dxÙìùŠsÖn±ß,àäv”¶ i‰æ¨ðNgHE --½d3XÖ‹xOÅ(²]2z:[Û.ÎΓ2$ª¶}Á Vq¦Ñ¶"G!Ú)Ju7…,ݶSÓwG6>àZ±\Uö¢½Î úHcOGõ„Ü`h?T ÝR 79ÌCÉd€Žôóì ççU´·“þ4QÏNrMûÀ[TKÛa•èil½C6JMOÁ·üØwv“ûc¶9È!¤Žõ0ò…iö#u•žÁˆªBœ`Žùj¶…¥âö½`牥â%µ®ïÚ) òÚm=n6¾ ŵ Un—òœÃšÕ•Kv_*¦(Îm¨õ7°àöÜÊ1˜õ…¾tú™XvÛö¼#ÚÕüÕ\ù~‰hõØûý&ËgÖ8ÅÕÿ¼1×Ì,_0O ;ôæ¨çû¢Û†ßW\ž‡Bx*¯ë_Nh·°TJT½·]þ"«ÿåË7– 4»L'³s³¿ÆÒìé9|þU Íã-Ũ`Õ9u¶¾Â¬,‡€äyÁP¤vžÕ-N…cNd~^ZhÖÔ  -%-úú Šm½üJÍäó.9G/ú -@ÝÕù­DŽ^0d³Ò)ˆ×Rør"ñ¼U_“Áù2ðyCw-Tä"}u*øºþÞ×+Μ¦ÓÅ™é[­ÞûÇߟ{¿±|cùïÀbÜÚ ¬Ê/±ðnŽöÚÂÜ([ù•j(– -y‰ˆÓ—ÚÞ·»Óî!ë "9`9N³_¡§P“3C)ÙŒ{¢RŸ´c2‰„‹¿`¯¾>½ý\Áš§%_Þh~¡h¨ö: 5¦ÅJµÞbK|5Ô´Õ¸ -蓲T´½¾•·?8M¾`´ß%ÄaWhÛñé †®õ‰5Ñí¶¹-wv¸‚&^ŽòªóêÀöò«•u{ñàtщ—óY«çk8´¶•ôßZ¾±|c¹ÇÒ,Ç©¨¿xÑ3Xo‚Tw3ˆÙØÔˆ¸ýŒº¸q~ËŸ·ä›=Cý€…þjI™æÚk²ÑÒmŸRŠ™zöPµÓgž3£I;ÂA”H–þåHP¨_ T3j*SO›2=wÿõÕ¸°Óý¼« -74òsâø³•m¢m£°? M¿¾¾&©4ÿ|é=;OÁ.Èñäé§µ6›"[ -Ë2ôMöÃɧa ¾̸0ñ¼iS¶–²zˆ"ô(^e7þϺ¼ô{0®ÜÿYxüË7–GÀ#à`¥_~ÞÄë]ÓXXŠ9Ëö£å+,.!Æ3¢â‚ê%ö‰N0€›©q¦rñ5¶ÏÖ 0Æy ì{Ÿh3Iõ’îýŸ ¢‡äY;†Mƒ•œ¦Ï(Ãhq¹8w½¾úH‹å©ä+óµUƒ¨ðæâô•ý,â—³ºô|0U+05 2=Ote%2NŽž­=5t`Õ§FùëE‰ÚŸóY{61Ìëǽ¨ìp²yM©À.°m/òس>rG±ëŽ,•£1‹Q;7KO¾XßޖΞ€¯wýîðß@J¾±ü½°4Ct+åì/˜ÈZÊç-]þšêW»ß§ÖŸ·sdÈÂëk<Ý~æGºv{ŠaçñçÝÔ¶¸)ÅÍçÆ–¯á šç»Œ2TùÇ&´l´Ë~Øí™=5íbð=»Y­ŸÓXæÂ—A€É»ºüì‘Ó*ûh~e=_NÞ"%ùI •ºj)„y2øqŒò» ‚šÀ¼2ÚxÕn ?~8+—n±è½×mÎŽÊ]UãS-”³É}ù3û’ŸL*õ=Í›§—ò¿`L³è)„lvꉊ¼‚mʷΦÉUñSËïï/[ßXþƒX¬[ÛÈk­~Àò¢ÓRЉ9ÙójŸó]›w ýáò§·Ï¿‰ØçäÉ–þá¹E枆Za -}6æ:j(Fï¿1Ck©²ˆJŵÀ‰DŽíÀņÈÓ©Rêƒ]Ï­åƒ~±¡©$˜æÀ÷HGW ›Š™i]×´ÆEI€'v&LöJסÍz÷ؼ|ÈTxåå#I/šéƒýN‘¶¨Ì©Ë¸Òý³0Î1и}EÄú!Üø6³Ÿó¶Ÿ¤MQd[ˆ;ÌîñØ3Rn)u”+eæöô =µÓd^kçßKMøKÉÏ7–ÿSX˜ÁÔ–-oS ¶l5 -¨¦?ÁâÚs„-O¯–¬–~nRÙñ’fzv3ïÓçŽtäüzO ŒÛÔòT<Ûé - -;¨PïúLáÁ™þ3*ÐÖ«Íð$M…éSúÆo8S>¹¾¼?=#‘}u}±0–ðJ©p'uéÚþèÅÕ#“‹ ôoc³È„Ó=¾÷Þx‘ª^ìŸÖ½ßiÌêÍ:ñq.TÉè6í94„»‡WØ °-îzH+ºZp}ŽÁ'݆¯(½·cyû‹¤1f‰óáõ -C3Zϯ™[p»¦ºÒޏÙ5 ÚÏ8—®]ÝÖ'>7L“ácûq.—È…XtsÑ?ÅQò™±7V8t»3\@ŽgϪT³ŒÉ¡–Gñ÷I• !q½y4a»yHÓ×*iŽ˜ãÞxJIÁÄE$ÐÉC¶€-9¯¾xB7)gÚ*L5;¿µ8˜ÜëEÊ’§(ÌKq¯Rö/#!ãÕG…Kɯ¹w=÷jê]+âÁÉ}—¬ÃµºjÅg™ÃEË@X–<±û”fÃè[›dã©îiŽøòªá±ùW’š]‘>ͯŸ+¶l`x~ÜÊ6œsãeÊAdâñ¢‹i‹Ïƒü9ÙÝfŽI¿qGÉç_•ÿä’õ~š×ºDkø ÓîE#-Þspç³ë<†ULPïnhm)%^_C! -<Ä"<¼G¹p&°>F*ª1ò*}¤^YÂÍ;¢Ù»±Qº)Ò¤º:Þ½–qm÷OÇ’ËÝwÉJ¹ÝE÷Ü×›@tÃçSe·ªßZL÷õjwàÊ}<òy—zý,“ \1¢4¯FüûCÞð%>¼¿:3ö>÷üèá3² lÌLCÇ.wÖ÷’§š'¦ƒ¨8Š+Nkõ á*.bcx¸’íiP''§å’IY,ŸÉ=fHWé·²pO¹1žq œ6h~Æë’6ìÖ—k‚E)ïžþ˜Ñ_VnÿìXš‚³×Çû ÆÈOÚ1ö\•ö{__éj«Ž?é½Þm]Ü -×#ÒZ(}•¶äózzv±-|ŒÞ¼M+ æ¦´!éà=w¦7µEòÍxœ¥YW[xnÂÛDÊì’-Ÿn ³ºø6PÅp÷Üôó(¿JÒã¹ýJlz±+¬„%|kÓÑö×O$È¼Âæ:þîÇÛL웈9ã -¤›ìÑÆ~jvÉ7Î÷ŠÒëFÏòÕž°â7Ôäpý¶…Äæ L²L|²+ò@MóflãUO®ö`³:çZÿ²ìÌ“s4´ùÌËâ??fÇèħñsʬ»•>îj‚€î\<½nü9$çÿ,žQð!|ñìúKîöÑý¹Öy5Š2?IÜÛ ƒ‚g4­]÷}r`}y•0ùɘ¥xÀàOœvˆ·¶Õ»HÑqÝu™ò±7»áÉŽìÙžlòPÂÚÅ«Ý@ì÷ ‹ª ŸíXx8WniW½øõ€$„‡1“*‹˜ãôa¾Û žN]Ç_¼×pæ½\o6ƒå!yÔe™þÊkAÀ‚7†}3†š]Úú¢ð@I~Þ*^èŒnÃÍ?5„åñ̼4ò_´´±íß§¢û“ÌŒ·ûpzö¯1ˆ¶–Kß8OÕ…×ìÒ>œ4îf~5Kz$¯3é–ˆÓÕ•Ù¸Xшå¾:ÆMç­Ëa|ȹxw$v^ -éc¹tY}8qBRÕ+:âɪKMΫáSÞ¼ÊhæIÏ•±­Zoš}d’ÆÒ è&2ÔIÍìÖš}z’¨<·Çð¹å`»× -ï3£gQd“¤£ØTÍ¢z -©ùÆò½«òáLŽ×óè©›$ÖÈ.­–owLF¯;‡‘­ -+#ëC¬ÞYêmZ*æ…+"ô} /µõŽWÖð”¯_ .ôS§¡ Z× >g»{Í<÷úüc œ%6n˜±†8³‘nòtkÂÅf ñáí´×7{A»?|û–Òû EÞÅ‘½Úw -›SCËÉ÷ûÍ{"¯ZîÁ¨·¹«“‹­0'+³›ðŠtJ_‚5ëümàjÓ}1…Õz\ejmÉ_>ÆÍ´~íåÑÀ}²à –µ¯¼YãU—P|¸yÀ›Ëö =9QÂäƒÝÌìtÍÊO²r àû¡ñùJ°Iá -’bjàѺ}ÛI‚ÿüÐÐß]NÿFX¥^c³HôRc닜ÚÙÇEñû¯xãl"O Õ²jÄK[ ?Š%S³õ®v„34¿ùÊÑØJ×M/È— -où‰ŒKNÓÓ0šÝ„C/Ik÷û¯9³kº”¬{cf#âf–‰‘7ró©¼–®6§s·^;}µðþ}¬ì<Ÿ¹ -±¥ñHÙ· I½5¸²EÄ[÷Y·æ–«ÖF š™:Y W„f¿4ª]´vð,oïó@®)-¯ÀZ{t¾œý¢ª£®æŒèÉÛ2=å)[Å}7´†•¸ŒZ¶=ù¼ÃÄb ·r,–²ü‚͇ûÉ ³¿¾$}cùÙZµ²3ÊQ/4"æ|Á2r>ïáÊm7¶icd>­¼¾Ù#È}Z˨—)š±58V?†x¼E#õƈƒXöÁûüQò0zøžš'§›òU;>¤¥Ú3iæb»¡ÑMÚO£B™]²ìÞA½ñ4mÌö%b+ÇÏW„÷Ÿ× ÓøÿjDÆ>¤]gSÑö¸ùÍ·„Ò=¼'kÀìµ5ôñ;Ëä‘%˜^ÒZ܉-ýŸÌ`+¯+§ú𱥄YgÙ.Ô>+£ôW–‹o,F,›ÙʪtÒ}ë¸*Ôâó¢ËvÈVEkîö &³ËÕš>Ž]!y?â ÏIC>ï»CZû²ÿ—ùC½æO\Á!p7Fy3’î¿x,(4efÙ1ñF'V&Û«íòûŽ_Ý­Õ}ü§ÎŒKoŸå;ONIÚH#µÿÕ¦N<7Ç -›±KÔYïîü¼`ïé ôP€‚渧ÞO£™ºzŸî– ûrt÷™»Å93FèË*3üîã8~RÓa$©Àâè<ˆœlµªåñ“D›î¼ä¬yT…Üž7ù pï7–¿3r§%H„]m"…ù.r>žæèd²¸Ô»±FÈ ¦óë–¿¨L‰@[¸ÉΫyªƒÛ‹o§j·ßƒþͺ??£±‹€ù‡*w_Ý«åËç&Kî|­¥;·®Ú;èsšøòÔUãæ³Ðó íx½Ú5*¡Ø-­;Ÿ|m¡ý•™kr9WõL•:Ëñ%å1%àèR¸èEwYĆVŸ^‰ì&ÛÌbüúi¦žSKZ ³m+²ØxòÅðfqÄETY^yâ¯ÄÑßXþ¯Å²aËqtpœºr-Õ¥¬›UTvŒk%ù6‹˜æêýšÂ{K…>ëÖÎ?Š.*º9>ÜÔ‚ìÅÑÕº—âš#ö‰‹·­–ûg„ø -ráÏÏ´?h.¶Ý±|{"™Î½eYk÷_c‚»&%!Ç¥ÝÔÒy±ƒzö¡ó&×®©8žDÛLP+Ö—.qχÃ?«Cì ói¹ñä²zÈæ…t*¯ŠÆâBë!†ša”$‰âí,¾×ÎÅ >9ím€F‹­á -(¬êqõÿoïߕ㿱ü±è‡sk~8£yí,î]¦^öé$Û¶Mq.téáº'¶%{ä&TZn,J¨øl·LEÂÞ†ož p ÷–W‡ÜÿÞòa¦ÔòTè& FE®¶“Ý™¸=]JÏß¿*>æ&ŒH1¢]=Óû3p–^Ð1ÏsøÉÝáöÃ]ý¯{’tÝ>GÃýë—GKüák9WÐF&Òù$Éž§ªÊƘ¤±è‡÷\†”WvÁX†>߸,]O}rÁ˜Ô ^­êèf\øç)ñ&Ø,Úzý¯Ê«ßX¾±üoIJÇ«­Y2ßÉ|Ôšš¬|rè¢ÒáÞ“ÙTF`µŒ5È3ç_fõ ¿ËÕhd]{ð³ï })Êñ$&UGÚW› ñäîªW°vÒ)~â.e¢Ö¸Ø\ó¨e -Ÿ¸ŸšáûíÉëì&qqüÌõžxólj <©@kœ”Î /ù™Žß38Rsq½½?9:¯Œ6É—œ9—‘:Úñy6ŸwˆÇ2RËì'ìUÞ²Xž“ãÛ.L=Ö½†?ËE½‰­+óÔ¦ÓHQ„½x‡SÊ“-o‡ù´fŒ¤‰ôyì"Óä81ʵ==‡k Þ×÷Ý…uth/?©¯øD÷ðOÇ/ßX¾±|cùXš”C–˞̸¢íCÓÅT´idnòx~­yeÎG>&TœÇà Ü/XޟIJËS ½ÿ¼QŠS;"íœ,{ËÀjV´v:Q˃å¨D %kA8òYeØÆr‹ÛȾÓü <ôèñ -æ\iª©ôùYÑRôž-Ï/%uLuÖHG‘^0Nˆæ'ý1Uÿ亮ÆÜb“¸&“:õövî?Áú Úäѵ`¨ã¾RËãðíÃguwþFüôåË7–?Ô|hcí<.’]+Ígt-û¼¤Ÿw­Tƒz#F¥ Ѫ-Oöü¤À5-»0¿z0¿j`A=«^~z•õ 4-‡_1O`ík¯C½Ú'óàT² @;i ed÷pêû°,½Rß9(ðçä/N4Ž -¼Íõ‚ 0ï£~ -¡Ýcä¿øÊcùÆòåÿ fµ£-nÓ«/ïueVTâ\¬Ÿñ:èèáO%@°¯îÔj ï¬8 >.(Öåg$/ -íBKÚ‡«Ø>>u|ò­¦ÅÄ™M¨Sï».µy Ø:…ž¬“j©ñËšW õôܶÿï_—o,j,ºBKCnþwùÒúáÏrfÿl´1gò?#/Ø(øÃÏ:]?DM>o•ÝéGE׿êFù!NNò›x=œÛãúaϧŸ4®«¯Ê¥±óg;ÿ{³ºr:ïì';e󳕠i›ÖŠ¢÷Š|Rÿ¡¤uu6ªï&ûK»¨Â?k»‰þ¯ö’vª)²¦Ï”ÙeP?ì5e{°ON']žOÊÑ笈©Qy>?*§”®mãú韚¾.(óÓ¥[—Ësá³Óúä_¢öÏÝq²Ýo”ìv²PâSíws»{Óe¼y¥Dv'oÎG8슶Qå}ùžãÇ|ÿ¢ìý‡¼Q÷?dÍÀú?~èÊöp¼¼l%Ø;UÖfJ¾½[<Ç_>ŸöçSBÛÍTƒjÙ¤»:Wý×C•ãIÝMN¿7j“N m£éï„Ê«»Ù¯_º%îû;.÷W¨$HÚwûM’Ô 'ý_¥Éöú¢ûK<Û=¤ÁTݨ§+¬Á,Ÿ³™¤«ÛâD_·u±¼ò—ã ©ËrKúdwÜOte÷Fê¯æoPÍ›® ¾z'Û'˜Ì©7ŽJæéÉóKc0áä¤HËóvº›¨›+ó9_ͧ~žb¦íN5ƒ{~MsLŠnÐLú×^ùå7¦»úŸ ø(MÚùç­ü8)ÿãôïHÑz÷ƒ½sœÓãxÎAþEå¸üQ›!AÔWóµ5å¨mÎï˜Í·Wï_v;>E}™æ¯ÿ>SVÏ“w©ù¥0?åæ?¦ÏítÒ¶—7¹/ðµ&/á{Êií]Ê¿ÞEîæ~ùC¼‘@M~Ý]Þùê\Òö¿©Ó?[Ô¯^|'òØ\Pîþ­€ûÝçKÖ¿ÝJî9—ûò]c¸x¿ª/å¨èÿPâ²®M'§Âä_pÜ¿½Å¿)%¸%ikåmwïÕÓi£èÊøy¾ù¯ÿu<ïƒ_2ÈÇí>7vzçŽO¦ïý0š 4~Àž\ÂÂÐg ›úÂöh¯iúéd3ÙÉ€lÙ 4Np›Ñô¤¡_w‹Äd?17\UùšŽ_ ÄG®q¹_=cÔ{ÞùDg^:6Š2û•0qæf Éfãߨ!ÿewsíwÑÐB_½ ejol·W>!‰¡Tþ˜©Ð^?Mv³ 4¦Õ\R¸.»…²û1UÔíú^Q奢ï~À‡pÑ?¬š úŠÁ5Ç…MÔÖ¦yÏþh*ú?•49¡# ŽÊäÇ®™ðùϧ?.ý÷ÿõÿ@~ú¡î>"ù¹Þü›~û -œ½®-ôÉvûãŸðíWö‡ÀþÈîà†«.ŒQOt8rÈ?¶ÿõ¿ä¥ñÃìÃø?Õâ¿þßÍI](o£„:¾þS‘×fƒËPλ©²žì 1¡ÅÈþö~/ëêþ†u>7ý è´”iSUþùëÆÐp5L¤ã¯[š -T˜üB ™Ã}[ò_Ð>Ýï?°î/òÝ·új¤o¶òñw»ý¸Å½m]v,¸ÕýºñeÀêný¦}?r÷…~¡~em³Qä[3zѰû‹Nü|þsª_7ž­Oþ¡Ï¡âãjÛñ·ÜÝg¤…ÓØ@n•µó›”_œy'”õääF§w£xð¸—Ú?3êì:Þǽ9I¦§ŸÓ¦?Ê&?8ùÖøL›*¦hjúb2UØ•6Õ.í õÞÈöÐÅ;Åì‚ú6×x=‘Íú<¢bPÜxÈEËxµÂDpÒfrn¼lbzz» ,v —Œ•H¨öˆz™¤ ÄéH‘‹ -}¢ÓÏ2ŸJºŠ>ÌÉqˆÃqWâ‚q ±à¥b!fŒó.û  €þÖ(w™j!â”zB Gd‘e‰ÅªÂ¬ññb - ðÝôI\ ®kcâ[­p„Ë{ZÒ/rN‰ÚV¢õ‚‰sGnú´3”÷Ïùfµ×K ¶ù9ÒíƒXhÄGvK‹ vNYÓ³ù f+5†[¤8´xaÛ´sayJ,ù®ó†c\”…C,%Z—~à‰áb¨Á_øAÌβ@°ùVh¼nCv—1´'³ó æ_Yi9){ªÖÄ’CqÌÓB‰Ó±ÑH%”3iæeP–'kã—J'ç…å³ÓaŸðºŠŽê076X”°étÿ/Ôñƒ1~2Ì-Ý/˜7ØÄâ;™ØÒábÐÎoûa•çíǹ;®ËY'½8ö(‹¹c’'¾åvÌjÂ>ëë,†­6F6|e{™A§€ÅÙÒJ2~Ï®K¶çE"|BÒ¡æ¬pM‘Ùmd‡Á E¼b,IÏÛòVw"šôÚ®¬ÙœÎR퓞tW7°xC³³É æ˜Z²œù›Ž¤B×_¡V2iž`’ãKg®Ž+ Y·í #‘$㣋ðµŸV8œ­JCs%öWÒ)WHÇG9§É1!z§¬ó<w„¤®‹D‡¡Ë@nÉá=×üJÊŠïÉÄÒ[['é›zçT(ÍÐ0õäÌàЪ-§†‰Å2yäƒr£ç»®ÖýT2›æMß–tÒÆLýÏ–Ä¿Vò‰,.g4Ô0¿(:ëg£5[~h—îðs(4I—Õ抜sª¤ÈÊ&˜=]Im/Øû¼à¬äy*)zxÁk+7M…Ã:3MÆD*ÚÇ{JXf[a³kjqiÙFayúgû$£•\)ÜÆ÷âµù’€¯ pÁK–mIŠs"ã…£Õ–-˜l¶3o*"È$w*¶· ?§Ü²o`òñ¶¯I½oµ±…Lö¾@,ïϵœ#$¬­{5J;­t{·FM>Òî%”µÓ1='­áCë}§¹{ -9ÙzâpxJýá¹oL³Ç9ÔØ2âœçM/^ç×§þø8Ê$XØdÜ„Z € Îîy¯Ÿ%îý©Ùê1ø‡mL—øeµ>Ê'SEˉÏç'ˆ#·nDyë>ÁLp䳸#× û/¿.Èh þš¼=0~ óó¯¹Söã\À.¬íȇw.ÿtNboÿ4°¼wkb¹¼f< ý•+p®fËJ|{߹ޢ½é,T½H/òñ©uh ß&ß&iŒæCW3ÁÄò>×·F—×3ñadïã¾LÍœ¤ñOR¨_ßí¢Å7ò^Ÿ¾QÌDuÅmËìöò¹S9ty1·îÅ?öcöMzËoÔs~'‹‰>×%J˵Ÿ‰ðqÂÎ}òcó÷ÕøI‰ í~2Ãír`+Å®ÔiÇþЂ>,gÞXîv„—ÕÿÝ‘]Gó‘ÞÔ¾ òF¡7¯¼71Öåçr¿ÏåßZ}³+óŸo„þ -˽X\ˆð“§7¶Ò‹ ¤ß°˜1ÇÐ{“0øà§¼¼Ì䓟]©|KJ—¿lòÎÛœËᛚ$0Æz!ïu.?„‰ï©h¾Ëþ­¸~`Ÿ¯#,Ìôú»¸šXžµüHÖ¢>ûÛÇñqü¶œ‹wÙÿÉ—¿->wóU.ôŒx½ÔOH ï¢wçTü´`? T)‹é5¦@ñª†ŒX‰ 1§ôÞ2õûé Wºí¶ð‰ï"L¤ñú&FÃw‡Ì)×¢eW¬üWX¢H¬5÷‹X‚«»FË>À!Fo«?`átÙ¼°.Òл©Ì¹ë\ b c(¬]aðþè'»;³íÆa,SîÆõö -©P²Ïþ3>5PH*¹;]˜ë»ðƒÚ{/˜— 9¡Z‰U\dg[ºôÜÁâÕR½i¸ðoZ+÷•4ÜÁ¯ÏÓŠ£°g7écYÑ¿Æü‚=Ãýïc~cÈTL×—Œ [QAÐ Ž §1á˜ûÙ}—÷BFà΂ÃÉ4Žàf zø?˜·ý| qVçI&¦[r™E2Ü ÕUëÿ«í;×Sé‘u¯€{Xä MÎ9l“£ƒÁØÆ&söž?ûڤκ[„y¾gÖÝV(•J•^0›‹ 8šÅâÔªý‚sõ¥ãóÉ&ÝkØMÑ/{ë‘Äçé|á);óOÛ»„_轆¬-$é7¹ý+j¬üF²{½ÁŒ‰9E»œÈ—û×Çû2ùý‹Û½‚ÀÝ ,ÌígîûøÌ:G@é*ìs¨=¡w”Ày h¶¡'7»{}žR®ú‹^‰zÂÚ—¢uP?eªÏ‚•ɉêË"¿ø‹8Xö³è€ùŸ¢ò¹²ž¦§s«Mºhÿ}DõèòÝ´dèT®»³¿®¦4ÛÚðjGô¥¦ãyHVÚô>;±p'ÖÇw@ê F@‰Hž9«ÂÜ=üë0HbK€9¯k+ÀPÏ»rkŒü›¡¸¯°,L^çS ›Ä Àù´>ìÔ[Æo‰4€ì…i]€éÞ§OÇSS¾ò÷=ʺ}W¦a«¯2Ͷ½X2–Æ¡ìÚ³8 EìJZU¡”„;_ÕlPÙh¢—€tŽ·pƒ·M†Vqª7 òŸ€^Ùß°Á‘²X-¼rÃè+ã–Ù8Ft±OCëK¨1úÁ!Ú<ì¶à§ðxƒkµ›f'é®átâz®%^iƒ§Z±™ ´]NþZ}³–ªŒJq¦ î|EŽßçŸÏÏè·¹ñ T:G¦˜”m¸©‰Þ Øcãíè…9‘E/um¡—Ø«¤Ørb]#÷\ôeû.8¶CŒO¦(ŽK'›¾÷CK1!íBgÉó­}¤‚ýRî%×MqzÃEtPä µyß‹œÞ ´C†#( oo‡¢*b –YØŸÕ`0QÜ—ãùßZ€W‚™eœèµùÏÖû6÷­3cû_3›de‹YN7Ír¯Û]äùÓíûå5Z¨¦cÙPófF·¤ÎÈÊät&4^¼ä?#ïîÂpy2Ièù9˜ÛàÜŸ 2Û¯W›„UÀ¹ÏúwÑoüàÁ R%AŽA"ëL¡ EšHmœæ?Ç*-(˜±–á)–ËŒWÅ\zÕ,žJ&â^g$/1¯dl?én»2+Æó'Áh€$ÖëÒÑÞr•ïS»SØKÁkµ¡Õ\Tÿ’ÌUv¦´šÇ¶/ý>ÿÙ“¡R9½ÆÜ2A™¼ø+¡÷¿¸ãÇ”î~¶Ï‚¶“Á§sÞÕ\8ÓÑ—Ÿµ@9ÿ´ƒºâ&ÇDt¸íºÏxkÙ?pö ## 3ó¯ûk9ygIͨì 9ʯç|yr<æób!n5;€ûìßk2pÉ/ 8ÀÖÃì:æ±)ç7E­í†çKûŒ=êóO°+Çñ{ÉXÔVÓýä”ÿÜ\†€Sse…!£~1÷™ò]nŸqzwŸ@/PÅ*ú?ß”7°þÊ—’Æ%P1"AÚµûѹfcEKeуÆå”ýü2>¦ÂÙ.•‘>›Åb= •~à~ñd}ÀÌN­ÓñäN/Ü‹¬>-Ü‚&¨£cLvü…LÀYm@Aá‘ö‚^AܽmÀc¸3IW¬m - èÙé²bˆe΄ZÏE°ƒzf›ù¼÷°@÷j5Vÿ² О¨UôÙîeÚm“–h§*±½Æ(b|ΧOÀ&no2”7Ul¦z§ -ƒC Ÿ.ïöìËŽ-Té‚4+•é_DÚ…=ñ4äm¶ŒXÕŠãìo(m@¦ ˜EÈv†ò¢u~ÆÜL….ˆç²•ÊþþîÞ¥¼øÐ†ñÊ¿ïyaNÅÍB=ši1H?ÈüΖ0Ø¡‡1 *ÓÜÖNyÇë~ÁjJë37nþ|A½˜ -ºàðXëW{(ÂͲä@ íËÍ2”cŸ&0Ü‚b]H¢<‰]páø…¶_8"Ö+Ø_Ív@À‰wn°ï%ŸÁ6¬@ÏE—bϽtü·hEœÌéàÒÆZ -ûlá}î¥y§”äqáÅ#šPÂÒ° }ò¢1º¿õÑ8£Ò²/§¿î ‘Áßt¨¿*dÂ¥ã FÔEË“³›ótþޱeÔôæÜ´ -{Nîÿ-2õ±”JËs&<ß­‡¸ÃƬ t½-û>stream - 0®âq\+¶Dl]'òãï1mW -ÚAf=8sþäšð5r_é…3_ùÍõ$G>åm¼é‹–j6œ©[~öâs_(¾¡(ÌÛ…/E=¡êP^ ‡5ë!FOeþðÒžñfï?ŽÌ&¥­ß-c/Ü où'í'%Óöt«¼–›Áh¿3sY°#-ž¨Tò¬ ƒ7ÚSÏæ*£ú1QÆR 2µží°ïì°‡ÚÇÂG² ë˜v†H§02DV½Wzå]“LûëãG(‚é “éx„›(ÍíË õßÙfy‘‹è¥0¾ïÿ]þ‚?þ\²é‚–Ñórñ}þ BÆÒľLå_‘Ë §sÿ‰rÐٮʑ÷v)Qèe—M1í>®âÑqý9’æS_±”'ìÊZÿL­Ü¸ò›/ŒÞí3P‘7mÎÚ`:½vV`.V_9¡uºÍM8«¸Öú2Œh_ß_Zëû§Kk?G[ZÇs?¯uRÏ^ÊXÐÔ˜N½Çg4x4S_6ì ƒCäoˆ|ÒHÚ£§(QRbºÌÉÄ<ãØ½<¥«‘c2\Ž÷\ÅíÐß-Þ†T~X´‹‰LâC:µœÓ–£æQŽ%ªå>Ý1KœøA/h^Ùíñ…þÄ£v<üùoÊÝ_‡¤¯@"Þf#?X¿ð™Y?vV`IÂ%ïyð>_K¿ÔÂ4È4;öckþ™rû[ᚃ™‚¿µý:oÔþЃæò*ètÜ–‡\§c á[ønžÆûSG¦ÓÜ<Øœ9½ØNជïPLÔmÙ1fÖøNã:ÓÑlØîpÎï.ƒenh¾á:…Ǽ·&7× ^ß¾ðúCª˜ ¾bgª+þ„ _¬Ž:wK??ʲš¼þAA®ÓU*¸N!f¿¸ïxsí¹ü¡{±ªæ¿(ÓiÝl–¬ªïÐu¡NwÏ â5Æùnv -Ý.«êûO®Žßé®ü$Ûið…ŠéqjŒ°ÛÃ$ìé£n/:})Øôûàù×éQ¿Ëå:-§¼Ïuª1^ÌÕoØc¿\§€•V[ºg›á:¥Š‘BשƈVÕÐêbxûcª8.7±3Õ1ãÚÝma;-9Î/¨Sx¾HçÔ›—«ô+¾Ó¸Ö ô¼ºvj» o£hK…ÒZHÞÐŽïB`·µPvÀÌuà´H: ¶jë.Ýiám]Ít˜¦j£BÛ©®¼?†ÖúFPc”tKwúl;|Ëvš^Os™NGVª]%‚^èn«Î·êbé8a;mMS1ÙN_ÞÊOY¹NsT×܃^°s­éÏ­Õ|ÆvÚ­y¶²vJîÒ¯¤SØ Óm•êî|i™NSÖî¤÷žÁvÚKÍm²N§™Sé0¸¹¾ù©ñkÛŠïôåuõÓÏÇmØNÇ'WCÒ)ê…éö¯n7õå:-RÓÆ>Žïô5m=Œ2ǶÓÂð˜Ì\Ãemï…ªÑÎt§’xÓ¤çÞÈ;µ_lšW}Ì:9ÿMA§‰ê”=÷Q·ï¶¦ét±‰: |™¨gæ¤ñš“–²¸S×á¸zÒÃN—â¡æšÒ›>Xݦ§êÛ6Bwš²’UÕfНfºÓñ)ú$„{¬œx‚ºQ§"MéüÞñ8C5Óè´x–vzøNY™N£ —x¦åNÖhŠ£N}©N­&š©~N±À|„ÎêRèGLºþ©Qz/¤ó!3ßtìF_ÿ46:µ·'ôôâ;œgÚ8Uy³Ÿ°}ž™“žÙ±®Ç=kPthYC>ÅI˜ò|  øü‚mtå¯]pcúdžn¡×q9 óôtÒÞä0„^1iÓ¯½BCæé)V­<éø§Uj\³ÛgôôòÜ×UƒÓ—tòl–ùëêg=ê:±OÃ/CÕ’áS†b5ÊÀ­å%Ïׂ¦ÎlTHÊ<[º¹x/-ó4kÓ{†ÃwVæyÙ1ÍÛoø§Ï™âOÂê³âŸ¾4¿~ŽÓ‚=ÅPì¥ÿóç;º½2ý·ß:×Ë0þé`\gugáSŽbcÛˆãïË¿žî»¬<Ä<õ½ #TÄ?]ö_4ÆâI÷ºÄ?ÿ¤Æ_柊ûÔØk,ºíK -÷ôpHL¾tÃbO]—»òðf+¯ì|î¾ÜñÓ¿£vlÎóO“;k|ÇY;$f’‘²áÉ`šÕž ¶&JµœÕÍØÕ¶jÌ£uä›=­£;iA[º­µŒ¬gø©mÒœÖYÖ[2±]ƒÑ´ÒÌ)Æ÷í~oÌÀ쟡D·ñøç:Õ»¿s+ÐÑt…c¸îK¾ƒÎkNÔ´j í‘>–Ôû úCÇ´tÖ¼Àvê·¾Éwª+Nœ²BW8°tR^Ø)Pm¥3•ét0Qè´¤ H8YØ-²t¸N}¢NÃe¨ý¿±–~Åä ;õ· |§ÐJj¤›‚¹.L&=ß)Òþe: |Aí‡ïÔ?ðÒZŸADà%Û)Òþe: ê¡ö?Çu -­$ÿ`&;W@`**Û)Ò)d;…E‡×Ǥv(tZ¬˜$¬äqmu>1|þr^\¬>þÍWý’¤EÝkB«ü²øt…Ãyº6 -䜵È!&ܸà¯[|ÊA ®‚ÈÂR¶•fþ¬ôÚÔ•ŸÌ?)ªÂ›ëŒ×Èïh -wSÝô'ôÍšY0Ìè6¹³,ÚRÁºÏº¿–y£ÆÿOÏu`Ã9¿ÀxFy-ûS„¯øD¾' ô’É‚QðíÈb4fÚ¹Åû”àëuÓž}‰™0?dê)`4¢ 3ô„Z;3®Wny{rî+ó„«ÏS¾Ô©ƒ¯&ÈgnPâ!•‡ƒëôÆHSë ¥‰^;+û§)´ªEóC3Lyª5‹`ç‡þ™õóÊëçKuÛÏ’õCŸxÏ ÇÐ6 v~1ÛUëö‹ü -–Z›ëˆ%×”0¥® -»“2;õiÞ÷qt«-gm=3ƒ¹¬¶sDt‡~K<åÝÚ9¥ù‘åäˆ%=ÇF*z -o¹jžÛûÜü¯\IÁSK\>ÑêWMŒR†¡]áíõ$œîÅhlwÀFB·)fW \•ÜØ]i•šÏ«Ö$SÃìJ•©½é§†m¢÷7¡o …ZΦÕYYMhVxf8vâcÂ'–üÄÊ»D|ÎmCŸS˺˄Î^Fç3yôò¶¿ž0R²|F-¬§sN78¶áOi»Bc9×Hîȧ›ÒR¾1ɾ›{·Ò}7ÓÕ欇څʾ›¹Wdö£à ÿaÖÊ# Õqœ<÷éHþÃHA䆯ðÆL÷ì‘4Åù”Às÷×Öž¸YtgعwïÍ#OøI:²^PLiIÖádIÀ_wŠ’V z='|àë%H˜¢ŒBðÚTÓùhx}QËÕ˃Iu}™—×á3îX‚úØ¥þ¤¬=ÁϵÊÄ‚ósóC¢ãb˜AEt²g%?²!}éåÏÊ4/”zý:d¿œÍ+ˆÖ§Ò¬§]WðÀVw3Ãl€Y¶^ïoLÙîÐ\ÙØm§˜š^wŸÐb?Šbb‰v5Å¿ÃhÞlà®e¸U -ÊV‰†L;>%±’«ÐÊɱU™\Áúõ^…[âwìÊUÙ;>g«WÊt<Çc§”ñê ÑHd„œ>¦LRýÔTKòˆÄÂ}Ë$2ðhíBe(¸¨IÑ@°ºeùB·¼i ¼‚ÅÆøTlùϊ=¢²ý©Ÿ€U4BÛKrNna>W…¹›BǶ%"åE6‹qk@êT ‰[Rsj„³A$„ëb)ÈŸñX{X~H2€³÷‰ÀOåz £Ã€ù™4¿T´Áú`ï!:âeMAsɵ2º¼w|üòÜ8?Q6½‚¥ÁMþS¡>=ºØ²¸Xb -Ë Rbî`†8.öž8]lqÏÓ™ÀHSö.Ñ’'é¿Þ—ôdƒìh4Æ«Œ -Ÿ! -jF±Ô%‹•üOR þ¦©Yø©‰w¥Œƒ;鱬äÞÌEÌîOÔò¸îÝ9¡§3:S,ÖK§ì÷ñ"{?jÔ 3=ø@”ý5Hòê(xlp¢@äi«Ò0]™«ÒUä·)ÓjȨÒ@ÀëÕö‹:SU•bRjǠ쏫ŠBŽ¸Ô„1S{À~©¢3”ÏåNähC+>þnáóTÇèCB9ŠDNüZIŽ< 1*y8wUþ¼»Y²ücJ„QÕe!uBDœL¦ËZ-vqþ˜U¿¥¼ë4FòÂñ Gý–ÐùîT–}¤§lÊM¶_Ôý­°1ê~™œôLŸïôÅ÷[HZ’z²í\D -E­hŒW´C´q­p¹=t;wG*P+çž3B|ò±Í¤‡(}î+¹ÅK­Tß„¿]a@ÒRÎï{Èqƒx Œ– ûÆødIÙÆ‘».BTI¢Ù0­ƒ“h<]²{ã*‰†VCµÒý(‰v\{4F1D$ÑŽkïýšR˜-Ýý{¿ó‰ÖÁI4,©·s¥Dã4%i;÷K´/Ñ~KAè…Zž:n†‹ðº€xÁb”¬‡¼o¯¥0ÌÀ Ä à¤M’ÔÅ'>ÈNœ4çªß½ÇŒæb¯`Aïä -š Y9²ºVÃe?àÄ —m‹ÙΟf"£Qe3Þòv2 £ÚŽŠ§!m纬µ£"„ GƒÝ9¯¢J.iì:¯ŸÆ¨x:0§aïz«Z.Ž äØú½I=:šÅG|‚Æ|d‚ó%Vhi¸WÞ÷pgá §XOY¿'>Åz÷è÷¢V˜³P%N½©l"‰à,”ò¼ŠìÙ«|*Ÿ…0#Bt¤p‡ä4¼È}¹6 P )õ•NCaŸ†!;{0®‰ÀEÞ¥Š¿!e<ÐT×(ù½M_Ñ¥º»£¢ )··E^ÐX€ 1~Ûå)v•qÙ'ÔyÙ,5Á<=(¹®É3ó§ J^e%P5%Ç’Kr,ѽ äî…&%îXâ´>Qîšú’ $¹ôÊ›‹ðÊ2K¶¿V¶È³mac{‚£E%¡žmêd|‡d@äOfWûrYˆ`-‰’o™ÆdTŒœË ‘)¢ô[¹lFN'T’œ[q²úöb<@¼Â@'…cúÝBÓ4„´Ž¯Ÿ} MMë ;§÷`èìŠ:„à~†NA$ÿC0tÊ:ñ1:e-x3†NAzy†NA‡vå0tÊ:ñ1: yÊhÁ[0tÊ: ºöf 2‚NŒäºC§œ ý–ÀЉ’/ÎkîD®›vf¯P¯“G`¥¥¹gÒSLePÜj°·ÄÜÂ+ç²Y£¼Zž ©‹©n:kH²I°¶L]>—œó‘Ðɬ’g&¡“lL|”—ôÒÔ"xÆ“ðì’ß=üsÌ3¢€œ#ãS‚ƒrÝHô‹!‰C9pHâÈ9ÑåÈêûå -М¬ÚŒcWL¶íÀq¸×ëWˆVÞsE” ">‘Ææ4ªnã“J¤85¸.W$ƒÈ ıSNѸ <Æ$žÞÂ#\UŸ¦¤ó“F!à d†`9yGˆÐÂÛ4â,`±–ì4Åx%¢¨f“Ї™®¯àS"6{é!BL5ê ÓYQ)–Mä8hEÅÄÇ™ØmhçÝ$¼L^”Ô°äp)°_„¼6:)k‚×àøÄî–Ëc’D´28>UÝëyË;­†tJ=á†DÛûÄàBzHò9ðÜÒ‰×OÇgP;s‰×ocTÁ¼“îÏ’2&†Ñ-¯hLålSØüä’ú-׌k°{ Å3×SL>rÅÄíÊIŠ¿¡-ùE©N§¤êý"$ºìªÌû|åCÜf—mB ¶(l[•UNÛCÿ£"O)ƒ$*z³±wáÚ½\DúF·¬*æÍt&BS_¦þÔ¥f½ò+-Cu X! -ìO‘7Ãä±vê{_ò!Æ »R–Wor1‰2ÊëSÛç¤z¤w|œ»ÄZdi‘Š+‰)ôÙ¨@àœ¬?RƒÇ‰¥ŽTäõ±ŸÊƒÜ;`HÒí!ŠW^µãÇ' év¥%Œ<Ì÷Љ§Ì‚¾Ê½s2Nc¼jPWzdØ!‰=½Ì |¡Óå*·ÓI'õ\‰%öȤ_àP£ ­Z6 ‰²¼«>“˜êx¤8Û€¾µIÙj©Þ}o"瘝¹³JSKXqS£ýc„º«Þxo˜(s®¹Bê9®Nš:%£]¨áê®Ì]ÇYIWG!‘ƒŽŠiƒ\ êœL–¶zÖ›%qTToF%G‘,VF†‡S»¯ï1x86?YŒˆ“—è·áánà±ðpØ ÕÖ£ñpwe¨ãᔩÂÃ!{\'•–2݉‡ãoÕ …jÜ‚‡“Í(c‰«§ô]‡SGÖ“…u 'E^]…+*ÏYÞË(Õ-s— ßžÉgIܵ÷;¤ú;±’a´îöׂV %~ïµh4ãY'NÐÎí{ÉÛ! å©K´ŽdJoÓº>ãÙŽÙ†]É&ÄfmC°Ĉ(›€a÷‡\ŒšB÷ZwµÚ†…·6eú*mÐû63ZŒã§ø#¶!lE´ o²^Q;ŠÛìîº{¯º [›PÑC¨ÚÓ‰/˜¹¼{ðŠ+fàüìüM“HfRC Ò#©oû‡!RASC¤¾í‚HõèH@7*êÂLï~H;*r“ ‘ -Ú¹ IÊ"RA;$ЍFz ´Ðâ#À¯I6ˆÂ¥©—IF—hé6ŒZÛ0jQYÒlÛ‡BáP,i"«L> -wË]Ð×Cá¸ú•øÆ…CÛ({ï‡ÂáíJÁu3ëUx8Ž9+Ū¡*ŽT1̹”°ÕWÞqu¢ i¾!¶.®î¦ Õ°ë2xXá Ø”§Z{Œ3?Š/–%HâœË­œT+{M°3ä™+0$ž#è^nÊAe<@ ºf–ùŒ;Tä2ô9ú å‡Ån+í>ek…Ã$1M´ókO.ë~êåõ˧V>eoµÛw{|*ÕÁ{æ\±ÿV\xÍI]ž>Œ»WàOf>éi­Ec½¤„h, ØMßÔ…î+,Íråâú -»Ãù=ê‘í”*R¶g™NƒzC¨iË"슻O¾Ó’~Ø‘íTc4W殕˪v«¼‚NŰ£9d:pJv/XäòWwfU@ØéŠ3—l§°_5ίêØÍÿ’—»M•ÊÅ‚"¼aWjè‡2†ËÆ×ïç™\§MÅz|/Õ®ì\©B¡S¯ª¾®€ýÄ ñζ„[ö=$ù¹7}9Š EêÝͼgnOtt2Z˜õÀ/UE¹æ8Í)åÜ_¤Ü^Þ¥&I”·eVqŒ(¯víÿåy-[Ç*ApU3IÑ/¤_“s%íÉ©ä“Jr®PI§ý -cI©$GÓI|i1¦R1Ä—ž©æ\)ÔE£ï—æõ)Ö}{T9Ùäi6N -­Üª¹˜6?9¯^k€xHuFˆˆNJI¼_¶j÷åã2šÙp«õ=M‡ÃÒÝ¢épvgY< M‡sx‰ýc@Óá\Θ›'ïDÓá@.rïFÓá°tòwÝÜŠ¦»Æk};š×à±£épX:•ÅÐt¸ÝËTÊ{ šg7KÜ@Ó‰ˆÅˆQlìõ.4;$!–N3r3šN`U *ä>M‡[]½ÿ 4K‡‰&܉¦Ãaéh óH4nýà®|,šNMSz š×Ò-ЦÃ5ERSø:4Ý)¦¦^E±[Ðt²{(š‡¥#ÇX‘¢éprQóp4®iÝ„ûÑt -˜‘¢épØ/¡õú4nBâXÒ#Ðt¸â5ØG¡éˆíÊ»Ðt8bp‘÷‡¡ép»\ù"9¥éÓ“%àKþ -¼;>®TT Y8;ÝRÐ^#päOi¡¦]\_¯§ð(k·Ô«“Ñ.ÔëÕ‘ÒI¶²­0–DD'UÅÇ—÷ÀRnÊ•h¯# -°wÚ«ð¥tHê§è6`…A©iÊCb% *y§Xö -:-¥»W^Â4å,"é5¬4¨Jt$àâ•Dn°»ÊÜqS*tw•JŽ+s§ZgD†üו¹“«–%*tw›3FPæîžüdò2wJùÉ\¡»»`J°ÌÝýE’2wÒJri -÷•¹ãrá” -ÝÝìÁh}¾TÇ®¿²«> g‘Š6ˆÀ¯b•S‹ZîžtbrÈtØìºër­«×_ÛÊýUÏTQ-P§ÖCŠJƒ„¹ü*Ì„¬‚`ñDõ?‰¡ÌÔJS>ê:WsaWòºìôÖ#³¡ZˆjfC©d†×ÿ”¡ˆ‘ÖëC!’Vè›(¬wcjéVäŽ<Ñ-í¨ï@\+Ò:‰ÖÇš¤›âtUEiI¬Å\P ~KNé»n„å”Á+FÁ¹¯‚8y‰5‚³KRDHÌŸ¥M!´„5$•2¨¶fEö¼¸—ãÚ®¦,:ÕýFdJwûÀ -†Ýí+v·w_©-_hè*äcÌv£º+ª1tqOñMÐЊ4D| ‚ûò‚bµÑ`³;P;b`Å•…x$ÛCáU2¨Ì{ÛÁ¼WE¦nC• -w¤øÊû*Ü]`ßT·Z\áîfmüª -wÊÈǼŠð$a{˜añ JyÁ%Ý[áNP)OåroR|®Â^Ââ'ˆ+ÜÝr«9LR¹Ž€2rL=aƒTÍMMu€ °v¦›Ë; ˆk=÷Jˆ||°¶réͺ:ç -¶s °VÆ7N·s?°¶¢t/Üuøöžb šN­Ñ°¾U¢mèÄlÃ>_Kc$Ú†Q !db’œbÓƒ2ŒéSŸ7ÛÙu¹ùâ9ИºÙ®!5ÜûDnjy¿¥˜bÖ;b(jqñ¼º])s²zvå³D1Ô`-4É 9B^1æÂA±óB5̹Tk~«*†\¥¼Ç•{Ìö¿¤÷4,‹k1®9—JýUa.œÆ5ç"‹+æl° ±ûÝ“ Å$Ùr±$¢Jy„å™hµÌñ‹ä=¢Ü#²‘€qåw/å.Nøh¶Ì)‘éµS¡A~X´óÃÂ!)ÛO¹¬ë#—˺«0³µcã¯xpŒw‰CN!´`¸¬ïì~Gx^\;R(s׈օ\)ÂÃÙc¯ÏâL{q6c\»•«8×Wá-ܸNÅhì_;Ûú·ÅÐ4!JLÚé»R™;gDä¹’Öa‹Ú\§Rhš¿ÿU‹É ÿt4 Vc¤QŽyž=û“¯8§P[Ï? ×Tcÿþä‡TqÛnËvjª-¿’N¡Ët»T@9¾4úò^F%Yò¢Ò…üù"kãbUÁÖdºGŸ>¼§1Â7cD-úßjdïYëô{Œÿ¤Äfw°[·xþ•b?±DáN;JRÑ@¬­Ú/ï—«›¶7¦M^T1SK…‘zHäÑ?{~Hø*f¤U¾H1ÙÚµòЦ+R«d5]¤ÃŒòI­‚G>6 Ÿ ©L'ÙÔªëQiW¥V)aŒR•FÎO[eÖ$ÎíÉ˦lÌOlYÀA‘f « i*‰%Ý$ÌÒRß/—yZ¼à¢Gsi爅•k‹©™2pìácž¤5SnðÁ^ukœJí§ÂcâÖHÂL -wGyÀÔÞî÷M -÷øµ8ÿXó»CÖ²že¡´$CÞr ­ä¬„(À]Ù›b³´p~â’ܬR=÷n¥˜Ù™®¶W‹VI˜¹÷ü(¹ƒïvÓ~þ¢bÖÜuŽx ™ô²+Qu9‚›‡Äá6úfQA wë‚ÔÏOŒnS8I¾Ÿ$ÃÜ?vÆJFyãêWJ‚"òè¶¥ì=DÚ¸pPy¯T^?$í•ñû¤PΈ -†Js °ë¼‘.«Ì€ÆTëþ’KpÅý©Ä¯£˜|}Ÿ(¦ - "—ï‘óËŽKˆf“×ñ(@Rc–Þ/·¢I1€d·jÈ5AŠä#ï· ¯ô'߈°€"PZý: )ž•·£ùRÆjŒ÷ Ié s{nG’b/mäkP€JÊ¢|ôMÈŒæbVí S”ï² -À£(Ÿ”“Q[7å“Xÿ¥¢|x/1p˜°(Ÿj÷‡åCZßOå¿\”OÞ ÷È¢|xÌÈ£‹ò=¦~¥ZQ>é}ãJƒªùßätçÙÝP÷Öõ“·raU¿‡ ¹v7”Z]¿+£®Ÿ`j¸J®®Ÿ²WèBO¾±®ßÅZ=ân¨‹º~Êî2Y|å•uý”«úq2Y®”BU?ü-ÍW8t™º~w#¹ˆêú)ûX$×£€Høª~×Ö¯”«ëw•ßòæº~’5—¸såª3\[×ï† ÕêúáVè2GñÆ‹³¹º~êœüˆº~ÊF5´FVוv]?¿…M6»ôó«ë­¸º~7ðØ uý0ÙI‚ª~w×ã#àÔã»»”-Sïuý”Õ]uý”ÓÜdn¡¹º®Ÿ²¥†Ëµ¾¥®ŸÌŽfªúà^‰êú)“R°.wÕõSN¸ûa®—Juý®B¥Ý\×O -U_ø,¯[^W×﮽O\×O&IKþûëú)ßâqM=¾kq84Ç}uý„­ˆCÄâß}uýp¸>±•Í®÷ ®'þˆº~ÊUýTCäÛP±ªŸŒ»º®ßUÚøÍuýDŒvQÕïöz|„—é(Y¯W×õShl»oo`êú)ø¿dÊ#êú]y£Îuý” j^ÂÜW×ÇoáÔ±õz{]?e5qòêú) p=ºÀƒêñ©€Ø‰ëñÝ%7õøîÂÏr­`ͧër®0uýˆÀðxßøõuý”³sÀ\R×Oîäî_V3¹ó¤XÕêc¨ë§l¶Ë­Ëµuý”«úÝå·SL¡ªßuv¥|]?œ])½½®ŸÌë[ý¶y²º~ÅPPÕO+z]]?eø£Æø˜º~Ê€X©>vk]?̺ªú)z¯¨ë§|“ê0juý”ƒ ¢î¨ë'ØŸ˜ª~²ù–WÖõSäwTñ®”šßuq8Ôü -¨nú\`3>„ÒRâÚõ"k·Äµ«ÔO¼gü–bà¢4KXìÃ2‰¶½åOèðB‚™+‚@R¸º»Å¶(D„i-#ëYët›Ÿ]¾ZÄÀ¾R;ÞcFk[n§1jòõž™@Ð~üª¸·ç™¹¼ Gl©‘a¨1ê´•“U›)6ݺÁ$5´zú¼q½iÕÌ˯3Øªí§¡õ¢¶J¯ß_¾ªËV$òòVÞw[ž]õ³õÕøþí”ÜÏçî´dµL§9»õgøyý«ÛcŸ;û0}:[3Ä‹ù ZÝv¹u)ÃWÌ:¬}tíû³%¹7üÕ¨…q“?RѺÖ6.=k½Ù×_{ìߦŠT*IÛ½"UÒo_¨ÒëË×áðrÎ_IóÑìx™Ã‰k™z|öXr_°'Â/#¸$Z{£ -ÝÐôp\=é)÷ë+Û™uAèÒäñ”3µb"“øàK@ÒUÍÙ=X<±~=þÖWǰ?¤7Ámï¥j—ŸéùÝe°™Œýº!ûÍë­Ò“ù½UIø#¦ç C¤¾ÀB½œ¡šé0†½xÔ+Níá{ì†Î&8Z^âÝ”nŸwã¯È³ -£Œ·5‹¦ÆÙ/ìù#¤D*dŽš¶^¡—ÝwÓî“-Ÿ)?^í‘@³> -éÏ•E°ÛÌGã½Æ¾—­¡™z³{ÑúèZxÉRÏ#,{Þa<-åJÅS˜Dã¹ï™ÛgSøXï#”»¿vz§å…ƒrÏöNxÆ`F„þ-80Ûµ/ÕѹP°†•ìz3“kM¹~+úP,½_£vôlçæ|M;é¯ããÒ>ù ñø{qjU©ÏIz•ŽÕ´0îªÅ^èöË™j¯7¦K Úbɨ-ó·­Ñ#á ’iÿ[µ$û è<˜h}SԟDZËñýyx²Š•²{è¼}± ˆUêXæìë/ვÁ=p!p¤§lHSˆvž²³èƒ<@”(w©ã…·!ËâaÆXÏÙá29À?!@ÅzÅÉ2ÃÙÆH¹zÍ…^¤ìÁ×&Æ<àŸüÚ§›õ¥Ú½jVƒËª¡ Ê=¨ zƒ^ržÓéàÕ…zñeþpl9±~澂Å×ìoXˆºdÝô‡›nJ¬ß^ÜÚšmºÓ¬¨ÑÅœ•¨Ù`'Íe:¦Ø{î+TÝeÚ™MJìˆ7;²MÐúz­ýov]Ú>ŽŸÞV°Ë2$˜×x¦™výA›7; ÇJšéºˆu!ù[6úSvè+ÃlLýx}‡Úß 4° -ÀWœ ú}ÝqÁZS°~aæt+¼eІt‚S<—`Ƴžy¹ñÌAû`å/¼Ïa0—a€›ËìÅ"¬ô‡Î¼{7EWs§/øÚ8[r³Ôo0Žú“èºho-.äÊÓȶ=wÆF*¼=ÙéOܨ!ÅN+ú••;Âñ‡åßü§ñØNÇS}¦Ú§ôà•qȤ†ñªÏôm4!ù#+P‘oœ©,OÌöaNax™Çè>™´Öø‹Ð]-ÐwóZû‡ëUkȇZ{i_ƒ¿Õ´.]¯§u|ýôµŽî¤ÎgÆWç@@þVÄ—îÄ€2·~6Fõ ´vÌ+@n‚¯`ûÔý@ 44¦'výÊf:§w/„Îé²•Þ Ÿæ=ú -þl]ŒÜLkÇŒx̹`ƒ¸ÍýÝ?¹hÏë·#jGz”Ï+<ñ{H#°@Ï¿TéÆýt˜ìôdÈ*ª´J&ì‚ßfºÊü–C»ÀEÏ:û«Ûa³IhÉ RÊž u˹÷uf!Üh¥¨.ã3ª 6ZØCSHU¸ˆ«WZªÂó -T#KáW K›Šo)ÐÎ+`s]eض‘Š`ãê'2Ë>'KTÂ>âü1¯5 éô8΀Ïd+4Ýßÿx 5™DçEm_økX¡7plàYÉ -ö ÷â1T6›Zên^?B¿ÁjÆ FQKìB…5Oµ TÞ.¡Å‡´™dgjƒäÍTO;¢kh•U~ ŸiÕÖ4ô> Ôú„ø+ß@C|{ÝÄYÔDÙTÒÛߢïK@ëTû/ØCI°Ue;üäâ~ss¿nr´öHÂX´‚BY\CÉÖä®òxgo¬HRž7èenh¾þõ—¤WY@c€™ß:F•¾m]kÁª±Ö| g.ùí¼ˆ xŠ¡uÉZ«vöb‘òØ¥ûé µê›PÔ·h4£¨62:’6šb¾Ðëš¹Á{öÀNuü-&PGÓ±£Üè``tðÍ™ŠÒtqrŽÖÜp1a‰àrŠˆàßsD˜Ià]58 …$¸¸S -3"Ìâ/<|£_OXšù.èTP<¢cîTQ$‚‹çþ¾vë.Ð|pÈFd|>£h5bí³–'‚Ö™8"ôø†AY*¾É1]M^¶‰ÁŽçÆ[x^A€ŸÒ(”š˜¦àÖEÚÄüxç4¾ÎüZw%ùjÔßvWñ4´^Y®f›˜Êl RRÖ—G K1MÃf4‘Êí·¢&¶Zõ1HIIÇ+¹&:¶‰ÁßU~|ß¼qü;,[žH›iàW{7u7wóØ`{£èe˜$ °Qb¨4¯H)á±õù¾ÕL±ÛÌED Å&æûÇÀ×à^J‰yåj ¾¤;žg)x¾Lc}c£L•ÍùÎi´Êg!½÷§qÖÝ7†¡^¯~"{o|Zs÷«%lb>'9Ä'²dóåþÎ1|Òò&JÌ×Ç{¥å|sR›†ò94ß 6¸¼ž¬Äó³VøõC¯}5éE_­±„YíE_×Ñ×ÍQôu}=…_õZñ~ù5‰†òk å×a `˜[hM÷3j‰ˆ¢6¿Ö1]ôµŽý®¦u<÷_iåü…ù 5Fä)„Ñ7g 5±!ëûÒ.ö>\„—?ÿ ¶!›Àx"€E{"ŠS+mfÏtOÈ‘eg_y±¢v7ÚSªé(_Æyöezí(0¨sÈYhE^[Úaí|$±`"'œC›ó7_¸³Ù¼!¨ƒïi7 ôžI½+Ÿ“Ÿ2õ4Ïe•(ÆxKZ;cµJ‚OÝ=mŽ;öÎ å^ëh7'íqF¡}…bŒƒ†÷Á~ GÖZ´»Ÿ[kè’m»X땲”ǭ?ÆíØóŸm™=½ë˜ ‡¨­5äCg­i¶ -B+÷ÄÍÀ"ô­MÏN»²Óé8IGf-ñŽö=ìÔzô€A/\=ÇEF²\"û—™%¥gP¿BO\ až’8è…|<œƒ#+›½KC¹V“wª†^f©ã²&]>QŸ¿õT -e‘ßr௟}&[ü‰»00‚LaI‹±l³û"î¾A¯©-p‰T×—>î„øÊRì—NÔòSÜߎPÌ[ˆýh1ʈxnûcÞü_µÆºU­&O©3Ê1QßÙ¾'X]ï÷¹,ظp¬(2]ýõŒv_±nEázšÎ¸L§1Ÿû{¾¨yß{Ú¨û;𚃟h~ð¶“!J%@Qž·#ÍÅ IêiÐ/\x—|Lª8}™¯]Âã°ÈÞ4d…vyHýQÙ -ü‹/Ó]Ä ÎS SŸ¹tíAˆzª{‚tWÈ ¶üYþ1ž€ß*šFÀŠüÜ íÚ'ÄSFs/ev¼ôïq-¾ehÏÆm'ñªÐÓ'ñªÐÓ'ñªÐÓ'Äcä¡§OÃKzº1ð$ºðÊyà‰ñÁ’†žn <¡u!=Ýx¢óƉCO7žÐ\ÈCO7ž4Æ«BO7ž’ z‚·ï-³t> ‚#’kT@=Y˜.xî[ÈG+½›£Øk x,´Ôµeà<„l´àšéZ~Z‡çÔžÖi'º êŽà@qtl'g3‡Á19Âb§€X{côî$¢æ/7=V4qDN0úTµ «Ù¡ëº -ïµF±Ç*áf"1¢°:LðùEñ ÓPùâÄ•DËtyóΑH¢´1»TtÒ³22»TsSyj/ - -Öø¶½ôo󉑽·<óIMØòüCÿ¸›çßåáõð½úÞüshbw¦âñt6‹mñ°\¶—ÿ{Êo?ÎËÍé_ôŸ;ÓÊU*á@~ù±],ÿ¡´¼À{ˆcc'# )â“SÏ‘*“ÍFJë²¾™˜å?©ARªä›wí=Ô(Ë#ŒI¡õ0Ò:¼Å–ÖR>:à×mc%»ËTZ£FœnÓç—‡ì¹`®õòÕŠ¶%Ö·Ë‘÷v)¡1zÙe3í>®âîrfXÍ‹ÝVÚ}¢¶l@F €²b1+ˆ£«`.†|Ø­uXÓiøë“ÖÞнÀù½À)X]@먬µíõAø–¾NÚäµÓ;KpP§Sv¹ë[^ Im9€*ü1ÁVÀ6Â`+úµ8iƒ ~…› -ØjÌnìDOìn¬P<Ï QIü”Ÿ$ˆÊ ®dÎ)R"7Yq wèL¾z¸FÀ—¼Z2ö Œ8ôô‚ ú.U\PVÙ€¦øf§·ÜøøLüRÓCGWS-øZOómO‘]~+¢óÜÆ J(ŸÂLÂJŠ/½ºé\•lo_;ZC ¨úÈÇÙ`Há×#AÊœƒš“ëôí…ë#Ù1Ãå›^30ÂMNùØ¢UâÙ<5Ô¢õ)܈„KÅ´yÙÎW í¥Ù×ö -^ëïTϰ×`æ¨öš¿Ò:£¥Í;n†íç}Ê3¯U¬à0qé#j>ñ&#/X«ù̯¢?/ü¨ fi×M'­&ÀœPðµïfþz=¢ØO@%èµë…Oðjµ`.HóyÞ™¹¬ÿ‚DÊ{•¼$9I]൰S_¨L0ÌršPž’' ³,föÓ‚We>˜³äôã¿MàÔ-Ú¬ÉX¨ëÔ=ߟ´ Óô ¨’=µ… s€Cå—‘âÌqZ‚²¦pT%mÔ6.‚Õç“N€PìõµÖ—¡…‘›çhŠÔ2¥©¶Öúý›Ô:77(K#W¥¦ð.!òä”ëSS ´¼69åúÔZŽ]—œr}j -Jd¼29åúÔ.![&9…u‰!DìÉNI.Ê@Le(LÊÉG§09ã#\•äwhµ' ¿8Ö/Dü¶’Ë_ΰ鉭Mœ(O'¢8ŸùP¼×øDi(A½Ö˜5äÙ&>L™,Y· O±_ò ŸíÎ2Ûp:Šë»¿“R £%Ÿ³¿u÷ìoƒƒûûucçí}Är<Ýïum#Fg£¼¶¶Lºg›±) —R -r”ÜžbÅe?Àqþƒçºp9&dÞ±DHûì¢;ï,ünžp4kA -H¶?pÊ’€ l¤¢ë K›QLç©@‰Ó) ©hýD -„4X†>`ªFÓTDÙ;8VfI ëÝ‚P7^4 ºdc`å/š@0Ã{¦j³±[Jc¼eÐw|_b°ˆm÷ð´Ç‘3Ú% 0#¥ÄÆ9¯O­&ÿAg#…!)¡EïA u¥rÖÎZÒaÂÙ^ðf)»·2o<ü›0}ñ]È糩ùN -Šå>Cp'¶YSlb’¦îå1ó—å>£6V#n¢fw¨2ˆ°4 1MB®{V9–p #m¢TÓ©oW| *|IJ?†‰ OJ8‚9ì—Ã¥´üHUR¯å×´ðk£“~޲ÓjpE…_þ˜pï{­Áh\ø<•N¿–‹Iá×F-%ü:l¦…_?úá×ßI– "ï?ÒuÅèÆrØ©ýðçSöi?ž•j¹ñSDÏÆÿÓ¼Cì ÅÜh:g…¾< гÒôÿijҽ<â'4P›wîMèƒJþ¬ -ß@5âpwU—ðÁ*ñ)0úù’Ðíé…çÆŒûUýÂüƒ{à>ØE)ø››Ë¦¡›Ê,¨r B3>ذÓ/í ™¼áäL` Œ¥5\ô+`«Àv”=eÉ Ÿ£¯L³2é,&H9™#LÛ%L‚øm Žˆu’ŽQ]ƒ]èZ@@ˆV“ ]Ä’˜ø>hÏ-JšyD‹. Gc &;þ—Lh¼°ÐFÖaKËúIG¼‡ïg/¯õ¼X³ï XÅ›/' ~Û£¹Û›VhÆÑ<z ä;^æÓy4AoÁ:›2Ÿ¼+èìè&¦Ã4lqèBe¨¼Óßt÷NÏMºmﻵÿůþÐ+Ï{lñÃtèÄTù¹¼÷´9. ÔÌþºV¶Lýã³&‰òÐ{âé5üE\&Áí^œ;Ég€Zˆ:N' ]}¶Z¶³ï_@­Õqöÿ–ÿf›Íö4;-wàÉ¿ÕayƒZþ;~mÿþþ„}Ðýµ¨ùÿ,`Õ endstream endobj 42 0 obj <>stream -oÙá–$ľ„êžvÀRèÌŽû¹Ý!uàɉáù"ªòËÛÐI‚(޼_tÓúW/œ6(Ì@[=Ò"}7 ¢»aòæÅ¸k6Õï†$‹D}A£)—ðæöTJ1vŒ55kh­¼wÙܘawÿnW‹¯# $6ëp|æÉðtë°:{‘{ÿ%É?4~/¸Õ °r+<2/Òà¶‹Šê´Á Y:KõïÍŸßÈš,g·î¥,¯bäß9c Û0Z’déÿ€ÖmÇ%‡¨}ik€cCÁýÁX2»ç/UÝ~edýô;bqº*Äa­w4äT]²ÖÏ8ü(îü4^½Žòü%ué‘%î6„€bdŠ‹‚,9åý% )Å{5(Í3 -9XLè”:,„YÚéuj÷€²O€QÊ'çX:s¦ñ*—/l|"©÷µª·… æX \  B»–”wRÌd—”zjHBßÃÔýÖ#Ó'jxôEý܋гɿݿª® +û®í»NH .Y-8lÂ}²–SvSÁ‡“‚lW‚;fzQè ‚ÈÇwt\!×§GB|÷`b±Gpê+¨£P I€ç „@n\¤dÖŽ8¤·ð0°êRPõØ„HƒÌ¼W’Ê–6„¯qµÜ•Nôùò¦)1Ga·¸Ž8Ñ ‰²'I% ¨%tHªAø$)p_öõ…ßð -õÚÁí ïcý馎ú ø¢‹,r–e£“{ªlØ€îJ¸? â4MÊìî:º¼û©z×}ƒÀO–qмBà˜'ÕÓk–öc9‹|n±þ½ÇÏ'Ëäqýõ‹^²°…Põˆqü;ÐE²ø0-~1o#š’š{RAvù½ n܃Sx›æv8Ù@ñÐA5(U¯±Ð3‘ŒyOÐBNˆ)$ {¬!o*‡Ï=ÌÄ7¸7͸Veì·®I Í"2¤h­‹s óWx¢ðŽx=»¶¢ö‚cîqÂÔØ -…0Ð8½^ÔÊ~!em‰§¤ô±OÆ=Á:#oßh Ѽ#e¨L¨¥àÖÊbC Ssn¹±…ÝóUÞµÖ'ž›`ýÜ …û¡ó[Üûn­ÉµÛ=ÒQgt– C÷Û&×ðs‡˜¬®cÛ~°"šÞC Ô==µXkY¿ž/(5ª쬮¤Î[/mþÈäfì{Ÿ`¸ÃµE—ŸxßÄñ`*^]8ëq¯¸äÊ~åPúÊW>í ²À”wYƒ!èãO +¢¦šµuBÚ¥~5@(ÔFÆ!ºhÙ+7oÏ>ÈÕª<²ñg!ÀÇY4òï&Ÿ#žH‚`fïÆ"sBPâ%ôXX!""8÷ÓÅ[˜<´LÎÁ ”#¤VnF´çŽ-°ä)cÁ–VW”·eAPë7…‘bÉ€™÷!Îg"ŸpÝdyC”Lt£¬Pá‹,…O9…„+=ÖML£•pEe…ÞéÞg·T-¤Aœ¶½àBŸÚs€”{ÇX‰Y@È©Äyü¤gôPä›c™^ú•Ø‹e^K‡dv/Âð'N„ô6'BfÍãHZЇ˜ީ鏭ïIm)U–Ü{|ž„öйíK‰Ú3Ûƒj׈¨ÐŸê¥‹ŠeùàYˆæG%1D’á|ªB 7FY;g£ê›…êÇ>© ¨èåáè+RÑç…vÍ´B6eˇ9¶|­H²p"ÛûäIOø"| àŒÕ BbEX(+÷Í@ϪUžÛ„%E‡;K³Yö™ÊmŸj0ìy›aLK}º¬èî¡å 1Žè¡Ò£ýÃ{¹J²W›QËÛ/ËJ\ž=ú/5ˆ"ôø!ܘQi;ÅD¼çq¯Çœ4¤=ߥK4-º ÏÀD¹‚J-udAÆÅòs‡rØésNÓDQÚiåÃ(9x&ñF]>Xï'÷WTÇÃØƒà½éøØ™Dü¨ -pëõ €-z$í…¨™ÝZ¯Â€¶µ!M_Ž4ý¼Þ<èÛÁą́X5S”Ó£]tNÚL”PÇ/?ä$÷S» ^ãgלۈ*2ilxÌS Rg ö& ÐqzŒãr…CÎg2 DD¼2à°Ø%˜‰0µOX¾¨}e‰„&Ûw GÉé‘N«N!‰,&HVjOô²R ITÙ¼ž2è«­#uœ‡RÇEU‰Ï=`hzMӾ蔎оÊx<®rô§аm-Ì<-å+ˆ ,ÞŸrÆ[;L‚ä &\±þÏÇAîIR&ú™#ªq_±ôt‡OébU¥Hùe(tÀ:h511S}WÙî2 —|låPƒŠEL©ÖV2ƒ¯¹-ï[{"‹=_õ@«R"íÌ ôù©®ëþ}AøR‡âçw1˜¤­vÝ8“óâšWED ”ë–Gp&4MR_03-•¨S+OÒÆ;Œ\m»yçxïÏ¢…UÌv3×é4⑊ÇG ÷üÝü é²úE‡þýXo`JwOó¹Å[žg©Ù\Ò©ˆR(Ô‹]°ØLlKf0³Y¼¨+ÏùÞ#n*ð.p…;ÿÕqR8$‘ËG€ê@U (½¬“ö³…²§k¸t™Ëàw Ók8[)øRN†ÚýJá7†Ï2Õt\ ß{Ü·®ð»¡Ø’˜~?®Ä’Yö(/ác¤Œ ™›òUöG"Ø•_bl;0;;=1I¨;M B†ˆâ4Cò#Rž `e –{FâIKó½GÜ©ˆò©·ã\]/ðmY`QÆEYóS)ol%©€ÝI[Þuò™‡r®S°gr¸ÖTåI°@ÓPÁ…«FpHSíô|Õ òØéãµ<,u)h2•ý—QJ§ùKÂü64`ÌúíÙOu­yˆÁɨb‡pÐkùÆ9 -Ï:³ÑœçÙX:*š«#ÒÅP‚7oÀ ;Eiøâ°ß‹W`P¢G9=N§®°à#²Èç^²~K’¡‚"¦r!{?ˆäïW=Z@Öv¬ðŠXß;¡'(ߟ |°$¦¢Ìù 6Jb2ðäÙKWrQD]ƒ¬R¢õ%×Un5QÆŽ^Z£ 3‰ÐfY¡ °?­¡ëQËña Û½“$µ ‡0mÁß‚”å³^g -™Ì5‰Æ )˜ÇciYçLv¢[×’÷$¦¨Ú¯ñp¸ɤ\ôPyµEZ?îYwßOTœu¸žŠÚ8 -àæcGc!…Gh?(e3È{ÉÿE"{òº…Z楈~î¥ÖX­1\Vª1(µ%Ð{oôûå‘§›;øRÊ^¾ 92E&Öé55ÕÑzb`Žå6­ûi„T¥¦µu,ÚCÄkžL*yˆfh|BF}Øò&ZÇV´¬ŠDg)­IPB459#™ -³‚5â¤ájÉ®r½÷øùV³t’êmOYí‹ãPï vÝ^F”'ÿ¨./èÂöE/×Ì·^e2±ã¼H$½ðU-‘ÉcÏ0@Q.Ò{%‡÷J“Îr耤kvùéÔ.NEáñ¥Ì¬ ÅSÛo/i„¡k4à´‡ e°Y>ÅÜ»¤,-)A Ót,­\Q{¸¢®ã˜Ô#3P -\˜C"xkøóÉE¶«û=ï½à•e”L&¼ÿyÙʘXœÖȲ(¾+p¯™²ó Ú©F§iÐ)qD§1ÏaL˜±=Ÿ§ÇŒ¸ÑF=Xë¢Q=Æ=ÓqOž„¬ÃQLrÉØ™wãŧƒBUȹ…#bÁRôµ;4 öÀ?eŒtq:bÑÅr„ßM-:ÌgDfã§}ãJ¸?ªZ†MC¹¢ëW 4í)‡4®ˆ$>qèX‘þ7¤ÝÀÛpÀDÞZ1ÎðЦ^7º¾ÊÇGî7ß p¨õ Éyº94ì'jƒI«…7Ï‘„þ‚ÍÇ!e5-M{8iìô$@¯õq}vc3O¿¶¸ö5ã嫚}àËÎXjWõ:„ðáw!„?o*—l¬ûzØJ°Zá&1@#ã,•t¿ ™Tq|U2Fu î=¿ƒ@¯!õ “ŒQTs‘B¬’ 'k uþ½d1 “ÌG/(é<ºÊP÷×óÎÁá VÀ û)Í'àbºÆ¼’U‡áÀ›Î†3F_ˆ=Lô³ÔH…ë 8xSOÅg¹Ø`hUỌ 9'A¶çÔõv#ÙH“¤Éƃ“­(ú¯fGÑ™æýèØ.ñP‘Šè>R’Á)ا*Ê…T´ºu$¾Á Y7Ä—ÊŒ&‡8ŽÔ¥Ð5VÂ:³j9PÞ£pl'× 8÷ƒÌ$›©×+¶´fè LrriFco5Ù¤¼@SäoW4ˆ¨Œ 4 3üŠ_*6îXŽ’®|.Ž’%M#igK×q?5bF#œÈËjç²öT Í@({eçÏõÚ“?_Áê¯Æ@ÜhUGa͇@˜d”lÏ`Â=ñŸÙË )¯³Dø›VU¹–µÖ~ rôÔDLyÌ/RªŸ{‡E ôÁŒÕê¡¡cC,ܯÔTãù8Ít—ŸeUI"¤÷ožÚUì<éÜÖ‘ò±qÿ¦„¶‹_9tÓÞÝê߆˜4kØØV“bѨÖ¹%´ÂiA]Á÷ÏŸXçnaùWï‘®–ð³dÊ®Àw­²Î®šîõùëÍ -Ÿ[}(>¾´'n•=¦"¢Z…xRËwŠ*97çîT9† Dl̾¨¡¦HäIñ·Å×Ù£†VXu®U4$Ëç©M(â7³ß -JJ'>+6è,¯½ 7¥ À´a\KÉ5Îá&F} ÊFopȸ'd”¿Ów7˜oŸÏø q¨r‚@ßéHGZMRÞß¼°uù÷^™½ømˆíhPÝÎy…z1¥»¥ÏH¬ 0 %Tc+æèЂŒÌ¤½gŒ'žXyžƒC†Ì.``ÂC\ùàÞáÁ³ˆ;(ÂGëzå(Iï°Ÿ}¹ -bœ(°‘Þ_jðXЦL${2‰©HuŽT,p¦ˆUó=|«‰‡ÚòXCÄ4ísC;¬¢8ÜçÆ2‚ÒÍ‚MW¦¡Î_‡Û©0ãÁ€üX±àŠW å“Êd0­ OBú¨¥ SÖdsç ¾þÅV Ñ§Ë3‡ƒ°NÏS³ª®ªƒ}æ™Â…H/XÞ|BÞÐÀIÔœ 7楗Ҳ—·Ìš®+Æ[ã -]Ö~Q£ƒ5Ú—)4»NÌ6 ¹g·!Wb‡XJððñ­th$ §õ<§Œ^õò&O׃ßãMvÑH¥C­GXÙA]Ð÷¹Í÷zTÒ¬Á!c+9°-BsîßHx^Ó¼óY†?+v¦0ö~ÒÈ™Á@ÂåѹZ"B ¾Ó+läN¦[,Ç(|LKá%žÓ@†»H¿5î·.´hí8èêSÅñA²*ùû‘G„¦ëÕ7kG¢Óî*PÈá¦ðÆniÊ3çÉvGù±:­ýU~u¹E f@P B««’[)|{~LCÙJÖ´½‘™Ah "ËŽ€Hxèqʧî«^Ñm¸ˆ÷/ç3dð’õp2ÜÄì€ïw8ôÖ ^U%â†r˜ßzñs;u…=)°AY04šñ2;vrû¥Øo½:Êúˆ' ‰×AÍJ–{;ú}CE p)+4­Âš}"Dr!í 5-Óp˜Ève Òò{h$ÿý*ð/C%q%ü¨…ï`§`)pI~(võId¢@R•5ë–HïIfRÊ=æc 4{÷Þiè¨6äNP  -¨Ý·"ÊR4pS< L@ŽÛj9îâT¸÷4F½JkO·OŠÖ˜:óíI„´Š®slüöBxHÏ}în'wB'ùè4uw‘®i-J—G`ƪ‚ÎQ%̓€§¯JÚó³âb˜áÈ\L¿½˜ ›ú€Ñ+L^„ÖÎqdìíÈ•P+Òdíâ ].¤™¨Ø E‡³Ï+ÇùW«g)T:I%h;òO±à›¨a†jå1ðSW·3縟sÔl"X fXb2â;Ëíq¨pÃ[gb18ÈEö/{ðûyÈâ”Ïáß:Íã3ÅlÙƒF5iñ™ÂšcRïZÉFy Èå1¹ß:x¢¨(QÜY]žúÅažX©÷]˜FF•`?1;©é‡ „¦ŽxTM=L¯m’½ØÒ÷¬mœx6Q.íu1S<ŒÓOÏgúÁÞÆ+©RAÇZz$Áî㤉èc-X"“ÒàW»_&"ãËõЇ„vb¦=pR¤‡Žyo2•q‚.úD’G -8½ÉÉ_¸Ì'rª"­Q+iÍÂýѰˆ÷ÑÏ`ËsŸÃi‹ „ÁFìQ«2¡Ž5Ò¸+}™á¼šN¨RgPŸ{x|5Äœ´b~¾8ŽÚÈà¾Á”äo —U…°ë=¾¹o€]eK±® -ì^ ]uWKwèŠ.|À²}G>0ŠC1£Ÿ|1j T÷ÚM;¦vaÊƒÕæ¸ò„ñKŸâ¢l럽 ÉÖ±ÏzQµ£WàYŸ˜ñé0OU!Þ‰¥pBâ}§)¼.†Õ ¾ìÄóESÖ2&&dÈ`)k´¬MÐcO:Ü}z€JØ=ØZñT4Ä’ŽEañì!ò¡Áá\Fzß³G–K˜ÞíÌcê§l„„qòÂGœ—¦G½^ËÓÏ Nž9L`¾^ê,$Þ$8i¡ÔÙ[Ä1)• -EÂhåÐÅlÛ+•mTˆqØYÑë2db>2*‚ú«±Ô vƒ@Z©Gó–ï_U• ƒ#²o ˆXÀ{c½ÀX¤È" •]Q85µ&k9ÂìÑ@|´Ö©›ó+A€œ]ÃÑUaÝVxhJ e ‘¬ñ&»C;øÐV>±¸©(B>—ô!=e³¡}VÇôœç …uoB ,Å•ÉF²>ÓƒzHC°å½Ýcz¢GÏ:Ôy,¬&¸hvÞåTU+YôÒ@¦ãQêäÔ©Þ±Z‚›©£Ò¹`•„b¬†Òóî1¤0>xä£rQ}É^sÍO#‚ÑU•òŠUˆ²¦\(”·'d¢;ÐývŒ¶ŸP Ýw¥²OÔϬz€€Âj·Ô½çVjö`¹ËÄOô8`K,]»= D<°¾øÀ RÀ¾’=%}œ p;½ª–h$Ndx‘V`›Æ›¸ßz0×GÇiæ×BuOÌ”íÂ:ÑÏ9t¹  d´`Ñó`3!P°éÕîp„¾5¦² söo½ ?w§"åÃSö•zQ |ÆËBõ ±›‚öÒ+ŠM~‹a½¿•ð‡dû¯JMŠl ŒF; 4èŒÑØÈåìFHc~+!¹] Ô´ ûÿï 3eó(²’ýÆË/f‡tºÙbö-²÷!B¬€ 1ɺíROrö#Û–ûyì2h™dÙFèëKÌv(ä7òš1‡xÀTß‹²h9ôÈ«l‡3iâ ‰ž½1,üþØöèüÐÍN ê/î‹®’4 $hè—C@#‚){© Jq£HvÌ}@F”¹|³TB²œÅHÁ<n¾T8 Q;’{(VùãaGE¦€»e?BUZèÈ’ò—7hyÇÇçÖ –íâÒ9¦Šf2_÷°¦¢$¤˜d*Â}o ;>¶0ëÂçF±–äà«Æ0ÑÛ -÷ -p±.î)qƒöjˆ« ߢ'´F>ùIÈáð\w|Bb8*Öï {“( omMl\܆{ðOC¡„™£@òdÑm€£45øa ¬! «†|m6¶xzè Ç·šÎz©Ž{ÐD´‘ôÛKâÉ…,šO|IÓ>sÌß -D!íÆæ™”PGdàb&£lJô_TTÀó¯W øQy{oè¡nCíSã`¢ªñKPràb5š+Šl¸5…ÙWäþÕoi ªU5>,ßpa:a’¬6œp`Éo êA&Ó[£„C -qº 7Ä@ZËaù†ÜÄŽv„Ðá×DNš2KBlÊEƒiEú"<´PTx¢œÜ> Y»XˆY«n6Ü9:&kÂ=ÃøøÔ -ö˰‡;v±' ¦ÿËaPª2XüJ) â ûØÒ±¥ˆä;Ó{!ˆJ™/eeïð±ÝïwJÒÖI3e¼­û×ów_¼8¾kÍçÃ` á3l»´Æ]€cšFÏåî>iƒR@Ò…žI¯@˜‘÷ó€+Ä͜ʙ *…lL¬ÀxGiïèTõŽÅ*ó¾[àÊ -Õb­ùrÁ»Ñ$ì+N°¯›ý&_»÷cÉœoJÎYš£í ŽB?ÑÀ8¬úJXîÁÆ‹¯AO/ëC™Æ0ª{K2¼E”uðÓ­wÑßÒ2Æ-NÑ0¡iN8–OíÖF–K‰.wc%»äáÌ9Wìfø\3pÏߪF{#æùûŰ’ÎÞa°Ê‰\‘ûóÜUl¼ù´ÅÃÊ@0+*i{gD|òáìÍ -<1%u™+K(Ù)[ ©5éWyý}Â,dŒäÞÃúÁ` 'dÙêM#ê‘_÷O4Íü“½évÐR€TJû8†Iíy”„:fAj{Ò»l3êý^’Ðt¥<³²Séãa㯂åq,FP´†nʇ£JÝghh¿5Ðzñû>µÊ?I™`É@ëþŸð%`°%›W¥”Cް4­÷žÀ˜1Ä‹{Wäúóq½ˆÀHU£WeÎZYõÀÜAà ÷a`O “¢1db,AæâP¹W†Å} ÷$¢ ¬³Ù =‡Gf†RӾ襞4æQûøŠo¾ž·¯+\³ö»¯ á§Ï/Ä펅Û”J ªAHEO²åãøf(@”ߎ‰V.© ±vb“` -¯®eûã[`Ÿ÷¢ÿ@˜aÍ)ðñ­ªP.÷pŸW Y*Ihv@Œ-þ8Ë)gÙ\}5ÜG?Ü幬ßê!/‹{Á̽E´µbUÊØ•[J´íÑhã5ÅŠ=;jNi/ _‚¨¹Â­ÃQ”g;,ÈË¥€MKuŸ{B#°œ4À•¤0‰I¥ T~«ZLÞ²¢œæúàñ‹ˆjw[)èìòîáoŒƒVÌ„´ôš{œ}/z¼”OnCܹÀ“Q8$þ÷šò«ÒÕhH½ö÷Œñ.9ü­ñà=ªú¶ªÚŪÅhhú¬îði¯†ø]xIâ&×óõ­'–€øÓÁw0ù½5 Ìÿ^·ìS#*h Tª’eì3B+ŠÅÆþMº¡?£ëzsîØÍé‡ÎàÎûQ¦pÕ÷O‰&Ë5 üܨþ5 ¨¸OWF(1/ÌrÞE M¼0¸R{5Ä\ÊíØÔ†x}k¨…ÇÌ’bĪK «\xߦ»þḺÒ5ïNì#h°ºÜ4Y±ÚÏíS?“5½/$ó¢¼íJ©.SÙ Éj$Užc•‡W̃ËnwV>{p¾±÷~£û…kK1»¥/$Oï—¢À§¾‚2-<+<6±ƒ1tÿŽ(K?S†åãí‹§@„U‹;v}ÿœñ‹µô©m"ñG0´ö¿Uu”Nä8¸3è‡:l—‚ìÅÆ<(‹Ø|ކ®y’a•u“ïpŸÂúþ\—rSÁùu´0?¦bF1ÅÞ×£!ÔÉiÀåÃ¥5MäÍâÇ °±ßæ[  ÜÔéóÖ?AêÏGá€IÏ‘Á[?~¤ñ†˜‚åÞ£šj8GeC -uŸ:V{õ 5lqU‰}“2’Î!{Vú¶N&¢Rñä -öî£óWÃÏ7‰»çnW ³^ßÂÆhùv4‘Øô¦køÅüú¹]mº!½\ß‹:¿HØj"TsØHà¡@F§ŒzvS5Í›À²øž7ì¥Ó(°öP˜ÈÖš(+±çÆšaÏ4¨uƒ¡‹½ÙñÄ ¨k Ñm±@PQÄ/{À•ûùŸÝÖ˜uxÊݞ '‰¡GŠh‘=¨~˜{O"W›¢ ±q-1{Ò†E„m¤âm°Ð2”:MíØÐ¢ý¢ ·8ƒéŠü2iVUŠ͵›Mâ¹…²DØì„PD:t].sÒ½Þ3Ñ^Ìv›œ >& -ª•‡o¡ªëç•g -É£2:ú$‹€1 -´æ=ó år\ =˜Êç8 d•ï/jí?&—–ªºÏM͉€ÌÛÑ"×å°¥®®é(ޡݽ@¦¯Ã¹•Áþ’,Ò„=ãpNA4{Ü Bô<µ²[ca¾3.LßlX¨0)ÆŒ•Lói¿ZH±e¼ç´ß!Ö!ƒ¹ˆÝ¯yÈ8î ¿ ‘ ©8,ÈR¼Y‡(å²¹Ù¿´¡·HEÇ,²úw;ûÖ "5À¦‰¦,z¸F5xYÚ¦ :ú€ÌåFA(^ëO=âIÅž=Áòûqû­bDÔfáG»³õ/zÈëªÇ‹îÈÊ|Ñ+‡ÍŽW—+?P”_ cbSŠ5’uÜ\v͘²²úX÷å™Xëý½!²êQȺ;Ì·^Ôhˆxs$÷óPˆÂÊ9¸‹Nž=‡ø0ÊS° x×·4ƒ …£yGP -oÑKiÎŽ<åô8ˆ?Ò£V×Ã83Žƒ’z9~šôh”³œˆÔ(Ü¥3¹’=,%z=S Ë_GÄ:-”§îב€‹nÝvögÑC 9‡’Yž —ì(bÈ4Å”¨x˜,,xý©9»Žß¥ö¢o=o†Ð¯=Ù\«û·^8¨PÒµ¿qú$§¹¯e¯ÝHYA¤U…£†žw™GãêsÃÏ'*R}°x³ó~ûú0çl-¬³3PVFí¢ -°ï=ÒÅB¾·)‘SŽDesÕp»ö O=P†·g;*P+»F¦‹O=^]·f³q˜´GÞ0añ°ÇŠÂaÅÔÒž-ùÞåwùz“Ñ«ÁÈf¸@`¥W˜tïÙ;{{ÿr@;VС8Ò9‘Q Jfö ¢YèOs½NÓîMÏÏÒŸ{tÏy.˜µçNÛBB‰m´>k˜'iõ‡væ -œÎÞŸgq¥Ò¹#q&¬û|r5<‘b€ãYŠ‚¼Dª;40 Za4TûÜ!Ÿ›BÊùȃ½uR· >f!”æÆŒÛ³¸§ãs7ÖQ›–D-ºíHt ”úÔ!öG/ˆÁò|u”Ü ½Éà÷>µSJ@Båõæ`f¦ˆÐÝ“7ažœ °(€È¤SxÀí Þ`:¶îh!Máà -ܸù Ûü5oQœ ¤ƒÝm2d9ÁZM›¸eNڞɳåQSA܉™ÜÆ@D‚ÌÕ0XËù½GÔßçÁðÞuD7¨ÿ"Ÿ\±öÌM4ÔÂðÞã9H¹—µv ýŸ{V0ó\Ï$¼1àÜíŽuZþ&ÞyZcù¸0‹ÃÎ7^ÚÂXÞ<¨_úB®çÈŠsßkSŽuöâ¦jà¨e$rRåu"ÅIUÉ󲟀W3ˆ -Àø«½¶{„øpB˜eÄ#±Æ#îEµÎ჎{¢¬æ ´¨”r\NL x`wÅNS„&öÇiÏKíËäìê ,ô©1É4.ÂåBëøI:ñäe·/?ƒÍˆí*¶ç«/#¥Õ½\áÑÍ©‘Y—Ã2#ÌyνÌ!H¬ƒÀÀå“Õës¯¿=WÑØEsÇ‚D`=Ši½Õl"/31EñY‚t%ÚÈ5Ô¯zPZa.¥šò\HÎç^Ðˈ@D(ób‘ÓÚ™Ö»” 1<„ -ík©+6R€gÙH ÷Ko’Yùd°Ž–¼HíöG\W ç§ŸWÜÈ£~ꄟ"¸Ld+¢¾fpG®9ñ¡ëw¹—óB,Þ£y’BTò9¢à`<-1gñzŽŒcòP†¾Q­9b°@o¢…B¼ÙFùîw}<—iWIhUû*"îi]€Z7Œ}%zŠãÄȇÃÈÁŽ`=%©6ÿõ”ë°–B -r(pO%SƒÁ°Þ»‚c¯Xó&r!6(ç +úÛþ‘Dßÿ•·‘õŸ‘ˆHìôúzëNä¬À7¶P[Ÿ9X-‡ìø‹¬©}\…´O3$7DáaEŸÂ¬¬¼.\Z†ÊzEc죾òÓ¸h€±§ÒDU¨ç@¤|÷~9©~Z° Ë‘ûþUHÌÅÌH|'Ìeøq?ÒâêÑÜ5„3š îñãf›|@ôáÑ)|IXT©^æX›× 3 е„è¡*À&*f  -ýBÑ"/$o:5ò½¥¶GŒ;în­jØJ»%„O‹Ã¼NÜÞŸ<ÊÿE‰'-VoÙØ¤M&ÃChÊijàcãQÄ·íö4f@1õSŒ¤œÒTJ™ŠšJâp׉̨žùq¨Çôj·S0!HÓÅåb‹D‡Â€ñBÀ¨Pئڷ?ðåï´½'³v8¼».xú¨‰½Ãßbñ±Þ -0†ƒ5äá{Õ á™î^9$뫜ÏúWñ!XÄØì*›Sb.’§]´%ÙÂX›Ø•®N.3…]ªÓBÚCžöÑ -g/„GbCƒšÒ†T<NLø í[xe“ýÙ7ªž9ªG«“LýCqy *|Q©e_¬N#h -x;H±^™ñÝK8kbæivš€Dø¶Š“ûÛªÁ/ 8|.Y¦)Q@ËI[Ú•n´e/u`ÂÚ<½tlÐÕ0ŽcÎGo$¨4ö˜êL2ciÐ&º„~°íÔ$8Ïu—´F센ïlj,é¿Þz¦`C§P«l‚¶x štò±¢|\¢ŒBÃE^Mµ‚2~÷*Á³^‰TŠ­âìšØÍDg†LÄÕ-Ò£7>#Qj[Ø"ß NAy¿œ‰í-˜EòŽ;èÞïlSë~*—Cßú?± -GÇ>ãqý¨wÙe áúÞn}÷`ÉÙQîÚù]qÂúxM“×F÷Úd-÷§ÔE(ìwg½°•+‡ -$$èÁ~Z Ç:˜Q‚JÃÒB2_ô I¬êžSC™(JÕáU˜†×_œ,à£ØKb(;X}èQ{4é½€§ì>ôJNFÇ€‰AŠ}4Zà㵊 WgýñNÄŽX7ÁÇ -í¾ÇX݆ªþ¦É,±ä#Öfí1H3‘På±>÷i“ÅÎ!. ÈÏfXE;ž(xÏ!"ÍX3Ô­="É66°¤0-ð)Vùã¥"áÓ3œe·õíý¶lj–¿íGÁÆ’íÇ剿g‚þ!RµjK1Ÿ6Pú*ÑðZ*Ì'²¡éä ]éÊ$جA–yÛBrtóõKê&„$¦/AqÏ©eûÉ$j´ ¡Eø õXÁù¨FÑÌ2EÿI1~¿ËèðˆÜÿ‰ª3½älÁê!/L¯&ëiïðD2B9³'3J‹ö¨kVLÚîuWq€ø{× ®$n˜±ê”ëÅÓ]‡ $‚ÞyÝæÅ)èa«bØåîa*=L˜¹ŽÔs¢f!qßúxQ0áÆgˆ*²£ŽkØqÁ®‰ãËãÀáî¯ÿ~3gP†:£ÐÚÞWÃYÃŽý4ìh—F”b¥ßjOpJ–J£ßÕ[ 7’Ôö……ß4#/Dfå>®Ž†F=¾ M³Söì±{ø·"°Ñý¦Ï‡—Ô‡.dîÁ!Y#…:«=–[ä1@ÜS²îƒhGݹbPÌn€Ÿ7/ÀÆë ®qœíÀÖ ‡gÅ»ògŒ¸K:ª¤v˜Bv6T1Wûé5ÂÒ ýLãž­Ç)ÈEçÁßå'þÀ|±öƒÊ7_VøÌƒ|÷=¯±Œì@Š+È -«¤}—ZŠ…^Ù8%x¢+ëÅHªô±×ŸÊ#\ò ;t¢­ 1îGm¦ƒÕ¸w6a[X“ÙˆjuUÑd¿ÖY]Ñÿ$ð¢a˜GIØéy>€Ýìg5²{–§’¸àç£l"³§A50ŽF±ÓR8|-°l:@/P‰þOf°‰{«±EÇ©,£ñ9‘ -ˆ˜ö‹öÓï8’I¡Là„Œjõ™ð®$%õȇüÓéµoN •Âr„÷°—Ú½V6—æUZÂBŽƒŽväj¥£ƒþòÖA5d÷ró­ô2/’™–¢zôÊòñè1âD{‡Þí¡t=FŒ„ß^ÊЬRuTnu±™ø`¿ò@Ïm0¾Ü¬ ”r®*¼­¶Œpv0ut«Gl2`~¬–‚^ÐgÿÀ\/ý®0O'½Ö çCbG.€Jàx²“e:Ÿˆ* ¿ÁyXï´ÄT™p-E¸ö¬+=@¯LíWE×Aù*àâ(ˆHЧ¶{ >i0L:Ø’ Téi(i|pêܰðuý:aÜDý“¸N} ‰äudÔsȨcHjuôØGšÑãÑ”ÎÙ‹ä…ø/L³Œî‹¢'¤õÖɵ¥ªñ0©Z\Q^PîXE_Š‚nxXo‰±Zj7û`äO³ØL(qŸˆhkyB¯Mo¼;:ŽãžiÁÒŠ£Rÿ·¢cͤ/¨D¼‚®lÇêsTãјÇ^º&hÀÁ­ÈcÇ¥K’º›nO¦ÑXðYPTão‰¿ŠÞ:=íÞÕ¶¾Æø!Tì±ðÁû(èÁ_¦ ×££ºÿB ×ã@Ø»¯‰-¶žÜ=Š ô%RÑónу¨ƒåÉýu¦$ªh3ìì™óØ)V~òQ—åü"]ϯGXO‡ª®sàþ¡=_Þû'ì¶o3Ó›£©ÈþÕõNˆãTQ Eg§CTôsq–µ Ëh0ç¥è ´]‚8rÇTðuåBsýõ&×3dx%ŽËÎ-Æå @³ -À£ŸÀ‘!¿/{ìi– £‡ÇÅe÷Èó¡Ü—x±Skñó jqX’HÔ®±iÓ²…–•¿ì7Ãßs›ÀÎØXqY²å䣩ö/ÛÏ‚"´å¥PùJ6vÄãxÇâ@EÇF­áØgÐ`/ö‘FìC (è[¿R9òRCŲoªnQµd$  Ö¬‡^ Kf;«ÈªÍÆ{†¼»!k~]CÎ’b~ˆC"˜=ŧ\uLÚy„±ÚŒ\_¸ÑEè?tfgø@ÊÇÿ˜Üð -!ø8@„†´>’pü÷'XÎÌÁÎ/0Ì*pWP,(€\5Š.7ÐÌ*m4nŸšg9˜¾ä²q² ¥W´VƒŸD9£„,è=JhŒgX<ÑH抆“R -ùñvðô6„ðÁŽ!‡çyÀS·Ü!ÐìeL -‘“`ÕdÛ]T¡à¥"‘ ø8P–¢[›}ñ\X»åT´nØ¢ð‚ž„‘ï0­ -$±„ëQDÄqòñ_ê 8È c+ÓiåEÍ}@EKÞ1¿9Ù/ÊÅ*fl¹½‹êm†ÛΞ!æ6ÄåÉÉA7Ãyœ7¿,(˜Õ{Ü¢u¡¶§læ'tPÒ ½áïd^(K ÕeêÌ˳À#ò¹eg -ò,î- ¼;¦Âuᛸó ¬+¸p$Þã°…$¹o [ᡊ8 $î‚æ¾qÝjT±êJ˜[fHôûÒˆbÈÁ¶!œyÜq|ÓiÃ,Yháu°®,RgîkGHÍ~D¤W¡ÞCÿ5ÎÔŠQŸÀ°¬è.¼b–L‘öb™S$t #ùH`ØC¹»@i9ŠÇôÌ `½ àµ'ì¿É=íJ 9‰‚°ðmä'=†Þä[Ð2IÛµqÂË µ¥| +ž{Ï6I%°®8Cz4FM„¦Š(–yÞ5¶ŸÐFÉI®È&Wr†‘ˆx\®õ,(bTtm¼,Ý¢¿Þ©~%дò^BeåØU©ÊYÐbƒÏ Ì2—:jü@ryò®ËTMnl:¨ -cREd…\&înßÂ7;QÿhðÔ™tïù(ˆ#|ásï’$Õ@`£Ê༴ÿQäeTAìâdÇ.@;i#Ë~uÁ§ŠºEU±[È E—1²{N%{YªÒz|•ÒR¤2²iÔqxJ€ç¸*£SÞ¥^>œ­LQz¿½`ë¬޾½ @ÀfAùl™šµüÌŽ³Ó¡”ˆ´Ù>;¥Ã¾$¥mѺ¯£_ n˜ÆÔ94V¸(ç·"x°XU /C§®˜8Á+ùÜ ¸Û0\ºvŒÑÄtá¢ôy²"͉¿÷p ÌgÃâ -ýç¼›D$ÍXøÁéÒ 4HA`¿ËMØ!¿)æ¶MD7‡£€U0kýÁö“º cÍÒˆæ%Á;€Âåx®àa‹|]×­Eùy;YÕF• I•Ø©ƒÉ¬hÔ_µYÒ뎥S‚ÿÝ]nª’ù°Î€Vî};½ý%%ÕHó§ -·cOœ$½ÉÅ\hˆS!l è–ÿ»c aþ¤jOXDìÒ…˜–vC$(öÊKéö— ç¦hù[S6ÌÁsxÕlpAªë¥ÿ ©‹:‚†§Äy•ù06•PôÅÕ›£åÙW©HÕ#fð¬½ïk¥Cô´“0 öŽ à{VÑ\ZDŒ>Bbçá-ob„•8–™BŠ¢ 1Ö˜¬í¬žÔ(ÕúPµéN‡Æ¦>édzTEŸ‡Ñýª›Ë-²{;»;âå’o~jJOÎQØ0ï “6ÌuU.‚Dì­º“!%8Üž #A ߟ­N)âc*VÀwáÅÍC+U¥Ø£ŠÂBš‹mØ:ÞõdŸÌ]0k ۬茶6Êj@*Ö1^Ï Ž’uŽy¤”ó í´yg ¢©Õ Õ.)ê°MÑâh³cuÿ<½a/‰n;¤JzϦ{ò|=N òËž“Å”§`â"ÿü†µâëP×i4¦ØÖL ô²ùqyÂ*•&y<‚›6¸¤ÃI09x,A ¼¦‰Gÿ9*Ko蹬}雲´¢ú·[ì7Ø%{›å¦ºò.„ëƒ`µý÷¼\5^y‡µ¶wGs ØŒ¸æ4ÎÎðI¸sFùâ°´!AudGæÀ¬5]›ôŒUŠ 9*{a -³"½«V‡aI[[(d‰¯á*Ø-7p+ÂРI‚½­ì¨,@%E9l’E‰/ð\p±à,8³]Ü̇hÚ„gÆVßú!±*–'ÔuSÍaT­(%Ó#0aû7sKò:3ò¦ØOz&r|œIU⼎²;eÊ‹!hó”ߨz‚I§×”ôrAw)¤Ý«$½õ=~ns| Ý#>úD%ø«çðp>I £ùA®©°ÕGX“·,Ÿrž² T®vù`¶æ±_=t5²€µ"wÀܽySÛôR€€DÄðçêŸÂFý6{œÜéDQÇÊÁºô%©P]MH:^6à/Û¦Ê)ŒF’’G± fðXÞì*Ä™EgºPGD8t0>ǯWBø7j)uãe– YLÍXè«u ¥M]é–’«È¨žÀ%/ÕÉË ’Ñ!PboøM |†*¼&D¤T*ô‚$oG‘9P+ÙC1Kµã/X²§uÔK¬Z—è…°°Þ„#ˆË8SP¯`ÌHfUšÒ$TTøNM³Ãý³’E^L¡R¾2¹%ÀvÌÕûÄÓµ…U-‰ ”¾v€Ð$äÌÍí@WF‚ß05IaAêj±ê;¾@ü—╜„­L ù(Á“¡NABµ2…ˆ-«ÿ¾KAHjq/ók (jé–ºq>•”#GW¨DzѹŠ×@ñ´¸5ïì Æ\X/30wHÍ÷7æŠÐ›Çã*»zàÜp™Ÿ#PÞÁWìÙJ¶f¤<—‰´:-×Í91aæ,Ga|˜Ú‡º‘/{›:ÉÓ»÷&ス&o8<òîZðçO\=±š>úp¸%é©@’O@Ä -ìI¹Ú…8—!”O’%4 ÃÕêíbaMŽì -¤,dV:bŒhÃAêÌd„Q'ª÷Ç"˜Ãx„N­ÇÛë“6CbŽ2!hGCît€ø&ú‰l ]ÞÈo­èàÔ ‡z¾Î¨f~!¦Éè°Ÿ >¤µÊ®F`T‹½‹q­¬ôñ‹ véÒq&y`MHç¯oϺr7IÛ$äĬK®çèWf”“¬†?°Î~ïd ’9oOéè$‘£PNrMf¾æžÉ¿ûôñ¾º$ËUúz:‰^¼ä5v–ÍÞb)Åkÿt¨Iߪ–ï -Y*~¿§Ù%q ÅJˆ†¡Û X™X®0_ÅbÓQ®!HÒéqß:ðß‚°MJ¦ýZùö“¦acGM. \A”KjðGInâ_wåŠ(´Š`¤Ý -Ù›XÕ -K8u—¶©³)…~ÈhŠ1²yšÁÁêx³+q õT@+†{½š…®ÊÝùÎPÙªp“—›„ ß[ç–QeÞR˜î'_•´Léø­ò‚«Ü8SÑG,Þײ‚®E‡ ‡¯£ÇéEqŠô03‰ -M ÀÚ”:WºÐêeÉ=!L ÖK@¶NRs)aßĆO]Ù3œç+˳®À2¬.õgkeX‡j¡æ§š FñHúGîA,ê~mšL?Ü7Ý5úz7ÓyIä—V…%Ly†áLT^«%nµVX øl3ÇBŸI¤˜x¢åm¿±õÿȉož•—)e°áٵ΃™þ„ .ïô0©(m€Ù(u]Àƒ‚ºàúAŒO¸ÛIuÇ6K ˜‚uQYбÉ>·YX‹I—è‡?^³&…È{ì'ÿ`_œl -*4·Ü—ƒ"ø·ùD]8üãİ¢A*B4Z_,Jb¬‰BtÁ€,!kg,£5J4?¨¶ê¼ëh·¢d}%œÊ”ãG@õî#cÉÝ+}êùux…ü{>^G þ¿ƒ/,{¢9¢‡ÓÇ~^õœàœ˜Íêé! ëN †¼‡¸zP`ûó}âó=JÄ-é(…’§CíaSšÄóó5ê)×A÷ŽoÊ+1d«XÕÓ­*ë.aP)ˆ:â­¤* 6ÜÁ;kLMC²´†î'(€<)æE)Pq¦°’€«w[˜& Ôæµ5yvètåï«–-ÈÕíg‰df‡DÏ•åsÈÞ ÔwxÝT=þ´Xذ:!¦ˆc6FNë®Ú+Ú˜Ëh7ý·$ÅKÙ‘¬s(næ,* -ëu'ôIzâ¾¼˜v¤ˆƒ.’Š{/2êd¸™ê³ÁíÏV{)ÀŸBÐR§‚P‚ö§áµIJJŒú­T/I{ãØ™¢æ»†i†‘-Ìuê„Pôlzd´Á…ž*¯úE䞬Í11HRÊ!ü‰;9@æyt«c"ÌÇU$gÍæ±e­Îl( áBÙkb\Kt»¤Ý¥íqþ =˜˜KT¯ÕbòÖDé茬Îy)„#ª^"ó7æ³@²Ž¼|Q´àv€”x³@¢ê­)%6°òÕWõ¿žŸœš½7‚"E¢=ðɹŸ¢7ü¨!$ÀÄ?ßùœ}̈Z ‘þ ë”_çö#X'D™'|:öHè²TŸpmÂý{àf Qð)s_û„ÝÕ-†µ³Î†#yÌ.ÕÂ6ŠÇkRØù§5ûÑ -éejÂámÕ*¬‚ðk0—ßKóïÕ¯ñ/<Ðo!ƾ0>”PBá&+=A‚=ÖÉ î_ }³qÔ{/ #Nk Ý…7É6LOµ¾Ûû²ty½VÈö^BD º'Z¼Z -AàGq‘õœD1BÊV}²þF‘³¾vÍ•š’•ìŸB§°D^õd²B(™Å7È/ñ 5 -_åwmÊ ’gÜëTýø’I-Q'C ž3è†÷†ÆOŽöÞ˜cíhyj¼Aݽ»&ø»¤à)Ÿ‹n÷󸶤U$«"4£×wPO-Cf ³l1m9 YtBÒלñ| -þ2m¦™ªGx -?t.»ÊÖ3h ¨§a¡|ÔæÌF2.±‰¿éEõMt'XÚgø˜t*+Í”Œ‡oW}¯‘DK:¤ùh)7v6 „Ýn®Êî@xOQÐa0}>Êi‰ *‡EÓJ¸D`Á#· ‹y QÉ<…š¼ÙÌ$Ìö[U·IÒ(lĉ » ¹ÜH",s¸Ý”ç¿z6¶å"ŸçÌ$Îé»ã3?ÅçÄíTp)ŒÛP׃ӪÞRUv/¿`#MÝtÅÞÿ’†gòêPÐ[,Àùjˆ-ý% î÷µýð-ƒj÷úŠº>€ÏLè)±¼¤Aî¸'‡Ø¢¦¨,^éʹÓË.fÍöšYrb•bv¥Fyr÷¨‘”@æRÁÇ{ü›Ëð¿tü…ÞÎÁó³:kz‘  -î) ÂxEéSÿÛ³gB¢¾D”Hå÷T¡å'ê¤îT‹” ?ÄB&•$\à‹¦B߀m ¨Ø ×;¤Á ¾8œ…IÈÕÃ)}WC°pïìš*ä=…¡úȫ໘OœêÌ-èÉÑð\ßDªæxfWRË´}wË ÙÄ•‰’v°(¶ ™ó¸©Á"NºH%Ü¢¼Þ"XaÛg—ÖiiF:Rڞɠ4,°<ï=GsŸtyD4ù,Äßêìg¤\mi¶¿Åe³¦â!€Öˆ¥ Öœn¶ýLݳ¬Ä“õ€ÓÀºáXÙjŽê?ÀwçqÊÓç8Zò8b‡Á¹>KŒþ¯«Ÿ~Ç!,lW‰¸=÷*ÀÁΰ§¥ï|FñCZ‰é¿f¯Æ{×Ù}?Q`×û°HÑx¼ xNÊTE> D -TÊG!x(°/ üÁ -”B§ða©_]@™ÏszÀ¢Ú=F -EÖÀTP›©ç‰=Ê>ÓxOŽöž‰ƒ€GäÁD”D Ee3“u¨“lBB‡Fj-3{åÚQÁ=bS[N$§NÂûq€‰JǦƒ„£`â‘¥!@¦,­V–ô…×§L9_“4)±ÑJ¤ïa/<¢¼ Êu‘=ޝhºJ®8û’ÇÙ|3=‚^Ouµ‡>€²`è<¯ôR9é Wÿ@¾8P³0Žˆ`hÌ -ÚÞXŒ¬q†¿ Áli。S\-we÷ÐØõ•q_õ¨á^K±ª?÷ÅþÜ :IlnÓ<·¾›VCiÃ:úŒƒ­]Xâ(Á–AŸØÏ=b´Ó6Œ[8½ÇFe(ÈIÙZ„´š·ð9Â~É^;o½´ù#±»CœÔ¥»C½ÈÂ<#õ+¬Sñê%ŒÀ†g‰–Y ÄzV]W© Õ¶°Û 뼂/èãO -¢ÂН”UÚ½ü<@,ƒ˜È*ñkÚ+SoO?èÕ{&üáf ûB‰©ÀÇl…ò¸âŸ£ HM{©ôD¥À4LQ÷pa…–/ë§‹¾ˆl"µò3Í4ã\Ü´˜ $Zö—P0SËXì%»ÎSë–±çnFZ"µj¿íC¥Ï¼>ѵ¹sL«-5 †L´Eí1‡¤p¥Ãò™Ê‘p­±xž¬Véø(\§¸ÿÁ¦„ì)ræ\ÍšQ'0½`­Ä$€õ¤ z¤hYb<ëÇP¿9[tÀüå&’. -·=aÜ­ÖÎ¥…I@‰h[LüÖêIm‚…ýíé÷ÜT€ÈWy AÖdrÃ5@,Z"“ b¯³\ˇ¼•&uîx'ïµ 9y“Z(°<ꛪ¹FŒJ=*ƒº_ÌC/¨! LÑ«Í`š£×i¯%m¡Fªo÷)Œ~'á(ÊJþˆÀ€XàÁ-¯£‘ -UÝG1BµbÏõrG€XšòIÙzbäí^`+`¬DÍ ý‹G!hˆD“76b=„Ì+I`8³Ú•çw K ›p_RRºœ2.˜ TG‹BðÌ”§ô¥\iÆÛƒpZ&…^²nˆ_0â_öËô‚3D¯"Õ,‡5Fp¯5ŽÓã뙓p§?Ecà_6.òôÞG^"M ¨9x+‡‚å£é0õ Pi5D8“^5-'™—o=Ê gÐPº*{ÍÓ ½h  Ì  ^ 'n~Ò½G´ò!U}Šu>ŽúI; ý=ïôÛ”³]ED¹ :"ï1sDö˜×UR#ù#R?¯‡Pþ®;Û)LâÂç0ç(Ác Ëõ¬yS&¤¹ân¾Èmð?è¼¾Uf¤¶÷Ü0ZC‹ú£Ç 3tœ×0䪉œÏôeŸ,¶.g€d«ZàÓ]¡:€àÄ6~a¨^trëãôH§Ç%K­oCj}¡ªM/=H᎒z`Î s™¬±«S÷8u%ÿ¼õh¤í @êõPû¢S:Šûªåñ¼úQ¢®Hž,ƒ-æI„\%5¡DN8QãxëpÉT€¾Ç¬ýÅaTÇ%.1¥·•=¬AH–3úà9T™Æ/¦¡HâDÞUjUy®ê˜Æ×U=Ù!5ybK5±v!]T+ ¢RêŽB.EIäÄ*$LH]ê÷SI@.€48¼QPü´‡ úÝC»&ªNŽÑ=@µhõ„H5T_õH ÊPlG¨—gÂýˆ´‘ Œ%røIìÝ­†ñ*öó*öüÞ#N0Ø£6׫è5×é5â‘ -ÓßÿØ_‹{ÅV8|Çõ«ýû1âÀÌâžé­äQj©Ù¬PÔºP«à±õ|0›X˜Ìàl?Ò{wŠZ÷[O´ì¨*Åߎƒ}üÙõ-JÀp -ªÂEõ墴_|Ò޸Ξa{‰iá} +Ók˜\á‰ÆDÐu Ja?F… Âìï=î{WüÙÈLÕ‹ô¡ëiǤâÒ - ±åËlD3°C¿3þ<<{͘(T$A&²Ó­Ù›*µH; -4¡£·7V -ìX‚Uð½GÜ«p}Úòüâ8Wðk¯òµô#×`Ê)+lEôÌ´Å+)‹Ý÷×®ó -½Üí^“Ú¬¨&fó - ¾#Ò,Ô4T°äªÑC®Î. ãC5»Õìôq[ißÇ©ìݸ æczXldа*2€ “l;D‰!‡X‚Úi,ç<-*-) ‰ZŸÍÞáÕ£À¡Õ:ú]™UaS£_j)d´K‘¿£…åVÇåôèãaˆýh¸Åq9Ÿ{I ް°4‡<ÄC´Döæp¦^¿êÑÍF‚è½¾uÂ'M-Ó%0 »ÉK™Âˆ¡2}ìapG/¸¥…`Ð ÅLN} yõP¡œ7£—N)Œ¹R<ÎQxBµ‡¥c°}}ˆ¢†h²ÇQ&¢dG‡½Œ­×‰BÂU¦® "Šœ^C7åœ(Pî@\Jö¯6uЉgÃÍàÙ°Û¢‡Š¬M¯”“­Èì!t»FÕ -fO‡ÑÅÒ¸w7Z¦#ãCA±£l6¹%|ÕÄIÞB™óžés/5Èzh-@*–ÆÐ‹ëÄå uûÒ¬µ£…:f_èÛ;²!þ7„‘Æ=N”›¤BvÊj„)½b÷Ö²†ùMU¹p}OœIQ.ýQ)=´=韞t7gZNCŠÀ -Qg=­ˆŽ‚!íOhuFf•Ò!á…ð¹D{¬¾÷øù¶`ލ!¯Vìçã<ëòî†>ÖîUIAí}žF_ôørÙ|ëµ—%~².–Œø~XC>4ƒ´Ýžø'ÆCáŒË{"[™‚{Á÷òƒ÷h ïÑ.“ - `ä¸Ú²ÐaóUDvOÜËØI‰µMÀ”e[H–—²Ä4†à6©šy¼M™jŽpzªÌX)$Áà­áÏ'•ɯ)§}ñu­&Œ,2ØG^ ò‚ÒT@q,CÀ~pY7á æ«¬™"æ²S;}ÈãÐgÌsÓg vÐé1£Lýè1Ov{ÜÑcÜ7åÝ‹¼Ía0&Œ{^‰4\TC*¤þèqü÷No‰AFXÆœš\=°TQϺ¾N¤4L²¼ñypj¼•ÐÕ F3~Äê³¥,a©¦åf¯ThA¸n›D¡Ø$®(Û¢§Iylbõ¦ÚÔïÜWiöx¨Kk¤zSÇ‘„žøñ„tý¾/ˆ1q…97ôiz0õÅaÈ`í•xš™1oì˜=Úã‚ýhtÒÞÕ´}Á÷¹z -®ÙC ÊUMäÅ‘N §|Ø_häÏ—Ãr ë´c•Ç¥h5!LjTÓçßPh­ –ã4 =ÖáMQAm1ø5ðRŸÍ] “–Ä Éõ±dS^~ë™L>%sÒ lšBtÙ^E×ÖÊÌÍÀ ùÖ*ÿSØ“a$G ‹WÐÕö"ÍÁš†ÛË"cóÈÚCÆ$ê& êüøšcÁá—/ èEÔ@.G™/ö¤Ì8 Zf*'0–Ì–ÂþM¦éØ.)h‘ -iF÷=G£e¢Er·ˆPòܦ6ü#€oìX–†~3(šúAÏÀçŒäÎP3ô —þæow[ +1øµËwN±¸^àõnT ÙƒÔÆßjRM©6‘Á„©6A ¼…‡ñK…ÃÆnç©ÎpIÁBç(½ÙY=ÏKšçðOJ$à½e¢Õ÷ ØXÖfDOû:C¸=N唎Ÿˆ -žd#¿=?ˆä¼}K’×´×ýú£N‡ö,5Þ +ŠN®û¹'&qï VÆwÐÓ0Ì ;|F0ø{‚üe»r.W>þ—MHm {„bD=¤ðšìW xˆ”%à>'©˜ƒS(_×QŒHä²ëBô>GbæóŽ«°‚çp jÓ ‰éhÊ™‚>çé»$8ßåƒ7´¥X sMÁ²§W °µfY9TS³_R}—¦ -g^Ê©ž{Žù ÍÊOÀ —úºAí;­tíÜM…vñä^¢š>Wi6û ÉK þIòd?*¯Ý{ -Ø›)¯lÔº¨ø¼²j^±X‘­+Úó&ÊŸ˜bˆ ÃOQ‰øüú}îé3ÿ0øÈAV½ÄÙÝØOo¥’® ×Á£(u`ô5ðz¸â}kdôñ®µr+üÁnG½†ÄEfiúÕËO;‚’‡ùŒhÇå ?ºƒ§ÏjÄöAÝGþ¶_ƒ˜³U2Èås¼ŽbÑüÜ- -3UÐ¥Qfòƒ!2á²¢-*¸'–µ— -F;î}8´”ÍF,˜4Pí:ºÚ’ò ß^ù -9TOƒZXDuJÖÛYRα öÈõŸÐ»^ù ·HÕ3^(´ã³õRJukP  -óÊ4ÀõÍJDÙ㨈Üa–ŸÕ&½=Ö“J¹½µ‰ïwI wûÔ Œåíçæ ¯nýtâ[\ÕEWÜÑ­p\÷Ð*–Y‰K0ÌÊ;FイoÀ w|¹>Þ5¶øžÎh ŠIÄ”íó@Û¤£îó`Ê \´PíÖ‡‚ù±ʧƒy@™þ;‹õ‰ÑÃwJ5zäeB§#äçÀRy™y½®{;W\4!ã­F)ÆóT'_—\ÖOTò·ã9aR¥ûºD5b­çdÜ¢ Û¿³Šsï9½,3>Ψ¶ÖBФ6ý‰vGrHИ,\ÏëùŠ=;8¤SäH>ÞT7Ád¸„‹˜D3y,°|q7ð\cï1§©u‡AИ~S/÷Gr=ŠB®RÆæ‘€Z``´ïþ.(=Z^;áÖ -¤™;²>oDl¾!Rvª¸[z ‰'Â6ëI:^#üŽÃj‹Í¬}TøaÂdàÎ7ú³ð& ø4ØÚª½Ïpí~¦˜ÞÓúѵ£#X¤­DïõQ?[½b}®“ܰƒg†‚vµˆT:WyJˆ0I;Xp¢m”A­ýÕƒu·]É—ÞÂè¾ÓÄQκöJfüû!ÌCq´F—aå1#lú²ð-€KЇ;w o8êýýÀƒ0}y&Sd²1NÈ…¦ÜzïÏ/«ãCS‰˜¡<×öÓ–öØhÒGŠ6¢+vgâª4=¡_¾vÃ{D_9†â+sª›œ:í^¤Â¶®ß™ Š`‘ºŠM{YI›àþ- p8ÊRˆúëЖ_H#%ð/Òÿ•;ptìßþüß­ÿ¸¾ýÍ¿ýö?ÿÇ_>ÙùíßÿÇ?þñû›ÿð·ÿí7þóïÿéùÛÿóËùÍ?üã/?ÿñOÿï—?þ¯_þÓïþáÏÿùŸþøÿ”“~ýŽÿþû?ýþ7þýï~Y§øáÃݯOðWØ‹ÿ•ÿ]7Üú2×úwæK}Áf5Ò)ÈvBÄûC^S¿òy r. - ˜g"6”+¢<±[Swl~‘Êñwôø1mBËXº 2dJ­Uu€J»µ*®©âM+|g¯ûi¹gðü”ÿ9}bö™è›stJyØš6(T[0LJx«-æ+Ívùu4”ãoE3µÁY•* 蕃·Ö|•u¶rÚ"ÉšH6AÄçO'ôÏŠvlÑ1›…c%³×.Sê³ËŠr¸f̨ð¬åµ_‘ŸÙ·o‚­"·­ P/] 8J켃VÔTw”S¾—?+O¦xëÉTv—`>p £Obdq¬Ø -™nà+àÛþÓój¾å«]¾ÄöZ‘º[NÞs,$JŒAÊMÝ ïê5~×èج=›'÷xÊðÜl¦šÀ¨N1CÄGI'Å€§øqÌð6öŸY#s‹î—ГŸ-Xg!rÕ¶þýNÑ\]¹ãcll'uL½)Ä+?û‰-®k– -–I·×åøÅ{Ü]z 7nnõƒkü §+Pcýß.|O«Î€ÙVÙ0 „ÙpȸþQ­Ð‡ -¸+g!X(y¸!ØWy9 °ÔAñJ„-Ð)ż3[´ÃÇ‚^·¤ÄʉÙùA=ÄTÔÔ'褶@ùÊkΰcæŠ(©†­Ê¦:wȇ§ó¢ :“ßlfÓ gy×&š;Ž -•-QéŸ8œÐ“ózÄ~)ªÃÇ]ý×´‰>C Çê6Eð«MÚÈ6cðóV÷„ !÷±„FZ¸`ƒÿ•¨øƒK´<Öœš®XÓls™6µ{®väJÁ\I‹ö“7•Y_ßH°½ùg¥97€žú‘ŽüÊè‚S6ªûQ+ÃGí<Óú ÃŒ#ë&|Ùü‘ã¯ÔU¼vbÀŠh5+Æu1îHâö¦ù^pÚÈ‚Scz$Q”òÜ@R@¸¬Í=ã¯wáäeŸgDÙIÕÕä×¥ƒ_掿΀#ñ‹¸6E5?`$*\`IG”bdÖÕ² ›Ñ÷ÛêÓ¢pc Œ0y}T/ü}¯Xõ1–ŽkûÀë×^¶Ç+i]±—Xfâñ.V9˜uêŸÕžŽ$(›#FWö5°1qX´ÄèÍ{£Ã…•SÐàQ 5CÄãuü@ÌqþÞX§{³Å«ím´„éãT3ÛŽ*àÌGP$´óCù,}‡lÛg:Bzà–(üÔхЭüjî=H}Öu ŒQ¤¾ )êëÛ_}H~~ž)²U‘Ïhz**O#OµDkàÙOfº¾É›iÝÛ]tÜi»·-^}}5Mƒ Êóz7ás€è¡k Î,[§j;ò[pR~’±yʲNTáØ“µáÆA²õpS¡ãw^¯×ÀŽ+÷†Ê­2¾ÎbγÒáÏz㥌÷ @xGjÁ³` 4e²¬ rV-×µû²~‰À ¾¥ˆŸ%㨠ÌÙ %DxP—B2€r6¨EU£t-voâÕIÁöZî.ºMamGýÏßÈ–]~½&ä¬|3]?b—0n5H ?ž¿ýhÚ¸”×kؾM -ƒ-¹×ßk?Ýxìç%ïá;ØÉÐ`àyƒ¶FI#f™YßÁù÷¸4¯Jqh$ôˆ>ò>¨ñò.Ö]jw^ÓëáÚæCüM™=*òIv»ëCÜUp8G¬o”ãÃó“¿þîáWûžý†¾ÕRxR¤r¦<9ž ³ÿöVƒÙÔê뵛џ3ªŠÏßP7-âyMÒÒŠ}PèVHB$v2šú",K>ªŸtÕ!¼4¾¸µžKrïzlÛtqb1'õÒ¸r|ë»j¨‚,PÅ/EÈ;…@ÀB¿qÒFIC«;± @¢è«®7ZkÓ—‚hç-ºÖè)'û¸vD¡/åÚìTR¤¼û¸3¨ -ìu‰ xÙÅ2‰‹ -LÀÖª?A<¯)!‡@ÙÚk8ø _‚µ^ŸäJl]fq ClT^39=}v*XVÕ»%âÌI‘Äá­Çµ¶,n_.«O,+C®5±$‚ºVt€R‰h6`PØ*í+üqn9ïm­½É_±ü<µçRœ"ä²2?T¤§©—]¡™ L·/¤ìĈ\.¹vÚô#FiÒÑ ÛÐ0³>Wߥ ?á%ËÁ/ØóÂxâÃö++ü ʆO¬J3èùGnaSq*!v v*ŸÈæ¦W&0¿¯Û¬ÑŠùpþ-ª†ºÜŸr&àñæÃü…“gU´âŧB £°þ®ßy¯ÀZ…½c§áÚUJN-@$ ;€ì‘‡Êl€u÷‹;Ï  -ú¸ÒZNËtìm¤×ç€Æàxc^ -Å”ãã·“>NEÇ!(eß -’-šˆÑ›å9ÚºŸg<¹íç1¸Ûä T -×–ÅUÁÞ0RËtm½E/Ùâ°¨„ø>Ã'ež=¼~™Z¿:¼!äŽOX&b£ 0@6¿2ì§ÿëj3ZžÕ;\á¦(êyìà «Ø5Z´×q[Õs8" -šLcýbF%e[A­PSǧYü\G~Gp‹A\¤ïÒå¹~”AM8 -¤–Øú€k«-x®e]¾‚@È9¯?&|òOb[@ίwB“ç ìéù›’ðù¤–Ïk3½k1ð* - …3jܾôQ©ÞõŽ»àÇÀó[+¤Ø9ðu~¼kFÕ¯Ót!'šö˜×á7Ö¦_i8å(}k/`Â;´;²UÅ€OÅ8cƒ$ÂåÔP•|™ ÍדÞ7dšAh- âwî ÉòìB"Çt†Ùó™±é‡{™añM0)\ƒÈ“Š•Ç¹eé{å&5`"×ü– ç-÷ äG‹©åk2J Hàs5ÚiÔ‘´úm Ò1Ýêmp·rM5ͰZÄs©:ºáGG–¾>-6o¯|GBo÷ -Áêã]÷–ðjFÜC¡ˆ¥ímà:R"ÎóóiÙ£Ç57Îɸ«•ø4‰À²çùû¹C“,N€îåc2·G#›X"<`ÒÞ_%|+÷“JTWâŵ]½K€{Ã%! Üç{aÿÝm‡ôмh‘eï„Ì£ Ô œ¥Ún;žýeçq¤‚P7ªò#Ú$Ÿé¹j ¨)hqæ/£BHPEeï‘ñ‰{߸µü¦Kfn¾¸ïY¿ó‹ëL³ù}àŒ‹ÜowÈøÃ`Sõ?áÀ km‹FK¯Ž²~¶Hh0ÀñyÝ ô"‘=†õÕ9nxúæòj óî d„oBâ›ý“4ÃazKLÂúk`°Ö]ûËsgÃ'],½¢„=_¿}ŠEu´óêwa¾«Éõº -¥ÚäVUëmà‡¥ôó <4;¨m»ÂPâ'áÆŠh‘B -H>Ä -àò¨†_ŸT¨O©÷ 0OYJÌJY_`W´Ìä´’ÒÃI¡)„¹ª¼Ô -’YQ9¡¸JàÕÝ74,²¬¹óJkÛý¼n «w€F½†²,¢ @9øÝ=¸tô¶3‘/ýÒufJŸù»í¿ëþ{÷·ÀU‚‚#li÷IÛ{Éü­2hOõÄ÷ìã]ûxXÙŽÛ¡|¶þLõDùkßñD«Ê€‘xß»jÑóã\w¡Î\ßU/Àmó’ùýuão´ª(n/ lOýæ¨`Xìõ=ÞJëo,¼Çð®¤#da¥Åc ¯¹.$±õ)(f4HµÐ[k)¹n»2Œx€&JÄøÌö,Jk®÷ôó÷}d]a¿®òày’ò—+Ï• -dž÷ˆ@ÊѲ•ŽŠHA³Ã[ÀNR̸§(í‘g@gO¯Â@‹0}þdH>ˆ‚GÚµëYé>×}?WœCŽútšÂlû‰Ã”æäש-…ĘÑI§ÙˆÉ_ÓéÄG¸4§ Ó†ôÓtFœÍqs'Šç,·ê¼ŽÛg–r (¬ºûYΘ6äj>Sm©?zwÇåõÛÚ*ŽL;>8U`í{°ú&mã0!'ý.³5€y¢]ì¬R”ü¼àwyœtž b—=C]ÚõH(bEÏZ2?u­+âc×òu¢ÈLMë5ù8ð¬è¡7^ÊqÊQ}Šé>«‰¨QŽlÓ® ¯y‚µ›¥gz´‡|ž¡IF¡´N·-½fY5Ö1â¸'—îU{ äºÚ–_ïÂ¥JÅSòT†”Çßò{¶ý{¾©Ï³ˆo¾ÞØ¥íuíµÙ`*zX°-¡àETÊý>á·»i«’Eõ‹£ÐA‡KÿÈSÑýuª,–˶b~Dc¾ÿ§­Eÿí8Ín5ˆø—XÉéý} ò,u˳ìÜç}z­}wÔ!ÁµSî8 &t¼ r5Œ·>e{9¬Þ¹+2½`–úpƒÀ˜'"·H¨Ä˜¥(Âq4΋ÁÛ©5b/9SMY:>ΔjÅg˜uÅDüź>ˆåŒìIà5È…m»G l­y1#ºÉìÕ»¢UÄ4ó³¤Dˆmׂ«,õÑweÝÒ -UA‚ÜXÀ x_Û3.²! kay¾ÒÛ¬Ñ61¾Ï F˜¥ÒãQ ˜qAf™uÕÊ[ß„ËüyÆow¢„Q¬>•Ÿg­lÃ>ÐO•ˆ*Önûzýx€GÏ+Š/”-¾áêv×ïä²–¬‡£¸ð—l÷ûŒ×"@õ¿#•Cߎ; i¦B½EmоC³kÃn£\iAÛÈ[P‹ë-)TqW§†Ý \pÔèn¦Rf>¬îì±7¡êJ 94îŠÀÖ 3ûvM¿PË‘Š_©RñèžÈÈNFnÒä*«¨{Í;š„à@)~Â×ÎÛü¸" ‚JÊPÑŠ<â½¢€2: -*®5\\ÑàbvIZ],}öN?§FXÝ#Èzn±²HTlé éòv‹-àQ(Œ3 š¿¡½V3`묤?6f@?²Ö-¾vq(@´õéMɜὡØÒ¹ý¨éò̺ÇYá9ü#Á-z‡ê‡*c,ê¸9’ò¯|¸ÑæUì²qxä.½mP•c+j²Þ: B\}ºhG>÷Ú4ŽS4÷Uå{^]ÄO~uXCZ>Þº¼ò¿Ú¼t¶×­¨’/¢ZŸµ¶Øs=FµËFWÑ&²Ñ²~»¶Ñ*Fÿ¥`Ùë(]#öP_Q -Ήê娑ÅBÝ…:f~í•мCšˆ~¶6Á¨–Þ(Ðrò˃ fuªÎë™îŒYšéÒº™ü7jE,DÈäÚçkÁc¨‡M¬Ä Å5£×ÓÖ§to$ ½Ï@–8Óùêümiü¦rFÎ$÷‡ÅQgf°jtåL s°“Z+žAicàÊŒ -vmͰ—ýœéÎÝ'MØk“Uo,zŠ$\T!ØM¨·ç5`b\JùÕÝëÁˆ4ž=¨mÅ•_? zÕè) -®ÚZ{ØéÉ(0¡Ütk'_gBA@… ÔVÙÈ}Ó }ÁÆ`Ó²[Q5Fê£PA¦ª º˜”Š3):̪jÜk•ïˆ}y÷Öséh(~*Fí¡x$ªÏ’b^Ûµ .„6¬Ä´i-¢¤½òRÀ(Û±zóˆn\Àºó‡ÏI@{ZâîbØ}G·v¨Fê<áŠÚ]yB ¼ãJ ¤j"WRÒf^ÿìvßM=ŸŠÜ{›ÔtþÈ¢$–!ßNa]EÕ4œa›ÿÚ& &¢»§ñ{^X3ï½ #´.KÉÏ‚·ªš9Š-`ŒB®Ýß+š¦™qåðG:ñ·ü9üØÕí¹.ú­Ü<»ö¶ûz\MJä ïþBÅ… ,wyÁÒîì‘òR â)É®+$¤‹, S¸á†!)pëïÒà4ësHHœ©+$TŽKØ+ÆW²’ Ç€›âÐêqî0ȽÔ@i[&+¼fh<õW#²'Äû5Ü57©fì6»)…[99kþÃbISAFɃ¯,å*BM)7óËñ 5U$Sîä¼ÜÈ´Æ0CvlýʾɆØZõ³C1+#\ŽäÍÇk=`ÐÅ=¥0y劒ú®žw‘lâFXƒ•¼JJ49 -n>Õ@€Ì(qžc“nÖq`£8Yºëæýȵ¹èW*sí¾.˜WG³|ó¨;p•ý ˆú{s<õŒ£ÈÁ÷;Ú óœ€ïˆ4ž˜ •?Íåò¯}OÐ>f7= `¨€Þ8ʰkà”•P7DO÷ÁÎ0upÉ»vʲöÜϾL -ˆë10ÌãŠÒ ZƒÏ0²h–#®¾”¾¼Ã~þof w”‰,¡LDuã»tT;[°kpB¡—dC®eI6â¶ÂÒ¸R6ꪇ¢|1AŠçfôhäzˆ^`Ëp@Uß|æ€Ä°êû¯>žºLÙmýrìE† ½ Š æ6î±è~Ý÷;{FpÀ îè<\Þt¬ÛS7PÙÝooÈb©ô¦WbȈñ~˜(ì…¤D‘J–©i¥m/,Ög°$Ü߯C= ÃaÑu½ˆ-"Ôt[D$ûéSkñÈ¿ž‘ÅÔè›ßP@ƒ~Zhf>„¡d,ú^¥ŽøT—ñ<¯`H D¯¬„Ö§_x׌"ÈzͧT—]ÙÂúR&~ 5˜˜Ôÿ 3nKÃ`-V~‰Õü™›ºÜ·åq%‰âPy²®ÇÄ>½åTÛ ŽS&ˆÈÑcWt -Òµ÷|Œ¾¹È‡cþHvPJ¯Jcýž Ü,üW+ÀëŽ:¹)*ãì»"˜…’Ú‚Õ•°–õƒz³‰QÓz<ûkÛ¤YJˆ‚ŒŠT‡ªr,œl›QÆ2ƒ’ŽAGò(¤úõXÔ’ìÖ^A¯1ž§ŠˆÃÎN©;½ëÊ ¯ÕB_æmGƒLeÙ‰>±kóxqüôd|¶h *ïg E_MpIÈ™·»B†mýµ;úkgÛ_Ccˆ#à`OÚö׃+Fyì|è!˜b<ïŽLoð.Emü!(_͇¤£âçYïÁ¬ïÔ”’0¬¡sóô’¨6¯kËQ§¬Ö¨<ÕiÜP"Rx³{Å:rY£^·a;âàßW>ÂÐm3½‡z«H%—Ü©V¤^»ê,®: 7ZåsmË±Š¶vž¬+,¤˜tIH!œÊµÊCMè#ýŠ{cþУØ0´3B4ú/…¹;V¨›ÏÝëîØœØºÞ6­÷mth:4_¨6nºØñå1?B¯Äé¡M‡V?ˆ² 0’p|Aj2\æE“Ã…6źî uns‹nO>@˜c=ÁE¢‚ A”7än\ힵȾW‹,Ç´®1íÂ+õNV÷³óЦyô«¯Nk FC. EÛÚƨyÆÍ¥ãsÛœG%\‹ã 6"ÝhwË/·Ø_3&¥wŸíeKÏö £"kÝ2SPk)¥ˆw…8¸Ù/åJ^£jÌ\Šð‘´P¡cÊ’ÃÙ¿ŸÕo†ãÌkû¸vì8·.: @57›ï¹BP¡ Fçz‹d$q }Tç‡k4z*Já˜ZW‚ÓDµ ´kí£÷C´þYíß¾#gWò÷#«u¹OŹ -„¬:öÒ˜ª°U×÷åŠzAKŠÐ‡q&–œ‡²6$eƒñÓ çÍ&aEq(ḲëÍFÀ,JG V>R²¨%¯ }@ÏÁXm‚á‰Ü ]oÕò3M¿F퉇,¼5y¢çw—²l -àFLq /I¼4uÕdþ„„äèë~G~  +²hÑAÑE -x#›> `õ8H‘•냭L[lZª?à·²º"íד7êç7EáA³\æÂFýmÇvƒ§Ø®–j8Ö¤ûúºa±ž§ý -cìBvÞyë Ë+Ó‡ÈH;EùI‚Ö&RNã{2*z†´£ ñQظw‚•Ôûy=ˆ°I¶Ï -*ùûj -džŸ@ ?Lá|XGlµI’¨„c´Ì¥væF&b' ·FFMSI½M^ß,áÿS=wÞÜäW¾!Ô&.©—ÿÊYýIÀé>ÚÉdÚék>Ξå—ì0ÔÁÃ4Ð×}õL9,}ºîøŸÊ½òúúhÒúwzÃÔëøHú1[áqÚ%Hôðí"ýÁ:Ã=%g¥z+} ܸ䓵™ÝâDï·>™„Y{ã~Þá£qÛîHõ2n~L{èË}›¢ß¡(¬ˆj>!â¾½cx i9[úQy£üM»ÕËKqºòÝ!Yí÷ˆ6rxî=Ú_,I¯ÓÁÌ-’ŽË“—7½Ò*FC% -[ç¹Ì¤5}ß:fò# ÝúRbµå ³ä÷G³ØEGë×ã& ¥- jW,ÁÄP숉³ÃPïfZ¹¼&¥}¤¼˜SÈ0MS„t&‹áï—0ö ±Mcµ*W¸—Ö<ýkÿ>¯/Éù“ØPéÐ[)}Y@OŤQGˆc)fd CÔE™ÀǽϨiFqú˜‰ùfW‰2.Lë;;ŒKQ€Øû‡ÅV¨+ %¤[ölšOÄ?î%¸÷N¬ÃèÛÃ7 ß>Œ€J}54"›¾ˆ½Á‰G3‘€mI¡ÆÇÆŒ’a'VœÂ,›ÊeÄh‚M)„> >n€)aÍ@^“hHÝT EEK•¡ôÑÓÆG¬Gu~ãÿvQeû=Ÿ0öÚšWçVBfØä86S£].¤Éå_á׿s”ÀüËí%²W¥C*ôÔĤ"¸|Fø$*Cõ§‹ùŠïÉ•”#c£DÑenòÊ—³ôƒbV݇ñסÊ0ö„v:á"¾E¨³é‡è ÍYÑj'â÷F -y¶È›„{_V¦ï3ÝKV³”ᘠ–ÔY”>9‘̓5£' Ò†Y»îÏvíÂ*†îVç­õ`Mİ–L«À<{ -­Ðê„`Ö!YŒ4UíR]+\áý>ѽMïYb[[R €¥/6¥[¨lOùz¬Ö‘"¦v)ãë\cš­[û¹ÝÚwÓY=Ní´]3V¬¥o£ëu#–ùønšýN:_GI2·2ädÃÇnJfåÈ7„èvoÏw›L¸¯Äeqv\Á˜ý§±­]è•= ,Úƒ°ÓSÚb®Hä·=CïjIËY5FÑÃÊšŽ……Ñ•K% ŽqèD·uî -q‰uItÕó3!Ãõ´œ÷„¡†oº‚£"`áß _5û8ë£{ûùvçãÜšJ;ðá¬HÜmÕ×Òƒ0w†0± NЃxŽT$U÷Ýc0ÅѹW1+×áá¡­âîš¾ŒÉ!/_×Üo¼T?plÛeå]ˆÀ€ÍtmM—*]nÏ]•NÍ Uâ꺚Õ:ç-®|æBu™1®ß‰žV4óª7¡ ³°E’ó>Žm8Ò=ÅÇVvµÀ«Q@W½`\ XÎ=À3^Xhj•JU º™D¥X2®Ü(é‘¡ÞEð‘îLˆ0,¿û=ž'XÀ!E.¼¢F j|u D€ápªleêÄ×TôëÍþP ·À=ƒÉ½ØF7<싞eÙUÒt-|6ÝEiu€xg%gœ•tu\Næ#Ùh__0~èøâ¦S¬O”3å¹cèÖv”Hª M§šÀ—.=¡kÅ~ s÷áz&¨íÈ@›À‰‰&ÕÊ‹«ÀsÄ>ÌB]knõ2¨*XôPsìN¬E⇪Eüêó¨öyÀ†üž”ûî2ßí)ü[5ÈH€û죭-ÈòÝ¢Í(añ¬p²ˆ™‡l$€L2«v}WÔ•Žl¿qR8×^«)š¥‚tO$Éä—¼vLu„cáthÑowæF‰tfX*CP2t#˃2ÿø 'eI7Úö:S6 Z³nšËµi.gè¶1‚jدfB"©væ–ÙÖn?ö‰|A§›ëQ C'm^ºdí2&D ²¢$vm¡Áât…d·±ÒÀ“ªe¿È'锢³NQMಷqBFÎxwRqã!Í™@ŒöuË]b‚?HÞl¿È -€®ÃRCm›w »h‡âpŸz¢2ÃÁí{Kçëvzí…̳f•–Ð9L4ÊGÄiJ^÷Ö\¯W@&¼žNе¢Ø›Œ×Qƒâ£B{äÜÆÍkRi»?ýáFgf„íF2êFpB}*ºl à–{HdË™Æp¤‹„@Ø|¸ô5NÜ}…68]¯¼):"áйÇhØ3;ûhƒKÂ‰«255Y&Ž;e#P^áA%æg„Yh(¯]ü>.Ñ#Áo£ëQ³÷‰'ºz}žQ(Õÿ]6§†>Š:¸ˆÒD¹7™C0×Å]÷äøÞ„B‹/5”w€¡M`Ó9N ×ëS©b(§ ò>%´ÍìÅïä%š:Cíj˜/Øêù†a¡¢ -‡ëî·hU¿ÇšÊe¥3ä!±¯±ýóI»añÀW8ã3”þ6wd½"×ÁZ™ ‚Ôô™žû‚qoZ@ƈhýòVcãøq¦ö ;‘[.lhò`¤p'ýÇ-uÔàjÀÈQt5¡@Ï{d†ªŸ, -óø°÷Ð.q„Ü¢V!8Z zkß=µÕ#º:*Ú8Ü#¸„™Ö1Q™éÇM¿EÅ€Î-´®›"Ÿ€ô¸¦9nÑ)ýB‰^ô'ùï×™Ä3ÐbQv«QvC‡b»Þâizwk5#íp—ü°'Wà ²éç}ɇíÚCª‘‰ÒÞªæ¶ëVís†5 µ¦©Á•Å.ÚFØñ#³]#?Y*ÂG\cÞà!y8ÀCÊo «‘Ý·.¡Øª“RŽ0Æz˦€ãñ=F=Bf¬<·Ü‹ }ìÐ -k ¦Ô­³±â>ÖǧŽñ+ež’Éó4 ¸ª{TšµSHÆ~¼ï­E†åCÏ™ÒS¾m¿s“EÛ ‰Jó°Ncf`ðŽš16•A7Ý)ãóuxEd•rkqóŽ`ûZGÁ‡2ÃìŒJ‚:âýY=Ö/W÷™ò ¦Èõ•ÌÞüîL¶¬×¬¤ÌÚb1]@ó5ï>ñs½t²É„™OVš:ºß×êwŸ‚«JÑ {r÷Òµ£ƒÖüj†f¨Ε‡PÊ+bBRA¹pÏ"ÁÊQóëOU!RÏX]d§‰epÓÓKéhH3kzõ8Þ‡;¶¶ ¬Ê‘È…}¬Ðå®öºó5j©íóÈ™JÝ~w¯+j¾È w–KÕ½1å# ÌÃÊ,% ðü¸´”‡Ö“Zª¬ -~äÁ¼¬PÝ‚øñõcˆNA;`º¦ ž-ÍÜw}ˬ»»ñøÝé*'59¢]¹À"bûˆè e…Œõ.~N—ÙéþD9áÜMüŸm‹í˨é3ý?j jEÞÁýXÌä×%€Ò1ÙÒ0øÜÿ5Ûëÿî/Z°ü+ôW¼MòÏ^&B›‹20×ÃÜ^(㌻9G`›y ×,;Co³/[Å:ãXˆ9î–GX5ƒàJÜÞB¥v´.BŒ(HáY^ ïEYs˜‡Ý -±ðpòÕWj‹MÐT¬ -·j4u Äe -´¢ ã¯â;d/­w@hý®å¹(7ãz‡NõÒºù0)¨bbh[ôÌá®d>—|}¬ž:æÜªÙkmžjÄ! -jƒ@=в18÷LÍz…*4yævcÍ[’y $ãYFš,š5{õ Iö%› =M&c[O¼ŠÓ=-CWÎtÖ^tjhv§Ý Àc¥ºk‹ÒÐÌ_‡U°Gûø‡•1‘ã©„>,Wðÿ2N`{¯ÏÈëÔ: }«¡Û¶!JÀC>¶éÇ6÷Ñ-‡­ú¦HñršæÑ_h)šC®«Š2Jƒ-O7,>׿†Åëa_XÇÔ"Fƒ«[êkÀÃ)Ÿ;=QÆø,ÖžÖ-RõƒóúEøm …ïëáÞÏlJ1­£•›­ÀMÜ -+(ç/ÔlÖš@‘çy=Ÿ­nŸÏõøÙ›}Þs†Ó‰3¢ÏèîÊoh5"1˜ŽãNÛù‘¥e BÝ[ŸÈ1ûÆ02o!|zð t·ñ©á5K"k28ÝÈ\`Ȳ>¬Ç® Ã'§–ø¥•Ô·0\úÌÑ¢¢#Ü=6w `yÝ%ãµÑr%ˆÞ^?>Ü*ßëv¨-b‘Nö†x•ñÓêXÙ™=+yâKVLÔî;ÍmÇ -@UÜIñ0.ª¨ë Vùyà‡ûáó`ÂBø œMíÇüøU AJL÷cGs ÓàææÒŽ³^hG=Î…Ô ½õíà}ªÀÆBðϾë‚×t0ˆ¾ƒ p0èžÒY’¬ áuíê* &ôÔŽŸiÇ€pQó/–‘šŸ”{DÙóKu%åÐõª|+ê|ì ˜­ß [ûãv©¡ÅíÕ‰Ú+fê‡+ú¶“Û"DTIsž$Ä!®¼&ÇNÅáâ­›qž»òF£)Ê)ZC°æÒUbÏ:1³ºtˆ¥-[Þ¹JE& k"l–ºO³ö?|¢qÓýcŒ¥;Û¦•œ÷®ÿQ¾ŒÌ¾¸÷wJ.´àȲ&à‰’ðŽ¢ìnÿ¶£ÆF6j eqž§ˆCð](§ãLUÁ3n^äçÔ'ÖdIé÷Æ”q”#òIMªêÖ÷{Ž’n:Žbø~ÝÉòÏ­„ŒæÒÌ{¬‘ÓÖHÏÚîĹ#“÷h~À©m/žèÎD¤@šJ†eQ†U-MÙW´¬ Ü8תƒ\Á@ùØ|`ËÑ‚o”W>¶†$šy ´ô‡¢(}(Ó¨VÇ„ÿÑÐrMä¿WÈ7”å€ý2èkuÆéôH KF ÒY˜X![q Ö+”æ>„N`5ðôóîµæ"._iJ=;ö‘»zg¥BÊÙÜ‚OcÂ|¢;®ðúÌ‚’é©Õ[ ¤9$6ö¤½º‹ø -–¤²ÜOuƒ÷Ю»“ž–}[ßïYx!Ó‚-?ÝÓìÕ}ÍûOQì¿TM-È  n‡ˆì°,ã³,@ z ”g?äh¹nŽ]Wr%+=˜yj0ìúÓËË_6FøhyEVÆÐ[ôü}‡ªÂmÙ -·£¼ôñŬ µí"*ÞÆ0[R|‚hž>sÚG³þy ½ÿø²²¯)qƒëÊ@ï[æ{ó¬Ÿ×tßÿ*œKvŒÚ¹­‰0×Bwdn² {`ïëò2[²‡èEL„gCØjïóVáVFÄ{u{?p†f´­wt•ú¸{|1騂»÷s¥¢u¹.ž®2üe~•8‰Ø?]ºWŸÑÃ&‹Ë›¦˜nÕÈ“Æã<,îØä#Ý/Ú#›V4'×Ç%išÛÉ„ú¥&ÆuJј5¥|D,PÝ)ÓlÛGJ¨ú+­†õ€–—ÚÌ ÄætEEíQoÏQ$à¯WK¡yÂà•_ -â~¡ž«õhC(t7Û"Ÿü¥)Ž*ŸÃàåu®é©Ö Ç®ÈÔïúO[ôz}´-èþ1ø ³ -#ÞÕŸ0–+DÆç}ÀïHŠ[Ï÷ÁqE:OdDG¡m¥Æ¸ã¼äî¨Í|”±¯A‹û|º•A/=Eix'!P¶ZZÓ¸ÏÏ]ÁˆzN|ŸE9)ü8êg<šú܈3}1Ø×4ùÁ#tnl”“âã˶y„]9 ëÿž[ŒL?¦¼ì.øSÝù<àU1ÍxŒœHÛÛ¦(Ðrܾ¥eg!µæ;ÜïZ²!ØK$Ž*¤l%Û- ë¶ ŒRÊ%è²ÔY÷ýÓJìmvó®ù+³¦ºÙ#ܺ$š>¯‡FêíÛ (*ÒµX’^ය{#ÌÂkûÜrW£mxPŸpöÔåêO”°¶:ÃÂNžrÔ 5¡c…•~òvRÝR±+ 8Ï&§ZÙ'èP“tR6äT‚€ütÆ+™æµè¼GÒ«ÉǸ,å\.¸Â8×Drzæ=®åŒ) ¢JÒÌâ¬ý(&ÖÓô.ÒLäÀÒž+O -«}K’³sÀ ‡C¢GžoWëp…A½G~bD ^ÖÞúÂÔ…•t„2ÖXêŠ'E•Œõ¼§Á[[¯·«zý"Hß·Y r8äôœå!Ç;Øó)]ùÚÃˬX/]O«¤ù ÅÏ*Né¹NǶմ…Dw׫ÂMÍm‚`Dï&4‰7¼½K6‰BòÛÀö4r<|À隸z횆¶'†‚¯×5¬›áËEØÒq#«mjy++ó1¢s¿îу¤úó ä2Ïú? Î;x2r–+ÎiÓ:q!2¹¾E¬!îÞ?ZAàû»ÉÛ‚À\øì¯¿O­×o7„­ª±pj©} Ó¥F -Â.æƒóá¬uÔrÈñÝå9ŒcT}LÒ+¾ŒŽªlÇvΰX½^g5÷ QË^ËK×®ð„X¾ÒðÂòÔm~3òç¶¥w½>É®z¬¥xj 5¦,5Ú_×(?­r:ëùîmç£Ög?ä2}ŽÞÞ~=<ìèê-‚]²"-áó ‡çŸ…ÿ×þXÍòÍ— I¯Ò"+ëÃXÝB©õÇz>"ÿ“ —O«naü°Fœ=¢ ¢Ù)u¾o™½÷èÏnpÌ*(¨…NK^Së(àu#BÆ¢F~¿×½Þf<ÆàÁÈlGf*`ÊB9hí -kSìýÑ;vP )Id®oM¤jÌ+4qˆÄ¼8SõÒúºê)¤*Ú6O7˜BŽ5_þFtV˜ îºm`P.ӳ5©AT§?²0àÇ|×7¼ïˆ‘¶”§²tvË|róO¯×!Z?‹ÆC Ž­«·mìC—UýÞáÈe°ÝªR¿rÛÝ[‚wP0ï‚ÍmUºÓY‚­”àãíõ;ÛÚÓØúaðQÈ¢™¤›$ZÛCÀ¡ðºÏb—Ïë¯GNNαw\o‚3aê¤ (\ôɹ S½"O\„þ)zGÙÿslåÍ0·/Œ÷4n2€~áBÏÇAÚ§¸ÉE¨wyÔöƒ?ÎK&Ñ1e‰>‚8[sÊ Hý(‡+ûp'2ÜHòÇž¶ÛÁi¨q )_¼>ò]rcÍÄ/¢¾õŠ[Ž¿ÜÐV ßc/`¥„–OcjÄ3_pÆiÆõð~¼k¶2§£Þ¯½aÌ'Õ/å¬-™š8rn!Œ–Q!ñ{ËÈ ô,f¾³Kg6Ø –+ß õBzèç,p¿ s(þeïëÎâH?AÜ%À:œàV6FÜžñtªçnÌsËŸõã]çæŽ7{¿ÁNÍúözÛL†@?ÕÈWIl‘­3¨•“ uÎÆ‹­**º};PÛ…,ÒO;7–ö(ÛšÕ $óÉ)ë€$ -.ø²f0JÜP¾=œVGž‡MDsÑ;âw°ÇÞm`¸ú b0¸¥S•HÛj~2“‚º9NOXý¦·7¥cóãàŒô]yo2`õz+÷!HM÷ùHþ3³¿óuüö H’o‘ìDÂéé ®g},×÷ñbçN»E0æZM[‰‘÷ßís±{ÚA`o#iDmׂËÂ[3ø<Àu¬!?jÞÊ»æ®ÎwÈíõ;oo–r‘Tk)èî¯02 õ5×V¿^&û“©À¦Ó5ë„?3pŸ%Ú}\Oet<±Iu»Ý‚ùÔò¢rï°jd¾"ë–°a³ä£Lö<ê_ëTHƒÝ¿J°Ž¤îúU¿«ýi  p*h½Â°G;“ûz-Cú;C#"„Àé‡r.øë©äÒâuW2«éóÓ z€öØóÍG±5zQg¼ðî³ì«RÃï7¶ÆI‰ÀUƒá’}:n+º—z‘«Ü×¥²ýÆ -è—B­lS¸–ÈL§o…_v¨Ã±UþköãeýE6Ñ¿ò`ÎDý{žÿñ;j«ßþæß~ûŸÿã/Ÿìüöïÿãÿø¿¿ýÍøÛÿö›?ÿù÷ÿô¿üíÿùå¿üæþñ—Ÿÿø§ÿ÷Ëÿ×/ÿéwÿðçÿüOü¿ÊI¿~ÇÿýŸ~ÿ›?ÿþw¿¬Süðáî×'ø+¤§ÿÊÿ®ûc}™ký;ó¥¾ A5y‹„ëüÁ¼‚Jṡ3ó‡=«Îø’½Ïbˆ,ftªVE-z¼Oà!¯M†äš²´î›¶í–¹@¡¼Kµ­$x+Â`o–sŠÁº–Ãï„Ík»@sÝÈ+ãKûµCÓÃ¥ …nå¹–kIYëKF8WÂ]þæ hkF7;Î@® NšýÎŒƒæ5Çè§3ʽBx-h7hì1Ö$xCYëO“É3y÷šÓZf° ­.8Mç!MTw_g´æ1r&Šb ÓóµH8zºøYPÙ^jåa-L Ë0ÍhளT(Ø )†»GÆÅc›ò­Sê<¥4 [Ö“.u©g%°+?<—‰^tt{[ë›м‚‚snðx…hyã¨ñ[Y«Zê+>º!áí ySÉcî¥Å—f-+h˜¬Û.œªÂ”Ökéédc«sl¬³pqf!bfáųfKzՉ޵ªñ7"¯ q9 ÞLX;í³Îê +ÃÍû:ÑZ -9ÂwÓYfkþbN¾uåçóÂßf‚¡ŸÖ -ŸÄü¹´½dà¹}}ˆ~‚Å_c%ö»'X6ꉬÇàèÑû«¤Âë¶A)ô༳Ùâܯ{ÔÞ|×·Nîòý -0t²(™¢XQÙmI4W¤zî‹åŒ!X¸çqþbV‹%Öú 0› -R‡–ÚùÜåå -+ÿÍ2D… -ÀïÚA¸ó6#ß„>àº0¨úØ¿šËGr­\ãô -ZA]Û>}Ó5ѵÉ1h‘qïøÆ@F;žkÆ,ú“ËÌå$‘ §T¯šÃ¬ïå„âEYÖ™~ŒVù¡Ó»ïÌÀxþÜ»±:Ì‚AÄ 0EÔ.F>fƒöïAõQ‹2‡Ð^qåîDê´ûÛZž—RYLª`ª×å8RVôÑEÅÓŠòåuBÇ¥°BFó1Ðc&¼nàò(w¿‘úÂ&È<>¿P]7"kÈú9™qÅE œ0ÚÙª¨HBïùm<78æÂ£¬ÙïûAh§­Ÿ -Ï}*Òã“EjàûŒ¯îÜ·Y´Ÿuß7÷…›”ŽRK&ìí Þ‹õîijpµ¬( dÆÚ3¶Wi¥­K>ÒÕ$$;«rE·Šý½]ˆKvSíã9ˆðã ®×9M£ÊH¼çÍ@NÏX0;Ci©B5†Û¶é|†“l…3é “òÒ‰Ø×BÑáyÖÊ<œ%Ófmf¬›ŒEûMgЪgÆ5»3¸×™qdðLî ”V7o BÙã}GjPô¥_Ëc‰žˆ7Â)é˜nˆG4KMò°n4\¼Þ<Á$àÆ³˜Œï«·7eq(Îqñ”#6—ç»®BB–s²IÈröœm;œUÏí*}&°Ñ֎Ї>3øŽÌÀU(á áÓ¨ Žþå0ì ˜Cik´Æè|½®5U|jÚ+ï…ƒ‘¨ Å$b™H2ï¨7‚Œ_ûñ¤MÝn-@ÛŸÐw|¬.SXx¦ÃûiïD¾dF“Þj!šM¤AͼiÂÑ¡}Ó3ÃBâšÑÅ ™¡™3}ë>»ç.¾µ©ªmËB—ÎY&ókýüoÌ('*9ë’ƒœsM;fÐðgêX<ÒíôLdÏ(ô<6–ë1üIòÁúÍe†pá$µ"DÒr‘Ðlf.oª»ÐœÖ Âȼ#=X³yL—íu“lðwÓFí2ÜÑ·Žbôý†4Oçs®E2 ;±^¸¬à´žÙµ«ýi·3Ÿ[™1ié©­*Hì®§üR;ûâš1q”f‚»U¡;8›ñlôg¨Á¶³î×Y(2g]O¾Ú‘6e}^eýøÎ˜¸œÁÆ ”,˜±>źÂìò¬§œÜ_¨{žÚñz4Ô×£#r‚ÊjŠªL”2`0±"J&@Ì®“n#yé%í¦jTòž&fÃðÇÍZÏÓò¥ —o=!°ëVØ÷’æ 7OÉž•ŠˆŒ_ÌѨYyàhO¾û6‹´T_=dÏȧO~£cªš- ö±¤'ŒÝžgëÃ:-Mß·ùN8σ{ž‡L¨/ŽÃ©ݶ«hÁ‰ÚžJ`Hsàfý6ãDéè©@¼ vy^jhDÈ&í”s“‰Q×X7ûšA•«“=£u6w.þ•JmN€Ä u4J¯ÌRt=Å(Ášª‡¡~æûø þìQöÅÄôeôc»£•©¾NÔWÂC2Oší,[¾X G”Çš>µ h}5Õm©NÌ•LhÈ[bÙоºvDå¾ Kx夬\‘Dhx驜 Ë×í¦UçØô@Ì5é§½Í(šTð{b€ýœémÖ‚RcõÜ×Õ.I™ú¥Ø’¢ÞéÔAS¼®do3RM¡×œ”T1’·ã²êS“äNŸ‘u_7÷ úf!UFcwO¿˜j ´„‘†×¢¨|¡‚ú{÷Ñ áqÝæà-­líDv1Ÿ±bk„qç.àË*nÖ‡¨޳ï‚uÛXÐðt‘:Ñóùê>©´™‰[×ÊEp¢Q¯?RGô<ÛkCrþ4©fÕ K –ž•è×hðhHcæV‘æ8"Öš€b¼ŠÎ”ÝHJÁÛù­m‘€âÝ‚åÌ¢¤±f5‹SÀ.ÙïQ›#j>X’!ÒÝDöÙÖÄ -?PcÁáäÆuxE:Úâ– ‡X;Æu<¿¾+c8 š´³bÎ[Vè·Ö9f¬d}åõæâípí…¯LËòÌÀø’^g€mÌÛHbfMê“M™¥C/éqVŽ]=Îd{¨’ó•kkw°]–|o+\ŠÝÖí)"˜)rJ¿ÅœüÞ;®îpì E²Ý,@íMÅûÛ_œžÔ¤ÇN@sûN_Ͷ]ÈËó„½IŒÕiý t¥Àwûê0‚ŠLé -£~2¸¨ßݾ©lÇÀèý[Wšg-•kKèb-ïGÿŸ“XŸ˜4Ó'ëñÔ`Ò… -„¹0´jz±G½Øíƒgp͸’°¨‰ú|È{`¨ûãCs%c’}}!Œ§³PωOZ3á¤xGŠªÅ4µ9>lƒ(½>ìqìp/ºcò¬÷™  Ü|œLjë¬ U¿…?º 2pì‚o/®m­NX ½¬kŽÆ¦¡—hR…%3=„+¨¿nòØL7Ÿ¹š§ä2/…ç{ÑÁ‰ðÈcºaƒ÷ÜhÁ†»Æ|¨„•.¼¥ D´fKlÉz­œk@˜^ÀäeRó ˆÚ#Ú;‹^ä­ö££ÄL¥4îØŸ ˱£"ï¹ÙÃlîˆû=а½ØhQ^:ãDôÜb¶-€9â»ZôÛcOGjU˜¸ûÂï¡È‰q‹fš-¹ÿ3Ô_¯âÇÁ¾}Vê¾±TJÁHñ8|+€œé⯈^í¯Žë˜O -’›,½Ÿgxó*¦À Î/ŽƒV ²…,|ÀÖ“ ˆl ð}ÖÝ6è"’ ˆgˆLäÞ>=¼½ÑÆ¥« UCrªI° 沚JÖG׌‰É -Çæâ«­LŠKt^¾˜áWÁÀó…A -wÎÛqÀôå7gM]·Öh¤µW{¡ï3ê–X^¡ÏÑÇÇÝõã,~ ³µèu¦ -—`m±Ô_0\QïYýϵ@jææ×Y7»ñ˧ žç°¸R¬à¿: -øOG¨Åª’PXñ%êïòj“ Bݲ‹ú ¶/f<· ÇÜv_rU…²ësAô÷—51úÉl®~8!¾x@œ³\…Ög¶6G Œ;·‰ž_ämVÁˆ"‡F[™¿€Ѻuµ]ï‘H£†$l.ÃI¦õ>áyD)#¾ RÈÅŠB.ì?Aÿâe²,•À×ÞßêSý< Eyôûrñ–CÛÇ€ìØŒ~Rr¶‡‰£Ô7%ÿ«hôiF®“&çl+zëý‹ãTý…X½K×AɈ¬ïˆŒëTï䮨aobBWΜòBjw8hê8v-¾‹”bΰÄ0Ž¿¢š§3LÏá›p êm‚=_» -·ÇÑF”µ8k>Õrk“¼iš8"½ÎG¹&À­yôvý(V°~µ¬Eª¦óC 3ˆ7w¯;ÁAZÑž…2ø¿È㯽‹2q8ß²eM›?Ä+Àü¾zû½™•v“êQ=Ÿ^wŒ±÷ç¨ßKB:é+Rý4«m8dœ#±“urV -.¹Â‡)¤Ý~è&VÜ~×y…°„5øYž]¸=ñ™xË,"”5 ÉPC˜ÍŒ¦­…~ìÕF9 6æ JÑg¯¯dù/Ú-ÉCJ1® Šœ;>‚4Ó9R!BÛ¤ÌçGáj”M*œ[È…¥¾D Í-s%?ÿUÑ–žÜÉâÀÊbf`®×BæóÅ $ʨS QvÏ'¬|›uÆ·¥¯P¥_ÉÁÎ: 6”휺»¼Ï¢üΣ4ñ$gÁ°†NóÕ¾šñÅö÷> ž†(R"e$ûmé}^°GdÉV3 ¹Lëë°4TæaB{±§iñœHZ$h探>@~¸ñM˜³£uÖ œ M«EqUïq}#ÄZ©Nœ Œ7—M£{cõà%))·H°Ò³7;Æ“…CÛ½gàŸ-"Y©¼_åc°Å,i®µÀ2t6ƒi(ØÉŽ@‰ï¤¬p*Šü*1ÈÎÅ ‚j‚`>c&–ʘAý¹>KúÆ´gFË .‹¨^F‰¯a`’f œÀðƆ~ç0þŽ„„Îð†YOÚZÏ3ƒÖÑM–D©¹–¦ -å©ìM>À ²æî¬À™ÏµLŽöÝ+2/&p]d¢1«å¾±| !†t<Lgý)Ø”z\à߉!nâ9@'8ð4$Q=n¿TÕÅÐÛ8ݱc·ã”G0{F*Kfôw¥ü‰¨/ÖÖ¬ŽÎ¢8¬gXõ(A…{‹ó:bjµît:ÃÕ‚n€…É:cÙ‡$ ŸçDôƒ²Øxœßôý]·erµŒ«V »SÏcã~BŠÞ²Ë´ë=ç#uM³dϨ.òÃ’ðh÷Ùh*ù뫈$ê©:6 ´lj<ŽXeù~•º÷¹Ÿ5"Ÿ[å+FC<·¤0Ìäú °^ΣVq`¤8ý>cFitÁÃ6zŸ%¥y-+¿*ú³Ï ò\«¡Vs‹¯ ÷ š´6¯¨JÚÐÀ¥´V÷ VÛîRҠ؃¶>Ç/kƒ; Hè{v6Îà_‚Žq1d hÚê} ¦µ›¯×Fp²EïÀŸYö׬Ï}Nô1˜Qi‡ñaôA>vᵸßUg¬•²öÚÓ¯C9Ô5c@BxÎÔmÓJ¼mû󜾬e]:¡ÑN–Œ•Xp@¬t¡Åw?U„K`P¢ø]V‰b!Bò°,`^Õ ƒ»r]Äž.h!%_1ݺ;‰(©æ ^{;ãÖ5„]Yb˜féÙ”Yµ8kz¦;µOÈ笆føº@Ì qüÖú|ÌšÁ‚’Ïà£t¥"=“¨3ÉNô½Åà -rç­Ÿ×Y}¢:ÊýÖîT·øŒWÍñóV~Ý×O`œ8]ïjŽYIÓ§šGl&ÎÜ *™s|5ë. -ôãÁھ͊@Çõüœù±ou;L©‹bö&KÅtQwMwXÛ×_çßf¤Zˆyœ£§Øûq.ŒÉ-¨·Tê0!ÃÐ0âj_̸¶ìÿÚ=Ù\÷™>Ï#E¥‚ñ‚*‡§MS!º£Ø¬7„=”vìUàÓŒüìÔcI¹P½ã«ãp÷L žg÷âÏ`k Óy}Ÿ€BNÕ>Lÿ‰×ýõìkÆŸ§ŠuY‡¹’!¬§8U« ºEG\mËPck ÕýÂŒK§C¸EêˆtˆgƒF° ÖhÍÀ[.34  ñìxóîó•óˆ/å}^¯ó$ª*€äÓ¸ë¡ÁM È pQ‡¥žzUè™3g²T8žP‚—¾BfHØxÎd¡L•¶h‘+ÔT¸dSØå9>Ë…~ÇÁs¼W0:Ø£?ÏÈ"ó9ä{;!¥÷IÕŸVVB´ÜC×û}†wALäØ*ö™>Ï"ßDg¦Ð¸éûý‰­îm6·v6¬Gí£­ëOø‹ßÖù>ã·Tg£fPŸ¤ÿv Wlæ@¯3¤ù{[éu)œÉî‰^Qì@ü;dà;ccÆÚ†pÙlâQ’mD]Ájãå©¥cA-½}1aôhD¢}46_þm½vÜ'f:2 @ÕèsvÚÄ5#¢Ð‚E‰ŒÈÇ0–YÓga¥Iȸ8 ä®%cÂõÑÏã\k‘¨™!µ-©™€âŒe°3\ãp6¸ëÇ™²ó"áÕ2ë&-.Ê·ÇáaaÆE¹ D®Øù5ÃÌ3‘—óY0xpÆŒrðñ¸¬k|Ǥ:Ž¡Äuªu9Ä?pçØ X·Ú‰T,04ÍíVNHsÿ‹eF‘¨py¾ÒÛ,èŒ`j$M×^~ä‰*îà‰¹[Á7Uyª (îϿݲþ&SçWï.öž4·ÀØMܳ tÅ÷+dÙuÐ/ÆÎ`yqù -†0ˆ -Ø}e®¿±ä<Ó߀Ke9d°>Ox-+_н ËðvhióÌg£øf™iœBÚľ“°øõθ«å>Myo£;é -,ôŒÑ=ö¼f„Ìè©®%@,ì¶1&Oó.çD†FЮœ ]5fHk~Δõzwç Zt<]ÝøRRqeˆø† ®½"”*y>È@0E€žÁFY·þl 3ûÅ8®1‚nGÉì‡= À(!“ôžßg Pêe¹R^Ï™>Ï:AX€C^ËŠpëV“EÀ¤…h^†Þœ¤¸àNð#z›‘» Ç6Ò‰2vÿù8§ºoÞKë[7Áü”ÍFØ3¨õðÉk€l<°Ûv¢M·@˜__ë(Û±¹ +ýÇY®r¼S‹8ål  Wø‘•Ô¨É\!ÂŒ]ÍâÝÆ`ˆ¿ptá¾ß -¼D­M±Û9L.:þßëû±C¬d;ãK²p¼MˆJ¼c¦ö·IUÁÌõ€øY”€éž÷W®É‘-yXÞg•M‡hC¹†""heDÂcgµžW~ir=Â\fœ/džU3ÒtM2(ófij‘¹æ@mÙ‚ŒyY#RQC2HigŒük¾N4¼+ ÛÃ+àÇšR‹nÅ,ü(„vRÄf†ÔQéã^iðØdÅ5c>õWª„txJÍçÑ¡rE­˜æKßåÂZ2|\_ë¢ ðÅŒCœÃúãàÝ*šÜPq!Èõ6ò«×s]Z¢ÁõHZõûâÝ—lA>‚p«S’J‘b¸i¡6ûý¢ùí&Ä‘‡lØ7* 4vµÏ³þn ˆk“l ö„ת•×Mf*c0]Yð&¡ËsæWûjF D ”ö$Go³Ð]V•û ÓX™Ä*‘FŠìKªéVÂÐoXAcûûŒ' ƒ»GFÅì‹ãÌÍ6]÷c Ç -E©dÙùŌϛnÂÖϳA‘®à4îk¼oýŽBD0_;°N ²=I0C»[m¼«58“aGãvE¦FˆDiUEB¬êzLí#Ó¢ó¨ûoú^!Ž^+ ØJ”HŒ u~sy|Ðp~p€ÂÂíí$wXÇk -8¶ѯ›ûïwW›,‡®6B9kx*CcŰk›ëÐÂêX@¤à‡/Yt-˽â'Þ‹î‘ÌÚO3Òci©{àK0-Ž|>ζ>#T†¨oœ®A$*›Íßg°»Òº½°iôï“tXßDáXè0Ø!ÝAÏ"=ÀG›\­¨\Ñk¸©j™K®jÎG”Dô”}Btu!jñÊ"îľ"ªà1ÿ:"ðÁÊág²Ÿ×à«+*‹Ohƒò€FΖ}3Ÿ6ThýK-ÝYZÑÍ0Eâ8…– !3$"#3KÌÁ y ƒ‡“J#3¹Ô°w56ÞeÅoeøTmž›MåJ -‡å@ŠðèV^ìcqnJú8®_’Û\äLÃq=˜’ò¯€vg–+ÛJ -®Ì¼fœsæ¶U“¼”¢33 -áÌZÕvæZ®d®ÇÇ™¤b­Y]Ü*³ÂCtž=8k´èZœP´Ñîö¼ö‹ya,u”Ä–=\Op Wx&kKkØ©šÁ¥8µRٽȦ"#á×ZÅÐ@ž›þøÜ£à ÊÃëÂËà‡ƒ.£!†€Z‰+1>&=P¥ëóTc6µ‚z!²&Ì¢ºéÛa ñv??zá`ð[XŸö1$|näôN‡ã£É,.öAƒ·´Ø&“4ÇK±Î¬­Š3€)5m|öͺâֳ˚MHFá ¤ka ¨JÅ o ßZïa%HS™¸ 75 -.T9ý2X„•뉾ŽôÌǺüÎí?·|±|pî¯ð¦TdmÄ¡ìPM”$(`0ÎwîU€°mK«£Á,6Q¾B½¶W¼D˜óiÇT¨G#tá¼Hσ¯G(]skŒTŽðùb†jÕkF#ó÷¢¾§áÄÚ`³5 &RSB_»Èqmè^jÇ[ mcD袜 -ü è¡¢ýkꚸû@G²V¥jIá.ÆøÔé6M“ÝO sx•60þÑÞTçã >XòNWù³EP÷é8<§Ÿ´2¶t®FUØH^FÔâ£!ÜÍ~*&© ´ ˆ4(¥VwjÊ‚†ÒäŽahäÁÔcÎe ¤ X{D½š—&ÅÏµç •bœš‚<½F -m„<˜R±¶ý)Q -xÌ}ljÞJöñŽÌ¢4q’øÐÕTž•0”ÌÊ\š‹·>0e(g¼a‘"ƒ0©>¦¹^˜`´¡Ä é³›ö²à‘öö’ḙ̂ÃÜû+Ñð÷ðD'ÎW=ÕæØô™œ°Û$ ßé@Œ_°ÅRÎ>^¡ÑÉÍ*ÀF¢è²Ñð‚ó­ºra™Ð¤ …›ãŠ$˜M@K¦ªætäÐ…Êì²ØuÝAb­ &ö4 »­1?±‡=Up+Á`žvvîYõc@.r§ !S)• Q^nsûWGTŽh X¤Ô^ž~ìÚ 7Q½R›¶Ê¶vãj• $QÑÁÇJ™BG¬+@Z‡í·bØ0¹¥´nÍãî‚:”r8ßdë$õÜ6½£ - ÎÌ:ßm ˆKÜ›óúû2´FñàTÚ-úžPo ä\G”¡ˆ - ôrЉ„‹98} ­¢*‹·sD£æ¦M4;9(%EÊ)n™Ôý­WÆ%CKá}%©eÑGôö”AÀ7éú¢ëÜ.¸ëiß%['ÑOFÜ‹EBÁNv>Ü̹§Ž(y¦Œ©ƒf]=R=÷Þ™ñGô–Yƒ[9X¶õZîõ f:1húqfƉ‡&å¥!NëŽiqþýpÊa®Öiýú´QnÂgWÅsÑ;bÀêcòÕþz¼ókf>düþ~kŸÇv€wIFŠèZÑŒÑöd¬î\ZêÂú~j1¯­}çÉ÷vq?´’^ ¡™1¼odùˆ²†:õxÉOÞ?©®Añ™B -³ÂNÀ»ÍšÀ½å-×^‹wcQ÷“¸•Š‹6÷…x4•ºL½]åà™/¨È¸1+¨ByÉå&ä|gÜBzÁÌ|Áõ‰(vÞÖLÁFíŒ©Š„M-Ï„Ó xMüC³mgrÖõ©B*¥CßðKô|%¥^O‹»€êêT»XCìÖ+zs+¦s)Ø/‘ìêiôƒÐ@ˆ•ÚÒqtè…+D™6µ ðî!ð$ŒÓÎÓ<ö2w„›&QQR”â¾…#f†ØvjìŒÌ0påvç»2ÊŒö@"‘¾Õ¹®ÎâfÖ>Œš·°äý9åë3µpfDC©è‚äŒâï¶ò0ÎÈ~!„<:ÉâÖÞ…Ö4‘¶¦µªzmÞÛ"EEÎÂà\@=Fzqƒ:Ðn¯¯h$,¢§¶ÅþåÀ•ÂF «ØŸTüñ̹mp˜)k"Ç"j²Òwåþ|ˆ{íj[¾ürICš›LPX£…n®U@Îî½™¦Ñâ!>±+ÇE[]ªAãruë0YÖ×m˜È8Üf+o"7¯{l¢³¤:o-[;,K6gDÿéæiþÕÄæé<5º^:@iS*—"_ÊPT ìI­šzÿ©å¸¦’ÏLÏ年ê.иΨcÞr)Ez#àXÔÄtñTx­Ö9^wú´¸ö·oO:*/E‘°{kG 8¯[.Tb¬ÊF=B@ø°ú¤’Áº¨ÁJ°jÚ¶Å¿ò‘<»¤ð ûÀok;¡r}6R¡=Ô-Y@¥ñ Êüµ‡›$XÞÅŒÙZ¿Ê CCàÓ„¾é4{ÁùÃx€žeë=·"gÈÔ÷Ý<¨DmÔfÝzÞDùœ‰üûÑŸ+#î@ÂÑG>*X¸‘QÁ"*¬¬àØ–ÁS¿ªV@kF®üÄJ6 f—^“ðª·Û‹³êRàAõ§ˆè£nÜ¡‰ÔGv€DÜF€¾èè¤LgÐmðLtq˜= ð3»ÉÆ,z[̺ԯâÑsë<§M×ÄQÔ+*cR–†Ž´…±ûÞ_EaŒ'ýGx> -àxÍ\û†5hBY†$óÓVeŒ+rƒˆò -ˆrzT*—I¹p¾=îÓ¢vn3AÒ%á.é'k“îN×ÀÛºâÅ–™ôlÈ2\ 8õÚ»ÝõËX'ú%³ög/¡÷åqB B;*¶€k§&¯Ž³ä§«µBxhªì‚éÊ╽û}\–!ìJò4·{‰U¾Ìlp§¡ÚÃÆb”o“ÚÒráˆFÎÚ·º•‡c.0ÜТ…Lª¦å›ó -M{-›–"êL±Êbâž½JÖˆ®£ÑV¯›4j§¶sŸ°¢Êvá=ü68t£;ë¡Ñ¤ýÚã² -Iyž®Bù„’Õ’Ãú‰Å5'†¿wˆ»åí 7 [!€x¥Ôô;?$/нkIÑÛæçuÄY–1Çd©.t“[Ÿ‰-Ö¶±îâK­+õâ*ÚyWªldÃ܆Ôîüvñ*é#5Mûq–ð莜SµJ¾ÏDàƒH›€"®ì|Ää'ЯiÁP2YdQ];éBS|]ÓÞåB <b‡V"[˜h;Ïm»E±W¢z()Ð2{:/¼E3Eúa5i`ÍuË;Áð¯õæ ~˜e4Fþ  ¤ JÈ&~[T`êVî…: ú’„éçx¨àØj˜/×P¨æ ð¢>1þ?kï¶k½’žç]ïa:>PX;Vñ0Y -ä$ñ‘`È -` ² G»O=Ï[œÿê9¦ÔÐ$tÿã›$Ç YõmÞM -Úû|`QÞI‘&ö$Ibš|—áø »}|Ìf™ˆ3W¥¡¬´8¦¯,vÆà <@š#ß1áäË’]5Ìñawá`ã—¼03|-7Jˆ´YJTªùÀo6µ.ßoù¾èK?x¯ðz¬B˜ƒM Àœ%ãïeä^#‚çáÏ‘€jµŸ…¦©áùÛ¸J4|&³#òg|»œÞ8[¶x¾íÏ-{³OÜÐQn÷OÀQh¦°Ûî›ÕE=”ÑÉŠiÛÈTú“ÑõõjdñPñßoŽŠ?«<¦6€Î ËCÜDÒž yãœHÌ˃bN÷&`[ÇR‚(Gé;ª87ŠQ:ý4艰že×,ÀDøÏŠ0à7ZN? ÀhoSù¬‰¸¯†½9 ‘ò¯¼É`<ëxÏ#G×mdè^RJ`Z#>Å>U!Yf¼×ß|“(¥l¤@ómѲišƒÌÒÐxºj w;»cDшÙ-dÂóïÃüûKäÃËö5¹(”$÷ÍšçF¼Âþù4КÇ1sG\@u@}Šˆy®ÿ¼ÑCbŠƒZzݱ’ ÷ÑV¹ßéèV- xûÔ)-UwÐ×-… ûÙ”§l³ùæ  û!µÐöÓ\™·T]ÇE+H_“'h>|¦$Ìu¨]Cù¤cMçÑ#DÀ²"C?í¨çqû®wÀÛŸ3…Ú˜L‰ï "}º}kÅ„<°ƒìj¢pÛ™Ù¯Þõ®}Ì ÄY0ÌáöÝýÈœàÓÀwZ#sç©|a5SP{p/RIâ>tv\èUí;Ñàjåº^‹ÒNáãóu%uÊ JcšÅdÃzðù¤Áé±ðQ’«UWƒÉ­âØ:N{•©ðýÞ¥;y=œgÞ½ -ÿMK@ÜGç+àqkÏ@Gß㪊*DXš- O„D¿¶‹ý¡ a»ÆŽƒzn2=O¥cŒè~ An¿(¬Â?U 00ëí»Ì“D0†R(à÷¡€“/MVœjĈ\gö8 -œR˜YçLHUÿœ©DÅ™^JD2Q¥¼€è‹z§r†¿ ¢Ïa’*I`n,^Ê¢.8ëœÞˆp}ÉoÌ£Ó‹¨sÏÏŒȼÎ/ƒ/Mwyoç0CP.oå-à$ž<Àn#û³ª‚= à},”=]y©Uû+D½Äeîoù;BÓ{Q !á¤õÒ<Ù³À5L€Ð–ô1ÜQ©zÜÀE±@„6Y–(L£þ‚5]•÷8 7XY𠲞ü®_™þjv¤‘F\GXƒ6ww8Ñ -J/ðxíˆô˜·?è@d¯·ŒA êRþð×–¾N7R$šb -2â·®V¶]1Dú¼,»jì+/÷é·P%Þ_x. §*MÕ¨Ô&œ‘Ô­ƒ®ª%˜ÙòƒÑDŸ¹r¦CâÕ_g -£ ¡oFÙ–ºx–Úo!O=F¿+ -P  ¶ìZ@îˆ *fÍõô••3¾ }[„#Fä×TLáLEGTªêÈ£WlM½‹áÂ"áø5Ü—N5Ï ©à™«ˆø–‹»OŽR·ªqKàðËà‚i3»cîµ–UoÀû ´>m=¤ÑùGòh ÉœÙ÷=%…‘ ´>¾ù¥NXc•p-´çŠ ü^™aƒÈ5 Ó½3ØÆ’’9½º”# â©,ïø9—€èñ{!T›AmjcÓí‚@ -RTÚȾQ@ÝØû5Kƒ+="ÈyAÆa -…n¤vô^_вгE!²®~U‰8{$.¬=Gÿ‚q4ú5jèr#wÀ´ñB­Å†]`ûá@yå‚kzN„ëQú©ÁvNÄ•ÃØÿnàÚßæDJ7€úìíw¼íœg±LÌÁ³%CåA’8"ª,/J–¤÷IÅ÷å!ßõ¡li'÷0e0·màõç‹Ny 8פ Ê{6ÀºFFÌg2·…\¾#%‚sX{—Õ>]=¿ÎäwÚgŠ÷ç“FâNvâd ´Z0®ôAb±«òò=fÓ»}EûA)ø÷ßÏó®ÇiHN¹¶N•¡ÕãƒHq§àP—êù¨©t¹‹„úK§ÕãT }Ÿûå 8t½QG‡ä_È\*¹È‚»íÀï-JIñ f.ˆø[`Àz" ·ÐRxoÊŒ,â¾êbãp¸è1©7× ]j¬x€Å“IÕÚyÞ>ÆV4„e+€ÛG}e%Ð Vû~ŸŸç ï.OêZÞÑqTõ1Ý> z_˜Tª;ÉgIsÂsôfø*åÇRãÕ"$Zù–’ðÆë_Hטňsâý•ù•‰€üKÄõºÐ!\Jù¾‰~§…7XÐu.w D Ý^#Ñ!–fGP^Açåk± ášäÛ4q•)wOœ¾fdû·?H°•&¥ ;ze|•èc¿«äÜ—ÓnËï+Ñ£ †Œ8(£"Ðܰ,H Ð ÆLª×.ÓkëJ§ø½ò§ýøIìä!½!Ôúo‰ò@à}R.»SŒy¯)î‚o–m±‰sBFTr0Š~?Û"è3±%_2¸þúß„ §6û]µz0HWøz‰Ùw5Œ¼l9`gÃ$¦RÁ͸:(J‡a•Èbhg°_%Àc‡o<ÓØÿa€èf…YNƒ¶¼ë³‰×ÜMqSu½‘ó€)Ü(w£]v2­ù¶ î¡Yæ~kè”dX¦N<]ð5ÎsÁÍÐYeE´™Z\bÇYÏ”¿¡\IC-²Pµ¼¿éWÌ ï¤éb zU¹7¨ðkS&ïšø:"v2q•\:!<§èUJF𓪓4øÖý-j¢‘ðîá”MªpG{%½ØÎœŒN›+`¡ØÞì+FÉ<™Ì…_–£m Æ`×åŒ×Eþ¾fJH…è#÷ÂÉJ°çÿá¿rnwv~†~~Uþ8•©xb€=¼€„¤Ò{²JLa'jcGí÷ŽððHËrÄSÂCô(ýfj\âeûžÈ‰FT³‰c=.ð¨…èJ“Q³˜z`/…3íͧÇÙCQ¶IþÖsŒøíPä¿t9^’­›TEê{a·èžÃ¢›zo™6…‰¿s^¤LªYól÷Ñ&K´¢ÜûÄæ^~Á %¯X4©°´WÆêFñÝå - …K`’ªèÁŽO ·Ÿ"9Ñpþ¼KÓ‚_¼Ãâð6è&T•Ó}>AsuaŸ+OFGp`†­« ßÞ½â!0—/GˆPò°Nì$ut5ˆ¢,¢¬6¾Ë¼q\b¯2³ ¡ÀÊŽˆó…y“>.¬i÷× "˃aæù&ûiWßPæDè†p ¶5£ÂñR²¯^ˆŠ'BeÿùÝ}Ù‚‰{§h—¶NM -·³!í=À­o'¶B„ƒeÂïßîzîÏO°Þ]¼$ÓŽc‡” -¥[>à²" !܃" -?"&v˜l¿gúEÏ„í½S!˜­Î‡FÚqg¤ a( ¶ú|Š(ÏýõÇS 2nFñþší*¬€Ü¨ñ³6¿îe †?>8Žñ¯ÎS¯í"Õân¶c:h ÷©æÏ‡˜ýb°a™+kp§r2¥´ò€èýëØDNfžË¨áí(íû8w¦ë;¢?ÇíqTÉQ0ŠçôÐ&8Á;é4|¯xMF¨È¿:É!Æ …  ??¸æAžÐ±~Q>£ê‘¢_¾Àû8ÔAÉ?äR 0Y4© Écç3$‰—ÑNÄaË ){^ítçgÔoøN×¾.$"^Àu[㇈ŸžÎϨ -FP§.¢7€!lg(Áö²AQ€§E^¡i«é/Ÿ5OŠàF²d–®› ƒÂB×ë8ø©]/Ìwï/0j¦iºŽÔÄü½Ü]@sˆT¾ÕÛ縇|Àx0ß÷UáÃ’Óû—> ¼ýaÿ•?÷û³`G¯,N¨. ‡×1H+2l™í¼²Kè8‹I¿‚ívïÎØ|!ìîþ¥g¿mú  ÎžG`W1\Vøïi¾ÿýìÜ?‡SÛº‚CÄ+Ó×iŽï"sYg" «œ -i¶6"Y©¯V Q*Å01YIi<EÄã8þö$Š„}Ñ.â·?Ÿvý‹YfƒS³‹__ôƒù¡¨–NÁ^ ¡®i’¢fïó.x RJ¤Ù¯D°öH> |ûÖdàX¹X&¸(‚]qJN ­à%=‚­Wðx(e˜[c•U–Ñ%¤§•4..2fë<çêc–#âL1r&í>ÈÖ‹zå@nöm{fLmÆ•?W(J—ѺòŽ•@%ôã.%…iÝèqé€]‘G¶€‡›‘²ÂÙò ÷Cº×8®/ìÙpùEqZ#óÉD2 ·BP X`x+s ‘÷w©¥–Ùµ`5ª¡¯ÈsÏDãWé]5×%„(,4„ó€üí¿eTõEΰ´^3Ä¥ÊiiW'ª°Ë¶㥙ˆcÆ/ˆ($ìw‘WäCÌœ`e¤^ÝÇ¥ Ç°¬Á¤Øÿ@þÀ1Õ0#X°FØ£¸÷¹ÇŸ”êÕ.-E&*¿ôÆ/¥î÷2È»†ê¢š{ç„×ûçߌßÿ‚o£´ÉߨMôp#"Ù÷­?ž÷7{X¡â)‚ "å%¨O¡J]Ÿr# -Œ®ör)ÑQ©a«Ä:€´ -˜‰ÙaÿúaŒ&¤‡­E¬’øØduzœÈ#ÉPû‰€s*W,ªô_휜¡¡J@]4Ñ×7h0ªø"…^³p u€;C[”§èû2ëH×tÑ}îÔ~¯d¼ò…ØÌ>"R=™‘BÉE»é#Š -§«üA/a…{\œľ†eÄ9 A}g¸0eºÃ„ûåp¦*‰¿àÛ[l)L÷ýD—ø¢¹0ÜGÌž7uvé1s¦ˆþ .´"Z¤¼©ûøÛäŧÂ}ðbHEÀ†›v¼Ô(¥nʸ+¬{Ši"°5K¿ nk˜Ázµ ¾Œµj–!fcâ´Ç+_ô<;z´Íº”é‚) -©yŒWv¢«Ûë# 16"à_ÈVùÚE‡ÝÜXH;1[ûѤj?Z9û«6@z«;78ÿ,òÝ>é¥)G ÝWq?Å£ uèËíµy)œýò@‡gKΈe‡9ùøñ·gò9hmí‡(u]D]Ö$ƒþ÷ ¥ãï…«åG_båè`Á†8?"3§Ž:} T1lzèÓtFýó*--4n)À“ßôH2èÅYÕDÓ––@Ò¢LÉ:4Ún„FJ:Œ_Ñ¥Êo×åzGOQå=6™ö«Í¾¢ø5|ð‘(¿'v‹ºWÔNÁðñeƒvëLµŸC%‡ -ƒsÀó>1ëÖkïb‘#¿lrh¼SÖÃ,lÿ R:"Q¶Ÿ 1ð·nî€H‘ûµwreÄÛ—Q4¤78y`'Dõ•(!¢,ɱéÛU3«Î[YúedÌT/óä¯ßFé2ã"G¸« idê+ëFE¨2iV¸Æ}D¼ÏR´3Z–õÏã]Sèîî…㎰Ež…‡ž€¼~ö48 r¥öoñÚª•¿£ÇÂ[C6Õî=Řê™!dñ$ï”]5Gåó%„ˆ®*©7ì…? â¹ÀŽÆ•ä:¾‰h‡¢²#´‡ç¿7ÕɾDÔi"òÌÒ½~rŒ¤O%ú‡_sy¥N:z®±fä; 'Ÿ5è:zþÒnÍë:Îë:ïψ܈ƒ2Fûýf®D&‚¤Ú6J{™;œò -é—õC@ &ENq«¸Kv}Ôöá°€*q¥Yµüê‡>¡d"1•"cûÑöôîWˆŽžÕR†\¡OHY0´º¢ý´ÝRï>"òK•@„ÀŽøD}çú„ÅÜ×QàCúÚÜ Îí3_°ûÃ-”P¿À´¯:/QQRÑ&!jkêG?~UÁ‘ˆ-œ*¬â]c0…×÷EÃZýÚÏŸÚ@÷Ûê× t¨{DÓ„}'ˆ‡Ëp!ÞݯòXHEðÍúFû“¯ˆ'6ÌD„3s³Ô½ -%³’gÕ)}oOYMÎ9Uí„Dȼ˜¾NÑ §úä?†É¢Œ¨'bÕ¯ôC@#¤wØeQj3˜0V6뢪·ú`hÕêEöQ‚5…ýÂí?£:f³êÖÐGyLD¸9Ìö@"µ{p¾»‘]nŠÐQÁ¹0þ¸¿ä9ë›míM@÷±û˜ÀÕè¦q„pÌáíÞP# #\Ò”F„õ+‚zš´¯3EP ·r¶~§y^X¼9õÍM']‰è½(êŒÞçîðk·«ùNi•ìôº¼™œB‹ -|ç1èXÒîÇà1 ߕ㈋1Žßzo4ö˜&A9ã#Bh>ßaηÀùˆRZtDZ”@sPȦßÒüôÜiÐ(s®ÃÆî>_¶b0**­¥N ¯û-²Líχ>㈽Ew@ÆÌçêb×gÄß¾s;½KFGëå‡ãÜãåí23i)c.QÆ¢‚ôñã¶ù=Šý§iO<?Ño8Ž'«9ú“–JejPKEæJŒæØÓÆPy§þlL¿ŸéÆ™9(ª=úÅÕt®‡÷i•˜ñ \<Ãåy]C‚}ü"éQëo”¥ƒÓ×=¹ã±†„IHš±w±}œC/úøàŸN‡)-1ìÓmÿ}‹ZV¢S…ÎÊ<‚ÁT».Û»Ï8Çy”݇«F¸lÜàD¼b»ê× t>ÚöûŠ¡æÏuÄæÇ¥ÍÈ!˜Êza£±ÄÊGº(ûÙÛñE: -Ö@œ´ª¸e>‚¾›Èé;lÙ‚ÿH*x<íiKûx£¾¦\è‚K‡©,ä^tT>Ð(¸"üÙì£S`ËûŒÀ¹Í-´kÞyQ3Q¢•ÆéOïgD¦P”ÜAdð ôû@'=ÜpûMjiÇ3u^bÖ®ï@ ¯#yCÍ©ø$;2 -Ay‰nX¤]d ½(¡¹O°Ü›xoÔ£ZçÁŒî˽^e¸gedÈÛ}ñË…œ1Y„Po(Ü0¡ÄוÛ°D Ò@"Ê5ò—b+">çð3&ûM|‹° ]2ý…çaí £aRçD)…T˜cðˆqµ\b´k*¨«×=ë §dd ÷a+ HQelóì‚ÑØiêµ4Àޤ=ê׿A¢6ãlïO~v×üìå¥^¥žÊŽêíš'j$ ->]î<Þp3<5Wì›’±g0;DÌr®ŒÈŽPsè=“æÒÒTø¬='(JG R?W§jGàñd„½« žäND³JR•¯Û#fÿ´Ü„ؽ±ÎÁ¯= -ŠÐM” DZwÃkG? "BB ÕUþH¸5Èfï€öã8]m 2¡8·YD`h´÷Ìo&‚Aíý÷4ìgäL@[ÔÞ¿þ"íÕÁ1Öq¸Ý ˜oÃl÷#B=/(§B_›öïQHeÒqÂwšô›‘A\Y®¤$¬£ž7rÜP]P6q'âËpž%Ê'eª>ýyi»š]©›dŽÔôÀ,?¬4£fB÷¤?ío­¦Ø.´¨¿Å0Ðý׸É褂†Ñ ް¿0R^L~Ö]¸!ôó(VaÿðaFjHûsÌw<µÿãJ„° ¡+<ÈòEhS%†ðâöáÀ!ûWØ-y5QÍùÄRkòÎf„† ¼Ü5¾®×íô;(;¾nhΘ0 °ôscÀhq&Höæ"ÀŸuÔGF”Ãý“ˆ¼a‡þñç88ê‘IŸ*}O(Æý§oíÈ­o“ð# -&¼+ î}¾Iã°l¸Pö4à,Ü’`KþûR5rì¹¥T¢Â^öaí}DH¥%²)›?u K+¾Î~hÆà–ª«ø«UkÉq²á-Ü®]íh-R¶ ï{…æùÙìþˆ+ÖEt¬_\r¢lØ5m¤™jÈÚ/Ý£kùŸÂz=­c*;ˆû¤)f&R3ÐØ#°¶¿ÏÛO]Ç#¤»WƒíŠr8°S ®¡ó~ºŸcÌ¢¢.LýPD,G‹@?œßúëÙMÁ¸G°´‘6B«-‡‘ÈM€Œ*0ÂìYTV®I"Fwo¹2Ï̺ÞõÒ•O£ì®¡ZC—Å}i`÷~•ä8\RÏAòo’•À€ (¦¬.Ë¡LÀ/Öä.Co’£zDv.³w‘ψì)-öWÔ3È-}D©äC%Ÿ*„r)´üù=Kò’ýh—k¾jߢ>ä·þ_:íÔç[ÐþÁ—SxÝæy÷PG‡‡ç3àk•ÀI )(§.‡ÙÛ¡m‡© Qè¢ Çh 3ðÚbìžß}gÖb~î7MB0ê6 -R¢hMHÎ?`5Ð| iûPܧ8äO5˜'L‘còµ•ÌaæŽ; ø Qé­'ìÂg3o7B:ž#Ø\‚ì~#À5'‚ÁǰíÿÝçL3Ét¹S1Ø ØŽù2u??àaõ«#qò¼]F£47ƽõñYWÝ»3ÃÑ8zbken±ï[¿Ö‚ AtqÝŸ©ŽãÇŸÃÄ|T¬ºD€Üðg ÚoèDyï©ÓuêK;¸ŠyH¡8þ0Dfh8;)d†Á°¢ØÇÇ~ƒ+@y$þpÕ©egÌâ´Z¤ïƒ(¹P¤–c¦—»¢\³’ÉÍûý@â ­‰[QàœbOöÃŒ£òð*#ý QÌ$hqÿY4Ý_»'uþŸ¥Ïÿ+váh?þHŒ÷?ü§ýîßþí÷Ûÿùüó'+¿ý÷ÿã?üÃÿýÛ¿ýþýÿöÿñÿî¿ý—¿ù÷ÿÏßü/ÿñ?ÿ—¿ùýþëÿ÷7ÿðýÍÿôŸþó?þÏÿíþßÿš“þüÿûßý׿ûÿøwÿéoö)þä➯+ø3,ÿÿ•ÿ¿Äýeîý+_êÖ?äye䛘(„>Z ®­ÅòëïO” Ã&<àùŒRAÈÑmJÞ-8vø"º1aPгrB“cŒ“!òª ~kZ!¿*%J1õ¨š€§`ÇWnÕõP¸Zú/À¸UÍçÉáY™Jܧ»òJIî´êL?½Ãêåñû­bˆg^¨DH‰Ê1Ø~Ðï¯è±*/b8õEù°ø™R×àíèÞ±r%Àx"nWMòë4’ì¿`£w"z÷´›r¦Ñí% ö­k$¤Ôë*ï¹´!âù° ésò]ŠŠEªF0V „N?gr¦9/UfC´(*ûöˆ|¿öá4Áÿºí -±îä—-Xh…Ž*ݺ#ø[U°<½¦:‚©V„,ehÜSóHêq0f//:™C™4ìv9°ÊRœD:?rÙ;ïuŠ&¢P&jj©2#Ö½—õsœ»²íZE/e›žÃÄW©£„pÍ1]¨ã+h™P–Q¬“]¡ãDÅBRYÐF–÷N<‹aF¦ÝçJºÝ>5FœUÒŒG -¨}r®ÀîÜDÐ Ék²ær+0pߨaw¤^‰¶ƒgqÞï¿sÔbÃ]v$–ÇåëoðÐÒáD%@æG -ÔáhAm“fœãDõô¸ø!‹€Œ ùíH¬yõþÖFîè¦K\§…ÛÞ?ý9kÁר^t¡è9÷ã_–Œ¥IÜ2a¹Lz gœÌå²ñc*î$>ã6JÔVL¾—)KT’'x,$O0ÿ|ö¦Ëáï³e:sD±µ ½lª‚ù1Ö Y…ç›G–Ù+8D¬c› -§}†™%¹o!:~ûVÝõ,,,0ÀÒ²ÿ(°¹ÖÔ Í¤×ãBºžuÖš,eý€Þœ'`gnïj袊¤J7ÍxTùç¢êÁ³Óõ[leö/F]Š#\\ñàyºû‘3ƒî´Þ¾Gä;Åõ‰’×Qü$Èçñ”•î°§$ÛkUw¶óè콟u ý©¹ 8J`ÐÌ:ã ‡ÿÙŠV°Ž™°Ó4•nÅ|OÇ¢:£žè óóüôˆi^®¯.?‘s· 0Jµ ¢iãþЮ>#²ˆµÐsÛ*èó8÷¥ðû:üo¼½JÞw8Ú㇧42 ðPÿQ0æ˜¿í¥¡òkâíÄ$®u%èc’ݵÑî¨WkZÙÅ+a¥Â†—VÑv¼ì«º‹ZdÒÕÍøí<û±-ÇSíˆûÄÏÉÝ„VhA¢Df9¢H‘ûaÉca{h¢”¹ ÙÐ)Á†ï—–Ó>ö•ya¦dH„«å:Ȥivþh ^éê{"`°ì \k=ƒ'…v‡B´©v.HLCËU0'%¤šú7Áq=Z¸¬³ùÆUݧ³3_2^À%ƒ#¨ªÏTµÉô0· aÇžñN„‹^EËe¡G2àÊžõ¼ª€LØës~]2àº×+lÖ–‡¹çÁÎ -79S¹ãu¡rÍ¥ˆÙú®º™)}½] Ž‘·Pie{^©µ˜š±ÅÛaaŸ˜}Ñz~ûóIÓ[™@B¿ ¹ë1|í”íÒ|ˆþHz"„ÂNmOÁ:~—ˆ•‚8¹õ¾a]ãmÎ(}} ¤Û¨>¸¿³²—4x”êºö÷|-×ñ…JwçÂ5!Èdv]Ç€Óuã~1_±«wæEF¨çøH/lÀy T‰" C½º—¤{–ܼU!áK1e®%ŽÜ4÷âAÌÒaÙ0÷œ¹Ø¡?òÅòåVóz>z2r‰Á×”GŒ6Ô™¦i æµMrÝØq‚F¥TévßZàÙ­íýâxÐæ{¦ûtКéOZ mrEú=ÛŸùƒ# ¶*Ù» -LKà¦mçÇ£Š¬ŠöÓSŒÊLpèWÿ[¦Pù÷'{.)´ÿLmÎpŠ+ÄšZ¿v2ÃñëàŽÊ4òŒÂ¦üÆ…Í ]oZ¯Òr >m¾†¬1ÅñK”>¯ùõ…²ß¦vм`–XÙù“·`ïðºJ¬muÇé)þˆµ\ç×øÓ‘`¸ åÉš±,`ÇÿÎÅ<Úµ¹2BvÁ/ -·k}Fxž¾$ >¬ãjß~$½Üøà¤Q}h[pÈr<Œq?à‚VÀ½èî„™1.]n-²`mZ}žR²FÅ?Aóa<5+„¢óÂ'›z¨|È|TÛ¸` üñÇ™÷qàÅJçÑ™fç‘æÂÜ?¾Á߇ëO‚ÔJÒ¼ƒÈ'®ÆZA/o¡õ—`OÊr¶‘~Ü„Ë^*5%ùüÑe~ÿ¼1—Ï£Éïô[‡ÂÚâ¢(q›’S¿0ÆÕ&Ók8ü%–Ê·é™&Y6N’tÞÇf~]±™gE%ÓÂpº8\Ÿï³vÛv±;Ó~8Έ‹ô¹»œýÕñGG²ß,ã£O ãð^ESƒX$p®(îÚÓðÑê9 /·3±™ÙV<´"£ÍÇšì?FÉŽ@Ø‘åÈß39-n0%Q>ºÐÃã Èô¡°|ÄJÔœÉ4•6MÉWJÕ"Ï”é;¨º€¹œ†\Ó(ºîQî"IòçV«v¯Ôyê4væUw -ö- ÷(8ì‡Á¡uÀÇQº® Üê¥.úIz37ršñSÄ{Ô.Cúœç{Ð7` MÄ+úÊIL˜Çù-;*ý§ÿ<¿ÕûÅЉ’õóOæ ?ù‹üs Á¹ºÿ13g¬5¿îÉ÷(äo…@î'ë¹sµÍ¶Òø¥j¶ÕÓ”Ÿ -å½T´ËÇgÄûŽ–ë§?çÁÕZŽ®‡óÃ?ScU‰YØ«½mÐïQ×q=B޼Øåk穈°4\QäA•p¹;€~gõØÿP=~‹È/µ”y•eDáó8Cw‰¼Ô›''''ã«j,~ìt½ID•<¤W9?? …U0¦ë¢~0Ù±ÅÃg`ªª.aq®b;Ç Ù&šêÝ\€Ö kWP$ã4Vž™ó`ðÉ6ŸÛ=„.Ž¡GØÉ½G9À|[‚7Ðî½¼Ëm2ïÄÞ›É]µ—‡¸å7úëÅìdÂ@X¹j9öãƒdEæ§Àn—{e2L!ê…ößÒF œû3`•¨Ðln­}å©Ô#ú8¼“î†A¿ÿS{¢µký´NG’“4ª0¨0(öKa` ÿ*@ñU“™ÝÌ•%&¾b˜±<̈ÿºJ&‘~bÌÞiò4gúŒ*q•x³ß©¿0 "åm—ø/l‘:Ç,­ 2ü÷ƒ¯G 0±ëå$‹Ba¡ü6¼,«iÈŠp(ÚDñ³æÖé¶îel'ãI ïK[ÔPwòGÏæÊÀÓ‹RxT¥ø\…»ÍÔqZ®ÃæMW.²4ŒŠÛgÄß¾Ã5Ôð˜( åúyœ]%;±¶ÅAŸáª™…)ŒÛŠøióûB "ü.$÷6{4q†¢¦åÒWssn'8»ØŸã>ˆB×°Âfg™>úã]ó5·Ï„9nO˜âGÄ îΠ±L\²Ã,§5­AÜ›€ðcä$¾°\Í-ÛÞ ¯YL‹dÜ»ð]¿>ø'ûG-Ë7Ï@¿~}H­ç|™e‘YgªÀ§hšÐÁb³&‘¼Â¼)õÕ.âC¶->ÔÐoý[(‰ yâ(ñ?qxír"z"néA%’¨Dôc[/neÚÈÐ->0ÛŠâ“ãx'™GöcIs˜´û^ÖýÉ&0}ÅmæŠiJ’9“ón‘¢boÁ“­H½ív6ÚF`Ô¼N,3<\=ßrXËJŸà!é>Ú‚>Ê8ɵN•L[‹ºŽbÄòôJ„EáÄr Šnî^ýmü¥ô–îí3Qt†¹,:Òí œ€[?0½pÁèhthciê' endstream endobj 43 0 obj <>stream -»^AUùhtà£Ùµo+ª¨Í¹^>¿ò9uŸG™ÿ¹iŸä<Ìí™8\åøÖÞbz“³gRd+¡…Z°ÙYJgµFå @SD/‹§ ár•]C^&t(Ý+ÐÉr–_›-³¡D[Î=jªòî*Öƒ¨ÀJªrÁ]kÜñöáì‡5ôo„D¬ð,€<‡Vù…K Ä4ù 9OÊ(8æÀ6Î1Þ,ÉP1Ù*j{Kϳ;3DóÐ^ÆŸ¹^vH*~Ñ“úUEP"íS2’LÚ. cÑ\Töºþ\™êÚ{…Ù7µŸfBŽJã~kÏ14&ƒYo(Ô"ˆŠ#¤×SâïzD½ËšÇ@3ƒýAÔPö±hNåp a.|€uŒ†Úªî=A'¿k:? -a8­Ðzyíàmã¹RµêF ,ÈÏÜ_k¢ ¥gK¢kzMáÛý$3£Ù¤X±G¿/‰YßjÁÇ`Á0l¿@>*cÊó®øÀ 8 K¢œå°[ù!B´uïNnaê%‡ -°rA…ªETl§8`º.ñÝÀÇ‹™k -/ð×ùãpnÞ®ù €`˜âK[z§~è"RÈbÔ^ëë<š…b§·Š|GÑÔ°qsÁƒ=ZÌO‘ø5ävææv€…&€ÎÆXoÖþÑmÛ e³\N”N-ô`K0rÅ_2¶k¯5BÓ>"®¿z}„>?乚qA$CÁ„â “vùÓ¿ç`3©`ƒ¨þüôÇûBk½^AZéCqz2‡:M¹DÛ{ç@Û¯—d¸*ûÖ÷¨¿>WA‘Zp¡áypáÝ´G$`ØUªºJ\™ïîÙz~Šh'íJ[ᇯîÔŸD+Ê‹¥Hr ½JÈàÍ_ŸÒ³ìÀ€i mëáõƒ4-© -0T_7EÖ§Äm9ÓJ·½:`»2ãè²zù ø¾Õ¦•ý-åGië$·ëæto_!‹´ýËô'MÔþcdàŸ£Y*Ó®eÛ¥Ž×ð4#ÙµXš•¤^¡5ì?؇;æûE¿Ÿ—ÅÞàŠÞˆÆ/Ôˆ™`iY£LÉ£Æ ¯Oq =8Õ›V‰äIE˜{?ÖÿáL³)no¿q­b—Z—æ…7ŽRÓ šVTŠÄ>$¡!Í}ß!óoh÷tÅëgD93ÍŽ‹ -q¬Ï¨xÕÓÒߣÐôKõ×"À½0µðÊ:|õH¿)û^d× bÖiaâx+‹]•“«Gtôl{'ñèþ²Ë¬Aë<-WSÿôjðïPÌP%…#'Ö¨ÏoøBåí²× dõ?rÔÛqÙ0Û3ó` ÏÚr…å ƒzj¢bMÈøµÇñDda…Í¢ý óQ¢×šB&CE¡Å‰Î>)žDïØ†¥E”ËÞ²®ï²C ØûwÆL­1fÚïr±`ÀYÑàækÑ ¦}[ØGWõ[umxAöŒ -¨ÒYµü\˜VkUh«Â[wTˆÑ,E)ò Îð&S±Ö;ëõëL0°ˆêoP¸‡³è)ÔåÎÚ ÇÌÓ¯‰PFÊûe:ý&1ÀâLRÉulŽò6´/J©Þ^ÜÃ~xtà¡õ§|esÌg -Oó^#÷ËæÑ‘2°8¹ÀbTTq§œª¬ý-Ž“Ä(£ƒÊ,‰ˆƒ?ZÙbqŒ ]*í侜)䔃=ö ÄÙæ˜‹—vl¯ÿ -¦ ©Z*:(Ÿ•aÇÕ¯aóe5´zØW «3yŒ»Tå÷_sõ}8 ãߥF"{ :F,0¿¦Ë‚‘A¹21J×6‘L¹:[KÚ¥‚‹4b*#ÿh•„Xø=,ÓtBëpÌ™Þ,Jd.¹òÑN{—qžùRm’yE›älÖ#ôµÖíu§!! pQþî…Áûî±¹òFÝ#K@(?9pºµÒËÒYC*ìýßr1«÷t1àäǽqÖúeŽDB9.[,÷t7Y#?Ê!@±Áz®V?¸ô³ÒèëQÏ~!áõ&e˜aÉ£ÚiE\göðºçîBóÊ-èbß ›ñØí4£–(©eÙ0ÂÐèû Ï¡Âö@Y{€ñÜw@ë«dáÕ‚S6‚0Eà§…¨Å%$ j;_o¿#¢sÁ?<¹•Ø»¯–3ílȈîÒ6¨§Ÿ.d…ŽÑ(@ÐuÞ¥½àþçÍTƒ1ÝDbÕ›nT Í¶{.zìT…£å+•½^âKÎ 6Y`uÐ"oÔöd÷¢µ‘Ò+±ŽòÎ’qé­Å°2°zЧd;ŽÃÓ{GþFEÅB!'KʪCWUÁÖÙ—Û1×Ù¯„‚ÆD™ÃÎS4z"P œhÚäB¶‰Hlݽà`¬§0¤ø~¡Ííª^o“h½¦¬¬Â¯KÕ4‡55Âïqϰ.d¥¦/€²nV¸å,¥÷­ðYC}c5[`h Å~ºcfA5(U/tÝöZúO§… 9=JÑ4—"wìYP6ëµ—2Æ¢F4¿Zèq¶Å7 wù;ÇÈwݯöxixךo,Pïõ<ƒÐP»­Ý»‡6à÷éAç&Q"˜íá°tâ}Ú5"zÅp]ç]a–È[€E3ª/—ïüDÇ’—Ž‚‡——xáíѲ¸í犷ŽôAÇÅN‡«¦øH¬Ï·Ïi¨*tUÍ”>Ã>jM>rͤ81ÊƒÝØÿTh_Õ€>L ‰™êI{ÜMŒFþZa -ç•bã_LÀÞŒîG&$4÷Fú¯³¨8NÓ‡C= XÆ:)ß(:ðÒûh­Ñï,ΰ‰ðqiLc¡j¡™U ß²ý¤ĈµrçïyÇúAt"ÒR¢øj ¯IýžÔþŠ*­ÚÌ;âž"ó{Ðtåš²þºôÓÒèèëLjãÕ3QìèÌs‚vˆtÐ`»ÌÑWüľ¶ý®õD€N‚wä -Mfàh’ÌXûÃ?’uÀ“ÕC P…èznˆ6Q£Â‡Ã߻FtÕ„TyÎrÑ[¦ä¸2廢Ù*%‰Îè%ÙpA -ö£Ôý£Š xYUö>·ÊýI¸JÚ=.€ Âè_º…ò -ÐHÊ”°»šîî85ežáGŠ™k û…Ñîó&ø°_š)ç³r9ÚàR˜ -µS”ryÁDê*R„Ÿw×bõœˆé'—B È¦ú••6ÓIÌ: ¼g CÚÑ6F1!T3 méG`¶\¤"ôH õ}³˜ý¹÷ä÷¿à›)”èѹZmÃ^PƒšvÐߟ¨ýÛÖ¨€×£T­i®âè3¨V—¢žã€Fdù¡õ ¬iɯÖ0‚kÓãò…%ª§/THCY¢Hrœ;gÂôÇ‘¦ùÕ®¹xª‘eɼ[oN…Z¯—ñúh Ï0íŠu€x»x‰a#h‰´F  -ŽÍ:Òžò„ñú«_ÉË„sšÙ〶9Ó°<‰‚JøOzÁ¶0Øž`5ýyò¾¤à}Ûïs7ÿ¼’f—îì~+1AÓ1¢'Kµ_|õYEOŠ&9ŽŠ/ -(KÂpÛðß– ŸŒ§þ:AÕ¿¢±'¥ºæå Tª¯ÑQƒñS‰ñS-ù*­@­´CV¼9ê¼å‹·ØØƒI6WoÅ…s„ýý~ÔT– -Ü[Žƒ¦ýouÃÔ†û -k¢Å°©¿Æ <ÒÁÜ[‹&Ò½¥s¾×ºë>=›Æ Qº‘×^ Á^/¼ F©6û{;ŸÞêlùÉj˜ü ôc*<»-¦—ãÏ¿ÛôE (bÊKjC‰]I:,ôtæóž‰Œ[㥛VtæYLŒJ€wAÑ‚oT˜í9>WeÆçjxu£ÐѤž¤ˆtECh~¼'º´(pàË¤ÙØ$¡ÿUb­jç³aì½N\ìÈnŒ|%ú‰µÓ³Ê7bx8~2‘6a”Ùµ#¥Ù~“eÎà6h8B£N1Í·/X²+\WC²¨'ÌÞ£Cÿ:Ñ5ãÙМ/¨xP=LQ“:j»¯t˜rALrѱ1E åÙÞ%lÿŒ?Tt;-+‡½¬ÝÚJ@ñƒ0°·û22Ù-GT@™h™ðz4—@Yl¼Ø˜¡ü5ît«qc¤½RÚ»6?™jì+²bCµ ¹×,pÏ Â7Õã¸åñ ©#{•ybUŒÁøK*†±D´Q‹Šãÿ¼W3nœØ”ÔôN`ïö2ÓG\µ@^\ï¬ãéÇòãËIâ)#Ø -:sCKŸg->­ üã`)—bèÌ;3–#Äü8çŽ $º¨¤õä€ÎØ´î³7ï÷i*¿«Iæþ®wÿbác:-ÏQ¾{ ×I°eWzغ›û~G²KÙ7:å—`;]Ú_î"Û=Чf¡s½4üÿ­¢HU4·Pö&Ò"úî–Àa˜n‡!ŸQ׊:­Á|©joÞm÷5~­1 ɧg\ž´Hâß…¿î"Xæùœž’ åèa1èd!‰øšVE -kD -«æ¸õHØ¬å ¸À›óôaÀòºûÜ*»²ú‚kœ9.Nlb¯í ¿JÞBX!=_^a|šM·T«–:T¿û>nä §ÿÅtç/Yö e`ŒóÁhÑò±óŽð©µÉ Cõf$:ºüí(…CŽ>Dl+Ø€hwV"¹±z‹}/>¯•X˜ÊJ€ ÊÏE -Œš(ne~-‹DiÅ,EI? -J‡TM»íŽŒuˆŸLŸ§r:h™ÕWDÜK•OõÁåï(èIFfï(µ¹Äïiš¤Ä¹nÁÀû‘ûzc§p“Ò´EVü÷C?~à¸CRàŸa:HvPep!óTÓj{óæ‹èÐë$OËó#0|µöü Ãm1Ъè“>*Œ¯º?4zFUèºï0÷Á|Œ‡g"ÔHÓbÝMR‡‚’»'#ô§­¡t vÊ‘1D(÷¾#ú—Þu´¾=OÔP¤þZç0;i¦éw|Š®Ãá:‹œÇòJ&íl÷Î¥ØBÁ¾|v=O×>¹iôÕO ··.M‰Ú“榖wæ¤DG „wBó+ -®NBˆÆÁ.€ßue^áÖ4L úì%Ó!Úþ%½à犛ý~È;¢ñEî -B„—éH\ýª@É<–èKÕ½eÕ3MÓk ‚~œYΠ¾–©ûvi½ÔµPePõ­Å¸¾Dþ§DÜgP¿ºª¯' Vx`ý [ºÔ œ#1²ßCÅ»eoeçrÙÚL²Î`ùB ,y™å¾8]A •,ßi]?ó<A®ã¯˜¾ó¢4õšò¶Ÿí†ˆË~¬UÛ»Íøú¥ñC%f`»ž¼}—ÚHlfV@‘vhØ6D!Ê÷NÁ²k³S‡‘iáQر¿Ìuq%4;¹QÑ}´I±3Ž%™ 3Ñ:¦È÷EòH'nM⑦³ÿöÅeuªÆŒÝV_ŽVÁ"ɹf«êJ]Óï#µ~ø‰óÁö]8BW¯-ƒõuül±vùÃBh²Å¾GI@<à·à4 ¸ipN§ -lÚˆ`›ÖQb:Œ&›{ MjO7Übêøâ÷x,}èP÷ÃÐ÷íÆTí˜èïÕŠ±,N½úž'ÞßFÁ—Ñ[ÉÍ -ƒ?Ô=¶–œ-M¦(ŒzýBY´àyމ“nLÒ^ÎÊ8£Ñµ>Í*OX®›O<ÃX¨fþ{dÉ¿­Ð¡¬»Hÿ°AÉ-y5”¢ÓÉ]S92‰ô™'@ÙòYGæV,NöÓž‡{Ë/…6JHDôèžQ/9ŽÃ S’åVç0†’‘´}ulÇ=“²8 ën{&Ï_é×±Ù_x–ydÕÁ¬Ý¹Óûñunp‘…]ø]‘@H+²a1¼ü¥ÔÙ¿Ôâ²jNæ±jïûR‰î÷¿dO}ŽTȾø}ôA!¬ö³¥P«õ½¯e6m3v¼Ö¿ú«n΂rÂNg»º­Û‘g -Ù®BW ¿Êv=ž·4BØK7a/_]x-u™lájtÖ¬½%ŽËͬ!¬FR®3”¿û`B¨³›Î`hR g{4gõ½oA‡‚~î©!@ü¢õe3(—ë”MvBªph¤Õ+>£ZlÄD,(A¿ÿ GWeMéš.÷§3IH¿E㢤‘wIÝG”¿™­QÝ4kfxÚ¸]ig:³}w…°$©٠{@-º… Ó¹U”ᨯå©C×¼~¨Ì§¹qí¶ÀB”‡É7å•1°B.… œÝÎJ;­$ðh-Ϩ¿´7b«’/-+"¶´÷Í_hzÁ?F±ñU%Íæ«hÍt«¯´W%‚?%¯JÝ,"®ç× È¾L^Y€[\Ö%Ó‘Ú pzÐÝB¾JæF#;Í£ÅÄQ,}$–΃2@ Z˜Á708%ù²h'Á©öÞv^@ÉÈ—Ô×b£„:›U¡ñ¨6?‹z* ؊뻾5ø©DoúÊ\B]SŒ³ôûý@Ü$)ÌêdÌíï¡ç.¤õVXjvÖT¤!õ¨öen›Ãà>{V ;ïÅ÷^¯Îãà±U&…? Fé Ch»ï6#¡‡­œ=ÊË©éˆÞ'ƒëëÕÅÂIXÍù7‡³WäÉÍG2Ózq§6‡'Ǿ3Øç=mw±S#'Š[˜­c"ATæè€(ä‹ ÒéTÞE86Ô³ÌÁä>á?ß*U`ôcsK¸~o[láTR Q-m^¡|k"àà^Ý­~ÊÖu`¡û•.EtéˆÞT{‡·¥âò^ò¿2N¢Ô°¡KwKÂ?>“û×(Úõ´q¤üÐÅ-ǺÍIôNyY›v€ìüûPP=0Ó÷øWÍÉÙAýiñ -C9šœ˜~ÙŽ¸PÖ5Á)"Æ9Á»U;PT—l`Y’i0ÑCoPš’ž),P²Ek?’/j¿¤‹tÑ|‰]aߨFßíFõªÈwFñ`£j€½,Ø}“»y€Énjǹsá Tª9Èž}Åtb¨?Ä—šnÆÂ·˜ïÎWГÚÇU›CØÌ+ -odU -çá¡ã*ÁÙqÕ {±X5׈ ÃÌDÃî÷&=‡/ª /ßNø-•s6yž¼¬d¢xUEØ:Fó"­ °Gï¶?Œ4qѬ 3ɵ°d]DZ1€a^ÿóAeý{{Êóuôl(–÷á}߇÷Í í€'°Rö\‡žÌ+’&DYF[ä9gBÄ•’¨s¦éžJcê•ðKðhçpJgõQW2†$UR¿ÜXr)4^Ï:Whv"¾õ -n¨°¤x5sbòqû³üÃþöó:? tû‚/U-©X<Î’§4–/ü\e©€õpÁ8ì%©ßá €c4p(=x§üaƒ!ÿPà>Ôñ ,HÕ3é’scÕ„Ãu¨ì„J‡aåæ$ÍNû1{¸´ LCóe¹Á -ÑÔŽÄɹ'Ö“’4²JÒD˜åM¥4T£'TÓªAc»;Dhe¤+Êl%5Gr÷í‡ìö¢ÐXmC]jþÚÔO—0úúEà*[Šºû4HõrCYÌ+ê·Ö‹^z¾Ûúx3Jÿµ±–Xä }¶Sv˜pwÀ?‚˜QµºZNÔÜ3é™®„´UzO6_¾#`zÞÀÀJ(GU¯TSÉ |ÁÚá–çbñuÍW2Û ­Öú«Úµè…qù¼wMaíçLCñVð -ÃÎÅUu¼â-Ô Þf>ÂZÆ[w"=ðÌ¥¹‹ä[ÌOÔõiÐBêV|¡F¼<»%HÁRiX‹ðŽÅþÍ}(P¡>F¨·ƒÔÍœ¢g/Ÿ"ÓwFs¬>rOÞÞªÆÑ’?ue/Fë¹8„_Aêƒç›_¢„#Ö׫€æœÉQý­š?ØL›â{ê.8k¥¨dLO­,›n8«–9 ø9hèó{ÝÐÆÄiß—:·ŠõZl)ê gÈcwã[”, ~ôˆ#tut»bzÖÓL?Õdzm!~¥ Žd•n¯ë:š–¼bóˆ^Ð,^#€.'rÜ]å+½E$&jûÛ@Eeº«3'BmŽ( Ô•çYÜþj‘ (1ÙVoûÊä‚eÌÆƒÀ ·ù—F²ZØkÛTÂæv>Ó²°Õ`(KÙÞÍ+a^v‡gŒláPªôFÊÂŒÁì¶ן¯8ì¡-Gä·Yƒ’ž ‚X¬u4ˆ4Õ´K„僼j*ʰ¦~c}úx~I0©v÷5~ ·9s50¿Úm :W“ÌH‰Æ’G¤÷óZQ{gT -òí÷óÀ…é±Sé1‘\#§êÔÊ';˜â›om.e;qV†¡A{‚Å Úx¸è3¶ñpöy²_‚B‡^'?™‹©`„À- K~KI½ ¦.‡ÌÒãѸý|_ï-AIR¾À^ì:vŸ¶Ê=²¡_˜z݇\«¦Fõ €¼} ¡ahà:¶ŠWG¢¹¿Ni<:AÞ;]ž”µ¡fDFG˜W¦D—^Ò øáSéš -Xîo¦4~>Ôgµˆ‰8¾¥ä%=&Þl®1;Ø•çÄB]É—ˆëõ ZJ~¢¬w’àhòËÞÝÿ±%—Ǥ†×Ά4D´G9Š "®þ%Ü;bgé+>Ô˜6NAVSÞžÙ£VÓ{§9@° 5Me³{ Ôðžü„/­ˆux²}¨šó!úæ<h5†È„©jðhÁ¹Á–±zݵä=%7“û+S‚Ÿgi‰YCÑ`hÂL«2à–1žg”ñ"oã5^ðͲ-â±È-ÙêVQuÃ'úýl‹úñµðPùl§ýoÂ…S²iSÀ&èÂÃÅ0²²ÈA…IL¥|›a­°æö¬(aè_€é:H˜Oô–ÆZב%W´AY.böí¸«`Q¸„©f¹Ïoý -–bí÷.PÊ«¦Oò~߆VšÆ>*˜aª OuSߤæ.Æõ5ÚnÝyOÐÉ*Š_¼®39¨dŒûÕ GD3ÃBÞÜ|¯jU…Z›™óÈ:ÚÇ„¡ƒÙÉbê½\£ü3BN0à—¤äÜ!Ã'c-ÒîxÍNlgLFs§ z@Bé¸sÅwZ´tvÑ,ÝÛ+LÛ~d:®Ž’ÕW浪gç §`Zäù8u¯ôÅ}'í¬0¼;Cÿ¾´CS”ztF/1ÑiÚY -"n3ä?Þ)f„L¶føAª%ºo±§á–TaòAÿw!¡K VpwVè»{R'µÃ`3´3½+2¯ºƒzY"½0´zû„{]\Ðâ¨M„oÄ<)lhá }Ï!YˆÏÁᑞå:V# ÔÌ©_¾>—ÃD¢°u¬£l¬³¾´wxéº@ôÑîå@øøišê¼”´=^žFè°ƒùÑEéxG²ŽWã›Åá -âd‹n*¾eâ$¥áš3RH³ €Ë¹×«äý¤¦úQFhüŠò]qfRXéÒáw+4&.Ù\QÑ£Zdr!$ çLkÅ‘ù¢edD,ÝÝ„ªfzPÖX§ødôýÖϲîp룟¨eü<"û‹ß¯eí#ž”ŸÝ %Š%˜YÄ gŽFűVˆ©ÊÌŠ@ÄÒõ9ÂË’òº·°ªÝ_'@•ƒ¨&0âšç›ìÇÝl­pˆ·|_-„Ì€y-Ù\÷w»ceÿù݂’¿ ÷»ëâæ!‰î³+á±Ë]ÃÏiï‡]\—ïu~˜K”¤îºƒ^¼Ë‡±C* î>Öwæh C€ÿ§„ÉÅ9ÓGý@¶øN°s‡Ž0RÀÎû…àu¥¢ÙoWT†îÕ_ä€Mo£éׇ]ßN¸óÕ¸í {_ûFÑlâ’…Ü1Óëˆ_|•! [èlþÁÖp“jþ|0/Ûîy±ÈÊ5¸}Óê8Óu¢J?på! ûëLtyÕ¯~.®Q@Û÷y°Á£žˆ*3 -Â@1bK5Á Þ9_çÙ¼îßpN¿ˆ¿Jcr'N‚Öný‡8„«âŒ8qŽûU=ëΠ»Hôø¢I¤¢ª IÕyÈn°< Ç7¢ˆÃ–é5Gty1€ÿŒêð»Ø×0p_-8ôq†úŒøñÙüˆª gµ×‰ê*„ -¥R_=Š÷ØúFz0xÈztPxæÑ'Ålõœ²œ…³h<ÓÁ¥Ç¯ÜZÔÖ]7÷yœQ8CÑ¿î#žu”'î²wL#¤ÔÑ%wóÈé¶ÉÕsIÚîûã®t r¦à×]2óØížð»2š”•aoÙPNм¸Ú‰qK>x@ß¼ÐÕ6ó2ÞÖÿ’ê+2ÂÀ®J¸k‡È„¨òFew=øçgDZU/á¯]ý§ãXÚÌRƒþ*šnù„çÜ㌱T7@'4BÍÖKd/õo!ʦ¦¶z3É;Ц‰Ç°#Z?ìÃÙ—é,ëÏæaÿbÖ)Ëf×ÿ*ú¾hô !änÌÇ¢_Ãf¡³éä®*xJK”ýÓ _Æ10zQÉÈå$^Ì“NÙ Ÿßb[µrIJ]Ù/ßAbóPe-¦(À æÖ`e—FWFÃr Àw¢’­›ŒÉ;ÂÒ¶aû‘q†‡×r&]?µÿ‹ƒ]=œ¥h‡QWþ\Ù(TÚX”ü@×Êýí}ZA©W» /ŸÍ*ÔŠªÜáAasBèy ç°¢÷kJÁöQFLˆÓö1CÇX˜#BrÅÑØÆ»3ÛùË×Õ†{C°§d'îÚ°a:³¢{®'o¥æ 2âü -=½Û~]ò»ÙÇ’UŸ¦¦€Ö[Ãb›,ÒRºÖÌN»9iã.!½û8–R$|ñO£çŸˆ(&T°™·™ ¢˜9AÉ„g4¼‹àYŒ;`,ìÓ¤r¸7úĉÎg×Lå•é?¥`¶ót¯øvÓ+·*—XíS¿T è?äoþ½øý/ø.ÊRQîVŸ˜5FJr¯ï-tÃG’h?}äY?vP·ÉÂa|7d\>—Ô‚KRWÄ­ëlt5"›Aé¿@ŒÔ;Gã—–ð&zÀÓÃDß}†ç9P¢¥ŽE•>X,&¹íãÒ~2s¬w¨hXCô‹ÑÑ+|Wì 0$­0ëŠ6CÜzfE6ŸèrJ€ÝËC³{ý="¤z&¦åº1Vÿ<BT -Ü÷,w$Ö#ÚÖì_F«c?ÆÈÓSÕânü ’ÓȬé\ !ŽzÎ>ˆŠ5ûÝŽ1šëÂuÔì‰pk¿ð$ž9SôxÉGŒÔ8%¢|õ|ëiši*;b6§Ž™še€º•<<·lZÉâK“³¡èW ¥ }çË_kdbV¦äÓ«dô€°A‰mEUøèÿ´_]÷ µÓC_Í×^t­®s&{tÁî(3• ö¹llyå(â9²…ænÁswÓšùEnÕ«Z´é>hK(î—ößg”õ0Œô˜*f3•.ßkþÌ0Ɖ)ùî˜QN¸S”L(Š9G©pîEõµ®áž¡)ø÷Ës÷Á»´Ë@ ¥»?žô\Òü*uu8÷$›õ$@ õTÙ/GR5çwÁb§j%÷—‡ÿY¾«6úª‚EfS…áu(û‚´Ò}US²Ò(•ãÌ:jʲàŽÜªv ‚•+˜°Ö'¶ÃŒ3+š^¯0-QB–[v~¬ÙJíõ˜0Ë¢b>ô¤]¯*"®+nMlNSÔ[ᅩ B1ö«pBk´Û *šuOì $ïT¨XZ#Ì30ãéÔ]¡›ÁCa3MõT*Â÷ûhD"±@ðDùLî¹õH g&—îYõEãä™=oÀ¿˜ý%Ë"*„ú¼jÄÜ® öÊmwàÐûéã.z¤`Žy™¾¸R¤œÌGèÅ‘4<™™‚Z°L¬ï–°ÓêÅ« Ûáy싚&Ê-¯GùRßaÞãq;5äLÝV2›p",„ˆ€ß^*"BuíuÐl™…©AD -šü9Ç¿CSžíüêÀsE“ÛÌæ1ÇY˜°ðõaÄýŒ¶K~a)ÑLšúÙIøÃ ~ ÑØ¤ÀÞ ûÏ18ZVBÍ®“?ÔH‡¹Ÿ!û¥ -"G¶áú•}u0'{l_Ô5”T {jÁµŒî´DaݳG_å —–+Íx’žŠ¢ßZûu&8IDU5‘]âdšöþœ!áÈŸòK’€;ZjJ&q&?ïÈ¿­k¼Ç¯™µ@„pÕFÛž;Ybð­‘Þkà PµÚþ€’V²pL/±Õ¨y¢,ÿè·Ðh¼öv>Ó04`ú~JôddŸŒ³²IHShj½ÿžÙa?Z;Cÿù YŸ$óXAŒ€àn!¢ôçôà¹_%¡‹_ýXîÔc¹óÌ_Þ—ð[žŸÇ>Œ€Û¸1;ç´…9Š*n˜€Ð°Šg–»Ó‡áèG„—ÿaiøq 4™¬ì5äÖ/Û. eÌr"^¶wÑÈ¿ ’–úÀDuå˜Þ2´UäB  -€D÷Ñ.WäjgcV7ï<ˈ·=£”N—\©,‘Q}%Jàè¼^¿¾ÑQ÷ióPt›}ŸD”‘ÙÓ¾ÿäË_†?Ò6dÆ6Düø8¦0¸˜i¡èz»3ÒØ£@OqGáP´HS!+Š4•„u’ýÓD—âQ†âÞÕϨŸžÒ p)P’*C§·xO2)Á7ë„¥›ì‰½3Ç͇Õ—½oÉ!ãX®¯Ó®Áœí¢7†à÷ h>#ÞW®úµ±Ôø)Š–¦;ÍÑK3ˆ-3pƒý§«©“šU˯Öh”0¢lå"õ±¹·¬5Oç[ºu _ÆÅPøZzÉâŠXPcÖëgD~«ü.¼eþpœW/g%ôM£ú•4 -ì*âHöcõÓJL@öªò¼¢½DY4í(ÀèÁ"ö`ׄ¡ƒAõ—*ˆî]s«#†š(û?j¢ã>j7í»]¿N c]§;=sñ=\†z](nøUèh8djØîO¾Jæ.å8!A]Ö6Œ&Ýz•{†&ý:KûÞž*è0r´¾ë,Bî$Éû–Øà àÿSŠe=dD=«~¥!‚®:Œ®ç{” É÷¾£ÑKx˜,¹~Š(¡têÞýä#ª³;Ø6¶©¿ -n­+ÛD8Ò"ÿË7¹§äm h£xßdÑ4 ¿„;Ç›v!Ô;¥'\uìˆä>ÚUY^¸Éïq”°áu?ÒEJ‚ª%S¼b ð¶¬Är$Z-9“œÞ%óë÷³JG#eá Y;PÆ(#Âý ÕtL¡Ñ©Ló•¥åõØž£¹Û>#þöáÝ*7yþÇyÖËèEÒs¥¦Õ}¿àYÈGÄ;ç÷(¶ Eýöwi:·?Ç -¥¢%SÃ… - -gui=¬ñ\‰ñœœäy8È<‹i~?³ŽŒ p#*q -„D5òA¼¯Ò60…¡«@ ,°kHßRx$žŽrR¡N´’§Ý¡W$+ı~d( ­ëêÑÇÿtNéÝ0üúÞ¥–½VØiwêä„]ê@7ʨÞY:fÒ‘Ý;qj­›Œj'ªŸ ú=è…3¶è×Ûe[p OÄ<nyס%Ñß¼†uÈÛ­#• sj Svôv´¤"š\%¤NÏkë’¸+J8Ý4‰AOƒ½®÷LºaÀT-±vÿŠic~L†ÿ<l@%[ûï׊Š)Ûë=Ø«6§•ÕOëéKkkg:xpxø†>§Ý½™ªÃ}f}ûô!«¦åŠžàñnÚï2b¾3q¿ÙQCQ«8í2ô†,cæ*Yl\9Pótà +vÕ¯ã»l_HŠÏx iM·ØÍú§…ÏH#nEwÔl8†º|%“²¥½à»ÆÜóÚ÷Q±)˜TJÖ¢7»xÝ03“J‹Ü{KFx\î•·õdz˜œ/ODL*Ü’­f§{çÞj³³nOéù)b_Ãbùæ×çŠo„QÌÇiX#ÄZG.:ïM¢•b^<î§QjN«ÉmñlNçy¶˜ñ𵣉C{QqÊ][‰¶oǾ‡þ©NY¤^CÅQîýÉé†M–.Ï<€Ò}±×k ÒJ&ˆ;¨M4AÉÛ幄‚·Ïç€Æ&ßiËÁA.zþ½ -€¬ìxçðW4Nö¢^źx&c&ó¼Ò<.¬QW.3R„uÄt’c„@ƒ'a.1Ú6€Óç+¼_CÕÆ=Vé1« ,úN¹$s{à8v­¨©„œnšÑ)E;`×ü¶‡LŒ7,_´¬¥ÞJÁ£Ö뎃´žV¸âå‹ì~ÚQk…>)èan^¶sž¿zæ‚8i®¶’É™X  -é“å†mE -<ȹk|]¯{ ½ÅG^å}(ÐjЬC¸òæì/À%!ò8g(i«è›<‡Øú'ùéWüãÏ1Á©š.íkXQœ·ùÉÃ>%ó}ðÞŽÜÛQ^…™ïQbîYG&æ¦Ï¹Ðž e±´ïúœ¦b ûû°_p¬.Á€Ò?DT5 -ìªÄŠz`L%ƒº$M…‚ü¨U;v“Á‡ƒÉº@GØôy×®XG‰²‚^µ_pˆÿlxDŒG#ºÖ/d9Qm&꘹‚N±Ñ]áï¢x5ß½½ÍhÊÚ@È2ï{`‰{Öu®ÆÑ_Û_èåó•¸g"ᮄLz(·QƒÁ›ˆ&]…ã¬à*DÎ3"’1¬P)XèÀõ× ²™>ø®¥u‚qŽÎCÊŒéÕŽ`Æ€¯|V–•KP(æ\=ŽÁŽ·±'Zï’'ÏR§dÅÒá§g0êŽÄw îûb¨øëƒ«kœ9ÿ&•‰>ßМbØËÐêõ^‚krµàï4ߢA0);ægD6•;ÖXE[‹ƒÌ2S aJ•J+þðKò¤¯ùj%|‹úPç pIœ&Cz¢øwÐç^÷ëÆrÇ…Õ÷{Ä×BË0§/ÇÝÊàTúi ¿Lp!:’£Å·R;¯{9¿û.ÃøÝ÷½:gBOê6Š1Qt€åîð`H>P§‚IÅ8 Ÿ»–˜¢±÷¬ñuç1åÌȈÒÕÓ–ðÊq:¢€B’a„l=•r Z,€1*¿d2ìÿ¿ždÏ9“–ÃdºŒ «0z}#2àí°ÿäåùê <ëÝFÒf Í¢69£þÍø¼Ä8éï„éžoýZ/ªOø3"ÕQzüøóQb¸QìTeÚaP¤ÿôí¹H®j/æih1kC lÏñ€ìa.…ê0˜ßÇ@ŽŸµ$q¤å0‚võ -X ‘M2Z ´dqïe6ýû±…àýàbT¢:b«OdåÛhq›wL°hc…í¥º’‹+{ÔônßGuï ŽÅxå‡ãÌ#›äKÛëAö.·C«£ˆòY zïÉgÔ)f\ ÅÒÌ£JãZ9°ë¸û/lHŒðdy1nK1»ƒ˜@çHõ 1ã|2²å#~¯@=/9@R‚X˜Ù+Z{ÌTˆH— -RRødˆ×þ²o‹9ùù:˳'[`Ž£”.NwkÇÄöO$´]’*˜L¿O\¿u‡Cæã¸(ËÇ ÂsKŠb~Ë(àÒ²^å§PY· -¸¼ï_XÒoQãØŒq/mò>üb$A™UîãñÀ;}ãy"Vó3 ¿ØH²‡bƒ‚cŸ‡i‡uȰS•Ö ›±‹ÒÍtRª.–s!ö¾2=ÝëU5B!ŠŽ&Q´³ÿú\Ï·pÆÞÙ1Lb; -vÇ~°¾Â1µÁÞ¸”ñõÆSfûCwàÍ">\[èV1÷;×þÖÞeÇzäJϾ‚ÿrØö Ì`ÚÃh  ÿÄîQAd »%´å|÷Žçyƒ;«r§T ØjHW’{s“ëðì§ÅÀÍPe‚Ó]XøqANóø,’àñ)<97é”wò’ÑB§ì 3ǹ#îD¨õuMÊù5j­Jº74T'TŠ,ñè;5'a å¢Ñý<íý&oï*%l_ƒ_ƒëÑÝJXë[%_϶z¦@R—¨¢îî¼åÞÔºÑìGƒU %5ûUÕKñ‚l˜ÔÕj-z*îúNÔgÜmj -Dí¢«³­[v½Ù쀵ԘGžZ“‰ëZëÛÙÏØÃɤ†E‚]Wâ©hW]>uÔûÛˆ£”îÂ×?§]-‡ÒÂo [\i _Ž£<è¨ú ”“‰aÿîè© ¨·MÅfw„cÅs¢¨¼â*Ü‚åQ·>Vùö2õA‚‹îV,¾#÷E_=œ—Ø^2%¨õªF4º¢ªP_GÕý-1|êÿ,©þ¯<ÙË}ÿ9]Þÿò»õ_ÆÇßý›ÿþßþüÅÊÇ¿ûøÃÿüø»ÿ÷ÿõ7úÓïÿåŸúûÿýÓþÍ?ýóO?þáÿ÷§?üŸþãïþéOÿé_þðþø‹‹Þ¯3ÿ -§ÿ¿ð×£µ>äXÿ™ù°ßpü/`-0·à©]º1AÕœ½¥Ã¿T>íŒ{”`tX+kæ@?ökÕw6GY©Š¿;¼ÚœosTöh}Pü¹2;‹r#ÿ, Æn·#tyôô™”¦S£}Œh¨rÙ<¢ùí_ÔüÅÖº•?õ_ž†”Mûô¦¸ÛM¬Án SË Ý:´æ_´¹4¿;+ؤÎWSçî… ×ȯzO—’LÁD@u›{Å´@¸„ï)¼•Êàü  f@íG¼Ù§Í.åƒN’Þ-£ ÈäºÍAÀ0k)èëCEŠïÚùý´¸•2ú!¸C ÛÜ”‚×ÑSP\ìe© Õ›,NÅý«³åÑòG‚9aÁ÷l_aÐ6zH7xÊmxGl‘©­þQwÆzLõu9ˆ°1[òÙÚCD§l8…lŠ+Ý?ãóý 3Aîz¥1¿žÿ™u1Ïèþ'õö[ -÷ ro¸ú÷çÿ& -ÌÉ^²M^[z±d¥Éâ[‡©­]o½¢ïßÛ¿{ªú›¿qÿé1êc«.x…Ø7ý_øg‘ ’B)h¼ŠØmžÊ/ß>ßþQmÑŠò½Ò†Ë€:ÓQƒ¥äŪ„<³áNbßhoã˧Ö“ðïÔd®7ÈþçâÎI0@PÅŒÏ& -TÉýP. -@• ³süìp @ì%O»ç9È|dd>2ô…èˆÈ–8ý’V> -„$š4_þÝ×X"Éx;v¶›NçE³ãûgâÖo¥wdz=:ñRyI#a^¥‡³4•ñxe©Û^cÄË3q]ï9™¹vdV¨8 4ø‰‘s‘P<Ø\‰ õ‘•ÅglµÓ^H6?pS;òˆîò蘆yª™×Ü9h»Wé!lê@-ô}€üˆ4²åáÍ:S†£Ó÷Mz#Ęúç¦sy*ewëV*Fq_„щ]ëf“~‡Œ|?Àéı•ñ~phŠ21ïÑÅW|íB*)¬’íHcûº} ‡5*EïWri< ³Û¡úòg÷È'9 gz=/?Ä3áT콆ê/vä¿[jÁ$ŠÆ&ÒCÑ”«s%<â•»wE†Ö–·~G—IlãIêûxAûÄ— ÐØËQ ¥g€×9Ú¶ÿF©I¤u/Œ`<5˜E–àŒÆ­J7£’Óˆ‡³éæÈù¯¡Ÿ*kû7…1É=]Ëïãµ¢ö_Q“á$Vß>C -Hêô߈@éÖ5«¸:¥|u.tE’h¬²ÏÜÜ´|1F Jݱ¡oj[£\OvÔ#iÌ»ú²`N± -Õ¿x”=NpØûÊ&Ë‹Æ1 ½26¿z½ê}dëbÓKÉ, -XFœëžL‡87Ô½WpµjÎ[ø*±µå¯[ì6Òÿî³Ñ‘è™k¡eAÀ¹ñXù¸® u7‚­T˜OE¶M"„.v=b3 rÜJ5"ÂAçw:òI6Ø·AˆØWÚ}êNIK »Ê"ëvo¡ùõühh¡øÞÞ§vë—ÿµwäÇ番[|•Ç©‘àöÊèzî· Í}²»ÖwÍ[Zâàìƒ?‚Qà¿»C±ë¯çcT)Cþ3\þ¹oø”ÉTƒ8Ãs—F™«ð Æ»^þ}e[ùdì4l>º½¨"”¹òOowW;5¾0¨òÚ݇Øå˜ >ÃÓ‹M§§ Žß΄ý~\8O»©ÙÑPÅãgTų/ ‚#§{ž®Ë«‚ަDZ=À`â“ †üëí€_MÈóý ÚÓwI2cÚ -¯ šžôú·®ö÷áŽL‘jét+ñ”„L¬‡j9³u®òî¾ö0f0¹ÙvYª¹·áøŽ¯=αÑãFiýòpÎÓÞ2ÝïÝ[Xíµ¸ÀÆ …ª•§zª} ”ã=?´>ë•ëæ2@”åeuìQM¢pДåv»JüÜgøŠ­—õu@+¸Wˆ;Ùøuù U?n5@m™WІS¨ª®ŠW:ÜL:ï_ßšŸ¼Xƒ3òX‰q° ˜W*´nФY”:´2¬²ØZéN×–¬Í‘R‹LW”±ºv•CõûòèÈ¢'xg«–_ÖÍÔÓm]>vLIg*Þã:@-‹#ˆÀ G¶mñ þ~‰ ·I2Àˆ°mÐAƒ?&Šå|íú_ -˜ànëg}ND*ˆ"K~arÇWÅÒД‚Ï´"ÀZì ¬à†ŽuÖV‹ -e ñ#èóõJUr1˜1EüNíÊò¨´õõîPÜwÚQ¤gõz®±NRˆ|®ÉóÔ2Ó¼‡b¨Š²½í’vwõ·»P–ï~· û´ëCö }|9d6—!þ®Eµçº×.%_qg×rÉ'À+_iKkî¯ ²^'JIº“Û^‘¬R$Žîõå«m4&=s¤x-®¨œÚ~Çõz¦¢’Ç+5ò>™`®÷éæÍåÆÁ"KW( ÃíÆó›Ûj×ëþÿò 2+,5OÔ¡H97?æ©€kêÙá‘IT2:Þ#\f ™z­ßçj™°€Z¦“pª+¢‹7#Ðajàž”mŠþ -rÕ~|\T?–~[Ãs«”⎯Ž]°¬/ëƒDleÛà½4o彄sP¿‰HÿáŽc:aŶٗ(~Û¬¢@åxpz¾5q^•Íy}ñçù<\¿ŒREïFÜá²¿“|ˆH§M—6;¾äH«¶:ì÷| ð¡î“ »²ý¾žeeö‡«öÜ`åK*ñëß™Íh /a— ¯ƒâ!|gŽÆd¹\ûì±À«n'éyÄIšb߬§£ÝMᛈçárR¿.à‹ßœg*ï¶v«Q†'óÍ) qçU¸Pèàcã0`KÅRÓukŠAó‡œæy|‹WDÙ®³±ÇÅC˜õqnk”Žè߃¾µö=ÒÞ,êµõÖ®è½vÏ“•ÉÙ;Ê[êleg®d&o“{¥$H5R+¹R‹•v¯½6ëFaøN*C¹=kÜ´zå}Kýpe(˵)»”¼Ó‚ñ¿ä‘FùþÇ0òqôZ7_mS§ø­V¹ý»ˆ#~‡@!æ~ß‚¾`y -v_Ú6âÀqÒ„£à[*ËŽîÊ5ϯÇs¯fê[V0]°¿œƒÃ)Àj%5ÅÍ b=ê”·ßD\™ƒµ¸žßä- -KáK+¸G>­­t}oɼ»g° -—1,Q»8Û·Ï›˜VÔ<˜1óç}‹øíÇ)°ý›¦¨9åTà›ôôÔ¾FÛΙáb¯hì§Žr}Vwµ5PãOÀ. Múv 7¨ GðÍ_‘[¨´zC:m;³ê;³R½·oÿ„XQ8ž$a[Rš‹=6J¾‰ˆŠ‘2m"VvÙŒÈOùÔ$²¨‹›¶–}š5b öžáT\ep:ö[}1+ùT¿ ÏV]|/ž€ôlì95TlX1ç®xg¨ßøLzèî“£&KbÊ£ë/@šfiÁÞš#Ð<ú”Õù3툑rŒáÃxHâм}ßüyßÍ ÈJù3bC¦‹vŽo"¾&Oú%ªE½­cV;’§Ñe(s×B˜Û€§ñ5üŠs;Ít¬ž_.Çλ֚—õnlë‰þýÖhVŒrÌ£,è«eÔPøß7­J2%ÛƒTÔë¯ì]»Gt^¤9­´•õèv?Þ•. ²®Éû Üû¨9ŸmpU…š’]«‰¤=¿µÝÏNý7³`ûöêêWìA#¡ÐyÁ2‹êaÑPªzÄtÞ¢J¬áúЬÖ³ØüÀódêYÛLÖ××Ó -"^5÷ç È×+ŸÆ:˜¦o›é«ÙG]·¦ß9ý=4Mz(UzyÓT¡ìc”Á–Í· wÞž”f5@#–Í´ýPÉ*M÷?[×…£¼GüöÊœ -—¦äûy*Î9ƒ×„¢¢ó¸??‚”í»ˆïö¹· (ZtvÖw„àHwl¨§s«®Jœ’VP‰!ãðdE9õЬֺèŒÊ›×ާ+Ý#<»¾c½¥­°­óÔ³€ôŒº»!ùHjÊìÃÆu¿lÀqÅn<Õ¼g·Wh£ÚCùГ"@/*ŽëÛû íôp"©¯ÔZª/°ÔŸÇ -4M0ióM†³†€ä­I|htO‹Ç»ž-ÀˆHpŸû@@œç@}ÐS*&yÏé*ÆÉÚ2€®mpRoÿª:™ä@(këWYOâ pfÕ¶p›§k\»Dø@ÂÞ¾ë»Añ¼¶ú4*Â02/¥³Âöç½G§ÐÂt܃ʱ~u¬³ýcD)|>ÖbO³`8<éÂÅ”«[7S -þîKä/ú:ÆŠÒ”A—ÿ>ôÑÑQ‹ÞÒÕ½´^œÜà°&¯t®hcëÃ>òÏ‘¨¾Báž,ÅÑV5c»kwÏ($å$µýN33B$Ÿª@ð3l]UͯUZ®-t­¦+½n6ÝQ*’‹ÁôM;oݧ^P ÁQÜÜ$@¨˜qƒf3ù<0S…0¾½7?èuð¢aA÷@ÌðC–íÿ@áx!1!)4BHÑVauWìºOx-«¨Ÿ¨4¥ ʈÕMéàÌá=ÿz‘ÖÖ·vË£Dú¢pŽä‚ÁBIcp]%k6ØâãŒÆP@OkÙOî‹,eÁÛÖ±•~0•FOûèá}_b Ã8·µ)…Ͳ¨ÅÇÛ¼^Ÿƒy-—¨µêÑsS.‰Rù ’qÛþDRH¼r?à{•¸Ú3»â/x•ø‹#†µaô¯sò|ç´5æˆënmÅY&d7”V¸ 3ãLx -uDLÀéÓI)‡Î?CDIÿ¤fŒOÕØpàÑ÷AèÝÙŒæ_Ù#¢©¤rÃâüú %ÊH{ðйX®ÌÈüdœ´Ë§²'L€©ÊÓÁ Ü¹§àBu+¢1åö£Ñº¡k¥K®$ubU@øsãM–.>|LcÁ‰Üá\Z‘tl¯üèðC{Ï&ÞÃyÁ­’ªŠÁTÉï¦LS5…Úúh†‘¦[­¼ðcj¦}óWxi÷;òu`lÄ5ÚÔþ:W4Èà·†*ED¨mmåŒùÎÝ!éæ“º•µh<ɯù™`9"sbsçþæ<üÌô][̺ÛŸHŠ^ß@n­15~H¥ïQ ÁèUW§úëóžIk²¨üHÉu3«iO¹R…±Ùu®~…þñõyßíãMà=’çg$Ï'^åD]17–š >U¶0Ça»p\7ë-‹|†µä.¾‚ªž|÷õ¥€o!dâ!18B¯¨^Î\ÈfRáÐxÇD¶"°)DDÙ|RHaêëMÞ¥õ­Eȯù笼´(äÚMî5âí="¿È×låí<°8À{^j·…|ËøA@áƒïþömZ¿^Õ¯QÓ‰¹2è.äý·ƒÜfôsXבhVïã~øíÙ‹k³<ê7gPBz4–ºyr;×o8D=ötï1‹œ×÷æw>º @ÝI˜C»E [yæÃ7*)Ö­¤¸M1Þ£(‚Ù;7*äŠ÷”¡€˜h¿^œkËݶ¨Ù"ê»çµàøÜSI¯=·¨3Ìqª”Ö@;`(‡Ó3€Kds/úߺѬº—¼®”½pe-µ•ç½"â 1ÈóÈÖº°¾+‘!§º"¬¼%䊀º—ˆ©lJC8o¿=üAÆ»#*zkCZ7šÇ×ôűgO‰—êÉëûMÄ9ÃáA´ý|¾Ñ[[uªLY¦ËlUÒ P¶2ZU‚g)[4u8‰Õ_#~»ó!é:dÿôkÞ¢îêÌCQ1¥Çè­Ó=ÿ®ù3ýο”  -´¢´«ä7ÆŽÁŠòŠ~cH*¸ÈÐÛýðZ%À a(îÿ—³ €–5cªÖ·`-mŸ‚{Å1lV°õˆA#ß7±å&>®²D¹r\‚f·Ð ‚}ÝPÁAñB‡öˆÄŽÃ_J<È%/Îqœ‘̾aÓáàØŸ{N?èµ? -æHäAwbÁ ×ʆÒ. -·".ÀåD8ÁåR@9ç`ŒÈ9Úô,{¥‡SzâåÝŽ¤u?1ÒPàÏLT¿P¸˜äŠÛ»²ä‹|ì-´°÷…nd{v‹¯Qª4"Up ‡FÂ{§•€cн5¸Ñ S"A­Û©t}?àÃ%ºè|?8¥—E/û±)­;*"ÀOz»0ÄG$ðûk#“oMZ©í„ªêƒ;”ο˜+“ö(°1wwI.…áÃ(Çä¤02X#—cgàý --p€ºxúÞþÝ‚î®çë±Î”øÈJ[Ž2BÑÿü÷‘gñ%@ž³]þÜ@H¦î@a†Ð’p³£ñ. 4·KU9Pf­óé¨ †!#¿òí78hÌ'ÖŽ7ÊvzŽØøì•ùÏj}< ·ñ˜60>c[.bæ¡Ú _ÕÇõgX?#¾Ó¾9ˆMGkQšÔR¢ÁÄâ•OŸ[»’E@>V%à¡·ƒÿk5‹µgWп.¾RÖ0´l«—uW1pþªq’t7¿Ÿ§mÇì±6ÃâJgi!Ìt©[ß"¾î'é~ÂæW¬òdÃ3gi¦&µg‘Õm7iÝ úÀË$µ‘Ü{ ¹PÎpˆê7^wb6xû ؾ5î›6+ã‹=^õ¶#ßµNhk¼¾x¿ÂÑ$ã‘ètïºGb OdÁÕì¢4ˆf¢×&¹®S1¥Q4DB8LHÿ¸§…ŠlÑ[.ð˜_àé %­ðÝðÔðf§ëwÌWlá~=Vö‘zì2F§ï®»/ LÅE*ìÁκ5Ð`¿‰@Æš™#Ãà‡ìúÔ"ˆEK5ÔèÙ¯5û -ÓßÔª­SHø:·S‹†î¶‘‘3Íëq©Og>çé":@QRcl-­ ç¸@Ðþ2lêXÉh|çÿè~?gùÙX.z^â6÷êõÝy½áàˆE” Š¢X¾ÕcߤÜç5@,Õ(f"¤—Ô{Þ»¼xÚé5³IúØ6IQ¤bØ•bp¶({A³@”‡¾$Ï“$_—Ê€HƒîÐpû»ÎXÇç'˜¼çˆ\ðºápÈ„·UîŒÝ.TÍ®ÁxÆôô5¯A "årsÄM˜H2n¦¾~3."xÙ_£KÑÒ\®×áiu®0ëëJº^5õÜr%ɶŒ©ô?-;­ÔétäJ ø4çð¨H‚b ïc¾®tçÑS¹Ä;“%U„À@mUØÛáÉ©ùFåA›çð ÆB…ÐÏM~bHóZâ)1‚s$ï&ý¢ !  -™¶ ëkè4N÷/p(:ÜBÏ ÜÆtg×vÕ½+ìTô°˜Sí„÷ÊB‡‰K-ñYWbý¨¨ñ×Ýò•5ëFC©ÿ³WgÔk£ÐÒóAèºd¶§á1÷:¥Üz¯ZÔÎV¥£_ºF™¾D „yý†±wEšôd£?nìáÍ–¦4þàJQ¾1C×$³M¡_\=%J;X¯¿ÓTÆFvòŽZ¥“ÙŠ¢úd œ'6;#€˜!.ƒÁ x`%éÊw^ùô%n\žÇöŠwÁÆ`¦¿S¤ˆpE[m=›D5r~H‡›½§é1IÚ¨)ñP;&¯ƒª9-yùtãXH´·èÁØmõ$¶µÞõÝÁšwvÈNꌒ·W#;nÊòP¥Óâ¹BÅŠr>¯)É‹WºØr$!`“ZcÍúHú'ÅaZÌ(ÏóÌÝ4an·“ ·RÓ¤ºÏ#]˜rx¦øøË Ù“â}«UQ`\®åø¯òô Ðï ™Óž/@íeœÏÎÛÉ•ŸQ§«þ¨ü~R2:è©s3VŠ™îÙTújû­°ÝF¶qÐ… ¤™½zNf×5â¸2¾Ã¶Tथæ%K}hK„Z°+âØ}Áë—,ÇÏ•²¦Ëé3}È×¾’P³už"'ãÛ­I+Ë•"Å{-ûgË;™¹Ô1ò$VðÜ€—Z×2b»ËÉé>÷ƒŠfV·dëð( ÐpVlPðåú• ²¥fÉí(ZTÒ™`5`nnš,m“ßáŠËÓ”€Ežz‡]'g–¼wí¸’tó§—á>ŸQBåÖWbòYËéŽÊú‹UiÃáŠÕx$8µí86–÷“ùß6BÎg¼D… -ÎÉ&Ò,%G>Âpù=9ݾ¼Ñç#iæFpâ¶G üj}ì[ 1¸Àº˜9ËFî˜ì© Ü"CÑLëǯ¿(?þ _ÎÑY[»˜°?$:iîü¯—s¤@Ï©dìe#©Õ(}ºË¬`°9мÁSc[ÿ¢—"ÒÓÜá tßS[õÓ¿{(*PGlôMd._™©êFéA‡Ñ~:17ŽédˆÞäªQ2èf|¸«ÜiLÆku%Ÿu«§Ì e¶Hã‘ÆÛ.gÕŠŒemó½;Ý?¸žÉ!Q&lÿ“g:é„Aà„Ìÿž6šJ Ö¦fX»e÷€è:À€ýuºSÒ’­þ`´ß=ÝyÌmDQbD‰;qE·`:ošÿRD½h“*Ú‘ðxŸŽQ°ªÅ2HžØH'¥fûƸ»fñ†hsâ}îÖ^«iä®7bÐGˆÍѯ µ. [<¬K³­(W¾ï°ùížËŒ”…žJù‹úX×N?=³†õ¨8öhA8—ŽûïiËNJÁ…*TÏÎë‚XèÅÝÏ̬„yx±˜_j\ä^%h¥=€x]ÈÞîQPä¢0иˆù±ÞäC›Î¶½åV¡5žDàQ±¢À@^Ök-Þ@ü±€“ð•õ!”?>'Œ°˜V¹v­¥g=˜#¥è4Î3î="XÊL P²Q]ŸfëÕó8{A-ÿÜ¥j”}ïÖA¶bÐíuv‘h˜x;‘ ªä>SU"=i„íì5߃Ù.g¥ÓíUÛþ~l¤G€öœÿ´<®&=d p¶Â(¢W«½Ó‘ŸÒy’Ÿˆ¾Â_5ª šëÏxkF²” gl_ûŠåŒ9s}G -¢h ‹<  üa~ý -Œ³pô×yÝüp¨i[*FÜÚÊXb9<¨väñ}ºîñ'ºW»ª[¼Aæö-ÞÉ(åì©âÙ5–ÂŒæ&J«Pj›§®Ï+ϼ2©ÁŸ®bá„O' P½¼LF¶ªG_ÑÍ3’0çÎzl…¯KßcwÈËãÉŽAøÃÌ¥ƒ±]Výò˜µ®æÕ×GvEQ:Á+Ýø€,¡bêTJ’ åÄü Oi»óJÕˆu$X¨Û‚©‹Wk¤ÿ–“2Tü”îRØA×¼þܯPÇ-„ÿ-ÊïºwG -¬÷ÊRP¦éÛæa—ü ‡•¤Ï>1Ò ùß0Z€Ö^Å‚fücrîí“”­ãÁI¢vÈ|g¦˜ˆ)ó3ÝÞ¾Ýbÿ–96¢ß..÷n÷RŽarÎ>Že<-fŠÂ(uÒ‡Xi-â·T÷£‡%³öM&kM·’sÓž/yÜ (üÈ´±nÄñòð!WÄîBÙ½ߦÆtsÀnäªMœwíÙ¦Lù HԞΉçùÌdh,Q8Ù?»÷§³Õ·r„c¿GÍ¢*¢§àÕ6Eì‡uÀ†þ¡ÝÉ뎖¢_‰ŽÙ*eÉ}Ñ©ì°öÐ$ÈÐGC.L>•>Èèû§`E?K˜¨êMQ¨®¥€¿ÇVÿL߈´]„u@Ù±;chf¥ÑŒàª8óGS›£c±ù %†‘ HD¼Öfûœ T‰¶G’mHìë†\ÌàÙî`ì:ØY’Z`ªè/³o±%¿ TÈI±Ð1Êa´Å›ÁN¿Ö[>*"z&‚”e¨fëNn?ÜöäÛ3Ôæ¸^ê'ÇÃÁ/ÿöް=°whü¨¾I'©–ªZßõâ:öN›™+]•´^~¦6´Ù:èðã§¾¶rh¬†9‹ÛÈ9Ô6ègÒe´‚¹÷ é'?pí÷liäd¾‚ÍÚ`ª·P H Vç¨(&î¤ûkmìÏÝ`j:3¬±Tj°m×›K¿ípÔ|ªYNW†µ@¢ô!Z+Ç©lhœ7Ö^…­1i¾!ç½~nZSMü:¤)B*?•-ÆèH¬~ãÔ¨Léæt¨…ºv$×r¨#Ãʶ~ŸÝ c\ú-FÓÐWªn%Ò»ÙÒ¯±f,·È‡ÒbÑ»¡÷k؉”¤_oǰvN-ñs”?÷±ýÝ“1U™»ÔŽ!d:Y7Þ¢3yÇŒš²ùŒ ¿|4_ˆ÷#=Ê@kãЧÆ;γ87ÒxšÊ[t[‹¼Ïóܲ%ä¼lláp=Ë£–Á½”§u0'šT9UË:#\ÍûÈ#ÂæYýŠwfLHl=: `Í’ƒ.²¶‘׋(Œ ÀÇ»ò4s:7¨W"þÌÙ5·8ö¬R6ø)'ýãBe¤ŸXòõa&ô@;Û*†î{Û|]dçÕÕÈZò9ÆmSкC,±Îs›:³@ H°UÈñ|ºpZñá:?« ߢVÓ[¾VåØÜ˜Kˆn@üfWøÌã“K§å o˜5™‘Q™Ê•ð?² 85«Za¦Z#Ûqâfh}t…@RñQ© œ‚ì¤Âå#ØÀ^ßjŠË¶*ÉqFµ5µËÁ1[ -žÈ‡N ÓŠ?œ»ž{Û`Y4ë—^wê_wÅ/ìúB©aûHËS8OåúXžeä;ÑÜwQñP„cÁžû+Â8¢WZ €ëÉœ´äs#¾‹Ò2ú°¹ÏiHæÒµ#h81çàððR^>TTlÛG}s×_WâÀkg¶H:¨$J½²A ãGtmΟŽÇòQ6ðÌ\ÈAåÉ\n‰Rž z¯34¤·fÎh±¨ìCÓMÅæñ*.j=—Š}5¯.ÎÈò½X3ÄëNöuHø ‘Þ+ :b:ãöy³šd‚ë¶h¿Kê~‹Ôs¬JV® ý*6pʲU ÕdzÅ igA¶«ò«&Ùa]T¤¥Œ¿‰8ˆ°Ë$é9‹¤:ìQiq§ÿ -ÌÔB áZ @U>åö‚ô2Œ°‡ÄÝAwÝί+BÈSŒ˜úî!_¤7$-¬h–zJÊHðïøFŠœiA§7‰bö(y«ø£±Qä^SÖ€µ–Žü±ß°ñg-Z trÊxd¢Ò•{óiXß³Gq3úTˆ×vpÅ}_UhtP­íV ŠœƒRGù¨ Ýh jO_ÓTÜ™õ{==ôØ¿JQb€ xElÇ.j³úŒÍžI£™ã¥°Q¶ê“øÍÙg”ÿGÜB­æÖ]'C90çgû~X¼Ê#8<̃æÖw l<øÁïµR“¢¿`Gæb™ -­cî?ÔÆcŽg”- ÐÊ-q2õHQ_0‡IÊt\0«ªKj¼Ö£WÜDgn`6M^MõúñJ£’özm+^VVD̄屹HÄ4À<ŽS9â‘FÀ‹–Áè@YÙ‹`‚t ¥9Ë*9®gꆋÏþ$]ãÝõUyl‰ _æ1ª¹Î³¯–‡r¥\>¹B}›mˆãk1‚ÎäÓozµ$Åô&Q_ªbóÃ囩ñp¤º7d:Œ%È¿}x¸? ¿»3Æ;@“t“,Cýö¹žwºS('ð^fý)/hkíÌãi êã•|i˜9hÅ4¶zd§µÊÎ#Øu•v÷VÏëE;ž[ÕzPmk˜R iÁ,7{ªÌp½ßÛDô¡æôÊ6ü—S\3±žÚݹE;ÞAˆÀôWRÐÌ:Û)%z§Ðj\ËKôu¨£Êg’$¤XH’!Úqµ·Æ#l5«îµ|ŒàÓîŠss6MYL!¢R:9AH²×q¨˜ô¹Sò¿áj'J„E£ÅV3E篅T.&Zà÷+8B`^Èæ)±<WÏØîÞ>Œnév£¨Ä‰J…a–ù½3ÿ.€Dý¨9?UŒ‚‚%ñ:mÐLj™¹x|VÁø£´*1 )õ©žžXÞž§7-…2H¥Qâlб"f}Ø—k’!q ¨äØzjrѹҬÑ|£­¡°"jT -_¬RùVRªoÛ*ßP8äO•ˆ"ýÏD{\B‰U‚07‡ewµ­J©°žâ£>:* ²Q4± Ô°N3El]•N݈`RW2oÐùG¶N¡Qn¦÷Vx¶µBŠâ`m¤ƒŒþ¤¢ªÝŒ!, «UÑjË;¾Ê}¤O[Zccx¥ê—N9õ"“;5­ÊÖ¨»F(¢ÍÄ„ô±a˜a¹62tw@nð‹®úL|àNž¸ÐÇ}˜º÷a·ßRwSdlMVÅúUbB·gÊ ->)Ôºžb…ǯ ¨€/J„Z3Ðêª< Ã0ˆÉgR·ñz•1¹ssÁÝîgÛ!Ñ*ŠåI²öŠûDßðÙôäð*;°‰º"FS—s'%Z¼‰Ð, nØV®T‚'jCÌ´5 Ú< £;5æH¨ ³&æõ óªÔÙ3 »cÇXŠd·H}ô5æêöu^Óý±¥Ù*³MÕ£ÊV0lø$äF <ÂÒÐ$v(štE°â‹óÐëJB¤à-»ï<‡'&_,5̸Í^O^»Ðº²O-åÌ1C@g¾ÄŽöã~Ì‚iƸýá!j"°Þtz<§Í ˜5ë%™3‚&ê~ᦦˆ}°+’/éšA¾ä1~µŽyÕ‚ÿÈ"sÁ~ùÜZj¼?à ¤…Qv… }{CtZUÉ«°\Ç?(R SßÉýÂÔ(,Ù·þÔQ`‡ßÛŸÔ-½a,Ñb=÷ V"•õê~é¦9 .2ÁxP¸ÔÇ‹èÞê­ØÓõ\)P”‹ÒµÛÌ.€‚ð×,Q¥uÆ ®§5vzîl,ÞleKçÒ3-3fQÅ t´s- W|ìDÚ\ÿâè'X/ ´ "N·IyÆëJB]PøvCT©G,ÞV)Úò×bñ×µîá,µ (/8p´—ÙŒ‚ÔlÀ5áe߆sä4GÔé £VˆÎZ+û B‘ôþ$Ïsçà<ÆÈ5¿?Îüþø“»¢f†»ŠoÁ3g@(À¾ç[¥&qüîù”UHéª&)ÒɨdŽm:ºr\coÎ;§Kbók¸÷­¶J"aÅeûYGÞäš+ê8D‰ç'Še¨õüüÃÿ"H4aÇÚ°{.&¸òPD϶ԭL·^ï¶ÝÖmÓ¬ˆ!à¯l ±Uª”jû팮ñ òjC”³rÎNF„,ArÛêÞa&¼‚+2J¼—v`Æñ®£ø=YίÝ ×̽'ƒ4e ï<û~T[Å`5àäè~—Cü£óqåFIöFRL·âªú³¶ÈZ!Ñ£sAÛ.¾°&Ï‚X*à¶jñ*ÛëQ¦Édæg9·^[vFBƒ³þÌëówfŒNÒÆ‘.c'µÝvvR* Ñ®ÀМ×.h•êöBt÷Z[ ¦ `WÛ~›¢ýîb—ÿÔá;üQ5ƒÏÇ70ÌÜõ­TõN6ÇŽè~›èjs -Yw––!C Lè[‘f½PÈ;‚.ؘs<Ê£ŒÃMÙ™aÀA]{'_$} yÞ¢’TMml¡èH h}1ÑÞøÎ!¨çcçRì|sæ´Nú¨¼IЯšÁs)n8ýÔe±>?ív„AJ!{Í@NöÚ^ÄB¶eH7}ÎJò!6Òæ?‹ÿù[‚ŒþíŸu¯ü+Oô+ö‘ùߨE -ag¥j ¹áŸð²my ­D²¾eù5Ê»$Ü›~Pº2tüwwpîU=úuV5 æžªŒ´ÆâÀ!«=]oý±”œê¾Õ&6Õö`SÓIáÊG®¹…ûÄ5¯$ûxq¾/<ÕTÐìŠ(àYòËÈkJ7‡'«µà‰Ân¥ì9d°^‡ÉZ}fž…¤½®d„üì)n¡dwÓ¯LšhI‰¦óYÚÆ(°0¯ŒBÄH}¹7Åù¶O:Ÿó)úçFw¬kÝ ¢Zìå]¬ ¼;ãÜxYitoðACŽ«YÝÊD[;Âç™Ê¯ašãh{~ Eÿ ÆÊ4êýnM!Y ÿ°ê–c»ˆ»VÓûJlñN_×Ï®…7¾!&ò›ä8#®È·‡:éCåúºBëÛ e;wwm4Ÿ}'™z‰.‘V›#œ3Žk±ã1ñ€JéW^oz=³>1åøq…âŸuÙ“G£$‡¯odÓÏç¿Ð‹Îu:šUg7§ ¾â¢ÚÏïï=5ERu)¼KVl?¡ožäp¿<ø«‘ì®ÁAxèÂ0˜åÕ=W¯á[}…÷¯ôWBIáõMÔi#s(ÃØ¯ýcåYê-sû÷ˆç&øWûJoQ¨l±Wã¹n -Ñ×V*}ɲ†nU°¬è¢¦WËý:o@‚FðZ†Dl½þªDâ`Ý€xÆ œpñ³­nÉ5rv¿|“ýœWâx¤pçàÆsðƒý=¶1k %ò~t~Ê+Óñ‘? 4²3`ûüàîd¸zž ŠøoŸ‡ÿ±˜eu-@'êÄFX _c–m vEtÙ6\ˆÎ zfn,ŸÊ`H‡9ˆ‚€ˆ(Eä†íV"ˆ¦ÕÇV!ýzà+7,¯Ã[Ô¹Uh'Š¡áö¡›ú+¡Ïƒ… s¼•ü9MDÝý±BÕ¿€Jû¦Ïúä4 ½„á‹]·NùŒÕÌ{Ä·é[Ôªš~?ü,ÉÈqd?êÞ9.]%Úèµ¶`×ÎÍÚ·Ö*°?¼G¶® åZÜ ‚B;ì¡¡¸`Ó&ÕZôæØ“£.’×UÑÏ–¨¹ÉÑÌ+r¨ ôâŽ;íP!vØh0‹@¹ Ð%Êä·û¼UYÛ+=Îv3Z’ôM›œ¶3‰ÞÇÁù±3Ƴªöu›èu!á‹Gûá†wŒ«é¶ Ë÷–à¹K¾*‚d×>±nx¶b5ðwdÜÍ7 ï×ÙÞ#Òè ùôýÏ©íì5 ÂùÁlkƒ9+ÉwkR¾µd°¦’´Pæ´œèQ]+ryö¦BaqÛs{øœÉ–T×Å5öa -ÿŬë/&™¥³ùf‹RæÚA¿³"¨ƒ`ë×¼“é•`øMó@‰Ö+“§áìaã/€ˆÏäÛ2zæ=;ó§G½2ÜâUmO -/ö‹?tÅYnÔPC}®/?‚1¦mÇŸ÷#IÍOPÙg. Òéú*²ÎmŽÚá¹=5aÙrÔ+jDÓ}¤éU¶¶û:pÏý׎îOáÔÑIØ_¼—ŒÐÛϽg*Z66ñÂ|ª¦ÓMxÃ`»=#&U¹%Ô–žB*ôŒÖž ÷ëa9.ë+ª¨­R¯Ì—ï¸å20ÓrûÑ’{a_k¬bm‰q ¬µò¬ÎôUtí׉é1•–2nƒŒ©ènµ±ú+ÐwîYŽÍZ~!äKeÂ'¢\ï©úžmÖ³«"ù%ˆäÄî3Ø»…}(§t­fGŒò6/¼ ‘“ .É hL}:™ÈÈ&ªÉg=W +t=Ñ%F(.l.aD¸¥ º®\) -¡ðHi(zGDyud·qž)ì%‚ÑUX4·gŠõÔ<Ö-9/ Ð!'FèCÈÖ\ z.L>YáL„øÇ#¦q»jš -øöÅ–ÌxWV]³ÔÙÇl·Íøõ;÷ˆCœÂ.àÙC{Ø/ ‚"› ®j=²—.ˆ÷þcY¶FáZ¥aâ5_ öóy@¯Û×y‹Ú4¤µî™-8‰O**§+êh޳ù½i;+ùrà·{–‘,Çí¾ß£Tˆæ+Ut&Í=Ps`-™ñP¶^=àìŸä-Š—ÀñÀÚ§{œÔÐñiVdeE5óQ|V@‘»hZ#àæx.tlWU•¡e[´’JµÇ_p8†.OàËE•éÌ-Ñ BLa)Ûõ³ÉOSH}35{¢Àézçϊ趈õÅã»f›¤}­Ï| º’ç¹SŒÓ]†‡tRªÅ-Ü®Nˆ:™OeÖ·J^ɳÜ{%†1èUø±9rX¢ÏÇ›ç- -Ê‘žŠgî}—Œ—A±¼+ ™“WñÚ­Éã›YÌv_¼C…üõÏ.Ø êš»9ã»´ùûz ìf9ˆÙGÍꛨ- ˆp³]à+³ðª».øZWô -…Pô‡ž|>’[—´›÷ùÅã­ó£3úm~ìõtΫHXÑ÷ÇÞûîŒ)L_÷Ó ’îíåþ ›=Úàrã}~ˆæq•dÿj`Í4¶^e´mÀõŒð\†öë>;QÚÙPW° Û±tÉQÍÁ-¸ !ÕcÐ söS¢–|n³Á§Ž!³b¬•jíyäÁAfd S¡Ú%ÿGÑéP…/㙳ÈM;Ïð/JÝôöëG‹f.B™Ž?#qL3Ò¸6ü»Þö×¾sa‡^'åÚ™JăÜ<æV”ñcí{>~àGJÙ‰t£ðK.î½Døu£îáå\:óüJ6ô·¬‹Ú–»¨:˜Û÷ѷín[[>á¡úwžº\QÄ0AÖ³×·#4È45yUG¥åÞÝ½à›®üÊ•Y&§CWÓAGëŠúŸ‘=:ó³î†y€6#ðì;gµ>XnáÚ—Šë¶ñ¦ ‰šooŸŒ¦ãÍ•„3ò£òx!žÉX/E8Ié£Õ=¨iwª«æB¤“ Û.©ZÇC—Uê† ‘é±Jì™Î둨ªÖLµéAùô–Y@=Hª²¨`FÃ’z„RÝ»YL2²±á ²þä;·²5»§îÎUöP»Îc§E€Ž|ª‡ÂïHÓ¯Û×ÅødÇw¶ .v]þùwDS²#û¾ûK¼6†ÞÛA|"¸Ü…&u€»¯ =›ó?Œ!c}½"@X)‘Š´Œ(FàƒGGA;õúÏ­×_/›#‰cA£-ͦę¡oL´×癢{ú×|¤—‹Ð׃ãˆ86_ Ö­4ÕȰ#ö€nÑ ·b=ü>ñP[¾ðg>ጼæ>¸6±›§¨æCIóXùúŸ8¼±{nŸGàð¬ëõŸÂÙƒiÉŽEC~=óp+ÚFÙüâ€_íùZÞjḟu’#}ý³j(ðáõÚ¦ÄÏADBN8>땰æ‚ ]в”z©˜^9±;ð<ÀŠC](Ò„ùE‹KÒšr4%ŽJM_’s´oLŽKTççY>ewHrM™‡d•»ÛÒ9…Ÿ{n!UÕz Ï¬_”'@ Š·Þ*ÆïF_¬í­µÙZWÝx8÷mÐÞ·gÞÛAæï&p6™&­ênR |(èakô@’_j4è'ˆê !`…½"ˆ(¬ª þ$4pCö ŒÌrÄ1]JNG6ü‘ê @žX)zà>£FÅ„³o­I"l%¡uÁ›²nÊ>P )ì½a~‰±+D”÷ÎÄ·6GCž%pÝæš²IÅ^$}Øèûßñä±¶R…kg‚Ï1ÇzÇh‹:auýª|ß5Ð*ß çódœýÑËW3‡|“9LËÖg°t( a0¦87G‹Ë[3%™ü˜æTj}áÈ”•Bël-ÕUX²6‹ O¬_©R/ÿõÀoŸ‰CcʯQpóB\÷€‡ÝTœÚTü x}‹ønÕ~‹:Ͱuð˜tÍ› X?,·©Î¹=¹€ŠaG®W»UZ1çÿq7`w[´Ê÷ÔÌY¨>™HÔ3ô\굓³`;ÂDææeÛ´¥DƒËÒÜß8+Ò2‘ÒòØ$ûãv[s‚Ç ®Ïo†·ˆÝ5°«ØÛŸ¯EQå0>ÔµI@QðÓ#|•« -ïUk¦:ä‰kåãr`Ô¹£Î'Š -°=Úk«¶ñ -¸v€6áuc› 0(Ç#b½ü/›­CdSaS‚÷@ÕÉž!P5" !óÌ3°Ö xkbBK<¤çâÕ•»öŽ¡‡Bse¤é¢x"L¥N~Ut˜¤ã×1ÛÙV‡Ð±Iت’Sk"h¶'à¡çàE;Þ¤Fr÷.§š2üQ¦¿D^Q]s©!:Û\®}6Ëõ‡‡Ë;`”»ÙxÎ+1”FJ§Vš” ¨¢ðÌ|áûÈNÉtÉóö-Ž/7M·­‡ÎГðcŠ#RÄcäì»NŸ©ƒõAÓ™b˜¶ÑF+1¿Øv¢tÊò„¯_SÅ‹šiäú/S:ܬé‚ö*Œ&Zdvôî#üÑâY¸Ò2&J¯–\ô•kˆA(™g²v°²‰6ÅõY|¶±áXØ®°†c¤ÍP]„[Éd˜¡o~©«@›:æ£{<Iþõõ;¬¥±%ñû…ÎPPEnáëíÜÇ¥Z%>_B·Þ`àNèaÿµeäѹŸñô >÷ÄJtx¥ØÎÝ3â¬o’*?ãìñ¼¸"™¬wôN8GÝ"¼Wt[ô´ýcZëU;u&@ŠD¥(„x™ùS±ŒãÎù£^±–x„Tr ¢ñJf€gŽûo9%‡Ž-0K."S0ÖÓzÛiþ€¯)#y ‚7ßL‰V‰þ"wôºÝ = ÔÄÂK€ª6+Ô®îè7]Ò>kª™¡w¢Ÿ„1wÅôùþ¼'F©³ÁPMfÜ Î¸åJê mÊÏ:pôýÄÆðÛ™¯¬Ÿº/åõ›ÐÖÒ,…Õm­¯ílQÖN…Sš¾ÝQ­×wRB¡Ð@wilé¡ÊäõQ×~;t9û-4L÷o«f[§Í«j!¾òkã¯]°à~ý{àÇu‹"p·.ƒ‰Øå•aâ¸)Ø t‰˜Ò¿EðÌ“½U)gyókð-¬Å;ã¿ÜMlð6 -\|þ•zÅÂƆ!%:ƒP -–ÍGÎáô´àyìl[ͦ²ÊߩƆb%Or–é é²Úp\q3 õ`„¾5â¾ÈþÊ$}ûóµÖ8þã÷²Gw¥UÙû©¼Eø“öü¤ýQJ}‹›îJRoJÙ²|wì5ëVœ¨œaËÊ a/zÍúKßB)h(’V|îÑÕ=»xl¼ÕAQ´€À¼­P Åyµ5s£EN4æ§ÍH@õ¨[&lûø÷˜çýÞ‘|è3"ÿ4_¸ëc¿ÃFé[>Bæ#†”¯2(‘LĶ£š«Y Š|–+P?kÄè¶rÒúFïpßfRšÖÈ‘;.->/Oã‹K-¾ÃÇ‚%‹À­i'[ñoó:—@ÝEÓΟKܪ̱¡À¬3WÖÍz¤5 >rkùç³@Àä±”Y·ê¾·˜}Ët&[Mߢ£×C]"Ó¯G“@•õò—ǤSp•®ìô%©$õÏJà˜Á)@^ůÇv”þ€¼å[•÷ˆ¼ ÷¶Ž¸²X¿ŸçÚÓ ´B¦Éâ4÷|?@íÖ¶ÑC°þõ&XÊRŽûúG -$g¿AÂRg “:g¿kw@Â÷-àµ|hù{¬+ã›Ó¬í/ú4Ô†%tZŸWø 8•|¼Ùä«ë_¨sxR›!©QĆžq—óËf ÜBô·ÈyMMŽ"‚ˆìô8Û>ËQ¯+JÚQÂÔìJΜ'T&Ô½6?! ¢V´‚=WÄœ›Ïi×»Û)~Hûç¾RñGvTÞã¹ìIeR1ŒÝ̦_àI'ÎÄTëÙ!¶²ŠQ*Ë]‘]o—¬Ã£ar ãúvz«`Êö@Z7†Áør¾G䑚I1;ÕíÕ¾9Ïlû¨J(ÆI¡½U£%¨¬œýó,ÊËœ›àÖ˜ø^›œ†,“Uڜ絥¯@G½—‰ýLAÍ3ê|a,¬b³!ž¶î­ ‘‚[¬Å¶>^Gæw?n@ùQ·¾Žt«š 7Ô–›aÁ,¾l®0#³µæŽk[FHJ&âyj¢Âû]ê7ç)[u¥‰†ØÄ)üoÕáó= <ì8ütçƒþtDã«Ëôc+Ú¬·9Ã:¶ïè…ºMüÜòÖBNÓuê_± -Ï£?Èm© -@¾Ç±¥…ÖídµŒ LS6 )"s+m¢x_ÀD(£ṗë‚Îã§I€»W®$ÕBÉû|/½~Nk@îö™fûÁý‚Î-ÙFS%ºE4ÉBk3&ÊAGË>ÿÚ¼ÛQäŠ2‚ñyël³|q¦´~ŽÕ¹ïö%ªo çÞ‡ÊV¬u¥ ·bH€¾£6€Èk`h‰À‰¦Ï÷ˆt fRAÎâ¼õk” gÕ0Ëߊ":È ”\‹ÏfÀ!”¿iÖù¡iÚ<œúM„'ê¡}‡¿#â¡IøU¿¸‡Þ\ bX3œ<¦ÂWè Ž%¤çÒß#l½È¨Eê«þ¬Wô‹¨ m†•‡–ÔoÅl#|èGíÃÓ}ÚzxíÓW‹dÕ«d -½ÕŽ·a{UÚÉ€³Õ¹Åu FÌm$9µ}A¾l¸žü-ª”ìmh€­BŒú±Í8AÛ•R8+Ý;á¿v¨òo䨯­?xlÅÀjÓì¨ÃZ@ŠkÒ5· ‘o)=¥šÕ -j磃)ü™·_—¬äžIØzÉPxWJ_Rx.¹VÆRxÑúö„Z (k•;Mõ–ºJÂRV‚~¡¡7ÖcSËx?°™¹=(½]oLdðIZ´ÉÞ'þîß|ü÷ÿöç/V>þÝøÃþçÇßýû¿ÿ¯¿ùÓŸ~ÿ/ÿüÓßÿïŸþóoþéŸúñü¿?ýáüô÷OúOÿò‡ÿóÇ\ôû¿øÿÿÇßÿæO¿ÿÝOë¿øp÷ëü -eø¿ð׳¾ÌXÿ™ùRßPˆ›Ô§WÐÒÅÖyaߎ `ÉB¡Ú¤žy‹"$(>xÓC븊v h,4K«C‚¨r‡OÉÛ(ïï$¥þÑþ”‹‰™âÇzê\ó(ö˜P .B÷0+kŒ×˜(M*´=ïlJŽw¢¢~è(ãTY¼Tj×âf}ㄈ jÎ!«bjtCÄV¨ñS¬ŒCk#èüMåÂ×fðÿÕÏI3;ñµg1àY¯ü¼ÍD\Ї(µ°#Vª@­\ ¹£¦2Ú*Py×öˆqâš âkÝ©ð³÷pûMh& Í«ñ› ñ´îe†ï¸#À^Ë+P˜;Ä_gž(䬗Ü,\_ÑG§Ñ¤ãåÇècè…H‹vöŠºÉdQ!¥â´øCJ°;¨8×ÂÞf@¾çáØŽ@id8À¼éã2¡öÎÂHJÉ¢(0°[?—|o¨5²Ú]j‡b§ -¬àN¿ÄŠº¾ÁÕÖÇzm¾ëùàø*´=‹l\Öž3 »g˜ëÑѾ]§£» ª)g @¢šæ8ÒÆñÖ´Ìç]5 Íf´«òI òI¨' xÄ®/ kx§®â.x£š(|Ì¡Jüúkt€è2Yîxy þ);`Ýwø$µåùwÏÚ›o#(ÆDïù›f (ø…Ñïú÷&R’¡ì£ï"¦.µ¨›<Ô€÷ »Ø^ß»¨›v²èò<äw$zVÄiŽáwL¢üÔú{D¾È ܫ֢Äðûyhißȵt]ÅÈþ´>ð9d†hŒÈ)˜ºsÿ†Vš8&³¯çBD©À*3 ’e³‚nއÈ*M:ÏÓ[Ú³]ÚF_Fœ¨®ÊîX«^4Ùúë:L9Æ€šcCƒL¦tÿu/?ÏD¬Ç’FfF çæ -µÆˆ¹ÒmÎßîçÐSº¤‘Ž”MÃ1®¡Ôƒ¼'NRÉðF¡ ·Ô¦²Ìs€'cª©§ëþy×_k| Ä(ò r`¥@ë±îdþˆ:^xòÕPëdôKp½©oy¦HÎpܪ]¡®÷Ó0¦?€®Ãøª< Ãn 54¿o"¾{xß‚.H’¢.T•¥Â¦)¸&Ç. Xuët*ð6[7 Äv;  s²WÀ.£˜Y Ñ;Ë;Ô–w–eMº&ûJU( ÐPÑD¨º@)0†ÆœÄ YC?EÇT„WŒ@S¥ ÇñÍb$L…lo-"xâ÷íX|„ï3Qtû‰º…74Ç‹Dœ€p‚€ óf©$màB(ú¢ÙÛ÷Œ KÁ¢û×qIbb#;'ÞXçªÛAЋëu`¸6/7Ä à"˜ÉK þÄo¼À$Q?y-#öñÕ%1V²2‹b­G—‚¤åHÒB'·ï¤å0ñ9A£ÐÔãîQ'™üôaÔÚ@šçá;Aç; Ü/¨‘ê/'bOÊF0Û&³ÀÉ«àKL«â¢ƒ¯\—i·]ýõpƒ j0©zë"Ðþ¡HÑÀ{] :WY» «vtÒ·Ñÿ{ œqW5‹ÅùÀY½îåf/gT+DÐÔ&¯Ê½$º²2º`ÙQ‡«ìñK+QSG¢èm0bdpºWh$ó.,zg"N>Ü!K„€ -s!ŒÝÐðBc£#Ø• -ºKÊþúöê‘êVßÄv À¦è^æâ†ÐÛú‡Cé¶›õ8˜4`x‘6]·K¯¨Òt—&;&lë§¢ýâZÙù˜xé”lÝè“ç9 nßnEÀO›N9ÜnÞÔòñk¯Áû¥Y™†{Ðú”Íþ» Rƒk„JæÒ°ouˆ²ŠÅ”vEU<­<8Ò¶JÖ­ÄIjn‰¨ê½AÒlgHš03Qkñgëh´ÏCO|=ÕÜ ^Uׯº#$Œ6Úá<+õSº¯tІ$ àÇŽYE×]ŸMß`ç´®tDÙµŠÝ& r>±çXt<( ÐðcXûáàš¡d¡J¨Å·óÈd}„"±G¡¢J‘ Þt_)yTʈMBh,ÈÿÛÁS ¯w™—ù¦G ðÛ2˜:pm:\+u¸ÉÕéÇiÀImÚ¶\!—ôÓGBÔFg AcÝHzºŒ€<H™êgŸû2ÞFèT³î"ù2b>SÓ¨¨…b7J˜ÃÀÛ‹¬ùÔØªh ‘Á‘Õ®ÄZƬU¸0ªð¾­j´iy |œÜ@‰põªTõDÖN´êˆ)á…Û̈ý@÷~|°]Í4zR¶·¨{ȉôP—å#3Å©ûñfð;€¤ùQpÒAuíoø‹ˆ4Q²M¯)}ÞÏTÍfÏ «‚oØ£o½Þ#ȰßDÌ­µMZôjà¾G!ýßEï0tZçAÉD[¿Ó¯¤“SÌ®´“„§Ñý¯XùkãLG ÔÃûJØ‚p%A8œg?Œ)֮ؑk`—ñÝsB¿vSÂo©ý³î_iÕ¦[–±wäá Ä¬°gÏìëÙ`_i}ûJÚ]pGV8#ŽÕp—gNá\öwfäƒ5%^Cïö?Óƒîi²wW³Ô…m|˜fóPÅy|m3TÖ¤üU‰tzcÐ1Pö+ßݽW^*3u(Òp×БЭtnƒÄ‹Z Å£’W¼õü_é:®’¢Ð$vÝ[žŒÁRݤ¢&}¨xåùq¤ñqе1‚]ûRu"T>ZµX&lm­‚F×Är_ -,I óñ+ï¡Ê«ì¸Å;‚èT§pÚ%A ¨¶R?O¹ÃJès¸KI£YQÒ ŒX·ÍóH)š[­€mýœû‹°¸Ð"¤#KÄùúüW¦ ™Ù²ªôNepÝóöY>@£ÏFiã.çæòÑ€¹l€åûA<ƒ£y@a[ŸïøAÄĺ대›:‘4ÿéᯪªã黂ê¶Éü—/Tdó1›×Q¾92X>µ‰ [&+è‰Ô'Ä]>c÷%‚Ù¥@K7ÞRãÔÆpžÅí‚öÄÐŽ £%äactEtQë,hÌw×WAd«YȢ㛿J¥°ÛÑ¥ -~sžæ -ʯ΢ÊÎ ìX«p¿o"@ÉÁ¢»zž®_ÄTüÛÍ­ ŒÅõÛTXIk¥ë¢)ó!ç=ãVÏšÛ~úmn\äê{„W:4u_•ȪîŽoÏ ”‘¿4ü³k#±À÷y­Tl†ñ½÷½{‹bþ¢A ”A"<ÁPëóÓzŒE•„ë¶>Øãß#ž޵ƒ®¹í¼ŸX ý%ѲñaAƒrÒÕ^›í8Çd–ÐH‰•Y¹sÇÃû»÷R´>3M9¢ÄÝEzKÎã;n#å2B¬7²¸È¨áT3ÒíÅ>(¹õz¢œŽ`@ïÉ( s‡‹§§Y7y;<~ÎTÓ¹Ù*ÚSm¥¤R¥J´Î…´*-$HUV<)ƒ ¯ö߇³FÆ*Ï£Ç/š7þ|È…X¨ã¯åöº¾; ‰ÛÚÖ¯}kx°2.ÄV Ñ7Ûøð@öî٫ߣZ`| %åv*©Ÿõ7éI]9 B@ä­[gæ·Ï -Ï‚ÊT¶~s jš˜Æ›ÃÏ©mú±Õóß#¢À`Õ®ÓE®ô%ªmì385’h?pŒ‰PÑ¢¹\ÒòøC’öãyÙ~tvü5àyWm%~=hs #ò;¬rùýýŸ-¸p9dH<ЯQП|àB·âJâǪ˜tâ+z":T±SW\+ -HÓ ëÙ·ˆÜ'äiˆÂlõíÕ[3JPáE­Êj¶Â0uÛ6ôÖ±{?l:ÿ!}‘¾þÍŸßûµY´@¤ˆD&ššßDÌMo/>䯼õ—Q}vYÖriþkƒeåFÅÎKßõ n¦“|6×Õ t#$BÀOÊמtª±%Hù´ põ4èÑ:­º‘ç@£#Èë)$®•"¤1_ÈNpjé¬o7ä:rí¹ÀEþÁðœ²o5ÌB)yˆ¥Øí¬8ð6_³¡ÅƒHCK)@4Ó»³q)‰UŸƒd3w P¡㊰=ã‰h‰˜u¨'tÛû…ÊbâÌtßÂõç(ÏâïH…Ì&¨ÌHihÁìè¦\¢wq‡2C„Ž©¹’¯«32œ{Ü¢ºW„0ÎkÁ‚ÄÁeT/ mÎ þ~ÇF&¤Êô©YUf©f0â(Ö} «ZwWpïí󑥄c?» -Á  pŠ0C¥oÞNöžñ„TâFÐzÌwm+êtˆ†_Éü½.†g ÃóªÖb„‹#'§Gl†WDÃÔòu%; ZSÒ’<ºò‰D]ìÕ‰8q·D€w'm’\ÉÙýDlKň0{Ï•ÀÊH—üÌJúæö™ÍñNÿø+^bTœEiÓÑWç\e_Ëͦe C¥Õç)ã};}wÑZÅWC’8À>æéhŽMpɵ`-Æ+Ô°Ü#¯QZÔV€n¹P ž…´‰6o &b®/"¦Õ;n*gÀ '|çíÁÄÛœa F»£î Ôƒ´±iÐ:Š£3XÓàc\'Ú}L·ë u¸ÆëɬTçú QÎWTËä¹*}EvÏSYúø,…É•.¬h“Ñè½3S¡_畦@xîוº£ZúmžâŸS¼8©µ­~ça›:€g„ `š.zÈûtˆ"¥>W—N¯Ü›é¢êOÙ„ïËC¹N¡( #›¶RÒIú:kn\-§®¾û: U¾• ®(ÝÅ` Ò«»=mP-hhAˆ D²õ#™ÁŠ’Âr¶>JyêI£h U•žû‘©çäJ¯s%QtJ‘¶;.>䨹`ÕÞWuøúL§+ÞºE}ªÕРq :sæ|ºéL÷|X¿F €é]XeÉq<Ó×(l»è•¯Ì£[¬™ôOR(K¬÷ Ý<¹Wî`ŠœÞ¬| -ä[@úö‡ Çõí.]Hßβ6àSš“qnÔÙ-.x‹Ë¸¿ €O¼²C×ä{ƒcߣVr*æ §k?tV¥uÃðDûoe'¹µž«£=Ú{D~r’^IêÇëúî<êÊI_.¾Ž­[3W¥ŽPß7où:‚_¾?®_DÕXÅföÎ$£Të¶yůÙ|-ŽŒ -¸Ût£\¹ª/råþüMЯ_Qº±ÅH‡'äófóð/®µMg ¢ŽQÛ àMŸQs%1¦ê*>£âñ¤@˜ç5´qûyØL6„›]wOÄ¡îäÊ’€áj=h•°š@Ƙî÷|]Ȇ¨ª*¿în‚í˜Û{6îЦ㣵FAqåyÎ k¢u‘EæKÊ÷~¤ßF´ŸYÂü,ç´ÛÔ›{Ý[„ÏAÛÏÁƒ{‹¢Øš‹óŠb?ñµ?1-Æøª3~tÞ¿VÚuÿI€±ß,ï¿Ý¸:‡6Ê1¿9ø+örðWú–g‡ð! ÉIŠÖ‘"2¦†…Úpñ¦ÿ¸qQÁquÅpÛ¯žg8Ÿ¶zoi«_ý= JÔNeF\Å× ¤\ú†h9ï:X_š£Ÿ©‰ht…cqëê‰p]}L퉚¾ +u>mÔá,så1›p@ÿ‡ˆµPdU´=Ñà~QØ«!“Afw–¹‰7\ÿ¼R6ÞΘ#Q7ùè¤Ö2‚–#2twKÑó¼’«r>‹"¦Kãª/Ÿ‡«ßÁyýcäCMv2'¹`¼L˜ °/šïÍØÝE;³5~¸C‰]ˆÜÅk4ü‹(F(Ð5(Ìù!HU[ºp¤³¸W:‹* -±˜Ãpx;ðÛ€aZb9U¾ûk„)¸ð‰aˆG—D"XÙ!7ì-±öö:üâGá¼èš -SWqÿªÁPn89(ÑîÛr±:A÷™Àþ¾F¼–0€>™8¼ŸUˆ™YDYfU—5[Mw·kÍÏ?u\õ÷gHß`zwƒFà¡óæ«!ËB"ºdƒµ 0úA4CJ$¢Ï}!ó#tÿF®„“3Ô%¯+eÑÞÃ::Á4‰Z<çSP"r»W|€’)ë!ÂéËì|îVA€ûØêÏî°ªúË/~iQÏŠÕiݲ.‹a½‡Á€u;…«à1ÎmøóÔxoQH{1€×\‹¯ÕÔÐ>™ŠÐŸ@OÁà$¬i -ìì€ùÇ 4ʉóÚ9ü—³õ$}”.ä¿@óÓi¤þ:!X &Ø÷º7GjÍSk—¶‘~}=Â"NÛ¦7ð=S<Þñ)r -èq13ê sÀ"ÙYUÍ!¶û.¶{sšL &RcÜp×¶ååàå`®Æâ©+èEÅÊòª5RZ0lh|KVŽ÷ˆ@ªš+S‹Û }ªÊñÒÂ]ç (˜iûÀYÊwè³ ÷½œ×í+½EÝÒè!Ü8TÍUÚ>•¸edÓù…2ð[Sï#œ¬òBétÏ(Õþ탢š™å8ñ8öð>ÃûÜ`ãN#÷j7.&ý!&…:ȵ¾®tùh w N»„·¢†´ > ‰ÂŠÐ@ŽösÏ|–´›‚´¸#—49Ö†{™ü”ú-uÔ ¢3úøqe -}¹N½eAÝ‚Ý×¥õv o, Ê S -ßΤWr -^|m!›¬í¬QœYá¬HÔ·8¼zÚOè«,-¥ ¸¶¹ÑG+û&=çßÅšá ßÒ– # ÝÐrãÚâÆ‘û¿¦Á2,èö}{–ªkÈl<{~z¦e€,ÉüX_Üy²ÚùähFS†A?îESûBO}LYB¯,°qG\žç@À‡±}0âÏkGœ>µóÉ¥í’qAàÊOarË^ƒ~.a[f`ƒ³wm^ès‹w:á)‰i”ÎK÷TæLÕ!Ë2=–s9ºBu¡ñÓÁ/j¹L æZ ¸ƒ…:=û`týì’}}€ è6:4f¹oxâ6 ƒë¯¡( ç:Z€ûsÐ-±jh=È5Ö{Ťlç{v†M®B\µˆ3ŠÈ/•+ö¹¿îDÐ$PÊMôᲬe€Ã@c%å±ôá %.±“ŒÈ¨Sû¹A‡%f#h Û=æ|Há³ó2"8ú¾À oyše½à#¢w™Q–\I}†Á³-¾z’ÃÑ]ÜÔL»ýt,Dð p޵R4-ó…Nm ~Ä{3&¸¼.àU#`hÔ³4€x¸À)âŠçwZå8BâüÆæ ë7†ä.:@ -¦ïþåÖ[ >¤­ -Âwʵu1¿äWÂS8ʉ‹€•i¥ ôvGËèÈÒ2Ñ5|¹½ž^G6¬Žµ -2CÚÕ+ž‡Tþ\^hÎ}×?z‡ðJà©òô@°i@£¼¯O(º]ÖaÓèòkãùvƒ?²¯Í¹¹´tÍ2‡µíÇ¡¤U÷@mºX¶t!»ÖQ`g:#–@©œu_bà¶ú6Øö+±.È‚†¹IõþÕóáI«brmì „“jË{w‹ýz%¢úŤ~xsaz¬¶á\È/ºNq=ž焃'ÊÕÒs‹ÂÖ¡&H–å2v㙹ÂW¯ëPX,þ†Ó™ý*€ôue¹ö{¢Úhî‡20ü€tÏù¨žS¾Ãþ"R‡šš¾ýp±µ­_p¿Ë'u zS+©9Ì#ºž¾tkoº—òµ)Ö ¹.¾ùÈ °²¢q¥m×Áî%#ü~ÕǪ̃ïnR“·›Ì¨ùŠ‚PJ“çP(ý& ¿šƒ=YÝ·²L@;X.þ*ìàR“ŽRœÞ_šVÉ«¿“öñ3šÎÆ™ˆY«¬Ï|ùõ£4öR©\4œ¡rÝ<~í!ITôƒa†î”w¬l„çzžågqŽ’ßbòi%duæ{)·LÀuË)AG dùZJw œYïk£f¸t1ÊÈoÝzñøg‰N±®Ç&"Y¸í…?N/+Ÿa%4lîPŽBIGw…2 2Ñ`¦‚e -Ý“K +òse3þÃÖïd5|~*GGõç–É#‰k)ÀV>a £GVíØB¡¦Ã’Ây¸B¢šñ|ìøI˜æE—`í'*|%b -Û¶NÀ¹~Rä=ˆƒA”ªš!@to„öÅŒ\ºÝ~#`O£²âmh1ÎÉx<´2³A†pºT×…{ š˜.Cmù æ++¯ÂX‚Ïqîo¬Ä -À‰d_½Þ±Ò«çÛûDu†º@òcû:#SNâÔk-¸¾?c¤_}E~ü¾•¢Š€üÞ€ ÀʰcŒŸzˆ]¾Uç ->ãªÓŸÀÌ·‹.·íοÅεœç”ߢ''ÔVÀ<ž™sUû&Øý¢§¦/¤fä0ª¨ÁJƒ³%òóØRÆ÷ˆŒ‚°øÆom>Ê!þ%΄¤¢¦/46JæJ›²o@§º¥Ÿž ÈÙ$W…w9á Lž·ÛAÃF”°ÑGD·:Å­ƒ³‚`qE)O{Â6/î!É iÏ "sâÛÞ}åtGšPT5:ÉA3”Ë [/f2A—EÛnE¡ù"A9Ñ¡A°ÇÕ€CÙ¯öðÀ9ÙïG’Â×éO8à7gN$¦²i0¡o9ë. CÓÌŒ(®ôùëå=Y‹.o€è#9&퇴{0Y¯Ø‰U›«?ÇŒÛæîÀŸ%xrur`ƒR&@¼ƒpkQÖ–Àpéhc§ï5r:ÇîbžÔ ÓÒ&ú%F5¾´Ž#Æ›O/lé›J½ö¼¹—~£Ï´üHáj÷GJÀ¡|$]Én“é¡À!}p8ç‰â-ÿ:&_¹Sz²Ð“4Pé¼FN€Ï§[~Éèêb)"·,¾b'0I>Ë¡¯ °`¥U8±á±<…3 P³8-¶p|}$÷ 陆I ¸¶‹Ld­ -³±5Ùû\Ûx)#;ÈA§;ÐÆÓ‹÷‚:ËÓˆOç0'›·Ò}KW¢´ªÉØóå€Ç<êÜå4wo}â{á±T™‘RV®¸È0÷×…AƒëÕbRdå˺Gå{! HbsœçÞ_iÓè L"œ¯JŽpAa|†gë†Ë@6a=ÖUÖŽ€‡•ÕN~B¤¬æ“è_³Ü3Jb@f~pŠ KL‡÷58§ûÆÐ;]ë‚ðDU?‡‘|03»5FĶª€,–:_-í1·òyZÉ‚ |ºlpíyjU’a\Žƒ1SˆnÛfåìdäPb­,9J/—®]LÎG‚Õü×k¼ƒÄ‰F9™/(ÍvTØ‘ëVá@¢ÜÎàÓ-Ñ›ki Á -]I)+ßWßo²“j(s^[¸™½¾^ú…EÚ)3œ@TaSL»kÔOT2¬Jc‹Î¦ý3¥|v{vµ±Ag¨f3T°aÊÕ ©LB+hÇÖñZÓÎë~¡zO¹ülYo’9Íæw¦´lzûTHÙÚâFô‰¯Àâ/KŠò³ÅPM,¡¨wîn¶u€Gd=íæÁ È®PÃÏ‚*m"žÑÕÖÈêQÀB_¬É0úÈc ÏbåeÍFA`­°-&bÝUVáJB“óöjÖÊCz:4s•_ä @➎b%MûÑÃØr“$aùˉÏß²øAïÀð€ŸÓ#ô“<À¾Ó,DÃGÓã’.:¢íÍÞxn²¶„& pUÿþCƒî²RmšÀ[†á*‘axáˆâÝ M*éùÀøciÁDSñ….׆«=¬ 0¯¼ôãí!BºÒç0¢=:#×-‚è>6ÄÐ(?ñŠºj®DÆMZëù,MõÑœÖY~÷¸*LŠiL…%ú¹ûÐÇAЮ K¯9ºPAÞcNÆ5È•^ -eÔ0RTß0N1¶ñzg<¤Ìk»= ðÜU¨ d´ k~Y–nXv´–¤(«èæÂ0ê׆ÛGÔU+Ð-t ¯Ÿ "åÛŽ¸2ñcwø ÊTÜ·¸ÄDaa­[q),Vo`º£FŒv¿.p‰BÈ\éÕ¼ÁFÑ$BŠ;Æyù ·?ù-ðÓˆ¨)a&šO«žlõSG°›šàŒô@J¹a÷ØÉ²-¦µªºù2ØBD\Ù@ßÖ{ct×S\zl:ušc|ð Ö¾6݆ü‰¬÷;ܶƒ¦TW«ÆK«áЧÚBÄq0 -Ü“> âMå•>é{m´-iŽùÌXMk0X7UTK¿ε HãRN'ÊT7Öˆr!Ú… ýŸAëÂŽ«•4ÜwK¸ÔêðiˆÊH’òµ©ÏŠØ‘‹ Bº£¢›†· iO{ÄŒéw|ëŸQÌÍdo”&Ø$~Ö~:(·*T"Ýi“‚-§{®…äulm2ʵHɸŸ{º­†4‹Çª½yêI$9ÛkY -cë¥0þ€¾Væ­ÔbjÝ ˆûñÝ=ä(å.G¹¥Û¢ æƒ×%¶†æ°#LFÙ•EÀ2Œ!|‚=WòPÓKlo$e‹XUŠÛëøSÓÓ‡ÍK¦X²°-5š¶h˜ÒP¸Ú­BØÞ:ll¼.Û Fåÿ±öv­Ö,ëyÞ_Y‡Ž”®¯®®Ãd‚Á!!'‰„ÙVÀYÆQù÷©ëº«ç»öSZ6Æb¯w<³»Gîªçãþ¨aa9/èNI8÷¹èyu¼–ÒZóFk ñN,ï;Ï»¯£ÕtXN<[çLšCÎ㇟AÜ‘e Ûã( 4[ÑãJ„E6žÂb*G£Œ¹ÂŸîiE¼*nÁD±]ÕXÄr&Yn¼Ð‰Àÿˆ ‹z.6kÂC”ùHäšgãÇp¬·«<"p©ñ÷ã\[Ãð'KéêþïÈm‘t—°¤°BbE:Ç}…–:-úp‰”Xz/´<ÊšïL+‹ØÐºÁž¬v{óVíUÒïÌk×ìï.Eâ*½1H .xÖ—ÅëuhÿP(X„9OÑ—tïZ3‹§Hê½Ìöò;0måyØ?—ËвЈÛMwíŠl/úu\¹OÒLð=R©õybOÄæyÍY R\S³©ÞGL -Ô  Ý•kC¨m ÐÓ’äWºpyö{¾ ½6 ÎõU>»ž@Áðu¿Ò´Þšƒ NŠ{‡se°Tnîö¤qà”¸€}põ*Æï}ah®;ÓÜÑÆT;ÜZPí-V}2DV}fóïⱤÝúÃRØ»¹Þý…l–¿‚4JYTÒ{Œ¥Ë¡RBSePæhâ©h…­ÛŒ^Íâ‰÷iˆZ‡ûaÂÐáœé‘]©d_S¡Å°vG±&å8 -²Ã¼àêKm€† }ÎÄt×3==¸õÓ¾ÎÄl‹¨[I+¾õó…:ïˆö‚ެG÷s¾$YO;‰²Xù*( ›¿õ?‰E´ÀAgÞç5i¢Lˆ°5|šˆ%ŽÁ£ÜToµ5o5«Ÿ!ñ)³5_ðb_;G‰jÖ8û¦Ïk¢p×qzJº«ÔNC¡%º?ÂÌÚI –¬ÑÙÓšrïºýKèòΨV¡—äÂ{$x]u`óÄŽ¾£Š–ãÜáº1þ™Iò•é§çÓNÎj¶¾sÖñîD¡ò¼£hp…óQÝWzâ#É˺À¶ºZ¡í)1zÖÓ£Ã,G"ÌxЦ:-ÍdȹŒ ]ZÓ>…˜Â‡LuåÑ”âò× ¨þ»v4ˆŸ\'ËayQlØ ôªÖ¬‘41b_ûŽÃ_¡i;¼3TS¸}DuB­iN´Lnuás"ÈúÊ“fXÛ4VMÓ?¢pk~ -úVAx“5)ë³Ì…ÀYk¯ÿ°µ-ò*Š8·R¢,Ã…¯É7¸Ý\YÝkŠƒ°»Ixoæ<¤õÂÉœ½5Ç{=Šî¸&3Ø©¦¥ˆ…a­.oÉÚ,š6"ðèLQD*Î3K*æ¦Æí4DÕë­§únôoº”&¦M}Á†pgC{Þ¢™¢ ÈC±Á¼Ó·«Ò<¹í~ƒjì¿È~î¯Ì=4£A²¿s“‡‰_Ùï»'ÃDƒœÁj¯àô~‘yaq>e€Ÿ¤Päï€pjñÇjqLáÌßL/ü!ØwÁ$ï2»÷×zC`ãKÛ-<ªXº¡­ê[¾¯úÒU›•W=–!` Vèø`I¥m í ‡®É°—ÅŽ’.š7:¸!-Þå+«}‡á$pŸ–,>xçÛÖ"p7jCþ"lOKÛã9:h Cq#·ÛGÃ÷ѶŒg*<¾"ç Y²#þXF´èï“„Ëã+áÎ]²›ˆ É£Ã8<>—gÔைù÷²xïs¦9!Ã}‰D9O¿ÝÀÂ+džîÏÖ‘êƒu#<“ K0þ³R ˜ß–ÓŽ½í“€,;àŸ‹áñ¥ª¼ ²£OÝŠN㿯§búP=øòÔhP±S•ÃMF‘ÙqÙ›o¥¢lè™´Wó™!© s7‘ÍíaŒe"MèSP•g÷ƒÑãND~ÿžà²{M6 -xTÏu†~¢P¥§À™E£Ñ€ó\ÿ|z…ü6Ù{¥@îEs„?Lj›«ïÌyk2›®ZºW¿BâbEÆJã¬@¤’0bÁ³ñ¦îu¹V”Cw -ܵìbÖVÜ΄óѹ¼ç,Q½–<ì·}_[\õmQˆœ¬þžPZ#+“ö?¸îœ)¼P2Eë>2/G%3=8-™HN4è¦ -·”L_1 t¸…[0ÌQСœþý’ݽÀÕR2{(dèŽ|+s‡OvëŒÅ²w¾GÂ]´Lšœ×w\È¥(„ò¾¯ÏgŒSYt@› éJ~¼' n1ÓÇS 2,Þ¤bó¨e•Mp|ù#j$µ2K£$ãùFwWåš‘h”D`}’û•ª¢€£ªí |-Ægšà4½3¨–­Ø%z£ëha,}*hœ{hcGàÉ—šV°®û›×ˆWxygŠãÊ™ð@s„€»Z0ó€ÃËÐEq(žF²JÆ©âˆötŽp],&Ú¼¬ƒÔ3sõmš#g‘JÆr/ëEÓ²E.ÜÏ€¡d8”0í]»•V’àÒXëE©¿ä|—kr„>éÅBÿ-jÉ@ 8ú.?çsC‡ÂÁ‡?¬ÙËÓ>=>¿ÎäWb êó¶ŸH#LüoCxÌ#üüÑ0‰Œ>ˆ¿Ä)Ðjƒäa=8 zuäCR‡xaË:tª€‹;þIÑìBÆSÎ:u®T*«‚æü LþÇ„r‡Œ_\'¯7Ò‡ãðý ‹ +Õˆ\¸á­¦ìHm!Žùˆ -†ÖB'ìYi”@Lª_¿ÊŒJâˆÀ°€Èzú+|Ywt¶)‡t/âðÚCùyý\±ååE†zè×ÝŽ†û~¡×:(|ao^f‘¦¹ý]ÉܯjL‰~½ô¶’_5³†¶ñ*qª¢ŸÈø°Š™þ¹5å^äðJÄ¥;ƒœœàœx×#Önª7Ñ^»²¡GÐ]ôÞ'>Bë,c·Ðsyèƒí¿îã0§!@¤ÐƒÏš¦i½|©àÓ3²ZÍôM¥ÙH€Z=²øL õ&Û¯ÍÁƒx§´QÒ·‹è/:r_&Ë 0;ì¹4+{²ð¤H[Ya„-wN’üÛ¨«ÞÞ¶ ÄôÚ$ïÛwµw?±qHO|gi5 ÉíbåÁ“çÂ0‚óÜ;‹HÜýÕ²1‚™ÐµôŠªûé§HP>’“j©2$ÉzIX¡ð1 -{"൹Fi–dIKÓ먠ðX®Ø=¨ -«Çä‡y`{,-¯ƒÖe[á!ñÝ´à‹ºÀFöŠ9gò R&K²8TÀ ô—œQ1`H¹ÕÚ™P^ëmàq…¯ì R32‹zümóƆQÌ]Ì‹!BØ<*Íû`tŠÜ >hïÈoðt^÷p ÝŠu:“C¨Al BÿðA?”Ýâ÷{ -·Û T¡J©îÚü!»öm—ŠÇ Ÿ!Y¼œˆv"úgÀU[ª>CšŸQ7T/Hxµ1@ÜórGª¿ÏóÃç?<›ŸQ ä,/ct±8¬ô×`,>O#Š -h~LöÎâîþôƒ?g¾ô€GœÊ,g(» Œ+ÙÀÜ®jÓ ½àç  Œšiš‡6bçÏo/`:Ž2;Úû|Ð4Ò’®¦áû¾)Z-åߊJÞlx%ÙåOôSI€ØQ|?Y7j*…‹ôìD4åçÖõ¥®ñ(¦ÁZ‚Q÷ãNâ(k) ‘7FªÏ`œÕ³ßîmkÓoËwJZß”ô°rq+×^uË i(q ¢ îR'˜[ƒšK{"BûdDDHÕ ‚UŠŽ•#çLþ0r&½?vÄs½À×QîfDªÃ¨+ø~õ¢èW³ùˆXp™ÚäR·ö†‚³IiGª¼+¼'«wè©)/Óøª=bbÎS×g[ÀhH=j¢‡-Có R!«ö¥™ZÃ~h}Y½Ú_Ge­´3»¦lˆ!\‘?1ˆ$ƒ”¥ñtä=”á§µ+ícìä{LZý]¶®ú=ÃÂ>e3QŒK‰ºZºÐ 2와c¦†N‰âuË÷€)º˜9þãHÝgÔÞ¥¿ðßL™KZ‚8îGäûá"„¶R '¿úÇ´”ÂUF¸úAôÅ/%ï•—ð©TàËA-øÃ÷âOÅwQZŠŠ·äÜG72’u ]“·ðfífÝ©i2ÒŒ¨aC…ãønÔ)M8h¤4’bÑ€lU[•vÀAA4íÒ¾Î_Пÿ`‹x%ÁdplÔÛëGæe†ÚO›tÅ0õÁ`íòÈ5ˆKOJæVïhµHš EdNQ©\xº^íж×ZÙög4Dò”hrJyåû¸“}H9´2¥+yþ#J*å?ºȵ)û«ÚD¤°"Ò ¯'F 6¦èܾ°¢–^ TB©u.¤w¹zÒ\î#lO„{:º9‰ˆò¯ù“BZ‰S"úï]Õ,¿±a4¦þN¿£¿så8R(’Ô#­ÃEÄŸ$KüÑìl:‹ãj©ÕnÕŠ^Ñ“šuˆÑXU çU0Ú)\4jTëª*œ -$Êh,Þ’ûWSlÐF^ׯ]tÌ(ñZ´ún1é‘âQ1‡np¦c¸7þþðï])c‰§•p>œáø)vyùÞËE™õiÞAóL/ŽzRf,8ÄÍψ?ŸÉGtm ·µ¢”xQ\p%ô¿M -ÿ‰æÄŸO©ás»þßE¹±öömÔÎÌ¢L쉂r5¡Q yr†9“® –[^5¢´£•^E;›¨Á ÖÇd.m7B[%¬)›Fy/¬Kù޲¢"|74óëLèÿÒŒ_E;¬G;_úë9S¼»ÜæDÜyfzC‚UYF9 -ÞÐ?Uf¸ièB+îÜ’[TQþ—áÕ™ îZŠÑ.÷ü²íIÞ°~ˆ8ŒÔǦî—7ßGÔuP>¥€(ò« Ø"+É hT󉥥ŠÒ7³­öÕêõÒÞ¿l¼0¾Àƒí&à,”²Äúá0¶`¾ÁØ~éþ}FY †YŠÙÀƒ«¹ΔLIçÕPÄb|vÔÐsŽJ!üãkAAíÜÊ,Ç óüüPeK úÅ–}'ÛO‚.éx]&J¼ã’íÿîo´êye¥÷+@,]äv<†uGÐ8n2 -W6_Öt÷Èj¼„uvVX]y6Ën;yᨇ– ã´3Þ½;qDlUk‘ÚÇ L@ëŠÂmVŒ°óKT§_‚Tû'縭à&Ôàb…báÈPýõ{–D4zÖ‘¤W^(úí{-U¿ì …?IÉ*wõ€"À`õΙl£¡û¢¦ÈÛË »d#õºr´? -zhdµhnÎئcP—¡w~¤^ìõ—fªK='–¹`u Ö%z°x†ýöÇIÒ_³<¢Â¹%0÷'Vk¯·÷O%!Cë§}û¸™%9ÜÇ*r¸ vpt^JÑ3^ÅÑ(ÎøÒ?ö‘flrlµ"žq4¾™6Ê]¯"|ÙbEŒ˜²y}šÃ:‰ 'ÓŸtä;U³ñ²Q©§ÕûeŒ§ñúrwîö <þrò~¥Ê‹?c>æëºLãáÁB×ùã^ô‹^¢ºÏQŠ… þ™E^˜ë nÕOÛÕË*’‡’=T*Cé×ëŠúÔþ1ö¦qŽÞ¸Qð UäH¿˜ÕvÄÃøs!»Ë±)Ïûäãˆ~1EôKþ$×f®0é‘ÜçF¡­ý( VNŒk š_W4Ê:§7Çè¹g.ýÏN."œHìˆöBZôN1¾›¯×éŒ'5*füRîv¤—$<4Å’¼Ä•á÷™ïïíw¾êËÙ -õÒÕ²#Þ8¯0)ÛÏLš+&‘/«ß 2µUé€ßî“ǘ•~Y‚f‚žrhGRØ][øTM½¼P@Јa…+¤³3­9ο»–@_—úÚ@¦þúižsHó¬ì­z–’wì—§ÇMìè§½¶;UÛ–Å_þ”{_äÙ„ ÀvQ MqrŽV˜š(Þ¶óÇ­8Ç3µ]C(Àg„—ÿajø=J M†üìv#’V ¿ñF8÷1b{å ο‹ÛïF²ç(Êeu4ÅAê·Žhyù×n=¸Þá«üø1“ƒþ¥ QŒ{rÈ;_ϾQTpÓâ¡h¼@›à‡ˆ§fÒ´Ÿ­ß{ìýe¶!ó؆(MSïÚ±úz»#j ä#AçbqÜ÷€÷AŠ€´ûý(EOôö²qÇ–zp»f9Ì~wúûP¦v&Û~ÇA~‡œä•4#v4€t}<Ë ˆáJÚ!ÏÕÁB¡µ˜­žª½¬]žÌ_Æ4¶fLw˜"¿“kÊôvKÞœåñbúóä¢ÐxƒB8±ú’±”­ðëÁ×”Ÿ"Þ®ò­F¨‡Šù—ÇéwÄn©j<".Û{è¼ - € -ÌhßÉþ«%ºÂͼpÖs}ˆÒ*Zpôèì[YÏ ù‰Sìð8§ªáÀÌ랟¹S%¡?3kþá8¯ê'FΊæ›:õ+©Ó}Ùé” B uýÀæéywÒ1•x€px$3È5:t²Ààv§'“ˆ˜×.·ºc 2b òÐDiW·Ø ¯ððš]§ß|¤7ü*Ë:*²o–/£v"±èWUbÖ¯þꤨUáÉb¤¦¾?(Ü– âì -tR—ñ²ïÍØžó~žzæý{}i'¢&¢Ÿ&Oº¹(ö0âŸð-J}³ÅÊN]öV! Då¸Ú€ÂŠ(ZŒs¦(¶»ÅtQ€òòkÚ®J_è²Îñ›`숌¤Òj—Y-óö|ItÖ7Õ‚ÏX¥Sq|ê+…3»Šä¨ôöÇEïD qvIUØ×@Ðn¾ÎI-ª™JQ}Óë£ïþ´s¦d¦S¾â…ŽZö/"ùÞ_GMa6 |§4JŸ¿£+ŠShƒÎ¾»xÐP™ŒšÔuM}DBÞV’ǘ´Ÿ C±CJÿˆzÓd¬ÖZrÌ¥bo8ö»ïÉN뇟¯G[1%•ž¥‚íŽG¡ŠÌšhEÍÞšû>Öc·-cÁe^í(nú L)^:+´R( B% - +Ž€åYC$}1%®ö-Óp¦ª¦±¹XDá³Â_DüùÜi¨9vvxõŽs—¿»_QýSf´P¯©ºõ~øqÏüˆBH¡üq·;à˜ç6grSïK'Ê¥¹¢~s%~s2û!ÛMºËïŒé[ŒéY/ÞöË1Ûã`†}•˜1uxí-*07ÔùYKÌ¥ž" ?ÞþM?¾÷$ŽÇ%r°´1îµ/tèEüÓi/¥!ÖiŠ®Ï(˜«Ý®hÔƒ­vv.-ôâ]d#1  ïØ]³ŠLÇl&×"hÚƒ!ˆæAÊÖ秆=ð<3£¿'š‰@’,´W‰(ëË®éºBŽº_N‘'YÐO8MW“Œt+N©ô‰û -Ö3´é&c7Í®á@ù8¿XÒ1½ŽúŠÙ*N¯ßòòƒ¡²Íå–MŸ] -km”J4iæi(–WW•)uh%]%žÓ-“SÚÛ8­ÎOo{?0`VÚ™íÝì‰ó(ÆÙ]mšuôC@†ãų¿Š,ÃÏHÏo=ãgÅŒ½¶,W®(*Û¸„ûú»è´?Ôeˆ{¬÷ÞÁ¾øS„g‘¯ÈWÑKœÔðíC¥ÿø6{능ç a fZnV”?5³Ný:°,søËÿ¨ÉÖrîú̳½7ú[f?îH=âŠb¾–¹HÆ+ºŸ­šè3ì?Eì ‘½SÉõŽjŒš‰’ˆZOk©ÕvptŽ¡ÒX;xƽ³ªÛ°VòY:ñ‹‰³~Î"QÌðª‡jØs¡ ˆ¾ Ç¥‡¤$Š¢OÒhŪx¨ÉøÜç¾´gìF)Ù‘+9tÅ'õ·•¨kØÕ)*í®'VÏÈ—5ûyiÀQ %"I¨ IÇó¡ðúùç3J&û$-ð.Ã$ ­øÎCÚF|GDmC ÖŽ~ Â7¹Èè¤|U¼Q^×Ó­=ºƒ€Ý‡ŒäoýÚ^ãε¢–ÔqºaÞ³e€dº;ÙSWnüÞ܉ØKþ+¹£TUA„:}¢F¡ Gé’çÝyÃPwõå53ʰCÄ,çJ:`†¹ë¼òë<¶KØ×¥¨â#YdFrƒ§}Îü¹u´Ørx[VÓô Ÿ,»sãûþå:&ûeâ$+ÑuE>qAZදWIû:º„±x£œ×Š©¿ìúëÓZN‡¥…ZÁ;šý8 -×®Ó6ª9ùGìÈâžvãåt¬i‡žO—~FÍd’œôþõ7¨i²~±ŽCê®áþë°ùû -9!MÌ/MߨÚHšì€wqÖÌ£ÌAº4]RΨë·ÿÃ"³§¤õcĈ/ßy 0>%ìõ‡ÃĆÓ_y®hÍEx©u”?Œô R½÷ ý>fé©“â%ŠKø‚¨ CkK Òº9Ú·–Éq|ƒxÒ“ý1©ÿú9˜R¡Þ¼cøÒèYR(kŸÓºÓÎ1Óª1´Õô„ýøUù·d0@-J<áE8ìáå_á´äEÌÁ<O| £6'ÿÀž‚YÀލw+_×ëF³¯FH0ßÖ6±ùŤâg›uà@,ì4¦ ÄsTGD”Cý‹ˆ¼]'Sûøs|ntǤ¹.°©§×‰Ñb·ûˆð‡ùa_ÌGpz–nÍ|®³Ÿëä貇rD™üïG,f»¿€58Zw¹Á<ÜŸQAPi‰,Ç:倘¥'¼½'Dýp‹i]–ÀT2X°zXÌ&{ÜÞöO9*‹®„Ê•Ö0s¾÷·?"êˆmÑBàÕŸ5ªÙú‹‡4}m‘ ÈÊM£ˆÿ¬‘¢ûRy'ø*ÜÀ‡ÈÇ "öˆ«í½»§ö9™ÀÛë}uÑc¢k¢–ÂŽ@鋈¾Ž3‹é*L½‹G§´ú¯dØ™ÒF¶¸ ™S^*6¤QÜ…h‡þ ÒÚŠÈ/Êûu±23Âft=¿^gU÷=©‚}« <1íLT‚æ®Âq~}0‹®À9Èù·¡DtËJs ²-‚òìŒAo¤EÊŒu<= ¥öKûöGD6”ï+ñƒH~RÇž">U䤺‰?|@ŸÒtä©õòà[Ì7Ùm¦ý—F;µeôöBÊÁ[–×qåŽãJù øZ"pg°lJ|? ŒUZS!£€Ï"|‚ç[¦Õ.[ÌÙs×aÈ=y³0´¢n£ší¡ nÁè«Ï8\¶ü¹ŠŸ­Òc阢A‘a‰« qÄÜežYA´u–ÎäW®3„Â]ëòª5ojz½ÎÕª÷ë”9¨=_¶ùO¡gÚåþ£ð㎫n(TubðAÿÕ>€)ê7¿¿˜# ÒÒ¸Ì0Pz4½™‹pØK«®ìÓõà±à‡NSeûŒHÅp?þ¼<1Ò`ìüÔ Ã£ø ««¤?©ðÇ®ãÚ<¦ášì÷šö‘…†?E´›r¼8ØÎû*Ç Ž’­e‰'Ïáùtt2q?¶@Xž+Œ%qhXA=Çožã„´yZ§ -0ÕÝEØP—~È”÷ŽËU½ûáð_‚¥ö'b&bÿö_H¾Ô`\ü;öþ‹ãô#‰tã rd¾myáÕÏè3â%§6Œϯò¦ÿVåþ¶ÒâZ!W ± ¦4Ô‘[)¾ÒÊ­ªúq±Ú¾BY ðÞñ}ŸC -Ô}£ìî'€NÄÝ#>*虑ýãë}Em)™F!‰¡AQ¾Nß9Òòr,”aï'oö‡>˜·$4äêǧ®‚4µH -3T|O€£·¸ÒõÔqTúõ†èh–ÇÒq1z£Cu×ýS¸+öÃÞÞ3}âñ2ªíºnÆ,Q8¬#½Ðžv¬:vSPÞ‰¸e_DäL5‰2 úå}ç:lBèê vá¹Ä?tj öèдÏû’_¸cËúª[”@ÙÔ×[!9ï÷DíLýߟëYúL¸›“Ü -Ïîž-½–qG»—! ´ yšEþ;rh·a¶ûw=">ìhUì?* -°jüJÝîWqÞ_è Sº…ä]'²º‹ÛCÓš3ùÖr9L8 ó$²jÛT¡©õXxjè¸qÒrÔÏZÉ2ìÒÊuدhÄ¿G¼@¤4¾}µãoÃ4¦Æ|)#¦]ÃGº‚Rí·ò`0>£ØÇqçyv}Ùcw–- ÿAéOùÄr±ÈDÁùމÖ1¹cx¬(ZõßJy-ÛÁW6šðâì†5"eD?#ºŸ“ëƒþeèÜ_¨'UþŸ¥Ëÿ+vaf?~O„÷ü§ý?îßþÍ÷Ûÿùüó'+¿ý÷ÿã?üÃÿýÛ¿ùþÝÿöÿñÿî¿ý—¿ýwÿÏßþ/ÿñ?ÿ—¿ýÓ?ü×ÿïoÿáÿúÛÿé?ýçüŸÿÛ?ü¿ÿ5'ýù/þ÷¿û¯÷ÿñïþÓßîSüÅÅ­¯+øVÿÿÊÿÝÏáþ2÷þÿO¾Ô,ÿÚ¯ˆÇC6èw,Ÿ„´êê´÷º¿?Qb íl^ë3ª*ª¶·£†X?o¡âOjJ3g<#|,AúõñJºJ*W s=ÉÝÇoY¾½3ÚeË·¶\–#{ÛØ²sa[{ë€&áÁz2‰˜ó¤êÍL´¸wÔhgä¡ÎÝŽ"QùͱZ9-òêG"ÔHšåÕ‹¥{ãGb•Ïnûû3E®÷®»ßáæu’D<¾{(y=‰Ø_›+@9ãDôî1d {&zó{ûÜ ÂŒÌ5ªQJíß“Z¥"Ò±oíb#ÒÞä»úT…E¡X¡ÒàGfC•áFÏŒPdÚæß±JËŽœ¶#–¶Æ‹÷ý­ŠôÞ;|'ÁlA?GÚ]‚“áV€1ü  ë¸4"}cê®[Í@4ë`Ð\÷©]@$í0šÚ•†ì¸¨~¢G"ò\`Õ@‹( Q¨ -…7{¢jD\ÁlpW­Úe¯œ±¥³è޳ß¿PÖ“#„JA¡}PXF±RvEŽóHÜ&F®wÈìÞI ÒçÀ^ {Ù7Ü+é¶úÚåÄŠ4á>‡âD¡OME8wB5É|wºP1‘E¿­O#¼½Ó¥‚='ÐÁ³8ï÷ß9j±ËN†‡/Ïù}z fžaÙny×÷Ïø\ñ3Ó×*çð߃¬‘!`MºëªBÿ¬3°nZ±üÃÜý±ÒÞI~ Htí -¥ðDÜIpÇ£ þÞ~8ÌÊž¿ïÂD¨+þ‡Ì0Q³›Ü&j@”ƒý¹~ãÌV_7V£Xî0S{a·éöÛÇ£`>%Ʋ! ÐB蕈ںpº‹ˆKïAžã¯óˆÀ”¡)Å“‹á_“9ò×í•Szâ|¼AåDÄeó]l;'"ܰ¸M#sf^€âÂNÆöaÎ`DˆðpDßáø~} 6€ÊØ?o{ˆ÷C^úL´È÷~ãb¥\´…~7.°cF~ÿÎ]Ï/¼Eä|Dx|”ípxØoÌ çöó8zIôÓr.Ñus^2‘ë퇈ŸÝ  ûÛÏxKî @\é‘q?€ËLžW -²¯Ôeu^'ƒÆ'ë_¡u\~o?0㲺K—`¿WåBåCIU2I¼AÂý“w!Ô§;OQ0ÁÀLèó€5”¼8uq™ˆöðÆô¡'=:^°„åhy„tÊøÏ)0¨ÃÒ™ļ˜ È– OŽòŠº Sw\a„wŒ£…Y§/¤–·±ŠðáÎæQ.õùa`Á{…_s6v¤ºž¸Ý©Å÷\>Kl§EØÞ?ýymwÐÖ˜^+üqD¸ÈY®ä,Mª–)ËeÚSa ýù$Gt~ R¾]×ÌÛ(Ýp‰Ø«€IV*byÒ§;éÓ¿œ†½ sHûût:ÕïÛ¦ƒ[ølܾ½_•š‚+Ïk4^D··Ôr©µQ¤UFâ”NiÞÀ,Ñv‰vꎣ¹Æö®| ¥^¶vtÛýàÜY& jb§¶#%Úêgªj©_=ÆXç<+–7ÞŒ–YL$`ŽP¡–¥SC:-Rõ°.* @0Œœ¨ßB÷J÷DtÚÐû,PÀV$„# ê{Øj8æŠKkh’™/[|VoéÖ’»tcçŽIüHmܘ²]It0e´&¨€’xp ÎWÜ0†bÊT}R-Þ::‚/FÿÍiãN‰t7Ÿq3ƒ­ü[b¡Ã°q0ßHÐ #àÎà/RúˆKúÒÎÔžòëLૈȵdÔ…ðT®·B|s»ëÍF"ù±²˜>/º¼R°žßb†,Uè­ø<—dì;M‹÷Ž ]}l8#ñ‡oŸ΋Ӯ;»Ð~s%Ò"ß¶æÓíqåÁϼ¢Œ¨M=V«;·ÓþHIÀý“îã\å˜S™¹vër—9`'‚ÇÇ4,‰x^v¢2%ªã+F”R&XÚXŒAP´馢“]©3žÜ¡šgB'Lj# œÓ’¨šŽ8 ÝUÛ*^ÑߪZ-Pæ™j£bAóÙ“k/H£UØmì%ôéçóBhî>.¸ Vê‡iMQ" -Ÿ'ó¢L±wÁ®i?¿ðÙ?ÔÄös3¥Aùž¯ñQif*z^ЄO#¾îìKþ%LüÃ'Õ HX“zNX:Ǿ ¯ºG"RÄ”™¥´erIãD´¨£ˆÀ~£K‹CTÕr"ä.÷&·@ÞDW±9ë­Uàôn©‹À/(@ ¯6úš•<¾Ó¨oÜ@mlˆ°y8}M`-%¨}Ä—i$ƒ(›óÚzalûÃç&iÓ™ =ݳ÷}D¿®UEµ/x)*ÒŸcоƒ>xû¶¸õ‘ïÕ¾ >û= ß'†¨+Â]ŸAÜ ÔòxÂveGR¯¥m×ü1‚âïýÁ?>¬Êz—y—£pt¿ºPÇY¬ ‡ã”Ї¦)öÒ^ì<æ„t­i·M•ÙöNS†A®Óßc\ËÐ9Sœ`;4x¾§6ÒØëºûÏAJK*ô6d‰øÁ1£ÚÈèÃ,ºÀÚ÷*RpéÍÀø¿ž§²`󳂖Õ%¹hÿÜÈK=÷#ÚewVÏhï–?¬ã6Y²žæ½øµî(/…¦–Œ _U]Ú³·Ï<îëdu½Ç£q­"ú{D¯n3e¯?‡¦‰ÝžÎ3 <`¨n¯pL§ñæ«GÈúÀÿCÔ8o- Ïʬkë½—cóM³ Sl -ŽN -³ÆZ‰¹‰³ý1ÐꢧþtN„ñ)ûa‰äà|“;ݼ±©âö†ƒñïωÚMæOxPÇ 3¿üÚs å ™¦)`ª=ïxípd£w]‹F/ÙWTÑ¢Û¹þ^øRRío¤*ÆæëŠ±y š »;ç@ï/“$wîÆZ¶O„5*Ý:ô¸g✱àÀŽ|©¦Bçq¿´qàËÞiK}×%¹eá1Ô2­Š1í›]ØÇ¯KÛnîë0y³Ú1+z Ð%¯‡õ¾óè½½,Íë’èFÐþ?áñ²¤{1 t l¨{_ `š¶ ´ôñì¹’Ç ï7yÍì÷F;'Ø‹ÊÈ;ˆ†2ÝÑ›'¯êVºßã½µÛYa{˜Î¼†¶¿ýq¶ô$š’Çð2È]Exà8Âð2­B¢G÷Á盹ܯÈåÄLH8`+´$™y¾HGr'üJE3¨„MVŒ¸|$±¸zSÖ Ѷ‹ã;×}¹­ugÈÃÉ}ûësŽÃÎÍ™î³<[§ñh0^퀑wí›üZs®ä^ŒWcRÚu/Õb1gr€ÒVÌ·ié…±ÚbŸ€ -Èè$Áà ùb–ó¼¦}'Ù¢[ÜUL͘bjZH2MwÞ‡Žì†Þët³/Q¾%«0Ýóý+œy†™t|µ¹¯÷L÷¡ã )ácQ4ÀZ’e'°‡¥l%Ö|í{Öàà‡mJ!Æ•¯hwÿÁþ¹_ú“%d0Qö]Ž˜¯#FÖ,‡3zÊ?¯ìµ8åß‹Öô0K Ø¿T¦4æøutdúRFI"’iJ÷ÎPÎ5¢%Ûr9?(Ô|éaŠà—(z~±×®ÃÌo`Kó~¥ØE¨/ðsë.ÇÓüà#IéÎóÏÎò!B¹Î¯ßá/?Dl ‚½†ÝM}Òx, DGà¸Â×má“ A‘ñu¡`»žÏÏÔi‹u|è`ñý8½D‡HQ¡¦ùÅ£ñl R˜„w¡·ö´ôoÝ÷8xJ!‡ìʤ\Èî`– KõóP$^hR¢S, Žžòð%`SÜQi×aº8UŸïÓvÛq±1Ó~8ΈcÄŽØÜÙa{ ®Iö„‘÷O÷kœ­„â,¯pÍ2T¨¼~`=´v¸›Dð‚s˜1ãEÓìuºš‰fA¬‘-™“)–òzTåd´°Ž#†"ÁÃ…Óà ½ê¡°‚=DçAF˜§Ò¡)GpÅŰDˆ)ç)r+ÀÔ¢þƒó´º²¿4™ç½¢ohÄr»Áôö#Þ—µ\?ýyUñ“ 7ðb>ÿÙr«êS‘WÚoߣf¬ŽÔ Gú˜óæùj»¿,A@;#R`û -Hø«õ="wêQÝÐ)}¥ŽCf¢¨ì2wŸülœüÌœ£¦ˆñôeo]å éRÞEò®SÿS$® üÁXçZÉSKªs` f,×xçxV Bªè·©5ӿΤ`쎺trß s¶€›\6É4ÉïbÛ…NDzˆ775Ý©îWx=ʾ…þwoî¬L8•ñ[ìÇøÙ_:Ó’•-_¼1}r -¦‘&eÂa¿ä¢Hù4gb=úøk„€’o¤N´(§¼}I¾˜D´$ãùÊZÿ"M]tTXP(03”9¿ÿW[Ùµ˜*(ÜaG1–bñe~i6`àü®V|Õ$j7í Qão†ªùºò%Ñ>©k_¢wmöäø‹œø4´¾Nà6@T CúÛˆ”˜šUe~.aºä÷´ˆ - -è×û{p/~àAûeG|I± þ·0Qh:?< <,vžz²Èˆ\±']L #› wè#Ys‚Ä(óÓ‘-«0^n_(ÇÒ£‡áâ8¢¦Eˆa´$¼›¤ˆ1¹>!UÙµ15ÓÑ–#ŠßªÓâ½Qî+- gßþÉNRËêÍ#Я_VøßSŸHF¡·R QÖœ´•µŸÊ+Ä›GݺtÂjv->Œ8Û£mêú îóçöʈGß9÷ÑqÛþ{¢‚JÄ}HA“Ö|®ãýØ_—Ùš–›¿$É~lhBŸ]Z&Bú!¥’8ÛÄu´#s¦ÂõarÿØ B‘¥Ò¤cr}q˜¢D©µZî%Š¿4~a0b!ß^JðyØqgV¤T|1”VýGöŠcí÷i§B²edˆžŽ"ž1ÎpÎ(ކHÓ•kDes͉¼­üGµ-Ûg¢dsMœE†ÇÙ½hÐ'BSst7Êm„ëEG3SïZìSÙõj¨e›aG5M»®!Tö9vêD\‰ , BA~íCï@nF÷ ®rÜjoq½Iß3)––ÛÎP²e4,3A*¥Ï]ÙWvŽèƒK½¥^ÐÒΧÆOƒã›m–¦öçAc“TuìŽ*²X»}ÀG -¹mtœKT·bŸ /|ü0bK·j\VÒÿÕé²!ˆ†¤Á>FAzÒo¡ý Ï]£+ͪÆ~é æù6f>ê”¶s>õ‘HeÂc\„ÑDÝß?ÛÓ~¿ê°ªláÜeÕ‹â!ª -¢Üë|Ï-Òhü™éqšËÊ^Ú×µ±FLT5K‘fÜaí9Æ%,5 ®¯3ñH¯§øç¯Ž—]uyÜšè½XyGFÚѾ«xMƒDÙoß\+x•£¹$if(²WKDõ/茣7CeŽÚ{Õ2¨àйïñýzZWG\D0f¾ß(D2­ºåql„’–é@Ï0¼,#ñ‘O @Œ3½V´~ñIÒŒi^õ7MT™½à‘z&ƤœÉ>ÔÖ“I£ ëüL¢õ!„µ Ãÿõ ˜)î“9&Þ5¾ÍÐou8†¼B/ð3.Žwa¡R¦¨zëƒé †Âþ¶P ÷%\#<,„”þÔ+óSš¨ýtUÞþ2 ­ûèSBKAŒÿ#ˆM(›pvßHéŸ-deÎ^ÂÑgTì(/uÆñW¨"ö£ ³(ó‚½ïöÄpƒïÿ÷ˆüä·Új Åií>Žã£³ß>€`;ÄL~~‹•æ3Í#ù—çÿŨÔug¥qS_­¯ªr¼”yy½Û ¸Ûô£d4·ãÂüüþ7A;ŸÕ.–ÖõXOà¦F„x#ÉDàdˆQ·´U0B ^ŒyŸs¦=’ºžwP¼N¤í˹Ãg7ñ0TŒbkFŽBkþQ¶³äsvR>k4P7V4võ|ƆݬK8Z;Í­7—w k3€!ŠÔýÖp˜]þƒ|óaÎ ‹¹ƒš|ß"òÓ|Ëù>ÝÄxCMóŽ:B}ì6 ¤]ˆð!èç!8 ±Ï¨!R®<<Öq®xž+¾#”£ðăä.µ ™n.ºm×øŒøóÕ9³)ªÚ´Žú -< è+¥3•€¿°­Yb™œ¢”˜µýì= -&*(.<û®ð£úwUEnoÆãôÔ•)z/|F¨sÛÔ¹ë€*>£˜úî¿.%ã‡ý£áQ€XÐÊT¨x -µ¾µïUcÿ´ó«ðpV>—¨«F‰œÎ<¨¹Ñš‹ú -d5s˜¢5Z™7üÊFDÿu¿ŸÌšß3¹ñ28PmÝôqõÙz&Ð0Dˆ‡hïÞ»$&y"Js”Ù|Ô‰xÜlë—Ll]áÌî÷”-â¤ÐP´Ð%æáq.°÷_ `hÇÕ)áþCÄ2/ÈA­÷k8üQHEO° ·6Ö_|Wöµtð8Š*-5ó"¿_™(Ò~|ðç“)(Þ¨BzÿáÏoœŒuâ ~¢©Tä.Ï«{æ÷ļûÊá/>‹¢e¢¥`0¨ão¿úÄ0Ašœè~W'Ð)*!žL–ôï_« ükß9~80G±ü"Yß™ý¤¬Öf·vÿv'?w¹ç.¿àDu´Œø…KÖ(2eˬ ‰ «Kĵ4´ZöDæG;ÁªêšídvòŽ`°ôu¢,ÛgV§úbþ;ê*ç‚Ù¼ØpÖÓ#yJ¬*2F Ìí–€ÎcÀEŸŒ^¼ÖónOödâMËÔ¬®Â¹€Ä°­rd.1¤f?xŒsS°~‹¼ïAªìŽ•]àgó>UÙÁuÜäïç#x½ÄúNíýΉ>¢–ÆØmœ(ƒíÂÒK*•°å1H–ü&»zG¤ VÊ@¯)ÀÀ·|ÎÑÌ$§ßþ1HLî*)õ5ÁWõÎ:m€u-Œ¤pÆvRyt…ŒâÁ jéo[Xý&ˆ ¬àR㈘‰ÐÑ­¹|ýIèƒ@I‡· TÆ ã*¹+)æœé Ó¸+!W¼•±»¸™eþ¡ÕˆõÛ‡]™*¨<æ%”0€†—Ýü÷l&#l0]ÖO¼“lTÖ±Y¸VS,SŠáa†Î$^@7óÓc;ºp‚·48¾Gýûsj;:^ÆÃ,ùÀ¼Ý¥ŠÁ ®uòèf&q³‡tð1Du±6í”ú~©ƒQeFx‘% ‘ ýÈnÂÕëùÔeÆB’uó(5~èÒRˆúBt¨^‚¿Ô·-‡lZiº×h4¦Í|C1ýøØpÓÓþ„]½Œˆ½ï$}ÝÜ®´àEôåýHŽž¢Áë(Œ•—âpn‚BÈň@|po` hи›8¨‘ëY¿×@9ö»~¯—ÐÞ°ìŠÄtÁÐÖèRú¤“9:ô±ål~(…ô ¢$yù8£mÒTæ·vUŒÖð({v.|gPĸLîCj4[~Ûßò=^Fõ# ƒœ™v†P²1¿Å ž!=°þ‰®˜Ÿ?íÄ"ðg€Q -ƒ¨ŸEý3êŠö[ä¯èîïdàšÏ -ËÀ㫊ƽ¤>Š_axeýYE´|Ù… &‚íyîÂáñ@ÂcÚÁŽE%#tÿía/~Pöþ'‡½@Yÿ=S½k “½ë¨¸]”\ûçµýû$Tˆ Wë-¦„ƒ,fd^"J‹ùi?ìãaƒÌé y„:¥h¯—W†S8/â¸cYƘZg21ñ -£M Œy²þ"Su4xsåy”‹^vušæ¾ÑUñÖ/…q‚,+¾QuEã?k¦i"˜wÀuk RÐì¥E¶7¡Ùμñ~U íÔ¬t0¨Yw"tIˆêoôC¥žsü[ ¨Z_p%~St«nÜÇ|XPû{°_ãßê›Àš\¥v9>ç™@äëE‹5Ô@¸ëQC -¨™Ý7ÔnÙÞl•š,Ü×óÔRò×2œ0¯š-DÝ‹Éú‹§?O¤ŠLI­&Ñí€Õ¼ }¨_¢!Bé3Žj¬Â1ì ¬(ªâÐS ø±E„Ÿ`¶°×Ìp(‚ ‚V1ùä÷þ;ƒ®‹Maüøä¯U’ßÔþ÷çàfäG"~@›–ì£öú&fFMôÚç‰Ò¬žÉ!DØ]Ò*uÎ1=Î¥Cø1Ð|Òþäæì™ÞJ¤.‰ÂÑ×U8MŒu€»Æ‘(™W$J®èÐSްŒ þ¼®íVY-¼·³/Ca‡ß†,64å‡_ËuÊ×_ù‰.“5öÝEvÇn - ÔÅ”Suˆï…¯I(ûéÓkq_´e¨•ž Øôˆ`×3´dÆ-•JøXÇ/B%ûAAíÜkê)E:ÕN*´›Q¨š…/M7ê ÞaÎ\AˆÈ›”‘·v¾S¦˜é¶ú¢ž‹úÚ|ˆ9”`“&¹¢kx5Ù‰ lËø[‹6ÔeºhEò8zý¿@#"vÁ@¬\†Š 7϶°j³W#37¢#¨»#†°•Àps F×D4,Q‘)ÿB¤î¨å#ÖŽb:(MVðÛZ0è»>­vˆ¦õ:ßé锜þȦ ¬´¥ð~•x ‡§½nfÌ%¾€àáÔz¼˜83àŠJ6–\ƒƒÓçFQÝSÕ§MUÇQ±f–[ýºñz)òÅèm‡© 硊ä< -+ >ñ ð(J5“šîÀöÑt=9Ðí®^o«h¼–¬—DEÆp€è“â>²\ï$F6Ä5Õå@Þíq­ì§ûxßz§eÇV_Œ&³ê8€C÷VÇß.¾ ^ÕôJEÄ<¢ùDÉŽ¦ó‰(%Q`lˆš×¤\Ä÷bÆhԈƯ…”Là÷–”úÊß9D¾è>Ä|iNžDÅ#áþ^3<›×aajø­K«öàwþM:”œ'ˆ@ŠUO[-Uð ;4¾W„Òò¢P`ݹ!J¿@_æ©£-{ÅÊöšç‹ÈNɦ޺¢,`HT¾¦Ü5ýú.l¤àƒ°M©GWIv©eÐkàkÝä0ºÝ"}!9¯ëAùU €êáÃôºƒäFìæF#­8‹;õå`oR÷£V‹•=}à¨ÐÁ«öXYtJ ÎâïÏÆó.Ý&>œŠÎý°‹ppÅs«èÅ‚¸ôŒà ¼¤'æ‘m}-g?¨N”ZJT_íb-“ÿ$Í-XÁöΣμŠ ?KH7ÉTÄó¥Ïä)û:‘kñz‡Šø´?¾ýg—,•UÅE’d²} P’צ’ÉÌd³aÞ6Ã3 - üÜ BS%¢]r\¾ÒôL¦àÖ]Tq¹È0¡ÔŒ~Å} ‹(©,H:åY˘;‘¼>Y <Ñ)î'–®&Z, -£IGâSßó¡r²¯’uÏ#Ðñõ&O¨Q(F6í£,[JþP½šÆîÒ¯'¢^:«Ø&&"\‡ã/*.L3ç\O.g”¨d>¤r*S>^ïR£–‚§i'Ï,-§aZ̰Ž+£–ûg[o­ØÑhä¾³„ê5¹S–n.7×NËEVB‰¸]{¦'ðŠü靸NÒ:š€|»<æj ‘A j¢¢ö­Ñ¯G¨5 €Ã -Pb™vÓ.à8xzr‰ªÈɯ®ú¢8?&EQåñ KTO?¨PÆ$ªô¬ï-=48W9ÑìeV ¶vÄEêé¥Ü Øñ*ë™xëÆ‰ét­/óu\ ϯMŠÄãXKºé:® ù3TphH‘Ç Ü—CfÐ!Cÿ\Ød§¿)VtÕ ­8^…ã…ãj#ØÞ;Öaf=P 0IÀ5 -.ù~öR‘ÚB.O -ŠïúbœïÇ‚Ic³Ïm »…›¯”t0”zDŒFá—]zM‘JüCNøˆVâ뿎OÆŸ—;®N<•£=þŠ ñf}ñ|*ñ|ÚwȰÈDì#ÍD°^º7÷/ª3V%ê+ÄDê£Ý¤;ý9w4Ux4JNDªÉa:2,uŸT leÆ#‡&ßלi¬ÓÀÜ{‹.?åJï|ŠN rÏžqCœnD¿ˆŸº —Ð[¡zk+r~TÂOkÔw¬¡‹É ÙÛ×±F3l:,‰tÞ>ØtÎTŽÊFƒÊ‘‘¯Òª+R»ZÙái•ÝUÞ3=°…§VðÔh±‘[òc -¢ߨ1Û:WÑÉAU/˜&”:šL””‘q¯‡?ýŽ”œb˜|©4›$"`4ÚòÖØøl8z?'¢3Gº@ûÙQ:?óø> Ô¯y&CXæ™]+2.°Y ‚Tò8â7vµtA«N=ÍÝ#ë<€n)|OÀs©KÓ‘Óú:‘÷ YΤ,wé£öÕmÝq%ÞÎWºú¹mÇumÌ&cËw)cÀÝLœ™G@VœÃ«  G8úì¡‘ñ.ý§‡\ÓCëúƒ D¡æ{õ2Ò/êéV’Õ¦fŽV®¢d„?Ü㤷ÁbËgü7agÆ}°—_Ç-ï”&Sz<³jÇ4Þ"tìÙìŒ|L•ÅÐ^Ö„Œ„­NÆßç‘…ë¦úˆ£“ÅKt oä4ßé²7Aô­}g¡¤M6è.³äž~4Ðr•²èH MáC™"’ÔÚL´£‰D* -¾ÏI¹Î@â}¶hêÓRã yåthô ŒŒÃ«ÓèX­ÓüÁ,ž×.?üé.%àðæ˜Œ7 >]:_îBÍj¨/ f@³ÿóVÙû -•-7+(¸¯Ùw§°&C™ÿ C;”2Øi¥ZªQÕáÄP Îñ*±ÕûL‘Iªg|žÆ™ÙšÌì¯Ú/÷;<•ü™Ò!VFÿƒÂÌOß<~‹šã’cæ!À45÷—®Â©*=Xš^%-ç²ÜÛ .î¿fÌ¡{¾>"ù „†!Vb)ªÓ}0¦ßìóž¿fåS±!Ƈ°ý÷§éËe–U 4¤ís*¢á”£$Q{£²€˜ØLܨ7_4Øìtq€¤îÂ,Ñ]8pFaˆqFïûnÖñC6I•…Öê¼ds)øIE¡ à2‡º…TxÈKÏ‘©Vvs~‰É(QÝQ^ñŽ‚ucé6ßLúq†k^qÍç”1~ÞûQ’ Û/ŸE–y=8+”XoÒ’]Axzr¿W3mnÉC-Øyã…ØÎÀH³mGk‘ƒ­Ai+šŸ÷úA“YŸý¦œ{•¤)Ø—¡x+ÃmFÙ¨ª=ÆúùÈ‘¬ß;3¶X=‘/O©ù$•)\ëDÒåÂêoíå -†¦C—bÓÞã~¡³¯lš #8Æwh¦(ô“° ƒef¿Ÿñ®~¼6”Ü^lˆHÀ˜U“¥,ŸÏ—°R6&ì ×§ÛG¿&S7àcb”Ù’woi¦ŽÏ.^$[&öÅ Ób\wì<º&ôXaæöþ4·ªûmœ›áÛá;ëñÆÄô>Øâ†ò§Ú*GO ~ž¯î‹Ú¸鯒±Þvg öM}JjŸÓ{Û>zÐäûöbˆç“)2ʵù–QOÈÅûÊé{ú^ª% \Gö Bn–B ­#åàšá~ÊÝYç Fj¡óJ‘ÕÓó@ùFu÷iÓxŽg&¹ “Q¦vt†-ƒªz¤ïG¹3Ý¥ uPçED{YѪ1ãºEOŸz̰°Ù©:>µàÑÜ@ô»¸uÁš¨û.é Ž?¦=Ï<Þœ [,mìºP¡¶ŸËÛ‚pàžpáÆ¸ë²‘Î(7ZK´ÁÄ8¡“Æ)-•ûå6ñl3u²VàxH\×ñÅ-Y@t©ûaíßv¹ Ÿ'Àlÿkiq›i‘Rž{v¬¿š5O¯f£ $ƒáw´ÙZò¶t›ôÕ[ì\Õ¯”EA?žuüœh³@ÊxW±þd¦Ñè]Ÿ®•(|¼19¨ô üà‰ÌW_G¥ bÊnÔÀ’qa¾ÞßJðVB’.?\Ñ—ñf©ßT1ßiIÑvphxqɧ›lªåF­.#éΨvÍþµIuÐäÖ­Ð’—Aˇ‘_j0$Óžˆ­ã9îyËÙ· ‘†{[±UÔËï<^Üb”ßy?¾.BXÈ¢Á¾ÏG‡a×qg¦õ(Ïf殩²ïÒyfügÝ÷+ø¤Ý/‰HØ}´£€ šÏ¥Ð†rW‹íOÔ€.šØE -QÕ/›îyèþ&M³/ýWåœÕÄ “wõJÃzÁ]â}¿ endstream endobj 44 0 obj <>stream -¨éC]R²XÓoc<Å$Tt†§‹fÊ»®`›â«„3ã${Õ×® ñ½ŸÌ´c:Ÿ×¦fË™0DBõ¬.2Þ¨îr&ªïÃëGÝÔk2 ýM‰&ž ÝØ§®°W9xjXôí÷ ê¹iÈ#‰3wR3y¿fè¿g‰,¡Tv`v#¾,;ŸC¢§`o‘ãܦ1ûí=ØK5€†þ|ÎTlðў뉈¨…ˆŸöu& Du{› @;}käxÇíMµCš ˜Þ¥ÕZ•qDÄ3òd@N°¾jÿ½¶Šg4Zæe"Üyb{„¬ *£ÄqH§ >H tÔ.¢Ž½Ìßk¾‚ß=mm‹Á'2AñÜi „Q¶†5‰@ÞÕ1ú:öRâÞO¨XÑè -…úò7é´_¡ú3¦í>N¦û%¿ƒÔƒ=írrª'= £»'†A^á7ibõR°Kv’uDÞÞ瘨© l• { )ÕÉ«‰¨â(÷ŽQV"bšÖ0,¨F¤=÷̦a¾ƒÕÛÐq.##*J¥û÷šX{ˆÇ×u.A )pïë$Ciñ”B(mý:¬Ã„èX1a|M?½:ä½H¤‘ÔãGƒ›íoqß‘iÀ `¸˜ëE¾„†ÙÙCÐòŽÚx}E£šØ*ä»ÖðÜRrGðQWÃ@µ(lﮃÏjk€³Û+»O·Ù©½¶Í:–‡û+ùý/­ag-s$T‡Ý$X0ymXæÀ ‘ÉkÀ´ÙlÎx€Ìµ˜neñ5,»ÿú*§º\¡h³j›ÌùËêCKv:\4cº³‘ûeŠĤ/÷1ðRȤõíý¥Y!‚FˆÐÎWÙš0䃯¢[éÂ&al—¤þë¤]gkûòµ Ugôͦ9"‹‡ý!xÊQg2r ‡BÏ,gÚI‚‰iÒ{"štñ††óho>9L‘­Xµ•ì»86^ó‘3o„:ò•‡óÉ1„ø E ðîO§„êLïÁnéO…˜¹]{õëÀÜ9 -hâ — fäR/*­V1Ž4ê$9 b¿HI¾¥8*Á"#*L ÀftX×QØcHsé‘U@á Åg”Û…€ðÁ[£a¨¡*V35—ç– ÕÏÁt6®æ·˜$Á’¢_õ3;ØiûkeYõVµÃûhペ‚’âèûóÒb­*Æ€”WÁ7$8Õøc½NrS?M.üØx$W™8Çjèêuˆº•é¿a±±ßýÞUîa‹§k9ýs•ò&ÛÅÝ¥µÃ -Ÿ~º’%­†5··Íøî’{ZiVE¢Ry¤§™’±õ,G ™íÍ¡ÆÎÞ ‚XšØèÀVÉ•Š@6ê|’õvû˜(€¢šøÔWXR¸òó' 'J?‘P]bØÁžîïÌ-AÀù÷+ê}b^8“Ž#£ã&d·O'‘¨ ÓÁQÀ’!ª £z«Y&a ðŸQ>âŸéú䟑_Ø8ߊI}5ÖÐÖÒ¿QfœŸX9Áy0ŒW~«ËVqé'8”‘iýâf½dŠ%˜¡#eœD)eC—RQ$¾ºÍ J_ÀTªû 2ÃcâæHšÐÇ`(ÇÞƒÛþ{‚«æìè!ûaZÂÃ#ja(L“3‹gˆÚŽªSŒsüö²Ve¤ O6äO;7 ¿·Ï›T MmÜÇ™NסUj8ªîT’j˜R(8¼lEÒÉ}N†^8h5çZA;•ÑèêQw¬xoN¾çÃã”2F>c©~åy¿íýBƒ¢vú"”ê)2z@æç;Ø3… Êc%‘_ [zhsæ'•`T45ÂFúªÈ{¾Û+cTjн×tH¤5k‹6UFy2z.{{äu;¿Ò: yáyûª|ƒÁœ©*WP<ÉSÉ€%ŽàsÿLz<è¸Þ#‹^þæ—•ÁsôŠÑê~–ßßï;2F.ð8|ª¦ ÿÌa#°×šMïñ³±XÞ‡~‡®%ÈůÑé>‘,â&D]Æžv3)îÊ1Ê+ïyõèøTSÕ”-¯'¹ϧ|V5TŸÇ^çvöî“kAGé,v:Ç=CÖà9ÓÑì­L‹Û;¹)êÁ+_I5º}Á§5oËanã7¡¡ðh¨ -qæ*î'Øz¯„E ¥JCÖãÊr£î§°!ò®¤Ñ0ý–)û¾%—t³ b׿òwGTElWîr­ÓΠÉÈ‚Y -P&zPÍ›¥ G‰‚ê'õžXQJ„_‚Ö»6(_)•öjt¥E8釴Í@º$kˆòÒ6.”¾š)ü^ÖZd3ô…ͪ(Σ߯½ýt ]ñ÷ÅVaê¸ÒÆC«‡za¯«—íDqAcõ|¿éø¾2—""ýžoàw衹ÿPÕ«é¬Ï‹l·e¢ìànQRÖáZì[î3 ±—}œ–.Çðͨ¢gCßÛ+ŸÆ‘q´¸”n^f@è¤ééÜü´6‚KbÿÁóôU'ñK¸Ž™Å ™Ú.Vв)¾ Â8Lj˾`\[ä³l%1yBÙmÞŽ‹c˜©v*­ó’*Yt²Z&ãHzÊòÙÝýXí!ÍEÆ»«kýtÓ(„+††Æèû¯/vÇT©¶õøLœ! ²Gêcß1…xt ã8Kü'ý€sóÀlìˆ}%®^oZa@­å}í`ˆB|NѬþJ;:”‚‡E)T-tQÓƒ¹2»`C{°Ë%Aæu¼„’'À…‹–š6Ìû!b±HÔLÐ]Ê®cyVÂtmp<£É},Æh$L½ÂJR\zk½B±‡»Pœ’ߦˆ{ú˜*¾¬F2ÂĘ]ÕtMDçsK‡zÁ‡8¬Çßx>]=¿Î$°ã™Š:Êx‰½w:å†Èñ‘—5®LQ-uô #Âx¯£\ƒLósÊòDùû^"S*£¾5v×ë©‚.¾‡`7"Ðï$¢ÅÕ½euC`.¬ô®¼ô}í—‰PYöóˆ&Uœ–UËœp šßR›E{ƒkCoóI+ìYi”L†øïo¾*q°¼óqdò!º¿­;ú…Ë×}(¶$h+|ýE³YåB¶ŽWP‚AxTÛ;èðÀóƒy\PcÏ}}œb®Ê¿ãù%]ëÔ¼&;ß‚(óu|ÝžqlW‚ÌLñe”uŸ‡D\šQu¤ b™ž/ÁÉFHÿÝîÚ{¡tÈÍÊcË.…wÿ;]Ô\÷ý×zúÀ¤†Ø Àÿ  |éÞƒ>,¢ñé¼ÅM íýëdð‰××zº© Ü‚˜@Þ EÐ+’4:Y4Ýþ¸ƒ/iÿLÈÑRwÞ6>dåè6ð)ÚÁ™0X (-`7H3–°¤Ë4zo2Û׋¹ŸÇ\bÿ6é5]Ð2ãAê“¢@ÑÀçÞ¤nqýlŒ8.êRzEÇ -Í#H‘ |$#•'ì’ãA¼¨ÒnñtN5˜ˆ"èþ94—~—9Œª'>•=áÏíµñ‰*Κ_­£nd·¡ŒTCÔpÀ¨†3xÓËe:±×Ø:(XŒ`! ¨ƒí@¥YZ¡YüÒy‡_¡ZUÜî* `нxD€Ÿ¼.èµ\Ð5Ì,w‘ùš{”ˆŒãH§îuŠ,t-ŸW˜™½ Kq£\ЫʕTz¶\R&“aGÛ™{ŸÁAÉ\1%ߎí¼?j:Ñ»~d'Õ× ­Ï:¥”ík܉¯Rý YF«Ð¾¬õªC=p¡X7§S {ýÒÅÔìVÆîÑå$ 9IÙû:*ÕãbŽW ý?œâWc-H9vó¬ð4*X™P€‚Tz!” íD#êÑK+¸[Má4½vAØ=õÏŒ9Ê^cš°ª_Ú–tµî;Š]=š€’´VvqK‡£(Îy÷ì•;7ß¹Ò -Í'h&¯rÛ%©ä¾Œœ¿RºóS©»~rÌ q”~®ˆ¹ƒÒÒk囫¿l<åI}Ò[ê•ÖýP3¾¥ -î—*0ýœACxzôûk -ÿí?c[ÿ¯>ИÏçÿý`6/®Š:DS¹:¹õÐߟ˜¬ ¸Ñ¶Ï o‘+4piJ}™:ášxïè¢#k±ÿ-ötábRý–·þ˜ý—BÓüJi Ìž«µ3™jy:+´3Ã+r°ºÃz)#(ð|±‰wÔþU1'Dý6z¾ :ˆªÚÜÒgay -(^èM¹Ó·|޽Lj–¯bsËžèú:‘ƒ‰ÂÆñ•cSû*ÅÈëÕ×yÖ!ä,…Gò•”dc>¯›äìD\ïÝã$IÊÎùo´«‘Ü`…Öܼ҆Il¸`°ŒÔÑK8Ͼ™×QŒnjȉ‘‡íÁE-ÀoÚ‡ën[j,]š#üàz%ƒ‹î ®æêɈŒT ÀB=¼}r…"(Œ@ÜÈžìvìMATø|–èì}mê7ΨšI¬;³·`|E í”öµmQ -pëÐ4HÔ¹§°Çù`³©Éâ´2² x×µK]‘a&bL=]šðô÷èsøÛˆŽ -ò›  ãç÷Ų¿øÑs¡AØ «ñ\KöÖý Ý‡Tø2ãü’Šß?£F ’åÀw³¶í½òñu¶% —^Š6¸W?\‚ŠEŸ¦%™;Ãè½w·c—T$Ü}üÛ1ƒDRÿ1½‰$›íj‡•úC”Hkó½¡Eõ Þ¹wõ·…ÛWíêuÅ./äP’oÏèׇ| &™r<ø(ZÉÎðÒ2GBÈÔýŽÅOßü:*Š|8àvKäÀFHþ\àþsÏ‹ÀКë¾ÍÊŠ<ÇúO©–ƒYFæè,B¦9˜Fæ2 LÅ,F#sv"xÔQun «Ù™ç\Ô >hïÀÕÓ±E™h2¸ã(iÓ"ûv›B°Ð?|ÐEZÔ˯ÿåX|Êw-öžÐ±¼ã—Ʋkßt©}¶Xz\º¾'¢ˆÿé5®G$’—v9ߣœ0,QºË“{q¤úõùéóŸžÌ(Xÿ<øô0ƒ…QA <ã­¼1Oæô1a |YÏ ÑÆZoZ¯ÞAS>™ã¢Ž²×4çÊ•æœÔ™«¥ù…TðsàF‘,+|u'*д]Å:$‚¦/M‘ô¦¿¾e›ºé¿o–㕃[‡¾\͉µ°ôƒ&¥SÌák³š¤³=M:ž°ç<ÙÓùø£Z>ÍÓ«d´µTŠÈ;4ì¾Ý¸²CKð\(@õ|‘áÛ‘Ÿ ð{DU/ñ¿Ñûá8Ö…¶²Ô£_ùål–3ªoÁœÓLÖ$Ã/Ù¤/Ýf/ýq!ʦ&VgŽž€E³£&”RsÀjþÔÒ|»#iOþD£ò²°1å”f³ËŒ‡_L„íyô¢#LTÜ–Ì<Ž®•ÆÎéZ¤Bé‚«D`0HÕoT—Re«KÁlÜ’Ÿ›’AêÁ8¥G¹õRT9»úÇüÙ<Ð[£•çÀñI@x‚!ÑU†Ì½ …°”3‰"P•>gÒ„þÊõBaŸÎŽB -%QWðþªG!Ô¦‘ü8þª5QªU.\åZLë‰@ÛsGÌ^_‘{a¨Âczœe§ÍØ)U%èGì×Ù;ì•a5$­=ÑCŸ92$×sšªi™6(ŸÐôôÛ²=%Ûpטm—PtDUÓ§ÝÇ;YF •1uHK×E~WÙEó8>­¼\—­¬WÊùJ©MžÒ{«ž…Ñ™bze¤%à8ª!ŠSŒpP‹^"ï-C1Œ2süâ„Ý%*å(ýoFÎ;¸Y‚Aî”…°[ň®Ãc)^xÚ1.²g{ÄÁ›>¹%¹t”¨7©CPi¦ðGoÅŸþŠo¢,KÒ½•1ò1ÉàòŠý+ í -Ñ‹ µÂ#¦Â}ê]¾r.×Á&µ`“hiQ”[G5¤&@xSEÒþ ÊA8z¼$´ Êͨ&:ÇÝÑꉠc†̈D}YÌqÛ9šEœéú´öƒÛ¿#{Ìú¢\'¹)CtZtS;ÁáØcAý_[%oÛq€Øþ‘&R=ÓRÞPF9ǹ1`õ¾wŠrGÁKjýTy"ÂXÑì -nYíÃNÜ$B»êÅÂòŽRÄVæê±Hs]¸Ž²=îì72•¶ê›1¢a¤˜ý÷¶jW,Ñ4SéHM›¥y嬧¨W÷„‡ÏúDÄŒG5„ìG³3™^-uÛþNrz¿FeOíל¯ôŠíôFÓ¥IÃ(õ0úöÍë ·ëkœûØK²iÔÛ×”Àìúµ…bÐÀ¦¤p2‘\˜S°Y§:ã§Ñö¼qpüýd.]} -Šçç?Îpþ¤Y§›´mbݤ „n¦Øž‰åÅs””2q᧨Ÿ>senöZØu…ý<ÎAc -‰|ÎwŠ¡è²|µÈ¾>äáv’ð:=Ÿ ·±ÍtáÃËž{c鼘0nÔ•¶ë3“« ¾]^àQºˆ‘Ž_‰Â葨!\ŸˆÌÌöaÈütSUŒºŸzÎdîB¶.*ÍåÎ##'&9ÙÒËQð†ðj=ºe ¹‰ë@ï}|a•~b´•ùà¾uýÜr`S„Åú!âT›¼¯9ßgÔu ?0fîý°¡Í&®c?˜µ}bj©¦4íÇ[Yÿoy\váFéóý8 ì=¡qFG{Òd^?|`æsçÁîã5{ýˆ’sQt˜Æ&Ge(ƒû]­kfãÈtoˆmPé;Eå„¢¨s4 Ç¾í¯¹`똺íï®ÂðõþüPgKð,A@1¢ãýýa\žþ—Íw\ê=õU?Y€Ý—žW[zÿ±ÝÂó„åßþfMè-¹É¨a e¥×W‘¸2‹ÌΊžøªªßjûXMÉJ3˜eÛœ1CÝ© «z3ˆ9&aâ[!ÑULÊ‘`œ ÃúÕ0#ˆI5‚Ó¬Ù%n´¯20Ù ³vå|HlèŒzÕ#Iß"µãyŠÚëõ—©áUCѪðBkdÜwÐðj|‰Ð™aÙ32{­}ôìSC? -úi (ÀvÌå&¬‰tâÅQ&=“b€åbN`3 uÏÊ/ g¹×oœ$ý5‹#èKj -í—¼F b½GGƒïšù›¥s@}UaätÿVÑÿ@‰eo’Õ|q*ôŽzíêÂ2²Æ`ŽÏ›4S”cvH”~ÖŒrLs׫¸6czGAÈy0A[FKŠzÜmˆ`‘/‘7jœÎ»Q¤k; -q aåȯp|ú)È·sÓÕXÎëë5â·…UýNÈŽ}qÏù‹n&P§ @;hùQÈ—y—¼@AµÉÒSyŽè;`…q®ÈQ±ÕŽ3H*woðᓽźÝêœBVs Þ50j'ƒ¸N!íÎ~ü‘g²Ë¸v>¼³ÏÙ(—m}G‘Û$Êõf_#>†FLU–È[Â2ïÈz×ßú ò¥™ÉÒY’;qfx~ R(Q•¾¸ªéØ¿8Q5bäÏÁ&š€ ÷« žÄEfš|¿3½_Î jÆ-P"Ê·òÆ…1®x4—ÔÕÂÚ"+î;‹*Ýé{Ä}ò³³W±Ý¨y¢ènÉG’·À>Û4  ÜW|©ŒF_ ~ ;MÉ©çý÷LûÝ·¢ü 6«aŒ!F€pŠ=&q;’BÀú1à©ð°>þòrD´—ºyž†b`·û«# b —V¦Ûµ+QØ  ‚çîìzÝZA}‹ðê?ü ?ŽSgf+{¹1¡á®.¬|§óóxÙ^±óo“MM_|…x ¿öCŽ«+ -:0Ç -íE`hÆõŽ´ô.)¿dÌèPÔ©´R‰êωbö ”#æ}ÜñvüŠ. t ~ˆÀd®š¦\¿7ÛûË DæqQ²fކ/ùcJÆzÊÛ%€]›C ‹™Ñ}ÿü}Œ¦®; þØØ?‚,xúÜ]¬TS— qæyèþ3IxT ýâ_Ät1yh0HTš_k Ú@º?·å†øÙLúmÏ¥ð•hEû`%6ýkˆîT¶9Ö¾ÒLù™¡vQ =C9zqFHÛÙÇ¡Ê#",pçÉ¢˜þ¼þ!¢ÛÐó -ºãØRjˆÚ¡þ#Re¾1b«51o¼mpßÕQ>#r‚ë2T·#Ã4‚É$ŠTT"Ðþ?£š)y?/,ŠŸ+À]q2¯3ÝG”.8mÄg„©Â(Uül±½2EFõJ‰“¥Å]ìh|Dx"È3 ¦ÀIö§üpM¾óÂ>°äX¥qyøõi´¨îW×äýˆŽ2”(òëÉEáGŠªTpÆc—#³ ʰeþñ¾rÕ/³ÆOQt5Ý0è’Œê;ÙõXc«ù)‚j*$Yé_ÝÑâæŽšY#¢A†gº+Ào£S·sI4Õ1µ¥O4Á £Š€Ý7’Aû°M~Fä^õˆ4å-ó‡ã¼r !‹qú o™Ea&Õ®ƒ#)‘2e¨ÈÞàm!fI¿R4í¨½õ`iÌ5p À ‰ÌÊzb/<ßq‹<„¿^q -q -©_{ÆûºNƒzæ8Íê®ÛØò8NŽ{`A8K™Žu»¼”cŠÄÜ\¶e·ŒËyz†&@êY‘ÔÚ÷ÇRÚ"º¥j;ÚEAË–üølÈ{oyð{]Oµ=Õ‚Û%¢_ó+tÕ1ò÷g”â I«-$¿•ÛYÑæß#ʪå·ÿ…›ª6¶TàXQ¤Ñ»J“§#–OTב,ÙßdÙø+¸ ñ»#^ô%Þ9Þœ ôòL”îp—®…çÈäÄh‹°D(ye„“5v¬œÈ*Ëùôˆ]k*†MRɰFmçDÉQw¦Ûr)èZ1t¼öÇáfð㬑»&̇ßv?÷Ñ…¸Gµ†Ç({œš -@ö Ðí~é½#Óq&A)Ý|D`°H#ø~h½gúˆz‚àä'aN×ÞB‡#}Žô¶!Dt+.é/úqN -‰DÐeá¼u¿† Qdë|‘¨{ 1䪂ކ‘X¼ ÷ôVÒFUzf3]o|Îk¼¶Ñ1Ý;ÅM飽ªãµÚyL¨¯ê–É€¹-b,¿ô8½n¼ #Íè¬ïb‹ÖIûeBRBþ®Ãg‹½J­'<{QaŒpèò8´Ø‰¸W;‡Y1g¯Žÿï,;@nãwÇwÍÞ6;ûz¹kuLÖP~û1BÛ3ä-”šçâ ¦"8ñúf‰€ÌÛü½k<>wy~7‰O°•«[’†ðª€8¬·\ZDß[’Áz@Íã:O÷Îæ•E e²GÜQ•næ ÂžÇ oUû² ûOû–Jئwù5»¹âaåf=½jfcíä*o’¬~Û9ÕA;îÝUZnº¬?x 4G[ð©@™ƒÿ‡‡Øs i²·õð.ΚUpèk‰Ö+üî’͉ۤY@MН;r& -Z2?d†,Q!µ¥_T k?aBtöÿgíÝvmKŽ3½'à;¬R,åùp)í–Û´·º¡ ©aš,µh«ªª(AoïüþˆÈ¹öš³ª €ÐÜ9rås2##þ=²°ƒ©•Ì#!õEèÇÄ:æ°íšLéä,äÅ .\o 9±i®Äq.–ìBM‹« ¾`ÆÈ’"Á—Ð.ÒTaY¦à/ÆÖÆFV©2h¾ÚRÞE˜yÀ y™š0È)V8P¬M>ÊÙèÚldH‚T’©® .EÂÐzuõ¢U@u1ãPÂlÆ!* ÊÌ›Úþé!ðNÉ朗hÊ[õ8²&”©E_‚¡3'@ŽƒôfŽŽ=² ¯Ä6mÃ_ÒžðxŒ‡#™¸1(í«¶ÉË =(/ñð2@a -uMG™ž°N;nì„36dÇbúnXD·[©}ö+ÊZ«?`mC~JbÃ[GÚÙ+Ú50FIdŠÁûþ "E"ðI8Ộ(€ -nŽóÞ꺂û¡¨1áŠ)âOÝ -Óƒf -ªy¹ÎQ“ ›™"öÀjI¹õÖ#èáaëý@7k±%{‡'/¯ ¨¦¨dšL$˜_ž{tËCaG>Þ½@_tB®U‹ì<ËÀ”„ yg#y6¹ô4YÜ8°”û¥±\T-|< &Ås°Ê9Mù™:ꆤ(Pwª[Ùý]Æ+mŠ_Šà}FšÜÊ94iõp^9ÐM©é~Ò@@çOE¦‡\¤ÏQó½^­2ä·Ø”Õ2 ÀÅ&» Tœ[P¹© Âm’’lUåN*4¶ÓY¿èawÞã´§??s»L6^´Ïf OD޶ÌÞ?öГíödóÜ fˆ&¦M³_g³ëÄÉü+þTµlÒ¿—P™XW†ßsq𠛥þ¢—¡©¶HªÝr§ ¿”­˜¡ W¤qDg¼=C"ª;+ˆPž{ÉëlÝrxœ*A0¨T<帟z”nnF(NÙzÕi½ÖvhæÊâ,ûÍÔŽLÆW¦Â/“0ï+R®ò†ÙPGM_Ôµ×HZúk›ÍòºnÎ]ÞâÙœ{[D&ƒ‚—tIÅdØ8i8fMHh:@”|‚b «€Á…ë»$9ø;¾ê/ÙKbt"µC'ÙÝÐCðÆÓcÊV®½MÈÓ¤?)Íœ¨â ‡OÄ “òýþì`.–YÀVð·i…P-‡»nêßœíÓ™ý—K+±Nr;®Ã4&›i~S¤(Ý£mʳM’žÉˆý‚˜• lÏ=ìr‰Ç§?ïÙ|626ÄàìpŒÔŽ -ÎWvùqImœ°0k:¥NÊö>ÝüγÀ¦¦: n{v˜Y;NóÕ;sYPÇÔ—n¤r 'šÝ¼5…JÃ,p¹=ã›iP Ôbê0Tµ¶©ÉWQ±¯f€UFs~?r¬ðû·{zíRRÓë3¬ßv/Æ™.–¤JW+Žç]ÂÙN)Ý>÷îjŲ1PZ{A¹ÒÀÊ…L×¢‚a=—Qž QÃ+Ò à'‰Ö’¢I~ÏÜ ˜S lJŸæyl¸ã^ÄÕÂáx¼3ç§K´˜;¾ú°ñ驪ÒR"!켞1Œí¦t§ªåzrBdw\¬laº¹Cp1½MÏš ¢°%Ár_4KX'¤#§iœu×{Pý³_Ï6£pÊÜ®u;­‹j™½TÊv›ž)²WE†êòßëöHq°¡cÑ$³ƒn¼TCl -ßSÙˆf¾´¨Y9ÎÈÞméÈÝÍ‘x{Õ²¥Bøà·7EˆÈFŸ<³fÞc[´¢žÖP‹6?öBWE‘2è"IDfsç+ò$]F€»A-Z¥äp±³UkÅ­ º[¸Ý<¨{ƒl$(ûEtù*~£öТ†Kˆ¨’ƒcÚݺ#>:[ÔiIÙ¡xÁÖT²IRê— îd@4Ñf’ƒø¿±×Dˆ!K›j[CYE¥Íø?~aZèd(6' (Rä‰ ‰7àͥр]‰24%9(Îù\꼟/{(Ér -ÿœ µ€7[]c²±çÙ±òñ8zƒ©êø¶Ùàú°~c•·°njÖÐàÊOWÿ“¨bÆNÒlS:?¿±«se\”Hø/2xŸ'}¯& Ûjd¶ ß“9Û„)PSíX öüsº?%`Oú%ÑÿKÜ÷÷ôxý—ßžÿ2ÞþìÏßþáïüdùí/þêûïÿùíÏþòWûë~øæß}ý«ùúo~ý»ï¾þôýïÿýëïÿñë¿þíï~ø/øþ¿·“¾þ‹¿ûæ÷ßüú‡o~ûõ9Å·ïü ×ÿ¿ñÿÏx~Ì8ÿ·ìG½àþOyBXK†hÅ,"Ñ·vbìóÁ‰T.Š6d”$ü”AÈWœxbé@x(²•Æ?vT’ „¯ýMÚî’è²i%UÜ@ß°…Ï¡2Á²œcï9i«¾ Õºsp°hs@I¾Íž•¢/u Š¥Š„íÀ¶äQÕ"i곊ù±ÙNëÚô9dlt`â^¦x ¬lt^F[°;A£å$ °ÂT:ÞX…\û(‡i¸nªðè!ñ«øð(&ÈxI¨f¤ùPà$Øv í›Ö*S-BÀCHÀ'`0y“;>Äùùjå~¦¦¬1DkÒ5 ¹…R:?½Üàä+I:ê`1uT€O8·¯Â*‚¼±K¢ÆAè&pâƒÉ¹‚ƒf¼ˆ[C×%ôsD&!ì¼±îÉvi¾ªI%§O˜BÚê)F¥GÈпÁßk£xWÈlCRÙ‘º¹Q@Çȇ³Ž‚–NY–ŸKBOe"Lþ–Á×Zùx@²H&ãù`ªX9÷‰$|¯4½x-’!óYÍF3Ääüî7JY€Æäíx8/ûf³óÇ™d¤?“ ÓÁ ó_3‡¿ºdh{VrêÑò»äå!âACÅeÄÃ8`³Ou)T@3gÎÂn-ÙH•Yvq'ŽÉéÊÈO:ˆ± „Ÿ½Û¢JM~e9 ³ëÓ¾ºëföº(h"‡Â݉͒ü,@ÌÊfŠGfe™™é‰ŒQšïÏN·<ž2SÓœù¨·?Ö¡¤• m[(Æ£Êê…¤6«×™=ø+Y¥i½“žõnh½{½JFc„êLü/W…b"°ÈŸÏEš_kjÆAŠì'šD&6—ÂØ2³%:³ŽÔ‡Ndœ0ý«zÙ*eä°äðƒ4Û,†>×g‹%˜ ñY#¦õ@`eP©ÌAB—…e>K’ ²([Édãó}Ò#gÇÌæPa:³ïü+W—þGŠsp¦bÛôÏ¡šáªqªN33С»ҎOìË9Ïðªxî¦IDžMG뾀ݳ¯bˆ L“ÙÒ qR)&–6xâ>©Jn’÷š|MŸT 1è1þÕ!wÛÍ&›#‘Œ¶¡è—Ÿ5£^ŸF–Òâ@—мѡ›ôë,~2vpO=DVòœBà:0/uFuhæáÐ\ˆF]$ÜÑŽd!®!Äk]ù1¾²w§Wiº4í~˜f~y`éABÝzè£hRíÄO§¤¹3˜¡?úa®s£°¡¯º†ä]ŸÞ%DÚ˜©¸û|§Ef çUø¹OäS|P(²UÞ².HFjK_ ˾³¥øÖ{JÓîFTÓâ~™«âíü¦aôÒ³ýÙ&SåRaº£z¨^3  -X¡ ÍAj\Eí¦’‹‹<ø TÇõ×Úo^œÚ½‡h¬H¶®Óc©n£ñå»Ç®Ú·‰Ü?æXKÃ…ØuÈ`CW9s¸ÙÛ(Š*E:³RVþå{fn‰yì¡­¡;ž„÷Å‚í_Y%ݸóÉ b ~*YaRaˆ4PüXV±Æ6Z3o [EX 8€ÎöÛ0ŵc¯¤D†½·’ŸëVÞ>1Ÿ -וä!"W@ó §XÿêÚ’,_­²ÑØ£„W,¬+´dº @ðÉ ä„õuU™> -¯°Nn*• Y¤‡Cvb'›Ðijbš–úÕv«´†LÚâ¯`¡ÙÙ寥x4öeNàܽ\øRó_7!¥øH!#±± f,÷=µ³Ö3—<Ú·;àÁ×öãÜÃ$L·ôm6×° $T”ÑÇd5»<=“§úq5mõùàf«Ì=EŽ@Þjg[Ûηqȼ\’‡#€¡Õ®¯rÔzcÃoË v¥ù -Dj½m©‚*©~Iï&˜Å'­IñƒŸ`änyÛ¤ÐK{~B›àVYZF9“:ûb­£à*©hM3äÓ/°D;3Aß7ðjö’zS¢¼b”~fË2­6¬„õ ä̹0’^ç’²ÙÐÙâPùlÏ™À%$±Î±ú2‘¤¢¥üļï‰ß1äꨈýÔ„Ëõò ºÚ ¼LRaŠ‚OV¯NÝ$ˬêô@Oß -2öÙ“:^ê Àvë3§&uNéŒ-¢G|þšš²]J™\PCu!Œ„„ä¡w•è="{Yõ HÀCb„døìD ÇàaC®öMPp‡è†©ìkødjw±ŠYL²·1Éÿüšá0$D´E !ÖܬB8KíäL•Æ E¾ƒÃVOÓ²Z¢‰á‘aÎ"ˆªà„(0Qç39l-`4°)©r\Ëç–ØôZ↓ƒ!zn*ˆì¥U1§—fszÁ¥ÕŽ`ØÈa«5¥7iÈ%²XlLÁ ×PDtXÃZ‘^¾Ø³ãβIQ´ÚBqþ|µiJÄK*R.’øƒßÚ‡GÉù öü䃩ÓÂr­%€±Ò•2°üíQ˜f2dIP¿,8½ªß­Ÿo‡T>(ØÌª7aòÆ™¶ÉwJ‡‡¸Húx['/ŒRiûrmTî—9ê„uº¼1€=ä±¹÷ÌVZž^]eЕ\–¨jË¥Yv±ÛV«9aºÒƒóÒC…"DåyFȽôÙ'2ñ$ W³ T3ŸÉmI ³xt;?84ë-W¨wbÉÇó¾RÒyi|QÃ>'‹+™'ä°¾íMl’¨ÙZÁ%á²V禾<ïíÿò`Ñ>[¢pCÄÀ$ÕrîóylͼU„\U2ñ„ì™7_Gt<÷Ð̰Œß³aû>ƒ6ëL':MHù¼×ùR³h“]:XK8âX!MÛ¤-Ѽ“ 2{|§¼Èò¥8ßs¦ö§JCkØÌ!d¢CYz²„À `Ç—Zøª=,í°å¡°±ˆÊ"~èÅÓMöü¡LU !û> ÑÏ=¾DÆËõEŸ*¥>¥3µó’Êê”ÕÜ¿T†ä á f¸ÿŠÎú–äù±‡~Ñ4 챓 -½OãŒa"U·%Mz¦šüîå9‘°¿[:?(ÄD“áF'$Ȥ¨¿Ë6¦º½4Øh>~¶ùŠ{:„W°/zÄë¥bþy½7¾g5ÓÚÞ”† ¦BRÍ ;‰': ¶8ç…¶‚;Vô)AMÎI½Tº&¡¢â}6¸=ô%ŸÙíhÍ7÷¬h“%:"­Ž•~+õ¦´, {"ŸBÃ3xYr· =ÐAs1Ê5gªƒ) ¡>`'ROn{û/²)›øŠ¨É^{SzÝÃ6 }(‚´Ö0;Åeëô06xUW¯73 ½Uä&õU3=õ°·J(ËX›«²ÁBe3cEM­¾ê0å…¸Q×É‘šxîõð“§Óñç`–µ¨3–í:ý1Ñ.Ï=ìž-Ûà2•É%ûi -Äe€×—dèæ™ŽX. ˆ/}ê±› -![ä˜x:{IåRî¥d4[•]ÁŠ–õDÅiÒ¨Òƒs>¿º Žût >IKG­³bRe{úó>Läï´S^Œ ߟ›µ¿)«Wëyµ½¦yHƒý.ÀÞ¿I5½ -Ô´Uë×5ñežàg¿8`7ˆì«¿ÚÛdXÉþ × g‚±( í¹â¥TÍ”ž!œm1 Î’»#Ø1 aÛûjú4³e25ôpVÌÖ£Q:¬6)f+‚Í>†ò5&<{ÏF¦ýî®ÎhÓ:;ŽbnÉ[V¿“w`;fʽJ„Acˆ9¢Mtü$!È"LNÀˆU -Ï 'ðòEÎÒ2o„Ñ+éèæû ]0ú•8R+æ?ù¡‡Å8yþónLƒÍ!¡ªB²¯ì2"zÑcY¤pÞòÞƒ6þÔKФÈAÖ5&»Kº¡ûÆ(ÃFÆI c«%«â9ô»9Ñ ¥ÙkïÉÃ06DÉ;w=é -õ${8òÝÐmÚ6uÏM|K…µa[;å (ÏaÍ»mXÈ·§sõPº$›Ë‰?íO@ Îf+âéq¥–·ÇŸp›7OÏZ)P¤Ó ³Ú¯.™J’@º”3 ó€…T• V.9ä?öªKÆqàg1O/ªÆ Å”M’³ŽFbÛBá -n^£Þ÷]èñ³æã¯ä²>íb´%’·su¥ReGèç[†ïÄ‹ü‰¢Ámª ›- *ÉøP+óÍZ-¥f|VKC%VÞ $Ój—ÖeÑ‘Ÿ:ü&Š2EbÂg¿ÎÇüq”s›¯õyé«©Òm{òlÔ—J_{¼\ì>ö’ܲJuˆ(íóƒ ?’%;wg“{Dyß<,Ñ:8›œŒ~ Ç€C _¡™ŒWjT^°h)ÒÒ}IB¸Ñ^6¯-Æ‘ùÂÙ)xk²P"‘ÛÐ18=º¸Ïl€œsSr²uGw ‚3&y”¡Ï¨ˆÊõÄøçbP(ŠªH¦a35ùÜü8–u - 3)ã ±©ÙÚ|ŸqKüÝhv䕤¢mF›Éôƒ•µÎ}ù憨qÕ90FŒF~ß,`ɲ(åUA?è€øl›oaè€r”&s“¤›†C,‹O‰µ­Hû?‘yCÃlº25ô}~éû+IýŠ?–îróéÿŸï‡\¾ÒŸÊ(n?ž ;¯êI®L:v8ç!™Û¹/:=9øó¶C;ÌsƒÌ]Óª8e˸C‰P¼{º©²l°öÙ×a¤`} T ál£4Œt½§…½ÊŠËcÒL"µ»„y-ûªi¥’©]ˈL.yÏ5Q:%Šg:¸˜O–V=sN×›/•Ð3wQT4„)Ù-%+ù¬wíÝ<š§-à‰ƒ°åµq÷Üg8’:õjudœ’(“d‚>‚´YÑk1!­CEë½eDÑa~;?}v+ÅÛ ð]<_!¦D@øa’ï¤ô¯9CúÕl*ÐlcÒÆÌ3“ 2ÜÓÙX\4Š4æxáHè4²;¢€Mv–¤f·ÒÉ3ªü¾,™>¾çZ)¸Úi„ÖJð–÷= É)zUáqt1Y>ìv€ÚÉ®!_¬¿„aùT»þá^¸ÚSnÁunæ 4 c—Ÿ¸ŽQÌ\”†:LõŠLïB…3ñ„vM&çþŽðtÍr³è~ài%µõWJ‘bJBJPÚê±@1È2…ÓŒÇìÄÌ çÄùn£ò°ØAvÉ”Ðìu93GiÍÎÄœ©ºVx~]YrXòЇ]P±ŒÜô½ïŠ”&‚àæ(KŠz1SNž ¡³ófÒ†óŒ~(p]Oè)‡4”µB®6=€×ŒÛ$áF°Ò¤ß1ÇÊÀeäšõe».ª 4}ü›j…µTÉÛ^ ˜-¿ÙÀ¾ßƒ­ ×ÃI\Oy6o3ÀCRŠ]x†Q&i`¯Ëò±‡="ˆg¦ò%Ïãð¡yñ˜Ht‚½5Ïã)ÝÀW= ¿Vó;Úés/ N55lÜÏ8żØÅ- ?’OLwÔÂæ*¡ªË¦¾ejû®„Þ‰ýäQ—* –õȚ͓9éaÚƒç[g²¥ð-¢t›«áMQ›U;Eìš’p0…B!Uùn±bÕ™Ø@žYénz,­{åŠæÒiˆè0½Bz[Çê}QšMµêüf´Š«A{уy¦l ¥È[Œü¢×yM\Æ*ã`V5×VA¾f#Ñ„Zñâž%³¯@:àêSßx8$jñ?´‹§^ÛnÒ“0¶½,jÞ.§ò(„Ë[]ZiÅ´Ò¨^È,h7 . -¸íÜ¥d*e[‘èÇw¦hƒ™B’/ÆAV€Ø‹Â˜e]q.æìÚæqõ „Î+“IDØ}lvÃu–^ʸOx6¹« ijDKSòˆ¨™ Å`zt{™³•Àzlho§•Š{&MÂÓë@ é$Ít˜ýŠÁ:&Z¸[ k—º@Mˆ«¨‡í7HpLCã%ÌϹQ}áÞØ™R×Rw&$3Å>ÆÌsÞ ,¥S™T,éSzåþ’¨$(û؃wÕî‹ðþ›žzIı7q$ ÁÞ‰t’õ{7—].!Z€2 ³%þ²]o—ãÊÓ±%*š‰á޳9¢^U† 8 -ºï ©{¿98ÔaÑöÎЪ$­åp¶wxõak]Yá,£L‚`š3ˆv)¾$ÀOüÈV%Íà¢-éu8 M]2ˆÏÓÁNÕ8Ùl KÜŸ*g÷ixA§ {Šƒ ß$)ÔËXd¹°ŽxCœÙœÔòvÅøð¤A2ÅØ†ìšêè,O8ÓSý±~£íhw¦²G5†›z&ÜDBIXIØCsž¡á²‹Àw9Çê–õbŒíœÏ¦)EZm4ø“öLxG_¸#¬~Ö«‘Ý ÚÄÈU§÷>®vaë@5Å9 = %u kw®eþÈm¢Qèi/â塸hMÁ\P n -ÑÄ6°àÇìÞ¬³ÌŠœÅë~>øÙÎÕ´có² äx¶ùgšÅéRÝcâÎHË Ò=4yÔŽ¥ÝMNè zÐ,¦C¾egc¾ ªý$ÙÇš"ªèäO|òRÔƒ“°1 {§-w jÑL£Dè–Ú•¼ÐS§Uʼn{á,Ø2¶äÕb—¦¥v+¸« -Ç×´PÑ7¼¨´Íð=Rvö$he«×Wå¡M+/˳D„Üa²TðaÖ)^yQÁ*VNKï@’dû°Ø©iâú[!Ëà $ÉÈñ"Qx×I6©€ŽÛdœ¶D ‡Ú]O + -%¥C¤¸6…ª b˜¾/Kâoçª-é‹Ô¢dv‘ÕhŸTǤˆòc»å²“í¨q=ûôDzþ€A2^¨…⮲ ¹Šñ¢ÇÙLdY3VðM^^xê•L9Gb©ÚÔž;&óV²Ý]Š£ÄVH3¡)k%òôø»K÷Iž}T“yßÝ¡—²ñ¬à­ºTÏ%QÐØ˜T3¾4µ-D‡¹‚ŸQÚJüÇg`†ô÷žë§är–%&fKF °ä©"!Åa˜ê括Xœ«0xê,ÔÝ’Ôà²GÎ9$;E1ëJ½¨‡}(L’DÜÍÑ;©[7a’@À<&%ð¥z \^Ø–’àpó„CUÈ{˜õE¢Ð«)7—y•¥éD®ö¢É;7J¶tj¦î§ osvÁ,v¥ÔÚÚ^ÑD¶ýt¨è¶fÙxLõÀüÄ·YìµÙ¼Ÿôûveyë%žŽ2m‹yzJpeŒIÔÞ¥o˜—p®š¥Ä‡ÝVB%Ì’g|7*-'n“÷4OóÉ.¹šãë•D•Ï~)YÚht½ÓA…ÿ&殼u3ÈO‚ÂNL–Má}«w¾å‰$:îM$ÍϺ'i0ëòþAÚõ@' …¢ˆ¥ZŒÀÓš£ÃNÙ¦¹VwƒÑ5ùwêeV|e–L[n\˜ž/pX׋Á%Òè¥gI/Â>ý9ûÌfl l1"@\ô9@a]¨á’±+Ѩ—Öˆp´A¶¢˜­‡Rí\=ºFÖcêÏ“L$1¢€J¡oUï!£ƒs‚ˆNY¤ìdqÊÓb›ÏãDÒ+uçoÕ¹3‹æ`Œàžº<‹C’¿X3NÚ _PÏ“®œªä šÎe × ÍityØ©° ‹‰’í.R˶DñY~Xs€91E£ÝU- -C¢zîy…¾jͤGa,ÊD"M’“ç™ÔlõE‘¨Ð’‹—Òó³«1”öbÎwF4ÎYMðzÛ.Ééc; lOò¼ç޳11H¯—6gèG=(†œ© ÂîX”%¤|¶xÐÑ2â#à¸TmÊj¶Ù²$-•;XY=È…ÑC2:2ÊcJãøQ~ÌQÚov&‘nï» §Ma¥¹¡;>ztA²yi –_zTágYã£×¶·Ob'º7š¶Ç”]ƒ€›ÊX¦aó*¶~ҢŠY:ÚÁ€ÂƒÂW®Æ ¢,ë‚´´ñ~¦]xì¥_Ë]ŠŠÑ’l7úÉ줸˜Ó«Z¹RtÿºÒ%íÓ]ýiv-WJeg^¸e©î³Á\IZ Y†#œˆ”Å['DC¿[£ &QªæLlxF¸k±½–Ý|€v•l‘öèáq—àw±Š‘î9K×äM#ù™õÏ{?õ•°0.ͨÍhš@»™)°5ìÄ€”¿Èp©xÞ±°Ú í3~“øxïM\5Õ=T¯¤“Kzi —>¦npú›%–åN=€¿ŸCXD&0†Öv"ýÐ3ÄŒ¼|ÂŽÓK9] «˜[£¨ºßÑSíE”;f±OBZñ%Øð*!QÌ^‘’ %A£\‹O¯:ý»!Òv;¶îfrOCá~ýbv3¸Ó’‚ñhç;L•4ÈÙ˜¿·W®GJ»Iȇ`—ÜÅ4J¶ÐªóÌv•8(„ âW¶q5‘îwC =4~xÑ8ݳ&M¼:‹”XM)UG”aægVðŸÉ"Ê{)nA]‰ä?äûk¨?ô°©~ø…¸!ûÁ8, ÐL­þÅÅ„ “ž*P‚ª8…Ü)yÀ¤˜“ßu™¼>i|î„ÕaIÜì-Ñp:HµöÌÓP”ÓÕ.a…¦§G4ü¼ù.ç§¢ßF¹¯>Ndë %ÙLjFÕ/R€>J·Q²Ãì§¶€ÿv댈 ÔVàʱ­Š(È6ˆÞ!x7Ø¥ièkh±'<™ÀMäo -M(ú¤6k^Gàmº,á°BÑ_g¶a•ÙÞ‡Òí;!SÝý ?Kt>¶)y‚ù“’'ù¨oíØ˜ª6-!zØ„31+ƒÔTÈ\æ‰&!ùE;™+p’ ¥ÀY"Ò=©sÂ÷å \90¼,*ï‘s ±­yyZUU>egžF6x“†›èŽcâ/‘!d»³Š•¹)Þ,{·%%µ@óa†@ YP¡]öv5 )Î*›l€:ÿ°M‘Ü.[ad²0‘ÁDPœ8ì ©°sàý«a©]Âc Ø‘9p–Ë®¸Öp uwá ÞÕ”Ð-´„3•q i¹WE6¯ -|ÞÑegª[Áç‚ö(¼^ÕeŒ2>i_¹Óî+)ɼs»Ö°H›œ™Ü# x¥À>™½.œ"I"¡ë„WRþ“Ì:édz}æER”!Î÷¹Hî7ŽÙÒ΂i`¤06<3OžJ¨[±á„oª{d'‘DoVÁà„Úiv[y™奓bן³ÉÎiU Ù˜øÚ}l»—ƒL_JN²†VÿÉpbÚýÉJÖ`Dà‹|¼œN&«ø‰2´w&q"€JyxF­!I}U5Í_rÑ»Q™E%DgŸ‘LÞ”ÂÐdõÂÜóôN¢qT}AT¿øn•{—@ÛaßÅRΦ펞̆òšýµ& -6–ø–¨‡$?áoúï ŽaXj$:kóßÇZ -7«G-%Ù´Ꙣø0 3¢Õ5YUO‰mù“ž!E?ý©ô¬Á̸î짬:ÃÍs¶Ò¨göªú¾øŸ¢t4ªJÃ`1H¯£é@êgR°ÀË(?ÆÕ -hø:ø5ÊTyU%‰ ËMO»›‰ÑD¶~¿a ²ÜÚØL”elb_Ö0ò«™#'1˜å:Û&› ŒlÏ]ÖiU®1*"m ð” »ªÕF\ߣd¥–iÊ0ËN}æî7IáÉ&,¬ÛU¹¸(H -tfÔJ6Dˆ‹spç‡þŠzðfš¡`ƒH£J£Ä(ȹz(×Yfn¶gæ6LÔÖ†© ·ÀFv¡N™@ -OÈx!ñ€ŒWᜭº_3/«­uÕX›/¤wпç€r¾Bøþ‹ÄêÌ©@·‘ -þ - -Ä -wrK{Û„ÄäÁ€›D¨Ê¯€L¢‘ˆÒÜÂ}¼Éqr—ãíÛ­µÊ0»I¨Äø –ô€ÑmAgó(áÖâžJÂΚټH3ç˜ý\ÇÕ¤8zfãB»^[6v€ƒR¥vz©‹¾œú(½%þ´—Vdƒp1c8ü}í .äbÕpª|ê<ðl]Àȯ¶Ø™n›-Úyñ­äyNi»"+@dé¡f™Z%u Ô7Ü0Q@ª•ÝiªŽ\¦…sˆþˆ@ýQÛEbbi•Rt”cú6ÙTR€©™’—ñz!¨%œ¶ë'—àÅH®ªÔ‘l|M ƒ9Á˜‚ªø§1Ü])¢sƒÃÜ%Äjl]¨Xé“êj‡KKãnurϦòa7$«óÊO€ù\—/ÅNgǼZ".Ò¾„f5:HÉT#\!Dˈ b=¤\ Ìåž|nZ˜Nqð©mó -ažóò3¢Ð†€oÈd`i@Q´ŸÈáp†íš W-\¯Yµr65v”Èîu”áHYŒ¶Hƒ Ù†¸pz1ȉÑç“Û• 7: E¢](ºVLä(¶¤A.îO”ÁI¢4'²—YFgl[îàà>Òˆ=ŸÀù…’«Çê]Â-DÑŽ¾šæÞË­-S‚Žz–WT}ÅqÌz¯;™D؃¸@7~{uh x¿›©ó@8ߢîBömÉÈåÖ l ±j¸lÂ7¨ˆö~£A( 7%w;²E^!Br€-DLz«DT`'ÈùvK˜iÄ(Ý„í·„iÀº£ŒÌb2ÑçÑV[¹ÿm¾p ¤lKÖÆ@ø<\ް¤ÏçƒÀ%^ :´·‡Ý¨£™t¿Öe²É˜Í7Ò2²§Úp‘ܦ2ÃþYþ+›©³pqöùHï=€fÿ„!|³§%à7ü—QßÎ{”õä÷kd´LÈ€ô‰q%vœîñº\BC·“…Û Äi$É^‚€f‚ÀíyG ƒ%!8Ö>¡Êà]-“ã‘XHÎÂøtû©’EAçÍ2}-` ÖKÓA ^ >§Ý#Eÿ+#$WTE5Ug“—X €Ã!Ü¥ƒJȳÝRtí€eꙊÑWCC¤˜Ü -} ·cïÒŠðz+´hb-=Æœ]¬ˆù·,ÛŒW©¶J7„)Õra“5Ð…L\dëM*,ŠA¶«í7\ñ»1Ÿˆi&Ó¤­[ˆLU•^L¥wDB¬5GTM¢³‰},jTÑŠ«˜+ªg -ô‚ƒ¦vä¨kð÷Soô¹ÉþÊÜ  (HiÂöð: 5e OV¨!“âYÏZ½á|E½).‡Þÿ¶ölPMÿL$áqµ°Ê²I M‹FIC‘ëjмÊÖQÛ%[m–…]Ê­ ÁRrk%à]°U-FæûwyoËÎ×)G:¾z3k:!ÌpžNã¢\.y Ÿ²ÛþÉLm™Eq2§YÛç -ø¯¶k!»¼“®w»!lC¦„šè:iK_]À|ðeeTÛ—Š0¾Š°dÅà4°×@êX0Ã69‰ÔŒ™û–d|ä/@v¶,DfÓö92Ø(.›­=¹1’¬ä~^rÒÙpIÛÚ¢¯ªý¾ï(.` ´åz!ÈxnÔ¿ú~_Ðë‰lƒ»L‹»²xýÅ£z/T=îAÙ4 %!Š;e 1Fù…Ž@âA·ð\}ñ-ðë^LÊô‚&d=à ‰¼4½GËÖ㞉ÄIÆ5¶{$õ¡·Ç™xðåYÍ” ©Rê‘^vØÂéч©›jåBáÕ.Å‘¿8eÚ‰(RªG÷<ë:oW£„ò"-†Ä‘ˆ‘ -dÒbGÌg,j’ý‘p_µ/ ¤(_Ld1‘HdÌO·6ªXƒ(™g´,?'5_eÛŠ ”â^»Äf §yÑ"r‰²®bú¨ k•ýô™©ÆE—ó½qÐP¶E£êÏ«q/*øõ‹“e`ÿ6emq_åbÃöAg†]B‡‹Êaµ?f+ƒF‘KV @/êeÓ°Þ–ô+m†N–2+A?{,ó{¹ÖeÝÒ?£‡Ô$¨=žÁìo–v@€$Ó|*Ö`‰Œ7TÏ79c‰rVçLa<4쯵jI®rå5N'G*Lî2æ¬+ºâ›³íl6Dw€ÈÛÂä™fY¯&Š"Ó”IχiWý|šá¬ -hëSìÀÅGÔôÍÊŽñ)uÆAŽq6mYúIˆƒ‡Ž€Í}†ïÓ»2SV_Í.†êqŸ\~™©ñ:f‹¥ÍþÜæ\TH“ÉûHv½W‚,ÂÃè;MOÔ䮃x 详 IgÍLFôP³jC§yŒå(¯_$k¢š=Ú*wE P -X„j¬UÕ”¤ÖÁ¶Rà˜¨5…/A*ñÖg“¸kUX†7Œ¢“ȯÍÜg¤áÝù\ä”+Êèîé Ú =áe‚é&Vލ™Èzëóž Ic±ôbdUKÕš™R/Šjoÿø¥ ß·YD+x“ª¦Æ, 4FVHË¢ñtÞXbG@©Òå˜OŠÍÝK8¥K¬‚½ˆüè1ÕnJÉÒþN<Ió¢ÐÄ@& -b™&ù4&,¢¦%K¸•¼„r=¤›ˆ@^]¹)àðDñ—àô ß9sk¤-Ú™„¡ê0šѳƒˆh9ŒP)]ÖÓZÿ‡6Ïh›y’› , å÷«ìmw‰&,¿©{ffp_€eŸõŸ,‘–YÙHxþg´Â'Ñ’–8¯!ÕR Ñ1d[¥°Ç¾G¤Z™=º›lQxz y mpQ€à6UµÇ£wZZ4ãàæ¿¤UqælŸ²™óªƒÅ¨õ$÷«ÂaØžYq*`܋۷ÒÍô. üwá@Ï/„½zópU¯6I„% †žnḻ•9ñ2Ïds–¾{&[>¨3®êì¼aì<©RógÔHÎ\T““7-²2"8„ßÝ2ýDM¹ñ3DÎ!¤8Í– ßmý¢*UeÁzÍDùt¾Ûtùõ!­­ v%ÝöÙÜvyUà_uYËÕ…üF‡ø]õÚ+ÔDSpÛš±qÞR‡O>Lò€ÎzxÐ9!ØÆ÷&ké(pQý-Û†µî'ÔhÌ ½[m0ÕÀÝÊ‘ß*ªË—ÍE5f¹@õí¾£­Þ5Oz$'8EžÑwØ$Z$)Ö´V«Æƒ*Â`ñ»ŒŒæ„èÑIŸ»™ì^³I€ûKuÅ!ÈæÈ€ -Ô˜ë¶9D[ïÁ"µ=û¢ˆ|Jô.Wwü"­¢øDªô–D}Ë8³>0ì:-¥¥`sQÑÄíD}qÒ~j†á?ëT’7Ð,çB’ ”ñéÝzãAÑ–‹a@É]½ -SHKþô!ËSå+Ö.Uc6è´ËÓ‡ˆwß`È] _ë´DüÅNw½=É&¹Pdë¡Òû°º²Žd½ù [¤ÁbDÌ9ÅÐÊ:µIT½Zðj¤’•„~ÑÛº¤p(xÙw -"Â" ‚„‹/sC‰½"`.ÏÕΕÐ)L±$!ˆÑ1ö¤6)Q<ˆñÐTÐ7: ¸ZrŒ˜ƒlLS$Nëžé+ÅxܧW2–³‘"øÄ‰à «ò+f[Õµª2 _-Í'*ëÚA–¸ºÜñâùŽæZ+hìPÐúdÉL®¨ÖÔ2lÛ6Öã‰}ú1gŠ·Peÿ`e½¦ KŒWˆ§[º ‚'ž9Pæ jLëÙWØ’¨ Î4Q'åFÎ=-Š«˜»|ÏðÌÛì<¥àzÞbtÈé¥,)ÉnbD iJ&«“9²aÈ+^ýÖQ¯áÖ©|U§y=#šÓzœ¨¹cDB½P†•œöêÁÚNtÈ»ÈüèÁËkg’"ö˜ÉzàÀV!•é‘là¢6„žÖ‹=!0K“Ó¤F1)mc¤["8lÛ¦Ô¥ƒ&ç<âE¼ìýÃýøÝ3 .Ť,󣡑¤4‡TÊA²ƒlFDè’€j¾­é"£CIfpàërd3€»`$Bã[h¼:•@¹ãn™¶ `ô`Û"‘ÓÍ…hŸ^ kem*qq!¹EÌy¼mÝÔBµÕC*¤gß3z.AÚ ü±žòê*¡CÆH:ƒ¨70±Õ—$WÌCó(|‡¾MÏTkzÃi¢™…™ ñÁêÓ¬þչ؎2†õ ô‡m©ºbk×íL†HÁA^ªÈÙõw‘Í¡n®Z¾éÕ -&6®ÛÆTáú°ýªymsª¬.“!"[òŽRzjí$OÐpÖ#É¡Á`U»‚³0ˆ!DÑÜ&þùžIˆ‰÷³J®¼jÞp'&jö׫‰ÄƒwXve@›iÏWlP¶´9‡S ¨S( -”F}ºŒ\+ ߂޶.Áiÿ‰HÏ  >`©jŸ¹’ÇßÐ aFU—µÌy–!Q@k¿ºˆˆuY›b.O.(-xé4Ʀ…($¶¥×¥ Þý$# ŠKÀ­PGgùü­~d?” -dë Ðygœb¬NCguëú“­x±Î¼üùF ‘–k8ÇNÐ’Í5÷™HÝù¾%rÏ8¢¬ŸWéLJ¦+m¤‘ÓY'[ŠÇ2IKد­?ùì,±4ÖßJsËåÊb& ¬ŒX8{ó¨T+;k7Å¥d½=9Ò_7?-E$pÙÇ€kÙÕ@ÊšöQ¹R‚q7W %%?,ÄÔ -­­uEj›¹çþ¬2u4ó_Äf³ä‰í‚ÏZÂêF„©,äY<°(Pà§]'ÙÁÿRM§ÅI”ƒ’é¼­ÈlˆѱÐq÷ˆ)T¶vrbƒ¡D?$ž\ õõbNÐäÿÌæ´áSgu@ÿé|«z  Ê -©”„w¸ö:&óø&W”QáÑÕ - T\Àr]æê-Uº€q¡ÝõiÎÕ(!ÉéC0˜4Ã*›t™ÑÏì[dÀÌæ–Ìã 6^ ™fÒGr…ÝæûŒ®Éù€eO5‰ØÕ|B#çø°ô©Œá$„s …%YZé9|Œ2²†Iþ(˜#­YÄäÜ…=„uÌæ¿¬ƒ›•êØËé[Å¢3k€RÿQПiôŸ~Ôöò?8ÐÏøIÚÿ¼ðw¥X´Ö«¯aÕtXQç³þÖ;i6ìÂLö§Nb¦ø ;Ô23Ò°¡]ë7Ñ#»úsÀ65ðCcWŒ\›Ò„'„¤KýèQõú$i N‹kØM&ä…f¶za‡üæ*~9otYƒ÷=19’Ê$¨LS,ÔTN/öÖÈ =Hò|bïeZiGÑMeœ -)|y¤^Ô︷°lqS\JåŽÀKÉ×Áêߣ¥}QV=†m/Ï&(UëADMäË(¾–r<‡‡ìI,29Ml©•'î¶6Égþ†ÏrÆHø„tBDP0àâÜÕäš‘DuÚú©ø"¡À¬´àzYð²ÚT r2Â×Ï–pŸÅ¤?;ýdf:ÛVÃD…¼8É´d«ÁžU=Ëú?™­WåÒ¤œª×“DÜGoË@¦óñ‡¬»?Š[~Ãd¨wÙ±H=K£HðK¦8 ¦ã™ìX‡t@òéݾ~zˆè¨¾¸¦dÙA#ç;¾Ñij¤Hå|®ë?ï¬Tzé@…Ö´ùmYtm•íRš]M3ÚSHÂbJDJØ[5u›¾ÎÒÄ#††®UùvRÖzQš¸ÄEvìÊ·Dž{èL¢'ìªMõçq”ÌI+›v{Xææqvû@ž{°êrÏNJŠé¹—DCU;ïHnMýWÔFÎJzÞc‡²Tq‘…á™É(Þö Hn <óÐÒ«•Mé|†¼d0¼`Ä=i5þTÖ.•]?>‹—ãŠB~6hûò‘0PxþeÎ΀«šÓ„¾TÍd–ì³8`øHt5Âï“úûÒ…wR8UîtÀŸÏÒ“H¦†Ì¼ZaâUóºÐ& Ick¨‡²°ÚG2¿ I5Šo¥™®x4v:’Ô3ãTO%â!HAZ°P¬ÌŸx)™í¶{m÷îl:Ùjœ … ›µFó‡¬Ñ¤áÏ3/Ï …ìèÆ(2øPªˆfOŒu¾R7Ÿÿ¢SÁH·.R Cv²Ú¹»õêø«Wô©×¦VÅÇ™Á4œG‚=aâ O–ñ¤Ìú“WtNiG× ºV¼ÈÇ«Þç3îÀ’Ä%q…áà œ8qwÉ\Ÿo—zkµZ‹ËêÑ»"Õ¬—ᜀsñJÒã‘ÓCÞeÒ2Þv@^ò{r¤lãâ 4n-Å)™Wx¥EyÓ¦.e3é!xÞZ̨Ôt[.ÐâÀ—uË%¥K‡¿{N|nS©--*Fm±˜í[Pö¬Ø£&[ŠÍý<JÑЊÈìjÏ=,Íc$Ôç?gg§L{Tž‘UV›´0¤à - -“-hÁ™ ¥…þÐy"³¢Ñ,æŒKÌ •ˆJ,MÉ;ŽŒl÷ÏÆ\?aþýÐ2 -Aùóm5QŒ ˜Db¥zœ—ÙFáI˜€Hí lkÑ„>øÁQD®ÛYŠŸ9ˉRàV€]`Þ–î¾{@ç°8-KXby TÃüžƒUþ’R[ŸSŽæ‚äâ‰Ë3ª)à 94Obe;È,§ÇYZë=!`$5¬W2³DKνü¯)àƒ÷ëÍ%SMö¯ášj=ÐøÍ8 ùz)´É -ZÈÐþAœæHQ×ÿM¡eË¥i™Ä޹ʖœn%˜ûÙ€fê¢2É4)mÉýžÒ¸Q&+g/öGÒÀäà4IÉèY¦m솷„ódÁ†:o’UÒ6$ARz)„/«ýä½¢eh[é&¹gIrV*à ¤ÎÜQgÈê!üééÑO=äóFÍ -s+;Q³:øé…‰ŠõéÇõù§Ö>ÿs÷óçUZ²R1ŒECx¸‹Ÿáï*ÌmÇ&»WfoH_’ÍNÒã+H”é#P±•Å…¼ÓÏ~&Ÿþ”Ÿ& |jö€ò[3P)‘•Ó|¶²ú(Ë–:½ÀË«X0zu¹Ò0ß »—é2‹F@Òd;¬‡k-%ÃþØèLÉe>À9LêôÊRXS$¸Ìü€ïÈ|;$… -V?¦ò«®±¤ÃÔ NnItDËR¯EŒÑ,%7Ê T»‡²lÀ«tú¶rÈÓ¢ƒ«°ˤUñ¢‡mº×5ké‚ý~èÄG‰gÐ&»Q¬Ò)ž³©¸8?dë³+çDšµG:³3[ÌGQZ÷W’Ð"¹›Y¢h¢ ‡‰1+=´¢Ÿhˆ©‡ÉP ÖLLCÂwCfÐïÜS’;HñÉ É+`÷œlÛMGBžW㰠Ü‘zg¡´AAJWˆ 9…ÎÔ±¬xt&5‘dCOãl ØæÇ|“ä>OæasÜy{³:–\£˜î¶ÀfÅ”'ªôXC䳆6“ih¯j`I‡HørèBœoa'5O(l¶@O=ªà&ÊÔ¶€½¦‘‘$Í&v J‡B)e©¨KÙMøÀ‚y¹Ì‡Š%üÆk’[`K.…Ö½$8äsnÚ2ÍI…Œ:PíúøòTv¡6Oå©—èRÚfª{nN+;£4È¡¸‘33§+ö‘í Óجi ú¨9¤Ûè$—‘]Å”§×VÃåj!”׿`q õOÃéQªÌsò%ò,É4”Á¤1u&ˆr?ždV§$gwÂfW/LhíLª@Ÿ€-­Ç°÷KK%¬­bÃ2š \ÏîLŠ¢¥†÷”Ør™}¸ò:8À5¹/öQ&Tþ½˜Þ0÷ï‹çΔ[Jî†MÏs¯ä@ž3•¿÷bÁ›’Ík”‘ì„\I)ôã›ÑÜ)³Cˆ2øãŸƒ\PŠªËòME>ò¢Ï–yÍ ºV/zum›Ï½2k3‰.LcëªÜ9QTs01>º³”Ñû4ñ-\ÁÂôäœ@ln å‚çìO–_6dÓ˜ POïéwOŽIžÈœÞ‹jL“9ãúÁK£Ë†Õº¦?ºP97€—}!Õ•D%¼&§X&ð¼$¼˜ÆþÕb éÇ £À®”[oYJQšr¦°½U[XRmÆ2j?Ò¡“ôŒy… -RA¿©ÿ$>¯-“Ýjd T;µ¥i -Rt:ëaX S…ac±aDP£‡¼Ð@@Ô‡ H3õÜ3¡[®·‘LËdrIùë*ò°˜¥}³²¤RTì/  ‡t>3Äzô<à ` $];Š58v+æeóf;=›¬ãïÏ‹ˆwÉÛÏEÊÝQ Œ³K¼2¿BL_ÔÙ$qWBIAÜÒÓÀkYMA5bhêoÝ­¢i®z)©v¸pLÓ’&^Ïv1mÈ‘Ðb0TÖ[@s°K⿘þQ±¿@\1†;}‡á´P ä_k€º…Ûî|TÝòþîjs^&R °·ÎTŒTÏ–’Î¥ÇÄ%¦)!­’s¯ÎglœŽmÆÕ”óBÊFJ„­z˜¥¶dCgÚÆEl‘XDU! \Up ñÕ– S<Ôk›­j¢“‹¤)…eÛ‘s 8®o#Ó5ΨÄe‹ÃÞ}I `›*gw]ݶÓxUûLÌქ—z O“_~^)²ä«¸‰bE‘~†¾ +rñ$“N§ÂiϪR‘^îªdÒ(± ùÛ?Uüöe%-ÈZ…¡†ØZ³¢Mêý|û×öH˜ÄpPè³p%ÅíÌärÒª” Izf¹|8À]K¡Gr¥ì†¤ Ìfx©½»Šs²£Më‰@öü”-–¤,Ttá™ 7‚,Í2u—Õì|e ‚K:H-C)æ€07’WËõ©³¥Ùñ¾è±ŠJÎã}ïzóe'‰OG,a…Æ7öº¸e¹°Ð[$ùe»?Ü)ƒÇäOLÝ}"]¥ÀsâhcöÊIiçÕ Šô`·Ni1HF•”ìvJæéG0czfÄ%Eí˜UÙá0@ôm:èbi!^Ž(ãEu>q˜²¨à€¸†ွ5 §¯Y2zó–x ,*ñBÅöø£‹¹Ù“¥º§zÌÔÇNwCÛqÈmãá]í¢HO°áÙñîÀ6è¥nÿr.³·3=ú.&ÚÙò¬ÅV,PcçG“]h޳ùâ€~#Bô5?D€>ùË.efv[lQ†¦áûç{Óp¸>$9À).Ùnv©”յ˵¬°Ñ{:/° IòÈ=õ"Ë%->©ÒdóWj2)A+öE‚cÃPÕ{äʶ±åØ®ês31—³7'W ¡Í…~örIUD{ð&È9O^ Q<Ð]™D³/šØXó•µ%[YGFà]`0^’?{P"~›… ò)ü×Y8Éo6 °SyƒåÕÐ}ÕžškwÓ­êÙdoªBmBÅ©¿jKl¯åqeÃM“vq¸i7çŒêÚ›¦§˜³ß60UR(gè¡ý¹‚ÕOXw–½tv Øæ›îîzOIÅ*€¹‰< \0¶÷æ,ÀódÊæ‰ÐÇAÔ>QP¤£ ®ÉÚžN0H. œ âœO·;)Igƒ,×ɪîWBÑpÆ2ýô&?‘‚1žìbŠDx×-“WZ1š¤N8Hú’G‘äæ²ØB*J”¦'æÂhp­øÕ÷‡ÔÍ<3ÚáÉ»ÿ™q;³ Èí$L_+[æÙz{a?‡ºåâë²Áî±e 3 - -dFUAxê£ú}'ý+µÞâùC½¡™/ 9vÒLRh‚,;‡æ3™°…¹tk¦x&Ÿlz)‰:·IjebÍ4ƒðMr–-š -3ˆ<ìôü&J,>‚Ë{AÑ32à@‚­[ÇE¾†ç¯¦ìç^|Bi†*§ªPÖe´ê_2À°.nv;õÓœµ¨ÝíÈï\4•­¢{`l$Q´T’¨E,]“èùj²Z“¬$\D*‘Mñ}§Šc%ÅUDÐxç ÚÝ” 4¾v -T0Mž O=þÕ7ÀšÃžþ\~ÊPgÔž÷DÁ'Y[ª# «P&9[ð^åÒ´ÄŠ„θFXTsóS§Ø}Ò‰,ítå6zÜÓ:ôçÞ@=ÀÓ#ïëu ÿq*“s*—q$’J-0äžµÂpp!Z©ê8`Ñn=Ü:=¤Kב–æµt¦qDÏr 4–ol=ÄÔ&É…;Ê1L‡phê’EiÀI¦·Ì À6+xtðíÅÌ}…Íå>ë£Mä0 *_4ž •.r) ¿H+5¤g}üêj¼Í´9yžö×JfIèz-õ0©(Ä¡ù˜ùS^2 ƒo;‰@QÊO¡JÛý‰t<ºÍuQ©’ôIúBäȧ¨ˆ”ÁðP;Áå@âƦË䬼5µ6òǵ‚`t—½™ìwêêÄbÓ«dmTËÕ™>od·hŸÕÃ|t-É@x²w‰Ó Ý©^’Ú ¦&Vòò49“䆚è>È6¼P1\Ÿ”RÀüæ”]d<áì…çÏSSmšÚ°,Uø,eBã^ 0-ã¸a ‘,†ÖeºC'LAgÑÜ£¶û®çDn >¥AŽ|Ažf;Ê_ˆ­¼å òÜþ…í¾“Ê|1¨p~*!’Ìêæ'þ|€Ô™¢UÊ£òù¡Ï¡Ò,EWB¬¡MÈb¿=Bª½„ì>ž:ܹCŽ¿Èk¥ñbôZ$Mƒ\6æá›–aN€¿ú±[œžPÃ!RÃ:mP4©J€‘š0k€ÅgÜîÊΡÙ/h\E$)¢/[äe«Òîøª×K×¶gFØ´¤`Ò.ÏØK)³3³P~¨á”j—"|çp÷õ{&3<ýâg‚{)tÝþÊËZ£d"uÔÑÄú{>0]X# q·NÕ;IQ®™rh"§­jÑPì!v>™¼%07É ÐrbÀ+R:—zØ%¶¦ÙaÏöbÀ<€§ñ±al -{PRë×vsý¤Ql5˜üùîIÙŽgI -›^¦+NÃΡ Zrß™¼¥GTuqDï »%Ür Ì6*Qá¦DÓòrSÆQdÔµ§6¹V©Ll³•Ã03ˆ2š³ƒ“våS%Gë1­Ç Á/ÚÈ0)|ܹ¾'»ÖJüÁq‡Ò©Â!ëU‡ ÄU@bþÐ À\ð ó!&¦Ø¥s´>ËÁ¬#³Ñf‹–;-À]¹OEæLÅ3 ÅxTëð^‚IÖ6¸` ’ã%¤K^“Û-é -õ`Ó+ú%J‘³·å¼¯=ß™K Uûi'·èô*|ºÎ,èvç!ò rÂý™À-z :uÐkvÀá“ïÇõC›ò5po`æÆ-É W"ÓzßÏ´6ÒxÕc[(¡-\ãD{ñŽ©ôYÇ8–õÄ ["ËåÎE'HÆ ƒ¬›Ã¾ž{XÞaYÈ("ìÚË0È,KlÑͯS’&3HoI»*î‹=i >CK^ÂÕ$PÙz‘ÙP¯¿öë!ƪªîèAC‰K;¼¥MySã3‘F›žú²òK…Ò¬ où¡/z5Xò¸UIñaIŒÀ@ïÍ,¾jµÜK´’„xä›ê•rkÎg…ó™ôʧŠ'G EläÜÁÅIJ’ŒÖcY‚´§ÕVƒ?õÂÏE!öÙioéÍ5ó²îê%Ü3Iê™d²›„úÓ‚?)PwW ÏÖä;û,É}.ƒ ê3éo8^î>$\t€ÏƉÄä$Ð,ÌóiÎõõ)D›—¾p ª-ö5æòâ ¼²D@ÚÅñ]âF¥G´d¢Î-YYê’66ÔzœW\çž82ÃêéRg:·l )~vjñW Pfö$ª©±YEu¨ -?μ>M LBk8N 2†€›eéÏC£a‘wûdPËu°ô)I$•näýL&°ƒNÕð#œ?%îG¼ÛåÞþKµö÷¬Zý—ßR yû³?û‡¿ÿñ“å·¿ø«ï¿ÿç·?ûË_ýí¯øá›?|÷õ¯þåë¿ùõï¾ûúÓ÷¿ÿ÷¯¿ÿǯÿú·¿ûá¿üáû?þÞNúú/þî›ßóë¾ùí×ç_\Üþ¹+hoñ«ï~x?'üþú_ÿ?ÿü]ÈçïóõÿñÍ¿û5¤·¿ø»o~ýÏ/þê?ÿîÛ¯ÿö›?üæ›ï~xןj‡èéLïg‘ÿ±¿þï¿;çûûßýö‡²?ì?vqû‡oþõwßüÛ¹¶þ—½/ï.éü†ß}ó/+úÙÿîûûÙ?ó?|}žÔÿú‡ï¿ûáþÒŸþqÿÛ7¿ûŸÿôÃÏüß¿ÿý‡?<οþÅÿò—¿ª_ÿõw¿õ¿äßý_¿ÿîoÏKûÃyoùKkþ«oþçíÝ_ü×ßsdÙ‘¿úÃÿåŸbœ?û?¿ûî×ß~óÛ·ñç¿Hoyþïþíâ”ÿññÿù_ðÈÓÛÿ~þËÿ{šþí­½ýÍÛÿõ§·ßò—÷‹_™½[ÿñíi… ò­íó‡6$­NPÿùýß¾j³¿ýîqUÿívEùíÿó!•I**kÞ3‹ø¬VXZÖXT,ÌE¥Ec\]©ŠZs«ÊyÒ÷̇1ûR - âíéìŸ~ñús„x¶Ú+X×â—EU³ë¾Ù_ë‡&¡H‡õnP›>¿ä³F'šKT5ý@jÝ"¢”­Ysk$Ûd'P*ovÂåé·jeçO~`÷ü:ØàÆå9{ÛU£òâ͈'F3©?Ýí¨! |{y½Ÿü‡P¸ß~óQ4ñºz3²7kìÂSÛéÓOèß}€-âŽ7wû}T¿N€+ñ#òF<+­±Ôû÷'%N•% fm#þüÃxü²/ÇýÖÜ\ĺÇïzüXv­?yY_¶ÆûIszûD$n#R¹ÖÜQTûìÍ‚ìØ )îÙ¥lï ݇-Õ¯¶Àÿÿägƒ“î]ããPwŒ}ÉÛËëút/¸ƒÃ° ÖÙ·Þ\k÷æ¼W\0Ààæ»»™¹Àߢ¿½÷ñ8¶àú\ÉLó3'¤>ßy± ÄG5Ê4Éá¬þA‹þ·è àgj–¡¿Û3û+±éûò ->Ýé'ïøÆ)óÜégK‘± åŒ+¦‰ÙVô&YÍ«Ÿ¬¨gùDQ²=?RfýíåÙâ2Æ»²áŽù­7ËîÔÞDÂTkL«ûm^$ß½qd¯0ˆð;Ômq°¾õNwÀÿ†¿á“M_MöE‚ó}ya+þp¸⦚¸ž)ZªŸ£÷ÞùÝËì-†Áüûõ¸÷rx‰—hûUó*Ï}_{TO|šNõ¶~#féÞašxÕ¾õæÚšßêt'†ÙojŸõÑüaŒQ¦èßñ}ëÍòÄV3UÈ7k”K¬€½Qö˜â“0}]O2]°6PA~Åñö«œ"›ñ÷»¬¸¶±>h9&Êsg_þ‚x(ûݽ3ßzs%Îð÷vn¿ -Xô>Ä߸4úÆkW猟Qëˆwqú {º‚O÷‘âMóá¬÷‘&Ñ<¾˜kÁjÚ¢ž ¶k¶YÖG"õ“ Ý7íûôs~L¿þI˜š9{}{ya+Î=&ÕIíÛŸ>aM1±+ì³ÆóEÅŽ“7¢±e¢ÑD×½£kŠ®8 < úáºs@Lø2:(w ôn%ò_"\Ô¯þ‘[}›_…Þ™;j\E¿sÖ‡+ˆKÑvøÈü¸o½ö§‡ym®˜âü7W ª­'¶ÎÖˆ(üO‘±õ¾³ïè»#¶…)ÿöê~sï(@o¯µ=æÍW¶´ˆy3Þnè+î„tÜlÊë5&jp+¾ÖÒÓé>?žÝn¾¬#ï{¯ã©¿÷¯fØæ/yLy²Í¶Ym÷˜ò¶7¸q>Ôx»ï³Þ¶ô[ãØwRˆ®PK‹ùÎKöå+ѯ}]qµr[ù.£Õ!ò?ñ‰*þ~yùOÔ”¾õ¾õQïïJ÷‰@Òó¶R?~_¸Å Ë+Í{e sy»²˜tç»›‹–èÛË ð+Ãá6ß`j ž4§ø@ŠGäRó|ìýÖŠÆUü7ˆNðéÑüÜsÆ5À¨½=ÇÂÿøÃE=Þ)\ØÛ:çcI$Ÿoöމ#¼÷eññÆû»`'ÜÙJ‹8ç1Ä=înÝ?óŠõÁ΋߼3Õ¾—×ÿX÷—pÅ‚ЃÒâbü·½qzÈ'ëözß}h0>€ò”#ª/Õg§ëᇠøto9È>0[ãûêÞ:uߊÂ|®þ. ££Íh¬[¶Â¯Œv4Þ |?¾ˆ/¯àg/-ß­@¾¡P©³ÇG±ûO¿ %µX1Ö}›rŽŸæÙ”Ÿú,ûmf¯÷¦Å·žZÿÉŸv¾Ä%9€¢í®÷³\¾Å”ìEõO¡hkë;tŸ²¾h@¬ñì^bÍD,è¾Ý¬w˜A³—© -Of³‘)’‚팿7.Û3ÙìÆ }zòHNyÖ8=ƒ8Ñ¿É) û…ªŸïÛr³dIö—×XÉéÃ3øͲ±¢9¾ªÌ2P¦5âÊùöòÙÆC—gcÜsÎñ­7·’}Òü9:ï~W%?ûéF©öò|=È-™ûñ(ý5ç[Ë%e,×uŸçèsþrgGpÌŸ_ÿ†Ïw†›µß zíw†[=úÏa› 4€K„/7ÞÚ7ã%iÍdk®‘(C™¤ø6.èµF¤ #ê˜åþ|ƒ†ýØ”aXd¿È\îûÓÊz\Àš7á²#<‰o²eõ§ÂèqtØïlÑslz~lŽ¿×šVüÖØkÒ¶cûvÜûqǾÃ>’ï›sJãq7 -)¿jlý1î(w¼6úœwÚ÷qÍìùà.¶ÙS!œëý¦$~ì=î‡û£Þ@h¿ûBÀ–¿=¿›ùqc(%Æœ_î+>†¼ËÏ\·µù¸üGoþÌí{tEh({}ñPžŸëÎå^Ý1ÿ¦s‰Þì—ì»ŽÇ {úc  zû*rÓ´h+£ÞFû š® vÙ׋†ì×Ýc­˜—¥7ùòü «~#P¬}/¬úêâ^¥Ö»ôö¢ØÒõîí~¡ýæŠàñ+JÌ÷ïö•¯‚Þ5Þ9P{1(êm7G !úç{So¢‡rwyµ’§ôIf¼ÛUbî7 ¾òŽ;<¤²°b¸Ë~ ý&?ÜÚ÷1X¬çÉ‚`õ™lÉgo®^hòÅû6ïé½±»Í³üB¬þ¤8ìîºåÿüê"ÞmnVìü€=mnƼ+øcjÒ–òóëA|E3­›~Ê Í5ÊÆÆgoºÃ–Û¶Ëmþ0ˆ.UK›ÁÉvDºc%ÓñåYü‹z÷æ´mÁ£ÑKxz[°ö<®ß¬ÞowZœþm4{fUõ5ü„ýFÃrÞÞXââ¢Ðö<®ŸñüvS;=’-Àúo‰1•7k|lOŠ}A´›ÂÃC÷“ÿýZå.‡Ã+bÚ1lw+Eàóòºü‚Ì•ésh»`š=¿Ð,Íj}Çl¸p~óÆAùŠ´­ž rlѵyÐzelo¬û1Å®û÷¨$z×v»FÊš«Î1è‡ðøeQ =ïL— Œ×DßËn%PgN@EÛ ‚̲äÛ¸ó÷ó¸~Bø03Þ”v‹Qðt<û5-8ÿìÍu”۬ߋܓ}ÓÊž/‡õó•Di:b›æ(HùE_¿7kÄÍ‹åÂQl·”b;Âû†Æ¾ -p²›èðàñùŸ]”ŒÊ»³w×Ü<:UíÛã³ûš;>è|/W»¯O1îͦh¬ÓyTù|qÏò»ò¢\“¿õæ:îžµÙ‡Dcü_š9ÆÜ’oî¾ÜY³â›”Pð'oúöÀ’J–e—ÕƒEM ãíåOð߆}|Ù> ž°Å?ešÛºÓ¨Õ²hœFÃA(Är…4zÈJ²>J‹4û<5#÷@Ûˆ®ó=Ÿß/Œ/ªEêkÖØøóýͨêN¢»`Ílÿ‚º=hEáÑ.Œæ»¡ˆ=:ÜdóðJÚóx -:‹÷+XTîPèQ9RmÒ»z ÙÝWüéå±´B͈½žD³¿fÏÈI<ß6‹Lª‘[Ÿž™¡Ñmb‡›¾@â4P&Ó³ÆY³¦o’~{y~ Éá³îï·Ñç›?èï6¸~eP£òø"ÓoÍßKàñÊMg%{ËónÍc~8ýãºòEˆàFr¯+ùÓ$¹yßœ”f̱?ÿ!Á™nË}š»Åœˆÿö¨e¦·—Wð¸´~1»Œè4·ÇlTkÜÄ~ã*Zþé{†S@ô½7( Ù°¬?ùaÌÛ6‰_ÕE­œy<þþÃ/ð,¾×‰}†ÿÖ›«£'¨æÛL" $Û õû{…Õ_ј}/>ßÓ0¾óFÏŸ {9_^@~x. -Æ­†¨9õh¶FÙ¼á}Çæ±}gŽætpˆÖi´:I -Þ¶¨?_—OG¿<·‡¾ùöÐ¸Êæ|xÈãïj}l ¿ûþéîeïjGøÏ÷uϧã:ýûOÔÚ¾O0µbE!¸ûÖ›c÷9M“ç³7›G#0Âìó['›–}¡Šô»ùpOëéÏûù\4âšÜÕX‡Åã4¦‹g -¬T‡@˜üª”NÿìÍ(}{ó´WÆ´D¼oí·q¥äüÝï¸Å‘z·,ì–Oxò}/lÜDÛ¤æÓ‡vB}Äã^bE^`˜jÞ/_ï™{sjñÆwϯèdñt´*Çɺ;w}Œ[½¢ŒºüŽªc†¡3iD&>ù«¬ÒŒ @%Þ;ÞÛÏÞéÿEðÓ}„Òã×;L#ä¦âJ‹>,_ ·ÏuÄ%Ì›ˆï¨9d]û^WÎ%Ç«›ŸL+ 5â>n‘@ kÖ½‚¨GOÀ ÓûÖxcÔœ¦åRbíuÚÝ:Ù­Éï~DOVÓèwaZ.Îûè~µë¾ ùI ÄŸG -4‰-,ö°§i\ÚŸ¦‹Þ›júß6G…BLñ; 8µ8Éx iÎöÑ5Tó¿ÆKàuö˜Ÿ{|ð»söÏK †õ¾Ð•ïi÷%Lû€óâý}£Ù“óþ?otÖ¸±-6ÐrSC<-úÇзěåÌö† +ÉÆyÚÇܱ½Õlò¶ÍñºØ· WըƆ´æ˜ Ú°òD?ËEÙûNcŠÆ} n |`L\zG­Q±öšEi ßä‡D¡>ýt¢;"KK|ó!9Õ#Oô*ëaÍóÆáÝB$,v÷bæ$µá  ÖxßÉÆøëÖ|xF¯1!&O[ÊÞÊ׊£—=~4S}W¾·Çuj«†…1g¤•+«Kü}ªQ¶ô(µµ»IkVŒõ1}ÇqîÕ˜ãþ}»åÉüÈ5/ñ ¸±¯ÓY±x0¬ÍѺ¯ÅŸËØ9~ÿº³¹¢Æ`å¡îÌš|Ô]vü‚á;Lùêã O33@œ _ö[kÜÁHS³vÉÀÓ›ÇèñuÝ„\÷I“$}ü}ó$òÞ'èq¾ó÷ÅØ^ -4nÍõ]ì<)éZs¹åëa´%¶|dlà¼gÍñÄ»/² ‹ÐDSçýs¯/÷‹õF üfþXãð ‘ß5â.–[v¸×»Æ*5,7nmÄ}Y9. Å°ª‹~Žæ)Åéh0~CëêžÇkˆÞDãJ£ÜqËýa -Êh¤V¶ý&(ü²FL b>Š¿O·¦?¬ÖgU· È9íÎù`pïlºYyñ³PTëÛmk t_¬³u¿›ø  {ב¢qõƒŽ¿J µ :צß[X1Z/ü„¥ÍuŸzƒ[‚÷Yn±üŒ€I×u'¤ajпÔf&rxÃfk ÔÙ9FäKk~`wÇß÷Ø6߯ÖqaMêǰͩ ^<°AÇýbaÚ*±%Ë-6Y¥Ø,óãËÈ&›6ªlÙz¼^9×vÁwCì–øûÇ›Øvœ¿Ü5²öt,ñdb­Írsv¥ÛÖJsX·9·¶âÛNàÓÚ.ô4Ó·Ý­§/t±Ø˜Ï;-Ñ££oÏíö­íµé/Q3Ø£‡w€j ûY|럽¹{lÔohCßq§báq­—Lâ Æ-žq‘ÎFŸrßù¡îî4¶;õÑî)·&4,ÄR‘)†[ˆx«B;Dz¼â†1Åìh1áíß~ÓÈ(wöûÂ9ü±‚Í)Q5©Qð­é‚ ÐKò Jóxcx†œ¢¹8I©}aÈV³¤ù|ãžüT üÙû>ÊéÉC1œ êú†x5½›‘;y\l¹_¨ ƒÖØFĽXºÆ¨9fú}ÁƸû8io^l£Þí}‹Y¡µÛ ^Žà æÍØ[²YóCø^–aŸ½ÑáeÝ]¡, -Ê7˜|Sk~ +‹_ج²Â]œ±´È  ¹\"º[Û†6¦uÏ –u‹xL¡YKôX.oýƒœËÍ;ù|†}ª—q†1h¬q¬U>¾^HÄÞ÷þr”y?*µ^W™·²Ãjã?Œ}?¼‘[óˆÀöìeÜç|Ü®Gš…ŒJ¤d -ïUÌëedÔIû5cÐH…"rtKKãRðÔËÒ/B¬YŽÝk¢m»ðDÄ·f<±äëxaŸs¤-õÞ‚:RAs‰m >2?™§"È„úÃeÞ½+öœ‹´5»¶ÛwFÜÔâ¥e­‰ïNŽ6ˆÝ#å(’à-ì°©a9k\iøe ?´;€NoL7¦.6!Ö‹G|hèÒn~¡¨02÷åÁ¹kF¡ˆRH¾`“`ñИbç¼ÑW•šAvuÿûé!G¡5üW%'ÛI96iÅÌï¾åâo<ÈJÿE1“$ª[FÝ}¥Š–wk2²Æ1V,·QÝI÷%î’4Œ¿R@¿T.JžEc½×4rÌZJìÆÝÑ0ý¦2Ê#jí—º›€Ân›öÍ…4˨ûÅ:åõ±­ã·ÎØ(etoÁ¬þ°ÃH<ߨÌaò ìÞÜ‘B•»7;èDy_J!¡ÇýéVÊ1eå´£ï0ÜX:”ÐÖ,#‹Ì )n°c¸4ðå…Âùn»¯Dsíf²óºÉÖfظ·9Åé‚çš…òºur¿uƒþÕý8U ´J„½TÁRŠ ˜Àî—ö.½Á¨) ¹¿|ö战=vÔ¶Ò­â¾+ÃŦˆîã²’CDêEævY‘ÂGcTmDgûÂ#­^[ÆUЯ«]ˆ}|7í†þÊ=7oéÛ{:].K~Øÿ¾z=AæœûK¨$êþždªfƒc—…’pmÊô}öæ6‚°²=J>é¢P ƒýR³¨ß°ÏŽªL.¦ôÐT&í6çòî~éÙXãöÕÏ%#b€È”[ðæÞ^dÆ\6óê×9f^=w¶E‰tí[ÌG;wFen—´©à¾‰—µ~9iGh€À9 ìå?V?^–S¼µñ”›¥±MôûÇK—Œ\n×q‰¢>ý¿*GßÀâJ¼ïË7¹X~Ù”’${{©Ðž‹Pã%Ù{(ª_0b€‘ ·à’„ë´Æ50P[ŽÏfµ€µþn:x±/BÚk!‹‘nõz=¨Õ—Ï1Ü7HH}§ aS=ƒP²ó½/k Oxç ¸îÕ²ÞŸ£¹tHª>«— íTŸž—é’n,›Ç-|€íοÁ3ÏFK±ÆöÕˆéoÞמ×3Â3&ð(‚¼å¾VöÚû„"TëE,ÆâªÅ1ÞpýÕçhöÖSÿìkù¸‹žÔ|-/ñEÆCûq´V¿ÄçR,M0•â{¨Ý2„]õ2mkL¬zHŠûp²RnV>[‘ÛºšBw 8{¥^<&SUdYñtq s"aÜ=PN—ë=jŽð;â¤lÑsDÚJñø¬Pc×HØý€¥Ü O$Åå2ÒMóù6ÒkEÞ‘13–( É©Fù²–†)?±}Ïßb¡flÙb‡Zn¹œýá}޵äØËÖïóƒ÷„u -DÉ»]k€qƒñ¬!¡n¬-dõî6ÿñk‘Zó½ßÅ Ö˜ïâÔr°!hnûkÙ4ÖÀ°)|úåi•ò€Ñ«kP~#†Ö¹bɪ?£ñ2*Ôó¦e惿Zâ"-SyÀ`ï;.9rKùneËÝsÒXïÜÀ–.ASïÛïwÞ<\ùA´»Dò7¯/MT7êƒgV¬ -ëñ*IdÂ"·ÄK_"•öÀ VÇ0WÁœFLÃ÷ÖÐ÷À§ÿù]êôkðoÎêûÈĵ4ô Ó×r÷§Pjäc#SÞÑÀjµ,[¬4—OI5WWÒø)dÎD7¤PfÊÊJúq•´³7{²H¾[VLÙ¨ÔŠBŒB)]x£"[_†Öng¬(ØJ©R…4áÒ\HjD€_¥t`jE–AS ¦œú*º´$0òvGtµ³‚ª+P²ç÷T8^I¢¶RZ‡dÍ^¥ùFF%ÑÊhÒ\‘õ(еtòP¶—Ÿç#ÙPzºÄO9]Ø Ùt)^VVš#¹ëZh¥£0èJö -zgæ~\NÇd d¿†Â™)ƒxie.C©‚IÇ—äª:æ~d$e°¤òöÐU˜4Ð-¢’%QL8åC)¡KUì-ÁVJЊ‚DÎÏU¾‘Æêeùø×ŠÊ\1‡Ü*+ó -5ÓÆ'*j]¦Eó -ª*ú&]e¦„¼ÌÖ0¦ënä‹ ç°4%Kò©–(¢‚®&VL™"‡¶ˆÞØå¹ÿl°"õ^T¾såßHö,߃(7 únÅ‹‹óÇ5ÓG€ögCc*èú”¾ÎæªR4¦”™ã ¹ü!ÊÜ™w WVì¡Q¥”¿¤2«Y™Ôá¤â³ Œ½Ç#÷ÝÚ%IAZÔ˜ÏÛp¥ÝøùÀ•lœ/•å@±œ£Šf¡M‹È¥]L³—æl¾Y—v%L·••’`¨°‘lœ•(P”³Ùj°Ta¡Ê‚Eˆ‘+Š“ë ,§µrÏB–ÅÜÌäATþÛùPJËi]Ý7[k‚Šª P&§ùM“R©Ê7——Ò1•ùìÂlqT*Ñ <_,[Þšœ£­}¨Hl å÷§ò5#*¡¢$ù²gÙ$L* &ëg¤: ,³w”æÏS! "_–¹¢à¿`ä*¬Ó‡´’,5·*ÉÈË\#ºŠzWF¡ƒ:Y‰Ì¾Uùæ¢J:ª…/SB¥¢˜ŠK*Ë;´Ð}Tt¾ å -Bùcæ”%«(&Êï)gä¿KÙ똹²Âþ|f8%ìÊóÍÙÈ:J²R3^™3G# ʤóõŠ‹+èßS »Œœü©Ê aJ]r.+ÊéâSÌ?åm±Y BÏm)eÓGwè•Si3%Å”×)«°*óû£"o EWU";óN® -d+£:Ø£)ùƒ¢ÇJò‚¢¢dOx.$PQ²'Š´’Ú6%´Å†‘Ó#T¿TuUFN“äU~%´š7ù Ý^L%T¥2ÐyÊ‚*PI:j°#¯(¦Ó¹Ësލ\E4DbäÐgU¾™‘ÈuỄÊ>TNGV ›É¨0qZ®"Ðä¢5©êÌJtG”ËC…/––PK(Ë·JÚ>ˤ³S˜´Ã—ŽRd¢J=T!³ŒÒx •RqÃÌ<Á„N éoTN³‚v8¡AQœ™½‡•ŽN*¡FýòÞÌ /Ñö†T¢TRÑIYc\®‘Šþ¤<ÀLmiaäœX4ô-§B:óñ3Ù6j[PZ!ßR* dÏÈ&øQYi9ˆÈÝgiQΔÉ,T\`äªR<¥²‚ž«|uiÄ)Š©FJ±¢kÍÊ©DšJZ¡kÊèõ¬‰“f j¶¨`×ì•wÔ¼æ¶Uöo:¾A£‡+§â%ý*¦c÷³iþ|®w®¹ˆŽ«Í: ò½Q±p”p@¼I¥ƒ²l‘Ò«T2??á j›ZX*N‡‘«nO  ¢„ --¦êè¡7¨¤eNy2Ës>ÉÜ7‹²WBQo@§ýç·v6•– -XÎç0ËèTGFîê(ûd>½®*ß\TF¥èRáäL$!©”j–Ò¥{ü7ÌÒ=…F²9iUùæòrJ1ò¹%ÌRú&& -CÌÍb ­‘˜{ª¢{:‹(Q-p›û.åìÈ ÃÜK*)YœHÌý>_Ã0·¸%yÂY’3$g;¥b…˜Å¹Ÿå4³¢`a`в¨4à¡C0 š†å³ òß-$wä#}Õ´œ>b+/’ñ…šp9ÕÂ`Ð1nèŒTP&Ú -ÕÓÎ;ÔZAewQ[ †Rò€*‰FU²GžŒÁŒrj ©´vF9sQ8ÎŒ7ËßÊ‘k¤l¼hé¨,F]L¶‚ÎCgÜœ…jdÏfP•ò(¢FÐS7é0 -Þ_&m˜DVòB -ª2#îFÉ®| Fášf®fâ‡Yó}y>‘™Ôù¿˜ÖÙ4UÊ«@t`"5K9t]*ýùʨQ&š³‚NX§2DQ§´Ð(͵ ±ŒÞ‡YÆJuPL'¡çýP•{q²fÖ\#¥+³»<ï‚©D¹¹4hÍM ò¶0˜t„JªñG%LP!šâwçÝa”ËAŒ¢|™œòl1aj/—S%” €ªýPL%ÞT–ª<”Óg¬,_ù¹¼ã[Èåÿ騢|¥tVyn› óÍùdBtŠ*(g~!ƒYFû׋)¨X^H¯FÈ™ÇoT–%ê”Aƒý2:ÂàG ª&e±ÔÞ8J!ÝLÔJó7 í šÏYÏ7Òb¥{B#ËJéâ¶eTx=ºQ5×F•Ûýéóe äd´¸P¿4WãNHµÒ! Td¶‘r5e—;ßXNŸÑH5WR®1ªØ --¡n¡òBŠ´Ä*É]«BuPQB5Óa÷LÚëš/ø“áïÙ«Læžp_úvÄiT3íJdfaaþÝ( I–¾P‹AyiÒ+zâûç©ùDEå4¯`ÐU/)›z!U+ÛHefê?üŸ¥ùSñ„ Ú•žm¤SïËèâ ?Áž*’tå—Rª,S¶•ÒåÙØ»|c9UL„²LÿMyM#=ÊCÏ(À0é…þ¹j“?7ª|)”ÄUL`öùZc%HmQà:_l~:°œÎBû[ get6b¾ >ê ‚2]RãŸ>Ÿ:ÎóS—Ü1èûxŠK÷DÍgÿ©ÔfíúΣ[ÔX¤bi©B÷? -%¢ÿ‘‡º»©"o/.ÝsT¾hÒOÇU(”O™*Ër,‡.”_LEw0JÊ©ÚÖ¥tb ƒ™Ï)B’j¤ï¬CÍ%”3¶”ÂÁ¨¤}“.È‘¯SWDW©-£S:®Â —Ð×Xfq>5ÔÙ8Ëòò/MåÖ—æ*|˜ËÖ`P^©B j¦CóÊò×e FÚ—I¥€â(øëRêÖ*¥/›CBÇJ—S?>õ^%tŒ{iÎÙB•@¦2‡Ji‹JDÉ’—$p M„™‘±T`UÓy(ç5eµþé -•ý*èP[êj”XPNG´ä+×¢ÆJ*zŸYJ%PåFŠs„æPþ÷Tâœý,/±Kè{•¨´°=¾°¨²®e¹ÃAm„ârªøy6"†:j%t‘òò²Bëú¨*Ô¤·:0Örºj&Y“Ou¥2›¨êRe(º‡JŸaÓ™ùÜÁlLê´”ÐÙ÷(ÿ†9•÷V\B§Ôüp\‡ -e>Ø15à¬ÜÍ5Ó9)%t–zIi•“RR¸¶£œQeŒ*££ÚQ§eÔ-¦äÀϼ-éÂõYqG­åzGœ*Ğͣœ¾ÙòU?ß µP•t•º|Eza¾™"Œ¨øÝMÁ[F‚Qê&úJgì¡" T¡‹rÚšŽWI•š/Ë—7+F—QP¹ˆYOÇÏŒš -šÅå«UóÍÅtên>Ô˜¿£ ÿÍÔH÷ôJ¿ÐO^½ûoJì)ïy‡ñÃé£ÿøÏ\öäÏYQeeXÀcQ pNCe›Aí–æšËÐ%6‚ü©ÌÚ¬ ™‰€n1µºE 1`fsÿ.Ï•ê€w*ÍÝ1œÛ-(¸³4»1"C”ìÇ?­×ô£cžoÎ -ª³YÆøaÈy‚Ü…Ç©¨sŒVó£B]–"êÞ¡3ò·9^óÐ;¹æ¬f+LÊOdÀßž`þ;?8ûL”GÄÜ#*só[‘ówg›™È÷…&ÙÙs²6¿*¨±8‡Ô³eh»ó T^VTžb–Ðòý2Pà^v -¢³qÙïVP½"7ƒ¹‡•#»ÆÏöožÔ,úñ{e— œñ£÷B®FeÙß )VD~ø^hê³…€~ø^¨ß,bʽ²SÍÙ(ݽo†™‹î}³Ÿïÿëóõÿ[]—”üŒÂ.~÷€äÿ“ÖΦח¡™aTfmpy•È@\¸ÐÞÿ¨úÑ T»|k¡›ŸmÜÓRÞ{ÆXŒÆ/]Þ~”+èÝ—ûköýÏuÊáÕßÙ‚ï{çχ{UÜîÞC§›N½ÛXýΤ˲]|˜ý[öpÒÏo}ùA IàüçßFÿCý‚úð <º¸";R@’èKï¼÷^vp‡;ûÞ…XÂ|§ñÄÿ“_ÀìzAlVÏÝžRÔoNHÏö›bvqéÔc¶Þ‘)Ö±˜Ux6攵b­$l‘6¯Œ±lNòOlMˆ«sª.®åc6½(6«îŒÍ).D¬ò¦ˆMÇ_W5½y*:³ôëÈÊ#ÖáÈçpl’s³pOD§;?ÂnÔvñJÄ~éóm{ŸnsRݺñ\tbýYϾíç]•ÑÉžýñqÑ)lJÓž´¤‹w'_?”ÔÄmòÖÍ©îÏVÇ:¯5ÿ9:Å:ExçcS¬C‰9a-îRôn$aŸÍª"3‚“ov3±iIã®ÏdJ:•½q‹¼5aÓŠ’><îTt®ó¿|ÔV¼ñ”õYxT\[uÂØŒº#2¡ç¬=Ò´aÓýêíQxŸûÝ%+÷ûêö™_n=n-Çg¤ç ‹–•´ky¯·—/ݪïõ–_ßk)}y·öwÛ£ûàÎ&çt‚È´¸&:#kÀljé2ªp¹oÛb’nNyk㪖Qi áêëƒñt%¢Æ”[É…'éPvÇ-âÚè ¿*:+«ßšŸŽÍIÏãaÝòãº÷_?m,I:øgÓN5wǧS¥ÝžžÅç`8 Ò„CÑ™a O³oÎ*[+N'œý}˜³¿kÎßD;#6Ûñaë=‚[{ǭš­Yѹm‹¢-î2k£uçÚöÇ/o·üaíQGyx¢s>-¨"-ꮘUvá±éÐßyn´üÎbw®êÚšlß÷êÁ‰_¬==û[ÌÆ9‘t*:‡Ž‡¹tÌ©á0&©ãN-7a“6&æx'I·´%é–µ¥|zUf^oÄÝì!IÄ"oÞž”×á6e;ûos¬çã—÷Ͼçý²æ×S¦šÚ|¨çŧÍâÍQÞ¡Õû-\úªúo¾«›bLÌpO„-‚ÓχþýÜÐÉ_a“ŠNÒ­—mŽwTÎ}쿽¼[ý︅u·° k·^‚¹Ôì¸SÙ9ôbÒmÒî„Ì#¤O-L¸4<Ø âT°ÿR*hÄ]pž­’óÑiɹĔ¤–tÈšI—¸1å7’NQm|ZÞ˜´ë¥¸.1Ë9‘rÃ^pªzI¯Ftk…IA™ôõ%œzé¶EÝ3ð0§QAô<¨'¼aö9: Ÿ¤-øøÂŸµ•¦BækÉžkÉÁ˜š7_L/ |Aúõš¤KÖ–t -jöÞƒ)«*àÔFœmŸnY;>KtJÌ­æ$@æÄl¢:Ü#8—òóëR>a}ÌÊ>º6ÖQŸSö¦Ý—¾Îø/ÝŽJö¶•Wµ>Ó»ÃÒ{ aW³vænÂÙÕ&ƒJ^:4ðyÒé>æþ"ìVóbN^uÔΫŠ8å©Pÿõ¤_)€9d‘>s?á1N’ÈzþúB)K<£æ%âFlº÷³„UÙs›Mq—NFÂÜ’óæ‘„GÚ¹:Þü§•±†÷WÇ›>ÏqOï7íêùãß=Qœyô~>³1Ö{ t«æ_—¾j~/2Î?‘òi¥dH§Â½ò.£âÂÚi2>ƒ&í×J·¢{õ)ÿÀê¨ðè¶UÙ¾á\:ùO¯ðŽ’v£,ãéï8DM¯ÖþfåQýﳊÜg6EjÎÊ(ædŠCÒœv‰›p+ûØÆDóåÃÖÖ'xÇ#½èõ¨àøâ·®Üãï?SÕǦD§³Üã‘Iö¡•']Œ¹ËgÿùÕCÖ§Ñ9u÷–Er~íykÙú㦲øLÏ)Ò'nÃlâ: ÎN>°÷„¤gðRÒÝgÂQ®hÁ‚Ú´ô£‹zGXŸpsªã6E'î0«ÃsšîÍ1M6§cásòæµg­Eþ›ÿÞuéèõ\¬ÿuô©½5®j^},8°þ·ë!÷SlŠ{líIÃþ¯NýrỦ?ÚnÔþ{ð«&aÓˆb ûמ÷|üên3ck´ó éàV‘öîÏ'÷ æ”¶l‚~ƒ½Ô ˜L¿A·Òªq—¨>ç†ðé•´W‚FSÜ)oÅíŠöŒK'ýÞ­áïzu;~Ö©”¯ûØÖhCQ|\ÚD:ú·g9§¶':ö¥}jÑnH¯ûë²q(å×HN+á4Èã€âN 'áÐ ð'îÙ?oè'L#ä¼i€ èx@%x3Å9¶zÎÈ¥Ô¢é"|†3Ë}×Ó‹æË©ÀÀU8{bÂ)ª‹ÌvìÃÇŸmZšJ7-mû`_r"°¸[ÅÆœ²6Ò/º@xØ'Idt{Åë'õ¿‹N‹›Óž‹ß¾K1‡ª7<'mŽZE —´=aWv¦‚#P‰p˙š;©ÐÈÝ„·¯?êVóq/·šôòΦƒÒîd@ÊN¸Y'×-Ü“³òÖ7“ +¼ýCYÔjþúBÆO¸Ä q»¢-í5íxX'pŸa›ºÖ…M†¾À|è¼öí9nuÜ)lŽ»øua;ÿôÊXû>ßÕ¿yõ-ûHÊw}rý©¤êåýîòÍQög)—¤)åÔ¥<’Â)m&=uÒÓgÆ]Fy¡Ä,ò&Ü¢jKf÷Ÿ¼ýõ4ïøÌås¿Ü•5àvÀYsòÖ°&<Ýs˜° 3n£6åÕ+£YË*à˜7O¹Ÿâ°o¶Æ¤gâÓ²ºÄ¬°·‰êcsüÌ)ï¼åÒCÖ>ÿÍæ_¿¾ÏÝ¿t‡¿õ>ÿ@tR\³5Æ=´ñ”ýñÖ(ïplV|.a—4†î·¯<àÃù=®Ã½’–°¥g?æœ%\¢ó ¯[R^.‡}ÙÍÊ8ë»ó⎸£÷Hx¶s_tŽ}8nãWã Û£ViÃö´¢ac\R³9*„s)8±9ÚõÑÚà l>îf`Ó²ú7:Š_?`1·ž‹Ž½y$<~,¯zq§þwÖËþ>øeõ¿Æg¤ ¤]/#ÝåëIþñȬºkÇ×9 ë±1ÕùÉ‹ûÕ¿zýäüï6'»>ޜ柈ڤM 'zâVysÊ­““^ƒ6ã7™@g+¯´“ð({iáTv¥]næ2ãæŸIû{ãîö7Ç« ºã${íÕ³¶Òí±®w_¼]ÐëßÂ^‰Ã^ŽÙd- §V°k9èиCT‹Þ!ijÉ|•˜×*‰ NMýp.Fp¯¢'愽ÒÈvõæE­65¯Q$áüì, }› -ÍI·²72Ë;™ñ¨„;!•4RJ2óJé—v„-ü* 0UÔ&|£ì QÚ­Nqfï9Dº%­iÐ7Ûsâú°¥O‰»úŒ)¯V’ô¨ùq§š…þ‹y¤­q·¢kgÙ|=µ Õ’€‹2Ë·R ¢ö¨•uÖ¸sókÓ!)kÛ.¬]zÊùäÅ3Áá”ðÚî¼^¿3¯–¥üz r éâŸÅlÍå«Ï.­>g}JzUüÌ|ÿ "Ð7œ ô_Æýï’¡Á/Â0·þû­ïoM²ö“vÁ¹ŒO+K-š¯l_2…çsÏ «#ÎáðTÇ>Ò!8 º¼sH/lLs¬Nȶf‡ŒÛV=?a‘ÔÅg{nN´•½~Ú»ocBv.bÓ°^sŽnÕü‚=Œ;aO:ÕìÈŒ¤6::ÀÊ9TãÑùõ‰žO—¿ë*ŽO«:w½ýýI—¢+jãUm[8GÃs‚S«Ï¸Ÿ®=ã=ê(Su¼ÿ¿=û—ø¨¡'1­gÅ&„'#“=Ÿ®€|ñ°ù÷ wšßÛ¹&IÀsIÀÌI1 [ûG‘é†?Egšþ™icD¦º?‰;äm+3ÒæÕg¬»€#;rv²^X·Æ­©žÃSÝŦ{?}ñ¸­äùÀÑÿê¼^ÿǤÕ(‹YŵkÏÛŠ—ïÔýûò·ç~¹üMí¿­=f}¼ü´g_·øÿX¼Ê;²ã0k“ 3RnÞàç¶gÙG×g؇¶,By*náÀ‹´É–L@Þ›g§BrNÒ'ïÅÝ Sa®“Ž«wqwÿÌ‹pÉ;qŸ îí¢Zž™—v§‚ÂæµéÞƒkÏÅÕoýWÞ.ito͘ýBYxúBñö`Ø9Ö¡¤[Üô(zR~­4å7ê0ÏÀîº{.€ b°O#Á™°Cx6á“u’!• j¤w`~óîÕŠI¿A³³`0¾]2ôï,h™E*‚3ë^{™ô “Þádðʳt¨ïJfQ§M-¨$Ì)œ¿:Â-kOºÕÜ¥æf<ƒWÒp€ °ã6q-È¥€ÏœH8…µÛîQÌcPElòöm‹ *éÓˆRÁÁ›éùþë™%ÃÀβ¾/µ çc!a¹¤R uÜ œÈ?t3¸tïí ó Àdʈátàa¡¾«™iƒ}€¡±µàtõ +/àvICt–u0<Ë9³óNÇÝ¢æÈÂ?üU2xñ~ÌmPm[U€û¿÷›ÿº 7Gì¼³žÛ5¿L؇/#¾š°ƒ~}NØå­¤[P™mýèÕãs¿}õ´î½× »_Ž:=wØŸ,}×YþX—°(.„'UM€ŽÌ?hù`éNäý*àé’3ëÀQ§†úMØÙÇã¶žÃKKù‹{gõò^ûŸc3ÊÌ£¯¼ò¤ùËwjÿcóëÓW»Ê¯s™ï®µì{ Xd%7r <Á†¾„çp§¼dv+’«$pYÐó])Ð1·†»=Ã;™æN€¬Žö$³ã.ÞiÒ§S§–U2ÂÓ?Dx†Ó°? Ÿ¬+áäž -®Y~Ôð»õQaU:`NøÅ]I¯¤-ãµ€þo#]€UÜS1;÷$îåצB’Ž ÈIÒ7r s]I¸ºõÒ(è¤YÞñm› zÎÊ–•u ÆØ³»¤7c _Ñ9Ø]Ô›2!°—:˜-=o0ÁLj{Ôܸð…W¯HN"BCßÀav–µÚï_Fv—õý¤_Òµ³ŽDl¬cIXß´× Áœ’ 0 - Ü k‡yÇSÆí¢ZÜ­6iSÄ.<› -hädH¯'CCjQoÈ€|€3Â=¢IÍÌä¢þÏh"Ãßþ>xžq$=oNƒîƒÏ0 ü* Ø2|=æ,¸i}¢ûcÌ¡êIzôÀ•Åõ ›ö6Ò­ònàcÆTpàsÀvæ(ð›¨]Ëß~1›´%f‘4lLÀ¸f•BÜ=p1f—6â°žHoÄ€CG­Ÿ¼|xúß¾9ùÏkcmXd ¯¦T 3×ÿÃu­ñ÷q‹²%2#<žU¯=}ñˆ½/ømÛûk¹‡v‚:ÍʸàøÚ¸è$ð%þË'-%ëãlLÖ¿ži.Þm.ŽÏ =¤®ÎòÙö'ÂjRâ0¾¸CpnñÞÙóݬù'×Åštžû—ïD€w„gÝ7ÎüúͽÖÒ—¬ƒ´K›0çê“Ö?¿~pþ½W÷ë~zàz‡qÁ1̦ìJy•Ò#XyÚ^òúqãï=_œúÅ«;õ¥ß $ð8|d{xVTžœ\íýhcœµ?ažKº¤âvØC“‚*Â¥—$l²æ7OÚŠ<7Ný·Õ‡Åë{˜¡/Zÿœ˜‘wîøuêÂLVUwÒn¥féÖŠÂV~UÄxiÚ§ï,7ìâÆðÛØ,à@_ß ûwî™neFm¬“ä I/¸ûúG@vË1ÍpÖ:qÄaì]ÀexgÈ€Ró -›aÏ -¾.±2˜Ó^5`)q3ðafQÜõö%¿é-Èÿ´ÏhHùû/’þ« xX놈Mx6êׯÎ\~váƒ0È’LHÎM‡4ràlÌ-¬Ç<¢F"`0Æ2õ'ƒ:á—õî,ë é…þëH¿¤ÌÓ€ýÒ Z”÷"=³³€8’©/é3j“€gÉ œ•ÞúQŒû¤í‘9ñ9Ä¢ny׆•{ -¸5ÌÇÐdhø›Ô²ùs«Gl‚ÚÍþ©„ËdN{úcYKdæ -ôz2x}ñʨSÚˆäÁ¶UT·5#8± øjsŒ{,6-kIúÔ‚ˆKÙõfVXåýúÂ{¯ï³>%Ü*ÖÆxÏþؤðLt\Û±1ªi~q_}æÍc;œ AÖû¤µ(¼tùaãï#Ó=1p@¸ù/!›„sžåz=ÚU±ö„w,ií×G¦ÔmáiÉÙµgœÃ[cüSÛÏyLjQ 1+kxó°µÔuõäÿýú^G9œfl†w³9ÊútãYkqx¼ t[ç¾8`ºõQîÁ¤SËÜ ûº‰ph8á©ÞÛM&f[ËS¶Þ#¤£ç`ômưÏö”àdlFÑL8U\d_& ä‘>aÃÖÌ…âÈŒ¬=á0ê6Æ„'AÖFg¤íØŒ´ž°ˆÏ “âs‚s«ãí½xÔôaU »^‚Y5lܦéŬ€™<*î_ô†·ó:ÀÆjц•_ýâ)k_ܦÁ¡/1—‚µ=…ôŠè|¡â‘K 1¯7ÀÞä'ƒz-Y­×bnnMÌÚT³·í‹¹Ø'>Áù4ÈÜÌà‹ùþÏÓþAø ßÊ.~—™WÒ‹ÜÚLH -ø@Tk(JÌýÈf‰l“È–— -ja›3ÂÓ¸[ذ ò:T 1—´%bãŠgÙrªzVæ@:_ù¯<"ƒ×RA9›ðKZÉ ¤=‰þôË{1¿¼{ 8HÌeÐþ«cp‚dÀdœ Þ³‰ÎÆíò6ÂeÒlÌöØœéÚ8LHz†ndù®Gży¹Fx5üT¨ÿ*¼³.z&‰ìhþ‘[©Ððí p¡À©yiOéÉE½鸄K+À£¦C€ÑB¦ô"|gA«Nu*Ü­%\jžûn+ãñðñÌø®ïÌ_zB†®Å|â–Õ1Þ¡—Uç6&ûTIÿÕÑà,Ü­—ÇWï…í_»ÂžËwcveæÑ -‰€Ñ˜ šúâVs˜5˜cÀŒ; ŸàŒÏ²¯N³¬ Žv ôª…›ãìC±qy672ž4ó7&µm+ãòšuØK¯´¯?ë=´ëÅ€=&­ k=F rý÷æYKÑ«Gm¥›‚S¤Ã¨N:ãÀmã3êvbÎ ÄfUmÈ®êÙÿò^õ¿®?iþ <Æ>€Íª;_?îd¼yÐZ–thx »†›eYyTóë¥[§þ9ü¤xµ´Žtjy +èšiU œ":ݽ?<^ÿûØÄù?ĦšK±9Ä·T¬p×OZKÞ<êü8å2hÒ^s?pk5áU°¯¤5n“4¦ý0'Niûð8Ì¢îMz¯nOqO¬ÜoþÃæÓ¶òø´ ›ŸÇ¬Ò iÀ2ëã¼£[À Óv­`8è—æ0:Ï §`=G¬’ó »ìBÎNx) 2ˆô\üšð\{Jø®“Á¾K àaàè1‡ª› \ù¨Á:n7©ÓÀÒ!µ„ˆ[ ¿¨)=/éLͫ廋}×@žš»ÐÞ6^꿼;oìKÔ¢¤G+Î^Ú]0_Júú†0„{W㣜p©Y°ÎMQxÀƒFÂgÔ'á9|/êÔ‹ãN“&áºþjBÝúfLtsÉ»v浪]؇߿Ð¥æUâ¸pˆÇdˆ»?ŸÆÞLFø´ÒtP-ÙEX-`2â^£&lgWoN´V&ZyÊ{ñkÒc6‡ç¤õ‘9ÀÚÀÁ%+³Ø3ú1Ô©qÇÍIÌyå6áíëÃ}U0+kB. |±‹lm :}æi{NÑ -2÷ æ7¦aÓá¯3ÁKRÁ¾a„¢UÛÆ¤¸:í3õ…­jñʸ²5b¾¶}þdÃúÅxØuíq§ÓlY5oƹGÖg Š5ÇàðÂSð]“žðje8ÈTÌ üÉ¢lÃ[³fÙæ´úé6ªI^ zGxtRx'›S¼£‘ ɹ¨­Ïðæ‘¬*2ûæ&é2ªÓ0W°çðä—Îþfs¼ë`Ü)¹ðâ»Þ}Øt¿ΞŠôêä¤Ç¤ÇÝFÍö¬ªûåÃnæÊӞʕçÂãË_w—FÇÄÀy„µÑ)öñ” Ùî=I»¬uù^Ýo–¾©ûlNÒ³|ûü¯W4þ):Þs8kžqªØ xÏ×ê‹_~{áÏÛSâÚå;mn?æLÙ5’]Àoƒ o½:àã’º×ÏÛK·§ØÇ€‹JWž ªRè-àqØêt@#|Î~3ÞV¾ü°ùá ÉÙˆK« |Ýñç•o%UØÌÈ¥x‡ŒË¨L9ô¢„U~Áóeõ¿û®úE|¬÷Dܦêzù€UÒôĬýñ Ø«¸KÑwˆ–ÆZŠ×§9§’îáÇÀPئfîË߈C6¬£#€ó'ìÊîø¬Y›¹v#nÕó ·²'éWò’'³¨”¾}©Ö|ÿR¥Ä|üóÛp1—YCÒcTgB}—,ƽzUdìÛEóÒ¯àEÝG¶%l&YÂbàc6“ -í­¥AÐ[ýÃXvOŒlÍi{ã£nÕ¢fî‹>‹[ú)¿Nž -)y˜KÖ²mžM†œÔ¢‚Oø zÌ;òÕ¦MÞvi¥ wÍx¸Ò=^EoÌ©ìl)#½*n3H7'Õ]„ˬKzûGOß@&hØYÒ¨3‹†àÿü˜Sï2|=æºu¥IßPjaàfjqä~°RzÁ8YýЫ^v¿ÆþàÀ"pùQÜ;x÷^!ƒ:eÖ;ã7êw)²i9¿jfÎ]íølÃúùøËõo—'ûe+; -8°ž€ðh¤ —F¶+:½·Ú~ŸpÉÚãnYkÌ­èH ¿´S+ÄC—6gÌÒW£â“™@ÿÈ΢q(³¤Và~7n×ñc6u×ÖŒ¤6fUw¯ÎIÚíWß[{,nÙþãëœ=H8tÂè¬ðôº÷¶§8U¯'zŽ=Vþ‡ḁ̈˘»¯/æRöDlŠöˆMÞ¼>)©yù°‡¹6Ê?âºÓ^þLyüÖpªwF´—¥$ìÓ¸SP»:v¡Ôu}ÿÿ¹x«æ]Ì"nÜšÖ¼¹ÛÉ$fÕ,Ò¡Äæ„gcÀ‡7Ç:™K·k~óúNsQàQç¯ÄŸþCèzç±]ßÅï㫟‚ƒG‹Xĵ۳• §*á–´ùoÕ¿—vJÚ޾Љ€Œ…줘[Ö¶6ÑóÙêóžý¸]ÍÛt -Ú­—jµr[ÃJØ¿œÄÜÀ,òV¤·'dgm—«e<ú«­§¬ã/'ø'ÆûÎþ615råÆh2pñ^Ä*oCz%j{5ÖùÉÆ¿†™±5£éŽÌéø¸ûÚcÜ;òeÜÝ?CºÃ¥b‡§¥ç"Óºž°¥_ûò`I›N´컲ê»òý ã0œ îç×GÝû{¶…ç4œWÏxUð»¦Lèâ}2xéQ20r‡ \CºxuGÔÖñiÂÁ«Æ¬ZNbÖ("ì³ ÞÌ,‡1Àö1·QE¶ÂàϘ[#z1*ªš¿#ú4eD>¸è^Ì©âe¶YÒé1à'›viÇ+Ð¥a»N¾iSvoΉjânΨô“ ÓC¡æx¾¾ðáöœßÈ×à)8cÀ3„ȸ„‚ðˆš’¾á•içåsåy8##ÀM>'C}“¡¾áô¢±Έ!Òë6§9µO´Ÿ˜îŠú†¿Ü}šð ^N…¿"ƒ#w~{»$å$=’–…ïÚ*ﲪîË÷^[5/§úD›ö>Cz~èV:¤3„-’–µ î1Ü)nŒLóO&\’–4à^°V -朽wh¹[ÀË×&¥g@‡_ÝY2¤–TRxמíY]O̦ç%ŸEœ²Ö£LÏçM¿Ù_ÈÌ÷]ŽØ ‚ˆÍ(ÉÊ;ðžYU'fÓ°aÍNC1 Ù¸ •˜ôë ÷Ùïªþ_¶Ëµ¿Ï„.=Lx¯>Žº.~vW÷ ïÌ›†vŸ.YkdVr61§îÂZ^Ò/nMÔR8Pö¾•€þ׿8G^qöoŽ+ë3î¾þ„SÜDx”Üàà¤ÏdŒ‡[µJÖ¬’ú7S‚ªÏ8·­ªÞù'ÜÏⓚßNÎ_Ùnîy5¢¨KÞ±5#:³x¯‡¹>ª¾€d&è¿w^"‚z4%C:¨‘œà/?WÕ½x&;“ -ŒðÑÀ»’ó÷Éó0b@÷§:uÒ \ß}åÞúœ õÍtïQÜ;ü5æ¿iy®>†g›ˆçLÌ.8—ô(zAjp­âû -áh0 ð()é6ë»ô…gm›SÒÚðŒäÜÖsÎ~°htZVÛtâ]„ÝAׯ>ïþhþVÓ{¯¾®ÿõ棎2|°¶['C± €iW¿)íî3ÆfÄu±dwæIX;>Éx85kãEÀ™*’½OŸ°éqà)XŸE¥pwQÂÞ ÉÈVE8ú¸ãêÌ~ã æºr;jUv¬>k+Y¾ÛþçÐmÁ'ý„Ï<qj%o`Ef?¿·]@xúãnE÷ÆL÷'1+ûp|Ž’ô¨8q·¤9jÜæŠÛt<ä›Ýœ”žÛyöêycÑüçµìztê4àëp]¾ó\¾ƒ!|æù"î1™6ÆÅ§Ws>xšîµ›”×Ð¥¸gøì×oãÀ0Ÿ¢sK.ìÊ¥]˜»÷øætíp›¨1åï¿”@sã!|ˆ×¨„;ó -n&(ëÁl=ÇVŸÿíö$¯ -ÖF„¹U, Þ/9?ô5Xmø\"`І]ÊÞ…§¬} —U)ø}¸xØ®—AìU­8’0ãSrâÀ×6fAÎ8ì¸÷Ú±h¾ó«qŠ¿ê5p Ü x Ö6áÒË0ÏðÍM‡I¿2+®ÉÌÜH£ÏBÿµ|ˆl쿎p‰ZS¡[›v£bÝbVcž+’!àëKÆ‘TH-KúÕ’„WÁÞ²±Ž'ZmrQß·bçžÊ,ÞÚyuqœ\ì¿AøµŠÒÞ¾Aб_¦CæTÐ<ŒìÍ™E­:’ôÄÜœÀ%l2¤‘ :CrÁ4³«{0§Aw”°ßD( sIÛW'{mΫã(îɦ宎J«#Ój×°'Aßìø„ )ûôÊó3\þ®êoî6þ!pÇœ¬!†ä˜Ý(E<%áR³‘}cÇ/íMy¥;€#a?ôGPÌ´è n3ÉׯkSâs(þìÍã†?®>i.OÌHZv¦¾„EX“˜ž‰Yó[Tݱ‰sïo>>ù«í§þŒ'½ònÂ)ªÇæ„u˜MÞ•˜éKÌôÉ"6þÙÅ{Uÿ¾5Þgƒ>í“sÒHFÚeÍQ›š {ëëÔ¼i„ ˆ.`®žÃ GïQÂ)iNyõŠTÐ4HžNjŒYÔÛÏåçcÚî褪•póëÈ€°9æµÆ]&5’]0?¼ÈŒ®7>ׯÌÁ‹YXG"S€' ¯’ü¯ »¢=f%œZ>Âbè’„›Wý†{çãnQ#|ÓþK÷®Áá¨käfÔùù8áù8/ãVö’.i[lN\OÀ~‹{ûL„oð: ºžf÷Óç; zãN@Î"=ü:ÜÍ>µ¶ìE-¸›U½m㜎ÚôJÒoYŠì}Èw¨Nq fžOz”là ë3Ÿ$|zc"8p#âÕ¶¼ze ô6¯ÕﬓI¯¸…ðÉ;“~÷¾ÁkdÈ8pË;0—äážYyÕ«“]¯LsŽbAÓ¾ ’ðdðêæÿ 8ñ`«r¾ÿZz~ø»4ìUdËK† &, ïÙY4ôÁ<ˆa v—o!{ÆÎ¢Vµ»¤RÀ¾•->fr÷š·¼J~¯ |ÃkÞo¾LÎ댩•<d1Sÿ§Ìâзé¥Á¯Ë]Ú]µ»8ò°>p-­‚ êu)4–iÅ$¼¢æ° ø¤_§ÜY4ÑéoÉ¢I²C§ߥý #@E]œªÕÉÎiëºE\¿p¯·,:¥ãìÂL¹ÅööO¶&ÏÿñåÿÙ|ÞöibVÐt«8Ë;@ß -êHÙã–Ez~}š{lkºûÓ¨MPMú@æ‡ æM¿náq{1f0`€‰ w}´ºUõO¯œÿnµ¤¼jÁæX{yl¶çPÅèù´Ò'gßÛ|RWŠÏòêSn5sˆÎo޶¡¯³¬£›3Šî•‡‚ê¸Ö{´ãnS°Óˆãºäݱ9IòIÆJ¬Óå°]ØYÚ¶;/éz;/îØ )¸»óJa2 ¼uôžˆZ5¸CÃOªÛ£ãڮȔ¨÷tJû€MÔBÅ=,èôkQÍÖ¤®—p\¹¹ŒêÍ1îñ­ç¼Ó¤S#Îø5ò„CÔ°5Õ¾oc¼µ”„1.£&a×r ‚…9…M¸Wt÷JÚv4ŠÝC8KÌi6‚¬ýd6#›ö|2ƒ9åƒyÿõÈ:ueÔŠôòÐ]"4pÙg3Aîû%µòí¢BðvQ΋Ù:öoLŸcº¥ æÿÜæ§:lQ±“®K·Òþ‘¯R£>2§hÙžSw¯OKÖ§:ÄÜí†Ó¤Zn÷]ºƒ¾#_FâþŽ#¨Ü£â&%O ¨E1‡¸s+9éyÃÀî²ÖH.Hzã~A}r^Ú‹/šaŽ$7æðÐ ;²Ÿ\è»’y1üðí«ág™eÃH2¤Q`~•0™;Ú$Š™†ÿò¢ÿKÜ+h$|’ŽTˆ\†þå³î·fùUq—¬óÕ ûpÅ=, ß%FóÆ"¤–ciWÂÏiˆzÝ™Å/“A£™„ùÝñur^«]Ÿj,#€w—ÄA~£ÎÚ—F8#éy­*å7¨áz€Gõ^y×[Xàñƒ„WÍGû0ýdt¦ÝeóµdH§ ÛYÇ6ƺ*ókH¯Qûï\ÌÊ?‡Yå줣ïrÆ3üùŽÏ<¼¹óÕ£®ò­)Q=ŠO~Ú›°×·Õq§^ذŸ¼u8Àº…ux}Œ<>wåËðŒY™Ò´o?—œ‹ Îa6ØSÀ Ö&Xû#“=§½¼†]Ø q»¦'n1égÿ¥¤§˜¼†â²p6’ö‰tHpáù­cx¬9ú'ÒªWgz-áV²nEÏ:ȵ謤pÂÜø}ÈfxÐU–yò×e…„ô²N‡-¬Cñ¬™srªH·¬+â4ÝÖ|ô«ïdûßϪ¥»Kúáï—ôfÐçŠM»ªgÓ!nžëùhӦℽ°·,²æ¤½ e¿r'㸵òϬu2Wž4½¿5Ù¹wëÄk“ª Êz0Æî|ÿͬ7é9ì•uàyGÙ{½æ¾¨[Åß²HË_Jû ZaKŸx4ÿtØÅ>IÀžÙY’ñÒËZ} öJÜ3x5½8|/³¤ÕÅ\¢Ì+ïÁSÜqùëí9“,l7)¶f´= »š“†9O”¢°SÚ³ütÏQý®{ä Ò­âmNòŽoL Nl­â#™˜™WpR ‹A¿__·š”k3ºî¬-8DÊ'lŠÍõÜœìþxáÎÙwß|ÓÂÌ8L¦”_«Ü‚³A¸ºt`è« ÈÄŒwø ÒcP%`œ1»¨øˆ˜ðŠ@/H; ïÏc®+wS!ƒ¸3ðQÛ«‡å¶Kµ¿v^iüpi” /’ßJvÜ­WlÙ4ì˜[ÅÞ°K7\ŠŽ5—¼eeJ\³s»|”ô(YI¯Fš™WKÐþ_›_™ž>r&j‘OùA¾ùLý€á›6UoÒÝ?Œ|kD`ä[r~ð àzÐíJäÍË眓‹w;Ê3óTòv—•’Ì¢Bôù¦—4*䇯|Z9pø‹©Ñ 8ò"Èê'äâ¥çI”3:ó 7­‚º¬SÜoÔ­NKëqÇÅ› ÷µ'qïðMăcn“6ã‚z<80Ïêï{/ÝÃ×gþKXРÇBZEØ'mßœ<îVr“ó OçÄM¯'õQçÈMÂå1²½e^Œ<É,õßÌ,÷}ž *xoM—’€ ã¾þKïM+¾xñI<ÐmŪån84¬¤_Þ½^Ø ˆ;×§8‡wýÎÕ÷!µ4ã—uÆâ†0ÈÕÑÞÏ6ÆYR>I{&¨UÂzq’ÀW0ÿç6,`‰zuòè‚ ²£¸—yƒ ÙsIÀ²˜C/Í©ÚãUWÜ­á>¸YoÒ%kzå_àsFIÌ¢êŒÌIÛª8(æŸðªx$èÄ¥áLÊ“A­"³¤7í,‡“óz}¸qÂ¥ìÂkì¸ JX«aÜ«SÀ™;O€|Kûû† ÿ^=c¼|¯£håIðs á4ÈÃVgmBR™î‹Ìô)vðKYÇ&p€—£­¥ÑYq]ÊfÔìM} ÷›ÊÖÇÄÍ §Y—òu8£»ójEf^Úó—rAÌ)kyù\V½9£nEþ÷¤SÞŠÙøÀϹg1;`k‹¨Ÿ“4dG§Zæ5#?é…ñÙt”gð鼑š/îÌ«d;ûŠÑÜÓ‹öWÜc£•Æ]À·Q~ÂŒ¸våQïG«ÏXŸ^nmÜÁ:†ü)ÿå¸gä+¯µe“Ôc€ñÓ0O¸W-DþmXãö,‡u â~Y7²}®O‰ëÂ0¶¤WXsrNDÜÂ:”‘tÕißÀ%Àµ#Šqš7 ¥`=w–5ЮD¬òfï®Jd“ÿ+pOr^¼EÒ– €ì€=·»¬3þå•Jõý ¥<哳S~•xgÉt%õÂt5óÂ|=µh¾{¤g¹ïÆîKóÍԒ΄5ÒYÑÐǃ„ðzÔ«—EÜýÉÐÈ=J&Çñ ñãF•š7_ {da/`žÅ‹á|ÂÙ46Lƒl!rvxZT½5&<™‘ÖÅó¢ø}Ü.<™âÞžÇmªÎ­Qñ©õ'ÜO7ŸñìtJÀ°ª$œàm¬˜UÚ³I`Ïôì.hUÈnuj8‡å9‰H»AL:4<©ìFßÛ‚~#q]Ü¡èܘ•œ{õ\ròõÑñ îÜί Ï -k¶çDµkÂ[“FîÒî¡—»*¶AþÄ@–‡-â†A³ã2é’yõÆ©_¬<6FlYtNÏÙñ˜MY4_~»¨†³"ëEqsp†NmMJPf nÛ (ÿäé_àƒgs„Õp^R>Y'î×c6ÁùíIÎñøŒâBÚ{ùnÒw0èU7p`«à\ÂÎ?Kzùç§&á”w^£ž]€|¢ «°ÁwëÔ/}_ŸüEÔÖöðßã$âá.½sö™pà —V” -è5€Áú«sàü·’^A]Ò-n¯åãY;»˜×d® :YÔqtܘë9òÊ»S ³/ tM'îUô¼„äîÎKÍstÎʨàÈÆ3ÞÁÿ±lº”ÊÆ„é¤ÉÀð7ä¢ù*9/ãì, [ßÂ'åáŸM¹EõÙÉE•twYoÞYøpзðù: 2=µ¼ÙqÒÎð¥(p5Ðç6mx°tŽŒxMŸY¬í׫Ȁ´÷H;Ã6yKÔºÖû¥7î¿1K„¿ˆA;áW°p¿¸%áfN8õª˜ëóñˆ÷ʃUÀ1œ­Ôâà·ä‚q æ”¶á~µ€iå(.'éþsšM™ùë©ÀÀõ¸Ý¤Á}j1<«'éw’Ð)€C3A)k' >ÙY¾<™~=ü4ó¢ïæÎ¼Fÿ׉¹Åq—¨ŽðŠ›1·¨dVãÆœ†‡{n¤A¦†Ó>]%/å_Øš`öê^WÑÊãÞÊ×xŸ½¼ÃbF§ÄÕÑ)þñüßÖ8ç³7»J^ßkùÃËÛ ¿!¼3¤SÒŒÛå-Ià±9Áéøœè n—6’NEgtJ^™Õ±âƒ wq‹ª=:-­ÝGyÂê茨:<Å;º5Á=°1ÎÞ¿1)?÷ú™ðØÊ3Ö¾˜…s4bá‹Â¾ŽZ…gÖ'8_ù…ÿÛú߬>‡ß[õ¼¸M…òx˜UÖ±°nMuìºíYQÍæ˜¤*m× ßMƒ|ÆmÀ'ìÒ¦ðïÈö(ë“ðëSÂ!ªÛ )Ÿª•™V™°);·'EU‰9IÝ`û¤CÒ°þ¼­ìÅÝæßÅÆ¥ç’6ƒä¶¸oV?}Ò1«°62Ùµ/>ÛZö8ûN¨ÿéÏê>ìËCëO9'àkÿ²$—dB²ž¤GÜŸãÚšàMz šŠn’L‹ƒ<ƽ*6îÖoY:?ŽÍñO'í² èì„]ZÁê„´&jãŸ&<<à<‚š]¿’rÉÛ‡´ °`o å¢"»tzQ¯Ë ÿžS…ì µ$¼ë÷€ PÜMÒiT6¼±ƒõ*Øé œ›õ’³q› fs²÷³ˆƒu4Rð3È_ãLú/‘pÒ¡þ+©y&îEœEÒ² 볉bhýÀ5`^ÈÒCú¾ô¢Î@øÅ­I¯à<á5%àYIÀþ8`ˆ˜W¯ÂC_‚.¹ššWòÒó -þ÷KjEÄ!mÞ,½fQ¶½ˆ;†.ÅÝ}ƒëSÒúWzI¿ŠO~F¼+2˯ÞNŠ»5üˆEÕñú¹¼& 818†t){Ó¼£˜s‚°óϤì²cššï¿NÌ÷_CvÉÌÂàí4ÌyÒ¥áb ;2':»ú¬£ì壮²»Ë·&X‡9îÕË“ƒ&›‡‚òq(ÞƒshkŒû™ÿFçï^}Ë.ß{ý ·<<Æ9ž×®<æ~¶|§õ÷ÁëµÿòúvóïÂÜC(g}˪,ÝíaF&xÇp»¸>û::#«_Æ?„ò·žK«ÞÜç}ž–Õ­>ã~y»·xkTpÙf·aÿ¿¹ßU4«å½…oº>XyÐˈOóObv~õ›ç]ÌW»ÊÃ3‚“Ñ9UP½9&8ºúDtÄÿeËo7Ÿ O$­ªÜ*8“˜éù4:ÙÎØí(‹Ž÷|LXù§1‹¸v}”whùvOQlJÙòæAˇoî5¼›d&¬’†Ø4çp|–{<6-8½þ”01­iOÌhÚ «¦':©jŽN©ZÖž -áy¬Ê7Ûþ´ú¤½4<Ã:±qOÅÈv%iyÞ“t kQNÌÊÅqëeÈŸ“µ¦=z9îPv¥}ò¤¯‘ŽŠÏ -ªb3ÂÓðNUQæP÷ÄçŒÒ¸Ý¬Þœ–ÕÆmÊ.̦h‹Lñþ޾û¯©lí7::ã¨cET¬ €"Hé½— Þ{B -I€Ð{ï%$$! $”Ð = ¤ÒlsæœóÞ{ÿ»yØý ÖómÙ{?+Þvñ݃ŸbÃM“èPKNfIÇJbò/- üVÈÿÇ ט'a–ITÈù ¥àß•Âòï%î|–Zt®&¤}S㓬tèá8À}ÓÄäS9ódšUìPT@¾Ï±ÊÏ5ŒËþ«Y‚ 9ÁÄÿkŽ8Ÿ%gŸg@ÿüçw ž¾­²)'€'8^`!¿é8»–h=>õXƒI¾èsp¬ûÅ3ç?täÂÿÙ¤!þ½ÂDã \Ü û¾D.ph1I9<ìtž‚ø?;ü¦ÿl0 ?–‰…oÒÑ?6¨°ÓER®˜›ƒq\Øv7Ú¯²?@ùºPSìn+ûüÀ÷ÿYæ àÏs "úû<6Å:MJÑO#·ÇÑ¡§JrPp«ÿõïeúÿns8ÿ^>––áNæxøóù*þ‰FÀÚ¦%«¹˜#YE‰YFN2p¢U ²Ê þŽ™b» -~ñsË«è_«U"ÀOÅþ»ð©ÿEîõ }í“ØˆÃQ¸ÿþÌÇ<Ž6P,“Ì ã09z½új£±Øýh v$&Æî“´µyÍblÔ¹†–oUàbœÇGa‡c¨Û$1Æ*&D[døøµî¯Å:ð3Àõ¿æ)83ŒÀ>^àc§æµßñ8W•‡Ï–†Ù•˜D‹‚ ³+¹0`­JíӸ؃d€ax4Žù©¡ükYn»x—^NL>VRÖ<:…ùoõ¿Ù(õ6ô£?ŸM‘ÓÿßµsÛUÄd› i™¼xùMÃ*·ÿw¤ìó\m–ÛV;ÄÓ6† Ýï/}¿×ñÜëƒz›Ç!úv¨çv:ÀIÉá$+wµ í»Ü}½Ó‡ð¼'ô\K¹xw>ûÐÿc%Ã(Á}u¨/ž­âóþ^ã0¿žáÀ°U¶^À.¼Æì“i|¢&¤çÓT”¿¸Çù¿ï&À¿,µæ=]mÉs;‘£.8þÐýoK4€Gxçó<’c–Ybdžo4•¾\k?Õð³]&‰‰×7[òžžÚa“à“Î5ØÔÿ·G,ýµ„N:<ûÁ$"PבûDßUðÊ"†Ùd˜¯ïvýZãPNY0»‚–eêá §_ôÙ€}Üì,óØí‡ûî’â¾Íq‰?HŽiD䙓òk™˜ÿíâ™Û1øçý>ħ£ql¢]†Š<×ЋîÏ=VR2Ú°‰‘_,ðO†¡rŸõÖ¢—:Qá˃jÌ~?3~» ûi¯ýi¿ýi§îcćnwÁ}ŽF0!Ö BŒÈgj@_dÔ «„’lžÀE •}ØìË­$ÜUpÒî®w@¼ C°`€I@âF°!Ø íî¦Á¬çë­q C%!öiv¹q’‘s:Ã.·+iy†Qlø…'4–xŸN!"ÎdȨíÎìg†QÄÃþ«e’˜dŸ"$Ž”xY' ~vii€] Üè/ÿ8]™zÇ8Xò‡xQK{C…ÆÑbo«jB„Ø\ÛećŸt8 &ÍUÆ‹`•Ó€z²HÁÆ1xÀ!àm÷‹½ôÝEKMé® µ‰¶º3ÝÓȸ¿—9´Ó&äH‚ùzÑ×BßZòê` üƒéB#~V<‡P§Rb’¨Í£Tq°ÜWßQànôD+L{`šÀF[U\øÑtE‘m¡}‘-Oµèø}ÀOÎTfܸèD9µ•IN+MàÝèXg >}OŸfžÀD.Õä?™"']ÁÄ]DÇ]g¤ßßìÁ†ìà#W[J^:ä„Û6úD~Ñû¥ü£º2掶*íÑrCþ3;Îàäìs cž 'Ù¤ääý2ï妼ÇjnúNæ]MUÞ£.Xô2f–ûn?*üXÎ,0Kˆ‰»ýÐw»ç -|6å>Õ÷y×óðTJ+6M h«=¸Pƒ˜’vª­©1‰©™ºú¼çSį¿Oân¶—…ÝÂ…?m÷DŠó>ª9án´eºÍ"¾ž¨`€ï)ñ?Q Âhñ¿æÙ‡‚’~¦å޵âf'!Pß÷Ö·<_mÊqÛë-ñ9›&¥kê >äúÝÿm½)'ä×"Ÿ»Ù‹WÆ?0Œå½>Í}¥oMqÞëÉ{u>CÎîÀ†<´M s~~Ó4‰ ßí/y·Ô˜ê¢kH¼?[™pw®:çI<äv}þÇk¦!dÔFOÑk;ñ¦„št]JK½1Ã˹'%ÅÜC…ݘâ'ÝEF¹]Öð2|¬@M¯ubütõÙOæ«Ó5Ât§iVòí)Rì5/çI!Å­qË8FI± \Ëq}µ.ÓÅÔñR³&0AW—…±wôÝØˆ…jLÈn%Î!¯(øí‹qú~§ ì¾ÝZòZW“ûxA˜í¢oCV0¡/WkJ/ø1p¯ég£$îô¢ýõ°ún¨¿‚zkµ%ã¹eœ]`¤&n´#¼L£”XÓ8>Â4†ü|0\æ³?y¯ïÌ}9_›ä2Wöp£ƒ¼ÞI:ƇíôÀ|ÖšŠÝ×[‹_-Ôû}€î •øluå{Zëq0÷d®:üÞÁ$<Ö®¥ÛÄ3 A+-0½n”ßzséÛí.˜/}´¢œg@¶ ºðA;½% #„èÕ¶òwó"ð“•ÈëíA|ô¡”žuá³f…Éw÷‡à«­PÕfÀSO`"–›ÁïE…϶ÛK=Ï.4£»Ì_Å͹P y·?DNZ•¸o÷à—šïUÜ\çåú¢g›È³‚”Ä÷W—ß;Š–2“Ñβ“î,׿=Yo/ö°H˃Îç03 ©¯º1WKÞ™ÄÕ¤Í^rŒJXør‚˜ühŸâ¬d$ÜBþÚ* Þ+xožDÅ~_¨ý³Æáî÷å¼R²B¯«¹Q·ômõM™.›­àçún˜ZTè£à¿;VVâ¾k+'JlìÑô“¡ê³×[ún£³ðåå뽨l?Ûc¹µÄçÛ1ð"v;rÝö» ß,‹r_¯5—|ü¦äQεBºUÆ*0Mr‹Fqa{CP¯öÂKµ¹Oª“—jRÉyÛÃÐëmåÞ«Äà¹j˜ÇJ#ôÅFKÙÛvŒß(¿Ð-ï³ë%#ÙïXÎ)[ïF}’sC~—s¿ü®`Gý)%ÇÜÐ7AßNׂ_@Þÿ p»l™¤fÊ+ÒïHHQWU¬Øë ”Û2ZôM 9âön_‰/úå&2ìÍÕEAiÜ?‹|†Y - Üé+~³\Ÿ÷XÎH½5€Š¼:S™õp”íRòæ·YnîÛƒt”º*ûé|uîëÅê¬'ƒ¸ˆ?éºÒ]öæÒVo†û7ýõ%ÞÕ4Ž‹5Œàm)ó°áµÞ–÷TÍM¸5‚þ|¥êuYÍuiÇ'>ìÆ§¾°”¸Ýü´ÝUþÞ0Œü´?ˆð_iz ¢ƒþ„\¼¶§¾öÐÙð#19ã`y8Ž »øN퇛ôs›¼Ñ“õzº"Ùõp‚5ޱ²·{Ñ_VZ!o7; ïú»½¨¹ ý!Éãrâ+Û$9E˺¹Pç¼ÜýLBúzg±2ê©?Éë 7ó³Y†KÙ{Ød¤,-Ö€<¹Ò }=NJ¾1Œ‹ýcš™rÇ6´Mcb¤Õ‰/É)/®í R3t-HeeÆ}Ue¼“q ì³añy½­èÅz øÅvOÙ‡µ¨ßzGÙ祀h‘r‹†ÐAkmyÏôyîãÔøÛ¢|¿+2N²k+!þQ:Þåà™e ÓèêJž-Öæ<™b$Þi( -þƒžä{i¾©È£ ŸøûáàrZÅø”c99ãÈ-f)$`½#Öi¾*즆}w³¯ìs&õ)¯èëý™l¼ĬÁG#Eï ýù¯7:2ߊÉþ×õÙïNÔTðVOyàFcþ‹ýAhôviìá2t¯üò`°Ô yÍJýxµ±$Êõdš ´% ð ˵©Ö곞¡>'jt¬A­* ºKö¼ºÖ0>zµ¾ðÙfcžÛzcº‹Œ~Û*!ÄOsæ)f¡CÉE˜§ùؽQL0QßÏ׿>žá$ÜZ%ÞÝéÊ~n%¤K«“­´â’ŽÆš™»œŒ•–’³5ÙOdܼçŠJ¨û09íÕv'&÷›ZÄÝê§Ä.4e<^lJqYmÍvÓ·BÞì÷âƒfk‹_Š !vA#¯Â/Ô>]ªÉ}²Ñ ~©á%þµ*Ê~¼× y¿7„ø$,»ÁHñÿk¥‘üŽÏ2M”}Úî)}·ÛƒüY™§Š~_W[ì>ÈÈxðõ½Ë¥qJ›­!\ü %þvÄÿ7 .âQ\ÔµöÒÀ?&IA7eìÒ/NyÞ7,R\ÖÞÜo­-×Uטã²Üœÿt®&Çmš™xo–“òø ZSy»è/%MW~è–Ë6à¹ôE¯æDPŸ®+hÁÎ[½>ÃôèÇG#ØŒ-WÕÙ¤L# M@æùr"‡‡œ)áafIÉÇÅFðë™d°LPè}$f€÷q¡;Ý¥>¦!D iõeðhJNªóV;,Ä[}˜/ -NžË=ãÞFSÑËc2üx“¨nÊ|KOó¼¶ÙAŠ™•{I¨É©yÉ.»Åžž#ö±)!Ù.ÁÅëšr^¬wùY¤¼òÝzÜî:`g ôãN_àãá!šÚÜ[}ðˆZêËRÒ3Ã81N%Ès“ÒSoËYÉw¦©ÆÈéÏÆ™Ù^˽ˆðÒø7‚Ÿ;:`‘Ì1áö‹ž €ŸÓwç=ßhMvYoNy¶Ó d 9‹’x#3ðùåI~aRµÂ„‡‹ÕqŽâî*+¾Üœ¢~º}0°*p #´Ø‡Úê\Ï_:á§Ž…±Lâb—j3]V›òÝœäû”˜——»ÊÂ.·ÀÂTUïOfhë$:ñà›cÃÃæ²Ÿ·£ÂnvᢜwÇ1‰ÓUÅ@¾¾7“3Ž•ØL‹¬,rw°äýrs†ÛRsö3Û4²2„ -]í)ó·N1òŽÆÉ©û}%ïMÃàw1ä£ȶ«}e_Å\‚]Ñ Øææ,7¡½§ØY.ýèè?—ª ž:$¤ø¿+éßçª8Gb>Ô0΃nõãBÖ; Üך2ix¹$´Ä}°°+ú¨Ÿaœ”ª•<ßî¢ÄìõR¿ö!®Œ"n.Ôä<^l(|ž‹¾x<ÅÏrƒ0?ë$-÷h’‘¿ÑõÐUç>Rq²È™NRZö³­VÌW㘰|¥ºX ù°X•ÿT+H»§«Î¼8ýhUP³æÛaº¶Ò/'ê -Äþ&L?óÛ›$¥›ÕÌrýúË,?çþ¼ ïÑV;ÒW[•õhQ”óÚ8JK]i…ûìt¡G Q‡£˜PÓ0&ìhŒZr¦bâljf™ ,ÐÈUaÿ¬U79fÉù‡@æuÈñ‰v6úx{ª$¥Y¥´,]+2X),|k—qÉÚºÂW£„àkAäíý¡Ìgr~ä_s•iÎݨ 5 ƒ¼4Ï}è쟋<ò·9ød—d‘BƒözÒ^,U}¹¾Õ•óú‡–K<|Á|CÉ‹ý1RÌRø™š“zGÎüz«ÿév/1Èi¾>Õm­µÀ}c"‚†:M02|N§¹¤c)5àØ «}0”éµ×›ï¹\Ÿö`»«äÃÁ(;«_YW`›&gŠ‘!KÍï¶{ò¼ #¥»ýïtõéO–»KG‰÷jÁïõ½˜àýa\Ô!-ì -&d{ ¡¬)ô”p²½Ú•ô‹œžgW±ËwµÜí-ö0–ûüôjµ£ÄK×Yòa®³(rg›-f'½X¨Ê|rÐ ù|8Zn—ÃÏfHÐs !óPR8A¼¹Ý]~6Ã,µH°Q†a¸ÿLUê½Y~†ó ?ãŒûì`¥®+ÝØ%ÁLã°ðUÀÿîv–xjI÷G!¿bœ›òßYìrr¿üÙ…MðÄ¥Ì -÷†³<Œã¤$ó»äTQ‰?UqQûc¨Ã6Φä!Œ£ø„£ár¿µ¦\w(ã1ÀuA?Ùèc5½à`’¿ÚM -:Q× *>áHŒ¶_¼k;Vì{2[jS”^<Ÿ²Œ@î]ë¢G®5‚6ÛÑþ+ …¯.¾s1 ÂVZ‹ÞlöÂüôÔ8Y}‰×>éæj]©×á1æhœmE…ìûFÁÀ|æ½ZkÌr9&¦Å\ ã¯gø™OgùÙOçøYúQÇ&x³¹Øýx4^‰Õ´`Û`AW»Êý~Ÿ&=::”ŒÂcp̰Ê-rlò·&æûZuƒm®Š} ¡¦­w"?ëÛ‘~{](?}+ì½mŒY`¡eÊ9I÷V[r_N€q¿Ÿ$8)Ùi´5Eî›=Ä( ¦rOU•äË\öé›x<ÛØx>WU¹ÑWþY]• ÔPúý9Aô­Ý¶"@ka¾i%v{¹Ðœýdwüþâ>P/ŸŽF©ÉV1»@Q™÷JÆL}ë˜dá*|{¤äÈÌV ö,cØÈ1<Ø!'µ‹Kܾèë„úr2SÔÖ¥?›¤Gþ±Ú–ýj¦¶À[ÂIsßè(|¦b”/A½º,ÔIQMÿ¦2¶;Š^­6¦>Tó"oK˜_îî¼sLÁ#SäÌ­a|Œ|wº¾0Ú>C/Yh*|3B~(ç'¾\iËy½ÖžñÂ*E]ì,þ,æ%>±L“Š~ $ÞP°Ãœ6{ ß쎔ù›%¨hÓ81 X—7Ûý”ÌSˆoš¢ç¬w”úlõ”ùÊxÉ®”èÛ‡Rd¤CÇgÏ÷ -Jc<î®ô—}=ÕÒK-RB‚ajG…nYZÎ~8B » dóéHØ0!öqg• ñG²*‘Œ]|2G+=ÓQ`ŽyržEKÛ´\|?%æáRC¶×©²cæáNU¬Òsàü¿t$°MQz(. ü{•ÍþÏŽhødŽ\|0Qôñ»®®íûbèl¶’`–“?»3ELl#EVr`‡bLôJkŠë9øö;þ~öË}Øà›Û=”Œ©zl@3<æÆŒìw¦¢£~,’Áß4ä« ¿ÙöØèM~1Ö:Fùá1Ù*ãÁì³5ì½1zú\uî“IÊ×›RVâÓ©ŠØÝh¿«bV¸óbg¹o'9æ¾”ðø`“p4NJæz>Æ+é}I±ß¡ïÐhUý`‚•¯ïÅÅ9:h¿ ìõMMpHqq»ýð€ƒaD„q cbCM“”$M}òÃ¥Ör_£˜’d“âŽUØéœ Â¢ª(ßÄ|µ.ÔuØæ[GmÊ -Ø^ù]sîSmmö“•¶o«œšèd¾Z”þTÎMt¶É)УIzîÞìórS¦ÛZ[ÁÛÝ1RÜþ8#Ç2UE4ÓsÖÚÊ? c“œe؄ԋ{ [½à÷³¢´ç²Ê¸{&)&Ú1ËÆMÓ‹Wûà_l*>ɪä"b\¬¾üq Ä{o¨ÈçP޵/С‡€É3Œ ÂíRLò±³7XôI%Ht§…ß’2PŸõìLÍÁœÍÕ,ª*šuº–Ô*Â,%'ïöÀ¼uMžsmÐÏ›#„¸~\ô¯µJÁ‘Ÿ¾Ýÿ°Ö†x0†‹¶(ñif.Í$Ã&™çØøN–¯Àÿ®qŒN=ÓµN˜µµUUt{¼1ûlÓXYæó¶ÄäÌHgP-2ö‹}®¶Õ àáõ½å6º _í å¼XíJ{ªkI{ûk•_s¾$¨]ò‘UMÈ8_¬©;Öiv%n—³!¦1zêþ5f½ŸÞŽO~<ËB~´ 7‘ƒü‚Í6Âçí—ƒ^RÌá%ͦâÁÍZvȼ€?ý|"g—[&Y`ë z¬æ¢-ÓÌB‹‚”nÇGÉ1ãì¬vlÂ_š*È›NBÐÑ %Ñ2ÊÌ3sKô}´øôÕv!Ö8U…[¦$ÌÖ– ©›Ý¨0÷‰q üËÑ&Û¡æŽç*)¶éŠïEÇ -d¿â;ÃO¸-«ˆ»+ãÆ».6exZdå =Þ.êþ`‚šeUÔ³ÍÓ^%ôt}gù»IÒ×ëj~ÜÝ­þBÓ1îâY|«”]j¦§ 02o·5 Õuäú.vf{íLaâ¶'ÉŃè¢smuËÙJ]çáFÔB–aš>^ä0~¬ DgK|ž~œÏ+ {(n(Î:Ù¨j7|²;p½™hÂãS¸\³‚Tô}…DZiéðÅ‡Ó¸Dã!Ù¡ª¯<’ÕÒÆy«íØÀ*ºÉ©W-‡è¡åÞI((^XáƒnHáíI ô¡^ÄŒ6ô²’×:Ÿ¶FQÁ냰F)XçZžYQMÞ JõC̤Rðzåóv+ZßV5WCú ȸ<ˆÊ¹7/ y{+³½ìÔ¥Fjð4é¾! xÙÅu¤]± LÕ„þ¸ÔNŒ°ªwF+ÀÀ]3Ø}¡*Õi¯³ÈÓ6ÁÊÙì®Ì˜¯"zm6ÒƒÖëYaí•¶¡ØA§0IX#ÑŸÌÑp¦Aáá·ð`h™ eÚ|Šm¦cÔ¦UX ðJkÉ;?ý‘¾“Ÿµ5Ô‚×÷Tçm¶0ÂözªÁ›mü´ÍVä~77yëùlQúp™Oùj–í >o@|m3øì“9ýl¥aèt¥¡ß¦åSZ‹¼—Û¡¾@^H±©¸°Õ6„×ZcÑóý^¨×á<Ì:NÈ>–²ÀG𮎴Õ&L·5Qìc"¬¡•¢­Êsü`úÙ2{¼R?p0+ oËY{rFö¡’S昭$žÏòIv§|o¾ÛUöÞ>IJ8Wq‘& ¯´ ž~½™uw¹†}:ÞÑp*’÷Ê?黋ý'±à󥺮³¥º¶ÓÅj¡ešUjž¦œÎ -›x¾ÈÆN•…ï”®w‚=¶ >;Cø„h¼s,ÓUË'¼7 T”œÊë…–ñ*ôv1ÌØKuˆkñ[=ìÒ¹šã>þpoW2ŠgY¥%VÛQ>[Ý”¤}Àãíâ"v†H‘ú.ò×.äí òf©‘©kÁø.·ƒß.6g¿]í*ð;[åÕüÜjšþµY7lrVࡇš*®c¹Uz¶^Û}¶Æ"îˆ_gs_è:ó^)0ñßV*ç+5M‡2^ùÞ %ùï…¦ÞŸsÍ}?ê[ÍSå±Ëí±/Öú2_ª1ñg+Ä­A\øF?'mº–ú©ZæÔ/üKX˜ò.6ì·²àÀK™Þ¾  ÏAÏîÿº}í -Èõ¯ßAŸÜœ.‘’üÿ”s -]÷‡pq¯r™?×¹L£š–7Óû(o!ÕáÞNñ‘ÏF+pn]¸²{UÅÙ×1À9©ñ—¸‰q—ê²3~ç¦Ç]£Å‡üFÊù-ú£;(ÎãååXΓ&dÊ#¥áµ;ÈL1I* ú^R´¾‡º7ÌÍZîá%Ë«(^}Ôóü~m1äOVjÚtTäå’ÿKœ¸¨+üôÈk¤ØÏWr>~¸õú(ø¹ (üÕc8ÈóR"ûþfWEŠI,DÉkY»S¤®:`y¹£6w¶¶2|œ‰}Ú‡-¾;„+{0NÆ{aOÐ%›!Ùw ‘—=?=»{ùòéefZÔQFÑsM#*Ð êñ -o×ÑQF%­x± +x»'¦–kkø›£¬, §ü‘œx6+@½Ó -Ðj.Ò§µ,ñ+=â -&&øjÜ»×—Ñ‘’ã‚®£>ÿ¾Ò€Ip¨8ë, k[¨díʈ‰{RLÔžø¦¯ §x©¬­£Èt¿I6Ü£í&,ˆv‚†¼ -‰ør9ÐÝôÚù(ìå“Ëô¤ç.|ÊK1//XßÊsÌ0a¶Y.öÀ󘑹/& endstream endobj 45 0 obj <>stream -'Úf8˜ÓÙ2CË[é.õR ŠžÌ×býæjŸ« Rn‚>^‚\"ÇÅ\EG¾JL -ý“–} ÷•p÷Ç—2|ß_CLJߪÍO¸¶7DI¶ÎðÉ–Ù*Æž˜[¸5ˆ]él#¿.t |Wû©‘ ¸O²ªr÷vdÎÍ.þP+wù©×èéñ×c¼^ÿærãÐCàp¾y äîtTðÅë÷I~IØAó¿¶ØBÛ,.{}0ÇWÛ–øî|•Is說*€K&(IGÓ„D‡†1«8ˆ}1«pk„Z¬¨CDV•&?­Èˆù«&?ñ6öËí‚ Ÿ›Â¢X—Ifò/ë©~›þKÏ«ÿŸ#áðº„âÆëô^²à£(ïJQL4(ÒÇôÊå.ÈíÎmЛ÷AÏÜ]¿ö;èÉ­¿@áî ü`ßKm°Œ;šª\·3-µÐºÀ€êFqÁ‹#ìäéþ×ÑjÊ»&lþM>$ó+/ý -4&ìR„çs VÝ@©^ž ü?Pð«§ ç[ Ø÷/@~ož€n^» -ŠzÔò—·—D…17[Ð4實8G³Õ˜7«ì˜éNP•âVQ½ŽLM»” -Jõû -tw=¿óÈÿáCPÄs7ÐGWg훈~@wÿ¸ -Œû&ÈÏÕ¬ãoRV±ÛZî“~˜™¨Ÿaf:y “5tŸ6êq;íÒŒ†Ýfd§]) ¼”èó”íûTàç J|ÿäõÈô˜û·oƒ~ÿí7Ðó»]̈WûûLÒgWŽŽ6iÐIëË-€¨%*>~~•ë|©ªÚ>ǧœ.ðé@þ€É)›CÄ(uáC ºø>&6úw\tìål_?×ýû ·N÷@ÁOŸ‚¢^½æý.èéí; AÎ7n€®\þ ôø¼Ô^ fvÌ=MáÓö¨°ø@Ò!²¨ëªŽ¦Ø­ V†² ñfˆu­AdÞ!¦Gs~é«§èÝCgÿWPÈóç ÇÀùn]½ -z -|Æ3§ ›Wÿy:ß!¾†ü.f¹kë ^l¾œ.2°ÿìðªÏÖ…"½´¢`c‚“«ë#…O×!^sᯇ™Èwõм»Ø¸¯¿%}ô¾ôø 7 &Âþã|t XË{@}'{{‚ʣ¯R#þZîE˜äåÑkS|ØP5îe½Ü‰*ºN+,¾ŠË,¸R—ò[Ð;ïKnß9sûÌé>èõã§ ¯ï?_!¤çÜiB#žOW‘‚׺PþÖ:Ø¢áaô“•ÐåñšRUo}Þh}eP- Äì„˨¤ØKðøØK™!A ï§A€#Âó-èÓ«çÀºýÌÉ}P܇÷—¾zyüFN »×…Msä½]¢&.ô¿¨êÞ3õŒO3Íìàž -˜[3õ°G¼)(ø3ÄÇ ìñðò5蹓3ȸN€3ß>p¹Þ»úë÷?A®7<{ ‚G$Ýhå¿YhÀ†ëè úAvŠn@˜/®eô2Q®Õå¹ÖÀJnÖ áá³³®Fùxƒ^º<¹uæãrôÅýèÕ}WУÛ÷@nÀz¹:»ÜáúêýÄȉ¿ª _§+ŠŒ*&xc²ÚUòÞ¤ fê%ÜÂÙþŠ„±ú -ÿZÞ¥$)î·PoÐ'w7P¢—7èÝãÇÀÿ ºõûή §¿î€ÞúƒR¼ÞXv9Xvúã€ÃÇÀ¼?9Ýø ô÷ÛGn §÷<\Ÿ -ÂÂ'¤Æ:Ï67y™I«Ð¬ª­õQc—zéQs=äÐZé#dJÔ•ð÷/Aﻀüž¹ƒ\ùuúó€‹; —oÿyýÏÿXC¯'/@Ý@E‘¡—k‹“ëC&^ßÂÆý\Ô:YØ£9mG^M9˜©¯Û” -1c|Ì 4ÿ*1ö·x¯w—âÞûsã òr{ -ºqõwÐ㛟ûôæÉc;°–)?_¢ådÞ!³^/wÃC´Í9®s#œ´ñ:ª×„ˆå7Q'Œì£p<:qÔÇÝdÎk’ù “V~ “ -½KˇÝªhŒ—×õ×úºh»“Íûòj’È|–ù:‘i¶¾fsº§â¥Nv²‚‡kéÞ½l–‰r­Cà7ãyŒ|¢ki|éÝâ¸ü›ÄÌìÛ„”¤ÛÌ´4×n Úw¦¡"S?LJÜì+÷ÙÁGÕÕ¬}¥ˆ©Ÿ¬#­Œ7SµÃ ˆ*TêzdÁq½(¡KTÍEQ_’òËáIyGf_ ðô½~x¨å‡ ·{@ɾ!W©éàÇh‚Ÿ¶I˜¹ÚÈݗp‹Œò*œaª -³<ÌW¡Òœ*‹®Kx¸w!Ë¿“Ëö¬¥0Ýé샔Ä+þ¯ÞžÜézà7w/P¨·ÿå(ÿàˑ闋“ ¯qa¥ÏG¹(ïÕNJ˜E]M7Nq‹­Ó\ô©FX{¶XSoŸ 3u<Íh}épcs¢Dp+Éξæç÷[¤§/(êcÈó™'èî; ¸aWQ¹0z9Þ£Ãú4Ég…¬Ô3MЦ†ÝI^ñÅa”U"L²JøöDli¤¯î$Ž×Ò|˜§xH™sALÊÕ´˜Ë!>ÆŸµëºóç-Ð7/PzxâoØ4¨Kµ2ac´¶Â¤¬€›ô\Ç‚€{ºÖ4y¶.ê8Y­iÙUsPš!òWÕ@E|/‡ú¢•Hz^Y q¦ääÞÅfeÝ.OK¿áôGÀ›w ¯~ ø ÐËI!_¯F} -¼Tœ‘ñ'Qê*k¤†ë‡+‘‡Ò:Ö¡¼šlTpKw'*rçÚÐÞº>FÂæTEÑY™\G€º`3âþL ô»–þ*+éVFTðŸ>/ž>¾ô¼’›˜ïœœ|;;!é*\zW€Â¼êåýfšÐŸäüœ«=å!ç+Ugk<àóf$£¶®fKYË”w°ÂêȨû¸¼Ü?¾~ð»ååʈÆ$]‰ ºêóâ(%Äï2&?íÏZ<Ì}˜G\ªBÈ+Ñ kYà -÷U­­{€Ù™jdlN6Wû™1smD¿qòMê¾ÑÙŽÜîæî޵Ðeu ³RÄ6*„¸)j™ñ,‹*³®¶Ù8ËÃì+¸åµ¸5]‰ÜTV"צjñ+#MHm;z¾›—´>Ù]µ9>P£Ÿè©\nFm 6Âöñ§Ó<ä)€/«¶ºâHÉJ90ëTc­UÑ;aT76ì(„ø=¥¨bW^CÚèc'ëûªòÖKgúZ šÑA²¿Ÿ*nlIž¨j ïa2=ëʋﴡÑÏdÕ5[£Í$‹²¹Ö®ln´«êŽYáxG<™²í³ÕœÍaVúr7åëÖ(·ho²¹6\S¢êªKWö´Nw¶fKÛâä 1SU¼Àa:Á]ÝÚ%miLíçó|D5Ѳ¡¦ò­éZºIÉǘ¦9Ð} 3s³ùÑ$&eþ½Ö(>žãQ7ƱQ›Rb²f”›>ÔÄ m©þ:ÖÞž+îhËm¤à\;9Aƒ5]q½Á‡™6vøÚPC©~TPp¨ ¦›5Ì2›®ºÆ²Pßbžoê:šo8^ªïúdÀ“yÔ £¦é%ÄEü½¢“9Ü\‡ÍɸɆÁ÷ŠšÛù•ÃuU_Ú++ß5WŠ|¦Z9¡â6¡i¶_u¼Ò8`׉Ž×šÅ'ë #v]M㎠ó¹¯b¬Sãµ€þ)Ú*¿ªZxKCµqoíüp]ÙL/-rn˜6ÕÊ -|p¯ç¡ìéBOuT'h†ùÙ²jœm^Èù׊°ê_Ë•5§:zw­%EíŽó - r XSúª„«ë%mPã¶%€vÕæ¸ S£oMp’—89scãm²ÞöbigUüÌ€¨d]ÜÂ4L7שät¬º&Þiw´Øÿl™'ø¾Õ¦³/2G*zE+ mOW"V¤ÕˆéþêÌ©ŽªxY[}²¼¡l„«&º¹ÚÉŠ˜‘¼:F‰Y&…¯b>[µB†AÎÇ®õ¢>Œ£CíÕK ŠãÅÆ‹¦®Ú ª¦Þ`’œ h(ýØXvûXÎÃÙg+iršQŠ=˜Ä}5+¬NÓsí³ô±NTw¨æÂmjwóÒÓÅvÉùbc×銨Þ0ÃÅLÓ²7GÑÁ;b|ì–„xÈ÷Åj¡c¶V`W5µË†žÎQ -Næi¥ÓÄÔCUE©}¶©õhª^`S -É»#ãc òZ¶m¶†m–P3M#”¸ÝARÔæ-nOÒZ¹ ú‰ZôÞd=ag\Ýd$™¥|øÉLUÅ‘üb±ê†ï‹íòó…¦~Û cÓT”MW¥¼Òýq^‘c¶šåÐÔpÍj>Á¦©«3M7T U -nÙ–˜³-&Æd´ŒƒIr²iš[९õÔ€ÍÓý2Çzý°ež‰j5ˬ¢[˜Ø½°§U‰Mù±Z%²ÌòI&¥€f_¬k7/5öoiš:vfÛû¶Õ]}ÛÊöÊ-fuLÖKë°ûJNñ‰Ž…;_r¿ëœÿ푹ǫ¾èƒhž¡Z´\¢m¥¦àü‹~èä‹~DçZ从…±Í° )¬¨C}æAãß QzUϘNV _S2òVå¬b½¼y¼pÑ·ºiôtYÔr¤!‚O–«;ÎÖ:NWëºMjf à¹8§K€ïšÖv–°Î -ˆ{“ô¬>„ß‘²aŸoèØÄEèÚÁ¯7‡‘¡ Ãøý4 s0#`íkjØ‚¬W«c$4 I§K¢ÖS5:áX 7Kaa»c¨p‹œž{:ÃC«¸ˆoË®cCÜ/ Ø*ôÞèJ²Ð˜ñjšå¢ïÉ :ž¯iÐñYÒÆÒÐeét½Uu¶P#²k+°úñò`‰ ñÎtuÜã#2çÇVMŸy¹¾WÖ6*Ȉ‹^“çKª“>à趾О÷~¥¿ÈÛºRɳ®7 ïã°ÌóÈÇKB¾mƒ9^¤C쳤lë41e¬<`g¤ôÃÏ­ª¶më MÙ=dSuô[5­½öÙŠ2«‚šn“ãWZ˼¤¬ùžÒOs­ežã”Ó1Á6K/²ÍPò, -Bò±†sÌÐóÏ€º;[jWž-¶Š/0p¾"àgià)é@JL<œ¦æ©Zs=e‚8Ÿ+µ]'‹Í6µ¨âHJN6Œ—úÅðÀ‹÷ÚÍj.jeœ «,ðÛÅeŸ.4t94-=¶™æ6³Š‡]ëÊy½ÓWìµ?‚ú²/¡e)ê° š\Α¼š`¨â\Çg\ìiu6OÌ3MB‚WºbÙfˆÅ§ u­‡³BÆ\*èHÍÁ84Õ•Çšº†“™ê -»ŠU¶;†‰ß—""Ï–„Âã¹Á…Æ*8åG -f‰EÉ*sh9\àÌj2àÑÆ1fΉ¶¹Ç1Ï@ï‰aÛ#¨`içZR‘m‘ðCÇÀýX©ªÎ³Îˆ„ßV[ågëMÓb}—y¡±ëH[×p d@MÓÔl³šsÌW’Ï–Ù¸ÿîÕô]ô¸=™g¡O‰Å?Vq…g‹”"³’”z¬¡Ÿ­T²-*Üq±Ø–°é¿•üÖØT»šš»Ñ‹ü¤kAøJÙˆ“…Únûrmçþ £È¶&l8Ñ7LþÔ‹zÿ½U)ú±Æå;éðMq—CG‚œêDÍgK¢¦]µèÛFÝ P[¼`=¿ÍU m*JÖî(Økw(ÿÍɵ=N/ÞèE‡MR2O*pŽÊʳmQßùFM«IË€È[Ò<ÖÇppÇJ}ﮌ6ËÑßç©eßu=›+°6&ig 7h¸$äDK/5ÉYÅ–|7mmªÓFwÞ+û >Í2Éü¶È œ-×v,b3'„±®&%ý]_?aQP²Ž¦ );R\ÊÊ*îh† -?[å×ÛnæEu}ìTWîä×*Ÿož&g«iyV%>q_ ñ_îH}q …DÛäòO};šáÀ—jÛË}‡>Ñ4MÎ8š‚±L•Œ—ø¥È˜íTuX”\ÔZ;·›Up®ihû®«d^ìh‘`Æ0›ý¥^êªlg]Sé;Ã3Ý8FŒ>”bw‡áþûÃ¥~¶)lÌ@~éhô•UßWªêNæØèŸÀÚý½+¸Š’mUSr쳌â]16n{°,êת¨ít±¾Å2-ÀZ§è9ð61>îûl%Ñ¢bÕm¤È.bºË^?2öç‚°Ò¡æaŽäP«Å&)1×¢b ìcºžUƒL{Ô -Oò5IùœC¥gV“ÒÍ*LŒE…7Jááqñ—ÃiRæ¶”‘½ÒOŒ0ɬ³åÆá‹>í‡ -.òhŠša#‚·ú -ÞLx[fIYskÝÈÈÓÙ†ö è˜RÌÊŠ³šQh˜ÂFY”„”‹ýiw€Ÿ)šŠ<lgÍóç«ÕM?7x¼s ü]G.ù¶H/×÷•ùXlì•Æaó ·?Å…X´"áÑŒ¨Ò¤ââúlú¾Äg_è葟t±?ÁÅžÝf9î%åžjéeßëÚÎç€qÏàRw†!þ‹-%žÆ b·Eñb/˜ójÑÙ<½ôâ>ŸQJÉ:_ªdüZTäˆX£—q¦oV~Jn¥Ãö'Á²²ˆr¾F#ÛäU¬âIZÖÙru‹EËÁ×B½xîâ|ŽO;8ðXƒK?ÃeÏ‘óG˜).RN¾·åâ¹))ݤ@%™Ô„ÌC5!Í]¤—­T7u7`T èv­€ù}‰Çø¾D/?Ÿ#doöd¸P|®ÍTż8Ÿ£Ãì³|ÊÞ%Ù2}±× ƒxº„Í0Haú!TÈÊ>|g¹'AFNS -N—¸d‡–VâX¨®³/¶ˆO×k{O7«š¿m®TÕ[´<ÒÆ>ܦ¦^ì‰z0IŠ?›r޵Böñ—rºTÓõC_7ùs[ÐhŸc”Ú4ŒÒ³µöEÛRÓྒ‡Î(ø¦ª¦ÿÔV’¾Ï>Ť™ ãxÖ«阈 ¾µj™è_›•µÇ:&ʤ ¤Äd«†˜v¢!å:”„¼ý1Ü׃1aÙþ@Eže‚–ìÒ3Ìã„èƒAB¨Eü]Lˆ3 A}¶zržň‹‚‘·3DηI*J$ÔŒ­q\ôÖ)úh’Wd—qËì3l´IÁÈ¿À޷Ŗု9[¨²"5Ó0ENÙ•à£2PË5¢“E>ðL‹FTs2_[÷}Žý®Å%Ÿ¨Ë‚¥ˆ}1:l|8Í,ÖuBÍÊ*æñ|]ƒCËFÚ¾¶]ìߥ ¤®aƒ0QôƒX𷥺Ž]m£mŽZhQ£“ý1+PQ6@[À:mJ8eUå‘N*QIÔÙrÓ}±¶ñðN–‹=U¤èHã*Ú6Çr=cwn’0 -¿-6ô|²ÞéœHà˜áá¬rbÆî"È6Í*1Š)ÉÃää»ÛÝð¨oÖþ³/|Þ -xq@ë²õÃÈà•ˆïÉRÁ¾.jÛS²Ë bjÆ¿7E]ÿèE]ÿÙ®jÿ÷Ž ýdŸ¿=ó_€ûîOã÷&‘'³\ÌEQíé¬u¢áálj`ý¤¨ˆù†ŒGä軻Ô<€kð“•9/Õ¢Ô—ÖjéU÷ïM~Í÷µJ®UËÅíÉ* ¶ùºö³•†þC%­«ðÕføå‰ -ÈiË ì¯9:üp¶T—òP^‘à´=Kü¶ÄÀÙTÈhÃ"à›VXaÕTÑ—¹Â“%åb’ÿ¼{ -àïdQ ø±FGÛÙDó,à -ıŽKù±QÉû¹Ê«8ÑRËz(át½ÈÜŸ-ŠŸkÜÍDíJ‹­ó¨dÛ&íÛ ò¯Íê.Ç<äÎñr‹Ü¦­Ùg¹ÈcMüLË,;G©ø¤¹6˜ÿz6úç¬Hx:Í.=–R3íbbânÄÃÔ¢UBËÜB…u’£oU¦xݳzk–1‹ö†Q_¶†‹<7†Áž+½–øýgI(Ø‘“ÀC‚D7ýpyòßúº¡o+üJ·P€‘­ˆ¿„qçây m+.¬üÅÕ4ˆI0QÖšËÞ.×ç»éjsŸ,Öd>\ªI½g.õ7KhÙ3ÈÈÂ(ÏèÄ7f)«ôhšG°ÏpPÇ3Œâ£)dôfö[£¤,ødžMµ*é(€»Øv jURŽg1ñgZt¼]ˆÞlõA*.Ù>×ܨ®| !åÛ,9÷DEƒXUÄ,Û 9ãPNˆÛŸÀGη€Ý·ÇðÉÚŽò¤^h CÅ,2бCå¿w*#§~Ó0ÊÎæ˜þš÷M'äü²ÂEß“Ã)l, Ã~@öÞ‘QÒuí@­I*ˆF ¿/£Í€¯=[âÑl3ô’#)Ǧb”Ydô³„˜èu¼}šU~ñLèÉ|ðD×Ðy²\SkRPRRrÊN?2@ÃI¼ã˜À¥ÿ˜¯®=8ɦaÂÌŠŠòs Ë«y¸3 s¨À¥äø¬#£ø›®¦þ¿=s×kÚ~®VrNuô2»m’þìOÀüDˆI‚5K 65çh’o™¦ç×fQQ blÂþ"Ê1Ç£­‰i`rîç[k}„œŸ’ó•šV»†…2«©F95à£bÀ¿µõÇÜ—RöÄ”Ì £ÈŒ]×þ¨«Í{cèF~Þj+ò1Ž¢ãÍ2jÞæ2Ȭ$ýØ6~ßä°Ot¤b›—bR–„…ßWˆ%o²iG3ô‚åÞÒOûG8–«ëoÿ}CÔñs«¦ãt‰Zn× ã¶‡ >Koó\ÞÉBUÍ·%ë|©‚nÑ‘ß7ØÜŸ ƒ!ãȈõn¨·AFÉ\¡d-´ó²ÍŠŽ6ÇLCõ需v¦f€­j&äPBN°J˜½p¦aüWË8%ýL^Q²Ó }g€úntß)«âÔ‚Ø¿–js}v'(óí°íß1½Ø å”Nñ§ÞþžUHI¹òÚô×Ûýè´ï€ZZ=R^ðày&01êšLÏ•V¨¿¦¥Ì‹›çÿÀÐóÿ9zë·6³íÿ{Îhg¦Ó™º{KK*ÅÝÝ!XH!îî!¸»,@"„ Q"¸´9ç|®ïó‡q³üÎ9YēĵáÊOŽlÆ‘F84`‹´¨Ì=µ¯æ˜¯Æ1öu…Œôª°9…k»J_X§ÑY åV2+t\ÆéJMóŽ“êU¢ÒvfÑ)žybážÇ_£böÔ ìérÇÂÉjÝÀÁƒ°£@§Y§1q[£ÈèÍaD”{žRlì« -Ôw‘Ӽꞯª©Ñ«ä¢öæ© C »¯$åºçPñk}E/„IW×û ïVÚ+ìðk_ÕKàmÅþ¶áŠO®y|Ö@C΋ê쿌¢Sœº= ->Þ%gWyü´=ŽˆÚ†nÁ>-ð9;!ˆA¹G‹ Ì™™'þg'¥¯tB^/µ=06žÙÄì¢å^Z‚‚S|Ë> hüa|‚m¼Ù{­o-º/¯É¾6ÉL»Ð ýy­‡X昬Å/Áƒµn›„GyeÄr¯ÈsÔÂÕ^È[sS±ÿÑ<ëëi¶6\à§Äÿ¡`'_Xi-|æš‚'ùþDI)µN¢cµ­¥,ÃÈP×$!Õ9NL±Œ‘’6QA[ýÈOvßýºNL ¡õQBùê+>Z¦xp©°è®„󫆟pÑ3 Ü™€|vŽƒCÎièanÆs|Úó?æx…Q§:oG>Ñ•EêÊc–úÓž:bn¯ô>vJ¹Û¸Ôµ`ü <¦WSßqÌÕzo™ÿ=þú²wß«…i÷ܳ$P3"îQ7.æÅþ·vSLL×Ö–>Ðòs¯hù%ÔðóÃÿŸµ Qw;FX&Å[ƒøxç©Ø-eb<³„Ì=)2᫞ -?Ñ1Ї‹|ƉŽÏù²ÄßôHK*?Ö’+•ÄÜC@g¹Æ ŸÖš²oYºsïÉÑ). º6€‰²Ž¡c\3¸$Ç46Å2Š‹Ý@|^¬Ë÷[é‚„;dL¸/ž{4±Ç8P³ªOL·’ØUÑ«N º½ÅZÑö¶³ÐÔâRÖ0wfé…Þ9Búz_é›ÕîB¤:jwm+y·PwÃØžvÿÌHÃY®íÚWcò\sU‘^:Õ6~ò½€ntIá [bD$·2ís>=Åçî/2ÑG‹L$ÀIP¯“ê˜E$¬C?,rØÇ¦ÎŽ¥ÚÆsM멦sOäR-mŸA%Üê”"ãœrB®wQÀqÚxW+-‰Z¼ -Å5ƒO²£"õMEO}g]ÄœäëĬç?ëšKãìb|о>ëöJGþ3ë$pN˜|mVò—¡1ïÎé<sl¨itÎ3@~õåÀmIuŒs“îó‰/&oe””´ØTáçœ&,qéÛ“„ÄÍêë=¯LO¶úÀk£˜ˆQnîZÚ‹ö¥ôö(&ÖÜ^xo±>ï–¾ ôh±6÷–¶.÷öjWÉ @ÿÂÖGqñË}À\€Eø;³Ä"ûTUÔJOÁ£Qtø¹Yrì½9|ÅÞ¢ã”ÐòçéÐS —|0 àK%Îqè's[Ú­Qbð9sìírOå{}#øéŽ˜Ur¨hnvÍ0KW»«?ˆqé¿3Ó?|'Ìý𳄔rÃ6Dˆ—¶a£[«ãÿXí€Fÿ£ã³vlh,y¥­Ïã…Û -‰)ù÷—:ÑÇZjÕR[ÚõÜ—9<Ñ2YbC"çÕ€&V4ùÍñ²Ÿj¸¼¯+õƒÇ:v{¼5„¶¢ãÏÔLÜžœœ ¤ßUp ->z&s'âó,5ëÊ$6ý/)­à¦šŸ{ÇÜRøj»‘¶9A-Èù|÷{RÚÇ›–!*æH+ªÛÊóÓ‹âÿ2Ö¥\¶M”¾=[bQ÷¹œVæûÖê «ÿgöj‰§ün¹.ûºŠ’p~žóûFkîƒS9©ÐÐ O*ºÿƒ°<ä)À+ü= ¾Ñ_þZ#LºÔ^ñú7)'ìÆá"µ§o/‹iV .÷Û’¨á‹ŽÏþf Vºg á;Sàÿ]'xð‘¦u–UâP³÷ŒŠžŠwZaúM+é¯qÔçŸFªßÿ8ˈºa„düÇÂﳞš{Aá'&áðëS—w¢Þg9ωº`êÈ}~ ¥#v5œCF/Ýš&¦xTLø¡–MòÕ\ÿÇH(9XâH…ÎòÊPyž"ôd­ndßÌor.KÝ s|mŸÃdìjpE'&ѽÀªvÈ饻 ¢š 1 y¬ò|ýð„kŠYd'$®tƒŸ«… Îqj©m ·X“~ÓXŸ~ÇW AÊ‹¿µ0†{º:úXÇãX¥ìªõQr¢oï÷¡š:5Pá_—©è¯+4òÉ´=Q`›@Çí«Y˜ÕID–¾Ý×çœrK˜Cë–àR_¸7KKøc–˜ðëö4)sœ“ûxž_àçg–팒–ÛÊžmt—¿vMÂ#sî+©WWºÀïδ5uöid¬±£ÈÏÜ[öÖÔUþvµ½âãÀ[G*|¾uŸlSs¾ë»ÿ1×vì©écWñãå®üû+í¹÷^zîš!çXÄ„dm=øÑv.zOÆ„XÅȰê@™ ôa8æ7~Áç߉×ìÃäôq~éKbæ»sÊZP؉ŠV¡oÉ¼Ý - ø’tï»iô»ßC…o<Ó„‚3@ؤÈÌÅÖlÿ-‡vfÖy£«)%ǾzÎRBÞÖ0øÍ¡š‰þ¶,j;ÖsÈ»jRដƒ?PA»³Øìí~hÈZwñ+CèÁZ2dœ -‡Þ\냇;&hEŽ Ò;EHöŽcR¶ûPiÊš"ÿ–òÏ¿Ì -Ã÷¥|Þ®”V â.êržm @B¾)¨c-‡äV0«æÛJ‚ÆÙÉ~>æò(H It¼}• -ðUœmà˜¾ŠWzQ™ÿ)õ:7ýÍcؘgÿYfÕìÍó¶Ë_ZGÁŸ\ÓèŒ52ó?ÛLö¡`šqTÜê*ûïåæ©ã&É>Z°9~Ç6VüÚ2Vp¢g3½j>Õ>MËõÊ9p”QÖS÷« ûÓ¿ú*£ÏM“cþ\ïÌ}¢$—~3óEgf‹‘óø{¹0%è˸§Æn ƒ?,bswæà‰º–|€oIo?9å|²ª¥òÕÚ81Íkl™:\m_ü¶ÊáíÍÀB¶º²n¯ufÝ6wd=ôª«2÷‰å›Ð Ï"¡üp­Aüeãõ’k|µÁô ”GM-;âÕÁ3A/|xbðN¹ø èc“˜hë@±ŸcòöHÁ€ÙÅØhK*Ø3…OÛ•bS¦xëžpI†'mÌÐò-3 Юšƒq«y{ZdšW‰ð=ŽtUI‡êêŒSð"e®9×^Xv¬éŸlzÄYÇ$Y&°iN«Ú%å!ö夼}ye´}ªø£®9ã®uóÕX×vf -]2€Å«>;'1i^ >Ë-8UŠMµ!ÃÿW'LLHôYXí‡X'‰kcÔL¿ä¶Œ™}YÎȾ¦äû௎SR®¯ TE,÷À>+…Y×çØ™ljéÏÖ[K?à«–‰:ZdaC@uKÖë¯&žàë -¿ÞÄËHéËøƒmàðhÈ3—»¯ebœRbήŠ=Ñ ëvfÑ«Ý%~2fây(åÒR{Éó•!|\,å&4üùÏ+½°xÀÖ‰.¥Ì>QþN]›z§ üþ/Ëÿ'- à?bÁžœGÖ5Á‚×»Àöt؉–ûÏ*OôÕȦì©H…žy\꾊 ò(¹$Ë&Ù+¥UœZÒWÛÕ%~Zn=ꨈ:Gˆ{ò/a†ßKµé/ÿÖÓ1öILžœ˜w¨¢•Ÿh¸ø=5>׳Pa•Ì5 9ÑsX_M }{ -Zåæ@¾¿[ -‹?ÑÒQÀg•ÿSéž%ƒ6áÁ®ªïLMå8-÷6ÆütÍåï6zŠýMkDû6~­#çŽu ÿ±}¤4`¥%ûžCŒNÚ[d£7cWzgÐÉÀ<å{”´ràuÌžCüßµk¹ä¸]-»«r# ÿ^©ü¼x¼2\t ¢ΖúNô¢Ú3ÀoöçÉ;“˜XË 2x½fèÂÍ ó˜ú ÑÛ“¤´)zÚ…qœï¼ÎÕ6T¤e„Z¸3A.ÝŸ§”ùúĬ‹QaV ^zùt·ŒRìœ.x±Üu±1ú¯fð¯{2|äw|öê@Uà 7Xv ä¢pÙŽIpÀöø•k -n›ÀÇÎð@·g……·¦èÛR>b¡òló[[YÐÍea?ÐÓžÿkž›rÏÄ"øÓ•Êø—nöãS½sÌòC1Û3 1udúÍr"o‰iaöªÒÿ»QÓéë_±?ÉØ¿Ù†¼;Pá ÎÌlæñ2‡íÓÎ.96`øþà­ª›ƒ•6á‘;3¸,·Œ˜³5‰OXh,÷›Æ$ý¹3O>ÒQ*Õ­é÷•±uy~ƒ„Ø»¨è[@.H4&AׇHEF?ÿm½»$è?lÞ±_ê”@ÂlS `€EÜ×ÓÜ!e”1áíÎ ©ð@-dئP1+½¥OMí%fY×jòƒÎwU†Ý°CãW† A¬â kÖiBùš^½1Thê.}jì*z`îͻ떂?}]âq´B®EB/ØU2ªN—„¯ -›5ˆ¡9ÿ±Š“sm©ôÈ9KÞ‘²+ôÈ{J> Xúz7È¿­ôÕ¯}Ð÷çæH¿¨ÙÉy¦ª“þo›×nSTCD%¯ÿ° ãr¿º¾ØÔ/zlÑ©‘e›(xghOºmìHºöu¹¦uר6åTˆ„v µðÌXÛuªeS¾èY¸#µ|OZ»=”ûÊ9UúmUÐâÒÔ6Úç¸èCCMݱ™MÝW ¼€6·U… ¡c®‰²_ÿº³ `lM“Ò=*j…GÁðÓ ÛlÉ2P°Ý[ðh»+û¡g -•ệ£n+{²5FËß‘r–)l¢u -›`™DEØ$ˆ—“²«c"÷µÍ}‡ú¶éCCóð©©iøÌ$¨ùjæ €Ÿ‚`œ‡KKªˆ¹½Ü­®aoO`}ú$ØÔ -}an©xªfßXí,ùd#’L½•K¤ÐíáZÈæ ²5Æ)Ý'%o<¸>R¼2zu¨%—z€¸9CíH™å{ -Û£dW[gð)îyL2àûZR±]ŽJ´Mc3}½Vw¸x¯’ƒÚSþ½ÀBùzu)Uv "ÆØUödmb›eUnÍp¡K´s +ÎXƒy-§]Ÿ&§_RÔæ?S¶½è!$^rK?:&¨ùæîŠwú†Ì{ŽpÐrgÁ csÆ}Ûhþ‹#2ã@‹/Ø£¢¶'ñIÇ:ëHÇÆŸ.qèÇFyÐËŽytš©¯è™K^¿£ »¦Ù°CE—øXÓ5 |ÔúäíÚpÁ#]KÊAø‡Kð°ål\'*毵Žò€ãE.ù`KÞU18H:¤ˆtó@Å;UMÁýL¾œ¡MäVk9ô¯†Æ¾/ÀãøÛ$&~còÖ%õíýtí¨p›„œ¿èï³òpŽ]µ7Í„:Fq)s”[ä„[Þy6v}›.fÝtÌbRxˆ>2q§+Ö)ÿöµ5¼í)j‘G)à8gX¥‡ Ôr— ™¼>PþÖ2ݬ|ï«ÝeªŠ›f¦=ÚAf¬âA“¬Üç2vî}Û0<ö`|„ÏØò·¯†úá aE„øêšªèqô Þÿ¥ï,ÿØŒI¹þäòw†®¢VÈ(¬4bc ë…¦1÷!7ÿõÏ‚üççl# Àÿnóšw”¤R‹è;Ànùì¯fžàŸ &óï5lSœ¶6¸6R Œ}läqwyä½E.ñHÃ¥ª8Ôÿ˜éÄÿnPЧfbõÚôóÖ01 ˆ­¬]Mcû®¦†¿§5êjD»*Å=C,‰²¯Æåzæ)vqe} -pv€¶¡ô¹ÑWk®ÔQq½½ð¹}°êÃv?&fF˜~¿ôËZ,ìLÏ"|1‘+ôØ| V'{„ü=@gì9coƒûblì;5¸g>ëØ÷YFrÅ.À}v£BÛCˆž —ø™:a3Ü¢—ÃÕIÊ™JN^€¹`Y1äÓ®—¡|©teô‡[JhêD» -!Ù%óí³¬wÌàR¶ÆÑ1Î9böÚ!UÕ}e™¦Aöµ¢Æ ¥Â; wIÁa®Yx -0^܉–K>Ô -Y:!oOÃ!ž„µ'¾Ð×·þ``üqrÖö!~k9WSò´0ôÑ÷ÉþW¾ƤÞßèG§.µT¼Zn/{>ÃL¾#d?dÜé&§<0tÒÌô¬ Â¶Äðˆ-1ô£WQøe•„þg›×t¶R×d®íðhé¾{”Óe¶àlEÔ{ln90Ö6ïqÅ©¤”ë8Å͸;€Oºv¬1}½Û¤¼½Ø:„[j/¼gl˽³> µÏÐË'xäuEÏw•ë.pIn@W{Ô„<Š˜çœ'æ(Z¡æÊ>웄ýG+Â&—’œoŸ#fîÌS«N—9< ¿ã] -V¥u†ºÜÞ]dÚ’Zî”á2׫S -%ŸÖza[c•iö©Ê˜m .mœ—ÿxˆ–úôȇNµØ:CÉwÈie^-—äPp–Yz±SÁ†k;ªCWÅÀè›Às—ŒVdÇÄlõW}^ï‚~\©N²Îr`’zd,¥ äæjYÐÎ,8ÜØ•p]×–p{y¨,XÕZ²ØZéžE¦ÿ½Î­Y¤̷_9æ˜ÈSSã੉Š;6Te¹dyoÄŒ7¿ˆ‰~Û)‹úºÂ«ÙãSŒø8§’Çøbj›û©¾÷¿ktÒ·|Ù®‘°Ü pMÑ -<nÅî¼€p²ÜyGj«7:0Á ¼Ü[³¬¤ðøÏeçøýÐûpÎ2ŠË´L’R]søô= ¹Ø«¦Tœè¢cSýÀÁRmûÞ"wj䲜3„Ì èú‡êZà“¶ç¸Û”°r½›<Ã)}XWyNŒÍ½åTZû!+m´É—Íí7FP!æÞªÖѪ°ãÒ5ELwIhù^ ê–¡\sˆXû4,LQŸ|o^”vÅ:VøÅD§:TèŽ ¿#­ ÷ÈáIG‹Dè¿MÔª/Qª¾úz2ëXè)­ÈÇÏ^•€¶¿Pßè’ ˆÆNDÈ6íb'<þ²BPú¤v»±4öŠ©›´5FÎ]îª|»Ö[؃N¼6ÍL½ëž%9gù˜¥>fj1ã²¼º#Ý*F呎>ÔãJö´hÀ.±in æ^d!ŒumGK‚ºc€—M-“††ŽC]Ë6°þæ~èCgÙ }GEÀÊ.·vCÂMìž`ÚС‹ÂäËóì˜‹Ææœg«°ARÒåAîëC@ó9f±™¦ž²¦þ²Û¾þjÐì]]÷ÙV£l×È¡:æÙp§´‘¿·Ð%9[6y5t0Vè0^_í=ÈkÄìà÷#MS—wžqÎáR×Ga!šæÂ˃È0‡”Z~lâÕ[d8i•äÕ -D‡+µ½žEÖ£åàó´2à;GFQ“WWߺ³P_k‘1нªZþ‘¶¶éL_SïQ°«W'hËbNþê(#Ý2EÊ2tA>S³_ÿÖ ¾¾« ¡ÃÁ,4W~c¯‡úEþi¬+¸Õ yaGÆõ ÃÿèCD]^ëÂÇ;'x•ký÷ÓìŒ[óu ?ó2HÑTýqi€Z°£ª9ds›áQ°°GZ.ãl‰/<6’û«&€ÝJ|®GE«:^nÛ_5{´æÚ"ic¬ô£GVéU`Ò;‘±mÈÔªx„e„Sdn­ -cb.uV]’£okxq7¬CàÀC #ë( ä|øÓ>‚ªê½ ÒçwU$Ðî"t¼Æ¤¹ äŠ &±žñ°¥:üöÙjÃè¡©uö°e_?ïþÒÛ8<Ì-'dl„ž«+~Ó‰½¼Ü ئ|È5N )×<ì -&Ä<ˆØ ÷»_ž¤T¬£³¼êήFÀÞÕ²°ûKÂzÏ"ÛÔÔŽŠƒpk:Æ·§y” 1%ß³À£[¤ô’ù:Ø›^dúALâ•öâÇ2AúãÅVPÄæ*g}Í> Ï>ÒÓ1G:@w/1‡&mO-·ûò(1ãÈXÛ¶¯«í±Ié8ß}L×m“SA9ê˜cÏPÛäï¶M ½dcœRphjŸß3viÌšÿÕ†0Ô6îjXÕ+€^\ŸeÏÖŸkÚ÷V ´}ˆÂ]9é˜ ÄÛ†}åÏWÛ‹î+xñ傜»=ܲ;áϯ|'*½cŸÀ$l"B Í`¿•®Šç›e¯,£ ÷!ÐèÕ)bq)ê†GJ{4vE÷¨}¾©~W#äžE zÇ<Œ[&ù›í’’@ö)tìZ'üëèé$5÷>0WÏpÙS?_ÐÕCv&0IËݹ÷Vúó¨ê“®¢ßŸ#†^Sbî®ö–kû`*ã.š[˜¹nq#iONi黪ê„mqù{ûTYàŠ9Ѳ‰.1ïHE)û‘†ú7ðøï -¿ö«AÀ;ÖÐà+}yÏ×û _mL`“EðÈkcôܧ}ĘÕÎÊ·†¦Ü»*aüÕqrÈ_M· -³ž}?Ïʼ+á>ã„^_é,uTĬšX‚KqÎÒŠt†cžº5þè[ôžRT¿;ÏÀì©HeIAð†8'Ð: ÷.Ühf‘½:J¥M†L4@ÍWsm×3r¤Gdz䈄 ¾ïÎSA¶ \üj*Ð2DM|9×ËÜ‹[éG‡oŒaâ­JöúÚW-Ý.#Î4V¼›à|r)뼋µ ¾½@œ,q*h àoûfÈ£‰{±±ªvT°SUÃ]b€&éÅ÷šÊbþj- þ}³ôÄ;[¿¯Dtá¯Gùßøa²>?îh‰K?Ô XÖYl–ˆs¶™’ ÛdYÔžš‰:Ô ø¦ADš„™qÅÐv-ˆDfQÇþ -¿Îíã$U¬jã%yk’v©Hˆ­xöá¯éØÔ±ðm­¶Ç׻ʩ¡A÷Ì ¬ÛW'lž”£í†~Ʀ½ûmW)b8§…¾úíÖAÄçõvȳ¥¦â{‹M•Ïz ëà(¿GH鯬ãè8yMæ-'íÒJW¹ßæ`ÙK·z¬fU徭dõ "±*ùî/+-» ƒz÷BôÐØ ƒŒµŽ#¢–»¡Û£Å/3 wÖÉÒwî9zÉò@UڷDZÇz2úÄHDÉÐ33µúÔLA¸•Èdç\UÔ#—w¨©©91Ôwùüå@CG¨Ž X¨©#ÿ©œ—tc}iÂç 2Òýõ¹/­“˜ÌQjæËQrÖ#@?%ìË9@ã篢Ã6'±1'&&ùÄH%œÉÕGbù¾‘Tá62ñß¾ð%&ó˧ve¾2HHÚUÔˆ¾™ØlË0øó,%úÚbMÆ£~؇}¹`_I-›‚ÚqÁ®YZ‘k›iî-§o-y¼6TþÒ:SâSJv ‚G#`mNSK]j>Û³(`;倨™ð£6ðœ°ÎRó|uýR¾&|¿Ô^ýQŒKø³«2ør3äÃ-QiÀÝhÄ-ØÜp“˜€r«)Pë >Ï1Ï‚»Ôܾ–qùêñÊIÅ.9)×4ý¼ÐRüD߇ŠÞYˆ¬*"Ϊ"T¸ <ŽME‡Y ˆmAÈÙtŸC^•¶:šïïQRPæAæë2¯îŸmAûž‘Ž;Y¦bkÃdÞ!d\uOpª6{yiC}0wbC6zHñó‚ÒÇà°óµùo¿wŽ¢Šüµu¹÷<düî<©lWFÈ:V“A¾þwÀø¢µmEÏ4MEþîß5ŒºNû,.seünÏw½K‡Í>6âËÿ»Á`øúk{d\ô‘²}Ð+«cïHéž}+my´u·5¢ô»»rB±¬­$ï÷“¨èÓf¥fn©|¹Ö{Øô;_~öÌ3 µ*†ÅÏâîØ%°Ä¯Ë€êY¸]=›¼¯gSÿ^¯éô. sÖÇ ï™ÙOÉ/¯Û}ûÙtèÆ@E˜ur¬DfZFË‚u™‘Á¿,w!>wâRž‘2ß\p²îjɈ#= r¤%¿—y€8䔳ìsÄ\‡’OÜše”z•<ÂÁ|¶Ä"þ½Ê~Ñ3Ç€ïo½T7fÞÕ´U QsžôÃck. -þ©©0è\kiØÅåöò9¾9ŠÎ™¯Éó“r²¯Ù¦i@‹wÍ ³v¤˜¼¹ˆ”ãeõÐD'ì.qV9ßYüÊz&™ ¯€Æû²Ìdï™·Ž…90ò¹ßV[45ôjE5n»bwŽUv$çVÉ„Äõ|ÔZ !Ü>È+44À^Mâ.¨ÙU¢ü'r^Î ¥¨èÎr!Á=/$¸TL˜ekFÇícpÎP|{H²Ö†éb^‰?5/ø²¶¹8åØÜ4îR@kƒðàm1"f_I.:Ò‹ÕØü ©@× -y½=ˆÍ;Ö6v¾Ä?Y¤ÁvçÉ…[£˜H >ø¯ö‘¢æ1ZQ…W'ià{¾ýÌÚú¢c¸ðsUìB„ý:NʼH¡;KÍꮪ°‚À?b#;”á^!€”¢Œë#ä ß´í±×t‰WÖK?ìÏ3á‹õªVDÄú6õ `/ÿŸ•%øVÿ?dä—%lážoè(E˾@Jûpn{‚?]äŽåLØÞ !o{°2f†“é/&,þÒî"Ù1CëëËýœ#˜„šçžÅ¥z¤¸,”R½+§@d¼¤K›ý¨S h °g™âRâó¼j*ì«©¶s_ÍBê8”­It¾òyWA+?ÔÒQÛÃÈH(ÿžŒŸr¹ye{gs¨2ÐZÙ¸¼Ð‹ÑÏnþ ûIA‰û]A´0"ø·6XĕƊð›óüÜç³Â¢€ˆ§—¿ƒDùý¾-!#VÇÑQ[“Ð=-¹Ò"Åe›G*W&«Â÷¿ý?+·icç–²ñÇK }‡æÆÑÓÍ&é—-aÏÙ2{Ä(ÛXE€E U7ƒü×Q1Žqlœed¬ˆØî/ Þè.|¿¯äb6‰@,¬x3ÍÌz´Ñ‹Æ_ô`Ž’úç*öw1*òW >ò7CMúMK?侯ì°òó¹ÖªðóöQl²sª:fA”ùHWŸáçg¾òÈòßé± “%ïÔì;oÈ&kù,ß}õC€v ¤ƒwg)¹®iz¾¾ ò\_Wõj–~Ý ‹;ß^ýgMAèïÈÄ‹ ‚Ü;cÕažYB¾e‘¶=‰LÚ‘³ U ý@C;$•áó5i×f8ñ—:@O㘄5‡èøÄ­`U¨kØû <¢g“èš²ˆ³žšºFDœi¸¤C5b›¢î«xÔ}•ˆe enš{±©üõ¼¨ü¹®ê¿ÖÚg©jKÎq²oO3²ž/u”úyÈOUSðz¹»2n¡ VN¼Ò -I}ꜢUšºÊ_,ˆJžê¡6ú A;“ðÐc qè;3 à êª~Ÿ}852q_–éØ#&çÄ€H9Ö!SN,V7ƒhyÁ¿÷áÓ_ïëxÍ .u³«Ìo¹¹ðÞ3ñ/vÎËsøøûߢ?ýî•"SG… ·lPø-sºdGJ+Õ¶å<œe]“Þ\ÒÔ_]í-ý蚣¡óL¹èãÍinâû¯ñk}ý²Ï´\ú¾’cW†s_(¹ w=€nfå¼ï#dø{ä4„sŸã#£,C°E]Þ;11þšRqc±¥,È-eâfE _ŸT€Ñ8ßÖøõg&Ó#E$XÆÀ7FË_ûΞë¿>„ì$÷Öö(:Ö1CL·Oà³,ƒ„ôty¥¨û­“&)i×›@Ÿ~žggÜ^¬+y¹9ˆN¾W‰EBÎ3tWEÔ–†ž‡F<ú¾ ùÀ%EemŠ‹ßÚf*“w諜Çõ„-'ëü&ߨ¶é¬ÕÁR€8Â/+mÊÓ•šŽ£e.ÿ`™A<4ŠÝsU‘»ó¸‚]„Æ;f‰`‹Tœ¬›=àÀŸ›‹^ÿKBŒ¾èò¢‚»}è¨süÂwßÒ²®2s>žB$_× `/$„´¿ÔŒ”¿VíÜ zÙMÿ‹_òî‡1bÒÕíáêÐõþ²WJaöã…ºË@^Àþ<2ëØÈ˜šÆérÌS Rf©g^@ÜS×Ðwf©ùv1.Ö:Š‹ZøÊØRõ¢¥*þ^Nкšª*.ÄOJϾ¢âgÞÕÕg>•óÃïNÑ//6d>ò̰*Ó¬JË("ÂWs£´Ù_ôÚ1Vôj³7ëµS\âUaRö” È¡JHwJHÙžit‰’Pr ‡§ºeˆìlꉆ^å’sVM °fµk¾Žc§e›;¡¯e¼ä¿¦¨Içvºµ3Œ3yšUxs¡¾êMÌ.\j.{6ŠþSTðs;øÓyScÙãÕlèöº2Ä R®˜:È)ö1A…míšBÇ8g‰¹Û€MXe”| et]ðpŠÛ×1‡*ÐÔ•‡‹ÄâƒER©±«â¢®äéæ6ûl­vÐ)%ço W‡mô££Wû°qr~ñ³!T­(ÿ¹{Žª'dÜ©ˆ}}~¾žk›¡ä5 —æ8weÂØswúç£áhQTc›§Áð® Ó“?~[á µ@þ”ûö¹W¼5µçßSò¯(ùÉ·¦Éyèì Ë¸´°¥ qOM†ê²ŽãÃþäçúÿÐTøâû•–¬G*R©u–É|ò ¯<üÅ‘šBø{ßxb  ,c ký9÷]²ªè3SM“SÎÄL°³ž¨j²Ÿœy¾½Ã0¯’²‰qÉÖQdäjOé³µ¾òWbr -%ûóï褗¿,¶—Dz€xº9 -‹5u}R7ä?íA%üÁÉ~ûÃ=æºc -»#E'Y¦ Ÿ÷Tl@o5öŸ.·Ê9:6±@žø¼2þt þº^7j£Ðæ[sÂŽ–äãU~ýé2“r Áç~Y¢"OŒx¸UŠH³Ëiàí RæF_u°BùHÎK¼ãž†E® ácd‚œËsÌÌK¤ìKµ°øs˜ø€¦Èù~+­UµÅï¡¥>ü¡öö—Qrè¯¨Ä»ß cCÿÜ„):ŠŸ·Àƒ~_¬G«xä£*t{ -½:NÍ·Éø„]-nWp*U}ˆp17÷þú(>Ë£ݳ¬ŠíaL”¾®ðö7÷ª˜øû$>ýâr6´‘~UBʸ¦<0Ôäß[m+Øê©ˆu £­Ý¨ mmáÃÕHÀþ»Ô#&§ûúd•,7¦Ý>ž†Dÿ­ÇHQ‰Ž¡ª•öR?÷$°½È8ç ,dw¶*Ò1UæšAÅìÌà’ö¬ê½Ú"¡äØ&˜Ö~™¶©ðá(&ä—dȯӔè«J~Öu}#è>Ï"µmÈà.HÜù¥úŠ÷ºú’÷#ˆóZ^êÃÍNp 0¯‘ò:èóNlÚuË8¹§Òu-yO7ËßÛ$˜ÄÕaøg¯šT²§åà-Ó´Bó2Ð>Œû÷vÍÀ×5AÓžšØ£¤,4æÝ_ô羆 =0²(Æ~D }–[é”6×8æR~éjæû_ éö bo.¶ý]ðDûœ€±=LJoŒcS¹5'Kº}-Ÿn$æÊEÏ狟ë:!ï¼J®àl¹aðHÏ£{”´2Ç ½Ô:E/Ý“Rm“ŒÂM §|Zý jÄåï-4÷®Ž ÂÆ°IôTDþ4NH½jl.ò÷Jáq€?—¬3²!ÑŸ~mAÄ¿9VS°_Ìl†SŠNØWãJOôT쑎‰v)8Xë,£|¶¦ôåR/<áß–ú©ã%ʥĦl‰áŸ­c°¶Qè; Åè{qAèÔŸ±ioÿ\‚îÈ0ÙÓìðórnÜUm#è±®½âƒ©»ôî -“dà2wäBâœ(ã¦U‚+>5 ]*l¡cnŸÃ$Ù¤”ŠTþmSÔçÔøýÌü7y!w~Ø7 šN×kŽMl_Ïïüm1äýò`Ñ3]äƒyœ[>J+¿½:HNÙWÑ*v¥!®±’€õq!RY ¾?ÏÍ¿,e\’óŠoè›+Ÿ¯ôcƒå¢’{}• ¿wAÒoL’‹é›ÀOLíëì“s -›fìC‹™Ù÷Wú«c]s”lÛ4.a{Ÿ¾)a‚ì2~__#t*xè  ='HY^µˆï^qìÓô¼åîªc„¸?ë ^ýÔ øUBË»ÜK+¿øüæw¨„·WWÛ !€ž¥¦^74eùij3îc#Î ó~DE_žãÜÅ&¼üe££$èDA*]i½PóRo«ÑuC_üÐUþöÇ)\ìïӂ쉯/Wðáæ^ æ;kôÍ@Cž-Ð{dŽeôÞÜ]ø@VWò€q±’ø×%ãê6ùò,)ëºA}yÑÜV´Ô^ú࣠½È˜?ghI—U‚BC#,hµƒ%o‚"dþÊÈ>ïžÆU¬”<· ƒß˜;òŸtÁÞþÔ}ÿ“º¡øÑt/êÕÝï‰ A.w Þ-Ô–=š!åßcsn2Ò>ýœpû»”§W¾+~{ï{!8âçÔϾ‡G¿øÞÜ ÌcKÉó;’gº¦Œ»brØùZÐÓŸQoÎ9'ªbÖÆ±i£”äºÆ¢Ï* -b_IÇ8§¨y»sÄ¬í¾¢g3Œ°‹Km û­°ŸPðÞËŽ»-¡…\\ëI÷;Z¬LôÊቫÝyƒ–†y•<¼®›ë˜Å— Tyd ‚Ï–¨ˆ= üe‰M±M£Ó†¹·9ŠLÞ•1àÎqt²˜~i†šòp£»2Ð2Ü ÄÚ'ê0ÛÃ<}BPe—Ô‘7G9åÃÔŒíQ|, eãÖú°¡–1b‚g^HY ¤wTÆÞ˜båøõÛ£ð(—à:=æ]¤A,ÓUa;*Zõ¾N(XDG>i#dlõ•¿ÖÔÇß·ŽUÙ%¸¤Õ)JÀ$ÙöJîÚ:ô@ÏÀ|Yì~š»Ü³MÂcœ€$¸”½*ä린ýÐÈ$6Wäš§–h©(»ŒXy çqOŒ|CÜ×1ñ–9rÁ¾ŽË=4ðù_LºoKÆÉ"ì•SòìÄ$àOæ.L ZTvwž˜/k'G«›ÖiÆÔÇõ~È«­ðëÕÈ[]G™Ÿ¾ú|u@Phè®É7wÒb¬ã¬Âuß¾ížR?Ë`Õ{Ç4:Ý.EÆ›FÊ^éº+Þîë\àv9æRp‘^5—r`hè9^jö][ØY -TœSN/Ý%¥ÙÄø¸9Aþídì¹hüÏrvÅõVÖb3&rŸzu¡®êÃ,¿ê³ºþÁ"&%Û$ô¢õ1D(À!K=Õ€îÎYh€øËù¥€›àG'¸$ôB'ÀNË=”8}1BQ_ùF׌Ù•q°ß>´vȫ宊÷ÃÄÄ»Œü×&æ…©–¾ÜSñÑ­ðíßã1÷t, Á0^ å1Raî£m1&ÑÐ.VÔ—ElC‚¼˜[} ž9àóդ­Qx$ÀCQ[bð§Cf—`ó—:áŸô-Ð7Û£ˆ×,±hOÁ!ù5ÿl »³èx—Œ˜¤gÓN lÞWGôm•_ûe™/®v€ý×:+6ú«?n W}>ÑS ºAFúÖ(£xw¾–mŸà•[FI‰¦ÎÒ'ÆÖ¼[¦¶¼ÛÛ˜ðÕ!zòB+áÓJ>Ô%bÍ}° ¢ô+º†Ìë*QÚuÛ$*Þ£`TyUŽWWS§ÁFkû±á.U 0/Í}û†Æþ#£@t¤e✠-TòÀÛRtú¬°à}œ™·6LN]êD©ùÅ÷6:«ßoõãW{ªƒÔ¢Ì›ÃŒÇ\ೂ™ê0cGîý¥¶¬Û›Cån9¥È9φ­ô!>Ùhþ¢pŽ/¶Jˆ©«ý¨ ¥ŽÊ7›#ØßÙª=5¸¯­­Ùš¦:¤ŠG!b9$Lð–„S¡äJ{èòV̇å!f¶¶Ÿ‘2]ƒx&&W=œ £^+DˆOæ6|Ìrö³®®ò¹”Sõd º² *{8D/xÀÉøxn•pÑ·n¦A|ìÆ£Ð2#D®Í4Ñ¥]„ðDÒE)§(ÀWsmu´âq ÔoyÐWÓ욥–¬Ovpݵ°ü6 ±Ì5 [ï/|¼PŸyuþK'4âÜ0:îÂR8À0ÂȫʻðþöÅïK#oìŒ#ã õ™u‚¸kÌ»sÌôÇÿj…EžŸãAŸ.¶³cÁÑï¾ç|xâ•áÈßVØlËèÕRcæu7þÏú’çß«ë -”°ðÊäWç™é?}Ñ2p§ 4ø‘’¶NTEöaB.ð³ü®Íðÿ—¹)ÿÕ87ï$ôÁ/“ô´O{ ,„gŽÚ@D+j’nôÀ‚de<ÿ×89üêj/è5÷õ¥Y~FзQ×Ùš¨ãÔ̤îªÑ¹ö9d¢¦­øé9éüª—‚Ë ½žòúö+°<¯j(|j½ØìË}Úyù‹(çÑ/r~Ôc·†T‚Ïüÿ9zï¾4Óô}ØÌÎdJ&“̤Ϥš^јĒXbï;"½HïHQAEéUªŠ‚]ì½'q2;ûÝÝßóFžÛýÏÂ-^×yîë8#ΠÓ^œ÷µÕ¼ÿÓÏe} ðÇc\öþ0¾íAoÚëbþ³H¥ÏÐ[ •ožB²_Ü[· ÇSö/3ǿׄÖÿ¬°»¿ŒÁ+4E÷7ݸ†.Dúc !ÿéâ ,ma»¢G¦î8qŇ^tî?ÇZªVmØÌu«iÙʬ öµ|ذs›·€G4ß—†[è¿+ig¦;ë"W, ˆWRódª»6âÐI­ý4L…|£¡Žƒ êÞ07o¦•M ’sì|ꢳ³}B'l\êìzÌ+¡pׂÉ9òª¶È¬]6o×ÙŠtð¸¤ñ‘‹Zx±§.îGusÒ1ùüdGîý}—ºlç`gÐïwÝäšmOKÙŸAúÏIZËî¥yÙ‚Ìí¨x¸¢ƒæïxZ*Æz_nØ9°-uè!ÖŸÌôMýž—Ý<êŒõqgŒÃ\s1°£€FšUÃãgô¨´E;¾hg”[vÑëFûQoFdˆˆšSµn“µŸÌÍXÒ’²gzð‰€LºÜÝ”ö‹yuBÞüx^4€k¯€~«˜$—LÓCrñ²“Ù8cfׄ,ŒÊ½QùK€×¶?B‚¬¡³Ïдlc×o¸iõû~zÆHÈ™·QË—ìôŠ}ÿIÞ.o Ы6Z ખt´â%#¥hvŸêëż5ðêí\ðÃ56Û/®|`$¥_bÞÃ_O÷‘²§TÌü‘ÞÖ\ookΔšœuè£áŽ'YÌE .{N‡J[2¶­ZéukC쪇×üýÂ@wëUMÛãq"tª§êþDgåíYeS´Ž”{M…ÈøÕl¦‚Mbô;acÆ%;¿,nÝ…- t×=HžM÷6¿™S´¤MÈñ©kJõ¶Ú0?ˆJ[³`+§Ù¼“3ç»ndΜºêÉ4Ðÿ!äÝ‚‰Tèàšø°H ©üáº[1#.¿>#)¹éc¥Ÿ÷°³. ·UD%àÈ%®dÆ"Du¢ò®‹oUzÔݼµaÇ®ÚñųzDÚ cvƒ<îð, šûò (þѵí!"þߋɿfˆø£@ç&%·Ç%e†ûpy…¯Ÿ®~ÿôÊÖ©íëbkß§ ¹eÕ\—ìȸfÇÆŸ9ðÓ1£<ú´éÆÄ¬Øµ'ؼj&{uâ§LÔ’›NÅ£=±t\K-ë%”\³µ‚Ÿï{è𓬻%,aÍŒÍZ4‹íBÒª»£}Å+“OY»y>¥ ԪųÆ\0Ê+¸ütE[órÄH™30+ûéw;šSÏw4F†úQ¦ºêžÌÈ‹î» ÙÛ^&vΪ›ÔR -×½­´ÍQN˺›T±æÁ/9ЙÓ Qkxʾ]²æÆ̘ÐÉÓ&\†Žz¡jɸr0D«Ý´ÐÀ›6*xg˜t1uc„ϘÐÓÁCmu1‡ã,Êç™Váç®àóÉì=7¥fÕN,\2óu´’%+«q¼õzVIÉY1áÀÏ^AùÍÉ®²Gó5‘Cü¼‹nðËM'­NÏ­xhãŸïŽ0Ðû£Lì–“9ðaJþ9+ÿ¨K[¶5Äžü‹C2ɰ‚Z@%™ô -ê(HAO’ ‡cøêM'&o”Xègœ -þvEþ¸é@gÏ(ë_•°7ËVRéàw=,ÔI÷ÚI檗Ϛ1r-ìÆ%+³>d¢W4Èþ0z<Áaïú[é!+·qcTÔ±íçqNîŸ\÷ñhsvjåŠ Ÿ·b@$oa ¶=­$_;äŨµnãaMŒŠY1uAGΛÖÒGäzÉšWÈœÒQŠ<ô멃2ËXË …hU3j\ʼŸy²&~uðßëÀ—úHM'g}6œ$ðþ›ºâá Ç´œòY3½|ÃC‡lz0ôÇÀK+f\éšW°å&U­Ø %!SK^p€”²³×¼þn°½ÿ$WoÙN®ûr’í;Çï^mk×vâÇt‚z¯ï’Õ>šQc`_Oî›eqÇ`Å;¶æÔ-+ºhÝF¨™Õ´C -)RËDÄ9E°Â¿¦¹Ý[ÇÍ©ªž9XY¿é±‰?뱩W¶ý°³qÁʨ^0ó0ójà’Uºh`VÍkH™ÁLLPŽ|³` «ù£}´ÂY=£qgx-àÉCzBþš…Q pLýÖH› äà"懄¤IK'Å«”6ø5 -úØ€2§çÖúÛñKJ\ö–\³1ÄlUSsŸҫܚ´_ƺùËFRAP~èjK½<ÝWü`ÍN®XpKîvÎúˆ°uÍÇB­8˜«.6zÕÍF,ÛiUëlΊ±1vÙŽÌ\¦5h ÙLDæ5\vÔw[ffý¶ƒ‡]·1ë·|´æ5¥qaˆQ²³7<þθ mkŒ…¸…z’ã¹ë¡6ìûèðƒnÇË„/Z¹½¨˜-£jÁÄ…xE÷}màGiÕs@k?Ÿ¨‰Z6Á36=Ô:_s²¿’´?ÊÀm ‘ÀÁÞÚ—yö½£Ñª·Ÿõi{c$ô¦_Ü3,ð¤†ZöyºÃøe¦Mud·½ðœmOSÊŽ]tà'ÖìxIUrȳe#&ëhŒÙ÷áJ·Ý„òƒÿ‰ÁU¬Y[J&ûà1NZÓ{ÉÓÊXâbwüBñQ@(û Àïí!ÜIVIîòµzÁÂkÞwªš³ÝÝU±«.2dÕKCnxI{K库ڸ:Ä':…Í‘ÃbTò–»]21«fiy Fzù¬‘R>gfÃæì"ö¼³S8mäÖ9D”÷“fUoÐÔ/Z°q À~•/›‰eC4螟Ë8šhëÙ¶ -·OÎ8ÍŠt{“<ñºÙc“×F˜'²ècb6ÇØ´U ib€þW¢óW=|ò’•T² è†U ¼d%‚–¬tÈÖ˜¨wc\¢Y÷ E NFÃΘH¾?ÁïÜ#ÂV=¤?ñØ’˜aZO+Ö ›::Q¯'ÔÔò«ëëÆÆú[’fõ±‘ë>Zù›>.yÝËÁMë[r¦´¸äeÀÄoxÛykžvöŠKH[s±‘[n~‚É^&5Œ¨Z>šÚ .4fJ'€ú{‹FhßOGnú8ä%±>ÌDþ¨§x¢Ía&|g¤]²3Òe:>9O<‚)_³B’tõ1³ê†—Ó€·Z²ñðÃJj¡†R~qN è @'Ìô7Ç,êàñ¾Æ—žð}Àc¼ÚqSêv|h•3JÕ² 99{~sy”Ÿ4Q -—œä ÁÖ½|ÎN@Ü¿h|• Zßæ1æ<Ü„¥4¶ÃgMXP­LZ4šQ½‚4Šà+@‡ ¸œ%.ÇÇ@mùùœ —°9ÒJ;˜ítnOsù›ãü¶­éöí9‘qwN8°7Éá­ùhÈy;Ô’ò‚Z~“ELNmm̺x»Š·9Î"†lÔšÍa:vu˜ ¹¨Õ+à ĦŸß5®jŠP×G¬ûím§TozYøýI^ÇŸ‹íÖ“¼€u/ ¶âd¡v2猑Ù<­%–1ÂãîZÛ&Úû·ÇÛå &bÎN(XòPêÖF9ıhÙÚôîèäüy@fÿìr:õ!+§)¨¢fNiõÎ>~¡ ±ìça 6{˜ÏÚñ²pkVzýÉ=û뀾ٴc -7¼’·ŠU΀¦^©ŒºöÝ®…Š;œwÇd¦e7Ÿ2i )Y¹>;ͯTq‹Î·×fÜ[Ò1è{~q÷ÎH+eàý“Ï„ÌìÚ)µ<¦l«pwSR½µOC&dÆ’• Z23ëV‡x„I5¿fÂÐMÓuÀ‚:jî’µ ?k–qæìY ·iDŽLœÑÐë猲րQ¯êS`ÝmÙ‹šNü¦IÆ\1ô -BÖNæ´³h­z{0NlÜf |ßëq­»YÍ!-9oAG+ÛrÑö|”ºm©vÙÁh j©ys6dÉ&¢M*Iéc¢š;[6Zݺ‹Ùðrð&lyˆÑ0©%åŒÚ|Û-žäã8ô1*rÉÕRºêa¢6<¢ö©èpRÍ]¢ìáÁèÂT¼î‹WmXPõ¶U=\µâ˶}lRHO¬pðªïzš"ƒmò‰¶îM?—ºâjÅ,Û™uË6bѼ ‘´v’94ÆosõÀ†dðØ9k'wTÓO×ókgOj¸ö¤E€˜µt æ-}]¶vv«²ìò¤žOØœ«7Ìß›í°îͶk6Æ8t f˦ŒŒÊÍQ>}’‚Ü ´€çb΄­WrõéV½=†)s¯Ô"ïªhïJÈ’\=•öVÂó‰^fé†GÖ¿3Ö©Ù ˆúv'ùËÃtøf€‰ß™îNɼ{¡NÏö$ƒ² 2ç͘ÂåaiÂÊ®óôÑSݽԤ º%}èá•a6fÑÍ‚O™x˜íq¡lZ:´=Õa^õ‹ËÃ|þ¬•P²àd¢Vü]Û@_oÿO°IkÞÐö¦d/@ÃíMˆ·‚2딞;o¦4ì:w‚‚ÎÝ›²ÒÀãZ|ꜛ\·3M#-°$k~q}„ÏÞnSì Úw'ˆM{A:~Õ+ûzž>ÞÖeA ´)2Õ”ÖY|N­ È¹¶6ÚKo'?eº_V?­Ñ -}ƒZáPO[‘‰{í RÆ%†Ý€X±êã‘ý:z¾SÅÍP`Œ=ƒP…@–(EàîØ™Ô‚}gÛ®Gܾåå çͼڠRRe÷æy=é:^o¶˸+-ú‡†Ú¹åîRlº{Ôkî^øN w*úàæ®¾Ê¡~yØ^Ýf”õ×kÛåyŽ3fdÐ3èÓØú-rKÕª«T°U™ÄÒ=R9òa'ˆ9ˆëûhVy:»Á¡A>òÏ ‡ý÷4Wx2+d'(Rø”UC%ÈÕ©ªñvµçÏY˜ÓìÇE+©bÃÃç¬}=¦#¬íŒwV&ñÉX£È"€¦L Ð ó¦6윕‡]v ØA‘êël‡è1ô¦ U|4ÕÚy²GK^IûȳÔ(Ä>Sñ·Üri팭“½áu¬8X¿‚‘ç“Óæè¥Ë€ÖuáÏrRF°›3«!oùœeŸ8ok…NDˆµ°fÚȪZtòP‹zàõ³gMŒ2ß`GƒE5ˆU‹…öîÎ2¢bë驵)tLk‘eê²1;I½Ĉ֧¾¾.ļMB[ö´b||Ê aÝôú ?½x‰±è´š›5û\Z»bØ`ês(zëzDŠdOË ËŸà›dWðÁª´Ê_[*ѯÕâöšƒºìäã–†YèY¥zwŠ/=ɾ:˜¶‚,æê—¸8&é ºÅT± gVH+mýÝà!EWݤµ‹9a“‹ÜŠ˜§O…sÊÕ|§BŠ÷ëø˜ ™Ó`ÓV]òÖh·a3Ð7º7Óiß™)÷'ÒÏs¼®£ý¯5ŽüïeþÀ—9AÿÞ‡³à2潓֞6{#mÒÜN -ZÛiÃô¢—½;Éâ,ºpåÓFBÉŠK,Ùë¶mŒ¶‹§Ý<ô„KÊñšÍJ“|”«#¥\o¾ˆfx+ÆÊŸôÕÉj†)¿›¡O@ÉÂ! Ê-jMë+)Y%¥wçØ$¢œÑ~~aÈØŽ^÷÷yç=}šq{¯Ð¬‘7«”&¸B9Á•IÇ¡<Ú`¤‚¦K² -­uvÑ`[ÜUì‘kaºvSyÓ‘Î!ÙÞ -qTf ¯Á@­åì³*ZG꺧W³=ÚÙ?kѼJNCÑÑö -¹Û×ãà -Ù¦ÔV’îUc(]*œh²Y”MdU!ù -¸|ùC -êûÇO -OEÜHù&;ºú,­±7FÍuW¹¤°+¡ho]ºíÇWÌL°¶£7§‡iH”R51]¬¾7:¹®F×Ù•ãSJa³¥lÜ<(µôõÕ«¸ï”DÑ3a3ú!$%á'ž4£ÐpWì²öÍÑNåá”ð4ê‚®öͺ ‘·?Þ®˜õê']-[/“ êÖîl¯Ê*7)SÖ^¡_ÝY×ßÚO«­=¯ ’^y$Ò| ŒrÝÈfÏ vÑ—ÍRÖ”ŠUÒÒJÆåðøéÄ3¨å»´r”k°eìiÏ4trcMòÞ¢þNS©T:VÇÀ)·42ðH²T±À˜OlQ¼©*$Ü.ÌDÝÎHi¾X’¾Z},Àòߘ:»s|f%oj¨“·è¶E7©zÆ€Í -˜„pQA5ö›ñ¾ÔJÓçòiÚ<>Å‹oq>nDèÿ(¯ýœ—Íü6'þíÝ{ a÷oÇ.-l9OmfÜëfðß;”ÒÆ «Œ>7$¢¯ºZ!3¡bÚJ«ðY”½ÞHïíU—É:ÔÙ²NK…£OdïØ-’-Pj\Maó£æ2ÊÓŠ\ü£ü èå9eW[ U×û¬˜^;H+ê'y´š®õ€T½è’½ ^Û—yAÿÁ4§uwFjٚ첯ú»f¼R¡ß9 Õ«4x¥TYÖÑÄi»ê´ý:œB(MU EIÖþ¶,k3cÂÒFÙ Êbå‚§]à0;•^v§bžÍ/€±d_d}“ê*ª¼«ïù-?÷}ò{èOyYÜŸóË”?>x ûýNî7¯£Á?”d¡Ïp0Ü»zIGV@'ÅNÚT*—ÉaPkGdbÅ’!Є…dîf*šà„i6Ü$À áD„ñ6¶©ÿj]üfy©ä2¨¤ç|~‰ì‡û °ÛwrÃ’“(ßBaöRÑx]ÀlT¬z¤²I#¿i\ß÷”¼AÙ=S‰fÏÅ )3Ï«›mWsŠÚ**í9W^¡>[PÔs:â5üÔõðܰˆ·ØS/Þ‘Ân<‡ýôó³°è¨ºÊJx¿á¡½·ô²´7ïi%ØTm ¥d°TÂwç±™C±DŠë9ƒ¿”Å`/¤ -øùªñ“0ø–E6EaáÊEùôÃoÄ|óâflXFLùÙÒ,l8¡–a‘˜1SF‹fÑÙÁ_±±°Û>éàŠO°[¬º¹'•!$]&i÷*IÖµHhçe¦XÅC ¹#ªJ˜ßWäbª*À_ÉLAüðôAâ/¹ EáÝEv‘qWE]S¡~šêC¦Ù Ö>eÿ¡§×‡äÉå8úðKp}ÿšFu8š:U]¯½ñüͳg¥§óK…gsË{~xüvùZjØÕÙa¯©§®=¬ ‹|ƒû‹±?ëí!ù,š®ùáÎîé!.Òk·jÔ¾vIï&˜ÉlD;nÅ'‘¿ö¼útâ{ìÅåª3òoß~ žº÷¤:,:žp*&…}êÚ½š°ð|XÈöSc“ùZ‹ê©J¬,ÖKD飌ÿ%Ý9 GɺÇÐœŽ¹2² ÔŒ·‡Uˆ®TA´×j!ÖKI‰„;Ägz-Ý,>½ãƒ¡‹¦s½q°–Ñ{Yeý?D%2¾KÌ‘ü”–Ûñ݃'•aÏ"¿ùÊø6![pêܬ°ÏF‡]¿[ö váFù©èwøsXœáƒ¡o¤sÖªwÎÙdãV]§é‡q„ît†lL•ïÖ51—"j1#7P£7«¬¿åÉNÇ%sN§fK¾‹z‡9ué÷a#Àa÷žU…]ú#ýTôè74\_¸œByàlCF­:P}·0·Kª-jí+À -–Þ×|™ -R^zÛòýã·˜S‰‚oR2ÿx‹þÇåð‚S/Þ N}‹J „ý~ö$¡åÔÇ*ÛéìZ÷/ZðM—ÔZîìF,ÊÔkÓ]ÃV‡a £o†DíX-Bp¦£`ßÝZˆñbAyçÏ/^C¾ûýnù©[OëÂîFÔ‡Ý}^ö<®å»çIÌïÞäȿˮ±^„‘ÇŸµŠ‚…}]^¨cPÇ×ò«æ¬ °OIHR -èÏytÕKvÛXE¼c,¿È«Pÿò>}è¹ob9§^ÆÂî=® T `.,⣠ìvTË7—ïCþqï|Õ™uÞëÅuÊ2*ÞÉ¥/XÐi!3µØ£ê¨î ¤·‹F˹â©b m4¢;yŒ -üQ:Ÿ–#ùÇ×ð°g1-ß¼Œ#:ùcØ/¿ÅJÌjý>. ósy>ö¶ÏЃ›s ZEO\a‚wôPÜÎÉ2²p.Á¨„k¯&å¶þ›F:•ÒòíÅûy§~8÷2ìÎóZ Þèßä”´þÒëz§˜Ý:qÞ.@4”ÌQ59Ë­aå  4uôŽAíž8úàCFÿ{%lèæ›LÀEßÜ{––SÈÿ>«\ñS|ŽøôóxÂñ¿ÕÔ*ïñò'êÎëñz꬘±ì C6jÒÌm0+Ø© -yGf§ÂauŽáh¶H,ÅþFt=Ì­Q_ŒL"ÿôäu÷q)„ï’²9ߥ±-¬—ýQ‚PýÁšïÐ(žw\WžQ¦‡-;…Ô½9ïiNpëEðž9¨SfnËÝõL¡;¹©¹ñ!¯ýì«dÖ÷OßàN=‰‚õP}ê…a‘ñ¸S‘Éì°kOëÃ.õ«l²_5Ïe‹~¸t»(ìÚÒ°/ a7îW…]¾žõy*=Gø]a±øL+IóÚÕ+)32*Ôjc.Ú¢ì…*z-&GÍì˜-"JÖ -`ìÙø -”ñqQì÷ꦾ«ý­ÔŠ®«b`?D%ÀO¥äóN'•t\L«j¿×DÒF2Cûúݘc'tÞɪßç2v¦ÚúF¬¢FëH‚T–Ì_NeÞ)Š'ÖÀ Ay¿´¾ÿ~VEûôfxv)ë6œaa:âLKL«P¯”W9õ=°a½ 1ïìàL(ùsfB~P×’1¢e©:©ò.eIWŸ©’-ÔÄ´0Uà kdnMïØLÑ…{o(?þþ¨æÔË÷¸Ó‰Å’_Ë{+Æß,§Œ>,Dk63­ÝšQº×¦¦Lé‰ÙÓšÚ×+v\åÆ¿5h•Ðôz“HªöQùò‘²pô=œ9ÿ¦7z»9t9§RñÃÝç §Îü–výÀæºobÒ ×!Xq”¸MþÁ«Uo;Ið­ ï6褽I¬Öèq½rcU‡ÔYÊ;2q~‰KÁ]Ê,àݪ†ô<å0tÙeLgV.ºå}€ÿÆŒö6½rˆÊÃýŠÆ¨Ck¥Q§Âʤ}ÙTóN Œy…-œ,h¦x¢Êd7Ó3~FÀÚ¯¡[îÀPª›Ø],«ÉWJ 5ÖþnPÈNíkFð›C˜Ü>}ÑØ’é•ãbì -~±Ñ a jÕ¨~¹²XÞ¥+•vZK8\} ŽÜûŽßCa»âòh¾@–(î’ÅIºûRdÚj·JO Yz)[!épŒ_q¡òçìtXÀÞÛå1ëúlæAVßèìlOà°ºžaÈÖ'µÇÃÔâ΋q©¬ïR ÛŠNDŸŽùˆý6±€÷͇â¶ï“ÊÛÏå4¨~ƒ<ÝÝcx—ÑÖ>ªæA¶¼4Øò®|ÙAo±)®â@¯ ]*•¦µ«&ðLi¨ÇòÅ hîgDç£7YÌó—ogŸúãNAØ«XÄ©wÑgŠA¼ëp˜â~+EÿÖ&ëMjÈY“*èëe+©,d`T-8„¿_9 £E÷õëk¥=Np§ÌV$í·Öˆå:P›X™$jÓio6„0ðºÎ ÇPäÏÙ2;¨{@S48Ø[á0ö@ƒv v?ÀjùsžNÿç[ôeŽ#×Só†>ªÑ¬o3šiÚþîµ´3]ÙÕ‘ÚÛÓ!ï7VËUHO¿,“‹»ÜÄ^“•<¨ïë$èWSFzñ¼ƒZâc—\„§þjÉF©]æ1VGœi—ˆî1´7èzÈI=ÜÚë2æ¤OS@k7&5”÷èÖ‚2DG2”Г@h³'Ú¬ïYÆ­ÒÁ‰RWnsYæÇºº7G(M«CÐ\ÃþD›jZê^ítYm?ºO9PÝÑ­/õAÙ¾’Лp5¿Rü{R!ý~n5÷%œÊ‹íÔÈ1N›”àWãÓÅQVÊ»;K¶–bÿ±8¨ãÁÆôˆ¶­Æ­’Tz4Ò§ª³JÝ.|«)³úÅÆ’‘±BÝe€Xºë½½= ©)dE+‚íºÄü›xÛC‡Ìª Ù RÕ¾‡ÃÞò2‘S&z©WÝZb‘ÒR¤D»Á R Bze݉ Ù1 (që:a­ >mïå-yÛ)Ën!qÝË'íñ8Ÿ‚­Ü=ºxR^z/(Ý]1r¦5Ä´§:hiÇ Ò ¦ì– [Õ§o-7…«M7µbä[[þ¶»iÔÀ(Ó¶$‡,œ-—¶ïåÑ|è‚¡†ØeSsÜŒñ~Ö¨]ôõš<½ú ³9¢e¹ÕŒ|»¢­TÝÕ[$oH²4Ñ--ªûº5ª…4ðˆ@Ý¡³eq­íê,qgïÇ~¹,gªjßò)mëNgÉDªø4ÒÖ~è<™ °5ÍòËË;¥w݈(»ª£’;P VE½ž¦ö¾8™ÓU_‹9W ‚ž#b(7…m¼È>Ø®Òú^ꂎQ¼ã&TàÏ#Lô\_õ;7å¯8íŠOYýÔoäT‰ˆÕ/ÈÕ©ý&&ya\Ò=akmô R3,rb‚QJ|cS0’‡Í‚ºPO_ R¡{3­âÏ!¾üxŽÉø4†-ÿÄ× -šw|øŠYCKÞ´OÒ1b— ¦ìÝq¡hk¸]¸îP7|ôºV¿8D*[pKgíBäŒK.Ÿõ´ÑÖülš—Aš·‹V]”ê•!LÑ¢®1vNUÿâ`˜Œú:'6oŸ|×î%×ÌÛiUA òCÈT¿ä$UM8D8€Ó:hoÜNU—CÇÊs©ZâÜúÖâQgaÚÅÎ9Ø [Aðóœp`Û×R¹îÂæN1_:G椾½I^gÈÉ„9•œR§’^0ðᨥ‡1d@êN°Î¨çök­ô•‰ ×¨v½ |ØFÌZ›ä ÷^HSûÆ/̾旖¾ŸÓÔ¼´2Š®ûÛ1É‹ZfÙ@­˜€¿í( tV=XÒ³*B&!|d€^:@m|¾m•‰?ù;úÇÄ c}ì¢ -üdQ~¾f†'nÚpYszL¶–œw¶»>ão? zè†gìasw†°ù‡#ÄÆu/©zÞÁ¬]õŠNæ>êöƒLÐû%+Öæ÷›CÈ´ýaBž—Tu0B©™ðYk&äxœý "Çiˆ­!\ÉÌ2a²ùfJKéA¿Õ‹æ ¸Üy=&eËI¬<É^3Á?,êš絟U6¿šQ ßNk¨ùsèô}'¦èðä ‡\s4B¨ÞqbOæš– ÓQkCŒ†E=4¥ÂgN*q%sƒ¨ÄqyCä¸þ6¨jIš0‹~MGÓ¨’›7­¥d¯õ(Vbᆋظh¨z·ÐŸ¾kEä·Ò¿L´õü)¿œäLy¡™‹ƒ5owLÌÁH+çÀÏæ®¡Á Ž–²i‡˜´Ë˜-lï@EÏYu6v󺵼dmÎÛucAû^\ù—®§øä½N­YСG%ùV uiÇLÕþ¾5DLöÕEº«^MÒ¸ûzÅ ðÍ *m^Ù˜°ïÆ€Næw ªWmи üçóu–JÙvAÓF:roÏŸdèêßí9Q…ÿš!cw§èÄ 3¹0 ¡Ïñû×Ͱä¹îªG“"Ð]·ðölwõÓ}¶ðÓ±h&€í¼¢ëóXѦ‹R;§®{>ÕWz?ÐUp{V^t÷ßÁÈg˜¼M±D‡£øÆO“ ÚŸó÷ç‰ÖŽe]Í»©ŽÜ[Ž‚Û¡ÊˆO-Ðã^ÿÎ8 ùyš‚ýÏoàë4[´im.]P—ÄÌ*sn‡4 —Çcxð_Ħ¿gœ?‹²ËÖÜÔ¦ƒIÑàÁ¬dè`Fз=Îf¬:I5SzTÒ„žP´:ÚÑ¿è“Hæ]øâ ²lcÔŒPÑ_ÆÉ¸Ï#DÄ‘ SþeWñç²hh¡¯âÞ¶—`¾™rË@È{°k$lhÑw̸œÅlò‚?­lŒ¶Òò~ß7sà;v&jUËž‘6½Ù5ar?¹±%Gtþê`õk— ãš°âÅw.zÁËÿg3¿ú1åëÚ⇋ýÙ×6 ÏvìˆÔ=7­þÀËiY³ª— °ÿÝ'´çj)?ð rÖ ¯TeÏV=ZÐÂãõ˜ÔÏ£dÈ‘—P½ç$WnZ¡© ªúWSÝ O–Ô°wÛv|Ñd_}ôhèÖ¢õqZјºaD¥¬k£¦Äy—ç:‹~Ÿíª¸?lšÀQSjèûu7ùyŠ'ùWH¨þ4ÍáíXÔz×.û9OæNÖÇÏöUÅLöTëTñÉKªýä#7®èj¢B}™W—”ùw6Õ¯wíèÌ7®xÏK]×7¾ÞµQ GkZÓÃBІç€^¼=Ü–s{\R|sZ^u?Ð~ÔÿuUKØÖÂßxÙ—-¸„Ÿqg ˜„³c¼Üß}­™¿Îëê\Rp\4åÒ‘Z³kn)ÜÐ6%,+‹ŸEéá^vò¥Q^Úù qÉí3¡dIÓœ³¼ç $a׆H]S7Do 4¾ZÑ@âµôÌk=ИŸCýuéûy¼/nxº«ð‘¿-ñêTWüÕ'8ê‹™ýÉ)Û·cŠO2¶],Ä–…üÛOÃþ$5íkÿ—Ñ;„JûäCÏ+«ŸÍôT?ZÓ«wͤÊONxÆŽ©:jUUìÈ¿ê­z -ôKÑŸÔhb\›UÖ¿þy1Å_<ز¿ýøšÿÎ[>ù Ùþ²ûhΟ.o×ÞR¶©‡}X¨}µ¡Gl!ñ_†)Gî–ê…¾Ê×G.D°fùËö­°ôùž¢ˆõÁª„¥þòˆm]uÌ/¢bY]3ÝSvïó0ƒrè£@Fù{Þ†¤u38&¤Gî8‡#Ø’®|Q]óò˦à=Â_SLÚž—Ô´4Ø;)+º¿m©ß¡3?O°è_§Hðã1Lõñt«è`²ÓþuFlüÿBŒÖ¯£°Â=øõÂ@å‹ 34à1âá8»d0à ûxàÂT¹p C7®ädpH JØ2×¼òwæ_—ݘÚÒ“ -Ö‘Éó=õÏv äâU-&i] ¬«ºæéê ôÍDWí#Okù•ù^Ø›ÏNlE Ý·£2\è¼M=<ë/7,ï/oMÜOSÊ’?Ó[ûô‹›Ts4„+^U}ª¨¸ïã&ÿ:ˆzù“öþçO'÷Ç{ åîþš(%1ç·Ï<èo?¶ü¯1TÑ¡§ñê¶üÉ”8çò”0ïâ’öv²Ÿ<ÑYÿpSƒ|¿¤lŠ]Ö4&­j›âVÕ¨i)è΄¤2bCÓ’9-kŠî®}wZYŸò³‹ZðG°½àΊ¢üñž –¶n…'YxE÷úaÉ¿ŸÌy×ÀÇÚ󮌵%ŸóГϲ³¯­*À/?ÁS§¡Ç'ý4"Ì?o©Ÿ”—?Rc’ϘI¿ 1Ò釾ùi±·âù®•·pêê`óû "wÀoÚ6#óõĘ_ŒÄ¿³_ŸŸ•fÿ¾ïAfnÛ ¥³rdÖ’¼1é¿“tâq ßqC’VߪrŸÎ÷Ýœ”ßX×3CýðÄÙ®â›KŠâÛë†9iç,„„_­ü8Ô_öÒ'ÈümIÕs0DªXT| ©µ ¨yê+{¸¡)}ñ×(ðD-•SÊÚh%ëüš›ÿi”Ý󴔇Tµ‘ö´ëгíÁʧކ¸?øZ(çÁXWiÜß -ⳑÔZñ¡§9}I•/Ôu}C[òìxVä“€^³+_ß8tcêÿ=C§ÿ{ŠŒÞ³6'¯Øž®nzvzÝÜG¯x}!;âêŽÖ‚Wÿ¦àþ9†¯^×TG{‰I—̈˜³^ZÒÙ…^pMBÝXèþtèõ_“ÔÿÍÓ¹ûvtÞg7º`àÒñŽôkóŠ‚»ÇÓXøÞ(¶¤C¤ì8ˆ}o«èËõÿ¦)ø¿GñÍPÜrîý`[ê¥ÿ.´ö޵Ê6Dȧa|ÕçqTžYqàAþĀއ‘ ý%Ϧ¤E·?PP'™éŸ†O4 .•1ÛsßÊÙqbr¶­È”-cmÔÚ`å³aaò îýO+JLÖDWSäx[å­a~ùnùÕ ¤æ~¨³¨DÅ-)ñ>vÁÅ™îš'kZXì–¾96¤(½7.JýmL˜öÛ‚ô`Ï -KüÓÅhÚ3‹ú_lqéÛfø‡M}mÄ–¾ìñ¾¿¤=beüê ý±c'‚f{k^,(ê"VÔu¯¶ÍoWÀOº«…ðx!÷ROÓ‡3sÝ 1;fbá–›R6¼ò°r.XÑqg–z*§äðH%©äzCòÃSVBÙýÏ6rùޱîM@”yÉÍ~ÎFþpÎ×ZzgÓD)ÿs”CÙ2a3·Í˜Ì=´3ˆO;¶KÖÕolÔ÷gµ¸×§GxÙ—€}½¢‡Äyy¿nêšb¼Î\×T=æ¤^™‘æ=]ÕTDÍö”…OvV¼:öŠ%z1{\„x=ƒÄLËjß»áÙGC ïWt Aiéý؇ó2HÂoØŒ/'s¬luïlÜè+ƒ¨gç—ûÒ®îYNΫ¢Rñy÷¾u´æF|mo˜!q:|ÒYLêý±)÷¿×4Åÿ°Ò8S0;PNºùãd78ö߀vÿìkÎYÕ>œ’$_qÒßU"#~æ§^^3b³´¢k^aõ³co+í³‹P¹k¿u§^Ñá"~´ÓÒΛ©i–4uñ»öæôѶü»Ÿ‡qUŸGý7X½ àÿº¦üÍŽ¹âý˜8㪞˜|åÀƒ.š×T¿›ìÌùcMS±ª‚¼^Q7Æì5¥.› )rxÚyvaÔ·@/gíØ›‹gûJÌö‚,û¼m¬Û±5ø Ëß°4Äy8—&d¹ÿoHü:‰«øùÅINa ½ø¶›sýÏ ò3Àg>Yù+ 5ó×/cT¿fèœ+8aU{km "zY ŠÚ³Ô$ºêÿ;OÆ;% d2(ê—ñ¾†´.tx>¹m;vtÁ¢ªð–‹žð‹¤êÑÏîÖŒ‡Ÿ£üÙÏãRPìg/¹ö‹—Xy`¿<ô`Š~/Ø‚§,( -n âÎtC|Óßõó´ªù½“uÖL)¿»¤Æ&Ï«à1ÓòÚ'.nñ-'+ÿŠ‹‘ÿÛ„°òβ“èV<ðqó®îXQ™«*Ô‡5üÝ­)¨Í˜ mí+€w·^Ù4>Ç‚ËZ×5ÆLJÓ.Œ¶ÆžñP’~ge_^ó~\Qÿº‘ð£Ÿ_Ôly¨ü4(.¸1ˆO<˯Ž>Ózþ•œñ뤼YpËL+¸9¯„ÄŒ‹ËÂôô‹Aqî Ÿ ðú >åç®Ú¸ÓÃ\h¤Qø`ôþB¨·2rSß”²­C¤í˜Z -Öõ°Œ-38~QYzÐrqsJd‚—{+ÔÓðñðÒ¡þÊç ½¥×Օ϶4Õ/\ô”s:dÌÏ'ý6ß z>ÛY|SýpYQ}nœ“ryÏXó—WúÉM¨œ•Cßp@7vµ"⬑²­oü°e¨zåÝ -Š -î-õ×=ŽÏù+ÀamÙйKèëÅ~Lâ†òzWWzEQto®§8|¢³üɆ‘ذaa4‹«Ãg{Ot&.RRá¥äŸ*Âým%ýí·FÄE¶­øª :®to¦«ìÉ\Wu̬´òÑLgþõ5ÕI~ZÑ+¿0ï÷Ùnpä‘›ŽtqKn:¨é ôø«uSì’²ñÍà-‚= 'Ò¦øßV´ðŒ 3&K˸À.xþMOõ›ÓflÒY€S=à7‹\òþ*¹ðþ?ŽGZÀ{lQ°«"ÒFIºæ¤¥þæ¦å\ðÐÒ/ºà…”òWç»ÑÉ7-•k¦–\=ë’h|RÜ/¾Ö¤³NZÌú²„ÏVDÊ›X=Û]ùtVZüt^Z±ÒW™`þ›@{ÞÝ鮜«ÿo™D8ð!Ë'»Ë·, ‰ÇcBѱŸÏû÷,ƒùi–x€˜c]ô¼®6ú`”‚ý:Ý6pèŃÖMñ;Öº÷ûHúŽ’ xšÚ/ÇôÀ£ÏŒJÊ_þqßÑRtR·G^|Ùîâãÿfš>Ìö”>æç>8ÁÃE#.£ŸVvÕÝZµi¡UÍk`ïü…W° ?*‘qß»Ùygd /Cj|Šáä%ëÂ'µÔöb_ók¿(ã–“ýî·@[ö… ¨ðòd(|A÷µ•=œëo|ê¯}:%*¸2-,¾¾Ú[÷|Ëû0ڙˀ‹ýqZ ŽÚ1‘‹}¼‚ câÒÛzrîï‚êøóÊæø«“àWóZÄ{5皎˜ûÇÒ 2uXTñTT÷ö;i}ô·jdü÷Ìûï‡ÙùW‚Ý” v}ò9~ÝÛóÛf|Í'@clé¡€÷hˆˆóoNuæ^[Q•ÞݱBFeuY…¯¿áWÄížs¼£ðþb/ z -o³>^”_×~ûëT?è±úö¬•|y½™8+*¿»®(¾·«E†ºÓ"‚¢w½œ¤Ëk'3­È|jqä/܇›GNLÍžU¸o¼ß35Ämj!Ê‘äßr 7eÞT£ÓníºÐö9va‹÷-Ø’ÙîÚ·fÂdz›&TÖª¡äU?õóJoÛA÷½œ¼ëSÅ>zhÏŽÈÝÖúΡ³´¦†˜ß 3/…©ç=¬·gÆ…éo³l€'s+ßýÐ~óÛÒ@cÒ'¶Àùä±öÂG.vêIàSzê¢wíÔÆU6{ùk?:íÚH;8f®òzYÕ9ÑŽtòÊŸ‹bÏJaq “jCê†7FrÆ <þܬ¨èᆪæÕÆ@Í«5}} ¯6S–¸å¥!4¨^vñ 7;ÿ‰_R;×W¹¥+ý÷¢òß3Dø¢ž°3D˜xIŽdì:à=ßùÆß ~0ÖQu{EJ\ˆ. G¾õ¶c> q"¢š§óòºçëƒð÷sJRúpGýÓÉnȻϞVƺž¸®…Æí(àíAZÝR$r^^>ÓStw² ðý"Hô¦™Ò0©€§ó}‘×Eý8/+Ÿê,{0Ì=žëkŠ›D¤ô·dX‘zi׊Ì奞´%›•æ\ ò.®ôç<ÚÖצ~¦¢|òÆè¶ºçŒÒWÿ -ð:÷†`3L¶ç]šïÝ™í©z<Þ]ýÂ*¬¸SõñÉwõÉw/ü5Œ-;ö¢ öl5± ½¹Mؘs=à{§‡oά!qüÆä«åoo7Ä-zú×0¼g,~`.z¾o*yîe%ü¦…¾üÇ8?ïúž‹T=-ox>ÓSûrÃϼsÁŽ‘»ë€gu’è©xÜÓœ|¦³1ùŠ¿£î¹Š˜qcª½¢iHYTU§|r!K¾žÌpwSê× øQî¥3¯¨]לŒL´°²¯èIÉ¿Nv=Ü=ùlÅ‚J‘€ïŒwտܰ ²×¥÷§DY×&„¿ÏJKn¬éê_ú½ï%Ö¥•÷v¨œ/'sÒGèèm ,qC]üxJüþÎTGæ½-3"eËŽ/bVÝÐ òÎ-Ê¡©Ó™_†ÉÐ-#$Ù/H¾7Òžì©z:£®ÿp8J%…ôLȸ¬æé®^ðÏY"ò?!2ù?ó$Â?§1=¬ (Ϻ>*I¼°b¨‹wðòc|¹Ïv‡ÑÕ£xôg? ò¯©ôŸA4xUà@Ñ­ƒaxÖò@cÌŠ»eÆfùȵ›&ÌÇ=;:cÓ`œ¦6âÈHýì—lYHE‹ì‡#º2ˆJšWÞšéª -ŸW‚î “.ް/m« ñGC4È”¤æq¨«.â‹‹Z¿gG¦mê`±zx‚¿=ÿöâ`MÄœtMßœ¼å¤‚½‚Ò«váïAQÅ£ÅþÚ—ëJxž®¥hGÈ JJDÅ·ö˜ü;.oeönIÛë—‚ŸyÛªžLËê_{°%±p² ¹ªáÖÎ Ò -Bˆ·!emÄX[þÊÇ?m›Q)Ÿ|„ÊUmÍ«UuCü¾‹›éÆåNŠêî¹Yù× -ñ¿:(Iç?9ÙÈ-3©Ä~´Ó‹/në0éŸ]zäÕlÚã<Üâ?†èå×]¬’?VLÈôuâ㊮àflÙ×±VöŸ^jSPZþ¢ÞDI»4Û~¶;Ôúêoe=ÉôTÕG¬ðEG>kÏA¯›é†Æ¸Ûê_Xù5÷»9g\B0 …±å+Ú²‡‹ê‚!Ui4ð~ß®)«_ì[?L÷WD©9—”@º¶ú³U° Ͼ=Æy{mFœv7ÔW½Ðz¾kiJ>ÉÞUàSÎ[YÅQ‡nRݺxÏKe_W£_ÿb"§ýîâÞñ -Á/켪‡‰w$'ß?ö@3g; îLþWÛø[s¯Nu•=Øq¢‹•ôüðœçÃHYOÏl™ñµG>dm°"r¶'ûÎx{ÖÅ IÙ­9EÃËYMó; êÃÅöÚȳ[FøÇ+¡ðÈOÙ4ÔÄÏ+J¢7ô•1‡®Æ„C"{DV láµ-#*ã³§)í“ ’ûu ]ûu‚Ø´¢G¥zù÷õøœó›æ–êU :mÑÐ7Ó_õ\Ûòᆠ-Ÿ|wÓÚ”u<ŽCˆì™Áú$59ùÊŠ¹¡à?Ëtî¿BdÜš¹æ½«5ùÒXGæýuCÅ»O#ÐŒ ¢&¦6ùñOTÐë͵ÊO#ø§Rpè©K˜R…÷>št¤¥%¨Ëz\úÞ©|ÇM‡T°×[øÇ-]ÍëOvhâ–±!n²+ûÖLo~øL÷ÿÏÞ[v7–¥é‚ŸnwWweeUVV%TBdfDƒƒd‡™eK33šÃÁÌf3X–e™A’Å,Ë‘YÕ}ç_ÌleϽsg>͇Yk¼zù¥t|$gïžçœ³÷n9Pr“Œò…—è³ý„ëÀÿ€~¥…”b/È5³OŽI¹y¿_|»±mì‘xåä|÷(áºgŒ’g½9±5N-ó+™ >9§.=‡Žõaó7냔¿”ß´ô~fþQãsoñ_•‚¬ß¿Â\ùµ¸ìkÿ4«~}ˆQìx=·ˆ(!»% ¦Õx¥ØÜ° -_ ´e®{”œåÀ¬/é7V(y ƒVS+R,aà"\c¸›kýã®á¶³Þ rÁæ«ì%¹øOé9BÝ“ÌRç0æ’sv*¦ 7÷6=iúi„šû¯5»iKF¯Z\RRáÂ[ÔÍ™ðsö'ðŒ :}ý‘ײ -ÈOÎ……fz=IóSÔí!~ÍeËcxÑÞ¼PðÑ!à%MLB@F¬ZêGœß˜æÁç‡ø„ù7ä*  ü&QûªíÜ3|Ö'Raõw®)~ãÊîŠé^í÷ÊŽÒoæŸ5Ÿ|²6¢å´¸§©¥ÒžªïT÷j3*~Ûj?ñÆê›Ö£¦»ßN°oýÕö°üÇm¥9içÑfÞ"²¦DµßoMÓë¼*BÁÆ ,kõmýU nÌ¿†žPu—~myÚxh˜¶—ì’ĵçV&¸-m;Á/ç4,½†_š`æ}5ʸõ—€šT6°ÛbV.fKO©ò¨Õ‰9%ddb. ÔÒ¦å~T–ã=é–þ9!s]JkÙžç3×[3/ʾ -›¨ U,ÏwöyÌ|Ê’”×äNkìí°ŠXê^éü Ì™Õ!ÔeÛ“ª¯·Fૈ úž‚?Y”üeí}Ûù¨^ˆ „8ç4³Ä¯à·®¼Çœwý½9ÜrÖt¯à3uGáÔ’À¯P¹IK—Ä•^oLΪ -IÙÕî÷„ÌÀ£:ªå!ÜSÔ"Û3Øñ™û ߸ÆKýä}oí_žBOøºàxÔviæNÛ¹µWèKA)«nsˆ˜½úq:náã¶d¸[žIäEçü‚pͨ†R×p 9¢º9j¾×|!¢`5¦‰¹q#à,¿Ík‹»¶1„¸RÒ«½Sä¼UÏåÂÒ?F4xz}wUwí×3ë¾vŽa®¬ ÏϽl9aº[{4¦ç@×Ǩ+#äÛéõ7C:fƒsà}¾˜¦–ü÷¸¨Ù=%€Ì½Ã]³¿&^ó«ú:ê»=qc·hI,ŽÈUÎ!Ø…åWãÎ)jÍü”ùFÒtjˆ_ýM@.DºGi¥žb^`’TàÅÝÞÃ\uM³#Ævú|?¥ÂòqÙþ—m~ ¿½üºõvB‡)ß[ @ãV2Äø¤þÛùçm×¢ÚNá–\ˆ÷i É9Ê«Âäo 7g„dè²dz ä$µæ)ï^9³uw©çqÔÂ'†µ¬†•!dæ¤èú—SÂË_;‡kÏüûª€¿3Ë%ú¤øì„EĘx¤˜EHòi¸M2zñò86sþ5äçô\X+£Œ"ËSܹµA³kRŒ *ùm!¹tc}Õñ¦í$ðsQ=êW‹°ÆGðÓæß…”¤R Ó®øÆ×ö­LdÐ@lpJQ×6ÆÐ—Òëm­‚ØRwÖ}¥k¯ø:¤"=@­ö+I•1+›˜_°ËŽô‹/.Œð[ûÙeÖç„󆾶Ÿ¤Üʯ´ÝÕÇS³‡%IÇÎ<âÖ‹7U¤â_œ’¾{kŸ?ê¡p}PϯM[€œqN ¯,½EZ'mˆUª¹ùQÛSû×€TØ” -[ƒSBˆ³Ÿœý{íÓ»³ŸÊØ9Ÿm¾… 넘ùWðSŽÇM߆ӿ3Ë''ÍÔÚ°šP´Ô;ýäþ A펗¸ ™¨êsŸœT7ò1Ó0j=“Ø[kƒÐS³«>×wäü«_A.9©N}u|îñšGF/ ªh1ê™JϹüè¢{šVšëîö*wœÄÝØÂ]qb/ÆU솤NB¨¸ãSÈ‘…AÜͰéqÈøt8fìlÏZ` TF¤â¨‚VµaCəߡ¯9ˆÅIsÏ=†¼âj=½ñ¾ñ§Å—MÇB*ÀÛf…”¨YBW܃5ÜÇ\óʺ†” ·¼¶°_´ô¾îèúPó© ‚P–2 8IÀéíïñ™n­lA"JZ9¸˜_ì™jÉœyVú“þañ×ÖgGö%=n­EÕ×ôÓükµ˜Q¸ô¨ÈΑ–KÁiì퀔R0v Ç»ª÷Ö^ ªùè°^€ŽèX͉aÛ&älNQ -ìïÐéµ”£3w§¯ûø´rŸ”^ônM\Ï„|°1Qa ³Ñö -~Ööv:làb¦ø…ß>‡žÿÔv¯î§ÕÖ3^¾86Ã#Çm]]kÀWfßÒ²Òñ6 ð~5©È=…qÙtjcœTèÖQ>m7{eŒ×0*lþB÷˜|uy¼¶>Ì.H>ìFfÏ¿j:ãœFgût䊸£ã~tNÜn|Úš¡é…üÚµ=járSp±ž ‘\¿ø¾õÔò ìTÀÈFLí‚•QR¶KF-ñ™­q»³>JÏ[ f»ÇéE 曪ü¨< òQØÄ†¤×wÞÅ^ÙF‚zÑr24Õ|*"G^ )H…!µíž`•úÕ¬ÆÈ,ïÕQ+¼r\–s¸ùøê›Š¿mÂÏ…¤]¸°êžÄ=%Fο¥ç¯Œ0*\rJÉæîÚòäé¥7­Çu=•_h;‹?ó^7J(ëcôrÛsø1Ó½æ¿ Ò ?{KÌûëìý–3Þ1r¾¶³á;9§âËÏ §vŒ_âx[õãæ8òúÚâÜÆáæò{rÁÜÌegåŸCZ&<>#f/½mËp<)ûÜr¯âKç("Ã/ÅÞˆh(e! §Õ)e×®M°K]Š.¢GÇ:'‘Wß5ý(o/üLÙ]ðýr?âV@ÁB¥líŸï¾ä™¤èºk¿Ôuæ~ºÞß|bsuiîe󉈞ZŸ°ò(A Òˆ1Q“´ô¾å´±§ôÏÆ®ª¿ê; ÿìx\ò]\…+‰éÚIöWÄLMoõŸÁñ ))¥[#È+ÞIô­ÍQØ…ÍôE¯ŒVìQ¡Ú'¸k÷Q·ÿÕ+¥–íøI¯ç0äz§Kïê-¿«øÆ5ÞveÇ.¿XŸhËØ’"o»§‘9«C^)¦ eIöW%ÝjRµþAó÷ÎQZEPËF½Ú00š6&ñ¹>¥2=Ï~Ê"`m)øôa^ýwª.HvX-$­b2mOjÿ¶ðrbsv> AeíÎ ˜ .½HÎuß]›¤'½S¬æ¹ç°“Ú®’ÏïÖ÷Oã´›Ÿ.¾n»·÷Ûð¨ågYWÍW. }ÓŒJû«¦£¶§GmÏZϯôC3ƒJ|MÊÊ!¥æ%ÈŸËSÄl¿îN{@ËCEu䚈–\µÜ9ëU£r7&WÝÓ˜ìm+íx;¹6ŽËỈ˜a#½5 Àm 4Ÿq<«ùÁú¸êÛ­)FUÌÔ%Ü’±šÔݵ_8G‰·CjFCHËÿ`§ÃÓíø>}Oèú4«!jï}²4Æ(ŸyI¸ºÐOÉ{ÙzÑ;EªJ˜$ܰ¹»g~ŒYé!e…MfØÌE-Á/;§Ð··ä„’žḬZw$íɹ®ÞeÀI¶ä¸‚½¥t\Ðê"jje@‰ËñËÓk/1êÆž®-íÓW³oé¹¶×ÈÓ@oÿáº;¹³(îŽ<•Z "V&:jã“sB^röÎCÝ}DÆ„¨üŸ†Òô«³ýá31ÏåøtøJ¯žÖ²ŠXÉùÎ;; ÷ú£³ztŽò¾’œ»ûü·{Þ´¤€šZVãnåØ[žql6à³Ùî1èy¿”\’4v0¶¦HÙ‹ðSšû%_꺳>ÝxÙvräƒ= býšŽkZÐdxXwd|åŸô]·þäFeùuî-ÊîÒW§ºÑ›“¢ÆÍ^õj?áÆ -¨Á®¶³ž‰¶Lç¡tm¬¶äœf•T"´_Å. ´þ¼1=ëo9»ð²ò˜{¢årÂÌjMÏ™¸8FÏu¼9¨}øÈ¯j'퓟e´øÕ”²•×ð3 ¯[2=RZýú8·Êp}tkŠ]ÑóP)>Ç=…¾j¾Wö¥í^ñ7®¡Ö+A­¹8Ä)Óßm:½ø -]ÓŠ ®!d†VRüù83ë÷†®¢Ïô=%_;ljù>5¿Mù¨í¬¦§%#iâ |2x¦õqÉ—ƒŒœ?>Ã\ýó$+çÏóÏZŽûõ"œå-ñƧôO†‡­§C5nÑ’V!5¤¡Ö/!²6¶tjÙÍ>ý¾Ù·¸ÛÊžò#@gúä¸Ê¸•C~ˆÜ’Á‹‚LùÆ(ô\p†‰ƒÖ=®>®¿[ù­sžé…gÄê䌈™´Ix€{”éî7ñÉÙ×8±læaÅ÷Hë¥Èa5·5jàã’¶®;1{÷ÝU© yiBYµXžÁN­öïûäÔæÐÒ[2RAÌÂ#î/vÝKÏ¥6°À…>- º>‰(ô«ñù~ ­!`ࣗFð¹aµ15/`…õ,hÜÀEo[xxÐW° ȧ®I"d}ŒÑlƒ8¿Ø;‘03Zÿ¾Ñ7¼ãà’ãV&tY Ø›gQãz -àÚ4„{šXfzùÁ1€º¶pñ‡4Òê#³tdÀ@nŽÏ‹:¶%]ñY.%¤gÀVGÑ×ÂfVÛ¾™ÿeéÎ˸µ·×¯ëḥŒ÷2Ãþªî»wÔ‹¿{GþùwJÑ•]}ß|&aÓ=RVÅÚ(õöæ%Ï;¼k;·5Ò|Öñ<ï+ÃÝHÌH[éuvßsò–ÞÓn/¾l=™„]ÿ‡•Òüë"‡¼8ÕvYý¸ê‡Ù­ç}òN‚s¢ -øk‰s}IÕ]ô™íiÓ© üŽ (zkJ‚ØÄ^_$\õȹ¿¶´6Á*Ö÷5ÿ¨—”¾5€¾–ÑJc†ô¼Èä2ï4>Ë+— æÞÓ³ßâ3Vß@ŽºÆ—ÂZÐF"JÔÔÅqË•›cmg*BQØ($xå´²åwÕÇ–ßÿä“A2< -fuÈpïaÜütįã·¤˜; bbŽ‹ó(©%«#˜›“”Â…Òµ…AÊM¯‚ÓÒóÑî)J~TÇÇû¤”"Ïò*ˆ½ã–û¹Ç<“ÍgÃjiT×Å èúºyùŸêúêÏ­PjƒRjCÊHnJ¨õ@7•̽€þ¼1Îlô+Y Ö§cwÍ_£êÞú3 'Ô춈žÙ²8Œ»j|;½0@þÖÓ1 ‰IŸ5K½Ó„â”]Àý°Òqww¾£{~£îk>åW è ÀÃ&>Î=‰Ë–µç­èÌþÔ=¿¾ãv¡7¼cüiB\öàÜmA uý*lÎò@˹åwÐ3@‡_Š˜Ð„­£}©Íö~&(cÁ?Ú;{R æ"\¹svÓ-Gd»´|تR³pJ&E 鵿®¥LLä?–…ˆ†T’4QbÍòÛ†Sq›€™ïyd&˜_Ö™Yh áxû«Ý/v;ÅLtÀÿi•º»ÐÑå×pÑ‹o‘çžÖg{RõGJ, hÉ5@ögùÔˆ–XÐ rv,ì–ŠPº9Ð|báQýˆL¿–Ö0±I x©%I»SG(²¼Af„,}w–Œpv> ˜ÓóÒê:>Èõ"¨Ë¢¨Ž^“4óÑ!­î–rkœ“ìŠÙçmGõ}-_k»›¿UwÔ~çx¿àOßOªI¯“N¼åœd•mN²ÊgžÔ~£Üü®;ï³ ®¬õ7žš º5-¹FD5)xG]Úªý.$«þRþõeÁŸ5 -ÿ¶ðšRu³ÜÓbØæ(=×+å7ø”|ˆ_N-þ¶>!îæ¸àæ'ïˆ'ÿmk S”°t‰†NÖú8¯ÒöõL³ï §£ -bÁÜÓâïL}yõ˰9> !¿ÛvræöF\ˇƒœŒLY™È˜‰Rå×âsgž—1û¸ð‹ô}ß [W»_ÓAqK ù[“­—Z|YÊÂÇFlxDÇl¶¿h>)åg}3‘Ff£KNÎ (ÉeA%¥8¦g·&fø$ŸŠ\ä–‘rÝRv}ÄÐ×½>н¼6ÐzJÑUzô=áê×A¼ð£C,LZÚ m›Øk~ЈðîI쵕weßÓÏýi”yå Ïh¼»=Ž÷ÌÓ#äQÓ#Ô±-•½Ø=4Þ©Õ·•ß­¼.ý>¨Ä•$,|jÊÖûÀ5E)YÃg'íí; ½1 ÓË\cg—ßéS‹Àï¡£–Þ^¯®ƒ±2Æ©ò«{yE'9 áAc&.zK…Éñ¨ÐYµ$ ç¶¥ÇÔ¸¥Äœˆ hÙ°ŠR¶m¢4ìXé„M)2÷’ø8³|ÛÑótMF®´¿o9c{Qwlñ5ä\ÄH‡¤Ï;5Üâ¯Ò> ¬ÛvÓ—ÇhMšÇ WgžÁ2lÏŽ»'YQ ¾ü×UqOäç U;Ö©´Æg»{C., £UoL¢¯®!.†Œô¦ÝEqûÇž×ëÓŒýcä‰)~ÛîB׿o´?ÜŸc BÓ-WÖ_æþÅÔUô½ã=*ËÐÝixCÊQ÷6ü´· éúww÷»ýEAûƒU·•úÆkίÖýžåsÒëo/Œ*'»K¾Ø[ïzöq½oto‘×R£‹Öúa§B2¤¢|JÔ#g×®Sn/0r–Òs;JjÝÒTP×Aöéøm‹Ãè ó¯`ÇÖ†È7·d¼úÕ!Êíù„Ë.Ðî–œ@ªõå%gù§yµ® â­õ!XšG÷N¶ž -¨Ñ·"Æt?òÚB2.tcykå}ÃiÏ67¤å·-½CuM’n»A>¶=ƒ]tcnï›ùÄÝY1ǧaÔ-¾ÇflŒS²ZÏ>,û<0‰»œ&äÅÕôÚ”ILJ€>LSKB2zå®MÄôÈ1×=Ó€O¨±Ùa¹< ¥Ô&gØø@c„ô\˜WÉk‰XzºÃ–îΰVŒ‹¹ç4ì¼GޏêšDÞÚ¸"5Ç#xUôʨٴ?ÇmLÈÉ1·\c-çÃ*ÐÞLX\×΋<^Ä_ݘdÕ¥k©OΩJQ·|À¶Fa—–_5O%¬½ùÞÇq‹„åUR‹A,6UŒÚ­IôMß4¢ÄX…¦¯â¤ýEãÉMÀÛÝj.Â8žgš\Ö_™e¡÷ç…¼¨‘EZ€å»'[.† ”Úíùîû‘™žî¸¥—°¤94ò¶k¢ñ̇7sˆA áUs!+̺€±ïŽWÛËjE¨ †ÕèžÂäzd˜œ˜™Ýj;b 7údÄü˜>=®­³=¬%•:Ç¡—lO ÿfÙr"¬wzEæ%‚ñ;u_éž}§•"V 3jµY'@né(·–ö˜>µOßcÝA\Dù­ŸÞ -¸ü=5Ë@x¥M×#Fj} «ÚÞnæî¥AÒõ)zYÌ*âĬÌö¼“œç³#3,´GM¯mÒæ3uß ˜ÛùA±Ø/ÃÜòË7âFté6¨[wŸßÜÛ½4Á«ßœdÔþºÞýrÇÁã¬Ãθ`çìO«/l Õdý²Ä ÿûVÇËÝe!ß© T:†`y _4û -š³6ܸK[Éö¥ ´)˯¡œR~ø¾¢…÷˜ N9·Þ¥A·T혩î×Kˆ¾>IÊ^Æ\\~¼:L¸¹1Î(\ä—úe]Ø„¥ƒê°Ð«¡–¼œå§æº'uîia£s‚Uâš ä¸ÇУfjuÐ@¯ÙšÆßZ뇟QKŠ>U‰³ÿeõmÓñðQç8»4í[a=¿-3I3³iÛH® -(0Ù«Cˆs ¯1gÖGÉ@§c26F—’z"¢$—&u”ª€™³ö®ü¤{rÊ3ºŸá }Jr¡WFÌ ëÙ¸…Õšö÷=Ÿ™°’›“ðË€kUÄçï¾ ØznL2Ë“V% Ãæ$fˆåÙØýy6:¬£Ôx¤èÛfJmÂÂÜq)¬DÝðKá×vŒ\Ô?æ{î}œí{”0uñ—+÷ꄸMµ·’¾¼c3bZvKDM)ª…ÎÉ–«ËƒgÒ×9>Ìuõ¤æÚÅ@/×zåÔ†µxöê ôÂÞšrðYZj¥ù2ceš‹ò[º»C³Â0ˆ‘ÈL;?>ßÙ³½${-îì§Bÿ†pqºq5hê½—°w÷FÓkYi c­Y)›´·(îØv<œòiÅô¥÷Ðã+C¨+ÉÅŽ^-½!d ×… ÔjŸ†Vq’J_ÃXz0±¡ä#½JBnÒÊFí8øÔm|+:'b…fø8 iñúê¸Ó¥ Vµ|ïWð`@3söW„]_ç£fįuy–ÚðqU(Ñ>pªÏüÎð´¡ø—ÍÎçÿÝËá‡4´*O°A}7/ •€|Ãi Òkp!ñY ;>+fx5Ø–’ßìQ -Z6'¸UËC´‚ jñ–‚]·4H¾¾Ô=ãƒ_MŸË $¤ N€ð«„mM'5¨ëŸ_å6¤¯¿ÆL|”GɃ¬á®9^B°>jùaî ü„s„’æ[M€GÕÇ€vNÌJ8Ñ9½hÄ@, -(± /b®ù€ú•œú€†Óýr0Äþ¬ô‹òoœÃ߸F«Žäø<¿‚Uç×ò¡>»6dâ|À—‡ª9ÇköÈá—=2øeŸ —7Š¨Û ½OÓs®NÑ ãV!Å)…]uN7œi‘ÀÇpÙ# ÿL@N&-ÌÖµiNÝÒöÈ㸑ZVÀ³v­ØŠ¨[°6Òzvøcèçôœæã-߸'éåÑô¸>%âzT‰È:3ke€˜éœ ÕbÒÚÓ»9IÎZûLHÂÔlè“Z ÃÙ [ï=¯®“±%“ Óë»eB¨Ñ… fËB:RUÌHGýºÌçì/q(!¾bm¬õ‚s -—›šïêNÌ h£>ªcµ†5¤ò°–Þ7up÷Bˆ±RÇ«ºßBϸ¤Tø}䵿2r¾«1ÅQ=¡6$'”¦L¬Ö}›ˆ‘0ó -­6–¿¥ídnŽ /’åÓà -ü3\|r^Òõaµ÷͇uÉ]§_0q0éµ¼z2`Ä—®L!.­L¡¯zOOÎü¶nÔ=àWü˜5=¶éáû˜£çñÞ’ÓªCZ ÃÔR¯‚·=ËÂï­v>Ö<„üÒÓ[Yuï­¾µ"Eí|†SËm[£çyÕÔê¿oö¾ÿe½ûUt†ƒˆZ„Ý¡àæ¤owE$ܶ3[\îÚþ¶Wˤìwž$mÝ@grÍ–œ\6Ñ )¶ð¦Wø›Ó=u§ý:ö—u6#¬…^ iðEI3ºmᢒFfóˆ½_l]]{ö®®„Uº§`©unsœ’ãS a!u7+œ>§˜^×P&§¹Ï⛚oÖ‡ê~ ª E>5¥8 fTíÌŠzŸí/tõ&¬PÒtÓ=òn’O-ATÜÆ€‚\TÑËA>/öHéÅÛ!qÏÞ ÚRÂñ9->m;%¨í{•"ø–œ^¶%'æ- Ï;'7ü*Fø\ùJ?ìÌÆ0òR@E)ú¼É9NÎ]Ä\Y|=’SËR¶®Î¹å’ÓJSä|¿– q¶:A+¶¿G^XÂe†¼^˜n+¯hwêWs¬:âÑ2¨ 8»³|ÂÇy ©mtøÊÛº£šž’¿¬ ãŠ#¶Cnào~r"7ióv1Ôñ?6„©YBkrjð¬½UIwlŽ èéõé~ôh¸Í.•š^7¦§ÞÔݲ¿¬ý)µ â%ø”ô#j£6¹äˆk. Ý#66h’·©YocŒ\Ðqq×úS‹|~ÔÌluɈ¹ëäÛ[JZYlŽ…ûÕ-èü¸Îf{”Ȳ¸‘4úFLËýíü|×ÌŦ¬"z4í+*R©k‚›¾§Ï§Áæ9'!ç£zREÌÂEøÕ¨WƪtN£oØ_×|»6Ô|"9C®ÞµS÷ä–¤•Ððq‰GÛ±ó@cbÃ>4 ¢W»¥äBŸŠ×ìSrÀïCSfö7}¢á4.½n>ë™BçÆÌ¬–¨•‹Ž˜{»¼ªÇ÷\òn ‰çS‰î1Vñz?þªåQõÑÅ×GƒJV à% Öqê6å¼zË ì9ãCÈ÷à»~Ž©i•%­a}‚XàüÆ£î$m]“qª7dbøâˆ»2*B¾ÊhÙÖyU,ˆß ÆÇæº: -NÃÒáú†ŒVâùíÞ-jQTG­H©u€÷´†TÌkñƒ„ê–=¬bT¯à®øÒפü¨Ûš¦WlŒ®Gµ|XÂÀGíq}éMÝѵw-çürø¥ˆ“ò&2aãbA©OÌ -II4Ôm¿¢õzÒÄ€„TìFçáÖ®Y@ý°ú@šáÑWGç·ä„²°A@HÎvw¥wüjZƒ®¯ôˆöNÑ÷ 6[Ci¡~zs‚T˜^GØ+c7¦@Ö٠oQšîêo¦XYŸ/¿†€¾©³¿®ý›ku+aà"·ÍBâŽGø°(ä}XI¶TÌúåJnü·ócœs#˜>߯g@Ã:6noN(5ìnÈÂC{uŒÆè\ï³m{Ïý”™ƒHHeQ:gc°-Ã;ÍlLXºÚ·ç{¸ &š¹øíy1ȃm·#بWŸ!Vxˆ›R2$nï}x×ø<·»xçuÂ$ ø¥ø’ÅWµg–_WŸ¤œÿãý–oÿÙö²äܯ®ö‡Q»€ÔÝI_Ê!`í.I:·|žW…«›}Qw|öiÃ÷[RRñ§è+ûqm¼-?ic">:xÔ_í dLEjs¼‚÷3³Žq+¾ýo £—0Ó›¶­ô¦¨_°1Öx̧DgEM€KXyØØ ð7ÆL¬fŸ}Û#ƒ^Û·1ÚR³é5à©E ÿ‹€ž­rO“JýrjŇy&fÄäùUÍg½Š–óû †}\0·A.‰êDXŸ’Tè–¢¯µˆGꀔ\:äUd@ɪžÑrvk“·Ðvæ™ðˆ™ƒ<¶¥Âý†v²GÓŽwsÊÖßohº‹¾tŽ4œ ) Åž)r±WÃo]W‰KâÖ ~KDÃy¦ñَ׭'–áÀw!ƒ&1eSA/ÝTpj}ê» ßߌû´÷»Ã¦†k -uÃú¤æ[ŸŒZ7‹))‡XàJ¯O¬`×ûÍ¢ðL?=®Ø5‰½¹ú¾ñÐgÂ^ ð9Nh ·”UÖJÈ>)³*¦eÔ•„¢ÍAÄõAô¥\fXÍk‰ë%$÷9oñäÄj˹ˆ_ÕáòBt¡G½íš&æùõÝü°¹§Ã%Åå,¾­ú! 'ä¬Zïáö¯6õãÊwÁ!}SF/ Ït‰C3}÷ó}ÃÖ¾[N,œ}V}Úñ¶!;fà“ÝÓÔìsüÙQv¥O!Áøøâ¸WíW`ó/Z~” J>¥ÝúÜþ rus’V¨ì«úð࢈ wŽ ndø¢°X4’«}:FMHßÁÎvu9¥´2ç1'µ éØž—ˆb3FÄHGGõäÚ°Ž^·ð°Û‹÷ÇSŽžGûŽÎ¾ýy‘pÏ.dEu|LÜ$À'@¿†´øŠ•–’œ0²–+a=¦4ddÀ€v&ŬíâÈìãÉøüý¡È—¶’kwæ»î„TŒšÅ—õ?É87þÅÔ]ðãÂSKïªsöé´¿»º^AÎ -¹È½Õîç‘Y>É-£”¯ïξ¬ùqešÔ«mHZ9Èéί[²wx”:$8RVß^ð壖Kÿ"®½ôÉ]äµ# W" — ´êˆ‘ -¸ !7nd-ÏAlLânº¥¸,ï49'¨`VíÌ ¨¿,òhØØ¤•ÞTSË‚JvMÒÄC¦Ì"bDÍnLš8°¨ŽÙ7±Û3\\XÏjŒšØ-~ ô§.fbÀCt¼–¥qÜuÓÓ¦ -jùŽ•‡óƒœœ4v°’!Оäʨ“6`n§5¨§13æÓ±fa–E´dPÍ‚DuÄâ¹§ÕGæÖÿô$dÚC+!ṏ¾1iaàÍV&"fÁ—{ðLв +³7×÷8j¹÷dKÅÇ'@€:‡ܽ" ÄÜ^¬=·ðºàHô7¨'݉ÅÞç®ï@küÓ¬æà4­<0½í•"NÂçÆtJÄÐwÇ=A+r`¯Ì<¨þvþQí·€ßÄõôºÈ1}:†„¿LM˜Ä´¸Ó²5‰¸fVôÕÜÓ¯#Z:lÛÞ÷,9×Ñ2°  5w -ïe&Í´º¼íZÔ@­õƒŒ˜Ä¥» _ßX:akooÈÈ…UÔò ´ŸžÙâžd”¯3ò‚ -1Æ9Á®\î¯ûÖ9ÖôóÆ0êÂæ£È5Æk É9Ðˆš‡Ø˜ Ì¿AgDô"6ð üæ(,Ã5FÈ -héµq ±³$$mwG,Â-À'îbm¯Ý:è’’ó½j|áÎ, öqAÀÛq“²wõ$ÌíÌ}GïÓ ý¢FÔÉÆ î·k/·`ÿ€†Þ’²wtï,vÞI-ðY; =OsA|–GHÙ¹´¸•KŠƒ²J·”mSÀO<“¤Û®qì­ijSÌÀ£þ²Ð~÷ß×Ùܤ]隦T,P²ÞS³Ãæ»/|&.p³² –Ù¶;ÏïúuYÀ)™õžI e¸[ˆŒˆ‘Ñšæa}úüäìÊ0üæâ¾vMÉÆD¬í;À×£&bqØ@*Ú1°?×Îÿ`—ðS³¢SJÈ]lýyí}ãÞá¶K -¶|ž‹ÿ°(~X’ˆ¶í\lpÝ  –’£¯…Õ¸¬¸žQ»mæ"ÀŸã&Nkèœ9!mgND‹›Y—Ô³›Z 6¤ïæú”=ôˆNˆJ˜¸ ÈÙA «.j`5%Ì\ĶUD ƒx·¾,ÿ~š{á_¬ÝùŽ™( dz`=Ðr ^§Þ;%€lS -O*¾s‚cõãnD•Ìê8Щ©mÛ.bÅçxxŸšÂzF}ÌJ¨h/”µ'\ãM'b@ l[;%IËý—^5­Îþ¶æ§¥þê“^)ìVÊJkz²ÔÖ|ÇöÒ¦”Q ´ZwHËk³½€_xQùcÒ@ªÜµrP1= êœD.öƒ6%e{ÕÔ FÐæœ$ä){Š¿˜æý›w‚š—: ®ukhîöŽU@H˜yÈ †Z½1\}j} êŸv19ÃA'glYzºBz>2 -rY@•Þø•™Ò”·äF5X •˜5ë2FEl¶³Ãbni€pCÕÕô£ãIóOq-òzj–\·çrÃFqKάjÛ‰~u/; ëálNâ³gŸT}m}Xõ…õQÕ— –wæ:{61wgAÌßž»óøíƒ½U;µÈDº&¨ùA­·vI¶ÓþìÜ êØé9Ñà;K}ïw—Ú{?,ñXn²hîIÃÏ)#䢮{I«ä^Ì, ´´˜¹K·t´ï.ˆÛÝèxâ¹4¬g·~X‹ãs|ÈDk\µ<¤¡ÖìØÙè Ê®Ö3jÖ‡¡'½2ìíËí÷B:ZÃÒ`Ó±å÷Õ?oŽÂ³F -ПÛ3}¢Æž>ð¥ð¼ˆ¿·Ñûø+9=îd”Qñ…õò\Äê¶™Ö31Éñ:js}ůcÖGLl˜w -yÓñ²ê;ó£œÏÁ> Û3„Ò„Wõt×Ê'ìÏuˆvçºÚƒv³ý}ËQヒ?é{²þmñyñ׿y¤Kɇe‰xÛÆA¥Ç/'´,HBK­* £s›Ã°ó>17jdÖ\r?.‰…;61fNh¹àSQŠC€›ïØ$Ü”MÂÙ±ÿÚäUJôwHE.‰éÈ-­Þ¯aÕ¯ŽcsÞ·\ÝÃæ¥fP×tËåÅþúŸéµ¾å‚V¿º›ážfU/¿FÞŒL“‹ÃӤµ·gÕÂËŸ¯½«>¶må·ç»zc¶;÷ÆvšK…Ï[›hºPbËýRÔ ŸyÝ+GåoNaò½Z )`èà$f;;1'}ãò{hÆæ&× ¸sÔ@1J®vËq·|*FUʆ§,´Æ€ -“m^ú¥ýYù÷>üzÌ@« Ä’׸1Î,v¼#ß²=óŒâoÙŸÔü¬ï*þÞÒWüypî+Ò³‡ gí/*ŽÅ´ˆ‚YB•OI(óÊ)Õ!5Ö´†»w"F>Ú#Eßš{Rþ7ïÊï·† —ÓóÅ,lDÈ@‡ýXâžâÔ8GDÍ˯H™~iÛ…Ä òvÜB,OZ…”8È=;ó@7ôDgÅL—’‡X¢”8Gñ7=Rdú|_úœU¡OO(Þ]â³vºï'lBfl–Õ–œ2": f5ùå”JŸÐa ·ç¸¤½¥ž©åSN5£6 £ÕÆ-lLÒÂFz&0¹¶gõM*ÎlNâʃº{w|ê¾í ®`a°íÚÇõÞwa3—^GvÏt‰U ¸]}Ü* 'çúž§æºúB:b™GÏtO·]òÈ‘·Âzä­]¹y…Eðjá™.ü2àò¬½åÞ—é9fR3éë¤Ú–\¹·ÀÂî¯E»«ÝÏüV>~SÁk|¦1®eÖ‡¦ÛnÎÞËûRÙžõ§Å÷µ'¶TÀs9-ëc¤BÓ½ú¯—ßÃnzdÈÊ}›˜µc£5…Ô€ƒLÁ3&tÇ"aìÌvI‚&V‹}sÉúyÞö²ñ$èÏ[¿®°Iû lÌžƒKˆ›ÙнÙ;w· íô„Ž^홀œ^yÓtÌ5€¼V -â:|þž• Ý™ã’3<ôö¬€¼ 8_DO,ñ)·fLYj–Ö bR² ¸~Ô Àxå@ß"κ†ZOl ¶ž~Y´KSÜÂÇÄÌ' ÂlŽ!³â:j}ú ô_kT+ñ+`W–ZO:GPWbJFM -脹§' bׯ‰ÙËý¨Ìõ¶› 5±8i ToÙœLß닽Õr`î1v­énÛ>6è:üî ·ggÃ:ta@M¬Œ[˜°ÈŒµÞ{æUµSæßá®­#/¹' —ãRýÎ<³ã`c3ô¶MS7¦×s"®ßÀ†nN¢.{¦Ñ×#*RÅööë:ÿqEØ4³iN¥"=ï#ˆÃ·m+ý°ó³OëÏ.@²b:À› bÁê(6×ò²ùÄʶdí¡:b3ׇ±ÙëïšNú§›NÍTš´ñHÖºŸmÏ ¸ëmÜr|IØÄ¥%ml¬O¿îÓÀ¶'”ºÕðË[ -TÖÞ¢¸h#qÄÂi‹Ï°ñ{‹‚ö;—’4jb&Bux†öYy¿™ökµÞ)Üõ•7 ÇlËÏ¿k)ö=4ÒÓ÷ Àïð7´÷ ?ÍæÞrGoÊ"$l›˜ÍQ%±`o†…ú8/díÎp‘)+áÓQ+üZ Þ«è$€z -ü -y#9×vkÇA¬Þw0»s|òžµ§7ªf6D5ÔŠ¸†ÝœT Q9¹|õmÕQc×…O—Ÿ”‰hIe©9>io¾³+iáÀ7¦ æß6žI …{Vl×& D ÜÖ`z|ˆ“8žuÍ3|RJÌñ)¨%A«1imgÌNZøè†V¹ü~Ư nÏðñÛ3"Šå1ä{sæôÚ[~upšø*¹Ú9VsÆ3Éô©D(·œß7vñã¦ÉÆ«pήC(Ø]à³wxTÀËØA3 ¾0„ÌðM - +CüfMgýß6Þc²’iާ¥ÖîØ8¸t}LÙ÷éV@AÊßžáa&>:­Õ}“èk®ÑÖ³@£äÅ¿ºˆê×Hð›¬ÒÅw‚ÊÕ!^CHɆ†Ø\ãÝ›_lלؚ„g„ ô¦ˆ©ƒ¿5I.ÈX¸N@ˆkùèÕ7¨ë¼¼ïä’‚–É77¯‡pI 9¶Çµ?D5Ä’”•Þ¼kgÀ÷çY¯žc}TýÃÒ[lfÜ*á'æEìÄÕJ@›ÞˆªðéyáALÍv÷z”ìÆåaR6Ðx„›3 rüÊ–kú{·¾tNB¯u”º‘Ö¸—Я§Uû´„ü¨…VŸ0³Z€.…Ä, N™á·¼Jøõ¤KÚ_î{êp‡_M)ݳ ˜ù¬¸žX3ÿ¨áäúËÊ#K¯Ë¾ ¨1…¿¬v<ú¸Öõ4¬çÂÜS”Rе;fkÂÄ„ú¨çdC¦{ -s+ £Ô¤æÛ»özÅïñ€v h‰U©96Æ8iP -½´m¡4Æm\ttއMØŒmЧ«-¤#Õì.qù€+Jö—hÈ}âÓPËÖÆÈ·ü*NkÌ̧ì-ö®ÓÑ©9j³kqecq.¢`ÖGUD@F) *±yö—ÕßkÛó>_ÝtðçÖpÜfÐ|LP/@Dô¬¦+­.ªk¹V7œ -ª×*FeX/ÂzÔ< W5›-§u=¹¿_}9˜N‹ã\(ìÎ1@¿ÖïÚÅì›ÓJÖ‡Ë.¼-úÒ9„¿–u`Ú>aØ(&FÒ5UN«Jhù¸mKoÐJxÏ$â²OFÈ ¨xÍ–î¼Ú_êz~µ² I ¶ÖB@_ïØÈˆŠRáºNN.ûuIÜŸa@v\âÞ"‡12›Â.$5tµŽX²1ÔøsB¯øÅÞ!Þ6J›£ÈL×8ädzÛú()kcŒ]PwW§Ø•K#„LŸŒRì"~´sIÿXò?8xôÈ'%½"ªíâ¤ÌÝ¢ÕAb¦¦«ù›Inùç€K^LY:y»öŽöĬ²)'äοƒfÄÒçI€ÖÛœ„_Zm=µ>ÒrÚ5¸‘²vÝIØŸ©ã³bn@M-Kç‘”‘ÓV´^p—~³ø2ÿs ‡nÝ\Ÿ_ºÚ"fúÔ”² ŽZ˜Ò÷—;îì/w=Ní |óæ–Œ”7‹HñÖñv:fåþ¾.îþu‰ ò%úïK"чE1­;ÓèÌ)bÎB?ä jyÒÀÁ|œ£ÔýÇýk |rY°ø¦æ»…w¨Œ°‰O™ÔµAô%eGÑ—#Ì+p¼j8—0±1¿¬Š»~]¶'fX°ôœ»v>倴YÑ{ÂÑ6uÞü*¢Àäÿº*àXuøÔØÒÅÁÆ£ ŸÿÁõÐø««û]ÔDhÒ 3þ ç}îLß¿¤¥WÅÌhßk)£fw^Èø°È%Ž[¹miÊ^}Ÿóãkìÿ욬?nï™xÈ=3¶ge·í˜™Í;3„’íLNˆ¾•œ¥7­n8Çx AͽŽÝy1ëã -›°½D¬ñÚ®Ì>¯ùÒ7J*Ø5u°pYӢܯ’†t]aTEåœÚ öíΑª·­„¿{# `TƒÜÕ¼:¦#,äæxó‡ô|Œ1»5}júüºSN+^#\ß¡äþ2ÇFýo«,ÂΡ֯­;³1YôÈs—Dâ»P -–ßUqŽÔK¨5ûf }w®ç7°3bêî\ߣ]GïÈ…‹vM6ŸX¬;ãn§,íì‹]÷3|lÂÊÇ~\鸳3ÇÁ„øÛ«okiº®|2{¿ð~Àa>̱Ðí2S«÷—ì_7ÄÝ»övAhí¤™Þ¼5ÙznœñÏÖ‡yßîZ8È ”QtÌñᆟ¼RÔuÀ3àf;¸çÄlŸ†\º1ÍŒ…„”UHNZ˜M=µbm¤õÄúpÓ±};±òƒb• MŸ[¾ÑðZz~[Êr·…R5ÒïgÕïÏIøûv‰0 ê¾[A. éyˆÄŒ€°?ß.Lí!3çÕPÊÒ÷½„U| óéeÞ)Ø…Õ÷5ß®´œÜ±s°WÛ»w—:º“v!3ž¾Þjìæ-œíåžÇ»Ë]÷¢€3¹˜9úZÜÔÎLZïÜ í¸<Š»³v¶ï¯¶÷µm¹¦îüOÝ#Ð3!=âZØ„/N·÷Ò$­ÐøœrÙ-ëí:îoÝÕ4Ÿw•çx“÷)ЂY;³ÑþJï«…aìíIAÙg[SìF UÅÿ±Öýâ—E>Û'kËt޵œuM¡.Å@-}EZÅÝXMÏA0Ž*ܳIÚÿ¾$éØ.b@Ø^ÿMÛ›õiÌDA~tõ ì, ¹éó!!©p§»¿º:ž|pp)»3ì6ЋoPgüjFÃàEKoêšàdü“å~Þ×®‘Æ ÿ±ÎÀýïÿE ùÿ÷üe‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä Ù!ƒf‡@š9hvä 2ð_ĪŽü±ß;VHÇ ¸¨O %ŸË-½‚ïëP.ŽýIÕ'ÇçsÙ܆KbÐQlÑ‘`Ó…s/9_‡CQœøÏ=€ŽT³Il¬Ç ¨¸“G΀]o‚Ç'éï½–þÞ<6C¬AqÁGèÿ¹1>óÛ|¢‘NGÑpØ#¿m=6¹xñÊÉO.Ɉ ý÷ 9û[sþ†$ýâ9 +×Ï]ÊÌ̸z¤íÈÅ ×Õ4XâÿÛϤÿü?>÷?ž¯¹ #ãÚoG}ùÈoßñɱc¿hÚ n¹våâÅÌO ¥ÿ1p  ³„ÕIHA5·É¯d5ú´Œ–¨™Ñ²c§6%L¸Ò°_5Òj£3ì¶„MÄ éY­n9!ׯ¢””Œª¸Þ6‹( “„Õ PQš^2+=5­[ÁoqMÑ«Wñ…îq|AXI,ˆªˆ… =©4¢AÝLZ„¤ˆéþ£°ùÁó ¹[ìW Ú|Rz©w{#(M/#€½SÐËj!"eng­ QËœcÌš˜‰ÓæWcr¶äÈ«ÎñÖó5¾|ÛFmŒªñùq­>iåb·gÅ̸‘ÑÕR+ÂZj™k “™Ð0!í©.¦ç´ÅM"zÊ.æÄf¸(‚\°1ÏðMásB2FUÒ(¦EµdX)!zÆ…ð„¦G”<#˜‹îÈÏ›ýÕß&Ú®$µ¬Æm½Ÿ2‹È›ˆ+«ošŽ9`gðKCõǃ2Ô €¡6eSÃFMDËnN˜øk?iëêê;Y~uÙ£àÃ|2lÛÚÝ Ž·Ð!»³<xS&¦gÔG´”ŠˆŽÝÐ0*£VcÒBkX›h8圂\LY(µ{3Ò»˜¿k“p O\Ó„¼-)¹,nnç&¬<¿ŽRîS àRvugQÄYÄ- ¥fq¸õ|Â(ÀEL\|@O­ÙY‰ö–»¥æùÔm;Ÿ´q ©9&j$–ÄtÄ¢¤™Tž0‘«?:ÀïÙ…Œm“˜eÂc³,xÈH©Œ˜hÿIoýוæ{¿ë½ëÎÌí™;ÓžNw:I‡:ìÄ1%fY3C13ƒJdYf&$‹©˜IÌ*>\U’Ó}ïßñ>Çïµ¼–,©Níý<ßïç»Ï>Ú¥D@Î@Ý¢JÒ«âeýF=îV¼È[IŸŠƒ{T‚íYnÁæ4ë<â”5~YÛNP#}5÷ïÂûæÂF32™ oÛªhÑGî@ý¡^£!µ†ù»nRÁÞ'”¯£“ðèå„WÅ͆ä,ú8kÔ+®Ã}²ÖlH+'àgÒ3â2Ì©æâþ®ëx@'ˆuš\ÔhÁ²vÄÍ)ƼœòŒ‹}99Ã9·9Î)š¾Vz0p—y6ií4ânúØeæ¹µ—Ì£Û#‚ó¸Æ2d4`A9÷ -Ë+»· *é#‚àýd «¸lu„utuŒ{6íU1—ß°Ž'&¤¥¸ jÄe¢.Ekj†}.9Í:›U6Ì*® nKæ¶Xâ³ÐÍ3³-GóngœEìÂ’ø¬¨,aU4!³6mU·n±.?iøzóuËäDëa|ZPHYÕm»¬~Ðtæ?|·¾…^lGª¶ødóá•——>Ø|SúwÌÁ¹Dº-„KÇÃ<:æÖ‹p¸&­ãn-¥š´ñ -(¯´ôÊš²½*Õq¯A5$IYåu‰IyîP6cP±1ÆÑå¥_øï•|:e*y?öJÏC¦ÍâØ(ïÌÆ‹†oî}°ö¬êlŠuá^JZWFzNÿÖÖ]ð6©h¥¼zYl¼å—èà Z~^ô neÆ­ì³h áÕK0šÐGC¼;vƤ݉˜{©€Zˆz4<¨q6léˆÍ]¸úÙ.©LOKÊÐ)I9å’ÕQqMÖ'®¡Ü¢rdZ^C:õRÜÉ/Cg9—²^¨·ŠIù5Ò«’>ƒ’ XºQ·^š°ª[Ò6sDH¯ÁÃj1ê×I¨sºЀ¤)Ї -ê5¤GÖDº%¨“y:`fCœò”»éxÜÞr’>º óª9(hNÆ!ªÀ}‚²l_‘ «2vöùͱ–_›’™óö=Ìûžã~%;açnÍ0Ol[™§P§šµí¼½«%ÃJý'õÉ`ß ,Ðs7éUó2n^QÚÉ+L¹å-Yúh† RcÈ¢f á3ŸN’ Éÿ\Rʲ!ð©y¤K\ƒMÓÇ+[3^³ ñèdôaTÔÜ‹ú¤­ãu{ÖǪ¿Ù¯ý.iã^ -¿¨=ÜÍøö?†Å_PþÛ3ÛcÌSôÖ ÷ë¾Hó/eZ)Ñ©p¿¼ð©¸0wš|À Éµ«hßxÃ?µ1*<Ÿ°+›·]’ú±î‚÷W_òÎSN£,ï³XR.QíÊ«òÏ×_W}™œU4€>rð€Ù”r©9ë£<З¤.ç×âvö…퉖C˯¿Ûšà]L¹ô¢ÕQÁÅùÇ-߯ðO$‡UU™)Ñt–{15É>³>ÔvÐv­ôÏ+¯XÇÓ6u{Ü*©ÜiÜ¿5X»™a\¦â&Ì!®À wxAí )_Wéí0a.ƒu*p— <ôpÀw„U¨—S„8­¸Ë¬NÚ4í±1M-fÓ±p›¼ns¸ñÇàÓ¿õôÿ½ïjÕ§é7v|\U·1(8µõŠw"þŠ{›â^تþ.xÿò‡sÏj¿uÜ*ÿ$|¿ááЈ2 ý›#Œ£+ÏëÆG[OS.n!ål?I¸¹Åôq1ð7¨¥ö|ÈdÊ ºˆV{DU(ô Ð+ót­„&Ä-oÄŠæ¼G'ýÕ«áïú;AÖål ýB|´úGd\ZK¹:-‰YÎåÄDËá\@-Úèuÿ\4vgƒ êV±P·AŽ/ n ué(ü‹Aû£ 5gꥢ¦N*¤Sà!•`mŠsa|z¤/;oº -¯žübÇÍܼùZ6ÔyzOL¸E©Ù–Ø«å(âj=³Öî‹Y›ÓÇ_¤`p¯Š¹eMTPTOøØ”ÝüóêPÕ—éiq]Îwõèì˸T̤MZ—¶‹ªQ´u*[³aƒ‘©D8èr~¾ûi6ÒûõwXÒ^5÷s‹(?¯4–¶“!)õ² -¶¬Ü‚íYyãÚ$h…ßÒýy­æŸK2>êW#NESÎ'ªÝñ±.á ŸI‡šó¦BÝw±€Až×œ°q‹·°ñð+’Nþ•õ±æÃ»EŸ¯æ.5Ë+ÈûTˆJš(%ù¨RD¥-I+¿¦J;Deôq“”[#Êy5BÂ-®ÆœŒ3”WÒ˜¿IØÄUIk‡÷t³~­„>z q«Yø_Æ'mD¼Š¶EóÍìœVKå;dçDÍi;ë,Ìqæå—ç"RVÂ),_xÃ9¶4,8› vÝxw$bT-Ëõ: -t€ôðK1GÝáú7FXÇ)¿ŠŸZn¡Ž2d¹†¯>§"]w“0¶ÁßÄ'Y'(§ ,ÐʲóæþøxŸ)iæ¶ ‹RVÎÙäTËaÊ%(/¯Æ\Òúíiî¹ yu|¶Û˜°ëù¨URÌ2OÇ&šö¯¾aÞž•¥ÖÊ8ç\èAÉø0t«Ù©IyÚ`ç\HÛE¸KT¹5Á8¾ø¬m/2­jÝõ[,$}¼ƒW˜°rÎ'm‚ËÃÜã›Ã¼S‘×-ûU-ßü¯×¢ AF tZÏÊL R“Œãë ïK¯ê¾š{Z÷Eb\T º&Aá})`f4u4IMWïIÏÔîIÍ4LMµC\ò¦õiÝÆ0ëÔ.p$°#g'$c¼ÕħG“SíG2ÓÌãKƒM?tžÿ½ûfÕ·¤Ý(ËØÅå›#M{ŸV|²ø¸ìÃÅGåo²Ž.¾aîàîý÷ùë¼s;.³–ÍÈzyŠʳìó[3ì3q«4OÅÍÓü쑲J«hmɇäÌ<¼w6"ç9÷‚§ÂX“®ëÏq¯¥ÆŽExä­x@Pñv^-ÏG¥íÙ°°nsšyzsD\ô6ØÙÿvA£{;/¨Ãœõû“Óõ{SÀ°6ÖÒ+®&} -F6¨•fƒFæëìÅßÜy•&È@¦\‚â¤KXŠd­TD%¤Â)ÍXÐ܉ûµb*hÐìÌŒo –9"?¯Qe#гÈEPË”¯³‡ò÷Ü¢ÂýùHG~^§ÍΩ$Œ)ô_á•5“^µ÷¨¹y_Wz²qˆËA—Ž@ž¹„º…å +÷<æ3¨RysÂ*($Q6Üu'µÜ¤VÙYÔwdçä|,"¬¥T -bN£Fü‰‚Ýw²¡¾·Kæ[ÀdÊ”“ætÈa‘Žëùˆ©ƒ:Àèk k5éª@+ëq§¤:=Ë:œåœË8yW¯¨- ‚=÷ÉðÕ¯A•°«€-]¿Í]ÿœÓ›SN^©ïIɇ¨³çWQ'ø#}Œ”SÞHyå©ÙÆ#+ƒe_ySñÅ*h÷ò¸¡Õ÷”}láYëþô´¨òcjUÔ''UµÀGç¢/¾[xZýY.¨‚œ.)Þ‚ŒB¸é£2áûœì‹ˆƒq6em8°4PúÑò@ó™e æÓˆ×‡ØÇÒ³âÊ”4Æws´õÐ⳦ï=·*?¾Î>ð¯SÚ²/‘ mKbLx99Ê<šk?ššäžONrÏÅFÛA­ÜÂÔ,ó|ÆÎ/!ýj~r–_°5Öv$6Ñ sÁ<Ÿ˜aœØ…>ÙvxövÁ_}?|”¶ï„¤m˜²Ð ïÂö$çLrŠ{.9É>µü¦yŸïqõ7koØçqà¹4}Ü«UXšœbŸ]ªûvñiùg±aÖñ•WmnrýïІÃo…A+¹(è@r‚ ¿KX†»å­ Ù´®ReÁç۲ெ›˜á¤¦9gQÐê4°'ÌŽ{xW¨€N]TÉŸ¥›ðwöä >‰€¬ us/'k_W¹5*,Ì…Ì=hPÜFú%MyŸ¨ü¿‰ò«¸¸—3Nnîç—g#’–<è$è}€y»ûQ/dB¯^šOÚžå]L8E 蕸u®‘±» 7c ¯tìÎëMùˆFì¥Î³å¢¼Œ¸OÍE\À~½‚N""ÝÈ0;‹Zí¯+†ÞÝE½… -JšÒNÖ9ú¨ æ7ç7h0·¤F¡ d`Žw ˜qŠÊq/}ܹ´6å–fC9Ñ멈Á×ò Ð#<ðM6j0Só:ø?£‰ -õ<&‚ð~ÆÞ\ÔÔ“ïƒWùŠ ÒǬŠë2`Aভ‰ö£˜KÅ }zÈÊâ*Ô!‚Ú¦½UÞy̘ wÞ¶3§!ߤZþü^Ì!mÈX%ÕÛp]³J!îí¼JW†Ã|Ò¾‘ ¶·[~uåã¹GÞk=²m•U¯L©ªgnÖ|æ¹QóbU6¤f„ÅÉ)QÑæ°è<}ÜVøqÓ7›ƒÜ3;af}\pqs\Ty‰¿<ÔðÓÖxÍwÛ“Uß$gêöÆFëö"3t é„[ÀYÁ{M{»I‰Ãõ!.AÙü@éÇ;%ï{®–üÑÝUö—íg"àa©÷Vñ§kûv<²Ê)­Åà:7†X}YùÅÊ‹ŠÏÁNÑŸa{\ps(Û²~%‡òÉ[ÓàëošZ¬ùÊw÷ò+O«öýTSGpÈðôÑwÉYQQrZP°5Ê<²=Î::„e¤GZ8¡†&…„G/A²ºµ¡¦}·.ÿiãUËÞ­AÆ¡ÈÝÆÐyëNP§Fif²«ÚI§A–s› ”W+JÚù…)'dhÈ¥¹€F¼3gìÚvŠk–àg3³ÀŽ^ -ê÷€÷L7J;XÔ’„ID:oáK/h·m†^kÅé ãlƒ,Ã+¦BJAÆ/¬ƒšü -Yb7b0ÓÇ—ƒÕAæçÅmo—ùµoAÿs£!´\¥‚×Qø0×Õ)‡°4íWmg.×—-ÉGäÜ\D#‡<ÁƼÂ*Ì'ª!BcƧB6ÒfC½D@'#ýržª ÓJÌ'kÎ/¨dÙ9%ä`µ8Ö(PŸ¤ñˆÁ×µrX1mç_© €y“vAñöûTÊ.¸‚КìÕ -Ó ñÛSÌ“¤WÖŽÃ÷S“… ëtDPÆÜYÔrs–›´¿dçÌWsÀ~¹9­ŽË™´ÏìÌÑÉÔAŒZx– -C¯DôFðG16§lâ2:¥½ò¶m;÷2dkî»T¤çQvÑ|›ð«Å)‡ <6ÿŒzL术£+c•5¤fa¬À×ÉðÍ:W¦ÝÒZvQE|Fp)|ã^ÈLËÈ€Zò(ÛÖf……þ‡õ_¬¾`'¼*Öö8ãDfRXœ×¶ljê–^¨‹×†ŒÍЂwë±C?¢K_Õ|•šfœÆ}âºDdl -ú<9Ë»¼:Úöóæïi·èSSê¦ä´¤ts˜s6>Æ¿œá] fD%Ĭ¬zíUã>Ïõ‚ÿ^h9ýQ‡Íð.bÀ1±QÖñíáÆ½Éñ&ð¶ÖÃ0ÝÖ(÷4éÖòƒ[¡®k —†“œbžJLÔ~Î6È:˜ç(ã4 ~›@FöIL -23Š:­âR }ù’G„Õñ™ú½©Y3ê2ê¶Ç„àŸåéi36#­"¬âR4 ± Ê6Æ›,½®ýް«„S/Áì6îÐ01;0“OÅýÇœÞð6ª6V‹¶íü¢¥7¬ÃˆC+ ÂÝ÷0‚•˜¢}ET‰ºTtõY>ªäæ¹åùˆø@Ts(ʆÌzÍ’^›¤×ò²a­" ú›^Á½Âê]Ðë\X%Ä<Ò†”ƒw9™%îV1Ömà£.à«`ÿk*Ôu#–³‰ ¤‘ -KšIúß œ‰åí›VúX_ƒ–^# !“8A9¼6ã•"Nyá1i¶g§b3m'€Ã„”¯ûÖ»¼ëS±7éc 9„_ÃÏF,×á3ëRà3$½Žì}ô<¡DÝþËF¥ úÈúü¼ÞH{êÑ -0`TúR`­ÎÜ<|ÏœV ëT¸W'¢Óö>o<8Øsñù@çÍhß鼑 ˆ6Æxg–UeÛ“*2x}4 œ…{õrÄu} é|èIú®=Ï8•m˜O+$BF#6u vs™5˜«ÓŒ»àOÐã³ì³ÓìS›c‚ „Sãüjalœ}&3.¯Æl½ÝÉI3{RÛ´>./Ù‚ZZ}Ù¸wk˜yŠtêÅÀ§I;h­Ï¨¡ÅÀÿÖ†~\yÝ´/6!¸L¹ŒjÒÕÙ…@¶EfÔÍ„Í ÄfUMôºRzŠqby è¯[Cuß%ÇØ§°Yuëê`ëÁµ—ûI—†‡:5¬Ì,ûÜúë’O\þsr¨rµ´‚rky¨¼fZÕDA¦HO·ŸHŽW}•™¨ü:3U·³ÑyKÅÊB6\jüiíuëѬǠÉùÍÈÖj¯`~I#âÔä‚0&nió6ä8̪f’¾®ë‰)î¥õu_ÇÞ4@¦E˜M\‰Ù¥õ9`™­qÞù8äœS+Ø… þR—¤ût -æãlÊ.©¤'¡wÒK)Ð Êwõ!á»ñ†vÞ¤Â}(d‚$dôŒKÕN…:o€>jp—N„;Mêd†\D-!BâF"(ªÍE%­Ù¨Z¾;ßqôÔ ì9@5m^²\Û;²!µˆôiÅyà¥Ý9sèèÆhî®Æ]F9áQ³`žkÓð9€DÀ¨'á}ø¾´[/FÜ& êï¾¹2¡n\]Â<ò¶¨Vµ uøë’¾;U‰?pˆÏd@¼·§“ÀØ `2" •æÂjÉ.Íj!“÷5I'»(6Ñø éÒʳþ«)ŸÙœ´I«R6`mÈ`¨OÉÊÏ[îäÁsawÝ™ÄÜýOG0¨ÒÀ¬Ì 5×yw—^k›ÓéÓ0N ›¢4÷4æ×ä` s¡ž‡ùpßËl¸£‡æ€´UÕ´=).ÊLI»Z¼>®lLÙ{®&·‡¶íwÇ“žƒh@§‰Û%kãÜs[³Ŧ««gî ò®IOøµ24óC~²*›0WWg|Ö,‹M«ë)¯QMùôJðuñîHy³‰fÈØï|jBR–vtÖ^Ë -SP×06¤Ç¨ÎÁXAÍ)ú¸ë—¥ŸÇÆÛN#nIýÒ3æalÚ¢„ÞSQ~œò™ô¸×¨I̪ڗ_µZÃøe}Dxqñaû¾ô˜2°<=ž˜õÐkw -é”5.T|¾ð¨â3Ì&iLBŽY|RùéÆËš=éqÆÙ,ÌyÞ­b£ð9W_Wí]~\ÿCbJ\¾ø´éûÄ çtÖ©‘ì ¼ ƒßúuÇ%«#ÍûSì E¥ë#‚¬O#z <5 Î…4bàsöÚxÓÅWu_''$¥)VzØòÃúcI!6ÓÛ·Ÿ!ï1*³.½µËë}÷Š> Ü8ó2Ƽ„8TmË/Y?§§4ŒŒÝbÀ霵Š{-ˆK\½0Ö°wkšs™ôöÜJ¹:»“5›ð^{DÐØXGG@æGÊvdÖ,ÏÌܸ…Øõ|«dA% )8ùy¥ôí²Zóë²J‰ø• èAÌcÖÃË@úŒê|¤£ÖbܯWå@cßΛû© ‚—vµŸ£Ù–p˜d¨ÕÀÇ&][; ]à[–ì]MvöÆmZ&â3ê6¬jvè…è$bíPdƒ:y6¢äaYCÂ.,%# -Nv^Á'‚=æï½sÈ“­t׌‡ +ÑÞãW03ne °¥Œò«8¸Ã MªÛYGú-½„¯£36uî,hÔùyC'ä~Æ-‚ÏÒs3ã꾚v¥d°£;;×y';ßû‚V¢pÏσ?‡ôª•Ñö‹7ØßýoàºöñwÝÄý]ýTX§ÌÁ|çƒFýnH#¥×´Ü÷ëÙ®·œÜ¶ß_³Þ|¼8i‘­[uì4p°ž€ði¤¨G#N:­þM_¡Y3â•5f¼Š”¾/íÖ -qww_lÆ,]äC–Þycw~A­Àƒ*.âÔñ3u[|FRž±«Û7l’fgÍ›ƒâ†Ý(䟀¥8»‹pé„éYᕹ§_$¦8…«Œ ƒŠ³ï‘3}×0oGGÆ£d¤Šæ”C^·5))Y~Å8´9Ê?çyÚ|`Xyñ½Í—œ¢‘®e)uЏåcõû<7Oü×üƒ’¿aVqM|FX²ö¼õ1«fQ. c–f ÇÆZ-<)ù|õiݡ׭§î‹¿¹Ùza7põ0¾Š(8d´”U\ž˜mùup -Q¯¤)ø ê‹œ[ÒôvIg$B2½NŠyeM›Œ“#Œ¸SÍ‹¹Íö¾òÖŸhX¨óÞ$æ…`•7Ò˜˜•:®}äè:ÿQü ëâòÿÒxGéßÑ©NЕ[£dèê@Ê.o¢}%m•­ŒµÛžâ— ñM{ʦããÞƒ¸¿÷âµôfhïð¨ØÉiiYjZÇHZ-Úå`I‡N´îè߉tôÿºdì>‘àA~UÊÕ~²gSҦᬠó -áçjó‘«/¨pßk2Ôû” -wÞ ½ruKÚÑruñŠ0»–ƒÎE„ó*0[×ü¼±¶Ïx*Ø -ƒ3^hiTT}*:žutwÑ÷\Èzà?¼Œ[ÅËÓl³ ÓcObNiË -xiÒ©“ÇÊö˜MT‚xU<èQø“‰îÓ¸Ô¥æøÖŸ˜‚¾ ô>$€§ Ç g멈²„‚úDµd¨£g}ZÇYQVBôB6¹ME:®’‘ŽžÜ¼Ñ=bÈGôºØ4§|H{ú+tÚÒôÜÛ?E}]ײ‘®ûT¸÷)Íoo¤Ò'i˜{ÖôóüsVQÒsm`ÕÚ¥YžêÅœ†\´ûA.¢3$­’†Í îÜ-®IMó P¤!ÜKkeaÌ ðuÄ¥åÆ!—oNJ‹Áïï,;³ *)|VFbVÇÈ8ô<ø,å–5.¶òÝ®ý<6&®ÏG;®¥AÊa”¼Ó;äžYU+æÐ°aÎ.¨/þŽ˜µhâVUËÖ´¨0e—VAf©KÛ䵈]Õ’¶êX®Gm‡ž‹NýÇò“ÖKô:ê¡ó’¨rÛÆ>·1ÚvxþQÍ÷É1þ•¬G+FÝ^rHv%oë4Ä&äóm?aVÈVvy3á6¤§„…Ö[Õ_k¿ÿS¥óaóõ„K\•qËšH^ž˜L„¿åTbªöÇÄtËÏ/«þžwp‹¨¨¸mËÆ<:ô - -úsª™à ­¤G+Š9xE«ƒŒcèŒQKfnÏð.A-V!6³"3k–¦ÆUÍ™ eSzFÝb}Òø“´ìëß%F Âßÿ2fÕ‹æ¸Ç“0&TÀÜcì¥×82Ðc˯'3³Z.æÓkRv½0å4Ê3N ;Oß‹ð WÏ´¿Õºïè¤F¸꼉ºL2 âaôwû.Tb*¨S̽`Ÿ~®:ýǵò¯ò‘¾W¨ÿú`Úsõ^Òe„\Ýѳ5uïŸYcjVRŠÚÔm˜KË#ƒâÆ\H-¥ ¡PgD¨ç -¿ÓÆ9·2Æ9WVå½Ô-®%|JîN¸ë.0Èpviõ¦]Rµ6%(\æœNØUÌè÷$â2©‰pÏ2ÚÚn¶düQÚ#o‰ÏˆŠç‡¶FÕõ´f!ËUÄÛÕG„õ&"lî&CC.¬‘NðGTKòâlÈ`„—ž€ÜEF{žPsæ‚Þ#ÞŸ éÔ¤²¾·`Ë&h\›fžÇý=±àgÆw}ÞÛD„8ŧ Œô)˜à…® h¨ã*ê}D†»î`9 ®Kuæ· :#špT;‘îàɽ$xeÚ¥lE< -àBy[6¢Qî.êi?3Ð÷Z±°¹+iÓsSN-{sVX2?ØøCü ç$2+¯…:b!2“<“ÆZvbZ\²5*8ÌS”˜_AÁ;V‡˜GVž1ö¥¦5i»¬:1%-MÏ*êãSŠªÅ×üSÉqiÙ¯­â×9Šæh -r””òšõ]:’3Š¦Ø”´<9#)‹pNÀ¢éiYîЉwiv¯ßi?}PûÅÊêOc¯[öãÓÀÚ^ŒÞ›ì¨Èy,¦œ·Ã˜™Wdfèug^1jo9–÷qJ6Çk~„Ìô3éí¼Ž;;ô¨C'@\ÀS0?;óJá½‘ èµ*Âe1â®ëO1ç­!ÌÓÿ$mW¶l 7ý´ø¼ù‡ÈÁ1ïÖ "`îJ¹µ’5¨±ÔìíçˆãæKÂgéB¼Šöí™öc;û,bãP>ñJêÒvà6WW7âÐñè{³±IiY ôle¤æÇèíòïv}:u¸„Þë€z®=Éø®=Åh>ó÷ÞE|&Óö¸øÊÆ ç$hà -²ÚiR¦<Ý}ˆ¯çÔëc2P01¯¤~8(–¶a^æÅØtù׸CT“ ZúPzl\=½D€Î5*áNTÁ͇e ÌÁ¸°>Xù÷Ä$¯æF„yU, >í~ˆ«% Ï¡!ƒ6éQ endstream endobj 46 0 obj <>stream -2çÞ°ƒ.«²ðó(dñ¤S/!¨U­2’0PrÈkÛ³ 3nñß#æÍ×3AµñÑû¯,àY7ˆÍÀc0·¨G/Ã|=wb.“~}V\’vÞÊѯ9Ë,¼ˆw{ïø„GÔ˜ u?ˆ9Š-«Yùú_“Èë ÆÞlD-#ƒj êW°ãÖE2¤Õ’óúŽu'÷r~¾ëÁÎÊÕqjÞr‹ji.åü]à±÷rsg6lî¡×›óóZ5‘02^N p ›Š¨DÔœÎ@Ιº2N5sˆÛ „zÑ{Ð0´yc’y&6#,Bè}O-wcTZ”šVƒ^CM‚ßì„ÕYûÊúHñ·‹Ï -?X{^ó5Js‡MV¡uÌi”Ò9õ¨ÙôúÆNPÊÌú¥-;À‘P–½fZTŒ;LòÍqEÍæ”¸ŒÞ¶6XýíÆPÝtFÒ°2u Va jg¬ÀüVU{f¢ì›Ø`ÁG‰7õ?àã)¿¼p‹ª0›°sÈÛÐéÞt¦C–rðKç -?‰7Coð+s9'Gk¤SV—v¨¹P[³QS/ÕcÆYÔÅ¼ÔŒŽ‰Ø,:`^ÆÊ:—šj9BO~%›¾ÿŠ:Í«¨”pkù4‹à%¨—W‚€¿á>A%âÕô½é`ß@ÒÓÕ“öôÞI»o¾Þ{©xy¯’Iy¤M›¸Š€zCü&"Ðu“¯'ÂïêéöΜ޸’³(¿÷²/ïD„ »aQîe%œ+i‡^I ¥ôz}ïP-&ÜâÌ)¬$}J6ä…ê­™–ch@oD÷R~ î×+3àXT«ÉøY¤_Ü@ä­dô>ÐuƒŠ;Q¯¼óHê ¯°2cçmL¶]ŸæœÇ¦^|N%%à{Èðõ ,x× œøت—ŠZnä¢=ÏrP«ôZ1˜°œ±3oè€qÃtî.t= ×3v浪Ý•êV6?È>µRŠûÍ]q¿’UÀ@7üFÈýækTTgÌΩäh˜U¹4Sµ'?ßý8·ÐõX®o¼jw¾÷°>d-­‚ -ëuYúZ"¦.zÏêÕ%'ƒ:åμ òˆN¼%K»$Õô:tø.J{8…“­GP—´¾Ö-«¸jn€¹?=¥ãìBf½âzÔÙ|,>Yùíò«KŸÇFšŽ£³‚jÒ«â,¾j¿TP>³^ƸUZ¹5ͽŸn?žvЍh~Ä`ŽyøsƒÍ{1k§&F]îÖhó¡ÈƒÂ÷W_VîÁí¢†¬_-ˆ5ÈÌ2Îäè=z­t{¨ô‹ØPÅ>|–W•õªù˜KTm¢÷x}—œeÍ(Ú×_ Š;Ì÷hË9Ü¡`çèŒë‘·gl’Zúž$âR²`ž®%r`giÓnTÒö6*nÙ(¸»Q¥ ëÓ.楴]P‚»4ì䤺9=®mKM‰Jp_ë™\Pl¢ô¾‡9~Ó**‰Oꘄ«ÿ æ1ªccÜ‹ñÞÊ­çƒ9êUǧšo7î£àš Qƒ:µ\§`ana-îÕã~IÓîœF±;g°¤ ³dÜf#h%ø“ÙL¯iïÀ+2˜³‡0ä_Ÿ¬x¬-?§V仟‘Î;ôúl>¬Óýº V¾WÞÎËyGˉíéÊo¶§öÃø—Ålœ¢¤UÅ&=}rÁÞûYŸQŸ²)6uûÖ´´zkªõTÆkÐn»MªMÈ–H ï)|G-z‘`Ë9úwà>˜HDÒ95¤e\â -Ì«ä䢆ÎÝE­‘š“0‘  ŠŒJ™øœ j°— ݲá‘[N´ŸšëèÏ/õ¼z»Ò3œ_4ô’ ª„äÿßZ’Þ/1õücÉr÷ jˆ€¤%áC–áW.·Ïò ¬ue†}¥÷=Ìõ<§æz_Qc'Q˱´ rªÓ~A{~¾ó6š)ðއdT«ÝšªÙO@î„,Õ…ƒA£ú‚®K#ôFo.ªUeƒ5|&ä(&á—·½…yßEøÕ|º³ð{òs:Óî¢ùÑé’NÖ…í±¶Ÿù5”ߨƒú+ËØùe˜]Î&]×ò¾žÛ;s'äæÖ•×mâS¢*z:äS&ꄬo7ª·^l -ì'oL@ز²Înñ/"¶þ{ɳ"5¥iNŒHÊ2ã‚2Ì5¹`s‚u"5É8šóóªw¡§†XM:Âmé#}– -xÞ—BoVö¥\DP?òàÂ׃šó{(»^鵄WÉF½ -ÆèZzVRM¸al‚ÆzÍ&ô²mô䟋 - åg]IZYgw÷ù¥˜›SHyem)— ö‰æÈGÏd'þ†Ìª¥» úž_ôfðsEÌ©bÄ\âºèãHÌ¡â$ýP[VYé´tfýOó¾Î«i;¿xs¬õÐúPí7ñÉÖøW'ÞœTÕoO(«(`ŒÝ¨åÎNDÆ$ý Ã~Y î“· ôz¯ßÜ‘öªøq«¤²|_.hÐR4[ô£ùW’v5³³ ãåµú Ô -â뺞›ïÈ/hu¨ó˘O)Ì…eâÿ³¨TS¶ÏÔ}³4¢nNÀ¸'lð‹%íèêNÙ¯?讀Ït%<:ѲMÕ´<--!B}/`£LØ`ÄBúNÔoéǃ–«d¸›Öÿ~2(¨Œ[¹Q¯Z–_èz„EåütˆWžöñŠS.Ná–âazص±ür÷@n®ãZêvg¹k »¤5eáÚÈþizMæ‹ ÊXGûiÊ/†>QK²i[>¤þ:¯RþŸEn7ªQÓ5›v -Š7¦Û~Á=²&ú -ä %Ô«±`ç-j®ë5×ó, ׇ4Rįæa£ jY“$\&]Žþ ðýq—š•r«Y ?Ú]ð ²PrX>ÐÑuôæ#Ǝ݈V )¹ô¾`4÷\½ë¼›[0€?êÔ| |H”häô7âRÃ{¨9ùpç\¸÷i.`¹š÷YºIAE¯ƒÒû—p¸s «3V^éì0!®k6“,é4)â3ZêTsr0ædH)Jº¥ŒÅAðž!QÕ®·÷.åUñb“¼‹ÛS‚+Å€­U|ZóQ' ^ þ~sËnRnÎèÚß­…B†È„µãtl²ýèÜÓÒ¿­=j8”w™LÙ V‡Þ ¼F].Ô}?š˜÷÷Ü¥| -×™qŠª ˆ ¿|AÚ¿ûvÆÓÿ<1 ;sšV^µpô•êî¯ùžðh”¨ŸÖo%ñêq‡†ñªØÛNIͶGѲé‘7¬O‰Kv`lw R>%‹ôk¤ù¨ZB×ÿæ„àâú¤ð2ä‘â´UV™ ‚¾L`øZÔ¡b’^K}oõ>¦¢]w!7êÁÛ•èÍò§`þyË|ÈÜM„•¼ÝE¥$?¯½¥ïM/hTô}h, •C†¿šÍÀ‘WA«‡¨ù¾’~f< kbvAEæ uÓÒ*Üuõê½1„ø{îÐ98ã5iQ¸.,¬7àƒÉr–Å‚øû°ÐÍ4ØÙ‡… z,¢U$ÒæØ,ð¸WÉ%£à§6qíê„¢*íî½Cûéµ·üRïP~Ár'¿Øq› +xoçM}$°!°ô¥üwìøüÕ!$d¹±n×r·]”·ï„…õ;!qëÖçì.d¢@_ýQKóAY+âW'Aw6F™'·ÇY§²Is>¬UÂ|qHÈ+Xð¶ ™{Ó~<^§×Æé}/Qƒ‰^Ï¥€e1—^š±©š—ª ñêDx@#€lÆ$=²fðÔzúù Üf”d¬ªÖ”M -l«âÐ{þ ¿ŠG‡ÐYzRN†µŠü‚Þ´³hì!£z=Ùõ(ÛpÈ;^ƒæª÷ëÐs•è[.ØÑƒ‚þ­ ³.´ü¸>Ôrø¹päI»Š³9!)IÍöt¤f:¨SùRÖƒ °<Ú¸/=+®È:ŒšÝ°©cîEíþ­1qê6ë²£.=ºU+òQ)ãKrAÆ-kX‘ÅfÔôýwÒ-oÄ|ÈçÜRÌ lmUà6Iu8:ÒÊ0—¬Ž¾ÏDùáú:aÖ×ÕGºnåÂæ«;Q•,åd_¢÷h÷0éúB|fð­ñ@Þ¦ŸO˜—¯¿fÙf$üÜrÄź@߇̯½Ä}½÷éýZq‡¤ -ÆÏÁ8á~µ¾¿ sÜü.Ãz:»ð ¬^ûÜšW$áÚH¿°*ãæ\Jy…ôó¤×¨Î:û€k{ zSÔÔ…ùÜYÔÀ×Õ‚”]^çÚö ½&ÿOÈžTT¹EÒD†@; ævuƬ¨T¿.)åÙ€œ ªÄ; ¦þì’éz~É|3;o¾5bÙY층»l¾“]Й°°Fº=+*?î"‚]7Ó~½,åµt’‘ÞÐÇ«4å€É1ŸQEÍ–,ä.ÔßÑ vßB7FÑ`ÿ0é¸B†¥û‘Œ*$ó#µ{ÖÇôÜ„ý‰/å»ëL:ú€«®ÃïëÎ-‚æ—å"zýü -4w%=÷X°ç þÔCgyÔ/iLXg“VæEÔ-©;gìøç¢¹ÿmDc¡‘àcäïàG·rAµ(’¶q=FçãˆF•šû“>YkÒÌ3õô'ô¦Á@³a´… -ÉÙÉiQQ|Lx!5#­@€yéýû¸SXššâžML -.âUk|T|ykˆ{<6Ì;µÒ)aU$ôä6VÆ.­Î8¤ÕP3ŒÝ9­Š^7J»5œ”KK?ç$¢œ1åÒð·²þ¾8üÞ”U\¸­Û³’²•IÁêèâö÷îä—$g…% ›¨|sBx)>iä.¼äžYlû9ú“-OZÅÕ;>ƒfÇcÒ‘>9Ã~ëòëÚ”à KÛôœŸÙôyóµ·ójè“Þ7=t9>)¡÷a–àQÙnH)ø¿ §ÿ€þî™0aôKu6 kÅ]â*Ì!¨LLr."3ŠúœÿÚs2p ˜|Õ Ø.(CüRÊÏ/#|œÔ-o!üF=^@ßEíÂêÀƒË|v4ü{‘¢s¸G/ÇÜ&òêÑŠ²!½Ì¬Îþo¤ü‚ -Ò+l¯åã>Y3Í»˜ßd„¬ ž,jH¹ÚOoÛ§²~y{<‹¾^ÓŠûLÈ‘}´îî,kôô8§ÀsÖG綇y§ÿ/ûnO˜NJ†zQóæëTTÆÙY6¾…WÖÇ/ÍzEUyÐlr^%Ý]Ô›w;=†×Ãhzvr ½Ž’¶f!/¥!«”ÅxØž#ã¯éó ÀÚA½Š -I¸OÚštÈÒAðZÿ=?¼5KDºîfàëDPÁƒâÔ˺‚ºõªŒçöxÊßÿr8†€ÞÊÎw=¦æŒ·´ ªDD+§÷åž{˜ÛlÊG;ofC7§IƒÔbx/é·R>ðàÐ|XÊÚ ©ÅÀG½;‹×&s«=oòKwv¢ü_+æ× Qá×a^QhVͶMÃÃý·r )Àp"ÚRò²Aq}|‚}re íÇõAæ/«¯y'—Ÿ²¥§ÄEé)þÅü_|œsríUÛO« _/?©þœrñŠ)·¤wÊHÈ›à -bãNi åV´¦§äU©Y qd¸Ç¨@¬ªæô´´<6N?÷!,JÏˆŠ’S¼óñ î©íqö‰íIyÙê°ðÂú0ëpÆÊ9Ÿ²r/¤¡®ÓvañÖç´û~ñÁÇUŸoŒÀÏÛõ<Ä¡¢ŸGàavY]ÊÊ:Ÿj9Œ»‰YQIlLR˜sê…o!‹æ@Ÿqä §´69Á;—eKN°Ž.QÅnD ùT­ÌG´JÔ¡lMLŠ -Q›¤bØžtIª·Fšö/=¯û23.-#)è¶²ï;ú5¢7bvayj²í02Û¸ÿ-döˆå|ç;|¨Ë3[o8—à3–ÿcA.ÉGd Ò'®El¼Ëñ ÞyÒoÐdè}âM²À´8è1îW±qŸ°*nm=š±ñ¯NY=Ý;IV°1!-I;øW2 d7¨dg=ò&Â%­–öÖÈègQéuéܼ^—§ïï¹UôzC9ŸõW`zß é6*€ ûSNðQ¿‚ ˹y˜ÿ·9wJb“Ì“)ë|>¢àçéûepÙ¥‚ÈE,ýÙ¨NƒøéÌ"iHÀüÄè=´AÈ0.Tˆö!}Gn^g ‚âFÒ/¨$|¢ZÞ‹öÇ!2~½ - uß/¹ž*y¹¨‚ÿë‚Z‘rIëÀÒ›VeÓò¨èâêîC¼][SÒª•×̃dPŧ€ŸéÜ•šåmC&Ž~ʪjY‘—ä€óÀ1”GÉLNòÎcNÎ%ÂÉ/Î:e ôÓlÔr“ˆZnÐë’ù¹®'9sÒ£áb. ;e•n ·ì_~ݶéUûøë }ñëådÈ y÷ -ý<®›ÞïÁ9ãž Þjýrå1û@|Lpaõ%ó@rŒs:9!/_äž\|ÚøUøfù_VŸÔ}™œàž¡ŸYÛõ‚…çŒC© ÞÜ)®Ê@]§gdU[Ãü3ôóŠñiáÚ Þ‘ä´¬bc˜vù so|Tp–^›M@ý¯½hû1ú á‹¹Gmß­¿dD¦ù˜“_´6Òvhe°í@rFP¶q/!vAQlLp~cHt.x¯áï±aá%Ò®jÁí‚bt†q<=Ù|01Ú²?=Î8JØùW0«¸|k”wfñ ãÇÌ”²aíeÃ÷kÕ_d&Ùg »¤:3Í9‹Ìr/f¦W¶ÞðO£ÓšftFÓLØ5Œô¤ª.=¥jØ|#„÷cý²öªiÏÆPó¾ä ëLÊÁ½Œ¸èµ+I è9ƒôËégbvègq¼z}?±És>½w)Ûr9ƒökÚ£YAafFx>Sa®s©ˆÍ(EœfulZVŽ8”m˜CÑ”šâ]ˆÑkVAáÊ ãÐÚçh rIjV\’œ]&mòº_ýJÖ.¼pÈ5›Cí¶†ØGiM>dìÈC†¤2+«G¦…Eè´ `û çèú+о Ñåô”¤45¡nHŒkš0»º ±*·Fg6߰ޤg¸²™•”ce3ü‰A=¡~­4LtªY¨['ŒÛDàõ‚+I+÷2ýw˜wzÏ9î–Ô¾ Ë™yŸŠ×!¤ï…aIMÂÆ-XcK;¤Ì_çMý;!•÷Šj©°‚ƒ‡díi—¸rÆfùÿØÜ}ξÅÇ‚#KO¤gœ] Ÿ¬¾l=˜½ÏA–É€~"VæiÌÁ+ÜžF^‹NνâMOJª ÛÂ3”WÍùÇœN—÷ÃûÏÊ«i6JÙ Äa1¥¬fõâsùÅä´ž»1ªiÜ•\ |i{¬ýçíÑæ}‰™†}ñ©öãô×·FÔõY¿¥xêðw#°Æп“‹X?Ƈx'Ö_0ö-=iß³ùJpzm@vqkHU²ú\r:x£ùóе†O6^òŽm ŠÎ-¾’\´õTýesw -±Ê«·Çùç ÏÏ®¾h?°þ’}$6$:»=(<½5*¸¸ßø«·îãh=éÖÐ}¶2о—îù‡íß-=jú -™j;†Ì¶‹Or/mëÛã“úv˜«–øÿÜòëÀÊsΡWœ#„UV“uªÚbô³ôc¢ËÉqñèçS‰á¶ƒ›/ë¾^{^ÿÍ -øÀæ`ëÞ•7¼‹Ž¾¢ÿ^yZ÷cÞ¥d¥§y«ô÷¼¬ùrk°a|ÏþhufZ݈;4,ЄŠÌ´‘›˜4r6Ç•áû-ßnÖ2÷¨åëÈæ/×ß0~κä-9ÈáÐçgRÓ¢BÒ#o&½*VÚª¨£ ßÒkJ¹€^E¸-ù¨N l+É@ý'­Òòø4çÂòëÆ·Þ€Gˆ/¯¿^\zÆþeë¤$3£e‚†œ‹òÏÆFç6_3^Ѿ/ú°áï OZ¾_yÌ9˜‘ÿ3Y~w|Jt96Ê9¹5D?GÊ9‰ZÕmqøÙ¥Öƒöž²£·›¾Ž½ä]zÜòíâ㦯5¿ù’y$r»ù빜Ð'ëCêJÿ-ÎÞþæ/æ1ölFlRúÙùrü?9.-Y}Ã?“˜¦÷V™ T@§BèáíQÆá8°@| Xc }ÿÚ+ÆáÔ´zPQZ5m}óݳ Œ_<7«>òߨú05ƹHk<¾zä # â0ˆ³ªÆÕW¼ã¡þ–Ï×ê>²šÊß]úMøFÕG)ðŽØAbå]ù碨…ôp -’ÀìËCÌCî;•Ü«ù|kñsl”{†~¶‹ è¤)—º=>./‹C}$Æ%ÅôߙҾ7|·õ«…ÇŒ_ˆÏ£v½ˆpŠkÌ“·ôŠªQzÏíKÆÁ¥GÌý¯x—â£ì“ˆUÑÚ_™œ”–B퟈ ²~ÙzÍØ¿ò¬mOðfýgîîÚÏ–ŸÈÎ.=V]˜»ÇÛ¿xŸ³égÿüÆžÕ§‚£s÷{6¸G¶_ ÏnC®ÈLƒ¿ŒÊJ¶ßH/o¾æŸX~ÖúCøQõãæ‹¿×ý.x§éû•gí‡Гàç—xG–Ÿsž»_ûéÚÓ²¿ožÿÓʳÆ#ñ mÛê²"=£m‹OÊ«V^ðŽÓL¸ú´ñûôóDf”ujînùÇ+/˜¿¬¼œÙÄG„׿Û~ÝüS|¸å@|´ýPèqÛÞ ã•ß®>m=²ãÖ‰èZZ|VûÕꋆﷇG·G˜GbÐ×ñQÑÅĘ `ýUû¡Ì”ž™éÒlZŸ‰OÏ?‹ÞcýºÙðÉ⣖ocƒ¼³é IÙÆkÎ1¡æ`ï^à'ÜiÒªnÙ¤Ÿw.KN±O­ 6ÿ¸ð¸u_ô~ãWžk¥ +Nþ›¿¯ê“Íþ‰…‡_­ØµUõ¹½óÒ–ŸÔ~‰ZEYÈó)§†µmU5­¼Þmývùqëž…õ_Ú;®¼çï«øëÚcð.óçA}ñϱöÜ#§ÿVK;ê”%gÚŽ¬½¨ýjþné¾þËï­¿n=à¹Uû]bL\NútÒĤ¸díyã7óË>r]½ôÞKñÏÿr›ùíÿP\úýS~á{sw™VžñŽú›> ^küdñ>ëÓçãÚ ¿-8þŸs·š÷ŇeeñUõæ°²dñ ÷àÊóöŸÙxÔòÓÆ3æàõÚ¿ÅG ÌÌL·aã¢tîQó×þÞ¢?ø; è*~/ÐSôÞüú/ÆôEï{úÚ.>’ŽÜjúbåiÓwkÏ›¾[~Úôÿfç6Sùý5Ÿ­¿f_zÂ8ŠNéEÉQeÃö°äÒÚkî1賃‹[¿Kz®¾ý]´þZQ²ðL|j{ØÂY{i¨^ŸŽÞkøÜwµú/¾«Uµv}0j¸ðßÛ£¢â ¨§­7Ìë/ÖmŸ6|¹_ÿ•§¿øgÏ¥?Gï—~’˜`§¼:yzFÕ´ñ†{†þ»‘›Ÿ/?iûaöÈ'ÌŸ W¾^Æ>‘lCmn °^}ÚöcäNÍ'kà'¶Ž¢ÿ^{Í;½=¥glLhêcN ‡Î–içÂð䌱äwsÍûî،ðõ×}zŸsî=¨ÏSÀi›¯¹'=]Õ‘üf€{þ7O9çóJYüÇðÞ‘¥ÁIÿÆÏc‹±ÞéÔý·_ÚöNÏþÖf)ú³·¯úãQíù÷@“Ë«–»ùZR–\^zÒú½·¿ê/ÓúâßÎèJgµTýù^ûéU•}²ð˜}<9¦ªÙ|#º´ð¸ù›…» ¹Пý•EÔ ŸçOéayÃÚˆYîÀ?º2(-JÛººÖe¥î«Uù—!áùÿ¸Ýzì?ùÇ?úæÕœ\¬Ú;­;þ¿B·J?ÌÌ2Ϥ¦Ú{÷¥Æ™Çq› „th¹‰qiqƦ&m:Qø®ðPäãûÈíš¿ùû+>\|ظ'3!.¶^­ù¡ò§?þ`ÅÒeÒ‡·Ÿ3^øï•—U_¬¿¨üwöÖ|4iªþðëì¿ ˆ/üvù9ûÔê+ÑY__݇³å絛üv¦£øÏ®Þ’¿®—|¼>ØzpÐtþý—ÒÓï'ƵíЃ¥>ø]Îî’÷<}•=øxDuö?_ÈÿV_þÿŽj/‚MI+Wž4íYz¾÷¬qOô^õ×àµ_-?9ÿW{çñÿ£÷þJkëö‡INrNz/&¦W5jŒ‰±Å{ïT¤÷^¥(öÞ»ˆ   `Á.v:Ø59ç9÷¹ßñþ#ïöþÀ0#ÉØ,ÖšŸæÞÌyow´,zOG.t* I6@ƒanÛHß•†âí0_ _zëÄY/lpîƒ6»Š¾ñ‘KÍ¥3bð³ÅFÈû>\¤ENË8÷YSÂÄ»;ýe~KMP·¥ÀS ÃÀŸæÄù/7ZŠÝÏ5££ä«š›ûv¶ -â±ÓOJ˜½ÞèÄúÏ×#>©¹Ùj -^®µ">O òßã?]ž¯|ï&RÎH|(%D^b'ÜY¨Êy¶ÒRèf——œL£Ó&k“ßu ý/ÏÖy˜¥ĵ.R”Z˜ÿv„ød—ô@E»#ÅßÜé/ -ÚÎûdEFŸÍVˆÿ]æpwº³Þ©˜?®i¸· ÍiO õé.kMàW†˜·Fœï­äz¨Ê±g:üP…‰¶öC¿» ÞÛ]Å«my€// [éBfŽó3ÝšŠ¼O§ Ù€ù¼Õšý|§#ÿÂ8ûýrCÑ—S|¢ÒãÌ<ó(·pw²Ýõ\mÉ3_•ýl¶"ñÁ|eÒÃC )gcúy¥¹Ôk©Ž4]s[¬ƒ¾Ym,ù¸Ú‚öâç?Ïùîzaœžè{ à”¬t ¿)¸Á*¸*ÙW夨ë†zèlj*ðHܧ«e~Ï/ÚG)é -Vê1Ⲛ}mV˜t{œyCF -»½Õ]äÃÞ@„|¸<'(ŽùwŽO·Éaþ›Ý…jrž*èÉ·z‘á—'Ë3±3]òƒ?ü1ÅÍþ¸;ˆŠÐˆ2_ÌTd¿Ÿ«ÈxÖ‡ » -lץޒÖ»Ò^÷sSß÷’c]Íl´qhK‰€ Ï•æœnÜ­AÔ÷KPÏ‹n´K .þq.ù=€¥øÄ·öÒOÆÄ·>ø×ÅF¨[*à¯>˜ßeÀk»ºa_ µJIi»Øp‹rþ;µ_ZLÂïiLâjgÆû V¢«e„5 337ºP‹Mk­Ý¸ßVÒO!H}‰OpûkÿÎ9JJÒñ#nÌVÄ€þk‚‘tÇ9Ræïœ@GÉ+âß’’Þ\Ùé_UåiÕå±÷M½%ßýðï+ÍoVÁo6:K>/·B}WZK¾ª»œ[°Û -XnÎyihÍy-¡ÄÞçú^ç$º6ácŸ4£b]vžY2¾ºèå\UÖ³1züÚ‚ ¿h >fê Üêqño1ÑŸÿ>Îc‡—t  ¥¹Å&‡ø­´Fߟ…ÜÐò#ï®u—|¯G'¿àü|8Y‹‰5K9c?"È:XðÉØ“û~µ5ý£”ôõš¡5ÓãPC¯w–ú¯Öå¾ÙéƒFnôG[?¶;Àowû~ó ÷Ìä/—ëŠ"\'Øe€¶d^8n¡*ùÉrMÆ3cÔûPƒŠ6ÊÊ~ˆJncÝ//÷@ÃÌ€^ªÉ¹V—ó|¥.ÕeœzÛ!ÃÇLpà¶1Fþ¾Š ·Mð1ÛCè £~š©Ê~:ɉ»µ(Ž¿»ÙžùÊ1…O•W$>YlÂ&X‡[½œ´ÅÆ¢7S•™Ïƹ9¯”åÐפ”wmèìS˜»ÞCŽž­O{:WŸä²Ô”ùÜÐù°Ó… ˜ª*|+†_m‡†^…ž­Ê1_™ýlµüVË‹¿¹$Î|ºÝù´Ýÿ&, ¹NOúzs±žø¯žÏ4”|Ûè,öØêDþ¬Ä]ÍN}¨¯*|ÝGO{ôó“Ë 9îÃz?6¶{»òõ6ì¯!lÄ•–bÿ¿F‰7L#%þìâÀû¬¯ëv96c»¿Ìw¹9ÛU_—å²Ðûbº2ëù#þÞ'éénâGeIøí&x ¿ä} ø  [.€ç2´¼›§=îE~»¦¤=XïÊó E>µbÒþ³ ªÞSÓM€6™'ðPQ|¬* ±ÉоÌÕßOÖ"‚Æù^V)¼Ý‡ý±ÙQìmî‡û›‡«€GSq’¬·À‚m#ää)Nì.ØÓ%}³²7‚Œúÿæ)%ÿ;K;d%+mi¯N4Ì2'ß–:àÞëÝè@%'ÇeŒ–voµ¾àíÁ8"ô` -¯©OÿHKq¿²ÖJŒš—zÊ(‰75¼D—­¶BwÏaÛ}˜°}9>qO†Õ×g½Yi/ðµËy¥[½´˜­^”ßfoñ—ÍîÀÇ—k«²?¯w—…uR“ßv^%„µ 繜–|[ÁL¼3FO~4LJ})adz.tÁC‹c?_zuÔ - ükšQ¶wÞðs†ŽœW«M‰.+ I/7;€Œ¡$e³ý¯§û¿º8ÊÏ2P²N÷x®"ÀQÌ]+ðÆåÛíÝ>°ŸC‰¤F?ÖUd»ÿ­çàë™hû(6z¾*Ýe©>÷µ’“øõöb{Ièã…FXˆZ”÷épŠŽrŒ¢â-'8eØ(›´,d¦6óU 2äF;6âÁ–?!*ò ô“MBJ;PaÒíã%á[}EŸÒžÏ7d¾tNÐ!‹ýÈK%_cô«„”¼Ó]ôÉ<ö°K!_l@¶]ê. ´H¹ø=e­`{€›µPòcg¸ô "¯ÎW佨—cÿ™+§M‹8V)j”ð ë=Øà•¶¼×ËõéO´¼ìG2jüõnXÈ%C#Ô×(!&ëÄE¯6ÚÉQÛ]”ŸÝ¿K|ØÙʬ§sµù€ïÏq1´ÁýÆ8°“)b·æë¥f[G鹫ÍP7}Eö5'ãÑ8=ý¾œšùr½ ýÓ4,,]lÆÿ˜«‚|žå¾Ð Rîé+ÒZú _JJÆL3èŠV~{§?ý¥‚~sº<åÁn2@è /Åýún7*ó÷t:MNbìrhÀvgÊ›yQàµõö¬÷¿t\"àáófj‹Þì £æëÁ/5œä; -ÆÏ[]¸o·»÷gj’Ÿ/7å½^íÃ'‰¡?îÐÓ¼&¸Ä9%àØ4‡¹ÛŸî¹Ý•ë¾P“òh£½èóî;£ûPU]àçœ ¥Y¤ˆàù†<Î/ã`±ßVOž‡¾&õÙBG±ÿ=þálø“¡ ´3€°ÙbOÉ€l £ÂT•ùî2N¦€Ãü=-Ï® åì©Ù¥[ÀYnuº™‡J¿üôn©µÈSßVôyº­ |s“)e'¼™¥?Ûí‚|· •†î)`ñÇ“D艟n‘•øÐÂolt”†O2Ší2L„q ìë¤(ùÞ?íÁ$?íÑ87úåî $BSç/ȸ¾>D„™%°Ð%Àÿnµ¹ë ‡àÁá£îÏÕçz8ìr²¯¶cÒ8„ Þê/üjû™ón¹.ÃÅ2@H6I¹@ÇßOòÓ_Lñ3_Ló3[{a2x­ >Wýb•”c´hÿfXÀåöRß?§… OvËü÷Uôü5ðšd–Ú˜ÄÓYúl¹¢Ö9-bïÊ()+mˆï†„ïv;Ò×Ðûäf䙩é -N½¥Æìw–b°îOS‚¸û*vÊ#]eÁëµNBPSÙGêrÒ¯.ûh–M8˜ª«;™•¯v—~׈ÒJ}8-ˆ¼µÕ\h-ÌÇ./ÇlôaÂg2Ÿmõƒ?ß§êå›uˆ’è²ó”å9ïÆÉ÷G™Ø}5³lc°ÈÃdfP{öaLø¡´,h_Aj¿=pÞ× x8ÉBèªS_ŽÒÂÿZjÎ|7Y•ç%㤼^mÍÿt¬¦—ÎA½¢äÇ}¥šzªÒ7Z Þ-Õ%?ÖðÂoËw·zó<öÇÊÂöÇHéë¸(!,èîDM~äÞ$­h¶>ÿà %ò±‚ÿv±9ëýrKÚ‡õs®­ð»”ÿÌ>A,øÕ¯ï]ɹ¿Ö•ÿqKRâ·5XòÕ&CFš%„à\>lôÓ´b¾yŒ–µÒZì½ÞYâ3ÎKt!GÞ¶Èáûz>{¦ŸWåvw±§ä瑎Vl—ããŒ#èF òÇ¥ÜÈǃä‡@6Ÿ¨…„ ࣙúÑ1Žq!Î:.Â[ÇÙ…‡ÓÔâc=¶?Cʱë¨`§Ž‹ë!G=ž¯Íô®ÿ·žv*‹X¤Eþÿ,±ÙÿÝN“ -wG -¾œé«›Ïæ*ÅÇSåx›Œ”høиèÍ1B|31ìÑ‚¨Ô÷`¸ã”r -÷Çi9'ZJÁîÔg{æg’±rο»`Q‘s¶úŠ},¥_×Zs?î f}:šB'í)ÉYÇ3l”yœ‘½5ÄHÜæçÍ5!?¾û›©á·ÑZøÀü³•ŽRÿ¹Ä÷F\ôÝ~BŠËn7Ï"åäÏ7•|ã%=”±bîÍÕ¤¾ÛlûûË‚÷ÔÌAüÏÙæ¢÷*Ì"EG.6%¹“‚n±cvbÿêÆÝØè$§Õ`üÊ¢®O -Á¾Çjò× |ª%å9ÆÑ±kÝ`·Õ®ÔWçký¥§—ZƉŽqloª’½=LK®È~6JþyCÎŒ1ÆŠ~Ôò½,e†>˜k+õi#E=”³ãžîö¡ã¬b°×ГIvيّúZTˆØ}­€º¯ÑvG˜¹†.l4£vÚÁž§JLܾ³ÕSæ·;3 ã¢cl¨y”œ ­I|<ßTêc’’LRbÌš;š°ìjVéÖ(ú§c¶ºÕ9Ó4äT±`Û=¥Ÿõ Ù/tU™Ï›‹¼ -J “¹qê 7þSA†ZGiÙÛ½°ï õéÏ—›ó>n cv$ô,û˜ˆ`–в–›K¿ì`œ¥9•øäó{ ë]àOSâ”Wãå1÷Ìrtäþm .u—:Õ|¢CÅE˜¤ØhC'øËNo‘×v·E‰ŠÞ›¥A-€É3"C÷äèÄ%2j»¯à›Zï"¡†Þ’3P“ñòXÃAOW -ìjÕ1QÅjn““·:a^úú<÷éfè÷µA|Ìj6òïårUŽKÝh/û¼Ü ÿ´;Œ´«p)6%6Å<ŽI°M³qœ _^Þ×»¦aåXß4bÓU‰ŒjtC‚ -Zíƒ}wj¬,ðyëRRz¸ÛP":poºªÉ¨äá ]¥ŸW;òßmög½YjOy¡oLùø÷¿òd^Pµä#‡Ÿv2WY} R÷T¼²=b¦%ïôS¢Vzˆ¡-¸Ä§SLÄç@=ÉÔÇÏ[kÆßhÅîv£,Ãä§šWfÓq0‹@æüé÷C»Ô>Ê;ƘÐ eŸ`äÛ•ÄTã0.Ô4DŠÚ•°3Z0q7µ"ȇÍ6|€µobä˜%Ü"C75vV }·Ñ‰6‰°+丩ª¢WêÊB¯ÕvlŒc”ü­²l£è¨íÖÌW+¯=¥³Ó‡ -š¯M>B‰{2ÎÈx©áƒ¿.7"Ì$ÆI8eê -£o/7âóþ]¨¬=¿_døì B¼7‡à‘V9>õlš^r¤!¤/4¥¿Ùìd$›õ¼Õ^fŠVÿàñG}¸¨û£Ô¸G㬴‹M°ˆÙÜ^Qäýê‚Ð;ψ8{JÀåÅA&)Ôo­»ÐË8Žˆuh©p‡–ƒ²*Ø…–1ø¼&¸0À û9$ïÖáÂ/ˉ.s51Oœ2|Æ‘FÌZé¢Gðûf%ó@ÍôšSf–âÍJ\œY…OpÎ0Ê‹5&m}³i¢i¥¤môÁƒvÑÑÎ ä¼²qº5û¾Ý‡Š<ÔðiúÚ¥Ú‚׆FˆÏn/>çX[NwjXeË=ÈhMeúK³Œ–u<[Yy¢ -rLüÎìÛbØs²:åÝB[vÀáú ø7ë8%o¶ üîtV\³hêZÒO+Ì~fê- ´Ž 3÷5âÁt9Ù9Á*ð^p dBvz >“ü¸Û㬘»ãÜX×¹ú4wûxiÜy·óºß¡d8”5lÛ€W-ÕÐVê1JüyMù»Þ“ïf!Äœ?‹ï³‹Í´¤Ý^zàÍcÖ¡?ô­Ù>sm™ž›cè˜QRájªàDWÑx¼XÝf9LjFÈ4NÐÀsú¯øxžÏ3Hð±¼âÇÒÚÂŒÃUQ‹à“­^€ë¥ˆx£¼,Ö4†Í¶)‰g‹<ŽSG+›ë(øh™ÀÆ›Fð‰ûêšrëxuWÂË[jÁøVñ¹‚wÕqn:ÑCFFºuÁòu@òo¢¡ bF¤±‹™¸ÜŠø¶>„ Zéƒ}1É)À9WñlÊ -Ò¶TPlèg$¬vƒVšÉß7Ú™‘†fVÄt%ñ³ 7ìb2ëÞŒ€èiê*Ï4u±“çë(A ÄëUÞsOZMÜ’ -JÔõ¨/ó-„0‡º¶nsˆ6~çH-ÀëÀ¯gEÉ÷·Û -Ü#̬µŽò´Ás­Ž°Rà Ùm)OsöWÂvÛ„¹óЍq,éÙ4ëfnä[¹ù»Hû5}OÉ';'[‡œj1Ë¡¤ƒ›Š<ÔüÔ'†6~Æz#ÎÐY‘³ÖHÙ5óSÖ™á;ÜÄ`­ÃdÄË>xñã>ù§}HX²Ù ÿ¾Ñ ñqNâ2§é´ãÅÚþ£ÅÚ§ŽO™m*ðZhúy!É©æÂ–šážËu¯vº ž–þ²‡Ÿy g‚­°¾š°Þ,LÝ®'ï ‹1Ænf’N”óðƒ©Ç <îÁbMï´¡`æm+è™§dªœp2Å'î)9¥ÛƒØÐ­ö’O{£Ä¸5a–ñŠ›ËR¯u#2î.T’#$­µGãBÒvoé7CGáWË(|2_Ý~<_Ý|4W!´O0‹mÔ¼£`_Ç&œÌ±q–±’ÐíÁ"ÿ•6°Ûz/Ô{³W }Ð -KwÕññŸŒ½¬¢#EÐ.¡6š !¦.Jô¾´ -·ÞÉ.ž®,r3 âb-#¸Ø=½ð`ŠY¼¯*‹W‰ÂžÈØ¡w ÝðÀƒÉšŠsŒìi©é½ÞANØ<ÞÎ6l³Ÿnh'ýœäB>N²!æëáúF´ÏB øã\CæÇ¥ö<ßã%^åïõú‰¿×ªŒr|ÖboÙ‹VÄÝ_h’¯Tu/3 ›RøÏɺì7ú¶œ7V%:öt±\p²XYoç•n÷‘ÿ™­ïú=ÝÐýk¶¦É6V½Ðýf¹;ý½EƒŽ=^dÖû°¡«=œ”‰*Ê·nJÉýV\þMa~Ò_Øè?J‚ü/¤{ù€Þ¼½|xtûÊ%ëÍ?Aßžß¿@LøzUÁÉwÝéÇÆü³Äeü^á2LjÎdö‹¢‘ôy¼ûqŒx9ÄÂ>oÇ–Üf^CפĆ]àÆÇ\¨ÎLû“›s…ü1-øÈ/¯A1no/6²žÕ#’ž¨„pÏ­>F’YÆ‚ºˆ‘†NÂínÆB'/Q!"{v“‘¯Z±e« -!W™É)—Pá‹ü¾^àÄD\⧆_!F¿”õåó…ˆ÷ï@A¯\@¡ïž‚ÀîÚá™×ÚYIf©nUT1·Æ}7éÇ €å…֪쩪òP ó¢Sx·[òHB¹÷cà/zQE ™w á~ÝŸ>½¼{þöÅEFJÄõ!zÁ+mò ”ƒE:nOOCšTÔ¹ö2UuÞÇm)¥ø@WÉ_bfÈ8¥OløË)ÒC'@ùi¸漣ø[ÌÔ°K訠Ë1ï/¢Âý¯’b®"¾ÿ¹X‹ŽÛWÓ±Ž)&Æ9[ÎÜ'ÄoËÑÛRDà›~eœÂùfJ®šê7. ù޲Ëܺñ™Ï…y‘÷¡¡_.CÂ/ú¿v½pòöÙEZB؃v\Ò[)/'ÈЃÌÙŸdÀœS\Ì€ç])=}GJŠwNrÐG³<’}’š³ØQì©<›©ÂøNWâ¿Wä%Ýû}¹ ð»@ЉºŒŠü~™ðã*5)ò -°îK¡¯Ÿ^Hóùtz«*7îÊv?9Ñ1É'Ù§Dôm)7½õc±ì·!AüœmEú,õPÂg󡧮E¥¯[Y7Úñ8 Vîr“¯ÐRc¯Ey¾ÿÃåú_ ÇÀëÁ+ ×÷oƒò=ÿå…üZ4üg-tNa3Wú²|tÍñ'K ê¾^TaR\2BN°Nàã÷µtˆMÍïH™ù냔Be5<\Tœø‚•u³27þ:&:ðv^€÷ aA´Ë(#ñ‘’—ñÂЇIýÛÀ«ùVáÀŠŒâÆûV*ôž‘w…^s© *îízçrôüÎmЇGA¯Ý]»ò'èÙ­› P·× Ü Ÿ Ͱ´;ZQöóc%ß1K‡ê‡°AsƒìĉVþÏ¡ -²G=&÷’~…™“z r!ÌýP«ÏAÉžî \?_Pл ··@ÑŸÞ€|?<ݸrñ¨åÀÄùQ×çQŸµu¥ïÆ8'SèKm쨉ZN@;…üœU½†HN¹ýã(Ù÷ÈÿõkЫ;7A_?…½zúâútïÆ_ ?@ ÐÝ¿.ë¾òuuçø‡œYø|¹ûÍ0Àˆ7ŒˆÑ“m¼¸ÑJšw3ù´‡ri@ÁnÓ3S.åû_ˆ÷þ ÊôùÊóõÅòy>q½öãáíÛ ?ÿøôêîÍó½ñò¢ÿœ¬Exo)P‘f-*aeòy®Ð5½hWÍÇÍô1GÄ÷ztñ-rzÂ%øÏà¡ dx (ÒíÈëéÐ'—G »W®îüu ôæþ Ð3àó„~t½\ ‹x0ÓXôÑ8† -_)ö5ÊpQ«íðÏ˸ï£"ÄÛ.Jéýjø:>îRIx0(ÛÏ ûé=ÈÓå>èý½» ·ûwAoîÞÝ»vtåÒÅÿã9/W`ß??ùC%Ì÷?Òò™'󢊽i>ùh–OòG™UAN[ë'DhêñŸQ…ÑÑ‘b#£/fúø‚<>}¼ôâ(âÝ;`ßï‚^ܾr{ôôàúuÐ¥‹€žï—üÙÄÈŒº§­ÅÛîÊZÅvMµÈ:!À¬0ÓTõðý¨k%<ý!5ؓР?ÝÝ@€¾>s¿zz -\ïÖåË À{¼¼ÿtãò_ ÷AðŸÁJÙ¯u5yo6ú`GstÌ¿›¼Šã¡Ø gå­Žp²õÝÄЉjø{ ·ìýáQ͹‹‰ùùG¯ ÷xÔDÀÿÜ]ÎòP߉^î ÒˆÐKøä°› °0³¢4ryŒë¯À¾m¦•Þç# ®Qó /cÓó.Æ$ýàáuáÑí» ûÀÞ¾¼ÿôþé ÐÏOß/áS³îÔ£à¯&DÄ åväWÇ$ l×òІÑr肤²XÝU“3TSPè!3î"2!úBYlô…ôà׋§ ÏÀ+Ìý#èÛ»WÀ¹ýìÉCPÌçO~zºýAJ -¹×ŽIqå|\é§ÄÏvÕÕx¯Éú·ÉvP' ö¼€|\…%v’¾W˜+­¢ûu1®¥ÙW+aE7*Qe7q™—#¼½@o]ž€^uæíòøúèÝCWГÛ÷@Ïór}àp‡ è§—ˆž{Y)@¼5M° -Ljxu¼Ô^ôɬ¤¤dÜü©VÜp ëkçR”óÇ/7з×ÏAñž^ §O=¾ -ºõ矠·\A÷oÞ}xì -Šöñ»ãýùR8áÑr.ª ånIð?7ð¡KmØïúVrà󪋉{!‚ÞG„_Hþþ ”àãŠöòy¸>ݼtôäÚ5`?ƒ¾¼vÝ»y à‹Û ·÷²B¾Þ–p²=*FÉ¡žÏ:Xäsö縇–Û%ÅOÔ–¾UÖ>W!‹†…\Jûò”äù À² è>€åû]pøØ÷G û×o‚ëþøä9èÅÃ' 7×— ¼Ð?ñÉѦjIþk}¼t£¬IhSW‹—»)Ñó]´ˆéNÒVjñDRÄ¥ÐOoAŸžº€|_¾¹û{ÿêuw@o,Þ¾zíÿ®ÿ8CÏgo@nOŸƒ -Â\¬*Lü£m«ó{EPµ?ÇÄX§ÔMEyw²¦zM.DóÑoÐÜ+Èøè?b==.Ä|òöÆäùüèúå?AOoÜÞ÷ èó§ ×ÀY&}ù~š•~GŒÈx¿ÐQ¬kÈrä¤Hª)ž#b¦ïHµ0¼›ÌqkÃRžv8ïÅÆKtJé-Hdîut2ô.5v·ŸU«¨î)›ïn§n6°vD;ùì3ÕbóTMåÚDVÕÏKmc TѼºØLo1éZ Ç>mÀñÜè¹×âØâ»…1¹7é™·ñI ·))®h”Ïd-+Ý0@Œ_ë.õÞÄE˜4Ì•˜a­&.J(ºZ¸™|§‘÷LZ#Žk×Dr‘”·ÄÜÒe 9W Ã3/û¹{‚Þ?¾ ÔòcÐó{O@‰>Á—)©à§­(¼¯®^˜¾ÔIÞ‘q L -Ö8&B/ ðÀ"dÊýò¸k2ÖC&d~mã²Ý«ÈŒ×4æQRpü¥¯ï<@¯ît½ðÛkOЯ¯#¾]L O½X˜˜… +~5ÄEz-µ‘Cìš -šiŒ[è˜à¢Ž´Âªã¹Êš½i±Ð8YÍÓÕÔ5Ä ‰øçE™™×B|}ÿw÷E| ¹¿tݽ~ó%ä22æB+Źus˜ßFùÌà•Þ†YY_»5Ê+<™ÆËáæñò²l~°§iÄKª¨>utô ¤äA^TÒå”਋ÁÞþÆ_µ{tçê-Ї瞠ÔÐø?0)P—vJyÜêPˬb•™•´ìýY÷h¹~ôxEÜz¸TÙ¸¥á µý¤Ÿê^Vl‡ò¦‰@|U^y@Îʾ‹Éȸ]š’z'ìkÀ_~<@?}ý@±?.&ÿ¼ñÍÿBaZÚU¼Øu¼Žj(GXäÕL‹¢‚dRr‹·FXÙÓÍ(/}7=nm¬š¬l+O¬ÆC]0i1Wãý}¯dE„þ…ÌH¸•tÕûÍKЗ·î—²ãs$Æ%ÞÎŒK¸Lß ÑﺸßÉzÔ7?ëÑRgiðÉ¢¨îx™'üa®uR@4éª+×UU E+3¤š„|ˆÍÉþëçgß žÞ Ü°(P~TÂ¥hÿ€ËÞož€’‚}/¢sS®Vá`¯x´ð…~rWQŽÚ×r0öY®pGÝÔ´ ˜Í±:úÚh-a©‡5ÝLð•:IÐ׫m-ˆÍîÖp#Õ2^M·©Äl“RˆÝ•ó ö)1Ï>ת¶é«LS<ôŽ’[jÔ ëåˆ5U9by¬ -·8Xе³#g:x +£¢5Io¥a¤³|i ¹ÚWÛî£ÇMðG¾º -–UÅ[ä˜c¬®Ê¡ì1iêj7•BܶJÌÚRTW»Ù‰†nQÎro]ñdw#D;Ô'PõôP¤u‰#¢ºÐNýº´ðN3 -õr¼¢2m}¨hW5Tí©êöÔÕ‚ý)þ`–G8œ²÷¦*8kÌÔ…òÏõ!nÁöh%by ²HÝ^ªêlÌŸhkÊ”Õ5Ç(jk£ÆD<ÿþµ¦©6CÞX—ÜÃçùôŠ+#ÇûëK×'ªhfmžà@wdŒôµNij”˜þÏrô`šGY•`"Öä„Dí7µ¿ž0ÔXñs¸¥%[ÚÚœ]Gƺ¶qêú*Ûcº8‚Ï“ÍìÐåþÚbà Ϣ$¤Ú´Œ§¾¢Ò>[Óh›©o·Î4öÌ×´Ÿðp†5ŽSR 2B”²¹ì“²>ÐÀŠÁd¥Ý`Ã`O»Ä ñ-ürÿjQ`Ky¹GC¹Ø{¬‰ócUÚ,4Oõ¨ëz÷ôâÚƒåéáJíàž¾²îüÞ„mšØQ3òV$”X ÊæòŸêF^Ø|dQÚU53P]2ÙE Ÿ`§Œ51ƒúÜ%Àº©:ÛQc­qÚ~æêxÖ9#äügQ(úÏByå‘–†ÚÁD†ˆ[^žQ!¦gJ[’±³õ]„€AJ̆ Юª¬ç”È[#œÄ󽜬éaIóxWK¡¼M;Ù+.Z‘62Œ •V€´9ˆŠÖTÆÞß*üz¼Àœ­7ë÷æp«š–g× ¨åðEy|¢§"}¬U;Þ\“¨há„©úêÊÔ#\Ýh#~QJO\&G- C—úÐß:!ݨàc–»ßv%¨o×ÈögÛ”suvmu…Q]AµÞ`g”§¬-þRWrû@ÁÃîM•Swe¤“½;ŠýiSX eïMqPzqµEÃ-sjÜÍ´ÊæZd'suíG‹âã$½;AÍ\BmJqÑë2|à gsÂý©*Ážº¨]6ôhšœw8C-Þ $[Ԭ⽩ú&ëXÀ©’Œj>fsœ1*ªØÎ©J¶MFI7’c¶úˆkýÔ˜mYSùð2ŒT¡¶Gkð›!t½ž`“óË'E,«â|†XEíÙ\‹âd¶¾Ç9ÉF;µ¬Rë«Ð$çïHxûSÌ}m%צáãÚêjóD­Ðª®í*¹%ëRbÔ†”e§¦íŽ’Í<Ø|//u¹³l›èß_©°Ï00@­fØÔÔB»½=vw¨0I¿–DbûŸhV ¨{sÕ-¶ùºžum}ëæTK÷†¦½{CUË^¤F- Áy5fGÅ)<Ô3±'sBî™^Àù¿™Û¼Šó>ˆ¶Ij¾]Ç%8+kÎ?ï‡N:ïGt¢£BÎôL´s’ 1ÊÙ`e5ò;ûq@ˆÌ3¨;‡õãeË*zÎ’‚YhP”#fÏûV×-ˆ­Zøp¡¢õx¹uöh©ºÃ¬až‹s4ø®iàl§ØpÇ”€°=JËXí†ûZU,øÞLmëZ6Lß~¿6€ø1;€‹2L0Ñ»“掶’Ý+Èx·4LDš4r4/n:Ò â°P›²5Œ µ+hÙG“<Ôš ?]p÷g9„I‰ßv¾×j{ê³Ùº´w¼CgNÀÁLe­~˜Ï”×ÿØU±ˆG+MêãÙJñžŽ…1HJƒd‚ø;1O­JDÖ¯õÊnÛBM×x#8Ȥ$ÁÏ{MžÌ E‡³|:À3Ð )§ª£ß©níqh›ºö¦X%%%Õ(%Å.6•xY”ÄŒ™ÎâoÓM%î»rœyŒ眢8'É9v%>ñ@Ë„íOÒrº;žoQÏ5IÏ1p²(àš¦¨à]%1aWNˆ·LPrÔMÙîã‚ï_‹Uí‡s ½N˜e•“’b_“´Ìÿü{í6 ¹(a@†Ëó|w†°™G³µíûÚÆNçdC³MÍÃ,·g½ßì.ôÜDîȨÊjLœ¶›eUTÐ ±Nô|úùL«ãBŽy´ØýÄ9I(<š­n²L éÓÈ«†ƒÞ×V”h«k'+X{jfÉÖ0:vG?ž -¦+çcQrJ­JF‘]Å,Ù×{8ËÁÛ4$À¢üMÃŒ¬C]Cçþ µ-…ùo "ƒ<¦œèˆÎ xÜ/=ûkQT\æ˜ O—šÇ+õ2ó\M»m¶®Ýª«®ÝUÑ¡æ J¦MÃíÏ”“ŽØØÿÝ®ì>ïq{8ÃDÍ --aóçÈ61ù@K+<^,gÛÕ̲ýó9`ëÂúÿ]-çÿ»Ì¦ìi(Ù«]ˆoúF¸EΆÎVuì-TµíLÒ œËÂÚCCíèoƒ¸ëÖËÅ¿–¹üý9ZÙš4Ïs_O„éÅ ÇóâúC}…øtµº¨-Þ!pž§Ó,„SMÎØ{nõç~8œf 7$´ÂÕ.Ôë(9ýp–…Ý_-/?ÞwŸ¬V6™utˆ¢1Åme[¶¿XÓµ5NÛÆ‘g3”’3ýyÏfÆ©D'löfì êhÅf2טû\W•|µ#çÝÞ$.Å>N?£ãªZç‡0é#ÂhW³ -:3Ԍؕä ë>iSŽMZDÆX')eÇKüšÓZ¹qF\ÝÍNv5Ža‹þ^âóm¤ô 5Ç¡ÂÅïH!_Z“ßìÊ!‘§k\þ! oÖINÙÁ|UËþB]·EË'˜'HiÖ±²@ûX©ß®¤ÈÇ$GDýgSÔjWq‘ËìÜ­fÞ‰¶¶ùL_Î8Ÿh—aBwûÑþk=ÅžQæ}}±‡q„‘j&DZäøè­²¯;žÎ1LÔ/@þÖS!ÿÊEg‹¢êÃi6ê7pvÿl ®"g:4䬽)zá–³ÑWñ÷’¸ùh®¦Ñ>!À8ÆhY»½e_œR\ÌÙT9Á®b4ÍÄðvBªËv"ú÷¬°|_ÃC[P«…f9!Û®¦Ã÷´úÎD ³‘ò¤©,ÁÇ,çs,*Ö¦!¦ÚÔè(»k’—…¥…– bú†œž¹ØC3+Ìã…ºó>í%a£¤™¥ð õî¼»#y^ö)bÆt+äór"ühª¶åÜîO -É6«È¦¡çÇ0v>é|>í&ðwÊú7ÛÇ3|ÁÉREýïUïDOŸéIE§s´RCw‰·CÉÆüZ¬°Mr±;c\ˆ]'Z'Ååf5ÔgýÙ<Ÿ}®£V.á|>ÁùÌn›š”¶§#féh%gsÕÍ'ÓÀº'±É›¯sEî¦BÜé‡p> æd–Rp¿Ïg’“3NæËé/ DF<ڤ¦4€ŸR8¦h°QðÓxIØ¡ž 9Y¦’N×x"£’Y¸9JÍ8^¨h´ë8à³PΟ»8™æS<ÐbS¦±éÓ¤ÜAF’‹œ“ëe?.@NL5+‘ f >Ý¢Á§Ø¦ð‰Gs´’ãÅŠ îzMmO'`œÍóègó´Ò“i|æZgÚóA²÷•IQÔ›“iloŠOÞ&'Ú'ÎgÝÐ Gó˜4£ bèG/öâB7GÑáÛ2D„e‚œw4Ï%íë¨Eû³Õ{sÒ£•ª®£5QÃé*ðsQTc×ñˆ«ý¸P§†š>uw”{<-äè„ìƒY.ùh¾²ý—¡zô÷† noš^ìÔÒ‹—[æœóõ};*¢¢ük`Ðþ×@#ý¯ÉøëÂæÿ·Î¯3M°5Ø—däó¿'EÕ¿ÿ¼?VlÌû°ÑœáºT›õt³ âeÁE ˆ²ß ²üîîIèy§ê -Úo]9ñlšð):Ŧ„˜$ïþ£gÀÏùÖ¡c þ^+¯:Ð3f%>ɤ$$:´„”C-1{_…ÏÙÆþÜ–ìô²rì#ÔÄ}9-Í&ÁGîöáØeÀŸ¥øc?Ô{½3ë…I -¶+é9›ý¤\§ŒU¼+£¤­K°‘ëýÄHë(¯`oœ[²7ÉF™•ôÜsìÎ5ü|Íñl9)éÆ1RÒ– i§µ\)>œãsÏÁ°kÅ•‡3UÕgÓ4è™›x¨) ²ÈáÁ;RTÈŽd™`êÛñ?l*ã`¦ºv_ÇF8¾vžÏïRâ“—ú1Aµèˆ'†> øt¾ºõP_U眦äÛ5¨@ÿ£lJd„Ж}àœÖdœQiø}µ¸(âx¡¾o®ªÎ -x'ûùL9*Ü4†ŒtN³œGKÛĆšeôüÓ¹ÚÎ3 ëM‹û“<¬CAHÛê‡8'˜E&)9q€”xw££,âÖj†þÝ> ç¼8 u™†DÐb'Äçpž…ß[7o«Ø¥F)%íÖÄíÿÄíÿݵüϦ åp—»!}]ê-óÙ!Ånàç¸è_s⪣)!óPËÃ:5ÀùÉ‘a3µiOFH‘w·È9×àF˳ÞjÄÉo“”â_K<î?küʳår®CÇÅn³ Ιê–ãÅÚË89w¹=ÿÝZ;øí¡Èi tÌßÓ´2ËŸä¿ïø;œ~-ÓP{sl‚mŠð ~ ç’­–ó~/ñX‡:JI'9ô‘¾ ‘ý{µQù{ùœ»È-y¡¿c™èœF§œÎ!ÿY«hߟá1Â9XhT8uUâ½).â@Ë*;Ö1J¬xUÍ'N7þ®4c"O‰…Gìâ9%}OJˆßj‡¸ÙZtȨéëýÈ6Rä­ò$Ï{@om㌂ídàú@ûêØ}± àá¾"ßÿÎ › -"¸_ÿÜ0Pšø¡ºÿt‘_àê0²>ù*c‡Ý9Hׄ )ºšûÐq¶aJÜrCÉÇ…šÜçúªìgs•éç+“¿ÚdÔÌÉVDx~„ûõ^Tü›œYlàá÷&9ȃIz¡u ¹Ö“ùÑ$+ :œaS*à.öž–u¨ñISèØc*vOÜû­wCýöÕ\ÒÞtCEÃ| >étŠ”}¨¦BjB†s’”fQàcvFpá3à×øD]kiÂjÔ_Í(0I1a»ý¥Ÿ-€ß;'%Ÿjé%ÇÓŒsÍ;Õ 9¿¬pÞ÷Ä2†‰tØwÈÞ›ãäT} Pk2Á¤dâvÆ©`àkçyTç$­Èª$f9Õôû8-Ë&#$z»7Á,=&ôp¦Rx¨¯m;\¨¬2+ÉÉ&9)i³á§åÄßÙÁ¦þš©¨:8É©eÀlJVé e4<ì±–¶(±©F.ꦞê+kþ÷¼gîJeóï¥rΑžV²§…Gš°ÀØW“ l–¡~Øäø8ç8%Ë:JˆµOÐr€ÏfWSòRLÜN?Ô Zl’YUlRæûŸ-ŠþYcS­“´¼…®âoçó#ö*jo¶*ný½^Ùz4O)ÝÓ"b6ú!Þómy÷g¸¼ÃYQåéVègÈt7tÄ<щCn­·å~‰5ô—ù™Çð)Çó ÒÑ<|8‹IÝמ÷;ïqL‚ý½JE;§ð€ÿ -™m+ôØ•aÓÓŒ}’]v8WÎ:[­¨·jp‰ÎIL’u›àP“sõ|a¹¯eáÏVZt§kU=‡‹,’UƒMڕᢶÑ›ý¨p»š^è‚×·Q“œÚŽ1çT]­s²³¯¦çMsñ“”L»mèÊóЉâ®w•|Ym.þlêAívÁ¿îtxh»û‹ýljbZOM†2Ýã¯Al«³ùšv‡F@´©¸p' OÛTøFé÷í!Ø·c€gqÊ<žaá~-óEÀÿ%%”äÕ֯ņ¼W uùÃܼ•NFŒ†~jê2~?1ÆØ‡Üì‚yéó^ª*ÒIÙI·ZÁ:ÈEf©˜¸Ò‡ÎÞÍ(E„;'ȧР=w­³Äg¹ì~¬¦ãÏgšús>L £oj¸ñ·Vs?ÚFq'€ÞŸNÒ -w¥ØŸ³…ovúÑÁ6))Ñ"!'ì Qâ6{1[Ýh?ÓùýºVÜ÷ùÌ793ß}¾ºøÛÎ(¡å=—S#¯N bî:FK¿[GJü-hЯ¶¿<ŘävSÁÏ ?›ãó­rhàé\QÄÑ$r±;éã|K¤ëjgî[‹œ”¹=BH4ôë×ñÙÎéê–#`¯Ö;‹ÜG˜Ñ7«‹¾\ÔŠ’^ØÇ)ùõ¨¨7í„H]¹xs˜œ<+.|5+È|0+H¹+§‡Üèǹÿ9[þ¨cÔŽ”Þê%F[†(`»’sŒ“R÷•蘿õtÄé {4#`Î x¿þÕ1Jg)“YjñÑ$9óÈY¶¡?C]úÓöÌ—Ç*l‚MÎ+5ôàÂw‡°‘¶1BœY†OØ$üÜêAùÏTeXm+ 1O°ç|î˜æ‘Næù¬C-y:#dÛ'¹¨½)&üt^Tµ?#®ÜVðaV]]ƒm²‚mgæ:¤äõ®Bïµö\w‡¾§@Gì|щ£\š“^þZ`¯ˆÛ´¸,›æÔ`2ð“”ír£M‰ˆÙF…º•jRœç)AùÁ {<ÃF>©Ô©Â%šÇQ1ký¥ßgxÜ“¥Ö™ýEqíárEãáREë¾ÐÒYÖ4†‰|C¢E‰Ž²¨H™Î!Ïdã½Y‘ðx±²Á©áÓlcÄ8“¦¯Ë{þ]—a^ücršÛŸsõ…Q¦ab‚¾:Íuµ%ûãî@Éw…(þѸ0áÎ|mÖ³35 w2_QkQSÌ€¾žkà¶iÃ%Ÿcâ÷Ÿ¿:H‰›©+þ`‘QòNË™ÛRRìfòÛzG±çRmλ­.ègà .t°<ó#Éã%»=ˆû¹Üœûb¦:멾.ÿÍŒ8óélU¦ëZ[a냄è•.€Aa9àEÖqrži¾Ú‘ófreœúóÙ¾‚X¼?#âYäŒì#5³ôlºœú ð,– -,’R¿å¦¤§ƒäÀ+Ë0Ÿ•Ž2_}-ô½u˜Sp¤©¯·± ×Ú‘_‡ É×ÙÉ_A¢Ì¯Ê) .Æ>R´² шŒ¾¹ÖRñ³däùÚÏÙêloóP~ðBSΛaZöËÅVlÊÉ,¾Ø”ä²Þ“ùÉ¡BÄîH‹ƒŒÃ%¡GjòÈÄšš¼ -~ú»£érþ߫ս'süö:p«hÄFÿÒ² û*z„–ü\ÃËùæâ–[Qþãô´R|ò%#ç‰Vùl¹!×s» •´9BÏÉð~‘’ôíÉNw<[YµÙ—õA_}g¡*á¾q¤Ðç×"‡~0SÎëá¤ú6"þ¿QÇÑ,¹Ä2 ý²R•þxŠsCM‹¼¾Ñ˜ùêLEÉoGÄå¼üC zøÁþ4±Ñ ñšÅÝk.öº¦äýp9š¡cöõÃ+ÃŒœ]9!óŸÅÊšßsî?óô2ûXiˆuú¿'ü€‘ -öî8§À,§§hXÅÅ_fEÉO¦8qw$ÿËHßKã¬p—]iIÊw-Ãܘ÷Ëù!§ólÒ€ë³ùrþ©¸Î,LÍ ¿µÔ’év8ËDíMóæ fá–Œœà˜b#Žf¹”óžëÿ. -N/q<…MsN`²:ré©¡jà`YPgÑQ €Ü ³þÚ¤À¥ìMòN—8d»Žƒ4«˜…{ºÊŠaúdVÄ?Ÿ‡w¤á¡l£ì<“„»ÚuÓŠò_Y$ôBã6j¦"ùÉBuò³ó^J~ôSà1ì2dÄÉŸ·«äÂש±çÏ~i¹˜³y:âï:öïUõt—¿=ùlÁFh9¸5)*Mß|>ç\€±Ë…¸# o—,¼gÄÜ'Ç\Ý–QR%¼Ì·jA·„]d•âVšŠ>n´C¼lRDèLmÆK0ñájô˯ي*“ ýs¡%ïÃrg‘ÏRÄg­¹ø›ð[ÇSÄì]1~w˜žñÏBuû¿Ëâ–}-³d¡ üv¥-ûåjsæ À/¹Ùƨ;äøÙjè›í.BÄþ»dwýc£ù}BXøºyMã­ûÈÔOM– -?‘S¿\™çÿ8bëR]K?ÿA‹{’a¿\3÷åz;d¤œ_@&0*Ñ©3éî§³<ƯeQ•Sxt-­à伟³’”µÕõ>Ò²±ÿ¬T6èyÔ=-%wŠG<ÔPó÷ÆñéÛÝ¥A†v°ç|Mþ+C:HÂÊÿ,?1t!BÌ#Œ<óˆí%Å;%¸„í.LÒdEž{Äÿ/µ07ä@)àï)Ð)aÔݹšŒ[=%A¿h˜“YÅ®aÃÕMnü‡sÏåÐPò­Rl´i“ø«(c?àcºŠ=õ•EÄÇåÉÞ—†ð‘ÿ»Â©ØW“³¶z!Ÿv¡~66åP‹Nýï6›{´x &jm“þŸ•úÑ›bÌû¼Ù“üÌ8öÚ*ø|ªç²ZÝ$cd:U<„CÉ*ê€G]¦û]è*‹¸"£FÞ^oÍö:¤þ³,¨üµÌá°2Þ^T‰~/2ÉûZ|îF?ôëá >Óª@ÄÎ5dþ–RòàŸ,*uª¡ÌÓ !'9FÖšgþYãñ÷Ç`A[mi®†Ö4×å–´×N-<õ`† Ù) pÌ G†šáßÿ×/¹â¼7ø±ž…qhéEG_êx¸fîëÓ!ÿt¦œx:Í';¨YŠ‹Øí0÷–økX0Ó0>b§ è%&í)ñ €§ð±K¡_mrÀê©ycŒì1Vþž–‡ûÿ9zë÷4³íÿûœ™3Þ‘ºMuê®iš&iwwGBpw·¸»Ã@ —¶3sÎù^ŸçynÎ\®›½—¼ÞÜ{¯Òá‹vLˆ¬-#(>r;0×§íërŽ-t,À‹dE[áýyAe족[r°égý3°Ø…Æü‹Zvæ#¿êŽiŸÊ¨zõc?"éÆö,aí¨|0}÷ã 1æg£8ý¬”‘ø³Œ’ð‹k°.æó"_°6^ÿÚ=É -¨˜ A%¾«&íª¡}³¯Ìm9W<㨄/ÖÆÎO ¨Xl¤þM`µ%Åå…¤§*1™ÞIDÜÿê„Ið©‘3 Î!ÈSÏ !ge’’«âU^V1òO«éùç´ÜŠûÃØÔ³SäŒó+ÃõñËý7ZAÞy+÷Æ!ûîjGÕ›Ï|11 LŒu¥oÏ{üÅÆåqðšü@\qW=qOÖ¾ôN.Ç|¶s8»&: $lë¨à£EA㦠ñÑÙWyGÅH=aeœZꪼçÅ%5B2.‚ãî}ë€$¶NªÈÕ¾éšçzqæï­µ/~áæÝÿFEMøP²£æ’Ì­·«½µ/w54È‘‰…ý“+úbe‘wtÄÒð<6sWG*k9D÷4:}KI­;´d¤¶kP -~½ÜU~³»îÃ÷ø¤[ÿäÜùzIœýð¯EÚ7ƒNÙQŠöuÔš##·£Ç† 9)À\rHÌÑ"›ùÅÖ<¸£¡Bׇ‹ï‡”ä# |VðhHN*_½ Ê(‘35Ð)jáe ŒÝ1·Õ<_미ž­ŽÞšƒ$nNƒ“×*^©Y±¿l+ Å‘ß…7F+mŒÔÇŸAŒô:X ƒÿvü¯oN[xž -1¶Wܨ˜µwa×ÞmØæuKÚØsù£€·£ÆWüŸ‡JÿbÁUîh2Žì¦ƒÕ鑎=^XÔBk8.o[G(>rSXI¨05ßu«Ieº.ð3ß©öÐ(bû¦1É+Ý¿{†‹ÿðW=u´ç_õKPi; ,Ô: qÜhÔ– •ÌSqXK­žGï-² ÿûíÚLCì9nÛDÃl›€ÜèÿÀŸÏ“cÐè=ÿi©yðhQ$þøÍî<©dsèA¼]ÄÆZz1Ñ -AÑuÛ ø£k†˜5KËúe -9ï_pÃщ|ï§”nN“ªvçÉÕ‘>1«d¬ˆ—á-¤"WæJ,÷%Ÿ]hùø›Œñö‡®ð`‘ äw\¾s¸>êÈ›û@,ÛÓrP‡l¾¦ö©k¼öQpçÆ%ʸå—å‚Ò³´:—’7´îŽ¡~쬎þº­:ökZÖ½Îs2®ºA¨}}šüð×õ!\æ–‚Q³¯"ä‡g!1¶îÜ;röûKjì/»†úìÿ® {"ý+vçÑ9õO\c ç{:\É';‹q¸ÌfE´sPɘ¶k`¼Uÿj}úrmö~S†Í ©3¸CKÍ9tÚ¯›S°ô3ªïȾ¦mI -ÌV¿ûÓÉoÅ->µo6ÚY”]-¡d Ðæ¾Éú˜QTÂ9Qþã6 |úÆ1;¬£Ô…5ôÈ9Ø À–ÜÃuO]%7]½ù7³ȜÈ5}gõ­Ijñ¦’pÏbR=³˜÷ 2Þ+…ǵèŒm3±kjÜ_ìœÛ·´ÛZÇ>ÙøÂ/vøËßƹ¿°¤ŽPè×ÐjBz!Ë5‰è“·¶ð{{Ým£ ÿ‚³§òµWO³ @Ÿ.uß¹ÆÄ õhc’]µ>ELw<¸:^ÿÖ1^þhßDª -9p]F+ßT2jv4"VXËjðÈp¡yt:`»&b…OLõÎar#½V· Ü––ÜÑþm`"#½ºŽ­äzŸž`í­¾µ2‚ŒñʙР¼ÔCM°·3“¬Bôc5¥ìü)û”F\|WÛ^ö Ÿú‹’SõÊ?M)¶÷Õ=_lνê¯^î)y`m˹æ(~pdEäì™p%ëä× .íÐÌg˜Y¸ã%6íÐÊ$ízÙ?ʲ –Ý ªë“75äŠà ²¯é•{åÀwA®Žƒž­Œ•Ü4·g\½<µ6 ‹]Ç$õ ~[é®yz¸À!í8¤mˆƒd°_ ϶×=× K®ým‹ôàd ¼* ·FøØÄ¦}±´ ~nûÀk¼3èäµQг 2²÷‹O4w!ã¼RRñ. ¿÷t 辂U¿3Çû'° -AÆ¥1bÊ¥­yfu “­ä]ôËÑ™@iŽ‘us}‘³:+ŸaÞS± -¯yÇ`‰{rTúá<­vWIoX«I]îÏ{áèͽzd¦Ì<îú8fm´øÖúxÁ¥Î‚ÛImÌ_|=àO{kŒSø¢—ûàÓrëÔ‘UØ| §Cý’†·öÖ¢kz~ê届·¯ò:¬Ã° -8>¼Ð2t´Ú2RQ+VGàoúbu ¶«§Áw–8Œ½H½wä™Á${%Ø$ß,)ש³Ô^xy¹3ïê<çé¥ö¼k냰ç[R>Ü6ؤe_\ƒÅnÏÊ>Y  O6"øÀNÇí-ð¹ûfèÀ".Š[>ÛÛ¦#}ð>Ûxü+ 2¢²¶ÌøR¿‘XbE½"æ\ -H(%žqR–Š–®½âÙW­%¿V‘NzªúgI9æQRF©ðÆ9ñÂú$<~[ÍÅíj¹„]#¡ìÀŒ+̺`둳üª&þÒ(9Ý1IH÷Ê EÛZÀ/̈¬?—Ià¿ì\Þ±E$ÆHÝ[ñ,-‡qÓþ"‹°¥Åúeµ1>Y݇ ”\Vp S”%t}]üG_}êÅH≞ú'Ûjcħœ³Š‹®†g¨…²Æªgè”Ó«#ÄÒBˆwM`“=Óà¨-5ø_Zõxw™»c¤À|J:òp¹idËL…n›ˆ•;FTþ–S20ð›Zzw‘Ãr+°îÉÈõQ|µ¥Y”s AYd<˜¬-6Ë7Žˆu!c¢ò[üêè_×FI“¸dÇ ô™“¶6†ø`,´6Uó& @¥þHX諯j-»ä|Þ—•Æ‘ãH½H#±Ú©-9OðÎ5¤úU¤ -Û0*°Ó[»&çÀÂãÕ¸|[oÑjvæi=ç·Þ†7¿X:ó„4°„Uü ™xæ`·°‘Æ_ÿ¿½v&À/4ôÆ,¥À«dA4bðÝÕQ\Î.¿#5Ô÷ L¸g©kª£%ýÜñÛbOÍ«6tƵ¸[§ÿaé-‹ùÛAB†UUñkÃyŒ-…78Å¿åßûÞ;^õ_·mSK¬rK €¾ì–Çúbçòÿ^c0þZÁBÖ%ù±+ÃÅQ+ãõ‰ÀxP‡V.g{KÚYàŒ걎MùFøïul'4¬Œ‚ßlŒÒ€ØÊÜ6¶tm…¼“¨yß,më¸äŒP0yW- +à> 4Ú7…xpöSSsÕu{K¤Ö\Õý~εծÒ{¾‘ú—®!t‚L}mýÝÊ $öÓ"ÿÙF‚,bŠXÖà‹w±äŒûÙÚ2xlás>YxÌÃÈgYIuÛ÷ùtô:S?þã4­òŽ­+ã”=kHûUÍ(‰Ò²‹žÚ[–•€^o+±9‹€/uâÓÎŒ¢) åGÆFѶF@ -ª"û,âü2lÆÆ*!  ä¯Lâ3uíàGî9*h×$jÙ3’ë¶æÁqAemlPËÆ‹=2qHû&sÏ,àîÙ„#‹@|dá "}ë÷ ãO‘ò\ÃøäQì{…°òvé»›_¥ß?ó1tæµµ!TæR{Ý£å®ê{2Fúï*~þÝ)~Îï}¤Œë–>|–€žÕqd솿!¿ÚÒ4¤~vQ»¸­ŸCvqwØD‹\&/³øŸ¢C{ËøžUܶÄ•€–\ ¬oÔ,'çÊ0.íÜ¡VÄØôn׋öT´ -Ï(*v©«ôªµ³ð÷ÕÈ;ŸŒV3Í-¹®n,»·­X×À!†]Öã‹Â:BQ`žP é¿T4W¿Üµ †‚Ö –TìSr7ç)õÇËl.ßqA ê‘á3—ao·˜€¶¤ÔTØÜ•‘† K{åë•HüÆ$4Ë7 MpI±YSÜâ?F©™·€|ÐP*<2r±_M­Þ2qˆ~ î–Ó*ÌÔÝðÎ)Ö`±uØ<ª¨eÞ)tÂÆPý›Õ^ð«Õñ†4œ ‘6!É%1CÕÑ›òÚ8koÊysgÊååÑê·ºŽÒ˜…޲÷!9"û¯UŽÐ9‹Î˜ï¬}äW0Ƕ–‘c{h©Ï ªŠžHèO¾“^þ¸1^ýዃ+\“à2¬Ã¸¤€–KÿlëTüÇÖ4ðßñO®z[OY¨}œ¥–„¥œºíy>þh¹mæØÑ:}dµøg°éööꛇ‹\@ƒÀÞ:ºŠ®¯ö—ÞŠô@°tÕÝ[îD¿Þ7¬u£ß¸…—äÌ´ ݰW¿ðJîýÀ*¸óuäå÷î l®{†˜Tà²wŒ¤Š-=¹îh‘/:´5 ï-‰»vØØc+‡ás÷tL ?hŸmlJÐÀ#ºwV]íc¥ËØU7«Þ/Á^ÚšæC=ƒˆGgÉuSKúi{WɵqdŒ} þ•g¢>öÐÀDg ÙA)µxKÇT¨” žè›ƒÄjšÒ¯Î‹²Îx&k¢>Ûh¿Ž ÞT!’7•и°–v°@ÿÛF©ÿ÷¹þK¤'³™‰ÚTRË"ü¼¥ãSw M-A5Ÿ`íÇ c²NöÀ’OkøU·úPY—[ªÏØÚ0i“¤Âå^賕†¨~Tê¹9F敜XóÐKƒŒÌ~BÎiuSí»MŸÒÑ¡fbíþ"¶rÇ„ì“2Ò!¡&bÏÚØy°Äo<xùÐÖ>³giîÞ³4¶»€õ·ŸXzª,v×=u c ;±¤œì?BÓÌRß0êÝ‚ ýô<+ᤵ­à®s3BL;-ã>Þ4Ÿ_ŽÉµõW?° U?pEú[詵€Î`í™û>m´¨¶­lŠž ([x;†^é§eAë–‘Æ -ÞÆé±½·Èò!¸`líÝš§ -læê$ÆØVz}yëWRjmÜ&· -[nC¦m™ø¢}‡x ¼ÀÆ„Ml¬žZí|çÀ*jÝ27ulšÄn½bK'æ˜Ä­Ÿ…Ma «Á9MÍY–°‹ôl÷,1ÏÒ zCÉüc3èíùm Ö¢ó<ÒúÎÑÚW–®â9>MÊG9$Œ:€/ÉÇVaã¦_°©Fe{UD— ”á-T¡ w-Bž}ŒUd¿ßÔó8¯´)öôÔ3÷˜C› uÏ,l94 y{:zGÃEï ºc7niØÈÀ<¹©$×óÒ°9‹OÝš#ç…䤂À 2i±#ïš©©äº½—œØNùe ›vr^\ts†‘suvzŽ”qÆÖ^q×;ƒO7´CÛû0i[:ŧb4ì.p¨¶–Ñ­Eq³OC­r1Þ9ÖëšÁ¤©s¯mÉ µ»ææ®È9¿”µØR}³òþÛ–²W_)Øç)%Q?2~om­Œ +p¹!%:=¤Ädy§!ñËý…O ⸳*jô‰•®Š'ÓÄucþï â¢ëÎ>p4 s#uÍ‹ÿv¡Ç‹Ør×\Å“°]ø'§ÿt4ÿÛÎìÊÁqáéÊg»*Xò‰Þb¦WŽÊ\ì¨øÃ#¡–ûdl´¡ úZT›x¶âÝ¢²÷¿Zknlôx§Iý¨¸ŸáN¯ôâ’Ó\èÊèÅ+çÒ|cùû0"ZÓÚðji˜R²©kù5¤ò€“Ö01&ýÓOph%âwXø–_Òâ -Ã:jýárËäî’¨-lâ3V&áik“U¯Â*èû- :k¡‘؉ȼ®k†Å»ÇÙeöŽú§t©žºèSRÂÇËFnÒÏhmÔ¾‘ŠVu—FqJ^þêg‚÷õÍM[6ñÈóÛ:bùö®üp…A YHu):u–s£½!îò'góľ­C¾Ør¤Ÿ÷ÚPÕSï,6¤Æçl„R4V<éC'ž^ÅlS³ 䚀”Xèn> dÁÄ»$„ÒÀî—gÈuÎ1TÞ–^ÈÞ6òYÛ&&fwIÐ^r›žÜÔ±á!c÷”kŽK^“‹Ã.Í­¤UÎ7Bž ²/Œ SwtUü¡âgÿ±ÐQ¿>‰,Æ|<ç“Ãòiè3 »—ô}•º£ÇÔø¦"y”s`wîšÅý^% ¹Ž4°P^5¥Ü­f€sìXÄÍ@þî\—Ò*צÈ%û¶®ùk¯qÏÞmü_m‹¸eÛÈlpzqUΨ7ÖÞ3vï­ã7›á¥ÛjÂ?OöŽÁ£Ökî9»Ê®i¸É'Õü‚+ýœêßãîù‡¨âÝï¾itÊÆü¥­öŽ£·îÞúpõ#÷DùýÐ,>Ð(ç,¡¢—øáBX‰¯ {¦}š¾ ß|kÓ¶QÀ9²Šš÷ùlû&É9Fò7&?¨$–ûfQ‰+=°— -fÙíJá5`®îbóã&e¾ùÅÜJÙœF§-÷^u _×5¥A½81Ixw^BN¸â¨yk„¼l†&´·3 -C’⎚T~`DdoëR\’š¾Ùê¨=tdb‚*BÑŽ\ý+ùoàö_OüÅÂç©0Ç`ѽաÒGkÓ˜tìý¹IZáíµAB‚³úÌÒZxE'H>;EŠù­ôìWAÞݯ晹W¤œÒ»œ’wçÝåO—ºëœÃ€&–b3rj…_ŠÊñ+`™³µ¯}‹ÚÑŠš¶çéè±Ú--y»&)ˆòÌâ¶ 7Ú™¤-3êU!R üb÷~¶@‹ðܰž²Ä÷íyJ¹w›ìDF¹G)Y€/ú€ÇûZB‘k 3Œûp~œšqCØó$½ì½{ŒQµ2Bϳ¢Þî/Ln!!ñà#¹¼·W‡+‘6=œ`¥?øälö«ydŸœ «¹´ ]±)%øÆ AºXÂÊ¿6@H»¿2ÞP°6…˳àbC¨¸µIt²GJÎ_FEê±eûT„RYKÝói^Éë ¶±ykAÜÙÛÄÉÊ€†Züm×Î…M"ÑÂ&Q×…|Ð 9ÎYzù ­âjkuÂoÕoZï/¿µ%‡&ïj‘%½¸Ôóî_øz¦©8é`‰CÛ_ä3=rLžˆs^Ye´w¦úÃŽžÜ7óy¶x–”‘sÆÒ4ˆD{vQ÷®ƒ×Šp’ˆƒ:fƒu’œ¾1ì êˆð ,‰Ûzhë6ü¹"îô® -©à;ŠÔ ›'˜úÀo0YÏÜÖŠè9zi¤~»gþfµ tw©µâêB+ôî½ü|í‡;ÿ'f?òL¡’ÔÂÜK*vÖ)GoÍõ‘ê‡!)èÝ¡žÙ°­ô#ðÔúô+ß9Úër¶ #‹!C¿rßÚ6zdç ¬lj„;Öæhúgœ²¸3KõÙ»jjåæ$6É3JJ±w£^™[(h5—4¬º;Þqr‘µüÌÔTpÉ-¾u×,×=U Ëo-µ3 -´|ôG÷(ôÝ¡‰ÙRSÁ›³Чú“™EÚT"Ó¼sà¨=-¾d[‰Éûk‘Žû¯SÔùÉ Äw-±l}¤öoº!s}›ÙŠúpIB/º½2€‹wt×Ý7sÎËi)§³øMTùæ×qDÊÕ¥Öº§C„œk…Ï.ÿc¥§&vWÑ0ˆDÏüÃrø©k¢â¡_VþÜ3Sõ<¤ U.×g)€ØèšD$.’PGVâÐJ²SŽídxH‹H(ê?|¶r¸ûF¡ðÈÒÔñ—=# ¾§Ã—ø§!ïlÝÅ·ÕÜ´ «Ãð÷öQ\Á=ûަ©ð¡g;AÉ}8AÊ» è§”]5hübç*v}“pdcެü‘•Ôp`!ÔìZ‰u!+çì _b0>¯°ÅŽ1xœcŸ¶­Šþ´±Xî±Ú7ròÇs œ›kC—»*RÉ®–R­”ß´taßåÔ² “k¨y¾ØQùÇÊhÍC ãW“+75t|ØÈg®ÏQª‚z+¼ÀgÔ€è° xL‡{䔢HÝ#@¿Ô¬Hß!&/u5¼’`S~í…¾=ÝzyITõôJ;8þçvLaœM‚G†ôd°G†+òÏ3aA=»k"ƒ‚‘z¼jbEPM,´€ßÚ+n-"?n.ðEëÑáëB.Û«£A<:Èk°wÝçW×g9'Šï‡µd¤}„ˆþ²ÌmüÛÅïÚ±Ò°GËtX‹ÈÙ´ðÆTCЦ£:Ã'‹èF‘Ž]åš ¦ØÚ!÷fH9¿õ@“~è­ÿv•tjSB«ZÇgÍÑ2~ñŽ4ÄoIqéa9&u+rnP†HwÍà³Í„£¤âÛI:iÏÞ¥ [yÜ ¯,Ñ;&.%¤ãS¼*1I"ÆÄ·T§]\éÀÕì+èuήª?Öà/m{ZzÑ)› ø‚ õqe‚˜Á®}ªšpyKÀFêJUˆDÇPùƒIzÚ¹aRÊI[Õ}·?­Ž+ˆ¹sb–’t÷ïõÙžQ,Úâ÷¾Wf¬y¦iÎ>·>Vùt[˨ïF~øm¡©,íOkãÀ'@³èHe»|~XŽÍvÃß-uCª›Áw;ѹÇñ9gCÓìúõ`^:‘/í=˜˜µ~bò<¿ê–ÚØââg_&) Íe÷M…WÃRDòö<±z[…Ï;Ô“Ê#ýï€ñ}4u–Ý5¶–ÝÉ"¿a4öøäØ\ÇxíóÈï]fLþ¡Wóß5:=Ò_;¬â ´]#[ªFÖ¦’VÙ÷áè,ºnj̹le_ÙVã+T•ï@Éw¾•½þyÏÈD;úP±övèÕ.È#À¦ŸGòsxž -k8H§’,ã'ýî“BR¿,>¸ÈÄn/²H»‹,Ê_«Âž-ª`uü|„‘žþð¼/²ŸÍŒ¯ ×ÅzFA1‡ZD®{¢ú­¹%÷æâíw˽ð7=ØŒ»ÄÜ'¿HÙy×öM$øÁ"t`—÷«Ã@ -¨ y>¡Ð¯å6äôª--¿gà’>-1 99‚Ï‹tÄ!àûë£eõ-¹WŒõÑ£”‚[C°ÄÛÊÞ~ÓZý}GUìÉ定˜=5¶>*˜ÝQ²óÏyç¨%@KÊPy›JtѦŠTÄòá2²o£á·—ØtŽŽ˜ï©xdŸ¨ÿx´Ú¦Ú_÷ BÀ(`†­¬HÏSè§%2Ú#mÈî‚ÅŸÙ30ÿÏFzN‡TÈï4èåÚhõ£=¦ì¿ÁÀ¶F@ ÊyÐÍY>Ô;Å(\ïÇŸŗ¦1Ißk)¿F«^¸`‰¶öšG ÂÒ !±py¤ú­·äÎrOÅ][OáÍÁúWáFù@ã}^f°v¬ |ÈÌDïYyœ?€-Úš‡öM"aHŪÛV0«Ôœ†•€°Úû°ÒŽópK-ÍG3¸”_ôüü?t¢â[jnÁ­¨ì÷å~|Jh^€ê· è™C%mcÈÈ‘=$y+£øl ·ò>¥èíiS[EÆ¡½uʯ$—¯ŒÀÞº$ð„]-©ìÀH¨Ø×cŠ7¥Äsè±kSthjé|‰w´@…lÏ“J7&Ðïøpß9Hü hA¿ì@–ž¡Ö^ìg65•]ŸÄÆ}ßSÿê_½ðئˆ¹g)ôûR蕾·>¶$êú¿0ïo~¿¯Â¼‚/׊rΓ¢4u%ž3w§žY©z¹;Ï€í-4µè:àñ«ã˜ÌÏ€½ü&ÿÿ”°~94n[‹æ–´zc›æSPJŒâ ›àšlHÚž'T¦áñFaÖåaØëŸõÍå÷›ÑY7sÞÜú¡•yq•öÓ08ö 9é' ÐÂð·?vBâÏ´ÔÅ]œçÞ“ ÊžÆß>ýЇ;?¹¤$¸s -õac³c"AÝJl¾}嘩Ûüöÿy8­kãȤ’…;\jÜ··L¯·*?oú?-S0G@ŒòNÖ=uK`ïômå÷WF þ)L’{í©‹w U¾]ë+}±«å ×G@,¬{2ÇÈ»¹6€Æ_v]AÎüu™ø“ùþ)îýaöE÷èÉâ`õôÍ÷õq'|˜ôÀlC‚A”{ÓÜ”s' É}V?9XÄ”-q¹ÇöÈyCñÐÄcF®«ïùÔ=-­v[N. ÎÑŠ[A÷ëÉÙµ{ I'ºê>þ*,y÷Ó0"õ¤_x}s²!6,Ç»§àY®DÚ¦š ë„´=#¹Ö/…ÆÍ ³ÎÉØÉ'—ºËo¦Ð){z6!ðIHÄîé…¬]—–¡Sƒ²Ú×nIÞm[À#cðøOFq_Ï%{g)¥»:.eW'bz¦©¹k€æ^h­yå'…¨ì展ý¼LÃYÑGxÆ¡‘ pb…¾­ö)µèíOƒ¸ìÇ»fn›_ŠÍ\ï­¾³ÜVzUÁHýUðð{\òµ¯&P¯ÚR"2'åÏXåq—ìý¨ÊM%µÊÔYpCÎŒ>)!>9elz{Ö9Põ*¨ "ýó 8©ìÕÅ9NꋯðÄ‘~ÙŸLÚ®_à“@c--…´œ”+a@·1 ^ âsî‡ÕTx@Ž+ðKÜ£McÑs !ùœ–Ÿsa¡½::¤d`å¢òHŸL€ÑØ®ðš>ÙØŒ°žâž¬}µ6Qó8rödXÿÕQ`'…—\¨D¿Œí›Æå¹GðÙ›26xyóAÓT{Ç9BH›!go-ýí<+çòBcåÃõT -ð½*ÝRR‘¥¯>^\õî8þæW½È÷׃JdÞº¤â™WMß6ÐÐ5—¶ÚVy­‘3°»hLçHÀlÁgG§öØ!ì>Xæðö–é„} ¾"¤¨¿=- kà¥p²_N¨ ±HÇλØ_õm[ÙãJ Oú¥Ä"¨äÊ êÃ÷¼Òç_MPóÎ2 -^}? -O?oæCHñY¿éé¿9[íÜWþ°÷¯òùד„´³®±†w«CÕ´‚ü? ÷ÝÃEOwçy‡VžèÈÖ: øH¯žRêW2ªÂó|ÂŽ^HÛ”SŠ}l¢gûaà+k{ýƒöú䟹Ñÿ2 ë_é8 ;JZþ/÷й)÷¶šwe–uz¡9÷fXƬóÏ1¡î x|¤>æÚ(z}¨ì±²ìÑú@Þ〤:fK‡ÎØÑÒAû:- %æ‡çP)GZ|åž–RÁó7e˜Ì##­>¨$8M °fCp¾‘힢æÛ{ÀUÜôßf)i'vº´9‡ø0fú³ô¢¡©þ‰WÂ*]j«¾;ùø«¨ìé·]µ¯OØZªÿpvcÞ¹Fy`Ç(£|˜˜qÆÖMÊðMòë¼cèÁYTB@N(t6áQ‘‹U€–1÷ÂâÂ::d×LGì[(p@SC÷{ Ä*koÝMcåíõILþ§ñH@I*Þkˆ]B}tb’Ô¼Š»£È”3&Qñ½‚\Þ„Ïù½.ññ‰ùfX¡WF-W SN)ØñWT‚ħö¾ì76þ`A$ôÎS!¸’—çÆhé¯þtpùû& ª#ûÜëžÙºŠ¯jy©g´¼ôs¤"T~ôilVìõ°–ß²£'ÍÍy7¦p±¿ò -ïÝZúà+G{ÞÍ=±Ê#g‚r¢n}Ç­‰{p 'ãÿZåµYÈp÷dùƒ•¡‚kAUýÇO6ak@Í@O³òné„ù·>Y¹‘½Ã--¹Ü+Á¦{&ïýUwWk­IHäü7?¡Ò~·ÐUù> ÄÓõ H¢­§ìµ¾¹øv?2ågvþ³¯gi çý³ ÄM%*Í= z³£cz«eèx¹C ÌÙè¡Iò$ÀçÐäã%lí—ÕÆ ‚Lï(ˆ=X¦“¼¦ãeyψ+ü¼DAYq0žåSSk]ÓÄܵÁ†·~îM57õ÷Ðä½c— âœV0rOMóO‰!Éߣ“Ÿ~=K*¾ãè¨*®xñ5óÆ×ýgßMÞý€L½ò1Ì»_×FÀÑšîŠ{í°èŸšjß긤ìšE|tNQн*~ÛÄ¥ù4l¨n'á^[Àå…5|RHάs¡?,6–^6p -ÏJð©?Íà²O.wbÞõÁ³ÏJ‰9çÌü’ëañUggÉÓþºDÿ2ÕÓ‡Œ6‰Ko8ÛAOw§YUa )ó0Ò'{´úérKÖåÃ9ÐÇ¿q%{Jdª´>ÆÑUu'4¬Ã")0‰Ù–׿÷Ï6ÄeÈ„M6mGÃlØ1°Qn)¹À;Í(ñŒóªM­¥7&Ð1ß#b~˜#<«åå_l)¿ij÷¦NÄÛ^PÒ‰¥¦ºæ¦Êãð˜&næõžÚ(`^ß«Á÷z0YçÝSlÄŽV@3·Ý^©yá•¢Sc°7[zb厉sÏQKíÈ(ß"éß.áð—~뎞ߘ$gZŠ®­ús×HïY™dë<Ê'ç@Ê6¡_ÑLWòªnQr_ü€Ï~úk?<ñâBgí}k/,Õ§àÓ] -lm -“¹·À- wM<šg†P¨•Ü›o©¸gî=ßÒrøŸ–›G¹´°–Zí—Ѫ<³´ª 1Ó;C/]—²kæDà—ºlñŽ¡mÀ9ĤýÜ_÷þ›)|æYk[Ùý-%, ðçÊÕ)z>èãëÚáÉOõdÌg;‹P¢Rvõت£E -æÀÌ@5lŒGN¯‘ «. ÀRþínš=\¢"ƒZLƆöÆ3 yå?âQÂâ6•ó-&ëٯˣÒM:ŽwBÍI:kj)ÿÃÜU÷ÒÖWõr[‡.>°p›jA!ʹè‘b+Ží‚– Sê—ƒã| -tšWI. ëˆ5®‹F>oˆQü¤(æ÷¯wmüÖãUñð¡éù]ì’€^,”Ý5‚^Ú§85ÔšËÎRÆ®ŽZ·­¬‹ NV>] ´âÚkóœâÓJVÉ)5·âÂbôžcóV-ª¼:Mù©”}a†Tvs±µö–­ tß3 -y˜ÅdY‘o%ŒükŽ¡†Ä ‚œïæ¸æpÙëRF¹OÅÇí. - µ&´ç41oK/â… "¶oŽV´ÜWÿrŸôkSÉ£o`ñ?H©E§¨5g¢î]ü2åÙYg'8ÐóŒ‚Ìó–Ö¼;FqΕ1Lü÷‚â§ß ?žVpJ®`R~·Ö]}¤!V9:Êè¹™—õü¿õ|Ý[óì_³ØÄŸæøù×SŸþGÉË‹ÿÚ’" ‘³FZ¨ˆO*|GŠ(p”¿°÷•^W5V^ÇçÇŸì¥þ¦ çœÆ¤Ÿ–óÎ[Dà?æH§€trZ\ó-ãÅ7ÆÆòû2NÁ=FÞãoP w~h©x󋌚zz¹»îžw -‘è®IóHÊßÈ=ƒ€¾­!—q·tK‹ÊöÎÖ¿[†Eù#gö¦[ÀÔyf>º”v4†ÕÄr÷(v}¤6Æ5Ýš'lͳöALÆ9û’s¯mBÅN±jŸ[*ï­ •< ÌT<I÷«1Y‘:NŸìüÆ=‹°6MËÎ3êƒjlÑž™†ùìäˆ,,J`—Ò“+ƒÀÿºçˆ%îYb±g†œ¿6Šû°6‹ÚVSê "aXÍÅ{çXÕîévêÆxcƒc–ºÔ‹x5M;<†K:åBÄz§Yea£6ØdHÏÁ†bѦ–Nò«µ)&{eò2¤!WoÙ¸}@ƒí›)ˆ= ¿cæ36µ쮚ÒðŠoŒc3~S0 Î8úªï†e˜¬›d›@'-B£6UäR×,.%¤Åå4ð4çDý[ Ÿ·£ã 2bQdÄÁ‡6S`_\üîO.Ñè1;l,Ž[I©w)YàiJŽWJ)>^oš ™8ô] ŸÿÙÞ"ùlkìùlá±9”-³€½&¡fy"ýg‘:éwl%7¬£ÜJ}+ìVX{CÉ.9» .<ï?^$$- £šêï8z…ÅË}í5˽´„õ1B¢µ³ìúbKÁÅõ†W{zrKO®^›†Å®N ’Ž–„MûV¡p{AÀ Øh¿ŠT¸µÀ!î˜D‚sKïÖ‚€á“ÓË|sô²µa\ÒR{õC¨øò9÷L®â£(ù‡>Dîu³èZ(ú›QTÌ7-5/¿ê}øAů¸céÆ$Zûo"×y8åïOÚ;뢗ºª|ôË"áW5í´Ž_zßÒ‰vvã?¨[a¯ñyQ?ÐsÞžÍaëV‡+ï¹ÇjŸØ»‹oõBž}Ó~ñ¾¹âæ0»üê‡GW¾"¤DÿºÜ nWß”‹—` -.Ò³^[üôò?2nŸùGų«_ jã¿Í|só+ØÇ_ÙÛ€yl¯¼·>Xy×ÜšsEBŠ=!.¿ýÍòÉ÷éú„•)LÖ9ýº¹¥ìÍžŽ ßÕÒÐYJѶ‚ç,»+£Çž\ê,ꛥ–áK^ØGêóCµqK­ÕQë}ˆè-`c  -núÅöÚWÿZ¢eÛpY¦vH²o'g%]–RcN®ôgß9X€¦n©a©Î¾"€A«b·´\œ¹_è—ã*‚XµŸ–(ð£Ebíç%Ù;‡Êæêú"}[E‡¦PébÜ)%ãÆZ4Ê= -‹ÚÆ'ú¦Ñ®1n¹oš_ï“6’Ö'Ø5kc”×.вI+ƒ˜wîIBJx^@^ÆgwC/Ì2 ßZxM® ؇ àºE.uk -rÏÕÇnê¨ »feøH-ÀÐï$>gc°æ±±)ùšg².Ú'Ŧ9gÉy“äûdä•qÔ»½E:ú³°û9|áò,Ö;KHFb3v ЗuA×¾•Al®,8O©Ú3Q>º·ÈåYyœ3›°kfàÜ -RÉ®™ÃÙ·ðxŸm‚Æ?—Øô£rí–š\ä›&¤ù²÷¢£ô¢êkÛó„bU飾ñru„šcíF¾Z=Ú¯}ì=3wWßYìßsóK-}Âb{5Á3Å,]ìÛã©áŸCeû”ˆdÛxõ#s_ݳÝE>'ø„OÍ‚5Ä–žCÞ³4÷.µŽE~[Ø4kÝRdR@M«ZŸ fy%¸$¿ør7"ñûvpò·jVÝ•~fÞBúý.󬡱þ¥œWÿFß {é–Ó½RZÙê$üÀ1Ký Q€î.04ƒî«yU7›âŸB¥¥´ÒÀNËýä¤Å~B¼¦ úÄÜÙV±1ÆÈ>´.УåÞºc„Ô+Óô¢;šnrì0s™óñû†ò?¬}ÄÄ jÉy~áû¯héïþ‰OzñO\‹ï Ñ? O  «.£³NðËbOŒQÒ/±‹ÿ<ûe†÷Ý:îÇQ|òE­ è®wšT¢ïkˆG%ßýW/äÃí/V^ó‘™ÇõNGúÔ¿¶·gS1“έb -mã”üÚÄ'' µy Tð;ííUõüœk ¯OtÕ>þ×,.î§•qR6½òã¥ÊøÛ¿N‘2ï‡f±ÙžQhÔö,>4Sù~šs­µêÞw*zÊˆ…1¿Œ3¢ Tò‹ùe‰Ü°§ÅäeÐT9ïã• |Â¥å‘ú÷äŒGÃègfé)7ä´¼‡ÈÄm%¾Ø3JX”š‘Ç5ص)ã‘M]¨¬õ1r1°~é® F妔 -Ìrì]øIlÂ%r⎢Ø!ÙËýu¯BšÈþ=.cÇÌÄ ½eä2ý*:B)(¼é’ S-}¨ -MSu¼k ­á&\Ø,VŸ¯'–nLÀÞ<ôaCRûzßL†ø¤˜â¥ØëÅvð×YÇÄGÎVí蹄]“X¸1G+õ+ùä°FÄôKµRvqœ_¨ì§Å«;Ð/—Gù¦!zÆœ~WBª¿1MB>Öˆà¯í¸„åVÌs#ôž’]kS~Æ ª¾1J+¹ÎÎyõý2åddÝl#¸ÄµYz©[&@¬ÈZiÊ^|\;<í¤’]ö4RsÍ9Q÷Ü:\ugy$RÓò6(§T®Îts4}-ubHñ¯”P”ƒcW‡Jÿ04垆Ç}׎ÿ~ •ôËRgíSË8½¨>'ö——Oþ£¥êý…Í)D’¥)÷†™ŸtNŠ~þ=#ûv@ÞŸPpÁ·ºX‰µŸÅ)yykK…%ýé`±Ü£å–ZrÏ«8É¿6UÞûJßXòTÛ‰ƒ¦?:ÁÈ~úÍg{l Â´ÔZÏtýûAtÌ/¼¼ûߊsîÿÓÞZühŠSôôîúw3´¬×;&<¬à!׆á5´ ý·ÿbæÜûç)î¬s ü9¥ðñ)9/'úO‡¨÷ÓŠ¨ûØÎ lëQ…>"ÕØYq{’”vÂ)Áf`‹ÞÏx|ù_ŽaHÑ–üÎ=\zÛ3Zþ`}°ðv7èáw¢‚›ß©yþ‰•¸Ü§?aRžü¦oª‰ÿdâs>[„âc3Ÿ»c !BZtᦢ.ê¿t汃) U¼yÍ|r˯ “ŽíŠ#G»ò?¾FÙ=Üž#3¢|}¼àö¦îF¦Þ'å>ܘ€§¬Âb?ßÒ~á¿9^$Ã콕·—:*®;‡ë_I(ÙGi'µÜòkî9zÕl+æm#$í¬BTòÎ?+²ôÔݱt‚-÷7¼Y"¦,õ’}JZuHO¯N S|R\Åñ2W9s¾¥Ae­ŒU>XüM}»>KÉ7òògEðçã”Ò»~®ÜÑZú»£½èªž“ú›–›qÖÐTþÔÚ^õÜ5/rHÑèœß[Á®9ªx°»ÕqèË€ŸïU -SÈ”m€c¶¬B¾ažË~öSY콋!™ðŸ ^ûß2áïEts?XÛó®/¶—Ü3 àsò_ßÿ¶:þáù ‘ÒôyC0p`¥½su¬mi¸ØŸvMLl`AÈ\žf–{°Q«6›½sÔ`í_FôÔ,½èª’W~Ï3E.^œ¤—ô“Š.ÊUw´LD¤Ökç›ÃelÌ 6¯¦­Ù£ëê³Ëz„úá.¨ur¬Õ9ÓË_Ÿ¢æ-ó€\ZõÐ3Yó,0‹L\™fW 2ËÿhkHþm± ò|mýÞÞ]÷ÀÑWxwgšÒ±q+RNm’–ï× › <¢_C)÷i ….%&}yüÒ'E$îè0E> 6Ï1‹IXžÅ§IDeOFˆiçwUŒÚM)£jSN¯ -p€‹é£ˆµ4ŬR5ÕEí-rh‡A㡃/>ŒôÞÓÐj¼ -r¾k†œ³!a¹dÈb/úµs˜–å™nD,÷uâÒ«¶î’{«£5ÏU¢œ3–žªg›jFÝ¿ü®\XõxËÈÂì,°qA5º«Çý逗XêRÜrpLä;l¨ºÚ Côë(:nßÊf†4ô¾•†:¶Q`{fBõ¦›³³@®ø™´2‚ˆöLa’6•˜LÇ0è…uþÆ-£oúxKËAGjpû"5Wu"Žc†Þr!.´6˨ò*Ðv¼Äãn™Ì5Xhi ™„¼ÈþI¿^ÈXQÐ+]#Û.¡hÛ1¯×fÛèks]·”°£Ò1†O\"¤Gæd×Ä£oúÛ¯t©žR9ëPSªvÌ\ºGËØ'y¥Î9fi@Ë„njYp-·ìò -—X´emŒÔÕs+¨uG‘Ú¾+¢ÿBSÓâdÁ,ƒtÃØØù®Ú{Ž1,üsdœ“Ãß3à Ãò†ä  Sà—“jœãÍPËP'j’|§nçYæ÷·2RùHÉÉ85…ûpb -—|>¬';!ë2Võúœ»*£=@.ñÊù°ivåê8%ÝÚ‹²ö¡Þ¬OS ÇX¹ Œ|ç ^^ hòµ)R®Oʪr (hl¯)ùÈUU#Å&í é†;Á¦ñ!¦y´º2ů55#c]ÃøÌ œZP±ÆèÙ­øâ üš”_Ìݤ\÷ %ÏÚWuw¾)ùÜò@ែZ¾®“\šfžßØ(ðé9h’ ñÎs1^ éV0*ýJ\–gãV Ò½F½q’”ÉF¦_Äg¾ü&8Ç…”Bœ_ÎõŒŸ–YW±@k -.$ ‹Â‹â¦ ™Cr =RÇsKKï虈]#Ö±RRöR?:j}’U¹>ˇêZ ·õMU÷,•Ö~ì­yéžE¤mjéu¦†S/ôãÎ PQª¬ýµÏ,}™·ö*£, ”m3³ijí]Uvµ†8U¶qzÉárÛÌ‘£idßÊ¢†tˆ¬¶>1¬ÅìšÈ5a¥r©úÈ=ƒÍØ7S ;z|qHC*Ýýß™|¹OF,² ¢jFý–­±Ç¥°Ü*>.ljlÝ·4v}âwH…Ô*Év«èÕëRaCÀÐÚ³0ҩ驌ñÎS¡^ÐQ ±Â¯¦C¼*YÝØðÜЊNjšÅk³ìJç#g}†Y꜡•®Ìqá+Š£qy†_§l¡ÅÛæFú­³ƒ-ërX¯R÷¹$ bÀ¶M|ÖþRSïŽUЊœqr¶H¶mÂV¿ž ™¹Tß ëP³ z6vÓÌexµÔ,«ìòâ0&׫Q]2JÑ&À ^%¥Ê%#—¹dLhÐÜÒXl÷›[ÖÕ,pØÜÒ·³$ê™Ép¯–Rc$¿7“쑞«zbígóÄ'g»âØÑm3×3ßÈðÍsQA ‹°³Äæú °q„˜4Û{*åâì1ÌÔÏJÛ˜a•혘¨M=êšç!ý6êËšxdÏ.lÙ4°acs{ØØ={9OlÄ–údЄu (Ê9~¶ h+—\H0 ÓóÇi¥gV†ž8Á1ص!AÄZ Ï´mU·ñ"¬¡Õ…ø¼6ͨpŒÓ*Ýs8häìù±ŽÙ_â‹\>nM.ü¼•ëÕv­«»zr1v]%¦xT|Úž™Eü |e²áýú,.Õ¯d@BZ6Ƨ ¬MÖGÚïcPU÷nu<÷æú8:¨8ÐZA ^û bn`¡sÌ«Ð}@tY®m˜œ¼:E-Ú2‰šö,íÓCSg¥è–šxjm–Ù465úDl÷—`›¥å»Ô<” `0¿NÄ [Z7䀮šf—yç!kU)Ä/I›qÖ™f„sV ·Ž ‰mÒññ…©!¡u¦áì|mŸåšÅç†õ,tÐ$âô|Ò¦QÀØuv¨CËÿ?Goý—غ¾;ûì=»föt·3N;ŽíØÝ] ¢`!%Ý(&6*HI# Hš`‹Ý]3³ãœóþ¼¾ÿÇwy~U\®õ<÷}Åb­ûªoÚšhjÙžiíß™oÓìÍsú÷§ê×í ô‚v*(éNES¥®×Pž|ðv»ŽÆÆ­‰Z²k^²5ÌÄ­ ³ñ.3½xu˜…Úkê™TOJK½6ì€ö6Њ·lµ„ƒ©ÆŽ¯K­ú‹y6bÕT‹Ùut›f55U3 -28ŸšÍ‘Æú}GCËád«pg¢•¿h­AÍH™ËVl}´Ž¼h$g¯è+¿_¼îè6œ8{,GŽ.•K_Wé”Г¦Í¥&ASVsyþ•áN\ÊÁpSí®­¿®g–^<³¿è›-6kÓÖÙa‘Ô‚Xð¸{…¾~ÚÓÑñG“|çÞx÷ÀŠ¥‰6¥f挋kÓìÝìø1isQ}yöõVhâ«e%‹¹?ÖÞ»;Ò@Ûxÿâžð¢– –r ãâ–K/-ÎÖýà@'.ë©àem lm¨‘4%m*™T÷ÒÆ•§’ž¶¬o!Ìi»ëæì9]}å9+c–Îkº•xH ÂY:ZR–d]„­îšUu_³KßU3£®N]ÒNˆYÕG¾ïŒóÌ–Ú*—‚š¾¨däo›™eûvlÇJ®YåN=}^Ç®XlcL‰) ãm%/¶° 3»i«#lZk+C¬²)%uÐæ;çb>þ‘£Ž¹;NG/›‰ykÖ̦µ­Õ5ÐB6vÖÅi{ÚR†åðÅ!nû†¥½}m°áä#ƒm-EoÖô„ü;›âR‘ ŒÅ/¼Jï#g w²¥wk¬ž¾jnÀ®j`+ƒäì…TÔúÅÌ¡ñ¦36Ô ž×wÕÊ„Ì Utî¢ÖcOéšQsºžæ g°•\[˜wJÕDÚšj—n˜¿?סߟk•mŽ×1šÍŸÖ° -·F›˜S4ô®ƒY0µ×Möq]frÍÆSOkû¸:~OQkO|sw”™×Uhh yNöÕämZ»…»ã]²=G›`oª©ke˜‰ÜrÔv§Úå{Óݶ}W—ugŠÅpéPI ZlÖÊpeRφYÌ8K=Ê)%&l=¼:ÌÆ.Yj‘ÓØ N÷Á whgºC»6Ö&ZnjšÓ“rM5˜Õ±Žž ¯wþ§ Ø”u¼3‚ÍÝw0ðû“íòmg·~ZEJ[ÐÒÊvò]gsמƒÍpé !nÞB…íÎ0(Ç‹µëc,òÆH{o¦E´?Ñܺ7I®Üw2 k¶Îö±~Ú*P{t˜þQ’”ÖðÉÑ-@ÎKEÌ~}â` ã³­«)fFØ]:#Spìrgˆ×’=Є÷·4£âŽ':Õ{ŽvÑš½‘:¦df˜$õiCý"¬†'‡‹š»#¹(ü C =sUÕÕ²gmoݶա´P§¸³ÈÐÞ—ªiä%(ûR88–>/û_2z™÷¶¥G´eáI×-}ê e;Ò$ µ=‚Â!!¿l\%mÑt K­üt#O‹‘[åvÙ PǬ•4( ElI¹ŒòŠB¿é³¼åxA¬Ž#/²võB\ò&ôWgû¯™zÎEVÈ®³Mdw uŠÁæ.I‰­§5c^WS0£ÆÅ.é)›Ö¦º5 ¯Ç•í(}+닾†ü~œÇÊÖ5Ãc¦û -¸y}#nÅÜÌ>t¶I¾Íu耫Þ2crާº.öhÙÖÙ:Ò_“§áà>ŠÈ„g>:;ØÅÞ´·u¬k+ÆD¬t{79~¾Ÿ™·h]#ùÑÁ§$:¸Ô99gÛÞ\·bn"/ 6ÀgÔm¨)§dFS[´djÄ,™0Àë§Ì °òíòŽ2DŽ“¶‰² ½]ùVQoÅ )kôæÖÛ2Úê vÿ½,–²2zYªp¦Û½L{F/iðáR¥É\foê`g[ꨰ)Ë¥i­Þجل¡£•ñ«$â¤Hšn<ƒ¾¨„n ¢Ò&ZEs6Õ”Y¦`«º¹YýÍÍaÒ†Þ›Dß>1 nžÖ÷qƤ]0aCK( -½."S|¬ÜŒNí±¦–“2+ïa®h¹µÓ’Ú,—‚‘;ÁG†Îô7VXåŠ&³‚1Ëû0^k’º«>x€ß—-ìÈãrÇa,¼ø±¼æu#¥;®½Y“A&Š‹²Hϳ’0Ïcªnç¦Tß/΀¿kÆ5tõ¦ÚµâÆé¡®Æe@·-Y(ųj\²c€ƒ´jDtPKèl2€ª´&†"½‰¦ &MïÊQªG Â¶+é)5?¦¦3|ù*ÌÍãyÈå¼,âuzëU/«)Ü(æ–Oê»™óCmÌ5sË¥%Ìèv¸Y¥Ò0ûú¤ùÝÒ”î.]§NYK}a;c‰pzHIVÕÛª|Ú‡‚4ÂÛŒDø#Pjþ}bEÑcasm@c+XÑ&¤X²ž Wºè’ýÉÆ–³…fááL]ÃÞ,W·=ÕcXë韵q9c¦~®J"#ˆ¹â|^]gˆ¢·¦*ñ"7NÊi‹Ò [’õ‚šÄI] m×Ùm<œl/Z[›jM—¸ßÆî-°›Ú!8ªÝ»´Rr ?@”ònf$⎇ÿ–ž\%#_üëk¤ÛÃi?øûA~ÉM®þ½[ÿRÕÙ‘ìPrqSƒ‰yÀ¨–*FºÛE#hV»+“Á9Ì¢ÖoÅU“ÆÞb«ÔOIµ;¥yŽ«Þ‡•ðŸ‚ò:ï‚sy×3r»ñð»=‘æEûŽ0<á¶MÀZhÍÊížÒ4UN¨Z6µ¸±_nn¬é-¬fÏ i³žÅUƒ÷S³[ËÎã]H¯ffó.{ù#/=vOsó -Â]úô…âöäÄí·+Ýü|a¿äç6Þ$Àûž©:ºãgMøkiPÒwÊó:›,éìš¡`2ÍìÉjZNf±ãš›&3êèš/5$yP-uÀ‡?ÉÎ`þêþ$à‡OOƒÝ@Wó’qî$(ÝKשÅNkt²%SGÓê`-nÇΕ¯Ú¥ƒN¯äñÇð\þ8ª³ÇQÉí]£t÷,‘Z›†›YÁ4C‰bñ*Ê­ù¹ ÷[Q&á^R ê—¯#ÿH Ëv雷RxdÖK ü@RöÛ´oPëbá‰×gG7v;@xæðgH©ðII¹Ô½š>é[\ª¸íõòÃÇy—3ò8WÓ@¼_ÞyBÜî>ˆs»ÿ$ÅÍ?’~éÁ¨›w þ'Öð±O0B±ëd= Ã]½3Cõh›šß “Ú[;ûæIŒæÙ¤òjã³Ð(êÏ=‹/G†ã~ÍI~OÌäÿA¿ôê}±›_(éR@ ûÒƒW%nî^·Lðàoå•ÚG ¢äƒ¤]œ£êlKíg¥ŽõÓLý|Lwïxu]Ç|>µÙUE0¸g´Ý+ªP<€VèïDE’þõþ]Î¥û÷‚Ý^¿Juûä‹p»ñ$Ïíòew7w÷øKRéýˆøšß_½+ºšH|,ê­Œ¶wNµôm×3&ÕÍeV•¦G§2òò‘Þ>‘“Ím40›¦“0Dí«j¬ÂƒDµ~ÆL ž‡ÁþE¿'%‘¯ÅÅÀn%Eg¸‹[Ø+aÁR‹PŠ)}úbVûL:¡a>´”âðH-‘\L¦þDû—_x•ÛSÏ·_où¸½öÈp Œ¤»yøÀÝî»§ºÅÇb.³È’’NØ&몴R Ò~’Xb$7õŒR8«‰¨šïJšÃ£c½“Ùú/¿„[x 凄”¦EÓÝžz»ÝŽuïe¶Û´Û[_Â¥·~˜ Ššoó:´Y&±9¯çÖ-øÜq}o〴Ì s©Üñ$0aòQ|øZF©ñjdf÷OïCin7ŸÝ^¼)v Žb]úDq{ü¾Òí…Ê- ®é’o ç‡wAÌË~‘µW@¯ò›»fM]­sCM56]om³ã‹¥ôcÖÛBÄÑWÉùÂ_|#Y?E¦vþŸÖñÓë÷…n½Ëˆˆcý–Ò|éÚ“d·_¯ú¹=~™ïö:ëvë è’ßÂ5^¡ŒtÍéU¦ùÁîŽ }S)"ê8–V÷*„Î߃UÖ,{A±#OÊ0£O‹Ëô73²»/‡D×]ŽKéüÉ÷ öÒ‡±nï¼ n¯>¹Ýy”pÉ/þ/pçÓh¯M-hß5# ®êå¤õpÙ 㙸æåpà˜ŸãÀâ;?¿ Â^ŠLlþ!&©ù_>ÁÕÿºëžyéS æRð3ß0šÛC°Ûû0â¥Ø¢ÁË)PË(†3°‡«™å½¨åÑnéúLϰިîïÌRèkÙ¨º_ÉþZ¡¹ êºòɿ⧇/A—ž}€¹½ô*u{é só !þäUóS`*ÿ§”ýmuâcC›3KÐcƒåÊú ESѼž±‹IQâf¦g#Sò™Ý2žLk_LE°V>¥Hÿg_zî‡àȺKŸHn¯Þ•º¹¿-°ïæÛìöÜ—øÃ]нòÁÿ•!ù5 f{œ¿în–d,˜ê™‹ºêx—–žc•t÷6÷'´¶‚êÛ§s°ŒQ¯2ÜÔ Æñ(¿bèz|jç¿Þ|Fº} þð9„réúÝX·?n†\ŠLnø9$ -{”{nWóðóFI!â•ðEÈ¡Sß5•OåÌÇ¡X^…HÅý¨´†ß‚ã)—}cˆ?ÞöH¿ô˵Ïn/<¡@½1HÍmøƒˆèù"ê(·(EäC3Ê!£%J©ÉYmº¼¿¿²£oÎjµÆâ™ò7¬êa!bèi`R#ÀEå?¼ú˜ê–šÕôs2Hô[hjûeÏPÒ/¡±¬›%Pñ 2ÿ^ÚQç?ÑÏŒ›S“WŒ ˆk°3¥­/ÓŠØq"~GR—ÈXQÛ5‘g zãhOÙü&­DzÛ;ŠúÛ{ÿ²CbH?E¥ÔýŸÍ¾‘UÚý(%yXÓ¾`Ь_ºêÍéšnbÅÄ¡» U‰c²ª0‹ª Éëàƒ»ºµåí|Ki Ç]Š–=‰Ho½ê]ûó‡@ü¥÷¾p Š/=zåæŠ¿äÍv{ð¡Ôí.ÀQžÑÍn‘ù–ŸsËõ¯¨µ¦4­t¨eÑØÕ:!¯Ž´ŠáŸ‡Uì<©Tƒmæ Ô -fб¼­\cîca¥á6¸Ls-1§í—;ϳݼÈs{ý îöÄ£ÈíîãT7ß ô¥„TÎOY9í¿7Pdþæ¾Î¼y «`ÉH/Ötàýtâ>¸¨OWQS§ô«é˜Ë&w®g"Øs¡Í»ì’î‡Å•‚ûåXÕ³¸‚žû¯¿ø†!/Åd4^ŽÊí¸_Ôúª’¢ðf5Å -„숦 ¾`ª-Ýš¨gíN·Fôd™ÂÔÜÙï¤×vèlu •&zO«íÿ„"‰=òJ…É­/rkÜSòjŸ#Y†ÀŠcºFÐÀ‘†ªäü"“ЇVu£Lu3jZƼ–”áTG¬lIGs¿GœÛ#(dsdÄÉ[$KïVÒ÷$8©íÖ«@گߖ\úŽ¿™Óy#Ôw37üD}“U-{SU£Ïì•2mƒRÚ´Šœ2#ƒú¯ð…›#M N}'C¥hãJíô&þH •3ެY,Á>/@ÝM-ýòÒ³ìÒï7ãÜ¿‚Ø û! þ¸×îÛÞ°‰ÛŠwL¤k°…`Q+¹:Õ@»T¦Â÷ñ5E\S^c»1‰Õ¨Æ“o‘8Ù»„øYlvÝ!1ø;I™ÏŠ+xêXÊDc÷m\©/YøÀcGû*}Œm ÷1Q¹ïˆº¡P£”ູ‚:©æQs͙ʬ¢Y}AeÝO’Ê® ­ª‰ý/ÉSQÜX/ËsÕ%za/Øe ƒ†ÉÐÃBÁÖ6mQMHXÒ“l||€AÔ”£QËXr…#ä‹sø=Ê·®^€§ö½EbÛ_ap½oð$¾_Sswd{OwHg¯ ¦¿[Ql‘¨È.]mÛÊ¡³«fLƼ‰púz¬Z¥`P+oV¨„¨®®Ö°ºÚžXªþ=k|—Óu;$®ö§¸¬Ößü"«/Äâ~ŒÌlü!"§åç(PëµÔ2ÉÍ -’Õ«·wœ`Ö ¶ŽJ+¶m ÄÊ´b$AvÆÙ´Is¹¿¯9Ë寷J& 5\_k@1,Ëɦ·É5×ï>O¹ôèE¦›O0êÒ—ØêßsÀ‘‘GM4Ø-OɨÉS¸ÿŠž’ïR³Š옺©°¿›á'ª \ž ÒÕ=˜ÍêKÚùJpK»8ª™«H`tÚR*HýþeÈFw,ïÉî6€{ûeÙry_QÃ; ¸G-ñë“ùç2»íl¾®yBEÏ0ªtVÕ¢ÑÊ -ao®”Û• îéˆëãõ&ò…šb¾D]Á* ÝÝšœÞ~ ¹o@O•«xegµÏ´†™³`lÂ,5á–õ(kÒgyÝnd­6×ۘ͘Vuk™’GâÕCw7c_w -d™ŒVMTIüªŒ©ÏÌGuDÃI¼0R‹!’Ô¢¯íÒD4påab%hÐ2¤[ïéÝ¡U® Ác7­ø²ƒÉÉÁ ײ<Ú#7ëE]2…°Z î/îèUeµ Æáì{*…c‹¸šQØþ0*‹é‘V\ÿIo î’ñ±¦A.iLJHptäøêi_^,sÆúÉ9Ne#bBÓY=¢h)±H: ­2n™IÒU$må‰ÛÄÉÂvM.¯MS íQWèz奶>xºŸ[±ªhCì™Û›ÇZÚw¬ÌŠ9))eQF):°Ö±·m5èéfžMÚ«ã2â4”HƒZÝ&é—Wôu÷&Ê:›£ý͹eªèFÎú—m­´ ‡¼ak¢Œ7Ö8ê÷­Õ9Sü¼WN.øåê)uFFŽŸU×;u­Øa93sÚÀ!NvÐíª¼½Ò]Ò\ùTÑŽ~=(lÉRôVŽªY™ã -b´K×Q·m Ø™ÇöêÌÝ¡²à•ªY*|NÇ‚.Ùû´‹Ö>Õ¤–ƒQÔf[¤¬ ƒ¨%OÚÓ—ÍoéçÔÊüˆD‰©÷%Rúß’(m/˜ìî†Vir{W_¬ß:©—´nÛѦæºåJÁÉHKë¹£C~‘ °=OãƒÞ™¸/½(_ƒDˆ•ð˜N VÛú¬•­‚$µ®Ï·н´§œ–Fï~bÈ(U}QÉÊÙµ -wÍdÈéHMõ¼ ø‹¹>æ‘­=þž]\üaLSWÔF.þD-Ž»=6PC]œèìl(·Êé‰:>9LÃ%ŠXÑÃÚf˜ËÙÄ\wÒáû³ í§®&þù| ëd:sJOœ¤ª];¡`NMLŸ±wvŒøÍ3Æ.öÞ§m{¸•³ak¦oÚëª7ìŒÒ¥!Jþ¢‘š7gà gÍ|þœµ…±>Æ&­ÛX”5{ÍL+^Âf/)˃ç%¥Ÿ‡©˜oóíÚ‹ïÚmÔ’£È)CG¸JC—M”¢IcàôòþF Å$é1*kÓÍbˆEÕ3jê ͘ëàóFvÙ¶³™s:Ïéß± 7̸ԣéÖÙb×èñ<×¾?ÕØå2Õ Lâº<“˜™9ðᨎÇRwÂ5Ò.ˆR£ª*ôÌ~ÉI%“  ªfÐð 9y}ª‘sà¨ktÉ cœ”cܼðyYÉg=+ûñX+6zIÑŒ]QÓ æû‘_F;rÝ]E¯—Uµ®r¤Ÿ™×O/÷ÜÑw·ŸŒuÏÇYäMMið’ò~Iñ\×"#·ñÉó*lŠ‚šñr®·4ñ¯1 -üÈ‚LÜÂ¥íá2ŽFÈå6Jñ‚±ºfk»È}T8kH@ïç®ê«Â·†Ðñä‚¥èp„Vê $¯k*Î'X¸o:ú|‚ÚÂçÎö£Ã¦èÀi)>r„W4§"g/¨ñi *l̶‰\x1Cz}±¤¬Š\Ö~N\å3+BÍÈèóýÕ &löÑÅ;4VjÉñ©xׄ»È5Í?fbÖ‡XeK*xZBHšãsçå˜È ~™÷䔣&µmè1YG娸>}FAKÙâ‰VíœM3¹|I]ôeQ˜æ¾§Ge 70Ï&[x_mⳋ9S6xÒ’¼$hÏTƒ=i¨;c×o UCÄüc;Åiè®±*š †Œß‚¦¶9È®ÚÐ!Ëúªô= |`ÃmL8p<Ñ™³èuzÉ¢9Ú™ñzM ‹?w`‹FèÈí!ZÅ”æíè-ò9žbÔ8Õ«Z€oä˜øqyØ ¾Èï8&¯ ÂCVuȈûmŽNÛ1ÃãG:Òž/\Ì0P–~Ù7a²þž¥âö¦™äI-5Ë!£gÏ7 7´ˆèùÞ¢·Smà—Öú¬çs½ÅŒ¸¬“&jIK‚³/¨Ù[ft^ -óœäy8z2ŸÏñ³_þÛI¬øïlMãßÓµmG£„ò“)ãëB§åt²¡cEYòeº#홣#󹫿Ðëd’?_lîN0Ч34ÜÖû¿Í°Û¶ôUy‹ÒÜ€9qês— üù|œù>I®ük–U·;VËvé¨ùëzåáT›üp®sèp¶Y°3Áf­™(%Ó*LÔ¤Š”½6Ú!\²wv.˜ëKCµ+ƒ,Øá½úl‚Š?!£ŽÍXÐÙ¾àëJÛТ àÕŽ -Ÿ`F;:晚”þzOCÉÜTTÇîjñ©Ký¸èE)*tF\î§g¤?<ÐÖ!w 5˜5>e–[¸7€M;±àr­ÕkòbssâNÁ§ŸÌÌÌÏÿL°k¾aAŠœ7K”[ê‚»Tܾ…Qzh«#®ë(Å+jÄÿžÚ7A‡VL꺺ÀgQ’ÿq Ø£E2dI…;¥VÛHÅû&já–·()õ™î-{¿,E|Ù1²§¥~£àgK*L쌨í–seGKÌù6Q_{hì–zl*>0B"6Ò¾NTCm„Ü#­ìØZÏØ37Ôn™j.%:f]ï·k†ÅíO0ñ;£µx—¾ª€Ç˜ E«Š²/Îö<÷‰¶ ÷=,d°ü˱—ü®t]ŽßÄ%ïÚh°% :ùh˜Tzî¤Àw ¸¬- 2êÐXó“PþÏ<³Xãìí¡Òᇳgc"öM8ðº¶"lSŒY×UÅì™1)Ûdܺ¾(ƒ}>wЪ†qà#<}–x|‘­¯ŠÚ3bS¿OÖ7}a7»”•+*Tü¥– -ô-rGŠÙSÃcö´ðØ%I™ïж¥'äî™È C:éo¹üÛ¹èd•8ßözU”ûy¡7ëõ¢(Ëã?KŒºoÓTêºïê¯J>´Ë‡‘YçΪœ³ 8xÓP™¶kÁd\Ì\ù6]ËÚÑcR¦ùN~vؾ =w°X_'ðÛ%[ßi)<|ÃÂBŸN7vþíâHOfêwµôÝFõž¥:ÿtœT¶o#•ìY©Èu#²7ÝÐ|0ÓÔ¹b¸˜… û¼$†|\“Ú¸˜£c¬Šûg•Õ¼«) ØRW…9x0ONyÐ5çÓ‘ŽU²7@N?$eÍõ•}X¿Y’”¼_•ÂýVä„ĉÎ2Ï©îÊχZ6⻵ÿ ÀâAXÈpSÌ­vÔÕ‰¦”‡[rTòžQ¾¡¯öƒß¯Jòß–‡˜.r'KCçES¼`J½Nlè‰Z¾ª,ñu ’î/‹3^liŠý÷ ÕI‡|ξ·¡*÷ߤŽQ¹®B†¹Dež€^|>Ü’ú|¢3çé ¿ÈÃÁƒ¼í‡ÞX“ ÂvÈpGcÊ]>ìŠò»vu¼1í¡½!鯂²4ÌÌ…„à1wŽ ô’=-1kSQ¶"ÎyïlKp·±£ïŒ6Æ_ŸlÏ}¾«%å.˪R—€sÞ¨ÛDÅ­KËü6ûË}Ve¡ -fÒ<àŠKKøk¬±ñÌB‚Ìôd½k‰¼?ÝzÿÐñ=³£SN,Øü6çb†Ã޹µm¨Eÿ5ÆÀ}wR*FÈÐÿÍèÂÄŸØ«sÄÅgyÅo×eÔâ=-¥ðÄ„LÜ(ö]“y9;2žºúŠ>ý’}8F)`g>˜—úŸŽPJ¿Õ’«“÷ô{:Hèº,×oSŒØºxæ±3#E†-J+üÖª¢ìè¾_°,-œëËsŸîÍ{6Žø:EA¯j Akj°÷Æ@Qà‰ ›sfÅåÿ5F(ùï,•xbGƒç„ù›:xêWG}㞘¿¥BD¬÷C}6¯mMEèÙ0­üØB,^ú›Q‰Àše¬ô—Gè ¼l¯ yQزäµ£,8³¡ -V¤3¼üW§Ã,Ú‘?AeìÛÊ¢6´—â½kD%àríxÐ’´äóÙ$¶à=Ò÷éƾR¹,/ žêÎöØÑACF˜5§“µÌoÓäù8¶ø|¦¡ípªËðm¶]óÿ\¬†o£ˆ¬Uı¿ðÓ¦ðùh‚Ž[Ö˜¡EÄš±EÇf<øÈ‚ϽÈvIÁaÛÚŸ±®Œû£íùO„>Û*J溽À+ý¸§¦æ¬)°Q -`]¥%ÖäðÀÉè[kèÞB"ðÔÄB¬ŠáÁLÒ¡¹:}K…LþnA¤·•„œY+c–UÈÐÙ>è‡3 ¥äxŸ³&úTTàa¯¾!Ç|þÉÄ¿rrñ|¼²K|ÅäÔ›§Fø¯1èû8&ûÈZ±¦½ŸnO½;ÍI¿½,BM Ñ“]¥o¶dèðeqeðЬß[°«%gmkp‰.q™µ6õ–¾:ä÷e^û4é-¦ä>.‹~sIOÊ÷8¤‚v5°@G[Ò ;üÚ 5âš½!ïÅÖ ôu´Ž¶=€KÚÑb“öèà]9!þÜ@ÎÝ–Òï*ðþ—GSîûª±5&ÞØRVx´!+z?\wo–›þaMVà;ÇËwŸê*ð9·µwnªÚÙm(ÿ‘ÆŠ€™nhй™rþ:IAŸ|fïùèèI7ÎÆé¤¿g™u»zHØš4íÙzߊ컯+‰:2—FþwJ0u‚£©`ß?&eñ.vXOõ-»†êÌ%IÖ333ì΢·W, ‰oN$ ôñÊ|j£BÏläÂCäó‘›ð{æÁ2fQ”ùt¸9ä÷ÞŠ×?+}¯ÌHªÂÛ±ÉWµ4ÐËe).zA‚ ˜áCß›ësž™j3î™Y7'9…/VØH §àµ½>ýþ®“´&ÁD¬K_+Ã€Ú ØT@}Þ};Ñ’uoKø>yCY0Å¿5Úü»•õÛDmÊ-àoÂ'D¥þTدcM%¾@Í‚\Èg{æ9!òjS±ßï-`ÏŸôÔÄS|Ø'UMæ3-#ó邸"`¢=ßÝÄL¸ílO{boÎz,'Ä\é†\®‡{«YY¯å”ð[®¾Bï-UeÌŽ¿;@ÌÜP!·µÐ%qÞK@Ë…Ì‹ÑaJ|Ú3¯,öðÒ.a¡çb_Þ» iáÇmYñ'33æšpå¢ßúÀžs]9O%ðˆ»"˜ßµ‰º˜»ûhÀw;>ïÄB*œãÿŒÔŸì)ÚÈs\TÌŽªÙz¿©!—mêXåÃíÅîs}:Ÿ1ÕYêe£e\w4¸µä¾kÍ|6ÒžýzGO(ÚÕUgÌóÀ¯f{òßÏ÷Ìq ßÎve<^—\ÌOËöã¤?œë…x[˜hs}îS#=á6€ãŸ÷Y•V/‹Ë·oáäßs+Co®*‰›Zl²Ÿx‹éù¯8ð²uÕàÃ4¸¤Æg6U„ß§fyüë|„Ù7â²=Þƒ´¨&FÜM #õ–•‘pëȌ̢|®÷VG¿Ù2 ׈iVfò Ðø”?ì QWMŒ€_7Uùaÿž'£6õ¨˜C ¹x®·ðÃ7çÃ7ßkUP`~ £5ýåLOêýÿ[¡íhÐTo¾û¶®,ò|œÓv>ÖÔøï9VÍÉ("ð«˜ß‚êw8JÃ}›ié?²ÀšÊÐ]=,üÀX‘°k¨ˆ< ô àÒï÷ÑNÏ1àŒÄ싺=¶ò÷†P±ÿË:TWFÌñòÞ7¥½¾ÀÃ% >QÈÈ¿oi€ùnéE 2Ä—±®¬ûý¸°_ÅèŸ-ìôÛ³ÝeŸ]RBŒúâ=,Zò­{ f¨í%A•ÿX[â3ûËMGKÊ-g[ÖÝ©°û¢ joÉ3/,r ¡¦Û2ïÍpr¯õÁ<·ÕˆˆÑ®Œgj|ð¯3íßÝj޽1óÖx{Þs5íasqèuqUèý©.ˆÏ‚.¡§>P’Ó-ËÑqÃmÚ`A?qKý~”¢CVcÃfgÜsöÒÙ¥Ñך`A×w´„’@cl«à€÷(ós´g<îJ{°*É{¹«¯톽«Íòÿi¤© dðœYK}€þáe=®½Ý ù ;èÆ´ü®tU‰‰¾»!DGε^nˆr^í©ÀÞ®Þx/g[ÄK[]ÔÝõ‹L+:ƒžãý‡ ñôØ„-Ù7b²táûe![ŠŠ/À^%tf<3s²¶W&=•VÇ?;t í¿<pnÆåèp¹s½Ð -)öêÖ&yMMµkÌ{êl{ØêÒOwå¼>ôо•>ÞœýXëG&"x]ŠŒ˜jËyêà$Ýrrâ®[kƒ~Ÿà$Ü^¼ÍŠ]_øå—HàÍåþò¨;.ÀùèñÖ¬·fvÜ‹©nÀ§ð`~{zùš—"'%ÝVÇ?i…Ì÷Vø¯Hʼ'{ Þ¦Fg[YðU."äÑñ0ê’–j¨‰·dÈÐksmÙo6%%>›ý%>ëªÒ€FhȵºüÈmµ(ÃDØØ9O,ìŒ÷cyÁó÷¶äÿ×8ªðß³dä’¶;D†˜x‡ñ¾¬Eÿ<Ùòh¬>å…£9õùŽ&ïó\„Ê,BÍJ¹¿¢©HØ0Ôa.2YNÇñ…öÊÈ M±×–¾,äx¼ü×»åÀN,[( 9´bóþ3Ï ~sb‹¶‹ü·ôà€EIò›ù¾l÷#¾ä|ŒY½gÀ¦™qt‘Å¢¯Ž¿¸Gsbg¡ŽMä|@[Ç/÷—zÏôz,ˆÊ?®ËÐQ;FlQMˆ_VU…N÷”|˜h»¯ÈàA»€¯_@„Nqóž­ -J¼¿:š;/¼õ’îgmH¼kmˆº»"‚yïj°ÉçFÕ²“bhL¿?'ªŠYQSÌ5™7ðQWÑ×û1W”XÿŸÌ´Ø+üʰ==-o‘zçbNѶžZ ƒ7ïøÎÀ±.ÈëñŽ¢ç«RLä:@t>:ÈÖŠª/ór´•|XàÃ<7äÈðy1%a¸£ôÃToÅ—SkkC‡ŒÜPÀCvÕ4ÈŽœ[Tx/ðAî³¼ì—S=€ïo«ðÛÒÒʦDÈ„&`_ø0ß_ºAîÓ]ù¯‡›Àïæ•!órTŒ˜`EÜ==:y´1%êÚ7õ³1ìöª0õíŽ -w6LÇØùå~-°ˆkFVžÏߎƮý!DâlW棩Öô; ½às¼¢w½ÅŸôœ‚E±ï*~yëû0.ÿÜV¹?X¼Ø—öfpyuyˆøûº¦"¤©<ú>(èùOCõÙ¾ ûç¡6Ûó` ×ÓVvSÿü¯‰¦ôÇûfJñ ¿Ìs–ý¼9€L¼s殕¶gD&uæà¼ãUEÿÞU}o¬æ)!'>™@üVee1K’â˜3:÷ÛE†»…Vº®®iK»ã’V,ˆJƒù0€“Ñ‘ºÚ”{*Jô©žì7{÷Vt˜ø‘NÈ‹‰žÒÏ›:Tʺ(Ïcº-ùÁ$'óá7÷ɺ²ÔçÈè}æä¾Ú5bRÏ.rÒG˜Õ;:Dä¦4çÝt{ø‹éޤWÛZT̶5TSôD†J¿¶Ä‡Çý5Á¬9¦Â·5ÑcÍѯFZ3|¼¢³ÒÒˆ£Q:Å¥ª©˜è.ù°gAfþ9GFÿÇE¥þgBús[±oEd:ùÉG;#o­ªa¡ÆÆŒ{GÚǽáêâÃQBõé¢âïibõWg5dMà€0ûÙá02y¥¿<`UŠ -ÞÖâíTèÖ6vßP¸¥0Nõ:6¢âNÍ„Üm%{I†‹86³à«rLÔd{á³Ùž"÷1øÕ0'êö;òÎŽz<Ĩ˜î,yçêy™é¥ûtü–¼©B†µf<_’—xÍ‹À몪èmbkλoeg=t¶¼]B?oˆ‘aûJbö® -•æìÌ}ëhËyv`Äfìðé«rÄ—eEeðòÑÖRô~¦»ôó¹…XV“³¦zÞk²z輜‘éêG¹ÄP¯ñ–Œ‡.Aá»M€Ÿv´˜˜;©pMQâ³&- =0Ôãg{ñiSm°W–ÚŒjbè #-êú‰‰Þ6×c§Ä¸X3çöŽ›pèÒc;>wk°<ÄZŸóhˆ zl®Í}´:€NØ0¢bW•e7ãò¿7°¿Úè•N.è“z}€gNù¸7Dk`»˜é))õZW²­MµûF&l¶`i)ý¤o*ñèA§þnæ@-Œ­*òß,I3_»$y~Àù­‹‹?èÊ#f„Þzê1П€®->µb2ù)ÏÇë‚̶ǿt -ü`Ï=]eôÅì]!溾6Ç÷ÈBÙ«sö ˆèѶ”ÇÒjÿ?¨ñÍY/lÈ'CcÑ›‚È—WäÔhs+ØÖ`O­•ñ'抴oãÕÐo“äÊU&ÎÖTà¡"¤^ßÒ‹×tÕñKêªYa‘§‚ñDBˆ~¹¥¯L>ŸÀWŸ;ÈìYyi””}oU[–ùŸfýß.*~][nnˆ¾3ޑ䱡.ør2OtŠJ Ñï~£ƒý_Ÿoàž¦ùϱŠÌ#+,lZ”í>Ñ—õvNèH1¨ËO›*|Âþ´k¡B\„ÿ¶»­,ñ?1À#·5e!S=)Ïfû2Üg{ ^í‘òÖp)s¼2ÏUIÕ þÿЉ?2¢v¬qvåzèÉÑWæ»!ÁßFX;Ț²ê˶ -íh¿ÝRc’÷†ð¹»RöÅ G;èñŠ»§§æ/J>Îtä=kL¸;D »Â/÷ÿÅÌL~¸§#ä¬Èp ³½ÏÆèÃabÁ¾¹:sG_ud‚'Þ2jS‰ -ÛѰ 6x©}>L+;2cR¿ çÃd膪2dY~³!/öÜÑ b×T„d*áÆÅŒÐÍ|Òº¼Üw½òþÔB+[´÷hWþK&ê·c31k›¾ \Æ7', ™h+ù4ÝUâ}`¾øþ‘R°ˆ»]r4ÂÂ_äIŽqK#dÔL¿ñÎ’ø¿gè´ÿÌÒ(_GñUûƒˆô ÔkUG)™‘Q«f¨è‘æ’w*RÚ½‹Ü£ äý™Q -ào슢Ôût„†<›¨c\dÍòÁoõŒØ -¬ï¯ýYþt¢²ÿ™§`'…eŸ^÷<2Ò`ßÆØŒo“5ôï“xÈ¥,j¹?÷Ý?ßãÌNGí ‘*´Œ”g›jtüΡdLjÍ=´½¬Š±µ&{š#^9¸ñOÎF‘ ÓadölO¶Ç’°$îÄJFš©¥ûto”°ò‹?uÃîêéO7´Ô¼ÅþJÿÑ–¬gCµIgºA=™ul%lê0Iú†ô§¦–,ï}µxI‚^¾å¤>ÑCïN¶§¸Eƒ¾NSª'„Ð0-#ëÙ–›½cªŠ]•B–„9€_žé+zkªOz8ÎÍóuË·ìèôíaLÆù }8‚/?'#.ÍwIJÃfÅÈP{OUàŠ¾ºàÛ ¿,- œíM~p4Š+=p0™G3ìæí1*zAOÉßÑ]x—Šˆ#"ཤ™ÞòK²R¿É®ô‡[Šï¥~èg{Cì G[âeq±×‰^¹?L¯\×á÷ŒÔÂEq¹×&à¿×䞣-±7͵q˜Y‰€¾*ú:^ÇÚ¸È3ÒõÄŒMqUྗqb¥@7µ˜øÉnÈ›‰ÖÜÇ*\ê‚ko̺;Ç-zô×çÙŽb߉¦âOËü2ß=!{M†_@?œS+·+C·`>늒ϻ€Ö<± SÎ,$ð¾ -65_µ€> ¹û:DÔÙ Yþ7×¶2hU 8ÂfìhQÑKžèI×-¤’‹|wS}ÖÉöì‡ëªrÿeÌkŠWðv”“õêÔN*ZQab¨ˆ‹üÍC>w]\¯¸Ìg_‡I90R 6Õ Ð¦–žUM÷!‚öL͵ûfNÃÙH=ãŸ&ót•¾.ƒ|vñÁoÖµ˜Ì- &`å¿—Q3ïè°MeuÒ¶½?€Œ]WVF¬ªÊ6tˆðã‘ìŒ:Þõ›î­ ë,‰põFœÛÊSþžC9Pà‘®œ'3=ÅA'V6}Ë@‡ïZq¹_§¥;¦ò˜U9Èûp°,ùëÅ;˜Ì^dôõ¾ð¯…†Î“q*âÈJÈ]”Á_îké~×åYÿ¿%õO'±«‡‡Ÿ3ÈÇ£äé8¹k!ç¯b\êŠÀ™>ðë‹YX‹J\ü8·òÓ²‚Ú`– Q‹M¨¤UEYÀ¬ øP;ŸNìÄ¢=3£b¤£äÃX[ÞÓÃ!dàÓüwU° xØÁ0"w]_´ª*ó½ÈÛZzËÌÎ~`«I}xhªü&co™vê "ö'h¨^bòs #ÏgNA-˜—“=U^ÃÍÅ/õä´ÖúŒ7ߤª/°jÿœ¡ 7­ˆ„52á¿ë¬æ?ç(Ä­xÌ À‡6@ë|î0J)ýx’6{ªüÆÕ_âÿ—«‘>Sß±7LA-¨Ê¿,(áA˲¢“]ñ7WE)VDy/ÖÄäm}Mù’œœµ¦!¦ìµ­¨ -ÞÓÁÃO-Uq߇‘é=µ¡EDîÙj1S¼Y^îãyQöÓY~¶û†~bÄe³ -.ž!Ù4PóöŒL(à]BÆ8©·ìõ‰7—úÁ×5eþ ÂROÀëÄ,ËI–°»µ!ë:ÐÓ ´tðºΫºÆ{^$FÞ\BÞÙèå3ü’÷³ùOŽ.þ“Šú:†É:2WÅ/H úì×в^Ìò*½é·w È„³ -ìÔF):µà²¶*B—¥Eïé·íµ‘¿íQ)&e›[JßLñAÛƒØäSuê©\´­½˜öêÈgSWñ}ª¾~ÇhÇÊà5Y¥ÿº´ÂçÌDÌýjc¡öMdðü|NZr4Ú)9áÊOGhߦ.F§‘ 'Æê¬c€V‡H1QYÐl?"áëX-eSó_—~X罜çå{šÝ椣OÆXXcKÉ«áÖò ÁzÀC²Ê¾PЬðøqö«èý±*ùûôÐôÓbxàæ`uò?s,ÆW©òÔOØÖNt'½´·'™àt^|ï³g¬NÙÕcS¿›yfǃÿ=‰/=²àó&ù%ž“}GÃär-5îIO‘׵ɖì—Ký…wŒð„Ó -êl²®n¨§°:ì¢ßÆhð=32~S ú2ÿýª·i¡—îZ뉋*J®’ºgëD¸Ôµ91öÐÃ;:Xø ?ÿ㺮,|׆J=›­m=™bÖŒp ½-`w`]kNÆÉäï³4 ÅFP9óâÂ÷.)äýþ¶?ZC[T"Ã71‰;#øÂ³i:iE‰^êÇ„oª±ñ@σ” 裔#ŽF‰à‹|ç5e…ÿšðEÁ»C-èý±phDÆše›BÒž™wì¤Âwl˜ÔCeغôfIúhMZòéP_Wydjamj™°!6fQKÝ0 ×4•A.ì ð­!íž•psÐug#,ôŠ -›2ÙSâ1Úz$ÅÆÝ"¢ï:[ >î¨P1VvîS)õº«»èýŸ#µ´m#óŸå»jânÕÇ>sI ¡ûFBé÷ÉÚ¶³ÔÒö&ÖVŸußÆŽº¶"½]S–úNñ@o혜s}`!C-Ìò“Q:rA\ða¤!éÖH]ú];;îÖlgâÓ3Seâ©­9ÍGZ3nç÷ép´¥€ùï ”…®)!Ÿ×e>;ƒÕ ÛFz‘µ«2¨µ4â·=&ùo .òkˆÚÑV¥.ˆr<\¢ÔÇêbÿ?§Y´@_¬hн·ô°ˆM,rI–ç½£/ýî`°þYbunš‘ö6гueuê•üjñþ0.uµ;ˆN»˜³ÿ}œFØ2R±rJÎSS8üÈLG.IË'»²Í Ào×4¯}KiØ_34<ÀK½_§ê9ËÕ _g;×µÐTäµ.ñ6'çéeuuȵù¾bÿ³é†®%s-ÕÔ\ølº¯,ðÈx¤Q*öx„Š=¡bŽìÔŠ ƒvÌ8й“]»2@HÛüì÷)|ùßsü?óìö¯N:åŸ3sçôÌy1+aå,+ˆI_'hUÀÚ#Ïœµì¿\ÍÒ¿—9šÓ:}ÓŠÍ^À%î50öÌuï ß& _g0…«hä²}4†w1ëV]°¬e@v‡[;Î\ÿ?{ïÕÝÖ•¥‹>S]§Ë•ÚÕå »,[Y¢%Š’˜sÎDÎ9g Eå`ÉŠ$Åœ‰œ#ÁL‘s )»ªûÜqï‚ûöyé—ópǸgpzÀ” ½¹÷\kÎo~ßkJ¦Ö…"Ð$A­„Pg×kb¶¹¦¡—7Þ·÷Í"rc*FkLËîñÌào_ÿî›Ãå»§W­?5œ0?®:¾ù -ypÜ£ïNXËêñËèMÙu-wfÙ‚^¶>i¿´ñQêšàtlÍ=\_|2¸5+Á®ÒŠmÏá'õƒ5Ï0 -þy‰Wü—ؾ6¡—Š6&°æw‚jË;NÙʳhë=­pk˜pCÞ_ñ¯/á—þ›’Só™w“–Që×Ç7VßÓ«½KB$¨¥ùê»UŸaá’=jÑþ›»5‚ºê›§Ô–»3 »â›ëºh|RöוwÍ'r€A*)se””¿ö“»9JªÜ#W„”ä¦ýe.#®cãÜ£ˆÚ»Ÿ­¼ê< ø!à†]ǬO{rÂ2Vg–“…•äÚá¶kæGe_-?oü›àªí«j„VøûEAùg)Z—¿ó®û’w ZàEÞZ×ý«öaç×n ¹Œ¯Ð7UÒÆ¯]c=¹Ûcm§<sžILñúö–úQç÷s’†Ï\@û:ghµÖŸÚ¾3?mýÎü¬ëüÚ»îÜÀ"¶!edR6‘Èðsu˧¼#ö+8ˆˆ’ØVëVßuœÝ•! -·¦`WÝ3¨[I# i9¹1)ˆ[ô†Úå_À”m µŸ±?køÆø¸îËiZ]T+áïÌ1ÚdÒÆOœcøÛA­%(ÃX©Ðì¸>†Í>º9Ãh‰Xž¬ŒÓª /pW—ß‘ --/º.îNêâZ;¤“öÛÆéµöQÂÍVDéØˆÕèeç4òöÎ<®"¨btÄ Œ®Ì²Hœ°HV'ٙǔì­dó‚Ò–‘ký‹˜ß|¶÷­Ù¯é—ì(žþdzM-4¿„Ÿzÿ×Ý©´C(œJ- xa#1³ˆ Ÿ“0Ýy¨¼Ë™Tá•“Ú~qŠfV…}q›åUbkwU”– QÀHØúk˜xÔˆ…‰ð¾’°Üýñ×gÞ½¿Œ\’anæÑùž ô-Àgo¹Ç»Ïûf‰ M/mgšpË1=%¿_ñ©Rzó[/zN&ì™YØ àaï“÷³\3¼6õæcÃÄ+ÿ]%Éÿ“ë=â¦Oùàžcî.u}ZŠÜž´nrê×ßáòÖ@ v õœõLöä:'q•ã½Õñ{¸õ©»ÄíI~ëÖ{òÍÍâMÓÓöì3Z§¶^@ÏŸw #.¬½Ã_Ýžâw{eB”gšPhzÜsî õö§C”Ü¿l¾®ý!n w»rÎ0ªýK¤o‰Õ½2ÔõýÖx÷YçDçÙåµÇÝ“—ã:FWvÍDÇ8µÔñö€âá#ß’˜´Ï͘‰Öé“‘ªÖ^BÏ,¿ìÌõÌRš7'Øuê{Èïv¦™õaá™Å¸§‘Wu÷ª>5ß+ÿÂ5Òu% àÁ#¬*ÕݶӎŸeQ…çç(DåOÐoþN-)û³ª¿âsç¾Ø+ãö,>ê9+ïïÌIhYï4×ø¸âÓaZÁŸ¡®þË£à_lÏ:ð©ýk|Þ«òOê‡]§ƒr9¦PF>9('7¯ŽÀnnméT0Û½ê{ƒ¦×˜Û‹ýÕÇ€Î*õÎcjcF Ä!|gZ£ª·ÆºÏgjYHåãúTwk¿t¾‡æºÆ ·ü øú„A@O˜EÀ=ª”÷Ûyç™® |•áaÍ1÷h×¥ ÀÎŒÝQs1 ³äNÔ*½»>Ëk_™t¬O :õÏ §ÖßA¯{çÉíA ¥wæ%Q=¿ïÜË®¥R3` ~ù^¥{s -Vê“a‹}rJ‹_ÍE®Œb CjrkÊÆc„TŒî˜šLê9X0WÀS×¾csœÖn};ïx9×Ѻþ¾5ø>mgcFz÷þ*·gcc*àÚ˜{_¥}Òñ}q=¤gcÃf. ¡4‡MT¸_MlÙ½I‡H3±IA ²>†¼Ò1zöuLìÏ+w^ÄŒ>e?Ë=K«pOÂs¬?5}õ†|ñ·oˆßÿvQp嬿m?× ©žYFÍÆùöö$©hw~Ù?Þsng´ý¬ýÇ¢ÏÔwó~7ð;Ù>»oYE+o)·/ºÎ„§ ×ÿa$µÿâ`Ó=—eë¾1=ï:ïïÃ9'ÅÝ€¿V8Ç—–¤e6?m;˜¿Ã Ì?½¿3-‚m £¯oã®zæÙ>…˜°1É(W ¶«U¼3„¼š£TFÕÙu‘‰U»3Ø›»ó"„å-õ–ã56gýUÇw®qø¥‚´‘€ÑJXîyZíöxÏYÿ®,¤áãvç)U«o꯾.ÿ›w®#dz@¯ªï=ŒéžŽú–„ØYT^z™…[ØÏ"¹b}•·=E*]"\[&ÝØ]`µU\¤{šTQr±ÞYR™g~äÞúû…Ç=SígCrreD)áø•ƒ’aNñ”ƒÍç6‡HYrKJCl‹«ÉÍ@7UXžw¿5Aoõ-2ZŒOÒ†¿,ôu|'h>³jq\Æì «èŽ÷˜«š!§—‡ð ÞúûÃ:>>aæ#|åî ®ß9ŨڞbTž4~± ºñ[¥´è&PW6Þµžš¬{gFq -ü³àçâÒöHãWÁ¹f/Õ__”ü‹üAé_—ßtç—¤ ÷Œ²=F-Üå¶x¹¾yruà×þ„˜¼½ÁŸüçqTY\/øÕ}ŒÍ N­lë™Äßr¾é>YÀ—Xž–¥,úWߺÀ+çÂæïöœ49Ÿì— °î)ôµµ7U_¿§žûÓýÊ'žI4ÐxwûíoéÚGðï´Çw–øHÇ»îS@ãZ]ûÕÚËʯ‹˜Š¸žKN™¸¦IëãØ[ «¸/½Ü;Õ2:¢*|•k¼õìê›òO½ Ä2pN¯NÚûŸnÌk­o;ϘŸ7w¼ì8ÖP;²×ˆrÆ1Ωµñ›¶f¥ÔÕqJ›üqËUÃ3HŽùÇ–Ü“°›9¶ú—uaàóÖ’í\âuÅLÒ š ñ+)õ[SÈ«›ã°‹A µ-ãŠ?lõ¿Üœ¡5¨ÃOlMs{2Ë’;ß?Ü·ÐÁ™Î+›/ -ÿ¢•”}m‹(ÞQKûÔ¯²–¿í-‹$ÿæ–¾ÙwðÄf!"ë©ôN4œßkú>dâ²²ý·—ÇpµSÒŠOö6%Ï>lŽí98}A²lãäTPÍ•|„w‘×í™g6®¿'Ýv Ñ -V²k;‹ݳ½ˆ€²—èUr{ï‘l?AŽoŒoìÌqš×GH·mÏq—]`ÜÃJ6$aâ@jôå#ÞôÍp]“øüÍH–Gßê:å—!óÚìò$•½‡±ò`rk‘ ß]Ä&ŒLDÚÎ%'í,lð­ˆEÀ¸ ià1y°.ìs-àë4:¿ö-p @3³ö×ø’¿o²ø¡Ã'uÙDnù°Î)ž@JXõg~«~ÚRþóvßÿs—Å Ê)uOЕ”ãWˆÞ°:êlvGÌ$bÆLBÚ®œÙYä¶{yÛ“ìºÕJÉÖ$¹|gÙ´2L¼¾ò®ûŒsz5{-/ JÌ·ÄïñËûÈ¥ì/±ÊnÉÞj¹Ï"§ccsÍþ¢ûã£Îo,O 'œ£¤,ßj<ª9 -´sÜ$bE b¶hX/ó/¢.¢®yA úYÍ~9«-æ`p‡õYå'[CÕ_8ß×|á«ûÁ?-ò-0š| -n·wÙTó1^‡«#õÇß{æ¡—=sÐËÞ9LAL# '—žf×]Ÿ¦–ÆŒ|’srÕ9Ór"¨€ƒÃÜÚø3Ùq2¡§wm̰šVÆÑ׎wÄ4äÆÐôfƈ®‰(Ñ%£]g×A<†€~ήi>ÑÛù…{ŠZɾ׷»Y„Ý:óæÚ>×9I- ÈDø„±`{ŠX ´ö™ œõ˘`NgÆÍ÷v•}´9<Û'Ø=LJ] -r¶*¨$ÔE5TÄ/«\Öþ -‹Tck6Æ».8§1…)›D·ð(a5­9¢dt…ä„ê‚ÚÓö²÷í|ȱJûOMß8^wŸqÍ’¡÷á×þu˜VðyH†*¨pÁy\eJËèÚ7 hqçWP£Ù÷·}ôíQøEÀAnz嘟MØD’ƒõW›¢»ÎElµ_ËBe{)ìªp¿[¹6 »´6¼º xzÂðkߨ{ ®¸Qcöݦ‡o£öþÇ{+|nT…«*€_ Wî.àŠ’&vo½ï±üaÇ·AµëçMto ð­5¾ båÒœ -vÏò8µhWF®ÿûöÀÛŸ7¥?E ,XDÏÃeÖø¼ƒmÑ`fMÀOZé°9¦pc{{WÁ@¥¬wž$ÌÒ> 3ø~9±agžXÒRºSv&:¤çaµ?aoÌô7ö) èŸ7™´¢ûjPŽ-Kè˜ÝI=‘ÐÐÛÓ ÷~6K${V‰$nÑ€î)Yy‡8·=A*ð.ñ!A™”Ê^SÌö5œA³ÜÇñªá‹Í‘¦o2\™WF*÷Ëhui“€v°<ðlY27rP!%£Ä@cP.¥z楯L„ð/±[ý ÄÒÀµày¹g–ZžTóñ{Ö>0–"–OÃêô*Ĥ€bP¸»(€îÌS«væñE«CÈóÎI\žo‰Vö«^{9³õ~É¿Dªú¼Í9A,\F]q¼í>œ'W¥Ì’¾ NÌpÍS*ÓÄbŸ‚ñky¶>I)·¾…_pŒ`rNƒ^ÏÏŽÕ® hw%§Û'cµx©Už%r…WF­YÅ^ñ,ÒjâF9ea¡/k¿t޵üà™^^…]*ˆ•»@O­Í±L¯ñ91pÜ ŒÞ½>Üyrk¤ãL`á×w+›â.6­|×rÐ Þ+@mmŠÄÌ ŠÛ_¦AöíÔΘžÚ¼ïà÷–ûúÃÚ>–å'|îî,£i¹ÿaÚÆ¡zç{.»&š¿wOuœÙi»à]@V$A­ k„ì°†Kè” àJ9êÖî<2oã5ä¬áAÕ¿:^uœÝ%Õú¼á-±ªrù£×ÔŠ³%FOTN¨ Íco‡Î‹n»=½µ: ËØ8ç<·Ûþu1crR¶^QLÏ#ïY©ˆ¸Sæ™n>µõ¾áxz¹ïÒ<û°î˜GA#ƒ|`eL\ÜÐÔf*tíuÓwòþŠ¿¬½Ç”‡ÍFÜ Þ|Z`";arâV!Ôá?¶ø})®É5Ñq* xÖÞºHµÐ»ý*jsv=rv»k‰×í‹U‘p˯šò­/ÿ–ZpË\Rö1“Û\ó°k. ÝÃf&h’×)“€³5N,õ+Ù˜ƒÃ)—ÑÑ»\søÂÍIâíEJUÔÂÀüâæõ}Ød2=‹ðª˜†42/ªÂþúqžÑ±Ñ)£€ÉÆÊ¡Ò5‰+Ì>Óç•£‹œSç#*BMTφùd¼îÝ9F­s™g}ÙðåÆHû‰„XŸ±’Z÷íÄ΄×òa…CI[98 1Ñ!9·Û¿D­wÏK½Kœvï"«¿;¥ã¡Õ'rVëÊËö³židaTÇèŒÙȰn@²»ôøžk^ -4à|K˜{œQ¾ù{Uÿ¨þ;ÇËÖÀK@­c5mÏsšõÏÑç4;¾¿ëû¨ŒRë_¤´lNâKÜ€ßxd}D  »7æXõ[sB¨cT„^ @‚X¥un£«v—>µµHúœ ¬–•qÜõ­9J…ç×g·Èe%¹&®!7ÞÓ\¢7¬Å†Õ"²{èá%Zýæ(æŠ7{/lPQ³ ;3Ôš­1Üõˆ‚ ‰«¹ =®¯¼júnãMç9ß<ôRX‰º p7³Ñ Ž4ÇM|BÂÌF uÛ·Ðu=¡¥u—˜­ÎQ\~FÇ#¬?˜ 8Ôõ1Øùy\UHÍÃ%LRIÊÞwÇ'£´(+)î”} r³+(–ßAOoOJ³}„w瘭)€ãqƒ¹ü‘#—Ö1͸ùñêKH ˜›&ëËÆ¿º&ùq5žÔññi3wààsV¢%zóê©0öëõ1Æ9‰Í d¯÷«hÝ!%³gáóA »Ôs»JZkÄ2ð,ií¿ŸÒ±`q5¡*¢Dl ÷äìÎÐ[ãz‰8iëà^5QÇÆ&mB€ƒ=·ÃjH^D)‹ð5žØ­YbGÌ:ð#à]wb66&ã¸ó2®åá|³Ø -ÇOgV_ÖŸ&ÿãýÎ/c~Qqî—øaÄÊ£€9³&LÙyŒÌЍ/içrv—0M¦çM?˜ž¶|½3K(Ï8œ…Áªo7&zŠf:ìƒCþÅJƒG—=öŸ:ÊßÑog×|ùßâ>&®£¶%Ô¶ˆ[²5ÞzÜ»ˆ¼Ñ.aä £øßÕ2Ú½rämÏ\÷µ}3­'eÊö€'—ù/z¶Î=C¨ôÍ“kl,TTƒ*ò-µŸÝ]è<¿j؇= °$¢ ½‹„R÷,òz@Áêð,€:0K¬ˆ pî_dÔÛžwžÝ™DÄô”–´ ëXHÀó ;2>Ô§=r1Ö=ÁªÚ|‹Ï“KË>u޶œ .âÊ=ÓÄò]9·ksI[™vmMr;ÃrÄ3ƒ½eÙubuzü.x@+$m/P+·X^Ù]0ï¯&¼ŠûÒ¶—æšFäŸ4|é#ׯtBRÊ.ä¹²ý‰˜Í>]Ÿ dèåfß+vM¡o¬¿m=tÆ™œÓ bŽÃ=˨ )DDï,½.ª 5qeÛð¼Ía䥭QLnHÆéŒ©D÷8±ÈñSljõwç -liD‰) -Ê‘¥žùîÛ®|‘O%å†tý½®YLãuÝ7þyb¹žÑ¸;‰»ý‹™Cþ°vçMÀÀ§nÏQ+C‰0h¼2 > {¹îy|©éYýiûë–[Q5—èž!L?bÏn1k½ "”w[Ó`ê} è"ûóÎoçx£äl}Öqu{ŠRº8X÷1àÁea5ê…åùç°e!5¾. !Ö{•´† ª—1I$ÎYJ•s_Zõ&m"AÔÀ£…5TdDEl )© 1=tÜŸHÙûíÛû÷mþž•ψ(¹¨˜–‡ƒy *°5kC'üjjGÂÆ£;ç:¯„T¨Ê †Ú™5Š…aÓ㩘íþHØÂ¦†ŒÄÆ´Mr'¸Dkp¼hþÛ+Ғ¿hZyS_°ç Rþî’ü˜å×°á{ëÒÃ&.Á=Gª^½jzÑðíÚXwa@ޝ<´%adÁgúJ?w wÞÊ,sHiµ#0Ú|V%.ùôQç¥6^úè.üÚ1€¸0Àò€šRÖwÁÆ4L åY°­)Ì ÷,ææî ± °@¯K[x endstream endobj 47 0 obj <>stream -äŸʇe&:a¤¶däªÀ"³!¡åÀS:>,c¶&´,HDIoi°¤ ©­-³Ó'§‚9b5EÕ|tp(¿’Ó¹2¹®}Úö­\6r0>€É M/#¡çíI¬èP!5êvV€zZÕ1!^%hzUXÁƒdŒŽˆ_nyZÌò°ù w:‚Z ="\@ÕG«ÄİšO ©o6ÒaQ=¶zwšëZ6nd¡ö,ƒ#ú{Ov–¸àüx0PçP€»×øQ·×‡Ï-¿,9æó ê‰4îøÑ£æ"³õh-œo†Ñ˜¡Tûgзwgá@'a £J)¬¼ãž¤”¹FÑW ê¿´=jüðû’˜ŠÚXUesˆßá›ãuǵBJLÍêÜ™‚]³>+ûÌò´ôó°‚ -IZŸ%,½â šÑá—s1]ð^zBGi -Î÷\‹¨É>ƒaŸ^¹;ðú¾_ßÇ ‚64°D®,‚ñSÑ;ÝS´êÍ÷´¢À‚åœdÖ®¾kúÒ9ÞöýÖ{Ä…íQZ™kœÓœgu‡eØÖ$¥Äö -™V ˜ &°Ûc×8î¦_AmŒ™°ô -Ÿ—0ßyÖ÷ñwŸº‹‘ܸ7t:Þ5K,Þ•aKÓ& -äÃ2³ò&e•ôÇubú¾}à鿈†ƒu²5 üõÞK¾lï—S;SÖ^iÚÑw'µÌe¤—ûŸÆ-"^ÌÄÁ¥¬lJÌÈ&Ä@ êq•;‹=S N1>ªûärkÚÒ×7 Ùée!7i¹óÄ탽u3å Ã]“ä Œ%¢d6ží¢;%3»&4½2ø6³"8Xá0Üsð2Ë“–ïS.À"ɽ„Qt/ªãQýŠ>JT'áÇô½â̲PüËVï¨ ÀÒŠÙu°*Æ,,lPKi\µ:('7¤­LäÁ2‹”±Rz¢jBÃæûî“»sèÛVÅ÷‚JJËÊpÛñÕ·õßoAoI@ö& ƒ"šþAˆ¥MÀÝÛx╘}ïdŒVó‰ñü\äjRGéŒjéÄ˜ŠØžB^ñ)éÍa-²; ¿aQ÷•îQÁÇ`›–¤W×aJb žfŒ\ܾ¥W±HÄ5³Ýú¶ó;̓Š?©úoþ³ãÇòÏl‡‘è`U$LšYˆìûËq£#® ׺/:Ç:Îm¿‡œ÷.à #zóŸýaEÈO›yø¨.û~@çï©<¸yÚ,b§Ì"VÚ âh[€«¤˜ïà±"ª$Ö„”fŸœÑ¼>.X~Ûyug]”2Ѻ]3—ïš¿wf{}Ïóº|2)Í=è_} ¿ž!–‡f¥¯[ÏÊø—?ÞxS(cv„äb\H}÷NXÃEzf‘ù–'Õã\ùÝÎHÇåìúCQ=TS»~¬pO³œ£‚öÕŸ¹¾Ùž qüvL¯Nù¤Àž´­¯è†þˆIHw-r`#¤ -çö†gž½Þ—½fUêUáÊ3+\FfYz?næÓ£&FO§…Õ<¤_ÆhóÍ“j=³ØB¿]š´° {+ýÏS«¦2Z£_IiŒé™¨„ž ÷L¢ -ÍÏš/j՜ٞÂT”÷îxeý\ó+LÉòpϵ›oB:.&ÛGvOt‰Q¸]sÌÈ#&,ƒ?¦,’Á _噇æºgz.yæáù!óYcö—™¨=;Ó1»÷Lwî&Õbj\I­÷Lvœ^{ÕvÜ5¿Z ”Ä”Øâ=#½;máà2iâ“€ó…Uø -ï"ìv\‡ªJ™(í 'EIÀõ#jjwèÛaØY×H׉­á® .K€vi‹é¹¨¨ŽËÞôÌ!‹Á|ÞZ±Ù5xñ,­Ö3Çn‹Èû¨ÙwÞ¬O;¾•÷VýyŠ|éwž±îk†î/KÃúéê»É½Èn k„´à'€t¸&»ÏoO¶ŸuÍÁnÆÌwEÍ÷}j6*ªç“< |øÎ4£.¦â¡"JjÓÎLÏ…Ýyø¿[œ¹UÑ[C2l [²=¿S’›³×y \¨žEV£{–Û²=ÅiØx‡¹h} ùÛ,¯ä÷³ìÂ×^´œJé u3P+]sØ›`þº"*L…oreu¨ë¤sq%ºHkH½×õ÷ûU|ôÆþÖê;DîæPϸ _žP“ꀷlOeŸõE߈(X÷8³Q{·çïºè:lf™Ù³2ð!%²Ô/ÃׯôtHØÀÃDŒ÷ží.‰I¶7˜këïá—ܓݗczBsÚFC¥í4|Ô@íÙ˜º5 ¿·Ø>5³{{ -qÙ3ƒ¼^"Ô$-dÈ/›î‡5~_@Ǥ8•¤šìº ûAÞö¬½ƒœ7=m>»:Ôq3ª¼I-ä­¡ õ/ÚO¬M¢+ö7ÊÂZ!}ó=úÖæ›¶“¾™¶Ó@3U&ÌÂÁ†ôYÒÂcoNö\pÏc+BZ6%af¢½KÐë^9h{\¥[½¼³€¸¹çŠ6†õ¬ž˜‰ÝsðÄi+›”Pã¢Z\}ÈÀDz”OÇEúä´ÆÝiÌõµW-ÇÍ«°½é,÷=ÐP³Ï @ío°yŠ{Ýßt<úÞjï@JÏÇ%µôöÈ"¾dÏÀ@|°ñž2²`^%¹Æ§awúp ž‚¸‚ç%,=ùi;¾~ßNƒe,\âž± "£·Dä䚘œÙžñáybõúëºï4’ X}Ry,¬ T¥,\ž­O’г [ÓÝl¯Ë?ñ϶žIhp¥{F$cæáÂjvW û~È“ 8ŸàâšgÄä,¾À»@®(­ £˜ 423¡ç"ƒrJíê[èß¡4iàb“Iÿ¸ãkÝ êôÆkn}`†ø*±Þ9ÞpÆ3Ý‘ë] ÜóÜö˜FÂiûE[ÓŒZÀX;Ÿ—Yæ2ÓË2àeÌ€Ž]çx§xÝk#Üvy_ó_·Þ¢n&²OAnL›Y˜l}L™y$÷$!ß¿@(N8¨¸–‹Ìjuïòšk¬ë,Ð(EQÀo€."ûä"ìö$£Òñ†W»>Âi .2»ƒ èBÍÝŸl¿o8±3Í ©©mam/wgŠXâŸctÄ”<\LÁE®¿B\Ÿä}5/*ùfe˜xc ø°«æÀ\³¸óãÆo"r|EÊHmÏXiÐ}µ; -0>ªÿfå5:7fqã63n¡C"*\Ó¼È6»Ž#ô¨“)“tÀ³Èl]}O¸4.(CDÕ°ßbç5Õ½üOSÝWJRSPCéÜ‹ïSQê½ -\qDOiŽë@—vDõ Né ù»‹Ðë 3›°¿:øÔá^ŸŒT¹gåÑ?8¸Œ˜ -ß`{ÔrróEí±•—U_ùe¨ÒŸ×{}Ø< ©Ø÷4©ÌccZOïŠkéݾD…sª%×=Ê÷+I )›X²·Üÿ( -xŒ›_¯KY˜(à¤ÙîKI=©5ff##:nåÑ’`NÃZFOPIhȬ°¹€+ŠöW(ð};¹Ã+'WmŒó}K¬®¨ŽKÚsô?MÙù,ÀôyB‘w‰R ê:,náRlÃKQ£í@ÛÇΨøÈÀ Á9v$´Øâ˜yÛ9Óu:ê“WÆhÞ] Uù唚+Lì¿m³Y6©È”…Üîš‚]Ù‚ /Л#K<˜ŽTXDY_Ô­}¼ù²í$àÏ]vpÞ:Ð\T@Ń…UŒ¶´‘ÒQv^ÉZN–`×ýK´ÚJ€öÈ8@¯Ð¶';O+û ·þªã¸&û^`¡ˆ—±Ð`@¿6g¬BfÚ̧F•¸ŠÍ÷Õß-¿.ûÔ9‚½šëE‡äƒüFˆgkê<¥.®àb’ú~ •°ž)Øeï®Ð¿Äi?X¹óÓþŠäA -ÄQÄÈèN˜dV }V3áá%R{ èºybÕ/+ÂÞ˜Ö‘±³ñ{.¬¡·…ä쎔èj%¾bk¤õû¸ -[ó³µW˜ÔˆhÛcð\×DÇÉì{l›c„›[ãÌ -¿¬¿>ͬ]ÅåzçHå»ÓøÒV6á«|îC <ñ/Rk" - +¥“ -Ö‡ñ¹rIûSìê—¼˜Ò÷q2Ö^qÜÄ'mÏã -moºs¢Ùë$@ëmOA/mŒuÚí<횄奌’;që3YÌ$dûeäª,ޤ4¬žÐB×çûÊ//Š?z(èæú˜bèj½î•‘ªJr}ÜÀ§î¯öÞÙ_•<Ží bóÆÎ¡8¦bÚþr:jäàþ¾)”þ²ÂxIíþ·àÀÁÀgu§s™»5/X~xA®N¨Y¨RÓ¿¯Ðÿ¾AÃ& ðÇ«†¯–ß rBZ.1¨å‘7†‘—{Ë>¥_ù½ý§–sq-õóºPòË_70 Ù52V.é`™ÇÚ¬ì-î»ßhûn|^@ÿ²Îãl -z½2t¥c¸õ»¸™Ë=p=Ôüâ’¾‰hqm*~Îïå¢Ùç—Ôº¨Žã{Í3KkÈØø´8nmRßvkýmÁ·/ÑßþÆ5Õüƒw{OËïéX=#³'­£·§ ¸Š¤U× ó&jÛæ.Ï9Îi ÈïõflBƇ5&.¹‚oð©{®˜~løÔ;F(Éh{Ž!ÌÍAág u¶®Ðê"ó¬ÆPû2B}Òˆ«ðÍ£óü ´z€]½1À«£J|ÉêPñŸí/ ~Ÿ]1ªeveŸAÍ^_wÎSÊׯq×·GI…?[˜ˆÿkK[p>EÓ™­©²ÏÎå|XÓV>Õ¿ˆ+Y}SÌ9Út<.£5ìëDÔŒEÌñ©-qƒœ± >ÊØ†õl¤kªýÄæpÓ1ÿ<ævJ/f8$÷ã.:nä¢?¬õÞI[X¨ÐööúëÆãrÉ•L÷KÿèæÀÂ@þŒPG®ß_å1ÙJ3V1/´vBGmß™ê:7ÁÌùñaÑ—= ˜¥UóÃÖû–¿íÎ"®ž=0õ²?X„L¯œX¹5ƒÎ kø¸”‘OLèéma¹fc´ëÄæû¶ãûV|í•r•Ù½¶î|-,çtÅUÜž”`·žTÑPïg4ï[DÜ}«ˆŸuß½@, ª8°¸‡Û·‰ù)ð}PÇÁìÊIUÙç^BK\ ó©U»Ó ëo¾Üê<™¶²ÐÖÅÒÌJ¯4aåÓcÙû­)' ïc%WûgV%÷"€3¹Pyžy䵘VLOïÜ í¸:†¹5ö‰÷×ÅEO¡VZü÷h÷™  -v-¤Å–gÇ{eŠRªù‘tÙ=7 ÈØï¿OÝ‘·ŸwWeUô o¦M"ÁþÚÀOËïÑ·§xUÞ™f¶­*ü÷ éóŸ\¦w®'×9ÞyÖ5¸µÌac “·ž]ƒ`Qºg‰ÿ¾"êÍ V#KÌ/Êÿª¸ù‡¨–ÿàêJ¯ðÙÙë!Á9B àNwqõ>9°³I³ŒGãâŒOFkÙ¼håUóß&Y9ÿ]¿ès×hë…ߤaþïÿC þÿ÷ üeGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍŽ9lväÈa³#G›9rØìÈ‘ÃfGŽ6;rä°Ù‘#‡ÍàþÿC¬îØÿ!ö»ãÇK©èñQGÅGÇ +¯ÀÀß›,6†ùQÝGÇaç ™ìŠM QLÁ±<ðÕ…s/;ß„Aø-ŽÕ3 8|ÙŒB1'›ÞŸ.Ë9vá×ÿ:½–sñÒ¹œ+9—¯æ\¸píúåc×r.]>wñÂõÜÜ«×r¯]ºzŒ’ÝèÊõs—rs/^½˜“såòµÿº9»Ñ|wüž+W/\<öŸ{å\Ê͹v9çòlô_÷¿µÑ9þ£ö¨5~tý؉“Ç:ÚW…˜ÿ˹œ¬s¿Ž_ŒÉû?aÀˆü¿ƒ öÛ”t¾Ã% 0ŵÕÇ:ê>êÎîÐÿøß±ÿåUÖç‹Ïå^=Ösìâ…œc9®fGÿ¿·Gö”þs¯ÿüyíØep -9×~=ãËDzû^øèøñ_O2yÇ®]¹x1÷£ŽÊÿV³ºã:9¢2v›o‘ÑêUÐ:#:ZgÚJn‹k1•!¶<¢¡4F Ìž¸Y@ª]îy\¡o‰Té_¤ÕÅÔ\dR' ŵ"jDÉCDÔìîl¿¬ìº´în§kšZ¿>Œ-uO`KB‹ø’Ⱦ4®"T†åˆ =ŸÖÞÒ=ø1 “ -}K¼ï,µrw˜Íö@ߎ.P«ã2>,¥3ÖFÈUÎqzCTËêñÉP;óð«Î‰®óa¶:i&·FdØâ˜šÒœ0²ÑI“ÓÐZ# -rMHA®r£rãrzÇk__ÊÀÁDU¬ž˜V@MY…¬¨ð,K¶& 9ÞilApŽV—Ð)Zá=|h\ÞÏ ÌFQÝ£ßo¿«ÿÒ?Ùs%¡`´&UlJ' nO®¬¿j;u¾‡\Úiþ!0‡È>4¦ÔBrHNk+˜íq-›6örf‰4 êcød½DÏâc@’F©œ2¦§vdLøàSz*ª¢5‡¤š°’Ùæ—Ój#jFkBOiÙ˜l9åœî¸˜Ò“÷ <ÂUÈ͘Eì8˜× ®hg–XÓ‰Ùqc/ǧ$U{eøÒ£”•CN;ܨ‘‡ß‘“ï»ÎÇ5-if£â&:4jb@ƒRmXKiLZYè˜Úš2q‰K¯(aà€ya!Rf.>aä’½JB•GŽ-‹ê˜°¤…‰<°ñ?¯H}ÇÝ[î•$í}’€–OôªØ_¶ßˆ¿˜©W±·Üyš¶Ý{—6K’F+iâ2v6ÛË:f¢u%ÌLDÆ.`%Á>a­)®ã–;V!3³,äï­ôö'¬LTÔ€¯›ðÍ=®:¨À—zðuò‡W­/0%AÕ@oÂí¹Œ)uaò½³ä²„Œ¥½W·±Ð ¥9ªÂU%4äÖl pa•ô…ô<¼{ŽÆ`ŠžÞµg¤u&4¸rï"Ê7Ï…Ø„šÕå™é¹`{^ôGヲ?›ï·}žãü Ü®Iráî8ñ¶œp+.#”{¦ÚÏØ^V¹:ÜyZû¬ù›å—ܤ–Oì÷Ì¢ó·Gº®úçEi=¡&­C$ „úl¯¨o –Pûö¾¾}›XxàðFj[ äMÒ*âìgce¹·/j`õ$tlؾQÈøÅÄ'}°[lØêŒUîŸk¿]`t¦õý%¾:°ÏÛ³ò¨"á?6z36>=fàbc1+ -øBÔÀÇÇô"r üLØö¯ˆûÓ«}÷Ò+}i»°sÉ.¾Ü ê -È‘™µ¾ûàswCútoMò0cx r–4P[BJx^\Ïê>Uç%Ÿ -š—í}s0qqqš¶Q»“f\UÚŒ »æœjû!,§uí™ï¿I[Dô\LPÍè -k¨í1#Óq™eqoÒÎ¥&.ï¯ e÷FbiØÄ#%,„º´…ظ·Ì@¥ì \Ì„­ÚUª¼JVk `…¥ðïkþ?6™¤˜‘ÖÕ±¡{fjç[™øÔòÐ`^piûà‹¸U,5Pê¢JWÔHj êHµîyXžõEÝwÛoq¥ëÓ¥ÝizÍÖ(êŠoW1Ò;3rKÆL‡$ Œ®´YÌK™¥’„±—Ó É«3¡âBS¿Æ æ”+›¾ôÍ1Û:À³Ô¬ž –T”£K’ZJǾ)Û·NÄ ë™Àc\Ó„[ 7þyF}TÎl‰))u m¶§0©!n`!ã1g}›g{Þõ­s”p{}ˆt{g”T^¢5øç ÅÞi\¾ŽXQÒšb:z‡cšã#üu\˜°Ð!AúvÜ@nL©­¯! À £’q×I8 ×?¬ÐàQ=¦4¨Dä…Õ¸’¨–T—ØÖ0Úrv»wÞà›£€¼$Wúæ7<ãÝg|“¨«q9³Í5ÏqŽasý³Ôr×¥88ɪÙjûAó°ðË?Õ}U0ÚÓ:3msœÙžõJòÀÚÿṗW†¸¹9Z÷•sªõß2ß''U†µÙ^;tTÃêʘ„¬´E,Ø·õõšÍNZˆ¤™ƒ‰éI¹gäöÀXî›Hõ{6LEÂË÷-Ô} jGUÄÚö ôR`™øÅÏ«"ÑÏ V¢ –#Z&$fc:>jhTOm޾“´ó™uÉã䊀“\ò’˽ý /î%,ltÄbÁÁg¬‰$kAf…ÏNü9X|›±÷J²=îBJbÕ¾™K9ppû}…CMÛð ŠTœ*¬¥6e{M¦ |꞉OIhíqº8m¢÷ìzPÓÚ‚*)'a”öf,z¶ïRÔÀÃÆAý‹˜=Qy°!yšYÒ€ío ¼Ê¬Raa ¶ÌqKÜDjÞs0°¥y}ss†\’±Ýyòk?Ä3c ÓRFRc\Ûueg¦ûÂÎ,öVÚÂ%í¯ô?KÚ¥wSöþ‡ Ûý‘´ã΋ [ÛhÏ)ÿövZGnÚ· -˜™5É#ÿƒ¾ pn5¥.¤Â—eð¼´žÜjy{\ÏèöÊ ¥;‹¬v¿r°7 ‘b*zKT‰)ò-B/;§1yÞEfSHËÇn/àKí¯þšu8a1iàáB -zsX j€_V“ëzjëî"úÖÆ02'*ç">XúûSÙ>ðZbM@…/ ªÉÕ;3„[žb¡c~™ ?õÛ jùçÑ91:&a#‹”ªÐú–àûæx׉ա®ãj=À5z 7 8s -`LL »’·Ÿ +:Ï…Ы!êfTÏ‚ºŒ®láÀ#wÄØ™0o~:?(C݈È1·6'¡gÊþlxÚv:¥éeF4´fÏ,4gc¨å›·M_n¼iþÚ3‰ÍߘFçI 9ÿ¼ö˜Xz —R32&b=ÐM%®lW+ö«(ó¸„ý,ÿÜ#¤b´e±eßÎÂìƒcg,|ÊÊÂ$L ¦‚±Né$Lý`ì°I# ‘°’[~^ã±öW¨Ì2¥Ë#Çyfiu?Ûý¼Îþ¼FîŠëº/åÝ9à°jlqÊDkO™ÙèŒMÀÈØz…qóÀ½Ä¯½‚î''ˆ€8 éÉõA=¥1fe"Ò.%½ÌgdyGÜ&HX´´MÌ?X÷þ¼.î?Xå³÷×øÜŒä¬è"ËióÀÝ´åî³ôò£™=‡ôÑþšPYåÒ“`LAþµ$MLXÊÄ#'Œ<¾ùΣ=@ à¢ZZ3À¥@ÏTÆ ”怊P7‹¹!- P‘kRV>5³|çùÞJÿÿCÒ[¿Åu®oßÏW¶uwï¶»i›ZÒXw÷Ü]wwÁ!$!$àîøî00îéÞÏów¼×êûÃ92̬uß×užŸó^÷b5#ÏUÙ[W†çØdŸZZàqs¾Ç™È\û*liìü´$o&ã:Õ§C³U>Údµ>¨r¬V¡2].he‘_ÍÈsMãbÓ„X·š”âÑÓ -½ s]kÐÚÐåÖKx»JðqUÍïfyÍæÄr§š”ahOÿÙ«®{†äU¯üy†”š -é)YÎiÔ•¾Ì_W²O¬‚v/JІü½…è«®IZäÇl¯‚SäçÅÎvŸ]èÈ;1ó §3Ò¶ £´Ès2á}j|¼G…yâT_[êÌ8´ÜYzÁ=Å-óôõ~ü=×4=Ç©ÍñÝFßXüPrN×’sø9þÚ_&„™¿yÆ„e»#Ô$Ç0ö®c¤â®sœøÔ1NŒµWÜò*ˆÉÎiìS·’œ4òÉŽirâÖHùûX)ÌöéîæÁæ0äðñòÛÓ/R7ÆÿüÉ̬س0Ë}jÈBS¤¸íqÂcÇ1Ö1Ž´ïôÚþ©xÎ…<ëUAÍpLàŸ¬÷žYìÈ:fÄÝ_é)¿ÖL¼ñË‹âÛŸ€…A+‰^ÐÇ>‹šéײѠÙ(DWCeÁçËÃàn½€¸;EJtNžxA«]Àž`v¿Ž”2‰øáE+`¨ª «ë"PŸ«Ü«%&9€k{ó~Û¦&G,ò:¯™^42J¢Z1øIH¬¢!&¹ÕÄD¿‘œ¶1Ê¢ “!Sý[Ÿ¾¶É«‡L¨3]àIÛÓ¤ø]%uzeG‰‹ƒcÄì/ˆå>ÐW¤öçŲ¨MÀöâ‡Ù"³¼¤~ŸèÑ_Åœ pRÀVû.foQ(ü}ER¿¿(® -™%.5.yNPæ7b”|ZFž%ÙÀ sìq÷SzÔ´,¿yÖ9³À©¦f„-vÈ&‡lIx^,‰‚>@ÀGáY‰<4/‚ÿ“ÊB–º÷s%|Ÿ´>2+«‹€÷Á«.ù*hFž±J/t뀛¶Æ*îú4ßpC†v)Ëî-÷¤ž{—øýæúζ‚•·2ÁË›jÎ?¦{‘Ò£à;§¨iŽ Zêæ í)ò¬-ëû’Ó›}ÄÇ{V‘`}”¿9JK„¼D^î/¾¼5šv{<÷´cªð’}¸ð’g -©!u 8Ëü¦ä|@)ãúáø<Jæ|gÆaÓ«ôƒº†ôo´5™?l ïP3ô-iG×:QWöt¬²šYàƒãÜèG]XíÎ9±Ò•}|àrÛ£”8ŸŠ[6r !íX(½¼Ú—Òð:éÇ•ŽÜ+¿[(y!È#~ÈðÈsïÓ´TÇ$%qk{g{÷À«¢fuÌ"jhœ’Љ^«p­¿ä¢¡%點²K[}˜¶×¨ Þ)6zÏ,â{fRò*‚j +¢•KBz!Í¡$';Õ¡!—FLúÞœ´f[MÏ_‚ßuOš*ëCP~xÏ$ê†K…K -1°[u‹ßTUÚÍö6C¯¡ýH†Q—C–!¥…,\ŠÛH-„š¥üYbß&‘#Ï.=*„@ÎÓË?-“ >þGLRIØ\Õ2W?÷ÂyÀ\ç9UÔ —–ž»œ¹8XtÖZµ±‰›€ yïÓSs}Z~À"‘º |*d#aØRY0‰XA#2Ï›ùÐi®ÏÀ*.ðXá9.ä`>=lp¼F©GG_²ƒÀŠ.%9 <$;ÌëPRÒ¶'ðœJJŠÑd½êßžÀ> êY~xÈ&« -ZE¢€™…Ý[I"sU͈¿„çä `¿ÈœP°²±ˆÏìÍ!IV4I…AàÙzÅ&–‚?Òý&f©s†ž‰d#—ž]¾­$&A¶†ñ¨}²Õ½ /Ê_Œ|ºSEɲO‘“¼:™³Ø©"%9!³ìhy˜õðQ 𕹩7d©y¶²ñ3²2JƒÈ¿f6ÖgfWl*gúJ„óó‘d‚ E&N @/p«h5»$ “ ¶§1ìSå€Ã¨!CmËy×ÀÃo"Ï€&ŒrØVõÎYäŸ "ëhæú·a[];ò<Ô=à¿ð,ƒ<¯>:/–"çÕ )>`Täù£ÀZÕ‘yxÏœ¶Šx~½ˆ†zµ}}­u5¨¼jÎ=]ïM?ºð6é{GäjfvH+$y•à5“¼’d -×dÅÇhîI÷XÎ)÷Dáß ’·x¸0dÃå~Ôåµ^ôݰN"ˆåU­ù#02P#?b†1Ñ2K·!Çù|lÐPó|w‚˜°ÞUxÊ>PrÍ3IIõÍÐs|JfQXfk”ôtraD-¤ìC)t ý :óñÄ©dä Ï Bï¸ —†@ƒB††¶€áÅ@À\ݲV6z!8 £»5¼Š¥úè£À¯Ñüj?™!bã3:*`¦Dfèð,Ÿ½?_ùôTì9@ 5-^ªz¶?+­ [ø´ AH/íÏɃ¦ÊZÂ=ÀÕ~”Ðñq0Ï.8àAiÀ$á{ð>—VL÷he¯±¶yeŒZ¡%øtìò½Y!oêð÷%qmx–G÷C 2‰GÿrÒŒ½ L0 ™+Ÿ±°šE&õ¥‡ŸjCÝ -j„ì°±¡-dË3Ì\ç °6d0¯‹‹ÎW½Š‚?F¬"¾_ójܧmj++ý& ÏÌêƒ9 ÍU¿ÞGÖÚæDbŒÓî šãÓÐó#0†K][ÔÚØ¶VÖ!àRðJ¶Çé©“¬Ò¡äÓ×G¹(§²®Á¡zÙ¿­|=êнèóšD‚%%}m”»5-áljjêæXweâ€QÈòƒ¦úŒŸÜŸ¦¦zgZβOò‹Bz)?dsÁ×I?ž'/—! iŸ =uŽ12]ªJÉZ/+Ù9u cÔIù+¨9NyÖuwÆqûhyŒGË(Zú€½í›¬âBïñBF;d‰ýz©`wšW±ÜSqc}sk}ˆ¿ØVqÅ5B‡ÌCÍrMàãÃ:d펃 ªY¨ÅÎìã ï²ùf(ä˜Åöœ£Ýùç]£˜'a˜ó¨–‡÷Ây®öæ^Z~_taw‚žµØQrn·V ûÀŸ¬à·FäqFöêPé•Ý |dQæú%9lÐ>C ð#ø¿6Zrm±§ð”cŒ‘áÔ ¹–¶² ëïɾ©úÆ=8‡¨NÊ kÄ4¯’]dx“zÄôâñžl‚GÅ+_îÆÝtM0ne•Ää ¨U¿ŽSæÑÐóFŠ/mM’‚úº§¦ºÖ¡âãúgïH†6Ö ó{ÕÜ -Ï´œížzÑâQŠÉ=4sIA ‡ç2?-ó¿/ó¸>9gzЧ“‹á% ¤ü¨­²Ñb¿QÌ‹€Æ~š—7…Ì’KS‹°m@%cy²O%ã!µµ·P¾UUçû£&«ëwf„XA*ÚPðñ–.ÚC¢’6‹Øa—äÓ±Šw•ÔŒ CÏsȳDì3Ö·ÚUl”C'd‚îÊýÈJˆ÷9X·–[lÉ -y¿J´óË:¹(h¬ª*«£VYõÞ‚€—TCþ'»µ48—ºf·¦¶Á¥‘2ƒæÊÚð\õ«ð|}WX y~{tüÙ"æ­ WÄ¿ÀŸýð!`yÖë1Ö4û5M!«ˆùŽš¥â}‹€‰¬ii[ oÌ.¤PÜ3Ô 7äaûúÆB{úñՎ‹–^ô£Vúý¶ftܾ©á0>/`â|Ñœ -zÖîtÙ-¯ŠìÕ3JÌosOD´Œ’OK"iÀÂÂ!ë¤>=«ds ópcóÀ¯æ“ìZJ©²1ëÐz»çU¿÷é!(Ø(ÄwÇXªg©‡T5Oí àâ—ÇÈ £•¿z'ªAWZ†ƒ–†N§’]‚øŠKIË\AßÛž §@3v¦ÎÙ¯Ñç7Ö¿ñè«ê݈wèxxÇ$3Ó9)Â8UÂåN`I•ˆ¶g­lÚ³U6ý¾$­ƒ>aøÍä\§¦âdÏÇŒ€°2HJ†ß+ˆÚºBÖÆÞ ¥¾#d­~x äê2—ªì¾WCJõ)…ï´”P7³Õ¼ŠÎKë|Àön½”¶òÁ¿n½€¶4LKží Ý«jkk.Èzà?$·–GŠ"l³ û ŸØÕ̲ðR‡ZĶ«¸öZºGÏ#AŠÀŸdHŸîÁ1x5|‚¡­èÜîô©¾-<=9ƒZ²ñ!Kpð^­ h©¬[Ÿ–‡¸9Ð#õM^†l• A[e]d^Z="‰ÚÄ"û$!«_sÒ;YUë2Õ½Ù?õjž…m5­!k}ÂoŸ˜„ Q<÷¡äæüG\ªC÷¬sUQ#Xž¨¤ÙÕ•’ÈlíÛˆM$q(Å›cÄ8¿–žïœ$'zuŒâpoX+ c_÷h„ÄÈå›ãÌ4ððç{ Òêð çŠÙaÜ*1É |æÔ²PKÃ膗Çí#ô¢èlå3§JBqª¤Œ?ôN¹gš‡ö©x˜³„!~üWé*ÁŽ‚W¶5IKv*™¹Y -]3ì’WæRˆpšwå7>Ò}¾ÜŽN@Öн:$/Ñr¶gð±Ãå·çßåŸsŒSÂ:!Ý«ý¬”èLµÄ>ÆFÍw–_ö) [)Ù¥³Ø5AMV´äý&-8÷?•×£Vùó] =×­e•ubvÔ$“Œev' -.îN–ÝÜèÎý5ª"¦†féå[3دJÌ A?ûÔ|,x:¨Òì*RêjæžwJ* fnO‘ s=3rŽ{ZÎtŽòJÝcÜ׿LÑŽºÌÌ<õÕî°D06uÛbÚ|'ñ¾Æ$d’÷Hë‘57ôØrå¡{ZHôħRLuª¥l·Z€"×"tÀÂÀÕóCåO[ÐW¾ñŽ ¨{–êf¯–ƒ šx$²ä}òb¾V=Ë:µ5öxÏû\º†7rueÝÞ¬¬vø, c¡œÓŒ ï ¿Ü§’‚f:*bá3C¼PgKÝ[/|þæ !ve„ðÀ>ÊÍê+«¼ZzAÀÀ%îYk^‡L2©2܆’™·©dä®MP’— 1»Jv¶ŸøÐ£‘ñÖºöàl#h»¼ÊmÐ\:vÙÎ-m¾sck˜_„hfÀRÕàÑ×4¬bYÀ*¯ Z$’ˆUÀ /ñ²—Yia‹D -/qrWp¶®=4'¯ {ÀûÃ?¨‡¬¯oêÜš¡ Ö&±Oýƺ6Ÿù•ÚmxÞß- Xin5%3hà`Á ~8~U*õZ*ü–úwAkÍ+Ÿ‰ƒã#Ì"ù§‘4: •ðölµoÁ“ëƒà•. íÑq€ Ùåa›€»¿(FüL‚\kõYå5Ž1Ñ©â7§©éó}¨ ;„‡živÔÎÙÉ­’q=gÜàÑ>•¿;IOߦÄó¤îŽÓS¼à«ýØ;+0Wœ“œ|—’•·;ÁÌpMsŠv&8¹‹½äGŽQfæï&!ç÷9áè0 ä(fH/Cv©tLqJìÌ,Ç#sgˆð ,êšdåúU"ú>ÂîàõCwfßœXiË=jï-»êŸÖÖ‹XÈÞ`GNDW%‹è+¥î)z¶{ -Yw&¥y•e÷¢BúæhþEÈL7ƒúêç~u¥Ø«Q<à)˜Ÿ½y.užß³±)ÈZU@S%õkžwøÔ-ý>]S»KÉ-Û,¹¼ø±ô‚­rOÿ -÷ `’×8µBÆÔ˜súåGª¹;`¨ªñè9ÛS÷ÜJüÏ 91dà=£h8(je–ûôØxûdÖ)¿Š–6W5z‘±ÑÔÕLH®áQ÷f9Ĩ•…ñ©0që}9¿îŽ“’anh>=çƒó ÎÖ¶ùÕv!Ïy-¡CÇÅÎ ànƒ.óÂðû^Èⵘ°J V…LÈHÔ¨‰Kð@^ÛžÑrðã‹‘À¼ü¹Û̧x Èþ«*ð¬ê ÂÀc0·^˜å3Ô½²kdâõizzt¶º%‚¼æª^„áøcï9; £¡Â–Ú·vµ”³¥ó}†¦Þ  òú‚´>l㳂f>ÃkäàwT¸ø E( ΋+×ÕĤè|ÍÛ½•†ÑÐ|UKÀ,D¸1VրǾ‰ØäÕa«¼YoŽÎ ùAãÖÒKð!šI‚s²·šñi%VÂ…z£!{Ð|:féÆ8ö±}ŠšêAö=©„Äafªs’z 5 ~³g¢æ… ø”õ¡´3‹’\û˜Ê‹pÇ +Ïè˜ZÊDrŠWÇÇ#ë{f&6ld–íGB=T9‘}0“´4¿JÆÞåäoNÐ3‘ýgk}yg6ú ¯y§ÅûY¥WAM÷ÎPÓÜ -`~¯Â=–yÚÞ—xhw è‚r|ÈÈ®hi¹¾j¶OÅ.÷NÖWz§*YN9c¾3ùÈÎh)ô9'bb"ˆFªY….ŸµÕž•Õ‡,´"ŸóÄ«Á> h…a£˜¶ÊjBP³I¥n¿lwˆãV¸Æy¨€žœ²P ÝÊ£“ñí‚ñ!9§DXÏL•˜ƒäVàbewÀ“#\õª9¥n-# ’ €—xõ¤tø›ß@ÉñèiùäÚ´¹±Ó¡«©séê_¹´/G†ú7©HQ=Ò1KÜ3ôÜÔ›ÇX) ˜jšCàõëõôroN,ݳ°q!9Û¯Ç'íÙ¨ÅûVZ±_KÝUR\*17d–‚–"ë}ȵC>= ¥ûÔÔœ ‹‡¼·5UvÏkK½Öê§Q@Ù1йnð߬Pà6âƒFzqÀÄFÍ ÷¦š!›´Ú«g—ùtŒ¢€žšãV’R7ÆËï®Ožú¬²zÿ€÷­ÏÇ|æ×ZàÄn`«úÐlÕ‹Èl݇Ô*²–´Id> ³7/©„q ÃTï/Ô¼EÖ3öæ…¼ýê–5߇µ’á7ÊkvŒ\²×Ì‚¼a”Bî—? ÍŠ¤á9ÛkÅå,MåžÎ×¾,Ô´Ë5îWíÏ×÷ëCÖrBV±(Œ‹MVƒì9ði…äI³ˆ»7/ƒ<"o±\F²¾‹˜A#@‡\:BòÆ8úŽWÃ,GŽuKAÏëÄ^uMˆûЃa=½È«.½·3žsf¹'á¸}¨ä¾wš’Ôó‹=eà·”ìA.—tGÁÌÙš$ÆíLVÜw©(©!h¾M"·ëÈÙs}¥—|Šj‰˜Ø«·†KoØÞ&\íÎ9ïWÒŠÃF>Å>RzÍ=yAö虄ÌíþŒöþì+þiRnXÏ'û4´ûp ²Çë¬c÷Ô>Å©Xz”0ßÃe±~A2®Ž]áža ×$=.æé™CÍvf–ìÏ2Ê?ÍÒËömâþ,—´P‹\l‚KII÷kxÇ8¿Ô5*,wNÐÒýô㈙l§}s"ñ¦‚–¾3.Â4Mí>”o!Æï ‘RBZ=j°½ZÞÎDéííQÔ•s@'xÕBbÀÀÁù´Ô¿‘Vä72Jöçœý9I•2‹[+—‚V‚?ÉåÈšö¼¢‰hp|f5øÿ÷ƒ0ˆì¶Éêþ½TõÆo¤äLŒ²° Y†œ³ ³Ük&乌”Šè|õ› U*Áø€w´g…­‰ü«È¥jü Ã³T}Ô¥z£>2+ä…Í>œr6`d—‚y_0òÉH†ás¢s"Ùþ¢üEÐ&9Ô¸¸í‘ò›Àü‚Q*‚úËt+É™>%ÔT>‹ê^î™äÕ›Ñ+½å×v&h¹ÈþtȧX¯²¾RÊ÷hÅ`S`?6j2À–÷dk„ï™iz㘒sœ‚ÒÝ!F¦{”’éSAMA.ØÃ=pŽcîFŒ¤¼}¨Z€ñ(d¢€¶ª1h¨ª ¯!û²½ÐA>!b£ ½;Õ'xz>¤ó£±0 çâ½zf tÍ5ÍÈ halÌÒJdÍÆÒ]~5 -zòŸE#dÄ¥8¸Çž?®!“3|ZBrHÏ*wj(í‚;‡>°üâ™æ3÷Äu¿/ˆåà绚‡±kè…³#˜;và0Bm)X…AuUuXÝÔ5T7¸”ä´Íôõþ‚Ó;ãèÛ~½ˆ¾9Î+Úãæ†€1ög«^íÙXØ tØÈ*óØed½×(¯téyä#²|cÄ,†¶4‰!G“S:|bjfoEŠ, -Ån¨¡æyd¾®3º ¹u´<Ÿ‘ñ¸Ôˆ•Eÿ¿‹\.0eÅÜPáé¥!~é.ŒûîŒ|¤ªÊ¥ª©u*Ÿ¿wkžw‚ÏÔìêD´å^Éò$3=`iìö¹­©Ï"®ö«šü檆 µÑÿ¦ ™’³£ Æ{õ|Vt¡æo–MvYHY.)Í©!$zmÄ ¿Ùöl$º\Û™«|ºÝ[®é / ea8vd²& -ó4³pnUELÈH‡>á3Â&fyÔÂ¥þ>ÏãþßEhVÀGjÖ¥¦¤mL–ßòëX%È5ÈÜ€YÌ÷™«[Bs5ïBsu\pÜ~‹€é1òI«Tµ,p42Q9xÿކsjù8Ðá>xвrXÔTYµTÖGmÒÊ}›¶p‰È¾à h¼_×ð2†m dg"ðQÉJúšª1먶)ÿ\@'àzˆ~sñ½˜³£àÝz~[ÍÈßÖqÊ6uìâõ zúŒíäÑ‹ Ìè,ŸÔÿæ%~}œšy$Í¥`å„Í o&Y0|WÅÃõUuȵµ€¥þ}h¶æ5äF1x;7z³!צ<ä:´Ï$dC†oÛ¤ràÈÐêþÐ|ãP¹g<Òg¢æÛ•”l7Ì“Ç,mL2sýš†W^ý‹~±î’ƒÝz™Ð Ç峊%~ÈÁA‹rVU•ÇØØé³4OyÍÕ>«Dì³ 9³Ô> <®çƒ³à§3ô‚Õ1N®K[ÿ*`nêCÖÞ¢KõýÑ…ªWÑÅÊ—A+‡ôi^Ö6ô˜ªÆWJÿ|C¿ÇRõb])$nk¸ ™]±g¥íYèè­ Â“}ÈDÿ†¾úÝÆgFÍ,´GKÏs€îl cnâ…MŒÒ¨UÈ…ù"!¯øÌ/U>‹¼Þe±ÝàQdmÙ÷2+‘!ë¹!`YŸFÌtÏðJ=^¹G/¢ùM -d3lPÇ*O-Bî¿ðÏHníœaÛòÈžÿ€‘G -‡ Yz’´ -9ѱloQZœ‹=½:n¹²Æž^Â…¹ªóE蹜è[Ä\Yçý[Äß]ì,»¸Þ_vø¹8 •°JasŒ‘«tNUr¼jäKV™2Àò0êŠkšžVIûVYå\WÁÕ­z¡W+…MRQzt–ωÎ21ÿ^bSÜZVñò+Õ>ÅG!×߃Z6ʧ"C>'føÔÀÖ -Z¶†‘ŽŽX„,Ÿ†Uˆ\g -áøT"jØPÓ2Õ´D¬ò†½YË©Æ' {4{°H}y rð!Ó£ƒ¼ÜŸ0EÏZïÅÞÙÄ= ‰Y .¹6?ëöê[‘ýZ;*F®?ãä7ò©Èõm˜ãÒ?2¬®ºÆofU kŸ[ôl[ÐHÍuk N=5¹?"¨—ò#¦êFàÚú²ÇiVV†ùÜ[ÀÏù§’]hì(¿…¬Éÿ²gh–¹…Q´€v@Íí/Фÿ^áñ~_â²Ã&6>læÑ÷dMá%Ùóè’¼96 &÷¤¼Y^†Üå5Vֺ͵-Ó‹a¯¹i0`«|á… ‹ôcp–Ø*8¿>"&î*Û NÃkµÃTÙ\õ>¯6²š \±‰EÈý+>³¼Æ¡kUûÌuo}À àOuH–÷¨]æ‰C÷jEŸæ¤•ÿY”7}²‰`, ¿IZùû-øQKÄ̧E-̲€‰^äCò±MÀ ÏÊ›Úaæ™oèþ„Þ”H6Œ€¶„,l¼c’–º3BsN1³=À¼Èþ}¿ššáœ >Ù§ÄûU<ôÎ0=i«Ÿxß>Hz´gqayAèÈm8·’™çV1ó f0ûsB²näÒ -N¹Ï‰RKè!€Ðr+÷íÀç:ôl†ƒÞžfd® 1WûiñÛcÄX¿šœî˜¦¦ïÎв6Ǩ ;ãRâB7ññr_ùÍ]Ð7h¹CAÏÛ3H{:™(h`c”-I?®Ró* Ë5#&ìä²ÏËŸ}šçC¯°°È¾9衤q²3ݯ¢eî[¸”ÿzúoxùÿ¸'Œš -ý’6±Ð~ =×§¢äìŽâ=Sœ¢ˆñÙÇ é0øª2°’’éU“3BFrfÀ@H÷jÙe£T/@®‰z•Ô<ÓÛ¤ŸMm‰?ºT%w ÿƇ®³}ÚJ™ò‚W'¤…-b0X°:ú2R²ƒzd{!Ùo`•"¼ë3ʤuÁ“iÅNMEÌö æQØÈ®ƒg!×ÂÀkÐ~# 9²Ñݽeg'xÎú0%v{óÿeá?ö„‰˜AKݻмüyh–EØ[ ¢>Á+l g„õ´Ü(hvpžÇÜ_Ë÷«Û€ƒÞë-šž‡\ƒ¬ãX˜è0ä%d5ð€L»ªºÚo­Ïa€×ÄÑ`m³˜²01~íP±‹]fðZã£ÇÜ2°Õ¼vÃÏfÎo¦{õ¸¯VÌsë^Ž:MÝÀ1è­ð|ÍûМ´Ú­e–øÍ|JÀ&d#ûr‚¦º7>­\­n[ª›=j™ÀoâÓá»0A=2€§‡F­LÜž…O>ªß[|6Y­ˆ.U¾Ú›ðàÿÐ>==ߣ£eŒôBŸžVš•¿=# ùÕ-Ð`8AÀÚeá’ÂfzÑÎþáJgùÅõ>ì­Õ^ÒÃåÜ ×=Õ5AŽwÂÿ팮õ”_^í,>µÜžw<¤!¥…´ŒB¿š]„üàž¡¤xfhi~53?¤å ]ì\ç´çÑHX~”ãQðJ]“Ì,û(rß5Õ5EKuLžîŒmâl³3W©q냸Ûná©SAŒsA]»”Ô´­1BŒ¶5íGóûÜãCðûJ1É£â!÷#|JV¡S‹Ù™(»í×R²w§iéöFrD-¦~‚,}ö« O¨™Ž1Rìî0îžc w? ¡eïÛ¸OùܨMÈõª¸èÝqZ²w†‘½lÔ0ò¶†J®.},üÍ=ÊÌ ª$LÐmdß?üéw›XêSR³œãå·=Ó¨«Ÿ ³ïÙª^„ÌøêòñÖ!Î1ëß lFÔÆÂ ôÏ )igŒô4h”ÜÈ>qÈ&a`Z?è±ßÈÃû ÔÜú®{†œT³ŠÞqè„”1fºKEN Hy(éûf.>¬c—4Ì` `o ¹Y—ŽÌ‹EQäúž–‡¬7d…à\&@öݵR°a“S >jäà#V61 -óÿÉÆÆûU”tû8ö¡Sƒ{µqÈQäzgØRÕ‚ˆØªšÂ³"LjdFñ.ÌÙCk†¬ã² >$®ŒÌ‹$34RrZ¾+ìï†pÅ<Ÿ¥ö xÉóð,—™å_àsœfá.°ô¦‚[²\ì@´6gý°Ú^ø›cŒø¹g}G)¦,|ÄÜpŽ‘âüjz®êÚ5ÅÊÝ$?FîWÜb&¯u‘î8&YÙƒä'ËíØK;Ô'ÈÚì.ÔÿZWùÅÙ·Å'æÞ•Ÿ]ïÆ^÷L’}jrêÚPù•¾òkŽ)J¢k†˜àQRRí#”§ý´Xó›â_íƒÔ„ ’WæWRÒ¼S˜û®ñÒë»ÃeW]£˜»%9ŧ gm “/¶c.º'¸ÅkÝÅçÖ:óN¸ÇñOJFž{’ðÄ3MŒwORR¶È1ÞIA©wJPP -0®q^¡k‚W¼9@…ïÃÝZë)9¿Ñ_zÅ1…{ìT“<d튑zŽ ê¨YÈ=1{Ƚ8z1 ¹ä™a¡"1Û¯á–GLl â׈Gy¦)Éî)j -œS² ŽÁ§ác<3R¦G-çÛ'YY·Ü§â”8'HqvdíAAI^éÃÜXë'ܵC.qNÓÓã´¤à »ðw#·/?äšÍþŠk[ýø;ž)f~Ô"­ŒB† éødÏ4«È3IMõNR·w×{@ûÆhI® F†sŒ_¼;*(ñ)ùåµ5Dy¼9€»ãš"Æ…M¬gš‘åSqKCÀŸ>¨'¯QÈt8Ô|œW+¢îÌÐÀë))1 ù;˜wdϹ_Ë(ødec£ŽƒŠ\ óéù»3ÄÄ•Ì=—Љý}^Ö´gáQýzZAÈÊ!ø-¬ -—†ž³ c³ÜC¾7×J¸²øžrg©ùX]S|dµ}=z,ãýô(°1>)y{Œžlë¥=œë!Üu3r¡0Ûƒ”Ç!=Ÿðï9‘(j„ïŸfç!läTJ(U•Ì©ó?²ã“bâÆ°µ9ÌH œ°=Rqs{¸ôÊîTñ•‰ŠûÈÏ·†øEacU-ðT,ð7 -X#ôïáâ[ÜÅ~Òƒõ.Ì•¥öŠó›=”˜µNVüV?/}õ##Æü¢ô¸åYñ‘nÒ½>Zìb#~¦.÷‡Í>Ò#‚·=JŽ…>²ÚUqm½ÇÞO{²ÝG٦ęZQg5õ…‡wAëƒ*f>Òg+—þ˜o«8»ô®ä¤g¢üžgºìÞÎ81akT\±3.®€¹*Û#Ç.wâ®­|$ÜØè!Ü (Xùa5¯ÜŽÜK?BKrŒÒS Ÿí–_ßì.<µö±èô -øÀfúÒÊ)^Õ˜úíJGáŨ†‹sM’W‘÷tçÿ¶ÕW|ÞsÕ Zížä£ü*4!Û=)%îŽK ›£œkkÙiSsÑ‘¹we§lm%¿­`n†5ì²äpèóÇÎIZrPÇ. êy8—‚S‚|‹¬)ELb^@Ë)‹ÎŠ„À¶ 7Ô¿CÁÌÚ™$Ä-÷¢.n €GÑ“Ö{©ñKð·¶éî)!4$Ö>L~b¢Änöbo®wU\™m+þu¡½ìÜÊ{Âu÷#í?ÈÚðÙ;´$û0ááV?r)á¡WÁ/ßß]êD_WÖeþ<û²ä”½›xwé}Ù™Å÷%§ß•žÛìÆÞ±½,=5÷–p úµÞÏÏ1¶.ê›JOÌ¿Ã^ö,õÌ0‘{ç³<àÿŽQfúêùñî$²·J& ™Däç÷&`néšs_äþì!Ä#ïß÷êØ #G%¡ïNóP«=¤û–¦²c¦g…‡²¬ƒý´„Ϭ/r9Á;ì”D‚”òŸEZYPGHt³/÷coh_åüd{“|«sÓ>L|ŒÜÛ4‰˜N ¿bg”¹õ±;ÊHCþŽÈ|{Å%ëkôÉ…÷˜‹‹]ô§^¥˜PÓówǰÝ3Ää ž–çEöÜvc®/½Ã^Ýè!%ì ãzœbÐþÇ83jÿ½wk«suåCùyssÑ1mmÁ±åvÖ“¥÷¼¸¹7¤«‹­„«Ko Wç_aίvPîνÁœßè$ÞÙî¥>Ù†\ážf¥o0“6{É–? /Xßå•Ç5*JýÊüªäÜʇŠÛ»Ð“àO—;Iw–?oε]ëÈüÅÜüô»•¨;;cÂòÕ~n¶kJX¾3ÎÎ]é"ÝG˜pµuÎ5„}àÆ=š{ux¥ {k¥›òx«Ÿ–¸3D_ïDÝî-½¼3Xvmg¸â†å}ù¥1iÊ—«è;{Z ©¥Å'W»ŠÏmbînaïØ¡¯w†iñ»#”ÄõžŠî 1Þ=U#Ø• ?ÐcæÛh÷fßà.Xš‹,¾+;cï#=q127z ÷*>Á÷‡‡Rþ`HäoX ëSPkç‚zÞ­b8Ûf„/¼¾½ð”¥%ï°õEÑ Û«’_m¯J]z‡»²c¶ÝO‰u³2w‰]„›]¸Ö×ù¿€ßþjj,<¼ÖIºÐJ˜¿l¹ß¸Ì1´ÖWzqá=úÊl+ê¤îYƃœ‡56æÙì$?XhC\ùXvÁД{X)NûF)ÎüÚü¬äØrá¶¥•|gTTüý˜(÷kUuá!'øŒ}”·Õ‡¿kï'?‚c¸µÜI¼µ>@Mž~ž}²d‘GÉ,Üè#ÜßDÔùõ¾¨­ÜãÊꄯ—Û ~ó*hÙaÈóNµ·­à•¬ôҞ̾FŸY~>¿ð¶è7eeÊccöOk˜«æ×Ø›}â´›ö!|Š_ÇFþVK…WMÉtL•ßYë*89ÿ:ãGCSÒõ^ô5]KÁÙÝzVÐ bîŽÓÓ×>¢NÏ·eÒ4$è¦ßüóKì™?urþÕAN>0÷{må鮩©ä¨ùêÈb+©äø¨0î_½”ûÿœk)½²3ÈÊÜâåmrÓÛ‰×W>V\Ö5ä|¯ªÎ>8׊>÷‘úà³IAúQG+qw€¶ØA¹=û–pÅÜTtx­-ïØâËì#ïÊ.o|À^3?/øegH‚uOÕJ68sïJOëS¿6V'ÿËT“vÀT—z`¾­ðĈ8õ ®±âîâ;VŒ­¥äÄJGÉÙµ%g—;JN›‹ÎȲ¾15å[ïÅÝ_jÇÜõNˆiŽanñö #a­—xúìúâ{ô93°¤®!ù ôwêz/'}áýÑö`a­[’·ÒI™}S|ÜÐ÷ƒ¡!÷'EMêÃ’¸o·‡iiPO[ØÛ«Ý˜këÀ¶‹Ågm­E'uMi?ªë¾ŸmÍ8²;†{Ò‹Ø®)^ÉÆñ1òw-lͨãËíåÖlÇ^†^9µþÿÀ5HK܆ÚÜèÄß\í(¿h{•d üd¦2õÛµ^RÌö„³1&(²«$[ºfqKÀ“SÒô¯TòüƒÚÚìf¤‰_š -¶b@}^t§möêjò~b$~ÖI|úYáég=Ü´o¬oIw–:)/PÇvG¨ñö!RŒsùÛ/å—&¥O¾œ©Jý^ߘwxXøôhr–G!$nö2탌¤¥vô9}Sî“â´/§D_)ªr¿Só—a^æ‘…÷øûŽ^þæ-aá}éé…× ¹•ПM9‡lo‹NÁù|çd¯ ÉÙÆ·ä»+}ÌT×LMÍZ+CÛûËíñŸû©O?‰¾÷OòýCÿgî]þÃõ¾ÜK“¢û³´düìžÆ>vNT÷ ®8G±÷ý3”ô JHÜe¦¹gÄTÇŒˆf}M½a{…9g{™ÿ‹±)ûçÅ6Ôy÷=MÑ!çò7ÿcnʾÔÈÄÖ÷F¤qß®tçžXïÊ9nkN>°ø6÷¸gŠ‘õŠtç;{/!;¼¹ÖO¼¿ðuZ÷,å ¶1á›iiüWÊê쟚0w¾hÈ»ô×µ¸G–·E'F… Ÿ°?d§ü}J’ý¯Aú“Ï»ñ÷þ>$Kü -÷èçÿVHÒÏoCM›^/k²~RU§PT¦}=ÆOúbˆû× IöOï¨É?·–<øçj73~X˜ÿ# ÇgÆúŒƒkïJÎN -¾î%Þü“¾2öK[+麚xgá óéôíÖj{é™ù–Â#sͨÚšœÔ•Ym-„룼ÒcÆš2Do,¾Ç]Þêf&Ì·®Ø^W\²µ–^ßý§ñEú/[=ÂüÕV‚å%öìZ3v­‡ò`­w}ù#úüRGÉÛëœcªºÄƒÊêÔï,¯·Í¯©7—?RîÍ¿­8oj*>bn.>®®Ï?4.Ëûù îÉ_;éq_.Ä?Zí¡=14þ<]™u`˜ŸòåTeÚ÷šúôLÏÓ¯÷¡¯÷ÉžìfÆÜV@fà³Ôµét9?€â=ùgûþ—⬠&ñM0sVÚKÎ/½ßû€:?û&ïxíÉåö§?)«ïÿk¹»3Ã,¶Ò’7Áƒ /*N.¶â/›Ÿ—ý6÷¦â2äËó3µÙ‡![ÞD8h¾ ui¥“cl)?­ª-üÉð¢äÄ\%f}“‰pÖteÒWK0׌ͥ'Ï©{‰ôÏ Ïhj Ͻ,;åF<£}eBœwL]Wrzé#QW‹:2÷–|Cׄ;3!Î9 o(:l}…»0-/8ÊL8ó'Ý3àÞ.RÌ /é›>ZÌߦ…‰_êër2¿,>¹5X~Ó£$¦O5¦o%Þø“úêôZ_5ÝÚÆx2QYp¬—–ô}/%ùÀ87þË>ê,}@Ý^êÎ?³Ùõ©«k#&‘xé]öñqþÝÏ&ÅþikIÿÁÖ”qÐÚ\ø‹­µâüdmÁùQYñiǸ”ì›`ã¤Ø¥WWÚJÏ/¶•¶¼Î./`nÃg ˲Nê›Qç½JZ°È……W9?/µüª¯Í9azŽºä—0=3•œía~þZ¿¸x¹‹|oñCéYËË‚£ººœŸÔÕIt5Éß8'¹sK/˜[ÊÏŸÑn+«+Nž•µ¼@ÿfyI¼Ü%+ø9÷úÿ5ÌMºì¡Í­ø«#â;ßúó¨ðÑßOþnk*ým¬®ðhIü™¿a®ýüß[ý¬ŒAÚ—ôGšàÇ~¦®Lþb˜óùãÁ ïP%¥·>ÇÝûõOyÙÓˆFÆÝ¬¸1ÿ®øW}Cî#Ü”¶ãþiJšù]—0ë`Á_ÿgZœóÛr'áÑdUÖ!UuÎ MuæOäƒáúßVô¯ÿ5Û–~äƒ8íD;3îǵrìJ'¼}z㬹%÷Ф8þŸ„ëÿÛZzö¿'ű_R¾k¥¤œ€^J˜kÅ]{S~få#îêRöŠáEéÉÂÍ¿tT\û°ö)Û»ŠKà³÷7úéËÉ×{H÷55¿‚”P’’,o3OŒ ’~\ï•”®vó³æÚ· Í%¿Y_•œ^~½¶Ð†¿6"O;LM<ù—NFÂq{?#yFöèsuõÓúƬÃôÇ_j¤¾]{Ÿxv¹-ãúæ09Ùú¡ð¤}˜ži‡la‚ÿe¦j -‚oœæ²½.:®¬Mÿ®õ³Qöí³mùç?rb~Øè$¥‡õUõ;£ôŒUð&È<·œ#˜;îq̽ÍÔ%ͳÂS¸ÛÃò‚s}ÜÂÅòÝùÖ²ók°7Öºð·,Àh㢔³/+îlö2S¦Eq_.µUÜ]íbeÌ¿ÅßÛéÅ?ù·Ž…ÞW3 -·з̯ÓñLò1vÈoÆVìùÙwÄ[£¢ÜƒCœôYšŠŽ9†q÷ÓĄɦŒß8©§þj}E¢¬-?;ÀJúǤ$éàÂëâSÐÏ;Hv©I;ä8mSöQó›¢Ë[ƒ’ò…vÎÓ…vµùö²KóïÐÀñ˜;Šºœ ³ï0Þ²S޽¥'^é¡=çþ<ÈIùb„Ÿôå7åÛnFÚá^ÖY}ö~YÜ…¿ßþåëÿóªâáw~%³ƒüMà9[kî/–椃æçɇç[!cŒ22™97þžqã—ÿî—<‚ ”2Sÿ¦ú)ôÑӯƷ>b]ýb¹£ðÚö(9¾“ûÝLuΩ VD hùÄ­~r¬®.ã ±)ïȨ(éæ“cÿý}ÿ;ý‹Š{UùgœÓ\Âv?!a4Á>@~²Ù‡¹§jÌúå%þÞçoÈ,ôƪŠ!ß”žÙìa¤;ÆI[Ãè‡ ¨3úçé?ëžg¶qK ðwoÑW¶‡¸¹=Œ”¥w¨3k Ooõ•\Ú„lk|‡¾µÞ'¦îŒ6Ê?гõM„sCẪï 1ÓUçÚ Ç…4RŽOY%Úè“•®ôHJgß“ï˜_ç15e|¯ä|;ÀNøû»Š{ÿk{Qzy¥‡ž2S‹úeî óÉbëñ;ܵÿí¡>ø\]“ýƒ¦±¸?÷ í5ö†cHTá™á–;*.o÷³s6ú¹y––Ò“Úêœï'D™ßs3¾dgžm&>^í®,7´PïjêJ.hªòÍÈSÿ¥­Îøf½£ôÒö(+SÕ‚½§m)»åœ`—º‰÷lí—ûéi›“¼r['áÖ´,û•<÷ûÙ—¸‹3U™ßkj³O¬v±S ͘óóo×Ö»¨Ö»ˆw×>ïmt³Pî Ù>ÉCËÑ7@®º1U7íN3òÖ!óîŽPv†I1Ž1r¬kœžº=ÈÎÔ6ãnWü¶3,fÌÔï¢Þþ«Bþð‹¥‡Gdÿ¡”¦XnÅßœ”¤žúûò;BV@#ax•ìBç9qk°ôæâÛÔ£ºª[ŸÍ¾É>áŸÓáóU¨£KÝô'º¦ÂÓ¢”/GxÿÙF¹úEíæ×ª†”ŸMÍùG,ÔäÚÒ»_÷rÓÏ»ÆÄtÇ + 46}{³ü!ãìb[Þ)}Cê·soP–»„™¸¸oÆë‹®ÙÇéë}¸;ºçù§çÞæž[é,»¶ð>ÿ´¶!í'}kÙ.nÂ7êºÂ3¶6âí¥äGë-vFy%sÝ„ã5§DYç  vÆ9ù[#œÜ aùÌåB[ñɵ®ò+ OǯPgµ¯Q”¯‹Î÷’²ú„‰GÕU?-·•\_ï*¿¿3R‘àž¢—zÔŒõô^ÎÃÏçZËï»§xe[¤G+1W¦ªRþ5-K?0%KÿvX{x¹³äÑd}þ yÁÍ¿ÏvÑ+Öz*î^£NÍÈ¿éÂÞùsõÉך¦¼ÓÛл¢œ[{CJ‚~³JjÁâÇÌ“«=ôÄÍ^!Ê5*¥¸&Äø¥nü•^ÒSû¸»ÚE‰ßøX~ÙÔ”sD[›þhÝÍ€FHpLrò—ûqÆVúMçd}åºÑGŠÙAîµí.¾èœFݵ¢o®‚.zT•üUȽ¦7œ‡¦çÔ›Ö—„+†Æ‚ãÈšËJæš¡¹èWk[ÅeÛGæÓáÔÙ”ÄÏõeg×;iO6z¨1+]ø; Н¬tÂxæ7=Ë<¸þ‘–²Ú'.?1%Ë84-Ë:¤”e~·ñÿÀ1À+´¶jž•^Úè‘’/ˆ7Z*nþéMùå?++¿_îÄÜØç8&à5Å/ß!%yÕ<¢ÏTÝhWV —X©æ×¸ë¶—¸Ë‹oð—mÍgìݼüÕNvƈ(ñ_Æ9Ç×{éñpÜg¦åÿGoÝÖVÖý§6ÓéLÝKÝi¡¥ÞRJqw—àÄÝÝHpw—@ N"¸Cˆ¤íÌüîû{=oä9¹ÿ8W¸œ³³÷ZÉÙg­¸Ë -FÊ5­°ðÁr6ˆ©l¯’ƒÿ1Ëbxõ ¬gº¾þ@'à,õ”T ÒJ½ªãEœÛh)¸¶"È.á ×ú‘aúÆÌÛ/}÷©€xy¿;LLtˆy2NÎã)jò3÷8 åVÒ*׆Š^ØÏìbÏ>‚ ÛW»¥8 vQñ›ƒ¾ºN°/{j:T[“zoœöû|Kæcuu^à3åÁR[þË}%¥Üõª²Ë2AIê¡’OYk+|<_Ÿ|]Å;?Aýrq£/ï…{²ò»{Ÿ¾:ˆŽâW_”׿G¸Ôä"}CþÓ!bÄu)7þÑ\KÖ“…Ö´‡ <ÒÐþ(fÇß¶Ëq`_?ôc>ý)c|»¼Üÿlc´ìÃÆPÙ;Û,Â:ŠMÖåéZ/!Ý«q­“ä¬Å¶ÒW«]eASìD¿1BÄù 4Ìmä2fz1y¥QÏ/Îõ–EzµäR»gC„˜Ga!Ë€—–²"®¾]õÞ\^Wüm}Í2€ˆqLñÑ»SÌî¼§#•î î|Ž]K*pjYè^BÔuS]f€WAG8äl”WI+=Îÿˈ+pÊJCvÄEŸþžg0þ³.ÜÓáÁÛc…oŽŒ5-G¡hšƒ±Mà->½>‰oÁ}¿6+(ë"b&Ø=EÎ9Ð ·‡K‚6‡*>X&è9¾gv„œþÒ ÁòwËm¹Ï¶†²^z§I.!k†·NQ³7†©‰›#ܘ*¿º¥¤Ìµ!L¤¾¥è‰GÁ¬Ø#"æš“üFðÁç'±W»_~ïAÿµÖEH›¬E~h¬ŒúSÍ/x»¯$Ã~ð‡|žc -»ÜSð|©;õ¾o¬?Œ”òIl¢cŠ]áš26GÈ©ºªìÛã„È¿$´ø»“ôèkð·§Ä´Ð+†öò v|ÔU #îÖv?"nw—ÌuÉšQéQ‹·&ÀowÐX·†Gr+äí1ZîJ7*ðÑŸ·: -eÈ8·³Ñ[ùa{òÝ2‚ŽrL2J¬ã„MmâuSsyELH°ˆq1%³Â«ãÑíJzùÆ8"Ò¡¯isÎ4;ôŠÍÞòׯÆì»ÚêÌÛs-E)1 àÉ\•(õ®”Å)%”쎓³7û*>Î6¤ßYhÉ{¶1‚‹Ù¥dÙ'Xë(9k¡¥üÍö 2ȳ4§ “ì»Ç°Ú]ðrZ”rŠsÉ*AD¸§ˆ]9<ßSùÅ©äâ -Ô"FE¯t¼Ùê+ -Ü(|µ#ƒG»ôä’@䙇`¡. "Ñ#ƒEmö¾WòâoŒ’BÏI¨€>¨Í¸·¯b"öuBž]) 9äÕ4 V!6 >q£«"ÐØç¯k)ù¸<„‰YêEEüZàðv%èÔµŽÊ× -—Û#¨»b“¡R¬SÈ›Žîbf¼eç½»h!÷Íc6mµÀ¬¤—¬Âƒ—ú+>:5@®ÌrÙ«b|zØó+ jhô—®ºÙ,c£WºË_/uæ?^Èz8ß‘rר”òì×ZІ—Àñkýè¨Ë㤸kSô´§sÍáúVt»(ârMaè…_3¦K†°¼4Ø".ù°Ü4OAcÄ¡aÂw¥ ðÎ$³À9«Ð£ÅwGÀošojcn:'0^•ˆ¾ØM‰4àÇõ~b¦GÉøšYi•`ã­2tœUIpÎP+sµ]MC‹EΙljikýàí!D´SN.öÕ@6ÁC7+>nöÃ#öT\²±®ìÅ|]ვ¦â í>Lξ†Cqªè• ½°h•0ýžu‚œµ¯ -ŒþŽ¿5\ñ~®½ @]“òx¶=ûóÞ4©äð»Ý)bž¾¹àñ¡^T»pêr'샆Ÿ}ÛÒWþew ‘éV1q‡à”Ó‹€|/ôÈhÅ[½ÅAjnÜù)zÌÅ)V¬Ÿ¡!Íß>Uç«ñæ‹ûí1b†CV˰É| §®´—¿ÇEžQqc.®öæ?·Žac|{ñF©uœ´ÝGI´yÌêPIˆ±-;ÈО°>‰ˆYǃ—úá…Úª¦ý¹šö_ލø4³œ\à10)?y¢}—½2Љe—~».®gì- ZÍžlôX/†Æ›%•±–IT¶M†+<šc3Zr¥¡³ðÙŽoÃ$º•µœÝ©jÒö(;o¾ùŠw¤DˆŸ–‰}®eâ^L`Ï»+ò¯uçŸG”\_Q#ÌÝ´Ä…6èûÕaXðbÅ‹„¬s5Û&«ÂoŠy¥+Ô„¥.\ðb áãZ-b¥…®â^ór¿ï‡e]šáá,ÝœLK7#ÙTO –S¡–x˜—¸·!æ•)àoL­Øïe]ýú0½À 诒‡16<Ð ’/o¶ú;ÇhYËœ´6`¹žüy±–öm»•“æVl·ósMüª¨)þ¶Ž„znmãåï ±ò·aŸìc¤t—ŒKpªÛ†JÝ!£Ì5½PrSo®´s3VšÐ+]U9ËM”o›]UË-Ü”å&ZØV'+qëz¯Rz}–Kˆ´óËÖû ×úŠƒœjt枎BÞŸ«ðÎÕõ:µ\¢¾¹0p¶µ$ð IN%«b¾°P_x«»$`g ò›c“é‘Ð -vyÆÚçÕ~ªk¤à!Í=´$­ ç S÷gÙ,Ï\mßö4¿&¥åmJ)™; -f™{šƒ=˜æâ\2fùæ*t££ì¥kw dA­ìÒ–ÊÔ3=ÐŒ‹³BB„w´­Î;ÅÇoö•¿_é¿ÛG˜j:öM5-^Cß.§•Úä¤<ï çÖ2°zg²,ts¨èÓb{ÁóÕ¾’Wë踺’Ø+mé~Z.楹^ä•Öòí£øZ ö›¥›íW£W»¥:aÑsË:vg ëRPÀžiZ©[Q¯|¿9Á½°ÒùâQ×Vùrd 0Hó­°W«„„-@ãm £¾¯àÂV:ð‘jVñ35£ø©©flBͶ<34f>›ïÈ{»?Ïþ\mÿZ®4K0Ys}•!;Ë=Û,Ù_¬îÜ_ a×ÅHu}öCc{ÎÃ]"öpŽÃ;˜6ìL±Ë7û ‰ëºê{~èk›m“åѳ­Ñzҟ쨱ûstìj?*t©—™"¯&¾ï!–]nCçŸåç'ýŽŠþv¢,øÓ±ôÀ Ðç‡÷A÷®ž?}äwö7Ðû;—áÞý!eæûm  bþžgQ.²¨)G݉z#m¿žªA=›äBï ÓQw:Pe—àÌ3àœÄØïÇXñ1Çj2Ó~c¥Æœ&Å~=Kûz"âÍPÌóGÇ›*²n7@“n*ø€~j’u‚^²Ò‹Xé†l²2f»Ø‰R! ‡»ß†ª¼Z .þƒ–œrv¼èûc̘ð“ÜÔ°Ó¸è'³Þ¼>þä1(øþ Pèã[ ‚ÏþÇ: ™W—;èIV1²+­¦mLò Æ|È Ë³mÕÙÓÕœÐQ*òn|qUvmö@BîöÁ‹®7g^(ûpÜÿÖ5н‹çAa„ÿ9L)¼¯©‡…¼AôÌQÐ.#fQÀ†ŽÊ EMÞ³M1±Ô£r—‡iÌò›RäÞ4öB˃P± ¯šËâÏÑR¿ŸDDŸŠyñä8<ìÓø˜Ï§±á›«CĹ•”cš†tê9´)lü¦¾)†~tS¤y‚ 6µƒµ5¤S<òÛqFåóLæ~^Äå’Ð7§Š¿9þéèÉ•  on''|¿ÒNz$fç¯ôÂrÜjj…sš…ôù¼-¦¤o‰ññN5áÕ³ñv5)g®³4@Å+¼=S|«b>Vå%ýUðáͱ’ÏŽác¢NÁ#>žÂ&„üAJŠ8 Œûdèƒ[ÇÒ‚^ž†Ç†ž«Î;½9@Ht¨¹xû´€²)få¯öÃCæ: >¬B#õm° ù^b˜¾õ~JPþ šõWýˆ• ¼ÜäÓäÔØ3QONÜøówÐuà¸ò×iЃËçAy_~ç}û1Çküg•ÁwN£2û³‚´-ñ/æ©$·QPeQX2FHØ•câÝJ±MÉ„l‰iù«CD°¬&(M¼KO‹:+Ìÿýå|ÞçWñ £oŒS¯ÉØwWú‘©¿Vصÿ·Ë\œ`vãI©ä’šwšR˜s²0*öÊôøÆEÐ çAO¯]Ý¿vtæôo Ûç΂BŸ?åk©H» dßÙ×ózJ‰qlb$ÊÛ¸‘ÃU„ ÈÜ¿¸Åé§i9©'K¢¾ûîˆÕ; äP àÇwAϯœE¿|zûô6è¯Ó§@áOXþòì˜(?êOCüµ¦¾üñ$³øætâé|;#J^ÇüÜA$Ü¡–œ&§Ë %¿}úôàèþ…³ wׯƒ¾ß¿zãwté¯ßA'@ ÐÅßOãþ ôÖïXÇøÎBêýÊ 5~eL„P·³ãÆ…äW-(Ø­V4üF#¼â<%3ådþ×OÇâ_½e½å½ Å¿| -¸yô˜«çσ~;qtÿâYß\€ØyÑ¿©ë ¯6¤ð«ž°8XüÚÐp€’R´­ä¢gúi‰c"¬¢ô!=á$$2ä$ô3öñü.(ðÖÐË×@OŸ]øý$èáå¿@·ÏúÌïT]Eø•™¦¢gæIxØêXé[ó:j©òz¡ýq\}ÔM,¿\SQð">îdYØWPö‡@PìË' €—AO.]=¿|ôðâÐ¥3‚NŸ<þ?œ ôæýõÍ -~þ'¯†K;0 ª\:.Á«ç’ÿQ¹+%¤-`ÃU ˜×MpðUDtÄo¨ˆèã™AoAW¯‚ž]¾ -¾{þø10ïAwÏ_=¿vtåÏ?A'ŸÝ®—ü:DÍŒº¤©Ã¼_惷'ÚDvU`WÎC®ŽÑÒ §Ì?!$ý65˜“Ðc‘þÏA/®_½»íúzÿ>èp¾s§Nî׸wùè¯S¿ƒü¯\A"¿þ&f>ÐÖæ=\ë¯øâ5Pÿ®³«öù¢ =oiŒ™mìÁ…Êk OFY•O©Ðµ%9‘1‘'Þ{\ãßüzåè4°–—€øN ô•‡‡žÄ$?;ÛUñÝ*-X˜äV T¡µË/sa…gHùàS¨ô¼“à˜¤Ÿ_»vþ"è20·÷._=¹uùòãILjÖ…8ä¾\€ ^耽s¨Év ±2Î)™–*»ks†k9Ÿ«þÀfƇ%D«Œ>–þõ3(ðî-Ðkàøîÿ ôþñ}`Ý~æä*(æõËc‘ÏOà“¾]ê@¦ø3 Ÿ-ãõ]Ø/ÊL º–ò^ÝÈî¢WÜiÄ®W£°Wyy|} -~þôáÑÐýËW@W€ÏùÀÌg×®€ü.]ýíß_@_î=U~Oø³©"÷©¾ºÒGŽ[ég$ûø¹âjʇn*̯ª<ûaEÑ_BxåYtfÆ©ðW G7n‚qöêÆUЗA¯únž¿º¬—ß•vÜE¾Q²bOÉxÐG9½Ð¢¤, "¾Îw½´Êˆé+¬üé^zÜH-ý]5 -}£(!æDHàsÐûw@ñ ·nsüèÜo¿]ñ]>{ôôº(:èÃñ˜W¯OV$\[hG‡ïJɹ£˜ÈµALè|;꣱ðe¼ßMCßT€Ï„‡Kþø”Š|záw töä)ÐÍ3g€ù¸zóà9èÒÙs^œ…?r,ëÛ»ó£Ì쇂Z¶gäÒ=s\¦ÛÀÂ:4ôŠõq|¼¼®ü‘¬ûºVzüýÛÉ´7ï@I/\¾º äòåßOyx ˜÷k Ëž]ÆýìæÐÝ«7AÏýîò¾…þ†I޾2]‡ÿ´ÜÏN7O4ómÊÑB1ÚÔM×uáCÚH¥7¡Iá'C_>½¼uôöÞ0¿—ÿøÈ‹  G@.žÿãÌÿÎÿXÀÛAÏo݆…¯'žèÆŸÙ@Æü\äU» 4䮎GZ—V¶Õµ5Ë>b„‹xÈ+É= ‹>ðâXÌËWÀÜîÜýyê7Э¿Î×½ zzûè°–Io>#e¥_A3žÌvV~Õ6fù醘)£5Ä€1ííX ?¬‡À|ÞŽ"ÞêÄ3Ÿˆ Ô{ˆ”òsŹ"’K.’r+.Ðëc¥5½•¦žÒÆx#}KZ…³žÏ>S#²N× -—åU(Å;y¼ø€ž\¿ÄòuÐK7A‰A_OS nµÁ1oµ üôù.JôÖ«Ð" Ì“Äì »@K¹ÌÇ™`£^LðiïÚY ÿjõ¹y-éküÉw_€îØéwÀ· ÀwÇÃßO K=NÌ?ͪ(½?Ì‚η¾ÙUUdË$ ì³à^ ¿zß ¬uéD|³º†­®-¬oŒçã0wŠ23Ï|{ûöD˜(üÍwÿ=ÐÅ?/€bÞ|;Ë®¸A.G?ïaÒÞsi_ûj©VYCÝÆ8ì;,SˆuŠS¹6&¨0 Õ£U¼øÑjRP=q]\v%/*éTÊרã__}rü.»—Aþ8zz'”™Rr£ƒÈ‰[®¦[ôJ«ŒœíÖóXÞ…†ñýEQÛÞ¼°iCÅ„ið‘Ê>zl7“ø°‹»Ï_!de_Dfdœ/OI½ðýÝçß?<}Š|ûû9äxÂ×ÈSáï?§¥ýA…”úMÕCW9ÐI mGZ…·ÈX¥côl] <ÐØC‰[ž¬!ÈÚ9‰5˜’È´˜?â?½=ú;,#á\Zxð¯Þ½yä2;>÷Jb\âù̸„Sä‚Ò‹<âq7 ûVÝ/åf]›ï*ÿz0'¨ß_`ó}˜»«æá,Ú᪢š*m£}«Áî¢r²|ýöXxÀ+Pî÷(P~TÂÉèOŸO½zx”ôõíqDnÊÕ芃lrØì€¶-åÀÝ&Ò®gñ·”ÍÍ›€€YŸ¬§,×aç{©QºìÛQôi¾äÁR{+t}°“µ1ÒDÚ™ª¡Ø"†EÆGmKØ%öiÛnhSڌՖi6bKÆ*7«øØU9º¬à@&«ÑsC Pm#b¦“°8Þ)Xí®ŒuqæaKýõ›ý”X¯œ õùåÐVÑwÔ‚ ³Â1Y_íuYTõuë2>zS!¢oH…¸¥FâJ g¡¯¾TÝÓT¬îç)z{‰âú¦Ä1A}h•ê_S¾Ð‡ß›ª¦­7âìŠÆj—¢±Þ¥¬á¹§ÙžÝ›á3\ÓUÌåAZêl'!ru˜U¸9.„. -‹”5©Š®¦|y{sæD}KŒ´®.jRÀþ4HÆ‘0bj ¡|U^M¶*¸«œY²5AM_±Šqé/Ô‹=:6qi¾,Á&j†Y© ÌÏÃMU‘#­­Ùâ¶–ìzʯYÿ¹_ØÓÍä½V·0BêJW†yy;2lªMC-s«„v}m“m¦¡cw¦©Ïcªí8<àÞ ¥ÄQÑ¢¸‰j–7 -wU<üúÑ*gW˜úØ© ]›¼wʽX;hŸ¡"XͰ)I`» ½9TàïP “~Ì Döi.Ϊà‘\†šV›©¾wUÓж>ÝÚ³¦êèYSÔ1æ†HQó#ü‚I rKÁïi¨Ÿudä1ÿW#s“]嫃hS“òíZÖ9'¬0ßWï«Gt %i§šVl–0 -d5°ì’Øgƒ|XÞŠ²kÄ8UU¹  äÌKià)êÑûêV7 {gEM»lÁÞlUÛþB›Þ;_ÓiUQ‹ÍÅôšÝ¥ÖvšqLó°›ã䌥ÈÛ]âš©k[îG}7¶^Æãùà¤1¯IÔìUÁã<ÒŠP›¤âÛÆ,Ô.%g{Õl¸GÉ‚ÎòXn=»5Zöas ?p©#õ¶¾>í±œ~c¥+ç³gFXgáÒ$õ¥!Û -:λجÜ× E.-¹2Z<Á‹¿ ¯Š¹µ+ƒfýXöØfk»§š -‚-2<ÄWkòÀÄìé¹gJÖÄP}kÎ˹ÞÂ@LJíX¬ÜÆaŸaã=&>שg"<r±k—éc“¶FÊ?¬•¾þ¹*hÙÓ6÷;Ne[¯CÓÜ횦—9dÄT³;×\¸#ÃeÌt•¾×5—ùo⬓Ø8ç4¹Ð©&äØe˜D†VáV“s÷¸Û7µ*ö Íb_ÌñX–iRÁ¶ —°-ÁÆïȉ9Êælÿ)^Ì«sÕ{†Æ>§JDß•àÍ£¥o-âÊO¾çÚm*ln”Z<ÂÉ{»5ŒÊôêë:Üš¦.§º±Å¦d#:²ž¬÷€¶†`_¶&H²dœ¦•µ+­¢9D?0r)¾žVû3Øëxqð\GôM§ öêkšw¦ù]ì󮊉pkª8MMÝžºŠîRÒÊ6F±[Hؾ‰Ï÷è„<ÇìȘå»2j‘]A+sk9Ô316ЃðO–jÖž¶±Ë=CoŠ+>­ Á‚|L9Ðâ -rHÜ#õcNPœ£Â¡ñ盥û‹ VCm‡M_ß±«­©ÛVPJ¬rb¦MŬpÏpðû³ Ô7…=¾·{34¸×€ÿ˜Gåï…6.Ù£!ƒ÷ç8 »’Véöõ[å7üw‰ÃýwAt©ˆÙKÝÐ÷Æ&HÐŽ„ÙÓWwºf«Û·Ô”Bç¿no¥nü犨ûÿ­rD?X\·\¹,Î pqÅ^£¨qß$jØ3V‰—júØbïëy¨£CJBÆÆpAÀÆ@îÓ=¶6J/uÃCvÇ é{z:ʽÄá쯉z–„ÍV-¥XÚ”ò|qUéž«íÞ˜¢ئ G3IJ#£¯f3é”!Öû²?o }ÝÓ’K­RZ±¡)÷޶:ùòRgÎc—b—#Ò Ìþlu›i™>Æö³*0ð£•Ú1»Œ±+Ç$­KPIsC°˜]5±rž[{¸V'1ψjzÉ~æITѯy.×&ǧ{T¤‡¿%.~7Û–üp[Rq¸Ìâîü¶«fVzLÕ­îÙúž k•ãÓv'+¿Ø'Ë?lY$ШÖmv ¶ÐÅÈÝè¤åhêZŽŒª¯ }º=€ø´Ü[ d^16”¾0QS-#؈ &zc°òÝÖ`é[ç$2êÀ¿Œ¤âW8‚£9AÍžŽÿ ¬Ýß<«™!Ë5Moˆ‘1kýeá¿æE-^Cm“]ÎC:&ÉYÛ}•oœbtÌÑ4k—ñ‘ª\X6õÆf/4ú§žÏq«Øˆ])³ˆU°U‚Ͷ+)—†GÙ’×҄Д›Í• AV —¹£à¡l*\ªM‰ˆ²+‘±Ie¨Y þ²#Ç¥¯I(™s½ØïV)¶?[?è«Ó¾#cAw'‰iV1$xµ'ïÙöX^ }—¡k+~½Ð óN×µú4 [Í'Øô"›Š’ožD†Û˜$_Úuà=YCás ·3ög¸¼ƒùª†ŸKlöWpdÄÈå+=e¯2òÇ\ý MÍBmM²ŠíZW-âX•,4Ÿ G&.ÃÇ£» -t‚¯?¯g·M‰OsiqÙ^-¹ìÈPÓr Æ­F%¯¿34ù[ưq‡&Ö× æ@O,ÜŸ!—úîóY$„Œ‡òk'0K!Ñ*m¥Qè)©cš\±5^ðÆ2Uö}ÏH(>X á—Ù³Œ^'eìÏV5ÙµL$ðYˆ¾}:.iÀ@•êÕ¡Ò=:|î5醄™h÷í àR­2X‚U…IßQaRlÓ˜D¯\¶?WÕÄ]ŸEÅ#»´<ꑉM92‘Ët˜Ìå®´;C„W§Õ‚¨‡:r…kšKØ!$Úå¾^7¬×„L3O@¾­ À¾Îõ¡C×Ça›Ðð9!ÏkbáÝZR‘[_Uã24‰½‹ÕÝÞeAãáð:'¨µkÙ¸¥t¨SEÊ÷õDÝÇÅîëøL–ÏðèY¯IØñc¥füç¯Þ¥£”:5”Òý…VƒÓÔп¥`Cw”ÂW¨äÿ®ñÿ]¡Qÿo•ßò«Üz‹œ­E…ßè…EÜù¥Ôüô³{²òëîPÞÓµ– ¿ùº¬[ëíÅæ1tÔ  û1/ëÃE×(%ïPYEþ©åàŽtXO)6YñgËhÆãŒTˆoZ*ü×2§Úc¤Â¬2L’E†Mth°){\¶[ÉÙAEnð˶úè9ö1R¢[BN³b"¶û1!ö àg1&Æica™¢±,í¸,@sPí‘po¦ºæHG.9Ò¢÷TeÁ;È×-1üÛÖ(,xGN;0!6…€ê™©©skP'€×N_ÿ.&y~\‡¿¹Ò,84Õ´í«ë:b¾]Oø?Ê&ƒ…;nqë´<Á,”‡]VŠŠÂ÷g\†êú]@;Ù}=U$ð0Ë$,©c>œ¶1„ -µNPò u]G€×óêD<·šrH±iÏN9­È"&$â/®uV†ÿ¿åÚá·D#€NC;-p]æÊ 4x®«8hÏDǸE-› -F¹YLLûË¢ŽWDÿY´þ¿u^ëž»6Zñn¾¯2hk »9† Û›f!~DÕÞi>mOÃF9UÀúI`ßgêÒnŽá#.n r¬As²©DÉjbéy6ëïe®ðhÃrhY¨Í)z±s¦¦u®®wgŠ»Ð‘ÿx¹£àÑžði³ä/¹rgòÍT“t]J»¼ÖWh¢ œJh„y `a’S˧;4²g–Åß3‘¾þ$ÿp× äßžÇû±@†» ¬mšàâ1²?–8ìŸólúž–XÖE½fì†fÿ\j’ý\ða7¶!rÌÀ:DÊ¡ WüÏrU‡{†M|Ó3Û$uj«E®iÔ£¡Wîk©e»£à]%§k©x·Ø‚Œø9-â{åŒR„˜îcã7:ŠŸÛXtLÒW`ßÚñç8I—ßÚ¦¨…›ƒ°/«ƒ…þKƒþsÝ÷½ý‰Ï[—â -xñwVËÿ^©8œãr€¼-q9²:Tün‚ñý‚o?¶õSðÅÏÚˆ³ãËžÍÖæÞ1Vgß6Ó¯›„É—¬ƒ¥ïl¤Lu4,?ÜÿÏ>xüS›„Vº+gc\j&Ì£¦€w'¡˽™Ï,eÁ{3 ¢CA†ØÅpiÈ%%&É3ˆÝ×Âc]*HÄÚPÁ‡Õž’n% ïÒ5öî¨è€nÁ$Nã³÷”¤b‡›áTãÓv¤˜˜­1tØLSÁƒµt¢¶­ÔPÊöuTŸ¾fùÌŸ€WðÕ=Ù™DF<üvðÞëS„Tc+kt¬EFCoM‘ -l€®Ý7±IN5¹hW†Ër*)eö)r–m›ðu¬KN+÷í Ý›ò÷Œuí{³Âj«Œl‘à“Ö{¡4Ìø î1TꙪj€IN µÂ&£—^Æ£b£ö5 ÄŽ •j–¢3v•ð¡QXû__ÍÜEaËÏyÓk$—¹4«´âËÖXÅ;Ëä«ub“`âœSĬÝql¬]NÎñŸÍ®$æ›Åȸ­H¸[Ç&-ˆIøìçz0Y?—ê'æ„Í. fSb’-Rb€G`@¿5ñGÝšÀ%mŠ éÛ”B30vcSÁcuÎSs'ôãjKá+Ë0<Ö6EÌYîƒ~¶)ð…?–øõGËLÆžvjPIVEÑW‹,ÿÓѶèïeiWMΛí.}ïëáž­ªõÚþhIÔösUØæ5Ë]hÌÚ@ñ+S{Þ3÷ ‹½§MlÚ‰N¶k±Ð£%ëçøàâíQè÷ÅÎ’@ó!}aˆ¡oegÚdm-nu]•WÇ#í«(µxg瘠új ¬ƒèHû(!u_J/Zo/yaî+ Zê(x¡Ä^Vñ¢Ïšª³_mŒÒfZ+Þ,µB‚¶Åd°YÂ,ß™dC½@¾ý=#ªÚ–ಥթOÖzá)G:€XÝUøpÐë…CȯKÍà‡óÕ)WÃ0Ë`EÄÖPñÇCð³ÕU ¶Ò]úÍ2\¶ÜSè?ßÿÌ®ðõ•ªé9šµìûêRÍWÕÎ1ð¾þ¿;S°Ð "Ì.…~ßS£ìîŒT¼·Áƒí“ô‚ƒÿõ®§Uº”Ø´­!hðê2l¶ñµ“’¸1Jùu6 ³Œð -. zhÖÌÖõlŒcâÖÇñ©NP蘩mX—Ð ´ å_fÊ>ÚFq±ë=%ovÄ(ObW*?X'1)û&*ÞkÂìé‘©n¯æ˜¯Æ1¾â× áœÆdú뛾üb{•æÐ1‘v5£rÏÀ¡-U5ìªÐ‰N52iw -•àPr÷Œ\ÞÊ2­¡cŽ[µ‡ËÕ½{stü® -•´=ŽÚB„¯ÀÃìJrÁl7䣱”äÔtN:§ëëœjÒ­¤ä{u,ŒGMÌ´K‘Ñ+Ýy/´‚¸««Ýeo–ZJ_[z¡ÁÛÝw[@>4ø›J?Ø”¸´ÞÚŒ°ô¿¡î™j;*Φ`Aœ?mŽÂÃÖÊ?nW¼ß×òØ»: À Ìý:úÇWü-Öqg”°5LŒ[ïC~ÞèA|°øî×µ¡?šj‘ï%´|SMéû­q.T&È»#!Eü¡ãÅ\tŒ—Ü+û´3Züc†Šà¤<Ç%=?+忆¸Ü]IÉ—CCQ¸×P1דôÌÔá·Ô•ûhG‚ÏÜÃ&®ôã×rN]M«˜«Õ®"ÿ1ZôÙš¢7Ç5‚¤»ö)b~<êa6â…GË­’õ"ð}=/óŠž—rQBùö×Úÿ7}mØ Žá[bzÁF.zg˜X`—1ÐŽ)|ª[†ˆùe¤@ t”w†G?4ðØ?çüÕRË÷õÄâ=©Ô«&dzŸe.û°RŸ~k«#óÞ¾•`“°ËWzÑaÛèÛ$6Î:IØÂFnôÂ?ÍTg?]j/ûf•3 >Jñצø LuY·”tô©ªnGJH±üêãÀM ,bgìˉŸó\îÒ1n¦¾ôéÎ1ïpŽCÛãc×{aïW;Kæërot—¼^B‡q2oS“^œðÈØ¨Í!täBKîÝ™š¬[Æúü‡3¢Ì[úêL¿åö€ÿ­XÂF/vÃäs-ÂÛ"äYÆ!aK9‡PßNO‘"o»¥¸R÷Œ€½#¡f{•´ò#‡ôÐ,@.XhNº5Dørz¡³"h±³ò­±®äÉî³Ð«jh°M2À˰w#Øä?Éï@‚Ìw¿Iˆ 7ÌýøhY3&¼ }v¹µ<ü_é<²©®0@_“ýÊ:œÿu¶9çá9ûÞ\*å@OÌ5'ÝXíÍ|éP@c·Ä¥Á摲P¯’Û<±ª6ï©”›þØ«ãp-Õô˜˜ÍAÄ—~øó*ú‡†u+èˆ1rò;ç½cŒ^hƒš¢¤]c’/Ȩ975¼ÌÛ ¹›Ýð¤õ1JNƧ;ljIïonõSÐûzaõzÖS£0úÂluÂeó8èÇ“â™á°{™©o›`Ÿ¯þß– Ó«'”팔¼Y¬N¿>MŽùKIŽøs­)óþ‘‚˜kê€Æå|¾wBPüÐ+<·Ž]ë)Ô â.µ”ž‘±Cnxg(H·±idq„š³-Áfþ='¬ýià±þ6Q*í“åßvÇKþ÷= '€©blO1 ­JºGE/]ë,}£$ßœfÆ]E~:5{{rŠvc[\–òŸ-^ë+æÉBWþ·Cäõ‘‰Ã=4癬ø®d‡›oÍ|¾§§Á]:6Ö*§7& ŽiÔ«g}5×ÿÅZb•æ”#³ZBùáJõ gW¿£%¾¹bÐ×):Å¥ÃæÎ3 v-fUÐÀ.­°jm„‰8Ð ¸¾~x^ngäYFñ±K%Ï5‚üû;£°y5S•|s¶&ù¶¯‚Œ}kÐö XøËÞ–± «C¤XßÞo¯†…<2Q ¿)¨_KTÒá:s¬øµy åÑ0ÑËbxš±Å×眇´Køh¯Š‹±K° @.ܢƜ"Äü±9ALeg>Ròrž:FE»£ø¸Åæ¢gkÅ614t¦.㞊Ÿxu©½äÍ}Uµe9Ûš÷t¡«(h¾½8h¹¥ôý. ·ö§qÙÛ¸øíJÆß³5ÿ.ˆZÝZÙl{Á£Åöì{K-™w½ôÜ6IÊØÁÇëkJnvcÃÝrFÙö"d­öQÎ?¨/‰8ÃËùt¦{Í2@Jå_RßœV‹òC§©¥ÆÆT¿¦ò×'ÈqwA¨7g¬ý¹¯øœ€'0Ë©3Méþ‡z6õÇ‚ Ú©4º†\xà«ç,Ãgm ”¼òj¨¿…ÍF6É¥!溧ٸ=)ß5…Ißì)^é(0Õæß_éDÒó_ -¾Þ\é†~³ŽQó¬c|„sïE'lv#“ÔUyþÅŸ~Wòs¿yd<®KF-™æG]4Ôf<Ûè- þ9KFèÙD»ŠQ6~eÅ?õi.‡Š˜¿+FE[‘‰€¾Š2:¦»4À(,ò'&^ç$¿:9Œ‰xöŸEf•[IÈÚè+~¹=TòÁ6JÙÓ Rÿ³É`ygM3ŠŒZD¦ÿ³Ø0~ e-Cy¯×{“o›‡ ·† _Y §†G±LP3 -6Ô!£uB¢þà§8Ö]~z‚q~µ-;ðPMÿ½ÀþX`2éŽ+ ŸÎÑn &wm äÝÞ &sW -54fú–Xö7 Ÿv<ÒtceÀÊ(!É9Û8î]n™ù{™ÍuOVo´§ù­´¥ù-´¦=pj ©žBñúXùgÇ ¾Ø»R;òsíõ’«|µÁ÷t¤CC)òxµ§e£Çh¹gùÜÃîPÇ%8¥Ì«¾Ý[ðÔÚW´¯¢WXF0á[ÝÈ/Žq\’K†I4E]\òÎ&4¬’”·6IÍÞš¤ç»4l´}ŸåÖ#’œº²Pß±o€Äy5°”# èE²´!Ó_)( 9еŽÚôÀY«2S~SÍN¼¢ãƒŸê{ñ± ðû3ˆ¨®qb¶©ðÅöë11ø¬NUˆ<;I‰8·Ù]üÓȬ B>la’väL˜MÆ…{Ä,¢2Ü2^ðÞÐrg{ñk¶ºù‡I °É-Öù´#F'9%¸4»Щ2L¢yñíuÂFð±¾g–{*^o‹ )+ÔT9¯ÐOÎH¿¬ §_Ss ü{±±WGÉ ×Wz!¡‹ŸÔ‚´ëRVêƒQBò³Õ&ð§Ÿ€ø¥g ÷g˜˜Ùþ²šÆ´À_ó\þ¯%^À•­Að«­á’wæQ@‡O–ÿ\àpêñ1AÊÓs¢ä—ÿih‹ãV²¼ÓÔâCçÖà2ZXʶÐ\SÁ‡F6ó×|m·[E­\ïÍö·Ë*¢õ4$p-0ð?•ö)Rþzô‹m’â{¦¦r”šéÀØSCCñ›µÎ‚§Žñ¢ÏΉŠÈݱòèµ®‚÷ -VÈ9—´2Û÷½ðFaÀF$¸Ñ×wh†\þïÒÿúæ48”Ô -]cÁƒ9cŸmŸñ,´j½À¼:%0 žóvFʾ¹ø‚ÿo›Jÿeºհ„£evÍþjäpžŽ=𴍉t\škš}p“CF(ÐWg?ÛRò¦[ʃ,¤’mÃD¯´fÜÞîÍ~d¿^jL¿kAŹgX¨uÀãlT~tN¢âyÊv¨©ÅÀûè=#›ð¿ï® 4„à8—ž†qénüá?KÕ½@žwï“–*?ïMSð?æj»BÑ oKY÷ç»ËÃ7ÅĤqZÒ¹Q¬ïyÿŒKÍÈï[ƒ”ÜÝ1Ø£$ùúÄ¬Ž C¶¼tÌðhv9¹`g"çÅbGôÕ™ºð “Œ/¸å¸Ì}#àw\úr/äã!À›^ËöÔÔ›n—¼Þ, °Ã¿™Çp‘“Ü|¿)AîƒqZ馌×6”=@Gœi.ú|¢¡(ä-éù1%'á’W*£_ž_ïÁ%:¥Œb¯œî¯žoM}:Åþ~k„rΣ…$ÿw­ªÍ׿£D§lô–¼Ú({³7Ëù±Àb,²Y>ïlS`RÍõh€Þ‚¼_ï«|·Öý¾;‰M³Ë b\Œ¶®øé:îüî(4~ß@®Ô4%ßS×E^4´f=íÃGÞéE†ß¸ ð˜xC7<þüÌjGáçÿ¬±¸xGRbÏí`† -õõ4·ÊèÅ&íNs÷4ºy±Ô~2ßRøp’žv­*ûó_í•!7,åÑKýeŸ™Ÿ¯mOà‹÷44ØZéÇùð“Ùö¼û ]Ywì²’¿æ¸œ=½€³%¡å¸ÔtÈÑœ îŸeA½WG.35d?šfg\›k̸3ß•±Jmˆwn5 -¬ mµ#ß¿ðGwùÛÓRbèïVüÇ8,îÿ6¹-f¬LXxÖ<€ÍüeªmÿebQ~1yGxšy,ç©%Îo¶5îگŪ&×lóøŽJ(°H(¹?fEíGzù§‘‰ÝŸ¦»e•‘›ý™;ãE_ÿ^æ7Út¢:‹”ƒòšªªXšã¼¹eÜŠ¸&LücW˧oL“Ó”R‡Šî{N'dˆ¥­ÞÒ×›]97ÛÓ8Æ‘)¾{8šæ¢ÇÃÔì]±5މÝÇÄl‰‘¡f <Ô¦F'¸ „GßÐí56OxM Góõ?æùU¿x|à•¿ŒÓ;hÉiB¦UE+¶kªX›cŸ?ù2ßTþb¡±ô‰N~c¹­ðƒy7ßUùz®•øus@T¶Þ',Ûfƒ×G‰ñ›€\„|YÌðêI`Àë“´ü]£Ø­²jl{—`W¢ã<€zôÄ‹kžÀ¤úz­º´œSÍFº5@~k™H_¯®£Y2Ä"G̶=^éC›§˜•“œò¹6jÄB#3j¶ -¨ ä]Ÿ %_R‰²Ÿ©ó^tâcÏÉ8à÷Ö1JöBGécmê]ë`ÉçŶœ³ )÷ÌCÙ/g){z\Îú2lSŒ‹;0ð™ûîhŽM;˜e’Ü€_¶*QIóÝyÏl -Hô®Š\`›`UxUí#ºö)à³ WË‚VrnôAß]Zë…†,b¢ÚVZ‹_ÌpH{ZÉ5Íp\n•Á“zKßLWåÜûwÞ׃“-0Ënõéc=›öËT×ý8¼Àÿ˜Åèèµþ² ›Ì·÷‹O4´ ¿™%¤là¿÷¦•^) âž`”[‡° RA­bÌ-§’…YÀ$Ëi7­SèDQûólúÑ›yàŸG_Åݧä9Ô|öÎ$ìÕRŠmrDüjoqÐVôëF_å[_í.s?$j‚‘ôp}‘²:„Ë33ŸËY™÷ÌÐȽ)Tü’Vâ‘Ñakű‹io—ÚSïhÄ}»>P¼ÖŸýx}0ãé\sƓ푒à–ð ŸšöL,Ö'óm;!õÅÅúÑÃÙªÚ} ½Ò:û²PŸuOÃõÛ(øòï*¯i¶&–‡:fêzWë&ìrjÁjü àSß® ã<Ü=Çaìùê½ë)eÛbL´ye'¥.ûê,5fú-6§ÝUrÂ.Í5¦Ý[qJøðùnX”\˜|s}âRò~ÌÊ~ÌË÷踽>×k÷MU¢£¨îçBدÞÏy–†´ëPIN>ת#æèúQß{ˆ)·vF(9Ûƒ¤$9-ýZcAÐñúœÀrRÄÅí®¢—ÖqRŠ¡Ÿ”ÐBÊ|ÐC޼±> u)¸8šKðèyû\þŽð=¨í)Ì*¯áÏõ“ã—† ñæ)B–K ä…‘ô÷"©üŸ.ïÈ$c¤îÍyû¦º®“¨Ækdœjl¦u²$Ø2Yf“sRNÅÆ(%EÆ)»ßƒÎ~Ô‰½ÙUùW$übCIÈùa|̵YQÖ]‡˜š9Y jBÇ\^í#æÚ¥UøÍ!lôöXùG§¢ü«UôÌ SÝ: -Ô"£#kúœj¥KO,tëPéN&Ï®eàwÕ4´ÇÈamI± [þû£ø"S;2Ë6Å©°MúƃIrNb“,ƒˆåd°T˜ÿ˜_ôùüZ"jc½Ô]dÀÄ­ Âæ»óÖF‹?íHQq@>f: ßåõyÏÎçýZ©î;òՋԋ̾ڒðó,Ö*'Ì÷¢B8}ìÑs8û&צÀ¥Ï·g=R°/Ké)ÚaŸÎ™šÓ^ØU”òVö‹vdä•C@»9tt80~ÈÿöÚé¼PqÐã” ³ŒU¡•?[íÇ¥xþöÕP÷j™ðí!x°¯®é4-êl'üíc[ñût½o/ƒLíyÁÿ.‘98t­7í…®.ó';ð7~öóÓæÁüÿÝä6쪉à- "ðw@ÜòX¿¸ü׌V°ë#é!+½ÙW!‘ÀxP³\Žk†KrÏpû:õhšMùÏðß52êh[é/ÿ´1@ˆ°•éÒÕµ¸tU<·^Xë5T ]Ó\²}’Ph$²GƒÍtHá –‘ÊÏ–QÄW@g¿Öׂï/ÔùjÍýgø)÷V[rŸ[ú ï6{Г‚ä{ÝØÏ¿¯tW„ü02ñ?çÿŽÎû-Ílí÷³gOÉÌdj2“d2©“Þ«IŒšÄ{ï]Aé½wP쬨H—¦ôf¥ -Ø5ÉÌÞûÝç:ç9ï\x!,ÖºËçûõ Þ»]‡+Û×küð$GåE{_é«ã ×A¹aŽUqY+¬ºµ£X×ÄÄE]3bÊblYx[¢ëmyªê¬ºçäŠ=Ü®ˆ_Ta ·‰­Ü ßÑ ìW`rÝcW;Ë4@[ÂTáÊx[Ž­§öùÊ((ecœ”S7娼YVùŸ¤ÜëÇ@> ëˆ5~¡<¤%Õo›™¸Žõ)É5abh{í•k`í’„€× ©*0‹HÝ·¾Xjy¶:Õ–åW2@òX¡"ñœW\ÿrKÙ˜lÊj €-¸Æ+ªv× ì™]¢€¢Ë4ؾ]Øwèà^>röÌïÛ:ömžM`ý]â–¶Áú;Ö¦‡ ª´–tVÎÌÿ3:G« Jௗ¹Ù§é©?Û»Knz% Äq\Ö)§ôþ ùBJd¡s¤þŽS\g3ÞßÂHjt}ß"þ¸!ÒìØÄÐ"V‹Ø»¦!ùG7·k{‰ ÆÚ² Œ7Þc{ßJò¶xx~¸Ô5´½Hn«P¹«Ó Ä¥îÊËîqXRHMl8r²:|Tµs²=kÛÌáx£±e2ff B‹¤úà;‡v~×¶¥£wËÔ!ði(5ÛûÐ,èúhåuÄtô6ï©À-e”{§)ù>®È6Ôü‚X|ÿÛÎæWgvt¸ö˜Qä—·¾õN4>³õ—_ñ+1ÅkrÜ#¥6|Iø`ç ·´˜’--À »Ká¶ŽÑ^¤µo© À¼´mÉ0ï·EQ%¾$<ßžní-ºdì"¤õ´dþ0‰ÊúyQPvužZpq -‘ujŸsÚÙSs30É6õ€ï»†‘YÛ.1¨¡¶í-3I‡NÑĶUÐÔ‘ê|@Œ÷N¶%mÎ#³´ÂÂKÛJl㞥³?~&$ÇæYEõW‡@o¾U=û\Å(9C¬HøŸ{÷„½«6)¦BFՈ쨙˜¥¸GJ˜É¿jH/O®ô×<ؘÃh…Å, Ê.{‡[^:7^×¼üßøƒU½¹Pó ¦C”þ Äé¿=Sÿq±¹{Ê–äØ\í£= $ãÐLE13 „çZ{kþôKIÕAaê?ç7¦ýZóúÆI~Õ›í†+ÃÍw³°ôxò÷cз§V†Ðá9xEÜüd^ðû¢°ú†K{©ëj{æ+¶ ü_V" b:òÐ̤|t°¹Gvfo Ý6b£ztiÌ@j=r‹föüC]™f­ÍÔ=‹iÀo¶uˆ¼åAXZ,÷²¡’â›bT¹z[J©¿ 6½üEŽ}w~‰•~Ö?јp°DBh*˜O NÑZŒÛ&îÈó;\õÎ2ºúh…JŠÚðM9âý¹àJO[òùÞÎég¯ò°åx?ï5qÝÃÀ,$)ªÅlW k #ÒN¹Çš“¶iØrMXŽ+  ŽÚìG¦lJ±•»€Ý»ç MÞIxѶ‘ÇØYâÐwÌ4䞃Û[r›‘Ѿe`@£K³› ,š”P3±È>5¹vQz0 -Ë?;Žxÿ‡§¿æO 'ÿÏåÞê”õ™ö òÝoA%¤øÐJFZÝí Rœ$Ò®ÙœçQlÁ¡]зgŒÔdTü>fÄD‡´ÄjŸ–Ú˜c×&èòwߺœ\»6K¨8pö/îÚ‡–ö]Kÿ[Â&í,ÑÚ<€^\URk”ÂÆ[KýÀg8æ1h厖 Ía2“Єµ±†[ÞþªK:VÆÏZNÉ…fýÉ·NƯyýGp‘¹1 }mën¼ájºµ.©¿ç›®¾•a²}÷ʰ5C¸·gcjLclip.¨ž.vuì,q™Çv~羕ÃpM"Ó½“x #‹#j\uPO[„÷Å–ŽæÌ­9D–{¸ô¢G\~ÙБufþää öõ)!õ‚w´á•y ô´œþ³«‡Z•Šp»Z|õá,ÇЖ¹)mx”Õ'ì°ÍÇf:6¢Á–õÿc'µÿxü×Ãüeã°Ž–HÏXÙ­Uqå½µ9d6òæ·réõµ1lªwüÈÖUzÁÀÍøuŸøSWó£¹E7?_¤^3+o2+^Ÿñ T?t 4¥z%€&–£rÂJRMH/© ¹²Æç€¾…ïêù;‹Ä®Wï“W¼Z“–$øš“·M7ºhøm ÐÀÞ€÷—K0ôÉ…m>´B cZhæ>ßw‰Õ9T†w¬=Á7AÌ|¹4¼>ÐcË6'A‰ôÛ3S¤œ+JÀžg(Uo|“Ôº•qJ‘sþêÀ -0¹ ß~dÅ´;‰íÀg è -ygÙÝizö^¡$¤e‚J4¦e‘£ -DÍ–’œåDˆr)½øÒ(6ëöÊT[ÉÚ,ºÈ5ŠNòˆáÉk3ˆ ¿œP¼*Çë±å5ØJ…¨éñ»âyD/ìÜ^tÆ÷6q²6¬#UÇÛsqø13Ÿ¿<ŠL3ô·¿ -xL¯ŒR=O®¹ØUŸúSoý«ïÖGª¯m+Á{úöŠ!ôû3ooŸýç|Gyú¡ƒI>°rh~%²ÈĹ€¢öe`¾þí®‘Ú~`á°ãÐ<9µà´mú*bâó÷]ü=[s’ˆƒZ›}†½1OkŒpÐ ¤øÀÁê:r˜þ^ŒÄ{W…—H-». -2¯¶ˆ+1·¼@æ=þvGϧ„(•ñúíþqè‹Õþ曎®š‹Ë]à›£”ê3oo|1…˿矅§ky…¿ky¿x†n¬×ßÊ›_im;F.Þ8}ßš}ákOOSÁŽiÜ5¨ìÝÇ.6ïÐΠŹcm\"á5=bV%Ÿvô¶æïiIµ[3¨tÿ>Ó5fµÝQ‘~×Ñ›n¦eöž–G排ß}Rð+¯¤á‘w´æI@ -Ï9É7×öÖ=ÕôPë¾æè¡–è9ˆw¾ ðë#3´­%µlɈÍ—Ɉ:~KÝžXhIØ×c*vÔÈ¢Y)èÿzù}-@|×ãªÖÇ_çÚr×çQ¹]ð·¿K)e×WFÑ)ž¦Û&^Á%9ó`?ñk_ü8˼èèjz(Æ\*}tþ³•Á†¤=u\ÃÀÒü³Ð·îá–‡›Ó5wCŠêÇþùºÇQ¹Ö-iÍS±qs–vdÅÃíXØ‘ßòÑElûà"@£zXvXÕúö“É:XâñŽmCqÙ_"C÷ ˜ŠÐèµs üº–•uvU}ãš@—ŒSòoè:Jïúç…ÓÄÂ»Óø¢«€~ÊÜÓ2 €Æ/÷ŽÃ“Öç‘©ÇN*þØNÄÛñm‡6lÞ×µSÑ¡ø¾p•úi…!ðLB“=㘬ÿ·“N÷M6¾PÞý¶Ì+¸º&=ÝÓà+öôÄz·úª­õ*¢$UETÈB×hÃckoíŸ+ wý -pbHK¨ÝÒQ0±%m}X1²é±e=¬|ÄH…zèÀk -Ô¯$–Åëú¥aE -øþ8.ÃÑßöLŠÊüqüêTwóÓßùu/ô´¤|߃,MvJ1íQ#¡Å¯@—…iˆ‘Ú3š#ñz¼Z\MD‹+uŽ·¼0õÔ\³Žµ¿ÛZæðý,ÊoÀ4Em,FÀ@ùu”æ€‰ËØt_HÛšç.¿ÓÚ]ã8Ä_n–ðß›œþ];uì&"bzXÁ …7fÛ2u½õ9AE\PËB ŒºÍi\¦³tk_ðÓ 8ý›¡Ö”¯æáé¿lIÉu«S˜¼rÎñ¶”m9:;¦D¾ßŽŸTÀ²7ç1ù–QìÛ |ùõð ¿ïê×ÅìlÖ.×äö]3‹5pˆ/ SDõYçVzÑ *J“·¿îÏõQèSg/è–žRö‹“[~64 ·2Ëa4¾ù¥œz~[GÇëJD4°4¸úÎ %ë7 >ógçHÝmŸ–2ΪO.I¼qRFL¿ùïu‘bIÀßâ÷]åkx¤ëÌÿm}²ö᎞Ú:Ðþö§åŽª¬¿íÂÑ€f?4à«öt˜â˜•¾v €îj;[nö! -ÏMa -~Î1Z×GyékêD&®à29uŠ“N -Ê}žnÏ\m–^ŒÉa;‹¸ú ¦èȈ¯Ž÷¿Æ÷ÎÜWus©«êvT¿†! *Q…ž©ÆÇ»ñë]dñ‘Ýðß5 -%Þ_;¦aÂõýãÛ!}KM®‰ïûðô•]6 Î/ñó/ìh15š¾Ú×Í7¾äW=ÿ~‰†ð Ó\=à»+ý {€M?ŽççØ"¥9¦c¶{¥  'ý ôþ/7àƒVjÇJÇïYéÄ­ò·Mð’Õ™–ÇãÔâëÐì»g‚ñýlLËš¤)É?Ñœx¤‡ú¦ë_YD…WÇa¯¾vA_ ¢rnâ -ü g]:0㡇V\ó¡S<¯q(¬ÅUØÒžÝPRê¶õ,̾‰…ÿè aÿåer?Y)°#À÷×'ªîE…–úZ_NK®‰!ißvW½ú²«òå‰Þº¤ŸÝý ‰ûZ -d}^²È+»¡fÿX Uy,#¢€m©e[| Gn -ñÀIÆì8¿[¬¹çšn}w¼Ú­9p #&&6¼Ä¥ÅìôxÏSðGá—·å÷CRNï›ðÈÿÈâ=§£šöÌÀ\óÓµ‰ú{û&dÕýÜÑQ²Á[280K-]A§˜Xå¿Ï!ÓO訙?„'êžlŽBÒœ= ÷–y•g£*\©{¼þ…s¨â†{°æ¦s°ôêÆXë³Ø<µú/@ã}rSé»v*&j¡!öílæßÀâ3ŸÕЛvT´úC-³íPÃŮޠ߮ô`’ƒã¬J['èÞ<:ó#§øO¿üš–UrVϯúÃ=‚ÉŒ.r1äS Òü ðô-` a!¾‡¤he“/eÕÞ&–½:eî®É9ru͆Ԅê•qÈ«M)4uO¯:\ÂÖ‘å[r\…¥·ùþæ8²ìÈ,|‰}¼Lí,â+7¦o€øpÛ;†{«!žö¶Wþ:Oj¼ßÏl<ƒJ>1Øúì‹!hÒ7³¸ÂÓ€úÃÑÝüÌ8ÔšT‘pù 䛫'4(€W0Õz~Á™)üËoÍýi¿YÞŸ^¯{º·H…ì/wˆ ½Ð”Õ)dî'À^þŸŸÆù¿~ûÖð°Odå®–ah¸G*~õ.ïé‰Í9äÃ2w¤¥‚v˜²Íqpª‚Qx[ÍÍ4XÆ/;2hvHAl´v4ÜO!2crbYT‰Ê©QE15¡mGKhÖ°²~Y7¿ý°Ä¢Z¢1¦‚åDôè²m#ô—S0¸g¤A, ÂÆ<¥eQÐübGGj80“Û7'ao–øå5ìœSƒ7§%È´?Ö'ÀÉ€Ö*F•½þùÝÍs_MàËžìrKyVCÞ†”àä=˜[ -Ј *+¨"V. »:vs¦-}g[žƒ¦,ñòÎK Ï¿7vVßîDä]-xqí›axî¹)xÖw’–¤/u„ôïtd@ C_}ÛJ9-jJ>·È.½¥äV=L¹~ê³æ·7¾Û”ã¡ÞYøÛù–Ä]3ìS£Š]SàÏ|kò.à·ÿÇÏìZ›jOªéè#GçØK4ýa½Kýiƒ;òÑMD1*0ÓôÐ'…¼6vWß^oO Í"Ó}’–—þñ¦”Mqí«µáÊ'{z&b} Ħ Ô¢«k£H`üU—U„ÜgÚÓ¾“¶¿ùFŽ~ó­—Î'n~`«À¿8ÑÛš|28ÌËÚRMü«–Ž‚ai὘¦üÁ¡Y}ì`±>¸âç é¸#3›¿¯~°Ä!íëÉ;JBid\níj¾e¶ÞS2ï‚ÒOö7½û‘Wñú; ìýÏ&Néå­™¶¤˜Sî›…æmÎò¶´´–˜GÞ_"4†äàäE^Þo -FÆÏŽêëáYD澑|ÕÑÀûF}ÏÄÂÆˆ÷EãsŸ´èºsà‘IhÊÇ%&îÀÈ"dÄÊ=‹¸gàÓüs¤Â5@s/w5Ü_ä7ܲt·Ü^Ã_nÌÒª ‚º+*FñùJÑ-Ç@Ým Ý0ð*Áé¦!X¯ñýéÞæÜëa ìj¸câ×^·ŠZž®µ¼Üš‡¼>Z¢Bâgt ¨°5ó;¿êé;õÉMFÛ%Ç6hΑ– pb±»ñ!©ìÕwcèüû{VwHŽÊ]ª¿á¨¢¾ÿ‰^r÷:ãÒçÓðçßm«a¹ÓÜêGôêäß]#ðÚ-5©ÎÜWrEI{ù³÷à—¥ŽW¿zGëžET¤öÐ"НzvnùþÉVØ‚x¿ìf&yO) JÁI6Qé=3óB Ðí“´’'c˜‚Û1- V¢KBRØ[ß(U',{,Åfü¦çœ]î©USQJ~u¼Ï@.ÀhŒ¿WØ jL ÍôÍ4>[›n¸?{r¬ÿê °“Òß7§ái!6?8‡.òcò·Œ÷8ò­®£ñ†w›5OÈ;ÓUýü«EzÁùeaíÝõqx&ð»j}r|™m¸5EP÷údKÊÕχÚß\Ž¨Û‹Ö¥5 -pöމŒðkY̘Ûs¼Êý÷&™æ¯øÁýäéÓððÝLö¾›‚=°aj¢ªÖ7;‹¨Š˜ÛâoÉ)± EçF¾ê®ºÿ9öÝÏ!9®Lǯ¸0{‚]ùøóiRѯԒg'& Ùg,Ð9&ï'#%ç'¯ÐÎÃÕw‡1É?±kÿs›õëædÛëUqý==·øO“°ä¶ORöpoVtdgó]3€ …‰•!5µ.¶ÈÁîyä-%±<(E¥ù§QoÝ_Ù{Zïô´f|Ï*yù……×úÌÀl¾¡&Ÿ6° /X: -¯kÙÉdä„SË…Wc -ZShöMCSâõ1×ÄÍ/×ÅU÷C3U÷ÖG‹î‡¥õ‰ÛDήžÒ|`à’Ãr\qlžy¬ÇÔîk!¹Q ´xKÌ=^"·FÔØ iÖl‹, -¾YR±k°å¾†•ý“Œ˜u`§ß·`oÆÌ^ Už3u´>H镎îú›ÓÈw?ò«~Õßøü¤STÿ§wùzs‚Ýâ™ VKp9§øœà §)0‰x‘ÁSÃJlé&`~ ¡\hË$9f €ö,Ø45ø`[³¿Œ«³5=Ð k¯¯Ï ‹?®ÆÃj|ùÆd[ÒšþÎ;†LײknN´gž6óËoEU„êLÁMi÷O.vBJ -Rµ–—ù‹Š‘rAÃM{èÎqhb`—ù¼À" „®xúÛ$9ûÙßçÀ äOm|Ÿ{Ó#gùE=ûýi=;ûÊÆ¾ ^üò*/érLÏíñ-–΢+³è¤Ù¥·ÿÙUyçsOOÑÕ}®Î¯¤5$\ûšÕ|çÐHÀük•-:¶ ¾™ê;+â’KMë»N^WXKEÌÑ‹®xÅ×>ÚYñ½Ã m=¡: Eeû§ao¼#u7WÆî­Iñ9„âßÁ³î~½Ü_û&ÄÓõiPšs°ê¹±³üúH{æ÷ŒâGÿ”‘SÏ„dÍi[jx–OÖüb×@ô–HüÁÝ«ælâÈI£yàspƪñ¯Uá´_E -ö–$º)ø#/»ãƒ›JØ_B—~raÇv4ᆿµ¤ÆÍ9\áÚXÛ+§ðª–õþèègªá”œRQ ™Ãÿ"eœ@d<ü§ _~ÃÓÛúPPóäkR€}=ýMûû ŸM"_ÿ¸6ÞòR7Ps«òò»åŽÆ7GþÐDlÙ”ÁÞyg‰å ³cf‘ƒ:Ø0M–2K/­N£‹b:>ª¤5mN"ÞZ…•çMÌÒ_¥˜÷ßÍ£óv÷!_Có•ã -~³p*.Ûxå½}7FšÒB“íïýÃí/Í‚Ê+Þžæ‡{sôº˜Ÿ{ï“=QÿÐ-Ê;´Ðüî_Vtžºý}h¢5ÑÓ_w#:¬Ã(,=<JÜQ¶¾ ÉÚ’"ŠöÔ-*kWGkÛ51à>9¡$0G­ðO±ëÍ]•W¦‰_OÁ¿Y ¼ûUÏ.:cU_âÙsìÕPsúIGGÓKGí“)hâI3+÷Êú`c0¯o´Â–[ƒÈ¼3¾YlWÏ%[zÊ®¯7< ÈsÛF\í®™ö-*]XBp–þŸMžä¯N×®‘ݘ!ä˜De—Vý¹·„oÙ·Óv14!¨d‚Ãên^HÕIQ³ë® Ÿ|ƒÉøã4íÜr_ãmûä}PÅ¡lªØµYdîþ2“wìà -÷Ìl²[ªåWÜZÕܲ 6?ÞÖ39Ýã‡V9¦'Õ‡ä:¿Œ\·!Ååæ)•ërFÿå©A„*ß5uz§ I3ȬïGšÞ|9‹ÉýÕÞ]u{[ Iü¹vu–RÜüîù7=ÐŒGFò“‹N «á™{FTݱ•ˆ<´PáéWR”¼º»ŽQHæ|²#©=¢GælH!/ü3 gé–Ç@šHÐ]9¬Ä7^ýÄ5\yY#¬½Œ)Nùy ùýO*BÁ¯sÈìSJ\Ñ¿åÏ|É/@:9%¨Iü†œóäË%aõm³äµèþ—ðÔ߈j^ü  ½?åhº˜…¥æ²üÒê×G&hßÄ¥ìèÕ@Ü­ÜÖÃó²Ö×+HB(~foà°ed“_ÖöÐ=Ј¼WÓâª}ÓÍIë㉛smIÑElÉö"æCæLò÷Ž¢Rôð¤Yzãã%Qí­5qÅÃð|-À# ì™¯ãôÑÅî›éص9rqd‘ÚÑ¢Êö-dä'/Sph£Ë肨‘PÞë[ÀUød¸rÿ<¡xmývm -’°£%6™ø¼˜–… ,Ðë}s=¤)a›gŒüÞ1{6GÊ??‰NÿÅ+†%æèU1µ1ØdÔÈDÅ–ü-=Ò`ýrdþŠô4ª#Ôo/1Ѐ;°aû6fסn陨=-¹YÇ.¿2…ÊùIE+9í®¿S óÍ ¼s‘n'li•›2tfT. -ë YÞéÖW~¦h×À„…¸²ø‰C“³!mr>nò'>¹ãÐIgúÔÄÖM5½ecŽXË?¬wÌGÍLÊžÃùäI?9…ƒŸllú‘•IܶpkRRž?ÞïPF×I¿á쫸bŸ`Õ» wô¼Æ+jFů˂Ò3ÞÑ–û«3Øtë("a¹£õ†gˆWîîip‘S×'±iö¾ªËVQɹõѶgûFzû¶‘P¿6IZ†¥;xvog™K‹™ˆ_º½ÌÄíšùÜ]‹hh{™K *)UÁJÕšîè©¿«ã—ŸŸ&žF×üB-ËøfVxYA+»ÔßüòË xâ—¢†§ŸBÞ~£áÔܰ Óì#°ñû<Ìê7?»úš^:úëî|ôÃ(,õG)ë”SyÛ&½ô`Þj» Ï1E ßP -^Œ. šV%µ·|“\å׆@¾iyò¥±³æª„Q}ñí½ Ÿc3_þè€>6 ê¯*påH‘%ç(yÏ¿*xþ³œë§?«ytñsncÊW¹/®~ywçsW70=µ·ÖÇjoZº -.HñI'Õ׿op"<ךº2‹Ì›&d_¶ˆª^ìÐ==–ËvTآͱª› -JÒÏŽ¾ê‡A©RŒ©xâo-òˆ“]õ ëð—ÛÀ 6&›ßªXÙçzŸ}±&&ç.u£óÌ= Œà$YIO?/'%þ¼2’ãpü~[ yï.´.i[ÏB[†1¥!%º` ð¡ ÛøÑA„[qŸtB`ž0ÌÅõiXöކ ϳ¥¸ä_Äœ+kÃàß$aC‚I Î ›“¬êà§5(â×§ k“Ä‚Íit eÓWƯ}3ØÌØ"—°*Áä€ÓÎÊh¥¯ŽlìŽÍiÈÛˆà:+‹´½Ljö-´&mHm{.gežøH#ÀаÀ ¦`c¬áþRGÆ%ÿLÓË •啊&)*¥+Sð×ûV -â“°ûL©[ I -ÌCRÃr€䨜]±ù¯unÿŠl®*²H¬Û7Ûƒ,xßÊbÛÙÌC »g¡¢}*|Åž…É<°±ÙŸœ\áßåx™Ð¸­%”ç°Y!ÀŸ\Cˆ#¿þÒÎ"¶\Ógì‚=]'ØÚŸ­Š›ïmL5Þ÷JšYêoX{[ny%œJÛ0¯Ü5HJõÏÒ*Wãû¶GênøÆ[Ÿ„àùA5,Ã9UÏ2ÜôhÏÊaFŸjé ˆŽ Û62 û¶Î‘#G×düÚ– ×è“·§‡µäºõi\^@ŠNWqÊÏÀÒNô´d|¥¥7]Y¡-w#ÞL¢s5 [Ÿ*Ù­/Œ§>).; 'W­Î@_ èiKtw‰©³ù¶–]wˆ±™¡YxfDN® ìä!¤[G°)ºðK74qGÃ@.Å÷¡õ7ßs5=™Ä¾¿0G)»¡ $I8ÈÛíïNŒ¶UÿiÆ¥M“*ÎpJß|NÎ~ýLú“ SŸ|M}ù¯4í—QDÝyD~êINUÒÉIböûßÏa’˜Ç'-F$;É8§ç–Ý Ìá+ŒÃm)ðŒ›_ Þ^ÿËÎî<¶°Y¹xÿ€Ö箞¼ß4´ôßÖ&¥Î)bqcÚƒ“¦¾Æ¢ÃeRË>;]=u÷œ‚K£mÏOö7ÞÿB†Nþne -ŸO©}÷{mÊõgñ¹·£2T¾œ°³I‰Î×¾™#'^ꪻõµ†’ùGà(\i⓸œ„#‰ð—‡NûËAhÛ×#‹# -ð{%ûÝ…iLêïîñÖ7£„œ{Ä»Ó2Jæ%¹èîÆh{ÚŽS§®JK-¾±9Ö–·¥`Ìýð¼õIB9°~Ù›ÓÔÚ-9­9,øúA)3¨Ôß iWþ1H½ãå»GšžEuñý{,ê®…†4b{‰E i(05·ôê¦ñÞ6 ¯ÑuÔ§lN6¿Ô±RÏnŒU߉©€ï7â*7¦!oz»!m|~`!€‚rd¹còÜÚÓò`sšQb«vu Ü;›÷ï îPH ψh°å‡V:éƒÎúËÉàÿíe >¹ÙÜc‹väf2?®pþµÆŒêpչؼÿx8‡:BÝê(è™w ñöÊ øáš¸íÙÆdë‹c+¡Å2NÉߘ¦Ôì, -èÁ9Vƒo÷Þ9XwÍÞ[ö»³¯ìü¦‘ì g›z1Ï=Cè×5é=3ñóO[: Ïøygóí1¥uÛÀal[xBëòYŒLŽxÀ¼tíÙDâC;‡h¦¢Âºöì-€96Õð|%·ârp–Z¶2‰Ïu ¶¿4²k.® ¶=Ùc3¼#m/üÂ³ë“”Šª‹ðYÅ–¢-É>PzÉÑWt~}¢áaTK¨ -/ÒAž1èóÍŸ,Àñ5~96×+né?XŸB¦ÄÏVíYØ=³€·±@® ©9„˜ŽO É©rFÓÒ§T=BNÑö"žº'¨Åf1%g½)Å·^™Ã·ß×ñ¡Ï]}èTwò…E¾¥f´^›FVŸ6ñë¯L+.3 -ž˜nÏü9¾nÎqtÚšŒRéSpa+Š.²z“ÜÍúYͨz¯¹ænzl—ÔÝpÇkƒ^E”ÄÚÕù¦nXÔ$•Ÿ ȱõeKÒª¸òOSGá¯hò׃-)'&áé?8úÚ¦(e­I?<9ÿóg¢º7g·faé¶ŽÂ+NúorÄãÔü?ÿÑ zsRÅj¹¾ÜOOk|÷øsfÅÓkÛþo¾çžÑ03~쨽õ¹QXñP?Jgß;IÍøå'3õÁD‚êIþ¹Ö7cˆÄØE·¿Üþ‡««üÞ,³ìqóëË_Ï“óžïšhИŠÝ¾&¾Óñ²ÎŽ€^}A+¸õY|ò¯ÞÑêÇÄÒû¿(Ù/ÿöð‡>®ð>¸¨Ä#¼4¨‚½_꫹>ƒÏ:é•¢rPe¯ÏäÜ?ÿ…G*Û–·¼öI*¯û'ªï¬•^h¾û5¿äê×ZöÛ?£K¸ZtáÃï™~2v4¤|4s˜Ÿl<Á ‡µk"âzDé–ª)á¿Ú‹¯yqœûàZHEÀpõªŽ==êÿ -ÿõ³-°êõ©’ë[:LË@ûûÛSøÂ»ÓÐÌõ H¢žÓbJ÷ Èü¿-¸Ú€R3[} -F£}÷&¬â´EÔ€F\ úôØÖU~UN+ú]Òžù»·é±_Nzî¸îk)‡& -øØBE|°Ó);&:fuZá˜&寫ø” mo§C*ù4½‚m½€Sà‹·å¨¼#¾6ª…çl«ÑÛZ.Ú p°µtk‘R|z¨éõ7“mï¾SRrvç_ßÕs(>í™@¦lëH Q=®â£Šüè¤â¶-ä6Ÿž½Ü]}Ó/…Æô¸jËèQXņFÔlľžÐï;ðMóŽ Õ3HYØŒà"½ 0’w–ä™Edn¨°%±e2Ô·HkZC¼Xêo¸6É® )û;ã}36gˆ¹ž!ì[“~lÍüA‚Ì>ën{¼ïמþVí&•¹'ï×ä¤RŸ–ò,°Öäôše6騯ëØ]"‚d Z}JVsXGmÞ5Ó‘žy|Þª’R¹©¢Uïšãõ~0›k”Ô@ÔnJ©¥›óäï6Ã8‚z9Çk¾ªàÔÝ Jѹ殚óÄ÷g5ôâ?—»`ÏÝ£Ä\×8£pi„›oáæ¹&I9ûF*æƒ“ÉØcrW¤ˆÌÍy\I@Ak -jØè€ž‡¾¿Ø6Øò$0Õò⃕q Õ^wôÖ\öJZŸI‰ùçÆÛ³~Ö³ª/ù(u².ä+!(ëW¿âuh]flºaëk¹çi{±"Æe:†±A5¹>j¤´¬N#2ƒrtÍ7‹?s¾­ƒç­LÖÞqþ¿&¿Z—‹ÍìbúxŠXy3¤@W{º*ÿðô”]42ßÿ¤gåüjê¨~hï©{¼9‡)óÈ…ˆ^DÁ]-o/9ªü°»Õ)ðÓ° -SPaK½³í™;ÇlÛyÓ4’ÿ軪¤[ç¢ö6Ø=ÿö°ÿ¶"ª€œûÖÞStÙÚSqË4Š)(~~û«ú”»g"KÄŽOÜÑC; XhzkïÎ:§B'}·g¦¡ÂË<š{ŽVµ4ˆJð«èñØX •kÿ4®§d”²‹jvõ-ÿ,¡Ü:C©Á—Srëîïêi°x­»Í9hrp³1O(ÙP ‰]w§ßÐ?ìR òŒ’~°}f²Ë;?ÄYŸ%-óŠ€\Zw×?Óð(,kO[™cԌѪÿìnËøÉÚ z¼6†xãhºã.½¹»Îè9³É9C.¸Ô­e6.¤#VõØÒM52Û=Ñò4(‡¥íeAªÈ#C¦ºe˜,)¿êÁ8.ëÌž†Ú¸%§Öm))u1 -p1%¼Ä§;fiušŽ¦„}+“|äá -<ÁQ¼÷žŽÜPŠ7ç RjÙ¦‚ ²!ž{%ä<ÿœæž•·V'kø§mƒu¶´Ô¦YNõM%¯îþö¹»Ì@G´4ðžUö·ZyhkÊô)[ã¿aCÓßcSJìˆä;ƒ["#ìdø'²oÁÖoiQ»Ë„€Ÿñ+ã°—þYdú–™ë‘4?±K /| -bù ·õLD¼w0^sÕÀgzæ9-rhSÁh^“Qëj*x×D|p°YÛf.mMÁ…—EÝQ3ß?2ò¨+*J_‰-ðϵ§F5袨žK4v‚, !OCJjCF¯öŠ ëRR{ÿ~YLJwLÑÊ‚!Ã%%—è{Ï×dÝ”µ…~¦OÎXˆZë™Ä¤­Îb³ãs²gfSvýRºÔHlŸõ k‰u»ůg#-3ìJï­2¬§·ôt¨žUu~ÈKþLyPŽ)Šèˆµ~¾lM†+°O߯©˜  AÀß¶wŽÅëêùT¤¦ãxmßþ`h¹£Ã:Ó‹µHÍ *i±¿ñ–gýßçerö-ÐÒ˜²-#¢@–„”øïT'Ø&îƒÏ0Ú_kEÐâ¿ÜœÁãVÆkï©™9¿Ì¢ßžœEgœ‰ë ÄNк‚^¿¾ÀC­Ê?KJdcŽQ»:E̶¡ìÃðës¤Rë$½py”Z쥃bËÀÿš|m_”ÓÓYꬩ9í«!Ñ)ï%$}-æ)1Í2Ñ^™å4š;Û“6%˜Üˆ’ÔÖ0Ú–')ù]˜ò³œ†Ì,øBß<±È>\ws±#ã7÷hé ŠT½®à7uìÐ’42~5Xd!:V»OE­ ©ÑyþyP¢OϘ¨­K3ø\F{ö9LîÓ/# Œæ¨š‡)Í#µ-¨'ƒÖ5ôæ5 Ö ø1« #babÜB‰×ñÜÖSZv4ØÞ30`r|¾c‘°>C¯]—qÀ躱£î–­¯ö>ÀÚ÷½ O}2XÖ–žÒdmK5ßí.Ó1a ±Î>ÒøÈ6œ{í`¹öå¡­9sÇBDn™»†VÕý"“˜Y眢T¹»ç=ãv:)j€åEõ­i1=²dÏLhˆˆµŽað=ß<*çÀBï1åQ¾rïÏÄ`ªƒ -\™s–ÖR[·ÂÁM=—îÓpÐ1³°ëÀ&ìÿ ˆßQ &^«$ß§¡Ô¯ËymaS×àòx[®n°61°H TxØ@ûU¸š– -hø­°í±© ‘Ñu -ÖdŒZï4µ`}žVé'W®,° +*kUÛ+tÏsšÔ"rŠsa|Ä.­+Ù``½*} „а† -Ù1s莎¡];WŸqòФ;N^WÈHG-,Rp™Žòhéà #µeaQz&\F¯:o• z>iSA,Û¸! &Öm*U› -8b„­=S!³P´®¥·Ä,¢á]¿7j!@zbƒyŒðÆ"!¤ºâ=W¸Æ¿¼Ó½=ªžÎ‰C—@¼gá‰vã½@–<û8·Ê9Å­^›À"ú®¾®.©o™½:M¶@’­ýmOW&á)Û&>'¤Ðw–;bKÃ:¯ª¯Ã'çAB*>Ú-e×*;Úï{áOœì;Ÿ‚Ùº©èfÕƒýQ—1A³BZrM¼_š¶œ¨¦•^ùh"Æî‘ ¡Ò¯˜°Ëzðfi'di„™åšæ7»éÞaZiTËÇ»g©¥³Â¶›ê^ÄsÇ$¥r]!@Ñ ¶1Ü;ï40?JRÓ‘Ëß2rH!ãžÅå¹f0©>@ć ¼ ¾“å_Rƒ‹,xDGÇî:¬ ‰Ø²4ŽK—u@Ê9—T1г6æéU»f|ËÈ&m.²ÛC&ü¯5Áø¾‹'Ú21`±¥ÎžØÒ€ìCü<ñª2¨§®K›¼“-Ü€¶ÚTò°& ¥xŠ\yzEðÀ ž±¶„ ),É6 -z¤ï®»hŒ'1¹)Äçµ9jgŠ\ë[@ƒãgÏ?¸(ȇ¿©ã ×”|ÀÏ»Xý€x]Û?èQ -Pëѯá÷-t2àÕ+3moÖeè÷!5Õ3A®dm¦5Ð~ï"š¦×«S…W×g[^FÔGZ+Äë IÀ -/÷Mt\JÈa€.+tJ«³¤²m3¿cßÖ3ç7uô Ë® Ài¿¬Éˆ ­¥ap™Ïð-³°N¹xSˆo 2ðÙ1[ר†ÐUsŒªð÷°‰G_Uó0y'Ú>ß óÊPû¤Xà”OM-ÏŠyöyÌØùÚ&oS†)Œ鈈™Ï9ø­%.uÏÛ«º9ü-+¿#â®ˆæ·W„;N6/h¤ÂWUä*û ±À>Ão•w‘2¸ œÓ€¶«ŽÙx¼-+“°¦¤4l™h耉…Y[¤ÔûMôö-3À:Þšè˜l~2ì­"×o˜Ø]'¯ûãF§"^/ d BýZ&"fë×zæmîB%0Fx‰ÇÙ±q;öcQkçðºžÑ¾¢ÂmêÉMÁe6a]M(ñ)Z_ÄÏŸÛúU‡öݾ­wvMÁnµS²]3‚fí(¿Xª8iêAçîšøÌ˜‰ *hÍñ=û!€o¶T¨â°¡§[7ά¤C2ÎÔ<=÷å¶œ‚Ùw Û·-ý2ŸŽOvÎÑJ-f¾±Ÿ•ižÔr@%?u6f]Û”Òi;æ®ÁØ—¼ äýø5áõV£kRXg‘tTëÉ†îÆ»k2xÖ¦‚Tµ¹Àh -hxxç$¿Á17H¶H»¡v)%SÑõ.ô³WÔÝ,¯œÓº4 뙢5¯Ì÷smó³ͨ­ëîÈݘêÅnÉúþ¹Áš¢—ážCæm(j_îY  ]¹Ä÷¨eh1¤c¶­Í -Ö¥ÔŠÈ"­eÇHnŠê‰>5dŸ¡¬ÈYàM¥ˆê”ß[D W"JjSh‘… -ØØ°žõiè-Îbž`ó¨N(Œ×Çß·±i1 ¾¹ˆ+舰^Ô¹&ë ¨{Ø ¢\Ót7d]Ó×Òuu”l¨}–h訽P`+¢Fqm–P­æÕ_± µ>Þ·w ǃ[fÅ¿ÈEùTŒ&Ÿ’P²*kŒ×²ð;‡`Éš~X⊢—³<5F³Îò½q[>Û)´{å‚Uù耲“•ì©øÍ9ËÇo9»&·€˜¿ãíVìx;§Â6 °Ù -×<½fk™OÛu’á1®nUÛÅv(GúÖG¥ÃМka¤O> ¶ec`cήémW¿ag­WuÒ©kòöìÕT±ÏÄ&:¬&ý(-C7BygŸÄ½>ì7±P:&Ì%ã¡¢Vaÿ®»Ouu/Ì"±ÏÄç{ø²u-á7wD¿Žþ/°ˆA®*º„*Û±Q1;Ž®éˆ½_ášÅç¯.[b¶îé˜]лmcQ×Ô:ë 6cEGjй©ÄƒufOÐL'„–ø¬mw‡xÇ*èÜvZwì4lÀÐÓež‚ëG¥Xå€1Ñ!Ξ$sØúGa+“bÚÒ0'KÙA}dèå§¹Çú›ÝS3BãôŒP3ÔQ"ãcžëíÖž¹m[—8`ä‘ÌRZ¡vœ“¯™£æ‡¦!bAÿÛ¾ṽRäŸííØÖwuF løê¯Ñ.é©UuäÍó†ÞKy#¹B4ý:¦¼äŸS”–ÇÝ€xK74ÔÌY¥]0­x¶00Z£n±ÌNvÌ÷5Ït¨‡PKÓúiã”rL>¬dŽs¥5bÖx6¡…xX ¿Ù[E<M— §kõ½ƒukÓ|øG;›õ/7GﳋÄFIw­¦GRµØ;Þ`è,\‘3ªÝsèô ±:¬ç³€_[¤]íŠNú+ƒpÇ2D/‘ i® *xUÖ^QðоEkÏ.ÿäí–>†ÜZD”¸¸½ñ5Ú4ôt.M0Êç…è{bö’n¸¯Ñ£ìe…¢n¿š 6‹éÆ~BæÊ­Ü°®Z»g&fÙGÑyÞ)BiÄ(`ûù„U%âžµ/M -ÜóÌÚ -±¡¦5Z?×+£W§»[äãÓèI‘¸X5Ø[¡‚•CCJ±”¡šgÊ”Œ^âÈ›®vî]ãè@ûª²‡êÓsÑëF>y`Ø ­9l¦#À–ðí€Õt|ìòÜüèâŒJlš“ªÅ#MC"qª€7žH' ßÁ¶öŸÁ‚j3k~ÆÕ ŸOvu6x柖Ù41‘ÞErý¶‹ß¯}µçꚋؙŒÀ‡°aééµëº(úùÌ‚¸¯F96X§49 ‡rX¤Aõ£ãíð$_+îÚ¥|”}Xe™Bg¤ÈòàÜ–mtyÇÓ«Š9D’]§ ïh…7p°Fcý;Èþ—?q¼"Ûq±Ùa‡¾jèív*†:TÝôLçB'Ѯ褚¦i%žE!kÛÉdo,b*Ýóø2ÿbWOÔ2¨ /wv¹u<¤c±mXXȆ—9’.+¼c(Qç^v¡‡ïŒ&S'é²ÂAúl -Ñ\E¾Dià>é#MæôÑó”=¢¼å1~ñÚ|'2d5¬êG§¬ªáÂÔpÛ¸DKœþ>+„G~,¦Jß)„Š&•hºI×5PªžJ;e•£ õ{6Qùªªs¾& ~ZÅ=Õ^Éú~œÚÒLE—{Ǽ -Õ a©ÅCà™¡ùvñ°=:dD Y² .Qú¤ƒ®yß't´ -Yê2nêqm1éL]1é·7iˆ¯oß)þÇà iŸç>«ÿž -I˜äèjû& ~¾dgY5ckl Œº™î‘¼!ÆÜÛ>ÊTÂsô…tXÚ íÈ3Jú ^¹¤ßº0Ý'mçt¿’D÷„mÈ›à´äoÇ‘°wñǯêïÜZî•ì»D€Æ RÖ¥/BÊö‚]k§Øk˜u.NͰfûûŠ'‚äIî`®a\Ñe•I.ňÐ<ÙÛ4ÆíH¢66þ$&Ÿè{ú -{ ä?æ™Â\ÏôÍ·ÐÇt3‹×f¨eÖaX’{‚ÖOÏðg†‹Ó#ˆù¡Îì¹^N¢lx¤d¬WVÞ×gi¢c$·q Æ ±?£K0_HÀ‰_Ôã/g#.g¥µ.ËEž­/„Ü ù/d½ƒyÆ Ï¥éåmܶ¡#Ö{æÐ96™¦ŸSæÇ°=|U—:›Ï§ÎðÉòD,N{Ô>{¾²Ft² —ñE^í‹?¯%výòë¯Ê‹q?QÚè×éüµ¤äPôÓV4"Z`‘K_[ÀW»Ôj£\"˜§ŒLVôwOæö÷Ê«…ìÙ·L¼ø ×“ŽƒP^7·Ýj« ß­ÎÇÞ*Ì‚œ¯Ì«8‹×þ1&`&Lð:«fDcDýÌÔ@ÈÖ7¸dÇÁë8^Œí¹ÙÜmOŸ<âPÌCŸÐ¬è›ŸÂJú$Cìž×3ƒM3cRŒXØ—1)½SŒuä(FYy9fïWï9º$ëúNzn¾W2a`õŠWYü®õ:4Éø¸¹uü,"9mú¥0 óuj -äÛ‚ÎÉ -É77žÃ>ûýJþçÏŸÕ(ËA~ÇFqþœíéαIûÐNåøø¢L=79³Ôß%^‚Ó»ÖŠ¨Â½bg+‰7ßBµÍ]ÄCç®Úç/£[ÇÎ65 _¬,ïù­ªlè§Â²þ×V}vùJþg©ïÈ_@ ª }"k“ma^Ð÷õ;çù­ÖÙ˜aN›˜^ä1=5HÖJœì¹_ߦ<›WÒùmIùЕՓß• }õð9ì\ÍÿìáKô?¼"~vávÝgßž¼÷Ù³§M'*Êx¿`!#—f»û3=j>fUÏÅ+Ç;ª$=Óå=|]‹¡I$ïÓù›9tÖz†€ï(dSæ_1ðÓ/™$ÙS4Lr¡¤öÍÕ Ÿ?¸˜øYVBå÷å9è«øFÊCyÏÊ5/ŸÚÐvóýJ&:jì›ö'm*¹B:4lÆô [Ú{l­}ƒbÿÀ¾“¯ÉÐe‰<²*OÔ=¬-c|]þ¶¶{&;­ýÄÝoÈO.¹:HçèþŽÞú-Ñu}vÖÞkVΚîžÑ cÛ±»»@¥¤;Åîî@AìÆD °ufåÞŸïû¼û'CñîûºÎ€û¹N!üXHýy¡—§”*zú&˜]=buû ˆVbü Aö=‡ ½!óæ| Hñ=ÏÏïÜÝs¯§çÖÝHuýøÑâôàq¬Ó£çÉN~¼kßühßS)J÷ž^Û0&êX5¶v.NTõÒî*Ñ¡¡¥g…ɯ]J,"«^†Dr~p÷€^£þ” þ’ÑýïÀpÞ5gW¨“oóštùµÇÎ0§7žt§ ðøÏEùS>Cè&lÈ–´4Æ›)“ƒÜxõ`7©½sŠ\Ѽ’Ç©‰,¦+ßdå7>,D‹ÃÑŠû‘̹~̾öèaÓ;ç§O>8§ÛÏs®_ãôæMÜ5rèQx\é/Î oÄ'0žõ7÷nš›ZŽæë{lÆJþœ´¥“È:Æ$ªnñ°©³§¶¼­§ª¤f!‘Ä;“)b&G÷™DW»A O‚ü -ILdÝŒFÜMŒJ3P_ž¿©¬£¯jˈ£#ì–Tд˜F¯Z A²g\R`ÂIœï¢¹ÿò +vzá‘íôÓ]o§w.éN<'o¬Ó£7)Nq1¤ë–Ð]Ø"ëE­moUŠrh9 T±j:& Øu[ „ÒM/ wÆ¥€¤»Ñð/ß`œSX4û»øäšFñœ^xBn×zø6ËÉÍ›èôÁ‡~íƒ/éßù…µ÷ºšå™ê~üŠ¢­bUÙÝ6¥è¬jwõ÷åpÚ¦Áô¹§ÙXãÍt¤êFDFû÷®!\§;/ÁN¯ßC‚"×ÜÙNÏ\1N¯= Nþ±5×|¢ë¾ûXrÝ7¢ìW<ЫݵíñKêֆ剚RýXgYMIó'`Ä·¤RŒc˜“òú~ô‰|‘Òòs\jó÷ï\ œÜ½Š¾ ü;4¹öÚÍçIN?Ýðuzö6Ïé?ÅéîsÐ5ß/ô›Tš4\Úkj]VHÔ+ãíÍÓŠÆ’Q®¢N/hß‚ðºíLé†'œbzŽ"™_@QŠ;éYí׃£*®Ç&·|ïó…ríþ“§ž'g÷B§ûOã¯ù`¿ãÓzßts¹ïÔõDŸm•+é¬KíhgU5OePk7€k~ŽÜÿÄøác åZDBíwщµÿò"ÿëÁ›ŒkŸH×Âßù„rž¸€\C×b -ǯ'õ¿ø³m -f¸“°an².v*é`sï›×¼E¨XôÁ1 oáhÙ½ P믟üÐß?y ºöÒ áôÖéôÖáäÌøÞ#²ôû€”îï“aŠ{8δ{Uãlfo‡«©œ×®(Ã3r ¶Ä£ºDø¹¼~*‰Û´–‚l~JËú-,®ü:ÐsßET\ûìÏtrþˆtzó -`ÍÉ3¦Öé•ã».è9{Ó¾‹Lþ”ˆÐ?ËF ¼k¯¦¯ª+KÖÆÈq9/['l†vÖÆ74šA•M Ù¾ÙE !Í<ÍCOÜŠKiù×ûÏx'wÆwŸƒÙ×n=ˆqúíN𵈤ª‚#)¿‚Ò©¯ Ò.ÚŠªŽ)îï‚u÷â›ûfH•­óyœº•X‚`Ú³/~™ZõsPûºO4ãß÷\Ò®ýxó³Ók8Po%ߥäTýÆÀu|éo-ÒŽô³V•µ„7Ñ<ÄIÒŠÊÒ†1Í=SXAƒ.†V2üG‘<)ÀM¼H¬¸¨è;g÷§”Ìš’@ý?‡¤4]÷aþ#¸ƒ¼fÑ»]‡š+ü¦Kb—¥¬„Mb¯&ÍË+QòþòØþîæÄÖ~º¬u:‹Æ÷¢r•8–æ}*lèžW$çgW?Ô¿ƒ£™ßG&W|—U~;Ùþ4‡ |‚¦Ê_ó¹º/­•š4Y»·©®ãY”Å “¢âP­¤ßÕÜ nm—5uk‘¥uÚ($Qô<<­á†wTÙn´k®>X  ×ž¾Ëtò -¡]óŠ*wzì†tzp”GT­SDžö‡œ"…3§L*š¨_Sµ6L“#tØÏFIyîÐŒRÛeÌ/ë]„Rºvsüe÷Œò%»™ÝøãýWYN_ç:½û„uzîRèôàYŠ“O ñZ|JÝ÷™ÙM¿T±E~šž–Ü™ ]Ńʚi¾c=Øþž1tiňoiór«Åš+_É'É>fÁÚŸ@1½Š(’—±ùÞùã~ô Å_‹N¯¾™Ó|/®°ÁÃ{ j'bzû´“¬»ª.CîNW -ê{MŠ–H¬®mœå•µO‚xåÒ·ß•[6ø‰ÀpÉEö¹$å7¼ŽÏ)}“œ[ö -/P KUÁÄÒ1ÿªº¡Épw¡ZÒ…3JÚ «êæŠE)7}EÎLŸa$˜Ä‚,asmlwÇ@NGïhAyÈŸQ*ü€(¼Ra=σï:pzòvísízDvËíPÏlªñˆk~ŸI½/.UdtŠÌ%úñ!î‚„•¼(‚ûm)i6SMÕ¬¢…/‘Œ6¶ x5Ý&§Î†/] €Ñ̯ò‰R -ú|ëºöËX§gΛßùÇaŸ¡©M>MõÝáúF辚·Œ×ÓµÒ‘¶1ÉhÓHBëé–6·©s«›T‰‚jE%þ€§Š>Âp/c²*~ ަÝǪ~ Ew¹UFTíÜ©ùÀº¶»ðßsÆ[Õz3Ù_äc’VÈF„Ôö¶Þd³ô5Wú°¼n>£˜«ó¡Ú_Ä'¢~%à“ƒ¯q$á *c$¨ºR”>Ð&…)ú:Á%|hdÁLôüÝ Jêš”¿.c$ê»iþÊþšl™T$‘úº²»;FrÛZ9•§çžÒäL¢v¾§1»}kjÛ#š:Úƒ[:{£ÛÅP­P²Œõp÷tuìã)}KCJ_Q–àf”=:ùHï¸|¸V,é#´¶6„V”u¸S8 -W8Eõ>6»õ^plÙ÷±™ ?ûF¯ûÇPÿ‘Qý]xvý‘ †›)(á4SçÙÙ9E×ÈÆÌCÕè==·9Amª˜ý©r™5ØSßÖÖ× œ£—¶Y@´2ƒ?¯u/b©?$•Þzð*ùÚÓ×NÞA„k_bÈ¿dƒ«Ÿáqý.U\Iàx{/x^ÄIšbý6ì<‹TP¸¦ª£LJk -Ûù¾½}x[—ÒÚ>žÕÖ§€5u€ë›"kÛÄñü}2š9è‡ÂW¿¡p»=ÊÛ•àÎAQÖðpO¾JÖ…U¶PgÊ—«%%¿o”7ž¯TÔNKxé*i/O&—ÔËäÃ|q_gÎP[kü@GslOWgBwŸ Ú-”¢»úÄövYvç –Õ3ªà Kº #-dïYIöªª†´6QCÝPUt­xïq.|ÇX-Ø6×V,jKtÒÔH'²«þ¬½–ò®¥W”ÁoE3œQ%ŠŒŠ°[Ejjµ±G‡iè5á9=>H8å&Œ½É¢p_ÔÕW{ ööC”B{FÒÃ[dh™äÌTJ^é…~ÑTF?Õ7Å=4 @Ý&e…,è'4öÞäh)gmº¥sn¼ªH7ÌKëf…ÊÚXãý‚(£¼a™­)±Îò°Ž¥ª¦3KM÷ÅJ©àtŠ -:Ÿ¥#Og™Åzþ²”‘¶hhi6)»kU­åöéºÆ=cCÝŽ¾–g3Tw |äú;oMÅÉ]VÖ—4ÝÝ˺z¾u²œiÕ Ø«cœ¬m º5AÉZ) -Z"?9¤¯+Mòý«ïÚõت’_8+"†[F‘!jvᜪ‘pzÑ`3?@«v¨FÊÒ4BF°VR•mV735ØU9jo¶¶îl¥npßÀ(ØÑPSŽJçk­æ“•6ƒc¾ºÕ¢.Å©*rÕ%ӚǺҬl¨2"“Tö‰%ƒÂQ¦D$$*%µ ã8+É:_]w8SQmÁ&ë’O¶å†­ˆ`Ÿ‚¬g“ ”¨uq-eSÊË_Ä17ç¼™i-|·!)Ë·ŒÖáMƒ%¹ƒ¼"}E{ÓédsßÅ”€e“!ƒÖ…×uÄÃ*ÇGìŽÓ’V$”d1'ýír'2áI6öX‹O°OPS&¨éÇ&VÑŽž ]U•·õW¹#‡³¥L ÷s¶Åa»ĸC#3ÿPÏ.<2q‘–Qz’UUо˜P¿ÎðˆÓ|ÂÞ-gi:ßK X¢E˜ºÈËVÖª”–º*¡Dï©YW3¤­£øðõ‘âˆU`í—н—ú‰‹"^úÊ 9þPMÉ:¾º‡Fǘ˜Ð5õ*×4ïÈXB²NPëxAHOœ å¬ “"¦»Q^ÓÝøÀY!#rNÞHœ5cÌ•i‹bnòÎDWÿ–ª©Î¦a­K ¿¬õ¥¾±+éÇÆª’ó¹ú®ËÙÆó«9Szlâú0,Ю.¥™ª*Ž&Ë+w&È5#oQÕÄžU¶—êÄ5e3ÉwUV†°—ï( Eqš]Kêi #} ¸^ÿùl%Ðë<ØÚ)ÂÜ’þn[Šˆ»˜¡šxø½ .z¾á5ÓYè}2ϯ<œá“·äß “âVŠBµðU~Ç‘‘ ÝÇoáÃOgx”¯Ë<î¾gjN}µz5Ã`ùÅ¡&eþ¹Ä¡ÚJXsrN挈—y±RÓ·#ÇE­t~˜o¿ÕUf¾Zª¨™§¦ºœ QVg=[•â²v5\øÊÂc¡7×e¦#ãÕrwÖÛ¿gèÿ,•Vÿ¹PÖxl¦Î ø—«-Ú³¹ªæÍØ—…æÔ—3ͯ,ƒž§s ìÅZußÁ4Ÿx¶È¥þc­üºXÞ¸«(Î]Êñ_Hye?_LÑ!ßæX˜?–“eå–1NžUËÃÍ7-·L-ÕöîO— ¶ÕlØ‚„9'afm››ûÖ --«š -üúDzs\€82ñÈçÓÚ™‰E8ÑP@ç&ZþåfãÄZo¾ó¾„–`z1ú¥”™öÎ.cgØÄä˜9-e}µ6DY(òUðÓžÊ+ðÊRÒ¶„–¼Ô† °RROµÔœ9}{ê§©Mx\—ÿé{MIÆç¿¦ËK¿NR@;âì÷ë}Éw¥ùîJB¬CËGé+Ö16tSŠûß9!‡†:Ò‘R¬Ò|ï5ažû6°Gkb|ðº„{fæ OôL¨CÍ)ØU`cׄHï…N”ëÆî˾’ž5ß‹ô57ƒ_®KH1‹ýE±6)zGTä³Ð”ö`¥5ëÉrG¾Ë -ð˜u15NUccy0ÁÇ®ôRãmrÜZÊÛ6Rr¬$ÆŽc,ýH‰ÊÔ»¤è_÷åŒì¯Ó•e'FÎ6†‹9Ö3Àv%5å@NŠ>Ô°ò'ûÑqÒÒç«9"+=ð˜]1<äD]u¨‚„ù_N“!Gzzαž‹:ÑUò횪²]u)Þ2BŒ¶Jó|4ˆXÇt mß\F³Hña[blÌ¡†^¸%F}™mÊ}3ݘþÆ>†vŒ}9ÑP3¿!­RbÜî85é@ÏE¬ËˆIÇF&òb–ÝWR3weøÈ#Uqô_³ô¢¿VJÊ€5ÎÚ›¨bMÖÕÙõ%8‡š -¶ÊÑ¡6>Ú:Vm×’÷”øX«¶&B|¾˜á’Tð±›æ˜@$œ\eA+Š#í*JÊ·¹ÊšËÅòZË&`SBˆ;Ô–q€¾ÅïK Ñv)6Ú.ÇÆ¬ Q>›b\讂žcW³@GjbâŸ3¬¢¯&Váé!a¥=õÝVÎçÕÎÌwký™.ÿ¬ó+¾.p8Ö1|œe°8éHË@ñ™³ÅÙçÓX°M‰I=Ð’Ò¯f®|](ì+HÉ ½y³ÝY¡ ~1#\NÓÐ{£°ðÝQˆÏÂ6lG+ ž-T·üi©:]¬¨>˜)ã˜ød»–œw6ÅD9ôL˜]ÇÁ[U,ˆ}¡ªöp±¦eSy5 ñy}â¾-„~Ú¹š££*ŽýkKP{ CúïJ‹CgºuE¿Žq²? `öQVÚá83s¹å¶Ú }¿.„¹n a}7‡é Ó-(ùvÌç#y9î›®’öÀâýqD°±&ú®©<òÆtMò“ÝaB’]É/Ú‘aƒ¶Á®[¼GãE¡§ê«ÜIdÈro¡ÿ|W>°NHÏS=~jàmÀ|,½‰6Ò_ïÊ ~v%9ñHKËv¨p±;’"?û8Ðp|ŒU‚µô£<½øÊXŸòjº%ûÅbw¡ËLäC6äö¶º/ƇÍT'?£…þ:LþEJ ½1UúÄP•x{uªiƒ÷b£ïŸ(y0»œ‘icB7²]gãßèˣãnÍ5å¼:3s6DÅ)ëÀk¶¢Cíã„XëÊ×6Xä½%B‡ˆKwaýµô!âÿ˜¬®>×2!‹™&ë#-t„<:RC|Î ÄäS-%ïPIɾšá°¯)#ì)ˈLò©ßfÙ˜C þ¿½¤¸S9{uê¾Ôý`q v9»àTO8…úl =g›Ó_Xz -Ý€~É:šd–g<^@ú™ØÈ¯“e¬Ãqr’]·AB¬¢_›¾7qu汌´8„]BûnGØp‡––¿1”°Ü“ûf¡3÷å|èõå<›¸%ƒnKÁ^;£…§zJö¹Žš÷Ç$öŸ%ãÔ@/÷å¹ØÆ°)—3•Õv%#oW‚ ·½mbˆçž rnähеÞ¿ !X³ôÍÁ¢ðC.~µ+Ësg¸0t£ä¹?õ?×ò7‡òý»òœÏŒ=1ÒzTäŽâo€x¨ Ç&jΑZ‚}>Ÿ£ Þc~[(å;ôlÌÆ0*h¾=Ëe rh*)=›++ùºÀÆ_LQ ‹UGó­Ê¯KM²ÿ³ª¾šq™[ˆßÚ`Á'› -ðëxšGݘ!ÇÅi(…'øXK˹ʶ C÷ä0ïÉÖôG榼ç«}hï= ;Ã:LŒZíBºÛ¥œìm1%rG ¬ëÌm{0×ÿ «=\íÁœ©¸­lС’”x¤!§íJðIß´¸´ozXð¹½!Á‡,õÀÝεlØÉ-{{èÓþ|CeÔíaÒçïÕü°_O¯ÎÇë™ mÌg€•rçLEÿ1I}›"eëŠÂ·Å ×…¦” ui÷6úqó}ô¨¹Väû]1lc´)*ŠÜc‚·‡Ð>‹mà×s-ž6#q±ãÛ ÿr}ý«†—ñt¶!ãõV?è£c·£ÀGŽUg9÷á¢n_\弋ðS i§ê£nêJ¢nšË“o÷C>ŸMàc!¡GþlªKs1Í@Îwƒ> Q¢~‘³~›ÄÿÖ‡ øy½'ßî ¥íœº=\¶%" endstream endobj 48 0 obj <>stream -¤Ú¤t̾œ˜.aùÿ&c}ºm,÷»µÜ–üäPGLÜW2s—»‰IÝE‘ÿ™/a]ÌrðZtä¶ à[aªÛjOÖ‹¹ÐóIi‘¥±Ü‘ýb£?ûÕÎ`þcEÜÍ1fèm@+´ôå}6Ô&ÞÙ¢ü&ØùëB€DHïµ~˜»¥7ï½M”ûé›™ -x"FÁÂÜw„›tË*§¦Ÿš¹X‡Ž²á^3 qÏwD`÷ýá·#*ør†×5¦¼›êÈ þc†K83’€ZË>ÖÇoÓ-IÏlâ÷ 3.ËÐö+/ð{~¬¥ ÿ^*)ù{Cv(Š£v†lHz3„q¿¾#/ -.É÷»›ìùèGUU†÷¹´ß§èÐÔWÏŠ¼/'øßÐó#o¬õ€k2SÍ`—Å^°ß·y&é¯Õ’ÊC%9íLKÎØ¸tº9þñjÆÛ‹E*Þa¦ã6FÑjáP_Õx>URößE.ý3½Ø&oö¥ºÌÖÇÞÿÏZUÏñTUû®Š…>5Ò Ï¦Iù‡bþ‘Žùm–¾03ÖúrÜÚ²^š¸¤«™é§Æ+ÍBK?œ %,w¦¿8Ô’RÔ””}1zO÷±¸ë¢îŽÑÂ~Þ $Íu`¼¦ë ^k@Ou• G³-0KÁ}€¼ÑO 1”gÜ[ꄹZŸ =Iq¥?×yº1öÎT]ܵð;‡q©`rVÖZ_ѧ}-~_Žß•À=÷$y !Ø}¢,ᶪ$ëé’^î}ZëGxn !¼÷åEÛƒ·µNèK?>DÈL½ß… ÿe¥å geîɨ –”·®,宂üËFWþ›…n¼×;ç*êý53Ïålœ:!fïkËÃnŽsÂoªr_ïŽrA—æ -îÞ(5q_NItŒòÀÃô¸ %+gg¨(`œvCLó»nªN¾ì»ß–¬¯N¸½;‚ ð:qGTèj¬ˆ}¸Ô–æ¶-Ê÷YîÊ{3ßšï}¡oj±IšÊ§ ~¦j´ÿb;<ðB‹O>™@…m€?ͶåºtáÂoµ£Cïü1S.8¿Ê±G|¯ô}8Lr¿µÙ÷È1vu¿*)–žæüoUUªç™™±ÉÑÁ#ôÈ”X—Ÿ¨Ñ.?ˆ0!?nõAN¡d,ƒ!‘/~šï„ý h÷3Cqʶ(óýBKÔCuÉ—DÏ5±¬2j²ŒŸõX_u¿ÐWñÏ4Ì» âgéŒ}8BóüIÉ»%çÅÝÝ!BìÊâxs}úÛ3#­ðÌ è¿a¸ï&€ÿ;"PÀïËÁãE~ãÒmc¨`]EÂý¹öTÏÿ®±X_çip€Ÿ?]Í)œiÈ~e¨Lyv9Ç&ž|fhyñoŸOñ˜.•T( ¡ÛC©/­ƒù¾›`Ç,òXƒŒøÏ*‡®nGqÀ>¿M÷¢â~_kÖÍVÖ(ÉëÂÌ—š’ÐßZ -?üª­Jx6ÃÄ @î¿N·ƒÎôø¹žUp4ù|¬£düžq8^ëÏxa¬ þ¥ýî»>ŒÏ¯‹Ââ°&JÒ 9ôvcˆµ*Äû/vÃ]5•Ù/Õeé5‚ô;su¯7Å”m]þ;CeÚ£)q[H -· -ñ_ŽÆ1¡@múÛÄpo€w?L×g>Ü•>gŒ–´3Rä?ßw×\ô‹ŽùótYò]à¦û‘~½„П&k`>@Í‚,½·Ù¦ŒçÃôˆ5Pß_êÁß+8 ·ç»Ÿ$¥/åüŒ«hÿ馼7ê’ø{³M©Ï µ™Ï†éÑ¿vÀƒ¯+±^RAæ»avØ]KO×®½?Bˆ;edìHp {rHÈú@î[@˯ CGh©/-]¨˜ÀK[ú -<Özr?î ¸ï‰ Ÿ4%Ñ7Gˆþ¿^õÛjØc¹5û…þ á{sº"úC÷ÿf åžj™ËÝØ/¦ -ðs»¸‘µÜFˆÞ—…ïI ½gÓ^Î6f8oôÁ§§|›©(Û'§nˆ°~ë}”ÛÚÏ>’ë²ÕŸå¼Ò•ýf®äj“±P¶1A‘± úf¹çJgÒÒç[žznú­™Úü7“õ9ï'2^šš²Þí+è…cäô•.°óRGžëJÔ¹­àÃRkú3«ðj~Z–÷d]Ú“åNˆ×‰¶„¨©Ìy¡âÅßpü3ÐãÞ[C˜ ¢€=À[Ìv]Û0!w¶Äø›œ’4DK¸[žáñ]4ຜyÃàÃB$`]J˨A‡=âdºüëÂÄ€8TÔ¬ÙŽ|¯qnäc5?öŽ–ŸrWÇ¿{¬ÁgrAÞ·:ÉQïwÕŒë(#UW’t_F4>;ø7CUä 5ßÿ'›$/ôïÁ¦ DiYÐåηå¶l·Õ¶<Ï­Þ‚hófÒÞ.v¤<úï&›yd ‚æ;óÞì¡".¦ê/&kªÿ^”žšq)€ðß’!|WGà¾Gf.õëbý౞Þ‘aBˆ°C:þ@‰Ž< üà˜.¼ï/æ÷ àUŒ¬«º=ÑÓó섘ÿeJ1áË]¹®ÆšÔwWx¸.£%ôñói«>»cüÂUîËdkæ£AjèOÄà´åi÷–ÚQŸ-CôhéÕ}Xܤ»§†RÒPÛë½Å~“ /Õå_îÌÔ'ßmÌ|0ß ~³&†êóÞ¯ôZúàn 벟m÷ <ö¤¸pskúK)-è§Å&ˆÏÁ('ÛPqwª)÷•„“ú¤rk 8äÑ|+Ä{ULòR°RŸn cùnˆÀïÛ¾ÿ"†ü ¥„ý`,O8ÛÉM(GFݬAÞÚ—Óa§€ÆØ“`ïòiJ±ÐšúxK˜ûö@5·#>–eú}oªÉvžsº9Óe½Ð?]™/Œe1÷Ú!ŸkÞ^èlÁÞ!E=Øé#F,7‚Þîôg;Û%`/Kgœçlcø[}EäëU¦U?1—íõ›ˆþâDM9T¤ÌÃ1t˜c¼+Fö*ÉÔ’þRS—ù¤ “øbˆ÷òЀ¶ÿð”ÿ…†š}8FÍYî„Ê™17vGIIÛRx²ê6Yûb¶좯H{¶Ðšýî ÐC%!mª6ë°Ö¯Õ °u>ߘýb¦.ñîl]ì-]Yà/Óuñ÷Öo³)ÅGU|ù±pgc°(òÔ@Íp>jª!óƒ¦<öõ|;àSº¾v%¯h[JMf&Þî#Ç=65@üW:Ñ~›B”×\ÄK] òhDÝhÃ?=1²á–!T€Œ“pW„¹¹Ü˜õÞ&„yÛaÞV Ò¿|s´"/bOÏ'¬‰HáúòìçÚòt×É–Ü •^×ÞÈï)BÁßK,üú>ô`‚0ñ~7ÄëºôÃ\UòÓÉÊä×3µ)¯öe¹Ÿÿ±Ð1«bD¸TühS†ŽßQV®2YΦh‡LÄŽ 깫@ŸL‘Á¬–רíQd𑎒ûÏ -Ÿóu–R¸;^è·«û¯ “Þ¯ôd½9ÖÓ`“%d»’’ pdúñU‹‚wõÍ©A@8Q³òm·1ˆôZì,pYí/r·Šˆ‘û*bMJÛ‡,tÀܦÁo6EØÀÀ×[Gq!óm¹/·za^—3µ-WÞz½ë««Jx «Š|°Ùð:Q’.´üâ 9)YYöh¹¿8zSÊHÖ”fÜ¥Eþ:Jº5Hòÿu„â÷½†s{³jWpsÇù)÷¯æí)Ø Õ^bÐà=ß0Ù -y7Õ\øjkˆaˆn¦›¨o „OT¢?­¶ƒÞ,´æ½3Ö€?®ôb‚W† Ñ}Œd+bïÛÄ$suì­™úÈ›Ëm)g«Cïmõ¥|Ø—ÀcÏ<’¡»È·~S%Èõþs¦ºÕ1KXjÍx:ßvµüz¹«ðãt'ô“¢.ÿuaŒë÷Ȩ·w¿©yzr†c´Ö“ú~”ê³ â|}‚ð‹U†®)Šz -|õýDe–Û7#â<ŽäY‡£9ú²Ð;bìçMפ=shØÐÅn”ÇRü³mŸxçŒ9!Õ®Â'u:Ó•ÿ±«8ê—Ö¢¨‡“Í!+áùB/ÄwK„Š^B£O5Äœ¯WîZ.Ò*E‡˜Sï[†Ðþ«ýÈ µnÀÉĈ±²ä‡vÔíùެ÷ö«ÏVÆHq¦ÈëéägÛ!ÙÚŸë²Ð˜ôx®.ãÉr[ÎsëÒûØè}= 1ÛVà| "¥œ_夛JÈûc¸ÛPöÇ…¦°× ͉Î{rBôž’ž9QZø\DH»¹Þýcº¤ôÜÈÁîÉÐQ“µQΦ†tŸÙ®B·¥!dø±™Ç¶HJÑÓí07»Ÿñû2‹ø…Ãùg•Íü}‘‚vèp³ÝIÏÌ-w·¤ˆUuº¿¡9ÕÝn$CÌtòÙ$ýçƒ|9K†lKèËzydÄ'mùo ‚öäÔ„¾;J‰q(É »RãDpÏ!öLCÏÙcg­‹¨á'vk˜9×Tðr©£ðÍêØÙXyÏTq_ˆ 9™à£Z`-Ïs éPãvGpA6 >t²!ýÕú0Ìs¥ìb•Gí©y}mî#]yæ“ÙÆüë}ðÏ;øPÇ#ë@BHmÉù0Ó˜ýòPEI?PÒÒ¶†q_6Ę É6ˆ»¾¾Ðu±ùùB/ÀmHY™óx¯mQ%|e˜Ÿa$ZàžSõéO,½m?íËIѧfÁ¶æ½=„ -9TVÒ–:i©ógmYúc)#ä¶ŠyëT]NÜÓTRæ¨1Ê’ì{û#”øS@—žh9»ãEÁºÊì§% gš²œ§[£Äø!fkp35ïëTUù¥ž‡™m}ê#†ÜåÆÝ_Û'௓Uå_¯fz -‘žV)=ëDWSæP• –:±þÚzä'E Ì¥ƒ˜ò‹¦ha*hKœ÷~}(ãE˜ë ¼Þ@ëôÓáXQøb_¾—Œ—rèO@×BÏt¤ŒµîäWS—šâÞZzó}×zÁö1LÔÕìÝ~zô-EY¶Ï±–87³J\”¹1ùÙÙï·QNÜMuæk}䓲ºð}~ÄÛ_‡9Q.:lârkÆë¹ÚÿÕöÓɪÔG yïÔäì’ô7)÷œØIn¿ìÉéðmÎ÷ZîJ~=Ýto®%ïåJ?ê󲍸K )ü^ÜëÆž s¤`fžŒã£w¥°Õþ_›¤ÀÿXSzl $›ÚáAÀ>Þ“‘Ît˜¸S :õëþuŽ…Ù’bõ5ù.zÊ­]9º=FŽ[—/õzˆáÏ…ô¨·» -LÒÅ4|1Ã*_FFq¢nÉQÿl–TþiáЬrX˜¦*êþTs¢ËŽ4ÿË© ›0Ûó‡G}ü™ö{÷m¥ªð4µ¿O¢3ŽuˆÐ…þ¬7Ó=™–‡9ÆHêò“MB‹wL°AZÄ"ÄùíácöF`~§JlÄž <ß‘ür©'ýÍRg¾³c‚™k¥&/w¡<¶„Å_€úü+)îXEŒß°f¶5ÇEÁŠúu¥ôÕT%ØW¢m#Å_ö$Ĩ™zð‡]))É>AË9P2³®fèÌ4žmcì -NÞj/Ì}±9÷Õduüƒ nè¯ÝE~?jJ’žØÇèÙ›"jüR'Úý|ŠO<22òrƾy¬ÆÆÞ2Ò6BÝ— 3]” õAbÔ…‘‹:ÖR¾MÑ!F|G‚ Þ‚ßï C=öe„˜m =©‹ûjF¨m”–h.ò±B\Ï´\Ô6 ½Í­yoŤȟO4Œ¼ÝqJÚðvøØå>dðt#ìÓB+ÌëPsõý#;wJäØ$ ]åIN¶!ÃEœ ß©XÜŸ‹<î?K\ö¥™VìÇ¥­ -áž[clØ¢ˆS¼ØKˆ2ÕÂ>J˜©¯r¦ë ®‡>ÀߘM1ÒëÌÄÅŸOW𯲊–ºÁü˜ÛbŠÏO;ƒ™n¿Ï²þZaSæúPŸ^÷8Vq_'Ëù_çJyßæhC-*rc0çãzwžË¹GØŸ`¢åüä—6)1n‚ÛWQrŽt `/‹£õ Iêêpç™¶¸ççf<è̈ÏZêÈrYïƒÅžêX¸# éÐráv3§ë†~jdžÞPðÒ_ìÈ9¹kƒ?s}æË‰²Äg‹í 7@Ofžè˜ù¶1R¢¢*í…º>ÓË¡æ@×…¸ õÞgs]Ês#äÁ\Sò›¯f"èrMžîƒ‡Êù™/wÇ(Yûê☭!Hèz_¶?à‚{ -?¨+ŸLµåúÚÅHx=X’ùiMÆÊwèJ‹íJfÎjÌGF‹z掦,ö7 ÐWÈÈË© -ÁÎUÞ˜’žv¤`¤ÛŠ2jú©Ž ·ÉIqsí÷Ó 9Ïv$Ô”U!!ÆPù`¹­Ðè¯ÏKÍPŸéè§n”Ï¡‚žµ-Â…­÷ÂÝΧ8˜ÝqLÈÞ(ÂÛ*†}>´æ©–˜|®e‚JX]vž¬}>QÑsc¸Ès Yþ7׸%‚ûMPÒ÷儨uÏ•¼Ä['Z&ì*ß]]™ùdº)ë‰URä·!FxÎwå0×e:Ÿ˜…›RÌš˜~•¿y¤§åXÅÀû@y;ÆHɇ*N¾MÊÙä\ð|?&p¡hW×–94uUç¦Jþ_«%%gFBšUùlé¿·ÊI‹r.¢Wç*â¤?s(yÛ9qOŒ‹rŒâc¬#˜ð-I‘ÿÎ.ìÄTJYS¦šá¾ ˜°ÉX¸¥§ üB_”üç2±ð|†6µf?_쀞êÊy»Jö@G͹œ§#÷ÕEÑ[à ¯£qTÒåÕ=£¤ŒN|Ô­}%­àÕª–Ó)îXGÏY!Fù_Éy¾O¬Ã™îÿß:—óû, w À†]LñY'f6þlЇ?вò¶Æ)ñ):`±üîjÖÚ5nª óiCÌ팖Np GjBâ–å¿Ô ýÔΧS£Ð®á£MÍ0·ÉÆÜGøDÀ§ùHÍЇF\ŽU Ü’ |®ò¶ÖÞÒ”g=Ö—¦<9R~€”nŸÀ§žÍ0pŽi.¡“‘ôJÈÏõ^sòW„Œ¤™ŽbOc-ô­‚•úXW™þþÛ,³øïUAÙï‹l¢M‡‹ßVããÿcÔþ¾ÌfìŽb£>ÔZàs¿C3ù ð$‡zJÖ|'ø½eæ÷‡¥ºûb±²ÙndV%E_VG°¢B·¹Ö¸;[ýÉO7ûs_[ÅŒ¤=EiÑú0+s[ÆH>j[\dÆi‹c¿ñiW=µ#ÇEØõe¤ù.˜ËRWγ•þ¬KÝYov†±a§*jÖW=ÿê ‰MÉɵ«Jà€w ž¬K¹k¨L¸³>v·ÊP~«}HÀëDoˆè‰Úzð]U懂:Tð -å<°UHëBÞ¬{ÜgDÜÙîƒ|<ÖóŠ»a®K-yϯžg–C¸œ$ekŠãV…·ûeÜÌ×K]¯q~Ú½%>þÜÄFœéÙ…gZjæÞ(:dc¨Ðu¶%íž¡,âg»Š `R–¦ù~¾¸7NI:T“SÎô¬Â=ùÕü3°7PGÞ¶1rú·ùÊÊ} G1AÛ"ŒŸuí}®fä\ꇚ6µ_-a‚Í-Â#SÛ𙩊ûuà#1õT…?U‘3OnØš`B&ûQKƒ¸øËÉ2¶M‚𳊠-ܶrß®t幩Ý6Ë#žN -(ªz˜³±¡(p¼ðÔWz¬ÃÆ­d9oŠ@®‡ªâ¤o“\æ% é°¶qrÒ_Ëþå s¦ÇÆïÉó¦ÛßšâŸÌ´ç¾úkEPeS“óÕµyo{ŠÏLÖ‰‘E952°Žñâ«8ßçp îPc¦ -ž´"ýµ²:ÓïPÃA¸¨=t1Í,þ:Çcnˉ1 ý(¯«,åÓ麖«ï}ì*rò‚’ øÝŒs ü÷ y¬¥åÎuÃ<æz nÇFV‘œû¼£Ðóæ\}ÖÛõÁ÷}6þlšM8Ÿ«¨Øje¶zÕïÇ“\¬]ƒ³Éá@_æ¹nIñ±6-y «d¬IØ9#<ÐC} Áß"-ƒl3b.=¼?†[ìÎs·Ž¡Âô„”󥲆Óù’RS[—¶üX×ÒÓ)ëÛWh±ªC!{e ÀÕ2qu˜‡¹”»6‚Û'%ì›hç <ææ%j}f“R„:( ÐGÉÇ›à«|çí´ßö0à‹üGrë‰á¤ÂÇiø(›Œžh×ÐsOf9Ø}=)e_‰ µƒÞ¯÷¦<Ý‚}:RT`ŽÕõ›¼±ØG‰^SSv”Ä„m&ÐÒ‹p[í-x¯¯J}¨+¿³èºs“€¸)¡$ÏuÀ\Ìõ §C”Ø;}¸¨³ ùîûB´®<ç…’™rËÒ^èú»©Œ»§Â&,õ¥½Ù–"¾lˆàŸ¶‹ƒ-„˜ùÞ"¿‰òÔ»G:ì|º„±ÚõZjMº7UŸòÈ:÷²+ÐA'ZbÒ‘–Y`U027dŒÄUnOË)´Ž"üVúóÞ(KcïLTƼ´á!ùm®”»§ÄFïµ´7JŠÑWf>Ò—GÞÜ‚>l }æ»@N ¤ì‹6ñPË‚iKŠNÍ<üê@¾›©*ñ®©"í¡<öîRK‹s5&áL_Š_èÆh«Óï¯ïÓÑ1qWŒðÛE…l@>o‹QÞûãäø=¯P׊ l@†ÿ¼¯ %ý ôÏUž#ð"÷åÅ)«ýÙ.–þ”g;R¨ßï î! /6eP¯]"Ü6†ˆXåzí+Šb¾Íð­ Zl|º¡ôÒ:BN9Ô1à€_…:ŒÔ¼­QläÁ81õjÎþ·).}WÅ¡ ³³_¨+ÀaÇ~}¨(`®5óér/øÃ¶ âéÐ"CÿXäÒ^꼜¯¬Û%Ç_.U·XåtÐ|䣮"á^]ö‹ëRrðÍ•¨ßùBU뺦Œ£®-x¹Ðƒ -8ÖÉÌ¡œ˜8”c‡tlà w Ú×PA³åe›£ôÔ]ÀÏ~›§ý¹Ì¦ýµRÞt9ËcÿïqJVβ˜—±"©Ã- ÙbFâå4·X{üùlYù–Ú¡?7êdg‹<žMGÉÚ¥&LTñ횊:ï _çèèËERÁ– ±!†GOâÁß,%›€.Øó!ƆæsKeÓ·õÁàIŽÌœCãÕ¼&FÞŽæ»1œãbW Î ôÜs3 º7† ||ò)ðwûxqˆmé¿Ðña®%Ée³å hÿâ¿WÊkNÌL¨CC˺šk¹x–A˜ïB+ÈgCˆŒÝ‘²Á[㭵뭵[Š -캘½Ø‰ø8U›roŒñ‹š}ÿ\K½œªlȪ±sB~ò¼·:ȈÚ¦Fn ჵU z>ßëÙ)1A'Júú>Ø2LK>P— . 1Ö%=lF}ü¡ýîCå—ß.ç9¤=#Ÿ°$Äl‰ŠüíJrÀa»r¸Ÿ}¼À{¦5îéª0ûã¡À C%cUL YÆlЉ‰[#¤„c=)ë¯eýb’Ul#ƒÍu W{óÝ}hÂW mP¯ 3ÿJ“èI©CysÍq/–;3ß(d&‰¨‘¿MðãŽRÓ’â]a¡ÏÁ,bGŒ -S•¦=07å¿´žk¦j¨Ì|¹3 ØÉsÝ“B>íÉ0Ñë"l˜±9ÿÝxEÆãÀûZǨ© ÝyÎsm¹ÎsížkÂۈ lÆ·&þÛ¢@°à§EŽ ³ëkJ:6òTOÈ8ÑÒ,B°Ç¾¹5 -÷·…}a¢–ú!7¤˜ˆ‹y>íØD)p¨0q[ƒ ÷¥öŒ×3-iÏwåÔ´3sowœž§©Ì|hÁ…i¨9GLôß ØÕºz {u&tsŒžsºPݺ*¡&Owû/ ‰‘ó]Þûr|Ú…YÀ:ž¬¬Z”ÐR—ÄøÐc³€v<ÉBZD0_«¾«,N82ÐÁÓô‚?–¥—óÕ@“ì*11®^õ9ëDCJuL`"ìÊ«ì%j¶ÃTU±«këží£DÎõ Ü¿û;u£¿¯”Tž8õm™Ï=™¡¡N瘄Ëyûr¶¦Iß÷’ñ“Ÿh‰yÿµ–6ýa))¿Xd1ôØÔ}9çh†O¿\,¯ù}¹^x:Ë¥œÎ3v@¯\Î×uüïÌ›® ïÐ5˜ðC%:dOŠôl˜MRèiW.MeÔ]9>leæªmHx¤¯ ½¹ÕýøÀƒ?ç˜Ø#@œ˜ø8»¶Š¹3ÆÍ36e½"ø]7T„ÜÞF†Úõõ+ãu”uy%j{”Ÿ»-f§¯ ‹ƒÖÞ„zìÉ VYq↤ b‘Ô¯Ö¶e¼Ü­aR覈:Ûº:£åºÕóØíCxî !?¯ qþÛ£¼ÂMIÑž9ÛýÔO 4H¸¿Ù—úþbšV¸è!ë=Ù¡æ£ìjfáê`Á»-I¡‡Ušï±Ü•êb“åû^LÒ ®f&®H(‘ƒuMÍvu)ð>¡ç³Ô|»†˜´Ös_îÉØS³7¥¬4c=ÊyWÎH?1°‘{ -l„MŽòŸ¬Oz4WÿlGTàw¨ã"VDÌ$C]žÛJ7*îLWR¼#Bxéñ÷¤´Ð_qw U O¬R\ô†h†zh«ò½.ÍLäÁ8,`¦%áÑ5âV{‘ÿÝQzÄÝÅöü÷v3Õ‡ d&Þ66¸iù¤óI>ùr†G:Ò’²-"xè6à-­:èÀX_;Û‡ Ÿ¨J~ø¬Ø%&õ|†Iê±;‹;Ô%o~:4Ñ™‰Ò·¤¿7Ô¥>·ÃvF`a.ýršO»œ°푤o½:P2À;R\ÒtSÊ+›¸ÀçÀÎc «àÔÈÁ\ÎUÔœ-TÖ­+¸ U¼>ÊÏŸj‡¸® a_”$Ðà¥wÇñ1gSlÜ_+õW³tt8P¿¼¹psk×`£íZrŽÃÈA­Š±‘ÇFRî·E.ýØ@/<7²P_§ØX`¯ ‡žîŒâÀ›*h¡î¹"„|¸˜¤üßVíðïK,Âù ­ð/ —ûç"tn Z› ·á’Ì­à×KƒÈ/ÇS,ìɳøÐDÎ>™¥ Fè|‘_öuEPq>Ë"¨õTàñ$ú×$ûŸÕš®ó™êj»¾ŠiSPl2„×BwÖ‹~’÷Oý„w?Mðý~^¹_L–Pöô”Rø¶Œµ/Cø:$ÐO»bÇRGÔcc]ÐoÓ\üîUÎî3ju€¾ÒUà~2 -ùòÿfˆ ÿ®0 +r¨¯¦%íõlgç²¼Ø*+-ôk‚u壮Œ»3×–çz¨¬á*ÛvåøÖúËæP±ÿž’¶ëJñ2z¼¡ôÆ H¾·;ˆò>''ž¯æ"’öǰ¡ûJr~€¶Ò‡õZï;ïH>Ç:&àøÄSsÓ¦¤¦nK uqܱ‰W¼¯$'YúÓ],}ñoÆÁ^{*Zú‘±¾é|²MlW—`wEA¿/3qó,ÌÞ)a]\´=JŒ]Ä.ƒ÷UÌœ#e“£Oõì‚·'Cø½÷~ª!Òeoäq¬%%žê+Ø}mÅ;ú¦¾6ûÓæ 1óPAÊùf"ä]IÙ€oJ˜ï,|·%¥åÚ'è93mÀ{¬Ì¸¯*;kª³Ý·.¾Ð0 'ZþÊ0ÆßÔq[ÄõVUu2ÉÃ]Îq§&\âþXqü·.ëïµ²º?Ë*‡Š#4µ W»†K¹´â±™ƒ±bÂÆK£Ÿ¨ÊÃnÚä°/¿/ñu¡äôScnËJ’Þšzx]»aÌÿdé/t|¸Ï‰‘Vx1WVº*ÄεÁÜÇé°Ê«¾=w¢Å$[Å`›¶£ã@Ö'ø13a”Ÿs•5øÍLCü? w¢Å'\š‰¹F\†¥/Çõ|ŽK9Y¬j^.Ž™ìÊv>›¤£Çþk½²ó•òæ33ÐÿäÔ#³ðå² -»–…ZéCxÏ·e¿˜kM{¶§ÀÅ:t„ Àÿ5Ë!èpY-<â÷%:zW]œ¸=ú°Üœýzk`בófèö·UA©U_7Õ‹ð:šªmù}µQú·µ¼Ý1y5œåÐs¬çâ^æŸê)—“Ô‘Ž ³)XÖQFÊlÔÙP›ÿDW z®)Ë|±Ôûl¿:Oª½ÊIÇ…XGéIÛ£ôäéÖÌg*AðOúʨ[³¯ls]OV¸;&€ìˆùðSŠôÙe¾8Ïê%ùÙLWÌ]mcìÓåþ€#u%Ý6VÙ¡Dî+89°]IJ>ü_>!&XÊ ¾ÑûøË®¤(îbª‚ï0–Ó7¥ìÔ=à±{2\˜µ¿ÐíT…‹™o‹a®z`GGh9peôãt;:è\ǘŒø6CCœ™‰iv6rº#ùálKìësßs¥vmѦ(ŽÞ-ð½Ða“¾MqЧ&ìDO-t‚>*8¡÷ÎÌ„\‡‰–»£$D9&I‡Äø3£àbšƒ?PâlãøH›‚‘}b¬­ÜAûn ¸ª*ŠýŸŽÃbÿY*á]N•rµ- ¢íZÉ¡åcm£èÀµþ¤—ÔO·Gh~÷dhÀãÕU- Ð"ÌÍgs3ÒeWÍC­ ]çºÞ—úb­'ñåá&ábŠCú6Wݸ#'&¬K°a— ¥å¿/—UŸ™éà3.iG’ëaét "Äχ:ª®Þ×—Q×$Ì4»¦š½§*'8´ìÂ33 µ«.ŠØS£B÷T¤‡½º§Æ¦ÀEœ‡Ž9R“¾š‰9¿ÏPŠ· ð|Ðã´ä¯KUmã„Ô…|÷¹Î,—•ð§|õ±U+À¬HØ© ƒ¼¬-E%Å"!çi[rü§Û!^s9ïm2xè©›üßõ’ª#Ÿ·Ô¥h«š[p>[Y}ddAzrúÖ(ÊS÷>2QòþX))ýg«ªgsŒšahA|Ø’s ,WÔüßViÓ_óTäÑX¾ßfWä}sEÜË¥dô®±òÿg⦅㸲tÁŸöÍÌNkf^?Í´Ú¨E©E‰’è@O4áÂ{SÞ{ï Go$ŠÞ€„G彯‚wåm–@uÏìþ»7Ù;oß{±ñ~؈ELà(’…*eUÞsï9ßù¾¬Ê<ú§äkªá¶?ßñ -e»v&9¡ê¯ Ž7Xy×òMÌ&àÂý·=ïˆ7&«SXU<Ú[}Wðò¢*LåÊ˾ï£z>*ª¡ƒóÂ^ÿ§yù-õª÷óš¾·ókióÖŒÑÊ)A­ ßûsÒõsßá•7”KÛ³üÖå7Ô«®Ÿˆg6Á¼Çµ¼¾´MH5ª9tÖæ;ÊåÐ4¿ys‚T²ú¦æQ'“=߇U˜’¸^G~t–×»öU²ô¢íÿ®4ªôûž£mN’¯n<¶?ê;µõ{uÇ$ åmnPÍlñ¾À­S¯x^õ|k»[ûix_™&–¥TŒæ¬QB†À‡§iÕÑYƼ]ÌòÏa/ú§ŸPá®Äô”º°†Úœ¶p»@cDu¼¾À<¿;nŒ™b >ià!7¦ûNøçç6'Q%@×g|b`q#¡guì8ø`މףsØ’Í÷Ý'b d ½Y})­ŒŸ4ܹïyM8·6ÉnkipŽÛ™A—AÉlþeuðqÎÍ箾í;ºùªï¸óaãɵ7M—?ø˜ŒÝ–?Î/ŠJâ ÷›¾²¸Y ¶ýÜ{måmà.ýÕµÌ);¤£7fàó*=/°'7æx­›óâÞí6j”1B:)ɯ"V'ÉW–ßbOy@/¿%^ZgV,¿Ô„f8È,gƒ:, -¨iµ—/oŒÓJ·&„-[Ó¢ö võæõÚÖ{Ì©„‰ÖÑ3š¶§ %+/GUÒÊ\\ùÛåg߯AŒnŒsjàØŠéýpΤM¬ŽŒÒVb¯,¿A÷<Á]}G:[´6†:Öñ‘ñyJMZKmÏ ®­<¯ûnëm×÷þ ô¹”…‹ -ÎS*³¤²˜ŽÓ•2³{àx/¸,ÈJéܘDœ\«>åºù8g•0“Nw\E­‹,+6&»Ï-¾n? -ϱëP e2 ÐËÍ9ZÛÊâÊòëÞ“Ÿ–u ØkÚ ÓsTÑÒ42FmrQ äHÜ"¤\CŸX0Ky¶÷ÜzÝSâ©éQ么qøäNÀ½¬Ô̶µ÷=—³v¹à•È3î»SA„á{ÑûíÒôÙ´W~' a´EõŒ–¨žÖTÓ O²ðw¾;kóT`žXš¶rÐ9·€–qs À·1;jà¦A¥,|Ìî²d`SIj0Üëþ"¤ä÷ÍÌÝY)þ¼Ê%Lä®Ôe­moY$Õ<è+ç6ý;ýöªë?þo® ª¦7<ÁEtƒü°F -ð†ÛÑÃ= x])›”“²I˜µ°o{^ÐéŸv¯OðßÐË×&hUÛJN‹ï5å¢ïeïÑ÷ˆs𹼈^JŽh…ÈЂ¨?¬ E´ -ð~1ˆU^üýkÒ(@ûçù]+ïñÜ{¿´ÞëþÒñqdcŒ -ó­À£Z“@;C6)7aSà q=©2<¸ˆ½1šç¶†ÕÜŽX€Á]ÎG5¿Y{U÷‡·õØ|×ðmxŽPR²[BAoPÉiŽêEø ˆÃÅ7‡7Æ›¿ñÏ!Îøgg‚³øk)ƒ˜–ñ ?„ï5º<ŨHYEÔ™¾sÓmG¢ˆ1ü•µ1€?]ߥͬž•in‹ï=îÀñ®”ÖS".ç­¸ú„W¾2ÖslÄc ègøžæãòî?lM2êðu}óÈ‹‰yäe 3//½"ߘ`TDTRRÚ:4¼>I¹´öѨš«8]`Mšç@öá[ís{VŠ‚ûoÍŠ FW€œ­jÉ IýË¢€»ããR£zBýÊûž“SøÒ¬K19„ô¸žÙšÐ²{bjr]LÃhOå¼·ˆr¬ÆýsË—Þg½G7ghˆÛ¨ ÿòšyíw1¶*¡#6Gçˆ5Y#»gÇ.fB&1¬¡7'áë·4¬õ1Ô)ÀA.Õøò…GH»¤ŠÝåá§»«Ò›󄺰‘‹…{)tlTØ@¨YšBž^šÂœ žž¶|ìu Ä• i…¯mºû"éº_ð‰I±1ª:\I« (‰e›PX¸¯¾ÛõUTÇèù°*,,¾µ$'œ憆×ïyÏ( ¨h^~ñauðç„…‹L˜…Äü’H¸».Í/‰E' ¹­Æ—®L®4llÖ9ò m:CVSš¶ç( 1#½7ëæàbf!Áø3áÒôPË!-÷a•ÃŒizÏEÕ„Ê´‰Ó›1óÐi«3rïƒ]¡(8 -È*eÝSî{‰>¾>N½\õEUƒì|Nîk8+EÀÜÇû´é«oZ¾Š¨ˆ•Aµ*¬b6älbæ®gøÑŽG1 Yùؘ–Ýb 9ªdøçÉA•^േ•”ŠÈ£ày•†Q•Ñ‹Hç˜K)7dàv52jD3* Ì‹ÛsŒÚí9RÙâ+̉ bqhÙÞW·ô²ïèÚ[ÔéðµèóŽqJéòkìYï‹Þï¢s´Ú¬]15ÉØ›sôš)Êõ†ß6>òly‚^å|:é}ƒ?tðzßx×ö­qfy y2ª¡Ô€žZšå6Ùž‘ŠRà¸Q«wùu÷wkoºŽF”¯­l BÎ8z2òq Þ«AmmIXdœ¨NˆÜñ0ûv܌ѺãåÓ -ž¡¸q€ëø™t>0ÃnÙñ Ý͹øŒà\ÿ™ÍñÖo¶&»Ž®¼é8Tbª3 ÖÄ ^ÜÀB¦Íbzp¥ˆ{%0‡)^yÖwÌr§ö_¼O»Žf¨7Â1Éò‚R;Ðwæ“gŒêc‘vRM®Í®ÆÎKn»>N¸²øy>aá7æ½î'ØSy·„ŸuÉ¥)³Vp2Ð_éŸjý~ímÓáœgàæŠšÞ:s·á_ä|àæmâž hj;±ô¬åkõPõ?/½ÅWÅíwÞlx ùh€‰¼´]‡œ>¨)’¿¬‰²6bËæx×÷9À³ -ËÒÁ¤ƒÕÖ1Záuô«y› Â^¸/nRG%zž¶”87ÿ)ëóÓÞvZÇæòÂ&Ðîq;4ɳ¬MÌ_{O©kyø½•Ñ×Y¯@0±z6gI¥«”«ÛóôÚ¤ƒÿeK8°·ÊáøçQµ)h2LqR‡/ý¸8Ï›x¸¬UÌHÀ±²@®Ùœ –Â¿é ªqe“]':r}ÒÌC†TÂÞÀ,ûÆÆ4¦Øù¤éó•7GÒJcÞImßqSºÓVbÛžOÏ9ùD 1q1µ 7¼ÀhÜš¡TøÁyn8~oÖ$Ä}Ô'jn»ïIç1ÿ¦4ibw'¬Ço5ÿ„;n¸Ûõø¬o’*úð<½mu‚T¾ø_5@Ú°we–Û¸6+AxǤ¸¥wb4ÈA«Ìîµ÷¸ÚÀ»+¤—’ÅÀ†’Ûæ{O¼¸6K¯öüí­2¡¥ÕCZ à==ÑVÀZB\/¥mÍ=¼Àl\ß Âß…)É×znßö4£~íñbB#èƒô4Ð}O[¾^yÞ}<4‡8×b/ÜDAvÔ‘VÈ&"§í<,ÐPWCÊž‹i#³+ºÀiß#–äMBÚîò™¨…ÏX~‡<±=G¬é…Ä´mP‘uŒ„Tô6íhÍ!ÍHå 7{¢j1ÙóñÃú¹î#˜å´gŽC Çó ]¤lüÃûò§‹OúÊÁÚ´8Ÿ4ÿ~s]éy¨ŒIDÊÙùÄ]¯ˆ¿»(–n/°Z_QKSÏ ñ„â|¾_Çìi9ø‚C$5ìfÔÌÇ´Ìö„cøQÆ9t;kâ"!=¹6¡Å\[{Ý_˜fµCf…,㺳¥5ÑÄ#d\€ƒýWãú¾â„_™²êýJ䥵JWÊ9ü#à]#)Ÿ÷Ž<ŒBbh†Píý¹ùèâ“Æ£¯©'þév÷çc\}ü—MÙÝ„SH-¿$ͺ…ì¼O:q ø|‹í§–om۾؞!Wå½b¾r´ö«•ñþëi; ¹çæÓ~q2QÉr¿û箪—¬Ë‡yõŸÿ/A„‡LŒŽŒ•Ñ‘ÐÊ×Þ·Îc.'Œ€KXù¸¤…‹þ·'ìΠsÕ?Û{aÇÎìÏÚàð´J°þ•@Ï6lM“kBs´ú]›4`ËB ÇÊî; †íù„¬ À’„VŒ Γ+¶f0#n—_ êÀ ¥:t6ÀUTxžÝèú©ûØööZÊLo˹Xˆ¸‰‹<¯o[%B„ô2Š_-#lskW_ŠÕƒ•ŸmŒµÎ«üS”ª€Zгº Aú&$=k‚ÛçŸ&\q?é9²øq|*b”PוŒšu%·9¨º ÖýéxPs{0f”37§ÐÅÖMŸgi7R& 5ë–7áþÄJNkÈ4 ŽYäøºâÍIÜ¥åí‡Î8Só»AÌqc@clͰb)%8ÃjHj˜Í‘ybåúkdñêkÌéµ1üù˜ŠßÒIÉ[ï)eÞŸ»Ž,¿ì>×*Z|YT©ðÏõ^Ýœ&•…tƒ‚˜iH¾9ƒ¿æ}ÖðexŽRžc7&ˆW±ói{K#Ï#c}–Q³($QËèí˜mônÌ*lÍ‘*lp?k»’Ô ([ÓR´íG±µwœA¥TªR|cH‰+sÿÔýÕ¬°ú×ïè%Ÿ:u[Ÿ¤WÌ6| -xpe\ÏBlŒ!‹Ã³„ʘžÔ1PƒZfST'ç%l -ÅÆ ½vcŠt-ë‘Ê3.©8i2ã&¡£4Ç´Œ¦”™ËxogÝC÷vÜ£;.±¨à±Z6e °®Q ¡~éU÷‘°žÑ•v Y³Ýgc:lMÔÀìÚ™œ´Ê$qÛýÉ”ëö›¸ƒÇˆY)Í9—b$ºÀlò>nýÓ,·øoƒåÿl©øÞ÷¼ñZÁË ÿySñs`VØÀC–ŒÛä­YjÝò[Ä9Û㦯–Þõ–FÔ¤FÀCÛÒV.jz âwÞ×ÝWò>5gatEÆZédåŸÝë>ý·’æÓŸÜD]8°‚XÑÓãà.ÄÒ”´<¹6‰¿´5ƒ¿˜¦\‹(Y 9‡öÁ˧ïy8¸´•ÑQÑj#󜦴‘ʚĤ¸ŠÓž6rûZVgÊÈFf,<|LÇnO9Ý!5¬·%©áb€C…µünß8þ¢ñaÇWa%­.gåãC“Ó9;míI¹‘0a¯ÅôØ«°&õ´>iâôµ YXµqQ±»ZR•ãaã!ÇÝÖ/ÞéŠöÐH‰Ý+®“Qâz=¦¼ÙÊB&Í„º€qÞ´,dåb ŽÑû ó­Û 0>!Ô9,àîõáyìÕå×ÍÇ=OÊ…Ázƒz2y‡ô븾­E M³;#Óôºð4îj`t¡4©•RãúÑ‘­ zåæî¬åNãç®{ÍŸ~_žÒ1Z’ ’:8‡D]¡Ya/d”ÐSzn÷ö$ò‚óQåo+~×0ú2ÎÑGi‡\Õ³»Âj>aÞËJ›è-ѹþ =­9r0n’r¾›¯^ß›„1ëðpÔÀCDhu‘y0:V÷Ö$³nõ-³,¢”`7&87_¶|¾ñ¾ã›µ·è“ëcÌÊÍ÷üöè·7®â#×&èå®§˜¢¸NÌ1AX×W´ùžx9¬a4§ìldÎ'¦í#÷ãæÑ6à“@w±3+·ÆN'mÎP®T„ŠœÞ·çòw@ÞdŠ!È$cí¸‡î‚ùKøXP'Û#Úß½”„Áþa5£;ë”æ¼#Y€ó =„RaÊÆ'fI¸b{Ðð;ë݆ßXï5|r¹=ç‚ì^Î#d#÷@ÜÞ), 9Y/ µ9A»ш0)«BšãÙ-‰h9ð=Ñ9ß苼O6¼ëã³·fQ•Žmßd €EŠ[i«ôVÒ$d„5ô¤I!J™å²¼G"ûeM~ä6 -°4¦ãôì.J$)—5ÒÛW­‹ªiM9'³ëáRóNzROnZ}Ûû]`wuoQv+ª¥·ù^w^|ÑøÍú;Äeà#èOyÆ2z/aõƒXйĂÂÚðs¯øº“wÌúßXo¡ŽC W3&zwÒÈ¢¤, ôú$ælHËj9})Ô%÷ã†?šî]ûìÓ–±k ¾<êiÞ* î8äâ¼C!‹è9ÎÝ_îTÿgÝÐå¿÷þXõ»]Ÿ¼ç“Jw¥’Œ‹†¯_†4ì.HC«({Om¼ë:¾þ¶ïDPI*MX­{^oÏ'åìBRÒ_Ð}2¸@­Šnž³KyY»”›³ƒøÚà*5Ö;º@©Nj)õq ½5¤f·.ã®y^tŸÛ~+ËÚ˜½›ÓÝg¼/[¿Ù€{}Ï {BªAæÖ4»qñ êR|šR›&W¬s>ªû"8‹¸˜ÔÓ›#z Ñ?Ïo_gU¹ŸSJìúûßJœš¾Ñ)ª¾0V}œ;gà£:N»÷Mï1çOõ‡“dyÎFlÎksÔÆ¨ŠÓSˈ1ýÍ‘¸A€ñÏ`Jê~?Ë?û«í7]gàû%ÍdTÏèú±zkŠÛ´1&î\ü™|>4Ó² ®¦Ì¤º´UDMìɹä@7 %lÖæ<¹ò†Z½ñŽpÉ?ƒ‚Ï÷Áç¬*‚:bUÞ'`ç=ƒ·!»ˆ•´±ûÓ3®bÂ*vGhŽzÃ?C( kq\ð ý”]¼3µ¡b6‡µôæ”™ƒM›9(ÿ¶Ôþ¨õ”ñ^ýÑõI|]D{k$¨ØŸâË=¯û/ì­?™x¸lÁ t‰Ý¸]kÊ*¤¤£?fŠÑ¨–TëŸCœßšî?íŸC•Ät¨’¼›Ò¹³Ä&4ˆó›³ˆ3€Ë³ ‹Ãá{Ìd-ð÷俍†r£àaãv–Dâüòà£U@XWòÛŸiOiX­ÑéþK¶[eŸÍË.ÿgï‹æ#Û DÀs¹Ý«ïÉÆ[­¿[|ÑwÉ?‹º±c—°svzGT8È¢2r{sf)3gSH#Fv·óö´õ ê„ýqûw`=K~Yâw<lÁÍ#¦LœÞ‚mäfF/c@ZF£¢ë‡¥§‡7_¡NÇ”äò”–p½`eõæ|bÚÂÇdlBJp¾¸ŽTœG^…LØÚ¬Þ rRš\?¡bs@ß¾FÛ|ÓsdíuÏ—å@»t¤ÌlÒÄGÂß?úg1×Áz^Z±usðâæ ÿ,¯#¡`À×¼9v}¥–×þz’vúWþw½ö†îx£qóðàâ$¯ekž×7H˜)ÀOéÚœè=±>Ñylsy9e¹—´ßéyؤYDõ+E¨í)vCJ'Ä&´Œ–íéþ“9ÔÙ°šp= r/©cµÇT„káBùú{Ôå”–Ö -Ÿç‰(ûÎûAðÏs›·fmë“ü¦•—øSÎû}š–ÿà ¯ôÓ¥ÇmßgÍ䆼ˆh(5›³„Ë`ýz:|uHÙwvñUÏwcè³ÉyfSèÈ44Ö‰p+ã¤+‹/ÑçW_õ_‚T¤ª´žÚ¼e}þ­/îRBÃíÛzÏi6Þìÿ28‹+ºŽ÷°ñ'›Ób*Â*Ò”™Õ·ñ ë­GÕõaù-êôÖDï™”™Üšs1±97“”´0úצ®M¡.B1/¤çô®O¢Ïø§1ã äúŒƒÖ÷Ë*_°·$ˆ˜8ô -µ¾ï#ÈÃ!·ýK/ûNض[|Õu9©¼I/.¿Ã•šwYšÀUï¬ÜUÅÖê[Ü•Õçß…¦;~š©&mç“wWeBÞêDÿÉ­9BuÌÈ£§í\pq1¨FmO¬ÙR!Îl+Ñ— ^‰ h#IÜÌíOY8„‚W(Ë9yÔ´žØ”4c&håcC&&¤f6¦ð—ž¶¶ß­ûÖõ¼»Êô|ÄÀ€ƒ‚p?'knõ~1 Y…EùpÖ,"fŒ¬ÎÄ<©¼`a£÷\"vÞÂCe­\dPK«i¤„€r€ê)ˆ+TqÚÑ_’s“wÜLdÞ! ¬Cà «-¡¦Õ§ÔœÎ´J„ŽÏQê–Ÿ5|mPœüÇÅ5‡ârmÖ! \Š´™‹X›ê=ézVõ›ðLûÑ´XQ°²ûòv!1®çõDàë@žDÁx¢JôÿˆÉÒµ ’VѲÛÓVhdNÚ,ÀDÕô‹/GCJrEÆ" d,bªù~צQì+Ï‘i6à«”Æ÷MGýS]çƒ bôÖœ 3ePRÆ!éÚûàܼ[$Ì{œœ‡O¼Œ1±ž7¨¢à¤°wé S=ÐúûµØËi˜ãihÍ9;×Ǭ]HÝš —„•äë  X«'16ßõ¥, ø ÐE´ZJXŸ`×xŸ o,¿á·Eç9½Q%®ÔpóÒoÖß6ÙžDÅôŒŽ¸Q.Øž¤”‡gÙ])­˜Ò0ËOÑ'øeœ“–é{M¹´|èùÈÍâ5ûýæ/jRuÖÊèÌ;™ˆ˜A\³ÞküÒ÷ w>e• - —˜9X} ±ÌiqbßDZêdÖ68ìŸç´/¾%_Uá®%õÈk¡ùî º[%ŸmLöžh©-Q½p/QHGo jˆ×fz+dbw]Ú•4ƒ:eB”æÓvygqô¨ÃòŠZSp -Y{^;¥#5¹îµ}·úøÆ!ß“Ú?†UØŠËò{{+Ї1¯okŠZÖ±9gfõ@FVoH‰®Þ˜l;¿5…- k©MY—LQð ÝKÞãóÖ²68id¦÷tÆLmOÙy˜„ƒƒœBf¬iÜÈîjÉMyO¸¢tÇGGí¸i]A5­vå=¥$´ÀíIšÔ‚wèaÖ-↦oϑ˂ ô ®#!‡€îzÝw:©awìxy³ x!cWÚH¸ž2c®nL÷üõ)¨b·”ÌÚ°š^¿çãþuÇÝ[e`²Zçæ$òìÚ+äñ¸’ÕšX"óԚÈ<®Ìù¸ñ ¬ìÓÕ'ßþܳëã6ñî`#:!2®cwä¬ô–„¶ûdLÕö}dy1¼À¼Ó‰q~èfÓúD÷Ú¡Ò_-?í:ž†¯‹ã,” -ó&è×Ö¼SÂÉÙEŒ¤–X½ú¶îkϳÊÏ6ÞÎÅf帘zT3HHq¸¦ÎÑ Ÿ1­DðO"Ïg‰¥á~ç®oäçŸâNÄQÂÊîMÛÙ}X }ÓsPñjýÖ; ëæ(µ¿ø$ò”…Ù•wóH/—7°:bj^WÖtµ–T½ö¦ýHG¨ÿà”K2)sýêüæx×wðul«ïÈ—×ÞsªÃ*9iyŠsÃ7F<œ¥V¦H{Nù/‹"Á®›Ïˆ< Ï3ê7k/¿&W+:ÿ0É«ûpÉSYó?ï”Ë ›ˆº>G,u=ï-JÂçI€Ö[ŸDœ^y×óýêX÷›Èâ¬U19©R6 /¬¢ÕÂ8’5pûcÊž“okþà}|ýS ‡J€nnLYD V€®6KXAµ6¢¥5BcgQ>²³¨¸í bóÒö,ùzÊ$&§,|œûEßI+ŸøçUÉà/>ÀKFï¿úÄâ]/›ëÎiÌùµ)Ò5ÏK$À Z]ZÏÅî9¨-ÿæcbþm…IH[PåÞ§Mô ¾#—çr¶÷þò´¸ô·i=\W˜ ‰9nó.¨}y¹1c%V‡æpÅa%³`—<xuRK*_|uý×î'×þ¾cÒÈéƒ -Ÿ_ߘ£W-½'^\£–~ppÐÿû2›˜s›Cš–£k“•¿8W´çKrN#> ¦Ö¿{‰-€ÎgÔ¦úN.¿hú|õU÷w9'··,Ìûäƒi§ˆ•‚¿o5 ò#ænfqè~~Qq+8Ó–[ìŸÃ\He¬´uäf hÇÅwø‹Ië€lgY6Ñô—¯ÿãÖXïѨy!f$TÁó훤W~¤žÙšçÝ·ßf€îM¨;Ol½¯û£ûiÙ?-x9g“Šw–†ö¼Å]Öþz{ŠÓ´ªäßVúàp‚³ýç7ÞwÛœBŸN‚ZÖŠ¼ò_¼ ߃`]Q°KeöIåy áâzL¹ýqÕï5×ÿ1i¤¢ö6‡^å|"|>$:K®Üéæ/›ò»n5oáôƒù¨÷>E ©˜mÀ‹|O[ÿ4Á-úOæÛe¿Ûk?ùo«LüÿñÄPÿàÿ+;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙovàÈ~³Gö›8²ßìÀ‘ýfŽì7;pd¿Ù#ûÍÙo† -ÿ±†CÿAìW‡W0påhú“®êO—ÖœE‚ç-h.Ïù¤á“ÃÈ¥^9Ë#3hŽøP1xéäñSghÁ£i‡ŽüuÏC`§C2‘Ì/¶bÑ4üw‡Ž‚]/í““‡Šüø_—ø“cŠÎ^<~úüùSçN=sáÐ…¢ó'Ÿ9}öìùó§/ž:{áýÿq§ÓgŽŸ:yñüùsÎ_8}î Þ鯯]_táLÑ™ÿ—þ‡ÃÑþgÆDû„ôIç'ŒOš?¹xèÈw‡º:?iÿoþóvž·2ŸKjBóÀ”0þúbÌÉ÷ò‘vMÇã}|õxùЩSç¾³T -¶.!üþþ?k'Õ‚?(à%á¡¢“‡nêí?yïßþ|Ñ¡ÿ|œ¹S§ŽŸ?÷×çõÿíó¿>Öÿ×ýÿÇç÷gü߇ìÿ:Š"xã’LÃÿõÏÎý_±¦ìSõɉr¼€ŒÅ_¿Ñ]w¨«á“^ðÞcæ¯ÿ‚g'ûìÙ¿.EÑ¡þC§N§ÎÁž’þ§Þèßßôï(ºðq¼gÁo<ùÉáLJwñ¡ gO:ÿIWÍÿ×s{!“”–ÐJɯ#4Ïnj˜Ý ³;ç¤u@F|MLE¨JèÍ §²‹YQ»gkŽXZ Ö„ç™ )½“1‰©QÊHh…è„ž× 7ƒoº»¥toN1—_*¶Æ å±yRybTéÈ5q5úRÚ,"Ç·ïÅLw~Œ˜%¡ap†Q˜ÆGfà ¸«I%£R‰Y“Œ½ô†V»ñžÕ”4rûC*ìµí9Ô¹ñžq¡.c§µ'T„ë)=½5måá26 +e`¶'4´ú˜†V»ù{R³ºöœY ŸÔqûSF1#ë”p“Ú¯¤”¯#Š‚S„kÑYfCÚ ¡'4BTl^Jò‹zH™þŒaOmu}³þ²ñóðDÿÙ´†ÝžÑ‰ Y“˜²><»ü´ãðÆ«¾coûN¯½iý62‹.>4gõZLÍlŠk8QHÈYå‚´]1Ñ °C*9ůôgÙ}ëà &eftåm|2ØHY3›Ô1[ãj}\Ëé«™7zv{ÚLo[™hû~cªëTÖLm.X„ä]§D·KyX“ÍibÙö ¥6e’ñ «œÒRë‚*RE ÌQÖɧå¼bAÒ*$m«©MÞ·=' ƒ7òa­)ç‹ ‹Š{Y—€–qòi;˜up± ©:©%U¦Mä:ÈHiÜsƒã9EÌŒ‡…l,DÒÆFD Ôq#½9ãäâRF{Ö& äriÚÂëÂEgíRÚ* µäZ¿šP™4q³ë±?ø÷öÀq ¹"ãPDŒ"JPÇC‡àfB þR6¹,b rŒ<̹n½ÌÙ‡3V)7cón.nÔ²1{Òv:ïs3à=q ³2 ÉiÇÈý´SÂÉ{$¢‚O>”vr°I ©²‘Zfb]TCªð+I ê»ÍçœñåQݰXíq5«%¥bµæÌœžœ•Ù•·3»rFkRÍíÊš¤ì´‰Ú’Ò’jò6 >çѲ61=k—ñ³Î¡Ñ”Eʎ脨¸^F,r^Æ-¥=BfÊ!¢gAœÃ¹r²ž‰ÞãKãˆÓy¯âAviðAÖ+“ç}ŠÛp“¡œK*ÊZ9ˆ¬…Ö”2áËòNB}ÞMjYWÂÔ5¸)d’RsFF[ÚNkÉ»¨my'½#a VúçP“z>¾`»ólÇuçMÚÁ'F ”ú€5¨Ã—¦LB®oø'»â¬‡O›d]wÆ çÍÇQ›’°Pâ&J}ÌÂEåá¦.> Ì!!çT eì -YÆ.aÜÜ_Vùœ¼›GÉØ…”¬™Ù©áFî|t¦HZ%¸ùYΧ¸•²³ÑÛÊžã[sßo+»FõäÏXwñ(î‡_Mòç?j‚søR¸9÷ò“žÃ1%µ&ï³s^‰ íàb2v¬hÇ)\bVÆÆÃnOQK·gé•4³zçFk?ÛxG©Ì™äœûÐPÌÌè^ßúõÖxÇ·Q-¯à#)íT ÄÌBÒÖ,ÌÀ3«§`ev§ Īà<êüÚûþ£yJuÌ,elÌÒª—^ Žm½¥^N :*Æ”–\[ ^ߚĜÓßmþíú{•¸^ˆ ëXíþ™þ3‰î3I ®.çd" #³ ¹“ˆ=zÎ>r'k€Ì2FÊÄëK›i­¨V¨;ôŽ”Ô4òÐi³BÕ‹°¡9Q7¤—Òznºÿ¤ë§²²Þ©üµývÇWñ)1¬ôlOÐJï)WÃïÉW ¹Ê?ÙyÔõ¤îóÅ×Ý?µ~éyÒw>c1ûý3¸’õ7=ç³貜™\Ÿ3a¯e,äF¸CÔ7KØ÷ÀÀŽK&ÙõŠ…i+£#ò&ã”òwàXñÈ’nÚÄCîX%ì_l"ꞃֶë"ÔåØªðlçɤ’Ý3E´¤ºÈ<ª¸à2ö¼RÉ_Vä£y—ˆ•²)‹Œ›|!i‘Rf)-Ó.€ý>ÙPnqàVÎ70œsKxi·€¶©"UA]9r'¿4pl7wV–wóîáû ÷˜ £-¦ECfTIÒŒ¾ÒuŸéÅpcXƒ´M@„,DÎÅèÍØ‰µ9; `4òÂÆdÇ·q5³§`¿ý<羓0 ðQ=»'n`t¦¬ldÊÄGç=2yÆ-`¤.ï,¾Ê{o½I9‡â6!5í 7ä”悇ͺÙÄ”PБkƒZnÿæÀ -ÇÐ蟗Ģ¿¬r¨)+³3iâ! -vF÷®P“ø5 -q`]ˆ9÷ècÈ)“€š‡ŒèÉ I ½'i¥¶EMÔÈbçㆯ×_+ò· )VýÚölh–x-oeuç-´¶¼Õ—±°{rv™0kT¤­rnÊ,¡%tÜî´N€È~Œ?.rCM©ÖÜmù<4ËéL›ÏÒsû£FjcT+Ïé];6¸)Ÿ”7sú¶Ùœ"_Iƒ¸ ϱ“jN[JKoHá†ÉÔ&ÈÂÅ@ù=¡ØõSÏWcä«Ë¯¨W·Ç¨¥ñfSxŽ|=8E, ÏRÊZfKÊÄêòŽ!жÞQA~ƒ:.I;X}Qî*d¡5g¬Œv€×}yÀ «„žq™ü]ë{>&*iÆWDµè⸞Xž4RÒÛãvgDÍë *YM¡Y:ÈKZMhsÉÿ¾÷hh{Rs:6ÇQEïçÃ3ŒªÍqúõè·~õUÇ·†»¥ÿäù¹áI »3g’rr6cZÓ -1»Î¡»°AúòêXÃ7&Û¿ -`JBjjMÜ7âã’nOÞ&áæ2ñŽk`Ôl^ÆÁFgì||ÊÌîÎXø˜‚UD.€¹Ü±Q .|uÚ†, )¾µ£6bm}q:2‡)ÙüââTúÄJÄrÂÈéKYÄ´”IL‚@ Mš­à;·ˆ_VÜÏøÄüŒG"ÌxäC /n¥<\ÂbÁ+âì.I»KbqÞ'âeAþì.Ž¾È»å -¸_LK©Ý± è»^{ÇËgíøøŒœ‹Šê¨õàTq#£n¤™³ˆ›ˆž±0;!îzÎÆê/€zÑ3;¢ºA~Ú:(Ï;Ä,¸©TÒ"$@ þ%ììþ¤‡Ù]Q<Ì/ŠÅ9À‹vV†ŸæȸPÖ¸ ²Q[ ^6!b¢·.O‘.¯NÓÊó®‘›=ú„œ¼K*ÉÈZ©Í±çìötïÉ한C@Ýñ =ʸofÝCwÓ®ÛorÞ‘ÇQ0·®±þïà „«9­eÇ)æä—÷ÂÊ;Q=àÜzzCLG*ªPÅ93­ÔòNÈÌî ªÉÛóÜΰvT1H©)«-©Å—…æg6¦ðÅÁyNKÌ("¬+Iî§M¿Ï€:œ¶€˜´‰1 «5®5À@ªŠëi i3£=0»²òS”T Ð{Ž¡¡,ÜäÞH©èH•Q=­n{š|Å?M)õŽ£ÎPßÿÝ8£êwÉY.¥–óôÚØîÊÀ÷Õ÷=G_õŽ(×X)pÜàÌY€1)#òRLÝy<®é>Ó ÎÅTØËI3±¥a÷lOJ÷Ü‘´ëæàÁºu…U¸’¨ -{)¡Æ_Y@œš®üµåaÇYƒœ“00[ý3ˆ¢•Wm_®¼hù|åyëþ BÉÊ®x\ô÷K÷)»f…8 0#o£4MÐÑ+âõ°Ž0O@Þùà1»Æ–7¿Ž÷rIY'Ÿ¶š -æ:k¾ÿ&msGÈX¹è´“ÖöaIÈÝñ±±y½Ç¯Æ—ùg˜ \Ã÷>,‹$–h=©÷LTÝ[Q«'\ÏÚ˜Y;—w‰Ùy—\Ù‡o¥?6B¾œ â4f¦5FÍô攓ƒÎyôœGĆyäR §bfÎ%í.Êä–eC»‹"ÞÎ’H÷‚œu]b9g¾™sÜ|”óÜ›.xïí,IÄùE+æä_[ÆÆAfmBZÚ*$ïØGî@-@L™­—.=S“²Ð[#:r%d— bF.2¢£Õg"FÞ3òSÁ7ôn³»"Ì/r©—Þ[ð2‹"aÒ4‘kô§¼ûÎÛ«ŠG€“ñc&˜§æ¼¿ã…@@ðX=bÐt+{Ó&Vg\K(‹jI åFÒÆèI,ȸn>Ézn%l2AÄ üxhä—bä/‹REÌDi¶¿lú3N&e!×E¯Yïü60K¯/¸7S.&&ë`!vìŒ>Pÿ9+à*fr]ÂD®M;¨­y/ µp2ç¼õ²ÞKÙ€&´IÙqP“‚ZJuÄHkˆ€\ U`Œ¸½e©ø -çÁÞ’t`Ç+âî%ÌÎVðÉÀ&OÛ…ä¤𠇔—<)ã}žfwE,þe]vkoE:”s±q¡n‚”ë[pÈD…Õ Ž’Ú Ö8 æœ2ib´¦mp#wvwÌDoλEÜœW*Íye²ü’T¶ðäÔQÞ'Sä–$àÿÉrî›/2®Ap<ù­‚oàfÔ>°ÝÌ}•uÁ d™= +à‚€7æ±%Y€ËÚ¥@+3;RFˆm¸¶r±@Éóžá·Sľ‰›ÄÔ]ð¹‘ݗб:ƒó`\Z>=m¾ 7bKƒõ„ëFhè¸uyíý/Ÿ×þÖ?‡¾Ôq:×U‚NÍî?YtIêø}1 ½1ªb4ø§•p#1Ï Ä÷þ òõ]D´¥¤Uû•ŒZ —¨k“}§Ê®£Á…Žï£šž¢ÐlOQRÇ„<Ëõ3âxÆ0ÀOƒñ%Í´–¥·Í_8júÌz»éŸ-#-¿ ¾f¾Co¶=jüjómÿé]+•3±»!0ÎíÉþïÚ¯µ} ê@)ìCPI«‚Œ|LÞÁ'åì\tÔ­)䩉®#öÇu¿_Õqú7­3ôHhx¸©_TËhˆªiµYü¥ ’p5e¤·d­ìÞ¤ ÄЭ>c•²RFNÏæ$â¤ýQÝo¶ß£Š¸óÞÇý'R.z×%¦`Îd`³&§`QÈr61#j ÖÇL@C]ZpŠ˜»‹ò‘ ‰Ùµ -Þ›Ð輕q‘¶‚Ú£î?7js«,|Æ;ü(íº°› l¹†NÃÆ„Z†Ò˜sói ½Ä,í %ö¼2ܘàQÐô%&æÃµûÀÿ‚S.Ë»†nç\Ã÷SÀ°Ö1#½9navÏ\™î=X²ãå’ ^è "d£w@vFWÆ-“'ìB:ÐFâ¼{ðVÆ)ád\\Îø¼KH8͇ìä–_ä,dæ="^ÊÎB&­LP×ÅÜ,àŠqµÔ¶ à¼Q­1¨"–Æ ´I“mbz`|P…¿–µq°i°Î;0”õH$¿»"‘‡Âõ%¿¨¸]ܯ°(–d<\<\gva40˜uÊÅYÀgs+^©ÔGfÚÉFÆôÌXÅm\LÐ@®ÚÌÇèãœ÷æóüŠâÇŒCÈŒi­! µ.ePìƒ# §/¦sêzÖóPëʸ…ÝãAÄÀh kh5À¯Bs䪄šÓ—u -i1+³©¥×;žõÞ#\ÉØ„ w5±@oŒ+ŨନguLظ9)G‚¼ }<;Ù2téÊû®#15® 2 hgöüÙË!æ@žGµ”ºYÌÿ$¥*k’ÆTBDTÍjöO“ÊÃsÔºÈ ¥*£a4e´œÎÍ÷ý§­÷kÿeã-ê,ÈHC©† Í®§û‹¢J¨mèâ$àtYrYÖ"¦ŒqÝ1‹HQ¾42ß},¥í?›7â+rf\YÔÛ'Ш€ûDT´Ú„†×“±È9€};n>%ç¤w†5½E1 ™2Ë%Á9z-¨Ÿ­q  iس90)©§µl+‘—VÇ»f BZÆ$eA1má!àLvùÏ‹RÙŸpc!#h 6¬NŠ“F1-çý²ò\Wí)³€’[‰2>© Ä&5둊Ó¥bÈFnJºO%Lˆâ„•X›rÒÚ sw¿ð ýXp€íæÓ÷í×;>­°DnÝñ²?`´5däÝŠ!øœ%|n>——÷ˆyQ€! ýFÚFïÜx]ðè•Ý3Rêb@³„-Ü–ÔQ3àW®{ã9÷ȃ¼‡K̸Xý9 ™…]\<äâbý:¸a±LœqÝŸËMu(O Þ02š“&."cµ¸Òsð0zÎ>úè£Þµ ˆ€o ®I‡ˆš÷Ý>Kb Îdáóh®[OóÞ›/áf¯»€ÿå}l\®“KR9\ãRV1 n® -¸Öpa ì³(æ=AÚ&aÀÂmoúÏMܬþççðÃ]ßÉœwøAÂÉìÛž£\_›´Y×ýÙ<àYi›”›4ß5=³Fíwß$L| dÓ3n¹<ëL$$ȬAæaEÚ"õ 世X¾­&–úçhU“ˆ’sé!%ñzBÉí„ô·F£ -jpAŒØRr› –6Þõ¦ñ¥Y“” ¸GYÖ°Ö.ÁÍN!Pÿ6§ûN®#N‡æiu9³\˜5$¶Mj„ÈŒ^F‡´|^)®Â]]{Ûð‡ÀdÏÑè±Ò -Ñès›ïúÏdÍ"JÊ$"$´ÄŠ­ñ¦¯–ŸÖý6:‰ºšÝ–³ˆ))¨5j"4E\½UvIÌ·—Põœ†ô°Þò@®MöŸÚG—ä­2QÁ¡ÚZ˜qð«?idu\`N,ldè8H'Ägí#÷#*rÍÖXÏw¡)ÄÙ¤šÖé™íÝ[\& ¤T†.,˜Ä´= @}é‰Âù p -¬GyÌÀj‡›¢gAîÄ.Í ÊÙo?ËØLe\ÃsžÁ;)  ¢@£'ÌlÎ=üà£(m–0Ò¦ah†‚WÈʸ™ý£»àc¡ó>!woiðÀSà.@HAL¾4twÏ'Ì»…Œ¬]ÌÜ|ioQq'ë…`ÞxuÚ,çf¬BXçî8ððAyÆ)—fÁq2`¿¸EÊLZD)ÇèÃõyaÿ棲r1»>±`Äá/«ÒѼOÀL:±È’¶ÕQÀ±#€“eœbvÁ#díÁ\Í= O;䢨‰Øšï¿˜5‹¹yÇíg9»BÕ³;bzÀµKÙù„¥¡Ÿv@},x$´ù§ÈrïeÆ18˜vÊqÀY!°&¹ÅáÇ{ð¹¶E‰4æ)¢çõÌ-ƒÌÌ®˜Ã‚ûæ³ÏwyÏàM˜ÄuDpÙPp F Bæ–’ß3ܼ5þ84‘€¿ÝS|œÜ”ÕwX§K[2Ö8°) çѽZÕ¡b! ­…W½ZÌ£c¸u,¸Z—ÖðÉ~MyµmNJ_§Æ™K*—ÅåG+\–ßÄÁ{T¢[É-²ÏÑÒÜ -.r[Nƒ©j³/ï Qó?-‚üc,)œ]P È®yrÂRWúåý\üÆ*jˆ~28W]ãÓ»µl”SÉ‚9•ÌÜÝiZòÚêÉÎ81BÛ{4ÊŽ>¹ÓK<6‹¡Z¦‡@z4¤´í‰¼Úú7_/·&Ÿ÷ɨÙö9ròfâI`ž‹ ©y$·œœâyØ6x²Ò™|i£+÷®yñ®…úú¤¥õÉXÕ Ÿ0²p>Ñœ2jÚþ<ü™W‰‹÷êh…¦ÖÌˇZáï«qÀÌÀ@ó¤>£pg -õv{ õƯâlLQvv«“‡ñªš§}:dÌÈ÷§)ʚijʲȳöLôÚ1f²8å7ïL)Е†ñ ¹ª×©`B¾âRPR×'¯öfˆÉ ö9Ò)ýºº!¿¡²Ù£+©tCÞ¡å`³ôTç¬å•ð×zK*”ã…âÚcKqí«â -Ð'4¿‰˜éT#߀ìYèóp룄xðw9G–ª¾ÐBõ`Ð\ÙZ(­ƒ¼äj¸K íU} ->Î;/¦TU€ÙÊ–Å>Àön˜låÿuëx”ÕqJübåõ²¼ Zs €¬ü‡àÖpGÛ¬„>Ol*:|x©C%`Ú”l¤MNIöè8УàO¨OÁ5xÕ\œ¾-ïÖþ èce[ðè13Èy! d Ö«§äÍÅ[³ÜÚ;ôH%È&C–⪠¥¸âpY\zDtd -l³¸´a~ØUïlI¹ËXѼüÔ«/«9°”µ„*» ~û}…Ž êiùKÝ…O—{0‰mMŒ·6SL±©ŠE‡‹å­‡È!£åïLá£üj¶s–ëÕÒò÷†k€g¾îQóñvËw¦éIÀÃ?¯ˆKV8tp¯¨ýyÊ­¼€ÏœFÁê8â‰þcÎ%Û5ïh±¸Æ©‘œJ1íO½SƒÜ3ÏAø”<,³˜1nô·ùž]ÆïÎRâ -z&È,¹.93Ç£àÀ]2FÝ^ô¤‡òND 4‡îÕBy‰’±'ÇFl=_nÏ¾å˜ &hùT¯†Gp 3Žä¥"Û³`¹·è¾O²•‚ (éù®r¼¬!ëŠ8çÖÿ̧<>Z~ØWS3ÝFaP+d%’€þn&çîþ,üévæoGJ|bh‘Z´+G‡y•BVô³OÅEO@µ|ŠMIHÜB½òΉù! ™{s„P‹™¹”åž—Ò“˜{Š]èšãÂe÷é©×¾Ýñ†Ú~›LHYîÅ¿v€g2Š÷ˆ+¡97è±µÒ[÷<ïÓ yN…ìT‰™n{­Eh ®^+Šl@<øÞ;Í#›Kë½:hä|Ð?÷]p¨!“€µÔ‡ ëá„PÖ¤]=²Tx †\Úªf‡Z ruqÅñ¢¤üðY@Ë(pÎÓR¼rn‘OÍ'MÔ‚C3—È ê,`®hõ‚÷ß‘ã"Ö'pol“ìÌ#]q‰WCÍ èÙøã…²¦Q"ö€ ·­ gí(h™›3¤øÕQ\ؾ‚ƒ^Æ¿õ¨%ÜÀBEgp±h»´ÄmàQ\Z&Ü>GIZîE=ÙçæAš0—TyteÕ¡$° -šE¢ÃèÑ:ÆI_e$˜Ebð@î -.Vt†–¤hðþ³€Ô¬¯«íÝ•“ -6gÑ‘~CE›ÏÔ¨rë? Ï–̸$·Š”Ô³ÐÀ y~pýž±Øk.®ò›+Ûƒ e>#®0 ¤¿¯Ä!¡çØRÞ -<¹2¼Ò¥f#%*jk(ã·ýiB<ŠOÇÁøÀýËÛü€ÕöAžóšE|‡–^Á<ºÌ9ïYÜ¡Ò "P«|:ÈHä##çymo茆…õê&ËÒn—äÑCû¯J€g•ÖÌwcëÕ ->}E£M-nÍS“K¡×RIÝxþÜ{GLh)æòV›JÌÚ•I¹>}í`ÐòúЏòÀÂeM\š×ÀÂÚ•˜è ™Ï. ‹·Tø¸£å²ÖãõªÉÐrICÀć¸rh(.Û|h‘–,H+ ùæ£e>7h¡¡Ü:\2àlÈ¡„–¢à’¤Ì­â¢|Ë£±A½Q =h>-¶=~o›#'z }OJ>~{œžèœå½5 üæØHÎ:Ðc¶Æ’nX»ãÙìɾ慸CÎÈrC:¦Ó¡œâÕr±ÐüƱ‰Ž>0ÐáÇ€#A=”8¡}0³”$¿RÂÜ™deïÌPS¡ýg›CY7¶‡syçhùŸÌ’b¯Œœì•““Ü2Àü2Ò=•zÝ6{v$ïŽäø‰ h(™>99ݧdyg+‹½sÅ §’˜²ÜÁ> ½AÌ842q‡Fª¹.%j«í`QR2Sò|ZT¸WŽ hh¹!ë`AR5 2©Ø-ãÂ÷ǘî)>Ò5Í)èˆé!39×­fx´.¤]àùœs´G^"ÌApË0Îø‹àÉ€…Ö_½*Ì-£¤4|"Äbà%^!Ùüͯ'ext”ì´6mªîuhË*\ÚÊF—æãd@_Ù 2áHÇF‡´ôB·œšõæ1KƲúðúÀŸõôñxI(>631!=1Ý¯ÃÆ[ÈùŸ(ù~&q_‰Kp)…ìI ´šïƒÖ¹Ô€†šïS‘3‚z6ä…¬Ý9ø+¯Q(ö.”68 <’Ý d»øù<·4PóF&"hzo,« YÄ¥^îÓÒò:r†[AHÜž.z¹5‹‹ô-H*ýKzüNpáÔÏÔ¤œØت2´XRw¸XÑ}jšË ZDŸ™‰:^ƒç@cPúi¥¬šÏ8^æs>­pX nËCØ7 VRüi™ÝÀ&zMÀ@ oÄ ÷KkB‹ñÁ‡é]Àd¬ÎeÞ>Z.ï8\)k,W} ¼êÓrå`}µø¬Ð‚Pp]‹ERí9ð(¹%È“&ûxYòˆ@x‹áRÓ² yèCÀw‡& @‡\Z\üö4â…WM/‚®uWFÍ\êE?tÍpŸ@è¨y^ì•}:ãÆÚ@Ì%ÛXákï<)+¨ãà¬pà·¤ô^*/±]FÏØÅGÙg‘¯]JRbÈ4ß"’Ú´Äô¥!Ø=Ÿ¬TäLìUóð»ã°'–ÖøSý·ý -JþK²MÀ¹çQï¡=zF>}o8å²m8ýžy ã}jJ†m¼ÚãuÓ1‰´Í±[¤DŒ÷8<¯da¡Œ«e"ÝrZ´&éQ³1`œj*&`gzá§EZÑï‹Tø' ÿi‘MšÉy.5:Æ¥ %ûÕ<¬cš sMò‹œ3”d¿ñþÐDlÂ% }Kᎌ’lŸ êÚNŸV̵Mà£íc„„†G=2ñ˜^5%Ë>{¾7Yð ®9 ó¼*>> ga|rŽß@Éóh…Ÿ–x¬OK¢'È,nT ´ø“T -Íiƒ×‘Y$=0‚ç°ò¯žOŒ÷hˆõ9l¸Ú÷°TÑZªì,ŠK.Óg¦yM¸,—„T×é+>¥¥ 7#Ö‹Ùg(™ÐþtOÑ^Èú -1×£ò›öcìƒ °+ÄïN£=òÚfÇœ”åœáÁöÇh©îIRªO j -ä‚)Ìç4êå¡õ Ô‚GÅCydA@SRÔ—T„¯Aû²½ 7‚2lÌ¡…”7Öumˆy;¤rÌB~@ÇÆzu,Ô.Ð5×<-+ ÏÆ$.†ælÌýE€žü¯•E 0 æ½çÏ5dbŠOƒ‹éEN5)§“÷âl7ãÍyÏ<—þiEXñÇŠP -üœeSqP655wqõ¦äàP[2FnPURz ªí:Ò—V¹Ĥ Ä“­áœëöiÄs¿N@Ý™æäíM±3C€1>-–4[è è°÷ë™p4ßk»t¢]FËY¾úÐ$⇠¶4 -AŽ&&8´ØØ¨™ãáÐʺA­xôe—+zVø·–’å30Q>=›|¸À þ+› ˜¹4–{}uŒ ÛÏ}_.>RRâR–•;:Üê½ÀgÊöµÊšœS¸6KO˜«û=€Ü "±Ï,,õJjý¦’ªàB9¤ÿµA)Ã.ÃG{u\ÆÑJY»o‘It™ i.=!É©ÆÅz-øÿ´?¬fâh­¼÷p©¸æÔíñZYïÁ*_r®Ý²¿ šã410n%2,d ‚>áÒŒô¢#3›üÇ2‡ý¬<Á§EªY—Š”´=[ô̯eBk( o°&!×g*m-•µ‡–*º]àºýfÝcà b ¨ežð`@-B÷~ß®æbœ.èÿðÈBÃŽŒÅåGæâÊ#‹¸ø“…Ï=0³ñоà Ðx¿¶êãÁRiÓáŠø£€ë?>D9²ð˜Ð·GÍŸÁÅ-”6.TvKªŽô%åA­ˆ̓Bû—üZ*̧&g¹e„Ø ªXâQ×´íË% ‡J²ÏñQ^wžyÐ̦84t”uxÏ0%ó“®²)¤ãlÓ„è½RÈb€­9DHY¸àÅÀßëwöΜùç\(ÈFrŽ[Ž -³M#_.u¥œßlÏr¤–HL|¶ôF@'šË[Ž€&*šBzÇ ®Ó­¢d‚sýœ×TZí[ }>Ëa¤Ãló€Çul|pø©œš³1ÅÊti*¦Ú!hîíhµrøh¥¤ñÈZü1¸À"ü¾,©6ôKª†F…¹jØc.©ÛRðñ{j&hb"ÈyÇf*bwþ d¢ÿ‚¾úÃÂ¥™†šåº³=Ž~»7‰yw`¤ÁŽøl0^¸ È+>ÓG¥Ï,­tL7ð‚#hnÚ÷²(’@ó¹!À²>µî–s`5§È£PüF d3tPË€O̓Î_øåbš[ÆA8åtÀ¶´ç?`àBÀC , z’\೎V„’c«¸"¸(z@6öjÙE~5Žu"6« -¿AÀ=—úvh*®ðý[ž´öÂïn Ã~ÎhDL‡‚ƒÛ™¢%;ç+ŠsÅ,¯Šò%n`m¼àkžš~ ó>-HŠ—úrîNPs½©àÀ(ý´Èe-ÒQÿ]e’ÜFþÚ#Ñ6Ç-€Ö߃fOIùŸâS¶–QÒýrZÖàèC3ŸáS3r¡u¦\ŸR@>ЗU‡Œe ‡ ÒªãEÃ©ÂÆ@{4÷ ¡úòè¥Àcøtämè|Â5mkýb{ó6`À§yÔ˜(hòÀTÓï×W¶@ûµìJZ¦0þ!xN~— ­oƒ1†ý™aµ¥e~ Í}îÎPÓàÚ‚r¦[ƒ‹qêÈéÐùˆ NÌ=4–V®­ @{œ%å`<­<ðs.É©`溊žAsòÿ ²gh‘r ­0hÚjî“U þï:‡óÇ*›y`dbLêñФö`UòáhUZ°,­5Rrl-nø´&m½˜2IK@îòŠËݦò±nÜkª XŠë¼ ÃBý\dÑ–ÇrnoMñûŠN½Sߤr‹«W}ïW~hš ¸ìÐ"@çW|&i™CÛ¢ò™*Z}€A€?U@YÞk ìËPá:Ú«¡åý¾$.þ_«´öw‹< Ío—üÝ -ü¨áÐÄ¥™éð€‘šçƒò±…Ç9X”Ö:ô „Øg¹jô'èM‘bÃC -!3똥$Ú'ÈQÎ9zº0/´߯"§8gðáûÓ¤h¿’ƒ°Sãv‡ñ¯m£„wÇf0,'zä6Œ[AÏr+éY fPŸ–øhÞÈ¥ááœj>tΉR‰¨!5а‘ÐïÙÁû:eÔtš…Ø›§¥®Ñb7†)Ñ{Sø¿Š˜ì˜''ïË)i;Säû´¿Ò¿6Tôtèh¹CFÍ:Ö‹xÇZ‰ ¨g¢ q¿l’³JÃ%âŽõRÉ—¥5¿/sA¯0Ðо9ÐCqöi´3Ù¯¤¤~2³IÿèéÁËÿç™0r"è—¬#áWS3}JRÆþ4.Ú3ÇÊ;4Ôô5€)€¯ê@VR½*bJÈ@L èqÉ^ 0ˆ…!àК¨WAÎ2¶Æ1¶ÅþâR¾ù7:åp­éÓKü /xµ|ÊYÈ VXú¿ d ¥u4íùD¿žƒx×gˆAÖžLÉwª‘a{rÔ»y< Z ^ƒðXh#«!Ý=^ã ¡çìž³5NŠØ%„ý_«¤úàÏ=azÐ\ÑZ–~-2pÇ+ä‚ßÁë@OL9ÐQ2€f—9ôOV¡ôØZÚ8¨¼Ú¦,ƒ\Íã˜éˆ—\ «Hµ)KKý %Às8Àk£ÀÚ&!'d¦£üz:¡dæ»LÀk Í©a>`)krƒŸL,ŒßDÍ÷ê0 ^ãÖ~œtjû·Ç@o,—u„–Ä¥n ½Ðoâ’>Ú—4V4û4RÉÑbiý¹´Þ£’ðüF.|*¨£"Bzà)€Cè˜c3— -ø¨òØZ3}¸Q1r´ZÜx¼Èã€CøtÔl–’0Ps}:J.Ьì=9à7”6M Ç v™Ù„5Ï>…}»Þ[twkýlcðv­ óÄ5CMtÍ£àß쓸·›E÷7zó¯­uf] -© I! -ׯbæA~pËI 9%ɯ¢g‡4,„k†™éœ`ȉ®9J¢c†iŸÂ¿Û›Ä¾Ù›f¦nŒ’£¶F1ÏÝ2\¤S†rºv)ÈI»S¸0MKÒ/¦ŽÌKÛcàïB‚GÉÎ#| -F®S† ³ÏÀŸû5¤ôýyJ²m‚¨’Yôè³_ ò„Šžã˜"Dìc^9¦0¯jJú' äS.ûÈÂg{•lÄþ4%Þ+§¥¶ªiY»c…W{r¯¸'é©A¥ˆt›²ïŸþô‡E(ö)ÈiÎé¢çžù‚‡¿ƒÌ~l)© ™þô"¨Ë÷»#¸piÿ]aÒŽ, TPOÍñÈ qö)BdР⹡}â ›¦õ=ö8X¿žœi—!^ºåÄ„ Š‘õŽCË'mOÑ“]JbB@O™‡”üÉÄÆh™…5=°`o:‹ -ÍK. GÐúž†Í7¤…À½þ˜ÚwÔˆY€ k*à£öp‰?ãÿ»…‰õ+Iɶiô[§yda õ2pæ’êèCKIíÁ¢€ç1@™…–¿ÆÇí¡5¬žKÈ ù°øpY -˜¨A)# §äxÁgûûC¸ BŽÏ\Þ ¼äÃÁ"›p¸È"þ±Âe9ÕôÜ}ÀÒ;2váÚ8%Æ£.¯öèŠËvgè™ëƒèÇA‡ü å.ç<1qdR¿ŽGtÊ8ð1fò!àÄ#À1!-í˜&DúT¸˜€Š˜t bäC{LKê‹%uмäÑRYç!xæA-ïSó°N9%e{þpm°èáêò‘} -óZ_ö„Ì YÄûó -tWí÷À½·OàßšWÖ;°ì¤¨~ô#Ç.Ì1ÅLÛ¿µv\]¨Oûy£3÷Šc -ÿ:³nWI+=¨'Î)B”_EÍtƒºvÍ12wG‰ï¡óŠö1züfá…c–‘¾=J _ëDß³“¡¹Ù}Pÿ›}Ew[ó//µÝÜêG?öÌc}*bâæXÑ“õ¡¢GŽ9R¬KŽñ(H‰¶ Räö0%ÂÔœÿ›m”Tpà~)É;‡z횆=Þ‡?tM¢^ÄŸŒš¶;NxoíDÝuϰó7ûóomöf]vOcà -Z–{î™ÇG»gI »#Ä0ï,æãÁ -Ê5ÍÉuÍpòwFÈàó0Ï6 -ooÃ8æ0ïJ|œG Í]Ѳž£‚Zrt&æ:‹£2 õ œQp¨2ýjvÑ¡‘‰‚üò(Ï<)Þ=GN÷ï×àSsQ¹˜îQI¹¶YFšGÉ.ò)Y…ÎB” š{‘âׇPO6‡q/m —8ç©ÉŽiJ\PÎÌýÃÀÆ|/?È5;ÃÈG»ÃØž9zö‘Y\|2dHË%zæyžYr¢w–»7‚{¹5´oŠçš¡¥8§¸ùû“¼BŸ‚[䑱 vÇHïwF0/\sø¨# í™§¥ù”lXð§Ô“×À§;8T\ŒW# Ûåàõ¤‡ }ÏŒ;´çܯ¡åü¾ÀDé9pdh-̧¥eïËñ±ë¨W.%ýDz¤öØÌ!ûu”œÐ ç73.55c<›µâ«¥ÜkéÅj'ý½ª,ÿÂF?âñ!ÐûCeÜ@?=2t˜OIˆß›¢Æ[)o—p/]Ó´LP¨½QÒûŽ‹ûï’@pdŸ?ÏÌ‚ØÈ©‘<ʉS&åZ{˜ÑŽY!~{œW°3NK8foùtoö`.ÿ}ùúùî7ïÀPRx*ðw` o­­˜»öa›­>ÔƒÕNäíRØf/#zw˜“¼ÑC 3ÕÁ.™kò/l÷^mQ"¬´hyEæÏ;C„w3ko’ú<|£ùh«ûÂ6L ß"‡íŽ“¢Œ-7Õ•¹çöÖ•ôl¨ÏÖ{‘÷ þXnCÞ\m/¼ê™)z噇¿²Oãcv'…Hû´ Æ -nŸ"F¬õb­÷àžlà^dŒì§È¥Ÿ Ä9&©  Ÿßí=ÞéϽ¶Ù“w}øÀÎâÞú!ZYøÃzWîÝ#5ãš%Än@¿ÓŸ}ew(ÿ6ø‡N ÕîYn_ÉÃMHwÏŠñûÓbÜÎ$+c¡~ÝXŸwa©~ÍÒVxekõô@Í„‚úü½s–Ô2aAã’±rC ßBsJ‡F!' aÁ|À¶47¨‡ŒžfŸÅE­ ÜÝ=FÛ$G¯vcŸíŽÐ’Ýs|4ÐÛ81Ü6FŠØD?ÝêC>XlËÿm¥~k½÷Ø=FKú_3ÈÚà½í3”8Û8îíî0tŽ÷Ö+ãÙÁß®ö"+*RÏ,~,¼fëÇ¿\í€ß°v^³¶Ãníô£_X>®-µâ>)Øæfpwuµ°ËËíèû€=a9:;Ÿæþ'oŒßïÏB{«$¢QÀñfð€ÞG=·°OÖèE>Ü@=wÎRA²²¼2^‘Zãüólê™¶>ó¬¡.óŒs i¼ø¾WË:"ây”"êþ<§`c€ðÚ\ ÿÕX“{V&I;5L‰ùb¡.ó¬x‡m„ë‘þ×Jµ¸X`öµaôMcÆiKsö¥Ý!ÔSÛ8þ=t¶+hÐj.Ò>ÉLµƒúØŸ¤%Aß#²Ü‰¼·Ð„¸ºÒºkí£FzBJ@EÍÞŸB¿uËññA%Ë í¹íG=^mG?Ü ÄØÇ±o=2V>Ðþ Ç4=ÔþÛæÙî êázwÑmS}Þ¯šòœ_×:᫜¨¥fÂCk îáj+îár#êöFéåR3êöv/þÅÞ 9|ä -÷,ð—qFòÞ=ngøf­qg¡=ëò¤4úÛIAâ·¦ÆÂ[ëÝÈçû 'D®õ^¬õàŸ.µä\ÜìJ=oªüq½»à…}Š_´1ÌNwÍñ‹ìÓÌÌõ>Âkˆ 7º -n¹ÆÐoÜã˜wKMiçÖûÐÏÖûIïw‡)±ö1rôVoÁͽAØ}û(ü‘}ùÄÜQtoJœðÍFâűF@jÉÚsu£/ÿÖÞ(êåÞú… ôµ}œ½?AŠÝ@>qϱî¹2Þî¤aí¦†-·Q^-6cî˜ëó/XÛá7lC„p×-u{÷* äâ|z(éO†„¾ÃšŸµ†y.&¨caÝJZŽSr›œó‚ß_î̽fnÈ:·P—wÙÒXø›¥öÛj;æÁ.xf{ä÷4#u„»Ý‡{ºÝ‡y²Ð”}øíoÆêÜs›½„׈îqá;ÐygÀeŽì»Í!ØÝ•ăŖ‚«Úš”_FYoÿi¨Î¼°ÓK|³ÒVpu½~G_›yN!Lú^!L=aª)üu­ ÷ÜÜB|1)ÈÿiJyBYš{Ö |Æ6IŠÚ¾´ ßkx¶Ö‹¶5BŽŸÿþdÉ<‚ž»=„{½yÜæõJgÁuUyÚO†šì3+¨ó¥¹×ŒõÈ7~9ëeÅ|×EŒ?¹Ô„~´ÞMxi¬-¼hª)¸`mÁÜ1Ô^šäG}7HzýŸ¥Øû(#Õ>ÆÉÚe'[;ñ×{÷µU?)KÓO-µ nõß|1ËK¾èècÄî0“¬]¤ç‹­¸¦Ú¼s›mY¿Z?¦_Øn‡ßßîF?2}È9o¡Ýså¢íVÊR;ìš¡2ñ„¡4þ;cYÒIcEâÉå¶ÜËÂÄSÚjäKk;#ÌÒPxy½«ðæfOá͵®Âë†úü‹rIÚ÷ÆÚì_·1¯W;Q/½3BŠcœ¿7J‹ÙÄ¿}öØÚ¸e,©­Š?ú;qk•¼ÒM}·7Z‚Ûìe­÷RÛó/髲~ÖWež–•%þ2.Šúaoœ’´ êiwý|£õh °­µ+ÿ¦¥%襁6éUEÌO‹-)ö§0‘!€éšãnàßCßka©/¸´ÖYtgòÈNô}Ð+×¶º±o\£”Ø=P›Û½Ø§]Ew-Ù6ŸÈ‹Ø$„íÍQÛS¼<›Š‡ƒ²¥KŽ‹Z<9'NþV)Í>¥)OÿY.Ž=¡¯Í½Ø‚‹8 êó®pÚÎ þ­¶,ëô-ö‹^|ä]¸È/ØIß/´^¬ö’Þê -~ÝŸ GÛÆaÎ è»_Šî͊ÿ‘—$þ¤«Î:7Î< 49Í#ããwi±¶QZÜj'â–®6óçYaÒ7s‚”oe%™?5#Ã>ç¤^XéÀ¾vLp²wF(1+°ë+M@s‹AÖfœµ´æ]÷ó£k”™¿9&eZ‰/ׇè‰.yYÙæ#ES•y~ŒòþÃäȯ>"^ý‡øúì_–Ú³ßn eÞ›¼þ—¹!åŒ{ýÞ9ƒÜSðÀ9‰~í—“’ƒJ>~’žä– ɹ€²ÐD~biDݲ|Ì>o¨M?cm+¸íž¢&ɪ²ïdÜÿþLµé/‚j‰p¡ùfBõÃzæå­¾ŒK–úø“ÖÖÌKž9ZZ#áŶA\zðææ0þõJGÁumMÂ)MuÌ÷óâèo¥é§kQ/¾®Êº÷ÏÍnÌ;skÞåI~ÌW#ŒØ/F™ _Ήҿ¥†Õ}õå˜$ö[Ì»3“‰’oïš66áïkªÒN+K“NÊŠ“NLqã¾£FüsF”~º¦¥ðÍ6úéÑãüì_r|a¨L9µÙ^xs–sbÿô3]qÄ7–ÂU)þÅJ3=r‚—ôíÙF'ìÆrCî…¥ú‚Ëš²ŒŸUÅi§, ¸Ç“د†28¤O¬˜û»ýô˜å6ÜKòž¥ö`Røò?†ºäó»üì.FŒù#úæf=bs€ôf³óx­q{µ«ð†¥)ãWeEì)EiâæFÚsSùéZéÕr+ò¶±6ÿ‚©>ÿ’ª2ûì´$ëL3&üŸ½Ô¨oÖz°ï6(áúêÜ3óÅi'ǹ ßÌ'ý¤®LþÙø!ùÜÖâñ$òT?=ìÔþ$ z0EÞKUž|R[ñ3Ѓscœðÿô1_#L»óù8?î‚o†ž±ÞYx{µø^wÁíÅæ¬kÀk¯®uFžV”¾þnma—Óóm“”øàAú:äUk ö¾éüÊR3ò>È—·ååéç@¶| -qÐr[Á½õ^r˜¡¡èº²<÷´¾®ðòR)lk”• -qÖ|qÜ·«Ý¨G†zØUÃÀÔƒø7º¹7Ôå9ç–>¯¹!ÏhA<˜fýªª(¼¾ÚM‹Õ–\Xj%>ÑÖbnÌ3NêªòÎ-4bîÌKs.Òcn|¦­ÜÛGåÄ}?D û×›áF|¡*ŽÿzœöÕíÍ×+íwE°g_a^ýö™Z -|´4æWZüÅZ»Éš:̃iqò÷3⨈ÇëÝèǦ†¼‹¦ºÜ‹K­ˆ;ÆFØ}S#â±sZJÙæ­uãž2ÏY3/ 0¢¾.Ϻÿ÷qAÜ/õ䨟pQ§Ö€Îè@¦ÑTœSW¤ŸcÇ|S÷üsVìÝ¿*kó®Ö’b~%DÜùÜÎ{C¤xÇ-ÙrËÎhá#ScÄ eÉ«¯d’°oÚkñ gEy￟«&Dm -×»1Ï·{ón¬wd]67¦\¢=øÂÒ˜vÝ9ËÈ]l-zb®Éº¸Ú [ê€Glõb^Z[r]ëÆ<Ò~(¼ÌM¸÷YMÁ»_œS|ð–TÀÂÑºŠ„ŸŒU©§×»`·³¸ˆõÔËÄÓ¯‰q×>3vÀÞlŽ6Tåœ[¨Éüb’ùüäb[öíVØÏÛ½„ä]I¥}’š²¼ džgÎ Ô ÷4êÕÎHÁ=uMîå¹jÌóqiέí!v®µ‹ør¹~{³ýd³ûÌ mZprñ#òÅÎ =a^õÍjòåF#e¹ûÊ>ˆ ÿ¯–ø¤¢åî ž™š’Ï{f¹(Èo†ôíÅvü³IAæ©1VòwæÚ¼_ã˜×Žy|ÌlmÊVâµ.4RÃåE7GqÿžÅZiÊ¿úùµ‹ðf”g!FijÓ/ššóîŠV:Y‘+¸GËð{ËíÀñ¨²ŠŒ;‹í¨7­Ì„_[©±çÖ(‘3ÒÌ3£¬„¯'¸qߌ±~è§%à¤ÝÔµ¡_ãî|ùüü‰¿4"ßþèWpPvè;AÏYZ2Ï›ëãN™>ÄŸ[nc’–JÏxòeÊ“ó–ä¼(A^ý£º4ôQä·Ó¼g_1~½Ö•ûho’ÝËŒøQ^šq-¨.~w˜¡­H9e¨Íº0)ˆûžþëßš¯ÔÕ!_Í”dßpγq{ø˜-  ¶bøÎꕲ:íüG쫯š‰ïN® àc¦JòA¾ÝØ %;¦ )»ãˆ·+]7t’Ïh?¤³M± õÝØ—†Vă½1væö-aµ½àÆfOîõÝ¡Â{; ÛÚ϶†„dûdµÔÚ#L×ÕânñSOuàÂþ¥-Í>»?B -©Å,Ÿ¢D°=$­ˆ`‹Ä¦¦ì ÆÚ”Ÿd¢ŒF˜1_¶#_ýÝR»¿>@M—œ_j¦‡[ÛïÛ1þ>@~ó•ª,ýguuàþÌS–&ôǘé™`Öº÷÷†™ÛÃì,s쪦4ã§Aêã씣̴s‹õø÷ýÅEúòKuEáuIÖY¹4ñ;MiÊ÷[]°{{“ŒTeú•¦þÌ9ËC¯öã_Y:‘÷­ÃÔ¤YN‘¥÷l^’þ½RšùÓâGÌ]yIêOêòôË}Ì}=êör3îÑVùÝVþåfþÕv?£À=Ã!Úf9)âÉI«^Kk÷çiY[ óîObìã„0Ç1Â5MMÜe¦jê1ϧ‹s®ØÇ…4yeÎ¥>òóʤo¿^íN97!yûo…8ñäZ öé,ðAQâµ/×ÚqiµˆæU0ssÄØÝQØSkkâEmɳ/›Ó/ûåB*`øleuÁÅÕ~j¸¶6÷ܬ á› Îûÿ´‘~ÝFyzBY•pÆXŸ}ÁÜEŽ/‡½<1ÈN¾íšR£Œ$ ±É{£è°µî”›Ö¶¬kºªÄ–š î¬õñS«1QßOWæ=²MÑ’·†0/´²¯/µfÞZï…?ZéȾ®©J:­k?écÇ|¯ªÈ½aiÃ?_í!¾ÛÙÂ>É)\êǽ™.˹6"H»ú0Ç>ÍÊÞ`eÚgøE+`,WÚò¯nö=útÉÐXpSÓTpGÑ”÷vy6Ľ¨*I9½ÖVøx«¯èµ}㞣Â<2rÊÖâÉ ëíWK-E¯ÝsøîáÝzêÁ\IÂwó’ä“s’䯅çÖz ßÍVf?‘æ<ýr±ŠÜ@¾6þ]i*¸&—Æ~߇~ñ>rø umÖõ=л‚Œgÿj&Ä~2 -r޵'õêÆ5vg_àš“\3Bìj?öÅú !Ò6-Boô‘¢·{Šîk3.hÊ“Z÷4 æã³¬ìµaZ”¡…úÔ9[Y¼?#!oÂìÐYÛþü»Îù‚—¶IÄÓ  ‹e1wä^c3ë­ñùéÂGÜ}uÎ%hÎe½ õH_Ÿ÷ÛBò¾¥‡9^Up³›û•¡~s«—¾=@[ïþXéΰޗ žgæ%cMê©­JÂÆ°øøå9IÊÙyIÚY…$õÇíìÇ'w¡ ÷V]»·= &ÈêðOO?k.ºÿEqìOk½¨'ûÓìÇ xÍq‹v'q^ï3–VÛ%üµF¢© óØòsßÚŒ½o©GÞ°õs²7z™)‚Øï u—¶©ÑàºoÌK£OLó—å]Xh¥¼5•ášÓü:!ߥâSó55E‰ØÜ^ôx¶$ÔPÒ÷ -iØVò€×"ï K]„·ªi§Wºso@ëT ^n÷1âö†øÙ“âÌK㜄+ûÃ\âþ µÔ[p}dæ=P{»ý„·Î!Ôóý *¨]bŒµú^'ì3ç#¯L:7Ìzû¹¡!íÒ\Eö­AâscÎ ÷ »H ‚z)âå‰ÉX’w¦˜½Ô˜wÉP“ðã¬èí×#œgß®tf_ßC½Ù£¥,ö‹‘Ï¿ªÊ ³Ï± -Tµ9¿õ2Â~œÄüªoH¿lü˜|qo÷^Ý”ÿxHszwŠšôõQùÉ—“üW'Úr®¬ ­ô"ìŒ`Ã6(±`\~[ê §¸då’Í1Vº©~{±qw\÷Ë =ìë­QÌÛ}„¯ì gÃï~«ï@¼wÉYðÝQrôú þåúöåÈÒ°{鯾w€l>U]øª‡ñÃF7>ro¼˜´=^BÞçç;L¸[CGî+i™»rf®M.$uÐÃÔV§ÝtMóð{S"¢k† ÷€÷j¨¹¶IøË­¡‚'!Ÿ¼\ÞãTÐò×óîù4• >uY¹{^LÞ¡Åm}±_Æ·ö³’¥§‡éï¿åÆœãEüЂ»ÿÙ÷õIuSÑÝ&Zø÷£üèŸ×ºðÑÛÔxð¬až9>Ê1Í*\É¿¿5‰Ú—I™û3%¬µAn–¥rôÓտܛÞIBôþ(1r¥õh­ýf£Ÿ¾7ƇmÓceUq?jë‹în Ñc7†¨‘ŽÒ¥òvgxE+Ãø÷{ªÊF›²¾Ï6ÍCZ;Šîh>dœ•W¤Ö7ÜÚ›`¤ŸÌš-O:;!Œ9i› Ã¶‡YÖNäc]mÊcCö••~jäê;}w¬„²9ÀJ76Ý[ë!Ä>K¶M’ 5†Å¶Üóå‰çÇÅ‘ßmŽâÃöçùøí)V¾¡õÌ6#¡îM 1CÄKkî½Õ΂[Öî¼Û[“¸»ŠÛ·Þ‹}mÅÇ9&±áÖ®¼‡3Ò˜SÌ×ÿå>¨J=çžàÝŠ2éîL soª‚ j½3J‹[iEÞÒÔf_S4À/ô’#Íİ Q,Ý%%-5£îÐ7Öú‰a»Ó¤ÄIbâæ8!vGÁ'µ -R|»ÑÏb¸5õƒ;òŠ’õli÷ÜÜ…|l“^ÑID‹C´”·WOþ¥ñÌ®¨¨_Ÿ‘,mEwÌ-9—–»Ó/šÏjê¯ ’2VZ¡ùho–œìQ—U:dÅLû´eŸànö³V»á¦ê뤸Ÿç¹˜{¶žZÚF—${¡üx©‘ül­¾ÕOO´ÍˆP;rA2/àÓÇÎ ~Ñî07woŒ sÌ -q»SœœÝIjÒz?éõF-|m€Ÿú‘ýoYIáoËMä§Û]ô˜Ý>Nææ€°ÀÒÎŒR•Ã.-µ’#6ÆJˆ¦zô|EÁù™²ü[æfbäÞ0óv†ñáÖö¼»¦Æ´ó¦–Â[öI)aµ ÷\[rfýÓ8'õܬ$÷± 2S9i@€ú­&?âkc9ûPWV ­í Þ]í-¼½Ü‡Û%'ùl„k–’¢«O¹¸ÜÊIØœ¨™;¹‰2iΠã?t‘ÂO 3£ç%ÿ¦¯G¾S}$½„¨Ì{ýMPY"°O’€–ßo Á-´çßZÇDíɘè=™·=ÁÏßäBuà˜" ?Ú(|¼ÝŸÏXwJ]ù“m„œêš-ç™ÚØ€/w1Ò3Bà×Ôæ(%fs’½9M޵)9¨=}U놬¶acJŒ]f$/u¡Ÿ¯õâ#lS¬Bè;×q¯Wz­]¸0笄¥©F\7Tç]°ÔÞ]ë$gºeb¶m–‡2v`#fËRÎmްÒݪ²2¦¤xk”³Ú‡|¨oʽ9W™xI×”ñÔ9Ï„ùÁ¿m3²Uõ¹—¼ªòªUà© -ØG²âŒÓE϶ñiû³ªC!¦Û¦x ßó“ÜÂՎ»s’è¯Çy‘ߎ £~Q×&_Û/І¾ã ªûµAFêÞdg -ôë+ÉÒTt}˜úþ‹YIä·‹9W7)‘Ð^ü½Q>|³‡¿ÖÉNl¹Ø {©i̸«nJ»¹<†\¦å›»pyyi[_Ù´õÈl1w}Š•ëP Ø~“´Ü­•ˆ,ä(üÕCÕù©NsÉÇu '+@ë‡01루¨1bÆÎ$5ϧ lrJÝ’wekг1HŽÛŸ©oW0×DÙ†„GÏL0пÈ”«rõú{µ ™óCKaÎ×ÃxØ–rNØz7ÎØˆy¸Ø‡}nêBÞÛe€q®íL–Ò¬CR¸¥›kn¥>75Ð/5sÃ, ¼wŠ2êiÖ›¿uaÓ¿SJ©77ÚÄimüm ãùsÁ,%ß´URW†¤ˆ™ZÜ=íGÊ›½™êšå>^î:à׌”¬ù{AU’pÂÚ”wÍ6ÈM_h'+K(7jXOMUÜWkÅɶî2äZSq–¶¸4|œH;­`¯n6Js¶z…9k=Ø'»ƒÌû¤„n›kì³Í”óö&Ù¹úú‚ë3’¤Ÿ,M’ÔÅî:’¥µ4s¡ŽýÊÚZš»Ð I\¨ã¾]mÆéÀµöÓ1çºÐðuúûݾbÄr'úñRgá]Û)Í©`³Üúên—¾ºÃ&—0Tõy·tawA^ˆ·Í‘†ôMcMÞùÕ6ØÍ­nÔ«½ršc”›»Ý#ÍÕTrŸ.6'ÙûkéöþrÂz;7^^’yð`’[':ôUkóRÚÒ7Û:ÁNÛš öçÅϼ„jŸY{‰¯Wš7ìÃÔhÏŒ³9"‚7 ’¾hǤ~«+£‡¹«]ãÅ4kgÑCKKþƒ­aB®G[ÙìÖV6¸Ô¥Å»S\øÎ3Û¥”J÷å|ŠGÍ'm!^[{ ž˜šr¯.vÂn/w“¢«aQ'‘)¿È%äë¼×DUñî@ n©òj£±?TAZlåÃeW7zIQ[ƒ¤(û4;ß1Ï…ïO£b¦KÞü4Âý¥ýÌ1WU -õÈ*H†ØÛ‹-ôØUÀx«}Ä7ËÝÔ·–fÚû9aá•9~áoÚÊ[Mþ®îcîõ‡´+†æìûnƒ¨,°X;\¨ìY%§ë;Q/·d%Â}]ý¨ÛTÑâ6r)ËCè÷s55M™·'ñQ^½XêÑ—Õn‹Š¬]ô¸ª¶- øÐîWUÕïŒEè>F\4¶§\ÞšÅG¹õ<Êbñµ¹C8UÁxØÎ@œh$åü»8'þsbÄ«ÿA<ò×”[wÿòôâù¿œûþßùúŸÿË/ÿþÇ_ž9ñWjìƒMr~Yí&F† BNÀ$älÌ23çZˆ÷&êhwÆ+‰WÆ$˜s}ÿ£¯ìj$ÛþNÛL÷L»» ´»Mãîîww#ÁÝÝq'Á’@<ÁºgæÎý¯ç‹<•û¢V ªNÎÙû'©S{ÓwÚ‘¥ùéÀs¢aÆF©NOù™u’x ›x,ìÝP”ߣ£å·ë! 7d<ðËõ>J‚e‚V¼Ü… [îÄm 0Óf:Yñb>þe7z¿Yq¥ª è51é8,4ähá§GQ¡Ç9É!'±‘Ÿg¼{s$ôÉcPÀýë àÇ7Ay_ý´ƒÓ¯,µÓ,c<ðŽ¸Šº>É…ºqA: —gZ«2UUìà -ân7¢àB?²ôêåßßí…^k(J?_òé¨ÿÍ« {ÎBÝ=JI -ýsˆœ_] xƒàž%£œÔ,#L·W¼•Uç<Û#”¸5ÎÒ5m‚QvCLßSq¡Ï5\Ø'òº©4ö,5ùÇqxDÀ‰¨çOŽÂB¾œÂE}=‰ ýüÛl-<Æ%'#í**¡gS×§0±"xèÆä+ ›ÂMŒc3!@SMü4Å%½§Wøu£ÓïðrÂ.¿;QôãÛÑ/nž\>úþèöQRÜËí¨„Gc¬¬€åh–KI)w¨˜7Ï[cäÔÍ1\¬CÉ€{õ,œMIÌší(y©àæßÖU!ÞkèÏ•9 §ó>½;RüõÓ\TÄ XØç˜¸ SÄ„°“À¸?¸y$åí‹“°èà³UÙ1'7úññv%gSñÉcÌÜ•>XÐlGÞ§ÕH¸¾úv®‡¢oC~œâ—=hdœnG£ž±rž›x’”ýGÄË'Ç®ÿù;èp\>}ôàÒ9Pη—¿s -¿Îrþ^¡ó*dúB_Æ[Msìó½9 -ÑeàWšå–Œâãv¤èX—š\d•3À›cÔÜ•AB¤Â/‰¿KK‰8#ÈŽýùí\Î××§yù‘×Ç)ñW%¬´»Ë}ˆä_ˬšÿÛá ,L0ò»ñ¤•X|‘É9IÎÏ:ž -yíz|ýèÎùs §W¯€î_½úãäo ÛgÏ€‚ý€²Þi.O9¯ægÞÙÕrízr±a0=H—¶r‡*ñÏëÙ§9E©'©YÉÇ‹#¾ùáˆÕ; Ä—þ ìOïAï‚ü.ŸE¾xzÿô6èôɠЧ@,{vD˜ñçt#캮ìñ$£è†ªþt®!­e|m'àïÐò‹ÿ€$&É -%¾ÿúòàèþù3 ×®~Ü¿zwë2èâéßAÇ@ Ð…ßOã> zë:XÇc"jÁùväÇåJìò¨®lcÅŒ H¯›‘Л-(ØõXù9rzÒñÜÀ/Gb_¿¥¿}Êyÿûâ9èåë ‡À|\9wôÛ±c ûÎøæÄʉüMY y½.†…YÔ°¸…¢7ÓÈÉ…[rJ×Gbüëá%gñ©qÇÁáAGÀÁ_AÐo 0¿» W7/ƒ^\¿ -ºpòÐù߃^: º |žàg·NÔ–‡^Ö5>3MÂBVFKÞ›&P‹íà7ó¨Ïã|È£.BÙ¥êò¼Óðؘã¥! ÌO¯@Ñ/ž€^^¿zrñÈïÒÐà çAÿøtòøÑÿáÜ«[À¼¿¹qLÆËýâUs¨{F~¥SËÁ{õà?*vÄø”¥~L¨¢ý¦Vpö2,òhúÛ÷ —W®€ž]º -¸{úø10ï@wÏù]½ºü矠ãGn×K|óDI¸¨®E\âlM´ -mŠjþŽ”‹X¥¦ÈêÁOûÅ·àÔó˜äP`N‚„ûûž_» úpû(ðþ}ÐMà|gOœÝ®qïÒUÐ鿃ü/_ãç?ÐÔä<\í+ÿæ&#þYcUî.ð„Ë"ZÎâ(#ÓÐ –VƒŸŒ0+ž P Ïkг. ¢ÂŽ{uäp;@L|ðÿéå‹ “ÀZ^â;þ•?¨,4ø8:ñÇ™™ÎòqYØü$§¼¿ù¨™Tv‰Íÿƒ˜[p™šs¼ *áØ×篎\=wt ˜Û{—®€žÜ¼ -ñù8:9ã|= |_ÊÇÌ·C?Ø•¤<›š_gÏŒJä]5YC5ì¯U`ÒcŽBã"TDGI ü -zu÷&è püðúøø>°n¿srõæÅ‘ð—~Çp ß/¶#’n3òŸ-ôbõ˜oòjô+e ù£²ÐI+¿Ó€^«Bb®ÀsrN¾~ -ð{úôè èþ¥Ë ËÀçô0óÙÕË [/‚Îüv -tëôyз{O@?âþl,Ï~ª¯E/÷’b–ûè †^^öXùSz«²,ó” ¼ð´Vq•žv"ôõ+Уë7@€8{}ý -èۃǠÇWnnœ»º¬×­Ë×ì¸ -õDΈ>!áB™¥´|³œ’·8œk/|a‘R—'˜¹ªZÌp íCu½0.êXÐ+?ÐÇw@±/_žß¼ Ìñ)ÐÙß~=º| téÌyÐÓk·@‘o?zýæxe^ÜÕù6T莘”½>‚_@ϵ!?Zñßèˆû]TÔ]~yÁ¹¼Ð#‰Ÿ?‚âÞ¾E¾z z~ë&èÌñ üÌÇ5л~ ‹gÎxqê÷äHÆ÷çF™/í2J©ÇÀ¡¹g9 ×4cWÓÊׯq±ÒÚ²G’:Ì›*hÉ•‚ß§¼ûJxùÈåë K@._úý$‡7y¿ -ºôçÐ5`ÜÏnÜݽräwë(ç{ðoèÄÈ˪ZÜ—¥>Vªi¢‰g•W ç» ‘Æ.R¨¶ÔJ,¹I=üâèÅÍë ÷÷€nó{éÔŸ@^œ=rñÜ©?þwþ7À¾¼ýäwó(?$èhUAü±nHìëýˆ¨Ÿ Ü*×4±£å×Ä•ø-eMõ’ˆæÀr‹³OBc#E¿|~$êÅk`nÞ‚^Þ¹ úóÄo ›§Ï×½zzû&è°– ï>!f¤žBÒžÌtTj2niI#Õ„—£BêûÑj^H7žá׆$ÜìÀ1ž!”{𤲳EaÙ‹/³Ë/ôÓê¢ÅÕ=ÆîvâúxmS\‰µžÏ¦«ZT5‚%i%RÖÏJo£ T‘^uÑ©¯…è­j0òfŠåGÎÆÜ*‰.¹P•}“š~wŽ’”t«{«¬¥¥.`c—ºË^¯¢BÍŠJê¦LHY¯ÆÎŽ44µ`>4ñ| $çöX0¦]XÆ„a³Ë.WÄe*I?ñÉÿ%èɵ @,_ݹxÿ6ð!9ïf+ ý^SÏKë$GnN0óÍb>Ò4É‡Ï °òøÐ¤K삘?&XÈç<ê‡6&Ý¿ -Oy@*B\MŒ=þáñsÐ};oðíÁKPЫGC?M I>ZŸ{’Y^rˆ }5׆ÿnST’̻̓” óªyU»Ó‚§VÈ3)«Yꡚ’º†X}§0=ýïïß ñ -}÷äÏtáÏó ¨wßO@3˯“ÊP~Ý êÇq5p¡·†b‘Ô×®³ -|‡yŠ ¶L±+VGùåÆÁ:”¢;RE|[G†ßE•^ΉH8‘q4ðõ Çï±{ tþÔYÐÓ;/AÉÁ±ÇIÅ×Û ì˜Å¡*šEF«°HH™.=—é¯ß]¶zæë -TÝ —÷Ò¢»„‡Mì}vAÑe|FæDZÚ¹²¤äó?>|ýýÓÓç ð÷Ÿ@Ñ_ƒŽÆ†ŸýøåHAJÊ) -¸äÖT!xy€ ÙUS·Å•8³„Y²>JËÔ6Ã^ºÉ1K“ÕxI;¾]|‘u*öËû“¡Á¿CÓâΦ„œzýðèÝ#ÿã™±Ù—ãcâÏ¥ÇÄ å•\àBỘ˜÷ÊzØG1'ãê\gYàÞ,¿nwžÅôaöŽ’‹5kª+²*Џ•ú½½‚ÌÊü=üÍû#¡/_ƒ²D€r#âŽG~ùzâõà„À÷GáÙI§ªPåX¤™~>tK̆¹Ô „MÏämÊ›š6³6YG^¯ÅÌõP"´Í˜÷#\ÈÓN\ñƒÅ¶ÈÚ@s}¸‘¸=UM¶Ê„t³„‡Ü±Šm*!Ë6Ý*·ªÌ*|SÂ,3)x˜)²$cCæ'«P³ƒõM;=L×ÁŠ[ïà/ô -–G;Ùs Оºò>r´WÊ‚xü²k*i;2JÞ¶ˆQnŸ¬«²KºFÍŠºÚ5 µ!ÒÖÅìb7=~¹›Ÿ5ß[W¢ìn,Rõqe==„±ºÆøQ~]p'…â_]Vp¾»7U)HYjÀÚd UNYCS^Íu©Xh·ž…ñèxt§ª’±4@MžéÀ‡¯ 1ó7ÆùA¡¼½:YÖÙ˜+mkJŸ¨kŽ×ÖFLòY_HèЦÚ4Qc]b‡õ¶W(›ê¯/[‘V‘,2Ü"eoNPR—:!ï,cØÔ¿æëÆÜZaqº$ÂÄ«‡˜ÉýõŒ¯C•áÃ--™c­Í™uxä­6FÝ×>A{TƒûFÙLžï¯-YâælK0ÉV5¥Ôa¨Øô5V]}ûŽ®±×m¬i?< GG.6M’–'0’抒6RÈ@- -‘‘rš^^~³KØÛÂa¨æka³Ÿ7°…¯'›A‹cÍ<‹ªGîž­ëu„µîù†1ÏBí Ó ¨óÝ›°jéM9%ga„­øOÒÌ—7²~û«ŠfǺªtÕ¥Ê.bˆv€ž4ÙD ètpé'ël‡M¶Vƨ8é‹S•H‡ŽÇø{–Çÿ{†-ðªI°õQDØò6t}„•c ‰Àš’æ&虆.Ì×ÕABÔêÀ]UwagGñ—½Œ íðHóTWK¨­ì.Œ5RLÒÁŽ‚‹[„E*Ñ—Ö‡ ->ìΰ¸+Íç4¼#'åØ4\⪔ žU‚¥=•©“­üè©æšxq ㇬¯®B>ÚÁÔŒ7¢gÇÈñsÃøˆ™lð\ü³]Ã#›ÄÄ|ôãÖ,è×FÍ„Kß&qO×uÚÔÕ•&y%qЛã¸ImÉ»º’ïçÜbÒ©b·&pIf*rkn•¹*%e:U ˜Û ¬ÞV0+ - ït­"ïtËÄÞt]»wVXcR2á[RbúÒ,`m ¹2δBÑÁt%Ï¥ªâ:åõ@ìÒ‹½Z|ŽGG,Ù’b·å´§ª¾ig²†ëñp&9±6ÅA˜ÄUt‡J@·NR-ƒø¨õ>lèR?1jc¢‰½Ë£U°ñôÚ¯x¥gq*mGìë!VY{0Ý"ÞÓ×÷8”t¸CM+Û‘Ò -Ì"VÉæ+ߥª¤ºÔ¦UÁA;ÔÕÕi-oG^Ëß’0KWư«c˜Ó1eko‘²Ê½¬äùNAžUÚ3åZ¨°é( VÓ¬rbMÜÌó·Ë ‡s|¡MÅÁZd\¢sººÅj¬ëYQ×·®©ZºWíÝ«²Zúì 1bn˜—·,ªFlʹ7Íc¸ŒÿÕÈÜ`Uúê Z•Ä\›†‰qÌ -jÌ÷ÕCÇùêíiˆE*Ü¡¤™DôŽÙ–0Êv$”B›ŒZêÒs¨g ­ - a_ÌÔ ¦¡Ó¥#Ã6ÆÊ¿¬B€|LÚÓ`óRpÌ¡Œ<œåWç(·+…¼ý¹&ñîBý„eº¦Ýª¯kßÑT×nÉÈÅ)!ݪ`”»tlÜî ùß A·¯Æ­GG…y§1‡sÈÜÝi|¾U†Mt«I»³lºMN­pùú€­ðêÿ»Èæü3O'8„ÌÅ.ÈGC#øí¶ˆöè«:œ3Um›Jr¾cžWëY®ÿ¹,ìúÏ -[x8Ï並IKc9/]l‘× lØ5 -ë=†Jáþbu[,°žûZÄ!ǧ­å½\ïÏ~êÑR «#¤‚Å.XÐÎ8>Õ£§!]‹lö{oQÐdÑ‹ÄI~ ÃÈ -×lM×ú9Ï: ;ÐJ ¾šÍ4„C[ëÍüº9PèÑJ,bjÑtcöMUâ¥ÅެÇN%*É&…§îO“Ñ»3U­Æ!Dê(/ò–E††,׌Ú$ø´):aM„L˜„Fí( »sœšýÕZ‘I'¬î¦'Þ2M" Íq8V).Õ­ fÙe¨ØÍ±¢3­‰·DEaûKLŽà·%£Âm¬jqÍÔuo«9‹—²3YñÍ6Yöik¤ð­Y‰ø{ßj“1¡óôìõjΞº¶ùÀÀ¦øúÚ&Á[ýð/K=%/üôˆú’ç¦QJ²y¶-BG®T|Ø(yï˜DD<ðË@,úg™Í?˜åW{´tØO`íþZçX…O·+ðN¹`} µÚWúkNØì®i´I¹û$)c«·âc u bclBÑŒ iÇ$_ßèDþÔóØ. ¾#f±Z`a2mr2Ø©æ’7¥5T$éFSEÜ[‹ˆÃØ–q‘V6Ù*‡GØäˆh³¨"Ø4Vðm[ŠM]‘Óg{0?,b.uw¦nÀW§}[„ìLR,cà€•îœg[£9¯l*lš¶µèÍ|$Ä«ªmñi@—’‡·Êh…V9×4‰µÉÐ ¾þ´kÀ{’ú|? ·ÓvuîÞ\eýÏEkÏ€Í;0à -÷§IeËÝ¥¯í:âp¶nÀªd"7'™E6·£²-r& -ˆÏú#‡îãÑ*ÎןÀ׳Û*Ç¥85ØL¯†Tz0]ݼ§Æ­D&® }˜n,ô7bbö§_/˜==!WG*ñÝç3‹ði{F6ù×<—oƒ#Í2dÊîrƒÐSb»ŠT¾9ž÷Î0’Êö´èô¥Î”;ƒø×'•üˆ‡{ZR¹SÅÁo ããmR_¯2ÆkD¤˜&Àß—û¡³½¨àµqxÈÆ$t[ŠÏñ™8—†XèÒWV;§Ǽ U]Þ%~Ãþ"ð:˯±iXØÅ~T°CAÌõõDÝÇFïjy ·†Gwë™x¯QÐ~¸\=þs•[çÔ’KjrÉî|Ë´ÃXß·)cA¶eäü–)¤ÿ.“pÿ]¦Rþo…×ü+œ:³”©A†^ï†Ýù¥äWÿô³k²"pg0çéjsÚ­¹ÚŒ›kmE¯L£¨ˆ~æcnƧ Îrξ¼’ôSÃÆh1žÂ“¬’¢¯æ‘´Ç(`ÞÚ5د%v•Û@Z$è³oWc’ì¦@×E_ì:h¼C OÚ7b‹þ^ªlwéXTÀ‡0Ü3b‡¦JèT1!n5­bWC)ÝìÈ9Xmsù‡…fDØO•ç•ÒKÜ"Bªs »Þ^ägbÑ>AL]é‡~oÃ…e'¼¼høÖ:EÉ߀~[È÷_ÈóŸíp¸¯ðý¿FwMŒÍëçÆÞY(‹ÿk¹º–Ãò¶ØäÈÊ`ч úó¾ý@š&äwvÞ·[–>xŒu˜3ßPúl¦&ûŽ¡*óö´ õšQxÑ2PòÁ:ALW¶BBrCýÿì…Å>µŠ¨%;RÚ©d@ÝJrÁÎ$$l©'ý™y¢4À££ì2À.ºSM*¶ËÑ nE×Rþn±üvkŒT`1ʶ'Y/oé„•["l¦¸*ùÉj,éàC;«;2.šg¡¤úÏ6P7–¾df}¸jêD'šzˆQZnîM+å‚‚‘|qZ pXæmÛ*Ü4BNïcç<ysý(+éó §„5K(àõ1h´i¢,p¡;å±%öÖÎdyðòPÙ¥0é‘SŠ)ú Ð=n <Þ6YðÉ4î¿ÜuC#ü~v¥-û™[L)²L±À ½ˆo¾}̇z_Í£Ù$Ĭ­dðæ ü+Ñë}eoÄUÙþø´·âB®{¾>„_i/x¾Ñ™ýÂ:\üv³?ëÅJo²ÿžWáVÒà;ˆX÷v)±`kí™Å–ì-’Ñ^€»ì*\ßQòvyëfaa’²ÁÛãèHË4p½¯4PÁOzl¨ÍxâSs€fqë+kˆõüõADàbSÁùª¤+Ž!pˆy ÜAö'Q‰¾œø9Çá,btu%O·'9û³lêÆ.z­úq¥£äå\mÖãõ®â7˃¨àAvúmJÂócn ¹1ˆ -Ÿoξ««Î¸i¨Ë}¨¦ßÔW¥ßZjËøßò•ALäB ÈAÐ"Ü)|Žy²Ø‘õpùýä1ü¶KŒ-qéø¬m%Ó+§–hÙÄC@³¹”¿=Röi¾)áæ þÛÉùŽò· ï µÅOv†ù^E}½u’^°Ôý0ŒIü“žøÄOÿð›ˆwÝÔ‡‹”4¡C¡‘g–ZÊBÿ™æ2œ€G6Öæ¿ÔWg¾¶ åÎ4e=&eÞ›mE&íéÉàÙ¦„ë+=é/ì2HôæXI€i¸4Ø+§A=€'VÔä<sR{µlίÅêÞ½izcþm½öÍ4ˆŒJJ¼£`e}´òPó­°/Sä”ËcèÄóJÖ 57ýö|CöË.XÂÚ(9+íË£„„76ûȨ]½ j­/ã©Ay~¦*î’i´àíá,ƒìÖ±Y=Œä÷ЯWþo“ßáÕãK·‡‹ß-T¥^S‘¢NËIa®6¦ß?²í˜¬¯÷Žñ‹žz…ëÒR!«ÝE¯´ü˜‹Í%¯þ°‚®{ud„ËÐ8¼0LÉÚaÒÿšÔüœæ2ÿ2’+l“eßwÆ‹ÿ÷= '€©¤oM1ò-"rª[A+Yí(y§ç'ÞP1bÎ ¾œ€¾?>E ¹¾5Všôï&·e˜õd¾3÷û¾‘Ž;òúÀÈæì€óL–ÿ³BÎε¤ûyôT˜SËÂX¤Ô‚õ |œ]E‡xõL‚¯æú?3¸ü}@Kìª))"îÁ—í/W ¸ç¹uÛb>à›Ë·}m£’œZLÎþoÓ0 µÀ©T®3à{z>Ç×Ï«`Á¬ãôó.z±½ØOÍϽ¿=B.0 !#t•‰7fªoûj!H8‘7—a›€†îMsX[&xeíÛûíU3F2ä×ùk‘BÜŸEånŒ½1"#Üjji –bhöõ9ç"l"Ê«à m"L w§(Qg¦ðQ§6&É#¬ôGrnÖSû½pg³ÐTølµ½è•u ¬«M»§àÅ_Yl+~w¨¯¬2OÀÃgZržÎw¾k+z»Ô\òqÐ[»*læÖ6vk˜œö×Luû?ó—šZ:Ó–÷h¡-óÞbsú]@/ùY'‰i›Ã¸X}uñÃ.L¨KJ/݆­ö@?KyêŠÃþàf}ù£}ÕÜOLá¼À'¿;©æí«(%††ä[eoŽ‘bî‚&ïþ°ôe¿¶Oà²O`’À“u©þûzåpž_åP]MÊßóÕs–à2Öû‹_{Õtä_ ‚¦=‹èT²]*Ö£ æ:§Ð©ÝeËíy/5¹÷—;à#´Ü7ü¼ÀË]ï–QJŽe”wŒãb#¨¸.D‚²2Ç¿¡èËïr^öw·„ËqJ(Å*^Ä…éš´gë=¥?gHˆ==‹`SÐÁò¦ü¯#ÌØ§>ÍeWrwÆ‘æD< ¯"Lý€Žé*yiú⯱_B‡=ûwQé’ã3Ö{‹^l ²N “[i,øòпôtÄ®Žžé+ý¬nHyõkŽÃûµÈ­¶¸²9Pðzs¨øƒiÐá“e?çÙl·žŽÚ–àÓœ*JÙ¾_µ3 ]jÏ*¥GŸÖ -â.Î6çû-öa#ªÊãn”}÷ûm±³<ˆu¼UJ*4½S ão׿?ËIñ?!¥ÄúŸå’qˆÓuåßVÚŠ?¸Ôò}=óïGðk†Ir©Ùv9&Þ­"æÚ•lÂæ(*Ö!¡”^ÒWÛÕ**û´Ðœû°¥$ä$.âñ~ÒÓc³ÂĨ(ó*Ê%ÃgxU”¢}-ëRcÓíhÒ–Ð\Såûã×\M—KA©XëÉô·IÊ#÷õTp­à*lSÄܵ^È7ë$Ù÷LMÅ%ýcO§ë‹Þ­vä=µ~uL”‡ïŒ–E®væ}”1ƒÎ:Å™¾ï…×ûò_®÷‚ƒk|}‡vu¤²ÿ×7§Þ.§”kòlKéhÛL›Î=ߢñóêAxÎ}¹=\úÝ%Ãåý¿- -í—›ïRBã–XÕ»+µ¢ý9æ`ТF*Ðq)N>sà&»Ÿ§¯Ê|¶)#樚ËÞš'ˆÅ{ZË<ŠŽ\nI»½Õ“ùȆÒÔ=@ÅœÛÄîN“*Ô‰÷”µá¦[2žöâÂïô Bo\ xLÜt,ê÷ÇJ{þ×W™œ½ilÁ¶¨4È4žûÆ.4€Žñõ4·HhE&¼Ý™$d{Ô|ši¶ØYðd®9ÿá$-åjeæ×ÓmA×Íýe‘‹}¥_y_¯nMàŠ^îE˜¦ë“ì²ÙVJØ|#b¦õJFι6AL¼¨f>S6ä<ïÀEŸ•° >ZFÉ™óí%ï 5Éw-Å_Z³žÏÔ'Ý3 f>ߟ'yôجµaDÈÆ6fošÇØfbfYÔ½Ñøe‹™0וóÌ*Gî(HyÖ f¹WÑ6¼§m›> be ôírÖÃ醸ë½W{ A èˆVDØùå–¢7{:6Ñ£a*:€ƒ¤2‹–8ßSòNU™uïŸ9_Nß$¸Õ§õ,ê/cm×OàðÿcCE®ö•¾µJ|{¿x„éfÄw“ˆ˜éü·GE¯ðŠ™`×½Ì2ˆ‰óãnö¢n:äLôJ?:QÊO¹a™BÅxˆÜcÑYŒÿÜúJÎÆ89Ǯ䱶'^ ¹È*…Ç®ô½Ýì…®÷V¼÷Õî2õ#&è ×àI+ƒØÜ1FºŸ”™~ÏÔ ÷L!c÷äÔb·„]í/Š^èHy¿Ø–|wšJØærÖúËVû2¯ ¤=mJ{²5\ð÷" äS£ÇÈdö³Ó߷ᓟ.ÔìÏTÖìªi–aè·ùºŒ{j^ô­õþ¼oÿ¬pgz !bAY°]WÛ½¿R;a“RòVzaߟú~¥ãVSa®Y6Ýã«÷®'—n¡#MØó81yÉWg©!ýÖBSÊ]9;äâlCʽµ.È;‡ˆ›ë‚FH‰7Öú!AN9>çp_z8G(Û§a=:Ç;Íì+…{aíÏùúQ_¼Ÿs\Þî aÓ"Ó¸l‹–¥íCþè&$ÝÜ&gm ¤ÔÔ« yoÖe½:&%†]Øê,|a'&M÷㚉éºIá×׆`ÁNëVrðn->gw›»-|A72hkŠ µH«y³}¤ØÅ!|¬i -ŸáTy1 OøkXö÷<‡{`1R<:w×XÛ¹gV{ L¼C‰I·L˜'KB¬"R–]Ì._!'IØ¥÷»Q™ÚÁÑ7:ËÃO·‚C/ÔÂE]fܵQÒ'« -Þ6¢¢.­ô²mâJÜÆ &rk´ì³CVh¼rëÉ.-b–Ð{ Õ½ŽiJ…SOÈwi‘©-:Ǧ¡ãv”T”ÛÀfnŠ1q›C¾û£¸Bc"Ã:Å.·NúƃNpLbÌð ¥nD€Xû˜WøõÜj/w_[%p*øD«Ô·ÏúÝ2‰‰[A†m‹ñ©ËC¸xUCÙËÍ J©[/¨õhI%yÙw«¤8È:‰Æ‹Ù׳‰^=Ÿá™æs\Z~ßÈî¹|_ßzÐø#Ä”\äz懸2ÿIvàã±þ—Aý¨ø{«ÝÈøÙ†’— Í…~“ôØÛR^ê³^ÒívbÜ}c;.a=+ˆ õaHðúpÙG‡ýs‰€ügƒSw¸XÕ½;/l±ë©¾{¤ƒ&ïpQй7_;à™Ö»\ÙV’òõý<ÎNºÓƒ¹º§н¾Þí -B†GJÍÛêCÍ6gßiJ¿½Ò[hž¤r²î˪rüœJ@ëjØà«íj\†]…ÏØ–ãÓeÄ5…ÜsüîÝE~UIÌ4‹ñÉ;r2ø`ÅøkU0*¶&qñ ]oNð–ä¢m)&y¹glÈÿ´ÜY¼>T‘`¯ÛaF8™ú(ñOö>ÜVó¶&I™¥Ð¡g, -lsŠš·­`Bô-ÐÀ¥a` u=àw«”’cA…­wƒ¿¬´•}\€ÆlM±ÊEÕðpRVÀ¥î¯;SÅßgÚ¢®M7EÝZè+ü¦jÌÐ5æü°MÁÿ^aW.£âäMÅ/-b:ü`®¶÷`ŽŒÙ3‚S¬ÒŒ×ô׿ã?ü±>Pòk‘S¹:Œ›éÁFl+9´ŸsMâçª;ÿ»L%üµˆ-tªaQ Åo¬ã”,»ˆ]â”ópû õc‹u£ûFA­e ;ßPøpÏÀ<äÛbsÆý•ŽìǾÆæ¿…&Ô'Ç€ºÚ‚ú¦á¤ßœbÄ\o|<ËÍò;ÅL{z¬¹üÃÉÍALòæ!Þ*Æ&º´Ä<‡šT²oà öæª{<³Âf—Ž…9˜a3¶'qÉ øêÏ9Ùªá6ÄìRÓ8¿b¥;É*xPUðãä0:ý¦c”W±ÕXlʺ¯¯½4ßœõ`u0ß þ¸5ÚÓ0àÖq|¢UDÉt(e6)2Ê*†…›'ʃÕ±wå‚„Ë[CEŸÎQÉ©lG -Ü‘T|·Ë 1»:|ÙæÈàÿÌ’À¿|=™§È %ǧŸ*Å­©®µÊxø™VX@:áB+$ò’‚Wð¸™p«¶ üò\=:f}ˆ˜¾ÐVñv¹ú¹}u‚Ç6EÈÙžâ¢f»èñø¤K²êâÀ)hSÑ*v§ Å^&ߥGq‰N°iiå6jÚåUízyo®aÌc¬iñ«6€õŸï.{ml-|nh)y³ØƒIo„]±ÙFÙæd Ž{IÎ »0SŸöl©§< —si’—þÊ x>Ë:y®£ðù\wáó _ 5¥ðLÏtUûáz­Ô9Ã"[äLȶ¤–ëÒ´‰øu-µk™ ¯¯Ç¶ÇÀx Ÿê~ÞÕÖµ9äÔÒm1&~e°<@[Ÿ}¡d‘‹öæ8Õ›RLî\?"Æ¡ç ¼‹ÂN»Ž…¶ëY‹œRhrgwFP瘮nÜÑT 7¥´<‡JÈÝÕ ë •Õvº4JIZfe. Ò7Ç )ƶÒ/äÔWÔ”~»æTv%*eKYê+þhlÎ|°5…K]ñ‹Ãô@_’f*«vd¸´2Ñ$-ߘ,[ìËý`•¢ÒÝÆJî|?3cº÷cGÍeÿ³\/ö¨)>ÍTæ1ÐÑ{sü:Ïteíž¾’ëQ±Q.å4¨K+¬r(Xˆm9±#!óÝÇE;&H)¶)bÚö"ÂИrO_u¾ÞPu¶sA.Ìx8FOº;€Š¹4AŒ»<×÷Ì4†‹Õ4T¼šoGÇ8T|²YJ‡ºulÊî\mŸÃ ¬1+(›Æ/õCƒ6ÆÐ1²ªä{Ž)|±{º¦Ù÷ŒE„O0Ô>l+ÿñ[mÎÇ£bVÚ5rÖçSÄø'gêòƒìbl²M‚еIÐ ¦Ñòà…Žô×á÷+RÊ×ÓËÍy¯×G I²ªÔÛ:aÆý¥ö²¯€ÏõÕ5Ïüg‘Pq`ÀänLä½¶+Pé8ý×bÍÀæ¹|÷TÙwûhþ[·¹«§£¼fš¦ñ†Æ¼G[Ô\ó$ ¥©¯ø$(¿’øô´ çǹ™ª¢ëí¥ÏM#ðˆä÷3]°KËmØÈíQNÅrwéû fÒMyUîÓùøWEôãl9kGU-°(ˆ¹ÛSè$»‚ÞÕ³i‡³\þÞ çÖb`5®Ø¦Ä¦ÛUðÞBí{VPo×óèËC°˜Õ¡‚viŇ• k…‡7Áãï«j Á›¬œùFð›aTØÅÖ’¯EøÐ[ZNÄõ­¾âÏ^-%mÉþÌÎúpÎ<À(óªkªaày§ŠëÔas÷–雑X²(BEwQ“4@¿ß:\ªôÎ5NyXöõó^í.xcÙd¸T@!ÅUy¯ÛQá—ºJƒmS´pͶˆn³‚^:ß‹ÞÆg»€¸_#•,õ#SêJ–SËc:õ ´{–_m×ܦf!vT,˜MÛ2²1Á!­“2íuSBÍ—W•¿î„'^ïEEß^lÎ{$å%>Ò5æ¯ !ÒzСWÍSÔ]µ; øîY:Í;G¡¸Ôè"óˆGñI»3Â&÷´°Ã$¡b|÷1­&Ò$#çnÊèeÛ€æp…57­‰¨ù«#¤,ï\³Ü5Ó¦õÌ·hÿWÂ(¬ujÐEÀ/®LÑ󦪊ý´ÍÀ¹U¼},Û)cÂ-£¸HS?ìójW‘ßRsÎ='ò‚Œ—v§ƒ]xû»ße /ð¶yµ> 4Ö?]l+ñ[ë)|¹9˜ëoÇÅþ¹4ŽÏk#„\·KpÅvmë¨YÑ>h–×U;µ|öþŒ Æcà±æûÑKýD€¿Ñ©V !×<Ž _n…|3ržŒ‘Óïsõ “|†ÿåìtuiÔÎ(*f¡=ýîbwæ}Uu̵^äûÓCøÀkä°;KEßô]åj*".Ì7ÐÓmõ—Œ˜»«…':UШá¢÷æñÂϾt_ÏÄ[¥øŒ]©ðß -â?ÀñßE®ð—‘ÇÙÓR ‹]~+ÝÙ/WGѱÈ«CÔô'«]ø°¥ÖŠ·Æºô;*~ä•bÀùºÒ·çø)ÏŽÊÉwDììgì¬Àk‹-¹of[J–zO,ÂÄmOQò,"d’E ‰_/þø[¤K)¨vÊi(—ŠP¸)Êú¶:œöyk¢ô»CèÆyÑ1Mª0IáÑ€¨ü5/lû9/Ý5À’í2X”Àw§œœkÅD.u!>oö‘€\N7¿{•øŒþò€lȵJ܃) ž‡h9?6ûé˽´”¹>ä7¯ÐäF"bÏ€+ÛŸ##¼À¹M*l–¨&ãÅ 3öùáRUEÆ%™§80»ŒCµM¢òv†!aæþò8ë$*s˜™z¯ã¿<M[Á¦Ìwbƒ»‘ßW‡P‘["RêJÒW-Ñ,ÅgOÖ–¼åf}²*«j:aoo#€“ùÛ -J®È7÷.÷`ŠÛ³?Ãäor’ˆƒJkp—¹d Ôoz0% ¸ðÓCøe²Ç÷ï¯ÿpvÕú¡ioŠß:ì6Œ)òK›ÞÂs^þºëæ’ÖM¤òÃþíaäí¼¤ñÁ„°êú¨ô`€Ty¡>áþÏjLîÓ°®=ÅÉÉ¿ì åœ™é«»¿¨¨}²enüðÅKiÝõ²±^$½%óÚ‰QCÞ®O1¶åë· -v)¿N19Ÿƒ4Â!w,˜ˆErNà zEÜÙ‰î–Ü}'¡zc‘VbÓ¦zÚ_­mĺË.jÃý5®$(jzáï(ºÒ‚ÞÏÊë^ÌT½ZѶgŒÒ·&L«"œÊ»"r‘›K )A¾øÑÍ;NBӆ߸}”û b7ìm+¦¦è7ªl×/øÏ ù¿³\ñ÷ßݘŠEEýÛU}kö¢‘-lO¸¬%•Ü›@ÆÏô4<òqò.X‰ifñ'·úíjhÚõ aC¤ w£øÅ•ˆ¹ÞºØ}û¡†&‡u„iiS䲦êÉš¥òeØPórËF¬ž–·ä؀ظ<Mþ2†mÿDC¿±Mß§ð­ß¦p-74sÝÖ’ð#Hg|áp¾ŽwôúËÁràA•­é›?Lö”Þs22.ÎË!§”È")÷¾«£øIØË×àóŸh°·ý”¶ï¤A_:«h]4À“¾N’±_ƒxÔ× ¶õó8ºn?ˆiØ -’‘k‡çÂ'Èäs4ÞŒ -7£@eìº8Ü'©Ôªþ­—x~”“w{AÖµïÀ–í»ñµ6våíq âý¦•P±iƒçO Ô½뮾3§¬{¶€bÖœ¸ê  µ=¢,šð5›^&u{”E]w>â%ƒ?ÏP¿I°_rØ÷Ð/usZÀ÷˜Ô Iëk-"í>Ðû¿»£.sk"¯‰šâÁ‹ã&µ¨¶-/®)lA–¬ SÀ›^bßkÜ<ìÇëÄTm:1œЦ·>QÕݱÁ¶ÄQ7ìA#ÂTÃÖ8ƒ¶â!6‡]¤Æ›¶è¾5gKά¦ôѶ×6¥ÀÀþ™fðÿ»Ì’쉈¯Óxضš·há%]kš«»6kÕr¨ È%k&ZͲ“6)j~hÀæýÙ Jù¥¯%þ¸¡=å̆–X3¯F嘈Y¿¯(ZãwÌÈÌm+<}ç°nÐÍ\6 rè%¶ôÞú {0%qm™Œ= ¯ž ¶íùø- ¿âàaµ È¿­€¾?1ÝyÛ‹Èz€Éþ»™Vpã“ ù<†iüìGUk·8´îD¬ÚÐÅkn&zÉJªÙq3P>öûýŸY:ûÇ úðýEeů ÿÚˆ¸å_tWNþµ«âý1aù»“Ý5±MKêbœ$𢦽h˜SrßN+<¿b"”y,uÓÒ^°a‡•l8°U@À}™&á?MQ»4RØC‚÷V=Ò´$~ïr|šæõnúèèõ6e;H=œy -ú>ƒ…Í­¹püÙþ×yÆÃ™Ó[޶´}cÔ‚²öé^ñ¿aöÀ®‹Ù´2AFhEG.^ìGÆû¥—õð”“.rÚïëÊšWËàäIQÝÓQNùÅ-¦xZQûv²¯ìþtoÕƒÉÞâÛKƒ-¯· äÊ÷cšLÝ ’Q[ -ì Ȥÿ;Øâd§ì“ŸËÙrPvm”ÚÏNzëg=ßL˜¡âVŒòñÎæ§dÚï^Vá·ô®“QtÑÍ­¸:ÝJÛf£6=äæ–6µ§l×°nÁž!)˜S¢rµŒêGø’÷û»ª²¾L ukv\åœü~Y IÚwc+> «>yá¥fLY »ñÙ²^òÅ/¾Äü:JhÞÆ–/i`øðhv“`À¢ºÛÊÏõ×Ï3û;*n!âNö¶¼þ¹û‹“BW'º_{ûZbË¢oþ ÿxûä'àT¥››wA}÷«_’|>Г~v^Qµ?LŒv<Ýøy5<û`/ÿo˜Âú¿a -óÿ,`¡?&àå{.hêxOÝSBáûß19Q'—õ8ð·Q拓ܼgA•,+@IZþ#;; Ð`©gvÌ5 ¾~¬£îþº–¶mÆ—lYÙÛvDÁ¶׺ëÄ5:ge ßF$@KÔoÛ Y›ndÉŽßüÏ$¯wßK| -ÐpKRÓ0¯ñí®‹P÷ÉOl[VA?ŽpK¯;˜Y÷‚?ž•Ó¯.*Aq€Ö*D”|ø+ñÁ¥ãJlÉ›€]n8À ëvpš·ëFkKÚ¶dDd¬ÚðeŸGø¼= ½<Ôš²;Œ®Z×CâG89Wäà7¿y;+uÂrnç½½û‹´=û’º=㔼)ö˜ —rÊE´0äý¯âæø³‚†¸KÃÌâ‡VvEdü½¿#îŸZ6c!³ºö„%CSÌž -Ù…SjPôŒ¡%nðÛÿ'L.¨ÛR¶ìTä—‰ÎÁOSÍ·E¡ýÇ»ÿû4þˆQ+C ‘!-øƒ·«òÑœ¢-iMO ɛޅ ñ˲ê÷ ÒòWûn:lQbaÃs¹àö¸þŠ›6\öCmɧ´m1#?þ:Îɽ’5>¬}ν=ÙÝwzUÏ\7¶&ù¸ù·y÷×µùO·¥Ï?Á+¿N0ߦë ©˜/~&åðwõO#,›X¿kÅošˆ¥cÂÆ‡cü–§VZý³Þæ”Ó’†Ä?8eNÉ¡éùXÅ77†Zc·­¨Ò’³l€fl8)MÛñ`W¿fÅ srÎ[h©MôTÞ[×ÁÒ¼4ô&À'[. -èÀË¡îûèm ,}ÓRÿ&¤-¸7)xD‰ÿ>BÇ|ò2p+F|ù¾‡ß÷p)a=!ÐܣºgÃܺ‡®¦Gs²öwK:J…‡WsËF+¼b"<œè©yä¡ûNÙ³i)(Å×åÔ§Ÿín̾·n$€&ûêû¸Õ÷ÆMQ ƒMï6 à_FÈO‡5.„ß’vÊÆ­ˆú$#~Lá_ƒ°¢¯ã¬/h6À‰UÞ®úHBÉûSƒÈÜgûFך‘½ØW{º«üºœþ'µèÉId꣚ö7§vìÐl »òµ2îòT{õ†PãݲRÞý¥ÅI#oÛ!i¡¡ú× šºg‡µ'Ÿ€ýŸWB;)¾¼¬iO^³ sWõÈ‚•»a¡5M+à ®Žúû³ -t†—sAXùæø05ïÊ(¿úÉ¢¢= ø^Õ!3¶d\ÚÏ«ùpº)þöѾ¶77ím‹Úª+Pæ® ;ôíq¶èëÑUû@Oüƒ[y\Rÿæô¤ öÎlüò’Ù4£$WÊ1Yg'{°Y«C¬†,qÓØž´nE/6vàJ€– ôã¶=¤æý úi45èÓ(ºê`SìkxîâWß[‚~Ÿã)ÖíØÒ%Uk사=qvžâdV=P¶¥õsKnÙp•¨¼« ÉÏNw‚‹W,„J''íŒÍÁNŽœ’æ¾ý죡>r9+ÄfdYÔy1óõ¿3 Ö'??‡çÜ^LJJ¯»™égÝÌÌ[K&lI{ỿ9±7·Ý,ÁžÛè,¸¥CÆþÁ,~ô“°üñÑQÁí¦&l¥4æEß=Á¨‹{üÙ‹Cýgž)ø:Žƒ„†*ÏÉŠnl:Z¿Or„ëN2LO-¸ëáÞýdžnÞqã*W´ˆÌ°úq¶¿æÁÜ`ÝÓ-6 WøöT{Æ“£’êÛ@<]Ô4'OöV¼ñv–ÞëoKûVøâ'#1éš±1yÃÞž26¾ÝóP½%}›îvk¦ü2I!yàsPê· Dý?ó|M؆# wÅ~ž&a¿Ì2;¾M“q#Èâxè× ¶CrV„úe=&a°õ½‹•ÛÉH¿ºejþ8£D&9XEÛÈùgô˜Â3¼æÔ“°ÔÈŸŒØÒû3Ý-‘¼ªW'Ù·~êo~qBƒýðK[úµüà Цw®žª‡"ð»S£õ¿xØÏ>|Ó²š8«Ã—®8˜¨]?ƒ¸ê¢<ƒ8-½øÆ¼Y°íba·¬”†e,aŒ_~ÅG/>§E¥Ÿ2 sÿšÃ?H!¹ç̘¼óVÙÍqNéõYqYäRCòšª-=,m{çç•ßš5Fîë©5ÛZlö—Ã9ÙÊÚÈiAΕ/¦ÆÄÿŒ!ËìmékÊ–˜IÍý-°ДuEsÌ®µåãš±5vÓÒ–´aAdì¹(­{>Z{ÈŒ+ZÑ“ËÂjf­_X~K‹9¡†ÆübÂ%žs3 .Œ *oñì£_ }ßטrz¢£áU £ú•sÚÏȾµØ[ ¬ëG'¿éa/<çBHGƒî¹ÙÄ€¨äÞ‚¢îÕŠ–>«¿Ýñbª÷ü4dÈD(Ÿ’C£WMДÿYæÈÿ™c ÷¼TÈÒ.Ë'(¹1èÏýlÓA‚ Ê Ñ«V:hÝÞÅY³u’ìÌš»øüW¿ r#ÿè‡$_×? -öÓWm,Ò² ^ÐÁ³F霯lþ¾ŸI ÐÅNnÙÃaAÕÃ@oãË7õ}ºSñyŒAÜvj×,Äš°‘X³¤Åd¯Hå‹fZ‰Ûå J÷|]³jHì<ã·þ†Çt¨ìsÁ®ŠG;vp -àÏÕó:Racâ›_DÔç_¼8ø)*iÝ endstream endobj 7 0 obj [6 0 R] endobj 49 0 obj <> endobj xref 0 50 0000000000 65535 f -0000000016 00000 n -0000000144 00000 n -0000055463 00000 n -0000000000 00000 f -0000057030 00000 n -0000056844 00000 n -0001827060 00000 n -0000055514 00000 n -0000055931 00000 n -0000551695 00000 n -0000058991 00000 n -0000058878 00000 n -0000056124 00000 n -0000056283 00000 n -0000056331 00000 n -0000056914 00000 n -0000056945 00000 n -0000057163 00000 n -0000057188 00000 n -0000057487 00000 n -0000057640 00000 n -0000057709 00000 n -0000057979 00000 n -0000058062 00000 n -0000059026 00000 n -0000551769 00000 n -0000552374 00000 n -0000553683 00000 n -0000566414 00000 n -0000632002 00000 n -0000697590 00000 n -0000763178 00000 n -0000828766 00000 n -0000894354 00000 n -0000959942 00000 n -0001025530 00000 n -0001091118 00000 n -0001156706 00000 n -0001222294 00000 n -0001287882 00000 n -0001353470 00000 n -0001367944 00000 n -0001433532 00000 n -0001499120 00000 n -0001564708 00000 n -0001630296 00000 n -0001695884 00000 n -0001761472 00000 n -0001827083 00000 n -trailer <<0766E9A83A254758AEC6354244D54C76>]>> startxref 1827277 %%EOF \ No newline at end of file diff --git a/trunk/web/images/icons/available-3.png b/trunk/web/images/icons/available-3.png deleted file mode 100644 index fdb8f613..00000000 Binary files a/trunk/web/images/icons/available-3.png and /dev/null differ diff --git a/trunk/web/images/icons/available-3.svg b/trunk/web/images/icons/available-3.svg deleted file mode 100644 index 3d2a6c35..00000000 --- a/trunk/web/images/icons/available-3.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - -R - diff --git a/trunk/web/images/icons/cal-big.png b/trunk/web/images/icons/cal-big.png deleted file mode 100644 index 48bfe4e7..00000000 Binary files a/trunk/web/images/icons/cal-big.png and /dev/null differ diff --git a/trunk/web/images/icons/cal.png b/trunk/web/images/icons/cal.png deleted file mode 100644 index 9ed319eb..00000000 Binary files a/trunk/web/images/icons/cal.png and /dev/null differ diff --git a/trunk/web/images/icons/delete.png b/trunk/web/images/icons/delete.png deleted file mode 100644 index 7173b4e9..00000000 Binary files a/trunk/web/images/icons/delete.png and /dev/null differ diff --git a/trunk/web/images/icons/edit.png b/trunk/web/images/icons/edit.png deleted file mode 100644 index 8bfc3294..00000000 Binary files a/trunk/web/images/icons/edit.png and /dev/null differ diff --git a/trunk/web/images/icons/icon_16_twitter.png b/trunk/web/images/icons/icon_16_twitter.png deleted file mode 100644 index 062d99e2..00000000 Binary files a/trunk/web/images/icons/icon_16_twitter.png and /dev/null differ diff --git a/trunk/web/images/icons/icon_16_youtube.png b/trunk/web/images/icons/icon_16_youtube.png deleted file mode 100644 index ce6cbe4f..00000000 Binary files a/trunk/web/images/icons/icon_16_youtube.png and /dev/null differ diff --git a/trunk/web/images/icons/percent_star.png b/trunk/web/images/icons/percent_star.png deleted file mode 100644 index afb09028..00000000 Binary files a/trunk/web/images/icons/percent_star.png and /dev/null differ diff --git a/trunk/web/images/icons/remove.png b/trunk/web/images/icons/remove.png deleted file mode 100644 index 08f24936..00000000 Binary files a/trunk/web/images/icons/remove.png and /dev/null differ diff --git a/trunk/web/images/icons/shadow.png b/trunk/web/images/icons/shadow.png deleted file mode 100644 index c04d21b7..00000000 Binary files a/trunk/web/images/icons/shadow.png and /dev/null differ diff --git a/trunk/web/images/icons/star-mini.png b/trunk/web/images/icons/star-mini.png deleted file mode 100644 index c4e2feac..00000000 Binary files a/trunk/web/images/icons/star-mini.png and /dev/null differ diff --git a/trunk/web/images/icons/www.png b/trunk/web/images/icons/www.png deleted file mode 100644 index aede321c..00000000 Binary files a/trunk/web/images/icons/www.png and /dev/null differ diff --git a/trunk/web/images/logo-qualitaet.png b/trunk/web/images/logo-qualitaet.png deleted file mode 100644 index 022c47f1..00000000 Binary files a/trunk/web/images/logo-qualitaet.png and /dev/null differ diff --git a/trunk/web/images/player_flv_maxi.swf b/trunk/web/images/player_flv_maxi.swf deleted file mode 100644 index 01ec373b..00000000 Binary files a/trunk/web/images/player_flv_maxi.swf and /dev/null differ diff --git a/trunk/web/images/st2/1001-nacht.jpg b/trunk/web/images/st2/1001-nacht.jpg deleted file mode 100644 index 7ee4dffb..00000000 Binary files a/trunk/web/images/st2/1001-nacht.jpg and /dev/null differ diff --git a/trunk/web/images/st2/STER_Logo_Claim.png b/trunk/web/images/st2/STER_Logo_Claim.png deleted file mode 100644 index 1521c63d..00000000 Binary files a/trunk/web/images/st2/STER_Logo_Claim.png and /dev/null differ diff --git a/trunk/web/images/st2/aegypten-hover.gif b/trunk/web/images/st2/aegypten-hover.gif deleted file mode 100644 index e7a798e2..00000000 Binary files a/trunk/web/images/st2/aegypten-hover.gif and /dev/null differ diff --git a/trunk/web/images/st2/aegypten.gif b/trunk/web/images/st2/aegypten.gif deleted file mode 100644 index fc0fe83a..00000000 Binary files a/trunk/web/images/st2/aegypten.gif and /dev/null differ diff --git a/trunk/web/images/st2/back_main_navigation.png b/trunk/web/images/st2/back_main_navigation.png deleted file mode 100644 index 23e0006b..00000000 Binary files a/trunk/web/images/st2/back_main_navigation.png and /dev/null differ diff --git a/trunk/web/images/st2/back_main_navigation_top.png b/trunk/web/images/st2/back_main_navigation_top.png deleted file mode 100644 index 9b853378..00000000 Binary files a/trunk/web/images/st2/back_main_navigation_top.png and /dev/null differ diff --git a/trunk/web/images/st2/bg.png b/trunk/web/images/st2/bg.png deleted file mode 100644 index da52bf78..00000000 Binary files a/trunk/web/images/st2/bg.png and /dev/null differ diff --git a/trunk/web/images/st2/home/slide-1.jpg b/trunk/web/images/st2/home/slide-1.jpg deleted file mode 100644 index b6e2b89c..00000000 Binary files a/trunk/web/images/st2/home/slide-1.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/slide-2.jpg b/trunk/web/images/st2/home/slide-2.jpg deleted file mode 100644 index af408285..00000000 Binary files a/trunk/web/images/st2/home/slide-2.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/slide-3.jpg b/trunk/web/images/st2/home/slide-3.jpg deleted file mode 100644 index 450aceac..00000000 Binary files a/trunk/web/images/st2/home/slide-3.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/top-reisen-1.jpg b/trunk/web/images/st2/home/top-reisen-1.jpg deleted file mode 100644 index c915353c..00000000 Binary files a/trunk/web/images/st2/home/top-reisen-1.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/top-reisen-2.jpg b/trunk/web/images/st2/home/top-reisen-2.jpg deleted file mode 100644 index b81d3aee..00000000 Binary files a/trunk/web/images/st2/home/top-reisen-2.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/top-reisen-3.jpg b/trunk/web/images/st2/home/top-reisen-3.jpg deleted file mode 100644 index 66f9fd05..00000000 Binary files a/trunk/web/images/st2/home/top-reisen-3.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/top-reisen-4.jpg b/trunk/web/images/st2/home/top-reisen-4.jpg deleted file mode 100644 index 098ccfce..00000000 Binary files a/trunk/web/images/st2/home/top-reisen-4.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/tuerkei.jpg b/trunk/web/images/st2/home/tuerkei.jpg deleted file mode 100644 index e8199366..00000000 Binary files a/trunk/web/images/st2/home/tuerkei.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home/tuerkei2.jpg b/trunk/web/images/st2/home/tuerkei2.jpg deleted file mode 100644 index 631d4300..00000000 Binary files a/trunk/web/images/st2/home/tuerkei2.jpg and /dev/null differ diff --git a/trunk/web/images/st2/home_logo.png b/trunk/web/images/st2/home_logo.png deleted file mode 100644 index 27b5cd8a..00000000 Binary files a/trunk/web/images/st2/home_logo.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/adsense_notice_left.gif b/trunk/web/images/st2/icons/adsense_notice_left.gif deleted file mode 100644 index 3a1200bb..00000000 Binary files a/trunk/web/images/st2/icons/adsense_notice_left.gif and /dev/null differ diff --git a/trunk/web/images/st2/icons/aegypten-katalog.png b/trunk/web/images/st2/icons/aegypten-katalog.png deleted file mode 100644 index 6153702f..00000000 Binary files a/trunk/web/images/st2/icons/aegypten-katalog.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/arrowdown.gif b/trunk/web/images/st2/icons/arrowdown.gif deleted file mode 100644 index 0f2b6ca1..00000000 Binary files a/trunk/web/images/st2/icons/arrowdown.gif and /dev/null differ diff --git a/trunk/web/images/st2/icons/arrowup.gif b/trunk/web/images/st2/icons/arrowup.gif deleted file mode 100644 index c5fb5705..00000000 Binary files a/trunk/web/images/st2/icons/arrowup.gif and /dev/null differ diff --git a/trunk/web/images/st2/icons/facebook.png b/trunk/web/images/st2/icons/facebook.png deleted file mode 100644 index 0c8c843c..00000000 Binary files a/trunk/web/images/st2/icons/facebook.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/google-plus.png b/trunk/web/images/st2/icons/google-plus.png deleted file mode 100644 index dd12cbc3..00000000 Binary files a/trunk/web/images/st2/icons/google-plus.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/home.png b/trunk/web/images/st2/icons/home.png deleted file mode 100644 index d44704a8..00000000 Binary files a/trunk/web/images/st2/icons/home.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/mail.png b/trunk/web/images/st2/icons/mail.png deleted file mode 100644 index 81b23c77..00000000 Binary files a/trunk/web/images/st2/icons/mail.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/newsletter.png b/trunk/web/images/st2/icons/newsletter.png deleted file mode 100644 index 37aa055a..00000000 Binary files a/trunk/web/images/st2/icons/newsletter.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/ok.gif b/trunk/web/images/st2/icons/ok.gif deleted file mode 100644 index 6ab278bd..00000000 Binary files a/trunk/web/images/st2/icons/ok.gif and /dev/null differ diff --git a/trunk/web/images/st2/icons/pdf.png b/trunk/web/images/st2/icons/pdf.png deleted file mode 100644 index abad148d..00000000 Binary files a/trunk/web/images/st2/icons/pdf.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/pinterest.png b/trunk/web/images/st2/icons/pinterest.png deleted file mode 100644 index 4c207c49..00000000 Binary files a/trunk/web/images/st2/icons/pinterest.png and /dev/null differ diff --git a/trunk/web/images/st2/icons/twitter.png b/trunk/web/images/st2/icons/twitter.png deleted file mode 100644 index dca1326f..00000000 Binary files a/trunk/web/images/st2/icons/twitter.png and /dev/null differ diff --git a/trunk/web/images/st2/israel.gif b/trunk/web/images/st2/israel.gif deleted file mode 100644 index c45a8746..00000000 Binary files a/trunk/web/images/st2/israel.gif and /dev/null differ diff --git a/trunk/web/images/st2/jordanien.gif b/trunk/web/images/st2/jordanien.gif deleted file mode 100644 index beafc7ef..00000000 Binary files a/trunk/web/images/st2/jordanien.gif and /dev/null differ diff --git a/trunk/web/images/st2/marokko.gif b/trunk/web/images/st2/marokko.gif deleted file mode 100644 index ca5d59fb..00000000 Binary files a/trunk/web/images/st2/marokko.gif and /dev/null differ diff --git a/trunk/web/images/st2/rabatt-jugendreisen.jpg b/trunk/web/images/st2/rabatt-jugendreisen.jpg deleted file mode 100644 index 59e83728..00000000 Binary files a/trunk/web/images/st2/rabatt-jugendreisen.jpg and /dev/null differ diff --git a/trunk/web/images/st2/tuerkei.gif b/trunk/web/images/st2/tuerkei.gif deleted file mode 100644 index db216626..00000000 Binary files a/trunk/web/images/st2/tuerkei.gif and /dev/null differ diff --git a/trunk/web/images/st2/video-preview.jpg b/trunk/web/images/st2/video-preview.jpg deleted file mode 100644 index 690fadf1..00000000 Binary files a/trunk/web/images/st2/video-preview.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-angebote1.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-angebote1.jpg deleted file mode 100644 index efad21f7..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-angebote1.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-angebote2.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-angebote2.jpg deleted file mode 100644 index 79c88bca..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-angebote2.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-angebote3.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-angebote3.jpg deleted file mode 100644 index fc70b3d9..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-angebote3.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-angebote4.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-angebote4.jpg deleted file mode 100644 index 766e66c7..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-angebote4.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-individuell.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-individuell.jpg deleted file mode 100644 index bc55b716..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-individuell.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/aegypten/aegypten-rundreisen.jpg b/trunk/web/images/stern-tours/aegypten/aegypten-rundreisen.jpg deleted file mode 100644 index ae21d35a..00000000 Binary files a/trunk/web/images/stern-tours/aegypten/aegypten-rundreisen.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/back_body.png b/trunk/web/images/stern-tours/back_body.png deleted file mode 100644 index 1073b03c..00000000 Binary files a/trunk/web/images/stern-tours/back_body.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/back_main_navigation.png b/trunk/web/images/stern-tours/back_main_navigation.png deleted file mode 100644 index 4a27bdda..00000000 Binary files a/trunk/web/images/stern-tours/back_main_navigation.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/bg-head.png b/trunk/web/images/stern-tours/bg-head.png deleted file mode 100644 index 1e1d7dcb..00000000 Binary files a/trunk/web/images/stern-tours/bg-head.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/bg-title.png b/trunk/web/images/stern-tours/bg-title.png deleted file mode 100644 index e13a29ac..00000000 Binary files a/trunk/web/images/stern-tours/bg-title.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/btn-big-hover.png b/trunk/web/images/stern-tours/btn-big-hover.png deleted file mode 100644 index 1ca2acb2..00000000 Binary files a/trunk/web/images/stern-tours/btn-big-hover.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/btn-big.png b/trunk/web/images/stern-tours/btn-big.png deleted file mode 100644 index b628c33f..00000000 Binary files a/trunk/web/images/stern-tours/btn-big.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/btn_angebote-suchen.png b/trunk/web/images/stern-tours/btn_angebote-suchen.png deleted file mode 100644 index ed2737a5..00000000 Binary files a/trunk/web/images/stern-tours/btn_angebote-suchen.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/btn_angebote.png b/trunk/web/images/stern-tours/btn_angebote.png deleted file mode 100644 index a8b9fc76..00000000 Binary files a/trunk/web/images/stern-tours/btn_angebote.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/btn_booking.gif b/trunk/web/images/stern-tours/btn_booking.gif deleted file mode 100644 index 94bcd632..00000000 Binary files a/trunk/web/images/stern-tours/btn_booking.gif and /dev/null differ diff --git a/trunk/web/images/stern-tours/buma/bg.gif b/trunk/web/images/stern-tours/buma/bg.gif deleted file mode 100644 index f41ea8a7..00000000 Binary files a/trunk/web/images/stern-tours/buma/bg.gif and /dev/null differ diff --git a/trunk/web/images/stern-tours/buma/title-bg.png b/trunk/web/images/stern-tours/buma/title-bg.png deleted file mode 100644 index 82c5b7e2..00000000 Binary files a/trunk/web/images/stern-tours/buma/title-bg.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/daumenrauf.jpg b/trunk/web/images/stern-tours/daumenrauf.jpg deleted file mode 100644 index 304f90cd..00000000 Binary files a/trunk/web/images/stern-tours/daumenrauf.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/1.jpg b/trunk/web/images/stern-tours/home/1.jpg deleted file mode 100644 index fbfbe59f..00000000 Binary files a/trunk/web/images/stern-tours/home/1.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/2.jpg b/trunk/web/images/stern-tours/home/2.jpg deleted file mode 100644 index 47b51bed..00000000 Binary files a/trunk/web/images/stern-tours/home/2.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/3.jpg b/trunk/web/images/stern-tours/home/3.jpg deleted file mode 100644 index 92fb789e..00000000 Binary files a/trunk/web/images/stern-tours/home/3.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/4.jpg b/trunk/web/images/stern-tours/home/4.jpg deleted file mode 100644 index 7185969e..00000000 Binary files a/trunk/web/images/stern-tours/home/4.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/bg-button-grey.png b/trunk/web/images/stern-tours/home/bg-button-grey.png deleted file mode 100644 index 72f2c364..00000000 Binary files a/trunk/web/images/stern-tours/home/bg-button-grey.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/bg-button-hover.png b/trunk/web/images/stern-tours/home/bg-button-hover.png deleted file mode 100644 index c77f4ec4..00000000 Binary files a/trunk/web/images/stern-tours/home/bg-button-hover.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/bg-button.png b/trunk/web/images/stern-tours/home/bg-button.png deleted file mode 100644 index 1853af3f..00000000 Binary files a/trunk/web/images/stern-tours/home/bg-button.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/bg-mask.png b/trunk/web/images/stern-tours/home/bg-mask.png deleted file mode 100644 index ada0c462..00000000 Binary files a/trunk/web/images/stern-tours/home/bg-mask.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/bg_mask.jpg b/trunk/web/images/stern-tours/home/bg_mask.jpg deleted file mode 100644 index 7f53942e..00000000 Binary files a/trunk/web/images/stern-tours/home/bg_mask.jpg and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/mask.png b/trunk/web/images/stern-tours/home/mask.png deleted file mode 100644 index bf0834dc..00000000 Binary files a/trunk/web/images/stern-tours/home/mask.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/ol-blue.png b/trunk/web/images/stern-tours/home/ol-blue.png deleted file mode 100644 index b10e541e..00000000 Binary files a/trunk/web/images/stern-tours/home/ol-blue.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/ol-green.png b/trunk/web/images/stern-tours/home/ol-green.png deleted file mode 100644 index 511292ca..00000000 Binary files a/trunk/web/images/stern-tours/home/ol-green.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home/ol-yellow.png b/trunk/web/images/stern-tours/home/ol-yellow.png deleted file mode 100644 index d388370a..00000000 Binary files a/trunk/web/images/stern-tours/home/ol-yellow.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/home_logo.png b/trunk/web/images/stern-tours/home_logo.png deleted file mode 100644 index 325a7b5e..00000000 Binary files a/trunk/web/images/stern-tours/home_logo.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/ok.gif b/trunk/web/images/stern-tours/ok.gif deleted file mode 100644 index 6ab278bd..00000000 Binary files a/trunk/web/images/stern-tours/ok.gif and /dev/null differ diff --git a/trunk/web/images/stern-tours/search-hover.png b/trunk/web/images/stern-tours/search-hover.png deleted file mode 100644 index 830ea2b5..00000000 Binary files a/trunk/web/images/stern-tours/search-hover.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/search.png b/trunk/web/images/stern-tours/search.png deleted file mode 100644 index f8c2239f..00000000 Binary files a/trunk/web/images/stern-tours/search.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/servicetelefon.gif b/trunk/web/images/stern-tours/servicetelefon.gif deleted file mode 100644 index c60b3170..00000000 Binary files a/trunk/web/images/stern-tours/servicetelefon.gif and /dev/null differ diff --git a/trunk/web/images/stern-tours/small_overlay_aboutus.png b/trunk/web/images/stern-tours/small_overlay_aboutus.png deleted file mode 100644 index 8cf93f3c..00000000 Binary files a/trunk/web/images/stern-tours/small_overlay_aboutus.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/small_overlay_kontaktformular.png b/trunk/web/images/stern-tours/small_overlay_kontaktformular.png deleted file mode 100644 index c78364d0..00000000 Binary files a/trunk/web/images/stern-tours/small_overlay_kontaktformular.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/small_overlay_support.png b/trunk/web/images/stern-tours/small_overlay_support.png deleted file mode 100644 index 8b8c72ce..00000000 Binary files a/trunk/web/images/stern-tours/small_overlay_support.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/star-100.png b/trunk/web/images/stern-tours/star-100.png deleted file mode 100644 index 61434b61..00000000 Binary files a/trunk/web/images/stern-tours/star-100.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/star-120.png b/trunk/web/images/stern-tours/star-120.png deleted file mode 100644 index db3401f5..00000000 Binary files a/trunk/web/images/stern-tours/star-120.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/star-40.png b/trunk/web/images/stern-tours/star-40.png deleted file mode 100644 index 2dde0700..00000000 Binary files a/trunk/web/images/stern-tours/star-40.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/star-60.png b/trunk/web/images/stern-tours/star-60.png deleted file mode 100644 index 41cef61d..00000000 Binary files a/trunk/web/images/stern-tours/star-60.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/top-bar-blue.png b/trunk/web/images/stern-tours/top-bar-blue.png deleted file mode 100644 index 8f808cc5..00000000 Binary files a/trunk/web/images/stern-tours/top-bar-blue.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/top-bar-green.png b/trunk/web/images/stern-tours/top-bar-green.png deleted file mode 100644 index fc35aa00..00000000 Binary files a/trunk/web/images/stern-tours/top-bar-green.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/top-bar-yellow.png b/trunk/web/images/stern-tours/top-bar-yellow.png deleted file mode 100644 index 4c3c0a10..00000000 Binary files a/trunk/web/images/stern-tours/top-bar-yellow.png and /dev/null differ diff --git a/trunk/web/images/stern-tours/verlauf.png b/trunk/web/images/stern-tours/verlauf.png deleted file mode 100644 index bf258d2d..00000000 Binary files a/trunk/web/images/stern-tours/verlauf.png and /dev/null differ diff --git a/trunk/web/media/shares b/trunk/web/media/shares deleted file mode 120000 index 52074822..00000000 --- a/trunk/web/media/shares +++ /dev/null @@ -1 +0,0 @@ -/Users/kevinadametz/Websites/mein.sterntours.local/storage/app/public/files/shares/ \ No newline at end of file diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/app/SymfonyRequirements.php b/var/SymfonyRequirements.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/app/SymfonyRequirements.php rename to var/SymfonyRequirements.php diff --git a/var/bootstrap.php.cache b/var/bootstrap.php.cache new file mode 100644 index 00000000..4ca24439 --- /dev/null +++ b/var/bootstrap.php.cache @@ -0,0 +1,1296 @@ +parameters = $parameters; +} +public function all() +{ +return $this->parameters; +} +public function keys() +{ +return array_keys($this->parameters); +} +public function replace(array $parameters = array()) +{ +$this->parameters = $parameters; +} +public function add(array $parameters = array()) +{ +$this->parameters = array_replace($this->parameters, $parameters); +} +public function get($key, $default = null) +{ +return array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default; +} +public function set($key, $value) +{ +$this->parameters[$key] = $value; +} +public function has($key) +{ +return array_key_exists($key, $this->parameters); +} +public function remove($key) +{ +unset($this->parameters[$key]); +} +public function getAlpha($key, $default ='') +{ +return preg_replace('/[^[:alpha:]]/','', $this->get($key, $default)); +} +public function getAlnum($key, $default ='') +{ +return preg_replace('/[^[:alnum:]]/','', $this->get($key, $default)); +} +public function getDigits($key, $default ='') +{ +return str_replace(array('-','+'),'', $this->filter($key, $default, FILTER_SANITIZE_NUMBER_INT)); +} +public function getInt($key, $default = 0) +{ +return (int) $this->get($key, $default); +} +public function getBoolean($key, $default = false) +{ +return $this->filter($key, $default, FILTER_VALIDATE_BOOLEAN); +} +public function filter($key, $default = null, $filter = FILTER_DEFAULT, $options = array()) +{ +$value = $this->get($key, $default); +if (!is_array($options) && $options) { +$options = array('flags'=> $options); +} +if (is_array($value) && !isset($options['flags'])) { +$options['flags'] = FILTER_REQUIRE_ARRAY; +} +return filter_var($value, $filter, $options); +} +public function getIterator() +{ +return new \ArrayIterator($this->parameters); +} +public function count() +{ +return count($this->parameters); +} +} +} +namespace Symfony\Component\HttpFoundation +{ +class HeaderBag implements \IteratorAggregate, \Countable +{ +protected $headers = array(); +protected $cacheControl = array(); +public function __construct(array $headers = array()) +{ +foreach ($headers as $key => $values) { +$this->set($key, $values); +} +} +public function __toString() +{ +if (!$this->headers) { +return''; +} +$max = max(array_map('strlen', array_keys($this->headers))) + 1; +$content =''; +ksort($this->headers); +foreach ($this->headers as $name => $values) { +$name = implode('-', array_map('ucfirst', explode('-', $name))); +foreach ($values as $value) { +$content .= sprintf("%-{$max}s %s\r\n", $name.':', $value); +} +} +return $content; +} +public function all() +{ +return $this->headers; +} +public function keys() +{ +return array_keys($this->headers); +} +public function replace(array $headers = array()) +{ +$this->headers = array(); +$this->add($headers); +} +public function add(array $headers) +{ +foreach ($headers as $key => $values) { +$this->set($key, $values); +} +} +public function get($key, $default = null, $first = true) +{ +$key = str_replace('_','-', strtolower($key)); +if (!array_key_exists($key, $this->headers)) { +if (null === $default) { +return $first ? null : array(); +} +return $first ? $default : array($default); +} +if ($first) { +return count($this->headers[$key]) ? $this->headers[$key][0] : $default; +} +return $this->headers[$key]; +} +public function set($key, $values, $replace = true) +{ +$key = str_replace('_','-', strtolower($key)); +$values = array_values((array) $values); +if (true === $replace || !isset($this->headers[$key])) { +$this->headers[$key] = $values; +} else { +$this->headers[$key] = array_merge($this->headers[$key], $values); +} +if ('cache-control'=== $key) { +$this->cacheControl = $this->parseCacheControl($values[0]); +} +} +public function has($key) +{ +return array_key_exists(str_replace('_','-', strtolower($key)), $this->headers); +} +public function contains($key, $value) +{ +return in_array($value, $this->get($key, null, false)); +} +public function remove($key) +{ +$key = str_replace('_','-', strtolower($key)); +unset($this->headers[$key]); +if ('cache-control'=== $key) { +$this->cacheControl = array(); +} +} +public function getDate($key, \DateTime $default = null) +{ +if (null === $value = $this->get($key)) { +return $default; +} +if (false === $date = \DateTime::createFromFormat(DATE_RFC2822, $value)) { +throw new \RuntimeException(sprintf('The %s HTTP header is not parseable (%s).', $key, $value)); +} +return $date; +} +public function addCacheControlDirective($key, $value = true) +{ +$this->cacheControl[$key] = $value; +$this->set('Cache-Control', $this->getCacheControlHeader()); +} +public function hasCacheControlDirective($key) +{ +return array_key_exists($key, $this->cacheControl); +} +public function getCacheControlDirective($key) +{ +return array_key_exists($key, $this->cacheControl) ? $this->cacheControl[$key] : null; +} +public function removeCacheControlDirective($key) +{ +unset($this->cacheControl[$key]); +$this->set('Cache-Control', $this->getCacheControlHeader()); +} +public function getIterator() +{ +return new \ArrayIterator($this->headers); +} +public function count() +{ +return count($this->headers); +} +protected function getCacheControlHeader() +{ +$parts = array(); +ksort($this->cacheControl); +foreach ($this->cacheControl as $key => $value) { +if (true === $value) { +$parts[] = $key; +} else { +if (preg_match('#[^a-zA-Z0-9._-]#', $value)) { +$value ='"'.$value.'"'; +} +$parts[] = "$key=$value"; +} +} +return implode(', ', $parts); +} +protected function parseCacheControl($header) +{ +$cacheControl = array(); +preg_match_all('#([a-zA-Z][a-zA-Z_-]*)\s*(?:=(?:"([^"]*)"|([^ \t",;]*)))?#', $header, $matches, PREG_SET_ORDER); +foreach ($matches as $match) { +$cacheControl[strtolower($match[1])] = isset($match[3]) ? $match[3] : (isset($match[2]) ? $match[2] : true); +} +return $cacheControl; +} +} +} +namespace Symfony\Component\HttpFoundation +{ +use Symfony\Component\HttpFoundation\File\UploadedFile; +class FileBag extends ParameterBag +{ +private static $fileKeys = array('error','name','size','tmp_name','type'); +public function __construct(array $parameters = array()) +{ +$this->replace($parameters); +} +public function replace(array $files = array()) +{ +$this->parameters = array(); +$this->add($files); +} +public function set($key, $value) +{ +if (!is_array($value) && !$value instanceof UploadedFile) { +throw new \InvalidArgumentException('An uploaded file must be an array or an instance of UploadedFile.'); +} +parent::set($key, $this->convertFileInformation($value)); +} +public function add(array $files = array()) +{ +foreach ($files as $key => $file) { +$this->set($key, $file); +} +} +protected function convertFileInformation($file) +{ +if ($file instanceof UploadedFile) { +return $file; +} +$file = $this->fixPhpFilesArray($file); +if (is_array($file)) { +$keys = array_keys($file); +sort($keys); +if ($keys == self::$fileKeys) { +if (UPLOAD_ERR_NO_FILE == $file['error']) { +$file = null; +} else { +$file = new UploadedFile($file['tmp_name'], $file['name'], $file['type'], $file['size'], $file['error']); +} +} else { +$file = array_map(array($this,'convertFileInformation'), $file); +} +} +return $file; +} +protected function fixPhpFilesArray($data) +{ +if (!is_array($data)) { +return $data; +} +$keys = array_keys($data); +sort($keys); +if (self::$fileKeys != $keys || !isset($data['name']) || !is_array($data['name'])) { +return $data; +} +$files = $data; +foreach (self::$fileKeys as $k) { +unset($files[$k]); +} +foreach ($data['name'] as $key => $name) { +$files[$key] = $this->fixPhpFilesArray(array('error'=> $data['error'][$key],'name'=> $name,'type'=> $data['type'][$key],'tmp_name'=> $data['tmp_name'][$key],'size'=> $data['size'][$key], +)); +} +return $files; +} +} +} +namespace Symfony\Component\HttpFoundation +{ +class ServerBag extends ParameterBag +{ +public function getHeaders() +{ +$headers = array(); +$contentHeaders = array('CONTENT_LENGTH'=> true,'CONTENT_MD5'=> true,'CONTENT_TYPE'=> true); +foreach ($this->parameters as $key => $value) { +if (0 === strpos($key,'HTTP_')) { +$headers[substr($key, 5)] = $value; +} +elseif (isset($contentHeaders[$key])) { +$headers[$key] = $value; +} +} +if (isset($this->parameters['PHP_AUTH_USER'])) { +$headers['PHP_AUTH_USER'] = $this->parameters['PHP_AUTH_USER']; +$headers['PHP_AUTH_PW'] = isset($this->parameters['PHP_AUTH_PW']) ? $this->parameters['PHP_AUTH_PW'] :''; +} else { +$authorizationHeader = null; +if (isset($this->parameters['HTTP_AUTHORIZATION'])) { +$authorizationHeader = $this->parameters['HTTP_AUTHORIZATION']; +} elseif (isset($this->parameters['REDIRECT_HTTP_AUTHORIZATION'])) { +$authorizationHeader = $this->parameters['REDIRECT_HTTP_AUTHORIZATION']; +} +if (null !== $authorizationHeader) { +if (0 === stripos($authorizationHeader,'basic ')) { +$exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2); +if (count($exploded) == 2) { +list($headers['PHP_AUTH_USER'], $headers['PHP_AUTH_PW']) = $exploded; +} +} elseif (empty($this->parameters['PHP_AUTH_DIGEST']) && (0 === stripos($authorizationHeader,'digest '))) { +$headers['PHP_AUTH_DIGEST'] = $authorizationHeader; +$this->parameters['PHP_AUTH_DIGEST'] = $authorizationHeader; +} elseif (0 === stripos($authorizationHeader,'bearer ')) { +$headers['AUTHORIZATION'] = $authorizationHeader; +} +} +} +if (isset($headers['AUTHORIZATION'])) { +return $headers; +} +if (isset($headers['PHP_AUTH_USER'])) { +$headers['AUTHORIZATION'] ='Basic '.base64_encode($headers['PHP_AUTH_USER'].':'.$headers['PHP_AUTH_PW']); +} elseif (isset($headers['PHP_AUTH_DIGEST'])) { +$headers['AUTHORIZATION'] = $headers['PHP_AUTH_DIGEST']; +} +return $headers; +} +} +} +namespace Symfony\Component\HttpFoundation +{ +use Symfony\Component\HttpFoundation\Exception\ConflictingHeadersException; +use Symfony\Component\HttpFoundation\Session\SessionInterface; +class Request +{ +const HEADER_FORWARDED ='forwarded'; +const HEADER_CLIENT_IP ='client_ip'; +const HEADER_CLIENT_HOST ='client_host'; +const HEADER_CLIENT_PROTO ='client_proto'; +const HEADER_CLIENT_PORT ='client_port'; +const METHOD_HEAD ='HEAD'; +const METHOD_GET ='GET'; +const METHOD_POST ='POST'; +const METHOD_PUT ='PUT'; +const METHOD_PATCH ='PATCH'; +const METHOD_DELETE ='DELETE'; +const METHOD_PURGE ='PURGE'; +const METHOD_OPTIONS ='OPTIONS'; +const METHOD_TRACE ='TRACE'; +const METHOD_CONNECT ='CONNECT'; +protected static $trustedProxies = array(); +protected static $trustedHostPatterns = array(); +protected static $trustedHosts = array(); +protected static $trustedHeaders = array( +self::HEADER_FORWARDED =>'FORWARDED', +self::HEADER_CLIENT_IP =>'X_FORWARDED_FOR', +self::HEADER_CLIENT_HOST =>'X_FORWARDED_HOST', +self::HEADER_CLIENT_PROTO =>'X_FORWARDED_PROTO', +self::HEADER_CLIENT_PORT =>'X_FORWARDED_PORT', +); +protected static $httpMethodParameterOverride = false; +public $attributes; +public $request; +public $query; +public $server; +public $files; +public $cookies; +public $headers; +protected $content; +protected $languages; +protected $charsets; +protected $encodings; +protected $acceptableContentTypes; +protected $pathInfo; +protected $requestUri; +protected $baseUrl; +protected $basePath; +protected $method; +protected $format; +protected $session; +protected $locale; +protected $defaultLocale ='en'; +protected static $formats; +protected static $requestFactory; +public function __construct(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null) +{ +$this->initialize($query, $request, $attributes, $cookies, $files, $server, $content); +} +public function initialize(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null) +{ +$this->request = new ParameterBag($request); +$this->query = new ParameterBag($query); +$this->attributes = new ParameterBag($attributes); +$this->cookies = new ParameterBag($cookies); +$this->files = new FileBag($files); +$this->server = new ServerBag($server); +$this->headers = new HeaderBag($this->server->getHeaders()); +$this->content = $content; +$this->languages = null; +$this->charsets = null; +$this->encodings = null; +$this->acceptableContentTypes = null; +$this->pathInfo = null; +$this->requestUri = null; +$this->baseUrl = null; +$this->basePath = null; +$this->method = null; +$this->format = null; +} +public static function createFromGlobals() +{ +$server = $_SERVER; +if ('cli-server'=== PHP_SAPI) { +if (array_key_exists('HTTP_CONTENT_LENGTH', $_SERVER)) { +$server['CONTENT_LENGTH'] = $_SERVER['HTTP_CONTENT_LENGTH']; +} +if (array_key_exists('HTTP_CONTENT_TYPE', $_SERVER)) { +$server['CONTENT_TYPE'] = $_SERVER['HTTP_CONTENT_TYPE']; +} +} +$request = self::createRequestFromFactory($_GET, $_POST, array(), $_COOKIE, $_FILES, $server); +if (0 === strpos($request->headers->get('CONTENT_TYPE'),'application/x-www-form-urlencoded') +&& in_array(strtoupper($request->server->get('REQUEST_METHOD','GET')), array('PUT','DELETE','PATCH')) +) { +parse_str($request->getContent(), $data); +$request->request = new ParameterBag($data); +} +return $request; +} +public static function create($uri, $method ='GET', $parameters = array(), $cookies = array(), $files = array(), $server = array(), $content = null) +{ +$server = array_replace(array('SERVER_NAME'=>'localhost','SERVER_PORT'=> 80,'HTTP_HOST'=>'localhost','HTTP_USER_AGENT'=>'Symfony/3.X','HTTP_ACCEPT'=>'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8','HTTP_ACCEPT_LANGUAGE'=>'en-us,en;q=0.5','HTTP_ACCEPT_CHARSET'=>'ISO-8859-1,utf-8;q=0.7,*;q=0.7','REMOTE_ADDR'=>'127.0.0.1','SCRIPT_NAME'=>'','SCRIPT_FILENAME'=>'','SERVER_PROTOCOL'=>'HTTP/1.1','REQUEST_TIME'=> time(), +), $server); +$server['PATH_INFO'] =''; +$server['REQUEST_METHOD'] = strtoupper($method); +$components = parse_url($uri); +if (isset($components['host'])) { +$server['SERVER_NAME'] = $components['host']; +$server['HTTP_HOST'] = $components['host']; +} +if (isset($components['scheme'])) { +if ('https'=== $components['scheme']) { +$server['HTTPS'] ='on'; +$server['SERVER_PORT'] = 443; +} else { +unset($server['HTTPS']); +$server['SERVER_PORT'] = 80; +} +} +if (isset($components['port'])) { +$server['SERVER_PORT'] = $components['port']; +$server['HTTP_HOST'] = $server['HTTP_HOST'].':'.$components['port']; +} +if (isset($components['user'])) { +$server['PHP_AUTH_USER'] = $components['user']; +} +if (isset($components['pass'])) { +$server['PHP_AUTH_PW'] = $components['pass']; +} +if (!isset($components['path'])) { +$components['path'] ='/'; +} +switch (strtoupper($method)) { +case'POST': +case'PUT': +case'DELETE': +if (!isset($server['CONTENT_TYPE'])) { +$server['CONTENT_TYPE'] ='application/x-www-form-urlencoded'; +} +case'PATCH': +$request = $parameters; +$query = array(); +break; +default: +$request = array(); +$query = $parameters; +break; +} +$queryString =''; +if (isset($components['query'])) { +parse_str(html_entity_decode($components['query']), $qs); +if ($query) { +$query = array_replace($qs, $query); +$queryString = http_build_query($query,'','&'); +} else { +$query = $qs; +$queryString = $components['query']; +} +} elseif ($query) { +$queryString = http_build_query($query,'','&'); +} +$server['REQUEST_URI'] = $components['path'].(''!== $queryString ?'?'.$queryString :''); +$server['QUERY_STRING'] = $queryString; +return self::createRequestFromFactory($query, $request, array(), $cookies, $files, $server, $content); +} +public static function setFactory($callable) +{ +self::$requestFactory = $callable; +} +public function duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null) +{ +$dup = clone $this; +if ($query !== null) { +$dup->query = new ParameterBag($query); +} +if ($request !== null) { +$dup->request = new ParameterBag($request); +} +if ($attributes !== null) { +$dup->attributes = new ParameterBag($attributes); +} +if ($cookies !== null) { +$dup->cookies = new ParameterBag($cookies); +} +if ($files !== null) { +$dup->files = new FileBag($files); +} +if ($server !== null) { +$dup->server = new ServerBag($server); +$dup->headers = new HeaderBag($dup->server->getHeaders()); +} +$dup->languages = null; +$dup->charsets = null; +$dup->encodings = null; +$dup->acceptableContentTypes = null; +$dup->pathInfo = null; +$dup->requestUri = null; +$dup->baseUrl = null; +$dup->basePath = null; +$dup->method = null; +$dup->format = null; +if (!$dup->get('_format') && $this->get('_format')) { +$dup->attributes->set('_format', $this->get('_format')); +} +if (!$dup->getRequestFormat(null)) { +$dup->setRequestFormat($this->getRequestFormat(null)); +} +return $dup; +} +public function __clone() +{ +$this->query = clone $this->query; +$this->request = clone $this->request; +$this->attributes = clone $this->attributes; +$this->cookies = clone $this->cookies; +$this->files = clone $this->files; +$this->server = clone $this->server; +$this->headers = clone $this->headers; +} +public function __toString() +{ +try { +$content = $this->getContent(); +} catch (\LogicException $e) { +return trigger_error($e, E_USER_ERROR); +} +return +sprintf('%s %s %s', $this->getMethod(), $this->getRequestUri(), $this->server->get('SERVER_PROTOCOL'))."\r\n". +$this->headers."\r\n". +$content; +} +public function overrideGlobals() +{ +$this->server->set('QUERY_STRING', static::normalizeQueryString(http_build_query($this->query->all(), null,'&'))); +$_GET = $this->query->all(); +$_POST = $this->request->all(); +$_SERVER = $this->server->all(); +$_COOKIE = $this->cookies->all(); +foreach ($this->headers->all() as $key => $value) { +$key = strtoupper(str_replace('-','_', $key)); +if (in_array($key, array('CONTENT_TYPE','CONTENT_LENGTH'))) { +$_SERVER[$key] = implode(', ', $value); +} else { +$_SERVER['HTTP_'.$key] = implode(', ', $value); +} +} +$request = array('g'=> $_GET,'p'=> $_POST,'c'=> $_COOKIE); +$requestOrder = ini_get('request_order') ?: ini_get('variables_order'); +$requestOrder = preg_replace('#[^cgp]#','', strtolower($requestOrder)) ?:'gp'; +$_REQUEST = array(); +foreach (str_split($requestOrder) as $order) { +$_REQUEST = array_merge($_REQUEST, $request[$order]); +} +} +public static function setTrustedProxies(array $proxies) +{ +self::$trustedProxies = $proxies; +} +public static function getTrustedProxies() +{ +return self::$trustedProxies; +} +public static function setTrustedHosts(array $hostPatterns) +{ +self::$trustedHostPatterns = array_map(function ($hostPattern) { +return sprintf('#%s#i', $hostPattern); +}, $hostPatterns); +self::$trustedHosts = array(); +} +public static function getTrustedHosts() +{ +return self::$trustedHostPatterns; +} +public static function setTrustedHeaderName($key, $value) +{ +if (!array_key_exists($key, self::$trustedHeaders)) { +throw new \InvalidArgumentException(sprintf('Unable to set the trusted header name for key "%s".', $key)); +} +self::$trustedHeaders[$key] = $value; +} +public static function getTrustedHeaderName($key) +{ +if (!array_key_exists($key, self::$trustedHeaders)) { +throw new \InvalidArgumentException(sprintf('Unable to get the trusted header name for key "%s".', $key)); +} +return self::$trustedHeaders[$key]; +} +public static function normalizeQueryString($qs) +{ +if (''== $qs) { +return''; +} +$parts = array(); +$order = array(); +foreach (explode('&', $qs) as $param) { +if (''=== $param ||'='=== $param[0]) { +continue; +} +$keyValuePair = explode('=', $param, 2); +$parts[] = isset($keyValuePair[1]) ? +rawurlencode(urldecode($keyValuePair[0])).'='.rawurlencode(urldecode($keyValuePair[1])) : +rawurlencode(urldecode($keyValuePair[0])); +$order[] = urldecode($keyValuePair[0]); +} +array_multisort($order, SORT_ASC, $parts); +return implode('&', $parts); +} +public static function enableHttpMethodParameterOverride() +{ +self::$httpMethodParameterOverride = true; +} +public static function getHttpMethodParameterOverride() +{ +return self::$httpMethodParameterOverride; +} +public function get($key, $default = null) +{ +if ($this !== $result = $this->attributes->get($key, $this)) { +return $result; +} +if ($this !== $result = $this->query->get($key, $this)) { +return $result; +} +if ($this !== $result = $this->request->get($key, $this)) { +return $result; +} +return $default; +} +public function getSession() +{ +return $this->session; +} +public function hasPreviousSession() +{ +return $this->hasSession() && $this->cookies->has($this->session->getName()); +} +public function hasSession() +{ +return null !== $this->session; +} +public function setSession(SessionInterface $session) +{ +$this->session = $session; +} +public function getClientIps() +{ +$clientIps = array(); +$ip = $this->server->get('REMOTE_ADDR'); +if (!$this->isFromTrustedProxy()) { +return array($ip); +} +$hasTrustedForwardedHeader = self::$trustedHeaders[self::HEADER_FORWARDED] && $this->headers->has(self::$trustedHeaders[self::HEADER_FORWARDED]); +$hasTrustedClientIpHeader = self::$trustedHeaders[self::HEADER_CLIENT_IP] && $this->headers->has(self::$trustedHeaders[self::HEADER_CLIENT_IP]); +if ($hasTrustedForwardedHeader) { +$forwardedHeader = $this->headers->get(self::$trustedHeaders[self::HEADER_FORWARDED]); +preg_match_all('{(for)=("?\[?)([a-z0-9\.:_\-/]*)}', $forwardedHeader, $matches); +$forwardedClientIps = $matches[3]; +$forwardedClientIps = $this->normalizeAndFilterClientIps($forwardedClientIps, $ip); +$clientIps = $forwardedClientIps; +} +if ($hasTrustedClientIpHeader) { +$xForwardedForClientIps = array_map('trim', explode(',', $this->headers->get(self::$trustedHeaders[self::HEADER_CLIENT_IP]))); +$xForwardedForClientIps = $this->normalizeAndFilterClientIps($xForwardedForClientIps, $ip); +$clientIps = $xForwardedForClientIps; +} +if ($hasTrustedForwardedHeader && $hasTrustedClientIpHeader && $forwardedClientIps !== $xForwardedForClientIps) { +throw new ConflictingHeadersException('The request has both a trusted Forwarded header and a trusted Client IP header, conflicting with each other with regards to the originating IP addresses of the request. This is the result of a misconfiguration. You should either configure your proxy only to send one of these headers, or configure Symfony to distrust one of them.'); +} +if (!$hasTrustedForwardedHeader && !$hasTrustedClientIpHeader) { +return $this->normalizeAndFilterClientIps(array(), $ip); +} +return $clientIps; +} +public function getClientIp() +{ +$ipAddresses = $this->getClientIps(); +return $ipAddresses[0]; +} +public function getScriptName() +{ +return $this->server->get('SCRIPT_NAME', $this->server->get('ORIG_SCRIPT_NAME','')); +} +public function getPathInfo() +{ +if (null === $this->pathInfo) { +$this->pathInfo = $this->preparePathInfo(); +} +return $this->pathInfo; +} +public function getBasePath() +{ +if (null === $this->basePath) { +$this->basePath = $this->prepareBasePath(); +} +return $this->basePath; +} +public function getBaseUrl() +{ +if (null === $this->baseUrl) { +$this->baseUrl = $this->prepareBaseUrl(); +} +return $this->baseUrl; +} +public function getScheme() +{ +return $this->isSecure() ?'https':'http'; +} +public function getPort() +{ +if ($this->isFromTrustedProxy()) { +if (self::$trustedHeaders[self::HEADER_CLIENT_PORT] && $port = $this->headers->get(self::$trustedHeaders[self::HEADER_CLIENT_PORT])) { +return $port; +} +if (self::$trustedHeaders[self::HEADER_CLIENT_PROTO] &&'https'=== $this->headers->get(self::$trustedHeaders[self::HEADER_CLIENT_PROTO],'http')) { +return 443; +} +} +if ($host = $this->headers->get('HOST')) { +if ($host[0] ==='[') { +$pos = strpos($host,':', strrpos($host,']')); +} else { +$pos = strrpos($host,':'); +} +if (false !== $pos) { +return (int) substr($host, $pos + 1); +} +return'https'=== $this->getScheme() ? 443 : 80; +} +return $this->server->get('SERVER_PORT'); +} +public function getUser() +{ +return $this->headers->get('PHP_AUTH_USER'); +} +public function getPassword() +{ +return $this->headers->get('PHP_AUTH_PW'); +} +public function getUserInfo() +{ +$userinfo = $this->getUser(); +$pass = $this->getPassword(); +if (''!= $pass) { +$userinfo .= ":$pass"; +} +return $userinfo; +} +public function getHttpHost() +{ +$scheme = $this->getScheme(); +$port = $this->getPort(); +if (('http'== $scheme && $port == 80) || ('https'== $scheme && $port == 443)) { +return $this->getHost(); +} +return $this->getHost().':'.$port; +} +public function getRequestUri() +{ +if (null === $this->requestUri) { +$this->requestUri = $this->prepareRequestUri(); +} +return $this->requestUri; +} +public function getSchemeAndHttpHost() +{ +return $this->getScheme().'://'.$this->getHttpHost(); +} +public function getUri() +{ +if (null !== $qs = $this->getQueryString()) { +$qs ='?'.$qs; +} +return $this->getSchemeAndHttpHost().$this->getBaseUrl().$this->getPathInfo().$qs; +} +public function getUriForPath($path) +{ +return $this->getSchemeAndHttpHost().$this->getBaseUrl().$path; +} +public function getRelativeUriForPath($path) +{ +if (!isset($path[0]) ||'/'!== $path[0]) { +return $path; +} +if ($path === $basePath = $this->getPathInfo()) { +return''; +} +$sourceDirs = explode('/', isset($basePath[0]) &&'/'=== $basePath[0] ? substr($basePath, 1) : $basePath); +$targetDirs = explode('/', isset($path[0]) &&'/'=== $path[0] ? substr($path, 1) : $path); +array_pop($sourceDirs); +$targetFile = array_pop($targetDirs); +foreach ($sourceDirs as $i => $dir) { +if (isset($targetDirs[$i]) && $dir === $targetDirs[$i]) { +unset($sourceDirs[$i], $targetDirs[$i]); +} else { +break; +} +} +$targetDirs[] = $targetFile; +$path = str_repeat('../', count($sourceDirs)).implode('/', $targetDirs); +return !isset($path[0]) ||'/'=== $path[0] +|| false !== ($colonPos = strpos($path,':')) && ($colonPos < ($slashPos = strpos($path,'/')) || false === $slashPos) +? "./$path" : $path; +} +public function getQueryString() +{ +$qs = static::normalizeQueryString($this->server->get('QUERY_STRING')); +return''=== $qs ? null : $qs; +} +public function isSecure() +{ +if ($this->isFromTrustedProxy() && self::$trustedHeaders[self::HEADER_CLIENT_PROTO] && $proto = $this->headers->get(self::$trustedHeaders[self::HEADER_CLIENT_PROTO])) { +return in_array(strtolower(current(explode(',', $proto))), array('https','on','ssl','1')); +} +$https = $this->server->get('HTTPS'); +return !empty($https) &&'off'!== strtolower($https); +} +public function getHost() +{ +if ($this->isFromTrustedProxy() && self::$trustedHeaders[self::HEADER_CLIENT_HOST] && $host = $this->headers->get(self::$trustedHeaders[self::HEADER_CLIENT_HOST])) { +$elements = explode(',', $host); +$host = $elements[count($elements) - 1]; +} elseif (!$host = $this->headers->get('HOST')) { +if (!$host = $this->server->get('SERVER_NAME')) { +$host = $this->server->get('SERVER_ADDR',''); +} +} +$host = strtolower(preg_replace('/:\d+$/','', trim($host))); +if ($host &&''!== preg_replace('/(?:^\[)?[a-zA-Z0-9-:\]_]+\.?/','', $host)) { +throw new \UnexpectedValueException(sprintf('Invalid Host "%s"', $host)); +} +if (count(self::$trustedHostPatterns) > 0) { +if (in_array($host, self::$trustedHosts)) { +return $host; +} +foreach (self::$trustedHostPatterns as $pattern) { +if (preg_match($pattern, $host)) { +self::$trustedHosts[] = $host; +return $host; +} +} +throw new \UnexpectedValueException(sprintf('Untrusted Host "%s"', $host)); +} +return $host; +} +public function setMethod($method) +{ +$this->method = null; +$this->server->set('REQUEST_METHOD', $method); +} +public function getMethod() +{ +if (null === $this->method) { +$this->method = strtoupper($this->server->get('REQUEST_METHOD','GET')); +if ('POST'=== $this->method) { +if ($method = $this->headers->get('X-HTTP-METHOD-OVERRIDE')) { +$this->method = strtoupper($method); +} elseif (self::$httpMethodParameterOverride) { +$this->method = strtoupper($this->request->get('_method', $this->query->get('_method','POST'))); +} +} +} +return $this->method; +} +public function getRealMethod() +{ +return strtoupper($this->server->get('REQUEST_METHOD','GET')); +} +public function getMimeType($format) +{ +if (null === static::$formats) { +static::initializeFormats(); +} +return isset(static::$formats[$format]) ? static::$formats[$format][0] : null; +} +public static function getMimeTypes($format) +{ +if (null === static::$formats) { +static::initializeFormats(); +} +return isset(static::$formats[$format]) ? static::$formats[$format] : array(); +} +public function getFormat($mimeType) +{ +$canonicalMimeType = null; +if (false !== $pos = strpos($mimeType,';')) { +$canonicalMimeType = substr($mimeType, 0, $pos); +} +if (null === static::$formats) { +static::initializeFormats(); +} +foreach (static::$formats as $format => $mimeTypes) { +if (in_array($mimeType, (array) $mimeTypes)) { +return $format; +} +if (null !== $canonicalMimeType && in_array($canonicalMimeType, (array) $mimeTypes)) { +return $format; +} +} +} +public function setFormat($format, $mimeTypes) +{ +if (null === static::$formats) { +static::initializeFormats(); +} +static::$formats[$format] = is_array($mimeTypes) ? $mimeTypes : array($mimeTypes); +} +public function getRequestFormat($default ='html') +{ +if (null === $this->format) { +$this->format = $this->attributes->get('_format', $default); +} +return $this->format; +} +public function setRequestFormat($format) +{ +$this->format = $format; +} +public function getContentType() +{ +return $this->getFormat($this->headers->get('CONTENT_TYPE')); +} +public function setDefaultLocale($locale) +{ +$this->defaultLocale = $locale; +if (null === $this->locale) { +$this->setPhpDefaultLocale($locale); +} +} +public function getDefaultLocale() +{ +return $this->defaultLocale; +} +public function setLocale($locale) +{ +$this->setPhpDefaultLocale($this->locale = $locale); +} +public function getLocale() +{ +return null === $this->locale ? $this->defaultLocale : $this->locale; +} +public function isMethod($method) +{ +return $this->getMethod() === strtoupper($method); +} +public function isMethodSafe() +{ +return in_array($this->getMethod(), 0 < func_num_args() && !func_get_arg(0) ? array('GET','HEAD','OPTIONS','TRACE') : array('GET','HEAD')); +} +public function isMethodCacheable() +{ +return in_array($this->getMethod(), array('GET','HEAD')); +} +public function getContent($asResource = false) +{ +$currentContentIsResource = is_resource($this->content); +if (PHP_VERSION_ID < 50600 && false === $this->content) { +throw new \LogicException('getContent() can only be called once when using the resource return type and PHP below 5.6.'); +} +if (true === $asResource) { +if ($currentContentIsResource) { +rewind($this->content); +return $this->content; +} +if (is_string($this->content)) { +$resource = fopen('php://temp','r+'); +fwrite($resource, $this->content); +rewind($resource); +return $resource; +} +$this->content = false; +return fopen('php://input','rb'); +} +if ($currentContentIsResource) { +rewind($this->content); +return stream_get_contents($this->content); +} +if (null === $this->content || false === $this->content) { +$this->content = file_get_contents('php://input'); +} +return $this->content; +} +public function getETags() +{ +return preg_split('/\s*,\s*/', $this->headers->get('if_none_match'), null, PREG_SPLIT_NO_EMPTY); +} +public function isNoCache() +{ +return $this->headers->hasCacheControlDirective('no-cache') ||'no-cache'== $this->headers->get('Pragma'); +} +public function getPreferredLanguage(array $locales = null) +{ +$preferredLanguages = $this->getLanguages(); +if (empty($locales)) { +return isset($preferredLanguages[0]) ? $preferredLanguages[0] : null; +} +if (!$preferredLanguages) { +return $locales[0]; +} +$extendedPreferredLanguages = array(); +foreach ($preferredLanguages as $language) { +$extendedPreferredLanguages[] = $language; +if (false !== $position = strpos($language,'_')) { +$superLanguage = substr($language, 0, $position); +if (!in_array($superLanguage, $preferredLanguages)) { +$extendedPreferredLanguages[] = $superLanguage; +} +} +} +$preferredLanguages = array_values(array_intersect($extendedPreferredLanguages, $locales)); +return isset($preferredLanguages[0]) ? $preferredLanguages[0] : $locales[0]; +} +public function getLanguages() +{ +if (null !== $this->languages) { +return $this->languages; +} +$languages = AcceptHeader::fromString($this->headers->get('Accept-Language'))->all(); +$this->languages = array(); +foreach ($languages as $lang => $acceptHeaderItem) { +if (false !== strpos($lang,'-')) { +$codes = explode('-', $lang); +if ('i'=== $codes[0]) { +if (count($codes) > 1) { +$lang = $codes[1]; +} +} else { +for ($i = 0, $max = count($codes); $i < $max; ++$i) { +if ($i === 0) { +$lang = strtolower($codes[0]); +} else { +$lang .='_'.strtoupper($codes[$i]); +} +} +} +} +$this->languages[] = $lang; +} +return $this->languages; +} +public function getCharsets() +{ +if (null !== $this->charsets) { +return $this->charsets; +} +return $this->charsets = array_keys(AcceptHeader::fromString($this->headers->get('Accept-Charset'))->all()); +} +public function getEncodings() +{ +if (null !== $this->encodings) { +return $this->encodings; +} +return $this->encodings = array_keys(AcceptHeader::fromString($this->headers->get('Accept-Encoding'))->all()); +} +public function getAcceptableContentTypes() +{ +if (null !== $this->acceptableContentTypes) { +return $this->acceptableContentTypes; +} +return $this->acceptableContentTypes = array_keys(AcceptHeader::fromString($this->headers->get('Accept'))->all()); +} +public function isXmlHttpRequest() +{ +return'XMLHttpRequest'== $this->headers->get('X-Requested-With'); +} +protected function prepareRequestUri() +{ +$requestUri =''; +if ($this->headers->has('X_ORIGINAL_URL')) { +$requestUri = $this->headers->get('X_ORIGINAL_URL'); +$this->headers->remove('X_ORIGINAL_URL'); +$this->server->remove('HTTP_X_ORIGINAL_URL'); +$this->server->remove('UNENCODED_URL'); +$this->server->remove('IIS_WasUrlRewritten'); +} elseif ($this->headers->has('X_REWRITE_URL')) { +$requestUri = $this->headers->get('X_REWRITE_URL'); +$this->headers->remove('X_REWRITE_URL'); +} elseif ($this->server->get('IIS_WasUrlRewritten') =='1'&& $this->server->get('UNENCODED_URL') !='') { +$requestUri = $this->server->get('UNENCODED_URL'); +$this->server->remove('UNENCODED_URL'); +$this->server->remove('IIS_WasUrlRewritten'); +} elseif ($this->server->has('REQUEST_URI')) { +$requestUri = $this->server->get('REQUEST_URI'); +$schemeAndHttpHost = $this->getSchemeAndHttpHost(); +if (strpos($requestUri, $schemeAndHttpHost) === 0) { +$requestUri = substr($requestUri, strlen($schemeAndHttpHost)); +} +} elseif ($this->server->has('ORIG_PATH_INFO')) { +$requestUri = $this->server->get('ORIG_PATH_INFO'); +if (''!= $this->server->get('QUERY_STRING')) { +$requestUri .='?'.$this->server->get('QUERY_STRING'); +} +$this->server->remove('ORIG_PATH_INFO'); +} +$this->server->set('REQUEST_URI', $requestUri); +return $requestUri; +} +protected function prepareBaseUrl() +{ +$filename = basename($this->server->get('SCRIPT_FILENAME')); +if (basename($this->server->get('SCRIPT_NAME')) === $filename) { +$baseUrl = $this->server->get('SCRIPT_NAME'); +} elseif (basename($this->server->get('PHP_SELF')) === $filename) { +$baseUrl = $this->server->get('PHP_SELF'); +} elseif (basename($this->server->get('ORIG_SCRIPT_NAME')) === $filename) { +$baseUrl = $this->server->get('ORIG_SCRIPT_NAME'); } else { +$path = $this->server->get('PHP_SELF',''); +$file = $this->server->get('SCRIPT_FILENAME',''); +$segs = explode('/', trim($file,'/')); +$segs = array_reverse($segs); +$index = 0; +$last = count($segs); +$baseUrl =''; +do { +$seg = $segs[$index]; +$baseUrl ='/'.$seg.$baseUrl; +++$index; +} while ($last > $index && (false !== $pos = strpos($path, $baseUrl)) && 0 != $pos); +} +$requestUri = $this->getRequestUri(); +if ($baseUrl && false !== $prefix = $this->getUrlencodedPrefix($requestUri, $baseUrl)) { +return $prefix; +} +if ($baseUrl && false !== $prefix = $this->getUrlencodedPrefix($requestUri, rtrim(dirname($baseUrl),'/'.DIRECTORY_SEPARATOR).'/')) { +return rtrim($prefix,'/'.DIRECTORY_SEPARATOR); +} +$truncatedRequestUri = $requestUri; +if (false !== $pos = strpos($requestUri,'?')) { +$truncatedRequestUri = substr($requestUri, 0, $pos); +} +$basename = basename($baseUrl); +if (empty($basename) || !strpos(rawurldecode($truncatedRequestUri), $basename)) { +return''; +} +if (strlen($requestUri) >= strlen($baseUrl) && (false !== $pos = strpos($requestUri, $baseUrl)) && $pos !== 0) { +$baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl)); +} +return rtrim($baseUrl,'/'.DIRECTORY_SEPARATOR); +} +protected function prepareBasePath() +{ +$filename = basename($this->server->get('SCRIPT_FILENAME')); +$baseUrl = $this->getBaseUrl(); +if (empty($baseUrl)) { +return''; +} +if (basename($baseUrl) === $filename) { +$basePath = dirname($baseUrl); +} else { +$basePath = $baseUrl; +} +if ('\\'=== DIRECTORY_SEPARATOR) { +$basePath = str_replace('\\','/', $basePath); +} +return rtrim($basePath,'/'); +} +protected function preparePathInfo() +{ +$baseUrl = $this->getBaseUrl(); +if (null === ($requestUri = $this->getRequestUri())) { +return'/'; +} +if ($pos = strpos($requestUri,'?')) { +$requestUri = substr($requestUri, 0, $pos); +} +$pathInfo = substr($requestUri, strlen($baseUrl)); +if (null !== $baseUrl && (false === $pathInfo ||''=== $pathInfo)) { +return'/'; +} elseif (null === $baseUrl) { +return $requestUri; +} +return (string) $pathInfo; +} +protected static function initializeFormats() +{ +static::$formats = array('html'=> array('text/html','application/xhtml+xml'),'txt'=> array('text/plain'),'js'=> array('application/javascript','application/x-javascript','text/javascript'),'css'=> array('text/css'),'json'=> array('application/json','application/x-json'),'xml'=> array('text/xml','application/xml','application/x-xml'),'rdf'=> array('application/rdf+xml'),'atom'=> array('application/atom+xml'),'rss'=> array('application/rss+xml'),'form'=> array('application/x-www-form-urlencoded'), +); +} +private function setPhpDefaultLocale($locale) +{ +try { +if (class_exists('Locale', false)) { +\Locale::setDefault($locale); +} +} catch (\Exception $e) { +} +} +private function getUrlencodedPrefix($string, $prefix) +{ +if (0 !== strpos(rawurldecode($string), $prefix)) { +return false; +} +$len = strlen($prefix); +if (preg_match(sprintf('#^(%%[[:xdigit:]]{2}|.){%d}#', $len), $string, $match)) { +return $match[0]; +} +return false; +} +private static function createRequestFromFactory(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null) +{ +if (self::$requestFactory) { +$request = call_user_func(self::$requestFactory, $query, $request, $attributes, $cookies, $files, $server, $content); +if (!$request instanceof self) { +throw new \LogicException('The Request factory must return an instance of Symfony\Component\HttpFoundation\Request.'); +} +return $request; +} +return new static($query, $request, $attributes, $cookies, $files, $server, $content); +} +public function isFromTrustedProxy() +{ +return self::$trustedProxies && IpUtils::checkIp($this->server->get('REMOTE_ADDR'), self::$trustedProxies); +} +private function normalizeAndFilterClientIps(array $clientIps, $ip) +{ +$clientIps[] = $ip; $firstTrustedIp = null; +foreach ($clientIps as $key => $clientIp) { +if (preg_match('{((?:\d+\.){3}\d+)\:\d+}', $clientIp, $match)) { +$clientIps[$key] = $clientIp = $match[1]; +} +if (!filter_var($clientIp, FILTER_VALIDATE_IP)) { +unset($clientIps[$key]); +continue; +} +if (IpUtils::checkIp($clientIp, self::$trustedProxies)) { +unset($clientIps[$key]); +if (null === $firstTrustedIp) { +$firstTrustedIp = $clientIp; +} +} +} +return $clientIps ? array_reverse($clientIps) : array($firstTrustedIp); +} +} +} diff --git a/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data b/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data new file mode 100644 index 00000000..4297d7fa --- /dev/null +++ b/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:23:"travel_guide_content_id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/00/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/00/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/00/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/00/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..2fe67f32 --- /dev/null +++ b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"text";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..57a7b311 --- /dev/null +++ b/var/cache/dev/annotations/01/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"extra_price_net";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/01/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data b/var/cache/dev/annotations/01/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/01/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/02/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/03/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/03/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/03/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/03/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/04/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e631163 --- /dev/null +++ b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\Callback":3:{s:8:"callback";a:0:{}s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..449ddc20 --- /dev/null +++ b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:12:"flightPeriod";s:12:"targetEntity";s:37:"AppBundle\Entity\TravelDeparturePoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data new file mode 100644 index 00000000..6eb80c30 --- /dev/null +++ b/var/cache/dev/annotations/04/5b41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data b/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/04/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/05/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/05/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..806080e1 --- /dev/null +++ b/var/cache/dev/annotations/05/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"program";s:12:"targetEntity";s:37:"AppBundle\Entity\TravelDeparturePoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/05/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/05/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/05/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/06/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/06/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..05515d6c Binary files /dev/null and b/var/cache/dev/annotations/06/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data b/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data new file mode 100644 index 00000000..70bdb26a --- /dev/null +++ b/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"OLD_CatalogID";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..2221a5b0 --- /dev/null +++ b/var/cache/dev/annotations/06/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"min_adults";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/07/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/07/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/07/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/07/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/07/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/07/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c08c64c7 Binary files /dev/null and b/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..8b4ab811 --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:29:"Doctrine\ORM\Mapping\OneToOne":6:{s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:8:"mappedBy";s:11:"fewoLodging";s:10:"inversedBy";N;s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/08/5b41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e744e65775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/08/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c3f420c5 --- /dev/null +++ b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:20:"travel_general_notes";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..308856cd --- /dev/null +++ b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"border";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/09/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/09/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/09/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/09/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/0a/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5fcef987 --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:4:"text";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..4ec72a4f --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:15:"travel_category";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c03aa273 --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:14:"travel_country";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:22:"FK_travel_country_page";s:7:"columns";a:1:{i:0;s:16:"feedback_page_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:40:"AppBundle\Entity\TravelCountryRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..4de39618 --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"price_children";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..772dc8b3 --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"program";s:12:"targetEntity";s:35:"AppBundle\Entity\TravelProgramImage";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..6484e3ad --- /dev/null +++ b/var/cache/dev/annotations/0b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:20:"netto_prices_in_euro";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..cf4b3f60 --- /dev/null +++ b/var/cache/dev/annotations/0c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"title";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/0c/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/0d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/0d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/0d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/0e/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/0e/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..9cc6553c --- /dev/null +++ b/var/cache/dev/annotations/0e/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"slug";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/0f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/0f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/0f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/10/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data new file mode 100644 index 00000000..ed110159 --- /dev/null +++ b/var/cache/dev/annotations/10/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:5:"group";s:12:"targetEntity";s:11:"FewoLodging";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/10/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/11/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/11/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..b0aaa53a --- /dev/null +++ b/var/cache/dev/annotations/11/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/11/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/12/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/12/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/12/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/12/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/12/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/12/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/13/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/13/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/13/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/14/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/14/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/14/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/14/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/15/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/15/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/15/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/15/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/15/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/15/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data b/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/15/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8b2de71e Binary files /dev/null and b/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/16/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data new file mode 100644 index 00000000..6c119e28 --- /dev/null +++ b/var/cache/dev/annotations/16/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"show_map";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/16/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data b/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data new file mode 100644 index 00000000..84a35942 --- /dev/null +++ b/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"adress2";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data b/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data new file mode 100644 index 00000000..3be6bf31 --- /dev/null +++ b/var/cache/dev/annotations/17/5b41707042756e646c655c456e746974795c5061676524636174616c6f67496e6465785d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"catalog_index";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/17/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..6539540d --- /dev/null +++ b/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"maximum_adults";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/18/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/18/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..e8418be3 --- /dev/null +++ b/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:22:"travel_insurance_price";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:42:"FK_travel_insurance_price_travel_insurance";s:7:"columns";a:1:{i:0;s:12:"insurance_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:47:"AppBundle\Entity\TravelInsurancePriceRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..f8275558 --- /dev/null +++ b/var/cache/dev/annotations/19/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:31:"AppBundle\Entity\TravelCategory";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"category_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/19/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/19/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/19/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/19/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data b/var/cache/dev/annotations/19/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/19/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/1a/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1a/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/1a/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1a/5b5b435d41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/1b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..df714b95 --- /dev/null +++ b/var/cache/dev/annotations/1b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"percent_old";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..abd3dfbf Binary files /dev/null and b/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/1c/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/1c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/1c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a358c2ea --- /dev/null +++ b/var/cache/dev/annotations/1c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"advices";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/1c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/1c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/1d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..22df3492 Binary files /dev/null and b/var/cache/dev/annotations/1d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1d/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..551d0c99 --- /dev/null +++ b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\DateTime":4:{s:6:"format";s:11:"Y-m-d H:i:s";s:7:"message";s:35:"This value is not a valid datetime.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data new file mode 100644 index 00000000..235f8a32 --- /dev/null +++ b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:15:"sidebar_widgets";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:40:"AppBundle\Entity\SidebarWidgetRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..269f013d --- /dev/null +++ b/var/cache/dev/annotations/1e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:38:"AppBundle\Entity\TravelPeriodPriceType";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"price_type";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data b/var/cache/dev/annotations/1e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/1e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..923d7502 --- /dev/null +++ b/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:29:"AppBundle\Entity\TravelPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:9:"discounts";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"period_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..d9fee5bc --- /dev/null +++ b/var/cache/dev/annotations/1f/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"price_old";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d696e4164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/1f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/20/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/20/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/20/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/20/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/21/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/21/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/21/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/21/5b5b435d41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data new file mode 100644 index 00000000..1591cff3 --- /dev/null +++ b/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"adress1";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..854ead80 --- /dev/null +++ b/var/cache/dev/annotations/22/5b41707042756e646c655c456e746974795c54726176656c43617465676f727924636f6e76657273696f6e436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"conversion_code";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/22/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/23/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/23/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5671e529 Binary files /dev/null and b/var/cache/dev/annotations/23/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/23/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data b/var/cache/dev/annotations/23/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data new file mode 100644 index 00000000..255ee88f --- /dev/null +++ b/var/cache/dev/annotations/23/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"maximum_childs";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/23/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/23/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/23/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/23/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data b/var/cache/dev/annotations/23/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/23/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..6680c4d5 --- /dev/null +++ b/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"rules_updated";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data new file mode 100644 index 00000000..104f6249 --- /dev/null +++ b/var/cache/dev/annotations/24/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"price_type";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/24/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c6173685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577536561736f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/24/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/24/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data b/var/cache/dev/annotations/24/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/24/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..499599e9 Binary files /dev/null and b/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/25/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data b/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a2bf11b5 --- /dev/null +++ b/var/cache/dev/annotations/26/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"text_before";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/26/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data b/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data new file mode 100644 index 00000000..e17e2df5 --- /dev/null +++ b/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"show_at";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..4de39618 --- /dev/null +++ b/var/cache/dev/annotations/27/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"price_children";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/27/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/27/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/27/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/28/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/28/5b5b435d41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data new file mode 100644 index 00000000..766273da --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:50:"AppBundle\Validator\Constraints\FewoBookingRequest":3:{s:7:"message";s:19:"Ungültige Eingabe!";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9e703a1b --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"active_frontend";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..ea7ea788 --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"price";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data new file mode 100644 index 00000000..61639c96 --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:34:"AppBundle\Entity\TravelGeneralNote";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"generalnote";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..bb41d217 --- /dev/null +++ b/var/cache/dev/annotations/29/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"type";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/29/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f6424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/2a/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data b/var/cache/dev/annotations/2a/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/2a/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/2a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/2a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/2a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/2b/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..b088ed1a --- /dev/null +++ b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"before_title";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data new file mode 100644 index 00000000..891cb2de --- /dev/null +++ b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365335d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelInsurance";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"insurance_3";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data new file mode 100644 index 00000000..ef59a660 --- /dev/null +++ b/var/cache/dev/annotations/2c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24796f7574685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"youth";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2c/5b5b435d41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2c/5b5b435d41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/2c/5b5b435d41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/2d/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/2d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/2d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/2d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/2d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/2e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/2e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c4c683e6 --- /dev/null +++ b/var/cache/dev/annotations/2e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:16:"travel_organizer";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2e/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data b/var/cache/dev/annotations/2e/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/2e/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/2f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/2f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..4c1ee3ae --- /dev/null +++ b/var/cache/dev/annotations/2f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6669744d617267696e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"profit_margin";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/2f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/30/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/30/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/30/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..d349bf2e --- /dev/null +++ b/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"status";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..ca0d26b8 --- /dev/null +++ b/var/cache/dev/annotations/31/5b41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"date";s:4:"type";s:8:"datetime";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/31/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..1d3dc329 --- /dev/null +++ b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}i:2;O:47:"AppBundle\Validator\Constraints\FewoReservation":3:{s:7:"message";s:48:"Die Daten müssen innerhalb einer Saison liegen!";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..d58ec642 --- /dev/null +++ b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"price_net";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..8cc2aa2e --- /dev/null +++ b/var/cache/dev/annotations/32/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"file_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736561726368416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/32/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/33/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data b/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/33/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data b/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/34/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/34/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/34/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..3005d7cd --- /dev/null +++ b/var/cache/dev/annotations/34/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/35/5b41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data b/var/cache/dev/annotations/35/5b41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data new file mode 100644 index 00000000..6b0fa930 --- /dev/null +++ b/var/cache/dev/annotations/35/5b41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"OLD_OwnerID";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/35/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/36/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/36/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/36/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/37/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/37/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/37/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/37/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/38/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/38/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/38/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..fff1d6ba --- /dev/null +++ b/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:35:"AppBundle\Entity\TravelArrivalPoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:23:"travel_arrival_point_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..7e8d2a79 --- /dev/null +++ b/var/cache/dev/annotations/38/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167654578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"map_image_ext";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data b/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/38/5b5b435d41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/39/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/39/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f040b197 --- /dev/null +++ b/var/cache/dev/annotations/39/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:6:"period";s:12:"targetEntity";s:31:"AppBundle\Entity\TravelDiscount";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/39/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/39/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/39/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/39/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/39/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/39/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/39/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/39/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a11f6995 --- /dev/null +++ b/var/cache/dev/annotations/39/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296981; \ No newline at end of file diff --git a/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a212c670 Binary files /dev/null and b/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/3a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..6d35d592 --- /dev/null +++ b/var/cache/dev/annotations/3a/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"html_information";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/3a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/3a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/3a/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/3a/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/3a/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/3b/5b41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/3b/5b41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..d551c0f2 --- /dev/null +++ b/var/cache/dev/annotations/3b/5b41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"owner_second";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/3b/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/3b/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/3b/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/3c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/3c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/3c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/3d/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/3d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/3e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/3e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..4c774047 --- /dev/null +++ b/var/cache/dev/annotations/3e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"weekdays";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/3e/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/3e/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/3e/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/3f/5b41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data b/var/cache/dev/annotations/3f/5b41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data new file mode 100644 index 00000000..fff23173 --- /dev/null +++ b/var/cache/dev/annotations/3f/5b41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/3f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data new file mode 100644 index 00000000..238e25dd --- /dev/null +++ b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"comp";s:4:"type";s:6:"string";s:6:"length";i:4;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..acafa752 --- /dev/null +++ b/var/cache/dev/annotations/40/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652473686f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"short";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/40/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data b/var/cache/dev/annotations/40/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/40/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655479706549645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765745a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/41/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/41/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/41/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/41/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/42/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/42/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..bb7717b0 Binary files /dev/null and b/var/cache/dev/annotations/42/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/42/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/42/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/42/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/42/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c4775696465416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..dd366c5d Binary files /dev/null and b/var/cache/dev/annotations/43/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..ea7ea788 --- /dev/null +++ b/var/cache/dev/annotations/43/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"price";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/43/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..70477b60 --- /dev/null +++ b/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246c6f6467696e6747726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:16:"FewoLodgingGroup";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"images";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:8:"group_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..2a60b159 --- /dev/null +++ b/var/cache/dev/annotations/44/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:19:"travel_period_price";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:36:"FK_travel_period_price_travel_period";s:7:"columns";a:1:{i:0;s:9:"period_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";a:1:{i:0;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:23:"UK_price_type_period_id";s:7:"columns";a:2:{i:0;s:10:"price_type";i:1;s:9:"period_id";}s:7:"options";N;}}s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24616476696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/44/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666565646261636b7353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/45/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data b/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data new file mode 100644 index 00000000..628e94d7 --- /dev/null +++ b/var/cache/dev/annotations/46/5b41707042756e646c655c456e746974795c50616765247265616c55726c506174685d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:200;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:1;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/46/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/47/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/47/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/47/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/48/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data new file mode 100644 index 00000000..ff95dcfe --- /dev/null +++ b/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365315d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelInsurance";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"insurance_1";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/48/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/48/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..e9108af9 --- /dev/null +++ b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"integer";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..4fe75d7e --- /dev/null +++ b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"departure_type";s:4:"type";s:6:"string";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a837e680 --- /dev/null +++ b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:7:"periods";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..663ce161 --- /dev/null +++ b/var/cache/dev/annotations/49/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"extension";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/49/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/49/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/49/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/49/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/49/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/4a/5b41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data b/var/cache/dev/annotations/4a/5b41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c4695c35 --- /dev/null +++ b/var/cache/dev/annotations/4a/5b41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"standard";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/4a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/4a/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..56cd4a5a --- /dev/null +++ b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"included";s:4:"type";s:4:"text";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..01b51fa0 --- /dev/null +++ b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"order";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data new file mode 100644 index 00000000..8e1b92bb --- /dev/null +++ b/var/cache/dev/annotations/4b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"program";s:12:"targetEntity";s:29:"AppBundle\Entity\TravelPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/4b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..d433941a Binary files /dev/null and b/var/cache/dev/annotations/4c/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/4c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..615271a1 --- /dev/null +++ b/var/cache/dev/annotations/4c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"map_image";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424696e74656765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/4c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6574746f507269636573496e4575726f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/4d/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data b/var/cache/dev/annotations/4d/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4d/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/4d/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/4e/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4e/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/4e/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/4e/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/4f/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/4f/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9ef70352 Binary files /dev/null and b/var/cache/dev/annotations/4f/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/4f/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/4f/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a29ff63c --- /dev/null +++ b/var/cache/dev/annotations/4f/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:6:"period";s:12:"targetEntity";s:34:"AppBundle\Entity\TravelPeriodPrice";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";s:9:"priceType";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/4f/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/4f/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/4f/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/50/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/50/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/50/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..8194aac0 --- /dev/null +++ b/var/cache/dev/annotations/50/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"text_after";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/50/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/50/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/50/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..e3f92271 --- /dev/null +++ b/var/cache/dev/annotations/51/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"url";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/51/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/52/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..6d70c8ac Binary files /dev/null and b/var/cache/dev/annotations/52/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/52/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/53/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/53/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/53/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/53/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..92456635 --- /dev/null +++ b/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e24636f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelCountry";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:12:"destinations";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"country_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..8cc2aa2e --- /dev/null +++ b/var/cache/dev/annotations/54/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"file_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246163746976655f66726f6e74656e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/54/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/54/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/54/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/54/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/55/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/55/5b41707042756e646c655c456e746974795c54726176656c43617465676f72792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c4665776f50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/55/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2463617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..741cc969 --- /dev/null +++ b/var/cache/dev/annotations/56/5b41707042756e646c655c456e746974795c54726176656c506572696f64246973536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"is_season";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/56/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f746524746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/56/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/56/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/56/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..e15e1e31 Binary files /dev/null and b/var/cache/dev/annotations/57/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..fff23173 --- /dev/null +++ b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78446973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a63155de --- /dev/null +++ b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c5061676524626f78496d61676555726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:200;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/57/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223666f6f746572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/57/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/58/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/58/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/58/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/58/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/59/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/59/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/59/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/59/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/59/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/59/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..0bb5d4ef --- /dev/null +++ b/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c50616765246d6f64656c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"model";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/5a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/5b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/5c/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/5c/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/5c/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/5c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/5c/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/5c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/5c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/5c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..37bcc816 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"html_description";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..b80bdb81 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:20:"travel_program_image";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:38:"FK_travel_program_image_travel_program";s:7:"columns";a:1:{i:0;s:10:"program_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/5d/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..78dbbbf5 --- /dev/null +++ b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c4665776f536561736f6e24746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"to_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data new file mode 100644 index 00000000..2a93994b --- /dev/null +++ b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"form_arb";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..4ccd5bd8 --- /dev/null +++ b/var/cache/dev/annotations/5e/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:29:"Doctrine\ORM\Mapping\OneToOne":6:{s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:8:"mappedBy";s:13:"travelProgram";s:10:"inversedBy";N;s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data b/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/5e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..ee04d1df --- /dev/null +++ b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c434d53436f6e74656e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:4:"AUTO";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..2f5964b2 --- /dev/null +++ b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"flat_price";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..1e37ef5b --- /dev/null +++ b/var/cache/dev/annotations/5f/5b41707042756e646c655c456e746974795c5369646562617257696467657424636f6d706f6e656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"component";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/5f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data b/var/cache/dev/annotations/5f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/5f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246c6f6467696e67735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/60/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/60/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/60/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..b0aaa53a --- /dev/null +++ b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c50616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..8eb13e3a --- /dev/null +++ b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"country";s:12:"targetEntity";s:34:"AppBundle\Entity\TravelDestination";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c2602ed9 --- /dev/null +++ b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"internal_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/61/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/61/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/62/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..e881d2c0 --- /dev/null +++ b/var/cache/dev/annotations/62/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7267616e697a65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelOrganizer";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"organizer";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/62/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/63/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/63/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/63/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/63/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..80aa9ab6 --- /dev/null +++ b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c466c69676874506572696f6424656e64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"end_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..ff22474e --- /dev/null +++ b/var/cache/dev/annotations/64/5b41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:80;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236765744f66666572734279436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/64/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/65/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/65/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..e94dca8a --- /dev/null +++ b/var/cache/dev/annotations/65/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"lodging";s:12:"targetEntity";s:16:"FewoLodgingImage";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:28:"Doctrine\ORM\Mapping\OrderBy":1:{s:5:"value";a:1:{s:3:"pos";s:3:"ASC";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/65/5b5b435d41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/65/5b5b435d41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/65/5b5b435d41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/66/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/67/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8ccd4ea2 Binary files /dev/null and b/var/cache/dev/annotations/67/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..e35febac --- /dev/null +++ b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:13:"travel_option";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..3be4f2b2 --- /dev/null +++ b/var/cache/dev/annotations/67/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"travel_country";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/67/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424746f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..585df7dd --- /dev/null +++ b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"start_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..bf9ca43a --- /dev/null +++ b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:29:"AppBundle\Entity\TravelPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:5:"dates";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:0:"";s:20:"referencedColumnName";s:0:"";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a87802e4 --- /dev/null +++ b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e74497350657263656e7456616c75655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:25:"discount_is_percent_value";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..56e32906 --- /dev/null +++ b/var/cache/dev/annotations/68/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24646973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"discount";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c5061676524646174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/68/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/69/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/69/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/69/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724706167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/69/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/6a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/6a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/6a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data b/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data new file mode 100644 index 00000000..08deafd0 --- /dev/null +++ b/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"only_weekday";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data b/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9cd7398a --- /dev/null +++ b/var/cache/dev/annotations/6a/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524796561725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"year";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/6a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..3eab7a2a --- /dev/null +++ b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"program_duration";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..971dfdf6 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"position";s:4:"type";s:6:"string";s:6:"length";i:10;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/6b/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/6c/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/6c/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..79887953 --- /dev/null +++ b/var/cache/dev/annotations/6c/5b41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"end";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424736561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/6c/5b5b435d41707042756e646c655c456e746974795c50616765246f776e65725365636f6e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/6d/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6d/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/6d/5b41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f7465246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f6265666f72655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/6d/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..8203cc09 --- /dev/null +++ b/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c446973636f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:15:"travel_discount";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:25:"FK_discount_travel_period";s:7:"columns";a:1:{i:0;s:9:"period_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/6e/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/6e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/6e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c477569646553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/6f/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6f/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/6f/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/6f/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..6b7b27d3 --- /dev/null +++ b/var/cache/dev/annotations/70/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e742474726176656c436f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelCountry";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:17:"travel_country_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657446726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data b/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/70/5b5b435d41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c634e756d54726176656c65724c6162656c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/71/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0717b0ca --- /dev/null +++ b/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c5061676524636f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"content";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data new file mode 100644 index 00000000..cb88bc3f --- /dev/null +++ b/var/cache/dev/annotations/71/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742465787472614368617267655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"extra_charge";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6773416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/71/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/72/5b41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/72/5b41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..ea7ea788 --- /dev/null +++ b/var/cache/dev/annotations/72/5b41707042756e646c655c456e746974795c466c69676874506572696f642470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"price";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742461636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..b111bb00 --- /dev/null +++ b/var/cache/dev/annotations/73/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c65466f726d506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"file_form_page";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65774c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data b/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/73/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246f6e6c795765656b6461795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..fe4be03d --- /dev/null +++ b/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"decimal";s:4:"type";s:7:"decimal";s:6:"length";N;s:9:"precision";i:15;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..d016ea1c --- /dev/null +++ b/var/cache/dev/annotations/74/5b41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:18:"travel_destination";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:36:"FK_travel_destination_travel_country";s:7:"columns";a:1:{i:0;s:10:"country_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/75/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/75/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/75/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data b/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742473686f7741745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/75/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/76/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/76/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/76/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/76/5b41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/76/5b41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..df6952e2 --- /dev/null +++ b/var/cache/dev/annotations/76/5b41707042756e646c655c456e746974795c4665776f5072696365246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:11:"FewoLodging";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"prices";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"lodging_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/76/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..3d8a58d5 --- /dev/null +++ b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c506167652474726176656c50726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:29:"Doctrine\ORM\Mapping\OneToOne":6:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:8:"mappedBy";N;s:10:"inversedBy";s:4:"page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;}i:1;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:14:"travel_program";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/77/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/77/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/78/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/78/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/78/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/78/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/78/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/78/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..a11f6995 --- /dev/null +++ b/var/cache/dev/annotations/78/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296981; \ No newline at end of file diff --git a/var/cache/dev/annotations/79/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/79/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..35362473 Binary files /dev/null and b/var/cache/dev/annotations/79/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/7a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..afa4af4e --- /dev/null +++ b/var/cache/dev/annotations/7a/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"position";s:4:"type";s:8:"smallint";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722363726561746554726565416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7a/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c506167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..d898d09b --- /dev/null +++ b/var/cache/dev/annotations/7b/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924666565646261636b506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:16:"feedback_page_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/7b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/7b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/7b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/7b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/7b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/7b/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..a45f15fc --- /dev/null +++ b/var/cache/dev/annotations/7c/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:29:"AppBundle\Entity\TravelPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"prices";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"period_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223676574526f6f6d735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657453616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424706572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7c/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data b/var/cache/dev/annotations/7c/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/7c/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/7d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/7d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7e/5b5b435d41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data b/var/cache/dev/annotations/7e/5b5b435d41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/7e/5b5b435d41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/7e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/7e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/7e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c4665776f50726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f73f0481 --- /dev/null +++ b/var/cache/dev/annotations/7f/5b41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"active";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/80/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/80/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..bbd88110 --- /dev/null +++ b/var/cache/dev/annotations/80/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"file_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e697443616c656e6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/80/5b5b435d41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/81/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..7e0fb8c6 --- /dev/null +++ b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:20:"travel_arrival_point";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:38:"FK_travel_arrival_point_travel_country";s:7:"columns";a:1:{i:0;s:17:"travel_country_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..4711f53e --- /dev/null +++ b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:29:"AppBundle\Entity\FlightPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:10:"departures";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:16:"flight_period_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..11fec2be --- /dev/null +++ b/var/cache/dev/annotations/81/5b41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:13:"travel_period";s:6:"schema";N;s:7:"indexes";a:3:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:31:"FK_travel_period_travel_program";s:7:"columns";a:1:{i:0;s:10:"program_id";}s:5:"flags";N;s:7:"options";N;}i:1;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:29:"FK_travel_period_travel_class";s:7:"columns";a:1:{i:0;s:5:"class";}s:5:"flags";N;s:7:"options";N;}i:2;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:37:"FK_travel_period_travel_arrival_point";s:7:"columns";a:1:{i:0;s:23:"travel_arrival_point_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:39:"AppBundle\Entity\TravelPeriodRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/81/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/81/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/81/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/82/5b5b435d41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data b/var/cache/dev/annotations/82/5b5b435d41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/82/5b5b435d41707042756e646c655c456e746974795c50616765246f6c644f776e657269645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..50ebef78 --- /dev/null +++ b/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:4:"text";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/83/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/83/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data b/var/cache/dev/annotations/83/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/83/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/84/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/84/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data b/var/cache/dev/annotations/84/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/84/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..884af2fa Binary files /dev/null and b/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e6577496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/85/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data new file mode 100644 index 00000000..6f2ff5ad --- /dev/null +++ b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c5061676524636174616c6f6749645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"catalog_id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..cf4b3f60 --- /dev/null +++ b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"title";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a8d6e641 --- /dev/null +++ b/var/cache/dev/annotations/85/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/85/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..db5a9c4e --- /dev/null +++ b/var/cache/dev/annotations/86/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724636974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"city";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/86/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/86/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/86/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/86/5b5b435d41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/86/5b5b435d41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/86/5b5b435d41707042756e646c655c456e746974795c50616765247469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/87/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/87/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..fe465c74 Binary files /dev/null and b/var/cache/dev/annotations/87/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data b/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data new file mode 100644 index 00000000..924fbebc --- /dev/null +++ b/var/cache/dev/annotations/87/5b41707042756e646c655c456e746974795c50616765246b6579776f72645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"keyword";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/87/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/87/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/87/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..81258d33 Binary files /dev/null and b/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c655d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/88/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f666665727353696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/88/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524657874656e73696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..90de877c --- /dev/null +++ b/var/cache/dev/annotations/89/5b41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelCountry";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"country_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a8f6ac94 Binary files /dev/null and b/var/cache/dev/annotations/8a/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574537472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..de27bbb7 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:14:"insurance_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..89e80c7b --- /dev/null +++ b/var/cache/dev/annotations/8a/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465787472615072696365436f6d666f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:23:"extra_price_comfort_net";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656469726563745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data b/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/8a/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e7424656e645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..e35f5620 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:35:"AppBundle\Entity\TravelArrivalPoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:10:"departures";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:23:"travel_arrival_point_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data new file mode 100644 index 00000000..75f612c9 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246c6567616c5269676874735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"legal_rights";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..344453d0 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"deposit_percent";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f8a76286 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247375627469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"subtitle";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722364656661756c74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/8b/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..62b4124e --- /dev/null +++ b/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d61676524706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"pos";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/8c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/8c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data b/var/cache/dev/annotations/8c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/8c/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2473686f774d61705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646444617973546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8d/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e496e54696d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8e/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/8e/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/8e/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/8e/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/8e/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/8e/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/8f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/8f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/8f/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/90/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/90/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..18e83f24 Binary files /dev/null and b/var/cache/dev/annotations/90/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data b/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data new file mode 100644 index 00000000..1a369656 --- /dev/null +++ b/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"keywords";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..73185836 --- /dev/null +++ b/var/cache/dev/annotations/90/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524657874726150726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:20:"extra_price_children";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/90/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..d5ef1eec --- /dev/null +++ b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474687265655f6c65747465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"`3letter`";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f78fa816 --- /dev/null +++ b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelInsurance";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"prices";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:12:"insurance_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..e539d948 --- /dev/null +++ b/var/cache/dev/annotations/91/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"included";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/91/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/92/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/92/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/92/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722373657443686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/92/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/93/5b41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/93/5b41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..ef47bbf7 --- /dev/null +++ b/var/cache/dev/annotations/93/5b41707042756e646c655c456e746974795c434d53436f6e74656e742466756c6c546578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"full_text";s:4:"type";s:4:"text";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/93/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/93/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/93/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f7570496d6167654d756c746955706c6f6164416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/93/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..aee88252 --- /dev/null +++ b/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"slug";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:1;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data b/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data new file mode 100644 index 00000000..58891074 --- /dev/null +++ b/var/cache/dev/annotations/94/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:21:"travel_program_drafts";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:28:"travel_program_drafts_ibfk_1";s:7:"columns";a:1:{i:0;s:17:"travel_program_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/94/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/94/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/94/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/95/5b41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data b/var/cache/dev/annotations/95/5b41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data new file mode 100644 index 00000000..61c9824d --- /dev/null +++ b/var/cache/dev/annotations/95/5b41707042756e646c655c456e746974795c5061676524726f6f745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:33:"Gedmo\Mapping\Annotation\TreeRoot":2:{s:16:"identifierMethod";N;s:5:"value";N;}i:1;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:2;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"tree_root";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:7:"CASCADE";s:16:"columnDefinition";N;s:9:"fieldName";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67547970652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/95/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792468746d6c496e666f726d6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..bda378c3 Binary files /dev/null and b/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/96/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data b/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data new file mode 100644 index 00000000..caaba313 --- /dev/null +++ b/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c5061676524636d7353657474696e67735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/96/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/97/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/97/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..bf34b2a0 --- /dev/null +++ b/var/cache/dev/annotations/97/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"status";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/97/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/97/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/97/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/97/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/97/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/97/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424656d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..764dede0 --- /dev/null +++ b/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c6974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:18:"travel_nationality";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/98/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/98/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/99/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data b/var/cache/dev/annotations/99/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data new file mode 100644 index 00000000..8f663f43 --- /dev/null +++ b/var/cache/dev/annotations/99/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792463726d49645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"crm_id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/99/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/9a/5b41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/9a/5b41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..585df7dd --- /dev/null +++ b/var/cache/dev/annotations/9a/5b41707042756e646c655c456e746974795c54726176656c506572696f6444617465247374617274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"start_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9a/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data b/var/cache/dev/annotations/9a/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/9a/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/9b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/9b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/9b/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..213bb690 --- /dev/null +++ b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247265736572766174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"lodging";s:12:"targetEntity";s:15:"FewoReservation";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:28:"Doctrine\ORM\Mapping\OrderBy":1:{s:5:"value";a:1:{s:8:"fromDate";s:4:"DESC";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c042fbc --- /dev/null +++ b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c4665776f5072696365247065724e696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"per_night";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f771a200 --- /dev/null +++ b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:34:"Gedmo\Mapping\Annotation\TreeRight":1:{s:5:"value";N;}i:1;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5548c40c --- /dev/null +++ b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"flight_time";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/9c/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/9d/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/9d/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..bbd88110 --- /dev/null +++ b/var/cache/dev/annotations/9d/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"file_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/9d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/9d/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..af0358a2 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:10:"FewoSeason";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"prices";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"season_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data new file mode 100644 index 00000000..7af37763 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:28:"AppBundle\Entity\TravelClass";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:5:"class";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775072696365416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c50616765246b6579776f7264735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/9e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/9e/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..ad61c8f6 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:17:"class_description";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75702469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/9f/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742470686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..45b7eb79 Binary files /dev/null and b/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/a1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236a7567656e6472656973656e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..7d7b677f --- /dev/null +++ b/var/cache/dev/annotations/a1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"from_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c506167652474656d706c6174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a1/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524696e737572616e63655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a2/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a2/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/a2/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a3/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a3/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9a0729dc Binary files /dev/null and b/var/cache/dev/annotations/a3/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4c6f6467696e6750726f6772616d416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/a3/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223736574436f6e7461696e65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/a4/5b41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/a4/5b41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..2996d697 --- /dev/null +++ b/var/cache/dev/annotations/a4/5b41707042756e646c655c456e746974795c50616765246f776e65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"owner";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a4/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a4/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a4/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a5/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a5/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..00baf37a Binary files /dev/null and b/var/cache/dev/annotations/a5/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/a5/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a5/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a5/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2468746d6c4465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a6/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a6/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a6/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524736561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a7/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a7/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..3369c4b8 --- /dev/null +++ b/var/cache/dev/annotations/a7/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"max_children";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706f736974696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a7/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data b/var/cache/dev/annotations/a7/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/a7/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236861735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/a8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/a8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/a8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/a8/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/a8/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..e272caa4 --- /dev/null +++ b/var/cache/dev/annotations/a8/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"days";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636865636b4973506f737369626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/a8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/a9/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a9/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/a9/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..3005d7cd --- /dev/null +++ b/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/a9/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574537472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/a9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/a9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/a9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24636c6173734465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/aa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/aa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c8d99c46 Binary files /dev/null and b/var/cache/dev/annotations/aa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e67416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/aa/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data b/var/cache/dev/annotations/aa/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data new file mode 100644 index 00000000..18103527 --- /dev/null +++ b/var/cache/dev/annotations/aa/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61785d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"max";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/aa/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..157ecb31 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:14:"c_m_s_contents";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:37:"AppBundle\Entity\CMSContentRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a8d6e641 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c617373246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data new file mode 100644 index 00000000..1102bda2 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:12:"travel_class";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:30:"FK_travel_class_travel_program";s:7:"columns";a:1:{i:0;s:10:"program_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ab/5b5b435d41707042756e646c655c456e746974795c54726176656c4e6174696f6e616c697479246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data new file mode 100644 index 00000000..1d90b4ac --- /dev/null +++ b/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:16:"travel_insurance";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..7377d6e8 --- /dev/null +++ b/var/cache/dev/annotations/ac/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784164756c74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"max_adults";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ac/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ac/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ac/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236a736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672463686f6f7361626c65536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ac/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..c637ab06 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:38:"AppBundle\Entity\FewoLodgingRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373315d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6724616472657373325d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ad/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745f6f6c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a0291ef3 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:9:"insurance";s:12:"targetEntity";s:37:"AppBundle\Entity\TravelInsurancePrice";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5d9bce4b --- /dev/null +++ b/var/cache/dev/annotations/ae/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:14:"travel_program";s:6:"schema";N;s:7:"indexes";a:8:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:34:"FK_travel_program_travel_organizer";s:7:"columns";a:1:{i:0;s:9:"organizer";}s:5:"flags";N;s:7:"options";N;}i:1;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:34:"FK_travel_program_travel_insurance";s:7:"columns";a:1:{i:0;s:11:"insurance_1";}s:5:"flags";N;s:7:"options";N;}i:2;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:36:"FK_travel_program_travel_insurance_2";s:7:"columns";a:1:{i:0;s:11:"insurance_2";}s:5:"flags";N;s:7:"options";N;}i:3;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:36:"FK_travel_program_travel_insurance_3";s:7:"columns";a:1:{i:0;s:11:"insurance_3";}s:5:"flags";N;s:7:"options";N;}i:4;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:36:"FK_travel_program_travel_insurance_4";s:7:"columns";a:1:{i:0;s:11:"insurance_4";}s:5:"flags";N;s:7:"options";N;}i:5;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:33:"FK_travel_program_travel_category";s:7:"columns";a:1:{i:0;s:11:"category_id";}s:5:"flags";N;s:7:"options";N;}i:6;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:21:"travel_program_ibfk_4";s:7:"columns";a:1:{i:0;s:11:"generalnote";}s:5:"flags";N;s:7:"options";N;}i:7;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:38:"FK_travel_program_travel_arrival_point";s:7:"columns";a:1:{i:0;s:23:"travel_arrival_point_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:40:"AppBundle\Entity\TravelProgramRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c50726f6772616d4f76657276696577416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424646973636f756e74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2467656e6572616c6e6f74655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ae/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ae/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/ae/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/af/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/af/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/af/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/af/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..40afb5fb --- /dev/null +++ b/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:6:"period";s:12:"targetEntity";s:33:"AppBundle\Entity\TravelPeriodDate";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..48c39e6e --- /dev/null +++ b/var/cache/dev/annotations/b0/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d4472616674732470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"drafts";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:17:"travel_program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b0/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b0/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/b0/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f7574655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f6365737347726f7570496d616765466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..b3610f5f --- /dev/null +++ b/var/cache/dev/annotations/b1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524636f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"code";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b1/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b2/5b41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b2/5b41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..cb2c6458 --- /dev/null +++ b/var/cache/dev/annotations/b2/5b41707042756e646c655c456e746974795c506167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:4:"page";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:22:"FK_page_travel_country";s:7:"columns";a:1:{i:0;s:10:"country_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";a:1:{i:0;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:7:"keyword";s:7:"columns";a:1:{i:0;s:7:"keyword";}s:7:"options";N;}}s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:31:"AppBundle\Entity\PageRepository";s:8:"readOnly";b:0;}i:2;O:29:"Gedmo\Mapping\Annotation\Tree":5:{s:4:"type";s:6:"nested";s:15:"activateLocking";b:0;s:14:"lockingTimeout";i:3;s:16:"identifierMethod";N;s:5:"value";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744d6f62696c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365745a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b2/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a8d6e641 --- /dev/null +++ b/var/cache/dev/annotations/b3/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b3/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b3/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b3/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470726963655f6f6c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..8deb3107 --- /dev/null +++ b/var/cache/dev/annotations/b4/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246578636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"excluded";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223746f6f6c626172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b4/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f61726544657061727475726573496e697469616c697a65645f5f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b5/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b5/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b5/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722373656172636853696465626172417069576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b5/5b41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data b/var/cache/dev/annotations/b5/5b41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data new file mode 100644 index 00000000..3c9d007e --- /dev/null +++ b/var/cache/dev/annotations/b5/5b41707042756e646c655c456e746974795c50616765246c66745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:33:"Gedmo\Mapping\Annotation\TreeLeft":1:{s:5:"value";N;}i:1;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b6/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..549668ad Binary files /dev/null and b/var/cache/dev/annotations/b6/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c657465536561736f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..81258d33 Binary files /dev/null and b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652466696c655d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9f1f3eb6 --- /dev/null +++ b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"buma_destination";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..1747eba6 --- /dev/null +++ b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c50616765246368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:6:"parent";s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:28:"Doctrine\ORM\Mapping\OrderBy":1:{s:5:"value";a:1:{s:5:"order";s:3:"ASC";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/b6/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424636974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/b6/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469735669727475616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..259667e4 --- /dev/null +++ b/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:13:"flight_period";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:37:"FK_flight_period_travel_arrival_point";s:7:"columns";a:1:{i:0;s:23:"travel_arrival_point_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";a:1:{i:0;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:43:"UK_start_date_end_date_travel_arrival_point";s:7:"columns";a:3:{i:0;s:10:"start_date";i:1;s:8:"end_date";i:2;s:23:"travel_arrival_point_id";}s:7:"options";N;}}s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:39:"AppBundle\Entity\FlightPeriodRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data b/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data new file mode 100644 index 00000000..31ba4361 --- /dev/null +++ b/var/cache/dev/annotations/b7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365345d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelInsurance";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"insurance_4";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657450686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5baf6606 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c50616765247072696365546167735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"`price-tags`";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766545787472614368696c6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24697354726176656c446174654d61705461696e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..012f09fb --- /dev/null +++ b/var/cache/dev/annotations/b8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6178416765466f724368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:20:"max_age_for_children";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/b8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/b8/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/b9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/b9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/b9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..88aaf215 --- /dev/null +++ b/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:11:"FewoLodging";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:12:"reservations";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"lodging_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..3126fb84 --- /dev/null +++ b/var/cache/dev/annotations/b9/5b41707042756e646c655c456e746974795c5061676524706167657469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"pagetitle";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657441636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data new file mode 100644 index 00000000..cc653432 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672467726f75705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:16:"FewoLodgingGroup";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:8:"lodgings";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:8:"group_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574546f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742376616c69646174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654368696c6450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ba/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ba/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/ba/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e7465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/bb/5b41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/bb/5b41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..7017c24c --- /dev/null +++ b/var/cache/dev/annotations/bb/5b41707042756e646c655c456e746974795c50616765246665776f4c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:29:"Doctrine\ORM\Mapping\OneToOne":6:{s:12:"targetEntity";s:28:"AppBundle\Entity\FewoLodging";s:8:"mappedBy";N;s:10:"inversedBy";s:4:"page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;}i:1;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:12:"fewo_lodging";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572237373537564616e546f7572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424646563696d616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/bb/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e7424736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0dd3f8c6 --- /dev/null +++ b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672465717569706d656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"equipment";s:4:"type";s:4:"text";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data new file mode 100644 index 00000000..84de9dff --- /dev/null +++ b/var/cache/dev/annotations/bc/5b41707042756e646c655c456e746974795c5061676524626f78426f64795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:6:"string";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/bc/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/bc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e2470726963654368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742473616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5fd089cc --- /dev/null +++ b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672463616c656e64617256697369626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"calendar_visible";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/bd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/be/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data b/var/cache/dev/annotations/be/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/be/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574536561736f6e4c6173745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/be/5b41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/be/5b41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..48f2526b --- /dev/null +++ b/var/cache/dev/annotations/be/5b41707042756e646c655c456e746974795c4665776f536561736f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";N;s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/be/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..01b51fa0 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c50616765246f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"order";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..2e72de97 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246f7074696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:31:"Doctrine\ORM\Mapping\ManyToMany":7:{s:12:"targetEntity";s:29:"AppBundle\Entity\TravelOption";s:8:"mappedBy";N;s:10:"inversedBy";N;s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:30:"Doctrine\ORM\Mapping\JoinTable":4:{s:4:"name";s:21:"travel_program_option";s:6:"schema";N;s:11:"joinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}s:18:"inverseJoinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"option_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236e696c65637275697365416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246163746976655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/bf/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/bf/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/bf/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/c0/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c0/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c0/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223697154726176656c4775696465416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236e617653696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b41707042756e646c655c436f6e74726f6c6c65725c496d616765436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data new file mode 100644 index 00000000..c203c97e --- /dev/null +++ b/var/cache/dev/annotations/c1/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524696e737572616e63655064665d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"insurance_pdf";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f4e65775265736572766174696f6e576974685374617274696e67446179416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e744368696c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c44657374696e6174696f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c1/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224666f726d4172625d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data new file mode 100644 index 00000000..892b7c61 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c434d53436f6e74656e74246669656c645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"field";s:4:"type";s:6:"string";s:6:"length";i:10;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0f19b23c --- /dev/null +++ b/var/cache/dev/annotations/c2/5b41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"text_right";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742474726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c436c6173735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c3/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c3/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c3/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722373756e73746172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c3/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c3/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c2602ed9 --- /dev/null +++ b/var/cache/dev/annotations/c3/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963655479706524696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"internal_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e672469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data b/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c3/5b5b435d41707042756e646c655c456e746974795c50616765247267745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..44bad897 --- /dev/null +++ b/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"zip_code";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data b/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data new file mode 100644 index 00000000..fc71d927 --- /dev/null +++ b/var/cache/dev/annotations/c4/5b41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"show_in_navi";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/c4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374247a6970436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/c5/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c5/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c5/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..03aafba5 --- /dev/null +++ b/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d506572736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"maximum_persons";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c5/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74245f5f696e697469616c697a65725f5f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c5/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c5/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c5/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c6/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/c6/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..12847f6c --- /dev/null +++ b/var/cache/dev/annotations/c6/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e536c696465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"in_slider";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data b/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/c6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a8d6e641 --- /dev/null +++ b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d616765246465736372697074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"description";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..fb8a8f78 --- /dev/null +++ b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"type";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..89cc8a52 --- /dev/null +++ b/var/cache/dev/annotations/c7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"notes";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..3a00175b --- /dev/null +++ b/var/cache/dev/annotations/c8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464657374696e6174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:31:"Doctrine\ORM\Mapping\ManyToMany":7:{s:12:"targetEntity";s:34:"AppBundle\Entity\TravelDestination";s:8:"mappedBy";N;s:10:"inversedBy";N;s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:30:"Doctrine\ORM\Mapping\JoinTable":4:{s:4:"name";s:26:"travel_program_destination";s:6:"schema";N;s:11:"joinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}s:18:"inverseJoinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:14:"destination_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/c9/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424666c6967687454696d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657454726176656c6572436f756e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data b/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data new file mode 100644 index 00000000..33ff1ae5 --- /dev/null +++ b/var/cache/dev/annotations/ca/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4167656e64615d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"travel_agenda";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574456d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ca/5b5b435d41707042756e646c655c456e746974795c4665776f507269636524666c617450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/cb/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data b/var/cache/dev/annotations/cb/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/cb/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c61746550726963654e65775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/cb/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/cb/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/cb/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..30ec80f1 --- /dev/null +++ b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f757024696d616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:12:"lodgingGroup";s:12:"targetEntity";s:21:"FewoLodgingGroupImage";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:28:"Doctrine\ORM\Mapping\OrderBy":1:{s:5:"value";a:1:{s:3:"pos";s:3:"ASC";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c86444f7 --- /dev/null +++ b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:10:"departures";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..37e54be4 --- /dev/null +++ b/var/cache/dev/annotations/cc/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e742474726176656c506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:29:"AppBundle\Entity\TravelPeriod";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:10:"departures";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"period_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/cc/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..86ee993c --- /dev/null +++ b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c50616765247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"status";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data new file mode 100644 index 00000000..39c7f736 --- /dev/null +++ b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e737572616e6365325d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:32:"AppBundle\Entity\TravelInsurance";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:11:"insurance_2";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..fff1d6ba --- /dev/null +++ b/var/cache/dev/annotations/cd/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:35:"AppBundle\Entity\TravelArrivalPoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:23:"travel_arrival_point_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/cd/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572566965775d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c50616765246265666f72655469746c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c506167652473686f77496e4e6176695d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/cd/5b5b435d41707042756e646c655c456e746974795c54726176656c43617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ce/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ce/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ce/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236665776f4c6f6467696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..551d0c99 --- /dev/null +++ b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\DateTime":4:{s:6:"format";s:11:"Y-m-d H:i:s";s:7:"message";s:35:"This value is not a valid datetime.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..2d917fb6 --- /dev/null +++ b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c536964656261725769646765742468746d6c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"html";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data new file mode 100644 index 00000000..2d604dc8 --- /dev/null +++ b/var/cache/dev/annotations/ce/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24636f756e74726965735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:31:"Doctrine\ORM\Mapping\ManyToMany":7:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelCountry";s:8:"mappedBy";N;s:10:"inversedBy";s:8:"programs";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}i:1;O:30:"Doctrine\ORM\Mapping\JoinTable":4:{s:4:"name";s:22:"travel_program_country";s:6:"schema";N;s:11:"joinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}s:18:"inverseJoinColumns";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"country_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ce/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ce/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/ce/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..78dbbbf5 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e24746f446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"to_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c43617465676f7279246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data new file mode 100644 index 00000000..303c68d5 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524617661696c61626c655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"available";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236f66666572734361726f7573656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5eb81932 --- /dev/null +++ b/var/cache/dev/annotations/cf/5b5b435d41707042756e646c655c456e746974795c434d53436f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297206; \ No newline at end of file diff --git a/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data b/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data new file mode 100644 index 00000000..4da03a1d --- /dev/null +++ b/var/cache/dev/annotations/d0/5b41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:16:"price_flight_net";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423676574436974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c536964656261725769646765742469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/d0/5b5b435d41707042756e646c655c456e746974795c54726176656c47656e6572616c4e6f74655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..e6e265a5 --- /dev/null +++ b/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6724747970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:15:"FewoLodgingType";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:7:"type_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..47b8269e --- /dev/null +++ b/var/cache/dev/annotations/d1/5b41707042756e646c655c456e746974795c54726176656c436c6173732470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d1/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data b/var/cache/dev/annotations/d1/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/d1/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236765745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/d1/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..3c7c304d --- /dev/null +++ b/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:20:"default_flight_price";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f2727e97 --- /dev/null +++ b/var/cache/dev/annotations/d2/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246973536561736f6e616c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"is_seasonal";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/d2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/d2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167652466696c654e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/d3/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/d4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/d4/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/d4/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data b/var/cache/dev/annotations/d4/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/d4/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f6424636c6173735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/d5/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d5/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f39b3889 Binary files /dev/null and b/var/cache/dev/annotations/d5/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/d5/5b41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data b/var/cache/dev/annotations/d5/5b41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data new file mode 100644 index 00000000..61837e9a --- /dev/null +++ b/var/cache/dev/annotations/d5/5b41707042756e646c655c456e746974795c4665776f536561736f6e246d696e696d756d537461795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"minimum_stay";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/d5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/d5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e63652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/d5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data b/var/cache/dev/annotations/d5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/d5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574557365725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/d6/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/d6/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..0d0caf12 --- /dev/null +++ b/var/cache/dev/annotations/d6/5b41707042756e646c655c456e746974795c54726176656c506572696f6424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:12:"travelPeriod";s:12:"targetEntity";s:37:"AppBundle\Entity\TravelDeparturePoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/d7/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..62b4124e --- /dev/null +++ b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"pos";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..6aadcf60 --- /dev/null +++ b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c5061676524706172656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:35:"Gedmo\Mapping\Annotation\TreeParent":1:{s:5:"value";N;}i:1;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:21:"AppBundle\Entity\Page";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:8:"children";}i:2;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:9:"parent_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:7:"CASCADE";s:16:"columnDefinition";N;s:9:"fieldName";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c436c6173732469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data new file mode 100644 index 00000000..cf329ea2 --- /dev/null +++ b/var/cache/dev/annotations/d8/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c43617465676f72795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:15:"travel_category";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data b/var/cache/dev/annotations/d8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/d8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706572696f64735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/d9/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/d9/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/d9/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223636f6e76657274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/d9/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/d9/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/d9/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data b/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/d9/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d61676524636f6d705d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/da/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/da/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c9b17510 Binary files /dev/null and b/var/cache/dev/annotations/da/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469744c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657453616c75746174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data b/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data new file mode 100644 index 00000000..b66a4b73 --- /dev/null +++ b/var/cache/dev/annotations/da/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224696e736f6c76656e63795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"insolvency";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374237365744c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/da/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e6747726f7570496d6167652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a2206d87 --- /dev/null +++ b/var/cache/dev/annotations/db/5b41707042756e646c655c456e746974795c54726176656c436f756e7472792470726f6772616d735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:31:"Doctrine\ORM\Mapping\ManyToMany":7:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:8:"mappedBy";s:9:"countries";s:10:"inversedBy";N;s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f45646974536561736f6e416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574536561736f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424737472656574416464726573735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f64247374617274446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436c617373247374616e646172645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e7472792464657374696e6174696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/db/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e7424646570617274757265547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/dc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/dc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..0b1f7df6 Binary files /dev/null and b/var/cache/dev/annotations/dc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757044656c657465496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374235f5f636f6e7374727563745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c2602ed9 --- /dev/null +++ b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e24696e7465726e616c4e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"internal_name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/dc/5b41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665436f6d666f727450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/dc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/dc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/dc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/dd/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d247765656b646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f1f31342 --- /dev/null +++ b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:13:"canonical_url";s:4:"type";s:6:"string";s:6:"length";i:511;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data new file mode 100644 index 00000000..77702210 --- /dev/null +++ b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64247374617475735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"status";s:4:"type";s:8:"smallint";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..6750aa8a --- /dev/null +++ b/var/cache/dev/annotations/de/5b41707042756e646c655c456e746974795c54726176656c506572696f64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:18:"travel_period_date";s:6:"schema";N;s:7:"indexes";a:1:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:35:"FK_travel_period_date_travel_period";s:7:"columns";a:1:{i:0;s:9:"period_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";N;s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246465706f73697450657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/de/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24696e636c756465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/df/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/df/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..80aa9ab6 --- /dev/null +++ b/var/cache/dev/annotations/df/5b41707042756e646c655c456e746974795c54726176656c506572696f644461746524656e64446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"end_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e0/5b41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/e0/5b41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..fff1d6ba --- /dev/null +++ b/var/cache/dev/annotations/e0/5b41707042756e646c655c456e746974795c54726176656c506572696f642474726176656c4172726976616c506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:35:"AppBundle\Entity\TravelArrivalPoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:23:"travel_arrival_point_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e0/5b5b435d41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/e1/5b41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c657223706466416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/e1/5b41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e1/5b41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..3005d7cd --- /dev/null +++ b/var/cache/dev/annotations/e1/5b41707042756e646c655c456e746974795c4665776f536561736f6e246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/e2/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e6754797065246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e2/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2474726176656c4461746542794b65795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e3/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e3/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e3/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237474536561726368416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e3/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/e3/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..2bf0dcf5 --- /dev/null +++ b/var/cache/dev/annotations/e3/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298457; \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..90aa58d1 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c4665776f536561736f6e247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:6:"season";s:12:"targetEntity";s:9:"FewoPrice";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..12c3ef94 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b41707042756e646c655c456e746974795c50616765247469746c6553686f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"title_short";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722370726f63657373496d616765466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737424616363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e4/5b5b435d41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..7d7b677f --- /dev/null +++ b/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c4665776f5265736572766174696f6e2466726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:9:"from_date";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..0f19b23c --- /dev/null +++ b/var/cache/dev/annotations/e5/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d247465787452696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:10:"text_right";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e74616374416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223636c6173734279446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e5/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/e6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data b/var/cache/dev/annotations/e6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data new file mode 100644 index 00000000..4e347ef5 --- /dev/null +++ b/var/cache/dev/annotations/e6/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67246465706f7369745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"deposit";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223686561646572416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c506167652463616e6f6e6963616c55726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e6/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d246d6170496d6167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..2f65118e Binary files /dev/null and b/var/cache/dev/annotations/e7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/e7/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data new file mode 100644 index 00000000..05f29042 --- /dev/null +++ b/var/cache/dev/annotations/e7/5b41707042756e646c655c456e746974795c54726176656c4f7267616e697a657224636d7349645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:6:"cms_id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/e7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c69645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c65722374726176656c7461696e6d656e74416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e7/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2475726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data b/var/cache/dev/annotations/e8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data new file mode 100644 index 00000000..954a0d02 --- /dev/null +++ b/var/cache/dev/annotations/e8/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67496d616765246c6f6467696e675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:11:"FewoLodging";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"images";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"lodging_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";s:8:"SET NULL";s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a6572246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/e8/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d4475726174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/e9/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/e9/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..74f06cf9 --- /dev/null +++ b/var/cache/dev/annotations/e9/5b41707042756e646c655c456e746974795c434d53436f6e74656e7424746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"text";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574456d61696c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data b/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/e9/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7267616e697a65722472756c6573557064617465645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ea/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ea/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ea/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722374726176656c4d6167617a696e6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ea/5b5b435d41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ea/5b5b435d41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ea/5b5b435d41707042756e646c655c456e746974795c506167652462756d6144657374696e6174696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/eb/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/eb/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/eb/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c426f6f6b696e67436f6e74726f6c6c6572236765744572726f724d657373616765735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574416363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/eb/5b5b435d41707042756e646c655c456e746974795c50616765247465787452696768745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ec/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ec/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data new file mode 100644 index 00000000..7f5f2310 --- /dev/null +++ b/var/cache/dev/annotations/ec/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d436f64655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"program_code";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ec/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ec/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ec/5b5b435d41707042756e646c655c456e746974795c54726176656c4f7074696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..634c30ed --- /dev/null +++ b/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c446973636f756e74247072696f726974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"priority";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data new file mode 100644 index 00000000..244bcda6 --- /dev/null +++ b/var/cache/dev/annotations/ed/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d24736c69646572496e666f5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:11:"slider_info";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236765744c6173744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ed/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246d6178696d756d4368696c64735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data new file mode 100644 index 00000000..74f06cf9 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636524746578745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"text";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..4c774047 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d447261667473247765656b646179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"weekdays";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c506167652474726176656c4775696465436f6e74656e7449645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c436f756e74727924746578745f61667465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ee/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..ecd4bf4a --- /dev/null +++ b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:22:"travel_departure_point";s:6:"schema";N;s:7:"indexes";a:3:{i:0;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:40:"FK_travel_departure_point_travel_program";s:7:"columns";a:1:{i:0;s:10:"program_id";}s:5:"flags";N;s:7:"options";N;}i:1;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:39:"FK_travel_departure_point_flight_period";s:7:"columns";a:1:{i:0;s:16:"flight_period_id";}s:5:"flags";N;s:7:"options";N;}i:2;O:26:"Doctrine\ORM\Mapping\Index":4:{s:4:"name";s:46:"FK_travel_departure_point_travel_arrival_point";s:7:"columns";a:1:{i:0;s:23:"travel_arrival_point_id";}s:5:"flags";N;s:7:"options";N;}}s:17:"uniqueConstraints";a:4:{i:0;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:24:"UK_flight_period_id_name";s:7:"columns";a:2:{i:0;s:16:"flight_period_id";i:1;s:4:"name";}s:7:"options";N;}i:1;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:31:"UK_travel_arrival_point_id_name";s:7:"columns";a:2:{i:0;s:23:"travel_arrival_point_id";i:1;s:4:"name";}s:7:"options";N;}i:2;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:18:"UK_program_id_name";s:7:"columns";a:2:{i:0;s:10:"program_id";i:1;s:4:"name";}s:7:"options";N;}i:3;O:37:"Doctrine\ORM\Mapping\UniqueConstraint":3:{s:4:"name";s:17:"UK_period_id_name";s:7:"columns";a:2:{i:0;s:9:"period_id";i:1;s:4:"name";}s:7:"options";N;}}s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:47:"AppBundle\Entity\TravelDeparturePointRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f6450726963652465666665637469766550726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5de62aef --- /dev/null +++ b/var/cache/dev/annotations/ef/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365247072696365436f6d666f72745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:17:"price_comfort_net";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223637265617465547265655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c6572237265736572766174696f6e446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c4665776f536561736f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f642464617465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ef/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/ef/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ef/5b5b435d53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374236973416363657074507269766163795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data new file mode 100644 index 00000000..2a0e1d4b --- /dev/null +++ b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742476616c75655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"value";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f653d803 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b41707042756e646c655c456e746974795c54726176656c496e737572616e636550726963652470657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"percent";s:4:"type";s:5:"float";s:6:"length";N;s:9:"precision";i:10;s:5:"scale";i:2;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c657223736561726368426172416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c4665776f4c6f6467696e67246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f645072696365246566666563746976654578747261436f6d666f727450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/f0/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f0/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..2bf0dcf5 --- /dev/null +++ b/var/cache/dev/annotations/f0/5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c526f75746572436f6e74726f6c6c65722370616e656c416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298457; \ No newline at end of file diff --git a/var/cache/dev/annotations/f1/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f1/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..3522eaeb Binary files /dev/null and b/var/cache/dev/annotations/f1/5b41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736974656d6170416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655072696365416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..8c292bef --- /dev/null +++ b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436d73436f6e74726f6c6c6572236f76657276696577416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298581; \ No newline at end of file diff --git a/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/f1/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d24706167655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/f2/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data b/var/cache/dev/annotations/f2/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data new file mode 100644 index 00000000..32154dee --- /dev/null +++ b/var/cache/dev/annotations/f2/5b41707042756e646c655c456e746974795c54726176656c436f756e74727924656e747279526571756972656d656e74735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:18:"entry_requirements";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..9cc6553c --- /dev/null +++ b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"slug";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data new file mode 100644 index 00000000..ddbd5460 --- /dev/null +++ b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e7424646570617274757265735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:18:"travelArrivalPoint";s:12:"targetEntity";s:37:"AppBundle\Entity\TravelDeparturePoint";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c436f756e747279246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data new file mode 100644 index 00000000..e8576b3f --- /dev/null +++ b/var/cache/dev/annotations/f3/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742473746172745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:5:"start";s:4:"type";s:4:"date";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f4/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f4/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c64d2d86 Binary files /dev/null and b/var/cache/dev/annotations/f4/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574654c6f6467696e6747726f7570416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data b/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/f4/5b5b435d41707042756e646c655c456e746974795c50616765246f6c64436174616c6f6769645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657446726f6d446174655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data b/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/f5/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e6f7465735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/f5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/f5/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423697341636365707452656e74616c436f6e646974696f6e735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data new file mode 100644 index 00000000..07a8abb7 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c5369646562617257696467657424706f735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:3:"pos";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..58b9ece6 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b41707042756e646c655c456e746974795c54726176656c506572696f645072696365547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:26:"Doctrine\ORM\Mapping\Table":5:{s:4:"name";s:24:"travel_period_price_type";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\ORM\Mapping\Entity":2:{s:15:"repositoryClass";s:48:"AppBundle\Entity\TravelPeriodPriceTypeRepository";s:8:"readOnly";b:0;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e675265717565737423736574436974795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data b/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/f6/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/f7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..006a527e Binary files /dev/null and b/var/cache/dev/annotations/f7/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9c7443b2 --- /dev/null +++ b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c506167652462756d61476a725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"buma_gjr";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data new file mode 100644 index 00000000..86aa72ac --- /dev/null +++ b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d2470726f6772616d547970655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:12:"program_type";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data new file mode 100644 index 00000000..bad40dab --- /dev/null +++ b/var/cache/dev/annotations/f7/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d496d6167652470726f6772616d5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:30:"Doctrine\ORM\Mapping\ManyToOne":4:{s:12:"targetEntity";s:30:"AppBundle\Entity\TravelProgram";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";s:6:"images";}i:1;O:32:"Doctrine\ORM\Mapping\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\ORM\Mapping\JoinColumn":7:{s:4:"name";s:10:"program_id";s:20:"referencedColumnName";s:2:"id";s:6:"unique";b:0;s:8:"nullable";b:1;s:8:"onDelete";N;s:16:"columnDefinition";N;s:9:"fieldName";N;}}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f7/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f72776172645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f7/5b5b435d41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data b/var/cache/dev/annotations/f7/5b5b435d41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/f7/5b5b435d41707042756e646c655c456e746974795c5061676524736c75675d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f426f6f6b696e67416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..e3b5bc76 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c50616765246c766c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:2:{i:0;O:34:"Gedmo\Mapping\Annotation\TreeLevel":1:{s:5:"value";N;}i:1;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";N;s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..f6537058 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c4172726976616c506f696e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:4:"name";s:4:"type";s:6:"string";s:6:"length";i:255;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..f67924f9 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b41707042756e646c655c456e746974795c54726176656c446973636f756e742470657263656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:7:"percent";s:4:"type";s:7:"boolean";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f456469745072696365416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c446570617274757265506f696e74246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/f8/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636554797065246d61784368696c6472656e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/f9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/f9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/f9/5b41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c65722363616c63756c617465506572446179546f74616c50726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data b/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c657223676574486561646572436f6e74656e745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/f9/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d496d61676524706f736974696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/f9/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/f9/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/f9/5b5b435d53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c6465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/fa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..1808de82 Binary files /dev/null and b/var/cache/dev/annotations/fa/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/fa/5b5b435d41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data b/var/cache/dev/annotations/fa/5b5b435d41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/fa/5b5b435d41707042756e646c655c456e746974795c5061676524626f78537461725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/fb/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fb/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..ddd365a7 Binary files /dev/null and b/var/cache/dev/annotations/fb/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f44656c6574655265736572766174696f6e416374696f6e5d5b315d.doctrinecache.data differ diff --git a/var/cache/dev/annotations/fb/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fb/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data new file mode 100644 index 00000000..d4844a66 --- /dev/null +++ b/var/cache/dev/annotations/fb/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246d617048746d6c5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:8:"map_html";s:4:"type";s:4:"text";s:6:"length";i:65535;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/fb/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/fb/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/fb/5b5b435d41707042756e646c655c456e746974795c54726176656c50726f6772616d2464656661756c74466c6967687450726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data b/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/fc/5b41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c65722362726561646372756d62416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/fc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/fc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..f646b2f4 --- /dev/null +++ b/var/cache/dev/annotations/fc/5b41707042756e646c655c456e746974795c54726176656c4f7074696f6e2469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:3:{i:0;O:27:"Doctrine\ORM\Mapping\Column":9:{s:4:"name";s:2:"id";s:4:"type";s:7:"integer";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:0;s:7:"options";a:0:{}s:16:"columnDefinition";N;}i:1;O:23:"Doctrine\ORM\Mapping\Id":0:{}i:2;O:35:"Doctrine\ORM\Mapping\GeneratedValue":1:{s:8:"strategy";s:8:"IDENTITY";}} \ No newline at end of file diff --git a/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..aa160ee6 --- /dev/null +++ b/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c4665776f426f6f6b696e67436f6e74726f6c6c657223696e646578416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589298415; \ No newline at end of file diff --git a/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data b/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/fc/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64507269636524656666656374697665457874726150726963655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..1484a217 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742466697273744e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:31:"This value should not be blank.";s:7:"payload";N;s:6:"groups";a:1:{i:0;s:7:"Default";}}} \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data new file mode 100644 index 00000000..54b9eca5 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b41707042756e646c655c456e746974795c4665776f4c6f6467696e67247072696365735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"lodging";s:12:"targetEntity";s:9:"FewoPrice";s:7:"cascade";a:2:{i:0;s:7:"persist";i:1;s:6:"remove";}s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f536561736f6e73416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c436f6d706f6e656e74436f6e74726f6c6c6572236d616b6553696465626172576964676574416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742367657454726176656c6572436f756e744164756c745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e6752657175657374246e756d626572446179735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data new file mode 100644 index 00000000..0e599f91 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c53696465626172576964676574246e616d655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589297205; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c496e737572616e6365507269636524626f726465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/fd/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f64247072696365466c696768744e65745d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/fe/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data b/var/cache/dev/annotations/fe/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data new file mode 100644 index 00000000..c1ac3164 --- /dev/null +++ b/var/cache/dev/annotations/fe/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d657465725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:0:{} \ No newline at end of file diff --git a/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f757045646974496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data new file mode 100644 index 00000000..f824e0d9 --- /dev/null +++ b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c41646d696e436f6e74726f6c6c65722361646d696e4665776f47726f75704e6577496d616765416374696f6e5d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296978; \ No newline at end of file diff --git a/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/fe/5b5b435d41707042756e646c655c456e746974795c54726176656c506572696f644461746524666c69676874506572696f645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ff/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data b/var/cache/dev/annotations/ff/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data new file mode 100644 index 00000000..c67c292a --- /dev/null +++ b/var/cache/dev/annotations/ff/5b41707042756e646c655c456e746974795c54726176656c50726f6772616d246472616674735d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +a:1:{i:0;O:30:"Doctrine\ORM\Mapping\OneToMany":6:{s:8:"mappedBy";s:7:"program";s:12:"targetEntity";s:36:"AppBundle\Entity\TravelProgramDrafts";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:13:"orphanRemoval";b:0;s:7:"indexBy";N;}} \ No newline at end of file diff --git a/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574456e746974794d616e616765725d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data new file mode 100644 index 00000000..a7fb0c71 --- /dev/null +++ b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c4665776f426f6f6b696e67526571756573742373657450686f6e655d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589299459; \ No newline at end of file diff --git a/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data new file mode 100644 index 00000000..9fdd24c2 --- /dev/null +++ b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c466c69676874506572696f642469645d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296980; \ No newline at end of file diff --git a/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data new file mode 100644 index 00000000..5f9afc62 --- /dev/null +++ b/var/cache/dev/annotations/ff/5b5b435d41707042756e646c655c456e746974795c5061676524636f756e7472795d5b315d.doctrinecache.data @@ -0,0 +1,2 @@ +0 +i:1589296979; \ No newline at end of file diff --git a/var/cache/dev/appDevDebugProjectContainer.php b/var/cache/dev/appDevDebugProjectContainer.php new file mode 100644 index 00000000..9db60d39 --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainer.php @@ -0,0 +1,5780 @@ +targetDirs[$i] = $dir = dirname($dir); + } + $this->parameters = $this->getDefaultParameters(); + + $this->services = array(); + $this->methodMap = array( + 'annotation_reader' => 'getAnnotationReaderService', + 'app.booking_exporter' => 'getApp_BookingExporterService', + 'app.contact_exporter' => 'getApp_ContactExporterService', + 'app.controller_listener' => 'getApp_ControllerListenerService', + 'app.fewo_booking_exporter' => 'getApp_FewoBookingExporterService', + 'app.image_upload_listener' => 'getApp_ImageUploadListenerService', + 'app.image_uploader' => 'getApp_ImageUploaderService', + 'app.keyword_service' => 'getApp_KeywordServiceService', + 'app.lodging_calendar_util' => 'getApp_LodgingCalendarUtilService', + 'app.pdf' => 'getApp_PdfService', + 'app.twig_extension' => 'getApp_TwigExtensionService', + 'assetic.asset_factory' => 'getAssetic_AssetFactoryService', + 'assetic.asset_manager' => 'getAssetic_AssetManagerService', + 'assetic.controller' => 'getAssetic_ControllerService', + 'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService', + 'assetic.filter_manager' => 'getAssetic_FilterManagerService', + 'assetic.request_listener' => 'getAssetic_RequestListenerService', + 'assets.context' => 'getAssets_ContextService', + 'assets.packages' => 'getAssets_PackagesService', + 'cache.app' => 'getCache_AppService', + 'cache.system' => 'getCache_SystemService', + 'cache_clearer' => 'getCacheClearerService', + 'cache_warmer' => 'getCacheWarmerService', + 'config_cache_factory' => 'getConfigCacheFactoryService', + 'controller_name_converter' => 'getControllerNameConverterService', + 'data_collector.dump' => 'getDataCollector_DumpService', + 'data_collector.form' => 'getDataCollector_FormService', + 'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService', + 'data_collector.request' => 'getDataCollector_RequestService', + 'data_collector.router' => 'getDataCollector_RouterService', + 'data_collector.translation' => 'getDataCollector_TranslationService', + 'debug.argument_resolver' => 'getDebug_ArgumentResolverService', + 'debug.controller_resolver' => 'getDebug_ControllerResolverService', + 'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService', + 'debug.dump_listener' => 'getDebug_DumpListenerService', + 'debug.event_dispatcher' => 'getDebug_EventDispatcherService', + 'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService', + 'debug.stopwatch' => 'getDebug_StopwatchService', + 'doctrine' => 'getDoctrineService', + 'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService', + 'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService', + 'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService', + 'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService', + 'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService', + 'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService', + 'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService', + 'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService', + 'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService', + 'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService', + 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService', + 'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService', + 'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService', + 'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService', + 'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService', + 'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService', + 'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService', + 'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService', + 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService', + 'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService', + 'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', + 'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService', + 'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService', + 'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService', + 'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService', + 'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService', + 'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService', + 'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService', + 'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService', + 'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService', + 'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService', + 'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService', + 'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService', + 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService', + 'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService', + 'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService', + 'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService', + 'file_locator' => 'getFileLocatorService', + 'filesystem' => 'getFilesystemService', + 'form.factory' => 'getForm_FactoryService', + 'form.registry' => 'getForm_RegistryService', + 'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService', + 'form.server_params' => 'getForm_ServerParamsService', + 'form.type.birthday' => 'getForm_Type_BirthdayService', + 'form.type.button' => 'getForm_Type_ButtonService', + 'form.type.checkbox' => 'getForm_Type_CheckboxService', + 'form.type.choice' => 'getForm_Type_ChoiceService', + 'form.type.collection' => 'getForm_Type_CollectionService', + 'form.type.country' => 'getForm_Type_CountryService', + 'form.type.currency' => 'getForm_Type_CurrencyService', + 'form.type.datalist_type' => 'getForm_Type_DatalistTypeService', + 'form.type.date' => 'getForm_Type_DateService', + 'form.type.datetime' => 'getForm_Type_DatetimeService', + 'form.type.email' => 'getForm_Type_EmailService', + 'form.type.entity' => 'getForm_Type_EntityService', + 'form.type.file' => 'getForm_Type_FileService', + 'form.type.form' => 'getForm_Type_FormService', + 'form.type.hidden' => 'getForm_Type_HiddenService', + 'form.type.integer' => 'getForm_Type_IntegerService', + 'form.type.language' => 'getForm_Type_LanguageService', + 'form.type.locale' => 'getForm_Type_LocaleService', + 'form.type.money' => 'getForm_Type_MoneyService', + 'form.type.number' => 'getForm_Type_NumberService', + 'form.type.password' => 'getForm_Type_PasswordService', + 'form.type.percent' => 'getForm_Type_PercentService', + 'form.type.radio' => 'getForm_Type_RadioService', + 'form.type.range' => 'getForm_Type_RangeService', + 'form.type.repeated' => 'getForm_Type_RepeatedService', + 'form.type.reset' => 'getForm_Type_ResetService', + 'form.type.search' => 'getForm_Type_SearchService', + 'form.type.submit' => 'getForm_Type_SubmitService', + 'form.type.text' => 'getForm_Type_TextService', + 'form.type.textarea' => 'getForm_Type_TextareaService', + 'form.type.time' => 'getForm_Type_TimeService', + 'form.type.timezone' => 'getForm_Type_TimezoneService', + 'form.type.url' => 'getForm_Type_UrlService', + 'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService', + 'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService', + 'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService', + 'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService', + 'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService', + 'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService', + 'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService', + 'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService', + 'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService', + 'fragment.handler' => 'getFragment_HandlerService', + 'fragment.listener' => 'getFragment_ListenerService', + 'fragment.renderer.esi' => 'getFragment_Renderer_EsiService', + 'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService', + 'fragment.renderer.inline' => 'getFragment_Renderer_InlineService', + 'fragment.renderer.ssi' => 'getFragment_Renderer_SsiService', + 'http_kernel' => 'getHttpKernelService', + 'image.handling' => 'getImage_HandlingService', + 'kernel' => 'getKernelService', + 'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService', + 'locale_listener' => 'getLocaleListenerService', + 'logger' => 'getLoggerService', + 'monolog.handler.console' => 'getMonolog_Handler_ConsoleService', + 'monolog.handler.debug' => 'getMonolog_Handler_DebugService', + 'monolog.handler.main' => 'getMonolog_Handler_MainService', + 'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService', + 'monolog.logger.assetic' => 'getMonolog_Logger_AsseticService', + 'monolog.logger.cache' => 'getMonolog_Logger_CacheService', + 'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService', + 'monolog.logger.event' => 'getMonolog_Logger_EventService', + 'monolog.logger.php' => 'getMonolog_Logger_PhpService', + 'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService', + 'monolog.logger.request' => 'getMonolog_Logger_RequestService', + 'monolog.logger.router' => 'getMonolog_Logger_RouterService', + 'monolog.logger.security' => 'getMonolog_Logger_SecurityService', + 'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService', + 'monolog.logger.translation' => 'getMonolog_Logger_TranslationService', + 'monolog.processor.psr_log_message' => 'getMonolog_Processor_PsrLogMessageService', + 'profiler' => 'getProfilerService', + 'profiler_listener' => 'getProfilerListenerService', + 'property_accessor' => 'getPropertyAccessorService', + 'request_stack' => 'getRequestStackService', + 'response_listener' => 'getResponseListenerService', + 'router' => 'getRouterService', + 'router.request_context' => 'getRouter_RequestContextService', + 'router_listener' => 'getRouterListenerService', + 'routing.loader' => 'getRouting_LoaderService', + 'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService', + 'security.authentication.manager' => 'getSecurity_Authentication_ManagerService', + 'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService', + 'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService', + 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService', + 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService', + 'security.encoder_factory' => 'getSecurity_EncoderFactoryService', + 'security.firewall' => 'getSecurity_FirewallService', + 'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService', + 'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService', + 'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService', + 'security.password_encoder' => 'getSecurity_PasswordEncoderService', + 'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService', + 'security.role_hierarchy' => 'getSecurity_RoleHierarchyService', + 'security.token_storage' => 'getSecurity_TokenStorageService', + 'security.user.provider.concrete.in_memory' => 'getSecurity_User_Provider_Concrete_InMemoryService', + 'security.user_checker.main' => 'getSecurity_UserChecker_MainService', + 'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService', + 'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService', + 'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService', + 'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService', + 'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService', + 'sensio_framework_extra.converter.datetime' => 'getSensioFrameworkExtra_Converter_DatetimeService', + 'sensio_framework_extra.converter.doctrine.orm' => 'getSensioFrameworkExtra_Converter_Doctrine_OrmService', + 'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService', + 'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService', + 'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService', + 'sensio_framework_extra.view.guesser' => 'getSensioFrameworkExtra_View_GuesserService', + 'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService', + 'service_container' => 'getServiceContainerService', + 'session' => 'getSessionService', + 'session.handler' => 'getSession_HandlerService', + 'session.save_listener' => 'getSession_SaveListenerService', + 'session.storage.filesystem' => 'getSession_Storage_FilesystemService', + 'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService', + 'session.storage.native' => 'getSession_Storage_NativeService', + 'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService', + 'session_listener' => 'getSessionListenerService', + 'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService', + 'streamed_response_listener' => 'getStreamedResponseListenerService', + 'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService', + 'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService', + 'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService', + 'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService', + 'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService', + 'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService', + 'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService', + 'templating' => 'getTemplatingService', + 'templating.filename_parser' => 'getTemplating_FilenameParserService', + 'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService', + 'templating.helper.security' => 'getTemplating_Helper_SecurityService', + 'templating.loader' => 'getTemplating_LoaderService', + 'templating.locator' => 'getTemplating_LocatorService', + 'templating.name_parser' => 'getTemplating_NameParserService', + 'translation.dumper.csv' => 'getTranslation_Dumper_CsvService', + 'translation.dumper.ini' => 'getTranslation_Dumper_IniService', + 'translation.dumper.json' => 'getTranslation_Dumper_JsonService', + 'translation.dumper.mo' => 'getTranslation_Dumper_MoService', + 'translation.dumper.php' => 'getTranslation_Dumper_PhpService', + 'translation.dumper.po' => 'getTranslation_Dumper_PoService', + 'translation.dumper.qt' => 'getTranslation_Dumper_QtService', + 'translation.dumper.res' => 'getTranslation_Dumper_ResService', + 'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService', + 'translation.dumper.yml' => 'getTranslation_Dumper_YmlService', + 'translation.extractor' => 'getTranslation_ExtractorService', + 'translation.extractor.php' => 'getTranslation_Extractor_PhpService', + 'translation.loader' => 'getTranslation_LoaderService', + 'translation.loader.csv' => 'getTranslation_Loader_CsvService', + 'translation.loader.dat' => 'getTranslation_Loader_DatService', + 'translation.loader.ini' => 'getTranslation_Loader_IniService', + 'translation.loader.json' => 'getTranslation_Loader_JsonService', + 'translation.loader.mo' => 'getTranslation_Loader_MoService', + 'translation.loader.php' => 'getTranslation_Loader_PhpService', + 'translation.loader.po' => 'getTranslation_Loader_PoService', + 'translation.loader.qt' => 'getTranslation_Loader_QtService', + 'translation.loader.res' => 'getTranslation_Loader_ResService', + 'translation.loader.xliff' => 'getTranslation_Loader_XliffService', + 'translation.loader.yml' => 'getTranslation_Loader_YmlService', + 'translation.writer' => 'getTranslation_WriterService', + 'translator' => 'getTranslatorService', + 'translator.default' => 'getTranslator_DefaultService', + 'translator_listener' => 'getTranslatorListenerService', + 'twig' => 'getTwigService', + 'twig.controller.exception' => 'getTwig_Controller_ExceptionService', + 'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService', + 'twig.exception_listener' => 'getTwig_ExceptionListenerService', + 'twig.extension.image' => 'getTwig_Extension_ImageService', + 'twig.loader' => 'getTwig_LoaderService', + 'twig.profile' => 'getTwig_ProfileService', + 'twig.translation.extractor' => 'getTwig_Translation_ExtractorService', + 'uri_signer' => 'getUriSignerService', + 'validate_request_listener' => 'getValidateRequestListenerService', + 'validator' => 'getValidatorService', + 'validator.builder' => 'getValidator_BuilderService', + 'validator.email' => 'getValidator_EmailService', + 'validator.expression' => 'getValidator_ExpressionService', + 'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService', + 'var_dumper.cloner' => 'getVarDumper_ClonerService', + 'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService', + 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService', + 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService', + 'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService', + 'white_october.tcpdf' => 'getWhiteOctober_TcpdfService', + ); + $this->aliases = array( + 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command', + 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command', + 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command', + 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command', + 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command', + 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command', + 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command', + 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command', + 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command', + 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command', + 'database_connection' => 'doctrine.dbal.default_connection', + 'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache', + 'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache', + 'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache', + 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager', + 'event_dispatcher' => 'debug.event_dispatcher', + 'mailer' => 'swiftmailer.mailer.default', + 'session.storage' => 'session.storage.native', + 'swiftmailer.mailer' => 'swiftmailer.mailer.default', + 'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger', + 'swiftmailer.spool' => 'swiftmailer.mailer.default.spool', + 'swiftmailer.transport' => 'swiftmailer.mailer.default.transport', + 'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real', + ); + } + + /** + * {@inheritdoc} + */ + public function compile() + { + throw new LogicException('You cannot compile a dumped frozen container.'); + } + + /** + * {@inheritdoc} + */ + public function isFrozen() + { + return true; + } + + /** + * Gets the 'annotation_reader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Common\Annotations\CachedReader A Doctrine\Common\Annotations\CachedReader instance + */ + protected function getAnnotationReaderService() + { + return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(new \Doctrine\Common\Annotations\AnnotationReader(), new \Doctrine\Common\Cache\FilesystemCache((__DIR__.'/annotations')), true); + } + + /** + * Gets the 'app.booking_exporter' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Export\BookingSternToursCrmExporter A AppBundle\Export\BookingSternToursCrmExporter instance + */ + protected function getApp_BookingExporterService() + { + return $this->services['app.booking_exporter'] = new \AppBundle\Export\BookingSternToursCrmExporter($this->get('logger')); + } + + /** + * Gets the 'app.contact_exporter' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Export\ContactSternToursCrmExporter A AppBundle\Export\ContactSternToursCrmExporter instance + */ + protected function getApp_ContactExporterService() + { + return $this->services['app.contact_exporter'] = new \AppBundle\Export\ContactSternToursCrmExporter($this->get('logger')); + } + + /** + * Gets the 'app.controller_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Listener\KernelControllerListener A AppBundle\Listener\KernelControllerListener instance + */ + protected function getApp_ControllerListenerService() + { + return $this->services['app.controller_listener'] = new \AppBundle\Listener\KernelControllerListener($this->get('doctrine.orm.default_entity_manager'), $this->get('debug.controller_resolver')); + } + + /** + * Gets the 'app.fewo_booking_exporter' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Export\FewoBookingSternToursCrmExporter A AppBundle\Export\FewoBookingSternToursCrmExporter instance + */ + protected function getApp_FewoBookingExporterService() + { + return $this->services['app.fewo_booking_exporter'] = new \AppBundle\Export\FewoBookingSternToursCrmExporter($this->get('logger')); + } + + /** + * Gets the 'app.image_upload_listener' service. + * + * This service is autowired. + * + * @return \AppBundle\Listener\DoctrineFileListener A AppBundle\Listener\DoctrineFileListener instance + */ + protected function getApp_ImageUploadListenerService() + { + return $this->services['app.image_upload_listener'] = new \AppBundle\Listener\DoctrineFileListener($this->get('app.image_uploader')); + } + + /** + * Gets the 'app.image_uploader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Service\FileManager A AppBundle\Service\FileManager instance + */ + protected function getApp_ImageUploaderService() + { + return $this->services['app.image_uploader'] = new \AppBundle\Service\FileManager(($this->targetDirs[3].'/app/../web/_uploads/images')); + } + + /** + * Gets the 'app.keyword_service' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Service\KeywordService A AppBundle\Service\KeywordService instance + */ + protected function getApp_KeywordServiceService() + { + return $this->services['app.keyword_service'] = new \AppBundle\Service\KeywordService($this->get('doctrine.orm.default_entity_manager')); + } + + /** + * Gets the 'app.lodging_calendar_util' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Service\LodgingCalendarService A AppBundle\Service\LodgingCalendarService instance + */ + protected function getApp_LodgingCalendarUtilService() + { + return $this->services['app.lodging_calendar_util'] = new \AppBundle\Service\LodgingCalendarService($this->get('doctrine.orm.default_entity_manager')); + } + + /** + * Gets the 'app.pdf' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Pdf A AppBundle\Pdf instance + */ + protected function getApp_PdfService() + { + return $this->services['app.pdf'] = new \AppBundle\Pdf(($this->targetDirs[3].'/app'), $this->get('assetic.asset_manager')); + } + + /** + * Gets the 'app.twig_extension' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Twig\AppExtension A AppBundle\Twig\AppExtension instance + */ + protected function getApp_TwigExtensionService() + { + return $this->services['app.twig_extension'] = new \AppBundle\Twig\AppExtension($this->get('twig'), $this->get('app.keyword_service'), $this->get('request_stack'), $this->get('doctrine.orm.default_entity_manager')); + } + + /** + * Gets the 'assetic.asset_manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Assetic\Factory\LazyAssetManager A Assetic\Factory\LazyAssetManager instance + */ + protected function getAssetic_AssetManagerService() + { + $a = $this->get('templating.loader'); + + $this->services['assetic.asset_manager'] = $instance = new \Assetic\Factory\LazyAssetManager($this->get('assetic.asset_factory'), array('config' => new \Symfony\Bundle\AsseticBundle\Factory\Loader\ConfigurationLoader(), 'twig' => new \Assetic\Factory\Loader\CachedFormulaLoader(new \Assetic\Extension\Twig\TwigFormulaLoader($this->get('twig'), $this->get('monolog.logger.assetic', ContainerInterface::NULL_ON_INVALID_REFERENCE)), new \Assetic\Cache\ConfigCache((__DIR__.'/assetic/config')), true))); + + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\ConfigurationResource(array('headerLogo' => array(0 => array(0 => '@AppBundle/Resources/public/images/wlogo.png'), 1 => array(), 2 => array()), 'footerText' => array(0 => array(0 => '@AppBundle/Resources/public/images/footer.svg'), 1 => array(), 2 => array()))), 'config'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', ($this->targetDirs[3].'/app/Resources/FrameworkBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', ($this->targetDirs[3].'/app/Resources/SecurityBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', ($this->targetDirs[3].'/app/Resources/TwigBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', ($this->targetDirs[3].'/app/Resources/MonologBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', ($this->targetDirs[3].'/app/Resources/SwiftmailerBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', ($this->targetDirs[3].'/app/Resources/DoctrineBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', ($this->targetDirs[3].'/app/Resources/SensioFrameworkExtraBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', ($this->targetDirs[3].'/app/Resources/AsseticBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', ($this->targetDirs[3].'/vendor/symfony/assetic-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'StofDoctrineExtensionsBundle', ($this->targetDirs[3].'/app/Resources/StofDoctrineExtensionsBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'StofDoctrineExtensionsBundle', ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AppBundle', ($this->targetDirs[3].'/app/Resources/AppBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AppBundle', ($this->targetDirs[3].'/src/AppBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WhiteOctoberTCPDFBundle', ($this->targetDirs[3].'/app/Resources/WhiteOctoberTCPDFBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WhiteOctoberTCPDFBundle', ($this->targetDirs[3].'/vendor/whiteoctober/tcpdf-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'GregwarImageBundle', ($this->targetDirs[3].'/app/Resources/GregwarImageBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'GregwarImageBundle', ($this->targetDirs[3].'/vendor/gregwar/image-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DebugBundle', ($this->targetDirs[3].'/app/Resources/DebugBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DebugBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', ($this->targetDirs[3].'/app/Resources/WebProfilerBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', ($this->targetDirs[3].'/app/Resources/SensioDistributionBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', ($this->targetDirs[3].'/vendor/sensio/distribution-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', ($this->targetDirs[3].'/app/Resources/SensioGeneratorBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', ($this->targetDirs[3].'/vendor/sensio/generator-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineMigrationsBundle', ($this->targetDirs[3].'/app/Resources/DoctrineMigrationsBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineMigrationsBundle', ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig'); + $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, '', ($this->targetDirs[3].'/app/Resources/views'), '/\\.[^.]+\\.twig$/'), 'twig'); + + return $instance; + } + + /** + * Gets the 'assetic.controller' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\AsseticBundle\Controller\AsseticController A Symfony\Bundle\AsseticBundle\Controller\AsseticController instance + */ + protected function getAssetic_ControllerService() + { + return $this->services['assetic.controller'] = new \Symfony\Bundle\AsseticBundle\Controller\AsseticController($this->get('assetic.asset_manager'), new \Assetic\Cache\FilesystemCache((__DIR__.'/assetic/assets')), false, $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'assetic.filter.cssrewrite' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Assetic\Filter\CssRewriteFilter A Assetic\Filter\CssRewriteFilter instance + */ + protected function getAssetic_Filter_CssrewriteService() + { + return $this->services['assetic.filter.cssrewrite'] = new \Assetic\Filter\CssRewriteFilter(); + } + + /** + * Gets the 'assetic.filter_manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\AsseticBundle\FilterManager A Symfony\Bundle\AsseticBundle\FilterManager instance + */ + protected function getAssetic_FilterManagerService() + { + return $this->services['assetic.filter_manager'] = new \Symfony\Bundle\AsseticBundle\FilterManager($this, array('cssrewrite' => 'assetic.filter.cssrewrite')); + } + + /** + * Gets the 'assetic.request_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\AsseticBundle\EventListener\RequestListener A Symfony\Bundle\AsseticBundle\EventListener\RequestListener instance + */ + protected function getAssetic_RequestListenerService() + { + return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener(); + } + + /** + * Gets the 'assets.context' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Asset\Context\RequestStackContext A Symfony\Component\Asset\Context\RequestStackContext instance + */ + protected function getAssets_ContextService() + { + return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext($this->get('request_stack')); + } + + /** + * Gets the 'assets.packages' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Asset\Packages A Symfony\Component\Asset\Packages instance + */ + protected function getAssets_PackagesService() + { + return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), $this->get('assets.context')), array()); + } + + /** + * Gets the 'cache.app' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter A Symfony\Component\Cache\Adapter\FilesystemAdapter instance + */ + protected function getCache_AppService() + { + $this->services['cache.app'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nOHek6X+hs', 0, (__DIR__.'/pools')); + + if ($this->has('monolog.logger.cache')) { + $instance->setLogger($this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + return $instance; + } + + /** + * Gets the 'cache.system' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Cache\Adapter\AdapterInterface A Symfony\Component\Cache\Adapter\AdapterInterface instance + */ + protected function getCache_SystemService() + { + return $this->services['cache.system'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kQuWjlLbT6', 0, 'HOW3TaUIDorLYGdx2BGeZo', (__DIR__.'/pools'), $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'cache_clearer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer A Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer instance + */ + protected function getCacheClearerService() + { + $a = $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE); + + $b = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(); + $b->addPool($this->get('cache.app')); + $b->addPool($this->get('cache.system')); + $b->addPool(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M4FYBx98aK', 0, 'HOW3TaUIDorLYGdx2BGeZo', (__DIR__.'/pools'), $a)); + $b->addPool(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gO0AZwN-DU', 0, 'HOW3TaUIDorLYGdx2BGeZo', (__DIR__.'/pools'), $a)); + + return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(array(0 => $b)); + } + + /** + * Gets the 'cache_warmer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate A Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate instance + */ + protected function getCacheWarmerService() + { + $a = $this->get('kernel'); + $b = $this->get('templating.filename_parser'); + + $c = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder($a, $b, ($this->targetDirs[3].'/app/Resources')); + + return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(array(0 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer($c, $this->get('templating.locator')), 1 => new \Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer($this), 2 => $this->get('kernel.class_cache.cache_warmer'), 3 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer($this->get('translator.default')), 4 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer($this->get('router')), 5 => new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer($this, $c, array()), 6 => new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer($this->get('twig'), new \Symfony\Bundle\TwigBundle\TemplateIterator($a, ($this->targetDirs[3].'/app'), array())), 7 => new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer($this->get('doctrine')))); + } + + /** + * Gets the 'config_cache_factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory A Symfony\Component\Config\ResourceCheckerConfigCacheFactory instance + */ + protected function getConfigCacheFactoryService() + { + return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(array(0 => new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())); + } + + /** + * Gets the 'data_collector.dump' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector A Symfony\Component\HttpKernel\DataCollector\DumpDataCollector instance + */ + protected function getDataCollector_DumpService() + { + return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector($this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE), NULL, 'UTF-8', $this->get('request_stack'), NULL); + } + + /** + * Gets the 'data_collector.form' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector A Symfony\Component\Form\Extension\DataCollector\FormDataCollector instance + */ + protected function getDataCollector_FormService() + { + return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector($this->get('data_collector.form.extractor')); + } + + /** + * Gets the 'data_collector.form.extractor' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor A Symfony\Component\Form\Extension\DataCollector\FormDataExtractor instance + */ + protected function getDataCollector_Form_ExtractorService() + { + return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor(); + } + + /** + * Gets the 'data_collector.request' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector A Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector instance + */ + protected function getDataCollector_RequestService() + { + return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector(); + } + + /** + * Gets the 'data_collector.router' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector A Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector instance + */ + protected function getDataCollector_RouterService() + { + return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector(); + } + + /** + * Gets the 'data_collector.translation' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector A Symfony\Component\Translation\DataCollector\TranslationDataCollector instance + */ + protected function getDataCollector_TranslationService() + { + return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($this->get('translator')); + } + + /** + * Gets the 'debug.argument_resolver' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver A Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver instance + */ + protected function getDebug_ArgumentResolverService() + { + return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), array(0 => new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), 1 => new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), 2 => new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), 3 => new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())), $this->get('debug.stopwatch')); + } + + /** + * Gets the 'debug.controller_resolver' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver A Symfony\Component\HttpKernel\Controller\TraceableControllerResolver instance + */ + protected function getDebug_ControllerResolverService() + { + return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, $this->get('controller_name_converter'), $this->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)), $this->get('debug.stopwatch'), $this->get('debug.argument_resolver')); + } + + /** + * Gets the 'debug.debug_handlers_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener A Symfony\Component\HttpKernel\EventListener\DebugHandlersListener instance + */ + protected function getDebug_DebugHandlersListenerService() + { + return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $this->get('monolog.logger.php', ContainerInterface::NULL_ON_INVALID_REFERENCE), 28586, NULL, true, NULL); + } + + /** + * Gets the 'debug.dump_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\DumpListener A Symfony\Component\HttpKernel\EventListener\DumpListener instance + */ + protected function getDebug_DumpListenerService() + { + return $this->services['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener($this->get('var_dumper.cloner'), $this->get('var_dumper.cli_dumper')); + } + + /** + * Gets the 'debug.event_dispatcher' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher A Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher instance + */ + protected function getDebug_EventDispatcherService() + { + $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), $this->get('debug.stopwatch'), $this->get('monolog.logger.event', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + + $instance->addListenerService('kernel.controller', array(0 => 'app.controller_listener', 1 => 'onKernelController'), 0); + $instance->addListenerService('kernel.controller', array(0 => 'data_collector.router', 1 => 'onKernelController'), 0); + $instance->addListenerService('kernel.request', array(0 => 'assetic.request_listener', 1 => 'onKernelRequest'), 0); + $instance->addSubscriberService('response_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener'); + $instance->addSubscriberService('streamed_response_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener'); + $instance->addSubscriberService('locale_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener'); + $instance->addSubscriberService('translator_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\TranslatorListener'); + $instance->addSubscriberService('validate_request_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener'); + $instance->addSubscriberService('session_listener', 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener'); + $instance->addSubscriberService('session.save_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\SaveSessionListener'); + $instance->addSubscriberService('fragment.listener', 'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener'); + $instance->addSubscriberService('profiler_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener'); + $instance->addSubscriberService('data_collector.request', 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RequestDataCollector'); + $instance->addSubscriberService('router_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener'); + $instance->addSubscriberService('debug.debug_handlers_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener'); + $instance->addSubscriberService('security.firewall', 'Symfony\\Component\\Security\\Http\\Firewall'); + $instance->addSubscriberService('security.rememberme.response_listener', 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener'); + $instance->addSubscriberService('twig.exception_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener'); + $instance->addSubscriberService('monolog.handler.console', 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler'); + $instance->addSubscriberService('swiftmailer.email_sender.listener', 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'); + $instance->addSubscriberService('sensio_framework_extra.controller.listener', 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'); + $instance->addSubscriberService('sensio_framework_extra.converter.listener', 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'); + $instance->addSubscriberService('sensio_framework_extra.view.listener', 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'); + $instance->addSubscriberService('sensio_framework_extra.cache.listener', 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'); + $instance->addSubscriberService('sensio_framework_extra.security.listener', 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'); + $instance->addSubscriberService('debug.dump_listener', 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener'); + $instance->addSubscriberService('web_profiler.debug_toolbar', 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener'); + + return $instance; + } + + /** + * Gets the 'debug.stopwatch' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Stopwatch\Stopwatch A Symfony\Component\Stopwatch\Stopwatch instance + */ + protected function getDebug_StopwatchService() + { + return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(); + } + + /** + * Gets the 'doctrine' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Registry A Doctrine\Bundle\DoctrineBundle\Registry instance + */ + protected function getDoctrineService() + { + return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, array('default' => 'doctrine.dbal.default_connection'), array('default' => 'doctrine.orm.default_entity_manager'), 'default', 'default'); + } + + /** + * Gets the 'doctrine.cache_clear_metadata_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand instance + */ + protected function getDoctrine_CacheClearMetadataCommandService() + { + return $this->services['doctrine.cache_clear_metadata_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(); + } + + /** + * Gets the 'doctrine.cache_clear_query_cache_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand instance + */ + protected function getDoctrine_CacheClearQueryCacheCommandService() + { + return $this->services['doctrine.cache_clear_query_cache_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(); + } + + /** + * Gets the 'doctrine.cache_clear_result_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand instance + */ + protected function getDoctrine_CacheClearResultCommandService() + { + return $this->services['doctrine.cache_clear_result_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(); + } + + /** + * Gets the 'doctrine.cache_collection_region_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand instance + */ + protected function getDoctrine_CacheCollectionRegionCommandService() + { + return $this->services['doctrine.cache_collection_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(); + } + + /** + * Gets the 'doctrine.clear_entity_region_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand instance + */ + protected function getDoctrine_ClearEntityRegionCommandService() + { + return $this->services['doctrine.clear_entity_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(); + } + + /** + * Gets the 'doctrine.clear_query_region_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand instance + */ + protected function getDoctrine_ClearQueryRegionCommandService() + { + return $this->services['doctrine.clear_query_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(); + } + + /** + * Gets the 'doctrine.database_create_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand instance + */ + protected function getDoctrine_DatabaseCreateCommandService() + { + return $this->services['doctrine.database_create_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand($this->get('doctrine')); + } + + /** + * Gets the 'doctrine.database_drop_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand instance + */ + protected function getDoctrine_DatabaseDropCommandService() + { + return $this->services['doctrine.database_drop_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand($this->get('doctrine')); + } + + /** + * Gets the 'doctrine.database_import_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand instance + */ + protected function getDoctrine_DatabaseImportCommandService() + { + return $this->services['doctrine.database_import_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand(); + } + + /** + * Gets the 'doctrine.dbal.connection_factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory A Doctrine\Bundle\DoctrineBundle\ConnectionFactory instance + */ + protected function getDoctrine_Dbal_ConnectionFactoryService() + { + return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory(array()); + } + + /** + * Gets the 'doctrine.dbal.default_connection' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance + */ + protected function getDoctrine_Dbal_DefaultConnectionService() + { + $a = new \Doctrine\DBAL\Logging\LoggerChain(); + $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE))); + $a->addLogger($this->get('doctrine.dbal.logger.profiling.default')); + + $b = new \Doctrine\DBAL\Configuration(); + $b->setSQLLogger($a); + + $c = new \Gedmo\Tree\TreeListener(); + $c->setAnnotationReader($this->get('annotation_reader')); + + $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this); + $d->addEventSubscriber($c); + $d->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners')); + $d->addEventListener(array(0 => 'prePersist', 1 => 'preUpdate', 2 => 'preRemove'), $this->get('app.image_upload_listener')); + + return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '192.168.1.8', 'port' => 3306, 'dbname' => 'relaunch1', 'user' => 'kadmin', 'password' => 'KT32vQ7ix', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, $d, array('enum' => 'string')); + } + + /** + * Gets the 'doctrine.ensure_production_settings_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand instance + */ + protected function getDoctrine_EnsureProductionSettingsCommandService() + { + return $this->services['doctrine.ensure_production_settings_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(); + } + + /** + * Gets the 'doctrine.generate_entities_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand instance + */ + protected function getDoctrine_GenerateEntitiesCommandService() + { + return $this->services['doctrine.generate_entities_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand($this->get('doctrine')); + } + + /** + * Gets the 'doctrine.mapping_convert_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand instance + */ + protected function getDoctrine_MappingConvertCommandService() + { + return $this->services['doctrine.mapping_convert_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(); + } + + /** + * Gets the 'doctrine.mapping_import_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand instance + */ + protected function getDoctrine_MappingImportCommandService() + { + return $this->services['doctrine.mapping_import_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand($this->get('doctrine'), array('FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle', 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle', 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle', 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle', 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle', 'AppBundle' => 'AppBundle\\AppBundle', 'WhiteOctoberTCPDFBundle' => 'WhiteOctober\\TCPDFBundle\\WhiteOctoberTCPDFBundle', 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle', 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle', 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle', 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle', 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle', 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle')); + } + + /** + * Gets the 'doctrine.mapping_info_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand instance + */ + protected function getDoctrine_MappingInfoCommandService() + { + return $this->services['doctrine.mapping_info_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(); + } + + /** + * Gets the 'doctrine.orm.default_entity_listener_resolver' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver A Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver instance + */ + protected function getDoctrine_Orm_DefaultEntityListenerResolverService() + { + return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver($this); + } + + /** + * Gets the 'doctrine.orm.default_entity_manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @param bool $lazyLoad whether to try lazy-loading the service with a proxy + * + * @return \Doctrine\ORM\EntityManager A Doctrine\ORM\EntityManager instance + */ + public function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) + { + if ($lazyLoad) { + + return $this->services['doctrine.orm.default_entity_manager'] = DoctrineORMEntityManager_000000001271b75f000000005046fb243ae77505cef6fe50d2b650f754308705::staticProxyConstructor( + function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { + $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false); + + $proxy->setProxyInitializer(null); + + return true; + } + ); + } + + $a = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain(); + $a->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($this->get('annotation_reader'), array(0 => ($this->targetDirs[3].'/src/AppBundle/Entity'))), 'AppBundle\\Entity'); + + $b = new \Doctrine\ORM\Configuration(); + $b->setEntityNamespaces(array('AppBundle' => 'AppBundle\\Entity')); + $b->setMetadataCacheImpl($this->get('doctrine_cache.providers.doctrine.orm.default_metadata_cache')); + $b->setQueryCacheImpl($this->get('doctrine_cache.providers.doctrine.orm.default_query_cache')); + $b->setResultCacheImpl($this->get('doctrine_cache.providers.doctrine.orm.default_result_cache')); + $b->setMetadataDriverImpl($a); + $b->setProxyDir((__DIR__.'/doctrine/orm/Proxies')); + $b->setProxyNamespace('Proxies'); + $b->setAutoGenerateProxyClasses(true); + $b->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory'); + $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); + $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy()); + $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); + $b->setEntityListenerResolver($this->get('doctrine.orm.default_entity_listener_resolver')); + $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(NULL)); + + $instance = \Doctrine\ORM\EntityManager::create($this->get('doctrine.dbal.default_connection'), $b); + + $this->get('doctrine.orm.default_manager_configurator')->configure($instance); + + return $instance; + } + + /** + * Gets the 'doctrine.orm.default_entity_manager.property_info_extractor' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor A Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor instance + */ + protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService() + { + return $this->services['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($this->get('doctrine.orm.default_entity_manager')->getMetadataFactory()); + } + + /** + * Gets the 'doctrine.orm.default_listeners.attach_entity_listeners' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\ORM\Tools\AttachEntityListenersListener A Doctrine\ORM\Tools\AttachEntityListenersListener instance + */ + protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService() + { + return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener(); + } + + /** + * Gets the 'doctrine.orm.default_manager_configurator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator A Doctrine\Bundle\DoctrineBundle\ManagerConfigurator instance + */ + protected function getDoctrine_Orm_DefaultManagerConfiguratorService() + { + return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator(array(), array()); + } + + /** + * Gets the 'doctrine.orm.validator.unique' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator A Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator instance + */ + protected function getDoctrine_Orm_Validator_UniqueService() + { + return $this->services['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator($this->get('doctrine')); + } + + /** + * Gets the 'doctrine.orm.validator_initializer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer A Symfony\Bridge\Doctrine\Validator\DoctrineInitializer instance + */ + protected function getDoctrine_Orm_ValidatorInitializerService() + { + return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer($this->get('doctrine')); + } + + /** + * Gets the 'doctrine.query_dql_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand instance + */ + protected function getDoctrine_QueryDqlCommandService() + { + return $this->services['doctrine.query_dql_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(); + } + + /** + * Gets the 'doctrine.query_sql_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand instance + */ + protected function getDoctrine_QuerySqlCommandService() + { + return $this->services['doctrine.query_sql_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(); + } + + /** + * Gets the 'doctrine.schema_create_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand instance + */ + protected function getDoctrine_SchemaCreateCommandService() + { + return $this->services['doctrine.schema_create_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(); + } + + /** + * Gets the 'doctrine.schema_drop_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand instance + */ + protected function getDoctrine_SchemaDropCommandService() + { + return $this->services['doctrine.schema_drop_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(); + } + + /** + * Gets the 'doctrine.schema_update_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand instance + */ + protected function getDoctrine_SchemaUpdateCommandService() + { + return $this->services['doctrine.schema_update_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(); + } + + /** + * Gets the 'doctrine.schema_validate_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand A Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand instance + */ + protected function getDoctrine_SchemaValidateCommandService() + { + return $this->services['doctrine.schema_validate_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(); + } + + /** + * Gets the 'doctrine_cache.contains_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand A Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand instance + */ + protected function getDoctrineCache_ContainsCommandService() + { + return $this->services['doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand(); + } + + /** + * Gets the 'doctrine_cache.delete_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand A Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand instance + */ + protected function getDoctrineCache_DeleteCommandService() + { + return $this->services['doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand(); + } + + /** + * Gets the 'doctrine_cache.flush_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand A Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand instance + */ + protected function getDoctrineCache_FlushCommandService() + { + return $this->services['doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand(); + } + + /** + * Gets the 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Common\Cache\ArrayCache A Doctrine\Common\Cache\ArrayCache instance + */ + protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService() + { + $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache(); + + $instance->setNamespace('sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264'); + + return $instance; + } + + /** + * Gets the 'doctrine_cache.providers.doctrine.orm.default_query_cache' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Common\Cache\ArrayCache A Doctrine\Common\Cache\ArrayCache instance + */ + protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService() + { + $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache(); + + $instance->setNamespace('sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264'); + + return $instance; + } + + /** + * Gets the 'doctrine_cache.providers.doctrine.orm.default_result_cache' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Common\Cache\ArrayCache A Doctrine\Common\Cache\ArrayCache instance + */ + protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService() + { + $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache(); + + $instance->setNamespace('sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264'); + + return $instance; + } + + /** + * Gets the 'doctrine_cache.stats_command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand A Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand instance + */ + protected function getDoctrineCache_StatsCommandService() + { + return $this->services['doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand(); + } + + /** + * Gets the 'file_locator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Config\FileLocator A Symfony\Component\HttpKernel\Config\FileLocator instance + */ + protected function getFileLocatorService() + { + return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator($this->get('kernel'), ($this->targetDirs[3].'/app/Resources')); + } + + /** + * Gets the 'filesystem' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Filesystem\Filesystem A Symfony\Component\Filesystem\Filesystem instance + */ + protected function getFilesystemService() + { + return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem(); + } + + /** + * Gets the 'form.factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\FormFactory A Symfony\Component\Form\FormFactory instance + */ + protected function getForm_FactoryService() + { + return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory($this->get('form.registry'), $this->get('form.resolved_type_factory')); + } + + /** + * Gets the 'form.registry' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\FormRegistry A Symfony\Component\Form\FormRegistry instance + */ + protected function getForm_RegistryService() + { + return $this->services['form.registry'] = new \Symfony\Component\Form\FormRegistry(array(0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension($this, array('AppBundle\\Form\\DatalistType' => 'form.type.datalist_type', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => 'form.type.form', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => 'form.type.choice', 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => 'form.type.entity'), array('Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => array(0 => 'form.type_extension.form.http_foundation', 1 => 'form.type_extension.form.validator', 2 => 'form.type_extension.upload.validator', 3 => 'form.type_extension.csrf', 4 => 'form.type_extension.form.data_collector'), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => array(0 => 'form.type_extension.repeated.validator'), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => array(0 => 'form.type_extension.submit.validator')), array(0 => 'form.type_guesser.validator', 1 => 'form.type_guesser.doctrine'))), $this->get('form.resolved_type_factory')); + } + + /** + * Gets the 'form.resolved_type_factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy A Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy instance + */ + protected function getForm_ResolvedTypeFactoryService() + { + return $this->services['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), $this->get('data_collector.form')); + } + + /** + * Gets the 'form.type.birthday' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\BirthdayType A Symfony\Component\Form\Extension\Core\Type\BirthdayType instance + * + * @deprecated The "form.type.birthday" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_BirthdayService() + { + @trigger_error('The "form.type.birthday" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.birthday'] = new \Symfony\Component\Form\Extension\Core\Type\BirthdayType(); + } + + /** + * Gets the 'form.type.button' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\ButtonType A Symfony\Component\Form\Extension\Core\Type\ButtonType instance + * + * @deprecated The "form.type.button" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_ButtonService() + { + @trigger_error('The "form.type.button" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.button'] = new \Symfony\Component\Form\Extension\Core\Type\ButtonType(); + } + + /** + * Gets the 'form.type.checkbox' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\CheckboxType A Symfony\Component\Form\Extension\Core\Type\CheckboxType instance + * + * @deprecated The "form.type.checkbox" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_CheckboxService() + { + @trigger_error('The "form.type.checkbox" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.checkbox'] = new \Symfony\Component\Form\Extension\Core\Type\CheckboxType(); + } + + /** + * Gets the 'form.type.choice' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType A Symfony\Component\Form\Extension\Core\Type\ChoiceType instance + */ + protected function getForm_Type_ChoiceService() + { + return $this->services['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), $this->get('property_accessor')))); + } + + /** + * Gets the 'form.type.collection' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\CollectionType A Symfony\Component\Form\Extension\Core\Type\CollectionType instance + * + * @deprecated The "form.type.collection" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_CollectionService() + { + @trigger_error('The "form.type.collection" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.collection'] = new \Symfony\Component\Form\Extension\Core\Type\CollectionType(); + } + + /** + * Gets the 'form.type.country' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\CountryType A Symfony\Component\Form\Extension\Core\Type\CountryType instance + * + * @deprecated The "form.type.country" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_CountryService() + { + @trigger_error('The "form.type.country" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.country'] = new \Symfony\Component\Form\Extension\Core\Type\CountryType(); + } + + /** + * Gets the 'form.type.currency' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\CurrencyType A Symfony\Component\Form\Extension\Core\Type\CurrencyType instance + * + * @deprecated The "form.type.currency" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_CurrencyService() + { + @trigger_error('The "form.type.currency" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.currency'] = new \Symfony\Component\Form\Extension\Core\Type\CurrencyType(); + } + + /** + * Gets the 'form.type.datalist_type' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \AppBundle\Form\DatalistType A AppBundle\Form\DatalistType instance + */ + protected function getForm_Type_DatalistTypeService() + { + return $this->services['form.type.datalist_type'] = new \AppBundle\Form\DatalistType(); + } + + /** + * Gets the 'form.type.date' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\DateType A Symfony\Component\Form\Extension\Core\Type\DateType instance + * + * @deprecated The "form.type.date" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_DateService() + { + @trigger_error('The "form.type.date" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.date'] = new \Symfony\Component\Form\Extension\Core\Type\DateType(); + } + + /** + * Gets the 'form.type.datetime' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\DateTimeType A Symfony\Component\Form\Extension\Core\Type\DateTimeType instance + * + * @deprecated The "form.type.datetime" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_DatetimeService() + { + @trigger_error('The "form.type.datetime" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.datetime'] = new \Symfony\Component\Form\Extension\Core\Type\DateTimeType(); + } + + /** + * Gets the 'form.type.email' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\EmailType A Symfony\Component\Form\Extension\Core\Type\EmailType instance + * + * @deprecated The "form.type.email" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_EmailService() + { + @trigger_error('The "form.type.email" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.email'] = new \Symfony\Component\Form\Extension\Core\Type\EmailType(); + } + + /** + * Gets the 'form.type.entity' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType A Symfony\Bridge\Doctrine\Form\Type\EntityType instance + */ + protected function getForm_Type_EntityService() + { + return $this->services['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType($this->get('doctrine')); + } + + /** + * Gets the 'form.type.file' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\FileType A Symfony\Component\Form\Extension\Core\Type\FileType instance + * + * @deprecated The "form.type.file" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_FileService() + { + @trigger_error('The "form.type.file" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(); + } + + /** + * Gets the 'form.type.form' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\FormType A Symfony\Component\Form\Extension\Core\Type\FormType instance + */ + protected function getForm_Type_FormService() + { + return $this->services['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType($this->get('property_accessor')); + } + + /** + * Gets the 'form.type.hidden' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\HiddenType A Symfony\Component\Form\Extension\Core\Type\HiddenType instance + * + * @deprecated The "form.type.hidden" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_HiddenService() + { + @trigger_error('The "form.type.hidden" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.hidden'] = new \Symfony\Component\Form\Extension\Core\Type\HiddenType(); + } + + /** + * Gets the 'form.type.integer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\IntegerType A Symfony\Component\Form\Extension\Core\Type\IntegerType instance + * + * @deprecated The "form.type.integer" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_IntegerService() + { + @trigger_error('The "form.type.integer" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.integer'] = new \Symfony\Component\Form\Extension\Core\Type\IntegerType(); + } + + /** + * Gets the 'form.type.language' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\LanguageType A Symfony\Component\Form\Extension\Core\Type\LanguageType instance + * + * @deprecated The "form.type.language" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_LanguageService() + { + @trigger_error('The "form.type.language" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.language'] = new \Symfony\Component\Form\Extension\Core\Type\LanguageType(); + } + + /** + * Gets the 'form.type.locale' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\LocaleType A Symfony\Component\Form\Extension\Core\Type\LocaleType instance + * + * @deprecated The "form.type.locale" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_LocaleService() + { + @trigger_error('The "form.type.locale" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.locale'] = new \Symfony\Component\Form\Extension\Core\Type\LocaleType(); + } + + /** + * Gets the 'form.type.money' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\MoneyType A Symfony\Component\Form\Extension\Core\Type\MoneyType instance + * + * @deprecated The "form.type.money" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_MoneyService() + { + @trigger_error('The "form.type.money" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.money'] = new \Symfony\Component\Form\Extension\Core\Type\MoneyType(); + } + + /** + * Gets the 'form.type.number' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\NumberType A Symfony\Component\Form\Extension\Core\Type\NumberType instance + * + * @deprecated The "form.type.number" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_NumberService() + { + @trigger_error('The "form.type.number" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.number'] = new \Symfony\Component\Form\Extension\Core\Type\NumberType(); + } + + /** + * Gets the 'form.type.password' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\PasswordType A Symfony\Component\Form\Extension\Core\Type\PasswordType instance + * + * @deprecated The "form.type.password" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_PasswordService() + { + @trigger_error('The "form.type.password" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.password'] = new \Symfony\Component\Form\Extension\Core\Type\PasswordType(); + } + + /** + * Gets the 'form.type.percent' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\PercentType A Symfony\Component\Form\Extension\Core\Type\PercentType instance + * + * @deprecated The "form.type.percent" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_PercentService() + { + @trigger_error('The "form.type.percent" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.percent'] = new \Symfony\Component\Form\Extension\Core\Type\PercentType(); + } + + /** + * Gets the 'form.type.radio' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\RadioType A Symfony\Component\Form\Extension\Core\Type\RadioType instance + * + * @deprecated The "form.type.radio" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_RadioService() + { + @trigger_error('The "form.type.radio" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.radio'] = new \Symfony\Component\Form\Extension\Core\Type\RadioType(); + } + + /** + * Gets the 'form.type.range' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\RangeType A Symfony\Component\Form\Extension\Core\Type\RangeType instance + * + * @deprecated The "form.type.range" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_RangeService() + { + @trigger_error('The "form.type.range" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.range'] = new \Symfony\Component\Form\Extension\Core\Type\RangeType(); + } + + /** + * Gets the 'form.type.repeated' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\RepeatedType A Symfony\Component\Form\Extension\Core\Type\RepeatedType instance + * + * @deprecated The "form.type.repeated" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_RepeatedService() + { + @trigger_error('The "form.type.repeated" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.repeated'] = new \Symfony\Component\Form\Extension\Core\Type\RepeatedType(); + } + + /** + * Gets the 'form.type.reset' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\ResetType A Symfony\Component\Form\Extension\Core\Type\ResetType instance + * + * @deprecated The "form.type.reset" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_ResetService() + { + @trigger_error('The "form.type.reset" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.reset'] = new \Symfony\Component\Form\Extension\Core\Type\ResetType(); + } + + /** + * Gets the 'form.type.search' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\SearchType A Symfony\Component\Form\Extension\Core\Type\SearchType instance + * + * @deprecated The "form.type.search" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_SearchService() + { + @trigger_error('The "form.type.search" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.search'] = new \Symfony\Component\Form\Extension\Core\Type\SearchType(); + } + + /** + * Gets the 'form.type.submit' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\SubmitType A Symfony\Component\Form\Extension\Core\Type\SubmitType instance + * + * @deprecated The "form.type.submit" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_SubmitService() + { + @trigger_error('The "form.type.submit" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.submit'] = new \Symfony\Component\Form\Extension\Core\Type\SubmitType(); + } + + /** + * Gets the 'form.type.text' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\TextType A Symfony\Component\Form\Extension\Core\Type\TextType instance + * + * @deprecated The "form.type.text" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_TextService() + { + @trigger_error('The "form.type.text" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.text'] = new \Symfony\Component\Form\Extension\Core\Type\TextType(); + } + + /** + * Gets the 'form.type.textarea' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\TextareaType A Symfony\Component\Form\Extension\Core\Type\TextareaType instance + * + * @deprecated The "form.type.textarea" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_TextareaService() + { + @trigger_error('The "form.type.textarea" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.textarea'] = new \Symfony\Component\Form\Extension\Core\Type\TextareaType(); + } + + /** + * Gets the 'form.type.time' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\TimeType A Symfony\Component\Form\Extension\Core\Type\TimeType instance + * + * @deprecated The "form.type.time" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_TimeService() + { + @trigger_error('The "form.type.time" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.time'] = new \Symfony\Component\Form\Extension\Core\Type\TimeType(); + } + + /** + * Gets the 'form.type.timezone' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\TimezoneType A Symfony\Component\Form\Extension\Core\Type\TimezoneType instance + * + * @deprecated The "form.type.timezone" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_TimezoneService() + { + @trigger_error('The "form.type.timezone" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.timezone'] = new \Symfony\Component\Form\Extension\Core\Type\TimezoneType(); + } + + /** + * Gets the 'form.type.url' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Core\Type\UrlType A Symfony\Component\Form\Extension\Core\Type\UrlType instance + * + * @deprecated The "form.type.url" service is deprecated since Symfony 3.1 and will be removed in 4.0. + */ + protected function getForm_Type_UrlService() + { + @trigger_error('The "form.type.url" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); + + return $this->services['form.type.url'] = new \Symfony\Component\Form\Extension\Core\Type\UrlType(); + } + + /** + * Gets the 'form.type_extension.csrf' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension A Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension instance + */ + protected function getForm_TypeExtension_CsrfService() + { + return $this->services['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension($this->get('security.csrf.token_manager'), true, '_token', $this->get('translator.default'), 'validators', $this->get('form.server_params')); + } + + /** + * Gets the 'form.type_extension.form.data_collector' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension A Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension instance + */ + protected function getForm_TypeExtension_Form_DataCollectorService() + { + return $this->services['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension($this->get('data_collector.form')); + } + + /** + * Gets the 'form.type_extension.form.http_foundation' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension A Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension instance + */ + protected function getForm_TypeExtension_Form_HttpFoundationService() + { + return $this->services['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler($this->get('form.server_params'))); + } + + /** + * Gets the 'form.type_extension.form.validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension A Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension instance + */ + protected function getForm_TypeExtension_Form_ValidatorService() + { + return $this->services['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($this->get('validator')); + } + + /** + * Gets the 'form.type_extension.repeated.validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension A Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension instance + */ + protected function getForm_TypeExtension_Repeated_ValidatorService() + { + return $this->services['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension(); + } + + /** + * Gets the 'form.type_extension.submit.validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension A Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension instance + */ + protected function getForm_TypeExtension_Submit_ValidatorService() + { + return $this->services['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension(); + } + + /** + * Gets the 'form.type_extension.upload.validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension A Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension instance + */ + protected function getForm_TypeExtension_Upload_ValidatorService() + { + return $this->services['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension($this->get('translator'), 'validators'); + } + + /** + * Gets the 'form.type_guesser.doctrine' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser A Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser instance + */ + protected function getForm_TypeGuesser_DoctrineService() + { + return $this->services['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser($this->get('doctrine')); + } + + /** + * Gets the 'form.type_guesser.validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser A Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser instance + */ + protected function getForm_TypeGuesser_ValidatorService() + { + return $this->services['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($this->get('validator')); + } + + /** + * Gets the 'fragment.handler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler A Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler instance + */ + protected function getFragment_HandlerService() + { + $this->services['fragment.handler'] = $instance = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler($this, $this->get('request_stack'), true); + + $instance->addRendererService('inline', 'fragment.renderer.inline'); + $instance->addRendererService('hinclude', 'fragment.renderer.hinclude'); + $instance->addRendererService('hinclude', 'fragment.renderer.hinclude'); + $instance->addRendererService('esi', 'fragment.renderer.esi'); + $instance->addRendererService('ssi', 'fragment.renderer.ssi'); + + return $instance; + } + + /** + * Gets the 'fragment.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener A Symfony\Component\HttpKernel\EventListener\FragmentListener instance + */ + protected function getFragment_ListenerService() + { + return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener($this->get('uri_signer'), '/_fragment'); + } + + /** + * Gets the 'fragment.renderer.esi' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer A Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer instance + */ + protected function getFragment_Renderer_EsiService() + { + $this->services['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(NULL, $this->get('fragment.renderer.inline'), $this->get('uri_signer')); + + $instance->setFragmentPath('/_fragment'); + + return $instance; + } + + /** + * Gets the 'fragment.renderer.hinclude' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer A Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer instance + */ + protected function getFragment_Renderer_HincludeService() + { + $this->services['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($this->get('twig'), $this->get('uri_signer'), NULL); + + $instance->setFragmentPath('/_fragment'); + + return $instance; + } + + /** + * Gets the 'fragment.renderer.inline' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer A Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer instance + */ + protected function getFragment_Renderer_InlineService() + { + $this->services['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($this->get('http_kernel'), $this->get('debug.event_dispatcher')); + + $instance->setFragmentPath('/_fragment'); + + return $instance; + } + + /** + * Gets the 'fragment.renderer.ssi' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Fragment\SsiFragmentRenderer A Symfony\Component\HttpKernel\Fragment\SsiFragmentRenderer instance + */ + protected function getFragment_Renderer_SsiService() + { + $this->services['fragment.renderer.ssi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\SsiFragmentRenderer(NULL, $this->get('fragment.renderer.inline'), $this->get('uri_signer')); + + $instance->setFragmentPath('/_fragment'); + + return $instance; + } + + /** + * Gets the 'http_kernel' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\HttpKernel A Symfony\Component\HttpKernel\HttpKernel instance + */ + protected function getHttpKernelService() + { + return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($this->get('debug.event_dispatcher'), $this->get('debug.controller_resolver'), $this->get('request_stack'), $this->get('debug.argument_resolver')); + } + + /** + * Gets the 'image.handling' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Gregwar\ImageBundle\Services\ImageHandling A Gregwar\ImageBundle\Services\ImageHandling instance + */ + protected function getImage_HandlingService() + { + return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('web/cache', NULL, 'Gregwar\\ImageBundle\\ImageHandler', $this, $this->get('assets.packages'), $this->get('file_locator'), false, 'images/placeholder-image.png'); + } + + /** + * Gets the 'kernel' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @throws RuntimeException always since this service is expected to be injected dynamically + */ + protected function getKernelService() + { + throw new RuntimeException('You have requested a synthetic service ("kernel"). The DIC does not know how to construct this service.'); + } + + /** + * Gets the 'kernel.class_cache.cache_warmer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer A Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer instance + */ + protected function getKernel_ClassCache_CacheWarmerService() + { + return $this->services['kernel.class_cache.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer(); + } + + /** + * Gets the 'locale_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener A Symfony\Component\HttpKernel\EventListener\LocaleListener instance + */ + protected function getLocaleListenerService() + { + return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener($this->get('request_stack'), 'de_DE', $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'logger' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getLoggerService() + { + $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app'); + + $instance->useMicrosecondTimestamps(true); + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.handler.console' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler A Symfony\Bridge\Monolog\Handler\ConsoleHandler instance + */ + protected function getMonolog_Handler_ConsoleService() + { + $this->services['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, array()); + + $instance->pushProcessor($this->get('monolog.processor.psr_log_message')); + + return $instance; + } + + /** + * Gets the 'monolog.handler.debug' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Handler\DebugHandler A Symfony\Bridge\Monolog\Handler\DebugHandler instance + */ + protected function getMonolog_Handler_DebugService() + { + return $this->services['monolog.handler.debug'] = new \Symfony\Bridge\Monolog\Handler\DebugHandler(100, true); + } + + /** + * Gets the 'monolog.handler.main' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Monolog\Handler\StreamHandler A Monolog\Handler\StreamHandler instance + */ + protected function getMonolog_Handler_MainService() + { + $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100, true, NULL); + + $instance->pushProcessor($this->get('monolog.processor.psr_log_message')); + + return $instance; + } + + /** + * Gets the 'monolog.handler.null_internal' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Monolog\Handler\NullHandler A Monolog\Handler\NullHandler instance + */ + protected function getMonolog_Handler_NullInternalService() + { + return $this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler(); + } + + /** + * Gets the 'monolog.logger.assetic' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_AsseticService() + { + $this->services['monolog.logger.assetic'] = $instance = new \Symfony\Bridge\Monolog\Logger('assetic'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.cache' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_CacheService() + { + $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.doctrine' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_DoctrineService() + { + $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine'); + + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.event' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_EventService() + { + $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event'); + + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.php' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_PhpService() + { + $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.profiler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_ProfilerService() + { + $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.request' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_RequestService() + { + $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.router' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_RouterService() + { + $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.security' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_SecurityService() + { + $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.templating' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_TemplatingService() + { + $this->services['monolog.logger.templating'] = $instance = new \Symfony\Bridge\Monolog\Logger('templating'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'monolog.logger.translation' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance + */ + protected function getMonolog_Logger_TranslationService() + { + $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation'); + + $instance->pushHandler($this->get('monolog.handler.console')); + $instance->pushHandler($this->get('monolog.handler.main')); + $instance->pushHandler($this->get('monolog.handler.debug')); + + return $instance; + } + + /** + * Gets the 'profiler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\Profiler\Profiler A Symfony\Component\HttpKernel\Profiler\Profiler instance + */ + protected function getProfilerService() + { + $a = $this->get('monolog.logger.profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE); + $b = $this->get('kernel', ContainerInterface::NULL_ON_INVALID_REFERENCE); + + $c = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector($this->get('doctrine')); + $c->addLogger('default', $this->get('doctrine.dbal.logger.profiling.default')); + + $d = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector(); + if ($this->has('kernel')) { + $d->setKernel($b); + } + + $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.__DIR__.'/profiler')), $a); + + $instance->add($this->get('data_collector.request')); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE))); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); + $instance->add($this->get('data_collector.form')); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector()); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a)); + $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE))); + $instance->add($this->get('data_collector.router')); + $instance->add($this->get('data_collector.translation')); + $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector($this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('security.role_hierarchy'), $this->get('security.logout_url_generator'), $this->get('debug.security.access.decision_manager'))); + $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector($this->get('twig.profile'))); + $instance->add($c); + $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this)); + $instance->add($this->get('data_collector.dump')); + $instance->add($d); + + return $instance; + } + + /** + * Gets the 'profiler_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener A Symfony\Component\HttpKernel\EventListener\ProfilerListener instance + */ + protected function getProfilerListenerService() + { + return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($this->get('profiler'), $this->get('request_stack'), NULL, false, false); + } + + /** + * Gets the 'property_accessor' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\PropertyAccess\PropertyAccessor A Symfony\Component\PropertyAccess\PropertyAccessor instance + */ + protected function getPropertyAccessorService() + { + return $this->services['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false); + } + + /** + * Gets the 'request_stack' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\RequestStack A Symfony\Component\HttpFoundation\RequestStack instance + */ + protected function getRequestStackService() + { + return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack(); + } + + /** + * Gets the 'response_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener A Symfony\Component\HttpKernel\EventListener\ResponseListener instance + */ + protected function getResponseListenerService() + { + return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'); + } + + /** + * Gets the 'router' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Routing\Router A Symfony\Bundle\FrameworkBundle\Routing\Router instance + */ + protected function getRouterService() + { + $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, (__DIR__.'/assetic/routing.yml'), array('cache_dir' => __DIR__, 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'yaml'), $this->get('router.request_context', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('monolog.logger.router', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + + $instance->setConfigCacheFactory($this->get('config_cache_factory')); + + return $instance; + } + + /** + * Gets the 'router_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\RouterListener A Symfony\Component\HttpKernel\EventListener\RouterListener instance + */ + protected function getRouterListenerService() + { + return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($this->get('router'), $this->get('request_stack'), $this->get('router.request_context', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'routing.loader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader A Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader instance + */ + protected function getRouting_LoaderService() + { + $a = $this->get('file_locator'); + $b = $this->get('annotation_reader'); + + $c = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader($b); + + $d = new \Symfony\Component\Config\Loader\LoaderResolver(); + $d->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($a)); + $d->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($a)); + $d->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($a)); + $d->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($a)); + $d->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this)); + $d->addLoader($c); + $d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($a, $c)); + $d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($a, $c)); + $d->addLoader(new \Symfony\Bundle\AsseticBundle\Routing\AsseticLoader($this->get('assetic.asset_manager'), array())); + + return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($this->get('controller_name_converter'), $d); + } + + /** + * Gets the 'security.authentication.guard_handler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler A Symfony\Component\Security\Guard\GuardAuthenticatorHandler instance + */ + protected function getSecurity_Authentication_GuardHandlerService() + { + return $this->services['security.authentication.guard_handler'] = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler($this->get('security.token_storage'), $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'security.authentication_utils' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils A Symfony\Component\Security\Http\Authentication\AuthenticationUtils instance + */ + protected function getSecurity_AuthenticationUtilsService() + { + return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils($this->get('request_stack')); + } + + /** + * Gets the 'security.authorization_checker' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker A Symfony\Component\Security\Core\Authorization\AuthorizationChecker instance + */ + protected function getSecurity_AuthorizationCheckerService() + { + return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker($this->get('security.token_storage'), $this->get('security.authentication.manager'), $this->get('debug.security.access.decision_manager'), false); + } + + /** + * Gets the 'security.csrf.token_manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Csrf\CsrfTokenManager A Symfony\Component\Security\Csrf\CsrfTokenManager instance + */ + protected function getSecurity_Csrf_TokenManagerService() + { + return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage($this->get('session'))); + } + + /** + * Gets the 'security.encoder_factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory A Symfony\Component\Security\Core\Encoder\EncoderFactory instance + */ + protected function getSecurity_EncoderFactoryService() + { + return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(array('Symfony\\Component\\Security\\Core\\User\\User' => array('class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder', 'arguments' => array(0 => 13)))); + } + + /** + * Gets the 'security.firewall' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Http\Firewall A Symfony\Component\Security\Http\Firewall instance + */ + protected function getSecurity_FirewallService() + { + return $this->services['security.firewall'] = new \Symfony\Component\Security\Http\Firewall(new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($this, array('security.firewall.map.context.dev' => new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'), 'security.firewall.map.context.main' => NULL)), $this->get('debug.event_dispatcher')); + } + + /** + * Gets the 'security.firewall.map.context.dev' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext A Symfony\Bundle\SecurityBundle\Security\FirewallContext instance + */ + protected function getSecurity_Firewall_Map_Context_DevService() + { + return $this->services['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(), NULL); + } + + /** + * Gets the 'security.firewall.map.context.main' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext A Symfony\Bundle\SecurityBundle\Security\FirewallContext instance + */ + protected function getSecurity_Firewall_Map_Context_MainService() + { + $a = $this->get('monolog.logger.security', ContainerInterface::NULL_ON_INVALID_REFERENCE); + $b = $this->get('security.token_storage'); + $c = $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE); + $d = $this->get('security.authentication.trust_resolver'); + $e = $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE); + $f = $this->get('http_kernel'); + $g = $this->get('security.authentication.manager'); + + $h = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'); + + $i = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'); + + $j = new \Symfony\Component\Security\Http\AccessMap(); + $j->add($h, array(0 => 'IS_AUTHENTICATED_ANONYMOUSLY'), NULL); + $j->add($i, array(0 => 'ROLE_ADMIN'), NULL); + + $k = new \Symfony\Component\Security\Http\HttpUtils($e, $e); + + $l = new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $k, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($k, '/'), array('csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout')); + $l->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler()); + + $m = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($k, array()); + $m->setOptions(array('login_path' => 'login', 'default_target_path' => 'after_login', 'always_use_default_target_path' => true, 'target_path_parameter' => '_target_path', 'use_referer' => false)); + $m->setProviderKey('main'); + + $n = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($f, $k, array(), $a); + $n->setOptions(array('login_path' => 'login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path')); + + return $this->services['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(0 => new \Symfony\Component\Security\Http\Firewall\ChannelListener($j, new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), $a), 1 => new \Symfony\Component\Security\Http\Firewall\ContextListener($b, array(0 => $this->get('security.user.provider.concrete.in_memory')), 'main', $a, $c, $d), 2 => $l, 3 => new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener($b, $g, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $k, 'main', $m, $n, array('check_path' => 'login', 'use_forward' => false, 'require_previous_session' => true, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true), $a, $c, NULL), 4 => new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener($b, '5f06f2639217f6.44930526', $a, $g), 5 => new \Symfony\Component\Security\Http\Firewall\AccessListener($b, $this->get('debug.security.access.decision_manager'), $j, $g)), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, $d, $k, 'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($f, $k, 'login', false), NULL, NULL, $a, false)); + } + + /** + * Gets the 'security.password_encoder' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder A Symfony\Component\Security\Core\Encoder\UserPasswordEncoder instance + */ + protected function getSecurity_PasswordEncoderService() + { + return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder($this->get('security.encoder_factory')); + } + + /** + * Gets the 'security.rememberme.response_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener A Symfony\Component\Security\Http\RememberMe\ResponseListener instance + */ + protected function getSecurity_Rememberme_ResponseListenerService() + { + return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener(); + } + + /** + * Gets the 'security.token_storage' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage A Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage instance + */ + protected function getSecurity_TokenStorageService() + { + return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(); + } + + /** + * Gets the 'security.user_checker.main' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\User\UserChecker A Symfony\Component\Security\Core\User\UserChecker instance + */ + protected function getSecurity_UserChecker_MainService() + { + return $this->services['security.user_checker.main'] = new \Symfony\Component\Security\Core\User\UserChecker(); + } + + /** + * Gets the 'security.validator.user_password' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator A Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator instance + */ + protected function getSecurity_Validator_UserPasswordService() + { + return $this->services['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator($this->get('security.token_storage'), $this->get('security.encoder_factory')); + } + + /** + * Gets the 'sensio_distribution.security_checker' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \SensioLabs\Security\SecurityChecker A SensioLabs\Security\SecurityChecker instance + */ + protected function getSensioDistribution_SecurityCheckerService() + { + return $this->services['sensio_distribution.security_checker'] = new \SensioLabs\Security\SecurityChecker(); + } + + /** + * Gets the 'sensio_distribution.security_checker.command' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \SensioLabs\Security\Command\SecurityCheckerCommand A SensioLabs\Security\Command\SecurityCheckerCommand instance + */ + protected function getSensioDistribution_SecurityChecker_CommandService() + { + return $this->services['sensio_distribution.security_checker.command'] = new \SensioLabs\Security\Command\SecurityCheckerCommand($this->get('sensio_distribution.security_checker')); + } + + /** + * Gets the 'sensio_framework_extra.cache.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener instance + */ + protected function getSensioFrameworkExtra_Cache_ListenerService() + { + return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener(); + } + + /** + * Gets the 'sensio_framework_extra.controller.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener instance + */ + protected function getSensioFrameworkExtra_Controller_ListenerService() + { + return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener($this->get('annotation_reader')); + } + + /** + * Gets the 'sensio_framework_extra.converter.datetime' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter A Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter instance + */ + protected function getSensioFrameworkExtra_Converter_DatetimeService() + { + return $this->services['sensio_framework_extra.converter.datetime'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(); + } + + /** + * Gets the 'sensio_framework_extra.converter.doctrine.orm' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter A Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter instance + */ + protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService() + { + return $this->services['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter($this->get('doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'sensio_framework_extra.converter.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener instance + */ + protected function getSensioFrameworkExtra_Converter_ListenerService() + { + return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($this->get('sensio_framework_extra.converter.manager'), true); + } + + /** + * Gets the 'sensio_framework_extra.converter.manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager A Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager instance + */ + protected function getSensioFrameworkExtra_Converter_ManagerService() + { + $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager(); + + $instance->add($this->get('sensio_framework_extra.converter.doctrine.orm'), 0, 'doctrine.orm'); + $instance->add($this->get('sensio_framework_extra.converter.datetime'), 0, 'datetime'); + + return $instance; + } + + /** + * Gets the 'sensio_framework_extra.security.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener instance + */ + protected function getSensioFrameworkExtra_Security_ListenerService() + { + return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(NULL, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), $this->get('security.authentication.trust_resolver', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('security.role_hierarchy', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'sensio_framework_extra.view.guesser' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser A Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser instance + */ + protected function getSensioFrameworkExtra_View_GuesserService() + { + return $this->services['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser($this->get('kernel')); + } + + /** + * Gets the 'sensio_framework_extra.view.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener instance + */ + protected function getSensioFrameworkExtra_View_ListenerService() + { + return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener($this); + } + + /** + * Gets the 'service_container' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @throws RuntimeException always since this service is expected to be injected dynamically + */ + protected function getServiceContainerService() + { + throw new RuntimeException('You have requested a synthetic service ("service_container"). The DIC does not know how to construct this service.'); + } + + /** + * Gets the 'session' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\Session\Session A Symfony\Component\HttpFoundation\Session\Session instance + */ + protected function getSessionService() + { + return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session($this->get('session.storage.native'), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag()); + } + + /** + * Gets the 'session.handler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler A Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler instance + */ + protected function getSession_HandlerService() + { + return $this->services['session.handler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDirs[3].'/app/../var/sessions/dev')); + } + + /** + * Gets the 'session.save_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener A Symfony\Component\HttpKernel\EventListener\SaveSessionListener instance + */ + protected function getSession_SaveListenerService() + { + return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener(); + } + + /** + * Gets the 'session.storage.filesystem' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage A Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage instance + */ + protected function getSession_Storage_FilesystemService() + { + return $this->services['session.storage.filesystem'] = new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage((__DIR__.'/sessions'), 'MOCKSESSID', $this->get('session.storage.metadata_bag')); + } + + /** + * Gets the 'session.storage.native' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage A Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage instance + */ + protected function getSession_Storage_NativeService() + { + return $this->services['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage(array('cookie_httponly' => true, 'gc_probability' => 1), $this->get('session.handler'), $this->get('session.storage.metadata_bag')); + } + + /** + * Gets the 'session.storage.php_bridge' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage A Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage instance + */ + protected function getSession_Storage_PhpBridgeService() + { + return $this->services['session.storage.php_bridge'] = new \Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage($this->get('session.handler'), $this->get('session.storage.metadata_bag')); + } + + /** + * Gets the 'session_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\EventListener\SessionListener A Symfony\Bundle\FrameworkBundle\EventListener\SessionListener instance + */ + protected function getSessionListenerService() + { + return $this->services['session_listener'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SessionListener($this); + } + + /** + * Gets the 'stof_doctrine_extensions.uploadable.manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager A Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager instance + */ + protected function getStofDoctrineExtensions_Uploadable_ManagerService() + { + $a = new \Gedmo\Uploadable\UploadableListener(new \Stof\DoctrineExtensionsBundle\Uploadable\MimeTypeGuesserAdapter()); + $a->setAnnotationReader($this->get('annotation_reader')); + $a->setDefaultFileInfoClass('Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo'); + + return $this->services['stof_doctrine_extensions.uploadable.manager'] = new \Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager($a, 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo'); + } + + /** + * Gets the 'streamed_response_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener A Symfony\Component\HttpKernel\EventListener\StreamedResponseListener instance + */ + protected function getStreamedResponseListenerService() + { + return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener(); + } + + /** + * Gets the 'swiftmailer.email_sender.listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener A Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener instance + */ + protected function getSwiftmailer_EmailSender_ListenerService() + { + return $this->services['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, $this->get('logger', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'swiftmailer.mailer.default' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Swift_Mailer A Swift_Mailer instance + */ + protected function getSwiftmailer_Mailer_DefaultService() + { + return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer($this->get('swiftmailer.mailer.default.transport')); + } + + /** + * Gets the 'swiftmailer.mailer.default.plugin.messagelogger' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Swift_Plugins_MessageLogger A Swift_Plugins_MessageLogger instance + */ + protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService() + { + return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger(); + } + + /** + * Gets the 'swiftmailer.mailer.default.spool' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Swift_MemorySpool A Swift_MemorySpool instance + */ + protected function getSwiftmailer_Mailer_Default_SpoolService() + { + return $this->services['swiftmailer.mailer.default.spool'] = new \Swift_MemorySpool(); + } + + /** + * Gets the 'swiftmailer.mailer.default.transport' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Swift_Transport_SpoolTransport A Swift_Transport_SpoolTransport instance + */ + protected function getSwiftmailer_Mailer_Default_TransportService() + { + $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_SpoolTransport($this->get('swiftmailer.mailer.default.transport.eventdispatcher'), $this->get('swiftmailer.mailer.default.spool')); + + $instance->registerPlugin($this->get('swiftmailer.mailer.default.plugin.messagelogger')); + + return $instance; + } + + /** + * Gets the 'swiftmailer.mailer.default.transport.real' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Swift_Transport_EsmtpTransport A Swift_Transport_EsmtpTransport instance + */ + protected function getSwiftmailer_Mailer_Default_Transport_RealService() + { + $a = new \Swift_Transport_Esmtp_AuthHandler(array(0 => new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), 1 => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), 2 => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator())); + $a->setUsername('m0479305'); + $a->setPassword('m4CowydxoC4dY2DB'); + $a->setAuthMode('login'); + + $this->services['swiftmailer.mailer.default.transport.real'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), array(0 => $a), $this->get('swiftmailer.mailer.default.transport.eventdispatcher')); + + $instance->setHost('w00df904.kasserver.com'); + $instance->setPort(587); + $instance->setEncryption(NULL); + $instance->setTimeout(30); + $instance->setSourceIp(NULL); + (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, $this->get('router.request_context', ContainerInterface::NULL_ON_INVALID_REFERENCE)))->configure($instance); + + return $instance; + } + + /** + * Gets the 'templating' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\TwigBundle\TwigEngine A Symfony\Bundle\TwigBundle\TwigEngine instance + */ + protected function getTemplatingService() + { + return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($this->get('twig'), $this->get('templating.name_parser'), $this->get('templating.locator')); + } + + /** + * Gets the 'templating.filename_parser' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser A Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser instance + */ + protected function getTemplating_FilenameParserService() + { + return $this->services['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(); + } + + /** + * Gets the 'templating.helper.logout_url' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper A Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper instance + */ + protected function getTemplating_Helper_LogoutUrlService() + { + return $this->services['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper($this->get('security.logout_url_generator')); + } + + /** + * Gets the 'templating.helper.security' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper A Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper instance + */ + protected function getTemplating_Helper_SecurityService() + { + return $this->services['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper($this->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'templating.loader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader A Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader instance + */ + protected function getTemplating_LoaderService() + { + return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader($this->get('templating.locator')); + } + + /** + * Gets the 'templating.name_parser' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser A Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser instance + */ + protected function getTemplating_NameParserService() + { + return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser($this->get('kernel')); + } + + /** + * Gets the 'translation.dumper.csv' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\CsvFileDumper A Symfony\Component\Translation\Dumper\CsvFileDumper instance + */ + protected function getTranslation_Dumper_CsvService() + { + return $this->services['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper(); + } + + /** + * Gets the 'translation.dumper.ini' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\IniFileDumper A Symfony\Component\Translation\Dumper\IniFileDumper instance + */ + protected function getTranslation_Dumper_IniService() + { + return $this->services['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper(); + } + + /** + * Gets the 'translation.dumper.json' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\JsonFileDumper A Symfony\Component\Translation\Dumper\JsonFileDumper instance + */ + protected function getTranslation_Dumper_JsonService() + { + return $this->services['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper(); + } + + /** + * Gets the 'translation.dumper.mo' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\MoFileDumper A Symfony\Component\Translation\Dumper\MoFileDumper instance + */ + protected function getTranslation_Dumper_MoService() + { + return $this->services['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper(); + } + + /** + * Gets the 'translation.dumper.php' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\PhpFileDumper A Symfony\Component\Translation\Dumper\PhpFileDumper instance + */ + protected function getTranslation_Dumper_PhpService() + { + return $this->services['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper(); + } + + /** + * Gets the 'translation.dumper.po' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\PoFileDumper A Symfony\Component\Translation\Dumper\PoFileDumper instance + */ + protected function getTranslation_Dumper_PoService() + { + return $this->services['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper(); + } + + /** + * Gets the 'translation.dumper.qt' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\QtFileDumper A Symfony\Component\Translation\Dumper\QtFileDumper instance + */ + protected function getTranslation_Dumper_QtService() + { + return $this->services['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper(); + } + + /** + * Gets the 'translation.dumper.res' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper A Symfony\Component\Translation\Dumper\IcuResFileDumper instance + */ + protected function getTranslation_Dumper_ResService() + { + return $this->services['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper(); + } + + /** + * Gets the 'translation.dumper.xliff' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\XliffFileDumper A Symfony\Component\Translation\Dumper\XliffFileDumper instance + */ + protected function getTranslation_Dumper_XliffService() + { + return $this->services['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper(); + } + + /** + * Gets the 'translation.dumper.yml' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Dumper\YamlFileDumper A Symfony\Component\Translation\Dumper\YamlFileDumper instance + */ + protected function getTranslation_Dumper_YmlService() + { + return $this->services['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper(); + } + + /** + * Gets the 'translation.extractor' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Extractor\ChainExtractor A Symfony\Component\Translation\Extractor\ChainExtractor instance + */ + protected function getTranslation_ExtractorService() + { + $this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor(); + + $instance->addExtractor('php', $this->get('translation.extractor.php')); + $instance->addExtractor('twig', $this->get('twig.translation.extractor')); + + return $instance; + } + + /** + * Gets the 'translation.extractor.php' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor A Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor instance + */ + protected function getTranslation_Extractor_PhpService() + { + return $this->services['translation.extractor.php'] = new \Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor(); + } + + /** + * Gets the 'translation.loader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader A Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader instance + */ + protected function getTranslation_LoaderService() + { + $a = $this->get('translation.loader.xliff'); + + $this->services['translation.loader'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader(); + + $instance->addLoader('php', $this->get('translation.loader.php')); + $instance->addLoader('yml', $this->get('translation.loader.yml')); + $instance->addLoader('xlf', $a); + $instance->addLoader('xliff', $a); + $instance->addLoader('po', $this->get('translation.loader.po')); + $instance->addLoader('mo', $this->get('translation.loader.mo')); + $instance->addLoader('ts', $this->get('translation.loader.qt')); + $instance->addLoader('csv', $this->get('translation.loader.csv')); + $instance->addLoader('res', $this->get('translation.loader.res')); + $instance->addLoader('dat', $this->get('translation.loader.dat')); + $instance->addLoader('ini', $this->get('translation.loader.ini')); + $instance->addLoader('json', $this->get('translation.loader.json')); + + return $instance; + } + + /** + * Gets the 'translation.loader.csv' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\CsvFileLoader A Symfony\Component\Translation\Loader\CsvFileLoader instance + */ + protected function getTranslation_Loader_CsvService() + { + return $this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader(); + } + + /** + * Gets the 'translation.loader.dat' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader A Symfony\Component\Translation\Loader\IcuDatFileLoader instance + */ + protected function getTranslation_Loader_DatService() + { + return $this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader(); + } + + /** + * Gets the 'translation.loader.ini' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\IniFileLoader A Symfony\Component\Translation\Loader\IniFileLoader instance + */ + protected function getTranslation_Loader_IniService() + { + return $this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader(); + } + + /** + * Gets the 'translation.loader.json' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\JsonFileLoader A Symfony\Component\Translation\Loader\JsonFileLoader instance + */ + protected function getTranslation_Loader_JsonService() + { + return $this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader(); + } + + /** + * Gets the 'translation.loader.mo' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\MoFileLoader A Symfony\Component\Translation\Loader\MoFileLoader instance + */ + protected function getTranslation_Loader_MoService() + { + return $this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader(); + } + + /** + * Gets the 'translation.loader.php' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\PhpFileLoader A Symfony\Component\Translation\Loader\PhpFileLoader instance + */ + protected function getTranslation_Loader_PhpService() + { + return $this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader(); + } + + /** + * Gets the 'translation.loader.po' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\PoFileLoader A Symfony\Component\Translation\Loader\PoFileLoader instance + */ + protected function getTranslation_Loader_PoService() + { + return $this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader(); + } + + /** + * Gets the 'translation.loader.qt' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\QtFileLoader A Symfony\Component\Translation\Loader\QtFileLoader instance + */ + protected function getTranslation_Loader_QtService() + { + return $this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader(); + } + + /** + * Gets the 'translation.loader.res' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\IcuResFileLoader A Symfony\Component\Translation\Loader\IcuResFileLoader instance + */ + protected function getTranslation_Loader_ResService() + { + return $this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader(); + } + + /** + * Gets the 'translation.loader.xliff' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\XliffFileLoader A Symfony\Component\Translation\Loader\XliffFileLoader instance + */ + protected function getTranslation_Loader_XliffService() + { + return $this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader(); + } + + /** + * Gets the 'translation.loader.yml' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Loader\YamlFileLoader A Symfony\Component\Translation\Loader\YamlFileLoader instance + */ + protected function getTranslation_Loader_YmlService() + { + return $this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader(); + } + + /** + * Gets the 'translation.writer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\Writer\TranslationWriter A Symfony\Component\Translation\Writer\TranslationWriter instance + */ + protected function getTranslation_WriterService() + { + $this->services['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter(); + + $instance->addDumper('php', $this->get('translation.dumper.php')); + $instance->addDumper('xlf', $this->get('translation.dumper.xliff')); + $instance->addDumper('po', $this->get('translation.dumper.po')); + $instance->addDumper('mo', $this->get('translation.dumper.mo')); + $instance->addDumper('yml', $this->get('translation.dumper.yml')); + $instance->addDumper('ts', $this->get('translation.dumper.qt')); + $instance->addDumper('csv', $this->get('translation.dumper.csv')); + $instance->addDumper('ini', $this->get('translation.dumper.ini')); + $instance->addDumper('json', $this->get('translation.dumper.json')); + $instance->addDumper('res', $this->get('translation.dumper.res')); + + return $instance; + } + + /** + * Gets the 'translator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Translation\DataCollectorTranslator A Symfony\Component\Translation\DataCollectorTranslator instance + */ + protected function getTranslatorService() + { + return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator($this->get('translator.default'), $this->get('monolog.logger.translation'))); + } + + /** + * Gets the 'translator.default' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator A Symfony\Bundle\FrameworkBundle\Translation\Translator instance + */ + protected function getTranslator_DefaultService() + { + $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator($this, new \Symfony\Component\Translation\MessageSelector(), array('translation.loader.php' => array(0 => 'php'), 'translation.loader.yml' => array(0 => 'yml'), 'translation.loader.xliff' => array(0 => 'xlf', 1 => 'xliff'), 'translation.loader.po' => array(0 => 'po'), 'translation.loader.mo' => array(0 => 'mo'), 'translation.loader.qt' => array(0 => 'ts'), 'translation.loader.csv' => array(0 => 'csv'), 'translation.loader.res' => array(0 => 'res'), 'translation.loader.dat' => array(0 => 'dat'), 'translation.loader.ini' => array(0 => 'ini'), 'translation.loader.json' => array(0 => 'json')), array('cache_dir' => (__DIR__.'/translations'), 'debug' => true, 'resource_files' => array('mn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf')), 'az' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')), 'cs' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf')), 'uk' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf')), 'sr_Latn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf')), 'bg' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf')), 'th' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf')), 'ca' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf')), 'sk' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf')), 'ro' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf')), 'pt_BR' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf')), 'id' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf')), 'hu' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf')), 'fi' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf')), 'da' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf')), 'gl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf')), 'es' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf')), 'it' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf')), 'sl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf')), 'de' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf')), 'et' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf')), 'pt' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf')), 'eu' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf')), 'hr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf')), 'he' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf')), 'zh_CN' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf')), 'en' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf')), 'ja' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf')), 'el' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf')), 'sv' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf')), 'pl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf')), 'fa' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf')), 'hy' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf')), 'fr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf')), 'zh_TW' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf')), 'sr_Cyrl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')), 'sq' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf')), 'ru' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf')), 'lt' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf')), 'tr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf')), 'ar' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf')), 'lb' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf')), 'cy' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf')), 'af' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf')), 'lv' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf')), 'nl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf')), 'nn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf')), 'vi' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf')), 'no' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf')), 'pt_PT' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf')), 'ua' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf')))), array()); + + $instance->setConfigCacheFactory($this->get('config_cache_factory')); + $instance->setFallbackLocales(array(0 => 'de_DE', 1 => 'en')); + + return $instance; + } + + /** + * Gets the 'translator_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener A Symfony\Component\HttpKernel\EventListener\TranslatorListener instance + */ + protected function getTranslatorListenerService() + { + return $this->services['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener($this->get('translator'), $this->get('request_stack')); + } + + /** + * Gets the 'twig' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Twig_Environment A Twig_Environment instance + */ + protected function getTwigService() + { + $a = $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE); + $b = $this->get('request_stack'); + + $c = new \Symfony\Bridge\Twig\AppVariable(); + $c->setEnvironment('dev'); + $c->setDebug(true); + if ($this->has('security.token_storage')) { + $c->setTokenStorage($this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + if ($this->has('request_stack')) { + $c->setRequestStack($b); + } + + $this->services['twig'] = $instance = new \Twig_Environment($this->get('twig.loader'), array('debug' => true, 'strict_variables' => true, 'date' => array('format' => 'd.m.Y', 'interval_format' => '%d Tage', 'timezone' => NULL), 'number_format' => array('decimal_point' => ',', 'thousands_separator' => '.', 'decimals' => 0), 'exception_controller' => 'twig.controller.exception:showAction', 'form_themes' => array(0 => 'form_div_layout.html.twig'), 'autoescape' => 'name', 'cache' => (__DIR__.'/twig'), 'charset' => 'UTF-8', 'paths' => array())); + + $instance->addExtension($this->get('app.twig_extension')); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($this->get('security.logout_url_generator'))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($this->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension($this->get('twig.profile'), $a)); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($this->get('translator'))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($this->get('assets.packages'))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension(NULL, ($this->targetDirs[3].'/app'), 'UTF-8')); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($this->get('router'))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension()); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true)); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension()); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension($this->get('fragment.handler'))); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($b, $this->get('router.request_context', ContainerInterface::NULL_ON_INVALID_REFERENCE))); + $instance->addExtension(new \Twig_Extension_Debug()); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(new \Symfony\Bridge\Twig\Form\TwigRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine(array(0 => 'form_div_layout.html.twig')), $this->get('security.csrf.token_manager', ContainerInterface::NULL_ON_INVALID_REFERENCE)))); + $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension()); + $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension($this->get('assetic.asset_factory'), $this->get('templating.name_parser'), true, array(), array(0 => 'FrameworkBundle', 1 => 'SecurityBundle', 2 => 'TwigBundle', 3 => 'MonologBundle', 4 => 'SwiftmailerBundle', 5 => 'DoctrineBundle', 6 => 'SensioFrameworkExtraBundle', 7 => 'AsseticBundle', 8 => 'StofDoctrineExtensionsBundle', 9 => 'AppBundle', 10 => 'WhiteOctoberTCPDFBundle', 11 => 'GregwarImageBundle', 12 => 'DebugBundle', 13 => 'WebProfilerBundle', 14 => 'SensioDistributionBundle', 15 => 'SensioGeneratorBundle', 16 => 'DoctrineMigrationsBundle'), new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this))); + $instance->addExtension($this->get('twig.extension.image')); + $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($this->get('var_dumper.cloner'))); + $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension()); + $instance->addGlobal('app', $c); + (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('d.m.Y', '%d Tage', NULL, 0, ',', '.'))->configure($instance); + + return $instance; + } + + /** + * Gets the 'twig.controller.exception' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController A Symfony\Bundle\TwigBundle\Controller\ExceptionController instance + */ + protected function getTwig_Controller_ExceptionService() + { + return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController($this->get('twig'), true); + } + + /** + * Gets the 'twig.controller.preview_error' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController A Symfony\Bundle\TwigBundle\Controller\PreviewErrorController instance + */ + protected function getTwig_Controller_PreviewErrorService() + { + return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController($this->get('http_kernel'), 'twig.controller.exception:showAction'); + } + + /** + * Gets the 'twig.exception_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener A Symfony\Component\HttpKernel\EventListener\ExceptionListener instance + */ + protected function getTwig_ExceptionListenerService() + { + return $this->services['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception:showAction', $this->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'twig.extension.image' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Gregwar\ImageBundle\Extensions\ImageTwig A Gregwar\ImageBundle\Extensions\ImageTwig instance + */ + protected function getTwig_Extension_ImageService() + { + return $this->services['twig.extension.image'] = new \Gregwar\ImageBundle\Extensions\ImageTwig($this->get('image.handling'), ($this->targetDirs[3].'/app/../web')); + } + + /** + * Gets the 'twig.loader' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance + */ + protected function getTwig_LoaderService() + { + $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser')); + + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework'); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security'); + $instance->addPath(($this->targetDirs[3].'/app/Resources/TwigBundle/views'), 'Twig'); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig'); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer'); + $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine'); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug'); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler'); + $instance->addPath(($this->targetDirs[3].'/app/Resources/views')); + $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form')); + + return $instance; + } + + /** + * Gets the 'twig.profile' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Twig_Profiler_Profile A Twig_Profiler_Profile instance + */ + protected function getTwig_ProfileService() + { + return $this->services['twig.profile'] = new \Twig_Profiler_Profile(); + } + + /** + * Gets the 'twig.translation.extractor' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bridge\Twig\Translation\TwigExtractor A Symfony\Bridge\Twig\Translation\TwigExtractor instance + */ + protected function getTwig_Translation_ExtractorService() + { + return $this->services['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor($this->get('twig')); + } + + /** + * Gets the 'uri_signer' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\UriSigner A Symfony\Component\HttpKernel\UriSigner instance + */ + protected function getUriSignerService() + { + return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ce1f6c5ca9688d7e0c534fac8126f839'); + } + + /** + * Gets the 'validate_request_listener' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener A Symfony\Component\HttpKernel\EventListener\ValidateRequestListener instance + */ + protected function getValidateRequestListenerService() + { + return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener(); + } + + /** + * Gets the 'validator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Validator\Validator\ValidatorInterface A Symfony\Component\Validator\Validator\ValidatorInterface instance + */ + protected function getValidatorService() + { + return $this->services['validator'] = $this->get('validator.builder')->getValidator(); + } + + /** + * Gets the 'validator.builder' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Validator\ValidatorBuilderInterface A Symfony\Component\Validator\ValidatorBuilderInterface instance + */ + protected function getValidator_BuilderService() + { + $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder(); + + $instance->setConstraintValidatorFactory(new \Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory($this, array('validator.expression' => 'validator.expression', 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => 'validator.expression', 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => 'validator.email', 'security.validator.user_password' => 'security.validator.user_password', 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => 'security.validator.user_password', 'doctrine.orm.validator.unique' => 'doctrine.orm.validator.unique', 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => 'doctrine.orm.validator.unique'))); + $instance->setTranslator($this->get('translator')); + $instance->setTranslationDomain('validators'); + $instance->addXmlMappings(array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml'))); + $instance->enableAnnotationMapping($this->get('annotation_reader')); + $instance->addMethodMapping('loadValidatorMetadata'); + $instance->addObjectInitializers(array(0 => $this->get('doctrine.orm.validator_initializer'))); + + return $instance; + } + + /** + * Gets the 'validator.email' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Validator\Constraints\EmailValidator A Symfony\Component\Validator\Constraints\EmailValidator instance + */ + protected function getValidator_EmailService() + { + return $this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false); + } + + /** + * Gets the 'validator.expression' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\Validator\Constraints\ExpressionValidator A Symfony\Component\Validator\Constraints\ExpressionValidator instance + */ + protected function getValidator_ExpressionService() + { + return $this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(); + } + + /** + * Gets the 'var_dumper.cli_dumper' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\VarDumper\Dumper\CliDumper A Symfony\Component\VarDumper\Dumper\CliDumper instance + */ + protected function getVarDumper_CliDumperService() + { + return $this->services['var_dumper.cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8'); + } + + /** + * Gets the 'var_dumper.cloner' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Component\VarDumper\Cloner\VarCloner A Symfony\Component\VarDumper\Cloner\VarCloner instance + */ + protected function getVarDumper_ClonerService() + { + $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner(); + + $instance->setMaxItems(2500); + $instance->setMaxString(-1); + + return $instance; + } + + /** + * Gets the 'web_profiler.controller.exception' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController A Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController instance + */ + protected function getWebProfiler_Controller_ExceptionService() + { + return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController($this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('twig'), true); + } + + /** + * Gets the 'web_profiler.controller.profiler' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController A Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController instance + */ + protected function getWebProfiler_Controller_ProfilerService() + { + return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController($this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('twig'), array('data_collector.request' => array(0 => 'request', 1 => '@WebProfiler/Collector/request.html.twig'), 'data_collector.time' => array(0 => 'time', 1 => '@WebProfiler/Collector/time.html.twig'), 'data_collector.memory' => array(0 => 'memory', 1 => '@WebProfiler/Collector/memory.html.twig'), 'data_collector.ajax' => array(0 => 'ajax', 1 => '@WebProfiler/Collector/ajax.html.twig'), 'data_collector.form' => array(0 => 'form', 1 => '@WebProfiler/Collector/form.html.twig'), 'data_collector.exception' => array(0 => 'exception', 1 => '@WebProfiler/Collector/exception.html.twig'), 'data_collector.logger' => array(0 => 'logger', 1 => '@WebProfiler/Collector/logger.html.twig'), 'data_collector.events' => array(0 => 'events', 1 => '@WebProfiler/Collector/events.html.twig'), 'data_collector.router' => array(0 => 'router', 1 => '@WebProfiler/Collector/router.html.twig'), 'data_collector.translation' => array(0 => 'translation', 1 => '@WebProfiler/Collector/translation.html.twig'), 'data_collector.security' => array(0 => 'security', 1 => '@Security/Collector/security.html.twig'), 'data_collector.twig' => array(0 => 'twig', 1 => '@WebProfiler/Collector/twig.html.twig'), 'data_collector.doctrine' => array(0 => 'db', 1 => '@Doctrine/Collector/db.html.twig'), 'swiftmailer.data_collector' => array(0 => 'swiftmailer', 1 => '@Swiftmailer/Collector/swiftmailer.html.twig'), 'data_collector.dump' => array(0 => 'dump', 1 => '@Debug/Profiler/dump.html.twig'), 'data_collector.config' => array(0 => 'config', 1 => '@WebProfiler/Collector/config.html.twig')), 'bottom'); + } + + /** + * Gets the 'web_profiler.controller.router' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController A Symfony\Bundle\WebProfilerBundle\Controller\RouterController instance + */ + protected function getWebProfiler_Controller_RouterService() + { + return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController($this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('twig'), $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + } + + /** + * Gets the 'web_profiler.debug_toolbar' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener A Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener instance + */ + protected function getWebProfiler_DebugToolbarService() + { + return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($this->get('twig'), false, 2, 'bottom', $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE), '^/(app(_[\\w]+)?\\.php/)?_wdt'); + } + + /** + * Gets the 'white_october.tcpdf' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * @return \WhiteOctober\TCPDFBundle\Controller\TCPDFController A WhiteOctober\TCPDFBundle\Controller\TCPDFController instance + */ + protected function getWhiteOctober_TcpdfService() + { + require_once ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/tcpdf.php'); + + return $this->services['white_october.tcpdf'] = new \WhiteOctober\TCPDFBundle\Controller\TCPDFController('AppBundle\\Pdf'); + } + + /** + * Gets the 'assetic.asset_factory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Bundle\AsseticBundle\Factory\AssetFactory A Symfony\Bundle\AsseticBundle\Factory\AssetFactory instance + */ + protected function getAssetic_AssetFactoryService() + { + $this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory($this->get('kernel'), $this, $this->getParameterBag(), ($this->targetDirs[3].'/app/../web'), true); + + $instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker()); + + return $instance; + } + + /** + * Gets the 'controller_name_converter' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser A Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser instance + */ + protected function getControllerNameConverterService() + { + return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser($this->get('kernel')); + } + + /** + * Gets the 'debug.security.access.decision_manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager A Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager instance + */ + protected function getDebug_Security_Access_DecisionManagerService() + { + $a = $this->get('security.authentication.trust_resolver'); + + $this->services['debug.security.access.decision_manager'] = $instance = new \Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(array(), 'affirmative', false, true)); + + $instance->setVoters(array(0 => new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), 1 => new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(), $a, $this->get('security.role_hierarchy', ContainerInterface::NULL_ON_INVALID_REFERENCE)), 2 => new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter($a))); + + return $instance; + } + + /** + * Gets the 'doctrine.dbal.logger.profiling.default' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Doctrine\DBAL\Logging\DebugStack A Doctrine\DBAL\Logging\DebugStack instance + */ + protected function getDoctrine_Dbal_Logger_Profiling_DefaultService() + { + return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack(); + } + + /** + * Gets the 'form.server_params' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Form\Util\ServerParams A Symfony\Component\Form\Util\ServerParams instance + */ + protected function getForm_ServerParamsService() + { + return $this->services['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams($this->get('request_stack')); + } + + /** + * Gets the 'monolog.processor.psr_log_message' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Monolog\Processor\PsrLogMessageProcessor A Monolog\Processor\PsrLogMessageProcessor instance + */ + protected function getMonolog_Processor_PsrLogMessageService() + { + return $this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor(); + } + + /** + * Gets the 'router.request_context' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Routing\RequestContext A Symfony\Component\Routing\RequestContext instance + */ + protected function getRouter_RequestContextService() + { + return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443); + } + + /** + * Gets the 'security.authentication.manager' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager A Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager instance + */ + protected function getSecurity_Authentication_ManagerService() + { + $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(array(0 => new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider($this->get('security.user.provider.concrete.in_memory'), $this->get('security.user_checker.main'), 'main', $this->get('security.encoder_factory'), true), 1 => new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider('5f06f2639217f6.44930526')), true); + + $instance->setEventDispatcher($this->get('debug.event_dispatcher')); + + return $instance; + } + + /** + * Gets the 'security.authentication.trust_resolver' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver A Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver instance + */ + protected function getSecurity_Authentication_TrustResolverService() + { + return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'); + } + + /** + * Gets the 'security.logout_url_generator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator A Symfony\Component\Security\Http\Logout\LogoutUrlGenerator instance + */ + protected function getSecurity_LogoutUrlGeneratorService() + { + $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator($this->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)); + + $instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL); + + return $instance; + } + + /** + * Gets the 'security.role_hierarchy' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Core\Role\RoleHierarchy A Symfony\Component\Security\Core\Role\RoleHierarchy instance + */ + protected function getSecurity_RoleHierarchyService() + { + return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy(array()); + } + + /** + * Gets the 'security.user.provider.concrete.in_memory' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider A Symfony\Component\Security\Core\User\InMemoryUserProvider instance + */ + protected function getSecurity_User_Provider_Concrete_InMemoryService() + { + $this->services['security.user.provider.concrete.in_memory'] = $instance = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(); + + $instance->createUser(new \Symfony\Component\Security\Core\User\User('bstar', '$2y$13$./cas5fxa2yto6Q2or0TZ.zwwisoFWWP6MgrCQbO7ljUtynaCalAi', array(0 => 'ROLE_ADMIN'))); + + return $instance; + } + + /** + * Gets the 'session.storage.metadata_bag' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag A Symfony\Component\HttpFoundation\Session\Storage\MetadataBag instance + */ + protected function getSession_Storage_MetadataBagService() + { + return $this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', '0'); + } + + /** + * Gets the 'swiftmailer.mailer.default.transport.eventdispatcher' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Swift_Events_SimpleEventDispatcher A Swift_Events_SimpleEventDispatcher instance + */ + protected function getSwiftmailer_Mailer_Default_Transport_EventdispatcherService() + { + return $this->services['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher(); + } + + /** + * Gets the 'templating.locator' service. + * + * This service is shared. + * This method always returns the same instance of the service. + * + * This service is private. + * If you want to be able to request this service from the container directly, + * make it public, otherwise you might end up with broken code. + * + * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator A Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator instance + */ + protected function getTemplating_LocatorService() + { + return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator($this->get('file_locator'), __DIR__); + } + + /** + * {@inheritdoc} + */ + public function getParameter($name) + { + $name = strtolower($name); + + if (!(isset($this->parameters[$name]) || array_key_exists($name, $this->parameters))) { + throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name)); + } + + return $this->parameters[$name]; + } + + /** + * {@inheritdoc} + */ + public function hasParameter($name) + { + $name = strtolower($name); + + return isset($this->parameters[$name]) || array_key_exists($name, $this->parameters); + } + + /** + * {@inheritdoc} + */ + public function setParameter($name, $value) + { + throw new LogicException('Impossible to call set() on a frozen ParameterBag.'); + } + + /** + * {@inheritdoc} + */ + public function getParameterBag() + { + if (null === $this->parameterBag) { + $this->parameterBag = new FrozenParameterBag($this->parameters); + } + + return $this->parameterBag; + } + + /** + * Gets the default parameters. + * + * @return array An array of the default parameters + */ + protected function getDefaultParameters() + { + return array( + 'kernel.root_dir' => ($this->targetDirs[3].'/app'), + 'kernel.environment' => 'dev', + 'kernel.debug' => true, + 'kernel.name' => 'app', + 'kernel.cache_dir' => __DIR__, + 'kernel.logs_dir' => ($this->targetDirs[2].'/logs'), + 'kernel.bundles' => array( + 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', + 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', + 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', + 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle', + 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle', + 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', + 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle', + 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle', + 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle', + 'AppBundle' => 'AppBundle\\AppBundle', + 'WhiteOctoberTCPDFBundle' => 'WhiteOctober\\TCPDFBundle\\WhiteOctoberTCPDFBundle', + 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle', + 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle', + 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle', + 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle', + 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle', + 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle', + ), + 'kernel.bundles_metadata' => array( + 'FrameworkBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'), + 'namespace' => 'Symfony\\Bundle\\FrameworkBundle', + ), + 'SecurityBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'), + 'namespace' => 'Symfony\\Bundle\\SecurityBundle', + ), + 'TwigBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'), + 'namespace' => 'Symfony\\Bundle\\TwigBundle', + ), + 'MonologBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'), + 'namespace' => 'Symfony\\Bundle\\MonologBundle', + ), + 'SwiftmailerBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'), + 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle', + ), + 'DoctrineBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'), + 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle', + ), + 'SensioFrameworkExtraBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'), + 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle', + ), + 'AsseticBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/assetic-bundle'), + 'namespace' => 'Symfony\\Bundle\\AsseticBundle', + ), + 'StofDoctrineExtensionsBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'), + 'namespace' => 'Stof\\DoctrineExtensionsBundle', + ), + 'AppBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/src/AppBundle'), + 'namespace' => 'AppBundle', + ), + 'WhiteOctoberTCPDFBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/whiteoctober/tcpdf-bundle'), + 'namespace' => 'WhiteOctober\\TCPDFBundle', + ), + 'GregwarImageBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/gregwar/image-bundle'), + 'namespace' => 'Gregwar\\ImageBundle', + ), + 'DebugBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'), + 'namespace' => 'Symfony\\Bundle\\DebugBundle', + ), + 'WebProfilerBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'), + 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle', + ), + 'SensioDistributionBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'), + 'namespace' => 'Sensio\\Bundle\\DistributionBundle', + ), + 'SensioGeneratorBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'), + 'namespace' => 'Sensio\\Bundle\\GeneratorBundle', + ), + 'DoctrineMigrationsBundle' => array( + 'parent' => NULL, + 'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'), + 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle', + ), + ), + 'kernel.charset' => 'UTF-8', + 'kernel.container_class' => 'appDevDebugProjectContainer', + 'database_host' => '192.168.1.8', + 'database_port' => 3306, + 'database_name' => 'relaunch1', + 'database_user' => 'kadmin', + 'database_password' => 'KT32vQ7ix', + 'mailer_transport' => 'smtp', + 'mailer_host' => 'w00df904.kasserver.com', + 'mailer_user' => 'm0479305', + 'mailer_password' => 'm4CowydxoC4dY2DB', + 'secret' => 'ce1f6c5ca9688d7e0c534fac8126f839', + 'st_cache_driver' => 'array', + 'locale' => 'de_DE', + 'base_url' => 'http://sterntours.test', + 'tripodo_host' => NULL, + 'tripodo_user' => NULL, + 'tripodo_pass' => NULL, + 'image_upload_directory' => ($this->targetDirs[3].'/app/../web/_uploads/images'), + 'fragment.renderer.hinclude.global_template' => NULL, + 'fragment.path' => '/_fragment', + 'kernel.secret' => 'ce1f6c5ca9688d7e0c534fac8126f839', + 'kernel.http_method_override' => true, + 'kernel.trusted_hosts' => array( + + ), + 'kernel.trusted_proxies' => array( + + ), + 'kernel.default_locale' => 'de_DE', + 'session.metadata.storage_key' => '_sf2_meta', + 'session.storage.options' => array( + 'cookie_httponly' => true, + 'gc_probability' => 1, + ), + 'session.save_path' => ($this->targetDirs[3].'/app/../var/sessions/dev'), + 'session.metadata.update_threshold' => '0', + 'form.type_extension.csrf.enabled' => true, + 'form.type_extension.csrf.field_name' => '_token', + 'templating.helper.code.file_link_format' => NULL, + 'templating.loader.cache.path' => NULL, + 'templating.engines' => array( + 0 => 'twig', + ), + 'validator.mapping.cache.prefix' => '', + 'validator.translation_domain' => 'validators', + 'translator.logging' => true, + 'profiler_listener.only_exceptions' => false, + 'profiler_listener.only_master_requests' => false, + 'profiler.storage.dsn' => ('file:'.__DIR__.'/profiler'), + 'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', + 'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', + 'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', + 'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', + 'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', + 'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', + 'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher', + 'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator', + 'router.request_context.host' => 'localhost', + 'router.request_context.scheme' => 'http', + 'router.request_context.base_url' => '', + 'router.resource' => (__DIR__.'/assetic/routing.yml'), + 'router.cache_class_prefix' => 'appDevDebugProjectContainer', + 'request_listener.http_port' => 80, + 'request_listener.https_port' => 443, + 'debug.error_handler.throw_at' => -1, + 'debug.container.dump' => (__DIR__.'/appDevDebugProjectContainer.xml'), + 'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', + 'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken', + 'security.role_hierarchy.roles' => array( + + ), + 'security.access.denied_url' => NULL, + 'security.authentication.manager.erase_credentials' => true, + 'security.authentication.session_strategy.strategy' => 'migrate', + 'security.access.always_authenticate_before_granting' => false, + 'security.authentication.hide_user_not_found' => true, + 'twig.exception_listener.controller' => 'twig.controller.exception:showAction', + 'twig.form.resources' => array( + 0 => 'form_div_layout.html.twig', + ), + 'monolog.logger.class' => 'Symfony\\Bridge\\Monolog\\Logger', + 'monolog.gelf.publisher.class' => 'Gelf\\MessagePublisher', + 'monolog.gelfphp.publisher.class' => 'Gelf\\Publisher', + 'monolog.handler.stream.class' => 'Monolog\\Handler\\StreamHandler', + 'monolog.handler.console.class' => 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler', + 'monolog.handler.group.class' => 'Monolog\\Handler\\GroupHandler', + 'monolog.handler.buffer.class' => 'Monolog\\Handler\\BufferHandler', + 'monolog.handler.deduplication.class' => 'Monolog\\Handler\\DeduplicationHandler', + 'monolog.handler.rotating_file.class' => 'Monolog\\Handler\\RotatingFileHandler', + 'monolog.handler.syslog.class' => 'Monolog\\Handler\\SyslogHandler', + 'monolog.handler.syslogudp.class' => 'Monolog\\Handler\\SyslogUdpHandler', + 'monolog.handler.null.class' => 'Monolog\\Handler\\NullHandler', + 'monolog.handler.test.class' => 'Monolog\\Handler\\TestHandler', + 'monolog.handler.gelf.class' => 'Monolog\\Handler\\GelfHandler', + 'monolog.handler.rollbar.class' => 'Monolog\\Handler\\RollbarHandler', + 'monolog.handler.flowdock.class' => 'Monolog\\Handler\\FlowdockHandler', + 'monolog.handler.browser_console.class' => 'Monolog\\Handler\\BrowserConsoleHandler', + 'monolog.handler.firephp.class' => 'Symfony\\Bridge\\Monolog\\Handler\\FirePHPHandler', + 'monolog.handler.chromephp.class' => 'Symfony\\Bridge\\Monolog\\Handler\\ChromePhpHandler', + 'monolog.handler.debug.class' => 'Symfony\\Bridge\\Monolog\\Handler\\DebugHandler', + 'monolog.handler.swift_mailer.class' => 'Symfony\\Bridge\\Monolog\\Handler\\SwiftMailerHandler', + 'monolog.handler.native_mailer.class' => 'Monolog\\Handler\\NativeMailerHandler', + 'monolog.handler.socket.class' => 'Monolog\\Handler\\SocketHandler', + 'monolog.handler.pushover.class' => 'Monolog\\Handler\\PushoverHandler', + 'monolog.handler.raven.class' => 'Monolog\\Handler\\RavenHandler', + 'monolog.handler.newrelic.class' => 'Monolog\\Handler\\NewRelicHandler', + 'monolog.handler.hipchat.class' => 'Monolog\\Handler\\HipChatHandler', + 'monolog.handler.slack.class' => 'Monolog\\Handler\\SlackHandler', + 'monolog.handler.cube.class' => 'Monolog\\Handler\\CubeHandler', + 'monolog.handler.amqp.class' => 'Monolog\\Handler\\AmqpHandler', + 'monolog.handler.error_log.class' => 'Monolog\\Handler\\ErrorLogHandler', + 'monolog.handler.loggly.class' => 'Monolog\\Handler\\LogglyHandler', + 'monolog.handler.logentries.class' => 'Monolog\\Handler\\LogEntriesHandler', + 'monolog.handler.whatfailuregroup.class' => 'Monolog\\Handler\\WhatFailureGroupHandler', + 'monolog.activation_strategy.not_found.class' => 'Symfony\\Bundle\\MonologBundle\\NotFoundActivationStrategy', + 'monolog.handler.fingers_crossed.class' => 'Monolog\\Handler\\FingersCrossedHandler', + 'monolog.handler.fingers_crossed.error_level_activation_strategy.class' => 'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy', + 'monolog.handler.filter.class' => 'Monolog\\Handler\\FilterHandler', + 'monolog.handler.mongo.class' => 'Monolog\\Handler\\MongoDBHandler', + 'monolog.mongo.client.class' => 'MongoClient', + 'monolog.handler.elasticsearch.class' => 'Monolog\\Handler\\ElasticSearchHandler', + 'monolog.elastica.client.class' => 'Elastica\\Client', + 'monolog.use_microseconds' => true, + 'monolog.swift_mailer.handlers' => array( + + ), + 'monolog.handlers_to_channels' => array( + 'monolog.handler.console' => array( + 'type' => 'exclusive', + 'elements' => array( + 0 => 'event', + 1 => 'doctrine', + ), + ), + 'monolog.handler.main' => array( + 'type' => 'exclusive', + 'elements' => array( + 0 => 'event', + ), + ), + ), + 'swiftmailer.class' => 'Swift_Mailer', + 'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport', + 'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport', + 'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport', + 'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin', + 'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin', + 'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger', + 'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin', + 'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport', + 'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin', + 'swiftmailer.spool.file.class' => 'Swift_FileSpool', + 'swiftmailer.spool.memory.class' => 'Swift_MemorySpool', + 'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener', + 'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector', + 'swiftmailer.mailer.default.transport.name' => 'smtp', + 'swiftmailer.mailer.default.transport.smtp.encryption' => NULL, + 'swiftmailer.mailer.default.transport.smtp.port' => 587, + 'swiftmailer.mailer.default.transport.smtp.host' => 'w00df904.kasserver.com', + 'swiftmailer.mailer.default.transport.smtp.username' => 'm0479305', + 'swiftmailer.mailer.default.transport.smtp.password' => 'm4CowydxoC4dY2DB', + 'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login', + 'swiftmailer.mailer.default.transport.smtp.timeout' => 30, + 'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL, + 'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL, + 'swiftmailer.spool.default.memory.path' => (__DIR__.'/swiftmailer/spool/default'), + 'swiftmailer.mailer.default.spool.enabled' => true, + 'swiftmailer.mailer.default.plugin.impersonate' => NULL, + 'swiftmailer.mailer.default.single_address' => NULL, + 'swiftmailer.mailer.default.delivery.enabled' => true, + 'swiftmailer.spool.enabled' => true, + 'swiftmailer.delivery.enabled' => true, + 'swiftmailer.single_address' => NULL, + 'swiftmailer.mailers' => array( + 'default' => 'swiftmailer.mailer.default', + ), + 'swiftmailer.default_mailer' => 'default', + 'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache', + 'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache', + 'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache', + 'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache', + 'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache', + 'doctrine_cache.couchbase.connection.class' => 'Couchbase', + 'doctrine_cache.couchbase.hostnames' => 'localhost:8091', + 'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache', + 'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache', + 'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache', + 'doctrine_cache.memcache.connection.class' => 'Memcache', + 'doctrine_cache.memcache.host' => 'localhost', + 'doctrine_cache.memcache.port' => 11211, + 'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache', + 'doctrine_cache.memcached.connection.class' => 'Memcached', + 'doctrine_cache.memcached.host' => 'localhost', + 'doctrine_cache.memcached.port' => 11211, + 'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache', + 'doctrine_cache.mongodb.collection.class' => 'MongoCollection', + 'doctrine_cache.mongodb.connection.class' => 'MongoClient', + 'doctrine_cache.mongodb.server' => 'localhost:27017', + 'doctrine_cache.predis.client.class' => 'Predis\\Client', + 'doctrine_cache.predis.scheme' => 'tcp', + 'doctrine_cache.predis.host' => 'localhost', + 'doctrine_cache.predis.port' => 6379, + 'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache', + 'doctrine_cache.redis.connection.class' => 'Redis', + 'doctrine_cache.redis.host' => 'localhost', + 'doctrine_cache.redis.port' => 6379, + 'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache', + 'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket', + 'doctrine_cache.riak.connection.class' => 'Riak\\Connection', + 'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList', + 'doctrine_cache.riak.host' => 'localhost', + 'doctrine_cache.riak.port' => 8087, + 'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache', + 'doctrine_cache.sqlite3.connection.class' => 'SQLite3', + 'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache', + 'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache', + 'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache', + 'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache', + 'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache', + 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain', + 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack', + 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger', + 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration', + 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector', + 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager', + 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory', + 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit', + 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit', + 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry', + 'doctrine.entity_managers' => array( + 'default' => 'doctrine.orm.default_entity_manager', + ), + 'doctrine.default_entity_manager' => 'default', + 'doctrine.dbal.connection_factory.types' => array( + + ), + 'doctrine.connections' => array( + 'default' => 'doctrine.dbal.default_connection', + ), + 'doctrine.default_connection' => 'default', + 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration', + 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager', + 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator', + 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache', + 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache', + 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache', + 'doctrine.orm.cache.memcache_host' => 'localhost', + 'doctrine.orm.cache.memcache_port' => 11211, + 'doctrine.orm.cache.memcache_instance.class' => 'Memcache', + 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache', + 'doctrine.orm.cache.memcached_host' => 'localhost', + 'doctrine.orm.cache.memcached_port' => 11211, + 'doctrine.orm.cache.memcached_instance.class' => 'Memcached', + 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache', + 'doctrine.orm.cache.redis_host' => 'localhost', + 'doctrine.orm.cache.redis_port' => 6379, + 'doctrine.orm.cache.redis_instance.class' => 'Redis', + 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache', + 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache', + 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache', + 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain', + 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver', + 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver', + 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver', + 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver', + 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver', + 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer', + 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser', + 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator', + 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer', + 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider', + 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener', + 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener', + 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy', + 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy', + 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy', + 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy', + 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerAwareEntityListenerResolver', + 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory', + 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion', + 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion', + 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain', + 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger', + 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration', + 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration', + 'doctrine.orm.auto_generate_proxy_classes' => true, + 'doctrine.orm.proxy_dir' => (__DIR__.'/doctrine/orm/Proxies'), + 'doctrine.orm.proxy_namespace' => 'Proxies', + 'sensio_framework_extra.view.guesser.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser', + 'sensio_framework_extra.controller.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener', + 'sensio_framework_extra.routing.loader.annot_dir.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader', + 'sensio_framework_extra.routing.loader.annot_file.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader', + 'sensio_framework_extra.routing.loader.annot_class.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader', + 'sensio_framework_extra.converter.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener', + 'sensio_framework_extra.converter.manager.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager', + 'sensio_framework_extra.converter.doctrine.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter', + 'sensio_framework_extra.converter.datetime.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter', + 'sensio_framework_extra.view.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener', + 'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory', + 'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager', + 'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer', + 'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader', + 'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache', + 'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader', + 'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource', + 'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource', + 'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource', + 'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager', + 'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker', + 'assetic.worker.cache_busting.class' => 'Assetic\\Factory\\Worker\\CacheBustingWorker', + 'assetic.value_supplier.class' => 'Symfony\\Bundle\\AsseticBundle\\DefaultValueSupplier', + 'assetic.node.paths' => array( + + ), + 'assetic.cache_dir' => (__DIR__.'/assetic'), + 'assetic.bundles' => array( + 0 => 'FrameworkBundle', + 1 => 'SecurityBundle', + 2 => 'TwigBundle', + 3 => 'MonologBundle', + 4 => 'SwiftmailerBundle', + 5 => 'DoctrineBundle', + 6 => 'SensioFrameworkExtraBundle', + 7 => 'AsseticBundle', + 8 => 'StofDoctrineExtensionsBundle', + 9 => 'AppBundle', + 10 => 'WhiteOctoberTCPDFBundle', + 11 => 'GregwarImageBundle', + 12 => 'DebugBundle', + 13 => 'WebProfilerBundle', + 14 => 'SensioDistributionBundle', + 15 => 'SensioGeneratorBundle', + 16 => 'DoctrineMigrationsBundle', + ), + 'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension', + 'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader', + 'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper', + 'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper', + 'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader', + 'assetic.debug' => true, + 'assetic.use_controller' => true, + 'assetic.enable_profiler' => false, + 'assetic.read_from' => ($this->targetDirs[3].'/app/../web'), + 'assetic.write_to' => ($this->targetDirs[3].'/app/../web'), + 'assetic.variables' => array( + + ), + 'assetic.java.bin' => '/usr/bin/java', + 'assetic.node.bin' => '/usr/bin/node', + 'assetic.ruby.bin' => '/usr/bin/ruby', + 'assetic.sass.bin' => '/usr/bin/sass', + 'assetic.reactjsx.bin' => '/usr/bin/jsx', + 'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter', + 'assetic.twig_extension.functions' => array( + + ), + 'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController', + 'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader', + 'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache', + 'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker', + 'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener', + 'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener', + 'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener', + 'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener', + 'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager', + 'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter', + 'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo', + 'stof_doctrine_extensions.default_locale' => 'de_DE', + 'stof_doctrine_extensions.default_file_path' => NULL, + 'stof_doctrine_extensions.translation_fallback' => false, + 'stof_doctrine_extensions.persist_default_translation' => false, + 'stof_doctrine_extensions.skip_translation_on_load' => false, + 'stof_doctrine_extensions.uploadable.validate_writable_directory' => true, + 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener', + 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener', + 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener', + 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener', + 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener', + 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener', + 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener', + 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener', + 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener', + 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener', + 'white_october_tcpdf.file' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/tcpdf.php'), + 'white_october_tcpdf.class' => 'AppBundle\\Pdf', + 'white_october_tcpdf.tcpdf' => array( + 'k_path_url' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/'), + 'k_path_main' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/'), + 'k_path_fonts' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/fonts/'), + 'k_path_cache' => (__DIR__.'/tcpdf'), + 'k_path_url_cache' => (__DIR__.'/tcpdf'), + 'k_path_images' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/examples/images/'), + 'k_blank_image' => ($this->targetDirs[3].'/app/../vendor/tecnickcom/tcpdf/examples/images/_blank.png'), + 'k_cell_height_ratio' => 1.25, + 'k_title_magnification' => 1.3, + 'k_small_ratio' => 0.6666666666666666, + 'k_thai_topchars' => true, + 'k_tcpdf_calls_in_html' => false, + 'k_tcpdf_external_config' => true, + 'k_tcpdf_throw_exception_error' => true, + 'head_magnification' => 1.1, + 'pdf_page_format' => 'A4', + 'pdf_page_orientation' => 'P', + 'pdf_creator' => 'TCPDF', + 'pdf_author' => 'TCPDF', + 'pdf_header_title' => '', + 'pdf_header_string' => '', + 'pdf_header_logo' => '', + 'pdf_header_logo_width' => '', + 'pdf_unit' => 'mm', + 'pdf_margin_header' => 5, + 'pdf_margin_footer' => 10, + 'pdf_margin_top' => 27, + 'pdf_margin_bottom' => 25, + 'pdf_margin_left' => 15, + 'pdf_margin_right' => 15, + 'pdf_font_name_main' => 'helvetica', + 'pdf_font_size_main' => 10, + 'pdf_font_name_data' => 'helvetica', + 'pdf_font_size_data' => 8, + 'pdf_font_monospaced' => 'courier', + 'pdf_image_scale_ratio' => 1.25, + ), + 'gregwar_image.cache_dir' => 'web/cache', + 'gregwar_image.cache_dir_mode' => NULL, + 'gregwar_image.throw_exception' => false, + 'gregwar_image.fallback_image' => 'images/placeholder-image.png', + 'gregwar_image.web_dir' => ($this->targetDirs[3].'/app/../web'), + 'image.handling.class' => 'Gregwar\\ImageBundle\\Services\\ImageHandling', + 'image.handler.class' => 'Gregwar\\ImageBundle\\ImageHandler', + 'web_profiler.debug_toolbar.position' => 'bottom', + 'web_profiler.debug_toolbar.intercept_redirects' => false, + 'web_profiler.debug_toolbar.mode' => 2, + 'doctrine_migrations.dir_name' => ($this->targetDirs[3].'/app/DoctrineMigrations'), + 'doctrine_migrations.namespace' => 'Application\\Migrations', + 'doctrine_migrations.table_name' => 'migration_versions', + 'doctrine_migrations.name' => 'Application Migrations', + 'doctrine_migrations.organize_migrations' => false, + 'data_collector.templates' => array( + 'data_collector.request' => array( + 0 => 'request', + 1 => '@WebProfiler/Collector/request.html.twig', + ), + 'data_collector.time' => array( + 0 => 'time', + 1 => '@WebProfiler/Collector/time.html.twig', + ), + 'data_collector.memory' => array( + 0 => 'memory', + 1 => '@WebProfiler/Collector/memory.html.twig', + ), + 'data_collector.ajax' => array( + 0 => 'ajax', + 1 => '@WebProfiler/Collector/ajax.html.twig', + ), + 'data_collector.form' => array( + 0 => 'form', + 1 => '@WebProfiler/Collector/form.html.twig', + ), + 'data_collector.exception' => array( + 0 => 'exception', + 1 => '@WebProfiler/Collector/exception.html.twig', + ), + 'data_collector.logger' => array( + 0 => 'logger', + 1 => '@WebProfiler/Collector/logger.html.twig', + ), + 'data_collector.events' => array( + 0 => 'events', + 1 => '@WebProfiler/Collector/events.html.twig', + ), + 'data_collector.router' => array( + 0 => 'router', + 1 => '@WebProfiler/Collector/router.html.twig', + ), + 'data_collector.translation' => array( + 0 => 'translation', + 1 => '@WebProfiler/Collector/translation.html.twig', + ), + 'data_collector.security' => array( + 0 => 'security', + 1 => '@Security/Collector/security.html.twig', + ), + 'data_collector.twig' => array( + 0 => 'twig', + 1 => '@WebProfiler/Collector/twig.html.twig', + ), + 'data_collector.doctrine' => array( + 0 => 'db', + 1 => '@Doctrine/Collector/db.html.twig', + ), + 'swiftmailer.data_collector' => array( + 0 => 'swiftmailer', + 1 => '@Swiftmailer/Collector/swiftmailer.html.twig', + ), + 'data_collector.dump' => array( + 0 => 'dump', + 1 => '@Debug/Profiler/dump.html.twig', + ), + 'data_collector.config' => array( + 0 => 'config', + 1 => '@WebProfiler/Collector/config.html.twig', + ), + ), + 'console.command.ids' => array( + 0 => 'doctrine_cache.contains_command', + 1 => 'doctrine_cache.delete_command', + 2 => 'doctrine_cache.flush_command', + 3 => 'doctrine_cache.stats_command', + 4 => 'doctrine.database_create_command', + 5 => 'doctrine.database_drop_command', + 6 => 'doctrine.generate_entities_command', + 7 => 'doctrine.query_sql_command', + 8 => 'doctrine.cache_clear_metadata_command', + 9 => 'doctrine.cache_clear_query_cache_command', + 10 => 'doctrine.cache_clear_result_command', + 11 => 'doctrine.cache_collection_region_command', + 12 => 'doctrine.mapping_convert_command', + 13 => 'doctrine.schema_create_command', + 14 => 'doctrine.schema_drop_command', + 15 => 'doctrine.ensure_production_settings_command', + 16 => 'doctrine.clear_entity_region_command', + 17 => 'doctrine.database_import_command', + 18 => 'doctrine.mapping_info_command', + 19 => 'doctrine.clear_query_region_command', + 20 => 'doctrine.query_dql_command', + 21 => 'doctrine.schema_update_command', + 22 => 'doctrine.schema_validate_command', + 23 => 'doctrine.mapping_import_command', + 24 => 'sensio_distribution.security_checker.command', + ), + ); + } +} + +class DoctrineORMEntityManager_000000001271b75f000000005046fb243ae77505cef6fe50d2b650f754308705 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface +{ + + /** + * @var \Closure|null initializer responsible for generating the wrapped object + */ + private $valueHolder5f06f26436000928320632 = null; + + /** + * @var \Closure|null initializer responsible for generating the wrapped object + */ + private $initializer5f06f2643600e833345435 = null; + + /** + * @var bool[] map of public properties of the parent class + */ + private static $publicProperties5f06f26435fd1097548586 = array( + + ); + + /** + * {@inheritDoc} + */ + public function getConnection() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getConnection', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getConnection(); + } + + /** + * {@inheritDoc} + */ + public function getMetadataFactory() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getMetadataFactory', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getMetadataFactory(); + } + + /** + * {@inheritDoc} + */ + public function getExpressionBuilder() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getExpressionBuilder', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getExpressionBuilder(); + } + + /** + * {@inheritDoc} + */ + public function beginTransaction() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'beginTransaction', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->beginTransaction(); + } + + /** + * {@inheritDoc} + */ + public function getCache() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getCache', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getCache(); + } + + /** + * {@inheritDoc} + */ + public function transactional($func) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'transactional', array('func' => $func), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->transactional($func); + } + + /** + * {@inheritDoc} + */ + public function commit() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'commit', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->commit(); + } + + /** + * {@inheritDoc} + */ + public function rollback() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'rollback', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->rollback(); + } + + /** + * {@inheritDoc} + */ + public function getClassMetadata($className) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getClassMetadata', array('className' => $className), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getClassMetadata($className); + } + + /** + * {@inheritDoc} + */ + public function createQuery($dql = '') + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'createQuery', array('dql' => $dql), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->createQuery($dql); + } + + /** + * {@inheritDoc} + */ + public function createNamedQuery($name) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'createNamedQuery', array('name' => $name), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->createNamedQuery($name); + } + + /** + * {@inheritDoc} + */ + public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'createNativeQuery', array('sql' => $sql, 'rsm' => $rsm), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->createNativeQuery($sql, $rsm); + } + + /** + * {@inheritDoc} + */ + public function createNamedNativeQuery($name) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'createNamedNativeQuery', array('name' => $name), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->createNamedNativeQuery($name); + } + + /** + * {@inheritDoc} + */ + public function createQueryBuilder() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'createQueryBuilder', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->createQueryBuilder(); + } + + /** + * {@inheritDoc} + */ + public function flush($entity = null) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'flush', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->flush($entity); + } + + /** + * {@inheritDoc} + */ + public function find($entityName, $id, $lockMode = null, $lockVersion = null) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'find', array('entityName' => $entityName, 'id' => $id, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->find($entityName, $id, $lockMode, $lockVersion); + } + + /** + * {@inheritDoc} + */ + public function getReference($entityName, $id) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getReference', array('entityName' => $entityName, 'id' => $id), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getReference($entityName, $id); + } + + /** + * {@inheritDoc} + */ + public function getPartialReference($entityName, $identifier) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getPartialReference', array('entityName' => $entityName, 'identifier' => $identifier), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getPartialReference($entityName, $identifier); + } + + /** + * {@inheritDoc} + */ + public function clear($entityName = null) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'clear', array('entityName' => $entityName), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->clear($entityName); + } + + /** + * {@inheritDoc} + */ + public function close() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'close', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->close(); + } + + /** + * {@inheritDoc} + */ + public function persist($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'persist', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->persist($entity); + } + + /** + * {@inheritDoc} + */ + public function remove($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'remove', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->remove($entity); + } + + /** + * {@inheritDoc} + */ + public function refresh($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'refresh', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->refresh($entity); + } + + /** + * {@inheritDoc} + */ + public function detach($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'detach', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->detach($entity); + } + + /** + * {@inheritDoc} + */ + public function merge($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'merge', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->merge($entity); + } + + /** + * {@inheritDoc} + */ + public function copy($entity, $deep = false) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'copy', array('entity' => $entity, 'deep' => $deep), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->copy($entity, $deep); + } + + /** + * {@inheritDoc} + */ + public function lock($entity, $lockMode, $lockVersion = null) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'lock', array('entity' => $entity, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->lock($entity, $lockMode, $lockVersion); + } + + /** + * {@inheritDoc} + */ + public function getRepository($entityName) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getRepository', array('entityName' => $entityName), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getRepository($entityName); + } + + /** + * {@inheritDoc} + */ + public function contains($entity) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'contains', array('entity' => $entity), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->contains($entity); + } + + /** + * {@inheritDoc} + */ + public function getEventManager() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getEventManager', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getEventManager(); + } + + /** + * {@inheritDoc} + */ + public function getConfiguration() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getConfiguration', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getConfiguration(); + } + + /** + * {@inheritDoc} + */ + public function isOpen() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'isOpen', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->isOpen(); + } + + /** + * {@inheritDoc} + */ + public function getUnitOfWork() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getUnitOfWork', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getUnitOfWork(); + } + + /** + * {@inheritDoc} + */ + public function getHydrator($hydrationMode) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getHydrator($hydrationMode); + } + + /** + * {@inheritDoc} + */ + public function newHydrator($hydrationMode) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->newHydrator($hydrationMode); + } + + /** + * {@inheritDoc} + */ + public function getProxyFactory() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getProxyFactory', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getProxyFactory(); + } + + /** + * {@inheritDoc} + */ + public function initializeObject($obj) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'initializeObject', array('obj' => $obj), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->initializeObject($obj); + } + + /** + * {@inheritDoc} + */ + public function getFilters() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'getFilters', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->getFilters(); + } + + /** + * {@inheritDoc} + */ + public function isFiltersStateClean() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'isFiltersStateClean', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->isFiltersStateClean(); + } + + /** + * {@inheritDoc} + */ + public function hasFilters() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'hasFilters', array(), $this->initializer5f06f2643600e833345435); + + return $this->valueHolder5f06f26436000928320632->hasFilters(); + } + + /** + * Constructor for lazy initialization + * + * @param \Closure|null $initializer + */ + public static function staticProxyConstructor($initializer) + { + static $reflection; + + $reflection = $reflection ?: $reflection = new \ReflectionClass(__CLASS__); + $instance = (new \ReflectionClass(get_class()))->newInstanceWithoutConstructor(); + + \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) { + unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache); + }, $instance, 'Doctrine\\ORM\\EntityManager')->__invoke($instance); + + $instance->initializer5f06f2643600e833345435 = $initializer; + + return $instance; + } + + /** + * {@inheritDoc} + */ + protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager) + { + static $reflection; + + if (! $this->valueHolder5f06f26436000928320632) { + $reflection = $reflection ?: new \ReflectionClass('Doctrine\\ORM\\EntityManager'); + $this->valueHolder5f06f26436000928320632 = $reflection->newInstanceWithoutConstructor(); + \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) { + unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache); + }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this); + + } + + $this->valueHolder5f06f26436000928320632->__construct($conn, $config, $eventManager); + } + + /** + * @param string $name + */ + public function & __get($name) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__get', ['name' => $name], $this->initializer5f06f2643600e833345435); + + if (isset(self::$publicProperties5f06f26435fd1097548586[$name])) { + return $this->valueHolder5f06f26436000928320632->$name; + } + + $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); + + if (! $realInstanceReflection->hasProperty($name)) { + $targetObject = $this->valueHolder5f06f26436000928320632; + + $backtrace = debug_backtrace(false); + trigger_error('Undefined property: ' . get_parent_class($this) . '::$' . $name . ' in ' . $backtrace[0]['file'] . ' on line ' . $backtrace[0]['line'], \E_USER_NOTICE); + return $targetObject->$name; + return; + } + + $targetObject = $this->valueHolder5f06f26436000928320632; + $accessor = function & () use ($targetObject, $name) { + return $targetObject->$name; + }; + $backtrace = debug_backtrace(true); + $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); + $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); + $returnValue = & $accessor(); + + return $returnValue; + } + + /** + * @param string $name + * @param mixed $value + */ + public function __set($name, $value) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer5f06f2643600e833345435); + + $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); + + if (! $realInstanceReflection->hasProperty($name)) { + $targetObject = $this->valueHolder5f06f26436000928320632; + + return $targetObject->$name = $value; + return; + } + + $targetObject = $this->valueHolder5f06f26436000928320632; + $accessor = function & () use ($targetObject, $name, $value) { + return $targetObject->$name = $value; + }; + $backtrace = debug_backtrace(true); + $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); + $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); + $returnValue = & $accessor(); + + return $returnValue; + } + + /** + * @param string $name + */ + public function __isset($name) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__isset', array('name' => $name), $this->initializer5f06f2643600e833345435); + + $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); + + if (! $realInstanceReflection->hasProperty($name)) { + $targetObject = $this->valueHolder5f06f26436000928320632; + + return isset($targetObject->$name); + return; + } + + $targetObject = $this->valueHolder5f06f26436000928320632; + $accessor = function () use ($targetObject, $name) { + return isset($targetObject->$name); + }; + $backtrace = debug_backtrace(true); + $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); + $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); + $returnValue = $accessor(); + + return $returnValue; + } + + /** + * @param string $name + */ + public function __unset($name) + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__unset', array('name' => $name), $this->initializer5f06f2643600e833345435); + + $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); + + if (! $realInstanceReflection->hasProperty($name)) { + $targetObject = $this->valueHolder5f06f26436000928320632; + + unset($targetObject->$name); + return; + } + + $targetObject = $this->valueHolder5f06f26436000928320632; + $accessor = function () use ($targetObject, $name) { + unset($targetObject->$name); + }; + $backtrace = debug_backtrace(true); + $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); + $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); + $returnValue = $accessor(); + + return $returnValue; + } + + public function __clone() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__clone', array(), $this->initializer5f06f2643600e833345435); + + $this->valueHolder5f06f26436000928320632 = clone $this->valueHolder5f06f26436000928320632; + } + + public function __sleep() + { + $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, '__sleep', array(), $this->initializer5f06f2643600e833345435); + + return array('valueHolder5f06f26436000928320632'); + } + + public function __wakeup() + { + \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) { + unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache); + }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this); + } + + /** + * {@inheritDoc} + */ + public function setProxyInitializer(\Closure $initializer = null) + { + $this->initializer5f06f2643600e833345435 = $initializer; + } + + /** + * {@inheritDoc} + */ + public function getProxyInitializer() + { + return $this->initializer5f06f2643600e833345435; + } + + /** + * {@inheritDoc} + */ + public function initializeProxy() : bool + { + return $this->initializer5f06f2643600e833345435 && $this->initializer5f06f2643600e833345435->__invoke($this->valueHolder5f06f26436000928320632, $this, 'initializeProxy', array(), $this->initializer5f06f2643600e833345435); + } + + /** + * {@inheritDoc} + */ + public function isProxyInitialized() : bool + { + return null !== $this->valueHolder5f06f26436000928320632; + } + + /** + * {@inheritDoc} + */ + public function getWrappedValueHolderValue() + { + return $this->valueHolder5f06f26436000928320632; + } + + +} diff --git a/var/cache/dev/appDevDebugProjectContainer.php.meta b/var/cache/dev/appDevDebugProjectContainer.php.meta new file mode 100644 index 00000000..177b1e14 --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainer.php.meta @@ -0,0 +1 @@ +a:255:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":61:{s:53:"/Users/kadmin/Websites/sterntours-3/app/AppKernel.php";}i:1;C:46:"Symfony\Component\Config\Resource\FileResource":111:{s:102:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php";}i:2;C:46:"Symfony\Component\Config\Resource\FileResource":122:{s:113:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php";}i:3;C:46:"Symfony\Component\Config\Resource\FileResource":118:{s:109:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php";}i:4;C:46:"Symfony\Component\Config\Resource\FileResource":120:{s:111:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php";}i:6;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigBundle.php";}i:8;C:46:"Symfony\Component\Config\Resource\FileResource":91:{s:83:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/MonologBundle.php";}i:10;C:46:"Symfony\Component\Config\Resource\FileResource":99:{s:91:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/SwiftmailerBundle.php";}i:12;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/DoctrineBundle.php";}i:14;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/SensioFrameworkExtraBundle.php";}i:16;C:46:"Symfony\Component\Config\Resource\FileResource":91:{s:83:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/AsseticBundle.php";}i:18;C:46:"Symfony\Component\Config\Resource\FileResource":116:{s:107:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/StofDoctrineExtensionsBundle.php";}i:20;C:46:"Symfony\Component\Config\Resource\FileResource":71:{s:63:"/Users/kadmin/Websites/sterntours-3/src/AppBundle/AppBundle.php";}i:22;C:46:"Symfony\Component\Config\Resource\FileResource":104:{s:96:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/WhiteOctoberTCPDFBundle.php";}i:24;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/GregwarImageBundle.php";}i:26;C:46:"Symfony\Component\Config\Resource\FileResource":114:{s:105:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DebugBundle.php";}i:28;C:46:"Symfony\Component\Config\Resource\FileResource":126:{s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php";}i:30;C:46:"Symfony\Component\Config\Resource\FileResource":106:{s:98:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/SensioDistributionBundle.php";}i:32;C:46:"Symfony\Component\Config\Resource\FileResource":100:{s:92:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle/SensioGeneratorBundle.php";}i:34;C:46:"Symfony\Component\Config\Resource\FileResource":116:{s:107:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php";}i:36;C:46:"Symfony\Component\Config\Resource\FileResource":155:{s:146:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php";}i:37;C:46:"Symfony\Component\Config\Resource\FileResource":148:{s:139:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php";}i:38;C:46:"Symfony\Component\Config\Resource\FileResource":151:{s:142:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php";}i:39;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php";}i:40;C:46:"Symfony\Component\Config\Resource\FileResource":163:{s:154:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php";}i:41;C:46:"Symfony\Component\Config\Resource\FileResource":164:{s:155:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php";}i:42;C:46:"Symfony\Component\Config\Resource\FileResource":157:{s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php";}i:43;C:46:"Symfony\Component\Config\Resource\FileResource":144:{s:135:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php";}i:44;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php";}i:45;C:46:"Symfony\Component\Config\Resource\FileResource":157:{s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/LoggingTranslatorPass.php";}i:46;C:46:"Symfony\Component\Config\Resource\FileResource":154:{s:145:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php";}i:47;C:46:"Symfony\Component\Config\Resource\FileResource":155:{s:146:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php";}i:48;C:46:"Symfony\Component\Config\Resource\FileResource":170:{s:161:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php";}i:49;C:46:"Symfony\Component\Config\Resource\FileResource":160:{s:151:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationExtractorPass.php";}i:50;C:46:"Symfony\Component\Config\Resource\FileResource":157:{s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationDumperPass.php";}i:51;C:46:"Symfony\Component\Config\Resource\FileResource":145:{s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php";}i:52;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php";}i:53;C:46:"Symfony\Component\Config\Resource\FileResource":152:{s:143:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php";}i:54;C:46:"Symfony\Component\Config\Resource\FileResource":171:{s:162:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php";}i:55;C:46:"Symfony\Component\Config\Resource\FileResource":149:{s:140:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php";}i:56;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php";}i:57;C:46:"Symfony\Component\Config\Resource\FileResource":165:{s:156:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php";}i:58;C:46:"Symfony\Component\Config\Resource\FileResource":157:{s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php";}i:59;C:46:"Symfony\Component\Config\Resource\FileResource":151:{s:142:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php";}i:60;C:46:"Symfony\Component\Config\Resource\FileResource":156:{s:147:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php";}i:61;C:46:"Symfony\Component\Config\Resource\FileResource":144:{s:135:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php";}i:62;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php";}i:63;C:46:"Symfony\Component\Config\Resource\FileResource":145:{s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php";}i:64;C:46:"Symfony\Component\Config\Resource\FileResource":152:{s:143:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php";}i:65;C:46:"Symfony\Component\Config\Resource\FileResource":125:{s:116:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php";}i:66;C:46:"Symfony\Component\Config\Resource\FileResource":124:{s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php";}i:67;C:46:"Symfony\Component\Config\Resource\FileResource":126:{s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php";}i:68;C:46:"Symfony\Component\Config\Resource\FileResource":125:{s:116:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php";}i:69;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php";}i:70;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/RegisterPluginsPass.php";}i:71;C:46:"Symfony\Component\Config\Resource\FileResource":173:{s:164:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php";}i:72;C:46:"Symfony\Component\Config\Resource\FileResource":155:{s:146:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php";}i:73;C:46:"Symfony\Component\Config\Resource\FileResource":128:{s:119:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php";}i:74;C:46:"Symfony\Component\Config\Resource\FileResource":139:{s:130:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php";}i:75;C:46:"Symfony\Component\Config\Resource\FileResource":136:{s:127:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddParamConverterPass.php";}i:76;C:46:"Symfony\Component\Config\Resource\FileResource":125:{s:116:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/LegacyPass.php";}i:77;C:46:"Symfony\Component\Config\Resource\FileResource":149:{s:140:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php";}i:78;C:46:"Symfony\Component\Config\Resource\FileResource":129:{s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplateResourcesPass.php";}i:79;C:46:"Symfony\Component\Config\Resource\FileResource":130:{s:121:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckClosureFilterPass.php";}i:80;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.php";}i:81;C:46:"Symfony\Component\Config\Resource\FileResource":126:{s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckYuiFilterPass.php";}i:82;C:46:"Symfony\Component\Config\Resource\FileResource":127:{s:118:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/SprocketsFilterPass.php";}i:83;C:46:"Symfony\Component\Config\Resource\FileResource":122:{s:113:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplatingPass.php";}i:84;C:46:"Symfony\Component\Config\Resource\FileResource":124:{s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetFactoryPass.php";}i:85;C:46:"Symfony\Component\Config\Resource\FileResource":124:{s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetManagerPass.php";}i:86;C:46:"Symfony\Component\Config\Resource\FileResource":125:{s:116:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/FilterManagerPass.php";}i:87;C:46:"Symfony\Component\Config\Resource\FileResource":126:{s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/RouterResourcePass.php";}i:88;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/StaticAsseticHelperPass.php";}i:89;C:46:"Symfony\Component\Config\Resource\FileResource":151:{s:142:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/ValidateExtensionConfigurationPass.php";}i:90;C:46:"Symfony\Component\Config\Resource\FileResource":136:{s:127:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/SecurityContextPass.php";}i:91;C:46:"Symfony\Component\Config\Resource\FileResource":153:{s:144:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php";}i:92;C:46:"Symfony\Component\Config\Resource\FileResource":69:{s:61:"/Users/kadmin/Websites/sterntours-3/app/config/config_dev.yml";}i:93;C:46:"Symfony\Component\Config\Resource\FileResource":65:{s:57:"/Users/kadmin/Websites/sterntours-3/app/config/config.yml";}i:94;C:46:"Symfony\Component\Config\Resource\FileResource":69:{s:61:"/Users/kadmin/Websites/sterntours-3/app/config/parameters.yml";}i:95;C:46:"Symfony\Component\Config\Resource\FileResource":67:{s:59:"/Users/kadmin/Websites/sterntours-3/app/config/security.yml";}i:96;C:46:"Symfony\Component\Config\Resource\FileResource":67:{s:59:"/Users/kadmin/Websites/sterntours-3/app/config/services.yml";}i:97;C:46:"Symfony\Component\Config\Resource\FileResource":146:{s:137:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php";}i:98;C:57:"Symfony\Component\HttpKernel\Config\EnvParametersResource":57:{a:2:{s:6:"prefix";s:9:"SYMFONY__";s:9:"variables";a:0:{}}}i:99;C:46:"Symfony\Component\Config\Resource\FileResource":156:{s:147:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php";}i:100;C:46:"Symfony\Component\Config\Resource\FileResource":154:{s:145:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php";}i:152;C:46:"Symfony\Component\Config\Resource\FileResource":144:{s:135:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php";}i:153;C:46:"Symfony\Component\Config\Resource\FileResource":153:{s:144:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php";}i:154;C:46:"Symfony\Component\Config\Resource\FileResource":143:{s:134:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php";}i:155;C:46:"Symfony\Component\Config\Resource\FileResource":155:{s:146:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php";}i:156;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php";}i:157;C:46:"Symfony\Component\Config\Resource\FileResource":153:{s:144:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php";}i:158;C:46:"Symfony\Component\Config\Resource\FileResource":151:{s:142:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php";}i:159;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php";}i:160;C:46:"Symfony\Component\Config\Resource\FileResource":151:{s:142:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php";}i:161;C:46:"Symfony\Component\Config\Resource\FileResource":150:{s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php";}i:162;C:46:"Symfony\Component\Config\Resource\FileResource":149:{s:140:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php";}i:165;C:46:"Symfony\Component\Config\Resource\FileResource":147:{s:138:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php";}i:166;C:46:"Symfony\Component\Config\Resource\FileResource":157:{s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php";}i:167;C:46:"Symfony\Component\Config\Resource\FileResource":152:{s:143:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php";}i:168;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php";}i:169;C:46:"Symfony\Component\Config\Resource\FileResource":167:{s:158:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php";}i:174;C:46:"Symfony\Component\Config\Resource\FileResource":145:{s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php";}i:175;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php";}i:176;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php";}i:177;C:46:"Symfony\Component\Config\Resource\FileResource":127:{s:118:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml";}i:178;C:46:"Symfony\Component\Config\Resource\FileResource":132:{s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml";}i:179;C:46:"Symfony\Component\Config\Resource\FileResource":141:{s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml";}i:180;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml";}i:181;C:46:"Symfony\Component\Config\Resource\FileResource":139:{s:130:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml";}i:182;C:46:"Symfony\Component\Config\Resource\FileResource":129:{s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml";}i:183;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml";}i:184;C:46:"Symfony\Component\Config\Resource\FileResource":128:{s:119:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml";}i:185;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml";}i:186;C:46:"Symfony\Component\Config\Resource\FileResource":137:{s:128:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml";}i:187;C:46:"Symfony\Component\Config\Resource\FileResource":130:{s:121:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml";}i:188;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml";}i:189;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml";}i:190;C:46:"Symfony\Component\Config\Resource\FileResource":126:{s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml";}i:191;C:46:"Symfony\Component\Config\Resource\FileResource":141:{s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml";}i:192;C:51:"Symfony\Component\Config\Resource\DirectoryResource":138:{a:2:{i:0;s:113:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations";i:1;N;}}i:193;C:51:"Symfony\Component\Config\Resource\DirectoryResource":133:{a:2:{i:0;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations";i:1;N;}}i:194;C:51:"Symfony\Component\Config\Resource\DirectoryResource":142:{a:2:{i:0;s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations";i:1;N;}}i:195;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml";}i:196;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml";}i:197;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml";}i:198;C:46:"Symfony\Component\Config\Resource\FileResource":141:{s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml";}i:199;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml";}i:200;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml";}i:201;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml";}i:202;C:46:"Symfony\Component\Config\Resource\FileResource":129:{s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml";}i:203;C:46:"Symfony\Component\Config\Resource\FileResource":143:{s:134:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php";}i:206;C:46:"Symfony\Component\Config\Resource\FileResource":131:{s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml";}i:207;C:46:"Symfony\Component\Config\Resource\FileResource":141:{s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml";}i:208;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml";}i:209;C:46:"Symfony\Component\Config\Resource\FileResource":137:{s:128:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml";}i:210;C:46:"Symfony\Component\Config\Resource\FileResource":138:{s:129:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml";}i:211;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml";}i:212;C:46:"Symfony\Component\Config\Resource\FileResource":128:{s:119:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml";}i:213;C:46:"Symfony\Component\Config\Resource\FileResource":137:{s:128:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml";}i:214;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php";}i:217;C:46:"Symfony\Component\Config\Resource\FileResource":123:{s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml";}i:218;C:46:"Symfony\Component\Config\Resource\FileResource":123:{s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml";}i:219;C:46:"Symfony\Component\Config\Resource\FileResource":129:{s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml";}i:220;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php";}i:221;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":97:{a:2:{i:0;s:71:"/Users/kadmin/Websites/sterntours-3/app/Resources/FrameworkBundle/views";i:1;b:0;}}i:222;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":136:{a:2:{i:0;s:109:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views";i:1;b:1;}}i:223;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":96:{a:2:{i:0;s:70:"/Users/kadmin/Websites/sterntours-3/app/Resources/SecurityBundle/views";i:1;b:0;}}i:224;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":135:{a:2:{i:0;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views";i:1;b:1;}}i:225;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":92:{a:2:{i:0;s:66:"/Users/kadmin/Websites/sterntours-3/app/Resources/TwigBundle/views";i:1;b:1;}}i:226;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":131:{a:2:{i:0;s:104:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views";i:1;b:1;}}i:227;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":95:{a:2:{i:0;s:69:"/Users/kadmin/Websites/sterntours-3/app/Resources/MonologBundle/views";i:1;b:0;}}i:228;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":107:{a:2:{i:0;s:81:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/Resources/views";i:1;b:0;}}i:229;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":99:{a:2:{i:0;s:73:"/Users/kadmin/Websites/sterntours-3/app/Resources/SwiftmailerBundle/views";i:1;b:0;}}i:230;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":111:{a:2:{i:0;s:85:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/views";i:1;b:1;}}i:231;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":96:{a:2:{i:0;s:70:"/Users/kadmin/Websites/sterntours-3/app/Resources/DoctrineBundle/views";i:1;b:0;}}i:232;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":109:{a:2:{i:0;s:83:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/views";i:1;b:1;}}i:233;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":108:{a:2:{i:0;s:82:"/Users/kadmin/Websites/sterntours-3/app/Resources/SensioFrameworkExtraBundle/views";i:1;b:0;}}i:234;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":114:{a:2:{i:0;s:88:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/views";i:1;b:0;}}i:235;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":95:{a:2:{i:0;s:69:"/Users/kadmin/Websites/sterntours-3/app/Resources/AsseticBundle/views";i:1;b:0;}}i:236;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":107:{a:2:{i:0;s:81:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/views";i:1;b:0;}}i:237;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":110:{a:2:{i:0;s:84:"/Users/kadmin/Websites/sterntours-3/app/Resources/StofDoctrineExtensionsBundle/views";i:1;b:0;}}i:238;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":116:{a:2:{i:0;s:90:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/Resources/views";i:1;b:0;}}i:239;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":91:{a:2:{i:0;s:65:"/Users/kadmin/Websites/sterntours-3/app/Resources/AppBundle/views";i:1;b:0;}}i:240;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":91:{a:2:{i:0;s:65:"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Resources/views";i:1;b:0;}}i:241;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":105:{a:2:{i:0;s:79:"/Users/kadmin/Websites/sterntours-3/app/Resources/WhiteOctoberTCPDFBundle/views";i:1;b:0;}}i:242;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":110:{a:2:{i:0;s:84:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/Resources/views";i:1;b:0;}}i:243;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":100:{a:2:{i:0;s:74:"/Users/kadmin/Websites/sterntours-3/app/Resources/GregwarImageBundle/views";i:1;b:0;}}i:244;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":105:{a:2:{i:0;s:79:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/Resources/views";i:1;b:0;}}i:245;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":93:{a:2:{i:0;s:67:"/Users/kadmin/Websites/sterntours-3/app/Resources/DebugBundle/views";i:1;b:0;}}i:246;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":132:{a:2:{i:0;s:105:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views";i:1;b:1;}}i:247;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":99:{a:2:{i:0;s:73:"/Users/kadmin/Websites/sterntours-3/app/Resources/WebProfilerBundle/views";i:1;b:0;}}i:248;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":138:{a:2:{i:0;s:111:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views";i:1;b:1;}}i:249;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":106:{a:2:{i:0;s:80:"/Users/kadmin/Websites/sterntours-3/app/Resources/SensioDistributionBundle/views";i:1;b:0;}}i:250;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":111:{a:2:{i:0;s:85:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/Resources/views";i:1;b:0;}}i:251;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":103:{a:2:{i:0;s:77:"/Users/kadmin/Websites/sterntours-3/app/Resources/SensioGeneratorBundle/views";i:1;b:0;}}i:252;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":108:{a:2:{i:0;s:82:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle/Resources/views";i:1;b:0;}}i:253;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":106:{a:2:{i:0;s:80:"/Users/kadmin/Websites/sterntours-3/app/Resources/DoctrineMigrationsBundle/views";i:1;b:0;}}i:254;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":120:{a:2:{i:0;s:94:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle/Resources/views";i:1;b:0;}}i:255;C:55:"Symfony\Component\Config\Resource\FileExistenceResource":81:{a:2:{i:0;s:55:"/Users/kadmin/Websites/sterntours-3/app/Resources/views";i:1;b:1;}}i:256;C:46:"Symfony\Component\Config\Resource\FileResource":115:{s:106:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php";}i:259;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php";}i:260;C:46:"Symfony\Component\Config\Resource\FileResource":102:{s:94:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/Resources/config/monolog.xml";}i:261;C:46:"Symfony\Component\Config\Resource\FileResource":123:{s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php";}i:264;C:46:"Symfony\Component\Config\Resource\FileResource":111:{s:102:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/config/swiftmailer.xml";}i:265;C:46:"Symfony\Component\Config\Resource\FileResource":118:{s:109:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php";}i:266;C:46:"Symfony\Component\Config\Resource\FileResource":145:{s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php";}i:269;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-cache-bundle/Resources/config/services.xml";}i:270;C:46:"Symfony\Component\Config\Resource\FileResource":101:{s:93:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml";}i:271;C:46:"Symfony\Component\Config\Resource\FileResource":100:{s:92:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/config/orm.xml";}i:272;C:46:"Symfony\Component\Config\Resource\FileResource":119:{s:110:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config";}i:273;C:46:"Symfony\Component\Config\Resource\FileResource":101:{s:93:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle";}i:274;C:46:"Symfony\Component\Config\Resource\FileResource":118:{s:109:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config";}i:275;C:46:"Symfony\Component\Config\Resource\FileResource":100:{s:92:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle";}i:276;C:46:"Symfony\Component\Config\Resource\FileResource":114:{s:105:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config";}i:277;C:46:"Symfony\Component\Config\Resource\FileResource":96:{s:88:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle";}i:278;C:46:"Symfony\Component\Config\Resource\FileResource":90:{s:82:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/Resources/config";}i:279;C:46:"Symfony\Component\Config\Resource\FileResource":73:{s:65:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle";}i:280;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/config";}i:281;C:46:"Symfony\Component\Config\Resource\FileResource":77:{s:69:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle";}i:282;C:46:"Symfony\Component\Config\Resource\FileResource":92:{s:84:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/config";}i:283;C:46:"Symfony\Component\Config\Resource\FileResource":75:{s:67:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle";}i:284;C:46:"Symfony\Component\Config\Resource\FileResource":97:{s:89:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config";}i:285;C:46:"Symfony\Component\Config\Resource\FileResource":80:{s:72:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle";}i:286;C:46:"Symfony\Component\Config\Resource\FileResource":90:{s:82:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config";}i:287;C:46:"Symfony\Component\Config\Resource\FileResource":73:{s:65:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle";}i:288;C:46:"Symfony\Component\Config\Resource\FileResource":99:{s:91:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/Resources/config";}i:289;C:46:"Symfony\Component\Config\Resource\FileResource":82:{s:74:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle";}i:290;C:46:"Symfony\Component\Config\Resource\FileResource":74:{s:66:"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Resources/config";}i:291;C:46:"Symfony\Component\Config\Resource\FileResource":57:{s:49:"/Users/kadmin/Websites/sterntours-3/src/AppBundle";}i:292;C:46:"Symfony\Component\Config\Resource\FileResource":93:{s:85:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/Resources/config";}i:293;C:46:"Symfony\Component\Config\Resource\FileResource":76:{s:68:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle";}i:294;C:46:"Symfony\Component\Config\Resource\FileResource":88:{s:80:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/Resources/config";}i:295;C:46:"Symfony\Component\Config\Resource\FileResource":71:{s:63:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle";}i:296;C:46:"Symfony\Component\Config\Resource\FileResource":115:{s:106:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config";}i:297;C:46:"Symfony\Component\Config\Resource\FileResource":97:{s:89:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle";}i:298;C:46:"Symfony\Component\Config\Resource\FileResource":121:{s:112:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config";}i:299;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle";}i:300;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/Resources/config";}i:301;C:46:"Symfony\Component\Config\Resource\FileResource":77:{s:69:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle";}i:302;C:46:"Symfony\Component\Config\Resource\FileResource":84:{s:76:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle/Resources";}i:303;C:46:"Symfony\Component\Config\Resource\FileResource":74:{s:66:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle";}i:304;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle/Resources/config";}i:305;C:46:"Symfony\Component\Config\Resource\FileResource":86:{s:78:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle";}i:306;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php";}i:309;C:46:"Symfony\Component\Config\Resource\FileResource":119:{s:110:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/DependencyInjection/Configuration.php";}i:310;C:46:"Symfony\Component\Config\Resource\FileResource":111:{s:102:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/services.xml";}i:311;C:46:"Symfony\Component\Config\Resource\FileResource":114:{s:105:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/annotations.xml";}i:312;C:46:"Symfony\Component\Config\Resource\FileResource":110:{s:101:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/routing.xml";}i:313;C:46:"Symfony\Component\Config\Resource\FileResource":113:{s:104:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/converters.xml";}i:314;C:46:"Symfony\Component\Config\Resource\FileResource":106:{s:98:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/view.xml";}i:315;C:46:"Symfony\Component\Config\Resource\FileResource":107:{s:99:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/cache.xml";}i:316;C:46:"Symfony\Component\Config\Resource\FileResource":111:{s:102:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/config/security.xml";}i:317;C:46:"Symfony\Component\Config\Resource\FileResource":115:{s:106:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/DependencyInjection/AsseticExtension.php";}i:320;C:46:"Symfony\Component\Config\Resource\FileResource":102:{s:94:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config/assetic.xml";}i:321;C:46:"Symfony\Component\Config\Resource\FileResource":111:{s:102:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config/templating_twig.xml";}i:322;C:46:"Symfony\Component\Config\Resource\FileResource":110:{s:101:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config/templating_php.xml";}i:323;C:46:"Symfony\Component\Config\Resource\FileResource":114:{s:105:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config/filters/cssrewrite.xml";}i:324;C:46:"Symfony\Component\Config\Resource\FileResource":105:{s:97:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/config/controller.xml";}i:325;C:46:"Symfony\Component\Config\Resource\FileResource":139:{s:130:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/DependencyInjection/StofDoctrineExtensionsExtension.php";}i:328;C:46:"Symfony\Component\Config\Resource\FileResource":114:{s:105:"/Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/Resources/config/listeners.xml";}i:329;C:46:"Symfony\Component\Config\Resource\FileResource":128:{s:119:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/DependencyInjection/WhiteOctoberTCPDFExtension.php";}i:332;C:46:"Symfony\Component\Config\Resource\FileResource":106:{s:98:"/Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/Resources/config/services.xml";}i:333;C:46:"Symfony\Component\Config\Resource\FileResource":118:{s:109:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/DependencyInjection/GregwarImageExtension.php";}i:336;C:46:"Symfony\Component\Config\Resource\FileResource":101:{s:93:"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/Resources/config/services.yml";}i:337;C:46:"Symfony\Component\Config\Resource\FileResource":137:{s:128:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php";}i:339;C:46:"Symfony\Component\Config\Resource\FileResource":128:{s:119:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml";}i:340;C:46:"Symfony\Component\Config\Resource\FileResource":149:{s:140:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php";}i:342;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php";}i:343;C:46:"Symfony\Component\Config\Resource\FileResource":134:{s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml";}i:344;C:46:"Symfony\Component\Config\Resource\FileResource":133:{s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml";}i:345;C:46:"Symfony\Component\Config\Resource\FileResource":130:{s:121:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/DependencyInjection/SensioDistributionExtension.php";}i:348;C:46:"Symfony\Component\Config\Resource\FileResource":107:{s:99:"/Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/Resources/config/security.xml";}i:349;C:46:"Symfony\Component\Config\Resource\FileResource":139:{s:130:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php";}i:352;C:68:"Symfony\Component\DependencyInjection\Config\AutowireServiceResource":328:{a:3:{i:0;s:39:"AppBundle\Listener\DoctrineFileListener";i:1;s:83:"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/DoctrineFileListener.php";i:2;a:1:{s:11:"__construct";a:1:{i:0;a:3:{s:5:"class";O:15:"ReflectionClass":1:{s:4:"name";s:29:"AppBundle\Service\FileManager";}s:10:"isOptional";b:0;s:12:"defaultValue";N;}}}}}i:353;C:46:"Symfony\Component\Config\Resource\FileResource":98:{s:90:"/Users/kadmin/Websites/sterntours-3/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";}} \ No newline at end of file diff --git a/var/cache/dev/appDevDebugProjectContainer.xml b/var/cache/dev/appDevDebugProjectContainer.xml new file mode 100644 index 00000000..809074d2 --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainer.xml @@ -0,0 +1,4249 @@ + + + + /Users/kadmin/Websites/sterntours-3/app + dev + true + app + /Users/kadmin/Websites/sterntours-3/var/cache/dev + /Users/kadmin/Websites/sterntours-3/var/logs + + Symfony\Bundle\FrameworkBundle\FrameworkBundle + Symfony\Bundle\SecurityBundle\SecurityBundle + Symfony\Bundle\TwigBundle\TwigBundle + Symfony\Bundle\MonologBundle\MonologBundle + Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle + Doctrine\Bundle\DoctrineBundle\DoctrineBundle + Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle + Symfony\Bundle\AsseticBundle\AsseticBundle + Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle + AppBundle\AppBundle + WhiteOctober\TCPDFBundle\WhiteOctoberTCPDFBundle + Gregwar\ImageBundle\GregwarImageBundle + Symfony\Bundle\DebugBundle\DebugBundle + Symfony\Bundle\WebProfilerBundle\WebProfilerBundle + Sensio\Bundle\DistributionBundle\SensioDistributionBundle + Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle + Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle + + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle + Symfony\Bundle\FrameworkBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle + Symfony\Bundle\SecurityBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle + Symfony\Bundle\TwigBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle + Symfony\Bundle\MonologBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle + Symfony\Bundle\SwiftmailerBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle + Doctrine\Bundle\DoctrineBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle + Sensio\Bundle\FrameworkExtraBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle + Symfony\Bundle\AsseticBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle + Stof\DoctrineExtensionsBundle + + + null + /Users/kadmin/Websites/sterntours-3/src/AppBundle + AppBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle + WhiteOctober\TCPDFBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle + Gregwar\ImageBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle + Symfony\Bundle\DebugBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle + Symfony\Bundle\WebProfilerBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle + Sensio\Bundle\DistributionBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle + Sensio\Bundle\GeneratorBundle + + + null + /Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle + Doctrine\Bundle\MigrationsBundle + + + UTF-8 + appDevDebugProjectContainer + 192.168.1.8 + 3306 + relaunch1 + kadmin + KT32vQ7ix + smtp + w00df904.kasserver.com + m0479305 + m4CowydxoC4dY2DB + ce1f6c5ca9688d7e0c534fac8126f839 + array + de_DE + http://sterntours.test + null + null + null + /Users/kadmin/Websites/sterntours-3/app/../web/_uploads/images + null + /_fragment + ce1f6c5ca9688d7e0c534fac8126f839 + true + + + de_DE + _sf2_meta + + true + 1 + + /Users/kadmin/Websites/sterntours-3/app/../var/sessions/dev + 0 + true + _token + null + null + + twig + + + validators + true + false + false + file:/Users/kadmin/Websites/sterntours-3/var/cache/dev/profiler + Symfony\Component\Routing\Generator\UrlGenerator + Symfony\Component\Routing\Generator\UrlGenerator + Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper + Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher + Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher + Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper + appDevDebugProjectContainerUrlMatcher + appDevDebugProjectContainerUrlGenerator + localhost + http + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/assetic/routing.yml + appDevDebugProjectContainer + 80 + 443 + -1 + /Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.xml + Symfony\Component\Security\Core\Authentication\Token\AnonymousToken + Symfony\Component\Security\Core\Authentication\Token\RememberMeToken + + null + true + migrate + false + true + twig.controller.exception:showAction + + form_div_layout.html.twig + + Symfony\Bridge\Monolog\Logger + Gelf\MessagePublisher + Gelf\Publisher + Monolog\Handler\StreamHandler + Symfony\Bridge\Monolog\Handler\ConsoleHandler + Monolog\Handler\GroupHandler + Monolog\Handler\BufferHandler + Monolog\Handler\DeduplicationHandler + Monolog\Handler\RotatingFileHandler + Monolog\Handler\SyslogHandler + Monolog\Handler\SyslogUdpHandler + Monolog\Handler\NullHandler + Monolog\Handler\TestHandler + Monolog\Handler\GelfHandler + Monolog\Handler\RollbarHandler + Monolog\Handler\FlowdockHandler + Monolog\Handler\BrowserConsoleHandler + Symfony\Bridge\Monolog\Handler\FirePHPHandler + Symfony\Bridge\Monolog\Handler\ChromePhpHandler + Symfony\Bridge\Monolog\Handler\DebugHandler + Symfony\Bridge\Monolog\Handler\SwiftMailerHandler + Monolog\Handler\NativeMailerHandler + Monolog\Handler\SocketHandler + Monolog\Handler\PushoverHandler + Monolog\Handler\RavenHandler + Monolog\Handler\NewRelicHandler + Monolog\Handler\HipChatHandler + Monolog\Handler\SlackHandler + Monolog\Handler\CubeHandler + Monolog\Handler\AmqpHandler + Monolog\Handler\ErrorLogHandler + Monolog\Handler\LogglyHandler + Monolog\Handler\LogEntriesHandler + Monolog\Handler\WhatFailureGroupHandler + Symfony\Bundle\MonologBundle\NotFoundActivationStrategy + Monolog\Handler\FingersCrossedHandler + Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy + Monolog\Handler\FilterHandler + Monolog\Handler\MongoDBHandler + MongoClient + Monolog\Handler\ElasticSearchHandler + Elastica\Client + true + + + + exclusive + + event + doctrine + + + + exclusive + + event + + + + Swift_Mailer + Swift_Transport_SendmailTransport + Swift_Transport_MailTransport + Swift_Transport_FailoverTransport + Swift_Plugins_RedirectingPlugin + Swift_Plugins_ImpersonatePlugin + Swift_Plugins_MessageLogger + Swift_Plugins_AntiFloodPlugin + Swift_Transport_EsmtpTransport + Swift_Plugins_BlackholePlugin + Swift_FileSpool + Swift_MemorySpool + Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener + Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector + smtp + null + 587 + w00df904.kasserver.com + m0479305 + m4CowydxoC4dY2DB + login + 30 + null + null + /Users/kadmin/Websites/sterntours-3/var/cache/dev/swiftmailer/spool/default + true + null + null + true + true + true + null + + swiftmailer.mailer.default + + default + Doctrine\Common\Cache\ApcCache + Doctrine\Common\Cache\ApcuCache + Doctrine\Common\Cache\ArrayCache + Doctrine\Common\Cache\ChainCache + Doctrine\Common\Cache\CouchbaseCache + Couchbase + localhost:8091 + Doctrine\Common\Cache\FilesystemCache + Doctrine\Common\Cache\PhpFileCache + Doctrine\Common\Cache\MemcacheCache + Memcache + localhost + 11211 + Doctrine\Common\Cache\MemcachedCache + Memcached + localhost + 11211 + Doctrine\Common\Cache\MongoDBCache + MongoCollection + MongoClient + localhost:27017 + Predis\Client + tcp + localhost + 6379 + Doctrine\Common\Cache\RedisCache + Redis + localhost + 6379 + Doctrine\Common\Cache\RiakCache + Riak\Bucket + Riak\Connection + Riak\BucketPropertyList + localhost + 8087 + Doctrine\Common\Cache\SQLite3Cache + SQLite3 + Doctrine\Common\Cache\VoidCache + Doctrine\Common\Cache\WinCacheCache + Doctrine\Common\Cache\XcacheCache + Doctrine\Common\Cache\ZendDataCache + Doctrine\Bundle\DoctrineCacheBundle\Acl\Model\AclCache + Doctrine\DBAL\Logging\LoggerChain + Doctrine\DBAL\Logging\DebugStack + Symfony\Bridge\Doctrine\Logger\DbalLogger + Doctrine\DBAL\Configuration + Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector + Symfony\Bridge\Doctrine\ContainerAwareEventManager + Doctrine\Bundle\DoctrineBundle\ConnectionFactory + Doctrine\DBAL\Event\Listeners\MysqlSessionInit + Doctrine\DBAL\Event\Listeners\OracleSessionInit + Doctrine\Bundle\DoctrineBundle\Registry + + doctrine.orm.default_entity_manager + + default + + + doctrine.dbal.default_connection + + default + Doctrine\ORM\Configuration + Doctrine\ORM\EntityManager + Doctrine\Bundle\DoctrineBundle\ManagerConfigurator + Doctrine\Common\Cache\ArrayCache + Doctrine\Common\Cache\ApcCache + Doctrine\Common\Cache\MemcacheCache + localhost + 11211 + Memcache + Doctrine\Common\Cache\MemcachedCache + localhost + 11211 + Memcached + Doctrine\Common\Cache\RedisCache + localhost + 6379 + Redis + Doctrine\Common\Cache\XcacheCache + Doctrine\Common\Cache\WinCacheCache + Doctrine\Common\Cache\ZendDataCache + Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain + Doctrine\ORM\Mapping\Driver\AnnotationDriver + Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver + Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver + Doctrine\ORM\Mapping\Driver\PHPDriver + Doctrine\ORM\Mapping\Driver\StaticPHPDriver + Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer + Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser + Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator + Symfony\Bridge\Doctrine\Validator\DoctrineInitializer + Symfony\Bridge\Doctrine\Security\User\EntityUserProvider + Doctrine\ORM\Tools\ResolveTargetEntityListener + Doctrine\ORM\Tools\AttachEntityListenersListener + Doctrine\ORM\Mapping\DefaultNamingStrategy + Doctrine\ORM\Mapping\UnderscoreNamingStrategy + Doctrine\ORM\Mapping\DefaultQuoteStrategy + Doctrine\ORM\Mapping\AnsiQuoteStrategy + Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver + Doctrine\ORM\Cache\DefaultCacheFactory + Doctrine\ORM\Cache\Region\DefaultRegion + Doctrine\ORM\Cache\Region\FileLockRegion + Doctrine\ORM\Cache\Logging\CacheLoggerChain + Doctrine\ORM\Cache\Logging\StatisticsCacheLogger + Doctrine\ORM\Cache\CacheConfiguration + Doctrine\ORM\Cache\RegionsConfiguration + true + /Users/kadmin/Websites/sterntours-3/var/cache/dev/doctrine/orm/Proxies + Proxies + Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser + Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener + Symfony\Component\Routing\Loader\AnnotationDirectoryLoader + Symfony\Component\Routing\Loader\AnnotationFileLoader + Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader + Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener + Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager + Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter + Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter + Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener + Symfony\Bundle\AsseticBundle\Factory\AssetFactory + Assetic\Factory\LazyAssetManager + Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer + Assetic\Factory\Loader\CachedFormulaLoader + Assetic\Cache\ConfigCache + Symfony\Bundle\AsseticBundle\Factory\Loader\ConfigurationLoader + Symfony\Bundle\AsseticBundle\Factory\Resource\ConfigurationResource + Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource + Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource + Symfony\Bundle\AsseticBundle\FilterManager + Assetic\Factory\Worker\EnsureFilterWorker + Assetic\Factory\Worker\CacheBustingWorker + Symfony\Bundle\AsseticBundle\DefaultValueSupplier + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/assetic + + FrameworkBundle + SecurityBundle + TwigBundle + MonologBundle + SwiftmailerBundle + DoctrineBundle + SensioFrameworkExtraBundle + AsseticBundle + StofDoctrineExtensionsBundle + AppBundle + WhiteOctoberTCPDFBundle + GregwarImageBundle + DebugBundle + WebProfilerBundle + SensioDistributionBundle + SensioGeneratorBundle + DoctrineMigrationsBundle + + Symfony\Bundle\AsseticBundle\Twig\AsseticExtension + Assetic\Extension\Twig\TwigFormulaLoader + Symfony\Bundle\AsseticBundle\Templating\DynamicAsseticHelper + Symfony\Bundle\AsseticBundle\Templating\StaticAsseticHelper + Symfony\Bundle\AsseticBundle\Factory\Loader\AsseticHelperFormulaLoader + true + true + false + /Users/kadmin/Websites/sterntours-3/app/../web + /Users/kadmin/Websites/sterntours-3/app/../web + + /usr/bin/java + /usr/bin/node + /usr/bin/ruby + /usr/bin/sass + /usr/bin/jsx + Assetic\Filter\CssRewriteFilter + + Symfony\Bundle\AsseticBundle\Controller\AsseticController + Symfony\Bundle\AsseticBundle\Routing\AsseticLoader + Assetic\Cache\FilesystemCache + Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker + Symfony\Bundle\AsseticBundle\EventListener\RequestListener + Stof\DoctrineExtensionsBundle\EventListener\LocaleListener + Stof\DoctrineExtensionsBundle\EventListener\LoggerListener + Stof\DoctrineExtensionsBundle\EventListener\BlameListener + Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager + Stof\DoctrineExtensionsBundle\Uploadable\MimeTypeGuesserAdapter + Stof\DoctrineExtensionsBundle\Uploadable\UploadedFileInfo + de_DE + null + false + false + false + true + Gedmo\Translatable\TranslatableListener + Gedmo\Timestampable\TimestampableListener + Gedmo\Blameable\BlameableListener + Gedmo\Sluggable\SluggableListener + Gedmo\Tree\TreeListener + Gedmo\Loggable\LoggableListener + Gedmo\Sortable\SortableListener + Gedmo\SoftDeleteable\SoftDeleteableListener + Gedmo\Uploadable\UploadableListener + Gedmo\ReferenceIntegrity\ReferenceIntegrityListener + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/tcpdf.php + AppBundle\Pdf + + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/ + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/ + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/fonts/ + /Users/kadmin/Websites/sterntours-3/var/cache/dev/tcpdf + /Users/kadmin/Websites/sterntours-3/var/cache/dev/tcpdf + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/examples/images/ + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/examples/images/_blank.png + 1.25 + 1.3 + 0.66666666666667 + true + false + true + true + 1.1 + A4 + P + TCPDF + TCPDF + + + + + mm + 5 + 10 + 27 + 25 + 15 + 15 + helvetica + 10 + helvetica + 8 + courier + 1.25 + + web/cache + null + false + images/placeholder-image.png + /Users/kadmin/Websites/sterntours-3/app/../web + Gregwar\ImageBundle\Services\ImageHandling + Gregwar\ImageBundle\ImageHandler + bottom + false + 2 + /Users/kadmin/Websites/sterntours-3/app/DoctrineMigrations + Application\Migrations + migration_versions + Application Migrations + false + + + request + @WebProfiler/Collector/request.html.twig + + + time + @WebProfiler/Collector/time.html.twig + + + memory + @WebProfiler/Collector/memory.html.twig + + + ajax + @WebProfiler/Collector/ajax.html.twig + + + form + @WebProfiler/Collector/form.html.twig + + + exception + @WebProfiler/Collector/exception.html.twig + + + logger + @WebProfiler/Collector/logger.html.twig + + + events + @WebProfiler/Collector/events.html.twig + + + router + @WebProfiler/Collector/router.html.twig + + + translation + @WebProfiler/Collector/translation.html.twig + + + security + @Security/Collector/security.html.twig + + + twig + @WebProfiler/Collector/twig.html.twig + + + db + @Doctrine/Collector/db.html.twig + + + swiftmailer + @Swiftmailer/Collector/swiftmailer.html.twig + + + dump + @Debug/Profiler/dump.html.twig + + + config + @WebProfiler/Collector/config.html.twig + + + + doctrine_cache.contains_command + doctrine_cache.delete_command + doctrine_cache.flush_command + doctrine_cache.stats_command + doctrine.database_create_command + doctrine.database_drop_command + doctrine.generate_entities_command + doctrine.query_sql_command + doctrine.cache_clear_metadata_command + doctrine.cache_clear_query_cache_command + doctrine.cache_clear_result_command + doctrine.cache_collection_region_command + doctrine.mapping_convert_command + doctrine.schema_create_command + doctrine.schema_drop_command + doctrine.ensure_production_settings_command + doctrine.clear_entity_region_command + doctrine.database_import_command + doctrine.mapping_info_command + doctrine.clear_query_region_command + doctrine.query_dql_command + doctrine.schema_update_command + doctrine.schema_validate_command + doctrine.mapping_import_command + sensio_distribution.security_checker.command + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app + + + + /Users/kadmin/Websites/sterntours-3/app/../web/_uploads/images + + + + + + + + + + + + + + + + + UTF-8 + + + + + + + + de_DE + + + + + + + + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app/Resources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app/Resources + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + M4FYBx98aK + 0 + HOW3TaUIDorLYGdx2BGeZo + /Users/kadmin/Websites/sterntours-3/var/cache/dev/pools + + + + + + + + + + gO0AZwN-DU + 0 + HOW3TaUIDorLYGdx2BGeZo + /Users/kadmin/Websites/sterntours-3/var/cache/dev/pools + + + + + + + + + + + Symfony\Component\DependencyInjection\ContainerInterface + Symfony\Component\DependencyInjection\Container + + + + + + /Users/kadmin/Websites/sterntours-3/app/Resources + + + ce1f6c5ca9688d7e0c534fac8126f839 + + + + + + + + + + + + + + true + + inline + fragment.renderer.inline + + + hinclude + fragment.renderer.hinclude + + + hinclude + fragment.renderer.hinclude + + + esi + fragment.renderer.esi + + + ssi + fragment.renderer.ssi + + + + + + + + /_fragment + + + + + + + + null + + /_fragment + + + + + null + + + + /_fragment + + + + + null + + + + /_fragment + + + + + + + + + + php + + + yml + + + xlf + xliff + + + po + + + mo + + + ts + + + csv + + + res + + + dat + + + ini + + + json + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/translations + true + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf + + + + + + + + + + de_DE + en + + + Symfony\Component\Translation\TranslatorInterface + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + php + + + + yml + + + + xlf + + + + xliff + + + + po + + + + mo + + + + ts + + + + csv + + + + res + + + + dat + + + + ini + + + + json + + + + + + php + + + + twig + + + + + + php + + + + xlf + + + + po + + + + mo + + + + yml + + + + ts + + + + csv + + + + ini + + + + json + + + + res + + + + + false + false + + + + nOHek6X+hs + 0 + /Users/kadmin/Websites/sterntours-3/var/cache/dev/pools + + + + + + + kQuWjlLbT6 + 0 + HOW3TaUIDorLYGdx2BGeZo + /Users/kadmin/Websites/sterntours-3/var/cache/dev/pools + + + + + + + + + + + + + + _sf2_meta + 0 + + + + true + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + form.type.datalist_type + form.type.form + form.type.choice + form.type.entity + + + + form.type_extension.form.http_foundation + form.type_extension.form.validator + form.type_extension.upload.validator + form.type_extension.csrf + form.type_extension.form.data_collector + + + form.type_extension.repeated.validator + + + form.type_extension.submit.validator + + + + form.type_guesser.validator + form.type_guesser.doctrine + + + + + + + + + + + + + + + + + + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + + + + + + + + + + + + + + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. + + + + + + + + + + + + + + + + + + + + + + + + + + validators + + + + + true + _token + + validators + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev + + + + + + + + + + + validator.expression + validator.expression + validator.email + security.validator.user_password + security.validator.user_password + doctrine.orm.validator.unique + doctrine.orm.validator.unique + + + + + + + + + validators + + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml + + + + + + + loadValidatorMetadata + + + + + + + + + + + + + + false + + + + + /_fragment + + + + + + file:/Users/kadmin/Websites/sterntours-3/var/cache/dev/profiler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + null + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GET + localhost + http + 80 + 443 + + + + + + + + + + + + + null + + 28586 + null + true + null + + + + + + + + + + + + + kernel.controller + + app.controller_listener + onKernelController + + 0 + + + kernel.controller + + data_collector.router + onKernelController + + 0 + + + kernel.request + + assetic.request_listener + onKernelRequest + + 0 + + + response_listener + Symfony\Component\HttpKernel\EventListener\ResponseListener + + + streamed_response_listener + Symfony\Component\HttpKernel\EventListener\StreamedResponseListener + + + locale_listener + Symfony\Component\HttpKernel\EventListener\LocaleListener + + + translator_listener + Symfony\Component\HttpKernel\EventListener\TranslatorListener + + + validate_request_listener + Symfony\Component\HttpKernel\EventListener\ValidateRequestListener + + + session_listener + Symfony\Bundle\FrameworkBundle\EventListener\SessionListener + + + session.save_listener + Symfony\Component\HttpKernel\EventListener\SaveSessionListener + + + fragment.listener + Symfony\Component\HttpKernel\EventListener\FragmentListener + + + profiler_listener + Symfony\Component\HttpKernel\EventListener\ProfilerListener + + + data_collector.request + Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector + + + router_listener + Symfony\Component\HttpKernel\EventListener\RouterListener + + + debug.debug_handlers_listener + Symfony\Component\HttpKernel\EventListener\DebugHandlersListener + + + security.firewall + Symfony\Component\Security\Http\Firewall + + + security.rememberme.response_listener + Symfony\Component\Security\Http\RememberMe\ResponseListener + + + twig.exception_listener + Symfony\Component\HttpKernel\EventListener\ExceptionListener + + + monolog.handler.console + Symfony\Bridge\Monolog\Handler\ConsoleHandler + + + swiftmailer.email_sender.listener + Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener + + + sensio_framework_extra.controller.listener + Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener + + + sensio_framework_extra.converter.listener + Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener + + + sensio_framework_extra.view.listener + Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener + + + sensio_framework_extra.cache.listener + Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener + + + sensio_framework_extra.security.listener + Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener + + + debug.dump_listener + Symfony\Component\HttpKernel\EventListener\DumpListener + + + web_profiler.debug_toolbar + Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + main + + true + + + + + 5f06f2639217f6.44930526 + + + + true + + + + + + Symfony\Component\Security\Core\Authentication\Token\AnonymousToken + Symfony\Component\Security\Core\Authentication\Token\RememberMeToken + + + + + + + + + + + + + + + + ^/(_(profiler|wdt)|css|images|js)/ + + + null + + + + + + + + + + + main + /logout + logout + _csrf_token + null + + + + + + + + + + + + + + + + + + + + + + + + + + + affirmative + false + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bstar + $2y$13$./cas5fxa2yto6Q2or0TZ.zwwisoFWWP6MgrCQbO7ljUtynaCalAi + + ROLE_ADMIN + + + + + + + + null + + + + + + + + + + + + ^/login + + + + IS_AUTHENTICATED_ANONYMOUSLY + + null + + + + + ^/admin + + + + ROLE_ADMIN + + null + + + + + + 80 + 443 + + + + + + + + + + + + main + + + + + + + + + + + + + + + + + + + + + + + / + + + + _csrf_token + logout + /logout + + + + + + + + + + + + + + + + migrate + + + + + + + + + main + + + + + + + + + + + + login + after_login + true + _target_path + false + + + + main + + + + + + + + + + + + + + + + + login + null + false + _failure_path + + + + + + login + false + true + _username + _password + _csrf_token + authenticate + true + + + + null + + + + + + 5f06f2639217f6.44930526 + + + + + + + + + + + + + + + ^/login + + + + IS_AUTHENTICATED_ANONYMOUSLY + + null + + + + + ^/admin + + + + ROLE_ADMIN + + null + + + + + + + + + + + + + + + + + + main + + + + + + + + + + login + false + + + null + null + + false + + + + + + + true + true + + d.m.Y + %%d Tage + null + + + , + . + 0 + + twig.controller.exception:showAction + + form_div_layout.html.twig + + name + /Users/kadmin/Websites/sterntours-3/var/cache/dev/twig + UTF-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + null + /Users/kadmin/Websites/sterntours-3/app + UTF-8 + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + form_div_layout.html.twig + + + + + + + + + + + + + + + + + + + + + + + + true + + + FrameworkBundle + SecurityBundle + TwigBundle + MonologBundle + SwiftmailerBundle + DoctrineBundle + SensioFrameworkExtraBundle + AsseticBundle + StofDoctrineExtensionsBundle + AppBundle + WhiteOctoberTCPDFBundle + GregwarImageBundle + DebugBundle + WebProfilerBundle + SensioDistributionBundle + SensioGeneratorBundle + DoctrineMigrationsBundle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + app + + + + dev + + + true + + + + + + + + + + + + + d.m.Y + %%d Tage + null + 0 + , + . + + + + + + + + + + + + twig.controller.exception:showAction + + + + + true + + + + twig.controller.exception:showAction + + + + /Users/kadmin/Websites/sterntours-3/var/logs/dev.log + 100 + true + null + + + + + + + null + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + doctrine.dbal.default_connection + + + doctrine.orm.default_entity_manager + + default + default + + + + + + + + + + + + + + + + + + + + pdo_mysql + 192.168.1.8 + 3306 + relaunch1 + kadmin + KT32vQ7ix + UTF8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + loadClassMetadata + + + + + + prePersist + preUpdate + preRemove + + + + + + + string + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Symfony\Bundle\FrameworkBundle\FrameworkBundle + Symfony\Bundle\SecurityBundle\SecurityBundle + Symfony\Bundle\TwigBundle\TwigBundle + Symfony\Bundle\MonologBundle\MonologBundle + Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle + Doctrine\Bundle\DoctrineBundle\DoctrineBundle + Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle + Symfony\Bundle\AsseticBundle\AsseticBundle + Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle + AppBundle\AppBundle + WhiteOctober\TCPDFBundle\WhiteOctoberTCPDFBundle + Gregwar\ImageBundle\GregwarImageBundle + Symfony\Bundle\DebugBundle\DebugBundle + Symfony\Bundle\WebProfilerBundle\WebProfilerBundle + Sensio\Bundle\DistributionBundle\SensioDistributionBundle + Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle + Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle + + + + + sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264 + + + + + sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264 + + + + + sf_orm_default_67a08ee83d0d8ec9cf3f4eb0b725c0f7915b6443a76975c492fecc624d88e264 + + + + + + + + + + + + + + + + + + + AppBundle\Entity + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/src/AppBundle/Entity + + + + AppBundle\Entity + + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/doctrine/orm/Proxies + + + Proxies + + + true + + + Doctrine\ORM\Mapping\ClassMetadataFactory + + + Doctrine\ORM\EntityRepository + + + + + + + + + + + + + + + + + + null + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + 0 + doctrine.orm + + + + 0 + datetime + + + + + + + + + + + + + + + + + + + null + + + + + + + + + + + + assetic.filter.cssrewrite + + + + + + + + + + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/assetic/config + + + true + + + + + + + + + + + @AppBundle/Resources/public/images/wlogo.png + + + + + + + @AppBundle/Resources/public/images/footer.svg + + + + + + + + config + + + + + + + + + + + FrameworkBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/FrameworkBundle/views + /\.[^.]+\.twig$/ + + + + + + FrameworkBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + SecurityBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/SecurityBundle/views + /\.[^.]+\.twig$/ + + + + + + SecurityBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + TwigBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/TwigBundle/views + /\.[^.]+\.twig$/ + + + + + + TwigBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + MonologBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/MonologBundle/views + /\.[^.]+\.twig$/ + + + + + + MonologBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/monolog-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + SwiftmailerBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/SwiftmailerBundle/views + /\.[^.]+\.twig$/ + + + + + + SwiftmailerBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + DoctrineBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/DoctrineBundle/views + /\.[^.]+\.twig$/ + + + + + + DoctrineBundle + /Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + SensioFrameworkExtraBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/SensioFrameworkExtraBundle/views + /\.[^.]+\.twig$/ + + + + + + SensioFrameworkExtraBundle + /Users/kadmin/Websites/sterntours-3/vendor/sensio/framework-extra-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + AsseticBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/AsseticBundle/views + /\.[^.]+\.twig$/ + + + + + + AsseticBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + StofDoctrineExtensionsBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/StofDoctrineExtensionsBundle/views + /\.[^.]+\.twig$/ + + + + + + StofDoctrineExtensionsBundle + /Users/kadmin/Websites/sterntours-3/vendor/stof/doctrine-extensions-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + AppBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/AppBundle/views + /\.[^.]+\.twig$/ + + + + + + AppBundle + /Users/kadmin/Websites/sterntours-3/src/AppBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + WhiteOctoberTCPDFBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/WhiteOctoberTCPDFBundle/views + /\.[^.]+\.twig$/ + + + + + + WhiteOctoberTCPDFBundle + /Users/kadmin/Websites/sterntours-3/vendor/whiteoctober/tcpdf-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + GregwarImageBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/GregwarImageBundle/views + /\.[^.]+\.twig$/ + + + + + + GregwarImageBundle + /Users/kadmin/Websites/sterntours-3/vendor/gregwar/image-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + DebugBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/DebugBundle/views + /\.[^.]+\.twig$/ + + + + + + DebugBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + WebProfilerBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/WebProfilerBundle/views + /\.[^.]+\.twig$/ + + + + + + WebProfilerBundle + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + SensioDistributionBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/SensioDistributionBundle/views + /\.[^.]+\.twig$/ + + + + + + SensioDistributionBundle + /Users/kadmin/Websites/sterntours-3/vendor/sensio/distribution-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + SensioGeneratorBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/SensioGeneratorBundle/views + /\.[^.]+\.twig$/ + + + + + + SensioGeneratorBundle + /Users/kadmin/Websites/sterntours-3/vendor/sensio/generator-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + + + DoctrineMigrationsBundle + /Users/kadmin/Websites/sterntours-3/app/Resources/DoctrineMigrationsBundle/views + /\.[^.]+\.twig$/ + + + + + + DoctrineMigrationsBundle + /Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-migrations-bundle/Resources/views + /\.[^.]+\.twig$/ + + + + + + twig + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app/Resources/views + /\.[^.]+\.twig$/ + + + twig + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/app/../web + true + + + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/assetic/assets + + + false + + + + + + + + + + + + + + + + Stof\DoctrineExtensionsBundle\Uploadable\UploadedFileInfo + + + + Stof\DoctrineExtensionsBundle\Uploadable\UploadedFileInfo + + + /Users/kadmin/Websites/sterntours-3/app/../vendor/tecnickcom/tcpdf/tcpdf.php + AppBundle\Pdf + + + web/cache + null + Gregwar\ImageBundle\ImageHandler + + + + false + images/placeholder-image.png + + + + + /Users/kadmin/Websites/sterntours-3/app/../web + + + + + null + UTF-8 + + null + + + + + + + + + 2500 + + + -1 + + + + null + UTF-8 + + + + + + + + request + @WebProfiler/Collector/request.html.twig + + + time + @WebProfiler/Collector/time.html.twig + + + memory + @WebProfiler/Collector/memory.html.twig + + + ajax + @WebProfiler/Collector/ajax.html.twig + + + form + @WebProfiler/Collector/form.html.twig + + + exception + @WebProfiler/Collector/exception.html.twig + + + logger + @WebProfiler/Collector/logger.html.twig + + + events + @WebProfiler/Collector/events.html.twig + + + router + @WebProfiler/Collector/router.html.twig + + + translation + @WebProfiler/Collector/translation.html.twig + + + security + @Security/Collector/security.html.twig + + + twig + @WebProfiler/Collector/twig.html.twig + + + db + @Doctrine/Collector/db.html.twig + + + swiftmailer + @Swiftmailer/Collector/swiftmailer.html.twig + + + dump + @Debug/Profiler/dump.html.twig + + + config + @WebProfiler/Collector/config.html.twig + + + bottom + + + + + + + + + + true + + + + + false + 2 + bottom + + ^/(app(_[\w]+)?\.php/)?_wdt + + + + + + + + request + + + + + + + + + + + + translation + + + + + + + + + + + + cache + + + + + + + + + + + + templating + + + + + + + + + + + + profiler + + + + + + + + + + + + router + + + + + + + + + + + + php + + + + + + + + + + + + event + + + + + + security + + + + + + + + + + + + doctrine + + + + + + + + + assetic + + + + + + + + + + + + 100 + true + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/sessions + MOCKSESSID + + + + /Users/kadmin/Websites/sterntours-3/app/../var/sessions/dev + + + + + + + + + Symfony\Component\Templating\EngineInterface + Symfony\Bundle\FrameworkBundle\Templating\EngineInterface + + + + + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/assetic/routing.yml + + /Users/kadmin/Websites/sterntours-3/var/cache/dev + true + Symfony\Component\Routing\Generator\UrlGenerator + Symfony\Component\Routing\Generator\UrlGenerator + Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper + appDevDebugProjectContainerUrlGenerator + Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher + Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher + Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper + appDevDebugProjectContainerUrlMatcher + true + yaml + + + + + + + + + + + Doctrine\Common\Annotations\Reader + + + + + /Users/kadmin/Websites/sterntours-3/var/cache/dev/annotations + + + true + Doctrine\Common\Annotations\Reader + + + + + Symfony\Component\Security\Core\Encoder\BCryptPasswordEncoder + + 13 + + + + + + + + + + app + + true + + + + + + + + + + + Psr\Log\LoggerInterface + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + m0479305 + + + m4CowydxoC4dY2DB + + + login + + + + + + + w00df904.kasserver.com + + + 587 + + + null + + + 30 + + + null + + + + null + + + + + + + + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views + Framework + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views + Security + + + /Users/kadmin/Websites/sterntours-3/app/Resources/TwigBundle/views + Twig + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views + Twig + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/views + Swiftmailer + + + /Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/views + Doctrine + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views + Debug + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views + WebProfiler + + + /Users/kadmin/Websites/sterntours-3/app/Resources/views + + + /Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/var/cache/dev/appDevDebugProjectContainerCompiler.log b/var/cache/dev/appDevDebugProjectContainerCompiler.log new file mode 100644 index 00000000..a6f3917d --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainerCompiler.log @@ -0,0 +1,589 @@ +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "cache.system" (parent: cache.adapter.system). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "cache.validator" (parent: cache.system). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "cache.serializer" (parent: cache.system). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "assets._default_package" (parent: assets.path_package). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.user.provider.concrete.in_memory_bstar" (parent: security.user.provider.in_memory.user). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.context_listener.0" (parent: security.context_listener). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_metadata_cache" (parent: doctrine_cache.abstract.array). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_result_cache" (parent: doctrine_cache.abstract.array). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_query_cache" (parent: doctrine_cache.abstract.array). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass: Resolving inheritance for "monolog.logger.assetic" (parent: monolog.logger_prototype). +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "form.property_accessor"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "form.choice_list_factory"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "validator.mapping.class_metadata_factory"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "cache.default_redis_provider"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "swift_spool"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "swift_mailer"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "swift_transport"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine\dbal\driver\connection"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine\dbal\connection"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine\common\persistence\managerregistry"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "symfony\bridge\doctrine\registryinterface"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.dbal.event_manager"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine\common\persistence\objectmanager"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine\orm\entitymanagerinterface"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "sensio_framework_extra.security.expression_language"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "assetic.value_supplier"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "translator.logging.inner"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "translator.data_collector.inner"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "controller_resolver"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "argument_resolver"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass: Removed service "security.access.decision_manager"; reason: private alias. +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "app.booking_exporter" previously pointing to "monolog.logger" to "logger". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "app.fewo_booking_exporter" previously pointing to "monolog.logger" to "logger". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "app.contact_exporter" previously pointing to "monolog.logger" to "logger". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "locale_listener" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "session.storage.native" previously pointing to "session.handler.native_file" to "session.handler". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "session.storage.php_bridge" previously pointing to "session.handler.native_file" to "session.handler". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "validator.builder" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "router.cache_warmer" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "router_listener" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.http_utils" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.http_utils" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.validator.user_password" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.provider.dao.main" previously pointing to "security.user_checker" to "security.user_checker.main". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.authentication.provider.dao.main" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "twig" previously pointing to "twig.loader.filesystem" to "twig.loader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "swiftmailer.email_sender.listener" previously pointing to "monolog.logger" to "logger". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "doctrine.orm.default_annotation_metadata_driver" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "sensio_framework_extra.routing.loader.annot_class" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.timestampable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.blameable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.tree" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.sluggable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.translatable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.loggable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.sortable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.softdeleteable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.uploadable" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "stof_doctrine_extensions.listener.reference_integrity" previously pointing to "annotations.cached_reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "assetic.twig_directory_resource.kernel" previously pointing to "templating.loader.filesystem" to "templating.loader". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "security.password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory". +Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass: Changed reference of service "swiftmailer.mailer.default.transport" previously pointing to "swiftmailer.mailer.default.spool.memory" to "swiftmailer.mailer.default.spool". +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.system"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.apcu"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.doctrine"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.filesystem"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.psr6"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "cache.adapter.redis"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "assets.path_package"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "assets.url_package"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "assets.static_version_strategy"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.firewall.context"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.in_memory"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.in_memory.user"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.ldap"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.user.provider.chain"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout_listener"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.handler.cookie_clearing"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.logout.success_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.form_entry_point"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.custom_success_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.success_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.custom_failure_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.failure_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.form"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.simple_form"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.simple_success_failure_handler"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.simple_preauth"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.x509"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.remote_user"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.basic"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.digest"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.dao"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.ldap_bind"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.simple"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.pre_authenticated"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.exception_listener"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.switchuser_listener"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.rememberme"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.rememberme"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.rememberme.services.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.rememberme.services.persistent"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.provider.guard"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "security.authentication.listener.guard"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "monolog.logger_prototype"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.mailer.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.mail.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.null.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.transport.spool.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.spool.file.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "swiftmailer.spool.memory.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.apc"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.apcu"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.array"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.chain"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.couchbase"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.file_system"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.php_file"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.memcache"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.memcached"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.mongodb"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.redis"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.predis"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.riak"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.void"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.wincache"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.xcache"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine_cache.abstract.zenddata"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.logger.chain"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.logger.profiling"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection.event_manager"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.dbal.connection.configuration"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.configuration"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "doctrine.orm.security.user.provider"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass: Removed service "assetic.worker.ensure_filter"; reason: abstract. +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "templating.cache_warmer.template_paths" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.asset_manager_cache_warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "translation.warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "router.cache_warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.cache_warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.template_cache_warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.proxy_cache_warmer" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.default_clearer" to "cache_clearer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "a71198501557149b25016868e4bb6d998fa4ff0df0cf04c1b9f3dcf10aca700d_1" to "config_cache_factory". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "translator.selector" to "translator.default". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.serializer" to "cache.default_clearer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "session.attribute_bag" to "session". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "session.flash_bag" to "session". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "8ab412b386cfaf684e67c84735baa635d21134529e2ae3ae19d6d1402b252c52_1" to "form.resolved_type_factory". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "form.extension" to "form.registry". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "form.choice_list_factory.cached" to "form.type.choice". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.csrf.token_generator" to "security.csrf.token_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.csrf.token_storage" to "security.csrf.token_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assets._default_package" to "assets.packages". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "validator.validator_factory" to "validator.builder". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "a5caf2532f797dd33043598e10cc73271d8f4038170760d9c4aa473dff4c59a3_1" to "validator.mapping.cache.doctrine.apc". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "profiler.storage" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.time" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.memory" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.ajax" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.exception" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.logger" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.events" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.security" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.twig" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.doctrine" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "swiftmailer.data_collector" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "data_collector.config" to "profiler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.xml" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.yml" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.php" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.directory" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.loader.service" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.routing.loader.annot_dir" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.routing.loader.annot_file" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.routing_loader" to "routing.resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "routing.resolver" to "routing.loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.event_dispatcher.parent" to "debug.event_dispatcher". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.provider.dao.main" to "security.authentication.manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.provider.anonymous.main" to "security.authentication.manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.expression_language" to "security.access.expression_voter". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.firewall.map" to "security.firewall". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d" to "security.firewall.map". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.retry_entry_point" to "security.channel_listener". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.request_matcher.065c455eccb29716187e6bb678dcb66c91dac978068edb8a3e4648d6d844d0087b308665" to "security.access_map". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.request_matcher.13701c817f663e841e4e51543f025251d38047794ed83c1851c930b896c3b9cbe74ec29d" to "security.access_map". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access.simple_role_voter" to "debug.security.access.decision_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access.expression_voter" to "debug.security.access.decision_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access.authenticated_voter" to "debug.security.access.decision_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.user.provider.concrete.in_memory_bstar" to "security.user.provider.concrete.in_memory". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.logout.success_handler.main" to "security.logout_listener.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.logout.handler.session" to "security.logout_listener.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.session_strategy" to "security.authentication.listener.form.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.channel_listener" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.context_listener.0" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.logout_listener.main" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.listener.form.main" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.authentication.listener.anonymous.main" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access_listener" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.exception_listener.main" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.logout_url" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.security" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.profiler" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.trans" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.assets" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.code" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.routing" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.yaml" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.debug.stopwatch" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.expression" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.httpkernel" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.httpfoundation" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.debug" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.form" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.twig.doctrine_extension" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_extension" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.dump" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.extension.webprofiler" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.app_variable" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.configurator.environment" to "twig". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.template_iterator" to "twig.template_cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.form.renderer" to "twig.extension.form". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "twig.form.engine" to "twig.form.renderer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_1" to "swiftmailer.mailer.default.transport.authhandler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_2" to "swiftmailer.mailer.default.transport.authhandler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_3" to "swiftmailer.mailer.default.transport.authhandler". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.listener.tree" to "doctrine.dbal.default_connection.event_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.config_loader" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_formula_loader" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.config_resource" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.frameworkbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.securitybundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.twigbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.monologbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.swiftmailerbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.doctrinebundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.sensioframeworkextrabundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.asseticbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.stofdoctrineextensionsbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.appbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.whiteoctobertcpdfbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.gregwarimagebundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.debugbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.webprofilerbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.sensiodistributionbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.sensiogeneratorbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.doctrinemigrationsbundle" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_directory_resource.kernel" to "assetic.asset_manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.parameter_bag" to "assetic.asset_factory". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.use_controller_worker" to "assetic.asset_factory". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.value_supplier.default" to "assetic.twig_extension". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.twig_formula_loader.real" to "assetic.twig_formula_loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.config_cache" to "assetic.twig_formula_loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assetic.cache" to "assetic.controller". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.uploadable.mime_type_guesser" to "stof_doctrine_extensions.listener.uploadable". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.listener.translatable" to "stof_doctrine_extensions.event_listener.locale". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.listener.loggable" to "stof_doctrine_extensions.event_listener.logger". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.listener.blameable" to "stof_doctrine_extensions.event_listener.blame". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "stof_doctrine_extensions.listener.uploadable" to "stof_doctrine_extensions.uploadable.manager". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.request_attribute" to "debug.argument_resolver.inner". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.request" to "debug.argument_resolver.inner". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.default" to "debug.argument_resolver.inner". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "argument_resolver.variadic" to "debug.argument_resolver.inner". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "translator.logging" to "translator". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "annotations.reader" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "annotations.filesystem_cache" to "annotation_reader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real". +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "argument_metadata_factory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "argument_resolver.request_attribute"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "argument_resolver.request"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "argument_resolver.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "argument_resolver.variadic"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "a71198501557149b25016868e4bb6d998fa4ff0df0cf04c1b9f3dcf10aca700d_1"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "translator.logging"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "translator.selector"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "translation.warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.serializer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.default_clearer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.flash_bag"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.attribute_bag"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "session.handler.write_check"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.extension"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.choice_list_factory.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.choice_list_factory.property_access"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.choice_list_factory.cached"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "form.type_extension.form.request_handler"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.csrf.token_generator"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.csrf.token_storage"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assets.empty_package"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assets._default_package"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "templating.engine.delegating"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "templating.cache_warmer.template_paths"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "templating.loader.cache"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "templating.loader.chain"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "a5caf2532f797dd33043598e10cc73271d8f4038170760d9c4aa473dff4c59a3_1"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "validator.mapping.cache.symfony"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "validator.mapping.cache.doctrine.apc"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "validator.validator_factory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "profiler.storage"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.config"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.ajax"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.exception"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.events"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.logger"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.time"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.memory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "8ab412b386cfaf684e67c84735baa635d21134529e2ae3ae19d6d1402b252c52_1"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "c66c8daa4fa4dead6a562ed2c4bdb322"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.resolver"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.loader.xml"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.loader.yml"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.loader.php"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.loader.directory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "routing.loader.service"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "router.cache_warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "annotations.reader"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "annotations.filesystem_cache"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "debug.event_dispatcher.parent"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.session_strategy"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.expression_language"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access.simple_role_voter"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access.authenticated_voter"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access.expression_voter"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.firewall.map"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.listener.anonymous"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.provider.anonymous"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.retry_entry_point"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.basic_entry_point"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.digest_entry_point"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.channel_listener"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.context_listener"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.logout.handler.session"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_listener"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.rememberme.token.provider.in_memory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.logout_url"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.security"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.security"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.user.provider.concrete.in_memory_bstar"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.context_listener.0"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.logout_listener.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.logout.success_handler.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.provider.dao.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.success_handler.main.form_login"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.failure_handler.main.form_login"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.listener.form.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.form_entry_point.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.listener.anonymous.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.authentication.provider.anonymous.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.exception_listener.main"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.request_matcher.065c455eccb29716187e6bb678dcb66c91dac978068edb8a3e4648d6d844d0087b308665"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.request_matcher.13701c817f663e841e4e51543f025251d38047794ed83c1851c930b896c3b9cbe74ec29d"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.app_variable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.cache_warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.template_iterator"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.template_cache_warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.loader.native_filesystem"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.loader.chain"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.profiler"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.twig"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.trans"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.assets"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.code"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.routing"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.yaml"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.debug.stopwatch"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.expression"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.httpkernel"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.httpfoundation"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.debug"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.configurator.environment"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.form"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.form.engine"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.form.renderer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.chrome_php"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.gelf_message"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.html"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.json"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.line"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.loggly"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.normalizer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.scalar"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.wildfire"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "monolog.formatter.logstash"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_3"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_2"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "ea7afc501da72508492043f1c933c5756b4721a8381fc12a75814a8a98633301_1"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.transport.failover"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.transport.mailinvoker"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.transport.replacementfactory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.data_collector"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.mailer.default.transport.authhandler"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.mailer.default.transport.buffer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "swiftmailer.transport.configurator.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.logger"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "data_collector.doctrine"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.twig.doctrine_extension"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.default_connection.configuration"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.logger.chain.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.dbal.default_connection.event_manager"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.proxy_cache_warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.container_repository_factory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.naming_strategy.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.quote_strategy.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.default_configuration"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.default_annotation_metadata_driver"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.default_metadata_driver"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "doctrine.orm.default_entity_manager.metadata_factory"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "sensio_framework_extra.routing.loader.annot_dir"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "sensio_framework_extra.routing.loader.annot_file"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "sensio_framework_extra.security.expression_language.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.config_loader"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.config_resource"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.config_cache"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.asset_manager_cache_warmer"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.worker.cache_busting"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.parameter_bag"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.value_supplier.default"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_extension"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_formula_loader"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_formula_loader.real"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.routing_loader"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.cache"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.use_controller_worker"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.timestampable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.blameable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.tree"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.sluggable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.translatable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.loggable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.sortable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.softdeleteable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.uploadable"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.listener.reference_integrity"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.event_listener.locale"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.event_listener.logger"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.event_listener.blame"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "stof_doctrine_extensions.uploadable.mime_type_guesser"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.dump"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "twig.extension.webprofiler"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.frameworkbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.securitybundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.twigbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.monologbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.swiftmailerbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.doctrinebundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.sensioframeworkextrabundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.asseticbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.stofdoctrineextensionsbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.appbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.whiteoctobertcpdfbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.gregwarimagebundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.debugbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.webprofilerbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.sensiodistributionbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.sensiogeneratorbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.doctrinemigrationsbundle"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assetic.twig_directory_resource.kernel"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "debug.controller_resolver.inner"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "debug.argument_resolver.inner"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "debug.security.access.decision_manager.inner"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "templating.finder" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "templating.finder" to "cache_warmer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "cache.validator" to "cache_clearer". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "assets.empty_version_strategy" to "assets.packages". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access_map" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.access_map" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass: Inlined service "security.http_utils" to "security.firewall.map.context.main". +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "cache.validator"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "assets.empty_version_strategy"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "templating.finder"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.http_utils"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "security.access_map"; reason: unused. +Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "sensio_framework_extra.routing.loader.annot_class"; reason: unused. +Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass: Tag "property_info.list_extractor" was defined on service(s) "doctrine.orm.default_entity_manager.property_info_extractor", but was never used. Did you mean "property_info.type_extractor"? +Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass: Tag "property_info.type_extractor" was defined on service(s) "doctrine.orm.default_entity_manager.property_info_extractor", but was never used. Did you mean "property_info.list_extractor"? \ No newline at end of file diff --git a/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php b/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php new file mode 100644 index 00000000..117d8411 --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php @@ -0,0 +1,104 @@ +context = $context; + $this->logger = $logger; + if (null === self::$declaredRoutes) { + self::$declaredRoutes = array( + '_assetic_headerLogo' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'headerLogo', 'pos' => NULL, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/assetic/headerLogo.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_headerLogo_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'headerLogo', 'pos' => 0, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/assetic/headerLogo_wlogo_1.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_footerText' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'footerText', 'pos' => NULL, '_format' => 'svg', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/assetic/footerText.svg', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_footerText_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'footerText', 'pos' => 0, '_format' => 'svg', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/assetic/footerText_footer_1.svg', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_3626124' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 3626124, 'pos' => NULL, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/3626124.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_3626124_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 3626124, 'pos' => 0, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/3626124_guetesiegel_R_V_1.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_119d363' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '119d363', 'pos' => NULL, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/119d363.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_119d363_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '119d363', 'pos' => 0, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/119d363_rundv_1.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_3bc8286' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '3bc8286', 'pos' => NULL, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/3bc8286.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_3bc8286_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '3bc8286', 'pos' => 0, '_format' => 'png', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/3bc8286_ssl_1.png', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_cdf7b2d' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'cdf7b2d', 'pos' => NULL, '_format' => 'js', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/js/cdf7b2d.js', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_cdf7b2d_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => 'cdf7b2d', 'pos' => 0, '_format' => 'js', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/js/cdf7b2d_travelProgram_1.js', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_2d0f623' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '2d0f623', 'pos' => NULL, '_format' => 'css', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/css/2d0f623.css', ), ), 4 => array ( ), 5 => array ( ),), + '_assetic_2d0f623_0' => array ( 0 => array ( ), 1 => array ( '_controller' => 'assetic.controller:render', 'name' => '2d0f623', 'pos' => 0, '_format' => 'css', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/css/2d0f623_daterangepicker_1.css', ), ), 4 => array ( ), 5 => array ( ),), + '_wdt' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:toolbarAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/_wdt', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_home' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:homeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_search' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/search', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_search_bar' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchBarAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/search_bar', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_info' => array ( 0 => array ( 0 => 'about', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:infoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'about', ), 1 => array ( 0 => 'text', 1 => '/_profiler/info', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_phpinfo' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:phpinfoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/phpinfo', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_search_results' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchResultsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/search/results', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:panelAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_router' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.router:panelAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/router', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_exception' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.exception:showAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/exception', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),), + '_profiler_exception_css' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.exception:cssAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/exception.css', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),), + '_twig_error_test' => array ( 0 => array ( 0 => 'code', 1 => '_format', ), 1 => array ( '_controller' => 'twig.controller.preview_error:previewErrorPageAction', '_format' => 'html', ), 2 => array ( 'code' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => '[^/]++', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'code', ), 2 => array ( 0 => 'text', 1 => '/_error', ), ), 4 => array ( ), 5 => array ( ),), + 'login' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/login', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewo' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo', ), ), 4 => array ( ), 5 => array ( ),), + 'after_login' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoLodgingsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewlodging' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewLodgingAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/new', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewogroupnewlodging' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupNewLodgingAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/group/new', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditlodginggroup' => array ( 0 => array ( 0 => 'lodgingGroupId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditLodgingGroupAction', ), 2 => array ( 'lodgingGroupId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 1 => array ( 0 => 'text', 1 => '/admin/fewo/lodging/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditlodging' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditLodgingAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 1 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeletelodging' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteLodgingAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeletelodginggroup' => array ( 0 => array ( 0 => 'lodgingGroupId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteLodgingGroupAction', ), 2 => array ( 'lodgingGroupId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodging/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewolodgingprogram' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoLodgingProgramAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/program', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewprice' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewPriceAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/prices/new', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditprice' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'priceId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditPriceAction', ), 2 => array ( 'lodgingId' => '\\d+', 'priceId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'priceId', ), 1 => array ( 0 => 'text', 1 => '/prices', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeleteprice' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'priceId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeletePriceAction', ), 2 => array ( 'lodgingId' => '\\d+', 'priceId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'priceId', ), 2 => array ( 0 => 'text', 1 => '/prices', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 4 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewreservation' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewReservationAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/reservations/new', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewreservationwithstartingday' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'fromDate', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewReservationWithStartingDayAction', ), 2 => array ( 'lodgingId' => '\\d+', 'fromDate' => '\\w+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\w+', 3 => 'fromDate', ), 1 => array ( 0 => 'text', 1 => '/reservations/new', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditreservation' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'reservationId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditReservationAction', ), 2 => array ( 'lodgingId' => '\\d+', 'reservationId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'reservationId', ), 1 => array ( 0 => 'text', 1 => '/reservations', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeletereservation' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'reservationId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteReservationAction', ), 2 => array ( 'lodgingId' => '\\d+', 'reservationId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'reservationId', ), 2 => array ( 0 => 'text', 1 => '/reservations', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 4 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoseasons' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoSeasonsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo/seasons', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewseason' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewSeasonAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/fewo/seasons/new', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditseason' => array ( 0 => array ( 0 => 'seasonId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditSeasonAction', ), 2 => array ( 'seasonId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'seasonId', ), 1 => array ( 0 => 'text', 1 => '/admin/fewo/seasons', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeleteseason' => array ( 0 => array ( 0 => 'seasonId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteSeasonAction', ), 2 => array ( 'seasonId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'seasonId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/seasons', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoimagemultiupload' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoImageMultiUploadAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/multi-upload', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewonewimage' => array ( 0 => array ( 0 => 'lodgingId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewImageAction', ), 2 => array ( 'lodgingId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/new', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 2 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewoeditimage' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'imageId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditImageAction', ), 2 => array ( 'lodgingId' => '\\d+', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 1 => array ( 0 => 'text', 1 => '/images', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewodeleteimage' => array ( 0 => array ( 0 => 'lodgingId', 1 => 'imageId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteImageAction', ), 2 => array ( 'lodgingId' => '\\d+', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'text', 1 => '/images', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingId', ), 4 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewogroupimagemultiupload' => array ( 0 => array ( 0 => 'comp', 1 => 'lodgingGroupId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupImageMultiUploadAction', ), 2 => array ( 'comp' => 'pre|post', 'lodgingGroupId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/multi-upload', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => 'pre|post', 3 => 'comp', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewogroupnewimage' => array ( 0 => array ( 0 => 'comp', 1 => 'lodgingGroupId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupNewImageAction', ), 2 => array ( 'comp' => 'pre|post', 'lodgingGroupId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/images/new', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => 'pre|post', 3 => 'comp', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewogroupeditimage' => array ( 0 => array ( 0 => 'lodgingGroupId', 1 => 'imageId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupEditImageAction', ), 2 => array ( 'lodgingGroupId' => '\\d+', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 1 => array ( 0 => 'text', 1 => '/images', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 3 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_admin_adminfewogroupdeleteimage' => array ( 0 => array ( 0 => 'lodgingGroupId', 1 => 'imageId', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupDeleteImageAction', ), 2 => array ( 'lodgingGroupId' => '\\d+', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'text', 1 => '/images', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lodgingGroupId', ), 4 => array ( 0 => 'text', 1 => '/admin/fewo/lodgings/group', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_home' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::homeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_search' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::searchAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/suche', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_ttsearch' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::ttSearchAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/tt-suche', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_contact' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::contactAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/kontakt', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_sitemap' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::sitemapAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/sitemap', ), ), 4 => array ( ), 5 => array ( ),), + 'app_default_createtree' => array ( 0 => array ( ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::createTreeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/create-tree', ), ), 4 => array ( ), 5 => array ( ),), + 'route1' => array ( 0 => array ( 0 => 'req', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\DefaultController::defaultAction', ), 2 => array ( 'req' => '.+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'req', ), ), 4 => array ( ), 5 => array ( ),), + 'logout' => array ( 0 => array ( ), 1 => array ( ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/logout', ), ), 4 => array ( ), 5 => array ( ),), + '_image' => array ( 0 => array ( 0 => 'slug', ), 1 => array ( '_controller' => 'AppBundle\\Controller\\ImageController::showAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'slug', ), 1 => array ( 0 => 'text', 1 => '/_image/', ), ), 4 => array ( ), 5 => array ( ),), + ); + } + } + + public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH) + { + if (!isset(self::$declaredRoutes[$name])) { + throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name)); + } + + list($variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes) = self::$declaredRoutes[$name]; + + return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes); + } +} diff --git a/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php.meta b/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php.meta new file mode 100644 index 00000000..2c5f177c Binary files /dev/null and b/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php.meta differ diff --git a/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php b/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php new file mode 100644 index 00000000..0eb11e9e --- /dev/null +++ b/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php @@ -0,0 +1,420 @@ +context = $context; + } + + public function match($pathinfo) + { + $allow = array(); + $pathinfo = rawurldecode($pathinfo); + $context = $this->context; + $request = $this->request; + + if (0 === strpos($pathinfo, '/assetic')) { + if (0 === strpos($pathinfo, '/assetic/headerLogo')) { + // _assetic_headerLogo + if ($pathinfo === '/assetic/headerLogo.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'headerLogo', 'pos' => NULL, '_format' => 'png', '_route' => '_assetic_headerLogo',); + } + + // _assetic_headerLogo_0 + if ($pathinfo === '/assetic/headerLogo_wlogo_1.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'headerLogo', 'pos' => 0, '_format' => 'png', '_route' => '_assetic_headerLogo_0',); + } + + } + + if (0 === strpos($pathinfo, '/assetic/footerText')) { + // _assetic_footerText + if ($pathinfo === '/assetic/footerText.svg') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'footerText', 'pos' => NULL, '_format' => 'svg', '_route' => '_assetic_footerText',); + } + + // _assetic_footerText_0 + if ($pathinfo === '/assetic/footerText_footer_1.svg') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'footerText', 'pos' => 0, '_format' => 'svg', '_route' => '_assetic_footerText_0',); + } + + } + + } + + if (0 === strpos($pathinfo, '/images')) { + if (0 === strpos($pathinfo, '/images/3626124')) { + // _assetic_3626124 + if ($pathinfo === '/images/3626124.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 3626124, 'pos' => NULL, '_format' => 'png', '_route' => '_assetic_3626124',); + } + + // _assetic_3626124_0 + if ($pathinfo === '/images/3626124_guetesiegel_R_V_1.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 3626124, 'pos' => 0, '_format' => 'png', '_route' => '_assetic_3626124_0',); + } + + } + + if (0 === strpos($pathinfo, '/images/119d363')) { + // _assetic_119d363 + if ($pathinfo === '/images/119d363.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '119d363', 'pos' => NULL, '_format' => 'png', '_route' => '_assetic_119d363',); + } + + // _assetic_119d363_0 + if ($pathinfo === '/images/119d363_rundv_1.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '119d363', 'pos' => 0, '_format' => 'png', '_route' => '_assetic_119d363_0',); + } + + } + + if (0 === strpos($pathinfo, '/images/3bc8286')) { + // _assetic_3bc8286 + if ($pathinfo === '/images/3bc8286.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '3bc8286', 'pos' => NULL, '_format' => 'png', '_route' => '_assetic_3bc8286',); + } + + // _assetic_3bc8286_0 + if ($pathinfo === '/images/3bc8286_ssl_1.png') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '3bc8286', 'pos' => 0, '_format' => 'png', '_route' => '_assetic_3bc8286_0',); + } + + } + + } + + if (0 === strpos($pathinfo, '/js/cdf7b2d')) { + // _assetic_cdf7b2d + if ($pathinfo === '/js/cdf7b2d.js') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'cdf7b2d', 'pos' => NULL, '_format' => 'js', '_route' => '_assetic_cdf7b2d',); + } + + // _assetic_cdf7b2d_0 + if ($pathinfo === '/js/cdf7b2d_travelProgram_1.js') { + return array ( '_controller' => 'assetic.controller:render', 'name' => 'cdf7b2d', 'pos' => 0, '_format' => 'js', '_route' => '_assetic_cdf7b2d_0',); + } + + } + + if (0 === strpos($pathinfo, '/css/2d0f623')) { + // _assetic_2d0f623 + if ($pathinfo === '/css/2d0f623.css') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '2d0f623', 'pos' => NULL, '_format' => 'css', '_route' => '_assetic_2d0f623',); + } + + // _assetic_2d0f623_0 + if ($pathinfo === '/css/2d0f623_daterangepicker_1.css') { + return array ( '_controller' => 'assetic.controller:render', 'name' => '2d0f623', 'pos' => 0, '_format' => 'css', '_route' => '_assetic_2d0f623_0',); + } + + } + + if (0 === strpos($pathinfo, '/_')) { + // _wdt + if (0 === strpos($pathinfo, '/_wdt') && preg_match('#^/_wdt/(?P[^/]++)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_wdt')), array ( '_controller' => 'web_profiler.controller.profiler:toolbarAction',)); + } + + if (0 === strpos($pathinfo, '/_profiler')) { + // _profiler_home + if (rtrim($pathinfo, '/') === '/_profiler') { + if (substr($pathinfo, -1) !== '/') { + return $this->redirect($pathinfo.'/', '_profiler_home'); + } + + return array ( '_controller' => 'web_profiler.controller.profiler:homeAction', '_route' => '_profiler_home',); + } + + if (0 === strpos($pathinfo, '/_profiler/search')) { + // _profiler_search + if ($pathinfo === '/_profiler/search') { + return array ( '_controller' => 'web_profiler.controller.profiler:searchAction', '_route' => '_profiler_search',); + } + + // _profiler_search_bar + if ($pathinfo === '/_profiler/search_bar') { + return array ( '_controller' => 'web_profiler.controller.profiler:searchBarAction', '_route' => '_profiler_search_bar',); + } + + } + + // _profiler_info + if (0 === strpos($pathinfo, '/_profiler/info') && preg_match('#^/_profiler/info/(?P[^/]++)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_info')), array ( '_controller' => 'web_profiler.controller.profiler:infoAction',)); + } + + // _profiler_phpinfo + if ($pathinfo === '/_profiler/phpinfo') { + return array ( '_controller' => 'web_profiler.controller.profiler:phpinfoAction', '_route' => '_profiler_phpinfo',); + } + + // _profiler_search_results + if (preg_match('#^/_profiler/(?P[^/]++)/search/results$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_search_results')), array ( '_controller' => 'web_profiler.controller.profiler:searchResultsAction',)); + } + + // _profiler + if (preg_match('#^/_profiler/(?P[^/]++)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler')), array ( '_controller' => 'web_profiler.controller.profiler:panelAction',)); + } + + // _profiler_router + if (preg_match('#^/_profiler/(?P[^/]++)/router$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_router')), array ( '_controller' => 'web_profiler.controller.router:panelAction',)); + } + + // _profiler_exception + if (preg_match('#^/_profiler/(?P[^/]++)/exception$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_exception')), array ( '_controller' => 'web_profiler.controller.exception:showAction',)); + } + + // _profiler_exception_css + if (preg_match('#^/_profiler/(?P[^/]++)/exception\\.css$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_exception_css')), array ( '_controller' => 'web_profiler.controller.exception:cssAction',)); + } + + } + + // _twig_error_test + if (0 === strpos($pathinfo, '/_error') && preg_match('#^/_error/(?P\\d+)(?:\\.(?P<_format>[^/]++))?$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_twig_error_test')), array ( '_controller' => 'twig.controller.preview_error:previewErrorPageAction', '_format' => 'html',)); + } + + } + + // login + if ($pathinfo === '/login') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminAction', '_route' => 'login',); + } + + if (0 === strpos($pathinfo, '/admin/fewo')) { + // app_admin_adminfewo + if ($pathinfo === '/admin/fewo') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoAction', '_route' => 'app_admin_adminfewo',); + } + + if (0 === strpos($pathinfo, '/admin/fewo/lodging')) { + if (0 === strpos($pathinfo, '/admin/fewo/lodgings')) { + // after_login + if ($pathinfo === '/admin/fewo/lodgings') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoLodgingsAction', '_route' => 'after_login',); + } + + // app_admin_adminfewonewlodging + if ($pathinfo === '/admin/fewo/lodgings/new') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewLodgingAction', '_route' => 'app_admin_adminfewonewlodging',); + } + + // app_admin_adminfewogroupnewlodging + if ($pathinfo === '/admin/fewo/lodgings/group/new') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupNewLodgingAction', '_route' => 'app_admin_adminfewogroupnewlodging',); + } + + } + + // app_admin_adminfewoeditlodginggroup + if (0 === strpos($pathinfo, '/admin/fewo/lodging/group') && preg_match('#^/admin/fewo/lodging/group/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditlodginggroup')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditLodgingGroupAction',)); + } + + if (0 === strpos($pathinfo, '/admin/fewo/lodgings')) { + // app_admin_adminfewoeditlodging + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditlodging')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditLodgingAction',)); + } + + // app_admin_adminfewodeletelodging + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeletelodging')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteLodgingAction',)); + } + + } + + // app_admin_adminfewodeletelodginggroup + if (0 === strpos($pathinfo, '/admin/fewo/lodging/group') && preg_match('#^/admin/fewo/lodging/group/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeletelodginggroup')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteLodgingGroupAction',)); + } + + if (0 === strpos($pathinfo, '/admin/fewo/lodgings')) { + // app_admin_adminfewolodgingprogram + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/program$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewolodgingprogram')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoLodgingProgramAction',)); + } + + // app_admin_adminfewonewprice + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/prices/new$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewonewprice')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewPriceAction',)); + } + + // app_admin_adminfewoeditprice + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/prices/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditprice')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditPriceAction',)); + } + + // app_admin_adminfewodeleteprice + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/prices/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeleteprice')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeletePriceAction',)); + } + + // app_admin_adminfewonewreservation + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/reservations/new$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewonewreservation')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewReservationAction',)); + } + + // app_admin_adminfewonewreservationwithstartingday + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/reservations/new/(?P\\w+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewonewreservationwithstartingday')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewReservationWithStartingDayAction',)); + } + + // app_admin_adminfewoeditreservation + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/reservations/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditreservation')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditReservationAction',)); + } + + // app_admin_adminfewodeletereservation + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/reservations/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeletereservation')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteReservationAction',)); + } + + } + + } + + if (0 === strpos($pathinfo, '/admin/fewo/seasons')) { + // app_admin_adminfewoseasons + if ($pathinfo === '/admin/fewo/seasons') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoSeasonsAction', '_route' => 'app_admin_adminfewoseasons',); + } + + // app_admin_adminfewonewseason + if ($pathinfo === '/admin/fewo/seasons/new') { + return array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewSeasonAction', '_route' => 'app_admin_adminfewonewseason',); + } + + // app_admin_adminfewoeditseason + if (preg_match('#^/admin/fewo/seasons/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditseason')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditSeasonAction',)); + } + + // app_admin_adminfewodeleteseason + if (preg_match('#^/admin/fewo/seasons/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeleteseason')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteSeasonAction',)); + } + + } + + if (0 === strpos($pathinfo, '/admin/fewo/lodgings')) { + // app_admin_adminfewoimagemultiupload + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/images/multi\\-upload$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoimagemultiupload')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoImageMultiUploadAction',)); + } + + // app_admin_adminfewonewimage + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/images/new$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewonewimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoNewImageAction',)); + } + + // app_admin_adminfewoeditimage + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/images/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewoeditimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoEditImageAction',)); + } + + // app_admin_adminfewodeleteimage + if (preg_match('#^/admin/fewo/lodgings/(?P\\d+)/images/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewodeleteimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoDeleteImageAction',)); + } + + if (0 === strpos($pathinfo, '/admin/fewo/lodgings/group')) { + // app_admin_adminfewogroupimagemultiupload + if (preg_match('#^/admin/fewo/lodgings/group/(?Ppre|post)/(?P\\d+)/images/multi\\-upload$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewogroupimagemultiupload')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupImageMultiUploadAction',)); + } + + // app_admin_adminfewogroupnewimage + if (preg_match('#^/admin/fewo/lodgings/group/(?Ppre|post)/(?P\\d+)/images/new$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewogroupnewimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupNewImageAction',)); + } + + // app_admin_adminfewogroupeditimage + if (preg_match('#^/admin/fewo/lodgings/group/(?P\\d+)/images/(?P\\d+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewogroupeditimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupEditImageAction',)); + } + + // app_admin_adminfewogroupdeleteimage + if (preg_match('#^/admin/fewo/lodgings/group/(?P\\d+)/images/(?P\\d+)/delete$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'app_admin_adminfewogroupdeleteimage')), array ( '_controller' => 'AppBundle\\Controller\\AdminController::adminFewoGroupDeleteImageAction',)); + } + + } + + } + + } + + // app_default_home + if (rtrim($pathinfo, '/') === '') { + if (substr($pathinfo, -1) !== '/') { + return $this->redirect($pathinfo.'/', 'app_default_home'); + } + + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::homeAction', '_route' => 'app_default_home',); + } + + // app_default_search + if ($pathinfo === '/suche') { + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::searchAction', '_route' => 'app_default_search',); + } + + // app_default_ttsearch + if ($pathinfo === '/tt-suche') { + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::ttSearchAction', '_route' => 'app_default_ttsearch',); + } + + // app_default_contact + if ($pathinfo === '/kontakt') { + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::contactAction', '_route' => 'app_default_contact',); + } + + // app_default_sitemap + if ($pathinfo === '/sitemap') { + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::sitemapAction', '_route' => 'app_default_sitemap',); + } + + // app_default_createtree + if ($pathinfo === '/create-tree') { + return array ( '_controller' => 'AppBundle\\Controller\\DefaultController::createTreeAction', '_route' => 'app_default_createtree',); + } + + // route1 + if (preg_match('#^/(?P.+)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => 'route1')), array ( '_controller' => 'AppBundle\\Controller\\DefaultController::defaultAction',)); + } + + // logout + if ($pathinfo === '/logout') { + return array('_route' => 'logout'); + } + + // _image + if (0 === strpos($pathinfo, '/_image/') && preg_match('#^/_image//(?P[^/]++)$#s', $pathinfo, $matches)) { + return $this->mergeDefaults(array_replace($matches, array('_route' => '_image')), array ( '_controller' => 'AppBundle\\Controller\\ImageController::showAction',)); + } + + throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException(); + } +} diff --git a/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php.meta b/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php.meta new file mode 100644 index 00000000..2c5f177c Binary files /dev/null and b/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php.meta differ diff --git a/var/cache/dev/assetic/config/0/02f50290330c0d999a89cf23578cee2f.php b/var/cache/dev/assetic/config/0/02f50290330c0d999a89cf23578cee2f.php new file mode 100644 index 00000000..fbea3ac0 --- /dev/null +++ b/var/cache/dev/assetic/config/0/02f50290330c0d999a89cf23578cee2f.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/0/04222b6a417e0eb814a13fb50260f865.php b/var/cache/dev/assetic/config/0/04222b6a417e0eb814a13fb50260f865.php new file mode 100644 index 00000000..4efd7fa1 --- /dev/null +++ b/var/cache/dev/assetic/config/0/04222b6a417e0eb814a13fb50260f865.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/0/0a436ff655c0ae4d4466c36d64b68da5.php b/var/cache/dev/assetic/config/0/0a436ff655c0ae4d4466c36d64b68da5.php new file mode 100644 index 00000000..0b399f51 --- /dev/null +++ b/var/cache/dev/assetic/config/0/0a436ff655c0ae4d4466c36d64b68da5.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/0/0c431a31d7982e6317f9b6ddc600c842.php b/var/cache/dev/assetic/config/0/0c431a31d7982e6317f9b6ddc600c842.php new file mode 100644 index 00000000..be125ed2 --- /dev/null +++ b/var/cache/dev/assetic/config/0/0c431a31d7982e6317f9b6ddc600c842.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/0/0cf9f49eb11fc2a16e849d9378fe9b3f.php b/var/cache/dev/assetic/config/0/0cf9f49eb11fc2a16e849d9378fe9b3f.php new file mode 100644 index 00000000..c478d599 --- /dev/null +++ b/var/cache/dev/assetic/config/0/0cf9f49eb11fc2a16e849d9378fe9b3f.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/0/0f0cce9e0d82d1f8be045b93574bc574.php b/var/cache/dev/assetic/config/0/0f0cce9e0d82d1f8be045b93574bc574.php new file mode 100644 index 00000000..f846c44e --- /dev/null +++ b/var/cache/dev/assetic/config/0/0f0cce9e0d82d1f8be045b93574bc574.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/1/105ce083893e42fa59416b76fdd4d62c.php b/var/cache/dev/assetic/config/1/105ce083893e42fa59416b76fdd4d62c.php new file mode 100644 index 00000000..77ae0f68 --- /dev/null +++ b/var/cache/dev/assetic/config/1/105ce083893e42fa59416b76fdd4d62c.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/1/1dc782bac176682783c157846b52c03d.php b/var/cache/dev/assetic/config/1/1dc782bac176682783c157846b52c03d.php new file mode 100644 index 00000000..89dd0267 --- /dev/null +++ b/var/cache/dev/assetic/config/1/1dc782bac176682783c157846b52c03d.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/2/215ebb30e356398388ffc8f4d4159d0f.php b/var/cache/dev/assetic/config/2/215ebb30e356398388ffc8f4d4159d0f.php new file mode 100644 index 00000000..fc7d0339 --- /dev/null +++ b/var/cache/dev/assetic/config/2/215ebb30e356398388ffc8f4d4159d0f.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/2/225832d118c2875759998b5a9ac049d7.php b/var/cache/dev/assetic/config/2/225832d118c2875759998b5a9ac049d7.php new file mode 100644 index 00000000..9ac14599 --- /dev/null +++ b/var/cache/dev/assetic/config/2/225832d118c2875759998b5a9ac049d7.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/2/2516301f2a2755f2453d8c32b5427d83.php b/var/cache/dev/assetic/config/2/2516301f2a2755f2453d8c32b5427d83.php new file mode 100644 index 00000000..cb8bdfee --- /dev/null +++ b/var/cache/dev/assetic/config/2/2516301f2a2755f2453d8c32b5427d83.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/3/3358621baf91e6860e685755f046419e.php b/var/cache/dev/assetic/config/3/3358621baf91e6860e685755f046419e.php new file mode 100644 index 00000000..9fd77ce5 --- /dev/null +++ b/var/cache/dev/assetic/config/3/3358621baf91e6860e685755f046419e.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/3/338badc3cd91788af337240eab89288f.php b/var/cache/dev/assetic/config/3/338badc3cd91788af337240eab89288f.php new file mode 100644 index 00000000..cc211a88 --- /dev/null +++ b/var/cache/dev/assetic/config/3/338badc3cd91788af337240eab89288f.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/3/34f59719c5381b0719f13b5d2702fec2.php b/var/cache/dev/assetic/config/3/34f59719c5381b0719f13b5d2702fec2.php new file mode 100644 index 00000000..20a5890b --- /dev/null +++ b/var/cache/dev/assetic/config/3/34f59719c5381b0719f13b5d2702fec2.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/3/38a25ee4961e8082c85717948ddd371c.php b/var/cache/dev/assetic/config/3/38a25ee4961e8082c85717948ddd371c.php new file mode 100644 index 00000000..c33da204 --- /dev/null +++ b/var/cache/dev/assetic/config/3/38a25ee4961e8082c85717948ddd371c.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '2d0f623' => + array ( + 0 => + array ( + 0 => 'bundles/app/css/daterangepicker.css', + ), + 1 => + array ( + 0 => 'cssrewrite', + ), + 2 => + array ( + 'output' => '_controller/css/2d0f623.css', + 'name' => '2d0f623', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/4/402e511d42a09a4641d027bbb071b12d.php b/var/cache/dev/assetic/config/4/402e511d42a09a4641d027bbb071b12d.php new file mode 100644 index 00000000..95bfa35c --- /dev/null +++ b/var/cache/dev/assetic/config/4/402e511d42a09a4641d027bbb071b12d.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/4/43432dbb3b30b00fcc8cba6ec5f76b2a.php b/var/cache/dev/assetic/config/4/43432dbb3b30b00fcc8cba6ec5f76b2a.php new file mode 100644 index 00000000..fda1a7f3 --- /dev/null +++ b/var/cache/dev/assetic/config/4/43432dbb3b30b00fcc8cba6ec5f76b2a.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/4/4c9158cc2847181c8bbaa02504323622.php b/var/cache/dev/assetic/config/4/4c9158cc2847181c8bbaa02504323622.php new file mode 100644 index 00000000..f5edd0fd --- /dev/null +++ b/var/cache/dev/assetic/config/4/4c9158cc2847181c8bbaa02504323622.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/4/4f04c409236276e159213e2725d6297b.php b/var/cache/dev/assetic/config/4/4f04c409236276e159213e2725d6297b.php new file mode 100644 index 00000000..3621d3f6 --- /dev/null +++ b/var/cache/dev/assetic/config/4/4f04c409236276e159213e2725d6297b.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/4/4f2b5b5c94964b5655a7c9e0cf0bb0bb.php b/var/cache/dev/assetic/config/4/4f2b5b5c94964b5655a7c9e0cf0bb0bb.php new file mode 100644 index 00000000..e4fd1210 --- /dev/null +++ b/var/cache/dev/assetic/config/4/4f2b5b5c94964b5655a7c9e0cf0bb0bb.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/5/58207c2f38002f8c46a3abe27310db35.php b/var/cache/dev/assetic/config/5/58207c2f38002f8c46a3abe27310db35.php new file mode 100644 index 00000000..cf7797ae --- /dev/null +++ b/var/cache/dev/assetic/config/5/58207c2f38002f8c46a3abe27310db35.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/5/5a3e6ec4a3bb4beae2f2162555b60719.php b/var/cache/dev/assetic/config/5/5a3e6ec4a3bb4beae2f2162555b60719.php new file mode 100644 index 00000000..c750a606 --- /dev/null +++ b/var/cache/dev/assetic/config/5/5a3e6ec4a3bb4beae2f2162555b60719.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/622a0775e0d727ad9e0ca2a525aeefd1.php b/var/cache/dev/assetic/config/6/622a0775e0d727ad9e0ca2a525aeefd1.php new file mode 100644 index 00000000..1877d7f1 --- /dev/null +++ b/var/cache/dev/assetic/config/6/622a0775e0d727ad9e0ca2a525aeefd1.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/62305dbb87a350c340ba3cabd218530f.php b/var/cache/dev/assetic/config/6/62305dbb87a350c340ba3cabd218530f.php new file mode 100644 index 00000000..19081192 --- /dev/null +++ b/var/cache/dev/assetic/config/6/62305dbb87a350c340ba3cabd218530f.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/639cfd9f5757a6967f44e7b6b21174e0.php b/var/cache/dev/assetic/config/6/639cfd9f5757a6967f44e7b6b21174e0.php new file mode 100644 index 00000000..1b4e72e5 --- /dev/null +++ b/var/cache/dev/assetic/config/6/639cfd9f5757a6967f44e7b6b21174e0.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/63ab4e6c7bad703b6517b2f2ce78633c.php b/var/cache/dev/assetic/config/6/63ab4e6c7bad703b6517b2f2ce78633c.php new file mode 100644 index 00000000..e8ff1e86 --- /dev/null +++ b/var/cache/dev/assetic/config/6/63ab4e6c7bad703b6517b2f2ce78633c.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/63b9958472a05b4c740b923b85b26e6e.php b/var/cache/dev/assetic/config/6/63b9958472a05b4c740b923b85b26e6e.php new file mode 100644 index 00000000..2c0bceb9 --- /dev/null +++ b/var/cache/dev/assetic/config/6/63b9958472a05b4c740b923b85b26e6e.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/64a847720775b02f3053b4ca63994291.php b/var/cache/dev/assetic/config/6/64a847720775b02f3053b4ca63994291.php new file mode 100644 index 00000000..043ab942 --- /dev/null +++ b/var/cache/dev/assetic/config/6/64a847720775b02f3053b4ca63994291.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/6/65dd6a2f92ed9327935674bd4c1fa09a.php b/var/cache/dev/assetic/config/6/65dd6a2f92ed9327935674bd4c1fa09a.php new file mode 100644 index 00000000..9671a4af --- /dev/null +++ b/var/cache/dev/assetic/config/6/65dd6a2f92ed9327935674bd4c1fa09a.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/7/76d68d5e8afd1360790999b1fb0dce75.php b/var/cache/dev/assetic/config/7/76d68d5e8afd1360790999b1fb0dce75.php new file mode 100644 index 00000000..cd5220aa --- /dev/null +++ b/var/cache/dev/assetic/config/7/76d68d5e8afd1360790999b1fb0dce75.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/7/795bd364ce1dc964c7692dc382ddf66e.php b/var/cache/dev/assetic/config/7/795bd364ce1dc964c7692dc382ddf66e.php new file mode 100644 index 00000000..ee80b10b --- /dev/null +++ b/var/cache/dev/assetic/config/7/795bd364ce1dc964c7692dc382ddf66e.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/7/7a657cc8525177d3cb56b29b081c50a5.php b/var/cache/dev/assetic/config/7/7a657cc8525177d3cb56b29b081c50a5.php new file mode 100644 index 00000000..c4f93308 --- /dev/null +++ b/var/cache/dev/assetic/config/7/7a657cc8525177d3cb56b29b081c50a5.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/7/7fb808e9cd091bf9a6c3088bb6c13132.php b/var/cache/dev/assetic/config/7/7fb808e9cd091bf9a6c3088bb6c13132.php new file mode 100644 index 00000000..01574a74 --- /dev/null +++ b/var/cache/dev/assetic/config/7/7fb808e9cd091bf9a6c3088bb6c13132.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/84b5882962e5189f93d32b99d83b7e14.php b/var/cache/dev/assetic/config/8/84b5882962e5189f93d32b99d83b7e14.php new file mode 100644 index 00000000..eeaae066 --- /dev/null +++ b/var/cache/dev/assetic/config/8/84b5882962e5189f93d32b99d83b7e14.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/869bffdfbfa5c18aa05d4697efaefdd2.php b/var/cache/dev/assetic/config/8/869bffdfbfa5c18aa05d4697efaefdd2.php new file mode 100644 index 00000000..5d1315c3 --- /dev/null +++ b/var/cache/dev/assetic/config/8/869bffdfbfa5c18aa05d4697efaefdd2.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/871e405a5156202dee9ff59db4fa2054.php b/var/cache/dev/assetic/config/8/871e405a5156202dee9ff59db4fa2054.php new file mode 100644 index 00000000..597e1718 --- /dev/null +++ b/var/cache/dev/assetic/config/8/871e405a5156202dee9ff59db4fa2054.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/896c93874cb154d4b00b1cde00d94f91.php b/var/cache/dev/assetic/config/8/896c93874cb154d4b00b1cde00d94f91.php new file mode 100644 index 00000000..f5677983 --- /dev/null +++ b/var/cache/dev/assetic/config/8/896c93874cb154d4b00b1cde00d94f91.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/8ad0a5a68da5a4aa035be260e3cf9749.php b/var/cache/dev/assetic/config/8/8ad0a5a68da5a4aa035be260e3cf9749.php new file mode 100644 index 00000000..4fe44f01 --- /dev/null +++ b/var/cache/dev/assetic/config/8/8ad0a5a68da5a4aa035be260e3cf9749.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/8b4b9a94dd30c5794351e5876c4cf6cf.php b/var/cache/dev/assetic/config/8/8b4b9a94dd30c5794351e5876c4cf6cf.php new file mode 100644 index 00000000..fb6a598d --- /dev/null +++ b/var/cache/dev/assetic/config/8/8b4b9a94dd30c5794351e5876c4cf6cf.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/8c90f01042d5e5dad417a3b82fc60f6a.php b/var/cache/dev/assetic/config/8/8c90f01042d5e5dad417a3b82fc60f6a.php new file mode 100644 index 00000000..2a4eea0d --- /dev/null +++ b/var/cache/dev/assetic/config/8/8c90f01042d5e5dad417a3b82fc60f6a.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/8/8e34611dc9b92bfc524aa4659f065994.php b/var/cache/dev/assetic/config/8/8e34611dc9b92bfc524aa4659f065994.php new file mode 100644 index 00000000..745cc9db --- /dev/null +++ b/var/cache/dev/assetic/config/8/8e34611dc9b92bfc524aa4659f065994.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/9/9104bfdff35f03258de867ade740c864.php b/var/cache/dev/assetic/config/9/9104bfdff35f03258de867ade740c864.php new file mode 100644 index 00000000..10359cd1 --- /dev/null +++ b/var/cache/dev/assetic/config/9/9104bfdff35f03258de867ade740c864.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/9/9e3ed6b46c3e6bafc819ac616416eb5e.php b/var/cache/dev/assetic/config/9/9e3ed6b46c3e6bafc819ac616416eb5e.php new file mode 100644 index 00000000..b21feae6 --- /dev/null +++ b/var/cache/dev/assetic/config/9/9e3ed6b46c3e6bafc819ac616416eb5e.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/a/a109f6e984a398b6107b7ad368788603.php b/var/cache/dev/assetic/config/a/a109f6e984a398b6107b7ad368788603.php new file mode 100644 index 00000000..15888871 --- /dev/null +++ b/var/cache/dev/assetic/config/a/a109f6e984a398b6107b7ad368788603.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/a/a41f63e9954b29319b555d0e6677f788.php b/var/cache/dev/assetic/config/a/a41f63e9954b29319b555d0e6677f788.php new file mode 100644 index 00000000..b793f854 --- /dev/null +++ b/var/cache/dev/assetic/config/a/a41f63e9954b29319b555d0e6677f788.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/a/a53182668ba18ec8193de1990634ac86.php b/var/cache/dev/assetic/config/a/a53182668ba18ec8193de1990634ac86.php new file mode 100644 index 00000000..3aa317d9 --- /dev/null +++ b/var/cache/dev/assetic/config/a/a53182668ba18ec8193de1990634ac86.php @@ -0,0 +1,25 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/a/a68914fb74e4e1f89381b8547bcbabfc.php b/var/cache/dev/assetic/config/a/a68914fb74e4e1f89381b8547bcbabfc.php new file mode 100644 index 00000000..4a490636 --- /dev/null +++ b/var/cache/dev/assetic/config/a/a68914fb74e4e1f89381b8547bcbabfc.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/a/ab789fc609f451be934e66043d5d2283.php b/var/cache/dev/assetic/config/a/ab789fc609f451be934e66043d5d2283.php new file mode 100644 index 00000000..1d900c14 --- /dev/null +++ b/var/cache/dev/assetic/config/a/ab789fc609f451be934e66043d5d2283.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/b/b11b4e426afaddb4e41656a7a78c29dd.php b/var/cache/dev/assetic/config/b/b11b4e426afaddb4e41656a7a78c29dd.php new file mode 100644 index 00000000..fbb44d70 --- /dev/null +++ b/var/cache/dev/assetic/config/b/b11b4e426afaddb4e41656a7a78c29dd.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/b/bbc310c9514b3aefa1849b0a43cc62b2.php b/var/cache/dev/assetic/config/b/bbc310c9514b3aefa1849b0a43cc62b2.php new file mode 100644 index 00000000..f8b0c17b --- /dev/null +++ b/var/cache/dev/assetic/config/b/bbc310c9514b3aefa1849b0a43cc62b2.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/c20a6aa2788a6dd97c154e631493dc75.php b/var/cache/dev/assetic/config/c/c20a6aa2788a6dd97c154e631493dc75.php new file mode 100644 index 00000000..33057e25 --- /dev/null +++ b/var/cache/dev/assetic/config/c/c20a6aa2788a6dd97c154e631493dc75.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/c3b96e4d608ebab8a188cb3b9e84470d.php b/var/cache/dev/assetic/config/c/c3b96e4d608ebab8a188cb3b9e84470d.php new file mode 100644 index 00000000..e414e6e5 --- /dev/null +++ b/var/cache/dev/assetic/config/c/c3b96e4d608ebab8a188cb3b9e84470d.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/c6b1a6c4db1c89a5d206abc435b748e6.php b/var/cache/dev/assetic/config/c/c6b1a6c4db1c89a5d206abc435b748e6.php new file mode 100644 index 00000000..707c61b4 --- /dev/null +++ b/var/cache/dev/assetic/config/c/c6b1a6c4db1c89a5d206abc435b748e6.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/c736ecd0b50c1cb6dbd49f739e5c6c91.php b/var/cache/dev/assetic/config/c/c736ecd0b50c1cb6dbd49f739e5c6c91.php new file mode 100644 index 00000000..3091f513 --- /dev/null +++ b/var/cache/dev/assetic/config/c/c736ecd0b50c1cb6dbd49f739e5c6c91.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/c767bd3432c61b1eac49ed82658f8f5d.php b/var/cache/dev/assetic/config/c/c767bd3432c61b1eac49ed82658f8f5d.php new file mode 100644 index 00000000..b94ce303 --- /dev/null +++ b/var/cache/dev/assetic/config/c/c767bd3432c61b1eac49ed82658f8f5d.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/ca584d487bfcdfb4a6b92c66fbdc583e.php b/var/cache/dev/assetic/config/c/ca584d487bfcdfb4a6b92c66fbdc583e.php new file mode 100644 index 00000000..a06dcc24 --- /dev/null +++ b/var/cache/dev/assetic/config/c/ca584d487bfcdfb4a6b92c66fbdc583e.php @@ -0,0 +1,85 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/cbee869fba800e9a93a5660237cea005.php b/var/cache/dev/assetic/config/c/cbee869fba800e9a93a5660237cea005.php new file mode 100644 index 00000000..710b7417 --- /dev/null +++ b/var/cache/dev/assetic/config/c/cbee869fba800e9a93a5660237cea005.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/c/cc72613807f8fa93720c46be059710b3.php b/var/cache/dev/assetic/config/c/cc72613807f8fa93720c46be059710b3.php new file mode 100644 index 00000000..5396f32e --- /dev/null +++ b/var/cache/dev/assetic/config/c/cc72613807f8fa93720c46be059710b3.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + 'cdf7b2d' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/js/travelProgram.js', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/js/cdf7b2d.js', + 'name' => 'cdf7b2d', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/d/d13ac79e65483cad23e45d276b81a927.php b/var/cache/dev/assetic/config/d/d13ac79e65483cad23e45d276b81a927.php new file mode 100644 index 00000000..54d04962 --- /dev/null +++ b/var/cache/dev/assetic/config/d/d13ac79e65483cad23e45d276b81a927.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/d/d83b2a34bb2160eccd970bf2a8f0a92e.php b/var/cache/dev/assetic/config/d/d83b2a34bb2160eccd970bf2a8f0a92e.php new file mode 100644 index 00000000..068c1196 --- /dev/null +++ b/var/cache/dev/assetic/config/d/d83b2a34bb2160eccd970bf2a8f0a92e.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/d/defcd66bcea2500fe1f3e14474c9cf32.php b/var/cache/dev/assetic/config/d/defcd66bcea2500fe1f3e14474c9cf32.php new file mode 100644 index 00000000..0032e94d --- /dev/null +++ b/var/cache/dev/assetic/config/d/defcd66bcea2500fe1f3e14474c9cf32.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/e/e349ce72f92e9b551a91d414b6f753ed.php b/var/cache/dev/assetic/config/e/e349ce72f92e9b551a91d414b6f753ed.php new file mode 100644 index 00000000..05828ae8 --- /dev/null +++ b/var/cache/dev/assetic/config/e/e349ce72f92e9b551a91d414b6f753ed.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/e/eb13ec24440cd1d0677a5f83844cca25.php b/var/cache/dev/assetic/config/e/eb13ec24440cd1d0677a5f83844cca25.php new file mode 100644 index 00000000..5589eb48 --- /dev/null +++ b/var/cache/dev/assetic/config/e/eb13ec24440cd1d0677a5f83844cca25.php @@ -0,0 +1,65 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/e/ecbbee369b6c7095294f8f3d96b05758.php b/var/cache/dev/assetic/config/e/ecbbee369b6c7095294f8f3d96b05758.php new file mode 100644 index 00000000..dd1d9167 --- /dev/null +++ b/var/cache/dev/assetic/config/e/ecbbee369b6c7095294f8f3d96b05758.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/f/f6d63d96bbf986e5e45ccc6c9843b86b.php b/var/cache/dev/assetic/config/f/f6d63d96bbf986e5e45ccc6c9843b86b.php new file mode 100644 index 00000000..23950a5b --- /dev/null +++ b/var/cache/dev/assetic/config/f/f6d63d96bbf986e5e45ccc6c9843b86b.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/config/f/fab8e0f2edfa64c1ae693cbae952856e.php b/var/cache/dev/assetic/config/f/fab8e0f2edfa64c1ae693cbae952856e.php new file mode 100644 index 00000000..be8e3894 --- /dev/null +++ b/var/cache/dev/assetic/config/f/fab8e0f2edfa64c1ae693cbae952856e.php @@ -0,0 +1,5 @@ + + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/guetesiegel_R_V.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3626124.png', + 'name' => '3626124', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '119d363' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/rundv.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/119d363.png', + 'name' => '119d363', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), + '3bc8286' => + array ( + 0 => + array ( + 0 => '@AppBundle/Resources/public/images/logos/ssl.png', + ), + 1 => + array ( + ), + 2 => + array ( + 'output' => '_controller/images/3bc8286.png', + 'name' => '3bc8286', + 'debug' => NULL, + 'combine' => NULL, + 'vars' => + array ( + ), + ), + ), +); diff --git a/var/cache/dev/assetic/routing.yml b/var/cache/dev/assetic/routing.yml new file mode 100644 index 00000000..631d3089 --- /dev/null +++ b/var/cache/dev/assetic/routing.yml @@ -0,0 +1,5 @@ +_assetic: + resource: . + type: assetic +_app: + resource: /Users/kadmin/Websites/sterntours-3/app/config/routing_dev.yml diff --git a/var/cache/dev/classes.map b/var/cache/dev/classes.map new file mode 100644 index 00000000..e57f3131 --- /dev/null +++ b/var/cache/dev/classes.map @@ -0,0 +1,75 @@ + 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener', + 1 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage', + 2 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage', + 3 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler', + 4 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy', + 5 => 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy', + 6 => 'Symfony\\Component\\HttpFoundation\\Session\\Session', + 8 => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables', + 9 => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\TemplateReference', + 10 => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\TemplateNameParser', + 11 => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Loader\\TemplateLocator', + 12 => 'Psr\\Cache\\CacheItemInterface', + 13 => 'Psr\\Cache\\CacheItemPoolInterface', + 14 => 'Symfony\\Component\\Cache\\Adapter\\AdapterInterface', + 15 => 'Symfony\\Component\\Cache\\Adapter\\AbstractAdapter', + 16 => 'Symfony\\Component\\Cache\\CacheItem', + 17 => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', + 18 => 'Symfony\\Component\\Routing\\RequestContext', + 19 => 'Symfony\\Component\\Routing\\Router', + 20 => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', + 21 => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\Router', + 22 => 'Symfony\\Component\\Config\\FileLocator', + 23 => 'Symfony\\Component\\Debug\\ErrorHandler', + 24 => 'Symfony\\Component\\EventDispatcher\\Event', + 25 => 'Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher', + 26 => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener', + 27 => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener', + 28 => 'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver', + 29 => 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver', + 30 => 'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata', + 31 => 'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadataFactory', + 32 => 'Symfony\\Component\\HttpKernel\\Event\\KernelEvent', + 33 => 'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent', + 34 => 'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent', + 35 => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent', + 36 => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseForControllerResultEvent', + 37 => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent', + 38 => 'Symfony\\Component\\HttpKernel\\KernelEvents', + 39 => 'Symfony\\Component\\HttpKernel\\Config\\FileLocator', + 40 => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser', + 41 => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver', + 42 => 'Symfony\\Component\\Security\\Http\\AccessMap', + 43 => 'Symfony\\Component\\Security\\Http\\Firewall', + 44 => 'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface', + 45 => 'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager', + 46 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage', + 47 => 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager', + 48 => 'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker', + 49 => 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface', + 50 => 'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap', + 51 => 'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext', + 52 => 'Symfony\\Component\\HttpFoundation\\RequestMatcher', + 53 => 'Twig_Environment', + 54 => 'Twig_Extension', + 55 => 'Twig_Extension_Core', + 56 => 'Twig_Extension_Escaper', + 57 => 'Twig_Extension_Optimizer', + 58 => 'Twig_LoaderInterface', + 59 => 'Twig_Markup', + 60 => 'Twig_Template', + 61 => 'Monolog\\Formatter\\FormatterInterface', + 62 => 'Monolog\\Formatter\\LineFormatter', + 63 => 'Monolog\\Handler\\HandlerInterface', + 64 => 'Monolog\\Handler\\AbstractHandler', + 65 => 'Monolog\\Handler\\AbstractProcessingHandler', + 66 => 'Monolog\\Handler\\StreamHandler', + 67 => 'Monolog\\Handler\\FingersCrossedHandler', + 68 => 'Monolog\\Handler\\FilterHandler', + 69 => 'Monolog\\Handler\\TestHandler', + 70 => 'Monolog\\Logger', + 71 => 'Symfony\\Bridge\\Monolog\\Logger', + 72 => 'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface', + 73 => 'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy', +); \ No newline at end of file diff --git a/var/cache/dev/classes.php b/var/cache/dev/classes.php new file mode 100644 index 00000000..91282f8e --- /dev/null +++ b/var/cache/dev/classes.php @@ -0,0 +1,6625 @@ +isMasterRequest()) { +return; +} +$request = $event->getRequest(); +$session = $this->getSession(); +if (null === $session || $request->hasSession()) { +return; +} +$request->setSession($session); +} +public static function getSubscribedEvents() +{ +return array( +KernelEvents::REQUEST => array('onKernelRequest', 128), +); +} +abstract protected function getSession(); +} +} +namespace Symfony\Bundle\FrameworkBundle\EventListener +{ +use Symfony\Component\HttpKernel\EventListener\SessionListener as BaseSessionListener; +use Symfony\Component\DependencyInjection\ContainerInterface; +class SessionListener extends BaseSessionListener +{ +private $container; +public function __construct(ContainerInterface $container) +{ +$this->container = $container; +} +protected function getSession() +{ +if (!$this->container->has('session')) { +return; +} +return $this->container->get('session'); +} +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage +{ +use Symfony\Component\HttpFoundation\Session\SessionBagInterface; +interface SessionStorageInterface +{ +public function start(); +public function isStarted(); +public function getId(); +public function setId($id); +public function getName(); +public function setName($name); +public function regenerate($destroy = false, $lifetime = null); +public function save(); +public function clear(); +public function getBag($name); +public function registerBag(SessionBagInterface $bag); +public function getMetadataBag(); +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage +{ +use Symfony\Component\HttpFoundation\Session\SessionBagInterface; +use Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler; +use Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy; +use Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy; +class NativeSessionStorage implements SessionStorageInterface +{ +protected $bags; +protected $started = false; +protected $closed = false; +protected $saveHandler; +protected $metadataBag; +public function __construct(array $options = array(), $handler = null, MetadataBag $metaBag = null) +{ +session_cache_limiter(''); ini_set('session.use_cookies', 1); +session_register_shutdown(); +$this->setMetadataBag($metaBag); +$this->setOptions($options); +$this->setSaveHandler($handler); +} +public function getSaveHandler() +{ +return $this->saveHandler; +} +public function start() +{ +if ($this->started) { +return true; +} +if (\PHP_SESSION_ACTIVE === session_status()) { +throw new \RuntimeException('Failed to start the session: already started by PHP.'); +} +if (ini_get('session.use_cookies') && headers_sent($file, $line)) { +throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)); +} +if (!session_start()) { +throw new \RuntimeException('Failed to start the session'); +} +$this->loadSession(); +return true; +} +public function getId() +{ +return $this->saveHandler->getId(); +} +public function setId($id) +{ +$this->saveHandler->setId($id); +} +public function getName() +{ +return $this->saveHandler->getName(); +} +public function setName($name) +{ +$this->saveHandler->setName($name); +} +public function regenerate($destroy = false, $lifetime = null) +{ +if (\PHP_SESSION_ACTIVE !== session_status()) { +return false; +} +if (null !== $lifetime) { +ini_set('session.cookie_lifetime', $lifetime); +} +if ($destroy) { +$this->metadataBag->stampNew(); +} +$isRegenerated = session_regenerate_id($destroy); +$this->loadSession(); +return $isRegenerated; +} +public function save() +{ +session_write_close(); +$this->closed = true; +$this->started = false; +} +public function clear() +{ +foreach ($this->bags as $bag) { +$bag->clear(); +} +$_SESSION = array(); +$this->loadSession(); +} +public function registerBag(SessionBagInterface $bag) +{ +if ($this->started) { +throw new \LogicException('Cannot register a bag when the session is already started.'); +} +$this->bags[$bag->getName()] = $bag; +} +public function getBag($name) +{ +if (!isset($this->bags[$name])) { +throw new \InvalidArgumentException(sprintf('The SessionBagInterface %s is not registered.', $name)); +} +if ($this->saveHandler->isActive() && !$this->started) { +$this->loadSession(); +} elseif (!$this->started) { +$this->start(); +} +return $this->bags[$name]; +} +public function setMetadataBag(MetadataBag $metaBag = null) +{ +if (null === $metaBag) { +$metaBag = new MetadataBag(); +} +$this->metadataBag = $metaBag; +} +public function getMetadataBag() +{ +return $this->metadataBag; +} +public function isStarted() +{ +return $this->started; +} +public function setOptions(array $options) +{ +$validOptions = array_flip(array('cache_limiter','cookie_domain','cookie_httponly','cookie_lifetime','cookie_path','cookie_secure','entropy_file','entropy_length','gc_divisor','gc_maxlifetime','gc_probability','hash_bits_per_character','hash_function','name','referer_check','serialize_handler','use_cookies','use_only_cookies','use_trans_sid','upload_progress.enabled','upload_progress.cleanup','upload_progress.prefix','upload_progress.name','upload_progress.freq','upload_progress.min-freq','url_rewriter.tags', +)); +foreach ($options as $key => $value) { +if (isset($validOptions[$key])) { +ini_set('session.'.$key, $value); +} +} +} +public function setSaveHandler($saveHandler = null) +{ +if (!$saveHandler instanceof AbstractProxy && +!$saveHandler instanceof NativeSessionHandler && +!$saveHandler instanceof \SessionHandlerInterface && +null !== $saveHandler) { +throw new \InvalidArgumentException('Must be instance of AbstractProxy or NativeSessionHandler; implement \SessionHandlerInterface; or be null.'); +} +if (!$saveHandler instanceof AbstractProxy && $saveHandler instanceof \SessionHandlerInterface) { +$saveHandler = new SessionHandlerProxy($saveHandler); +} elseif (!$saveHandler instanceof AbstractProxy) { +$saveHandler = new SessionHandlerProxy(new \SessionHandler()); +} +$this->saveHandler = $saveHandler; +if ($this->saveHandler instanceof \SessionHandlerInterface) { +session_set_save_handler($this->saveHandler, false); +} +} +protected function loadSession(array &$session = null) +{ +if (null === $session) { +$session = &$_SESSION; +} +$bags = array_merge($this->bags, array($this->metadataBag)); +foreach ($bags as $bag) { +$key = $bag->getStorageKey(); +$session[$key] = isset($session[$key]) ? $session[$key] : array(); +$bag->initialize($session[$key]); +} +$this->started = true; +$this->closed = false; +} +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage +{ +use Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy; +use Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler; +class PhpBridgeSessionStorage extends NativeSessionStorage +{ +public function __construct($handler = null, MetadataBag $metaBag = null) +{ +$this->setMetadataBag($metaBag); +$this->setSaveHandler($handler); +} +public function start() +{ +if ($this->started) { +return true; +} +$this->loadSession(); +return true; +} +public function clear() +{ +foreach ($this->bags as $bag) { +$bag->clear(); +} +$this->loadSession(); +} +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage\Handler +{ +class NativeSessionHandler extends \SessionHandler +{ +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage\Handler +{ +class NativeFileSessionHandler extends NativeSessionHandler +{ +public function __construct($savePath = null) +{ +if (null === $savePath) { +$savePath = ini_get('session.save_path'); +} +$baseDir = $savePath; +if ($count = substr_count($savePath,';')) { +if ($count > 2) { +throw new \InvalidArgumentException(sprintf('Invalid argument $savePath \'%s\'', $savePath)); +} +$baseDir = ltrim(strrchr($savePath,';'),';'); +} +if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) { +throw new \RuntimeException(sprintf('Session Storage was not able to create directory "%s"', $baseDir)); +} +ini_set('session.save_path', $savePath); +ini_set('session.save_handler','files'); +} +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage\Proxy +{ +abstract class AbstractProxy +{ +protected $wrapper = false; +protected $saveHandlerName; +public function getSaveHandlerName() +{ +return $this->saveHandlerName; +} +public function isSessionHandlerInterface() +{ +return $this instanceof \SessionHandlerInterface; +} +public function isWrapper() +{ +return $this->wrapper; +} +public function isActive() +{ +return \PHP_SESSION_ACTIVE === session_status(); +} +public function getId() +{ +return session_id(); +} +public function setId($id) +{ +if ($this->isActive()) { +throw new \LogicException('Cannot change the ID of an active session'); +} +session_id($id); +} +public function getName() +{ +return session_name(); +} +public function setName($name) +{ +if ($this->isActive()) { +throw new \LogicException('Cannot change the name of an active session'); +} +session_name($name); +} +} +} +namespace Symfony\Component\HttpFoundation\Session\Storage\Proxy +{ +class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface +{ +protected $handler; +public function __construct(\SessionHandlerInterface $handler) +{ +$this->handler = $handler; +$this->wrapper = ($handler instanceof \SessionHandler); +$this->saveHandlerName = $this->wrapper ? ini_get('session.save_handler') :'user'; +} +public function open($savePath, $sessionName) +{ +return (bool) $this->handler->open($savePath, $sessionName); +} +public function close() +{ +return (bool) $this->handler->close(); +} +public function read($sessionId) +{ +return (string) $this->handler->read($sessionId); +} +public function write($sessionId, $data) +{ +return (bool) $this->handler->write($sessionId, $data); +} +public function destroy($sessionId) +{ +return (bool) $this->handler->destroy($sessionId); +} +public function gc($maxlifetime) +{ +return (bool) $this->handler->gc($maxlifetime); +} +} +} +namespace Symfony\Component\HttpFoundation\Session +{ +use Symfony\Component\HttpFoundation\Session\Storage\MetadataBag; +interface SessionInterface +{ +public function start(); +public function getId(); +public function setId($id); +public function getName(); +public function setName($name); +public function invalidate($lifetime = null); +public function migrate($destroy = false, $lifetime = null); +public function save(); +public function has($name); +public function get($name, $default = null); +public function set($name, $value); +public function all(); +public function replace(array $attributes); +public function remove($name); +public function clear(); +public function isStarted(); +public function registerBag(SessionBagInterface $bag); +public function getBag($name); +public function getMetadataBag(); +} +} +namespace Symfony\Component\HttpFoundation\Session +{ +use Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface; +use Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag; +use Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface; +use Symfony\Component\HttpFoundation\Session\Flash\FlashBag; +use Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface; +use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage; +class Session implements SessionInterface, \IteratorAggregate, \Countable +{ +protected $storage; +private $flashName; +private $attributeName; +public function __construct(SessionStorageInterface $storage = null, AttributeBagInterface $attributes = null, FlashBagInterface $flashes = null) +{ +$this->storage = $storage ?: new NativeSessionStorage(); +$attributes = $attributes ?: new AttributeBag(); +$this->attributeName = $attributes->getName(); +$this->registerBag($attributes); +$flashes = $flashes ?: new FlashBag(); +$this->flashName = $flashes->getName(); +$this->registerBag($flashes); +} +public function start() +{ +return $this->storage->start(); +} +public function has($name) +{ +return $this->storage->getBag($this->attributeName)->has($name); +} +public function get($name, $default = null) +{ +return $this->storage->getBag($this->attributeName)->get($name, $default); +} +public function set($name, $value) +{ +$this->storage->getBag($this->attributeName)->set($name, $value); +} +public function all() +{ +return $this->storage->getBag($this->attributeName)->all(); +} +public function replace(array $attributes) +{ +$this->storage->getBag($this->attributeName)->replace($attributes); +} +public function remove($name) +{ +return $this->storage->getBag($this->attributeName)->remove($name); +} +public function clear() +{ +$this->storage->getBag($this->attributeName)->clear(); +} +public function isStarted() +{ +return $this->storage->isStarted(); +} +public function getIterator() +{ +return new \ArrayIterator($this->storage->getBag($this->attributeName)->all()); +} +public function count() +{ +return count($this->storage->getBag($this->attributeName)->all()); +} +public function invalidate($lifetime = null) +{ +$this->storage->clear(); +return $this->migrate(true, $lifetime); +} +public function migrate($destroy = false, $lifetime = null) +{ +return $this->storage->regenerate($destroy, $lifetime); +} +public function save() +{ +$this->storage->save(); +} +public function getId() +{ +return $this->storage->getId(); +} +public function setId($id) +{ +$this->storage->setId($id); +} +public function getName() +{ +return $this->storage->getName(); +} +public function setName($name) +{ +$this->storage->setName($name); +} +public function getMetadataBag() +{ +return $this->storage->getMetadataBag(); +} +public function registerBag(SessionBagInterface $bag) +{ +$this->storage->registerBag($bag); +} +public function getBag($name) +{ +return $this->storage->getBag($name); +} +public function getFlashBag() +{ +return $this->getBag($this->flashName); +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Templating +{ +use Symfony\Component\DependencyInjection\ContainerInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpFoundation\Session\Session; +class GlobalVariables +{ +protected $container; +public function __construct(ContainerInterface $container) +{ +$this->container = $container; +} +public function getUser() +{ +if (!$this->container->has('security.token_storage')) { +return; +} +$tokenStorage = $this->container->get('security.token_storage'); +if (!$token = $tokenStorage->getToken()) { +return; +} +$user = $token->getUser(); +if (!is_object($user)) { +return; +} +return $user; +} +public function getRequest() +{ +if ($this->container->has('request_stack')) { +return $this->container->get('request_stack')->getCurrentRequest(); +} +} +public function getSession() +{ +if ($request = $this->getRequest()) { +return $request->getSession(); +} +} +public function getEnvironment() +{ +return $this->container->getParameter('kernel.environment'); +} +public function getDebug() +{ +return (bool) $this->container->getParameter('kernel.debug'); +} +} +} +namespace Symfony\Component\Templating +{ +interface TemplateReferenceInterface +{ +public function all(); +public function set($name, $value); +public function get($name); +public function getPath(); +public function getLogicalName(); +public function __toString(); +} +} +namespace Symfony\Component\Templating +{ +class TemplateReference implements TemplateReferenceInterface +{ +protected $parameters; +public function __construct($name = null, $engine = null) +{ +$this->parameters = array('name'=> $name,'engine'=> $engine, +); +} +public function __toString() +{ +return $this->getLogicalName(); +} +public function set($name, $value) +{ +if (array_key_exists($name, $this->parameters)) { +$this->parameters[$name] = $value; +} else { +throw new \InvalidArgumentException(sprintf('The template does not support the "%s" parameter.', $name)); +} +return $this; +} +public function get($name) +{ +if (array_key_exists($name, $this->parameters)) { +return $this->parameters[$name]; +} +throw new \InvalidArgumentException(sprintf('The template does not support the "%s" parameter.', $name)); +} +public function all() +{ +return $this->parameters; +} +public function getPath() +{ +return $this->parameters['name']; +} +public function getLogicalName() +{ +return $this->parameters['name']; +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Templating +{ +use Symfony\Component\Templating\TemplateReference as BaseTemplateReference; +class TemplateReference extends BaseTemplateReference +{ +public function __construct($bundle = null, $controller = null, $name = null, $format = null, $engine = null) +{ +$this->parameters = array('bundle'=> $bundle,'controller'=> $controller,'name'=> $name,'format'=> $format,'engine'=> $engine, +); +} +public function getPath() +{ +$controller = str_replace('\\','/', $this->get('controller')); +$path = (empty($controller) ?'': $controller.'/').$this->get('name').'.'.$this->get('format').'.'.$this->get('engine'); +return empty($this->parameters['bundle']) ?'views/'.$path :'@'.$this->get('bundle').'/Resources/views/'.$path; +} +public function getLogicalName() +{ +return sprintf('%s:%s:%s.%s.%s', $this->parameters['bundle'], $this->parameters['controller'], $this->parameters['name'], $this->parameters['format'], $this->parameters['engine']); +} +} +} +namespace Symfony\Component\Templating +{ +interface TemplateNameParserInterface +{ +public function parse($name); +} +} +namespace Symfony\Component\Templating +{ +class TemplateNameParser implements TemplateNameParserInterface +{ +public function parse($name) +{ +if ($name instanceof TemplateReferenceInterface) { +return $name; +} +$engine = null; +if (false !== $pos = strrpos($name,'.')) { +$engine = substr($name, $pos + 1); +} +return new TemplateReference($name, $engine); +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Templating +{ +use Symfony\Component\Templating\TemplateReferenceInterface; +use Symfony\Component\HttpKernel\KernelInterface; +use Symfony\Component\Templating\TemplateNameParser as BaseTemplateNameParser; +class TemplateNameParser extends BaseTemplateNameParser +{ +protected $kernel; +protected $cache = array(); +public function __construct(KernelInterface $kernel) +{ +$this->kernel = $kernel; +} +public function parse($name) +{ +if ($name instanceof TemplateReferenceInterface) { +return $name; +} elseif (isset($this->cache[$name])) { +return $this->cache[$name]; +} +$name = str_replace(':/',':', preg_replace('#/{2,}#','/', str_replace('\\','/', $name))); +if (false !== strpos($name,'..')) { +throw new \RuntimeException(sprintf('Template name "%s" contains invalid characters.', $name)); +} +if ($this->isAbsolutePath($name) || !preg_match('/^(?:([^:]*):([^:]*):)?(.+)\.([^\.]+)\.([^\.]+)$/', $name, $matches) || 0 === strpos($name,'@')) { +return parent::parse($name); +} +$template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]); +if ($template->get('bundle')) { +try { +$this->kernel->getBundle($template->get('bundle')); +} catch (\Exception $e) { +throw new \InvalidArgumentException(sprintf('Template name "%s" is not valid.', $name), 0, $e); +} +} +return $this->cache[$name] = $template; +} +private function isAbsolutePath($file) +{ +$isAbsolute = (bool) preg_match('#^(?:/|[a-zA-Z]:)#', $file); +if ($isAbsolute) { +@trigger_error('Absolute template path support is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED); +} +return $isAbsolute; +} +} +} +namespace Symfony\Component\Config +{ +interface FileLocatorInterface +{ +public function locate($name, $currentPath = null, $first = true); +} +} +namespace Symfony\Bundle\FrameworkBundle\Templating\Loader +{ +use Symfony\Component\Config\FileLocatorInterface; +use Symfony\Component\Templating\TemplateReferenceInterface; +class TemplateLocator implements FileLocatorInterface +{ +protected $locator; +protected $cache; +private $cacheHits = array(); +public function __construct(FileLocatorInterface $locator, $cacheDir = null) +{ +if (null !== $cacheDir && is_file($cache = $cacheDir.'/templates.php')) { +$this->cache = require $cache; +} +$this->locator = $locator; +} +protected function getCacheKey($template) +{ +return $template->getLogicalName(); +} +public function locate($template, $currentPath = null, $first = true) +{ +if (!$template instanceof TemplateReferenceInterface) { +throw new \InvalidArgumentException('The template must be an instance of TemplateReferenceInterface.'); +} +$key = $this->getCacheKey($template); +if (isset($this->cacheHits[$key])) { +return $this->cacheHits[$key]; +} +if (isset($this->cache[$key])) { +return $this->cacheHits[$key] = realpath($this->cache[$key]) ?: $this->cache[$key]; +} +try { +return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath); +} catch (\InvalidArgumentException $e) { +throw new \InvalidArgumentException(sprintf('Unable to find template "%s" : "%s".', $template, $e->getMessage()), 0, $e); +} +} +} +} +namespace Psr\Cache +{ +interface CacheItemInterface +{ +public function getKey(); +public function get(); +public function isHit(); +public function set($value); +public function expiresAt($expiration); +public function expiresAfter($time); +} +} +namespace Psr\Cache +{ +interface CacheItemPoolInterface +{ +public function getItem($key); +public function getItems(array $keys = array()); +public function hasItem($key); +public function clear(); +public function deleteItem($key); +public function deleteItems(array $keys); +public function save(CacheItemInterface $item); +public function saveDeferred(CacheItemInterface $item); +public function commit(); +} +} +namespace Symfony\Component\Cache\Adapter +{ +use Psr\Cache\CacheItemPoolInterface; +use Symfony\Component\Cache\CacheItem; +interface AdapterInterface extends CacheItemPoolInterface +{ +public function getItem($key); +public function getItems(array $keys = array()); +} +} +namespace Psr\Log +{ +interface LoggerAwareInterface +{ +public function setLogger(LoggerInterface $logger); +} +} +namespace Psr\Log +{ +trait LoggerAwareTrait +{ +protected $logger; +public function setLogger(LoggerInterface $logger) +{ +$this->logger = $logger; +} +} +} +namespace Symfony\Component\Cache\Adapter +{ +use Psr\Cache\CacheItemInterface; +use Psr\Log\LoggerAwareInterface; +use Psr\Log\LoggerAwareTrait; +use Psr\Log\LoggerInterface; +use Symfony\Component\Cache\CacheItem; +abstract class AbstractAdapter implements AdapterInterface, LoggerAwareInterface +{ +use LoggerAwareTrait; +private $namespace; +private $deferred = array(); +private $createCacheItem; +private $mergeByLifetime; +protected function __construct($namespace ='', $defaultLifetime = 0) +{ +$this->namespace =''=== $namespace ?'': $this->getId($namespace); +$this->createCacheItem = \Closure::bind( +function ($key, $value, $isHit) use ($defaultLifetime) { +$item = new CacheItem(); +$item->key = $key; +$item->value = $value; +$item->isHit = $isHit; +$item->defaultLifetime = $defaultLifetime; +return $item; +}, +null, +CacheItem::class +); +$this->mergeByLifetime = \Closure::bind( +function ($deferred, $namespace, &$expiredIds) { +$byLifetime = array(); +$now = time(); +$expiredIds = array(); +foreach ($deferred as $key => $item) { +if (null === $item->expiry) { +$byLifetime[0 < $item->defaultLifetime ? $item->defaultLifetime : 0][$namespace.$key] = $item->value; +} elseif ($item->expiry > $now) { +$byLifetime[$item->expiry - $now][$namespace.$key] = $item->value; +} else { +$expiredIds[] = $namespace.$key; +} +} +return $byLifetime; +}, +null, +CacheItem::class +); +} +public static function createSystemCache($namespace, $defaultLifetime, $version, $directory, LoggerInterface $logger = null) +{ +$fs = new FilesystemAdapter($namespace, $defaultLifetime, $directory); +if (null !== $logger) { +$fs->setLogger($logger); +} +if (!ApcuAdapter::isSupported()) { +return $fs; +} +$apcu = new ApcuAdapter($namespace, (int) $defaultLifetime / 5, $version); +if (null !== $logger) { +$apcu->setLogger($logger); +} +return new ChainAdapter(array($apcu, $fs)); +} +abstract protected function doFetch(array $ids); +abstract protected function doHave($id); +abstract protected function doClear($namespace); +abstract protected function doDelete(array $ids); +abstract protected function doSave(array $values, $lifetime); +public function getItem($key) +{ +if ($this->deferred) { +$this->commit(); +} +$id = $this->getId($key); +$f = $this->createCacheItem; +$isHit = false; +$value = null; +try { +foreach ($this->doFetch(array($id)) as $value) { +$isHit = true; +} +} catch (\Exception $e) { +CacheItem::log($this->logger,'Failed to fetch key "{key}"', array('key'=> $key,'exception'=> $e)); +} +return $f($key, $value, $isHit); +} +public function getItems(array $keys = array()) +{ +if ($this->deferred) { +$this->commit(); +} +$ids = array(); +foreach ($keys as $key) { +$ids[] = $this->getId($key); +} +try { +$items = $this->doFetch($ids); +} catch (\Exception $e) { +CacheItem::log($this->logger,'Failed to fetch requested items', array('keys'=> $keys,'exception'=> $e)); +$items = array(); +} +$ids = array_combine($ids, $keys); +return $this->generateItems($items, $ids); +} +public function hasItem($key) +{ +$id = $this->getId($key); +if (isset($this->deferred[$key])) { +$this->commit(); +} +try { +return $this->doHave($id); +} catch (\Exception $e) { +CacheItem::log($this->logger,'Failed to check if key "{key}" is cached', array('key'=> $key,'exception'=> $e)); +return false; +} +} +public function clear() +{ +$this->deferred = array(); +try { +return $this->doClear($this->namespace); +} catch (\Exception $e) { +CacheItem::log($this->logger,'Failed to clear the cache', array('exception'=> $e)); +return false; +} +} +public function deleteItem($key) +{ +return $this->deleteItems(array($key)); +} +public function deleteItems(array $keys) +{ +$ids = array(); +foreach ($keys as $key) { +$ids[$key] = $this->getId($key); +unset($this->deferred[$key]); +} +try { +if ($this->doDelete($ids)) { +return true; +} +} catch (\Exception $e) { +} +$ok = true; +foreach ($ids as $key => $id) { +try { +$e = null; +if ($this->doDelete(array($id))) { +continue; +} +} catch (\Exception $e) { +} +CacheItem::log($this->logger,'Failed to delete key "{key}"', array('key'=> $key,'exception'=> $e)); +$ok = false; +} +return $ok; +} +public function save(CacheItemInterface $item) +{ +if (!$item instanceof CacheItem) { +return false; +} +$this->deferred[$item->getKey()] = $item; +return $this->commit(); +} +public function saveDeferred(CacheItemInterface $item) +{ +if (!$item instanceof CacheItem) { +return false; +} +$this->deferred[$item->getKey()] = $item; +return true; +} +public function commit() +{ +$ok = true; +$byLifetime = $this->mergeByLifetime; +$byLifetime = $byLifetime($this->deferred, $this->namespace, $expiredIds); +$retry = $this->deferred = array(); +if ($expiredIds) { +$this->doDelete($expiredIds); +} +foreach ($byLifetime as $lifetime => $values) { +try { +$e = $this->doSave($values, $lifetime); +} catch (\Exception $e) { +} +if (true === $e || array() === $e) { +continue; +} +if (is_array($e) || 1 === count($values)) { +foreach (is_array($e) ? $e : array_keys($values) as $id) { +$ok = false; +$v = $values[$id]; +$type = is_object($v) ? get_class($v) : gettype($v); +CacheItem::log($this->logger,'Failed to save key "{key}" ({type})', array('key'=> substr($id, strlen($this->namespace)),'type'=> $type,'exception'=> $e instanceof \Exception ? $e : null)); +} +} else { +foreach ($values as $id => $v) { +$retry[$lifetime][] = $id; +} +} +} +foreach ($retry as $lifetime => $ids) { +foreach ($ids as $id) { +try { +$v = $byLifetime[$lifetime][$id]; +$e = $this->doSave(array($id => $v), $lifetime); +} catch (\Exception $e) { +} +if (true === $e || array() === $e) { +continue; +} +$ok = false; +$type = is_object($v) ? get_class($v) : gettype($v); +CacheItem::log($this->logger,'Failed to save key "{key}" ({type})', array('key'=> substr($id, strlen($this->namespace)),'type'=> $type,'exception'=> $e instanceof \Exception ? $e : null)); +} +} +return $ok; +} +public function __destruct() +{ +if ($this->deferred) { +$this->commit(); +} +} +protected static function unserialize($value) +{ +if ('b:0;'=== $value) { +return false; +} +$unserializeCallbackHandler = ini_set('unserialize_callback_func', __CLASS__.'::handleUnserializeCallback'); +try { +if (false !== $value = unserialize($value)) { +return $value; +} +throw new \DomainException('Failed to unserialize cached value'); +} catch (\Error $e) { +throw new \ErrorException($e->getMessage(), $e->getCode(), E_ERROR, $e->getFile(), $e->getLine()); +} finally { +ini_set('unserialize_callback_func', $unserializeCallbackHandler); +} +} +private function getId($key) +{ +CacheItem::validateKey($key); +return $this->namespace.$key; +} +private function generateItems($items, &$keys) +{ +$f = $this->createCacheItem; +try { +foreach ($items as $id => $value) { +$key = $keys[$id]; +unset($keys[$id]); +yield $key => $f($key, $value, true); +} +} catch (\Exception $e) { +CacheItem::log($this->logger,'Failed to fetch requested items', array('keys'=> array_values($keys),'exception'=> $e)); +} +foreach ($keys as $key) { +yield $key => $f($key, null, false); +} +} +public static function handleUnserializeCallback($class) +{ +throw new \DomainException('Class not found: '.$class); +} +} +} +namespace Symfony\Component\Cache +{ +use Psr\Cache\CacheItemInterface; +use Psr\Log\LoggerInterface; +use Symfony\Component\Cache\Exception\InvalidArgumentException; +final class CacheItem implements CacheItemInterface +{ +protected $key; +protected $value; +protected $isHit; +protected $expiry; +protected $defaultLifetime; +protected $innerItem; +protected $poolHash; +public function getKey() +{ +return $this->key; +} +public function get() +{ +return $this->value; +} +public function isHit() +{ +return $this->isHit; +} +public function set($value) +{ +$this->value = $value; +return $this; +} +public function expiresAt($expiration) +{ +if (null === $expiration) { +$this->expiry = $this->defaultLifetime > 0 ? time() + $this->defaultLifetime : null; +} elseif ($expiration instanceof \DateTimeInterface) { +$this->expiry = (int) $expiration->format('U'); +} else { +throw new InvalidArgumentException(sprintf('Expiration date must implement DateTimeInterface or be null, "%s" given', is_object($expiration) ? get_class($expiration) : gettype($expiration))); +} +return $this; +} +public function expiresAfter($time) +{ +if (null === $time) { +$this->expiry = $this->defaultLifetime > 0 ? time() + $this->defaultLifetime : null; +} elseif ($time instanceof \DateInterval) { +$this->expiry = (int) \DateTime::createFromFormat('U', time())->add($time)->format('U'); +} elseif (is_int($time)) { +$this->expiry = $time + time(); +} else { +throw new InvalidArgumentException(sprintf('Expiration date must be an integer, a DateInterval or null, "%s" given', is_object($time) ? get_class($time) : gettype($time))); +} +return $this; +} +public static function validateKey($key) +{ +if (!is_string($key)) { +throw new InvalidArgumentException(sprintf('Cache key must be string, "%s" given', is_object($key) ? get_class($key) : gettype($key))); +} +if (!isset($key[0])) { +throw new InvalidArgumentException('Cache key length must be greater than zero'); +} +if (false !== strpbrk($key,'{}()/\@:')) { +throw new InvalidArgumentException(sprintf('Cache key "%s" contains reserved characters {}()/\@:', $key)); +} +} +public static function log(LoggerInterface $logger = null, $message, $context = array()) +{ +if ($logger) { +$logger->warning($message, $context); +} else { +$replace = array(); +foreach ($context as $k => $v) { +if (is_scalar($v)) { +$replace['{'.$k.'}'] = $v; +} +} +@trigger_error(strtr($message, $replace), E_USER_WARNING); +} +} +} +} +namespace Symfony\Component\Routing +{ +interface RequestContextAwareInterface +{ +public function setContext(RequestContext $context); +public function getContext(); +} +} +namespace Symfony\Component\Routing\Generator +{ +use Symfony\Component\Routing\Exception\InvalidParameterException; +use Symfony\Component\Routing\Exception\MissingMandatoryParametersException; +use Symfony\Component\Routing\Exception\RouteNotFoundException; +use Symfony\Component\Routing\RequestContextAwareInterface; +interface UrlGeneratorInterface extends RequestContextAwareInterface +{ +const ABSOLUTE_URL = 0; +const ABSOLUTE_PATH = 1; +const RELATIVE_PATH = 2; +const NETWORK_PATH = 3; +public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH); +} +} +namespace Symfony\Component\Routing\Generator +{ +interface ConfigurableRequirementsInterface +{ +public function setStrictRequirements($enabled); +public function isStrictRequirements(); +} +} +namespace Symfony\Component\Routing\Generator +{ +use Symfony\Component\Routing\RouteCollection; +use Symfony\Component\Routing\RequestContext; +use Symfony\Component\Routing\Exception\InvalidParameterException; +use Symfony\Component\Routing\Exception\RouteNotFoundException; +use Symfony\Component\Routing\Exception\MissingMandatoryParametersException; +use Psr\Log\LoggerInterface; +class UrlGenerator implements UrlGeneratorInterface, ConfigurableRequirementsInterface +{ +protected $routes; +protected $context; +protected $strictRequirements = true; +protected $logger; +protected $decodedChars = array('%2F'=>'/','%40'=>'@','%3A'=>':','%3B'=>';','%2C'=>',','%3D'=>'=','%2B'=>'+','%21'=>'!','%2A'=>'*','%7C'=>'|', +); +public function __construct(RouteCollection $routes, RequestContext $context, LoggerInterface $logger = null) +{ +$this->routes = $routes; +$this->context = $context; +$this->logger = $logger; +} +public function setContext(RequestContext $context) +{ +$this->context = $context; +} +public function getContext() +{ +return $this->context; +} +public function setStrictRequirements($enabled) +{ +$this->strictRequirements = null === $enabled ? null : (bool) $enabled; +} +public function isStrictRequirements() +{ +return $this->strictRequirements; +} +public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH) +{ +if (null === $route = $this->routes->get($name)) { +throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name)); +} +$compiledRoute = $route->compile(); +return $this->doGenerate($compiledRoute->getVariables(), $route->getDefaults(), $route->getRequirements(), $compiledRoute->getTokens(), $parameters, $name, $referenceType, $compiledRoute->getHostTokens(), $route->getSchemes()); +} +protected function doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, array $requiredSchemes = array()) +{ +$variables = array_flip($variables); +$mergedParams = array_replace($defaults, $this->context->getParameters(), $parameters); +if ($diff = array_diff_key($variables, $mergedParams)) { +throw new MissingMandatoryParametersException(sprintf('Some mandatory parameters are missing ("%s") to generate a URL for route "%s".', implode('", "', array_keys($diff)), $name)); +} +$url =''; +$optional = true; +$message ='Parameter "{parameter}" for route "{route}" must match "{expected}" ("{given}" given) to generate a corresponding URL.'; +foreach ($tokens as $token) { +if ('variable'=== $token[0]) { +if (!$optional || !array_key_exists($token[3], $defaults) || null !== $mergedParams[$token[3]] && (string) $mergedParams[$token[3]] !== (string) $defaults[$token[3]]) { +if (null !== $this->strictRequirements && !preg_match('#^'.$token[2].'$#', $mergedParams[$token[3]])) { +if ($this->strictRequirements) { +throw new InvalidParameterException(strtr($message, array('{parameter}'=> $token[3],'{route}'=> $name,'{expected}'=> $token[2],'{given}'=> $mergedParams[$token[3]]))); +} +if ($this->logger) { +$this->logger->error($message, array('parameter'=> $token[3],'route'=> $name,'expected'=> $token[2],'given'=> $mergedParams[$token[3]])); +} +return; +} +$url = $token[1].$mergedParams[$token[3]].$url; +$optional = false; +} +} else { +$url = $token[1].$url; +$optional = false; +} +} +if (''=== $url) { +$url ='/'; +} +$url = strtr(rawurlencode($url), $this->decodedChars); +$url = strtr($url, array('/../'=>'/%2E%2E/','/./'=>'/%2E/')); +if ('/..'=== substr($url, -3)) { +$url = substr($url, 0, -2).'%2E%2E'; +} elseif ('/.'=== substr($url, -2)) { +$url = substr($url, 0, -1).'%2E'; +} +$schemeAuthority =''; +if ($host = $this->context->getHost()) { +$scheme = $this->context->getScheme(); +if ($requiredSchemes) { +if (!in_array($scheme, $requiredSchemes, true)) { +$referenceType = self::ABSOLUTE_URL; +$scheme = current($requiredSchemes); +} +} +if ($hostTokens) { +$routeHost =''; +foreach ($hostTokens as $token) { +if ('variable'=== $token[0]) { +if (null !== $this->strictRequirements && !preg_match('#^'.$token[2].'$#i', $mergedParams[$token[3]])) { +if ($this->strictRequirements) { +throw new InvalidParameterException(strtr($message, array('{parameter}'=> $token[3],'{route}'=> $name,'{expected}'=> $token[2],'{given}'=> $mergedParams[$token[3]]))); +} +if ($this->logger) { +$this->logger->error($message, array('parameter'=> $token[3],'route'=> $name,'expected'=> $token[2],'given'=> $mergedParams[$token[3]])); +} +return; +} +$routeHost = $token[1].$mergedParams[$token[3]].$routeHost; +} else { +$routeHost = $token[1].$routeHost; +} +} +if ($routeHost !== $host) { +$host = $routeHost; +if (self::ABSOLUTE_URL !== $referenceType) { +$referenceType = self::NETWORK_PATH; +} +} +} +if (self::ABSOLUTE_URL === $referenceType || self::NETWORK_PATH === $referenceType) { +$port =''; +if ('http'=== $scheme && 80 != $this->context->getHttpPort()) { +$port =':'.$this->context->getHttpPort(); +} elseif ('https'=== $scheme && 443 != $this->context->getHttpsPort()) { +$port =':'.$this->context->getHttpsPort(); +} +$schemeAuthority = self::NETWORK_PATH === $referenceType ?'//': "$scheme://"; +$schemeAuthority .= $host.$port; +} +} +if (self::RELATIVE_PATH === $referenceType) { +$url = self::getRelativePath($this->context->getPathInfo(), $url); +} else { +$url = $schemeAuthority.$this->context->getBaseUrl().$url; +} +$extra = array_udiff_assoc(array_diff_key($parameters, $variables), $defaults, function ($a, $b) { +return $a == $b ? 0 : 1; +}); +if ($extra && $query = http_build_query($extra,'','&')) { +$url .='?'.strtr($query, array('%2F'=>'/')); +} +return $url; +} +public static function getRelativePath($basePath, $targetPath) +{ +if ($basePath === $targetPath) { +return''; +} +$sourceDirs = explode('/', isset($basePath[0]) &&'/'=== $basePath[0] ? substr($basePath, 1) : $basePath); +$targetDirs = explode('/', isset($targetPath[0]) &&'/'=== $targetPath[0] ? substr($targetPath, 1) : $targetPath); +array_pop($sourceDirs); +$targetFile = array_pop($targetDirs); +foreach ($sourceDirs as $i => $dir) { +if (isset($targetDirs[$i]) && $dir === $targetDirs[$i]) { +unset($sourceDirs[$i], $targetDirs[$i]); +} else { +break; +} +} +$targetDirs[] = $targetFile; +$path = str_repeat('../', count($sourceDirs)).implode('/', $targetDirs); +return''=== $path ||'/'=== $path[0] +|| false !== ($colonPos = strpos($path,':')) && ($colonPos < ($slashPos = strpos($path,'/')) || false === $slashPos) +? "./$path" : $path; +} +} +} +namespace Symfony\Component\Routing +{ +use Symfony\Component\HttpFoundation\Request; +class RequestContext +{ +private $baseUrl; +private $pathInfo; +private $method; +private $host; +private $scheme; +private $httpPort; +private $httpsPort; +private $queryString; +private $parameters = array(); +public function __construct($baseUrl ='', $method ='GET', $host ='localhost', $scheme ='http', $httpPort = 80, $httpsPort = 443, $path ='/', $queryString ='') +{ +$this->setBaseUrl($baseUrl); +$this->setMethod($method); +$this->setHost($host); +$this->setScheme($scheme); +$this->setHttpPort($httpPort); +$this->setHttpsPort($httpsPort); +$this->setPathInfo($path); +$this->setQueryString($queryString); +} +public function fromRequest(Request $request) +{ +$this->setBaseUrl($request->getBaseUrl()); +$this->setPathInfo($request->getPathInfo()); +$this->setMethod($request->getMethod()); +$this->setHost($request->getHost()); +$this->setScheme($request->getScheme()); +$this->setHttpPort($request->isSecure() ? $this->httpPort : $request->getPort()); +$this->setHttpsPort($request->isSecure() ? $request->getPort() : $this->httpsPort); +$this->setQueryString($request->server->get('QUERY_STRING','')); +return $this; +} +public function getBaseUrl() +{ +return $this->baseUrl; +} +public function setBaseUrl($baseUrl) +{ +$this->baseUrl = $baseUrl; +return $this; +} +public function getPathInfo() +{ +return $this->pathInfo; +} +public function setPathInfo($pathInfo) +{ +$this->pathInfo = $pathInfo; +return $this; +} +public function getMethod() +{ +return $this->method; +} +public function setMethod($method) +{ +$this->method = strtoupper($method); +return $this; +} +public function getHost() +{ +return $this->host; +} +public function setHost($host) +{ +$this->host = strtolower($host); +return $this; +} +public function getScheme() +{ +return $this->scheme; +} +public function setScheme($scheme) +{ +$this->scheme = strtolower($scheme); +return $this; +} +public function getHttpPort() +{ +return $this->httpPort; +} +public function setHttpPort($httpPort) +{ +$this->httpPort = (int) $httpPort; +return $this; +} +public function getHttpsPort() +{ +return $this->httpsPort; +} +public function setHttpsPort($httpsPort) +{ +$this->httpsPort = (int) $httpsPort; +return $this; +} +public function getQueryString() +{ +return $this->queryString; +} +public function setQueryString($queryString) +{ +$this->queryString = (string) $queryString; +return $this; +} +public function getParameters() +{ +return $this->parameters; +} +public function setParameters(array $parameters) +{ +$this->parameters = $parameters; +return $this; +} +public function getParameter($name) +{ +return isset($this->parameters[$name]) ? $this->parameters[$name] : null; +} +public function hasParameter($name) +{ +return array_key_exists($name, $this->parameters); +} +public function setParameter($name, $parameter) +{ +$this->parameters[$name] = $parameter; +return $this; +} +} +} +namespace Symfony\Component\Routing\Matcher +{ +use Symfony\Component\Routing\RequestContextAwareInterface; +use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\Routing\Exception\MethodNotAllowedException; +interface UrlMatcherInterface extends RequestContextAwareInterface +{ +public function match($pathinfo); +} +} +namespace Symfony\Component\Routing +{ +use Symfony\Component\Routing\Generator\UrlGeneratorInterface; +use Symfony\Component\Routing\Matcher\UrlMatcherInterface; +interface RouterInterface extends UrlMatcherInterface, UrlGeneratorInterface +{ +public function getRouteCollection(); +} +} +namespace Symfony\Component\Routing\Matcher +{ +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\Routing\Exception\MethodNotAllowedException; +interface RequestMatcherInterface +{ +public function matchRequest(Request $request); +} +} +namespace Symfony\Component\Routing +{ +use Symfony\Component\Config\Loader\LoaderInterface; +use Symfony\Component\Config\ConfigCacheInterface; +use Symfony\Component\Config\ConfigCacheFactoryInterface; +use Symfony\Component\Config\ConfigCacheFactory; +use Psr\Log\LoggerInterface; +use Symfony\Component\Routing\Generator\ConfigurableRequirementsInterface; +use Symfony\Component\Routing\Generator\UrlGeneratorInterface; +use Symfony\Component\Routing\Generator\Dumper\GeneratorDumperInterface; +use Symfony\Component\Routing\Matcher\RequestMatcherInterface; +use Symfony\Component\Routing\Matcher\UrlMatcherInterface; +use Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface; +class Router implements RouterInterface, RequestMatcherInterface +{ +protected $matcher; +protected $generator; +protected $context; +protected $loader; +protected $collection; +protected $resource; +protected $options = array(); +protected $logger; +private $configCacheFactory; +private $expressionLanguageProviders = array(); +public function __construct(LoaderInterface $loader, $resource, array $options = array(), RequestContext $context = null, LoggerInterface $logger = null) +{ +$this->loader = $loader; +$this->resource = $resource; +$this->logger = $logger; +$this->context = $context ?: new RequestContext(); +$this->setOptions($options); +} +public function setOptions(array $options) +{ +$this->options = array('cache_dir'=> null,'debug'=> false,'generator_class'=>'Symfony\\Component\\Routing\\Generator\\UrlGenerator','generator_base_class'=>'Symfony\\Component\\Routing\\Generator\\UrlGenerator','generator_dumper_class'=>'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper','generator_cache_class'=>'ProjectUrlGenerator','matcher_class'=>'Symfony\\Component\\Routing\\Matcher\\UrlMatcher','matcher_base_class'=>'Symfony\\Component\\Routing\\Matcher\\UrlMatcher','matcher_dumper_class'=>'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper','matcher_cache_class'=>'ProjectUrlMatcher','resource_type'=> null,'strict_requirements'=> true, +); +$invalid = array(); +foreach ($options as $key => $value) { +if (array_key_exists($key, $this->options)) { +$this->options[$key] = $value; +} else { +$invalid[] = $key; +} +} +if ($invalid) { +throw new \InvalidArgumentException(sprintf('The Router does not support the following options: "%s".', implode('", "', $invalid))); +} +} +public function setOption($key, $value) +{ +if (!array_key_exists($key, $this->options)) { +throw new \InvalidArgumentException(sprintf('The Router does not support the "%s" option.', $key)); +} +$this->options[$key] = $value; +} +public function getOption($key) +{ +if (!array_key_exists($key, $this->options)) { +throw new \InvalidArgumentException(sprintf('The Router does not support the "%s" option.', $key)); +} +return $this->options[$key]; +} +public function getRouteCollection() +{ +if (null === $this->collection) { +$this->collection = $this->loader->load($this->resource, $this->options['resource_type']); +} +return $this->collection; +} +public function setContext(RequestContext $context) +{ +$this->context = $context; +if (null !== $this->matcher) { +$this->getMatcher()->setContext($context); +} +if (null !== $this->generator) { +$this->getGenerator()->setContext($context); +} +} +public function getContext() +{ +return $this->context; +} +public function setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory) +{ +$this->configCacheFactory = $configCacheFactory; +} +public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH) +{ +return $this->getGenerator()->generate($name, $parameters, $referenceType); +} +public function match($pathinfo) +{ +return $this->getMatcher()->match($pathinfo); +} +public function matchRequest(Request $request) +{ +$matcher = $this->getMatcher(); +if (!$matcher instanceof RequestMatcherInterface) { +return $matcher->match($request->getPathInfo()); +} +return $matcher->matchRequest($request); +} +public function getMatcher() +{ +if (null !== $this->matcher) { +return $this->matcher; +} +if (null === $this->options['cache_dir'] || null === $this->options['matcher_cache_class']) { +$this->matcher = new $this->options['matcher_class']($this->getRouteCollection(), $this->context); +if (method_exists($this->matcher,'addExpressionLanguageProvider')) { +foreach ($this->expressionLanguageProviders as $provider) { +$this->matcher->addExpressionLanguageProvider($provider); +} +} +return $this->matcher; +} +$cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/'.$this->options['matcher_cache_class'].'.php', +function (ConfigCacheInterface $cache) { +$dumper = $this->getMatcherDumperInstance(); +if (method_exists($dumper,'addExpressionLanguageProvider')) { +foreach ($this->expressionLanguageProviders as $provider) { +$dumper->addExpressionLanguageProvider($provider); +} +} +$options = array('class'=> $this->options['matcher_cache_class'],'base_class'=> $this->options['matcher_base_class'], +); +$cache->write($dumper->dump($options), $this->getRouteCollection()->getResources()); +} +); +require_once $cache->getPath(); +return $this->matcher = new $this->options['matcher_cache_class']($this->context); +} +public function getGenerator() +{ +if (null !== $this->generator) { +return $this->generator; +} +if (null === $this->options['cache_dir'] || null === $this->options['generator_cache_class']) { +$this->generator = new $this->options['generator_class']($this->getRouteCollection(), $this->context, $this->logger); +} else { +$cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/'.$this->options['generator_cache_class'].'.php', +function (ConfigCacheInterface $cache) { +$dumper = $this->getGeneratorDumperInstance(); +$options = array('class'=> $this->options['generator_cache_class'],'base_class'=> $this->options['generator_base_class'], +); +$cache->write($dumper->dump($options), $this->getRouteCollection()->getResources()); +} +); +require_once $cache->getPath(); +$this->generator = new $this->options['generator_cache_class']($this->context, $this->logger); +} +if ($this->generator instanceof ConfigurableRequirementsInterface) { +$this->generator->setStrictRequirements($this->options['strict_requirements']); +} +return $this->generator; +} +public function addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) +{ +$this->expressionLanguageProviders[] = $provider; +} +protected function getGeneratorDumperInstance() +{ +return new $this->options['generator_dumper_class']($this->getRouteCollection()); +} +protected function getMatcherDumperInstance() +{ +return new $this->options['matcher_dumper_class']($this->getRouteCollection()); +} +private function getConfigCacheFactory() +{ +if (null === $this->configCacheFactory) { +$this->configCacheFactory = new ConfigCacheFactory($this->options['debug']); +} +return $this->configCacheFactory; +} +} +} +namespace Symfony\Component\Routing\Matcher +{ +interface RedirectableUrlMatcherInterface +{ +public function redirect($path, $route, $scheme = null); +} +} +namespace Symfony\Component\Routing\Matcher +{ +use Symfony\Component\Routing\Exception\MethodNotAllowedException; +use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\Routing\RouteCollection; +use Symfony\Component\Routing\RequestContext; +use Symfony\Component\Routing\Route; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\ExpressionLanguage\ExpressionLanguage; +use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface; +class UrlMatcher implements UrlMatcherInterface, RequestMatcherInterface +{ +const REQUIREMENT_MATCH = 0; +const REQUIREMENT_MISMATCH = 1; +const ROUTE_MATCH = 2; +protected $context; +protected $allow = array(); +protected $routes; +protected $request; +protected $expressionLanguage; +protected $expressionLanguageProviders = array(); +public function __construct(RouteCollection $routes, RequestContext $context) +{ +$this->routes = $routes; +$this->context = $context; +} +public function setContext(RequestContext $context) +{ +$this->context = $context; +} +public function getContext() +{ +return $this->context; +} +public function match($pathinfo) +{ +$this->allow = array(); +if ($ret = $this->matchCollection(rawurldecode($pathinfo), $this->routes)) { +return $ret; +} +throw 0 < count($this->allow) +? new MethodNotAllowedException(array_unique($this->allow)) +: new ResourceNotFoundException(sprintf('No routes found for "%s".', $pathinfo)); +} +public function matchRequest(Request $request) +{ +$this->request = $request; +$ret = $this->match($request->getPathInfo()); +$this->request = null; +return $ret; +} +public function addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) +{ +$this->expressionLanguageProviders[] = $provider; +} +protected function matchCollection($pathinfo, RouteCollection $routes) +{ +foreach ($routes as $name => $route) { +$compiledRoute = $route->compile(); +if (''!== $compiledRoute->getStaticPrefix() && 0 !== strpos($pathinfo, $compiledRoute->getStaticPrefix())) { +continue; +} +if (!preg_match($compiledRoute->getRegex(), $pathinfo, $matches)) { +continue; +} +$hostMatches = array(); +if ($compiledRoute->getHostRegex() && !preg_match($compiledRoute->getHostRegex(), $this->context->getHost(), $hostMatches)) { +continue; +} +if ($requiredMethods = $route->getMethods()) { +if ('HEAD'=== $method = $this->context->getMethod()) { +$method ='GET'; +} +if (!in_array($method, $requiredMethods)) { +$this->allow = array_merge($this->allow, $requiredMethods); +continue; +} +} +$status = $this->handleRouteRequirements($pathinfo, $name, $route); +if (self::ROUTE_MATCH === $status[0]) { +return $status[1]; +} +if (self::REQUIREMENT_MISMATCH === $status[0]) { +continue; +} +return $this->getAttributes($route, $name, array_replace($matches, $hostMatches)); +} +} +protected function getAttributes(Route $route, $name, array $attributes) +{ +$attributes['_route'] = $name; +return $this->mergeDefaults($attributes, $route->getDefaults()); +} +protected function handleRouteRequirements($pathinfo, $name, Route $route) +{ +if ($route->getCondition() && !$this->getExpressionLanguage()->evaluate($route->getCondition(), array('context'=> $this->context,'request'=> $this->request))) { +return array(self::REQUIREMENT_MISMATCH, null); +} +$scheme = $this->context->getScheme(); +$status = $route->getSchemes() && !$route->hasScheme($scheme) ? self::REQUIREMENT_MISMATCH : self::REQUIREMENT_MATCH; +return array($status, null); +} +protected function mergeDefaults($params, $defaults) +{ +foreach ($params as $key => $value) { +if (!is_int($key)) { +$defaults[$key] = $value; +} +} +return $defaults; +} +protected function getExpressionLanguage() +{ +if (null === $this->expressionLanguage) { +if (!class_exists('Symfony\Component\ExpressionLanguage\ExpressionLanguage')) { +throw new \RuntimeException('Unable to use expressions as the Symfony ExpressionLanguage component is not installed.'); +} +$this->expressionLanguage = new ExpressionLanguage(null, $this->expressionLanguageProviders); +} +return $this->expressionLanguage; +} +} +} +namespace Symfony\Component\Routing\Matcher +{ +use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\Routing\Route; +abstract class RedirectableUrlMatcher extends UrlMatcher implements RedirectableUrlMatcherInterface +{ +public function match($pathinfo) +{ +try { +$parameters = parent::match($pathinfo); +} catch (ResourceNotFoundException $e) { +if ('/'=== substr($pathinfo, -1) || !in_array($this->context->getMethod(), array('HEAD','GET'))) { +throw $e; +} +try { +parent::match($pathinfo.'/'); +return $this->redirect($pathinfo.'/', null); +} catch (ResourceNotFoundException $e2) { +throw $e; +} +} +return $parameters; +} +protected function handleRouteRequirements($pathinfo, $name, Route $route) +{ +if ($route->getCondition() && !$this->getExpressionLanguage()->evaluate($route->getCondition(), array('context'=> $this->context,'request'=> $this->request))) { +return array(self::REQUIREMENT_MISMATCH, null); +} +$scheme = $this->context->getScheme(); +$schemes = $route->getSchemes(); +if ($schemes && !$route->hasScheme($scheme)) { +return array(self::ROUTE_MATCH, $this->redirect($pathinfo, $name, current($schemes))); +} +return array(self::REQUIREMENT_MATCH, null); +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Routing +{ +use Symfony\Component\Routing\Matcher\RedirectableUrlMatcher as BaseMatcher; +class RedirectableUrlMatcher extends BaseMatcher +{ +public function redirect($path, $route, $scheme = null) +{ +return array('_controller'=>'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction','path'=> $path,'permanent'=> true,'scheme'=> $scheme,'httpPort'=> $this->context->getHttpPort(),'httpsPort'=> $this->context->getHttpsPort(),'_route'=> $route, +); +} +} +} +namespace Symfony\Component\HttpKernel\CacheWarmer +{ +interface WarmableInterface +{ +public function warmUp($cacheDir); +} +} +namespace Symfony\Bundle\FrameworkBundle\Routing +{ +use Symfony\Component\Routing\Router as BaseRouter; +use Symfony\Component\Routing\RequestContext; +use Symfony\Component\DependencyInjection\ContainerInterface; +use Symfony\Component\Routing\RouteCollection; +use Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface; +use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException; +use Symfony\Component\DependencyInjection\Exception\RuntimeException; +class Router extends BaseRouter implements WarmableInterface +{ +private $container; +public function __construct(ContainerInterface $container, $resource, array $options = array(), RequestContext $context = null) +{ +$this->container = $container; +$this->resource = $resource; +$this->context = $context ?: new RequestContext(); +$this->setOptions($options); +} +public function getRouteCollection() +{ +if (null === $this->collection) { +$this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']); +$this->resolveParameters($this->collection); +} +return $this->collection; +} +public function warmUp($cacheDir) +{ +$currentDir = $this->getOption('cache_dir'); +$this->setOption('cache_dir', $cacheDir); +$this->getMatcher(); +$this->getGenerator(); +$this->setOption('cache_dir', $currentDir); +} +private function resolveParameters(RouteCollection $collection) +{ +foreach ($collection as $route) { +foreach ($route->getDefaults() as $name => $value) { +$route->setDefault($name, $this->resolve($value)); +} +foreach ($route->getRequirements() as $name => $value) { +$route->setRequirement($name, $this->resolve($value)); +} +$route->setPath($this->resolve($route->getPath())); +$route->setHost($this->resolve($route->getHost())); +$schemes = array(); +foreach ($route->getSchemes() as $scheme) { +$schemes = array_merge($schemes, explode('|', $this->resolve($scheme))); +} +$route->setSchemes($schemes); +$methods = array(); +foreach ($route->getMethods() as $method) { +$methods = array_merge($methods, explode('|', $this->resolve($method))); +} +$route->setMethods($methods); +$route->setCondition($this->resolve($route->getCondition())); +} +} +private function resolve($value) +{ +if (is_array($value)) { +foreach ($value as $key => $val) { +$value[$key] = $this->resolve($val); +} +return $value; +} +if (!is_string($value)) { +return $value; +} +$container = $this->container; +$escapedValue = preg_replace_callback('/%%|%([^%\s]++)%/', function ($match) use ($container, $value) { +if (!isset($match[1])) { +return'%%'; +} +$resolved = $container->getParameter($match[1]); +if (is_string($resolved) || is_numeric($resolved)) { +return (string) $resolved; +} +throw new RuntimeException(sprintf('The container parameter "%s", used in the route configuration value "%s", '.'must be a string or numeric, but it is of type %s.', +$match[1], +$value, +gettype($resolved) +) +); +}, $value); +return str_replace('%%','%', $escapedValue); +} +} +} +namespace Symfony\Component\Config +{ +class FileLocator implements FileLocatorInterface +{ +protected $paths; +public function __construct($paths = array()) +{ +$this->paths = (array) $paths; +} +public function locate($name, $currentPath = null, $first = true) +{ +if (''== $name) { +throw new \InvalidArgumentException('An empty file name is not valid to be located.'); +} +if ($this->isAbsolutePath($name)) { +if (!file_exists($name)) { +throw new \InvalidArgumentException(sprintf('The file "%s" does not exist.', $name)); +} +return $name; +} +$paths = $this->paths; +if (null !== $currentPath) { +array_unshift($paths, $currentPath); +} +$paths = array_unique($paths); +$filepaths = array(); +foreach ($paths as $path) { +if (@file_exists($file = $path.DIRECTORY_SEPARATOR.$name)) { +if (true === $first) { +return $file; +} +$filepaths[] = $file; +} +} +if (!$filepaths) { +throw new \InvalidArgumentException(sprintf('The file "%s" does not exist (in: %s).', $name, implode(', ', $paths))); +} +return $filepaths; +} +private function isAbsolutePath($file) +{ +if ($file[0] ==='/'|| $file[0] ==='\\'|| (strlen($file) > 3 && ctype_alpha($file[0]) +&& $file[1] ===':'&& ($file[2] ==='\\'|| $file[2] ==='/') +) +|| null !== parse_url($file, PHP_URL_SCHEME) +) { +return true; +} +return false; +} +} +} +namespace Symfony\Component\EventDispatcher +{ +class Event +{ +private $propagationStopped = false; +public function isPropagationStopped() +{ +return $this->propagationStopped; +} +public function stopPropagation() +{ +$this->propagationStopped = true; +} +} +} +namespace Symfony\Component\EventDispatcher +{ +interface EventDispatcherInterface +{ +public function dispatch($eventName, Event $event = null); +public function addListener($eventName, $listener, $priority = 0); +public function addSubscriber(EventSubscriberInterface $subscriber); +public function removeListener($eventName, $listener); +public function removeSubscriber(EventSubscriberInterface $subscriber); +public function getListeners($eventName = null); +public function getListenerPriority($eventName, $listener); +public function hasListeners($eventName = null); +} +} +namespace Symfony\Component\EventDispatcher +{ +class EventDispatcher implements EventDispatcherInterface +{ +private $listeners = array(); +private $sorted = array(); +public function dispatch($eventName, Event $event = null) +{ +if (null === $event) { +$event = new Event(); +} +if ($listeners = $this->getListeners($eventName)) { +$this->doDispatch($listeners, $eventName, $event); +} +return $event; +} +public function getListeners($eventName = null) +{ +if (null !== $eventName) { +if (!isset($this->listeners[$eventName])) { +return array(); +} +if (!isset($this->sorted[$eventName])) { +$this->sortListeners($eventName); +} +return $this->sorted[$eventName]; +} +foreach ($this->listeners as $eventName => $eventListeners) { +if (!isset($this->sorted[$eventName])) { +$this->sortListeners($eventName); +} +} +return array_filter($this->sorted); +} +public function getListenerPriority($eventName, $listener) +{ +if (!isset($this->listeners[$eventName])) { +return; +} +foreach ($this->listeners[$eventName] as $priority => $listeners) { +if (false !== in_array($listener, $listeners, true)) { +return $priority; +} +} +} +public function hasListeners($eventName = null) +{ +return (bool) count($this->getListeners($eventName)); +} +public function addListener($eventName, $listener, $priority = 0) +{ +$this->listeners[$eventName][$priority][] = $listener; +unset($this->sorted[$eventName]); +} +public function removeListener($eventName, $listener) +{ +if (!isset($this->listeners[$eventName])) { +return; +} +foreach ($this->listeners[$eventName] as $priority => $listeners) { +if (false !== ($key = array_search($listener, $listeners, true))) { +unset($this->listeners[$eventName][$priority][$key], $this->sorted[$eventName]); +} +} +} +public function addSubscriber(EventSubscriberInterface $subscriber) +{ +foreach ($subscriber->getSubscribedEvents() as $eventName => $params) { +if (is_string($params)) { +$this->addListener($eventName, array($subscriber, $params)); +} elseif (is_string($params[0])) { +$this->addListener($eventName, array($subscriber, $params[0]), isset($params[1]) ? $params[1] : 0); +} else { +foreach ($params as $listener) { +$this->addListener($eventName, array($subscriber, $listener[0]), isset($listener[1]) ? $listener[1] : 0); +} +} +} +} +public function removeSubscriber(EventSubscriberInterface $subscriber) +{ +foreach ($subscriber->getSubscribedEvents() as $eventName => $params) { +if (is_array($params) && is_array($params[0])) { +foreach ($params as $listener) { +$this->removeListener($eventName, array($subscriber, $listener[0])); +} +} else { +$this->removeListener($eventName, array($subscriber, is_string($params) ? $params : $params[0])); +} +} +} +protected function doDispatch($listeners, $eventName, Event $event) +{ +foreach ($listeners as $listener) { +if ($event->isPropagationStopped()) { +break; +} +call_user_func($listener, $event, $eventName, $this); +} +} +private function sortListeners($eventName) +{ +krsort($this->listeners[$eventName]); +$this->sorted[$eventName] = call_user_func_array('array_merge', $this->listeners[$eventName]); +} +} +} +namespace Symfony\Component\EventDispatcher +{ +use Symfony\Component\DependencyInjection\ContainerInterface; +class ContainerAwareEventDispatcher extends EventDispatcher +{ +private $container; +private $listenerIds = array(); +private $listeners = array(); +public function __construct(ContainerInterface $container) +{ +$this->container = $container; +} +public function addListenerService($eventName, $callback, $priority = 0) +{ +if (!is_array($callback) || 2 !== count($callback)) { +throw new \InvalidArgumentException('Expected an array("service", "method") argument'); +} +$this->listenerIds[$eventName][] = array($callback[0], $callback[1], $priority); +} +public function removeListener($eventName, $listener) +{ +$this->lazyLoad($eventName); +if (isset($this->listenerIds[$eventName])) { +foreach ($this->listenerIds[$eventName] as $i => list($serviceId, $method, $priority)) { +$key = $serviceId.'.'.$method; +if (isset($this->listeners[$eventName][$key]) && $listener === array($this->listeners[$eventName][$key], $method)) { +unset($this->listeners[$eventName][$key]); +if (empty($this->listeners[$eventName])) { +unset($this->listeners[$eventName]); +} +unset($this->listenerIds[$eventName][$i]); +if (empty($this->listenerIds[$eventName])) { +unset($this->listenerIds[$eventName]); +} +} +} +} +parent::removeListener($eventName, $listener); +} +public function hasListeners($eventName = null) +{ +if (null === $eventName) { +return (bool) count($this->listenerIds) || (bool) count($this->listeners); +} +if (isset($this->listenerIds[$eventName])) { +return true; +} +return parent::hasListeners($eventName); +} +public function getListeners($eventName = null) +{ +if (null === $eventName) { +foreach ($this->listenerIds as $serviceEventName => $args) { +$this->lazyLoad($serviceEventName); +} +} else { +$this->lazyLoad($eventName); +} +return parent::getListeners($eventName); +} +public function getListenerPriority($eventName, $listener) +{ +$this->lazyLoad($eventName); +return parent::getListenerPriority($eventName, $listener); +} +public function addSubscriberService($serviceId, $class) +{ +foreach ($class::getSubscribedEvents() as $eventName => $params) { +if (is_string($params)) { +$this->listenerIds[$eventName][] = array($serviceId, $params, 0); +} elseif (is_string($params[0])) { +$this->listenerIds[$eventName][] = array($serviceId, $params[0], isset($params[1]) ? $params[1] : 0); +} else { +foreach ($params as $listener) { +$this->listenerIds[$eventName][] = array($serviceId, $listener[0], isset($listener[1]) ? $listener[1] : 0); +} +} +} +} +public function getContainer() +{ +return $this->container; +} +protected function lazyLoad($eventName) +{ +if (isset($this->listenerIds[$eventName])) { +foreach ($this->listenerIds[$eventName] as list($serviceId, $method, $priority)) { +$listener = $this->container->get($serviceId); +$key = $serviceId.'.'.$method; +if (!isset($this->listeners[$eventName][$key])) { +$this->addListener($eventName, array($listener, $method), $priority); +} elseif ($listener !== $this->listeners[$eventName][$key]) { +parent::removeListener($eventName, array($this->listeners[$eventName][$key], $method)); +$this->addListener($eventName, array($listener, $method), $priority); +} +$this->listeners[$eventName][$key] = $listener; +} +} +} +} +} +namespace Symfony\Component\HttpKernel\EventListener +{ +use Symfony\Component\HttpKernel\Event\FilterResponseEvent; +use Symfony\Component\HttpKernel\KernelEvents; +use Symfony\Component\EventDispatcher\EventSubscriberInterface; +class ResponseListener implements EventSubscriberInterface +{ +private $charset; +public function __construct($charset) +{ +$this->charset = $charset; +} +public function onKernelResponse(FilterResponseEvent $event) +{ +if (!$event->isMasterRequest()) { +return; +} +$response = $event->getResponse(); +if (null === $response->getCharset()) { +$response->setCharset($this->charset); +} +$response->prepare($event->getRequest()); +} +public static function getSubscribedEvents() +{ +return array( +KernelEvents::RESPONSE =>'onKernelResponse', +); +} +} +} +namespace Symfony\Component\HttpKernel\EventListener +{ +use Psr\Log\LoggerInterface; +use Symfony\Component\HttpKernel\Event\GetResponseEvent; +use Symfony\Component\HttpKernel\Event\FinishRequestEvent; +use Symfony\Component\HttpKernel\KernelEvents; +use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; +use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; +use Symfony\Component\HttpFoundation\RequestStack; +use Symfony\Component\Routing\Exception\MethodNotAllowedException; +use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\Routing\Matcher\UrlMatcherInterface; +use Symfony\Component\Routing\Matcher\RequestMatcherInterface; +use Symfony\Component\Routing\RequestContext; +use Symfony\Component\Routing\RequestContextAwareInterface; +use Symfony\Component\EventDispatcher\EventSubscriberInterface; +use Symfony\Component\HttpFoundation\Request; +class RouterListener implements EventSubscriberInterface +{ +private $matcher; +private $context; +private $logger; +private $requestStack; +public function __construct($matcher, RequestStack $requestStack, RequestContext $context = null, LoggerInterface $logger = null) +{ +if (!$matcher instanceof UrlMatcherInterface && !$matcher instanceof RequestMatcherInterface) { +throw new \InvalidArgumentException('Matcher must either implement UrlMatcherInterface or RequestMatcherInterface.'); +} +if (null === $context && !$matcher instanceof RequestContextAwareInterface) { +throw new \InvalidArgumentException('You must either pass a RequestContext or the matcher must implement RequestContextAwareInterface.'); +} +$this->matcher = $matcher; +$this->context = $context ?: $matcher->getContext(); +$this->requestStack = $requestStack; +$this->logger = $logger; +} +private function setCurrentRequest(Request $request = null) +{ +if (null !== $request) { +$this->context->fromRequest($request); +} +} +public function onKernelFinishRequest(FinishRequestEvent $event) +{ +$this->setCurrentRequest($this->requestStack->getParentRequest()); +} +public function onKernelRequest(GetResponseEvent $event) +{ +$request = $event->getRequest(); +$this->setCurrentRequest($request); +if ($request->attributes->has('_controller')) { +return; +} +try { +if ($this->matcher instanceof RequestMatcherInterface) { +$parameters = $this->matcher->matchRequest($request); +} else { +$parameters = $this->matcher->match($request->getPathInfo()); +} +if (null !== $this->logger) { +$this->logger->info('Matched route "{route}".', array('route'=> isset($parameters['_route']) ? $parameters['_route'] :'n/a','route_parameters'=> $parameters,'request_uri'=> $request->getUri(),'method'=> $request->getMethod(), +)); +} +$request->attributes->add($parameters); +unset($parameters['_route'], $parameters['_controller']); +$request->attributes->set('_route_params', $parameters); +} catch (ResourceNotFoundException $e) { +$message = sprintf('No route found for "%s %s"', $request->getMethod(), $request->getPathInfo()); +if ($referer = $request->headers->get('referer')) { +$message .= sprintf(' (from "%s")', $referer); +} +throw new NotFoundHttpException($message, $e); +} catch (MethodNotAllowedException $e) { +$message = sprintf('No route found for "%s %s": Method Not Allowed (Allow: %s)', $request->getMethod(), $request->getPathInfo(), implode(', ', $e->getAllowedMethods())); +throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e); +} +} +public static function getSubscribedEvents() +{ +return array( +KernelEvents::REQUEST => array(array('onKernelRequest', 32)), +KernelEvents::FINISH_REQUEST => array(array('onKernelFinishRequest', 0)), +); +} +} +} +namespace Symfony\Component\HttpKernel\Controller +{ +use Symfony\Component\HttpFoundation\Request; +interface ArgumentResolverInterface +{ +public function getArguments(Request $request, $controller); +} +} +namespace Symfony\Component\HttpKernel\Controller +{ +use Symfony\Component\HttpFoundation\Request; +interface ControllerResolverInterface +{ +public function getController(Request $request); +public function getArguments(Request $request, $controller); +} +} +namespace Symfony\Component\HttpKernel\Controller +{ +use Psr\Log\LoggerInterface; +use Symfony\Component\HttpFoundation\Request; +class ControllerResolver implements ArgumentResolverInterface, ControllerResolverInterface +{ +private $logger; +private $supportsVariadic; +private $supportsScalarTypes; +public function __construct(LoggerInterface $logger = null) +{ +$this->logger = $logger; +$this->supportsVariadic = method_exists('ReflectionParameter','isVariadic'); +$this->supportsScalarTypes = method_exists('ReflectionParameter','getType'); +} +public function getController(Request $request) +{ +if (!$controller = $request->attributes->get('_controller')) { +if (null !== $this->logger) { +$this->logger->warning('Unable to look for the controller as the "_controller" parameter is missing.'); +} +return false; +} +if (is_array($controller)) { +return $controller; +} +if (is_object($controller)) { +if (method_exists($controller,'__invoke')) { +return $controller; +} +throw new \InvalidArgumentException(sprintf('Controller "%s" for URI "%s" is not callable.', get_class($controller), $request->getPathInfo())); +} +if (false === strpos($controller,':')) { +if (method_exists($controller,'__invoke')) { +return $this->instantiateController($controller); +} elseif (function_exists($controller)) { +return $controller; +} +} +$callable = $this->createController($controller); +if (!is_callable($callable)) { +throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable. %s', $request->getPathInfo(), $this->getControllerError($callable))); +} +return $callable; +} +public function getArguments(Request $request, $controller) +{ +@trigger_error(sprintf('%s is deprecated as of 3.1 and will be removed in 4.0. Implement the %s and inject it in the HttpKernel instead.', __METHOD__, ArgumentResolverInterface::class), E_USER_DEPRECATED); +if (is_array($controller)) { +$r = new \ReflectionMethod($controller[0], $controller[1]); +} elseif (is_object($controller) && !$controller instanceof \Closure) { +$r = new \ReflectionObject($controller); +$r = $r->getMethod('__invoke'); +} else { +$r = new \ReflectionFunction($controller); +} +return $this->doGetArguments($request, $controller, $r->getParameters()); +} +protected function doGetArguments(Request $request, $controller, array $parameters) +{ +@trigger_error(sprintf('%s is deprecated as of 3.1 and will be removed in 4.0. Implement the %s and inject it in the HttpKernel instead.', __METHOD__, ArgumentResolverInterface::class), E_USER_DEPRECATED); +$attributes = $request->attributes->all(); +$arguments = array(); +foreach ($parameters as $param) { +if (array_key_exists($param->name, $attributes)) { +if ($this->supportsVariadic && $param->isVariadic() && is_array($attributes[$param->name])) { +$arguments = array_merge($arguments, array_values($attributes[$param->name])); +} else { +$arguments[] = $attributes[$param->name]; +} +} elseif ($param->getClass() && $param->getClass()->isInstance($request)) { +$arguments[] = $request; +} elseif ($param->isDefaultValueAvailable()) { +$arguments[] = $param->getDefaultValue(); +} elseif ($this->supportsScalarTypes && $param->hasType() && $param->allowsNull()) { +$arguments[] = null; +} else { +if (is_array($controller)) { +$repr = sprintf('%s::%s()', get_class($controller[0]), $controller[1]); +} elseif (is_object($controller)) { +$repr = get_class($controller); +} else { +$repr = $controller; +} +throw new \RuntimeException(sprintf('Controller "%s" requires that you provide a value for the "$%s" argument (because there is no default value or because there is a non optional argument after this one).', $repr, $param->name)); +} +} +return $arguments; +} +protected function createController($controller) +{ +if (false === strpos($controller,'::')) { +throw new \InvalidArgumentException(sprintf('Unable to find controller "%s".', $controller)); +} +list($class, $method) = explode('::', $controller, 2); +if (!class_exists($class)) { +throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.', $class)); +} +return array($this->instantiateController($class), $method); +} +protected function instantiateController($class) +{ +return new $class(); +} +private function getControllerError($callable) +{ +if (is_string($callable)) { +if (false !== strpos($callable,'::')) { +$callable = explode('::', $callable); +} +if (class_exists($callable) && !method_exists($callable,'__invoke')) { +return sprintf('Class "%s" does not have a method "__invoke".', $callable); +} +if (!function_exists($callable)) { +return sprintf('Function "%s" does not exist.', $callable); +} +} +if (!is_array($callable)) { +return sprintf('Invalid type for controller given, expected string or array, got "%s".', gettype($callable)); +} +if (2 !== count($callable)) { +return sprintf('Invalid format for controller, expected array(controller, method) or controller::method.'); +} +list($controller, $method) = $callable; +if (is_string($controller) && !class_exists($controller)) { +return sprintf('Class "%s" does not exist.', $controller); +} +$className = is_object($controller) ? get_class($controller) : $controller; +if (method_exists($controller, $method)) { +return sprintf('Method "%s" on class "%s" should be public and non-abstract.', $method, $className); +} +$collection = get_class_methods($controller); +$alternatives = array(); +foreach ($collection as $item) { +$lev = levenshtein($method, $item); +if ($lev <= strlen($method) / 3 || false !== strpos($item, $method)) { +$alternatives[] = $item; +} +} +asort($alternatives); +$message = sprintf('Expected method "%s" on class "%s"', $method, $className); +if (count($alternatives) > 0) { +$message .= sprintf(', did you mean "%s"?', implode('", "', $alternatives)); +} else { +$message .= sprintf('. Available methods: "%s".', implode('", "', $collection)); +} +return $message; +} +} +} +namespace Symfony\Component\HttpKernel\Controller +{ +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver; +use Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver; +use Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver; +use Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver; +use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory; +use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactoryInterface; +final class ArgumentResolver implements ArgumentResolverInterface +{ +private $argumentMetadataFactory; +private $argumentValueResolvers; +public function __construct(ArgumentMetadataFactoryInterface $argumentMetadataFactory = null, array $argumentValueResolvers = array()) +{ +$this->argumentMetadataFactory = $argumentMetadataFactory ?: new ArgumentMetadataFactory(); +$this->argumentValueResolvers = $argumentValueResolvers ?: array( +new RequestAttributeValueResolver(), +new RequestValueResolver(), +new DefaultValueResolver(), +new VariadicValueResolver(), +); +} +public function getArguments(Request $request, $controller) +{ +$arguments = array(); +foreach ($this->argumentMetadataFactory->createArgumentMetadata($controller) as $metadata) { +foreach ($this->argumentValueResolvers as $resolver) { +if (!$resolver->supports($request, $metadata)) { +continue; +} +$resolved = $resolver->resolve($request, $metadata); +if (!$resolved instanceof \Generator) { +throw new \InvalidArgumentException(sprintf('%s::resolve() must yield at least one value.', get_class($resolver))); +} +foreach ($resolved as $append) { +$arguments[] = $append; +} +continue 2; +} +$representative = $controller; +if (is_array($representative)) { +$representative = sprintf('%s::%s()', get_class($representative[0]), $representative[1]); +} elseif (is_object($representative)) { +$representative = get_class($representative); +} +throw new \RuntimeException(sprintf('Controller "%s" requires that you provide a value for the "$%s" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one.', $representative, $metadata->getName())); +} +return $arguments; +} +} +} +namespace Symfony\Component\HttpKernel\ControllerMetadata +{ +class ArgumentMetadata +{ +private $name; +private $type; +private $isVariadic; +private $hasDefaultValue; +private $defaultValue; +private $isNullable; +public function __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) +{ +$this->name = $name; +$this->type = $type; +$this->isVariadic = $isVariadic; +$this->hasDefaultValue = $hasDefaultValue; +$this->defaultValue = $defaultValue; +$this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue); +} +public function getName() +{ +return $this->name; +} +public function getType() +{ +return $this->type; +} +public function isVariadic() +{ +return $this->isVariadic; +} +public function hasDefaultValue() +{ +return $this->hasDefaultValue; +} +public function isNullable() +{ +return $this->isNullable; +} +public function getDefaultValue() +{ +if (!$this->hasDefaultValue) { +throw new \LogicException(sprintf('Argument $%s does not have a default value. Use %s::hasDefaultValue() to avoid this exception.', $this->name, __CLASS__)); +} +return $this->defaultValue; +} +} +} +namespace Symfony\Component\HttpKernel\ControllerMetadata +{ +interface ArgumentMetadataFactoryInterface +{ +public function createArgumentMetadata($controller); +} +} +namespace Symfony\Component\HttpKernel\ControllerMetadata +{ +final class ArgumentMetadataFactory implements ArgumentMetadataFactoryInterface +{ +private $supportsVariadic; +private $supportsParameterType; +public function __construct() +{ +$this->supportsVariadic = method_exists('ReflectionParameter','isVariadic'); +$this->supportsParameterType = method_exists('ReflectionParameter','getType'); +} +public function createArgumentMetadata($controller) +{ +$arguments = array(); +if (is_array($controller)) { +$reflection = new \ReflectionMethod($controller[0], $controller[1]); +} elseif (is_object($controller) && !$controller instanceof \Closure) { +$reflection = (new \ReflectionObject($controller))->getMethod('__invoke'); +} else { +$reflection = new \ReflectionFunction($controller); +} +foreach ($reflection->getParameters() as $param) { +$arguments[] = new ArgumentMetadata($param->getName(), $this->getType($param), $this->isVariadic($param), $this->hasDefaultValue($param), $this->getDefaultValue($param), $param->allowsNull()); +} +return $arguments; +} +private function isVariadic(\ReflectionParameter $parameter) +{ +return $this->supportsVariadic && $parameter->isVariadic(); +} +private function hasDefaultValue(\ReflectionParameter $parameter) +{ +return $parameter->isDefaultValueAvailable(); +} +private function getDefaultValue(\ReflectionParameter $parameter) +{ +return $this->hasDefaultValue($parameter) ? $parameter->getDefaultValue() : null; +} +private function getType(\ReflectionParameter $parameter) +{ +if ($this->supportsParameterType) { +if (!$type = $parameter->getType()) { +return; +} +$typeName = $type instanceof \ReflectionNamedType ? $type->getName() : $type->__toString(); +if ('array'=== $typeName && !$type->isBuiltin()) { +return; +} +return $typeName; +} +if (preg_match('/^(?:[^ ]++ ){4}([a-zA-Z_\x7F-\xFF][^ ]++)/', $parameter, $info)) { +return $info[1]; +} +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\EventDispatcher\Event; +class KernelEvent extends Event +{ +private $kernel; +private $request; +private $requestType; +public function __construct(HttpKernelInterface $kernel, Request $request, $requestType) +{ +$this->kernel = $kernel; +$this->request = $request; +$this->requestType = $requestType; +} +public function getKernel() +{ +return $this->kernel; +} +public function getRequest() +{ +return $this->request; +} +public function getRequestType() +{ +return $this->requestType; +} +public function isMasterRequest() +{ +return HttpKernelInterface::MASTER_REQUEST === $this->requestType; +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpFoundation\Request; +class FilterControllerEvent extends KernelEvent +{ +private $controller; +public function __construct(HttpKernelInterface $kernel, callable $controller, Request $request, $requestType) +{ +parent::__construct($kernel, $request, $requestType); +$this->setController($controller); +} +public function getController() +{ +return $this->controller; +} +public function setController(callable $controller) +{ +$this->controller = $controller; +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpFoundation\Response; +class FilterResponseEvent extends KernelEvent +{ +private $response; +public function __construct(HttpKernelInterface $kernel, Request $request, $requestType, Response $response) +{ +parent::__construct($kernel, $request, $requestType); +$this->setResponse($response); +} +public function getResponse() +{ +return $this->response; +} +public function setResponse(Response $response) +{ +$this->response = $response; +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpFoundation\Response; +class GetResponseEvent extends KernelEvent +{ +private $response; +public function getResponse() +{ +return $this->response; +} +public function setResponse(Response $response) +{ +$this->response = $response; +$this->stopPropagation(); +} +public function hasResponse() +{ +return null !== $this->response; +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpFoundation\Request; +class GetResponseForControllerResultEvent extends GetResponseEvent +{ +private $controllerResult; +public function __construct(HttpKernelInterface $kernel, Request $request, $requestType, $controllerResult) +{ +parent::__construct($kernel, $request, $requestType); +$this->controllerResult = $controllerResult; +} +public function getControllerResult() +{ +return $this->controllerResult; +} +public function setControllerResult($controllerResult) +{ +$this->controllerResult = $controllerResult; +} +} +} +namespace Symfony\Component\HttpKernel\Event +{ +use Symfony\Component\HttpKernel\HttpKernelInterface; +use Symfony\Component\HttpFoundation\Request; +class GetResponseForExceptionEvent extends GetResponseEvent +{ +private $exception; +public function __construct(HttpKernelInterface $kernel, Request $request, $requestType, \Exception $e) +{ +parent::__construct($kernel, $request, $requestType); +$this->setException($e); +} +public function getException() +{ +return $this->exception; +} +public function setException(\Exception $exception) +{ +$this->exception = $exception; +} +} +} +namespace Symfony\Component\HttpKernel +{ +final class KernelEvents +{ +const REQUEST ='kernel.request'; +const EXCEPTION ='kernel.exception'; +const VIEW ='kernel.view'; +const CONTROLLER ='kernel.controller'; +const CONTROLLER_ARGUMENTS ='kernel.controller_arguments'; +const RESPONSE ='kernel.response'; +const TERMINATE ='kernel.terminate'; +const FINISH_REQUEST ='kernel.finish_request'; +} +} +namespace Symfony\Component\HttpKernel\Config +{ +use Symfony\Component\Config\FileLocator as BaseFileLocator; +use Symfony\Component\HttpKernel\KernelInterface; +class FileLocator extends BaseFileLocator +{ +private $kernel; +private $path; +public function __construct(KernelInterface $kernel, $path = null, array $paths = array()) +{ +$this->kernel = $kernel; +if (null !== $path) { +$this->path = $path; +$paths[] = $path; +} +parent::__construct($paths); +} +public function locate($file, $currentPath = null, $first = true) +{ +if (isset($file[0]) &&'@'=== $file[0]) { +return $this->kernel->locateResource($file, $this->path, $first); +} +return parent::locate($file, $currentPath, $first); +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Controller +{ +use Symfony\Component\HttpKernel\KernelInterface; +class ControllerNameParser +{ +protected $kernel; +public function __construct(KernelInterface $kernel) +{ +$this->kernel = $kernel; +} +public function parse($controller) +{ +$parts = explode(':', $controller); +if (3 !== count($parts) || in_array('', $parts, true)) { +throw new \InvalidArgumentException(sprintf('The "%s" controller is not a valid "a:b:c" controller string.', $controller)); +} +$originalController = $controller; +list($bundle, $controller, $action) = $parts; +$controller = str_replace('/','\\', $controller); +$bundles = array(); +try { +$allBundles = $this->kernel->getBundle($bundle, false); +} catch (\InvalidArgumentException $e) { +$message = sprintf('The "%s" (from the _controller value "%s") does not exist or is not enabled in your kernel!', +$bundle, +$originalController +); +if ($alternative = $this->findAlternative($bundle)) { +$message .= sprintf(' Did you mean "%s:%s:%s"?', $alternative, $controller, $action); +} +throw new \InvalidArgumentException($message, 0, $e); +} +foreach ($allBundles as $b) { +$try = $b->getNamespace().'\\Controller\\'.$controller.'Controller'; +if (class_exists($try)) { +return $try.'::'.$action.'Action'; +} +$bundles[] = $b->getName(); +$msg = sprintf('The _controller value "%s:%s:%s" maps to a "%s" class, but this class was not found. Create this class or check the spelling of the class and its namespace.', $bundle, $controller, $action, $try); +} +if (count($bundles) > 1) { +$msg = sprintf('Unable to find controller "%s:%s" in bundles %s.', $bundle, $controller, implode(', ', $bundles)); +} +throw new \InvalidArgumentException($msg); +} +public function build($controller) +{ +if (0 === preg_match('#^(.*?\\\\Controller\\\\(.+)Controller)::(.+)Action$#', $controller, $match)) { +throw new \InvalidArgumentException(sprintf('The "%s" controller is not a valid "class::method" string.', $controller)); +} +$className = $match[1]; +$controllerName = $match[2]; +$actionName = $match[3]; +foreach ($this->kernel->getBundles() as $name => $bundle) { +if (0 !== strpos($className, $bundle->getNamespace())) { +continue; +} +return sprintf('%s:%s:%s', $name, $controllerName, $actionName); +} +throw new \InvalidArgumentException(sprintf('Unable to find a bundle that defines controller "%s".', $controller)); +} +private function findAlternative($nonExistentBundleName) +{ +$bundleNames = array_map(function ($b) { +return $b->getName(); +}, $this->kernel->getBundles()); +$alternative = null; +$shortest = null; +foreach ($bundleNames as $bundleName) { +if (false !== strpos($bundleName, $nonExistentBundleName)) { +return $bundleName; +} +$lev = levenshtein($nonExistentBundleName, $bundleName); +if ($lev <= strlen($nonExistentBundleName) / 3 && ($alternative === null || $lev < $shortest)) { +$alternative = $bundleName; +$shortest = $lev; +} +} +return $alternative; +} +} +} +namespace Symfony\Bundle\FrameworkBundle\Controller +{ +use Psr\Log\LoggerInterface; +use Symfony\Component\HttpKernel\Controller\ControllerResolver as BaseControllerResolver; +use Symfony\Component\DependencyInjection\ContainerInterface; +use Symfony\Component\DependencyInjection\ContainerAwareInterface; +class ControllerResolver extends BaseControllerResolver +{ +protected $container; +protected $parser; +public function __construct(ContainerInterface $container, ControllerNameParser $parser, LoggerInterface $logger = null) +{ +$this->container = $container; +$this->parser = $parser; +parent::__construct($logger); +} +protected function createController($controller) +{ +if (false === strpos($controller,'::')) { +$count = substr_count($controller,':'); +if (2 == $count) { +$controller = $this->parser->parse($controller); +} elseif (1 == $count) { +list($service, $method) = explode(':', $controller, 2); +return array($this->container->get($service), $method); +} elseif ($this->container->has($controller) && method_exists($service = $this->container->get($controller),'__invoke')) { +return $service; +} else { +throw new \LogicException(sprintf('Unable to parse the controller name "%s".', $controller)); +} +} +return parent::createController($controller); +} +protected function instantiateController($class) +{ +if ($this->container->has($class)) { +return $this->container->get($class); +} +$controller = parent::instantiateController($class); +if ($controller instanceof ContainerAwareInterface) { +$controller->setContainer($this->container); +} +return $controller; +} +} +} +namespace Symfony\Component\Security\Http +{ +use Symfony\Component\HttpFoundation\Request; +interface AccessMapInterface +{ +public function getPatterns(Request $request); +} +} +namespace Symfony\Component\Security\Http +{ +use Symfony\Component\HttpFoundation\RequestMatcherInterface; +use Symfony\Component\HttpFoundation\Request; +class AccessMap implements AccessMapInterface +{ +private $map = array(); +public function add(RequestMatcherInterface $requestMatcher, array $attributes = array(), $channel = null) +{ +$this->map[] = array($requestMatcher, $attributes, $channel); +} +public function getPatterns(Request $request) +{ +foreach ($this->map as $elements) { +if (null === $elements[0] || $elements[0]->matches($request)) { +return array($elements[1], $elements[2]); +} +} +return array(null, null); +} +} +} +namespace Symfony\Component\Security\Http +{ +use Symfony\Component\HttpKernel\KernelEvents; +use Symfony\Component\HttpKernel\Event\GetResponseEvent; +use Symfony\Component\HttpKernel\Event\FinishRequestEvent; +use Symfony\Component\EventDispatcher\EventDispatcherInterface; +use Symfony\Component\EventDispatcher\EventSubscriberInterface; +class Firewall implements EventSubscriberInterface +{ +private $map; +private $dispatcher; +private $exceptionListeners; +public function __construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher) +{ +$this->map = $map; +$this->dispatcher = $dispatcher; +$this->exceptionListeners = new \SplObjectStorage(); +} +public function onKernelRequest(GetResponseEvent $event) +{ +if (!$event->isMasterRequest()) { +return; +} +list($listeners, $exceptionListener) = $this->map->getListeners($event->getRequest()); +if (null !== $exceptionListener) { +$this->exceptionListeners[$event->getRequest()] = $exceptionListener; +$exceptionListener->register($this->dispatcher); +} +foreach ($listeners as $listener) { +$listener->handle($event); +if ($event->hasResponse()) { +break; +} +} +} +public function onKernelFinishRequest(FinishRequestEvent $event) +{ +$request = $event->getRequest(); +if (isset($this->exceptionListeners[$request])) { +$this->exceptionListeners[$request]->unregister($this->dispatcher); +unset($this->exceptionListeners[$request]); +} +} +public static function getSubscribedEvents() +{ +return array( +KernelEvents::REQUEST => array('onKernelRequest', 8), +KernelEvents::FINISH_REQUEST =>'onKernelFinishRequest', +); +} +} +} +namespace Symfony\Component\Security\Core\User +{ +use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; +use Symfony\Component\Security\Core\Exception\UnsupportedUserException; +interface UserProviderInterface +{ +public function loadUserByUsername($username); +public function refreshUser(UserInterface $user); +public function supportsClass($class); +} +} +namespace Symfony\Component\Security\Core\Authentication +{ +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +use Symfony\Component\Security\Core\Exception\AuthenticationException; +interface AuthenticationManagerInterface +{ +public function authenticate(TokenInterface $token); +} +} +namespace Symfony\Component\Security\Core\Authentication +{ +use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent; +use Symfony\Component\Security\Core\Event\AuthenticationEvent; +use Symfony\Component\Security\Core\AuthenticationEvents; +use Symfony\Component\EventDispatcher\EventDispatcherInterface; +use Symfony\Component\Security\Core\Exception\AccountStatusException; +use Symfony\Component\Security\Core\Exception\AuthenticationException; +use Symfony\Component\Security\Core\Exception\ProviderNotFoundException; +use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface; +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +class AuthenticationProviderManager implements AuthenticationManagerInterface +{ +private $providers; +private $eraseCredentials; +private $eventDispatcher; +public function __construct(array $providers, $eraseCredentials = true) +{ +if (!$providers) { +throw new \InvalidArgumentException('You must at least add one authentication provider.'); +} +foreach ($providers as $provider) { +if (!$provider instanceof AuthenticationProviderInterface) { +throw new \InvalidArgumentException(sprintf('Provider "%s" must implement the AuthenticationProviderInterface.', get_class($provider))); +} +} +$this->providers = $providers; +$this->eraseCredentials = (bool) $eraseCredentials; +} +public function setEventDispatcher(EventDispatcherInterface $dispatcher) +{ +$this->eventDispatcher = $dispatcher; +} +public function authenticate(TokenInterface $token) +{ +$lastException = null; +$result = null; +foreach ($this->providers as $provider) { +if (!$provider->supports($token)) { +continue; +} +try { +$result = $provider->authenticate($token); +if (null !== $result) { +break; +} +} catch (AccountStatusException $e) { +$e->setToken($token); +throw $e; +} catch (AuthenticationException $e) { +$lastException = $e; +} +} +if (null !== $result) { +if (true === $this->eraseCredentials) { +$result->eraseCredentials(); +} +if (null !== $this->eventDispatcher) { +$this->eventDispatcher->dispatch(AuthenticationEvents::AUTHENTICATION_SUCCESS, new AuthenticationEvent($result)); +} +return $result; +} +if (null === $lastException) { +$lastException = new ProviderNotFoundException(sprintf('No Authentication Provider found for token of class "%s".', get_class($token))); +} +if (null !== $this->eventDispatcher) { +$this->eventDispatcher->dispatch(AuthenticationEvents::AUTHENTICATION_FAILURE, new AuthenticationFailureEvent($token, $lastException)); +} +$lastException->setToken($token); +throw $lastException; +} +} +} +namespace Symfony\Component\Security\Core\Authentication\Token\Storage +{ +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +interface TokenStorageInterface +{ +public function getToken(); +public function setToken(TokenInterface $token = null); +} +} +namespace Symfony\Component\Security\Core\Authentication\Token\Storage +{ +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +class TokenStorage implements TokenStorageInterface +{ +private $token; +public function getToken() +{ +return $this->token; +} +public function setToken(TokenInterface $token = null) +{ +$this->token = $token; +} +} +} +namespace Symfony\Component\Security\Core\Authorization +{ +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +interface AccessDecisionManagerInterface +{ +public function decide(TokenInterface $token, array $attributes, $object = null); +} +} +namespace Symfony\Component\Security\Core\Authorization +{ +use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +class AccessDecisionManager implements AccessDecisionManagerInterface +{ +const STRATEGY_AFFIRMATIVE ='affirmative'; +const STRATEGY_CONSENSUS ='consensus'; +const STRATEGY_UNANIMOUS ='unanimous'; +private $voters; +private $strategy; +private $allowIfAllAbstainDecisions; +private $allowIfEqualGrantedDeniedDecisions; +public function __construct(array $voters = array(), $strategy = self::STRATEGY_AFFIRMATIVE, $allowIfAllAbstainDecisions = false, $allowIfEqualGrantedDeniedDecisions = true) +{ +$strategyMethod ='decide'.ucfirst($strategy); +if (!is_callable(array($this, $strategyMethod))) { +throw new \InvalidArgumentException(sprintf('The strategy "%s" is not supported.', $strategy)); +} +$this->voters = $voters; +$this->strategy = $strategyMethod; +$this->allowIfAllAbstainDecisions = (bool) $allowIfAllAbstainDecisions; +$this->allowIfEqualGrantedDeniedDecisions = (bool) $allowIfEqualGrantedDeniedDecisions; +} +public function setVoters(array $voters) +{ +$this->voters = $voters; +} +public function decide(TokenInterface $token, array $attributes, $object = null) +{ +return $this->{$this->strategy}($token, $attributes, $object); +} +private function decideAffirmative(TokenInterface $token, array $attributes, $object = null) +{ +$deny = 0; +foreach ($this->voters as $voter) { +$result = $voter->vote($token, $object, $attributes); +switch ($result) { +case VoterInterface::ACCESS_GRANTED: +return true; +case VoterInterface::ACCESS_DENIED: +++$deny; +break; +default: +break; +} +} +if ($deny > 0) { +return false; +} +return $this->allowIfAllAbstainDecisions; +} +private function decideConsensus(TokenInterface $token, array $attributes, $object = null) +{ +$grant = 0; +$deny = 0; +foreach ($this->voters as $voter) { +$result = $voter->vote($token, $object, $attributes); +switch ($result) { +case VoterInterface::ACCESS_GRANTED: +++$grant; +break; +case VoterInterface::ACCESS_DENIED: +++$deny; +break; +} +} +if ($grant > $deny) { +return true; +} +if ($deny > $grant) { +return false; +} +if ($grant > 0) { +return $this->allowIfEqualGrantedDeniedDecisions; +} +return $this->allowIfAllAbstainDecisions; +} +private function decideUnanimous(TokenInterface $token, array $attributes, $object = null) +{ +$grant = 0; +foreach ($attributes as $attribute) { +foreach ($this->voters as $voter) { +$result = $voter->vote($token, $object, array($attribute)); +switch ($result) { +case VoterInterface::ACCESS_GRANTED: +++$grant; +break; +case VoterInterface::ACCESS_DENIED: +return false; +default: +break; +} +} +} +if ($grant > 0) { +return true; +} +return $this->allowIfAllAbstainDecisions; +} +} +} +namespace Symfony\Component\Security\Core\Authorization +{ +interface AuthorizationCheckerInterface +{ +public function isGranted($attributes, $object = null); +} +} +namespace Symfony\Component\Security\Core\Authorization +{ +use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; +use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; +use Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException; +class AuthorizationChecker implements AuthorizationCheckerInterface +{ +private $tokenStorage; +private $accessDecisionManager; +private $authenticationManager; +private $alwaysAuthenticate; +public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, AccessDecisionManagerInterface $accessDecisionManager, $alwaysAuthenticate = false) +{ +$this->tokenStorage = $tokenStorage; +$this->authenticationManager = $authenticationManager; +$this->accessDecisionManager = $accessDecisionManager; +$this->alwaysAuthenticate = $alwaysAuthenticate; +} +final public function isGranted($attributes, $object = null) +{ +if (null === ($token = $this->tokenStorage->getToken())) { +throw new AuthenticationCredentialsNotFoundException('The token storage contains no authentication token. One possible reason may be that there is no firewall configured for this URL.'); +} +if ($this->alwaysAuthenticate || !$token->isAuthenticated()) { +$this->tokenStorage->setToken($token = $this->authenticationManager->authenticate($token)); +} +if (!is_array($attributes)) { +$attributes = array($attributes); +} +return $this->accessDecisionManager->decide($token, $attributes, $object); +} +} +} +namespace Symfony\Component\Security\Core\Authorization\Voter +{ +use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; +interface VoterInterface +{ +const ACCESS_GRANTED = 1; +const ACCESS_ABSTAIN = 0; +const ACCESS_DENIED = -1; +public function vote(TokenInterface $token, $subject, array $attributes); +} +} +namespace Symfony\Component\Security\Http +{ +use Symfony\Component\HttpFoundation\Request; +interface FirewallMapInterface +{ +public function getListeners(Request $request); +} +} +namespace Symfony\Bundle\SecurityBundle\Security +{ +use Symfony\Component\Security\Http\FirewallMapInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\DependencyInjection\ContainerInterface; +class FirewallMap implements FirewallMapInterface +{ +protected $container; +protected $map; +public function __construct(ContainerInterface $container, array $map) +{ +$this->container = $container; +$this->map = $map; +} +public function getListeners(Request $request) +{ +foreach ($this->map as $contextId => $requestMatcher) { +if (null === $requestMatcher || $requestMatcher->matches($request)) { +return $this->container->get($contextId)->getContext(); +} +} +return array(array(), null); +} +} +} +namespace Symfony\Bundle\SecurityBundle\Security +{ +use Symfony\Component\Security\Http\Firewall\ExceptionListener; +class FirewallContext +{ +private $listeners; +private $exceptionListener; +public function __construct(array $listeners, ExceptionListener $exceptionListener = null) +{ +$this->listeners = $listeners; +$this->exceptionListener = $exceptionListener; +} +public function getContext() +{ +return array($this->listeners, $this->exceptionListener); +} +} +} +namespace Symfony\Component\HttpFoundation +{ +interface RequestMatcherInterface +{ +public function matches(Request $request); +} +} +namespace Symfony\Component\HttpFoundation +{ +class RequestMatcher implements RequestMatcherInterface +{ +private $path; +private $host; +private $methods = array(); +private $ips = array(); +private $attributes = array(); +private $schemes = array(); +public function __construct($path = null, $host = null, $methods = null, $ips = null, array $attributes = array(), $schemes = null) +{ +$this->matchPath($path); +$this->matchHost($host); +$this->matchMethod($methods); +$this->matchIps($ips); +$this->matchScheme($schemes); +foreach ($attributes as $k => $v) { +$this->matchAttribute($k, $v); +} +} +public function matchScheme($scheme) +{ +$this->schemes = null !== $scheme ? array_map('strtolower', (array) $scheme) : array(); +} +public function matchHost($regexp) +{ +$this->host = $regexp; +} +public function matchPath($regexp) +{ +$this->path = $regexp; +} +public function matchIp($ip) +{ +$this->matchIps($ip); +} +public function matchIps($ips) +{ +$this->ips = null !== $ips ? (array) $ips : array(); +} +public function matchMethod($method) +{ +$this->methods = null !== $method ? array_map('strtoupper', (array) $method) : array(); +} +public function matchAttribute($key, $regexp) +{ +$this->attributes[$key] = $regexp; +} +public function matches(Request $request) +{ +if ($this->schemes && !in_array($request->getScheme(), $this->schemes, true)) { +return false; +} +if ($this->methods && !in_array($request->getMethod(), $this->methods, true)) { +return false; +} +foreach ($this->attributes as $key => $pattern) { +if (!preg_match('{'.$pattern.'}', $request->attributes->get($key))) { +return false; +} +} +if (null !== $this->path && !preg_match('{'.$this->path.'}', rawurldecode($request->getPathInfo()))) { +return false; +} +if (null !== $this->host && !preg_match('{'.$this->host.'}i', $request->getHost())) { +return false; +} +if (IpUtils::checkIp($request->getClientIp(), $this->ips)) { +return true; +} +return count($this->ips) === 0; +} +} +} +namespace Twig +{ +use Twig\Cache\CacheInterface; +use Twig\Cache\FilesystemCache; +use Twig\Cache\NullCache; +use Twig\Error\Error; +use Twig\Error\LoaderError; +use Twig\Error\RuntimeError; +use Twig\Error\SyntaxError; +use Twig\Extension\CoreExtension; +use Twig\Extension\EscaperExtension; +use Twig\Extension\ExtensionInterface; +use Twig\Extension\OptimizerExtension; +use Twig\Loader\ArrayLoader; +use Twig\Loader\ChainLoader; +use Twig\Loader\LoaderInterface; +use Twig\Node\ModuleNode; +use Twig\Node\Node; +use Twig\NodeVisitor\NodeVisitorInterface; +use Twig\RuntimeLoader\RuntimeLoaderInterface; +use Twig\TokenParser\TokenParserInterface; +class Environment +{ +const VERSION ='2.12.5'; +const VERSION_ID = 21205; +const MAJOR_VERSION = 2; +const MINOR_VERSION = 12; +const RELEASE_VERSION = 5; +const EXTRA_VERSION =''; +private $charset; +private $loader; +private $debug; +private $autoReload; +private $cache; +private $lexer; +private $parser; +private $compiler; +private $baseTemplateClass; +private $globals = []; +private $resolvedGlobals; +private $loadedTemplates; +private $strictVariables; +private $templateClassPrefix ='__TwigTemplate_'; +private $originalCache; +private $extensionSet; +private $runtimeLoaders = []; +private $runtimes = []; +private $optionsHash; +public function __construct(LoaderInterface $loader, $options = []) +{ +$this->setLoader($loader); +$options = array_merge(['debug'=> false,'charset'=>'UTF-8','base_template_class'=> Template::class,'strict_variables'=> false,'autoescape'=>'html','cache'=> false,'auto_reload'=> null,'optimizations'=> -1, +], $options); +$this->debug = (bool) $options['debug']; +$this->setCharset($options['charset']); +$this->baseTemplateClass ='\\'.ltrim($options['base_template_class'],'\\'); +if ('\\'.Template::class !== $this->baseTemplateClass &&'\Twig_Template'!== $this->baseTemplateClass) { +@trigger_error('The "base_template_class" option on '.__CLASS__.' is deprecated since Twig 2.7.0.', E_USER_DEPRECATED); +} +$this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload']; +$this->strictVariables = (bool) $options['strict_variables']; +$this->setCache($options['cache']); +$this->extensionSet = new ExtensionSet(); +$this->addExtension(new CoreExtension()); +$this->addExtension(new EscaperExtension($options['autoescape'])); +$this->addExtension(new OptimizerExtension($options['optimizations'])); +} +public function getBaseTemplateClass() +{ +if (1 > \func_num_args() || \func_get_arg(0)) { +@trigger_error('The '.__METHOD__.' is deprecated since Twig 2.7.0.', E_USER_DEPRECATED); +} +return $this->baseTemplateClass; +} +public function setBaseTemplateClass($class) +{ +@trigger_error('The '.__METHOD__.' is deprecated since Twig 2.7.0.', E_USER_DEPRECATED); +$this->baseTemplateClass = $class; +$this->updateOptionsHash(); +} +public function enableDebug() +{ +$this->debug = true; +$this->updateOptionsHash(); +} +public function disableDebug() +{ +$this->debug = false; +$this->updateOptionsHash(); +} +public function isDebug() +{ +return $this->debug; +} +public function enableAutoReload() +{ +$this->autoReload = true; +} +public function disableAutoReload() +{ +$this->autoReload = false; +} +public function isAutoReload() +{ +return $this->autoReload; +} +public function enableStrictVariables() +{ +$this->strictVariables = true; +$this->updateOptionsHash(); +} +public function disableStrictVariables() +{ +$this->strictVariables = false; +$this->updateOptionsHash(); +} +public function isStrictVariables() +{ +return $this->strictVariables; +} +public function getCache($original = true) +{ +return $original ? $this->originalCache : $this->cache; +} +public function setCache($cache) +{ +if (\is_string($cache)) { +$this->originalCache = $cache; +$this->cache = new FilesystemCache($cache); +} elseif (false === $cache) { +$this->originalCache = $cache; +$this->cache = new NullCache(); +} elseif ($cache instanceof CacheInterface) { +$this->originalCache = $this->cache = $cache; +} else { +throw new \LogicException(sprintf('Cache can only be a string, false, or a \Twig\Cache\CacheInterface implementation.')); +} +} +public function getTemplateClass($name, $index = null) +{ +$key = $this->getLoader()->getCacheKey($name).$this->optionsHash; +return $this->templateClassPrefix.hash('sha256', $key).(null === $index ?'':'___'.$index); +} +public function render($name, array $context = []) +{ +return $this->load($name)->render($context); +} +public function display($name, array $context = []) +{ +$this->load($name)->display($context); +} +public function load($name) +{ +if ($name instanceof TemplateWrapper) { +return $name; +} +if ($name instanceof Template) { +@trigger_error('Passing a \Twig\Template instance to '.__METHOD__.' is deprecated since Twig 2.7.0, use \Twig\TemplateWrapper instead.', E_USER_DEPRECATED); +return new TemplateWrapper($this, $name); +} +return new TemplateWrapper($this, $this->loadTemplate($name)); +} +public function loadTemplate($name, $index = null) +{ +return $this->loadClass($this->getTemplateClass($name), $name, $index); +} +public function loadClass($cls, $name, $index = null) +{ +$mainCls = $cls; +if (null !== $index) { +$cls .='___'.$index; +} +if (isset($this->loadedTemplates[$cls])) { +return $this->loadedTemplates[$cls]; +} +if (!class_exists($cls, false)) { +$key = $this->cache->generateKey($name, $mainCls); +if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) { +$this->cache->load($key); +} +$source = null; +if (!class_exists($cls, false)) { +$source = $this->getLoader()->getSourceContext($name); +$content = $this->compileSource($source); +$this->cache->write($key, $content); +$this->cache->load($key); +if (!class_exists($mainCls, false)) { +eval('?>'.$content); +} +if (!class_exists($cls, false)) { +throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source); +} +} +} +$this->extensionSet->initRuntime($this); +return $this->loadedTemplates[$cls] = new $cls($this); +} +public function createTemplate($template, string $name = null) +{ +$hash = hash('sha256', $template, false); +if (null !== $name) { +$name = sprintf('%s (string template %s)', $name, $hash); +} else { +$name = sprintf('__string_template__%s', $hash); +} +$loader = new ChainLoader([ +new ArrayLoader([$name => $template]), +$current = $this->getLoader(), +]); +$this->setLoader($loader); +try { +return new TemplateWrapper($this, $this->loadTemplate($name)); +} finally { +$this->setLoader($current); +} +} +public function isTemplateFresh($name, $time) +{ +return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time); +} +public function resolveTemplate($names) +{ +if (!\is_array($names)) { +$names = [$names]; +} +foreach ($names as $name) { +if ($name instanceof Template) { +return $name; +} +if ($name instanceof TemplateWrapper) { +return $name; +} +try { +return $this->loadTemplate($name); +} catch (LoaderError $e) { +if (1 === \count($names)) { +throw $e; +} +} +} +throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names))); +} +public function setLexer(Lexer $lexer) +{ +$this->lexer = $lexer; +} +public function tokenize(Source $source) +{ +if (null === $this->lexer) { +$this->lexer = new Lexer($this); +} +return $this->lexer->tokenize($source); +} +public function setParser(Parser $parser) +{ +$this->parser = $parser; +} +public function parse(TokenStream $stream) +{ +if (null === $this->parser) { +$this->parser = new Parser($this); +} +return $this->parser->parse($stream); +} +public function setCompiler(Compiler $compiler) +{ +$this->compiler = $compiler; +} +public function compile(Node $node) +{ +if (null === $this->compiler) { +$this->compiler = new Compiler($this); +} +return $this->compiler->compile($node)->getSource(); +} +public function compileSource(Source $source) +{ +try { +return $this->compile($this->parse($this->tokenize($source))); +} catch (Error $e) { +$e->setSourceContext($source); +throw $e; +} catch (\Exception $e) { +throw new SyntaxError(sprintf('An exception has been thrown during the compilation of a template ("%s").', $e->getMessage()), -1, $source, $e); +} +} +public function setLoader(LoaderInterface $loader) +{ +$this->loader = $loader; +} +public function getLoader() +{ +return $this->loader; +} +public function setCharset($charset) +{ +if ('UTF8'=== $charset = strtoupper($charset)) { +$charset ='UTF-8'; +} +$this->charset = $charset; +} +public function getCharset() +{ +return $this->charset; +} +public function hasExtension($class) +{ +return $this->extensionSet->hasExtension($class); +} +public function addRuntimeLoader(RuntimeLoaderInterface $loader) +{ +$this->runtimeLoaders[] = $loader; +} +public function getExtension($class) +{ +return $this->extensionSet->getExtension($class); +} +public function getRuntime($class) +{ +if (isset($this->runtimes[$class])) { +return $this->runtimes[$class]; +} +foreach ($this->runtimeLoaders as $loader) { +if (null !== $runtime = $loader->load($class)) { +return $this->runtimes[$class] = $runtime; +} +} +throw new RuntimeError(sprintf('Unable to load the "%s" runtime.', $class)); +} +public function addExtension(ExtensionInterface $extension) +{ +$this->extensionSet->addExtension($extension); +$this->updateOptionsHash(); +} +public function setExtensions(array $extensions) +{ +$this->extensionSet->setExtensions($extensions); +$this->updateOptionsHash(); +} +public function getExtensions() +{ +return $this->extensionSet->getExtensions(); +} +public function addTokenParser(TokenParserInterface $parser) +{ +$this->extensionSet->addTokenParser($parser); +} +public function getTokenParsers() +{ +return $this->extensionSet->getTokenParsers(); +} +public function getTags() +{ +$tags = []; +foreach ($this->getTokenParsers() as $parser) { +$tags[$parser->getTag()] = $parser; +} +return $tags; +} +public function addNodeVisitor(NodeVisitorInterface $visitor) +{ +$this->extensionSet->addNodeVisitor($visitor); +} +public function getNodeVisitors() +{ +return $this->extensionSet->getNodeVisitors(); +} +public function addFilter(TwigFilter $filter) +{ +$this->extensionSet->addFilter($filter); +} +public function getFilter($name) +{ +return $this->extensionSet->getFilter($name); +} +public function registerUndefinedFilterCallback(callable $callable) +{ +$this->extensionSet->registerUndefinedFilterCallback($callable); +} +public function getFilters() +{ +return $this->extensionSet->getFilters(); +} +public function addTest(TwigTest $test) +{ +$this->extensionSet->addTest($test); +} +public function getTests() +{ +return $this->extensionSet->getTests(); +} +public function getTest($name) +{ +return $this->extensionSet->getTest($name); +} +public function addFunction(TwigFunction $function) +{ +$this->extensionSet->addFunction($function); +} +public function getFunction($name) +{ +return $this->extensionSet->getFunction($name); +} +public function registerUndefinedFunctionCallback(callable $callable) +{ +$this->extensionSet->registerUndefinedFunctionCallback($callable); +} +public function getFunctions() +{ +return $this->extensionSet->getFunctions(); +} +public function addGlobal($name, $value) +{ +if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) { +throw new \LogicException(sprintf('Unable to add global "%s" as the runtime or the extensions have already been initialized.', $name)); +} +if (null !== $this->resolvedGlobals) { +$this->resolvedGlobals[$name] = $value; +} else { +$this->globals[$name] = $value; +} +} +public function getGlobals() +{ +if ($this->extensionSet->isInitialized()) { +if (null === $this->resolvedGlobals) { +$this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals); +} +return $this->resolvedGlobals; +} +return array_merge($this->extensionSet->getGlobals(), $this->globals); +} +public function mergeGlobals(array $context) +{ +foreach ($this->getGlobals() as $key => $value) { +if (!\array_key_exists($key, $context)) { +$context[$key] = $value; +} +} +return $context; +} +public function getUnaryOperators() +{ +return $this->extensionSet->getUnaryOperators(); +} +public function getBinaryOperators() +{ +return $this->extensionSet->getBinaryOperators(); +} +private function updateOptionsHash() +{ +$this->optionsHash = implode(':', [ +$this->extensionSet->getSignature(), +PHP_MAJOR_VERSION, +PHP_MINOR_VERSION, +self::VERSION, +(int) $this->debug, +$this->baseTemplateClass, +(int) $this->strictVariables, +]); +} +} +class_alias('Twig\Environment','Twig_Environment'); +} +namespace Twig\Extension +{ +use Twig\NodeVisitor\NodeVisitorInterface; +use Twig\TokenParser\TokenParserInterface; +use Twig\TwigFilter; +use Twig\TwigFunction; +use Twig\TwigTest; +interface ExtensionInterface +{ +public function getTokenParsers(); +public function getNodeVisitors(); +public function getFilters(); +public function getTests(); +public function getFunctions(); +public function getOperators(); +} +class_alias('Twig\Extension\ExtensionInterface','Twig_ExtensionInterface'); +class_exists('Twig\Environment'); +} +namespace Twig\Extension +{ +abstract class AbstractExtension implements ExtensionInterface +{ +public function getTokenParsers() +{ +return []; +} +public function getNodeVisitors() +{ +return []; +} +public function getFilters() +{ +return []; +} +public function getTests() +{ +return []; +} +public function getFunctions() +{ +return []; +} +public function getOperators() +{ +return []; +} +} +class_alias('Twig\Extension\AbstractExtension','Twig_Extension'); +} +namespace Twig\Extension { +use Twig\ExpressionParser; +use Twig\Node\Expression\Binary\AddBinary; +use Twig\Node\Expression\Binary\AndBinary; +use Twig\Node\Expression\Binary\BitwiseAndBinary; +use Twig\Node\Expression\Binary\BitwiseOrBinary; +use Twig\Node\Expression\Binary\BitwiseXorBinary; +use Twig\Node\Expression\Binary\ConcatBinary; +use Twig\Node\Expression\Binary\DivBinary; +use Twig\Node\Expression\Binary\EndsWithBinary; +use Twig\Node\Expression\Binary\EqualBinary; +use Twig\Node\Expression\Binary\FloorDivBinary; +use Twig\Node\Expression\Binary\GreaterBinary; +use Twig\Node\Expression\Binary\GreaterEqualBinary; +use Twig\Node\Expression\Binary\InBinary; +use Twig\Node\Expression\Binary\LessBinary; +use Twig\Node\Expression\Binary\LessEqualBinary; +use Twig\Node\Expression\Binary\MatchesBinary; +use Twig\Node\Expression\Binary\ModBinary; +use Twig\Node\Expression\Binary\MulBinary; +use Twig\Node\Expression\Binary\NotEqualBinary; +use Twig\Node\Expression\Binary\NotInBinary; +use Twig\Node\Expression\Binary\OrBinary; +use Twig\Node\Expression\Binary\PowerBinary; +use Twig\Node\Expression\Binary\RangeBinary; +use Twig\Node\Expression\Binary\SpaceshipBinary; +use Twig\Node\Expression\Binary\StartsWithBinary; +use Twig\Node\Expression\Binary\SubBinary; +use Twig\Node\Expression\Filter\DefaultFilter; +use Twig\Node\Expression\NullCoalesceExpression; +use Twig\Node\Expression\Test\ConstantTest; +use Twig\Node\Expression\Test\DefinedTest; +use Twig\Node\Expression\Test\DivisiblebyTest; +use Twig\Node\Expression\Test\EvenTest; +use Twig\Node\Expression\Test\NullTest; +use Twig\Node\Expression\Test\OddTest; +use Twig\Node\Expression\Test\SameasTest; +use Twig\Node\Expression\Unary\NegUnary; +use Twig\Node\Expression\Unary\NotUnary; +use Twig\Node\Expression\Unary\PosUnary; +use Twig\NodeVisitor\MacroAutoImportNodeVisitor; +use Twig\TokenParser\ApplyTokenParser; +use Twig\TokenParser\BlockTokenParser; +use Twig\TokenParser\DeprecatedTokenParser; +use Twig\TokenParser\DoTokenParser; +use Twig\TokenParser\EmbedTokenParser; +use Twig\TokenParser\ExtendsTokenParser; +use Twig\TokenParser\FilterTokenParser; +use Twig\TokenParser\FlushTokenParser; +use Twig\TokenParser\ForTokenParser; +use Twig\TokenParser\FromTokenParser; +use Twig\TokenParser\IfTokenParser; +use Twig\TokenParser\ImportTokenParser; +use Twig\TokenParser\IncludeTokenParser; +use Twig\TokenParser\MacroTokenParser; +use Twig\TokenParser\SetTokenParser; +use Twig\TokenParser\SpacelessTokenParser; +use Twig\TokenParser\UseTokenParser; +use Twig\TokenParser\WithTokenParser; +use Twig\TwigFilter; +use Twig\TwigFunction; +use Twig\TwigTest; +final class CoreExtension extends AbstractExtension +{ +private $dateFormats = ['F j, Y H:i','%d days']; +private $numberFormat = [0,'.',',']; +private $timezone = null; +private $escapers = []; +public function setEscaper($strategy, callable $callable) +{ +@trigger_error(sprintf('The "%s" method is deprecated since Twig 2.11; use "%s::setEscaper" instead.', __METHOD__, EscaperExtension::class), E_USER_DEPRECATED); +$this->escapers[$strategy] = $callable; +} +public function getEscapers() +{ +if (0 === \func_num_args() || func_get_arg(0)) { +@trigger_error(sprintf('The "%s" method is deprecated since Twig 2.11; use "%s::getEscapers" instead.', __METHOD__, EscaperExtension::class), E_USER_DEPRECATED); +} +return $this->escapers; +} +public function setDateFormat($format = null, $dateIntervalFormat = null) +{ +if (null !== $format) { +$this->dateFormats[0] = $format; +} +if (null !== $dateIntervalFormat) { +$this->dateFormats[1] = $dateIntervalFormat; +} +} +public function getDateFormat() +{ +return $this->dateFormats; +} +public function setTimezone($timezone) +{ +$this->timezone = $timezone instanceof \DateTimeZone ? $timezone : new \DateTimeZone($timezone); +} +public function getTimezone() +{ +if (null === $this->timezone) { +$this->timezone = new \DateTimeZone(date_default_timezone_get()); +} +return $this->timezone; +} +public function setNumberFormat($decimal, $decimalPoint, $thousandSep) +{ +$this->numberFormat = [$decimal, $decimalPoint, $thousandSep]; +} +public function getNumberFormat() +{ +return $this->numberFormat; +} +public function getTokenParsers() +{ +return [ +new ApplyTokenParser(), +new ForTokenParser(), +new IfTokenParser(), +new ExtendsTokenParser(), +new IncludeTokenParser(), +new BlockTokenParser(), +new UseTokenParser(), +new FilterTokenParser(), +new MacroTokenParser(), +new ImportTokenParser(), +new FromTokenParser(), +new SetTokenParser(), +new SpacelessTokenParser(), +new FlushTokenParser(), +new DoTokenParser(), +new EmbedTokenParser(), +new WithTokenParser(), +new DeprecatedTokenParser(), +]; +} +public function getFilters() +{ +return [ +new TwigFilter('date','twig_date_format_filter', ['needs_environment'=> true]), +new TwigFilter('date_modify','twig_date_modify_filter', ['needs_environment'=> true]), +new TwigFilter('format','sprintf'), +new TwigFilter('replace','twig_replace_filter'), +new TwigFilter('number_format','twig_number_format_filter', ['needs_environment'=> true]), +new TwigFilter('abs','abs'), +new TwigFilter('round','twig_round'), +new TwigFilter('url_encode','twig_urlencode_filter'), +new TwigFilter('json_encode','json_encode'), +new TwigFilter('convert_encoding','twig_convert_encoding'), +new TwigFilter('title','twig_title_string_filter', ['needs_environment'=> true]), +new TwigFilter('capitalize','twig_capitalize_string_filter', ['needs_environment'=> true]), +new TwigFilter('upper','twig_upper_filter', ['needs_environment'=> true]), +new TwigFilter('lower','twig_lower_filter', ['needs_environment'=> true]), +new TwigFilter('striptags','strip_tags'), +new TwigFilter('trim','twig_trim_filter'), +new TwigFilter('nl2br','nl2br', ['pre_escape'=>'html','is_safe'=> ['html']]), +new TwigFilter('spaceless','twig_spaceless', ['is_safe'=> ['html']]), +new TwigFilter('join','twig_join_filter'), +new TwigFilter('split','twig_split_filter', ['needs_environment'=> true]), +new TwigFilter('sort','twig_sort_filter'), +new TwigFilter('merge','twig_array_merge'), +new TwigFilter('batch','twig_array_batch'), +new TwigFilter('column','twig_array_column'), +new TwigFilter('filter','twig_array_filter'), +new TwigFilter('map','twig_array_map'), +new TwigFilter('reduce','twig_array_reduce'), +new TwigFilter('reverse','twig_reverse_filter', ['needs_environment'=> true]), +new TwigFilter('length','twig_length_filter', ['needs_environment'=> true]), +new TwigFilter('slice','twig_slice', ['needs_environment'=> true]), +new TwigFilter('first','twig_first', ['needs_environment'=> true]), +new TwigFilter('last','twig_last', ['needs_environment'=> true]), +new TwigFilter('default','_twig_default_filter', ['node_class'=> DefaultFilter::class]), +new TwigFilter('keys','twig_get_array_keys_filter'), +]; +} +public function getFunctions() +{ +return [ +new TwigFunction('max','max'), +new TwigFunction('min','min'), +new TwigFunction('range','range'), +new TwigFunction('constant','twig_constant'), +new TwigFunction('cycle','twig_cycle'), +new TwigFunction('random','twig_random', ['needs_environment'=> true]), +new TwigFunction('date','twig_date_converter', ['needs_environment'=> true]), +new TwigFunction('include','twig_include', ['needs_environment'=> true,'needs_context'=> true,'is_safe'=> ['all']]), +new TwigFunction('source','twig_source', ['needs_environment'=> true,'is_safe'=> ['all']]), +]; +} +public function getTests() +{ +return [ +new TwigTest('even', null, ['node_class'=> EvenTest::class]), +new TwigTest('odd', null, ['node_class'=> OddTest::class]), +new TwigTest('defined', null, ['node_class'=> DefinedTest::class]), +new TwigTest('same as', null, ['node_class'=> SameasTest::class]), +new TwigTest('none', null, ['node_class'=> NullTest::class]), +new TwigTest('null', null, ['node_class'=> NullTest::class]), +new TwigTest('divisible by', null, ['node_class'=> DivisiblebyTest::class]), +new TwigTest('constant', null, ['node_class'=> ConstantTest::class]), +new TwigTest('empty','twig_test_empty'), +new TwigTest('iterable','twig_test_iterable'), +]; +} +public function getNodeVisitors() +{ +return [new MacroAutoImportNodeVisitor()]; +} +public function getOperators() +{ +return [ +['not'=> ['precedence'=> 50,'class'=> NotUnary::class],'-'=> ['precedence'=> 500,'class'=> NegUnary::class],'+'=> ['precedence'=> 500,'class'=> PosUnary::class], +], +['or'=> ['precedence'=> 10,'class'=> OrBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'and'=> ['precedence'=> 15,'class'=> AndBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'b-or'=> ['precedence'=> 16,'class'=> BitwiseOrBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'b-xor'=> ['precedence'=> 17,'class'=> BitwiseXorBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'b-and'=> ['precedence'=> 18,'class'=> BitwiseAndBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'=='=> ['precedence'=> 20,'class'=> EqualBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'!='=> ['precedence'=> 20,'class'=> NotEqualBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'<=>'=> ['precedence'=> 20,'class'=> SpaceshipBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'<'=> ['precedence'=> 20,'class'=> LessBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'>'=> ['precedence'=> 20,'class'=> GreaterBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'>='=> ['precedence'=> 20,'class'=> GreaterEqualBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'<='=> ['precedence'=> 20,'class'=> LessEqualBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'not in'=> ['precedence'=> 20,'class'=> NotInBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'in'=> ['precedence'=> 20,'class'=> InBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'matches'=> ['precedence'=> 20,'class'=> MatchesBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'starts with'=> ['precedence'=> 20,'class'=> StartsWithBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'ends with'=> ['precedence'=> 20,'class'=> EndsWithBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'..'=> ['precedence'=> 25,'class'=> RangeBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'+'=> ['precedence'=> 30,'class'=> AddBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'-'=> ['precedence'=> 30,'class'=> SubBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'~'=> ['precedence'=> 40,'class'=> ConcatBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'*'=> ['precedence'=> 60,'class'=> MulBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'/'=> ['precedence'=> 60,'class'=> DivBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'//'=> ['precedence'=> 60,'class'=> FloorDivBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'%'=> ['precedence'=> 60,'class'=> ModBinary::class,'associativity'=> ExpressionParser::OPERATOR_LEFT],'is'=> ['precedence'=> 100,'associativity'=> ExpressionParser::OPERATOR_LEFT],'is not'=> ['precedence'=> 100,'associativity'=> ExpressionParser::OPERATOR_LEFT],'**'=> ['precedence'=> 200,'class'=> PowerBinary::class,'associativity'=> ExpressionParser::OPERATOR_RIGHT],'??'=> ['precedence'=> 300,'class'=> NullCoalesceExpression::class,'associativity'=> ExpressionParser::OPERATOR_RIGHT], +], +]; +} +} +class_alias('Twig\Extension\CoreExtension','Twig_Extension_Core'); +} +namespace { +use Twig\Environment; +use Twig\Error\LoaderError; +use Twig\Error\RuntimeError; +use Twig\Extension\CoreExtension; +use Twig\Extension\SandboxExtension; +use Twig\Markup; +use Twig\Source; +use Twig\Template; +function twig_cycle($values, $position) +{ +if (!\is_array($values) && !$values instanceof \ArrayAccess) { +return $values; +} +return $values[$position % \count($values)]; +} +function twig_random(Environment $env, $values = null, $max = null) +{ +if (null === $values) { +return null === $max ? mt_rand() : mt_rand(0, $max); +} +if (\is_int($values) || \is_float($values)) { +if (null === $max) { +if ($values < 0) { +$max = 0; +$min = $values; +} else { +$max = $values; +$min = 0; +} +} else { +$min = $values; +$max = $max; +} +return mt_rand($min, $max); +} +if (\is_string($values)) { +if (''=== $values) { +return''; +} +$charset = $env->getCharset(); +if ('UTF-8'!== $charset) { +$values = twig_convert_encoding($values,'UTF-8', $charset); +} +$values = preg_split('/(? $value) { +$values[$i] = twig_convert_encoding($value, $charset,'UTF-8'); +} +} +} +if (!twig_test_iterable($values)) { +return $values; +} +$values = twig_to_array($values); +if (0 === \count($values)) { +throw new RuntimeError('The random function cannot pick from an empty array.'); +} +return $values[array_rand($values, 1)]; +} +function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) +{ +if (null === $format) { +$formats = $env->getExtension(CoreExtension::class)->getDateFormat(); +$format = $date instanceof \DateInterval ? $formats[1] : $formats[0]; +} +if ($date instanceof \DateInterval) { +return $date->format($format); +} +return twig_date_converter($env, $date, $timezone)->format($format); +} +function twig_date_modify_filter(Environment $env, $date, $modifier) +{ +$date = twig_date_converter($env, $date, false); +return $date->modify($modifier); +} +function twig_date_converter(Environment $env, $date = null, $timezone = null) +{ +if (false !== $timezone) { +if (null === $timezone) { +$timezone = $env->getExtension(CoreExtension::class)->getTimezone(); +} elseif (!$timezone instanceof \DateTimeZone) { +$timezone = new \DateTimeZone($timezone); +} +} +if ($date instanceof \DateTimeImmutable) { +return false !== $timezone ? $date->setTimezone($timezone) : $date; +} +if ($date instanceof \DateTimeInterface) { +$date = clone $date; +if (false !== $timezone) { +$date->setTimezone($timezone); +} +return $date; +} +if (null === $date ||'now'=== $date) { +return new \DateTime($date, false !== $timezone ? $timezone : $env->getExtension(CoreExtension::class)->getTimezone()); +} +$asString = (string) $date; +if (ctype_digit($asString) || (!empty($asString) &&'-'=== $asString[0] && ctype_digit(substr($asString, 1)))) { +$date = new \DateTime('@'.$date); +} else { +$date = new \DateTime($date, $env->getExtension(CoreExtension::class)->getTimezone()); +} +if (false !== $timezone) { +$date->setTimezone($timezone); +} +return $date; +} +function twig_replace_filter($str, $from) +{ +if (!twig_test_iterable($from)) { +throw new RuntimeError(sprintf('The "replace" filter expects an array or "Traversable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettype($from))); +} +return strtr($str, twig_to_array($from)); +} +function twig_round($value, $precision = 0, $method ='common') +{ +if ('common'== $method) { +return round($value, $precision); +} +if ('ceil'!= $method &&'floor'!= $method) { +throw new RuntimeError('The round filter only supports the "common", "ceil", and "floor" methods.'); +} +return $method($value * pow(10, $precision)) / pow(10, $precision); +} +function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null) +{ +$defaults = $env->getExtension(CoreExtension::class)->getNumberFormat(); +if (null === $decimal) { +$decimal = $defaults[0]; +} +if (null === $decimalPoint) { +$decimalPoint = $defaults[1]; +} +if (null === $thousandSep) { +$thousandSep = $defaults[2]; +} +return number_format((float) $number, $decimal, $decimalPoint, $thousandSep); +} +function twig_urlencode_filter($url) +{ +if (\is_array($url)) { +return http_build_query($url,'','&', PHP_QUERY_RFC3986); +} +return rawurlencode($url); +} +function twig_array_merge($arr1, $arr2) +{ +if (!twig_test_iterable($arr1)) { +throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($arr1))); +} +if (!twig_test_iterable($arr2)) { +throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s" as second argument.', \gettype($arr2))); +} +return array_merge(twig_to_array($arr1), twig_to_array($arr2)); +} +function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) +{ +if ($item instanceof \Traversable) { +while ($item instanceof \IteratorAggregate) { +$item = $item->getIterator(); +} +if ($start >= 0 && $length >= 0 && $item instanceof \Iterator) { +try { +return iterator_to_array(new \LimitIterator($item, $start, null === $length ? -1 : $length), $preserveKeys); +} catch (\OutOfBoundsException $e) { +return []; +} +} +$item = iterator_to_array($item, $preserveKeys); +} +if (\is_array($item)) { +return \array_slice($item, $start, $length, $preserveKeys); +} +$item = (string) $item; +return (string) mb_substr($item, $start, $length, $env->getCharset()); +} +function twig_first(Environment $env, $item) +{ +$elements = twig_slice($env, $item, 0, 1, false); +return \is_string($elements) ? $elements : current($elements); +} +function twig_last(Environment $env, $item) +{ +$elements = twig_slice($env, $item, -1, 1, false); +return \is_string($elements) ? $elements : current($elements); +} +function twig_join_filter($value, $glue ='', $and = null) +{ +if (!twig_test_iterable($value)) { +$value = (array) $value; +} +$value = twig_to_array($value, false); +if (0 === \count($value)) { +return''; +} +if (null === $and || $and === $glue) { +return implode($glue, $value); +} +if (1 === \count($value)) { +return $value[0]; +} +return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1]; +} +function twig_split_filter(Environment $env, $value, $delimiter, $limit = null) +{ +if (\strlen($delimiter) > 0) { +return null === $limit ? explode($delimiter, $value) : explode($delimiter, $value, $limit); +} +if ($limit <= 1) { +return preg_split('/(?getCharset()); +if ($length < $limit) { +return [$value]; +} +$r = []; +for ($i = 0; $i < $length; $i += $limit) { +$r[] = mb_substr($value, $i, $limit, $env->getCharset()); +} +return $r; +} +function _twig_default_filter($value, $default ='') +{ +if (twig_test_empty($value)) { +return $default; +} +return $value; +} +function twig_get_array_keys_filter($array) +{ +if ($array instanceof \Traversable) { +while ($array instanceof \IteratorAggregate) { +$array = $array->getIterator(); +} +if ($array instanceof \Iterator) { +$keys = []; +$array->rewind(); +while ($array->valid()) { +$keys[] = $array->key(); +$array->next(); +} +return $keys; +} +$keys = []; +foreach ($array as $key => $item) { +$keys[] = $key; +} +return $keys; +} +if (!\is_array($array)) { +return []; +} +return array_keys($array); +} +function twig_reverse_filter(Environment $env, $item, $preserveKeys = false) +{ +if ($item instanceof \Traversable) { +return array_reverse(iterator_to_array($item), $preserveKeys); +} +if (\is_array($item)) { +return array_reverse($item, $preserveKeys); +} +$string = (string) $item; +$charset = $env->getCharset(); +if ('UTF-8'!== $charset) { +$item = twig_convert_encoding($string,'UTF-8', $charset); +} +preg_match_all('/./us', $item, $matches); +$string = implode('', array_reverse($matches[0])); +if ('UTF-8'!== $charset) { +$string = twig_convert_encoding($string, $charset,'UTF-8'); +} +return $string; +} +function twig_sort_filter($array, $arrow = null) +{ +if ($array instanceof \Traversable) { +$array = iterator_to_array($array); +} elseif (!\is_array($array)) { +throw new RuntimeError(sprintf('The sort filter only works with arrays or "Traversable", got "%s".', \gettype($array))); +} +if (null !== $arrow) { +uasort($array, $arrow); +} else { +asort($array); +} +return $array; +} +function twig_in_filter($value, $compare) +{ +if ($value instanceof Markup) { +$value = (string) $value; +} +if ($compare instanceof Markup) { +$compare = (string) $compare; +} +if (\is_array($compare)) { +return \in_array($value, $compare, \is_object($value) || \is_resource($value)); +} elseif (\is_string($compare) && (\is_string($value) || \is_int($value) || \is_float($value))) { +return''=== $value || false !== strpos($compare, (string) $value); +} elseif ($compare instanceof \Traversable) { +if (\is_object($value) || \is_resource($value)) { +foreach ($compare as $item) { +if ($item === $value) { +return true; +} +} +} else { +foreach ($compare as $item) { +if ($item == $value) { +return true; +} +} +} +return false; +} +return false; +} +function twig_trim_filter($string, $characterMask = null, $side ='both') +{ +if (null === $characterMask) { +$characterMask =" \t\n\r\0\x0B"; +} +switch ($side) { +case'both': +return trim($string, $characterMask); +case'left': +return ltrim($string, $characterMask); +case'right': +return rtrim($string, $characterMask); +default: +throw new RuntimeError('Trimming side must be "left", "right" or "both".'); +} +} +function twig_spaceless($content) +{ +return trim(preg_replace('/>\s+<', $content)); +} +function twig_convert_encoding($string, $to, $from) +{ +if (!function_exists('iconv')) { +throw new RuntimeError('Unable to convert encoding: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.'); +} +return iconv($from, $to, $string); +} +function twig_length_filter(Environment $env, $thing) +{ +if (null === $thing) { +return 0; +} +if (is_scalar($thing)) { +return mb_strlen($thing, $env->getCharset()); +} +if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) { +return \count($thing); +} +if ($thing instanceof \Traversable) { +return iterator_count($thing); +} +if (method_exists($thing,'__toString') && !$thing instanceof \Countable) { +return mb_strlen((string) $thing, $env->getCharset()); +} +return 1; +} +function twig_upper_filter(Environment $env, $string) +{ +return mb_strtoupper($string, $env->getCharset()); +} +function twig_lower_filter(Environment $env, $string) +{ +return mb_strtolower($string, $env->getCharset()); +} +function twig_title_string_filter(Environment $env, $string) +{ +if (null !== $charset = $env->getCharset()) { +return mb_convert_case($string, MB_CASE_TITLE, $charset); +} +return ucwords(strtolower($string)); +} +function twig_capitalize_string_filter(Environment $env, $string) +{ +$charset = $env->getCharset(); +return mb_strtoupper(mb_substr($string, 0, 1, $charset), $charset).mb_strtolower(mb_substr($string, 1, null, $charset), $charset); +} +function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source) +{ +if (!method_exists($template, $method)) { +$parent = $template; +while ($parent = $parent->getParent($context)) { +if (method_exists($parent, $method)) { +return $parent->$method(...$args); +} +} +throw new RuntimeError(sprintf('Macro "%s" is not defined in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, $source); +} +return $template->$method(...$args); +} +function twig_ensure_traversable($seq) +{ +if ($seq instanceof \Traversable || \is_array($seq)) { +return $seq; +} +return []; +} +function twig_to_array($seq, $preserveKeys = true) +{ +if ($seq instanceof \Traversable) { +return iterator_to_array($seq, $preserveKeys); +} +if (!\is_array($seq)) { +return $seq; +} +return $preserveKeys ? $seq : array_values($seq); +} +function twig_test_empty($value) +{ +if ($value instanceof \Countable) { +return 0 == \count($value); +} +if ($value instanceof \Traversable) { +return !iterator_count($value); +} +if (\is_object($value) && method_exists($value,'__toString')) { +return''=== (string) $value; +} +return''=== $value || false === $value || null === $value || [] === $value; +} +function twig_test_iterable($value) +{ +return $value instanceof \Traversable || \is_array($value); +} +function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) +{ +$alreadySandboxed = false; +$sandbox = null; +if ($withContext) { +$variables = array_merge($context, $variables); +} +if ($isSandboxed = $sandboxed && $env->hasExtension(SandboxExtension::class)) { +$sandbox = $env->getExtension(SandboxExtension::class); +if (!$alreadySandboxed = $sandbox->isSandboxed()) { +$sandbox->enableSandbox(); +} +} +try { +$loaded = null; +try { +$loaded = $env->resolveTemplate($template); +} catch (LoaderError $e) { +if (!$ignoreMissing) { +throw $e; +} +} +return $loaded ? $loaded->render($variables) :''; +} finally { +if ($isSandboxed && !$alreadySandboxed) { +$sandbox->disableSandbox(); +} +} +} +function twig_source(Environment $env, $name, $ignoreMissing = false) +{ +$loader = $env->getLoader(); +try { +return $loader->getSourceContext($name)->getCode(); +} catch (LoaderError $e) { +if (!$ignoreMissing) { +throw $e; +} +} +} +function twig_constant($constant, $object = null) +{ +if (null !== $object) { +$constant = \get_class($object).'::'.$constant; +} +return \constant($constant); +} +function twig_constant_is_defined($constant, $object = null) +{ +if (null !== $object) { +$constant = \get_class($object).'::'.$constant; +} +return \defined($constant); +} +function twig_array_batch($items, $size, $fill = null, $preserveKeys = true) +{ +if (!twig_test_iterable($items)) { +throw new RuntimeError(sprintf('The "batch" filter expects an array or "Traversable", got "%s".', \is_object($items) ? \get_class($items) : \gettype($items))); +} +$size = ceil($size); +$result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys); +if (null !== $fill && $result) { +$last = \count($result) - 1; +if ($fillCount = $size - \count($result[$last])) { +for ($i = 0; $i < $fillCount; ++$i) { +$result[$last][] = $fill; +} +} +} +return $result; +} +function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type ='any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) +{ +if ('method'!== $type) { +$arrayItem = \is_bool($item) || \is_float($item) ? (int) $item : $item; +if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \array_key_exists($arrayItem, (array) $object))) +|| ($object instanceof ArrayAccess && isset($object[$arrayItem])) +) { +if ($isDefinedTest) { +return true; +} +return $object[$arrayItem]; +} +if ('array'=== $type || !\is_object($object)) { +if ($isDefinedTest) { +return false; +} +if ($ignoreStrictCheck || !$env->isStrictVariables()) { +return; +} +if ($object instanceof ArrayAccess) { +$message = sprintf('Key "%s" in object with ArrayAccess of class "%s" does not exist.', $arrayItem, \get_class($object)); +} elseif (\is_object($object)) { +$message = sprintf('Impossible to access a key "%s" on an object of class "%s" that does not implement ArrayAccess interface.', $item, \get_class($object)); +} elseif (\is_array($object)) { +if (empty($object)) { +$message = sprintf('Key "%s" does not exist as the array is empty.', $arrayItem); +} else { +$message = sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', array_keys($object))); +} +} elseif ('array'=== $type) { +if (null === $object) { +$message = sprintf('Impossible to access a key ("%s") on a null variable.', $item); +} else { +$message = sprintf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); +} +} elseif (null === $object) { +$message = sprintf('Impossible to access an attribute ("%s") on a null variable.', $item); +} else { +$message = sprintf('Impossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); +} +throw new RuntimeError($message, $lineno, $source); +} +} +if (!\is_object($object)) { +if ($isDefinedTest) { +return false; +} +if ($ignoreStrictCheck || !$env->isStrictVariables()) { +return; +} +if (null === $object) { +$message = sprintf('Impossible to invoke a method ("%s") on a null variable.', $item); +} elseif (\is_array($object)) { +$message = sprintf('Impossible to invoke a method ("%s") on an array.', $item); +} else { +$message = sprintf('Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); +} +throw new RuntimeError($message, $lineno, $source); +} +if ($object instanceof Template) { +throw new RuntimeError('Accessing \Twig\Template attributes is forbidden.', $lineno, $source); +} +if ('method'!== $type) { +if (isset($object->$item) || \array_key_exists((string) $item, (array) $object)) { +if ($isDefinedTest) { +return true; +} +if ($sandboxed) { +$env->getExtension(SandboxExtension::class)->checkPropertyAllowed($object, $item, $lineno, $source); +} +return $object->$item; +} +} +static $cache = []; +$class = \get_class($object); +if (!isset($cache[$class])) { +$methods = get_class_methods($object); +sort($methods); +$lcMethods = array_map(function ($value) { return strtr($value,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'); }, $methods); +$classCache = []; +foreach ($methods as $i => $method) { +$classCache[$method] = $method; +$classCache[$lcName = $lcMethods[$i]] = $method; +if ('g'=== $lcName[0] && 0 === strpos($lcName,'get')) { +$name = substr($method, 3); +$lcName = substr($lcName, 3); +} elseif ('i'=== $lcName[0] && 0 === strpos($lcName,'is')) { +$name = substr($method, 2); +$lcName = substr($lcName, 2); +} elseif ('h'=== $lcName[0] && 0 === strpos($lcName,'has')) { +$name = substr($method, 3); +$lcName = substr($lcName, 3); +if (\in_array('is'.$lcName, $lcMethods)) { +continue; +} +} else { +continue; +} +if ($name) { +if (!isset($classCache[$name])) { +$classCache[$name] = $method; +} +if (!isset($classCache[$lcName])) { +$classCache[$lcName] = $method; +} +} +} +$cache[$class] = $classCache; +} +$call = false; +if (isset($cache[$class][$item])) { +$method = $cache[$class][$item]; +} elseif (isset($cache[$class][$lcItem = strtr($item,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')])) { +$method = $cache[$class][$lcItem]; +} elseif (isset($cache[$class]['__call'])) { +$method = $item; +$call = true; +} else { +if ($isDefinedTest) { +return false; +} +if ($ignoreStrictCheck || !$env->isStrictVariables()) { +return; +} +throw new RuntimeError(sprintf('Neither the property "%1$s" nor one of the methods "%1$s()", "get%1$s()"/"is%1$s()"/"has%1$s()" or "__call()" exist and have public access in class "%2$s".', $item, $class), $lineno, $source); +} +if ($isDefinedTest) { +return true; +} +if ($sandboxed) { +$env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source); +} +try { +$ret = $object->$method(...$arguments); +} catch (\BadMethodCallException $e) { +if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) { +return; +} +throw $e; +} +return $ret; +} +function twig_array_column($array, $name, $index = null): array +{ +if ($array instanceof Traversable) { +$array = iterator_to_array($array); +} elseif (!\is_array($array)) { +throw new RuntimeError(sprintf('The column filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($array))); +} +return array_column($array, $name, $index); +} +function twig_array_filter($array, $arrow) +{ +if (\is_array($array)) { +return array_filter($array, $arrow, \ARRAY_FILTER_USE_BOTH); +} +return new \CallbackFilterIterator(new \IteratorIterator($array), $arrow); +} +function twig_array_map($array, $arrow) +{ +$r = []; +foreach ($array as $k => $v) { +$r[$k] = $arrow($v, $k); +} +return $r; +} +function twig_array_reduce($array, $arrow, $initial = null) +{ +if (!\is_array($array)) { +$array = iterator_to_array($array); +} +return array_reduce($array, $arrow, $initial); +} +} +namespace Twig\Extension { +use Twig\FileExtensionEscapingStrategy; +use Twig\NodeVisitor\EscaperNodeVisitor; +use Twig\TokenParser\AutoEscapeTokenParser; +use Twig\TwigFilter; +final class EscaperExtension extends AbstractExtension +{ +private $defaultStrategy; +private $escapers = []; +public $safeClasses = []; +public $safeLookup = []; +public function __construct($defaultStrategy ='html') +{ +$this->setDefaultStrategy($defaultStrategy); +} +public function getTokenParsers() +{ +return [new AutoEscapeTokenParser()]; +} +public function getNodeVisitors() +{ +return [new EscaperNodeVisitor()]; +} +public function getFilters() +{ +return [ +new TwigFilter('escape','twig_escape_filter', ['needs_environment'=> true,'is_safe_callback'=>'twig_escape_filter_is_safe']), +new TwigFilter('e','twig_escape_filter', ['needs_environment'=> true,'is_safe_callback'=>'twig_escape_filter_is_safe']), +new TwigFilter('raw','twig_raw_filter', ['is_safe'=> ['all']]), +]; +} +public function setDefaultStrategy($defaultStrategy) +{ +if ('name'=== $defaultStrategy) { +$defaultStrategy = [FileExtensionEscapingStrategy::class,'guess']; +} +$this->defaultStrategy = $defaultStrategy; +} +public function getDefaultStrategy($name) +{ +if (!\is_string($this->defaultStrategy) && false !== $this->defaultStrategy) { +return \call_user_func($this->defaultStrategy, $name); +} +return $this->defaultStrategy; +} +public function setEscaper($strategy, callable $callable) +{ +$this->escapers[$strategy] = $callable; +} +public function getEscapers() +{ +return $this->escapers; +} +public function setSafeClasses(array $safeClasses = []) +{ +$this->safeClasses = []; +$this->safeLookup = []; +foreach ($safeClasses as $class => $strategies) { +$this->addSafeClass($class, $strategies); +} +} +public function addSafeClass(string $class, array $strategies) +{ +$class = ltrim($class,'\\'); +if (!isset($this->safeClasses[$class])) { +$this->safeClasses[$class] = []; +} +$this->safeClasses[$class] = array_merge($this->safeClasses[$class], $strategies); +foreach ($strategies as $strategy) { +$this->safeLookup[$strategy][$class] = true; +} +} +} +class_alias('Twig\Extension\EscaperExtension','Twig_Extension_Escaper'); +} +namespace { +use Twig\Environment; +use Twig\Error\RuntimeError; +use Twig\Extension\CoreExtension; +use Twig\Extension\EscaperExtension; +use Twig\Markup; +use Twig\Node\Expression\ConstantExpression; +use Twig\Node\Node; +function twig_raw_filter($string) +{ +return $string; +} +function twig_escape_filter(Environment $env, $string, $strategy ='html', $charset = null, $autoescape = false) +{ +if ($autoescape && $string instanceof Markup) { +return $string; +} +if (!\is_string($string)) { +if (\is_object($string) && method_exists($string,'__toString')) { +if ($autoescape) { +$c = \get_class($string); +$ext = $env->getExtension(EscaperExtension::class); +if (!isset($ext->safeClasses[$c])) { +$ext->safeClasses[$c] = []; +foreach (class_parents($string) + class_implements($string) as $class) { +if (isset($ext->safeClasses[$class])) { +$ext->safeClasses[$c] = array_unique(array_merge($ext->safeClasses[$c], $ext->safeClasses[$class])); +foreach ($ext->safeClasses[$class] as $s) { +$ext->safeLookup[$s][$c] = true; +} +} +} +} +if (isset($ext->safeLookup[$strategy][$c]) || isset($ext->safeLookup['all'][$c])) { +return (string) $string; +} +} +$string = (string) $string; +} elseif (\in_array($strategy, ['html','js','css','html_attr','url'])) { +return $string; +} +} +if (''=== $string) { +return''; +} +if (null === $charset) { +$charset = $env->getCharset(); +} +switch ($strategy) { +case'html': +static $htmlspecialcharsCharsets = ['ISO-8859-1'=> true,'ISO8859-1'=> true,'ISO-8859-15'=> true,'ISO8859-15'=> true,'utf-8'=> true,'UTF-8'=> true,'CP866'=> true,'IBM866'=> true,'866'=> true,'CP1251'=> true,'WINDOWS-1251'=> true,'WIN-1251'=> true,'1251'=> true,'CP1252'=> true,'WINDOWS-1252'=> true,'1252'=> true,'KOI8-R'=> true,'KOI8-RU'=> true,'KOI8R'=> true,'BIG5'=> true,'950'=> true,'GB2312'=> true,'936'=> true,'BIG5-HKSCS'=> true,'SHIFT_JIS'=> true,'SJIS'=> true,'932'=> true,'EUC-JP'=> true,'EUCJP'=> true,'ISO8859-5'=> true,'ISO-8859-5'=> true,'MACROMAN'=> true, +]; +if (isset($htmlspecialcharsCharsets[$charset])) { +return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset); +} +if (isset($htmlspecialcharsCharsets[strtoupper($charset)])) { +$htmlspecialcharsCharsets[$charset] = true; +return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset); +} +$string = twig_convert_encoding($string,'UTF-8', $charset); +$string = htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE,'UTF-8'); +return iconv('UTF-8', $charset, $string); +case'js': +if ('UTF-8'!== $charset) { +$string = twig_convert_encoding($string,'UTF-8', $charset); +} +if (!preg_match('//u', $string)) { +throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); +} +$string = preg_replace_callback('#[^a-zA-Z0-9,\._]#Su', function ($matches) { +$char = $matches[0]; +static $shortMap = ['\\'=>'\\\\','/'=>'\\/',"\x08"=>'\b',"\x0C"=>'\f',"\x0A"=>'\n',"\x0D"=>'\r',"\x09"=>'\t', +]; +if (isset($shortMap[$char])) { +return $shortMap[$char]; +} +$char = twig_convert_encoding($char,'UTF-16BE','UTF-8'); +$char = strtoupper(bin2hex($char)); +if (4 >= \strlen($char)) { +return sprintf('\u%04s', $char); +} +return sprintf('\u%04s\u%04s', substr($char, 0, -4), substr($char, -4)); +}, $string); +if ('UTF-8'!== $charset) { +$string = iconv('UTF-8', $charset, $string); +} +return $string; +case'css': +if ('UTF-8'!== $charset) { +$string = twig_convert_encoding($string,'UTF-8', $charset); +} +if (!preg_match('//u', $string)) { +throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); +} +$string = preg_replace_callback('#[^a-zA-Z0-9]#Su', function ($matches) { +$char = $matches[0]; +return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char,'UTF-8')); +}, $string); +if ('UTF-8'!== $charset) { +$string = iconv('UTF-8', $charset, $string); +} +return $string; +case'html_attr': +if ('UTF-8'!== $charset) { +$string = twig_convert_encoding($string,'UTF-8', $charset); +} +if (!preg_match('//u', $string)) { +throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); +} +$string = preg_replace_callback('#[^a-zA-Z0-9,\.\-_]#Su', function ($matches) { +$chr = $matches[0]; +$ord = \ord($chr); +if (($ord <= 0x1f &&"\t"!= $chr &&"\n"!= $chr &&"\r"!= $chr) || ($ord >= 0x7f && $ord <= 0x9f)) { +return'�'; +} +if (1 === \strlen($chr)) { +static $entityMap = [ +34 =>'"', +38 =>'&', +60 =>'<', +62 =>'>', +]; +if (isset($entityMap[$ord])) { +return $entityMap[$ord]; +} +return sprintf('&#x%02X;', $ord); +} +return sprintf('&#x%04X;', mb_ord($chr,'UTF-8')); +}, $string); +if ('UTF-8'!== $charset) { +$string = iconv('UTF-8', $charset, $string); +} +return $string; +case'url': +return rawurlencode($string); +default: +static $escapers; +if (null === $escapers) { +$escapers = array_merge( +$env->getExtension(CoreExtension::class)->getEscapers(false), +$env->getExtension(EscaperExtension::class)->getEscapers() +); +} +if (isset($escapers[$strategy])) { +return $escapers[$strategy]($env, $string, $charset); +} +$validStrategies = implode(', ', array_merge(['html','js','url','css','html_attr'], array_keys($escapers))); +throw new RuntimeError(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $validStrategies)); +} +} +function twig_escape_filter_is_safe(Node $filterArgs) +{ +foreach ($filterArgs as $arg) { +if ($arg instanceof ConstantExpression) { +return [$arg->getAttribute('value')]; +} +return []; +} +return ['html']; +} +} +namespace Twig\Extension +{ +use Twig\NodeVisitor\OptimizerNodeVisitor; +final class OptimizerExtension extends AbstractExtension +{ +private $optimizers; +public function __construct($optimizers = -1) +{ +$this->optimizers = $optimizers; +} +public function getNodeVisitors() +{ +return [new OptimizerNodeVisitor($this->optimizers)]; +} +} +class_alias('Twig\Extension\OptimizerExtension','Twig_Extension_Optimizer'); +} +namespace Twig\Loader +{ +use Twig\Error\LoaderError; +use Twig\Source; +interface LoaderInterface +{ +public function getSourceContext($name); +public function getCacheKey($name); +public function isFresh($name, $time); +public function exists($name); +} +class_alias('Twig\Loader\LoaderInterface','Twig_LoaderInterface'); +} +namespace Twig +{ +class Markup implements \Countable, \JsonSerializable +{ +private $content; +private $charset; +public function __construct($content, $charset) +{ +$this->content = (string) $content; +$this->charset = $charset; +} +public function __toString() +{ +return $this->content; +} +public function count() +{ +return mb_strlen($this->content, $this->charset); +} +public function jsonSerialize() +{ +return $this->content; +} +} +class_alias('Twig\Markup','Twig_Markup'); +} +namespace Twig +{ +use Twig\Error\Error; +use Twig\Error\LoaderError; +use Twig\Error\RuntimeError; +abstract class Template +{ +const ANY_CALL ='any'; +const ARRAY_CALL ='array'; +const METHOD_CALL ='method'; +protected $parent; +protected $parents = []; +protected $env; +protected $blocks = []; +protected $traits = []; +protected $extensions = []; +protected $sandbox; +public function __construct(Environment $env) +{ +$this->env = $env; +$this->extensions = $env->getExtensions(); +} +public function __toString() +{ +return $this->getTemplateName(); +} +abstract public function getTemplateName(); +abstract public function getDebugInfo(); +public function getSourceContext() +{ +return new Source('', $this->getTemplateName()); +} +public function getParent(array $context) +{ +if (null !== $this->parent) { +return $this->parent; +} +try { +$parent = $this->doGetParent($context); +if (false === $parent) { +return false; +} +if ($parent instanceof self || $parent instanceof TemplateWrapper) { +return $this->parents[$parent->getSourceContext()->getName()] = $parent; +} +if (!isset($this->parents[$parent])) { +$this->parents[$parent] = $this->loadTemplate($parent); +} +} catch (LoaderError $e) { +$e->setSourceContext(null); +$e->guess(); +throw $e; +} +return $this->parents[$parent]; +} +protected function doGetParent(array $context) +{ +return false; +} +public function isTraitable() +{ +return true; +} +public function displayParentBlock($name, array $context, array $blocks = []) +{ +if (isset($this->traits[$name])) { +$this->traits[$name][0]->displayBlock($name, $context, $blocks, false); +} elseif (false !== $parent = $this->getParent($context)) { +$parent->displayBlock($name, $context, $blocks, false); +} else { +throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.', $name), -1, $this->getSourceContext()); +} +} +public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) +{ +if ($useBlocks && isset($blocks[$name])) { +$template = $blocks[$name][0]; +$block = $blocks[$name][1]; +} elseif (isset($this->blocks[$name])) { +$template = $this->blocks[$name][0]; +$block = $this->blocks[$name][1]; +} else { +$template = null; +$block = null; +} +if (null !== $template && !$template instanceof self) { +throw new \LogicException('A block must be a method on a \Twig\Template instance.'); +} +if (null !== $template) { +try { +$template->$block($context, $blocks); +} catch (Error $e) { +if (!$e->getSourceContext()) { +$e->setSourceContext($template->getSourceContext()); +} +if (-1 === $e->getTemplateLine()) { +$e->guess(); +} +throw $e; +} catch (\Exception $e) { +$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e); +$e->guess(); +throw $e; +} +} elseif (false !== $parent = $this->getParent($context)) { +$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this); +} elseif (isset($blocks[$name])) { +throw new RuntimeError(sprintf('Block "%s" should not call parent() in "%s" as the block does not exist in the parent template "%s".', $name, $blocks[$name][0]->getTemplateName(), $this->getTemplateName()), -1, $blocks[$name][0]->getSourceContext()); +} else { +throw new RuntimeError(sprintf('Block "%s" on template "%s" does not exist.', $name, $this->getTemplateName()), -1, ($templateContext ?? $this)->getSourceContext()); +} +} +public function renderParentBlock($name, array $context, array $blocks = []) +{ +if ($this->env->isDebug()) { +ob_start(); +} else { +ob_start(function () { return''; }); +} +$this->displayParentBlock($name, $context, $blocks); +return ob_get_clean(); +} +public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) +{ +if ($this->env->isDebug()) { +ob_start(); +} else { +ob_start(function () { return''; }); +} +$this->displayBlock($name, $context, $blocks, $useBlocks); +return ob_get_clean(); +} +public function hasBlock($name, array $context, array $blocks = []) +{ +if (isset($blocks[$name])) { +return $blocks[$name][0] instanceof self; +} +if (isset($this->blocks[$name])) { +return true; +} +if (false !== $parent = $this->getParent($context)) { +return $parent->hasBlock($name, $context); +} +return false; +} +public function getBlockNames(array $context, array $blocks = []) +{ +$names = array_merge(array_keys($blocks), array_keys($this->blocks)); +if (false !== $parent = $this->getParent($context)) { +$names = array_merge($names, $parent->getBlockNames($context)); +} +return array_unique($names); +} +protected function loadTemplate($template, $templateName = null, $line = null, $index = null) +{ +try { +if (\is_array($template)) { +return $this->env->resolveTemplate($template); +} +if ($template instanceof self || $template instanceof TemplateWrapper) { +return $template; +} +if ($template === $this->getTemplateName()) { +$class = \get_class($this); +if (false !== $pos = strrpos($class,'___', -1)) { +$class = substr($class, 0, $pos); +} +return $this->env->loadClass($class, $template, $index); +} +return $this->env->loadTemplate($template, $index); +} catch (Error $e) { +if (!$e->getSourceContext()) { +$e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext()); +} +if ($e->getTemplateLine() > 0) { +throw $e; +} +if (!$line) { +$e->guess(); +} else { +$e->setTemplateLine($line); +} +throw $e; +} +} +protected function unwrap() +{ +return $this; +} +public function getBlocks() +{ +return $this->blocks; +} +public function display(array $context, array $blocks = []) +{ +$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); +} +public function render(array $context) +{ +$level = ob_get_level(); +if ($this->env->isDebug()) { +ob_start(); +} else { +ob_start(function () { return''; }); +} +try { +$this->display($context); +} catch (\Throwable $e) { +while (ob_get_level() > $level) { +ob_end_clean(); +} +throw $e; +} +return ob_get_clean(); +} +protected function displayWithErrorHandling(array $context, array $blocks = []) +{ +try { +$this->doDisplay($context, $blocks); +} catch (Error $e) { +if (!$e->getSourceContext()) { +$e->setSourceContext($this->getSourceContext()); +} +if (-1 === $e->getTemplateLine()) { +$e->guess(); +} +throw $e; +} catch (\Exception $e) { +$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e); +$e->guess(); +throw $e; +} +} +abstract protected function doDisplay(array $context, array $blocks = []); +} +class_alias('Twig\Template','Twig_Template'); +} +namespace Monolog\Formatter +{ +interface FormatterInterface +{ +public function format(array $record); +public function formatBatch(array $records); +} +} +namespace Monolog\Formatter +{ +use Exception; +use Monolog\Utils; +class NormalizerFormatter implements FormatterInterface +{ +const SIMPLE_DATE ="Y-m-d H:i:s"; +protected $dateFormat; +public function __construct($dateFormat = null) +{ +$this->dateFormat = $dateFormat ?: static::SIMPLE_DATE; +if (!function_exists('json_encode')) { +throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s NormalizerFormatter'); +} +} +public function format(array $record) +{ +return $this->normalize($record); +} +public function formatBatch(array $records) +{ +foreach ($records as $key => $record) { +$records[$key] = $this->format($record); +} +return $records; +} +protected function normalize($data, $depth = 0) +{ +if ($depth > 9) { +return'Over 9 levels deep, aborting normalization'; +} +if (null === $data || is_scalar($data)) { +if (is_float($data)) { +if (is_infinite($data)) { +return ($data > 0 ?'':'-') .'INF'; +} +if (is_nan($data)) { +return'NaN'; +} +} +return $data; +} +if (is_array($data)) { +$normalized = array(); +$count = 1; +foreach ($data as $key => $value) { +if ($count++ > 1000) { +$normalized['...'] ='Over 1000 items ('.count($data).' total), aborting normalization'; +break; +} +$normalized[$key] = $this->normalize($value, $depth+1); +} +return $normalized; +} +if ($data instanceof \DateTime) { +return $data->format($this->dateFormat); +} +if (is_object($data)) { +if ($data instanceof Exception || (PHP_VERSION_ID > 70000 && $data instanceof \Throwable)) { +return $this->normalizeException($data); +} +if (method_exists($data,'__toString') && !$data instanceof \JsonSerializable) { +$value = $data->__toString(); +} else { +$value = $this->toJson($data, true); +} +return sprintf("[object] (%s: %s)", Utils::getClass($data), $value); +} +if (is_resource($data)) { +return sprintf('[resource] (%s)', get_resource_type($data)); +} +return'[unknown('.gettype($data).')]'; +} +protected function normalizeException($e) +{ +if (!$e instanceof Exception && !$e instanceof \Throwable) { +throw new \InvalidArgumentException('Exception/Throwable expected, got '.gettype($e).' / '.Utils::getClass($e)); +} +$data = array('class'=> Utils::getClass($e),'message'=> $e->getMessage(),'code'=> (int) $e->getCode(),'file'=> $e->getFile().':'.$e->getLine(), +); +if ($e instanceof \SoapFault) { +if (isset($e->faultcode)) { +$data['faultcode'] = $e->faultcode; +} +if (isset($e->faultactor)) { +$data['faultactor'] = $e->faultactor; +} +if (isset($e->detail) && (is_string($e->detail) || is_object($e->detail) || is_array($e->detail))) { +$data['detail'] = is_string($e->detail) ? $e->detail : reset($e->detail); +} +} +$trace = $e->getTrace(); +foreach ($trace as $frame) { +if (isset($frame['file'])) { +$data['trace'][] = $frame['file'].':'.$frame['line']; +} +} +if ($previous = $e->getPrevious()) { +$data['previous'] = $this->normalizeException($previous); +} +return $data; +} +protected function toJson($data, $ignoreErrors = false) +{ +return Utils::jsonEncode($data, null, $ignoreErrors); +} +} +} +namespace Monolog\Formatter +{ +use Monolog\Utils; +class LineFormatter extends NormalizerFormatter +{ +const SIMPLE_FORMAT ="[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n"; +protected $format; +protected $allowInlineLineBreaks; +protected $ignoreEmptyContextAndExtra; +protected $includeStacktraces; +public function __construct($format = null, $dateFormat = null, $allowInlineLineBreaks = false, $ignoreEmptyContextAndExtra = false) +{ +$this->format = $format ?: static::SIMPLE_FORMAT; +$this->allowInlineLineBreaks = $allowInlineLineBreaks; +$this->ignoreEmptyContextAndExtra = $ignoreEmptyContextAndExtra; +parent::__construct($dateFormat); +} +public function includeStacktraces($include = true) +{ +$this->includeStacktraces = $include; +if ($this->includeStacktraces) { +$this->allowInlineLineBreaks = true; +} +} +public function allowInlineLineBreaks($allow = true) +{ +$this->allowInlineLineBreaks = $allow; +} +public function ignoreEmptyContextAndExtra($ignore = true) +{ +$this->ignoreEmptyContextAndExtra = $ignore; +} +public function format(array $record) +{ +$vars = parent::format($record); +$output = $this->format; +foreach ($vars['extra'] as $var => $val) { +if (false !== strpos($output,'%extra.'.$var.'%')) { +$output = str_replace('%extra.'.$var.'%', $this->stringify($val), $output); +unset($vars['extra'][$var]); +} +} +foreach ($vars['context'] as $var => $val) { +if (false !== strpos($output,'%context.'.$var.'%')) { +$output = str_replace('%context.'.$var.'%', $this->stringify($val), $output); +unset($vars['context'][$var]); +} +} +if ($this->ignoreEmptyContextAndExtra) { +if (empty($vars['context'])) { +unset($vars['context']); +$output = str_replace('%context%','', $output); +} +if (empty($vars['extra'])) { +unset($vars['extra']); +$output = str_replace('%extra%','', $output); +} +} +foreach ($vars as $var => $val) { +if (false !== strpos($output,'%'.$var.'%')) { +$output = str_replace('%'.$var.'%', $this->stringify($val), $output); +} +} +if (false !== strpos($output,'%')) { +$output = preg_replace('/%(?:extra|context)\..+?%/','', $output); +} +return $output; +} +public function formatBatch(array $records) +{ +$message =''; +foreach ($records as $record) { +$message .= $this->format($record); +} +return $message; +} +public function stringify($value) +{ +return $this->replaceNewlines($this->convertToString($value)); +} +protected function normalizeException($e) +{ +if (!$e instanceof \Exception && !$e instanceof \Throwable) { +throw new \InvalidArgumentException('Exception/Throwable expected, got '.gettype($e).' / '.Utils::getClass($e)); +} +$previousText =''; +if ($previous = $e->getPrevious()) { +do { +$previousText .=', '.Utils::getClass($previous).'(code: '.$previous->getCode().'): '.$previous->getMessage().' at '.$previous->getFile().':'.$previous->getLine(); +} while ($previous = $previous->getPrevious()); +} +$str ='[object] ('.Utils::getClass($e).'(code: '.$e->getCode().'): '.$e->getMessage().' at '.$e->getFile().':'.$e->getLine().$previousText.')'; +if ($this->includeStacktraces) { +$str .="\n[stacktrace]\n".$e->getTraceAsString()."\n"; +} +return $str; +} +protected function convertToString($data) +{ +if (null === $data || is_bool($data)) { +return var_export($data, true); +} +if (is_scalar($data)) { +return (string) $data; +} +if (version_compare(PHP_VERSION,'5.4.0','>=')) { +return $this->toJson($data, true); +} +return str_replace('\\/','/', $this->toJson($data, true)); +} +protected function replaceNewlines($str) +{ +if ($this->allowInlineLineBreaks) { +if (0 === strpos($str,'{')) { +return str_replace(array('\r','\n'), array("\r","\n"), $str); +} +return $str; +} +return str_replace(array("\r\n","\r","\n"),' ', $str); +} +} +} +namespace Monolog\Handler +{ +use Monolog\Formatter\FormatterInterface; +interface HandlerInterface +{ +public function isHandling(array $record); +public function handle(array $record); +public function handleBatch(array $records); +public function pushProcessor($callback); +public function popProcessor(); +public function setFormatter(FormatterInterface $formatter); +public function getFormatter(); +} +} +namespace Monolog +{ +interface ResettableInterface +{ +public function reset(); +} +} +namespace Monolog\Handler +{ +use Monolog\Formatter\FormatterInterface; +use Monolog\Formatter\LineFormatter; +use Monolog\Logger; +use Monolog\ResettableInterface; +abstract class AbstractHandler implements HandlerInterface, ResettableInterface +{ +protected $level = Logger::DEBUG; +protected $bubble = true; +protected $formatter; +protected $processors = array(); +public function __construct($level = Logger::DEBUG, $bubble = true) +{ +$this->setLevel($level); +$this->bubble = $bubble; +} +public function isHandling(array $record) +{ +return $record['level'] >= $this->level; +} +public function handleBatch(array $records) +{ +foreach ($records as $record) { +$this->handle($record); +} +} +public function close() +{ +} +public function pushProcessor($callback) +{ +if (!is_callable($callback)) { +throw new \InvalidArgumentException('Processors must be valid callables (callback or object with an __invoke method), '.var_export($callback, true).' given'); +} +array_unshift($this->processors, $callback); +return $this; +} +public function popProcessor() +{ +if (!$this->processors) { +throw new \LogicException('You tried to pop from an empty processor stack.'); +} +return array_shift($this->processors); +} +public function setFormatter(FormatterInterface $formatter) +{ +$this->formatter = $formatter; +return $this; +} +public function getFormatter() +{ +if (!$this->formatter) { +$this->formatter = $this->getDefaultFormatter(); +} +return $this->formatter; +} +public function setLevel($level) +{ +$this->level = Logger::toMonologLevel($level); +return $this; +} +public function getLevel() +{ +return $this->level; +} +public function setBubble($bubble) +{ +$this->bubble = $bubble; +return $this; +} +public function getBubble() +{ +return $this->bubble; +} +public function __destruct() +{ +try { +$this->close(); +} catch (\Exception $e) { +} catch (\Throwable $e) { +} +} +public function reset() +{ +foreach ($this->processors as $processor) { +if ($processor instanceof ResettableInterface) { +$processor->reset(); +} +} +} +protected function getDefaultFormatter() +{ +return new LineFormatter(); +} +} +} +namespace Monolog\Handler +{ +use Monolog\ResettableInterface; +abstract class AbstractProcessingHandler extends AbstractHandler +{ +public function handle(array $record) +{ +if (!$this->isHandling($record)) { +return false; +} +$record = $this->processRecord($record); +$record['formatted'] = $this->getFormatter()->format($record); +$this->write($record); +return false === $this->bubble; +} +abstract protected function write(array $record); +protected function processRecord(array $record) +{ +if ($this->processors) { +foreach ($this->processors as $processor) { +$record = call_user_func($processor, $record); +} +} +return $record; +} +} +} +namespace Monolog\Handler +{ +use Monolog\Logger; +class StreamHandler extends AbstractProcessingHandler +{ +protected $stream; +protected $url; +private $errorMessage; +protected $filePermission; +protected $useLocking; +private $dirCreated; +public function __construct($stream, $level = Logger::DEBUG, $bubble = true, $filePermission = null, $useLocking = false) +{ +parent::__construct($level, $bubble); +if (is_resource($stream)) { +$this->stream = $stream; +} elseif (is_string($stream)) { +$this->url = $stream; +} else { +throw new \InvalidArgumentException('A stream must either be a resource or a string.'); +} +$this->filePermission = $filePermission; +$this->useLocking = $useLocking; +} +public function close() +{ +if ($this->url && is_resource($this->stream)) { +fclose($this->stream); +} +$this->stream = null; +$this->dirCreated = null; +} +public function getStream() +{ +return $this->stream; +} +public function getUrl() +{ +return $this->url; +} +protected function write(array $record) +{ +if (!is_resource($this->stream)) { +if (null === $this->url ||''=== $this->url) { +throw new \LogicException('Missing stream url, the stream can not be opened. This may be caused by a premature call to close().'); +} +$this->createDir(); +$this->errorMessage = null; +set_error_handler(array($this,'customErrorHandler')); +$this->stream = fopen($this->url,'a'); +if ($this->filePermission !== null) { +@chmod($this->url, $this->filePermission); +} +restore_error_handler(); +if (!is_resource($this->stream)) { +$this->stream = null; +throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened: '.$this->errorMessage, $this->url)); +} +} +if ($this->useLocking) { +flock($this->stream, LOCK_EX); +} +$this->streamWrite($this->stream, $record); +if ($this->useLocking) { +flock($this->stream, LOCK_UN); +} +} +protected function streamWrite($stream, array $record) +{ +fwrite($stream, (string) $record['formatted']); +} +private function customErrorHandler($code, $msg) +{ +$this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }','', $msg); +} +private function getDirFromStream($stream) +{ +$pos = strpos($stream,'://'); +if ($pos === false) { +return dirname($stream); +} +if ('file://'=== substr($stream, 0, 7)) { +return dirname(substr($stream, 7)); +} +return; +} +private function createDir() +{ +if ($this->dirCreated) { +return; +} +$dir = $this->getDirFromStream($this->url); +if (null !== $dir && !is_dir($dir)) { +$this->errorMessage = null; +set_error_handler(array($this,'customErrorHandler')); +$status = mkdir($dir, 0777, true); +restore_error_handler(); +if (false === $status && !is_dir($dir)) { +throw new \UnexpectedValueException(sprintf('There is no existing directory at "%s" and its not buildable: '.$this->errorMessage, $dir)); +} +} +$this->dirCreated = true; +} +} +} +namespace Monolog\Handler +{ +use Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy; +use Monolog\Handler\FingersCrossed\ActivationStrategyInterface; +use Monolog\Logger; +use Monolog\ResettableInterface; +use Monolog\Formatter\FormatterInterface; +class FingersCrossedHandler extends AbstractHandler +{ +protected $handler; +protected $activationStrategy; +protected $buffering = true; +protected $bufferSize; +protected $buffer = array(); +protected $stopBuffering; +protected $passthruLevel; +public function __construct($handler, $activationStrategy = null, $bufferSize = 0, $bubble = true, $stopBuffering = true, $passthruLevel = null) +{ +if (null === $activationStrategy) { +$activationStrategy = new ErrorLevelActivationStrategy(Logger::WARNING); +} +if (!$activationStrategy instanceof ActivationStrategyInterface) { +$activationStrategy = new ErrorLevelActivationStrategy($activationStrategy); +} +$this->handler = $handler; +$this->activationStrategy = $activationStrategy; +$this->bufferSize = $bufferSize; +$this->bubble = $bubble; +$this->stopBuffering = $stopBuffering; +if ($passthruLevel !== null) { +$this->passthruLevel = Logger::toMonologLevel($passthruLevel); +} +if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { +throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); +} +} +public function isHandling(array $record) +{ +return true; +} +public function activate() +{ +if ($this->stopBuffering) { +$this->buffering = false; +} +$this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); +$this->buffer = array(); +} +public function handle(array $record) +{ +if ($this->processors) { +foreach ($this->processors as $processor) { +$record = call_user_func($processor, $record); +} +} +if ($this->buffering) { +$this->buffer[] = $record; +if ($this->bufferSize > 0 && count($this->buffer) > $this->bufferSize) { +array_shift($this->buffer); +} +if ($this->activationStrategy->isHandlerActivated($record)) { +$this->activate(); +} +} else { +$this->getHandler($record)->handle($record); +} +return false === $this->bubble; +} +public function close() +{ +$this->flushBuffer(); +} +public function reset() +{ +$this->flushBuffer(); +parent::reset(); +if ($this->getHandler() instanceof ResettableInterface) { +$this->getHandler()->reset(); +} +} +public function clear() +{ +$this->buffer = array(); +$this->reset(); +} +private function flushBuffer() +{ +if (null !== $this->passthruLevel) { +$level = $this->passthruLevel; +$this->buffer = array_filter($this->buffer, function ($record) use ($level) { +return $record['level'] >= $level; +}); +if (count($this->buffer) > 0) { +$this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); +} +} +$this->buffer = array(); +$this->buffering = true; +} +public function getHandler(array $record = null) +{ +if (!$this->handler instanceof HandlerInterface) { +$this->handler = call_user_func($this->handler, $record, $this); +if (!$this->handler instanceof HandlerInterface) { +throw new \RuntimeException("The factory callable should return a HandlerInterface"); +} +} +return $this->handler; +} +public function setFormatter(FormatterInterface $formatter) +{ +$this->getHandler()->setFormatter($formatter); +return $this; +} +public function getFormatter() +{ +return $this->getHandler()->getFormatter(); +} +} +} +namespace Monolog\Handler +{ +use Monolog\Logger; +use Monolog\Formatter\FormatterInterface; +class FilterHandler extends AbstractHandler +{ +protected $handler; +protected $acceptedLevels; +protected $bubble; +public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, $bubble = true) +{ +$this->handler = $handler; +$this->bubble = $bubble; +$this->setAcceptedLevels($minLevelOrList, $maxLevel); +if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { +throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); +} +} +public function getAcceptedLevels() +{ +return array_flip($this->acceptedLevels); +} +public function setAcceptedLevels($minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY) +{ +if (is_array($minLevelOrList)) { +$acceptedLevels = array_map('Monolog\Logger::toMonologLevel', $minLevelOrList); +} else { +$minLevelOrList = Logger::toMonologLevel($minLevelOrList); +$maxLevel = Logger::toMonologLevel($maxLevel); +$acceptedLevels = array_values(array_filter(Logger::getLevels(), function ($level) use ($minLevelOrList, $maxLevel) { +return $level >= $minLevelOrList && $level <= $maxLevel; +})); +} +$this->acceptedLevels = array_flip($acceptedLevels); +} +public function isHandling(array $record) +{ +return isset($this->acceptedLevels[$record['level']]); +} +public function handle(array $record) +{ +if (!$this->isHandling($record)) { +return false; +} +if ($this->processors) { +foreach ($this->processors as $processor) { +$record = call_user_func($processor, $record); +} +} +$this->getHandler($record)->handle($record); +return false === $this->bubble; +} +public function handleBatch(array $records) +{ +$filtered = array(); +foreach ($records as $record) { +if ($this->isHandling($record)) { +$filtered[] = $record; +} +} +if (count($filtered) > 0) { +$this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered); +} +} +public function getHandler(array $record = null) +{ +if (!$this->handler instanceof HandlerInterface) { +$this->handler = call_user_func($this->handler, $record, $this); +if (!$this->handler instanceof HandlerInterface) { +throw new \RuntimeException("The factory callable should return a HandlerInterface"); +} +} +return $this->handler; +} +public function setFormatter(FormatterInterface $formatter) +{ +$this->getHandler()->setFormatter($formatter); +return $this; +} +public function getFormatter() +{ +return $this->getHandler()->getFormatter(); +} +} +} +namespace Monolog\Handler +{ +class TestHandler extends AbstractProcessingHandler +{ +protected $records = array(); +protected $recordsByLevel = array(); +private $skipReset = false; +public function getRecords() +{ +return $this->records; +} +public function clear() +{ +$this->records = array(); +$this->recordsByLevel = array(); +} +public function reset() +{ +if (!$this->skipReset) { +$this->clear(); +} +} +public function setSkipReset($skipReset) +{ +$this->skipReset = $skipReset; +} +public function hasRecords($level) +{ +return isset($this->recordsByLevel[$level]); +} +public function hasRecord($record, $level) +{ +if (is_string($record)) { +$record = array('message'=> $record); +} +return $this->hasRecordThatPasses(function ($rec) use ($record) { +if ($rec['message'] !== $record['message']) { +return false; +} +if (isset($record['context']) && $rec['context'] !== $record['context']) { +return false; +} +return true; +}, $level); +} +public function hasRecordThatContains($message, $level) +{ +return $this->hasRecordThatPasses(function ($rec) use ($message) { +return strpos($rec['message'], $message) !== false; +}, $level); +} +public function hasRecordThatMatches($regex, $level) +{ +return $this->hasRecordThatPasses(function ($rec) use ($regex) { +return preg_match($regex, $rec['message']) > 0; +}, $level); +} +public function hasRecordThatPasses($predicate, $level) +{ +if (!is_callable($predicate)) { +throw new \InvalidArgumentException("Expected a callable for hasRecordThatSucceeds"); +} +if (!isset($this->recordsByLevel[$level])) { +return false; +} +foreach ($this->recordsByLevel[$level] as $i => $rec) { +if (call_user_func($predicate, $rec, $i)) { +return true; +} +} +return false; +} +protected function write(array $record) +{ +$this->recordsByLevel[$record['level']][] = $record; +$this->records[] = $record; +} +public function __call($method, $args) +{ +if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) { +$genericMethod = $matches[1] . ('Records'!== $matches[3] ?'Record':'') . $matches[3]; +$level = constant('Monolog\Logger::'. strtoupper($matches[2])); +if (method_exists($this, $genericMethod)) { +$args[] = $level; +return call_user_func_array(array($this, $genericMethod), $args); +} +} +throw new \BadMethodCallException('Call to undefined method '. get_class($this) .'::'. $method .'()'); +} +} +} +namespace Monolog +{ +use Monolog\Handler\HandlerInterface; +use Monolog\Handler\StreamHandler; +use Psr\Log\LoggerInterface; +use Psr\Log\InvalidArgumentException; +use Exception; +class Logger implements LoggerInterface, ResettableInterface +{ +const DEBUG = 100; +const INFO = 200; +const NOTICE = 250; +const WARNING = 300; +const ERROR = 400; +const CRITICAL = 500; +const ALERT = 550; +const EMERGENCY = 600; +const API = 1; +protected static $levels = array( +self::DEBUG =>'DEBUG', +self::INFO =>'INFO', +self::NOTICE =>'NOTICE', +self::WARNING =>'WARNING', +self::ERROR =>'ERROR', +self::CRITICAL =>'CRITICAL', +self::ALERT =>'ALERT', +self::EMERGENCY =>'EMERGENCY', +); +protected static $timezone; +protected $name; +protected $handlers; +protected $processors; +protected $microsecondTimestamps = true; +protected $exceptionHandler; +public function __construct($name, array $handlers = array(), array $processors = array()) +{ +$this->name = $name; +$this->setHandlers($handlers); +$this->processors = $processors; +} +public function getName() +{ +return $this->name; +} +public function withName($name) +{ +$new = clone $this; +$new->name = $name; +return $new; +} +public function pushHandler(HandlerInterface $handler) +{ +array_unshift($this->handlers, $handler); +return $this; +} +public function popHandler() +{ +if (!$this->handlers) { +throw new \LogicException('You tried to pop from an empty handler stack.'); +} +return array_shift($this->handlers); +} +public function setHandlers(array $handlers) +{ +$this->handlers = array(); +foreach (array_reverse($handlers) as $handler) { +$this->pushHandler($handler); +} +return $this; +} +public function getHandlers() +{ +return $this->handlers; +} +public function pushProcessor($callback) +{ +if (!is_callable($callback)) { +throw new \InvalidArgumentException('Processors must be valid callables (callback or object with an __invoke method), '.var_export($callback, true).' given'); +} +array_unshift($this->processors, $callback); +return $this; +} +public function popProcessor() +{ +if (!$this->processors) { +throw new \LogicException('You tried to pop from an empty processor stack.'); +} +return array_shift($this->processors); +} +public function getProcessors() +{ +return $this->processors; +} +public function useMicrosecondTimestamps($micro) +{ +$this->microsecondTimestamps = (bool) $micro; +} +public function addRecord($level, $message, array $context = array()) +{ +if (!$this->handlers) { +$this->pushHandler(new StreamHandler('php://stderr', static::DEBUG)); +} +$levelName = static::getLevelName($level); +$handlerKey = null; +reset($this->handlers); +while ($handler = current($this->handlers)) { +if ($handler->isHandling(array('level'=> $level))) { +$handlerKey = key($this->handlers); +break; +} +next($this->handlers); +} +if (null === $handlerKey) { +return false; +} +if (!static::$timezone) { +static::$timezone = new \DateTimeZone(date_default_timezone_get() ?:'UTC'); +} +if ($this->microsecondTimestamps && PHP_VERSION_ID < 70100) { +$ts = \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)), static::$timezone); +} else { +$ts = new \DateTime(null, static::$timezone); +} +$ts->setTimezone(static::$timezone); +$record = array('message'=> (string) $message,'context'=> $context,'level'=> $level,'level_name'=> $levelName,'channel'=> $this->name,'datetime'=> $ts,'extra'=> array(), +); +try { +foreach ($this->processors as $processor) { +$record = call_user_func($processor, $record); +} +while ($handler = current($this->handlers)) { +if (true === $handler->handle($record)) { +break; +} +next($this->handlers); +} +} catch (Exception $e) { +$this->handleException($e, $record); +} +return true; +} +public function close() +{ +foreach ($this->handlers as $handler) { +if (method_exists($handler,'close')) { +$handler->close(); +} +} +} +public function reset() +{ +foreach ($this->handlers as $handler) { +if ($handler instanceof ResettableInterface) { +$handler->reset(); +} +} +foreach ($this->processors as $processor) { +if ($processor instanceof ResettableInterface) { +$processor->reset(); +} +} +} +public function addDebug($message, array $context = array()) +{ +return $this->addRecord(static::DEBUG, $message, $context); +} +public function addInfo($message, array $context = array()) +{ +return $this->addRecord(static::INFO, $message, $context); +} +public function addNotice($message, array $context = array()) +{ +return $this->addRecord(static::NOTICE, $message, $context); +} +public function addWarning($message, array $context = array()) +{ +return $this->addRecord(static::WARNING, $message, $context); +} +public function addError($message, array $context = array()) +{ +return $this->addRecord(static::ERROR, $message, $context); +} +public function addCritical($message, array $context = array()) +{ +return $this->addRecord(static::CRITICAL, $message, $context); +} +public function addAlert($message, array $context = array()) +{ +return $this->addRecord(static::ALERT, $message, $context); +} +public function addEmergency($message, array $context = array()) +{ +return $this->addRecord(static::EMERGENCY, $message, $context); +} +public static function getLevels() +{ +return array_flip(static::$levels); +} +public static function getLevelName($level) +{ +if (!isset(static::$levels[$level])) { +throw new InvalidArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels))); +} +return static::$levels[$level]; +} +public static function toMonologLevel($level) +{ +if (is_string($level)) { +$upper = strtr($level,'abcdefgilmnortuwy','ABCDEFGILMNORTUWY'); +if (defined(__CLASS__.'::'.$upper)) { +return constant(__CLASS__ .'::'. $upper); +} +} +return $level; +} +public function isHandling($level) +{ +$record = array('level'=> $level, +); +foreach ($this->handlers as $handler) { +if ($handler->isHandling($record)) { +return true; +} +} +return false; +} +public function setExceptionHandler($callback) +{ +if (!is_callable($callback)) { +throw new \InvalidArgumentException('Exception handler must be valid callable (callback or object with an __invoke method), '.var_export($callback, true).' given'); +} +$this->exceptionHandler = $callback; +return $this; +} +public function getExceptionHandler() +{ +return $this->exceptionHandler; +} +protected function handleException(Exception $e, array $record) +{ +if (!$this->exceptionHandler) { +throw $e; +} +call_user_func($this->exceptionHandler, $e, $record); +} +public function log($level, $message, array $context = array()) +{ +$level = static::toMonologLevel($level); +return $this->addRecord($level, $message, $context); +} +public function debug($message, array $context = array()) +{ +return $this->addRecord(static::DEBUG, $message, $context); +} +public function info($message, array $context = array()) +{ +return $this->addRecord(static::INFO, $message, $context); +} +public function notice($message, array $context = array()) +{ +return $this->addRecord(static::NOTICE, $message, $context); +} +public function warn($message, array $context = array()) +{ +return $this->addRecord(static::WARNING, $message, $context); +} +public function warning($message, array $context = array()) +{ +return $this->addRecord(static::WARNING, $message, $context); +} +public function err($message, array $context = array()) +{ +return $this->addRecord(static::ERROR, $message, $context); +} +public function error($message, array $context = array()) +{ +return $this->addRecord(static::ERROR, $message, $context); +} +public function crit($message, array $context = array()) +{ +return $this->addRecord(static::CRITICAL, $message, $context); +} +public function critical($message, array $context = array()) +{ +return $this->addRecord(static::CRITICAL, $message, $context); +} +public function alert($message, array $context = array()) +{ +return $this->addRecord(static::ALERT, $message, $context); +} +public function emerg($message, array $context = array()) +{ +return $this->addRecord(static::EMERGENCY, $message, $context); +} +public function emergency($message, array $context = array()) +{ +return $this->addRecord(static::EMERGENCY, $message, $context); +} +public static function setTimezone(\DateTimeZone $tz) +{ +self::$timezone = $tz; +} +} +} +namespace Symfony\Component\HttpKernel\Log +{ +interface DebugLoggerInterface +{ +public function getLogs(); +public function countErrors(); +} +} +namespace Symfony\Bridge\Monolog +{ +use Monolog\Logger as BaseLogger; +use Symfony\Component\HttpKernel\Log\DebugLoggerInterface; +class Logger extends BaseLogger implements DebugLoggerInterface +{ +public function getLogs() +{ +if ($logger = $this->getDebugLogger()) { +return $logger->getLogs(); +} +return array(); +} +public function countErrors() +{ +if ($logger = $this->getDebugLogger()) { +return $logger->countErrors(); +} +return 0; +} +private function getDebugLogger() +{ +foreach ($this->handlers as $handler) { +if ($handler instanceof DebugLoggerInterface) { +return $handler; +} +} +} +} +} +namespace Monolog\Handler\FingersCrossed +{ +interface ActivationStrategyInterface +{ +public function isHandlerActivated(array $record); +} +} +namespace Monolog\Handler\FingersCrossed +{ +use Monolog\Logger; +class ErrorLevelActivationStrategy implements ActivationStrategyInterface +{ +private $actionLevel; +public function __construct($actionLevel) +{ +$this->actionLevel = Logger::toMonologLevel($actionLevel); +} +public function isHandlerActivated(array $record) +{ +return $record['level'] >= $this->actionLevel; +} +} +} \ No newline at end of file diff --git a/var/cache/dev/classes.php.meta b/var/cache/dev/classes.php.meta new file mode 100644 index 00000000..4c661664 --- /dev/null +++ b/var/cache/dev/classes.php.meta @@ -0,0 +1 @@ +a:2:{i:0;a:110:{i:0;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php";i:1;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php";i:2;s:127:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php";i:3;s:139:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php";i:4;s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php";i:5;s:139:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php";i:6;s:144:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php";i:7;s:148:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php";i:8;s:135:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php";i:9;s:141:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php";i:10;s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php";i:11;s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php";i:12;s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php";i:13;s:122:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReferenceInterface.php";i:14;s:113:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReference.php";i:15;s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php";i:16;s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php";i:17;s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php";i:18;s:127:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php";i:19;s:112:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php";i:20;s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php";i:21;s:79:"/Users/kadmin/Websites/sterntours-3/vendor/psr/cache/src/CacheItemInterface.php";i:22;s:83:"/Users/kadmin/Websites/sterntours-3/vendor/psr/cache/src/CacheItemPoolInterface.php";i:23;s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php";i:24;s:83:"/Users/kadmin/Websites/sterntours-3/vendor/psr/log/Psr/Log/LoggerAwareInterface.php";i:25;s:79:"/Users/kadmin/Websites/sterntours-3/vendor/psr/log/Psr/Log/LoggerAwareTrait.php";i:26;s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php";i:27;s:100:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php";i:28;s:121:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php";i:29;s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php";i:30;s:136:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php";i:31;s:115:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php";i:32;s:107:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php";i:33;s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php";i:34;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php";i:35;s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php";i:36;s:99:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php";i:37;s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php";i:38;s:111:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcher.php";i:39;s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php";i:40;s:128:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.php";i:41;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php";i:42;s:112:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php";i:43;s:103:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php";i:44;s:106:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Event.php";i:45;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php";i:46;s:116:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php";i:47;s:130:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php";i:48;s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php";i:49;s:124:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php";i:50;s:132:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php";i:51;s:134:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php";i:52;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php";i:53;s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php";i:54;s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php";i:55;s:147:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php";i:56;s:138:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php";i:57;s:113:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/KernelEvent.php";i:58;s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php";i:59;s:121:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php";i:60;s:118:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php";i:61;s:137:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php";i:62;s:130:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php";i:63;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelEvents.php";i:64;s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php";i:65;s:129:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php";i:66;s:127:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php";i:67;s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php";i:68;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php";i:69;s:107:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php";i:70;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php";i:71;s:144:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php";i:72;s:143:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php";i:73;s:149:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php";i:74;s:140:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php";i:75;s:143:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php";i:76;s:134:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php";i:77;s:142:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php";i:78;s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php";i:79;s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php";i:80;s:119:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php";i:81;s:117:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php";i:82;s:121:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php";i:83;s:123:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php";i:84;s:114:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php";i:85;s:72:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php";i:86;s:89:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Extension/ExtensionInterface.php";i:87;s:88:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Extension/AbstractExtension.php";i:88;s:84:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Extension/CoreExtension.php";i:89;s:87:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Extension/EscaperExtension.php";i:90;s:89:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Extension/OptimizerExtension.php";i:91;s:83:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Loader/LoaderInterface.php";i:92;s:67:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Markup.php";i:93;s:69:"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php";i:94;s:103:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php";i:95;s:104:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php";i:96;s:98:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php";i:97;s:99:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php";i:98;s:94:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/ResettableInterface.php";i:99;s:98:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php";i:100;s:108:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php";i:101;s:96:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php";i:102;s:104:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php";i:103;s:96:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php";i:104;s:94:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php";i:105;s:81:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Logger.php";i:106;s:120:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php";i:107;s:96:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php";i:108;s:125:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php";i:109;s:126:"/Users/kadmin/Websites/sterntours-3/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php";}i:1;a:73:{i:0;s:60:"Symfony\Bundle\FrameworkBundle\EventListener\SessionListener";i:1;s:69:"Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage";i:2;s:72:"Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage";i:3;s:81:"Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler";i:4;s:68:"Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy";i:5;s:74:"Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy";i:6;s:48:"Symfony\Component\HttpFoundation\Session\Session";i:8;s:57:"Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables";i:9;s:59:"Symfony\Bundle\FrameworkBundle\Templating\TemplateReference";i:10;s:60:"Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser";i:11;s:64:"Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator";i:12;s:28:"Psr\Cache\CacheItemInterface";i:13;s:32:"Psr\Cache\CacheItemPoolInterface";i:14;s:48:"Symfony\Component\Cache\Adapter\AdapterInterface";i:15;s:47:"Symfony\Component\Cache\Adapter\AbstractAdapter";i:16;s:33:"Symfony\Component\Cache\CacheItem";i:17;s:48:"Symfony\Component\Routing\Generator\UrlGenerator";i:18;s:40:"Symfony\Component\Routing\RequestContext";i:19;s:32:"Symfony\Component\Routing\Router";i:20;s:61:"Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher";i:21;s:45:"Symfony\Bundle\FrameworkBundle\Routing\Router";i:22;s:36:"Symfony\Component\Config\FileLocator";i:23;s:36:"Symfony\Component\Debug\ErrorHandler";i:24;s:39:"Symfony\Component\EventDispatcher\Event";i:25;s:63:"Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher";i:26;s:59:"Symfony\Component\HttpKernel\EventListener\ResponseListener";i:27;s:57:"Symfony\Component\HttpKernel\EventListener\RouterListener";i:28;s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";i:29;s:56:"Symfony\Component\HttpKernel\Controller\ArgumentResolver";i:30;s:64:"Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata";i:31;s:71:"Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory";i:32;s:46:"Symfony\Component\HttpKernel\Event\KernelEvent";i:33;s:56:"Symfony\Component\HttpKernel\Event\FilterControllerEvent";i:34;s:54:"Symfony\Component\HttpKernel\Event\FilterResponseEvent";i:35;s:51:"Symfony\Component\HttpKernel\Event\GetResponseEvent";i:36;s:70:"Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent";i:37;s:63:"Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent";i:38;s:41:"Symfony\Component\HttpKernel\KernelEvents";i:39;s:47:"Symfony\Component\HttpKernel\Config\FileLocator";i:40;s:62:"Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser";i:41;s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";i:42;s:41:"Symfony\Component\Security\Http\AccessMap";i:43;s:40:"Symfony\Component\Security\Http\Firewall";i:44;s:58:"Symfony\Component\Security\Core\User\UserProviderInterface";i:45;s:76:"Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager";i:46;s:73:"Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage";i:47;s:67:"Symfony\Component\Security\Core\Authorization\AccessDecisionManager";i:48;s:66:"Symfony\Component\Security\Core\Authorization\AuthorizationChecker";i:49;s:66:"Symfony\Component\Security\Core\Authorization\Voter\VoterInterface";i:50;s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";i:51;s:54:"Symfony\Bundle\SecurityBundle\Security\FirewallContext";i:52;s:47:"Symfony\Component\HttpFoundation\RequestMatcher";i:53;s:16:"Twig_Environment";i:54;s:14:"Twig_Extension";i:55;s:19:"Twig_Extension_Core";i:56;s:22:"Twig_Extension_Escaper";i:57;s:24:"Twig_Extension_Optimizer";i:58;s:20:"Twig_LoaderInterface";i:59;s:11:"Twig_Markup";i:60;s:13:"Twig_Template";i:61;s:36:"Monolog\Formatter\FormatterInterface";i:62;s:31:"Monolog\Formatter\LineFormatter";i:63;s:32:"Monolog\Handler\HandlerInterface";i:64;s:31:"Monolog\Handler\AbstractHandler";i:65;s:41:"Monolog\Handler\AbstractProcessingHandler";i:66;s:29:"Monolog\Handler\StreamHandler";i:67;s:37:"Monolog\Handler\FingersCrossedHandler";i:68;s:29:"Monolog\Handler\FilterHandler";i:69;s:27:"Monolog\Handler\TestHandler";i:70;s:14:"Monolog\Logger";i:71;s:29:"Symfony\Bridge\Monolog\Logger";i:72;s:58:"Monolog\Handler\FingersCrossed\ActivationStrategyInterface";i:73;s:59:"Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy";}} \ No newline at end of file diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodging.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodging.php new file mode 100644 index 00000000..3ff02e9e --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodging.php @@ -0,0 +1,719 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'group', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'type', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'equipment', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'adress1', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'adress2', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'zipCode', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'city', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumPersons', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumAdults', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumChilds', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'deposit', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'prices', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'images', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'reservations', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'calendarVisible', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'choosableSeasons', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'page']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'group', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'type', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'equipment', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'adress1', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'adress2', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'zipCode', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'city', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumPersons', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumAdults', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'maximumChilds', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'deposit', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'prices', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'images', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'reservations', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'calendarVisible', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'choosableSeasons', '' . "\0" . 'AppBundle\\Entity\\FewoLodging' . "\0" . 'page']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (FewoLodging $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function getChoosableSeasons() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getChoosableSeasons', []); + + return parent::getChoosableSeasons(); + } + + /** + * {@inheritDoc} + */ + public function setChoosableSeasons($choosableSeasons) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setChoosableSeasons', [$choosableSeasons]); + + return parent::setChoosableSeasons($choosableSeasons); + } + + /** + * {@inheritDoc} + */ + public function getSeasons() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSeasons', []); + + return parent::getSeasons(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setDescription($description) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); + + return parent::setDescription($description); + } + + /** + * {@inheritDoc} + */ + public function getDescription() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); + + return parent::getDescription(); + } + + /** + * {@inheritDoc} + */ + public function setEquipment($equipment) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEquipment', [$equipment]); + + return parent::setEquipment($equipment); + } + + /** + * {@inheritDoc} + */ + public function getEquipment() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEquipment', []); + + return parent::getEquipment(); + } + + /** + * {@inheritDoc} + */ + public function setAdress1($adress1) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAdress1', [$adress1]); + + return parent::setAdress1($adress1); + } + + /** + * {@inheritDoc} + */ + public function getAdress1() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAdress1', []); + + return parent::getAdress1(); + } + + /** + * {@inheritDoc} + */ + public function setAdress2($adress2) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAdress2', [$adress2]); + + return parent::setAdress2($adress2); + } + + /** + * {@inheritDoc} + */ + public function getAdress2() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAdress2', []); + + return parent::getAdress2(); + } + + /** + * {@inheritDoc} + */ + public function setZipCode($zipCode) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZipCode', [$zipCode]); + + return parent::setZipCode($zipCode); + } + + /** + * {@inheritDoc} + */ + public function getZipCode() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZipCode', []); + + return parent::getZipCode(); + } + + /** + * {@inheritDoc} + */ + public function setCity($city) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCity', [$city]); + + return parent::setCity($city); + } + + /** + * {@inheritDoc} + */ + public function getCity() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCity', []); + + return parent::getCity(); + } + + /** + * {@inheritDoc} + */ + public function setMaximumPersons($maximumPersons) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMaximumPersons', [$maximumPersons]); + + return parent::setMaximumPersons($maximumPersons); + } + + /** + * {@inheritDoc} + */ + public function getMaximumPersons() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMaximumPersons', []); + + return parent::getMaximumPersons(); + } + + /** + * {@inheritDoc} + */ + public function setMaximumAdults($maximumAdults) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMaximumAdults', [$maximumAdults]); + + return parent::setMaximumAdults($maximumAdults); + } + + /** + * {@inheritDoc} + */ + public function getMaximumAdults() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMaximumAdults', []); + + return parent::getMaximumAdults(); + } + + /** + * {@inheritDoc} + */ + public function setMaximumChilds($maximumChilds) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMaximumChilds', [$maximumChilds]); + + return parent::setMaximumChilds($maximumChilds); + } + + /** + * {@inheritDoc} + */ + public function getMaximumChilds() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMaximumChilds', []); + + return parent::getMaximumChilds(); + } + + /** + * {@inheritDoc} + */ + public function setDeposit($deposit) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDeposit', [$deposit]); + + return parent::setDeposit($deposit); + } + + /** + * {@inheritDoc} + */ + public function getDeposit() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDeposit', []); + + return parent::getDeposit(); + } + + /** + * {@inheritDoc} + */ + public function setCalendarVisible($calendarVisible) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCalendarVisible', [$calendarVisible]); + + return parent::setCalendarVisible($calendarVisible); + } + + /** + * {@inheritDoc} + */ + public function getCalendarVisible() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCalendarVisible', []); + + return parent::getCalendarVisible(); + } + + /** + * {@inheritDoc} + */ + public function setGroup(\AppBundle\Entity\FewoLodgingGroup $group = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGroup', [$group]); + + return parent::setGroup($group); + } + + /** + * {@inheritDoc} + */ + public function getGroup() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGroup', []); + + return parent::getGroup(); + } + + /** + * {@inheritDoc} + */ + public function setType(\AppBundle\Entity\FewoLodgingType $type = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setType', [$type]); + + return parent::setType($type); + } + + /** + * {@inheritDoc} + */ + public function getType() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', []); + + return parent::getType(); + } + + /** + * {@inheritDoc} + */ + public function addPrice(\AppBundle\Entity\FewoPrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPrice', [$price]); + + return parent::addPrice($price); + } + + /** + * {@inheritDoc} + */ + public function removePrice(\AppBundle\Entity\FewoPrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePrice', [$price]); + + return parent::removePrice($price); + } + + /** + * {@inheritDoc} + */ + public function getPrices() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrices', []); + + return parent::getPrices(); + } + + /** + * {@inheritDoc} + */ + public function setPrices($prices) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPrices', [$prices]); + + return parent::setPrices($prices); + } + + /** + * {@inheritDoc} + */ + public function getPricesFilter($dateFrom, $dateTo) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPricesFilter', [$dateFrom, $dateTo]); + + return parent::getPricesFilter($dateFrom, $dateTo); + } + + /** + * {@inheritDoc} + */ + public function getPricesByFromDateFilter($fromDate) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPricesByFromDateFilter', [$fromDate]); + + return parent::getPricesByFromDateFilter($fromDate); + } + + /** + * {@inheritDoc} + */ + public function getPricesFilterNow() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPricesFilterNow', []); + + return parent::getPricesFilterNow(); + } + + /** + * {@inheritDoc} + */ + public function addImage(\AppBundle\Entity\FewoLodgingImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addImage', [$image]); + + return parent::addImage($image); + } + + /** + * {@inheritDoc} + */ + public function removeImage(\AppBundle\Entity\FewoLodgingImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeImage', [$image]); + + return parent::removeImage($image); + } + + /** + * {@inheritDoc} + */ + public function getImages() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getImages', []); + + return parent::getImages(); + } + + /** + * {@inheritDoc} + */ + public function addReservation(\AppBundle\Entity\FewoReservation $reservation) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addReservation', [$reservation]); + + return parent::addReservation($reservation); + } + + /** + * {@inheritDoc} + */ + public function removeReservation(\AppBundle\Entity\FewoReservation $reservation) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeReservation', [$reservation]); + + return parent::removeReservation($reservation); + } + + /** + * {@inheritDoc} + */ + public function getReservations() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getReservations', []); + + return parent::getReservations(); + } + + /** + * {@inheritDoc} + */ + public function getReservationsFilter($dateFrom, $dateTo) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getReservationsFilter', [$dateFrom, $dateTo]); + + return parent::getReservationsFilter($dateFrom, $dateTo); + } + + /** + * {@inheritDoc} + */ + public function setPage(\AppBundle\Entity\Page $page = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPage', [$page]); + + return parent::setPage($page); + } + + /** + * {@inheritDoc} + */ + public function getPage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPage', []); + + return parent::getPage(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingGroup.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingGroup.php new file mode 100644 index 00000000..96747560 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingGroup.php @@ -0,0 +1,268 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'lodgings', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'images']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'lodgings', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingGroup' . "\0" . 'images']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (FewoLodgingGroup $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function getLodgings() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLodgings', []); + + return parent::getLodgings(); + } + + /** + * {@inheritDoc} + */ + public function addImage(\AppBundle\Entity\FewoLodgingGroupImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addImage', [$image]); + + return parent::addImage($image); + } + + /** + * {@inheritDoc} + */ + public function removeImage(\AppBundle\Entity\FewoLodgingGroupImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeImage', [$image]); + + return parent::removeImage($image); + } + + /** + * {@inheritDoc} + */ + public function getImages() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getImages', []); + + return parent::getImages(); + } + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingType.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingType.php new file mode 100644 index 00000000..e9b5a700 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoLodgingType.php @@ -0,0 +1,224 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingType' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingType' . "\0" . 'name']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingType' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoLodgingType' . "\0" . 'name']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (FewoLodgingType $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoSeason.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoSeason.php new file mode 100644 index 00000000..03270d77 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityFewoSeason.php @@ -0,0 +1,367 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'prices', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'fromDate', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'toDate', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'minimumStay', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'onlyWeekday']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'prices', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'fromDate', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'toDate', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'minimumStay', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\FewoSeason' . "\0" . 'onlyWeekday']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (FewoSeason $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setFromDate($fromDate) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFromDate', [$fromDate]); + + return parent::setFromDate($fromDate); + } + + /** + * {@inheritDoc} + */ + public function getFromDate() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFromDate', []); + + return parent::getFromDate(); + } + + /** + * {@inheritDoc} + */ + public function setToDate($toDate) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setToDate', [$toDate]); + + return parent::setToDate($toDate); + } + + /** + * {@inheritDoc} + */ + public function getToDate() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getToDate', []); + + return parent::getToDate(); + } + + /** + * {@inheritDoc} + */ + public function setMinimumStay($minimumStay) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMinimumStay', [$minimumStay]); + + return parent::setMinimumStay($minimumStay); + } + + /** + * {@inheritDoc} + */ + public function getMinimumStay() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMinimumStay', []); + + return parent::getMinimumStay(); + } + + /** + * {@inheritDoc} + */ + public function setDescription($description) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); + + return parent::setDescription($description); + } + + /** + * {@inheritDoc} + */ + public function getDescription() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); + + return parent::getDescription(); + } + + /** + * {@inheritDoc} + */ + public function addPrice(\AppBundle\Entity\FewoPrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPrice', [$price]); + + return parent::addPrice($price); + } + + /** + * {@inheritDoc} + */ + public function removePrice(\AppBundle\Entity\FewoPrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePrice', [$price]); + + return parent::removePrice($price); + } + + /** + * {@inheritDoc} + */ + public function getPrices() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrices', []); + + return parent::getPrices(); + } + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + + /** + * {@inheritDoc} + */ + public function setOnlyWeekday($onlyWeekday) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOnlyWeekday', [$onlyWeekday]); + + return parent::setOnlyWeekday($onlyWeekday); + } + + /** + * {@inheritDoc} + */ + public function getOnlyWeekday() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOnlyWeekday', []); + + return parent::getOnlyWeekday(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityPage.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityPage.php new file mode 100644 index 00000000..6ad25f84 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityPage.php @@ -0,0 +1,1181 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'model', 'lft', 'lvl', 'rgt', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'root', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'parent', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'travelGuideContentId', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'children', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'owner', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'ownerSecond', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'catalogId', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'catalogIndex', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'slug', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'travelProgram', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'fewoLodging', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'status', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'showInNavi', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'order', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'title', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'titleShort', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'beforeTitle', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'pagetitle', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'keywords', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'content', 'contentNew', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'bumaDestination', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'oldCatalogid', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'oldOwnerid', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'bumaGjr', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'date', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'priceTags', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'textRight', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'keyword', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'canonicalUrl', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'country', 'template', 'realUrlPath', 'boxBody', 'boxImageUrl', 'boxStar', 'boxDiscount', 'cmsSettings']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'model', 'lft', 'lvl', 'rgt', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'root', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'parent', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'travelGuideContentId', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'children', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'owner', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'ownerSecond', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'catalogId', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'catalogIndex', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'slug', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'travelProgram', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'fewoLodging', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'status', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'showInNavi', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'order', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'title', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'titleShort', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'beforeTitle', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'pagetitle', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'description', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'keywords', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'content', 'contentNew', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'bumaDestination', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'oldCatalogid', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'oldOwnerid', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'bumaGjr', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'date', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'priceTags', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'textRight', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'keyword', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'canonicalUrl', '' . "\0" . 'AppBundle\\Entity\\Page' . "\0" . 'country', 'template', 'realUrlPath', 'boxBody', 'boxImageUrl', 'boxStar', 'boxDiscount', 'cmsSettings']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (Page $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setOwner($owner) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOwner', [$owner]); + + return parent::setOwner($owner); + } + + /** + * {@inheritDoc} + */ + public function getOwner() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOwner', []); + + return parent::getOwner(); + } + + /** + * {@inheritDoc} + */ + public function setTravelGuideContentId($travelGuideContentId) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelGuideContentId', [$travelGuideContentId]); + + return parent::setTravelGuideContentId($travelGuideContentId); + } + + /** + * {@inheritDoc} + */ + public function getTravelGuideContentId() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelGuideContentId', []); + + return parent::getTravelGuideContentId(); + } + + /** + * {@inheritDoc} + */ + public function setModel($model) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setModel', [$model]); + + return parent::setModel($model); + } + + /** + * {@inheritDoc} + */ + public function getModel() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getModel', []); + + return parent::getModel(); + } + + /** + * {@inheritDoc} + */ + public function setOwnerSecond($ownerSecond) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOwnerSecond', [$ownerSecond]); + + return parent::setOwnerSecond($ownerSecond); + } + + /** + * {@inheritDoc} + */ + public function getOwnerSecond() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOwnerSecond', []); + + return parent::getOwnerSecond(); + } + + /** + * {@inheritDoc} + */ + public function setCatalogId($catalogId) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCatalogId', [$catalogId]); + + return parent::setCatalogId($catalogId); + } + + /** + * {@inheritDoc} + */ + public function getCatalogId() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCatalogId', []); + + return parent::getCatalogId(); + } + + /** + * {@inheritDoc} + */ + public function setCatalogIndex($catalogIndex) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCatalogIndex', [$catalogIndex]); + + return parent::setCatalogIndex($catalogIndex); + } + + /** + * {@inheritDoc} + */ + public function getCatalogIndex() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCatalogIndex', []); + + return parent::getCatalogIndex(); + } + + /** + * {@inheritDoc} + */ + public function setSlug($slug) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSlug', [$slug]); + + return parent::setSlug($slug); + } + + /** + * {@inheritDoc} + */ + public function getSlug() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSlug', []); + + return parent::getSlug(); + } + + /** + * {@inheritDoc} + */ + public function setStatus($status) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setStatus', [$status]); + + return parent::setStatus($status); + } + + /** + * {@inheritDoc} + */ + public function getStatus() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getStatus', []); + + return parent::getStatus(); + } + + /** + * {@inheritDoc} + */ + public function setShowInNavi($showInNavi) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setShowInNavi', [$showInNavi]); + + return parent::setShowInNavi($showInNavi); + } + + /** + * {@inheritDoc} + */ + public function getShowInNavi() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getShowInNavi', []); + + return parent::getShowInNavi(); + } + + /** + * {@inheritDoc} + */ + public function setOrder($order) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOrder', [$order]); + + return parent::setOrder($order); + } + + /** + * {@inheritDoc} + */ + public function getOrder() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOrder', []); + + return parent::getOrder(); + } + + /** + * {@inheritDoc} + */ + public function setTitle($title) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTitle', [$title]); + + return parent::setTitle($title); + } + + /** + * {@inheritDoc} + */ + public function getTitle() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTitle', []); + + return parent::getTitle(); + } + + /** + * {@inheritDoc} + */ + public function setTitleShort($titleShort) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTitleShort', [$titleShort]); + + return parent::setTitleShort($titleShort); + } + + /** + * {@inheritDoc} + */ + public function getTitleShort() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTitleShort', []); + + return parent::getTitleShort(); + } + + /** + * {@inheritDoc} + */ + public function setBeforeTitle($beforeTitle) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBeforeTitle', [$beforeTitle]); + + return parent::setBeforeTitle($beforeTitle); + } + + /** + * {@inheritDoc} + */ + public function getBeforeTitle() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBeforeTitle', []); + + return parent::getBeforeTitle(); + } + + /** + * {@inheritDoc} + */ + public function setPagetitle($pagetitle) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPagetitle', [$pagetitle]); + + return parent::setPagetitle($pagetitle); + } + + /** + * {@inheritDoc} + */ + public function getPagetitle() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPagetitle', []); + + return parent::getPagetitle(); + } + + /** + * {@inheritDoc} + */ + public function setDescription($description) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); + + return parent::setDescription($description); + } + + /** + * {@inheritDoc} + */ + public function getDescription() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); + + return parent::getDescription(); + } + + /** + * {@inheritDoc} + */ + public function setKeywords($keywords) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKeywords', [$keywords]); + + return parent::setKeywords($keywords); + } + + /** + * {@inheritDoc} + */ + public function getKeywords() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKeywords', []); + + return parent::getKeywords(); + } + + /** + * {@inheritDoc} + */ + public function setContent($content) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContent', [$content]); + + return parent::setContent($content); + } + + /** + * {@inheritDoc} + */ + public function getContent() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContent', []); + + return parent::getContent(); + } + + /** + * {@inheritDoc} + */ + public function setContentNew($contentNew) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentNew', [$contentNew]); + + return parent::setContentNew($contentNew); + } + + /** + * {@inheritDoc} + */ + public function getContentNew() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentNew', []); + + return parent::getContentNew(); + } + + /** + * {@inheritDoc} + */ + public function setBumaDestination($bumaDestination) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBumaDestination', [$bumaDestination]); + + return parent::setBumaDestination($bumaDestination); + } + + /** + * {@inheritDoc} + */ + public function getBumaDestination() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBumaDestination', []); + + return parent::getBumaDestination(); + } + + /** + * {@inheritDoc} + */ + public function setOldCatalogid($oldCatalogid) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOldCatalogid', [$oldCatalogid]); + + return parent::setOldCatalogid($oldCatalogid); + } + + /** + * {@inheritDoc} + */ + public function getOldCatalogid() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOldCatalogid', []); + + return parent::getOldCatalogid(); + } + + /** + * {@inheritDoc} + */ + public function setOldOwnerid($oldOwnerid) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOldOwnerid', [$oldOwnerid]); + + return parent::setOldOwnerid($oldOwnerid); + } + + /** + * {@inheritDoc} + */ + public function getOldOwnerid() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOldOwnerid', []); + + return parent::getOldOwnerid(); + } + + /** + * {@inheritDoc} + */ + public function setBumaGjr($bumaGjr) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBumaGjr', [$bumaGjr]); + + return parent::setBumaGjr($bumaGjr); + } + + /** + * {@inheritDoc} + */ + public function getBumaGjr() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBumaGjr', []); + + return parent::getBumaGjr(); + } + + /** + * {@inheritDoc} + */ + public function setDate($date) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDate', [$date]); + + return parent::setDate($date); + } + + /** + * {@inheritDoc} + */ + public function getDate() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDate', []); + + return parent::getDate(); + } + + /** + * {@inheritDoc} + */ + public function setPriceTags($priceTags) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPriceTags', [$priceTags]); + + return parent::setPriceTags($priceTags); + } + + /** + * {@inheritDoc} + */ + public function getPriceTags() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPriceTags', []); + + return parent::getPriceTags(); + } + + /** + * {@inheritDoc} + */ + public function setTextRight($textRight) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTextRight', [$textRight]); + + return parent::setTextRight($textRight); + } + + /** + * {@inheritDoc} + */ + public function getTextRight() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTextRight', []); + + return parent::getTextRight(); + } + + /** + * {@inheritDoc} + */ + public function setKeyword($keyword) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKeyword', [$keyword]); + + return parent::setKeyword($keyword); + } + + /** + * {@inheritDoc} + */ + public function getKeyword() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKeyword', []); + + return parent::getKeyword(); + } + + /** + * {@inheritDoc} + */ + public function setCanonicalUrl($canonicalUrl) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCanonicalUrl', [$canonicalUrl]); + + return parent::setCanonicalUrl($canonicalUrl); + } + + /** + * {@inheritDoc} + */ + public function getCanonicalUrl() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCanonicalUrl', []); + + return parent::getCanonicalUrl(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setCountry(\AppBundle\Entity\TravelCountry $country = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCountry', [$country]); + + return parent::setCountry($country); + } + + /** + * {@inheritDoc} + */ + public function getCountry() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCountry', []); + + return parent::getCountry(); + } + + /** + * {@inheritDoc} + */ + public function setLft($lft) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLft', [$lft]); + + return parent::setLft($lft); + } + + /** + * {@inheritDoc} + */ + public function getLft() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLft', []); + + return parent::getLft(); + } + + /** + * {@inheritDoc} + */ + public function setLvl($lvl) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLvl', [$lvl]); + + return parent::setLvl($lvl); + } + + /** + * {@inheritDoc} + */ + public function getLvl() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLvl', []); + + return parent::getLvl(); + } + + /** + * {@inheritDoc} + */ + public function setRgt($rgt) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setRgt', [$rgt]); + + return parent::setRgt($rgt); + } + + /** + * {@inheritDoc} + */ + public function getRgt() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRgt', []); + + return parent::getRgt(); + } + + /** + * {@inheritDoc} + */ + public function setRoot(\AppBundle\Entity\Page $root = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setRoot', [$root]); + + return parent::setRoot($root); + } + + /** + * {@inheritDoc} + */ + public function getRoot() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRoot', []); + + return parent::getRoot(); + } + + /** + * {@inheritDoc} + */ + public function setParent(\AppBundle\Entity\Page $parent = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setParent', [$parent]); + + return parent::setParent($parent); + } + + /** + * {@inheritDoc} + */ + public function getParent() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getParent', []); + + return parent::getParent(); + } + + /** + * {@inheritDoc} + */ + public function addChild(\AppBundle\Entity\Page $child) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addChild', [$child]); + + return parent::addChild($child); + } + + /** + * {@inheritDoc} + */ + public function removeChild(\AppBundle\Entity\Page $child) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeChild', [$child]); + + return parent::removeChild($child); + } + + /** + * {@inheritDoc} + */ + public function getChildren() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getChildren', []); + + return parent::getChildren(); + } + + /** + * {@inheritDoc} + */ + public function setTemplate($template) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTemplate', [$template]); + + return parent::setTemplate($template); + } + + /** + * {@inheritDoc} + */ + public function getTemplate() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTemplate', []); + + return parent::getTemplate(); + } + + /** + * {@inheritDoc} + */ + public function setTravelProgram(\AppBundle\Entity\TravelProgram $travelProgram = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelProgram', [$travelProgram]); + + return parent::setTravelProgram($travelProgram); + } + + /** + * {@inheritDoc} + */ + public function getTravelProgram() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelProgram', []); + + return parent::getTravelProgram(); + } + + /** + * {@inheritDoc} + */ + public function setFewoLodging(\AppBundle\Entity\FewoLodging $fewoLodging = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFewoLodging', [$fewoLodging]); + + return parent::setFewoLodging($fewoLodging); + } + + /** + * {@inheritDoc} + */ + public function getFewoLodging() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFewoLodging', []); + + return parent::getFewoLodging(); + } + + /** + * {@inheritDoc} + */ + public function setRealUrlPath($realUrlPath) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setRealUrlPath', [$realUrlPath]); + + return parent::setRealUrlPath($realUrlPath); + } + + /** + * {@inheritDoc} + */ + public function getRealUrlPath() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRealUrlPath', []); + + return parent::getRealUrlPath(); + } + + /** + * {@inheritDoc} + */ + public function getUrlPath() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUrlPath', []); + + return parent::getUrlPath(); + } + + /** + * {@inheritDoc} + */ + public function setBoxBody($boxBody) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBoxBody', [$boxBody]); + + return parent::setBoxBody($boxBody); + } + + /** + * {@inheritDoc} + */ + public function getBoxBody() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBoxBody', []); + + return parent::getBoxBody(); + } + + /** + * {@inheritDoc} + */ + public function setBoxImageUrl($boxImageUrl) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBoxImageUrl', [$boxImageUrl]); + + return parent::setBoxImageUrl($boxImageUrl); + } + + /** + * {@inheritDoc} + */ + public function getBoxImageUrl() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBoxImageUrl', []); + + return parent::getBoxImageUrl(); + } + + /** + * {@inheritDoc} + */ + public function setBoxStar($boxStar) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBoxStar', [$boxStar]); + + return parent::setBoxStar($boxStar); + } + + /** + * {@inheritDoc} + */ + public function getBoxStar() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBoxStar', []); + + return parent::getBoxStar(); + } + + /** + * {@inheritDoc} + */ + public function setBoxDiscount($boxDiscount) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBoxDiscount', [$boxDiscount]); + + return parent::setBoxDiscount($boxDiscount); + } + + /** + * {@inheritDoc} + */ + public function getBoxDiscount() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBoxDiscount', []); + + return parent::getBoxDiscount(); + } + + /** + * {@inheritDoc} + */ + public function getHasChildren() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHasChildren', []); + + return parent::getHasChildren(); + } + + /** + * {@inheritDoc} + */ + public function getEffectiveCountry() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEffectiveCountry', []); + + return parent::getEffectiveCountry(); + } + + /** + * {@inheritDoc} + */ + public function setCmsSettings($cmsSettings) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCmsSettings', [$cmsSettings]); + + return parent::setCmsSettings($cmsSettings); + } + + /** + * {@inheritDoc} + */ + public function getCmsSettings() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCmsSettings', []); + + return parent::getCmsSettings(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelArrivalPoint.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelArrivalPoint.php new file mode 100644 index 00000000..1d1e0275 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelArrivalPoint.php @@ -0,0 +1,235 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'travelCountry', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'departures', '__initializer__', '__areDeparturesInitialized__']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'travelCountry', '' . "\0" . 'AppBundle\\Entity\\TravelArrivalPoint' . "\0" . 'departures', '__initializer__', '__areDeparturesInitialized__']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelArrivalPoint $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setTravelCountry(\AppBundle\Entity\TravelCountry $travelCountry = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelCountry', [$travelCountry]); + + return parent::setTravelCountry($travelCountry); + } + + /** + * {@inheritDoc} + */ + public function getTravelCountry() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelCountry', []); + + return parent::getTravelCountry(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCategory.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCategory.php new file mode 100644 index 00000000..3e168624 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCategory.php @@ -0,0 +1,235 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'conversionCode', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'id']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'conversionCode', '' . "\0" . 'AppBundle\\Entity\\TravelCategory' . "\0" . 'id']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelCategory $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setConversionCode($conversionCode) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setConversionCode', [$conversionCode]); + + return parent::setConversionCode($conversionCode); + } + + /** + * {@inheritDoc} + */ + public function getConversionCode() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getConversionCode', []); + + return parent::getConversionCode(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCountry.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCountry.php new file mode 100644 index 00000000..7f6476b2 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelCountry.php @@ -0,0 +1,466 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'slug', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'text_before', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'text_after', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'htmlInformation', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'entryRequirements', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'crmId', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'active_frontend', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'feedbackPage', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'programs', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'destinations']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'slug', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'text_before', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'text_after', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'htmlInformation', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'entryRequirements', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'crmId', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'active_frontend', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'feedbackPage', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'programs', '' . "\0" . 'AppBundle\\Entity\\TravelCountry' . "\0" . 'destinations']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelCountry $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setCrmId($crmId) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCrmId', [$crmId]); + + return parent::setCrmId($crmId); + } + + /** + * {@inheritDoc} + */ + public function getCrmId() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCrmId', []); + + return parent::getCrmId(); + } + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setSlug($slug) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSlug', [$slug]); + + return parent::setSlug($slug); + } + + /** + * {@inheritDoc} + */ + public function getSlug() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSlug', []); + + return parent::getSlug(); + } + + /** + * {@inheritDoc} + */ + public function setTextBefore($text_before) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTextBefore', [$text_before]); + + return parent::setTextBefore($text_before); + } + + /** + * {@inheritDoc} + */ + public function getTextBefore() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTextBefore', []); + + return parent::getTextBefore(); + } + + /** + * {@inheritDoc} + */ + public function setTextAfter($text_after) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTextAfter', [$text_after]); + + return parent::setTextAfter($text_after); + } + + /** + * {@inheritDoc} + */ + public function getTextAfter() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTextAfter', []); + + return parent::getTextAfter(); + } + + /** + * {@inheritDoc} + */ + public function setHtmlInformation($htmlInformation) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHtmlInformation', [$htmlInformation]); + + return parent::setHtmlInformation($htmlInformation); + } + + /** + * {@inheritDoc} + */ + public function getHtmlInformation() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHtmlInformation', []); + + return parent::getHtmlInformation(); + } + + /** + * {@inheritDoc} + */ + public function setEntryRequirements($entryRequirements) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEntryRequirements', [$entryRequirements]); + + return parent::setEntryRequirements($entryRequirements); + } + + /** + * {@inheritDoc} + */ + public function getEntryRequirements() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEntryRequirements', []); + + return parent::getEntryRequirements(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setActiveFrontend($active_frontend) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActiveFrontend', [$active_frontend]); + + return parent::setActiveFrontend($active_frontend); + } + + /** + * {@inheritDoc} + */ + public function getActiveFrontend() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getActiveFrontend', []); + + return parent::getActiveFrontend(); + } + + /** + * {@inheritDoc} + */ + public function setFeedbackPage(\AppBundle\Entity\Page $feedbackPage = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFeedbackPage', [$feedbackPage]); + + return parent::setFeedbackPage($feedbackPage); + } + + /** + * {@inheritDoc} + */ + public function getFeedbackPage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFeedbackPage', []); + + return parent::getFeedbackPage(); + } + + /** + * {@inheritDoc} + */ + public function addProgram(\AppBundle\Entity\TravelProgram $program) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProgram', [$program]); + + return parent::addProgram($program); + } + + /** + * {@inheritDoc} + */ + public function removeProgram(\AppBundle\Entity\TravelProgram $program) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProgram', [$program]); + + return parent::removeProgram($program); + } + + /** + * {@inheritDoc} + */ + public function getPrograms() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrograms', []); + + return parent::getPrograms(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + + /** + * {@inheritDoc} + */ + public function addDestination(\AppBundle\Entity\TravelDestination $destination) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addDestination', [$destination]); + + return parent::addDestination($destination); + } + + /** + * {@inheritDoc} + */ + public function removeDestination(\AppBundle\Entity\TravelDestination $destination) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDestination', [$destination]); + + return parent::removeDestination($destination); + } + + /** + * {@inheritDoc} + */ + public function getDestinations() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDestinations', []); + + return parent::getDestinations(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelGeneralNote.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelGeneralNote.php new file mode 100644 index 00000000..1b4ad6d8 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelGeneralNote.php @@ -0,0 +1,235 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'text', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'id']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'text', '' . "\0" . 'AppBundle\\Entity\\TravelGeneralNote' . "\0" . 'id']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelGeneralNote $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setText($text) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setText', [$text]); + + return parent::setText($text); + } + + /** + * {@inheritDoc} + */ + public function getText() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getText', []); + + return parent::getText(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelInsurance.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelInsurance.php new file mode 100644 index 00000000..1d53c711 --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelInsurance.php @@ -0,0 +1,367 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'internalName', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'included', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'insuranceName', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'text', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'insurancePdf', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'id', 'prices']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'internalName', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'included', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'insuranceName', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'text', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'insurancePdf', '' . "\0" . 'AppBundle\\Entity\\TravelInsurance' . "\0" . 'id', 'prices']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelInsurance $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setInternalName($internalName) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInternalName', [$internalName]); + + return parent::setInternalName($internalName); + } + + /** + * {@inheritDoc} + */ + public function getInternalName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInternalName', []); + + return parent::getInternalName(); + } + + /** + * {@inheritDoc} + */ + public function setInsuranceName($insuranceName) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsuranceName', [$insuranceName]); + + return parent::setInsuranceName($insuranceName); + } + + /** + * {@inheritDoc} + */ + public function getInsuranceName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsuranceName', []); + + return parent::getInsuranceName(); + } + + /** + * {@inheritDoc} + */ + public function setText($text) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setText', [$text]); + + return parent::setText($text); + } + + /** + * {@inheritDoc} + */ + public function getText() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getText', []); + + return parent::getText(); + } + + /** + * {@inheritDoc} + */ + public function setInsurancePdf($insurancePdf) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsurancePdf', [$insurancePdf]); + + return parent::setInsurancePdf($insurancePdf); + } + + /** + * {@inheritDoc} + */ + public function getInsurancePdf() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsurancePdf', []); + + return parent::getInsurancePdf(); + } + + /** + * {@inheritDoc} + */ + public function setIncluded($included) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIncluded', [$included]); + + return parent::setIncluded($included); + } + + /** + * {@inheritDoc} + */ + public function getIncluded() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIncluded', []); + + return parent::getIncluded(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function addPrice(\AppBundle\Entity\TravelInsurancePrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPrice', [$price]); + + return parent::addPrice($price); + } + + /** + * {@inheritDoc} + */ + public function removePrice(\AppBundle\Entity\TravelInsurancePrice $price) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePrice', [$price]); + + return parent::removePrice($price); + } + + /** + * {@inheritDoc} + */ + public function getPrices() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrices', []); + + return parent::getPrices(); + } + + /** + * {@inheritDoc} + */ + public function __toString() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); + + return parent::__toString(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelOrganizer.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelOrganizer.php new file mode 100644 index 00000000..bd5a731c --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelOrganizer.php @@ -0,0 +1,378 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'insolvency', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'legalRights', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'rulesUpdated', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'fileName', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'formArb', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'fileFormPage', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'cmsId', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'id']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'name', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'insolvency', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'legalRights', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'rulesUpdated', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'fileName', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'formArb', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'fileFormPage', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'cmsId', '' . "\0" . 'AppBundle\\Entity\\TravelOrganizer' . "\0" . 'id']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelOrganizer $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setName($name) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); + + return parent::setName($name); + } + + /** + * {@inheritDoc} + */ + public function getName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); + + return parent::getName(); + } + + /** + * {@inheritDoc} + */ + public function setInsolvency($insolvency) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsolvency', [$insolvency]); + + return parent::setInsolvency($insolvency); + } + + /** + * {@inheritDoc} + */ + public function getInsolvency() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsolvency', []); + + return parent::getInsolvency(); + } + + /** + * {@inheritDoc} + */ + public function setLegalRights($legalRights) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLegalRights', [$legalRights]); + + return parent::setLegalRights($legalRights); + } + + /** + * {@inheritDoc} + */ + public function getLegalRights() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLegalRights', []); + + return parent::getLegalRights(); + } + + /** + * {@inheritDoc} + */ + public function setRulesUpdated($rulesUpdated) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setRulesUpdated', [$rulesUpdated]); + + return parent::setRulesUpdated($rulesUpdated); + } + + /** + * {@inheritDoc} + */ + public function getRulesUpdated() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRulesUpdated', []); + + return parent::getRulesUpdated(); + } + + /** + * {@inheritDoc} + */ + public function getRulesUpdatedTime() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRulesUpdatedTime', []); + + return parent::getRulesUpdatedTime(); + } + + /** + * {@inheritDoc} + */ + public function setFileName($fileName) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFileName', [$fileName]); + + return parent::setFileName($fileName); + } + + /** + * {@inheritDoc} + */ + public function getFileName() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFileName', []); + + return parent::getFileName(); + } + + /** + * {@inheritDoc} + */ + public function setFormArb($formArb) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFormArb', [$formArb]); + + return parent::setFormArb($formArb); + } + + /** + * {@inheritDoc} + */ + public function getFormArb() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFormArb', []); + + return parent::getFormArb(); + } + + /** + * {@inheritDoc} + */ + public function setFileFormPage($fileFormPage) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFileFormPage', [$fileFormPage]); + + return parent::setFileFormPage($fileFormPage); + } + + /** + * {@inheritDoc} + */ + public function getFileFormPage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFileFormPage', []); + + return parent::getFileFormPage(); + } + + /** + * {@inheritDoc} + */ + public function setCmsId($cmsId) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCmsId', [$cmsId]); + + return parent::setCmsId($cmsId); + } + + /** + * {@inheritDoc} + */ + public function getCmsId() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCmsId', []); + + return parent::getCmsId(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + +} diff --git a/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelProgram.php b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelProgram.php new file mode 100644 index 00000000..29fb7fdf --- /dev/null +++ b/var/cache/dev/doctrine/orm/Proxies/__CG__AppBundleEntityTravelProgram.php @@ -0,0 +1,1522 @@ +__initializer__ = $initializer; + $this->__cloner__ = $cloner; + } + + + + + + + + /** + * + * @return array + */ + public function __sleep() + { + if ($this->__isInitialized__) { + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'profitMargin', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programCode', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programDuration', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'sliderInfo', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'isSeasonal', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'youth', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'title', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'subtitle', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programType', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'status', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'included', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'classDescription', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'excluded', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'advices', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'notes', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'url', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'maxAgeForChildren', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'htmlDescription', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'inSlider', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'showMap', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapHtml', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapImage', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapImageExt', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelCountry', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelCategory', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelAgenda', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'depositPercent', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'nettoPricesInEuro', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'textRight', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'defaultFlightPrice', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'weekdays', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'position', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'discount', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'discountIsPercentValue', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelArrivalPoint', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'organizer', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance1', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance2', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance3', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance4', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'category', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'generalnote', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'periods', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'drafts', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'departures', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'countries', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'destinations', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'images', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'options', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'page', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelDateByKey', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'isTravelDateMapTainted']; + } + + return ['__isInitialized__', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'profitMargin', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programCode', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programDuration', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'sliderInfo', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'isSeasonal', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'youth', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'title', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'subtitle', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'programType', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'status', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'included', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'classDescription', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'excluded', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'advices', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'notes', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'url', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'maxAgeForChildren', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'htmlDescription', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'inSlider', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'showMap', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapHtml', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapImage', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'mapImageExt', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelCountry', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelCategory', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelAgenda', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'depositPercent', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'nettoPricesInEuro', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'textRight', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'defaultFlightPrice', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'weekdays', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'position', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'discount', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'discountIsPercentValue', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'id', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelArrivalPoint', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'organizer', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance1', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance2', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance3', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'insurance4', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'category', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'generalnote', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'periods', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'drafts', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'departures', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'countries', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'destinations', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'images', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'options', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'page', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'travelDateByKey', '' . "\0" . 'AppBundle\\Entity\\TravelProgram' . "\0" . 'isTravelDateMapTainted']; + } + + /** + * + */ + public function __wakeup() + { + if ( ! $this->__isInitialized__) { + $this->__initializer__ = function (TravelProgram $proxy) { + $proxy->__setInitializer(null); + $proxy->__setCloner(null); + + $existingProperties = get_object_vars($proxy); + + foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { + if ( ! array_key_exists($property, $existingProperties)) { + $proxy->$property = $defaultValue; + } + } + }; + + } + } + + /** + * + */ + public function __clone() + { + $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); + } + + /** + * Forces initialization of the proxy + */ + public function __load() + { + $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __isInitialized() + { + return $this->__isInitialized__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitialized($initialized) + { + $this->__isInitialized__ = $initialized; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setInitializer(\Closure $initializer = null) + { + $this->__initializer__ = $initializer; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __getInitializer() + { + return $this->__initializer__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + */ + public function __setCloner(\Closure $cloner = null) + { + $this->__cloner__ = $cloner; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific cloning logic + */ + public function __getCloner() + { + return $this->__cloner__; + } + + /** + * {@inheritDoc} + * @internal generated method: use only when explicitly handling proxy specific loading logic + * @static + */ + public function __getLazyProperties() + { + return self::$lazyPropertiesDefaults; + } + + + /** + * {@inheritDoc} + */ + public function setProfitMargin($profitMargin) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProfitMargin', [$profitMargin]); + + return parent::setProfitMargin($profitMargin); + } + + /** + * {@inheritDoc} + */ + public function getProfitMargin() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProfitMargin', []); + + return parent::getProfitMargin(); + } + + /** + * {@inheritDoc} + */ + public function setProgramCode($programCode) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProgramCode', [$programCode]); + + return parent::setProgramCode($programCode); + } + + /** + * {@inheritDoc} + */ + public function getProgramCode() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProgramCode', []); + + return parent::getProgramCode(); + } + + /** + * {@inheritDoc} + */ + public function setProgramDuration($programDuration) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProgramDuration', [$programDuration]); + + return parent::setProgramDuration($programDuration); + } + + /** + * {@inheritDoc} + */ + public function getProgramDuration() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProgramDuration', []); + + return parent::getProgramDuration(); + } + + /** + * {@inheritDoc} + */ + public function setSliderInfo($sliderInfo) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSliderInfo', [$sliderInfo]); + + return parent::setSliderInfo($sliderInfo); + } + + /** + * {@inheritDoc} + */ + public function getSliderInfo() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSliderInfo', []); + + return parent::getSliderInfo(); + } + + /** + * {@inheritDoc} + */ + public function setIsSeasonal($isSeasonal) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsSeasonal', [$isSeasonal]); + + return parent::setIsSeasonal($isSeasonal); + } + + /** + * {@inheritDoc} + */ + public function getIsSeasonal() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsSeasonal', []); + + return parent::getIsSeasonal(); + } + + /** + * {@inheritDoc} + */ + public function setYouth($youth) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setYouth', [$youth]); + + return parent::setYouth($youth); + } + + /** + * {@inheritDoc} + */ + public function getYouth() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getYouth', []); + + return parent::getYouth(); + } + + /** + * {@inheritDoc} + */ + public function setTitle($title) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTitle', [$title]); + + return parent::setTitle($title); + } + + /** + * {@inheritDoc} + */ + public function getTitle() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTitle', []); + + return parent::getTitle(); + } + + /** + * {@inheritDoc} + */ + public function setSubtitle($subtitle) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSubtitle', [$subtitle]); + + return parent::setSubtitle($subtitle); + } + + /** + * {@inheritDoc} + */ + public function getSubtitle() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSubtitle', []); + + return parent::getSubtitle(); + } + + /** + * {@inheritDoc} + */ + public function setProgramType($programType) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProgramType', [$programType]); + + return parent::setProgramType($programType); + } + + /** + * {@inheritDoc} + */ + public function getProgramType() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProgramType', []); + + return parent::getProgramType(); + } + + /** + * {@inheritDoc} + */ + public function setStatus($status) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setStatus', [$status]); + + return parent::setStatus($status); + } + + /** + * {@inheritDoc} + */ + public function getStatus() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getStatus', []); + + return parent::getStatus(); + } + + /** + * {@inheritDoc} + */ + public function setIncluded($included) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIncluded', [$included]); + + return parent::setIncluded($included); + } + + /** + * {@inheritDoc} + */ + public function getIncluded() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIncluded', []); + + return parent::getIncluded(); + } + + /** + * {@inheritDoc} + */ + public function setClassDescription($classDescription) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setClassDescription', [$classDescription]); + + return parent::setClassDescription($classDescription); + } + + /** + * {@inheritDoc} + */ + public function getClassDescription() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getClassDescription', []); + + return parent::getClassDescription(); + } + + /** + * {@inheritDoc} + */ + public function setExcluded($excluded) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setExcluded', [$excluded]); + + return parent::setExcluded($excluded); + } + + /** + * {@inheritDoc} + */ + public function getExcluded() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExcluded', []); + + return parent::getExcluded(); + } + + /** + * {@inheritDoc} + */ + public function setAdvices($advices) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAdvices', [$advices]); + + return parent::setAdvices($advices); + } + + /** + * {@inheritDoc} + */ + public function getAdvices() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAdvices', []); + + return parent::getAdvices(); + } + + /** + * {@inheritDoc} + */ + public function setNotes($notes) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNotes', [$notes]); + + return parent::setNotes($notes); + } + + /** + * {@inheritDoc} + */ + public function getNotes() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNotes', []); + + return parent::getNotes(); + } + + /** + * {@inheritDoc} + */ + public function setUrl($url) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUrl', [$url]); + + return parent::setUrl($url); + } + + /** + * {@inheritDoc} + */ + public function getUrl() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUrl', []); + + return parent::getUrl(); + } + + /** + * {@inheritDoc} + */ + public function setMaxAgeForChildren($maxAgeForChildren) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMaxAgeForChildren', [$maxAgeForChildren]); + + return parent::setMaxAgeForChildren($maxAgeForChildren); + } + + /** + * {@inheritDoc} + */ + public function getMaxAgeForChildren() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMaxAgeForChildren', []); + + return parent::getMaxAgeForChildren(); + } + + /** + * {@inheritDoc} + */ + public function setHtmlDescription($htmlDescription) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHtmlDescription', [$htmlDescription]); + + return parent::setHtmlDescription($htmlDescription); + } + + /** + * {@inheritDoc} + */ + public function getHtmlDescription() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHtmlDescription', []); + + return parent::getHtmlDescription(); + } + + /** + * {@inheritDoc} + */ + public function getTravelProgramDates(\DateTime $startDate) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelProgramDates', [$startDate]); + + return parent::getTravelProgramDates($startDate); + } + + /** + * {@inheritDoc} + */ + public function setInSlider($inSlider) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInSlider', [$inSlider]); + + return parent::setInSlider($inSlider); + } + + /** + * {@inheritDoc} + */ + public function getInSlider() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInSlider', []); + + return parent::getInSlider(); + } + + /** + * {@inheritDoc} + */ + public function setShowMap($showMap) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setShowMap', [$showMap]); + + return parent::setShowMap($showMap); + } + + /** + * {@inheritDoc} + */ + public function getShowMap() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getShowMap', []); + + return parent::getShowMap(); + } + + /** + * {@inheritDoc} + */ + public function setMapHtml($mapHtml) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMapHtml', [$mapHtml]); + + return parent::setMapHtml($mapHtml); + } + + /** + * {@inheritDoc} + */ + public function getMapHtml() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMapHtml', []); + + return parent::getMapHtml(); + } + + /** + * {@inheritDoc} + */ + public function setMapImage($mapImage) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMapImage', [$mapImage]); + + return parent::setMapImage($mapImage); + } + + /** + * {@inheritDoc} + */ + public function getMapImage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMapImage', []); + + return parent::getMapImage(); + } + + /** + * {@inheritDoc} + */ + public function setMapImageExt($mapImageExt) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMapImageExt', [$mapImageExt]); + + return parent::setMapImageExt($mapImageExt); + } + + /** + * {@inheritDoc} + */ + public function getMapImageExt() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMapImageExt', []); + + return parent::getMapImageExt(); + } + + /** + * {@inheritDoc} + */ + public function setTravelCountry($travelCountry) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelCountry', [$travelCountry]); + + return parent::setTravelCountry($travelCountry); + } + + /** + * {@inheritDoc} + */ + public function getTravelCountry() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelCountry', []); + + return parent::getTravelCountry(); + } + + /** + * {@inheritDoc} + */ + public function setTravelCategory($travelCategory) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelCategory', [$travelCategory]); + + return parent::setTravelCategory($travelCategory); + } + + /** + * {@inheritDoc} + */ + public function getTravelCategory() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelCategory', []); + + return parent::getTravelCategory(); + } + + /** + * {@inheritDoc} + */ + public function setTravelAgenda($travelAgenda) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelAgenda', [$travelAgenda]); + + return parent::setTravelAgenda($travelAgenda); + } + + /** + * {@inheritDoc} + */ + public function getTravelAgenda() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelAgenda', []); + + return parent::getTravelAgenda(); + } + + /** + * {@inheritDoc} + */ + public function setDepositPercent($depositPercent) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDepositPercent', [$depositPercent]); + + return parent::setDepositPercent($depositPercent); + } + + /** + * {@inheritDoc} + */ + public function getDepositPercent() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDepositPercent', []); + + return parent::getDepositPercent(); + } + + /** + * {@inheritDoc} + */ + public function setNettoPricesInEuro($nettoPricesInEuro) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNettoPricesInEuro', [$nettoPricesInEuro]); + + return parent::setNettoPricesInEuro($nettoPricesInEuro); + } + + /** + * {@inheritDoc} + */ + public function getNettoPricesInEuro() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNettoPricesInEuro', []); + + return parent::getNettoPricesInEuro(); + } + + /** + * {@inheritDoc} + */ + public function setTextRight($textRight) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTextRight', [$textRight]); + + return parent::setTextRight($textRight); + } + + /** + * {@inheritDoc} + */ + public function getTextRight() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTextRight', []); + + return parent::getTextRight(); + } + + /** + * {@inheritDoc} + */ + public function setDefaultFlightPrice($defaultFlightPrice) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDefaultFlightPrice', [$defaultFlightPrice]); + + return parent::setDefaultFlightPrice($defaultFlightPrice); + } + + /** + * {@inheritDoc} + */ + public function getDefaultFlightPrice() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDefaultFlightPrice', []); + + return parent::getDefaultFlightPrice(); + } + + /** + * {@inheritDoc} + */ + public function setWeekdays($weekdays) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWeekdays', [$weekdays]); + + return parent::setWeekdays($weekdays); + } + + /** + * {@inheritDoc} + */ + public function getWeekdays() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWeekdays', []); + + return parent::getWeekdays(); + } + + /** + * {@inheritDoc} + */ + public function getIsAvailWeekday($weekday) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailWeekday', [$weekday]); + + return parent::getIsAvailWeekday($weekday); + } + + /** + * {@inheritDoc} + */ + public function setPosition($position) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPosition', [$position]); + + return parent::setPosition($position); + } + + /** + * {@inheritDoc} + */ + public function getPosition() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPosition', []); + + return parent::getPosition(); + } + + /** + * {@inheritDoc} + */ + public function setDiscount($discount) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDiscount', [$discount]); + + return parent::setDiscount($discount); + } + + /** + * {@inheritDoc} + */ + public function getDiscount() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDiscount', []); + + return parent::getDiscount(); + } + + /** + * {@inheritDoc} + */ + public function setDiscountIsPercentValue($discountIsPercentValue) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDiscountIsPercentValue', [$discountIsPercentValue]); + + return parent::setDiscountIsPercentValue($discountIsPercentValue); + } + + /** + * {@inheritDoc} + */ + public function getDiscountIsPercentValue() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDiscountIsPercentValue', []); + + return parent::getDiscountIsPercentValue(); + } + + /** + * {@inheritDoc} + */ + public function getId() + { + if ($this->__isInitialized__ === false) { + return (int) parent::getId(); + } + + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); + + return parent::getId(); + } + + /** + * {@inheritDoc} + */ + public function setTravelArrivalPoint(\AppBundle\Entity\TravelArrivalPoint $travelArrivalPoint = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTravelArrivalPoint', [$travelArrivalPoint]); + + return parent::setTravelArrivalPoint($travelArrivalPoint); + } + + /** + * {@inheritDoc} + */ + public function getTravelArrivalPoint() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelArrivalPoint', []); + + return parent::getTravelArrivalPoint(); + } + + /** + * {@inheritDoc} + */ + public function setOrganizer(\AppBundle\Entity\TravelOrganizer $organizer = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOrganizer', [$organizer]); + + return parent::setOrganizer($organizer); + } + + /** + * {@inheritDoc} + */ + public function getOrganizer() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOrganizer', []); + + return parent::getOrganizer(); + } + + /** + * {@inheritDoc} + */ + public function setInsurance1(\AppBundle\Entity\TravelInsurance $insurance1 = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsurance1', [$insurance1]); + + return parent::setInsurance1($insurance1); + } + + /** + * {@inheritDoc} + */ + public function getInsurance1() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsurance1', []); + + return parent::getInsurance1(); + } + + /** + * {@inheritDoc} + */ + public function setInsurance2(\AppBundle\Entity\TravelInsurance $insurance2 = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsurance2', [$insurance2]); + + return parent::setInsurance2($insurance2); + } + + /** + * {@inheritDoc} + */ + public function getInsurance2() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsurance2', []); + + return parent::getInsurance2(); + } + + /** + * {@inheritDoc} + */ + public function setInsurance3(\AppBundle\Entity\TravelInsurance $insurance3 = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsurance3', [$insurance3]); + + return parent::setInsurance3($insurance3); + } + + /** + * {@inheritDoc} + */ + public function getInsurance3() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsurance3', []); + + return parent::getInsurance3(); + } + + /** + * {@inheritDoc} + */ + public function setInsurance4(\AppBundle\Entity\TravelInsurance $insurance4 = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInsurance4', [$insurance4]); + + return parent::setInsurance4($insurance4); + } + + /** + * {@inheritDoc} + */ + public function getInsurance4() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInsurance4', []); + + return parent::getInsurance4(); + } + + /** + * {@inheritDoc} + */ + public function setCategory(\AppBundle\Entity\TravelCategory $category = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategory', [$category]); + + return parent::setCategory($category); + } + + /** + * {@inheritDoc} + */ + public function getCategory() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); + + return parent::getCategory(); + } + + /** + * {@inheritDoc} + */ + public function setGeneralnote(\AppBundle\Entity\TravelGeneralNote $generalnote = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGeneralnote', [$generalnote]); + + return parent::setGeneralnote($generalnote); + } + + /** + * {@inheritDoc} + */ + public function getGeneralnote() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGeneralnote', []); + + return parent::getGeneralnote(); + } + + /** + * {@inheritDoc} + */ + public function addPeriod(\AppBundle\Entity\TravelPeriod $period) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPeriod', [$period]); + + return parent::addPeriod($period); + } + + /** + * {@inheritDoc} + */ + public function removePeriod(\AppBundle\Entity\TravelPeriod $period) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePeriod', [$period]); + + return parent::removePeriod($period); + } + + /** + * {@inheritDoc} + */ + public function getPeriods() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPeriods', []); + + return parent::getPeriods(); + } + + /** + * {@inheritDoc} + */ + public function addDraft(\AppBundle\Entity\TravelProgramDrafts $draft) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addDraft', [$draft]); + + return parent::addDraft($draft); + } + + /** + * {@inheritDoc} + */ + public function removeDraft(\AppBundle\Entity\TravelProgramDrafts $draft) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDraft', [$draft]); + + return parent::removeDraft($draft); + } + + /** + * {@inheritDoc} + */ + public function getDrafts() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDrafts', []); + + return parent::getDrafts(); + } + + /** + * {@inheritDoc} + */ + public function getIsMediated() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsMediated', []); + + return parent::getIsMediated(); + } + + /** + * {@inheritDoc} + */ + public function addDeparture(\AppBundle\Entity\TravelDeparturePoint $departure) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addDeparture', [$departure]); + + return parent::addDeparture($departure); + } + + /** + * {@inheritDoc} + */ + public function removeDeparture(\AppBundle\Entity\TravelDeparturePoint $departure) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDeparture', [$departure]); + + return parent::removeDeparture($departure); + } + + /** + * {@inheritDoc} + */ + public function getDepartures() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDepartures', []); + + return parent::getDepartures(); + } + + /** + * {@inheritDoc} + */ + public function addCountry(\AppBundle\Entity\TravelCountry $country) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCountry', [$country]); + + return parent::addCountry($country); + } + + /** + * {@inheritDoc} + */ + public function removeCountry(\AppBundle\Entity\TravelCountry $country) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCountry', [$country]); + + return parent::removeCountry($country); + } + + /** + * {@inheritDoc} + */ + public function getCountries() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCountries', []); + + return parent::getCountries(); + } + + /** + * {@inheritDoc} + */ + public function addImage(\AppBundle\Entity\TravelProgramImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addImage', [$image]); + + return parent::addImage($image); + } + + /** + * {@inheritDoc} + */ + public function removeImage(\AppBundle\Entity\TravelProgramImage $image) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeImage', [$image]); + + return parent::removeImage($image); + } + + /** + * {@inheritDoc} + */ + public function getImages() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getImages', []); + + return parent::getImages(); + } + + /** + * {@inheritDoc} + */ + public function addTravelDateFromNonSeasonTravelPeriod($key, \AppBundle\Entity\TravelPeriod $travelPeriod, \AppBundle\Entity\FlightPeriod $flightPeriod = NULL, $currencyFactor) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addTravelDateFromNonSeasonTravelPeriod', [$key, $travelPeriod, $flightPeriod, $currencyFactor]); + + return parent::addTravelDateFromNonSeasonTravelPeriod($key, $travelPeriod, $flightPeriod, $currencyFactor); + } + + /** + * {@inheritDoc} + */ + public function addTravelDateFromSeasonTravelPeriod($key, \AppBundle\Entity\TravelPeriod $travelPeriod, $index, \DateTime $start, \DateTime $end = NULL, \AppBundle\Entity\FlightPeriod $flightPeriod = NULL, $currencyFactor) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addTravelDateFromSeasonTravelPeriod', [$key, $travelPeriod, $index, $start, $end, $flightPeriod, $currencyFactor]); + + return parent::addTravelDateFromSeasonTravelPeriod($key, $travelPeriod, $index, $start, $end, $flightPeriod, $currencyFactor); + } + + /** + * {@inheritDoc} + */ + public function addTravelDate($key, \AppBundle\Entity\TravelPeriod $travelPeriod, \AppBundle\Entity\FlightPeriod $flightPeriod = NULL, $currencyFactor, \DateTime $start = NULL, \DateTime $end = NULL, $index = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addTravelDate', [$key, $travelPeriod, $flightPeriod, $currencyFactor, $start, $end, $index]); + + return parent::addTravelDate($key, $travelPeriod, $flightPeriod, $currencyFactor, $start, $end, $index); + } + + /** + * {@inheritDoc} + */ + public function hasTravelDate($key) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'hasTravelDate', [$key]); + + return parent::hasTravelDate($key); + } + + /** + * {@inheritDoc} + */ + public function getTravelDate($key) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelDate', [$key]); + + return parent::getTravelDate($key); + } + + /** + * {@inheritDoc} + */ + public function getTravelDates() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTravelDates', []); + + return parent::getTravelDates(); + } + + /** + * {@inheritDoc} + */ + public function hasTravelDates() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'hasTravelDates', []); + + return parent::hasTravelDates(); + } + + /** + * {@inheritDoc} + */ + public function getIsPossibleStartDate(\DateTime $startDate) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsPossibleStartDate', [$startDate]); + + return parent::getIsPossibleStartDate($startDate); + } + + /** + * {@inheritDoc} + */ + public function getLowestPrice() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLowestPrice', []); + + return parent::getLowestPrice(); + } + + /** + * {@inheritDoc} + */ + public function addOption(\AppBundle\Entity\TravelOption $option) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addOption', [$option]); + + return parent::addOption($option); + } + + /** + * {@inheritDoc} + */ + public function removeOption(\AppBundle\Entity\TravelOption $option) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeOption', [$option]); + + return parent::removeOption($option); + } + + /** + * {@inheritDoc} + */ + public function getOptions() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getOptions', []); + + return parent::getOptions(); + } + + /** + * {@inheritDoc} + */ + public function getPreviewImage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviewImage', []); + + return parent::getPreviewImage(); + } + + /** + * {@inheritDoc} + */ + public function setPage(\AppBundle\Entity\Page $page = NULL) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPage', [$page]); + + return parent::setPage($page); + } + + /** + * {@inheritDoc} + */ + public function getPage() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPage', []); + + return parent::getPage(); + } + + /** + * {@inheritDoc} + */ + public function getHasMap() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHasMap', []); + + return parent::getHasMap(); + } + + /** + * {@inheritDoc} + */ + public function addDestination(\AppBundle\Entity\TravelDestination $destination) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'addDestination', [$destination]); + + return parent::addDestination($destination); + } + + /** + * {@inheritDoc} + */ + public function removeDestination(\AppBundle\Entity\TravelDestination $destination) + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDestination', [$destination]); + + return parent::removeDestination($destination); + } + + /** + * {@inheritDoc} + */ + public function getDestinations() + { + + $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDestinations', []); + + return parent::getDestinations(); + } + +} diff --git a/var/cache/dev/profiler/00/52/e05200 b/var/cache/dev/profiler/00/52/e05200 new file mode 100644 index 00000000..e15218f0 Binary files /dev/null and b/var/cache/dev/profiler/00/52/e05200 differ diff --git a/var/cache/dev/profiler/00/67/d26700 b/var/cache/dev/profiler/00/67/d26700 new file mode 100644 index 00000000..b22fd464 Binary files /dev/null and b/var/cache/dev/profiler/00/67/d26700 differ diff --git a/var/cache/dev/profiler/00/76/947600 b/var/cache/dev/profiler/00/76/947600 new file mode 100644 index 00000000..6105e9cf Binary files /dev/null and b/var/cache/dev/profiler/00/76/947600 differ diff --git a/var/cache/dev/profiler/01/4e/004e01 b/var/cache/dev/profiler/01/4e/004e01 new file mode 100644 index 00000000..68a12cd7 Binary files /dev/null and b/var/cache/dev/profiler/01/4e/004e01 differ diff --git a/var/cache/dev/profiler/02/35/e53502 b/var/cache/dev/profiler/02/35/e53502 new file mode 100644 index 00000000..0a9e736f Binary files /dev/null and b/var/cache/dev/profiler/02/35/e53502 differ diff --git a/var/cache/dev/profiler/02/a0/88a002 b/var/cache/dev/profiler/02/a0/88a002 new file mode 100644 index 00000000..e35b4feb Binary files /dev/null and b/var/cache/dev/profiler/02/a0/88a002 differ diff --git a/var/cache/dev/profiler/03/2a/262a03 b/var/cache/dev/profiler/03/2a/262a03 new file mode 100644 index 00000000..4c039cdd Binary files /dev/null and b/var/cache/dev/profiler/03/2a/262a03 differ diff --git a/var/cache/dev/profiler/03/52/d65203 b/var/cache/dev/profiler/03/52/d65203 new file mode 100644 index 00000000..1c17082b Binary files /dev/null and b/var/cache/dev/profiler/03/52/d65203 differ diff --git a/var/cache/dev/profiler/04/66/1b6604 b/var/cache/dev/profiler/04/66/1b6604 new file mode 100644 index 00000000..205e05a2 Binary files /dev/null and b/var/cache/dev/profiler/04/66/1b6604 differ diff --git a/var/cache/dev/profiler/05/e4/1ae405 b/var/cache/dev/profiler/05/e4/1ae405 new file mode 100644 index 00000000..7562e3ba Binary files /dev/null and b/var/cache/dev/profiler/05/e4/1ae405 differ diff --git a/var/cache/dev/profiler/06/92/769206 b/var/cache/dev/profiler/06/92/769206 new file mode 100644 index 00000000..0bbe0d7f Binary files /dev/null and b/var/cache/dev/profiler/06/92/769206 differ diff --git a/var/cache/dev/profiler/07/5b/895b07 b/var/cache/dev/profiler/07/5b/895b07 new file mode 100644 index 00000000..68c01bdb Binary files /dev/null and b/var/cache/dev/profiler/07/5b/895b07 differ diff --git a/var/cache/dev/profiler/09/26/332609 b/var/cache/dev/profiler/09/26/332609 new file mode 100644 index 00000000..2f93a251 Binary files /dev/null and b/var/cache/dev/profiler/09/26/332609 differ diff --git a/var/cache/dev/profiler/09/e5/e2e509 b/var/cache/dev/profiler/09/e5/e2e509 new file mode 100644 index 00000000..d8cabea3 Binary files /dev/null and b/var/cache/dev/profiler/09/e5/e2e509 differ diff --git a/var/cache/dev/profiler/09/fb/e7fb09 b/var/cache/dev/profiler/09/fb/e7fb09 new file mode 100644 index 00000000..41eebabe Binary files /dev/null and b/var/cache/dev/profiler/09/fb/e7fb09 differ diff --git a/var/cache/dev/profiler/0a/23/df230a b/var/cache/dev/profiler/0a/23/df230a new file mode 100644 index 00000000..2e9f714c Binary files /dev/null and b/var/cache/dev/profiler/0a/23/df230a differ diff --git a/var/cache/dev/profiler/0a/fc/0bfc0a b/var/cache/dev/profiler/0a/fc/0bfc0a new file mode 100644 index 00000000..d534b6c6 Binary files /dev/null and b/var/cache/dev/profiler/0a/fc/0bfc0a differ diff --git a/var/cache/dev/profiler/0b/b3/61b30b b/var/cache/dev/profiler/0b/b3/61b30b new file mode 100644 index 00000000..04b87098 Binary files /dev/null and b/var/cache/dev/profiler/0b/b3/61b30b differ diff --git a/var/cache/dev/profiler/0b/b4/d5b40b b/var/cache/dev/profiler/0b/b4/d5b40b new file mode 100644 index 00000000..dad905f2 Binary files /dev/null and b/var/cache/dev/profiler/0b/b4/d5b40b differ diff --git a/var/cache/dev/profiler/0c/04/fb040c b/var/cache/dev/profiler/0c/04/fb040c new file mode 100644 index 00000000..dfd9734e Binary files /dev/null and b/var/cache/dev/profiler/0c/04/fb040c differ diff --git a/var/cache/dev/profiler/0c/41/6f410c b/var/cache/dev/profiler/0c/41/6f410c new file mode 100644 index 00000000..ea9c0709 Binary files /dev/null and b/var/cache/dev/profiler/0c/41/6f410c differ diff --git a/var/cache/dev/profiler/0c/4d/634d0c b/var/cache/dev/profiler/0c/4d/634d0c new file mode 100644 index 00000000..dece760e Binary files /dev/null and b/var/cache/dev/profiler/0c/4d/634d0c differ diff --git a/var/cache/dev/profiler/0c/6e/5c6e0c b/var/cache/dev/profiler/0c/6e/5c6e0c new file mode 100644 index 00000000..fcfd8f8a Binary files /dev/null and b/var/cache/dev/profiler/0c/6e/5c6e0c differ diff --git a/var/cache/dev/profiler/0c/79/a3790c b/var/cache/dev/profiler/0c/79/a3790c new file mode 100644 index 00000000..5064187f Binary files /dev/null and b/var/cache/dev/profiler/0c/79/a3790c differ diff --git a/var/cache/dev/profiler/0d/ad/44ad0d b/var/cache/dev/profiler/0d/ad/44ad0d new file mode 100644 index 00000000..613a44ee Binary files /dev/null and b/var/cache/dev/profiler/0d/ad/44ad0d differ diff --git a/var/cache/dev/profiler/0e/b2/64b20e b/var/cache/dev/profiler/0e/b2/64b20e new file mode 100644 index 00000000..4d9aff4e Binary files /dev/null and b/var/cache/dev/profiler/0e/b2/64b20e differ diff --git a/var/cache/dev/profiler/0f/c5/a4c50f b/var/cache/dev/profiler/0f/c5/a4c50f new file mode 100644 index 00000000..48095d77 Binary files /dev/null and b/var/cache/dev/profiler/0f/c5/a4c50f differ diff --git a/var/cache/dev/profiler/11/6a/866a11 b/var/cache/dev/profiler/11/6a/866a11 new file mode 100644 index 00000000..c23a5294 Binary files /dev/null and b/var/cache/dev/profiler/11/6a/866a11 differ diff --git a/var/cache/dev/profiler/11/a2/5ba211 b/var/cache/dev/profiler/11/a2/5ba211 new file mode 100644 index 00000000..4898c3cb Binary files /dev/null and b/var/cache/dev/profiler/11/a2/5ba211 differ diff --git a/var/cache/dev/profiler/12/6a/ad6a12 b/var/cache/dev/profiler/12/6a/ad6a12 new file mode 100644 index 00000000..a205a12e Binary files /dev/null and b/var/cache/dev/profiler/12/6a/ad6a12 differ diff --git a/var/cache/dev/profiler/14/e6/02e614 b/var/cache/dev/profiler/14/e6/02e614 new file mode 100644 index 00000000..72c0ebf7 Binary files /dev/null and b/var/cache/dev/profiler/14/e6/02e614 differ diff --git a/var/cache/dev/profiler/15/4b/724b15 b/var/cache/dev/profiler/15/4b/724b15 new file mode 100644 index 00000000..b85d3afd Binary files /dev/null and b/var/cache/dev/profiler/15/4b/724b15 differ diff --git a/var/cache/dev/profiler/15/cc/6acc15 b/var/cache/dev/profiler/15/cc/6acc15 new file mode 100644 index 00000000..47f368b0 Binary files /dev/null and b/var/cache/dev/profiler/15/cc/6acc15 differ diff --git a/var/cache/dev/profiler/16/41/704116 b/var/cache/dev/profiler/16/41/704116 new file mode 100644 index 00000000..660c3049 Binary files /dev/null and b/var/cache/dev/profiler/16/41/704116 differ diff --git a/var/cache/dev/profiler/17/2a/5c2a17 b/var/cache/dev/profiler/17/2a/5c2a17 new file mode 100644 index 00000000..aa41275a Binary files /dev/null and b/var/cache/dev/profiler/17/2a/5c2a17 differ diff --git a/var/cache/dev/profiler/17/b2/fdb217 b/var/cache/dev/profiler/17/b2/fdb217 new file mode 100644 index 00000000..b1dd56e6 Binary files /dev/null and b/var/cache/dev/profiler/17/b2/fdb217 differ diff --git a/var/cache/dev/profiler/18/4a/284a18 b/var/cache/dev/profiler/18/4a/284a18 new file mode 100644 index 00000000..ac4c9c47 Binary files /dev/null and b/var/cache/dev/profiler/18/4a/284a18 differ diff --git a/var/cache/dev/profiler/18/76/597618 b/var/cache/dev/profiler/18/76/597618 new file mode 100644 index 00000000..8c88ed5d Binary files /dev/null and b/var/cache/dev/profiler/18/76/597618 differ diff --git a/var/cache/dev/profiler/18/85/e38518 b/var/cache/dev/profiler/18/85/e38518 new file mode 100644 index 00000000..86a8a00b Binary files /dev/null and b/var/cache/dev/profiler/18/85/e38518 differ diff --git a/var/cache/dev/profiler/18/a9/67a918 b/var/cache/dev/profiler/18/a9/67a918 new file mode 100644 index 00000000..ffe90350 Binary files /dev/null and b/var/cache/dev/profiler/18/a9/67a918 differ diff --git a/var/cache/dev/profiler/18/f9/51f918 b/var/cache/dev/profiler/18/f9/51f918 new file mode 100644 index 00000000..bc80880e Binary files /dev/null and b/var/cache/dev/profiler/18/f9/51f918 differ diff --git a/var/cache/dev/profiler/19/22/162219 b/var/cache/dev/profiler/19/22/162219 new file mode 100644 index 00000000..2d02a419 Binary files /dev/null and b/var/cache/dev/profiler/19/22/162219 differ diff --git a/var/cache/dev/profiler/1a/63/6e631a b/var/cache/dev/profiler/1a/63/6e631a new file mode 100644 index 00000000..b51d2c06 Binary files /dev/null and b/var/cache/dev/profiler/1a/63/6e631a differ diff --git a/var/cache/dev/profiler/1a/e8/f0e81a b/var/cache/dev/profiler/1a/e8/f0e81a new file mode 100644 index 00000000..279a915d Binary files /dev/null and b/var/cache/dev/profiler/1a/e8/f0e81a differ diff --git a/var/cache/dev/profiler/1a/ea/7cea1a b/var/cache/dev/profiler/1a/ea/7cea1a new file mode 100644 index 00000000..b595d2d9 Binary files /dev/null and b/var/cache/dev/profiler/1a/ea/7cea1a differ diff --git a/var/cache/dev/profiler/1a/eb/1aeb1a b/var/cache/dev/profiler/1a/eb/1aeb1a new file mode 100644 index 00000000..3effe8b8 Binary files /dev/null and b/var/cache/dev/profiler/1a/eb/1aeb1a differ diff --git a/var/cache/dev/profiler/1b/5d/275d1b b/var/cache/dev/profiler/1b/5d/275d1b new file mode 100644 index 00000000..fb60aed1 Binary files /dev/null and b/var/cache/dev/profiler/1b/5d/275d1b differ diff --git a/var/cache/dev/profiler/1b/73/a1731b b/var/cache/dev/profiler/1b/73/a1731b new file mode 100644 index 00000000..96d8c52b Binary files /dev/null and b/var/cache/dev/profiler/1b/73/a1731b differ diff --git a/var/cache/dev/profiler/1b/a6/0aa61b b/var/cache/dev/profiler/1b/a6/0aa61b new file mode 100644 index 00000000..051a1f41 Binary files /dev/null and b/var/cache/dev/profiler/1b/a6/0aa61b differ diff --git a/var/cache/dev/profiler/1c/85/d9851c b/var/cache/dev/profiler/1c/85/d9851c new file mode 100644 index 00000000..c3d5005e Binary files /dev/null and b/var/cache/dev/profiler/1c/85/d9851c differ diff --git a/var/cache/dev/profiler/1e/0f/150f1e b/var/cache/dev/profiler/1e/0f/150f1e new file mode 100644 index 00000000..19439787 Binary files /dev/null and b/var/cache/dev/profiler/1e/0f/150f1e differ diff --git a/var/cache/dev/profiler/1e/35/b5351e b/var/cache/dev/profiler/1e/35/b5351e new file mode 100644 index 00000000..b207c313 Binary files /dev/null and b/var/cache/dev/profiler/1e/35/b5351e differ diff --git a/var/cache/dev/profiler/1e/e6/f4e61e b/var/cache/dev/profiler/1e/e6/f4e61e new file mode 100644 index 00000000..02d830f3 Binary files /dev/null and b/var/cache/dev/profiler/1e/e6/f4e61e differ diff --git a/var/cache/dev/profiler/1e/f8/c7f81e b/var/cache/dev/profiler/1e/f8/c7f81e new file mode 100644 index 00000000..00e1ff0f Binary files /dev/null and b/var/cache/dev/profiler/1e/f8/c7f81e differ diff --git a/var/cache/dev/profiler/20/dd/2bdd20 b/var/cache/dev/profiler/20/dd/2bdd20 new file mode 100644 index 00000000..ecc1e092 Binary files /dev/null and b/var/cache/dev/profiler/20/dd/2bdd20 differ diff --git a/var/cache/dev/profiler/21/bb/d5bb21 b/var/cache/dev/profiler/21/bb/d5bb21 new file mode 100644 index 00000000..1b5cbdf0 Binary files /dev/null and b/var/cache/dev/profiler/21/bb/d5bb21 differ diff --git a/var/cache/dev/profiler/24/3b/873b24 b/var/cache/dev/profiler/24/3b/873b24 new file mode 100644 index 00000000..8f1351ee Binary files /dev/null and b/var/cache/dev/profiler/24/3b/873b24 differ diff --git a/var/cache/dev/profiler/24/97/529724 b/var/cache/dev/profiler/24/97/529724 new file mode 100644 index 00000000..ee1ff2be Binary files /dev/null and b/var/cache/dev/profiler/24/97/529724 differ diff --git a/var/cache/dev/profiler/25/ba/d1ba25 b/var/cache/dev/profiler/25/ba/d1ba25 new file mode 100644 index 00000000..c5ce10de Binary files /dev/null and b/var/cache/dev/profiler/25/ba/d1ba25 differ diff --git a/var/cache/dev/profiler/25/f1/05f125 b/var/cache/dev/profiler/25/f1/05f125 new file mode 100644 index 00000000..7869de49 Binary files /dev/null and b/var/cache/dev/profiler/25/f1/05f125 differ diff --git a/var/cache/dev/profiler/26/b6/33b626 b/var/cache/dev/profiler/26/b6/33b626 new file mode 100644 index 00000000..82a03068 Binary files /dev/null and b/var/cache/dev/profiler/26/b6/33b626 differ diff --git a/var/cache/dev/profiler/27/c3/2dc327 b/var/cache/dev/profiler/27/c3/2dc327 new file mode 100644 index 00000000..c52a0dcb Binary files /dev/null and b/var/cache/dev/profiler/27/c3/2dc327 differ diff --git a/var/cache/dev/profiler/27/da/98da27 b/var/cache/dev/profiler/27/da/98da27 new file mode 100644 index 00000000..fa98d164 Binary files /dev/null and b/var/cache/dev/profiler/27/da/98da27 differ diff --git a/var/cache/dev/profiler/28/2e/d32e28 b/var/cache/dev/profiler/28/2e/d32e28 new file mode 100644 index 00000000..5f876dd2 Binary files /dev/null and b/var/cache/dev/profiler/28/2e/d32e28 differ diff --git a/var/cache/dev/profiler/28/d9/d0d928 b/var/cache/dev/profiler/28/d9/d0d928 new file mode 100644 index 00000000..ee82b6e1 Binary files /dev/null and b/var/cache/dev/profiler/28/d9/d0d928 differ diff --git a/var/cache/dev/profiler/29/1c/c11c29 b/var/cache/dev/profiler/29/1c/c11c29 new file mode 100644 index 00000000..38eea89e Binary files /dev/null and b/var/cache/dev/profiler/29/1c/c11c29 differ diff --git a/var/cache/dev/profiler/29/84/c88429 b/var/cache/dev/profiler/29/84/c88429 new file mode 100644 index 00000000..40a1c31e Binary files /dev/null and b/var/cache/dev/profiler/29/84/c88429 differ diff --git a/var/cache/dev/profiler/2a/85/ff852a b/var/cache/dev/profiler/2a/85/ff852a new file mode 100644 index 00000000..bf7525a0 Binary files /dev/null and b/var/cache/dev/profiler/2a/85/ff852a differ diff --git a/var/cache/dev/profiler/2b/33/76332b b/var/cache/dev/profiler/2b/33/76332b new file mode 100644 index 00000000..0f723b3b Binary files /dev/null and b/var/cache/dev/profiler/2b/33/76332b differ diff --git a/var/cache/dev/profiler/2b/a9/eda92b b/var/cache/dev/profiler/2b/a9/eda92b new file mode 100644 index 00000000..a3f982fb Binary files /dev/null and b/var/cache/dev/profiler/2b/a9/eda92b differ diff --git a/var/cache/dev/profiler/2c/4a/564a2c b/var/cache/dev/profiler/2c/4a/564a2c new file mode 100644 index 00000000..872a6199 Binary files /dev/null and b/var/cache/dev/profiler/2c/4a/564a2c differ diff --git a/var/cache/dev/profiler/2c/e3/fee32c b/var/cache/dev/profiler/2c/e3/fee32c new file mode 100644 index 00000000..911b738b Binary files /dev/null and b/var/cache/dev/profiler/2c/e3/fee32c differ diff --git a/var/cache/dev/profiler/2d/84/9e842d b/var/cache/dev/profiler/2d/84/9e842d new file mode 100644 index 00000000..d08798c0 Binary files /dev/null and b/var/cache/dev/profiler/2d/84/9e842d differ diff --git a/var/cache/dev/profiler/2d/cd/a1cd2d b/var/cache/dev/profiler/2d/cd/a1cd2d new file mode 100644 index 00000000..13ca20bc Binary files /dev/null and b/var/cache/dev/profiler/2d/cd/a1cd2d differ diff --git a/var/cache/dev/profiler/2e/31/76312e b/var/cache/dev/profiler/2e/31/76312e new file mode 100644 index 00000000..f1d2efc6 Binary files /dev/null and b/var/cache/dev/profiler/2e/31/76312e differ diff --git a/var/cache/dev/profiler/2e/49/6c492e b/var/cache/dev/profiler/2e/49/6c492e new file mode 100644 index 00000000..3aeb0bce Binary files /dev/null and b/var/cache/dev/profiler/2e/49/6c492e differ diff --git a/var/cache/dev/profiler/2e/b2/55b22e b/var/cache/dev/profiler/2e/b2/55b22e new file mode 100644 index 00000000..f1268b60 Binary files /dev/null and b/var/cache/dev/profiler/2e/b2/55b22e differ diff --git a/var/cache/dev/profiler/2e/c0/a1c02e b/var/cache/dev/profiler/2e/c0/a1c02e new file mode 100644 index 00000000..575c398d Binary files /dev/null and b/var/cache/dev/profiler/2e/c0/a1c02e differ diff --git a/var/cache/dev/profiler/2f/6c/956c2f b/var/cache/dev/profiler/2f/6c/956c2f new file mode 100644 index 00000000..3e6994cb Binary files /dev/null and b/var/cache/dev/profiler/2f/6c/956c2f differ diff --git a/var/cache/dev/profiler/2f/83/0a832f b/var/cache/dev/profiler/2f/83/0a832f new file mode 100644 index 00000000..08f4d62b Binary files /dev/null and b/var/cache/dev/profiler/2f/83/0a832f differ diff --git a/var/cache/dev/profiler/2f/b7/a2b72f b/var/cache/dev/profiler/2f/b7/a2b72f new file mode 100644 index 00000000..f4bf01b3 Binary files /dev/null and b/var/cache/dev/profiler/2f/b7/a2b72f differ diff --git a/var/cache/dev/profiler/2f/ba/e9ba2f b/var/cache/dev/profiler/2f/ba/e9ba2f new file mode 100644 index 00000000..8213c12f Binary files /dev/null and b/var/cache/dev/profiler/2f/ba/e9ba2f differ diff --git a/var/cache/dev/profiler/30/91/259130 b/var/cache/dev/profiler/30/91/259130 new file mode 100644 index 00000000..2b6e9235 Binary files /dev/null and b/var/cache/dev/profiler/30/91/259130 differ diff --git a/var/cache/dev/profiler/30/c4/7bc430 b/var/cache/dev/profiler/30/c4/7bc430 new file mode 100644 index 00000000..2eccfb83 Binary files /dev/null and b/var/cache/dev/profiler/30/c4/7bc430 differ diff --git a/var/cache/dev/profiler/31/c0/4fc031 b/var/cache/dev/profiler/31/c0/4fc031 new file mode 100644 index 00000000..6571f6a5 Binary files /dev/null and b/var/cache/dev/profiler/31/c0/4fc031 differ diff --git a/var/cache/dev/profiler/32/ba/afba32 b/var/cache/dev/profiler/32/ba/afba32 new file mode 100644 index 00000000..ba4f5e0c Binary files /dev/null and b/var/cache/dev/profiler/32/ba/afba32 differ diff --git a/var/cache/dev/profiler/33/54/a15433 b/var/cache/dev/profiler/33/54/a15433 new file mode 100644 index 00000000..5f3fc6e7 Binary files /dev/null and b/var/cache/dev/profiler/33/54/a15433 differ diff --git a/var/cache/dev/profiler/33/86/0d8633 b/var/cache/dev/profiler/33/86/0d8633 new file mode 100644 index 00000000..b7becf35 Binary files /dev/null and b/var/cache/dev/profiler/33/86/0d8633 differ diff --git a/var/cache/dev/profiler/33/f2/e3f233 b/var/cache/dev/profiler/33/f2/e3f233 new file mode 100644 index 00000000..085ab7cc Binary files /dev/null and b/var/cache/dev/profiler/33/f2/e3f233 differ diff --git a/var/cache/dev/profiler/34/c7/0dc734 b/var/cache/dev/profiler/34/c7/0dc734 new file mode 100644 index 00000000..a3725eb9 Binary files /dev/null and b/var/cache/dev/profiler/34/c7/0dc734 differ diff --git a/var/cache/dev/profiler/36/10/7f1036 b/var/cache/dev/profiler/36/10/7f1036 new file mode 100644 index 00000000..5a5a1944 Binary files /dev/null and b/var/cache/dev/profiler/36/10/7f1036 differ diff --git a/var/cache/dev/profiler/36/3d/e53d36 b/var/cache/dev/profiler/36/3d/e53d36 new file mode 100644 index 00000000..d00a87bb Binary files /dev/null and b/var/cache/dev/profiler/36/3d/e53d36 differ diff --git a/var/cache/dev/profiler/36/7a/567a36 b/var/cache/dev/profiler/36/7a/567a36 new file mode 100644 index 00000000..1a36a902 Binary files /dev/null and b/var/cache/dev/profiler/36/7a/567a36 differ diff --git a/var/cache/dev/profiler/36/e9/dbe936 b/var/cache/dev/profiler/36/e9/dbe936 new file mode 100644 index 00000000..79b530fe Binary files /dev/null and b/var/cache/dev/profiler/36/e9/dbe936 differ diff --git a/var/cache/dev/profiler/37/31/3f3137 b/var/cache/dev/profiler/37/31/3f3137 new file mode 100644 index 00000000..5067e192 Binary files /dev/null and b/var/cache/dev/profiler/37/31/3f3137 differ diff --git a/var/cache/dev/profiler/37/74/aa7437 b/var/cache/dev/profiler/37/74/aa7437 new file mode 100644 index 00000000..d83d38c8 Binary files /dev/null and b/var/cache/dev/profiler/37/74/aa7437 differ diff --git a/var/cache/dev/profiler/38/0c/470c38 b/var/cache/dev/profiler/38/0c/470c38 new file mode 100644 index 00000000..1f0eadd6 Binary files /dev/null and b/var/cache/dev/profiler/38/0c/470c38 differ diff --git a/var/cache/dev/profiler/38/28/d72838 b/var/cache/dev/profiler/38/28/d72838 new file mode 100644 index 00000000..8fa04343 Binary files /dev/null and b/var/cache/dev/profiler/38/28/d72838 differ diff --git a/var/cache/dev/profiler/38/38/c83838 b/var/cache/dev/profiler/38/38/c83838 new file mode 100644 index 00000000..f2ed3ea3 Binary files /dev/null and b/var/cache/dev/profiler/38/38/c83838 differ diff --git a/var/cache/dev/profiler/38/64/fa6438 b/var/cache/dev/profiler/38/64/fa6438 new file mode 100644 index 00000000..2bccaf77 Binary files /dev/null and b/var/cache/dev/profiler/38/64/fa6438 differ diff --git a/var/cache/dev/profiler/38/f8/b3f838 b/var/cache/dev/profiler/38/f8/b3f838 new file mode 100644 index 00000000..6e1d2a01 Binary files /dev/null and b/var/cache/dev/profiler/38/f8/b3f838 differ diff --git a/var/cache/dev/profiler/39/af/beaf39 b/var/cache/dev/profiler/39/af/beaf39 new file mode 100644 index 00000000..72286ba3 Binary files /dev/null and b/var/cache/dev/profiler/39/af/beaf39 differ diff --git a/var/cache/dev/profiler/3a/30/23303a b/var/cache/dev/profiler/3a/30/23303a new file mode 100644 index 00000000..07ead85f Binary files /dev/null and b/var/cache/dev/profiler/3a/30/23303a differ diff --git a/var/cache/dev/profiler/3a/ba/daba3a b/var/cache/dev/profiler/3a/ba/daba3a new file mode 100644 index 00000000..93e59fa9 Binary files /dev/null and b/var/cache/dev/profiler/3a/ba/daba3a differ diff --git a/var/cache/dev/profiler/3b/4c/fb4c3b b/var/cache/dev/profiler/3b/4c/fb4c3b new file mode 100644 index 00000000..e51e1dd8 Binary files /dev/null and b/var/cache/dev/profiler/3b/4c/fb4c3b differ diff --git a/var/cache/dev/profiler/3b/d8/c1d83b b/var/cache/dev/profiler/3b/d8/c1d83b new file mode 100644 index 00000000..535e871f Binary files /dev/null and b/var/cache/dev/profiler/3b/d8/c1d83b differ diff --git a/var/cache/dev/profiler/3c/c9/3fc93c b/var/cache/dev/profiler/3c/c9/3fc93c new file mode 100644 index 00000000..0c947319 Binary files /dev/null and b/var/cache/dev/profiler/3c/c9/3fc93c differ diff --git a/var/cache/dev/profiler/3f/6b/826b3f b/var/cache/dev/profiler/3f/6b/826b3f new file mode 100644 index 00000000..0381e051 Binary files /dev/null and b/var/cache/dev/profiler/3f/6b/826b3f differ diff --git a/var/cache/dev/profiler/41/c3/c2c341 b/var/cache/dev/profiler/41/c3/c2c341 new file mode 100644 index 00000000..cb2966b6 Binary files /dev/null and b/var/cache/dev/profiler/41/c3/c2c341 differ diff --git a/var/cache/dev/profiler/43/36/663643 b/var/cache/dev/profiler/43/36/663643 new file mode 100644 index 00000000..7b3b8142 Binary files /dev/null and b/var/cache/dev/profiler/43/36/663643 differ diff --git a/var/cache/dev/profiler/43/da/0cda43 b/var/cache/dev/profiler/43/da/0cda43 new file mode 100644 index 00000000..12a9f3d9 Binary files /dev/null and b/var/cache/dev/profiler/43/da/0cda43 differ diff --git a/var/cache/dev/profiler/43/e5/9fe543 b/var/cache/dev/profiler/43/e5/9fe543 new file mode 100644 index 00000000..9be91cdb Binary files /dev/null and b/var/cache/dev/profiler/43/e5/9fe543 differ diff --git a/var/cache/dev/profiler/44/19/bc1944 b/var/cache/dev/profiler/44/19/bc1944 new file mode 100644 index 00000000..b5ec5725 Binary files /dev/null and b/var/cache/dev/profiler/44/19/bc1944 differ diff --git a/var/cache/dev/profiler/44/51/0d5144 b/var/cache/dev/profiler/44/51/0d5144 new file mode 100644 index 00000000..27930501 Binary files /dev/null and b/var/cache/dev/profiler/44/51/0d5144 differ diff --git a/var/cache/dev/profiler/44/f3/77f344 b/var/cache/dev/profiler/44/f3/77f344 new file mode 100644 index 00000000..9c95770a Binary files /dev/null and b/var/cache/dev/profiler/44/f3/77f344 differ diff --git a/var/cache/dev/profiler/45/12/0d1245 b/var/cache/dev/profiler/45/12/0d1245 new file mode 100644 index 00000000..58795503 Binary files /dev/null and b/var/cache/dev/profiler/45/12/0d1245 differ diff --git a/var/cache/dev/profiler/45/1b/4e1b45 b/var/cache/dev/profiler/45/1b/4e1b45 new file mode 100644 index 00000000..88a333b2 Binary files /dev/null and b/var/cache/dev/profiler/45/1b/4e1b45 differ diff --git a/var/cache/dev/profiler/45/76/487645 b/var/cache/dev/profiler/45/76/487645 new file mode 100644 index 00000000..1ae69ca0 Binary files /dev/null and b/var/cache/dev/profiler/45/76/487645 differ diff --git a/var/cache/dev/profiler/47/98/1f9847 b/var/cache/dev/profiler/47/98/1f9847 new file mode 100644 index 00000000..94c072a0 Binary files /dev/null and b/var/cache/dev/profiler/47/98/1f9847 differ diff --git a/var/cache/dev/profiler/47/d5/8bd547 b/var/cache/dev/profiler/47/d5/8bd547 new file mode 100644 index 00000000..f0ef6908 Binary files /dev/null and b/var/cache/dev/profiler/47/d5/8bd547 differ diff --git a/var/cache/dev/profiler/47/e1/d9e147 b/var/cache/dev/profiler/47/e1/d9e147 new file mode 100644 index 00000000..b4b43b8c Binary files /dev/null and b/var/cache/dev/profiler/47/e1/d9e147 differ diff --git a/var/cache/dev/profiler/48/e0/1ae048 b/var/cache/dev/profiler/48/e0/1ae048 new file mode 100644 index 00000000..b2023c38 Binary files /dev/null and b/var/cache/dev/profiler/48/e0/1ae048 differ diff --git a/var/cache/dev/profiler/49/17/911749 b/var/cache/dev/profiler/49/17/911749 new file mode 100644 index 00000000..5e43ae7e Binary files /dev/null and b/var/cache/dev/profiler/49/17/911749 differ diff --git a/var/cache/dev/profiler/49/40/354049 b/var/cache/dev/profiler/49/40/354049 new file mode 100644 index 00000000..8cacac57 Binary files /dev/null and b/var/cache/dev/profiler/49/40/354049 differ diff --git a/var/cache/dev/profiler/49/c6/80c649 b/var/cache/dev/profiler/49/c6/80c649 new file mode 100644 index 00000000..5ad4293a Binary files /dev/null and b/var/cache/dev/profiler/49/c6/80c649 differ diff --git a/var/cache/dev/profiler/49/f9/54f949 b/var/cache/dev/profiler/49/f9/54f949 new file mode 100644 index 00000000..9507db35 Binary files /dev/null and b/var/cache/dev/profiler/49/f9/54f949 differ diff --git a/var/cache/dev/profiler/4a/0b/260b4a b/var/cache/dev/profiler/4a/0b/260b4a new file mode 100644 index 00000000..dfed320d Binary files /dev/null and b/var/cache/dev/profiler/4a/0b/260b4a differ diff --git a/var/cache/dev/profiler/4a/4d/af4d4a b/var/cache/dev/profiler/4a/4d/af4d4a new file mode 100644 index 00000000..535c302f Binary files /dev/null and b/var/cache/dev/profiler/4a/4d/af4d4a differ diff --git a/var/cache/dev/profiler/4a/d9/34d94a b/var/cache/dev/profiler/4a/d9/34d94a new file mode 100644 index 00000000..e55c3d6e Binary files /dev/null and b/var/cache/dev/profiler/4a/d9/34d94a differ diff --git a/var/cache/dev/profiler/4b/ba/5fba4b b/var/cache/dev/profiler/4b/ba/5fba4b new file mode 100644 index 00000000..29c8acec Binary files /dev/null and b/var/cache/dev/profiler/4b/ba/5fba4b differ diff --git a/var/cache/dev/profiler/4b/e7/e9e74b b/var/cache/dev/profiler/4b/e7/e9e74b new file mode 100644 index 00000000..7d8ca9b0 Binary files /dev/null and b/var/cache/dev/profiler/4b/e7/e9e74b differ diff --git a/var/cache/dev/profiler/4c/0c/060c4c b/var/cache/dev/profiler/4c/0c/060c4c new file mode 100644 index 00000000..bf035248 Binary files /dev/null and b/var/cache/dev/profiler/4c/0c/060c4c differ diff --git a/var/cache/dev/profiler/4c/b4/c9b44c b/var/cache/dev/profiler/4c/b4/c9b44c new file mode 100644 index 00000000..5bf765a3 Binary files /dev/null and b/var/cache/dev/profiler/4c/b4/c9b44c differ diff --git a/var/cache/dev/profiler/4d/3f/913f4d b/var/cache/dev/profiler/4d/3f/913f4d new file mode 100644 index 00000000..a6dcf52d Binary files /dev/null and b/var/cache/dev/profiler/4d/3f/913f4d differ diff --git a/var/cache/dev/profiler/4e/05/73054e b/var/cache/dev/profiler/4e/05/73054e new file mode 100644 index 00000000..1b04a175 Binary files /dev/null and b/var/cache/dev/profiler/4e/05/73054e differ diff --git a/var/cache/dev/profiler/4e/aa/9eaa4e b/var/cache/dev/profiler/4e/aa/9eaa4e new file mode 100644 index 00000000..68042461 Binary files /dev/null and b/var/cache/dev/profiler/4e/aa/9eaa4e differ diff --git a/var/cache/dev/profiler/4f/07/31074f b/var/cache/dev/profiler/4f/07/31074f new file mode 100644 index 00000000..4b03bbfd Binary files /dev/null and b/var/cache/dev/profiler/4f/07/31074f differ diff --git a/var/cache/dev/profiler/4f/09/7a094f b/var/cache/dev/profiler/4f/09/7a094f new file mode 100644 index 00000000..8eadbeeb Binary files /dev/null and b/var/cache/dev/profiler/4f/09/7a094f differ diff --git a/var/cache/dev/profiler/4f/b7/abb74f b/var/cache/dev/profiler/4f/b7/abb74f new file mode 100644 index 00000000..eb213c92 Binary files /dev/null and b/var/cache/dev/profiler/4f/b7/abb74f differ diff --git a/var/cache/dev/profiler/50/06/ec0650 b/var/cache/dev/profiler/50/06/ec0650 new file mode 100644 index 00000000..f080f3db Binary files /dev/null and b/var/cache/dev/profiler/50/06/ec0650 differ diff --git a/var/cache/dev/profiler/50/34/1d3450 b/var/cache/dev/profiler/50/34/1d3450 new file mode 100644 index 00000000..381b016e Binary files /dev/null and b/var/cache/dev/profiler/50/34/1d3450 differ diff --git a/var/cache/dev/profiler/51/67/476751 b/var/cache/dev/profiler/51/67/476751 new file mode 100644 index 00000000..ba046fc2 Binary files /dev/null and b/var/cache/dev/profiler/51/67/476751 differ diff --git a/var/cache/dev/profiler/51/8e/0a8e51 b/var/cache/dev/profiler/51/8e/0a8e51 new file mode 100644 index 00000000..9d355590 Binary files /dev/null and b/var/cache/dev/profiler/51/8e/0a8e51 differ diff --git a/var/cache/dev/profiler/52/a2/4aa252 b/var/cache/dev/profiler/52/a2/4aa252 new file mode 100644 index 00000000..d5827323 Binary files /dev/null and b/var/cache/dev/profiler/52/a2/4aa252 differ diff --git a/var/cache/dev/profiler/55/43/0a4355 b/var/cache/dev/profiler/55/43/0a4355 new file mode 100644 index 00000000..2ce53f44 Binary files /dev/null and b/var/cache/dev/profiler/55/43/0a4355 differ diff --git a/var/cache/dev/profiler/55/49/ab4955 b/var/cache/dev/profiler/55/49/ab4955 new file mode 100644 index 00000000..628c7f84 Binary files /dev/null and b/var/cache/dev/profiler/55/49/ab4955 differ diff --git a/var/cache/dev/profiler/55/bc/8ebc55 b/var/cache/dev/profiler/55/bc/8ebc55 new file mode 100644 index 00000000..a97a71a6 Binary files /dev/null and b/var/cache/dev/profiler/55/bc/8ebc55 differ diff --git a/var/cache/dev/profiler/57/51/0c5157 b/var/cache/dev/profiler/57/51/0c5157 new file mode 100644 index 00000000..80735b41 Binary files /dev/null and b/var/cache/dev/profiler/57/51/0c5157 differ diff --git a/var/cache/dev/profiler/58/e3/f3e358 b/var/cache/dev/profiler/58/e3/f3e358 new file mode 100644 index 00000000..f38244f9 Binary files /dev/null and b/var/cache/dev/profiler/58/e3/f3e358 differ diff --git a/var/cache/dev/profiler/59/94/6c9459 b/var/cache/dev/profiler/59/94/6c9459 new file mode 100644 index 00000000..cb12bed3 Binary files /dev/null and b/var/cache/dev/profiler/59/94/6c9459 differ diff --git a/var/cache/dev/profiler/5a/8a/c78a5a b/var/cache/dev/profiler/5a/8a/c78a5a new file mode 100644 index 00000000..0a1cb7f2 Binary files /dev/null and b/var/cache/dev/profiler/5a/8a/c78a5a differ diff --git a/var/cache/dev/profiler/5b/4c/db4c5b b/var/cache/dev/profiler/5b/4c/db4c5b new file mode 100644 index 00000000..10fc0905 Binary files /dev/null and b/var/cache/dev/profiler/5b/4c/db4c5b differ diff --git a/var/cache/dev/profiler/5b/69/4d695b b/var/cache/dev/profiler/5b/69/4d695b new file mode 100644 index 00000000..940b22a0 Binary files /dev/null and b/var/cache/dev/profiler/5b/69/4d695b differ diff --git a/var/cache/dev/profiler/5b/9e/fc9e5b b/var/cache/dev/profiler/5b/9e/fc9e5b new file mode 100644 index 00000000..e55f9186 Binary files /dev/null and b/var/cache/dev/profiler/5b/9e/fc9e5b differ diff --git a/var/cache/dev/profiler/5c/34/56345c b/var/cache/dev/profiler/5c/34/56345c new file mode 100644 index 00000000..ba7d5ef4 Binary files /dev/null and b/var/cache/dev/profiler/5c/34/56345c differ diff --git a/var/cache/dev/profiler/5c/ac/8bac5c b/var/cache/dev/profiler/5c/ac/8bac5c new file mode 100644 index 00000000..805dc94a Binary files /dev/null and b/var/cache/dev/profiler/5c/ac/8bac5c differ diff --git a/var/cache/dev/profiler/5d/13/33135d b/var/cache/dev/profiler/5d/13/33135d new file mode 100644 index 00000000..19b7d5b9 Binary files /dev/null and b/var/cache/dev/profiler/5d/13/33135d differ diff --git a/var/cache/dev/profiler/5d/40/cb405d b/var/cache/dev/profiler/5d/40/cb405d new file mode 100644 index 00000000..6093d637 Binary files /dev/null and b/var/cache/dev/profiler/5d/40/cb405d differ diff --git a/var/cache/dev/profiler/5d/54/24545d b/var/cache/dev/profiler/5d/54/24545d new file mode 100644 index 00000000..79ed9090 Binary files /dev/null and b/var/cache/dev/profiler/5d/54/24545d differ diff --git a/var/cache/dev/profiler/5d/99/fb995d b/var/cache/dev/profiler/5d/99/fb995d new file mode 100644 index 00000000..07908836 Binary files /dev/null and b/var/cache/dev/profiler/5d/99/fb995d differ diff --git a/var/cache/dev/profiler/5d/9e/b49e5d b/var/cache/dev/profiler/5d/9e/b49e5d new file mode 100644 index 00000000..c67d6ea3 Binary files /dev/null and b/var/cache/dev/profiler/5d/9e/b49e5d differ diff --git a/var/cache/dev/profiler/5e/0d/3c0d5e b/var/cache/dev/profiler/5e/0d/3c0d5e new file mode 100644 index 00000000..2ab8723d Binary files /dev/null and b/var/cache/dev/profiler/5e/0d/3c0d5e differ diff --git a/var/cache/dev/profiler/5e/50/05505e b/var/cache/dev/profiler/5e/50/05505e new file mode 100644 index 00000000..3fc3eddd Binary files /dev/null and b/var/cache/dev/profiler/5e/50/05505e differ diff --git a/var/cache/dev/profiler/5e/50/ee505e b/var/cache/dev/profiler/5e/50/ee505e new file mode 100644 index 00000000..bcbfe6db Binary files /dev/null and b/var/cache/dev/profiler/5e/50/ee505e differ diff --git a/var/cache/dev/profiler/5e/80/9e805e b/var/cache/dev/profiler/5e/80/9e805e new file mode 100644 index 00000000..e839aa96 Binary files /dev/null and b/var/cache/dev/profiler/5e/80/9e805e differ diff --git a/var/cache/dev/profiler/5e/87/3e875e b/var/cache/dev/profiler/5e/87/3e875e new file mode 100644 index 00000000..a80d96be Binary files /dev/null and b/var/cache/dev/profiler/5e/87/3e875e differ diff --git a/var/cache/dev/profiler/5e/c8/4cc85e b/var/cache/dev/profiler/5e/c8/4cc85e new file mode 100644 index 00000000..44d8f315 Binary files /dev/null and b/var/cache/dev/profiler/5e/c8/4cc85e differ diff --git a/var/cache/dev/profiler/5e/f0/69f05e b/var/cache/dev/profiler/5e/f0/69f05e new file mode 100644 index 00000000..bd0e0223 Binary files /dev/null and b/var/cache/dev/profiler/5e/f0/69f05e differ diff --git a/var/cache/dev/profiler/5f/1f/5a1f5f b/var/cache/dev/profiler/5f/1f/5a1f5f new file mode 100644 index 00000000..c153af10 Binary files /dev/null and b/var/cache/dev/profiler/5f/1f/5a1f5f differ diff --git a/var/cache/dev/profiler/60/12/8e1260 b/var/cache/dev/profiler/60/12/8e1260 new file mode 100644 index 00000000..71642464 Binary files /dev/null and b/var/cache/dev/profiler/60/12/8e1260 differ diff --git a/var/cache/dev/profiler/60/2c/1b2c60 b/var/cache/dev/profiler/60/2c/1b2c60 new file mode 100644 index 00000000..20fcbbaa Binary files /dev/null and b/var/cache/dev/profiler/60/2c/1b2c60 differ diff --git a/var/cache/dev/profiler/61/74/fc7461 b/var/cache/dev/profiler/61/74/fc7461 new file mode 100644 index 00000000..4ce1dd83 Binary files /dev/null and b/var/cache/dev/profiler/61/74/fc7461 differ diff --git a/var/cache/dev/profiler/61/ad/f6ad61 b/var/cache/dev/profiler/61/ad/f6ad61 new file mode 100644 index 00000000..f72bdd3f Binary files /dev/null and b/var/cache/dev/profiler/61/ad/f6ad61 differ diff --git a/var/cache/dev/profiler/62/30/413062 b/var/cache/dev/profiler/62/30/413062 new file mode 100644 index 00000000..a6d9ac0f Binary files /dev/null and b/var/cache/dev/profiler/62/30/413062 differ diff --git a/var/cache/dev/profiler/62/99/179962 b/var/cache/dev/profiler/62/99/179962 new file mode 100644 index 00000000..71987156 Binary files /dev/null and b/var/cache/dev/profiler/62/99/179962 differ diff --git a/var/cache/dev/profiler/63/5d/655d63 b/var/cache/dev/profiler/63/5d/655d63 new file mode 100644 index 00000000..d02bc872 Binary files /dev/null and b/var/cache/dev/profiler/63/5d/655d63 differ diff --git a/var/cache/dev/profiler/63/86/718663 b/var/cache/dev/profiler/63/86/718663 new file mode 100644 index 00000000..82940256 Binary files /dev/null and b/var/cache/dev/profiler/63/86/718663 differ diff --git a/var/cache/dev/profiler/64/0e/790e64 b/var/cache/dev/profiler/64/0e/790e64 new file mode 100644 index 00000000..5b518a25 Binary files /dev/null and b/var/cache/dev/profiler/64/0e/790e64 differ diff --git a/var/cache/dev/profiler/64/4b/a04b64 b/var/cache/dev/profiler/64/4b/a04b64 new file mode 100644 index 00000000..aff14cdb Binary files /dev/null and b/var/cache/dev/profiler/64/4b/a04b64 differ diff --git a/var/cache/dev/profiler/65/5e/a25e65 b/var/cache/dev/profiler/65/5e/a25e65 new file mode 100644 index 00000000..151754cc Binary files /dev/null and b/var/cache/dev/profiler/65/5e/a25e65 differ diff --git a/var/cache/dev/profiler/65/d9/1ed965 b/var/cache/dev/profiler/65/d9/1ed965 new file mode 100644 index 00000000..005da069 Binary files /dev/null and b/var/cache/dev/profiler/65/d9/1ed965 differ diff --git a/var/cache/dev/profiler/67/00/620067 b/var/cache/dev/profiler/67/00/620067 new file mode 100644 index 00000000..80578053 Binary files /dev/null and b/var/cache/dev/profiler/67/00/620067 differ diff --git a/var/cache/dev/profiler/68/65/926568 b/var/cache/dev/profiler/68/65/926568 new file mode 100644 index 00000000..8a097e86 Binary files /dev/null and b/var/cache/dev/profiler/68/65/926568 differ diff --git a/var/cache/dev/profiler/68/6d/876d68 b/var/cache/dev/profiler/68/6d/876d68 new file mode 100644 index 00000000..f1ef2259 Binary files /dev/null and b/var/cache/dev/profiler/68/6d/876d68 differ diff --git a/var/cache/dev/profiler/69/61/e06169 b/var/cache/dev/profiler/69/61/e06169 new file mode 100644 index 00000000..46fb41d4 Binary files /dev/null and b/var/cache/dev/profiler/69/61/e06169 differ diff --git a/var/cache/dev/profiler/69/a0/3da069 b/var/cache/dev/profiler/69/a0/3da069 new file mode 100644 index 00000000..08849c03 Binary files /dev/null and b/var/cache/dev/profiler/69/a0/3da069 differ diff --git a/var/cache/dev/profiler/6a/81/6d816a b/var/cache/dev/profiler/6a/81/6d816a new file mode 100644 index 00000000..957cf87e Binary files /dev/null and b/var/cache/dev/profiler/6a/81/6d816a differ diff --git a/var/cache/dev/profiler/6b/1b/171b6b b/var/cache/dev/profiler/6b/1b/171b6b new file mode 100644 index 00000000..e1b25340 Binary files /dev/null and b/var/cache/dev/profiler/6b/1b/171b6b differ diff --git a/var/cache/dev/profiler/6b/c5/0ec56b b/var/cache/dev/profiler/6b/c5/0ec56b new file mode 100644 index 00000000..b62e93dd Binary files /dev/null and b/var/cache/dev/profiler/6b/c5/0ec56b differ diff --git a/var/cache/dev/profiler/6b/f4/91f46b b/var/cache/dev/profiler/6b/f4/91f46b new file mode 100644 index 00000000..726a722b Binary files /dev/null and b/var/cache/dev/profiler/6b/f4/91f46b differ diff --git a/var/cache/dev/profiler/6c/a1/59a16c b/var/cache/dev/profiler/6c/a1/59a16c new file mode 100644 index 00000000..affddcd0 Binary files /dev/null and b/var/cache/dev/profiler/6c/a1/59a16c differ diff --git a/var/cache/dev/profiler/6c/b1/e2b16c b/var/cache/dev/profiler/6c/b1/e2b16c new file mode 100644 index 00000000..8100c745 Binary files /dev/null and b/var/cache/dev/profiler/6c/b1/e2b16c differ diff --git a/var/cache/dev/profiler/6d/89/5b896d b/var/cache/dev/profiler/6d/89/5b896d new file mode 100644 index 00000000..b21989c2 Binary files /dev/null and b/var/cache/dev/profiler/6d/89/5b896d differ diff --git a/var/cache/dev/profiler/6e/15/b2156e b/var/cache/dev/profiler/6e/15/b2156e new file mode 100644 index 00000000..e617e716 Binary files /dev/null and b/var/cache/dev/profiler/6e/15/b2156e differ diff --git a/var/cache/dev/profiler/6e/68/3e686e b/var/cache/dev/profiler/6e/68/3e686e new file mode 100644 index 00000000..7d888e23 Binary files /dev/null and b/var/cache/dev/profiler/6e/68/3e686e differ diff --git a/var/cache/dev/profiler/6e/73/03736e b/var/cache/dev/profiler/6e/73/03736e new file mode 100644 index 00000000..2c495978 Binary files /dev/null and b/var/cache/dev/profiler/6e/73/03736e differ diff --git a/var/cache/dev/profiler/6e/dc/0cdc6e b/var/cache/dev/profiler/6e/dc/0cdc6e new file mode 100644 index 00000000..39c9f381 Binary files /dev/null and b/var/cache/dev/profiler/6e/dc/0cdc6e differ diff --git a/var/cache/dev/profiler/6e/e6/95e66e b/var/cache/dev/profiler/6e/e6/95e66e new file mode 100644 index 00000000..ac6df388 Binary files /dev/null and b/var/cache/dev/profiler/6e/e6/95e66e differ diff --git a/var/cache/dev/profiler/6f/40/c2406f b/var/cache/dev/profiler/6f/40/c2406f new file mode 100644 index 00000000..c0d1e376 Binary files /dev/null and b/var/cache/dev/profiler/6f/40/c2406f differ diff --git a/var/cache/dev/profiler/70/5d/555d70 b/var/cache/dev/profiler/70/5d/555d70 new file mode 100644 index 00000000..cf208837 Binary files /dev/null and b/var/cache/dev/profiler/70/5d/555d70 differ diff --git a/var/cache/dev/profiler/70/fa/e7fa70 b/var/cache/dev/profiler/70/fa/e7fa70 new file mode 100644 index 00000000..d9f9a0f4 Binary files /dev/null and b/var/cache/dev/profiler/70/fa/e7fa70 differ diff --git a/var/cache/dev/profiler/71/63/6e6371 b/var/cache/dev/profiler/71/63/6e6371 new file mode 100644 index 00000000..0495159a Binary files /dev/null and b/var/cache/dev/profiler/71/63/6e6371 differ diff --git a/var/cache/dev/profiler/71/b9/eab971 b/var/cache/dev/profiler/71/b9/eab971 new file mode 100644 index 00000000..f15f63f5 Binary files /dev/null and b/var/cache/dev/profiler/71/b9/eab971 differ diff --git a/var/cache/dev/profiler/71/f4/bef471 b/var/cache/dev/profiler/71/f4/bef471 new file mode 100644 index 00000000..eeecb24f Binary files /dev/null and b/var/cache/dev/profiler/71/f4/bef471 differ diff --git a/var/cache/dev/profiler/72/06/da0672 b/var/cache/dev/profiler/72/06/da0672 new file mode 100644 index 00000000..9c900552 Binary files /dev/null and b/var/cache/dev/profiler/72/06/da0672 differ diff --git a/var/cache/dev/profiler/72/ef/47ef72 b/var/cache/dev/profiler/72/ef/47ef72 new file mode 100644 index 00000000..e6294b60 Binary files /dev/null and b/var/cache/dev/profiler/72/ef/47ef72 differ diff --git a/var/cache/dev/profiler/73/04/1d0473 b/var/cache/dev/profiler/73/04/1d0473 new file mode 100644 index 00000000..ee632173 Binary files /dev/null and b/var/cache/dev/profiler/73/04/1d0473 differ diff --git a/var/cache/dev/profiler/74/33/ba3374 b/var/cache/dev/profiler/74/33/ba3374 new file mode 100644 index 00000000..2907feb9 Binary files /dev/null and b/var/cache/dev/profiler/74/33/ba3374 differ diff --git a/var/cache/dev/profiler/74/a3/41a374 b/var/cache/dev/profiler/74/a3/41a374 new file mode 100644 index 00000000..c99ae7ad Binary files /dev/null and b/var/cache/dev/profiler/74/a3/41a374 differ diff --git a/var/cache/dev/profiler/75/62/4e6275 b/var/cache/dev/profiler/75/62/4e6275 new file mode 100644 index 00000000..298b4a64 Binary files /dev/null and b/var/cache/dev/profiler/75/62/4e6275 differ diff --git a/var/cache/dev/profiler/75/71/ea7175 b/var/cache/dev/profiler/75/71/ea7175 new file mode 100644 index 00000000..1ee1319f Binary files /dev/null and b/var/cache/dev/profiler/75/71/ea7175 differ diff --git a/var/cache/dev/profiler/75/b4/e3b475 b/var/cache/dev/profiler/75/b4/e3b475 new file mode 100644 index 00000000..eac5615c Binary files /dev/null and b/var/cache/dev/profiler/75/b4/e3b475 differ diff --git a/var/cache/dev/profiler/75/d9/d7d975 b/var/cache/dev/profiler/75/d9/d7d975 new file mode 100644 index 00000000..88cd917f Binary files /dev/null and b/var/cache/dev/profiler/75/d9/d7d975 differ diff --git a/var/cache/dev/profiler/76/08/b00876 b/var/cache/dev/profiler/76/08/b00876 new file mode 100644 index 00000000..eb031966 Binary files /dev/null and b/var/cache/dev/profiler/76/08/b00876 differ diff --git a/var/cache/dev/profiler/76/0c/710c76 b/var/cache/dev/profiler/76/0c/710c76 new file mode 100644 index 00000000..9430cb16 Binary files /dev/null and b/var/cache/dev/profiler/76/0c/710c76 differ diff --git a/var/cache/dev/profiler/76/a9/40a976 b/var/cache/dev/profiler/76/a9/40a976 new file mode 100644 index 00000000..fab9f881 Binary files /dev/null and b/var/cache/dev/profiler/76/a9/40a976 differ diff --git a/var/cache/dev/profiler/76/c8/e5c876 b/var/cache/dev/profiler/76/c8/e5c876 new file mode 100644 index 00000000..3b09ba68 Binary files /dev/null and b/var/cache/dev/profiler/76/c8/e5c876 differ diff --git a/var/cache/dev/profiler/76/dc/92dc76 b/var/cache/dev/profiler/76/dc/92dc76 new file mode 100644 index 00000000..5b92528c Binary files /dev/null and b/var/cache/dev/profiler/76/dc/92dc76 differ diff --git a/var/cache/dev/profiler/77/97/d09777 b/var/cache/dev/profiler/77/97/d09777 new file mode 100644 index 00000000..77897450 Binary files /dev/null and b/var/cache/dev/profiler/77/97/d09777 differ diff --git a/var/cache/dev/profiler/77/e7/23e777 b/var/cache/dev/profiler/77/e7/23e777 new file mode 100644 index 00000000..67a07797 Binary files /dev/null and b/var/cache/dev/profiler/77/e7/23e777 differ diff --git a/var/cache/dev/profiler/78/1c/1e1c78 b/var/cache/dev/profiler/78/1c/1e1c78 new file mode 100644 index 00000000..f3a3f5a6 Binary files /dev/null and b/var/cache/dev/profiler/78/1c/1e1c78 differ diff --git a/var/cache/dev/profiler/78/84/f98478 b/var/cache/dev/profiler/78/84/f98478 new file mode 100644 index 00000000..8751da35 Binary files /dev/null and b/var/cache/dev/profiler/78/84/f98478 differ diff --git a/var/cache/dev/profiler/78/c6/02c678 b/var/cache/dev/profiler/78/c6/02c678 new file mode 100644 index 00000000..11658487 Binary files /dev/null and b/var/cache/dev/profiler/78/c6/02c678 differ diff --git a/var/cache/dev/profiler/7a/9e/e09e7a b/var/cache/dev/profiler/7a/9e/e09e7a new file mode 100644 index 00000000..5d7a98aa Binary files /dev/null and b/var/cache/dev/profiler/7a/9e/e09e7a differ diff --git a/var/cache/dev/profiler/7a/9f/779f7a b/var/cache/dev/profiler/7a/9f/779f7a new file mode 100644 index 00000000..91a4a554 Binary files /dev/null and b/var/cache/dev/profiler/7a/9f/779f7a differ diff --git a/var/cache/dev/profiler/7b/00/bd007b b/var/cache/dev/profiler/7b/00/bd007b new file mode 100644 index 00000000..8a7ff7a1 Binary files /dev/null and b/var/cache/dev/profiler/7b/00/bd007b differ diff --git a/var/cache/dev/profiler/7b/b5/40b57b b/var/cache/dev/profiler/7b/b5/40b57b new file mode 100644 index 00000000..3a4938e5 Binary files /dev/null and b/var/cache/dev/profiler/7b/b5/40b57b differ diff --git a/var/cache/dev/profiler/7c/5d/445d7c b/var/cache/dev/profiler/7c/5d/445d7c new file mode 100644 index 00000000..532364c6 Binary files /dev/null and b/var/cache/dev/profiler/7c/5d/445d7c differ diff --git a/var/cache/dev/profiler/7c/8f/df8f7c b/var/cache/dev/profiler/7c/8f/df8f7c new file mode 100644 index 00000000..24883487 Binary files /dev/null and b/var/cache/dev/profiler/7c/8f/df8f7c differ diff --git a/var/cache/dev/profiler/7c/9b/989b7c b/var/cache/dev/profiler/7c/9b/989b7c new file mode 100644 index 00000000..6f2c1565 Binary files /dev/null and b/var/cache/dev/profiler/7c/9b/989b7c differ diff --git a/var/cache/dev/profiler/7c/ab/e1ab7c b/var/cache/dev/profiler/7c/ab/e1ab7c new file mode 100644 index 00000000..32f4e64d Binary files /dev/null and b/var/cache/dev/profiler/7c/ab/e1ab7c differ diff --git a/var/cache/dev/profiler/7d/91/5f917d b/var/cache/dev/profiler/7d/91/5f917d new file mode 100644 index 00000000..add62726 Binary files /dev/null and b/var/cache/dev/profiler/7d/91/5f917d differ diff --git a/var/cache/dev/profiler/7e/6b/a86b7e b/var/cache/dev/profiler/7e/6b/a86b7e new file mode 100644 index 00000000..6505710d Binary files /dev/null and b/var/cache/dev/profiler/7e/6b/a86b7e differ diff --git a/var/cache/dev/profiler/7e/a0/b9a07e b/var/cache/dev/profiler/7e/a0/b9a07e new file mode 100644 index 00000000..4aa830c0 Binary files /dev/null and b/var/cache/dev/profiler/7e/a0/b9a07e differ diff --git a/var/cache/dev/profiler/7f/36/7f367f b/var/cache/dev/profiler/7f/36/7f367f new file mode 100644 index 00000000..f8afd728 Binary files /dev/null and b/var/cache/dev/profiler/7f/36/7f367f differ diff --git a/var/cache/dev/profiler/7f/d0/fad07f b/var/cache/dev/profiler/7f/d0/fad07f new file mode 100644 index 00000000..12d2bd9f Binary files /dev/null and b/var/cache/dev/profiler/7f/d0/fad07f differ diff --git a/var/cache/dev/profiler/7f/ed/59ed7f b/var/cache/dev/profiler/7f/ed/59ed7f new file mode 100644 index 00000000..4125c855 Binary files /dev/null and b/var/cache/dev/profiler/7f/ed/59ed7f differ diff --git a/var/cache/dev/profiler/80/60/636080 b/var/cache/dev/profiler/80/60/636080 new file mode 100644 index 00000000..dc062b1a Binary files /dev/null and b/var/cache/dev/profiler/80/60/636080 differ diff --git a/var/cache/dev/profiler/81/11/c21181 b/var/cache/dev/profiler/81/11/c21181 new file mode 100644 index 00000000..fbd26c1a Binary files /dev/null and b/var/cache/dev/profiler/81/11/c21181 differ diff --git a/var/cache/dev/profiler/81/4d/e24d81 b/var/cache/dev/profiler/81/4d/e24d81 new file mode 100644 index 00000000..9dc21e95 Binary files /dev/null and b/var/cache/dev/profiler/81/4d/e24d81 differ diff --git a/var/cache/dev/profiler/81/b0/c5b081 b/var/cache/dev/profiler/81/b0/c5b081 new file mode 100644 index 00000000..ee9cb1b2 Binary files /dev/null and b/var/cache/dev/profiler/81/b0/c5b081 differ diff --git a/var/cache/dev/profiler/81/c8/71c881 b/var/cache/dev/profiler/81/c8/71c881 new file mode 100644 index 00000000..ed96e425 Binary files /dev/null and b/var/cache/dev/profiler/81/c8/71c881 differ diff --git a/var/cache/dev/profiler/82/d7/d8d782 b/var/cache/dev/profiler/82/d7/d8d782 new file mode 100644 index 00000000..c70c9e11 Binary files /dev/null and b/var/cache/dev/profiler/82/d7/d8d782 differ diff --git a/var/cache/dev/profiler/83/35/e23583 b/var/cache/dev/profiler/83/35/e23583 new file mode 100644 index 00000000..6cffba97 Binary files /dev/null and b/var/cache/dev/profiler/83/35/e23583 differ diff --git a/var/cache/dev/profiler/83/82/1a8283 b/var/cache/dev/profiler/83/82/1a8283 new file mode 100644 index 00000000..d78613f6 Binary files /dev/null and b/var/cache/dev/profiler/83/82/1a8283 differ diff --git a/var/cache/dev/profiler/84/09/eb0984 b/var/cache/dev/profiler/84/09/eb0984 new file mode 100644 index 00000000..1c389bc3 Binary files /dev/null and b/var/cache/dev/profiler/84/09/eb0984 differ diff --git a/var/cache/dev/profiler/84/56/085684 b/var/cache/dev/profiler/84/56/085684 new file mode 100644 index 00000000..4ed05869 Binary files /dev/null and b/var/cache/dev/profiler/84/56/085684 differ diff --git a/var/cache/dev/profiler/85/10/f21085 b/var/cache/dev/profiler/85/10/f21085 new file mode 100644 index 00000000..512144cc Binary files /dev/null and b/var/cache/dev/profiler/85/10/f21085 differ diff --git a/var/cache/dev/profiler/85/58/125885 b/var/cache/dev/profiler/85/58/125885 new file mode 100644 index 00000000..bfa069f7 Binary files /dev/null and b/var/cache/dev/profiler/85/58/125885 differ diff --git a/var/cache/dev/profiler/85/9c/d69c85 b/var/cache/dev/profiler/85/9c/d69c85 new file mode 100644 index 00000000..fb262f19 Binary files /dev/null and b/var/cache/dev/profiler/85/9c/d69c85 differ diff --git a/var/cache/dev/profiler/85/e1/b8e185 b/var/cache/dev/profiler/85/e1/b8e185 new file mode 100644 index 00000000..333e90ec Binary files /dev/null and b/var/cache/dev/profiler/85/e1/b8e185 differ diff --git a/var/cache/dev/profiler/86/f4/faf486 b/var/cache/dev/profiler/86/f4/faf486 new file mode 100644 index 00000000..2039a12e Binary files /dev/null and b/var/cache/dev/profiler/86/f4/faf486 differ diff --git a/var/cache/dev/profiler/87/00/f60087 b/var/cache/dev/profiler/87/00/f60087 new file mode 100644 index 00000000..fd116964 Binary files /dev/null and b/var/cache/dev/profiler/87/00/f60087 differ diff --git a/var/cache/dev/profiler/87/27/7b2787 b/var/cache/dev/profiler/87/27/7b2787 new file mode 100644 index 00000000..4c5a80f1 Binary files /dev/null and b/var/cache/dev/profiler/87/27/7b2787 differ diff --git a/var/cache/dev/profiler/87/a5/2da587 b/var/cache/dev/profiler/87/a5/2da587 new file mode 100644 index 00000000..d1dd382a Binary files /dev/null and b/var/cache/dev/profiler/87/a5/2da587 differ diff --git a/var/cache/dev/profiler/87/f2/fef287 b/var/cache/dev/profiler/87/f2/fef287 new file mode 100644 index 00000000..b87fd81f Binary files /dev/null and b/var/cache/dev/profiler/87/f2/fef287 differ diff --git a/var/cache/dev/profiler/87/f5/d4f587 b/var/cache/dev/profiler/87/f5/d4f587 new file mode 100644 index 00000000..af37157f Binary files /dev/null and b/var/cache/dev/profiler/87/f5/d4f587 differ diff --git a/var/cache/dev/profiler/88/22/5a2288 b/var/cache/dev/profiler/88/22/5a2288 new file mode 100644 index 00000000..348cfa38 Binary files /dev/null and b/var/cache/dev/profiler/88/22/5a2288 differ diff --git a/var/cache/dev/profiler/88/e4/fde488 b/var/cache/dev/profiler/88/e4/fde488 new file mode 100644 index 00000000..b679def1 Binary files /dev/null and b/var/cache/dev/profiler/88/e4/fde488 differ diff --git a/var/cache/dev/profiler/89/2b/f82b89 b/var/cache/dev/profiler/89/2b/f82b89 new file mode 100644 index 00000000..ead3a937 Binary files /dev/null and b/var/cache/dev/profiler/89/2b/f82b89 differ diff --git a/var/cache/dev/profiler/89/fe/0efe89 b/var/cache/dev/profiler/89/fe/0efe89 new file mode 100644 index 00000000..b31b882e Binary files /dev/null and b/var/cache/dev/profiler/89/fe/0efe89 differ diff --git a/var/cache/dev/profiler/8a/56/e7568a b/var/cache/dev/profiler/8a/56/e7568a new file mode 100644 index 00000000..a03e39e7 Binary files /dev/null and b/var/cache/dev/profiler/8a/56/e7568a differ diff --git a/var/cache/dev/profiler/8a/ce/b1ce8a b/var/cache/dev/profiler/8a/ce/b1ce8a new file mode 100644 index 00000000..92d7e3bc Binary files /dev/null and b/var/cache/dev/profiler/8a/ce/b1ce8a differ diff --git a/var/cache/dev/profiler/8b/18/92188b b/var/cache/dev/profiler/8b/18/92188b new file mode 100644 index 00000000..d78beb93 Binary files /dev/null and b/var/cache/dev/profiler/8b/18/92188b differ diff --git a/var/cache/dev/profiler/8b/5e/9a5e8b b/var/cache/dev/profiler/8b/5e/9a5e8b new file mode 100644 index 00000000..16ab3181 Binary files /dev/null and b/var/cache/dev/profiler/8b/5e/9a5e8b differ diff --git a/var/cache/dev/profiler/8b/d5/fad58b b/var/cache/dev/profiler/8b/d5/fad58b new file mode 100644 index 00000000..fdffbcf1 Binary files /dev/null and b/var/cache/dev/profiler/8b/d5/fad58b differ diff --git a/var/cache/dev/profiler/8c/70/84708c b/var/cache/dev/profiler/8c/70/84708c new file mode 100644 index 00000000..1ff593fd Binary files /dev/null and b/var/cache/dev/profiler/8c/70/84708c differ diff --git a/var/cache/dev/profiler/8d/20/a1208d b/var/cache/dev/profiler/8d/20/a1208d new file mode 100644 index 00000000..07908acd Binary files /dev/null and b/var/cache/dev/profiler/8d/20/a1208d differ diff --git a/var/cache/dev/profiler/8d/74/fb748d b/var/cache/dev/profiler/8d/74/fb748d new file mode 100644 index 00000000..466a8693 Binary files /dev/null and b/var/cache/dev/profiler/8d/74/fb748d differ diff --git a/var/cache/dev/profiler/8d/da/f4da8d b/var/cache/dev/profiler/8d/da/f4da8d new file mode 100644 index 00000000..8ea47e23 Binary files /dev/null and b/var/cache/dev/profiler/8d/da/f4da8d differ diff --git a/var/cache/dev/profiler/8e/3c/db3c8e b/var/cache/dev/profiler/8e/3c/db3c8e new file mode 100644 index 00000000..445487de Binary files /dev/null and b/var/cache/dev/profiler/8e/3c/db3c8e differ diff --git a/var/cache/dev/profiler/8e/4c/e04c8e b/var/cache/dev/profiler/8e/4c/e04c8e new file mode 100644 index 00000000..2d63ded8 Binary files /dev/null and b/var/cache/dev/profiler/8e/4c/e04c8e differ diff --git a/var/cache/dev/profiler/8f/96/2c968f b/var/cache/dev/profiler/8f/96/2c968f new file mode 100644 index 00000000..49942efe Binary files /dev/null and b/var/cache/dev/profiler/8f/96/2c968f differ diff --git a/var/cache/dev/profiler/8f/d2/32d28f b/var/cache/dev/profiler/8f/d2/32d28f new file mode 100644 index 00000000..7dc1c6f3 Binary files /dev/null and b/var/cache/dev/profiler/8f/d2/32d28f differ diff --git a/var/cache/dev/profiler/8f/d6/72d68f b/var/cache/dev/profiler/8f/d6/72d68f new file mode 100644 index 00000000..8d0c9565 Binary files /dev/null and b/var/cache/dev/profiler/8f/d6/72d68f differ diff --git a/var/cache/dev/profiler/90/75/0a7590 b/var/cache/dev/profiler/90/75/0a7590 new file mode 100644 index 00000000..6a8ec829 Binary files /dev/null and b/var/cache/dev/profiler/90/75/0a7590 differ diff --git a/var/cache/dev/profiler/90/8f/808f90 b/var/cache/dev/profiler/90/8f/808f90 new file mode 100644 index 00000000..0f85ebb5 Binary files /dev/null and b/var/cache/dev/profiler/90/8f/808f90 differ diff --git a/var/cache/dev/profiler/90/e6/42e690 b/var/cache/dev/profiler/90/e6/42e690 new file mode 100644 index 00000000..2e217e34 Binary files /dev/null and b/var/cache/dev/profiler/90/e6/42e690 differ diff --git a/var/cache/dev/profiler/91/c7/81c791 b/var/cache/dev/profiler/91/c7/81c791 new file mode 100644 index 00000000..e7ebaf07 Binary files /dev/null and b/var/cache/dev/profiler/91/c7/81c791 differ diff --git a/var/cache/dev/profiler/91/de/05de91 b/var/cache/dev/profiler/91/de/05de91 new file mode 100644 index 00000000..8c3ad889 Binary files /dev/null and b/var/cache/dev/profiler/91/de/05de91 differ diff --git a/var/cache/dev/profiler/91/ed/3eed91 b/var/cache/dev/profiler/91/ed/3eed91 new file mode 100644 index 00000000..61c0e74f Binary files /dev/null and b/var/cache/dev/profiler/91/ed/3eed91 differ diff --git a/var/cache/dev/profiler/92/11/5c1192 b/var/cache/dev/profiler/92/11/5c1192 new file mode 100644 index 00000000..3767457c Binary files /dev/null and b/var/cache/dev/profiler/92/11/5c1192 differ diff --git a/var/cache/dev/profiler/92/3d/773d92 b/var/cache/dev/profiler/92/3d/773d92 new file mode 100644 index 00000000..e393bebb Binary files /dev/null and b/var/cache/dev/profiler/92/3d/773d92 differ diff --git a/var/cache/dev/profiler/94/0c/8e0c94 b/var/cache/dev/profiler/94/0c/8e0c94 new file mode 100644 index 00000000..e5f0301b Binary files /dev/null and b/var/cache/dev/profiler/94/0c/8e0c94 differ diff --git a/var/cache/dev/profiler/94/3d/4f3d94 b/var/cache/dev/profiler/94/3d/4f3d94 new file mode 100644 index 00000000..dca30b51 Binary files /dev/null and b/var/cache/dev/profiler/94/3d/4f3d94 differ diff --git a/var/cache/dev/profiler/94/50/cf5094 b/var/cache/dev/profiler/94/50/cf5094 new file mode 100644 index 00000000..4cf4e7ea Binary files /dev/null and b/var/cache/dev/profiler/94/50/cf5094 differ diff --git a/var/cache/dev/profiler/95/c3/04c395 b/var/cache/dev/profiler/95/c3/04c395 new file mode 100644 index 00000000..ee65a245 Binary files /dev/null and b/var/cache/dev/profiler/95/c3/04c395 differ diff --git a/var/cache/dev/profiler/95/f1/74f195 b/var/cache/dev/profiler/95/f1/74f195 new file mode 100644 index 00000000..f18eb31a Binary files /dev/null and b/var/cache/dev/profiler/95/f1/74f195 differ diff --git a/var/cache/dev/profiler/96/5d/145d96 b/var/cache/dev/profiler/96/5d/145d96 new file mode 100644 index 00000000..e011871b Binary files /dev/null and b/var/cache/dev/profiler/96/5d/145d96 differ diff --git a/var/cache/dev/profiler/96/99/839996 b/var/cache/dev/profiler/96/99/839996 new file mode 100644 index 00000000..3427317d Binary files /dev/null and b/var/cache/dev/profiler/96/99/839996 differ diff --git a/var/cache/dev/profiler/97/3d/f53d97 b/var/cache/dev/profiler/97/3d/f53d97 new file mode 100644 index 00000000..956a6177 Binary files /dev/null and b/var/cache/dev/profiler/97/3d/f53d97 differ diff --git a/var/cache/dev/profiler/97/a0/aaa097 b/var/cache/dev/profiler/97/a0/aaa097 new file mode 100644 index 00000000..a58142b7 Binary files /dev/null and b/var/cache/dev/profiler/97/a0/aaa097 differ diff --git a/var/cache/dev/profiler/97/ef/98ef97 b/var/cache/dev/profiler/97/ef/98ef97 new file mode 100644 index 00000000..5b7dfadf Binary files /dev/null and b/var/cache/dev/profiler/97/ef/98ef97 differ diff --git a/var/cache/dev/profiler/98/40/714098 b/var/cache/dev/profiler/98/40/714098 new file mode 100644 index 00000000..8ef34448 Binary files /dev/null and b/var/cache/dev/profiler/98/40/714098 differ diff --git a/var/cache/dev/profiler/98/79/f97998 b/var/cache/dev/profiler/98/79/f97998 new file mode 100644 index 00000000..8857d107 Binary files /dev/null and b/var/cache/dev/profiler/98/79/f97998 differ diff --git a/var/cache/dev/profiler/98/d8/22d898 b/var/cache/dev/profiler/98/d8/22d898 new file mode 100644 index 00000000..1e0cdde4 Binary files /dev/null and b/var/cache/dev/profiler/98/d8/22d898 differ diff --git a/var/cache/dev/profiler/98/e7/66e798 b/var/cache/dev/profiler/98/e7/66e798 new file mode 100644 index 00000000..277ae04c Binary files /dev/null and b/var/cache/dev/profiler/98/e7/66e798 differ diff --git a/var/cache/dev/profiler/99/d7/42d799 b/var/cache/dev/profiler/99/d7/42d799 new file mode 100644 index 00000000..84450372 Binary files /dev/null and b/var/cache/dev/profiler/99/d7/42d799 differ diff --git a/var/cache/dev/profiler/9a/1c/a21c9a b/var/cache/dev/profiler/9a/1c/a21c9a new file mode 100644 index 00000000..48ef41f9 Binary files /dev/null and b/var/cache/dev/profiler/9a/1c/a21c9a differ diff --git a/var/cache/dev/profiler/9b/0c/760c9b b/var/cache/dev/profiler/9b/0c/760c9b new file mode 100644 index 00000000..4d3d92ef Binary files /dev/null and b/var/cache/dev/profiler/9b/0c/760c9b differ diff --git a/var/cache/dev/profiler/9b/55/6c559b b/var/cache/dev/profiler/9b/55/6c559b new file mode 100644 index 00000000..258a0eb3 Binary files /dev/null and b/var/cache/dev/profiler/9b/55/6c559b differ diff --git a/var/cache/dev/profiler/9b/88/24889b b/var/cache/dev/profiler/9b/88/24889b new file mode 100644 index 00000000..20e3d9c5 Binary files /dev/null and b/var/cache/dev/profiler/9b/88/24889b differ diff --git a/var/cache/dev/profiler/9d/86/81869d b/var/cache/dev/profiler/9d/86/81869d new file mode 100644 index 00000000..eca22be8 Binary files /dev/null and b/var/cache/dev/profiler/9d/86/81869d differ diff --git a/var/cache/dev/profiler/9e/6e/856e9e b/var/cache/dev/profiler/9e/6e/856e9e new file mode 100644 index 00000000..94c41c7c Binary files /dev/null and b/var/cache/dev/profiler/9e/6e/856e9e differ diff --git a/var/cache/dev/profiler/9e/99/46999e b/var/cache/dev/profiler/9e/99/46999e new file mode 100644 index 00000000..a4728a8e Binary files /dev/null and b/var/cache/dev/profiler/9e/99/46999e differ diff --git a/var/cache/dev/profiler/9e/fb/9dfb9e b/var/cache/dev/profiler/9e/fb/9dfb9e new file mode 100644 index 00000000..5e7953fc Binary files /dev/null and b/var/cache/dev/profiler/9e/fb/9dfb9e differ diff --git a/var/cache/dev/profiler/9f/22/2b229f b/var/cache/dev/profiler/9f/22/2b229f new file mode 100644 index 00000000..9495ad04 Binary files /dev/null and b/var/cache/dev/profiler/9f/22/2b229f differ diff --git a/var/cache/dev/profiler/9f/b2/3db29f b/var/cache/dev/profiler/9f/b2/3db29f new file mode 100644 index 00000000..5706f3b2 Binary files /dev/null and b/var/cache/dev/profiler/9f/b2/3db29f differ diff --git a/var/cache/dev/profiler/a0/8d/048da0 b/var/cache/dev/profiler/a0/8d/048da0 new file mode 100644 index 00000000..e0141367 Binary files /dev/null and b/var/cache/dev/profiler/a0/8d/048da0 differ diff --git a/var/cache/dev/profiler/a0/9f/149fa0 b/var/cache/dev/profiler/a0/9f/149fa0 new file mode 100644 index 00000000..e9046c7c Binary files /dev/null and b/var/cache/dev/profiler/a0/9f/149fa0 differ diff --git a/var/cache/dev/profiler/a1/38/9338a1 b/var/cache/dev/profiler/a1/38/9338a1 new file mode 100644 index 00000000..835487b3 Binary files /dev/null and b/var/cache/dev/profiler/a1/38/9338a1 differ diff --git a/var/cache/dev/profiler/a2/2d/c22da2 b/var/cache/dev/profiler/a2/2d/c22da2 new file mode 100644 index 00000000..be8c393f Binary files /dev/null and b/var/cache/dev/profiler/a2/2d/c22da2 differ diff --git a/var/cache/dev/profiler/a2/4e/0d4ea2 b/var/cache/dev/profiler/a2/4e/0d4ea2 new file mode 100644 index 00000000..84798290 Binary files /dev/null and b/var/cache/dev/profiler/a2/4e/0d4ea2 differ diff --git a/var/cache/dev/profiler/a5/29/6c29a5 b/var/cache/dev/profiler/a5/29/6c29a5 new file mode 100644 index 00000000..69bdba38 Binary files /dev/null and b/var/cache/dev/profiler/a5/29/6c29a5 differ diff --git a/var/cache/dev/profiler/a5/7a/7c7aa5 b/var/cache/dev/profiler/a5/7a/7c7aa5 new file mode 100644 index 00000000..6c2c2f16 Binary files /dev/null and b/var/cache/dev/profiler/a5/7a/7c7aa5 differ diff --git a/var/cache/dev/profiler/a5/80/7780a5 b/var/cache/dev/profiler/a5/80/7780a5 new file mode 100644 index 00000000..2dc6caea Binary files /dev/null and b/var/cache/dev/profiler/a5/80/7780a5 differ diff --git a/var/cache/dev/profiler/a7/0a/140aa7 b/var/cache/dev/profiler/a7/0a/140aa7 new file mode 100644 index 00000000..48600c79 Binary files /dev/null and b/var/cache/dev/profiler/a7/0a/140aa7 differ diff --git a/var/cache/dev/profiler/a7/50/3a50a7 b/var/cache/dev/profiler/a7/50/3a50a7 new file mode 100644 index 00000000..5976a8e9 Binary files /dev/null and b/var/cache/dev/profiler/a7/50/3a50a7 differ diff --git a/var/cache/dev/profiler/a7/55/ba55a7 b/var/cache/dev/profiler/a7/55/ba55a7 new file mode 100644 index 00000000..2dcb9b2b Binary files /dev/null and b/var/cache/dev/profiler/a7/55/ba55a7 differ diff --git a/var/cache/dev/profiler/a7/cd/48cda7 b/var/cache/dev/profiler/a7/cd/48cda7 new file mode 100644 index 00000000..5af51f60 Binary files /dev/null and b/var/cache/dev/profiler/a7/cd/48cda7 differ diff --git a/var/cache/dev/profiler/a7/e5/e4e5a7 b/var/cache/dev/profiler/a7/e5/e4e5a7 new file mode 100644 index 00000000..acbaa6bd Binary files /dev/null and b/var/cache/dev/profiler/a7/e5/e4e5a7 differ diff --git a/var/cache/dev/profiler/a8/d0/82d0a8 b/var/cache/dev/profiler/a8/d0/82d0a8 new file mode 100644 index 00000000..92fa2452 Binary files /dev/null and b/var/cache/dev/profiler/a8/d0/82d0a8 differ diff --git a/var/cache/dev/profiler/a9/15/2d15a9 b/var/cache/dev/profiler/a9/15/2d15a9 new file mode 100644 index 00000000..1af6db4e Binary files /dev/null and b/var/cache/dev/profiler/a9/15/2d15a9 differ diff --git a/var/cache/dev/profiler/a9/1e/b81ea9 b/var/cache/dev/profiler/a9/1e/b81ea9 new file mode 100644 index 00000000..0b5de9f0 Binary files /dev/null and b/var/cache/dev/profiler/a9/1e/b81ea9 differ diff --git a/var/cache/dev/profiler/a9/f7/a0f7a9 b/var/cache/dev/profiler/a9/f7/a0f7a9 new file mode 100644 index 00000000..aa4bddef Binary files /dev/null and b/var/cache/dev/profiler/a9/f7/a0f7a9 differ diff --git a/var/cache/dev/profiler/aa/05/a205aa b/var/cache/dev/profiler/aa/05/a205aa new file mode 100644 index 00000000..e810613b Binary files /dev/null and b/var/cache/dev/profiler/aa/05/a205aa differ diff --git a/var/cache/dev/profiler/aa/83/d883aa b/var/cache/dev/profiler/aa/83/d883aa new file mode 100644 index 00000000..a9bbc412 Binary files /dev/null and b/var/cache/dev/profiler/aa/83/d883aa differ diff --git a/var/cache/dev/profiler/ab/5f/ad5fab b/var/cache/dev/profiler/ab/5f/ad5fab new file mode 100644 index 00000000..64380182 Binary files /dev/null and b/var/cache/dev/profiler/ab/5f/ad5fab differ diff --git a/var/cache/dev/profiler/ac/2a/8b2aac b/var/cache/dev/profiler/ac/2a/8b2aac new file mode 100644 index 00000000..40937e23 Binary files /dev/null and b/var/cache/dev/profiler/ac/2a/8b2aac differ diff --git a/var/cache/dev/profiler/ac/a5/5fa5ac b/var/cache/dev/profiler/ac/a5/5fa5ac new file mode 100644 index 00000000..bb1e7ee9 Binary files /dev/null and b/var/cache/dev/profiler/ac/a5/5fa5ac differ diff --git a/var/cache/dev/profiler/ad/0f/650fad b/var/cache/dev/profiler/ad/0f/650fad new file mode 100644 index 00000000..c9739dcd Binary files /dev/null and b/var/cache/dev/profiler/ad/0f/650fad differ diff --git a/var/cache/dev/profiler/ad/36/b836ad b/var/cache/dev/profiler/ad/36/b836ad new file mode 100644 index 00000000..bb616b7b Binary files /dev/null and b/var/cache/dev/profiler/ad/36/b836ad differ diff --git a/var/cache/dev/profiler/ad/72/3872ad b/var/cache/dev/profiler/ad/72/3872ad new file mode 100644 index 00000000..5702331c Binary files /dev/null and b/var/cache/dev/profiler/ad/72/3872ad differ diff --git a/var/cache/dev/profiler/ae/22/6122ae b/var/cache/dev/profiler/ae/22/6122ae new file mode 100644 index 00000000..45d17e22 Binary files /dev/null and b/var/cache/dev/profiler/ae/22/6122ae differ diff --git a/var/cache/dev/profiler/ae/64/2b64ae b/var/cache/dev/profiler/ae/64/2b64ae new file mode 100644 index 00000000..43685996 Binary files /dev/null and b/var/cache/dev/profiler/ae/64/2b64ae differ diff --git a/var/cache/dev/profiler/af/62/1862af b/var/cache/dev/profiler/af/62/1862af new file mode 100644 index 00000000..3b9e26ee Binary files /dev/null and b/var/cache/dev/profiler/af/62/1862af differ diff --git a/var/cache/dev/profiler/af/b4/beb4af b/var/cache/dev/profiler/af/b4/beb4af new file mode 100644 index 00000000..b4953a7d Binary files /dev/null and b/var/cache/dev/profiler/af/b4/beb4af differ diff --git a/var/cache/dev/profiler/af/f5/aaf5af b/var/cache/dev/profiler/af/f5/aaf5af new file mode 100644 index 00000000..8934a0ca Binary files /dev/null and b/var/cache/dev/profiler/af/f5/aaf5af differ diff --git a/var/cache/dev/profiler/b0/c7/93c7b0 b/var/cache/dev/profiler/b0/c7/93c7b0 new file mode 100644 index 00000000..b329677a Binary files /dev/null and b/var/cache/dev/profiler/b0/c7/93c7b0 differ diff --git a/var/cache/dev/profiler/b0/f0/c6f0b0 b/var/cache/dev/profiler/b0/f0/c6f0b0 new file mode 100644 index 00000000..f490d0eb Binary files /dev/null and b/var/cache/dev/profiler/b0/f0/c6f0b0 differ diff --git a/var/cache/dev/profiler/b1/19/9319b1 b/var/cache/dev/profiler/b1/19/9319b1 new file mode 100644 index 00000000..85af2363 Binary files /dev/null and b/var/cache/dev/profiler/b1/19/9319b1 differ diff --git a/var/cache/dev/profiler/b1/92/4192b1 b/var/cache/dev/profiler/b1/92/4192b1 new file mode 100644 index 00000000..e0328b17 Binary files /dev/null and b/var/cache/dev/profiler/b1/92/4192b1 differ diff --git a/var/cache/dev/profiler/b2/19/a119b2 b/var/cache/dev/profiler/b2/19/a119b2 new file mode 100644 index 00000000..fb21e91e Binary files /dev/null and b/var/cache/dev/profiler/b2/19/a119b2 differ diff --git a/var/cache/dev/profiler/b3/dc/1fdcb3 b/var/cache/dev/profiler/b3/dc/1fdcb3 new file mode 100644 index 00000000..516450de Binary files /dev/null and b/var/cache/dev/profiler/b3/dc/1fdcb3 differ diff --git a/var/cache/dev/profiler/b4/89/6189b4 b/var/cache/dev/profiler/b4/89/6189b4 new file mode 100644 index 00000000..520c6a1b Binary files /dev/null and b/var/cache/dev/profiler/b4/89/6189b4 differ diff --git a/var/cache/dev/profiler/b4/a3/00a3b4 b/var/cache/dev/profiler/b4/a3/00a3b4 new file mode 100644 index 00000000..0ca224f4 Binary files /dev/null and b/var/cache/dev/profiler/b4/a3/00a3b4 differ diff --git a/var/cache/dev/profiler/b6/02/2502b6 b/var/cache/dev/profiler/b6/02/2502b6 new file mode 100644 index 00000000..5881a1d0 Binary files /dev/null and b/var/cache/dev/profiler/b6/02/2502b6 differ diff --git a/var/cache/dev/profiler/b6/31/4531b6 b/var/cache/dev/profiler/b6/31/4531b6 new file mode 100644 index 00000000..20df51f7 Binary files /dev/null and b/var/cache/dev/profiler/b6/31/4531b6 differ diff --git a/var/cache/dev/profiler/b6/5a/3a5ab6 b/var/cache/dev/profiler/b6/5a/3a5ab6 new file mode 100644 index 00000000..374c2f07 Binary files /dev/null and b/var/cache/dev/profiler/b6/5a/3a5ab6 differ diff --git a/var/cache/dev/profiler/b6/ba/50bab6 b/var/cache/dev/profiler/b6/ba/50bab6 new file mode 100644 index 00000000..9dd31f20 Binary files /dev/null and b/var/cache/dev/profiler/b6/ba/50bab6 differ diff --git a/var/cache/dev/profiler/b6/cd/4dcdb6 b/var/cache/dev/profiler/b6/cd/4dcdb6 new file mode 100644 index 00000000..39ad0a94 Binary files /dev/null and b/var/cache/dev/profiler/b6/cd/4dcdb6 differ diff --git a/var/cache/dev/profiler/b7/20/e520b7 b/var/cache/dev/profiler/b7/20/e520b7 new file mode 100644 index 00000000..2b3b25f2 Binary files /dev/null and b/var/cache/dev/profiler/b7/20/e520b7 differ diff --git a/var/cache/dev/profiler/b7/57/1557b7 b/var/cache/dev/profiler/b7/57/1557b7 new file mode 100644 index 00000000..adadc41d Binary files /dev/null and b/var/cache/dev/profiler/b7/57/1557b7 differ diff --git a/var/cache/dev/profiler/b7/6f/106fb7 b/var/cache/dev/profiler/b7/6f/106fb7 new file mode 100644 index 00000000..0be2bcbd Binary files /dev/null and b/var/cache/dev/profiler/b7/6f/106fb7 differ diff --git a/var/cache/dev/profiler/b7/7f/f97fb7 b/var/cache/dev/profiler/b7/7f/f97fb7 new file mode 100644 index 00000000..fce14ab9 Binary files /dev/null and b/var/cache/dev/profiler/b7/7f/f97fb7 differ diff --git a/var/cache/dev/profiler/b8/f6/a2f6b8 b/var/cache/dev/profiler/b8/f6/a2f6b8 new file mode 100644 index 00000000..fcf48b16 Binary files /dev/null and b/var/cache/dev/profiler/b8/f6/a2f6b8 differ diff --git a/var/cache/dev/profiler/b9/26/7e26b9 b/var/cache/dev/profiler/b9/26/7e26b9 new file mode 100644 index 00000000..d9f6d7d8 Binary files /dev/null and b/var/cache/dev/profiler/b9/26/7e26b9 differ diff --git a/var/cache/dev/profiler/b9/37/8837b9 b/var/cache/dev/profiler/b9/37/8837b9 new file mode 100644 index 00000000..da989334 Binary files /dev/null and b/var/cache/dev/profiler/b9/37/8837b9 differ diff --git a/var/cache/dev/profiler/ba/3e/803eba b/var/cache/dev/profiler/ba/3e/803eba new file mode 100644 index 00000000..c9c40b01 Binary files /dev/null and b/var/cache/dev/profiler/ba/3e/803eba differ diff --git a/var/cache/dev/profiler/ba/ab/0eabba b/var/cache/dev/profiler/ba/ab/0eabba new file mode 100644 index 00000000..76ca0979 Binary files /dev/null and b/var/cache/dev/profiler/ba/ab/0eabba differ diff --git a/var/cache/dev/profiler/bb/16/0616bb b/var/cache/dev/profiler/bb/16/0616bb new file mode 100644 index 00000000..9e135191 Binary files /dev/null and b/var/cache/dev/profiler/bb/16/0616bb differ diff --git a/var/cache/dev/profiler/bc/20/ab20bc b/var/cache/dev/profiler/bc/20/ab20bc new file mode 100644 index 00000000..124de823 Binary files /dev/null and b/var/cache/dev/profiler/bc/20/ab20bc differ diff --git a/var/cache/dev/profiler/bc/23/5923bc b/var/cache/dev/profiler/bc/23/5923bc new file mode 100644 index 00000000..f3c55051 Binary files /dev/null and b/var/cache/dev/profiler/bc/23/5923bc differ diff --git a/var/cache/dev/profiler/bf/22/3c22bf b/var/cache/dev/profiler/bf/22/3c22bf new file mode 100644 index 00000000..46f2614c Binary files /dev/null and b/var/cache/dev/profiler/bf/22/3c22bf differ diff --git a/var/cache/dev/profiler/bf/66/7566bf b/var/cache/dev/profiler/bf/66/7566bf new file mode 100644 index 00000000..ed1c7097 Binary files /dev/null and b/var/cache/dev/profiler/bf/66/7566bf differ diff --git a/var/cache/dev/profiler/bf/8a/f98abf b/var/cache/dev/profiler/bf/8a/f98abf new file mode 100644 index 00000000..0fafa3f8 Binary files /dev/null and b/var/cache/dev/profiler/bf/8a/f98abf differ diff --git a/var/cache/dev/profiler/bf/99/8e99bf b/var/cache/dev/profiler/bf/99/8e99bf new file mode 100644 index 00000000..486ffb0f Binary files /dev/null and b/var/cache/dev/profiler/bf/99/8e99bf differ diff --git a/var/cache/dev/profiler/c0/ce/cacec0 b/var/cache/dev/profiler/c0/ce/cacec0 new file mode 100644 index 00000000..b61f68a8 Binary files /dev/null and b/var/cache/dev/profiler/c0/ce/cacec0 differ diff --git a/var/cache/dev/profiler/c1/63/0763c1 b/var/cache/dev/profiler/c1/63/0763c1 new file mode 100644 index 00000000..2ccd8452 Binary files /dev/null and b/var/cache/dev/profiler/c1/63/0763c1 differ diff --git a/var/cache/dev/profiler/c1/de/89dec1 b/var/cache/dev/profiler/c1/de/89dec1 new file mode 100644 index 00000000..0c672512 Binary files /dev/null and b/var/cache/dev/profiler/c1/de/89dec1 differ diff --git a/var/cache/dev/profiler/c1/f7/69f7c1 b/var/cache/dev/profiler/c1/f7/69f7c1 new file mode 100644 index 00000000..f5857963 Binary files /dev/null and b/var/cache/dev/profiler/c1/f7/69f7c1 differ diff --git a/var/cache/dev/profiler/c2/21/8421c2 b/var/cache/dev/profiler/c2/21/8421c2 new file mode 100644 index 00000000..2273fb3f Binary files /dev/null and b/var/cache/dev/profiler/c2/21/8421c2 differ diff --git a/var/cache/dev/profiler/c4/59/ca59c4 b/var/cache/dev/profiler/c4/59/ca59c4 new file mode 100644 index 00000000..1ac93ed1 Binary files /dev/null and b/var/cache/dev/profiler/c4/59/ca59c4 differ diff --git a/var/cache/dev/profiler/c4/6b/826bc4 b/var/cache/dev/profiler/c4/6b/826bc4 new file mode 100644 index 00000000..10c78ec2 Binary files /dev/null and b/var/cache/dev/profiler/c4/6b/826bc4 differ diff --git a/var/cache/dev/profiler/c6/6d/a96dc6 b/var/cache/dev/profiler/c6/6d/a96dc6 new file mode 100644 index 00000000..0bc7640c Binary files /dev/null and b/var/cache/dev/profiler/c6/6d/a96dc6 differ diff --git a/var/cache/dev/profiler/c7/19/8719c7 b/var/cache/dev/profiler/c7/19/8719c7 new file mode 100644 index 00000000..1b6f4e67 Binary files /dev/null and b/var/cache/dev/profiler/c7/19/8719c7 differ diff --git a/var/cache/dev/profiler/c7/26/0a26c7 b/var/cache/dev/profiler/c7/26/0a26c7 new file mode 100644 index 00000000..635bc414 Binary files /dev/null and b/var/cache/dev/profiler/c7/26/0a26c7 differ diff --git a/var/cache/dev/profiler/c7/42/d342c7 b/var/cache/dev/profiler/c7/42/d342c7 new file mode 100644 index 00000000..64f7d94b Binary files /dev/null and b/var/cache/dev/profiler/c7/42/d342c7 differ diff --git a/var/cache/dev/profiler/c7/e6/ffe6c7 b/var/cache/dev/profiler/c7/e6/ffe6c7 new file mode 100644 index 00000000..75ea15a2 Binary files /dev/null and b/var/cache/dev/profiler/c7/e6/ffe6c7 differ diff --git a/var/cache/dev/profiler/ca/4f/0b4fca b/var/cache/dev/profiler/ca/4f/0b4fca new file mode 100644 index 00000000..65bac7be Binary files /dev/null and b/var/cache/dev/profiler/ca/4f/0b4fca differ diff --git a/var/cache/dev/profiler/ca/75/7f75ca b/var/cache/dev/profiler/ca/75/7f75ca new file mode 100644 index 00000000..4fea30d1 Binary files /dev/null and b/var/cache/dev/profiler/ca/75/7f75ca differ diff --git a/var/cache/dev/profiler/cc/c6/7cc6cc b/var/cache/dev/profiler/cc/c6/7cc6cc new file mode 100644 index 00000000..f98a73ee Binary files /dev/null and b/var/cache/dev/profiler/cc/c6/7cc6cc differ diff --git a/var/cache/dev/profiler/cd/22/1422cd b/var/cache/dev/profiler/cd/22/1422cd new file mode 100644 index 00000000..c6c16641 Binary files /dev/null and b/var/cache/dev/profiler/cd/22/1422cd differ diff --git a/var/cache/dev/profiler/cf/20/5820cf b/var/cache/dev/profiler/cf/20/5820cf new file mode 100644 index 00000000..1a698ffe Binary files /dev/null and b/var/cache/dev/profiler/cf/20/5820cf differ diff --git a/var/cache/dev/profiler/cf/4b/274bcf b/var/cache/dev/profiler/cf/4b/274bcf new file mode 100644 index 00000000..7685eb79 Binary files /dev/null and b/var/cache/dev/profiler/cf/4b/274bcf differ diff --git a/var/cache/dev/profiler/cf/72/cc72cf b/var/cache/dev/profiler/cf/72/cc72cf new file mode 100644 index 00000000..39c9ce12 Binary files /dev/null and b/var/cache/dev/profiler/cf/72/cc72cf differ diff --git a/var/cache/dev/profiler/cf/c6/3cc6cf b/var/cache/dev/profiler/cf/c6/3cc6cf new file mode 100644 index 00000000..2f036538 Binary files /dev/null and b/var/cache/dev/profiler/cf/c6/3cc6cf differ diff --git a/var/cache/dev/profiler/d0/79/3079d0 b/var/cache/dev/profiler/d0/79/3079d0 new file mode 100644 index 00000000..b8416f46 Binary files /dev/null and b/var/cache/dev/profiler/d0/79/3079d0 differ diff --git a/var/cache/dev/profiler/d1/fe/fbfed1 b/var/cache/dev/profiler/d1/fe/fbfed1 new file mode 100644 index 00000000..c8eeb67c Binary files /dev/null and b/var/cache/dev/profiler/d1/fe/fbfed1 differ diff --git a/var/cache/dev/profiler/d2/52/9f52d2 b/var/cache/dev/profiler/d2/52/9f52d2 new file mode 100644 index 00000000..7da03a5f Binary files /dev/null and b/var/cache/dev/profiler/d2/52/9f52d2 differ diff --git a/var/cache/dev/profiler/d3/10/bf10d3 b/var/cache/dev/profiler/d3/10/bf10d3 new file mode 100644 index 00000000..d434001d Binary files /dev/null and b/var/cache/dev/profiler/d3/10/bf10d3 differ diff --git a/var/cache/dev/profiler/d3/2d/332dd3 b/var/cache/dev/profiler/d3/2d/332dd3 new file mode 100644 index 00000000..d6bb4245 Binary files /dev/null and b/var/cache/dev/profiler/d3/2d/332dd3 differ diff --git a/var/cache/dev/profiler/d3/ec/42ecd3 b/var/cache/dev/profiler/d3/ec/42ecd3 new file mode 100644 index 00000000..adf2addd Binary files /dev/null and b/var/cache/dev/profiler/d3/ec/42ecd3 differ diff --git a/var/cache/dev/profiler/d4/a1/76a1d4 b/var/cache/dev/profiler/d4/a1/76a1d4 new file mode 100644 index 00000000..a9a0b055 Binary files /dev/null and b/var/cache/dev/profiler/d4/a1/76a1d4 differ diff --git a/var/cache/dev/profiler/d4/ea/1aead4 b/var/cache/dev/profiler/d4/ea/1aead4 new file mode 100644 index 00000000..5e7501b9 Binary files /dev/null and b/var/cache/dev/profiler/d4/ea/1aead4 differ diff --git a/var/cache/dev/profiler/d4/fc/55fcd4 b/var/cache/dev/profiler/d4/fc/55fcd4 new file mode 100644 index 00000000..c1811e03 Binary files /dev/null and b/var/cache/dev/profiler/d4/fc/55fcd4 differ diff --git a/var/cache/dev/profiler/d5/30/8b30d5 b/var/cache/dev/profiler/d5/30/8b30d5 new file mode 100644 index 00000000..484c2227 Binary files /dev/null and b/var/cache/dev/profiler/d5/30/8b30d5 differ diff --git a/var/cache/dev/profiler/d6/16/2416d6 b/var/cache/dev/profiler/d6/16/2416d6 new file mode 100644 index 00000000..1551cc05 Binary files /dev/null and b/var/cache/dev/profiler/d6/16/2416d6 differ diff --git a/var/cache/dev/profiler/d6/b0/02b0d6 b/var/cache/dev/profiler/d6/b0/02b0d6 new file mode 100644 index 00000000..e118f0fa Binary files /dev/null and b/var/cache/dev/profiler/d6/b0/02b0d6 differ diff --git a/var/cache/dev/profiler/d6/dc/72dcd6 b/var/cache/dev/profiler/d6/dc/72dcd6 new file mode 100644 index 00000000..0dcbd244 Binary files /dev/null and b/var/cache/dev/profiler/d6/dc/72dcd6 differ diff --git a/var/cache/dev/profiler/d7/56/ee56d7 b/var/cache/dev/profiler/d7/56/ee56d7 new file mode 100644 index 00000000..c044c7de Binary files /dev/null and b/var/cache/dev/profiler/d7/56/ee56d7 differ diff --git a/var/cache/dev/profiler/d8/87/0b87d8 b/var/cache/dev/profiler/d8/87/0b87d8 new file mode 100644 index 00000000..90c0ef48 Binary files /dev/null and b/var/cache/dev/profiler/d8/87/0b87d8 differ diff --git a/var/cache/dev/profiler/d8/ba/f4bad8 b/var/cache/dev/profiler/d8/ba/f4bad8 new file mode 100644 index 00000000..b6d23ba7 Binary files /dev/null and b/var/cache/dev/profiler/d8/ba/f4bad8 differ diff --git a/var/cache/dev/profiler/d8/e1/11e1d8 b/var/cache/dev/profiler/d8/e1/11e1d8 new file mode 100644 index 00000000..d05f8b5a Binary files /dev/null and b/var/cache/dev/profiler/d8/e1/11e1d8 differ diff --git a/var/cache/dev/profiler/d8/e9/10e9d8 b/var/cache/dev/profiler/d8/e9/10e9d8 new file mode 100644 index 00000000..14f6dedf Binary files /dev/null and b/var/cache/dev/profiler/d8/e9/10e9d8 differ diff --git a/var/cache/dev/profiler/d9/71/2c71d9 b/var/cache/dev/profiler/d9/71/2c71d9 new file mode 100644 index 00000000..ba5b350e Binary files /dev/null and b/var/cache/dev/profiler/d9/71/2c71d9 differ diff --git a/var/cache/dev/profiler/d9/92/2e92d9 b/var/cache/dev/profiler/d9/92/2e92d9 new file mode 100644 index 00000000..f57d27a1 Binary files /dev/null and b/var/cache/dev/profiler/d9/92/2e92d9 differ diff --git a/var/cache/dev/profiler/da/04/d904da b/var/cache/dev/profiler/da/04/d904da new file mode 100644 index 00000000..7545a2ae Binary files /dev/null and b/var/cache/dev/profiler/da/04/d904da differ diff --git a/var/cache/dev/profiler/db/29/3029db b/var/cache/dev/profiler/db/29/3029db new file mode 100644 index 00000000..fec6f66e Binary files /dev/null and b/var/cache/dev/profiler/db/29/3029db differ diff --git a/var/cache/dev/profiler/dc/1c/041cdc b/var/cache/dev/profiler/dc/1c/041cdc new file mode 100644 index 00000000..be7545e7 Binary files /dev/null and b/var/cache/dev/profiler/dc/1c/041cdc differ diff --git a/var/cache/dev/profiler/dc/d0/a7d0dc b/var/cache/dev/profiler/dc/d0/a7d0dc new file mode 100644 index 00000000..5dfd40e3 Binary files /dev/null and b/var/cache/dev/profiler/dc/d0/a7d0dc differ diff --git a/var/cache/dev/profiler/dd/04/a904dd b/var/cache/dev/profiler/dd/04/a904dd new file mode 100644 index 00000000..96e72102 Binary files /dev/null and b/var/cache/dev/profiler/dd/04/a904dd differ diff --git a/var/cache/dev/profiler/de/45/0e45de b/var/cache/dev/profiler/de/45/0e45de new file mode 100644 index 00000000..a2a3f286 Binary files /dev/null and b/var/cache/dev/profiler/de/45/0e45de differ diff --git a/var/cache/dev/profiler/de/64/7264de b/var/cache/dev/profiler/de/64/7264de new file mode 100644 index 00000000..588035af Binary files /dev/null and b/var/cache/dev/profiler/de/64/7264de differ diff --git a/var/cache/dev/profiler/de/84/7284de b/var/cache/dev/profiler/de/84/7284de new file mode 100644 index 00000000..36c477f3 Binary files /dev/null and b/var/cache/dev/profiler/de/84/7284de differ diff --git a/var/cache/dev/profiler/de/8a/fb8ade b/var/cache/dev/profiler/de/8a/fb8ade new file mode 100644 index 00000000..62c2dab3 Binary files /dev/null and b/var/cache/dev/profiler/de/8a/fb8ade differ diff --git a/var/cache/dev/profiler/de/93/8193de b/var/cache/dev/profiler/de/93/8193de new file mode 100644 index 00000000..61afb260 Binary files /dev/null and b/var/cache/dev/profiler/de/93/8193de differ diff --git a/var/cache/dev/profiler/df/47/2647df b/var/cache/dev/profiler/df/47/2647df new file mode 100644 index 00000000..e8ea2a16 Binary files /dev/null and b/var/cache/dev/profiler/df/47/2647df differ diff --git a/var/cache/dev/profiler/df/55/f655df b/var/cache/dev/profiler/df/55/f655df new file mode 100644 index 00000000..9c3d742c Binary files /dev/null and b/var/cache/dev/profiler/df/55/f655df differ diff --git a/var/cache/dev/profiler/df/bf/36bfdf b/var/cache/dev/profiler/df/bf/36bfdf new file mode 100644 index 00000000..5ef2967a Binary files /dev/null and b/var/cache/dev/profiler/df/bf/36bfdf differ diff --git a/var/cache/dev/profiler/df/e3/d9e3df b/var/cache/dev/profiler/df/e3/d9e3df new file mode 100644 index 00000000..af39d0bb Binary files /dev/null and b/var/cache/dev/profiler/df/e3/d9e3df differ diff --git a/var/cache/dev/profiler/e0/74/1074e0 b/var/cache/dev/profiler/e0/74/1074e0 new file mode 100644 index 00000000..e35a2186 Binary files /dev/null and b/var/cache/dev/profiler/e0/74/1074e0 differ diff --git a/var/cache/dev/profiler/e0/a3/b9a3e0 b/var/cache/dev/profiler/e0/a3/b9a3e0 new file mode 100644 index 00000000..cf791a4b Binary files /dev/null and b/var/cache/dev/profiler/e0/a3/b9a3e0 differ diff --git a/var/cache/dev/profiler/e1/49/4249e1 b/var/cache/dev/profiler/e1/49/4249e1 new file mode 100644 index 00000000..25527d9b Binary files /dev/null and b/var/cache/dev/profiler/e1/49/4249e1 differ diff --git a/var/cache/dev/profiler/e2/01/f801e2 b/var/cache/dev/profiler/e2/01/f801e2 new file mode 100644 index 00000000..70552c34 Binary files /dev/null and b/var/cache/dev/profiler/e2/01/f801e2 differ diff --git a/var/cache/dev/profiler/e2/0d/de0de2 b/var/cache/dev/profiler/e2/0d/de0de2 new file mode 100644 index 00000000..d959821f Binary files /dev/null and b/var/cache/dev/profiler/e2/0d/de0de2 differ diff --git a/var/cache/dev/profiler/e2/22/0422e2 b/var/cache/dev/profiler/e2/22/0422e2 new file mode 100644 index 00000000..cc8468bf Binary files /dev/null and b/var/cache/dev/profiler/e2/22/0422e2 differ diff --git a/var/cache/dev/profiler/e2/7c/c07ce2 b/var/cache/dev/profiler/e2/7c/c07ce2 new file mode 100644 index 00000000..77d16f56 Binary files /dev/null and b/var/cache/dev/profiler/e2/7c/c07ce2 differ diff --git a/var/cache/dev/profiler/e3/a2/41a2e3 b/var/cache/dev/profiler/e3/a2/41a2e3 new file mode 100644 index 00000000..498db68c Binary files /dev/null and b/var/cache/dev/profiler/e3/a2/41a2e3 differ diff --git a/var/cache/dev/profiler/e5/34/2734e5 b/var/cache/dev/profiler/e5/34/2734e5 new file mode 100644 index 00000000..6789443f Binary files /dev/null and b/var/cache/dev/profiler/e5/34/2734e5 differ diff --git a/var/cache/dev/profiler/e5/af/b0afe5 b/var/cache/dev/profiler/e5/af/b0afe5 new file mode 100644 index 00000000..9816247f Binary files /dev/null and b/var/cache/dev/profiler/e5/af/b0afe5 differ diff --git a/var/cache/dev/profiler/e5/e8/cde8e5 b/var/cache/dev/profiler/e5/e8/cde8e5 new file mode 100644 index 00000000..96927b41 Binary files /dev/null and b/var/cache/dev/profiler/e5/e8/cde8e5 differ diff --git a/var/cache/dev/profiler/e6/21/9c21e6 b/var/cache/dev/profiler/e6/21/9c21e6 new file mode 100644 index 00000000..94c2c85d Binary files /dev/null and b/var/cache/dev/profiler/e6/21/9c21e6 differ diff --git a/var/cache/dev/profiler/e6/33/f433e6 b/var/cache/dev/profiler/e6/33/f433e6 new file mode 100644 index 00000000..2ad2f9e2 Binary files /dev/null and b/var/cache/dev/profiler/e6/33/f433e6 differ diff --git a/var/cache/dev/profiler/e7/12/ce12e7 b/var/cache/dev/profiler/e7/12/ce12e7 new file mode 100644 index 00000000..8153e1e9 Binary files /dev/null and b/var/cache/dev/profiler/e7/12/ce12e7 differ diff --git a/var/cache/dev/profiler/e8/1b/a41be8 b/var/cache/dev/profiler/e8/1b/a41be8 new file mode 100644 index 00000000..7f02035e Binary files /dev/null and b/var/cache/dev/profiler/e8/1b/a41be8 differ diff --git a/var/cache/dev/profiler/e9/08/ec08e9 b/var/cache/dev/profiler/e9/08/ec08e9 new file mode 100644 index 00000000..71941546 Binary files /dev/null and b/var/cache/dev/profiler/e9/08/ec08e9 differ diff --git a/var/cache/dev/profiler/e9/8c/e08ce9 b/var/cache/dev/profiler/e9/8c/e08ce9 new file mode 100644 index 00000000..180ce597 Binary files /dev/null and b/var/cache/dev/profiler/e9/8c/e08ce9 differ diff --git a/var/cache/dev/profiler/e9/cd/eccde9 b/var/cache/dev/profiler/e9/cd/eccde9 new file mode 100644 index 00000000..2c944720 Binary files /dev/null and b/var/cache/dev/profiler/e9/cd/eccde9 differ diff --git a/var/cache/dev/profiler/ea/e1/53e1ea b/var/cache/dev/profiler/ea/e1/53e1ea new file mode 100644 index 00000000..e055f5bb Binary files /dev/null and b/var/cache/dev/profiler/ea/e1/53e1ea differ diff --git a/var/cache/dev/profiler/ea/e6/dce6ea b/var/cache/dev/profiler/ea/e6/dce6ea new file mode 100644 index 00000000..5dfaf6b5 Binary files /dev/null and b/var/cache/dev/profiler/ea/e6/dce6ea differ diff --git a/var/cache/dev/profiler/eb/29/b529eb b/var/cache/dev/profiler/eb/29/b529eb new file mode 100644 index 00000000..32159fe0 Binary files /dev/null and b/var/cache/dev/profiler/eb/29/b529eb differ diff --git a/var/cache/dev/profiler/eb/79/4579eb b/var/cache/dev/profiler/eb/79/4579eb new file mode 100644 index 00000000..f9031eb8 Binary files /dev/null and b/var/cache/dev/profiler/eb/79/4579eb differ diff --git a/var/cache/dev/profiler/eb/b1/04b1eb b/var/cache/dev/profiler/eb/b1/04b1eb new file mode 100644 index 00000000..d5410339 Binary files /dev/null and b/var/cache/dev/profiler/eb/b1/04b1eb differ diff --git a/var/cache/dev/profiler/ec/08/e708ec b/var/cache/dev/profiler/ec/08/e708ec new file mode 100644 index 00000000..4bdf73fa Binary files /dev/null and b/var/cache/dev/profiler/ec/08/e708ec differ diff --git a/var/cache/dev/profiler/ec/5f/075fec b/var/cache/dev/profiler/ec/5f/075fec new file mode 100644 index 00000000..16c70865 Binary files /dev/null and b/var/cache/dev/profiler/ec/5f/075fec differ diff --git a/var/cache/dev/profiler/ec/74/5c74ec b/var/cache/dev/profiler/ec/74/5c74ec new file mode 100644 index 00000000..ec809589 Binary files /dev/null and b/var/cache/dev/profiler/ec/74/5c74ec differ diff --git a/var/cache/dev/profiler/ed/17/8f17ed b/var/cache/dev/profiler/ed/17/8f17ed new file mode 100644 index 00000000..ede77175 Binary files /dev/null and b/var/cache/dev/profiler/ed/17/8f17ed differ diff --git a/var/cache/dev/profiler/ed/3c/f53ced b/var/cache/dev/profiler/ed/3c/f53ced new file mode 100644 index 00000000..3561edac Binary files /dev/null and b/var/cache/dev/profiler/ed/3c/f53ced differ diff --git a/var/cache/dev/profiler/ee/bb/84bbee b/var/cache/dev/profiler/ee/bb/84bbee new file mode 100644 index 00000000..8cc57c28 Binary files /dev/null and b/var/cache/dev/profiler/ee/bb/84bbee differ diff --git a/var/cache/dev/profiler/ee/be/22beee b/var/cache/dev/profiler/ee/be/22beee new file mode 100644 index 00000000..0e77bb24 Binary files /dev/null and b/var/cache/dev/profiler/ee/be/22beee differ diff --git a/var/cache/dev/profiler/ef/6b/6b6bef b/var/cache/dev/profiler/ef/6b/6b6bef new file mode 100644 index 00000000..ee1c8cb0 Binary files /dev/null and b/var/cache/dev/profiler/ef/6b/6b6bef differ diff --git a/var/cache/dev/profiler/ef/6f/f06fef b/var/cache/dev/profiler/ef/6f/f06fef new file mode 100644 index 00000000..a5558ffe Binary files /dev/null and b/var/cache/dev/profiler/ef/6f/f06fef differ diff --git a/var/cache/dev/profiler/f1/16/dc16f1 b/var/cache/dev/profiler/f1/16/dc16f1 new file mode 100644 index 00000000..92aeee8a Binary files /dev/null and b/var/cache/dev/profiler/f1/16/dc16f1 differ diff --git a/var/cache/dev/profiler/f1/1a/b51af1 b/var/cache/dev/profiler/f1/1a/b51af1 new file mode 100644 index 00000000..779ead5d Binary files /dev/null and b/var/cache/dev/profiler/f1/1a/b51af1 differ diff --git a/var/cache/dev/profiler/f1/af/4faff1 b/var/cache/dev/profiler/f1/af/4faff1 new file mode 100644 index 00000000..1b181a87 Binary files /dev/null and b/var/cache/dev/profiler/f1/af/4faff1 differ diff --git a/var/cache/dev/profiler/f1/d9/72d9f1 b/var/cache/dev/profiler/f1/d9/72d9f1 new file mode 100644 index 00000000..30721da2 Binary files /dev/null and b/var/cache/dev/profiler/f1/d9/72d9f1 differ diff --git a/var/cache/dev/profiler/f1/e3/c1e3f1 b/var/cache/dev/profiler/f1/e3/c1e3f1 new file mode 100644 index 00000000..f46df0ed Binary files /dev/null and b/var/cache/dev/profiler/f1/e3/c1e3f1 differ diff --git a/var/cache/dev/profiler/f1/e5/81e5f1 b/var/cache/dev/profiler/f1/e5/81e5f1 new file mode 100644 index 00000000..8ff3875a Binary files /dev/null and b/var/cache/dev/profiler/f1/e5/81e5f1 differ diff --git a/var/cache/dev/profiler/f2/0d/dd0df2 b/var/cache/dev/profiler/f2/0d/dd0df2 new file mode 100644 index 00000000..0931257d Binary files /dev/null and b/var/cache/dev/profiler/f2/0d/dd0df2 differ diff --git a/var/cache/dev/profiler/f2/c3/4cc3f2 b/var/cache/dev/profiler/f2/c3/4cc3f2 new file mode 100644 index 00000000..560f02d4 Binary files /dev/null and b/var/cache/dev/profiler/f2/c3/4cc3f2 differ diff --git a/var/cache/dev/profiler/f3/0b/ce0bf3 b/var/cache/dev/profiler/f3/0b/ce0bf3 new file mode 100644 index 00000000..4da5dc20 Binary files /dev/null and b/var/cache/dev/profiler/f3/0b/ce0bf3 differ diff --git a/var/cache/dev/profiler/f3/4a/934af3 b/var/cache/dev/profiler/f3/4a/934af3 new file mode 100644 index 00000000..225cf27e Binary files /dev/null and b/var/cache/dev/profiler/f3/4a/934af3 differ diff --git a/var/cache/dev/profiler/f3/e9/78e9f3 b/var/cache/dev/profiler/f3/e9/78e9f3 new file mode 100644 index 00000000..f608c500 Binary files /dev/null and b/var/cache/dev/profiler/f3/e9/78e9f3 differ diff --git a/var/cache/dev/profiler/f4/13/8413f4 b/var/cache/dev/profiler/f4/13/8413f4 new file mode 100644 index 00000000..cabddf78 Binary files /dev/null and b/var/cache/dev/profiler/f4/13/8413f4 differ diff --git a/var/cache/dev/profiler/f4/e9/32e9f4 b/var/cache/dev/profiler/f4/e9/32e9f4 new file mode 100644 index 00000000..83a91e03 Binary files /dev/null and b/var/cache/dev/profiler/f4/e9/32e9f4 differ diff --git a/var/cache/dev/profiler/f5/2f/712ff5 b/var/cache/dev/profiler/f5/2f/712ff5 new file mode 100644 index 00000000..65e4e8f6 Binary files /dev/null and b/var/cache/dev/profiler/f5/2f/712ff5 differ diff --git a/var/cache/dev/profiler/f5/87/bb87f5 b/var/cache/dev/profiler/f5/87/bb87f5 new file mode 100644 index 00000000..eb2ef2fc Binary files /dev/null and b/var/cache/dev/profiler/f5/87/bb87f5 differ diff --git a/var/cache/dev/profiler/f5/8e/298ef5 b/var/cache/dev/profiler/f5/8e/298ef5 new file mode 100644 index 00000000..3d5b142a Binary files /dev/null and b/var/cache/dev/profiler/f5/8e/298ef5 differ diff --git a/var/cache/dev/profiler/f5/b0/9ab0f5 b/var/cache/dev/profiler/f5/b0/9ab0f5 new file mode 100644 index 00000000..3dadd4ea Binary files /dev/null and b/var/cache/dev/profiler/f5/b0/9ab0f5 differ diff --git a/var/cache/dev/profiler/f6/b1/53b1f6 b/var/cache/dev/profiler/f6/b1/53b1f6 new file mode 100644 index 00000000..97c2bf5b Binary files /dev/null and b/var/cache/dev/profiler/f6/b1/53b1f6 differ diff --git a/var/cache/dev/profiler/f7/db/69dbf7 b/var/cache/dev/profiler/f7/db/69dbf7 new file mode 100644 index 00000000..ca498966 Binary files /dev/null and b/var/cache/dev/profiler/f7/db/69dbf7 differ diff --git a/var/cache/dev/profiler/f8/99/fb99f8 b/var/cache/dev/profiler/f8/99/fb99f8 new file mode 100644 index 00000000..5bd8efbe Binary files /dev/null and b/var/cache/dev/profiler/f8/99/fb99f8 differ diff --git a/var/cache/dev/profiler/f9/a5/aaa5f9 b/var/cache/dev/profiler/f9/a5/aaa5f9 new file mode 100644 index 00000000..0591bfaf Binary files /dev/null and b/var/cache/dev/profiler/f9/a5/aaa5f9 differ diff --git a/var/cache/dev/profiler/f9/af/7baff9 b/var/cache/dev/profiler/f9/af/7baff9 new file mode 100644 index 00000000..1f28fdef Binary files /dev/null and b/var/cache/dev/profiler/f9/af/7baff9 differ diff --git a/var/cache/dev/profiler/f9/f0/10f0f9 b/var/cache/dev/profiler/f9/f0/10f0f9 new file mode 100644 index 00000000..8f109ba6 Binary files /dev/null and b/var/cache/dev/profiler/f9/f0/10f0f9 differ diff --git a/var/cache/dev/profiler/fa/ab/65abfa b/var/cache/dev/profiler/fa/ab/65abfa new file mode 100644 index 00000000..6e0ab29e Binary files /dev/null and b/var/cache/dev/profiler/fa/ab/65abfa differ diff --git a/var/cache/dev/profiler/fb/fd/56fdfb b/var/cache/dev/profiler/fb/fd/56fdfb new file mode 100644 index 00000000..35165b9d Binary files /dev/null and b/var/cache/dev/profiler/fb/fd/56fdfb differ diff --git a/var/cache/dev/profiler/fc/36/9536fc b/var/cache/dev/profiler/fc/36/9536fc new file mode 100644 index 00000000..78238474 Binary files /dev/null and b/var/cache/dev/profiler/fc/36/9536fc differ diff --git a/var/cache/dev/profiler/fc/a8/98a8fc b/var/cache/dev/profiler/fc/a8/98a8fc new file mode 100644 index 00000000..7a959318 Binary files /dev/null and b/var/cache/dev/profiler/fc/a8/98a8fc differ diff --git a/var/cache/dev/profiler/fd/07/2907fd b/var/cache/dev/profiler/fd/07/2907fd new file mode 100644 index 00000000..f6709ec7 Binary files /dev/null and b/var/cache/dev/profiler/fd/07/2907fd differ diff --git a/var/cache/dev/profiler/fd/3b/083bfd b/var/cache/dev/profiler/fd/3b/083bfd new file mode 100644 index 00000000..f5ea53ce Binary files /dev/null and b/var/cache/dev/profiler/fd/3b/083bfd differ diff --git a/var/cache/dev/profiler/fd/ad/a6adfd b/var/cache/dev/profiler/fd/ad/a6adfd new file mode 100644 index 00000000..bede1808 Binary files /dev/null and b/var/cache/dev/profiler/fd/ad/a6adfd differ diff --git a/var/cache/dev/profiler/fe/02/9102fe b/var/cache/dev/profiler/fe/02/9102fe new file mode 100644 index 00000000..017bb58e Binary files /dev/null and b/var/cache/dev/profiler/fe/02/9102fe differ diff --git a/var/cache/dev/profiler/ff/c4/71c4ff b/var/cache/dev/profiler/ff/c4/71c4ff new file mode 100644 index 00000000..1833bda6 Binary files /dev/null and b/var/cache/dev/profiler/ff/c4/71c4ff differ diff --git a/var/cache/dev/profiler/index.csv b/var/cache/dev/profiler/index.csv new file mode 100644 index 00000000..d5d680e9 --- /dev/null +++ b/var/cache/dev/profiler/index.csv @@ -0,0 +1,499 @@ +cacec0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589296980,9e842d,200 +32e9f4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589296980,9e842d,200 +1b2c60,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589296980,9e842d,200 +9e842d,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589296980,,500 +05de91,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297050,3872ad,200 +e520b7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297050,3872ad,200 +b49e5d,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297050,3872ad,200 +3872ad,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297050,,500 +487645,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297079,1b6604,200 +56fdfb,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297079,1b6604,200 +47ef72,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297080,1b6604,200 +1b6604,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297080,,500 +22beee,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297203,e05200,200 +03736e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297203,e05200,200 +e53502,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297205,b8e185,200 +92188b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297206,b8e185,200 +b8e185,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297206,e05200,200 +a4c50f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297206,e05200,200 +e05200,192.168.1.21,GET,https://sterntours.test/ferienwohnungen,1589297206,,200 +56345c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297209,d09777,200 +150f1e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297209,d09777,200 +8bd547,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297209,7264de,200 +0dc734,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297209,7264de,200 +bef471,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297210,7264de,200 +7264de,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297210,d09777,200 +5c6e0c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297210,d09777,200 +d09777,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297210,,200 +71c881,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297240,4579eb,200 +23e777,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297240,4579eb,200 +0422e2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297241,6acc15,200 +33135d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297241,6acc15,200 +7780a5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297241,6acc15,200 +6acc15,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297241,4579eb,200 +2c968f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297241,4579eb,200 +4579eb,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297241,,200 +a86b7e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297289,4d695b,200 +fde488,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297289,4d695b,200 +33b626,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297289,36bfdf,200 +0a8e51,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297289,36bfdf,200 +564a2c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297289,36bfdf,200 +36bfdf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297289,4d695b,200 +ad5fab,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297289,4d695b,200 +4d695b,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo1-strandstr29,1589297289,,200 +4fc031,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297346,873b24,200 +1d0473,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersCarousel,1589297346,873b24,200 +8e99bf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297346,4cc85e,200 +4cc85e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297346,873b24,200 +beaf39,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297346,873b24,200 +873b24,192.168.1.21,GET,https://sterntours.test/,1589297346,,200 +9fe543,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297395,9536fc,200 +82d0a8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297395,9536fc,200 +42ecd3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297395,64b20e,200 +55b22e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297395,64b20e,200 +ec0650,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297396,64b20e,200 +64b20e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297396,9536fc,200 +2b64ae,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297396,9536fc,200 +9536fc,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297396,,200 +332dd3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297487,0bfc0a,200 +bc1944,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersCarousel,1589297487,0bfc0a,200 +125885,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297487,fc7461,200 +fc7461,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297487,0bfc0a,200 +a1c02e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297487,0bfc0a,200 +0bfc0a,192.168.1.21,GET,https://sterntours.test/,1589297487,,200 +77f344,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297528,fb4c3b,200 +a1208d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297528,fb4c3b,200 +3c0d5e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297528,4531b6,200 +a25e65,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297528,4531b6,200 +476751,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297528,4531b6,200 +4531b6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297528,fb4c3b,200 +c1d83b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297528,fb4c3b,200 +fb4c3b,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297528,,200 +e04c8e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297542,e08ce9,200 +f801e2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297542,e08ce9,200 +1557b7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297542,da0672,200 +0e45de,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297542,da0672,200 +b9a07e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297542,da0672,200 +da0672,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297542,e08ce9,200 +1e1c78,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297542,e08ce9,200 +e08ce9,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297542,,200 +fbfed1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297579,e9e74b,200 +af4d4a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297579,e9e74b,200 +2647df,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297580,fb748d,200 +1074e0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297580,fb748d,200 +c6f0b0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297580,fb748d,200 +fb748d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297580,e9e74b,200 +663643,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297580,e9e74b,200 +e9e74b,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297580,,200 +10e9d8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297599,fb8ade,200 +274bcf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297599,fb8ade,200 +c2406f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297600,004e01,200 +9ab0f5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297600,004e01,200 +8ebc55,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297600,004e01,200 +004e01,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297600,fb8ade,200 +714098,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297600,fb8ade,200 +fb8ade,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297600,,200 +c9b44c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297715,354049,200 +72dcd6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297715,354049,200 +d5bb21,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297715,636080,200 +3db29f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297715,636080,200 +808f90,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297715,636080,200 +636080,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297715,354049,200 +fdb217,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297716,354049,200 +354049,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297716,,200 +d883aa,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297748,9a5e8b,200 +0d4ea2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297748,9a5e8b,200 +7f75ca,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297748,1d3450,200 +dd0df2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297748,1d3450,200 +298ef5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297749,1d3450,200 +1d3450,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297749,9a5e8b,200 +413062,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297749,9a5e8b,200 +9a5e8b,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297749,,200 +aa7437,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589297778,e3f233,200 +9338a1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589297778,e3f233,200 +4192b1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589297779,9102fe,200 +05505e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589297779,9102fe,200 +db3c8e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589297779,9102fe,200 +9102fe,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589297779,e3f233,200 +d342c7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589297779,e3f233,200 +e3f233,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589297779,,200 +d9851c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298027,1aead4,200 +eccde9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298027,1aead4,200 +3079d0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298027,dbe936,200 +a1cd2d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298027,dbe936,200 +8193de,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298027,dbe936,200 +dbe936,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298027,1aead4,200 +149fa0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298027,1aead4,200 +1aead4,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298027,,200 +9319b1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298053,790e64,200 +f3e358,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298053,790e64,200 +140aa7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298053,555d70,200 +866a11,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298053,555d70,200 +d72838,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298053,555d70,200 +555d70,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298053,790e64,200 +0b87d8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298054,790e64,200 +790e64,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298054,,200 +5ba211,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298211,0c5157,200 +3a50a7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298211,0c5157,200 +3e686e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298211,ce0bf3,200 +704116,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298211,ce0bf3,200 +b5351e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298211,ce0bf3,200 +ce0bf3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298211,0c5157,200 +5b896d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298212,0c5157,200 +0c5157,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298212,,200 +d69c85,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298239,d1ba25,200 +daba3a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298239,d1ba25,200 +d65203,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298240,2dc327,200 +de0de2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298240,2dc327,200 +46999e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298240,2dc327,200 +2dc327,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298240,d1ba25,200 +9dfb9e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298240,d1ba25,200 +d1ba25,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298240,,200 +53b1f6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298258,cb405d,200 +80c649,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298258,cb405d,200 +df230a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298258,162219,200 +a6adfd,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298258,162219,200 +c07ce2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298258,162219,200 +162219,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298258,cb405d,200 +05f125,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298259,cb405d,200 +cb405d,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298259,,200 +7f367f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298268,0d1245,200 +34d94a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298268,0d1245,200 +db4c5b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298268,6c9459,200 +02b0d6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298268,6c9459,200 +3eed91,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298268,6c9459,200 +6c9459,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298268,0d1245,200 +fb040c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298268,0d1245,200 +0d1245,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298268,,200 +179962,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298296,1aeb1a,200 +a21c9a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298296,1aeb1a,200 +f60087,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298296,d5b40b,200 +fad07f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298296,d5b40b,200 +76332b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298297,d5b40b,200 +d5b40b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298297,1aeb1a,200 +c21181,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298297,1aeb1a,200 +1aeb1a,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298297,,200 +f97998,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298334,a2b72f,200 +0a7590,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298334,a2b72f,200 +ec08e9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298334,8f17ed,200 +89dec1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298334,8f17ed,200 +4cc3f2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298334,8f17ed,200 +8f17ed,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298334,a2b72f,200 +81869d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298335,a2b72f,200 +a2b72f,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298335,,200 +dc16f1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298360,597618,200 +42e690,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298360,597618,200 +fee32c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298360,72d9f1,200 +ee505e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298360,72d9f1,200 +760c9b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298360,72d9f1,200 +72d9f1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298360,597618,200 +8413f4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298361,597618,200 +597618,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298361,,200 +76312e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298369,083bfd,200 +b836ad,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298369,083bfd,200 +b51af1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298369,faf486,200 +1862af,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298369,faf486,200 +284a18,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298369,faf486,200 +faf486,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298369,083bfd,200 +956c2f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298370,083bfd,200 +083bfd,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298370,,200 +947600,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298384,048da0,200 +b9a3e0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298384,048da0,200 +1ae405,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298384,11e1d8,200 +7284de,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298384,11e1d8,200 +4e1b45,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298384,11e1d8,200 +11e1d8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298384,048da0,200 +ca59c4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298386,048da0,200 +048da0,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298386,,200 +803eba,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298678,ff852a,200 +567a36,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298678,ff852a,200 +3da069,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298678,275d1b,200 +0a4355,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298678,275d1b,200 +24889b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298678,275d1b,200 +275d1b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298678,ff852a,200 +634d0c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298678,ff852a,200 +ff852a,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298678,,200 +7a094f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298744,0eabba,200 +8b30d5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298744,0eabba,200 +a205aa,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298744,61b30b,200 +8e1260,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298744,61b30b,200 +84708c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298744,61b30b,200 +61b30b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298744,0eabba,200 +7b2787,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298745,0eabba,200 +0eabba,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298745,,200 +895b07,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589298755,4faff1,200 +0aa61b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589298755,4faff1,200 +ab4955,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589298755,df8f7c,200 +2e92d9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589298755,df8f7c,200 +769206,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589298755,df8f7c,200 +df8f7c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589298755,4faff1,200 +5c74ec,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589298755,4faff1,200 +4faff1,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589298755,,200 +2d15a9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299002,c88429,200 +5820cf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299002,c88429,200 +826b3f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299002,4aa252,200 +04b1eb,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299002,4aa252,200 +8719c7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299003,4aa252,200 +4aa252,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299003,c88429,200 +66e798,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299003,c88429,200 +c88429,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299003,,200 +d9e147,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299045,6c559b,200 +abb74f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299045,6c559b,200 +93c7b0,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299045,c83838,200 +ea7175,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299045,c83838,200 +f97fb7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299046,c83838,200 +c83838,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299046,6c559b,200 +b81ea9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299046,6c559b,200 +6c559b,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299046,,200 +650fad,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299101,8bac5c,200 +e53d36,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299101,8bac5c,200 +69f7c1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299101,ab20bc,200 +934af3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299101,ab20bc,200 +5a1f5f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299102,ab20bc,200 +ab20bc,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299102,8bac5c,200 +beb4af,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299102,8bac5c,200 +8bac5c,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299102,,200 +f4da8d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299115,d4f587,200 +69dbf7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299115,d4f587,200 +2907fd,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299115,a7d0dc,200 +0efe89,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299115,a7d0dc,200 +e24d81,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299115,a7d0dc,200 +a7d0dc,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299115,d4f587,200 +d904da,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299116,d4f587,200 +d4f587,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299116,,200 +04c395,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299363,22d898,200 +856e9e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299363,22d898,200 +9e805e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299363,a2f6b8,200 +3cc6cf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299363,a2f6b8,200 +106fb7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299363,a2f6b8,200 +a2f6b8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299363,22d898,200 +23303a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299363,22d898,200 +22d898,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299363,,200 +a904dd,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299373,e5c876,200 +65abfa,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299374,e5c876,200 +e06169,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299374,7baff9,200 +5a2288,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299374,7baff9,200 +3c22bf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299374,7baff9,200 +7baff9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299374,e5c876,200 +041cdc,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299374,e5c876,200 +e5c876,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299374,,200 +f06fef,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299384,b0afe5,200 +e4e5a7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299384,b0afe5,200 +3029db,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299384,88a002,200 +4249e1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299384,88a002,200 +5f917d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299384,88a002,200 +88a002,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299384,b0afe5,200 +ba55a7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299385,b0afe5,200 +b0afe5,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299385,,200 +826bc4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299438,55fcd4,200 +a41be8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299438,55fcd4,200 +f21085,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299439,529724,200 +1ae048,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299439,529724,200 +a15433,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299439,529724,200 +529724,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299439,55fcd4,200 +f655df,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299439,55fcd4,200 +55fcd4,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299439,,200 +0d8633,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299451,260b4a,200 +3f3137,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299451,260b4a,200 +76a1d4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1589299451,f6ad61,200 +67a918,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1589299451,f6ad61,200 +e2e509,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1589299452,f6ad61,200 +f6ad61,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299452,260b4a,200 +4dcdb6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299452,260b4a,200 +260b4a,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29,1589299452,,200 +3a5ab6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1589299459,cf5094,200 +a1731b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1589299459,cf5094,200 +b1ce8a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1589299459,cf5094,200 +f433e6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1589299460,cf5094,200 +cf5094,192.168.1.21,GET,https://sterntours.test/ferienwohnungen/fewo2-strandstr29/buchen?fd=22082020&pnr=355,1589299460,,200 +4f3d94,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289781,40a976,200 +10f0f9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersCarousel,1594289781,40a976,200 +c2c341,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289781,a0f7a9,200 +a0f7a9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289781,40a976,200 +41a374,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289782,40a976,200 +40a976,192.168.1.21,GET,https://sterntours.test/,1594289782,,200 +fad58b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289789,712ff5,200 +c22da2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289790,6e6371,200 +6189b4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289790,6e6371,200 +69f05e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289790,6e6371,200 +6e6371,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289790,712ff5,200 +262a03,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289790,712ff5,200 +712ff5,192.168.1.21,GET,https://sterntours.test/jordanien-reisen/reisefuehrer,1594289790,,200 +724b15,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289799,779f7a,200 +02e614,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Abreadcrumb,1594289799,779f7a,200 +6f410c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarWidget,1594289800,1ed965,200 +48cda7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarWidget,1594289800,1ed965,200 +fef287,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289800,1ed965,200 +1ed965,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289800,779f7a,200 +0ec56b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289800,779f7a,200 +779f7a,192.168.1.21,GET,https://sterntours.test/reisefuehrer,1594289800,,200 +e7fb09,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289823,44ad0d,200 +259130,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289824,a3790c,200 +710c76,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289824,a3790c,200 +fa6438,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289824,a3790c,200 +a3790c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289824,44ad0d,200 +59a16c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289824,44ad0d,200 +44ad0d,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer,1594289824,,200 +f4bad8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289830,f0e81a,200 +8837b9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289831,98da27,200 +54f949,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289831,98da27,200 +b3f838,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289831,98da27,200 +98da27,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289831,f0e81a,200 +c1e3f1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289832,f0e81a,200 +f0e81a,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel,1594289832,,200 +e708ec,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594289832,926568,200 +926568,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594289832,,404 +6122ae,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289851,2da587,200 +3e875e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289852,aaf5af,200 +ee56d7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289852,aaf5af,200 +0d5144,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289852,aaf5af,200 +aaf5af,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289852,2da587,200 +afba32,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289853,2da587,200 +2da587,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/alexandria,1594289853,,200 +e2b16c,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594289853,b529eb,200 +b529eb,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594289853,,404 +7bc430,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289857,98a8fc,200 +59ed7f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289858,95e66e,200 +b2156e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289858,95e66e,200 +8421c2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289858,95e66e,200 +95e66e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289858,98a8fc,200 +3fc93c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289858,98a8fc,200 +98a8fc,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/stadttor-bab-zuweila,1594289858,,200 +a04b64,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png,1594289859,085684,200 +085684,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png,1594289859,,404 +eda92b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289863,8b2aac,200 +7e26b9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289864,42d799,200 +620067,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289864,42d799,200 +5c2a17,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289864,42d799,200 +42d799,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289864,8b2aac,200 +5fa5ac,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289864,8b2aac,200 +8b2aac,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/sultan-hassan-moschee,1594289864,,200 +e38518,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png,1594289865,ba3374,200 +ba3374,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png,1594289865,,404 +9eaa4e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594289871,5923bc,200 +839996,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594289873,bb87f5,200 +2502b6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594289873,bb87f5,200 +6c492e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594289873,bb87f5,200 +bb87f5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594289873,5923bc,200 +0cda43,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594289873,5923bc,200 +5923bc,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/pyramiden/pyramiden-giseh,1594289873,,200 +6d816a,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/pyramiden/images/placeholder-image.png,1594289874,6e631a,200 +6e631a,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/pyramiden/images/placeholder-image.png,1594289874,,404 +075fec,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290094,ce12e7,200 +eb0984,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290095,7cc6cc,200 +0a26c7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290095,7cc6cc,200 +bf10d3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290095,7cc6cc,200 +7cc6cc,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290095,ce12e7,200 +a96dc6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290095,ce12e7,200 +ce12e7,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan,1594290095,,200 +bd007b,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594290096,dce6ea,200 +dce6ea,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png,1594290096,,404 +aaa5f9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290107,00a3b4,200 +fb99f8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290108,6b6bef,200 +f53ced,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290108,6b6bef,200 +655d63,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290108,6b6bef,200 +6b6bef,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290108,00a3b4,200 +d9e3df,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290108,00a3b4,200 +00a3b4,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer,1594290108,,200 +0cdc6e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290153,d8d782,200 +2b229f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290154,0b4fca,200 +911749,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290154,0b4fca,200 +5c1192,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290154,0b4fca,200 +0b4fca,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290154,d8d782,200 +e23583,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290154,d8d782,200 +d8d782,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan/,1594290154,,200 +a119b2,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan/images/placeholder-image.png,1594290155,773d92,200 +773d92,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan/images/placeholder-image.png,1594290155,,404 +41a2e3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290178,81c791,200 +e3b475,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290178,ad6a12,200 +1f9847,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290178,ad6a12,200 +1fdcb3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290179,ad6a12,200 +ad6a12,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290179,81c791,200 +e9ba2f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290179,81c791,200 +81c791,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer,1594290179,,200 +1422cd,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290202,d7d975,200 +eab971,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290203,ffe6c7,200 +53e1ea,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290203,ffe6c7,200 +2bdd20,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290203,ffe6c7,200 +ffe6c7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290203,d7d975,200 +145d96,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290204,d7d975,200 +d7d975,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290204,,200 +73054e,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290204,1a8283,200 +1a8283,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290204,,404 +e1ab7c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290262,92dc76,200 +c11c29,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290263,91f46b,200 +71c4ff,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290263,91f46b,200 +e7fa70,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290263,91f46b,200 +91f46b,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290263,92dc76,200 +81e5f1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290263,92dc76,200 +92dc76,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290263,,200 +9c21e6,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290264,c5b081,200 +c5b081,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290264,,404 +f82b89,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290308,f98abf,200 +02c678,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290308,24545d,200 +aaa097,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290308,24545d,200 +0763c1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290309,24545d,200 +24545d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290309,f98abf,200 +0616bb,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290309,f98abf,200 +f98abf,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290309,,200 +c7f81e,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290309,718663,200 +718663,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290309,,404 +f53d97,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290367,f98478,200 +98ef97,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290367,470c38,200 +9f52d2,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290367,470c38,200 +74f195,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290368,470c38,200 +470c38,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290368,f98478,200 +8e0c94,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290368,f98478,200 +f98478,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290368,,200 +72d68f,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290368,171b6b,200 +171b6b,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290368,,404 +84bbee,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290404,0a832f,200 +b00876,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290405,7cea1a,200 +f4e61e,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290405,7cea1a,200 +50bab6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290405,7cea1a,200 +7cea1a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290405,0a832f,200 +2416d6,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290405,0a832f,200 +0a832f,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290405,,200 +5fba4b,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290406,4e6275,200 +4e6275,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290406,,404 +2734e5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290459,51f918,200 +6c29a5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290459,c78a5a,200 +31074f,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290460,c78a5a,200 +060c4c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290460,c78a5a,200 +c78a5a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290460,51f918,200 +78e9f3,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290460,51f918,200 +51f918,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290460,,200 +fc9e5b,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290461,40b57b,200 +40b57b,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290461,,404 +445d7c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290549,7f1036,200 +2c71d9,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290550,989b7c,200 +332609,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290550,989b7c,200 +7566bf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290550,989b7c,200 +989b7c,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290550,7f1036,200 +876d68,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290550,7f1036,200 +7f1036,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290550,,200 +e09e7a,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290551,d32e28,200 +d32e28,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290551,,404 +cde8e5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594290794,cc72cf,200 +d26700,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594290796,e7568a,200 +fb995d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594290796,e7568a,200 +913f4d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594290796,e7568a,200 +e7568a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594290796,cc72cf,200 +7c7aa5,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594290796,cc72cf,200 +cc72cf,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/,1594290796,,200 +d0d928,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290797,32d28f,200 +32d28f,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png,1594290797,,404 +8be17d,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594291656,83b79a,200 +4073ab,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594291658,b30acb,200 +fa8abf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594291658,b30acb,200 +19ac1a,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594291659,b30acb,200 +b30acb,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594291659,83b79a,200 +116d68,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594291659,83b79a,200 +83b79a,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer,1594291659,,200 +9c5bae,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Aheader,1594291665,ba35a8,200 +3ff1a7,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AsearchSidebarApiWidget,1594291666,e173d8,200 +069fcf,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AnavSidebarApiWidget,1594291666,e173d8,200 +0a36e4,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AoffersSidebarWidget,1594291667,e173d8,200 +e173d8,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253AmakeSidebarWidget,1594291667,ba35a8,200 +0b43d1,127.0.0.1,GET,https://sterntours.test/_fragment?_path=_format%3Dhtml%26_locale%3Dde_DE%26_controller%3DAppBundle%253AComponent%253Afooter,1594291667,ba35a8,200 +ba35a8,192.168.1.21,GET,https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer,1594291667,,200 diff --git a/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php b/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php new file mode 100644 index 00000000..99f9d402 --- /dev/null +++ b/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php @@ -0,0 +1,221 @@ + + array ( + 'This value should be false.' => 'Dieser Wert sollte false sein.', + 'This value should be true.' => 'Dieser Wert sollte true sein.', + 'This value should be of type {{ type }}.' => 'Dieser Wert sollte vom Typ {{ type }} sein.', + 'This value should be blank.' => 'Dieser Wert sollte leer sein.', + 'The value you selected is not a valid choice.' => 'Sie haben einen ungültigen Wert ausgewählt.', + 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Sie müssen mindestens {{ limit }} Möglichkeit wählen.|Sie müssen mindestens {{ limit }} Möglichkeiten wählen.', + 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Sie dürfen höchstens {{ limit }} Möglichkeit wählen.|Sie dürfen höchstens {{ limit }} Möglichkeiten wählen.', + 'One or more of the given values is invalid.' => 'Einer oder mehrere der angegebenen Werte sind ungültig.', + 'This field was not expected.' => 'Dieses Feld wurde nicht erwartet.', + 'This field is missing.' => 'Dieses Feld fehlt.', + 'This value is not a valid date.' => 'Dieser Wert entspricht keiner gültigen Datumsangabe.', + 'This value is not a valid datetime.' => 'Dieser Wert entspricht keiner gültigen Datums- und Zeitangabe.', + 'This value is not a valid email address.' => 'Dieser Wert ist keine gültige E-Mail-Adresse.', + 'The file could not be found.' => 'Die Datei wurde nicht gefunden.', + 'The file is not readable.' => 'Die Datei ist nicht lesbar.', + 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.', + 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Der Dateityp ist ungültig ({{ type }}). Erlaubte Dateitypen sind {{ types }}.', + 'This value should be {{ limit }} or less.' => 'Dieser Wert sollte kleiner oder gleich {{ limit }} sein.', + 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.', + 'This value should be {{ limit }} or more.' => 'Dieser Wert sollte größer oder gleich {{ limit }} sein.', + 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.', + 'This value should not be blank.' => 'Dieser Wert sollte nicht leer sein.', + 'This value should not be null.' => 'Dieser Wert sollte nicht null sein.', + 'This value should be null.' => 'Dieser Wert sollte null sein.', + 'This value is not valid.' => 'Dieser Wert ist nicht gültig.', + 'This value is not a valid time.' => 'Dieser Wert entspricht keiner gültigen Zeitangabe.', + 'This value is not a valid URL.' => 'Dieser Wert ist keine gültige URL.', + 'The two values should be equal.' => 'Die beiden Werte sollten identisch sein.', + 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß. Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.', + 'The file is too large.' => 'Die Datei ist zu groß.', + 'The file could not be uploaded.' => 'Die Datei konnte nicht hochgeladen werden.', + 'This value should be a valid number.' => 'Dieser Wert sollte eine gültige Zahl sein.', + 'This file is not a valid image.' => 'Diese Datei ist kein gültiges Bild.', + 'This is not a valid IP address.' => 'Dies ist keine gültige IP-Adresse.', + 'This value is not a valid language.' => 'Dieser Wert entspricht keiner gültigen Sprache.', + 'This value is not a valid locale.' => 'Dieser Wert entspricht keinem gültigen Gebietsschema.', + 'This value is not a valid country.' => 'Dieser Wert entspricht keinem gültigen Land.', + 'This value is already used.' => 'Dieser Wert wird bereits verwendet.', + 'The size of the image could not be detected.' => 'Die Größe des Bildes konnte nicht ermittelt werden.', + 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Die Bildbreite ist zu groß ({{ width }}px). Die maximal zulässige Breite beträgt {{ max_width }}px.', + 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Die Bildbreite ist zu gering ({{ width }}px). Die erwartete Mindestbreite beträgt {{ min_width }}px.', + 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Die Bildhöhe ist zu groß ({{ height }}px). Die maximal zulässige Höhe beträgt {{ max_height }}px.', + 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px.', + 'This value should be the user\'s current password.' => 'Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen.', + 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Dieser Wert sollte genau {{ limit }} Zeichen lang sein.|Dieser Wert sollte genau {{ limit }} Zeichen lang sein.', + 'The file was only partially uploaded.' => 'Die Datei wurde nur teilweise hochgeladen.', + 'No file was uploaded.' => 'Es wurde keine Datei hochgeladen.', + 'No temporary folder was configured in php.ini.' => 'Es wurde kein temporärer Ordner in der php.ini konfiguriert oder der temporäre Ordner existiert nicht.', + 'Cannot write temporary file to disk.' => 'Kann die temporäre Datei nicht speichern.', + 'A PHP extension caused the upload to fail.' => 'Eine PHP-Erweiterung verhinderte den Upload.', + 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.', + 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.', + 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Diese Sammlung sollte genau {{ limit }} Element beinhalten.|Diese Sammlung sollte genau {{ limit }} Elemente beinhalten.', + 'Invalid card number.' => 'Ungültige Kartennummer.', + 'Unsupported card type or invalid card number.' => 'Nicht unterstützer Kartentyp oder ungültige Kartennummer.', + 'This is not a valid International Bank Account Number (IBAN).' => 'Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN).', + 'This value is not a valid ISBN-10.' => 'Dieser Wert entspricht keiner gültigen ISBN-10.', + 'This value is not a valid ISBN-13.' => 'Dieser Wert entspricht keiner gültigen ISBN-13.', + 'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Dieser Wert ist weder eine gültige ISBN-10 noch eine gültige ISBN-13.', + 'This value is not a valid ISSN.' => 'Dieser Wert ist keine gültige ISSN.', + 'This value is not a valid currency.' => 'Dieser Wert ist keine gültige Währung.', + 'This value should be equal to {{ compared_value }}.' => 'Dieser Wert sollte gleich {{ compared_value }} sein.', + 'This value should be greater than {{ compared_value }}.' => 'Dieser Wert sollte größer als {{ compared_value }} sein.', + 'This value should be greater than or equal to {{ compared_value }}.' => 'Dieser Wert sollte größer oder gleich {{ compared_value }} sein.', + 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte identisch sein mit {{ compared_value_type }} {{ compared_value }}.', + 'This value should be less than {{ compared_value }}.' => 'Dieser Wert sollte kleiner als {{ compared_value }} sein.', + 'This value should be less than or equal to {{ compared_value }}.' => 'Dieser Wert sollte kleiner oder gleich {{ compared_value }} sein.', + 'This value should not be equal to {{ compared_value }}.' => 'Dieser Wert sollte nicht {{ compared_value }} sein.', + 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}.', + 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu groß ({{ ratio }}). Der erlaubte Maximalwert ist {{ max_ratio }}.', + 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu klein ({{ ratio }}). Der erwartete Minimalwert ist {{ min_ratio }}.', + 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Das Bild ist quadratisch ({{ width }}x{{ height }}px). Quadratische Bilder sind nicht erlaubt.', + 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Das Bild ist im Querformat ({{ width }}x{{ height }}px). Bilder im Querformat sind nicht erlaubt.', + 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt.', + 'An empty file is not allowed.' => 'Eine leere Datei ist nicht erlaubt.', + 'The host could not be resolved.' => 'Der Hostname konnte nicht aufgelöst werden.', + 'This value does not match the expected {{ charset }} charset.' => 'Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}.', + 'This is not a valid Business Identifier Code (BIC).' => 'Dieser Wert ist kein gültiger BIC.', + 'This form should not contain extra fields.' => 'Dieses Formular sollte keine zusätzlichen Felder enthalten.', + 'The uploaded file was too large. Please try to upload a smaller file.' => 'Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen.', + 'The CSRF token is invalid. Please try to resubmit the form.' => 'Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.', + ), + 'security' => + array ( + 'An authentication exception occurred.' => 'Es ist ein Fehler bei der Authentifikation aufgetreten.', + 'Authentication credentials could not be found.' => 'Es konnten keine Zugangsdaten gefunden werden.', + 'Authentication request could not be processed due to a system problem.' => 'Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden.', + 'Invalid credentials.' => 'Fehlerhafte Zugangsdaten.', + 'Cookie has already been used by someone else.' => 'Cookie wurde bereits von jemand anderem verwendet.', + 'Not privileged to request the resource.' => 'Keine Rechte, um die Ressource anzufragen.', + 'Invalid CSRF token.' => 'Ungültiges CSRF-Token.', + 'Digest nonce has expired.' => 'Digest nonce ist abgelaufen.', + 'No authentication provider found to support the authentication token.' => 'Es wurde kein Authentifizierungs-Provider gefunden, der das Authentifizierungs-Token unterstützt.', + 'No session available, it either timed out or cookies are not enabled.' => 'Keine Session verfügbar, entweder ist diese abgelaufen oder Cookies sind nicht aktiviert.', + 'No token could be found.' => 'Es wurde kein Token gefunden.', + 'Username could not be found.' => 'Der Benutzername wurde nicht gefunden.', + 'Account has expired.' => 'Der Account ist abgelaufen.', + 'Credentials have expired.' => 'Die Zugangsdaten sind abgelaufen.', + 'Account is disabled.' => 'Der Account ist deaktiviert.', + 'Account is locked.' => 'Der Account ist gesperrt.', + ), +)); + +$catalogueDe_DE = new MessageCatalogue('de_DE', array ( +)); +$catalogue->addFallbackCatalogue($catalogueDe_DE); +$catalogueEn = new MessageCatalogue('en', array ( + 'validators' => + array ( + 'This value should be false.' => 'This value should be false.', + 'This value should be true.' => 'This value should be true.', + 'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.', + 'This value should be blank.' => 'This value should be blank.', + 'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.', + 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.', + 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.', + 'One or more of the given values is invalid.' => 'One or more of the given values is invalid.', + 'This field was not expected.' => 'This field was not expected.', + 'This field is missing.' => 'This field is missing.', + 'This value is not a valid date.' => 'This value is not a valid date.', + 'This value is not a valid datetime.' => 'This value is not a valid datetime.', + 'This value is not a valid email address.' => 'This value is not a valid email address.', + 'The file could not be found.' => 'The file could not be found.', + 'The file is not readable.' => 'The file is not readable.', + 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.', + 'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.', + 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.', + 'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.', + 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.', + 'This value should not be blank.' => 'This value should not be blank.', + 'This value should not be null.' => 'This value should not be null.', + 'This value should be null.' => 'This value should be null.', + 'This value is not valid.' => 'This value is not valid.', + 'This value is not a valid time.' => 'This value is not a valid time.', + 'This value is not a valid URL.' => 'This value is not a valid URL.', + 'The two values should be equal.' => 'The two values should be equal.', + 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The file is too large.' => 'The file is too large.', + 'The file could not be uploaded.' => 'The file could not be uploaded.', + 'This value should be a valid number.' => 'This value should be a valid number.', + 'This file is not a valid image.' => 'This file is not a valid image.', + 'This is not a valid IP address.' => 'This is not a valid IP address.', + 'This value is not a valid language.' => 'This value is not a valid language.', + 'This value is not a valid locale.' => 'This value is not a valid locale.', + 'This value is not a valid country.' => 'This value is not a valid country.', + 'This value is already used.' => 'This value is already used.', + 'The size of the image could not be detected.' => 'The size of the image could not be detected.', + 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.', + 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.', + 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.', + 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.', + 'This value should be the user\'s current password.' => 'This value should be the user\'s current password.', + 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.', + 'The file was only partially uploaded.' => 'The file was only partially uploaded.', + 'No file was uploaded.' => 'No file was uploaded.', + 'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.', + 'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.', + 'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.', + 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.', + 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.', + 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.', + 'Invalid card number.' => 'Invalid card number.', + 'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.', + 'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).', + 'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.', + 'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.', + 'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.', + 'This value is not a valid ISSN.' => 'This value is not a valid ISSN.', + 'This value is not a valid currency.' => 'This value is not a valid currency.', + 'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.', + 'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.', + 'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.', + 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.', + 'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.', + 'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.', + 'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.', + 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.', + 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.', + 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.', + 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.', + 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.', + 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.', + 'An empty file is not allowed.' => 'An empty file is not allowed.', + 'The host could not be resolved.' => 'The host could not be resolved.', + 'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.', + 'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).', + 'This form should not contain extra fields.' => 'This form should not contain extra fields.', + 'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.', + 'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.', + ), + 'security' => + array ( + 'An authentication exception occurred.' => 'An authentication exception occurred.', + 'Authentication credentials could not be found.' => 'Authentication credentials could not be found.', + 'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.', + 'Invalid credentials.' => 'Invalid credentials.', + 'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.', + 'Not privileged to request the resource.' => 'Not privileged to request the resource.', + 'Invalid CSRF token.' => 'Invalid CSRF token.', + 'Digest nonce has expired.' => 'Digest nonce has expired.', + 'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.', + 'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.', + 'No token could be found.' => 'No token could be found.', + 'Username could not be found.' => 'Username could not be found.', + 'Account has expired.' => 'Account has expired.', + 'Credentials have expired.' => 'Credentials have expired.', + 'Account is disabled.' => 'Account is disabled.', + 'Account is locked.' => 'Account is locked.', + ), +)); +$catalogueDe_DE->addFallbackCatalogue($catalogueEn); + +return $catalogue; diff --git a/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta b/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta new file mode 100644 index 00000000..9fbadfac --- /dev/null +++ b/var/cache/dev/translations/catalogue.de.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta @@ -0,0 +1 @@ +a:6:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":140:{s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf";}i:1;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf";}i:2;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf";}i:3;C:46:"Symfony\Component\Config\Resource\FileResource":140:{s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf";}i:4;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf";}i:5;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf";}} \ No newline at end of file diff --git a/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php b/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php new file mode 100644 index 00000000..e21251dd --- /dev/null +++ b/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php @@ -0,0 +1,221 @@ + + array ( + 'This value should be false.' => 'Dieser Wert sollte false sein.', + 'This value should be true.' => 'Dieser Wert sollte true sein.', + 'This value should be of type {{ type }}.' => 'Dieser Wert sollte vom Typ {{ type }} sein.', + 'This value should be blank.' => 'Dieser Wert sollte leer sein.', + 'The value you selected is not a valid choice.' => 'Sie haben einen ungültigen Wert ausgewählt.', + 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Sie müssen mindestens {{ limit }} Möglichkeit wählen.|Sie müssen mindestens {{ limit }} Möglichkeiten wählen.', + 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Sie dürfen höchstens {{ limit }} Möglichkeit wählen.|Sie dürfen höchstens {{ limit }} Möglichkeiten wählen.', + 'One or more of the given values is invalid.' => 'Einer oder mehrere der angegebenen Werte sind ungültig.', + 'This field was not expected.' => 'Dieses Feld wurde nicht erwartet.', + 'This field is missing.' => 'Dieses Feld fehlt.', + 'This value is not a valid date.' => 'Dieser Wert entspricht keiner gültigen Datumsangabe.', + 'This value is not a valid datetime.' => 'Dieser Wert entspricht keiner gültigen Datums- und Zeitangabe.', + 'This value is not a valid email address.' => 'Dieser Wert ist keine gültige E-Mail-Adresse.', + 'The file could not be found.' => 'Die Datei wurde nicht gefunden.', + 'The file is not readable.' => 'Die Datei ist nicht lesbar.', + 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.', + 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Der Dateityp ist ungültig ({{ type }}). Erlaubte Dateitypen sind {{ types }}.', + 'This value should be {{ limit }} or less.' => 'Dieser Wert sollte kleiner oder gleich {{ limit }} sein.', + 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.', + 'This value should be {{ limit }} or more.' => 'Dieser Wert sollte größer oder gleich {{ limit }} sein.', + 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.', + 'This value should not be blank.' => 'Dieser Wert sollte nicht leer sein.', + 'This value should not be null.' => 'Dieser Wert sollte nicht null sein.', + 'This value should be null.' => 'Dieser Wert sollte null sein.', + 'This value is not valid.' => 'Dieser Wert ist nicht gültig.', + 'This value is not a valid time.' => 'Dieser Wert entspricht keiner gültigen Zeitangabe.', + 'This value is not a valid URL.' => 'Dieser Wert ist keine gültige URL.', + 'The two values should be equal.' => 'Die beiden Werte sollten identisch sein.', + 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß. Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.', + 'The file is too large.' => 'Die Datei ist zu groß.', + 'The file could not be uploaded.' => 'Die Datei konnte nicht hochgeladen werden.', + 'This value should be a valid number.' => 'Dieser Wert sollte eine gültige Zahl sein.', + 'This file is not a valid image.' => 'Diese Datei ist kein gültiges Bild.', + 'This is not a valid IP address.' => 'Dies ist keine gültige IP-Adresse.', + 'This value is not a valid language.' => 'Dieser Wert entspricht keiner gültigen Sprache.', + 'This value is not a valid locale.' => 'Dieser Wert entspricht keinem gültigen Gebietsschema.', + 'This value is not a valid country.' => 'Dieser Wert entspricht keinem gültigen Land.', + 'This value is already used.' => 'Dieser Wert wird bereits verwendet.', + 'The size of the image could not be detected.' => 'Die Größe des Bildes konnte nicht ermittelt werden.', + 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Die Bildbreite ist zu groß ({{ width }}px). Die maximal zulässige Breite beträgt {{ max_width }}px.', + 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Die Bildbreite ist zu gering ({{ width }}px). Die erwartete Mindestbreite beträgt {{ min_width }}px.', + 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Die Bildhöhe ist zu groß ({{ height }}px). Die maximal zulässige Höhe beträgt {{ max_height }}px.', + 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px.', + 'This value should be the user\'s current password.' => 'Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen.', + 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Dieser Wert sollte genau {{ limit }} Zeichen lang sein.|Dieser Wert sollte genau {{ limit }} Zeichen lang sein.', + 'The file was only partially uploaded.' => 'Die Datei wurde nur teilweise hochgeladen.', + 'No file was uploaded.' => 'Es wurde keine Datei hochgeladen.', + 'No temporary folder was configured in php.ini.' => 'Es wurde kein temporärer Ordner in der php.ini konfiguriert oder der temporäre Ordner existiert nicht.', + 'Cannot write temporary file to disk.' => 'Kann die temporäre Datei nicht speichern.', + 'A PHP extension caused the upload to fail.' => 'Eine PHP-Erweiterung verhinderte den Upload.', + 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.', + 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.', + 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Diese Sammlung sollte genau {{ limit }} Element beinhalten.|Diese Sammlung sollte genau {{ limit }} Elemente beinhalten.', + 'Invalid card number.' => 'Ungültige Kartennummer.', + 'Unsupported card type or invalid card number.' => 'Nicht unterstützer Kartentyp oder ungültige Kartennummer.', + 'This is not a valid International Bank Account Number (IBAN).' => 'Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN).', + 'This value is not a valid ISBN-10.' => 'Dieser Wert entspricht keiner gültigen ISBN-10.', + 'This value is not a valid ISBN-13.' => 'Dieser Wert entspricht keiner gültigen ISBN-13.', + 'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Dieser Wert ist weder eine gültige ISBN-10 noch eine gültige ISBN-13.', + 'This value is not a valid ISSN.' => 'Dieser Wert ist keine gültige ISSN.', + 'This value is not a valid currency.' => 'Dieser Wert ist keine gültige Währung.', + 'This value should be equal to {{ compared_value }}.' => 'Dieser Wert sollte gleich {{ compared_value }} sein.', + 'This value should be greater than {{ compared_value }}.' => 'Dieser Wert sollte größer als {{ compared_value }} sein.', + 'This value should be greater than or equal to {{ compared_value }}.' => 'Dieser Wert sollte größer oder gleich {{ compared_value }} sein.', + 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte identisch sein mit {{ compared_value_type }} {{ compared_value }}.', + 'This value should be less than {{ compared_value }}.' => 'Dieser Wert sollte kleiner als {{ compared_value }} sein.', + 'This value should be less than or equal to {{ compared_value }}.' => 'Dieser Wert sollte kleiner oder gleich {{ compared_value }} sein.', + 'This value should not be equal to {{ compared_value }}.' => 'Dieser Wert sollte nicht {{ compared_value }} sein.', + 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}.', + 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu groß ({{ ratio }}). Der erlaubte Maximalwert ist {{ max_ratio }}.', + 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu klein ({{ ratio }}). Der erwartete Minimalwert ist {{ min_ratio }}.', + 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Das Bild ist quadratisch ({{ width }}x{{ height }}px). Quadratische Bilder sind nicht erlaubt.', + 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Das Bild ist im Querformat ({{ width }}x{{ height }}px). Bilder im Querformat sind nicht erlaubt.', + 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt.', + 'An empty file is not allowed.' => 'Eine leere Datei ist nicht erlaubt.', + 'The host could not be resolved.' => 'Der Hostname konnte nicht aufgelöst werden.', + 'This value does not match the expected {{ charset }} charset.' => 'Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}.', + 'This is not a valid Business Identifier Code (BIC).' => 'Dieser Wert ist kein gültiger BIC.', + 'This form should not contain extra fields.' => 'Dieses Formular sollte keine zusätzlichen Felder enthalten.', + 'The uploaded file was too large. Please try to upload a smaller file.' => 'Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen.', + 'The CSRF token is invalid. Please try to resubmit the form.' => 'Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.', + ), + 'security' => + array ( + 'An authentication exception occurred.' => 'Es ist ein Fehler bei der Authentifikation aufgetreten.', + 'Authentication credentials could not be found.' => 'Es konnten keine Zugangsdaten gefunden werden.', + 'Authentication request could not be processed due to a system problem.' => 'Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden.', + 'Invalid credentials.' => 'Fehlerhafte Zugangsdaten.', + 'Cookie has already been used by someone else.' => 'Cookie wurde bereits von jemand anderem verwendet.', + 'Not privileged to request the resource.' => 'Keine Rechte, um die Ressource anzufragen.', + 'Invalid CSRF token.' => 'Ungültiges CSRF-Token.', + 'Digest nonce has expired.' => 'Digest nonce ist abgelaufen.', + 'No authentication provider found to support the authentication token.' => 'Es wurde kein Authentifizierungs-Provider gefunden, der das Authentifizierungs-Token unterstützt.', + 'No session available, it either timed out or cookies are not enabled.' => 'Keine Session verfügbar, entweder ist diese abgelaufen oder Cookies sind nicht aktiviert.', + 'No token could be found.' => 'Es wurde kein Token gefunden.', + 'Username could not be found.' => 'Der Benutzername wurde nicht gefunden.', + 'Account has expired.' => 'Der Account ist abgelaufen.', + 'Credentials have expired.' => 'Die Zugangsdaten sind abgelaufen.', + 'Account is disabled.' => 'Der Account ist deaktiviert.', + 'Account is locked.' => 'Der Account ist gesperrt.', + ), +)); +$catalogue->addFallbackCatalogue($catalogueDe); +$catalogueEn = new MessageCatalogue('en', array ( + 'validators' => + array ( + 'This value should be false.' => 'This value should be false.', + 'This value should be true.' => 'This value should be true.', + 'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.', + 'This value should be blank.' => 'This value should be blank.', + 'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.', + 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.', + 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.', + 'One or more of the given values is invalid.' => 'One or more of the given values is invalid.', + 'This field was not expected.' => 'This field was not expected.', + 'This field is missing.' => 'This field is missing.', + 'This value is not a valid date.' => 'This value is not a valid date.', + 'This value is not a valid datetime.' => 'This value is not a valid datetime.', + 'This value is not a valid email address.' => 'This value is not a valid email address.', + 'The file could not be found.' => 'The file could not be found.', + 'The file is not readable.' => 'The file is not readable.', + 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.', + 'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.', + 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.', + 'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.', + 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.', + 'This value should not be blank.' => 'This value should not be blank.', + 'This value should not be null.' => 'This value should not be null.', + 'This value should be null.' => 'This value should be null.', + 'This value is not valid.' => 'This value is not valid.', + 'This value is not a valid time.' => 'This value is not a valid time.', + 'This value is not a valid URL.' => 'This value is not a valid URL.', + 'The two values should be equal.' => 'The two values should be equal.', + 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The file is too large.' => 'The file is too large.', + 'The file could not be uploaded.' => 'The file could not be uploaded.', + 'This value should be a valid number.' => 'This value should be a valid number.', + 'This file is not a valid image.' => 'This file is not a valid image.', + 'This is not a valid IP address.' => 'This is not a valid IP address.', + 'This value is not a valid language.' => 'This value is not a valid language.', + 'This value is not a valid locale.' => 'This value is not a valid locale.', + 'This value is not a valid country.' => 'This value is not a valid country.', + 'This value is already used.' => 'This value is already used.', + 'The size of the image could not be detected.' => 'The size of the image could not be detected.', + 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.', + 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.', + 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.', + 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.', + 'This value should be the user\'s current password.' => 'This value should be the user\'s current password.', + 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.', + 'The file was only partially uploaded.' => 'The file was only partially uploaded.', + 'No file was uploaded.' => 'No file was uploaded.', + 'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.', + 'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.', + 'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.', + 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.', + 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.', + 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.', + 'Invalid card number.' => 'Invalid card number.', + 'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.', + 'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).', + 'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.', + 'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.', + 'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.', + 'This value is not a valid ISSN.' => 'This value is not a valid ISSN.', + 'This value is not a valid currency.' => 'This value is not a valid currency.', + 'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.', + 'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.', + 'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.', + 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.', + 'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.', + 'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.', + 'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.', + 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.', + 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.', + 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.', + 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.', + 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.', + 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.', + 'An empty file is not allowed.' => 'An empty file is not allowed.', + 'The host could not be resolved.' => 'The host could not be resolved.', + 'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.', + 'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).', + 'This form should not contain extra fields.' => 'This form should not contain extra fields.', + 'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.', + 'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.', + ), + 'security' => + array ( + 'An authentication exception occurred.' => 'An authentication exception occurred.', + 'Authentication credentials could not be found.' => 'Authentication credentials could not be found.', + 'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.', + 'Invalid credentials.' => 'Invalid credentials.', + 'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.', + 'Not privileged to request the resource.' => 'Not privileged to request the resource.', + 'Invalid CSRF token.' => 'Invalid CSRF token.', + 'Digest nonce has expired.' => 'Digest nonce has expired.', + 'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.', + 'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.', + 'No token could be found.' => 'No token could be found.', + 'Username could not be found.' => 'Username could not be found.', + 'Account has expired.' => 'Account has expired.', + 'Credentials have expired.' => 'Credentials have expired.', + 'Account is disabled.' => 'Account is disabled.', + 'Account is locked.' => 'Account is locked.', + ), +)); +$catalogueDe->addFallbackCatalogue($catalogueEn); + +return $catalogue; diff --git a/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta b/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta new file mode 100644 index 00000000..9fbadfac --- /dev/null +++ b/var/cache/dev/translations/catalogue.de_DE.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta @@ -0,0 +1 @@ +a:6:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":140:{s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf";}i:1;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf";}i:2;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf";}i:3;C:46:"Symfony\Component\Config\Resource\FileResource":140:{s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf";}i:4;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf";}i:5;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf";}} \ No newline at end of file diff --git a/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php b/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php new file mode 100644 index 00000000..203b96a7 --- /dev/null +++ b/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php @@ -0,0 +1,115 @@ + + array ( + 'This value should be false.' => 'This value should be false.', + 'This value should be true.' => 'This value should be true.', + 'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.', + 'This value should be blank.' => 'This value should be blank.', + 'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.', + 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.', + 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.', + 'One or more of the given values is invalid.' => 'One or more of the given values is invalid.', + 'This field was not expected.' => 'This field was not expected.', + 'This field is missing.' => 'This field is missing.', + 'This value is not a valid date.' => 'This value is not a valid date.', + 'This value is not a valid datetime.' => 'This value is not a valid datetime.', + 'This value is not a valid email address.' => 'This value is not a valid email address.', + 'The file could not be found.' => 'The file could not be found.', + 'The file is not readable.' => 'The file is not readable.', + 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.', + 'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.', + 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.', + 'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.', + 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.', + 'This value should not be blank.' => 'This value should not be blank.', + 'This value should not be null.' => 'This value should not be null.', + 'This value should be null.' => 'This value should be null.', + 'This value is not valid.' => 'This value is not valid.', + 'This value is not a valid time.' => 'This value is not a valid time.', + 'This value is not a valid URL.' => 'This value is not a valid URL.', + 'The two values should be equal.' => 'The two values should be equal.', + 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.', + 'The file is too large.' => 'The file is too large.', + 'The file could not be uploaded.' => 'The file could not be uploaded.', + 'This value should be a valid number.' => 'This value should be a valid number.', + 'This file is not a valid image.' => 'This file is not a valid image.', + 'This is not a valid IP address.' => 'This is not a valid IP address.', + 'This value is not a valid language.' => 'This value is not a valid language.', + 'This value is not a valid locale.' => 'This value is not a valid locale.', + 'This value is not a valid country.' => 'This value is not a valid country.', + 'This value is already used.' => 'This value is already used.', + 'The size of the image could not be detected.' => 'The size of the image could not be detected.', + 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.', + 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.', + 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.', + 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.', + 'This value should be the user\'s current password.' => 'This value should be the user\'s current password.', + 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.', + 'The file was only partially uploaded.' => 'The file was only partially uploaded.', + 'No file was uploaded.' => 'No file was uploaded.', + 'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.', + 'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.', + 'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.', + 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.', + 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.', + 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.', + 'Invalid card number.' => 'Invalid card number.', + 'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.', + 'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).', + 'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.', + 'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.', + 'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.', + 'This value is not a valid ISSN.' => 'This value is not a valid ISSN.', + 'This value is not a valid currency.' => 'This value is not a valid currency.', + 'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.', + 'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.', + 'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.', + 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.', + 'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.', + 'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.', + 'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.', + 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.', + 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.', + 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.', + 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.', + 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.', + 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.', + 'An empty file is not allowed.' => 'An empty file is not allowed.', + 'The host could not be resolved.' => 'The host could not be resolved.', + 'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.', + 'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).', + 'This form should not contain extra fields.' => 'This form should not contain extra fields.', + 'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.', + 'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.', + ), + 'security' => + array ( + 'An authentication exception occurred.' => 'An authentication exception occurred.', + 'Authentication credentials could not be found.' => 'Authentication credentials could not be found.', + 'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.', + 'Invalid credentials.' => 'Invalid credentials.', + 'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.', + 'Not privileged to request the resource.' => 'Not privileged to request the resource.', + 'Invalid CSRF token.' => 'Invalid CSRF token.', + 'Digest nonce has expired.' => 'Digest nonce has expired.', + 'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.', + 'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.', + 'No token could be found.' => 'No token could be found.', + 'Username could not be found.' => 'Username could not be found.', + 'Account has expired.' => 'Account has expired.', + 'Credentials have expired.' => 'Credentials have expired.', + 'Account is disabled.' => 'Account is disabled.', + 'Account is locked.' => 'Account is locked.', + ), +)); + +$catalogueDe_DE = new MessageCatalogue('de_DE', array ( +)); +$catalogue->addFallbackCatalogue($catalogueDe_DE); + +return $catalogue; diff --git a/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta b/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta new file mode 100644 index 00000000..95595b78 --- /dev/null +++ b/var/cache/dev/translations/catalogue.en.57520d006cb5eb3459cb3029d2e13cb2c316f226.php.meta @@ -0,0 +1 @@ +a:3:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":140:{s:131:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf";}i:1;C:46:"Symfony\Component\Config\Resource\FileResource":135:{s:126:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf";}i:2;C:46:"Symfony\Component\Config\Resource\FileResource":142:{s:133:"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf";}} \ No newline at end of file diff --git a/var/cache/dev/twig/03/03468bdfee94ab5509866744ec0cfd99ec6e524370f3cd7b6225f3090e045c87.php b/var/cache/dev/twig/03/03468bdfee94ab5509866744ec0cfd99ec6e524370f3cd7b6225f3090e045c87.php new file mode 100644 index 00000000..d04ad0b3 --- /dev/null +++ b/var/cache/dev/twig/03/03468bdfee94ab5509866744ec0cfd99ec6e524370f3cd7b6225f3090e045c87.php @@ -0,0 +1,767 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + 'panelContent' => [$this, 'block_panelContent'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/translation.html.twig")); + + // line 3 + $macros["helper"] = $this->macros["helper"] = $this; + // line 1 + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/translation.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 6 + echo " "; + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "messages", [], "any", false, false, false, 6))) { + // line 7 + echo " "; + ob_start(); + // line 8 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/translation.svg"); + echo " + "; + // line 9 + $context["status_color"] = ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "countMissings", [], "any", false, false, false, 9)) ? ("red") : (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "countFallbacks", [], "any", false, false, false, 9)) ? ("yellow") : ("")))); + // line 10 + echo " "; + $context["error_count"] = (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 10, $this->source); })()), "countMissings", [], "any", false, false, false, 10) + twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 10, $this->source); })()), "countFallbacks", [], "any", false, false, false, 10)); + // line 11 + echo " "; + echo twig_escape_filter($this->env, (((isset($context["error_count"]) || array_key_exists("error_count", $context) ? $context["error_count"] : (function () { throw new RuntimeError('Variable "error_count" does not exist.', 11, $this->source); })())) ? ((isset($context["error_count"]) || array_key_exists("error_count", $context) ? $context["error_count"] : (function () { throw new RuntimeError('Variable "error_count" does not exist.', 11, $this->source); })())) : (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 11, $this->source); })()), "countdefines", [], "any", false, false, false, 11))), "html", null, true); + echo " + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 13 + echo " + "; + // line 14 + ob_start(); + // line 15 + echo "

+ +
+ Fallback messages + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 24, $this->source); })()), "countFallbacks", [], "any", false, false, false, 24)) ? ("yellow") : ("")); + echo "\"> + "; + // line 25 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 25, $this->source); })()), "countFallbacks", [], "any", false, false, false, 25), "html", null, true); + echo " + +
+ +
+ Defined messages + "; + // line 31 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 31, $this->source); })()), "countdefines", [], "any", false, false, false, 31), "html", null, true); + echo " +
+ "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 34 + echo " + "; + // line 35 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 35, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 35, $this->source); })())]); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 39 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 40 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 40, $this->source); })()), "countMissings", [], "any", false, false, false, 40)) ? ("error") : (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 40, $this->source); })()), "countFallbacks", [], "any", false, false, false, 40)) ? ("warning") : ("")))); + echo " "; + echo ((twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 40, $this->source); })()), "messages", [], "any", false, false, false, 40))) ? ("disabled") : ("")); + echo "\"> + "; + // line 41 + echo twig_include($this->env, $context, "@WebProfiler/Icon/translation.svg"); + echo " + Translation + "; + // line 43 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 43, $this->source); })()), "countMissings", [], "any", false, false, false, 43) || twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 43, $this->source); })()), "countFallbacks", [], "any", false, false, false, 43))) { + // line 44 + echo " "; + $context["error_count"] = (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 44, $this->source); })()), "countMissings", [], "any", false, false, false, 44) + twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 44, $this->source); })()), "countFallbacks", [], "any", false, false, false, 44)); + // line 45 + echo " + "; + // line 46 + echo twig_escape_filter($this->env, (isset($context["error_count"]) || array_key_exists("error_count", $context) ? $context["error_count"] : (function () { throw new RuntimeError('Variable "error_count" does not exist.', 46, $this->source); })()), "html", null, true); + echo " + + "; + } + // line 49 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 52 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 53 + echo " "; + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 53, $this->source); })()), "messages", [], "any", false, false, false, 53))) { + // line 54 + echo "

Translations

+
+

No translations have been called.

+
+ "; + } else { + // line 59 + echo " "; + $this->displayBlock("panelContent", $context, $blocks); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 63 + public function block_panelContent($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panelContent")); + + // line 64 + echo "

Translation Metrics

+ +
+
+ "; + // line 68 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 68, $this->source); })()), "countdefines", [], "any", false, false, false, 68), "html", null, true); + echo " + Defined messages +
+ +
+ "; + // line 73 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 73, $this->source); })()), "countFallbacks", [], "any", false, false, false, 73), "html", null, true); + echo " + Fallback messages +
+ +
+ "; + // line 78 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 78, $this->source); })()), "countMissings", [], "any", false, false, false, 78), "html", null, true); + echo " + Missing messages +
+
+ +

Translation Messages

+ + "; + // line 86 + echo " "; + list($context["messages_defined"], $context["messages_missing"], $context["messages_fallback"]) = [[], [], []]; + // line 87 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 87, $this->source); })()), "messages", [], "any", false, false, false, 87)); + foreach ($context['_seq'] as $context["_key"] => $context["message"]) { + // line 88 + echo " "; + if ((twig_get_attribute($this->env, $this->source, $context["message"], "state", [], "any", false, false, false, 88) == twig_constant("Symfony\\Component\\Translation\\DataCollectorTranslator::MESSAGE_DEFINED"))) { + // line 89 + echo " "; + $context["messages_defined"] = twig_array_merge((isset($context["messages_defined"]) || array_key_exists("messages_defined", $context) ? $context["messages_defined"] : (function () { throw new RuntimeError('Variable "messages_defined" does not exist.', 89, $this->source); })()), [0 => $context["message"]]); + // line 90 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, $context["message"], "state", [], "any", false, false, false, 90) == twig_constant("Symfony\\Component\\Translation\\DataCollectorTranslator::MESSAGE_MISSING"))) { + // line 91 + echo " "; + $context["messages_missing"] = twig_array_merge((isset($context["messages_missing"]) || array_key_exists("messages_missing", $context) ? $context["messages_missing"] : (function () { throw new RuntimeError('Variable "messages_missing" does not exist.', 91, $this->source); })()), [0 => $context["message"]]); + // line 92 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, $context["message"], "state", [], "any", false, false, false, 92) == twig_constant("Symfony\\Component\\Translation\\DataCollectorTranslator::MESSAGE_EQUALS_FALLBACK"))) { + // line 93 + echo " "; + $context["messages_fallback"] = twig_array_merge((isset($context["messages_fallback"]) || array_key_exists("messages_fallback", $context) ? $context["messages_fallback"] : (function () { throw new RuntimeError('Variable "messages_fallback" does not exist.', 93, $this->source); })()), [0 => $context["message"]]); + // line 94 + echo " "; + } + // line 95 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 96 + echo " +
+
+

Defined "; + // line 99 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["messages_defined"]) || array_key_exists("messages_defined", $context) ? $context["messages_defined"] : (function () { throw new RuntimeError('Variable "messages_defined" does not exist.', 99, $this->source); })())), "html", null, true); + echo "

+ +
+

+ These messages are correctly translated into the given locale. +

+ + "; + // line 106 + if (twig_test_empty((isset($context["messages_defined"]) || array_key_exists("messages_defined", $context) ? $context["messages_defined"] : (function () { throw new RuntimeError('Variable "messages_defined" does not exist.', 106, $this->source); })()))) { + // line 107 + echo "
+

None of the used translation messages are defined for the given locale.

+
+ "; + } else { + // line 111 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["messages_defined"]) || array_key_exists("messages_defined", $context) ? $context["messages_defined"] : (function () { throw new RuntimeError('Variable "messages_defined" does not exist.', 111, $this->source); })())], 111, $context, $this->getSourceContext()); + echo " + "; + } + // line 113 + echo "
+
+ +
+

Fallback "; + // line 117 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["messages_fallback"]) || array_key_exists("messages_fallback", $context) ? $context["messages_fallback"] : (function () { throw new RuntimeError('Variable "messages_fallback" does not exist.', 117, $this->source); })())), "html", null, true); + echo "

+ +
+

+ These messages are not available for the given locale + but Symfony found them in the fallback locale catalog. +

+ + "; + // line 125 + if (twig_test_empty((isset($context["messages_fallback"]) || array_key_exists("messages_fallback", $context) ? $context["messages_fallback"] : (function () { throw new RuntimeError('Variable "messages_fallback" does not exist.', 125, $this->source); })()))) { + // line 126 + echo "
+

No fallback translation messages were used.

+
+ "; + } else { + // line 130 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["messages_fallback"]) || array_key_exists("messages_fallback", $context) ? $context["messages_fallback"] : (function () { throw new RuntimeError('Variable "messages_fallback" does not exist.', 130, $this->source); })())], 130, $context, $this->getSourceContext()); + echo " + "; + } + // line 132 + echo "
+
+ +
+

Missing "; + // line 136 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["messages_missing"]) || array_key_exists("messages_missing", $context) ? $context["messages_missing"] : (function () { throw new RuntimeError('Variable "messages_missing" does not exist.', 136, $this->source); })())), "html", null, true); + echo "

+ +
+

+ These messages are not available for the given locale and cannot + be found in the fallback locales. Add them to the translation + catalogue to avoid Symfony outputting untranslated contents. +

+ + "; + // line 145 + if (twig_test_empty((isset($context["messages_missing"]) || array_key_exists("messages_missing", $context) ? $context["messages_missing"] : (function () { throw new RuntimeError('Variable "messages_missing" does not exist.', 145, $this->source); })()))) { + // line 146 + echo "
+

There are no messages of this category.

+
+ "; + } else { + // line 150 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["messages_missing"]) || array_key_exists("messages_missing", $context) ? $context["messages_missing"] : (function () { throw new RuntimeError('Variable "messages_missing" does not exist.', 150, $this->source); })())], 150, $context, $this->getSourceContext()); + echo " + "; + } + // line 152 + echo "
+
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 157 + public function macro_render_table($__messages__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "messages" => $__messages__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_table")); + + // line 158 + echo " + + + + + + + + + + + "; + // line 169 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["messages"]) || array_key_exists("messages", $context) ? $context["messages"] : (function () { throw new RuntimeError('Variable "messages" does not exist.', 169, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["message"]) { + // line 170 + echo " + + + + + + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 195 + echo " +
LocaleDomainTimes usedMessage IDMessage Preview
"; + // line 171 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "locale", [], "any", false, false, false, 171), "html", null, true); + echo ""; + // line 172 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "domain", [], "any", false, false, false, 172), "html", null, true); + echo ""; + // line 173 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "count", [], "any", false, false, false, 173), "html", null, true); + echo " + "; + // line 175 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "id", [], "any", false, false, false, 175), "html", null, true); + echo " + + "; + // line 177 + if ( !(null === twig_get_attribute($this->env, $this->source, $context["message"], "transChoiceNumber", [], "any", false, false, false, 177))) { + // line 178 + echo " (pluralization is used) + "; + } + // line 180 + echo " + "; + // line 181 + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "parameters", [], "any", false, false, false, 181)) > 0)) { + // line 182 + echo " + +
env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 184), "html", null, true); + echo "\" class=\"hidden\"> + "; + // line 185 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["message"], "parameters", [], "any", false, false, false, 185)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["parameters"]) { + // line 186 + echo " "; + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue($context["parameters"]), "html", null, true); + echo " + "; + // line 187 + if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 187)) { + echo "
"; + } + // line 188 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['parameters'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 189 + echo "
+ "; + } + // line 191 + echo "
"; + // line 192 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "translation", [], "any", false, false, false, 192), "html", null, true); + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/translation.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 538 => 195, 521 => 192, 518 => 191, 514 => 189, 500 => 188, 496 => 187, 491 => 186, 474 => 185, 470 => 184, 464 => 182, 462 => 181, 459 => 180, 455 => 178, 453 => 177, 448 => 175, 443 => 173, 439 => 172, 435 => 171, 432 => 170, 415 => 169, 402 => 158, 386 => 157, 376 => 152, 370 => 150, 364 => 146, 362 => 145, 350 => 136, 344 => 132, 338 => 130, 332 => 126, 330 => 125, 319 => 117, 313 => 113, 307 => 111, 301 => 107, 299 => 106, 289 => 99, 284 => 96, 278 => 95, 275 => 94, 272 => 93, 269 => 92, 266 => 91, 263 => 90, 260 => 89, 257 => 88, 252 => 87, 249 => 86, 239 => 78, 231 => 73, 223 => 68, 217 => 64, 210 => 63, 199 => 59, 192 => 54, 189 => 53, 182 => 52, 174 => 49, 168 => 46, 165 => 45, 162 => 44, 160 => 43, 155 => 41, 148 => 40, 141 => 39, 131 => 35, 128 => 34, 122 => 31, 113 => 25, 109 => 24, 100 => 18, 96 => 17, 92 => 15, 90 => 14, 87 => 13, 81 => 11, 78 => 10, 76 => 9, 71 => 8, 68 => 7, 65 => 6, 58 => 5, 50 => 1, 48 => 3, 38 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% import _self as helper %} + +{% block toolbar %} + {% if collector.messages|length %} + {% set icon %} + {{ include('@WebProfiler/Icon/translation.svg') }} + {% set status_color = collector.countMissings ? 'red' : collector.countFallbacks ? 'yellow' %} + {% set error_count = collector.countMissings + collector.countFallbacks %} + {{ error_count ?: collector.countdefines }} + {% endset %} + + {% set text %} +
+ Missing messages + + {{ collector.countMissings }} + +
+ +
+ Fallback messages + + {{ collector.countFallbacks }} + +
+ +
+ Defined messages + {{ collector.countdefines }} +
+ {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} + {% endif %} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/translation.svg') }} + Translation + {% if collector.countMissings or collector.countFallbacks %} + {% set error_count = collector.countMissings + collector.countFallbacks %} + + {{ error_count }} + + {% endif %} + +{% endblock %} + +{% block panel %} + {% if collector.messages is empty %} +

Translations

+
+

No translations have been called.

+
+ {% else %} + {{ block('panelContent') }} + {% endif %} +{% endblock %} + +{% block panelContent %} +

Translation Metrics

+ +
+
+ {{ collector.countdefines }} + Defined messages +
+ +
+ {{ collector.countFallbacks }} + Fallback messages +
+ +
+ {{ collector.countMissings }} + Missing messages +
+
+ +

Translation Messages

+ + {# sort translation messages in groups #} + {% set messages_defined, messages_missing, messages_fallback = [], [], [] %} + {% for message in collector.messages %} + {% if message.state == constant('Symfony\\\\Component\\\\Translation\\\\DataCollectorTranslator::MESSAGE_DEFINED') %} + {% set messages_defined = messages_defined|merge([message]) %} + {% elseif message.state == constant('Symfony\\\\Component\\\\Translation\\\\DataCollectorTranslator::MESSAGE_MISSING') %} + {% set messages_missing = messages_missing|merge([message]) %} + {% elseif message.state == constant('Symfony\\\\Component\\\\Translation\\\\DataCollectorTranslator::MESSAGE_EQUALS_FALLBACK') %} + {% set messages_fallback = messages_fallback|merge([message]) %} + {% endif %} + {% endfor %} + +
+
+

Defined {{ messages_defined|length }}

+ +
+

+ These messages are correctly translated into the given locale. +

+ + {% if messages_defined is empty %} +
+

None of the used translation messages are defined for the given locale.

+
+ {% else %} + {{ helper.render_table(messages_defined) }} + {% endif %} +
+
+ +
+

Fallback {{ messages_fallback|length }}

+ +
+

+ These messages are not available for the given locale + but Symfony found them in the fallback locale catalog. +

+ + {% if messages_fallback is empty %} +
+

No fallback translation messages were used.

+
+ {% else %} + {{ helper.render_table(messages_fallback) }} + {% endif %} +
+
+ +
+

Missing {{ messages_missing|length }}

+ +
+

+ These messages are not available for the given locale and cannot + be found in the fallback locales. Add them to the translation + catalogue to avoid Symfony outputting untranslated contents. +

+ + {% if messages_missing is empty %} +
+

There are no messages of this category.

+
+ {% else %} + {{ helper.render_table(messages_missing) }} + {% endif %} +
+
+
+{% endblock %} + +{% macro render_table(messages) %} + + + + + + + + + + + + {% for message in messages %} + + + + + + + + {% endfor %} + +
LocaleDomainTimes usedMessage IDMessage Preview
{{ message.locale }}{{ message.domain }}{{ message.count }} + {{ message.id }} + + {% if message.transChoiceNumber is not null %} + (pluralization is used) + {% endif %} + + {% if message.parameters|length > 0 %} + + +
+ {% for parameters in message.parameters %} + {{ profiler_dump(parameters) }} + {% if not loop.last %}
{% endif %} + {% endfor %} +
+ {% endif %} +
{{ message.translation }}
+{% endmacro %} +", "@WebProfiler/Collector/translation.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig"); + } +} diff --git a/var/cache/dev/twig/06/0669ccfc21a12d30db99ce8bac01da038257839b8d5ccc1f2752eca56d80700e.php b/var/cache/dev/twig/06/0669ccfc21a12d30db99ce8bac01da038257839b8d5ccc1f2752eca56d80700e.php new file mode 100644 index 00000000..fb902431 --- /dev/null +++ b/var/cache/dev/twig/06/0669ccfc21a12d30db99ce8bac01da038257839b8d5ccc1f2752eca56d80700e.php @@ -0,0 +1,74 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/search.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/search.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/search.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/search.svg"); + } +} diff --git a/var/cache/dev/twig/07/0707ea856837e9fc0f2eaa5fed33fd2c8e280b522840164872a429685b5c2dd4.php b/var/cache/dev/twig/07/0707ea856837e9fc0f2eaa5fed33fd2c8e280b522840164872a429685b5c2dd4.php new file mode 100644 index 00000000..0eebd997 --- /dev/null +++ b/var/cache/dev/twig/07/0707ea856837e9fc0f2eaa5fed33fd2c8e280b522840164872a429685b5c2dd4.php @@ -0,0 +1,66 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Swiftmailer/Collector/icon.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Swiftmailer/Collector/icon.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@Swiftmailer/Collector/icon.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/views/Collector/icon.svg"); + } +} diff --git a/var/cache/dev/twig/07/076b139bec198c7aa323371e9dc053524123ff7771c098ce356b6252e1bfdbbc.php b/var/cache/dev/twig/07/076b139bec198c7aa323371e9dc053524123ff7771c098ce356b6252e1bfdbbc.php new file mode 100644 index 00000000..7a5f1b20 --- /dev/null +++ b/var/cache/dev/twig/07/076b139bec198c7aa323371e9dc053524123ff7771c098ce356b6252e1bfdbbc.php @@ -0,0 +1,136 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/router.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/router.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 6 + echo " + "; + // line 7 + echo twig_include($this->env, $context, "@WebProfiler/Icon/router.svg"); + echo " + Routing + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 12 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 13 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_router", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 13, $this->source); })())])); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/router.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 94 => 13, 87 => 12, 76 => 7, 73 => 6, 66 => 5, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %}{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/router.svg') }} + Routing + +{% endblock %} + +{% block panel %} + {{ render(path('_profiler_router', { token: token })) }} +{% endblock %} +", "@WebProfiler/Collector/router.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/router.html.twig"); + } +} diff --git a/var/cache/dev/twig/08/083bbae44371fd6f080e7d308c752507e96ee226f49e5d3689b19efbfecae0ae.php b/var/cache/dev/twig/08/083bbae44371fd6f080e7d308c752507e96ee226f49e5d3689b19efbfecae0ae.php new file mode 100644 index 00000000..c4e79e74 --- /dev/null +++ b/var/cache/dev/twig/08/083bbae44371fd6f080e7d308c752507e96ee226f49e5d3689b19efbfecae0ae.php @@ -0,0 +1,937 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/logger.html.twig")); + + // line 3 + $macros["helper"] = $this->macros["helper"] = $this; + // line 1 + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/logger.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 6 + echo " "; + if (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "counterrors", [], "any", false, false, false, 6) || twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "countdeprecations", [], "any", false, false, false, 6)) || twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "countscreams", [], "any", false, false, false, 6))) { + // line 7 + echo " "; + ob_start(); + // line 8 + echo " "; + $context["status_color"] = ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 8, $this->source); })()), "counterrors", [], "any", false, false, false, 8)) ? ("red") : (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 8, $this->source); })()), "countdeprecations", [], "any", false, false, false, 8)) ? ("yellow") : ("")))); + // line 9 + echo " "; + $context["error_count"] = ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "counterrors", [], "any", false, false, false, 9) + twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "countdeprecations", [], "any", false, false, false, 9)) + twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "countscreams", [], "any", false, false, false, 9)); + // line 10 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/logger.svg"); + echo " + "; + // line 11 + echo twig_escape_filter($this->env, (isset($context["error_count"]) || array_key_exists("error_count", $context) ? $context["error_count"] : (function () { throw new RuntimeError('Variable "error_count" does not exist.', 11, $this->source); })()), "html", null, true); + echo " + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 13 + echo " + "; + // line 14 + ob_start(); + // line 15 + echo "
+ Errors + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 17, $this->source); })()), "counterrors", [], "any", false, false, false, 17)) ? ("red") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "counterrors", [], "any", true, true, false, 17)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "counterrors", [], "any", false, false, false, 17), 0)) : (0)), "html", null, true); + echo " +
+ +
+ Deprecated Calls + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "countdeprecations", [], "any", false, false, false, 22)) ? ("yellow") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countdeprecations", [], "any", true, true, false, 22)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countdeprecations", [], "any", false, false, false, 22), 0)) : (0)), "html", null, true); + echo " +
+ +
+ Silenced Errors + "; + // line 27 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countscreams", [], "any", true, true, false, 27)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countscreams", [], "any", false, false, false, 27), 0)) : (0)), "html", null, true); + echo " +
+ "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 30 + echo " + "; + // line 31 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 31, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 31, $this->source); })())]); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 35 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 36 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 36, $this->source); })()), "counterrors", [], "any", false, false, false, 36)) ? ("error") : (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 36, $this->source); })()), "countdeprecations", [], "any", false, false, false, 36)) ? ("warning") : ("")))); + echo " "; + echo ((twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 36, $this->source); })()), "logs", [], "any", false, false, false, 36))) ? ("disabled") : ("")); + echo "\"> + "; + // line 37 + echo twig_include($this->env, $context, "@WebProfiler/Icon/logger.svg"); + echo " + Logs + "; + // line 39 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 39, $this->source); })()), "counterrors", [], "any", false, false, false, 39) || twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 39, $this->source); })()), "countdeprecations", [], "any", false, false, false, 39))) { + // line 40 + echo " + "; + // line 41 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 41, $this->source); })()), "counterrors", [], "any", false, false, false, 41)) ? (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 41, $this->source); })()), "counterrors", [], "any", false, false, false, 41)) : (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 41, $this->source); })()), "countdeprecations", [], "any", false, false, false, 41))), "html", null, true); + echo " + + "; + } + // line 44 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 47 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 48 + echo "

Log Messages

+ + "; + // line 50 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 50, $this->source); })()), "logs", [], "any", false, false, false, 50))) { + // line 51 + echo "
+

No log messages available.

+
+ "; + } else { + // line 55 + echo " "; + // line 56 + echo " "; + list($context["deprecation_logs"], $context["debug_logs"], $context["info_and_error_logs"], $context["silenced_logs"]) = [[], [], [], []]; + // line 57 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "logs", [], "any", false, false, false, 57)); + foreach ($context['_seq'] as $context["_key"] => $context["log"]) { + // line 58 + echo " "; + if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["log"], "context", [], "any", false, true, false, 58), "level", [], "any", true, true, false, 58) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["log"], "context", [], "any", false, true, false, 58), "type", [], "any", true, true, false, 58)) && twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["log"], "context", [], "any", false, false, false, 58), "type", [], "any", false, false, false, 58), [0 => twig_constant("E_DEPRECATED"), 1 => twig_constant("E_USER_DEPRECATED")]))) { + // line 59 + echo " "; + $context["deprecation_logs"] = twig_array_merge((isset($context["deprecation_logs"]) || array_key_exists("deprecation_logs", $context) ? $context["deprecation_logs"] : (function () { throw new RuntimeError('Variable "deprecation_logs" does not exist.', 59, $this->source); })()), [0 => $context["log"]]); + // line 60 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["log"], "context", [], "any", false, true, false, 60), "scream", [], "any", true, true, false, 60) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["log"], "context", [], "any", false, false, false, 60), "scream", [], "any", false, false, false, 60) == true))) { + // line 61 + echo " "; + $context["silenced_logs"] = twig_array_merge((isset($context["silenced_logs"]) || array_key_exists("silenced_logs", $context) ? $context["silenced_logs"] : (function () { throw new RuntimeError('Variable "silenced_logs" does not exist.', 61, $this->source); })()), [0 => $context["log"]]); + // line 62 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, $context["log"], "priorityName", [], "any", false, false, false, 62) == "DEBUG")) { + // line 63 + echo " "; + $context["debug_logs"] = twig_array_merge((isset($context["debug_logs"]) || array_key_exists("debug_logs", $context) ? $context["debug_logs"] : (function () { throw new RuntimeError('Variable "debug_logs" does not exist.', 63, $this->source); })()), [0 => $context["log"]]); + // line 64 + echo " "; + } else { + // line 65 + echo " "; + $context["info_and_error_logs"] = twig_array_merge((isset($context["info_and_error_logs"]) || array_key_exists("info_and_error_logs", $context) ? $context["info_and_error_logs"] : (function () { throw new RuntimeError('Variable "info_and_error_logs" does not exist.', 65, $this->source); })()), [0 => $context["log"]]); + // line 66 + echo " "; + } + // line 67 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['log'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 68 + echo " +
+
+

Info. & Errors "; + // line 71 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["info_and_error_logs"]) || array_key_exists("info_and_error_logs", $context) ? $context["info_and_error_logs"] : (function () { throw new RuntimeError('Variable "info_and_error_logs" does not exist.', 71, $this->source); })())), "html", null, true); + echo "

+ +
+ "; + // line 74 + if (twig_test_empty((isset($context["info_and_error_logs"]) || array_key_exists("info_and_error_logs", $context) ? $context["info_and_error_logs"] : (function () { throw new RuntimeError('Variable "info_and_error_logs" does not exist.', 74, $this->source); })()))) { + // line 75 + echo "
+

There are no log messages of this level.

+
+ "; + } else { + // line 79 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["info_and_error_logs"]) || array_key_exists("info_and_error_logs", $context) ? $context["info_and_error_logs"] : (function () { throw new RuntimeError('Variable "info_and_error_logs" does not exist.', 79, $this->source); })()), "info", true], 79, $context, $this->getSourceContext()); + echo " + "; + } + // line 81 + echo "
+
+ +
+ "; + // line 87 + echo "

Deprecations "; + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countdeprecations", [], "any", true, true, false, 87)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countdeprecations", [], "any", false, false, false, 87), 0)) : (0)), "html", null, true); + echo "

+ +
+ "; + // line 90 + if (twig_test_empty((isset($context["deprecation_logs"]) || array_key_exists("deprecation_logs", $context) ? $context["deprecation_logs"] : (function () { throw new RuntimeError('Variable "deprecation_logs" does not exist.', 90, $this->source); })()))) { + // line 91 + echo "
+

There are no log messages about deprecated features.

+
+ "; + } else { + // line 95 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["deprecation_logs"]) || array_key_exists("deprecation_logs", $context) ? $context["deprecation_logs"] : (function () { throw new RuntimeError('Variable "deprecation_logs" does not exist.', 95, $this->source); })()), "deprecation", false, true], 95, $context, $this->getSourceContext()); + echo " + "; + } + // line 97 + echo "
+
+ +
+

Debug "; + // line 101 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["debug_logs"]) || array_key_exists("debug_logs", $context) ? $context["debug_logs"] : (function () { throw new RuntimeError('Variable "debug_logs" does not exist.', 101, $this->source); })())), "html", null, true); + echo "

+ +
+ "; + // line 104 + if (twig_test_empty((isset($context["debug_logs"]) || array_key_exists("debug_logs", $context) ? $context["debug_logs"] : (function () { throw new RuntimeError('Variable "debug_logs" does not exist.', 104, $this->source); })()))) { + // line 105 + echo "
+

There are no log messages of this level.

+
+ "; + } else { + // line 109 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["debug_logs"]) || array_key_exists("debug_logs", $context) ? $context["debug_logs"] : (function () { throw new RuntimeError('Variable "debug_logs" does not exist.', 109, $this->source); })()), "debug"], 109, $context, $this->getSourceContext()); + echo " + "; + } + // line 111 + echo "
+
+ +
+

Silenced Errors "; + // line 115 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countscreams", [], "any", true, true, false, 115)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "countscreams", [], "any", false, false, false, 115), 0)) : (0)), "html", null, true); + echo "

+ +
+ "; + // line 118 + if (twig_test_empty((isset($context["silenced_logs"]) || array_key_exists("silenced_logs", $context) ? $context["silenced_logs"] : (function () { throw new RuntimeError('Variable "silenced_logs" does not exist.', 118, $this->source); })()))) { + // line 119 + echo "
+

There are no log messages of this level.

+
+ "; + } else { + // line 123 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [(isset($context["silenced_logs"]) || array_key_exists("silenced_logs", $context) ? $context["silenced_logs"] : (function () { throw new RuntimeError('Variable "silenced_logs" does not exist.', 123, $this->source); })()), "silenced"], 123, $context, $this->getSourceContext()); + echo " + "; + } + // line 125 + echo "
+
+ +
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 132 + public function macro_render_table($__logs__ = null, $__category__ = "", $__show_level__ = false, $__is_deprecation__ = false, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "logs" => $__logs__, + "category" => $__category__, + "show_level" => $__show_level__, + "is_deprecation" => $__is_deprecation__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_table")); + + // line 133 + echo " "; + $macros["helper"] = $this; + // line 134 + echo " "; + $context["channel_is_defined"] = twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["logs"]) || array_key_exists("logs", $context) ? $context["logs"] : (function () { throw new RuntimeError('Variable "logs" does not exist.', 134, $this->source); })())), "channel", [], "any", true, true, false, 134); + // line 135 + echo " + + + + + "; + // line 140 + if ((isset($context["channel_is_defined"]) || array_key_exists("channel_is_defined", $context) ? $context["channel_is_defined"] : (function () { throw new RuntimeError('Variable "channel_is_defined" does not exist.', 140, $this->source); })())) { + echo ""; + } + // line 141 + echo " + + + + + "; + // line 146 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["logs"]) || array_key_exists("logs", $context) ? $context["logs"] : (function () { throw new RuntimeError('Variable "logs" does not exist.', 146, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["log"]) { + // line 147 + echo " "; + $context["css_class"] = (((isset($context["is_deprecation"]) || array_key_exists("is_deprecation", $context) ? $context["is_deprecation"] : (function () { throw new RuntimeError('Variable "is_deprecation" does not exist.', 147, $this->source); })())) ? ("") : (((twig_in_filter(twig_get_attribute($this->env, $this->source, // line 148 +$context["log"], "priorityName", [], "any", false, false, false, 148), [0 => "CRITICAL", 1 => "ERROR", 2 => "ALERT", 3 => "EMERGENCY"])) ? ("status-error") : (((twig_in_filter(twig_get_attribute($this->env, $this->source, // line 149 +$context["log"], "priorityName", [], "any", false, false, false, 149), [0 => "NOTICE", 1 => "WARNING"])) ? ("status-warning") : ("")))))); + // line 151 + echo " env, (isset($context["css_class"]) || array_key_exists("css_class", $context) ? $context["css_class"] : (function () { throw new RuntimeError('Variable "css_class" does not exist.', 151, $this->source); })()), "html", null, true); + echo "\"> + + + "; + // line 159 + if ((isset($context["channel_is_defined"]) || array_key_exists("channel_is_defined", $context) ? $context["channel_is_defined"] : (function () { throw new RuntimeError('Variable "channel_is_defined" does not exist.', 159, $this->source); })())) { + // line 160 + echo " + "; + } + // line 162 + echo " + + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['log'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 166 + echo " +
"; + // line 139 + echo (((isset($context["show_level"]) || array_key_exists("show_level", $context) ? $context["show_level"] : (function () { throw new RuntimeError('Variable "show_level" does not exist.', 139, $this->source); })())) ? ("Level") : ("Time")); + echo "ChannelMessage
+ "; + // line 153 + if ((isset($context["show_level"]) || array_key_exists("show_level", $context) ? $context["show_level"] : (function () { throw new RuntimeError('Variable "show_level" does not exist.', 153, $this->source); })())) { + // line 154 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "priorityName", [], "any", false, false, false, 154), "html", null, true); + echo " + "; + } + // line 156 + echo " "; + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "timestamp", [], "any", false, false, false, 156), "H:i:s"), "html", null, true); + echo " + "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "channel", [], "any", false, false, false, 160), "html", null, true); + echo ""; + // line 163 + echo twig_call_macro($macros["helper"], "macro_render_log_message", [(isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 163, $this->source); })()), twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 163), $context["log"], (isset($context["is_deprecation"]) || array_key_exists("is_deprecation", $context) ? $context["is_deprecation"] : (function () { throw new RuntimeError('Variable "is_deprecation" does not exist.', 163, $this->source); })())], 163, $context, $this->getSourceContext()); + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + // line 170 + public function macro_render_log_message($__category__ = null, $__log_index__ = null, $__log__ = null, $__is_deprecation__ = false, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "category" => $__category__, + "log_index" => $__log_index__, + "log" => $__log__, + "is_deprecation" => $__is_deprecation__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_log_message")); + + // line 171 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["log"]) || array_key_exists("log", $context) ? $context["log"] : (function () { throw new RuntimeError('Variable "log" does not exist.', 171, $this->source); })()), "message", [], "any", false, false, false, 171), "html", null, true); + echo " + + "; + // line 173 + if ((isset($context["is_deprecation"]) || array_key_exists("is_deprecation", $context) ? $context["is_deprecation"] : (function () { throw new RuntimeError('Variable "is_deprecation" does not exist.', 173, $this->source); })())) { + // line 174 + echo " "; + $context["stack"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["log"] ?? null), "context", [], "any", false, true, false, 174), "stack", [], "any", true, true, false, 174)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["log"] ?? null), "context", [], "any", false, true, false, 174), "stack", [], "any", false, false, false, 174), [])) : ([])); + // line 175 + echo " "; + $context["stack_id"] = ((("sf-call-stack-" . (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 175, $this->source); })())) . "-") . (isset($context["log_index"]) || array_key_exists("log_index", $context) ? $context["log_index"] : (function () { throw new RuntimeError('Variable "log_index" does not exist.', 175, $this->source); })())); + // line 176 + echo " + "; + // line 177 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["log"] ?? null), "context", [], "any", false, true, false, 177), "errorCount", [], "any", true, true, false, 177)) { + // line 178 + echo " ("; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["log"]) || array_key_exists("log", $context) ? $context["log"] : (function () { throw new RuntimeError('Variable "log" does not exist.', 178, $this->source); })()), "context", [], "any", false, false, false, 178), "errorCount", [], "any", false, false, false, 178), "html", null, true); + echo " times) + "; + } + // line 180 + echo " + "; + // line 181 + if ((isset($context["stack"]) || array_key_exists("stack", $context) ? $context["stack"] : (function () { throw new RuntimeError('Variable "stack" does not exist.', 181, $this->source); })())) { + // line 182 + echo " + "; + } + // line 184 + echo " + "; + // line 185 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["stack"]) || array_key_exists("stack", $context) ? $context["stack"] : (function () { throw new RuntimeError('Variable "stack" does not exist.', 185, $this->source); })())); + foreach ($context['_seq'] as $context["index"] => $context["call"]) { + if (($context["index"] > 1)) { + // line 186 + echo " "; + if (($context["index"] == 2)) { + // line 187 + echo "
    env, (isset($context["stack_id"]) || array_key_exists("stack_id", $context) ? $context["stack_id"] : (function () { throw new RuntimeError('Variable "stack_id" does not exist.', 187, $this->source); })()), "html", null, true); + echo "\"> + "; + } + // line 189 + echo " + "; + // line 190 + if (twig_get_attribute($this->env, $this->source, $context["call"], "class", [], "any", true, true, false, 190)) { + // line 191 + echo " "; + $context["from"] = (($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, $context["call"], "class", [], "any", false, false, false, 191)) . "::") . $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrMethod(twig_get_attribute($this->env, $this->source, $context["call"], "function", [], "any", false, false, false, 191))); + // line 192 + echo " "; + } elseif (twig_get_attribute($this->env, $this->source, $context["call"], "function", [], "any", true, true, false, 192)) { + // line 193 + echo " "; + $context["from"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrMethod(twig_get_attribute($this->env, $this->source, $context["call"], "function", [], "any", false, false, false, 193)); + // line 194 + echo " "; + } elseif (twig_get_attribute($this->env, $this->source, $context["call"], "file", [], "any", true, true, false, 194)) { + // line 195 + echo " "; + $context["from"] = twig_get_attribute($this->env, $this->source, $context["call"], "file", [], "any", false, false, false, 195); + // line 196 + echo " "; + } else { + // line 197 + echo " "; + $context["from"] = "-"; + // line 198 + echo " "; + } + // line 199 + echo " + "; + // line 200 + $context["file_name"] = (((twig_get_attribute($this->env, $this->source, $context["call"], "file", [], "any", true, true, false, 200) && twig_get_attribute($this->env, $this->source, $context["call"], "line", [], "any", true, true, false, 200))) ? (twig_last($this->env, twig_split_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["call"], "file", [], "any", false, false, false, 200), ["\\" => "/"]), "/"))) : ("")); + // line 201 + echo " +
  • + "; + // line 203 + echo (isset($context["from"]) || array_key_exists("from", $context) ? $context["from"] : (function () { throw new RuntimeError('Variable "from" does not exist.', 203, $this->source); })()); + echo " + "; + // line 204 + if ((isset($context["file_name"]) || array_key_exists("file_name", $context) ? $context["file_name"] : (function () { throw new RuntimeError('Variable "file_name" does not exist.', 204, $this->source); })())) { + // line 205 + echo " (called from "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatFile(twig_get_attribute($this->env, $this->source, $context["call"], "file", [], "any", false, false, false, 205), twig_get_attribute($this->env, $this->source, $context["call"], "line", [], "any", false, false, false, 205), (isset($context["file_name"]) || array_key_exists("file_name", $context) ? $context["file_name"] : (function () { throw new RuntimeError('Variable "file_name" does not exist.', 205, $this->source); })())); + echo ") + "; + } + // line 207 + echo "
  • + + "; + // line 209 + if (($context["index"] == (twig_length_filter($this->env, (isset($context["stack"]) || array_key_exists("stack", $context) ? $context["stack"] : (function () { throw new RuntimeError('Variable "stack" does not exist.', 209, $this->source); })())) - 1))) { + // line 210 + echo "
+ "; + } + // line 212 + echo " "; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['index'], $context['call'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 213 + echo " "; + } else { + // line 214 + echo " "; + if ((twig_get_attribute($this->env, $this->source, ($context["log"] ?? null), "context", [], "any", true, true, false, 214) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["log"]) || array_key_exists("log", $context) ? $context["log"] : (function () { throw new RuntimeError('Variable "log" does not exist.', 214, $this->source); })()), "context", [], "any", false, false, false, 214)))) { + // line 215 + echo " "; + $context["context_id"] = ((("context-" . (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 215, $this->source); })())) . "-") . (isset($context["log_index"]) || array_key_exists("log_index", $context) ? $context["log_index"] : (function () { throw new RuntimeError('Variable "log_index" does not exist.', 215, $this->source); })())); + // line 216 + echo " "; + $context["context_dump"] = $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, (isset($context["log"]) || array_key_exists("log", $context) ? $context["log"] : (function () { throw new RuntimeError('Variable "log" does not exist.', 216, $this->source); })()), "context", [], "any", false, false, false, 216)); + // line 217 + echo " +
+ Context: + + "; + // line 221 + if ((twig_length_filter($this->env, (isset($context["context_dump"]) || array_key_exists("context_dump", $context) ? $context["context_dump"] : (function () { throw new RuntimeError('Variable "context_dump" does not exist.', 221, $this->source); })())) > 120)) { + // line 222 + echo " "; + echo twig_escape_filter($this->env, twig_slice($this->env, (isset($context["context_dump"]) || array_key_exists("context_dump", $context) ? $context["context_dump"] : (function () { throw new RuntimeError('Variable "context_dump" does not exist.', 222, $this->source); })()), 0, 120), "html", null, true); + echo " ... + + env, (isset($context["context_id"]) || array_key_exists("context_id", $context) ? $context["context_id"] : (function () { throw new RuntimeError('Variable "context_id" does not exist.', 224, $this->source); })()), "html", null, true); + echo "\" data-toggle-alt-content=\"Hide full context\">Show full context + +
env, (isset($context["context_id"]) || array_key_exists("context_id", $context) ? $context["context_id"] : (function () { throw new RuntimeError('Variable "context_id" does not exist.', 226, $this->source); })()), "html", null, true); + echo "\" class=\"context\"> +
";
+                        // line 227
+                        echo twig_escape_filter($this->env, (isset($context["context_dump"]) || array_key_exists("context_dump", $context) ? $context["context_dump"] : (function () { throw new RuntimeError('Variable "context_dump" does not exist.', 227, $this->source); })()), "html", null, true);
+                        echo "
+
+ "; + } else { + // line 230 + echo " "; + echo twig_escape_filter($this->env, (isset($context["context_dump"]) || array_key_exists("context_dump", $context) ? $context["context_dump"] : (function () { throw new RuntimeError('Variable "context_dump" does not exist.', 230, $this->source); })()), "html", null, true); + echo " + "; + } + // line 232 + echo "
+ "; + } + // line 234 + echo " "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/logger.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 671 => 234, 667 => 232, 661 => 230, 655 => 227, 651 => 226, 646 => 224, 640 => 222, 638 => 221, 632 => 217, 629 => 216, 626 => 215, 623 => 214, 620 => 213, 613 => 212, 609 => 210, 607 => 209, 603 => 207, 597 => 205, 595 => 204, 591 => 203, 587 => 201, 585 => 200, 582 => 199, 579 => 198, 576 => 197, 573 => 196, 570 => 195, 567 => 194, 564 => 193, 561 => 192, 558 => 191, 556 => 190, 553 => 189, 547 => 187, 544 => 186, 539 => 185, 536 => 184, 530 => 182, 528 => 181, 525 => 180, 519 => 178, 517 => 177, 514 => 176, 511 => 175, 508 => 174, 506 => 173, 500 => 171, 481 => 170, 467 => 166, 450 => 163, 447 => 162, 441 => 160, 439 => 159, 432 => 156, 426 => 154, 424 => 153, 418 => 151, 416 => 149, 415 => 148, 413 => 147, 396 => 146, 389 => 141, 385 => 140, 381 => 139, 375 => 135, 372 => 134, 369 => 133, 350 => 132, 338 => 125, 332 => 123, 326 => 119, 324 => 118, 318 => 115, 312 => 111, 306 => 109, 300 => 105, 298 => 104, 292 => 101, 286 => 97, 280 => 95, 274 => 91, 272 => 90, 265 => 87, 259 => 81, 253 => 79, 247 => 75, 245 => 74, 239 => 71, 234 => 68, 228 => 67, 225 => 66, 222 => 65, 219 => 64, 216 => 63, 213 => 62, 210 => 61, 207 => 60, 204 => 59, 201 => 58, 196 => 57, 193 => 56, 191 => 55, 185 => 51, 183 => 50, 179 => 48, 172 => 47, 164 => 44, 158 => 41, 155 => 40, 153 => 39, 148 => 37, 141 => 36, 134 => 35, 124 => 31, 121 => 30, 115 => 27, 105 => 22, 95 => 17, 91 => 15, 89 => 14, 86 => 13, 81 => 11, 76 => 10, 73 => 9, 70 => 8, 67 => 7, 64 => 6, 57 => 5, 49 => 1, 47 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% import _self as helper %} + +{% block toolbar %} + {% if collector.counterrors or collector.countdeprecations or collector.countscreams %} + {% set icon %} + {% set status_color = collector.counterrors ? 'red' : collector.countdeprecations ? 'yellow' : '' %} + {% set error_count = collector.counterrors + collector.countdeprecations + collector.countscreams %} + {{ include('@WebProfiler/Icon/logger.svg') }} + {{ error_count }} + {% endset %} + + {% set text %} +
+ Errors + {{ collector.counterrors|default(0) }} +
+ +
+ Deprecated Calls + {{ collector.countdeprecations|default(0) }} +
+ +
+ Silenced Errors + {{ collector.countscreams|default(0) }} +
+ {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} + {% endif %} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/logger.svg') }} + Logs + {% if collector.counterrors or collector.countdeprecations %} + + {{ collector.counterrors ?: collector.countdeprecations }} + + {% endif %} + +{% endblock %} + +{% block panel %} +

Log Messages

+ + {% if collector.logs is empty %} +
+

No log messages available.

+
+ {% else %} + {# sort collected logs in groups #} + {% set deprecation_logs, debug_logs, info_and_error_logs, silenced_logs = [], [], [], [] %} + {% for log in collector.logs %} + {% if log.context.level is defined and log.context.type is defined and log.context.type in [constant('E_DEPRECATED'), constant('E_USER_DEPRECATED')] %} + {% set deprecation_logs = deprecation_logs|merge([log]) %} + {% elseif log.context.scream is defined and log.context.scream == true %} + {% set silenced_logs = silenced_logs|merge([log]) %} + {% elseif log.priorityName == 'DEBUG' %} + {% set debug_logs = debug_logs|merge([log]) %} + {% else %} + {% set info_and_error_logs = info_and_error_logs|merge([log]) %} + {% endif %} + {% endfor %} + +
+
+

Info. & Errors {{ info_and_error_logs|length }}

+ +
+ {% if info_and_error_logs is empty %} +
+

There are no log messages of this level.

+
+ {% else %} + {{ helper.render_table(info_and_error_logs, 'info', true) }} + {% endif %} +
+
+ +
+ {# 'deprecation_logs|length' is not used because deprecations are + now grouped and the group count doesn't match the message count #} +

Deprecations {{ collector.countdeprecations|default(0) }}

+ +
+ {% if deprecation_logs is empty %} +
+

There are no log messages about deprecated features.

+
+ {% else %} + {{ helper.render_table(deprecation_logs, 'deprecation', false, true) }} + {% endif %} +
+
+ +
+

Debug {{ debug_logs|length }}

+ +
+ {% if debug_logs is empty %} +
+

There are no log messages of this level.

+
+ {% else %} + {{ helper.render_table(debug_logs, 'debug') }} + {% endif %} +
+
+ +
+

Silenced Errors {{ collector.countscreams|default(0) }}

+ +
+ {% if silenced_logs is empty %} +
+

There are no log messages of this level.

+
+ {% else %} + {{ helper.render_table(silenced_logs, 'silenced') }} + {% endif %} +
+
+ +
+ {% endif %} +{% endblock %} + +{% macro render_table(logs, category = '', show_level = false, is_deprecation = false) %} + {% import _self as helper %} + {% set channel_is_defined = (logs|first).channel is defined %} + + + + + + {% if channel_is_defined %}{% endif %} + + + + + + {% for log in logs %} + {% set css_class = is_deprecation ? '' + : log.priorityName in ['CRITICAL', 'ERROR', 'ALERT', 'EMERGENCY'] ? 'status-error' + : log.priorityName in ['NOTICE', 'WARNING'] ? 'status-warning' + %} + + + + {% if channel_is_defined %} + + {% endif %} + + + + {% endfor %} + +
{{ show_level ? 'Level' : 'Time' }}ChannelMessage
+ {% if show_level %} + {{ log.priorityName }} + {% endif %} + {{ log.timestamp|date('H:i:s') }} + {{ log.channel }}{{ helper.render_log_message(category, loop.index, log, is_deprecation) }}
+{% endmacro %} + +{% macro render_log_message(category, log_index, log, is_deprecation = false) %} + {{ log.message }} + + {% if is_deprecation %} + {% set stack = log.context.stack|default([]) %} + {% set stack_id = 'sf-call-stack-' ~ category ~ '-' ~ log_index %} + + {% if log.context.errorCount is defined %} + ({{ log.context.errorCount }} times) + {% endif %} + + {% if stack %} + + {% endif %} + + {% for index, call in stack if index > 1 %} + {% if index == 2 %} +
    + {% endif %} + + {% if call.class is defined %} + {% set from = call.class|abbr_class ~ '::' ~ call.function|abbr_method() %} + {% elseif call.function is defined %} + {% set from = call.function|abbr_method %} + {% elseif call.file is defined %} + {% set from = call.file %} + {% else %} + {% set from = '-' %} + {% endif %} + + {% set file_name = (call.file is defined and call.line is defined) ? call.file|replace({'\\\\': '/'})|split('/')|last %} + +
  • + {{ from|raw }} + {% if file_name %} + (called from {{ call.file|format_file(call.line, file_name)|raw }}) + {% endif %} +
  • + + {% if index == stack|length - 1 %} +
+ {% endif %} + {% endfor %} + {% else %} + {% if log.context is defined and log.context is not empty %} + {% set context_id = 'context-' ~ category ~ '-' ~ log_index %} + {% set context_dump = profiler_dump(log.context) %} + +
+ Context: + + {% if context_dump|length > 120 %} + {{ context_dump[:120] }} ... + + Show full context + +
+
{{ context_dump }}
+
+ {% else %} + {{ context_dump }} + {% endif %} +
+ {% endif %} + {% endif %} +{% endmacro %} +", "@WebProfiler/Collector/logger.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig"); + } +} diff --git a/var/cache/dev/twig/0a/0a9c9b3015599b2e75fc34b7868b38043cbc14712a239e60df7a9215b33c8fb5.php b/var/cache/dev/twig/0a/0a9c9b3015599b2e75fc34b7868b38043cbc14712a239e60df7a9215b33c8fb5.php new file mode 100644 index 00000000..bae37b89 --- /dev/null +++ b/var/cache/dev/twig/0a/0a9c9b3015599b2e75fc34b7868b38043cbc14712a239e60df7a9215b33c8fb5.php @@ -0,0 +1,499 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/events.html.twig")); + + // line 3 + $macros["helper"] = $this->macros["helper"] = $this; + // line 1 + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/events.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 6 + echo " + "; + // line 7 + echo twig_include($this->env, $context, "@WebProfiler/Icon/event.svg"); + echo " + Events + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 12 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 13 + echo "

Event Dispatcher

+ + "; + // line 15 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 15, $this->source); })()), "calledlisteners", [], "any", false, false, false, 15))) { + // line 16 + echo "
+

No events have been recorded. Check that debugging is enabled in the kernel.

+
+ "; + } else { + // line 20 + echo "
+
+

Called Listeners "; + // line 22 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "calledlisteners", [], "any", false, false, false, 22)), "html", null, true); + echo "

+ +
+ "; + // line 25 + echo twig_call_macro($macros["helper"], "macro_render_table", [twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 25, $this->source); })()), "calledlisteners", [], "any", false, false, false, 25)], 25, $context, $this->getSourceContext()); + echo " +
+
+ +
+

Not Called Listeners "; + // line 30 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 30, $this->source); })()), "notcalledlisteners", [], "any", false, false, false, 30)), "html", null, true); + echo "

+
+ "; + // line 32 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 32, $this->source); })()), "notcalledlisteners", [], "any", false, false, false, 32))) { + // line 33 + echo "
+

+ There are no uncalled listeners. +

+

+ All listeners were called for this request or an error occurred + when trying to collect uncalled listeners (in which case check the + logs to get more information). +

+
+ "; + } else { + // line 44 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_table", [twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 44, $this->source); })()), "notcalledlisteners", [], "any", false, false, false, 44)], 44, $context, $this->getSourceContext()); + echo " + "; + } + // line 46 + echo "
+
+
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 52 + public function macro_render_table($__listeners__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "listeners" => $__listeners__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_table")); + + // line 53 + echo " + + + + + + + + "; + // line 61 + $context["previous_event"] = twig_get_attribute($this->env, $this->source, twig_first($this->env, (isset($context["listeners"]) || array_key_exists("listeners", $context) ? $context["listeners"] : (function () { throw new RuntimeError('Variable "listeners" does not exist.', 61, $this->source); })())), "event", [], "any", false, false, false, 61); + // line 62 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["listeners"]) || array_key_exists("listeners", $context) ? $context["listeners"] : (function () { throw new RuntimeError('Variable "listeners" does not exist.', 62, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["listener"]) { + // line 63 + echo " "; + if ((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 63) || (twig_get_attribute($this->env, $this->source, $context["listener"], "event", [], "any", false, false, false, 63) != (isset($context["previous_event"]) || array_key_exists("previous_event", $context) ? $context["previous_event"] : (function () { throw new RuntimeError('Variable "previous_event" does not exist.', 63, $this->source); })())))) { + // line 64 + echo " "; + if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 64)) { + // line 65 + echo " + "; + } + // line 67 + echo " + + + + + + "; + // line 73 + $context["previous_event"] = twig_get_attribute($this->env, $this->source, $context["listener"], "event", [], "any", false, false, false, 73); + // line 74 + echo " "; + } + // line 75 + echo " + + + + + + "; + // line 112 + if (twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 112)) { + // line 113 + echo " + "; + } + // line 115 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 116 + echo "
PriorityListener
"; + // line 70 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "event", [], "any", false, false, false, 70), "html", null, true); + echo "
"; + // line 77 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["listener"], "priority", [], "any", true, true, false, 77)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["listener"], "priority", [], "any", false, false, false, 77), "-")) : ("-")), "html", null, true); + echo " + "; + // line 79 + if ((twig_get_attribute($this->env, $this->source, $context["listener"], "type", [], "any", false, false, false, 79) == "Closure")) { + // line 80 + echo " + Closure + (there is no class or file information) + + "; + } elseif ((twig_get_attribute($this->env, $this->source, // line 84 +$context["listener"], "type", [], "any", false, false, false, 84) == "Function")) { + // line 85 + echo " + "; + // line 86 + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, $context["listener"], "file", [], "any", false, false, false, 86), twig_get_attribute($this->env, $this->source, $context["listener"], "line", [], "any", false, false, false, 86)); + // line 87 + echo " "; + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 87, $this->source); })())) { + // line 88 + echo " env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 88, $this->source); })()), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "function", [], "any", false, false, false, 88), "html", null, true); + echo "() + ("; + // line 89 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "file", [], "any", false, false, false, 89), "html", null, true); + echo ") + "; + } else { + // line 91 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "function", [], "any", false, false, false, 91), "html", null, true); + echo "() + "; + // line 92 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "file", [], "any", false, false, false, 92), "html", null, true); + echo " (line "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "line", [], "any", false, false, false, 92), "html", null, true); + echo ") + "; + } + // line 94 + echo " + "; + } elseif ((twig_get_attribute($this->env, $this->source, // line 95 +$context["listener"], "type", [], "any", false, false, false, 95) == "Method")) { + // line 96 + echo " + "; + // line 97 + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, $context["listener"], "file", [], "any", false, false, false, 97), twig_get_attribute($this->env, $this->source, $context["listener"], "line", [], "any", false, false, false, 97)); + // line 98 + echo " "; + $context["class_namespace"] = twig_join_filter(twig_split_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "class", [], "any", false, false, false, 98), "\\", -1), "\\"); + // line 99 + echo " + "; + // line 100 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 100, $this->source); })())) { + // line 101 + echo " env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 101, $this->source); })()), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, strip_tags($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, $context["listener"], "class", [], "any", false, false, false, 101))), "html", null, true); + echo "::"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "method", [], "any", false, false, false, 101), "html", null, true); + echo "() + ("; + // line 102 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "class", [], "any", false, false, false, 102), "html", null, true); + echo ") + "; + } else { + // line 104 + echo " "; + echo twig_escape_filter($this->env, (isset($context["class_namespace"]) || array_key_exists("class_namespace", $context) ? $context["class_namespace"] : (function () { throw new RuntimeError('Variable "class_namespace" does not exist.', 104, $this->source); })()), "html", null, true); + echo "\\"; + echo twig_escape_filter($this->env, strip_tags($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, $context["listener"], "class", [], "any", false, false, false, 104))), "html", null, true); + echo "::"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "method", [], "any", false, false, false, 104), "html", null, true); + echo "() + "; + // line 105 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "file", [], "any", false, false, false, 105), "html", null, true); + echo " (line "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["listener"], "line", [], "any", false, false, false, 105), "html", null, true); + echo ") + "; + } + // line 107 + echo " + "; + } + // line 109 + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/events.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 351 => 116, 337 => 115, 333 => 113, 331 => 112, 326 => 109, 322 => 107, 315 => 105, 306 => 104, 301 => 102, 292 => 101, 290 => 100, 287 => 99, 284 => 98, 282 => 97, 279 => 96, 277 => 95, 274 => 94, 267 => 92, 262 => 91, 257 => 89, 250 => 88, 247 => 87, 245 => 86, 242 => 85, 240 => 84, 234 => 80, 232 => 79, 227 => 77, 223 => 75, 220 => 74, 218 => 73, 212 => 70, 207 => 67, 203 => 65, 200 => 64, 197 => 63, 179 => 62, 177 => 61, 167 => 53, 151 => 52, 140 => 46, 134 => 44, 121 => 33, 119 => 32, 114 => 30, 106 => 25, 100 => 22, 96 => 20, 90 => 16, 88 => 15, 84 => 13, 77 => 12, 66 => 7, 63 => 6, 56 => 5, 48 => 1, 46 => 3, 36 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% import _self as helper %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/event.svg') }} + Events + +{% endblock %} + +{% block panel %} +

Event Dispatcher

+ + {% if collector.calledlisteners is empty %} +
+

No events have been recorded. Check that debugging is enabled in the kernel.

+
+ {% else %} +
+
+

Called Listeners {{ collector.calledlisteners|length }}

+ +
+ {{ helper.render_table(collector.calledlisteners) }} +
+
+ +
+

Not Called Listeners {{ collector.notcalledlisteners|length }}

+
+ {% if collector.notcalledlisteners is empty %} +
+

+ There are no uncalled listeners. +

+

+ All listeners were called for this request or an error occurred + when trying to collect uncalled listeners (in which case check the + logs to get more information). +

+
+ {% else %} + {{ helper.render_table(collector.notcalledlisteners) }} + {% endif %} +
+
+
+ {% endif %} +{% endblock %} + +{% macro render_table(listeners) %} + + + + + + + + + {% set previous_event = (listeners|first).event %} + {% for listener in listeners %} + {% if loop.first or listener.event != previous_event %} + {% if not loop.first %} + + {% endif %} + + + + + + + {% set previous_event = listener.event %} + {% endif %} + + + + + + + {% if loop.last %} + + {% endif %} + {% endfor %} +
PriorityListener
{{ listener.event }}
{{ listener.priority|default('-') }} + {% if listener.type == 'Closure' %} + + Closure + (there is no class or file information) + + {% elseif listener.type == 'Function' %} + + {% set link = listener.file|file_link(listener.line) %} + {% if link %} + {{ listener.function }}() + ({{ listener.file }}) + {% else %} + {{ listener.function }}() + {{ listener.file }} (line {{ listener.line }}) + {% endif %} + + {% elseif listener.type == \"Method\" %} + + {% set link = listener.file|file_link(listener.line) %} + {% set class_namespace = listener.class|split('\\\\', -1)|join('\\\\') %} + + {% if link %} + {{ listener.class|abbr_class|striptags }}::{{ listener.method }}() + ({{ listener.class }}) + {% else %} + {{ class_namespace }}\\{{ listener.class|abbr_class|striptags }}::{{ listener.method }}() + {{ listener.file }} (line {{ listener.line }}) + {% endif %} + + {% endif %} +
+{% endmacro %} +", "@WebProfiler/Collector/events.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig"); + } +} diff --git a/var/cache/dev/twig/0d/0da7005d26edd513bab24c36979bce20fccdab6b9e341058422a35e48f73c98b.php b/var/cache/dev/twig/0d/0da7005d26edd513bab24c36979bce20fccdab6b9e341058422a35e48f73c98b.php new file mode 100644 index 00000000..e9e4f56f --- /dev/null +++ b/var/cache/dev/twig/0d/0da7005d26edd513bab24c36979bce20fccdab6b9e341058422a35e48f73c98b.php @@ -0,0 +1,134 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/bag.html.twig")); + + // line 1 + echo "env, (((isset($context["class"]) || array_key_exists("class", $context))) ? (_twig_default_filter((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 1, $this->source); })()), "")) : ("")), "html", null, true); + echo "\"> + + + + + + + + "; + // line 9 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_attribute($this->env, $this->source, (isset($context["bag"]) || array_key_exists("bag", $context) ? $context["bag"] : (function () { throw new RuntimeError('Variable "bag" does not exist.', 9, $this->source); })()), "keys", [], "any", false, false, false, 9))); + $context['_iterated'] = false; + foreach ($context['_seq'] as $context["_key"] => $context["key"]) { + // line 10 + echo " + + + + "; + $context['_iterated'] = true; + } + if (!$context['_iterated']) { + // line 15 + echo " + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 19 + echo " +
"; + // line 4 + (((isset($context["labels"]) || array_key_exists("labels", $context))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["labels"]) || array_key_exists("labels", $context) ? $context["labels"] : (function () { throw new RuntimeError('Variable "labels" does not exist.', 4, $this->source); })()), 0, [], "array", false, false, false, 4), "html", null, true))) : (print ("Key"))); + echo ""; + // line 5 + (((isset($context["labels"]) || array_key_exists("labels", $context))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["labels"]) || array_key_exists("labels", $context) ? $context["labels"] : (function () { throw new RuntimeError('Variable "labels" does not exist.', 5, $this->source); })()), 1, [], "array", false, false, false, 5), "html", null, true))) : (print ("Value"))); + echo "
"; + // line 11 + echo twig_escape_filter($this->env, $context["key"], "html", null, true); + echo ""; + // line 12 + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, (isset($context["bag"]) || array_key_exists("bag", $context) ? $context["bag"] : (function () { throw new RuntimeError('Variable "bag" does not exist.', 12, $this->source); })()), "get", [0 => $context["key"]], "method", false, false, false, 12)), "html", null, true); + echo "
(no data)
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/bag.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 87 => 19, 78 => 15, 70 => 12, 66 => 11, 63 => 10, 58 => 9, 51 => 5, 47 => 4, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + + + + + + {% for key in bag.keys|sort %} + + + + + {% else %} + + + + {% endfor %} + +
{{ labels is defined ? labels[0] : 'Key' }}{{ labels is defined ? labels[1] : 'Value' }}
{{ key }}{{ profiler_dump(bag.get(key)) }}
(no data)
+", "@WebProfiler/Profiler/bag.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.html.twig"); + } +} diff --git a/var/cache/dev/twig/13/137f116e8444df5f9090433f0ea63454493f543e05e74caf17dc2a35b59033fb.php b/var/cache/dev/twig/13/137f116e8444df5f9090433f0ea63454493f543e05e74caf17dc2a35b59033fb.php new file mode 100644 index 00000000..8a785cea --- /dev/null +++ b/var/cache/dev/twig/13/137f116e8444df5f9090433f0ea63454493f543e05e74caf17dc2a35b59033fb.php @@ -0,0 +1,134 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'form_field' => [$this, 'block_form_field'], + 'form_field_pho' => [$this, 'block_form_field_pho'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "::default/form/helpers.html.twig")); + + // line 1 + $this->displayBlock('form_field', $context, $blocks); + // line 7 + $this->displayBlock('form_field_pho', $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 1 + public function block_form_field($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_field")); + + // line 2 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2, $this->source); })()), 'label', (($context["opt"]) ?? ([])) + (twig_test_empty($_label_ = (isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 2, $this->source); })())) ? array() : array("label" => $_label_))); + // line 3 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })()), 'widget', (($context["opt"]) ?? ([]))); + // line 4 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 4, $this->source); })()), 'errors'); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 7 + public function block_form_field_pho($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_field_pho")); + + // line 8 + if (twig_test_empty((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 8, $this->source); })()))) { + // line 9 + $context["label"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 9, $this->source); })()), "vars", [], "any", false, false, false, 9), "placeholder", [], "any", false, false, false, 9); + } + // line 11 + $context["opt"] = twig_array_merge((isset($context["opt"]) || array_key_exists("opt", $context) ? $context["opt"] : (function () { throw new RuntimeError('Variable "opt" does not exist.', 11, $this->source); })()), ["label_attr" => twig_array_merge((((twig_get_attribute($this->env, $this->source, // line 12 +($context["opt"] ?? null), "label_attr", [], "any", true, true, false, 12) && !(null === twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "label_attr", [], "any", false, false, false, 12)))) ? (twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "label_attr", [], "any", false, false, false, 12)) : ([])), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "label_attr", [], "any", false, true, false, 12), "class", [], "any", true, true, false, 12)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "label_attr", [], "any", false, true, false, 12), "class", [], "any", false, false, false, 12), "")) : ("")) . " sr-only"))]), "attr" => twig_array_merge((((twig_get_attribute($this->env, $this->source, // line 13 +($context["opt"] ?? null), "attr", [], "any", true, true, false, 13) && !(null === twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "attr", [], "any", false, false, false, 13)))) ? (twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "attr", [], "any", false, false, false, 13)) : ([])), ["placeholder" => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "attr", [], "any", false, true, false, 13), "placeholder", [], "any", true, true, false, 13)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "attr", [], "any", false, true, false, 13), "placeholder", [], "any", false, false, false, 13), ((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 14 +(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 14, $this->source); })()), "vars", [], "any", false, false, false, 14), "translation_domain", [], "any", false, false, false, 14) === false)) ? ((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 14, $this->source); })())) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 14, $this->source); })()), [], twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 14, $this->source); })()), "vars", [], "any", false, false, false, 14), "translation_domain", [], "any", false, false, false, 14)))) . (((((twig_get_attribute($this->env, $this->source, // line 15 +($context["opt"] ?? null), "required", [], "any", true, true, false, 15) && !(null === twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "required", [], "any", false, false, false, 15)))) ? (twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "required", [], "any", false, false, false, 15)) : (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 15, $this->source); })()), "vars", [], "any", false, false, false, 15), "required", [], "any", false, false, false, 15)))) ? (" *") : (""))))) : (((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 14 +(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 14, $this->source); })()), "vars", [], "any", false, false, false, 14), "translation_domain", [], "any", false, false, false, 14) === false)) ? ((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 14, $this->source); })())) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 14, $this->source); })()), [], twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 14, $this->source); })()), "vars", [], "any", false, false, false, 14), "translation_domain", [], "any", false, false, false, 14)))) . (((((twig_get_attribute($this->env, $this->source, // line 15 +($context["opt"] ?? null), "required", [], "any", true, true, false, 15) && !(null === twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "required", [], "any", false, false, false, 15)))) ? (twig_get_attribute($this->env, $this->source, ($context["opt"] ?? null), "required", [], "any", false, false, false, 15)) : (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 15, $this->source); })()), "vars", [], "any", false, false, false, 15), "required", [], "any", false, false, false, 15)))) ? (" *") : ("")))))])]); + // line 19 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 19, $this->source); })()), 'label', (isset($context["opt"]) || array_key_exists("opt", $context) ? $context["opt"] : (function () { throw new RuntimeError('Variable "opt" does not exist.', 19, $this->source); })()) + (twig_test_empty($_label_ = (isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 19, $this->source); })())) ? array() : array("label" => $_label_))); + // line 20 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 20, $this->source); })()), 'widget', (isset($context["opt"]) || array_key_exists("opt", $context) ? $context["opt"] : (function () { throw new RuntimeError('Variable "opt" does not exist.', 20, $this->source); })())); + // line 21 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 21, $this->source); })()), 'errors', (isset($context["opt"]) || array_key_exists("opt", $context) ? $context["opt"] : (function () { throw new RuntimeError('Variable "opt" does not exist.', 21, $this->source); })())); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "::default/form/helpers.html.twig"; + } + + public function getDebugInfo() + { + return array ( 93 => 21, 91 => 20, 89 => 19, 87 => 15, 86 => 14, 85 => 15, 84 => 14, 83 => 13, 82 => 12, 81 => 11, 78 => 9, 76 => 8, 69 => 7, 62 => 4, 60 => 3, 58 => 2, 51 => 1, 44 => 7, 42 => 1,); + } + + public function getSourceContext() + { + return new Source("{%- block form_field -%} + {{- form_label(form, label, opt ?? {}) -}} + {{- form_widget(form, opt ?? {}) -}} + {{- form_errors(form) -}} +{%- endblock form_field -%} + +{%- block form_field_pho -%} + {%- if label is empty -%} + {%- set label = form.vars.placeholder -%} + {%- endif -%} + {%- set opt = opt|merge({ + label_attr: (opt.label_attr ?? {})|merge({class: (opt.label_attr.class|default('') ~ ' sr-only')|trim}), + attr: (opt.attr ?? {})|merge({placeholder: opt.attr.placeholder|default( + (form.vars.translation_domain is same as(false) ? label : label|trans({}, form.vars.translation_domain)) ~ + ((opt.required ?? form.vars.required) ? ' *' : '') + )}) + }) -%} + {#{%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' sr-only')|trim}) -%}#} + {{- form_label(form, label, opt) -}} + {{- form_widget(form, opt) -}} + {{- form_errors(form, opt) -}} +{%- endblock form_field_pho -%}", "::default/form/helpers.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/form/helpers.html.twig"); + } +} diff --git a/var/cache/dev/twig/14/1488a9a30790bdca7e1a5c2250b4124f03671378ada9d7462d0be7f54d4b5076.php b/var/cache/dev/twig/14/1488a9a30790bdca7e1a5c2250b4124f03671378ada9d7462d0be7f54d4b5076.php new file mode 100644 index 00000000..e6b8e9c5 --- /dev/null +++ b/var/cache/dev/twig/14/1488a9a30790bdca7e1a5c2250b4124f03671378ada9d7462d0be7f54d4b5076.php @@ -0,0 +1,66 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/config.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/config.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/config.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg"); + } +} diff --git a/var/cache/dev/twig/14/14f3a82d39916e344bb9550f253c8716714ebec1ff36cc17dacab05635f9b20b.php b/var/cache/dev/twig/14/14f3a82d39916e344bb9550f253c8716714ebec1ff36cc17dacab05635f9b20b.php new file mode 100644 index 00000000..d863e5e5 --- /dev/null +++ b/var/cache/dev/twig/14/14f3a82d39916e344bb9550f253c8716714ebec1ff36cc17dacab05635f9b20b.php @@ -0,0 +1,73 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/travelGuideSidebarWidget.html.twig")); + + // line 1 + if (( !twig_test_empty((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })())) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 1)))) { + // line 2 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:travelGuideSidebarWidget", ["country" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 2), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 2, $this->source); })()), "name", [], "any", false, false, false, 2)])); + echo " +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/travelGuideSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if page is not empty and page.effectiveCountry is not empty %} + {{ render(controller('AppBundle:Component:travelGuideSidebarWidget', {country: page.effectiveCountry, title:widget.name})) }} +{% endif %}", "default/components/sidebar/travelGuideSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/travelGuideSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/16/1688fbde2dcfb2a9d0de6db7bb5870f5462a8d4233fdd0862f1d381b586e47eb.php b/var/cache/dev/twig/16/1688fbde2dcfb2a9d0de6db7bb5870f5462a8d4233fdd0862f1d381b586e47eb.php new file mode 100644 index 00000000..cb8d1cb6 --- /dev/null +++ b/var/cache/dev/twig/16/1688fbde2dcfb2a9d0de6db7bb5870f5462a8d4233fdd0862f1d381b586e47eb.php @@ -0,0 +1,244 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar_js.html.twig")); + + // line 1 + echo "
env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 1, $this->source); })()), "html", null, true); + echo "\" class=\"sf-toolbar\" style=\"display: none\">
+"; + // line 2 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/base_js.html.twig"); + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/toolbar_js.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 141 => 64, 104 => 30, 100 => 29, 96 => 28, 91 => 26, 87 => 25, 83 => 24, 71 => 15, 67 => 14, 63 => 12, 53 => 6, 51 => 5, 45 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
+{{ include('@WebProfiler/Profiler/base_js.html.twig') }} + +", "@WebProfiler/Profiler/toolbar_js.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig"); + } +} diff --git a/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php b/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php new file mode 100644 index 00000000..4e8e0012 --- /dev/null +++ b/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php @@ -0,0 +1,977 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'page_title' => [$this, 'block_page_title'], + 'metatags' => [$this, 'block_metatags'], + 'meta_description' => [$this, 'block_meta_description'], + 'meta_keywords' => [$this, 'block_meta_keywords'], + 'meta_robots' => [$this, 'block_meta_robots'], + 'canonical_tag' => [$this, 'block_canonical_tag'], + 'stylesheets' => [$this, 'block_stylesheets'], + 'header2' => [$this, 'block_header2'], + 'breadcrumb' => [$this, 'block_breadcrumb'], + 'body' => [$this, 'block_body'], + 'javascripts' => [$this, 'block_javascripts'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig")); + + // line 1 + echo " +"; + // line 2 + if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "debug", [], "any", false, false, false, 2)) { + // line 3 + echo ""; + } + // line 5 + echo " + + + + + + "; + // line 11 + $this->displayBlock('page_title', $context, $blocks); + // line 13 + echo " + + "; + // line 15 + $this->displayBlock('metatags', $context, $blocks); + // line 36 + echo " + + + + + + + + + "; + // line 45 + $this->displayBlock('canonical_tag', $context, $blocks); + // line 64 + echo " + + + + env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-custom.css?v"), "html", null, true); + echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-custom.css"), "html", null, true); + echo "\" as=\"style\" onload=\"this.rel='stylesheet'\"> + + + + "; + // line 85 + $this->displayBlock('stylesheets', $context, $blocks); + // line 87 + echo " + + + + +
+
+
+ +
+
+ "; + // line 101 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:header")); + echo " + + "; + // line 103 + $this->displayBlock('header2', $context, $blocks); + // line 125 + echo " + "; + // line 127 + echo "
+
+
+
+ + "; + // line 132 + $this->displayBlock('breadcrumb', $context, $blocks); + // line 139 + echo " +
+
+
+
+ "; + // line 144 + $this->displayBlock('body', $context, $blocks); + // line 145 + echo "
+
+ + "; + // line 148 + if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) { + // line 149 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 149, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 149, $this->source); })())])); + echo " + "; + } elseif (( // line 150 +(isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["api"]) || array_key_exists("api", $context)))) { + // line 151 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 151, $this->source); })()), "page" => null, "api" => (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 151, $this->source); })())])); + echo " + "; + } else { + // line 153 + echo " "; + if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["search_form"]) || array_key_exists("search_form", $context)))) { + // line 154 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 154, $this->source); })()), "page" => null, "api" => null, "search_form" => (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 154, $this->source); })())])); + echo " + "; + } else { + // line 156 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => "default"])); + echo " + "; + } + // line 158 + echo " "; + } + // line 159 + echo "
+ +
+ + +
+
+
+
+ + "; + // line 169 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:footer")); + echo " + + + + + + +
+ +"; + // line 178 + $this->loadTemplate("base.html.twig", "base.html.twig", 178, "623336453")->display(twig_array_merge($context, ["id" => "default"])); + // line 179 + echo " +"; + // line 180 + $this->displayBlock('javascripts', $context, $blocks); + // line 183 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 11 + public function block_page_title($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title")); + + // line 12 + echo " "; + echo twig_escape_filter($this->env, (((isset($context["page"]) || array_key_exists("page", $context))) ? (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 12, $this->source); })()), "pagetitle", [], "any", false, false, false, 12)) : ((((isset($context["iq_page_title"]) || array_key_exists("iq_page_title", $context))) ? ((isset($context["iq_page_title"]) || array_key_exists("iq_page_title", $context) ? $context["iq_page_title"] : (function () { throw new RuntimeError('Variable "iq_page_title" does not exist.', 12, $this->source); })())) : ("Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin")))), "html", null, true); + echo " + "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 15 + public function block_metatags($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags")); + + // line 16 + echo " + + + "; + // line 19 + $this->displayBlock('meta_description', $context, $blocks); + // line 27 + echo " "; + $this->displayBlock('meta_keywords', $context, $blocks); + // line 32 + echo " "; + $this->displayBlock('meta_robots', $context, $blocks); + // line 35 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 19 + public function block_meta_description($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description")); + + // line 20 + if (((isset($context["page"]) || array_key_exists("page", $context)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 20, $this->source); })()), "description", [], "any", false, false, false, 20)))) { + // line 21 + echo "env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 21, $this->source); })()), "description", [], "any", false, false, false, 21), "html", null, true); + echo "\" >"; + } + // line 23 + if (((isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context)) && !twig_test_empty((isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context) ? $context["iq_page_description"] : (function () { throw new RuntimeError('Variable "iq_page_description" does not exist.', 23, $this->source); })())))) { + // line 24 + echo "env, (isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context) ? $context["iq_page_description"] : (function () { throw new RuntimeError('Variable "iq_page_description" does not exist.', 24, $this->source); })()), "html", null, true); + echo "\" >"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 27 + public function block_meta_keywords($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_keywords")); + + // line 28 + if (((isset($context["page"]) || array_key_exists("page", $context)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 28, $this->source); })()), "keywords", [], "any", false, false, false, 28)))) { + // line 29 + echo "env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 29, $this->source); })()), "keywords", [], "any", false, false, false, 29), "html", null, true); + echo "\" >"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 32 + public function block_meta_robots($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robots")); + + // line 33 + echo " + "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 45 + public function block_canonical_tag($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical_tag")); + + // line 46 + echo " "; + if (( !(isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) { + // line 47 + echo " "; + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 47, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 47))) { + // line 48 + echo " "; + $context["canonical_url"] = ((((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 48, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 48)) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "/") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144)))) ? ($this->extensions['AppBundle\Twig\AppExtension']->getBaseUrl()) : ("")) . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 48, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 48)); + // line 49 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 49, $this->source); })()), "debug", [], "any", false, false, false, 49)) { + echo ""; + } + // line 50 + echo " "; + } else { + // line 51 + echo " "; + $context["canonical_url"] = ($this->extensions['AppBundle\Twig\AppExtension']->getBaseUrl() . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 51, $this->source); })()), "urlPath", [], "any", false, false, false, 51)); + // line 52 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 52, $this->source); })()), "debug", [], "any", false, false, false, 52)) { + echo ""; + } + // line 53 + echo " "; + } + // line 54 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 54, $this->source); })()), "debug", [], "any", false, false, false, 54) && (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)))) { + // line 55 + echo " + "; + } + // line 57 + echo " "; + if ((isset($context["canonical_url"]) || array_key_exists("canonical_url", $context))) { + // line 58 + echo " env, (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context) ? $context["canonical_url"] : (function () { throw new RuntimeError('Variable "canonical_url" does not exist.', 58, $this->source); })()), "html", null, true); + echo "\" /> + env, (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context) ? $context["canonical_url"] : (function () { throw new RuntimeError('Variable "canonical_url" does not exist.', 59, $this->source); })()), "html", null, true); + echo "\" /> + "; + } elseif (twig_get_attribute($this->env, $this->source, // line 60 +(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 60, $this->source); })()), "debug", [], "any", false, false, false, 60)) { + // line 61 + echo " + "; + } + // line 63 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 85 + public function block_stylesheets($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 86 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 103 + public function block_header2($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header2")); + + // line 104 + echo "
env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true); + echo ");\"> +
+
+
+
+
+
+ env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/dummy.png"), "html", null, true); + echo "\" data-src=\"/bundles/app/images/logo-qualitaet.png\" alt=\"Top Kundenservice\" height=\"78\"> +
+
    +
  • Spezialist für Kulturreisen
  • +
  • Reiseexperte seit 1998
  • +
  • Beratung für individuelle Reisen
  • +
+
+
+
+
+
+
+ "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 132 + public function block_breadcrumb($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb")); + + // line 133 + echo " "; + if ((isset($context["page"]) || array_key_exists("page", $context))) { + // line 134 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:breadcrumb", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 134, $this->source); })())])); + echo " + "; + } elseif ( // line 135 +(isset($context["breadcrumb_entries"]) || array_key_exists("breadcrumb_entries", $context))) { + // line 136 + echo " "; + echo twig_include($this->env, $context, "default/components/breadcrumb.html.twig"); + echo " + "; + } + // line 138 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 144 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 180 + public function block_javascripts($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); + + // line 181 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "base.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 523 => 181, 516 => 180, 504 => 144, 497 => 138, 491 => 136, 489 => 135, 484 => 134, 481 => 133, 474 => 132, 453 => 111, 442 => 104, 435 => 103, 428 => 86, 421 => 85, 414 => 63, 410 => 61, 408 => 60, 404 => 59, 399 => 58, 396 => 57, 392 => 55, 389 => 54, 386 => 53, 381 => 52, 378 => 51, 375 => 50, 370 => 49, 367 => 48, 364 => 47, 361 => 46, 354 => 45, 346 => 33, 339 => 32, 329 => 29, 327 => 28, 320 => 27, 310 => 24, 308 => 23, 303 => 21, 301 => 20, 294 => 19, 287 => 35, 284 => 32, 281 => 27, 279 => 19, 274 => 16, 267 => 15, 257 => 12, 250 => 11, 241 => 183, 239 => 180, 236 => 179, 234 => 178, 222 => 169, 210 => 159, 207 => 158, 201 => 156, 195 => 154, 192 => 153, 186 => 151, 184 => 150, 179 => 149, 177 => 148, 172 => 145, 170 => 144, 163 => 139, 161 => 132, 154 => 127, 151 => 125, 149 => 103, 144 => 101, 128 => 87, 126 => 85, 113 => 76, 104 => 71, 95 => 64, 93 => 45, 82 => 36, 80 => 15, 76 => 13, 74 => 11, 66 => 5, 56 => 3, 54 => 2, 51 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{% if app.debug -%} + +{%- endif %} + + + + + + + {% block page_title %} + {{ page is defined ? page.pagetitle : iq_page_title is defined ? iq_page_title : 'Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin' }} + {% endblock page_title %} + + {% block metatags %} + + + + {% block meta_description -%} + {%- if page is defined and page.description is not empty -%} + + {%- endif -%} + {%- if iq_page_description is defined and iq_page_description is not empty -%} + + {%- endif -%} + {%- endblock %} + {% block meta_keywords -%} + {%- if page is defined and page.keywords is not empty -%} + + {%- endif -%} + {%- endblock %} + {% block meta_robots %} + + {% endblock %} + {% endblock %} + + + + + + + + + + {% block canonical_tag %} + {% if canonical_url is not defined and page is defined %} + {% if page.canonicalUrl is not empty %} + {% set canonical_url = (page.canonicalUrl starts with '/' ? get_base_url()) ~ page.canonicalUrl %} + {% if app.debug %}{% endif %} + {% else %} + {% set canonical_url = get_base_url() ~ page.urlPath %} + {% if app.debug %}{% endif %} + {% endif %} + {% elseif app.debug and canonical_url is defined %} + + {% endif %} + {% if canonical_url is defined %} + + + {% elseif app.debug %} + + {% endif %} + {% endblock %} + + + + + + + + + {% block stylesheets %} + {% endblock stylesheets %} + + + + + +
+
+
+ +
+
+ {{ render(controller('AppBundle:Component:header')) }} + + {% block header2 %} +
+
+
+
+
+
+
+ \"Top +
+
    +
  • Spezialist für Kulturreisen
  • +
  • Reiseexperte seit 1998
  • +
  • Beratung für individuelle Reisen
  • +
+
+
+
+
+
+
+ {% endblock %} + + {# #TODO additional section classes if not home #} +
+
+
+
+ + {% block breadcrumb %} + {% if page is defined %} + {{ render(controller('AppBundle:Component:breadcrumb', {'page': page})) }} + {% elseif breadcrumb_entries is defined %} + {{ include('default/components/breadcrumb.html.twig') }} + {% endif %} + {% endblock %} + +
+
+
+
+ {% block body %}{% endblock %} +
+
+ + {% if site_loading is defined and page is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': page})) }} + {% elseif site_loading is defined and api is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': api})) }} + {% else %} + {% if site_loading is defined and search_form is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': null, 'search_form': search_form})) }} + {% else %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }} + {% endif %} + {% endif %} +
+ +
+ + +
+
+
+
+ + {{ render(controller('AppBundle:Component:footer')) }} + + + + + + +
+ +{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %} + +{% block javascripts %} + +{% endblock javascripts %} + + +", "base.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/base.html.twig"); + } +} + + +/* base.html.twig */ +class __TwigTemplate_067d81d1db529b07acd59eae232dbd3a2803a82dc66fa2693299e13159688ebc___623336453 extends \Twig\Template +{ + private $source; + private $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->blocks = [ + ]; + } + + protected function doGetParent(array $context) + { + // line 178 + return "default/components/embed/modal.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig")); + + $this->parent = $this->loadTemplate("default/components/embed/modal.html.twig", "base.html.twig", 178); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "base.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 758 => 178, 523 => 181, 516 => 180, 504 => 144, 497 => 138, 491 => 136, 489 => 135, 484 => 134, 481 => 133, 474 => 132, 453 => 111, 442 => 104, 435 => 103, 428 => 86, 421 => 85, 414 => 63, 410 => 61, 408 => 60, 404 => 59, 399 => 58, 396 => 57, 392 => 55, 389 => 54, 386 => 53, 381 => 52, 378 => 51, 375 => 50, 370 => 49, 367 => 48, 364 => 47, 361 => 46, 354 => 45, 346 => 33, 339 => 32, 329 => 29, 327 => 28, 320 => 27, 310 => 24, 308 => 23, 303 => 21, 301 => 20, 294 => 19, 287 => 35, 284 => 32, 281 => 27, 279 => 19, 274 => 16, 267 => 15, 257 => 12, 250 => 11, 241 => 183, 239 => 180, 236 => 179, 234 => 178, 222 => 169, 210 => 159, 207 => 158, 201 => 156, 195 => 154, 192 => 153, 186 => 151, 184 => 150, 179 => 149, 177 => 148, 172 => 145, 170 => 144, 163 => 139, 161 => 132, 154 => 127, 151 => 125, 149 => 103, 144 => 101, 128 => 87, 126 => 85, 113 => 76, 104 => 71, 95 => 64, 93 => 45, 82 => 36, 80 => 15, 76 => 13, 74 => 11, 66 => 5, 56 => 3, 54 => 2, 51 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{% if app.debug -%} + +{%- endif %} + + + + + + + {% block page_title %} + {{ page is defined ? page.pagetitle : iq_page_title is defined ? iq_page_title : 'Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin' }} + {% endblock page_title %} + + {% block metatags %} + + + + {% block meta_description -%} + {%- if page is defined and page.description is not empty -%} + + {%- endif -%} + {%- if iq_page_description is defined and iq_page_description is not empty -%} + + {%- endif -%} + {%- endblock %} + {% block meta_keywords -%} + {%- if page is defined and page.keywords is not empty -%} + + {%- endif -%} + {%- endblock %} + {% block meta_robots %} + + {% endblock %} + {% endblock %} + + + + + + + + + + {% block canonical_tag %} + {% if canonical_url is not defined and page is defined %} + {% if page.canonicalUrl is not empty %} + {% set canonical_url = (page.canonicalUrl starts with '/' ? get_base_url()) ~ page.canonicalUrl %} + {% if app.debug %}{% endif %} + {% else %} + {% set canonical_url = get_base_url() ~ page.urlPath %} + {% if app.debug %}{% endif %} + {% endif %} + {% elseif app.debug and canonical_url is defined %} + + {% endif %} + {% if canonical_url is defined %} + + + {% elseif app.debug %} + + {% endif %} + {% endblock %} + + + + + + + + + {% block stylesheets %} + {% endblock stylesheets %} + + + + + +
+
+
+ +
+
+ {{ render(controller('AppBundle:Component:header')) }} + + {% block header2 %} +
+
+
+
+
+
+
+ \"Top +
+
    +
  • Spezialist für Kulturreisen
  • +
  • Reiseexperte seit 1998
  • +
  • Beratung für individuelle Reisen
  • +
+
+
+
+
+
+
+ {% endblock %} + + {# #TODO additional section classes if not home #} +
+
+
+
+ + {% block breadcrumb %} + {% if page is defined %} + {{ render(controller('AppBundle:Component:breadcrumb', {'page': page})) }} + {% elseif breadcrumb_entries is defined %} + {{ include('default/components/breadcrumb.html.twig') }} + {% endif %} + {% endblock %} + +
+
+
+
+ {% block body %}{% endblock %} +
+
+ + {% if site_loading is defined and page is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': page})) }} + {% elseif site_loading is defined and api is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': api})) }} + {% else %} + {% if site_loading is defined and search_form is defined %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': null, 'search_form': search_form})) }} + {% else %} + {{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }} + {% endif %} + {% endif %} +
+ +
+ + +
+
+
+
+ + {{ render(controller('AppBundle:Component:footer')) }} + + + + + + +
+ +{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %} + +{% block javascripts %} + +{% endblock javascripts %} + + +", "base.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/base.html.twig"); + } +} diff --git a/var/cache/dev/twig/1e/1e176201e6eed77a70bdfa79f253d7c4bfdeed75b810c5e788ebbb58c66a6fc7.php b/var/cache/dev/twig/1e/1e176201e6eed77a70bdfa79f253d7c4bfdeed75b810c5e788ebbb58c66a6fc7.php new file mode 100644 index 00000000..3d8bdb4d --- /dev/null +++ b/var/cache/dev/twig/1e/1e176201e6eed77a70bdfa79f253d7c4bfdeed75b810c5e788ebbb58c66a6fc7.php @@ -0,0 +1,139 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", ":default/components/sidebar:sidebar.html.twig")); + + // line 2 + echo "
+
+ "; + // line 4 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["widgets"]) || array_key_exists("widgets", $context) ? $context["widgets"] : (function () { throw new RuntimeError('Variable "widgets" does not exist.', 4, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["widget"]) { + // line 5 + echo " "; + if (twig_get_attribute($this->env, $this->source, $context["widget"], "component", [], "any", true, true, false, 5)) { + // line 6 + echo " "; + $this->loadTemplate((("default/components/sidebar/" . twig_get_attribute($this->env, $this->source, $context["widget"], "component", [], "any", false, false, false, 6)) . ".html.twig"), ":default/components/sidebar:sidebar.html.twig", 6)->display($context); + // line 7 + echo " "; + if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 7) == (isset($context["loop_half"]) || array_key_exists("loop_half", $context) ? $context["loop_half"] : (function () { throw new RuntimeError('Variable "loop_half" does not exist.', 7, $this->source); })()))) { + // line 8 + echo "
+
+ "; + } + // line 11 + echo " "; + } + // line 12 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['widget'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 13 + echo "
+
+
+
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return ":default/components/sidebar:sidebar.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 92 => 13, 78 => 12, 75 => 11, 70 => 8, 67 => 7, 64 => 6, 61 => 5, 44 => 4, 40 => 2,); + } + + public function getSourceContext() + { + return new Source("{# @var page \\AppBundle\\Entity\\Page #} +
+
+ {% for widget in widgets %} + {% if widget.component is defined %} + {% include 'default/components/sidebar/' ~ widget.component ~ '.html.twig' %} + {% if(loop.index == loop_half ) %} +
+
+ {% endif %} + {% endif %} + {% endfor %} +
+
+
+
+
+", ":default/components/sidebar:sidebar.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/sidebar.html.twig"); + } +} diff --git a/var/cache/dev/twig/20/204fc692809b7c11b491dab6ede442fafc907b16da7d467e45bd9ebe74790c68.php b/var/cache/dev/twig/20/204fc692809b7c11b491dab6ede442fafc907b16da7d467e45bd9ebe74790c68.php new file mode 100644 index 00000000..8f9cbb8f --- /dev/null +++ b/var/cache/dev/twig/20/204fc692809b7c11b491dab6ede442fafc907b16da7d467e45bd9ebe74790c68.php @@ -0,0 +1,1151 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + // line 1 + $_trait_0 = $this->loadTemplate("form_div_layout.html.twig", "bootstrap_3_layout.html.twig", 1); + if (!$_trait_0->isTraitable()) { + throw new RuntimeError('Template "'."form_div_layout.html.twig".'" cannot be used as a trait.', 1, $this->source); + } + $_trait_0_blocks = $_trait_0->getBlocks(); + + $this->traits = $_trait_0_blocks; + + $this->blocks = array_merge( + $this->traits, + [ + 'form_widget_simple' => [$this, 'block_form_widget_simple'], + 'textarea_widget' => [$this, 'block_textarea_widget'], + 'button_widget' => [$this, 'block_button_widget'], + 'money_widget' => [$this, 'block_money_widget'], + 'percent_widget' => [$this, 'block_percent_widget'], + 'datetime_widget' => [$this, 'block_datetime_widget'], + 'date_widget' => [$this, 'block_date_widget'], + 'time_widget' => [$this, 'block_time_widget'], + 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], + 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], + 'checkbox_widget' => [$this, 'block_checkbox_widget'], + 'radio_widget' => [$this, 'block_radio_widget'], + 'form_label' => [$this, 'block_form_label'], + 'choice_label' => [$this, 'block_choice_label'], + 'checkbox_label' => [$this, 'block_checkbox_label'], + 'radio_label' => [$this, 'block_radio_label'], + 'checkbox_radio_label' => [$this, 'block_checkbox_radio_label'], + 'form_row' => [$this, 'block_form_row'], + 'button_row' => [$this, 'block_button_row'], + 'choice_row' => [$this, 'block_choice_row'], + 'date_row' => [$this, 'block_date_row'], + 'time_row' => [$this, 'block_time_row'], + 'datetime_row' => [$this, 'block_datetime_row'], + 'checkbox_row' => [$this, 'block_checkbox_row'], + 'radio_row' => [$this, 'block_radio_row'], + 'form_errors' => [$this, 'block_form_errors'], + ] + ); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "bootstrap_3_layout.html.twig")); + + // line 2 + echo " +"; + // line 4 + echo " +"; + // line 5 + $this->displayBlock('form_widget_simple', $context, $blocks); + // line 11 + echo " +"; + // line 12 + $this->displayBlock('textarea_widget', $context, $blocks); + // line 16 + echo " +"; + // line 17 + $this->displayBlock('button_widget', $context, $blocks); + // line 21 + echo " +"; + // line 22 + $this->displayBlock('money_widget', $context, $blocks); + // line 34 + echo " +"; + // line 35 + $this->displayBlock('percent_widget', $context, $blocks); + // line 41 + echo " +"; + // line 42 + $this->displayBlock('datetime_widget', $context, $blocks); + // line 55 + echo " +"; + // line 56 + $this->displayBlock('date_widget', $context, $blocks); + // line 74 + echo " +"; + // line 75 + $this->displayBlock('time_widget', $context, $blocks); + // line 89 + echo " +"; + // line 90 + $this->displayBlock('choice_widget_collapsed', $context, $blocks); + // line 94 + echo " +"; + // line 95 + $this->displayBlock('choice_widget_expanded', $context, $blocks); + // line 114 + echo " +"; + // line 115 + $this->displayBlock('checkbox_widget', $context, $blocks); + // line 125 + echo " +"; + // line 126 + $this->displayBlock('radio_widget', $context, $blocks); + // line 136 + echo " +"; + // line 138 + echo " +"; + // line 139 + $this->displayBlock('form_label', $context, $blocks); + // line 143 + echo " +"; + // line 144 + $this->displayBlock('choice_label', $context, $blocks); + // line 149 + echo " +"; + // line 150 + $this->displayBlock('checkbox_label', $context, $blocks); + // line 153 + echo " +"; + // line 154 + $this->displayBlock('radio_label', $context, $blocks); + // line 157 + echo " +"; + // line 158 + $this->displayBlock('checkbox_radio_label', $context, $blocks); + // line 182 + echo " +"; + // line 184 + echo " +"; + // line 185 + $this->displayBlock('form_row', $context, $blocks); + // line 192 + echo " +"; + // line 193 + $this->displayBlock('button_row', $context, $blocks); + // line 198 + echo " +"; + // line 199 + $this->displayBlock('choice_row', $context, $blocks); + // line 203 + echo " +"; + // line 204 + $this->displayBlock('date_row', $context, $blocks); + // line 208 + echo " +"; + // line 209 + $this->displayBlock('time_row', $context, $blocks); + // line 213 + echo " +"; + // line 214 + $this->displayBlock('datetime_row', $context, $blocks); + // line 218 + echo " +"; + // line 219 + $this->displayBlock('checkbox_row', $context, $blocks); + // line 225 + echo " +"; + // line 226 + $this->displayBlock('radio_row', $context, $blocks); + // line 232 + echo " +"; + // line 234 + echo " +"; + // line 235 + $this->displayBlock('form_errors', $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_form_widget_simple($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_widget_simple")); + + // line 6 + if (( !(isset($context["type"]) || array_key_exists("type", $context)) || !twig_in_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 6, $this->source); })()), [0 => "file", 1 => "hidden"]))) { + // line 7 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 7, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 7)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 7), "")) : ("")) . " form-control"))]); + } + // line 9 + $this->displayParentBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 12 + public function block_textarea_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "textarea_widget")); + + // line 13 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 13, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 13)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 13), "")) : ("")) . " form-control"))]); + // line 14 + $this->displayParentBlock("textarea_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 17 + public function block_button_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_widget")); + + // line 18 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 18, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 18)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 18), "btn-default")) : ("btn-default")) . " btn"))]); + // line 19 + $this->displayParentBlock("button_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 22 + public function block_money_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "money_widget")); + + // line 23 + echo "
+ "; + // line 24 + $context["append"] = (is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (isset($context["money_pattern"]) || array_key_exists("money_pattern", $context) ? $context["money_pattern"] : (function () { throw new RuntimeError('Variable "money_pattern" does not exist.', 24, $this->source); })())) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "{{") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))); + // line 25 + echo " "; + if ( !(isset($context["append"]) || array_key_exists("append", $context) ? $context["append"] : (function () { throw new RuntimeError('Variable "append" does not exist.', 25, $this->source); })())) { + // line 26 + echo " "; + echo twig_escape_filter($this->env, twig_replace_filter((isset($context["money_pattern"]) || array_key_exists("money_pattern", $context) ? $context["money_pattern"] : (function () { throw new RuntimeError('Variable "money_pattern" does not exist.', 26, $this->source); })()), ["{{ widget }}" => ""]), "html", null, true); + echo " + "; + } + // line 28 + $this->displayBlock("form_widget_simple", $context, $blocks); + // line 29 + if ((isset($context["append"]) || array_key_exists("append", $context) ? $context["append"] : (function () { throw new RuntimeError('Variable "append" does not exist.', 29, $this->source); })())) { + // line 30 + echo " "; + echo twig_escape_filter($this->env, twig_replace_filter((isset($context["money_pattern"]) || array_key_exists("money_pattern", $context) ? $context["money_pattern"] : (function () { throw new RuntimeError('Variable "money_pattern" does not exist.', 30, $this->source); })()), ["{{ widget }}" => ""]), "html", null, true); + echo " + "; + } + // line 32 + echo "
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 35 + public function block_percent_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "percent_widget")); + + // line 36 + echo "
"; + // line 37 + $this->displayBlock("form_widget_simple", $context, $blocks); + // line 38 + echo "% +
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 42 + public function block_datetime_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "datetime_widget")); + + // line 43 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 43, $this->source); })()) == "single_text")) { + // line 44 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 46 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 46, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 46)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 46), "")) : ("")) . " form-inline"))]); + // line 47 + echo "
displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 48 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 48, $this->source); })()), "date", [], "any", false, false, false, 48), 'errors'); + // line 49 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 49, $this->source); })()), "time", [], "any", false, false, false, 49), 'errors'); + // line 50 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 50, $this->source); })()), "date", [], "any", false, false, false, 50), 'widget', ["datetime" => true]); + // line 51 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 51, $this->source); })()), "time", [], "any", false, false, false, 51), 'widget', ["datetime" => true]); + // line 52 + echo "
"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 56 + public function block_date_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "date_widget")); + + // line 57 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 57, $this->source); })()) == "single_text")) { + // line 58 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 60 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 60, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 60)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 60), "")) : ("")) . " form-inline"))]); + // line 61 + if (( !(isset($context["datetime"]) || array_key_exists("datetime", $context)) || !(isset($context["datetime"]) || array_key_exists("datetime", $context) ? $context["datetime"] : (function () { throw new RuntimeError('Variable "datetime" does not exist.', 61, $this->source); })()))) { + // line 62 + echo "
displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + } + // line 64 + echo twig_replace_filter((isset($context["date_pattern"]) || array_key_exists("date_pattern", $context) ? $context["date_pattern"] : (function () { throw new RuntimeError('Variable "date_pattern" does not exist.', 64, $this->source); })()), ["{{ year }}" => // line 65 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 65, $this->source); })()), "year", [], "any", false, false, false, 65), 'widget'), "{{ month }}" => // line 66 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 66, $this->source); })()), "month", [], "any", false, false, false, 66), 'widget'), "{{ day }}" => // line 67 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 67, $this->source); })()), "day", [], "any", false, false, false, 67), 'widget')]); + // line 69 + if (( !(isset($context["datetime"]) || array_key_exists("datetime", $context)) || !(isset($context["datetime"]) || array_key_exists("datetime", $context) ? $context["datetime"] : (function () { throw new RuntimeError('Variable "datetime" does not exist.', 69, $this->source); })()))) { + // line 70 + echo "
"; + } + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 75 + public function block_time_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "time_widget")); + + // line 76 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 76, $this->source); })()) == "single_text")) { + // line 77 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 79 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 79, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 79)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 79), "")) : ("")) . " form-inline"))]); + // line 80 + if (( !(isset($context["datetime"]) || array_key_exists("datetime", $context)) || (false == (isset($context["datetime"]) || array_key_exists("datetime", $context) ? $context["datetime"] : (function () { throw new RuntimeError('Variable "datetime" does not exist.', 80, $this->source); })())))) { + // line 81 + echo "
displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + } + // line 83 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 83, $this->source); })()), "hour", [], "any", false, false, false, 83), 'widget'); + if ((isset($context["with_minutes"]) || array_key_exists("with_minutes", $context) ? $context["with_minutes"] : (function () { throw new RuntimeError('Variable "with_minutes" does not exist.', 83, $this->source); })())) { + echo ":"; + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 83, $this->source); })()), "minute", [], "any", false, false, false, 83), 'widget'); + } + if ((isset($context["with_seconds"]) || array_key_exists("with_seconds", $context) ? $context["with_seconds"] : (function () { throw new RuntimeError('Variable "with_seconds" does not exist.', 83, $this->source); })())) { + echo ":"; + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 83, $this->source); })()), "second", [], "any", false, false, false, 83), 'widget'); + } + // line 84 + echo " "; + if (( !(isset($context["datetime"]) || array_key_exists("datetime", $context)) || (false == (isset($context["datetime"]) || array_key_exists("datetime", $context) ? $context["datetime"] : (function () { throw new RuntimeError('Variable "datetime" does not exist.', 84, $this->source); })())))) { + // line 85 + echo "
"; + } + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 90 + public function block_choice_widget_collapsed($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_collapsed")); + + // line 91 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 91, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 91)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 91), "")) : ("")) . " form-control"))]); + // line 92 + $this->displayParentBlock("choice_widget_collapsed", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 95 + public function block_choice_widget_expanded($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_expanded")); + + // line 96 + if (twig_in_filter("-inline", ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 96)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 96), "")) : ("")))) { + // line 97 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 97, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 98 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'widget', ["parent_label_class" => ((twig_get_attribute($this->env, $this->source, // line 99 +($context["label_attr"] ?? null), "class", [], "any", true, true, false, 99)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 99), "")) : ("")), "translation_domain" => // line 100 +(isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain", $context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.', 100, $this->source); })())]); + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + } else { + // line 104 + echo "
displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 105 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 105, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 106 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'widget', ["parent_label_class" => ((twig_get_attribute($this->env, $this->source, // line 107 +($context["label_attr"] ?? null), "class", [], "any", true, true, false, 107)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 107), "")) : ("")), "translation_domain" => // line 108 +(isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain", $context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.', 108, $this->source); })())]); + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 111 + echo "
"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 115 + public function block_checkbox_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_widget")); + + // line 116 + $context["parent_label_class"] = (((isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context))) ? (_twig_default_filter((isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context) ? $context["parent_label_class"] : (function () { throw new RuntimeError('Variable "parent_label_class" does not exist.', 116, $this->source); })()), ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 116)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 116), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 116)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 116), "")) : ("")))); + // line 117 + if (twig_in_filter("checkbox-inline", (isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context) ? $context["parent_label_class"] : (function () { throw new RuntimeError('Variable "parent_label_class" does not exist.', 117, $this->source); })()))) { + // line 118 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 118, $this->source); })()), 'label', ["widget" => $this->renderParentBlock("checkbox_widget", $context, $blocks)]); + } else { + // line 120 + echo "
"; + // line 121 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 121, $this->source); })()), 'label', ["widget" => $this->renderParentBlock("checkbox_widget", $context, $blocks)]); + // line 122 + echo "
"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 126 + public function block_radio_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "radio_widget")); + + // line 127 + $context["parent_label_class"] = (((isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context))) ? (_twig_default_filter((isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context) ? $context["parent_label_class"] : (function () { throw new RuntimeError('Variable "parent_label_class" does not exist.', 127, $this->source); })()), ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 127)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 127), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 127)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 127), "")) : ("")))); + // line 128 + if (twig_in_filter("radio-inline", (isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context) ? $context["parent_label_class"] : (function () { throw new RuntimeError('Variable "parent_label_class" does not exist.', 128, $this->source); })()))) { + // line 129 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 129, $this->source); })()), 'label', ["widget" => $this->renderParentBlock("radio_widget", $context, $blocks)]); + } else { + // line 131 + echo "
"; + // line 132 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 132, $this->source); })()), 'label', ["widget" => $this->renderParentBlock("radio_widget", $context, $blocks)]); + // line 133 + echo "
"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 139 + public function block_form_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_label")); + + // line 140 + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 140, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 140)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 140), "")) : ("")) . " control-label"))]); + // line 141 + $this->displayParentBlock("form_label", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 144 + public function block_choice_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_label")); + + // line 146 + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 146, $this->source); })()), ["class" => twig_trim_filter(twig_replace_filter(((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 146)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 146), "")) : ("")), ["checkbox-inline" => "", "radio-inline" => ""]))]); + // line 147 + $this->displayBlock("form_label", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 150 + public function block_checkbox_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_label")); + + // line 151 + $this->displayBlock("checkbox_radio_label", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 154 + public function block_radio_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "radio_label")); + + // line 155 + $this->displayBlock("checkbox_radio_label", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 158 + public function block_checkbox_radio_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_radio_label")); + + // line 159 + echo " "; + // line 160 + echo " "; + if ((isset($context["widget"]) || array_key_exists("widget", $context))) { + // line 161 + echo " "; + if ((isset($context["required"]) || array_key_exists("required", $context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.', 161, $this->source); })())) { + // line 162 + echo " "; + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 162, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 162)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 162), "")) : ("")) . " required"))]); + // line 163 + echo " "; + } + // line 164 + echo " "; + if ((isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context))) { + // line 165 + echo " "; + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 165, $this->source); })()), ["class" => twig_trim_filter(((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 165)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 165), "")) : ("")) . " ") . (isset($context["parent_label_class"]) || array_key_exists("parent_label_class", $context) ? $context["parent_label_class"] : (function () { throw new RuntimeError('Variable "parent_label_class" does not exist.', 165, $this->source); })())))]); + // line 166 + echo " "; + } + // line 167 + echo " "; + if (( !((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 167, $this->source); })()) === false) && twig_test_empty((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 167, $this->source); })())))) { + // line 168 + if ( !twig_test_empty((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 168, $this->source); })()))) { + // line 169 + $context["label"] = twig_replace_filter((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 169, $this->source); })()), ["%name%" => // line 170 +(isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 170, $this->source); })()), "%id%" => // line 171 +(isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 171, $this->source); })())]); + } else { + // line 174 + $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->humanize((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 174, $this->source); })())); + } + } + // line 177 + echo " source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + echo " "; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + echo ">"; + // line 178 + echo (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 178, $this->source); })()); + echo " "; + (( !((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 178, $this->source); })()) === false)) ? (print (twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 178, $this->source); })()) === false)) ? ((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 178, $this->source); })())) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 178, $this->source); })()), [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 178, $this->source); })())))), "html", null, true))) : (print (""))); + // line 179 + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 185 + public function block_form_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_row")); + + // line 186 + echo "
source); })()) || (((isset($context["force_error"]) || array_key_exists("force_error", $context))) ? (_twig_default_filter((isset($context["force_error"]) || array_key_exists("force_error", $context) ? $context["force_error"] : (function () { throw new RuntimeError('Variable "force_error" does not exist.', 186, $this->source); })()), false)) : (false))) && !(isset($context["valid"]) || array_key_exists("valid", $context) ? $context["valid"] : (function () { throw new RuntimeError('Variable "valid" does not exist.', 186, $this->source); })()))) { + echo " has-error"; + } + echo "\">"; + // line 187 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 187, $this->source); })()), 'label'); + // line 188 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 188, $this->source); })()), 'widget'); + // line 189 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 189, $this->source); })()), 'errors'); + // line 190 + echo "
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 193 + public function block_button_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_row")); + + // line 194 + echo "
"; + // line 195 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 195, $this->source); })()), 'widget'); + // line 196 + echo "
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 199 + public function block_choice_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_row")); + + // line 200 + $context["force_error"] = true; + // line 201 + $this->displayBlock("form_row", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 204 + public function block_date_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "date_row")); + + // line 205 + $context["force_error"] = true; + // line 206 + $this->displayBlock("form_row", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 209 + public function block_time_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "time_row")); + + // line 210 + $context["force_error"] = true; + // line 211 + $this->displayBlock("form_row", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 214 + public function block_datetime_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "datetime_row")); + + // line 215 + $context["force_error"] = true; + // line 216 + $this->displayBlock("form_row", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 219 + public function block_checkbox_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_row")); + + // line 220 + echo "
source); })())) { + echo " has-error"; + } + echo "\">"; + // line 221 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 221, $this->source); })()), 'widget'); + // line 222 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 222, $this->source); })()), 'errors'); + // line 223 + echo "
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 226 + public function block_radio_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "radio_row")); + + // line 227 + echo "
source); })())) { + echo " has-error"; + } + echo "\">"; + // line 228 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 228, $this->source); })()), 'widget'); + // line 229 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 229, $this->source); })()), 'errors'); + // line 230 + echo "
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 235 + public function block_form_errors($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_errors")); + + // line 236 + if ((twig_length_filter($this->env, (isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 236, $this->source); })())) > 0)) { + // line 237 + if (twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 237, $this->source); })()), "parent", [], "any", false, false, false, 237)) { + echo ""; + } else { + echo "
"; + } + // line 238 + echo "
    "; + // line 239 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 239, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["error"]) { + // line 240 + echo "
  • "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 240), "html", null, true); + echo "
  • "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 242 + echo "
+ "; + // line 243 + if (twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 243, $this->source); })()), "parent", [], "any", false, false, false, 243)) { + echo ""; + } else { + echo "
"; + } + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "bootstrap_3_layout.html.twig"; + } + + public function getDebugInfo() + { + return array ( 881 => 243, 878 => 242, 870 => 240, 866 => 239, 864 => 238, 858 => 237, 856 => 236, 849 => 235, 842 => 230, 840 => 229, 838 => 228, 832 => 227, 825 => 226, 818 => 223, 816 => 222, 814 => 221, 808 => 220, 801 => 219, 794 => 216, 792 => 215, 785 => 214, 778 => 211, 776 => 210, 769 => 209, 762 => 206, 760 => 205, 753 => 204, 746 => 201, 744 => 200, 737 => 199, 730 => 196, 728 => 195, 726 => 194, 719 => 193, 712 => 190, 710 => 189, 708 => 188, 706 => 187, 700 => 186, 693 => 185, 684 => 179, 680 => 178, 665 => 177, 661 => 174, 658 => 171, 657 => 170, 656 => 169, 654 => 168, 651 => 167, 648 => 166, 645 => 165, 642 => 164, 639 => 163, 636 => 162, 633 => 161, 630 => 160, 628 => 159, 621 => 158, 614 => 155, 607 => 154, 600 => 151, 593 => 150, 586 => 147, 584 => 146, 577 => 144, 570 => 141, 568 => 140, 561 => 139, 553 => 133, 551 => 132, 549 => 131, 546 => 129, 544 => 128, 542 => 127, 535 => 126, 527 => 122, 525 => 121, 523 => 120, 520 => 118, 518 => 117, 516 => 116, 509 => 115, 501 => 111, 495 => 108, 494 => 107, 493 => 106, 489 => 105, 485 => 104, 478 => 100, 477 => 99, 476 => 98, 472 => 97, 470 => 96, 463 => 95, 456 => 92, 454 => 91, 447 => 90, 438 => 85, 435 => 84, 425 => 83, 420 => 81, 418 => 80, 416 => 79, 413 => 77, 411 => 76, 404 => 75, 395 => 70, 393 => 69, 391 => 67, 390 => 66, 389 => 65, 388 => 64, 383 => 62, 381 => 61, 379 => 60, 376 => 58, 374 => 57, 367 => 56, 359 => 52, 357 => 51, 355 => 50, 353 => 49, 351 => 48, 347 => 47, 345 => 46, 342 => 44, 340 => 43, 333 => 42, 325 => 38, 323 => 37, 321 => 36, 314 => 35, 307 => 32, 301 => 30, 299 => 29, 297 => 28, 291 => 26, 288 => 25, 286 => 24, 283 => 23, 276 => 22, 269 => 19, 267 => 18, 260 => 17, 253 => 14, 251 => 13, 244 => 12, 237 => 9, 234 => 7, 232 => 6, 225 => 5, 218 => 235, 215 => 234, 212 => 232, 210 => 226, 207 => 225, 205 => 219, 202 => 218, 200 => 214, 197 => 213, 195 => 209, 192 => 208, 190 => 204, 187 => 203, 185 => 199, 182 => 198, 180 => 193, 177 => 192, 175 => 185, 172 => 184, 169 => 182, 167 => 158, 164 => 157, 162 => 154, 159 => 153, 157 => 150, 154 => 149, 152 => 144, 149 => 143, 147 => 139, 144 => 138, 141 => 136, 139 => 126, 136 => 125, 134 => 115, 131 => 114, 129 => 95, 126 => 94, 124 => 90, 121 => 89, 119 => 75, 116 => 74, 114 => 56, 111 => 55, 109 => 42, 106 => 41, 104 => 35, 101 => 34, 99 => 22, 96 => 21, 94 => 17, 91 => 16, 89 => 12, 86 => 11, 84 => 5, 81 => 4, 78 => 2, 30 => 1,); + } + + public function getSourceContext() + { + return new Source("{% use \"form_div_layout.html.twig\" %} + +{# Widgets #} + +{% block form_widget_simple -%} + {% if type is not defined or type not in ['file', 'hidden'] %} + {%- set attr = attr|merge({class: (attr.class|default('') ~ ' form-control')|trim}) -%} + {% endif %} + {{- parent() -}} +{%- endblock form_widget_simple %} + +{% block textarea_widget -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-control')|trim}) %} + {{- parent() -}} +{%- endblock textarea_widget %} + +{% block button_widget -%} + {% set attr = attr|merge({class: (attr.class|default('btn-default') ~ ' btn')|trim}) %} + {{- parent() -}} +{%- endblock %} + +{% block money_widget -%} +
+ {% set append = money_pattern starts with '{{' %} + {% if not append %} + {{ money_pattern|replace({ '{{ widget }}':''}) }} + {% endif %} + {{- block('form_widget_simple') -}} + {% if append %} + {{ money_pattern|replace({ '{{ widget }}':''}) }} + {% endif %} +
+{%- endblock money_widget %} + +{% block percent_widget -%} +
+ {{- block('form_widget_simple') -}} + % +
+{%- endblock percent_widget %} + +{% block datetime_widget -%} + {% if widget == 'single_text' %} + {{- block('form_widget_simple') -}} + {% else -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-inline')|trim}) -%} +
+ {{- form_errors(form.date) -}} + {{- form_errors(form.time) -}} + {{- form_widget(form.date, { datetime: true } ) -}} + {{- form_widget(form.time, { datetime: true } ) -}} +
+ {%- endif %} +{%- endblock datetime_widget %} + +{% block date_widget -%} + {% if widget == 'single_text' %} + {{- block('form_widget_simple') -}} + {% else -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-inline')|trim}) -%} + {% if datetime is not defined or not datetime -%} +
+ {%- endif %} + {{- date_pattern|replace({ + '{{ year }}': form_widget(form.year), + '{{ month }}': form_widget(form.month), + '{{ day }}': form_widget(form.day), + })|raw -}} + {% if datetime is not defined or not datetime -%} +
+ {%- endif -%} + {% endif %} +{%- endblock date_widget %} + +{% block time_widget -%} + {% if widget == 'single_text' %} + {{- block('form_widget_simple') -}} + {% else -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-inline')|trim}) -%} + {% if datetime is not defined or false == datetime -%} +
+ {%- endif -%} + {{- form_widget(form.hour) }}{% if with_minutes %}:{{ form_widget(form.minute) }}{% endif %}{% if with_seconds %}:{{ form_widget(form.second) }}{% endif %} + {% if datetime is not defined or false == datetime -%} +
+ {%- endif -%} + {% endif %} +{%- endblock time_widget %} + +{% block choice_widget_collapsed -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-control')|trim}) %} + {{- parent() -}} +{%- endblock %} + +{% block choice_widget_expanded -%} + {% if '-inline' in label_attr.class|default('') -%} + {%- for child in form %} + {{- form_widget(child, { + parent_label_class: label_attr.class|default(''), + translation_domain: choice_translation_domain, + }) -}} + {% endfor -%} + {%- else -%} +
+ {%- for child in form %} + {{- form_widget(child, { + parent_label_class: label_attr.class|default(''), + translation_domain: choice_translation_domain, + }) -}} + {% endfor -%} +
+ {%- endif %} +{%- endblock choice_widget_expanded %} + +{% block checkbox_widget -%} + {%- set parent_label_class = parent_label_class|default(label_attr.class|default('')) -%} + {% if 'checkbox-inline' in parent_label_class %} + {{- form_label(form, null, { widget: parent() }) -}} + {% else -%} +
+ {{- form_label(form, null, { widget: parent() }) -}} +
+ {%- endif %} +{%- endblock checkbox_widget %} + +{% block radio_widget -%} + {%- set parent_label_class = parent_label_class|default(label_attr.class|default('')) -%} + {% if 'radio-inline' in parent_label_class %} + {{- form_label(form, null, { widget: parent() }) -}} + {% else -%} +
+ {{- form_label(form, null, { widget: parent() }) -}} +
+ {%- endif %} +{%- endblock radio_widget %} + +{# Labels #} + +{% block form_label -%} + {%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' control-label')|trim}) -%} + {{- parent() -}} +{%- endblock form_label %} + +{% block choice_label -%} + {# remove the checkbox-inline and radio-inline class, it's only useful for embed labels #} + {%- set label_attr = label_attr|merge({class: label_attr.class|default('')|replace({'checkbox-inline': '', 'radio-inline': ''})|trim}) -%} + {{- block('form_label') -}} +{% endblock %} + +{% block checkbox_label -%} + {{- block('checkbox_radio_label') -}} +{%- endblock checkbox_label %} + +{% block radio_label -%} + {{- block('checkbox_radio_label') -}} +{%- endblock radio_label %} + +{% block checkbox_radio_label %} + {# Do not display the label if widget is not defined in order to prevent double label rendering #} + {% if widget is defined %} + {% if required %} + {% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' required')|trim}) %} + {% endif %} + {% if parent_label_class is defined %} + {% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' ' ~ parent_label_class)|trim}) %} + {% endif %} + {% if label is not same as(false) and label is empty %} + {%- if label_format is not empty -%} + {% set label = label_format|replace({ + '%name%': name, + '%id%': id, + }) %} + {%- else -%} + {% set label = name|humanize %} + {%- endif -%} + {% endif %} + + {{- widget|raw }} {{ label is not same as(false) ? (translation_domain is same as(false) ? label : label|trans({}, translation_domain)) -}} + + {% endif %} +{% endblock checkbox_radio_label %} + +{# Rows #} + +{% block form_row -%} +
+ {{- form_label(form) -}} + {{- form_widget(form) -}} + {{- form_errors(form) -}} +
+{%- endblock form_row %} + +{% block button_row -%} +
+ {{- form_widget(form) -}} +
+{%- endblock button_row %} + +{% block choice_row -%} + {% set force_error = true %} + {{- block('form_row') }} +{%- endblock choice_row %} + +{% block date_row -%} + {% set force_error = true %} + {{- block('form_row') }} +{%- endblock date_row %} + +{% block time_row -%} + {% set force_error = true %} + {{- block('form_row') }} +{%- endblock time_row %} + +{% block datetime_row -%} + {% set force_error = true %} + {{- block('form_row') }} +{%- endblock datetime_row %} + +{% block checkbox_row -%} +
+ {{- form_widget(form) -}} + {{- form_errors(form) -}} +
+{%- endblock checkbox_row %} + +{% block radio_row -%} +
+ {{- form_widget(form) -}} + {{- form_errors(form) -}} +
+{%- endblock radio_row %} + +{# Errors #} + +{% block form_errors -%} + {% if errors|length > 0 -%} + {% if form.parent %}{% else %}
{% endif %} +
    + {%- for error in errors -%} +
  • {{ error.message }}
  • + {%- endfor -%} +
+ {% if form.parent %}{% else %}
{% endif %} + {%- endif %} +{%- endblock form_errors %} +", "bootstrap_3_layout.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig"); + } +} diff --git a/var/cache/dev/twig/21/21cd57b1675f1d6afd88dddbc7e8ab5f7115b50ca675c1829011ee4ad1e4e035.php b/var/cache/dev/twig/21/21cd57b1675f1d6afd88dddbc7e8ab5f7115b50ca675c1829011ee4ad1e4e035.php new file mode 100644 index 00000000..7b99a52a --- /dev/null +++ b/var/cache/dev/twig/21/21cd57b1675f1d6afd88dddbc7e8ab5f7115b50ca675c1829011ee4ad1e4e035.php @@ -0,0 +1,70 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/close.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/close.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/close.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/close.svg"); + } +} diff --git a/var/cache/dev/twig/28/28fd11f1359caf64b286f58c5b9e8585eb87e82cefdf2777f08897863716e75c.php b/var/cache/dev/twig/28/28fd11f1359caf64b286f58c5b9e8585eb87e82cefdf2777f08897863716e75c.php new file mode 100644 index 00000000..70f2ecf6 --- /dev/null +++ b/var/cache/dev/twig/28/28fd11f1359caf64b286f58c5b9e8585eb87e82cefdf2777f08897863716e75c.php @@ -0,0 +1,153 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/memory.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/memory.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + ob_start(); + // line 5 + echo " "; + $context["status_color"] = (((((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 5, $this->source); })()), "memory", [], "any", false, false, false, 5) / 1024) / 1024) > 50)) ? ("yellow") : ("")); + // line 6 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/memory.svg"); + echo " + "; + // line 7 + echo twig_escape_filter($this->env, sprintf("%.1f", ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "memory", [], "any", false, false, false, 7) / 1024) / 1024)), "html", null, true); + echo " + MB + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 10 + echo " + "; + // line 11 + ob_start(); + // line 12 + echo "
+ Peak memory usage + "; + // line 14 + echo twig_escape_filter($this->env, sprintf("%.1f", ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 14, $this->source); })()), "memory", [], "any", false, false, false, 14) / 1024) / 1024)), "html", null, true); + echo " MB +
+ +
+ PHP memory limit + "; + // line 19 + (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "memoryLimit", [], "any", false, false, false, 19) == -1)) ? (print ("Unlimited")) : (print (twig_escape_filter($this->env, sprintf("%.0f MB", ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "memoryLimit", [], "any", false, false, false, 19) / 1024) / 1024)), "html", null, true)))); + echo " +
+ "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 22 + echo " + "; + // line 23 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 23, $this->source); })()), "name" => "time", "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 23, $this->source); })())]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/memory.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 102 => 23, 99 => 22, 93 => 19, 85 => 14, 81 => 12, 79 => 11, 76 => 10, 70 => 7, 65 => 6, 62 => 5, 59 => 4, 52 => 3, 35 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% set icon %} + {% set status_color = (collector.memory / 1024 / 1024) > 50 ? 'yellow' : '' %} + {{ include('@WebProfiler/Icon/memory.svg') }} + {{ '%.1f'|format(collector.memory / 1024 / 1024) }} + MB + {% endset %} + + {% set text %} +
+ Peak memory usage + {{ '%.1f'|format(collector.memory / 1024 / 1024) }} MB +
+ +
+ PHP memory limit + {{ collector.memoryLimit == -1 ? 'Unlimited' : '%.0f MB'|format(collector.memoryLimit / 1024 / 1024) }} +
+ {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, name: 'time', status: status_color }) }} +{% endblock %} +", "@WebProfiler/Collector/memory.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig"); + } +} diff --git a/var/cache/dev/twig/2b/2bbb972092af6963c6b0a47f23842a797032f5b54890bb4a27cd13b628bb65d3.php b/var/cache/dev/twig/2b/2bbb972092af6963c6b0a47f23842a797032f5b54890bb4a27cd13b628bb65d3.php new file mode 100644 index 00000000..6c0323cf --- /dev/null +++ b/var/cache/dev/twig/2b/2bbb972092af6963c6b0a47f23842a797032f5b54890bb4a27cd13b628bb65d3.php @@ -0,0 +1,1647 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + 'queries' => [$this, 'block_queries'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return $this->loadTemplate(((twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 1, $this->source); })()), "isXmlHttpRequest", [], "any", false, false, false, 1)) ? ("@WebProfiler/Profiler/ajax_layout.html.twig") : ("@WebProfiler/Profiler/layout.html.twig")), "@Doctrine/Collector/db.html.twig", 1); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Doctrine/Collector/db.html.twig")); + + // line 3 + $macros["helper"] = $this->macros["helper"] = $this; + // line 1 + $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 6 + echo " "; + if (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "querycount", [], "any", false, false, false, 6) > 0) || (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 6) > 0))) { + // line 7 + echo " + "; + // line 8 + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 8, $this->source); })()), 1)) : (1)); + // line 9 + echo " + "; + // line 10 + ob_start(); + // line 11 + echo " "; + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 11, $this->source); })()) == 1)) { + // line 12 + echo " + \"Database\" + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 14, $this->source); })()), "querycount", [], "any", false, false, false, 14) > 50)) { + echo "sf-toolbar-status-yellow"; + } + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 14, $this->source); })()), "querycount", [], "any", false, false, false, 14), "html", null, true); + echo " + "; + // line 15 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 15, $this->source); })()), "querycount", [], "any", false, false, false, 15) > 0)) { + // line 16 + echo " in "; + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 16, $this->source); })()), "time", [], "any", false, false, false, 16) * 1000)), "html", null, true); + echo " ms + "; + } + // line 18 + echo " "; + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 18) > 0)) { + // line 19 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 19), "html", null, true); + echo " + "; + } + // line 21 + echo " + "; + } else { + // line 23 + echo " + "; + // line 24 + $context["status"] = (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 24, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 24) > 0)) ? ("red") : ((((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 24, $this->source); })()), "querycount", [], "any", false, false, false, 24) > 50)) ? ("yellow") : ("")))); + // line 25 + echo " + "; + // line 26 + echo twig_include($this->env, $context, "@Doctrine/Collector/icon.svg"); + echo " + + "; + // line 28 + if (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 28, $this->source); })()), "querycount", [], "any", false, false, false, 28) == 0) && (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 28, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 28) > 0))) { + // line 29 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 29, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 29), "html", null, true); + echo " + errors + "; + } else { + // line 32 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 32, $this->source); })()), "querycount", [], "any", false, false, false, 32), "html", null, true); + echo " + + in + "; + // line 35 + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 35, $this->source); })()), "time", [], "any", false, false, false, 35) * 1000)), "html", null, true); + echo " + ms + + "; + } + // line 39 + echo " + "; + } + // line 41 + echo " "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 42 + echo " + "; + // line 43 + ob_start(); + // line 44 + echo "
+ Database Queries + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 46, $this->source); })()), "querycount", [], "any", false, false, false, 46) > 50)) ? ("sf-toolbar-status-yellow") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 46, $this->source); })()), "querycount", [], "any", false, false, false, 46), "html", null, true); + echo " +
+
+ Query time + "; + // line 50 + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 50, $this->source); })()), "time", [], "any", false, false, false, 50) * 1000)), "html", null, true); + echo " ms +
+
+ Invalid entities + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 54, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 54) > 0)) ? ("sf-toolbar-status-red") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 54, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 54), "html", null, true); + echo " +
+ "; + // line 56 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 56, $this->source); })()), "cacheEnabled", [], "any", false, false, false, 56)) { + // line 57 + echo "
+ Cache hits + "; + // line 59 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 59, $this->source); })()), "cacheHitsCount", [], "any", false, false, false, 59), "html", null, true); + echo " +
+
+ Cache misses + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 63, $this->source); })()), "cacheMissesCount", [], "any", false, false, false, 63) > 0)) ? ("sf-toolbar-status-yellow") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 63, $this->source); })()), "cacheMissesCount", [], "any", false, false, false, 63), "html", null, true); + echo " +
+
+ Cache puts + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 67, $this->source); })()), "cachePutsCount", [], "any", false, false, false, 67) > 0)) ? ("sf-toolbar-status-yellow") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 67, $this->source); })()), "cachePutsCount", [], "any", false, false, false, 67), "html", null, true); + echo " +
+ "; + } else { + // line 70 + echo "
+ Second Level Cache + disabled +
+ "; + } + // line 75 + echo " "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 76 + echo " + "; + // line 77 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 77, $this->source); })()), "status" => (((isset($context["status"]) || array_key_exists("status", $context))) ? (_twig_default_filter((isset($context["status"]) || array_key_exists("status", $context) ? $context["status"] : (function () { throw new RuntimeError('Variable "status" does not exist.', 77, $this->source); })()), "")) : (""))]); + echo " + + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 82 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 83 + echo " "; + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 83, $this->source); })()), 1)) : (1)); + // line 84 + echo " + "; + // line 85 + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 85, $this->source); })()) == 1)) { + // line 86 + echo " + + \"\" + Doctrine + + "; + // line 91 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 91, $this->source); })()), "querycount", [], "any", false, false, false, 91), "html", null, true); + echo " + "; + // line 92 + echo twig_escape_filter($this->env, sprintf("%0.0f", (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 92, $this->source); })()), "time", [], "any", false, false, false, 92) * 1000)), "html", null, true); + echo " ms + + + + "; + } else { + // line 97 + echo " + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 98, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 98) > 0)) ? ("label-status-error") : ("")); + echo " "; + echo (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 98, $this->source); })()), "querycount", [], "any", false, false, false, 98) == 0)) ? ("disabled") : ("")); + echo "\"> + "; + // line 99 + echo twig_include($this->env, $context, "@Doctrine/Collector/icon.svg"); + echo " + Doctrine + "; + // line 101 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 101, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 101)) { + // line 102 + echo " + "; + // line 103 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 103, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 103), "html", null, true); + echo " + + "; + } + // line 106 + echo " + + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 111 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 112 + echo " "; + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 112, $this->source); })()), 1)) : (1)); + // line 113 + echo " + "; + // line 114 + if (("explain" == (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 114, $this->source); })()))) { + // line 115 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("DoctrineBundle:Profiler:explain", ["token" => // line 116 +(isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 116, $this->source); })()), "panel" => "db", "connectionName" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 118 +(isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 118, $this->source); })()), "query", [], "any", false, false, false, 118), "get", [0 => "connection"], "method", false, false, false, 118), "query" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 119 +(isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 119, $this->source); })()), "query", [], "any", false, false, false, 119), "get", [0 => "query"], "method", false, false, false, 119)])); + // line 120 + echo " + "; + } else { + // line 122 + echo " "; + $this->displayBlock("queries", $context, $blocks); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 126 + public function block_queries($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "queries")); + + // line 127 + echo " + + "; + // line 149 + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 149, $this->source); })()) > 1)) { + // line 150 + echo "

Query Metrics

+ +
+
+ "; + // line 154 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 154, $this->source); })()), "querycount", [], "any", false, false, false, 154), "html", null, true); + echo " + Database Queries +
+ +
+ "; + // line 159 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 159, $this->source); })()), "groupedQueryCount", [], "any", false, false, false, 159), "html", null, true); + echo " + Different statements +
+ +
+ "; + // line 164 + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 164, $this->source); })()), "time", [], "any", false, false, false, 164) * 1000)), "html", null, true); + echo " ms + Query time +
+ +
+ "; + // line 169 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 169, $this->source); })()), "invalidEntityCount", [], "any", false, false, false, 169), "html", null, true); + echo " + Invalid entities +
+ + "; + // line 173 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 173, $this->source); })()), "cacheEnabled", [], "any", false, false, false, 173)) { + // line 174 + echo "
+ \t"; + // line 175 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 175, $this->source); })()), "cacheHitsCount", [], "any", false, false, false, 175), "html", null, true); + echo " + \tCache hits +
+
+ \t"; + // line 179 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 179, $this->source); })()), "cacheMissesCount", [], "any", false, false, false, 179), "html", null, true); + echo " + \tCache misses +
+
+ \t"; + // line 183 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 183, $this->source); })()), "cachePutsCount", [], "any", false, false, false, 183), "html", null, true); + echo " + \tCache puts +
+ "; + } + // line 187 + echo "
+ "; + } + // line 189 + echo " + "; + // line 190 + $context["group_queries"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 190, $this->source); })()), "query", [], "any", false, false, false, 190), "getBoolean", [0 => "group"], "method", false, false, false, 190); + // line 191 + echo " "; + if ((isset($context["group_queries"]) || array_key_exists("group_queries", $context) ? $context["group_queries"] : (function () { throw new RuntimeError('Variable "group_queries" does not exist.', 191, $this->source); })())) { + // line 192 + echo "

Grouped Statements

+

env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["panel" => "db", "token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 193, $this->source); })())]), "html", null, true); + echo "\">Show all queries

+ "; + } else { + // line 195 + echo "

Queries

+

env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["panel" => "db", "token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 196, $this->source); })()), "group" => true]), "html", null, true); + echo "\">Group similar statements

+ "; + } + // line 198 + echo " + "; + // line 199 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 199, $this->source); })()), "queries", [], "any", false, false, false, 199)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["connection"] => $context["queries"]) { + // line 200 + echo " "; + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 200, $this->source); })()), "connections", [], "any", false, false, false, 200)) > 1)) { + // line 201 + echo "

"; + echo twig_escape_filter($this->env, $context["connection"], "html", null, true); + echo " connection

+ "; + } + // line 203 + echo " + "; + // line 204 + if (twig_test_empty($context["queries"])) { + // line 205 + echo "
+

No database queries were performed.

+
+ "; + } else { + // line 209 + echo " "; + if ((isset($context["group_queries"]) || array_key_exists("group_queries", $context) ? $context["group_queries"] : (function () { throw new RuntimeError('Variable "group_queries" does not exist.', 209, $this->source); })())) { + // line 210 + echo " "; + $context["queries"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 210, $this->source); })()), "groupedQueries", [], "any", false, false, false, 210), $context["connection"], [], "array", false, false, false, 210); + // line 211 + echo " "; + } + // line 212 + echo " + + + "; + // line 215 + if ((isset($context["group_queries"]) || array_key_exists("group_queries", $context) ? $context["group_queries"] : (function () { throw new RuntimeError('Variable "group_queries" does not exist.', 215, $this->source); })())) { + // line 216 + echo " + + "; + } else { + // line 219 + echo " + + "; + } + // line 222 + echo " + + + env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 225), "html", null, true); + echo "\"> + "; + // line 226 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable($context["queries"]); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["i"] => $context["query"]) { + // line 227 + echo " "; + $context["i"] = (((isset($context["group_queries"]) || array_key_exists("group_queries", $context) ? $context["group_queries"] : (function () { throw new RuntimeError('Variable "group_queries" does not exist.', 227, $this->source); })())) ? (twig_get_attribute($this->env, $this->source, $context["query"], "index", [], "any", false, false, false, 227)) : ($context["i"])); + // line 228 + echo " env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 228), "loop", [], "any", false, false, false, 228), "index", [], "any", false, false, false, 228), "html", null, true); + echo "\"> + "; + // line 229 + if ((isset($context["group_queries"]) || array_key_exists("group_queries", $context) ? $context["group_queries"] : (function () { throw new RuntimeError('Variable "group_queries" does not exist.', 229, $this->source); })())) { + // line 230 + echo " + + "; + } else { + // line 236 + echo " + + "; + } + // line 239 + echo " + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['i'], $context['query'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 273 + echo " +
env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 216), "html", null, true); + echo "')\" data-sort-direction=\"1\" style=\"cursor: pointer;\">Timeenv, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 217), "html", null, true); + echo "')\" style=\"cursor: pointer;\">Countenv, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 219), "html", null, true); + echo "')\" data-sort-direction=\"-1\" style=\"cursor: pointer;\">#env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 220), "html", null, true); + echo "')\" style=\"cursor: pointer;\">TimeInfo
+ env, sprintf("%0.2f", twig_get_attribute($this->env, $this->source, $context["query"], "executionPercent", [], "any", false, false, false, 231)), "html", null, true); + echo "%\"> + "; + // line 232 + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, $context["query"], "executionMS", [], "any", false, false, false, 232) * 1000)), "html", null, true); + echo " ms
("; + echo twig_escape_filter($this->env, sprintf("%0.2f", twig_get_attribute($this->env, $this->source, $context["query"], "executionPercent", [], "any", false, false, false, 232)), "html", null, true); + echo "%)
+
"; + // line 234 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["query"], "count", [], "any", false, false, false, 234), "html", null, true); + echo ""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 236), "html", null, true); + echo ""; + // line 237 + echo twig_escape_filter($this->env, sprintf("%0.2f", (twig_get_attribute($this->env, $this->source, $context["query"], "executionMS", [], "any", false, false, false, 237) * 1000)), "html", null, true); + echo " ms + "; + // line 240 + echo $this->extensions['Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension']->formatQuery(twig_get_attribute($this->env, $this->source, $context["query"], "sql", [], "any", false, false, false, 240), true); + echo " + +
+ Parameters: "; + // line 243 + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, $context["query"], "params", [], "any", false, false, false, 243), 2), "html", null, true); + echo " +
+ +
+ source); })()) == 1)) ? ("onclick=\"return toggleRunnableQuery(this);\"") : ("")); + echo " class=\"sf-toggle link-inverse\" data-toggle-selector=\"#formatted-query-"; + echo twig_escape_filter($this->env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 247), "loop", [], "any", false, false, false, 247), "index", [], "any", false, false, false, 247), "html", null, true); + echo "\" data-toggle-alt-content=\"Hide formatted query\">View formatted query + +    + + source); })()) == 1)) ? ("onclick=\"return toggleRunnableQuery(this);\"") : ("")); + echo " class=\"sf-toggle link-inverse\" data-toggle-selector=\"#original-query-"; + echo twig_escape_filter($this->env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 251), "loop", [], "any", false, false, false, 251), "index", [], "any", false, false, false, 251), "html", null, true); + echo "\" data-toggle-alt-content=\"Hide runnable query\">View runnable query + + "; + // line 253 + if (twig_get_attribute($this->env, $this->source, $context["query"], "explainable", [], "any", false, false, false, 253)) { + // line 254 + echo "    + env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["panel" => "db", "token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 255, $this->source); })()), "page" => "explain", "connection" => $context["connection"], "query" => $context["i"]]), "html", null, true); + echo "\" onclick=\"return explain(this);\" data-target-id=\"explain-"; + echo twig_escape_filter($this->env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 255), "loop", [], "any", false, false, false, 255), "index", [], "any", false, false, false, 255), "html", null, true); + echo "\">Explain query + "; + } + // line 257 + echo "
+ +
env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 259), "loop", [], "any", false, false, false, 259), "index", [], "any", false, false, false, 259), "html", null, true); + echo "\" class=\"sql-runnable hidden\"> + "; + // line 260 + echo $this->extensions['Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension']->formatQuery(twig_get_attribute($this->env, $this->source, $context["query"], "sql", [], "any", false, false, false, 260)); + echo " +
+ +
env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 263), "loop", [], "any", false, false, false, 263), "index", [], "any", false, false, false, 263), "html", null, true); + echo "\" class=\"sql-runnable hidden\"> + "; + // line 264 + echo $this->extensions['Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension']->formatQuery($this->extensions['Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension']->replaceQueryParameters((twig_get_attribute($this->env, $this->source, $context["query"], "sql", [], "any", false, false, false, 264) . ";"), twig_get_attribute($this->env, $this->source, $context["query"], "params", [], "any", false, false, false, 264)), true); + echo " +
+ + "; + // line 267 + if (twig_get_attribute($this->env, $this->source, $context["query"], "explainable", [], "any", false, false, false, 267)) { + // line 268 + echo "
env, $context["i"], "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["loop"], "parent", [], "any", false, false, false, 268), "loop", [], "any", false, false, false, 268), "index", [], "any", false, false, false, 268), "html", null, true); + echo "\" class=\"sql-explain\">
+ "; + } + // line 270 + echo "
+ "; + } + // line 276 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['connection'], $context['queries'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 277 + echo " +

Database Connections

+ + "; + // line 280 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 280, $this->source); })()), "connections", [], "any", false, false, false, 280)) { + // line 281 + echo "
+

There are no configured database connections.

+
+ "; + } else { + // line 285 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Name", "Service", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 285, $this->source); })()), "connections", [], "any", false, false, false, 285)], 285, $context, $this->getSourceContext()); + echo " + "; + } + // line 287 + echo " +

Entity Managers

+ + "; + // line 290 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 290, $this->source); })()), "managers", [], "any", false, false, false, 290)) { + // line 291 + echo "
+

There are no configured entity managers.

+
+ "; + } else { + // line 295 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Name", "Service", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 295, $this->source); })()), "managers", [], "any", false, false, false, 295)], 295, $context, $this->getSourceContext()); + echo " + "; + } + // line 297 + echo " +

Second Level Cache

+ + "; + // line 300 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 300, $this->source); })()), "cacheEnabled", [], "any", false, false, false, 300)) { + // line 301 + echo "
+

Second Level Cache is not enabled.

+
+ "; + } else { + // line 305 + echo " "; + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 305, $this->source); })()), "cacheCounts", [], "any", false, false, false, 305)) { + // line 306 + echo "
+

Second level cache information is not available.

+
+ "; + } else { + // line 310 + echo " "; + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 310, $this->source); })()) == 1)) { + // line 311 + echo " "; + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Key", "Value", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 311, $this->source); })()), "cacheCounts", [], "any", false, false, false, 311)], 311, $context, $this->getSourceContext()); + echo " + "; + } else { + // line 313 + echo "
+
+ "; + // line 315 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 315, $this->source); })()), "cacheCounts", [], "any", false, false, false, 315), "hits", [], "any", false, false, false, 315), "html", null, true); + echo " + Hits +
+ +
+ "; + // line 320 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 320, $this->source); })()), "cacheCounts", [], "any", false, false, false, 320), "misses", [], "any", false, false, false, 320), "html", null, true); + echo " + Misses +
+ +
+ "; + // line 325 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 325, $this->source); })()), "cacheCounts", [], "any", false, false, false, 325), "puts", [], "any", false, false, false, 325), "html", null, true); + echo " + Puts +
+
+ "; + } + // line 330 + echo " + "; + // line 331 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 331, $this->source); })()), "cacheRegions", [], "any", false, false, false, 331), "hits", [], "any", false, false, false, 331)) { + // line 332 + echo "

Number of cache hits

+ "; + // line 333 + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Region", "Hits", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 333, $this->source); })()), "cacheRegions", [], "any", false, false, false, 333), "hits", [], "any", false, false, false, 333)], 333, $context, $this->getSourceContext()); + echo " + "; + } + // line 335 + echo " + "; + // line 336 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 336, $this->source); })()), "cacheRegions", [], "any", false, false, false, 336), "misses", [], "any", false, false, false, 336)) { + // line 337 + echo "

Number of cache misses

+ "; + // line 338 + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Region", "Misses", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 338, $this->source); })()), "cacheRegions", [], "any", false, false, false, 338), "misses", [], "any", false, false, false, 338)], 338, $context, $this->getSourceContext()); + echo " + "; + } + // line 340 + echo " + "; + // line 341 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 341, $this->source); })()), "cacheRegions", [], "any", false, false, false, 341), "puts", [], "any", false, false, false, 341)) { + // line 342 + echo "

Number of cache puts

+ "; + // line 343 + echo twig_call_macro($macros["helper"], "macro_render_simple_table", ["Region", "Puts", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 343, $this->source); })()), "cacheRegions", [], "any", false, false, false, 343), "puts", [], "any", false, false, false, 343)], 343, $context, $this->getSourceContext()); + echo " + "; + } + // line 345 + echo " "; + } + // line 346 + echo " "; + } + // line 347 + echo " +

Entities Mapping

+ + "; + // line 350 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 350, $this->source); })()), "entities", [], "any", false, false, false, 350)); + foreach ($context['_seq'] as $context["manager"] => $context["classes"]) { + // line 351 + echo " "; + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 351, $this->source); })()), "managers", [], "any", false, false, false, 351)) > 1)) { + // line 352 + echo "

"; + echo twig_escape_filter($this->env, $context["manager"], "html", null, true); + echo " entity manager

+ "; + } + // line 354 + echo " + "; + // line 355 + if (twig_test_empty($context["classes"])) { + // line 356 + echo "
+

No loaded entities.

+
+ "; + } else { + // line 360 + echo " + + + + + + + + "; + // line 368 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable($context["classes"]); + foreach ($context['_seq'] as $context["_key"] => $context["class"]) { + // line 369 + echo " "; + $context["contains_errors"] = (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "mappingErrors", [], "any", false, true, false, 369), $context["manager"], [], "array", true, true, false, 369) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "mappingErrors", [], "any", false, true, false, 369), $context["manager"], [], "array", false, true, false, 369), $context["class"], [], "array", true, true, false, 369)); + // line 370 + echo " source); })())) ? ("status-error") : ("")); + echo "\"> + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['class'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 385 + echo " +
ClassMapping errors
"; + // line 371 + echo twig_escape_filter($this->env, $context["class"], "html", null, true); + echo " + "; + // line 373 + if ((isset($context["contains_errors"]) || array_key_exists("contains_errors", $context) ? $context["contains_errors"] : (function () { throw new RuntimeError('Variable "contains_errors" does not exist.', 373, $this->source); })())) { + // line 374 + echo "
    + "; + // line 375 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 375, $this->source); })()), "mappingErrors", [], "any", false, false, false, 375), $context["manager"], [], "array", false, false, false, 375), $context["class"], [], "array", false, false, false, 375)); + foreach ($context['_seq'] as $context["_key"] => $context["error"]) { + // line 376 + echo "
  • "; + echo twig_escape_filter($this->env, $context["error"], "html", null, true); + echo "
  • + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 378 + echo "
+ "; + } else { + // line 380 + echo " No errors. + "; + } + // line 382 + echo "
+ "; + } + // line 388 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['manager'], $context['classes'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 389 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 469 + public function macro_render_simple_table($__label1__ = null, $__label2__ = null, $__data__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "label1" => $__label1__, + "label2" => $__label2__, + "data" => $__data__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "render_simple_table")); + + // line 470 + echo " + + + + + + + + "; + // line 478 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 478, $this->source); })())); + foreach ($context['_seq'] as $context["key"] => $context["value"]) { + // line 479 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 484 + echo " +
"; + // line 473 + echo twig_escape_filter($this->env, (isset($context["label1"]) || array_key_exists("label1", $context) ? $context["label1"] : (function () { throw new RuntimeError('Variable "label1" does not exist.', 473, $this->source); })()), "html", null, true); + echo ""; + // line 474 + echo twig_escape_filter($this->env, (isset($context["label2"]) || array_key_exists("label2", $context) ? $context["label2"] : (function () { throw new RuntimeError('Variable "label2" does not exist.', 474, $this->source); })()), "html", null, true); + echo "
"; + // line 480 + echo twig_escape_filter($this->env, $context["key"], "html", null, true); + echo ""; + // line 481 + echo twig_escape_filter($this->env, $context["value"], "html", null, true); + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@Doctrine/Collector/db.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 1129 => 484, 1120 => 481, 1116 => 480, 1113 => 479, 1109 => 478, 1102 => 474, 1098 => 473, 1093 => 470, 1075 => 469, 1066 => 465, 1047 => 448, 1045 => 447, 985 => 389, 979 => 388, 974 => 385, 966 => 382, 962 => 380, 958 => 378, 949 => 376, 945 => 375, 942 => 374, 940 => 373, 935 => 371, 930 => 370, 927 => 369, 923 => 368, 913 => 360, 907 => 356, 905 => 355, 902 => 354, 896 => 352, 893 => 351, 889 => 350, 884 => 347, 881 => 346, 878 => 345, 873 => 343, 870 => 342, 868 => 341, 865 => 340, 860 => 338, 857 => 337, 855 => 336, 852 => 335, 847 => 333, 844 => 332, 842 => 331, 839 => 330, 831 => 325, 823 => 320, 815 => 315, 811 => 313, 805 => 311, 802 => 310, 796 => 306, 793 => 305, 787 => 301, 785 => 300, 780 => 297, 774 => 295, 768 => 291, 766 => 290, 761 => 287, 755 => 285, 749 => 281, 747 => 280, 742 => 277, 728 => 276, 723 => 273, 707 => 270, 699 => 268, 697 => 267, 691 => 264, 685 => 263, 679 => 260, 673 => 259, 669 => 257, 660 => 255, 657 => 254, 655 => 253, 646 => 251, 635 => 247, 628 => 243, 622 => 240, 619 => 239, 614 => 237, 609 => 236, 604 => 234, 597 => 232, 593 => 231, 590 => 230, 588 => 229, 581 => 228, 578 => 227, 561 => 226, 557 => 225, 552 => 222, 547 => 220, 542 => 219, 537 => 217, 532 => 216, 530 => 215, 525 => 212, 522 => 211, 519 => 210, 516 => 209, 510 => 205, 508 => 204, 505 => 203, 499 => 201, 496 => 200, 479 => 199, 476 => 198, 471 => 196, 468 => 195, 463 => 193, 460 => 192, 457 => 191, 455 => 190, 452 => 189, 448 => 187, 441 => 183, 434 => 179, 427 => 175, 424 => 174, 422 => 173, 415 => 169, 407 => 164, 399 => 159, 391 => 154, 385 => 150, 383 => 149, 375 => 143, 359 => 129, 357 => 128, 354 => 127, 347 => 126, 336 => 122, 332 => 120, 330 => 119, 329 => 118, 328 => 116, 326 => 115, 324 => 114, 321 => 113, 318 => 112, 311 => 111, 301 => 106, 295 => 103, 292 => 102, 290 => 101, 285 => 99, 279 => 98, 276 => 97, 268 => 92, 264 => 91, 257 => 86, 255 => 85, 252 => 84, 249 => 83, 242 => 82, 231 => 77, 228 => 76, 225 => 75, 218 => 70, 210 => 67, 201 => 63, 194 => 59, 190 => 57, 188 => 56, 181 => 54, 174 => 50, 165 => 46, 161 => 44, 159 => 43, 156 => 42, 153 => 41, 149 => 39, 142 => 35, 135 => 32, 128 => 29, 126 => 28, 121 => 26, 118 => 25, 116 => 24, 113 => 23, 109 => 21, 103 => 19, 100 => 18, 94 => 16, 92 => 15, 84 => 14, 80 => 12, 77 => 11, 75 => 10, 72 => 9, 70 => 8, 67 => 7, 64 => 6, 57 => 5, 50 => 1, 48 => 3, 38 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends request.isXmlHttpRequest ? '@WebProfiler/Profiler/ajax_layout.html.twig' : '@WebProfiler/Profiler/layout.html.twig' %} + +{% import _self as helper %} + +{% block toolbar %} + {% if collector.querycount > 0 or collector.invalidEntityCount > 0 %} + + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + {% set icon %} + {% if profiler_markup_version == 1 %} + + \"Database\" + 50 %}sf-toolbar-status-yellow{% endif %}\">{{ collector.querycount }} + {% if collector.querycount > 0 %} + in {{ '%0.2f'|format(collector.time * 1000) }} ms + {% endif %} + {% if collector.invalidEntityCount > 0 %} + {{ collector.invalidEntityCount }} + {% endif %} + + {% else %} + + {% set status = collector.invalidEntityCount > 0 ? 'red' : collector.querycount > 50 ? 'yellow' %} + + {{ include('@Doctrine/Collector/icon.svg') }} + + {% if collector.querycount == 0 and collector.invalidEntityCount > 0 %} + {{ collector.invalidEntityCount }} + errors + {% else %} + {{ collector.querycount }} + + in + {{ '%0.2f'|format(collector.time * 1000) }} + ms + + {% endif %} + + {% endif %} + {% endset %} + + {% set text %} +
+ Database Queries + 50 ? 'sf-toolbar-status-yellow' : '' }}\">{{ collector.querycount }} +
+
+ Query time + {{ '%0.2f'|format(collector.time * 1000) }} ms +
+
+ Invalid entities + 0 ? 'sf-toolbar-status-red' : '' }}\">{{ collector.invalidEntityCount }} +
+ {% if collector.cacheEnabled %} +
+ Cache hits + {{ collector.cacheHitsCount }} +
+
+ Cache misses + 0 ? 'sf-toolbar-status-yellow' : '' }}\">{{ collector.cacheMissesCount }} +
+
+ Cache puts + 0 ? 'sf-toolbar-status-yellow' : '' }}\">{{ collector.cachePutsCount }} +
+ {% else %} +
+ Second Level Cache + disabled +
+ {% endif %} + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status|default('') }) }} + + {% endif %} +{% endblock %} + +{% block menu %} + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + {% if profiler_markup_version == 1 %} + + + \"\" + Doctrine + + {{ collector.querycount }} + {{ '%0.0f'|format(collector.time * 1000) }} ms + + + + {% else %} + + 0 ? 'label-status-error' }} {{ collector.querycount == 0 ? 'disabled' }}\"> + {{ include('@Doctrine/Collector/icon.svg') }} + Doctrine + {% if collector.invalidEntityCount %} + + {{ collector.invalidEntityCount }} + + {% endif %} + + + {% endif %} +{% endblock %} + +{% block panel %} + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + {% if 'explain' == page %} + {{ render(controller('DoctrineBundle:Profiler:explain', { + token: token, + panel: 'db', + connectionName: request.query.get('connection'), + query: request.query.get('query') + })) }} + {% else %} + {{ block('queries') }} + {% endif %} +{% endblock %} + +{% block queries %} + + + {% if profiler_markup_version > 1 %} +

Query Metrics

+ +
+
+ {{ collector.querycount }} + Database Queries +
+ +
+ {{ collector.groupedQueryCount }} + Different statements +
+ +
+ {{ '%0.2f'|format(collector.time * 1000) }} ms + Query time +
+ +
+ {{ collector.invalidEntityCount }} + Invalid entities +
+ + {% if collector.cacheEnabled %} +
+ \t{{ collector.cacheHitsCount }} + \tCache hits +
+
+ \t{{ collector.cacheMissesCount }} + \tCache misses +
+
+ \t{{ collector.cachePutsCount }} + \tCache puts +
+ {% endif %} +
+ {% endif %} + + {% set group_queries = request.query.getBoolean('group') %} + {% if group_queries %} +

Grouped Statements

+

Show all queries

+ {% else %} +

Queries

+

Group similar statements

+ {% endif %} + + {% for connection, queries in collector.queries %} + {% if collector.connections|length > 1 %} +

{{ connection }} connection

+ {% endif %} + + {% if queries is empty %} +
+

No database queries were performed.

+
+ {% else %} + {% if group_queries %} + {% set queries = collector.groupedQueries[connection] %} + {% endif %} + + + + {% if group_queries %} + + + {% else %} + + + {% endif %} + + + + + {% for i, query in queries %} + {% set i = group_queries ? query.index : i %} + + {% if group_queries %} + + + {% else %} + + + {% endif %} + + + {% endfor %} + +
TimeCount#TimeInfo
+ + {{ '%0.2f'|format(query.executionMS * 1000) }} ms
({{ '%0.2f'|format(query.executionPercent) }}%)
+
{{ query.count }}{{ loop.index }}{{ '%0.2f'|format(query.executionMS * 1000) }} ms + {{ query.sql|doctrine_pretty_query(highlight_only = true) }} + +
+ Parameters: {{ profiler_dump(query.params, 2) }} +
+ +
+ View formatted query + +    + + View runnable query + + {% if query.explainable %} +    + Explain query + {% endif %} +
+ +
+ {{ query.sql|doctrine_pretty_query }} +
+ +
+ {{ (query.sql ~ ';')|doctrine_replace_query_parameters(query.params)|doctrine_pretty_query(highlight_only = true) }} +
+ + {% if query.explainable %} +
+ {% endif %} +
+ {% endif %} + {% endfor %} + +

Database Connections

+ + {% if not collector.connections %} +
+

There are no configured database connections.

+
+ {% else %} + {{ helper.render_simple_table('Name', 'Service', collector.connections) }} + {% endif %} + +

Entity Managers

+ + {% if not collector.managers %} +
+

There are no configured entity managers.

+
+ {% else %} + {{ helper.render_simple_table('Name', 'Service', collector.managers) }} + {% endif %} + +

Second Level Cache

+ + {% if not collector.cacheEnabled %} +
+

Second Level Cache is not enabled.

+
+ {% else %} + {% if not collector.cacheCounts %} +
+

Second level cache information is not available.

+
+ {% else %} + {% if profiler_markup_version == 1 %} + {{ helper.render_simple_table('Key', 'Value', collector.cacheCounts) }} + {% else %} +
+
+ {{ collector.cacheCounts.hits }} + Hits +
+ +
+ {{ collector.cacheCounts.misses }} + Misses +
+ +
+ {{ collector.cacheCounts.puts }} + Puts +
+
+ {% endif %} + + {% if collector.cacheRegions.hits %} +

Number of cache hits

+ {{ helper.render_simple_table('Region', 'Hits', collector.cacheRegions.hits) }} + {% endif %} + + {% if collector.cacheRegions.misses %} +

Number of cache misses

+ {{ helper.render_simple_table('Region', 'Misses', collector.cacheRegions.misses) }} + {% endif %} + + {% if collector.cacheRegions.puts %} +

Number of cache puts

+ {{ helper.render_simple_table('Region', 'Puts', collector.cacheRegions.puts) }} + {% endif %} + {% endif %} + {% endif %} + +

Entities Mapping

+ + {% for manager, classes in collector.entities %} + {% if collector.managers|length > 1 %} +

{{ manager }} entity manager

+ {% endif %} + + {% if classes is empty %} +
+

No loaded entities.

+
+ {% else %} + + + + + + + + + {% for class in classes %} + {% set contains_errors = collector.mappingErrors[manager] is defined and collector.mappingErrors[manager][class] is defined %} + + + + + {% endfor %} + +
ClassMapping errors
{{ class }} + {% if contains_errors %} +
    + {% for error in collector.mappingErrors[manager][class] %} +
  • {{ error }}
  • + {% endfor %} +
+ {% else %} + No errors. + {% endif %} +
+ {% endif %} + {% endfor %} + + +{% endblock %} + +{% macro render_simple_table(label1, label2, data) %} + + + + + + + + + {% for key, value in data %} + + + + + {% endfor %} + +
{{ label1 }}{{ label2 }}
{{ key }}{{ value }}
+{% endmacro %} +", "@Doctrine/Collector/db.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig"); + } +} diff --git a/var/cache/dev/twig/36/36c8068b168225e952cf61133dd2e90aafb10fdede0b2c8780fa79c90f3e3026.php b/var/cache/dev/twig/36/36c8068b168225e952cf61133dd2e90aafb10fdede0b2c8780fa79c90f3e3026.php new file mode 100644 index 00000000..a8e7fb46 --- /dev/null +++ b/var/cache/dev/twig/36/36c8068b168225e952cf61133dd2e90aafb10fdede0b2c8780fa79c90f3e3026.php @@ -0,0 +1,72 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/form.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/form.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/form.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg"); + } +} diff --git a/var/cache/dev/twig/37/3789735044c87234bb6cceffb59597e4277e58d0afdaa30b039a1519254a6b67.php b/var/cache/dev/twig/37/3789735044c87234bb6cceffb59597e4277e58d0afdaa30b039a1519254a6b67.php new file mode 100644 index 00000000..2b3f9437 --- /dev/null +++ b/var/cache/dev/twig/37/3789735044c87234bb6cceffb59597e4277e58d0afdaa30b039a1519254a6b67.php @@ -0,0 +1,66 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/menu.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/menu.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/menu.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg"); + } +} diff --git a/var/cache/dev/twig/37/37cac3576031e568e0192e44df3c6f3a92401a12493631035fe383479393e56e.php b/var/cache/dev/twig/37/37cac3576031e568e0192e44df3c6f3a92401a12493631035fe383479393e56e.php new file mode 100644 index 00000000..63adedaf --- /dev/null +++ b/var/cache/dev/twig/37/37cac3576031e568e0192e44df3c6f3a92401a12493631035fe383479393e56e.php @@ -0,0 +1,1006 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/base_js.html.twig")); + + // line 1 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/base_js.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 343 => 285, 310 => 255, 304 => 252, 300 => 251, 294 => 248, 290 => 247, 279 => 238, 277 => 237, 43 => 5, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" +", "@WebProfiler/Profiler/base_js.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig"); + } +} diff --git a/var/cache/dev/twig/3e/3ef3aa2311dc37cc91551035001bb58ced3178a1e244b138e00aec9c0560ffbc.php b/var/cache/dev/twig/3e/3ef3aa2311dc37cc91551035001bb58ced3178a1e244b138e00aec9c0560ffbc.php new file mode 100644 index 00000000..526ed7a6 --- /dev/null +++ b/var/cache/dev/twig/3e/3ef3aa2311dc37cc91551035001bb58ced3178a1e244b138e00aec9c0560ffbc.php @@ -0,0 +1,997 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/request.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/request.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + ob_start(); + // line 5 + echo " "; + $macros["helper"] = $this; + // line 6 + echo " "; + echo twig_call_macro($macros["helper"], "macro_set_handler", [twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "controller", [], "any", false, false, false, 6)], 6, $context, $this->getSourceContext()); + echo " + "; + $context["request_handler"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 8 + echo " + "; + // line 9 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 9, $this->source); })()), "redirect", [], "any", false, false, false, 9)) { + // line 10 + echo " "; + ob_start(); + // line 11 + echo " "; + $macros["helper"] = $this; + // line 12 + echo " "; + echo twig_call_macro($macros["helper"], "macro_set_handler", [twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 12, $this->source); })()), "redirect", [], "any", false, false, false, 12), "controller", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 12, $this->source); })()), "redirect", [], "any", false, false, false, 12), "route", [], "any", false, false, false, 12), ((("GET" != twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 12, $this->source); })()), "redirect", [], "any", false, false, false, 12), "method", [], "any", false, false, false, 12))) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 12, $this->source); })()), "redirect", [], "any", false, false, false, 12), "method", [], "any", false, false, false, 12)) : (""))], 12, $context, $this->getSourceContext()); + echo " + "; + $context["redirect_handler"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 14 + echo " "; + } + // line 15 + echo " + "; + // line 16 + if (((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "forward", [], "any", true, true, false, 16)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "forward", [], "any", false, false, false, 16), false)) : (false))) { + // line 17 + echo " "; + ob_start(); + // line 18 + echo " "; + $macros["helper"] = $this; + // line 19 + echo " "; + echo twig_call_macro($macros["helper"], "macro_set_handler", [twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "forward", [], "any", false, false, false, 19), "controller", [], "any", false, false, false, 19)], 19, $context, $this->getSourceContext()); + echo " + "; + $context["forward_handler"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 21 + echo " "; + } + // line 22 + echo " + "; + // line 23 + $context["request_status_code_color"] = (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 23, $this->source); })()), "statuscode", [], "any", false, false, false, 23) >= 400)) ? ("red") : ((((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 23, $this->source); })()), "statuscode", [], "any", false, false, false, 23) >= 300)) ? ("yellow") : ("green")))); + // line 24 + echo " + "; + // line 25 + ob_start(); + // line 26 + echo " env, (isset($context["request_status_code_color"]) || array_key_exists("request_status_code_color", $context) ? $context["request_status_code_color"] : (function () { throw new RuntimeError('Variable "request_status_code_color" does not exist.', 26, $this->source); })()), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 26, $this->source); })()), "statuscode", [], "any", false, false, false, 26), "html", null, true); + echo " + "; + // line 27 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 27, $this->source); })()), "route", [], "any", false, false, false, 27)) { + // line 28 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 28, $this->source); })()), "redirect", [], "any", false, false, false, 28)) { + echo twig_include($this->env, $context, "@WebProfiler/Icon/redirect.svg"); + } + // line 29 + echo " "; + if (((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "forward", [], "any", true, true, false, 29)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "forward", [], "any", false, false, false, 29), false)) : (false))) { + echo twig_include($this->env, $context, "@WebProfiler/Icon/forward.svg"); + } + // line 30 + echo " "; + ((("GET" != twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 30, $this->source); })()), "method", [], "any", false, false, false, 30))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 30, $this->source); })()), "method", [], "any", false, false, false, 30), "html", null, true))) : (print (""))); + echo " @ + "; + // line 31 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 31, $this->source); })()), "route", [], "any", false, false, false, 31), "html", null, true); + echo " + "; + } + // line 33 + echo " "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 34 + echo " + "; + // line 35 + ob_start(); + // line 36 + echo "
+
+ HTTP status + "; + // line 39 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 39, $this->source); })()), "statuscode", [], "any", false, false, false, 39), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 39, $this->source); })()), "statustext", [], "any", false, false, false, 39), "html", null, true); + echo " +
+ + "; + // line 42 + if (("GET" != twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 42, $this->source); })()), "method", [], "any", false, false, false, 42))) { + // line 43 + echo "
+ Method + "; + // line 45 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 45, $this->source); })()), "method", [], "any", false, false, false, 45), "html", null, true); + echo " +
"; + } + // line 48 + echo " +
+ Controller + "; + // line 51 + echo twig_escape_filter($this->env, (isset($context["request_handler"]) || array_key_exists("request_handler", $context) ? $context["request_handler"] : (function () { throw new RuntimeError('Variable "request_handler" does not exist.', 51, $this->source); })()), "html", null, true); + echo " +
+ + "; + // line 54 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "controller", [], "any", false, true, false, 54), "class", [], "any", true, true, false, 54)) { + // line 55 + echo "
+ Controller class + "; + // line 57 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "controller", [], "any", false, false, false, 57), "class", [], "any", false, false, false, 57), "html", null, true); + echo " +
"; + } + // line 60 + echo " +
+ Route name + "; + // line 63 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "route", [], "any", true, true, false, 63)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "route", [], "any", false, false, false, 63), "NONE")) : ("NONE")), "html", null, true); + echo " +
+ +
+ Has session + "; + // line 68 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 68, $this->source); })()), "sessionmetadata", [], "any", false, false, false, 68))) { + echo "yes"; + } else { + echo "no"; + } + echo " +
+
+ + "; + // line 72 + if ((isset($context["redirect_handler"]) || array_key_exists("redirect_handler", $context))) { + // line 73 + echo "
+
+ + "; + // line 76 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 76, $this->source); })()), "redirect", [], "any", false, false, false, 76), "status_code", [], "any", false, false, false, 76), "html", null, true); + echo " + Redirect from + + + "; + // line 80 + echo twig_escape_filter($this->env, (isset($context["redirect_handler"]) || array_key_exists("redirect_handler", $context) ? $context["redirect_handler"] : (function () { throw new RuntimeError('Variable "redirect_handler" does not exist.', 80, $this->source); })()), "html", null, true); + echo " + (env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 81, $this->source); })()), "redirect", [], "any", false, false, false, 81), "token", [], "any", false, false, false, 81)]), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 81, $this->source); })()), "redirect", [], "any", false, false, false, 81), "token", [], "any", false, false, false, 81), "html", null, true); + echo ") + +
+
+ "; + } + // line 86 + echo " + "; + // line 87 + if ((isset($context["forward_handler"]) || array_key_exists("forward_handler", $context))) { + // line 88 + echo " + "; + } + // line 98 + echo " "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 99 + echo " + "; + // line 100 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 100, $this->source); })())]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 103 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 104 + echo " + "; + // line 105 + echo twig_include($this->env, $context, "@WebProfiler/Icon/request.svg"); + echo " + Request / Response + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 110 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 111 + echo "
+
+

Request

+ +
+

GET Parameters

+ + "; + // line 118 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 118, $this->source); })()), "requestquery", [], "any", false, false, false, 118), "all", [], "any", false, false, false, 118))) { + // line 119 + echo "
+

No GET parameters

+
+ "; + } else { + // line 123 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 123, $this->source); })()), "requestquery", [], "any", false, false, false, 123)], false); + echo " + "; + } + // line 125 + echo " +

POST Parameters

+ + "; + // line 128 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 128, $this->source); })()), "requestrequest", [], "any", false, false, false, 128), "all", [], "any", false, false, false, 128))) { + // line 129 + echo "
+

No POST parameters

+
+ "; + } else { + // line 133 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 133, $this->source); })()), "requestrequest", [], "any", false, false, false, 133)], false); + echo " + "; + } + // line 135 + echo " +

Request Attributes

+ + "; + // line 138 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 138, $this->source); })()), "requestattributes", [], "any", false, false, false, 138), "all", [], "any", false, false, false, 138))) { + // line 139 + echo "
+

No attributes

+
+ "; + } else { + // line 143 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 143, $this->source); })()), "requestattributes", [], "any", false, false, false, 143)], false); + echo " + "; + } + // line 145 + echo " +

Cookies

+ + "; + // line 148 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 148, $this->source); })()), "requestcookies", [], "any", false, false, false, 148), "all", [], "any", false, false, false, 148))) { + // line 149 + echo "
+

No cookies

+
+ "; + } else { + // line 153 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 153, $this->source); })()), "requestcookies", [], "any", false, false, false, 153)], false); + echo " + "; + } + // line 155 + echo " +

Request Headers

+ "; + // line 157 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 157, $this->source); })()), "requestheaders", [], "any", false, false, false, 157), "labels" => [0 => "Header", 1 => "Value"]], false); + echo " + +

Request Content

+ + "; + // line 161 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 161, $this->source); })()), "content", [], "any", false, false, false, 161) == false)) { + // line 162 + echo "
+

Request content not available (it was retrieved as a resource).

+
+ "; + } elseif (twig_get_attribute($this->env, $this->source, // line 165 +(isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 165, $this->source); })()), "content", [], "any", false, false, false, 165)) { + // line 166 + echo "
+
";
+            // line 167
+            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 167, $this->source); })()), "content", [], "any", false, false, false, 167), "html", null, true);
+            echo "
+
+ "; + } else { + // line 170 + echo "
+

No content

+
+ "; + } + // line 174 + echo " +

Server Parameters

+ "; + // line 176 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 176, $this->source); })()), "requestserver", [], "any", false, false, false, 176)], false); + echo " +
+
+ +
+

Response

+ +
+

Response Headers

+ + "; + // line 186 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 186, $this->source); })()), "responseheaders", [], "any", false, false, false, 186), "labels" => [0 => "Header", 1 => "Value"]], false); + echo " +
+
+ +
env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 190, $this->source); })()), "sessionmetadata", [], "any", false, false, false, 190))) ? ("disabled") : ("")); + echo "\"> +

Session

+ +
+

Session Metadata

+ + "; + // line 196 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 196, $this->source); })()), "sessionmetadata", [], "any", false, false, false, 196))) { + // line 197 + echo "
+

No session metadata

+
+ "; + } else { + // line 201 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/table.html.twig", ["data" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 201, $this->source); })()), "sessionmetadata", [], "any", false, false, false, 201)], false); + echo " + "; + } + // line 203 + echo " +

Session Attributes

+ + "; + // line 206 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 206, $this->source); })()), "sessionattributes", [], "any", false, false, false, 206))) { + // line 207 + echo "
+

No session attributes

+
+ "; + } else { + // line 211 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/table.html.twig", ["data" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 211, $this->source); })()), "sessionattributes", [], "any", false, false, false, 211), "labels" => [0 => "Attribute", 1 => "Value"]], false); + echo " + "; + } + // line 213 + echo "
+
+ +
env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 216, $this->source); })()), "flashes", [], "any", false, false, false, 216))) ? ("disabled") : ("")); + echo "\"> +

Flashes

+ +
+

Flashes

+ + "; + // line 222 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 222, $this->source); })()), "flashes", [], "any", false, false, false, 222))) { + // line 223 + echo "
+

No flash messages were created.

+
+ "; + } else { + // line 227 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/table.html.twig", ["data" => twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 227, $this->source); })()), "flashes", [], "any", false, false, false, 227)], false); + echo " + "; + } + // line 229 + echo "
+
+ + "; + // line 232 + if (twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 232, $this->source); })()), "parent", [], "any", false, false, false, 232)) { + // line 233 + echo "
+

Parent Request

+ +
+

+ env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 238, $this->source); })()), "parent", [], "any", false, false, false, 238), "token", [], "any", false, false, false, 238)]), "html", null, true); + echo "\">Return to parent request + (token = "; + // line 239 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 239, $this->source); })()), "parent", [], "any", false, false, false, 239), "token", [], "any", false, false, false, 239), "html", null, true); + echo ") +

+ + "; + // line 242 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 242, $this->source); })()), "parent", [], "any", false, false, false, 242), "getcollector", [0 => "request"], "method", false, false, false, 242), "requestattributes", [], "any", false, false, false, 242)], false); + echo " +
+
+ "; + } + // line 246 + echo " + "; + // line 247 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 247, $this->source); })()), "children", [], "any", false, false, false, 247))) { + // line 248 + echo "
+

Sub Requests "; + // line 249 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 249, $this->source); })()), "children", [], "any", false, false, false, 249)), "html", null, true); + echo "

+ +
+ "; + // line 252 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 252, $this->source); })()), "children", [], "any", false, false, false, 252)); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 253 + echo "

+ env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, $context["child"], "token", [], "any", false, false, false, 254)]), "html", null, true); + echo "\">"; + // line 255 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child"], "getcollector", [0 => "request"], "method", false, false, false, 255), "requestattributes", [], "any", false, false, false, 255), "get", [0 => "_controller"], "method", false, false, false, 255), "html", null, true); + // line 256 + echo " + (token = "; + // line 257 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child"], "token", [], "any", false, false, false, 257), "html", null, true); + echo ") +

+ + "; + // line 260 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/bag.html.twig", ["bag" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child"], "getcollector", [0 => "request"], "method", false, false, false, 260), "requestattributes", [], "any", false, false, false, 260)], false); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 262 + echo "
+
+ "; + } + // line 265 + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 268 + public function macro_set_handler($__controller__ = null, $__route__ = null, $__method__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "controller" => $__controller__, + "route" => $__route__, + "method" => $__method__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "set_handler")); + + // line 269 + echo " "; + if (twig_get_attribute($this->env, $this->source, ($context["controller"] ?? null), "class", [], "any", true, true, false, 269)) { + // line 270 + if ((((isset($context["method"]) || array_key_exists("method", $context))) ? (_twig_default_filter((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 270, $this->source); })()), false)) : (false))) { + echo ""; + echo twig_escape_filter($this->env, (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 270, $this->source); })()), "html", null, true); + echo ""; + } + // line 271 + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 271, $this->source); })()), "file", [], "any", false, false, false, 271), twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 271, $this->source); })()), "line", [], "any", false, false, false, 271)); + // line 272 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 272, $this->source); })())) { + echo "env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 272, $this->source); })()), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 272, $this->source); })()), "file", [], "any", false, false, false, 272), "html", null, true); + echo "\">"; + } else { + echo ""; + } + // line 274 + if ((((isset($context["route"]) || array_key_exists("route", $context))) ? (_twig_default_filter((isset($context["route"]) || array_key_exists("route", $context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.', 274, $this->source); })()), false)) : (false))) { + // line 275 + echo "@"; + echo twig_escape_filter($this->env, (isset($context["route"]) || array_key_exists("route", $context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.', 275, $this->source); })()), "html", null, true); + } else { + // line 277 + echo twig_escape_filter($this->env, strip_tags($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 277, $this->source); })()), "class", [], "any", false, false, false, 277))), "html", null, true); + // line 278 + ((twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 278, $this->source); })()), "method", [], "any", false, false, false, 278)) ? (print (twig_escape_filter($this->env, (" :: " . twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 278, $this->source); })()), "method", [], "any", false, false, false, 278)), "html", null, true))) : (print (""))); + } + // line 281 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 281, $this->source); })())) { + echo ""; + } else { + echo "
"; + } + } else { + // line 283 + echo ""; + echo twig_escape_filter($this->env, (((isset($context["route"]) || array_key_exists("route", $context))) ? (_twig_default_filter((isset($context["route"]) || array_key_exists("route", $context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.', 283, $this->source); })()), (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 283, $this->source); })()))) : ((isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 283, $this->source); })()))), "html", null, true); + echo ""; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/request.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 679 => 283, 672 => 281, 669 => 278, 667 => 277, 663 => 275, 661 => 274, 651 => 272, 649 => 271, 643 => 270, 640 => 269, 622 => 268, 614 => 265, 609 => 262, 601 => 260, 595 => 257, 592 => 256, 590 => 255, 587 => 254, 584 => 253, 580 => 252, 574 => 249, 571 => 248, 569 => 247, 566 => 246, 559 => 242, 553 => 239, 549 => 238, 542 => 233, 540 => 232, 535 => 229, 529 => 227, 523 => 223, 521 => 222, 512 => 216, 507 => 213, 501 => 211, 495 => 207, 493 => 206, 488 => 203, 482 => 201, 476 => 197, 474 => 196, 465 => 190, 458 => 186, 445 => 176, 441 => 174, 435 => 170, 429 => 167, 426 => 166, 424 => 165, 419 => 162, 417 => 161, 410 => 157, 406 => 155, 400 => 153, 394 => 149, 392 => 148, 387 => 145, 381 => 143, 375 => 139, 373 => 138, 368 => 135, 362 => 133, 356 => 129, 354 => 128, 349 => 125, 343 => 123, 337 => 119, 335 => 118, 326 => 111, 319 => 110, 308 => 105, 305 => 104, 298 => 103, 289 => 100, 286 => 99, 283 => 98, 273 => 93, 269 => 92, 263 => 88, 261 => 87, 258 => 86, 248 => 81, 244 => 80, 237 => 76, 232 => 73, 230 => 72, 219 => 68, 211 => 63, 206 => 60, 201 => 57, 197 => 55, 195 => 54, 189 => 51, 184 => 48, 179 => 45, 175 => 43, 173 => 42, 165 => 39, 160 => 36, 158 => 35, 155 => 34, 152 => 33, 147 => 31, 142 => 30, 137 => 29, 132 => 28, 130 => 27, 123 => 26, 121 => 25, 118 => 24, 116 => 23, 113 => 22, 110 => 21, 104 => 19, 101 => 18, 98 => 17, 96 => 16, 93 => 15, 90 => 14, 84 => 12, 81 => 11, 78 => 10, 76 => 9, 73 => 8, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% set request_handler %} + {% import _self as helper %} + {{ helper.set_handler(collector.controller) }} + {% endset %} + + {% if collector.redirect %} + {% set redirect_handler %} + {% import _self as helper %} + {{ helper.set_handler(collector.redirect.controller, collector.redirect.route, 'GET' != collector.redirect.method ? collector.redirect.method) }} + {% endset %} + {% endif %} + + {% if collector.forward|default(false) %} + {% set forward_handler %} + {% import _self as helper %} + {{ helper.set_handler(collector.forward.controller) }} + {% endset %} + {% endif %} + + {% set request_status_code_color = (collector.statuscode >= 400) ? 'red' : (collector.statuscode >= 300) ? 'yellow' : 'green' %} + + {% set icon %} + {{ collector.statuscode }} + {% if collector.route %} + {% if collector.redirect %}{{ include('@WebProfiler/Icon/redirect.svg') }}{% endif %} + {% if collector.forward|default(false) %}{{ include('@WebProfiler/Icon/forward.svg') }}{% endif %} + {{ 'GET' != collector.method ? collector.method }} @ + {{ collector.route }} + {% endif %} + {% endset %} + + {% set text %} +
+
+ HTTP status + {{ collector.statuscode }} {{ collector.statustext }} +
+ + {% if 'GET' != collector.method -%} +
+ Method + {{ collector.method }} +
+ {%- endif %} + +
+ Controller + {{ request_handler }} +
+ + {% if collector.controller.class is defined -%} +
+ Controller class + {{ collector.controller.class }} +
+ {%- endif %} + +
+ Route name + {{ collector.route|default('NONE') }} +
+ +
+ Has session + {% if collector.sessionmetadata|length %}yes{% else %}no{% endif %} +
+
+ + {% if redirect_handler is defined -%} +
+
+ + {{ collector.redirect.status_code }} + Redirect from + + + {{ redirect_handler }} + ({{ collector.redirect.token }}) + +
+
+ {% endif %} + + {% if forward_handler is defined %} +
+
+ Forwarded to + + {{ forward_handler }} + ({{ collector.forward.token }}) + +
+
+ {% endif %} + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/request.svg') }} + Request / Response + +{% endblock %} + +{% block panel %} +
+
+

Request

+ +
+

GET Parameters

+ + {% if collector.requestquery.all is empty %} +
+

No GET parameters

+
+ {% else %} + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestquery }, with_context = false) }} + {% endif %} + +

POST Parameters

+ + {% if collector.requestrequest.all is empty %} +
+

No POST parameters

+
+ {% else %} + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestrequest }, with_context = false) }} + {% endif %} + +

Request Attributes

+ + {% if collector.requestattributes.all is empty %} +
+

No attributes

+
+ {% else %} + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestattributes }, with_context = false) }} + {% endif %} + +

Cookies

+ + {% if collector.requestcookies.all is empty %} +
+

No cookies

+
+ {% else %} + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestcookies }, with_context = false) }} + {% endif %} + +

Request Headers

+ {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestheaders, labels: ['Header', 'Value'] }, with_context = false) }} + +

Request Content

+ + {% if collector.content == false %} +
+

Request content not available (it was retrieved as a resource).

+
+ {% elseif collector.content %} +
+
{{ collector.content }}
+
+ {% else %} +
+

No content

+
+ {% endif %} + +

Server Parameters

+ {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.requestserver }, with_context = false) }} +
+
+ +
+

Response

+ +
+

Response Headers

+ + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: collector.responseheaders, labels: ['Header', 'Value'] }, with_context = false) }} +
+
+ +
+

Session

+ +
+

Session Metadata

+ + {% if collector.sessionmetadata is empty %} +
+

No session metadata

+
+ {% else %} + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.sessionmetadata }, with_context = false) }} + {% endif %} + +

Session Attributes

+ + {% if collector.sessionattributes is empty %} +
+

No session attributes

+
+ {% else %} + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.sessionattributes, labels: ['Attribute', 'Value'] }, with_context = false) }} + {% endif %} +
+
+ +
+

Flashes

+ +
+

Flashes

+ + {% if collector.flashes is empty %} +
+

No flash messages were created.

+
+ {% else %} + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.flashes }, with_context = false) }} + {% endif %} +
+
+ + {% if profile.parent %} +
+

Parent Request

+ +
+

+ Return to parent request + (token = {{ profile.parent.token }}) +

+ + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: profile.parent.getcollector('request').requestattributes }, with_context = false) }} +
+
+ {% endif %} + + {% if profile.children|length %} +
+

Sub Requests {{ profile.children|length }}

+ +
+ {% for child in profile.children %} +

+ + {{- child.getcollector('request').requestattributes.get('_controller') -}} + + (token = {{ child.token }}) +

+ + {{ include('@WebProfiler/Profiler/bag.html.twig', { bag: child.getcollector('request').requestattributes }, with_context = false) }} + {% endfor %} +
+
+ {% endif %} +
+{% endblock %} + +{% macro set_handler(controller, route, method) %} + {% if controller.class is defined -%} + {%- if method|default(false) %}{{ method }}{% endif -%} + {%- set link = controller.file|file_link(controller.line) %} + {%- if link %}{% else %}{% endif %} + + {%- if route|default(false) -%} + @{{ route }} + {%- else -%} + {{- controller.class|abbr_class|striptags -}} + {{- controller.method ? ' :: ' ~ controller.method -}} + {%- endif -%} + + {%- if link %}{% else %}
{% endif %} + {%- else -%} + {{ route|default(controller) }} + {%- endif %} +{% endmacro %} +", "@WebProfiler/Collector/request.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig"); + } +} diff --git a/var/cache/dev/twig/3f/3f3e29a99e0f9047fb0b9265d737abdc0e11191b151a91548fd587fa99b73c67.php b/var/cache/dev/twig/3f/3f3e29a99e0f9047fb0b9265d737abdc0e11191b151a91548fd587fa99b73c67.php new file mode 100644 index 00000000..73f65142 --- /dev/null +++ b/var/cache/dev/twig/3f/3f3e29a99e0f9047fb0b9265d737abdc0e11191b151a91548fd587fa99b73c67.php @@ -0,0 +1,853 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/header.html.twig")); + + // line 1 + echo " + + + + +
+
+ + + "; + // line 24 + if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 24, $this->source); })()), "info", [], "any", false, false, false, 24), "office_important_note_active", [], "any", false, false, false, 24) == 1)) { + // line 25 + echo " + "; + } + // line 42 + echo " + + +
+
+ + +
+ + +
+
+ + + + + + + + env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/wlogo.png"), "html", null, true); + echo "\" alt=\"Stern Tours\"> + + +
+ +
+
+
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/header.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 392 => 197, 385 => 196, 380 => 193, 369 => 188, 363 => 187, 360 => 186, 354 => 182, 352 => 181, 349 => 180, 347 => 179, 343 => 178, 336 => 174, 330 => 173, 322 => 168, 318 => 167, 315 => 166, 313 => 165, 310 => 164, 305 => 163, 289 => 150, 263 => 127, 252 => 118, 245 => 116, 237 => 114, 233 => 112, 231 => 111, 225 => 110, 222 => 109, 218 => 108, 214 => 106, 210 => 104, 206 => 102, 204 => 101, 190 => 91, 186 => 89, 182 => 87, 180 => 86, 169 => 77, 162 => 75, 154 => 73, 150 => 71, 148 => 70, 142 => 69, 139 => 68, 135 => 67, 131 => 65, 127 => 63, 123 => 61, 121 => 60, 110 => 53, 106 => 51, 102 => 49, 100 => 48, 92 => 42, 85 => 38, 77 => 33, 67 => 25, 65 => 24, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + + +
+
+ + + {% if content.info.office_important_note_active == 1 %} + + {% endif %} + + + +
+
+ + +
+ + +
+
+ + + + + + + + \"Stern + + +
+ +
+
+
+
+", "default/components/header.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/header.html.twig"); + } +} diff --git a/var/cache/dev/twig/44/4468330840bbc6cfcd83b6b4c443547f8da441ae79fb5c4052379d58e3b588cb.php b/var/cache/dev/twig/44/4468330840bbc6cfcd83b6b4c443547f8da441ae79fb5c4052379d58e3b588cb.php new file mode 100644 index 00000000..72701ee0 --- /dev/null +++ b/var/cache/dev/twig/44/4468330840bbc6cfcd83b6b4c443547f8da441ae79fb5c4052379d58e3b588cb.php @@ -0,0 +1,152 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/breadcrumb.html.twig")); + + // line 1 + if ( !twig_test_empty((isset($context["breadcrumb_entries"]) || array_key_exists("breadcrumb_entries", $context) ? $context["breadcrumb_entries"] : (function () { throw new RuntimeError('Variable "breadcrumb_entries" does not exist.', 1, $this->source); })()))) { + // line 2 + echo "
+
    +
  1. + env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "getSchemeAndHttpHost", [], "method", false, false, false, 5), "html", null, true); + echo "\"> + STERN TOURS + +
  2. + "; + // line 9 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["breadcrumb_entries"]) || array_key_exists("breadcrumb_entries", $context) ? $context["breadcrumb_entries"] : (function () { throw new RuntimeError('Variable "breadcrumb_entries" does not exist.', 9, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb_entry"]) { + // line 10 + echo " "; + // line 11 + echo "
  3. + env, twig_get_attribute($this->env, $this->source, $context["breadcrumb_entry"], "title", [], "any", false, false, false, 12), "html", null, true); + echo "\" href=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 12, $this->source); })()), "request", [], "any", false, false, false, 12), "getSchemeAndHttpHost", [], "method", false, false, false, 12), "html", null, true); + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["breadcrumb_entry"], "url", [], "any", false, false, false, 12), "html", null, true); + echo "\"> + "; + // line 13 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["breadcrumb_entry"], "title", [], "any", false, false, false, 13), "html", null, true); + echo " + + env, (twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 15) + 2), "html", null, true); + echo "\"> +
  4. + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb_entry'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 18 + echo "
+
+"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/breadcrumb.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 105 => 18, 88 => 15, 83 => 13, 76 => 12, 73 => 11, 71 => 10, 54 => 9, 47 => 5, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if breadcrumb_entries is not empty %} +
+
    +
  1. + + STERN TOURS + +
  2. + {% for breadcrumb_entry in breadcrumb_entries %} + {# @var breadcrumb_entry \\AppBundle\\Entity\\BreadcrumbEntry #} +
  3. + + {{ breadcrumb_entry.title }} + + +
  4. + {% endfor %} +
+
+{% endif %}", "default/components/breadcrumb.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/breadcrumb.html.twig"); + } +} diff --git a/var/cache/dev/twig/44/44c0bc2bd68b1e1d770f9afe72c57eda8abf8c10e3e784d151893dfc6bbdd80f.php b/var/cache/dev/twig/44/44c0bc2bd68b1e1d770f9afe72c57eda8abf8c10e3e784d151893dfc6bbdd80f.php new file mode 100644 index 00000000..36861744 --- /dev/null +++ b/var/cache/dev/twig/44/44c0bc2bd68b1e1d770f9afe72c57eda8abf8c10e3e784d151893dfc6bbdd80f.php @@ -0,0 +1,182 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/multiPageBoxCarousel.html.twig")); + + // line 1 + echo "
+ + "; + // line 3 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 3, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["page"]) { + // line 4 + echo "
+
+
+ +
+ "; + // line 9 + $this->loadTemplate("default/components/pageBoxImage.html.twig", "default/components/multiPageBoxCarousel.html.twig", 9)->display($context); + // line 10 + echo "
+
+ +
"; + // line 13 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["page"], "title", [], "any", false, false, false, 13), "html", null, true); + echo "
+ + "; + // line 15 + if ( !twig_test_empty((((twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", true, true, false, 15) && !(null === twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", false, false, false, 15)))) ? (twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", false, false, false, 15)) : (twig_get_attribute($this->env, $this->source, $context["page"], "description", [], "any", false, false, false, 15))))) { + // line 16 + echo "

"; + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", true, true, false, 16)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", false, false, false, 16), twig_get_attribute($this->env, $this->source, $context["page"], "description", [], "any", false, false, false, 16))) : (twig_get_attribute($this->env, $this->source, $context["page"], "description", [], "any", false, false, false, 16))), "html", null, true); + echo "

+ "; + } + // line 18 + echo " + "; + // line 19 + if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 19)) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 19), "lowestPrice", [], "any", false, false, false, 19) > 0))) { + // line 20 + echo "
+ Für "; + // line 21 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 21), "lowestPrice", [], "any", false, false, false, 21)), "html", null, true); + echo ",- € p.P. +
+ "; + } + // line 24 + echo " +
+ env, twig_get_attribute($this->env, $this->source, $context["page"], "urlPath", [], "any", false, false, false, 26), "html", null, true); + echo "\">ansehen +
+
+
+ "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 31 + echo " +
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/multiPageBoxCarousel.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 125 => 31, 106 => 26, 102 => 24, 96 => 21, 93 => 20, 91 => 19, 88 => 18, 82 => 16, 80 => 15, 75 => 13, 70 => 10, 68 => 9, 61 => 4, 44 => 3, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
+ + {% for page in pages %} +
+
+
+ +
+ {% include 'default/components/pageBoxImage.html.twig' %} +
+
+ +
{{ page.title }}
+ + {% if (page.boxBody ?? page.description) is not empty %} +

{{ page.boxBody|default(page.description) }}

+ {% endif %} + + {% if page.travelProgram is not empty and page.travelProgram.lowestPrice > 0 %} +
+ Für {{ page.travelProgram.lowestPrice|number_format }},- € p.P. +
+ {% endif %} + +
+ ansehen +
+
+
+ {% endfor %} + +
", "default/components/multiPageBoxCarousel.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/multiPageBoxCarousel.html.twig"); + } +} diff --git a/var/cache/dev/twig/48/48cd41f2aad0e2da087dfaeacc4bf2de8cb5fbe95369f8c37d642965e5d95d40.php b/var/cache/dev/twig/48/48cd41f2aad0e2da087dfaeacc4bf2de8cb5fbe95369f8c37d642965e5d95d40.php new file mode 100644 index 00000000..073863c0 --- /dev/null +++ b/var/cache/dev/twig/48/48cd41f2aad0e2da087dfaeacc4bf2de8cb5fbe95369f8c37d642965e5d95d40.php @@ -0,0 +1,330 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return $this->loadTemplate($this->extensions['AppBundle\Twig\AppExtension']->getBaseTemplate(), "default/pages/cms/travelGuide.html.twig", 1); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/cms/travelGuide.html.twig")); + + $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 4 + echo "
+ "; + // line 5 + if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 5, $this->source); })()), "travelGuideContentId", [], "any", false, false, false, 5)) { + // line 6 + echo " + +
+
+ "; + // line 23 + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 23, $this->source); })()), "content", [], "any", false, false, false, 23))); + echo " +
+
+ "; + // line 26 + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, (isset($context["travel_guide_content"]) || array_key_exists("travel_guide_content", $context) ? $context["travel_guide_content"] : (function () { throw new RuntimeError('Variable "travel_guide_content" does not exist.', 26, $this->source); })()), "fullText", [], "any", false, false, false, 26))); + echo " +
+
+ + + "; + } else { + // line 45 + echo " "; + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 45, $this->source); })()), "content", [], "any", false, false, false, 45))); + echo " + "; + } + // line 47 + echo "
+
+ "; + // line 49 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 49, $this->source); })()), "children", [], "any", false, false, false, 49))) { + // line 50 + echo "
+

"; + // line 51 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 51, $this->source); })()), "title", [], "any", false, false, false, 51), "html", null, true); + echo "

+
+ "; + // line 53 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 53, $this->source); })()), "children", [], "any", false, false, false, 53)); + foreach ($context['_seq'] as $context["_key"] => $context["child_page"]) { + // line 54 + echo " "; + if (twig_get_attribute($this->env, $this->source, $context["child_page"], "status", [], "any", false, false, false, 54)) { + // line 55 + echo "
+
+
+ "; + // line 58 + if ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 58, $this->source); })()), "slug", [], "any", false, false, false, 58) == "reisefuehrer")) { + // line 59 + echo "
+ "; + // line 60 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["child_page"], "boxImageUrl", [], "any", false, false, false, 60))) { + // line 61 + echo " "; + $context["image_url"] = twig_get_attribute($this->env, $this->source, $context["child_page"], "boxImageUrl", [], "any", false, false, false, 61); + // line 62 + echo " "; + $context["image_alt"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child_page"], "travelProgram", [], "any", false, true, false, 62), "title", [], "any", true, true, false, 62)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child_page"], "travelProgram", [], "any", false, true, false, 62), "title", [], "any", false, false, false, 62), twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 62, $this->source); })()), "title", [], "any", false, false, false, 62))) : (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 62, $this->source); })()), "title", [], "any", false, false, false, 62))); + // line 63 + echo " "; + } else { + // line 64 + echo " "; + $context["image_url"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/app/images/no-picture.png"); + // line 65 + echo " "; + $context["image_alt"] = "Kein Vorschaubild vorhanden"; + // line 66 + echo " "; + } + // line 67 + echo "
env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $this->extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image(twig_trim_filter((isset($context["image_url"]) || array_key_exists("image_url", $context) ? $context["image_url"] : (function () { throw new RuntimeError('Variable "image_url" does not exist.', 67, $this->source); })()), "/")), "cropResize", [0 => 960], "method", false, false, false, 67), "guess", [0 => 90], "method", false, false, false, 67), "html", null, true); + echo "\" style=\"background-image:url("; + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true); + echo "); height: 220px;\">
+ +
+ "; + } + // line 73 + echo "
+
"; + // line 74 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "title", [], "any", false, false, false, 74), "html", null, true); + echo "
+

"; + // line 75 + echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, $context["child_page"], "boxBody", [], "any", true, true, false, 75) && !(null === twig_get_attribute($this->env, $this->source, $context["child_page"], "boxBody", [], "any", false, false, false, 75)))) ? (twig_get_attribute($this->env, $this->source, $context["child_page"], "boxBody", [], "any", false, false, false, 75)) : (twig_get_attribute($this->env, $this->source, $context["child_page"], "description", [], "any", false, false, false, 75))), "html", null, true); + echo "

+
+ env, twig_get_attribute($this->env, $this->source, $context["child_page"], "urlPath", [], "any", false, false, false, 77), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "title", [], "any", false, false, false, 77), "html", null, true); + echo "\"> + "; + // line 78 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "title", [], "any", false, false, false, 78), "html", null, true); + echo " + +
+
+
+ "; + } + // line 84 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child_page'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 85 + echo "
+
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/cms/travelGuide.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 215 => 85, 209 => 84, 200 => 78, 194 => 77, 189 => 75, 185 => 74, 182 => 73, 175 => 69, 167 => 67, 164 => 66, 161 => 65, 158 => 64, 155 => 63, 152 => 62, 149 => 61, 147 => 60, 144 => 59, 142 => 58, 137 => 55, 134 => 54, 130 => 53, 125 => 51, 122 => 50, 120 => 49, 116 => 47, 110 => 45, 88 => 26, 82 => 23, 63 => 6, 61 => 5, 58 => 4, 51 => 3, 35 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends get_base_template() %} + +{% block body %} +
+ {% if(page.travelGuideContentId) %} + + +
+
+ {{ page.content|raw|keywords|lozad }} +
+
+ {{ travel_guide_content.fullText|raw|keywords|lozad }} +
+
+ + + {% else %} + {{ page.content|raw|keywords|lozad }} + {% endif %} +
+
+ {% if( page.children is not empty) %} +
+

{{ page.title }}

+
+ {% for child_page in page.children %} + {% if(child_page.status) %} +
+
+
+ {% if(page.slug == 'reisefuehrer' ) %} +
+ {% if child_page.boxImageUrl is not empty %} + {% set image_url = child_page.boxImageUrl %} + {% set image_alt = child_page.travelProgram.title|default(page.title) %} + {% else %} + {% set image_url = asset('/bundles/app/images/no-picture.png')%} + {% set image_alt = 'Kein Vorschaubild vorhanden' %} + {% endif %} +
+ +
+ {% endif %} +
+
{{ child_page.title }}
+

{{ child_page.boxBody ?? child_page.description }}

+
+ + {{ child_page.title }} + +
+
+
+ {% endif %} + {% endfor %} +
+
+ {% endif %} +{% endblock %}", "default/pages/cms/travelGuide.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/travelGuide.html.twig"); + } +} diff --git a/var/cache/dev/twig/49/49e0b6002e07f7cd519fe7903cf89d8fa9be6b19e72a0153e79a747a07c59304.php b/var/cache/dev/twig/49/49e0b6002e07f7cd519fe7903cf89d8fa9be6b19e72a0153e79a747a07c59304.php new file mode 100644 index 00000000..35b026da --- /dev/null +++ b/var/cache/dev/twig/49/49e0b6002e07f7cd519fe7903cf89d8fa9be6b19e72a0153e79a747a07c59304.php @@ -0,0 +1,70 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/twig.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/twig.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/twig.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/twig.svg"); + } +} diff --git a/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php b/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php new file mode 100644 index 00000000..03d064d4 --- /dev/null +++ b/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php @@ -0,0 +1,210 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'title' => [$this, 'block_title'], + 'head' => [$this, 'block_head'], + 'body' => [$this, 'block_body'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/layout.html.twig")); + + // line 1 + echo " + + + env, $this->env->getCharset(), "html", null, true); + echo "\" /> + + "; + // line 6 + $this->displayBlock('title', $context, $blocks); + echo " + env, $this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/framework/css/structure.css")), "html", null, true); + echo "\" rel=\"stylesheet\" /> + env, $this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/framework/css/body.css")), "html", null, true); + echo "\" rel=\"stylesheet\" /> + "; + // line 9 + $this->displayBlock('head', $context, $blocks); + // line 10 + echo " + +
+
+
+ \"Symfony\" +
+ +
+
+
+ + + + + +
+
+
+
+ +
+ "; + // line 40 + $this->displayBlock('body', $context, $blocks); + // line 41 + echo "
+
+ + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 6 + public function block_title($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 9 + public function block_head($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 40 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/layout.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 136 => 40, 124 => 9, 112 => 6, 101 => 41, 99 => 40, 67 => 10, 65 => 9, 61 => 8, 57 => 7, 53 => 6, 48 => 4, 43 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + + + {% block title %}{% endblock %} + + + {% block head %}{% endblock %} + + +
+
+
+ \"Symfony\" +
+ +
+
+
+ + + + + +
+
+
+
+ +
+ {% block body %}{% endblock %} +
+
+ + +", "@Twig/layout.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig"); + } +} diff --git a/var/cache/dev/twig/4f/4f49e64dfc2f326ba0141e6ccb1d12181b8b0f213c53f5e0753b25a0c8785a8a.php b/var/cache/dev/twig/4f/4f49e64dfc2f326ba0141e6ccb1d12181b8b0f213c53f5e0753b25a0c8785a8a.php new file mode 100644 index 00000000..22a877fb --- /dev/null +++ b/var/cache/dev/twig/4f/4f49e64dfc2f326ba0141e6ccb1d12181b8b0f213c53f5e0753b25a0c8785a8a.php @@ -0,0 +1,254 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'meta_description' => [$this, 'block_meta_description'], + 'meta_keywords' => [$this, 'block_meta_keywords'], + 'header2' => [$this, 'block_header2'], + 'breadcrumb' => [$this, 'block_breadcrumb'], + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/home.html.twig")); + + $this->parent = $this->loadTemplate("base.html.twig", "default/pages/home.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_meta_description($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description")); + + // line 4 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 6 + public function block_meta_keywords($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_keywords")); + + // line 7 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 10 + public function block_header2($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header2")); + + // line 11 + echo " "; + $this->loadTemplate("default/components/home/slider.html.twig", "default/pages/home.html.twig", 11)->display($context); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 13 + public function block_breadcrumb($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 15 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 16 + echo " +
+

Unsere beliebtesten Kulturreisen

+ +
+
+ "; + // line 22 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:offersCarousel")); + echo " +
+
+

Alle Reisekategorien auf einem Blick

+
+ + "; + // line 28 + $this->loadTemplate("default/components/multiPageBoxCarousel.html.twig", "default/pages/home.html.twig", 28)->display(twig_array_merge($context, ["pages" => (isset($context["country_pages"]) || array_key_exists("country_pages", $context) ? $context["country_pages"] : (function () { throw new RuntimeError('Variable "country_pages" does not exist.', 28, $this->source); })())])); + // line 29 + echo "
+ + +
+
+

STERN TOURS - Ihr Kulturreise-Spezialist aus Berlin für Ägypten, Israel, Jordanien, Marokko, Oman, Türkei, Iran, Uzbekistan

+

Herzlich willkommen bei STERN TOURS, Ihrem Reiseveranstalter für Reisen zu den interessantesten Zielen Vorderasiens. Gehen Sie mit uns auf große Reise in den Orient, entdecken Sie die historischen Schätze der Antike und erkunden Sie bisher wenig bekannte Länder. Als Spezialist für Kultur-Reisen in den Nahen Osten bieten wir Ihnen seit 1998 Rundreisen und Studienreisen an, bei denen Sie die Highlights eines jeden Landes kennenlernen. In unserem Büro in Berlin-Wilmersdorf beraten wir Sie gern persönlich oder telefonisch eingehend über Ihr gewünschtes Reiseziel. Unsere Mitarbeiter kennen die Länder, in die unsere Kultur-Reisen führen, aus eigener Erfahrung. Die Tipps unserer Experten sind praxisorientiert und sorgen für eine Reise mit unvergesslichen Eindrücken. Wir klären Sie auf über Einreisebestimmungen und Vorschriften, sodass Sie sich sicher in jedem Land bewegen können. Stimmen Sie sich auf unseren Seiten mit zauberhaften Videos und Bildern auf das von Ihnen gewählte Reiseziel ein. Profitieren Sie bei Ihrer Reiseplanung von unserem umfangreichen Wissen und unserer langjährigen Erfahrung mit Kultur-Reisen zu den schönsten Orten des Orients. Erleben Sie ein Märchen aus Tausendundeine Nacht bei einem Reiseveranstalter, für den Ihr persönliches Wohl an erster Stelle steht.

+

Ägypten – Land der Pyramiden und Pharaonen

+

Das Land am Nil gehört zu den interessantesten Ländern der Erde. Eine große Kultur hat hier einzigartige Baudenkmäler hinterlassen. Unsere Flussfahrten auf der großen Lebensader des Landes, dem Nil, führen Sie zu den bedeutendsten Sehenswürdigkeiten wie den Pyramiden, dem Tal der Könige und Luxor. Bewundern Sie bei einem Besuch im Ägyptischen Museum in Kairo die berühmte goldene Totenmaske des Tut-Ench-Amun und viele weitere Schätze, die von den Ausgräbern freigelegt wurden. Entdecken Sie auf Ihrer Rundreise den unglaublichen Reichtum dieses Landes, das einst die führende Kulturnation der alten Welt gewesen ist. Bestaunen Sie die Schätze der Pharaonen, wandeln Sie auf den Spuren der Archäologen und beschließen Sie Ihre Kultur-Reise durch Ägypten mit einem erholsamen Badeurlaub am Roten Meer. Hier finden Sie unsere Ägypten Rundreisen

+

Israel – die Wiege der großen Religionen

+

Erleben Sie das biblische Land, auf dem die drei großen Religionen Judentum, Islam und Christentum fußen. Religiöse Stätten gibt es in Israel an allen Ecken. Besuchen Sie die Orte Nazareth, Bethlehem und Jericho mit ihren einzigartigen Bauwerken. Durchqueren Sie die Negev-Wüste und das Tal des Jordan und entdecken Sie Kibbuze mit ihren blühenden Landschaften auf Ihrem Weg. Besteigen Sie den Ölberg und besuchen Sie die Klagemauer in Jerusalem, der Stadt, die Mittelpunkt aller drei Religionen ist. Entdecken Sie das moderne Israel, das sich in der Hauptstadt in Tea Aviv präsentiert. Unternehmen Sie einen Abstecher in die israelischen Hafenstädte Haifa und das wunderschöne Akko mit seiner zum Weltkulturerbe gehörenden Altstadt. Entspannen Sie sich nach Ihren aufregenden Reiseerlebnissen bei einem Bad im salzreichen Toten Meer oder genießen Sie einen sonnigen Badeurlaub am Roten Meer in Eilat. Hier finden Sie unsere Israel Rundreisen

+

Jordanien – Wüstenflair und Felsenstädte

+

Die Felsenstadt Petra mit dem eindrucksvollen Schatzhaus, Wadi Rum, Aqaba und die Hauptstadt Amman sind die Highlights einer Rundreise durch Jordanien. Auf eigene Faust erkunden Sie im Mietwagen die historischen Stätten des Landes. Auch wenn das Land nur klein ist, gibt es eine Fülle von historischen Sehenswürdigkeiten zu entdecken. Wüstenschlösser, Festungen und Burgen liegen auf Ihrem Weg. Besuchen Sie mit Amman eine der ältesten Städte, die schon immer bewohnt gewesen ist, und schwelgen Sie in den exotischen Düften der jordanischen Basare. Übernachten Sie dort, wo Lawrence von Arabien einst Geschichte machte – im Wadi Rum, das mit seinen roten Felssäulen ein einzigartiges Naturerlebnis bietet. Hier finden Sie unsere Jordanien Rundreisen

+

Oman – Wüstenschlösser, Naturschauspiele und Badestrände

+

Noch immer ein wenig geheimnisvoll scheint der Oman am Ostzipfel der Arabischen Halbinsel. Gehen Sie mit uns auf eine Entdeckungstour durch Wüsten, Gebirge und Regionen mit subtropischem Klima. In der Hauptstadt Maskat mit ihrer riesigen Moschee und dem historischen Souk zeigt sich, wie gut Altes und Modernes nebeneinander existieren können. Das Silber- und Kupferhandwerk ist in der alten Oasenstadt Nizwa zuhause. Hier dürfen Sie den Künstlern bei der Arbeit über die Schulter gucken. In Sur werden noch heute die Dhaus, die legendären Segelboote Omans, auf traditionelle Weise hergestellt. Erleben Sie auf einer Rundfahrt zum Jebel Sham eine Nacht in der Wüste mit einem spektakulären Sonnenuntergang hinter den Sanddünen. Beschließen Sie Ihre Reise in den märchenhaften Oman an der Küste mit ihren schneeweißen Badestränden und lassen Sie sich durch die spektakulären Unterwasserwelten im Arabischen Meer verzaubern. Hier finden Sie unsere Oman Rundreisen

+

Iran – das Land der UNESCO Kulturschätze

+

Auf 5.000 Jahre Geschichte blickt der Iran zurück. Das frühere Persien gehörte zu den Hochkulturen der Antike. Eine Rundreise durch den Iran ist ein ganz besonderes Erlebnis. Fast jeder der alten Orte gehört zum Weltkulturerbe der UNESCO. Machen Sie einen Abstecher in eine der ältesten Städte des Irans nach Yasd und in die heilige Stadt Ghom. Feuertempel, Moscheen, Mausoleen und Grabmäler finden Sie fast überall. Nicht zuletzt die historischen Paradiesgärten von Schiraz sind ein echtes Highlight. Und wenn Sie schon immer einmal wissen wollten, die die berühmten Perserteppiche entstehen – hier können Sie es mit eigenen Augen sehen. Hier finden Sie unsere Iran Rundreisen

+

Usbekistan – entlang der Seidenstraße nach Samarkand

+

Ein ganz junger Staat mit einer ganz alten Kultur – Uzbekistan wurde erst in den letzten Jahren von Kulturliebhabern entdeckt. Begeben Sie sich auf eine Reise in ein märchenhaftes Land. Entdecken Sie unzählige Moscheen und Medresen, die Sie mit ihren blauen Fliesen und goldenen Kuppeln verzaubern werden. Folgen Sie der alten Seidenstraße und den Spuren von Dschingis Khan. Oasenstädte wie aus dem Mittelalter lassen Sie glauben, dass Sie sich auf einer Zeitreise befinden. Flanieren Sie über Basare mit ihren reichen Auslagen an Früchten, allen voran den Melonen, für die Uzbekistan schon im Mittelalter berühmt war. Besuchen Sie die Märchenstadt Samarkand, ein einzigartiges Kleinod, das in der Antike eine ganz bedeutende Rolle spielte. Hier finden Sie unsere Usbekistan Rundreisen

+

Marokko – mehr als Casablanca und Marrakesch

+

Bei Marokko denken Sie sicherlich an einen der schönsten Filme der Filmgeschichte: Casablanca. Doch nicht nur diesen berühmten Ort erleben Sie auf Ihrer Rundreise durch Marokko. Streifen Sie durch Tanger, die weiße Stadt, die schon von Weitem zu sehen ist. Entdecken Sie Marrakesch und seine Gärten, die zum Weltkulturerbe gehören. Ein besonderes Highlight ist die alte Königsstadt Fès. Sie ist nicht nur das geistige Zentrum des Landes, auch Handwerker können Sie hier bei der Arbeit beobachten. Unternehmen Sie Ausflüge in die marokkanische Wüste und genießen Sie einen unvergesslichen Aufenthalt in der spektakulären Wüstenlandschaft der Sahara.

+

Türkei – Land voller Sehenswürdigkeiten und Naturschönheiten

+

Die Türkei gehört zu den beliebtesten Reisezielen. Doch abseits der großen Badestrände entdecken Sie auf Ihrer Rundreise ein Land, das voll ist von einmaligen kulturellen Schätzen. Eine der wichtigsten Städte der Türkei ist Istanbul. Das schönste Bauwerk der Metropole, die die beiden Kontinente Europa und Asien miteinander verbindet, ist die Hagia Sophia. Der große Kuppelbau, der einst religiösen Zwecken diente und heute ein Museum ist, ist ein Muss auf einer Türkei-Rundreise. Entdecken Sie die 5.000 Jahre alte Stadt Ephesus, in der einst der große Philosoph Heraklit geboren wurde. Besuchen Sie die große Städte der Türkei, in denen Antike und Moderne nebeneinanderstehen. Das große Land ist so reich an kulturellen und natürlichen Sehenswürdigkeiten, dass eine Rundreise nicht ausreichen wird, um auch nur einen Teil der Türkei kennenzulernen. Hier finden Sie unsere Türkei Rundreisen

+

Oman – Wüstenschlösser, Naturschauspiele und Badestrände

+

Noch immer ein wenig geheimnisvoll scheint der Oman am Ostzipfel der Arabischen Halbinsel. Gehen Sie mit uns auf eine Entdeckungstour durch Wüsten, Gebirge und Regionen mit subtropischem Klima. In der Hauptstadt Maskat mit ihrer riesigen Moschee und dem historischen Souk zeigt sich, wie gut Altes und Modernes nebeneinander existieren können. Das Silber- und Kupferhandwerk ist in der alten Oasenstadt Nizwa zuhause. Hier dürfen Sie den Künstlern bei der Arbeit über die Schulter gucken. In Sur werden noch heute die Dhaus, die legendären Segelboote Omans, auf traditionelle Weise hergestellt. Erleben Sie auf einer Rundfahrt zum Jebel Sham eine Nacht in der Wüste mit einem spektakulären Sonnenuntergang hinter den Sanddünen. Beschließen Sie Ihre Reise in den märchenhaften Oman an der Küste mit ihren schneeweißen Badestränden und lassen Sie sich durch die spektakulären Unterwasserwelten im Arabischen Meer verzaubern. Hier finden Sie unsere Oman Rundreisen

+
+
+ +
+ + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/home.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 139 => 29, 137 => 28, 128 => 22, 120 => 16, 113 => 15, 101 => 13, 93 => 11, 86 => 10, 78 => 7, 71 => 6, 63 => 4, 56 => 3, 39 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends 'base.html.twig' %} + +{% block meta_description %} + +{% endblock %} +{% block meta_keywords %} + +{% endblock %} + +{% block header2 %} + {% include 'default/components/home/slider.html.twig' %} +{% endblock %} +{% block breadcrumb %}{% endblock %} + +{% block body %} + +
+

Unsere beliebtesten Kulturreisen

+ +
+
+ {{ render(controller('AppBundle:Component:offersCarousel')) }} +
+
+

Alle Reisekategorien auf einem Blick

+
+ + {% include 'default/components/multiPageBoxCarousel.html.twig' with {pages: country_pages} %} +
+ + +
+
+

STERN TOURS - Ihr Kulturreise-Spezialist aus Berlin für Ägypten, Israel, Jordanien, Marokko, Oman, Türkei, Iran, Uzbekistan

+

Herzlich willkommen bei STERN TOURS, Ihrem Reiseveranstalter für Reisen zu den interessantesten Zielen Vorderasiens. Gehen Sie mit uns auf große Reise in den Orient, entdecken Sie die historischen Schätze der Antike und erkunden Sie bisher wenig bekannte Länder. Als Spezialist für Kultur-Reisen in den Nahen Osten bieten wir Ihnen seit 1998 Rundreisen und Studienreisen an, bei denen Sie die Highlights eines jeden Landes kennenlernen. In unserem Büro in Berlin-Wilmersdorf beraten wir Sie gern persönlich oder telefonisch eingehend über Ihr gewünschtes Reiseziel. Unsere Mitarbeiter kennen die Länder, in die unsere Kultur-Reisen führen, aus eigener Erfahrung. Die Tipps unserer Experten sind praxisorientiert und sorgen für eine Reise mit unvergesslichen Eindrücken. Wir klären Sie auf über Einreisebestimmungen und Vorschriften, sodass Sie sich sicher in jedem Land bewegen können. Stimmen Sie sich auf unseren Seiten mit zauberhaften Videos und Bildern auf das von Ihnen gewählte Reiseziel ein. Profitieren Sie bei Ihrer Reiseplanung von unserem umfangreichen Wissen und unserer langjährigen Erfahrung mit Kultur-Reisen zu den schönsten Orten des Orients. Erleben Sie ein Märchen aus Tausendundeine Nacht bei einem Reiseveranstalter, für den Ihr persönliches Wohl an erster Stelle steht.

+

Ägypten – Land der Pyramiden und Pharaonen

+

Das Land am Nil gehört zu den interessantesten Ländern der Erde. Eine große Kultur hat hier einzigartige Baudenkmäler hinterlassen. Unsere Flussfahrten auf der großen Lebensader des Landes, dem Nil, führen Sie zu den bedeutendsten Sehenswürdigkeiten wie den Pyramiden, dem Tal der Könige und Luxor. Bewundern Sie bei einem Besuch im Ägyptischen Museum in Kairo die berühmte goldene Totenmaske des Tut-Ench-Amun und viele weitere Schätze, die von den Ausgräbern freigelegt wurden. Entdecken Sie auf Ihrer Rundreise den unglaublichen Reichtum dieses Landes, das einst die führende Kulturnation der alten Welt gewesen ist. Bestaunen Sie die Schätze der Pharaonen, wandeln Sie auf den Spuren der Archäologen und beschließen Sie Ihre Kultur-Reise durch Ägypten mit einem erholsamen Badeurlaub am Roten Meer. Hier finden Sie unsere Ägypten Rundreisen

+

Israel – die Wiege der großen Religionen

+

Erleben Sie das biblische Land, auf dem die drei großen Religionen Judentum, Islam und Christentum fußen. Religiöse Stätten gibt es in Israel an allen Ecken. Besuchen Sie die Orte Nazareth, Bethlehem und Jericho mit ihren einzigartigen Bauwerken. Durchqueren Sie die Negev-Wüste und das Tal des Jordan und entdecken Sie Kibbuze mit ihren blühenden Landschaften auf Ihrem Weg. Besteigen Sie den Ölberg und besuchen Sie die Klagemauer in Jerusalem, der Stadt, die Mittelpunkt aller drei Religionen ist. Entdecken Sie das moderne Israel, das sich in der Hauptstadt in Tea Aviv präsentiert. Unternehmen Sie einen Abstecher in die israelischen Hafenstädte Haifa und das wunderschöne Akko mit seiner zum Weltkulturerbe gehörenden Altstadt. Entspannen Sie sich nach Ihren aufregenden Reiseerlebnissen bei einem Bad im salzreichen Toten Meer oder genießen Sie einen sonnigen Badeurlaub am Roten Meer in Eilat. Hier finden Sie unsere Israel Rundreisen

+

Jordanien – Wüstenflair und Felsenstädte

+

Die Felsenstadt Petra mit dem eindrucksvollen Schatzhaus, Wadi Rum, Aqaba und die Hauptstadt Amman sind die Highlights einer Rundreise durch Jordanien. Auf eigene Faust erkunden Sie im Mietwagen die historischen Stätten des Landes. Auch wenn das Land nur klein ist, gibt es eine Fülle von historischen Sehenswürdigkeiten zu entdecken. Wüstenschlösser, Festungen und Burgen liegen auf Ihrem Weg. Besuchen Sie mit Amman eine der ältesten Städte, die schon immer bewohnt gewesen ist, und schwelgen Sie in den exotischen Düften der jordanischen Basare. Übernachten Sie dort, wo Lawrence von Arabien einst Geschichte machte – im Wadi Rum, das mit seinen roten Felssäulen ein einzigartiges Naturerlebnis bietet. Hier finden Sie unsere Jordanien Rundreisen

+

Oman – Wüstenschlösser, Naturschauspiele und Badestrände

+

Noch immer ein wenig geheimnisvoll scheint der Oman am Ostzipfel der Arabischen Halbinsel. Gehen Sie mit uns auf eine Entdeckungstour durch Wüsten, Gebirge und Regionen mit subtropischem Klima. In der Hauptstadt Maskat mit ihrer riesigen Moschee und dem historischen Souk zeigt sich, wie gut Altes und Modernes nebeneinander existieren können. Das Silber- und Kupferhandwerk ist in der alten Oasenstadt Nizwa zuhause. Hier dürfen Sie den Künstlern bei der Arbeit über die Schulter gucken. In Sur werden noch heute die Dhaus, die legendären Segelboote Omans, auf traditionelle Weise hergestellt. Erleben Sie auf einer Rundfahrt zum Jebel Sham eine Nacht in der Wüste mit einem spektakulären Sonnenuntergang hinter den Sanddünen. Beschließen Sie Ihre Reise in den märchenhaften Oman an der Küste mit ihren schneeweißen Badestränden und lassen Sie sich durch die spektakulären Unterwasserwelten im Arabischen Meer verzaubern. Hier finden Sie unsere Oman Rundreisen

+

Iran – das Land der UNESCO Kulturschätze

+

Auf 5.000 Jahre Geschichte blickt der Iran zurück. Das frühere Persien gehörte zu den Hochkulturen der Antike. Eine Rundreise durch den Iran ist ein ganz besonderes Erlebnis. Fast jeder der alten Orte gehört zum Weltkulturerbe der UNESCO. Machen Sie einen Abstecher in eine der ältesten Städte des Irans nach Yasd und in die heilige Stadt Ghom. Feuertempel, Moscheen, Mausoleen und Grabmäler finden Sie fast überall. Nicht zuletzt die historischen Paradiesgärten von Schiraz sind ein echtes Highlight. Und wenn Sie schon immer einmal wissen wollten, die die berühmten Perserteppiche entstehen – hier können Sie es mit eigenen Augen sehen. Hier finden Sie unsere Iran Rundreisen

+

Usbekistan – entlang der Seidenstraße nach Samarkand

+

Ein ganz junger Staat mit einer ganz alten Kultur – Uzbekistan wurde erst in den letzten Jahren von Kulturliebhabern entdeckt. Begeben Sie sich auf eine Reise in ein märchenhaftes Land. Entdecken Sie unzählige Moscheen und Medresen, die Sie mit ihren blauen Fliesen und goldenen Kuppeln verzaubern werden. Folgen Sie der alten Seidenstraße und den Spuren von Dschingis Khan. Oasenstädte wie aus dem Mittelalter lassen Sie glauben, dass Sie sich auf einer Zeitreise befinden. Flanieren Sie über Basare mit ihren reichen Auslagen an Früchten, allen voran den Melonen, für die Uzbekistan schon im Mittelalter berühmt war. Besuchen Sie die Märchenstadt Samarkand, ein einzigartiges Kleinod, das in der Antike eine ganz bedeutende Rolle spielte. Hier finden Sie unsere Usbekistan Rundreisen

+

Marokko – mehr als Casablanca und Marrakesch

+

Bei Marokko denken Sie sicherlich an einen der schönsten Filme der Filmgeschichte: Casablanca. Doch nicht nur diesen berühmten Ort erleben Sie auf Ihrer Rundreise durch Marokko. Streifen Sie durch Tanger, die weiße Stadt, die schon von Weitem zu sehen ist. Entdecken Sie Marrakesch und seine Gärten, die zum Weltkulturerbe gehören. Ein besonderes Highlight ist die alte Königsstadt Fès. Sie ist nicht nur das geistige Zentrum des Landes, auch Handwerker können Sie hier bei der Arbeit beobachten. Unternehmen Sie Ausflüge in die marokkanische Wüste und genießen Sie einen unvergesslichen Aufenthalt in der spektakulären Wüstenlandschaft der Sahara.

+

Türkei – Land voller Sehenswürdigkeiten und Naturschönheiten

+

Die Türkei gehört zu den beliebtesten Reisezielen. Doch abseits der großen Badestrände entdecken Sie auf Ihrer Rundreise ein Land, das voll ist von einmaligen kulturellen Schätzen. Eine der wichtigsten Städte der Türkei ist Istanbul. Das schönste Bauwerk der Metropole, die die beiden Kontinente Europa und Asien miteinander verbindet, ist die Hagia Sophia. Der große Kuppelbau, der einst religiösen Zwecken diente und heute ein Museum ist, ist ein Muss auf einer Türkei-Rundreise. Entdecken Sie die 5.000 Jahre alte Stadt Ephesus, in der einst der große Philosoph Heraklit geboren wurde. Besuchen Sie die große Städte der Türkei, in denen Antike und Moderne nebeneinanderstehen. Das große Land ist so reich an kulturellen und natürlichen Sehenswürdigkeiten, dass eine Rundreise nicht ausreichen wird, um auch nur einen Teil der Türkei kennenzulernen. Hier finden Sie unsere Türkei Rundreisen

+

Oman – Wüstenschlösser, Naturschauspiele und Badestrände

+

Noch immer ein wenig geheimnisvoll scheint der Oman am Ostzipfel der Arabischen Halbinsel. Gehen Sie mit uns auf eine Entdeckungstour durch Wüsten, Gebirge und Regionen mit subtropischem Klima. In der Hauptstadt Maskat mit ihrer riesigen Moschee und dem historischen Souk zeigt sich, wie gut Altes und Modernes nebeneinander existieren können. Das Silber- und Kupferhandwerk ist in der alten Oasenstadt Nizwa zuhause. Hier dürfen Sie den Künstlern bei der Arbeit über die Schulter gucken. In Sur werden noch heute die Dhaus, die legendären Segelboote Omans, auf traditionelle Weise hergestellt. Erleben Sie auf einer Rundfahrt zum Jebel Sham eine Nacht in der Wüste mit einem spektakulären Sonnenuntergang hinter den Sanddünen. Beschließen Sie Ihre Reise in den märchenhaften Oman an der Küste mit ihren schneeweißen Badestränden und lassen Sie sich durch die spektakulären Unterwasserwelten im Arabischen Meer verzaubern. Hier finden Sie unsere Oman Rundreisen

+
+
+ +
+ + +{% endblock body %}", "default/pages/home.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/home.html.twig"); + } +} diff --git a/var/cache/dev/twig/50/508275a9f3b47daa1822a130bb4a552981fe780dc9ec484898a48504c34f33e2.php b/var/cache/dev/twig/50/508275a9f3b47daa1822a130bb4a552981fe780dc9ec484898a48504c34f33e2.php new file mode 100644 index 00000000..fe4d8bd9 --- /dev/null +++ b/var/cache/dev/twig/50/508275a9f3b47daa1822a130bb4a552981fe780dc9ec484898a48504c34f33e2.php @@ -0,0 +1,124 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/traces_text.html.twig")); + + // line 1 + echo "
+

+ Stack Trace (Plain Text)  + "; + // line 4 + ob_start(); + // line 5 + echo " + \"-\" + \"+\" + + "; + echo trim(preg_replace('/>\s+<', ob_get_clean())); + // line 10 + echo "

+ +
+
";
+        // line 13
+        $context['_parent'] = $context;
+        $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 13, $this->source); })()), "toarray", [], "any", false, false, false, 13));
+        foreach ($context['_seq'] as $context["i"] => $context["e"]) {
+            // line 14
+            echo "[";
+            echo twig_escape_filter($this->env, ($context["i"] + 1), "html", null, true);
+            echo "] ";
+            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["e"], "class", [], "any", false, false, false, 14), "html", null, true);
+            echo ": ";
+            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["e"], "message", [], "any", false, false, false, 14), "html", null, true);
+            echo "
+";
+            // line 15
+            $this->loadTemplate("@Twig/Exception/traces.txt.twig", "@Twig/Exception/traces_text.html.twig", 15)->display(twig_to_array(["exception" => $context["e"]]));
+        }
+        $_parent = $context['_parent'];
+        unset($context['_seq'], $context['_iterated'], $context['i'], $context['e'], $context['_parent'], $context['loop']);
+        $context = array_intersect_key($context, $_parent) + $_parent;
+        // line 16
+        echo "
+
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/traces_text.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 78 => 16, 72 => 15, 63 => 14, 59 => 13, 54 => 10, 47 => 5, 45 => 4, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
+

+ Stack Trace (Plain Text)  + {% spaceless %} + + \"-\" + \"+\" + + {% endspaceless %} +

+ +
+
{% for i, e in exception.toarray %}
+[{{ i + 1 }}] {{ e.class }}: {{ e.message }}
+{% include '@Twig/Exception/traces.txt.twig' with { 'exception': e } only %}
+{% endfor %}
+
+
+", "@Twig/Exception/traces_text.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces_text.html.twig"); + } +} diff --git a/var/cache/dev/twig/50/5085719022b1c5736bcf40d82d10c145be0c0fdc2b799b860374cd2fe26ba442.php b/var/cache/dev/twig/50/5085719022b1c5736bcf40d82d10c145be0c0fdc2b799b860374cd2fe26ba442.php new file mode 100644 index 00000000..f570995a --- /dev/null +++ b/var/cache/dev/twig/50/5085719022b1c5736bcf40d82d10c145be0c0fdc2b799b860374cd2fe26ba442.php @@ -0,0 +1,229 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/navSidebarApiWidgetInner.html.twig")); + + // line 1 + if (twig_get_attribute($this->env, $this->source, ($context["api"] ?? null), "navi", [], "any", true, true, false, 1)) { + // line 2 + echo " + +
+ + + +
+"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/navSidebarApiWidgetInner.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 137 => 61, 131 => 60, 128 => 47, 119 => 41, 113 => 40, 102 => 37, 95 => 33, 89 => 32, 82 => 31, 80 => 30, 76 => 28, 72 => 27, 61 => 19, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if api.navi is defined %} + + +
+ + + +
+{% endif %}", "default/components/sidebar/navSidebarApiWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/navSidebarApiWidgetInner.html.twig"); + } +} diff --git a/var/cache/dev/twig/52/52207146a1acf60ba84c6278e7ba4e00822667790728529f67dde0841f02f879.php b/var/cache/dev/twig/52/52207146a1acf60ba84c6278e7ba4e00822667790728529f67dde0841f02f879.php new file mode 100644 index 00000000..84d83b83 --- /dev/null +++ b/var/cache/dev/twig/52/52207146a1acf60ba84c6278e7ba4e00822667790728529f67dde0841f02f879.php @@ -0,0 +1,687 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'page_title' => [$this, 'block_page_title'], + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Security/Collector/security.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@Security/Collector/security.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_page_title($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title")); + + echo "Security"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 6 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "tokenClass", [], "any", false, false, false, 6)) { + // line 7 + echo " "; + $context["is_authenticated"] = (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "enabled", [], "any", false, false, false, 7) && twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "authenticated", [], "any", false, false, false, 7)); + // line 8 + echo " "; + $context["color_code"] = (((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 8, $this->source); })())) ? ("") : ("yellow")); + // line 9 + echo " "; + } else { + // line 10 + echo " "; + $context["color_code"] = ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 10, $this->source); })()), "enabled", [], "any", false, false, false, 10)) ? ("red") : ("")); + // line 11 + echo " "; + } + // line 12 + echo " + "; + // line 13 + ob_start(); + // line 14 + echo " "; + echo twig_include($this->env, $context, "@Security/Collector/icon.svg"); + echo " + "; + // line 15 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "user", [], "any", true, true, false, 15)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "user", [], "any", false, false, false, 15), "n/a")) : ("n/a")), "html", null, true); + echo " + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 17 + echo " + "; + // line 18 + ob_start(); + // line 19 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "tokenClass", [], "any", false, false, false, 19)) { + // line 20 + echo "
+ Logged in as + "; + // line 22 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "user", [], "any", false, false, false, 22), "html", null, true); + echo " +
+ +
+ Authenticated + source); })())) ? ("green") : ("red")); + echo "\">"; + echo (((isset($context["is_authenticated"]) || array_key_exists("is_authenticated", $context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.', 27, $this->source); })())) ? ("Yes") : ("No")); + echo " +
+ + "; + // line 30 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 30, $this->source); })()), "tokenClass", [], "any", false, false, false, 30) != null)) { + // line 31 + echo "
+ Token class + "; + // line 33 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 33, $this->source); })()), "tokenClass", [], "any", false, false, false, 33)); + echo " +
+ "; + } + // line 36 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 36, $this->source); })()), "logoutUrl", [], "any", false, false, false, 36)) { + // line 37 + echo " + "; + } + // line 42 + echo " "; + } elseif (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 42, $this->source); })()), "enabled", [], "any", false, false, false, 42)) { + // line 43 + echo "
+ You are not authenticated. +
+ "; + } else { + // line 47 + echo "
+ The security is disabled. +
+ "; + } + // line 51 + echo " "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 52 + echo " + "; + // line 53 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 53, $this->source); })()), "status" => (isset($context["color_code"]) || array_key_exists("color_code", $context) ? $context["color_code"] : (function () { throw new RuntimeError('Variable "color_code" does not exist.', 53, $this->source); })())]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 56 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 57 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "enabled", [], "any", false, false, false, 57) || !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "tokenClass", [], "any", false, false, false, 57))) ? ("disabled") : ("")); + echo "\"> + "; + // line 58 + echo twig_include($this->env, $context, "@Security/Collector/icon.svg"); + echo " + Security + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 63 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 64 + echo "

Security Token

+ + "; + // line 66 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 66, $this->source); })()), "tokenClass", [], "any", false, false, false, 66)) { + // line 67 + echo "
+
+ "; + // line 69 + (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 69, $this->source); })()), "user", [], "any", false, false, false, 69) == "anon.")) ? (print ("Anonymous")) : (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 69, $this->source); })()), "user", [], "any", false, false, false, 69), "html", null, true)))); + echo " + Username +
+ +
+ "; + // line 74 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 74, $this->source); })()), "authenticated", [], "any", false, false, false, 74)) ? ("yes") : ("no"))) . ".svg")); + echo " + Authenticated +
+
+ + + + + + + + + + + + + + + "; + // line 98 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 98, $this->source); })()), "supportsRoleHierarchy", [], "any", false, false, false, 98)) { + // line 99 + echo " + + + + "; + } + // line 104 + echo " + "; + // line 105 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 105, $this->source); })()), "tokenClass", [], "any", false, false, false, 105)) { + // line 106 + echo " + + + + "; + } + // line 111 + echo " +
PropertyValue
Roles + "; + // line 90 + ((twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 90, $this->source); })()), "roles", [], "any", false, false, false, 90))) ? (print ("none")) : (print (twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\YamlExtension']->encode(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 90, $this->source); })()), "roles", [], "any", false, false, false, 90)), "html", null, true)))); + echo " + + "; + // line 92 + if (( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 92, $this->source); })()), "authenticated", [], "any", false, false, false, 92) && twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 92, $this->source); })()), "roles", [], "any", false, false, false, 92)))) { + // line 93 + echo "

User is not authenticated probably because they have no roles.

+ "; + } + // line 95 + echo "
Inherited Roles"; + // line 101 + ((twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 101, $this->source); })()), "inheritedRoles", [], "any", false, false, false, 101))) ? (print ("none")) : (print (twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\YamlExtension']->encode(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 101, $this->source); })()), "inheritedRoles", [], "any", false, false, false, 101)), "html", null, true)))); + echo "
Token class"; + // line 108 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 108, $this->source); })()), "tokenClass", [], "any", false, false, false, 108), "html", null, true); + echo "
+ "; + } elseif (twig_get_attribute($this->env, $this->source, // line 113 +(isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 113, $this->source); })()), "enabled", [], "any", false, false, false, 113)) { + // line 114 + echo "
+

There is no security token.

+
+ "; + } else { + // line 118 + echo "
+

The security component is disabled.

+
+ "; + } + // line 122 + echo " + "; + // line 123 + if ( !twig_test_empty(((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "voters", [], "any", true, true, false, 123)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "voters", [], "any", false, false, false, 123), [])) : ([])))) { + // line 124 + echo "

Security Voters ("; + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 124, $this->source); })()), "voters", [], "any", false, false, false, 124)), "html", null, true); + echo ")

+ +
+
+ "; + // line 128 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "voterStrategy", [], "any", true, true, false, 128)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "voterStrategy", [], "any", false, false, false, 128), "unknown")) : ("unknown")), "html", null, true); + echo " + Strategy +
+
+ + + + + + + + + + + "; + // line 142 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 142, $this->source); })()), "voters", [], "any", false, false, false, 142)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["voter"]) { + // line 143 + echo " + + + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['voter'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 148 + echo " +
#Voter class
"; + // line 144 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 144), "html", null, true); + echo ""; + // line 145 + echo twig_escape_filter($this->env, $context["voter"], "html", null, true); + echo "
+ "; + } + // line 151 + echo " + "; + // line 152 + if ( !twig_test_empty(((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "accessDecisionLog", [], "any", true, true, false, 152)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "accessDecisionLog", [], "any", false, false, false, 152), [])) : ([])))) { + // line 153 + echo "

Access decision log

+ + + + + + + + + + + + + + + + + + "; + // line 171 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 171, $this->source); })()), "accessDecisionLog", [], "any", false, false, false, 171)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["decision"]) { + // line 172 + echo " + + + + + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['decision'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 184 + echo " +
#ResultAttributesObject
"; + // line 173 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 173), "html", null, true); + echo " + "; + // line 175 + echo ((twig_get_attribute($this->env, $this->source, $context["decision"], "result", [], "any", false, false, false, 175)) ? ("GRANTED") : ("DENIED")); + // line 178 + echo " + "; + // line 180 + echo twig_escape_filter($this->env, (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["decision"], "attributes", [], "any", false, false, false, 180)) == 1)) ? (twig_first($this->env, twig_get_attribute($this->env, $this->source, $context["decision"], "attributes", [], "any", false, false, false, 180))) : ($this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, $context["decision"], "attributes", [], "any", false, false, false, 180)))), "html", null, true); + echo ""; + // line 181 + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, $context["decision"], "object", [], "any", false, false, false, 181)), "html", null, true); + echo "
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Security/Collector/security.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 472 => 184, 455 => 181, 451 => 180, 447 => 178, 445 => 175, 440 => 173, 437 => 172, 420 => 171, 400 => 153, 398 => 152, 395 => 151, 390 => 148, 373 => 145, 369 => 144, 366 => 143, 349 => 142, 332 => 128, 324 => 124, 322 => 123, 319 => 122, 313 => 118, 307 => 114, 305 => 113, 301 => 111, 295 => 108, 291 => 106, 289 => 105, 286 => 104, 280 => 101, 276 => 99, 274 => 98, 269 => 95, 265 => 93, 263 => 92, 258 => 90, 239 => 74, 231 => 69, 227 => 67, 225 => 66, 221 => 64, 214 => 63, 203 => 58, 198 => 57, 191 => 56, 182 => 53, 179 => 52, 176 => 51, 170 => 47, 164 => 43, 161 => 42, 155 => 39, 151 => 37, 148 => 36, 142 => 33, 138 => 31, 136 => 30, 128 => 27, 120 => 22, 116 => 20, 113 => 19, 111 => 18, 108 => 17, 103 => 15, 98 => 14, 96 => 13, 93 => 12, 90 => 11, 87 => 10, 84 => 9, 81 => 8, 78 => 7, 75 => 6, 68 => 5, 55 => 3, 38 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block page_title 'Security' %} + +{% block toolbar %} + {% if collector.tokenClass %} + {% set is_authenticated = collector.enabled and collector.authenticated %} + {% set color_code = is_authenticated ? '' : 'yellow' %} + {% else %} + {% set color_code = collector.enabled ? 'red' : '' %} + {% endif %} + + {% set icon %} + {{ include('@Security/Collector/icon.svg') }} + {{ collector.user|default('n/a') }} + {% endset %} + + {% set text %} + {% if collector.tokenClass %} +
+ Logged in as + {{ collector.user }} +
+ +
+ Authenticated + {{ is_authenticated ? 'Yes' : 'No' }} +
+ + {% if collector.tokenClass != null %} +
+ Token class + {{ collector.tokenClass|abbr_class }} +
+ {% endif %} + {% if collector.logoutUrl %} +
+ Actions + Logout +
+ {% endif %} + {% elseif collector.enabled %} +
+ You are not authenticated. +
+ {% else %} +
+ The security is disabled. +
+ {% endif %} + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: color_code }) }} +{% endblock %} + +{% block menu %} + + {{ include('@Security/Collector/icon.svg') }} + Security + +{% endblock %} + +{% block panel %} +

Security Token

+ + {% if collector.tokenClass %} +
+
+ {{ collector.user == 'anon.' ? 'Anonymous' : collector.user }} + Username +
+ +
+ {{ include('@WebProfiler/Icon/' ~ (collector.authenticated ? 'yes' : 'no') ~ '.svg') }} + Authenticated +
+
+ + + + + + + + + + + + + + + {% if collector.supportsRoleHierarchy %} + + + + + {% endif %} + + {% if collector.tokenClass %} + + + + + {% endif %} + +
PropertyValue
Roles + {{ collector.roles is empty ? 'none' : collector.roles|yaml_encode }} + + {% if not collector.authenticated and collector.roles is empty %} +

User is not authenticated probably because they have no roles.

+ {% endif %} +
Inherited Roles{{ collector.inheritedRoles is empty ? 'none' : collector.inheritedRoles|yaml_encode }}
Token class{{ collector.tokenClass }}
+ {% elseif collector.enabled %} +
+

There is no security token.

+
+ {% else %} +
+

The security component is disabled.

+
+ {% endif %} + + {% if collector.voters|default([]) is not empty %} +

Security Voters ({{ collector.voters|length }})

+ +
+
+ {{ collector.voterStrategy|default('unknown') }} + Strategy +
+
+ + + + + + + + + + + {% for voter in collector.voters %} + + + + + {% endfor %} + +
#Voter class
{{ loop.index }}{{ voter }}
+ {% endif %} + + {% if collector.accessDecisionLog|default([]) is not empty %} +

Access decision log

+ + + + + + + + + + + + + + + + + + {% for decision in collector.accessDecisionLog %} + + + + + + + {% endfor %} + +
#ResultAttributesObject
{{ loop.index }} + {{ decision.result + ? 'GRANTED' + : 'DENIED' + }} + {{ decision.attributes|length == 1 ? decision.attributes|first : profiler_dump(decision.attributes) }}{{ profiler_dump(decision.object) }}
+ {% endif %} +{% endblock %} +", "@Security/Collector/security.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig"); + } +} diff --git a/var/cache/dev/twig/52/5222e5060e7f5bb8d6410b399a0746683f8fdf7169651370a87966f3d1260cc2.php b/var/cache/dev/twig/52/5222e5060e7f5bb8d6410b399a0746683f8fdf7169651370a87966f3d1260cc2.php new file mode 100644 index 00000000..9d2daca8 --- /dev/null +++ b/var/cache/dev/twig/52/5222e5060e7f5bb8d6410b399a0746683f8fdf7169651370a87966f3d1260cc2.php @@ -0,0 +1,121 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/table.html.twig")); + + // line 1 + echo "env, (((isset($context["class"]) || array_key_exists("class", $context))) ? (_twig_default_filter((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.', 1, $this->source); })()), "")) : ("")), "html", null, true); + echo "\"> + + + + + + + + "; + // line 9 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter((isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 9, $this->source); })())))); + foreach ($context['_seq'] as $context["_key"] => $context["key"]) { + // line 10 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 15 + echo " +
"; + // line 4 + (((isset($context["labels"]) || array_key_exists("labels", $context))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["labels"]) || array_key_exists("labels", $context) ? $context["labels"] : (function () { throw new RuntimeError('Variable "labels" does not exist.', 4, $this->source); })()), 0, [], "array", false, false, false, 4), "html", null, true))) : (print ("Key"))); + echo ""; + // line 5 + (((isset($context["labels"]) || array_key_exists("labels", $context))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["labels"]) || array_key_exists("labels", $context) ? $context["labels"] : (function () { throw new RuntimeError('Variable "labels" does not exist.', 5, $this->source); })()), 1, [], "array", false, false, false, 5), "html", null, true))) : (print ("Value"))); + echo "
"; + // line 11 + echo twig_escape_filter($this->env, $context["key"], "html", null, true); + echo ""; + // line 12 + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpValue(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 12, $this->source); })()), $context["key"], [], "array", false, false, false, 12)), "html", null, true); + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/table.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 78 => 15, 69 => 12, 65 => 11, 62 => 10, 58 => 9, 51 => 5, 47 => 4, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + + + + + + {% for key in data|keys|sort %} + + + + + {% endfor %} + +
{{ labels is defined ? labels[0] : 'Key' }}{{ labels is defined ? labels[1] : 'Value' }}
{{ key }}{{ profiler_dump(data[key]) }}
+", "@WebProfiler/Profiler/table.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/table.html.twig"); + } +} diff --git a/var/cache/dev/twig/55/554355dd4ddf5c5a38e6f8e40bb6f41a71b0617bd7670171231c4cb67cf8dfb0.php b/var/cache/dev/twig/55/554355dd4ddf5c5a38e6f8e40bb6f41a71b0617bd7670171231c4cb67cf8dfb0.php new file mode 100644 index 00000000..58a04e95 --- /dev/null +++ b/var/cache/dev/twig/55/554355dd4ddf5c5a38e6f8e40bb6f41a71b0617bd7670171231c4cb67cf8dfb0.php @@ -0,0 +1,265 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/booking/fewoSummary.html.twig")); + + // line 1 + if ((isset($context["isPossible"]) || array_key_exists("isPossible", $context) ? $context["isPossible"] : (function () { throw new RuntimeError('Variable "isPossible" does not exist.', 1, $this->source); })())) { + // line 2 + echo " + + + + + + + + + + "; + // line 16 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["priceResult"]) || array_key_exists("priceResult", $context) ? $context["priceResult"] : (function () { throw new RuntimeError('Variable "priceResult" does not exist.', 16, $this->source); })()), "season", [], "any", false, false, false, 16)); + foreach ($context['_seq'] as $context["season"] => $context["values"]) { + // line 17 + echo " + + + + + + + + + + + + + + + + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['season'], $context['values'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 49 + echo " + + + + + + + + + + + + +
+ Datum: + + "; + // line 9 + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_booking_request"]) || array_key_exists("fewo_booking_request", $context) ? $context["fewo_booking_request"] : (function () { throw new RuntimeError('Variable "fewo_booking_request" does not exist.', 9, $this->source); })()), "fromDate", [], "any", false, false, false, 9)), "html", null, true); + echo " - "; + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_booking_request"]) || array_key_exists("fewo_booking_request", $context) ? $context["fewo_booking_request"] : (function () { throw new RuntimeError('Variable "fewo_booking_request" does not exist.', 9, $this->source); })()), "toDate", [], "any", false, false, false, 9)), "html", null, true); + echo " +

+ Saison: + + "; + // line 22 + echo twig_escape_filter($this->env, $context["season"], "html", null, true); + echo " +
+ Mindestbelegung: + + "; + // line 30 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["values"], "minimumStay", [], "any", false, false, false, 30), "html", null, true); + echo " "; + echo (((twig_get_attribute($this->env, $this->source, $context["values"], "minimumStay", [], "any", false, false, false, 30) < 2)) ? ("Nacht") : ("Nächte")); + echo " +
+ + "; + // line 37 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["values"], "price", [], "any", false, false, false, 37), 2), "html", null, true); + echo " € + + "; + // line 40 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["values"], "numberDays", [], "any", false, false, false, 40), "html", null, true); + echo " "; + echo (((twig_get_attribute($this->env, $this->source, $context["values"], "numberDays", [], "any", false, false, false, 40) < 2)) ? ("Nacht") : ("Nächte")); + echo " x "; + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["values"], "perNight", [], "any", false, false, false, 40), 2), "html", null, true); + echo " € +

+ + "; + // line 51 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["priceResult"]) || array_key_exists("priceResult", $context) ? $context["priceResult"] : (function () { throw new RuntimeError('Variable "priceResult" does not exist.', 51, $this->source); })()), "flatPrice", [], "any", false, false, false, 51), 2), "html", null, true); + echo " € + + Service-Gebühr +
+ + "; + // line 59 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["priceResult"]) || array_key_exists("priceResult", $context) ? $context["priceResult"] : (function () { throw new RuntimeError('Variable "priceResult" does not exist.', 59, $this->source); })()), "deposit", [], "any", false, false, false, 59), 2), "html", null, true); + echo " € + + Kaution +
+ = "; + // line 67 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["priceResult"]) || array_key_exists("priceResult", $context) ? $context["priceResult"] : (function () { throw new RuntimeError('Variable "priceResult" does not exist.', 67, $this->source); })()), "total_price", [], "any", false, false, false, 67), 2), "html", null, true); + echo " € + Miete inkl. Kaution
+"; + } else { + // line 74 + echo " + Leider ist der gewünschter Zeitraum ist nicht buchbar.
+ Bitte ändern Sie das Datum, rote Felder sind bereits gebucht. + +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/booking/fewoSummary.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 158 => 74, 148 => 67, 137 => 59, 126 => 51, 122 => 49, 103 => 40, 97 => 37, 85 => 30, 74 => 22, 67 => 17, 63 => 16, 51 => 9, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if(isPossible) %} + + + + + + + + + + + {% for season, values in priceResult.season %} + + + + + + + + + + + + + + + + + + + + {% endfor %} + + + + + + + + + + + + + +
+ Datum: + + {{ fewo_booking_request.fromDate|date }} - {{ fewo_booking_request.toDate|date }} +

+ Saison: + + {{ season }} +
+ Mindestbelegung: + + {{ values.minimumStay }} {{ values.minimumStay < 2 ? 'Nacht' : 'Nächte' }} +
+ + {{ values.price|number_format(2) }} € + + {{ values.numberDays }} {{ values.numberDays < 2 ? 'Nacht' : 'Nächte' }} x {{ values.perNight|number_format(2) }} € +

+ + {{ priceResult.flatPrice|number_format(2) }} € + + Service-Gebühr +
+ + {{ priceResult.deposit|number_format(2) }} € + + Kaution +
+ = {{ priceResult.total_price|number_format(2) }} € + Miete inkl. Kaution
+{% else %} + + Leider ist der gewünschter Zeitraum ist nicht buchbar.
+ Bitte ändern Sie das Datum, rote Felder sind bereits gebucht. + +{% endif %}", "default/components/booking/fewoSummary.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/booking/fewoSummary.html.twig"); + } +} diff --git a/var/cache/dev/twig/5a/5a20345f426638b150f7b0d58aaf422be2833bda889d8ab83d956e9c77a0f7b8.php b/var/cache/dev/twig/5a/5a20345f426638b150f7b0d58aaf422be2833bda889d8ab83d956e9c77a0f7b8.php new file mode 100644 index 00000000..89e6f666 --- /dev/null +++ b/var/cache/dev/twig/5a/5a20345f426638b150f7b0d58aaf422be2833bda889d8ab83d956e9c77a0f7b8.php @@ -0,0 +1,159 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/trace.html.twig")); + + // line 1 + if (twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 1, $this->source); })()), "function", [], "any", false, false, false, 1)) { + // line 2 + echo " at + + env, twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 4, $this->source); })()), "class", [], "any", false, false, false, 4), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 4, $this->source); })()), "short_class", [], "any", false, false, false, 4), "html", null, true); + echo " + "; + // line 5 + echo twig_escape_filter($this->env, (twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 5, $this->source); })()), "type", [], "any", false, false, false, 5) . twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 5, $this->source); })()), "function", [], "any", false, false, false, 5)), "html", null, true); + echo " + + ("; + // line 7 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatArgs(twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 7, $this->source); })()), "args", [], "any", false, false, false, 7)); + echo ") +"; + } + // line 9 + echo " +"; + // line 10 + if ((((twig_get_attribute($this->env, $this->source, ($context["trace"] ?? null), "file", [], "any", true, true, false, 10) && twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 10, $this->source); })()), "file", [], "any", false, false, false, 10)) && twig_get_attribute($this->env, $this->source, ($context["trace"] ?? null), "line", [], "any", true, true, false, 10)) && twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 10, $this->source); })()), "line", [], "any", false, false, false, 10))) { + // line 11 + echo " "; + echo ((twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 11, $this->source); })()), "function", [], "any", false, false, false, 11)) ? ("
") : ("")); + echo " + in "; + // line 12 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatFile(twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 12, $this->source); })()), "file", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 12, $this->source); })()), "line", [], "any", false, false, false, 12)); + echo "  + "; + // line 13 + ob_start(); + // line 14 + echo " env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 14, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 14, $this->source); })())), "html", null, true); + echo "'); switchIcons('icon-"; + echo twig_escape_filter($this->env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 14, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 14, $this->source); })())), "html", null, true); + echo "-open', 'icon-"; + echo twig_escape_filter($this->env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 14, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 14, $this->source); })())), "html", null, true); + echo "-close'); return false;\"> + env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 15, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 15, $this->source); })())), "html", null, true); + echo "-close\" alt=\"-\" src=\"data:image/gif;base64,R0lGODlhEgASAMQSANft94TG57Hb8GS44ez1+mC24IvK6ePx+Wa44dXs92+942e54o3L6W2844/M6dnu+P/+/l614P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABIALAAAAAASABIAQAVCoCQBTBOd6Kk4gJhGBCTPxysJb44K0qD/ER/wlxjmisZkMqBEBW5NHrMZmVKvv9hMVsO+hE0EoNAstEYGxG9heIhCADs=\" style=\"display: "; + echo (((0 == (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 15, $this->source); })()))) ? ("inline") : ("none")); + echo "\" /> + env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 16, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 16, $this->source); })())), "html", null, true); + echo "-open\" alt=\"+\" src=\"data:image/gif;base64,R0lGODlhEgASAMQTANft99/v+Ga44bHb8ITG52S44dXs9+z1+uPx+YvK6WC24G+944/M6W28443L6dnu+Ge54v/+/l614P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABMALAAAAAASABIAQAVS4DQBTiOd6LkwgJgeUSzHSDoNaZ4PU6FLgYBA5/vFID/DbylRGiNIZu74I0h1hNsVxbNuUV4d9SsZM2EzWe1qThVzwWFOAFCQFa1RQq6DJB4iIQA7\" style=\"display: "; + echo (((0 == (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 16, $this->source); })()))) ? ("none") : ("inline")); + echo "\" /> + + "; + echo trim(preg_replace('/>\s+<', ob_get_clean())); + // line 19 + echo "
env, (((isset($context["prefix"]) || array_key_exists("prefix", $context) ? $context["prefix"] : (function () { throw new RuntimeError('Variable "prefix" does not exist.', 19, $this->source); })()) . "-") . (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 19, $this->source); })())), "html", null, true); + echo "\" style=\"display: "; + echo (((0 == (isset($context["i"]) || array_key_exists("i", $context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.', 19, $this->source); })()))) ? ("block") : ("none")); + echo "\" class=\"trace\"> + "; + // line 20 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->fileExcerpt(twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 20, $this->source); })()), "file", [], "any", false, false, false, 20), twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 20, $this->source); })()), "line", [], "any", false, false, false, 20)); + echo " +
+"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/trace.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 108 => 20, 101 => 19, 93 => 16, 87 => 15, 78 => 14, 76 => 13, 72 => 12, 67 => 11, 65 => 10, 62 => 9, 57 => 7, 52 => 5, 46 => 4, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if trace.function %} + at + + {{ trace.short_class }} + {{ trace.type ~ trace.function }} + + ({{ trace.args|format_args }}) +{% endif %} + +{% if trace.file is defined and trace.file and trace.line is defined and trace.line %} + {{ trace.function ? '
' : '' }} + in {{ trace.file|format_file(trace.line) }}  + {% spaceless %} + + \"-\" + \"+\" + + {% endspaceless %} +
+ {{ trace.file|file_excerpt(trace.line) }} +
+{% endif %} +", "@Twig/Exception/trace.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig"); + } +} diff --git a/var/cache/dev/twig/5c/5c2f940833edf63401876c1ee4aac386d8ce2fb22f153f305710b31b4abcd1dd.php b/var/cache/dev/twig/5c/5c2f940833edf63401876c1ee4aac386d8ce2fb22f153f305710b31b4abcd1dd.php new file mode 100644 index 00000000..f36073df --- /dev/null +++ b/var/cache/dev/twig/5c/5c2f940833edf63401876c1ee4aac386d8ce2fb22f153f305710b31b4abcd1dd.php @@ -0,0 +1,100 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/logs.html.twig")); + + // line 1 + echo "
    + "; + // line 2 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["logs"]) || array_key_exists("logs", $context) ? $context["logs"] : (function () { throw new RuntimeError('Variable "logs" does not exist.', 2, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["log"]) { + // line 3 + echo " env, $this->source, $context["log"], "priority", [], "any", false, false, false, 3) >= 400)) { + echo " class=\"error\""; + } elseif ((twig_get_attribute($this->env, $this->source, $context["log"], "priority", [], "any", false, false, false, 3) >= 300)) { + echo " class=\"warning\""; + } + echo "> + "; + // line 4 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "priorityName", [], "any", false, false, false, 4), "html", null, true); + echo " - "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "message", [], "any", false, false, false, 4), "html", null, true); + echo " + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['log'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 7 + echo "
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/logs.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 67 => 7, 56 => 4, 47 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    + {% for log in logs %} + = 400 %} class=\"error\"{% elseif log.priority >= 300 %} class=\"warning\"{% endif %}> + {{ log.priorityName }} - {{ log.message }} + + {% endfor %} +
+", "@Twig/Exception/logs.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig"); + } +} diff --git a/var/cache/dev/twig/61/6142c706de4754b994ff751f739599fa81b057143988a122201b1d5a2cc7ac9b.php b/var/cache/dev/twig/61/6142c706de4754b994ff751f739599fa81b057143988a122201b1d5a2cc7ac9b.php new file mode 100644 index 00000000..a70de05f --- /dev/null +++ b/var/cache/dev/twig/61/6142c706de4754b994ff751f739599fa81b057143988a122201b1d5a2cc7ac9b.php @@ -0,0 +1,68 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Debug/Profiler/icon.svg")); + + // line 1 + echo " + + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Debug/Profiler/icon.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + +", "@Debug/Profiler/icon.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/icon.svg"); + } +} diff --git a/var/cache/dev/twig/62/62020b80a210947ee1b8e03242846147be32db1867d77872d4ddb66127ddbabf.php b/var/cache/dev/twig/62/62020b80a210947ee1b8e03242846147be32db1867d77872d4ddb66127ddbabf.php new file mode 100644 index 00000000..24846325 --- /dev/null +++ b/var/cache/dev/twig/62/62020b80a210947ee1b8e03242846147be32db1867d77872d4ddb66127ddbabf.php @@ -0,0 +1,375 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/twig.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/twig.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + $context["time"] = ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "templatecount", [], "any", false, false, false, 4)) ? (sprintf("%0.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "time", [], "any", false, false, false, 4))) : ("n/a")); + // line 5 + echo " "; + ob_start(); + // line 6 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/twig.svg"); + echo " + "; + // line 7 + echo twig_escape_filter($this->env, (isset($context["time"]) || array_key_exists("time", $context) ? $context["time"] : (function () { throw new RuntimeError('Variable "time" does not exist.', 7, $this->source); })()), "html", null, true); + echo " + ms + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 10 + echo " + "; + // line 11 + ob_start(); + // line 12 + echo "
+ Render Time + "; + // line 14 + echo twig_escape_filter($this->env, (isset($context["time"]) || array_key_exists("time", $context) ? $context["time"] : (function () { throw new RuntimeError('Variable "time" does not exist.', 14, $this->source); })()), "html", null, true); + echo " ms +
+
+ Template Calls + "; + // line 18 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "templatecount", [], "any", false, false, false, 18), "html", null, true); + echo " +
+
+ Block Calls + "; + // line 22 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "blockcount", [], "any", false, false, false, 22), "html", null, true); + echo " +
+
+ Macro Calls + "; + // line 26 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 26, $this->source); })()), "macrocount", [], "any", false, false, false, 26), "html", null, true); + echo " +
+ "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 29 + echo " + "; + // line 30 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 30, $this->source); })())]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 33 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 34 + echo " + "; + // line 35 + echo twig_include($this->env, $context, "@WebProfiler/Icon/twig.svg"); + echo " + Twig + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 40 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 41 + echo " "; + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 41, $this->source); })()), "templatecount", [], "any", false, false, false, 41) == 0)) { + // line 42 + echo "

Twig

+ +
+

No Twig templates were rendered for this request.

+
+ "; + } else { + // line 48 + echo "

Twig Metrics

+ +
+
+ "; + // line 52 + echo twig_escape_filter($this->env, sprintf("%0.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 52, $this->source); })()), "time", [], "any", false, false, false, 52)), "html", null, true); + echo " ms + Render time +
+ +
+ "; + // line 57 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "templatecount", [], "any", false, false, false, 57), "html", null, true); + echo " + Template calls +
+ +
+ "; + // line 62 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 62, $this->source); })()), "blockcount", [], "any", false, false, false, 62), "html", null, true); + echo " + Block calls +
+ +
+ "; + // line 67 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 67, $this->source); })()), "macrocount", [], "any", false, false, false, 67), "html", null, true); + echo " + Macro calls +
+
+ +

+ Render time includes sub-requests rendering time (if any). +

+ +

Rendered Templates

+ + + + + + + + + + "; + // line 86 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 86, $this->source); })()), "templates", [], "any", false, false, false, 86)); + foreach ($context['_seq'] as $context["template"] => $context["count"]) { + // line 87 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['template'], $context['count'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 92 + echo " +
Template NameRender Count
"; + // line 88 + echo twig_escape_filter($this->env, $context["template"], "html", null, true); + echo ""; + // line 89 + echo twig_escape_filter($this->env, $context["count"], "html", null, true); + echo "
+ +

Rendering Call Graph

+ +
+ "; + // line 98 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 98, $this->source); })()), "htmlcallgraph", [], "any", false, false, false, 98), "html", null, true); + echo " +
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/twig.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 245 => 98, 237 => 92, 228 => 89, 224 => 88, 221 => 87, 217 => 86, 195 => 67, 187 => 62, 179 => 57, 171 => 52, 165 => 48, 157 => 42, 154 => 41, 147 => 40, 136 => 35, 133 => 34, 126 => 33, 117 => 30, 114 => 29, 108 => 26, 101 => 22, 94 => 18, 87 => 14, 83 => 12, 81 => 11, 78 => 10, 72 => 7, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% set time = collector.templatecount ? '%0.0f'|format(collector.time) : 'n/a' %} + {% set icon %} + {{ include('@WebProfiler/Icon/twig.svg') }} + {{ time }} + ms + {% endset %} + + {% set text %} +
+ Render Time + {{ time }} ms +
+
+ Template Calls + {{ collector.templatecount }} +
+
+ Block Calls + {{ collector.blockcount }} +
+
+ Macro Calls + {{ collector.macrocount }} +
+ {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/twig.svg') }} + Twig + +{% endblock %} + +{% block panel %} + {% if collector.templatecount == 0 %} +

Twig

+ +
+

No Twig templates were rendered for this request.

+
+ {% else %} +

Twig Metrics

+ +
+
+ {{ '%0.0f'|format(collector.time) }} ms + Render time +
+ +
+ {{ collector.templatecount }} + Template calls +
+ +
+ {{ collector.blockcount }} + Block calls +
+ +
+ {{ collector.macrocount }} + Macro calls +
+
+ +

+ Render time includes sub-requests rendering time (if any). +

+ +

Rendered Templates

+ + + + + + + + + + {% for template, count in collector.templates %} + + + + + {% endfor %} + +
Template NameRender Count
{{ template }}{{ count }}
+ +

Rendering Call Graph

+ +
+ {{ collector.htmlcallgraph }} +
+ {% endif %} +{% endblock %} +", "@WebProfiler/Collector/twig.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig"); + } +} diff --git a/var/cache/dev/twig/64/6482e918cc52bda068660620a6328b0d9eca7f323aad204f6df165ba9be59615.php b/var/cache/dev/twig/64/6482e918cc52bda068660620a6328b0d9eca7f323aad204f6df165ba9be59615.php new file mode 100644 index 00000000..dc9e6140 --- /dev/null +++ b/var/cache/dev/twig/64/6482e918cc52bda068660620a6328b0d9eca7f323aad204f6df165ba9be59615.php @@ -0,0 +1,749 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'stylesheets' => [$this, 'block_stylesheets'], + 'body' => [$this, 'block_body'], + 'travel_lodging_program_tab_bar' => [$this, 'block_travel_lodging_program_tab_bar'], + ]; + } + + protected function doGetParent(array $context) + { + // line 3 + return $this->loadTemplate($this->extensions['AppBundle\Twig\AppExtension']->getBaseTemplate(), "default/pages/cms/fewoTravelProgram.html.twig", 3); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/cms/fewoTravelProgram.html.twig")); + + $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_stylesheets($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 6 + echo " "; + // line 7 + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-fewo.css?v"), "html", null, true); + echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-fewo.css"), "html", null, true); + echo "\"> +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 9 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 10 + echo " +
+
+ +

"; + // line 14 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 14, $this->source); })()), "name", [], "any", false, false, false, 14), "html", null, true); + echo "

+ + "; + // line 19 + echo " +
+
+ +
    + "; + // line 24 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["slider_imgs"]) || array_key_exists("slider_imgs", $context) ? $context["slider_imgs"] : (function () { throw new RuntimeError('Variable "slider_imgs" does not exist.', 24, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["lodging_image"]) { + // line 25 + echo "
  1. env, (twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 25) - 1), "html", null, true); + echo "\" "; + if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 25)) { + echo "class=\"active\""; + } + echo ">
  2. + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lodging_image'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 27 + echo "
+ +
+ "; + // line 30 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["slider_imgs"]) || array_key_exists("slider_imgs", $context) ? $context["slider_imgs"] : (function () { throw new RuntimeError('Variable "slider_imgs" does not exist.', 30, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["lodging_image"]) { + // line 31 + echo "
env, $this->source, $context["loop"], "first", [], "any", false, false, false, 31)) { + echo " active"; + } + echo "\"> +
env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("_uploads/images/" . twig_get_attribute($this->env, $this->source, $context["lodging_image"], "file", [], "any", false, false, false, 32))), "html", null, true); + echo ");background-position: center center\"> + "; + // line 33 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["lodging_image"], "fileName", [], "any", false, false, false, 33), "html", null, true); + echo " +
+
+ "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lodging_image'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 37 + echo "
+ + + + + Previous + + + + Next + + +
+
+ + "; + // line 55 + echo " + "; + // line 56 + $this->displayBlock('travel_lodging_program_tab_bar', $context, $blocks); + // line 79 + echo " +
+ + "; + // line 85 + echo " +
+ +

Allgemeines

+ +
+ + + + + + + + + + + + + + + + + + + + + +
TypAdressePLZOrtMax. PersonenanzahlKaution
+ "; + // line 105 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 105, $this->source); })()), "type", [], "any", false, false, false, 105), "html", null, true); + echo " + + "; + // line 108 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 108, $this->source); })()), "adress1", [], "any", false, false, false, 108), "html", null, true); + echo " + "; + // line 109 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 109, $this->source); })()), "adress2", [], "any", false, false, false, 109))) { + // line 110 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 110, $this->source); })()), "adress2", [], "any", false, false, false, 110), "html", null, true); + echo " + "; + } + // line 112 + echo " + "; + // line 114 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 114, $this->source); })()), "zipCode", [], "any", false, false, false, 114), "html", null, true); + echo " + + "; + // line 117 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 117, $this->source); })()), "city", [], "any", false, false, false, 117))) { + // line 118 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 118, $this->source); })()), "city", [], "any", false, false, false, 118), "html", null, true); + echo " + "; + } + // line 120 + echo " + "; + // line 122 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 122, $this->source); })()), "maximumPersons", [], "any", false, false, false, 122))) { + // line 123 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 123, $this->source); })()), "maximumPersons", [], "any", false, false, false, 123), "html", null, true); + echo " + "; + } + // line 125 + echo " + "; + // line 127 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 127, $this->source); })()), "deposit", [], "any", false, false, false, 127))) { + // line 128 + echo " "; + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 128, $this->source); })()), "deposit", [], "any", false, false, false, 128), 2, ",", "."), "html", null, true); + echo " € + "; + } + // line 130 + echo "
+
+ "; + // line 135 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 135, $this->source); })()), "description", [], "any", false, false, false, 135))) { + // line 136 + echo "
+
+ "; + // line 138 + echo twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 138, $this->source); })()), "description", [], "any", false, false, false, 138); + echo " +
+ "; + } + // line 141 + echo " +
+ + "; + // line 147 + echo " +
+
+ "; + // line 150 + echo twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 150, $this->source); })()), "equipment", [], "any", false, false, false, 150); + echo " +
+
+ + "; + // line 157 + echo " +
+

Saisons

+
+ + "; + // line 162 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 162, $this->source); })()), "prices", [], "any", false, false, false, 162))) { + // line 163 + echo " + + + + + + + + + + + + + "; + // line 176 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 176, $this->source); })()), "prices", [], "any", false, false, false, 176)); + foreach ($context['_seq'] as $context["_key"] => $context["price"]) { + // line 177 + echo " "; + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 177))) { + // line 178 + echo " + + + + + + + + + "; + } + // line 210 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['price'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 211 + echo " +
NameBeginnEndeMindestbelegungPreis pro NachtService-GebührKaution
+ + "; + // line 181 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 181), "name", [], "any", false, false, false, 181), "html", null, true); + echo " + + + env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 185), "fromDate", [], "any", false, false, false, 185), "n-Y"), "html", null, true); + echo "\"> + "; + // line 186 + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 186), "fromDate", [], "any", false, false, false, 186)), "html", null, true); + echo " + + + env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 190), "toDate", [], "any", false, false, false, 190), "n-Y"), "html", null, true); + echo "\"> + "; + // line 191 + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 191), "toDate", [], "any", false, false, false, 191)), "html", null, true); + echo " + + + "; + // line 195 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 195), "minimumStay", [], "any", false, false, false, 195), "html", null, true); + echo " "; + echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["price"], "season", [], "any", false, false, false, 195), "minimumStay", [], "any", false, false, false, 195) < 2)) ? ("Nacht") : ("Nächte")); + echo " + + "; + // line 198 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["price"], "perNight", [], "any", false, false, false, 198), 2, ",", "."), "html", null, true); + echo " € + + "; + // line 201 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["price"], "flatPrice", [], "any", false, false, false, 201), 2, ",", "."), "html", null, true); + echo " € + + "; + // line 204 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 204, $this->source); })()), "deposit", [], "any", false, false, false, 204))) { + // line 205 + echo " "; + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 205, $this->source); })()), "deposit", [], "any", false, false, false, 205), 2, ",", "."), "html", null, true); + echo " € + "; + } + // line 207 + echo "
+ "; + } else { + // line 214 + echo " Momentan sind für dieses Programm keine Termine verfügbar. + "; + } + // line 216 + echo "
+ +

Buchung

+ +

Bitte klicken Sie einen Anreisetermin (grüne Zahl), um zur Buchungsmaske zu gelagen.

+ + "; + // line 222 + $this->loadTemplate("default/pages/cms/calendarLodgingProgram.html.twig", "default/pages/cms/fewoTravelProgram.html.twig", 222)->display($context); + // line 223 + echo " +
+
+ +
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 56 + public function block_travel_lodging_program_tab_bar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "travel_lodging_program_tab_bar")); + + // line 57 + echo "
+
+ + "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/cms/fewoTravelProgram.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 475 => 57, 468 => 56, 455 => 223, 453 => 222, 445 => 216, 441 => 214, 436 => 211, 430 => 210, 425 => 207, 419 => 205, 417 => 204, 411 => 201, 405 => 198, 397 => 195, 390 => 191, 386 => 190, 379 => 186, 375 => 185, 368 => 181, 363 => 178, 360 => 177, 356 => 176, 341 => 163, 339 => 162, 332 => 157, 325 => 150, 320 => 147, 315 => 141, 309 => 138, 305 => 136, 303 => 135, 296 => 130, 290 => 128, 288 => 127, 284 => 125, 278 => 123, 276 => 122, 272 => 120, 266 => 118, 264 => 117, 258 => 114, 254 => 112, 248 => 110, 246 => 109, 242 => 108, 236 => 105, 214 => 85, 209 => 79, 207 => 56, 204 => 55, 187 => 37, 169 => 33, 165 => 32, 158 => 31, 141 => 30, 136 => 27, 115 => 25, 98 => 24, 91 => 19, 86 => 14, 80 => 10, 73 => 9, 62 => 7, 60 => 6, 53 => 5, 37 => 3,); + } + + public function getSourceContext() + { + return new Source("{#{% extends 'admin.html.twig' %}#} +{# @var fewo_lodging \\AppBundle\\Entity\\FewoLodging #} +{% extends get_base_template() %} + +{% block stylesheets %} + {# TODO Move to custom.css #} + +{% endblock stylesheets %} +{% block body %} + +
+
+ +

{{ fewo_lodging.name }}

+ + {# + ********* SLIDER ********* + #} + +
+
+ +
    + {% for lodging_image in slider_imgs %} +
  1. + {% endfor %} +
+ +
+ {% for lodging_image in slider_imgs %} +
+
+ {{ lodging_image.fileName }} +
+
+ {% endfor %} +
+ + + + + Previous + + + + Next + + +
+
+ + {# + ********* TAB BAR ********* + #} + + {% block travel_lodging_program_tab_bar %} +
+
+ + {% endblock travel_lodging_program_tab_bar %} + +
+ + {# + ********* BESCHREIBUNG ********* + #} + +
+ +

Allgemeines

+ +
+ + + + + + + + + + + + + + + + + + + + + +
TypAdressePLZOrtMax. PersonenanzahlKaution
+ {{ fewo_lodging.type }} + + {{ fewo_lodging.adress1 }} + {% if fewo_lodging.adress2 is not empty %} + {{ fewo_lodging.adress2 }} + {% endif %} + + {{ fewo_lodging.zipCode }} + + {% if fewo_lodging.city is not empty %} + {{ fewo_lodging.city }} + {% endif %} + + {% if fewo_lodging.maximumPersons is not empty %} + {{ fewo_lodging.maximumPersons }} + {% endif %} + + {% if fewo_lodging.deposit is not empty %} + {{ fewo_lodging.deposit|number_format(2, ',', '.') }} € + {% endif %} +
+
+ {% if fewo_lodging.description is not empty %} +
+
+ {{ fewo_lodging.description|raw }} +
+ {% endif %} + +
+ + {# + ********* AUSSTATTUNG ********* + #} + +
+
+ {{ fewo_lodging.equipment|raw }} +
+
+ + {# + ********* TERMINE UND PREISE ********* + #} + +
+

Saisons

+
+ + {% if fewo_lodging.prices is not empty %} + + + + + + + + + + + + + + {% for price in fewo_lodging.prices %} + {% if price.season is not empty %} + + + + + + + + + + {% endif %} + {% endfor %} + +
NameBeginnEndeMindestbelegungPreis pro NachtService-GebührKaution
+ + {{ price.season.name }} + + + + {{ price.season.fromDate|date }} + + + + {{ price.season.toDate|date }} + + + {{ price.season.minimumStay }} {{ price.season.minimumStay < 2 ? 'Nacht' : 'Nächte' }} + + {{ price.perNight|number_format(2, ',', '.') }} € + + {{ price.flatPrice|number_format(2, ',', '.') }} € + + {% if fewo_lodging.deposit is not empty %} + {{ fewo_lodging.deposit|number_format(2, ',', '.') }} € + {% endif %} +
+ {% else %} + Momentan sind für dieses Programm keine Termine verfügbar. + {% endif %} +
+ +

Buchung

+ +

Bitte klicken Sie einen Anreisetermin (grüne Zahl), um zur Buchungsmaske zu gelagen.

+ + {% include 'default/pages/cms/calendarLodgingProgram.html.twig' %} + +
+
+ +
+
+{% endblock body %}", "default/pages/cms/fewoTravelProgram.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig"); + } +} diff --git a/var/cache/dev/twig/64/64ed768e7034e76021294bed0405897c3be21568248a6a68d072f324eef981fe.php b/var/cache/dev/twig/64/64ed768e7034e76021294bed0405897c3be21568248a6a68d072f324eef981fe.php new file mode 100644 index 00000000..2ced54eb --- /dev/null +++ b/var/cache/dev/twig/64/64ed768e7034e76021294bed0405897c3be21568248a6a68d072f324eef981fe.php @@ -0,0 +1,70 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/memory.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/memory.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/memory.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg"); + } +} diff --git a/var/cache/dev/twig/6c/6c90f10fc9a33737d8bfc7237801664077828bf20aeda3fa88ae4a033eb2cffe.php b/var/cache/dev/twig/6c/6c90f10fc9a33737d8bfc7237801664077828bf20aeda3fa88ae4a033eb2cffe.php new file mode 100644 index 00000000..b6c0d5dc --- /dev/null +++ b/var/cache/dev/twig/6c/6c90f10fc9a33737d8bfc7237801664077828bf20aeda3fa88ae4a033eb2cffe.php @@ -0,0 +1,66 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Security/Collector/icon.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Security/Collector/icon.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@Security/Collector/icon.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg"); + } +} diff --git a/var/cache/dev/twig/70/70afb3a26c128fbdd5e115bbd1e71acbded9463e2a34d64b9688eef3583b335c.php b/var/cache/dev/twig/70/70afb3a26c128fbdd5e115bbd1e71acbded9463e2a34d64b9688eef3583b335c.php new file mode 100644 index 00000000..e3f051a6 --- /dev/null +++ b/var/cache/dev/twig/70/70afb3a26c128fbdd5e115bbd1e71acbded9463e2a34d64b9688eef3583b335c.php @@ -0,0 +1,203 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'head' => [$this, 'block_head'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/exception.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/exception.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_head($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); + + // line 4 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "hasexception", [], "any", false, false, false, 4)) { + // line 5 + echo " + "; + } + // line 9 + echo " "; + $this->displayParentBlock("head", $context, $blocks); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 12 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 13 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 13, $this->source); })()), "hasexception", [], "any", false, false, false, 13)) ? ("label-status-error") : ("disabled")); + echo "\"> + "; + // line 14 + echo twig_include($this->env, $context, "@WebProfiler/Icon/exception.svg"); + echo " + Exception + "; + // line 16 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 16, $this->source); })()), "hasexception", [], "any", false, false, false, 16)) { + // line 17 + echo " + 1 + + "; + } + // line 21 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 24 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 25 + echo "

Exceptions

+ + "; + // line 27 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 27, $this->source); })()), "hasexception", [], "any", false, false, false, 27)) { + // line 28 + echo "
+

No exception was thrown and caught during the request.

+
+ "; + } else { + // line 32 + echo "
+ "; + // line 33 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_exception", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 33, $this->source); })())])); + echo " +
+ "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/exception.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 138 => 33, 135 => 32, 129 => 28, 127 => 27, 123 => 25, 116 => 24, 108 => 21, 102 => 17, 100 => 16, 95 => 14, 90 => 13, 83 => 12, 73 => 9, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block head %} + {% if collector.hasexception %} + + {% endif %} + {{ parent() }} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/exception.svg') }} + Exception + {% if collector.hasexception %} + + 1 + + {% endif %} + +{% endblock %} + +{% block panel %} +

Exceptions

+ + {% if not collector.hasexception %} +
+

No exception was thrown and caught during the request.

+
+ {% else %} +
+ {{ render(path('_profiler_exception', { token: token })) }} +
+ {% endif %} +{% endblock %} +", "@WebProfiler/Collector/exception.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig"); + } +} diff --git a/var/cache/dev/twig/75/75c2b762efd564cf7fe26c9e901acde232b91acbcfe2402a98034943a15d1f5a.php b/var/cache/dev/twig/75/75c2b762efd564cf7fe26c9e901acde232b91acbcfe2402a98034943a15d1f5a.php new file mode 100644 index 00000000..a059fd2a --- /dev/null +++ b/var/cache/dev/twig/75/75c2b762efd564cf7fe26c9e901acde232b91acbcfe2402a98034943a15d1f5a.php @@ -0,0 +1,123 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/searchSidebarWidget.html.twig")); + + // line 1 + echo " + "; + // line 2 + if ((isset($context["search_form"]) || array_key_exists("search_form", $context))) { + // line 3 + echo " "; + echo twig_include($this->env, $context, "default/components/sidebar/searchSidebarWidgetInner.html.twig"); + echo " + + "; + // line 6 + echo " "; + } elseif ((isset($context["tt_search_form"]) || array_key_exists("tt_search_form", $context))) { + // line 7 + echo " "; + echo twig_include($this->env, $context, "default/components/sidebar/ttSearchSidebarWidget.html.twig"); + echo " + "; + // line 9 + echo " + "; + } elseif (( // line 10 +(isset($context["page"]) || array_key_exists("page", $context)) && !twig_test_empty((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 10, $this->source); })())))) { + // line 11 + echo " "; + // line 12 + echo " "; + if ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 12, $this->source); })()), "title", [], "any", false, false, false, 12) != "Ferienwohnungen")) { + // line 13 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:searchSidebarWidget", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 13, $this->source); })()), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 13, $this->source); })()), "name", [], "any", false, false, false, 13)])); + echo " + "; + } + // line 15 + echo " "; + } elseif (((isset($context["api"]) || array_key_exists("api", $context)) && !twig_test_empty((isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 15, $this->source); })())))) { + // line 16 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:searchSidebarApiWidget", ["api" => (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 16, $this->source); })()), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 16, $this->source); })()), "name", [], "any", false, false, false, 16)])); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/searchSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 78 => 16, 75 => 15, 69 => 13, 66 => 12, 64 => 11, 62 => 10, 59 => 9, 54 => 7, 51 => 6, 45 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + {% if search_form is defined %} + {{ include('default/components/sidebar/searchSidebarWidgetInner.html.twig') }} + + {# #WORKAROUND Overriding this block doesn't work, probably due to a Symfony bug, see ttSearch.html.twig #} + {% elseif tt_search_form is defined %} + {{ include('default/components/sidebar/ttSearchSidebarWidget.html.twig') }} + {# END WORKAROUND #} + + {% elseif page is defined and page is not empty %} + {# #HACK Dont display the search in FEWO #} + {% if page.title != 'Ferienwohnungen' %} + {{ render(controller('AppBundle:Component:searchSidebarWidget', {page:page, title:widget.name})) }} + {% endif %} + {% elseif api is defined and api is not empty %} + {{ render(controller('AppBundle:Component:searchSidebarApiWidget', {api:api, title:widget.name})) }} + {% endif %}", "default/components/sidebar/searchSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/searchSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php b/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php new file mode 100644 index 00000000..94957fa6 --- /dev/null +++ b/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php @@ -0,0 +1,404 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/exception.html.twig")); + + // line 1 + echo "
+
+ +
+ \"Exception +
+
+
+ \"\" +
+ +

"; + // line 14 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatFileFromText(nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 14, $this->source); })()), "message", [], "any", false, false, false, 14), "html", null, true))); + echo "

+ +
+ "; + // line 17 + echo twig_escape_filter($this->env, (isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 17, $this->source); })()), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, (isset($context["status_text"]) || array_key_exists("status_text", $context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.', 17, $this->source); })()), "html", null, true); + echo " - "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 17, $this->source); })()), "class", [], "any", false, false, false, 17)); + echo " +
+ + "; + // line 20 + $context["previous_count"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 20, $this->source); })()), "allPrevious", [], "any", false, false, false, 20)); + // line 21 + echo " "; + if ((isset($context["previous_count"]) || array_key_exists("previous_count", $context) ? $context["previous_count"] : (function () { throw new RuntimeError('Variable "previous_count" does not exist.', 21, $this->source); })())) { + // line 22 + echo "
"; + echo twig_escape_filter($this->env, (isset($context["previous_count"]) || array_key_exists("previous_count", $context) ? $context["previous_count"] : (function () { throw new RuntimeError('Variable "previous_count" does not exist.', 22, $this->source); })()), "html", null, true); + echo " linked Exception"; + echo ((((isset($context["previous_count"]) || array_key_exists("previous_count", $context) ? $context["previous_count"] : (function () { throw new RuntimeError('Variable "previous_count" does not exist.', 22, $this->source); })()) > 1)) ? ("s") : ("")); + echo ": + +
+ "; + } + // line 32 + echo " +
+ \"\" +
+
+
+
+ +"; + // line 40 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 40, $this->source); })()), "toarray", [], "any", false, false, false, 40)); + foreach ($context['_seq'] as $context["position"] => $context["e"]) { + // line 41 + echo " "; + $this->loadTemplate("@Twig/Exception/traces.html.twig", "@Twig/Exception/exception.html.twig", 41)->display(twig_to_array(["exception" => $context["e"], "position" => $context["position"], "count" => (isset($context["previous_count"]) || array_key_exists("previous_count", $context) ? $context["previous_count"] : (function () { throw new RuntimeError('Variable "previous_count" does not exist.', 41, $this->source); })())])); + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['position'], $context['e'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 43 + echo " +"; + // line 44 + if ((isset($context["logger"]) || array_key_exists("logger", $context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.', 44, $this->source); })())) { + // line 45 + echo "
+
+ "; + // line 47 + ob_start(); + // line 48 + echo "

+ Logs  + + \"+\" + \"-\" + +

+ "; + echo trim(preg_replace('/>\s+<', ob_get_clean())); + // line 56 + echo " + "; + // line 57 + if (twig_get_attribute($this->env, $this->source, (isset($context["logger"]) || array_key_exists("logger", $context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.', 57, $this->source); })()), "counterrors", [], "any", false, false, false, 57)) { + // line 58 + echo "
+ + "; + // line 60 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["logger"]) || array_key_exists("logger", $context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.', 60, $this->source); })()), "counterrors", [], "any", false, false, false, 60), "html", null, true); + echo " error"; + echo (((twig_get_attribute($this->env, $this->source, (isset($context["logger"]) || array_key_exists("logger", $context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.', 60, $this->source); })()), "counterrors", [], "any", false, false, false, 60) > 1)) ? ("s") : ("")); + echo " + +
+ "; + } + // line 64 + echo "
+ +
+ "; + // line 67 + $this->loadTemplate("@Twig/Exception/logs.html.twig", "@Twig/Exception/exception.html.twig", 67)->display(twig_to_array(["logs" => twig_get_attribute($this->env, $this->source, (isset($context["logger"]) || array_key_exists("logger", $context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.', 67, $this->source); })()), "logs", [], "any", false, false, false, 67)])); + // line 68 + echo "
+
+"; + } + // line 71 + echo " +"; + // line 72 + if ((isset($context["currentContent"]) || array_key_exists("currentContent", $context) ? $context["currentContent"] : (function () { throw new RuntimeError('Variable "currentContent" does not exist.', 72, $this->source); })())) { + // line 73 + echo "
+ "; + // line 74 + ob_start(); + // line 75 + echo "

+ Content of the Output  + + \"-\" + \"+\" + +

+ "; + echo trim(preg_replace('/>\s+<', ob_get_clean())); + // line 83 + echo " +
+ "; + // line 85 + echo twig_escape_filter($this->env, (isset($context["currentContent"]) || array_key_exists("currentContent", $context) ? $context["currentContent"] : (function () { throw new RuntimeError('Variable "currentContent" does not exist.', 85, $this->source); })()), "html", null, true); + echo " +
+ +
+
+"; + } + // line 91 + echo " +"; + // line 92 + $this->loadTemplate("@Twig/Exception/traces_text.html.twig", "@Twig/Exception/exception.html.twig", 92)->display(twig_to_array(["exception" => (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 92, $this->source); })())])); + // line 93 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/exception.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 223 => 93, 221 => 92, 218 => 91, 209 => 85, 205 => 83, 195 => 75, 193 => 74, 190 => 73, 188 => 72, 185 => 71, 180 => 68, 178 => 67, 173 => 64, 164 => 60, 160 => 58, 158 => 57, 155 => 56, 145 => 48, 143 => 47, 139 => 45, 137 => 44, 134 => 43, 127 => 41, 123 => 40, 113 => 32, 108 => 29, 91 => 26, 88 => 25, 84 => 24, 76 => 22, 73 => 21, 71 => 20, 61 => 17, 55 => 14, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
+
+ +
+ \"Exception +
+
+
+ \"\" +
+ +

{{ exception.message|nl2br|format_file_from_text }}

+ +
+ {{ status_code }} {{ status_text }} - {{ exception.class|abbr_class }} +
+ + {% set previous_count = exception.allPrevious|length %} + {% if previous_count %} +
{{ previous_count }} linked Exception{{ previous_count > 1 ? 's' : '' }}: +
    + {% for i, previous in exception.allPrevious %} +
  • + {{ previous.class|abbr_class }} » +
  • + {% endfor %} +
+
+ {% endif %} + +
+ \"\" +
+
+
+
+ +{% for position, e in exception.toarray %} + {% include '@Twig/Exception/traces.html.twig' with { 'exception': e, 'position': position, 'count': previous_count } only %} +{% endfor %} + +{% if logger %} +
+
+ {% spaceless %} +

+ Logs  + + \"+\" + \"-\" + +

+ {% endspaceless %} + + {% if logger.counterrors %} +
+ + {{ logger.counterrors }} error{{ logger.counterrors > 1 ? 's' : ''}} + +
+ {% endif %} +
+ +
+ {% include '@Twig/Exception/logs.html.twig' with { 'logs': logger.logs } only %} +
+
+{% endif %} + +{% if currentContent %} +
+ {% spaceless %} +

+ Content of the Output  + + \"-\" + \"+\" + +

+ {% endspaceless %} + +
+ {{ currentContent }} +
+ +
+
+{% endif %} + +{% include '@Twig/Exception/traces_text.html.twig' with { 'exception': exception } only %} + + +", "@Twig/Exception/exception.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig"); + } +} diff --git a/var/cache/dev/twig/7a/7a02940a438da1d2c693365f90f9afe73e9d070e2a81fc5544bbf230e0e14bc9.php b/var/cache/dev/twig/7a/7a02940a438da1d2c693365f90f9afe73e9d070e2a81fc5544bbf230e0e14bc9.php new file mode 100644 index 00000000..13f46275 --- /dev/null +++ b/var/cache/dev/twig/7a/7a02940a438da1d2c693365f90f9afe73e9d070e2a81fc5544bbf230e0e14bc9.php @@ -0,0 +1,536 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/footer.html.twig")); + + // line 1 + echo " + + +
+
+ +
+ +
+ +

030 - 700 94 100

+

"; + // line 118 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 118, $this->source); })()), "available", [], "any", false, false, false, 118), "phone", [], "any", false, false, false, 118), "active", [], "any", false, false, false, 118)) { + // line 119 + echo " erreichbar + "; + } else { + // line 121 + echo " erreichbar + "; + } + // line 123 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 123, $this->source); })()), "available", [], "any", false, false, false, 123), "phone", [], "any", false, false, false, 123), "content", [], "any", false, false, false, 123), "html", null, true); + echo "

+
+ +
+ +

stern@sterntours.de

+

schreiben Sie uns jederzeit

+
+ +
+ +

Kontaktformular

+

oder nutzen Sie einfach unser:

+
+ +
+ +

Über uns

+

Erfahren Sie mehr über unser Reisebüro.

+
+ +
+ +
+
+
+
+
+
+

Ihre Vorteile bei STERN TOURS

+

Unsere Produktauswahl ist vielfältig. Neben dem Pauschaltourismus und Jugendreisen sind wir auf individuelle Kulturreisen spezialisiert.

+ + + env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/dummy.png"), "html", null, true); + echo "\" data-src=\""; + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/STERN_22-Jahre.png"), "html", null, true); + echo "\" alt=\"Stern Tours 20 Jahre\"> +
    +
  • Spezialist seit 1998
  • +
  • Top Service
  • +
  • Riesen Auswahl
  • +
  • Individuelle Beratung
  • +
+
+ +
+
+
+

Reiseversicherung

+ "; + // line 169 + if (isset($context['assetic']['debug']) && $context['assetic']['debug']) { + // asset "119d363_0" + $context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_119d363_0") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_controller/images/119d363_rundv_1.png"); + // line 170 + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/dummy.png"), "html", null, true); + echo "\" data-src=\""; + echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 170, $this->source); })()), "html", null, true); + echo "\" alt=\"R + V\"> + "; + } else { + // asset "119d363" + $context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_119d363") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_controller/images/119d363.png"); + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/dummy.png"), "html", null, true); + echo "\" data-src=\""; + echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 170, $this->source); })()), "html", null, true); + echo "\" alt=\"R + V\"> + "; + } + unset($context["asset_url"]); + // line 172 + echo "
+
+

Sicherheit

+ "; + // line 175 + if (isset($context['assetic']['debug']) && $context['assetic']['debug']) { + // asset "3bc8286_0" + $context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_3bc8286_0") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_controller/images/3bc8286_ssl_1.png"); + // line 176 + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/dummy.png"), "html", null, true); + echo "\" data-src=\""; + echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 176, $this->source); })()), "html", null, true); + echo "\" alt=\"SSL\" style=\"margin-top: 0.3rem;\"> + "; + } else { + // asset "3bc8286" + $context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_3bc8286") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_controller/images/3bc8286.png"); + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/dummy.png"), "html", null, true); + echo "\" data-src=\""; + echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 176, $this->source); })()), "html", null, true); + echo "\" alt=\"SSL\" style=\"margin-top: 0.3rem;\"> + "; + } + unset($context["asset_url"]); + // line 178 + echo "
+
+
+
+
+
+
+ +
+
+
+
+

STERN TOURS © "; + // line 190 + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true); + echo "

+
+ + +
+
+
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/footer.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 293 => 190, 279 => 178, 261 => 176, 257 => 175, 252 => 172, 234 => 170, 230 => 169, 212 => 156, 175 => 123, 171 => 121, 167 => 119, 165 => 118, 53 => 9, 49 => 8, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +
+
+ +
+ +
+ +

030 - 700 94 100

+

{% if(content.available.phone.active) %} + erreichbar + {% else %} + erreichbar + {% endif %} + {{ content.available.phone.content }}

+
+ +
+ +

stern@sterntours.de

+

schreiben Sie uns jederzeit

+
+ +
+ +

Kontaktformular

+

oder nutzen Sie einfach unser:

+
+ +
+ +

Über uns

+

Erfahren Sie mehr über unser Reisebüro.

+
+ +
+ +
+
+
+
+
+
+

Ihre Vorteile bei STERN TOURS

+

Unsere Produktauswahl ist vielfältig. Neben dem Pauschaltourismus und Jugendreisen sind wir auf individuelle Kulturreisen spezialisiert.

+ + + \"Stern +
    +
  • Spezialist seit 1998
  • +
  • Top Service
  • +
  • Riesen Auswahl
  • +
  • Individuelle Beratung
  • +
+
+ +
+
+
+

Reiseversicherung

+ {% image '@AppBundle/Resources/public/images/logos/rundv.png' %} + \"R + {% endimage %} +
+
+

Sicherheit

+ {% image '@AppBundle/Resources/public/images/logos/ssl.png' %} + \"SSL\" + {% endimage %} +
+
+
+
+
+
+
+ +
+
+
+
+

STERN TOURS © {{ 'now'|date('Y') }}

+
+ + +
+
+
", "default/components/footer.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/footer.html.twig"); + } +} diff --git a/var/cache/dev/twig/7e/7e6a236b7dd25cf5392a65d8ca59da327616c566f71b5f571cda85962886535d.php b/var/cache/dev/twig/7e/7e6a236b7dd25cf5392a65d8ca59da327616c566f71b5f571cda85962886535d.php new file mode 100644 index 00000000..fc85e441 --- /dev/null +++ b/var/cache/dev/twig/7e/7e6a236b7dd25cf5392a65d8ca59da327616c566f71b5f571cda85962886535d.php @@ -0,0 +1,2130 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/profiler.css.twig")); + + // line 3 + $context["mixins"] = ["break_long_words" => "-ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;", "monospace_font" => "font-family: monospace; font-size: 13px; font-size-adjust: 0.5;", "sans_serif_font" => "font-family: Helvetica, Arial, sans-serif;", "subtle_border_and_shadow" => "background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);"]; + // line 9 + echo " +"; + // line 11 + $context["colors"] = ["success" => "#4F805D", "warning" => "#A46A1F", "error" => "#B0413E"]; + // line 12 + echo " +"; + // line 16 + echo "html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} + +"; + // line 20 + echo "html, body { + height: 100%; + width: 100%; +} +body { + background-color: #F9F9F9; + color: #222; + display: flex; + flex-direction: column; + "; + // line 29 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 29, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 29); + echo " + font-size: 14px; + line-height: 1.4; +} + +h2, h3, h4 { + font-weight: 500; + margin: 1.5em 0 .5em; +} +h2 + h3, +h3 + h4 { + margin-top: 1em; +} +h2 { + font-size: 24px; +} +h3 { + font-size: 21px; +} +h4 { + font-size: 18px; +} +h2 span, h3 span, h4 span, +h2 small, h3 small, h4 small { + color: #999; +} + +li { + margin-bottom: 10px; +} + +p { + font-size: 16px; + margin-bottom: 1em; +} + +a { + color: #218BC3; + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.link-inverse { + text-decoration: underline; +} +a.link-inverse:hover { + text-decoration: none; +} +a:active, +a:hover { + outline: 0; +} +h2 a, +h3 a, +h4 a { + text-decoration: underline; +} +h2 a:hover, +h3 a:hover, +h4 a:hover { + text-decoration: none; +} + +abbr { + border-bottom: 1px dotted #444; + cursor: help; +} + +code, pre { + "; + // line 99 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 99, $this->source); })()), "monospace_font", [], "any", false, false, false, 99); + echo " +} + +"; + // line 104 + echo "button { + "; + // line 105 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 105, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 105); + echo " +} +.btn { + background: #777; + border-radius: 2px; + border: 0; + color: #F5F5F5; + display: inline-block; + padding: .5em .75em; +} +.btn:hover { + cursor: pointer; + opacity: 0.8; + text-decoration: none; +} +.btn-sm { + font-size: 12px; +} +.btn-sm svg { + height: 16px; + width: 16px; + vertical-align: middle; +} +.btn-link { + border-color: transparent; + color: #218BC3; + text-decoration: none; + background-color: transparent; + outline: none; + border: 0; + padding: 0; + cursor: pointer; +} +.btn-link:hover { + text-decoration: underline; +} +"; + // line 143 + echo "table, tr, th, td { + background: #FFF; + border-collapse: collapse; + line-height: 1.5; + vertical-align: top; +} +table { + "; + // line 150 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 150, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 150); + echo "; + margin: 1em 0; + width: 100%; +} + +table th, table td { + padding: 8px 10px; +} + +table th { + font-weight: bold; + text-align: left; +} +table thead th { + background-color: #E0E0E0; +} +table thead th.key { + width: 19%; +} + +table tbody th, +table tbody td { + "; + // line 172 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 172, $this->source); })()), "monospace_font", [], "any", false, false, false, 172); + echo " + border: 1px solid #E0E0E0; + border-width: 1px 0; +} + +table tbody td { + "; + // line 178 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 178, $this->source); })()), "break_long_words", [], "any", false, false, false, 178); + echo " +} + +table tbody div { + margin: .25em 0; +} +table tbody ul { + margin: 0; + padding: 0 0 0 1em; +} + +"; + // line 191 + echo ".block { + display: block; +} +.hidden { + display: none; +} +.nowrap { + white-space: pre; +} +.newline { + display: block; +} +.break-long-words { + "; + // line 204 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 204, $this->source); })()), "break_long_words", [], "any", false, false, false, 204); + echo " +} +.text-small { + font-size: 12px !important; +} +.text-muted { + color: #999; +} +.text-bold { + font-weight: bold; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.font-normal { + "; + // line 222 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 222, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 222); + echo " + font-size: 14px; +} +.help { + color: #999; + font-size: 14px; + margin-bottom: .5em; +} +.empty { + border: 4px dashed #E0E0E0; + color: #999; + margin: 1em 0; + padding: .5em 2em; +} + +.label { + background-color: #666; + color: #FAFAFA; + display: inline-block; + font-size: 12px; + font-weight: bold; + padding: 3px 7px; + white-space: nowrap; +} +.label.same-width { + min-width: 70px; + text-align: center; +} +.label.status-success { background: "; + // line 250 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 250, $this->source); })()), "success", [], "any", false, false, false, 250); + echo "; color: #FFF; } +.label.status-warning { background: "; + // line 251 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 251, $this->source); })()), "warning", [], "any", false, false, false, 251); + echo "; color: #FFF; } +.label.status-error { background: "; + // line 252 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 252, $this->source); })()), "error", [], "any", false, false, false, 252); + echo "; color: #FFF; } + +"; + // line 256 + echo ".metrics { + margin: 1em 0 0; + overflow: auto; +} +.metrics .metric { + float: left; + margin: 0 1em 1em 0; +} + +.metric { + "; + // line 266 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 266, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 266); + echo "; + min-width: 100px; + min-height: 70px; +} +.metric .value { + display: block; + font-size: 28px; + padding: 8px 15px 4px; + text-align: center; +} +.metric .value svg { + margin: 5px 0 -5px; +} +.metric .unit { + color: #999; + font-size: 18px; + margin-left: -4px; +} +.metric .label { + background: #E0E0E0; + color: #222; + display: block; + font-size: 12px; + padding: 5px; + text-align: center; +} + +.metrics-horizontal .metric { + min-height: 0; + min-width: 0; +} +.metrics-horizontal .metric .value, +.metrics-horizontal .metric .label { + display: inline; + padding: 2px 6px; +} +.metrics-horizontal .metric .label { + display: inline-block; + padding: 6px; +} +.metrics-horizontal .metric .value { + font-size: 16px; +} +.metrics-horizontal .metric .value svg { + max-height: 14px; + line-height: 10px; + margin: 0; + padding-left: 4px; + vertical-align: middle; +} + +.metric-divider { + float: left; + margin: 0 1em; + min-height: 1px; "; + // line 321 + echo "} + +"; + // line 325 + echo ".card { + "; + // line 326 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 326, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 326); + echo "; + margin: 1em 0; + padding: 10px; +} +.card-block + .card-block { + border-top: 1px solid #E0E0E0; + padding-top: 10px; +} +.card *:first-child, +.card-block *:first-child { + margin-top: 0; +} +.card .label { + background-color: #EEE; + color: #222; +} + +"; + // line 345 + echo ".status-success { + background: rgba(94, 151, 110, 0.3); +} +.status-warning { + background: rgba(240, 181, 24, 0.3); +} +.status-error { + background: rgba(176, 65, 62, 0.2); +} +.status-success td, +.status-warning td, +.status-error td { + background: transparent; +} +tr.status-error td, +tr.status-warning td { + border-bottom: 1px solid #FAFAFA; + border-top: 1px solid #FAFAFA; +} + +.status-warning .colored { + color: "; + // line 366 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 366, $this->source); })()), "warning", [], "any", false, false, false, 366); + echo "; +} +.status-error .colored { + color: "; + // line 369 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 369, $this->source); })()), "error", [], "any", false, false, false, 369); + echo "; +} + +"; + // line 374 + echo ".highlight pre { + margin: 0; + white-space: pre-wrap; +} + +.highlight .keyword { color: #8959A8; font-weight: bold; } +.highlight .word { color: #222222; } +.highlight .variable { color: #916319; } +.highlight .symbol { color: #222222; } +.highlight .comment { color: #999999; } +.highlight .backtick { color: #718C00; } +.highlight .string { color: #718C00; } +.highlight .number { color: #F5871F; font-weight: bold; } +.highlight .error { color: #C82829; } + +"; + // line 391 + echo ".sf-icon { + vertical-align: middle; + background-repeat: no-repeat; + background-size: contain; + width: 16px; + height: 16px; + display: inline-block; +} +.sf-icon svg { + width: 16px; + height: 16px; +} +.sf-icon.sf-medium, +.sf-icon.sf-medium svg { + width: 24px; + height: 24px; +} +.sf-icon.sf-large, +.sf-icon.sf-large svg { + width: 32px; + height: 32px; +} + + +"; + // line 417 + echo ".container { + max-width: 1300px; + padding-right: 15px; +} +#header { + flex: 0 0 auto; +} +#header .container { + display: flex; + flex-direction: row; + justify-content: space-between; +} +#summary { + flex: 0 0 auto; +} +#content { + height: 100%; +} +#main { + display: flex; + flex-direction: row-reverse; + min-height: 100%; +} +#sidebar { + flex: 0 0 220px; +} +#collector-wrapper { + flex: 0 1 100%; + min-width: 0; +} +#collector-content { + margin: 0 0 30px 0; + padding: 14px 0 14px 20px; +} + +#main h2:first-of-type { + margin-top: 0; +} + +"; + // line 458 + echo "#header { + background-color: #222; + overflow: hidden; +} +#header h1 { + color: #FFF; + font-weight: normal; + font-size: 21px; + margin: 0; + padding: 10px 10px 8px; +} +#header h1 span { + color: #CCC; +} +#header h1 svg { + height: 40px; + width: 40px; + margin-top: -4px; + vertical-align: middle; +} +#header h1 svg path { + fill: #FFF; +} +#header .search { + padding-top: 11px; +} +#header .search input { + border: 1px solid #DDD; + margin-right: 4px; + padding: 7px 8px; + width: 200px; +} + +"; + // line 493 + echo "#summary .status { + background: #E0E0E0; + border: solid rgba(0, 0, 0, 0.1); + border-width: 2px 0; + padding: 10px; +} +#summary h2, +#summary h2 a { + color: #222; + font-size: 21px; + margin: 0; + text-decoration: none; +} +#summary h2 a:hover { + text-decoration: underline; +} + +#summary .status-success { background: "; + // line 510 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 510, $this->source); })()), "success", [], "any", false, false, false, 510); + echo "; } +#summary .status-warning { background: "; + // line 511 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 511, $this->source); })()), "warning", [], "any", false, false, false, 511); + echo "; } +#summary .status-error { background: "; + // line 512 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 512, $this->source); })()), "error", [], "any", false, false, false, 512); + echo "; } + +#summary .status-success h2, +#summary .status-success a, +#summary .status-warning h2, +#summary .status-warning a, +#summary .status-error h2, +#summary .status-error a { + color: #FFF; +} + +#summary dl.metadata { + margin: 5px 0 0; + color: rgba(255, 255, 255, 0.75); +} +#summary dl.metadata dt, +#summary dl.metadata dd { + display: inline-block; + font-size: 13px; +} +#summary dl.metadata dt { + font-weight: bold; +} +#summary dl.metadata dt:after { + content: ':'; +} +#summary dl.metadata dd { + margin: 0 1.5em 0 0; +} + +#summary dl.metadata .label { + background: rgba(255, 255, 255, 0.2); +} + +"; + // line 548 + echo "#sidebar { + background: #444; + color: #CCC; + padding-bottom: 30px; + position: relative; + width: 220px; + z-index: 9999; +} +#sidebar .module { + padding: 10px; + width: 220px; +} + +"; + // line 563 + echo "#sidebar #sidebar-shortcuts { + background: #333; + width: 220px; +} +#sidebar #sidebar-shortcuts .shortcuts { + position: relative; + padding: 16px 10px; +} +#sidebar-shortcuts .icon { + display: block; + float: left; + width: 50px; + margin: 2px 0 0 -10px; + text-align: center; +} +#sidebar #sidebar-shortcuts .btn { + color: #F5F5F5; +} +#sidebar #sidebar-shortcuts .btn + .btn { + margin-left: 5px; +} +#sidebar #sidebar-shortcuts .btn { + padding: .5em; +} + +"; + // line 590 + echo "#sidebar-search .form-group:first-of-type { + padding-top: 20px; +} +#sidebar-search .form-group { + clear: both; + overflow: hidden; + padding-bottom: 10px; +} +#sidebar-search .form-group label { + float: left; + font-size: 13px; + line-height: 24px; + width: 60px; +} +#sidebar-search .form-group input, +#sidebar-search .form-group select { + float: left; + font-size: 13px; + padding: 3px 6px; +} +#sidebar-search .form-group input { + background: #CCC; + border: 1px solid #999; + color: #222; + width: 120px; +} +#sidebar-search .form-group select { + color: #222; +} +#sidebar-search .form-group .btn { + float: right; + margin-right: 10px; +} + +"; + // line 626 + echo "#menu-profiler { + margin: 0; + padding: 0; + list-style-type: none; +} +#menu-profiler li { + position: relative; + margin-bottom: 0; +} +#menu-profiler li a { + border: solid transparent; + border-width: 2px 0; + color: #CCC; + display: block; +} +#menu-profiler li a:hover { + text-decoration: none; +} +#menu-profiler li a .label { + background: transparent; + color: #EEE; + display: block; + padding: 8px 10px 8px 50px; + overflow: hidden; + white-space: nowrap; +} +#menu-profiler li a .label .icon { + display: block; + position: absolute; + left: 0; + top: 8px; + width: 50px; + text-align: center; +} +#menu-profiler .label .icon img, +#menu-profiler .label .icon svg { + height: 24px; + max-width: 24px; +} +#menu-profiler li a .label .icon svg path { + fill: #DDD; +} +#menu-profiler li a .label strong { + font-size: 16px; + font-weight: normal; +} +#menu-profiler li a .label.disabled { + opacity: .25; +} +#menu-profiler li a:hover .label.disabled, +#menu-profiler li.selected a .label.disabled { + opacity: 1; +} + +#menu-profiler li.selected a, +#menu-profiler:hover li.selected a:hover, +#menu-profiler li a:hover { + background: #666; + border: solid #555; + border-width: 2px 0; +} +#menu-profiler li.selected a .label, +#menu-profiler li a:hover .label { + color: #FFF; +} +#menu-profiler li.selected a .icon svg path, +#menu-profiler li a:hover .icon svg path { + fill: #FFF; +} + +#menu-profiler li a .count { + background-color: #666; + color: #FFF; + display: inline-block; + font-weight: bold; + min-width: 10px; + padding: 2px 6px; + position: absolute; + right: 10px; + text-align: center; + vertical-align: baseline; + white-space: nowrap; +} +#menu-profiler li a span.count span { + font-size: 12px; + +} +#menu-profiler li a span.count span + span::before { + content: \" / \"; + color: #AAA; +} + +#menu-profiler .label-status-warning .count { + background: "; + // line 719 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 719, $this->source); })()), "warning", [], "any", false, false, false, 719); + echo "; +} +#menu-profiler .label-status-error .count { + background: "; + // line 722 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 722, $this->source); })()), "error", [], "any", false, false, false, 722); + echo "; +} + +"; + // line 727 + echo "#timeline-control { + background: #FFF; + margin: 1em 0; + padding: 10px; +} +#timeline-control label { + font-weight: bold; + margin-right: 1em; +} +#timeline-control input { + font-size: 16px; + padding: 4px; + text-align: right; + width: 40px; +} +#timeline-control .help { + margin-left: 1em; +} + +.sf-profiler-timeline .legends { + font-size: 12px; + line-height: 1.5em; +} +.sf-profiler-timeline .legends span { + border-left: solid 14px; + padding: 0 10px 0 5px; +} +.sf-profiler-timeline canvas { + border: 1px solid #DDD; + background: #FFF; + margin: .5em 0; +} +.sf-profiler-timeline + p.help { + margin-top: 0; +} + +"; + // line 765 + echo ".tab-navigation { + margin: 0 0 1em 0; + padding: 0; +} +.tab-navigation li { + background: #FFF; + border: 1px solid #DDD; + color: #444; + cursor: pointer; + display: inline-block; + font-size: 16px; + margin: 0 0 0 -1px; + padding: .5em .75em; + z-index: 1; +} +.tab-navigation li:hover { + background: #EEE; +} +.tab-navigation li .badge { + background-color: #F5F5F5; + color: #777; + display: inline-block; + font-size: 14px; + font-weight: bold; + margin-left: 8px; + min-width: 10px; + padding: 1px 6px; + text-align: center; + white-space: nowrap; +} +.tab-navigation li:hover .badge { + background: #FAFAFA; + color: #777; +} +.tab-navigation li.disabled { + background: #F5F5F5; + color: #999; +} +.tab-navigation li.active { + background: #666; + border-color: #666; + color: #FAFAFA; + z-index: 1100; +} +.tab-navigation li.active .badge { + background-color: #444; + color: #FFF; +} +.tab-content > *:first-child { + margin-top: 0; +} + +"; + // line 819 + echo ".sf-toggle-content { + -moz-transition: display .25s ease; + -webkit-transition: display .25s ease; + transition: display .25s ease; +} +.sf-toggle-content.sf-toggle-hidden { + display: none; +} +.sf-toggle-content.sf-toggle-visible { + display: block; +} + +"; + // line 833 + echo "#twig-dump pre { + font-size: 12px; + line-height: 1.7; +} +#twig-dump span { + border-radius: 2px; + padding: 1px 2px; +} +#twig-dump .status-error { background: transparent; color: #B0413E; } +#twig-dump .status-warning { background: rgba(240, 181, 24, 0.3); } +#twig-dump .status-success { background: rgba(100, 189, 99, 0.2); } + +"; + // line 847 + echo "table.logs .metadata { + color: #777; + display: block; + font-size: 12px; + padding-top: 4px; +} +table.logs .metadata strong { + color: #222; +} +table.logs .metadata .context { + background: #F5F5F5; + color: #222; +} +table.logs .metadata .context pre { + margin: 5px 0; + padding: 5px 10px; + white-space: pre-wrap; +} + +table.logs .sf-call-stack { + margin: 1em 0 1em 1.5em; +} +table.logs .sf-call-stack li { + margin-bottom: 5px; +} +table.logs .sf-call-stack abbr { + border: none; +} + +"; + // line 878 + echo ".sql-runnable { + background: #F5F5F5; + margin: .5em 0; + padding: 1em; +} +.queries-table pre { + "; + // line 884 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 884, $this->source); })()), "break_long_words", [], "any", false, false, false, 884); + echo " + margin: 0; + white-space: pre-wrap; +} + +"; + // line 891 + echo "#collector-content .sf-dump { + margin-bottom: 2em; +} +#collector-content pre.sf-dump, +#collector-content .sf-dump code, +#collector-content .sf-dump samp { + "; + // line 897 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 897, $this->source); })()), "monospace_font", [], "any", false, false, false, 897); + echo " +} +#collector-content pre.sf-dump { + background: #222; + line-height: 1.4; + margin-top: .5em; + padding: 1em; +} +#collector-content .sf-dump h3 { + font-size: 18px; + margin: .5em 0 0; +} +#collector-content .sf-dump h3 a { + cursor: pointer; +} + +#collector-content pre.sf-dump { color: #CC7832; } +#collector-content .sf-dump-str { color: #629755; } +#collector-content .sf-dump-private, +#collector-content .sf-dump-protected, +#collector-content .sf-dump-public { color: #E0E0E0; } +#collector-content .sf-dump-note { color: #6897BB; } +#collector-content .sf-dump-key { color: #A5C261; } + +#collector-content .sf-dump .trace { + border: 1px solid #DDD; + background: #FFF; + padding: 10px; + margin: 1em 0; +} +#collector-content .sf-dump .trace { + font-size: 12px; +} +#collector-content .sf-dump .trace code { + font-size: 14px; +} +#collector-content .sf-dump .trace li { + margin-bottom: 0; + padding: 5px 0; +} +#collector-content .sf-dump .trace li.selected { + background: rgba(255, 255, 153, 0.5); +} + +"; + // line 943 + echo "#search-results td { + "; + // line 944 + echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 944, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 944); + echo " + vertical-align: middle; +} + +#search-results .sf-search { + visibility: hidden; + margin-left: 2px; +} +#search-results tr:hover .sf-search { + visibility: visible; +} + +"; + // line 958 + echo " +.visible-small { + display: none; +} +.hidden-small { + display: inherit; +} + +@media (max-width: 768px) { + #sidebar { + flex-basis: 50px; + overflow-x: hidden; + transition: flex-basis 200ms ease-out; + } + #sidebar:hover, #sidebar.expanded { + flex-basis: 220px; + } + + #sidebar-search { + display: none; + } + #sidebar:hover #sidebar-search.sf-toggle-visible, #sidebar.expanded #sidebar-search.sf-toggle-visible { + display: block; + } + + #sidebar .module { + display: none; + } + #sidebar:hover .module, #sidebar.expanded .module { + display: block; + } + + .visible-small { + display: inherit; + } + .hidden-small { + display: none; + } + + .btn-sm svg { + margin-left: 2px; + } +} +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/profiler.css.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 1062 => 958, 1047 => 944, 1044 => 943, 997 => 897, 989 => 891, 981 => 884, 973 => 878, 942 => 847, 928 => 833, 914 => 819, 860 => 765, 822 => 727, 816 => 722, 810 => 719, 715 => 626, 679 => 590, 652 => 563, 637 => 548, 600 => 512, 596 => 511, 592 => 510, 573 => 493, 538 => 458, 497 => 417, 471 => 391, 454 => 374, 448 => 369, 442 => 366, 419 => 345, 399 => 326, 396 => 325, 392 => 321, 335 => 266, 323 => 256, 318 => 252, 314 => 251, 310 => 250, 279 => 222, 258 => 204, 243 => 191, 229 => 178, 220 => 172, 195 => 150, 186 => 143, 147 => 105, 144 => 104, 138 => 99, 65 => 29, 54 => 20, 50 => 16, 47 => 12, 45 => 11, 42 => 9, 40 => 3,); + } + + public function getSourceContext() + { + return new Source("{# Mixins + ========================================================================= #} +{% set mixins = { + 'break_long_words': '-ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;', + 'monospace_font': 'font-family: monospace; font-size: 13px; font-size-adjust: 0.5;', + 'sans_serif_font': 'font-family: Helvetica, Arial, sans-serif;', + 'subtle_border_and_shadow': 'background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);' +} %} + +{# when updating any of these colors, do the same in toolbar.css.twig #} +{% set colors = { 'success': '#4F805D', 'warning': '#A46A1F', 'error': '#B0413E' } %} + +{# Normalization + (normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css) + ========================================================================= #} +html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} + +{# Basic styles + ========================================================================= #} +html, body { + height: 100%; + width: 100%; +} +body { + background-color: #F9F9F9; + color: #222; + display: flex; + flex-direction: column; + {{ mixins.sans_serif_font|raw }} + font-size: 14px; + line-height: 1.4; +} + +h2, h3, h4 { + font-weight: 500; + margin: 1.5em 0 .5em; +} +h2 + h3, +h3 + h4 { + margin-top: 1em; +} +h2 { + font-size: 24px; +} +h3 { + font-size: 21px; +} +h4 { + font-size: 18px; +} +h2 span, h3 span, h4 span, +h2 small, h3 small, h4 small { + color: #999; +} + +li { + margin-bottom: 10px; +} + +p { + font-size: 16px; + margin-bottom: 1em; +} + +a { + color: #218BC3; + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.link-inverse { + text-decoration: underline; +} +a.link-inverse:hover { + text-decoration: none; +} +a:active, +a:hover { + outline: 0; +} +h2 a, +h3 a, +h4 a { + text-decoration: underline; +} +h2 a:hover, +h3 a:hover, +h4 a:hover { + text-decoration: none; +} + +abbr { + border-bottom: 1px dotted #444; + cursor: help; +} + +code, pre { + {{ mixins.monospace_font|raw }} +} + +{# Buttons + ------------------------------------------------------------------------- #} +button { + {{ mixins.sans_serif_font|raw }} +} +.btn { + background: #777; + border-radius: 2px; + border: 0; + color: #F5F5F5; + display: inline-block; + padding: .5em .75em; +} +.btn:hover { + cursor: pointer; + opacity: 0.8; + text-decoration: none; +} +.btn-sm { + font-size: 12px; +} +.btn-sm svg { + height: 16px; + width: 16px; + vertical-align: middle; +} +.btn-link { + border-color: transparent; + color: #218BC3; + text-decoration: none; + background-color: transparent; + outline: none; + border: 0; + padding: 0; + cursor: pointer; +} +.btn-link:hover { + text-decoration: underline; +} +{# Tables + ------------------------------------------------------------------------- #} +table, tr, th, td { + background: #FFF; + border-collapse: collapse; + line-height: 1.5; + vertical-align: top; +} +table { + {{ mixins.subtle_border_and_shadow|raw }}; + margin: 1em 0; + width: 100%; +} + +table th, table td { + padding: 8px 10px; +} + +table th { + font-weight: bold; + text-align: left; +} +table thead th { + background-color: #E0E0E0; +} +table thead th.key { + width: 19%; +} + +table tbody th, +table tbody td { + {{ mixins.monospace_font|raw }} + border: 1px solid #E0E0E0; + border-width: 1px 0; +} + +table tbody td { + {{ mixins.break_long_words|raw }} +} + +table tbody div { + margin: .25em 0; +} +table tbody ul { + margin: 0; + padding: 0 0 0 1em; +} + +{# Utility classes + ========================================================================= #} +.block { + display: block; +} +.hidden { + display: none; +} +.nowrap { + white-space: pre; +} +.newline { + display: block; +} +.break-long-words { + {{ mixins.break_long_words|raw }} +} +.text-small { + font-size: 12px !important; +} +.text-muted { + color: #999; +} +.text-bold { + font-weight: bold; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.font-normal { + {{ mixins.sans_serif_font|raw }} + font-size: 14px; +} +.help { + color: #999; + font-size: 14px; + margin-bottom: .5em; +} +.empty { + border: 4px dashed #E0E0E0; + color: #999; + margin: 1em 0; + padding: .5em 2em; +} + +.label { + background-color: #666; + color: #FAFAFA; + display: inline-block; + font-size: 12px; + font-weight: bold; + padding: 3px 7px; + white-space: nowrap; +} +.label.same-width { + min-width: 70px; + text-align: center; +} +.label.status-success { background: {{ colors.success|raw }}; color: #FFF; } +.label.status-warning { background: {{ colors.warning|raw }}; color: #FFF; } +.label.status-error { background: {{ colors.error|raw }}; color: #FFF; } + +{# Metrics + ------------------------------------------------------------------------- #} +.metrics { + margin: 1em 0 0; + overflow: auto; +} +.metrics .metric { + float: left; + margin: 0 1em 1em 0; +} + +.metric { + {{ mixins.subtle_border_and_shadow|raw }}; + min-width: 100px; + min-height: 70px; +} +.metric .value { + display: block; + font-size: 28px; + padding: 8px 15px 4px; + text-align: center; +} +.metric .value svg { + margin: 5px 0 -5px; +} +.metric .unit { + color: #999; + font-size: 18px; + margin-left: -4px; +} +.metric .label { + background: #E0E0E0; + color: #222; + display: block; + font-size: 12px; + padding: 5px; + text-align: center; +} + +.metrics-horizontal .metric { + min-height: 0; + min-width: 0; +} +.metrics-horizontal .metric .value, +.metrics-horizontal .metric .label { + display: inline; + padding: 2px 6px; +} +.metrics-horizontal .metric .label { + display: inline-block; + padding: 6px; +} +.metrics-horizontal .metric .value { + font-size: 16px; +} +.metrics-horizontal .metric .value svg { + max-height: 14px; + line-height: 10px; + margin: 0; + padding-left: 4px; + vertical-align: middle; +} + +.metric-divider { + float: left; + margin: 0 1em; + min-height: 1px; {# required to apply 'margin' to an empty 'div' #} +} + +{# Cards + ------------------------------------------------------------------------- #} +.card { + {{ mixins.subtle_border_and_shadow|raw }}; + margin: 1em 0; + padding: 10px; +} +.card-block + .card-block { + border-top: 1px solid #E0E0E0; + padding-top: 10px; +} +.card *:first-child, +.card-block *:first-child { + margin-top: 0; +} +.card .label { + background-color: #EEE; + color: #222; +} + +{# Status + ------------------------------------------------------------------------- #} +.status-success { + background: rgba(94, 151, 110, 0.3); +} +.status-warning { + background: rgba(240, 181, 24, 0.3); +} +.status-error { + background: rgba(176, 65, 62, 0.2); +} +.status-success td, +.status-warning td, +.status-error td { + background: transparent; +} +tr.status-error td, +tr.status-warning td { + border-bottom: 1px solid #FAFAFA; + border-top: 1px solid #FAFAFA; +} + +.status-warning .colored { + color: {{ colors.warning|raw }}; +} +.status-error .colored { + color: {{ colors.error|raw }}; +} + +{# Syntax highlighting + ========================================================================= #} +.highlight pre { + margin: 0; + white-space: pre-wrap; +} + +.highlight .keyword { color: #8959A8; font-weight: bold; } +.highlight .word { color: #222222; } +.highlight .variable { color: #916319; } +.highlight .symbol { color: #222222; } +.highlight .comment { color: #999999; } +.highlight .backtick { color: #718C00; } +.highlight .string { color: #718C00; } +.highlight .number { color: #F5871F; font-weight: bold; } +.highlight .error { color: #C82829; } + +{# Icons + ========================================================================= #} +.sf-icon { + vertical-align: middle; + background-repeat: no-repeat; + background-size: contain; + width: 16px; + height: 16px; + display: inline-block; +} +.sf-icon svg { + width: 16px; + height: 16px; +} +.sf-icon.sf-medium, +.sf-icon.sf-medium svg { + width: 24px; + height: 24px; +} +.sf-icon.sf-large, +.sf-icon.sf-large svg { + width: 32px; + height: 32px; +} + + +{# Layout + ========================================================================= #} +.container { + max-width: 1300px; + padding-right: 15px; +} +#header { + flex: 0 0 auto; +} +#header .container { + display: flex; + flex-direction: row; + justify-content: space-between; +} +#summary { + flex: 0 0 auto; +} +#content { + height: 100%; +} +#main { + display: flex; + flex-direction: row-reverse; + min-height: 100%; +} +#sidebar { + flex: 0 0 220px; +} +#collector-wrapper { + flex: 0 1 100%; + min-width: 0; +} +#collector-content { + margin: 0 0 30px 0; + padding: 14px 0 14px 20px; +} + +#main h2:first-of-type { + margin-top: 0; +} + +{# Header + ========================================================================= #} +#header { + background-color: #222; + overflow: hidden; +} +#header h1 { + color: #FFF; + font-weight: normal; + font-size: 21px; + margin: 0; + padding: 10px 10px 8px; +} +#header h1 span { + color: #CCC; +} +#header h1 svg { + height: 40px; + width: 40px; + margin-top: -4px; + vertical-align: middle; +} +#header h1 svg path { + fill: #FFF; +} +#header .search { + padding-top: 11px; +} +#header .search input { + border: 1px solid #DDD; + margin-right: 4px; + padding: 7px 8px; + width: 200px; +} + +{# Summary + ========================================================================= #} +#summary .status { + background: #E0E0E0; + border: solid rgba(0, 0, 0, 0.1); + border-width: 2px 0; + padding: 10px; +} +#summary h2, +#summary h2 a { + color: #222; + font-size: 21px; + margin: 0; + text-decoration: none; +} +#summary h2 a:hover { + text-decoration: underline; +} + +#summary .status-success { background: {{ colors.success|raw }}; } +#summary .status-warning { background: {{ colors.warning|raw }}; } +#summary .status-error { background: {{ colors.error|raw }}; } + +#summary .status-success h2, +#summary .status-success a, +#summary .status-warning h2, +#summary .status-warning a, +#summary .status-error h2, +#summary .status-error a { + color: #FFF; +} + +#summary dl.metadata { + margin: 5px 0 0; + color: rgba(255, 255, 255, 0.75); +} +#summary dl.metadata dt, +#summary dl.metadata dd { + display: inline-block; + font-size: 13px; +} +#summary dl.metadata dt { + font-weight: bold; +} +#summary dl.metadata dt:after { + content: ':'; +} +#summary dl.metadata dd { + margin: 0 1.5em 0 0; +} + +#summary dl.metadata .label { + background: rgba(255, 255, 255, 0.2); +} + +{# Sidebar + ========================================================================= #} +#sidebar { + background: #444; + color: #CCC; + padding-bottom: 30px; + position: relative; + width: 220px; + z-index: 9999; +} +#sidebar .module { + padding: 10px; + width: 220px; +} + +{# Sidebar Shortcuts + ------------------------------------------------------------------------- #} +#sidebar #sidebar-shortcuts { + background: #333; + width: 220px; +} +#sidebar #sidebar-shortcuts .shortcuts { + position: relative; + padding: 16px 10px; +} +#sidebar-shortcuts .icon { + display: block; + float: left; + width: 50px; + margin: 2px 0 0 -10px; + text-align: center; +} +#sidebar #sidebar-shortcuts .btn { + color: #F5F5F5; +} +#sidebar #sidebar-shortcuts .btn + .btn { + margin-left: 5px; +} +#sidebar #sidebar-shortcuts .btn { + padding: .5em; +} + +{# Sidebar Search + ------------------------------------------------------------------------- #} +#sidebar-search .form-group:first-of-type { + padding-top: 20px; +} +#sidebar-search .form-group { + clear: both; + overflow: hidden; + padding-bottom: 10px; +} +#sidebar-search .form-group label { + float: left; + font-size: 13px; + line-height: 24px; + width: 60px; +} +#sidebar-search .form-group input, +#sidebar-search .form-group select { + float: left; + font-size: 13px; + padding: 3px 6px; +} +#sidebar-search .form-group input { + background: #CCC; + border: 1px solid #999; + color: #222; + width: 120px; +} +#sidebar-search .form-group select { + color: #222; +} +#sidebar-search .form-group .btn { + float: right; + margin-right: 10px; +} + +{# Sidebar Menu + ------------------------------------------------------------------------- #} +#menu-profiler { + margin: 0; + padding: 0; + list-style-type: none; +} +#menu-profiler li { + position: relative; + margin-bottom: 0; +} +#menu-profiler li a { + border: solid transparent; + border-width: 2px 0; + color: #CCC; + display: block; +} +#menu-profiler li a:hover { + text-decoration: none; +} +#menu-profiler li a .label { + background: transparent; + color: #EEE; + display: block; + padding: 8px 10px 8px 50px; + overflow: hidden; + white-space: nowrap; +} +#menu-profiler li a .label .icon { + display: block; + position: absolute; + left: 0; + top: 8px; + width: 50px; + text-align: center; +} +#menu-profiler .label .icon img, +#menu-profiler .label .icon svg { + height: 24px; + max-width: 24px; +} +#menu-profiler li a .label .icon svg path { + fill: #DDD; +} +#menu-profiler li a .label strong { + font-size: 16px; + font-weight: normal; +} +#menu-profiler li a .label.disabled { + opacity: .25; +} +#menu-profiler li a:hover .label.disabled, +#menu-profiler li.selected a .label.disabled { + opacity: 1; +} + +#menu-profiler li.selected a, +#menu-profiler:hover li.selected a:hover, +#menu-profiler li a:hover { + background: #666; + border: solid #555; + border-width: 2px 0; +} +#menu-profiler li.selected a .label, +#menu-profiler li a:hover .label { + color: #FFF; +} +#menu-profiler li.selected a .icon svg path, +#menu-profiler li a:hover .icon svg path { + fill: #FFF; +} + +#menu-profiler li a .count { + background-color: #666; + color: #FFF; + display: inline-block; + font-weight: bold; + min-width: 10px; + padding: 2px 6px; + position: absolute; + right: 10px; + text-align: center; + vertical-align: baseline; + white-space: nowrap; +} +#menu-profiler li a span.count span { + font-size: 12px; + +} +#menu-profiler li a span.count span + span::before { + content: \" / \"; + color: #AAA; +} + +#menu-profiler .label-status-warning .count { + background: {{ colors.warning|raw }}; +} +#menu-profiler .label-status-error .count { + background: {{ colors.error|raw }}; +} + +{# Timeline panel + ========================================================================= #} +#timeline-control { + background: #FFF; + margin: 1em 0; + padding: 10px; +} +#timeline-control label { + font-weight: bold; + margin-right: 1em; +} +#timeline-control input { + font-size: 16px; + padding: 4px; + text-align: right; + width: 40px; +} +#timeline-control .help { + margin-left: 1em; +} + +.sf-profiler-timeline .legends { + font-size: 12px; + line-height: 1.5em; +} +.sf-profiler-timeline .legends span { + border-left: solid 14px; + padding: 0 10px 0 5px; +} +.sf-profiler-timeline canvas { + border: 1px solid #DDD; + background: #FFF; + margin: .5em 0; +} +.sf-profiler-timeline + p.help { + margin-top: 0; +} + +{# Tabbed navigation + ========================================================================= #} +.tab-navigation { + margin: 0 0 1em 0; + padding: 0; +} +.tab-navigation li { + background: #FFF; + border: 1px solid #DDD; + color: #444; + cursor: pointer; + display: inline-block; + font-size: 16px; + margin: 0 0 0 -1px; + padding: .5em .75em; + z-index: 1; +} +.tab-navigation li:hover { + background: #EEE; +} +.tab-navigation li .badge { + background-color: #F5F5F5; + color: #777; + display: inline-block; + font-size: 14px; + font-weight: bold; + margin-left: 8px; + min-width: 10px; + padding: 1px 6px; + text-align: center; + white-space: nowrap; +} +.tab-navigation li:hover .badge { + background: #FAFAFA; + color: #777; +} +.tab-navigation li.disabled { + background: #F5F5F5; + color: #999; +} +.tab-navigation li.active { + background: #666; + border-color: #666; + color: #FAFAFA; + z-index: 1100; +} +.tab-navigation li.active .badge { + background-color: #444; + color: #FFF; +} +.tab-content > *:first-child { + margin-top: 0; +} + +{# Toggles + ========================================================================= #} +.sf-toggle-content { + -moz-transition: display .25s ease; + -webkit-transition: display .25s ease; + transition: display .25s ease; +} +.sf-toggle-content.sf-toggle-hidden { + display: none; +} +.sf-toggle-content.sf-toggle-visible { + display: block; +} + +{# Twig panel + ========================================================================= #} +#twig-dump pre { + font-size: 12px; + line-height: 1.7; +} +#twig-dump span { + border-radius: 2px; + padding: 1px 2px; +} +#twig-dump .status-error { background: transparent; color: #B0413E; } +#twig-dump .status-warning { background: rgba(240, 181, 24, 0.3); } +#twig-dump .status-success { background: rgba(100, 189, 99, 0.2); } + +{# Logger panel + ========================================================================= #} +table.logs .metadata { + color: #777; + display: block; + font-size: 12px; + padding-top: 4px; +} +table.logs .metadata strong { + color: #222; +} +table.logs .metadata .context { + background: #F5F5F5; + color: #222; +} +table.logs .metadata .context pre { + margin: 5px 0; + padding: 5px 10px; + white-space: pre-wrap; +} + +table.logs .sf-call-stack { + margin: 1em 0 1em 1.5em; +} +table.logs .sf-call-stack li { + margin-bottom: 5px; +} +table.logs .sf-call-stack abbr { + border: none; +} + +{# Doctrine panel + ========================================================================= #} +.sql-runnable { + background: #F5F5F5; + margin: .5em 0; + padding: 1em; +} +.queries-table pre { + {{ mixins.break_long_words|raw }} + margin: 0; + white-space: pre-wrap; +} + +{# Dump panel + ========================================================================= #} +#collector-content .sf-dump { + margin-bottom: 2em; +} +#collector-content pre.sf-dump, +#collector-content .sf-dump code, +#collector-content .sf-dump samp { + {{ mixins.monospace_font|raw }} +} +#collector-content pre.sf-dump { + background: #222; + line-height: 1.4; + margin-top: .5em; + padding: 1em; +} +#collector-content .sf-dump h3 { + font-size: 18px; + margin: .5em 0 0; +} +#collector-content .sf-dump h3 a { + cursor: pointer; +} + +#collector-content pre.sf-dump { color: #CC7832; } +#collector-content .sf-dump-str { color: #629755; } +#collector-content .sf-dump-private, +#collector-content .sf-dump-protected, +#collector-content .sf-dump-public { color: #E0E0E0; } +#collector-content .sf-dump-note { color: #6897BB; } +#collector-content .sf-dump-key { color: #A5C261; } + +#collector-content .sf-dump .trace { + border: 1px solid #DDD; + background: #FFF; + padding: 10px; + margin: 1em 0; +} +#collector-content .sf-dump .trace { + font-size: 12px; +} +#collector-content .sf-dump .trace code { + font-size: 14px; +} +#collector-content .sf-dump .trace li { + margin-bottom: 0; + padding: 5px 0; +} +#collector-content .sf-dump .trace li.selected { + background: rgba(255, 255, 153, 0.5); +} + +{# Search Results page + ========================================================================= #} +#search-results td { + {{ mixins.sans_serif_font|raw }} + vertical-align: middle; +} + +#search-results .sf-search { + visibility: hidden; + margin-left: 2px; +} +#search-results tr:hover .sf-search { + visibility: visible; +} + +{# Small screens + ========================================================================= #} + +.visible-small { + display: none; +} +.hidden-small { + display: inherit; +} + +@media (max-width: 768px) { + #sidebar { + flex-basis: 50px; + overflow-x: hidden; + transition: flex-basis 200ms ease-out; + } + #sidebar:hover, #sidebar.expanded { + flex-basis: 220px; + } + + #sidebar-search { + display: none; + } + #sidebar:hover #sidebar-search.sf-toggle-visible, #sidebar.expanded #sidebar-search.sf-toggle-visible { + display: block; + } + + #sidebar .module { + display: none; + } + #sidebar:hover .module, #sidebar.expanded .module { + display: block; + } + + .visible-small { + display: inherit; + } + .hidden-small { + display: none; + } + + .btn-sm svg { + margin-left: 2px; + } +} +", "@WebProfiler/Profiler/profiler.css.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig"); + } +} diff --git a/var/cache/dev/twig/80/802854cc269ed48c25f949c4878418ffd34be7002a8dbd3f299100c8ac28c484.php b/var/cache/dev/twig/80/802854cc269ed48c25f949c4878418ffd34be7002a8dbd3f299100c8ac28c484.php new file mode 100644 index 00000000..bb2c3559 --- /dev/null +++ b/var/cache/dev/twig/80/802854cc269ed48c25f949c4878418ffd34be7002a8dbd3f299100c8ac28c484.php @@ -0,0 +1,85 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/traces.txt.twig")); + + // line 1 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 1, $this->source); })()), "trace", [], "any", false, false, false, 1))) { + // line 2 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 2, $this->source); })()), "trace", [], "any", false, false, false, 2)); + foreach ($context['_seq'] as $context["_key"] => $context["trace"]) { + // line 3 + $this->loadTemplate("@Twig/Exception/trace.txt.twig", "@Twig/Exception/traces.txt.twig", 3)->display(twig_to_array(["trace" => $context["trace"]])); + // line 4 + echo " +"; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['trace'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/traces.txt.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 48 => 4, 46 => 3, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if exception.trace|length %} +{% for trace in exception.trace %} +{% include '@Twig/Exception/trace.txt.twig' with { 'trace': trace } only %} + +{% endfor %} +{% endif %} +", "@Twig/Exception/traces.txt.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.txt.twig"); + } +} diff --git a/var/cache/dev/twig/80/8064e585c6f7d9e7ed97c5ad8a8247f0e6ce3bae03a5d8bd5758c038c10333b3.php b/var/cache/dev/twig/80/8064e585c6f7d9e7ed97c5ad8a8247f0e6ce3bae03a5d8bd5758c038c10333b3.php new file mode 100644 index 00000000..40705722 --- /dev/null +++ b/var/cache/dev/twig/80/8064e585c6f7d9e7ed97c5ad8a8247f0e6ce3bae03a5d8bd5758c038c10333b3.php @@ -0,0 +1,350 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/home/slider.html.twig")); + + // line 1 + $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->setTheme((isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 1, $this->source); })()), [0 => "default/form/theme.html.twig"]); + // line 2 + echo " +
+
+
+
+
+
+
+
+ env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/dummy.png"), "html", null, true); + echo "\" data-src=\"/bundles/app/images/logo-qualitaet-22.png\" alt=\"Top Kundenservice\" height=\"78\"> +
+
    +
  • Spezialist für Kulturreisen
  • +
  • Reiseexperte seit 1998
  • +
  • Beratung für individuelle Reisen
  • +
+
+
+
+
+
+
+
+ + + +
+
+ +
extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image("bundles/app/images/travel/slider_aegypten.jpg"); + echo "\">
+ +
+
+ + + +
extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image("bundles/app/images/travel/slider_felsendom.jpg"); + echo "\">
+ +
+
+ +
extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image("bundles/app/images/travel/slider_petra.jpg"); + echo "\">
+ +
+
+
+
+ + + +
+
+
+
+ +
+
+
+ +
+ "; + // line 71 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 71, $this->source); })()), "b", [], "any", false, false, false, 71), "Anreise am"); + echo " + +
+
+ "; + // line 75 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 75, $this->source); })()), "e", [], "any", false, false, false, 75), "Abreise am"); + echo " +
+ +
+ "; + // line 79 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 79, $this->source); })()), "c", [], "any", false, false, false, 79)); + echo " +
+ +
+ +
+ +
+
+ +
+ +
+
+
+ + +
+
+
+
+
"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/home/slider.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 148 => 79, 141 => 75, 134 => 71, 109 => 49, 104 => 47, 96 => 42, 91 => 40, 81 => 33, 76 => 31, 53 => 11, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% form_theme search_form 'default/form/theme.html.twig' %} + +
+
+
+
+
+
+
+
+ \"Top +
+
    +
  • Spezialist für Kulturreisen
  • +
  • Reiseexperte seit 1998
  • +
  • Beratung für individuelle Reisen
  • +
+
+
+
+
+
+
+
+ + + +
+
+ +
+ +
+
+ + + +
+ +
+
+ +
+ +
+
+
+
+ + + +
+
+
+
+ +
+
+
+ +
+ {{ form_field_pho(search_form.b, 'Anreise am') }} + +
+
+ {{ form_field_pho(search_form.e, 'Abreise am') }} +
+ +
+ {{ form_field_pho(search_form.c) }} +
+ +
+ +
+ +
+
+ +
+ +
+
+
+ + +
+
+
+
+
", "default/components/home/slider.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/home/slider.html.twig"); + } +} diff --git a/var/cache/dev/twig/83/8348acae02044a59f4dc6165eb2a6299a1e69ca0ed949e3d164e48bfdf675a84.php b/var/cache/dev/twig/83/8348acae02044a59f4dc6165eb2a6299a1e69ca0ed949e3d164e48bfdf675a84.php new file mode 100644 index 00000000..28dcd62b --- /dev/null +++ b/var/cache/dev/twig/83/8348acae02044a59f4dc6165eb2a6299a1e69ca0ed949e3d164e48bfdf675a84.php @@ -0,0 +1,263 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return $this->loadTemplate($this->extensions['AppBundle\Twig\AppExtension']->getBaseTemplate(), "default/pages/cms/overview.html.twig", 1); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/cms/overview.html.twig")); + + $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 8 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 9 + echo "

"; + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "pagetitle", [], "any", true, true, false, 9)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "pagetitle", [], "any", false, false, false, 9), twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "title", [], "any", false, false, false, 9))) : (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "title", [], "any", false, false, false, 9))), "html", null, true); + echo "

+
+
+ "; + // line 12 + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 12, $this->source); })()), "content", [], "any", false, false, false, 12))); + echo " +
+
+ "; + // line 15 + if ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 15, $this->source); })()), "slug", [], "any", false, false, false, 15) == "ferienwohnungen")) { + // line 16 + echo " "; + if ( !twig_test_empty((isset($context["lodgingGroups"]) || array_key_exists("lodgingGroups", $context) ? $context["lodgingGroups"] : (function () { throw new RuntimeError('Variable "lodgingGroups" does not exist.', 16, $this->source); })()))) { + // line 17 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["lodgingGroups"]) || array_key_exists("lodgingGroups", $context) ? $context["lodgingGroups"] : (function () { throw new RuntimeError('Variable "lodgingGroups" does not exist.', 17, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["lodgingGroup"]) { + // line 18 + echo "

"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["lodgingGroup"], "name", [], "any", false, false, false, 18), "html", null, true); + echo "

+ +
+ "; + // line 21 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["lodgingGroup"], "lodgings", [], "any", false, false, false, 21))) { + // line 22 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["lodgingGroup"], "lodgings", [], "any", false, false, false, 22)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["lodging"]) { + // line 23 + echo " "; + $this->loadTemplate("default/components/pageLodgingBox.html.twig", "default/pages/cms/overview.html.twig", 23)->display($context); + // line 24 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lodging'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 25 + echo " "; + } + // line 26 + echo "
+ "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lodgingGroup'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 28 + echo " "; + } + // line 29 + echo " "; + } else { + // line 30 + echo " "; + // line 31 + echo "
+ "; + // line 32 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 32, $this->source); })()), "children", [], "any", false, false, false, 32)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + foreach ($context['_seq'] as $context["_key"] => $context["child_page"]) { + if ((twig_get_attribute($this->env, $this->source, $context["child_page"], "status", [], "any", false, false, false, 32) == 1)) { + // line 33 + echo " "; + $this->loadTemplate("default/components/pageBox.html.twig", "default/pages/cms/overview.html.twig", 33)->display($context); + // line 34 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child_page'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 35 + echo "
+ "; + } + // line 37 + echo "
+
+"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/cms/overview.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 195 => 37, 191 => 35, 181 => 34, 178 => 33, 167 => 32, 164 => 31, 162 => 30, 159 => 29, 156 => 28, 141 => 26, 138 => 25, 124 => 24, 121 => 23, 103 => 22, 101 => 21, 94 => 18, 76 => 17, 73 => 16, 71 => 15, 65 => 12, 58 => 9, 51 => 8, 35 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends get_base_template() %} + +{# +{% block nav_sidebar_widget %} + {% include 'default/components/sidebar/navSidebarWidget.html.twig' %} +{% endblock %} +#} +{% block body %} +

{{ page.pagetitle|default(page.title) }}

+
+
+ {{ page.content|raw|keywords|lozad }} +
+
+ {% if(page.slug == \"ferienwohnungen\")%} + {% if lodgingGroups is not empty %} + {% for lodgingGroup in lodgingGroups %} +

{{ lodgingGroup.name }}

+ +
+ {% if lodgingGroup.lodgings is not empty %} + {% for lodging in lodgingGroup.lodgings %} + {% include 'default/components/pageLodgingBox.html.twig' %} + {% endfor %} + {% endif %} +
+ {% endfor %} + {% endif %} + {% else %} + {#{% for i in 0..page.children|length//3 %}#} +
+ {% for child_page in page.children if child_page.status == 1 %} + {% include 'default/components/pageBox.html.twig' %} + {% endfor %} +
+ {% endif %} +
+
+{% endblock %} + + + ", "default/pages/cms/overview.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/overview.html.twig"); + } +} diff --git a/var/cache/dev/twig/87/8706987f54f5176afb2fbd18dca2037963689e71be1667e594ed8a82b5ff1eab.php b/var/cache/dev/twig/87/8706987f54f5176afb2fbd18dca2037963689e71be1667e594ed8a82b5ff1eab.php new file mode 100644 index 00000000..413d6427 --- /dev/null +++ b/var/cache/dev/twig/87/8706987f54f5176afb2fbd18dca2037963689e71be1667e594ed8a82b5ff1eab.php @@ -0,0 +1,151 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/ajax.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/ajax.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + ob_start(); + // line 5 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/ajax.svg"); + echo " + 0 + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 8 + echo " + "; + // line 9 + $context["text"] = ('' === $tmp = "
+ +
+
+ + + + + + + + + + + +
MethodStatusURLTimeProfile
+
+ ") ? '' : new Markup($tmp, $this->env->getCharset()); + // line 28 + echo " + "; + // line 29 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => false]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/ajax.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 94 => 29, 91 => 28, 72 => 9, 69 => 8, 62 => 5, 59 => 4, 52 => 3, 35 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% set icon %} + {{ include('@WebProfiler/Icon/ajax.svg') }} + 0 + {% endset %} + + {% set text %} +
+ +
+
+ + + + + + + + + + + +
MethodStatusURLTimeProfile
+
+ {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: false }) }} +{% endblock %} +", "@WebProfiler/Collector/ajax.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig"); + } +} diff --git a/var/cache/dev/twig/87/877c8d2e93f5e4c6889c177c9b0a644609e78c07f088a3dfcc64683e267796fd.php b/var/cache/dev/twig/87/877c8d2e93f5e4c6889c177c9b0a644609e78c07f088a3dfcc64683e267796fd.php new file mode 100644 index 00000000..7ad6594e --- /dev/null +++ b/var/cache/dev/twig/87/877c8d2e93f5e4c6889c177c9b0a644609e78c07f088a3dfcc64683e267796fd.php @@ -0,0 +1,2044 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'head' => [$this, 'block_head'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/form.html.twig")); + + // line 3 + $macros["__internal_1c6cd038ca876145e11a52923acbb4df1ad32b7d88ea30c07fffd19470e2e44e"] = $this->macros["__internal_1c6cd038ca876145e11a52923acbb4df1ad32b7d88ea30c07fffd19470e2e44e"] = $this; + // line 1 + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/form.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 5 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 6 + echo " "; + if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "data", [], "any", false, false, false, 6), "nb_errors", [], "any", false, false, false, 6) > 0) || twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "data", [], "any", false, false, false, 6), "forms", [], "any", false, false, false, 6)))) { + // line 7 + echo " "; + $context["status_color"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "data", [], "any", false, false, false, 7), "nb_errors", [], "any", false, false, false, 7)) ? ("red") : ("")); + // line 8 + echo " "; + ob_start(); + // line 9 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/form.svg"); + echo " + + "; + // line 11 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 11, $this->source); })()), "data", [], "any", false, false, false, 11), "nb_errors", [], "any", false, false, false, 11)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 11, $this->source); })()), "data", [], "any", false, false, false, 11), "nb_errors", [], "any", false, false, false, 11)) : (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 11, $this->source); })()), "data", [], "any", false, false, false, 11), "forms", [], "any", false, false, false, 11)))), "html", null, true); + echo " + + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 14 + echo " + "; + // line 15 + ob_start(); + // line 16 + echo "
+ Number of forms + "; + // line 18 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "data", [], "any", false, false, false, 18), "forms", [], "any", false, false, false, 18)), "html", null, true); + echo " +
+
+ Number of errors + env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "data", [], "any", false, false, false, 22), "nb_errors", [], "any", false, false, false, 22) > 0)) ? ("red") : ("")); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "data", [], "any", false, false, false, 22), "nb_errors", [], "any", false, false, false, 22), "html", null, true); + echo " +
+ "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 25 + echo " + "; + // line 26 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 26, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 26, $this->source); })())]); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 30 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 31 + echo " env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 31, $this->source); })()), "data", [], "any", false, false, false, 31), "nb_errors", [], "any", false, false, false, 31)) ? ("error") : ("")); + echo " "; + echo ((twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 31, $this->source); })()), "data", [], "any", false, false, false, 31), "forms", [], "any", false, false, false, 31))) ? ("disabled") : ("")); + echo "\"> + "; + // line 32 + echo twig_include($this->env, $context, "@WebProfiler/Icon/form.svg"); + echo " + Forms + "; + // line 34 + if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 34, $this->source); })()), "data", [], "any", false, false, false, 34), "nb_errors", [], "any", false, false, false, 34) > 0)) { + // line 35 + echo " + "; + // line 36 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 36, $this->source); })()), "data", [], "any", false, false, false, 36), "nb_errors", [], "any", false, false, false, 36), "html", null, true); + echo " + + "; + } + // line 39 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 42 + public function block_head($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); + + // line 43 + echo " "; + $this->displayParentBlock("head", $context, $blocks); + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 184 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 185 + echo "

Forms

+ + "; + // line 187 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 187, $this->source); })()), "data", [], "any", false, false, false, 187), "forms", [], "any", false, false, false, 187))) { + // line 188 + echo "
+
    + "; + // line 190 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 190, $this->source); })()), "data", [], "any", false, false, false, 190), "forms", [], "any", false, false, false, 190)); + foreach ($context['_seq'] as $context["formName"] => $context["formData"]) { + // line 191 + echo " "; + echo twig_call_macro($macros["__internal_1c6cd038ca876145e11a52923acbb4df1ad32b7d88ea30c07fffd19470e2e44e"], "macro_form_tree_entry", [$context["formName"], $context["formData"], true], 191, $context, $this->getSourceContext()); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['formName'], $context['formData'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 193 + echo "
+
+ +
+ "; + // line 197 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 197, $this->source); })()), "data", [], "any", false, false, false, 197), "forms", [], "any", false, false, false, 197)); + foreach ($context['_seq'] as $context["formName"] => $context["formData"]) { + // line 198 + echo " "; + echo twig_call_macro($macros["__internal_1c6cd038ca876145e11a52923acbb4df1ad32b7d88ea30c07fffd19470e2e44e"], "macro_form_tree_details", [$context["formName"], $context["formData"], twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 198, $this->source); })()), "data", [], "any", false, false, false, 198), "forms_by_hash", [], "any", false, false, false, 198)], 198, $context, $this->getSourceContext()); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['formName'], $context['formData'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 200 + echo "
+ "; + } else { + // line 202 + echo "
+

No forms were submitted for this request.

+
+ "; + } + // line 206 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 426 + public function macro_form_tree_entry($__name__ = null, $__data__ = null, $__expanded__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "name" => $__name__, + "data" => $__data__, + "expanded" => $__expanded__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "form_tree_entry")); + + // line 427 + echo " "; + $macros["tree"] = $this; + // line 428 + echo "
  • +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 429, $this->source); })()), "id", [], "any", false, false, false, 429), "html", null, true); + echo "-details\"> + "; + // line 430 + if ((twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "errors", [], "any", true, true, false, 430) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 430, $this->source); })()), "errors", [], "any", false, false, false, 430)) > 0))) { + // line 431 + echo "
    "; + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 431, $this->source); })()), "errors", [], "any", false, false, false, 431)), "html", null, true); + echo "
    + "; + } + // line 433 + echo " + "; + // line 434 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 434, $this->source); })()), "children", [], "any", false, false, false, 434))) { + // line 435 + echo " env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 435, $this->source); })()), "id", [], "any", false, false, false, 435), "html", null, true); + echo "-children\" href=\"#\"> + "; + } else { + // line 437 + echo "
    + "; + } + // line 439 + echo " + "; + // line 440 + echo twig_escape_filter($this->env, (((isset($context["name"]) || array_key_exists("name", $context))) ? (_twig_default_filter((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 440, $this->source); })()), "(no name)")) : ("(no name)")), "html", null, true); + echo " "; + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "type_class", [], "any", true, true, false, 440)) { + echo "[env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 440, $this->source); })()), "type_class", [], "any", false, false, false, 440), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_last($this->env, twig_split_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 440, $this->source); })()), "type_class", [], "any", false, false, false, 440), "\\")), "html", null, true); + echo "]"; + } + // line 441 + echo "
    + + "; + // line 443 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 443, $this->source); })()), "children", [], "any", false, false, false, 443))) { + // line 444 + echo "
      env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 444, $this->source); })()), "id", [], "any", false, false, false, 444), "html", null, true); + echo "-children\" "; + if ( !(isset($context["expanded"]) || array_key_exists("expanded", $context) ? $context["expanded"] : (function () { throw new RuntimeError('Variable "expanded" does not exist.', 444, $this->source); })())) { + echo "class=\"hidden\""; + } + echo "> + "; + // line 445 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 445, $this->source); })()), "children", [], "any", false, false, false, 445)); + foreach ($context['_seq'] as $context["childName"] => $context["childData"]) { + // line 446 + echo " "; + echo twig_call_macro($macros["tree"], "macro_form_tree_entry", [$context["childName"], $context["childData"], false], 446, $context, $this->getSourceContext()); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['childName'], $context['childData'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 448 + echo "
    + "; + } + // line 450 + echo "
  • +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + // line 453 + public function macro_form_tree_details($__name__ = null, $__data__ = null, $__forms_by_hash__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "name" => $__name__, + "data" => $__data__, + "forms_by_hash" => $__forms_by_hash__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "form_tree_details")); + + // line 454 + echo " "; + $macros["tree"] = $this; + // line 455 + echo "
    env, $this->source, ($context["data"] ?? null), "id", [], "any", true, true, false, 455)) { + echo "id=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 455, $this->source); })()), "id", [], "any", false, false, false, 455), "html", null, true); + echo "-details\""; + } + echo "> +

    + "; + // line 457 + echo twig_escape_filter($this->env, (((isset($context["name"]) || array_key_exists("name", $context))) ? (_twig_default_filter((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 457, $this->source); })()), "(no name)")) : ("(no name)")), "html", null, true); + echo " + "; + // line 458 + if ((twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "type_class", [], "any", true, true, false, 458) && twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "type", [], "any", true, true, false, 458))) { + // line 459 + echo " [env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 459, $this->source); })()), "type_class", [], "any", false, false, false, 459), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 459, $this->source); })()), "type", [], "any", false, false, false, 459), "html", null, true); + echo "] + "; + } + // line 461 + echo "

    + + "; + // line 463 + if ((twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "errors", [], "any", true, true, false, 463) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 463, $this->source); })()), "errors", [], "any", false, false, false, 463)) > 0))) { + // line 464 + echo "
    +

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 466, $this->source); })()), "id", [], "any", false, false, false, 466), "html", null, true); + echo "-errors\" href=\"#\"> + Errors + +

    + + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 471, $this->source); })()), "id", [], "any", false, false, false, 471), "html", null, true); + echo "-errors\"> + + + + + + + + + "; + // line 480 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 480, $this->source); })()), "errors", [], "any", false, false, false, 480)); + foreach ($context['_seq'] as $context["_key"] => $context["error"]) { + // line 481 + echo " + + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 519 + echo " +
    MessageOriginCause
    "; + // line 482 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 482), "html", null, true); + echo " + "; + // line 484 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, $context["error"], "origin", [], "any", false, false, false, 484))) { + // line 485 + echo " This form. + "; + } elseif ( !twig_get_attribute($this->env, $this->source, // line 486 +($context["forms_by_hash"] ?? null), twig_get_attribute($this->env, $this->source, $context["error"], "origin", [], "any", false, false, false, 486), [], "array", true, true, false, 486)) { + // line 487 + echo " Unknown. + "; + } else { + // line 489 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["forms_by_hash"]) || array_key_exists("forms_by_hash", $context) ? $context["forms_by_hash"] : (function () { throw new RuntimeError('Variable "forms_by_hash" does not exist.', 489, $this->source); })()), twig_get_attribute($this->env, $this->source, $context["error"], "origin", [], "any", false, false, false, 489), [], "array", false, false, false, 489), "name", [], "any", false, false, false, 489), "html", null, true); + echo " + "; + } + // line 491 + echo " + "; + // line 493 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["error"], "trace", [], "any", false, false, false, 493)); + $context['_iterated'] = false; + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["trace"]) { + // line 494 + echo " "; + if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 494)) { + // line 495 + echo " Caused by: + "; + } + // line 497 + echo " + "; + // line 498 + if (twig_get_attribute($this->env, $this->source, $context["trace"], "root", [], "any", true, true, false, 498)) { + // line 499 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "class", [], "any", false, false, false, 499), "html", null, true); + echo " +
    ";
    +                            // line 501
    +                            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "root", [], "any", false, false, false, 501), "html", null, true);
    +                            // line 502
    +                            if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["trace"], "path", [], "any", false, false, false, 502))) {
    +                                // line 503
    +                                if ((twig_first($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "path", [], "any", false, false, false, 503)) != "[")) {
    +                                    echo ".";
    +                                }
    +                                // line 504
    +                                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "path", [], "any", false, false, false, 504), "html", null, true);
    +                            }
    +                            // line 505
    +                            echo " = ";
    +                            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "value", [], "any", false, false, false, 505), "html", null, true);
    +                            // line 506
    +                            echo "
    + "; + } elseif (twig_get_attribute($this->env, $this->source, // line 507 +$context["trace"], "message", [], "any", true, true, false, 507)) { + // line 508 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "class", [], "any", false, false, false, 508), "html", null, true); + echo " +
    ";
    +                            // line 509
    +                            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "message", [], "any", false, false, false, 509), "html", null, true);
    +                            echo "
    + "; + } else { + // line 511 + echo "
    ";
    +                            echo twig_escape_filter($this->env, $context["trace"], "html", null, true);
    +                            echo "
    + "; + } + // line 513 + echo " "; + $context['_iterated'] = true; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + if (!$context['_iterated']) { + // line 514 + echo " Unknown. + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['trace'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 516 + echo "
    +
    + "; + } + // line 523 + echo " + "; + // line 524 + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "default_data", [], "any", true, true, false, 524)) { + // line 525 + echo "

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 526, $this->source); })()), "id", [], "any", false, false, false, 526), "html", null, true); + echo "-default_data\" href=\"#\"> + Default Data + +

    + +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 531, $this->source); })()), "id", [], "any", false, false, false, 531), "html", null, true); + echo "-default_data\"> + + + + + + + + + + + + + + + + + + + + + +
    PropertyValue
    Model Format + "; + // line 543 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "default_data", [], "any", false, true, false, 543), "model", [], "any", true, true, false, 543)) { + // line 544 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 544, $this->source); })()), "default_data", [], "any", false, false, false, 544), "model", [], "any", false, false, false, 544), "html", null, true); + echo " + "; + } else { + // line 546 + echo " same as normalized format + "; + } + // line 548 + echo "
    Normalized Format"; + // line 552 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 552, $this->source); })()), "default_data", [], "any", false, false, false, 552), "norm", [], "any", false, false, false, 552), "html", null, true); + echo "
    View Format + "; + // line 557 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "default_data", [], "any", false, true, false, 557), "view", [], "any", true, true, false, 557)) { + // line 558 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 558, $this->source); })()), "default_data", [], "any", false, false, false, 558), "view", [], "any", false, false, false, 558), "html", null, true); + echo " + "; + } else { + // line 560 + echo " same as normalized format + "; + } + // line 562 + echo "
    +
    + "; + } + // line 568 + echo " + "; + // line 569 + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "submitted_data", [], "any", true, true, false, 569)) { + // line 570 + echo "

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 571, $this->source); })()), "id", [], "any", false, false, false, 571), "html", null, true); + echo "-submitted_data\" href=\"#\"> + Submitted Data + +

    + +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 576, $this->source); })()), "id", [], "any", false, false, false, 576), "html", null, true); + echo "-submitted_data\"> + "; + // line 577 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "submitted_data", [], "any", false, true, false, 577), "norm", [], "any", true, true, false, 577)) { + // line 578 + echo " + + + + + + + + + + + + + + + + + + + + +
    PropertyValue
    View Format + "; + // line 589 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "submitted_data", [], "any", false, true, false, 589), "view", [], "any", true, true, false, 589)) { + // line 590 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 590, $this->source); })()), "submitted_data", [], "any", false, false, false, 590), "view", [], "any", false, false, false, 590), "html", null, true); + echo " + "; + } else { + // line 592 + echo " same as normalized format + "; + } + // line 594 + echo "
    Normalized Format"; + // line 598 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 598, $this->source); })()), "submitted_data", [], "any", false, false, false, 598), "norm", [], "any", false, false, false, 598), "html", null, true); + echo "
    Model Format + "; + // line 603 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "submitted_data", [], "any", false, true, false, 603), "model", [], "any", true, true, false, 603)) { + // line 604 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 604, $this->source); })()), "submitted_data", [], "any", false, false, false, 604), "model", [], "any", false, false, false, 604), "html", null, true); + echo " + "; + } else { + // line 606 + echo " same as normalized format + "; + } + // line 608 + echo "
    + "; + } else { + // line 613 + echo "
    +

    This form was not submitted.

    +
    + "; + } + // line 617 + echo "
    + "; + } + // line 619 + echo " + "; + // line 620 + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "passed_options", [], "any", true, true, false, 620)) { + // line 621 + echo "

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 622, $this->source); })()), "id", [], "any", false, false, false, 622), "html", null, true); + echo "-passed_options\" href=\"#\"> + Passed Options + +

    + +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 627, $this->source); })()), "id", [], "any", false, false, false, 627), "html", null, true); + echo "-passed_options\"> + "; + // line 628 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 628, $this->source); })()), "passed_options", [], "any", false, false, false, 628))) { + // line 629 + echo " + + + + + + + + + "; + // line 638 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 638, $this->source); })()), "passed_options", [], "any", false, false, false, 638)); + foreach ($context['_seq'] as $context["option"] => $context["value"]) { + // line 639 + echo " + + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['option'], $context['value'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 651 + echo " +
    OptionPassed ValueResolved Value
    "; + // line 640 + echo twig_escape_filter($this->env, $context["option"], "html", null, true); + echo ""; + // line 641 + echo twig_escape_filter($this->env, $context["value"], "html", null, true); + echo " + "; + // line 643 + if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 643, $this->source); })()), "resolved_options", [], "any", false, false, false, 643), $context["option"], [], "array", false, false, false, 643) === $context["value"])) { + // line 644 + echo " same as passed value + "; + } else { + // line 646 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 646, $this->source); })()), "resolved_options", [], "any", false, false, false, 646), $context["option"], [], "array", false, false, false, 646), "html", null, true); + echo " + "; + } + // line 648 + echo "
    + "; + } else { + // line 654 + echo "
    +

    No options where passed when constructing this form.

    +
    + "; + } + // line 658 + echo "
    + "; + } + // line 660 + echo " + "; + // line 661 + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "resolved_options", [], "any", true, true, false, 661)) { + // line 662 + echo "

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 663, $this->source); })()), "id", [], "any", false, false, false, 663), "html", null, true); + echo "-resolved_options\" href=\"#\"> + Resolved Options + +

    + +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 668, $this->source); })()), "id", [], "any", false, false, false, 668), "html", null, true); + echo "-resolved_options\" class=\"hidden\"> + + + + + + + + + "; + // line 677 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 677, $this->source); })()), "resolved_options", [], "any", false, false, false, 677)); + foreach ($context['_seq'] as $context["option"] => $context["value"]) { + // line 678 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['option'], $context['value'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 683 + echo " +
    OptionValue
    "; + // line 679 + echo twig_escape_filter($this->env, $context["option"], "html", null, true); + echo ""; + // line 680 + echo twig_escape_filter($this->env, $context["value"], "html", null, true); + echo "
    +
    + "; + } + // line 687 + echo " + "; + // line 688 + if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "view_vars", [], "any", true, true, false, 688)) { + // line 689 + echo "

    + env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 690, $this->source); })()), "id", [], "any", false, false, false, 690), "html", null, true); + echo "-view_vars\" href=\"#\"> + View Variables + +

    + +
    env, twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 695, $this->source); })()), "id", [], "any", false, false, false, 695), "html", null, true); + echo "-view_vars\" class=\"hidden\"> + + + + + + + + + "; + // line 704 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 704, $this->source); })()), "view_vars", [], "any", false, false, false, 704)); + foreach ($context['_seq'] as $context["variable"] => $context["value"]) { + // line 705 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['variable'], $context['value'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 710 + echo " +
    VariableValue
    "; + // line 706 + echo twig_escape_filter($this->env, $context["variable"], "html", null, true); + echo ""; + // line 707 + echo twig_escape_filter($this->env, $context["value"], "html", null, true); + echo "
    +
    + "; + } + // line 714 + echo "
    + + "; + // line 716 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 716, $this->source); })()), "children", [], "any", false, false, false, 716)); + foreach ($context['_seq'] as $context["childName"] => $context["childData"]) { + // line 717 + echo " "; + echo twig_call_macro($macros["tree"], "macro_form_tree_details", [$context["childName"], $context["childData"], (isset($context["forms_by_hash"]) || array_key_exists("forms_by_hash", $context) ? $context["forms_by_hash"] : (function () { throw new RuntimeError('Variable "forms_by_hash" does not exist.', 717, $this->source); })())], 717, $context, $this->getSourceContext()); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['childName'], $context['childData'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/form.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 1288 => 717, 1284 => 716, 1280 => 714, 1274 => 710, 1265 => 707, 1261 => 706, 1258 => 705, 1254 => 704, 1242 => 695, 1234 => 690, 1231 => 689, 1229 => 688, 1226 => 687, 1220 => 683, 1211 => 680, 1207 => 679, 1204 => 678, 1200 => 677, 1188 => 668, 1180 => 663, 1177 => 662, 1175 => 661, 1172 => 660, 1168 => 658, 1162 => 654, 1157 => 651, 1149 => 648, 1143 => 646, 1139 => 644, 1137 => 643, 1132 => 641, 1128 => 640, 1125 => 639, 1121 => 638, 1110 => 629, 1108 => 628, 1104 => 627, 1096 => 622, 1093 => 621, 1091 => 620, 1088 => 619, 1084 => 617, 1078 => 613, 1071 => 608, 1067 => 606, 1061 => 604, 1059 => 603, 1051 => 598, 1045 => 594, 1041 => 592, 1035 => 590, 1033 => 589, 1020 => 578, 1018 => 577, 1014 => 576, 1006 => 571, 1003 => 570, 1001 => 569, 998 => 568, 990 => 562, 986 => 560, 980 => 558, 978 => 557, 970 => 552, 964 => 548, 960 => 546, 954 => 544, 952 => 543, 937 => 531, 929 => 526, 926 => 525, 924 => 524, 921 => 523, 915 => 519, 907 => 516, 900 => 514, 887 => 513, 881 => 511, 876 => 509, 871 => 508, 869 => 507, 866 => 506, 863 => 505, 860 => 504, 856 => 503, 854 => 502, 852 => 501, 847 => 499, 845 => 498, 842 => 497, 838 => 495, 835 => 494, 817 => 493, 813 => 491, 807 => 489, 803 => 487, 801 => 486, 798 => 485, 796 => 484, 791 => 482, 788 => 481, 784 => 480, 772 => 471, 764 => 466, 760 => 464, 758 => 463, 754 => 461, 746 => 459, 744 => 458, 740 => 457, 730 => 455, 727 => 454, 709 => 453, 696 => 450, 692 => 448, 683 => 446, 679 => 445, 670 => 444, 668 => 443, 664 => 441, 654 => 440, 651 => 439, 647 => 437, 641 => 435, 639 => 434, 636 => 433, 630 => 431, 628 => 430, 624 => 429, 621 => 428, 618 => 427, 600 => 426, 375 => 206, 369 => 202, 365 => 200, 356 => 198, 352 => 197, 346 => 193, 337 => 191, 333 => 190, 329 => 188, 327 => 187, 323 => 185, 316 => 184, 168 => 43, 161 => 42, 153 => 39, 147 => 36, 144 => 35, 142 => 34, 137 => 32, 130 => 31, 123 => 30, 113 => 26, 110 => 25, 102 => 22, 95 => 18, 91 => 16, 89 => 15, 86 => 14, 80 => 11, 74 => 9, 71 => 8, 68 => 7, 65 => 6, 58 => 5, 50 => 1, 48 => 3, 38 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% from _self import form_tree_entry, form_tree_details %} + +{% block toolbar %} + {% if collector.data.nb_errors > 0 or collector.data.forms|length %} + {% set status_color = collector.data.nb_errors ? 'red' : '' %} + {% set icon %} + {{ include('@WebProfiler/Icon/form.svg') }} + + {{ collector.data.nb_errors ?: collector.data.forms|length }} + + {% endset %} + + {% set text %} +
    + Number of forms + {{ collector.data.forms|length }} +
    +
    + Number of errors + 0 ? 'red' }}\">{{ collector.data.nb_errors }} +
    + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} + {% endif %} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/form.svg') }} + Forms + {% if collector.data.nb_errors > 0 %} + + {{ collector.data.nb_errors }} + + {% endif %} + +{% endblock %} + +{% block head %} + {{ parent() }} + + +{% endblock %} + +{% block panel %} +

    Forms

    + + {% if collector.data.forms|length %} +
    +
      + {% for formName, formData in collector.data.forms %} + {{ form_tree_entry(formName, formData, true) }} + {% endfor %} +
    +
    + +
    + {% for formName, formData in collector.data.forms %} + {{ form_tree_details(formName, formData, collector.data.forms_by_hash) }} + {% endfor %} +
    + {% else %} +
    +

    No forms were submitted for this request.

    +
    + {% endif %} + + +{% endblock %} + +{% macro form_tree_entry(name, data, expanded) %} + {% import _self as tree %} +
  • +
    + {% if data.errors is defined and data.errors|length > 0 %} +
    {{ data.errors|length }}
    + {% endif %} + + {% if data.children is not empty %} + + {% else %} +
    + {% endif %} + + {{ name|default('(no name)') }} {% if data.type_class is defined %}[{{ data.type_class|split('\\\\')|last }}]{% endif %} +
    + + {% if data.children is not empty %} +
      + {% for childName, childData in data.children %} + {{ tree.form_tree_entry(childName, childData, false) }} + {% endfor %} +
    + {% endif %} +
  • +{% endmacro %} + +{% macro form_tree_details(name, data, forms_by_hash) %} + {% import _self as tree %} +
    +

    + {{ name|default('(no name)') }} + {% if data.type_class is defined and data.type is defined %} + [{{ data.type }}] + {% endif %} +

    + + {% if data.errors is defined and data.errors|length > 0 %} +
    +

    + + Errors + +

    + + + + + + + + + + + {% for error in data.errors %} + + + + + + {% endfor %} + +
    MessageOriginCause
    {{ error.message }} + {% if error.origin is empty %} + This form. + {% elseif forms_by_hash[error.origin] is not defined %} + Unknown. + {% else %} + {{ forms_by_hash[error.origin].name }} + {% endif %} + + {% for trace in error.trace %} + {% if not loop.first %} + Caused by: + {% endif %} + + {% if trace.root is defined %} + {{ trace.class }} +
    +                                    {{- trace.root -}}
    +                                    {%- if trace.path is not empty -%}
    +                                        {%- if trace.path|first != '[' %}.{% endif -%}
    +                                        {{- trace.path -}}
    +                                    {%- endif %} = {{ trace.value -}}
    +                                
    + {% elseif trace.message is defined %} + {{ trace.class }} +
    {{ trace.message }}
    + {% else %} +
    {{ trace }}
    + {% endif %} + {% else %} + Unknown. + {% endfor %} +
    +
    + {% endif %} + + {% if data.default_data is defined %} +

    + + Default Data + +

    + +
    + + + + + + + + + + + + + + + + + + + + + +
    PropertyValue
    Model Format + {% if data.default_data.model is defined %} + {{ data.default_data.model }} + {% else %} + same as normalized format + {% endif %} +
    Normalized Format{{ data.default_data.norm }}
    View Format + {% if data.default_data.view is defined %} + {{ data.default_data.view }} + {% else %} + same as normalized format + {% endif %} +
    +
    + {% endif %} + + {% if data.submitted_data is defined %} +

    + + Submitted Data + +

    + +
    + {% if data.submitted_data.norm is defined %} + + + + + + + + + + + + + + + + + + + + + +
    PropertyValue
    View Format + {% if data.submitted_data.view is defined %} + {{ data.submitted_data.view }} + {% else %} + same as normalized format + {% endif %} +
    Normalized Format{{ data.submitted_data.norm }}
    Model Format + {% if data.submitted_data.model is defined %} + {{ data.submitted_data.model }} + {% else %} + same as normalized format + {% endif %} +
    + {% else %} +
    +

    This form was not submitted.

    +
    + {% endif %} +
    + {% endif %} + + {% if data.passed_options is defined %} +

    + + Passed Options + +

    + +
    + {% if data.passed_options|length %} + + + + + + + + + + {% for option, value in data.passed_options %} + + + + + + {% endfor %} + +
    OptionPassed ValueResolved Value
    {{ option }}{{ value }} + {% if data.resolved_options[option] is same as(value) %} + same as passed value + {% else %} + {{ data.resolved_options[option] }} + {% endif %} +
    + {% else %} +
    +

    No options where passed when constructing this form.

    +
    + {% endif %} +
    + {% endif %} + + {% if data.resolved_options is defined %} +

    + + Resolved Options + +

    + +
    + + + + + + + + + {% for option, value in data.resolved_options %} + + + + + {% endfor %} + +
    OptionValue
    {{ option }}{{ value }}
    +
    + {% endif %} + + {% if data.view_vars is defined %} +

    + + View Variables + +

    + +
    + + + + + + + + + {% for variable, value in data.view_vars %} + + + + + {% endfor %} + +
    VariableValue
    {{ variable }}{{ value }}
    +
    + {% endif %} +
    + + {% for childName, childData in data.children %} + {{ tree.form_tree_details(childName, childData, forms_by_hash) }} + {% endfor %} +{% endmacro %} +", "@WebProfiler/Collector/form.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig"); + } +} diff --git a/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php b/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php new file mode 100644 index 00000000..91eda272 --- /dev/null +++ b/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php @@ -0,0 +1,138 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'head' => [$this, 'block_head'], + 'title' => [$this, 'block_title'], + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@Twig/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/exception_full.html.twig")); + + $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_head($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); + + // line 4 + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/framework/css/exception.css")), "html", null, true); + echo "\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 7 + public function block_title($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); + + // line 8 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 8, $this->source); })()), "message", [], "any", false, false, false, 8), "html", null, true); + echo " ("; + echo twig_escape_filter($this->env, (isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 8, $this->source); })()), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, (isset($context["status_text"]) || array_key_exists("status_text", $context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.', 8, $this->source); })()), "html", null, true); + echo ") +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 11 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 12 + echo " "; + $this->loadTemplate("@Twig/Exception/exception.html.twig", "@Twig/Exception/exception_full.html.twig", 12)->display($context); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/exception_full.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 99 => 12, 92 => 11, 78 => 8, 71 => 7, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@Twig/layout.html.twig' %} + +{% block head %} + +{% endblock %} + +{% block title %} + {{ exception.message }} ({{ status_code }} {{ status_text }}) +{% endblock %} + +{% block body %} + {% include '@Twig/Exception/exception.html.twig' %} +{% endblock %} +", "@Twig/Exception/exception_full.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig"); + } +} diff --git a/var/cache/dev/twig/88/883f928d1cb8704cc1515fe21b7709ca57b297f5bb70e17d63cd06d5b6bffa0a.php b/var/cache/dev/twig/88/883f928d1cb8704cc1515fe21b7709ca57b297f5bb70e17d63cd06d5b6bffa0a.php new file mode 100644 index 00000000..3f530784 --- /dev/null +++ b/var/cache/dev/twig/88/883f928d1cb8704cc1515fe21b7709ca57b297f5bb70e17d63cd06d5b6bffa0a.php @@ -0,0 +1,528 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return $this->loadTemplate($this->extensions['AppBundle\Twig\AppExtension']->getBaseTemplate(), "default/pages/cms/iqTravelGuide.html.twig", 1); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/cms/iqTravelGuide.html.twig")); + + $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 4 + echo "
    + "; + // line 5 + $context["site_has_h1"] = false; + // line 6 + echo " "; + if ((isset($context["api"]) || array_key_exists("api", $context))) { + // line 7 + echo " "; + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 7, $this->source); })()), "sites", [], "any", false, false, false, 7)) > 1)) { + // line 8 + echo "
    + +
    +
    + "; + // line 24 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 24, $this->source); })()), "sites", [], "any", false, false, false, 24)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["site"]) { + // line 25 + echo "
    env, $this->source, $context["loop"], "index", [], "any", false, false, false, 25) == 1)) { + echo " active "; + } + echo "\" id=\"travel_guide_content_"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["site"], "id", [], "any", false, false, false, 25), "html", null, true); + echo "\"> + "; + // line 26 + if ((isset($context["site_has_h1"]) || array_key_exists("site_has_h1", $context) ? $context["site_has_h1"] : (function () { throw new RuntimeError('Variable "site_has_h1" does not exist.', 26, $this->source); })())) { + // line 27 + echo "

    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["site"], "name", [], "any", false, false, false, 27), "html", null, true); + echo "

    + "; + } else { + // line 29 + echo "

    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["site"], "name", [], "any", false, false, false, 29), "html", null, true); + echo "

    + "; + // line 30 + $context["site_has_h1"] = true; + // line 31 + echo " "; + } + // line 32 + echo " "; + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, $context["site"], "full_text", [], "any", false, false, false, 32))); + echo " +
    + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['site'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 35 + echo "
    + +
    + +
    + "; + } else { + // line 53 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 53, $this->source); })()), "sites", [], "any", false, false, false, 53)); + foreach ($context['_seq'] as $context["_key"] => $context["site"]) { + // line 54 + echo " "; + if ((isset($context["site_has_h1"]) || array_key_exists("site_has_h1", $context) ? $context["site_has_h1"] : (function () { throw new RuntimeError('Variable "site_has_h1" does not exist.', 54, $this->source); })())) { + // line 55 + echo "

    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["site"], "name", [], "any", false, false, false, 55), "html", null, true); + echo "

    + "; + } else { + // line 57 + echo "

    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["site"], "name", [], "any", false, false, false, 57), "html", null, true); + echo "

    + "; + // line 58 + $context["site_has_h1"] = true; + // line 59 + echo " "; + } + // line 60 + echo " "; + echo $this->extensions['AppBundle\Twig\AppExtension']->lozadFilter($this->extensions['AppBundle\Twig\AppExtension']->keywordsFilter(twig_get_attribute($this->env, $this->source, $context["site"], "full_text", [], "any", false, false, false, 60))); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['site'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 62 + echo " "; + } + // line 63 + echo " "; + } + // line 64 + echo "
    +
    + "; + // line 66 + if ((((isset($context["api"]) || array_key_exists("api", $context)) && twig_get_attribute($this->env, $this->source, ($context["api"] ?? null), "children", [], "any", true, true, false, 66)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 66, $this->source); })()), "children", [], "any", false, false, false, 66)))) { + // line 67 + echo "
    +
    + "; + // line 69 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 69, $this->source); })()), "children", [], "any", false, false, false, 69)); + foreach ($context['_seq'] as $context["_key"] => $context["child_page"]) { + // line 70 + echo " "; + if (twig_get_attribute($this->env, $this->source, $context["child_page"], "active", [], "any", false, false, false, 70)) { + // line 71 + echo "
    +
    +
    + "; + // line 74 + if (((false && twig_get_attribute($this->env, $this->source, $context["child_page"], "box_image_url", [], "any", true, true, false, 74)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["child_page"], "box_image_url", [], "any", false, false, false, 74)))) { + // line 75 + echo "
    + "; + // line 76 + if ((twig_get_attribute($this->env, $this->source, $context["child_page"], "box_image_url", [], "any", true, true, false, 76) && !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["child_page"], "box_image_url", [], "any", false, false, false, 76)))) { + // line 77 + echo " "; + $context["image_url"] = twig_get_attribute($this->env, $this->source, $context["child_page"], "box_image_url", [], "any", false, false, false, 77); + // line 78 + echo " "; + $context["image_alt"] = twig_get_attribute($this->env, $this->source, $context["child_page"], "name", [], "any", false, false, false, 78); + // line 79 + echo " "; + } else { + // line 80 + echo " "; + $context["image_url"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/app/images/no-picture.png"); + // line 81 + echo " "; + $context["image_alt"] = "Kein Vorschaubild vorhanden"; + // line 82 + echo " "; + } + // line 83 + echo "
    env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $this->extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image(twig_trim_filter((isset($context["image_url"]) || array_key_exists("image_url", $context) ? $context["image_url"] : (function () { throw new RuntimeError('Variable "image_url" does not exist.', 83, $this->source); })()), "/")), "cropResize", [0 => 960], "method", false, false, false, 83), "guess", [0 => 90], "method", false, false, false, 83), "html", null, true); + echo "\" style=\"background-image:url("; + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true); + echo "); height: 220px;\">
    + +
    + "; + } + // line 89 + echo "
    +
    "; + // line 90 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "name", [], "any", false, false, false, 90), "html", null, true); + echo "
    +

    "; + // line 91 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "description", [], "any", false, false, false, 91), "html", null, true); + echo "

    +
    + env, twig_get_attribute($this->env, $this->source, $context["child_page"], "url", [], "any", false, false, false, 93), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "name", [], "any", false, false, false, 93), "html", null, true); + echo "\"> + "; + // line 94 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child_page"], "name", [], "any", false, false, false, 94), "html", null, true); + echo " + +
    +
    +
    + "; + } + // line 100 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child_page'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 101 + echo "
    +
    + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/cms/iqTravelGuide.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 397 => 101, 391 => 100, 382 => 94, 376 => 93, 371 => 91, 367 => 90, 364 => 89, 357 => 85, 349 => 83, 346 => 82, 343 => 81, 340 => 80, 337 => 79, 334 => 78, 331 => 77, 329 => 76, 326 => 75, 324 => 74, 319 => 71, 316 => 70, 312 => 69, 308 => 67, 306 => 66, 302 => 64, 299 => 63, 296 => 62, 287 => 60, 284 => 59, 282 => 58, 277 => 57, 271 => 55, 268 => 54, 263 => 53, 258 => 50, 242 => 47, 238 => 45, 234 => 43, 232 => 42, 226 => 41, 219 => 40, 202 => 39, 196 => 35, 178 => 32, 175 => 31, 173 => 30, 168 => 29, 162 => 27, 160 => 26, 151 => 25, 134 => 24, 129 => 21, 113 => 18, 109 => 16, 105 => 14, 103 => 13, 97 => 12, 90 => 11, 73 => 10, 69 => 8, 66 => 7, 63 => 6, 61 => 5, 58 => 4, 51 => 3, 35 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends get_base_template() %} + +{% block body %} +
    + {% set site_has_h1 = false %} + {% if(api is defined) %} + {% if api.sites|length > 1 %} + +
    + {% for site in api.sites %} +
    + {% if(site_has_h1) %} +

    {{ site.name }}

    + {% else %} +

    {{ site.name }}

    + {% set site_has_h1 = true %} + {% endif %} + {{ site.full_text|raw|keywords|lozad }} +
    + {% endfor %} +
    + + + {% else %} + {% for site in api.sites %} + {% if(site_has_h1) %} +

    {{ site.name }}

    + {% else %} +

    {{ site.name }}

    + {% set site_has_h1 = true %} + {% endif %} + {{ site.full_text|raw|keywords|lozad }} + {% endfor %} + {% endif %} + {% endif %} +
    +
    + {% if(api is defined and api.children is defined and api.children is not empty) %} +
    +
    + {% for child_page in api.children %} + {% if(child_page.active) %} +
    +
    +
    + {% if(false and child_page.box_image_url is defined and child_page.box_image_url is not empty) %} +
    + {% if child_page.box_image_url is defined and child_page.box_image_url is not empty %} + {% set image_url = child_page.box_image_url %} + {% set image_alt = child_page.name %} + {% else %} + {% set image_url = asset('/bundles/app/images/no-picture.png')%} + {% set image_alt = 'Kein Vorschaubild vorhanden' %} + {% endif %} +
    + +
    + {% endif %} +
    +
    {{ child_page.name }}
    +

    {{ child_page.description }}

    +
    + + {{ child_page.name }} + +
    +
    +
    + {% endif %} + {% endfor %} +
    +
    + {% endif %} +{% endblock %}", "default/pages/cms/iqTravelGuide.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/iqTravelGuide.html.twig"); + } +} diff --git a/var/cache/dev/twig/8d/8d108824738a054245eb89c344eb465f2e644a58651affa2a8fe2a06bf8d5822.php b/var/cache/dev/twig/8d/8d108824738a054245eb89c344eb465f2e644a58651affa2a8fe2a06bf8d5822.php new file mode 100644 index 00000000..264fe6de --- /dev/null +++ b/var/cache/dev/twig/8d/8d108824738a054245eb89c344eb465f2e644a58651affa2a8fe2a06bf8d5822.php @@ -0,0 +1,74 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/logger.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/logger.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/logger.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg"); + } +} diff --git a/var/cache/dev/twig/8d/8d55a5c7bd852b55a3fbc154ecfc520cb81ea193fefd54af25140b52e9c37858.php b/var/cache/dev/twig/8d/8d55a5c7bd852b55a3fbc154ecfc520cb81ea193fefd54af25140b52e9c37858.php new file mode 100644 index 00000000..5dbfeefe --- /dev/null +++ b/var/cache/dev/twig/8d/8d55a5c7bd852b55a3fbc154ecfc520cb81ea193fefd54af25140b52e9c37858.php @@ -0,0 +1,386 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + // line 1 + $_trait_0 = $this->loadTemplate("form_div_layout.html.twig", "default/form/theme.html.twig", 1); + if (!$_trait_0->isTraitable()) { + throw new RuntimeError('Template "'."form_div_layout.html.twig".'" cannot be used as a trait.', 1, $this->source); + } + $_trait_0_blocks = $_trait_0->getBlocks(); + + if (!isset($_trait_0_blocks["choice_widget_collapsed"])) { + throw new RuntimeError('Block "choice_widget_collapsed" is not defined in trait "form_div_layout.html.twig".', 1, $this->source); + } + + $_trait_0_blocks["base_choice_widget_collapsed"] = $_trait_0_blocks["choice_widget_collapsed"]; unset($_trait_0_blocks["choice_widget_collapsed"]); + + if (!isset($_trait_0_blocks["checkbox_widget"])) { + throw new RuntimeError('Block "checkbox_widget" is not defined in trait "form_div_layout.html.twig".', 1, $this->source); + } + + $_trait_0_blocks["base_checkbox_widget"] = $_trait_0_blocks["checkbox_widget"]; unset($_trait_0_blocks["checkbox_widget"]); + + if (!isset($_trait_0_blocks["radio_widget"])) { + throw new RuntimeError('Block "radio_widget" is not defined in trait "form_div_layout.html.twig".', 1, $this->source); + } + + $_trait_0_blocks["base_radio_widget"] = $_trait_0_blocks["radio_widget"]; unset($_trait_0_blocks["radio_widget"]); + + // line 6 + $_trait_1 = $this->loadTemplate("bootstrap_3_layout.html.twig", "default/form/theme.html.twig", 6); + if (!$_trait_1->isTraitable()) { + throw new RuntimeError('Template "'."bootstrap_3_layout.html.twig".'" cannot be used as a trait.', 6, $this->source); + } + $_trait_1_blocks = $_trait_1->getBlocks(); + + $this->traits = array_merge( + $_trait_0_blocks, + $_trait_1_blocks + ); + + $this->blocks = array_merge( + $this->traits, + [ + 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], + 'date_widget' => [$this, 'block_date_widget'], + 'st_plain_date_widget' => [$this, 'block_st_plain_date_widget'], + 'checkbox_widget' => [$this, 'block_checkbox_widget'], + 'radio_widget' => [$this, 'block_radio_widget'], + 'datalist_widget' => [$this, 'block_datalist_widget'], + 'form_label' => [$this, 'block_form_label'], + ] + ); + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/form/theme.html.twig")); + + // line 7 + echo " +"; + // line 8 + $this->displayBlock('choice_widget_collapsed', $context, $blocks); + // line 18 + echo " +"; + // line 19 + $this->displayBlock('date_widget', $context, $blocks); + // line 37 + echo " +"; + // line 38 + $this->displayBlock('st_plain_date_widget', $context, $blocks); + // line 43 + echo " +"; + // line 44 + $this->displayBlock('checkbox_widget', $context, $blocks); + // line 47 + echo " +"; + // line 48 + $this->displayBlock('radio_widget', $context, $blocks); + // line 51 + echo " +"; + // line 52 + $this->displayBlock('datalist_widget', $context, $blocks); + // line 61 + echo " +"; + // line 62 + $this->displayBlock('form_label', $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 8 + public function block_choice_widget_collapsed($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_collapsed")); + + // line 9 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 9, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, // line 10 +($context["attr"] ?? null), "class", [], "any", true, true, false, 10)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 10), "")) : ("")) . " selectpicker")), "data-style" => ((twig_get_attribute($this->env, $this->source, // line 11 +($context["attr"] ?? null), "data-style", [], "array", true, true, false, 11)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "data-style", [], "array", false, false, false, 11), "btn-white")) : ("btn-white")), "data-dropout" => ((twig_get_attribute($this->env, $this->source, // line 12 +($context["attr"] ?? null), "data-dropout", [], "array", true, true, false, 12)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "data-dropout", [], "array", false, false, false, 12), "false")) : ("false"))]); + // line 14 + echo "
    "; + // line 15 + $this->displayBlock("base_choice_widget_collapsed", $context, $blocks); + // line 16 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 19 + public function block_date_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "date_widget")); + + // line 20 + $context["range"] = 0; + // line 21 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 21, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + // line 22 + echo " "; + if (($context["attrname"] == "data-range")) { + // line 23 + echo " "; + $context["range"] = 1; + // line 24 + echo " "; + } + // line 25 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 26 + echo " + "; + // line 27 + if (((isset($context["range"]) || array_key_exists("range", $context) ? $context["range"] : (function () { throw new RuntimeError('Variable "range" does not exist.', 27, $this->source); })()) == 1)) { + // line 28 + $this->displayParentBlock("date_widget", $context, $blocks); + } else { + // line 30 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 30, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 30)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 30), "")) : ("")) . " datepicker"))]); + // line 31 + echo "
    + + "; + // line 33 + $this->displayParentBlock("date_widget", $context, $blocks); + // line 34 + echo "
    "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 38 + public function block_st_plain_date_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "st_plain_date_widget")); + + // line 39 + echo "
    "; + // line 40 + $this->displayBlock("form_widget_simple", $context, $blocks); + // line 41 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 44 + public function block_checkbox_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_widget")); + + // line 45 + $this->displayBlock("base_checkbox_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 48 + public function block_radio_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "radio_widget")); + + // line 49 + $this->displayBlock("base_radio_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 52 + public function block_datalist_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "datalist_widget")); + + // line 53 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 53, $this->source); })()), ["list" => ((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "list", [], "any", true, true, false, 53)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "list", [], "any", false, false, false, 53), ((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 53, $this->source); })()) . "_list"))) : (((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 53, $this->source); })()) . "_list")))]); + // line 54 + $this->displayBlock("form_widget_simple", $context, $blocks); + // line 55 + echo "env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 55, $this->source); })()), "html", null, true); + echo "_list\"> + "; + // line 56 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["choices"]) || array_key_exists("choices", $context) ? $context["choices"] : (function () { throw new RuntimeError('Variable "choices" does not exist.', 56, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["choice"]) { + // line 57 + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['choice'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 59 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 62 + public function block_form_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_label")); + + // line 63 + if ((isset($context["required"]) || array_key_exists("required", $context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.', 63, $this->source); })())) { + // line 64 + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 64, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 64)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 64), "")) : ("")) . " st-required"))]); + } + // line 66 + $this->displayParentBlock("form_label", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/form/theme.html.twig"; + } + + public function getDebugInfo() + { + return array ( 300 => 66, 297 => 64, 295 => 63, 288 => 62, 281 => 59, 272 => 57, 268 => 56, 263 => 55, 261 => 54, 259 => 53, 252 => 52, 245 => 49, 238 => 48, 231 => 45, 224 => 44, 217 => 41, 215 => 40, 213 => 39, 206 => 38, 198 => 34, 196 => 33, 192 => 32, 189 => 31, 187 => 30, 184 => 28, 182 => 27, 179 => 26, 173 => 25, 170 => 24, 167 => 23, 164 => 22, 159 => 21, 157 => 20, 150 => 19, 143 => 16, 141 => 15, 139 => 14, 137 => 12, 136 => 11, 135 => 10, 134 => 9, 127 => 8, 120 => 62, 117 => 61, 115 => 52, 112 => 51, 110 => 48, 107 => 47, 105 => 44, 102 => 43, 100 => 38, 97 => 37, 95 => 19, 92 => 18, 90 => 8, 87 => 7, 55 => 6, 30 => 1,); + } + + public function getSourceContext() + { + return new Source("{% use 'form_div_layout.html.twig' with + choice_widget_collapsed as base_choice_widget_collapsed, + checkbox_widget as base_checkbox_widget, + radio_widget as base_radio_widget +%} +{% use 'bootstrap_3_layout.html.twig' %} + +{% block choice_widget_collapsed -%} + {% set attr = attr|merge({ + class: (attr.class|default('') ~ ' selectpicker')|trim, + 'data-style': attr['data-style']|default('btn-white'), + 'data-dropout': attr['data-dropout']|default('false') + }) %} +
    + {{- block('base_choice_widget_collapsed') -}} +
    +{%- endblock %} + +{% block date_widget -%} + {% set range = 0 %} + {% for attrname, attrvalue in attr %} + {% if attrname == 'data-range' %} + {% set range = 1 %} + {% endif %} + {% endfor %} + + {% if range == 1 -%} + {{- parent() -}} + {%- else -%} + {% set attr = attr|merge({class: (attr.class|default('') ~ ' datepicker')|trim}) -%} +
    + + {{ parent() -}} +
    + {%- endif -%} +{%- endblock %} + +{% block st_plain_date_widget -%} +
    + {{- block('form_widget_simple') -}} +
    +{%- endblock %} + +{% block checkbox_widget -%} + {{- block('base_checkbox_widget') -}} +{%- endblock checkbox_widget %} + +{% block radio_widget -%} + {{- block('base_radio_widget') -}} +{%- endblock radio_widget %} + +{% block datalist_widget -%} + {% set attr = attr|merge({list: attr.list|default(id ~ '_list')}) -%} + {{ block('form_widget_simple') -}} + + {% for choice in choices %} + + {% endfor %} + +{%- endblock datalist_widget %} + +{% block form_label -%} + {%- if required -%} + {%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' st-required')|trim}) -%} + {%- endif -%} + {{- parent() -}} +{%- endblock form_label %}", "default/form/theme.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/form/theme.html.twig"); + } +} diff --git a/var/cache/dev/twig/95/95b0e1c20ce805f5f75aa2a545d852cb65f7fd1cb3ab5eaad20d592ffdeca2b0.php b/var/cache/dev/twig/95/95b0e1c20ce805f5f75aa2a545d852cb65f7fd1cb3ab5eaad20d592ffdeca2b0.php new file mode 100644 index 00000000..a7827277 --- /dev/null +++ b/var/cache/dev/twig/95/95b0e1c20ce805f5f75aa2a545d852cb65f7fd1cb3ab5eaad20d592ffdeca2b0.php @@ -0,0 +1,92 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/request.svg")); + + // line 1 + echo " + + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/request.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + +", "@WebProfiler/Icon/request.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/request.svg"); + } +} diff --git a/var/cache/dev/twig/95/95b86e88dbfaf3042938e08a058f123d2d1353441b5646c5f3988dd93474627d.php b/var/cache/dev/twig/95/95b86e88dbfaf3042938e08a058f123d2d1353441b5646c5f3988dd93474627d.php new file mode 100644 index 00000000..b2cbb366 --- /dev/null +++ b/var/cache/dev/twig/95/95b86e88dbfaf3042938e08a058f123d2d1353441b5646c5f3988dd93474627d.php @@ -0,0 +1,1727 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'form_widget' => [$this, 'block_form_widget'], + 'form_widget_simple' => [$this, 'block_form_widget_simple'], + 'form_widget_compound' => [$this, 'block_form_widget_compound'], + 'collection_widget' => [$this, 'block_collection_widget'], + 'textarea_widget' => [$this, 'block_textarea_widget'], + 'choice_widget' => [$this, 'block_choice_widget'], + 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], + 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], + 'choice_widget_options' => [$this, 'block_choice_widget_options'], + 'checkbox_widget' => [$this, 'block_checkbox_widget'], + 'radio_widget' => [$this, 'block_radio_widget'], + 'datetime_widget' => [$this, 'block_datetime_widget'], + 'date_widget' => [$this, 'block_date_widget'], + 'time_widget' => [$this, 'block_time_widget'], + 'number_widget' => [$this, 'block_number_widget'], + 'integer_widget' => [$this, 'block_integer_widget'], + 'money_widget' => [$this, 'block_money_widget'], + 'url_widget' => [$this, 'block_url_widget'], + 'search_widget' => [$this, 'block_search_widget'], + 'percent_widget' => [$this, 'block_percent_widget'], + 'password_widget' => [$this, 'block_password_widget'], + 'hidden_widget' => [$this, 'block_hidden_widget'], + 'email_widget' => [$this, 'block_email_widget'], + 'range_widget' => [$this, 'block_range_widget'], + 'button_widget' => [$this, 'block_button_widget'], + 'submit_widget' => [$this, 'block_submit_widget'], + 'reset_widget' => [$this, 'block_reset_widget'], + 'form_label' => [$this, 'block_form_label'], + 'button_label' => [$this, 'block_button_label'], + 'repeated_row' => [$this, 'block_repeated_row'], + 'form_row' => [$this, 'block_form_row'], + 'button_row' => [$this, 'block_button_row'], + 'hidden_row' => [$this, 'block_hidden_row'], + 'form' => [$this, 'block_form'], + 'form_start' => [$this, 'block_form_start'], + 'form_end' => [$this, 'block_form_end'], + 'form_errors' => [$this, 'block_form_errors'], + 'form_rest' => [$this, 'block_form_rest'], + 'form_rows' => [$this, 'block_form_rows'], + 'widget_attributes' => [$this, 'block_widget_attributes'], + 'widget_container_attributes' => [$this, 'block_widget_container_attributes'], + 'button_attributes' => [$this, 'block_button_attributes'], + 'attributes' => [$this, 'block_attributes'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "form_div_layout.html.twig")); + + // line 3 + $this->displayBlock('form_widget', $context, $blocks); + // line 11 + $this->displayBlock('form_widget_simple', $context, $blocks); + // line 16 + $this->displayBlock('form_widget_compound', $context, $blocks); + // line 26 + $this->displayBlock('collection_widget', $context, $blocks); + // line 33 + $this->displayBlock('textarea_widget', $context, $blocks); + // line 37 + $this->displayBlock('choice_widget', $context, $blocks); + // line 45 + $this->displayBlock('choice_widget_expanded', $context, $blocks); + // line 54 + $this->displayBlock('choice_widget_collapsed', $context, $blocks); + // line 74 + $this->displayBlock('choice_widget_options', $context, $blocks); + // line 87 + $this->displayBlock('checkbox_widget', $context, $blocks); + // line 91 + $this->displayBlock('radio_widget', $context, $blocks); + // line 95 + $this->displayBlock('datetime_widget', $context, $blocks); + // line 108 + $this->displayBlock('date_widget', $context, $blocks); + // line 122 + $this->displayBlock('time_widget', $context, $blocks); + // line 133 + $this->displayBlock('number_widget', $context, $blocks); + // line 139 + $this->displayBlock('integer_widget', $context, $blocks); + // line 144 + $this->displayBlock('money_widget', $context, $blocks); + // line 148 + $this->displayBlock('url_widget', $context, $blocks); + // line 153 + $this->displayBlock('search_widget', $context, $blocks); + // line 158 + $this->displayBlock('percent_widget', $context, $blocks); + // line 163 + $this->displayBlock('password_widget', $context, $blocks); + // line 168 + $this->displayBlock('hidden_widget', $context, $blocks); + // line 173 + $this->displayBlock('email_widget', $context, $blocks); + // line 178 + $this->displayBlock('range_widget', $context, $blocks); + // line 183 + $this->displayBlock('button_widget', $context, $blocks); + // line 197 + $this->displayBlock('submit_widget', $context, $blocks); + // line 202 + $this->displayBlock('reset_widget', $context, $blocks); + // line 209 + $this->displayBlock('form_label', $context, $blocks); + // line 231 + $this->displayBlock('button_label', $context, $blocks); + // line 235 + $this->displayBlock('repeated_row', $context, $blocks); + // line 243 + $this->displayBlock('form_row', $context, $blocks); + // line 251 + $this->displayBlock('button_row', $context, $blocks); + // line 257 + $this->displayBlock('hidden_row', $context, $blocks); + // line 263 + $this->displayBlock('form', $context, $blocks); + // line 269 + $this->displayBlock('form_start', $context, $blocks); + // line 282 + $this->displayBlock('form_end', $context, $blocks); + // line 289 + $this->displayBlock('form_errors', $context, $blocks); + // line 299 + $this->displayBlock('form_rest', $context, $blocks); + // line 306 + echo " +"; + // line 309 + $this->displayBlock('form_rows', $context, $blocks); + // line 315 + $this->displayBlock('widget_attributes', $context, $blocks); + // line 331 + $this->displayBlock('widget_container_attributes', $context, $blocks); + // line 345 + $this->displayBlock('button_attributes', $context, $blocks); + // line 359 + $this->displayBlock('attributes', $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_form_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_widget")); + + // line 4 + if ((isset($context["compound"]) || array_key_exists("compound", $context) ? $context["compound"] : (function () { throw new RuntimeError('Variable "compound" does not exist.', 4, $this->source); })())) { + // line 5 + $this->displayBlock("form_widget_compound", $context, $blocks); + } else { + // line 7 + $this->displayBlock("form_widget_simple", $context, $blocks); + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 11 + public function block_form_widget_simple($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_widget_simple")); + + // line 12 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 12, $this->source); })()), "text")) : ("text")); + // line 13 + echo "env, (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 13, $this->source); })()), "html", null, true); + echo "\" "; + $this->displayBlock("widget_attributes", $context, $blocks); + echo " "; + if ( !twig_test_empty((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.', 13, $this->source); })()))) { + echo "value=\""; + echo twig_escape_filter($this->env, (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.', 13, $this->source); })()), "html", null, true); + echo "\" "; + } + echo "/>"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 16 + public function block_form_widget_compound($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_widget_compound")); + + // line 17 + echo "
    displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 18 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 18, $this->source); })()), "parent", [], "any", false, false, false, 18))) { + // line 19 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 19, $this->source); })()), 'errors'); + } + // line 21 + $this->displayBlock("form_rows", $context, $blocks); + // line 22 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 22, $this->source); })()), 'rest'); + // line 23 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 26 + public function block_collection_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "collection_widget")); + + // line 27 + if ((isset($context["prototype"]) || array_key_exists("prototype", $context))) { + // line 28 + $context["attr"] = twig_array_merge((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 28, $this->source); })()), ["data-prototype" => $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["prototype"]) || array_key_exists("prototype", $context) ? $context["prototype"] : (function () { throw new RuntimeError('Variable "prototype" does not exist.', 28, $this->source); })()), 'row')]); + } + // line 30 + $this->displayBlock("form_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 33 + public function block_textarea_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "textarea_widget")); + + // line 34 + echo ""; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 37 + public function block_choice_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget")); + + // line 38 + if ((isset($context["expanded"]) || array_key_exists("expanded", $context) ? $context["expanded"] : (function () { throw new RuntimeError('Variable "expanded" does not exist.', 38, $this->source); })())) { + // line 39 + $this->displayBlock("choice_widget_expanded", $context, $blocks); + } else { + // line 41 + $this->displayBlock("choice_widget_collapsed", $context, $blocks); + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 45 + public function block_choice_widget_expanded($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_expanded")); + + // line 46 + echo "
    displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 47 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 47, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 48 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'widget'); + // line 49 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'label', ["translation_domain" => (isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain", $context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.', 49, $this->source); })())]); + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 51 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 54 + public function block_choice_widget_collapsed($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_collapsed")); + + // line 55 + if ((((((isset($context["required"]) || array_key_exists("required", $context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.', 55, $this->source); })()) && (null === (isset($context["placeholder"]) || array_key_exists("placeholder", $context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.', 55, $this->source); })()))) && !(isset($context["placeholder_in_choices"]) || array_key_exists("placeholder_in_choices", $context) ? $context["placeholder_in_choices"] : (function () { throw new RuntimeError('Variable "placeholder_in_choices" does not exist.', 55, $this->source); })())) && !(isset($context["multiple"]) || array_key_exists("multiple", $context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.', 55, $this->source); })())) && ( !twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "size", [], "any", true, true, false, 55) || (twig_get_attribute($this->env, $this->source, (isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 55, $this->source); })()), "size", [], "any", false, false, false, 55) <= 1)))) { + // line 56 + $context["required"] = false; + } + // line 58 + echo ""; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 74 + public function block_choice_widget_options($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "choice_widget_options")); + + // line 75 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 75, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["group_label"] => $context["choice"]) { + // line 76 + if (twig_test_iterable($context["choice"])) { + // line 77 + echo "env, ((((isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain", $context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.', 77, $this->source); })()) === false)) ? ($context["group_label"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["group_label"], [], (isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain", $context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.', 77, $this->source); })())))), "html", null, true); + echo "\"> + "; + // line 78 + $context["options"] = $context["choice"]; + // line 79 + $this->displayBlock("choice_widget_options", $context, $blocks); + // line 80 + echo ""; + } else { + // line 82 + echo ""; + } + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['group_label'], $context['choice'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 87 + public function block_checkbox_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "checkbox_widget")); + + // line 88 + echo "displayBlock("widget_attributes", $context, $blocks); + if ((isset($context["value"]) || array_key_exists("value", $context))) { + echo " value=\""; + echo twig_escape_filter($this->env, (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.', 88, $this->source); })()), "html", null, true); + echo "\""; + } + if ((isset($context["checked"]) || array_key_exists("checked", $context) ? $context["checked"] : (function () { throw new RuntimeError('Variable "checked" does not exist.', 88, $this->source); })())) { + echo " checked=\"checked\""; + } + echo " />"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 91 + public function block_radio_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "radio_widget")); + + // line 92 + echo "displayBlock("widget_attributes", $context, $blocks); + if ((isset($context["value"]) || array_key_exists("value", $context))) { + echo " value=\""; + echo twig_escape_filter($this->env, (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.', 92, $this->source); })()), "html", null, true); + echo "\""; + } + if ((isset($context["checked"]) || array_key_exists("checked", $context) ? $context["checked"] : (function () { throw new RuntimeError('Variable "checked" does not exist.', 92, $this->source); })())) { + echo " checked=\"checked\""; + } + echo " />"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 95 + public function block_datetime_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "datetime_widget")); + + // line 96 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 96, $this->source); })()) == "single_text")) { + // line 97 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 99 + echo "
    displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 100 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 100, $this->source); })()), "date", [], "any", false, false, false, 100), 'errors'); + // line 101 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 101, $this->source); })()), "time", [], "any", false, false, false, 101), 'errors'); + // line 102 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 102, $this->source); })()), "date", [], "any", false, false, false, 102), 'widget'); + // line 103 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 103, $this->source); })()), "time", [], "any", false, false, false, 103), 'widget'); + // line 104 + echo "
    "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 108 + public function block_date_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "date_widget")); + + // line 109 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 109, $this->source); })()) == "single_text")) { + // line 110 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 112 + echo "
    displayBlock("widget_container_attributes", $context, $blocks); + echo ">"; + // line 113 + echo twig_replace_filter((isset($context["date_pattern"]) || array_key_exists("date_pattern", $context) ? $context["date_pattern"] : (function () { throw new RuntimeError('Variable "date_pattern" does not exist.', 113, $this->source); })()), ["{{ year }}" => // line 114 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 114, $this->source); })()), "year", [], "any", false, false, false, 114), 'widget'), "{{ month }}" => // line 115 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 115, $this->source); })()), "month", [], "any", false, false, false, 115), 'widget'), "{{ day }}" => // line 116 +$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 116, $this->source); })()), "day", [], "any", false, false, false, 116), 'widget')]); + // line 118 + echo "
    "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 122 + public function block_time_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "time_widget")); + + // line 123 + if (((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 123, $this->source); })()) == "single_text")) { + // line 124 + $this->displayBlock("form_widget_simple", $context, $blocks); + } else { + // line 126 + $context["vars"] = ((((isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 126, $this->source); })()) == "text")) ? (["attr" => ["size" => 1]]) : ([])); + // line 127 + echo "
    displayBlock("widget_container_attributes", $context, $blocks); + echo "> + "; + // line 128 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 128, $this->source); })()), "hour", [], "any", false, false, false, 128), 'widget', (isset($context["vars"]) || array_key_exists("vars", $context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.', 128, $this->source); })())); + if ((isset($context["with_minutes"]) || array_key_exists("with_minutes", $context) ? $context["with_minutes"] : (function () { throw new RuntimeError('Variable "with_minutes" does not exist.', 128, $this->source); })())) { + echo ":"; + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 128, $this->source); })()), "minute", [], "any", false, false, false, 128), 'widget', (isset($context["vars"]) || array_key_exists("vars", $context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.', 128, $this->source); })())); + } + if ((isset($context["with_seconds"]) || array_key_exists("with_seconds", $context) ? $context["with_seconds"] : (function () { throw new RuntimeError('Variable "with_seconds" does not exist.', 128, $this->source); })())) { + echo ":"; + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 128, $this->source); })()), "second", [], "any", false, false, false, 128), 'widget', (isset($context["vars"]) || array_key_exists("vars", $context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.', 128, $this->source); })())); + } + // line 129 + echo "
    "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 133 + public function block_number_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "number_widget")); + + // line 135 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 135, $this->source); })()), "text")) : ("text")); + // line 136 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 139 + public function block_integer_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "integer_widget")); + + // line 140 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 140, $this->source); })()), "number")) : ("number")); + // line 141 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 144 + public function block_money_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "money_widget")); + + // line 145 + echo twig_replace_filter((isset($context["money_pattern"]) || array_key_exists("money_pattern", $context) ? $context["money_pattern"] : (function () { throw new RuntimeError('Variable "money_pattern" does not exist.', 145, $this->source); })()), ["{{ widget }}" => $this->renderBlock("form_widget_simple", $context, $blocks)]); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 148 + public function block_url_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "url_widget")); + + // line 149 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 149, $this->source); })()), "url")) : ("url")); + // line 150 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 153 + public function block_search_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "search_widget")); + + // line 154 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 154, $this->source); })()), "search")) : ("search")); + // line 155 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 158 + public function block_percent_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "percent_widget")); + + // line 159 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 159, $this->source); })()), "text")) : ("text")); + // line 160 + $this->displayBlock("form_widget_simple", $context, $blocks); + echo " %"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 163 + public function block_password_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "password_widget")); + + // line 164 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 164, $this->source); })()), "password")) : ("password")); + // line 165 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 168 + public function block_hidden_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "hidden_widget")); + + // line 169 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 169, $this->source); })()), "hidden")) : ("hidden")); + // line 170 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 173 + public function block_email_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "email_widget")); + + // line 174 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 174, $this->source); })()), "email")) : ("email")); + // line 175 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 178 + public function block_range_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "range_widget")); + + // line 179 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 179, $this->source); })()), "range")) : ("range")); + // line 180 + $this->displayBlock("form_widget_simple", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 183 + public function block_button_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_widget")); + + // line 184 + if (twig_test_empty((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 184, $this->source); })()))) { + // line 185 + if ( !twig_test_empty((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 185, $this->source); })()))) { + // line 186 + $context["label"] = twig_replace_filter((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 186, $this->source); })()), ["%name%" => // line 187 +(isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 187, $this->source); })()), "%id%" => // line 188 +(isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 188, $this->source); })())]); + } else { + // line 191 + $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->humanize((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 191, $this->source); })())); + } + } + // line 194 + echo ""; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 197 + public function block_submit_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "submit_widget")); + + // line 198 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 198, $this->source); })()), "submit")) : ("submit")); + // line 199 + $this->displayBlock("button_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 202 + public function block_reset_widget($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "reset_widget")); + + // line 203 + $context["type"] = (((isset($context["type"]) || array_key_exists("type", $context))) ? (_twig_default_filter((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 203, $this->source); })()), "reset")) : ("reset")); + // line 204 + $this->displayBlock("button_widget", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 209 + public function block_form_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_label")); + + // line 210 + if ( !((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 210, $this->source); })()) === false)) { + // line 211 + if ( !(isset($context["compound"]) || array_key_exists("compound", $context) ? $context["compound"] : (function () { throw new RuntimeError('Variable "compound" does not exist.', 211, $this->source); })())) { + // line 212 + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 212, $this->source); })()), ["for" => (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 212, $this->source); })())]); + } + // line 214 + if ((isset($context["required"]) || array_key_exists("required", $context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.', 214, $this->source); })())) { + // line 215 + $context["label_attr"] = twig_array_merge((isset($context["label_attr"]) || array_key_exists("label_attr", $context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.', 215, $this->source); })()), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 215)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 215), "")) : ("")) . " required"))]); + } + // line 217 + if (twig_test_empty((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 217, $this->source); })()))) { + // line 218 + if ( !twig_test_empty((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 218, $this->source); })()))) { + // line 219 + $context["label"] = twig_replace_filter((isset($context["label_format"]) || array_key_exists("label_format", $context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.', 219, $this->source); })()), ["%name%" => // line 220 +(isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 220, $this->source); })()), "%id%" => // line 221 +(isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 221, $this->source); })())]); + } else { + // line 224 + $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->humanize((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 224, $this->source); })())); + } + } + // line 227 + echo "source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + echo " "; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + echo ">"; + echo twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 227, $this->source); })()) === false)) ? ((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 227, $this->source); })())) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 227, $this->source); })()), [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 227, $this->source); })())))), "html", null, true); + echo ""; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 231 + public function block_button_label($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_label")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 235 + public function block_repeated_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "repeated_row")); + + // line 240 + $this->displayBlock("form_rows", $context, $blocks); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 243 + public function block_form_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_row")); + + // line 244 + echo "
    "; + // line 245 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 245, $this->source); })()), 'label'); + // line 246 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 246, $this->source); })()), 'errors'); + // line 247 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 247, $this->source); })()), 'widget'); + // line 248 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 251 + public function block_button_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_row")); + + // line 252 + echo "
    "; + // line 253 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 253, $this->source); })()), 'widget'); + // line 254 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 257 + public function block_hidden_row($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "hidden_row")); + + // line 258 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 258, $this->source); })()), 'widget'); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 263 + public function block_form($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form")); + + // line 264 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 264, $this->source); })()), 'form_start'); + // line 265 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 265, $this->source); })()), 'widget'); + // line 266 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 266, $this->source); })()), 'form_end'); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 269 + public function block_form_start($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_start")); + + // line 270 + $context["method"] = twig_upper_filter($this->env, (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 270, $this->source); })())); + // line 271 + if (twig_in_filter((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 271, $this->source); })()), [0 => "GET", 1 => "POST"])) { + // line 272 + $context["form_method"] = (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 272, $this->source); })()); + } else { + // line 274 + $context["form_method"] = "POST"; + } + // line 276 + echo "
    env, (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 276, $this->source); })()), "html", null, true); + echo "\" method=\""; + echo twig_escape_filter($this->env, twig_lower_filter($this->env, (isset($context["form_method"]) || array_key_exists("form_method", $context) ? $context["form_method"] : (function () { throw new RuntimeError('Variable "form_method" does not exist.', 276, $this->source); })())), "html", null, true); + echo "\""; + if (((isset($context["action"]) || array_key_exists("action", $context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.', 276, $this->source); })()) != "")) { + echo " action=\""; + echo twig_escape_filter($this->env, (isset($context["action"]) || array_key_exists("action", $context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.', 276, $this->source); })()), "html", null, true); + echo "\""; + } + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 276, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + echo " "; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + if ((isset($context["multipart"]) || array_key_exists("multipart", $context) ? $context["multipart"] : (function () { throw new RuntimeError('Variable "multipart" does not exist.', 276, $this->source); })())) { + echo " enctype=\"multipart/form-data\""; + } + echo ">"; + // line 277 + if (((isset($context["form_method"]) || array_key_exists("form_method", $context) ? $context["form_method"] : (function () { throw new RuntimeError('Variable "form_method" does not exist.', 277, $this->source); })()) != (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 277, $this->source); })()))) { + // line 278 + echo "env, (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.', 278, $this->source); })()), "html", null, true); + echo "\" />"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 282 + public function block_form_end($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_end")); + + // line 283 + if (( !(isset($context["render_rest"]) || array_key_exists("render_rest", $context)) || (isset($context["render_rest"]) || array_key_exists("render_rest", $context) ? $context["render_rest"] : (function () { throw new RuntimeError('Variable "render_rest" does not exist.', 283, $this->source); })()))) { + // line 284 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 284, $this->source); })()), 'rest'); + } + // line 286 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 289 + public function block_form_errors($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_errors")); + + // line 290 + if ((twig_length_filter($this->env, (isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 290, $this->source); })())) > 0)) { + // line 291 + echo "
      "; + // line 292 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["errors"]) || array_key_exists("errors", $context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.', 292, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["error"]) { + // line 293 + echo "
    • "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 293), "html", null, true); + echo "
    • "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 295 + echo "
    "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 299 + public function block_form_rest($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_rest")); + + // line 300 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 300, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 301 + if ( !twig_get_attribute($this->env, $this->source, $context["child"], "rendered", [], "any", false, false, false, 301)) { + // line 302 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'row'); + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 309 + public function block_form_rows($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_rows")); + + // line 310 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 310, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 311 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock($context["child"], 'row'); + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 315 + public function block_widget_attributes($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "widget_attributes")); + + // line 316 + echo "id=\""; + echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 316, $this->source); })()), "html", null, true); + echo "\" name=\""; + echo twig_escape_filter($this->env, (isset($context["full_name"]) || array_key_exists("full_name", $context) ? $context["full_name"] : (function () { throw new RuntimeError('Variable "full_name" does not exist.', 316, $this->source); })()), "html", null, true); + echo "\""; + // line 317 + if ((isset($context["disabled"]) || array_key_exists("disabled", $context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.', 317, $this->source); })())) { + echo " disabled=\"disabled\""; + } + // line 318 + if ((isset($context["required"]) || array_key_exists("required", $context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.', 318, $this->source); })())) { + echo " required=\"required\""; + } + // line 319 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 319, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + // line 320 + echo " "; + // line 321 + if (twig_in_filter($context["attrname"], [0 => "placeholder", 1 => "title"])) { + // line 322 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 322, $this->source); })()) === false)) ? ($context["attrvalue"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 322, $this->source); })())))), "html", null, true); + echo "\""; + } elseif (( // line 323 +$context["attrvalue"] === true)) { + // line 324 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "\""; + } elseif ( !( // line 325 +$context["attrvalue"] === false)) { + // line 326 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 331 + public function block_widget_container_attributes($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "widget_container_attributes")); + + // line 332 + if ( !twig_test_empty((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 332, $this->source); })()))) { + echo "id=\""; + echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 332, $this->source); })()), "html", null, true); + echo "\""; + } + // line 333 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 333, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + // line 334 + echo " "; + // line 335 + if (twig_in_filter($context["attrname"], [0 => "placeholder", 1 => "title"])) { + // line 336 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 336, $this->source); })()) === false)) ? ($context["attrvalue"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 336, $this->source); })())))), "html", null, true); + echo "\""; + } elseif (( // line 337 +$context["attrvalue"] === true)) { + // line 338 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "\""; + } elseif ( !( // line 339 +$context["attrvalue"] === false)) { + // line 340 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 345 + public function block_button_attributes($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "button_attributes")); + + // line 346 + echo "id=\""; + echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 346, $this->source); })()), "html", null, true); + echo "\" name=\""; + echo twig_escape_filter($this->env, (isset($context["full_name"]) || array_key_exists("full_name", $context) ? $context["full_name"] : (function () { throw new RuntimeError('Variable "full_name" does not exist.', 346, $this->source); })()), "html", null, true); + echo "\""; + if ((isset($context["disabled"]) || array_key_exists("disabled", $context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.', 346, $this->source); })())) { + echo " disabled=\"disabled\""; + } + // line 347 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 347, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + // line 348 + echo " "; + // line 349 + if (twig_in_filter($context["attrname"], [0 => "placeholder", 1 => "title"])) { + // line 350 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 350, $this->source); })()) === false)) ? ($context["attrvalue"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 350, $this->source); })())))), "html", null, true); + echo "\""; + } elseif (( // line 351 +$context["attrvalue"] === true)) { + // line 352 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "\""; + } elseif ( !( // line 353 +$context["attrvalue"] === false)) { + // line 354 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 359 + public function block_attributes($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "attributes")); + + // line 360 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attr"]) || array_key_exists("attr", $context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.', 360, $this->source); })())); + foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { + // line 361 + echo " "; + // line 362 + if (twig_in_filter($context["attrname"], [0 => "placeholder", 1 => "title"])) { + // line 363 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 363, $this->source); })()) === false)) ? ($context["attrvalue"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], [], (isset($context["translation_domain"]) || array_key_exists("translation_domain", $context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.', 363, $this->source); })())))), "html", null, true); + echo "\""; + } elseif (( // line 364 +$context["attrvalue"] === true)) { + // line 365 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "\""; + } elseif ( !( // line 366 +$context["attrvalue"] === false)) { + // line 367 + echo twig_escape_filter($this->env, $context["attrname"], "html", null, true); + echo "=\""; + echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true); + echo "\""; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "form_div_layout.html.twig"; + } + + public function getDebugInfo() + { + return array ( 1329 => 367, 1327 => 366, 1322 => 365, 1320 => 364, 1315 => 363, 1313 => 362, 1311 => 361, 1307 => 360, 1300 => 359, 1285 => 354, 1283 => 353, 1278 => 352, 1276 => 351, 1271 => 350, 1269 => 349, 1267 => 348, 1263 => 347, 1254 => 346, 1247 => 345, 1232 => 340, 1230 => 339, 1225 => 338, 1223 => 337, 1218 => 336, 1216 => 335, 1214 => 334, 1210 => 333, 1204 => 332, 1197 => 331, 1182 => 326, 1180 => 325, 1175 => 324, 1173 => 323, 1168 => 322, 1166 => 321, 1164 => 320, 1160 => 319, 1156 => 318, 1152 => 317, 1146 => 316, 1139 => 315, 1128 => 311, 1124 => 310, 1117 => 309, 1105 => 302, 1103 => 301, 1099 => 300, 1092 => 299, 1084 => 295, 1076 => 293, 1072 => 292, 1070 => 291, 1068 => 290, 1061 => 289, 1054 => 286, 1051 => 284, 1049 => 283, 1042 => 282, 1032 => 278, 1030 => 277, 1003 => 276, 1000 => 274, 997 => 272, 995 => 271, 993 => 270, 986 => 269, 979 => 266, 977 => 265, 975 => 264, 968 => 263, 961 => 258, 954 => 257, 947 => 254, 945 => 253, 943 => 252, 936 => 251, 929 => 248, 927 => 247, 925 => 246, 923 => 245, 921 => 244, 914 => 243, 907 => 240, 900 => 235, 888 => 231, 865 => 227, 861 => 224, 858 => 221, 857 => 220, 856 => 219, 854 => 218, 852 => 217, 849 => 215, 847 => 214, 844 => 212, 842 => 211, 840 => 210, 833 => 209, 826 => 204, 824 => 203, 817 => 202, 810 => 199, 808 => 198, 801 => 197, 788 => 194, 784 => 191, 781 => 188, 780 => 187, 779 => 186, 777 => 185, 775 => 184, 768 => 183, 761 => 180, 759 => 179, 752 => 178, 745 => 175, 743 => 174, 736 => 173, 729 => 170, 727 => 169, 720 => 168, 713 => 165, 711 => 164, 704 => 163, 696 => 160, 694 => 159, 687 => 158, 680 => 155, 678 => 154, 671 => 153, 664 => 150, 662 => 149, 655 => 148, 648 => 145, 641 => 144, 634 => 141, 632 => 140, 625 => 139, 618 => 136, 616 => 135, 609 => 133, 601 => 129, 591 => 128, 586 => 127, 584 => 126, 581 => 124, 579 => 123, 572 => 122, 564 => 118, 562 => 116, 561 => 115, 560 => 114, 559 => 113, 555 => 112, 552 => 110, 550 => 109, 543 => 108, 535 => 104, 533 => 103, 531 => 102, 529 => 101, 527 => 100, 523 => 99, 520 => 97, 518 => 96, 511 => 95, 494 => 92, 487 => 91, 470 => 88, 463 => 87, 430 => 82, 427 => 80, 425 => 79, 423 => 78, 418 => 77, 416 => 76, 399 => 75, 392 => 74, 385 => 71, 383 => 70, 381 => 69, 375 => 66, 373 => 65, 371 => 64, 369 => 63, 367 => 62, 358 => 60, 356 => 59, 349 => 58, 346 => 56, 344 => 55, 337 => 54, 330 => 51, 324 => 49, 322 => 48, 318 => 47, 314 => 46, 307 => 45, 299 => 41, 296 => 39, 294 => 38, 287 => 37, 276 => 34, 269 => 33, 262 => 30, 259 => 28, 257 => 27, 250 => 26, 243 => 23, 241 => 22, 239 => 21, 236 => 19, 234 => 18, 230 => 17, 223 => 16, 206 => 13, 204 => 12, 197 => 11, 189 => 7, 186 => 5, 184 => 4, 177 => 3, 170 => 359, 168 => 345, 166 => 331, 164 => 315, 162 => 309, 159 => 306, 157 => 299, 155 => 289, 153 => 282, 151 => 269, 149 => 263, 147 => 257, 145 => 251, 143 => 243, 141 => 235, 139 => 231, 137 => 209, 135 => 202, 133 => 197, 131 => 183, 129 => 178, 127 => 173, 125 => 168, 123 => 163, 121 => 158, 119 => 153, 117 => 148, 115 => 144, 113 => 139, 111 => 133, 109 => 122, 107 => 108, 105 => 95, 103 => 91, 101 => 87, 99 => 74, 97 => 54, 95 => 45, 93 => 37, 91 => 33, 89 => 26, 87 => 16, 85 => 11, 83 => 3,); + } + + public function getSourceContext() + { + return new Source("{# Widgets #} + +{%- block form_widget -%} + {% if compound %} + {{- block('form_widget_compound') -}} + {% else %} + {{- block('form_widget_simple') -}} + {% endif %} +{%- endblock form_widget -%} + +{%- block form_widget_simple -%} + {%- set type = type|default('text') -%} + +{%- endblock form_widget_simple -%} + +{%- block form_widget_compound -%} +
    + {%- if form.parent is empty -%} + {{ form_errors(form) }} + {%- endif -%} + {{- block('form_rows') -}} + {{- form_rest(form) -}} +
    +{%- endblock form_widget_compound -%} + +{%- block collection_widget -%} + {% if prototype is defined %} + {%- set attr = attr|merge({'data-prototype': form_row(prototype) }) -%} + {% endif %} + {{- block('form_widget') -}} +{%- endblock collection_widget -%} + +{%- block textarea_widget -%} + +{%- endblock textarea_widget -%} + +{%- block choice_widget -%} + {% if expanded %} + {{- block('choice_widget_expanded') -}} + {% else %} + {{- block('choice_widget_collapsed') -}} + {% endif %} +{%- endblock choice_widget -%} + +{%- block choice_widget_expanded -%} +
    + {%- for child in form %} + {{- form_widget(child) -}} + {{- form_label(child, null, {translation_domain: choice_translation_domain}) -}} + {% endfor -%} +
    +{%- endblock choice_widget_expanded -%} + +{%- block choice_widget_collapsed -%} + {%- if required and placeholder is none and not placeholder_in_choices and not multiple and (attr.size is not defined or attr.size <= 1) -%} + {% set required = false %} + {%- endif -%} + +{%- endblock choice_widget_collapsed -%} + +{%- block choice_widget_options -%} + {% for group_label, choice in options %} + {%- if choice is iterable -%} + + {% set options = choice %} + {{- block('choice_widget_options') -}} + + {%- else -%} + + {%- endif -%} + {% endfor %} +{%- endblock choice_widget_options -%} + +{%- block checkbox_widget -%} + +{%- endblock checkbox_widget -%} + +{%- block radio_widget -%} + +{%- endblock radio_widget -%} + +{%- block datetime_widget -%} + {% if widget == 'single_text' %} + {{- block('form_widget_simple') -}} + {%- else -%} +
    + {{- form_errors(form.date) -}} + {{- form_errors(form.time) -}} + {{- form_widget(form.date) -}} + {{- form_widget(form.time) -}} +
    + {%- endif -%} +{%- endblock datetime_widget -%} + +{%- block date_widget -%} + {%- if widget == 'single_text' -%} + {{ block('form_widget_simple') }} + {%- else -%} +
    + {{- date_pattern|replace({ + '{{ year }}': form_widget(form.year), + '{{ month }}': form_widget(form.month), + '{{ day }}': form_widget(form.day), + })|raw -}} +
    + {%- endif -%} +{%- endblock date_widget -%} + +{%- block time_widget -%} + {%- if widget == 'single_text' -%} + {{ block('form_widget_simple') }} + {%- else -%} + {%- set vars = widget == 'text' ? { 'attr': { 'size': 1 }} : {} -%} +
    + {{ form_widget(form.hour, vars) }}{% if with_minutes %}:{{ form_widget(form.minute, vars) }}{% endif %}{% if with_seconds %}:{{ form_widget(form.second, vars) }}{% endif %} +
    + {%- endif -%} +{%- endblock time_widget -%} + +{%- block number_widget -%} + {# type=\"number\" doesn't work with floats #} + {%- set type = type|default('text') -%} + {{ block('form_widget_simple') }} +{%- endblock number_widget -%} + +{%- block integer_widget -%} + {%- set type = type|default('number') -%} + {{ block('form_widget_simple') }} +{%- endblock integer_widget -%} + +{%- block money_widget -%} + {{ money_pattern|replace({ '{{ widget }}': block('form_widget_simple') })|raw }} +{%- endblock money_widget -%} + +{%- block url_widget -%} + {%- set type = type|default('url') -%} + {{ block('form_widget_simple') }} +{%- endblock url_widget -%} + +{%- block search_widget -%} + {%- set type = type|default('search') -%} + {{ block('form_widget_simple') }} +{%- endblock search_widget -%} + +{%- block percent_widget -%} + {%- set type = type|default('text') -%} + {{ block('form_widget_simple') }} % +{%- endblock percent_widget -%} + +{%- block password_widget -%} + {%- set type = type|default('password') -%} + {{ block('form_widget_simple') }} +{%- endblock password_widget -%} + +{%- block hidden_widget -%} + {%- set type = type|default('hidden') -%} + {{ block('form_widget_simple') }} +{%- endblock hidden_widget -%} + +{%- block email_widget -%} + {%- set type = type|default('email') -%} + {{ block('form_widget_simple') }} +{%- endblock email_widget -%} + +{%- block range_widget -%} + {% set type = type|default('range') %} + {{- block('form_widget_simple') -}} +{%- endblock range_widget %} + +{%- block button_widget -%} + {%- if label is empty -%} + {%- if label_format is not empty -%} + {% set label = label_format|replace({ + '%name%': name, + '%id%': id, + }) %} + {%- else -%} + {% set label = name|humanize %} + {%- endif -%} + {%- endif -%} + +{%- endblock button_widget -%} + +{%- block submit_widget -%} + {%- set type = type|default('submit') -%} + {{ block('button_widget') }} +{%- endblock submit_widget -%} + +{%- block reset_widget -%} + {%- set type = type|default('reset') -%} + {{ block('button_widget') }} +{%- endblock reset_widget -%} + +{# Labels #} + +{%- block form_label -%} + {% if label is not same as(false) -%} + {% if not compound -%} + {% set label_attr = label_attr|merge({'for': id}) %} + {%- endif -%} + {% if required -%} + {% set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' required')|trim}) %} + {%- endif -%} + {% if label is empty -%} + {%- if label_format is not empty -%} + {% set label = label_format|replace({ + '%name%': name, + '%id%': id, + }) %} + {%- else -%} + {% set label = name|humanize %} + {%- endif -%} + {%- endif -%} + {{ translation_domain is same as(false) ? label : label|trans({}, translation_domain) }} + {%- endif -%} +{%- endblock form_label -%} + +{%- block button_label -%}{%- endblock -%} + +{# Rows #} + +{%- block repeated_row -%} + {# + No need to render the errors here, as all errors are mapped + to the first child (see RepeatedTypeValidatorExtension). + #} + {{- block('form_rows') -}} +{%- endblock repeated_row -%} + +{%- block form_row -%} +
    + {{- form_label(form) -}} + {{- form_errors(form) -}} + {{- form_widget(form) -}} +
    +{%- endblock form_row -%} + +{%- block button_row -%} +
    + {{- form_widget(form) -}} +
    +{%- endblock button_row -%} + +{%- block hidden_row -%} + {{ form_widget(form) }} +{%- endblock hidden_row -%} + +{# Misc #} + +{%- block form -%} + {{ form_start(form) }} + {{- form_widget(form) -}} + {{ form_end(form) }} +{%- endblock form -%} + +{%- block form_start -%} + {% set method = method|upper %} + {%- if method in [\"GET\", \"POST\"] -%} + {% set form_method = method %} + {%- else -%} + {% set form_method = \"POST\" %} + {%- endif -%} +
    + {%- if form_method != method -%} + + {%- endif -%} +{%- endblock form_start -%} + +{%- block form_end -%} + {%- if not render_rest is defined or render_rest -%} + {{ form_rest(form) }} + {%- endif -%} +
    +{%- endblock form_end -%} + +{%- block form_errors -%} + {%- if errors|length > 0 -%} +
      + {%- for error in errors -%} +
    • {{ error.message }}
    • + {%- endfor -%} +
    + {%- endif -%} +{%- endblock form_errors -%} + +{%- block form_rest -%} + {% for child in form -%} + {% if not child.rendered %} + {{- form_row(child) -}} + {% endif %} + {%- endfor %} +{% endblock form_rest %} + +{# Support #} + +{%- block form_rows -%} + {% for child in form %} + {{- form_row(child) -}} + {% endfor %} +{%- endblock form_rows -%} + +{%- block widget_attributes -%} + id=\"{{ id }}\" name=\"{{ full_name }}\" + {%- if disabled %} disabled=\"disabled\"{% endif -%} + {%- if required %} required=\"required\"{% endif -%} + {%- for attrname, attrvalue in attr -%} + {{- \" \" -}} + {%- if attrname in ['placeholder', 'title'] -%} + {{- attrname }}=\"{{ translation_domain is same as(false) ? attrvalue : attrvalue|trans({}, translation_domain) }}\" + {%- elseif attrvalue is same as(true) -%} + {{- attrname }}=\"{{ attrname }}\" + {%- elseif attrvalue is not same as(false) -%} + {{- attrname }}=\"{{ attrvalue }}\" + {%- endif -%} + {%- endfor -%} +{%- endblock widget_attributes -%} + +{%- block widget_container_attributes -%} + {%- if id is not empty %}id=\"{{ id }}\"{% endif -%} + {%- for attrname, attrvalue in attr -%} + {{- \" \" -}} + {%- if attrname in ['placeholder', 'title'] -%} + {{- attrname }}=\"{{ translation_domain is same as(false) ? attrvalue : attrvalue|trans({}, translation_domain) }}\" + {%- elseif attrvalue is same as(true) -%} + {{- attrname }}=\"{{ attrname }}\" + {%- elseif attrvalue is not same as(false) -%} + {{- attrname }}=\"{{ attrvalue }}\" + {%- endif -%} + {%- endfor -%} +{%- endblock widget_container_attributes -%} + +{%- block button_attributes -%} + id=\"{{ id }}\" name=\"{{ full_name }}\"{% if disabled %} disabled=\"disabled\"{% endif -%} + {%- for attrname, attrvalue in attr -%} + {{- \" \" -}} + {%- if attrname in ['placeholder', 'title'] -%} + {{- attrname }}=\"{{ translation_domain is same as(false) ? attrvalue : attrvalue|trans({}, translation_domain) }}\" + {%- elseif attrvalue is same as(true) -%} + {{- attrname }}=\"{{ attrname }}\" + {%- elseif attrvalue is not same as(false) -%} + {{- attrname }}=\"{{ attrvalue }}\" + {%- endif -%} + {%- endfor -%} +{%- endblock button_attributes -%} + +{% block attributes -%} + {%- for attrname, attrvalue in attr -%} + {{- \" \" -}} + {%- if attrname in ['placeholder', 'title'] -%} + {{- attrname }}=\"{{ translation_domain is same as(false) ? attrvalue : attrvalue|trans({}, translation_domain) }}\" + {%- elseif attrvalue is same as(true) -%} + {{- attrname }}=\"{{ attrname }}\" + {%- elseif attrvalue is not same as(false) -%} + {{- attrname }}=\"{{ attrvalue }}\" + {%- endif -%} + {%- endfor -%} +{%- endblock attributes -%} +", "form_div_layout.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig"); + } +} diff --git a/var/cache/dev/twig/97/977af0433038ad513b8724b95c1e17caf7fb9cfb8c9c3316a86cd1acec73e3ca.php b/var/cache/dev/twig/97/977af0433038ad513b8724b95c1e17caf7fb9cfb8c9c3316a86cd1acec73e3ca.php new file mode 100644 index 00000000..4e08b99b --- /dev/null +++ b/var/cache/dev/twig/97/977af0433038ad513b8724b95c1e17caf7fb9cfb8c9c3316a86cd1acec73e3ca.php @@ -0,0 +1,92 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/navSidebarWidget.html.twig")); + + // line 1 + echo " +"; + // line 2 + if ( !twig_test_empty((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()))) { + // line 3 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:navSidebarWidget", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 3, $this->source); })()), "name", [], "any", false, false, false, 3)])); + echo " +"; + } + // line 5 + echo " +"; + // line 6 + if ( !twig_test_empty((isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 6, $this->source); })()))) { + // line 7 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:navSidebarApiWidget", ["api" => (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 7, $this->source); })()), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 7, $this->source); })()), "name", [], "any", false, false, false, 7)])); + echo " +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/navSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 56 => 7, 54 => 6, 51 => 5, 45 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{% if page is not empty %} + {{ render(controller('AppBundle:Component:navSidebarWidget', {page: page, title:widget.name})) }} +{% endif %} + +{% if api is not empty %} + {{ render(controller('AppBundle:Component:navSidebarApiWidget', {api: api, title:widget.name})) }} +{% endif %}", "default/components/sidebar/navSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/navSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/9d/9db0b6c6aae9e2e18c5bf8576d6e91ef87cd9bb2b9e3a3c258ba8ef15d12a499.php b/var/cache/dev/twig/9d/9db0b6c6aae9e2e18c5bf8576d6e91ef87cd9bb2b9e3a3c258ba8ef15d12a499.php new file mode 100644 index 00000000..d9e2a61b --- /dev/null +++ b/var/cache/dev/twig/9d/9db0b6c6aae9e2e18c5bf8576d6e91ef87cd9bb2b9e3a3c258ba8ef15d12a499.php @@ -0,0 +1,72 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/router.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/router.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/router.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/router.svg"); + } +} diff --git a/var/cache/dev/twig/a0/a04c5a70edce7264d231c3742c6144b4c882d33384a4c15026e707a4959e01b1.php b/var/cache/dev/twig/a0/a04c5a70edce7264d231c3742c6144b4c882d33384a4c15026e707a4959e01b1.php new file mode 100644 index 00000000..71879306 --- /dev/null +++ b/var/cache/dev/twig/a0/a04c5a70edce7264d231c3742c6144b4c882d33384a4c15026e707a4959e01b1.php @@ -0,0 +1,77 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/feedbacksSidebarWidget.html.twig")); + + // line 1 + echo " +"; + // line 2 + if ((( !twig_test_empty((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })())) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 2))) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 2), "feedbackPage", [], "any", false, false, false, 2)))) { + // line 3 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:feedbacksSidebarWidget", ["country" => (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", true, true, false, 3) && !(null === twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", false, false, false, 3)))) ? (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", false, false, false, 3)) : (null)), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 3, $this->source); })()), "name", [], "any", false, false, false, 3)])); + echo " +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/feedbacksSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 45 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{% if page is not empty and page.effectiveCountry is not empty and page.effectiveCountry.feedbackPage is not empty %} + {{ render(controller('AppBundle:Component:feedbacksSidebarWidget', {country: page.effectiveCountry ?? null, title:widget.name})) }} +{% endif %}", "default/components/sidebar/feedbacksSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/feedbacksSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/a2/a2bf2830bf05a18a1a2113f334290edb02ea7dfa38341004846a094e5442341c.php b/var/cache/dev/twig/a2/a2bf2830bf05a18a1a2113f334290edb02ea7dfa38341004846a094e5442341c.php new file mode 100644 index 00000000..f56de20b --- /dev/null +++ b/var/cache/dev/twig/a2/a2bf2830bf05a18a1a2113f334290edb02ea7dfa38341004846a094e5442341c.php @@ -0,0 +1,86 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/translation.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/translation.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/translation.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/translation.svg"); + } +} diff --git a/var/cache/dev/twig/a3/a3de30d3b434842856cbc527b094182c73c59638a7bc32510363a6db759151ca.php b/var/cache/dev/twig/a3/a3de30d3b434842856cbc527b094182c73c59638a7bc32510363a6db759151ca.php new file mode 100644 index 00000000..6e56e102 --- /dev/null +++ b/var/cache/dev/twig/a3/a3de30d3b434842856cbc527b094182c73c59638a7bc32510363a6db759151ca.php @@ -0,0 +1,121 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/searchSidebarWidgetInner.html.twig")); + + // line 1 + $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->setTheme((isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 1, $this->source); })()), [0 => "default/form/theme.html.twig"]); + // line 2 + echo "
    +
    + Suche +
    +
    +
    +
    + "; + // line 9 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 9, $this->source); })()), "c", [], "any", false, false, false, 9), "Reiseziel"); + echo " +
    +
    + + "; + // line 13 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 13, $this->source); })()), "b", [], "any", false, false, false, 13), "Anreise"); + echo " +
    +
    + + "; + // line 17 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 17, $this->source); })()), "e", [], "any", false, false, false, 17), "Abreise"); + echo " +
    +
    + +
    +
    +
    +
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/searchSidebarWidgetInner.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 65 => 17, 58 => 13, 51 => 9, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% form_theme search_form 'default/form/theme.html.twig' %} +
    +
    + Suche +
    +
    +
    +
    + {{ form_field_pho(search_form.c, 'Reiseziel') }} +
    +
    + + {{ form_field_pho(search_form.b, 'Anreise') }} +
    +
    + + {{ form_field_pho(search_form.e, 'Abreise') }} +
    +
    + +
    +
    +
    +
    ", "default/components/sidebar/searchSidebarWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig"); + } +} diff --git a/var/cache/dev/twig/a5/a5d195f677556b86fe7c4f6d400c63670fe845cc774e704f0fa206668f77842e.php b/var/cache/dev/twig/a5/a5d195f677556b86fe7c4f6d400c63670fe845cc774e704f0fa206668f77842e.php new file mode 100644 index 00000000..6ec00269 --- /dev/null +++ b/var/cache/dev/twig/a5/a5d195f677556b86fe7c4f6d400c63670fe845cc774e704f0fa206668f77842e.php @@ -0,0 +1,160 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/pageLodgingBox.html.twig")); + + // line 2 + echo "
    +
    +
    +
    +
    + "; + // line 7 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 7, $this->source); })()), "page", [], "any", false, false, false, 7), "boxStar", [], "any", false, false, false, 7))) { + // line 8 + echo "
    "; + echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 8, $this->source); })()), "page", [], "any", false, false, false, 8), "boxStar", [], "any", false, false, false, 8); + echo "
    + "; + } + // line 10 + echo " "; + if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 10, $this->source); })()), "page", [], "any", false, false, false, 10), "travelProgram", [], "any", false, false, false, 10)) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 10, $this->source); })()), "page", [], "any", false, false, false, 10), "travelProgram", [], "any", false, false, false, 10), "lowestPrice", [], "any", false, false, false, 10) > 0))) { + // line 11 + echo "
    ab "; + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 11, $this->source); })()), "page", [], "any", false, false, false, 11), "travelProgram", [], "any", false, false, false, 11), "lowestPrice", [], "any", false, false, false, 11)), "html", null, true); + echo " € p.P.
    + "; + } + // line 13 + echo " "; + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 13, $this->source); })()), "page", [], "any", false, false, false, 13), "boxDiscount", [], "any", false, false, false, 13))) { + // line 14 + echo "
    "; + echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 14, $this->source); })()), "page", [], "any", false, false, false, 14), "boxDiscount", [], "any", false, false, false, 14); + echo "
    + "; + } + // line 16 + echo "
    + + "; + // line 18 + $this->loadTemplate("default/components/pageBoxImage.html.twig", "default/components/pageLodgingBox.html.twig", 18)->display(twig_array_merge($context, ["page" => twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 18, $this->source); })()), "page", [], "any", false, false, false, 18)])); + // line 19 + echo " +
    +
    +
    "; + // line 22 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 22, $this->source); })()), "page", [], "any", false, false, false, 22), "title", [], "any", false, false, false, 22), "html", null, true); + echo "
    +

    "; + // line 23 + echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["lodging"] ?? null), "page", [], "any", false, true, false, 23), "boxBody", [], "any", true, true, false, 23) && !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["lodging"] ?? null), "page", [], "any", false, true, false, 23), "boxBody", [], "any", false, false, false, 23)))) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["lodging"] ?? null), "page", [], "any", false, true, false, 23), "boxBody", [], "any", false, false, false, 23)) : (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 23, $this->source); })()), "page", [], "any", false, false, false, 23), "description", [], "any", false, false, false, 23))), "html", null, true); + echo "

    +
    + env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 25, $this->source); })()), "page", [], "any", false, false, false, 25), "urlPath", [], "any", false, false, false, 25), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 25, $this->source); })()), "page", [], "any", false, false, false, 25), "title", [], "any", false, false, false, 25), "html", null, true); + echo "\"> + "; + // line 26 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 26, $this->source); })()), "page", [], "any", false, false, false, 26), "title", [], "any", false, false, false, 26), "html", null, true); + echo " + +
    +
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/pageLodgingBox.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 99 => 26, 93 => 25, 88 => 23, 84 => 22, 79 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 58 => 11, 55 => 10, 49 => 8, 47 => 7, 40 => 2,); + } + + public function getSourceContext() + { + return new Source("{# @var lodging \\AppBundle\\Entity\\FewoLodging #} +
    +
    +
    +
    +
    + {% if lodging.page.boxStar is not empty %} +
    {{ lodging.page.boxStar|raw }}
    + {% endif %} + {% if lodging.page.travelProgram is not empty and lodging.page.travelProgram.lowestPrice > 0 %} +
    ab {{ lodging.page.travelProgram.lowestPrice|number_format }} € p.P.
    + {% endif %} + {% if lodging.page.boxDiscount is not empty %} +
    {{ lodging.page.boxDiscount|raw }}
    + {% endif %} +
    + + {% include 'default/components/pageBoxImage.html.twig' with {page: lodging.page} %} + +
    +
    +
    {{ lodging.page.title }}
    +

    {{ lodging.page.boxBody ?? lodging.page.description }}

    +
    + + {{ lodging.page.title }} + +
    +
    +
    +", "default/components/pageLodgingBox.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/pageLodgingBox.html.twig"); + } +} diff --git a/var/cache/dev/twig/a7/a77f64ee349372e1947462cbf00cee9c727898caacc669256b8cb4bcf85de54a.php b/var/cache/dev/twig/a7/a77f64ee349372e1947462cbf00cee9c727898caacc669256b8cb4bcf85de54a.php new file mode 100644 index 00000000..7785b31e --- /dev/null +++ b/var/cache/dev/twig/a7/a77f64ee349372e1947462cbf00cee9c727898caacc669256b8cb4bcf85de54a.php @@ -0,0 +1,125 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/pageBoxImage.html.twig")); + + // line 1 + if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })()), "boxImageUrl", [], "any", false, false, false, 1))) { + // line 2 + echo " "; + $context["image_url"] = twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "boxImageUrl", [], "any", false, false, false, 2); + // line 3 + echo " "; + $context["image_alt"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "travelProgram", [], "any", false, true, false, 3), "title", [], "any", true, true, false, 3)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "travelProgram", [], "any", false, true, false, 3), "title", [], "any", false, false, false, 3), twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "title", [], "any", false, false, false, 3))) : (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "title", [], "any", false, false, false, 3))); + } elseif (( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 4 +(isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 4, $this->source); })()), "travelProgram", [], "any", false, false, false, 4)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 4, $this->source); })()), "travelProgram", [], "any", false, false, false, 4), "previewImage", [], "any", false, false, false, 4)))) { + // line 5 + echo " "; + $context["image_url"] = ("uploads/travel_program/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 5, $this->source); })()), "travelProgram", [], "any", false, false, false, 5), "previewImage", [], "any", false, false, false, 5), "fileNameWithExtension", [], "any", false, false, false, 5)); + // line 6 + echo " "; + $context["image_alt"] = twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 6, $this->source); })()), "title", [], "any", false, false, false, 6); + } elseif ((( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 7 +(isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "fewoLodging", [], "any", false, false, false, 7)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "fewoLodging", [], "any", false, false, false, 7), "images", [], "any", false, false, false, 7))) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "fewoLodging", [], "any", false, false, false, 7), "images", [], "any", false, false, false, 7), 0, [], "array", false, false, false, 7)))) { + // line 8 + echo " "; + $context["image_url"] = ("_uploads/images/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 8, $this->source); })()), "fewoLodging", [], "any", false, false, false, 8), "images", [], "any", false, false, false, 8), 0, [], "array", false, false, false, 8), "file", [], "any", false, false, false, 8)); + // line 9 + echo " "; + $context["image_alt"] = twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "title", [], "any", false, false, false, 9); + } else { + // line 11 + echo " "; + $context["image_url"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/app/images/no-picture.png"); + // line 12 + echo " "; + $context["image_alt"] = "Kein Vorschaubild vorhanden"; + } + // line 14 + echo "
    env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $this->extensions['Gregwar\ImageBundle\Extensions\ImageTwig']->image(twig_trim_filter((isset($context["image_url"]) || array_key_exists("image_url", $context) ? $context["image_url"] : (function () { throw new RuntimeError('Variable "image_url" does not exist.', 14, $this->source); })()), "/")), "cropResize", [0 => 360], "method", false, false, false, 14), "guess", [0 => 70], "method", false, false, false, 14), "html", null, true); + echo "\" style=\"background-image:url("; + echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true); + echo ")\">
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/pageBoxImage.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 80 => 16, 72 => 14, 68 => 12, 65 => 11, 61 => 9, 58 => 8, 56 => 7, 53 => 6, 50 => 5, 48 => 4, 45 => 3, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if page.boxImageUrl is not empty %} + {% set image_url = page.boxImageUrl %} + {% set image_alt = page.travelProgram.title|default(page.title) %} +{% elseif page.travelProgram is not empty and page.travelProgram.previewImage is not empty %} + {% set image_url = 'uploads/travel_program/' ~ page.travelProgram.previewImage.fileNameWithExtension %} + {% set image_alt = page.title %} +{% elseif page.fewoLodging is not empty and page.fewoLodging.images is not empty and page.fewoLodging.images[0] is not empty %} + {% set image_url = '_uploads/images/' ~ page.fewoLodging.images[0].file %} + {% set image_alt = page.title %} +{% else %} + {% set image_url = asset('/bundles/app/images/no-picture.png')%} + {% set image_alt = 'Kein Vorschaubild vorhanden' %} +{% endif %} +
    +", "default/components/pageBoxImage.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/pageBoxImage.html.twig"); + } +} diff --git a/var/cache/dev/twig/ac/ac78b1e35a645afffd3f993561279a3e70e258ad960906e6ad17b87699647e35.php b/var/cache/dev/twig/ac/ac78b1e35a645afffd3f993561279a3e70e258ad960906e6ad17b87699647e35.php new file mode 100644 index 00000000..983a1a22 --- /dev/null +++ b/var/cache/dev/twig/ac/ac78b1e35a645afffd3f993561279a3e70e258ad960906e6ad17b87699647e35.php @@ -0,0 +1,269 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/cms/calendarLodgingProgram.html.twig")); + + // line 1 + echo "
    + "; + // line 2 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["calendar"]) || array_key_exists("calendar", $context) ? $context["calendar"] : (function () { throw new RuntimeError('Variable "calendar" does not exist.', 2, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["calendar_month"]) { + // line 3 + echo " +
    + env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "monthNumber", [], "array", false, false, false, 5), "html", null, true); + echo "-"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "year", [], "array", false, false, false, 5), "html", null, true); + echo "\"> + + + + + + + + + + + + + + + + "; + // line 23 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(range(0, 5)); + foreach ($context['_seq'] as $context["_key"] => $context["weekIndex"]) { + // line 24 + echo " + "; + // line 25 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(range(0, 6)); + foreach ($context['_seq'] as $context["_key"] => $context["dayIndex"]) { + // line 26 + echo " "; + // line 27 + echo " "; + $context["dayState"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "data", [], "array", false, false, false, 27), (($context["weekIndex"] * 7) + $context["dayIndex"]), [], "array", false, false, false, 27); + // line 28 + echo " + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dayIndex'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 51 + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['weekIndex'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 53 + echo " +
    + "; + // line 9 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "monthNumber", [], "array", false, false, false, 9), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "monthName", [], "array", false, false, false, 9), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "year", [], "array", false, false, false, 9), "html", null, true); + echo " +
    MoDiMiDoFrSaSo
    env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 29, $this->source); })()), "getCssClass", [], "any", false, false, false, 29), "html", null, true); + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 29, $this->source); })()), "isBookable", [], "any", false, false, false, 29)) { + echo "active"; + } + echo "\"> + "; + // line 30 + if (twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 30, $this->source); })()), "isBookable", [], "any", false, false, false, 30)) { + // line 31 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 31, $this->source); })()), "isPastDate", [], "any", false, false, false, 31)) { + // line 32 + echo "
    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 32, $this->source); })()), "day", [], "any", false, false, false, 32), "html", null, true); + echo "
    + "; + } else { + // line 34 + echo " env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 34, $this->source); })()), "urlPath", [], "any", false, false, false, 34), "html", null, true); + echo "/buchen?pnr="; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 34, $this->source); })()), "price", [], "any", false, false, false, 34), "id", [], "any", false, false, false, 34), "html", null, true); + echo "&fd="; + echo (((twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 34, $this->source); })()), "day", [], "any", false, false, false, 34) < 10)) ? ("0") : ("")); + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 34, $this->source); })()), "day", [], "any", false, false, false, 34), "html", null, true); + echo (((twig_get_attribute($this->env, $this->source, $context["calendar_month"], "monthNumber", [], "array", false, false, false, 34) < 10)) ? ("0") : ("")); + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "monthNumber", [], "array", false, false, false, 34), "html", null, true); + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["calendar_month"], "year", [], "array", false, false, false, 34), "html", null, true); + echo "\" + rel=\"nofollow\" class=\"table-link\" + > + "; + // line 37 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 37, $this->source); })()), "day", [], "any", false, false, false, 37), "html", null, true); + echo " + + "; + } + // line 40 + echo " "; + } elseif ((twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 40, $this->source); })()), "day", [], "any", false, false, false, 40) == 0)) { + // line 41 + echo "   + "; + } else { + // line 43 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 43, $this->source); })()), "isPastDate", [], "any", false, false, false, 43)) { + // line 44 + echo "
    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 44, $this->source); })()), "day", [], "any", false, false, false, 44), "html", null, true); + echo "
    + "; + } else { + // line 46 + echo "
    "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["dayState"]) || array_key_exists("dayState", $context) ? $context["dayState"] : (function () { throw new RuntimeError('Variable "dayState" does not exist.', 46, $this->source); })()), "day", [], "any", false, false, false, 46), "html", null, true); + echo "
    + "; + } + // line 48 + echo " "; + } + // line 49 + echo "
    +
    + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['calendar_month'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 57 + echo "
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/cms/calendarLodgingProgram.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 188 => 57, 179 => 53, 172 => 51, 165 => 49, 162 => 48, 156 => 46, 150 => 44, 147 => 43, 143 => 41, 140 => 40, 134 => 37, 119 => 34, 113 => 32, 110 => 31, 108 => 30, 100 => 29, 97 => 28, 94 => 27, 92 => 26, 88 => 25, 85 => 24, 81 => 23, 60 => 9, 51 => 5, 47 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    + {% for calendar_month in calendar %} + +
    + + + + + + + + + + + + + + + + + {% for weekIndex in 0..5 %} + + {% for dayIndex in 0..6 %} + {# @var dayState \\AppBundle\\Util\\CalendarDayState #} + {% set dayState = calendar_month['data'][(weekIndex * 7) + dayIndex] %} + + + {% endfor %} + + {% endfor %} + +
    + {{ calendar_month['monthNumber'] }} {{ calendar_month['monthName'] }} {{ calendar_month['year'] }} +
    MoDiMiDoFrSaSo
    + {% if dayState.isBookable %} + {% if dayState.isPastDate %} +
    {{ dayState.day }}
    + {% else %} + + {{ dayState.day }} + + {% endif %} + {% elseif dayState.day == 0 %} +   + {% else %} + {% if dayState.isPastDate %} +
    {{ dayState.day }}
    + {% else %} +
    {{ dayState.day }}
    + {% endif %} + {% endif %} +
    +
    + {% endfor %} +
    ", "default/pages/cms/calendarLodgingProgram.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig"); + } +} diff --git a/var/cache/dev/twig/ad/ad792bc583dfb89b9fa8110e20bcd0d64d83035062731e8c17a2b6d84ae03fc3.php b/var/cache/dev/twig/ad/ad792bc583dfb89b9fa8110e20bcd0d64d83035062731e8c17a2b6d84ae03fc3.php new file mode 100644 index 00000000..9da15a7e --- /dev/null +++ b/var/cache/dev/twig/ad/ad792bc583dfb89b9fa8110e20bcd0d64d83035062731e8c17a2b6d84ae03fc3.php @@ -0,0 +1,84 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/symfony.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/symfony.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/symfony.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/symfony.svg"); + } +} diff --git a/var/cache/dev/twig/ae/aef8f374fd6f56a2d21de80d4f052e2c67d09316f822f26a64a76de14dc88819.php b/var/cache/dev/twig/ae/aef8f374fd6f56a2d21de80d4f052e2c67d09316f822f26a64a76de14dc88819.php new file mode 100644 index 00000000..cf9e257a --- /dev/null +++ b/var/cache/dev/twig/ae/aef8f374fd6f56a2d21de80d4f052e2c67d09316f822f26a64a76de14dc88819.php @@ -0,0 +1,82 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/event.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/event.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/event.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/event.svg"); + } +} diff --git a/var/cache/dev/twig/af/af64041ab54ed4a33bef52c49c8683c88d9554d98183b1337e21839f1510d08b.php b/var/cache/dev/twig/af/af64041ab54ed4a33bef52c49c8683c88d9554d98183b1337e21839f1510d08b.php new file mode 100644 index 00000000..93f82623 --- /dev/null +++ b/var/cache/dev/twig/af/af64041ab54ed4a33bef52c49c8683c88d9554d98183b1337e21839f1510d08b.php @@ -0,0 +1,213 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/pageSliderSidebarWidget.html.twig")); + + // line 1 + if ( !twig_test_empty((isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 1, $this->source); })()))) { + // line 2 + echo "
    + + +
    env, (isset($context["target_widget"]) || array_key_exists("target_widget", $context) ? $context["target_widget"] : (function () { throw new RuntimeError('Variable "target_widget" does not exist.', 7, $this->source); })()), "html", null, true); + echo "\" aria-expanded=\"true\"> + +
    + "; + // line 10 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 10, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["page"]) { + // line 11 + echo " +
    env, $this->source, $context["loop"], "first", [], "any", false, false, false, 12)) ? (" active") : ("")); + echo "\"> + + env, ((twig_get_attribute($this->env, $this->source, $context["page"], "urlPath", [], "any", true, true, false, 14)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["page"], "urlPath", [], "any", false, false, false, 14), "javascript:void(0);")) : ("javascript:void(0);")), "html", null, true); + echo "\" class=\"item text-center\"> +
    + "; + // line 16 + $this->loadTemplate("default/components/pageBoxImage.html.twig", "default/components/sidebar/pageSliderSidebarWidget.html.twig", 16)->display($context); + // line 17 + echo "
    + +
    +
    "; + // line 20 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["page"], "title", [], "any", false, false, false, 20), "html", null, true); + echo "
    + +

    "; + // line 22 + echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", true, true, false, 22) && !(null === twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", false, false, false, 22)))) ? (twig_get_attribute($this->env, $this->source, $context["page"], "boxBody", [], "any", false, false, false, 22)) : (twig_get_attribute($this->env, $this->source, $context["page"], "description", [], "any", false, false, false, 22))), "html", null, true); + echo "

    + + "; + // line 24 + if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 24)) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 24), "lowestPrice", [], "any", false, false, false, 24) > 0))) { + // line 25 + echo "
    + Für "; + // line 26 + echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["page"], "travelProgram", [], "any", false, false, false, 26), "lowestPrice", [], "any", false, false, false, 26)), "html", null, true); + echo ",- € p.P. +
    + "; + } + // line 29 + echo "
    +
    + +
    + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 34 + echo " + +
    +
    + +
    +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/pageSliderSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 136 => 34, 118 => 29, 112 => 26, 109 => 25, 107 => 24, 102 => 22, 97 => 20, 92 => 17, 90 => 16, 85 => 14, 80 => 12, 77 => 11, 60 => 10, 54 => 7, 47 => 5, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if pages is not empty %} + +{% endif %}", "default/components/sidebar/pageSliderSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/pageSliderSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/b3/b3220fda13a7b29e8ae2ee77afaacbbfccbfc936bba79364f29f9e1e64939b5a.php b/var/cache/dev/twig/b3/b3220fda13a7b29e8ae2ee77afaacbbfccbfc936bba79364f29f9e1e64939b5a.php new file mode 100644 index 00000000..d73e9bbb --- /dev/null +++ b/var/cache/dev/twig/b3/b3220fda13a7b29e8ae2ee77afaacbbfccbfc936bba79364f29f9e1e64939b5a.php @@ -0,0 +1,842 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/config.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/config.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + if (("unknown" == twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "symfonyState", [], "any", false, false, false, 4))) { + // line 5 + echo " "; + $context["block_status"] = ""; + // line 6 + echo " "; + $context["symfony_version_status"] = "Unable to retrieve information about the Symfony version."; + // line 7 + echo " "; + } elseif (("eol" == twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "symfonyState", [], "any", false, false, false, 7))) { + // line 8 + echo " "; + $context["block_status"] = "red"; + // line 9 + echo " "; + $context["symfony_version_status"] = "This Symfony version will no longer receive security fixes."; + // line 10 + echo " "; + } elseif (("eom" == twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 10, $this->source); })()), "symfonyState", [], "any", false, false, false, 10))) { + // line 11 + echo " "; + $context["block_status"] = "yellow"; + // line 12 + echo " "; + $context["symfony_version_status"] = "This Symfony version will only receive security fixes."; + // line 13 + echo " "; + } elseif (("dev" == twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 13, $this->source); })()), "symfonyState", [], "any", false, false, false, 13))) { + // line 14 + echo " "; + $context["block_status"] = "yellow"; + // line 15 + echo " "; + $context["symfony_version_status"] = "This Symfony version is still in the development phase."; + // line 16 + echo " "; + } else { + // line 17 + echo " "; + $context["block_status"] = ""; + // line 18 + echo " "; + $context["symfony_version_status"] = ""; + // line 19 + echo " "; + } + // line 20 + echo " + "; + // line 21 + ob_start(); + // line 22 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 22, $this->source); })()), "applicationname", [], "any", false, false, false, 22)) { + // line 23 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 23, $this->source); })()), "applicationname", [], "any", false, false, false, 23), "html", null, true); + echo " + "; + // line 24 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 24, $this->source); })()), "applicationversion", [], "any", false, false, false, 24), "html", null, true); + echo " + "; + } elseif (twig_get_attribute($this->env, $this->source, // line 25 +($context["collector"] ?? null), "symfonyState", [], "any", true, true, false, 25)) { + // line 26 + echo " + "; + // line 27 + echo twig_include($this->env, $context, "@WebProfiler/Icon/symfony.svg"); + echo " + + "; + // line 29 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 29, $this->source); })()), "symfonyversion", [], "any", false, false, false, 29), "html", null, true); + echo " + "; + } + // line 31 + echo " "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 32 + echo " + "; + // line 33 + ob_start(); + // line 34 + echo "
    + "; + // line 35 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 35, $this->source); })()), "applicationname", [], "any", false, false, false, 35)) { + // line 36 + echo "
    + "; + // line 37 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 37, $this->source); })()), "applicationname", [], "any", false, false, false, 37), "html", null, true); + echo " + "; + // line 38 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 38, $this->source); })()), "applicationversion", [], "any", false, false, false, 38), "html", null, true); + echo " +
    + "; + } + // line 41 + echo " +
    + Profiler token + + "; + // line 45 + if ((isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 45, $this->source); })())) { + // line 46 + echo " env, (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 46, $this->source); })()), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 46, $this->source); })()), "token", [], "any", false, false, false, 46), "html", null, true); + echo " + "; + } else { + // line 48 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 48, $this->source); })()), "token", [], "any", false, false, false, 48), "html", null, true); + echo " + "; + } + // line 50 + echo " +
    + + "; + // line 53 + if ( !("n/a" === twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 53, $this->source); })()), "appname", [], "any", false, false, false, 53))) { + // line 54 + echo "
    + Kernel name + "; + // line 56 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 56, $this->source); })()), "appname", [], "any", false, false, false, 56), "html", null, true); + echo " +
    + "; + } + // line 59 + echo " + "; + // line 60 + if ( !("n/a" === twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 60, $this->source); })()), "env", [], "any", false, false, false, 60))) { + // line 61 + echo "
    + Environment + "; + // line 63 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 63, $this->source); })()), "env", [], "any", false, false, false, 63), "html", null, true); + echo " +
    + "; + } + // line 66 + echo " + "; + // line 67 + if ( !("n/a" === twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 67, $this->source); })()), "debug", [], "any", false, false, false, 67))) { + // line 68 + echo "
    + Debug + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 70, $this->source); })()), "debug", [], "any", false, false, false, 70)) ? ("green") : ("red")); + echo "\">"; + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 70, $this->source); })()), "debug", [], "any", false, false, false, 70)) ? ("enabled") : ("disabled")); + echo " +
    + "; + } + // line 73 + echo "
    + +
    +
    + PHP version + + "; + // line 79 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 79, $this->source); })()), "phpversion", [], "any", false, false, false, 79), "html", null, true); + echo " +   extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_phpinfo"); + echo "\">View phpinfo() + +
    + +
    + PHP Extensions + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 86, $this->source); })()), "hasxdebug", [], "any", false, false, false, 86)) ? ("green") : ("red")); + echo "\">xdebug + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 87, $this->source); })()), "hasaccelerator", [], "any", false, false, false, 87)) ? ("green") : ("red")); + echo "\">accel +
    + +
    + PHP SAPI + "; + // line 92 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 92, $this->source); })()), "sapiName", [], "any", false, false, false, 92), "html", null, true); + echo " +
    +
    + +
    + "; + // line 97 + if (twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "symfonyversion", [], "any", true, true, false, 97)) { + // line 98 + echo " + + "; + } + // line 121 + echo "
    + "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 123 + echo " + "; + // line 124 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => true, "name" => "config", "status" => (isset($context["block_status"]) || array_key_exists("block_status", $context) ? $context["block_status"] : (function () { throw new RuntimeError('Variable "block_status" does not exist.', 124, $this->source); })()), "additional_classes" => "sf-toolbar-block-right"]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 127 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 128 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 128, $this->source); })()), "symfonyState", [], "any", false, false, false, 128) == "eol")) ? ("red") : (((twig_in_filter(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 128, $this->source); })()), "symfonyState", [], "any", false, false, false, 128), [0 => "eom", 1 => "dev"])) ? ("yellow") : ("")))); + echo "\"> + "; + // line 129 + echo twig_include($this->env, $context, "@WebProfiler/Icon/config.svg"); + echo " + Configuration + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 134 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 135 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 135, $this->source); })()), "applicationname", [], "any", false, false, false, 135)) { + // line 136 + echo " "; + // line 137 + echo "

    Project Configuration

    + +
    +
    + "; + // line 141 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 141, $this->source); })()), "applicationname", [], "any", false, false, false, 141), "html", null, true); + echo " + Application name +
    + +
    + "; + // line 146 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 146, $this->source); })()), "applicationversion", [], "any", false, false, false, 146), "html", null, true); + echo " + Application version +
    +
    + +

    + Based on Symfony "; + // line 152 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 152, $this->source); })()), "symfonyversion", [], "any", false, false, false, 152), "html", null, true); + echo " +

    + "; + } else { + // line 155 + echo "

    Symfony Configuration

    + +
    +
    + "; + // line 159 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 159, $this->source); })()), "symfonyversion", [], "any", false, false, false, 159), "html", null, true); + echo " + Symfony version +
    + + "; + // line 163 + if (("n/a" != twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 163, $this->source); })()), "appname", [], "any", false, false, false, 163))) { + // line 164 + echo "
    + "; + // line 165 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 165, $this->source); })()), "appname", [], "any", false, false, false, 165), "html", null, true); + echo " + Application name +
    + "; + } + // line 169 + echo " + "; + // line 170 + if (("n/a" != twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 170, $this->source); })()), "env", [], "any", false, false, false, 170))) { + // line 171 + echo "
    + "; + // line 172 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 172, $this->source); })()), "env", [], "any", false, false, false, 172), "html", null, true); + echo " + Environment +
    + "; + } + // line 176 + echo " + "; + // line 177 + if (("n/a" != twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 177, $this->source); })()), "debug", [], "any", false, false, false, 177))) { + // line 178 + echo "
    + "; + // line 179 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 179, $this->source); })()), "debug", [], "any", false, false, false, 179)) ? ("enabled") : ("disabled")); + echo " + Debug +
    + "; + } + // line 183 + echo "
    + "; + } + // line 185 + echo " +

    PHP Configuration

    + +
    +
    + "; + // line 190 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 190, $this->source); })()), "phpversion", [], "any", false, false, false, 190), "html", null, true); + echo " + PHP version +
    + +
    + "; + // line 195 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 195, $this->source); })()), "hasaccelerator", [], "any", false, false, false, 195)) ? ("yes") : ("no"))) . ".svg")); + echo " + PHP acceleration +
    + +
    + "; + // line 200 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 200, $this->source); })()), "hasxdebug", [], "any", false, false, false, 200)) ? ("yes") : ("no"))) . ".svg")); + echo " + Xdebug +
    +
    + +
    +
    + "; + // line 207 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 207, $this->source); })()), "haszendopcache", [], "any", false, false, false, 207)) ? ("yes") : ("no"))) . ".svg")); + echo " + OPcache +
    + +
    + "; + // line 212 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 212, $this->source); })()), "hasapc", [], "any", false, false, false, 212)) ? ("yes") : ("no"))) . ".svg")); + echo " + APC +
    + +
    + "; + // line 217 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 217, $this->source); })()), "hasxcache", [], "any", false, false, false, 217)) ? ("yes") : ("no"))) . ".svg")); + echo " + XCache +
    + +
    + "; + // line 222 + echo twig_include($this->env, $context, (("@WebProfiler/Icon/" . ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 222, $this->source); })()), "haseaccelerator", [], "any", false, false, false, 222)) ? ("yes") : ("no"))) . ".svg")); + echo " + EAccelerator +
    +
    + +

    + extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_phpinfo"); + echo "\">View full PHP configuration +

    + + "; + // line 231 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 231, $this->source); })()), "bundles", [], "any", false, false, false, 231)) { + // line 232 + echo "

    Enabled Bundles ("; + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 232, $this->source); })()), "bundles", [], "any", false, false, false, 232)), "html", null, true); + echo ")

    + + + + + + + + + "; + // line 241 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 241, $this->source); })()), "bundles", [], "any", false, false, false, 241)))); + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 242 + echo " + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 247 + echo " +
    NamePath
    "; + // line 243 + echo twig_escape_filter($this->env, $context["name"], "html", null, true); + echo ""; + // line 244 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 244, $this->source); })()), "bundles", [], "any", false, false, false, 244), $context["name"], [], "array", false, false, false, 244), "html", null, true); + echo "
    + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/config.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 564 => 247, 555 => 244, 551 => 243, 548 => 242, 544 => 241, 531 => 232, 529 => 231, 523 => 228, 514 => 222, 506 => 217, 498 => 212, 490 => 207, 480 => 200, 472 => 195, 464 => 190, 457 => 185, 453 => 183, 446 => 179, 443 => 178, 441 => 177, 438 => 176, 431 => 172, 428 => 171, 426 => 170, 423 => 169, 416 => 165, 413 => 164, 411 => 163, 404 => 159, 398 => 155, 392 => 152, 383 => 146, 375 => 141, 369 => 137, 367 => 136, 364 => 135, 357 => 134, 346 => 129, 341 => 128, 334 => 127, 325 => 124, 322 => 123, 318 => 121, 305 => 110, 299 => 107, 294 => 106, 288 => 102, 286 => 101, 281 => 98, 279 => 97, 271 => 92, 263 => 87, 259 => 86, 250 => 80, 246 => 79, 238 => 73, 230 => 70, 226 => 68, 224 => 67, 221 => 66, 215 => 63, 211 => 61, 209 => 60, 206 => 59, 200 => 56, 196 => 54, 194 => 53, 189 => 50, 183 => 48, 175 => 46, 173 => 45, 167 => 41, 161 => 38, 157 => 37, 154 => 36, 152 => 35, 149 => 34, 147 => 33, 144 => 32, 141 => 31, 136 => 29, 131 => 27, 128 => 26, 126 => 25, 122 => 24, 117 => 23, 114 => 22, 112 => 21, 109 => 20, 106 => 19, 103 => 18, 100 => 17, 97 => 16, 94 => 15, 91 => 14, 88 => 13, 85 => 12, 82 => 11, 79 => 10, 76 => 9, 73 => 8, 70 => 7, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% if 'unknown' == collector.symfonyState %} + {% set block_status = '' %} + {% set symfony_version_status = 'Unable to retrieve information about the Symfony version.' %} + {% elseif 'eol' == collector.symfonyState %} + {% set block_status = 'red' %} + {% set symfony_version_status = 'This Symfony version will no longer receive security fixes.' %} + {% elseif 'eom' == collector.symfonyState %} + {% set block_status = 'yellow' %} + {% set symfony_version_status = 'This Symfony version will only receive security fixes.' %} + {% elseif 'dev' == collector.symfonyState %} + {% set block_status = 'yellow' %} + {% set symfony_version_status = 'This Symfony version is still in the development phase.' %} + {% else %} + {% set block_status = '' %} + {% set symfony_version_status = '' %} + {% endif %} + + {% set icon %} + {% if collector.applicationname %} + {{ collector.applicationname }} + {{ collector.applicationversion }} + {% elseif collector.symfonyState is defined %} + + {{ include('@WebProfiler/Icon/symfony.svg') }} + + {{ collector.symfonyversion }} + {% endif %} + {% endset %} + + {% set text %} +
    + {% if collector.applicationname %} +
    + {{ collector.applicationname }} + {{ collector.applicationversion }} +
    + {% endif %} + +
    + Profiler token + + {% if profiler_url %} + {{ collector.token }} + {% else %} + {{ collector.token }} + {% endif %} + +
    + + {% if 'n/a' is not same as(collector.appname) %} +
    + Kernel name + {{ collector.appname }} +
    + {% endif %} + + {% if 'n/a' is not same as(collector.env) %} +
    + Environment + {{ collector.env }} +
    + {% endif %} + + {% if 'n/a' is not same as(collector.debug) %} +
    + Debug + {{ collector.debug ? 'enabled' : 'disabled' }} +
    + {% endif %} +
    + +
    +
    + PHP version + + {{ collector.phpversion }} +   View phpinfo() + +
    + +
    + PHP Extensions + xdebug + accel +
    + +
    + PHP SAPI + {{ collector.sapiName }} +
    +
    + +
    + {% if collector.symfonyversion is defined %} +
    + Resources + + {% if 'Silex' == collector.applicationname %} + + Read Silex Docs + + {% else %} + + Read Symfony {{ collector.symfonyversion }} Docs + + {% endif %} + +
    + + {% endif %} +
    + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true, name: 'config', status: block_status, additional_classes: 'sf-toolbar-block-right' }) }} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/config.svg') }} + Configuration + +{% endblock %} + +{% block panel %} + {% if collector.applicationname %} + {# this application is not the Symfony framework #} +

    Project Configuration

    + +
    +
    + {{ collector.applicationname }} + Application name +
    + +
    + {{ collector.applicationversion }} + Application version +
    +
    + +

    + Based on Symfony {{ collector.symfonyversion }} +

    + {% else %} +

    Symfony Configuration

    + +
    +
    + {{ collector.symfonyversion }} + Symfony version +
    + + {% if 'n/a' != collector.appname %} +
    + {{ collector.appname }} + Application name +
    + {% endif %} + + {% if 'n/a' != collector.env %} +
    + {{ collector.env }} + Environment +
    + {% endif %} + + {% if 'n/a' != collector.debug %} +
    + {{ collector.debug ? 'enabled' : 'disabled' }} + Debug +
    + {% endif %} +
    + {% endif %} + +

    PHP Configuration

    + +
    +
    + {{ collector.phpversion }} + PHP version +
    + +
    + {{ include('@WebProfiler/Icon/' ~ (collector.hasaccelerator ? 'yes' : 'no') ~ '.svg') }} + PHP acceleration +
    + +
    + {{ include('@WebProfiler/Icon/' ~ (collector.hasxdebug ? 'yes' : 'no') ~ '.svg') }} + Xdebug +
    +
    + +
    +
    + {{ include('@WebProfiler/Icon/' ~ (collector.haszendopcache ? 'yes' : 'no') ~ '.svg') }} + OPcache +
    + +
    + {{ include('@WebProfiler/Icon/' ~ (collector.hasapc ? 'yes' : 'no') ~ '.svg') }} + APC +
    + +
    + {{ include('@WebProfiler/Icon/' ~ (collector.hasxcache ? 'yes' : 'no') ~ '.svg') }} + XCache +
    + +
    + {{ include('@WebProfiler/Icon/' ~ (collector.haseaccelerator ? 'yes' : 'no') ~ '.svg') }} + EAccelerator +
    +
    + +

    + View full PHP configuration +

    + + {% if collector.bundles %} +

    Enabled Bundles ({{ collector.bundles|length }})

    + + + + + + + + + {% for name in collector.bundles|keys|sort %} + + + + + {% endfor %} + +
    NamePath
    {{ name }}{{ collector.bundles[name] }}
    + {% endif %} +{% endblock %} +", "@WebProfiler/Collector/config.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig"); + } +} diff --git a/var/cache/dev/twig/b3/b3833d74a727a07c34347c2bbc273362aa39064aec73bffc73bfaa6dfb199b17.php b/var/cache/dev/twig/b3/b3833d74a727a07c34347c2bbc273362aa39064aec73bffc73bfaa6dfb199b17.php new file mode 100644 index 00000000..3779faca --- /dev/null +++ b/var/cache/dev/twig/b3/b3833d74a727a07c34347c2bbc273362aa39064aec73bffc73bfaa6dfb199b17.php @@ -0,0 +1,174 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/traces.html.twig")); + + // line 1 + echo "
    + "; + // line 2 + if (((isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 2, $this->source); })()) > 0)) { + // line 3 + echo "

    + ["; + // line 4 + echo twig_escape_filter($this->env, (((isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 4, $this->source); })()) - (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 4, $this->source); })())) + 1), "html", null, true); + echo "/"; + echo twig_escape_filter($this->env, ((isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 4, $this->source); })()) + 1), "html", null, true); + echo "] + "; + // line 5 + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 5, $this->source); })()), "class", [], "any", false, false, false, 5)); + echo ": "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatFileFromText(nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 5, $this->source); })()), "message", [], "any", false, false, false, 5), "html", null, true))); + echo "  + "; + // line 6 + ob_start(); + // line 7 + echo " env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 7, $this->source); })()), "html", null, true); + echo "', 'traces'); switchIcons('icon-traces-"; + echo twig_escape_filter($this->env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 7, $this->source); })()), "html", null, true); + echo "-open', 'icon-traces-"; + echo twig_escape_filter($this->env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 7, $this->source); })()), "html", null, true); + echo "-close'); return false;\"> + env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 8, $this->source); })()), "html", null, true); + echo "-close\" alt=\"-\" src=\"data:image/gif;base64,R0lGODlhEgASAMQSANft94TG57Hb8GS44ez1+mC24IvK6ePx+Wa44dXs92+942e54o3L6W2844/M6dnu+P/+/l614P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABIALAAAAAASABIAQAVCoCQBTBOd6Kk4gJhGBCTPxysJb44K0qD/ER/wlxjmisZkMqBEBW5NHrMZmVKvv9hMVsO+hE0EoNAstEYGxG9heIhCADs=\" style=\"display: "; + echo (((0 == (isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 8, $this->source); })()))) ? ("inline") : ("none")); + echo "\" /> + env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 9, $this->source); })()), "html", null, true); + echo "-open\" alt=\"+\" src=\"data:image/gif;base64,R0lGODlhEgASAMQTANft99/v+Ga44bHb8ITG52S44dXs9+z1+uPx+YvK6WC24G+944/M6W28443L6dnu+Ge54v/+/l614P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABMALAAAAAASABIAQAVS4DQBTiOd6LkwgJgeUSzHSDoNaZ4PU6FLgYBA5/vFID/DbylRGiNIZu74I0h1hNsVxbNuUV4d9SsZM2EzWe1qThVzwWFOAFCQFa1RQq6DJB4iIQA7\" style=\"display: "; + echo (((0 == (isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 9, $this->source); })()))) ? ("none") : ("inline")); + echo "\" /> + + "; + echo trim(preg_replace('/>\s+<', ob_get_clean())); + // line 12 + echo "

    + "; + } else { + // line 14 + echo "

    Stack Trace

    + "; + } + // line 16 + echo " + env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 17, $this->source); })()), "html", null, true); + echo "\"> +
      env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 18, $this->source); })()), "html", null, true); + echo "\" style=\"display: "; + echo (((0 == (isset($context["count"]) || array_key_exists("count", $context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.', 18, $this->source); })()))) ? ("block") : ("none")); + echo "\"> + "; + // line 19 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["exception"]) || array_key_exists("exception", $context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.', 19, $this->source); })()), "trace", [], "any", false, false, false, 19)); + foreach ($context['_seq'] as $context["i"] => $context["trace"]) { + // line 20 + echo "
    1. + "; + // line 21 + $this->loadTemplate("@Twig/Exception/trace.html.twig", "@Twig/Exception/traces.html.twig", 21)->display(twig_to_array(["prefix" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 21, $this->source); })()), "i" => $context["i"], "trace" => $context["trace"]])); + // line 22 + echo "
    2. + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['i'], $context['trace'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 24 + echo "
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/traces.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 122 => 24, 115 => 22, 113 => 21, 110 => 20, 106 => 19, 100 => 18, 96 => 17, 93 => 16, 89 => 14, 85 => 12, 77 => 9, 71 => 8, 62 => 7, 60 => 6, 54 => 5, 48 => 4, 45 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    + {% if count > 0 %} +

    + [{{ count - position + 1 }}/{{ count + 1 }}] + {{ exception.class|abbr_class }}: {{ exception.message|nl2br|format_file_from_text }}  + {% spaceless %} + + \"-\" + \"+\" + + {% endspaceless %} +

    + {% else %} +

    Stack Trace

    + {% endif %} + + +
      + {% for i, trace in exception.trace %} +
    1. + {% include '@Twig/Exception/trace.html.twig' with { 'prefix': position, 'i': i, 'trace': trace } only %} +
    2. + {% endfor %} +
    +
    +", "@Twig/Exception/traces.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig"); + } +} diff --git a/var/cache/dev/twig/b9/b9ce61266952a4256c6ba699dad55083e15e15c017e152018eb2f231affa6d9f.php b/var/cache/dev/twig/b9/b9ce61266952a4256c6ba699dad55083e15e15c017e152018eb2f231affa6d9f.php new file mode 100644 index 00000000..ce202dd5 --- /dev/null +++ b/var/cache/dev/twig/b9/b9ce61266952a4256c6ba699dad55083e15e15c017e152018eb2f231affa6d9f.php @@ -0,0 +1,808 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'stylesheets' => [$this, 'block_stylesheets'], + 'javascripts' => [$this, 'block_javascripts'], + 'body' => [$this, 'block_body'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/pages/fewoBooking.html.twig")); + + // line 2 + $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 2, $this->source); })()), [0 => "default/form/theme.html.twig"]); + // line 1 + $this->parent = $this->loadTemplate("base.html.twig", "default/pages/fewoBooking.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 4 + public function block_stylesheets($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 5 + echo " "; + // line 6 + echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-fewo.css?v"), "html", null, true); + echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-fewo.css"), "html", null, true); + echo "\"> +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 9 + public function block_javascripts($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); + + // line 10 + echo " "; + $this->displayParentBlock("javascripts", $context, $blocks); + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 14 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 15 + echo "
    + +
    + +

    Buchungsformular FeWo

    + + + +
    + + +

    "; + // line 28 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 28, $this->source); })()), "name", [], "any", false, false, false, 28), "html", null, true); + echo "

    + + +
    + +
    + + "; + // line 35 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 35, $this->source); })()), 'errors'); + echo " + "; + // line 36 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 36, $this->source); })()), "email", [], "any", false, false, false, 36), 'errors'); + echo " + + env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["lastSeason"]) || array_key_exists("lastSeason", $context) ? $context["lastSeason"] : (function () { throw new RuntimeError('Variable "lastSeason" does not exist.', 38, $this->source); })()), "toDate", [], "any", false, false, false, 38), "d-m-y"), "html", null, true); + echo "\"> + source); })())); + echo "'> + source); })())); + echo "'> + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    Ferienwohnung + "; + // line 52 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["lodging"]) || array_key_exists("lodging", $context) ? $context["lodging"] : (function () { throw new RuntimeError('Variable "lodging" does not exist.', 52, $this->source); })()), "name", [], "any", false, false, false, 52), "html", null, true); + echo " +
    +
    +
    + "; + // line 67 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 67, $this->source); })()), "fromDate", [], "any", false, false, false, 67), 'widget'); + echo " + bis + "; + // line 69 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 69, $this->source); })()), "toDate", [], "any", false, false, false, 69), 'widget'); + echo " +
    +
    +
    "; + // line 81 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 81, $this->source); })()), "travelerCountAdult", [], "any", false, false, false, 81), 'label', ["label" => "Reiseteilnehmer Erwachsene"]); + echo " +
    + "; + // line 84 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 84, $this->source); })()), "travelerCountAdult", [], "any", false, false, false, 84), 'widget'); + echo " + "; + // line 85 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 85, $this->source); })()), "travelerCountAdult", [], "any", false, false, false, 85), 'errors'); + echo " +
    +
    "; + // line 90 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 90, $this->source); })()), "travelerCountChild", [], "any", false, false, false, 90), 'label', ["label" => "Reiseteilnehmer Kinder"]); + echo " +
    + "; + // line 93 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 93, $this->source); })()), "travelerCountChild", [], "any", false, false, false, 93), 'widget'); + echo " + "; + // line 94 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 94, $this->source); })()), "travelerCountChild", [], "any", false, false, false, 94), 'errors'); + echo " +
    +
    +
    + +
    +
    +
    +

    Ihr gewähltes Angebot

    +
    + "; + // line 116 + $this->loadTemplate("default/components/booking/fewoSummary.html.twig", "default/pages/fewoBooking.html.twig", 116)->display(twig_array_merge($context, ["fewo_booking_request" => // line 117 +(isset($context["fewo_booking_request"]) || array_key_exists("fewo_booking_request", $context) ? $context["fewo_booking_request"] : (function () { throw new RuntimeError('Variable "fewo_booking_request" does not exist.', 117, $this->source); })()), "fewo_lodging" => // line 118 +(isset($context["fewo_lodging"]) || array_key_exists("fewo_lodging", $context) ? $context["fewo_lodging"] : (function () { throw new RuntimeError('Variable "fewo_lodging" does not exist.', 118, $this->source); })()), "fewo_price" => // line 119 +(isset($context["fewo_price"]) || array_key_exists("fewo_price", $context) ? $context["fewo_price"] : (function () { throw new RuntimeError('Variable "fewo_price" does not exist.', 119, $this->source); })()), "total_price" => // line 120 +(isset($context["total_price"]) || array_key_exists("total_price", $context) ? $context["total_price"] : (function () { throw new RuntimeError('Variable "total_price" does not exist.', 120, $this->source); })()), "total_price_per_night" => // line 121 +(isset($context["total_price_per_night"]) || array_key_exists("total_price_per_night", $context) ? $context["total_price_per_night"] : (function () { throw new RuntimeError('Variable "total_price_per_night" does not exist.', 121, $this->source); })())])); + // line 123 + echo "
    +
    +
    +
    + +
    +
    +
    +
    +
    Reiseanmelder
    +
    + +
    + "; + // line 136 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 136, $this->source); })()), "salutation", [], "any", false, false, false, 136), "Anrede", ["label_attr" => ["class" => "sr-only"]]); + echo " +
    + +
    +
    +
    + "; + // line 142 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 142, $this->source); })()), "firstName", [], "any", false, false, false, 142), "Vorname"); + echo " +
    +
    +
    +
    + +
    +
    +
    + "; + // line 151 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 151, $this->source); })()), "lastName", [], "any", false, false, false, 151), "Nachname"); + echo " +
    +
    +
    +
    + +
    +
    +
    + "; + // line 160 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 160, $this->source); })()), "streetAddress", [], "any", false, false, false, 160), "Straße, Hausnummer"); + echo " +
    +
    +
    +
    + +
    +
    +
    + "; + // line 169 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 169, $this->source); })()), "zipCode", [], "any", false, false, false, 169), "PLZ"); + echo " +
    +
    +
    +
    + +
    +
    +
    + "; + // line 178 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 178, $this->source); })()), "city", [], "any", false, false, false, 178), "Ort"); + echo " +
    +
    +
    +
    + +
    + "; + // line 185 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 185, $this->source); })()), "nation", [], "any", false, false, false, 185), "Land"); + echo " +
    + +
    +
    +
    + "; + // line 191 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 191, $this->source); })()), "phone", [], "any", false, false, false, 191), "Telefon tagsüber"); + echo " +
    +
    +
    +
    + +
    + "; + // line 198 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 198, $this->source); })()), "mobile", [], "any", false, false, false, 198), "Handynummer (Bitte angeben)"); + echo " +
    + +
    +
    +
    + "; + // line 204 + echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 204, $this->source); })()), "email", [], "any", false, false, false, 204), "E-Mail-Adresse"); + echo " +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    Unverbindliche Anmerkungen
    +
    +
    + "; + // line 219 + echo $this->extensions['AppBundle\Twig\AppExtension']->formField(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 219, $this->source); })()), "notes", [], "any", false, false, false, 219), "Mitteilungen / Sonstiges (optional)", ["label_attr" => ["class" => "sr-only"], "attr" => ["rows" => "6"]]); + // line 222 + echo " +
    +
    +
    + + +
    +
    +
    +
    Datenschutz
    +
    +
    + "; + // line 234 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 234, $this->source); })()), "acceptPrivacy", [], "any", false, false, false, 234), 'widget'); + echo " + + + "; + // line 242 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 242, $this->source); })()), "acceptPrivacy", [], "any", false, false, false, 242), 'errors'); + echo " +
    +
    +
    +
    + +
    + "; + // line 249 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 249, $this->source); })()), "acceptRentalConditions", [], "any", false, false, false, 249), 'widget'); + echo " + + + "; + // line 257 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 257, $this->source); })()), "acceptRentalConditions", [], "any", false, false, false, 257), 'errors'); + echo " +
    +
    +
    + +
    + +
    +
    +
    + + + "; + // line 274 + echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 274, $this->source); })()), 'rest'); + echo " +
    +
    + +
    + + +
    + +
    + + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/pages/fewoBooking.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 483 => 274, 463 => 257, 453 => 250, 449 => 249, 439 => 242, 429 => 235, 425 => 234, 411 => 222, 409 => 219, 391 => 204, 382 => 198, 372 => 191, 363 => 185, 353 => 178, 341 => 169, 329 => 160, 317 => 151, 305 => 142, 296 => 136, 281 => 123, 279 => 121, 278 => 120, 277 => 119, 276 => 118, 275 => 117, 274 => 116, 258 => 103, 254 => 102, 248 => 99, 240 => 94, 236 => 93, 230 => 90, 222 => 85, 218 => 84, 212 => 81, 203 => 77, 192 => 69, 187 => 67, 175 => 58, 166 => 52, 151 => 40, 147 => 39, 143 => 38, 138 => 36, 134 => 35, 124 => 28, 116 => 23, 106 => 15, 99 => 14, 89 => 11, 84 => 10, 77 => 9, 66 => 6, 64 => 5, 57 => 4, 49 => 1, 47 => 2, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends 'base.html.twig' %} +{% form_theme form 'default/form/theme.html.twig' %} + +{% block stylesheets %} + {# TODO Move to custom.css #} + +{% endblock stylesheets %} + +{% block javascripts %} + {{ parent() }} + +{% endblock %} + +{% block body %} +
    + +
    + +

    Buchungsformular FeWo

    + + + +
    + + +

    {{ lodging.name }}

    + + +
    + +
    + + {{ form_errors(form) }} + {{ form_errors(form.email) }} + + + + + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    Ferienwohnung + {{ lodging.name }} +
    +
    +
    + {{ form_widget(form.fromDate) }} + bis + {{ form_widget(form.toDate) }} +
    +
    +
    {{ form_label(form.travelerCountAdult, 'Reiseteilnehmer Erwachsene') }} +
    + {{ form_widget(form.travelerCountAdult) }} + {{ form_errors(form.travelerCountAdult) }} +
    +
    {{ form_label(form.travelerCountChild, 'Reiseteilnehmer Kinder') }} +
    + {{ form_widget(form.travelerCountChild) }} + {{ form_errors(form.travelerCountChild) }} +
    +
    +
    + +
    +
    +
    +

    Ihr gewähltes Angebot

    +
    + {% include 'default/components/booking/fewoSummary.html.twig' with { + 'fewo_booking_request' : fewo_booking_request, + 'fewo_lodging' : fewo_lodging, + 'fewo_price' : fewo_price, + 'total_price' : total_price, + 'total_price_per_night' : total_price_per_night, + } %} +
    +
    +
    +
    + +
    +
    +
    +
    +
    Reiseanmelder
    +
    + +
    + {{ form_field_pho(form.salutation, 'Anrede', {'label_attr': {class: 'sr-only'}}) }} +
    + +
    +
    +
    + {{ form_field_pho(form.firstName, 'Vorname') }} +
    +
    +
    +
    + +
    +
    +
    + {{ form_field_pho(form.lastName, 'Nachname') }} +
    +
    +
    +
    + +
    +
    +
    + {{ form_field_pho(form.streetAddress, 'Straße, Hausnummer') }} +
    +
    +
    +
    + +
    +
    +
    + {{ form_field_pho(form.zipCode, 'PLZ') }} +
    +
    +
    +
    + +
    +
    +
    + {{ form_field_pho(form.city, 'Ort') }} +
    +
    +
    +
    + +
    + {{ form_field_pho(form.nation, 'Land') }} +
    + +
    +
    +
    + {{ form_field_pho(form.phone, 'Telefon tagsüber') }} +
    +
    +
    +
    + +
    + {{ form_field_pho(form.mobile, 'Handynummer (Bitte angeben)') }} +
    + +
    +
    +
    + {{ form_field_pho(form.email, 'E-Mail-Adresse') }} +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    Unverbindliche Anmerkungen
    +
    +
    + {{ form_field(form.notes, 'Mitteilungen / Sonstiges (optional)', { + 'label_attr': {'class': 'sr-only'}, + 'attr': {'rows': '6'} + }) }} +
    +
    +
    + + +
    +
    +
    +
    Datenschutz
    +
    +
    + {{ form_widget(form.acceptPrivacy) }} + + + {{ form_errors(form.acceptPrivacy) }} +
    +
    +
    +
    + +
    + {{ form_widget(form.acceptRentalConditions) }} + + + {{ form_errors(form.acceptRentalConditions) }} +
    +
    +
    + +
    + +
    +
    +
    + + + {{ form_rest(form) }} +
    +
    + +
    + + +
    + +
    + + + +{% endblock body %}", "default/pages/fewoBooking.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/fewoBooking.html.twig"); + } +} diff --git a/var/cache/dev/twig/ba/bae0e1f77ba7b714f03288a77c1c62365ec7cc58cc23e32bc487894169ab7ca1.php b/var/cache/dev/twig/ba/bae0e1f77ba7b714f03288a77c1c62365ec7cc58cc23e32bc487894169ab7ca1.php new file mode 100644 index 00000000..4d816b0f --- /dev/null +++ b/var/cache/dev/twig/ba/bae0e1f77ba7b714f03288a77c1c62365ec7cc58cc23e32bc487894169ab7ca1.php @@ -0,0 +1,319 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Router/panel.html.twig")); + + // line 1 + echo "

    Routing

    + +
    +
    + "; + // line 5 + ((twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 5, $this->source); })()), "route", [], "any", false, false, false, 5)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 5, $this->source); })()), "route", [], "any", false, false, false, 5), "html", null, true))) : (print ("(none)"))); + echo " + Matched route +
    + + "; + // line 9 + if (twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 9, $this->source); })()), "route", [], "any", false, false, false, 9)) { + // line 10 + echo "
    + "; + // line 11 + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["traces"]) || array_key_exists("traces", $context) ? $context["traces"] : (function () { throw new RuntimeError('Variable "traces" does not exist.', 11, $this->source); })())), "html", null, true); + echo " + Tested routes before match +
    + "; + } + // line 15 + echo "
    + +"; + // line 17 + if (twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 17, $this->source); })()), "route", [], "any", false, false, false, 17)) { + // line 18 + echo "

    Route Parameters

    + + "; + // line 20 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 20, $this->source); })()), "routeParams", [], "any", false, false, false, 20))) { + // line 21 + echo "
    +

    No parameters.

    +
    + "; + } else { + // line 25 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/table.html.twig", ["data" => twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 25, $this->source); })()), "routeParams", [], "any", false, false, false, 25), "labels" => [0 => "Name", 1 => "Value"]], false); + echo " + "; + } + } + // line 28 + echo " +"; + // line 29 + if (twig_get_attribute($this->env, $this->source, (isset($context["router"]) || array_key_exists("router", $context) ? $context["router"] : (function () { throw new RuntimeError('Variable "router" does not exist.', 29, $this->source); })()), "redirect", [], "any", false, false, false, 29)) { + // line 30 + echo "

    Route Redirection

    + +

    This page redirects to:

    +
    + "; + // line 34 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["router"]) || array_key_exists("router", $context) ? $context["router"] : (function () { throw new RuntimeError('Variable "router" does not exist.', 34, $this->source); })()), "targetUrl", [], "any", false, false, false, 34), "html", null, true); + echo " + "; + // line 35 + if (twig_get_attribute($this->env, $this->source, (isset($context["router"]) || array_key_exists("router", $context) ? $context["router"] : (function () { throw new RuntimeError('Variable "router" does not exist.', 35, $this->source); })()), "targetRoute", [], "any", false, false, false, 35)) { + echo "(route: \""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["router"]) || array_key_exists("router", $context) ? $context["router"] : (function () { throw new RuntimeError('Variable "router" does not exist.', 35, $this->source); })()), "targetRoute", [], "any", false, false, false, 35), "html", null, true); + echo "\")"; + } + // line 36 + echo "
    +"; + } + // line 38 + echo " +

    Route Matching Logs

    + +
    + Path to match: "; + // line 42 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 42, $this->source); })()), "pathinfo", [], "any", false, false, false, 42), "html", null, true); + echo " +
    + + + + + + + + + + + + "; + // line 55 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["traces"]) || array_key_exists("traces", $context) ? $context["traces"] : (function () { throw new RuntimeError('Variable "traces" does not exist.', 55, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["trace"]) { + // line 56 + echo " env, $this->source, $context["trace"], "level", [], "any", false, false, false, 56) == 1)) ? ("status-warning") : ((((twig_get_attribute($this->env, $this->source, $context["trace"], "level", [], "any", false, false, false, 56) == 2)) ? ("status-success") : ("")))); + echo "\"> + + + + + + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['trace'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 72 + echo " +
    #Route namePathLog
    "; + // line 57 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 57), "html", null, true); + echo ""; + // line 58 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "name", [], "any", false, false, false, 58), "html", null, true); + echo ""; + // line 59 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "path", [], "any", false, false, false, 59), "html", null, true); + echo " + "; + // line 61 + if ((twig_get_attribute($this->env, $this->source, $context["trace"], "level", [], "any", false, false, false, 61) == 1)) { + // line 62 + echo " Path almost matches, but + "; + // line 63 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "log", [], "any", false, false, false, 63), "html", null, true); + echo " + "; + } elseif ((twig_get_attribute($this->env, $this->source, // line 64 +$context["trace"], "level", [], "any", false, false, false, 64) == 2)) { + // line 65 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "log", [], "any", false, false, false, 65), "html", null, true); + echo " + "; + } else { + // line 67 + echo " Path does not match + "; + } + // line 69 + echo "
    + +

    + Note: These matching logs are based on the current router configuration, + which might differ from the configuration used when profiling this request. +

    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Router/panel.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 209 => 72, 193 => 69, 189 => 67, 183 => 65, 181 => 64, 177 => 63, 174 => 62, 172 => 61, 167 => 59, 163 => 58, 159 => 57, 154 => 56, 137 => 55, 121 => 42, 115 => 38, 111 => 36, 105 => 35, 101 => 34, 95 => 30, 93 => 29, 90 => 28, 83 => 25, 77 => 21, 75 => 20, 71 => 18, 69 => 17, 65 => 15, 58 => 11, 55 => 10, 53 => 9, 46 => 5, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("

    Routing

    + +
    +
    + {{ request.route ?: '(none)' }} + Matched route +
    + + {% if request.route %} +
    + {{ traces|length }} + Tested routes before match +
    + {% endif %} +
    + +{% if request.route %} +

    Route Parameters

    + + {% if request.routeParams is empty %} +
    +

    No parameters.

    +
    + {% else %} + {{ include('@WebProfiler/Profiler/table.html.twig', { data: request.routeParams, labels: ['Name', 'Value'] }, with_context = false) }} + {% endif %} +{% endif %} + +{% if router.redirect %} +

    Route Redirection

    + +

    This page redirects to:

    +
    + {{ router.targetUrl }} + {% if router.targetRoute %}(route: \"{{ router.targetRoute }}\"){% endif %} +
    +{% endif %} + +

    Route Matching Logs

    + +
    + Path to match: {{ request.pathinfo }} +
    + + + + + + + + + + + + {% for trace in traces %} + + + + + + + {% endfor %} + +
    #Route namePathLog
    {{ loop.index }}{{ trace.name }}{{ trace.path }} + {% if trace.level == 1 %} + Path almost matches, but + {{ trace.log }} + {% elseif trace.level == 2 %} + {{ trace.log }} + {% else %} + Path does not match + {% endif %} +
    + +

    + Note: These matching logs are based on the current router configuration, + which might differ from the configuration used when profiling this request. +

    +", "@WebProfiler/Router/panel.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig"); + } +} diff --git a/var/cache/dev/twig/c5/c521549ad049297441959fb07b7f8590634ff402d82806bbe8ab1cab5bf3cbbc.php b/var/cache/dev/twig/c5/c521549ad049297441959fb07b7f8590634ff402d82806bbe8ab1cab5bf3cbbc.php new file mode 100644 index 00000000..415ab635 --- /dev/null +++ b/var/cache/dev/twig/c5/c521549ad049297441959fb07b7f8590634ff402d82806bbe8ab1cab5bf3cbbc.php @@ -0,0 +1,143 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'head' => [$this, 'block_head'], + 'body' => [$this, 'block_body'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/base.html.twig")); + + // line 1 + echo " + + + env, $this->env->getCharset(), "html", null, true); + echo "\" /> + + + Symfony Profiler + + + "; + // line 10 + $this->displayBlock('head', $context, $blocks); + // line 15 + echo " + + "; + // line 17 + $this->displayBlock('body', $context, $blocks); + // line 18 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 10 + public function block_head($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head")); + + // line 11 + echo " + "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 17 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + echo ""; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/base.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 93 => 17, 83 => 12, 80 => 11, 73 => 10, 64 => 18, 62 => 17, 58 => 15, 56 => 10, 47 => 4, 42 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + + + + + Symfony Profiler + + + {% block head %} + + {% endblock %} + + + {% block body '' %} + + +", "@WebProfiler/Profiler/base.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig"); + } +} diff --git a/var/cache/dev/twig/c7/c7952d2fc7ca9dd144ab1f4e26df70597aadeddd476955cf5480c8dd46a774ae.php b/var/cache/dev/twig/c7/c7952d2fc7ca9dd144ab1f4e26df70597aadeddd476955cf5480c8dd46a774ae.php new file mode 100644 index 00000000..ab531e9d --- /dev/null +++ b/var/cache/dev/twig/c7/c7952d2fc7ca9dd144ab1f4e26df70597aadeddd476955cf5480c8dd46a774ae.php @@ -0,0 +1,99 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar_item.html.twig")); + + // line 1 + echo "
    env, (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 1, $this->source); })()), "html", null, true); + echo " sf-toolbar-status-"; + echo twig_escape_filter($this->env, (((isset($context["status"]) || array_key_exists("status", $context))) ? (_twig_default_filter((isset($context["status"]) || array_key_exists("status", $context) ? $context["status"] : (function () { throw new RuntimeError('Variable "status" does not exist.', 1, $this->source); })()), "normal")) : ("normal")), "html", null, true); + echo " "; + echo twig_escape_filter($this->env, (((isset($context["additional_classes"]) || array_key_exists("additional_classes", $context))) ? (_twig_default_filter((isset($context["additional_classes"]) || array_key_exists("additional_classes", $context) ? $context["additional_classes"] : (function () { throw new RuntimeError('Variable "additional_classes" does not exist.', 1, $this->source); })()), "")) : ("")), "html", null, true); + echo "\"> + "; + // line 2 + if (( !(isset($context["link"]) || array_key_exists("link", $context)) || (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 2, $this->source); })()))) { + echo "env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 2, $this->source); })()), "panel" => (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 2, $this->source); })())]), "html", null, true); + echo "\">"; + } + // line 3 + echo "
    "; + echo twig_escape_filter($this->env, (((isset($context["icon"]) || array_key_exists("icon", $context))) ? (_twig_default_filter((isset($context["icon"]) || array_key_exists("icon", $context) ? $context["icon"] : (function () { throw new RuntimeError('Variable "icon" does not exist.', 3, $this->source); })()), "")) : ("")), "html", null, true); + echo "
    + "; + // line 4 + if ((((isset($context["link"]) || array_key_exists("link", $context))) ? (_twig_default_filter((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 4, $this->source); })()), false)) : (false))) { + echo "
    "; + } + // line 5 + echo "
    "; + echo twig_escape_filter($this->env, (((isset($context["text"]) || array_key_exists("text", $context))) ? (_twig_default_filter((isset($context["text"]) || array_key_exists("text", $context) ? $context["text"] : (function () { throw new RuntimeError('Variable "text" does not exist.', 5, $this->source); })()), "")) : ("")), "html", null, true); + echo "
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/toolbar_item.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 64 => 5, 60 => 4, 55 => 3, 49 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    + {% if link is not defined or link %}{% endif %} +
    {{ icon|default('') }}
    + {% if link|default(false) %}
    {% endif %} +
    {{ text|default('') }}
    +
    +", "@WebProfiler/Profiler/toolbar_item.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig"); + } +} diff --git a/var/cache/dev/twig/c9/c93c143efa801d177de8d421dc34c9273b234c6f61b90afbbbcead3e0f017eb9.php b/var/cache/dev/twig/c9/c93c143efa801d177de8d421dc34c9273b234c6f61b90afbbbcead3e0f017eb9.php new file mode 100644 index 00000000..412f47a8 --- /dev/null +++ b/var/cache/dev/twig/c9/c93c143efa801d177de8d421dc34c9273b234c6f61b90afbbbcead3e0f017eb9.php @@ -0,0 +1,70 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/time.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/time.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/time.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/time.svg"); + } +} diff --git a/var/cache/dev/twig/c9/c9a8272a6d023fe60c8de991655db5c906d4966b6542bda76062acded23e4658.php b/var/cache/dev/twig/c9/c9a8272a6d023fe60c8de991655db5c906d4966b6542bda76062acded23e4658.php new file mode 100644 index 00000000..b41448f7 --- /dev/null +++ b/var/cache/dev/twig/c9/c9a8272a6d023fe60c8de991655db5c906d4966b6542bda76062acded23e4658.php @@ -0,0 +1,401 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Debug/Profiler/dump.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@Debug/Profiler/dump.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "dumpsCount", [], "any", false, false, false, 4)) { + // line 5 + echo " "; + ob_start(); + // line 6 + echo " "; + echo twig_include($this->env, $context, "@Debug/Profiler/icon.svg"); + echo " + "; + // line 7 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 7, $this->source); })()), "dumpsCount", [], "any", false, false, false, 7), "html", null, true); + echo " + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 9 + echo " + "; + // line 10 + ob_start(); + // line 11 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 11, $this->source); })()), "getDumps", [0 => "html"], "method", false, false, false, 11)); + foreach ($context['_seq'] as $context["_key"] => $context["dump"]) { + // line 12 + echo "
    + + "; + // line 14 + if (twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 14)) { + // line 15 + echo " "; + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 15), twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 15)); + // line 16 + echo " "; + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 16, $this->source); })())) { + // line 17 + echo " env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 17, $this->source); })()), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 17), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 17), "html", null, true); + echo " + "; + } else { + // line 19 + echo " env, twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 19), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 19), "html", null, true); + echo " + "; + } + // line 21 + echo " "; + } else { + // line 22 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 22), "html", null, true); + echo " + "; + } + // line 24 + echo " + line "; + // line 25 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 25), "html", null, true); + echo " + + "; + // line 27 + echo twig_get_attribute($this->env, $this->source, $context["dump"], "data", [], "any", false, false, false, 27); + echo " +
    + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dump'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 30 + echo " (.*?)<\\/script>/g, s; while (s = rx.exec(h)) {eval(s[1]);};\" /> + "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 32 + echo " + "; + // line 33 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => true]); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 37 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 38 + echo " env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 38, $this->source); })()), "dumpsCount", [], "any", false, false, false, 38) == 0)) ? ("disabled") : ("")); + echo "\"> + "; + // line 39 + echo twig_include($this->env, $context, "@Debug/Profiler/icon.svg"); + echo " + Debug + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 44 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 45 + echo "

    Dumped Contents

    + + "; + // line 47 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 47, $this->source); })()), "getDumps", [0 => "html"], "method", false, false, false, 47)); + $context['_iterated'] = false; + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["dump"]) { + // line 48 + echo "
    +

    In + "; + // line 50 + if (twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 50)) { + // line 51 + echo " "; + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 51), twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 51)); + // line 52 + echo " "; + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 52, $this->source); })())) { + // line 53 + echo " env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 53, $this->source); })()), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 53), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 53), "html", null, true); + echo " + "; + } else { + // line 55 + echo " env, twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 55), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 55), "html", null, true); + echo " + "; + } + // line 57 + echo " "; + } else { + // line 58 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "name", [], "any", false, false, false, 58), "html", null, true); + echo " + "; + } + // line 60 + echo " line "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 60), "html", null, true); + echo " + + env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 62), "html", null, true); + echo "\" data-toggle-alt-content=\"Hide code\">Show code +

    + +
    env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 65), "html", null, true); + echo "\"> +
    + "; + // line 67 + echo ((twig_get_attribute($this->env, $this->source, $context["dump"], "fileExcerpt", [], "any", false, false, false, 67)) ? (twig_get_attribute($this->env, $this->source, $context["dump"], "fileExcerpt", [], "any", false, false, false, 67)) : ($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->fileExcerpt(twig_get_attribute($this->env, $this->source, $context["dump"], "file", [], "any", false, false, false, 67), twig_get_attribute($this->env, $this->source, $context["dump"], "line", [], "any", false, false, false, 67)))); + echo " +
    +
    + + "; + // line 71 + echo twig_get_attribute($this->env, $this->source, $context["dump"], "data", [], "any", false, false, false, 71); + echo " +
    + "; + $context['_iterated'] = true; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + if (!$context['_iterated']) { + // line 74 + echo "
    +

    No content was dumped.

    +
    + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dump'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Debug/Profiler/dump.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 291 => 74, 275 => 71, 268 => 67, 263 => 65, 257 => 62, 251 => 60, 245 => 58, 242 => 57, 234 => 55, 224 => 53, 221 => 52, 218 => 51, 216 => 50, 212 => 48, 194 => 47, 190 => 45, 183 => 44, 172 => 39, 167 => 38, 160 => 37, 150 => 33, 147 => 32, 143 => 30, 134 => 27, 129 => 25, 126 => 24, 120 => 22, 117 => 21, 109 => 19, 99 => 17, 96 => 16, 93 => 15, 91 => 14, 87 => 12, 82 => 11, 80 => 10, 77 => 9, 72 => 7, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% if collector.dumpsCount %} + {% set icon %} + {{ include('@Debug/Profiler/icon.svg') }} + {{ collector.dumpsCount }} + {% endset %} + + {% set text %} + {% for dump in collector.getDumps('html') %} +
    + + {% if dump.file %} + {% set link = dump.file|file_link(dump.line) %} + {% if link %} + {{ dump.name }} + {% else %} + {{ dump.name }} + {% endif %} + {% else %} + {{ dump.name }} + {% endif %} + + line {{ dump.line }} + + {{ dump.data|raw }} +
    + {% endfor %} + (.*?)<\\/script>/g, s; while (s = rx.exec(h)) {eval(s[1]);};\" /> + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} + {% endif %} +{% endblock %} + +{% block menu %} + + {{ include('@Debug/Profiler/icon.svg') }} + Debug + +{% endblock %} + +{% block panel %} +

    Dumped Contents

    + + {% for dump in collector.getDumps('html') %} +
    +

    In + {% if dump.line %} + {% set link = dump.file|file_link(dump.line) %} + {% if link %} + {{ dump.name }} + {% else %} + {{ dump.name }} + {% endif %} + {% else %} + {{ dump.name }} + {% endif %} + line {{ dump.line }} + + Show code +

    + +
    +
    + {{ dump.fileExcerpt ? dump.fileExcerpt|raw : dump.file|file_excerpt(dump.line) }} +
    +
    + + {{ dump.data|raw }} +
    + {% else %} +
    +

    No content was dumped.

    +
    + {% endfor %} +{% endblock %} +", "@Debug/Profiler/dump.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig"); + } +} diff --git a/var/cache/dev/twig/ce/cef2c077a7e1c2eafbde6a3aea130b243a3895a75c16c9bae0aa0a5fa175b385.php b/var/cache/dev/twig/ce/cef2c077a7e1c2eafbde6a3aea130b243a3895a75c16c9bae0aa0a5fa175b385.php new file mode 100644 index 00000000..48ff2949 --- /dev/null +++ b/var/cache/dev/twig/ce/cef2c077a7e1c2eafbde6a3aea130b243a3895a75c16c9bae0aa0a5fa175b385.php @@ -0,0 +1,90 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/aboutSternToursWidget.html.twig")); + + // line 1 + echo "
    + +
    env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "get", [0 => "_open_side_about"], "method", false, false, false, 5), "html", null, true); + echo " \" id=\"about-widget\" aria-expanded=\"true\"> + "; + // line 6 + echo twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 6, $this->source); })()), "html", [], "any", false, false, false, 6); + echo " +
    +
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/aboutSternToursWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 55 => 6, 51 => 5, 44 => 3, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    + +
    + {{ widget.html|raw }} +
    +
    ", "default/components/sidebar/aboutSternToursWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/d0/d030166ca93af4f251fa1fe45293693b91d5b73c4f7cbee83cc6f336c304c90b.php b/var/cache/dev/twig/d0/d030166ca93af4f251fa1fe45293693b91d5b73c4f7cbee83cc6f336c304c90b.php new file mode 100644 index 00000000..a32636ce --- /dev/null +++ b/var/cache/dev/twig/d0/d030166ca93af4f251fa1fe45293693b91d5b73c4f7cbee83cc6f336c304c90b.php @@ -0,0 +1,821 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Swiftmailer/Collector/swiftmailer.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@Swiftmailer/Collector/swiftmailer.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 4 + echo " "; + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 4, $this->source); })()), 1)) : (1)); + // line 5 + echo " + "; + // line 6 + if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 6, $this->source); })()), "messageCount", [], "any", false, false, false, 6)) { + // line 7 + echo " "; + ob_start(); + // line 8 + echo " "; + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 8, $this->source); })()) == 1)) { + // line 9 + echo " \"Swiftmailer\" + "; + // line 10 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 10, $this->source); })()), "messageCount", [], "any", false, false, false, 10), "html", null, true); + echo " + "; + } else { + // line 12 + echo " "; + echo twig_include($this->env, $context, "@Swiftmailer/Collector/icon.svg"); + echo " + "; + // line 13 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 13, $this->source); })()), "messageCount", [], "any", false, false, false, 13), "html", null, true); + echo " + "; + } + // line 15 + echo " "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 16 + echo " + "; + // line 17 + ob_start(); + // line 18 + echo "
    + Sent messages + "; + // line 20 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 20, $this->source); })()), "messageCount", [], "any", false, false, false, 20), "html", null, true); + echo " +
    + + "; + // line 23 + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 23, $this->source); })()) == 1)) { + // line 24 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 24, $this->source); })()), "mailers", [], "any", false, false, false, 24)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 25 + echo "
    + "; + // line 26 + echo twig_escape_filter($this->env, $context["name"], "html", null, true); + echo " + "; + // line 27 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 27, $this->source); })()), "messageCount", [0 => $context["name"]], "method", false, false, false, 27), "html", null, true); + echo " +
    +
    + Is spooled? + "; + // line 31 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 31, $this->source); })()), "isSpool", [0 => $context["name"]], "method", false, false, false, 31)) ? ("yes") : ("no")); + echo " +
    + + "; + // line 34 + if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 34)) { + // line 35 + echo "
    + "; + } + // line 37 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 38 + echo " "; + } else { + // line 39 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 39, $this->source); })()), "mailers", [], "any", false, false, false, 39)); + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 40 + echo "
    + "; + // line 41 + echo twig_escape_filter($this->env, $context["name"], "html", null, true); + echo " mailer + "; + // line 42 + echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "messageCount", [0 => $context["name"]], "method", true, true, false, 42)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "messageCount", [0 => $context["name"]], "method", false, false, false, 42), 0)) : (0)), "html", null, true); + echo " +   ("; + // line 43 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 43, $this->source); })()), "isSpool", [0 => $context["name"]], "method", false, false, false, 43)) ? ("spooled") : ("sent")); + echo ") +
    + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 46 + echo " "; + } + // line 47 + echo " "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 48 + echo " + "; + // line 49 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 49, $this->source); })())]); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 53 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 54 + echo " "; + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 54, $this->source); })()), 1)) : (1)); + // line 55 + echo " + env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 56, $this->source); })()), "messageCount", [], "any", false, false, false, 56)) ? ("") : ("disabled")); + echo "\"> + "; + // line 57 + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 57, $this->source); })()) == 1)) { + // line 58 + echo " \"Swiftmailer\" + "; + } else { + // line 60 + echo " "; + echo twig_include($this->env, $context, "@Swiftmailer/Collector/icon.svg"); + echo " + "; + } + // line 62 + echo " + E-Mails + "; + // line 64 + if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 64, $this->source); })()), "messageCount", [], "any", false, false, false, 64) > 0)) { + // line 65 + echo " + "; + // line 66 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 66, $this->source); })()), "messageCount", [], "any", false, false, false, 66), "html", null, true); + echo " + + "; + } + // line 69 + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 72 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 73 + echo " "; + $context["profiler_markup_version"] = (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context))) ? (_twig_default_filter((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 73, $this->source); })()), 1)) : (1)); + // line 74 + echo " + "; + // line 75 + if (((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 75, $this->source); })()) == 1)) { + // line 76 + echo " + "; + } + // line 86 + echo " +

    E-mails

    + + "; + // line 89 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 89, $this->source); })()), "mailers", [], "any", false, false, false, 89)) { + // line 90 + echo "
    +

    No e-mail messages were sent.

    +
    + "; + } + // line 94 + echo " + "; + // line 95 + if ((((isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 95, $this->source); })()) == 1) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 95, $this->source); })()), "mailers", [], "any", false, false, false, 95)) > 1))) { + // line 96 + echo " + + + + + + + + + + "; + // line 106 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 106, $this->source); })()), "mailers", [], "any", false, false, false, 106)); + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 107 + echo " + + + + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 114 + echo " +
    Mailer NameNum. of messagesMessages statusNotes
    "; + // line 108 + echo twig_escape_filter($this->env, $context["name"], "html", null, true); + echo ""; + // line 109 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 109, $this->source); })()), "messageCount", [0 => $context["name"]], "method", false, false, false, 109), "html", null, true); + echo ""; + // line 110 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 110, $this->source); })()), "isSpool", [0 => $context["name"]], "method", false, false, false, 110)) ? ("spooled") : ("sent")); + echo ""; + // line 111 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 111, $this->source); })()), "isDefaultMailer", [0 => $context["name"]], "method", false, false, false, 111)) ? ("This is the default mailer") : ("")); + echo "
    + "; + } else { + // line 117 + echo "
    + "; + // line 118 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 118, $this->source); })()), "mailers", [], "any", false, false, false, 118)); + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 119 + echo "
    + "; + // line 120 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 120, $this->source); })()), "messageCount", [0 => $context["name"]], "method", false, false, false, 120), "html", null, true); + echo " + "; + // line 121 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 121, $this->source); })()), "isSpool", [0 => $context["name"]], "method", false, false, false, 121)) ? ("spooled") : ("sent")); + echo " "; + echo (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 121, $this->source); })()), "messageCount", [0 => $context["name"]], "method", false, false, false, 121) == 1)) ? ("message") : ("messages")); + echo " +
    + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 124 + echo "
    + "; + } + // line 126 + echo " + "; + // line 127 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 127, $this->source); })()), "mailers", [], "any", false, false, false, 127)); + foreach ($context['_seq'] as $context["_key"] => $context["name"]) { + // line 128 + echo " "; + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 128, $this->source); })()), "mailers", [], "any", false, false, false, 128)) > 1)) { + // line 129 + echo "

    + "; + // line 130 + echo twig_escape_filter($this->env, $context["name"], "html", null, true); + echo " mailer + "; + // line 131 + echo ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 131, $this->source); })()), "isDefaultMailer", [0 => $context["name"]], "method", false, false, false, 131)) ? ("(default app mailer)") : ("")); + echo " +

    + "; + } + // line 134 + echo " + "; + // line 135 + if ( !twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 135, $this->source); })()), "messages", [0 => $context["name"]], "method", false, false, false, 135)) { + // line 136 + echo "
    +

    No e-mail messages were sent.

    +
    + "; + } else { + // line 140 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 140, $this->source); })()), "messages", [0 => $context["name"]], "method", false, false, false, 140)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["message"]) { + // line 141 + echo " "; + if ((twig_get_attribute($this->env, $this->source, $context["loop"], "length", [], "any", false, false, false, 141) > 1)) { + // line 142 + echo "

    E-mail #"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 142), "html", null, true); + echo " details

    + "; + } else { + // line 144 + echo "

    E-mail details

    + "; + } + // line 146 + echo " +
    +
    + Message headers +
    ";
    +                    // line 150
    +                    $context['_parent'] = $context;
    +                    $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["message"], "headers", [], "any", false, false, false, 150), "all", [], "any", false, false, false, 150));
    +                    foreach ($context['_seq'] as $context["_key"] => $context["header"]) {
    +                        // line 151
    +                        echo twig_escape_filter($this->env, $context["header"], "html", null, true);
    +                    }
    +                    $_parent = $context['_parent'];
    +                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['header'], $context['_parent'], $context['loop']);
    +                    $context = array_intersect_key($context, $_parent) + $_parent;
    +                    // line 152
    +                    echo "
    +
    + +
    + Message body +
    ";
    +                    // line 158
    +                    if ((twig_get_attribute($this->env, $this->source, ($context["messagePart"] ?? null), "charset", [], "any", true, true, false, 158) && twig_get_attribute($this->env, $this->source, $context["message"], "charset", [], "any", false, false, false, 158))) {
    +                        // line 159
    +                        echo twig_escape_filter($this->env, twig_convert_encoding(twig_get_attribute($this->env, $this->source, $context["message"], "body", [], "any", false, false, false, 159), "UTF-8", twig_get_attribute($this->env, $this->source, $context["message"], "charset", [], "any", false, false, false, 159)), "html", null, true);
    +                    } else {
    +                        // line 161
    +                        echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["message"], "body", [], "any", false, false, false, 161), "html", null, true);
    +                    }
    +                    // line 163
    +                    echo "
    +
    + + "; + // line 166 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["message"], "children", [], "any", false, false, false, 166)); + foreach ($context['_seq'] as $context["_key"] => $context["messagePart"]) { + if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["messagePart"], "contentType", [], "any", false, false, false, 166), [0 => "text/plain", 1 => "text/html"])) { + // line 167 + echo "
    + Alternative part ("; + // line 168 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["messagePart"], "contentType", [], "any", false, false, false, 168), "html", null, true); + echo ") +
    ";
    +                            // line 170
    +                            if ((twig_get_attribute($this->env, $this->source, $context["messagePart"], "charset", [], "any", true, true, false, 170) && twig_get_attribute($this->env, $this->source, $context["messagePart"], "charset", [], "any", false, false, false, 170))) {
    +                                // line 171
    +                                echo twig_escape_filter($this->env, twig_convert_encoding(twig_get_attribute($this->env, $this->source, $context["messagePart"], "body", [], "any", false, false, false, 171), "UTF-8", twig_get_attribute($this->env, $this->source, $context["messagePart"], "charset", [], "any", false, false, false, 171)), "html", null, true);
    +                            } else {
    +                                // line 173
    +                                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["messagePart"], "body", [], "any", false, false, false, 173), "html", null, true);
    +                            }
    +                            // line 175
    +                            echo "
    +
    + "; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['messagePart'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 178 + echo " + "; + // line 179 + $context["attachments"] = twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 179, $this->source); })()), "extractAttachments", [0 => $context["message"]], "method", false, false, false, 179); + // line 180 + echo " "; + if ((isset($context["attachments"]) || array_key_exists("attachments", $context) ? $context["attachments"] : (function () { throw new RuntimeError('Variable "attachments" does not exist.', 180, $this->source); })())) { + // line 181 + echo "
    + + "; + // line 183 + if ((twig_length_filter($this->env, (isset($context["attachments"]) || array_key_exists("attachments", $context) ? $context["attachments"] : (function () { throw new RuntimeError('Variable "attachments" does not exist.', 183, $this->source); })())) > 1)) { + // line 184 + echo " "; + echo twig_escape_filter($this->env, twig_length_filter($this->env, (isset($context["attachments"]) || array_key_exists("attachments", $context) ? $context["attachments"] : (function () { throw new RuntimeError('Variable "attachments" does not exist.', 184, $this->source); })())), "html", null, true); + echo " Attachments + "; + } else { + // line 186 + echo " 1 Attachment + "; + } + // line 188 + echo " + +
      + "; + // line 191 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["attachments"]) || array_key_exists("attachments", $context) ? $context["attachments"] : (function () { throw new RuntimeError('Variable "attachments" does not exist.', 191, $this->source); })())); + foreach ($context['_seq'] as $context["_key"] => $context["attachment"]) { + // line 192 + echo "
    1. + Filename: + "; + // line 194 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["attachment"], "filename", [], "any", false, false, false, 194), "html", null, true); + echo " +
    2. + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 197 + echo "
    +
    + "; + } + // line 200 + echo "
    + "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 202 + echo " "; + } + // line 203 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Swiftmailer/Collector/swiftmailer.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 588 => 203, 585 => 202, 570 => 200, 565 => 197, 556 => 194, 552 => 192, 548 => 191, 543 => 188, 539 => 186, 533 => 184, 531 => 183, 527 => 181, 524 => 180, 522 => 179, 519 => 178, 510 => 175, 507 => 173, 504 => 171, 502 => 170, 498 => 168, 495 => 167, 490 => 166, 485 => 163, 482 => 161, 479 => 159, 477 => 158, 470 => 152, 464 => 151, 460 => 150, 454 => 146, 450 => 144, 444 => 142, 441 => 141, 423 => 140, 417 => 136, 415 => 135, 412 => 134, 406 => 131, 402 => 130, 399 => 129, 396 => 128, 392 => 127, 389 => 126, 385 => 124, 374 => 121, 370 => 120, 367 => 119, 363 => 118, 360 => 117, 355 => 114, 346 => 111, 342 => 110, 338 => 109, 334 => 108, 331 => 107, 327 => 106, 315 => 96, 313 => 95, 310 => 94, 304 => 90, 302 => 89, 297 => 86, 285 => 76, 283 => 75, 280 => 74, 277 => 73, 270 => 72, 262 => 69, 256 => 66, 253 => 65, 251 => 64, 247 => 62, 241 => 60, 237 => 58, 235 => 57, 231 => 56, 228 => 55, 225 => 54, 218 => 53, 208 => 49, 205 => 48, 202 => 47, 199 => 46, 190 => 43, 186 => 42, 182 => 41, 179 => 40, 174 => 39, 171 => 38, 157 => 37, 153 => 35, 151 => 34, 145 => 31, 138 => 27, 134 => 26, 131 => 25, 113 => 24, 111 => 23, 105 => 20, 101 => 18, 99 => 17, 96 => 16, 93 => 15, 88 => 13, 83 => 12, 78 => 10, 75 => 9, 72 => 8, 69 => 7, 67 => 6, 64 => 5, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% block toolbar %} + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + {% if collector.messageCount %} + {% set icon %} + {% if profiler_markup_version == 1 %} + \"Swiftmailer\" + {{ collector.messageCount }} + {% else %} + {{ include('@Swiftmailer/Collector/icon.svg') }} + {{ collector.messageCount }} + {% endif %} + {% endset %} + + {% set text %} +
    + Sent messages + {{ collector.messageCount }} +
    + + {% if profiler_markup_version == 1 %} + {% for name in collector.mailers %} +
    + {{ name }} + {{ collector.messageCount(name) }} +
    +
    + Is spooled? + {{ collector.isSpool(name) ? 'yes' : 'no' }} +
    + + {% if not loop.first %} +
    + {% endif %} + {% endfor %} + {% else %} + {% for name in collector.mailers %} +
    + {{ name }} mailer + {{ collector.messageCount(name)|default(0) }} +   ({{ collector.isSpool(name) ? 'spooled' : 'sent' }}) +
    + {% endfor %} + {% endif %} + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': profiler_url }) }} + {% endif %} +{% endblock %} + +{% block menu %} + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + + {% if profiler_markup_version == 1 %} + \"Swiftmailer\" + {% else %} + {{ include('@Swiftmailer/Collector/icon.svg') }} + {% endif %} + + E-Mails + {% if collector.messageCount > 0 %} + + {{ collector.messageCount }} + + {% endif %} + +{% endblock %} + +{% block panel %} + {% set profiler_markup_version = profiler_markup_version|default(1) %} + + {% if profiler_markup_version == 1 %} + + {% endif %} + +

    E-mails

    + + {% if not collector.mailers %} +
    +

    No e-mail messages were sent.

    +
    + {% endif %} + + {% if profiler_markup_version == 1 or collector.mailers|length > 1 %} + + + + + + + + + + + {% for name in collector.mailers %} + + + + + + + {% endfor %} + +
    Mailer NameNum. of messagesMessages statusNotes
    {{ name }}{{ collector.messageCount(name) }}{{ collector.isSpool(name) ? 'spooled' : 'sent' }}{{ collector.isDefaultMailer(name) ? 'This is the default mailer' }}
    + {% else %} +
    + {% for name in collector.mailers %} +
    + {{ collector.messageCount(name) }} + {{ collector.isSpool(name) ? 'spooled' : 'sent' }} {{ collector.messageCount(name) == 1 ? 'message' : 'messages' }} +
    + {% endfor %} +
    + {% endif %} + + {% for name in collector.mailers %} + {% if collector.mailers|length > 1 %} +

    + {{ name }} mailer + {{ collector.isDefaultMailer(name) ? '(default app mailer)' }} +

    + {% endif %} + + {% if not collector.messages(name) %} +
    +

    No e-mail messages were sent.

    +
    + {% else %} + {% for message in collector.messages(name) %} + {% if loop.length > 1 %} +

    E-mail #{{ loop.index }} details

    + {% else %} +

    E-mail details

    + {% endif %} + +
    +
    + Message headers +
    {% for header in message.headers.all %}
    +                            {{- header -}}
    +                        {% endfor %}
    +
    + +
    + Message body +
    +                            {%- if messagePart.charset is defined and message.charset %}
    +                                {{- message.body|convert_encoding('UTF-8', message.charset) }}
    +                            {%- else %}
    +                                {{- message.body }}
    +                            {%- endif -%}
    +                        
    +
    + + {% for messagePart in message.children if messagePart.contentType in ['text/plain', 'text/html'] %} +
    + Alternative part ({{ messagePart.contentType }}) +
    +                                {%- if messagePart.charset is defined and messagePart.charset %}
    +                                    {{- messagePart.body|convert_encoding('UTF-8', messagePart.charset) }}
    +                                {%- else %}
    +                                    {{- messagePart.body }}
    +                                {%- endif -%}
    +                            
    +
    + {% endfor %} + + {% set attachments = collector.extractAttachments(message) %} + {% if attachments %} +
    + + {% if attachments|length > 1 %} + {{ attachments|length }} Attachments + {% else %} + 1 Attachment + {% endif %} + + +
      + {% for attachment in attachments %} +
    1. + Filename: + {{ attachment.filename }} +
    2. + {% endfor %} +
    +
    + {% endif %} +
    + {% endfor %} + {% endif %} + {% endfor %} +{% endblock %} +", "@Swiftmailer/Collector/swiftmailer.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/swiftmailer-bundle/Resources/views/Collector/swiftmailer.html.twig"); + } +} diff --git a/var/cache/dev/twig/d6/d68d098d2f649678a0128af9591fb76d99dc2627a16d1db943a386569364857b.php b/var/cache/dev/twig/d6/d68d098d2f649678a0128af9591fb76d99dc2627a16d1db943a386569364857b.php new file mode 100644 index 00000000..36f94b4c --- /dev/null +++ b/var/cache/dev/twig/d6/d68d098d2f649678a0128af9591fb76d99dc2627a16d1db943a386569364857b.php @@ -0,0 +1,90 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/exception.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/exception.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/exception.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg"); + } +} diff --git a/var/cache/dev/twig/d9/d9b8b245676e3d07879afcc86c913e4d1e9c43f93a0a004db46e4f2fb55c0587.php b/var/cache/dev/twig/d9/d9b8b245676e3d07879afcc86c913e4d1e9c43f93a0a004db46e4f2fb55c0587.php new file mode 100644 index 00000000..6930bf30 --- /dev/null +++ b/var/cache/dev/twig/d9/d9b8b245676e3d07879afcc86c913e4d1e9c43f93a0a004db46e4f2fb55c0587.php @@ -0,0 +1,74 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/travelMagazineSidebarWidget.html.twig")); + + // line 1 + if (( !twig_test_empty((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })())) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 1)))) { + // line 2 + echo " "; + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:travelMagazineSidebarWidget", ["country" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "effectiveCountry", [], "any", false, false, false, 2), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 2, $this->source); })()), "name", [], "any", false, false, false, 2)])); + echo " +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/travelMagazineSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if page is not empty and page.effectiveCountry is not empty %} + {{ render(controller('AppBundle:Component:travelMagazineSidebarWidget', {country: page.effectiveCountry, title:widget.name})) }} +{% endif %} +", "default/components/sidebar/travelMagazineSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/travelMagazineSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/db/db8ecc2c3f099482b769c3d4e8708a1e4cc55f472c45b84b2482116aea8ec800.php b/var/cache/dev/twig/db/db8ecc2c3f099482b769c3d4e8708a1e4cc55f472c45b84b2482116aea8ec800.php new file mode 100644 index 00000000..3553225e --- /dev/null +++ b/var/cache/dev/twig/db/db8ecc2c3f099482b769c3d4e8708a1e4cc55f472c45b84b2482116aea8ec800.php @@ -0,0 +1,261 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar.html.twig")); + + // line 1 + echo " +"; + // line 2 + if (("normal" != (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 2, $this->source); })()))) { + // line 3 + echo "
    env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 3, $this->source); })()), "html", null, true); + echo "\" class=\"sf-minitoolbar\" data-no-turbolink> + env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 7, $this->source); })()), "html", null, true); + echo "').style.display = 'none'; + document.getElementById('sfToolbarClearer-"; + // line 8 + echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 8, $this->source); })()), "html", null, true); + echo "').style.display = 'none'; + elem.style.display = 'block'; + } else { + document.getElementById('sfToolbarMainContent-"; + // line 11 + echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 11, $this->source); })()), "html", null, true); + echo "').style.display = 'block'; + document.getElementById('sfToolbarClearer-"; + // line 12 + echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 12, $this->source); })()), "html", null, true); + echo "').style.display = 'block'; + elem.style.display = 'none' + } + + Sfjs.setPreference('toolbar/displayState', 'block'); + \"> + "; + // line 18 + echo twig_include($this->env, $context, "@WebProfiler/Icon/symfony.svg"); + echo " + +
    + +
    env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 24, $this->source); })()), "html", null, true); + echo "\" style=\"clear: both; height: 36px;\">
    +"; + } + // line 26 + echo " +
    env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 27, $this->source); })()), "html", null, true); + echo "\" class=\"sf-toolbarreset clear-fix\" data-no-turbolink> + "; + // line 28 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["templates"]) || array_key_exists("templates", $context) ? $context["templates"] : (function () { throw new RuntimeError('Variable "templates" does not exist.', 28, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["name"] => $context["template"]) { + // line 29 + echo " "; + if ( $this->loadTemplate($context["template"], "@WebProfiler/Profiler/toolbar.html.twig", 29)->hasBlock("toolbar", $context)) { + // line 30 + echo " "; + $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ["collector" => twig_get_attribute($this->env, $this->source, // line 31 +(isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 31, $this->source); })()), "getcollector", [0 => $context["name"]], "method", false, false, false, 31), "profiler_url" => // line 32 +(isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 32, $this->source); })()), "token" => twig_get_attribute($this->env, $this->source, // line 33 +(isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 33, $this->source); })()), "token", [], "any", false, false, false, 33), "name" => // line 34 +$context["name"], "profiler_markup_version" => // line 35 +(isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 35, $this->source); })())]; + if (!twig_test_iterable($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4)) { + throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 31, $this->getSourceContext()); + } + $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_to_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4); + $context['_parent'] = $context; + $context = $this->env->mergeGlobals(array_merge($context, $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4)); + // line 37 + echo " "; + $this->loadTemplate($context["template"], "@WebProfiler/Profiler/toolbar.html.twig", 37)->displayBlock("toolbar", $context); + echo " + "; + $context = $context['_parent']; + // line 39 + echo " "; + } + // line 40 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['name'], $context['template'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 41 + echo " + "; + // line 42 + if (("normal" != (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 42, $this->source); })()))) { + // line 43 + echo " env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 47, $this->source); })()), "html", null, true); + echo "').style.display = 'block'; + Sfjs.setPreference('toolbar/displayState', 'none'); + \"> + "; + // line 50 + echo twig_include($this->env, $context, "@WebProfiler/Icon/close.svg"); + echo " + + "; + } + // line 53 + echo "
    + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/toolbar.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 180 => 53, 174 => 50, 168 => 47, 162 => 43, 160 => 42, 157 => 41, 143 => 40, 140 => 39, 134 => 37, 126 => 35, 125 => 34, 124 => 33, 123 => 32, 122 => 31, 120 => 30, 117 => 29, 100 => 28, 96 => 27, 93 => 26, 88 => 24, 83 => 22, 76 => 18, 67 => 12, 63 => 11, 57 => 8, 53 => 7, 45 => 3, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{% if 'normal' != position %} + + +
    +{% endif %} + +
    + {% for name, template in templates %} + {% if block('toolbar', template) is defined %} + {% with { + collector: profile.getcollector(name), + profiler_url: profiler_url, + token: profile.token, + name: name, + profiler_markup_version: profiler_markup_version + } %} + {{ block('toolbar', template) }} + {% endwith %} + {% endif %} + {% endfor %} + + {% if 'normal' != position %} + + {{ include('@WebProfiler/Icon/close.svg') }} + + {% endif %} +
    + +", "@WebProfiler/Profiler/toolbar.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig"); + } +} diff --git a/var/cache/dev/twig/dd/ddca33fa3c626ceaf820ba759d2c701af7b70334ffeafd299cb8df34378ad462.php b/var/cache/dev/twig/dd/ddca33fa3c626ceaf820ba759d2c701af7b70334ffeafd299cb8df34378ad462.php new file mode 100644 index 00000000..3b437dc8 --- /dev/null +++ b/var/cache/dev/twig/dd/ddca33fa3c626ceaf820ba759d2c701af7b70334ffeafd299cb8df34378ad462.php @@ -0,0 +1,564 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'body' => [$this, 'block_body'], + 'summary' => [$this, 'block_summary'], + 'panel' => [$this, 'block_panel'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig")); + + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 3 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + // line 4 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Profiler/header.html.twig", array(), false); + echo " + +
    + "; + // line 7 + $this->displayBlock('summary', $context, $blocks); + // line 83 + echo "
    + +
    +
    +
    +
    + "; + // line 89 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/base_js.html.twig"); + echo " + "; + // line 90 + $this->displayBlock('panel', $context, $blocks); + // line 91 + echo "
    +
    + +
    +
    +
    + + "; + // line 98 + echo twig_include($this->env, $context, "@WebProfiler/Icon/menu.svg"); + echo " + + + extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search", ["limit" => 10]); + echo "\">Last 10 + env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", twig_array_merge(["token" => "latest"], twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 102, $this->source); })()), "query", [], "any", false, false, false, 102), "all", [], "any", false, false, false, 102))), "html", null, true); + echo "\">Latest + + + "; + // line 105 + echo twig_include($this->env, $context, "@WebProfiler/Icon/search.svg"); + echo " Search + + + "; + // line 108 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search_bar", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 108, $this->source); })()), "query", [], "any", false, false, false, 108), "all", [], "any", false, false, false, 108))); + echo " +
    +
    + + "; + // line 112 + if ((isset($context["templates"]) || array_key_exists("templates", $context))) { + // line 113 + echo "
      + "; + // line 114 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["templates"]) || array_key_exists("templates", $context) ? $context["templates"] : (function () { throw new RuntimeError('Variable "templates" does not exist.', 114, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["name"] => $context["template"]) { + // line 115 + echo " "; + ob_start(); + // line 116 + if ( $this->loadTemplate($context["template"], "@WebProfiler/Profiler/layout.html.twig", 116)->hasBlock("menu", $context)) { + // line 117 + $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ["collector" => twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 117, $this->source); })()), "getcollector", [0 => $context["name"]], "method", false, false, false, 117), "profiler_markup_version" => (isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 117, $this->source); })())]; + if (!twig_test_iterable($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4)) { + throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 117, $this->getSourceContext()); + } + $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_to_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4); + $context['_parent'] = $context; + $context = $this->env->mergeGlobals(array_merge($context, $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4)); + // line 118 + $this->loadTemplate($context["template"], "@WebProfiler/Profiler/layout.html.twig", 118)->displayBlock("menu", $context); + $context = $context['_parent']; + } + $context["menu"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 122 + echo " "; + if ( !twig_test_empty((isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 122, $this->source); })()))) { + // line 123 + echo "
    • env, $context["name"], "html", null, true); + echo " "; + echo ((($context["name"] == (isset($context["panel"]) || array_key_exists("panel", $context) ? $context["panel"] : (function () { throw new RuntimeError('Variable "panel" does not exist.', 123, $this->source); })()))) ? ("selected") : ("")); + echo "\"> + env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 124, $this->source); })()), "panel" => $context["name"]]), "html", null, true); + echo "\">"; + echo (isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 124, $this->source); })()); + echo " +
    • + "; + } + // line 127 + echo " "; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['name'], $context['template'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 128 + echo "
    + "; + } + // line 130 + echo "
    +
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 7 + public function block_summary($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "summary")); + + // line 8 + echo " "; + if ((isset($context["profile"]) || array_key_exists("profile", $context))) { + // line 9 + echo " "; + $context["status_code"] = ((twig_in_filter("request", twig_get_array_keys_filter(twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 9, $this->source); })()), "collectors", [], "any", false, false, false, 9)))) ? (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["profile"] ?? null), "getcollector", [0 => "request"], "method", false, true, false, 9), "statuscode", [], "any", true, true, false, 9)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["profile"] ?? null), "getcollector", [0 => "request"], "method", false, true, false, 9), "statuscode", [], "any", false, false, false, 9), 0)) : (0))) : (0)); + // line 10 + echo " "; + $context["css_class"] = ((((isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 10, $this->source); })()) > 399)) ? ("status-error") : (((((isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 10, $this->source); })()) > 299)) ? ("status-warning") : ("status-success")))); + // line 11 + echo " +
    env, (isset($context["css_class"]) || array_key_exists("css_class", $context) ? $context["css_class"] : (function () { throw new RuntimeError('Variable "css_class" does not exist.', 12, $this->source); })()), "html", null, true); + echo "\"> +
    +

    + "; + // line 15 + if (twig_in_filter(twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 15, $this->source); })()), "method", [], "any", false, false, false, 15)), [0 => "GET", 1 => "HEAD"])) { + // line 16 + echo " env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 16, $this->source); })()), "url", [], "any", false, false, false, 16), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 16, $this->source); })()), "url", [], "any", false, false, false, 16), "html", null, true); + echo " + "; + } else { + // line 18 + echo " "; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 18, $this->source); })()), "url", [], "any", false, false, false, 18), "html", null, true); + echo " + "; + } + // line 20 + echo "

    + + "; + // line 22 + $context["request_collector"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["profile"] ?? null), "collectors", [], "any", false, true, false, 22), "request", [], "any", true, true, false, 22)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["profile"] ?? null), "collectors", [], "any", false, true, false, 22), "request", [], "any", false, false, false, 22), false)) : (false)); + // line 23 + echo " "; + if (((isset($context["request_collector"]) || array_key_exists("request_collector", $context)) && twig_get_attribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 23, $this->source); })()), "redirect", [], "any", false, false, false, 23))) { + // line 24 + $context["redirect"] = twig_get_attribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 24, $this->source); })()), "redirect", [], "any", false, false, false, 24); + // line 25 + $context["controller"] = twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 25, $this->source); })()), "controller", [], "any", false, false, false, 25); + // line 26 + $context["redirect_route"] = ("@" . twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 26, $this->source); })()), "route", [], "any", false, false, false, 26)); + // line 27 + echo "
    +
    + "; + // line 29 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 29, $this->source); })()), "status_code", [], "any", false, false, false, 29), "html", null, true); + echo " + Redirect from +
    +
    + "; + // line 33 + ((("GET" != twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 33, $this->source); })()), "method", [], "any", false, false, false, 33))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 33, $this->source); })()), "method", [], "any", false, false, false, 33), "html", null, true))) : (print (""))); + echo " + "; + // line 34 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["redirect"] ?? null), "controller", [], "any", false, true, false, 34), "class", [], "any", true, true, false, 34)) { + // line 35 + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 35, $this->source); })()), "file", [], "any", false, false, false, 35), twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 35, $this->source); })()), "line", [], "any", false, false, false, 35)); + // line 36 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 36, $this->source); })())) { + echo "env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 36, $this->source); })()), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 36, $this->source); })()), "file", [], "any", false, false, false, 36), "html", null, true); + echo "\">"; + } + // line 37 + echo twig_escape_filter($this->env, (isset($context["redirect_route"]) || array_key_exists("redirect_route", $context) ? $context["redirect_route"] : (function () { throw new RuntimeError('Variable "redirect_route" does not exist.', 37, $this->source); })()), "html", null, true); + // line 38 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 38, $this->source); })())) { + echo ""; + } + } else { + // line 40 + echo twig_escape_filter($this->env, (isset($context["redirect_route"]) || array_key_exists("redirect_route", $context) ? $context["redirect_route"] : (function () { throw new RuntimeError('Variable "redirect_route" does not exist.', 40, $this->source); })()), "html", null, true); + } + // line 42 + echo " (env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 42, $this->source); })()), "token", [], "any", false, false, false, 42), "panel" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 42, $this->source); })()), "query", [], "any", false, false, false, 42), "get", [0 => "panel", 1 => "request"], "method", false, false, false, 42)]), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 42, $this->source); })()), "token", [], "any", false, false, false, 42), "html", null, true); + echo ") +
    +
    "; + } + // line 46 + echo " + "; + // line 47 + if ((((isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 47, $this->source); })()) && ((twig_get_attribute($this->env, $this->source, ($context["request_collector"] ?? null), "forward", [], "any", true, true, false, 47)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["request_collector"] ?? null), "forward", [], "any", false, false, false, 47), false)) : (false))) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["request_collector"] ?? null), "forward", [], "any", false, true, false, 47), "controller", [], "any", false, true, false, 47), "class", [], "any", true, true, false, 47))) { + // line 48 + $context["forward"] = twig_get_attribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 48, $this->source); })()), "forward", [], "any", false, false, false, 48); + // line 49 + $context["controller"] = twig_get_attribute($this->env, $this->source, (isset($context["forward"]) || array_key_exists("forward", $context) ? $context["forward"] : (function () { throw new RuntimeError('Variable "forward" does not exist.', 49, $this->source); })()), "controller", [], "any", false, false, false, 49); + // line 50 + echo "
    +
    Forwarded to
    +
    + "; + // line 53 + $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 53, $this->source); })()), "file", [], "any", false, false, false, 53), twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 53, $this->source); })()), "line", [], "any", false, false, false, 53)); + // line 54 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 54, $this->source); })())) { + echo "env, (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 54, $this->source); })()), "html", null, true); + echo "\" title=\""; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 54, $this->source); })()), "file", [], "any", false, false, false, 54), "html", null, true); + echo "\">"; + } + // line 55 + echo twig_escape_filter($this->env, strip_tags($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 55, $this->source); })()), "class", [], "any", false, false, false, 55))), "html", null, true); + // line 56 + ((twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 56, $this->source); })()), "method", [], "any", false, false, false, 56)) ? (print (twig_escape_filter($this->env, (" :: " . twig_get_attribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 56, $this->source); })()), "method", [], "any", false, false, false, 56)), "html", null, true))) : (print (""))); + // line 57 + if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 57, $this->source); })())) { + echo ""; + } + // line 58 + echo " (env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, (isset($context["forward"]) || array_key_exists("forward", $context) ? $context["forward"] : (function () { throw new RuntimeError('Variable "forward" does not exist.', 58, $this->source); })()), "token", [], "any", false, false, false, 58)]), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["forward"]) || array_key_exists("forward", $context) ? $context["forward"] : (function () { throw new RuntimeError('Variable "forward" does not exist.', 58, $this->source); })()), "token", [], "any", false, false, false, 58), "html", null, true); + echo ") +
    +
    "; + } + // line 62 + echo " +
    +
    Method
    +
    "; + // line 65 + echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 65, $this->source); })()), "method", [], "any", false, false, false, 65)), "html", null, true); + echo "
    + +
    HTTP Status
    +
    "; + // line 68 + echo twig_escape_filter($this->env, (isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 68, $this->source); })()), "html", null, true); + echo "
    + +
    IP
    +
    "; + // line 71 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 71, $this->source); })()), "ip", [], "any", false, false, false, 71), "html", null, true); + echo "
    + +
    Profiled on
    +
    "; + // line 74 + echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 74, $this->source); })()), "time", [], "any", false, false, false, 74), "r"), "html", null, true); + echo "
    + +
    Token
    +
    "; + // line 77 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 77, $this->source); })()), "token", [], "any", false, false, false, 77), "html", null, true); + echo "
    +
    +
    +
    + "; + } + // line 82 + echo " "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 90 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + echo ""; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/layout.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 400 => 90, 393 => 82, 385 => 77, 379 => 74, 373 => 71, 367 => 68, 361 => 65, 356 => 62, 347 => 58, 343 => 57, 341 => 56, 339 => 55, 331 => 54, 329 => 53, 324 => 50, 322 => 49, 320 => 48, 318 => 47, 315 => 46, 306 => 42, 303 => 40, 298 => 38, 296 => 37, 288 => 36, 286 => 35, 284 => 34, 280 => 33, 273 => 29, 269 => 27, 267 => 26, 265 => 25, 263 => 24, 260 => 23, 258 => 22, 254 => 20, 248 => 18, 240 => 16, 238 => 15, 232 => 12, 229 => 11, 226 => 10, 223 => 9, 220 => 8, 213 => 7, 203 => 130, 199 => 128, 185 => 127, 177 => 124, 170 => 123, 167 => 122, 162 => 118, 154 => 117, 152 => 116, 149 => 115, 132 => 114, 129 => 113, 127 => 112, 120 => 108, 114 => 105, 108 => 104, 103 => 102, 99 => 101, 93 => 98, 84 => 91, 82 => 90, 78 => 89, 70 => 83, 68 => 7, 61 => 4, 54 => 3, 37 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/base.html.twig' %} + +{% block body %} + {{ include('@WebProfiler/Profiler/header.html.twig', with_context = false) }} + +
    + {% block summary %} + {% if profile is defined %} + {% set status_code = ('request' in profile.collectors|keys) ? profile.getcollector('request').statuscode|default(0) : 0 %} + {% set css_class = status_code > 399 ? 'status-error' : status_code > 299 ? 'status-warning' : 'status-success' %} + +
    +
    +

    + {% if profile.method|upper in ['GET', 'HEAD'] %} + {{ profile.url }} + {% else %} + {{ profile.url }} + {% endif %} +

    + + {% set request_collector = profile.collectors.request|default(false) %} + {% if request_collector is defined and request_collector.redirect -%} + {%- set redirect = request_collector.redirect -%} + {%- set controller = redirect.controller -%} + {%- set redirect_route = '@' ~ redirect.route %} +
    +
    + {{ redirect.status_code }} + Redirect from +
    +
    + {{ 'GET' != redirect.method ? redirect.method }} + {% if redirect.controller.class is defined -%} + {%- set link = controller.file|file_link(controller.line) -%} + {% if link %}{% endif -%} + {{ redirect_route }} + {%- if link %}{% endif -%} + {%- else -%} + {{ redirect_route }} + {%- endif %} + ({{ redirect.token }}) +
    +
    + {%- endif %} + + {% if request_collector and request_collector.forward|default(false) and request_collector.forward.controller.class is defined -%} + {%- set forward = request_collector.forward -%} + {%- set controller = forward.controller -%} +
    +
    Forwarded to
    +
    + {% set link = controller.file|file_link(controller.line) -%} + {%- if link %}{% endif -%} + {{- controller.class|abbr_class|striptags -}} + {{- controller.method ? ' :: ' ~ controller.method }} + {%- if link %}{% endif %} + ({{ forward.token }}) +
    +
    + {%- endif %} + +
    +
    Method
    +
    {{ profile.method|upper }}
    + +
    HTTP Status
    +
    {{ status_code }}
    + +
    IP
    +
    {{ profile.ip }}
    + +
    Profiled on
    +
    {{ profile.time|date('r') }}
    + +
    Token
    +
    {{ profile.token }}
    +
    +
    +
    + {% endif %} + {% endblock %} +
    + +
    +
    +
    +
    + {{ include('@WebProfiler/Profiler/base_js.html.twig') }} + {% block panel '' %} +
    +
    + +
    +
    +
    + + {{ include('@WebProfiler/Icon/menu.svg') }} + + + Last 10 + Latest + + + {{ include('@WebProfiler/Icon/search.svg') }} Search + + + {{ render(path('_profiler_search_bar', request.query.all)) }} +
    +
    + + {% if templates is defined %} +
      + {% for name, template in templates %} + {% set menu -%} + {%- if block('menu', template) is defined -%} + {% with { collector: profile.getcollector(name), profiler_markup_version: profiler_markup_version } %} + {{- block('menu', template) -}} + {% endwith %} + {%- endif -%} + {%- endset %} + {% if menu is not empty %} +
    • + {{ menu|raw }} +
    • + {% endif %} + {% endfor %} +
    + {% endif %} +
    +
    +
    +{% endblock %} +", "@WebProfiler/Profiler/layout.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig"); + } +} diff --git a/var/cache/dev/twig/e2/e2c8b0d35e72ca648ca73a0165fb399a517f6537947b0f64150af9b1660c75be.php b/var/cache/dev/twig/e2/e2c8b0d35e72ca648ca73a0165fb399a517f6537947b0f64150af9b1660c75be.php new file mode 100644 index 00000000..11026e30 --- /dev/null +++ b/var/cache/dev/twig/e2/e2c8b0d35e72ca648ca73a0165fb399a517f6537947b0f64150af9b1660c75be.php @@ -0,0 +1,72 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Icon/ajax.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Icon/ajax.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@WebProfiler/Icon/ajax.svg", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/ajax.svg"); + } +} diff --git a/var/cache/dev/twig/e4/e4a2664e1892cea3ca3a5deb2153ea2421d5d7ebc9ed21af612a58193d26a186.php b/var/cache/dev/twig/e4/e4a2664e1892cea3ca3a5deb2153ea2421d5d7ebc9ed21af612a58193d26a186.php new file mode 100644 index 00000000..3d5a45c8 --- /dev/null +++ b/var/cache/dev/twig/e4/e4a2664e1892cea3ca3a5deb2153ea2421d5d7ebc9ed21af612a58193d26a186.php @@ -0,0 +1,1579 @@ +source = $this->getSourceContext(); + + $this->blocks = [ + 'toolbar' => [$this, 'block_toolbar'], + 'menu' => [$this, 'block_menu'], + 'panel' => [$this, 'block_panel'], + 'panelContent' => [$this, 'block_panelContent'], + ]; + } + + protected function doGetParent(array $context) + { + // line 1 + return "@WebProfiler/Profiler/layout.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/time.html.twig")); + + // line 3 + $macros["helper"] = $this->macros["helper"] = $this; + // line 5 + if ( !(isset($context["colors"]) || array_key_exists("colors", $context))) { + // line 6 + $context["colors"] = ["default" => "#999", "section" => "#444", "event_listener" => "#00B8F5", "event_listener_loading" => "#00B8F5", "template" => "#66CC00", "doctrine" => "#FF6633", "propel" => "#FF6633"]; + } + // line 1 + $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/time.html.twig", 1); + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 17 + public function block_toolbar($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar")); + + // line 18 + echo " "; + $context["total_time"] = ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "events", [], "any", false, false, false, 18))) ? (sprintf("%.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "duration", [], "any", false, false, false, 18))) : ("n/a")); + // line 19 + echo " "; + $context["initialization_time"] = ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "events", [], "any", false, false, false, 19))) ? (sprintf("%.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 19, $this->source); })()), "inittime", [], "any", false, false, false, 19))) : ("n/a")); + // line 20 + echo " "; + $context["status_color"] = (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 20, $this->source); })()), "events", [], "any", false, false, false, 20)) && (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 20, $this->source); })()), "duration", [], "any", false, false, false, 20) > 1000))) ? ("yellow") : ("")); + // line 21 + echo " + "; + // line 22 + ob_start(); + // line 23 + echo " "; + echo twig_include($this->env, $context, "@WebProfiler/Icon/time.svg"); + echo " + "; + // line 24 + echo twig_escape_filter($this->env, (isset($context["total_time"]) || array_key_exists("total_time", $context) ? $context["total_time"] : (function () { throw new RuntimeError('Variable "total_time" does not exist.', 24, $this->source); })()), "html", null, true); + echo " + ms + "; + $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 27 + echo " + "; + // line 28 + ob_start(); + // line 29 + echo "
    + Total time + "; + // line 31 + echo twig_escape_filter($this->env, (isset($context["total_time"]) || array_key_exists("total_time", $context) ? $context["total_time"] : (function () { throw new RuntimeError('Variable "total_time" does not exist.', 31, $this->source); })()), "html", null, true); + echo " ms +
    +
    + Initialization time + "; + // line 35 + echo twig_escape_filter($this->env, (isset($context["initialization_time"]) || array_key_exists("initialization_time", $context) ? $context["initialization_time"] : (function () { throw new RuntimeError('Variable "initialization_time" does not exist.', 35, $this->source); })()), "html", null, true); + echo " ms +
    + "; + $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); + // line 38 + echo " + "; + // line 39 + echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 39, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 39, $this->source); })())]); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 42 + public function block_menu($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu")); + + // line 43 + echo " + "; + // line 44 + echo twig_include($this->env, $context, "@WebProfiler/Icon/time.svg"); + echo " + Performance + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 49 + public function block_panel($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel")); + + // line 50 + echo "

    Performance metrics

    + +
    +
    + "; + // line 54 + echo twig_escape_filter($this->env, sprintf("%.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 54, $this->source); })()), "duration", [], "any", false, false, false, 54)), "html", null, true); + echo " ms + Total execution time +
    + +
    + "; + // line 59 + echo twig_escape_filter($this->env, sprintf("%.0f", twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 59, $this->source); })()), "inittime", [], "any", false, false, false, 59)), "html", null, true); + echo " ms + Symfony initialization +
    + + "; + // line 63 + if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 63, $this->source); })()), "collectors", [], "any", false, false, false, 63), "memory", [], "any", false, false, false, 63)) { + // line 64 + echo "
    + "; + // line 65 + echo twig_escape_filter($this->env, sprintf("%.2f", ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 65, $this->source); })()), "collectors", [], "any", false, false, false, 65), "memory", [], "any", false, false, false, 65), "memory", [], "any", false, false, false, 65) / 1024) / 1024)), "html", null, true); + echo " MB + Peak memory usage +
    + "; + } + // line 69 + echo " + "; + // line 70 + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 70, $this->source); })()), "children", [], "any", false, false, false, 70)) > 0)) { + // line 71 + echo "
    + +
    + "; + // line 74 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 74, $this->source); })()), "children", [], "any", false, false, false, 74)), "html", null, true); + echo " + Sub-Request"; + // line 75 + echo (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 75, $this->source); })()), "children", [], "any", false, false, false, 75)) > 1)) ? ("s") : ("")); + echo " +
    + + "; + // line 78 + $context["subrequests_time"] = 0; + // line 79 + echo " "; + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 79, $this->source); })()), "children", [], "any", false, false, false, 79)); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 80 + echo " "; + $context["subrequests_time"] = ((isset($context["subrequests_time"]) || array_key_exists("subrequests_time", $context) ? $context["subrequests_time"] : (function () { throw new RuntimeError('Variable "subrequests_time" does not exist.', 80, $this->source); })()) + twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child"], "getcollector", [0 => "time"], "method", false, false, false, 80), "events", [], "any", false, false, false, 80), "__section__", [], "any", false, false, false, 80), "duration", [], "any", false, false, false, 80)); + // line 81 + echo " "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 82 + echo " +
    + "; + // line 84 + echo twig_escape_filter($this->env, (isset($context["subrequests_time"]) || array_key_exists("subrequests_time", $context) ? $context["subrequests_time"] : (function () { throw new RuntimeError('Variable "subrequests_time" does not exist.', 84, $this->source); })()), "html", null, true); + echo " ms + Sub-Request"; + // line 85 + echo (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 85, $this->source); })()), "children", [], "any", false, false, false, 85)) > 1)) ? ("s") : ("")); + echo " time +
    + "; + } + // line 88 + echo "
    + +

    Execution timeline

    + + "; + // line 92 + if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 92, $this->source); })()), "events", [], "any", false, false, false, 92))) { + // line 93 + echo "
    +

    No timing events have been recorded. Are you sure that debugging is enabled in the kernel?

    +
    + "; + } else { + // line 97 + echo " "; + $this->displayBlock("panelContent", $context, $blocks); + echo " + "; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 101 + public function block_panelContent($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panelContent")); + + // line 102 + echo "
    + + + ms + (timeline only displays events with a duration longer than this threshold) +
    + + "; + // line 109 + if (twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 109, $this->source); })()), "parent", [], "any", false, false, false, 109)) { + // line 110 + echo "

    + Sub-Request "; + // line 111 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 111, $this->source); })()), "getcollector", [0 => "request"], "method", false, false, false, 111), "requestattributes", [], "any", false, false, false, 111), "get", [0 => "_controller"], "method", false, false, false, 111), "html", null, true); + echo " + + "; + // line 113 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 113, $this->source); })()), "events", [], "any", false, false, false, 113), "__section__", [], "any", false, false, false, 113), "duration", [], "any", false, false, false, 113), "html", null, true); + echo " ms + env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 114, $this->source); })()), "parent", [], "any", false, false, false, 114), "token", [], "any", false, false, false, 114), "panel" => "time"]), "html", null, true); + echo "\">Return to parent request + +

    + "; + } elseif ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, // line 117 +(isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 117, $this->source); })()), "children", [], "any", false, false, false, 117)) > 0)) { + // line 118 + echo "

    + Main Request "; + // line 119 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 119, $this->source); })()), "events", [], "any", false, false, false, 119), "__section__", [], "any", false, false, false, 119), "duration", [], "any", false, false, false, 119), "html", null, true); + echo " ms +

    + "; + } + // line 122 + echo " + "; + // line 123 + echo twig_call_macro($macros["helper"], "macro_display_timeline", [("timeline_" . (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 123, $this->source); })())), twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 123, $this->source); })()), "events", [], "any", false, false, false, 123), (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 123, $this->source); })())], 123, $context, $this->getSourceContext()); + echo " + + "; + // line 125 + if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 125, $this->source); })()), "children", [], "any", false, false, false, 125))) { + // line 126 + echo "

    Note: sections with a striped background correspond to sub-requests.

    + +

    Sub-requests ("; + // line 128 + echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 128, $this->source); })()), "children", [], "any", false, false, false, 128)), "html", null, true); + echo ")

    + + "; + // line 130 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 130, $this->source); })()), "children", [], "any", false, false, false, 130)); + foreach ($context['_seq'] as $context["_key"] => $context["child"]) { + // line 131 + echo " "; + $context["events"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child"], "getcollector", [0 => "time"], "method", false, false, false, 131), "events", [], "any", false, false, false, 131); + // line 132 + echo "

    + env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => twig_get_attribute($this->env, $this->source, $context["child"], "token", [], "any", false, false, false, 133), "panel" => "time"]), "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["child"], "getcollector", [0 => "request"], "method", false, false, false, 133), "requestattributes", [], "any", false, false, false, 133), "get", [0 => "_controller"], "method", false, false, false, 133), "html", null, true); + echo " + "; + // line 134 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["events"]) || array_key_exists("events", $context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.', 134, $this->source); })()), "__section__", [], "any", false, false, false, 134), "duration", [], "any", false, false, false, 134), "html", null, true); + echo " ms +

    + + "; + // line 137 + echo twig_call_macro($macros["helper"], "macro_display_timeline", [("timeline_" . twig_get_attribute($this->env, $this->source, $context["child"], "token", [], "any", false, false, false, 137)), (isset($context["events"]) || array_key_exists("events", $context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.', 137, $this->source); })()), (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 137, $this->source); })())], 137, $context, $this->getSourceContext()); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 139 + echo " "; + } + // line 140 + echo " + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 501 + public function macro_dump_request_data($__token__ = null, $__profile__ = null, $__events__ = null, $__origin__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "token" => $__token__, + "profile" => $__profile__, + "events" => $__events__, + "origin" => $__origin__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "dump_request_data")); + + // line 503 + $macros["__internal_467e0580fdd6352f9864c229381612addb8f8c26753cf3a1c57abf02e20a415b"] = $this; + // line 504 + echo " { + \"id\": \""; + // line 505 + echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 505, $this->source); })()), "js", null, true); + echo "\", + \"left\": "; + // line 506 + echo twig_escape_filter($this->env, sprintf("%F", (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["events"]) || array_key_exists("events", $context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.', 506, $this->source); })()), "__section__", [], "any", false, false, false, 506), "origin", [], "any", false, false, false, 506) - (isset($context["origin"]) || array_key_exists("origin", $context) ? $context["origin"] : (function () { throw new RuntimeError('Variable "origin" does not exist.', 506, $this->source); })()))), "js", null, true); + echo ", + \"events\": [ +"; + // line 508 + echo twig_call_macro($macros["__internal_467e0580fdd6352f9864c229381612addb8f8c26753cf3a1c57abf02e20a415b"], "macro_dump_events", [(isset($context["events"]) || array_key_exists("events", $context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.', 508, $this->source); })())], 508, $context, $this->getSourceContext()); + echo " + ] + } +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + // line 514 + public function macro_dump_events($__events__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "events" => $__events__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "dump_events")); + + // line 516 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["events"]) || array_key_exists("events", $context) ? $context["events"] : (function () { throw new RuntimeError('Variable "events" does not exist.', 516, $this->source); })())); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["name"] => $context["event"]) { + // line 517 + if (("__section__" != $context["name"])) { + // line 518 + echo " { + \"name\": \""; + // line 519 + echo twig_escape_filter($this->env, $context["name"], "js", null, true); + echo "\", + \"category\": \""; + // line 520 + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["event"], "category", [], "any", false, false, false, 520), "js", null, true); + echo "\", + \"origin\": "; + // line 521 + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["event"], "origin", [], "any", false, false, false, 521)), "js", null, true); + echo ", + \"starttime\": "; + // line 522 + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["event"], "starttime", [], "any", false, false, false, 522)), "js", null, true); + echo ", + \"endtime\": "; + // line 523 + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["event"], "endtime", [], "any", false, false, false, 523)), "js", null, true); + echo ", + \"duration\": "; + // line 524 + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["event"], "duration", [], "any", false, false, false, 524)), "js", null, true); + echo ", + \"memory\": "; + // line 525 + echo twig_escape_filter($this->env, sprintf("%.1F", ((twig_get_attribute($this->env, $this->source, $context["event"], "memory", [], "any", false, false, false, 525) / 1024) / 1024)), "js", null, true); + echo ", + \"periods\": ["; + // line 527 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["event"], "periods", [], "any", false, false, false, 527)); + $context['loop'] = [ + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ]; + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context["_key"] => $context["period"]) { + // line 528 + echo "{\"start\": "; + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["period"], "starttime", [], "any", false, false, false, 528)), "js", null, true); + echo ", \"end\": "; + echo twig_escape_filter($this->env, sprintf("%F", twig_get_attribute($this->env, $this->source, $context["period"], "endtime", [], "any", false, false, false, 528)), "js", null, true); + echo "}"; + echo ((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 528)) ? ("") : (", ")); + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['period'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 530 + echo "] + }"; + // line 531 + echo ((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 531)) ? ("") : (",")); + echo " +"; + } + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['name'], $context['event'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + // line 537 + public function macro_display_timeline($__id__ = null, $__events__ = null, $__colors__ = null, ...$__varargs__) + { + $macros = $this->macros; + $context = $this->env->mergeGlobals([ + "id" => $__id__, + "events" => $__events__, + "colors" => $__colors__, + "varargs" => $__varargs__, + ]); + + $blocks = []; + + ob_start(); + try { + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "display_timeline")); + + // line 538 + echo "
    +
    + "; + // line 540 + $context['_parent'] = $context; + $context['_seq'] = twig_ensure_traversable((isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 540, $this->source); })())); + foreach ($context['_seq'] as $context["category"] => $context["color"]) { + // line 541 + echo " env, $context["color"], "html", null, true); + echo "\">"; + echo twig_escape_filter($this->env, $context["category"], "html", null, true); + echo " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['category'], $context['color'], $context['_parent'], $context['loop']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 543 + echo "
    + env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 544, $this->source); })()), "html", null, true); + echo "\" class=\"timeline\"> +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + + return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); + } finally { + ob_end_clean(); + } + } + + public function getTemplateName() + { + return "@WebProfiler/Collector/time.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 1000 => 544, 997 => 543, 986 => 541, 982 => 540, 978 => 538, 960 => 537, 933 => 531, 930 => 530, 911 => 528, 894 => 527, 890 => 525, 886 => 524, 882 => 523, 878 => 522, 874 => 521, 870 => 520, 866 => 519, 863 => 518, 861 => 517, 844 => 516, 828 => 514, 812 => 508, 807 => 506, 803 => 505, 800 => 504, 798 => 503, 779 => 501, 771 => 498, 737 => 466, 719 => 463, 702 => 462, 699 => 461, 697 => 460, 692 => 458, 687 => 456, 411 => 183, 367 => 141, 364 => 140, 361 => 139, 353 => 137, 347 => 134, 341 => 133, 338 => 132, 335 => 131, 331 => 130, 326 => 128, 322 => 126, 320 => 125, 315 => 123, 312 => 122, 306 => 119, 303 => 118, 301 => 117, 295 => 114, 291 => 113, 286 => 111, 283 => 110, 281 => 109, 272 => 102, 265 => 101, 254 => 97, 248 => 93, 246 => 92, 240 => 88, 234 => 85, 230 => 84, 226 => 82, 220 => 81, 217 => 80, 212 => 79, 210 => 78, 204 => 75, 200 => 74, 195 => 71, 193 => 70, 190 => 69, 183 => 65, 180 => 64, 178 => 63, 171 => 59, 163 => 54, 157 => 50, 150 => 49, 139 => 44, 136 => 43, 129 => 42, 120 => 39, 117 => 38, 111 => 35, 104 => 31, 100 => 29, 98 => 28, 95 => 27, 89 => 24, 84 => 23, 82 => 22, 79 => 21, 76 => 20, 73 => 19, 70 => 18, 63 => 17, 55 => 1, 52 => 6, 50 => 5, 48 => 3, 38 => 1,); + } + + public function getSourceContext() + { + return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %} + +{% import _self as helper %} + +{% if colors is not defined %} + {% set colors = { + 'default': '#999', + 'section': '#444', + 'event_listener': '#00B8F5', + 'event_listener_loading': '#00B8F5', + 'template': '#66CC00', + 'doctrine': '#FF6633', + 'propel': '#FF6633', + } %} +{% endif %} + +{% block toolbar %} + {% set total_time = collector.events|length ? '%.0f'|format(collector.duration) : 'n/a' %} + {% set initialization_time = collector.events|length ? '%.0f'|format(collector.inittime) : 'n/a' %} + {% set status_color = collector.events|length and collector.duration > 1000 ? 'yellow' : '' %} + + {% set icon %} + {{ include('@WebProfiler/Icon/time.svg') }} + {{ total_time }} + ms + {% endset %} + + {% set text %} +
    + Total time + {{ total_time }} ms +
    +
    + Initialization time + {{ initialization_time }} ms +
    + {% endset %} + + {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} +{% endblock %} + +{% block menu %} + + {{ include('@WebProfiler/Icon/time.svg') }} + Performance + +{% endblock %} + +{% block panel %} +

    Performance metrics

    + +
    +
    + {{ '%.0f'|format(collector.duration) }} ms + Total execution time +
    + +
    + {{ '%.0f'|format(collector.inittime) }} ms + Symfony initialization +
    + + {% if profile.collectors.memory %} +
    + {{ '%.2f'|format(profile.collectors.memory.memory / 1024 / 1024) }} MB + Peak memory usage +
    + {% endif %} + + {% if profile.children|length > 0 %} +
    + +
    + {{ profile.children|length }} + Sub-Request{{ profile.children|length > 1 ? 's' }} +
    + + {% set subrequests_time = 0 %} + {% for child in profile.children %} + {% set subrequests_time = subrequests_time + child.getcollector('time').events.__section__.duration %} + {% endfor %} + +
    + {{ subrequests_time }} ms + Sub-Request{{ profile.children|length > 1 ? 's' }} time +
    + {% endif %} +
    + +

    Execution timeline

    + + {% if collector.events is empty %} +
    +

    No timing events have been recorded. Are you sure that debugging is enabled in the kernel?

    +
    + {% else %} + {{ block('panelContent') }} + {% endif %} +{% endblock %} + +{% block panelContent %} +
    + + + ms + (timeline only displays events with a duration longer than this threshold) +
    + + {% if profile.parent %} +

    + Sub-Request {{ profile.getcollector('request').requestattributes.get('_controller') }} + + {{ collector.events.__section__.duration }} ms + Return to parent request + +

    + {% elseif profile.children|length > 0 %} +

    + Main Request {{ collector.events.__section__.duration }} ms +

    + {% endif %} + + {{ helper.display_timeline('timeline_' ~ token, collector.events, colors) }} + + {% if profile.children|length %} +

    Note: sections with a striped background correspond to sub-requests.

    + +

    Sub-requests ({{ profile.children|length }})

    + + {% for child in profile.children %} + {% set events = child.getcollector('time').events %} +

    + {{ child.getcollector('request').requestattributes.get('_controller') }} + {{ events.__section__.duration }} ms +

    + + {{ helper.display_timeline('timeline_' ~ child.token, events, colors) }} + {% endfor %} + {% endif %} + + +{% endblock %} + +{% macro dump_request_data(token, profile, events, origin) %} +{% autoescape 'js' %} +{% from _self import dump_events %} + { + \"id\": \"{{ token }}\", + \"left\": {{ \"%F\"|format(events.__section__.origin - origin) }}, + \"events\": [ +{{ dump_events(events) }} + ] + } +{% endautoescape %} +{% endmacro %} + +{% macro dump_events(events) %} +{% autoescape 'js' %} +{% for name, event in events %} +{% if '__section__' != name %} + { + \"name\": \"{{ name }}\", + \"category\": \"{{ event.category }}\", + \"origin\": {{ \"%F\"|format(event.origin) }}, + \"starttime\": {{ \"%F\"|format(event.starttime) }}, + \"endtime\": {{ \"%F\"|format(event.endtime) }}, + \"duration\": {{ \"%F\"|format(event.duration) }}, + \"memory\": {{ \"%.1F\"|format(event.memory / 1024 / 1024) }}, + \"periods\": [ + {%- for period in event.periods -%} + {\"start\": {{ \"%F\"|format(period.starttime) }}, \"end\": {{ \"%F\"|format(period.endtime) }}}{{ loop.last ? '' : ', ' }} + {%- endfor -%} + ] + }{{ loop.last ? '' : ',' }} +{% endif %} +{% endfor %} +{% endautoescape %} +{% endmacro %} + +{% macro display_timeline(id, events, colors) %} +
    +
    + {% for category, color in colors %} + {{ category }} + {% endfor %} +
    + +
    +{% endmacro %} +", "@WebProfiler/Collector/time.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig"); + } +} diff --git a/var/cache/dev/twig/e4/e4f9d00e766f75ae9dc4de3c1eb215e1c9baedec98c5412920cb14f3f4d2ec6f.php b/var/cache/dev/twig/e4/e4f9d00e766f75ae9dc4de3c1eb215e1c9baedec98c5412920cb14f3f4d2ec6f.php new file mode 100644 index 00000000..f4a80497 --- /dev/null +++ b/var/cache/dev/twig/e4/e4f9d00e766f75ae9dc4de3c1eb215e1c9baedec98c5412920cb14f3f4d2ec6f.php @@ -0,0 +1,68 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Doctrine/Collector/icon.svg")); + + // line 1 + echo " + + +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Doctrine/Collector/icon.svg"; + } + + public function getDebugInfo() + { + return array ( 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" + + +", "@Doctrine/Collector/icon.svg", "/Users/kadmin/Websites/sterntours-3/vendor/doctrine/doctrine-bundle/Resources/views/Collector/icon.svg"); + } +} diff --git a/var/cache/dev/twig/e7/e734cf5d2b6c66600509e8d99fa1df0c226d67a74450cc63626d0fdf3eb8b064.php b/var/cache/dev/twig/e7/e734cf5d2b6c66600509e8d99fa1df0c226d67a74450cc63626d0fdf3eb8b064.php new file mode 100644 index 00000000..e990b657 --- /dev/null +++ b/var/cache/dev/twig/e7/e734cf5d2b6c66600509e8d99fa1df0c226d67a74450cc63626d0fdf3eb8b064.php @@ -0,0 +1,148 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + 'body' => [$this, 'block_body'], + 'footer' => [$this, 'block_footer'], + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/embed/modal.html.twig")); + + // line 1 + echo " +
    env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 6, $this->source); })()), "html", null, true); + echo "-modal\"> +
    +
    +
    + +

    "; + // line 11 + ((((isset($context["title"]) || array_key_exists("title", $context)) && !(null === (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 11, $this->source); })())))) ? (print (twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 11, $this->source); })()), "html", null, true))) : (print (""))); + echo "

    +
    +
    + "; + // line 14 + $this->displayBlock('body', $context, $blocks); + // line 15 + echo "
    +
    + "; + // line 17 + $this->displayBlock('footer', $context, $blocks); + // line 20 + echo "
    +
    +
    +
    "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 14 + public function block_body($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); + + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + // line 17 + public function block_footer($context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer")); + + // line 18 + echo " + "; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/embed/modal.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 100 => 18, 93 => 17, 81 => 14, 71 => 20, 69 => 17, 65 => 15, 63 => 14, 57 => 11, 49 => 6, 42 => 1,); + } + + public function getSourceContext() + { + return new Source(" +
    +
    +
    +
    + +

    {{ title ?? '' }}

    +
    +
    + {% block body %}{% endblock %} +
    +
    + {% block footer %} + + {% endblock %} +
    +
    +
    +
    ", "default/components/embed/modal.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/embed/modal.html.twig"); + } +} diff --git a/var/cache/dev/twig/eb/eb875573ff25b9b0f0bae34065acf2db28c7627734ea89292b207a0826f2c1fa.php b/var/cache/dev/twig/eb/eb875573ff25b9b0f0bae34065acf2db28c7627734ea89292b207a0826f2c1fa.php new file mode 100644 index 00000000..257d550e --- /dev/null +++ b/var/cache/dev/twig/eb/eb875573ff25b9b0f0bae34065acf2db28c7627734ea89292b207a0826f2c1fa.php @@ -0,0 +1,96 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/header.html.twig")); + + // line 1 + echo "
    +
    +

    "; + // line 3 + echo twig_include($this->env, $context, "@WebProfiler/Icon/symfony.svg"); + echo " Symfony Profiler

    + +
    +
    +
    + + +
    +
    +
    +
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/header.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 44 => 3, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    +
    +

    {{ include('@WebProfiler/Icon/symfony.svg') }} Symfony Profiler

    + +
    +
    +
    + + +
    +
    +
    +
    +
    +", "@WebProfiler/Profiler/header.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig"); + } +} diff --git a/var/cache/dev/twig/f9/f97538fdf330bb8db2165a6185b20ebe7ccd62138fb1ad9f9d297cbf51d6361a.php b/var/cache/dev/twig/f9/f97538fdf330bb8db2165a6185b20ebe7ccd62138fb1ad9f9d297cbf51d6361a.php new file mode 100644 index 00000000..7c388118 --- /dev/null +++ b/var/cache/dev/twig/f9/f97538fdf330bb8db2165a6185b20ebe7ccd62138fb1ad9f9d297cbf51d6361a.php @@ -0,0 +1,72 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/offersSidebarWidget.html.twig")); + + // line 1 + echo " +"; + // line 2 + echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:offersSidebarWidget", ["country" => (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", true, true, false, 2) && !(null === twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", false, false, false, 2)))) ? (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "effectiveCountry", [], "any", false, false, false, 2)) : (null)), "title" => twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 2, $this->source); })()), "name", [], "any", false, false, false, 2)])); + echo " +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/offersSidebarWidget.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source(" +{{ render(controller('AppBundle:Component:offersSidebarWidget', {country: page.effectiveCountry ?? null, title:widget.name})) }} +", "default/components/sidebar/offersSidebarWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/offersSidebarWidget.html.twig"); + } +} diff --git a/var/cache/dev/twig/f9/f9ee7eb6163af3fdf0a06c1fdaad93f43b2fe0066dd128e096252e3b53318210.php b/var/cache/dev/twig/f9/f9ee7eb6163af3fdf0a06c1fdaad93f43b2fe0066dd128e096252e3b53318210.php new file mode 100644 index 00000000..74501af1 --- /dev/null +++ b/var/cache/dev/twig/f9/f9ee7eb6163af3fdf0a06c1fdaad93f43b2fe0066dd128e096252e3b53318210.php @@ -0,0 +1,189 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/navSidebarWidgetInner.html.twig")); + + // line 1 + if ((isset($context["nav_pages"]) || array_key_exists("nav_pages", $context))) { + // line 2 + echo "
    + + + +
    +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "default/components/sidebar/navSidebarWidgetInner.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 126 => 32, 119 => 30, 116 => 29, 105 => 25, 99 => 24, 91 => 22, 85 => 21, 83 => 20, 76 => 16, 70 => 15, 64 => 14, 61 => 13, 57 => 12, 46 => 4, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if nav_pages is defined %} +
    + + + +
    +{% endif %}", "default/components/sidebar/navSidebarWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig"); + } +} diff --git a/var/cache/dev/twig/fa/fab49706b189af836e358f6ef4e43118dbdef89e7df9d9b3cb2bd4b23526ac6b.php b/var/cache/dev/twig/fa/fab49706b189af836e358f6ef4e43118dbdef89e7df9d9b3cb2bd4b23526ac6b.php new file mode 100644 index 00000000..8ab42ccf --- /dev/null +++ b/var/cache/dev/twig/fa/fab49706b189af836e358f6ef4e43118dbdef89e7df9d9b3cb2bd4b23526ac6b.php @@ -0,0 +1,95 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/trace.txt.twig")); + + // line 1 + if (twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 1, $this->source); })()), "function", [], "any", false, false, false, 1)) { + // line 2 + echo " at "; + echo ((twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 2, $this->source); })()), "class", [], "any", false, false, false, 2) . twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 2, $this->source); })()), "type", [], "any", false, false, false, 2)) . twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 2, $this->source); })()), "function", [], "any", false, false, false, 2)); + echo "("; + echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatArgsAsText(twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 2, $this->source); })()), "args", [], "any", false, false, false, 2)); + echo ") +"; + } else { + // line 4 + echo " at n/a +"; + } + // line 6 + if ((twig_get_attribute($this->env, $this->source, ($context["trace"] ?? null), "file", [], "any", true, true, false, 6) && twig_get_attribute($this->env, $this->source, ($context["trace"] ?? null), "line", [], "any", true, true, false, 6))) { + // line 7 + echo " in "; + echo twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 7, $this->source); })()), "file", [], "any", false, false, false, 7); + echo " line "; + echo twig_get_attribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 7, $this->source); })()), "line", [], "any", false, false, false, 7); + echo " +"; + } + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@Twig/Exception/trace.txt.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 56 => 7, 54 => 6, 50 => 4, 42 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("{% if trace.function %} + at {{ trace.class ~ trace.type ~ trace.function }}({{ trace.args|format_args_as_text }}) +{% else %} + at n/a +{% endif %} +{% if trace.file is defined and trace.line is defined %} + in {{ trace.file }} line {{ trace.line }} +{% endif %} +", "@Twig/Exception/trace.txt.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig"); + } +} diff --git a/var/cache/dev/twig/fb/fb9b77a6d696881a48e6507586c5c069a090c1b85740b1403b5f88978831981a.php b/var/cache/dev/twig/fb/fb9b77a6d696881a48e6507586c5c069a090c1b85740b1403b5f88978831981a.php new file mode 100644 index 00000000..705cde1e --- /dev/null +++ b/var/cache/dev/twig/fb/fb9b77a6d696881a48e6507586c5c069a090c1b85740b1403b5f88978831981a.php @@ -0,0 +1,226 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/search.html.twig")); + + // line 1 + echo "
    +
    extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search"); + echo "\" method=\"get\"> +
    + + env, (isset($context["ip"]) || array_key_exists("ip", $context) ? $context["ip"] : (function () { throw new RuntimeError('Variable "ip" does not exist.', 5, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + +
    + +
    + + env, (isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 20, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + env, (isset($context["url"]) || array_key_exists("url", $context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.', 25, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 30, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + env, (isset($context["start"]) || array_key_exists("start", $context) ? $context["start"] : (function () { throw new RuntimeError('Variable "start" does not exist.', 35, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + env, (isset($context["end"]) || array_key_exists("end", $context) ? $context["end"] : (function () { throw new RuntimeError('Variable "end" does not exist.', 40, $this->source); })()), "html", null, true); + echo "\"> +
    + +
    + + +
    + +
    + +
    +
    +
    +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/search.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 137 => 49, 126 => 47, 122 => 46, 113 => 40, 105 => 35, 97 => 30, 89 => 25, 81 => 20, 74 => 15, 63 => 13, 59 => 12, 49 => 5, 43 => 2, 40 => 1,); + } + + public function getSourceContext() + { + return new Source("
    +
    +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + +
    +
    +
    +", "@WebProfiler/Profiler/search.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig"); + } +} diff --git a/var/cache/dev/twig/fc/fcbd10ae4205eeea7091615b81d3e0f2695615942171de0d341f9d919eb2f9af.php b/var/cache/dev/twig/fc/fcbd10ae4205eeea7091615b81d3e0f2695615942171de0d341f9d919eb2f9af.php new file mode 100644 index 00000000..3f355efd --- /dev/null +++ b/var/cache/dev/twig/fc/fcbd10ae4205eeea7091615b81d3e0f2695615942171de0d341f9d919eb2f9af.php @@ -0,0 +1,1105 @@ +source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + } + + protected function doDisplay(array $context, array $blocks = []) + { + $macros = $this->macros; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar.css.twig")); + + // line 2 + $context["colors"] = ["success" => "#4F805D", "warning" => "#A46A1F", "error" => "#B0413E"]; + // line 3 + echo " +.sf-minitoolbar { + background-color: #222; + border-top-left-radius: 4px; + bottom: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + display: none; + height: 36px; + padding: 6px; + position: fixed; + right: 0; + z-index: 99999; +} + +.sf-minitoolbar a { + display: block; +} +.sf-minitoolbar svg, +.sf-minitoolbar img { + max-height: 24px; + max-width: 24px; + display: inline; +} + +.sf-toolbarreset * { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + vertical-align: baseline; +} + +.sf-toolbarreset { + background-color: #222; + bottom: 0; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + color: #EEE; + font: 11px Arial, sans-serif; + left: 0; + margin: 0; + padding: 0 36px 0 0; + position: fixed; + right: 0; + text-align: left; + text-transform: none; + z-index: 99999; + + /* neutralize the aliasing defined by external CSS styles */ + -webkit-font-smoothing: subpixel-antialiased; + -moz-osx-font-smoothing: auto; +} +.sf-toolbarreset abbr { + border: dashed #777; + border-width: 0 0 1px; +} +.sf-toolbarreset svg, +.sf-toolbarreset img { + height: 20px; + display: inline-block; +} + +.sf-toolbarreset .hide-button { + background: #444; + display: block; + position: absolute; + top: 0; + right: 0; + width: 36px; + height: 36px; + cursor: pointer; + text-align: center; +} +.sf-toolbarreset .hide-button svg { + max-height: 18px; + margin-top: 10px; +} + +.sf-toolbar-block { + cursor: default; + display: block; + float: left; + height: 36px; + margin-right: 0; + white-space: nowrap; +} +.sf-toolbar-block > a, +.sf-toolbar-block > a:hover { + display: block; + text-decoration: none; +} + +.sf-toolbar-block span { + display: inline-block; +} +.sf-toolbar-block .sf-toolbar-value { + color: #F5F5F5; + font-size: 13px; + line-height: 36px; + padding: 0; +} +.sf-toolbar-block .sf-toolbar-label, +.sf-toolbar-block .sf-toolbar-class-separator { + color: #AAA; + font-size: 12px; +} + +.sf-toolbar-block .sf-toolbar-info { + border-collapse: collapse; + display: table; + z-index: 100000; +} +.sf-toolbar-block hr { + border-top: 1px solid #777; + margin: 4px 0; + padding-top: 4px; +} +.sf-toolbar-block .sf-toolbar-info-piece { + /* this 'border-bottom' trick is needed because 'margin-bottom' doesn't work for table rows */ + border-bottom: solid transparent 3px; + display: table-row; +} +.sf-toolbar-block .sf-toolbar-info-piece-additional, +.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + display: none; +} +.sf-toolbar-block .sf-toolbar-info-group { + margin-bottom: 4px; + padding-bottom: 2px; + border-bottom: 1px solid #333333; +} +.sf-toolbar-block .sf-toolbar-info-group:last-child { + margin-bottom: 0; + padding-bottom: 0; + border-bottom: none; +} + +.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status { + padding: 2px 5px; + margin-bottom: 0; +} +.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status { + margin-left: 4px; +} + +.sf-toolbar-block .sf-toolbar-info-piece:last-child { + margin-bottom: 0; +} + +.sf-toolbar-block .sf-toolbar-info-piece a { + color: #99CDD8; + text-decoration: underline; +} +.sf-toolbar-block .sf-toolbar-info-piece a:hover { + text-decoration: none; +} + +.sf-toolbar-block .sf-toolbar-info-piece b { + color: #AAA; + display: table-cell; + font-size: 11px; + padding: 4px 8px 4px 0; +} +.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span { + color: #F5F5F5; +} +.sf-toolbar-block .sf-toolbar-info-piece span { + font-size: 12px; +} + +.sf-toolbar-block .sf-toolbar-info { + background-color: #444; + bottom: 36px; + color: #F5F5F5; + display: none; + padding: 9px 0; + position: absolute; +} + +.sf-toolbar-block .sf-toolbar-info:empty { + visibility: hidden; +} + +.sf-toolbar-block .sf-toolbar-status { + display: inline-block; + color: #FFF; + background-color: #666; + padding: 3px 6px; + margin-bottom: 2px; + vertical-align: middle; + min-width: 15px; + min-height: 13px; + text-align: center; +} + +.sf-toolbar-block .sf-toolbar-status-green { + background-color: "; + // line 199 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 199, $this->source); })()), "success", [], "any", false, false, false, 199); + echo "; +} +.sf-toolbar-block .sf-toolbar-status-red { + background-color: "; + // line 202 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 202, $this->source); })()), "error", [], "any", false, false, false, 202); + echo "; +} +.sf-toolbar-block .sf-toolbar-status-yellow { + background-color: "; + // line 205 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 205, $this->source); })()), "warning", [], "any", false, false, false, 205); + echo "; +} + +.sf-toolbar-block.sf-toolbar-status-green { + background-color: "; + // line 209 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 209, $this->source); })()), "success", [], "any", false, false, false, 209); + echo "; + color: #FFF; +} +.sf-toolbar-block.sf-toolbar-status-red { + background-color: "; + // line 213 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 213, $this->source); })()), "error", [], "any", false, false, false, 213); + echo "; + color: #FFF; +} +.sf-toolbar-block.sf-toolbar-status-yellow { + background-color: "; + // line 217 + echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 217, $this->source); })()), "warning", [], "any", false, false, false, 217); + echo "; + color: #FFF; +} + +.sf-toolbar-block-request .sf-toolbar-status { + color: #FFF; + display: inline-block; + font-size: 14px; + height: 36px; + line-height: 36px; + padding: 0 10px; +} +.sf-toolbar-block-request .sf-toolbar-info-piece a { + text-decoration: none; +} +.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { + text-decoration: underline; +} +.sf-toolbar-block-request .sf-toolbar-redirection-status { + font-weight: normal; + padding: 2px 4px; + line-height: 18px; +} +.sf-toolbar-block-request .sf-toolbar-info-piece span.sf-toolbar-redirection-method { + font-size: 12px; + height: 17px; + line-height: 17px; +} + +.sf-toolbar-status-green .sf-toolbar-label, +.sf-toolbar-status-yellow .sf-toolbar-label, +.sf-toolbar-status-red .sf-toolbar-label { + color: #FFF; +} +.sf-toolbar-status-green svg path, +.sf-toolbar-status-red svg path, +.sf-toolbar-status-yellow svg path { + fill: #FFF; +} +.sf-toolbar-block-config svg path { + fill: #FFF; +} + +.sf-toolbar-block .sf-toolbar-icon { + display: block; + height: 36px; + padding: 0 7px; +} +.sf-toolbar-block-request .sf-toolbar-icon { + padding-left: 0; + padding-right: 0; +} + +.sf-toolbar-block .sf-toolbar-icon img, +.sf-toolbar-block .sf-toolbar-icon svg { + border-width: 0; + position: relative; + top: 8px; +} + +.sf-toolbar-block .sf-toolbar-icon img + span, +.sf-toolbar-block .sf-toolbar-icon svg + span { + margin-left: 4px; +} +.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value { + margin-left: 4px; +} + +.sf-toolbar-block:hover { + position: relative; +} +.sf-toolbar-block:hover .sf-toolbar-icon { + background-color: #444; + position: relative; + z-index: 10002; +} +.sf-toolbar-block:hover .sf-toolbar-info { + display: block; + padding: 10px; + max-width: 480px; + max-height: 480px; + word-wrap: break-word; + overflow: hidden; + overflow-y: auto; +} +.sf-toolbar-info-piece b.sf-toolbar-ajax-info { + color: #F5F5F5; +} +.sf-toolbar-ajax-requests { + table-layout: auto; + width: 100%; +} +.sf-toolbar-ajax-requests td { + background-color: #444; + border-bottom: 1px solid #777; + color: #F5F5F5; + font-size: 12px; + padding: 4px; +} +.sf-toolbar-ajax-requests tr:last-child td { + border-bottom: 0; +} +.sf-toolbar-ajax-requests th { + background-color: #222; + border-bottom: 0; + color: #AAA; + font-size: 11px; + padding: 4px; +} +.sf-ajax-request-url { + max-width: 250px; + line-height: 9px; + overflow: hidden; + text-overflow: ellipsis; +} +.sf-toolbar-ajax-requests .sf-ajax-request-url a { + text-decoration: none; +} +.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover { + text-decoration: underline; +} +.sf-ajax-request-duration { + text-align: right; +} +.sf-ajax-request-loading { + -webkit-animation: sf-blink .5s ease-in-out infinite; + -o-animation: sf-blink .5s ease-in-out infinite; + -moz-animation: sf-blink .5s ease-in-out infinite; + animation: sf-blink .5s ease-in-out infinite; +} +@-webkit-keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} +@-moz-keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} +@keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} + +.sf-toolbar-block-dump pre.sf-dump { + background-color: #222; + border-color: #777; + border-radius: 0; + margin: 6px 0 12px 0; +} +.sf-toolbar-block-dump pre.sf-dump:last-child { + margin-bottom: 0; +} +.sf-toolbar-block-dump .sf-toolbar-info-piece { + display: block; +} +.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line { + color: #AAA; + margin-left: 4px; +} +.sf-toolbar-block-dump .sf-toolbar-info img { + display: none; +} + +/* Override the setting when the toolbar is on the top */ +"; + // line 384 + if (((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 384, $this->source); })()) == "top")) { + // line 385 + echo " .sf-minitoolbar { + border-bottom-left-radius: 4px; + border-top-left-radius: 0; + bottom: auto; + right: 0; + top: 0; + } + + .sf-toolbarreset { + bottom: auto; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); + top: 0; + } + + .sf-toolbar-block .sf-toolbar-info { + bottom: auto; + top: 36px; + } +"; + } + // line 404 + echo " +"; + // line 405 + if ( !(isset($context["floatable"]) || array_key_exists("floatable", $context) ? $context["floatable"] : (function () { throw new RuntimeError('Variable "floatable" does not exist.', 405, $this->source); })())) { + // line 406 + echo " .sf-toolbarreset { + position: static; + } +"; + } + // line 410 + echo " +/* Responsive Design */ +.sf-toolbar-icon .sf-toolbar-label, +.sf-toolbar-icon .sf-toolbar-value { + display: none; +} +.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label { + display: inline-block; +} + +/* Legacy Design - these styles are maintained to make old panels look + a bit better on the new toolbar */ +.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + color: #AAA; + font-size: 12px; +} +.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail, +.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail, +.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail { + color: #FFF; +} + +@media (min-width: 768px) { + + .sf-toolbar-icon .sf-toolbar-label, + .sf-toolbar-icon .sf-toolbar-value { + display: inline; + } + + .sf-toolbar-block .sf-toolbar-icon img, + .sf-toolbar-block .sf-toolbar-icon svg { + top: 6px; + } + .sf-toolbar-block-time .sf-toolbar-icon svg, + .sf-toolbar-block-memory .sf-toolbar-icon svg { + display: none; + } + .sf-toolbar-block-time .sf-toolbar-icon svg + span, + .sf-toolbar-block-memory .sf-toolbar-icon svg + span { + margin-left: 0; + } + + .sf-toolbar-block .sf-toolbar-icon { + padding: 0 10px; + } + .sf-toolbar-block-time .sf-toolbar-icon { + padding-right: 5px; + } + .sf-toolbar-block-memory .sf-toolbar-icon { + padding-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-icon { + padding-left: 0; + padding-right: 0; + } + .sf-toolbar-block-request .sf-toolbar-label { + margin-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-status + svg { + margin-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-icon svg + .sf-toolbar-label { + margin-left: 0; + } + .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value { + margin-right: 10px; + } + + .sf-toolbar-block-request:hover .sf-toolbar-info { + max-width: none; + } + + .sf-toolbar-block .sf-toolbar-info-piece b { + font-size: 12px; + } + .sf-toolbar-block .sf-toolbar-info-piece span { + font-size: 13px; + } + + .sf-toolbar-block-right { + float: right; + margin-left: 0; + margin-right: 0; + } +} + +@media (min-width: 1024px) { + .sf-toolbar-block .sf-toolbar-info-piece-additional, + .sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + display: inline-block; + } + + .sf-toolbar-block .sf-toolbar-info-piece-additional:empty, + .sf-toolbar-block .sf-toolbar-info-piece-additional-detail:empty { + display: none; + } +} +"; + + $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); + + } + + public function getTemplateName() + { + return "@WebProfiler/Profiler/toolbar.css.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 477 => 410, 471 => 406, 469 => 405, 466 => 404, 445 => 385, 443 => 384, 273 => 217, 266 => 213, 259 => 209, 252 => 205, 246 => 202, 240 => 199, 42 => 3, 40 => 2,); + } + + public function getSourceContext() + { + return new Source("{# when updating any of these colors, do the same in profiler.css.twig #} +{% set colors = { 'success': '#4F805D', 'warning': '#A46A1F', 'error': '#B0413E' } %} + +.sf-minitoolbar { + background-color: #222; + border-top-left-radius: 4px; + bottom: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + display: none; + height: 36px; + padding: 6px; + position: fixed; + right: 0; + z-index: 99999; +} + +.sf-minitoolbar a { + display: block; +} +.sf-minitoolbar svg, +.sf-minitoolbar img { + max-height: 24px; + max-width: 24px; + display: inline; +} + +.sf-toolbarreset * { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + vertical-align: baseline; +} + +.sf-toolbarreset { + background-color: #222; + bottom: 0; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + color: #EEE; + font: 11px Arial, sans-serif; + left: 0; + margin: 0; + padding: 0 36px 0 0; + position: fixed; + right: 0; + text-align: left; + text-transform: none; + z-index: 99999; + + /* neutralize the aliasing defined by external CSS styles */ + -webkit-font-smoothing: subpixel-antialiased; + -moz-osx-font-smoothing: auto; +} +.sf-toolbarreset abbr { + border: dashed #777; + border-width: 0 0 1px; +} +.sf-toolbarreset svg, +.sf-toolbarreset img { + height: 20px; + display: inline-block; +} + +.sf-toolbarreset .hide-button { + background: #444; + display: block; + position: absolute; + top: 0; + right: 0; + width: 36px; + height: 36px; + cursor: pointer; + text-align: center; +} +.sf-toolbarreset .hide-button svg { + max-height: 18px; + margin-top: 10px; +} + +.sf-toolbar-block { + cursor: default; + display: block; + float: left; + height: 36px; + margin-right: 0; + white-space: nowrap; +} +.sf-toolbar-block > a, +.sf-toolbar-block > a:hover { + display: block; + text-decoration: none; +} + +.sf-toolbar-block span { + display: inline-block; +} +.sf-toolbar-block .sf-toolbar-value { + color: #F5F5F5; + font-size: 13px; + line-height: 36px; + padding: 0; +} +.sf-toolbar-block .sf-toolbar-label, +.sf-toolbar-block .sf-toolbar-class-separator { + color: #AAA; + font-size: 12px; +} + +.sf-toolbar-block .sf-toolbar-info { + border-collapse: collapse; + display: table; + z-index: 100000; +} +.sf-toolbar-block hr { + border-top: 1px solid #777; + margin: 4px 0; + padding-top: 4px; +} +.sf-toolbar-block .sf-toolbar-info-piece { + /* this 'border-bottom' trick is needed because 'margin-bottom' doesn't work for table rows */ + border-bottom: solid transparent 3px; + display: table-row; +} +.sf-toolbar-block .sf-toolbar-info-piece-additional, +.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + display: none; +} +.sf-toolbar-block .sf-toolbar-info-group { + margin-bottom: 4px; + padding-bottom: 2px; + border-bottom: 1px solid #333333; +} +.sf-toolbar-block .sf-toolbar-info-group:last-child { + margin-bottom: 0; + padding-bottom: 0; + border-bottom: none; +} + +.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status { + padding: 2px 5px; + margin-bottom: 0; +} +.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status { + margin-left: 4px; +} + +.sf-toolbar-block .sf-toolbar-info-piece:last-child { + margin-bottom: 0; +} + +.sf-toolbar-block .sf-toolbar-info-piece a { + color: #99CDD8; + text-decoration: underline; +} +.sf-toolbar-block .sf-toolbar-info-piece a:hover { + text-decoration: none; +} + +.sf-toolbar-block .sf-toolbar-info-piece b { + color: #AAA; + display: table-cell; + font-size: 11px; + padding: 4px 8px 4px 0; +} +.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span { + color: #F5F5F5; +} +.sf-toolbar-block .sf-toolbar-info-piece span { + font-size: 12px; +} + +.sf-toolbar-block .sf-toolbar-info { + background-color: #444; + bottom: 36px; + color: #F5F5F5; + display: none; + padding: 9px 0; + position: absolute; +} + +.sf-toolbar-block .sf-toolbar-info:empty { + visibility: hidden; +} + +.sf-toolbar-block .sf-toolbar-status { + display: inline-block; + color: #FFF; + background-color: #666; + padding: 3px 6px; + margin-bottom: 2px; + vertical-align: middle; + min-width: 15px; + min-height: 13px; + text-align: center; +} + +.sf-toolbar-block .sf-toolbar-status-green { + background-color: {{ colors.success|raw }}; +} +.sf-toolbar-block .sf-toolbar-status-red { + background-color: {{ colors.error|raw }}; +} +.sf-toolbar-block .sf-toolbar-status-yellow { + background-color: {{ colors.warning|raw }}; +} + +.sf-toolbar-block.sf-toolbar-status-green { + background-color: {{ colors.success|raw }}; + color: #FFF; +} +.sf-toolbar-block.sf-toolbar-status-red { + background-color: {{ colors.error|raw }}; + color: #FFF; +} +.sf-toolbar-block.sf-toolbar-status-yellow { + background-color: {{ colors.warning|raw }}; + color: #FFF; +} + +.sf-toolbar-block-request .sf-toolbar-status { + color: #FFF; + display: inline-block; + font-size: 14px; + height: 36px; + line-height: 36px; + padding: 0 10px; +} +.sf-toolbar-block-request .sf-toolbar-info-piece a { + text-decoration: none; +} +.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { + text-decoration: underline; +} +.sf-toolbar-block-request .sf-toolbar-redirection-status { + font-weight: normal; + padding: 2px 4px; + line-height: 18px; +} +.sf-toolbar-block-request .sf-toolbar-info-piece span.sf-toolbar-redirection-method { + font-size: 12px; + height: 17px; + line-height: 17px; +} + +.sf-toolbar-status-green .sf-toolbar-label, +.sf-toolbar-status-yellow .sf-toolbar-label, +.sf-toolbar-status-red .sf-toolbar-label { + color: #FFF; +} +.sf-toolbar-status-green svg path, +.sf-toolbar-status-red svg path, +.sf-toolbar-status-yellow svg path { + fill: #FFF; +} +.sf-toolbar-block-config svg path { + fill: #FFF; +} + +.sf-toolbar-block .sf-toolbar-icon { + display: block; + height: 36px; + padding: 0 7px; +} +.sf-toolbar-block-request .sf-toolbar-icon { + padding-left: 0; + padding-right: 0; +} + +.sf-toolbar-block .sf-toolbar-icon img, +.sf-toolbar-block .sf-toolbar-icon svg { + border-width: 0; + position: relative; + top: 8px; +} + +.sf-toolbar-block .sf-toolbar-icon img + span, +.sf-toolbar-block .sf-toolbar-icon svg + span { + margin-left: 4px; +} +.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value { + margin-left: 4px; +} + +.sf-toolbar-block:hover { + position: relative; +} +.sf-toolbar-block:hover .sf-toolbar-icon { + background-color: #444; + position: relative; + z-index: 10002; +} +.sf-toolbar-block:hover .sf-toolbar-info { + display: block; + padding: 10px; + max-width: 480px; + max-height: 480px; + word-wrap: break-word; + overflow: hidden; + overflow-y: auto; +} +.sf-toolbar-info-piece b.sf-toolbar-ajax-info { + color: #F5F5F5; +} +.sf-toolbar-ajax-requests { + table-layout: auto; + width: 100%; +} +.sf-toolbar-ajax-requests td { + background-color: #444; + border-bottom: 1px solid #777; + color: #F5F5F5; + font-size: 12px; + padding: 4px; +} +.sf-toolbar-ajax-requests tr:last-child td { + border-bottom: 0; +} +.sf-toolbar-ajax-requests th { + background-color: #222; + border-bottom: 0; + color: #AAA; + font-size: 11px; + padding: 4px; +} +.sf-ajax-request-url { + max-width: 250px; + line-height: 9px; + overflow: hidden; + text-overflow: ellipsis; +} +.sf-toolbar-ajax-requests .sf-ajax-request-url a { + text-decoration: none; +} +.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover { + text-decoration: underline; +} +.sf-ajax-request-duration { + text-align: right; +} +.sf-ajax-request-loading { + -webkit-animation: sf-blink .5s ease-in-out infinite; + -o-animation: sf-blink .5s ease-in-out infinite; + -moz-animation: sf-blink .5s ease-in-out infinite; + animation: sf-blink .5s ease-in-out infinite; +} +@-webkit-keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} +@-moz-keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} +@keyframes sf-blink { + 0% { background: #222; } + 50% { background: #444; } + 100% { background: #222; } +} + +.sf-toolbar-block-dump pre.sf-dump { + background-color: #222; + border-color: #777; + border-radius: 0; + margin: 6px 0 12px 0; +} +.sf-toolbar-block-dump pre.sf-dump:last-child { + margin-bottom: 0; +} +.sf-toolbar-block-dump .sf-toolbar-info-piece { + display: block; +} +.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line { + color: #AAA; + margin-left: 4px; +} +.sf-toolbar-block-dump .sf-toolbar-info img { + display: none; +} + +/* Override the setting when the toolbar is on the top */ +{% if position == 'top' %} + .sf-minitoolbar { + border-bottom-left-radius: 4px; + border-top-left-radius: 0; + bottom: auto; + right: 0; + top: 0; + } + + .sf-toolbarreset { + bottom: auto; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); + top: 0; + } + + .sf-toolbar-block .sf-toolbar-info { + bottom: auto; + top: 36px; + } +{% endif %} + +{% if not floatable %} + .sf-toolbarreset { + position: static; + } +{% endif %} + +/* Responsive Design */ +.sf-toolbar-icon .sf-toolbar-label, +.sf-toolbar-icon .sf-toolbar-value { + display: none; +} +.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label { + display: inline-block; +} + +/* Legacy Design - these styles are maintained to make old panels look + a bit better on the new toolbar */ +.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + color: #AAA; + font-size: 12px; +} +.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail, +.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail, +.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail { + color: #FFF; +} + +@media (min-width: 768px) { + + .sf-toolbar-icon .sf-toolbar-label, + .sf-toolbar-icon .sf-toolbar-value { + display: inline; + } + + .sf-toolbar-block .sf-toolbar-icon img, + .sf-toolbar-block .sf-toolbar-icon svg { + top: 6px; + } + .sf-toolbar-block-time .sf-toolbar-icon svg, + .sf-toolbar-block-memory .sf-toolbar-icon svg { + display: none; + } + .sf-toolbar-block-time .sf-toolbar-icon svg + span, + .sf-toolbar-block-memory .sf-toolbar-icon svg + span { + margin-left: 0; + } + + .sf-toolbar-block .sf-toolbar-icon { + padding: 0 10px; + } + .sf-toolbar-block-time .sf-toolbar-icon { + padding-right: 5px; + } + .sf-toolbar-block-memory .sf-toolbar-icon { + padding-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-icon { + padding-left: 0; + padding-right: 0; + } + .sf-toolbar-block-request .sf-toolbar-label { + margin-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-status + svg { + margin-left: 5px; + } + .sf-toolbar-block-request .sf-toolbar-icon svg + .sf-toolbar-label { + margin-left: 0; + } + .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value { + margin-right: 10px; + } + + .sf-toolbar-block-request:hover .sf-toolbar-info { + max-width: none; + } + + .sf-toolbar-block .sf-toolbar-info-piece b { + font-size: 12px; + } + .sf-toolbar-block .sf-toolbar-info-piece span { + font-size: 13px; + } + + .sf-toolbar-block-right { + float: right; + margin-left: 0; + margin-right: 0; + } +} + +@media (min-width: 1024px) { + .sf-toolbar-block .sf-toolbar-info-piece-additional, + .sf-toolbar-block .sf-toolbar-info-piece-additional-detail { + display: inline-block; + } + + .sf-toolbar-block .sf-toolbar-info-piece-additional:empty, + .sf-toolbar-block .sf-toolbar-info-piece-additional-detail:empty { + display: none; + } +} +", "@WebProfiler/Profiler/toolbar.css.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig"); + } +} diff --git a/var/logs/dev.log b/var/logs/dev.log new file mode 100644 index 00000000..065672de --- /dev/null +++ b/var/logs/dev.log @@ -0,0 +1,10364 @@ +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Loader_Chain" class is deprecated since Twig version 2.7, use "Twig\Loader\ChainLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The spaceless tag in "TwigBundle:Exception:trace.html.twig" at line 13 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The spaceless tag in "TwigBundle:Exception:exception.html.twig" at line 47 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The spaceless tag in "TwigBundle:Exception:exception.html.twig" at line 74 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The spaceless tag in "TwigBundle:Exception:traces_text.html.twig" at line 4 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: The spaceless tag in "TwigBundle:Exception:traces.html.twig" at line 6 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using an "if" condition on "for" tag in "SwiftmailerBundle:Collector:swiftmailer.html.twig" at line 166 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":48,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:57] php.INFO: Using an "if" condition on "for" tag in "WebProfilerBundle:Collector:logger.html.twig" at line 185 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/MacroTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\MacroTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/sidebar:navSidebarWidgetInner.html.twig" at line 21 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components:header.html.twig" at line 163 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/_bak:_header_bak2.html.twig" at line 1306 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/_bak:_header.bak.html.twig" at line 115 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/_bak:_header_bak1.html.twig" at line 1208 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/_bak:_header.html.twig" at line 97 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/components/_bak:_bak_header.html.twig" at line 1287 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: The "filter" tag in ":default:tripodo.xml.twig" at line 40 is deprecated since Twig 2.9, use the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/FilterTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/FilterTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\FilterTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default:tripodo.xml.twig" at line 77 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: The spaceless tag in ":default/pages:booking.html.twig" at line 33 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages:booking.html.twig" at line 348 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages:booking.html.twig" at line 381 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:overview.html.twig" at line 32 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":48,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:feedback.html.twig" at line 11 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:travelProgramOverview.html.twig" at line 13 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:nilecruise.html.twig" at line 11 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:nilecruise.html.twig" at line 62 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:overviewCalender.html.twig" at line 41 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:ssSudan.html.twig" at line 13 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages/cms:travelProgram.html.twig" at line 234 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages:search.html.twig" at line 18 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:58] php.INFO: Using an "if" condition on "for" tag in ":default/pages:search.html.twig" at line 72 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":38,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php","line":54,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":371,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":293,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":306,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php","line":260,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php","line":101,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:22:59] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:22:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:22:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:22:59] php.INFO: Using an "if" condition on "for" tag in "default/components/header.html.twig" at line 163 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":126,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"load","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/ComponentController.php","line":61,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"headerAction","class":"AppBundle\\Controller\\ComponentController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php","line":85,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php","line":91,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php","line":64,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php","line":60,"function":"render","class":"Symfony\\Component\\HttpKernel\\DependencyInjection\\LazyLoadingFragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php","line":144,"function":"renderFragment","class":"Symfony\\Bridge\\Twig\\Extension\\HttpKernelExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_067d81d1db529b07acd59eae232dbd3a2803a82dc66fa2693299e13159688ebc","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/64/6482e918cc52bda068660620a6328b0d9eca7f323aad204f6df165ba9be59615.php","line":46,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_02b28598f42b9232cfbcca3cdf02ae82dfa874058bb4ecf0ae07cd4004ab0ca7","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:23:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:23:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "travel_program_image" does not exist." at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig line 32 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"travel_program_image\" does not exist. at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig:32)"} [] +[2020-05-12 17:23:00] php.INFO: The spaceless tag in "@Twig/Exception/exception.html.twig" at line 47 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":100,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":184,"function":"block_body","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php","line":99,"function":"displayBlock","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_288151ab1bc7c135bdb251a2b2061944bbacb2f3d9a8ead29e080acf09bbf87a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":47,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php","line":70,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"showAction","class":"Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:00] php.INFO: The spaceless tag in "@Twig/Exception/exception.html.twig" at line 74 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":100,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":184,"function":"block_body","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php","line":99,"function":"displayBlock","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_288151ab1bc7c135bdb251a2b2061944bbacb2f3d9a8ead29e080acf09bbf87a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":47,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php","line":70,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"showAction","class":"Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:00] php.INFO: The spaceless tag in "@Twig/Exception/traces.html.twig" at line 6 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php","line":128,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_39c2c66886b503f9e141ccffd1a0f8fb03ce94283bcf8e2c4d181e635d2398bf","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":100,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":184,"function":"block_body","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php","line":99,"function":"displayBlock","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_288151ab1bc7c135bdb251a2b2061944bbacb2f3d9a8ead29e080acf09bbf87a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":47,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php","line":70,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"showAction","class":"Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:00] php.INFO: The spaceless tag in "@Twig/Exception/trace.html.twig" at line 13 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/b3/b3833d74a727a07c34347c2bbc273362aa39064aec73bffc73bfaa6dfb199b17.php","line":113,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_ecc798a41e6d93a4dda0ce2427341197c47f2a9b2fe46ff6abbbdcd5bbed1707","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php","line":128,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_39c2c66886b503f9e141ccffd1a0f8fb03ce94283bcf8e2c4d181e635d2398bf","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":100,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":184,"function":"block_body","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php","line":99,"function":"displayBlock","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_288151ab1bc7c135bdb251a2b2061944bbacb2f3d9a8ead29e080acf09bbf87a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":47,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php","line":70,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"showAction","class":"Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:00] php.INFO: The spaceless tag in "@Twig/Exception/traces_text.html.twig" at line 4 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php","line":36,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\SpacelessTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/79/7904abc9a652a76fe23c9fecee38637f388cc1dcdabd02a56648fa7145a24864.php","line":221,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_39c2c66886b503f9e141ccffd1a0f8fb03ce94283bcf8e2c4d181e635d2398bf","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":100,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":184,"function":"block_body","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/4c/4c7d4e2f836d0c7e0a18b755ed9f0cf1a4d736544b17fb5dda9f2b4f16049752.php","line":99,"function":"displayBlock","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_288151ab1bc7c135bdb251a2b2061944bbacb2f3d9a8ead29e080acf09bbf87a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/87/87b74a7a1e57eecb676bd8dde3b62180bef3663993870449a8b64bd00a12d0c9.php","line":47,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_dec36c5c92a30b956b3fe5207ec309ae2d48dcca9d7cdf93df71e6f4ffc6608b","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php","line":70,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"showAction","class":"Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":174,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php","line":43,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Environment" class is deprecated since Twig version 2.7, use "Twig\Environment" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Environment.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Environment.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Environment.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_Core" class is deprecated since Twig version 2.7, use "Twig\Extension\CoreExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Core.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Core.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Core.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_Escaper" class is deprecated since Twig version 2.7, use "Twig\Extension\EscaperExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Escaper.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Escaper.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Escaper.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_Optimizer" class is deprecated since Twig version 2.7, use "Twig\Extension\OptimizerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Optimizer.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Optimizer.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Optimizer.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_LoaderInterface" class is deprecated since Twig version 2.7, use "Twig\Loader\LoaderInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/LoaderInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/LoaderInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/LoaderInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Markup" class is deprecated since Twig version 2.7, use "Twig\Markup" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Markup.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Markup.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Markup.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Template" class is deprecated since Twig version 2.7, use "Twig\Template" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Template.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Template.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Template.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":303,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php","line":114,"function":"getOrderedClasses","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":374,"function":"load","class":"Symfony\\Component\\ClassLoader\\ClassCollectionLoader","type":"::"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":110,"function":"doLoadClassCache","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9e842d","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/9e842d","method":"GET"} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php","line":65,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php","line":95,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using an "if" condition on "for" tag in "@WebProfiler/Collector/logger.html.twig" at line 185 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/MacroTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\MacroTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/db/db8ecc2c3f099482b769c3d4e8708a1e4cc55f472c45b84b2482116aea8ec800.php","line":118,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_fe268d14277849b8a6a79347298571c300001d8ca7289c34c24674cf9845a55e","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php","line":195,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"toolbarAction","class":"Symfony\\Bundle\\WebProfilerBundle\\Controller\\ProfilerController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:23:01] php.INFO: Using an "if" condition on "for" tag in "@Swiftmailer/Collector/swiftmailer.html.twig" at line 166 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":48,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":563,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":595,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":408,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":381,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":335,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/db/db8ecc2c3f099482b769c3d4e8708a1e4cc55f472c45b84b2482116aea8ec800.php","line":118,"function":"loadTemplate","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":407,"function":"doDisplay","class":"__TwigTemplate_fe268d14277849b8a6a79347298571c300001d8ca7289c34c24674cf9845a55e","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":380,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Template.php","line":392,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TemplateWrapper.php","line":45,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Environment.php","line":318,"function":"render","class":"Twig\\TemplateWrapper","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php","line":195,"function":"render","class":"Twig\\Environment","type":"->"},{"function":"toolbarAction","class":"Symfony\\Bundle\\WebProfilerBundle\\Controller\\ProfilerController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:24:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:24:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:24:10] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "travel_program_image" does not exist." at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig line 32 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"travel_program_image\" does not exist. at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig:32)"} [] +[2020-05-12 17:24:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3872ad","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/3872ad","method":"GET"} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:11] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:38] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:39] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:24:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:24:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:24:39] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "position" nor one of the methods "position()", "getposition()"/"isposition()"/"hasposition()" or "__call()" exist and have public access in class "AppBundle\Entity\FewoLodgingGroupImage"." at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig line 32 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"position\" nor one of the methods \"position()\", \"getposition()\"/\"isposition()\"/\"hasposition()\" or \"__call()\" exist and have public access in class \"AppBundle\\Entity\\FewoLodgingGroupImage\". at /Users/kadmin/Websites/sterntours-3/app/Resources/views/default/pages/cms/fewoTravelProgram.html.twig:32)"} [] +[2020-05-12 17:24:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b6604","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/1b6604","method":"GET"} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:24:40] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen","method":"GET"} [] +[2020-05-12 17:26:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 [] [] +[2020-05-12 17:26:43] php.INFO: Using an "if" condition on "for" tag in "default/pages/cms/overview.html.twig" at line 32 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":48,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/BlockTokenParser.php","line":45,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\BlockTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3799,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3815,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3720,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3701,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":126,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"load","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":226,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"overviewAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:26:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.group_id = ? [1] [] +[2020-05-12 17:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [3] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [4] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.group_id = ? [2] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [5] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [6] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [7] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [8] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:26:45] php.INFO: Using an "if" condition on "for" tag in "default/components/sidebar/navSidebarWidgetInner.html.twig" at line 21 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":46,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/ForTokenParser.php","line":52,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\ForTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/TokenParser/IfTokenParser.php","line":39,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Twig\\TokenParser\\IfTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3799,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3815,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3720,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3701,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":126,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"load","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/ComponentController.php","line":144,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"navSidebarWidgetAction","class":"AppBundle\\Controller\\ComponentController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php","line":85,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php","line":91,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php","line":64,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php","line":60,"function":"render","class":"Symfony\\Component\\HttpKernel\\DependencyInjection\\LazyLoadingFragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/97/977af0433038ad513b8724b95c1e17caf7fb9cfb8c9c3316a86cd1acec73e3ca.php","line":46,"function":"renderFragment","class":"Symfony\\Bridge\\Twig\\Extension\\HttpKernelExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5458,"function":"doDisplay","class":"__TwigTemplate_9640408752eabde17915e3dd9ce9db85bcaffcfd3ccab3bb68d08b7d1ff32d9e","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5435,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/1e/1e176201e6eed77a70bdfa79f253d7c4bfdeed75b810c5e788ebbb58c66a6fc7.php","line":65,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5458,"function":"doDisplay","class":"__TwigTemplate_598ffe48e5b46489584572e550cce5fe80a4cc5ba81e8ba3c6d0c45fa72bd97a","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5435,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5446,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/ComponentController.php","line":308,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"makeSidebarWidgetAction","class":"AppBundle\\Controller\\ComponentController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php","line":85,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php","line":91,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php","line":64,"function":"render","class":"Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php","line":60,"function":"render","class":"Symfony\\Component\\HttpKernel\\DependencyInjection\\LazyLoadingFragmentHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php","line":180,"function":"renderFragment","class":"Symfony\\Bridge\\Twig\\Extension\\HttpKernelExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5458,"function":"doDisplay","class":"__TwigTemplate_067d81d1db529b07acd59eae232dbd3a2803a82dc66fa2693299e13159688ebc","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5435,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/twig/83/8348acae02044a59f4dc6165eb2a6299a1e69ca0ed949e3d164e48bfdf675a84.php","line":44,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5458,"function":"doDisplay","class":"__TwigTemplate_6cad8f8ed45430a2e3c71398f9df64d1cc696252e8c3d053307563211864555f","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5435,"function":"displayWithErrorHandling","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":5446,"function":"display","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"render","class":"Twig\\Template","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":226,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"overviewAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:26:46] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:26:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e05200","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/e05200","method":"GET"} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:46] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:26:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:48] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra_img_0996m.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:49] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:50] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:50] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:50] php.DEBUG: exif_imagetype(uploads/travel_program/petra-panorama1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:26:50] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:26:50] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:26:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d09777","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/d09777","method":"GET"} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:26:50] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:19] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:27:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:27:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/uzbekistan-slider.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/staedtereise-4-tage-istanbul.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/tuerkei-rundreise-geschichte-westtuerkei.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/shah-moschee-header2.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:27:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:27:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4579eb","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/4579eb","method":"GET"} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:27:22] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:08] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo1-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo1-strandstr29","method":"GET"} [] +[2020-05-12 17:28:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo1-str [...]"] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo1-strandstr29"] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 1 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:28:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] php.DEBUG: exif_imagetype(uploads/travel_program/wadi-rum1.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:28:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:28:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4d695b","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/4d695b","method":"GET"} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:28:10] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] request.INFO: Matched route "app_default_home". {"route":"app_default_home","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::homeAction","_route":"app_default_home"},"request_uri":"https://sterntours.test/","method":"GET"} [] +[2020-05-12 17:29:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:29:05] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:29:05] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:29:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ INNER JOIN travel_country t1_ ON p0_.country_id = t1_.id WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 ORDER BY p0_.lft ASC, p0_.title ASC [] [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:29:06] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:29:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"873b24","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/873b24","method":"GET"} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:07] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:53] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:29:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:29:54] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:29:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:29:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:29:55] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:29:56] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:29:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9536fc","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/9536fc","method":"GET"} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:29:56] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:26] request.INFO: Matched route "app_default_home". {"route":"app_default_home","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::homeAction","_route":"app_default_home"},"request_uri":"https://sterntours.test/","method":"GET"} [] +[2020-05-12 17:31:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:31:26] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:31:26] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ INNER JOIN travel_country t1_ ON p0_.country_id = t1_.id WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 ORDER BY p0_.lft ASC, p0_.title ASC [] [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/DefaultController.php","line":46,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"homeAction","class":"AppBundle\\Controller\\DefaultController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:31:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:31:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0bfc0a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/0bfc0a","method":"GET"} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:31:28] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:07] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:32:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:32:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:32:08] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:32:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb4c3b","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/fb4c3b","method":"GET"} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:21] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:32:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:32:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:32:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:32:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e08ce9","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/e08ce9","method":"GET"} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:23] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:32:59] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:32:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:32:59] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:33:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:33:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e9e74b","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/e9e74b","method":"GET"} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:00] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] php.INFO: Using the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Source.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php","line":37,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php","line":59,"function":"load","class":"Assetic\\Extension\\Twig\\TwigFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":160,"function":"load","class":"Assetic\\Factory\\Loader\\CachedFormulaLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php","line":195,"function":"load","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php","line":70,"function":"getNames","class":"Assetic\\Factory\\LazyAssetManager","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php","line":103,"function":"load","class":"Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":145,"function":"import","class":"Symfony\\Component\\Config\\Loader\\FileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php","line":83,"function":"parseImport","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php","line":45,"function":"load","class":"Symfony\\Component\\Routing\\Loader\\YamlFileLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php","line":72,"function":"load","class":"Symfony\\Component\\Config\\Loader\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"load","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:19] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:33:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:33:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:33:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:33:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb8ade","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/fb8ade","method":"GET"} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:33:20] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:14] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:35:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:35:15] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:35:16] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:35:16] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:35:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"354049","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/354049","method":"GET"} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:16] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:47] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:47] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:47] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:47] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:48] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:35:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:35:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:35:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a5e8b","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/9a5e8b","method":"GET"} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:35:49] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:11] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:36:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:36:12] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:36:18] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:36:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:36:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:36:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:36:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e3f233","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/e3f233","method":"GET"} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:36:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:40:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:40:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:40:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1aead4","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/1aead4","method":"GET"} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:28] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:52] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:40:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:40:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:40:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:40:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:40:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"790e64","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/790e64","method":"GET"} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:40:54] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:30] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:43:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:43:31] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:43:32] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:43:32] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:43:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c5157","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/0c5157","method":"GET"} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:32] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:43:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:43:59] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:44:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:44:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d1ba25","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/d1ba25","method":"GET"} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:00] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:17] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:44:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:44:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:44:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:44:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:44:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb405d","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/cb405d","method":"GET"} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:27] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:44:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:44:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:44:28] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:44:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0d1245","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/0d1245","method":"GET"} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:29] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:44:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:44:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:44:57] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:44:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1aeb1a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/1aeb1a","method":"GET"} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:44:57] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:33] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:45:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:45:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:45:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:45:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:45:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2b72f","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/a2b72f","method":"GET"} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:35] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:45:59] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:45:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:46:00] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:46:01] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:46:01] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:46:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"597618","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/597618","method":"GET"} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:01] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:08] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:46:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:46:10] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:46:10] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:46:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"083bfd","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/083bfd","method":"GET"} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:10] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:23] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:24] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:46:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:46:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:46:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:46:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:46:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"048da0","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/048da0","method":"GET"} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:26] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:46:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=time","method":"GET"} [] +[2020-05-12 17:46:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=time","method":"GET"} [] +[2020-05-12 17:47:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=db","method":"GET"} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:32] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=db","method":"GET"} [] +[2020-05-12 17:47:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=events","method":"GET"} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=events","method":"GET"} [] +[2020-05-12 17:47:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=router","method":"GET"} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:37] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"048da0","_route":"_profiler_router"},"request_uri":"https://sterntours.test/_profiler/048da0/router","method":"GET"} [] +[2020-05-12 17:47:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=router","method":"GET"} [] +[2020-05-12 17:47:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=events","method":"GET"} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=events","method":"GET"} [] +[2020-05-12 17:47:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=request","method":"GET"} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:47:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=request","method":"GET"} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"048da0","_route":"_profiler"},"request_uri":"https://sterntours.test/_profiler/048da0?panel=request","method":"GET"} [] +[2020-05-12 17:48:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://sterntours.test/_profiler/search_bar?panel=request","method":"GET"} [] +[2020-05-12 17:48:41] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:48:41] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:48:49] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:48:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:48:49] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:48:51] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:48:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:48:51] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":511,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getAssetic_AssetManagerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2759,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getRouting_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1927,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1708,"function":"getRouteCollection","class":"Symfony\\Bundle\\FrameworkBundle\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1660,"function":"getMatcherDumperInstance","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"Symfony\\Component\\Routing\\{closure}","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php","line":46,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1669,"function":"cache","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":1638,"function":"getMatcher","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2370,"function":"matchRequest","class":"Symfony\\Component\\Routing\\Router","type":"->"},{"function":"onKernelRequest","class":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":129,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:49:41] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:49:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:49:42] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:51:17] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:51:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:51:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:51:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff852a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/ff852a","method":"GET"} [] +[2020-05-12 17:51:18] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:18] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:51:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:23] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:52:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:52:24] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:52:25] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:52:25] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:52:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0eabba","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/0eabba","method":"GET"} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:25] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:52:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:52:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:52:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4faff1","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/4faff1","method":"GET"} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:36] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:52:44] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:52:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:52:58] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:52:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:53:11] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:53:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:53:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:53:59] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:53:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:56:41] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:56:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:56:43] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:56:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c88429","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/c88429","method":"GET"} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:56:43] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:57:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:57:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:57:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c559b","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/6c559b","method":"GET"} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:57:26] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:58:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:58:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:58:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8bac5c","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/8bac5c","method":"GET"} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:22] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 17:58:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 17:58:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 17:58:36] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 17:58:36] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 17:58:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4f587","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/d4f587","method":"GET"} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 17:58:36] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:42] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 18:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:02:43] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:02:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"22d898","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/22d898","method":"GET"} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:44] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 18:02:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:02:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:02:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:02:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5c876","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/e5c876","method":"GET"} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:02:54] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:02] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 18:03:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 18:03:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 18:03:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:03:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:03:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b0afe5","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/b0afe5","method":"GET"} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:05] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 18:03:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:03:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:03:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"55fcd4","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/55fcd4","method":"GET"} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:03:59] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29","method":"GET"} [] +[2020-05-12 18:04:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [51] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_group t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.comp AS comp_4, t0.pos AS pos_5, t0.description AS description_6, t0.group_id AS group_id_7 FROM fewo_lodging_group_image t0 WHERE t0.group_id = ? ORDER BY t0.pos ASC [1] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_file_name AS full_file_name_2, t0.file_name AS file_name_3, t0.pos AS pos_4, t0.description AS description_5, t0.lodging_id AS lodging_id_6 FROM fewo_lodging_image t0 WHERE t0.lodging_id = ? ORDER BY t0.pos ASC [2] [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":335,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"fewoLodgingAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM fewo_lodging_type t0 WHERE t0.id = ? [8] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [3027] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:04:12] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:04:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"260b4a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/260b4a","method":"GET"} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:12] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:18] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"ferienwohnungen/fewo2-strandstr29/buchen","_route":"route1"},"request_uri":"https://sterntours.test/ferienwohnungen/fewo2-strandstr29/buchen?fd=22082020&pnr=355","method":"GET"} [] +[2020-05-12 18:04:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen/fewo2-str [...]"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/ferienwohnungen"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["ferienwohnungen"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 2677 AND 2698) LIMIT 1 ["fewo2-strandstr29"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 2692 AND 2693) LIMIT 1 ["buchen"] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.to_date AS to_date_3, f0_.minimum_stay AS minimum_stay_4, f0_.description AS description_5, f0_.only_weekday AS only_weekday_6 FROM fewo_season f0_ INNER JOIN fewo_price f1_ ON f0_.id = f1_.season_id WHERE f1_.lodging_id = 2 ORDER BY f0_.to_date DESC LIMIT 1 [] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.equipment AS equipment_4, t0.adress1 AS adress1_5, t0.adress2 AS adress2_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.maximum_persons AS maximum_persons_9, t0.maximum_adults AS maximum_adults_10, t0.maximum_childs AS maximum_childs_11, t0.deposit AS deposit_12, t0.calendar_visible AS calendar_visible_13, t0.group_id AS group_id_14, t0.type_id AS type_id_15, t16.id AS id_17, t16.model AS model_18, t16.lft AS lft_19, t16.lvl AS lvl_20, t16.rgt AS rgt_21, t16.travel_guide_content_id AS travel_guide_content_id_22, t16.owner AS owner_23, t16.owner_second AS owner_second_24, t16.catalog_id AS catalog_id_25, t16.catalog_index AS catalog_index_26, t16.slug AS slug_27, t16.status AS status_28, t16.show_in_navi AS show_in_navi_29, t16.order AS order_30, t16.title AS title_31, t16.title_short AS title_short_32, t16.before_title AS before_title_33, t16.pagetitle AS pagetitle_34, t16.description AS description_35, t16.keywords AS keywords_36, t16.content AS content_37, t16.content_new AS content_new_38, t16.buma_destination AS buma_destination_39, t16.OLD_CatalogID AS OLD_CatalogID_40, t16.OLD_OwnerID AS OLD_OwnerID_41, t16.buma_gjr AS buma_gjr_42, t16.date AS date_43, t16.`price-tags` AS pricetags_44, t16.text_right AS text_right_45, t16.keyword AS keyword_46, t16.canonical_url AS canonical_url_47, t16.template AS template_48, t16.real_url_path AS real_url_path_49, t16.box_body AS box_body_50, t16.box_image_url AS box_image_url_51, t16.box_star AS box_star_52, t16.box_discount AS box_discount_53, t16.cms_settings AS cms_settings_54, t16.tree_root AS tree_root_55, t16.parent_id AS parent_id_56, t16.travel_program AS travel_program_57, t16.fewo_lodging AS fewo_lodging_58, t16.country_id AS country_id_59 FROM fewo_lodging t0 LEFT JOIN page t16 ON t16.fewo_lodging = t0.id WHERE t0.id = ? [2] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.per_night AS per_night_2, t0.flat_price AS flat_price_3, t0.lodging_id AS lodging_id_4, t0.season_id AS season_id_5 FROM fewo_price t0 WHERE t0.lodging_id = ? [2] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.from_date AS from_date_2, t0.to_date AS to_date_3, t0.status AS status_4, t0.type AS type_5, t0.lodging_id AS lodging_id_6 FROM fewo_reservation t0 WHERE t0.lodging_id = ? ORDER BY t0.from_date DESC [2] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [34] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [35] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [36] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [37] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [38] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [39] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [40] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [45] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [42] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [43] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [44] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [46] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [47] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [48] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [49] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.to_date AS to_date_4, t0.minimum_stay AS minimum_stay_5, t0.description AS description_6, t0.only_weekday AS only_weekday_7 FROM fewo_season t0 WHERE t0.id = ? [50] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.name AS name_1 FROM travel_nationality t0_ [] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.insolvency AS insolvency_2, t0.legal_rights AS legal_rights_3, t0.rules_updated AS rules_updated_4, t0.file_name AS file_name_5, t0.form_arb AS form_arb_6, t0.file_form_page AS file_form_page_7, t0.cms_id AS cms_id_8, t0.id AS id_9 FROM travel_organizer t0 WHERE t0.id = ? [1] [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] php.INFO: Using the "Twig_Node_Expression_Array" class is deprecated since Twig version 2.7, use "Twig\Node\Expression\ArrayExpression" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node/Expression/Array.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node/Expression/Array.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node/Expression/Array.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php","line":41,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":185,"function":"parse","class":"Symfony\\Bridge\\Twig\\TokenParser\\FormThemeTokenParser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/src/Parser.php","line":98,"function":"subparse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3799,"function":"parse","class":"Twig\\Parser","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3815,"function":"parse","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3720,"function":"compileSource","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3701,"function":"loadClass","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":126,"function":"loadTemplate","class":"Twig\\Environment","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php","line":50,"function":"load","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":50,"function":"render","class":"Symfony\\Bridge\\Twig\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php","line":77,"function":"render","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"renderResponse","class":"Symfony\\Bundle\\TwigBundle\\TwigEngine","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/FewoBookingController.php","line":361,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"indexAction","class":"AppBundle\\Controller\\FewoBookingController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"StartDatum","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"EndDatum","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Reiseteilnehmer Erwachsene","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"1","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"2","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"3","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"4","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Reiseteilnehmer Kinder","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"0","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"1","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"2","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"3","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"4","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Reiseteilnehmer","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"1","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"2","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"3","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"4","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"5","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"6","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Anrede","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Anrede","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Anrede *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Herr","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Frau","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Vorname","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Vorname","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Vorname *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Nachname","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Nachname","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Nachname *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Straße, Hausnummer","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Straße, Hausnummer","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Straße, Hausnummer *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"PLZ","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"PLZ","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"PLZ *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Ort","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Ort","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Ort *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Land","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Land","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Land *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Deutschland","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Österreich","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Schweiz","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Italien","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Spanien","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Frankreich","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Niederlande","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Amerika","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Schweden","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Slowenien","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Telefon tagsüber","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Telefon tagsüber","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Telefon tagsüber *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Handynummer (Bitte angeben)","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Handynummer (Bitte angeben)","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Handynummer (Bitte angeben)","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"E-Mail-Adresse","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"E-Mail-Adresse","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"E-Mail-Adresse *","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] translation.WARNING: Translation not found. {"id":"Mitteilungen / Sonstiges (optional)","domain":"messages","locale":"de_DE"} [] +[2020-05-12 18:04:19] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-05-12 18:04:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-05-12 18:04:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-05-12 18:04:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf5094","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/cf5094","method":"GET"} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-05-12 18:04:20] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Loader_Chain" class is deprecated since Twig version 2.7, use "Twig\Loader\ChainLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:20] request.INFO: Matched route "app_default_home". {"route":"app_default_home","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::homeAction","_route":"app_default_home"},"request_uri":"https://sterntours.test/","method":"GET"} [] +[2020-07-09 12:16:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:16:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:16:20] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:16:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ INNER JOIN travel_country t1_ ON p0_.country_id = t1_.id WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 ORDER BY p0_.lft ASC, p0_.title ASC [] [] +[2020-07-09 12:16:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Anreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Abreise am","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:16:22] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:16:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40a976","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/40a976","method":"GET"} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:22] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:28] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"jordanien-reisen/reisefuehrer","_route":"route1"},"request_uri":"https://sterntours.test/jordanien-reisen/reisefuehrer","method":"GET"} [] +[2020-07-09 12:16:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:16:29] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:16:30] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:16:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"712ff5","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/712ff5","method":"GET"} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:30] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"reisefuehrer","_route":"route1"},"request_uri":"https://sterntours.test/reisefuehrer","method":"GET"} [] +[2020-07-09 12:16:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/reisefuehrer"] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["reisefuehrer"] [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":91,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"travelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:16:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.order ASC [13] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:16:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:16:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"779f7a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/779f7a","method":"GET"} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:16:41] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:02] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer","method":"GET"} [] +[2020-07-09 12:17:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:03] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"44ad0d","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/44ad0d","method":"GET"} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:04] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:09] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel","method":"GET"} [] +[2020-07-09 12:17:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:12] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:17:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f0e81a","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/f0e81a","method":"GET"} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:17:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["images"] [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:12] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/alexandria","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/alexandria","method":"GET"} [] +[2020-07-09 12:17:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:31] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:32] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:33] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:17:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2da587","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/2da587","method":"GET"} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:17:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["images"] [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:33] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/kairo/stadttor-bab-zuweila","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/stadttor-bab-zuweila","method":"GET"} [] +[2020-07-09 12:17:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:37] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:38] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:17:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"98a8fc","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/98a8fc","method":"GET"} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["kairo"] [] +[2020-07-09 12:17:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1413 AND 1430) LIMIT 1 ["images"] [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:39] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:42] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/kairo/sultan-hassan-moschee","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/sultan-hassan-moschee","method":"GET"} [] +[2020-07-09 12:17:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:43] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:44] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/kairo/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:17:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b2aac","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/8b2aac","method":"GET"} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:44] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["kairo"] [] +[2020-07-09 12:17:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1413 AND 1430) LIMIT 1 ["images"] [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:45] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:50] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/pyramiden/pyramiden-giseh","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/pyramiden/pyramiden-giseh","method":"GET"} [] +[2020-07-09 12:17:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:17:51] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:17:52] php.DEBUG: exif_imagetype(/Users/kadmin/Websites/sterntours-3/web/uploads/pics/Giza_vom_Fu%C3%9F_der_Mykerionspyramide_gesehen.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-07-09 12:17:52] php.DEBUG: exif_imagetype(/Users/kadmin/Websites/sterntours-3/web/uploads/pics/Giza_vom_Fu%C3%9F_der_Mykerionspyramide_gesehen.jpg): failed to open stream: No such file or directory {"type":2,"file":"/Users/kadmin/Websites/sterntours-3/vendor/gregwar/image/Gregwar/Image/Source/File.php","line":32,"level":28928} [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:17:53] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:17:53] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/pyramiden/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/pyramiden/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:17:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:17:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5923bc","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/5923bc","method":"GET"} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:53] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["pyramiden"] [] +[2020-07-09 12:17:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1451 AND 1462) LIMIT 1 ["images"] [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:17:54] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:33] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/assuan","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan","method":"GET"} [] +[2020-07-09 12:21:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:21:33] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:33] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:33] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:21:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:21:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:21:35] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:21:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:21:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ce12e7","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/ce12e7","method":"GET"} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:35] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:21:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["images"] [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:36] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer","method":"GET"} [] +[2020-07-09 12:21:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:21:47] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:21:48] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:21:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"00a3b4","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/00a3b4","method":"GET"} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:21:49] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/assuan/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan/","method":"GET"} [] +[2020-07-09 12:22:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:22:33] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:22:34] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:22:34] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/assuan/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/assuan/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:22:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:22:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d8d782","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/d8d782","method":"GET"} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:34] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["assuan"] [] +[2020-07-09 12:22:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1389 AND 1402) LIMIT 1 ["images"] [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:35] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer","method":"GET"} [] +[2020-07-09 12:22:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:57] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:22:57] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:22:58] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:22:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:22:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81c791","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/81c791","method":"GET"} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:22:59] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:23:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:23:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:23:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:23:24] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:23:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:23:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7d975","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/d7d975","method":"GET"} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:23:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:23:24] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:21] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:24:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:24:22] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:24:23] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:24:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:24:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92dc76","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/92dc76","method":"GET"} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:24:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:24:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:24:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:24:24] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:25:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:25:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:25:09] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:25:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:25:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f98abf","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/f98abf","method":"GET"} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:25:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:25:09] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:26:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:26:07] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:26:08] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:26:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:26:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f98478","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/f98478","method":"GET"} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:26:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:43] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:26:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:26:44] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:26:45] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:26:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a832f","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/0a832f","method":"GET"} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:26:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:45] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:46] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:46] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:46] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:26:46] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:38] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:27:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:27:39] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:39] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:27:40] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:27:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:27:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"51f918","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/51f918","method":"GET"} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:27:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:40] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:27:41] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:29:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:29:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:29:10] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:29:10] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:29:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:29:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f1036","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/7f1036","method":"GET"} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:10] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:29:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:29:11] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php","line":47,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Loader_Chain" class is deprecated since Twig version 2.7, use "Twig\Loader\ChainLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Chain.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":313,"function":"__construct","class":"ReflectionClass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":200,"function":"getReflectionClass","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":178,"function":"populateAvailableType","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":133,"function":"populateAvailableTypes","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php","line":45,"function":"completeDefinition","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php","line":104,"function":"process","class":"Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php","line":528,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\Compiler\\Compiler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":477,"function":"compile","class":"Symfony\\Component\\DependencyInjection\\ContainerBuilder","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":682,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getCacheWarmerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":489,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":117,"function":"initializeContainer","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":166,"function":"boot","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:08] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:33:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:33:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:33:09] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:33:10] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:33:10] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:33:10] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:10] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:33:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:33:13] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/","method":"GET"} [] +[2020-07-09 12:33:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3349,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTemplatingService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php","line":212,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/src/AppBundle/Controller/CmsController.php","line":70,"function":"render","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller","type":"->"},{"function":"iqTravelGuideAction","class":"AppBundle\\Controller\\CmsController","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":153,"function":"call_user_func_array"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p1_.id AS id_38, p1_.model AS model_39, p1_.lft AS lft_40, p1_.lvl AS lvl_41, p1_.rgt AS rgt_42, p1_.travel_guide_content_id AS travel_guide_content_id_43, p1_.owner AS owner_44, p1_.owner_second AS owner_second_45, p1_.catalog_id AS catalog_id_46, p1_.catalog_index AS catalog_index_47, p1_.slug AS slug_48, p1_.status AS status_49, p1_.show_in_navi AS show_in_navi_50, p1_.order AS order_51, p1_.title AS title_52, p1_.title_short AS title_short_53, p1_.before_title AS before_title_54, p1_.pagetitle AS pagetitle_55, p1_.description AS description_56, p1_.keywords AS keywords_57, p1_.content AS content_58, p1_.content_new AS content_new_59, p1_.buma_destination AS buma_destination_60, p1_.OLD_CatalogID AS OLD_CatalogID_61, p1_.OLD_OwnerID AS OLD_OwnerID_62, p1_.buma_gjr AS buma_gjr_63, p1_.date AS date_64, p1_.`price-tags` AS pricetags_65, p1_.text_right AS text_right_66, p1_.keyword AS keyword_67, p1_.canonical_url AS canonical_url_68, p1_.template AS template_69, p1_.real_url_path AS real_url_path_70, p1_.box_body AS box_body_71, p1_.box_image_url AS box_image_url_72, p1_.box_star AS box_star_73, p1_.box_discount AS box_discount_74, p1_.cms_settings AS cms_settings_75, p0_.tree_root AS tree_root_76, p0_.parent_id AS parent_id_77, p0_.travel_program AS travel_program_78, p0_.fewo_lodging AS fewo_lodging_79, p0_.country_id AS country_id_80, p1_.tree_root AS tree_root_81, p1_.parent_id AS parent_id_82, p1_.travel_program AS travel_program_83, p1_.fewo_lodging AS fewo_lodging_84, p1_.country_id AS country_id_85 FROM page p0_ INNER JOIN travel_country t2_ ON p0_.country_id = t2_.id LEFT JOIN page p1_ ON p0_.id = p1_.parent_id AND (p1_.status > 0) WHERE p0_.status > 0 AND p0_.template = 'overview' AND p0_.lvl = 0 AND p0_.order > 0 ORDER BY p0_.order ASC, p0_.title ASC, p1_.lft ASC, p1_.title ASC, p1_.order ASC [] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [5] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [6] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [7] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [16] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [11] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [15] [] +[2020-07-09 12:33:14] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 WHERE t0.id = ? [9] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.component AS component_2, s0_.html AS html_3, s0_.show_at AS show_at_4, s0_.pos AS pos_5, s0_.active AS active_6 FROM sidebar_widgets s0_ WHERE s0_.active = 1 ORDER BY s0_.pos ASC [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ WHERE t0_.active_frontend = 1 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.text_before AS text_before_2, t0_.text_after AS text_after_3, t0_.html_information AS html_information_4, t0_.entry_requirements AS entry_requirements_5, t0_.id AS id_6, t0_.crm_id AS crm_id_7, t0_.active_frontend AS active_frontend_8, t0_.feedback_page_id AS feedback_page_id_9 FROM travel_country t0_ [] [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Reiseziel","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Reiseziel beliebig","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Anreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] translation.WARNING: Translation not found. {"id":"Abreise","domain":"messages","locale":"de_DE"} [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.name AS name_1, t0.slug AS slug_2, t0.text_before AS text_before_3, t0.text_after AS text_after_4, t0.html_information AS html_information_5, t0.entry_requirements AS entry_requirements_6, t0.id AS id_7, t0.crm_id AS crm_id_8, t0.active_frontend AS active_frontend_9, t0.feedback_page_id AS feedback_page_id_10 FROM travel_country t0 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 5 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 6 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 7 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 9 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 10 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 11 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 12 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 15 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 16 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 17 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 208 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 209 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 210 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 211 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 212 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 213 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 214 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 215 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 216 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 217 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 218 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 219 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 220 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 221 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 222 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 223 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 224 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 225 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 226 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 227 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 228 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 229 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 230 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 231 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 232 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 233 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 235 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 236 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 237 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 238 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 239 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 240 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 241 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 242 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 243 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 244 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 245 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 246 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 247 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 248 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 249 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 250 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 251 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 252 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 253 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 254 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 255 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 256 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 257 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 258 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 259 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 260 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 261 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 262 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 263 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 264 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 265 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 266 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, t1_.profit_margin AS profit_margin_38, t1_.program_code AS program_code_39, t1_.program_duration AS program_duration_40, t1_.slider_info AS slider_info_41, t1_.is_seasonal AS is_seasonal_42, t1_.youth AS youth_43, t1_.title AS title_44, t1_.subtitle AS subtitle_45, t1_.program_type AS program_type_46, t1_.status AS status_47, t1_.included AS included_48, t1_.class_description AS class_description_49, t1_.excluded AS excluded_50, t1_.advices AS advices_51, t1_.notes AS notes_52, t1_.url AS url_53, t1_.max_age_for_children AS max_age_for_children_54, t1_.html_description AS html_description_55, t1_.in_slider AS in_slider_56, t1_.show_map AS show_map_57, t1_.map_html AS map_html_58, t1_.map_image AS map_image_59, t1_.map_image_ext AS map_image_ext_60, t1_.travel_country AS travel_country_61, t1_.travel_category AS travel_category_62, t1_.travel_agenda AS travel_agenda_63, t1_.deposit_percent AS deposit_percent_64, t1_.netto_prices_in_euro AS netto_prices_in_euro_65, t1_.text_right AS text_right_66, t1_.default_flight_price AS default_flight_price_67, t1_.weekdays AS weekdays_68, t1_.position AS position_69, t1_.discount AS discount_70, t1_.discount_is_percent_value AS discount_is_percent_value_71, t1_.id AS id_72, p0_.tree_root AS tree_root_73, p0_.parent_id AS parent_id_74, p0_.travel_program AS travel_program_75, p0_.fewo_lodging AS fewo_lodging_76, p0_.country_id AS country_id_77, t1_.travel_arrival_point_id AS travel_arrival_point_id_78, t1_.organizer AS organizer_79, t1_.insurance_1 AS insurance_1_80, t1_.insurance_2 AS insurance_2_81, t1_.insurance_3 AS insurance_3_82, t1_.insurance_4 AS insurance_4_83, t1_.category_id AS category_id_84, t1_.generalnote AS generalnote_85 FROM page p0_ INNER JOIN travel_program t1_ ON p0_.travel_program = t1_.id INNER JOIN travel_program_country t3_ ON t1_.id = t3_.program_id INNER JOIN travel_country t2_ ON t2_.id = t3_.country_id WHERE t2_.id = 267 AND p0_.status = 1 AND t1_.status = 1 ORDER BY p0_.order ASC, t1_.position ASC, p0_.title ASC LIMIT 3 [] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [168] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [201] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [114] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [208] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [133] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2854] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.id = ? [2756] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [191] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [169] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [170] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [205] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [129] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [199] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [190] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [120] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [194] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [164] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [77] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT t0.file_name AS file_name_1, t0.extension AS extension_2, t0.description AS description_3, t0.type AS type_4, t0.position AS position_5, t0.id AS id_6, t0.program_id AS program_id_7 FROM travel_program_image t0 WHERE t0.program_id = ? [210] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["telefon-header"] [] +[2020-07-09 12:33:16] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.field AS field_3, c0_.text AS text_4, c0_.full_text AS full_text_5, c0_.integer AS integer_6, c0_.decimal AS decimal_7 FROM c_m_s_contents c0_ WHERE c0_.slug = ? LIMIT 1 ["uhrzeit-header"] [] +[2020-07-09 12:33:16] request.INFO: Matched route "route1". {"route":"route1","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::defaultAction","req":"aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","_route":"route1"},"request_uri":"https://sterntours.test/aegypten-reisen/aegypten-reisefuehrer/abu-simbel/images/placeholder-image.png","method":"GET"} [] +[2020-07-09 12:33:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2020-07-09 12:33:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cc72cf","_route":"_wdt"},"request_uri":"https://sterntours.test/_wdt/cc72cf","method":"GET"} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":4118,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getWebProfiler_Controller_ProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen/aegypten- [...]"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.model AS model_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.travel_guide_content_id AS travel_guide_content_id_6, t0.owner AS owner_7, t0.owner_second AS owner_second_8, t0.catalog_id AS catalog_id_9, t0.catalog_index AS catalog_index_10, t0.slug AS slug_11, t0.status AS status_12, t0.show_in_navi AS show_in_navi_13, t0.order AS order_14, t0.title AS title_15, t0.title_short AS title_short_16, t0.before_title AS before_title_17, t0.pagetitle AS pagetitle_18, t0.description AS description_19, t0.keywords AS keywords_20, t0.content AS content_21, t0.content_new AS content_new_22, t0.buma_destination AS buma_destination_23, t0.OLD_CatalogID AS OLD_CatalogID_24, t0.OLD_OwnerID AS OLD_OwnerID_25, t0.buma_gjr AS buma_gjr_26, t0.date AS date_27, t0.`price-tags` AS pricetags_28, t0.text_right AS text_right_29, t0.keyword AS keyword_30, t0.canonical_url AS canonical_url_31, t0.template AS template_32, t0.real_url_path AS real_url_path_33, t0.box_body AS box_body_34, t0.box_image_url AS box_image_url_35, t0.box_star AS box_star_36, t0.box_discount AS box_discount_37, t0.cms_settings AS cms_settings_38, t0.tree_root AS tree_root_39, t0.parent_id AS parent_id_40, t0.travel_program AS travel_program_41, t0.fewo_lodging AS fewo_lodging_42, t0.country_id AS country_id_43 FROM page t0 WHERE t0.real_url_path = ? LIMIT 1 ["/aegypten-reisen"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 0 AND p0_.slug = ? LIMIT 1 ["aegypten-reisen"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 1 AND p0_.slug = ? AND (p0_.lft BETWEEN 599 AND 5120) LIMIT 1 ["aegypten-reisefuehrer"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 2 AND p0_.slug = ? AND (p0_.lft BETWEEN 1382 AND 1507) LIMIT 1 ["abu-simbel"] [] +[2020-07-09 12:33:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.model AS model_1, p0_.lft AS lft_2, p0_.lvl AS lvl_3, p0_.rgt AS rgt_4, p0_.travel_guide_content_id AS travel_guide_content_id_5, p0_.owner AS owner_6, p0_.owner_second AS owner_second_7, p0_.catalog_id AS catalog_id_8, p0_.catalog_index AS catalog_index_9, p0_.slug AS slug_10, p0_.status AS status_11, p0_.show_in_navi AS show_in_navi_12, p0_.order AS order_13, p0_.title AS title_14, p0_.title_short AS title_short_15, p0_.before_title AS before_title_16, p0_.pagetitle AS pagetitle_17, p0_.description AS description_18, p0_.keywords AS keywords_19, p0_.content AS content_20, p0_.content_new AS content_new_21, p0_.buma_destination AS buma_destination_22, p0_.OLD_CatalogID AS OLD_CatalogID_23, p0_.OLD_OwnerID AS OLD_OwnerID_24, p0_.buma_gjr AS buma_gjr_25, p0_.date AS date_26, p0_.`price-tags` AS pricetags_27, p0_.text_right AS text_right_28, p0_.keyword AS keyword_29, p0_.canonical_url AS canonical_url_30, p0_.template AS template_31, p0_.real_url_path AS real_url_path_32, p0_.box_body AS box_body_33, p0_.box_image_url AS box_image_url_34, p0_.box_star AS box_star_35, p0_.box_discount AS box_discount_36, p0_.cms_settings AS cms_settings_37, p0_.tree_root AS tree_root_38, p0_.parent_id AS parent_id_39, p0_.travel_program AS travel_program_40, p0_.fewo_lodging AS fewo_lodging_41, p0_.country_id AS country_id_42 FROM page p0_ WHERE p0_.lvl = 3 AND p0_.slug = ? AND (p0_.lft BETWEEN 1383 AND 1384) LIMIT 1 ["images"] [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Profiler_Profile" class is deprecated since Twig version 2.7, use "Twig\Profiler\Profile" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Profiler/Profile.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3960,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_ProfileService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2644,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":2663,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getProfilerListenerService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2270,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2239,"function":"lazyLoad","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":241,"function":"getListeners","class":"Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":131,"function":"preProcess","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Seite nicht gefunden: images" at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php line 157 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Seite nicht gefunden: images at /Users/kadmin/Websites/sterntours-3/src/AppBundle/Listener/KernelControllerListener.php:157)"} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Loader_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Loader\FilesystemLoader" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Loader/Filesystem.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3934,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_LoaderService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3844,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_Profiler" class is deprecated since Twig version 2.7, use "Twig\Extension\ProfilerExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Profiler.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php","line":19,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3849,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Node" class is deprecated since Twig version 2.7, use "Twig\Node\Node" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Node.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php","line":21,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php","line":34,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3850,"function":"__construct","class":"Symfony\\Bridge\\Twig\\Extension\\TranslationExtension","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_Debug" class is deprecated since Twig version 2.7, use "Twig\Extension\DebugExtension" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/Debug.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3859,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_InitRuntimeInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\InitRuntimeInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: The Symfony\Bridge\Twig\Extension\FormExtension class implements Twig\Extension\InitRuntimeInterface that is deprecated since Twig 2.7, to be removed in 3.0 {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":210,"function":"trigger_error"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3860,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] +[2020-07-09 12:33:17] php.INFO: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead. {"type":16384,"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"level":28928,"stack":[{"function":"handleError","class":"Symfony\\Component\\Debug\\ErrorHandler","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php","line":7,"function":"trigger_error"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php","line":17,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php","line":24,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php","line":142,"args":["/Users/kadmin/Websites/sterntours-3/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php"],"function":"require_once"},{"function":"loadClass","class":"Symfony\\Component\\Debug\\DebugClassLoader","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3862,"function":"spl_autoload_call"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwigService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/appDevDebugProjectContainer.php","line":3882,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php","line":274,"function":"getTwig_Controller_ExceptionService","class":"appDevDebugProjectContainer","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":3021,"function":"get","class":"Symfony\\Component\\DependencyInjection\\Container","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2457,"function":"createController","class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php","line":58,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":136,"function":"getController","class":"Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":68,"function":"handleRaw","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php","line":50,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"function":"onKernelException","class":"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php","line":61,"function":"call_user_func"},{"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2173,"function":"call_user_func"},{"file":"/Users/kadmin/Websites/sterntours-3/var/cache/dev/classes.php","line":2088,"function":"doDispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php","line":136,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":230,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php","line":79,"function":"handleException","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php","line":169,"function":"handle","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"->"},{"file":"/Users/kadmin/Websites/sterntours-3/web/app_dev.php","line":40,"function":"handle","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"->"}]} [] diff --git a/var/sessions/dev/sess_02h1gvksg4rh64fq72l64f0c9p b/var/sessions/dev/sess_02h1gvksg4rh64fq72l64f0c9p new file mode 100644 index 00000000..ba1cd02e --- /dev/null +++ b/var/sessions/dev/sess_02h1gvksg4rh64fq72l64f0c9p @@ -0,0 +1 @@ +_sf2_attributes|a:1:{s:4:"time";i:1594291667;}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1594291667;s:1:"c";i:1594289780;s:1:"l";s:1:"0";} \ No newline at end of file diff --git a/var/sessions/dev/sess_pbi133iglljm14ugj029s2mg66 b/var/sessions/dev/sess_pbi133iglljm14ugj029s2mg66 new file mode 100644 index 00000000..57b0dc07 --- /dev/null +++ b/var/sessions/dev/sess_pbi133iglljm14ugj029s2mg66 @@ -0,0 +1 @@ +_sf2_attributes|a:2:{s:4:"time";i:1589299460;s:26:"_csrf/fewo_booking_request";s:43:"1NXHXCJyMxuwJoU9QBkLHWHa8rk7QhZuEs0qXesTmUk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1589299460;s:1:"c";i:1589296605;s:1:"l";s:1:"0";} \ No newline at end of file diff --git a/trunk/_vendor/autoload.php b/vendor/autoload.php similarity index 100% rename from trunk/_vendor/autoload.php rename to vendor/autoload.php diff --git a/vendor/behat/transliterator/CHANGELOG.md b/vendor/behat/transliterator/CHANGELOG.md new file mode 100644 index 00000000..a6cf15ec --- /dev/null +++ b/vendor/behat/transliterator/CHANGELOG.md @@ -0,0 +1,22 @@ +# 1.3.0 / 2020-01-14 + +- Fix existing Travis CI builds +- Add CI builds for all PHP versions between 5.3 and 7.4 +- Add preliminary support for PHP 7.4 + +# 1.2.0 / 2017-04-04 + +- Stop Transliterator::postProcessText() breaking words containing apostrophes + +# 1.1.0 / 2015-09-28 + +- Updated unicode bank files +- Added a testsuite for the library + +# 1.0.1 / 2014-05-14 + +- fixed the regex used to replace non-word characters + +# 1.0.0 / 2014-01-12 + +- Initial release as a standalone component diff --git a/trunk/_vendor/behat/transliterator/CONTRIBUTING.md b/vendor/behat/transliterator/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/behat/transliterator/CONTRIBUTING.md rename to vendor/behat/transliterator/CONTRIBUTING.md diff --git a/trunk/_vendor/behat/transliterator/LICENSE b/vendor/behat/transliterator/LICENSE similarity index 100% rename from trunk/_vendor/behat/transliterator/LICENSE rename to vendor/behat/transliterator/LICENSE diff --git a/trunk/_vendor/behat/transliterator/README.md b/vendor/behat/transliterator/README.md similarity index 100% rename from trunk/_vendor/behat/transliterator/README.md rename to vendor/behat/transliterator/README.md diff --git a/vendor/behat/transliterator/composer.json b/vendor/behat/transliterator/composer.json new file mode 100644 index 00000000..fd1cd0ab --- /dev/null +++ b/vendor/behat/transliterator/composer.json @@ -0,0 +1,34 @@ +{ + "name": "behat/transliterator", + "description": "String transliterator", + "keywords": [ + "transliterator", + "slug", + "i18n" + ], + "type": "library", + "license": "Artistic-1.0", + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36|^6.3", + "php-yaoi/php-yaoi": "^1.0", + "chuyskywalker/rolling-curl": "^3.1" + }, + "autoload": { + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" + } + }, + "autoload-dev": { + "psr-4": { + "Behat\\Tests\\Transliterator\\": "tests" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + } +} diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/SyncTool.php b/vendor/behat/transliterator/src/Behat/Transliterator/SyncTool.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/SyncTool.php rename to vendor/behat/transliterator/src/Behat/Transliterator/SyncTool.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php b/vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php similarity index 94% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php rename to vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php index 5dc07d31..5847993b 100644 --- a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php +++ b/vendor/behat/transliterator/src/Behat/Transliterator/Transliterator.php @@ -354,26 +354,26 @@ abstract class Transliterator $chars = $ar[0]; foreach ($chars as $i => $c) { - if (ord($c{0}) >= 0 && ord($c{0}) <= 127) { + if (ord($c[0]) >= 0 && ord($c[0]) <= 127) { continue; } // ASCII - next please - if (ord($c{0}) >= 192 && ord($c{0}) <= 223) { - $ord = (ord($c{0}) - 192) * 64 + (ord($c{1}) - 128); + if (ord($c[0]) >= 192 && ord($c[0]) <= 223) { + $ord = (ord($c[0]) - 192) * 64 + (ord($c[1]) - 128); } - if (ord($c{0}) >= 224 && ord($c{0}) <= 239) { - $ord = (ord($c{0}) - 224) * 4096 + (ord($c{1}) - 128) * 64 + (ord($c{2}) - 128); + if (ord($c[0]) >= 224 && ord($c[0]) <= 239) { + $ord = (ord($c[0]) - 224) * 4096 + (ord($c[1]) - 128) * 64 + (ord($c[2]) - 128); } - if (ord($c{0}) >= 240 && ord($c{0}) <= 247) { - $ord = (ord($c{0}) - 240) * 262144 + (ord($c{1}) - 128) * 4096 + (ord($c{2}) - 128) * 64 + (ord($c{3}) - 128); + if (ord($c[0]) >= 240 && ord($c[0]) <= 247) { + $ord = (ord($c[0]) - 240) * 262144 + (ord($c[1]) - 128) * 4096 + (ord($c[2]) - 128) * 64 + (ord($c[3]) - 128); } - if (ord($c{0}) >= 248 && ord($c{0}) <= 251) { - $ord = (ord($c{0}) - 248) * 16777216 + (ord($c{1}) - 128) * 262144 + (ord($c{2}) - 128) * 4096 + (ord($c{3}) - 128) * 64 + (ord($c{4}) - 128); + if (ord($c[0]) >= 248 && ord($c[0]) <= 251) { + $ord = (ord($c[0]) - 248) * 16777216 + (ord($c[1]) - 128) * 262144 + (ord($c[2]) - 128) * 4096 + (ord($c[3]) - 128) * 64 + (ord($c[4]) - 128); } - if (ord($c{0}) >= 252 && ord($c{0}) <= 253) { - $ord = (ord($c{0}) - 252) * 1073741824 + (ord($c{1}) - 128) * 16777216 + (ord($c{2}) - 128) * 262144 + (ord($c{3}) - 128) * 4096 + (ord($c{4}) - 128) * 64 + (ord($c{5}) - 128); + if (ord($c[0]) >= 252 && ord($c[0]) <= 253) { + $ord = (ord($c[0]) - 252) * 1073741824 + (ord($c[1]) - 128) * 16777216 + (ord($c[2]) - 128) * 262144 + (ord($c[3]) - 128) * 4096 + (ord($c[4]) - 128) * 64 + (ord($c[5]) - 128); } - if (ord($c{0}) >= 254 && ord($c{0}) <= 255) { - $chars{$i} = $unknown; + if (ord($c[0]) >= 254 && ord($c[0]) <= 255) { + $chars[$i] = $unknown; continue; } //error @@ -390,9 +390,9 @@ abstract class Transliterator $newchar = $ord & 255; if (array_key_exists($newchar, $UTF8_TO_ASCII[$bank])) { - $chars{$i} = $UTF8_TO_ASCII[$bank][$newchar]; + $chars[$i] = $UTF8_TO_ASCII[$bank][$newchar]; } else { - $chars{$i} = $unknown; + $chars[$i] = $unknown; } } @@ -460,7 +460,7 @@ abstract class Transliterator $len = strlen($str); for ($i = 0; $i < $len; ++$i) { - $in = ord($str{$i}); + $in = ord($str[$i]); if ($mState == 0) { // When mState is zero we expect either a US-ASCII character or a // multi-octet sequence. diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x00.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x00.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x00.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x00.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x01.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x01.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x01.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x01.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x02.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x02.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x02.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x02.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x03.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x03.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x03.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x03.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x04.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x04.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x04.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x04.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x05.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x05.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x05.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x05.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x06.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x06.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x06.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x06.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x07.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x07.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x07.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x07.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x09.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x09.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x09.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x09.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x0f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x0f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x0f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x10.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x10.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x10.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x10.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x11.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x11.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x11.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x11.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x12.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x12.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x12.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x12.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x13.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x13.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x13.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x13.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x14.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x14.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x14.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x14.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x15.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x15.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x15.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x15.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x16.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x16.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x16.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x16.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x17.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x17.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x17.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x17.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x18.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x18.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x18.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x18.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x1e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x1e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x1e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x1e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x1f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x1f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x1f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x1f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x20.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x20.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x20.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x20.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x21.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x21.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x21.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x21.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x24.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x24.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x24.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x24.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x25.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x25.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x25.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x25.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x26.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x26.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x26.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x26.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x27.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x27.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x27.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x27.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x28.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x28.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x28.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x28.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x30.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x30.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x30.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x30.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x31.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x31.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x31.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x31.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x32.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x32.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x32.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x32.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x33.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x33.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x33.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x33.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x4e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x4e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x4e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x4e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x4f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x4f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x4f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x4f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x50.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x50.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x50.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x50.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x51.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x51.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x51.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x51.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x52.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x52.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x52.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x52.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x53.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x53.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x53.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x53.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x54.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x54.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x54.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x54.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x55.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x55.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x55.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x55.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x56.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x56.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x56.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x56.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x57.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x57.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x57.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x57.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x58.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x58.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x58.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x58.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x59.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x59.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x59.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x59.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x5f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x5f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x5f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x60.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x60.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x60.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x60.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x61.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x61.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x61.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x61.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x62.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x62.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x62.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x62.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x63.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x63.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x63.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x63.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x64.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x64.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x64.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x64.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x65.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x65.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x65.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x65.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x66.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x66.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x66.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x66.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x67.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x67.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x67.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x67.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x68.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x68.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x68.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x68.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x69.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x69.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x69.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x69.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x6f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x6f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x6f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x70.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x70.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x70.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x70.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x71.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x71.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x71.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x71.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x72.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x72.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x72.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x72.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x73.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x73.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x73.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x73.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x74.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x74.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x74.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x74.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x75.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x75.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x75.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x75.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x76.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x76.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x76.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x76.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x77.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x77.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x77.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x77.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x78.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x78.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x78.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x78.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x79.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x79.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x79.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x79.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x7f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x7f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x7f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x80.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x80.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x80.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x80.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x81.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x81.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x81.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x81.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x82.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x82.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x82.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x82.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x83.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x83.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x83.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x83.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x84.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x84.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x84.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x84.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x85.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x85.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x85.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x85.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x86.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x86.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x86.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x86.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x87.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x87.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x87.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x87.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x88.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x88.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x88.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x88.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x89.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x89.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x89.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x89.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x8f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x8f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x8f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x90.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x90.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x90.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x90.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x91.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x91.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x91.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x91.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x92.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x92.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x92.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x92.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x93.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x93.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x93.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x93.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x94.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x94.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x94.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x94.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x95.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x95.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x95.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x95.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x96.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x96.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x96.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x96.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x97.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x97.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x97.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x97.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x98.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x98.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x98.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x98.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x99.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x99.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x99.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x99.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9a.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9a.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9a.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9a.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9b.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9b.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9b.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9b.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9c.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9c.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9c.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9c.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9d.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9d.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9d.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9d.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9e.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9e.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9e.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9e.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9f.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/x9f.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/x9f.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/x9f.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa0.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xa0.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa0.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xa0.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa1.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xa1.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa1.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xa1.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa2.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xa2.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa2.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xa2.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa3.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xa3.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa3.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xa3.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa4.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xa4.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xa4.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xa4.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xac.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xac.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xac.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xac.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xad.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xad.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xad.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xad.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xae.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xae.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xae.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xae.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xaf.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xaf.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xaf.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xaf.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb0.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb0.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb0.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb0.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb1.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb1.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb1.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb1.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb2.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb2.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb2.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb2.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb3.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb3.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb3.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb3.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb4.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb4.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb4.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb4.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb5.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb5.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb5.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb5.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb6.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb6.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb6.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb6.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb7.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb7.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb7.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb7.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb8.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb8.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb8.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb8.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb9.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xb9.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xb9.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xb9.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xba.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xba.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xba.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xba.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbb.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xbb.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbb.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xbb.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbc.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xbc.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbc.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xbc.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbd.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xbd.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbd.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xbd.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbe.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xbe.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbe.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xbe.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbf.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xbf.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xbf.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xbf.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc0.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc0.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc0.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc0.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc1.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc1.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc1.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc1.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc2.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc2.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc2.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc2.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc3.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc3.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc3.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc3.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc4.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc4.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc4.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc4.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc5.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc5.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc5.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc5.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc6.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc6.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc6.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc6.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc7.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc7.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc7.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc7.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc8.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc8.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc8.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc8.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc9.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xc9.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xc9.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xc9.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xca.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xca.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xca.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xca.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcb.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xcb.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcb.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xcb.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcc.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xcc.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcc.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xcc.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcd.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xcd.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcd.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xcd.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xce.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xce.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xce.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xce.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcf.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xcf.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xcf.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xcf.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd0.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd0.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd0.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd0.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd1.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd1.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd1.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd1.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd2.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd2.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd2.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd2.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd3.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd3.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd3.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd3.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd4.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd4.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd4.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd4.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd5.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd5.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd5.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd5.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd6.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd6.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd6.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd6.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd7.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xd7.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xd7.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xd7.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xf9.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xf9.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xf9.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xf9.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfa.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xfa.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfa.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xfa.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfb.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xfb.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfb.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xfb.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfc.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xfc.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfc.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xfc.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfd.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xfd.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfd.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xfd.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfe.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xfe.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xfe.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xfe.php diff --git a/trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xff.php b/vendor/behat/transliterator/src/Behat/Transliterator/data/xff.php similarity index 100% rename from trunk/_vendor/behat/transliterator/src/Behat/Transliterator/data/xff.php rename to vendor/behat/transliterator/src/Behat/Transliterator/data/xff.php diff --git a/trunk/_vendor/bin/doctrine b/vendor/bin/doctrine similarity index 100% rename from trunk/_vendor/bin/doctrine rename to vendor/bin/doctrine diff --git a/trunk/_vendor/bin/doctrine-dbal b/vendor/bin/doctrine-dbal similarity index 100% rename from trunk/_vendor/bin/doctrine-dbal rename to vendor/bin/doctrine-dbal diff --git a/trunk/_vendor/bin/doctrine-migrations b/vendor/bin/doctrine-migrations similarity index 100% rename from trunk/_vendor/bin/doctrine-migrations rename to vendor/bin/doctrine-migrations diff --git a/trunk/_vendor/bin/doctrine.php b/vendor/bin/doctrine.php similarity index 100% rename from trunk/_vendor/bin/doctrine.php rename to vendor/bin/doctrine.php diff --git a/trunk/_vendor/bin/security-checker b/vendor/bin/security-checker similarity index 100% rename from trunk/_vendor/bin/security-checker rename to vendor/bin/security-checker diff --git a/trunk/_vendor/bin/simple-phpunit b/vendor/bin/simple-phpunit similarity index 100% rename from trunk/_vendor/bin/simple-phpunit rename to vendor/bin/simple-phpunit diff --git a/trunk/_vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php similarity index 98% rename from trunk/_vendor/composer/ClassLoader.php rename to vendor/composer/ClassLoader.php index 95f7e097..fce8549f 100644 --- a/trunk/_vendor/composer/ClassLoader.php +++ b/vendor/composer/ClassLoader.php @@ -279,7 +279,7 @@ class ClassLoader */ public function setApcuPrefix($apcuPrefix) { - $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null; + $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; } /** diff --git a/trunk/_vendor/composer/LICENSE b/vendor/composer/LICENSE similarity index 100% rename from trunk/_vendor/composer/LICENSE rename to vendor/composer/LICENSE diff --git a/trunk/_vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php similarity index 100% rename from trunk/_vendor/composer/autoload_classmap.php rename to vendor/composer/autoload_classmap.php diff --git a/trunk/_vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php similarity index 100% rename from trunk/_vendor/composer/autoload_files.php rename to vendor/composer/autoload_files.php diff --git a/trunk/_vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php similarity index 81% rename from trunk/_vendor/composer/autoload_namespaces.php rename to vendor/composer/autoload_namespaces.php index 74c24460..69ce28ca 100644 --- a/trunk/_vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -12,8 +12,6 @@ return array( 'Gregwar\\Cache' => array($vendorDir . '/gregwar/cache'), 'Doctrine\\ORM\\' => array($vendorDir . '/doctrine/orm/lib'), 'Doctrine\\DBAL\\' => array($vendorDir . '/doctrine/dbal/lib'), - 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'), 'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib'), - 'Behat\\Transliterator' => array($vendorDir . '/behat/transliterator/src'), 'Assetic' => array($vendorDir . '/kriswallsmith/assetic/src'), ); diff --git a/trunk/_vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php similarity index 95% rename from trunk/_vendor/composer/autoload_psr4.php rename to vendor/composer/autoload_psr4.php index f710a8c0..f143fe95 100644 --- a/trunk/_vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -42,6 +42,7 @@ return array( 'Gedmo\\' => array($vendorDir . '/gedmo/doctrine-extensions/lib/Gedmo'), 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), 'Doctrine\\DBAL\\Migrations\\' => array($vendorDir . '/doctrine/migrations/lib/Doctrine/DBAL/Migrations'), + 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer'), 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'), 'Doctrine\\Common\\Cache\\' => array($vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache'), 'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'), @@ -50,5 +51,6 @@ return array( 'Doctrine\\Bundle\\DoctrineCacheBundle\\' => array($vendorDir . '/doctrine/doctrine-cache-bundle'), 'Doctrine\\Bundle\\DoctrineBundle\\' => array($vendorDir . '/doctrine/doctrine-bundle'), 'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'), + 'Behat\\Transliterator\\' => array($vendorDir . '/behat/transliterator/src/Behat/Transliterator'), '' => array($baseDir . '/src'), ); diff --git a/trunk/_vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php similarity index 100% rename from trunk/_vendor/composer/autoload_real.php rename to vendor/composer/autoload_real.php diff --git a/trunk/_vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php similarity index 97% rename from trunk/_vendor/composer/autoload_static.php rename to vendor/composer/autoload_static.php index 745187ce..0a7edc9d 100644 --- a/trunk/_vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -81,6 +81,7 @@ class ComposerStaticInite6e12eaceecc31dcd27d780148645a66 array ( 'Doctrine\\Instantiator\\' => 22, 'Doctrine\\DBAL\\Migrations\\' => 25, + 'Doctrine\\Common\\Lexer\\' => 22, 'Doctrine\\Common\\Inflector\\' => 26, 'Doctrine\\Common\\Cache\\' => 22, 'Doctrine\\Common\\Annotations\\' => 28, @@ -93,6 +94,10 @@ class ComposerStaticInite6e12eaceecc31dcd27d780148645a66 array ( 'Composer\\CaBundle\\' => 18, ), + 'B' => + array ( + 'Behat\\Transliterator\\' => 21, + ), ); public static $prefixDirsPsr4 = array ( @@ -240,6 +245,10 @@ class ComposerStaticInite6e12eaceecc31dcd27d780148645a66 array ( 0 => __DIR__ . '/..' . '/doctrine/migrations/lib/Doctrine/DBAL/Migrations', ), + 'Doctrine\\Common\\Lexer\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/lexer/lib/Doctrine/Common/Lexer', + ), 'Doctrine\\Common\\Inflector\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Common/Inflector', @@ -272,6 +281,10 @@ class ComposerStaticInite6e12eaceecc31dcd27d780148645a66 array ( 0 => __DIR__ . '/..' . '/composer/ca-bundle/src', ), + 'Behat\\Transliterator\\' => + array ( + 0 => __DIR__ . '/..' . '/behat/transliterator/src/Behat/Transliterator', + ), ); public static $fallbackDirsPsr4 = array ( @@ -314,22 +327,11 @@ class ComposerStaticInite6e12eaceecc31dcd27d780148645a66 array ( 0 => __DIR__ . '/..' . '/doctrine/dbal/lib', ), - 'Doctrine\\Common\\Lexer\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/lexer/lib', - ), 'Doctrine\\Common\\Collections\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/collections/lib', ), ), - 'B' => - array ( - 'Behat\\Transliterator' => - array ( - 0 => __DIR__ . '/..' . '/behat/transliterator/src', - ), - ), 'A' => array ( 'Assetic' => diff --git a/trunk/_vendor/composer/ca-bundle/LICENSE b/vendor/composer/ca-bundle/LICENSE similarity index 100% rename from trunk/_vendor/composer/ca-bundle/LICENSE rename to vendor/composer/ca-bundle/LICENSE diff --git a/vendor/composer/ca-bundle/README.md b/vendor/composer/ca-bundle/README.md new file mode 100644 index 00000000..d8205ec5 --- /dev/null +++ b/vendor/composer/ca-bundle/README.md @@ -0,0 +1,85 @@ +composer/ca-bundle +================== + +Small utility library that lets you find a path to the system CA bundle, +and includes a fallback to the Mozilla CA bundle. + +Originally written as part of [composer/composer](https://github.com/composer/composer), +now extracted and made available as a stand-alone library. + + +Installation +------------ + +Install the latest version with: + +```bash +$ composer require composer/ca-bundle +``` + + +Requirements +------------ + +* PHP 5.3.2 is required but using the latest version of PHP is highly recommended. + + +Basic usage +----------- + +### `Composer\CaBundle\CaBundle` + +- `CaBundle::getSystemCaRootBundlePath()`: Returns the system CA bundle path, or a path to the bundled one as fallback +- `CaBundle::getBundledCaBundlePath()`: Returns the path to the bundled CA file +- `CaBundle::validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is safe to use +- `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse() +- `CaBundle::reset()`: Resets the static caches + + +#### To use with curl + +```php +$curl = curl_init("https://example.org/"); + +$caPathOrFile = \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(); +if (is_dir($caPathOrFile)) { + curl_setopt($curl, CURLOPT_CAPATH, $caPathOrFile); +} else { + curl_setopt($curl, CURLOPT_CAINFO, $caPathOrFile); +} + +$result = curl_exec($curl); +``` + +#### To use with php streams + +```php +$opts = array( + 'http' => array( + 'method' => "GET" + ) +); + +$caPathOrFile = \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(); +if (is_dir($caPathOrFile)) { + $opts['ssl']['capath'] = $caPathOrFile; +} else { + $opts['ssl']['cafile'] = $caPathOrFile; +} + +$context = stream_context_create($opts); +$result = file_get_contents('https://example.com', false, $context); +``` + +#### To use with Guzzle + +```php +$client = new \GuzzleHttp\Client([ + \GuzzleHttp\RequestOptions::VERIFY => \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath() +]); +``` + +License +------- + +composer/ca-bundle is licensed under the MIT License, see the LICENSE file for details. diff --git a/vendor/composer/ca-bundle/composer.json b/vendor/composer/ca-bundle/composer.json new file mode 100644 index 00000000..22de0a89 --- /dev/null +++ b/vendor/composer/ca-bundle/composer.json @@ -0,0 +1,54 @@ +{ + "name": "composer/ca-bundle", + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "type": "library", + "license": "MIT", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", + "psr/log": "^1.0", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "Composer\\CaBundle\\": "tests" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "config": { + "platform": { + "php": "5.3.9" + } + } +} diff --git a/trunk/_vendor/composer/ca-bundle/res/cacert.pem b/vendor/composer/ca-bundle/res/cacert.pem similarity index 90% rename from trunk/_vendor/composer/ca-bundle/res/cacert.pem rename to vendor/composer/ca-bundle/res/cacert.pem index 0cb1d007..651694e8 100644 --- a/trunk/_vendor/composer/ca-bundle/res/cacert.pem +++ b/vendor/composer/ca-bundle/res/cacert.pem @@ -1,7 +1,7 @@ ## ## Bundle of CA Root Certificates ## -## Certificate data from Mozilla as of: Wed Oct 17 03:12:10 2018 GMT +## Certificate data from Mozilla as of: Wed Jan 1 04:12:10 2020 GMT ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates @@ -14,7 +14,7 @@ ## Just configure this file as the SSLCACertificateFile. ## ## Conversion done with mk-ca-bundle.pl version 1.27. -## SHA256: 3f875d87fee4ce3d966c69f1d6c111aa95c0143ade59e4fa24882c582bb5f0ca +## SHA256: f3bdcd74612952da8476a9d4147f50b29ad0710b7dd95b4c8690500209986d70 ## @@ -261,28 +261,6 @@ gn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwXQMAJKOSLakhT2+zNVVXxxvjpoixMptEm X36vWkzaH6byHCx+rgIW0lbQL1dTR+iS -----END CERTIFICATE----- -Visa eCommerce Root -=================== ------BEGIN CERTIFICATE----- -MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBrMQswCQYDVQQG -EwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2Ug -QXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2 -WhcNMjIwNjI0MDAxNjEyWjBrMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMm -VmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv -bW1lcmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h2mCxlCfL -F9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4ElpF7sDPwsRROEW+1QK8b -RaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdVZqW1LS7YgFmypw23RuwhY/81q6UCzyr0 -TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI -/k4+oKsGGelT84ATB+0tvz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzs -GHxBvfaLdXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEG -MB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUFAAOCAQEAX/FBfXxc -CLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcRzCSs00Rsca4BIGsDoo8Ytyk6feUW -YFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pz -zkWKsKZJ/0x9nXGIxHYdkFsd7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBu -YQa7FkKMcPcw++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt -398znM/jra6O1I7mT1GvFpLgXPYHDw== ------END CERTIFICATE----- - Comodo AAA Services root ======================== -----BEGIN CERTIFICATE----- @@ -614,28 +592,6 @@ mNEVX58Svnw2Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep+OkuE6N36B9K -----END CERTIFICATE----- -Certplus Class 2 Primary CA -=========================== ------BEGIN CERTIFICATE----- -MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAwPTELMAkGA1UE -BhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFzcyAyIFByaW1hcnkgQ0EwHhcN -OTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2Vy -dHBsdXMxGzAZBgNVBAMTEkNsYXNzIDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP -ADCCAQoCggEBANxQltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR -5aiRVhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyLkcAbmXuZ -Vg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCdEgETjdyAYveVqUSISnFO -YFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yasH7WLO7dDWWuwJKZtkIvEcupdM5i3y95e -e++U8Rs+yskhwcWYAqqi9lt3m/V+llU0HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRME -CDAGAQH/AgEKMAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJ -YIZIAYb4QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMuY29t -L0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/AN9WM2K191EBkOvD -P9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8yfFC82x/xXp8HVGIutIKPidd3i1R -TtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMRFcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+ -7UCmnYR0ObncHoUW2ikbhiMAybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW -//1IMwrh3KWBkJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7 -l7+ijrRU ------END CERTIFICATE----- - DST Root CA X3 ============== -----BEGIN CERTIFICATE----- @@ -943,28 +899,6 @@ PBS1xp81HlDQwY9qcEQCYsuuHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== -----END CERTIFICATE----- -Deutsche Telekom Root CA 2 -========================== ------BEGIN CERTIFICATE----- -MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMT -RGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEG -A1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENBIDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5 -MjM1OTAwWjBxMQswCQYDVQQGEwJERTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0G -A1UECxMWVC1UZWxlU2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBS -b290IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEUha88EOQ5 -bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhCQN/Po7qCWWqSG6wcmtoI -KyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1MjwrrFDa1sPeg5TKqAyZMg4ISFZbavva4VhY -AUlfckE8FQYBjl2tqriTtM2e66foai1SNNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aK -Se5TBY8ZTNXeWHmb0mocQqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTV -jlsB9WoHtxa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAPBgNV -HRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAlGRZrTlk5ynr -E/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756AbrsptJh6sTtU6zkXR34ajgv8HzFZMQSy -zhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpaIzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8 -rZ7/gFnkm0W09juwzTkZmDLl6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4G -dyd1Lx+4ivn+xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU -Cm26OWMohpLzGITY+9HPBVZkVw== ------END CERTIFICATE----- - Cybertrust Global Root ====================== -----BEGIN CERTIFICATE----- @@ -2635,37 +2569,6 @@ kbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+ZAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3C ekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su -----END CERTIFICATE----- -Certinomis - Root CA -==================== ------BEGIN CERTIFICATE----- -MIIFkjCCA3qgAwIBAgIBATANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJGUjETMBEGA1UEChMK -Q2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxHTAbBgNVBAMTFENlcnRpbm9taXMg -LSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMzMTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIx -EzARBgNVBAoTCkNlcnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGwYDVQQDExRD -ZXJ0aW5vbWlzIC0gUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANTMCQos -P5L2fxSeC5yaah1AMGT9qt8OHgZbn1CF6s2Nq0Nn3rD6foCWnoR4kkjW4znuzuRZWJflLieY6pOo -d5tK8O90gC3rMB+12ceAnGInkYjwSond3IjmFPnVAy//ldu9n+ws+hQVWZUKxkd8aRi5pwP5ynap -z8dvtF4F/u7BUrJ1Mofs7SlmO/NKFoL21prbcpjp3vDFTKWrteoB4owuZH9kb/2jJZOLyKIOSY00 -8B/sWEUuNKqEUL3nskoTuLAPrjhdsKkb5nPJWqHZZkCqqU2mNAKthH6yI8H7KsZn9DS2sJVqM09x -RLWtwHkziOC/7aOgFLScCbAK42C++PhmiM1b8XcF4LVzbsF9Ri6OSyemzTUK/eVNfaoqoynHWmgE -6OXWk6RiwsXm9E/G+Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY/kXPLynNvEiCL7sCCeN5LLsJJwx3t -FvYk9CcbXFcx3FXuqB5vbKziRcxXV4p1VxngtViZSTYxPDMBbRZKzbgqg4SGm/lg0h9tkQPTYKbV -PZrdd5A9NaSfD171UkRpucC63M9933zZxKyGIjK8e2uR73r4F2iw4lNVYC2vPsKD2NkJK/DAZNuH -i5HMkesE/Xa0lZrmFAYb1TQdvtj/dBxThZngWVJKYe2InmtJiUZ+IFrZ50rlau7SZRFDAgMBAAGj -YzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTvkUz1pcMw6C8I -6tNxIqSSaHh02TAfBgNVHSMEGDAWgBTvkUz1pcMw6C8I6tNxIqSSaHh02TANBgkqhkiG9w0BAQsF -AAOCAgEAfj1U2iJdGlg+O1QnurrMyOMaauo++RLrVl89UM7g6kgmJs95Vn6RHJk/0KGRHCwPT5iV -WVO90CLYiF2cN/z7ZMF4jIuaYAnq1fohX9B0ZedQxb8uuQsLrbWwF6YSjNRieOpWauwK0kDDPAUw -Pk2Ut59KA9N9J0u2/kTO+hkzGm2kQtHdzMjI1xZSg081lLMSVX3l4kLr5JyTCcBMWwerx20RoFAX -lCOotQqSD7J6wWAsOMwaplv/8gzjqh8c3LigkyfeY+N/IZ865Z764BNqdeuWXGKRlI5nU7aJ+BIJ -y29SWwNyhlCVCNSNh4YVH5Uk2KRvms6knZtt0rJ2BobGVgjF6wnaNsIbW0G+YSrjcOa4pvi2WsS9 -Iff/ql+hbHY5ZtbqTFXhADObE5hjyW/QASAJN1LnDE8+zbz1X5YnpyACleAu6AdBBR8Vbtaw5Bng -DwKTACdyxYvRVB9dSsNAl35VpnzBMwQUAR1JIGkLGZOdblgi90AMRgwjY/M50n92Uaf0yKHxDHYi -I0ZSKS3io0EHVmmY0gUJvGnHWmHNj4FgFU2A3ZDifcRQ8ow7bkrHxuaAKzyBvBGAFhAn1/DNP3nM -cyrDflOR1m749fPH0FFNjkulW+YZFzvWgQncItzujrnEj1PhZ7szuIgVRs/taTX/dQ1G885x4cVr -hkIGuUE= ------END CERTIFICATE----- - OISTE WISeKey Global Root GB CA =============================== -----BEGIN CERTIFICATE----- @@ -3238,3 +3141,326 @@ BgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7TrYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0E AwMDaAAwZQIwJsdpW9zV57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtk AjEA2zQgMgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 -----END CERTIFICATE----- + +GTS Root R1 +=========== +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBHMQswCQYDVQQG +EwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJv +b3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAG +A1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx +9vaMf/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7wCl7r +aKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjwTcLCeoiKu7rPWRnW +r4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0PfyblqAj+lug8aJRT7oM6iCsVlgmy4HqM +LnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly +4cpk9+aCEI3oncKKiPo4Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr +06zqkUspzBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70paDPvOmbsB4om +3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrNVjzRlwW5y0vtOUucxD/SVRNu +JLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEM +BQADggIBADiWCu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 +d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6ZXPYfcX3v73sv +fuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZRgyFmxhE+885H7pwoHyXa/6xm +ld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9b +gsiG1eGZbYwE8na6SfZu6W0eX6DvJ4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq +4BjFbkerQUIpm/ZgDdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWEr +tXvM+SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyyF62ARPBo +pY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9SQ98POyDGCBDTtWTurQ0 +sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdwsE3PYJ/HQcu51OyLemGhmW/HGY0dVHLql +CFF1pkgl +-----END CERTIFICATE----- + +GTS Root R2 +=========== +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBHMQswCQYDVQQG +EwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJv +b3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAG +A1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTuk +k3LvCvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY6Dlo +7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAuMC6C/Pq8tBcKSOWI +m8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7kRXuJVfeKH2JShBKzwkCX44ofR5Gm +dFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbu +ak7MkogwTZq9TwtImoS1mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscsz +cTJGr61K8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKaG73Vululycsl +aVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCqgc7dGtxRcw1PcOnlthYhGXmy +5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEM +BQADggIBALZp8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT +vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiTz9D2PGcDFWEJ ++YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiApJiS4wGWAqoC7o87xdFtCjMw +c3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvbpxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3Da +WsYDQvTtN6LwG1BUSw7YhN4ZKJmBR64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5r +n/WkhLx3+WuXrD5RRaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56Gtmwfu +Nmsk0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC5AwiWVIQ +7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiFizoHCBy69Y9Vmhh1fuXs +gWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLnyOd/xCxgXS/Dr55FBcOEArf9LAhST4Ld +o/DUhgkC +-----END CERTIFICATE----- + +GTS Root R3 +=========== +-----BEGIN CERTIFICATE----- +MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJV +UzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3Qg +UjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UE +ChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUU +Rout736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL24Cej +QjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTB8Sa6oC2uhYHP +0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFukfCPAlaUs3L6JbyO5o91lAFJekazInXJ0 +glMLfalAvWhgxeG4VDvBNhcl2MG9AjEAnjWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOa +KaqW04MjyaR7YbPMAuhd +-----END CERTIFICATE----- + +GTS Root R4 +=========== +-----BEGIN CERTIFICATE----- +MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJV +UzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3Qg +UjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UE +ChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa +6zzuhXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvRHYqj +QjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSATNbrdP9JNqPV +2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0CMRw3J5QdCHojXohw0+WbhXRIjVhLfoI +N+4Zba3bssx9BzT1YBkstTTZbyACMANxsbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11x +zPKwTdb+mciUqXWi4w== +-----END CERTIFICATE----- + +UCA Global G2 Root +================== +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9MQswCQYDVQQG +EwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBHbG9iYWwgRzIgUm9vdDAeFw0x +NjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0xCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlU +cnVzdDEbMBkGA1UEAwwSVUNBIEdsb2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxeYrb3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmT +oni9kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzmVHqUwCoV +8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/RVogvGjqNO7uCEeBHANBS +h6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDcC/Vkw85DvG1xudLeJ1uK6NjGruFZfc8o +LTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIjtm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/ +R+zvWr9LesGtOxdQXGLYD0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBe +KW4bHAyvj5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6DlNaBa +4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6iIis7nCs+dwp4wwc +OxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznPO6Q0ibd5Ei9Hxeepl2n8pndntd97 +8XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFIHEjMz15DD/pQwIX4wVZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo +5sOASD0Ee/ojL3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl1qnN3e92mI0A +Ds0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oUb3n09tDh05S60FdRvScFDcH9 +yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LVPtateJLbXDzz2K36uGt/xDYotgIVilQsnLAX +c47QN6MUPJiVAAwpBVueSUmxX8fjy88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHo +jhJi6IjMtX9Gl8CbEGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZk +bxqgDMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI+Vg7RE+x +ygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGyYiGqhkCyLmTTX8jjfhFn +RR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bXUB+K+wb1whnw0A== +-----END CERTIFICATE----- + +UCA Extended Validation Root +============================ +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBHMQswCQYDVQQG +EwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9u +IFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMxMDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8G +A1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrs +iWogD4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvSsPGP2KxF +Rv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aopO2z6+I9tTcg1367r3CTu +eUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dksHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR +59mzLC52LqGj3n5qiAno8geK+LLNEOfic0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH +0mK1lTnj8/FtDw5lhIpjVMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KR +el7sFsLzKuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/TuDv +B0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41Gsx2VYVdWf6/wFlth +WG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs1+lvK9JKBZP8nm9rZ/+I8U6laUpS +NwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQDfwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS +3H5aBZ8eNJr34RQwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL +BQADggIBADaNl8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQVBcZEhrxH9cM +aVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5c6sq1WnIeJEmMX3ixzDx/BR4 +dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb ++7lsq+KePRXBOy5nAliRn+/4Qh8st2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOW +F3sGPjLtx7dCvHaj2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwi +GpWOvpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2CxR9GUeOc +GMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmxcmtpzyKEC2IPrNkZAJSi +djzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbMfjKaiJUINlK73nZfdklJrX+9ZSCyycEr +dhh2n1ax +-----END CERTIFICATE----- + +Certigna Root CA +================ +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAwWjELMAkGA1UE +BhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAwMiA0ODE0NjMwODEwMDAzNjEZ +MBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0xMzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjda +MFoxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYz +MDgxMDAwMzYxGTAXBgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sOty3tRQgX +stmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9MCiBtnyN6tMbaLOQdLNyz +KNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPuI9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8 +JXrJhFwLrN1CTivngqIkicuQstDuI7pmTLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16 +XdG+RCYyKfHx9WzMfgIhC59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq +4NYKpkDfePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3YzIoej +wpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWTCo/1VTp2lc5ZmIoJ +lXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1kJWumIWmbat10TWuXekG9qxf5kBdI +jzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp/ +/TBt2dzhauH8XwIDAQABo4IBGjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw +HQYDVR0OBBYEFBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczovL3d3d3cuY2Vy +dGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilodHRwOi8vY3JsLmNlcnRpZ25h +LmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYraHR0cDovL2NybC5kaGlteW90aXMuY29tL2Nl +cnRpZ25hcm9vdGNhLmNybDANBgkqhkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOIt +OoldaDgvUSILSo3L6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxP +TGRGHVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH60BGM+RFq +7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncBlA2c5uk5jR+mUYyZDDl3 +4bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdio2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd +8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS +6Cvu5zHbugRqh5jnxV/vfaci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaY +tlu3zM63Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayhjWZS +aX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw3kAP+HwV96LOPNde +E4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +emSign Root CA - G1 +=================== +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYDVQQGEwJJTjET +MBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRl +ZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBHMTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgx +ODMwMDBaMGcxCzAJBgNVBAYTAklOMRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVk +aHJhIFRlY2hub2xvZ2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIB +IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQzf2N4aLTN +LnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO8oG0x5ZOrRkVUkr+PHB1 +cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aqd7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHW +DV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhMtTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ +6DqS0hdW5TUaQBw+jSztOd9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrH +hQIDAQABo0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQDAgEG +MA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31xPaOfG1vR2vjTnGs2 +vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjMwiI/aTvFthUvozXGaCocV685743Q +NcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6dGNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q ++Mri/Tm3R7nrft8EI6/6nAYH6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeih +U80Bv2noWgbyRQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +emSign ECC Root CA - G3 +======================= +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQGEwJJTjETMBEG +A1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRlZDEg +MB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4 +MTgzMDAwWjBrMQswCQYDVQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11 +ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0WXTsuwYc +58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xySfvalY8L1X44uT6EYGQIr +MgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuBzhccLikenEhjQjAOBgNVHQ8BAf8EBAMC +AQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+D +CBeQyh+KTOgNG3qxrdWBCUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7 +jHvrZQnD+JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +emSign Root CA - C1 +=================== +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkGA1UEBhMCVVMx +EzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNp +Z24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAwMFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQD +ExNlbVNpZ24gUm9vdCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+up +ufGZBczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZHdPIWoU/ +Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH3DspVpNqs8FqOp099cGX +OFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvHGPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4V +I5b2P/AgNBbeCsbEBEV5f6f9vtKppa+cxSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleooms +lMuoaJuvimUnzYnu3Yy1aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+ +XJGFehiqTbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQAD +ggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87/kOXSTKZEhVb3xEp +/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4kqNPEjE2NuLe/gDEo2APJ62gsIq1 +NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrGYQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9 +wC68AivTxEDkigcxHpvOJpkT+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQ +BmIMMMAVSKeoWXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +emSign ECC Root CA - C3 +======================= +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQGEwJVUzETMBEG +A1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMxIDAeBgNVBAMTF2VtU2lnbiBF +Q0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAwMFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UE +BhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQD +ExdlbVNpZ24gRUNDIFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd +6bciMK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4OjavtisIGJAnB9 +SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0OBBYEFPtaSNCAIEDyqOkA +B2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49BAMDA2gA +MGUCMQC02C8Cif22TGK6Q04ThHK1rt0c3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwU +ZOR8loMRnLDRWmFLpg9J0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +Hongkong Post Root CA 3 +======================= +-----BEGIN CERTIFICATE----- +MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQELBQAwbzELMAkG +A1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJSG9uZyBLb25nMRYwFAYDVQQK +Ew1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25na29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2 +MDMwMjI5NDZaFw00MjA2MDMwMjI5NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtv +bmcxEjAQBgNVBAcTCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMX +SG9uZ2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz +iNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFOdem1p+/l6TWZ5Mwc50tf +jTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mIVoBc+L0sPOFMV4i707mV78vH9toxdCim +5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOe +sL4jpNrcyCse2m5FHomY2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj +0mRiikKYvLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+TtbNe/ +JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZbx39ri1UbSsUgYT2u +y1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+l2oBlKN8W4UdKjk60FSh0Tlxnf0h ++bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YKTE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsG +xVd7GYYKecsAyVKvQv83j+GjHno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwID +AQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e +i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEwDQYJKoZIhvcN +AQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG7BJ8dNVI0lkUmcDrudHr9Egw +W62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCkMpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWld +y8joRTnU+kLBEUx3XZL7av9YROXrgZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov ++BS5gLNdTaqX4fnkGMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDc +eqFS3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJmOzj/2ZQw +9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+l6mc1X5VTMbeRRAc6uk7 +nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6cJfTzPV4e0hz5sy229zdcxsshTrD3mUcY +hcErulWuBurQB7Lcq9CClnXO0lD+mefPL5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB +60PZ2Pierc+xYw5F9KBaLJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fq +dBb9HxEGmpv0 +-----END CERTIFICATE----- + +Entrust Root Certification Authority - G4 +========================================= +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAwgb4xCzAJBgNV +BAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3Qu +bmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1 +dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1 +dGhvcml0eSAtIEc0MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYT +AlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhv +cml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhv +cml0eSAtIEc0MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3D +umSXbcr3DbVZwbPLqGgZ2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV +3imz/f3ET+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j5pds +8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAMC1rlLAHGVK/XqsEQ +e9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73TDtTUXm6Hnmo9RR3RXRv06QqsYJn7 +ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNXwbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5X +xNMhIWNlUpEbsZmOeX7m640A2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV +7rtNOzK+mndmnqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwlN4y6mACXi0mW +Hv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNjc0kCAwEAAaNCMEAwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9n +MA0GCSqGSIb3DQEBCwUAA4ICAQAS5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4Q +jbRaZIxowLByQzTSGwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht +7LGrhFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/B7NTeLUK +YvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uIAeV8KEsD+UmDfLJ/fOPt +jqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbwH5Lk6rWS02FREAutp9lfx1/cH6NcjKF+ +m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKW +RGhXxNUzzxkvFMSUHHuk2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjA +JOgc47OlIQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk5F6G ++TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuYn/PIjhs4ViFqUZPT +kcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- diff --git a/trunk/_vendor/composer/ca-bundle/src/CaBundle.php b/vendor/composer/ca-bundle/src/CaBundle.php similarity index 90% rename from trunk/_vendor/composer/ca-bundle/src/CaBundle.php rename to vendor/composer/ca-bundle/src/CaBundle.php index 10bb87c8..29da6e82 100644 --- a/trunk/_vendor/composer/ca-bundle/src/CaBundle.php +++ b/vendor/composer/ca-bundle/src/CaBundle.php @@ -66,32 +66,21 @@ class CaBundle if (self::$caPath !== null) { return self::$caPath; } + $caBundlePaths = array(); + // If SSL_CERT_FILE env variable points to a valid certificate/bundle, use that. // This mimics how OpenSSL uses the SSL_CERT_FILE env variable. - $envCertFile = getenv('SSL_CERT_FILE'); - if ($envCertFile && is_readable($envCertFile) && static::validateCaFile($envCertFile, $logger)) { - return self::$caPath = $envCertFile; - } + $caBundlePaths[] = self::getEnvVariable('SSL_CERT_FILE'); // If SSL_CERT_DIR env variable points to a valid certificate/bundle, use that. // This mimics how OpenSSL uses the SSL_CERT_FILE env variable. - $envCertDir = getenv('SSL_CERT_DIR'); - if ($envCertDir && is_dir($envCertDir) && is_readable($envCertDir)) { - return self::$caPath = $envCertDir; - } + $caBundlePaths[] = self::getEnvVariable('SSL_CERT_DIR'); - $configured = ini_get('openssl.cafile'); - if ($configured && strlen($configured) > 0 && is_readable($configured) && static::validateCaFile($configured, $logger)) { - return self::$caPath = $configured; - } + $caBundlePaths[] = ini_get('openssl.cafile'); + $caBundlePaths[] = ini_get('openssl.capath'); - $configured = ini_get('openssl.capath'); - if ($configured && is_dir($configured) && is_readable($configured)) { - return self::$caPath = $configured; - } - - $caBundlePaths = array( + $otherLocations = array( '/etc/pki/tls/certs/ca-bundle.crt', // Fedora, RHEL, CentOS (ca-certificates package) '/etc/ssl/certs/ca-certificates.crt', // Debian, Ubuntu, Gentoo, Arch Linux (ca-certificates package) '/etc/ssl/ca-bundle.pem', // SUSE, openSUSE (ca-certificates package) @@ -103,17 +92,21 @@ class CaBundle '/etc/ssl/cert.pem', // OpenBSD '/usr/local/etc/ssl/cert.pem', // FreeBSD 10.x '/usr/local/etc/openssl/cert.pem', // OS X homebrew, openssl package + '/usr/local/etc/openssl@1.1/cert.pem', // OS X homebrew, openssl@1.1 package ); - foreach ($caBundlePaths as $caBundle) { - if (@is_readable($caBundle) && static::validateCaFile($caBundle, $logger)) { - return self::$caPath = $caBundle; - } + foreach($otherLocations as $location) { + $otherLocations[] = dirname($location); } + $caBundlePaths = array_merge($caBundlePaths, $otherLocations); + foreach ($caBundlePaths as $caBundle) { - $caBundle = dirname($caBundle); - if (@is_dir($caBundle) && glob($caBundle.'/*')) { + if (self::caFileUsable($caBundle, $logger)) { + return self::$caPath = $caBundle; + } + + if (self::caDirUsable($caBundle)) { return self::$caPath = $caBundle; } } @@ -305,4 +298,27 @@ EOT; self::$caPath = null; self::$useOpensslParse = null; } + + private static function getEnvVariable($name) + { + if (isset($_SERVER[$name])) { + return (string) $_SERVER[$name]; + } + + if (PHP_SAPI === 'cli' && ($value = getenv($name)) !== false && $value !== null) { + return (string) $value; + } + + return false; + } + + private static function caFileUsable($certFile, LoggerInterface $logger = null) + { + return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($certFile, $logger); + } + + private static function caDirUsable($certDir) + { + return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*'); + } } diff --git a/trunk/_vendor/composer/installed.json b/vendor/composer/installed.json similarity index 91% rename from trunk/_vendor/composer/installed.json rename to vendor/composer/installed.json index c1c5e90a..b6bd3a35 100644 --- a/trunk/_vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1,17 +1,17 @@ [ { "name": "behat/transliterator", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", "shasum": "" }, "require": { @@ -19,9 +19,10 @@ }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", - "php-yaoi/php-yaoi": "^1.0" + "php-yaoi/php-yaoi": "^1.0", + "phpunit/phpunit": "^4.8.36|^6.3" }, - "time": "2017-04-04T11:38:05+00:00", + "time": "2020-01-14T16:39:13+00:00", "type": "library", "extra": { "branch-alias": { @@ -30,8 +31,8 @@ }, "installation-source": "dist", "autoload": { - "psr-0": { - "Behat\\Transliterator": "src/" + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" } }, "notification-url": "https://packagist.org/downloads/", @@ -47,30 +48,30 @@ }, { "name": "composer/ca-bundle", - "version": "1.1.3", - "version_normalized": "1.1.3.0", + "version": "1.2.6", + "version_normalized": "1.2.6.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660" + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660", - "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e", + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0 || ^4.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" }, - "time": "2018-10-18T06:09:13+00:00", + "time": "2020-01-13T10:02:55+00:00", "type": "library", "extra": { "branch-alias": { @@ -464,17 +465,17 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "1.9.1", - "version_normalized": "1.9.1.0", + "version": "1.10.3", + "version_normalized": "1.10.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f" + "reference": "907dafe1ba73c4c3b0f0ae8cfc1b9958c002e58c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f", - "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/907dafe1ba73c4c3b0f0ae8cfc1b9958c002e58c", + "reference": "907dafe1ba73c4c3b0f0ae8cfc1b9958c002e58c", "shasum": "" }, "require": { @@ -492,8 +493,8 @@ }, "require-dev": { "doctrine/orm": "~2.4", + "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^4.8.36|^5.7|^6.4", - "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", "symfony/property-info": "~2.8|~3.0|~4.0", "symfony/validator": "~2.7|~3.0|~4.0", @@ -505,11 +506,11 @@ "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "symfony/web-profiler-bundle": "To use the data collector." }, - "time": "2018-04-19T14:07:39+00:00", + "time": "2019-04-04T08:03:53+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.9.x-dev" } }, "installation-source": "dist", @@ -829,23 +830,26 @@ }, { "name": "doctrine/lexer", - "version": "v1.0.1", - "version_normalized": "1.0.1.0", + "version": "1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "shasum": "" }, "require": { "php": ">=5.3.2" }, - "time": "2014-09-09T13:34:57+00:00", + "require-dev": { + "phpunit/phpunit": "^4.5" + }, + "time": "2019-06-08T11:03:04+00:00", "type": "library", "extra": { "branch-alias": { @@ -854,8 +858,8 @@ }, "installation-source": "dist", "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", @@ -876,11 +880,14 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ + "annotations", + "docblock", "lexer", - "parser" + "parser", + "php" ] }, { @@ -965,12 +972,12 @@ "version_normalized": "2.5.14.0", "source": { "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", + "url": "https://github.com/doctrine/orm.git", "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754", + "url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754", "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754", "shasum": "" }, @@ -1039,17 +1046,17 @@ }, { "name": "gedmo/doctrine-extensions", - "version": "v2.4.36", - "version_normalized": "2.4.36.0", + "version": "v2.4.39", + "version_normalized": "2.4.39.0", "source": { "type": "git", "url": "https://github.com/Atlantic18/DoctrineExtensions.git", - "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27" + "reference": "c549b40bff560380c53812283d25ce42ee0992e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/87c78ff9fd4b90460386f753d95622f6fbbfcb27", - "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27", + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c549b40bff560380c53812283d25ce42ee0992e4", + "reference": "c549b40bff560380c53812283d25ce42ee0992e4", "shasum": "" }, "require": { @@ -1058,20 +1065,21 @@ "php": ">=5.3.2" }, "conflict": { - "doctrine/annotations": "<1.2" + "doctrine/annotations": "<1.2", + "doctrine/mongodb-odm": ">=2.0" }, "require-dev": { "doctrine/common": ">=2.5.0", - "doctrine/mongodb-odm": ">=1.0.2", + "doctrine/mongodb-odm": ">=1.0.2 <2.0", "doctrine/orm": ">=2.5.0", - "phpunit/phpunit": "^4.8.35|^5.7|^6.5", - "symfony/yaml": "~2.6|~3.0|~4.0" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "suggest": { "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", "doctrine/orm": "to use the extensions with the ORM" }, - "time": "2018-07-26T12:16:35+00:00", + "time": "2020-01-18T06:26:05+00:00", "type": "library", "extra": { "branch-alias": { @@ -1089,10 +1097,6 @@ "MIT" ], "authors": [ - { - "name": "David Buchmann", - "email": "david@liip.ch" - }, { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" @@ -1100,6 +1104,10 @@ { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" + }, + { + "name": "David Buchmann", + "email": "david@liip.ch" } ], "description": "Doctrine2 behavioral extensions", @@ -1167,18 +1175,18 @@ }, { "name": "gregwar/image", - "version": "v2.0.23", - "version_normalized": "2.0.23.0", + "version": "v2.0.25", + "version_normalized": "2.0.25.0", "target-dir": "Gregwar/Image", "source": { "type": "git", "url": "https://github.com/Gregwar/Image.git", - "reference": "25fbb91a95d41d44587ee7ca8923745b66221a7d" + "reference": "03534d5760cbea5c96e6292041ff81a3bb205c36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Gregwar/Image/zipball/25fbb91a95d41d44587ee7ca8923745b66221a7d", - "reference": "25fbb91a95d41d44587ee7ca8923745b66221a7d", + "url": "https://api.github.com/repos/Gregwar/Image/zipball/03534d5760cbea5c96e6292041ff81a3bb205c36", + "reference": "03534d5760cbea5c96e6292041ff81a3bb205c36", "shasum": "" }, "require": { @@ -1193,7 +1201,7 @@ "suggest": { "behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names" }, - "time": "2018-10-25T17:12:13+00:00", + "time": "2019-03-01T15:55:29+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1221,17 +1229,17 @@ }, { "name": "gregwar/image-bundle", - "version": "v2.2.3", - "version_normalized": "2.2.3.0", + "version": "v2.2.4", + "version_normalized": "2.2.4.0", "source": { "type": "git", "url": "https://github.com/Gregwar/ImageBundle.git", - "reference": "0024f16805cc3cf123ae4ac70ade1dd39eccc103" + "reference": "cc4bc913b7662d3532b99ce4617de6f13fe1ac7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Gregwar/ImageBundle/zipball/0024f16805cc3cf123ae4ac70ade1dd39eccc103", - "reference": "0024f16805cc3cf123ae4ac70ade1dd39eccc103", + "url": "https://api.github.com/repos/Gregwar/ImageBundle/zipball/cc4bc913b7662d3532b99ce4617de6f13fe1ac7d", + "reference": "cc4bc913b7662d3532b99ce4617de6f13fe1ac7d", "shasum": "" }, "require": { @@ -1244,7 +1252,7 @@ "require-dev": { "sllh/php-cs-fixer-styleci-bridge": "~1.1" }, - "time": "2018-08-06T21:09:05+00:00", + "time": "2019-09-23T13:08:26+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { @@ -1461,17 +1469,17 @@ }, { "name": "monolog/monolog", - "version": "1.24.0", - "version_normalized": "1.24.0.0", + "version": "1.25.3", + "version_normalized": "1.25.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1", + "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1", "shasum": "" }, "require": { @@ -1507,7 +1515,7 @@ "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, - "time": "2018-11-05T09:00:11+00:00", + "time": "2019-12-20T14:15:16+00:00", "type": "library", "extra": { "branch-alias": { @@ -1754,27 +1762,27 @@ }, { "name": "psr/log", - "version": "1.1.0", - "version_normalized": "1.1.0.0", + "version": "1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "time": "2018-11-20T15:27:04+00:00", + "time": "2019-11-01T11:05:21+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "installation-source": "dist", @@ -1803,22 +1811,22 @@ }, { "name": "sensio/distribution-bundle", - "version": "v5.0.23", - "version_normalized": "5.0.23.0", + "version": "v5.0.25", + "version_normalized": "5.0.25.0", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6" + "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6", - "reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf", + "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf", "shasum": "" }, "require": { "php": ">=5.3.9", - "sensiolabs/security-checker": "~5.0", + "sensiolabs/security-checker": "~5.0|~6.0", "symfony/class-loader": "~2.3|~3.0", "symfony/config": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0", @@ -1826,7 +1834,7 @@ "symfony/http-kernel": "~2.3|~3.0", "symfony/process": "~2.3|~3.0" }, - "time": "2018-10-25T15:26:23+00:00", + "time": "2019-06-18T15:43:58+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { @@ -1981,21 +1989,22 @@ "email": "fabien@symfony.com" } ], - "description": "This bundle generates code for you" + "description": "This bundle generates code for you", + "abandoned": "symfony/maker-bundle" }, { "name": "sensiolabs/security-checker", - "version": "v5.0.1", - "version_normalized": "5.0.1.0", + "version": "v5.0.3", + "version_normalized": "5.0.3.0", "source": { "type": "git", "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9" + "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9ea927417c949039a9cfb0d92af76fd1c538d9e9", - "reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/46be3f58adac13084497961e10eed9a7fb4d44d1", + "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1", "shasum": "" }, "require": { @@ -2003,7 +2012,7 @@ "php": ">=5.5.9", "symfony/console": "~2.7|~3.0|~4.0" }, - "time": "2018-10-16T10:30:44+00:00", + "time": "2018-12-19T17:14:59+00:00", "bin": [ "security-checker" ], @@ -2287,17 +2296,17 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v3.4.19", - "version_normalized": "3.4.19.0", + "version": "v3.4.37", + "version_normalized": "3.4.37.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "2155067dfc73e0e77dbc26f236af17e4df552de5" + "reference": "ebfd1b428ffc14306e843092763f228bfba168d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2155067dfc73e0e77dbc26f236af17e4df552de5", - "reference": "2155067dfc73e0e77dbc26f236af17e4df552de5", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ebfd1b428ffc14306e843092763f228bfba168d0", + "reference": "ebfd1b428ffc14306e843092763f228bfba168d0", "shasum": "" }, "require": { @@ -2307,10 +2316,9 @@ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, - "time": "2018-11-20T16:47:12+00:00", + "time": "2020-01-14T14:27:59+00:00", "bin": [ "bin/simple-phpunit" ], @@ -2355,27 +2363,27 @@ }, { "name": "symfony/polyfill-apcu", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2" + "reference": "f5a6efd9d9f68790120734f80f8fda972981edab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2", - "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/f5a6efd9d9f68790120734f80f8fda972981edab", + "reference": "f5a6efd9d9f68790120734f80f8fda972981edab", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2018-08-06T14:22:27+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2413,17 +2421,17 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", "shasum": "" }, "require": { @@ -2432,11 +2440,11 @@ "suggest": { "ext-ctype": "For best performance" }, - "time": "2018-08-06T14:22:27+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2453,13 +2461,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -2473,31 +2481,31 @@ }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "f22a90256d577c7ef7efad8df1f0201663d57644" + "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644", - "reference": "f22a90256d577c7ef7efad8df1f0201663d57644", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", + "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0|~4.0" + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, "suggest": { "ext-intl": "For best performance" }, - "time": "2018-08-06T14:22:27+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2533,17 +2541,17 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2", + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2", "shasum": "" }, "require": { @@ -2552,11 +2560,11 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2018-09-21T13:07:52+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2594,28 +2602,28 @@ }, { "name": "symfony/polyfill-php56", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "ff208829fe1aa48ab9af356992bb7199fed551af" + "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af", - "reference": "ff208829fe1aa48ab9af356992bb7199fed551af", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/16ec91cb06998b609501b55b7177b7d7c02badb3", + "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, - "time": "2018-09-21T06:26:08+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2652,28 +2660,28 @@ }, { "name": "symfony/polyfill-php70", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" + "reference": "419c4940024c30ccc033650373a1fe13890d3255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", - "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255", + "reference": "419c4940024c30ccc033650373a1fe13890d3255", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, - "time": "2018-09-21T06:26:08+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2713,27 +2721,27 @@ }, { "name": "symfony/polyfill-util", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "version": "v1.14.0", + "version_normalized": "1.14.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" + "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", - "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ba3cfcea6d0192cae46c62041f61cbb704b526d3", + "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2018-09-30T16:36:12+00:00", + "time": "2020-01-13T11:15:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.14-dev" } }, "installation-source": "dist", @@ -2972,23 +2980,23 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.2.26", - "version_normalized": "6.2.26.0", + "version": "6.3.5", + "version_normalized": "6.3.5.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "367241059ca166e3a76490f4448c284e0a161f15" + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15", - "reference": "367241059ca166e3a76490f4448c284e0a161f15", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "time": "2018-10-16T17:24:05+00:00", + "time": "2020-02-14T14:20:12+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3013,7 +3021,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "LGPL-3.0-only" ], "authors": [ { @@ -3036,34 +3044,33 @@ }, { "name": "twig/twig", - "version": "v2.5.0", - "version_normalized": "2.5.0.0", + "version": "v2.12.5", + "version_normalized": "2.12.5.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323" + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323", - "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94", "shasum": "" }, "require": { "php": "^7.0", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "~1.0" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "psr/container": "^1.0", - "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.3" + "symfony/phpunit-bridge": "^4.4|^5.0" }, - "time": "2018-07-13T07:18:09+00:00", + "time": "2020-02-11T15:31:23+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "2.12-dev" } }, "installation-source": "dist", @@ -3086,15 +3093,14 @@ "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, + { + "name": "Twig Team", + "role": "Contributors" + }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "https://twig.symfony.com/contributors", - "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", @@ -3105,17 +3111,17 @@ }, { "name": "whiteoctober/tcpdf-bundle", - "version": "1.1.1", - "version_normalized": "1.1.1.0", + "version": "1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberTCPDFBundle.git", - "reference": "c07470e0d7170dabf356c82399445f7026bd9ef0" + "reference": "33e57940af790c0c8ee6a200a1f0661e415d0a5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberTCPDFBundle/zipball/c07470e0d7170dabf356c82399445f7026bd9ef0", - "reference": "c07470e0d7170dabf356c82399445f7026bd9ef0", + "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberTCPDFBundle/zipball/33e57940af790c0c8ee6a200a1f0661e415d0a5c", + "reference": "33e57940af790c0c8ee6a200a1f0661e415d0a5c", "shasum": "" }, "require": { @@ -3123,7 +3129,7 @@ "symfony/framework-bundle": ">=2.0", "tecnickcom/tcpdf": "*" }, - "time": "2018-10-15T10:41:28+00:00", + "time": "2019-01-14T13:51:20+00:00", "type": "symfony-bundle", "installation-source": "dist", "autoload": { @@ -3201,7 +3207,8 @@ "keywords": [ "code", "zf2" - ] + ], + "abandoned": "laminas/laminas-code" }, { "name": "zendframework/zend-eventmanager", @@ -3257,6 +3264,7 @@ "eventmanager", "events", "zf2" - ] + ], + "abandoned": "laminas/laminas-eventmanager" } ] diff --git a/trunk/_vendor/doctrine/annotations/CHANGELOG.md b/vendor/doctrine/annotations/CHANGELOG.md similarity index 100% rename from trunk/_vendor/doctrine/annotations/CHANGELOG.md rename to vendor/doctrine/annotations/CHANGELOG.md diff --git a/trunk/_vendor/doctrine/annotations/LICENSE b/vendor/doctrine/annotations/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/annotations/LICENSE rename to vendor/doctrine/annotations/LICENSE diff --git a/trunk/_vendor/doctrine/annotations/README.md b/vendor/doctrine/annotations/README.md similarity index 100% rename from trunk/_vendor/doctrine/annotations/README.md rename to vendor/doctrine/annotations/README.md diff --git a/trunk/_vendor/doctrine/annotations/composer.json b/vendor/doctrine/annotations/composer.json similarity index 100% rename from trunk/_vendor/doctrine/annotations/composer.json rename to vendor/doctrine/annotations/composer.json diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php diff --git a/trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php similarity index 100% rename from trunk/_vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php rename to vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php diff --git a/trunk/_vendor/doctrine/annotations/phpstan.neon b/vendor/doctrine/annotations/phpstan.neon similarity index 100% rename from trunk/_vendor/doctrine/annotations/phpstan.neon rename to vendor/doctrine/annotations/phpstan.neon diff --git a/trunk/_vendor/doctrine/cache/.coveralls.yml b/vendor/doctrine/cache/.coveralls.yml similarity index 100% rename from trunk/_vendor/doctrine/cache/.coveralls.yml rename to vendor/doctrine/cache/.coveralls.yml diff --git a/trunk/_vendor/doctrine/cache/.gitignore b/vendor/doctrine/cache/.gitignore similarity index 100% rename from trunk/_vendor/doctrine/cache/.gitignore rename to vendor/doctrine/cache/.gitignore diff --git a/trunk/_vendor/doctrine/cache/.travis.yml b/vendor/doctrine/cache/.travis.yml similarity index 100% rename from trunk/_vendor/doctrine/cache/.travis.yml rename to vendor/doctrine/cache/.travis.yml diff --git a/trunk/_vendor/doctrine/cache/LICENSE b/vendor/doctrine/cache/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/cache/LICENSE rename to vendor/doctrine/cache/LICENSE diff --git a/trunk/_vendor/doctrine/cache/README.md b/vendor/doctrine/cache/README.md similarity index 100% rename from trunk/_vendor/doctrine/cache/README.md rename to vendor/doctrine/cache/README.md diff --git a/trunk/_vendor/doctrine/cache/UPGRADE.md b/vendor/doctrine/cache/UPGRADE.md similarity index 100% rename from trunk/_vendor/doctrine/cache/UPGRADE.md rename to vendor/doctrine/cache/UPGRADE.md diff --git a/trunk/_vendor/doctrine/cache/build.properties b/vendor/doctrine/cache/build.properties similarity index 100% rename from trunk/_vendor/doctrine/cache/build.properties rename to vendor/doctrine/cache/build.properties diff --git a/trunk/_vendor/doctrine/cache/build.xml b/vendor/doctrine/cache/build.xml similarity index 100% rename from trunk/_vendor/doctrine/cache/build.xml rename to vendor/doctrine/cache/build.xml diff --git a/trunk/_vendor/doctrine/cache/composer.json b/vendor/doctrine/cache/composer.json similarity index 100% rename from trunk/_vendor/doctrine/cache/composer.json rename to vendor/doctrine/cache/composer.json diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php diff --git a/trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php b/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php similarity index 100% rename from trunk/_vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php rename to vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php diff --git a/trunk/_vendor/doctrine/cache/phpunit.xml.dist b/vendor/doctrine/cache/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/cache/phpunit.xml.dist rename to vendor/doctrine/cache/phpunit.xml.dist diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheProviderTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheProviderTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheProviderTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheProviderTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php b/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php diff --git a/trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php b/vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php rename to vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php diff --git a/trunk/_vendor/doctrine/cache/tests/travis/php.ini b/vendor/doctrine/cache/tests/travis/php.ini similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/travis/php.ini rename to vendor/doctrine/cache/tests/travis/php.ini diff --git a/trunk/_vendor/doctrine/cache/tests/travis/phpunit.travis.xml b/vendor/doctrine/cache/tests/travis/phpunit.travis.xml similarity index 100% rename from trunk/_vendor/doctrine/cache/tests/travis/phpunit.travis.xml rename to vendor/doctrine/cache/tests/travis/phpunit.travis.xml diff --git a/trunk/_vendor/doctrine/collections/CONTRIBUTING.md b/vendor/doctrine/collections/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/doctrine/collections/CONTRIBUTING.md rename to vendor/doctrine/collections/CONTRIBUTING.md diff --git a/trunk/_vendor/doctrine/collections/LICENSE b/vendor/doctrine/collections/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/collections/LICENSE rename to vendor/doctrine/collections/LICENSE diff --git a/trunk/_vendor/doctrine/collections/README.md b/vendor/doctrine/collections/README.md similarity index 100% rename from trunk/_vendor/doctrine/collections/README.md rename to vendor/doctrine/collections/README.md diff --git a/trunk/_vendor/doctrine/collections/composer.json b/vendor/doctrine/collections/composer.json similarity index 100% rename from trunk/_vendor/doctrine/collections/composer.json rename to vendor/doctrine/collections/composer.json diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php diff --git a/trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php b/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php similarity index 100% rename from trunk/_vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php rename to vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php diff --git a/trunk/_vendor/doctrine/common/LICENSE b/vendor/doctrine/common/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/common/LICENSE rename to vendor/doctrine/common/LICENSE diff --git a/trunk/_vendor/doctrine/common/README.md b/vendor/doctrine/common/README.md similarity index 100% rename from trunk/_vendor/doctrine/common/README.md rename to vendor/doctrine/common/README.md diff --git a/trunk/_vendor/doctrine/common/UPGRADE_TO_2_1 b/vendor/doctrine/common/UPGRADE_TO_2_1 similarity index 100% rename from trunk/_vendor/doctrine/common/UPGRADE_TO_2_1 rename to vendor/doctrine/common/UPGRADE_TO_2_1 diff --git a/trunk/_vendor/doctrine/common/UPGRADE_TO_2_2 b/vendor/doctrine/common/UPGRADE_TO_2_2 similarity index 100% rename from trunk/_vendor/doctrine/common/UPGRADE_TO_2_2 rename to vendor/doctrine/common/UPGRADE_TO_2_2 diff --git a/trunk/_vendor/doctrine/common/composer.json b/vendor/doctrine/common/composer.json similarity index 100% rename from trunk/_vendor/doctrine/common/composer.json rename to vendor/doctrine/common/composer.json diff --git a/trunk/_vendor/doctrine/common/humbug.json.dist b/vendor/doctrine/common/humbug.json.dist similarity index 100% rename from trunk/_vendor/doctrine/common/humbug.json.dist rename to vendor/doctrine/common/humbug.json.dist diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php b/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php rename to vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/CommonException.php b/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/CommonException.php rename to vendor/doctrine/common/lib/Doctrine/Common/CommonException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Comparable.php b/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Comparable.php rename to vendor/doctrine/common/lib/Doctrine/Common/Comparable.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventManager.php b/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventManager.php rename to vendor/doctrine/common/lib/Doctrine/Common/EventManager.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php b/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php rename to vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Lexer.php b/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Lexer.php rename to vendor/doctrine/common/lib/Doctrine/Common/Lexer.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php b/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php rename to vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php b/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php rename to vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php b/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php rename to vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php b/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php rename to vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php b/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php rename to vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php b/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php rename to vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php b/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php rename to vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php b/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php rename to vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php diff --git a/trunk/_vendor/doctrine/common/lib/Doctrine/Common/Version.php b/vendor/doctrine/common/lib/Doctrine/Common/Version.php similarity index 100% rename from trunk/_vendor/doctrine/common/lib/Doctrine/Common/Version.php rename to vendor/doctrine/common/lib/Doctrine/Common/Version.php diff --git a/trunk/_vendor/doctrine/dbal/LICENSE b/vendor/doctrine/dbal/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/dbal/LICENSE rename to vendor/doctrine/dbal/LICENSE diff --git a/trunk/_vendor/doctrine/dbal/README.md b/vendor/doctrine/dbal/README.md similarity index 100% rename from trunk/_vendor/doctrine/dbal/README.md rename to vendor/doctrine/dbal/README.md diff --git a/trunk/_vendor/doctrine/dbal/SECURITY.md b/vendor/doctrine/dbal/SECURITY.md similarity index 100% rename from trunk/_vendor/doctrine/dbal/SECURITY.md rename to vendor/doctrine/dbal/SECURITY.md diff --git a/trunk/_vendor/doctrine/dbal/UPGRADE.md b/vendor/doctrine/dbal/UPGRADE.md similarity index 100% rename from trunk/_vendor/doctrine/dbal/UPGRADE.md rename to vendor/doctrine/dbal/UPGRADE.md diff --git a/trunk/_vendor/doctrine/dbal/bin/doctrine-dbal b/vendor/doctrine/dbal/bin/doctrine-dbal similarity index 100% rename from trunk/_vendor/doctrine/dbal/bin/doctrine-dbal rename to vendor/doctrine/dbal/bin/doctrine-dbal diff --git a/trunk/_vendor/doctrine/dbal/bin/doctrine-dbal.php b/vendor/doctrine/dbal/bin/doctrine-dbal.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/bin/doctrine-dbal.php rename to vendor/doctrine/dbal/bin/doctrine-dbal.php diff --git a/trunk/_vendor/doctrine/dbal/composer.json b/vendor/doctrine/dbal/composer.json similarity index 100% rename from trunk/_vendor/doctrine/dbal/composer.json rename to vendor/doctrine/dbal/composer.json diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown b/vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php diff --git a/trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php b/vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php similarity index 100% rename from trunk/_vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php rename to vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php similarity index 87% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php index d5de6f76..a4c645c9 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php +++ b/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php @@ -3,12 +3,16 @@ namespace Doctrine\Bundle\DoctrineBundle\Command; use Doctrine\DBAL\DriverManager; +use Exception; +use InvalidArgumentException; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; /** - * Database tool allows you to easily drop and create your configured databases. + * Database tool allows you to easily create your configured databases. + * + * @final */ class CreateDatabaseDoctrineCommand extends DoctrineCommand { @@ -41,8 +45,8 @@ EOT protected function execute(InputInterface $input, OutputInterface $output) { $connectionName = $input->getOption('connection'); - if (empty($connectionName) === true) { - $connectionName = $this->getContainer()->get('doctrine')->getDefaultConnectionName(); + if (empty($connectionName)) { + $connectionName = $this->getDoctrine()->getDefaultConnectionName(); } $connection = $this->getDoctrineConnection($connectionName); @@ -59,13 +63,13 @@ EOT $shards = $params['shards']; // Default select global $params = array_merge($params, $params['global']); - unset($params['global']['dbname']); + unset($params['global']['dbname'], $params['global']['path'], $params['global']['url']); if ($input->getOption('shard')) { foreach ($shards as $i => $shard) { if ($shard['id'] === (int) $input->getOption('shard')) { // Select sharded database $params = array_merge($params, $shard); - unset($params['shards'][$i]['dbname'], $params['id']); + unset($params['shards'][$i]['dbname'], $params['shards'][$i]['path'], $params['shards'][$i]['url'], $params['id']); break; } } @@ -75,7 +79,7 @@ EOT $hasPath = isset($params['path']); $name = $hasPath ? $params['path'] : (isset($params['dbname']) ? $params['dbname'] : false); if (! $name) { - throw new \InvalidArgumentException("Connection does not contain a 'path' or 'dbname' parameter and cannot be dropped."); + throw new InvalidArgumentException("Connection does not contain a 'path' or 'dbname' parameter and cannot be created."); } // Need to get rid of _every_ occurrence of dbname from connection configuration and we have already extracted all relevant info from url unset($params['dbname'], $params['path'], $params['url']); @@ -97,7 +101,7 @@ EOT $tmpConnection->getSchemaManager()->createDatabase($name); $output->writeln(sprintf('Created database %s for connection named %s', $name, $connectionName)); } - } catch (\Exception $e) { + } catch (Exception $e) { $output->writeln(sprintf('Could not create database %s for connection named %s', $name, $connectionName)); $output->writeln(sprintf('%s', $e->getMessage())); $error = true; diff --git a/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php new file mode 100644 index 00000000..e881d02a --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php @@ -0,0 +1,123 @@ +doctrine = $doctrine; + } + + /** + * @deprecated + */ + public function setContainer(ContainerInterface $container = null) + { + $this->container = $container; + } + + /** + * @deprecated + * + * @return ContainerInterface + * + * @throws LogicException + */ + protected function getContainer() + { + if ($this->container === null) { + $application = $this->getApplication(); + if ($application === null) { + throw new LogicException('The container cannot be retrieved as the application instance is not yet set.'); + } + + $this->container = $application->getKernel()->getContainer(); + } + + return $this->container; + } + + /** + * get a doctrine entity generator + * + * @return EntityGenerator + */ + protected function getEntityGenerator() + { + $entityGenerator = new EntityGenerator(); + $entityGenerator->setGenerateAnnotations(false); + $entityGenerator->setGenerateStubMethods(true); + $entityGenerator->setRegenerateEntityIfExists(false); + $entityGenerator->setUpdateEntityIfExists(true); + $entityGenerator->setNumSpaces(4); + $entityGenerator->setAnnotationPrefix('ORM\\'); + + return $entityGenerator; + } + + /** + * Get a doctrine entity manager by symfony name. + * + * @param string $name + * @param int|null $shardId + * + * @return EntityManager + */ + protected function getEntityManager($name, $shardId = null) + { + $manager = $this->getDoctrine()->getManager($name); + + if ($shardId) { + if (! $manager->getConnection() instanceof PoolingShardConnection) { + throw new LogicException(sprintf("Connection of EntityManager '%s' must implement shards configuration.", $name)); + } + + $manager->getConnection()->connect($shardId); + } + + return $manager; + } + + /** + * Get a doctrine dbal connection by symfony name. + * + * @param string $name + * + * @return Connection + */ + protected function getDoctrineConnection($name) + { + return $this->getDoctrine()->getConnection($name); + } + + /** + * @return ManagerRegistry + */ + protected function getDoctrine() + { + return $this->doctrine ?: $this->doctrine = $this->getContainer()->get('doctrine'); + } +} diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php similarity index 78% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php index 8c257b78..e34442e4 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php +++ b/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php @@ -3,12 +3,16 @@ namespace Doctrine\Bundle\DoctrineBundle\Command; use Doctrine\DBAL\DriverManager; +use Exception; +use InvalidArgumentException; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; /** - * Database tool allows you to easily drop and create your configured databases. + * Database tool allows you to easily drop your configured databases. + * + * @final */ class DropDatabaseDoctrineCommand extends DoctrineCommand { @@ -24,8 +28,8 @@ class DropDatabaseDoctrineCommand extends DoctrineCommand $this ->setName('doctrine:database:drop') ->setDescription('Drops the configured database') - ->addOption('connection', null, InputOption::VALUE_OPTIONAL, 'The connection to use for this command') ->addOption('shard', null, InputOption::VALUE_REQUIRED, 'The shard connection to use for this command') + ->addOption('connection', null, InputOption::VALUE_OPTIONAL, 'The connection to use for this command') ->addOption('if-exists', null, InputOption::VALUE_NONE, 'Don\'t trigger an error, when the database doesn\'t exist') ->addOption('force', null, InputOption::VALUE_NONE, 'Set this parameter to execute this action') ->setHelp(<<getDoctrineConnection($input->getOption('connection')); - $ifExists = $input->getOption('if-exists'); + $connectionName = $input->getOption('connection'); + if (empty($connectionName)) { + $connectionName = $this->getDoctrine()->getDefaultConnectionName(); + } + $connection = $this->getDoctrineConnection($connectionName); + + $ifExists = $input->getOption('if-exists'); $params = $connection->getParams(); if (isset($params['master'])) { @@ -75,14 +84,14 @@ EOT $name = isset($params['path']) ? $params['path'] : (isset($params['dbname']) ? $params['dbname'] : false); if (! $name) { - throw new \InvalidArgumentException("Connection does not contain a 'path' or 'dbname' parameter and cannot be dropped."); + throw new InvalidArgumentException("Connection does not contain a 'path' or 'dbname' parameter and cannot be dropped."); } unset($params['dbname'], $params['url']); if (! $input->getOption('force')) { $output->writeln('ATTENTION: This operation should not be executed in a production environment.'); $output->writeln(''); - $output->writeln(sprintf('Would drop the database named %s.', $name)); + $output->writeln(sprintf('Would drop the database %s for connection named %s.', $name, $connectionName)); $output->writeln('Please run the operation with --force to execute'); $output->writeln('All data will be lost!'); @@ -103,12 +112,12 @@ EOT try { if ($shouldDropDatabase) { $connection->getSchemaManager()->dropDatabase($name); - $output->writeln(sprintf('Dropped database for connection named %s', $name)); + $output->writeln(sprintf('Dropped database %s for connection named %s', $name, $connectionName)); } else { - $output->writeln(sprintf('Database for connection named %s doesn\'t exist. Skipped.', $name)); + $output->writeln(sprintf('Database %s for connection named %s doesn\'t exist. Skipped.', $name, $connectionName)); } - } catch (\Exception $e) { - $output->writeln(sprintf('Could not drop database for connection named %s', $name)); + } catch (Exception $e) { + $output->writeln(sprintf('Could not drop database %s for connection named %s', $name, $connectionName)); $output->writeln(sprintf('%s', $e->getMessage())); return self::RETURN_CODE_NOT_DROP; diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php similarity index 94% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php index 0c31fd48..2baeae29 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php +++ b/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php @@ -4,6 +4,8 @@ namespace Doctrine\Bundle\DoctrineBundle\Command; use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory; use Doctrine\ORM\Tools\EntityRepositoryGenerator; +use InvalidArgumentException; +use RuntimeException; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -11,6 +13,8 @@ use Symfony\Component\Console\Output\OutputInterface; /** * Generate entity classes from mapping information + * + * @final */ class GenerateEntitiesDoctrineCommand extends DoctrineCommand { @@ -79,19 +83,19 @@ EOT ' If you wish to generate your entities, use make:entity --regenerate from MakerBundle instead.', ]); - $manager = new DisconnectedMetadataFactory($this->getContainer()->get('doctrine')); + $manager = new DisconnectedMetadataFactory($this->getDoctrine()); try { $bundle = $this->getApplication()->getKernel()->getBundle($input->getArgument('name')); $output->writeln(sprintf('Generating entities for bundle "%s"', $bundle->getName())); $metadata = $manager->getBundleMetadata($bundle); - } catch (\InvalidArgumentException $e) { + } catch (InvalidArgumentException $e) { $name = strtr($input->getArgument('name'), '/', '\\'); $pos = strpos($name, ':'); if ($pos !== false) { - $name = $this->getContainer()->get('doctrine')->getAliasNamespace(substr($name, 0, $pos)) . '\\' . substr($name, $pos + 1); + $name = $this->getDoctrine()->getAliasNamespace(substr($name, 0, $pos)) . '\\' . substr($name, $pos + 1); } if (class_exists($name)) { @@ -117,7 +121,7 @@ EOT // Getting the metadata for the entity class once more to get the correct path if the namespace has multiple occurrences try { $entityMetadata = $manager->getClassMetadata($m->getName(), $input->getOption('path')); - } catch (\RuntimeException $e) { + } catch (RuntimeException $e) { // fall back to the bundle metadata when no entity class could be found $entityMetadata = $metadata; } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php similarity index 89% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php index e3ffed5d..c358e92f 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php +++ b/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php @@ -2,10 +2,12 @@ namespace Doctrine\Bundle\DoctrineBundle\Command; +use Doctrine\Common\Persistence\ManagerRegistry; use Doctrine\ORM\Mapping\Driver\DatabaseDriver; use Doctrine\ORM\Tools\Console\MetadataFilter; use Doctrine\ORM\Tools\DisconnectedClassMetadataFactory; use Doctrine\ORM\Tools\Export\ClassMetadataExporter; +use InvalidArgumentException; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -13,9 +15,24 @@ use Symfony\Component\Console\Output\OutputInterface; /** * Import Doctrine ORM metadata mapping information from an existing database. + * + * @final */ class ImportMappingDoctrineCommand extends DoctrineCommand { + /** @var string[] */ + private $bundles; + + /** + * @param string[] $bundles + */ + public function __construct(ManagerRegistry $doctrine, array $bundles) + { + parent::__construct($doctrine); + + $this->bundles = $bundles; + } + /** * {@inheritDoc} */ @@ -38,7 +55,7 @@ from an existing database: Generate annotation mappings into the src/ directory using App as the namespace: php %command.full_name% App\\\Entity annotation --path=src/Entity -Generate annotation mappings into the config/doctrine/ directory using App as the namespace: +Generate xml mappings into the config/doctrine/ directory using App as the namespace: php %command.full_name% App\\\Entity xml --path=config/doctrine Generate XML mappings into a bundle: @@ -73,8 +90,7 @@ EOT } $namespaceOrBundle = $input->getArgument('name'); - $bundles = $this->getContainer()->getParameter('kernel.bundles'); - if (isset($bundles[$namespaceOrBundle])) { + if (isset($this->bundles[$namespaceOrBundle])) { $bundle = $this->getApplication()->getKernel()->getBundle($namespaceOrBundle); $namespace = $bundle->getNamespace() . '\Entity'; @@ -89,7 +105,7 @@ EOT $namespace = $namespaceOrBundle; $destPath = $input->getOption('path'); if ($destPath === null) { - throw new \InvalidArgumentException('The --path option is required when passing a namespace (e.g. --path=src). If you intended to pass a bundle name, check your spelling.'); + throw new InvalidArgumentException('The --path option is required when passing a namespace (e.g. --path=src). If you intended to pass a bundle name, check your spelling.'); } } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php similarity index 93% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php index 32ae4e92..500db6fd 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php +++ b/vendor/doctrine/doctrine-bundle/Command/Proxy/DelegateCommand.php @@ -3,6 +3,7 @@ namespace Doctrine\Bundle\DoctrineBundle\Command\Proxy; use Doctrine\ORM\Version; +use RuntimeException; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -53,7 +54,7 @@ abstract class DelegateCommand extends Command protected function wrapCommand($entityManagerName) { if (! $this->isVersionCompatible()) { - throw new \RuntimeException(sprintf('"%s" requires doctrine-orm "%s" or newer', $this->getName(), $this->getMinimalVersion())); + throw new RuntimeException(sprintf('"%s" requires doctrine-orm "%s" or newer', $this->getName(), $this->getMinimalVersion())); } DoctrineCommandHelper::setApplicationEntityManager($this->getApplication(), $entityManagerName); diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DoctrineCommandHelper.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/DoctrineCommandHelper.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DoctrineCommandHelper.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/DoctrineCommandHelper.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php b/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php rename to vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/ConnectionFactory.php b/vendor/doctrine/doctrine-bundle/ConnectionFactory.php similarity index 80% rename from trunk/_vendor/doctrine/doctrine-bundle/ConnectionFactory.php rename to vendor/doctrine/doctrine-bundle/ConnectionFactory.php index 08a77612..f557fc19 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/ConnectionFactory.php +++ b/vendor/doctrine/doctrine-bundle/ConnectionFactory.php @@ -74,26 +74,23 @@ class ConnectionFactory * and the platform version is unknown. * For details have a look at DoctrineBundle issue #673. * - * * @return AbstractPlatform + * * @throws DBALException */ private function getDatabasePlatform(Connection $connection) { try { return $connection->getDatabasePlatform(); - } catch (DBALException $driverException) { - if ($driverException instanceof DriverException) { - throw new DBALException( - 'An exception occured while establishing a connection to figure out your platform version.' . PHP_EOL . - "You can circumvent this by setting a 'server_version' configuration value" . PHP_EOL . PHP_EOL . - 'For further information have a look at:' . PHP_EOL . - 'https://github.com/doctrine/DoctrineBundle/issues/673', - 0, - $driverException - ); - } - throw $driverException; + } catch (DriverException $driverException) { + throw new DBALException( + 'An exception occured while establishing a connection to figure out your platform version.' . PHP_EOL . + "You can circumvent this by setting a 'server_version' configuration value" . PHP_EOL . PHP_EOL . + 'For further information have a look at:' . PHP_EOL . + 'https://github.com/doctrine/DoctrineBundle/issues/673', + 0, + $driverException + ); } } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php b/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php similarity index 83% rename from trunk/_vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php rename to vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php index 9d1e7692..11afae31 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php +++ b/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php @@ -4,10 +4,13 @@ namespace Doctrine\Bundle\DoctrineBundle\Controller; use Doctrine\DBAL\Connection; use Doctrine\DBAL\Platforms\SQLServerPlatform; +use Exception; +use PDO; use Symfony\Component\DependencyInjection\ContainerAwareInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Profiler\Profiler; +use Symfony\Component\VarDumper\Cloner\Data; /** * ProfilerController. @@ -60,7 +63,7 @@ class ProfilerController implements ContainerAwareInterface } else { $results = $this->explainOtherPlatform($connection, $query); } - } catch (\Exception $e) { + } catch (Exception $e) { return new Response('This query cannot be explained.'); } @@ -77,14 +80,27 @@ class ProfilerController implements ContainerAwareInterface } else { $sql = 'SET SHOWPLAN_TEXT ON; GO; SET NOEXEC ON; ' . $query['sql'] . '; SET NOEXEC OFF; GO; SET SHOWPLAN_TEXT OFF;'; } - $stmt = $connection->executeQuery($sql, $query['params'], $query['types']); + + $params = $query['params']; + + if ($params instanceof Data) { + $params = $params->getValue(true); + } + + $stmt = $connection->executeQuery($sql, $params, $query['types']); $stmt->nextRowset(); - return $stmt->fetchAll(\PDO::FETCH_ASSOC); + return $stmt->fetchAll(PDO::FETCH_ASSOC); } private function explainOtherPlatform(Connection $connection, $query) { - return $connection->executeQuery('EXPLAIN ' . $query['sql'], $query['params'], $query['types']) - ->fetchAll(\PDO::FETCH_ASSOC); + $params = $query['params']; + + if ($params instanceof Data) { + $params = $params->getValue(true); + } + + return $connection->executeQuery('EXPLAIN ' . $query['sql'], $params, $query['types']) + ->fetchAll(PDO::FETCH_ASSOC); } } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php b/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php similarity index 95% rename from trunk/_vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php rename to vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php index 784ae19c..b1e2af66 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php +++ b/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php @@ -6,9 +6,12 @@ use Doctrine\Common\Persistence\ManagerRegistry; use Doctrine\ORM\Cache\Logging\CacheLoggerChain; use Doctrine\ORM\Cache\Logging\StatisticsCacheLogger; use Doctrine\ORM\Configuration; +use Doctrine\ORM\EntityManager; use Doctrine\ORM\Mapping\ClassMetadataFactory; +use Doctrine\ORM\Mapping\ClassMetadataInfo; use Doctrine\ORM\Tools\SchemaValidator; use Doctrine\ORM\Version; +use Exception; use Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector as BaseCollector; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; @@ -37,7 +40,7 @@ class DoctrineDataCollector extends BaseCollector /** * {@inheritdoc} */ - public function collect(Request $request, Response $response, \Exception $exception = null) + public function collect(Request $request, Response $response, Exception $exception = null) { parent::collect($request, $response, $exception); @@ -58,13 +61,14 @@ class DoctrineDataCollector extends BaseCollector ], ]; + /** @var EntityManager $em */ foreach ($this->registry->getManagers() as $name => $em) { $entities[$name] = []; /** @var ClassMetadataFactory $factory */ $factory = $em->getMetadataFactory(); $validator = new SchemaValidator($em); - /** @var $class \Doctrine\ORM\Mapping\ClassMetadataInfo */ + /** @var ClassMetadataInfo $class */ foreach ($factory->getLoadedMetadata() as $class) { if (isset($entities[$name][$class->getName()])) { continue; @@ -224,11 +228,11 @@ class DoctrineDataCollector extends BaseCollector $connectionGroupedQueries[$key]['count']++; $totalExecutionMS += $query['executionMS']; } - usort($connectionGroupedQueries, function ($a, $b) { + usort($connectionGroupedQueries, static function ($a, $b) { if ($a['executionMS'] === $b['executionMS']) { return 0; } - return ($a['executionMS'] < $b['executionMS']) ? 1 : -1; + return $a['executionMS'] < $b['executionMS'] ? 1 : -1; }); $this->groupedQueries[$connection] = $connectionGroupedQueries; } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php b/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php rename to vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php b/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php rename to vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php b/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php similarity index 96% rename from trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php rename to vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php index 516badf0..7ccafb74 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php +++ b/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php @@ -32,7 +32,7 @@ final class ServiceRepositoryCompilerPass implements CompilerPassInterface return; } - $repoReferences = array_map(function ($id) { + $repoReferences = array_map(static function ($id) { return new Reference($id); }, $repoServiceIds); diff --git a/vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php b/vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php new file mode 100644 index 00000000..f93d01be --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php @@ -0,0 +1,739 @@ +debug = (bool) $debug; + } + + /** + * {@inheritDoc} + */ + public function getConfigTreeBuilder() + { + $treeBuilder = new TreeBuilder('doctrine'); + + if (method_exists($treeBuilder, 'getRootNode')) { + $rootNode = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $rootNode = $treeBuilder->root('doctrine'); + } + + $this->addDbalSection($rootNode); + $this->addOrmSection($rootNode); + + return $treeBuilder; + } + + /** + * Add DBAL section to configuration tree + */ + private function addDbalSection(ArrayNodeDefinition $node) + { + $node + ->children() + ->arrayNode('dbal') + ->beforeNormalization() + ->ifTrue(static function ($v) { + return is_array($v) && ! array_key_exists('connections', $v) && ! array_key_exists('connection', $v); + }) + ->then(static function ($v) { + // Key that should not be rewritten to the connection config + $excludedKeys = ['default_connection' => true, 'types' => true, 'type' => true]; + $connection = []; + foreach ($v as $key => $value) { + if (isset($excludedKeys[$key])) { + continue; + } + $connection[$key] = $v[$key]; + unset($v[$key]); + } + $v['default_connection'] = isset($v['default_connection']) ? (string) $v['default_connection'] : 'default'; + $v['connections'] = [$v['default_connection'] => $connection]; + + return $v; + }) + ->end() + ->children() + ->scalarNode('default_connection')->end() + ->end() + ->fixXmlConfig('type') + ->children() + ->arrayNode('types') + ->useAttributeAsKey('name') + ->prototype('array') + ->beforeNormalization() + ->ifString() + ->then(static function ($v) { + return ['class' => $v]; + }) + ->end() + ->children() + ->scalarNode('class')->isRequired()->end() + ->booleanNode('commented')->defaultTrue()->end() + ->end() + ->end() + ->end() + ->end() + ->fixXmlConfig('connection') + ->append($this->getDbalConnectionsNode()) + ->end(); + } + + /** + * Return the dbal connections node + * + * @return ArrayNodeDefinition + */ + private function getDbalConnectionsNode() + { + $treeBuilder = new TreeBuilder('connections'); + + if (method_exists($treeBuilder, 'getRootNode')) { + $node = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $node = $treeBuilder->root('connections'); + } + + /** @var ArrayNodeDefinition $connectionNode */ + $connectionNode = $node + ->requiresAtLeastOneElement() + ->useAttributeAsKey('name') + ->prototype('array'); + + $this->configureDbalDriverNode($connectionNode); + + $connectionNode + ->fixXmlConfig('option') + ->fixXmlConfig('mapping_type') + ->fixXmlConfig('slave') + ->fixXmlConfig('shard') + ->fixXmlConfig('default_table_option') + ->children() + ->scalarNode('driver')->defaultValue('pdo_mysql')->end() + ->scalarNode('platform_service')->end() + ->booleanNode('auto_commit')->end() + ->scalarNode('schema_filter')->end() + ->booleanNode('logging')->defaultValue($this->debug)->end() + ->booleanNode('profiling')->defaultValue($this->debug)->end() + ->scalarNode('server_version')->end() + ->scalarNode('driver_class')->end() + ->scalarNode('wrapper_class')->end() + ->scalarNode('shard_manager_class')->end() + ->scalarNode('shard_choser')->end() + ->scalarNode('shard_choser_service')->end() + ->booleanNode('keep_slave')->end() + ->arrayNode('options') + ->useAttributeAsKey('key') + ->prototype('scalar')->end() + ->end() + ->arrayNode('mapping_types') + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->arrayNode('default_table_options') + ->info("This option is used by the schema-tool and affects generated SQL. Possible keys include 'charset','collate', and 'engine'.") + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->end(); + + $slaveNode = $connectionNode + ->children() + ->arrayNode('slaves') + ->useAttributeAsKey('name') + ->prototype('array'); + $this->configureDbalDriverNode($slaveNode); + + $shardNode = $connectionNode + ->children() + ->arrayNode('shards') + ->prototype('array') + ->children() + ->integerNode('id') + ->min(1) + ->isRequired() + ->end() + ->end(); + $this->configureDbalDriverNode($shardNode); + + return $node; + } + + /** + * Adds config keys related to params processed by the DBAL drivers + * + * These keys are available for slave configurations too. + */ + private function configureDbalDriverNode(ArrayNodeDefinition $node) + { + $node + ->children() + ->scalarNode('url')->info('A URL with connection information; any parameter value parsed from this string will override explicitly set parameters')->end() + ->scalarNode('dbname')->end() + ->scalarNode('host')->defaultValue('localhost')->end() + ->scalarNode('port')->defaultNull()->end() + ->scalarNode('user')->defaultValue('root')->end() + ->scalarNode('password')->defaultNull()->end() + ->scalarNode('application_name')->end() + ->scalarNode('charset')->end() + ->scalarNode('path')->end() + ->booleanNode('memory')->end() + ->scalarNode('unix_socket')->info('The unix socket to use for MySQL')->end() + ->booleanNode('persistent')->info('True to use as persistent connection for the ibm_db2 driver')->end() + ->scalarNode('protocol')->info('The protocol to use for the ibm_db2 driver (default to TCPIP if ommited)')->end() + ->booleanNode('service') + ->info('True to use SERVICE_NAME as connection parameter instead of SID for Oracle') + ->end() + ->scalarNode('servicename') + ->info( + 'Overrules dbname parameter if given and used as SERVICE_NAME or SID connection parameter ' . + 'for Oracle depending on the service parameter.' + ) + ->end() + ->scalarNode('sessionMode') + ->info('The session mode to use for the oci8 driver') + ->end() + ->scalarNode('server') + ->info('The name of a running database server to connect to for SQL Anywhere.') + ->end() + ->scalarNode('default_dbname') + ->info( + 'Override the default database (postgres) to connect to for PostgreSQL connexion.' + ) + ->end() + ->scalarNode('sslmode') + ->info( + 'Determines whether or with what priority a SSL TCP/IP connection will be negotiated with ' . + 'the server for PostgreSQL.' + ) + ->end() + ->scalarNode('sslrootcert') + ->info( + 'The name of a file containing SSL certificate authority (CA) certificate(s). ' . + 'If the file exists, the server\'s certificate will be verified to be signed by one of these authorities.' + ) + ->end() + ->scalarNode('sslcert') + ->info( + 'The path to the SSL client certificate file for PostgreSQL.' + ) + ->end() + ->scalarNode('sslkey') + ->info( + 'The path to the SSL client key file for PostgreSQL.' + ) + ->end() + ->scalarNode('sslcrl') + ->info( + 'The file name of the SSL certificate revocation list for PostgreSQL.' + ) + ->end() + ->booleanNode('pooled')->info('True to use a pooled server with the oci8/pdo_oracle driver')->end() + ->booleanNode('MultipleActiveResultSets')->info('Configuring MultipleActiveResultSets for the pdo_sqlsrv driver')->end() + ->booleanNode('use_savepoints')->info('Use savepoints for nested transactions')->end() + ->scalarNode('instancename') + ->info( + 'Optional parameter, complete whether to add the INSTANCE_NAME parameter in the connection.' . + ' It is generally used to connect to an Oracle RAC server to select the name' . + ' of a particular instance.' + ) + ->end() + ->scalarNode('connectstring') + ->info( + 'Complete Easy Connect connection descriptor, see https://docs.oracle.com/database/121/NETAG/naming.htm.' . + 'When using this option, you will still need to provide the user and password parameters, but the other ' . + 'parameters will no longer be used. Note that when using this parameter, the getHost and getPort methods' . + ' from Doctrine\DBAL\Connection will no longer function as expected.' + ) + ->end() + ->end() + ->beforeNormalization() + ->ifTrue(static function ($v) { + return ! isset($v['sessionMode']) && isset($v['session_mode']); + }) + ->then(static function ($v) { + $v['sessionMode'] = $v['session_mode']; + unset($v['session_mode']); + + return $v; + }) + ->end() + ->beforeNormalization() + ->ifTrue(static function ($v) { + return ! isset($v['MultipleActiveResultSets']) && isset($v['multiple_active_result_sets']); + }) + ->then(static function ($v) { + $v['MultipleActiveResultSets'] = $v['multiple_active_result_sets']; + unset($v['multiple_active_result_sets']); + + return $v; + }) + ->end(); + } + + /** + * Add the ORM section to configuration tree + */ + private function addOrmSection(ArrayNodeDefinition $node) + { + $node + ->children() + ->arrayNode('orm') + ->beforeNormalization() + ->ifTrue(static function ($v) { + if (! empty($v) && ! class_exists(EntityManager::class)) { + throw new LogicException('The doctrine/orm package is required when the doctrine.orm config is set.'); + } + + return $v === null || (is_array($v) && ! array_key_exists('entity_managers', $v) && ! array_key_exists('entity_manager', $v)); + }) + ->then(static function ($v) { + $v = (array) $v; + // Key that should not be rewritten to the connection config + $excludedKeys = [ + 'default_entity_manager' => true, + 'auto_generate_proxy_classes' => true, + 'proxy_dir' => true, + 'proxy_namespace' => true, + 'resolve_target_entities' => true, + 'resolve_target_entity' => true, + ]; + $entityManager = []; + foreach ($v as $key => $value) { + if (isset($excludedKeys[$key])) { + continue; + } + $entityManager[$key] = $v[$key]; + unset($v[$key]); + } + $v['default_entity_manager'] = isset($v['default_entity_manager']) ? (string) $v['default_entity_manager'] : 'default'; + $v['entity_managers'] = [$v['default_entity_manager'] => $entityManager]; + + return $v; + }) + ->end() + ->children() + ->scalarNode('default_entity_manager')->end() + ->scalarNode('auto_generate_proxy_classes')->defaultValue(false) + ->info('Auto generate mode possible values are: "NEVER", "ALWAYS", "FILE_NOT_EXISTS", "EVAL"') + ->validate() + ->ifTrue(function ($v) { + $generationModes = $this->getAutoGenerateModes(); + + if (is_int($v) && in_array($v, $generationModes['values']/*array(0, 1, 2, 3)*/)) { + return false; + } + if (is_bool($v)) { + return false; + } + if (is_string($v)) { + if (in_array(strtoupper($v), $generationModes['names']/*array('NEVER', 'ALWAYS', 'FILE_NOT_EXISTS', 'EVAL')*/)) { + return false; + } + } + + return true; + }) + ->thenInvalid('Invalid auto generate mode value %s') + ->end() + ->validate() + ->ifString() + ->then(static function ($v) { + return constant('Doctrine\Common\Proxy\AbstractProxyFactory::AUTOGENERATE_' . strtoupper($v)); + }) + ->end() + ->end() + ->scalarNode('proxy_dir')->defaultValue('%kernel.cache_dir%/doctrine/orm/Proxies')->end() + ->scalarNode('proxy_namespace')->defaultValue('Proxies')->end() + ->end() + ->fixXmlConfig('entity_manager') + ->append($this->getOrmEntityManagersNode()) + ->fixXmlConfig('resolve_target_entity', 'resolve_target_entities') + ->append($this->getOrmTargetEntityResolverNode()) + ->end() + ->end(); + } + + /** + * Return ORM target entity resolver node + * + * @return NodeDefinition + */ + private function getOrmTargetEntityResolverNode() + { + $treeBuilder = new TreeBuilder('resolve_target_entities'); + + if (method_exists($treeBuilder, 'getRootNode')) { + $node = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $node = $treeBuilder->root('resolve_target_entities'); + } + + $node + ->useAttributeAsKey('interface') + ->prototype('scalar') + ->cannotBeEmpty() + ->end(); + + return $node; + } + + /** + * Return ORM entity listener node + * + * @return NodeDefinition + */ + private function getOrmEntityListenersNode() + { + $treeBuilder = new TreeBuilder('entity_listeners'); + + if (method_exists($treeBuilder, 'getRootNode')) { + $node = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $node = $treeBuilder->root('entity_listeners'); + } + + $normalizer = static function ($mappings) { + $entities = []; + + foreach ($mappings as $entityClass => $mapping) { + $listeners = []; + + foreach ($mapping as $listenerClass => $listenerEvent) { + $events = []; + + foreach ($listenerEvent as $eventType => $eventMapping) { + if ($eventMapping === null) { + $eventMapping = [null]; + } + + foreach ($eventMapping as $method) { + $events[] = [ + 'type' => $eventType, + 'method' => $method, + ]; + } + } + + $listeners[] = [ + 'class' => $listenerClass, + 'event' => $events, + ]; + } + + $entities[] = [ + 'class' => $entityClass, + 'listener' => $listeners, + ]; + } + + return ['entities' => $entities]; + }; + + $node + ->beforeNormalization() + // Yaml normalization + ->ifTrue(static function ($v) { + return is_array(reset($v)) && is_string(key(reset($v))); + }) + ->then($normalizer) + ->end() + ->fixXmlConfig('entity', 'entities') + ->children() + ->arrayNode('entities') + ->useAttributeAsKey('class') + ->prototype('array') + ->fixXmlConfig('listener') + ->children() + ->arrayNode('listeners') + ->useAttributeAsKey('class') + ->prototype('array') + ->fixXmlConfig('event') + ->children() + ->arrayNode('events') + ->prototype('array') + ->children() + ->scalarNode('type')->end() + ->scalarNode('method')->defaultNull()->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end(); + + return $node; + } + + /** + * Return ORM entity manager node + * + * @return ArrayNodeDefinition + */ + private function getOrmEntityManagersNode() + { + $treeBuilder = new TreeBuilder('entity_managers'); + + if (method_exists($treeBuilder, 'getRootNode')) { + $node = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $node = $treeBuilder->root('entity_managers'); + } + + $node + ->requiresAtLeastOneElement() + ->useAttributeAsKey('name') + ->prototype('array') + ->addDefaultsIfNotSet() + ->append($this->getOrmCacheDriverNode('query_cache_driver')) + ->append($this->getOrmCacheDriverNode('metadata_cache_driver')) + ->append($this->getOrmCacheDriverNode('result_cache_driver')) + ->append($this->getOrmEntityListenersNode()) + ->children() + ->scalarNode('connection')->end() + ->scalarNode('class_metadata_factory_name')->defaultValue('Doctrine\ORM\Mapping\ClassMetadataFactory')->end() + ->scalarNode('default_repository_class')->defaultValue('Doctrine\ORM\EntityRepository')->end() + ->scalarNode('auto_mapping')->defaultFalse()->end() + ->scalarNode('naming_strategy')->defaultValue('doctrine.orm.naming_strategy.default')->end() + ->scalarNode('quote_strategy')->defaultValue('doctrine.orm.quote_strategy.default')->end() + ->scalarNode('entity_listener_resolver')->defaultNull()->end() + ->scalarNode('repository_factory')->defaultValue('doctrine.orm.container_repository_factory')->end() + ->end() + ->children() + ->arrayNode('second_level_cache') + ->children() + ->append($this->getOrmCacheDriverNode('region_cache_driver')) + ->scalarNode('region_lock_lifetime')->defaultValue(60)->end() + ->booleanNode('log_enabled')->defaultValue($this->debug)->end() + ->scalarNode('region_lifetime')->defaultValue(0)->end() + ->booleanNode('enabled')->defaultValue(true)->end() + ->scalarNode('factory')->end() + ->end() + ->fixXmlConfig('region') + ->children() + ->arrayNode('regions') + ->useAttributeAsKey('name') + ->prototype('array') + ->children() + ->append($this->getOrmCacheDriverNode('cache_driver')) + ->scalarNode('lock_path')->defaultValue('%kernel.cache_dir%/doctrine/orm/slc/filelock')->end() + ->scalarNode('lock_lifetime')->defaultValue(60)->end() + ->scalarNode('type')->defaultValue('default')->end() + ->scalarNode('lifetime')->defaultValue(0)->end() + ->scalarNode('service')->end() + ->scalarNode('name')->end() + ->end() + ->end() + ->end() + ->end() + ->fixXmlConfig('logger') + ->children() + ->arrayNode('loggers') + ->useAttributeAsKey('name') + ->prototype('array') + ->children() + ->scalarNode('name')->end() + ->scalarNode('service')->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->fixXmlConfig('hydrator') + ->children() + ->arrayNode('hydrators') + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->end() + ->fixXmlConfig('mapping') + ->children() + ->arrayNode('mappings') + ->useAttributeAsKey('name') + ->prototype('array') + ->beforeNormalization() + ->ifString() + ->then(static function ($v) { + return ['type' => $v]; + }) + ->end() + ->treatNullLike([]) + ->treatFalseLike(['mapping' => false]) + ->performNoDeepMerging() + ->children() + ->scalarNode('mapping')->defaultValue(true)->end() + ->scalarNode('type')->end() + ->scalarNode('dir')->end() + ->scalarNode('alias')->end() + ->scalarNode('prefix')->end() + ->booleanNode('is_bundle')->end() + ->end() + ->end() + ->end() + ->arrayNode('dql') + ->fixXmlConfig('string_function') + ->fixXmlConfig('numeric_function') + ->fixXmlConfig('datetime_function') + ->children() + ->arrayNode('string_functions') + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->arrayNode('numeric_functions') + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->arrayNode('datetime_functions') + ->useAttributeAsKey('name') + ->prototype('scalar')->end() + ->end() + ->end() + ->end() + ->end() + ->fixXmlConfig('filter') + ->children() + ->arrayNode('filters') + ->info('Register SQL Filters in the entity manager') + ->useAttributeAsKey('name') + ->prototype('array') + ->beforeNormalization() + ->ifString() + ->then(static function ($v) { + return ['class' => $v]; + }) + ->end() + ->beforeNormalization() + // The content of the XML node is returned as the "value" key so we need to rename it + ->ifTrue(static function ($v) { + return is_array($v) && isset($v['value']); + }) + ->then(static function ($v) { + $v['class'] = $v['value']; + unset($v['value']); + + return $v; + }) + ->end() + ->fixXmlConfig('parameter') + ->children() + ->scalarNode('class')->isRequired()->end() + ->booleanNode('enabled')->defaultFalse()->end() + ->arrayNode('parameters') + ->useAttributeAsKey('name') + ->prototype('variable')->end() + ->end() + ->end() + ->end() + ->end() + ->end() + ->end(); + + return $node; + } + + /** + * Return a ORM cache driver node for an given entity manager + * + * @param string $name + * + * @return ArrayNodeDefinition + */ + private function getOrmCacheDriverNode($name) + { + $treeBuilder = new TreeBuilder($name); + + if (method_exists($treeBuilder, 'getRootNode')) { + $node = $treeBuilder->getRootNode(); + } else { + // BC layer for symfony/config 4.1 and older + $node = $treeBuilder->root($name); + } + + $node + ->addDefaultsIfNotSet() + ->beforeNormalization() + ->ifString() + ->then(static function ($v) { + return ['type' => $v]; + }) + ->end() + ->children() + ->scalarNode('type')->defaultValue('array')->end() + ->scalarNode('host')->end() + ->scalarNode('port')->end() + ->scalarNode('database')->end() + ->scalarNode('instance_class')->end() + ->scalarNode('class')->end() + ->scalarNode('id')->end() + ->scalarNode('namespace')->defaultNull()->end() + ->scalarNode('cache_provider')->defaultNull()->end() + ->end(); + + return $node; + } + + /** + * Find proxy auto generate modes for their names and int values + * + * @return array + */ + private function getAutoGenerateModes() + { + $constPrefix = 'AUTOGENERATE_'; + $prefixLen = strlen($constPrefix); + $refClass = new ReflectionClass('Doctrine\Common\Proxy\AbstractProxyFactory'); + $constsArray = $refClass->getConstants(); + $namesArray = []; + $valuesArray = []; + + foreach ($constsArray as $key => $value) { + if (strpos($key, $constPrefix) !== 0) { + continue; + } + + $namesArray[] = substr($key, $prefixLen); + $valuesArray[] = (int) $value; + } + + return [ + 'names' => $namesArray, + 'values' => $valuesArray, + ]; + } +} diff --git a/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php b/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php new file mode 100644 index 00000000..b295804b --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php @@ -0,0 +1,861 @@ +adapter = $adapter ?: new SymfonyBridgeAdapter(new CacheProviderLoader(), 'doctrine.orm', 'orm'); + } + + /** + * {@inheritDoc} + */ + public function load(array $configs, ContainerBuilder $container) + { + $configuration = $this->getConfiguration($configs, $container); + $config = $this->processConfiguration($configuration, $configs); + + $this->adapter->loadServicesConfiguration($container); + + if (! empty($config['dbal'])) { + $this->dbalLoad($config['dbal'], $container); + } + + if (empty($config['orm'])) { + return; + } + + if (empty($config['dbal'])) { + throw new LogicException('Configuring the ORM layer requires to configure the DBAL layer as well.'); + } + + if (! class_exists('Doctrine\ORM\Version')) { + throw new LogicException('To configure the ORM layer, you must first install the doctrine/orm package.'); + } + + $this->ormLoad($config['orm'], $container); + } + + /** + * Loads the DBAL configuration. + * + * Usage example: + * + * + * + * @param array $config An array of configuration settings + * @param ContainerBuilder $container A ContainerBuilder instance + */ + protected function dbalLoad(array $config, ContainerBuilder $container) + { + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); + $loader->load('dbal.xml'); + + if (empty($config['default_connection'])) { + $keys = array_keys($config['connections']); + $config['default_connection'] = reset($keys); + } + + $this->defaultConnection = $config['default_connection']; + + $container->setAlias('database_connection', sprintf('doctrine.dbal.%s_connection', $this->defaultConnection)); + $container->getAlias('database_connection')->setPublic(true); + $container->setAlias('doctrine.dbal.event_manager', new Alias(sprintf('doctrine.dbal.%s_connection.event_manager', $this->defaultConnection), false)); + + $container->setParameter('doctrine.dbal.connection_factory.types', $config['types']); + + $connections = []; + + foreach (array_keys($config['connections']) as $name) { + $connections[$name] = sprintf('doctrine.dbal.%s_connection', $name); + } + + $container->setParameter('doctrine.connections', $connections); + $container->setParameter('doctrine.default_connection', $this->defaultConnection); + + foreach ($config['connections'] as $name => $connection) { + $this->loadDbalConnection($name, $connection, $container); + } + } + + /** + * Loads a configured DBAL connection. + * + * @param string $name The name of the connection + * @param array $connection A dbal connection configuration. + * @param ContainerBuilder $container A ContainerBuilder instance + */ + protected function loadDbalConnection($name, array $connection, ContainerBuilder $container) + { + // configuration + $definitionClassname = $this->getDefinitionClassname(); + + $configuration = $container->setDefinition(sprintf('doctrine.dbal.%s_connection.configuration', $name), new $definitionClassname('doctrine.dbal.connection.configuration')); + $logger = null; + if ($connection['logging']) { + $logger = new Reference('doctrine.dbal.logger'); + } + unset($connection['logging']); + if ($connection['profiling']) { + $profilingLoggerId = 'doctrine.dbal.logger.profiling.' . $name; + $container->setDefinition($profilingLoggerId, new $definitionClassname('doctrine.dbal.logger.profiling')); + $profilingLogger = new Reference($profilingLoggerId); + $container->getDefinition('data_collector.doctrine')->addMethodCall('addLogger', [$name, $profilingLogger]); + + if ($logger !== null) { + $chainLogger = new $definitionClassname('doctrine.dbal.logger.chain'); + $chainLogger->addMethodCall('addLogger', [$profilingLogger]); + + $loggerId = 'doctrine.dbal.logger.chain.' . $name; + $container->setDefinition($loggerId, $chainLogger); + $logger = new Reference($loggerId); + } else { + $logger = $profilingLogger; + } + } + unset($connection['profiling']); + + if (isset($connection['auto_commit'])) { + $configuration->addMethodCall('setAutoCommit', [$connection['auto_commit']]); + } + + unset($connection['auto_commit']); + + if (isset($connection['schema_filter']) && $connection['schema_filter']) { + $configuration->addMethodCall('setFilterSchemaAssetsExpression', [$connection['schema_filter']]); + } + + unset($connection['schema_filter']); + + if ($logger) { + $configuration->addMethodCall('setSQLLogger', [$logger]); + } + + // event manager + $container->setDefinition(sprintf('doctrine.dbal.%s_connection.event_manager', $name), new $definitionClassname('doctrine.dbal.connection.event_manager')); + + // connection + $options = $this->getConnectionOptions($connection); + + $def = $container + ->setDefinition(sprintf('doctrine.dbal.%s_connection', $name), new $definitionClassname('doctrine.dbal.connection')) + ->setPublic(true) + ->setArguments([ + $options, + new Reference(sprintf('doctrine.dbal.%s_connection.configuration', $name)), + new Reference(sprintf('doctrine.dbal.%s_connection.event_manager', $name)), + $connection['mapping_types'], + ]); + + // Set class in case "wrapper_class" option was used to assist IDEs + if (isset($options['wrapperClass'])) { + $def->setClass($options['wrapperClass']); + } + + if (! empty($connection['use_savepoints'])) { + $def->addMethodCall('setNestTransactionsWithSavepoints', [$connection['use_savepoints']]); + } + + // Create a shard_manager for this connection + if (! isset($options['shards'])) { + return; + } + + $shardManagerDefinition = new Definition($options['shardManagerClass'], [new Reference(sprintf('doctrine.dbal.%s_connection', $name))]); + $container->setDefinition(sprintf('doctrine.dbal.%s_shard_manager', $name), $shardManagerDefinition); + } + + protected function getConnectionOptions($connection) + { + $options = $connection; + + if (isset($options['platform_service'])) { + $options['platform'] = new Reference($options['platform_service']); + unset($options['platform_service']); + } + unset($options['mapping_types']); + + if (isset($options['shard_choser_service'])) { + $options['shard_choser'] = new Reference($options['shard_choser_service']); + unset($options['shard_choser_service']); + } + + foreach ([ + 'options' => 'driverOptions', + 'driver_class' => 'driverClass', + 'wrapper_class' => 'wrapperClass', + 'keep_slave' => 'keepSlave', + 'shard_choser' => 'shardChoser', + 'shard_manager_class' => 'shardManagerClass', + 'server_version' => 'serverVersion', + 'default_table_options' => 'defaultTableOptions', + ] as $old => $new) { + if (! isset($options[$old])) { + continue; + } + + $options[$new] = $options[$old]; + unset($options[$old]); + } + + if (! empty($options['slaves']) && ! empty($options['shards'])) { + throw new InvalidArgumentException('Sharding and master-slave connection cannot be used together'); + } + + if (! empty($options['slaves'])) { + $nonRewrittenKeys = [ + 'driver' => true, + 'driverOptions' => true, + 'driverClass' => true, + 'wrapperClass' => true, + 'keepSlave' => true, + 'shardChoser' => true, + 'platform' => true, + 'slaves' => true, + 'master' => true, + 'shards' => true, + 'serverVersion' => true, + 'defaultTableOptions' => true, + // included by safety but should have been unset already + 'logging' => true, + 'profiling' => true, + 'mapping_types' => true, + 'platform_service' => true, + ]; + foreach ($options as $key => $value) { + if (isset($nonRewrittenKeys[$key])) { + continue; + } + $options['master'][$key] = $value; + unset($options[$key]); + } + if (empty($options['wrapperClass'])) { + // Change the wrapper class only if the user does not already forced using a custom one. + $options['wrapperClass'] = 'Doctrine\\DBAL\\Connections\\MasterSlaveConnection'; + } + } else { + unset($options['slaves']); + } + + if (! empty($options['shards'])) { + $nonRewrittenKeys = [ + 'driver' => true, + 'driverOptions' => true, + 'driverClass' => true, + 'wrapperClass' => true, + 'keepSlave' => true, + 'shardChoser' => true, + 'platform' => true, + 'slaves' => true, + 'global' => true, + 'shards' => true, + 'serverVersion' => true, + 'defaultTableOptions' => true, + // included by safety but should have been unset already + 'logging' => true, + 'profiling' => true, + 'mapping_types' => true, + 'platform_service' => true, + ]; + foreach ($options as $key => $value) { + if (isset($nonRewrittenKeys[$key])) { + continue; + } + $options['global'][$key] = $value; + unset($options[$key]); + } + if (empty($options['wrapperClass'])) { + // Change the wrapper class only if the user does not already forced using a custom one. + $options['wrapperClass'] = 'Doctrine\\DBAL\\Sharding\\PoolingShardConnection'; + } + if (empty($options['shardManagerClass'])) { + // Change the shard manager class only if the user does not already forced using a custom one. + $options['shardManagerClass'] = 'Doctrine\\DBAL\\Sharding\\PoolingShardManager'; + } + } else { + unset($options['shards']); + } + + return $options; + } + + /** + * Loads the Doctrine ORM configuration. + * + * Usage example: + * + * + * + * @param array $config An array of configuration settings + * @param ContainerBuilder $container A ContainerBuilder instance + */ + protected function ormLoad(array $config, ContainerBuilder $container) + { + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); + $loader->load('orm.xml'); + + if (class_exists(AbstractType::class) && method_exists(DoctrineType::class, 'reset')) { + $container->getDefinition('form.type.entity')->addTag('kernel.reset', ['method' => 'reset']); + } + + $entityManagers = []; + foreach (array_keys($config['entity_managers']) as $name) { + $entityManagers[$name] = sprintf('doctrine.orm.%s_entity_manager', $name); + } + $container->setParameter('doctrine.entity_managers', $entityManagers); + + if (empty($config['default_entity_manager'])) { + $tmp = array_keys($entityManagers); + $config['default_entity_manager'] = reset($tmp); + } + $container->setParameter('doctrine.default_entity_manager', $config['default_entity_manager']); + + $options = ['auto_generate_proxy_classes', 'proxy_dir', 'proxy_namespace']; + foreach ($options as $key) { + $container->setParameter('doctrine.orm.' . $key, $config[$key]); + } + + $container->setAlias('doctrine.orm.entity_manager', sprintf('doctrine.orm.%s_entity_manager', $config['default_entity_manager'])); + $container->getAlias('doctrine.orm.entity_manager')->setPublic(true); + + $config['entity_managers'] = $this->fixManagersAutoMappings($config['entity_managers'], $container->getParameter('kernel.bundles')); + + $loadPropertyInfoExtractor = interface_exists('Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface') + && class_exists('Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor'); + + foreach ($config['entity_managers'] as $name => $entityManager) { + $entityManager['name'] = $name; + $this->loadOrmEntityManager($entityManager, $container); + + if (! $loadPropertyInfoExtractor) { + continue; + } + + $this->loadPropertyInfoExtractor($name, $container); + } + + if ($config['resolve_target_entities']) { + $def = $container->findDefinition('doctrine.orm.listeners.resolve_target_entity'); + foreach ($config['resolve_target_entities'] as $name => $implementation) { + $def->addMethodCall('addResolveTargetEntity', [ + $name, + $implementation, + [], + ]); + } + + // BC: ResolveTargetEntityListener implements the subscriber interface since + // v2.5.0-beta1 (Commit 437f812) + if (version_compare(Version::VERSION, '2.5.0-DEV') < 0) { + $def->addTag('doctrine.event_listener', ['event' => 'loadClassMetadata']); + } else { + $def->addTag('doctrine.event_subscriber'); + } + } + + // if is for Symfony 3.2 and lower compat + if (method_exists($container, 'registerForAutoconfiguration')) { + $container->registerForAutoconfiguration(ServiceEntityRepositoryInterface::class) + ->addTag(ServiceRepositoryCompilerPass::REPOSITORY_SERVICE_TAG); + } + + // If the Messenger component is installed and the doctrine transaction middleware is available, wire it: + if (interface_exists(MessageBusInterface::class) && class_exists(DoctrineTransactionMiddleware::class)) { + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); + $loader->load('messenger.xml'); + } + + /* + * Compatibility for Symfony 3.2 and lower: gives the service a default argument. + * When DoctrineBundle requires 3.3 or higher, this can be moved to an anonymous + * service in orm.xml. + * + * This is replaced with a true locator by ServiceRepositoryCompilerPass. + * This makes that pass technically optional (good for tests). + */ + if (! class_exists(ServiceLocator::class)) { + return; + } + + $container->getDefinition('doctrine.orm.container_repository_factory') + ->replaceArgument(0, (new Definition(ServiceLocator::class))->setArgument(0, [])); + } + + /** + * Loads a configured ORM entity manager. + * + * @param array $entityManager A configured ORM entity manager. + * @param ContainerBuilder $container A ContainerBuilder instance + */ + protected function loadOrmEntityManager(array $entityManager, ContainerBuilder $container) + { + $definitionClassname = $this->getDefinitionClassname(); + $ormConfigDef = $container->setDefinition(sprintf('doctrine.orm.%s_configuration', $entityManager['name']), new $definitionClassname('doctrine.orm.configuration')); + + $this->loadOrmEntityManagerMappingInformation($entityManager, $ormConfigDef, $container); + $this->loadOrmCacheDrivers($entityManager, $container); + + if (isset($entityManager['entity_listener_resolver']) && $entityManager['entity_listener_resolver']) { + $container->setAlias(sprintf('doctrine.orm.%s_entity_listener_resolver', $entityManager['name']), $entityManager['entity_listener_resolver']); + } else { + $definition = new Definition('%doctrine.orm.entity_listener_resolver.class%'); + $definition->addArgument(new Reference('service_container')); + $container->setDefinition(sprintf('doctrine.orm.%s_entity_listener_resolver', $entityManager['name']), $definition); + } + + $methods = [ + 'setMetadataCacheImpl' => new Reference(sprintf('doctrine.orm.%s_metadata_cache', $entityManager['name'])), + 'setQueryCacheImpl' => new Reference(sprintf('doctrine.orm.%s_query_cache', $entityManager['name'])), + 'setResultCacheImpl' => new Reference(sprintf('doctrine.orm.%s_result_cache', $entityManager['name'])), + 'setMetadataDriverImpl' => new Reference('doctrine.orm.' . $entityManager['name'] . '_metadata_driver'), + 'setProxyDir' => '%doctrine.orm.proxy_dir%', + 'setProxyNamespace' => '%doctrine.orm.proxy_namespace%', + 'setAutoGenerateProxyClasses' => '%doctrine.orm.auto_generate_proxy_classes%', + 'setClassMetadataFactoryName' => $entityManager['class_metadata_factory_name'], + 'setDefaultRepositoryClassName' => $entityManager['default_repository_class'], + ]; + // check for version to keep BC + if (version_compare(Version::VERSION, '2.3.0-DEV') >= 0) { + $methods = array_merge($methods, [ + 'setNamingStrategy' => new Reference($entityManager['naming_strategy']), + 'setQuoteStrategy' => new Reference($entityManager['quote_strategy']), + ]); + } + + if (version_compare(Version::VERSION, '2.4.0-DEV') >= 0) { + $methods = array_merge($methods, [ + 'setEntityListenerResolver' => new Reference(sprintf('doctrine.orm.%s_entity_listener_resolver', $entityManager['name'])), + ]); + } + + if (version_compare(Version::VERSION, '2.5.0-DEV') >= 0) { + $listenerId = sprintf('doctrine.orm.%s_listeners.attach_entity_listeners', $entityManager['name']); + $listenerDef = $container->setDefinition($listenerId, new Definition('%doctrine.orm.listeners.attach_entity_listeners.class%')); + $listenerTagParams = ['event' => 'loadClassMetadata']; + if (isset($entityManager['connection'])) { + $listenerTagParams['connection'] = $entityManager['connection']; + } + $listenerDef->addTag('doctrine.event_listener', $listenerTagParams); + } + + if (isset($entityManager['second_level_cache'])) { + $this->loadOrmSecondLevelCache($entityManager, $ormConfigDef, $container); + } + + if ($entityManager['repository_factory']) { + $methods['setRepositoryFactory'] = new Reference($entityManager['repository_factory']); + } + + foreach ($methods as $method => $arg) { + $ormConfigDef->addMethodCall($method, [$arg]); + } + + foreach ($entityManager['hydrators'] as $name => $class) { + $ormConfigDef->addMethodCall('addCustomHydrationMode', [$name, $class]); + } + + if (! empty($entityManager['dql'])) { + foreach ($entityManager['dql']['string_functions'] as $name => $function) { + $ormConfigDef->addMethodCall('addCustomStringFunction', [$name, $function]); + } + foreach ($entityManager['dql']['numeric_functions'] as $name => $function) { + $ormConfigDef->addMethodCall('addCustomNumericFunction', [$name, $function]); + } + foreach ($entityManager['dql']['datetime_functions'] as $name => $function) { + $ormConfigDef->addMethodCall('addCustomDatetimeFunction', [$name, $function]); + } + } + + $enabledFilters = []; + $filtersParameters = []; + foreach ($entityManager['filters'] as $name => $filter) { + $ormConfigDef->addMethodCall('addFilter', [$name, $filter['class']]); + if ($filter['enabled']) { + $enabledFilters[] = $name; + } + if (! $filter['parameters']) { + continue; + } + + $filtersParameters[$name] = $filter['parameters']; + } + + $managerConfiguratorName = sprintf('doctrine.orm.%s_manager_configurator', $entityManager['name']); + $container + ->setDefinition($managerConfiguratorName, new $definitionClassname('doctrine.orm.manager_configurator.abstract')) + ->replaceArgument(0, $enabledFilters) + ->replaceArgument(1, $filtersParameters); + + if (! isset($entityManager['connection'])) { + $entityManager['connection'] = $this->defaultConnection; + } + + $container + ->setDefinition(sprintf('doctrine.orm.%s_entity_manager', $entityManager['name']), new $definitionClassname('doctrine.orm.entity_manager.abstract')) + ->setPublic(true) + ->setArguments([ + new Reference(sprintf('doctrine.dbal.%s_connection', $entityManager['connection'])), + new Reference(sprintf('doctrine.orm.%s_configuration', $entityManager['name'])), + ]) + ->setConfigurator([new Reference($managerConfiguratorName), 'configure']); + + $container->setAlias( + sprintf('doctrine.orm.%s_entity_manager.event_manager', $entityManager['name']), + new Alias(sprintf('doctrine.dbal.%s_connection.event_manager', $entityManager['connection']), false) + ); + + if (! isset($entityManager['entity_listeners'])) { + return; + } + + if (! isset($listenerDef)) { + throw new InvalidArgumentException('Entity listeners configuration requires doctrine-orm 2.5.0 or newer'); + } + + $entities = $entityManager['entity_listeners']['entities']; + + foreach ($entities as $entityListenerClass => $entity) { + foreach ($entity['listeners'] as $listenerClass => $listener) { + foreach ($listener['events'] as $listenerEvent) { + $listenerEventName = $listenerEvent['type']; + $listenerMethod = $listenerEvent['method']; + + $listenerDef->addMethodCall('addEntityListener', [ + $entityListenerClass, + $listenerClass, + $listenerEventName, + $listenerMethod, + ]); + } + } + } + } + + /** + * Loads an ORM entity managers bundle mapping information. + * + * There are two distinct configuration possibilities for mapping information: + * + * 1. Specify a bundle and optionally details where the entity and mapping information reside. + * 2. Specify an arbitrary mapping location. + * + * @param array $entityManager A configured ORM entity manager + * @param Definition $ormConfigDef A Definition instance + * @param ContainerBuilder $container A ContainerBuilder instance + * + * @example + * + * doctrine.orm: + * mappings: + * MyBundle1: ~ + * MyBundle2: yml + * MyBundle3: { type: annotation, dir: Entities/ } + * MyBundle4: { type: xml, dir: Resources/config/doctrine/mapping } + * MyBundle5: + * type: yml + * dir: bundle-mappings/ + * alias: BundleAlias + * arbitrary_key: + * type: xml + * dir: %kernel.root_dir%/../src/vendor/DoctrineExtensions/lib/DoctrineExtensions/Entities + * prefix: DoctrineExtensions\Entities\ + * alias: DExt + * + * In the case of bundles everything is really optional (which leads to autodetection for this bundle) but + * in the mappings key everything except alias is a required argument. + */ + protected function loadOrmEntityManagerMappingInformation(array $entityManager, Definition $ormConfigDef, ContainerBuilder $container) + { + // reset state of drivers and alias map. They are only used by this methods and children. + $this->drivers = []; + $this->aliasMap = []; + + $this->loadMappingInformation($entityManager, $container); + $this->registerMappingDrivers($entityManager, $container); + + $ormConfigDef->addMethodCall('setEntityNamespaces', [$this->aliasMap]); + } + + /** + * Loads an ORM second level cache bundle mapping information. + * + * @param array $entityManager A configured ORM entity manager + * @param Definition $ormConfigDef A Definition instance + * @param ContainerBuilder $container A ContainerBuilder instance + * + * @example + * entity_managers: + * default: + * second_level_cache: + * region_cache_driver: apc + * log_enabled: true + * regions: + * my_service_region: + * type: service + * service : "my_service_region" + * + * my_query_region: + * lifetime: 300 + * cache_driver: array + * type: filelock + * + * my_entity_region: + * lifetime: 600 + * cache_driver: + * type: apc + */ + protected function loadOrmSecondLevelCache(array $entityManager, Definition $ormConfigDef, ContainerBuilder $container) + { + if (version_compare(Version::VERSION, '2.5.0-DEV') < 0) { + throw new \InvalidArgumentException('Second-level cache requires doctrine-orm 2.5.0 or newer'); + } + + $driverId = null; + $enabled = $entityManager['second_level_cache']['enabled']; + + if (isset($entityManager['second_level_cache']['region_cache_driver'])) { + $driverName = 'second_level_cache.region_cache_driver'; + $driverMap = $entityManager['second_level_cache']['region_cache_driver']; + $driverId = $this->loadCacheDriver($driverName, $entityManager['name'], $driverMap, $container); + } + + $configId = sprintf('doctrine.orm.%s_second_level_cache.cache_configuration', $entityManager['name']); + $regionsId = sprintf('doctrine.orm.%s_second_level_cache.regions_configuration', $entityManager['name']); + $driverId = $driverId ?: sprintf('doctrine.orm.%s_second_level_cache.region_cache_driver', $entityManager['name']); + $configDef = $container->setDefinition($configId, new Definition('%doctrine.orm.second_level_cache.cache_configuration.class%')); + $regionsDef = $container->setDefinition($regionsId, new Definition('%doctrine.orm.second_level_cache.regions_configuration.class%')); + + $slcFactoryId = sprintf('doctrine.orm.%s_second_level_cache.default_cache_factory', $entityManager['name']); + $factoryClass = isset($entityManager['second_level_cache']['factory']) ? $entityManager['second_level_cache']['factory'] : '%doctrine.orm.second_level_cache.default_cache_factory.class%'; + + $definition = new Definition($factoryClass, [new Reference($regionsId), new Reference($driverId)]); + + $slcFactoryDef = $container + ->setDefinition($slcFactoryId, $definition); + + if (isset($entityManager['second_level_cache']['regions'])) { + foreach ($entityManager['second_level_cache']['regions'] as $name => $region) { + $regionRef = null; + $regionType = $region['type']; + + if ($regionType === 'service') { + $regionId = sprintf('doctrine.orm.%s_second_level_cache.region.%s', $entityManager['name'], $name); + $regionRef = new Reference($region['service']); + + $container->setAlias($regionId, new Alias($region['service'], false)); + } + + if ($regionType === 'default' || $regionType === 'filelock') { + $regionId = sprintf('doctrine.orm.%s_second_level_cache.region.%s', $entityManager['name'], $name); + $driverName = sprintf('second_level_cache.region.%s_driver', $name); + $driverMap = $region['cache_driver']; + $driverId = $this->loadCacheDriver($driverName, $entityManager['name'], $driverMap, $container); + $regionRef = new Reference($regionId); + + $container + ->setDefinition($regionId, new Definition('%doctrine.orm.second_level_cache.default_region.class%')) + ->setArguments([$name, new Reference($driverId), $region['lifetime']]); + } + + if ($regionType === 'filelock') { + $regionId = sprintf('doctrine.orm.%s_second_level_cache.region.%s_filelock', $entityManager['name'], $name); + + $container + ->setDefinition($regionId, new Definition('%doctrine.orm.second_level_cache.filelock_region.class%')) + ->setArguments([$regionRef, $region['lock_path'], $region['lock_lifetime']]); + + $regionRef = new Reference($regionId); + $regionsDef->addMethodCall('getLockLifetime', [$name, $region['lock_lifetime']]); + } + + $regionsDef->addMethodCall('setLifetime', [$name, $region['lifetime']]); + $slcFactoryDef->addMethodCall('setRegion', [$regionRef]); + } + } + + if ($entityManager['second_level_cache']['log_enabled']) { + $loggerChainId = sprintf('doctrine.orm.%s_second_level_cache.logger_chain', $entityManager['name']); + $loggerStatsId = sprintf('doctrine.orm.%s_second_level_cache.logger_statistics', $entityManager['name']); + $loggerChaingDef = $container->setDefinition($loggerChainId, new Definition('%doctrine.orm.second_level_cache.logger_chain.class%')); + $loggerStatsDef = $container->setDefinition($loggerStatsId, new Definition('%doctrine.orm.second_level_cache.logger_statistics.class%')); + + $loggerChaingDef->addMethodCall('setLogger', ['statistics', $loggerStatsDef]); + $configDef->addMethodCall('setCacheLogger', [$loggerChaingDef]); + + foreach ($entityManager['second_level_cache']['loggers'] as $name => $logger) { + $loggerId = sprintf('doctrine.orm.%s_second_level_cache.logger.%s', $entityManager['name'], $name); + $loggerRef = new Reference($logger['service']); + + $container->setAlias($loggerId, new Alias($logger['service'], false)); + $loggerChaingDef->addMethodCall('setLogger', [$name, $loggerRef]); + } + } + + $configDef->addMethodCall('setCacheFactory', [$slcFactoryDef]); + $configDef->addMethodCall('setRegionsConfiguration', [$regionsDef]); + $ormConfigDef->addMethodCall('setSecondLevelCacheEnabled', [$enabled]); + $ormConfigDef->addMethodCall('setSecondLevelCacheConfiguration', [$configDef]); + } + + /** + * {@inheritDoc} + */ + protected function getObjectManagerElementName($name) + { + return 'doctrine.orm.' . $name; + } + + protected function getMappingObjectDefaultName() + { + return 'Entity'; + } + + /** + * {@inheritDoc} + */ + protected function getMappingResourceConfigDirectory() + { + return 'Resources/config/doctrine'; + } + + /** + * {@inheritDoc} + */ + protected function getMappingResourceExtension() + { + return 'orm'; + } + + /** + * {@inheritDoc} + */ + protected function loadCacheDriver($driverName, $entityManagerName, array $driverMap, ContainerBuilder $container) + { + if (! empty($driverMap['cache_provider'])) { + $aliasId = $this->getObjectManagerElementName(sprintf('%s_%s', $entityManagerName, $driverName)); + $serviceId = sprintf('doctrine_cache.providers.%s', $driverMap['cache_provider']); + + $container->setAlias($aliasId, new Alias($serviceId, false)); + + return $aliasId; + } + + return $this->adapter->loadCacheDriver($driverName, $entityManagerName, $driverMap, $container); + } + + /** + * Loads a configured entity managers cache drivers. + * + * @param array $entityManager A configured ORM entity manager. + * @param ContainerBuilder $container A ContainerBuilder instance + */ + protected function loadOrmCacheDrivers(array $entityManager, ContainerBuilder $container) + { + $this->loadCacheDriver('metadata_cache', $entityManager['name'], $entityManager['metadata_cache_driver'], $container); + $this->loadCacheDriver('result_cache', $entityManager['name'], $entityManager['result_cache_driver'], $container); + $this->loadCacheDriver('query_cache', $entityManager['name'], $entityManager['query_cache_driver'], $container); + } + + /** + * Loads a property info extractor for each defined entity manager. + * + * @param string $entityManagerName + */ + private function loadPropertyInfoExtractor($entityManagerName, ContainerBuilder $container) + { + $propertyExtractorDefinition = $container->register(sprintf('doctrine.orm.%s_entity_manager.property_info_extractor', $entityManagerName), DoctrineExtractor::class); + if (property_exists(DoctrineExtractor::class, 'entityManager')) { + $argumentId = sprintf('doctrine.orm.%s_entity_manager', $entityManagerName); + } else { + $argumentId = sprintf('doctrine.orm.%s_entity_manager.metadata_factory', $entityManagerName); + + $metadataFactoryDefinition = $container->register($argumentId, ClassMetadataFactory::class); + $metadataFactoryDefinition->setFactory([ + new Reference(sprintf('doctrine.orm.%s_entity_manager', $entityManagerName)), + 'getMetadataFactory', + ]); + $metadataFactoryDefinition->setPublic(false); + } + + $propertyExtractorDefinition->addArgument(new Reference($argumentId)); + + $propertyExtractorDefinition->addTag('property_info.list_extractor', ['priority' => -1001]); + $propertyExtractorDefinition->addTag('property_info.type_extractor', ['priority' => -999]); + } + + /** + * @param array $objectManager + * @param string $cacheName + */ + public function loadObjectManagerCacheDriver(array $objectManager, ContainerBuilder $container, $cacheName) + { + $this->loadCacheDriver($cacheName, $objectManager['name'], $objectManager[$cacheName . '_driver'], $container); + } + + /** + * {@inheritDoc} + */ + public function getXsdValidationBasePath() + { + return __DIR__ . '/../Resources/config/schema'; + } + + /** + * {@inheritDoc} + */ + public function getNamespace() + { + return 'http://symfony.com/schema/dic/doctrine'; + } + + /** + * {@inheritDoc} + */ + public function getConfiguration(array $config, ContainerBuilder $container) + { + return new Configuration($container->getParameter('kernel.debug')); + } + + /** + * @return string + */ + private function getDefinitionClassname() + { + return class_exists(ChildDefinition::class) ? ChildDefinition::class : DefinitionDecorator::class; + } +} diff --git a/trunk/_vendor/doctrine/doctrine-bundle/DoctrineBundle.php b/vendor/doctrine/doctrine-bundle/DoctrineBundle.php similarity index 96% rename from trunk/_vendor/doctrine/doctrine-bundle/DoctrineBundle.php rename to vendor/doctrine/doctrine-bundle/DoctrineBundle.php index 637d6ed9..d1f84ae5 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/DoctrineBundle.php +++ b/vendor/doctrine/doctrine-bundle/DoctrineBundle.php @@ -5,6 +5,7 @@ namespace Doctrine\Bundle\DoctrineBundle; use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass; use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass; use Doctrine\Common\Util\ClassUtils; +use Doctrine\ORM\EntityManager; use Doctrine\ORM\Proxy\Autoloader; use Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\DoctrineValidationPass; use Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterEventListenersAndSubscribersPass; @@ -59,13 +60,13 @@ class DoctrineBundle extends Bundle // See https://github.com/symfony/symfony/pull/3419 for usage of references $container = &$this->container; - $proxyGenerator = function ($proxyDir, $proxyNamespace, $class) use (&$container) { + $proxyGenerator = static function ($proxyDir, $proxyNamespace, $class) use (&$container) { $originalClassName = ClassUtils::getRealClass($class); /** @var Registry $registry */ $registry = $container->get('doctrine'); // Tries to auto-generate the proxy file - /** @var $em \Doctrine\ORM\EntityManager */ + /** @var EntityManager $em */ foreach ($registry->getManagers() as $em) { if (! $em->getConfiguration()->getAutoGenerateProxyClasses()) { continue; diff --git a/trunk/_vendor/doctrine/doctrine-bundle/LICENSE b/vendor/doctrine/doctrine-bundle/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/LICENSE rename to vendor/doctrine/doctrine-bundle/LICENSE diff --git a/trunk/_vendor/doctrine/doctrine-bundle/ManagerConfigurator.php b/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php similarity index 99% rename from trunk/_vendor/doctrine/doctrine-bundle/ManagerConfigurator.php rename to vendor/doctrine/doctrine-bundle/ManagerConfigurator.php index eb12b3f2..6143890a 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/ManagerConfigurator.php +++ b/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php @@ -28,7 +28,6 @@ class ManagerConfigurator /** * Create a connection by name. - * */ public function configure(EntityManagerInterface $entityManager) { @@ -37,7 +36,6 @@ class ManagerConfigurator /** * Enables filters for a given entity manager - * */ private function enableFilters(EntityManagerInterface $entityManager) { diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataCollection.php b/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataCollection.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataCollection.php rename to vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataCollection.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php b/vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php similarity index 89% rename from trunk/_vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php rename to vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php index e52da4d9..4345015b 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php +++ b/vendor/doctrine/doctrine-bundle/Mapping/ContainerAwareEntityListenerResolver.php @@ -2,6 +2,8 @@ namespace Doctrine\Bundle\DoctrineBundle\Mapping; +use InvalidArgumentException; +use RuntimeException; use Symfony\Component\DependencyInjection\ContainerInterface; class ContainerAwareEntityListenerResolver implements EntityListenerServiceResolver @@ -46,7 +48,7 @@ class ContainerAwareEntityListenerResolver implements EntityListenerServiceResol public function register($object) { if (! is_object($object)) { - throw new \InvalidArgumentException(sprintf('An object was expected, but got "%s".', gettype($object))); + throw new InvalidArgumentException(sprintf('An object was expected, but got "%s".', gettype($object))); } $className = $this->normalizeClassName(get_class($object)); @@ -88,7 +90,7 @@ class ContainerAwareEntityListenerResolver implements EntityListenerServiceResol private function resolveService($serviceId) { if (! $this->container->has($serviceId)) { - throw new \RuntimeException(sprintf('There is no service named "%s"', $serviceId)); + throw new RuntimeException(sprintf('There is no service named "%s"', $serviceId)); } return $this->container->get($serviceId); diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php b/vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php similarity index 85% rename from trunk/_vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php rename to vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php index 24aaa9b5..199b5a69 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php +++ b/vendor/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php @@ -6,6 +6,8 @@ use Doctrine\Common\Persistence\ManagerRegistry; use Doctrine\ORM\Mapping\ClassMetadata; use Doctrine\ORM\Mapping\MappingException; use Doctrine\ORM\Tools\DisconnectedClassMetadataFactory; +use ReflectionClass; +use RuntimeException; use Symfony\Component\HttpKernel\Bundle\BundleInterface; /** @@ -32,14 +34,14 @@ class DisconnectedMetadataFactory * * @return ClassMetadataCollection A ClassMetadataCollection instance * - * @throws \RuntimeException When bundle does not contain mapped entities. + * @throws RuntimeException When bundle does not contain mapped entities. */ public function getBundleMetadata(BundleInterface $bundle) { $namespace = $bundle->getNamespace(); $metadata = $this->getMetadataForNamespace($namespace); if (! $metadata->getMetadata()) { - throw new \RuntimeException(sprintf('Bundle "%s" does not contain any mapped entities.', $bundle->getName())); + throw new RuntimeException(sprintf('Bundle "%s" does not contain any mapped entities.', $bundle->getName())); } $path = $this->getBasePathForClass($bundle->getName(), $bundle->getNamespace(), $bundle->getPath()); @@ -80,13 +82,13 @@ class DisconnectedMetadataFactory * * @return ClassMetadataCollection A ClassMetadataCollection instance * - * @throws \RuntimeException When namespace not contain mapped entities. + * @throws RuntimeException When namespace not contain mapped entities. */ public function getNamespaceMetadata($namespace, $path = null) { $metadata = $this->getMetadataForNamespace($namespace); if (! $metadata->getMetadata()) { - throw new \RuntimeException(sprintf('Namespace "%s" does not contain any mapped entities.', $namespace)); + throw new RuntimeException(sprintf('Namespace "%s" does not contain any mapped entities.', $namespace)); } $this->findNamespaceAndPathForMetadata($metadata, $path); @@ -99,13 +101,13 @@ class DisconnectedMetadataFactory * * @param string|null $path * - * @throws \RuntimeException When unable to determine the path. + * @throws RuntimeException When unable to determine the path. */ public function findNamespaceAndPathForMetadata(ClassMetadataCollection $metadata, $path = null) { $all = $metadata->getMetadata(); if (class_exists($all[0]->name)) { - $r = new \ReflectionClass($all[0]->name); + $r = new ReflectionClass($all[0]->name); $path = $this->getBasePathForClass($r->getName(), $r->getNamespaceName(), dirname($r->getFilename())); $ns = $r->getNamespaceName(); } elseif ($path) { @@ -114,7 +116,7 @@ class DisconnectedMetadataFactory array_pop($nsParts); $ns = implode('\\', $nsParts); } else { - throw new \RuntimeException(sprintf('Unable to determine where to save the "%s" class (use the --path option).', $all[0]->name)); + throw new RuntimeException(sprintf('Unable to determine where to save the "%s" class (use the --path option).', $all[0]->name)); } $metadata->setPath($path); @@ -130,7 +132,7 @@ class DisconnectedMetadataFactory * * @return string * - * @throws \RuntimeException When base path not found. + * @throws RuntimeException When base path not found. */ private function getBasePathForClass($name, $namespace, $path) { @@ -139,7 +141,7 @@ class DisconnectedMetadataFactory $destination = str_replace('/' . $namespace, '', $search, $c); if ($c !== 1) { - throw new \RuntimeException(sprintf('Can\'t find base path for "%s" (path: "%s", destination: "%s").', $name, $path, $destination)); + throw new RuntimeException(sprintf('Can\'t find base path for "%s" (path: "%s", destination: "%s").', $name, $path, $destination)); } return $destination; diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php b/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php rename to vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php diff --git a/vendor/doctrine/doctrine-bundle/README.md b/vendor/doctrine/doctrine-bundle/README.md new file mode 100644 index 00000000..cc217ce5 --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/README.md @@ -0,0 +1,24 @@ +# Doctrine Bundle + +Doctrine DBAL & ORM Bundle for the Symfony Framework. + +Build Status: [![Build Status](https://travis-ci.org/doctrine/DoctrineBundle.svg?branch=master)](https://travis-ci.org/doctrine/DoctrineBundle) + +## What is Doctrine? + +The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence +services and related functionality. Its prize projects are a Object Relational Mapper and the Database Abstraction +Layer it is built on top of. You can read more about the projects below or view a list of all projects. + +Object relational mapper (ORM) for PHP that sits on top of a powerful database abstraction layer (DBAL). +One of its key features is the option to write database queries in a proprietary object oriented SQL dialect +called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful +alternative to SQL that maintains flexibility without requiring unnecessary code duplication. + +DBAL is a powerful database abstraction layer with many features for database schema introspection, +schema management and PDO abstraction. + +## Documentation + +The documentation is rendered on [the symfony.com website](http://symfony.com/doc/master/bundles/DoctrineBundle/index.html). +The source of the documentation is available in the Resources/docs folder. diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Registry.php b/vendor/doctrine/doctrine-bundle/Registry.php similarity index 94% rename from trunk/_vendor/doctrine/doctrine-bundle/Registry.php rename to vendor/doctrine/doctrine-bundle/Registry.php index 0c376d68..4ea2f399 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Registry.php +++ b/vendor/doctrine/doctrine-bundle/Registry.php @@ -2,9 +2,7 @@ namespace Doctrine\Bundle\DoctrineBundle; -use Doctrine\DBAL\Connection; use Doctrine\ORM\EntityManager; -use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\ORMException; use Symfony\Bridge\Doctrine\ManagerRegistry; use Symfony\Bridge\Doctrine\RegistryInterface; @@ -17,12 +15,10 @@ use Symfony\Component\DependencyInjection\ContainerInterface; class Registry extends ManagerRegistry implements RegistryInterface { /** - * Construct. - * - * @param Connection[] $connections - * @param EntityManagerInterface[] $entityManagers - * @param string $defaultConnection - * @param string $defaultEntityManager + * @param string[] $connections + * @param string[] $entityManagers + * @param string $defaultConnection + * @param string $defaultEntityManager */ public function __construct(ContainerInterface $container, array $connections, array $entityManagers, $defaultConnection, $defaultEntityManager) { @@ -41,9 +37,9 @@ class Registry extends ManagerRegistry implements RegistryInterface /** * Gets the default entity manager name. * - * @return string The default entity manager name - * * @deprecated + * + * @return string The default entity manager name */ public function getDefaultEntityManagerName() { @@ -55,11 +51,11 @@ class Registry extends ManagerRegistry implements RegistryInterface /** * Gets a named entity manager. * + * @deprecated + * * @param string $name The entity manager name (null for the default one) * * @return EntityManager - * - * @deprecated */ public function getEntityManager($name = null) { @@ -71,9 +67,9 @@ class Registry extends ManagerRegistry implements RegistryInterface /** * Gets an array of all registered entity managers * - * @return EntityManager[] an array of all EntityManager instances - * * @deprecated + * + * @return EntityManager[] an array of all EntityManager instances */ public function getEntityManagers() { @@ -95,10 +91,9 @@ class Registry extends ManagerRegistry implements RegistryInterface * hold an obsolete reference. You can inject the registry instead * to avoid this problem. * - * @param string $name The entity manager name (null for the default one) - * - * * @deprecated + * + * @param string $name The entity manager name (null for the default one) */ public function resetEntityManager($name = null) { @@ -112,11 +107,11 @@ class Registry extends ManagerRegistry implements RegistryInterface * * This method looks for the alias in all registered entity managers. * + * @deprecated + * * @param string $alias The alias * * @return string The full namespace - * - * @deprecated */ public function getEntityNamespace($alias) { @@ -130,11 +125,11 @@ class Registry extends ManagerRegistry implements RegistryInterface * * This method looks for the alias in all registered entity managers. * + * @see Configuration::getEntityNamespace + * * @param string $alias The alias * * @return string The full namespace - * - * @see Configuration::getEntityNamespace */ public function getAliasNamespace($alias) { @@ -151,9 +146,9 @@ class Registry extends ManagerRegistry implements RegistryInterface /** * Gets all connection names. * - * @return string[] An array of connection names - * * @deprecated + * + * @return string[] An array of connection names */ public function getEntityManagerNames() { @@ -165,11 +160,11 @@ class Registry extends ManagerRegistry implements RegistryInterface /** * Gets the entity manager associated with a given class. * + * @deprecated + * * @param string $class A Doctrine Entity class name * * @return EntityManager|null - * - * @deprecated */ public function getEntityManagerForClass($class) { diff --git a/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php b/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php new file mode 100644 index 00000000..cd1b4720 --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php @@ -0,0 +1,92 @@ +container = $container; + } + + /** + * {@inheritdoc} + */ + public function getRepository(EntityManagerInterface $entityManager, $entityName) + { + $metadata = $entityManager->getClassMetadata($entityName); + $repositoryServiceId = $metadata->customRepositoryClassName; + + $customRepositoryName = $metadata->customRepositoryClassName; + if ($customRepositoryName !== null) { + // fetch from the container + if ($this->container && $this->container->has($customRepositoryName)) { + $repository = $this->container->get($customRepositoryName); + + if (! $repository instanceof ObjectRepository) { + throw new RuntimeException(sprintf('The service "%s" must implement ObjectRepository (or extend a base class, like ServiceEntityRepository).', $repositoryServiceId)); + } + + return $repository; + } + + // if not in the container but the class/id implements the interface, throw an error + if (is_a($customRepositoryName, ServiceEntityRepositoryInterface::class, true)) { + // can be removed when DoctrineBundle requires Symfony 3.3 + if ($this->container === null) { + throw new RuntimeException(sprintf('Support for loading entities from the service container only works for Symfony 3.3 or higher. Upgrade your version of Symfony or make sure your "%s" class does not implement "%s"', $customRepositoryName, ServiceEntityRepositoryInterface::class)); + } + + throw new RuntimeException(sprintf('The "%s" entity repository implements "%s", but its service could not be found. Make sure the service exists and is tagged with "%s".', $customRepositoryName, ServiceEntityRepositoryInterface::class, ServiceRepositoryCompilerPass::REPOSITORY_SERVICE_TAG)); + } + + if (! class_exists($customRepositoryName)) { + throw new RuntimeException(sprintf('The "%s" entity has a repositoryClass set to "%s", but this is not a valid class. Check your class naming. If this is meant to be a service id, make sure this service exists and is tagged with "%s".', $metadata->name, $customRepositoryName, ServiceRepositoryCompilerPass::REPOSITORY_SERVICE_TAG)); + } + + // allow the repository to be created below + } + + return $this->getOrCreateRepository($entityManager, $metadata); + } + + private function getOrCreateRepository(EntityManagerInterface $entityManager, ClassMetadata $metadata) + { + $repositoryHash = $metadata->getName() . spl_object_hash($entityManager); + if (isset($this->managedRepositories[$repositoryHash])) { + return $this->managedRepositories[$repositoryHash]; + } + + $repositoryClassName = $metadata->customRepositoryClassName ?: $entityManager->getConfiguration()->getDefaultRepositoryClassName(); + + return $this->managedRepositories[$repositoryHash] = new $repositoryClassName($entityManager, $metadata); + } +} diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php b/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php similarity index 75% rename from trunk/_vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php rename to vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php index 0b36f233..639634f2 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php +++ b/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php @@ -4,6 +4,7 @@ namespace Doctrine\Bundle\DoctrineBundle\Repository; use Doctrine\Common\Persistence\ManagerRegistry; use Doctrine\ORM\EntityRepository; +use LogicException; /** * Optional EntityRepository base class with a simplified constructor (for autowiring). @@ -28,6 +29,13 @@ class ServiceEntityRepository extends EntityRepository implements ServiceEntityR { $manager = $registry->getManagerForClass($entityClass); + if ($manager === null) { + throw new LogicException(sprintf( + 'Could not find the entity manager for class "%s". Check your Doctrine configuration to make sure it is configured to load this entity’s metadata.', + $entityClass + )); + } + parent::__construct($manager, $manager->getClassMetadata($entityClass)); } } diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php b/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php rename to vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml b/vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml similarity index 94% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml rename to vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml index 91883922..a94e9175 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml +++ b/vendor/doctrine/doctrine-bundle/Resources/config/dbal.xml @@ -72,10 +72,14 @@ + + + + @@ -83,8 +87,8 @@ - - + + diff --git a/vendor/doctrine/doctrine-bundle/Resources/config/messenger.xml b/vendor/doctrine/doctrine-bundle/Resources/config/messenger.xml new file mode 100644 index 00000000..269e42d9 --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/Resources/config/messenger.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/orm.xml b/vendor/doctrine/doctrine-bundle/Resources/config/orm.xml similarity index 95% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/config/orm.xml rename to vendor/doctrine/doctrine-bundle/Resources/config/orm.xml index 5763e190..78b039c5 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/orm.xml +++ b/vendor/doctrine/doctrine-bundle/Resources/config/orm.xml @@ -192,10 +192,6 @@ - - - - @@ -204,5 +200,18 @@ + + + %kernel.bundles% + + + + + + + + + + diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd b/vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd similarity index 98% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd rename to vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd index c19ecba8..1d1dcac0 100644 --- a/trunk/_vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd +++ b/vendor/doctrine/doctrine-bundle/Resources/config/schema/doctrine-1.0.xsd @@ -59,8 +59,12 @@ + + + + diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig b/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig rename to vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/explain.html.twig b/vendor/doctrine/doctrine-bundle/Resources/views/Collector/explain.html.twig similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/explain.html.twig rename to vendor/doctrine/doctrine-bundle/Resources/views/Collector/explain.html.twig diff --git a/trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/icon.svg b/vendor/doctrine/doctrine-bundle/Resources/views/Collector/icon.svg similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/Resources/views/Collector/icon.svg rename to vendor/doctrine/doctrine-bundle/Resources/views/Collector/icon.svg diff --git a/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php b/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php new file mode 100644 index 00000000..6df74cdb --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php @@ -0,0 +1,349 @@ + true]), + new Twig_SimpleFilter('doctrine_pretty_query', [$this, 'formatQuery'], ['is_safe' => ['html']]), + new Twig_SimpleFilter('doctrine_replace_query_parameters', [$this, 'replaceQueryParameters']), + ]; + } + + /** + * Get the possible combinations of elements from the given array + * + * @param array $elements + * @param int $combinationsLevel + * + * @return array + */ + private function getPossibleCombinations(array $elements, $combinationsLevel) + { + $baseCount = count($elements); + $result = []; + + if ($combinationsLevel === 1) { + foreach ($elements as $element) { + $result[] = [$element]; + } + + return $result; + } + + $nextLevelElements = $this->getPossibleCombinations($elements, $combinationsLevel - 1); + + foreach ($nextLevelElements as $nextLevelElement) { + $lastElement = $nextLevelElement[$combinationsLevel - 2]; + $found = false; + + foreach ($elements as $key => $element) { + if ($element === $lastElement) { + $found = true; + continue; + } + + if ($found !== true || $key >= $baseCount) { + continue; + } + + $tmp = $nextLevelElement; + $newCombination = array_slice($tmp, 0); + $newCombination[] = $element; + $result[] = array_slice($newCombination, 0); + } + } + + return $result; + } + + /** + * Shrink the values of parameters from a combination + * + * @param array $parameters + * @param array $combination + * + * @return string + */ + private function shrinkParameters(array $parameters, array $combination) + { + array_shift($parameters); + $result = ''; + + $maxLength = $this->maxCharWidth; + $maxLength -= count($parameters) * 5; + $maxLength /= count($parameters); + + foreach ($parameters as $key => $value) { + $isLarger = false; + + if (strlen($value) > $maxLength) { + $value = wordwrap($value, $maxLength, "\n", true); + $value = explode("\n", $value); + $value = $value[0]; + + $isLarger = true; + } + $value = self::escapeFunction($value); + + if (! is_numeric($value)) { + $value = substr($value, 1, -1); + } + + if ($isLarger) { + $value .= ' [...]'; + } + + $result .= ' ' . $combination[$key] . ' ' . $value; + } + + return trim($result); + } + + /** + * Attempt to compose the best scenario minified query so that a user could find it without expanding it + * + * @param string $query + * @param array $keywords + * @param int $required + * + * @return string + */ + private function composeMiniQuery($query, array $keywords, $required) + { + // Extract the mandatory keywords and consider the rest as optional keywords + $mandatoryKeywords = array_splice($keywords, 0, $required); + + $combinations = []; + $combinationsCount = count($keywords); + + // Compute all the possible combinations of keywords to match the query for + while ($combinationsCount > 0) { + $combinations = array_merge($combinations, $this->getPossibleCombinations($keywords, $combinationsCount)); + $combinationsCount--; + } + + // Try and match the best case query pattern + foreach ($combinations as $combination) { + $combination = array_merge($mandatoryKeywords, $combination); + + $regexp = implode('(.*) ', $combination) . ' (.*)'; + $regexp = '/^' . $regexp . '/is'; + + if (preg_match($regexp, $query, $matches)) { + return $this->shrinkParameters($matches, $combination); + } + } + + // Try and match the simplest query form that contains only the mandatory keywords + $regexp = implode(' (.*)', $mandatoryKeywords) . ' (.*)'; + $regexp = '/^' . $regexp . '/is'; + + if (preg_match($regexp, $query, $matches)) { + return $this->shrinkParameters($matches, $mandatoryKeywords); + } + + // Fallback in case we didn't managed to find any good match (can we actually have that happen?!) + return substr($query, 0, $this->maxCharWidth); + } + + /** + * Minify the query + * + * @param string $query + * + * @return string + */ + public function minifyQuery($query) + { + $result = ''; + $keywords = []; + $required = 1; + + // Check if we can match the query against any of the major types + switch (true) { + case stripos($query, 'SELECT') !== false: + $keywords = ['SELECT', 'FROM', 'WHERE', 'HAVING', 'ORDER BY', 'LIMIT']; + $required = 2; + break; + + case stripos($query, 'DELETE') !== false: + $keywords = ['DELETE', 'FROM', 'WHERE', 'ORDER BY', 'LIMIT']; + $required = 2; + break; + + case stripos($query, 'UPDATE') !== false: + $keywords = ['UPDATE', 'SET', 'WHERE', 'ORDER BY', 'LIMIT']; + $required = 2; + break; + + case stripos($query, 'INSERT') !== false: + $keywords = ['INSERT', 'INTO', 'VALUE', 'VALUES']; + $required = 2; + break; + + // If there's no match so far just truncate it to the maximum allowed by the interface + default: + $result = substr($query, 0, $this->maxCharWidth); + } + + // If we had a match then we should minify it + if ($result === '') { + $result = $this->composeMiniQuery($query, $keywords, $required); + } + + return $result; + } + + /** + * Escape parameters of a SQL query + * DON'T USE THIS FUNCTION OUTSIDE ITS INTENDED SCOPE + * + * @internal + * + * @param mixed $parameter + * + * @return string + */ + public static function escapeFunction($parameter) + { + $result = $parameter; + + switch (true) { + // Check if result is non-unicode string using PCRE_UTF8 modifier + case is_string($result) && ! preg_match('//u', $result): + $result = '0x' . strtoupper(bin2hex($result)); + break; + + case is_string($result): + $result = "'" . addslashes($result) . "'"; + break; + + case is_array($result): + foreach ($result as &$value) { + $value = static::escapeFunction($value); + } + + $result = implode(', ', $result); + break; + + case is_object($result): + $result = addslashes((string) $result); + break; + + case $result === null: + $result = 'NULL'; + break; + + case is_bool($result): + $result = $result ? '1' : '0'; + break; + } + + return $result; + } + + /** + * Return a query with the parameters replaced + * + * @param string $query + * @param array|Data $parameters + * + * @return string + */ + public function replaceQueryParameters($query, $parameters) + { + if ($parameters instanceof Data) { + // VarDumper < 3.3 compatibility layer + $parameters = method_exists($parameters, 'getValue') ? $parameters->getValue(true) : $parameters->getRawData(); + } + + $i = 0; + + if (! array_key_exists(0, $parameters) && array_key_exists(1, $parameters)) { + $i = 1; + } + + return preg_replace_callback( + '/\?|((?([^"]*+)<\/pre>/Us', '\1', $html); + } else { + $html = SqlFormatter::format($sql); + $html = preg_replace('/
    ([^"]*+)<\/pre>/Us', '
    \2
    ', $html); + } + + return $html; + } + + /** + * Get the name of the extension + * + * @return string + */ + public function getName() + { + return 'doctrine_extension'; + } +} diff --git a/vendor/doctrine/doctrine-bundle/composer.json b/vendor/doctrine/doctrine-bundle/composer.json new file mode 100644 index 00000000..86e04d70 --- /dev/null +++ b/vendor/doctrine/doctrine-bundle/composer.json @@ -0,0 +1,65 @@ +{ + "name": "doctrine/doctrine-bundle", + "type": "symfony-bundle", + "description": "Symfony DoctrineBundle", + "keywords": ["DBAL", "ORM", "Database", "Persistence"], + "homepage": "http://www.doctrine-project.org", + "license": "MIT", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Doctrine Project", + "homepage": "http://www.doctrine-project.org/" + } + ], + "require": { + "php": "^5.5.9|^7.0", + "symfony/framework-bundle": "^2.7.22|~3.0|~4.0", + "symfony/console": "~2.7|~3.0|~4.0", + "symfony/dependency-injection": "~2.7|~3.0|~4.0", + "doctrine/dbal": "^2.5.12", + "jdorn/sql-formatter": "^1.2.16", + "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", + "doctrine/doctrine-cache-bundle": "~1.2" + }, + "require-dev": { + "doctrine/orm": "~2.4", + "symfony/yaml": "~2.7|~3.0|~4.0", + "symfony/validator": "~2.7|~3.0|~4.0", + "symfony/property-info": "~2.8|~3.0|~4.0", + "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", + "twig/twig": "~1.26|~2.0", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^4.8.36|^5.7|^6.4", + "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0" + }, + "conflict": { + "symfony/http-foundation": "<2.6" + }, + "suggest": { + "symfony/web-profiler-bundle": "To use the data collector.", + "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." + }, + "autoload": { + "psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "" } + }, + "autoload-dev": { + "psr-4": { "": "Tests/DependencyInjection" } + }, + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + } +} diff --git a/trunk/_vendor/doctrine/doctrine-bundle/phpcs.xml.dist b/vendor/doctrine/doctrine-bundle/phpcs.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/doctrine-bundle/phpcs.xml.dist rename to vendor/doctrine/doctrine-bundle/phpcs.xml.dist diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/.coveralls.yml b/vendor/doctrine/doctrine-cache-bundle/.coveralls.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/.coveralls.yml rename to vendor/doctrine/doctrine-cache-bundle/.coveralls.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/.gitignore b/vendor/doctrine/doctrine-cache-bundle/.gitignore similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/.gitignore rename to vendor/doctrine/doctrine-cache-bundle/.gitignore diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/.travis.yml b/vendor/doctrine/doctrine-cache-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/.travis.yml rename to vendor/doctrine/doctrine-cache-bundle/.travis.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Acl/Model/AclCache.php b/vendor/doctrine/doctrine-cache-bundle/Acl/Model/AclCache.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Acl/Model/AclCache.php rename to vendor/doctrine/doctrine-cache-bundle/Acl/Model/AclCache.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php b/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php rename to vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php b/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php rename to vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php b/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php rename to vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php b/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php rename to vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php b/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php rename to vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Configuration.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Configuration.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CacheDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CacheDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CacheDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CacheDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/ChainDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/ChainDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/ChainDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/ChainDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CouchbaseDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CouchbaseDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CouchbaseDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/CouchbaseDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/FileSystemDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/FileSystemDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/FileSystemDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/FileSystemDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcacheDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcacheDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcacheDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcacheDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcachedDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcachedDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcachedDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MemcachedDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MongodbDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MongodbDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MongodbDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/MongodbDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PhpFileDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PhpFileDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PhpFileDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PhpFileDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PredisDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PredisDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PredisDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/PredisDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RedisDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RedisDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RedisDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RedisDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RiakDefinition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RiakDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RiakDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/RiakDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/Sqlite3Definition.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/Sqlite3Definition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/Sqlite3Definition.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/Definition/Sqlite3Definition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/DoctrineCacheExtension.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/DoctrineCacheExtension.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/DoctrineCacheExtension.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/DoctrineCacheExtension.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/SymfonyBridgeAdapter.php b/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/SymfonyBridgeAdapter.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DependencyInjection/SymfonyBridgeAdapter.php rename to vendor/doctrine/doctrine-cache-bundle/DependencyInjection/SymfonyBridgeAdapter.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/DoctrineCacheBundle.php b/vendor/doctrine/doctrine-cache-bundle/DoctrineCacheBundle.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/DoctrineCacheBundle.php rename to vendor/doctrine/doctrine-cache-bundle/DoctrineCacheBundle.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/LICENSE b/vendor/doctrine/doctrine-cache-bundle/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/LICENSE rename to vendor/doctrine/doctrine-cache-bundle/LICENSE diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/README.md b/vendor/doctrine/doctrine-cache-bundle/README.md similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/README.md rename to vendor/doctrine/doctrine-cache-bundle/README.md diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/config/schema/doctrine_cache-1.0.xsd b/vendor/doctrine/doctrine-cache-bundle/Resources/config/schema/doctrine_cache-1.0.xsd similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/config/schema/doctrine_cache-1.0.xsd rename to vendor/doctrine/doctrine-cache-bundle/Resources/config/schema/doctrine_cache-1.0.xsd diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/config/services.xml b/vendor/doctrine/doctrine-cache-bundle/Resources/config/services.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/config/services.xml rename to vendor/doctrine/doctrine-cache-bundle/Resources/config/services.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/acl_cache.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/acl_cache.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/acl_cache.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/acl_cache.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/custom_providers.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/custom_providers.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/custom_providers.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/custom_providers.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/index.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/index.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/installation.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/installation.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/installation.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/installation.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/reference.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/reference.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/reference.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/reference.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/service_parameter.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/service_parameter.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/service_parameter.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/service_parameter.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/usage.rst b/vendor/doctrine/doctrine-cache-bundle/Resources/doc/usage.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Resources/doc/usage.rst rename to vendor/doctrine/doctrine-cache-bundle/Resources/doc/usage.rst diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Acl/Model/AclCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Acl/Model/AclCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Acl/Model/AclCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Acl/Model/AclCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/XmlBundle.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/YamlBundle.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Cache/MyCustomType.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Cache/MyCustomType.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Cache/MyCustomType.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Cache/MyCustomType.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Definition/MyCustomTypeDefinition.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Definition/MyCustomTypeDefinition.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Definition/MyCustomTypeDefinition.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/Definition/MyCustomTypeDefinition.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/acl.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/acl.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/acl.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/acl.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/aliased.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/aliased.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/aliased.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/aliased.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/basic.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/basic.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/basic.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/basic.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable_defaults.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable_defaults.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable_defaults.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/configurable_defaults.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/custom_providers.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/custom_providers.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/custom_providers.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/custom_providers.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/service_parameter.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/service_parameter.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/service_parameter.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/service_parameter.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/unrecognized.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/unrecognized.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/unrecognized.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/xml/unrecognized.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/acl.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/acl.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/acl.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/acl.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/aliased.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/aliased.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/aliased.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/aliased.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/basic.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/basic.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/basic.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/basic.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable_defaults.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable_defaults.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable_defaults.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/configurable_defaults.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/service_parameter.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/service_parameter.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/service_parameter.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/service_parameter.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/unrecognized.yml b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/unrecognized.yml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/unrecognized.yml rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/unrecognized.yml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/SymfonyBridgeAdapterTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/SymfonyBridgeAdapterTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/SymfonyBridgeAdapterTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/SymfonyBridgeAdapterTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/XmlDoctrineCacheExtensionTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/XmlDoctrineCacheExtensionTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/XmlDoctrineCacheExtensionTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/XmlDoctrineCacheExtensionTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/YmlDoctrineCacheExtensionTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/YmlDoctrineCacheExtensionTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/YmlDoctrineCacheExtensionTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/YmlDoctrineCacheExtensionTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ArrayCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ArrayCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ArrayCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ArrayCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/BaseCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/BaseCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/BaseCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/BaseCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ChainCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ChainCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ChainCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/ChainCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/CommandTestCase.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/CommandTestCase.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/CommandTestCase.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/CommandTestCase.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/ContainsCommandTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/ContainsCommandTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/ContainsCommandTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/ContainsCommandTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/DeleteCommandTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/DeleteCommandTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/DeleteCommandTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/DeleteCommandTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/FlushCommandTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/FlushCommandTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/FlushCommandTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/FlushCommandTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/StatsCommandTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/StatsCommandTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/StatsCommandTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Command/StatsCommandTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/FileSystemCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/FileSystemCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/FileSystemCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/FileSystemCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/Memcached.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/Memcached.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/Memcached.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/Memcached.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/chain.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/chain.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/chain.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/chain.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/file_system.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/file_system.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/file_system.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/file_system.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcached.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcached.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcached.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcached.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/mongodb.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/mongodb.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/mongodb.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/mongodb.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/php_file.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/php_file.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/php_file.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/php_file.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/predis.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/predis.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/predis.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/predis.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/redis.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/redis.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/redis.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/redis.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/riak.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/riak.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/riak.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/riak.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/sqlite3.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/sqlite3.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/sqlite3.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/sqlite3.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/void.xml b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/void.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/void.xml rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/void.xml diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcacheCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcacheCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcacheCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcacheCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcachedCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcachedCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcachedCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MemcachedCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MongoDBCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MongoDBCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MongoDBCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/MongoDBCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PhpFileCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PhpFileCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PhpFileCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PhpFileCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PredisCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PredisCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PredisCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/PredisCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RedisCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RedisCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RedisCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RedisCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RiakCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RiakCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RiakCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/RiakCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Sqlite3CacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Sqlite3CacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Sqlite3CacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Sqlite3CacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/VoidCacheTest.php b/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/VoidCacheTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/Functional/VoidCacheTest.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/Functional/VoidCacheTest.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/FunctionalTestCase.php b/vendor/doctrine/doctrine-cache-bundle/Tests/FunctionalTestCase.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/FunctionalTestCase.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/FunctionalTestCase.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/TestCase.php b/vendor/doctrine/doctrine-cache-bundle/Tests/TestCase.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/TestCase.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/TestCase.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/bootstrap.php b/vendor/doctrine/doctrine-cache-bundle/Tests/bootstrap.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/bootstrap.php rename to vendor/doctrine/doctrine-cache-bundle/Tests/bootstrap.php diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/travis/install-deps.sh b/vendor/doctrine/doctrine-cache-bundle/Tests/travis/install-deps.sh similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/travis/install-deps.sh rename to vendor/doctrine/doctrine-cache-bundle/Tests/travis/install-deps.sh diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/travis/php.ini b/vendor/doctrine/doctrine-cache-bundle/Tests/travis/php.ini similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/Tests/travis/php.ini rename to vendor/doctrine/doctrine-cache-bundle/Tests/travis/php.ini diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/composer.json b/vendor/doctrine/doctrine-cache-bundle/composer.json similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/composer.json rename to vendor/doctrine/doctrine-cache-bundle/composer.json diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist b/vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist rename to vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/doctrine/doctrine-cache-bundle/ruleset.xml b/vendor/doctrine/doctrine-cache-bundle/ruleset.xml similarity index 100% rename from trunk/_vendor/doctrine/doctrine-cache-bundle/ruleset.xml rename to vendor/doctrine/doctrine-cache-bundle/ruleset.xml diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/.gitignore b/vendor/doctrine/doctrine-migrations-bundle/.gitignore similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/.gitignore rename to vendor/doctrine/doctrine-migrations-bundle/.gitignore diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Changelog.md b/vendor/doctrine/doctrine-migrations-bundle/Changelog.md similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Changelog.md rename to vendor/doctrine/doctrine-migrations-bundle/Changelog.md diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/DoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/DoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/DoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/DoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/Helper/DoctrineCommandHelper.php b/vendor/doctrine/doctrine-migrations-bundle/Command/Helper/DoctrineCommandHelper.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/Helper/DoctrineCommandHelper.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/Helper/DoctrineCommandHelper.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php b/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php rename to vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/Configuration.php b/vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/Configuration.php rename to vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php b/vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php rename to vendor/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php b/vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php rename to vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/LICENSE b/vendor/doctrine/doctrine-migrations-bundle/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/LICENSE rename to vendor/doctrine/doctrine-migrations-bundle/LICENSE diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/README.markdown b/vendor/doctrine/doctrine-migrations-bundle/README.markdown similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/README.markdown rename to vendor/doctrine/doctrine-migrations-bundle/README.markdown diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Resources/config/schema/doctrine_migrations-1.0.xsd b/vendor/doctrine/doctrine-migrations-bundle/Resources/config/schema/doctrine_migrations-1.0.xsd similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Resources/config/schema/doctrine_migrations-1.0.xsd rename to vendor/doctrine/doctrine-migrations-bundle/Resources/config/schema/doctrine_migrations-1.0.xsd diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Resources/doc/index.rst b/vendor/doctrine/doctrine-migrations-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Resources/doc/index.rst rename to vendor/doctrine/doctrine-migrations-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/Tests/DependencyInjection/DoctrineMigrationsExtensionTest.php b/vendor/doctrine/doctrine-migrations-bundle/Tests/DependencyInjection/DoctrineMigrationsExtensionTest.php similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/Tests/DependencyInjection/DoctrineMigrationsExtensionTest.php rename to vendor/doctrine/doctrine-migrations-bundle/Tests/DependencyInjection/DoctrineMigrationsExtensionTest.php diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/composer.json b/vendor/doctrine/doctrine-migrations-bundle/composer.json similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/composer.json rename to vendor/doctrine/doctrine-migrations-bundle/composer.json diff --git a/trunk/_vendor/doctrine/doctrine-migrations-bundle/phpunit.xml.dist b/vendor/doctrine/doctrine-migrations-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/doctrine-migrations-bundle/phpunit.xml.dist rename to vendor/doctrine/doctrine-migrations-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/doctrine/inflector/LICENSE b/vendor/doctrine/inflector/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/inflector/LICENSE rename to vendor/doctrine/inflector/LICENSE diff --git a/trunk/_vendor/doctrine/inflector/README.md b/vendor/doctrine/inflector/README.md similarity index 100% rename from trunk/_vendor/doctrine/inflector/README.md rename to vendor/doctrine/inflector/README.md diff --git a/trunk/_vendor/doctrine/inflector/composer.json b/vendor/doctrine/inflector/composer.json similarity index 100% rename from trunk/_vendor/doctrine/inflector/composer.json rename to vendor/doctrine/inflector/composer.json diff --git a/trunk/_vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php b/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php similarity index 100% rename from trunk/_vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php rename to vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php diff --git a/trunk/_vendor/doctrine/instantiator/.gitignore b/vendor/doctrine/instantiator/.gitignore similarity index 100% rename from trunk/_vendor/doctrine/instantiator/.gitignore rename to vendor/doctrine/instantiator/.gitignore diff --git a/trunk/_vendor/doctrine/instantiator/.scrutinizer.yml b/vendor/doctrine/instantiator/.scrutinizer.yml similarity index 100% rename from trunk/_vendor/doctrine/instantiator/.scrutinizer.yml rename to vendor/doctrine/instantiator/.scrutinizer.yml diff --git a/trunk/_vendor/doctrine/instantiator/.travis.install.sh b/vendor/doctrine/instantiator/.travis.install.sh similarity index 100% rename from trunk/_vendor/doctrine/instantiator/.travis.install.sh rename to vendor/doctrine/instantiator/.travis.install.sh diff --git a/trunk/_vendor/doctrine/instantiator/.travis.yml b/vendor/doctrine/instantiator/.travis.yml similarity index 100% rename from trunk/_vendor/doctrine/instantiator/.travis.yml rename to vendor/doctrine/instantiator/.travis.yml diff --git a/trunk/_vendor/doctrine/instantiator/CONTRIBUTING.md b/vendor/doctrine/instantiator/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/doctrine/instantiator/CONTRIBUTING.md rename to vendor/doctrine/instantiator/CONTRIBUTING.md diff --git a/trunk/_vendor/doctrine/instantiator/LICENSE b/vendor/doctrine/instantiator/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/instantiator/LICENSE rename to vendor/doctrine/instantiator/LICENSE diff --git a/trunk/_vendor/doctrine/instantiator/README.md b/vendor/doctrine/instantiator/README.md similarity index 100% rename from trunk/_vendor/doctrine/instantiator/README.md rename to vendor/doctrine/instantiator/README.md diff --git a/trunk/_vendor/doctrine/instantiator/composer.json b/vendor/doctrine/instantiator/composer.json similarity index 100% rename from trunk/_vendor/doctrine/instantiator/composer.json rename to vendor/doctrine/instantiator/composer.json diff --git a/trunk/_vendor/doctrine/instantiator/phpmd.xml.dist b/vendor/doctrine/instantiator/phpmd.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/instantiator/phpmd.xml.dist rename to vendor/doctrine/instantiator/phpmd.xml.dist diff --git a/trunk/_vendor/doctrine/instantiator/phpunit.xml.dist b/vendor/doctrine/instantiator/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/doctrine/instantiator/phpunit.xml.dist rename to vendor/doctrine/instantiator/phpunit.xml.dist diff --git a/trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php diff --git a/trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php diff --git a/trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php b/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php rename to vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/InvalidArgumentExceptionTest.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/Exception/UnexpectedValueExceptionTest.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ExceptionAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/FinalExceptionAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/UnserializeExceptionArrayObjectAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php diff --git a/trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php b/vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php similarity index 100% rename from trunk/_vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php rename to vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php diff --git a/vendor/doctrine/lexer/.doctrine-project.json b/vendor/doctrine/lexer/.doctrine-project.json new file mode 100644 index 00000000..01ccb778 --- /dev/null +++ b/vendor/doctrine/lexer/.doctrine-project.json @@ -0,0 +1,17 @@ +{ + "active": true, + "name": "Lexer", + "slug": "lexer", + "docsSlug": "doctrine-lexer", + "versions": [ + { + "name": "master", + "branchName": "master", + "slug": "latest", + "aliases": [ + "current", + "stable" + ] + } + ] +} diff --git a/vendor/doctrine/lexer/.github/FUNDING.yml b/vendor/doctrine/lexer/.github/FUNDING.yml new file mode 100644 index 00000000..e081a97a --- /dev/null +++ b/vendor/doctrine/lexer/.github/FUNDING.yml @@ -0,0 +1,3 @@ +patreon: phpdoctrine +tidelift: packagist/doctrine%2Flexer +custom: https://www.doctrine-project.org/sponsorship.html diff --git a/vendor/doctrine/lexer/.gitignore b/vendor/doctrine/lexer/.gitignore new file mode 100644 index 00000000..7579f743 --- /dev/null +++ b/vendor/doctrine/lexer/.gitignore @@ -0,0 +1,2 @@ +vendor +composer.lock diff --git a/vendor/doctrine/lexer/LICENSE b/vendor/doctrine/lexer/LICENSE new file mode 100644 index 00000000..e8fdec4a --- /dev/null +++ b/vendor/doctrine/lexer/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2006-2018 Doctrine Project + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/vendor/doctrine/lexer/README.md b/vendor/doctrine/lexer/README.md new file mode 100644 index 00000000..3a74c1c3 --- /dev/null +++ b/vendor/doctrine/lexer/README.md @@ -0,0 +1,7 @@ +# Doctrine Lexer + +Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers. + +This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL). + +https://www.doctrine-project.org/projects/lexer.html diff --git a/vendor/doctrine/lexer/composer.json b/vendor/doctrine/lexer/composer.json new file mode 100644 index 00000000..6ea83543 --- /dev/null +++ b/vendor/doctrine/lexer/composer.json @@ -0,0 +1,36 @@ +{ + "name": "doctrine/lexer", + "type": "library", + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "keywords": [ + "php", + "parser", + "lexer", + "annotations", + "docblock" + ], + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "license": "MIT", + "authors": [ + {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, + {"name": "Roman Borschel", "email": "roman@code-factory.org"}, + {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} + ], + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, + "autoload": { + "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } + }, + "autoload-dev": { + "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine" } + }, + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + } +} diff --git a/vendor/doctrine/lexer/docs/en/dql-parser.rst b/vendor/doctrine/lexer/docs/en/dql-parser.rst new file mode 100644 index 00000000..c7d581da --- /dev/null +++ b/vendor/doctrine/lexer/docs/en/dql-parser.rst @@ -0,0 +1,294 @@ +DQL Lexer +========= + +Here is a more complicated example from the Doctrine ORM project. +The ``Doctrine\ORM\Query\Lexer`` implementation for DQL looks something +like the following: + +.. code-block:: php + + use Doctrine\Common\Lexer\AbstractLexer; + + class Lexer extends AbstractLexer + { + // All tokens that are not valid identifiers must be < 100 + public const T_NONE = 1; + public const T_INTEGER = 2; + public const T_STRING = 3; + public const T_INPUT_PARAMETER = 4; + public const T_FLOAT = 5; + public const T_CLOSE_PARENTHESIS = 6; + public const T_OPEN_PARENTHESIS = 7; + public const T_COMMA = 8; + public const T_DIVIDE = 9; + public const T_DOT = 10; + public const T_EQUALS = 11; + public const T_GREATER_THAN = 12; + public const T_LOWER_THAN = 13; + public const T_MINUS = 14; + public const T_MULTIPLY = 15; + public const T_NEGATE = 16; + public const T_PLUS = 17; + public const T_OPEN_CURLY_BRACE = 18; + public const T_CLOSE_CURLY_BRACE = 19; + + // All tokens that are identifiers or keywords that could be considered as identifiers should be >= 100 + public const T_ALIASED_NAME = 100; + public const T_FULLY_QUALIFIED_NAME = 101; + public const T_IDENTIFIER = 102; + + // All keyword tokens should be >= 200 + public const T_ALL = 200; + public const T_AND = 201; + public const T_ANY = 202; + public const T_AS = 203; + public const T_ASC = 204; + public const T_AVG = 205; + public const T_BETWEEN = 206; + public const T_BOTH = 207; + public const T_BY = 208; + public const T_CASE = 209; + public const T_COALESCE = 210; + public const T_COUNT = 211; + public const T_DELETE = 212; + public const T_DESC = 213; + public const T_DISTINCT = 214; + public const T_ELSE = 215; + public const T_EMPTY = 216; + public const T_END = 217; + public const T_ESCAPE = 218; + public const T_EXISTS = 219; + public const T_FALSE = 220; + public const T_FROM = 221; + public const T_GROUP = 222; + public const T_HAVING = 223; + public const T_HIDDEN = 224; + public const T_IN = 225; + public const T_INDEX = 226; + public const T_INNER = 227; + public const T_INSTANCE = 228; + public const T_IS = 229; + public const T_JOIN = 230; + public const T_LEADING = 231; + public const T_LEFT = 232; + public const T_LIKE = 233; + public const T_MAX = 234; + public const T_MEMBER = 235; + public const T_MIN = 236; + public const T_NEW = 237; + public const T_NOT = 238; + public const T_NULL = 239; + public const T_NULLIF = 240; + public const T_OF = 241; + public const T_OR = 242; + public const T_ORDER = 243; + public const T_OUTER = 244; + public const T_PARTIAL = 245; + public const T_SELECT = 246; + public const T_SET = 247; + public const T_SOME = 248; + public const T_SUM = 249; + public const T_THEN = 250; + public const T_TRAILING = 251; + public const T_TRUE = 252; + public const T_UPDATE = 253; + public const T_WHEN = 254; + public const T_WHERE = 255; + public const T_WITH = 256; + + /** + * Creates a new query scanner object. + * + * @param string $input A query string. + */ + public function __construct($input) + { + $this->setInput($input); + } + + /** + * {@inheritdoc} + */ + protected function getCatchablePatterns() + { + return [ + '[a-z_][a-z0-9_]*\:[a-z_][a-z0-9_]*(?:\\\[a-z_][a-z0-9_]*)*', // aliased name + '[a-z_\\\][a-z0-9_]*(?:\\\[a-z_][a-z0-9_]*)*', // identifier or qualified name + '(?:[0-9]+(?:[\.][0-9]+)*)(?:e[+-]?[0-9]+)?', // numbers + "'(?:[^']|'')*'", // quoted strings + '\?[0-9]*|:[a-z_][a-z0-9_]*', // parameters + ]; + } + + /** + * {@inheritdoc} + */ + protected function getNonCatchablePatterns() + { + return ['\s+', '(.)']; + } + + /** + * {@inheritdoc} + */ + protected function getType(&$value) + { + $type = self::T_NONE; + + switch (true) { + // Recognize numeric values + case (is_numeric($value)): + if (strpos($value, '.') !== false || stripos($value, 'e') !== false) { + return self::T_FLOAT; + } + + return self::T_INTEGER; + + // Recognize quoted strings + case ($value[0] === "'"): + $value = str_replace("''", "'", substr($value, 1, strlen($value) - 2)); + + return self::T_STRING; + + // Recognize identifiers, aliased or qualified names + case (ctype_alpha($value[0]) || $value[0] === '_' || $value[0] === '\\'): + $name = 'Doctrine\ORM\Query\Lexer::T_' . strtoupper($value); + + if (defined($name)) { + $type = constant($name); + + if ($type > 100) { + return $type; + } + } + + if (strpos($value, ':') !== false) { + return self::T_ALIASED_NAME; + } + + if (strpos($value, '\\') !== false) { + return self::T_FULLY_QUALIFIED_NAME; + } + + return self::T_IDENTIFIER; + + // Recognize input parameters + case ($value[0] === '?' || $value[0] === ':'): + return self::T_INPUT_PARAMETER; + + // Recognize symbols + case ($value === '.'): + return self::T_DOT; + case ($value === ','): + return self::T_COMMA; + case ($value === '('): + return self::T_OPEN_PARENTHESIS; + case ($value === ')'): + return self::T_CLOSE_PARENTHESIS; + case ($value === '='): + return self::T_EQUALS; + case ($value === '>'): + return self::T_GREATER_THAN; + case ($value === '<'): + return self::T_LOWER_THAN; + case ($value === '+'): + return self::T_PLUS; + case ($value === '-'): + return self::T_MINUS; + case ($value === '*'): + return self::T_MULTIPLY; + case ($value === '/'): + return self::T_DIVIDE; + case ($value === '!'): + return self::T_NEGATE; + case ($value === '{'): + return self::T_OPEN_CURLY_BRACE; + case ($value === '}'): + return self::T_CLOSE_CURLY_BRACE; + + // Default + default: + // Do nothing + } + + return $type; + } + } + +This is roughly what the DQL Parser looks like that uses the above +Lexer implementation: + +.. note:: + + You can see the full implementation `here `_. + +.. code-block:: php + + class Parser + { + private $lexer; + + public function __construct($dql) + { + $this->lexer = new Lexer(); + $this->lexer->setInput($dql); + } + + // ... + + public function getAST() + { + // Parse & build AST + $AST = $this->QueryLanguage(); + + // ... + + return $AST; + } + + public function QueryLanguage() + { + $this->lexer->moveNext(); + + switch ($this->lexer->lookahead['type']) { + case Lexer::T_SELECT: + $statement = $this->SelectStatement(); + break; + case Lexer::T_UPDATE: + $statement = $this->UpdateStatement(); + break; + case Lexer::T_DELETE: + $statement = $this->DeleteStatement(); + break; + default: + $this->syntaxError('SELECT, UPDATE or DELETE'); + break; + } + + // Check for end of string + if ($this->lexer->lookahead !== null) { + $this->syntaxError('end of string'); + } + + return $statement; + } + + // ... + } + +Now the AST is used to transform the DQL query in to portable SQL for whatever relational +database you are using! + +.. code-block:: php + + $parser = new Parser('SELECT u FROM User u'); + $AST = $parser->getAST(); // returns \Doctrine\ORM\Query\AST\SelectStatement + +What is an AST? +=============== + +AST stands for `Abstract syntax tree `_. +In computer science, an abstract syntax tree (AST), or just syntax tree, is a +tree representation of the abstract syntactic structure of source code written +in a programming language. Each node of the tree denotes a construct occurring in +the source code. diff --git a/vendor/doctrine/lexer/docs/en/index.rst b/vendor/doctrine/lexer/docs/en/index.rst new file mode 100644 index 00000000..2aa985be --- /dev/null +++ b/vendor/doctrine/lexer/docs/en/index.rst @@ -0,0 +1,53 @@ +Introduction +============ + +Doctrine Lexer is a library that can be used in Top-Down, Recursive +Descent Parsers. This lexer is used in Doctrine Annotations and in +Doctrine ORM (DQL). + +To write your own parser you just need to extend ``Doctrine\Common\Lexer\AbstractLexer`` +and implement the following three abstract methods. + +.. code-block:: php + + /** + * Lexical catchable patterns. + * + * @return array + */ + abstract protected function getCatchablePatterns(); + + /** + * Lexical non-catchable patterns. + * + * @return array + */ + abstract protected function getNonCatchablePatterns(); + + /** + * Retrieve token type. Also processes the token value if necessary. + * + * @param string $value + * @return integer + */ + abstract protected function getType(&$value); + +These methods define the `lexical `_ +catchable and non-catchable patterns and a method for returning the +type of a token and filtering the value if necessary. + +The Lexer is responsible for giving you an API to walk across a +string one character at a time and analyze the type of each character, value and position of +each token in the string. The low level API of the lexer is pretty simple: + +- ``setInput($input)`` - Sets the input data to be tokenized. The Lexer is immediately reset and the new input tokenized. +- ``reset()`` - Resets the lexer. +- ``resetPeek()`` - Resets the peek pointer to 0. +- ``resetPosition($position = 0)`` - Resets the lexer position on the input to the given position. +- ``isNextToken($token)`` - Checks whether a given token matches the current lookahead. +- ``isNextTokenAny(array $tokens)`` - Checks whether any of the given tokens matches the current lookahead. +- ``moveNext()`` - Moves to the next token in the input string. +- ``skipUntil($type)`` - Tells the lexer to skip input tokens until it sees a token with the given value. +- ``isA($value, $token)`` - Checks if given value is identical to the given token. +- ``peek()`` - Moves the lookahead token forward. +- ``glimpse()`` - Peeks at the next token, returns it and immediately resets the peek. diff --git a/vendor/doctrine/lexer/docs/en/sidebar.rst b/vendor/doctrine/lexer/docs/en/sidebar.rst new file mode 100644 index 00000000..9b04e244 --- /dev/null +++ b/vendor/doctrine/lexer/docs/en/sidebar.rst @@ -0,0 +1,6 @@ +.. toctree:: + :depth: 3 + + index + simple-parser-example + dql-parser diff --git a/vendor/doctrine/lexer/docs/en/simple-parser-example.rst b/vendor/doctrine/lexer/docs/en/simple-parser-example.rst new file mode 100644 index 00000000..ac142421 --- /dev/null +++ b/vendor/doctrine/lexer/docs/en/simple-parser-example.rst @@ -0,0 +1,102 @@ +Simple Parser Example +===================== + +Extend the ``Doctrine\Common\Lexer\AbstractLexer`` class and implement +the ``getCatchablePatterns``, ``getNonCatchablePatterns``, and ``getType`` +methods. Here is a very simple example lexer implementation named ``CharacterTypeLexer``. +It tokenizes a string to ``T_UPPER``, ``T_LOWER`` and``T_NUMBER`` tokens: + +.. code-block:: php + lexer = $lexer; + } + + public function getUpperCaseCharacters($string) + { + $this->lexer->setInput($string); + $this->lexer->moveNext(); + + $upperCaseChars = array(); + while (true) { + if (!$this->lexer->lookahead) { + break; + } + + $this->lexer->moveNext(); + + if ($this->lexer->token['type'] === CharacterTypeLexer::T_UPPER) { + $upperCaseChars[] = $this->lexer->token['value']; + } + } + + return $upperCaseChars; + } + } + + $upperCaseCharacterExtractor = new UpperCaseCharacterExtracter(new CharacterTypeLexer()); + $upperCaseCharacters = $upperCaseCharacterExtractor->getUpperCaseCharacters('1aBcdEfgHiJ12'); + + print_r($upperCaseCharacters); + +The variable ``$upperCaseCharacters`` contains all of the upper case +characters: + +.. code-block:: php + Array + ( + [0] => B + [1] => E + [2] => H + [3] => J + ) + +This is a simple example but it should demonstrate the low level API +that can be used to build more complex parsers. diff --git a/trunk/_vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php b/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php similarity index 98% rename from trunk/_vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php rename to vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php index 399a5523..317ff69d 100644 --- a/trunk/_vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php +++ b/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php @@ -132,7 +132,7 @@ abstract class AbstractLexer } /** - * Retrieve the original lexer's input until a given position. + * Retrieve the original lexer's input until a given position. * * @param integer $position * @@ -258,6 +258,11 @@ abstract class AbstractLexer $flags = PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_OFFSET_CAPTURE; $matches = preg_split($regex, $input, -1, $flags); + if (false === $matches) { + // Work around https://bugs.php.net/78122 + $matches = array(array($input, 0)); + } + foreach ($matches as $match) { // Must remain before 'value' assignment since it can change content $type = $this->getType($match[0]); diff --git a/vendor/doctrine/lexer/phpunit.xml.dist b/vendor/doctrine/lexer/phpunit.xml.dist new file mode 100644 index 00000000..d0a18466 --- /dev/null +++ b/vendor/doctrine/lexer/phpunit.xml.dist @@ -0,0 +1,26 @@ + + + + + + + + + + + tests + + + + + + lib/Doctrine + + + diff --git a/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/AbstractLexerTest.php b/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/AbstractLexerTest.php new file mode 100644 index 00000000..8a2a4e49 --- /dev/null +++ b/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/AbstractLexerTest.php @@ -0,0 +1,268 @@ +concreteLexer = new ConcreteLexer(); + } + + public function dataProvider() + { + return array( + array( + 'price=10', + array( + array( + 'value' => 'price', + 'type' => 'string', + 'position' => 0, + ), + array( + 'value' => '=', + 'type' => 'operator', + 'position' => 5, + ), + array( + 'value' => 10, + 'type' => 'int', + 'position' => 6, + ), + ), + ), + ); + } + + public function testResetPeek() + { + $expectedTokens = array( + array( + 'value' => 'price', + 'type' => 'string', + 'position' => 0, + ), + array( + 'value' => '=', + 'type' => 'operator', + 'position' => 5, + ), + array( + 'value' => 10, + 'type' => 'int', + 'position' => 6, + ), + ); + + $this->concreteLexer->setInput('price=10'); + + $this->assertEquals($expectedTokens[0], $this->concreteLexer->peek()); + $this->assertEquals($expectedTokens[1], $this->concreteLexer->peek()); + $this->concreteLexer->resetPeek(); + $this->assertEquals($expectedTokens[0], $this->concreteLexer->peek()); + } + + public function testResetPosition() + { + $expectedTokens = array( + array( + 'value' => 'price', + 'type' => 'string', + 'position' => 0, + ), + array( + 'value' => '=', + 'type' => 'operator', + 'position' => 5, + ), + array( + 'value' => 10, + 'type' => 'int', + 'position' => 6, + ), + ); + + $this->concreteLexer->setInput('price=10'); + $this->assertNull($this->concreteLexer->lookahead); + + $this->assertTrue($this->concreteLexer->moveNext()); + $this->assertEquals($expectedTokens[0], $this->concreteLexer->lookahead); + + $this->assertTrue($this->concreteLexer->moveNext()); + $this->assertEquals($expectedTokens[1], $this->concreteLexer->lookahead); + + $this->concreteLexer->resetPosition(0); + + $this->assertTrue($this->concreteLexer->moveNext()); + $this->assertEquals($expectedTokens[0], $this->concreteLexer->lookahead); + } + + /** + * @dataProvider dataProvider + * + * @param $input + * @param $expectedTokens + */ + public function testMoveNext($input, $expectedTokens) + { + $this->concreteLexer->setInput($input); + $this->assertNull($this->concreteLexer->lookahead); + + for ($i = 0; $i < count($expectedTokens); $i++) { + $this->assertTrue($this->concreteLexer->moveNext()); + $this->assertEquals($expectedTokens[$i], $this->concreteLexer->lookahead); + } + + $this->assertFalse($this->concreteLexer->moveNext()); + $this->assertNull($this->concreteLexer->lookahead); + } + + public function testSkipUntil() + { + $this->concreteLexer->setInput('price=10'); + + $this->assertTrue($this->concreteLexer->moveNext()); + $this->concreteLexer->skipUntil('operator'); + + $this->assertEquals( + array( + 'value' => '=', + 'type' => 'operator', + 'position' => 5, + ), + $this->concreteLexer->lookahead + ); + } + + public function testUtf8Mismatch() + { + $this->concreteLexer->setInput("\xE9=10"); + + $this->assertTrue($this->concreteLexer->moveNext()); + + $this->assertEquals( + array( + 'value' => "\xE9=10", + 'type' => 'string', + 'position' => 0, + ), + $this->concreteLexer->lookahead + ); + } + + /** + * @dataProvider dataProvider + * + * @param $input + * @param $expectedTokens + */ + public function testPeek($input, $expectedTokens) + { + $this->concreteLexer->setInput($input); + foreach ($expectedTokens as $expectedToken) { + $this->assertEquals($expectedToken, $this->concreteLexer->peek()); + } + + $this->assertNull($this->concreteLexer->peek()); + } + + /** + * @dataProvider dataProvider + * + * @param $input + * @param $expectedTokens + */ + public function testGlimpse($input, $expectedTokens) + { + $this->concreteLexer->setInput($input); + + foreach ($expectedTokens as $expectedToken) { + $this->assertEquals($expectedToken, $this->concreteLexer->glimpse()); + $this->concreteLexer->moveNext(); + } + + $this->assertNull($this->concreteLexer->peek()); + } + + public function inputUntilPositionDataProvider() + { + return array( + array('price=10', 5, 'price'), + ); + } + + /** + * @dataProvider inputUntilPositionDataProvider + * + * @param $input + * @param $position + * @param $expectedInput + */ + public function testGetInputUntilPosition($input, $position, $expectedInput) + { + $this->concreteLexer->setInput($input); + + $this->assertSame($expectedInput, $this->concreteLexer->getInputUntilPosition($position)); + } + + /** + * @dataProvider dataProvider + * + * @param $input + * @param $expectedTokens + */ + public function testIsNextToken($input, $expectedTokens) + { + $this->concreteLexer->setInput($input); + + $this->concreteLexer->moveNext(); + for ($i = 0; $i < count($expectedTokens); $i++) { + $this->assertTrue($this->concreteLexer->isNextToken($expectedTokens[$i]['type'])); + $this->concreteLexer->moveNext(); + } + } + + /** + * @dataProvider dataProvider + * + * @param $input + * @param $expectedTokens + */ + public function testIsNextTokenAny($input, $expectedTokens) + { + $allTokenTypes = array_map(function ($token) { + return $token['type']; + }, $expectedTokens); + + $this->concreteLexer->setInput($input); + + $this->concreteLexer->moveNext(); + for ($i = 0; $i < count($expectedTokens); $i++) { + $this->assertTrue($this->concreteLexer->isNextTokenAny(array($expectedTokens[$i]['type']))); + $this->assertTrue($this->concreteLexer->isNextTokenAny($allTokenTypes)); + $this->concreteLexer->moveNext(); + } + } + + public function testGetLiteral() + { + $this->assertSame('Doctrine\Tests\Common\Lexer\ConcreteLexer::INT', $this->concreteLexer->getLiteral('int')); + $this->assertSame('fake_token', $this->concreteLexer->getLiteral('fake_token')); + } + + public function testIsA() + { + $this->assertTrue($this->concreteLexer->isA(11, 'int')); + $this->assertTrue($this->concreteLexer->isA(1.1, 'int')); + $this->assertTrue($this->concreteLexer->isA('=', 'operator')); + $this->assertTrue($this->concreteLexer->isA('>', 'operator')); + $this->assertTrue($this->concreteLexer->isA('<', 'operator')); + $this->assertTrue($this->concreteLexer->isA('fake_text', 'string')); + } +} diff --git a/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/ConcreteLexer.php b/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/ConcreteLexer.php new file mode 100644 index 00000000..ed4d153d --- /dev/null +++ b/vendor/doctrine/lexer/tests/Doctrine/Common/Lexer/ConcreteLexer.php @@ -0,0 +1,49 @@ +', + '[a-z]+', + '\d+', + ); + } + + protected function getNonCatchablePatterns() + { + return array( + '\s+', + '(.)', + ); + } + + protected function getType(&$value) + { + if (is_numeric($value)) { + $value = (int)$value; + + return 'int'; + } + if (in_array($value, array('=', '<', '>'))) { + return 'operator'; + } + if (is_string($value)) { + return 'string'; + } + + return; + } + + protected function getModifiers() + { + return parent::getModifiers().'u'; + } +} diff --git a/trunk/_vendor/doctrine/migrations/CHANGELOG.md b/vendor/doctrine/migrations/CHANGELOG.md similarity index 100% rename from trunk/_vendor/doctrine/migrations/CHANGELOG.md rename to vendor/doctrine/migrations/CHANGELOG.md diff --git a/trunk/_vendor/doctrine/migrations/LICENSE b/vendor/doctrine/migrations/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/migrations/LICENSE rename to vendor/doctrine/migrations/LICENSE diff --git a/trunk/_vendor/doctrine/migrations/README.md b/vendor/doctrine/migrations/README.md similarity index 100% rename from trunk/_vendor/doctrine/migrations/README.md rename to vendor/doctrine/migrations/README.md diff --git a/trunk/_vendor/doctrine/migrations/UPGRADE-1.0.md b/vendor/doctrine/migrations/UPGRADE-1.0.md similarity index 100% rename from trunk/_vendor/doctrine/migrations/UPGRADE-1.0.md rename to vendor/doctrine/migrations/UPGRADE-1.0.md diff --git a/trunk/_vendor/doctrine/migrations/bin/doctrine-migrations b/vendor/doctrine/migrations/bin/doctrine-migrations similarity index 100% rename from trunk/_vendor/doctrine/migrations/bin/doctrine-migrations rename to vendor/doctrine/migrations/bin/doctrine-migrations diff --git a/trunk/_vendor/doctrine/migrations/bin/doctrine-migrations.php b/vendor/doctrine/migrations/bin/doctrine-migrations.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/bin/doctrine-migrations.php rename to vendor/doctrine/migrations/bin/doctrine-migrations.php diff --git a/trunk/_vendor/doctrine/migrations/build-phar.sh b/vendor/doctrine/migrations/build-phar.sh similarity index 100% rename from trunk/_vendor/doctrine/migrations/build-phar.sh rename to vendor/doctrine/migrations/build-phar.sh diff --git a/trunk/_vendor/doctrine/migrations/composer.json b/vendor/doctrine/migrations/composer.json similarity index 100% rename from trunk/_vendor/doctrine/migrations/composer.json rename to vendor/doctrine/migrations/composer.json diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbortMigrationException.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbortMigrationException.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbortMigrationException.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbortMigrationException.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbstractMigration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbstractMigration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbstractMigration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/AbstractMigration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/AbstractFileConfiguration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/AbstractFileConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/AbstractFileConfiguration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/AbstractFileConfiguration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/ArrayConfiguration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/ArrayConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/ArrayConfiguration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/ArrayConfiguration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/ConnectionLoaderInterface.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/ConnectionLoaderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/ConnectionLoaderInterface.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/ConnectionLoaderInterface.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ArrayConnectionConfigurationLoader.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ArrayConnectionConfigurationLoader.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ArrayConnectionConfigurationLoader.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ArrayConnectionConfigurationLoader.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationChainLoader.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationChainLoader.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationChainLoader.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationChainLoader.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationLoader.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationLoader.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationLoader.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionConfigurationLoader.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/JsonConfiguration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/JsonConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/JsonConfiguration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/JsonConfiguration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XML/configuration.xsd b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XML/configuration.xsd similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XML/configuration.xsd rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XML/configuration.xsd diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XmlConfiguration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XmlConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XmlConfiguration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/XmlConfiguration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/YamlConfiguration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/YamlConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/YamlConfiguration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Configuration/YamlConfiguration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/AbstractFinder.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/AbstractFinder.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/AbstractFinder.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/AbstractFinder.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/GlobFinder.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/GlobFinder.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/GlobFinder.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/GlobFinder.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationDeepFinderInterface.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationDeepFinderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationDeepFinderInterface.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationDeepFinderInterface.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationFinderInterface.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationFinderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationFinderInterface.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/MigrationFinderInterface.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/RecursiveRegexFinder.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/RecursiveRegexFinder.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/RecursiveRegexFinder.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Finder/RecursiveRegexFinder.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Migration.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Migration.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Migration.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Migration.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationException.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationException.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationException.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationException.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationsVersion.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationsVersion.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationsVersion.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/MigrationsVersion.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/OutputWriter.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/OutputWriter.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/OutputWriter.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/OutputWriter.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/LazySchemaDiffProvider.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/LazySchemaDiffProvider.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/LazySchemaDiffProvider.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/LazySchemaDiffProvider.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/OrmSchemaProvider.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/OrmSchemaProvider.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/OrmSchemaProvider.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/OrmSchemaProvider.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProvider.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProvider.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProvider.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProvider.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProviderInterface.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProviderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProviderInterface.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProviderInterface.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaProviderInterface.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaProviderInterface.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaProviderInterface.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/SchemaProviderInterface.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/StubSchemaProvider.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/StubSchemaProvider.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/StubSchemaProvider.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Provider/StubSchemaProvider.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SkipMigrationException.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SkipMigrationException.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SkipMigrationException.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SkipMigrationException.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SqlFileWriter.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SqlFileWriter.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SqlFileWriter.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/SqlFileWriter.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/ExecuteCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/ExecuteCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/ExecuteCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/ExecuteCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/LatestCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/LatestCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/LatestCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/LatestCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/MigrateCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/MigrateCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/MigrateCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/MigrateCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/StatusCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/StatusCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/StatusCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/StatusCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/UpToDateCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/UpToDateCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/UpToDateCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/UpToDateCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/VersionCommand.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/VersionCommand.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/VersionCommand.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/VersionCommand.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/ConsoleRunner.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/ConsoleRunner.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/ConsoleRunner.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/ConsoleRunner.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/ConfigurationHelper.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/ConfigurationHelper.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/ConfigurationHelper.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/ConfigurationHelper.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php diff --git a/trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php b/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php similarity index 100% rename from trunk/_vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php rename to vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php diff --git a/trunk/_vendor/doctrine/orm/.coveralls.yml b/vendor/doctrine/orm/.coveralls.yml similarity index 100% rename from trunk/_vendor/doctrine/orm/.coveralls.yml rename to vendor/doctrine/orm/.coveralls.yml diff --git a/trunk/_vendor/doctrine/orm/LICENSE b/vendor/doctrine/orm/LICENSE similarity index 100% rename from trunk/_vendor/doctrine/orm/LICENSE rename to vendor/doctrine/orm/LICENSE diff --git a/trunk/_vendor/doctrine/orm/README.markdown b/vendor/doctrine/orm/README.markdown similarity index 100% rename from trunk/_vendor/doctrine/orm/README.markdown rename to vendor/doctrine/orm/README.markdown diff --git a/trunk/_vendor/doctrine/orm/SECURITY.md b/vendor/doctrine/orm/SECURITY.md similarity index 100% rename from trunk/_vendor/doctrine/orm/SECURITY.md rename to vendor/doctrine/orm/SECURITY.md diff --git a/trunk/_vendor/doctrine/orm/UPGRADE.md b/vendor/doctrine/orm/UPGRADE.md similarity index 100% rename from trunk/_vendor/doctrine/orm/UPGRADE.md rename to vendor/doctrine/orm/UPGRADE.md diff --git a/trunk/_vendor/doctrine/orm/bin/doctrine b/vendor/doctrine/orm/bin/doctrine similarity index 100% rename from trunk/_vendor/doctrine/orm/bin/doctrine rename to vendor/doctrine/orm/bin/doctrine diff --git a/trunk/_vendor/doctrine/orm/bin/doctrine-pear.php b/vendor/doctrine/orm/bin/doctrine-pear.php similarity index 100% rename from trunk/_vendor/doctrine/orm/bin/doctrine-pear.php rename to vendor/doctrine/orm/bin/doctrine-pear.php diff --git a/trunk/_vendor/doctrine/orm/bin/doctrine.bat b/vendor/doctrine/orm/bin/doctrine.bat similarity index 100% rename from trunk/_vendor/doctrine/orm/bin/doctrine.bat rename to vendor/doctrine/orm/bin/doctrine.bat diff --git a/trunk/_vendor/doctrine/orm/bin/doctrine.php b/vendor/doctrine/orm/bin/doctrine.php similarity index 100% rename from trunk/_vendor/doctrine/orm/bin/doctrine.php rename to vendor/doctrine/orm/bin/doctrine.php diff --git a/trunk/_vendor/doctrine/orm/composer.json b/vendor/doctrine/orm/composer.json similarity index 100% rename from trunk/_vendor/doctrine/orm/composer.json rename to vendor/doctrine/orm/composer.json diff --git a/trunk/_vendor/doctrine/orm/docs/LICENSE.md b/vendor/doctrine/orm/docs/LICENSE.md similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/LICENSE.md rename to vendor/doctrine/orm/docs/LICENSE.md diff --git a/trunk/_vendor/doctrine/orm/docs/README.md b/vendor/doctrine/orm/docs/README.md similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/README.md rename to vendor/doctrine/orm/docs/README.md diff --git a/trunk/_vendor/doctrine/orm/docs/bin/generate-docs.sh b/vendor/doctrine/orm/docs/bin/generate-docs.sh similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/bin/generate-docs.sh rename to vendor/doctrine/orm/docs/bin/generate-docs.sh diff --git a/trunk/_vendor/doctrine/orm/docs/bin/install-dependencies.sh b/vendor/doctrine/orm/docs/bin/install-dependencies.sh similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/bin/install-dependencies.sh rename to vendor/doctrine/orm/docs/bin/install-dependencies.sh diff --git a/trunk/_vendor/doctrine/orm/docs/en/Makefile b/vendor/doctrine/orm/docs/en/Makefile similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/Makefile rename to vendor/doctrine/orm/docs/en/Makefile diff --git a/trunk/_vendor/doctrine/orm/docs/en/_exts/configurationblock.py b/vendor/doctrine/orm/docs/en/_exts/configurationblock.py similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/_exts/configurationblock.py rename to vendor/doctrine/orm/docs/en/_exts/configurationblock.py diff --git a/trunk/_vendor/doctrine/orm/docs/en/changelog/migration_2_5.rst b/vendor/doctrine/orm/docs/en/changelog/migration_2_5.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/changelog/migration_2_5.rst rename to vendor/doctrine/orm/docs/en/changelog/migration_2_5.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/conf.py b/vendor/doctrine/orm/docs/en/conf.py similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/conf.py rename to vendor/doctrine/orm/docs/en/conf.py diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/advanced-field-value-conversion-using-custom-mapping-types.rst b/vendor/doctrine/orm/docs/en/cookbook/advanced-field-value-conversion-using-custom-mapping-types.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/advanced-field-value-conversion-using-custom-mapping-types.rst rename to vendor/doctrine/orm/docs/en/cookbook/advanced-field-value-conversion-using-custom-mapping-types.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/aggregate-fields.rst b/vendor/doctrine/orm/docs/en/cookbook/aggregate-fields.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/aggregate-fields.rst rename to vendor/doctrine/orm/docs/en/cookbook/aggregate-fields.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/custom-mapping-types.rst b/vendor/doctrine/orm/docs/en/cookbook/custom-mapping-types.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/custom-mapping-types.rst rename to vendor/doctrine/orm/docs/en/cookbook/custom-mapping-types.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/decorator-pattern.rst b/vendor/doctrine/orm/docs/en/cookbook/decorator-pattern.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/decorator-pattern.rst rename to vendor/doctrine/orm/docs/en/cookbook/decorator-pattern.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/dql-custom-walkers.rst b/vendor/doctrine/orm/docs/en/cookbook/dql-custom-walkers.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/dql-custom-walkers.rst rename to vendor/doctrine/orm/docs/en/cookbook/dql-custom-walkers.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/dql-user-defined-functions.rst b/vendor/doctrine/orm/docs/en/cookbook/dql-user-defined-functions.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/dql-user-defined-functions.rst rename to vendor/doctrine/orm/docs/en/cookbook/dql-user-defined-functions.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/entities-in-session.rst b/vendor/doctrine/orm/docs/en/cookbook/entities-in-session.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/entities-in-session.rst rename to vendor/doctrine/orm/docs/en/cookbook/entities-in-session.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst b/vendor/doctrine/orm/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst rename to vendor/doctrine/orm/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst b/vendor/doctrine/orm/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst rename to vendor/doctrine/orm/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-wakeup-or-clone.rst b/vendor/doctrine/orm/docs/en/cookbook/implementing-wakeup-or-clone.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/implementing-wakeup-or-clone.rst rename to vendor/doctrine/orm/docs/en/cookbook/implementing-wakeup-or-clone.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/integrating-with-codeigniter.rst b/vendor/doctrine/orm/docs/en/cookbook/integrating-with-codeigniter.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/integrating-with-codeigniter.rst rename to vendor/doctrine/orm/docs/en/cookbook/integrating-with-codeigniter.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/mysql-enums.rst b/vendor/doctrine/orm/docs/en/cookbook/mysql-enums.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/mysql-enums.rst rename to vendor/doctrine/orm/docs/en/cookbook/mysql-enums.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/resolve-target-entity-listener.rst b/vendor/doctrine/orm/docs/en/cookbook/resolve-target-entity-listener.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/resolve-target-entity-listener.rst rename to vendor/doctrine/orm/docs/en/cookbook/resolve-target-entity-listener.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/sql-table-prefixes.rst b/vendor/doctrine/orm/docs/en/cookbook/sql-table-prefixes.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/sql-table-prefixes.rst rename to vendor/doctrine/orm/docs/en/cookbook/sql-table-prefixes.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/strategy-cookbook-introduction.rst b/vendor/doctrine/orm/docs/en/cookbook/strategy-cookbook-introduction.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/strategy-cookbook-introduction.rst rename to vendor/doctrine/orm/docs/en/cookbook/strategy-cookbook-introduction.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/validation-of-entities.rst b/vendor/doctrine/orm/docs/en/cookbook/validation-of-entities.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/validation-of-entities.rst rename to vendor/doctrine/orm/docs/en/cookbook/validation-of-entities.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/cookbook/working-with-datetime.rst b/vendor/doctrine/orm/docs/en/cookbook/working-with-datetime.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/cookbook/working-with-datetime.rst rename to vendor/doctrine/orm/docs/en/cookbook/working-with-datetime.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/index.rst b/vendor/doctrine/orm/docs/en/index.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/index.rst rename to vendor/doctrine/orm/docs/en/index.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/make.bat b/vendor/doctrine/orm/docs/en/make.bat similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/make.bat rename to vendor/doctrine/orm/docs/en/make.bat diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/advanced-configuration.rst b/vendor/doctrine/orm/docs/en/reference/advanced-configuration.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/advanced-configuration.rst rename to vendor/doctrine/orm/docs/en/reference/advanced-configuration.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/annotations-reference.rst b/vendor/doctrine/orm/docs/en/reference/annotations-reference.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/annotations-reference.rst rename to vendor/doctrine/orm/docs/en/reference/annotations-reference.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/architecture.rst b/vendor/doctrine/orm/docs/en/reference/architecture.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/architecture.rst rename to vendor/doctrine/orm/docs/en/reference/architecture.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/association-mapping.rst b/vendor/doctrine/orm/docs/en/reference/association-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/association-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/association-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/basic-mapping.rst b/vendor/doctrine/orm/docs/en/reference/basic-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/basic-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/basic-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/batch-processing.rst b/vendor/doctrine/orm/docs/en/reference/batch-processing.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/batch-processing.rst rename to vendor/doctrine/orm/docs/en/reference/batch-processing.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/best-practices.rst b/vendor/doctrine/orm/docs/en/reference/best-practices.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/best-practices.rst rename to vendor/doctrine/orm/docs/en/reference/best-practices.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/caching.rst b/vendor/doctrine/orm/docs/en/reference/caching.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/caching.rst rename to vendor/doctrine/orm/docs/en/reference/caching.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/change-tracking-policies.rst b/vendor/doctrine/orm/docs/en/reference/change-tracking-policies.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/change-tracking-policies.rst rename to vendor/doctrine/orm/docs/en/reference/change-tracking-policies.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/configuration.rst b/vendor/doctrine/orm/docs/en/reference/configuration.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/configuration.rst rename to vendor/doctrine/orm/docs/en/reference/configuration.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/dql-doctrine-query-language.rst b/vendor/doctrine/orm/docs/en/reference/dql-doctrine-query-language.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/dql-doctrine-query-language.rst rename to vendor/doctrine/orm/docs/en/reference/dql-doctrine-query-language.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/events.rst b/vendor/doctrine/orm/docs/en/reference/events.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/events.rst rename to vendor/doctrine/orm/docs/en/reference/events.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/faq.rst b/vendor/doctrine/orm/docs/en/reference/faq.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/faq.rst rename to vendor/doctrine/orm/docs/en/reference/faq.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/filters.rst b/vendor/doctrine/orm/docs/en/reference/filters.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/filters.rst rename to vendor/doctrine/orm/docs/en/reference/filters.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/improving-performance.rst b/vendor/doctrine/orm/docs/en/reference/improving-performance.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/improving-performance.rst rename to vendor/doctrine/orm/docs/en/reference/improving-performance.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/inheritance-mapping.rst b/vendor/doctrine/orm/docs/en/reference/inheritance-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/inheritance-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/inheritance-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/installation.rst b/vendor/doctrine/orm/docs/en/reference/installation.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/installation.rst rename to vendor/doctrine/orm/docs/en/reference/installation.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/limitations-and-known-issues.rst b/vendor/doctrine/orm/docs/en/reference/limitations-and-known-issues.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/limitations-and-known-issues.rst rename to vendor/doctrine/orm/docs/en/reference/limitations-and-known-issues.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/metadata-drivers.rst b/vendor/doctrine/orm/docs/en/reference/metadata-drivers.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/metadata-drivers.rst rename to vendor/doctrine/orm/docs/en/reference/metadata-drivers.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/namingstrategy.rst b/vendor/doctrine/orm/docs/en/reference/namingstrategy.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/namingstrategy.rst rename to vendor/doctrine/orm/docs/en/reference/namingstrategy.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/native-sql.rst b/vendor/doctrine/orm/docs/en/reference/native-sql.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/native-sql.rst rename to vendor/doctrine/orm/docs/en/reference/native-sql.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/partial-objects.rst b/vendor/doctrine/orm/docs/en/reference/partial-objects.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/partial-objects.rst rename to vendor/doctrine/orm/docs/en/reference/partial-objects.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/php-mapping.rst b/vendor/doctrine/orm/docs/en/reference/php-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/php-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/php-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/query-builder.rst b/vendor/doctrine/orm/docs/en/reference/query-builder.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/query-builder.rst rename to vendor/doctrine/orm/docs/en/reference/query-builder.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/second-level-cache.rst b/vendor/doctrine/orm/docs/en/reference/second-level-cache.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/second-level-cache.rst rename to vendor/doctrine/orm/docs/en/reference/second-level-cache.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/security.rst b/vendor/doctrine/orm/docs/en/reference/security.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/security.rst rename to vendor/doctrine/orm/docs/en/reference/security.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/tools.rst b/vendor/doctrine/orm/docs/en/reference/tools.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/tools.rst rename to vendor/doctrine/orm/docs/en/reference/tools.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/transactions-and-concurrency.rst b/vendor/doctrine/orm/docs/en/reference/transactions-and-concurrency.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/transactions-and-concurrency.rst rename to vendor/doctrine/orm/docs/en/reference/transactions-and-concurrency.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/unitofwork-associations.rst b/vendor/doctrine/orm/docs/en/reference/unitofwork-associations.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/unitofwork-associations.rst rename to vendor/doctrine/orm/docs/en/reference/unitofwork-associations.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/unitofwork.rst b/vendor/doctrine/orm/docs/en/reference/unitofwork.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/unitofwork.rst rename to vendor/doctrine/orm/docs/en/reference/unitofwork.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/working-with-associations.rst b/vendor/doctrine/orm/docs/en/reference/working-with-associations.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/working-with-associations.rst rename to vendor/doctrine/orm/docs/en/reference/working-with-associations.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/working-with-objects.rst b/vendor/doctrine/orm/docs/en/reference/working-with-objects.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/working-with-objects.rst rename to vendor/doctrine/orm/docs/en/reference/working-with-objects.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/xml-mapping.rst b/vendor/doctrine/orm/docs/en/reference/xml-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/xml-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/xml-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/reference/yaml-mapping.rst b/vendor/doctrine/orm/docs/en/reference/yaml-mapping.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/reference/yaml-mapping.rst rename to vendor/doctrine/orm/docs/en/reference/yaml-mapping.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/toc.rst b/vendor/doctrine/orm/docs/en/toc.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/toc.rst rename to vendor/doctrine/orm/docs/en/toc.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/composite-primary-keys.rst b/vendor/doctrine/orm/docs/en/tutorials/composite-primary-keys.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/composite-primary-keys.rst rename to vendor/doctrine/orm/docs/en/tutorials/composite-primary-keys.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/embeddables.rst b/vendor/doctrine/orm/docs/en/tutorials/embeddables.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/embeddables.rst rename to vendor/doctrine/orm/docs/en/tutorials/embeddables.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/extra-lazy-associations.rst b/vendor/doctrine/orm/docs/en/tutorials/extra-lazy-associations.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/extra-lazy-associations.rst rename to vendor/doctrine/orm/docs/en/tutorials/extra-lazy-associations.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started-database.rst b/vendor/doctrine/orm/docs/en/tutorials/getting-started-database.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started-database.rst rename to vendor/doctrine/orm/docs/en/tutorials/getting-started-database.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started-models.rst b/vendor/doctrine/orm/docs/en/tutorials/getting-started-models.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started-models.rst rename to vendor/doctrine/orm/docs/en/tutorials/getting-started-models.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started.rst b/vendor/doctrine/orm/docs/en/tutorials/getting-started.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/getting-started.rst rename to vendor/doctrine/orm/docs/en/tutorials/getting-started.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/ordered-associations.rst b/vendor/doctrine/orm/docs/en/tutorials/ordered-associations.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/ordered-associations.rst rename to vendor/doctrine/orm/docs/en/tutorials/ordered-associations.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst b/vendor/doctrine/orm/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst rename to vendor/doctrine/orm/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/pagination.rst b/vendor/doctrine/orm/docs/en/tutorials/pagination.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/pagination.rst rename to vendor/doctrine/orm/docs/en/tutorials/pagination.rst diff --git a/trunk/_vendor/doctrine/orm/docs/en/tutorials/working-with-indexed-associations.rst b/vendor/doctrine/orm/docs/en/tutorials/working-with-indexed-associations.rst similarity index 100% rename from trunk/_vendor/doctrine/orm/docs/en/tutorials/working-with-indexed-associations.rst rename to vendor/doctrine/orm/docs/en/tutorials/working-with-indexed-associations.rst diff --git a/trunk/_vendor/doctrine/orm/doctrine-mapping.xsd b/vendor/doctrine/orm/doctrine-mapping.xsd similarity index 100% rename from trunk/_vendor/doctrine/orm/doctrine-mapping.xsd rename to vendor/doctrine/orm/doctrine-mapping.xsd diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php b/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/AssociationCacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/AssociationCacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/AssociationCacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/AssociationCacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheKey.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheKey.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheKey.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheKey.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheKey.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheKey.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheKey.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheKey.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/ConcurrentRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/ConcurrentRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/ConcurrentRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/ConcurrentRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultQueryCache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultQueryCache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultQueryCache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultQueryCache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheKey.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheKey.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheKey.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheKey.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/EntityHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Lock.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Lock.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Lock.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Lock.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/LockException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/LockException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/LockException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/LockException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/CachedPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/CachedPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/CachedPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/CachedPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/CachedCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/CachedCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/CachedCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/CachedCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/CachedEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/CachedEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/CachedEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/CachedEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheKey.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheKey.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheKey.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheKey.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheValidator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheValidator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheValidator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheValidator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultMultiGetRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultMultiGetRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultMultiGetRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultMultiGetRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/FileLockRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/FileLockRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/FileLockRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/FileLockRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/UpdateTimestampCache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/UpdateTimestampCache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/UpdateTimestampCache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/UpdateTimestampCache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheEntry.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheEntry.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheEntry.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheEntry.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheKey.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheKey.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheKey.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheKey.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampRegion.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampRegion.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampRegion.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampRegion.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php b/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php b/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php b/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/LifecycleEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/LifecycleEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/LifecycleEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/LifecycleEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClassMetadataNotFoundEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClassMetadataNotFoundEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClassMetadataNotFoundEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClassMetadataNotFoundEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClearEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClearEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClearEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnClearEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnFlushEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnFlushEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnFlushEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/OnFlushEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PostFlushEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/PostFlushEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PostFlushEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/PostFlushEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreFlushEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreFlushEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreFlushEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreFlushEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Events.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Events.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Events.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Events.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/BigIntegerIdentityGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/BigIntegerIdentityGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/BigIntegerIdentityGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/BigIntegerIdentityGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/TableGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/TableGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/TableGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/TableGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/UuidGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Id/UuidGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Id/UuidGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Id/UuidGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/LazyCriteriaCollection.php b/vendor/doctrine/orm/lib/Doctrine/ORM/LazyCriteriaCollection.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/LazyCriteriaCollection.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/LazyCriteriaCollection.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EmbeddedBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EmbeddedBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EmbeddedBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EmbeddedBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DriverChain.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DriverChain.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DriverChain.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DriverChain.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ReflectionEmbeddedProperty.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ReflectionEmbeddedProperty.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ReflectionEmbeddedProperty.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ReflectionEmbeddedProperty.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NativeQuery.php b/vendor/doctrine/orm/lib/Doctrine/ORM/NativeQuery.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NativeQuery.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/NativeQuery.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NoResultException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/NoResultException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NoResultException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/NoResultException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NonUniqueResultException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/NonUniqueResultException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/NonUniqueResultException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/NonUniqueResultException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/OptimisticLockException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/OptimisticLockException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/OptimisticLockException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/OptimisticLockException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php b/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/AbstractCollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/AbstractCollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/AbstractCollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/AbstractCollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/CollectionPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/CollectionPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/CollectionPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/CollectionPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/ManyToManyPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/ManyToManyPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/ManyToManyPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/ManyToManyPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/CachedPersisterContext.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/CachedPersisterContext.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/CachedPersisterContext.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/CachedPersisterContext.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/EntityPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/EntityPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/EntityPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/EntityPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/PersisterException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/PersisterException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/PersisterException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/PersisterException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlExpressionVisitor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlExpressionVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlExpressionVisitor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlExpressionVisitor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlValueVisitor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlValueVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlValueVisitor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlValueVisitor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/PessimisticLockException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/PessimisticLockException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/PessimisticLockException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/PessimisticLockException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ASTException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ASTException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ASTException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ASTException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/AggregateExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/AggregateExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/AggregateExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/AggregateExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/BetweenExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/BetweenExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/BetweenExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/BetweenExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteStatement.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteStatement.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteStatement.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteStatement.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ExistsExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ExistsExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ExistsExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ExistsExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GroupByClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GroupByClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GroupByClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/GroupByClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/HavingClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/HavingClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/HavingClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/HavingClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IndexBy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IndexBy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IndexBy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IndexBy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/LikeExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/LikeExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/LikeExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/LikeExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullIfExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullIfExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullIfExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullIfExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ParenthesisExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ParenthesisExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ParenthesisExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ParenthesisExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Subselect.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Subselect.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Subselect.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Subselect.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectIdentificationVariableDeclaration.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectIdentificationVariableDeclaration.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectIdentificationVariableDeclaration.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectIdentificationVariableDeclaration.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateItem.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateItem.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateItem.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateItem.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateStatement.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateStatement.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateStatement.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateStatement.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhenClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhenClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhenClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhenClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Comparison.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Comparison.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Comparison.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Comparison.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Func.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Func.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Func.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Func.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/GroupBy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/GroupBy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/GroupBy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/GroupBy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Math.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Math.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Math.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Math.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Orx.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Orx.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Orx.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Orx.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Filter/SQLFilter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Filter/SQLFilter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Filter/SQLFilter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Filter/SQLFilter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/FilterCollection.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/FilterCollection.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/FilterCollection.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/FilterCollection.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Printer.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Printer.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/Printer.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/Printer.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChain.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChain.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChain.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChain.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php b/vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/README.markdown b/vendor/doctrine/orm/lib/Doctrine/ORM/README.markdown similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/README.markdown rename to vendor/doctrine/orm/lib/Doctrine/ORM/README.markdown diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ExportException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ExportException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ExportException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ExportException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/RowNumberOverFunction.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/RowNumberOverFunction.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/RowNumberOverFunction.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/RowNumberOverFunction.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/WhereInWalker.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/WhereInWalker.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/WhereInWalker.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/WhereInWalker.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolEvents.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolEvents.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolEvents.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolEvents.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolsException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolsException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolsException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ToolsException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/TransactionRequiredException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/TransactionRequiredException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/TransactionRequiredException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/TransactionRequiredException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php b/vendor/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php b/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php diff --git a/trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Version.php b/vendor/doctrine/orm/lib/Doctrine/ORM/Version.php similarity index 100% rename from trunk/_vendor/doctrine/orm/lib/Doctrine/ORM/Version.php rename to vendor/doctrine/orm/lib/Doctrine/ORM/Version.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/.gitattributes b/vendor/gedmo/doctrine-extensions/.gitattributes similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/.gitattributes rename to vendor/gedmo/doctrine-extensions/.gitattributes diff --git a/trunk/_vendor/gedmo/doctrine-extensions/.gitignore b/vendor/gedmo/doctrine-extensions/.gitignore similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/.gitignore rename to vendor/gedmo/doctrine-extensions/.gitignore diff --git a/vendor/gedmo/doctrine-extensions/.travis.yml b/vendor/gedmo/doctrine-extensions/.travis.yml new file mode 100644 index 00000000..8d132639 --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/.travis.yml @@ -0,0 +1,41 @@ +dist: trusty +language: php + +sudo: false + +matrix: + include: + - php: '5.4' + env: phpunit_exclude_groups=datetimeinterface + - php: '5.5' + - php: '5.6' + - php: '7.0' + - php: '7.1' + - php: '7.2' + +cache: + directories: + - $HOME/.composer/cache + +services: mongodb + +before_install: + - if [[ "$TRAVIS_PHP_VERSION" = 5.* ]]; then echo 'extension=mongo.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi + - if [[ "$TRAVIS_PHP_VERSION" != 5.* ]]; then echo 'extension=mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi + - if [[ "$TRAVIS_PHP_VERSION" != 5.* ]]; then cp composer7.json composer.json; fi + +install: + - composer install --prefer-dist + +script: + - | + if [[ ! $phpunit_exclude_groups ]]; then + bin/phpunit -c tests/ + else + bin/phpunit -c tests/ --exclude-group $phpunit_exclude_groups + fi + +notifications: + email: + - gediminas.morkevicius@gmail.com + - developers@atlantic18.com diff --git a/vendor/gedmo/doctrine-extensions/CHANGELOG.md b/vendor/gedmo/doctrine-extensions/CHANGELOG.md new file mode 100644 index 00000000..54f494c2 --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/CHANGELOG.md @@ -0,0 +1,54 @@ +# Doctrine Extensions Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +Each release should include sub-headers for the Extension above the types of +changes, in order to more easily recognize how an Extension has changed in +a release. + +``` +## [2.4.36] - 2018-07-26 +### Sortable +#### Fixed +- Fix issue with add+delete position synchronization (#1932) +``` + +--- + +## [Unreleased] + +## [2.4.39] - 2020-01-18 +### Tree +### Fixed +- The value of path source property is cast to string type for Materialized Path Tree strategy (#2061) + +## [2.4.38] - 2019-11-08 +### Global / Shared +#### Fixed +- Add `parent::__construct()` calls to Listeners w/ custom constructors (#2012) +- Add upcoming Doctrine ODM 2.0 to `composer.json` conflicts (#2027) + +### Loggable +#### Fixed +- Added missing string casting of `objectId` in `LogEntryRepository::revert()` method (#2009) + +### ReferenceIntegrity +#### Fixed +- Get class from meta in ReferenceIntegrityListener (#2021) + +### Translatable +#### Fixed +- Return default AST executor instead of throwing Exception in Walker (#2018) +- Fix duplicate inherited properties (#2029) + +### Tree +#### Fixed +- Remove hard-coded parent column name in repository prev/next sibling queries (#2020) + +## [2.4.37] - 2019-03-17 +### Translatable +#### Fixed +- Bugfix to load null value translations (#1990) diff --git a/vendor/gedmo/doctrine-extensions/CONTRIBUTING.md b/vendor/gedmo/doctrine-extensions/CONTRIBUTING.md new file mode 100644 index 00000000..3ca8a8c4 --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/CONTRIBUTING.md @@ -0,0 +1,38 @@ +# Contributing to Doctrine Extensions + +Thank you for your interest in contributing to Doctrine Extensions! + +## Which Branch Should I Contribute To? + +All pull requests should target the `master` branch, with a planned 3.0 major release. + +:warning: The `v.2.4.x` branch has been marked as legacy/deprecated. + +## Pull Request Titles + +Please include the name(s) of the related extensions as a "tag" in the +pull request title. + +> [Tree] Add a new Oak Tree branching style + +## Changelog + +All updates must include an entry in the [Changelog](/changelog.md). +Put your entry in the `[Unreleased]` section at the top, under the +corresponding Extension and Category. + +If there is a related GitHub issue, add it as a suffix to your change. + +``` +## [Unreleased] +### Loggable +#### Fixed +- Allow emoji in the docs (#123) +``` + +## What You Can Contribute + +Want to contribute but aren't sure where to start? Check out our +[Issue Board](https://github.com/Atlantic18/DoctrineExtensions/issues)! +There are lots of opportunities for helping other users with their issue, +or contributing a reported bug fix or feature request. diff --git a/trunk/_vendor/gedmo/doctrine-extensions/LICENSE b/vendor/gedmo/doctrine-extensions/LICENSE similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/LICENSE rename to vendor/gedmo/doctrine-extensions/LICENSE diff --git a/vendor/gedmo/doctrine-extensions/README.md b/vendor/gedmo/doctrine-extensions/README.md new file mode 100644 index 00000000..a4e1e615 --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/README.md @@ -0,0 +1,110 @@ +# Doctrine Behavioral Extensions + +[![Build Status](https://secure.travis-ci.org/Atlantic18/DoctrineExtensions.png)](http://travis-ci.org/Atlantic18/DoctrineExtensions) +[![Latest Stable Version](https://poser.pugx.org/gedmo/doctrine-extensions/version)](https://packagist.org/packages/gedmo/doctrine-extensions) + +This package contains extensions for Doctrine ORM and MongoDB ODM that offer new functionality or tools to use Doctrine +more efficiently. These behaviors can be easily attached to the event system of Doctrine and handle the records being +flushed in a behavioral way. + +## Installation + + $ composer require gedmo/doctrine-extensions + +* [Symfony 2](/doc/symfony2.md) +* [Symfony 4](/doc/symfony4.md) +* [Laravel 5](https://www.laraveldoctrine.org/docs/1.3/extensions) +* [Zend Framework 2](/doc/zendframework2.md) + +## Extensions + +#### ORM & MongoDB ODM + +- [**Blameable**](/doc/blameable.md) - updates string or reference fields on create, update and even property change with a string or object (e.g. user). +- [**Loggable**](/doc/loggable.md) - helps tracking changes and history of objects, also supports version management. +- [**Sluggable**](/doc/sluggable.md) - urlizes your specified fields into single unique slug +- [**Timestampable**](/doc/timestampable.md) - updates date fields on create, update and even property change. +- [**Translatable**](/doc/translatable.md) - gives you a very handy solution for translating records into different languages. Easy to setup, easier to use. +- [**Tree**](/doc/tree.md) - automates the tree handling process and adds some tree-specific functions on repository. +(**closure**, **nested set** or **materialized path**) + _(MongoDB ODM only supports materialized path)_ + +#### ORM Only + +- [**IpTraceable**](/doc/ip_traceable.md) - inherited from Timestampable, sets IP address instead of timestamp +- [**SoftDeleteable**](/doc/softdeleteable.md) - allows to implicitly remove records +- [**Sortable**](/doc/sortable.md) - makes any document or entity sortable +- [**Uploadable**](/doc/uploadable.md) - provides file upload handling in entity fields + +#### MongoDB ODM Only + +- [**References**](/doc/references.md) - supports linking Entities in Documents and vice versa +- [**ReferenceIntegrity**](/doc/reference_integrity.md) - constrains ODM MongoDB Document references + +All extensions support **YAML**, **Annotation** and **XML** mapping. Additional mapping drivers +can be easily implemented using Mapping extension to handle the additional metadata mapping. + +### Version Compatibility + +| Extensions Version | Compatible Doctrine ORM & Common Library | +| --- | --- | +| 2.4 | 2.5+ | +| 2.3 | 2.2 - 2.4 | + +If you are setting up the Entity Manager without a framework, see the [the example](/example/em.php) to prevent issues like #1310 + +### XML Mapping + +XML mapping needs to be in a different namespace, the declared namespace for +Doctrine extensions is http://gediminasm.org/schemas/orm/doctrine-extensions-mapping +So root node now looks like this: + +```xml + +... + +``` + +XML mapping xsd schemas are also versioned and can be used by version suffix: + +- Latest version - **http://gediminasm.org/schemas/orm/doctrine-extensions-mapping** +- 2.2.x version - **http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-2** +- 2.1.x version - **http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-1** + +### Running Tests + +**pdo-sqlite** extension is necessary. + +To set up and run the tests, follow these steps: + +- go to the root directory of extensions +- download composer: `wget https://getcomposer.org/composer.phar` +- install dev libraries: `php composer.phar install` +- run: `bin/phpunit -c tests` +- optional - run mongodb service if targeting mongo tests + +### Running the Example + +To set up and run example, follow these steps: + +- go to the root directory of extensions +- download composer: `wget https://getcomposer.org/composer.phar` +- install dev libraries: `php composer.phar install` +- edit `example/em.php` and configure your database on top of the file +- run: `./example/bin/console` or `php example/bin/console` for console commands +- run: `./example/bin/console orm:schema-tool:create` to create schema +- run: `php example/run.php` to run example + +### Contributors + +Thanks to [everyone participating](http://github.com/l3pp4rd/DoctrineExtensions/contributors) in +the development of these great Doctrine extensions! + +And especially ones who create and maintain new extensions: + +- Lukas Botsch [lbotsch](http://github.com/lbotsch) +- Gustavo Adrian [comfortablynumb](http://github.com/comfortablynumb) +- Boussekeyt Jules [gordonslondon](http://github.com/gordonslondon) +- Kudryashov Konstantin [everzet](http://github.com/everzet) +- David Buchmann [dbu](https://github.com/dbu) diff --git a/vendor/gedmo/doctrine-extensions/composer.json b/vendor/gedmo/doctrine-extensions/composer.json new file mode 100644 index 00000000..0b6db838 --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/composer.json @@ -0,0 +1,74 @@ +{ + "name": "gedmo/doctrine-extensions", + "type": "library", + "description": "Doctrine2 behavioral extensions", + "keywords": [ + "behaviors", + "doctrine2", + "extensions", + "gedmo", + "sluggable", + "loggable", + "translatable", + "tree", + "nestedset", + "sortable", + "timestampable", + "blameable", + "uploadable" + ], + "homepage": "http://gediminasm.org/", + "license": "MIT", + "authors": [ + { + "name": "Gediminas Morkevicius", + "email": "gediminas.morkevicius@gmail.com" + }, + { + "name": "Gustavo Falco", + "email": "comfortablynumb84@gmail.com" + }, + { + "name": "David Buchmann", + "email": "david@liip.ch" + } + ], + "require": { + "php": ">=5.3.2", + "behat/transliterator": "~1.2", + "doctrine/common": "~2.4" + }, + "conflict": { + "doctrine/annotations": "<1.2", + "doctrine/mongodb-odm": ">=2.0" + }, + "require-dev": { + "doctrine/common": ">=2.5.0", + "doctrine/mongodb-odm": ">=1.0.2 <2.0", + "doctrine/orm": ">=2.5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0" + }, + "suggest": { + "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", + "doctrine/orm": "to use the extensions with the ORM" + }, + "config": { + "bin-dir": "bin", + "sort-packages": true + }, + "extra": { + "branch-alias": { + "dev-master": "2.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Gedmo\\": "lib/Gedmo" + } + }, + "support": { + "email": "gediminas.morkevicius@gmail.com", + "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc" + } +} diff --git a/trunk/_vendor/gedmo/doctrine-extensions/composer7.json b/vendor/gedmo/doctrine-extensions/composer7.json similarity index 95% rename from trunk/_vendor/gedmo/doctrine-extensions/composer7.json rename to vendor/gedmo/doctrine-extensions/composer7.json index 0b1f0a93..274eb417 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/composer7.json +++ b/vendor/gedmo/doctrine-extensions/composer7.json @@ -47,7 +47,7 @@ }, "require-dev": { "alcaeus/mongo-php-adapter": "~1.0.4", - "doctrine/mongodb-odm": ">=1.0.2", + "doctrine/mongodb-odm": ">=1.0.2 <2.0", "doctrine/orm": ">=2.5.0", "doctrine/common": ">=2.5.0", "symfony/yaml": "~2.6|~3.0|~4.0", @@ -56,6 +56,7 @@ "conflict": { "doctrine/annotations": "<1.2", "doctrine/mongodb": "<1.3", + "doctrine/mongodb-odm": ">=2.0", "sebastian/comparator": "<2.0" }, "suggest": { diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/annotations.md b/vendor/gedmo/doctrine-extensions/doc/annotations.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/annotations.md rename to vendor/gedmo/doctrine-extensions/doc/annotations.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/blameable.md b/vendor/gedmo/doctrine-extensions/doc/blameable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/blameable.md rename to vendor/gedmo/doctrine-extensions/doc/blameable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/ip_traceable.md b/vendor/gedmo/doctrine-extensions/doc/ip_traceable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/ip_traceable.md rename to vendor/gedmo/doctrine-extensions/doc/ip_traceable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/loggable.md b/vendor/gedmo/doctrine-extensions/doc/loggable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/loggable.md rename to vendor/gedmo/doctrine-extensions/doc/loggable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/mapping.md b/vendor/gedmo/doctrine-extensions/doc/mapping.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/mapping.md rename to vendor/gedmo/doctrine-extensions/doc/mapping.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/reference_integrity.md b/vendor/gedmo/doctrine-extensions/doc/reference_integrity.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/reference_integrity.md rename to vendor/gedmo/doctrine-extensions/doc/reference_integrity.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/references.md b/vendor/gedmo/doctrine-extensions/doc/references.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/references.md rename to vendor/gedmo/doctrine-extensions/doc/references.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/sluggable.md b/vendor/gedmo/doctrine-extensions/doc/sluggable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/sluggable.md rename to vendor/gedmo/doctrine-extensions/doc/sluggable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/softdeleteable.md b/vendor/gedmo/doctrine-extensions/doc/softdeleteable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/softdeleteable.md rename to vendor/gedmo/doctrine-extensions/doc/softdeleteable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/sortable.md b/vendor/gedmo/doctrine-extensions/doc/sortable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/sortable.md rename to vendor/gedmo/doctrine-extensions/doc/sortable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/symfony2.md b/vendor/gedmo/doctrine-extensions/doc/symfony2.md similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/symfony2.md rename to vendor/gedmo/doctrine-extensions/doc/symfony2.md index 886ed074..3c298d65 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/doc/symfony2.md +++ b/vendor/gedmo/doctrine-extensions/doc/symfony2.md @@ -164,7 +164,7 @@ services: extension.listener: class: Acme\DemoBundle\Listener\DoctrineExtensionListener calls: - - [ setContainer, [ @service_container ] ] + - [ setContainer, [ "@service_container" ] ] tags: # translatable sets locale after router processing - { name: kernel.event_listener, event: kernel.request, method: onLateKernelRequest, priority: -10 } diff --git a/vendor/gedmo/doctrine-extensions/doc/symfony4.md b/vendor/gedmo/doctrine-extensions/doc/symfony4.md new file mode 100644 index 00000000..5574eddb --- /dev/null +++ b/vendor/gedmo/doctrine-extensions/doc/symfony4.md @@ -0,0 +1,434 @@ +# Install Gedmo Doctrine2 extensions in Symfony 4 + +Configure full featured [Doctrine2 extensions](http://github.com/Atlantic18/DoctrineExtensions) for your symfony 4 project. +This post will show you - how to create a simple configuration file to manage extensions with +ability to use all features it provides. +Interested? then bear with me! and don't be afraid, we're not diving into security component :) + +This post will put some light over the shed of extension installation and mapping configuration +of Doctrine2. It does not require any additional dependencies and gives you full power +over management of extensions. + +Content: + +- [Symfony 4](#sf4-app) application +- Extensions metadata [mapping](#ext-mapping) +- Extension [listeners](#ext-listeners) +- Usage [example](#ext-example) +- Some [tips](#more-tips) +- [Alternative](#alternative) over configuration + + + +## Symfony 4 application + +First of all, we will need a symfony 4 startup application, let's say [symfony-standard edition +with composer](https://symfony.com/doc/current/best_practices/creating-the-project.html) + +- `composer create-project symfony/skeleton [project name]` + +Now let's add the **gedmo/doctrine-extensions** + +You can find the doctrine-extensions project on packagist: https://packagist.org/packages/gedmo/doctrine-extensions + +To add it to your project: +- `composer require gedmo/doctrine-extensions` + + + +## Mapping + +Let's start from the mapping. In case you use the **translatable**, **tree** or **loggable** +extension you will need to map those abstract mapped superclasses for your ORM to be aware of. +To do so, add some mapping info to your **doctrine.orm** configuration, edit **app/config/config.yml**: + +```yaml +doctrine: + dbal: +# your dbal config here + + orm: + auto_generate_proxy_classes: %kernel.debug% + auto_mapping: true +# only these lines are added additionally + mappings: + translatable: + type: annotation + alias: Gedmo + prefix: Gedmo\Translatable\Entity + # make sure vendor library location is correct + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity" +``` + +After that, running **php bin/console doctrine:mapping:info** you should see the output: + +``` +Found 3 entities mapped in entity manager default: +[OK] Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation +[OK] Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation +[OK] Gedmo\Translatable\Entity\Translation +``` +Well, we mapped only **translatable** for now, it really depends on your needs, which extensions +your application uses. + +**Note:** there is **Gedmo\Translatable\Entity\Translation** which is not a super class, in that case +if you create a doctrine schema, it will add **ext_translations** table, which might not be useful +to you also. To skip mapping of these entities, you can map **only superclasses** + +```yaml +mappings: + translatable: + type: annotation + alias: Gedmo + prefix: Gedmo\Translatable\Entity + # make sure vendor library location is correct + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass" +``` + +The configuration above, adds a **/MappedSuperclass** into directory depth, after running +**php bin/console doctrine:mapping:info** you should only see now: + +``` +Found 2 entities mapped in entity manager default: +[OK] Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation +[OK] Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation +``` + +This is very useful for advanced requirements and quite simple to understand. So now let's map +everything the extensions provide: + +```yaml +# only orm config branch of doctrine +orm: + auto_generate_proxy_classes: %kernel.debug% + auto_mapping: true +# only these lines are added additionally + mappings: + translatable: + type: annotation + alias: Gedmo + prefix: Gedmo\Translatable\Entity + # make sure vendor library location is correct + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity" + loggable: + type: annotation + alias: Gedmo + prefix: Gedmo\Loggable\Entity + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity" + tree: + type: annotation + alias: Gedmo + prefix: Gedmo\Tree\Entity + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity" +``` + + + +## Doctrine extension listener services + +Next, the heart of extensions are behavioral listeners which pours all the sugar. We will +create a **yml** service file in our config directory. The setup can be different, your config could be located +in the bundle, it depends on your preferences. Edit **app/config/packages/doctrine_extensions.yml** + +```yaml +# services to handle doctrine extensions +# import it in config.yml +services: + # Doctrine Extension listeners to handle behaviors + gedmo.listener.tree: + class: Gedmo\Tree\TreeListener + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + + Gedmo\Translatable\TranslatableListener: + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + - [ setDefaultLocale, [ %locale% ] ] + - [ setTranslationFallback, [ false ] ] + + gedmo.listener.timestampable: + class: Gedmo\Timestampable\TimestampableListener + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + + gedmo.listener.sluggable: + class: Gedmo\Sluggable\SluggableListener + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + + gedmo.listener.sortable: + class: Gedmo\Sortable\SortableListener + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + + Gedmo\Loggable\LoggableListener: + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + + Gedmo\Blameable\BlameableListener: + tags: + - { name: doctrine.event_subscriber, connection: default } + calls: + - [ setAnnotationReader, [ "@annotation_reader" ] ] + +``` + +So what does it include in general? Well, it creates services for all extension listeners. +You can remove some which you do not use, or change them as you need. **Translatable** for instance, +sets the default locale to the value of your `%locale%` parameter, you can configure it differently. + +**Note:** In case you noticed, there is **EventSubscriber\DoctrineExtensionSubscriber**. +You will need to create this subscriber class if you use **loggable** , **translatable** or **blameable** +behaviors. This listener will set the **locale used** from request and **username** to +loggable and blameable. So, to finish the setup create **EventSubscriber\DoctrineExtensionSubscriber** + +```php +blameableListener = $blameableListener; + $this->tokenStorage = $tokenStorage; + $this->translatableListener = $translatableListener; + $this->loggableListener = $loggableListener; + } + + + public static function getSubscribedEvents() + { + return [ + KernelEvents::REQUEST => 'onKernelRequest', + KernelEvents::FINISH_REQUEST => 'onLateKernelRequest' + ]; + } + public function onKernelRequest(): void + { + if ($this->tokenStorage !== null && + $this->tokenStorage->getToken() !== null && + $this->tokenStorage->getToken()->isAuthenticated() === true + ) { + $this->blameableListener->setUserValue($this->tokenStorage->getToken()->getUser()); + } + } + + public function onLateKernelRequest(FinishRequestEvent $event): void + { + $this->translatableListener->setTranslatableLocale($event->getRequest()->getLocale()); + } + +} +``` + + + +## Example + +After that, you have your extensions set up and ready to be used! Too easy right? Well, +if you do not believe me, let's create a simple entity in our **Acme** project: + +```php + +id; + } + + public function setTitle($title) + { + $this->title = $title; + } + + public function getTitle() + { + return $this->title; + } + + public function getCreated() + { + return $this->created; + } + + public function getUpdated() + { + return $this->updated; + } +} +``` + +Now, let's have some fun: + +- if you have not created the database yet, run `php bin/console doctrine:database:create` +- create the schema `php bin/console doctrine:schema:create` + +Everything will work just fine, you can modify the **App\Controller\DemoController** +and add an action to test how it works: + +```php +// file: src/Acme/DemoBundle/Controller/DemoController.php +// include this code portion + +/** + * @Route("/posts", name="_demo_posts") + */ +public function postsAction() +{ + $em = $this->getDoctrine()->getEntityManager(); + $repository = $em->getRepository('AcmeDemoBundle:BlogPost'); + // create some posts in case if there aren't any + if (!$repository->findOneById('hello_world')) { + $post = new \Acme\DemoBundle\Entity\BlogPost(); + $post->setTitle('Hello world'); + + $next = new \Acme\DemoBundle\Entity\BlogPost(); + $next->setTitle('Doctrine extensions'); + + $em->persist($post); + $em->persist($next); + $em->flush(); + } + $posts = $em + ->createQuery('SELECT p FROM AcmeDemoBundle:BlogPost p') + ->getArrayResult() + ; + die(var_dump($posts)); +} +``` + +Now if you follow the url: **http://your_virtual_host/app_dev.php/demo/posts** you +should see a print of posts, this is only an extension demo, we will not create a template. + + + +## More tips + +Regarding, the setup, I do not think it's too complicated to use, in general it is simple +enough, and lets you understand at least small parts on how you can hook mappings into doctrine, and +how easily extension services are added. This configuration does not hide anything behind +curtains and allows you to modify the configuration as you require. + +### Multiple entity managers + +If you use more than one entity manager, you can simply tag the subscriber +with other the manager name: + + +Regarding, mapping of ODM mongodb, it's basically the same: + +```yaml +doctrine_mongodb: + default_database: 'my_database' + default_connection: 'default' + default_document_manager: 'default' + connections: + default: ~ + document_managers: + default: + connection: 'default' + auto_mapping: true + mappings: + translatable: + type: annotation + alias: GedmoDocument + prefix: Gedmo\Translatable\Document + # make sure vendor library location is correct + dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document" +``` + +This also shows, how to make mappings based on single manager. All what differs is that **Document** +instead of **Entity** is used. I haven't tested it with mongo though. + +**Note:** [extension repository](http://github.com/Atlantic18/DoctrineExtensions) contains all +[documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/master/doc) you may need +to understand how you can use it in your projects. + + + +## Alternative over configuration + +You can use [StofDoctrineExtensionsBundle](http://github.com/stof/StofDoctrineExtensionsBundle) which is a wrapper of these extensions + +## Troubleshooting + +- Make sure there are no *.orm.yml or *.orm.xml files for your Entities in your bundles Resources/config/doctrine directory. With those files in place the annotations won't be taken into account. diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/timestampable.md b/vendor/gedmo/doctrine-extensions/doc/timestampable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/timestampable.md rename to vendor/gedmo/doctrine-extensions/doc/timestampable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/transaction-safety.md b/vendor/gedmo/doctrine-extensions/doc/transaction-safety.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/transaction-safety.md rename to vendor/gedmo/doctrine-extensions/doc/transaction-safety.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/translatable.md b/vendor/gedmo/doctrine-extensions/doc/translatable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/translatable.md rename to vendor/gedmo/doctrine-extensions/doc/translatable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/tree.md b/vendor/gedmo/doctrine-extensions/doc/tree.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/tree.md rename to vendor/gedmo/doctrine-extensions/doc/tree.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/uploadable.md b/vendor/gedmo/doctrine-extensions/doc/uploadable.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/uploadable.md rename to vendor/gedmo/doctrine-extensions/doc/uploadable.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/doc/zendframework2.md b/vendor/gedmo/doctrine-extensions/doc/zendframework2.md similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/doc/zendframework2.md rename to vendor/gedmo/doctrine-extensions/doc/zendframework2.md diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/Category.php b/vendor/gedmo/doctrine-extensions/example/app/Entity/Category.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/Category.php rename to vendor/gedmo/doctrine-extensions/example/app/Entity/Category.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/CategoryTranslation.php b/vendor/gedmo/doctrine-extensions/example/app/Entity/CategoryTranslation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/CategoryTranslation.php rename to vendor/gedmo/doctrine-extensions/example/app/Entity/CategoryTranslation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/Repository/CategoryRepository.php b/vendor/gedmo/doctrine-extensions/example/app/Entity/Repository/CategoryRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/app/Entity/Repository/CategoryRepository.php rename to vendor/gedmo/doctrine-extensions/example/app/Entity/Repository/CategoryRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/bin/console b/vendor/gedmo/doctrine-extensions/example/bin/console similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/bin/console rename to vendor/gedmo/doctrine-extensions/example/bin/console diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/bin/console.php b/vendor/gedmo/doctrine-extensions/example/bin/console.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/bin/console.php rename to vendor/gedmo/doctrine-extensions/example/bin/console.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/em.php b/vendor/gedmo/doctrine-extensions/example/em.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/em.php rename to vendor/gedmo/doctrine-extensions/example/em.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/example/run.php b/vendor/gedmo/doctrine-extensions/example/run.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/example/run.php rename to vendor/gedmo/doctrine-extensions/example/run.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Blameable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Blameable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Blameable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Blameable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/BlameableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/BlameableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/BlameableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Mapping/Event/BlameableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/Blameable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/Blameable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/Blameable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/Blameable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableDocument.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableDocument.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableDocument.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableDocument.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/Traits/BlameableEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/DoctrineExtensions.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/DoctrineExtensions.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/DoctrineExtensions.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/DoctrineExtensions.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/BadMethodCallException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/BadMethodCallException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/FeatureNotImplementedException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/FeatureNotImplementedException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/FeatureNotImplementedException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/FeatureNotImplementedException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidArgumentException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidArgumentException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidMappingException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidMappingException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidMappingException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/InvalidMappingException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/ReferenceIntegrityStrictException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/ReferenceIntegrityStrictException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/ReferenceIntegrityStrictException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/ReferenceIntegrityStrictException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/RuntimeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/RuntimeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/RuntimeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/TreeLockingException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/TreeLockingException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/TreeLockingException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/TreeLockingException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnexpectedValueException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnexpectedValueException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnexpectedValueException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnexpectedValueException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnsupportedObjectManagerException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnsupportedObjectManagerException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnsupportedObjectManagerException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UnsupportedObjectManagerException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCantWriteException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCantWriteException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCantWriteException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCantWriteException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCouldntGuessMimeTypeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCouldntGuessMimeTypeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCouldntGuessMimeTypeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableCouldntGuessMimeTypeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableDirectoryNotFoundException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableDirectoryNotFoundException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableDirectoryNotFoundException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableDirectoryNotFoundException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableExtensionException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableExtensionException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableExtensionException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableExtensionException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileAlreadyExistsException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileAlreadyExistsException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileAlreadyExistsException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileAlreadyExistsException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileNotReadableException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileNotReadableException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileNotReadableException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFileNotReadableException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFormSizeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFormSizeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFormSizeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableFormSizeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableIniSizeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableIniSizeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableIniSizeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableIniSizeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidFileException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidFileException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidFileException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidFileException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidMimeTypeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidMimeTypeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidMimeTypeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidMimeTypeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidPathException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidPathException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidPathException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableInvalidPathException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableMaxSizeException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableMaxSizeException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableMaxSizeException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableMaxSizeException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoFileException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoFileException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoFileException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoFileException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoPathDefinedException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoPathDefinedException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoPathDefinedException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoPathDefinedException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoTmpDirException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoTmpDirException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoTmpDirException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableNoTmpDirException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadablePartialException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadablePartialException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadablePartialException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadablePartialException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableUploadException.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableUploadException.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableUploadException.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/UploadableUploadException.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/IpTraceableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/IpTraceableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/IpTraceableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/IpTraceableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Mapping/Event/IpTraceableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableDocument.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableDocument.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableDocument.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableDocument.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/IpTraceable/Traits/IpTraceableEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/LogEntry.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/LogEntry.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/LogEntry.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/LogEntry.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/MappedSuperclass/AbstractLogEntry.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/MappedSuperclass/AbstractLogEntry.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/MappedSuperclass/AbstractLogEntry.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/MappedSuperclass/AbstractLogEntry.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/Repository/LogEntryRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/Repository/LogEntryRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/Repository/LogEntryRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Document/Repository/LogEntryRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/LogEntry.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/LogEntry.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/LogEntry.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/LogEntry.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php similarity index 98% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php index b576162a..0cdcf9ea 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity/Repository/LogEntryRepository.php @@ -88,7 +88,7 @@ class LogEntryRepository extends EntityRepository $dql .= " AND log.version <= :version"; $dql .= " ORDER BY log.version ASC"; - $objectId = $wrapped->getIdentifier(); + $objectId = (string) $wrapped->getIdentifier(); $q = $this->_em->createQuery($dql); $q->setParameters(compact('objectId', 'objectClass', 'version')); $logs = $q->getResult(); diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Loggable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Loggable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Loggable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Loggable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/LoggableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/LoggableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/LoggableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Mapping/Event/LoggableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/All.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/All.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/All.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/All.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Blameable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Blameable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Blameable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Blameable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/IpTraceable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/IpTraceable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/IpTraceable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/IpTraceable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Language.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Language.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Language.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Language.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Locale.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Locale.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Locale.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Locale.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Reference.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Reference.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Reference.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Reference.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceIntegrity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceIntegrity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceIntegrity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceIntegrity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceMany.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceMany.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceMany.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceMany.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceManyEmbed.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceManyEmbed.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceManyEmbed.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceManyEmbed.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceOne.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceOne.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceOne.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceOne.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Slug.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Slug.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Slug.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Slug.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandler.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandler.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandler.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandler.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandlerOption.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandlerOption.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandlerOption.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SlugHandlerOption.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SoftDeleteable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SoftDeleteable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SoftDeleteable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SoftDeleteable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortableGroup.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortableGroup.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortableGroup.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortableGroup.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortablePosition.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortablePosition.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortablePosition.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/SortablePosition.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Timestampable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Timestampable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Timestampable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Timestampable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Translatable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Translatable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Translatable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Translatable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TranslationEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TranslationEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TranslationEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TranslationEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Tree.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Tree.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Tree.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Tree.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeClosure.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeClosure.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeClosure.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeClosure.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLeft.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLeft.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLeft.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLeft.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLevel.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLevel.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLevel.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLevel.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLockTime.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLockTime.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLockTime.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeLockTime.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeParent.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeParent.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeParent.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeParent.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePath.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePath.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathHash.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathHash.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathHash.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathHash.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathSource.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathSource.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathSource.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreePathSource.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRight.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRight.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRight.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRight.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRoot.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRoot.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRoot.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/TreeRoot.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Uploadable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Uploadable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Uploadable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Uploadable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileMimeType.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileMimeType.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileMimeType.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileMimeType.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileName.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileName.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileName.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileName.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFilePath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFilePath.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFilePath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFilePath.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileSize.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileSize.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileSize.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/UploadableFileSize.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Versioned.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Versioned.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Versioned.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Versioned.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AbstractAnnotationDriver.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AbstractAnnotationDriver.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AbstractAnnotationDriver.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AbstractAnnotationDriver.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AnnotationDriverInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AnnotationDriverInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AnnotationDriverInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/AnnotationDriverInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Chain.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Chain.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Chain.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Chain.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/File.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/File.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/File.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/File.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/AdapterInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/AdapterInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/AdapterInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Event/AdapterInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/ExtensionMetadataFactory.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/ExtensionMetadataFactory.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/ExtensionMetadataFactory.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/ExtensionMetadataFactory.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Validator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Validator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Validator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/Mapping/Validator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php index 760a16da..6ca118a7 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/ReferenceIntegrity/ReferenceIntegrityListener.php @@ -54,7 +54,7 @@ class ReferenceIntegrityListener extends MappedEventSubscriber $class = get_class($object); $meta = $om->getClassMetadata($class); - if ($config = $this->getConfiguration($om, $class)) { + if ($config = $this->getConfiguration($om, $meta->name)) { foreach ($config['referenceIntegrity'] as $property => $action) { $reflProp = $meta->getReflectionProperty($property); $refDoc = $reflProp->getValue($object); diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/LazyCollection.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/LazyCollection.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/LazyCollection.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/LazyCollection.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/ReferencesAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/ReferencesAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/ReferencesAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/Mapping/Event/ReferencesAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php index b6eca05a..4530f7d8 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/References/ReferencesListener.php @@ -21,6 +21,8 @@ class ReferencesListener extends MappedEventSubscriber public function __construct(array $managers = array()) { + parent::__construct(); + $this->managers = $managers; } diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/InversedRelativeSlugHandler.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/InversedRelativeSlugHandler.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/InversedRelativeSlugHandler.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/InversedRelativeSlugHandler.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/RelativeSlugHandler.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/RelativeSlugHandler.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/RelativeSlugHandler.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/RelativeSlugHandler.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerWithUniqueCallbackInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerWithUniqueCallbackInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerWithUniqueCallbackInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/SlugHandlerWithUniqueCallbackInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/TreeSlugHandler.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/TreeSlugHandler.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/TreeSlugHandler.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Handler/TreeSlugHandler.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/SluggableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/SluggableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/SluggableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Mapping/Event/SluggableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Sluggable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Sluggable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Sluggable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Sluggable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Util/Urlizer.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Util/Urlizer.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Util/Urlizer.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/Util/Urlizer.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/ODM/SoftDeleteableFilter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/ODM/SoftDeleteableFilter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/ODM/SoftDeleteableFilter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/ODM/SoftDeleteableFilter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php similarity index 96% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php index 14fb0663..46050438 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Filter/SoftDeleteableFilter.php @@ -60,8 +60,7 @@ class SoftDeleteableFilter extends SQLFilter $addCondSql = $platform->getIsNullExpression($targetTableAlias.'.'.$column); if (isset($config['timeAware']) && $config['timeAware']) { - $now = $conn->quote(date($platform->getDateTimeFormatString())); // should use UTC in database and PHP - $addCondSql = "({$addCondSql} OR {$targetTableAlias}.{$column} > {$now})"; + $addCondSql = "({$addCondSql} OR {$targetTableAlias}.{$column} > {$platform->getCurrentTimestampSQL()})"; } return $addCondSql; diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/SoftDeleteableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/SoftDeleteableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/SoftDeleteableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Event/SoftDeleteableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Validator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Validator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Validator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Mapping/Validator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php similarity index 87% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php index 9d89854e..23ec9145 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/Exec/MultiTableDeleteExecutor.php @@ -36,7 +36,11 @@ class MultiTableDeleteExecutor extends BaseMultiTableDeleteExecutor if (isset($matches[1]) && $meta->getQuotedTableName($platform) === $matches[1]) { $sqlStatements[$index] = str_replace('DELETE FROM', 'UPDATE', $stmt); - $sqlStatements[$index] = str_replace('WHERE', 'SET '.$config['fieldName'].' = "'.date('Y-m-d H:i:s').'" WHERE', $sqlStatements[$index]); + $sqlStatements[$index] = str_replace( + 'WHERE', + 'SET '.$config['fieldName'].' = '.$platform->getCurrentTimestampSQL().' WHERE', + $sqlStatements[$index] + ); } else { // We have to avoid the removal of registers of child entities of a SoftDeleteable entity unset($sqlStatements[$index]); diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php similarity index 97% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php index bfa86154..b5698611 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php @@ -75,9 +75,7 @@ class SoftDeleteableWalker extends SqlWalker $quotedTableName = $class->getQuotedTableName($this->platform); $quotedColumnName = $class->getQuotedColumnName($this->deletedAtField, $this->platform); - $sql = 'UPDATE '.$quotedTableName.' SET '.$quotedColumnName.' = '.$this->conn->quote(date( - $this->platform->getDateTimeFormatString() - )); + $sql = 'UPDATE '.$quotedTableName.' SET '.$quotedColumnName.' = '.$this->platform->getCurrentTimestampSQL(); return $sql; } diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/SortableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/SortableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/SortableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Mapping/Event/SortableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Sortable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Sortable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Sortable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/Sortable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php index b327bfa8..e661a65a 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php @@ -414,7 +414,7 @@ class SortableListener extends MappedEventSubscriber $ea = $this->getEventAdapter($args); $em = $ea->getObjectManager(); - $updatedObjects = []; + $updatedObjects = array(); foreach ($this->relocations as $hash => $relocation) { $config = $this->getConfiguration($em, $relocation['name']); diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/TimestampableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/TimestampableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/TimestampableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Mapping/Event/TimestampableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Timestampable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Timestampable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Timestampable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Timestampable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/Timestampable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/Timestampable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/Timestampable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/Timestampable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableDocument.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableDocument.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableDocument.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableDocument.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/Traits/TimestampableEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Logging/DBAL/QueryAnalyzer.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Logging/DBAL/QueryAnalyzer.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Logging/DBAL/QueryAnalyzer.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Logging/DBAL/QueryAnalyzer.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/AbstractWrapper.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/AbstractWrapper.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/AbstractWrapper.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/AbstractWrapper.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/EntityWrapper.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/EntityWrapper.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/EntityWrapper.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/EntityWrapper.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/MongoDocumentWrapper.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/MongoDocumentWrapper.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/MongoDocumentWrapper.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/Wrapper/MongoDocumentWrapper.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/WrapperInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/WrapperInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/WrapperInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tool/WrapperInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractPersonalTranslation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractPersonalTranslation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractPersonalTranslation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractPersonalTranslation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractTranslation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractTranslation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractTranslation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractTranslation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Repository/TranslationRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Repository/TranslationRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Repository/TranslationRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Repository/TranslationRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Translation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Translation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Translation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/Translation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractTranslation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractTranslation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractTranslation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractTranslation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Repository/TranslationRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Repository/TranslationRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Repository/TranslationRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Repository/TranslationRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Translation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Translation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Translation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity/Translation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/ObjectHydrator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/ObjectHydrator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/ObjectHydrator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/ObjectHydrator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/SimpleObjectHydrator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/SimpleObjectHydrator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/SimpleObjectHydrator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Hydrator/ORM/SimpleObjectHydrator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php similarity index 97% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php index 5d36fec6..1b7388e3 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Annotation.php @@ -91,6 +91,9 @@ class Annotation extends AbstractAnnotationDriver // Embedded entity if (property_exists($meta, 'embeddedClasses') && $meta->embeddedClasses) { foreach ($meta->embeddedClasses as $propertyName => $embeddedClassInfo) { + if ($meta->isInheritedEmbeddedClass($propertyName)) { + continue; + } $embeddedClass = new \ReflectionClass($embeddedClassInfo['class']); foreach ($embeddedClass->getProperties() as $embeddedProperty) { if ($translatable = $this->reader->getPropertyAnnotation($embeddedProperty, self::TRANSLATABLE)) { diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php similarity index 97% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php index d0101e41..cc882915 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Xml.php @@ -53,6 +53,9 @@ class Xml extends BaseXml if (property_exists($meta, 'embeddedClasses') && $meta->embeddedClasses) { foreach ($meta->embeddedClasses as $propertyName => $embeddedClassInfo) { + if ($meta->isInheritedEmbeddedClass($propertyName)) { + continue; + } $xmlEmbeddedClass = $this->_getMapping($embeddedClassInfo['class']); $this->inspectElementsForTranslatableFields($xmlEmbeddedClass, $config, $propertyName); } diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/TranslatableAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/TranslatableAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/TranslatableAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Mapping/Event/TranslatableAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php similarity index 98% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php index 90272b50..6d781699 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Query/TreeWalker/TranslationWalker.php @@ -104,8 +104,10 @@ class TranslationWalker extends SqlWalker */ public function getExecutor($AST) { + // If it's not a Select, the TreeWalker ought to skip it, and just return the parent. + // @see https://github.com/Atlantic18/DoctrineExtensions/issues/2013 if (!$AST instanceof SelectStatement) { - throw new \Gedmo\Exception\UnexpectedValueException('Translation walker should be used only on select statement'); + return parent::getExecutor($AST); } $this->prepareTranslatedComponents(); diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Translatable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Translatable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Translatable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Translatable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php index 981d3f11..cb4cbea8 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php @@ -474,7 +474,7 @@ class TranslatableListener extends MappedEventSubscriber $is_translated = false; foreach ((array) $result as $entry) { if ($entry['field'] == $field) { - $translated = $entry['content']; + $translated = isset($entry['content']) ? $entry['content'] : null; $is_translated = true; break; } diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Document/Translation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Document/Translation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Document/Translation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Document/Translation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity/Translation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity/Translation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity/Translation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity/Translation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Translation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Translation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Translation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Translation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationProxy.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationProxy.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationProxy.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/TranslationProxy.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/MaterializedPathRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/MaterializedPathRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/MaterializedPathRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Document/MongoDB/Repository/MaterializedPathRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/MappedSuperclass/AbstractClosure.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/MappedSuperclass/AbstractClosure.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/MappedSuperclass/AbstractClosure.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/MappedSuperclass/AbstractClosure.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php index 0ab5ac01..020f1772 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php @@ -426,7 +426,7 @@ class NestedTreeRepository extends AbstractTreeRepository $qb->setParameter('pid', $wrappedParent->getIdentifier()); } else if (isset($config['root']) && !$parent) { $qb->andWhere($qb->expr()->eq('node.'.$config['root'], ':root')); - $qb->andWhere($qb->expr()->isNull('node.parent')); + $qb->andWhere($qb->expr()->isNull('node.'.$config['parent'])); $method = $config['rootIdentifierMethod']; $qb->setParameter('root', $node->$method()); } else { @@ -503,7 +503,7 @@ class NestedTreeRepository extends AbstractTreeRepository $qb->setParameter('pid', $wrappedParent->getIdentifier()); } else if (isset($config['root']) && !$parent) { $qb->andWhere($qb->expr()->eq('node.'.$config['root'], ':root')); - $qb->andWhere($qb->expr()->isNull('node.parent')); + $qb->andWhere($qb->expr()->isNull('node.'.$config['parent'])); $method = $config['rootIdentifierMethod']; $qb->setParameter('root', $node->$method()); } else { diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Hydrator/ORM/TreeObjectHydrator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Hydrator/ORM/TreeObjectHydrator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Hydrator/ORM/TreeObjectHydrator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Hydrator/ORM/TreeObjectHydrator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ODM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ODM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ODM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ODM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ORM.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ORM.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ORM.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/Adapter/ORM.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/TreeAdapter.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/TreeAdapter.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/TreeAdapter.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Event/TreeAdapter.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Validator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Validator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Validator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Mapping/Validator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Node.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Node.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Node.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Node.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtils.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtils.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtils.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtils.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php index 4ee0e81c..9ef61c2d 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/AbstractMaterializedPath.php @@ -244,7 +244,7 @@ abstract class AbstractMaterializedPath implements Strategy $pathProp->setAccessible(true); $pathSourceProp = $meta->getReflectionProperty($config['path_source']); $pathSourceProp->setAccessible(true); - $path = $pathSourceProp->getValue($node); + $path = (string) $pathSourceProp->getValue($node); // We need to avoid the presence of the path separator in the path source if (strpos($path, $config['path_separator']) !== false) { diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ODM/MongoDB/MaterializedPath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ODM/MongoDB/MaterializedPath.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ODM/MongoDB/MaterializedPath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ODM/MongoDB/MaterializedPath.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Closure.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Closure.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Closure.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Closure.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/MaterializedPath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/MaterializedPath.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/MaterializedPath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/MaterializedPath.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Nested.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Nested.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Nested.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Strategy/ORM/Nested.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/MaterializedPath.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/MaterializedPath.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/MaterializedPath.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/MaterializedPath.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSet.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSet.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSet.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSet.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntity.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntity.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntity.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntity.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntityUuid.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntityUuid.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntityUuid.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Traits/NestedSetEntityUuid.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadableBaseEventArgs.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadableBaseEventArgs.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadableBaseEventArgs.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadableBaseEventArgs.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePostFileProcessEventArgs.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePostFileProcessEventArgs.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePostFileProcessEventArgs.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePostFileProcessEventArgs.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePreFileProcessEventArgs.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePreFileProcessEventArgs.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePreFileProcessEventArgs.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Event/UploadablePreFileProcessEventArgs.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Events.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Events.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Events.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Events.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoArray.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoArray.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoArray.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoArray.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FileInfo/FileInfoInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorAlphanumeric.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorAlphanumeric.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorAlphanumeric.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorAlphanumeric.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorSha1.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorSha1.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorSha1.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/FilenameGenerator/FilenameGeneratorSha1.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Annotation.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Annotation.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Annotation.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Annotation.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Xml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Xml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Xml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Xml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Yaml.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Yaml.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Yaml.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Driver/Yaml.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Validator.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Validator.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Validator.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Mapping/Validator.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesser.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesser.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesser.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesser.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesserInterface.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesserInterface.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesserInterface.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesserInterface.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypesExtensionsMap.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypesExtensionsMap.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypesExtensionsMap.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypesExtensionsMap.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Uploadable.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Uploadable.php similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Uploadable.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/Uploadable.php diff --git a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php similarity index 99% rename from trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php rename to vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php index 21f55b39..3c1439f8 100644 --- a/trunk/_vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php +++ b/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php @@ -77,6 +77,8 @@ class UploadableListener extends MappedEventSubscriber public function __construct(MimeTypeGuesserInterface $mimeTypeGuesser = null) { + parent::__construct(); + $this->mimeTypeGuesser = $mimeTypeGuesser ? $mimeTypeGuesser : new MimeTypeGuesser(); } diff --git a/trunk/_vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-1.xsd b/vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-1.xsd similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-1.xsd rename to vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-1.xsd diff --git a/trunk/_vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-2.xsd b/vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-2.xsd similarity index 100% rename from trunk/_vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-2.xsd rename to vendor/gedmo/doctrine-extensions/schemas/orm/doctrine-extensions-mapping-2-2.xsd diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/.gitignore b/vendor/gregwar/cache/Gregwar/Cache/.gitignore similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/.gitignore rename to vendor/gregwar/cache/Gregwar/Cache/.gitignore diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/.travis.yml b/vendor/gregwar/cache/Gregwar/Cache/.travis.yml similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/.travis.yml rename to vendor/gregwar/cache/Gregwar/Cache/.travis.yml diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/Cache.php b/vendor/gregwar/cache/Gregwar/Cache/Cache.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/Cache.php rename to vendor/gregwar/cache/Gregwar/Cache/Cache.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/CacheInterface.php b/vendor/gregwar/cache/Gregwar/Cache/CacheInterface.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/CacheInterface.php rename to vendor/gregwar/cache/Gregwar/Cache/CacheInterface.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/GarbageCollect.php b/vendor/gregwar/cache/Gregwar/Cache/GarbageCollect.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/GarbageCollect.php rename to vendor/gregwar/cache/Gregwar/Cache/GarbageCollect.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/LICENSE b/vendor/gregwar/cache/Gregwar/Cache/LICENSE similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/LICENSE rename to vendor/gregwar/cache/Gregwar/Cache/LICENSE diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/README.md b/vendor/gregwar/cache/Gregwar/Cache/README.md similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/README.md rename to vendor/gregwar/cache/Gregwar/Cache/README.md diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/autoload.php b/vendor/gregwar/cache/Gregwar/Cache/autoload.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/autoload.php rename to vendor/gregwar/cache/Gregwar/Cache/autoload.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/composer.json b/vendor/gregwar/cache/Gregwar/Cache/composer.json similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/composer.json rename to vendor/gregwar/cache/Gregwar/Cache/composer.json diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/.gitignore b/vendor/gregwar/cache/Gregwar/Cache/demo/.gitignore similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/.gitignore rename to vendor/gregwar/cache/Gregwar/Cache/demo/.gitignore diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/garbage.php b/vendor/gregwar/cache/Gregwar/Cache/demo/garbage.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/garbage.php rename to vendor/gregwar/cache/Gregwar/Cache/demo/garbage.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/max-age.php b/vendor/gregwar/cache/Gregwar/Cache/demo/max-age.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/max-age.php rename to vendor/gregwar/cache/Gregwar/Cache/demo/max-age.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/original.txt b/vendor/gregwar/cache/Gregwar/Cache/demo/original.txt similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/original.txt rename to vendor/gregwar/cache/Gregwar/Cache/demo/original.txt diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/red-file.php b/vendor/gregwar/cache/Gregwar/Cache/demo/red-file.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/red-file.php rename to vendor/gregwar/cache/Gregwar/Cache/demo/red-file.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/red.php b/vendor/gregwar/cache/Gregwar/Cache/demo/red.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/red.php rename to vendor/gregwar/cache/Gregwar/Cache/demo/red.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/uppercase.php b/vendor/gregwar/cache/Gregwar/Cache/demo/uppercase.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/demo/uppercase.php rename to vendor/gregwar/cache/Gregwar/Cache/demo/uppercase.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/phpunit.xml b/vendor/gregwar/cache/Gregwar/Cache/phpunit.xml similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/phpunit.xml rename to vendor/gregwar/cache/Gregwar/Cache/phpunit.xml diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/tests/CacheTests.php b/vendor/gregwar/cache/Gregwar/Cache/tests/CacheTests.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/tests/CacheTests.php rename to vendor/gregwar/cache/Gregwar/Cache/tests/CacheTests.php diff --git a/trunk/_vendor/gregwar/cache/Gregwar/Cache/tests/bootstrap.php b/vendor/gregwar/cache/Gregwar/Cache/tests/bootstrap.php similarity index 100% rename from trunk/_vendor/gregwar/cache/Gregwar/Cache/tests/bootstrap.php rename to vendor/gregwar/cache/Gregwar/Cache/tests/bootstrap.php diff --git a/trunk/_vendor/gregwar/image-bundle/.gitignore b/vendor/gregwar/image-bundle/.gitignore similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/.gitignore rename to vendor/gregwar/image-bundle/.gitignore diff --git a/trunk/_vendor/gregwar/image-bundle/.php_cs b/vendor/gregwar/image-bundle/.php_cs similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/.php_cs rename to vendor/gregwar/image-bundle/.php_cs diff --git a/trunk/_vendor/gregwar/image-bundle/.styleci.yml b/vendor/gregwar/image-bundle/.styleci.yml similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/.styleci.yml rename to vendor/gregwar/image-bundle/.styleci.yml diff --git a/vendor/gregwar/image-bundle/DependencyInjection/Configuration.php b/vendor/gregwar/image-bundle/DependencyInjection/Configuration.php new file mode 100644 index 00000000..5dd69382 --- /dev/null +++ b/vendor/gregwar/image-bundle/DependencyInjection/Configuration.php @@ -0,0 +1,34 @@ +getRootNode() : $treeBuilder->root('gregwar_image'); + + $rootNode + ->children() + ->scalarNode('cache_dir')->defaultValue('cache')->end() + ->scalarNode('cache_dir_mode')->defaultNull()->example('0755')->end() + ->booleanNode('throw_exception')->defaultFalse()->end() + ->scalarNode('fallback_image')->defaultNull()->end() + ->scalarNode('web_dir')->defaultValue('%kernel.root_dir%/../web')->end() + ->end() + ; + + return $treeBuilder; + } +} diff --git a/trunk/_vendor/gregwar/image-bundle/DependencyInjection/GregwarImageExtension.php b/vendor/gregwar/image-bundle/DependencyInjection/GregwarImageExtension.php similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/DependencyInjection/GregwarImageExtension.php rename to vendor/gregwar/image-bundle/DependencyInjection/GregwarImageExtension.php diff --git a/trunk/_vendor/gregwar/image-bundle/Extensions/ImageTwig.php b/vendor/gregwar/image-bundle/Extensions/ImageTwig.php similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/Extensions/ImageTwig.php rename to vendor/gregwar/image-bundle/Extensions/ImageTwig.php diff --git a/trunk/_vendor/gregwar/image-bundle/GregwarImageBundle.php b/vendor/gregwar/image-bundle/GregwarImageBundle.php similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/GregwarImageBundle.php rename to vendor/gregwar/image-bundle/GregwarImageBundle.php diff --git a/trunk/_vendor/gregwar/image-bundle/ImageHandler.php b/vendor/gregwar/image-bundle/ImageHandler.php similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/ImageHandler.php rename to vendor/gregwar/image-bundle/ImageHandler.php diff --git a/trunk/_vendor/gregwar/image-bundle/LICENSE b/vendor/gregwar/image-bundle/LICENSE similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/LICENSE rename to vendor/gregwar/image-bundle/LICENSE diff --git a/trunk/_vendor/gregwar/image-bundle/Makefile b/vendor/gregwar/image-bundle/Makefile similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/Makefile rename to vendor/gregwar/image-bundle/Makefile diff --git a/trunk/_vendor/gregwar/image-bundle/README.md b/vendor/gregwar/image-bundle/README.md similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/README.md rename to vendor/gregwar/image-bundle/README.md diff --git a/trunk/_vendor/gregwar/image-bundle/Resources/config/services.yml b/vendor/gregwar/image-bundle/Resources/config/services.yml similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/Resources/config/services.yml rename to vendor/gregwar/image-bundle/Resources/config/services.yml diff --git a/trunk/_vendor/gregwar/image-bundle/Services/ImageHandling.php b/vendor/gregwar/image-bundle/Services/ImageHandling.php similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/Services/ImageHandling.php rename to vendor/gregwar/image-bundle/Services/ImageHandling.php diff --git a/trunk/_vendor/gregwar/image-bundle/composer.json b/vendor/gregwar/image-bundle/composer.json similarity index 100% rename from trunk/_vendor/gregwar/image-bundle/composer.json rename to vendor/gregwar/image-bundle/composer.json diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/.editorconfig b/vendor/gregwar/image/Gregwar/Image/.editorconfig similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/.editorconfig rename to vendor/gregwar/image/Gregwar/Image/.editorconfig diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/.gitignore b/vendor/gregwar/image/Gregwar/Image/.gitignore similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/.gitignore rename to vendor/gregwar/image/Gregwar/Image/.gitignore diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/.php_cs b/vendor/gregwar/image/Gregwar/Image/.php_cs similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/.php_cs rename to vendor/gregwar/image/Gregwar/Image/.php_cs diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/.styleci.yml b/vendor/gregwar/image/Gregwar/Image/.styleci.yml similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/.styleci.yml rename to vendor/gregwar/image/Gregwar/Image/.styleci.yml diff --git a/vendor/gregwar/image/Gregwar/Image/.travis.yml b/vendor/gregwar/image/Gregwar/Image/.travis.yml new file mode 100644 index 00000000..3eb900f1 --- /dev/null +++ b/vendor/gregwar/image/Gregwar/Image/.travis.yml @@ -0,0 +1,36 @@ +language: php + +php: + - 7.0 + - 7.1 + - 7.2 + - nightly + - hhvm + +env: + global: + - PATH="$HOME/.composer/vendor/bin:$PATH" + +matrix: + fast_finish: true + include: + - php: 5.3 + env: COMPOSER_FLAGS="--prefer-lowest" + allow_failures: + - php: nightly + - php: hhvm + +sudo: false + +cache: + directories: + - $HOME/.composer/cache/files + +before_script: + - composer selfupdate + - composer config -g github-oauth.github.com $GITHUB_OAUTH_TOKEN + - composer global require phpunit/phpunit --no-update + - composer global update --prefer-dist --no-interaction + - composer update --prefer-dist --no-interaction $COMPOSER_FLAGS + +script: make test diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Adapter.php b/vendor/gregwar/image/Gregwar/Image/Adapter/Adapter.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Adapter.php rename to vendor/gregwar/image/Gregwar/Image/Adapter/Adapter.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php b/vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php similarity index 98% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php rename to vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php index c1cb1702..b4618034 100644 --- a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php +++ b/vendor/gregwar/image/Gregwar/Image/Adapter/AdapterInterface.php @@ -77,6 +77,13 @@ interface AdapterInterface */ public function savePng($file); + /** + * Save the image as a Webp. + * + * @return $this + */ + public function saveWebp($file, $quality); + /** * Save the image as a jpeg. * @@ -382,10 +389,10 @@ interface AdapterInterface /** * Flips the image. - * + * * @param int $flipVertical * @param int $flipHorizontal - * + * * @return $this */ public function flip($flipVertical, $flipHorizontal); diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Common.php b/vendor/gregwar/image/Gregwar/Image/Adapter/Common.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Common.php rename to vendor/gregwar/image/Gregwar/Image/Adapter/Common.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/GD.php b/vendor/gregwar/image/Gregwar/Image/Adapter/GD.php similarity index 99% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/GD.php rename to vendor/gregwar/image/Gregwar/Image/Adapter/GD.php index 48c17836..63fd7162 100644 --- a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/GD.php +++ b/vendor/gregwar/image/Gregwar/Image/Adapter/GD.php @@ -570,6 +570,16 @@ class GD extends Common return $this; } + + /** + * {@inheritdoc} + */ + public function saveWebp($file, $quality) + { + imagewebp($this->resource, $file, $quality); + + return $this; + } /** * {@inheritdoc} diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php b/vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php similarity index 98% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php rename to vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php index 365e0c6d..f3e51175 100644 --- a/trunk/_vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php +++ b/vendor/gregwar/image/Gregwar/Image/Adapter/Imagick.php @@ -392,6 +392,11 @@ class Imagick extends Common // TODO: Implement openPng() method. } + protected function openWebp($file) + { + // TODO: Implement openWebp() method. + } + /** * Creates an image. */ diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php b/vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php rename to vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/GarbageCollect.php b/vendor/gregwar/image/Gregwar/Image/GarbageCollect.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/GarbageCollect.php rename to vendor/gregwar/image/Gregwar/Image/GarbageCollect.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Image.php b/vendor/gregwar/image/Gregwar/Image/Image.php similarity index 98% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Image.php rename to vendor/gregwar/image/Gregwar/Image/Image.php index 34701ae5..3dd6ce61 100644 --- a/trunk/_vendor/gregwar/image/Gregwar/Image/Image.php +++ b/vendor/gregwar/image/Gregwar/Image/Image.php @@ -93,6 +93,7 @@ class Image public static $types = array( 'jpg' => 'jpeg', 'jpeg' => 'jpeg', + 'webp' => 'webp', 'png' => 'png', 'gif' => 'gif', ); @@ -571,6 +572,14 @@ class Image return $this->cacheFile('png'); } + /** + * Generates and output a png cached file. + */ + public function webp() + { + return $this->cacheFile('webp'); + } + /** * Generates and output an image using the same type as input. */ @@ -674,6 +683,10 @@ class Image $success = $this->getAdapter()->savePng($file); } + if ($type == 'webp') { + $success = $this->getAdapter()->saveWebP($file, $quality); + } + if (!$success) { return false; } diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/ImageColor.php b/vendor/gregwar/image/Gregwar/Image/ImageColor.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/ImageColor.php rename to vendor/gregwar/image/Gregwar/Image/ImageColor.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/LICENSE b/vendor/gregwar/image/Gregwar/Image/LICENSE similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/LICENSE rename to vendor/gregwar/image/Gregwar/Image/LICENSE diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Makefile b/vendor/gregwar/image/Gregwar/Image/Makefile similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Makefile rename to vendor/gregwar/image/Gregwar/Image/Makefile diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/README.md b/vendor/gregwar/image/Gregwar/Image/README.md similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/README.md rename to vendor/gregwar/image/Gregwar/Image/README.md diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Source/Create.php b/vendor/gregwar/image/Gregwar/Image/Source/Create.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Source/Create.php rename to vendor/gregwar/image/Gregwar/Image/Source/Create.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Source/Data.php b/vendor/gregwar/image/Gregwar/Image/Source/Data.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Source/Data.php rename to vendor/gregwar/image/Gregwar/Image/Source/Data.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Source/File.php b/vendor/gregwar/image/Gregwar/Image/Source/File.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Source/File.php rename to vendor/gregwar/image/Gregwar/Image/Source/File.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Source/Resource.php b/vendor/gregwar/image/Gregwar/Image/Source/Resource.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Source/Resource.php rename to vendor/gregwar/image/Gregwar/Image/Source/Resource.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/Source/Source.php b/vendor/gregwar/image/Gregwar/Image/Source/Source.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/Source/Source.php rename to vendor/gregwar/image/Gregwar/Image/Source/Source.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/autoload.php b/vendor/gregwar/image/Gregwar/Image/autoload.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/autoload.php rename to vendor/gregwar/image/Gregwar/Image/autoload.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/composer.json b/vendor/gregwar/image/Gregwar/Image/composer.json similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/composer.json rename to vendor/gregwar/image/Gregwar/Image/composer.json diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/basic.php b/vendor/gregwar/image/Gregwar/Image/demo/basic.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/basic.php rename to vendor/gregwar/image/Gregwar/Image/demo/basic.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/cache.php b/vendor/gregwar/image/Gregwar/Image/demo/cache.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/cache.php rename to vendor/gregwar/image/Gregwar/Image/demo/cache.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/cacheCreate.php b/vendor/gregwar/image/Gregwar/Image/demo/cacheCreate.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/cacheCreate.php rename to vendor/gregwar/image/Gregwar/Image/demo/cacheCreate.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/cacheName.php b/vendor/gregwar/image/Gregwar/Image/demo/cacheName.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/cacheName.php rename to vendor/gregwar/image/Gregwar/Image/demo/cacheName.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/crop.php b/vendor/gregwar/image/Gregwar/Image/demo/crop.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/crop.php rename to vendor/gregwar/image/Gregwar/Image/demo/crop.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/data.php b/vendor/gregwar/image/Gregwar/Image/demo/data.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/data.php rename to vendor/gregwar/image/Gregwar/Image/demo/data.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/fallback.php b/vendor/gregwar/image/Gregwar/Image/demo/fallback.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/fallback.php rename to vendor/gregwar/image/Gregwar/Image/demo/fallback.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/fonts/CaviarDreams.ttf b/vendor/gregwar/image/Gregwar/Image/demo/fonts/CaviarDreams.ttf similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/fonts/CaviarDreams.ttf rename to vendor/gregwar/image/Gregwar/Image/demo/fonts/CaviarDreams.ttf diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/gc.php b/vendor/gregwar/image/Gregwar/Image/demo/gc.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/gc.php rename to vendor/gregwar/image/Gregwar/Image/demo/gc.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/get.php b/vendor/gregwar/image/Gregwar/Image/demo/get.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/get.php rename to vendor/gregwar/image/Gregwar/Image/demo/get.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/guess.php b/vendor/gregwar/image/Gregwar/Image/demo/guess.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/guess.php rename to vendor/gregwar/image/Gregwar/Image/demo/guess.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/mona.jpg b/vendor/gregwar/image/Gregwar/Image/demo/img/mona.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/mona.jpg rename to vendor/gregwar/image/Gregwar/Image/demo/img/mona.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/test.png b/vendor/gregwar/image/Gregwar/Image/demo/img/test.png similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/test.png rename to vendor/gregwar/image/Gregwar/Image/demo/img/test.png diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/test2.jpg b/vendor/gregwar/image/Gregwar/Image/demo/img/test2.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/test2.jpg rename to vendor/gregwar/image/Gregwar/Image/demo/img/test2.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/vinci.png b/vendor/gregwar/image/Gregwar/Image/demo/img/vinci.png similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/img/vinci.png rename to vendor/gregwar/image/Gregwar/Image/demo/img/vinci.png diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/inline.php b/vendor/gregwar/image/Gregwar/Image/demo/inline.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/inline.php rename to vendor/gregwar/image/Gregwar/Image/demo/inline.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/merge.php b/vendor/gregwar/image/Gregwar/Image/demo/merge.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/merge.php rename to vendor/gregwar/image/Gregwar/Image/demo/merge.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/percent.php b/vendor/gregwar/image/Gregwar/Image/demo/percent.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/percent.php rename to vendor/gregwar/image/Gregwar/Image/demo/percent.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/resource.php b/vendor/gregwar/image/Gregwar/Image/demo/resource.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/resource.php rename to vendor/gregwar/image/Gregwar/Image/demo/resource.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/watermark.php b/vendor/gregwar/image/Gregwar/Image/demo/watermark.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/watermark.php rename to vendor/gregwar/image/Gregwar/Image/demo/watermark.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/demo/write.php b/vendor/gregwar/image/Gregwar/Image/demo/write.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/demo/write.php rename to vendor/gregwar/image/Gregwar/Image/demo/write.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/cropResize.jpg b/vendor/gregwar/image/Gregwar/Image/doc/cropResize.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/cropResize.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/cropResize.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/forceResize.jpg b/vendor/gregwar/image/Gregwar/Image/doc/forceResize.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/forceResize.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/forceResize.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/generate.php b/vendor/gregwar/image/Gregwar/Image/doc/generate.php similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/generate.php rename to vendor/gregwar/image/Gregwar/Image/doc/generate.php diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/mona.jpg b/vendor/gregwar/image/Gregwar/Image/doc/mona.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/mona.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/mona.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/resize.jpg b/vendor/gregwar/image/Gregwar/Image/doc/resize.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/resize.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/resize.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/scaleResize.jpg b/vendor/gregwar/image/Gregwar/Image/doc/scaleResize.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/scaleResize.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/scaleResize.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/zoomCrop.jpg b/vendor/gregwar/image/Gregwar/Image/doc/zoomCrop.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/zoomCrop.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/zoomCrop.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/doc/zoomCropTop.jpg b/vendor/gregwar/image/Gregwar/Image/doc/zoomCropTop.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/doc/zoomCropTop.jpg rename to vendor/gregwar/image/Gregwar/Image/doc/zoomCropTop.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/images/error.jpg b/vendor/gregwar/image/Gregwar/Image/images/error.jpg similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/images/error.jpg rename to vendor/gregwar/image/Gregwar/Image/images/error.jpg diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/phpunit.xml.dist b/vendor/gregwar/image/Gregwar/Image/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/phpunit.xml.dist rename to vendor/gregwar/image/Gregwar/Image/phpunit.xml.dist diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/tests/.gitignore b/vendor/gregwar/image/Gregwar/Image/tests/.gitignore similarity index 100% rename from trunk/_vendor/gregwar/image/Gregwar/Image/tests/.gitignore rename to vendor/gregwar/image/Gregwar/Image/tests/.gitignore diff --git a/trunk/_vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php b/vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php similarity index 97% rename from trunk/_vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php rename to vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php index f4d74552..38fd0dff 100755 --- a/trunk/_vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php +++ b/vendor/gregwar/image/Gregwar/Image/tests/ImageTests.php @@ -3,20 +3,10 @@ use Gregwar\Image\Image; use Gregwar\Image\ImageColor; -if (class_exists('\PHPUnit\Framework\TestCase')) { - class Base extends \PHPUnit\Framework\TestCase - { - } -} else { - class Base extends \PHPUnit_Framework_TestCase - { - } -} - /** * Unit testing for Image. */ -class ImageTests extends Base +class ImageTests extends \PHPUnit\Framework\TestCase { /** * Testing the basic width & height. @@ -131,7 +121,7 @@ class ImageTests extends Base public function testCustomCacheSystem() { $image = $this->open('monalisa.jpg'); - $cache = $this->getMock('Gregwar\Cache\CacheInterface'); + $cache = $this->createMock('Gregwar\Cache\CacheInterface'); $image->setCacheSystem($cache); $this->assertTrue($image->getCacheSystem() instanceof Gregwar\Cache\CacheInterface); } diff --git a/vendor/gregwar/image/Gregwar/Image/tests/bootstrap.php b/vendor/gregwar/image/Gregwar/Image/tests/bootstrap.php new file mode 100644 index 00000000..a58ca82c --- /dev/null +++ b/vendor/gregwar/image/Gregwar/Image/tests/bootstrap.php @@ -0,0 +1,9 @@ +useMicrosecondTimestamps(false)`, disabling it gets you a bit of performance boost but reduces the precision to the second instead of microsecond + * Added possibility to skip some extra stack frames in IntrospectionProcessor if you have some library wrapping Monolog that is always adding frames + * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name + * Added FluentdFormatter for the Fluentd unix socket protocol + * Added HandlerWrapper base class to ease the creation of handler wrappers, just extend it and override as needed + * Added support for replacing context sub-keys using `%context.*%` in LineFormatter + * Added support for `payload` context value in RollbarHandler + * Added setRelease to RavenHandler to describe the application version, sent with every log + * Added support for `fingerprint` context value in RavenHandler + * Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more gracefully by dropping chars as needed + * Fixed write timeouts in SocketHandler and derivatives, set to 10sec by default, lower it with `setWritingTimeout()` + * Fixed PHP7 compatibility with regard to Exception/Throwable handling in a few places + +### 1.17.2 (2015-10-14) + + * Fixed ErrorHandler compatibility with non-Monolog PSR-3 loggers + * Fixed SlackHandler handling to use slack functionalities better + * Fixed SwiftMailerHandler bug when sending multiple emails they all had the same id + * Fixed 5.3 compatibility regression + +### 1.17.1 (2015-08-31) + + * Fixed RollbarHandler triggering PHP notices + +### 1.17.0 (2015-08-30) + + * Added support for `checksum` and `release` context/extra values in RavenHandler + * Added better support for exceptions in RollbarHandler + * Added UidProcessor::getUid + * Added support for showing the resource type in NormalizedFormatter + * Fixed IntrospectionProcessor triggering PHP notices + +### 1.16.0 (2015-08-09) + + * Added IFTTTHandler to notify ifttt.com triggers + * Added Logger::setHandlers() to allow setting/replacing all handlers + * Added $capSize in RedisHandler to cap the log size + * Fixed StreamHandler creation of directory to only trigger when the first log write happens + * Fixed bug in the handling of curl failures + * Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered in monolog's ErrorHandler + * Fixed missing fatal errors records with handlers that need to be closed to flush log records + * Fixed TagProcessor::addTags support for associative arrays + +### 1.15.0 (2015-07-12) + + * Added addTags and setTags methods to change a TagProcessor + * Added automatic creation of directories if they are missing for a StreamHandler to open a log file + * Added retry functionality to Loggly, Cube and Mandrill handlers so they retry up to 5 times in case of network failure + * Fixed process exit code being incorrectly reset to 0 if ErrorHandler::registerExceptionHandler was used + * Fixed HTML/JS escaping in BrowserConsoleHandler + * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only) + +### 1.14.0 (2015-06-19) + + * Added PHPConsoleHandler to send record to Chrome's PHP Console extension and library + * Added support for objects implementing __toString in the NormalizerFormatter + * Added support for HipChat's v2 API in HipChatHandler + * Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone isn't correct for your app + * Added an option to send formatted message instead of the raw record on PushoverHandler via ->useFormattedMessage(true) + * Fixed curl errors being silently suppressed + +### 1.13.1 (2015-03-09) + + * Fixed regression in HipChat requiring a new token to be created + +### 1.13.0 (2015-03-05) + + * Added Registry::hasLogger to check for the presence of a logger instance + * Added context.user support to RavenHandler + * Added HipChat API v2 support in the HipChatHandler + * Added NativeMailerHandler::addParameter to pass params to the mail() process + * Added context data to SlackHandler when $includeContextAndExtra is true + * Added ability to customize the Swift_Message per-email in SwiftMailerHandler + * Fixed SwiftMailerHandler to lazily create message instances if a callback is provided + * Fixed serialization of INF and NaN values in Normalizer and LineFormatter + +### 1.12.0 (2014-12-29) + + * Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers. + * Added PsrHandler to forward records to another PSR-3 logger + * Added SamplingHandler to wrap around a handler and include only every Nth record + * Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now) + * Added exception codes in the output of most formatters + * Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line) + * Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data + * Added $host to HipChatHandler for users of private instances + * Added $transactionName to NewRelicHandler and support for a transaction_name context value + * Fixed MandrillHandler to avoid outputing API call responses + * Fixed some non-standard behaviors in SyslogUdpHandler + +### 1.11.0 (2014-09-30) + + * Break: The NewRelicHandler extra and context data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts reading those from the API and rely on names + * Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avoid chain failures if a logging service fails + * Added MandrillHandler to send emails via the Mandrillapp.com API + * Added SlackHandler to log records to a Slack.com account + * Added FleepHookHandler to log records to a Fleep.io account + * Added LogglyHandler::addTag to allow adding tags to an existing handler + * Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end + * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing + * Added support for PhpAmqpLib in the AmqpHandler + * Added FingersCrossedHandler::clear and BufferHandler::clear to reset them between batches in long running jobs + * Added support for adding extra fields from $_SERVER in the WebProcessor + * Fixed support for non-string values in PrsLogMessageProcessor + * Fixed SwiftMailer messages being sent with the wrong date in long running scripts + * Fixed minor PHP 5.6 compatibility issues + * Fixed BufferHandler::close being called twice + +### 1.10.0 (2014-06-04) + + * Added Logger::getHandlers() and Logger::getProcessors() methods + * Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records through even if the trigger level is not reached + * Added support for extra data in NewRelicHandler + * Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message has multiple lines + +### 1.9.1 (2014-04-24) + + * Fixed regression in RotatingFileHandler file permissions + * Fixed initialization of the BufferHandler to make sure it gets flushed after receiving records + * Fixed ChromePHPHandler and FirePHPHandler's activation strategies to be more conservative + +### 1.9.0 (2014-04-20) + + * Added LogEntriesHandler to send logs to a LogEntries account + * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler + * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes + * Added support for table formatting in FirePHPHandler via the table context key + * Added a TagProcessor to add tags to records, and support for tags in RavenHandler + * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files + * Added sound support to the PushoverHandler + * Fixed multi-threading support in StreamHandler + * Fixed empty headers issue when ChromePHPHandler received no records + * Fixed default format of the ErrorLogHandler + +### 1.8.0 (2014-03-23) + + * Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInlineLineBreaks to true if you need them + * Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in the output + * Added FilterHandler to filter records and only allow those of a given list of levels through to the wrapped handler + * Added FlowdockHandler to send logs to a Flowdock account + * Added RollbarHandler to send logs to a Rollbar account + * Added HtmlFormatter to send prettier log emails with colors for each log level + * Added GitProcessor to add the current branch/commit to extra record data + * Added a Monolog\Registry class to allow easier global access to pre-configured loggers + * Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by replacing the mlehner/gelf-php requirement + * Added support for HHVM + * Added support for Loggly batch uploads + * Added support for tweaking the content type and encoding in NativeMailerHandler + * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor + * Fixed batch request support in GelfHandler + +### 1.7.0 (2013-11-14) + + * Added ElasticSearchHandler to send logs to an Elastic Search server + * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB + * Added SyslogUdpHandler to send logs to a remote syslogd server + * Added LogglyHandler to send logs to a Loggly account + * Added $level to IntrospectionProcessor so it only adds backtraces when needed + * Added $version to LogstashFormatter to allow using the new v1 Logstash format + * Added $appName to NewRelicHandler + * Added configuration of Pushover notification retries/expiry + * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default + * Added chainability to most setters for all handlers + * Fixed RavenHandler batch processing so it takes the message from the record with highest priority + * Fixed HipChatHandler batch processing so it sends all messages at once + * Fixed issues with eAccelerator + * Fixed and improved many small things + +### 1.6.0 (2013-07-29) + + * Added HipChatHandler to send logs to a HipChat chat room + * Added ErrorLogHandler to send logs to PHP's error_log function + * Added NewRelicHandler to send logs to NewRelic's service + * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler + * Added ChannelLevelActivationStrategy for the FingersCrossedHandler to customize levels by channel + * Added stack traces output when normalizing exceptions (json output & co) + * Added Monolog\Logger::API constant (currently 1) + * Added support for ChromePHP's v4.0 extension + * Added support for message priorities in PushoverHandler, see $highPriorityLevel and $emergencyLevel + * Added support for sending messages to multiple users at once with the PushoverHandler + * Fixed RavenHandler's support for batch sending of messages (when behind a Buffer or FingersCrossedHandler) + * Fixed normalization of Traversables with very large data sets, only the first 1000 items are shown now + * Fixed issue in RotatingFileHandler when an open_basedir restriction is active + * Fixed minor issues in RavenHandler and bumped the API to Raven 0.5.0 + * Fixed SyslogHandler issue when many were used concurrently with different facilities + +### 1.5.0 (2013-04-23) + + * Added ProcessIdProcessor to inject the PID in log records + * Added UidProcessor to inject a unique identifier to all log records of one request/run + * Added support for previous exceptions in the LineFormatter exception serialization + * Added Monolog\Logger::getLevels() to get all available levels + * Fixed ChromePHPHandler so it avoids sending headers larger than Chrome can handle + +### 1.4.1 (2013-04-01) + + * Fixed exception formatting in the LineFormatter to be more minimalistic + * Fixed RavenHandler's handling of context/extra data, requires Raven client >0.1.0 + * Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple days + * Fixed WebProcessor array access so it checks for data presence + * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors + +### 1.4.0 (2013-02-13) + + * Added RedisHandler to log to Redis via the Predis library or the phpredis extension + * Added ZendMonitorHandler to log to the Zend Server monitor + * Added the possibility to pass arrays of handlers and processors directly in the Logger constructor + * Added `$useSSL` option to the PushoverHandler which is enabled by default + * Fixed ChromePHPHandler and FirePHPHandler issue when multiple instances are used simultaneously + * Fixed header injection capability in the NativeMailHandler + +### 1.3.1 (2013-01-11) + + * Fixed LogstashFormatter to be usable with stream handlers + * Fixed GelfMessageFormatter levels on Windows + +### 1.3.0 (2013-01-08) + + * Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterface` + * Added PsrLogMessageProcessor that you can selectively enable for full PSR-3 compliance + * Added LogstashFormatter (combine with SocketHandler or StreamHandler to send logs to Logstash) + * Added PushoverHandler to send mobile notifications + * Added CouchDBHandler and DoctrineCouchDBHandler + * Added RavenHandler to send data to Sentry servers + * Added support for the new MongoClient class in MongoDBHandler + * Added microsecond precision to log records' timestamps + * Added `$flushOnOverflow` param to BufferHandler to flush by batches instead of losing + the oldest entries + * Fixed normalization of objects with cyclic references + +### 1.2.1 (2012-08-29) + + * Added new $logopts arg to SyslogHandler to provide custom openlog options + * Fixed fatal error in SyslogHandler + +### 1.2.0 (2012-08-18) + + * Added AmqpHandler (for use with AMQP servers) + * Added CubeHandler + * Added NativeMailerHandler::addHeader() to send custom headers in mails + * Added the possibility to specify more than one recipient in NativeMailerHandler + * Added the possibility to specify float timeouts in SocketHandler + * Added NOTICE and EMERGENCY levels to conform with RFC 5424 + * Fixed the log records to use the php default timezone instead of UTC + * Fixed BufferHandler not being flushed properly on PHP fatal errors + * Fixed normalization of exotic resource types + * Fixed the default format of the SyslogHandler to avoid duplicating datetimes in syslog + +### 1.1.0 (2012-04-23) + + * Added Monolog\Logger::isHandling() to check if a handler will + handle the given log level + * Added ChromePHPHandler + * Added MongoDBHandler + * Added GelfHandler (for use with Graylog2 servers) + * Added SocketHandler (for use with syslog-ng for example) + * Added NormalizerFormatter + * Added the possibility to change the activation strategy of the FingersCrossedHandler + * Added possibility to show microseconds in logs + * Added `server` and `referer` to WebProcessor output + +### 1.0.2 (2011-10-24) + + * Fixed bug in IE with large response headers and FirePHPHandler + +### 1.0.1 (2011-08-25) + + * Added MemoryPeakUsageProcessor and MemoryUsageProcessor + * Added Monolog\Logger::getName() to get a logger's channel name + +### 1.0.0 (2011-07-06) + + * Added IntrospectionProcessor to get info from where the logger was called + * Fixed WebProcessor in CLI + +### 1.0.0-RC1 (2011-07-01) + + * Initial release diff --git a/trunk/_vendor/monolog/monolog/LICENSE b/vendor/monolog/monolog/LICENSE similarity index 100% rename from trunk/_vendor/monolog/monolog/LICENSE rename to vendor/monolog/monolog/LICENSE diff --git a/vendor/monolog/monolog/README.md b/vendor/monolog/monolog/README.md new file mode 100644 index 00000000..a578eb22 --- /dev/null +++ b/vendor/monolog/monolog/README.md @@ -0,0 +1,94 @@ +# Monolog - Logging for PHP [![Build Status](https://img.shields.io/travis/Seldaek/monolog.svg)](https://travis-ci.org/Seldaek/monolog) + +[![Total Downloads](https://img.shields.io/packagist/dt/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog) +[![Latest Stable Version](https://img.shields.io/packagist/v/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog) + + +Monolog sends your logs to files, sockets, inboxes, databases and various +web services. See the complete list of handlers below. Special handlers +allow you to build advanced logging strategies. + +This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) +interface that you can type-hint against in your own libraries to keep +a maximum of interoperability. You can also use it in your applications to +make sure you can always use another compatible logger at a later time. +As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels. +Internally Monolog still uses its own level scheme since it predates PSR-3. + +## Installation + +Install the latest version with + +```bash +$ composer require monolog/monolog +``` + +## Basic Usage + +```php +pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING)); + +// add records to the log +$log->addWarning('Foo'); +$log->addError('Bar'); +``` + +## Documentation + +- [Usage Instructions](doc/01-usage.md) +- [Handlers, Formatters and Processors](doc/02-handlers-formatters-processors.md) +- [Utility classes](doc/03-utilities.md) +- [Extending Monolog](doc/04-extending.md) + +## Third Party Packages + +Third party handlers, formatters and processors are +[listed in the wiki](https://github.com/Seldaek/monolog/wiki/Third-Party-Packages). You +can also add your own there if you publish one. + +## About + +### Requirements + +- Monolog works with PHP 5.3 or above, and is also tested to work with HHVM. + +### Submitting bugs and feature requests + +Bugs and feature request are tracked on [GitHub](https://github.com/Seldaek/monolog/issues) + +### Framework Integrations + +- Frameworks and libraries using [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) + can be used very easily with Monolog since it implements the interface. +- [Symfony2](http://symfony.com) comes out of the box with Monolog. +- [Silex](http://silex.sensiolabs.org/) comes out of the box with Monolog. +- [Laravel 4 & 5](http://laravel.com/) come out of the box with Monolog. +- [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog. +- [PPI](http://www.ppi.io/) comes out of the box with Monolog. +- [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.com/jadb/cakephp-monolog) plugin. +- [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer. +- [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog. +- [Aura.Web_Project](https://github.com/auraphp/Aura.Web_Project) comes out of the box with Monolog. +- [Nette Framework](http://nette.org/en/) can be used with Monolog via [Kdyby/Monolog](https://github.com/Kdyby/Monolog) extension. +- [Proton Micro Framework](https://github.com/alexbilbie/Proton) comes out of the box with Monolog. + +### Author + +Jordi Boggiano - -
    +See also the list of [contributors](https://github.com/Seldaek/monolog/contributors) which participated in this project. + +### License + +Monolog is licensed under the MIT License - see the `LICENSE` file for details + +### Acknowledgements + +This library is heavily inspired by Python's [Logbook](https://logbook.readthedocs.io/en/stable/) +library, although most concepts have been adjusted to fit to the PHP world. diff --git a/vendor/monolog/monolog/composer.json b/vendor/monolog/monolog/composer.json new file mode 100644 index 00000000..097df878 --- /dev/null +++ b/vendor/monolog/monolog/composer.json @@ -0,0 +1,66 @@ +{ + "name": "monolog/monolog", + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "keywords": ["log", "logging", "psr-3"], + "homepage": "http://github.com/Seldaek/monolog", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.5", + "graylog2/gelf-php": "~1.0", + "sentry/sentry": "^0.13", + "ruflin/elastica": ">=0.90 <3.0", + "doctrine/couchdb": "~1.0@dev", + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "php-amqplib/php-amqplib": "~2.4", + "swiftmailer/swiftmailer": "^5.3|^6.0", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit-mock-objects": "2.3.0", + "jakub-onderka/php-parallel-lint": "0.9" + }, + "_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223 - needs hhvm 3.8+ on travis", + "suggest": { + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "sentry/sentry": "Allow sending log messages to a Sentry server", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "php-console/php-console": "Allow sending log messages to Google Chrome" + }, + "autoload": { + "psr-4": {"Monolog\\": "src/Monolog"} + }, + "autoload-dev": { + "psr-4": {"Monolog\\": "tests/Monolog"} + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "scripts": { + "test": [ + "parallel-lint . --exclude vendor --exclude src/Monolog/Handler/FormattableHandlerInterface.php --exclude src/Monolog/Handler/FormattableHandlerTrait.php --exclude src/Monolog/Handler/ProcessableHandlerInterface.php --exclude src/Monolog/Handler/ProcessableHandlerTrait.php", + "phpunit" + ] + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/ErrorHandler.php b/vendor/monolog/monolog/src/Monolog/ErrorHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/ErrorHandler.php rename to vendor/monolog/monolog/src/Monolog/ErrorHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php similarity index 94% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php index 46a91ffe..f8ead475 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php +++ b/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php @@ -11,6 +11,8 @@ namespace Monolog\Formatter; +use Monolog\Utils; + /** * Class FluentdFormatter * @@ -71,7 +73,7 @@ class FluentdFormatter implements FormatterInterface $message['level_name'] = $record['level_name']; } - return json_encode(array($tag, $record['datetime']->getTimestamp(), $message)); + return Utils::jsonEncode(array($tag, $record['datetime']->getTimestamp(), $message)); } public function formatBatch(array $records) diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php b/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php rename to vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php similarity index 95% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php index dfc0b4a3..9e8d2d01 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php +++ b/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php @@ -11,6 +11,7 @@ namespace Monolog\Formatter; use Monolog\Logger; +use Monolog\Utils; /** * Formats incoming records into an HTML table @@ -133,9 +134,9 @@ class HtmlFormatter extends NormalizerFormatter $data = $this->normalize($data); if (version_compare(PHP_VERSION, '5.4.0', '>=')) { - return json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); + return Utils::jsonEncode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE, true); } - return str_replace('\\/', '/', json_encode($data)); + return str_replace('\\/', '/', Utils::jsonEncode($data, null, true)); } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php similarity index 90% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php index 9bd305f2..86966b07 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php +++ b/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php @@ -145,7 +145,7 @@ class JsonFormatter extends NormalizerFormatter return 'Over 9 levels deep, aborting normalization'; } - if (is_array($data) || $data instanceof \Traversable) { + if (is_array($data)) { $normalized = array(); $count = 1; @@ -165,6 +165,10 @@ class JsonFormatter extends NormalizerFormatter return $this->normalizeException($data); } + if (is_resource($data)) { + return parent::normalize($data); + } + return $data; } @@ -186,7 +190,7 @@ class JsonFormatter extends NormalizerFormatter $data = array( 'class' => Utils::getClass($e), 'message' => $e->getMessage(), - 'code' => $e->getCode(), + 'code' => (int) $e->getCode(), 'file' => $e->getFile().':'.$e->getLine(), ); @@ -195,12 +199,6 @@ class JsonFormatter extends NormalizerFormatter foreach ($trace as $frame) { if (isset($frame['file'])) { $data['trace'][] = $frame['file'].':'.$frame['line']; - } elseif (isset($frame['function']) && $frame['function'] === '{closure}') { - // We should again normalize the frames, because it might contain invalid items - $data['trace'][] = $frame['function']; - } else { - // We should again normalize the frames, because it might contain invalid items - $data['trace'][] = $this->normalize($frame); } } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php index f98e1a6f..acc1fd38 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php +++ b/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php @@ -163,7 +163,7 @@ class LineFormatter extends NormalizerFormatter return $this->toJson($data, true); } - return str_replace('\\/', '/', @json_encode($data)); + return str_replace('\\/', '/', $this->toJson($data, true)); } protected function replaceNewlines($str) diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php index eb7be849..bd9e4c02 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php +++ b/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php @@ -87,7 +87,7 @@ class MongoDBFormatter implements FormatterInterface $formattedException = array( 'class' => Utils::getClass($exception), 'message' => $exception->getMessage(), - 'code' => $exception->getCode(), + 'code' => (int) $exception->getCode(), 'file' => $exception->getFile() . ':' . $exception->getLine(), ); diff --git a/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php new file mode 100644 index 00000000..61861c86 --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php @@ -0,0 +1,176 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Formatter; + +use Exception; +use Monolog\Utils; + +/** + * Normalizes incoming records to remove objects/resources so it's easier to dump to various targets + * + * @author Jordi Boggiano + */ +class NormalizerFormatter implements FormatterInterface +{ + const SIMPLE_DATE = "Y-m-d H:i:s"; + + protected $dateFormat; + + /** + * @param string $dateFormat The format of the timestamp: one supported by DateTime::format + */ + public function __construct($dateFormat = null) + { + $this->dateFormat = $dateFormat ?: static::SIMPLE_DATE; + if (!function_exists('json_encode')) { + throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s NormalizerFormatter'); + } + } + + /** + * {@inheritdoc} + */ + public function format(array $record) + { + return $this->normalize($record); + } + + /** + * {@inheritdoc} + */ + public function formatBatch(array $records) + { + foreach ($records as $key => $record) { + $records[$key] = $this->format($record); + } + + return $records; + } + + protected function normalize($data, $depth = 0) + { + if ($depth > 9) { + return 'Over 9 levels deep, aborting normalization'; + } + + if (null === $data || is_scalar($data)) { + if (is_float($data)) { + if (is_infinite($data)) { + return ($data > 0 ? '' : '-') . 'INF'; + } + if (is_nan($data)) { + return 'NaN'; + } + } + + return $data; + } + + if (is_array($data)) { + $normalized = array(); + + $count = 1; + foreach ($data as $key => $value) { + if ($count++ > 1000) { + $normalized['...'] = 'Over 1000 items ('.count($data).' total), aborting normalization'; + break; + } + + $normalized[$key] = $this->normalize($value, $depth+1); + } + + return $normalized; + } + + if ($data instanceof \DateTime) { + return $data->format($this->dateFormat); + } + + if (is_object($data)) { + // TODO 2.0 only check for Throwable + if ($data instanceof Exception || (PHP_VERSION_ID > 70000 && $data instanceof \Throwable)) { + return $this->normalizeException($data); + } + + // non-serializable objects that implement __toString stringified + if (method_exists($data, '__toString') && !$data instanceof \JsonSerializable) { + $value = $data->__toString(); + } else { + // the rest is json-serialized in some way + $value = $this->toJson($data, true); + } + + return sprintf("[object] (%s: %s)", Utils::getClass($data), $value); + } + + if (is_resource($data)) { + return sprintf('[resource] (%s)', get_resource_type($data)); + } + + return '[unknown('.gettype($data).')]'; + } + + protected function normalizeException($e) + { + // TODO 2.0 only check for Throwable + if (!$e instanceof Exception && !$e instanceof \Throwable) { + throw new \InvalidArgumentException('Exception/Throwable expected, got '.gettype($e).' / '.Utils::getClass($e)); + } + + $data = array( + 'class' => Utils::getClass($e), + 'message' => $e->getMessage(), + 'code' => (int) $e->getCode(), + 'file' => $e->getFile().':'.$e->getLine(), + ); + + if ($e instanceof \SoapFault) { + if (isset($e->faultcode)) { + $data['faultcode'] = $e->faultcode; + } + + if (isset($e->faultactor)) { + $data['faultactor'] = $e->faultactor; + } + + if (isset($e->detail) && (is_string($e->detail) || is_object($e->detail) || is_array($e->detail))) { + $data['detail'] = is_string($e->detail) ? $e->detail : reset($e->detail); + } + } + + $trace = $e->getTrace(); + foreach ($trace as $frame) { + if (isset($frame['file'])) { + $data['trace'][] = $frame['file'].':'.$frame['line']; + } + } + + if ($previous = $e->getPrevious()) { + $data['previous'] = $this->normalizeException($previous); + } + + return $data; + } + + /** + * Return the JSON representation of a value + * + * @param mixed $data + * @param bool $ignoreErrors + * @throws \RuntimeException if encoding fails and errors are not ignored + * @return string + */ + protected function toJson($data, $ignoreErrors = false) + { + return Utils::jsonEncode($data, null, $ignoreErrors); + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php b/vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php rename to vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php similarity index 97% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php index 23cf23ba..68feb480 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php @@ -164,21 +164,22 @@ class BrowserConsoleHandler extends AbstractProcessingHandler private static function handleStyles($formatted) { - $args = array(static::quote('font-weight: normal')); + $args = array(); $format = '%c' . $formatted; preg_match_all('/\[\[(.*?)\]\]\{([^}]*)\}/s', $format, $matches, PREG_OFFSET_CAPTURE | PREG_SET_ORDER); foreach (array_reverse($matches) as $match) { - $args[] = static::quote(static::handleCustomStyles($match[2][0], $match[1][0])); $args[] = '"font-weight: normal"'; + $args[] = static::quote(static::handleCustomStyles($match[2][0], $match[1][0])); $pos = $match[0][1]; $format = substr($format, 0, $pos) . '%c' . $match[1][0] . '%c' . substr($format, $pos + strlen($match[0][0])); } - array_unshift($args, static::quote($format)); + $args[] = static::quote('font-weight: normal'); + $args[] = static::quote($format); - return $args; + return array_reverse($args); } private static function handleCustomStyles($style, $string) diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php similarity index 91% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php index 61d1b50c..0957e558 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php @@ -13,6 +13,7 @@ namespace Monolog\Handler; use Monolog\Logger; use Monolog\ResettableInterface; +use Monolog\Formatter\FormatterInterface; /** * Buffers all records until closing the handler and then pass them as batch. @@ -126,4 +127,22 @@ class BufferHandler extends AbstractHandler $this->handler->reset(); } } + + /** + * {@inheritdoc} + */ + public function setFormatter(FormatterInterface $formatter) + { + $this->handler->setFormatter($formatter); + + return $this; + } + + /** + * {@inheritdoc} + */ + public function getFormatter() + { + return $this->handler->getFormatter(); + } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php similarity index 95% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php index 37419a06..47120e54 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php @@ -13,6 +13,7 @@ namespace Monolog\Handler; use Monolog\Formatter\ChromePHPFormatter; use Monolog\Logger; +use Monolog\Utils; /** * Handler sending logs to the ChromePHP extension (http://www.chromephp.com/) @@ -43,7 +44,7 @@ class ChromePHPHandler extends AbstractProcessingHandler /** * Tracks whether we sent too much data * - * Chrome limits the headers to 256KB, so when we sent 240KB we stop sending + * Chrome limits the headers to 4KB, so when we sent 3KB we stop sending * * @var bool */ @@ -134,9 +135,9 @@ class ChromePHPHandler extends AbstractProcessingHandler self::$json['request_uri'] = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : ''; } - $json = @json_encode(self::$json); + $json = Utils::jsonEncode(self::$json, null, true); $data = base64_encode(utf8_encode($json)); - if (strlen($data) > 240 * 1024) { + if (strlen($data) > 3 * 1024) { self::$overflowed = true; $record = array( @@ -149,7 +150,7 @@ class ChromePHPHandler extends AbstractProcessingHandler 'extra' => array(), ); self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record); - $json = @json_encode(self::$json); + $json = Utils::jsonEncode(self::$json, null, true); $data = base64_encode(utf8_encode($json)); } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php similarity index 97% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php index 96b3ca0c..44928efb 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php @@ -12,6 +12,7 @@ namespace Monolog\Handler; use Monolog\Logger; +use Monolog\Utils; /** * Logs to Cube. @@ -119,9 +120,9 @@ class CubeHandler extends AbstractProcessingHandler $data['data']['level'] = $record['level']; if ($this->scheme === 'http') { - $this->writeHttp(json_encode($data)); + $this->writeHttp(Utils::jsonEncode($data)); } else { - $this->writeUdp(json_encode($data)); + $this->writeUdp(Utils::jsonEncode($data)); } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php b/vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php rename to vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php similarity index 82% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php index 938c1a7e..949f2271 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php @@ -12,6 +12,7 @@ namespace Monolog\Handler; use Monolog\Logger; +use Monolog\Formatter\FormatterInterface; /** * Simple handler wrapper that filters records based on a list of levels @@ -45,7 +46,7 @@ class FilterHandler extends AbstractHandler protected $bubble; /** - * @param callable|HandlerInterface $handler Handler or factory callable($record, $this). + * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $filterHandler). * @param int|array $minLevelOrList A list of levels to accept or a minimum level if maxLevel is provided * @param int $maxLevel Maximum level to accept, only used if $minLevelOrList is not an array * @param bool $bubble Whether the messages that are handled can bubble up the stack or not @@ -104,21 +105,13 @@ class FilterHandler extends AbstractHandler return false; } - // The same logic as in FingersCrossedHandler - if (!$this->handler instanceof HandlerInterface) { - $this->handler = call_user_func($this->handler, $record, $this); - if (!$this->handler instanceof HandlerInterface) { - throw new \RuntimeException("The factory callable should return a HandlerInterface"); - } - } - if ($this->processors) { foreach ($this->processors as $processor) { $record = call_user_func($processor, $record); } } - $this->handler->handle($record); + $this->getHandler($record)->handle($record); return false === $this->bubble; } @@ -135,6 +128,45 @@ class FilterHandler extends AbstractHandler } } - $this->handler->handleBatch($filtered); + if (count($filtered) > 0) { + $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered); + } + } + + /** + * Return the nested handler + * + * If the handler was provided as a factory callable, this will trigger the handler's instantiation. + * + * @return HandlerInterface + */ + public function getHandler(array $record = null) + { + if (!$this->handler instanceof HandlerInterface) { + $this->handler = call_user_func($this->handler, $record, $this); + if (!$this->handler instanceof HandlerInterface) { + throw new \RuntimeException("The factory callable should return a HandlerInterface"); + } + } + + return $this->handler; + } + + /** + * {@inheritdoc} + */ + public function setFormatter(FormatterInterface $formatter) + { + $this->getHandler()->setFormatter($formatter); + + return $this; + } + + /** + * {@inheritdoc} + */ + public function getFormatter() + { + return $this->getHandler()->getFormatter(); } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php b/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php rename to vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php b/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php rename to vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php b/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php rename to vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php similarity index 83% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php index 275fd513..cdabc445 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php @@ -15,6 +15,7 @@ use Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy; use Monolog\Handler\FingersCrossed\ActivationStrategyInterface; use Monolog\Logger; use Monolog\ResettableInterface; +use Monolog\Formatter\FormatterInterface; /** * Buffers all records until a certain level is reached @@ -39,7 +40,7 @@ class FingersCrossedHandler extends AbstractHandler protected $passthruLevel; /** - * @param callable|HandlerInterface $handler Handler or factory callable($record, $fingersCrossedHandler). + * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $fingersCrossedHandler). * @param int|ActivationStrategyInterface $activationStrategy Strategy which determines when this handler takes action * @param int $bufferSize How many entries should be buffered at most, beyond that the oldest items are removed from the buffer. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not @@ -88,15 +89,7 @@ class FingersCrossedHandler extends AbstractHandler if ($this->stopBuffering) { $this->buffering = false; } - if (!$this->handler instanceof HandlerInterface) { - $record = end($this->buffer) ?: null; - - $this->handler = call_user_func($this->handler, $record, $this); - if (!$this->handler instanceof HandlerInterface) { - throw new \RuntimeException("The factory callable should return a HandlerInterface"); - } - } - $this->handler->handleBatch($this->buffer); + $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); $this->buffer = array(); } @@ -120,7 +113,7 @@ class FingersCrossedHandler extends AbstractHandler $this->activate(); } } else { - $this->handler->handle($record); + $this->getHandler($record)->handle($record); } return false === $this->bubble; @@ -140,8 +133,8 @@ class FingersCrossedHandler extends AbstractHandler parent::reset(); - if ($this->handler instanceof ResettableInterface) { - $this->handler->reset(); + if ($this->getHandler() instanceof ResettableInterface) { + $this->getHandler()->reset(); } } @@ -167,11 +160,48 @@ class FingersCrossedHandler extends AbstractHandler return $record['level'] >= $level; }); if (count($this->buffer) > 0) { - $this->handler->handleBatch($this->buffer); + $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); } } $this->buffer = array(); $this->buffering = true; } + + /** + * Return the nested handler + * + * If the handler was provided as a factory callable, this will trigger the handler's instantiation. + * + * @return HandlerInterface + */ + public function getHandler(array $record = null) + { + if (!$this->handler instanceof HandlerInterface) { + $this->handler = call_user_func($this->handler, $record, $this); + if (!$this->handler instanceof HandlerInterface) { + throw new \RuntimeException("The factory callable should return a HandlerInterface"); + } + } + + return $this->handler; + } + + /** + * {@inheritdoc} + */ + public function setFormatter(FormatterInterface $formatter) + { + $this->getHandler()->setFormatter($formatter); + + return $this; + } + + /** + * {@inheritdoc} + */ + public function getFormatter() + { + return $this->getHandler()->getFormatter(); + } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php similarity index 97% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php index dd9a361c..f0f010cb 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php @@ -12,6 +12,7 @@ namespace Monolog\Handler; use Monolog\Logger; +use Monolog\Utils; use Monolog\Formatter\FlowdockFormatter; use Monolog\Formatter\FormatterInterface; @@ -105,7 +106,7 @@ class FlowdockHandler extends SocketHandler */ private function buildContent($record) { - return json_encode($record['formatted']['flowdock']); + return Utils::jsonEncode($record['formatted']['flowdock']); } /** diff --git a/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php b/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php new file mode 100644 index 00000000..3e2f1b28 --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php @@ -0,0 +1,39 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Formatter\FormatterInterface; + +/** + * Interface to describe loggers that have a formatter + * + * This interface is present in monolog 1.x to ease forward compatibility. + * + * @author Jordi Boggiano + */ +interface FormattableHandlerInterface +{ + /** + * Sets the formatter. + * + * @param FormatterInterface $formatter + * @return HandlerInterface self + */ + public function setFormatter(FormatterInterface $formatter): HandlerInterface; + + /** + * Gets the formatter. + * + * @return FormatterInterface + */ + public function getFormatter(): FormatterInterface; +} diff --git a/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php b/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php new file mode 100644 index 00000000..e9ec5e77 --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php @@ -0,0 +1,63 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Formatter\FormatterInterface; +use Monolog\Formatter\LineFormatter; + +/** + * Helper trait for implementing FormattableInterface + * + * This trait is present in monolog 1.x to ease forward compatibility. + * + * @author Jordi Boggiano + */ +trait FormattableHandlerTrait +{ + /** + * @var FormatterInterface + */ + protected $formatter; + + /** + * {@inheritdoc} + * @suppress PhanTypeMismatchReturn + */ + public function setFormatter(FormatterInterface $formatter): HandlerInterface + { + $this->formatter = $formatter; + + return $this; + } + + /** + * {@inheritdoc} + */ + public function getFormatter(): FormatterInterface + { + if (!$this->formatter) { + $this->formatter = $this->getDefaultFormatter(); + } + + return $this->formatter; + } + + /** + * Gets the default formatter. + * + * Overwrite this if the LineFormatter is not a good default for your handler. + */ + protected function getDefaultFormatter(): FormatterInterface + { + return new LineFormatter(); + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php index 28e5c564..0d461f9c 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php @@ -80,8 +80,9 @@ class GroupHandler extends AbstractHandler $processed = array(); foreach ($records as $record) { foreach ($this->processors as $processor) { - $processed[] = call_user_func($processor, $record); + $record = call_user_func($processor, $record); } + $processed[] = $record; } $records = $processed; } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php b/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php rename to vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php b/vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php rename to vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php similarity index 97% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php index 73233c95..179d6268 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php @@ -97,6 +97,8 @@ class HipChatHandler extends SocketHandler */ public function __construct($token, $room, $name = 'Monolog', $notify = false, $level = Logger::CRITICAL, $bubble = true, $useSSL = true, $format = 'text', $host = 'api.hipchat.com', $version = self::API_V1) { + @trigger_error('The Monolog\Handler\HipChatHandler class is deprecated. You should migrate to Slack and the SlackWebhookHandler / SlackbotHandler, see https://www.atlassian.com/partnerships/slack', E_USER_DEPRECATED); + if ($version == self::API_V1 && !$this->validateStringLength($name, static::MAXIMUM_NAME_LENGTH)) { throw new \InvalidArgumentException('The supplied name is too long. HipChat\'s v1 API supports names up to 15 UTF-8 characters.'); } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php index 7f226220..f4d3b97e 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php @@ -12,6 +12,7 @@ namespace Monolog\Handler; use Monolog\Logger; +use Monolog\Utils; /** * IFTTTHandler uses cURL to trigger IFTTT Maker actions @@ -53,7 +54,7 @@ class IFTTTHandler extends AbstractProcessingHandler "value2" => $record["level_name"], "value3" => $record["message"], ); - $postString = json_encode($postData); + $postString = Utils::jsonEncode($postData); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://maker.ifttt.com/trigger/" . $this->eventName . "/with/key/" . $this->secretKey); diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php similarity index 95% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php index a12e3de5..8f683dce 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php @@ -38,7 +38,7 @@ class InsightOpsHandler extends SocketHandler public function __construct($token, $region = 'us', $useSSL = true, $level = Logger::DEBUG, $bubble = true) { if ($useSSL && !extension_loaded('openssl')) { - throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for LogEntriesHandler'); + throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for InsightOpsHandler'); } $endpoint = $useSSL diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php b/vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php rename to vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php index f911997a..64dc1381 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php @@ -12,6 +12,7 @@ namespace Monolog\Handler; use Monolog\Logger; +use Monolog\Utils; use Monolog\Formatter\NormalizerFormatter; /** @@ -190,7 +191,7 @@ class NewRelicHandler extends AbstractProcessingHandler if (null === $value || is_scalar($value)) { newrelic_add_custom_parameter($key, $value); } else { - newrelic_add_custom_parameter($key, @json_encode($value)); + newrelic_add_custom_parameter($key, Utils::jsonEncode($value, null, true)); } } diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php index 1f2076a4..d0a8b43e 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php @@ -14,6 +14,7 @@ namespace Monolog\Handler; use Exception; use Monolog\Formatter\LineFormatter; use Monolog\Logger; +use Monolog\Utils; use PhpConsole\Connector; use PhpConsole\Handler; use PhpConsole\Helper; @@ -188,7 +189,7 @@ class PHPConsoleHandler extends AbstractProcessingHandler $tags = $this->getRecordTags($record); $message = $record['message']; if ($record['context']) { - $message .= ' ' . json_encode($this->connector->getDumper()->dump(array_filter($record['context']))); + $message .= ' ' . Utils::jsonEncode($this->connector->getDumper()->dump(array_filter($record['context'])), null, true); } $this->connector->getDebugDispatcher()->dispatchDebug($message, $tags, $this->options['classesPartialsTraceIgnore']); } diff --git a/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php b/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php new file mode 100644 index 00000000..66a3d83a --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Processor\ProcessorInterface; + +/** + * Interface to describe loggers that have processors + * + * This interface is present in monolog 1.x to ease forward compatibility. + * + * @author Jordi Boggiano + */ +interface ProcessableHandlerInterface +{ + /** + * Adds a processor in the stack. + * + * @param ProcessorInterface|callable $callback + * @return HandlerInterface self + */ + public function pushProcessor($callback): HandlerInterface; + + /** + * Removes the processor on top of the stack and returns it. + * + * @throws \LogicException In case the processor stack is empty + * @return callable + */ + public function popProcessor(): callable; +} diff --git a/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php b/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php new file mode 100644 index 00000000..09f32a12 --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php @@ -0,0 +1,73 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\ResettableInterface; + +/** + * Helper trait for implementing ProcessableInterface + * + * This trait is present in monolog 1.x to ease forward compatibility. + * + * @author Jordi Boggiano + */ +trait ProcessableHandlerTrait +{ + /** + * @var callable[] + */ + protected $processors = []; + + /** + * {@inheritdoc} + * @suppress PhanTypeMismatchReturn + */ + public function pushProcessor($callback): HandlerInterface + { + array_unshift($this->processors, $callback); + + return $this; + } + + /** + * {@inheritdoc} + */ + public function popProcessor(): callable + { + if (!$this->processors) { + throw new \LogicException('You tried to pop from an empty processor stack.'); + } + + return array_shift($this->processors); + } + + /** + * Processes a record. + */ + protected function processRecord(array $record): array + { + foreach ($this->processors as $processor) { + $record = $processor($record); + } + + return $record; + } + + protected function resetProcessors(): void + { + foreach ($this->processors as $processor) { + if ($processor instanceof ResettableInterface) { + $processor->reset(); + } + } + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php index 10d7f43b..1929f25f 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php @@ -61,6 +61,8 @@ class RavenHandler extends AbstractProcessingHandler */ public function __construct(Raven_Client $ravenClient, $level = Logger::DEBUG, $bubble = true) { + @trigger_error('The Monolog\Handler\RavenHandler class is deprecated. You should rather upgrade to the sentry/sentry 2.x and use Sentry\Monolog\Handler, see https://github.com/getsentry/sentry-php/blob/master/src/Monolog/Handler.php', E_USER_DEPRECATED); + parent::__construct($level, $bubble); $this->ravenClient = $ravenClient; diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php index 590f9965..bb00db50 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php @@ -73,7 +73,8 @@ class RedisHandler extends AbstractProcessingHandler protected function writeCapped(array $record) { if ($this->redisClient instanceof \Redis) { - $this->redisClient->multi() + $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1; + $this->redisClient->multi($mode) ->rpush($this->redisKey, $record["formatted"]) ->ltrim($this->redisKey, -$this->capSize, -1) ->exec(); diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php diff --git a/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php new file mode 100644 index 00000000..b547ed7d --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php @@ -0,0 +1,113 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Formatter\FormatterInterface; + +/** + * Sampling handler + * + * A sampled event stream can be useful for logging high frequency events in + * a production environment where you only need an idea of what is happening + * and are not concerned with capturing every occurrence. Since the decision to + * handle or not handle a particular event is determined randomly, the + * resulting sampled log is not guaranteed to contain 1/N of the events that + * occurred in the application, but based on the Law of large numbers, it will + * tend to be close to this ratio with a large number of attempts. + * + * @author Bryan Davis + * @author Kunal Mehta + */ +class SamplingHandler extends AbstractHandler +{ + /** + * @var callable|HandlerInterface $handler + */ + protected $handler; + + /** + * @var int $factor + */ + protected $factor; + + /** + * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $samplingHandler). + * @param int $factor Sample factor + */ + public function __construct($handler, $factor) + { + parent::__construct(); + $this->handler = $handler; + $this->factor = $factor; + + if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { + throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); + } + } + + public function isHandling(array $record) + { + return $this->getHandler($record)->isHandling($record); + } + + public function handle(array $record) + { + if ($this->isHandling($record) && mt_rand(1, $this->factor) === 1) { + if ($this->processors) { + foreach ($this->processors as $processor) { + $record = call_user_func($processor, $record); + } + } + + $this->getHandler($record)->handle($record); + } + + return false === $this->bubble; + } + + /** + * Return the nested handler + * + * If the handler was provided as a factory callable, this will trigger the handler's instantiation. + * + * @return HandlerInterface + */ + public function getHandler(array $record = null) + { + if (!$this->handler instanceof HandlerInterface) { + $this->handler = call_user_func($this->handler, $record, $this); + if (!$this->handler instanceof HandlerInterface) { + throw new \RuntimeException("The factory callable should return a HandlerInterface"); + } + } + + return $this->handler; + } + + /** + * {@inheritdoc} + */ + public function setFormatter(FormatterInterface $formatter) + { + $this->getHandler()->setFormatter($formatter); + + return $this; + } + + /** + * {@inheritdoc} + */ + public function getFormatter() + { + return $this->getHandler()->getFormatter(); + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php b/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php old mode 100755 new mode 100644 similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php rename to vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php index e55e0e2e..39455501 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php @@ -12,6 +12,7 @@ namespace Monolog\Handler\Slack; use Monolog\Logger; +use Monolog\Utils; use Monolog\Formatter\NormalizerFormatter; use Monolog\Formatter\FormatterInterface; @@ -207,13 +208,17 @@ class SlackRecord { $normalized = $this->normalizerFormatter->format($fields); $prettyPrintFlag = defined('JSON_PRETTY_PRINT') ? JSON_PRETTY_PRINT : 128; + $flags = 0; + if (PHP_VERSION_ID >= 50400) { + $flags = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE; + } $hasSecondDimension = count(array_filter($normalized, 'is_array')); $hasNonNumericKeys = !count(array_filter(array_keys($normalized), 'is_numeric')); return $hasSecondDimension || $hasNonNumericKeys - ? json_encode($normalized, $prettyPrintFlag) - : json_encode($normalized); + ? Utils::jsonEncode($normalized, $prettyPrintFlag | $flags) + : Utils::jsonEncode($normalized, $flags); } /** diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php index 45d634f4..88c4c4d0 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php @@ -13,6 +13,7 @@ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; +use Monolog\Utils; use Monolog\Handler\Slack\SlackRecord; /** @@ -118,7 +119,7 @@ class SlackHandler extends SocketHandler $dataArray['token'] = $this->token; if (!empty($dataArray['attachments'])) { - $dataArray['attachments'] = json_encode($dataArray['attachments']); + $dataArray['attachments'] = Utils::jsonEncode($dataArray['attachments']); } return $dataArray; diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php index 1ef85fae..b87be99a 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php @@ -13,6 +13,7 @@ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; +use Monolog\Utils; use Monolog\Handler\Slack\SlackRecord; /** @@ -83,7 +84,7 @@ class SlackWebhookHandler extends AbstractProcessingHandler protected function write(array $record) { $postData = $this->slackRecord->getSlackData($record); - $postString = json_encode($postData); + $postString = Utils::jsonEncode($postData); $ch = curl_init(); $options = array( diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php similarity index 81% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php index baead525..d3352ea0 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php @@ -16,8 +16,11 @@ use Monolog\Logger; /** * Sends notifications through Slack's Slackbot * - * @author Haralan Dobrev - * @see https://slack.com/apps/A0F81R8ET-slackbot + * @author Haralan Dobrev + * @see https://slack.com/apps/A0F81R8ET-slackbot + * @deprecated According to Slack the API used on this handler it is deprecated. + * Therefore this handler will be removed on 2.x + * Slack suggests to use webhooks instead. Please contact slack for more information. */ class SlackbotHandler extends AbstractProcessingHandler { @@ -48,6 +51,7 @@ class SlackbotHandler extends AbstractProcessingHandler */ public function __construct($slackTeam, $token, $channel, $level = Logger::CRITICAL, $bubble = true) { + @trigger_error('SlackbotHandler is deprecated and will be removed on 2.x', E_USER_DEPRECATED); parent::__construct($level, $bubble); $this->slackTeam = $slackTeam; diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php similarity index 99% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php index a35b7e4c..27d90e06 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php @@ -63,6 +63,7 @@ class StreamHandler extends AbstractProcessingHandler fclose($this->stream); } $this->stream = null; + $this->dirCreated = null; } /** diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php b/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php rename to vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php diff --git a/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php new file mode 100644 index 00000000..4dfd5f5e --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php @@ -0,0 +1,124 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Logger; +use Monolog\Handler\SyslogUdp\UdpSocket; + +/** + * A Handler for logging to a remote syslogd server. + * + * @author Jesper Skovgaard Nielsen + * @author Dominik Kukacka + */ +class SyslogUdpHandler extends AbstractSyslogHandler +{ + const RFC3164 = 0; + const RFC5424 = 1; + + private $dateFormats = array( + self::RFC3164 => 'M d H:i:s', + self::RFC5424 => \DateTime::RFC3339, + ); + + protected $socket; + protected $ident; + protected $rfc; + + /** + * @param string $host + * @param int $port + * @param mixed $facility + * @param int $level The minimum logging level at which this handler will be triggered + * @param bool $bubble Whether the messages that are handled can bubble up the stack or not + * @param string $ident Program name or tag for each log message. + * @param int $rfc RFC to format the message for. + */ + public function __construct($host, $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, $bubble = true, $ident = 'php', $rfc = self::RFC5424) + { + parent::__construct($facility, $level, $bubble); + + $this->ident = $ident; + $this->rfc = $rfc; + + $this->socket = new UdpSocket($host, $port ?: 514); + } + + protected function write(array $record) + { + $lines = $this->splitMessageIntoLines($record['formatted']); + + $header = $this->makeCommonSyslogHeader($this->logLevels[$record['level']]); + + foreach ($lines as $line) { + $this->socket->write($line, $header); + } + } + + public function close() + { + $this->socket->close(); + } + + private function splitMessageIntoLines($message) + { + if (is_array($message)) { + $message = implode("\n", $message); + } + + return preg_split('/$\R?^/m', $message, -1, PREG_SPLIT_NO_EMPTY); + } + + /** + * Make common syslog header (see rfc5424 or rfc3164) + */ + protected function makeCommonSyslogHeader($severity) + { + $priority = $severity + $this->facility; + + if (!$pid = getmypid()) { + $pid = '-'; + } + + if (!$hostname = gethostname()) { + $hostname = '-'; + } + + $date = $this->getDateTime(); + + if ($this->rfc === self::RFC3164) { + return "<$priority>" . + $date . " " . + $hostname . " " . + $this->ident . "[" . $pid . "]: "; + } else { + return "<$priority>1 " . + $date . " " . + $hostname . " " . + $this->ident . " " . + $pid . " - - "; + } + } + + protected function getDateTime() + { + return date($this->dateFormats[$this->rfc]); + } + + /** + * Inject your own socket, mainly used for testing + */ + public function setSocket($socket) + { + $this->socket = $socket; + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php similarity index 95% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php index b6b1343b..478db0ac 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php @@ -67,6 +67,7 @@ class TestHandler extends AbstractProcessingHandler { protected $records = array(); protected $recordsByLevel = array(); + private $skipReset = false; public function getRecords() { @@ -79,6 +80,18 @@ class TestHandler extends AbstractProcessingHandler $this->recordsByLevel = array(); } + public function reset() + { + if (!$this->skipReset) { + $this->clear(); + } + } + + public function setSkipReset($skipReset) + { + $this->skipReset = $skipReset; + } + public function hasRecords($level) { return isset($this->recordsByLevel[$level]); diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php similarity index 94% rename from trunk/_vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php rename to vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php index 6bc4671c..7d7622a3 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php +++ b/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php @@ -52,8 +52,9 @@ class WhatFailureGroupHandler extends GroupHandler $processed = array(); foreach ($records as $record) { foreach ($this->processors as $processor) { - $processed[] = call_user_func($processor, $record); + $record = call_user_func($processor, $record); } + $processed[] = $record; } $records = $processed; } diff --git a/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php b/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php new file mode 100644 index 00000000..a20aeae0 --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php @@ -0,0 +1,101 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog\Handler; + +use Monolog\Formatter\NormalizerFormatter; +use Monolog\Logger; + +/** + * Handler sending logs to Zend Monitor + * + * @author Christian Bergau + * @author Jason Davis + */ +class ZendMonitorHandler extends AbstractProcessingHandler +{ + /** + * Monolog level / ZendMonitor Custom Event priority map + * + * @var array + */ + protected $levelMap = array(); + + /** + * Construct + * + * @param int $level + * @param bool $bubble + * @throws MissingExtensionException + */ + public function __construct($level = Logger::DEBUG, $bubble = true) + { + if (!function_exists('zend_monitor_custom_event')) { + throw new MissingExtensionException( + 'You must have Zend Server installed with Zend Monitor enabled in order to use this handler' + ); + } + //zend monitor constants are not defined if zend monitor is not enabled. + $this->levelMap = array( + Logger::DEBUG => \ZEND_MONITOR_EVENT_SEVERITY_INFO, + Logger::INFO => \ZEND_MONITOR_EVENT_SEVERITY_INFO, + Logger::NOTICE => \ZEND_MONITOR_EVENT_SEVERITY_INFO, + Logger::WARNING => \ZEND_MONITOR_EVENT_SEVERITY_WARNING, + Logger::ERROR => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, + Logger::CRITICAL => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, + Logger::ALERT => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, + Logger::EMERGENCY => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, + ); + parent::__construct($level, $bubble); + } + + /** + * {@inheritdoc} + */ + protected function write(array $record) + { + $this->writeZendMonitorCustomEvent( + Logger::getLevelName($record['level']), + $record['message'], + $record['formatted'], + $this->levelMap[$record['level']] + ); + } + + /** + * Write to Zend Monitor Events + * @param string $type Text displayed in "Class Name (custom)" field + * @param string $message Text displayed in "Error String" + * @param mixed $formatted Displayed in Custom Variables tab + * @param int $severity Set the event severity level (-1,0,1) + */ + protected function writeZendMonitorCustomEvent($type, $message, $formatted, $severity) + { + zend_monitor_custom_event($type, $message, $formatted, $severity); + } + + /** + * {@inheritdoc} + */ + public function getDefaultFormatter() + { + return new NormalizerFormatter(); + } + + /** + * Get the level map + * + * @return array + */ + public function getLevelMap() + { + return $this->levelMap; + } +} diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Logger.php b/vendor/monolog/monolog/src/Monolog/Logger.php similarity index 98% rename from trunk/_vendor/monolog/monolog/src/Monolog/Logger.php rename to vendor/monolog/monolog/src/Monolog/Logger.php index 05dfc817..e649af51 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/Logger.php +++ b/vendor/monolog/monolog/src/Monolog/Logger.php @@ -527,8 +527,13 @@ class Logger implements LoggerInterface, ResettableInterface */ public static function toMonologLevel($level) { - if (is_string($level) && defined(__CLASS__.'::'.strtoupper($level))) { - return constant(__CLASS__.'::'.strtoupper($level)); + if (is_string($level)) { + // Contains chars of all log levels and avoids using strtoupper() which may have + // strange results depending on locale (for example, "i" will become "İ") + $upper = strtr($level, 'abcdefgilmnortuwy', 'ABCDEFGILMNORTUWY'); + if (defined(__CLASS__.'::'.$upper)) { + return constant(__CLASS__ . '::' . $upper); + } } return $level; diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php b/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php rename to vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php b/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php rename to vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/Registry.php b/vendor/monolog/monolog/src/Monolog/Registry.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/Registry.php rename to vendor/monolog/monolog/src/Monolog/Registry.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/ResettableInterface.php b/vendor/monolog/monolog/src/Monolog/ResettableInterface.php similarity index 100% rename from trunk/_vendor/monolog/monolog/src/Monolog/ResettableInterface.php rename to vendor/monolog/monolog/src/Monolog/ResettableInterface.php diff --git a/trunk/_vendor/monolog/monolog/src/Monolog/SignalHandler.php b/vendor/monolog/monolog/src/Monolog/SignalHandler.php similarity index 96% rename from trunk/_vendor/monolog/monolog/src/Monolog/SignalHandler.php rename to vendor/monolog/monolog/src/Monolog/SignalHandler.php index d5907805..d87018fe 100644 --- a/trunk/_vendor/monolog/monolog/src/Monolog/SignalHandler.php +++ b/vendor/monolog/monolog/src/Monolog/SignalHandler.php @@ -96,7 +96,7 @@ class SignalHandler if ($this->previousSignalHandler[$signo] === true || $this->previousSignalHandler[$signo] === SIG_DFL) { if (extension_loaded('pcntl') && function_exists('pcntl_signal') && function_exists('pcntl_sigprocmask') && function_exists('pcntl_signal_dispatch') && extension_loaded('posix') && function_exists('posix_getpid') && function_exists('posix_kill')) { - $restartSyscalls = isset($this->restartSyscalls[$signo]) ? $this->restartSyscalls[$signo] : true; + $restartSyscalls = isset($this->signalRestartSyscalls[$signo]) ? $this->signalRestartSyscalls[$signo] : true; pcntl_signal($signo, SIG_DFL, $restartSyscalls); pcntl_sigprocmask(SIG_UNBLOCK, array($signo), $oldset); posix_kill(posix_getpid(), $signo); diff --git a/vendor/monolog/monolog/src/Monolog/Utils.php b/vendor/monolog/monolog/src/Monolog/Utils.php new file mode 100644 index 00000000..180a159d --- /dev/null +++ b/vendor/monolog/monolog/src/Monolog/Utils.php @@ -0,0 +1,159 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Monolog; + +class Utils +{ + /** + * @internal + */ + public static function getClass($object) + { + $class = \get_class($object); + + return 'c' === $class[0] && 0 === strpos($class, "class@anonymous\0") ? get_parent_class($class).'@anonymous' : $class; + } + + /** + * Return the JSON representation of a value + * + * @param mixed $data + * @param int $encodeFlags flags to pass to json encode, defaults to JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE + * @param bool $ignoreErrors whether to ignore encoding errors or to throw on error, when ignored and the encoding fails, "null" is returned which is valid json for null + * @throws \RuntimeException if encoding fails and errors are not ignored + * @return string + */ + public static function jsonEncode($data, $encodeFlags = null, $ignoreErrors = false) + { + if (null === $encodeFlags && version_compare(PHP_VERSION, '5.4.0', '>=')) { + $encodeFlags = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE; + } + + if ($ignoreErrors) { + $json = @json_encode($data, $encodeFlags); + if (false === $json) { + return 'null'; + } + + return $json; + } + + $json = json_encode($data, $encodeFlags); + if (false === $json) { + $json = self::handleJsonError(json_last_error(), $data); + } + + return $json; + } + + /** + * Handle a json_encode failure. + * + * If the failure is due to invalid string encoding, try to clean the + * input and encode again. If the second encoding attempt fails, the + * inital error is not encoding related or the input can't be cleaned then + * raise a descriptive exception. + * + * @param int $code return code of json_last_error function + * @param mixed $data data that was meant to be encoded + * @param int $encodeFlags flags to pass to json encode, defaults to JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE + * @throws \RuntimeException if failure can't be corrected + * @return string JSON encoded data after error correction + */ + public static function handleJsonError($code, $data, $encodeFlags = null) + { + if ($code !== JSON_ERROR_UTF8) { + self::throwEncodeError($code, $data); + } + + if (is_string($data)) { + self::detectAndCleanUtf8($data); + } elseif (is_array($data)) { + array_walk_recursive($data, array('Monolog\Utils', 'detectAndCleanUtf8')); + } else { + self::throwEncodeError($code, $data); + } + + if (null === $encodeFlags && version_compare(PHP_VERSION, '5.4.0', '>=')) { + $encodeFlags = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE; + } + + $json = json_encode($data, $encodeFlags); + + if ($json === false) { + self::throwEncodeError(json_last_error(), $data); + } + + return $json; + } + + /** + * Throws an exception according to a given code with a customized message + * + * @param int $code return code of json_last_error function + * @param mixed $data data that was meant to be encoded + * @throws \RuntimeException + */ + private static function throwEncodeError($code, $data) + { + switch ($code) { + case JSON_ERROR_DEPTH: + $msg = 'Maximum stack depth exceeded'; + break; + case JSON_ERROR_STATE_MISMATCH: + $msg = 'Underflow or the modes mismatch'; + break; + case JSON_ERROR_CTRL_CHAR: + $msg = 'Unexpected control character found'; + break; + case JSON_ERROR_UTF8: + $msg = 'Malformed UTF-8 characters, possibly incorrectly encoded'; + break; + default: + $msg = 'Unknown error'; + } + + throw new \RuntimeException('JSON encoding failed: '.$msg.'. Encoding: '.var_export($data, true)); + } + + /** + * Detect invalid UTF-8 string characters and convert to valid UTF-8. + * + * Valid UTF-8 input will be left unmodified, but strings containing + * invalid UTF-8 codepoints will be reencoded as UTF-8 with an assumed + * original encoding of ISO-8859-15. This conversion may result in + * incorrect output if the actual encoding was not ISO-8859-15, but it + * will be clean UTF-8 output and will not rely on expensive and fragile + * detection algorithms. + * + * Function converts the input in place in the passed variable so that it + * can be used as a callback for array_walk_recursive. + * + * @param mixed &$data Input to check and convert if needed + * @private + */ + public static function detectAndCleanUtf8(&$data) + { + if (is_string($data) && !preg_match('//u', $data)) { + $data = preg_replace_callback( + '/[\x80-\xFF]+/', + function ($m) { return utf8_encode($m[0]); }, + $data + ); + $data = str_replace( + array('¤', '¦', '¨', '´', '¸', '¼', '½', '¾'), + array('€', 'Š', 'š', 'Ž', 'ž', 'Œ', 'œ', 'Ÿ'), + $data + ); + } + } +} diff --git a/trunk/_vendor/ocramius/package-versions/CHANGELOG.md b/vendor/ocramius/package-versions/CHANGELOG.md similarity index 100% rename from trunk/_vendor/ocramius/package-versions/CHANGELOG.md rename to vendor/ocramius/package-versions/CHANGELOG.md diff --git a/trunk/_vendor/ocramius/package-versions/CONTRIBUTING.md b/vendor/ocramius/package-versions/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/ocramius/package-versions/CONTRIBUTING.md rename to vendor/ocramius/package-versions/CONTRIBUTING.md diff --git a/trunk/_vendor/ocramius/package-versions/LICENSE b/vendor/ocramius/package-versions/LICENSE similarity index 100% rename from trunk/_vendor/ocramius/package-versions/LICENSE rename to vendor/ocramius/package-versions/LICENSE diff --git a/trunk/_vendor/ocramius/package-versions/README.md b/vendor/ocramius/package-versions/README.md similarity index 100% rename from trunk/_vendor/ocramius/package-versions/README.md rename to vendor/ocramius/package-versions/README.md diff --git a/trunk/_vendor/ocramius/package-versions/composer.json b/vendor/ocramius/package-versions/composer.json similarity index 100% rename from trunk/_vendor/ocramius/package-versions/composer.json rename to vendor/ocramius/package-versions/composer.json diff --git a/trunk/_vendor/ocramius/package-versions/humbug.json.dist b/vendor/ocramius/package-versions/humbug.json.dist similarity index 100% rename from trunk/_vendor/ocramius/package-versions/humbug.json.dist rename to vendor/ocramius/package-versions/humbug.json.dist diff --git a/trunk/_vendor/ocramius/package-versions/src/PackageVersions/FallbackVersions.php b/vendor/ocramius/package-versions/src/PackageVersions/FallbackVersions.php similarity index 100% rename from trunk/_vendor/ocramius/package-versions/src/PackageVersions/FallbackVersions.php rename to vendor/ocramius/package-versions/src/PackageVersions/FallbackVersions.php diff --git a/trunk/_vendor/ocramius/package-versions/src/PackageVersions/Installer.php b/vendor/ocramius/package-versions/src/PackageVersions/Installer.php similarity index 100% rename from trunk/_vendor/ocramius/package-versions/src/PackageVersions/Installer.php rename to vendor/ocramius/package-versions/src/PackageVersions/Installer.php diff --git a/vendor/ocramius/package-versions/src/PackageVersions/Versions.php b/vendor/ocramius/package-versions/src/PackageVersions/Versions.php new file mode 100644 index 00000000..60d977f4 --- /dev/null +++ b/vendor/ocramius/package-versions/src/PackageVersions/Versions.php @@ -0,0 +1,85 @@ + 'v1.3.0@3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc', + 'composer/ca-bundle' => '1.2.6@47fe531de31fca4a1b997f87308e7d7804348f7e', + 'doctrine/annotations' => 'v1.4.0@54cacc9b81758b14e3ce750f205a393d52339e97', + 'doctrine/cache' => 'v1.6.2@eb152c5100571c7a45470ff2a35095ab3f3b900b', + 'doctrine/collections' => 'v1.4.0@1a4fb7e902202c33cce8c55989b945612943c2ba', + 'doctrine/common' => 'v2.7.3@4acb8f89626baafede6ee5475bc5844096eba8a9', + 'doctrine/dbal' => 'v2.5.13@729340d8d1eec8f01bff708e12e449a3415af873', + 'doctrine/doctrine-bundle' => '1.10.3@907dafe1ba73c4c3b0f0ae8cfc1b9958c002e58c', + 'doctrine/doctrine-cache-bundle' => '1.3.2@9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1', + 'doctrine/doctrine-migrations-bundle' => 'v1.2.1@6276139e0b913a4e5120fc36bb5b0eae8ac549bc', + 'doctrine/inflector' => 'v1.2.0@e11d84c6e018beedd929cff5220969a3c6d1d462', + 'doctrine/instantiator' => '1.0.5@8e884e78f9f0eb1329e445619e04456e64d8051d', + 'doctrine/lexer' => '1.0.2@1febd6c3ef84253d7c815bed85fc622ad207a9f8', + 'doctrine/migrations' => 'v1.5.0@c81147c0f2938a6566594455367e095150547f72', + 'doctrine/orm' => 'v2.5.14@810a7baf81462a5ddf10e8baa8cb94b6eec02754', + 'gedmo/doctrine-extensions' => 'v2.4.39@c549b40bff560380c53812283d25ce42ee0992e4', + 'gregwar/cache' => 'v1.0.12@305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3', + 'gregwar/image' => 'v2.0.25@03534d5760cbea5c96e6292041ff81a3bb205c36', + 'gregwar/image-bundle' => 'v2.2.4@cc4bc913b7662d3532b99ce4617de6f13fe1ac7d', + 'incenteev/composer-parameter-handler' => 'v2.1.3@933c45a34814f27f2345c11c37d46b3ca7303550', + 'jdorn/sql-formatter' => 'v1.2.17@64990d96e0959dff8e059dfcdc1af130728d92bc', + 'kriswallsmith/assetic' => 'v1.4.0@e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1', + 'monolog/monolog' => '1.25.3@fa82921994db851a8becaf3787a9e73c5976b6f1', + 'ocramius/package-versions' => '1.2.0@ad8a245decad4897cc6b432743913dad0d69753c', + 'ocramius/proxy-manager' => '2.0.4@a55d08229f4f614bf335759ed0cf63378feeb2e6', + 'paragonie/random_compat' => 'v9.99.99@84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95', + 'psr/cache' => '1.0.1@d11b50ad223250cf17b86e38383413f5a6764bf8', + 'psr/log' => '1.1.2@446d54b4cb6bf489fc9d75f55843658e6f25d801', + 'sensio/distribution-bundle' => 'v5.0.25@80a38234bde8321fb92aa0b8c27978a272bb4baf', + 'sensio/framework-extra-bundle' => 'v3.0.29@bb907234df776b68922eb4b25bfa061683597b6a', + 'sensiolabs/security-checker' => 'v5.0.3@46be3f58adac13084497961e10eed9a7fb4d44d1', + 'stof/doctrine-extensions-bundle' => 'v1.2.2@4e7499d25dc5d0862da09fa8e336164948a29a25', + 'swiftmailer/swiftmailer' => 'v5.4.12@181b89f18a90f8925ef805f950d47a7190e9b950', + 'symfony/assetic-bundle' => 'v2.8.2@2e0a23a4874838e26de6f025e02fc63328921a4c', + 'symfony/monolog-bundle' => 'v2.12.1@b0146bdca7ba2a65f3bbe7010423c7393b29ec3f', + 'symfony/polyfill-apcu' => 'v1.14.0@f5a6efd9d9f68790120734f80f8fda972981edab', + 'symfony/polyfill-ctype' => 'v1.14.0@fbdeaec0df06cf3d51c93de80c7eb76e271f5a38', + 'symfony/polyfill-intl-icu' => 'v1.14.0@727b3bb5bfa7ca9eeb86416784cf1c08a6289b86', + 'symfony/polyfill-mbstring' => 'v1.14.0@34094cfa9abe1f0f14f48f490772db7a775559f2', + 'symfony/polyfill-php56' => 'v1.14.0@16ec91cb06998b609501b55b7177b7d7c02badb3', + 'symfony/polyfill-php70' => 'v1.14.0@419c4940024c30ccc033650373a1fe13890d3255', + 'symfony/polyfill-util' => 'v1.14.0@ba3cfcea6d0192cae46c62041f61cbb704b526d3', + 'symfony/swiftmailer-bundle' => 'v2.6.7@c4808f5169efc05567be983909d00f00521c53ec', + 'symfony/symfony' => 'v3.1.10@96e7dede3ddc9e3b3392f5cc93e26eca77545a89', + 'tecnickcom/tcpdf' => '6.3.5@19a535eaa7fb1c1cac499109deeb1a7a201b4549', + 'twig/twig' => 'v2.12.5@18772e0190734944277ee97a02a9a6c6555fcd94', + 'whiteoctober/tcpdf-bundle' => '1.1.2@33e57940af790c0c8ee6a200a1f0661e415d0a5c', + 'zendframework/zend-code' => '3.1.0@2899c17f83a7207f2d7f53ec2f421204d3beea27', + 'zendframework/zend-eventmanager' => '3.2.1@a5e2583a211f73604691586b8406ff7296a946dd', + 'sensio/generator-bundle' => 'v3.1.7@28cbaa244bd0816fd8908b93f90380bcd7b67a65', + 'symfony/phpunit-bridge' => 'v3.4.37@ebfd1b428ffc14306e843092763f228bfba168d0', + 'symfony/framework-standard-edition' => '3.1.x-dev@a37785b3919b409561bd734eb5bc3f7e287c17ac', +); + + private function __construct() + { + } + + /** + * @throws \OutOfBoundsException if a version cannot be located + */ + public static function getVersion(string $packageName) : string + { + if (! isset(self::VERSIONS[$packageName])) { + throw new \OutOfBoundsException( + 'Required package "' . $packageName . '" is not installed: cannot detect its version' + ); + } + + return self::VERSIONS[$packageName]; + } +} diff --git a/trunk/_vendor/ocramius/proxy-manager/CHANGELOG.md b/vendor/ocramius/proxy-manager/CHANGELOG.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/CHANGELOG.md rename to vendor/ocramius/proxy-manager/CHANGELOG.md diff --git a/trunk/_vendor/ocramius/proxy-manager/LICENSE b/vendor/ocramius/proxy-manager/LICENSE similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/LICENSE rename to vendor/ocramius/proxy-manager/LICENSE diff --git a/trunk/_vendor/ocramius/proxy-manager/README.md b/vendor/ocramius/proxy-manager/README.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/README.md rename to vendor/ocramius/proxy-manager/README.md diff --git a/trunk/_vendor/ocramius/proxy-manager/STABILITY.md b/vendor/ocramius/proxy-manager/STABILITY.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/STABILITY.md rename to vendor/ocramius/proxy-manager/STABILITY.md diff --git a/trunk/_vendor/ocramius/proxy-manager/UPGRADE.md b/vendor/ocramius/proxy-manager/UPGRADE.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/UPGRADE.md rename to vendor/ocramius/proxy-manager/UPGRADE.md diff --git a/trunk/_vendor/ocramius/proxy-manager/composer.json b/vendor/ocramius/proxy-manager/composer.json similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/composer.json rename to vendor/ocramius/proxy-manager/composer.json diff --git a/trunk/_vendor/ocramius/proxy-manager/couscous.yml b/vendor/ocramius/proxy-manager/couscous.yml similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/couscous.yml rename to vendor/ocramius/proxy-manager/couscous.yml diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/css/highlight.dark.css b/vendor/ocramius/proxy-manager/doc-template/css/highlight.dark.css similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/css/highlight.dark.css rename to vendor/ocramius/proxy-manager/doc-template/css/highlight.dark.css diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/css/main.css b/vendor/ocramius/proxy-manager/doc-template/css/main.css similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/css/main.css rename to vendor/ocramius/proxy-manager/doc-template/css/main.css diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/default.twig b/vendor/ocramius/proxy-manager/doc-template/default.twig similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/default.twig rename to vendor/ocramius/proxy-manager/doc-template/default.twig diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/favicon.ico b/vendor/ocramius/proxy-manager/doc-template/favicon.ico similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/favicon.ico rename to vendor/ocramius/proxy-manager/doc-template/favicon.ico diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/img/block.png b/vendor/ocramius/proxy-manager/doc-template/img/block.png similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/img/block.png rename to vendor/ocramius/proxy-manager/doc-template/img/block.png diff --git a/trunk/_vendor/ocramius/proxy-manager/doc-template/img/enf.png b/vendor/ocramius/proxy-manager/doc-template/img/enf.png similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/doc-template/img/enf.png rename to vendor/ocramius/proxy-manager/doc-template/img/enf.png diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/access-interceptor-scope-localizer.md b/vendor/ocramius/proxy-manager/docs/access-interceptor-scope-localizer.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/access-interceptor-scope-localizer.md rename to vendor/ocramius/proxy-manager/docs/access-interceptor-scope-localizer.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/access-interceptor-value-holder.md b/vendor/ocramius/proxy-manager/docs/access-interceptor-value-holder.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/access-interceptor-value-holder.md rename to vendor/ocramius/proxy-manager/docs/access-interceptor-value-holder.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/copyright.md b/vendor/ocramius/proxy-manager/docs/copyright.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/copyright.md rename to vendor/ocramius/proxy-manager/docs/copyright.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/credits.md b/vendor/ocramius/proxy-manager/docs/credits.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/credits.md rename to vendor/ocramius/proxy-manager/docs/credits.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/download.md b/vendor/ocramius/proxy-manager/docs/download.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/download.md rename to vendor/ocramius/proxy-manager/docs/download.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/generator-strategies.md b/vendor/ocramius/proxy-manager/docs/generator-strategies.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/generator-strategies.md rename to vendor/ocramius/proxy-manager/docs/generator-strategies.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/lazy-loading-ghost-object.md b/vendor/ocramius/proxy-manager/docs/lazy-loading-ghost-object.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/lazy-loading-ghost-object.md rename to vendor/ocramius/proxy-manager/docs/lazy-loading-ghost-object.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/lazy-loading-value-holder.md b/vendor/ocramius/proxy-manager/docs/lazy-loading-value-holder.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/lazy-loading-value-holder.md rename to vendor/ocramius/proxy-manager/docs/lazy-loading-value-holder.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/null-object.md b/vendor/ocramius/proxy-manager/docs/null-object.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/null-object.md rename to vendor/ocramius/proxy-manager/docs/null-object.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/remote-object.md b/vendor/ocramius/proxy-manager/docs/remote-object.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/remote-object.md rename to vendor/ocramius/proxy-manager/docs/remote-object.md diff --git a/trunk/_vendor/ocramius/proxy-manager/docs/tuning-for-production.md b/vendor/ocramius/proxy-manager/docs/tuning-for-production.md similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/docs/tuning-for-production.md rename to vendor/ocramius/proxy-manager/docs/tuning-for-production.md diff --git a/trunk/_vendor/ocramius/proxy-manager/phpbench.json b/vendor/ocramius/proxy-manager/phpbench.json similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/phpbench.json rename to vendor/ocramius/proxy-manager/phpbench.json diff --git a/trunk/_vendor/ocramius/proxy-manager/proxy-manager.svg b/vendor/ocramius/proxy-manager/proxy-manager.svg similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/proxy-manager.svg rename to vendor/ocramius/proxy-manager/proxy-manager.svg diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/Autoloader.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/Autoloader.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/Autoloader.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/Autoloader.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/AutoloaderInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/AutoloaderInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/AutoloaderInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Autoloader/AutoloaderInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/DisabledMethodException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/DisabledMethodException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/DisabledMethodException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/DisabledMethodException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/ExceptionInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/ExceptionInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/FileNotWritableException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/FileNotWritableException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/FileNotWritableException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/FileNotWritableException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxiedClassException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxiedClassException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxiedClassException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxiedClassException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxyDirectoryException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxyDirectoryException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxyDirectoryException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/InvalidProxyDirectoryException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/UnsupportedProxiedClassException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/UnsupportedProxiedClassException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Exception/UnsupportedProxiedClassException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Exception/UnsupportedProxiedClassException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingGhostFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingGhostFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingGhostFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingGhostFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/NullObjectFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/NullObjectFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/NullObjectFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/NullObjectFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/AdapterInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/AdapterInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/AdapterInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/AdapterInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObjectFactory.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObjectFactory.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObjectFactory.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObjectFactory.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocatorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocatorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocatorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocatorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/ClassGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Generator/ClassGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/ClassGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Generator/ClassGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MagicMethodGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MagicMethodGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MagicMethodGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MagicMethodGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MethodGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MethodGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MethodGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Generator/MethodGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/ClassGeneratorUtils.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/ClassGeneratorUtils.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/ClassGeneratorUtils.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/ClassGeneratorUtils.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php b/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php b/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php b/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflector.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflector.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflector.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflector.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflectorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflectorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflectorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/ClassNameInflectorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterEncoder.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterEncoder.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterEncoder.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterEncoder.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterHasher.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterHasher.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterHasher.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Inflector/Util/ParameterHasher.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/RemoteObjectException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/RemoteObjectException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/RemoteObjectException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/RemoteObjectException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/FallbackValueHolderInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/FallbackValueHolderInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/FallbackValueHolderInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/FallbackValueHolderInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/GhostObjectInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/GhostObjectInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/GhostObjectInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/GhostObjectInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/LazyLoadingInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/LazyLoadingInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/LazyLoadingInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/LazyLoadingInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/NullObjectInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/NullObjectInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/NullObjectInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/NullObjectInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ProxyInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ProxyInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ProxyInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ProxyInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/RemoteObjectInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/RemoteObjectInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/RemoteObjectInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/RemoteObjectInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/SmartReferenceInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/SmartReferenceInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/SmartReferenceInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/SmartReferenceInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ValueHolderInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ValueHolderInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ValueHolderInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ValueHolderInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/VirtualProxyInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/VirtualProxyInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/VirtualProxyInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/VirtualProxyInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObjectGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObjectGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObjectGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/NullObjectGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/Properties.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/Properties.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/Properties.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/Properties.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php b/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/ExceptionInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/ExceptionInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/InvalidSignatureException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/InvalidSignatureException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/InvalidSignatureException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/InvalidSignatureException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/MissingSignatureException.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/MissingSignatureException.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/MissingSignatureException.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/MissingSignatureException.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureChecker.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureChecker.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureChecker.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureChecker.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureCheckerInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureCheckerInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureCheckerInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureCheckerInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGenerator.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGenerator.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGenerator.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGenerator.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGeneratorInterface.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGeneratorInterface.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGeneratorInterface.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Signature/SignatureGeneratorInterface.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Stub/EmptyClassStub.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Stub/EmptyClassStub.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Stub/EmptyClassStub.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Stub/EmptyClassStub.php diff --git a/trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Version.php b/vendor/ocramius/proxy-manager/src/ProxyManager/Version.php similarity index 100% rename from trunk/_vendor/ocramius/proxy-manager/src/ProxyManager/Version.php rename to vendor/ocramius/proxy-manager/src/ProxyManager/Version.php diff --git a/trunk/_vendor/paragonie/random_compat/LICENSE b/vendor/paragonie/random_compat/LICENSE similarity index 100% rename from trunk/_vendor/paragonie/random_compat/LICENSE rename to vendor/paragonie/random_compat/LICENSE diff --git a/trunk/_vendor/paragonie/random_compat/build-phar.sh b/vendor/paragonie/random_compat/build-phar.sh similarity index 100% rename from trunk/_vendor/paragonie/random_compat/build-phar.sh rename to vendor/paragonie/random_compat/build-phar.sh diff --git a/trunk/_vendor/paragonie/random_compat/composer.json b/vendor/paragonie/random_compat/composer.json similarity index 100% rename from trunk/_vendor/paragonie/random_compat/composer.json rename to vendor/paragonie/random_compat/composer.json diff --git a/trunk/_vendor/paragonie/random_compat/dist/random_compat.phar.pubkey b/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey similarity index 100% rename from trunk/_vendor/paragonie/random_compat/dist/random_compat.phar.pubkey rename to vendor/paragonie/random_compat/dist/random_compat.phar.pubkey diff --git a/trunk/_vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc b/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc similarity index 100% rename from trunk/_vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc rename to vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc diff --git a/trunk/_vendor/paragonie/random_compat/lib/random.php b/vendor/paragonie/random_compat/lib/random.php similarity index 100% rename from trunk/_vendor/paragonie/random_compat/lib/random.php rename to vendor/paragonie/random_compat/lib/random.php diff --git a/trunk/_vendor/paragonie/random_compat/other/build_phar.php b/vendor/paragonie/random_compat/other/build_phar.php similarity index 100% rename from trunk/_vendor/paragonie/random_compat/other/build_phar.php rename to vendor/paragonie/random_compat/other/build_phar.php diff --git a/trunk/_vendor/paragonie/random_compat/psalm-autoload.php b/vendor/paragonie/random_compat/psalm-autoload.php similarity index 100% rename from trunk/_vendor/paragonie/random_compat/psalm-autoload.php rename to vendor/paragonie/random_compat/psalm-autoload.php diff --git a/trunk/_vendor/paragonie/random_compat/psalm.xml b/vendor/paragonie/random_compat/psalm.xml similarity index 100% rename from trunk/_vendor/paragonie/random_compat/psalm.xml rename to vendor/paragonie/random_compat/psalm.xml diff --git a/trunk/_vendor/psr/cache/CHANGELOG.md b/vendor/psr/cache/CHANGELOG.md similarity index 100% rename from trunk/_vendor/psr/cache/CHANGELOG.md rename to vendor/psr/cache/CHANGELOG.md diff --git a/trunk/_vendor/psr/cache/LICENSE.txt b/vendor/psr/cache/LICENSE.txt similarity index 100% rename from trunk/_vendor/psr/cache/LICENSE.txt rename to vendor/psr/cache/LICENSE.txt diff --git a/trunk/_vendor/psr/cache/README.md b/vendor/psr/cache/README.md similarity index 100% rename from trunk/_vendor/psr/cache/README.md rename to vendor/psr/cache/README.md diff --git a/trunk/_vendor/psr/cache/composer.json b/vendor/psr/cache/composer.json similarity index 100% rename from trunk/_vendor/psr/cache/composer.json rename to vendor/psr/cache/composer.json diff --git a/trunk/_vendor/psr/cache/src/CacheException.php b/vendor/psr/cache/src/CacheException.php similarity index 100% rename from trunk/_vendor/psr/cache/src/CacheException.php rename to vendor/psr/cache/src/CacheException.php diff --git a/trunk/_vendor/psr/cache/src/CacheItemInterface.php b/vendor/psr/cache/src/CacheItemInterface.php similarity index 100% rename from trunk/_vendor/psr/cache/src/CacheItemInterface.php rename to vendor/psr/cache/src/CacheItemInterface.php diff --git a/trunk/_vendor/psr/cache/src/CacheItemPoolInterface.php b/vendor/psr/cache/src/CacheItemPoolInterface.php similarity index 100% rename from trunk/_vendor/psr/cache/src/CacheItemPoolInterface.php rename to vendor/psr/cache/src/CacheItemPoolInterface.php diff --git a/trunk/_vendor/psr/cache/src/InvalidArgumentException.php b/vendor/psr/cache/src/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/psr/cache/src/InvalidArgumentException.php rename to vendor/psr/cache/src/InvalidArgumentException.php diff --git a/trunk/_vendor/psr/log/.gitignore b/vendor/psr/log/.gitignore similarity index 100% rename from trunk/_vendor/psr/log/.gitignore rename to vendor/psr/log/.gitignore diff --git a/trunk/_vendor/psr/log/LICENSE b/vendor/psr/log/LICENSE similarity index 100% rename from trunk/_vendor/psr/log/LICENSE rename to vendor/psr/log/LICENSE diff --git a/trunk/_vendor/psr/log/Psr/Log/AbstractLogger.php b/vendor/psr/log/Psr/Log/AbstractLogger.php similarity index 100% rename from trunk/_vendor/psr/log/Psr/Log/AbstractLogger.php rename to vendor/psr/log/Psr/Log/AbstractLogger.php diff --git a/trunk/_vendor/psr/log/Psr/Log/InvalidArgumentException.php b/vendor/psr/log/Psr/Log/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/psr/log/Psr/Log/InvalidArgumentException.php rename to vendor/psr/log/Psr/Log/InvalidArgumentException.php diff --git a/trunk/_vendor/psr/log/Psr/Log/LogLevel.php b/vendor/psr/log/Psr/Log/LogLevel.php similarity index 100% rename from trunk/_vendor/psr/log/Psr/Log/LogLevel.php rename to vendor/psr/log/Psr/Log/LogLevel.php diff --git a/trunk/_vendor/psr/log/Psr/Log/LoggerAwareInterface.php b/vendor/psr/log/Psr/Log/LoggerAwareInterface.php similarity index 100% rename from trunk/_vendor/psr/log/Psr/Log/LoggerAwareInterface.php rename to vendor/psr/log/Psr/Log/LoggerAwareInterface.php diff --git a/trunk/_vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/vendor/psr/log/Psr/Log/LoggerAwareTrait.php similarity index 100% rename from trunk/_vendor/psr/log/Psr/Log/LoggerAwareTrait.php rename to vendor/psr/log/Psr/Log/LoggerAwareTrait.php diff --git a/trunk/_vendor/psr/log/Psr/Log/LoggerInterface.php b/vendor/psr/log/Psr/Log/LoggerInterface.php similarity index 98% rename from trunk/_vendor/psr/log/Psr/Log/LoggerInterface.php rename to vendor/psr/log/Psr/Log/LoggerInterface.php index 5ea72438..e695046e 100644 --- a/trunk/_vendor/psr/log/Psr/Log/LoggerInterface.php +++ b/vendor/psr/log/Psr/Log/LoggerInterface.php @@ -118,6 +118,8 @@ interface LoggerInterface * @param array $context * * @return void + * + * @throws \Psr\Log\InvalidArgumentException */ public function log($level, $message, array $context = array()); } diff --git a/trunk/_vendor/psr/log/Psr/Log/LoggerTrait.php b/vendor/psr/log/Psr/Log/LoggerTrait.php similarity index 98% rename from trunk/_vendor/psr/log/Psr/Log/LoggerTrait.php rename to vendor/psr/log/Psr/Log/LoggerTrait.php index 867225df..e392fef0 100644 --- a/trunk/_vendor/psr/log/Psr/Log/LoggerTrait.php +++ b/vendor/psr/log/Psr/Log/LoggerTrait.php @@ -135,6 +135,8 @@ trait LoggerTrait * @param array $context * * @return void + * + * @throws \Psr\Log\InvalidArgumentException */ abstract public function log($level, $message, array $context = array()); } diff --git a/trunk/_vendor/psr/log/Psr/Log/NullLogger.php b/vendor/psr/log/Psr/Log/NullLogger.php similarity index 92% rename from trunk/_vendor/psr/log/Psr/Log/NullLogger.php rename to vendor/psr/log/Psr/Log/NullLogger.php index d8cd682c..c8f7293b 100644 --- a/trunk/_vendor/psr/log/Psr/Log/NullLogger.php +++ b/vendor/psr/log/Psr/Log/NullLogger.php @@ -20,6 +20,8 @@ class NullLogger extends AbstractLogger * @param array $context * * @return void + * + * @throws \Psr\Log\InvalidArgumentException */ public function log($level, $message, array $context = array()) { diff --git a/trunk/_vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php b/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php similarity index 97% rename from trunk/_vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php rename to vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php index 4b861c3e..9ecb6c4b 100644 --- a/trunk/_vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +++ b/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php @@ -4,6 +4,7 @@ namespace Psr\Log\Test; use Psr\Log\LoggerInterface; use Psr\Log\LogLevel; +use PHPUnit\Framework\TestCase; /** * Provides a base test class for ensuring compliance with the LoggerInterface. @@ -11,7 +12,7 @@ use Psr\Log\LogLevel; * Implementors can extend the class and implement abstract methods to run this * as part of their test suite. */ -abstract class LoggerInterfaceTest extends \PHPUnit_Framework_TestCase +abstract class LoggerInterfaceTest extends TestCase { /** * @return LoggerInterface @@ -140,5 +141,6 @@ class DummyTest { public function __toString() { + return 'DummyTest'; } } diff --git a/trunk/_vendor/psr/log/Psr/Log/Test/TestLogger.php b/vendor/psr/log/Psr/Log/Test/TestLogger.php similarity index 99% rename from trunk/_vendor/psr/log/Psr/Log/Test/TestLogger.php rename to vendor/psr/log/Psr/Log/Test/TestLogger.php index 0cdffe4f..1be32304 100644 --- a/trunk/_vendor/psr/log/Psr/Log/Test/TestLogger.php +++ b/vendor/psr/log/Psr/Log/Test/TestLogger.php @@ -142,5 +142,6 @@ class TestLogger extends AbstractLogger public function reset() { $this->records = []; + $this->recordsByLevel = []; } } diff --git a/vendor/psr/log/README.md b/vendor/psr/log/README.md new file mode 100644 index 00000000..a9f20c43 --- /dev/null +++ b/vendor/psr/log/README.md @@ -0,0 +1,58 @@ +PSR Log +======= + +This repository holds all interfaces/classes/traits related to +[PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md). + +Note that this is not a logger of its own. It is merely an interface that +describes a logger. See the specification for more details. + +Installation +------------ + +```bash +composer require psr/log +``` + +Usage +----- + +If you need a logger, you can use the interface like this: + +```php +logger = $logger; + } + + public function doSomething() + { + if ($this->logger) { + $this->logger->info('Doing work'); + } + + try { + $this->doSomethingElse(); + } catch (Exception $exception) { + $this->logger->error('Oh no!', array('exception' => $exception)); + } + + // do something useful + } +} +``` + +You can then pick one of the implementations of the interface to get a logger. + +If you want to implement the interface, you can require this package and +implement `Psr\Log\LoggerInterface` in your code. Please read the +[specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) +for details. diff --git a/vendor/psr/log/composer.json b/vendor/psr/log/composer.json new file mode 100644 index 00000000..3f6d4eea --- /dev/null +++ b/vendor/psr/log/composer.json @@ -0,0 +1,26 @@ +{ + "name": "psr/log", + "description": "Common interface for logging libraries", + "keywords": ["psr", "psr-3", "log"], + "homepage": "https://github.com/php-fig/log", + "license": "MIT", + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + } +} diff --git a/trunk/_vendor/sensio/distribution-bundle/.gitignore b/vendor/sensio/distribution-bundle/.gitignore similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/.gitignore rename to vendor/sensio/distribution-bundle/.gitignore diff --git a/trunk/_vendor/sensio/distribution-bundle/Composer/ScriptHandler.php b/vendor/sensio/distribution-bundle/Composer/ScriptHandler.php similarity index 94% rename from trunk/_vendor/sensio/distribution-bundle/Composer/ScriptHandler.php rename to vendor/sensio/distribution-bundle/Composer/ScriptHandler.php index 71916930..c6897a48 100644 --- a/trunk/_vendor/sensio/distribution-bundle/Composer/ScriptHandler.php +++ b/vendor/sensio/distribution-bundle/Composer/ScriptHandler.php @@ -16,6 +16,7 @@ use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Process\Process; use Symfony\Component\Process\PhpExecutableFinder; use Composer\Script\Event; +use Composer\Util\ProcessExecutor; /** * @author Jordi Boggiano @@ -177,7 +178,7 @@ class ScriptHandler return; } - static::executeCommand($event, $consoleDir, 'assets:install '.$symlink.escapeshellarg($webDir), $options['process-timeout']); + static::executeCommand($event, $consoleDir, 'assets:install '.$symlink.ProcessExecutor::escape($webDir), $options['process-timeout']); } /** @@ -280,9 +281,9 @@ EOF protected static function executeCommand(Event $event, $consoleDir, $cmd, $timeout = 300) { - $php = escapeshellarg(static::getPhp(false)); - $phpArgs = implode(' ', array_map('escapeshellarg', static::getPhpArguments())); - $console = escapeshellarg($consoleDir.'/console'); + $php = ProcessExecutor::escape(static::getPhp(false)); + $phpArgs = implode(' ', array_map(array('Composer\Util\ProcessExecutor', 'escape'), static::getPhpArguments())); + $console = ProcessExecutor::escape($consoleDir.'/console'); if ($event->getIO()->isDecorated()) { $console .= ' --ansi'; } @@ -290,20 +291,20 @@ EOF $process = new Process($php.($phpArgs ? ' '.$phpArgs : '').' '.$console.' '.$cmd, null, null, null, $timeout); $process->run(function ($type, $buffer) use ($event) { $event->getIO()->write($buffer, false); }); if (!$process->isSuccessful()) { - throw new \RuntimeException(sprintf("An error occurred when executing the \"%s\" command:\n\n%s\n\n%s", escapeshellarg($cmd), self::removeDecoration($process->getOutput()), self::removeDecoration($process->getErrorOutput()))); + throw new \RuntimeException(sprintf("An error occurred when executing the \"%s\" command:\n\n%s\n\n%s", ProcessExecutor::escape($cmd), self::removeDecoration($process->getOutput()), self::removeDecoration($process->getErrorOutput()))); } } protected static function executeBuildBootstrap(Event $event, $bootstrapDir, $autoloadDir, $timeout = 300) { - $php = escapeshellarg(static::getPhp(false)); - $phpArgs = implode(' ', array_map('escapeshellarg', static::getPhpArguments())); - $cmd = escapeshellarg(__DIR__.'/../Resources/bin/build_bootstrap.php'); - $bootstrapDir = escapeshellarg($bootstrapDir); - $autoloadDir = escapeshellarg($autoloadDir); + $php = ProcessExecutor::escape(static::getPhp(false)); + $phpArgs = implode(' ', array_map(array('Composer\Util\ProcessExecutor', 'escape'), static::getPhpArguments())); + $cmd = ProcessExecutor::escape(__DIR__.'/../Resources/bin/build_bootstrap.php'); + $bootstrapDir = ProcessExecutor::escape($bootstrapDir); + $autoloadDir = ProcessExecutor::escape($autoloadDir); $useNewDirectoryStructure = ''; if (static::useNewDirectoryStructure(static::getOptions($event))) { - $useNewDirectoryStructure = escapeshellarg('--use-new-directory-structure'); + $useNewDirectoryStructure = ProcessExecutor::escape('--use-new-directory-structure'); } $process = new Process($php.($phpArgs ? ' '.$phpArgs : '').' '.$cmd.' '.$bootstrapDir.' '.$autoloadDir.' '.$useNewDirectoryStructure, getcwd(), null, null, $timeout); diff --git a/trunk/_vendor/sensio/distribution-bundle/DependencyInjection/SensioDistributionExtension.php b/vendor/sensio/distribution-bundle/DependencyInjection/SensioDistributionExtension.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/DependencyInjection/SensioDistributionExtension.php rename to vendor/sensio/distribution-bundle/DependencyInjection/SensioDistributionExtension.php diff --git a/trunk/_vendor/sensio/distribution-bundle/LICENSE b/vendor/sensio/distribution-bundle/LICENSE similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/LICENSE rename to vendor/sensio/distribution-bundle/LICENSE diff --git a/trunk/_vendor/sensio/distribution-bundle/README.rst b/vendor/sensio/distribution-bundle/README.rst similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/README.rst rename to vendor/sensio/distribution-bundle/README.rst diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/bin/build.sh b/vendor/sensio/distribution-bundle/Resources/bin/build.sh similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/bin/build.sh rename to vendor/sensio/distribution-bundle/Resources/bin/build.sh diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php b/vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php rename to vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/bin/build_demo.sh b/vendor/sensio/distribution-bundle/Resources/bin/build_demo.sh similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/bin/build_demo.sh rename to vendor/sensio/distribution-bundle/Resources/bin/build_demo.sh diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/config/security.xml b/vendor/sensio/distribution-bundle/Resources/config/security.xml similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/config/security.xml rename to vendor/sensio/distribution-bundle/Resources/config/security.xml diff --git a/trunk/var/SymfonyRequirements.php b/vendor/sensio/distribution-bundle/Resources/skeleton/app/SymfonyRequirements.php similarity index 100% rename from trunk/var/SymfonyRequirements.php rename to vendor/sensio/distribution-bundle/Resources/skeleton/app/SymfonyRequirements.php diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/app/check.php b/vendor/sensio/distribution-bundle/Resources/skeleton/app/check.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/app/check.php rename to vendor/sensio/distribution-bundle/Resources/skeleton/app/check.php diff --git a/trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/web/config.php b/vendor/sensio/distribution-bundle/Resources/skeleton/web/config.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/Resources/skeleton/web/config.php rename to vendor/sensio/distribution-bundle/Resources/skeleton/web/config.php diff --git a/trunk/_vendor/sensio/distribution-bundle/SensioDistributionBundle.php b/vendor/sensio/distribution-bundle/SensioDistributionBundle.php similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/SensioDistributionBundle.php rename to vendor/sensio/distribution-bundle/SensioDistributionBundle.php diff --git a/trunk/_vendor/sensio/distribution-bundle/UPGRADE.md b/vendor/sensio/distribution-bundle/UPGRADE.md similarity index 100% rename from trunk/_vendor/sensio/distribution-bundle/UPGRADE.md rename to vendor/sensio/distribution-bundle/UPGRADE.md diff --git a/vendor/sensio/distribution-bundle/composer.json b/vendor/sensio/distribution-bundle/composer.json new file mode 100644 index 00000000..d3a6f846 --- /dev/null +++ b/vendor/sensio/distribution-bundle/composer.json @@ -0,0 +1,32 @@ +{ + "name": "sensio/distribution-bundle", + "description": "Base bundle for Symfony Distributions", + "keywords": ["distribution","configuration"], + "type": "symfony-bundle", + "license": "MIT", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "require": { + "php": ">=5.3.9", + "symfony/dependency-injection": "~2.3|~3.0", + "symfony/config": "~2.3|~3.0", + "symfony/filesystem": "~2.3|~3.0", + "symfony/http-kernel": "~2.3|~3.0", + "symfony/class-loader": "~2.3|~3.0", + "symfony/process": "~2.3|~3.0", + "sensiolabs/security-checker": "~5.0|~6.0" + }, + "autoload": { + "psr-4": { "Sensio\\Bundle\\DistributionBundle\\": "" } + }, + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "minimum-stability": "dev" +} diff --git a/trunk/_vendor/sensio/framework-extra-bundle/.gitignore b/vendor/sensio/framework-extra-bundle/.gitignore similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/.gitignore rename to vendor/sensio/framework-extra-bundle/.gitignore diff --git a/trunk/_vendor/sensio/framework-extra-bundle/.travis.yml b/vendor/sensio/framework-extra-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/.travis.yml rename to vendor/sensio/framework-extra-bundle/.travis.yml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/CHANGELOG.md b/vendor/sensio/framework-extra-bundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/CHANGELOG.md rename to vendor/sensio/framework-extra-bundle/CHANGELOG.md diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/Cache.php b/vendor/sensio/framework-extra-bundle/Configuration/Cache.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/Cache.php rename to vendor/sensio/framework-extra-bundle/Configuration/Cache.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/ConfigurationAnnotation.php b/vendor/sensio/framework-extra-bundle/Configuration/ConfigurationAnnotation.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/ConfigurationAnnotation.php rename to vendor/sensio/framework-extra-bundle/Configuration/ConfigurationAnnotation.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/ConfigurationInterface.php b/vendor/sensio/framework-extra-bundle/Configuration/ConfigurationInterface.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/ConfigurationInterface.php rename to vendor/sensio/framework-extra-bundle/Configuration/ConfigurationInterface.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/Method.php b/vendor/sensio/framework-extra-bundle/Configuration/Method.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/Method.php rename to vendor/sensio/framework-extra-bundle/Configuration/Method.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/ParamConverter.php b/vendor/sensio/framework-extra-bundle/Configuration/ParamConverter.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/ParamConverter.php rename to vendor/sensio/framework-extra-bundle/Configuration/ParamConverter.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/Route.php b/vendor/sensio/framework-extra-bundle/Configuration/Route.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/Route.php rename to vendor/sensio/framework-extra-bundle/Configuration/Route.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/Security.php b/vendor/sensio/framework-extra-bundle/Configuration/Security.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/Security.php rename to vendor/sensio/framework-extra-bundle/Configuration/Security.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Configuration/Template.php b/vendor/sensio/framework-extra-bundle/Configuration/Template.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Configuration/Template.php rename to vendor/sensio/framework-extra-bundle/Configuration/Template.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php b/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php rename to vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddParamConverterPass.php b/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddParamConverterPass.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddParamConverterPass.php rename to vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/AddParamConverterPass.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/LegacyPass.php b/vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/LegacyPass.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/LegacyPass.php rename to vendor/sensio/framework-extra-bundle/DependencyInjection/Compiler/LegacyPass.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Configuration.php b/vendor/sensio/framework-extra-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/Configuration.php rename to vendor/sensio/framework-extra-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php b/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php rename to vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/CacheListener.php b/vendor/sensio/framework-extra-bundle/EventListener/CacheListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/CacheListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/CacheListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php b/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php b/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php b/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/PsrResponseListener.php b/vendor/sensio/framework-extra-bundle/EventListener/PsrResponseListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/PsrResponseListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/PsrResponseListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php b/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php b/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php rename to vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/LICENSE b/vendor/sensio/framework-extra-bundle/LICENSE similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/LICENSE rename to vendor/sensio/framework-extra-bundle/LICENSE diff --git a/trunk/_vendor/sensio/framework-extra-bundle/README.md b/vendor/sensio/framework-extra-bundle/README.md similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/README.md rename to vendor/sensio/framework-extra-bundle/README.md diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php b/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php rename to vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php b/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php rename to vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php b/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php rename to vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php b/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php rename to vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/PsrServerRequestParamConverter.php b/vendor/sensio/framework-extra-bundle/Request/ParamConverter/PsrServerRequestParamConverter.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Request/ParamConverter/PsrServerRequestParamConverter.php rename to vendor/sensio/framework-extra-bundle/Request/ParamConverter/PsrServerRequestParamConverter.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/annotations.xml b/vendor/sensio/framework-extra-bundle/Resources/config/annotations.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/annotations.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/annotations.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/cache.xml b/vendor/sensio/framework-extra-bundle/Resources/config/cache.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/cache.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/cache.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/converters.xml b/vendor/sensio/framework-extra-bundle/Resources/config/converters.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/converters.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/converters.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/psr7.xml b/vendor/sensio/framework-extra-bundle/Resources/config/psr7.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/psr7.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/psr7.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/routing.xml b/vendor/sensio/framework-extra-bundle/Resources/config/routing.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/routing.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/routing.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/security.xml b/vendor/sensio/framework-extra-bundle/Resources/config/security.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/security.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/security.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/services.xml b/vendor/sensio/framework-extra-bundle/Resources/config/services.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/services.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/services.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/config/view.xml b/vendor/sensio/framework-extra-bundle/Resources/config/view.xml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/config/view.xml rename to vendor/sensio/framework-extra-bundle/Resources/config/view.xml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/cache.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/annotations/cache.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/cache.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/annotations/cache.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/converters.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/annotations/converters.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/converters.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/annotations/converters.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/routing.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/annotations/routing.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/routing.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/annotations/routing.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/security.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/annotations/security.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/security.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/annotations/security.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/view.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/annotations/view.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/annotations/view.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/annotations/view.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/index.rst b/vendor/sensio/framework-extra-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Resources/doc/index.rst rename to vendor/sensio/framework-extra-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php b/vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php rename to vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php b/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php rename to vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/SensioFrameworkExtraBundle.php b/vendor/sensio/framework-extra-bundle/SensioFrameworkExtraBundle.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/SensioFrameworkExtraBundle.php rename to vendor/sensio/framework-extra-bundle/SensioFrameworkExtraBundle.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php b/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php rename to vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Configuration/ConfigurationAnnotationTest.php b/vendor/sensio/framework-extra-bundle/Tests/Configuration/ConfigurationAnnotationTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Configuration/ConfigurationAnnotationTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Configuration/ConfigurationAnnotationTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Configuration/RouteTest.php b/vendor/sensio/framework-extra-bundle/Tests/Configuration/RouteTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Configuration/RouteTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Configuration/RouteTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php b/vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php rename to vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddParamConverterPassTest.php b/vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddParamConverterPassTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddParamConverterPassTest.php rename to vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/Compiler/AddParamConverterPassTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/SensioFrameworkExtraExtensionTest.php b/vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/SensioFrameworkExtraExtensionTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/SensioFrameworkExtraExtensionTest.php rename to vendor/sensio/framework-extra-bundle/Tests/DependencyInjection/SensioFrameworkExtraExtensionTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/ControllerListenerTest.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/ControllerListenerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/ControllerListenerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/ControllerListenerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClass.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClass.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClass.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClass.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClassAndMethod.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClassAndMethod.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClassAndMethod.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtClassAndMethod.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtMethod.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtMethod.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtMethod.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerCacheAtMethod.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtClass.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtClass.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtClass.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtClass.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtMethod.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtMethod.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtMethod.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerMultipleCacheAtMethod.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerNullableParameter.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerNullableParameter.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerNullableParameter.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerNullableParameter.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerParamConverterAtClassAndMethod.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerParamConverterAtClassAndMethod.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerParamConverterAtClassAndMethod.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/Fixture/FooControllerParamConverterAtClassAndMethod.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/HttpCacheListenerTest.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/HttpCacheListenerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/HttpCacheListenerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/HttpCacheListenerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/ParamConverterListenerTest.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/ParamConverterListenerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/ParamConverterListenerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/ParamConverterListenerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/PsrResponseListenerTest.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/PsrResponseListenerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/PsrResponseListenerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/PsrResponseListenerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/SecurityListenerTest.php b/vendor/sensio/framework-extra-bundle/Tests/EventListener/SecurityListenerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/EventListener/SecurityListenerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/EventListener/SecurityListenerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/ActionArgumentsBundle.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/ActionArgumentsBundle.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/ActionArgumentsBundle.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/ActionArgumentsBundle.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/Controller/NullableArgumentsController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/Controller/NullableArgumentsController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/Controller/NullableArgumentsController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/ActionArgumentsBundle/Controller/NullableArgumentsController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableClassLevelController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableClassLevelController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableClassLevelController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableClassLevelController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableContainerController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableContainerController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableContainerController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableContainerController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/InvokableController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/MultipleActionsClassLevelTemplateController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/MultipleActionsClassLevelTemplateController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/MultipleActionsClassLevelTemplateController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/MultipleActionsClassLevelTemplateController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/OptionalArgumentsController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/OptionalArgumentsController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/OptionalArgumentsController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/OptionalArgumentsController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/SimpleController.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/SimpleController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/SimpleController.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Controller/SimpleController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/FooBundle.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/FooBundle.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/FooBundle.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/FooBundle.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Invokable/predefined.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Invokable/predefined.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Invokable/predefined.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Invokable/predefined.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/another_variable.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/another_variable.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/another_variable.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/another_variable.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/variable.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/variable.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/variable.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/InvokableContainer/variable.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/another.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/another.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/another.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/another.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/some.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/some.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/some.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/some.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/streamed.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/streamed.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/streamed.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/Simple/streamed.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/overwritten.html.twig b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/overwritten.html.twig similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/overwritten.html.twig rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Resources/views/overwritten.html.twig diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/TestKernel.php b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/TestKernel.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/TestKernel.php rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/TestKernel.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/config.yml b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/config.yml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/config.yml rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/config.yml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/config.yml b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/config.yml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/config.yml rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/config.yml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/routing.yml b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/routing.yml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/routing.yml rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/nullable_type/routing.yml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/routing.yml b/vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/routing.yml similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/routing.yml rename to vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/routing.yml diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/NullableAnnotationTest.php b/vendor/sensio/framework-extra-bundle/Tests/Functional/NullableAnnotationTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/NullableAnnotationTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Functional/NullableAnnotationTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/OptionalArgumentsTest.php b/vendor/sensio/framework-extra-bundle/Tests/Functional/OptionalArgumentsTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/OptionalArgumentsTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Functional/OptionalArgumentsTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/TemplateAnnotationTest.php b/vendor/sensio/framework-extra-bundle/Tests/Functional/TemplateAnnotationTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Functional/TemplateAnnotationTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Functional/TemplateAnnotationTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DateTimeParamConverterTest.php b/vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DateTimeParamConverterTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DateTimeParamConverterTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DateTimeParamConverterTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DoctrineParamConverterTest.php b/vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DoctrineParamConverterTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DoctrineParamConverterTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/DoctrineParamConverterTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/ParamConverterManagerTest.php b/vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/ParamConverterManagerTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/ParamConverterManagerTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/ParamConverterManagerTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/PsrServerRequestParamConverterTest.php b/vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/PsrServerRequestParamConverterTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/PsrServerRequestParamConverterTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/PsrServerRequestParamConverterTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/TestUserRepository.php b/vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/TestUserRepository.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/TestUserRepository.php rename to vendor/sensio/framework-extra-bundle/Tests/Request/ParamConverter/TestUserRepository.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Routing/AnnotatedRouteControllerLoaderTest.php b/vendor/sensio/framework-extra-bundle/Tests/Routing/AnnotatedRouteControllerLoaderTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Routing/AnnotatedRouteControllerLoaderTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Routing/AnnotatedRouteControllerLoaderTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Routing/Fixtures/FoobarController.php b/vendor/sensio/framework-extra-bundle/Tests/Routing/Fixtures/FoobarController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Routing/Fixtures/FoobarController.php rename to vendor/sensio/framework-extra-bundle/Tests/Routing/Fixtures/FoobarController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/BarBundle/Controller/BarController.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/BarBundle/Controller/BarController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/BarBundle/Controller/BarController.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/BarBundle/Controller/BarController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/Controller/OutOfBundleController.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/Controller/OutOfBundleController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/Controller/OutOfBundleController.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/Controller/OutOfBundleController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBarBundle/Controller/FooBarController.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBarBundle/Controller/FooBarController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBarBundle/Controller/FooBarController.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBarBundle/Controller/FooBarController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Action/FooAction.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Action/FooAction.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Action/FooAction.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Action/FooAction.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Controller/FooController.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Controller/FooController.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Controller/FooController.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/Fixture/FooBundle/Controller/FooController.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/TemplateGuesserTest.php b/vendor/sensio/framework-extra-bundle/Tests/Templating/TemplateGuesserTest.php similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/Tests/Templating/TemplateGuesserTest.php rename to vendor/sensio/framework-extra-bundle/Tests/Templating/TemplateGuesserTest.php diff --git a/trunk/_vendor/sensio/framework-extra-bundle/UPGRADE.md b/vendor/sensio/framework-extra-bundle/UPGRADE.md similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/UPGRADE.md rename to vendor/sensio/framework-extra-bundle/UPGRADE.md diff --git a/trunk/_vendor/sensio/framework-extra-bundle/composer.json b/vendor/sensio/framework-extra-bundle/composer.json similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/composer.json rename to vendor/sensio/framework-extra-bundle/composer.json diff --git a/trunk/_vendor/sensio/framework-extra-bundle/phpunit.xml.dist b/vendor/sensio/framework-extra-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/sensio/framework-extra-bundle/phpunit.xml.dist rename to vendor/sensio/framework-extra-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/sensio/generator-bundle/.gitignore b/vendor/sensio/generator-bundle/.gitignore similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/.gitignore rename to vendor/sensio/generator-bundle/.gitignore diff --git a/trunk/_vendor/sensio/generator-bundle/.travis.yml b/vendor/sensio/generator-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/.travis.yml rename to vendor/sensio/generator-bundle/.travis.yml diff --git a/trunk/_vendor/sensio/generator-bundle/Command/AutoComplete/EntitiesAutoCompleter.php b/vendor/sensio/generator-bundle/Command/AutoComplete/EntitiesAutoCompleter.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/AutoComplete/EntitiesAutoCompleter.php rename to vendor/sensio/generator-bundle/Command/AutoComplete/EntitiesAutoCompleter.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateBundleCommand.php b/vendor/sensio/generator-bundle/Command/GenerateBundleCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateBundleCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateBundleCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateCommandCommand.php b/vendor/sensio/generator-bundle/Command/GenerateCommandCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateCommandCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateCommandCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateControllerCommand.php b/vendor/sensio/generator-bundle/Command/GenerateControllerCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateControllerCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateControllerCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineCommand.php b/vendor/sensio/generator-bundle/Command/GenerateDoctrineCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateDoctrineCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineCrudCommand.php b/vendor/sensio/generator-bundle/Command/GenerateDoctrineCrudCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineCrudCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateDoctrineCrudCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineEntityCommand.php b/vendor/sensio/generator-bundle/Command/GenerateDoctrineEntityCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineEntityCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateDoctrineEntityCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineFormCommand.php b/vendor/sensio/generator-bundle/Command/GenerateDoctrineFormCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GenerateDoctrineFormCommand.php rename to vendor/sensio/generator-bundle/Command/GenerateDoctrineFormCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/GeneratorCommand.php b/vendor/sensio/generator-bundle/Command/GeneratorCommand.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/GeneratorCommand.php rename to vendor/sensio/generator-bundle/Command/GeneratorCommand.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/Helper/QuestionHelper.php b/vendor/sensio/generator-bundle/Command/Helper/QuestionHelper.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/Helper/QuestionHelper.php rename to vendor/sensio/generator-bundle/Command/Helper/QuestionHelper.php diff --git a/trunk/_vendor/sensio/generator-bundle/Command/Validators.php b/vendor/sensio/generator-bundle/Command/Validators.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Command/Validators.php rename to vendor/sensio/generator-bundle/Command/Validators.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/BundleGenerator.php b/vendor/sensio/generator-bundle/Generator/BundleGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/BundleGenerator.php rename to vendor/sensio/generator-bundle/Generator/BundleGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/CommandGenerator.php b/vendor/sensio/generator-bundle/Generator/CommandGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/CommandGenerator.php rename to vendor/sensio/generator-bundle/Generator/CommandGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/ControllerGenerator.php b/vendor/sensio/generator-bundle/Generator/ControllerGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/ControllerGenerator.php rename to vendor/sensio/generator-bundle/Generator/ControllerGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/DoctrineCrudGenerator.php b/vendor/sensio/generator-bundle/Generator/DoctrineCrudGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/DoctrineCrudGenerator.php rename to vendor/sensio/generator-bundle/Generator/DoctrineCrudGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/DoctrineEntityGenerator.php b/vendor/sensio/generator-bundle/Generator/DoctrineEntityGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/DoctrineEntityGenerator.php rename to vendor/sensio/generator-bundle/Generator/DoctrineEntityGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/DoctrineFormGenerator.php b/vendor/sensio/generator-bundle/Generator/DoctrineFormGenerator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/DoctrineFormGenerator.php rename to vendor/sensio/generator-bundle/Generator/DoctrineFormGenerator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Generator/Generator.php b/vendor/sensio/generator-bundle/Generator/Generator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Generator/Generator.php rename to vendor/sensio/generator-bundle/Generator/Generator.php diff --git a/trunk/_vendor/sensio/generator-bundle/LICENSE b/vendor/sensio/generator-bundle/LICENSE similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/LICENSE rename to vendor/sensio/generator-bundle/LICENSE diff --git a/trunk/_vendor/sensio/generator-bundle/Manipulator/ConfigurationManipulator.php b/vendor/sensio/generator-bundle/Manipulator/ConfigurationManipulator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Manipulator/ConfigurationManipulator.php rename to vendor/sensio/generator-bundle/Manipulator/ConfigurationManipulator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Manipulator/KernelManipulator.php b/vendor/sensio/generator-bundle/Manipulator/KernelManipulator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Manipulator/KernelManipulator.php rename to vendor/sensio/generator-bundle/Manipulator/KernelManipulator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Manipulator/Manipulator.php b/vendor/sensio/generator-bundle/Manipulator/Manipulator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Manipulator/Manipulator.php rename to vendor/sensio/generator-bundle/Manipulator/Manipulator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Manipulator/RoutingManipulator.php b/vendor/sensio/generator-bundle/Manipulator/RoutingManipulator.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Manipulator/RoutingManipulator.php rename to vendor/sensio/generator-bundle/Manipulator/RoutingManipulator.php diff --git a/trunk/_vendor/sensio/generator-bundle/Model/Bundle.php b/vendor/sensio/generator-bundle/Model/Bundle.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Model/Bundle.php rename to vendor/sensio/generator-bundle/Model/Bundle.php diff --git a/trunk/_vendor/sensio/generator-bundle/Model/EntityGeneratorResult.php b/vendor/sensio/generator-bundle/Model/EntityGeneratorResult.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Model/EntityGeneratorResult.php rename to vendor/sensio/generator-bundle/Model/EntityGeneratorResult.php diff --git a/trunk/_vendor/sensio/generator-bundle/README.md b/vendor/sensio/generator-bundle/README.md similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/README.md rename to vendor/sensio/generator-bundle/README.md diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_bundle.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_bundle.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_bundle.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_bundle.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_command.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_command.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_command.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_command.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_controller.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_controller.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_controller.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_controller.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_crud.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_crud.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_crud.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_crud.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_entity.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_entity.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_entity.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_entity.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_form.rst b/vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_form.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_form.rst rename to vendor/sensio/generator-bundle/Resources/doc/commands/generate_doctrine_form.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/doc/index.rst b/vendor/sensio/generator-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/doc/index.rst rename to vendor/sensio/generator-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Bundle.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/Bundle.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Bundle.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/Bundle.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Configuration.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/Configuration.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Configuration.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/Configuration.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultController.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultController.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultController.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultController.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultControllerTest.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultControllerTest.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultControllerTest.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/DefaultControllerTest.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Extension.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/Extension.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/Extension.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/Extension.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/index.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/index.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/index.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/index.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.xml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.xml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.xml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.xml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.yml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.yml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.yml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/routing.yml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.xml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.xml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.xml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.xml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.yml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.yml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.yml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.yml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/command/Command.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/command/Command.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/command/Command.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/command/Command.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Controller.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/controller/Controller.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Controller.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/controller/Controller.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/ControllerTest.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/controller/ControllerTest.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/ControllerTest.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/controller/ControllerTest.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/delete.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/delete.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/delete.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/delete.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/edit.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/edit.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/edit.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/edit.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/index.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/index.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/index.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/index.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/new.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/new.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/new.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/new.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/show.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/show.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/show.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/actions/show.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.xml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.xml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.xml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.xml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.yml.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.yml.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.yml.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/config/routing.yml.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/controller.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/controller.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/controller.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/controller.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/full_scenario.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/full_scenario.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/full_scenario.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/full_scenario.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/short_scenario.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/short_scenario.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/short_scenario.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/others/short_scenario.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/test.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/test.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/test.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/tests/test.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/index.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/views/index.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/index.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/views/index.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/new.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/views/new.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/new.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/views/new.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/show.html.twig.twig b/vendor/sensio/generator-bundle/Resources/skeleton/crud/views/show.html.twig.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/crud/views/show.html.twig.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/crud/views/show.html.twig.twig diff --git a/trunk/_vendor/sensio/generator-bundle/Resources/skeleton/form/FormType.php.twig b/vendor/sensio/generator-bundle/Resources/skeleton/form/FormType.php.twig similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Resources/skeleton/form/FormType.php.twig rename to vendor/sensio/generator-bundle/Resources/skeleton/form/FormType.php.twig diff --git a/trunk/_vendor/sensio/generator-bundle/SensioGeneratorBundle.php b/vendor/sensio/generator-bundle/SensioGeneratorBundle.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/SensioGeneratorBundle.php rename to vendor/sensio/generator-bundle/SensioGeneratorBundle.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/AutoComplete/EntitiesAutoCompleterTest.php b/vendor/sensio/generator-bundle/Tests/Command/AutoComplete/EntitiesAutoCompleterTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/AutoComplete/EntitiesAutoCompleterTest.php rename to vendor/sensio/generator-bundle/Tests/Command/AutoComplete/EntitiesAutoCompleterTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateBundleCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateBundleCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateBundleCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateBundleCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateCommandCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateCommandCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateCommandCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateCommandCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateControllerCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateControllerCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateControllerCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateControllerCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineCrudCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineCrudCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineCrudCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineCrudCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineEntityCommandTest.php b/vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineEntityCommandTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineEntityCommandTest.php rename to vendor/sensio/generator-bundle/Tests/Command/GenerateDoctrineEntityCommandTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/BundleGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/BundleGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/BundleGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/BundleGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/CommandGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/CommandGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/CommandGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/CommandGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/ControllerGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/ControllerGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/ControllerGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/ControllerGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineCrudGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/DoctrineCrudGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineCrudGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/DoctrineCrudGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineEntityGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/DoctrineEntityGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineEntityGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/DoctrineEntityGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineFormGeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/DoctrineFormGeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/DoctrineFormGeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/DoctrineFormGeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Generator/GeneratorTest.php b/vendor/sensio/generator-bundle/Tests/Generator/GeneratorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Generator/GeneratorTest.php rename to vendor/sensio/generator-bundle/Tests/Generator/GeneratorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/ConfigurationManipulatorTest.php b/vendor/sensio/generator-bundle/Tests/Manipulator/ConfigurationManipulatorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/ConfigurationManipulatorTest.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/ConfigurationManipulatorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/KernelManipulatorTest.php b/vendor/sensio/generator-bundle/Tests/Manipulator/KernelManipulatorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/KernelManipulatorTest.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/KernelManipulatorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/RoutingManipulatorTest.php b/vendor/sensio/generator-bundle/Tests/Manipulator/RoutingManipulatorTest.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/RoutingManipulatorTest.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/RoutingManipulatorTest.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsBundlesShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsCommaShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/ContainsExtraCodeShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesMultilineShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/EmptyBundlesShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/StubBundle.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/StubBundle.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/StubBundle.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/StubBundle.php diff --git a/trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/UsingShortArraySyntaxKernelStub.php b/vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/UsingShortArraySyntaxKernelStub.php similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/UsingShortArraySyntaxKernelStub.php rename to vendor/sensio/generator-bundle/Tests/Manipulator/Stubs/UsingShortArraySyntaxKernelStub.php diff --git a/trunk/_vendor/sensio/generator-bundle/composer.json b/vendor/sensio/generator-bundle/composer.json similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/composer.json rename to vendor/sensio/generator-bundle/composer.json diff --git a/trunk/_vendor/sensio/generator-bundle/phpunit.xml.dist b/vendor/sensio/generator-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/sensio/generator-bundle/phpunit.xml.dist rename to vendor/sensio/generator-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/sensiolabs/security-checker/.gitignore b/vendor/sensiolabs/security-checker/.gitignore similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/.gitignore rename to vendor/sensiolabs/security-checker/.gitignore diff --git a/trunk/_vendor/sensiolabs/security-checker/LICENSE b/vendor/sensiolabs/security-checker/LICENSE similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/LICENSE rename to vendor/sensiolabs/security-checker/LICENSE diff --git a/vendor/sensiolabs/security-checker/README.md b/vendor/sensiolabs/security-checker/README.md new file mode 100644 index 00000000..42dbd77b --- /dev/null +++ b/vendor/sensiolabs/security-checker/README.md @@ -0,0 +1,46 @@ +SensioLabs Security Checker +=========================== + +The SensioLabs Security Checker is a command line tool that checks if your +application uses dependencies with known security vulnerabilities. It uses the +[Security Check Web service][1] and the [Security Advisories Database][2]. + +**TIP**: As an alternative, you can use the [Symfony CLI][3] tool that has the +following advantages: it does not depend on PHP, all checks are done locally (no +calls to the security.symfony.com API): + + $ symfony security:check + +Usage +----- + +Download the [security-checker.phar][4] file: + + $ php security-checker.phar security:check /path/to/composer.lock + +Use the code from the repository directly: + + $ composer install + $ php security-checker security:check /path/to/composer.lock + +Integration +----------- + +The checker uses the Symfony Console component; so, you can easily integrate +the checker into your own project: + + * by using the `SecurityCheckerCommand` class into your Symfony Console + application; + + * by using the `SecurityChecker` class directly into your own code: + + use SensioLabs\Security\SecurityChecker; + + $checker = new SecurityChecker(); + $result = $checker->check('/path/to/composer.lock', 'json'); + $alerts = json_decode((string) $result, true); + +[1]: https://security.symfony.com/ +[2]: https://github.com/FriendsOfPHP/security-advisories +[3]: https://symfony.com/download +[4]: https://get.sensiolabs.org/security-checker.phar diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php similarity index 94% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php index 85a80bf7..3aca295a 100644 --- a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php +++ b/vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php @@ -83,8 +83,13 @@ EOF $this->checker->getCrawler()->setToken($token); } + $format = $input->getOption('format'); + if ($input->getOption("no-ansi") && 'ansi' === $format) { + $format = 'text'; + } + try { - $result = $this->checker->check($input->getArgument('lockfile'), $input->getOption('format')); + $result = $this->checker->check($input->getArgument('lockfile'), $format); } catch (ExceptionInterface $e) { $output->writeln($this->getHelperSet()->get('formatter')->formatBlock($e->getMessage(), 'error', true)); diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php similarity index 97% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php index 180f66ec..665f733e 100644 --- a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php +++ b/vendor/sensiolabs/security-checker/SensioLabs/Security/Crawler.php @@ -60,7 +60,7 @@ class Crawler { list($headers, $body) = $this->doCheck($lock, $format, $headers); - if (!(preg_match('/X-Alerts: (\d+)/', $headers, $matches) || 2 == count($matches))) { + if (!(preg_match('/X-Alerts: (\d+)/i', $headers, $matches) || 2 == count($matches))) { throw new RuntimeException('The web service did not return alerts count.'); } @@ -135,7 +135,7 @@ class Crawler $headers = ''; foreach ($http_response_header as $header) { - if (false !== strpos($header, 'X-Alerts: ')) { + if (false !== stripos($header, 'X-Alerts: ')) { $headers = $header; } } diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/ExceptionInterface.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/ExceptionInterface.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/HttpException.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/HttpException.php similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/HttpException.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/HttpException.php diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/RuntimeException.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/RuntimeException.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Exception/RuntimeException.php diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Result.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/Result.php similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/Result.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/Result.php diff --git a/trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php b/vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php rename to vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php diff --git a/trunk/_vendor/sensiolabs/security-checker/box.json b/vendor/sensiolabs/security-checker/box.json similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/box.json rename to vendor/sensiolabs/security-checker/box.json diff --git a/trunk/_vendor/sensiolabs/security-checker/composer.json b/vendor/sensiolabs/security-checker/composer.json similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/composer.json rename to vendor/sensiolabs/security-checker/composer.json diff --git a/trunk/_vendor/sensiolabs/security-checker/security-checker b/vendor/sensiolabs/security-checker/security-checker similarity index 100% rename from trunk/_vendor/sensiolabs/security-checker/security-checker rename to vendor/sensiolabs/security-checker/security-checker diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/.gitignore b/vendor/stof/doctrine-extensions-bundle/.gitignore similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/.gitignore rename to vendor/stof/doctrine-extensions-bundle/.gitignore diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/CHANGELOG.md b/vendor/stof/doctrine-extensions-bundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/CHANGELOG.md rename to vendor/stof/doctrine-extensions-bundle/CHANGELOG.md diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/SecurityContextPass.php b/vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/SecurityContextPass.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/SecurityContextPass.php rename to vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/SecurityContextPass.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/ValidateExtensionConfigurationPass.php b/vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/ValidateExtensionConfigurationPass.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/ValidateExtensionConfigurationPass.php rename to vendor/stof/doctrine-extensions-bundle/DependencyInjection/Compiler/ValidateExtensionConfigurationPass.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Configuration.php b/vendor/stof/doctrine-extensions-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/Configuration.php rename to vendor/stof/doctrine-extensions-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/StofDoctrineExtensionsExtension.php b/vendor/stof/doctrine-extensions-bundle/DependencyInjection/StofDoctrineExtensionsExtension.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/DependencyInjection/StofDoctrineExtensionsExtension.php rename to vendor/stof/doctrine-extensions-bundle/DependencyInjection/StofDoctrineExtensionsExtension.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php b/vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php rename to vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php b/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php rename to vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/LoggerListener.php b/vendor/stof/doctrine-extensions-bundle/EventListener/LoggerListener.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/EventListener/LoggerListener.php rename to vendor/stof/doctrine-extensions-bundle/EventListener/LoggerListener.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/LICENSE b/vendor/stof/doctrine-extensions-bundle/LICENSE similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/LICENSE rename to vendor/stof/doctrine-extensions-bundle/LICENSE diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/README.markdown b/vendor/stof/doctrine-extensions-bundle/README.markdown similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/README.markdown rename to vendor/stof/doctrine-extensions-bundle/README.markdown diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Resources/config/listeners.xml b/vendor/stof/doctrine-extensions-bundle/Resources/config/listeners.xml similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Resources/config/listeners.xml rename to vendor/stof/doctrine-extensions-bundle/Resources/config/listeners.xml diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Resources/doc/index.rst b/vendor/stof/doctrine-extensions-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Resources/doc/index.rst rename to vendor/stof/doctrine-extensions-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/StofDoctrineExtensionsBundle.php b/vendor/stof/doctrine-extensions-bundle/StofDoctrineExtensionsBundle.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/StofDoctrineExtensionsBundle.php rename to vendor/stof/doctrine-extensions-bundle/StofDoctrineExtensionsBundle.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md b/vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md rename to vendor/stof/doctrine-extensions-bundle/Upgrade_to_1_1.md diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/MimeTypeGuesserAdapter.php b/vendor/stof/doctrine-extensions-bundle/Uploadable/MimeTypeGuesserAdapter.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/MimeTypeGuesserAdapter.php rename to vendor/stof/doctrine-extensions-bundle/Uploadable/MimeTypeGuesserAdapter.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/UploadableManager.php b/vendor/stof/doctrine-extensions-bundle/Uploadable/UploadableManager.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/UploadableManager.php rename to vendor/stof/doctrine-extensions-bundle/Uploadable/UploadableManager.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/UploadedFileInfo.php b/vendor/stof/doctrine-extensions-bundle/Uploadable/UploadedFileInfo.php similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/Uploadable/UploadedFileInfo.php rename to vendor/stof/doctrine-extensions-bundle/Uploadable/UploadedFileInfo.php diff --git a/trunk/_vendor/stof/doctrine-extensions-bundle/composer.json b/vendor/stof/doctrine-extensions-bundle/composer.json similarity index 100% rename from trunk/_vendor/stof/doctrine-extensions-bundle/composer.json rename to vendor/stof/doctrine-extensions-bundle/composer.json diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.gitattributes b/vendor/swiftmailer/swiftmailer/.gitattributes similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.gitattributes rename to vendor/swiftmailer/swiftmailer/.gitattributes diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md b/vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md rename to vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md b/vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md rename to vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.gitignore b/vendor/swiftmailer/swiftmailer/.gitignore similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.gitignore rename to vendor/swiftmailer/swiftmailer/.gitignore diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.php_cs.dist b/vendor/swiftmailer/swiftmailer/.php_cs.dist similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.php_cs.dist rename to vendor/swiftmailer/swiftmailer/.php_cs.dist diff --git a/trunk/_vendor/swiftmailer/swiftmailer/.travis.yml b/vendor/swiftmailer/swiftmailer/.travis.yml similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/.travis.yml rename to vendor/swiftmailer/swiftmailer/.travis.yml diff --git a/trunk/_vendor/swiftmailer/swiftmailer/CHANGES b/vendor/swiftmailer/swiftmailer/CHANGES similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/CHANGES rename to vendor/swiftmailer/swiftmailer/CHANGES diff --git a/trunk/_vendor/swiftmailer/swiftmailer/LICENSE b/vendor/swiftmailer/swiftmailer/LICENSE similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/LICENSE rename to vendor/swiftmailer/swiftmailer/LICENSE diff --git a/trunk/_vendor/swiftmailer/swiftmailer/README b/vendor/swiftmailer/swiftmailer/README similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/README rename to vendor/swiftmailer/swiftmailer/README diff --git a/trunk/_vendor/swiftmailer/swiftmailer/VERSION b/vendor/swiftmailer/swiftmailer/VERSION similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/VERSION rename to vendor/swiftmailer/swiftmailer/VERSION diff --git a/trunk/_vendor/swiftmailer/swiftmailer/composer.json b/vendor/swiftmailer/swiftmailer/composer.json similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/composer.json rename to vendor/swiftmailer/swiftmailer/composer.json diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/headers.rst b/vendor/swiftmailer/swiftmailer/doc/headers.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/headers.rst rename to vendor/swiftmailer/swiftmailer/doc/headers.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/help-resources.rst b/vendor/swiftmailer/swiftmailer/doc/help-resources.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/help-resources.rst rename to vendor/swiftmailer/swiftmailer/doc/help-resources.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/including-the-files.rst b/vendor/swiftmailer/swiftmailer/doc/including-the-files.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/including-the-files.rst rename to vendor/swiftmailer/swiftmailer/doc/including-the-files.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/index.rst b/vendor/swiftmailer/swiftmailer/doc/index.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/index.rst rename to vendor/swiftmailer/swiftmailer/doc/index.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/installing.rst b/vendor/swiftmailer/swiftmailer/doc/installing.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/installing.rst rename to vendor/swiftmailer/swiftmailer/doc/installing.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/introduction.rst b/vendor/swiftmailer/swiftmailer/doc/introduction.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/introduction.rst rename to vendor/swiftmailer/swiftmailer/doc/introduction.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/japanese.rst b/vendor/swiftmailer/swiftmailer/doc/japanese.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/japanese.rst rename to vendor/swiftmailer/swiftmailer/doc/japanese.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/messages.rst b/vendor/swiftmailer/swiftmailer/doc/messages.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/messages.rst rename to vendor/swiftmailer/swiftmailer/doc/messages.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/overview.rst b/vendor/swiftmailer/swiftmailer/doc/overview.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/overview.rst rename to vendor/swiftmailer/swiftmailer/doc/overview.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/plugins.rst b/vendor/swiftmailer/swiftmailer/doc/plugins.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/plugins.rst rename to vendor/swiftmailer/swiftmailer/doc/plugins.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/sending.rst b/vendor/swiftmailer/swiftmailer/doc/sending.rst similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/sending.rst rename to vendor/swiftmailer/swiftmailer/doc/sending.rst diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Encoders.graffle b/vendor/swiftmailer/swiftmailer/doc/uml/Encoders.graffle similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Encoders.graffle rename to vendor/swiftmailer/swiftmailer/doc/uml/Encoders.graffle diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Mime.graffle b/vendor/swiftmailer/swiftmailer/doc/uml/Mime.graffle similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Mime.graffle rename to vendor/swiftmailer/swiftmailer/doc/uml/Mime.graffle diff --git a/trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Transports.graffle b/vendor/swiftmailer/swiftmailer/doc/uml/Transports.graffle similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/doc/uml/Transports.graffle rename to vendor/swiftmailer/swiftmailer/doc/uml/Transports.graffle diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Image.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Image.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Image.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Image.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php b/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php rename to vendor/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php b/vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php rename to vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php b/vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php rename to vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php b/vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php rename to vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php b/vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php rename to vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/mime_types.php b/vendor/swiftmailer/swiftmailer/lib/mime_types.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/mime_types.php rename to vendor/swiftmailer/swiftmailer/lib/mime_types.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/preferences.php b/vendor/swiftmailer/swiftmailer/lib/preferences.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/preferences.php rename to vendor/swiftmailer/swiftmailer/lib/preferences.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/swift_init.php b/vendor/swiftmailer/swiftmailer/lib/swift_init.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/swift_init.php rename to vendor/swiftmailer/swiftmailer/lib/swift_init.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/swift_required.php b/vendor/swiftmailer/swiftmailer/lib/swift_required.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/swift_required.php rename to vendor/swiftmailer/swiftmailer/lib/swift_required.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/swift_required_pear.php b/vendor/swiftmailer/swiftmailer/lib/swift_required_pear.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/swift_required_pear.php rename to vendor/swiftmailer/swiftmailer/lib/swift_required_pear.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php b/vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php rename to vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/phpunit.xml.dist b/vendor/swiftmailer/swiftmailer/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/phpunit.xml.dist rename to vendor/swiftmailer/swiftmailer/phpunit.xml.dist diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/IdenticalBinaryConstraint.php b/vendor/swiftmailer/swiftmailer/tests/IdenticalBinaryConstraint.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/IdenticalBinaryConstraint.php rename to vendor/swiftmailer/swiftmailer/tests/IdenticalBinaryConstraint.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/StreamCollector.php b/vendor/swiftmailer/swiftmailer/tests/StreamCollector.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/StreamCollector.php rename to vendor/swiftmailer/swiftmailer/tests/StreamCollector.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php b/vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php rename to vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/SwiftMailerTestCase.php b/vendor/swiftmailer/swiftmailer/tests/SwiftMailerTestCase.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/SwiftMailerTestCase.php rename to vendor/swiftmailer/swiftmailer/tests/SwiftMailerTestCase.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-2022-jp/one.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-2022-jp/one.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-2022-jp/one.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-2022-jp/one.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-8859-1/one.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-8859-1/one.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-8859-1/one.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/charsets/iso-8859-1/one.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/one.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/one.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/one.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/one.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/three.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/three.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/three.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/three.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/two.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/two.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/two.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/charsets/utf-8/two.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.priv b/vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.priv similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.priv rename to vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.priv diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.pub b/vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.pub similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.pub rename to vendor/swiftmailer/swiftmailer/tests/_samples/dkim/dkim.test.pub diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/data.txt b/vendor/swiftmailer/swiftmailer/tests/_samples/files/data.txt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/data.txt rename to vendor/swiftmailer/swiftmailer/tests/_samples/files/data.txt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/swiftmailer.png b/vendor/swiftmailer/swiftmailer/tests/_samples/files/swiftmailer.png similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/swiftmailer.png rename to vendor/swiftmailer/swiftmailer/tests/_samples/files/swiftmailer.png diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/textfile.zip b/vendor/swiftmailer/swiftmailer/tests/_samples/files/textfile.zip similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/files/textfile.zip rename to vendor/swiftmailer/swiftmailer/tests/_samples/files/textfile.zip diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/CA.srl b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/CA.srl similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/CA.srl rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/CA.srl diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/ca.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/create-cert.sh b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/create-cert.sh similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/create-cert.sh rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/create-cert.sh diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/encrypt2.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/intermediate.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.crt b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.crt similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.crt rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.crt diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.key b/vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.key similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.key rename to vendor/swiftmailer/swiftmailer/tests/_samples/smime/sign2.key diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance.conf.php.default b/vendor/swiftmailer/swiftmailer/tests/acceptance.conf.php.default similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance.conf.php.default rename to vendor/swiftmailer/swiftmailer/tests/acceptance.conf.php.default diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/AttachmentAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/AttachmentAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/AttachmentAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/AttachmentAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/SimpleCharacterReaderFactoryAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/SimpleCharacterReaderFactoryAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/SimpleCharacterReaderFactoryAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/SimpleCharacterReaderFactoryAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/DependencyContainerAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/DependencyContainerAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/DependencyContainerAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/DependencyContainerAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EmbeddedFileAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EmbeddedFileAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EmbeddedFileAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EmbeddedFileAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/QpEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/QpEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/QpEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/QpEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Rfc2231EncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Rfc2231EncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Rfc2231EncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Rfc2231EncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EncodingAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EncodingAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EncodingAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EncodingAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/ArrayKeyCacheAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/ArrayKeyCacheAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/ArrayKeyCacheAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/ArrayKeyCacheAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/DiskKeyCacheAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/DiskKeyCacheAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/DiskKeyCacheAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/KeyCache/DiskKeyCacheAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/PlainContentEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/PlainContentEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/PlainContentEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/PlainContentEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/HeaderEncoder/Base64HeaderEncoderAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/HeaderEncoder/Base64HeaderEncoderAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/HeaderEncoder/Base64HeaderEncoderAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/HeaderEncoder/Base64HeaderEncoderAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MimePartAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MimePartAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MimePartAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MimePartAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/BasicSocketAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/BasicSocketAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/BasicSocketAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/BasicSocketAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/ProcessAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/ProcessAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/ProcessAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/ProcessAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SslSocketAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SslSocketAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SslSocketAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SslSocketAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/TlsSocketAcceptanceTest.php b/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/TlsSocketAcceptanceTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/TlsSocketAcceptanceTest.php rename to vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/TlsSocketAcceptanceTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bootstrap.php b/vendor/swiftmailer/swiftmailer/tests/bootstrap.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bootstrap.php rename to vendor/swiftmailer/swiftmailer/tests/bootstrap.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug111Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug111Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug111Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug111Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug118Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug118Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug118Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug118Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug206Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug206Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug206Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug206Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug274Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug274Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug274Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug274Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug650Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug650Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug650Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug650Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug71Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug71Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug71Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug71Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php b/vendor/swiftmailer/swiftmailer/tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php rename to vendor/swiftmailer/swiftmailer/tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/fixtures/MimeEntityFixture.php b/vendor/swiftmailer/swiftmailer/tests/fixtures/MimeEntityFixture.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/fixtures/MimeEntityFixture.php rename to vendor/swiftmailer/swiftmailer/tests/fixtures/MimeEntityFixture.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/smoke.conf.php.default b/vendor/swiftmailer/swiftmailer/tests/smoke.conf.php.default similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/smoke.conf.php.default rename to vendor/swiftmailer/swiftmailer/tests/smoke.conf.php.default diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php b/vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php rename to vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php b/vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php rename to vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php b/vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php rename to vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php b/vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php rename to vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/GenericFixedWidthReaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/GenericFixedWidthReaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/GenericFixedWidthReaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/GenericFixedWidthReaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/UsAsciiReaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/UsAsciiReaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/UsAsciiReaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/UsAsciiReaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/Utf8ReaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/Utf8ReaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/Utf8ReaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/Utf8ReaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Base64EncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Base64EncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Base64EncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Base64EncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/EventObjectTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/EventObjectTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/EventObjectTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/EventObjectTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mailer/ArrayRecipientIteratorTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mailer/ArrayRecipientIteratorTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mailer/ArrayRecipientIteratorTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mailer/ArrayRecipientIteratorTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/Base64HeaderEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/Base64HeaderEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/Base64HeaderEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/Base64HeaderEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/DateHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/DateHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/DateHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/DateHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/PathHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/PathHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/PathHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/PathHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMimeEntityTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMimeEntityTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMimeEntityTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMimeEntityTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/ArrayLoggerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/ArrayLoggerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/ArrayLoggerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/ArrayLoggerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/EchoLoggerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/EchoLoggerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/EchoLoggerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Loggers/EchoLoggerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HitReporterTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HitReporterTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HitReporterTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HitReporterTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HtmlReporterTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HtmlReporterTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HtmlReporterTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HtmlReporterTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/OpenDKIMSignerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/OpenDKIMSignerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/OpenDKIMSignerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/OpenDKIMSignerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/ByteArrayReplacementFilterTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/ByteArrayReplacementFilterTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/ByteArrayReplacementFilterTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/ByteArrayReplacementFilterTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterFactoryTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterFactoryTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterFactoryTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterFactoryTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php diff --git a/trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php b/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php similarity index 100% rename from trunk/_vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php rename to vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/.gitignore b/vendor/symfony/assetic-bundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/.gitignore rename to vendor/symfony/assetic-bundle/.gitignore diff --git a/trunk/_vendor/symfony/assetic-bundle/.travis.yml b/vendor/symfony/assetic-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/.travis.yml rename to vendor/symfony/assetic-bundle/.travis.yml diff --git a/trunk/_vendor/symfony/assetic-bundle/AsseticBundle.php b/vendor/symfony/assetic-bundle/AsseticBundle.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/AsseticBundle.php rename to vendor/symfony/assetic-bundle/AsseticBundle.php diff --git a/trunk/_vendor/symfony/assetic-bundle/CHANGELOG.md b/vendor/symfony/assetic-bundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/CHANGELOG.md rename to vendor/symfony/assetic-bundle/CHANGELOG.md diff --git a/trunk/_vendor/symfony/assetic-bundle/CacheWarmer/AssetManagerCacheWarmer.php b/vendor/symfony/assetic-bundle/CacheWarmer/AssetManagerCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/CacheWarmer/AssetManagerCacheWarmer.php rename to vendor/symfony/assetic-bundle/CacheWarmer/AssetManagerCacheWarmer.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Command/AbstractCommand.php b/vendor/symfony/assetic-bundle/Command/AbstractCommand.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Command/AbstractCommand.php rename to vendor/symfony/assetic-bundle/Command/AbstractCommand.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Command/DumpCommand.php b/vendor/symfony/assetic-bundle/Command/DumpCommand.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Command/DumpCommand.php rename to vendor/symfony/assetic-bundle/Command/DumpCommand.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Command/WatchCommand.php b/vendor/symfony/assetic-bundle/Command/WatchCommand.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Command/WatchCommand.php rename to vendor/symfony/assetic-bundle/Command/WatchCommand.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Config/AsseticResource.php b/vendor/symfony/assetic-bundle/Config/AsseticResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Config/AsseticResource.php rename to vendor/symfony/assetic-bundle/Config/AsseticResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Config/SelfCheckingAsseticResource.php b/vendor/symfony/assetic-bundle/Config/SelfCheckingAsseticResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Config/SelfCheckingAsseticResource.php rename to vendor/symfony/assetic-bundle/Config/SelfCheckingAsseticResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Controller/AssetCacheKeyFilter.php b/vendor/symfony/assetic-bundle/Controller/AssetCacheKeyFilter.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Controller/AssetCacheKeyFilter.php rename to vendor/symfony/assetic-bundle/Controller/AssetCacheKeyFilter.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Controller/AsseticController.php b/vendor/symfony/assetic-bundle/Controller/AsseticController.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Controller/AsseticController.php rename to vendor/symfony/assetic-bundle/Controller/AsseticController.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DefaultValueSupplier.php b/vendor/symfony/assetic-bundle/DefaultValueSupplier.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DefaultValueSupplier.php rename to vendor/symfony/assetic-bundle/DefaultValueSupplier.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/AsseticExtension.php b/vendor/symfony/assetic-bundle/DependencyInjection/AsseticExtension.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/AsseticExtension.php rename to vendor/symfony/assetic-bundle/DependencyInjection/AsseticExtension.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetFactoryPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetFactoryPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetFactoryPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetFactoryPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetManagerPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetManagerPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetManagerPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/AssetManagerPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckClosureFilterPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckClosureFilterPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckClosureFilterPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckClosureFilterPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckYuiFilterPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckYuiFilterPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckYuiFilterPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/CheckYuiFilterPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/FilterManagerPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/FilterManagerPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/FilterManagerPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/FilterManagerPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/RouterResourcePass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/RouterResourcePass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/RouterResourcePass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/RouterResourcePass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/SprocketsFilterPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/SprocketsFilterPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/SprocketsFilterPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/SprocketsFilterPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/StaticAsseticHelperPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/StaticAsseticHelperPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/StaticAsseticHelperPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/StaticAsseticHelperPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplateResourcesPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplateResourcesPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplateResourcesPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplateResourcesPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplatingPass.php b/vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplatingPass.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplatingPass.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Compiler/TemplatingPass.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Configuration.php b/vendor/symfony/assetic-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/Configuration.php rename to vendor/symfony/assetic-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/assetic-bundle/DependencyInjection/DirectoryResourceDefinition.php b/vendor/symfony/assetic-bundle/DependencyInjection/DirectoryResourceDefinition.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/DependencyInjection/DirectoryResourceDefinition.php rename to vendor/symfony/assetic-bundle/DependencyInjection/DirectoryResourceDefinition.php diff --git a/trunk/_vendor/symfony/assetic-bundle/EventListener/RequestListener.php b/vendor/symfony/assetic-bundle/EventListener/RequestListener.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/EventListener/RequestListener.php rename to vendor/symfony/assetic-bundle/EventListener/RequestListener.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Exception/InvalidBundleException.php b/vendor/symfony/assetic-bundle/Exception/InvalidBundleException.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Exception/InvalidBundleException.php rename to vendor/symfony/assetic-bundle/Exception/InvalidBundleException.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/AssetFactory.php b/vendor/symfony/assetic-bundle/Factory/AssetFactory.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/AssetFactory.php rename to vendor/symfony/assetic-bundle/Factory/AssetFactory.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Loader/AsseticHelperFormulaLoader.php b/vendor/symfony/assetic-bundle/Factory/Loader/AsseticHelperFormulaLoader.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Loader/AsseticHelperFormulaLoader.php rename to vendor/symfony/assetic-bundle/Factory/Loader/AsseticHelperFormulaLoader.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Loader/ConfigurationLoader.php b/vendor/symfony/assetic-bundle/Factory/Loader/ConfigurationLoader.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Loader/ConfigurationLoader.php rename to vendor/symfony/assetic-bundle/Factory/Loader/ConfigurationLoader.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Resource/CoalescingDirectoryResource.php b/vendor/symfony/assetic-bundle/Factory/Resource/CoalescingDirectoryResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Resource/CoalescingDirectoryResource.php rename to vendor/symfony/assetic-bundle/Factory/Resource/CoalescingDirectoryResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Resource/ConfigurationResource.php b/vendor/symfony/assetic-bundle/Factory/Resource/ConfigurationResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Resource/ConfigurationResource.php rename to vendor/symfony/assetic-bundle/Factory/Resource/ConfigurationResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResource.php b/vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResource.php rename to vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResourceIterator.php b/vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResourceIterator.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResourceIterator.php rename to vendor/symfony/assetic-bundle/Factory/Resource/DirectoryResourceIterator.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Resource/FileResource.php b/vendor/symfony/assetic-bundle/Factory/Resource/FileResource.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Resource/FileResource.php rename to vendor/symfony/assetic-bundle/Factory/Resource/FileResource.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php b/vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php rename to vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php diff --git a/trunk/_vendor/symfony/assetic-bundle/FilterManager.php b/vendor/symfony/assetic-bundle/FilterManager.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/FilterManager.php rename to vendor/symfony/assetic-bundle/FilterManager.php diff --git a/trunk/_vendor/symfony/assetic-bundle/LICENSE b/vendor/symfony/assetic-bundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/LICENSE rename to vendor/symfony/assetic-bundle/LICENSE diff --git a/trunk/_vendor/symfony/assetic-bundle/README.md b/vendor/symfony/assetic-bundle/README.md similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/README.md rename to vendor/symfony/assetic-bundle/README.md diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/assetic.xml b/vendor/symfony/assetic-bundle/Resources/config/assetic.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/assetic.xml rename to vendor/symfony/assetic-bundle/Resources/config/assetic.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/controller.xml b/vendor/symfony/assetic-bundle/Resources/config/controller.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/controller.xml rename to vendor/symfony/assetic-bundle/Resources/config/controller.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/autoprefixer.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/autoprefixer.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/autoprefixer.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/autoprefixer.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cleancss.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/cleancss.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cleancss.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/cleancss.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/closure.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/closure.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/closure.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/closure.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/coffee.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/coffee.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/coffee.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/coffee.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/compass.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/compass.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/compass.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/compass.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/csscachebusting.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/csscachebusting.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/csscachebusting.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/csscachebusting.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssembed.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/cssembed.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssembed.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/cssembed.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssimport.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/cssimport.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssimport.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/cssimport.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssmin.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/cssmin.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssmin.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/cssmin.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssrewrite.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/cssrewrite.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/cssrewrite.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/cssrewrite.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/dart.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/dart.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/dart.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/dart.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/emberprecompile.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/emberprecompile.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/emberprecompile.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/emberprecompile.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/gss.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/gss.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/gss.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/gss.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/handlebars.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/handlebars.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/handlebars.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/handlebars.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jpegoptim.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/jpegoptim.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jpegoptim.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/jpegoptim.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jpegtran.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/jpegtran.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jpegtran.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/jpegtran.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsmin.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/jsmin.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsmin.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/jsmin.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsminplus.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/jsminplus.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsminplus.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/jsminplus.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsqueeze.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/jsqueeze.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/jsqueeze.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/jsqueeze.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/less.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/less.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/less.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/less.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/lessphp.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/lessphp.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/lessphp.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/lessphp.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/minifycsscompressor.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/minifycsscompressor.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/minifycsscompressor.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/minifycsscompressor.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/optipng.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/optipng.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/optipng.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/optipng.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/packager.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/packager.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/packager.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/packager.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/packer.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/packer.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/packer.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/packer.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/phpcssembed.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/phpcssembed.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/phpcssembed.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/phpcssembed.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/pngout.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/pngout.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/pngout.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/pngout.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/reactjsx.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/reactjsx.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/reactjsx.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/reactjsx.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/roole.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/roole.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/roole.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/roole.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/sass.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/sass.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/sass.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/sass.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/scss.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/scss.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/scss.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/scss.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/scssphp.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/scssphp.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/scssphp.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/scssphp.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/sprockets.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/sprockets.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/sprockets.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/sprockets.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/stylus.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/stylus.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/stylus.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/stylus.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/typescript.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/typescript.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/typescript.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/typescript.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifycss.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/uglifycss.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifycss.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/uglifycss.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs2.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs2.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs2.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/uglifyjs2.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/yui_css.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/yui_css.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/yui_css.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/yui_css.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/yui_js.xml b/vendor/symfony/assetic-bundle/Resources/config/filters/yui_js.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/filters/yui_js.xml rename to vendor/symfony/assetic-bundle/Resources/config/filters/yui_js.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/schema/assetic-1.0.xsd b/vendor/symfony/assetic-bundle/Resources/config/schema/assetic-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/schema/assetic-1.0.xsd rename to vendor/symfony/assetic-bundle/Resources/config/schema/assetic-1.0.xsd diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/templating_php.xml b/vendor/symfony/assetic-bundle/Resources/config/templating_php.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/templating_php.xml rename to vendor/symfony/assetic-bundle/Resources/config/templating_php.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Resources/config/templating_twig.xml b/vendor/symfony/assetic-bundle/Resources/config/templating_twig.xml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Resources/config/templating_twig.xml rename to vendor/symfony/assetic-bundle/Resources/config/templating_twig.xml diff --git a/trunk/_vendor/symfony/assetic-bundle/Routing/AsseticLoader.php b/vendor/symfony/assetic-bundle/Routing/AsseticLoader.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Routing/AsseticLoader.php rename to vendor/symfony/assetic-bundle/Routing/AsseticLoader.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Templating/AsseticHelper.php b/vendor/symfony/assetic-bundle/Templating/AsseticHelper.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Templating/AsseticHelper.php rename to vendor/symfony/assetic-bundle/Templating/AsseticHelper.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Templating/DynamicAsseticHelper.php b/vendor/symfony/assetic-bundle/Templating/DynamicAsseticHelper.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Templating/DynamicAsseticHelper.php rename to vendor/symfony/assetic-bundle/Templating/DynamicAsseticHelper.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Templating/StaticAsseticHelper.php b/vendor/symfony/assetic-bundle/Templating/StaticAsseticHelper.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Templating/StaticAsseticHelper.php rename to vendor/symfony/assetic-bundle/Templating/StaticAsseticHelper.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php b/vendor/symfony/assetic-bundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php rename to vendor/symfony/assetic-bundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Command/DumpCommandTest.php b/vendor/symfony/assetic-bundle/Tests/Command/DumpCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Command/DumpCommandTest.php rename to vendor/symfony/assetic-bundle/Tests/Command/DumpCommandTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Controller/AsseticControllerTest.php b/vendor/symfony/assetic-bundle/Tests/Controller/AsseticControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Controller/AsseticControllerTest.php rename to vendor/symfony/assetic-bundle/Tests/Controller/AsseticControllerTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/DependencyInjection/AsseticExtensionTest.php b/vendor/symfony/assetic-bundle/Tests/DependencyInjection/AsseticExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/DependencyInjection/AsseticExtensionTest.php rename to vendor/symfony/assetic-bundle/Tests/DependencyInjection/AsseticExtensionTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Factory/AssetFactoryTest.php b/vendor/symfony/assetic-bundle/Tests/Factory/AssetFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Factory/AssetFactoryTest.php rename to vendor/symfony/assetic-bundle/Tests/Factory/AssetFactoryTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Factory/Resource/CoalescingDirectoryResourceTest.php b/vendor/symfony/assetic-bundle/Tests/Factory/Resource/CoalescingDirectoryResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Factory/Resource/CoalescingDirectoryResourceTest.php rename to vendor/symfony/assetic-bundle/Tests/Factory/Resource/CoalescingDirectoryResourceTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Factory/Resource/FileResourceTest.php b/vendor/symfony/assetic-bundle/Tests/Factory/Resource/FileResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Factory/Resource/FileResourceTest.php rename to vendor/symfony/assetic-bundle/Tests/Factory/Resource/FileResourceTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/FilterManagerTest.php b/vendor/symfony/assetic-bundle/Tests/FilterManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/FilterManagerTest.php rename to vendor/symfony/assetic-bundle/Tests/FilterManagerTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/FunctionalTest.php b/vendor/symfony/assetic-bundle/Tests/FunctionalTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/FunctionalTest.php rename to vendor/symfony/assetic-bundle/Tests/FunctionalTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.php b/vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.php rename to vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.twig b/vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.twig similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.twig rename to vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/base.html.twig diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.php b/vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.php rename to vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.twig b/vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.twig rename to vendor/symfony/assetic-bundle/Tests/Resources/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/config/config.yml b/vendor/symfony/assetic-bundle/Tests/Resources/config/config.yml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/config/config.yml rename to vendor/symfony/assetic-bundle/Tests/Resources/config/config.yml diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/config/routing.yml b/vendor/symfony/assetic-bundle/Tests/Resources/config/routing.yml similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/config/routing.yml rename to vendor/symfony/assetic-bundle/Tests/Resources/config/routing.yml diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/javascript1.js b/vendor/symfony/assetic-bundle/Tests/Resources/web/javascript1.js similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/javascript1.js rename to vendor/symfony/assetic-bundle/Tests/Resources/web/javascript1.js diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/javascript2.js b/vendor/symfony/assetic-bundle/Tests/Resources/web/javascript2.js similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/javascript2.js rename to vendor/symfony/assetic-bundle/Tests/Resources/web/javascript2.js diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet1.css b/vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet1.css similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet1.css rename to vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet1.css diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet2.css b/vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet2.css similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet2.css rename to vendor/symfony/assetic-bundle/Tests/Resources/web/stylesheet2.css diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/Templating/AsseticHelperTest.php b/vendor/symfony/assetic-bundle/Tests/Templating/AsseticHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/Templating/AsseticHelperTest.php rename to vendor/symfony/assetic-bundle/Tests/Templating/AsseticHelperTest.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/TestBundle/Resources/css/bundle.css b/vendor/symfony/assetic-bundle/Tests/TestBundle/Resources/css/bundle.css similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/TestBundle/Resources/css/bundle.css rename to vendor/symfony/assetic-bundle/Tests/TestBundle/Resources/css/bundle.css diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/TestBundle/TestBundle.php b/vendor/symfony/assetic-bundle/Tests/TestBundle/TestBundle.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/TestBundle/TestBundle.php rename to vendor/symfony/assetic-bundle/Tests/TestBundle/TestBundle.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Tests/TestKernel.php b/vendor/symfony/assetic-bundle/Tests/TestKernel.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Tests/TestKernel.php rename to vendor/symfony/assetic-bundle/Tests/TestKernel.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Twig/AsseticExtension.php b/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Twig/AsseticExtension.php rename to vendor/symfony/assetic-bundle/Twig/AsseticExtension.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Twig/AsseticNode.php b/vendor/symfony/assetic-bundle/Twig/AsseticNode.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Twig/AsseticNode.php rename to vendor/symfony/assetic-bundle/Twig/AsseticNode.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Twig/AsseticNodeVisitor.php b/vendor/symfony/assetic-bundle/Twig/AsseticNodeVisitor.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Twig/AsseticNodeVisitor.php rename to vendor/symfony/assetic-bundle/Twig/AsseticNodeVisitor.php diff --git a/trunk/_vendor/symfony/assetic-bundle/Twig/AsseticTokenParser.php b/vendor/symfony/assetic-bundle/Twig/AsseticTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/Twig/AsseticTokenParser.php rename to vendor/symfony/assetic-bundle/Twig/AsseticTokenParser.php diff --git a/trunk/_vendor/symfony/assetic-bundle/UPGRADE.md b/vendor/symfony/assetic-bundle/UPGRADE.md similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/UPGRADE.md rename to vendor/symfony/assetic-bundle/UPGRADE.md diff --git a/trunk/_vendor/symfony/assetic-bundle/composer.json b/vendor/symfony/assetic-bundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/composer.json rename to vendor/symfony/assetic-bundle/composer.json diff --git a/trunk/_vendor/symfony/assetic-bundle/phpunit.xml.dist b/vendor/symfony/assetic-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/assetic-bundle/phpunit.xml.dist rename to vendor/symfony/assetic-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/monolog-bundle/.gitignore b/vendor/symfony/monolog-bundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/.gitignore rename to vendor/symfony/monolog-bundle/.gitignore diff --git a/trunk/_vendor/symfony/monolog-bundle/.travis.yml b/vendor/symfony/monolog-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/.travis.yml rename to vendor/symfony/monolog-bundle/.travis.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php b/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php b/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php b/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php b/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php b/vendor/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php b/vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php rename to vendor/symfony/monolog-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php b/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php rename to vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php diff --git a/trunk/_vendor/symfony/monolog-bundle/LICENSE b/vendor/symfony/monolog-bundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/LICENSE rename to vendor/symfony/monolog-bundle/LICENSE diff --git a/trunk/_vendor/symfony/monolog-bundle/MonologBundle.php b/vendor/symfony/monolog-bundle/MonologBundle.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/MonologBundle.php rename to vendor/symfony/monolog-bundle/MonologBundle.php diff --git a/trunk/_vendor/symfony/monolog-bundle/NotFoundActivationStrategy.php b/vendor/symfony/monolog-bundle/NotFoundActivationStrategy.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/NotFoundActivationStrategy.php rename to vendor/symfony/monolog-bundle/NotFoundActivationStrategy.php diff --git a/trunk/_vendor/symfony/monolog-bundle/README.md b/vendor/symfony/monolog-bundle/README.md similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/README.md rename to vendor/symfony/monolog-bundle/README.md diff --git a/trunk/_vendor/symfony/monolog-bundle/Resources/config/monolog.xml b/vendor/symfony/monolog-bundle/Resources/config/monolog.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Resources/config/monolog.xml rename to vendor/symfony/monolog-bundle/Resources/config/monolog.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Resources/config/schema/monolog-1.0.xsd b/vendor/symfony/monolog-bundle/Resources/config/schema/monolog-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Resources/config/schema/monolog-1.0.xsd rename to vendor/symfony/monolog-bundle/Resources/config/schema/monolog-1.0.xsd diff --git a/trunk/_vendor/symfony/monolog-bundle/Resources/doc/index.rst b/vendor/symfony/monolog-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Resources/doc/index.rst rename to vendor/symfony/monolog-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php b/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php rename to vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddProcessorsPassTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddProcessorsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddProcessorsPassTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddProcessorsPassTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddSwiftMailerTransportPassTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddSwiftMailerTransportPassTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddSwiftMailerTransportPassTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/AddSwiftMailerTransportPassTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/FixEmptyLoggerPassTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/FixEmptyLoggerPassTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/FixEmptyLoggerPassTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/FixEmptyLoggerPassTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/LoggerChannelPassTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/LoggerChannelPassTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/LoggerChannelPassTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Compiler/LoggerChannelPassTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/ConfigurationTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/ConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/ConfigurationTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/ConfigurationTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/DependencyInjectionTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/DependencyInjectionTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/DependencyInjectionTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/DependencyInjectionTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/FixtureMonologExtensionTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/FixtureMonologExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/FixtureMonologExtensionTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/FixtureMonologExtensionTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/handlers_with_channels.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/handlers_with_channels.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/handlers_with_channels.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/handlers_with_channels.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_email_recipients.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_email_recipients.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_email_recipients.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_email_recipients.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_handlers.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_handlers.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_handlers.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/multiple_handlers.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority_import.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority_import.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority_import.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_and_priority_import.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end_import.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end_import.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end_import.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/new_at_end_import.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting_import.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting_import.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting_import.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/overwriting_import.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/parameterized_handlers.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/parameterized_handlers.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/parameterized_handlers.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/parameterized_handlers.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_disabled.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_disabled.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_disabled.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_disabled.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/single_email_recipient.xml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/single_email_recipient.xml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/single_email_recipient.xml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/xml/single_email_recipient.xml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/handlers_with_channels.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/handlers_with_channels.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/handlers_with_channels.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/handlers_with_channels.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_email_recipients.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_email_recipients.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_email_recipients.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_email_recipients.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_handlers.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_handlers.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_handlers.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/multiple_handlers.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority_import.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority_import.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority_import.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_and_priority_import.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end_import.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end_import.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end_import.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/new_at_end_import.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting_import.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting_import.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting_import.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/overwriting_import.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/parameterized_handlers.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/parameterized_handlers.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/parameterized_handlers.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/parameterized_handlers.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_disabled.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_disabled.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_disabled.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_disabled.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/single_email_recipient.yml b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/single_email_recipient.yml similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/single_email_recipient.yml rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/Fixtures/yml/single_email_recipient.yml diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/MonologExtensionTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/MonologExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/MonologExtensionTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/MonologExtensionTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/XmlMonologExtensionTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/XmlMonologExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/XmlMonologExtensionTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/XmlMonologExtensionTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/YamlMonologExtensionTest.php b/vendor/symfony/monolog-bundle/Tests/DependencyInjection/YamlMonologExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/DependencyInjection/YamlMonologExtensionTest.php rename to vendor/symfony/monolog-bundle/Tests/DependencyInjection/YamlMonologExtensionTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/Tests/NotFoundActivationStrategyTest.php b/vendor/symfony/monolog-bundle/Tests/NotFoundActivationStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/Tests/NotFoundActivationStrategyTest.php rename to vendor/symfony/monolog-bundle/Tests/NotFoundActivationStrategyTest.php diff --git a/trunk/_vendor/symfony/monolog-bundle/composer.json b/vendor/symfony/monolog-bundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/composer.json rename to vendor/symfony/monolog-bundle/composer.json diff --git a/trunk/_vendor/symfony/monolog-bundle/phpunit.xml.dist b/vendor/symfony/monolog-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/monolog-bundle/phpunit.xml.dist rename to vendor/symfony/monolog-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/phpunit-bridge/.gitignore b/vendor/symfony/phpunit-bridge/.gitignore similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/.gitignore rename to vendor/symfony/phpunit-bridge/.gitignore diff --git a/trunk/_vendor/symfony/phpunit-bridge/CHANGELOG.md b/vendor/symfony/phpunit-bridge/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/CHANGELOG.md rename to vendor/symfony/phpunit-bridge/CHANGELOG.md diff --git a/trunk/_vendor/symfony/phpunit-bridge/ClockMock.php b/vendor/symfony/phpunit-bridge/ClockMock.php similarity index 94% rename from trunk/_vendor/symfony/phpunit-bridge/ClockMock.php rename to vendor/symfony/phpunit-bridge/ClockMock.php index 4c5432f2..bfc7566a 100644 --- a/trunk/_vendor/symfony/phpunit-bridge/ClockMock.php +++ b/vendor/symfony/phpunit-bridge/ClockMock.php @@ -25,6 +25,8 @@ class ClockMock } self::$now = is_numeric($enable) ? (float) $enable : ($enable ? microtime(true) : null); + + return null; } public static function time() @@ -50,10 +52,10 @@ class ClockMock public static function usleep($us) { if (null === self::$now) { - return \usleep($us); + \usleep($us); + } else { + self::$now += $us / 1000000; } - - self::$now += $us / 1000000; } public static function microtime($asFloat = false) @@ -104,7 +106,7 @@ function sleep(\$s) function usleep(\$us) { - return \\$self::usleep(\$us); + \\$self::usleep(\$us); } EOPHP diff --git a/trunk/_vendor/symfony/phpunit-bridge/CoverageListener.php b/vendor/symfony/phpunit-bridge/CoverageListener.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/CoverageListener.php rename to vendor/symfony/phpunit-bridge/CoverageListener.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php b/vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php similarity index 87% rename from trunk/_vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php rename to vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php index b81eff52..7cccd8eb 100644 --- a/trunk/_vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php +++ b/vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php @@ -11,6 +11,9 @@ namespace Symfony\Bridge\PhpUnit; +use PHPUnit\Framework\TestResult; +use PHPUnit\Util\ErrorHandler; + /** * Catch deprecation notices and print a summary report at the end of the test suite. * @@ -23,6 +26,7 @@ class DeprecationErrorHandler const MODE_DISABLED = 'disabled'; private static $isRegistered = false; + private static $isAtLeastPhpUnit83; /** * Registers and configures the deprecation handler. @@ -105,11 +109,8 @@ class DeprecationErrorHandler 'remaining vendor' => array(), ); $deprecationHandler = function ($type, $msg, $file, $line, $context = array()) use (&$deprecations, $getMode, $UtilPrefix, $inVendors) { - $mode = $getMode(); - if ((E_USER_DEPRECATED !== $type && E_DEPRECATED !== $type) || DeprecationErrorHandler::MODE_DISABLED === $mode) { - $ErrorHandler = $UtilPrefix.'ErrorHandler'; - - return $ErrorHandler::handleError($type, $msg, $file, $line, $context); + if ((E_USER_DEPRECATED !== $type && E_DEPRECATED !== $type && (E_WARNING !== $type || false === strpos($msg, '" targeting switch is equivalent to "break'))) || DeprecationErrorHandler::MODE_DISABLED === $mode = $getMode()) { + return \call_user_func(DeprecationErrorHandler::getPhpUnitErrorHandler(), $type, $msg, $file, $line, $context); } $trace = debug_backtrace(); @@ -179,12 +180,14 @@ class DeprecationErrorHandler ++$ref; } ++$deprecations[$group.'Count']; + + return null; }; $oldErrorHandler = set_error_handler($deprecationHandler); if (null !== $oldErrorHandler) { restore_error_handler(); - if (array($UtilPrefix.'ErrorHandler', 'handleError') === $oldErrorHandler) { + if ($oldErrorHandler instanceof ErrorHandler || array($UtilPrefix.'ErrorHandler', 'handleError') === $oldErrorHandler) { restore_error_handler(); self::register($mode); } @@ -282,18 +285,16 @@ class DeprecationErrorHandler { $deprecations = array(); $previousErrorHandler = set_error_handler(function ($type, $msg, $file, $line, $context = array()) use (&$deprecations, &$previousErrorHandler) { - if (E_USER_DEPRECATED !== $type && E_DEPRECATED !== $type) { + if (E_USER_DEPRECATED !== $type && E_DEPRECATED !== $type && (E_WARNING !== $type || false === strpos($msg, '" targeting switch is equivalent to "break'))) { if ($previousErrorHandler) { return $previousErrorHandler($type, $msg, $file, $line, $context); } - static $autoload = true; - $ErrorHandler = class_exists('PHPUnit_Util_ErrorHandler', $autoload) ? 'PHPUnit_Util_ErrorHandler' : 'PHPUnit\Util\ErrorHandler'; - $autoload = false; - - return $ErrorHandler::handleError($type, $msg, $file, $line, $context); + return \call_user_func(DeprecationErrorHandler::getPhpUnitErrorHandler(), $type, $msg, $file, $line, $context); } $deprecations[] = array(error_reporting(), $msg, $file); + + return null; }); register_shutdown_function(function () use ($outputFile, &$deprecations) { @@ -301,6 +302,32 @@ class DeprecationErrorHandler }); } + /** + * @internal + */ + public static function getPhpUnitErrorHandler() + { + if (!isset(self::$isAtLeastPhpUnit83)) { + self::$isAtLeastPhpUnit83 = class_exists('PHPUnit\Util\ErrorHandler') && method_exists('PHPUnit\Util\ErrorHandler', '__invoke'); + } + if (!self::$isAtLeastPhpUnit83) { + return (class_exists('PHPUnit_Util_ErrorHandler', false) ? 'PHPUnit_Util_' : 'PHPUnit\Util\\').'ErrorHandler::handleError'; + } + + foreach (debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS) as $frame) { + if (isset($frame['object']) && $frame['object'] instanceof TestResult) { + return new ErrorHandler( + $frame['object']->getConvertDeprecationsToExceptions(), + $frame['object']->getConvertErrorsToExceptions(), + $frame['object']->getConvertNoticesToExceptions(), + $frame['object']->getConvertWarningsToExceptions() + ); + } + } + + return function () { return false; }; + } + /** * Returns true if STDOUT is defined and supports colorization. * diff --git a/trunk/_vendor/symfony/phpunit-bridge/DnsMock.php b/vendor/symfony/phpunit-bridge/DnsMock.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/DnsMock.php rename to vendor/symfony/phpunit-bridge/DnsMock.php diff --git a/vendor/symfony/phpunit-bridge/LICENSE b/vendor/symfony/phpunit-bridge/LICENSE new file mode 100644 index 00000000..684fbf94 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014-2020 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/symfony/phpunit-bridge/Legacy/CommandForV5.php b/vendor/symfony/phpunit-bridge/Legacy/CommandForV5.php new file mode 100644 index 00000000..ed412848 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/Legacy/CommandForV5.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Bridge\PhpUnit\Legacy; + +/** + * {@inheritdoc} + * + * @internal + */ +class CommandForV5 extends \PHPUnit_TextUI_Command +{ + /** + * {@inheritdoc} + */ + protected function createRunner() + { + $this->arguments['listeners'] = isset($this->arguments['listeners']) ? $this->arguments['listeners'] : array(); + + $registeredLocally = false; + + foreach ($this->arguments['listeners'] as $registeredListener) { + if ($registeredListener instanceof SymfonyTestsListenerForV5) { + $registeredListener->globalListenerDisabled(); + $registeredLocally = true; + break; + } + } + + if (isset($this->arguments['configuration'])) { + $configuration = $this->arguments['configuration']; + if (!$configuration instanceof \PHPUnit_Util_Configuration) { + $configuration = \PHPUnit_Util_Configuration::getInstance($this->arguments['configuration']); + } + foreach ($configuration->getListenerConfiguration() as $registeredListener) { + if ('Symfony\Bridge\PhpUnit\SymfonyTestsListener' === ltrim($registeredListener['class'], '\\')) { + $registeredLocally = true; + break; + } + } + } + + if (!$registeredLocally) { + $this->arguments['listeners'][] = new SymfonyTestsListenerForV5(); + } + + return parent::createRunner(); + } +} diff --git a/vendor/symfony/phpunit-bridge/Legacy/CommandForV6.php b/vendor/symfony/phpunit-bridge/Legacy/CommandForV6.php new file mode 100644 index 00000000..93e1ad97 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/Legacy/CommandForV6.php @@ -0,0 +1,62 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Bridge\PhpUnit\Legacy; + +use PHPUnit\TextUI\Command as BaseCommand; +use PHPUnit\TextUI\TestRunner as BaseRunner; +use PHPUnit\Util\Configuration; +use Symfony\Bridge\PhpUnit\SymfonyTestsListener; + +/** + * {@inheritdoc} + * + * @internal + */ +class CommandForV6 extends BaseCommand +{ + /** + * {@inheritdoc} + */ + protected function createRunner(): BaseRunner + { + $this->arguments['listeners'] = isset($this->arguments['listeners']) ? $this->arguments['listeners'] : []; + + $registeredLocally = false; + + foreach ($this->arguments['listeners'] as $registeredListener) { + if ($registeredListener instanceof SymfonyTestsListener) { + $registeredListener->globalListenerDisabled(); + $registeredLocally = true; + break; + } + } + + if (isset($this->arguments['configuration'])) { + $configuration = $this->arguments['configuration']; + if (!$configuration instanceof Configuration) { + $configuration = Configuration::getInstance($this->arguments['configuration']); + } + foreach ($configuration->getListenerConfiguration() as $registeredListener) { + if ('Symfony\Bridge\PhpUnit\SymfonyTestsListener' === ltrim($registeredListener['class'], '\\')) { + $registeredLocally = true; + break; + } + } + } + + if (!$registeredLocally) { + $this->arguments['listeners'][] = new SymfonyTestsListener(); + } + + return parent::createRunner(); + } +} diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV5.php b/vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV5.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV5.php rename to vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV5.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV6.php b/vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV6.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV6.php rename to vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV6.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV7.php b/vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV7.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV7.php rename to vendor/symfony/phpunit-bridge/Legacy/CoverageListenerForV7.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php b/vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php similarity index 95% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php rename to vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php index 8e9bdbe9..47486dfb 100644 --- a/trunk/_vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php +++ b/vendor/symfony/phpunit-bridge/Legacy/CoverageListenerTrait.php @@ -76,7 +76,7 @@ class CoverageListenerTrait $cache = $r->getValue(); $cache = array_replace_recursive($cache, array( \get_class($test) => array( - 'covers' => array($sutFqcn), + 'covers' => \is_array($sutFqcn) ? $sutFqcn : array($sutFqcn), ), )); $r->setValue($testClass, $cache); @@ -95,11 +95,7 @@ class CoverageListenerTrait $sutFqcn = str_replace('\\Tests\\', '\\', $class); $sutFqcn = preg_replace('{Test$}', '', $sutFqcn); - if (!class_exists($sutFqcn)) { - return; - } - - return $sutFqcn; + return class_exists($sutFqcn) ? $sutFqcn : null; } public function __destruct() diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV5.php b/vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV5.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV5.php rename to vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV5.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV6.php b/vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV6.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV6.php rename to vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV6.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV7.php b/vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV7.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV7.php rename to vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerForV7.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php b/vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php similarity index 96% rename from trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php rename to vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php index 6333c4fd..54c15b67 100644 --- a/trunk/_vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php +++ b/vendor/symfony/phpunit-bridge/Legacy/SymfonyTestsListenerTrait.php @@ -37,7 +37,6 @@ class SymfonyTestsListenerTrait private $gatheredDeprecations = array(); private $previousErrorHandler; private $testsWithWarnings; - private $reportUselessTests; private $error; private $runsInSeparateProcess = false; @@ -83,6 +82,16 @@ class SymfonyTestsListenerTrait } } + public function __sleep() + { + throw new \BadMethodCallException('Cannot serialize '.__CLASS__); + } + + public function __wakeup() + { + throw new \BadMethodCallException('Cannot unserialize '.__CLASS__); + } + public function __destruct() { if (0 < $this->state) { @@ -188,10 +197,6 @@ class SymfonyTestsListenerTrait public function startTest($test) { if (-2 < $this->state && ($test instanceof \PHPUnit\Framework\TestCase || $test instanceof TestCase)) { - if (null !== $test->getTestResultObject()) { - $this->reportUselessTests = $test->getTestResultObject()->isStrictAboutTestsThatDoNotTestAnything(); - } - // This event is triggered before the test is re-run in isolation if ($this->willBeIsolated($test)) { $this->runsInSeparateProcess = tempnam(sys_get_temp_dir(), 'deprec'); @@ -257,11 +262,6 @@ class SymfonyTestsListenerTrait $classGroups = $Test::getGroups($className); $groups = $Test::getGroups($className, $test->getName(false)); - if (null !== $this->reportUselessTests) { - $test->getTestResultObject()->beStrictAboutTestsThatDoNotTestAnything($this->reportUselessTests); - $this->reportUselessTests = null; - } - if ($errored = null !== $this->error) { $test->getTestResultObject()->addError($test, $this->error, 0); $this->error = null; @@ -274,7 +274,8 @@ class SymfonyTestsListenerTrait foreach ($deprecations ? unserialize($deprecations) : array() as $deprecation) { $error = serialize(array('deprecation' => $deprecation[1], 'class' => $className, 'method' => $test->getName(false), 'triggering_file' => isset($deprecation[2]) ? $deprecation[2] : null)); if ($deprecation[0]) { - @trigger_error($error, E_USER_DEPRECATED); + // unsilenced on purpose + trigger_error($error, E_USER_DEPRECATED); } else { @trigger_error($error, E_USER_DEPRECATED); } @@ -346,6 +347,8 @@ class SymfonyTestsListenerTrait $msg = 'Unsilenced deprecation: '.$msg; } $this->gatheredDeprecations[] = $msg; + + return null; } /** diff --git a/trunk/_vendor/symfony/phpunit-bridge/README.md b/vendor/symfony/phpunit-bridge/README.md similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/README.md rename to vendor/symfony/phpunit-bridge/README.md diff --git a/trunk/_vendor/symfony/phpunit-bridge/SymfonyTestsListener.php b/vendor/symfony/phpunit-bridge/SymfonyTestsListener.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/SymfonyTestsListener.php rename to vendor/symfony/phpunit-bridge/SymfonyTestsListener.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/ClockMockTest.php b/vendor/symfony/phpunit-bridge/Tests/ClockMockTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/ClockMockTest.php rename to vendor/symfony/phpunit-bridge/Tests/ClockMockTest.php diff --git a/vendor/symfony/phpunit-bridge/Tests/CoverageListenerTest.php b/vendor/symfony/phpunit-bridge/Tests/CoverageListenerTest.php new file mode 100644 index 00000000..d69aee70 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/Tests/CoverageListenerTest.php @@ -0,0 +1,46 @@ +markTestSkipped('This test cannot be run on Windows.'); + } + + if (\defined('HHVM_VERSION')) { + $this->markTestSkipped('This test cannot be run on HHVM.'); + } + + exec('type phpdbg 2> /dev/null', $output, $returnCode); + + if (\PHP_VERSION_ID >= 70000 && 0 === $returnCode) { + $php = 'phpdbg -qrr'; + } else { + exec('php --ri xdebug -d zend_extension=xdebug.so 2> /dev/null', $output, $returnCode); + if (0 !== $returnCode) { + $this->markTestSkipped('Xdebug is required to run this test.'); + } + $php = 'php -d zend_extension=xdebug.so'; + } + + $dir = __DIR__.'/../Tests/Fixtures/coverage'; + $phpunit = $_SERVER['argv'][0]; + + exec("$php $phpunit -c $dir/phpunit-without-listener.xml.dist $dir/tests/ --coverage-text 2> /dev/null", $output); + $output = implode("\n", $output); + $this->assertStringContainsString('FooCov', $output); + + exec("$php $phpunit -c $dir/phpunit-with-listener.xml.dist $dir/tests/ --coverage-text 2> /dev/null", $output); + $output = implode("\n", $output); + $this->assertStringNotContainsString('FooCov', $output); + $this->assertStringContainsString("SutNotFoundTest::test\nCould not find the tested class.", $output); + $this->assertStringNotContainsString("CoversTest::test\nCould not find the tested class.", $output); + $this->assertStringNotContainsString("CoversDefaultClassTest::test\nCould not find the tested class.", $output); + $this->assertStringNotContainsString("CoversNothingTest::test\nCould not find the tested class.", $output); + } +} diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/default.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/default.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/default.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/default.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation.phar b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation.phar similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation.phar rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation.phar diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation/deprecation.php b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation/deprecation.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation/deprecation.php rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/deprecation/deprecation.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/disabled.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/disabled.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/disabled.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/disabled.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/autoload.php b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/autoload.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/autoload.php rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/autoload.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/installed.json b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/installed.json similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/installed.json rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/fake_vendor/composer/installed.json diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/regexp.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/regexp.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/regexp.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/regexp.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt b/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt rename to vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/DnsMockTest.php b/vendor/symfony/phpunit-bridge/Tests/DnsMockTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/DnsMockTest.php rename to vendor/symfony/phpunit-bridge/Tests/DnsMockTest.php diff --git a/vendor/symfony/phpunit-bridge/Tests/ExpectedDeprecationAnnotationTest.php b/vendor/symfony/phpunit-bridge/Tests/ExpectedDeprecationAnnotationTest.php new file mode 100644 index 00000000..259c9916 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/Tests/ExpectedDeprecationAnnotationTest.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Bridge\PhpUnit\Tests; + +use PHPUnit\Framework\TestCase; + +final class ExpectedDeprecationAnnotationTest extends TestCase +{ + /** + * Do not remove this test in the next major versions. + * + * @group legacy + * + * @expectedDeprecation foo + */ + public function testOne() + { + @trigger_error('foo', E_USER_DEPRECATED); + } + + /** + * Do not remove this test in the next major versions. + * + * @group legacy + * + * @expectedDeprecation foo + * @expectedDeprecation bar + */ + public function testMany() + { + @trigger_error('foo', E_USER_DEPRECATED); + @trigger_error('bar', E_USER_DEPRECATED); + } +} diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-with-listener.xml.dist b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-with-listener.xml.dist similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-with-listener.xml.dist rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-with-listener.xml.dist diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-without-listener.xml.dist b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-without-listener.xml.dist similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-without-listener.xml.dist rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/phpunit-without-listener.xml.dist diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/BarCov.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/BarCov.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/BarCov.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/BarCov.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/FooCov.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/FooCov.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/FooCov.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/src/FooCov.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/BarCovTest.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/BarCovTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/BarCovTest.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/BarCovTest.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversNothingTest.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversNothingTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversNothingTest.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversNothingTest.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversTest.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversTest.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/CoversTest.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/SutNotFindTest.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/SutNotFindTest.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/SutNotFindTest.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/SutNotFindTest.php diff --git a/trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/bootstrap.php b/vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/bootstrap.php rename to vendor/symfony/phpunit-bridge/Tests/Fixtures/coverage/tests/bootstrap.php diff --git a/vendor/symfony/phpunit-bridge/Tests/ProcessIsolationTest.php b/vendor/symfony/phpunit-bridge/Tests/ProcessIsolationTest.php new file mode 100644 index 00000000..b8125dc5 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/Tests/ProcessIsolationTest.php @@ -0,0 +1,33 @@ +addToAssertionCount(1); + } + + public function testCallingOtherErrorHandler() + { + $class = class_exists('PHPUnit\Framework\Exception') ? 'PHPUnit\Framework\Exception' : 'PHPUnit_Framework_Exception'; + $this->expectException($class); + $this->expectExceptionMessage('Test that PHPUnit\'s error handler fires.'); + + trigger_error('Test that PHPUnit\'s error handler fires.', E_USER_WARNING); + } +} diff --git a/trunk/_vendor/symfony/phpunit-bridge/TextUI/Command.php b/vendor/symfony/phpunit-bridge/TextUI/Command.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/TextUI/Command.php rename to vendor/symfony/phpunit-bridge/TextUI/Command.php diff --git a/vendor/symfony/phpunit-bridge/bin/simple-phpunit b/vendor/symfony/phpunit-bridge/bin/simple-phpunit new file mode 100755 index 00000000..11a40d55 --- /dev/null +++ b/vendor/symfony/phpunit-bridge/bin/simple-phpunit @@ -0,0 +1,250 @@ +#!/usr/bin/env php + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +// Please update when phpunit needs to be reinstalled with fresh deps: +// Cache-Id: 2019-09-19 17:00 UTC + +error_reporting(-1); + +$passthruOrFail = function ($command) { + passthru($command, $status); + + if ($status) { + exit($status); + } +}; + +if (PHP_VERSION_ID >= 70200) { + // PHPUnit 6 is required for PHP 7.2+ + $PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '6.5'; +} elseif (PHP_VERSION_ID >= 50600) { + // PHPUnit 4 does not support PHP 7 + $PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7'; +} else { + // PHPUnit 5.1 requires PHP 5.6+ + $PHPUNIT_VERSION = '4.8'; +} + +$COMPOSER_JSON = getenv('COMPOSER') ?: 'composer.json'; + +$root = __DIR__; +while (!file_exists($root.'/'.$COMPOSER_JSON) || file_exists($root.'/DeprecationErrorHandler.php')) { + if ($root === dirname($root)) { + break; + } + $root = dirname($root); +} + +$oldPwd = getcwd(); +$PHPUNIT_DIR = getenv('SYMFONY_PHPUNIT_DIR') ?: ($root.'/vendor/bin/.phpunit'); +$PHP = defined('PHP_BINARY') ? PHP_BINARY : 'php'; +$PHP = escapeshellarg($PHP); +if ('phpdbg' === PHP_SAPI) { + $PHP .= ' -qrr'; +} + +$defaultEnvs = array( + 'COMPOSER' => 'composer.json', + 'COMPOSER_VENDOR_DIR' => 'vendor', + 'COMPOSER_BIN_DIR' => 'bin', +); + +foreach ($defaultEnvs as $envName => $envValue) { + if ($envValue !== getenv($envName)) { + putenv("$envName=$envValue"); + $_SERVER[$envName] = $_ENV[$envName] = $envValue; + } +} + +$COMPOSER = file_exists($COMPOSER = $oldPwd.'/composer.phar') + || ($COMPOSER = rtrim('\\' === DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', `where.exe composer.phar`) : `which composer.phar 2> /dev/null`)) + || ($COMPOSER = rtrim('\\' === DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', `where.exe composer`) : `which composer 2> /dev/null`)) + ? (file_get_contents($COMPOSER, false, null, 0, 18) === '#!/usr/bin/env php' ? $PHP : '').' '.escapeshellarg($COMPOSER) // detect shell wrappers by looking at the shebang + : 'composer'; + +if (false === $SYMFONY_PHPUNIT_REMOVE = getenv('SYMFONY_PHPUNIT_REMOVE')) { + $SYMFONY_PHPUNIT_REMOVE = 'phpspec/prophecy symfony/yaml'; +} + +if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__FILE__)."\n".$SYMFONY_PHPUNIT_REMOVE !== @file_get_contents("$PHPUNIT_DIR/.$PHPUNIT_VERSION.md5")) { + // Build a standalone phpunit without symfony/yaml nor prophecy by default + + @mkdir($PHPUNIT_DIR, 0777, true); + chdir($PHPUNIT_DIR); + if (file_exists("phpunit-$PHPUNIT_VERSION")) { + passthru(sprintf('\\' === DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s > NUL': 'rm -rf %s', "phpunit-$PHPUNIT_VERSION.old")); + rename("phpunit-$PHPUNIT_VERSION", "phpunit-$PHPUNIT_VERSION.old"); + passthru(sprintf('\\' === DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s': 'rm -rf %s', "phpunit-$PHPUNIT_VERSION.old")); + } + $passthruOrFail("$COMPOSER create-project --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\""); + @copy("phpunit-$PHPUNIT_VERSION/phpunit.xsd", 'phpunit.xsd'); + chdir("phpunit-$PHPUNIT_VERSION"); + if ($SYMFONY_PHPUNIT_REMOVE) { + $passthruOrFail("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE); + } + if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) { + $passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\""); + } + + $passthruOrFail("$COMPOSER config --unset platform.php"); + if (file_exists($path = $root.'/vendor/symfony/phpunit-bridge')) { + $passthruOrFail("$COMPOSER require --no-update symfony/phpunit-bridge \"*@dev\""); + $passthruOrFail("$COMPOSER config repositories.phpunit-bridge path ".escapeshellarg(str_replace('/', DIRECTORY_SEPARATOR, $path))); + if ('\\' === DIRECTORY_SEPARATOR) { + file_put_contents('composer.json', preg_replace('/^( {8})"phpunit-bridge": \{$/m', "$0\n$1 ".'"options": {"symlink": false},', file_get_contents('composer.json'))); + } + } else { + $passthruOrFail("$COMPOSER require --no-update symfony/phpunit-bridge \"*\""); + } + $prevRoot = getenv('COMPOSER_ROOT_VERSION'); + putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99"); + $q = '\\' === DIRECTORY_SEPARATOR ? '"' : ''; + // --no-suggest is not in the list to keep compat with composer 1.0, which is shipped with Ubuntu 16.04LTS + $exit = proc_close(proc_open("$q$COMPOSER install --no-dev --prefer-dist --no-progress --ansi$q", array(), $p, getcwd())); + putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : '')); + if ($exit) { + exit($exit); + } + file_put_contents('phpunit', <<<'EOPHP' +setMaxDepth(getenv('SYMFONY_PHPUNIT_MAX_DEPTH') ?: 3); + + foreach ($finder as $file => $fileInfo) { + if ('phpunit.xml.dist' === $file) { + $components[] = dirname($fileInfo->getPathname()); + } + } + if ($components) { + array_shift($cmd); + } +} + +$cmd[0] = sprintf('%s %s --colors=always', $PHP, escapeshellarg("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit")); +$cmd = str_replace('%', '%%', implode(' ', $cmd)).' %1$s'; + +if ('\\' === DIRECTORY_SEPARATOR) { + $cmd = 'cmd /v:on /d /c "('.$cmd.')%2$s"'; +} else { + $cmd .= '%2$s'; +} + +if ($components) { + $skippedTests = isset($_SERVER['SYMFONY_PHPUNIT_SKIPPED_TESTS']) ? $_SERVER['SYMFONY_PHPUNIT_SKIPPED_TESTS'] : false; + $runningProcs = array(); + + foreach ($components as $component) { + // Run phpunit tests in parallel + + if ($skippedTests) { + putenv("SYMFONY_PHPUNIT_SKIPPED_TESTS=$component/$skippedTests"); + } + + $c = escapeshellarg($component); + + if ($proc = proc_open(sprintf($cmd, $c, " > $c/phpunit.stdout 2> $c/phpunit.stderr"), array(), $pipes)) { + $runningProcs[$component] = $proc; + } else { + $exit = 1; + echo "\033[41mKO\033[0m $component\n\n"; + } + } + + while ($runningProcs) { + usleep(300000); + $terminatedProcs = array(); + foreach ($runningProcs as $component => $proc) { + $procStatus = proc_get_status($proc); + if (!$procStatus['running']) { + $terminatedProcs[$component] = $procStatus['exitcode']; + unset($runningProcs[$component]); + proc_close($proc); + } + } + + foreach ($terminatedProcs as $component => $procStatus) { + foreach (array('out', 'err') as $file) { + $file = "$component/phpunit.std$file"; + readfile($file); + unlink($file); + } + + // Fail on any individual component failures but ignore some error codes on Windows when APCu is enabled: + // STATUS_STACK_BUFFER_OVERRUN (-1073740791/0xC0000409) + // STATUS_ACCESS_VIOLATION (-1073741819/0xC0000005) + // STATUS_HEAP_CORRUPTION (-1073740940/0xC0000374) + if ($procStatus && ('\\' !== DIRECTORY_SEPARATOR || !extension_loaded('apcu') || !filter_var(ini_get('apc.enable_cli'), FILTER_VALIDATE_BOOLEAN) || !in_array($procStatus, array(-1073740791, -1073741819, -1073740940)))) { + $exit = $procStatus; + echo "\033[41mKO\033[0m $component\n\n"; + } else { + echo "\033[32mOK\033[0m $component\n\n"; + } + } + } +} elseif (!isset($argv[1]) || 'install' !== $argv[1] || file_exists('install')) { + if (!class_exists('SymfonyBlacklistSimplePhpunit', false)) { + class SymfonyBlacklistSimplePhpunit {} + } + array_splice($argv, 1, 0, array('--colors=always')); + $_SERVER['argv'] = $argv; + $_SERVER['argc'] = ++$argc; + include "$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit"; +} + +exit($exit); diff --git a/trunk/_vendor/symfony/phpunit-bridge/bootstrap.php b/vendor/symfony/phpunit-bridge/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/bootstrap.php rename to vendor/symfony/phpunit-bridge/bootstrap.php diff --git a/vendor/symfony/phpunit-bridge/composer.json b/vendor/symfony/phpunit-bridge/composer.json new file mode 100644 index 00000000..25dcb0cd --- /dev/null +++ b/vendor/symfony/phpunit-bridge/composer.json @@ -0,0 +1,49 @@ +{ + "name": "symfony/phpunit-bridge", + "type": "symfony-bridge", + "description": "Symfony PHPUnit Bridge", + "keywords": [], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING", + "php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.", + "php": ">=5.3.3" + }, + "suggest": { + "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, + "autoload": { + "files": [ "bootstrap.php" ], + "psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "bin": [ + "bin/simple-phpunit" + ], + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + }, + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + } +} diff --git a/trunk/_vendor/symfony/phpunit-bridge/phpunit.xml.dist b/vendor/symfony/phpunit-bridge/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/phpunit-bridge/phpunit.xml.dist rename to vendor/symfony/phpunit-bridge/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/polyfill-apcu/Apcu.php b/vendor/symfony/polyfill-apcu/Apcu.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-apcu/Apcu.php rename to vendor/symfony/polyfill-apcu/Apcu.php diff --git a/vendor/symfony/polyfill-apcu/LICENSE b/vendor/symfony/polyfill-apcu/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-apcu/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-apcu/README.md b/vendor/symfony/polyfill-apcu/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-apcu/README.md rename to vendor/symfony/polyfill-apcu/README.md diff --git a/trunk/_vendor/symfony/polyfill-apcu/bootstrap.php b/vendor/symfony/polyfill-apcu/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-apcu/bootstrap.php rename to vendor/symfony/polyfill-apcu/bootstrap.php diff --git a/vendor/symfony/polyfill-apcu/composer.json b/vendor/symfony/polyfill-apcu/composer.json new file mode 100644 index 00000000..4b4939e2 --- /dev/null +++ b/vendor/symfony/polyfill-apcu/composer.json @@ -0,0 +1,31 @@ +{ + "name": "symfony/polyfill-apcu", + "type": "library", + "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", + "keywords": ["polyfill", "shim", "compatibility", "portable", "apcu"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Apcu\\": "" }, + "files": [ "bootstrap.php" ] + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/trunk/_vendor/symfony/polyfill-ctype/Ctype.php b/vendor/symfony/polyfill-ctype/Ctype.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-ctype/Ctype.php rename to vendor/symfony/polyfill-ctype/Ctype.php diff --git a/vendor/symfony/polyfill-ctype/LICENSE b/vendor/symfony/polyfill-ctype/LICENSE new file mode 100644 index 00000000..3f853aaf --- /dev/null +++ b/vendor/symfony/polyfill-ctype/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2018-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-ctype/README.md b/vendor/symfony/polyfill-ctype/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-ctype/README.md rename to vendor/symfony/polyfill-ctype/README.md diff --git a/trunk/_vendor/symfony/polyfill-ctype/bootstrap.php b/vendor/symfony/polyfill-ctype/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-ctype/bootstrap.php rename to vendor/symfony/polyfill-ctype/bootstrap.php diff --git a/vendor/symfony/polyfill-ctype/composer.json b/vendor/symfony/polyfill-ctype/composer.json new file mode 100644 index 00000000..2596c745 --- /dev/null +++ b/vendor/symfony/polyfill-ctype/composer.json @@ -0,0 +1,34 @@ +{ + "name": "symfony/polyfill-ctype", + "type": "library", + "description": "Symfony polyfill for ctype functions", + "keywords": ["polyfill", "compatibility", "portable", "ctype"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, + "files": [ "bootstrap.php" ] + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/vendor/symfony/polyfill-intl-icu/LICENSE b/vendor/symfony/polyfill-intl-icu/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-intl-icu/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-intl-icu/README.md b/vendor/symfony/polyfill-intl-icu/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-intl-icu/README.md rename to vendor/symfony/polyfill-intl-icu/README.md diff --git a/trunk/_vendor/symfony/polyfill-intl-icu/bootstrap.php b/vendor/symfony/polyfill-intl-icu/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-intl-icu/bootstrap.php rename to vendor/symfony/polyfill-intl-icu/bootstrap.php diff --git a/vendor/symfony/polyfill-intl-icu/composer.json b/vendor/symfony/polyfill-intl-icu/composer.json new file mode 100644 index 00000000..4195e2d2 --- /dev/null +++ b/vendor/symfony/polyfill-intl-icu/composer.json @@ -0,0 +1,34 @@ +{ + "name": "symfony/polyfill-intl-icu", + "type": "library", + "description": "Symfony polyfill for intl's ICU-related data and classes", + "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "icu"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3", + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" + }, + "autoload": { + "files": [ "bootstrap.php" ] + }, + "suggest": { + "ext-intl": "For best performance" + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/vendor/symfony/polyfill-mbstring/LICENSE b/vendor/symfony/polyfill-mbstring/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-mbstring/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-mbstring/Mbstring.php b/vendor/symfony/polyfill-mbstring/Mbstring.php similarity index 94% rename from trunk/_vendor/symfony/polyfill-mbstring/Mbstring.php rename to vendor/symfony/polyfill-mbstring/Mbstring.php index a5e4a8fd..15503bc9 100644 --- a/trunk/_vendor/symfony/polyfill-mbstring/Mbstring.php +++ b/vendor/symfony/polyfill-mbstring/Mbstring.php @@ -35,6 +35,7 @@ namespace Symfony\Polyfill\Mbstring; * - mb_strlen - Get string length * - mb_strpos - Find position of first occurrence of string in a string * - mb_strrpos - Find position of last occurrence of a string in a string + * - mb_str_split - Convert a string to an array * - mb_strtolower - Make a string lowercase * - mb_strtoupper - Make a string uppercase * - mb_substitute_character - Set/Get substitution character @@ -511,7 +512,9 @@ final class Mbstring $offset = 0; } elseif ($offset = (int) $offset) { if ($offset < 0) { - $haystack = self::mb_substr($haystack, 0, $offset, $encoding); + if (0 > $offset += self::mb_strlen($needle)) { + $haystack = self::mb_substr($haystack, 0, $offset, $encoding); + } $offset = 0; } else { $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); @@ -523,6 +526,45 @@ final class Mbstring return false !== $pos ? $offset + $pos : false; } + public static function mb_str_split($string, $split_length = 1, $encoding = null) + { + if (null !== $string && !\is_scalar($string) && !(\is_object($string) && \method_exists($string, '__toString'))) { + trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', E_USER_WARNING); + + return null; + } + + if (1 > $split_length = (int) $split_length) { + trigger_error('The length of each segment must be greater than zero', E_USER_WARNING); + + return false; + } + + if (null === $encoding) { + $encoding = mb_internal_encoding(); + } + + if ('UTF-8' === $encoding = self::getEncoding($encoding)) { + $rx = '/('; + while (65535 < $split_length) { + $rx .= '.{65535}'; + $split_length -= 65535; + } + $rx .= '.{'.$split_length.'})/us'; + + return preg_split($rx, $string, null, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); + } + + $result = array(); + $length = mb_strlen($string, $encoding); + + for ($i = 0; $i < $length; $i += $split_length) { + $result[] = mb_substr($string, $i, $split_length, $encoding); + } + + return $result; + } + public static function mb_strtolower($s, $encoding = null) { return self::mb_convert_case($s, MB_CASE_LOWER, $encoding); @@ -546,7 +588,7 @@ final class Mbstring { $encoding = self::getEncoding($encoding); if ('CP850' === $encoding || 'ASCII' === $encoding) { - return substr($s, $start, null === $length ? 2147483647 : $length); + return (string) substr($s, $start, null === $length ? 2147483647 : $length); } if ($start < 0) { @@ -786,11 +828,16 @@ final class Mbstring return self::$internalEncoding; } + if ('UTF-8' === $encoding) { + return 'UTF-8'; + } + $encoding = strtoupper($encoding); if ('8BIT' === $encoding || 'BINARY' === $encoding) { return 'CP850'; } + if ('UTF8' === $encoding) { return 'UTF-8'; } diff --git a/trunk/_vendor/symfony/polyfill-mbstring/README.md b/vendor/symfony/polyfill-mbstring/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-mbstring/README.md rename to vendor/symfony/polyfill-mbstring/README.md diff --git a/trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php rename to vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php diff --git a/trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php rename to vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php diff --git a/trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php rename to vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php diff --git a/vendor/symfony/polyfill-mbstring/bootstrap.php b/vendor/symfony/polyfill-mbstring/bootstrap.php new file mode 100644 index 00000000..204a41ba --- /dev/null +++ b/vendor/symfony/polyfill-mbstring/bootstrap.php @@ -0,0 +1,62 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Symfony\Polyfill\Mbstring as p; + +if (!function_exists('mb_strlen')) { + define('MB_CASE_UPPER', 0); + define('MB_CASE_LOWER', 1); + define('MB_CASE_TITLE', 2); + + function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); } + function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); } + function mb_encode_mimeheader($s, $charset = null, $transferEnc = null, $lf = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($s, $charset, $transferEnc, $lf, $indent); } + function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); } + function mb_encode_numericentity($s, $convmap, $enc = null, $is_hex = false) { return p\Mbstring::mb_encode_numericentity($s, $convmap, $enc, $is_hex); } + function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); } + function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); } + function mb_language($lang = null) { return p\Mbstring::mb_language($lang); } + function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } + function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } + function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); } + function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); } + function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); } + function mb_parse_str($s, &$result = array()) { parse_str($s, $result); } + function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); } + function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); } + function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); } + function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); } + function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); } + function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); } + function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); } + function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); } + function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); } + function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); } + function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); } + function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); } + function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); } + function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } + function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); } + function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); } + function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); } + function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); } + function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); } + function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $a, $b, $c, $d, $e, $f); } +} +if (!function_exists('mb_chr')) { + function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); } + function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); } + function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); } +} + +if (!function_exists('mb_str_split')) { + function mb_str_split($string, $split_length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $split_length, $encoding); } +} diff --git a/vendor/symfony/polyfill-mbstring/composer.json b/vendor/symfony/polyfill-mbstring/composer.json new file mode 100644 index 00000000..1a8bec5c --- /dev/null +++ b/vendor/symfony/polyfill-mbstring/composer.json @@ -0,0 +1,34 @@ +{ + "name": "symfony/polyfill-mbstring", + "type": "library", + "description": "Symfony polyfill for the Mbstring extension", + "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, + "files": [ "bootstrap.php" ] + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/vendor/symfony/polyfill-php56/LICENSE b/vendor/symfony/polyfill-php56/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-php56/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-php56/Php56.php b/vendor/symfony/polyfill-php56/Php56.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php56/Php56.php rename to vendor/symfony/polyfill-php56/Php56.php diff --git a/trunk/_vendor/symfony/polyfill-php56/README.md b/vendor/symfony/polyfill-php56/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-php56/README.md rename to vendor/symfony/polyfill-php56/README.md diff --git a/trunk/_vendor/symfony/polyfill-php56/bootstrap.php b/vendor/symfony/polyfill-php56/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php56/bootstrap.php rename to vendor/symfony/polyfill-php56/bootstrap.php diff --git a/vendor/symfony/polyfill-php56/composer.json b/vendor/symfony/polyfill-php56/composer.json new file mode 100644 index 00000000..e44ba956 --- /dev/null +++ b/vendor/symfony/polyfill-php56/composer.json @@ -0,0 +1,32 @@ +{ + "name": "symfony/polyfill-php56", + "type": "library", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "keywords": ["polyfill", "shim", "compatibility", "portable"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Php56\\": "" }, + "files": [ "bootstrap.php" ] + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/vendor/symfony/polyfill-php70/LICENSE b/vendor/symfony/polyfill-php70/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-php70/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-php70/Php70.php b/vendor/symfony/polyfill-php70/Php70.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Php70.php rename to vendor/symfony/polyfill-php70/Php70.php diff --git a/trunk/_vendor/symfony/polyfill-php70/README.md b/vendor/symfony/polyfill-php70/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/README.md rename to vendor/symfony/polyfill-php70/README.md diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php b/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php rename to vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php b/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php rename to vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php b/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php rename to vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/Error.php b/vendor/symfony/polyfill-php70/Resources/stubs/Error.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/Error.php rename to vendor/symfony/polyfill-php70/Resources/stubs/Error.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php b/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php rename to vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php b/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php rename to vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php diff --git a/trunk/_vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php b/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php rename to vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php diff --git a/trunk/_vendor/symfony/polyfill-php70/bootstrap.php b/vendor/symfony/polyfill-php70/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-php70/bootstrap.php rename to vendor/symfony/polyfill-php70/bootstrap.php diff --git a/vendor/symfony/polyfill-php70/composer.json b/vendor/symfony/polyfill-php70/composer.json new file mode 100644 index 00000000..9769a77a --- /dev/null +++ b/vendor/symfony/polyfill-php70/composer.json @@ -0,0 +1,33 @@ +{ + "name": "symfony/polyfill-php70", + "type": "library", + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "keywords": ["polyfill", "shim", "compatibility", "portable"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3", + "paragonie/random_compat": "~1.0|~2.0|~9.99" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, + "files": [ "bootstrap.php" ], + "classmap": [ "Resources/stubs" ] + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/trunk/_vendor/symfony/polyfill-util/Binary.php b/vendor/symfony/polyfill-util/Binary.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-util/Binary.php rename to vendor/symfony/polyfill-util/Binary.php diff --git a/trunk/_vendor/symfony/polyfill-util/BinaryNoFuncOverload.php b/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-util/BinaryNoFuncOverload.php rename to vendor/symfony/polyfill-util/BinaryNoFuncOverload.php diff --git a/trunk/_vendor/symfony/polyfill-util/BinaryOnFuncOverload.php b/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php similarity index 100% rename from trunk/_vendor/symfony/polyfill-util/BinaryOnFuncOverload.php rename to vendor/symfony/polyfill-util/BinaryOnFuncOverload.php diff --git a/vendor/symfony/polyfill-util/LICENSE b/vendor/symfony/polyfill-util/LICENSE new file mode 100644 index 00000000..4cd8bdd3 --- /dev/null +++ b/vendor/symfony/polyfill-util/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2019 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/trunk/_vendor/symfony/polyfill-util/README.md b/vendor/symfony/polyfill-util/README.md similarity index 100% rename from trunk/_vendor/symfony/polyfill-util/README.md rename to vendor/symfony/polyfill-util/README.md diff --git a/vendor/symfony/polyfill-util/TestListener.php b/vendor/symfony/polyfill-util/TestListener.php new file mode 100644 index 00000000..6b17d45c --- /dev/null +++ b/vendor/symfony/polyfill-util/TestListener.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Polyfill\Util; + +if (class_exists('PHPUnit_Runner_Version') && version_compare(\PHPUnit_Runner_Version::id(), '6.0.0', '<')) { + class_alias('Symfony\Polyfill\Util\TestListenerForV5', 'Symfony\Polyfill\Util\TestListener'); +// Using an early return instead of a else does not work when using the PHPUnit phar due to some weird PHP behavior (the class +// gets defined without executing the code before it and so the definition is not properly conditional) +} elseif (version_compare(\PHPUnit\Runner\Version::id(), '7.0.0', '<')) { + class_alias('Symfony\Polyfill\Util\TestListenerForV6', 'Symfony\Polyfill\Util\TestListener'); +} else { + class_alias('Symfony\Polyfill\Util\TestListenerForV7', 'Symfony\Polyfill\Util\TestListener'); +} + +if (false) { + class TestListener + { + } +} diff --git a/vendor/symfony/polyfill-util/TestListenerForV5.php b/vendor/symfony/polyfill-util/TestListenerForV5.php new file mode 100644 index 00000000..501053dd --- /dev/null +++ b/vendor/symfony/polyfill-util/TestListenerForV5.php @@ -0,0 +1,89 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Polyfill\Util; + +/** + * @author Nicolas Grekas + */ +class TestListenerForV5 extends \PHPUnit_Framework_TestSuite implements \PHPUnit_Framework_TestListener +{ + private $suite; + private $trait; + + public function __construct(\PHPUnit_Framework_TestSuite $suite = null) + { + if ($suite) { + $this->suite = $suite; + $this->setName($suite->getName().' with polyfills enabled'); + $this->addTest($suite); + } + $this->trait = new TestListenerTrait(); + } + + public function startTestSuite(\PHPUnit_Framework_TestSuite $suite) + { + $this->trait->startTestSuite($suite); + } + + public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time) + { + $this->trait->addError($test, $e, $time); + } + + public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time) + { + } + + public function addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time) + { + $this->trait->addError($test, $e, $time); + } + + public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) + { + } + + public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) + { + } + + public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) + { + } + + public function endTestSuite(\PHPUnit_Framework_TestSuite $suite) + { + } + + public function startTest(\PHPUnit_Framework_Test $test) + { + } + + public function endTest(\PHPUnit_Framework_Test $test, $time) + { + } + + public static function warning($message) + { + return parent::warning($message); + } + + protected function setUp() + { + TestListenerTrait::$enabledPolyfills = $this->suite->getName(); + } + + protected function tearDown() + { + TestListenerTrait::$enabledPolyfills = false; + } +} diff --git a/vendor/symfony/polyfill-util/TestListenerForV6.php b/vendor/symfony/polyfill-util/TestListenerForV6.php new file mode 100644 index 00000000..e9e87cbe --- /dev/null +++ b/vendor/symfony/polyfill-util/TestListenerForV6.php @@ -0,0 +1,95 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Polyfill\Util; + +use PHPUnit\Framework\AssertionFailedError; +use PHPUnit\Framework\Test; +use PHPUnit\Framework\TestListener as TestListenerInterface; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Framework\Warning; + +/** + * @author Nicolas Grekas + */ +class TestListenerForV6 extends TestSuite implements TestListenerInterface +{ + private $suite; + private $trait; + + public function __construct(TestSuite $suite = null) + { + if ($suite) { + $this->suite = $suite; + $this->setName($suite->getName().' with polyfills enabled'); + $this->addTest($suite); + } + $this->trait = new TestListenerTrait(); + } + + public function startTestSuite(TestSuite $suite) + { + $this->trait->startTestSuite($suite); + } + + public function addError(Test $test, \Exception $e, $time) + { + $this->trait->addError($test, $e, $time); + } + + public function addWarning(Test $test, Warning $e, $time) + { + } + + public function addFailure(Test $test, AssertionFailedError $e, $time) + { + $this->trait->addError($test, $e, $time); + } + + public function addIncompleteTest(Test $test, \Exception $e, $time) + { + } + + public function addRiskyTest(Test $test, \Exception $e, $time) + { + } + + public function addSkippedTest(Test $test, \Exception $e, $time) + { + } + + public function endTestSuite(TestSuite $suite) + { + } + + public function startTest(Test $test) + { + } + + public function endTest(Test $test, $time) + { + } + + public static function warning($message) + { + return parent::warning($message); + } + + protected function setUp() + { + TestListenerTrait::$enabledPolyfills = $this->suite->getName(); + } + + protected function tearDown() + { + TestListenerTrait::$enabledPolyfills = false; + } +} diff --git a/vendor/symfony/polyfill-util/TestListenerForV7.php b/vendor/symfony/polyfill-util/TestListenerForV7.php new file mode 100644 index 00000000..a5c3759b --- /dev/null +++ b/vendor/symfony/polyfill-util/TestListenerForV7.php @@ -0,0 +1,96 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Polyfill\Util; + +use PHPUnit\Framework\AssertionFailedError; +use PHPUnit\Framework\Test; +use PHPUnit\Framework\TestListener as TestListenerInterface; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Framework\Warning; +use PHPUnit\Framework\WarningTestCase; + +/** + * @author Ion Bazan + */ +class TestListenerForV7 extends TestSuite implements TestListenerInterface +{ + private $suite; + private $trait; + + public function __construct(TestSuite $suite = null) + { + if ($suite) { + $this->suite = $suite; + $this->setName($suite->getName().' with polyfills enabled'); + $this->addTest($suite); + } + $this->trait = new TestListenerTrait(); + } + + public function startTestSuite(TestSuite $suite): void + { + $this->trait->startTestSuite($suite); + } + + public function addError(Test $test, \Throwable $t, float $time): void + { + $this->trait->addError($test, $t, $time); + } + + public function addWarning(Test $test, Warning $e, float $time): void + { + } + + public function addFailure(Test $test, AssertionFailedError $e, float $time): void + { + $this->trait->addError($test, $e, $time); + } + + public function addIncompleteTest(Test $test, \Throwable $t, float $time): void + { + } + + public function addRiskyTest(Test $test, \Throwable $t, float $time): void + { + } + + public function addSkippedTest(Test $test, \Throwable $t, float $time): void + { + } + + public function endTestSuite(TestSuite $suite): void + { + } + + public function startTest(Test $test): void + { + } + + public function endTest(Test $test, float $time): void + { + } + + public static function warning($message): WarningTestCase + { + return new WarningTestCase($message); + } + + protected function setUp(): void + { + TestListenerTrait::$enabledPolyfills = $this->suite->getName(); + } + + protected function tearDown(): void + { + TestListenerTrait::$enabledPolyfills = false; + } +} diff --git a/trunk/_vendor/symfony/polyfill-util/TestListenerTrait.php b/vendor/symfony/polyfill-util/TestListenerTrait.php similarity index 88% rename from trunk/_vendor/symfony/polyfill-util/TestListenerTrait.php rename to vendor/symfony/polyfill-util/TestListenerTrait.php index dafc3aeb..d8047a0c 100644 --- a/trunk/_vendor/symfony/polyfill-util/TestListenerTrait.php +++ b/vendor/symfony/polyfill-util/TestListenerTrait.php @@ -25,7 +25,6 @@ class TestListenerTrait } self::$enabledPolyfills = false; $SkippedTestError = class_exists('PHPUnit\Framework\SkippedTestError') ? 'PHPUnit\Framework\SkippedTestError' : 'PHPUnit_Framework_SkippedTestError'; - $TestListener = class_exists('Symfony\Polyfill\Util\TestListener', false) ? 'Symfony\Polyfill\Util\TestListener' : 'Symfony\Polyfill\Util\LegacyTestListener'; foreach ($mainSuite->tests() as $suite) { $testClass = $suite->getName(); @@ -33,7 +32,7 @@ class TestListenerTrait continue; } if (!preg_match('/^(.+)\\\\Tests(\\\\.*)Test$/', $testClass, $m)) { - $mainSuite->addTest($TestListener::warning('Unknown naming convention for '.$testClass)); + $mainSuite->addTest(TestListener::warning('Unknown naming convention for '.$testClass)); continue; } if (!class_exists($m[1].$m[2])) { @@ -53,9 +52,9 @@ class TestListenerTrait try { eval($defLine); } catch (\PHPUnit_Framework_Exception $ex){ - $warnings[] = $TestListener::warning($ex->getMessage()); + $warnings[] = TestListener::warning($ex->getMessage()); } catch (\PHPUnit\Framework\Exception $ex) { - $warnings[] = $TestListener::warning($ex->getMessage()); + $warnings[] = TestListener::warning($ex->getMessage()); } } @@ -63,7 +62,7 @@ class TestListenerTrait foreach (new \RegexIterator($bootstrap, '/return p\\\\'.$testedClass->getShortName().'::/') as $defLine) { if (!preg_match('/^\s*function (?P[^\(]++)(?P\(.*\)) \{ (?return p\\\\'.$testedClass->getShortName().'::[^\(]++)(?P\([^\)]*+\)); \}$/', $defLine, $f)) { - $warnings[] = $TestListener::warning('Invalid line in bootstrap.php: '.trim($defLine)); + $warnings[] = TestListener::warning('Invalid line in bootstrap.php: '.trim($defLine)); continue; } $testNamespace = substr($testClass, 0, strrpos($testClass, '\\')); @@ -107,7 +106,7 @@ EOPHP if (!$warnings && null === $defLine) { $warnings[] = new $SkippedTestError('No Polyfills found in bootstrap.php for '.$testClass); } else { - $mainSuite->addTest(new $TestListener($suite)); + $mainSuite->addTest(new TestListener($suite)); } } foreach ($warnings as $w) { diff --git a/vendor/symfony/polyfill-util/composer.json b/vendor/symfony/polyfill-util/composer.json new file mode 100644 index 00000000..b53063ef --- /dev/null +++ b/vendor/symfony/polyfill-util/composer.json @@ -0,0 +1,30 @@ +{ + "name": "symfony/polyfill-util", + "type": "library", + "description": "Symfony utilities for portability of PHP codes", + "keywords": ["polyfill", "shim", "compat", "compatibility"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=5.3.3" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Util\\": "" } + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-master": "1.14-dev" + } + } +} diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/.gitignore b/vendor/symfony/swiftmailer-bundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/.gitignore rename to vendor/symfony/swiftmailer-bundle/.gitignore diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/.travis.yml b/vendor/symfony/swiftmailer-bundle/.travis.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/.travis.yml rename to vendor/symfony/swiftmailer-bundle/.travis.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/CHANGELOG b/vendor/symfony/swiftmailer-bundle/CHANGELOG similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/CHANGELOG rename to vendor/symfony/swiftmailer-bundle/CHANGELOG diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php b/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php rename to vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php b/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php rename to vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php b/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php rename to vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php b/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php rename to vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/RegisterPluginsPass.php b/vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/RegisterPluginsPass.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/RegisterPluginsPass.php rename to vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/RegisterPluginsPass.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/Configuration.php b/vendor/symfony/swiftmailer-bundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/Configuration.php rename to vendor/symfony/swiftmailer-bundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php b/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php rename to vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php b/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php rename to vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php b/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php rename to vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php b/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php rename to vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/config/schema/swiftmailer-1.0.xsd b/vendor/symfony/swiftmailer-bundle/Resources/config/schema/swiftmailer-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/config/schema/swiftmailer-1.0.xsd rename to vendor/symfony/swiftmailer-bundle/Resources/config/schema/swiftmailer-1.0.xsd diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/config/swiftmailer.xml b/vendor/symfony/swiftmailer-bundle/Resources/config/swiftmailer.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/config/swiftmailer.xml rename to vendor/symfony/swiftmailer-bundle/Resources/config/swiftmailer.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/doc/index.rst b/vendor/symfony/swiftmailer-bundle/Resources/doc/index.rst similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/doc/index.rst rename to vendor/symfony/swiftmailer-bundle/Resources/doc/index.rst diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/meta/LICENSE b/vendor/symfony/swiftmailer-bundle/Resources/meta/LICENSE similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/meta/LICENSE rename to vendor/symfony/swiftmailer-bundle/Resources/meta/LICENSE diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/views/Collector/icon.svg b/vendor/symfony/swiftmailer-bundle/Resources/views/Collector/icon.svg similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/views/Collector/icon.svg rename to vendor/symfony/swiftmailer-bundle/Resources/views/Collector/icon.svg diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Resources/views/Collector/swiftmailer.html.twig b/vendor/symfony/swiftmailer-bundle/Resources/views/Collector/swiftmailer.html.twig similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Resources/views/Collector/swiftmailer.html.twig rename to vendor/symfony/swiftmailer-bundle/Resources/views/Collector/swiftmailer.html.twig diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/SwiftmailerBundle.php b/vendor/symfony/swiftmailer-bundle/SwiftmailerBundle.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/SwiftmailerBundle.php rename to vendor/symfony/swiftmailer-bundle/SwiftmailerBundle.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/Command/SendEmailCommandTest.php b/vendor/symfony/swiftmailer-bundle/Tests/Command/SendEmailCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/Command/SendEmailCommandTest.php rename to vendor/symfony/swiftmailer-bundle/Tests/Command/SendEmailCommandTest.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/antiflood.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/antiflood.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/antiflood.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/antiflood.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/disable_delivery.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/disable_delivery.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/disable_delivery.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/disable_delivery.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/empty.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/empty.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/empty.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/empty.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/full.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/full.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/full.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/full.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/mail.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/mail.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/mail.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/mail.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/many_mailers.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/many_mailers.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/many_mailers.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/many_mailers.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null_mailer.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null_mailer.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null_mailer.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/null_mailer.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/one_mailer.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/one_mailer.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/one_mailer.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/one_mailer.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_multi.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_multi.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_multi.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_multi.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_single.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_single.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_single.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/redirect_single.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sender_address.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sender_address.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sender_address.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sender_address.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sendmail.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sendmail.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sendmail.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/sendmail.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/smtp.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/smtp.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/smtp.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/smtp.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_memory.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_memory.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_memory.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_memory.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service_invalid.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service_invalid.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service_invalid.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/spool_service_invalid.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/stream_options.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/stream_options.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/stream_options.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/stream_options.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/urls.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/urls.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/urls.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/php/urls.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/antiflood.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/antiflood.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/antiflood.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/antiflood.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/disable_delivery.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/disable_delivery.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/disable_delivery.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/disable_delivery.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/empty.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/empty.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/empty.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/empty.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/full.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/full.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/full.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/full.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/mail.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/mail.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/mail.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/mail.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/many_mailers.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/many_mailers.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/many_mailers.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/many_mailers.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null_mailer.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null_mailer.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null_mailer.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/null_mailer.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/one_mailer.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/one_mailer.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/one_mailer.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/one_mailer.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_multi.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_multi.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_multi.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_multi.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_single.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_single.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_single.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/redirect_single.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sender_address.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sender_address.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sender_address.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sender_address.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sendmail.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sendmail.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sendmail.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/sendmail.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/smtp.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/smtp.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/smtp.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/smtp.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_memory.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_memory.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_memory.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_memory.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service_invalid.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service_invalid.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service_invalid.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/spool_service_invalid.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/stream_options.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/stream_options.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/stream_options.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/stream_options.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/urls.xml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/urls.xml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/urls.xml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/xml/urls.xml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/antiflood.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/antiflood.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/antiflood.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/antiflood.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery_env.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery_env.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery_env.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/disable_delivery_env.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/empty.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/empty.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/empty.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/empty.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/env_variable.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/env_variable.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/env_variable.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/env_variable.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/full.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/full.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/full.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/full.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/mail.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/mail.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/mail.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/mail.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/many_mailers.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/many_mailers.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/many_mailers.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/many_mailers.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null_mailer.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null_mailer.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null_mailer.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/null_mailer.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/one_mailer.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/one_mailer.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/one_mailer.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/one_mailer.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_multi.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_multi.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_multi.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_multi.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_single.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_single.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_single.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/redirect_single.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sender_address.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sender_address.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sender_address.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sender_address.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sendmail.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sendmail.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sendmail.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/sendmail.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/smtp.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/smtp.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/smtp.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/smtp.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_memory.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_memory.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_memory.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_memory.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service_invalid.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service_invalid.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service_invalid.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/spool_service_invalid.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/stream_options.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/stream_options.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/stream_options.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/stream_options.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/urls.yml b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/urls.yml similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/urls.yml rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/Fixtures/config/yml/urls.yml diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerExtensionTest.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerExtensionTest.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerExtensionTest.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php b/vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php rename to vendor/symfony/swiftmailer-bundle/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/composer.json b/vendor/symfony/swiftmailer-bundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/composer.json rename to vendor/symfony/swiftmailer-bundle/composer.json diff --git a/trunk/_vendor/symfony/swiftmailer-bundle/phpunit.xml.dist b/vendor/symfony/swiftmailer-bundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/swiftmailer-bundle/phpunit.xml.dist rename to vendor/symfony/swiftmailer-bundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/.composer/config.json b/vendor/symfony/symfony/.composer/config.json similarity index 100% rename from trunk/_vendor/symfony/symfony/.composer/config.json rename to vendor/symfony/symfony/.composer/config.json diff --git a/trunk/_vendor/symfony/symfony/.editorconfig b/vendor/symfony/symfony/.editorconfig similarity index 100% rename from trunk/_vendor/symfony/symfony/.editorconfig rename to vendor/symfony/symfony/.editorconfig diff --git a/trunk/_vendor/symfony/symfony/.github/ISSUE_TEMPLATE.md b/vendor/symfony/symfony/.github/ISSUE_TEMPLATE.md similarity index 100% rename from trunk/_vendor/symfony/symfony/.github/ISSUE_TEMPLATE.md rename to vendor/symfony/symfony/.github/ISSUE_TEMPLATE.md diff --git a/trunk/_vendor/symfony/symfony/.github/PULL_REQUEST_TEMPLATE.md b/vendor/symfony/symfony/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from trunk/_vendor/symfony/symfony/.github/PULL_REQUEST_TEMPLATE.md rename to vendor/symfony/symfony/.github/PULL_REQUEST_TEMPLATE.md diff --git a/trunk/_vendor/symfony/symfony/.github/build-packages.php b/vendor/symfony/symfony/.github/build-packages.php similarity index 100% rename from trunk/_vendor/symfony/symfony/.github/build-packages.php rename to vendor/symfony/symfony/.github/build-packages.php diff --git a/trunk/_vendor/symfony/symfony/.gitignore b/vendor/symfony/symfony/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/.gitignore rename to vendor/symfony/symfony/.gitignore diff --git a/trunk/_vendor/symfony/symfony/.php_cs.dist b/vendor/symfony/symfony/.php_cs.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/.php_cs.dist rename to vendor/symfony/symfony/.php_cs.dist diff --git a/trunk/_vendor/symfony/symfony/.travis.yml b/vendor/symfony/symfony/.travis.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/.travis.yml rename to vendor/symfony/symfony/.travis.yml diff --git a/trunk/_vendor/symfony/symfony/CHANGELOG-3.0.md b/vendor/symfony/symfony/CHANGELOG-3.0.md similarity index 100% rename from trunk/_vendor/symfony/symfony/CHANGELOG-3.0.md rename to vendor/symfony/symfony/CHANGELOG-3.0.md diff --git a/trunk/_vendor/symfony/symfony/CHANGELOG-3.1.md b/vendor/symfony/symfony/CHANGELOG-3.1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/CHANGELOG-3.1.md rename to vendor/symfony/symfony/CHANGELOG-3.1.md diff --git a/trunk/_vendor/symfony/symfony/CONTRIBUTING.md b/vendor/symfony/symfony/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/symfony/symfony/CONTRIBUTING.md rename to vendor/symfony/symfony/CONTRIBUTING.md diff --git a/trunk/_vendor/symfony/symfony/CONTRIBUTORS.md b/vendor/symfony/symfony/CONTRIBUTORS.md similarity index 100% rename from trunk/_vendor/symfony/symfony/CONTRIBUTORS.md rename to vendor/symfony/symfony/CONTRIBUTORS.md diff --git a/trunk/_vendor/symfony/symfony/LICENSE b/vendor/symfony/symfony/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/LICENSE rename to vendor/symfony/symfony/LICENSE diff --git a/trunk/_vendor/symfony/symfony/README.md b/vendor/symfony/symfony/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/README.md rename to vendor/symfony/symfony/README.md diff --git a/trunk/_vendor/symfony/symfony/UPGRADE-3.0.md b/vendor/symfony/symfony/UPGRADE-3.0.md similarity index 100% rename from trunk/_vendor/symfony/symfony/UPGRADE-3.0.md rename to vendor/symfony/symfony/UPGRADE-3.0.md diff --git a/trunk/_vendor/symfony/symfony/UPGRADE-3.1.md b/vendor/symfony/symfony/UPGRADE-3.1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/UPGRADE-3.1.md rename to vendor/symfony/symfony/UPGRADE-3.1.md diff --git a/trunk/_vendor/symfony/symfony/UPGRADE-4.0.md b/vendor/symfony/symfony/UPGRADE-4.0.md similarity index 100% rename from trunk/_vendor/symfony/symfony/UPGRADE-4.0.md rename to vendor/symfony/symfony/UPGRADE-4.0.md diff --git a/trunk/_vendor/symfony/symfony/appveyor.yml b/vendor/symfony/symfony/appveyor.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/appveyor.yml rename to vendor/symfony/symfony/appveyor.yml diff --git a/trunk/_vendor/symfony/symfony/composer.json b/vendor/symfony/symfony/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/composer.json rename to vendor/symfony/symfony/composer.json diff --git a/trunk/_vendor/symfony/symfony/phpunit b/vendor/symfony/symfony/phpunit similarity index 100% rename from trunk/_vendor/symfony/symfony/phpunit rename to vendor/symfony/symfony/phpunit diff --git a/trunk/_vendor/symfony/symfony/phpunit.xml.dist b/vendor/symfony/symfony/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/phpunit.xml.dist rename to vendor/symfony/symfony/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/.gitignore b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ExpressionLanguage/DoctrineParserCache.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ExpressionLanguage/DoctrineParserCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ExpressionLanguage/DoctrineParserCache.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ExpressionLanguage/DoctrineParserCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityLoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityLoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityLoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityLoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/LICENSE b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/README.md b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/README.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/TestRepositoryFactory.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/TestRepositoryFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/TestRepositoryFactory.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Test/TestRepositoryFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataFixtures/ContainerAwareLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataFixtures/ContainerAwareLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataFixtures/ContainerAwareLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DataFixtures/ContainerAwareLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ExpressionLanguage/DoctrineParserCacheTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ExpressionLanguage/DoctrineParserCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ExpressionLanguage/DoctrineParserCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/ExpressionLanguage/DoctrineParserCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/ContainerAwareFixture.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/ContainerAwareFixture.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/ContainerAwareFixture.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/ContainerAwareFixture.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Embeddable/Identifier.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Embeddable/Identifier.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Embeddable/Identifier.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Embeddable/Identifier.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/HttpFoundation/DbalSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/HttpFoundation/DbalSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/HttpFoundation/DbalSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/HttpFoundation/DbalSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Logger/DbalLoggerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/composer.json b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/composer.json rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/.gitignore b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/SwiftMailerHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/SwiftMailerHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/SwiftMailerHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/SwiftMailerHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/LICENSE b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/README.md b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/README.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/LoggerTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/LoggerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/LoggerTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/LoggerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/composer.json b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/composer.json rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Monolog/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bridge/Monolog/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/.gitignore b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/ClockMock.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/ClockMock.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/ClockMock.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/ClockMock.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DnsMock.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DnsMock.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DnsMock.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DnsMock.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/LICENSE b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/README.md b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/README.md rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/disabled.phpt b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/disabled.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/disabled.phpt rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/disabled.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/regexp.phpt b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/regexp.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/regexp.phpt rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/regexp.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/Command.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/Command.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/TestRunner.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/TestRunner.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/TestRunner.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/TestRunner.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/composer.json b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/composer.json rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/.gitignore b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LICENSE b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/README.md b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/README.md rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/ContainerBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/ContainerBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/ContainerBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/ContainerBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/includes/foo.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/includes/foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/includes/foo.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/includes/foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_with_hints.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_with_hints.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_with_hints.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_with_hints.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/composer.json b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/composer.json rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bridge/ProxyManager/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/.gitignore b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRenderer.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRenderer.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngineInterface.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngineInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngineInterface.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngineInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererInterface.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererInterface.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/LICENSE b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/DumpNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/DumpNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/DumpNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/DumpNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/FormThemeNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/FormThemeNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/FormThemeNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/FormThemeNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/StopwatchNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/StopwatchNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/StopwatchNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/StopwatchNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransNode.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransNode.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Node/TransNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/README.md b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/README.md rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubFilesystemLoader.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubFilesystemLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubFilesystemLoader.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubFilesystemLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/child_label.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/child_label.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/child_label.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/child_label.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/page_dynamic_extends.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/page_dynamic_extends.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/page_dynamic_extends.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/page_dynamic_extends.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/parent_label.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/parent_label.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/parent_label.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/parent_label.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/syntax_error.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/syntax_error.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/syntax_error.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/syntax_error.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/with_translations.html.twig b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/with_translations.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/with_translations.html.twig rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Fixtures/extractor/with_translations.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TwigEngineTest.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TwigEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TwigEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/TwigEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/composer.json b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/composer.json rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bridge/Twig/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bridge/Twig/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bridge/Twig/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/.gitignore b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DebugBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DebugBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DebugBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DebugBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/LICENSE b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/schema/debug-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/schema/debug-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/schema/debug-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/schema/debug-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/icon.svg b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/icon.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/icon.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/icon.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/composer.json b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/composer.json rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/.gitignore b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassCacheCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassCacheCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassCacheCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassCacheCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinderInterface.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinderInterface.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStatusCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStopCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStopCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStopCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerStopCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/LoggingTranslatorPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/LoggingTranslatorPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/LoggingTranslatorPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/LoggingTranslatorPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationDumperPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationDumperPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationDumperPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationDumperPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationExtractorPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationExtractorPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationExtractorPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslationExtractorPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TranslatorPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/LICENSE b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/README.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/README.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_dev.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_dev.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_dev.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_dev.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_prod.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_prod.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_prod.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_prod.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_test.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_test.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_test.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_test.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_less.gif b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_less.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_less.gif rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_less.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_more.gif b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_more.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_more.gif rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/blue_picto_more.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/grey_magnifier.png b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/grey_magnifier.png similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/grey_magnifier.png rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/grey_magnifier.png diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/logo_symfony.png b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/logo_symfony.png similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/logo_symfony.png rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/images/logo_symfony.png diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/button_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/checkbox_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/checkbox_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/checkbox_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/checkbox_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_options.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_options.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_options.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_options.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_collapsed.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_expanded.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_expanded.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_expanded.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_expanded.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_options.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_options.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_options.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/choice_widget_options.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/collection_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/collection_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/collection_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/collection_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/container_attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/container_attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/container_attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/container_attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/date_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/date_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/date_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/date_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/datetime_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/datetime_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/datetime_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/datetime_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_enctype.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_enctype.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_enctype.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_enctype.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_end.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_end.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_end.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_end.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_errors.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_errors.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_errors.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_errors.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rest.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rest.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rest.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rest.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rows.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rows.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rows.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_rows.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_start.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_start.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_start.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_start.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_compound.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_compound.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_compound.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_compound.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/percent_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/percent_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/percent_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/percent_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/radio_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/radio_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/radio_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/radio_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/range_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/range_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/range_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/range_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/reset_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/reset_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/reset_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/reset_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/submit_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/submit_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/submit_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/submit_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/textarea_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/textarea_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/textarea_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/textarea_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_container_attributes.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_container_attributes.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_container_attributes.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget_container_attributes.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/button_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/button_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/button_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/button_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_widget_compound.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_widget_compound.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_widget_compound.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/form_widget_compound.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/hidden_row.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/hidden_row.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/hidden_row.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views/FormTable/hidden_row.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableUrlMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/StopwatchHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/StopwatchHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/StopwatchHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/StopwatchHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TimedPhpEngine.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TimedPhpEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TimedPhpEngine.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TimedPhpEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/TemplateFinderTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/TemplateFinderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/TemplateFinderTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/TemplateFinderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/ClientTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/ClientTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/ClientTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/ClientTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterDebugCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterDebugCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterDebugCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterDebugCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerNameParserTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerNameParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerNameParserTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerNameParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddCacheWarmerPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddCacheWarmerPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddCacheWarmerPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddCacheWarmerPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ConfigCachePassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ConfigCachePassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ConfigCachePassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ConfigCachePassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ControllerArgumentValueResolverPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ControllerArgumentValueResolverPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ControllerArgumentValueResolverPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ControllerArgumentValueResolverPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/FormPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/FormPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/FormPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/FormPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LoggingTranslatorPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LoggingTranslatorPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LoggingTranslatorPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LoggingTranslatorPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/PropertyInfoPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/PropertyInfoPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/PropertyInfoPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/PropertyInfoPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/SerializerPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/SerializerPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/SerializerPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/SerializerPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TranslatorPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/Resources/config/validation.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_disabled.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_disabled.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_disabled.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_disabled.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_php_assets_disabled.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_php_assets_disabled.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_php_assets_disabled.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_php_assets_disabled.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_annotations.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_annotations.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_annotations.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_annotations.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_multiple_static_methods.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_multiple_static_methods.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_multiple_static_methods.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_multiple_static_methods.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_no_static_method.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_no_static_method.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_no_static_method.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_no_static_method.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/translations/test_paths.en.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/translations/test_paths.en.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/translations/test_paths.en.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/translations/test_paths.en.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets_version_strategy_as_service.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets_version_strategy_as_service.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets_version_strategy_as_service.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets_version_strategy_as_service.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf_needs_session.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf_needs_session.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf_needs_session.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/csrf_needs_session.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/default_config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/default_config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/default_config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/default_config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/form_no_csrf.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/form_no_csrf.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/form_no_csrf.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/form_no_csrf.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/profiler.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/profiler.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/profiler.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/profiler.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_info.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_info.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_info.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_info.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/request.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/request.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/request.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/request.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_disabled.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_disabled.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_disabled.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_disabled.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_enabled.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_enabled.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_enabled.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_enabled.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/session.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/session.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/session.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/session.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_disabled.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_disabled.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_disabled.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_disabled.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_assets_disabled.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_assets_disabled.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_assets_disabled.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_php_assets_disabled.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/translator_fallbacks.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/translator_fallbacks.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/translator_fallbacks.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/translator_fallbacks.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_annotations.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_annotations.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_annotations.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_annotations.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_multiple_static_methods.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_multiple_static_methods.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_multiple_static_methods.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_multiple_static_methods.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_no_static_method.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_no_static_method.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_no_static_method.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_no_static_method.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/BaseBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/base.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/base.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/base.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/base.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/controller/base.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/controller/base.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/controller/base.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/controller/base.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/this.is.a.template.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/this.is.a.template.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/this.is.a.template.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BaseBundle/Resources/views/this.is.a.template.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/array_parameter.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tags.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_5.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_6.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/callable_7.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_event1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/event_dispatcher_1_events.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameter.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.txt b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/base.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/base.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/base.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/base.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/controller/custom.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/controller/custom.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/controller/custom.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/BaseBundle/views/controller/custom.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/translations/messages.fr.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/translations/messages.fr.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/translations/messages.fr.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/translations/messages.fr.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/resource.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/resource.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/resource.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/resource.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/this.is.a.template.format.engine b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/this.is.a.template.format.engine similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/this.is.a.template.format.engine rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/this.is.a.template.format.engine diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/Controller/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/Controller/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/Controller/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/Controller/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/FabpotFooBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/FabpotFooBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/FabpotFooBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Fabpot/FooBundle/FabpotFooBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/templates.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/templates.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/templates.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/templates.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AnnotatedController/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/no_annotations_cache.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/no_annotations_cache.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/no_annotations_cache.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AutowiringTypes/no_annotations_cache.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ContainerDump/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Profiler/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Resources/views/fragment.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Resources/views/fragment.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Resources/views/fragment.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Resources/views/fragment.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Serializer/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Session/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/default.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/default.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/default.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/default.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/framework.yml b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/framework.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/framework.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/framework.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/DelegatingEngineTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/DelegatingEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/DelegatingEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/DelegatingEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/GlobalVariablesTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/GlobalVariablesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/GlobalVariablesTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/GlobalVariablesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelperTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/RequestHelperTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/RequestHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/RequestHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/RequestHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Child/form_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Child/form_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Child/form_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Child/form_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_c_entry_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_c_entry_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_c_entry_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_c_entry_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_names_entry_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_names_entry_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_names_entry_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_names_entry_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_text_id_widget.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_text_id_widget.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_text_id_widget.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_text_id_widget.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_label.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_label.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_label.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_label.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_widget_simple.html.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_widget_simple.html.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_widget_simple.html.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Parent/form_widget_simple.html.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/SessionHelperTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/SessionHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/SessionHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/SessionHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/StopwatchHelperTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/StopwatchHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/StopwatchHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/StopwatchHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Loader/TemplateLocatorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Loader/TemplateLocatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Loader/TemplateLocatorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Loader/TemplateLocatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/PhpEngineTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/PhpEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/PhpEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/PhpEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateFilenameParserTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateFilenameParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateFilenameParserTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateFilenameParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateNameParserTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateNameParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateNameParserTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateNameParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateReferenceTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateReferenceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateReferenceTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateReferenceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TemplateTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/PhpExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/PhpExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/PhpExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/PhpExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpStringTokenParser.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpStringTokenParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpStringTokenParser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/PhpStringTokenParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/TranslationLoader.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/TranslationLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/TranslationLoader.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/TranslationLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/composer.json b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/composer.json rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/.gitignore b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SecurityFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SecurityFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SecurityFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SecurityFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/LICENSE b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/README.md b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/README.md rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/LogoutUrlHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/LogoutUrlHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/LogoutUrlHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/LogoutUrlHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/SecurityHelper.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/SecurityHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/SecurityHelper.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Templating/Helper/SecurityHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge_import.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge_import.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge_import.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge_import.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/remember_me_options.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/remember_me_options.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/remember_me_options.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/remember_me_options.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/AclBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/AclBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/AclBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/AclBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/Entity/Car.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/Entity/Car.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/Entity/Car.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AclBundle/Entity/Car.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/config/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/config/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/config/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/config/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/login.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/login.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/login.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/login.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/localized_routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/localized_routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/localized_routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/localized_routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Localized/login.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Localized/login.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Localized/login.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Localized/login.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SetAclCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SetAclCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SetAclCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SetAclCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routes_as_path.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routes_as_path.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routes_as_path.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routes_as_path.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/CsrfFormLogin/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config_form_login.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config_form_login.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config_form_login.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/config_form_login.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/FirewallEntryPoint/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/emptysalt.txt b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/emptysalt.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/emptysalt.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/emptysalt.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_form_failure_handler.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_form_failure_handler.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_form_failure_handler.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_form_failure_handler.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes_with_forward.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes_with_forward.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes_with_forward.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/localized_routes_with_forward.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routes_as_path.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routes_as_path.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routes_as_path.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routes_as_path.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/twig.yml b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/twig.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/twig.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/twig.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/.gitignore b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/DebugCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/DebugCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/DebugCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/DebugCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/LICENSE b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/README.md b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/README.md rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.css.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.css.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.css.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.css.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.js.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.js.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.js.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.js.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.json.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.json.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.json.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.json.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.xml.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.xml.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.xml.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.xml.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.atom.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.atom.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.atom.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.atom.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.css.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.css.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.css.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.css.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.js.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.js.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.js.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.js.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.json.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.json.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.json.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.json.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.rdf.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.rdf.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.rdf.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.rdf.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.txt.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.txt.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.txt.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.txt.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.txt.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.txt.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.txt.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.txt.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.xml.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.xml.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.xml.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.xml.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces_text.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces_text.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces_text.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces_text.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/PreviewErrorControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/PreviewErrorControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/PreviewErrorControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Controller/PreviewErrorControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildChildTwigBundle/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildChildTwigBundle/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildChildTwigBundle/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildChildTwigBundle/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildTwigBundle/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildTwigBundle/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildTwigBundle/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildChildTwigBundle/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildTwigBundle/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildTwigBundle/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildTwigBundle/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildChildTwigBundle/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildTwigBundle/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildTwigBundle/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildTwigBundle/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Bundle/ChildTwigBundle/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/TwigBundle/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/TwigBundle/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/TwigBundle/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/TwigBundle/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/customTemplateEscapingGuesser.yml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/customTemplateEscapingGuesser.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/customTemplateEscapingGuesser.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/customTemplateEscapingGuesser.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/empty.yml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/empty.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/empty.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/empty.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/extra.yml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/extra.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/extra.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/extra.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/full.yml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/full.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/full.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/yml/full.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/BarBundle/Resources/views/index.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/BarBundle/Resources/views/index.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/BarBundle/Resources/views/index.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/BarBundle/Resources/views/index.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Foo/index.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Foo/index.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Foo/index.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Foo/index.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/sub/sub.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/sub/sub.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/sub/sub.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Fixtures/templates/Resources/views/sub/sub.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/config/empty_routing.yml b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/config/empty_routing.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/config/empty_routing.yml rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/config/empty_routing.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/views/index.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/views/index.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/views/index.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Functional/Resources/views/index.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/composer.json b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/composer.json rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/.gitignore b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/.gitignore rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/LICENSE b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/LICENSE rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/README.md b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/README.md rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/ICONS_LICENSE.txt b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/ICONS_LICENSE.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/ICONS_LICENSE.txt rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/ICONS_LICENSE.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/bin/sync_assets.sh b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/bin/sync_assets.sh similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/bin/sync_assets.sh rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/bin/sync_assets.sh diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/router.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/router.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/router.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/router.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/ajax.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/ajax.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/ajax.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/ajax.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/close.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/close.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/close.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/close.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/event.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/event.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/event.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/event.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/forward.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/forward.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/forward.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/forward.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/no.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/no.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/no.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/no.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/redirect.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/redirect.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/redirect.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/redirect.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/request.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/request.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/request.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/request.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/router.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/router.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/router.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/router.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/search.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/search.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/search.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/search.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/symfony.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/symfony.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/symfony.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/symfony.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/time.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/time.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/time.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/time.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/translation.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/translation.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/translation.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/translation.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/twig.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/twig.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/twig.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/twig.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/yes.svg b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/yes.svg similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/yes.svg rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/yes.svg diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/ajax_layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/ajax_layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/ajax_layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/ajax_layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/info.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/info.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/info.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/info.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/table.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/table.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/table.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/table.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Fixtures/profile.data b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Fixtures/profile.data similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Fixtures/profile.data rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Fixtures/profile.data diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/composer.json b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/composer.json rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Asset/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Asset/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Asset/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Asset/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/NullContext.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/NullContext.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/NullContext.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Context/NullContext.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Asset/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Asset/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/README.md b/vendor/symfony/symfony/src/Symfony/Component/Asset/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Asset/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackagesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackagesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackagesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PackagesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PathPackageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PathPackageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PathPackageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/PathPackageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/UrlPackageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/UrlPackageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/UrlPackageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/UrlPackageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/UrlPackage.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/UrlPackage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/UrlPackage.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/UrlPackage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Asset/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Asset/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Asset/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Asset/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Asset/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Cookie.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Cookie.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Cookie.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Cookie.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/README.md b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/README.md rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Request.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Request.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Request.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Request.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Response.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Response.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Response.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Response.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ClientTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ClientTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ClientTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ClientTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/CookieTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/RequestTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/RequestTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/RequestTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/RequestTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/composer.json b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/BrowserKit/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/BrowserKit/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Cache/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Cache/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ChainAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ChainAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ChainAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ChainAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/DoctrineAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/DoctrineAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/DoctrineAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/DoctrineAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/RedisAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/RedisAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/RedisAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/RedisAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Cache/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Cache/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/CacheException.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/CacheException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/CacheException.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/CacheException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Cache/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Cache/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/README.md b/vendor/symfony/symfony/src/Symfony/Component/Cache/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Cache/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/DoctrineAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/CacheItemTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/CacheItemTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/CacheItemTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/CacheItemTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/DoctrineProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/DoctrineProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/DoctrineProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/DoctrineProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php b/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Cache/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Cache/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Cache/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Cache/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Cache/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ApcClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ApcClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ApcClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ApcClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Psr4ClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Psr4ClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Psr4ClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Psr4ClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/README.md b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/README.md rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithDirMagic.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithDirMagic.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithDirMagic.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithDirMagic.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithFileMagic.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithFileMagic.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithFileMagic.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithFileMagic.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithHaltCompiler.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithHaltCompiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithHaltCompiler.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithHaltCompiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithStrictTypes.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithStrictTypes.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithStrictTypes.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithStrictTypes.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.5/class_cons.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.5/class_cons.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.5/class_cons.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/php5.5/class_cons.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/WinCacheClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/WinCacheClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/WinCacheClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/WinCacheClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/XcacheClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/XcacheClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/XcacheClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/XcacheClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/composer.json b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ClassLoader/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/ClassLoader/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Config/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Config/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Config/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Config/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/EnumNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/EnumNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/EnumNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/EnumNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/DuplicateKeyException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/DuplicateKeyException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/DuplicateKeyException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/DuplicateKeyException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/Exception.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/Exception.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/Exception.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/Exception.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/FloatNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/FloatNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/FloatNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/FloatNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderLoadException.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderLoadException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderLoadException.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Exception/FileLoaderLoadException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php b/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Config/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Config/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/README.md b/vendor/symfony/symfony/src/Symfony/Component/Config/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Config/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileExistenceResource.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileExistenceResource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileExistenceResource.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileExistenceResource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ConfigCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/MergeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/MergeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/MergeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/MergeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Exception/FileLoaderLoadExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Exception/FileLoaderLoadExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Exception/FileLoaderLoadExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Exception/FileLoaderLoadExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/FileLocatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/FileLocatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/FileLocatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/FileLocatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Again/foo.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Again/foo.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Again/foo.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Again/foo.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/document_type.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/document_type.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/document_type.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/document_type.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid_schema.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid_schema.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid_schema.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/invalid_schema.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/schema.xsd b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/schema.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/schema.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/schema.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/valid.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/valid.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/valid.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/Util/valid.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/foo.xml b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/foo.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/foo.xml rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Fixtures/foo.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/DelegatingLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/DelegatingLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/DelegatingLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/DelegatingLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php b/vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Config/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Config/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Config/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Config/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Config/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Console/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Console/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Application.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Application.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Application.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Console/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/HelpCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Command/HelpCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/HelpCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Command/HelpCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/ListCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Command/ListCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Command/ListCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Command/ListCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/ConsoleEvents.php b/vendor/symfony/symfony/src/Symfony/Component/Console/ConsoleEvents.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/ConsoleEvents.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/ConsoleEvents.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/Descriptor.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/Descriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/Descriptor.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/Descriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/TextDescriptor.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/TextDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/TextDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/TextDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleExceptionEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleExceptionEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleExceptionEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleExceptionEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/CommandNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/CommandNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/CommandNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/CommandNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidOptionException.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidOptionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidOptionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/InvalidOptionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DescriptorHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DescriptorHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DescriptorHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DescriptorHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/FormatterHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/FormatterHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/FormatterHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/FormatterHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Helper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Helper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Helper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Helper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperSet.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperSet.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperSet.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/HelperSet.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/InputAwareHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/InputAwareHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/InputAwareHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/InputAwareHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProcessHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProcessHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProcessHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProcessHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressBar.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressBar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressBar.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressBar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressIndicator.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressIndicator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressIndicator.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/ProgressIndicator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/QuestionHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/QuestionHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/QuestionHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/QuestionHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Table.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Table.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Table.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/Table.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableCell.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableCell.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableCell.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableCell.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableSeparator.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableSeparator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableSeparator.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableSeparator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableStyle.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableStyle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableStyle.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Helper/TableStyle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArgvInput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArgvInput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArgvInput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArgvInput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArrayInput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArrayInput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArrayInput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArrayInput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/Input.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/Input.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/Input.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/Input.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputArgument.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputArgument.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputArgument.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputArgument.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputOption.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputOption.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputOption.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputOption.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/StringInput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Input/StringInput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Input/StringInput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Input/StringInput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Console/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Console/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Logger/ConsoleLogger.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Logger/ConsoleLogger.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Logger/ConsoleLogger.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Logger/ConsoleLogger.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/BufferedOutput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/BufferedOutput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/BufferedOutput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/BufferedOutput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/NullOutput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/NullOutput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/NullOutput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/NullOutput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/Output.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/Output.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/Output.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/Output.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/OutputInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/OutputInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/OutputInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/OutputInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/StreamOutput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Output/StreamOutput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Output/StreamOutput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Output/StreamOutput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/ChoiceQuestion.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Question/ChoiceQuestion.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/ChoiceQuestion.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Question/ChoiceQuestion.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/ConfirmationQuestion.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Question/ConfirmationQuestion.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/ConfirmationQuestion.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Question/ConfirmationQuestion.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/Question.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Question/Question.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Question/Question.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Question/Question.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/README.md b/vendor/symfony/symfony/src/Symfony/Component/Console/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Resources/bin/hiddeninput.exe b/vendor/symfony/symfony/src/Symfony/Component/Console/Resources/bin/hiddeninput.exe similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Resources/bin/hiddeninput.exe rename to vendor/symfony/symfony/src/Symfony/Component/Console/Resources/bin/hiddeninput.exe diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/OutputStyle.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Style/OutputStyle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/OutputStyle.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Style/OutputStyle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/StyleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Style/StyleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/StyleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Style/StyleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/SymfonyStyle.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Style/SymfonyStyle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Style/SymfonyStyle.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Style/SymfonyStyle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tester/ApplicationTester.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tester/ApplicationTester.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tester/ApplicationTester.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tester/ApplicationTester.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tester/CommandTester.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tester/CommandTester.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tester/CommandTester.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tester/CommandTester.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/ApplicationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/ApplicationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/ApplicationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/ApplicationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/CommandTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/CommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/CommandTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/CommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_gethelp.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_gethelp.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_gethelp.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_gethelp.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3decorated.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3decorated.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3decorated.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3decorated.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_definition_4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_5.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_6.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.json b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.md b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.md rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.txt b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.txt rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.xml b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.xml rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/HelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/TableTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/InputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/StringInputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/StringInputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/StringInputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Input/StringInputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/OutputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/OutputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/OutputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/OutputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Console/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Console/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Console/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Console/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Console/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/CssSelectorConverter.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/CssSelectorConverter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/CssSelectorConverter.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/CssSelectorConverter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ParseException.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ParseException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ParseException.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/ParseException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AbstractNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AbstractNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AbstractNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AbstractNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AttributeNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AttributeNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AttributeNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/AttributeNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ClassNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ClassNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ClassNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ClassNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ElementNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ElementNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ElementNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/ElementNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/FunctionNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/FunctionNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/FunctionNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/FunctionNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/HashNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/HashNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/HashNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/HashNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NegationNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NegationNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NegationNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NegationNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NodeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NodeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NodeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/NodeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/PseudoNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/PseudoNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/PseudoNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/PseudoNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/SelectorNode.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/SelectorNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/SelectorNode.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/SelectorNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/Specificity.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/Specificity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/Specificity.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Node/Specificity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Parser.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Parser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Parser.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Parser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/ParserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/ParserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/ParserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/ParserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Reader.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Reader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Reader.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Reader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Token.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Token.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Token.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Token.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/TokenStream.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/TokenStream.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/TokenStream.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/TokenStream.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/README.md b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/README.md rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/ids.html b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/ids.html similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/ids.html rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/ids.html diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/lang.xml b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/lang.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/lang.xml rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/lang.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/shakespear.html b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/shakespear.html similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/shakespear.html rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/Fixtures/shakespear.html diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Translator.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Translator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Translator.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Translator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/XPathExpr.php b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/XPathExpr.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/XPathExpr.php rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/XPathExpr.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/composer.json b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/CssSelector/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/CssSelector/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/CssSelector/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Debug/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Debug/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Debug/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Debug/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ClassNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ClassNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ClassNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ClassNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ContextErrorException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ContextErrorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ContextErrorException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/ContextErrorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedFunctionException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedFunctionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedFunctionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedFunctionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedMethodException.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedMethodException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedMethodException.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/UndefinedMethodException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Debug/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Debug/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/README.md b/vendor/symfony/symfony/src/Symfony/Component/Debug/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Debug/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/README.md b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.m4 b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.m4 similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.m4 rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.m4 diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.w32 b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.w32 similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.w32 rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/config.w32 diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/symfony_debug.c b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/symfony_debug.c similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/symfony_debug.c rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/symfony_debug.c diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/001.phpt b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/001.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/001.phpt rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/001.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002.phpt b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002.phpt rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002_1.phpt b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002_1.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002_1.phpt rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/002_1.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/003.phpt b/vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/003.phpt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/003.phpt rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Resources/ext/tests/003.phpt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedClass.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/DeprecatedInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/NonDeprecatedInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/NonDeprecatedInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/NonDeprecatedInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/NonDeprecatedInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/PEARClass.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/PEARClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/PEARClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/PEARClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ToStringThrower.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ToStringThrower.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ToStringThrower.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/ToStringThrower.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/casemismatch.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/casemismatch.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/casemismatch.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/casemismatch.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures2/RequiredTwice.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures2/RequiredTwice.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures2/RequiredTwice.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Fixtures2/RequiredTwice.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/HeaderMock.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/HeaderMock.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/HeaderMock.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/HeaderMock.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/MockExceptionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/MockExceptionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/MockExceptionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/MockExceptionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Debug/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Debug/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Debug/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Debug/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Debug/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/AutowireServiceResource.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/AutowireServiceResource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/AutowireServiceResource.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/AutowireServiceResource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Parameter.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Parameter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Parameter.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Parameter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/README.md b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/README.md rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Config/AutowireServiceResourceTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Config/AutowireServiceResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Config/AutowireServiceResourceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Config/AutowireServiceResourceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/import/import.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/import/import.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/import/import.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/import/import.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.ini b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.ini rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/recurse/simple.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services1.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services1.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services1.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services1.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10-1.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10-1.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10-1.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10-1.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services10.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services13.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services13.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services13.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services13.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services14.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services14.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services14.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services14.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services17.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services17.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services17.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services17.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services18.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services18.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services18.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services18.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/FooVariadic.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/FooVariadic.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/FooVariadic.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/FooVariadic.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/schema/project-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/schema/project-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/schema/project-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/schema/project-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/nonvalid.ini b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/nonvalid.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/nonvalid.ini rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/nonvalid.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters.ini b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters.ini rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters1.ini b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters1.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters1.ini rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters1.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters2.ini b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters2.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters2.ini rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/parameters2.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services4.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services4.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nonvalid.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nonvalid.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nonvalid.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nonvalid.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services13.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services13.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services13.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services13.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/withdoctype.xml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/withdoctype.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/withdoctype.xml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/withdoctype.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_calls.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_calls.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_calls.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_calls.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_decorates.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_decorates.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_decorates.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_decorates.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_format.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_format.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_format.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_format.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_import.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_import.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_import.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_import.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_imports.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_imports.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_imports.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_imports.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_parameters.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_parameters.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_parameters.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_parameters.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_service.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_service.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_service.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_service.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_services.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_services.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_services.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_services.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types1.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types1.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types2.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types2.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/bad_types2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag4.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag4.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag4.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag4.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_alias_definition.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_alias_definition.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_alias_definition.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_alias_definition.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_definition.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_definition.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_definition.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/legacy_invalid_definition.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid1.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid1.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid2.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid2.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/nonvalid2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services10.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services10.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services10.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services10.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services11.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services11.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services11.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services11.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services13.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services13.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services13.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services13.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services2.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services2.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services21.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services21.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services21.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services21.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services22.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services22.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services22.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services22.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services23.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services23.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services23.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services23.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services24.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services24.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services24.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services24.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services3.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services3.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services3.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services3.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4_bad_import.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4_bad_import.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4_bad_import.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services4_bad_import.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services7.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services7.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services7.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services7.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_empty_string.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_empty_string.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_empty_string.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_empty_string.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_no_string.yml b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_no_string.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_no_string.yml rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/tag_name_no_string.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/composer.json b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/AbstractUriElement.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/AbstractUriElement.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/AbstractUriElement.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/AbstractUriElement.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Crawler.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Crawler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Crawler.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Crawler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FileFormField.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FileFormField.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FileFormField.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FileFormField.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FormField.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FormField.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FormField.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/FormField.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/InputFormField.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/InputFormField.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/InputFormField.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/InputFormField.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Form.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Form.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Form.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Form.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/FormFieldRegistry.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/FormFieldRegistry.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/FormFieldRegistry.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/FormFieldRegistry.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Image.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Image.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Image.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Image.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Link.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Link.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Link.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Link.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/README.md b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/README.md rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/no-extension b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/no-extension similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/no-extension rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/no-extension diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/windows-1250.html b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/windows-1250.html similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/windows-1250.html rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/Fixtures/windows-1250.html diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/FormTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/FormTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/FormTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/FormTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/ImageTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/ImageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/ImageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/ImageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/LinkTest.php b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/LinkTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/LinkTest.php rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/Tests/LinkTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/composer.json b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/DomCrawler/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/DomCrawler/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Event.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Event.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Event.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Event.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/GenericEvent.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/GenericEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/GenericEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/GenericEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/README.md b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/README.md rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/EventTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/composer.json b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ArrayParserCache.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ArrayParserCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ArrayParserCache.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ArrayParserCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ParserCacheInterface.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ParserCacheInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ParserCacheInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParserCache/ParserCacheInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/README.md b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/README.md rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SyntaxError.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SyntaxError.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SyntaxError.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/SyntaxError.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/composer.json b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOException.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOException.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/LockHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/LockHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/LockHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/LockHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/README.md b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Filesystem/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Filesystem/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Filesystem/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Finder/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Finder/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Finder/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Finder/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/DateComparator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/DateComparator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/DateComparator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/DateComparator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/AccessDeniedException.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/AccessDeniedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/AccessDeniedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/AccessDeniedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SortableIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SortableIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SortableIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/SortableIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Finder/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Finder/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/README.md b/vendor/symfony/symfony/src/Symfony/Component/Finder/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Finder/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/FinderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/FinderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/FinderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/FinderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/C/abc.dat b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/C/abc.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/C/abc.dat rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/C/abc.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/ab.dat b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/ab.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/ab.dat rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/B/ab.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/a.dat b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/a.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/a.dat rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/A/a.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/ab.dat.copy b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/ab.dat.copy similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/ab.dat.copy rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/B/ab.dat.copy diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/a.dat.copy b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/a.dat.copy similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/a.dat.copy rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/copy/A/a.dat.copy diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/ipsum.txt b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/ipsum.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/ipsum.txt rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/ipsum.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/lorem.txt b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/lorem.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/lorem.txt rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/lorem.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/a b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/a similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/a rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/a diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/c.neon b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/c.neon similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/c.neon rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/c.neon diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/d.neon b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/d.neon similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/d.neon rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/one/b/d.neon diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/with space/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/with space/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/with space/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Fixtures/with space/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/GlobTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/GlobTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/GlobTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/GlobTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/FilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Finder/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Finder/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Finder/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Finder/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Finder/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Form/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Form/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/AbstractExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php b/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Button.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Button.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Button.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Button.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ButtonBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ButtonBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ButtonBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ButtonBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ButtonTypeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ButtonTypeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ButtonTypeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ButtonTypeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Form/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Form/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/CallbackTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/CallbackTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/CallbackTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/CallbackTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ClickableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ClickableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ClickableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ClickableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/DataMapperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/DataMapperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/DataMapperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/DataMapperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/BadMethodCallException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/BadMethodCallException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ErrorMappingException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ErrorMappingException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ErrorMappingException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ErrorMappingException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/OutOfBoundsException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/OutOfBoundsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/StringCastException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/StringCastException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/StringCastException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/StringCastException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/TransformationFailedException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/TransformationFailedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/TransformationFailedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/TransformationFailedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/CoreExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/CoreExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/CoreExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/CoreExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/DateType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Util/ServerParams.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Util/ServerParams.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Util/ServerParams.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Util/ServerParams.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Form.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Form.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Form.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Form.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormConfigInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormError.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormError.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormError.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormError.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormErrorIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormErrorIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormErrorIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormErrorIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormEvents.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormEvents.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormEvents.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormEvents.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserChain.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserChain.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserChain.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserChain.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormView.php b/vendor/symfony/symfony/src/Symfony/Component/Form/FormView.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/FormView.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/FormView.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Forms.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Forms.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Forms.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Forms.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/Guess.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Guess/Guess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/Guess.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Guess/Guess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/TypeGuess.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Guess/TypeGuess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/TypeGuess.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Guess/TypeGuess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/ValueGuess.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Guess/ValueGuess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Guess/ValueGuess.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Guess/ValueGuess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Form/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Form/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/NativeRequestHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Form/NativeRequestHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/NativeRequestHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/NativeRequestHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/PreloadedExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/PreloadedExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/PreloadedExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/PreloadedExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/README.md b/vendor/symfony/symfony/src/Symfony/Component/Form/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Form/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf b/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ReversedTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/ReversedTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/ReversedTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/ReversedTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButton.php b/vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButton.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButton.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButton.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonTypeInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonTypeInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonTypeInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/SubmitButtonTypeInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/TypeTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Test/TypeTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Test/TypeTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Test/TypeTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3HorizontalLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3HorizontalLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3HorizontalLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3HorizontalLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractDivLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractDivLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractDivLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractDivLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractFormTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractFormTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractFormTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractFormTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ButtonTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/CompoundFormTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/Fixtures/randomhash b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/Fixtures/randomhash similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/Fixtures/randomhash rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/Fixtures/randomhash diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TypeTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TypeTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TypeTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TypeTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Util/ServerParamsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Util/ServerParamsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Util/ServerParamsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/Util/ServerParamsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Author.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Author.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Author.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Author.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooType.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooType.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooType.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooType.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Type.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Type.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Type.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/Type.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo2 b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo2 similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo2 rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo2 diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo3 b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo3 similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo3 rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Fixtures/foo3 diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormConfigTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormConfigTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormConfigTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormConfigTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRegistryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRegistryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRegistryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRegistryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/FormRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Guess/GuessTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Guess/GuessTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Guess/GuessTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Guess/GuessTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/SimpleFormTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/SimpleFormTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/SimpleFormTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/SimpleFormTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/FormUtil.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/FormUtil.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/FormUtil.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/FormUtil.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMap.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMap.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/StringUtil.php b/vendor/symfony/symfony/src/Symfony/Component/Form/Util/StringUtil.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/Util/StringUtil.php rename to vendor/symfony/symfony/src/Symfony/Component/Form/Util/StringUtil.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Form/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Form/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Form/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Form/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Form/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ApacheRequest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ApacheRequest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ApacheRequest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ApacheRequest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Cookie.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Cookie.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Cookie.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Cookie.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ExpressionRequestMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ExpressionRequestMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ExpressionRequestMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ExpressionRequestMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/UploadedFile.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/UploadedFile.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/UploadedFile.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/UploadedFile.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/IpUtils.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/IpUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/IpUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/IpUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/JsonResponse.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/JsonResponse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/JsonResponse.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/JsonResponse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/README.md b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/README.md rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RedirectResponse.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RedirectResponse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RedirectResponse.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RedirectResponse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/WriteCheckSessionHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/WriteCheckSessionHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/WriteCheckSessionHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/WriteCheckSessionHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/StreamedResponse.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/StreamedResponse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/StreamedResponse.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/StreamedResponse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ExpressionRequestMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ExpressionRequestMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ExpressionRequestMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ExpressionRequestMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/.unknownextension b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/.unknownextension similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/.unknownextension rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/.unknownextension diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/directory/.empty b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/directory/.empty similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/directory/.empty rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/directory/.empty diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/other-file.example b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/other-file.example similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/other-file.example rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/other-file.example diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test.gif b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test.gif rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/composer.json b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/EnvParametersResource.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/EnvParametersResource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/EnvParametersResource.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/EnvParametersResource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/Util/ValueExporter.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/Util/ValueExporter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/Util/ValueExporter.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/Util/ValueExporter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/KernelEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/KernelEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/KernelEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/KernelEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/PostResponseEvent.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/PostResponseEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/PostResponseEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/PostResponseEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Esi.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Esi.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Esi.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Esi.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Store.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Store.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Store.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/Store.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelEvents.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelEvents.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelEvents.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelEvents.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profile.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profile.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profile.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profile.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/README.md b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/README.md rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ClientTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ClientTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ClientTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ClientTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/EnvParametersResourceTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/EnvParametersResourceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/EnvParametersResourceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/EnvParametersResourceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/Util/ValueExporterTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/Util/ValueExporterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/Util/ValueExporterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DataCollector/Util/ValueExporterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TranslatorListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TranslatorListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TranslatorListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/TranslatorListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/hide.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/hide.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/hide.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/BaseBundle/Resources/hide.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/bar.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/bar.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/bar.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/bar.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle1Bundle/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle2Bundle/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle2Bundle/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle2Bundle/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Bundle2Bundle/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/hide.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/hide.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/hide.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ChildBundle/Resources/hide.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/BaseBundle/hide.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/BaseBundle/hide.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/BaseBundle/hide.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/BaseBundle/hide.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/Bundle1Bundle/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/Bundle1Bundle/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/Bundle1Bundle/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/Bundle1Bundle/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/ChildBundle/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/ChildBundle/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/ChildBundle/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/ChildBundle/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/FooBundle/foo.txt b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/FooBundle/foo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/FooBundle/foo.txt rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/Resources/FooBundle/foo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/KernelTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/KernelTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/KernelTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/KernelTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Logger.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Logger.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Logger.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Logger.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/UriSignerTest.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/UriSignerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/UriSignerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/UriSignerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/composer.json b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/HttpKernel/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/HttpKernel/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/Inflector.php b/vendor/symfony/symfony/src/Symfony/Component/Inflector/Inflector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/Inflector.php rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/Inflector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Inflector/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/README.md b/vendor/symfony/symfony/src/Symfony/Component/Inflector/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/Tests/InflectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Inflector/Tests/InflectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/Tests/InflectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/Tests/InflectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Inflector/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Inflector/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Inflector/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Inflector/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Intl/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Intl/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/CONTRIBUTING.md b/vendor/symfony/symfony/src/Symfony/Component/Intl/CONTRIBUTING.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/CONTRIBUTING.md rename to vendor/symfony/symfony/src/Symfony/Component/Intl/CONTRIBUTING.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Collator/Collator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Collator/Collator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Collator/Collator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Collator/Collator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/CurrencyDataProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/CurrencyDataProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/CurrencyDataProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/CurrencyDataProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LanguageDataProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LanguageDataProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LanguageDataProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LanguageDataProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LocaleDataProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LocaleDataProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LocaleDataProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/LocaleDataProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/RegionDataProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/RegionDataProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/RegionDataProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/RegionDataProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/ScriptDataProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/ScriptDataProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/ScriptDataProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Provider/ScriptDataProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RingBuffer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RingBuffer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RingBuffer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Util/RingBuffer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/HourTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/HourTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/HourTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/HourTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Transformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Transformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Transformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/Transformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/BadMethodCallException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/BadMethodCallException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentNotImplementedException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentNotImplementedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentNotImplementedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentNotImplementedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentValueNotImplementedException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentValueNotImplementedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentValueNotImplementedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodArgumentValueNotImplementedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodNotImplementedException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodNotImplementedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodNotImplementedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MethodNotImplementedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MissingResourceException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MissingResourceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MissingResourceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/MissingResourceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/NotImplementedException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/NotImplementedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/NotImplementedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/NotImplementedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/OutOfBoundsException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/OutOfBoundsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ResourceBundleNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ResourceBundleNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ResourceBundleNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/ResourceBundleNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/UnexpectedTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/UnexpectedTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/UnexpectedTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Exception/UnexpectedTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Globals/IntlGlobals.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Globals/IntlGlobals.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Globals/IntlGlobals.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Globals/IntlGlobals.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Intl.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Intl.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Intl.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Intl.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Intl/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Intl/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Locale/Locale.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Locale/Locale.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Locale/Locale.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Locale/Locale.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/README.md b/vendor/symfony/symfony/src/Symfony/Component/Intl/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Intl/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundle.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/CurrencyBundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundle.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LanguageBundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundle.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/LocaleBundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundle.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundle.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundle.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundle.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/ResourceBundleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/ResourceBundleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/ResourceBundleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/ResourceBundle/ResourceBundleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/autoload.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/autoload.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/autoload.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/autoload.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/common.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/common.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/common.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/common.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/icu.ini b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/icu.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/icu.ini rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/icu.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/update-data.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/update-data.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/update-data.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/bin/update-data.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ak.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ak.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ak.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ak.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/am.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/am.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/am.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/am.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/be.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/be.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/be.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/be.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/br.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/br.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/br.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/br.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ce.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ce.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ce.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ce.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/cy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/da.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/da.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/da.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/da.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/dz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/dz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/dz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/dz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ee.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ee.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ee.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ee.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/el.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/el.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/el.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/el.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/et.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/et.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/et.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/et.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/eu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/eu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/eu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/eu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/fy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ga.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ga.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ga.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ga.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/gu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/he.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/he.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/he.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/he.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/hy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/id.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/id.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/id.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/id.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ig.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ig.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ig.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ig.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ii.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ii.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ii.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ii.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/in.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/in.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/in.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/in.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/is.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/is.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/is.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/is.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/it.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/it.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/it.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/it.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/iw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/iw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/iw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/iw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ja.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ja.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ja.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ja.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ka.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ka.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ka.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ka.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ki.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ki.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ki.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ki.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/km.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/km.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/km.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/km.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/kn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ko.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ko.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ko.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ko.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ks.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ks.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ks.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ks.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ky.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ky.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ky.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ky.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/lv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/meta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/meta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/meta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/meta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ml.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ml.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ml.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ml.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/mt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/my.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/my.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/my.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/my.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ne.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ne.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ne.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ne.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/nn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/no.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/no.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/no.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/no.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/or.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/or.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/or.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/or.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ps.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ps.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ps.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ps.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/root.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/root.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/root.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/root.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/rw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/si.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/si.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/si.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/si.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/te.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/te.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/te.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/te.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/th.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/th.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/th.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/th.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/to.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/to.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/to.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/to.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/tr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ug.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ug.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ug.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ug.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/vi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/vi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/vi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/vi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/currencies/zu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/af.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/af.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/af.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/af.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ak.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ak.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ak.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ak.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/am.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/am.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/am.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/am.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/as.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/as.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/as.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/as.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/be.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/be.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/be.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/be.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/br.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/br.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/br.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/br.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ca.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ca.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ca.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ca.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ce.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ce.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ce.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ce.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/cy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/da.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/da.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/da.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/da.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/dz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/dz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/dz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/dz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ee.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ee.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ee.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ee.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/el.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/el.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/el.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/el.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_419.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_419.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_419.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_419.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/et.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/et.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/et.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/et.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/eu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ff.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ff.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ff.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ff.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/fy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ga.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ga.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ga.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ga.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/gv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ha.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ha.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ha.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ha.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/he.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/he.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/he.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/he.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/hy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/id.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/id.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/id.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/id.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ig.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ig.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ig.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ig.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ii.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ii.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ii.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ii.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/in.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/in.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/in.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/in.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/is.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/is.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/is.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/is.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/it.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/it.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/it.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/it.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/iw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/iw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/iw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/iw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ja.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ja.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ja.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ja.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ka.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ka.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ka.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ka.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ki.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ki.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ki.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ki.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/km.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/km.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/km.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/km.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ko.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ko.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ko.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ko.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ks.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ks.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ks.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ks.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/kw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ky.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ky.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ky.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ky.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ln.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ln.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ln.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ln.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/lv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/meta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/meta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/meta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/meta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ml.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ml.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ml.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ml.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ms.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ms.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ms.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ms.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/mt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/my.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/my.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/my.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/my.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ne.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ne.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ne.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ne.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/nn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/no.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/no.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/no.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/no.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/om.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/om.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/om.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/om.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/or.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/or.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/or.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/or.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/os.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/os.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/os.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/os.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ps.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ps.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ps.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ps.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/qu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/qu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/qu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/qu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ro.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ro.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ro.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ro.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ru.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ru.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ru.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ru.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/rw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/si.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/si.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/si.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/si.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/so.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/so.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/so.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/so.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sq.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sq.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sq.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sq.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/te.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/te.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/te.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/te.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/th.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/th.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/th.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/th.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ti.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ti.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ti.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ti.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/to.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/to.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/to.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/to.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/tr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ug.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ug.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ug.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ug.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/vi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/vi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/vi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/vi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/languages/zu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/af.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/af.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/af.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/af.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ak.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ak.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ak.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ak.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/am.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/am.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/am.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/am.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar_EG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar_EG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar_EG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ar_EG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/as.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/as.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/as.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/as.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_AZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_AZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_AZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_AZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/be.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/be.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/be.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/be.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/br.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/br.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/br.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/br.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_BA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_BA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_BA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_BA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ca.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ca.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ca.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ca.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ce.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ce.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ce.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ce.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/cy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/da.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/da.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/da.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/da.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/dz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/dz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/dz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/dz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ee.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ee.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ee.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ee.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/el.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/el.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/el.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/el.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_NH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_NH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_NH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_NH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_RH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_RH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_RH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/en_RH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_419.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_419.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_419.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_419.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/et.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/et.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/et.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/et.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/eu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ff.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ff.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ff.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ff.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fr_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/fy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ga.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ga.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ga.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ga.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/gv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ha.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ha.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ha.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ha.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/he.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/he.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/he.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/he.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/hy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/id.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/id.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/id.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/id.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ig.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ig.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ig.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ig.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ii.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ii.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ii.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ii.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in_ID.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in_ID.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in_ID.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/in_ID.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/is.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/is.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/is.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/is.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/it.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/it.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/it.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/it.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw_IL.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw_IL.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw_IL.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/iw_IL.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ja.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ja.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ja.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ja.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ka.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ka.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ka.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ka.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ki.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ki.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ki.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ki.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/km.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/km.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/km.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/km.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ko.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ko.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ko.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ko.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ks.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ks.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ks.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ks.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/kw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ky.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ky.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ky.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ky.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ln.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ln.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ln.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ln.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/lv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/meta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/meta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/meta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/meta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ml.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ml.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ml.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ml.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ms.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ms.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ms.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ms.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/mt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/my.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/my.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/my.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/my.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ne.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ne.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ne.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ne.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/nn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO_NY.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO_NY.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO_NY.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/no_NO_NY.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/om.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/om.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/om.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/om.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/or.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/or.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/or.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/or.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/os.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/os.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/os.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/os.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_PK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_PK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_PK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pa_PK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ps.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ps.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ps.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ps.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/qu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/qu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/qu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/qu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ro.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ro.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ro.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ro.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ru.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ru.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ru.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ru.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/rw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/se_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_BA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_BA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_BA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_BA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_CS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_CS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_CS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_CS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_YU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_YU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_YU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sh_YU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/si.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/si.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/si.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/si.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/so.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/so.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/so.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/so.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sq.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sq.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sq.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sq.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_BA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_BA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_BA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_BA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_CS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_CS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_CS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_CS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_CS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_CS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_CS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_CS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_YU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_YU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_YU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_YU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_CS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_CS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_CS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_CS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_YU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_YU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_YU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_YU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_ME.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_ME.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_ME.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_ME.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_RS.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_RS.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_RS.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_RS.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_XK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_XK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_XK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_XK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_YU.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_YU.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_YU.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sr_YU.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/te.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/te.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/te.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/te.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/th.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/th.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/th.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/th.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ti.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ti.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ti.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ti.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl_PH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl_PH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl_PH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tl_PH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/to.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/to.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/to.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/to.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/tr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ug.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ug.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ug.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ug.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/ur_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_UZ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_UZ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_UZ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/uz_UZ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/vi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/vi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/vi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/vi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_CN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_CN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_CN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_CN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_MO.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_MO.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_MO.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_MO.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_SG.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_SG.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_SG.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_SG.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_TW.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_TW.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_TW.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zh_TW.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/locales/zu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/af.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/af.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/af.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/af.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ak.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ak.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ak.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ak.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/am.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/am.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/am.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/am.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ar.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ar.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ar.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ar.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/as.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/as.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/as.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/as.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/be.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/be.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/be.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/be.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/br.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/br.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/br.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/br.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ca.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ca.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ca.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ca.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ce.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ce.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ce.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ce.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/cy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/da.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/da.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/da.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/da.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/dz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/dz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/dz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/dz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ee.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ee.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ee.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ee.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/el.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/el.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/el.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/el.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/et.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/et.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/et.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/et.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/eu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ff.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ff.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ff.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ff.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/fy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ga.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ga.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ga.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ga.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/gv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ha.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ha.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ha.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ha.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/he.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/he.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/he.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/he.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/hy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/id.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/id.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/id.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/id.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ig.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ig.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ig.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ig.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ii.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ii.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ii.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ii.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/in.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/in.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/in.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/in.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/is.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/is.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/is.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/is.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/it.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/it.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/it.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/it.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/iw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/iw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/iw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/iw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ja.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ja.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ja.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ja.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ka.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ka.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ka.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ka.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ki.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ki.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ki.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ki.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/km.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/km.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/km.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/km.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ko.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ko.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ko.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ko.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ks.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ks.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ks.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ks.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/kw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ky.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ky.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ky.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ky.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ln.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ln.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ln.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ln.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/lv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/meta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/meta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/meta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/meta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ml.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ml.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ml.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ml.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ms.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ms.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ms.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ms.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/mt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/my.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/my.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/my.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/my.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ne.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ne.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ne.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ne.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/nn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/no.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/no.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/no.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/no.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/om.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/om.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/om.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/om.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/or.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/or.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/or.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/or.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/os.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/os.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/os.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/os.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ps.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ps.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ps.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ps.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/qu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/qu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/qu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/qu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ro.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ro.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ro.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ro.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ru.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ru.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ru.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ru.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/rw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/si.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/si.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/si.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/si.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/so.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/so.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/so.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/so.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sq.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sq.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sq.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sq.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/te.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/te.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/te.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/te.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/th.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/th.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/th.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/th.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/to.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/to.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/to.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/to.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/tr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ug.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ug.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ug.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ug.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/vi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/vi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/vi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/vi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/regions/zu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/af.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/af.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/af.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/af.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/am.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/am.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/am.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/am.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ar.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ar.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ar.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ar.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/as.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/as.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/as.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/as.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/be.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/be.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/be.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/be.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bg.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bg.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bg.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bg.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/br.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/br.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/br.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/br.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ca.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ca.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ca.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ca.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ce.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ce.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ce.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ce.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cs.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cs.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cs.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cs.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/cy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/da.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/da.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/da.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/da.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/de.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/de.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/de.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/de.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/dz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/dz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/dz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/dz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ee.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ee.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ee.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ee.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/el.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/el.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/el.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/el.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/et.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/et.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/et.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/et.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/eu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/eu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/eu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/eu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/fy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ga.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ga.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ga.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ga.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gd.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gd.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gd.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gd.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/gu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/he.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/he.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/he.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/he.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hy.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hy.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hy.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/hy.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/id.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/id.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/id.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/id.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ii.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ii.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ii.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ii.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/in.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/in.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/in.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/in.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/is.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/is.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/is.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/is.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/it.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/it.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/it.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/it.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/iw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/iw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/iw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/iw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ja.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ja.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ja.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ja.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ka.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ka.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ka.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ka.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/km.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/km.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/km.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/km.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/kn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ko.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ko.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ko.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ko.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ks.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ks.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ks.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ks.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ky.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ky.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ky.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ky.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lo.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lo.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lo.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lo.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/lv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/meta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/meta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/meta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/meta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ml.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ml.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ml.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ml.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ms.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ms.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ms.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ms.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/mt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/my.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/my.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/my.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/my.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ne.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ne.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ne.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ne.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/nn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/no.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/no.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/no.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/no.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/om.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/om.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/om.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/om.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/or.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/or.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/or.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/or.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/os.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/os.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/os.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/os.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ps.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ps.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ps.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ps.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/rm.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/rm.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/rm.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/rm.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ro.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ro.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ro.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ro.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ru.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ru.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ru.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ru.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/si.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/si.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/si.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/si.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/so.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/so.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/so.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/so.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sq.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sq.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sq.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sq.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sv.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sv.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sv.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sv.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sw.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sw.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sw.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/sw.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ta.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ta.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ta.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ta.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/te.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/te.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/te.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/te.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/th.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/th.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/th.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/th.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ti.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ti.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ti.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ti.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/to.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/to.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/to.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/to.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tr.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tr.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tr.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/tr.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ug.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ug.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ug.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ug.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uk.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uk.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uk.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uk.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ur.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ur.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ur.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/ur.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/vi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/vi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/vi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/vi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/yi.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/yi.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/yi.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/yi.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zu.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zu.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zu.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/scripts/zu.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/svn-info.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/svn-info.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/svn-info.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/svn-info.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/version.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/version.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/version.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/data/version.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Collator.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Collator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Collator.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Collator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/IntlDateFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/IntlDateFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/IntlDateFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/IntlDateFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Locale.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Locale.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Locale.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/Locale.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/NumberFormatter.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/NumberFormatter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/NumberFormatter.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Resources/stubs/NumberFormatter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/AbstractCollatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/AbstractCollatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/AbstractCollatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/AbstractCollatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/CollatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/CollatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/CollatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/CollatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/Verification/CollatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/Verification/CollatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/Verification/CollatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Collator/Verification/CollatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php diff --git a/trunk/_vendor/monolog/monolog/tests/Monolog/Handler/Fixtures/.gitkeep b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/NotAFile/en.php/.gitkeep similarity index 100% rename from trunk/_vendor/monolog/monolog/tests/Monolog/Handler/Fixtures/.gitkeep rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/NotAFile/en.php/.gitkeep diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en_Invalid.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en_Invalid.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en_Invalid.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/json/en_Invalid.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/php/en.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/php/en.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/php/en.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/php/en.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/alias.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/alias.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/alias.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/alias.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/mo.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/mo.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/mo.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/mo.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro_MD.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro_MD.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro_MD.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/ro_MD.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/root.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/root.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/root.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/res/root.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/alias.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/alias.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/alias.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/alias.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/mo.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/mo.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/mo.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/mo.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro_MD.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro_MD.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro_MD.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/ro_MD.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/root.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/root.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/root.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/txt/root.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en_nofallback.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en_nofallback.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en_nofallback.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en_nofallback.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/escaped.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/escaped.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/escaped.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/escaped.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.res b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.res rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.txt b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.txt rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/rb.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLocaleDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLocaleDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLocaleDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLocaleDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractRegionDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractRegionDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractRegionDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractRegionDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonCurrencyDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonCurrencyDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonCurrencyDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonCurrencyDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLanguageDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLanguageDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLanguageDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLanguageDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLocaleDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLocaleDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLocaleDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonLocaleDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonRegionDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonRegionDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonRegionDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonRegionDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonScriptDataProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonScriptDataProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonScriptDataProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Provider/Json/JsonScriptDataProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/IntlDateFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/IntlDateFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/IntlDateFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/IntlDateFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/AbstractIntlGlobalsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/AbstractIntlGlobalsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/AbstractIntlGlobalsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/AbstractIntlGlobalsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/AbstractLocaleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/AbstractLocaleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/AbstractLocaleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/AbstractLocaleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/LocaleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/LocaleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/LocaleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/LocaleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/Verification/LocaleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/Verification/LocaleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/Verification/LocaleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Locale/Verification/LocaleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/VersionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/VersionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/VersionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Util/VersionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IcuVersion.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IcuVersion.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IcuVersion.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IcuVersion.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IntlTestHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IntlTestHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IntlTestHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Util/IntlTestHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnCommit.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnCommit.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnCommit.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnCommit.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnRepository.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnRepository.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnRepository.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Util/SvnRepository.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/Version.php b/vendor/symfony/symfony/src/Symfony/Component/Intl/Util/Version.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/Util/Version.php rename to vendor/symfony/symfony/src/Symfony/Component/Intl/Util/Version.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Intl/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Intl/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Intl/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Intl/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Intl/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Ldap/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/QueryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/QueryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/QueryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/QueryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Entry.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Entry.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Entry.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Entry.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ConnectionException.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ConnectionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ConnectionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ConnectionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/DriverNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/DriverNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/DriverNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/DriverNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/LdapException.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/LdapException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/LdapException.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/LdapException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/NotBoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/NotBoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/NotBoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Exception/NotBoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Ldap/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Ldap.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Ldap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Ldap.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Ldap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClient.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClient.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClient.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClient.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClientInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClientInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClientInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapClientInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/LdapInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/README.md b/vendor/symfony/symfony/src/Symfony/Component/Ldap/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/base.ldif b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/base.ldif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/base.ldif rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/base.ldif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapClientTest.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapClientTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapClientTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapClientTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTest.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/Tests/LdapTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Ldap/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Ldap/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Ldap/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Ldap/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/AccessException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/AccessException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/AccessException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/AccessException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/README.md b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/README.md rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/composer.json b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Process/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Process/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Process/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Process/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessFailedException.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessFailedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessFailedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessFailedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ExecutableFinder.php b/vendor/symfony/symfony/src/Symfony/Component/Process/ExecutableFinder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ExecutableFinder.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/ExecutableFinder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/InputStream.php b/vendor/symfony/symfony/src/Symfony/Component/Process/InputStream.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/InputStream.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/InputStream.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Process/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Process/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/PhpExecutableFinder.php b/vendor/symfony/symfony/src/Symfony/Component/Process/PhpExecutableFinder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/PhpExecutableFinder.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/PhpExecutableFinder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/PhpProcess.php b/vendor/symfony/symfony/src/Symfony/Component/Process/PhpProcess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/PhpProcess.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/PhpProcess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/AbstractPipes.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/AbstractPipes.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/AbstractPipes.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/AbstractPipes.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/PipesInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/PipesInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/PipesInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/PipesInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/UnixPipes.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/UnixPipes.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/UnixPipes.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/UnixPipes.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/WindowsPipes.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/WindowsPipes.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/WindowsPipes.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/WindowsPipes.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Process.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Process.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Process.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ProcessBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Process/ProcessBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ProcessBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/ProcessBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ProcessUtils.php b/vendor/symfony/symfony/src/Symfony/Component/Process/ProcessUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/ProcessUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/ProcessUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/README.md b/vendor/symfony/symfony/src/Symfony/Component/Process/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Process/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/NonStopableProcess.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/NonStopableProcess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/NonStopableProcess.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/NonStopableProcess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpProcessTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpProcessTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpProcessTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PhpProcessTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessUtilsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessUtilsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessUtilsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/ProcessUtilsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/SignalListener.php b/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/SignalListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/Tests/SignalListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Process/Tests/SignalListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Process/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Process/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Process/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Process/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Process/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/AccessException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/AccessException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/AccessException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/AccessException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/README.md b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/README.md rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/StringUtil.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/StringUtil.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/StringUtil.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/StringUtil.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/NonTraversableArrayObject.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/NonTraversableArrayObject.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/NonTraversableArrayObject.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/NonTraversableArrayObject.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Tests/StringUtilTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/composer.json b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/README.md b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/README.md rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/ReflectionExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/ReflectionExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/ReflectionExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/ReflectionExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/SerializerExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/SerializerExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/SerializerExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Extractors/SerializerExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Type.php b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Type.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Type.php rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Type.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/composer.json b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Routing/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Routing/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Annotation/Route.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Annotation/Route.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Annotation/Route.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Annotation/Route.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Routing/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Routing/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/CompiledRoute.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/CompiledRoute.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/CompiledRoute.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/CompiledRoute.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/InvalidParameterException.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/InvalidParameterException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/InvalidParameterException.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/InvalidParameterException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ResourceNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ResourceNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ResourceNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/ResourceNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/RouteNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/RouteNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/RouteNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Exception/RouteNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Routing/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Routing/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ClosureLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ClosureLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ClosureLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ClosureLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectRouteLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectRouteLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectRouteLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectRouteLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/README.md b/vendor/symfony/symfony/src/Symfony/Component/Routing/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Routing/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Route.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Route.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Route.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Route.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollection.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollection.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollectionBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollectionBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollectionBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCollectionBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompiler.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompiler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompiler.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompiler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompilerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompilerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompilerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RouteCompilerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooClass.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/annotated.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/annotated.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/annotated.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/annotated.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bad_format.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bad_format.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bad_format.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bad_format.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bar.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bar.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bar.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/bar.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes1.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes1.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes1.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes1.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes2.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes2.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/recurse/routes2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/routes3.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/routes3.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/routes3.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory/routes3.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory_import/import.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory_import/import.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory_import/import.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/directory_import/import.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.apache b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.apache similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.apache rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.apache diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.apache b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.apache similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.apache rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.apache diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/empty.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/empty.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/empty.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/empty.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/file_resource.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/file_resource.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/file_resource.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/file_resource.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo1.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo1.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo1.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/foo1.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/incomplete.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/incomplete.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/incomplete.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/incomplete.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_resource_plus_path.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_resource_plus_path.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_resource_plus_path.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_resource_plus_path.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_type_without_resource.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_type_without_resource.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_type_without_resource.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonesense_type_without_resource.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid2.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid2.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid2.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid2.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidkeys.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.yml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.yml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validresource.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/withdoctype.xml b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/withdoctype.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/withdoctype.xml rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/withdoctype.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ObjectRouteLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ObjectRouteLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ObjectRouteLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/ObjectRouteLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RequestContextTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RequestContextTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RequestContextTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RequestContextTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouteTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/RouterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Routing/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Routing/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Routing/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Routing/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Routing/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Security/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Security/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Security/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/AuthenticationEvents.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/AuthenticationEvents.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/AuthenticationEvents.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/AuthenticationEvents.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/DebugAccessDecisionManager.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/DebugAccessDecisionManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/DebugAccessDecisionManager.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/DebugAccessDecisionManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PasswordEncoderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PasswordEncoderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PasswordEncoderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PasswordEncoderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/Pbkdf2PasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/Pbkdf2PasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/Pbkdf2PasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/Pbkdf2PasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationFailureEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationFailureEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationFailureEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Event/AuthenticationFailureEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/DisabledException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/DisabledException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/DisabledException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/DisabledException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LockedException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LockedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LockedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LockedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LogoutException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LogoutException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LogoutException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/LogoutException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/README.md b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/Role.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/Role.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/Role.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/Role.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/AnonymousAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/AnonymousAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/AnonymousAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/AnonymousAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/DaoAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/DaoAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/DaoAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/DaoAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/UserAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/UserAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/UserAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Provider/UserAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/DebugAccessDecisionManagerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/DebugAccessDecisionManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/DebugAccessDecisionManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/DebugAccessDecisionManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BCryptPasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BCryptPasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BCryptPasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BCryptPasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BasePasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BasePasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BasePasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/BasePasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/EncoderFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/EncoderFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/EncoderFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/EncoderFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/MessageDigestPasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/MessageDigestPasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/MessageDigestPasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/MessageDigestPasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/Pbkdf2PasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/Pbkdf2PasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/Pbkdf2PasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/Pbkdf2PasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/PlaintextPasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/PlaintextPasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/PlaintextPasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/PlaintextPasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/UserPasswordEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/UserPasswordEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/UserPasswordEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Encoder/UserPasswordEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/UsernameNotFoundExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/UsernameNotFoundExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/UsernameNotFoundExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Exception/UsernameNotFoundExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/RoleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/SwitchUserRoleTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/SwitchUserRoleTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/SwitchUserRoleTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Role/SwitchUserRoleTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/LdapUserProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/LdapUserProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/LdapUserProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/LdapUserProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserCheckerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserCheckerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserCheckerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserCheckerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/User/UserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/ChainUserProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/ChainUserProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/ChainUserProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/ChainUserProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/EquatableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/EquatableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/EquatableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/EquatableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/LdapUserProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/LdapUserProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/LdapUserProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/LdapUserProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/User.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/User.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/User.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/User.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Security/Core/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Core/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Security/Core/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/README.md b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/README.md b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Provider/GuardAuthenticationProviderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Provider/GuardAuthenticationProviderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Provider/GuardAuthenticationProviderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Provider/GuardAuthenticationProviderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PreAuthenticationGuardToken.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PreAuthenticationGuardToken.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PreAuthenticationGuardToken.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Token/PreAuthenticationGuardToken.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Guard/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Security/Guard/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleFormAuthenticatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleFormAuthenticatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleFormAuthenticatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimpleFormAuthenticatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/X509AuthenticationListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/X509AuthenticationListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/X509AuthenticationListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/X509AuthenticationListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMap.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMap.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMap.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMap.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CookieClearingLogoutHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CookieClearingLogoutHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CookieClearingLogoutHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CookieClearingLogoutHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/ParameterBagUtils.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/ParameterBagUtils.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/ParameterBagUtils.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/ParameterBagUtils.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/README.md b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/SecurityEvents.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/SecurityEvents.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/SecurityEvents.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/SecurityEvents.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/SimpleAuthenticationHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/SimpleAuthenticationHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/SimpleAuthenticationHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/SimpleAuthenticationHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/BasicAuthenticationEntryPointTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/BasicAuthenticationEntryPointTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/BasicAuthenticationEntryPointTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/BasicAuthenticationEntryPointTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/DigestAuthenticationEntryPointTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/DigestAuthenticationEntryPointTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/DigestAuthenticationEntryPointTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/DigestAuthenticationEntryPointTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/FormAuthenticationEntryPointTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/FormAuthenticationEntryPointTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/FormAuthenticationEntryPointTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/FormAuthenticationEntryPointTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/RetryAuthenticationEntryPointTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/RetryAuthenticationEntryPointTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/RetryAuthenticationEntryPointTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/RetryAuthenticationEntryPointTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AbstractPreAuthenticatedListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AbstractPreAuthenticatedListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AbstractPreAuthenticatedListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AbstractPreAuthenticatedListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AnonymousAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AnonymousAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AnonymousAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/AnonymousAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestDataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestDataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestDataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/DigestDataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RemoteUserAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RemoteUserAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RemoteUserAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/RemoteUserAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/X509AuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/X509AuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/X509AuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/X509AuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/FirewallTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/CookieClearingLogoutHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/CookieClearingLogoutHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/CookieClearingLogoutHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/CookieClearingLogoutHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/DefaultLogoutSuccessHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/DefaultLogoutSuccessHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/DefaultLogoutSuccessHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/DefaultLogoutSuccessHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/SessionLogoutHandlerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/SessionLogoutHandlerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/SessionLogoutHandlerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Logout/SessionLogoutHandlerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentTokenBasedRememberMeServicesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentTokenBasedRememberMeServicesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentTokenBasedRememberMeServicesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentTokenBasedRememberMeServicesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/TokenBasedRememberMeServicesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/TokenBasedRememberMeServicesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/TokenBasedRememberMeServicesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/RememberMe/TokenBasedRememberMeServicesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Security/Http/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Http/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Security/Http/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Security/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Security/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/README.md b/vendor/symfony/symfony/src/Symfony/Component/Security/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Security/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Resources/translations/security.lv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Security/Resources/translations/security.lv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Resources/translations/security.lv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Security/Resources/translations/security.lv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordFormAuthenticationListenerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordFormAuthenticationListenerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordFormAuthenticationListenerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordFormAuthenticationListenerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Security/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Security/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Security/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Security/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Security/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Serializer/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/Groups.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/Groups.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/Groups.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/Groups.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/MaxDepth.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/MaxDepth.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/MaxDepth.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Annotation/MaxDepth.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Serializer/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonDecode.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonDecode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonDecode.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonDecode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncode.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncode.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncode.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncode.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/LogicException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/LogicException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/LogicException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/LogicException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/MappingException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/MappingException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/MappingException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/MappingException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnsupportedException.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnsupportedException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnsupportedException.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Exception/UnsupportedException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Serializer/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/README.md b/vendor/symfony/symfony/src/Symfony/Component/Serializer/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareTrait.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerAwareTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyParent.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyParent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyParent.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/GroupDummyParent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/MaxDepthDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/MaxDepthDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/MaxDepthDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/MaxDepthDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorArgsDummy.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorArgsDummy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorArgsDummy.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorArgsDummy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/empty-mapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/empty-mapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/empty-mapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/empty-mapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/invalid-mapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/invalid-mapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/invalid-mapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/invalid-mapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.gif b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.gif rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.txt b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.txt rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Fixtures/test.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/SerializerTest.php b/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/SerializerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/SerializerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/SerializerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Serializer/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Serializer/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Serializer/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Serializer/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/README.md b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Section.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Section.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Section.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Section.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchEvent.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchEvent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchEvent.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchEvent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchPeriod.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchPeriod.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchPeriod.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/StopwatchPeriod.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Stopwatch/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Stopwatch/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Templating/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Templating/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Templating/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Templating/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/EngineInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/EngineInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/EngineInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/EngineInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/Helper.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/Helper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/Helper.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/Helper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/HelperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/HelperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/HelperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/HelperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/SlotsHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/SlotsHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/SlotsHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/SlotsHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Templating/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Templating/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/CacheLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/CacheLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/CacheLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/CacheLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/ChainLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/ChainLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/ChainLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/ChainLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/FilesystemLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/FilesystemLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/FilesystemLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/FilesystemLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/Loader.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/Loader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/Loader.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/Loader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/LoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/LoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/LoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Loader/LoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/README.md b/vendor/symfony/symfony/src/Symfony/Component/Templating/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Templating/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/FileStorage.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/FileStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/FileStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/FileStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/Storage.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/Storage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/Storage.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/Storage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/StringStorage.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/StringStorage.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/StringStorage.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Storage/StringStorage.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/StreamingEngineInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/StreamingEngineInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/StreamingEngineInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/StreamingEngineInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReference.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReference.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReference.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReference.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReferenceInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReferenceInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReferenceInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateReferenceInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/SimpleHelper.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/SimpleHelper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/SimpleHelper.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/SimpleHelper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/templates/foo.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/templates/foo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/templates/foo.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Fixtures/templates/foo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/HelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/HelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/HelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/HelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/SlotsHelperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/SlotsHelperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/SlotsHelperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Helper/SlotsHelperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/CacheLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/CacheLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/CacheLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/CacheLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/ChainLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/ChainLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/ChainLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/ChainLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/FilesystemLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/FilesystemLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/FilesystemLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/FilesystemLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/LoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/LoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/LoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Loader/LoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/PhpEngineTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/PhpEngineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/PhpEngineTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/PhpEngineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/FileStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/FileStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/FileStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/FileStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StringStorageTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StringStorageTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StringStorageTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/Storage/StringStorageTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/TemplateNameParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/TemplateNameParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/TemplateNameParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/TemplateNameParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Templating/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Templating/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Templating/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Templating/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Templating/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Translation/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Translation/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Translation/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Translation/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/MergeOperation.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/MergeOperation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/MergeOperation.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/MergeOperation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/OperationInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/OperationInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/OperationInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/OperationInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/TargetOperation.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/TargetOperation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/TargetOperation.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Catalogue/TargetOperation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/InvalidResourceException.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/InvalidResourceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/InvalidResourceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/InvalidResourceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Interval.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Interval.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Interval.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Interval.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Translation/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Translation/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xml.xsd b/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xml.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xml.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/schema/dic/xliff-core/xml.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/README.md b/vendor/symfony/symfony/src/Symfony/Component/Translation/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Translation/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IntervalTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IntervalTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IntervalTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/IntervalTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageSelectorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageSelectorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageSelectorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/MessageSelectorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/PluralizationRulesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/PluralizationRulesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/PluralizationRulesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/PluralizationRulesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/TranslatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.mo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty-translation.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.csv b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.csv similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.csv rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.csv diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.ini b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.ini rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.json b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.json rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.mo b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.mo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.mo rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.mo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.yml b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.yml rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/empty.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/encoding.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/encoding.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/encoding.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/encoding.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id-plurals.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id-plurals.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id-plurals.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id-plurals.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/escaped-id.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/fuzzy-translations.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/fuzzy-translations.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/fuzzy-translations.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/fuzzy-translations.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/invalid-xml-resources.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/invalid-xml-resources.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/invalid-xml-resources.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/invalid-xml-resources.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/malformed.json b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/malformed.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/malformed.json rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/malformed.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages.yml b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages.yml rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages_linear.yml b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages_linear.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages_linear.yml rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/messages_linear.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.yml b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.yml rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/non-valid.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.mo b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.mo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.mo rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.mo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/plurals.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resname.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resname.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resname.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resname.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/corrupted/resources.dat b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/corrupted/resources.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/corrupted/resources.dat rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/corrupted/resources.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.res b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.res rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.txt b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.txt rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/en.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.res b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.res rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.txt b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.txt rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/fr.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/packagelist.txt b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/packagelist.txt similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/packagelist.txt rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/packagelist.txt diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/resources.dat b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/resources.dat similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/resources.dat rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/dat/resources.dat diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/res/en.res b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/res/en.res similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/res/en.res rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resourcebundle/res/en.res diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0-clean.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0-clean.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0-clean.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0-clean.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-2.0.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-clean.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-clean.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-clean.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-clean.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-target-attributes.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-target-attributes.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-target-attributes.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-target-attributes.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-tool-info.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-tool-info.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-tool-info.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources-tool-info.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.csv b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.csv similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.csv rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.csv diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.dump.json b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.dump.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.dump.json rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.dump.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ini b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ini similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ini rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ini diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.json b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.json rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.mo b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.mo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.mo rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.mo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.po b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.po similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.po rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.po diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ts b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ts similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ts rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.ts diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.yml b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.yml rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/resources.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/valid.csv b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/valid.csv similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/valid.csv rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/valid.csv diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/with-attributes.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/with-attributes.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/with-attributes.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/with-attributes.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withdoctype.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withdoctype.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withdoctype.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withdoctype.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withnote.xlf b/vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withnote.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withnote.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Tests/fixtures/withnote.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Util/ArrayConverter.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Util/ArrayConverter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Util/ArrayConverter.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Util/ArrayConverter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php b/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php rename to vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Translation/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Translation/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Translation/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Translation/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Translation/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Validator/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Validator/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Validator/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Validator/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraint.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraint.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolation.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolation.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationList.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationList.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationList.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationList.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationListInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationListInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationListInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintViolationListInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparison.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparison.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparison.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparison.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/All.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/All.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/All.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/All.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AllValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AllValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AllValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/AllValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Bic.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Bic.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Bic.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Bic.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BicValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BicValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BicValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BicValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Blank.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Blank.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Blank.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Blank.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BlankValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BlankValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BlankValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/BlankValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Callback.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Callback.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Callback.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Callback.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CallbackValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CallbackValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CallbackValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CallbackValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardScheme.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardScheme.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardScheme.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardScheme.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Choice.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Choice.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Choice.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Choice.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Collection.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Collection.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Collection.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Collection.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CollectionValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CollectionValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CollectionValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CollectionValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Composite.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Composite.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Composite.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Composite.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Count.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Count.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Count.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Count.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Country.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Country.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Country.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Country.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountryValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountryValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountryValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CountryValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Currency.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Currency.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Currency.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Currency.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Date.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Date.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Date.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Date.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTime.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTime.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTime.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTime.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/DateValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Email.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Email.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Email.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Email.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualTo.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualTo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualTo.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualTo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualToValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualToValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualToValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EqualToValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Existence.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Existence.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Existence.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Existence.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Expression.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Expression.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Expression.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Expression.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/File.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/File.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/File.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/File.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/FileValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/FileValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/FileValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/FileValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThan.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThan.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThan.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThan.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequence.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequence.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequence.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequence.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Iban.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Iban.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Iban.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Iban.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IbanValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IbanValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IbanValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IbanValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalTo.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalTo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalTo.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalTo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Image.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Image.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Image.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Image.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ImageValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ImageValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ImageValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ImageValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Ip.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Ip.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Ip.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Ip.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IpValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IpValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IpValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IpValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalse.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalse.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNull.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNull.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNull.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNull.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNullValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNullValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNullValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsNullValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrue.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrue.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrue.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrue.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Isbn.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Isbn.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Isbn.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Isbn.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsbnValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsbnValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsbnValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IsbnValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Issn.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Issn.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Issn.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Issn.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IssnValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IssnValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IssnValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/IssnValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Language.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Language.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Language.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Language.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LanguageValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LanguageValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LanguageValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LanguageValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Length.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Length.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Length.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Length.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LengthValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LengthValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LengthValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LengthValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThan.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThan.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThan.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThan.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LessThanValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Locale.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Locale.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Locale.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Locale.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LocaleValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LocaleValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LocaleValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LocaleValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Luhn.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Luhn.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Luhn.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Luhn.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LuhnValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LuhnValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LuhnValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/LuhnValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlank.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlank.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlank.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlank.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualTo.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualTo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualTo.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualTo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNull.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNull.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNull.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNull.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNullValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNullValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNullValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotNullValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Optional.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Optional.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Optional.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Optional.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Range.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Range.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Range.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Range.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RangeValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RangeValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RangeValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RangeValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Regex.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Regex.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Regex.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Regex.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RegexValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RegexValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RegexValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/RegexValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Required.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Required.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Required.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Required.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Time.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Time.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Time.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Time.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TimeValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TimeValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TimeValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TimeValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Traverse.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Traverse.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Traverse.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Traverse.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Type.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Type.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Type.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Type.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TypeValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TypeValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TypeValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/TypeValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Url.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Url.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Url.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Url.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UrlValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UrlValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UrlValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UrlValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Uuid.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Uuid.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Uuid.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Uuid.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UuidValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UuidValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UuidValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/UuidValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Valid.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Valid.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Valid.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/Valid.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContext.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContext.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContext.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContext.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/BadMethodCallException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/BadMethodCallException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/BadMethodCallException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/BadMethodCallException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MappingException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MappingException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MappingException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MappingException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MissingOptionsException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MissingOptionsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MissingOptionsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/MissingOptionsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ValidatorException.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ValidatorException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ValidatorException.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Exception/ValidatorException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/GroupSequenceProviderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/GroupSequenceProviderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/GroupSequenceProviderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/GroupSequenceProviderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Validator/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Validator/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/DoctrineCache.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/DoctrineCache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/DoctrineCache.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/DoctrineCache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/CascadingStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/CascadingStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/CascadingStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/CascadingStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GenericMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GenericMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GenericMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GenericMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GetterMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GetterMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GetterMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/GetterMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MemberMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MemberMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MemberMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MemberMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MetadataInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MetadataInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MetadataInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/MetadataInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/TraversalStrategy.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/TraversalStrategy.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/TraversalStrategy.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/TraversalStrategy.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/README.md b/vendor/symfony/symfony/src/Symfony/Component/Validator/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Validator/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf b/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/foo b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/foo similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/foo rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/foo diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test.gif b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test.gif rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_4by3.gif b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_4by3.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_4by3.gif rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_4by3.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_corrupted.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_landscape.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/test_portrait.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Entity.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Entity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Entity.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Entity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceA.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceA.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceA.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceA.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceB.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceB.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceB.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceB.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeClassMetadata.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeClassMetadata.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeClassMetadata.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeClassMetadata.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraintValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraintValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraintValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraintValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/AbstractCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/AbstractCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/AbstractCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/AbstractCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/DoctrineCacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/DoctrineCacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/DoctrineCacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/DoctrineCacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/bad-format.yml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/bad-format.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/bad-format.yml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/bad-format.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/empty-mapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/empty-mapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/empty-mapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/empty-mapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/nonvalid-mapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/nonvalid-mapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/nonvalid-mapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/nonvalid-mapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/AbstractValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Util/PropertyPath.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/PropertyPath.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Util/PropertyPath.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Util/PropertyPath.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Validator/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Validator/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Validator/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Validator/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Validator/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/Caster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/Caster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/Caster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/Caster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ConstStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ConstStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ConstStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ConstStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/CutStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DOMCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DOMCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DOMCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DOMCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/EnumStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/EnumStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/EnumStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/EnumStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/FrameStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/FrameStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/FrameStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/FrameStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/MongoCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/MongoCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/MongoCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/MongoCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PdoCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PdoCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PdoCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PdoCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/SplCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/SplCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/SplCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/SplCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/StubCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/StubCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/StubCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/StubCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/TraceStub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/TraceStub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/TraceStub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/TraceStub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Cursor.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Cursor.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Cursor.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Cursor.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Data.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Data.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Data.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Data.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Stub.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Stub.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Stub.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/Stub.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/README.md b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/README.md rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/VarClonerTest.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/VarClonerTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/VarClonerTest.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/VarClonerTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/VarDumper.php b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/VarDumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/VarDumper.php rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/VarDumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/composer.json b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/VarDumper/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/VarDumper/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/VarDumper/phpunit.xml.dist diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/.gitignore b/vendor/symfony/symfony/src/Symfony/Component/Yaml/.gitignore similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/.gitignore rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/.gitignore diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/CHANGELOG.md b/vendor/symfony/symfony/src/Symfony/Component/Yaml/CHANGELOG.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/CHANGELOG.md rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/CHANGELOG.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Dumper.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Dumper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Dumper.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Dumper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Escaper.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Escaper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Escaper.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Escaper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/DumpException.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/DumpException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/DumpException.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/DumpException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/RuntimeException.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/RuntimeException.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/RuntimeException.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Exception/RuntimeException.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/LICENSE b/vendor/symfony/symfony/src/Symfony/Component/Yaml/LICENSE similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/LICENSE rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/LICENSE diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/README.md b/vendor/symfony/symfony/src/Symfony/Component/Yaml/README.md similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/README.md rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/README.md diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/DumperTest.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/DumperTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/DumperTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/DumperTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsAnchorAlias.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsAnchorAlias.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsAnchorAlias.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsAnchorAlias.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsErrorTests.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsErrorTests.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsErrorTests.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsErrorTests.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFlowCollections.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFoldedScalars.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFoldedScalars.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFoldedScalars.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsFoldedScalars.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsNullsAndEmpties.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsNullsAndEmpties.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsNullsAndEmpties.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsNullsAndEmpties.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsTypeTransfers.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsTypeTransfers.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsTypeTransfers.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/YtsTypeTransfers.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/arrow.gif b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/arrow.gif similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/arrow.gif rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/arrow.gif diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/embededPhp.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/embededPhp.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/embededPhp.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/embededPhp.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/escapedCharacters.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/escapedCharacters.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/escapedCharacters.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/escapedCharacters.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/index.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/index.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/index.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/index.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfCompact.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfCompact.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfCompact.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfCompact.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfObjects.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfObjects.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfObjects.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfObjects.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfQuotes.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfQuotes.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfQuotes.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfQuotes.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/unindentedCollections.yml diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/InlineTest.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/InlineTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/InlineTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/InlineTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParserTest.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParserTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParserTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/ParserTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/YamlTest.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/YamlTest.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/YamlTest.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/YamlTest.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php b/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/composer.json b/vendor/symfony/symfony/src/Symfony/Component/Yaml/composer.json similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/composer.json rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/composer.json diff --git a/trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/phpunit.xml.dist b/vendor/symfony/symfony/src/Symfony/Component/Yaml/phpunit.xml.dist similarity index 100% rename from trunk/_vendor/symfony/symfony/src/Symfony/Component/Yaml/phpunit.xml.dist rename to vendor/symfony/symfony/src/Symfony/Component/Yaml/phpunit.xml.dist diff --git a/vendor/tecnickcom/tcpdf/.github/FUNDING.yml b/vendor/tecnickcom/tcpdf/.github/FUNDING.yml new file mode 100644 index 00000000..ca5b4292 --- /dev/null +++ b/vendor/tecnickcom/tcpdf/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project'] diff --git a/vendor/tecnickcom/tcpdf/.gitignore b/vendor/tecnickcom/tcpdf/.gitignore new file mode 100644 index 00000000..723ef36f --- /dev/null +++ b/vendor/tecnickcom/tcpdf/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/trunk/_vendor/tecnickcom/tcpdf/CHANGELOG.TXT b/vendor/tecnickcom/tcpdf/CHANGELOG.TXT similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/CHANGELOG.TXT rename to vendor/tecnickcom/tcpdf/CHANGELOG.TXT diff --git a/trunk/_vendor/tecnickcom/tcpdf/LICENSE.TXT b/vendor/tecnickcom/tcpdf/LICENSE.TXT similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/LICENSE.TXT rename to vendor/tecnickcom/tcpdf/LICENSE.TXT index daf21f7d..49147d01 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/LICENSE.TXT +++ b/vendor/tecnickcom/tcpdf/LICENSE.TXT @@ -6,6 +6,8 @@ under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + 2002-2019 Nicola Asuni - Tecnick.com LTD ********************************************************************** ********************************************************************** diff --git a/vendor/tecnickcom/tcpdf/README.md b/vendor/tecnickcom/tcpdf/README.md new file mode 100644 index 00000000..db0149f6 --- /dev/null +++ b/vendor/tecnickcom/tcpdf/README.md @@ -0,0 +1,84 @@ +# TCPDF +*PHP PDF Library* + +[![Donate via PayPal](https://img.shields.io/badge/donate-paypal-87ceeb.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20TCPDF%20project) +*Please consider supporting this project by making a donation via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20TCPDF%20project)* + +* **category** Library +* **author** Nicola Asuni +* **copyright** 2002-2020 Nicola Asuni - Tecnick.com LTD +* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) +* **link** http://www.tcpdf.org +* **source** https://github.com/tecnickcom/TCPDF + + +## IMPORTANT +A new version of this library is under development at https://github.com/tecnickcom/tc-lib-pdf and as a consequence this version will not receive any additional development or support. +This version should be considered obsolete, new projects should use the new version as soon it will become stable. + + + +## Description + +PHP library for generating PDF documents on-the-fly. + +### Main Features: +* no external libraries are required for the basic functions; +* all standard page formats, custom page formats, custom margins and units of measure; +* UTF-8 Unicode and Right-To-Left languages; +* TrueTypeUnicode, OpenTypeUnicode v1, TrueType, OpenType v1, Type1 and CID-0 fonts; +* font subsetting; +* methods to publish some XHTML + CSS code, Javascript and Forms; +* images, graphic (geometric figures) and transformation methods; +* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/script/formats.php) +* 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417; +* JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies; +* automatic page header and footer management; +* document encryption up to 256 bit and digital signature certifications; +* transactions to UNDO commands; +* PDF annotations, including links, text and file attachments; +* text rendering modes (fill, stroke and clipping); +* multiple columns mode; +* no-write page regions; +* bookmarks, named destinations and table of content; +* text hyphenation; +* text stretching and spacing (tracking); +* automatic page break, line break and text alignments including justification; +* automatic page numbering and page groups; +* move and delete pages; +* page compression (requires php-zlib extension); +* XOBject Templates; +* Layers and object visibility. +* PDF/A-1b support. + +### Third party fonts: + +This library may include third party font files released with different licenses. + +All the PHP files on the fonts directory are subject to the general TCPDF license (GNU-LGPLv3), +they do not contain any binary data but just a description of the general properties of a particular font. +These files can be also generated on the fly using the font utilities and TCPDF methods. + +All the original binary TTF font files have been renamed for compatibility with TCPDF and compressed using the gzcompress PHP function that uses the ZLIB data format (.z files). + +The binary files (.z) that begins with the prefix "free" have been extracted from the GNU FreeFont collection (GNU-GPLv3). +The binary files (.z) that begins with the prefix "pdfa" have been derived from the GNU FreeFont, so they are subject to the same license. +For the details of Copyright, License and other information, please check the files inside the directory fonts/freefont-20120503 +Link : http://www.gnu.org/software/freefont/ + +The binary files (.z) that begins with the prefix "dejavu" have been extracted from the DejaVu fonts 2.33 (Bitstream) collection. +For the details of Copyright, License and other information, please check the files inside the directory fonts/dejavu-fonts-ttf-2.33 +Link : http://dejavu-fonts.org + +The binary files (.z) that begins with the prefix "ae" have been extracted from the Arabeyes.org collection (GNU-GPLv2). +Link : http://projects.arabeyes.org/ + +### ICC profile: + +TCPDF includes the sRGB.icc profile from the icc-profiles-free Debian package: +https://packages.debian.org/source/stable/icc-profiles-free + + +## Developer(s) Contact + +* Nicola Asuni diff --git a/vendor/tecnickcom/tcpdf/VERSION b/vendor/tecnickcom/tcpdf/VERSION new file mode 100644 index 00000000..b98d1d3f --- /dev/null +++ b/vendor/tecnickcom/tcpdf/VERSION @@ -0,0 +1 @@ +6.3.5 diff --git a/vendor/tecnickcom/tcpdf/composer.json b/vendor/tecnickcom/tcpdf/composer.json new file mode 100644 index 00000000..9f1cc671 --- /dev/null +++ b/vendor/tecnickcom/tcpdf/composer.json @@ -0,0 +1,47 @@ +{ + "name": "tecnickcom/tcpdf", + "version": "6.3.5", + "homepage": "http://www.tcpdf.org/", + "type": "library", + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "keywords": [ + "PDF", + "tcpdf", + "PDFD32000-2008", + "qrcode", + "datamatrix", + "pdf417", + "barcodes" + ], + "license": "LGPL-3.0-only", + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "classmap": [ + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + } +} diff --git a/trunk/_vendor/tecnickcom/tcpdf/config/tcpdf_config.php b/vendor/tecnickcom/tcpdf/config/tcpdf_config.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/config/tcpdf_config.php rename to vendor/tecnickcom/tcpdf/config/tcpdf_config.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php b/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php b/vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php b/vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php rename to vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php b/vendor/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php rename to vendor/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt b/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt rename to vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf b/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf rename to vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12 b/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12 similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12 rename to vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12 diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt b/vendor/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt rename to vendor/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt b/vendor/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt rename to vendor/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/table_data_demo.txt b/vendor/tecnickcom/tcpdf/examples/data/table_data_demo.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/table_data_demo.txt rename to vendor/tecnickcom/tcpdf/examples/data/table_data_demo.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/data/utf8test.txt b/vendor/tecnickcom/tcpdf/examples/data/utf8test.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/data/utf8test.txt rename to vendor/tecnickcom/tcpdf/examples/data/utf8test.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_001.php b/vendor/tecnickcom/tcpdf/examples/example_001.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_001.php rename to vendor/tecnickcom/tcpdf/examples/example_001.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_002.php b/vendor/tecnickcom/tcpdf/examples/example_002.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_002.php rename to vendor/tecnickcom/tcpdf/examples/example_002.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_003.php b/vendor/tecnickcom/tcpdf/examples/example_003.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_003.php rename to vendor/tecnickcom/tcpdf/examples/example_003.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_004.php b/vendor/tecnickcom/tcpdf/examples/example_004.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_004.php rename to vendor/tecnickcom/tcpdf/examples/example_004.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_005.php b/vendor/tecnickcom/tcpdf/examples/example_005.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_005.php rename to vendor/tecnickcom/tcpdf/examples/example_005.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_006.php b/vendor/tecnickcom/tcpdf/examples/example_006.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_006.php rename to vendor/tecnickcom/tcpdf/examples/example_006.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_007.php b/vendor/tecnickcom/tcpdf/examples/example_007.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_007.php rename to vendor/tecnickcom/tcpdf/examples/example_007.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_008.php b/vendor/tecnickcom/tcpdf/examples/example_008.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_008.php rename to vendor/tecnickcom/tcpdf/examples/example_008.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_009.php b/vendor/tecnickcom/tcpdf/examples/example_009.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_009.php rename to vendor/tecnickcom/tcpdf/examples/example_009.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_010.php b/vendor/tecnickcom/tcpdf/examples/example_010.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_010.php rename to vendor/tecnickcom/tcpdf/examples/example_010.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_011.php b/vendor/tecnickcom/tcpdf/examples/example_011.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_011.php rename to vendor/tecnickcom/tcpdf/examples/example_011.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_012.pdf b/vendor/tecnickcom/tcpdf/examples/example_012.pdf similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_012.pdf rename to vendor/tecnickcom/tcpdf/examples/example_012.pdf diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_012.php b/vendor/tecnickcom/tcpdf/examples/example_012.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_012.php rename to vendor/tecnickcom/tcpdf/examples/example_012.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_013.php b/vendor/tecnickcom/tcpdf/examples/example_013.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_013.php rename to vendor/tecnickcom/tcpdf/examples/example_013.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_014.php b/vendor/tecnickcom/tcpdf/examples/example_014.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_014.php rename to vendor/tecnickcom/tcpdf/examples/example_014.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_015.php b/vendor/tecnickcom/tcpdf/examples/example_015.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_015.php rename to vendor/tecnickcom/tcpdf/examples/example_015.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_016.php b/vendor/tecnickcom/tcpdf/examples/example_016.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_016.php rename to vendor/tecnickcom/tcpdf/examples/example_016.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_017.php b/vendor/tecnickcom/tcpdf/examples/example_017.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_017.php rename to vendor/tecnickcom/tcpdf/examples/example_017.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_018.php b/vendor/tecnickcom/tcpdf/examples/example_018.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_018.php rename to vendor/tecnickcom/tcpdf/examples/example_018.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_019.php b/vendor/tecnickcom/tcpdf/examples/example_019.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_019.php rename to vendor/tecnickcom/tcpdf/examples/example_019.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_020.php b/vendor/tecnickcom/tcpdf/examples/example_020.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_020.php rename to vendor/tecnickcom/tcpdf/examples/example_020.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_021.php b/vendor/tecnickcom/tcpdf/examples/example_021.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_021.php rename to vendor/tecnickcom/tcpdf/examples/example_021.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_022.php b/vendor/tecnickcom/tcpdf/examples/example_022.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_022.php rename to vendor/tecnickcom/tcpdf/examples/example_022.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_023.php b/vendor/tecnickcom/tcpdf/examples/example_023.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_023.php rename to vendor/tecnickcom/tcpdf/examples/example_023.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_024.php b/vendor/tecnickcom/tcpdf/examples/example_024.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_024.php rename to vendor/tecnickcom/tcpdf/examples/example_024.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_025.php b/vendor/tecnickcom/tcpdf/examples/example_025.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_025.php rename to vendor/tecnickcom/tcpdf/examples/example_025.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_026.php b/vendor/tecnickcom/tcpdf/examples/example_026.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_026.php rename to vendor/tecnickcom/tcpdf/examples/example_026.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_027.php b/vendor/tecnickcom/tcpdf/examples/example_027.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_027.php rename to vendor/tecnickcom/tcpdf/examples/example_027.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_028.php b/vendor/tecnickcom/tcpdf/examples/example_028.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_028.php rename to vendor/tecnickcom/tcpdf/examples/example_028.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_029.php b/vendor/tecnickcom/tcpdf/examples/example_029.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_029.php rename to vendor/tecnickcom/tcpdf/examples/example_029.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_030.php b/vendor/tecnickcom/tcpdf/examples/example_030.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_030.php rename to vendor/tecnickcom/tcpdf/examples/example_030.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_031.php b/vendor/tecnickcom/tcpdf/examples/example_031.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_031.php rename to vendor/tecnickcom/tcpdf/examples/example_031.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_032.php b/vendor/tecnickcom/tcpdf/examples/example_032.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_032.php rename to vendor/tecnickcom/tcpdf/examples/example_032.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_033.php b/vendor/tecnickcom/tcpdf/examples/example_033.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_033.php rename to vendor/tecnickcom/tcpdf/examples/example_033.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_034.php b/vendor/tecnickcom/tcpdf/examples/example_034.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_034.php rename to vendor/tecnickcom/tcpdf/examples/example_034.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_035.php b/vendor/tecnickcom/tcpdf/examples/example_035.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_035.php rename to vendor/tecnickcom/tcpdf/examples/example_035.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_036.php b/vendor/tecnickcom/tcpdf/examples/example_036.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_036.php rename to vendor/tecnickcom/tcpdf/examples/example_036.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_037.php b/vendor/tecnickcom/tcpdf/examples/example_037.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_037.php rename to vendor/tecnickcom/tcpdf/examples/example_037.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_038.php b/vendor/tecnickcom/tcpdf/examples/example_038.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_038.php rename to vendor/tecnickcom/tcpdf/examples/example_038.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_039.php b/vendor/tecnickcom/tcpdf/examples/example_039.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_039.php rename to vendor/tecnickcom/tcpdf/examples/example_039.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_040.php b/vendor/tecnickcom/tcpdf/examples/example_040.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_040.php rename to vendor/tecnickcom/tcpdf/examples/example_040.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_041.php b/vendor/tecnickcom/tcpdf/examples/example_041.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_041.php rename to vendor/tecnickcom/tcpdf/examples/example_041.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_042.php b/vendor/tecnickcom/tcpdf/examples/example_042.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_042.php rename to vendor/tecnickcom/tcpdf/examples/example_042.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_043.php b/vendor/tecnickcom/tcpdf/examples/example_043.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_043.php rename to vendor/tecnickcom/tcpdf/examples/example_043.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_044.php b/vendor/tecnickcom/tcpdf/examples/example_044.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_044.php rename to vendor/tecnickcom/tcpdf/examples/example_044.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_045.php b/vendor/tecnickcom/tcpdf/examples/example_045.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_045.php rename to vendor/tecnickcom/tcpdf/examples/example_045.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_046.php b/vendor/tecnickcom/tcpdf/examples/example_046.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_046.php rename to vendor/tecnickcom/tcpdf/examples/example_046.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_047.php b/vendor/tecnickcom/tcpdf/examples/example_047.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_047.php rename to vendor/tecnickcom/tcpdf/examples/example_047.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_048.php b/vendor/tecnickcom/tcpdf/examples/example_048.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_048.php rename to vendor/tecnickcom/tcpdf/examples/example_048.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_049.php b/vendor/tecnickcom/tcpdf/examples/example_049.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_049.php rename to vendor/tecnickcom/tcpdf/examples/example_049.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_050.php b/vendor/tecnickcom/tcpdf/examples/example_050.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_050.php rename to vendor/tecnickcom/tcpdf/examples/example_050.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_051.php b/vendor/tecnickcom/tcpdf/examples/example_051.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_051.php rename to vendor/tecnickcom/tcpdf/examples/example_051.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_052.php b/vendor/tecnickcom/tcpdf/examples/example_052.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_052.php rename to vendor/tecnickcom/tcpdf/examples/example_052.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_053.php b/vendor/tecnickcom/tcpdf/examples/example_053.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_053.php rename to vendor/tecnickcom/tcpdf/examples/example_053.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_054.php b/vendor/tecnickcom/tcpdf/examples/example_054.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_054.php rename to vendor/tecnickcom/tcpdf/examples/example_054.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_055.php b/vendor/tecnickcom/tcpdf/examples/example_055.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_055.php rename to vendor/tecnickcom/tcpdf/examples/example_055.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_056.php b/vendor/tecnickcom/tcpdf/examples/example_056.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_056.php rename to vendor/tecnickcom/tcpdf/examples/example_056.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_057.php b/vendor/tecnickcom/tcpdf/examples/example_057.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_057.php rename to vendor/tecnickcom/tcpdf/examples/example_057.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_058.php b/vendor/tecnickcom/tcpdf/examples/example_058.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_058.php rename to vendor/tecnickcom/tcpdf/examples/example_058.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_059.php b/vendor/tecnickcom/tcpdf/examples/example_059.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_059.php rename to vendor/tecnickcom/tcpdf/examples/example_059.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_060.php b/vendor/tecnickcom/tcpdf/examples/example_060.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_060.php rename to vendor/tecnickcom/tcpdf/examples/example_060.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_061.php b/vendor/tecnickcom/tcpdf/examples/example_061.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_061.php rename to vendor/tecnickcom/tcpdf/examples/example_061.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_062.php b/vendor/tecnickcom/tcpdf/examples/example_062.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_062.php rename to vendor/tecnickcom/tcpdf/examples/example_062.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_063.php b/vendor/tecnickcom/tcpdf/examples/example_063.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_063.php rename to vendor/tecnickcom/tcpdf/examples/example_063.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_064.php b/vendor/tecnickcom/tcpdf/examples/example_064.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_064.php rename to vendor/tecnickcom/tcpdf/examples/example_064.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/example_065.php b/vendor/tecnickcom/tcpdf/examples/example_065.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/example_065.php rename to vendor/tecnickcom/tcpdf/examples/example_065.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/_blank.png b/vendor/tecnickcom/tcpdf/examples/images/_blank.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/_blank.png rename to vendor/tecnickcom/tcpdf/examples/images/_blank.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/alpha.png b/vendor/tecnickcom/tcpdf/examples/images/alpha.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/alpha.png rename to vendor/tecnickcom/tcpdf/examples/images/alpha.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/image_demo.jpg b/vendor/tecnickcom/tcpdf/examples/images/image_demo.jpg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/image_demo.jpg rename to vendor/tecnickcom/tcpdf/examples/images/image_demo.jpg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/image_with_alpha.png b/vendor/tecnickcom/tcpdf/examples/images/image_with_alpha.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/image_with_alpha.png rename to vendor/tecnickcom/tcpdf/examples/images/image_with_alpha.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/img.png b/vendor/tecnickcom/tcpdf/examples/images/img.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/img.png rename to vendor/tecnickcom/tcpdf/examples/images/img.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.gif b/vendor/tecnickcom/tcpdf/examples/images/logo_example.gif similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.gif rename to vendor/tecnickcom/tcpdf/examples/images/logo_example.gif diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.jpg b/vendor/tecnickcom/tcpdf/examples/images/logo_example.jpg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.jpg rename to vendor/tecnickcom/tcpdf/examples/images/logo_example.jpg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.png b/vendor/tecnickcom/tcpdf/examples/images/logo_example.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/logo_example.png rename to vendor/tecnickcom/tcpdf/examples/images/logo_example.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.ai b/vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.ai similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.ai rename to vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.ai diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.svg b/vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.svg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.svg rename to vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.svg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_cell.png b/vendor/tecnickcom/tcpdf/examples/images/tcpdf_cell.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_cell.png rename to vendor/tecnickcom/tcpdf/examples/images/tcpdf_cell.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg b/vendor/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg rename to vendor/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_signature.png b/vendor/tecnickcom/tcpdf/examples/images/tcpdf_signature.png similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tcpdf_signature.png rename to vendor/tecnickcom/tcpdf/examples/images/tcpdf_signature.png diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/testsvg.svg b/vendor/tecnickcom/tcpdf/examples/images/testsvg.svg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/testsvg.svg rename to vendor/tecnickcom/tcpdf/examples/images/testsvg.svg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/images/tux.svg b/vendor/tecnickcom/tcpdf/examples/images/tux.svg similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/images/tux.svg rename to vendor/tecnickcom/tcpdf/examples/images/tux.svg diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/index.php b/vendor/tecnickcom/tcpdf/examples/index.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/index.php rename to vendor/tecnickcom/tcpdf/examples/index.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/afr.php b/vendor/tecnickcom/tcpdf/examples/lang/afr.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/afr.php rename to vendor/tecnickcom/tcpdf/examples/lang/afr.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ara.php b/vendor/tecnickcom/tcpdf/examples/lang/ara.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ara.php rename to vendor/tecnickcom/tcpdf/examples/lang/ara.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/aze.php b/vendor/tecnickcom/tcpdf/examples/lang/aze.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/aze.php rename to vendor/tecnickcom/tcpdf/examples/lang/aze.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/bel.php b/vendor/tecnickcom/tcpdf/examples/lang/bel.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/bel.php rename to vendor/tecnickcom/tcpdf/examples/lang/bel.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/bra.php b/vendor/tecnickcom/tcpdf/examples/lang/bra.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/bra.php rename to vendor/tecnickcom/tcpdf/examples/lang/bra.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/bul.php b/vendor/tecnickcom/tcpdf/examples/lang/bul.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/bul.php rename to vendor/tecnickcom/tcpdf/examples/lang/bul.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/cat.php b/vendor/tecnickcom/tcpdf/examples/lang/cat.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/cat.php rename to vendor/tecnickcom/tcpdf/examples/lang/cat.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ces.php b/vendor/tecnickcom/tcpdf/examples/lang/ces.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ces.php rename to vendor/tecnickcom/tcpdf/examples/lang/ces.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/chi.php b/vendor/tecnickcom/tcpdf/examples/lang/chi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/chi.php rename to vendor/tecnickcom/tcpdf/examples/lang/chi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/cym.php b/vendor/tecnickcom/tcpdf/examples/lang/cym.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/cym.php rename to vendor/tecnickcom/tcpdf/examples/lang/cym.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/dan.php b/vendor/tecnickcom/tcpdf/examples/lang/dan.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/dan.php rename to vendor/tecnickcom/tcpdf/examples/lang/dan.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/eng.php b/vendor/tecnickcom/tcpdf/examples/lang/eng.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/eng.php rename to vendor/tecnickcom/tcpdf/examples/lang/eng.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/est.php b/vendor/tecnickcom/tcpdf/examples/lang/est.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/est.php rename to vendor/tecnickcom/tcpdf/examples/lang/est.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/eus.php b/vendor/tecnickcom/tcpdf/examples/lang/eus.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/eus.php rename to vendor/tecnickcom/tcpdf/examples/lang/eus.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/far.php b/vendor/tecnickcom/tcpdf/examples/lang/far.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/far.php rename to vendor/tecnickcom/tcpdf/examples/lang/far.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/fra.php b/vendor/tecnickcom/tcpdf/examples/lang/fra.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/fra.php rename to vendor/tecnickcom/tcpdf/examples/lang/fra.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ger.php b/vendor/tecnickcom/tcpdf/examples/lang/ger.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ger.php rename to vendor/tecnickcom/tcpdf/examples/lang/ger.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/gle.php b/vendor/tecnickcom/tcpdf/examples/lang/gle.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/gle.php rename to vendor/tecnickcom/tcpdf/examples/lang/gle.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/glg.php b/vendor/tecnickcom/tcpdf/examples/lang/glg.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/glg.php rename to vendor/tecnickcom/tcpdf/examples/lang/glg.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/hat.php b/vendor/tecnickcom/tcpdf/examples/lang/hat.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/hat.php rename to vendor/tecnickcom/tcpdf/examples/lang/hat.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/heb.php b/vendor/tecnickcom/tcpdf/examples/lang/heb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/heb.php rename to vendor/tecnickcom/tcpdf/examples/lang/heb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/hrv.php b/vendor/tecnickcom/tcpdf/examples/lang/hrv.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/hrv.php rename to vendor/tecnickcom/tcpdf/examples/lang/hrv.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/hun.php b/vendor/tecnickcom/tcpdf/examples/lang/hun.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/hun.php rename to vendor/tecnickcom/tcpdf/examples/lang/hun.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/hye.php b/vendor/tecnickcom/tcpdf/examples/lang/hye.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/hye.php rename to vendor/tecnickcom/tcpdf/examples/lang/hye.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ind.php b/vendor/tecnickcom/tcpdf/examples/lang/ind.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ind.php rename to vendor/tecnickcom/tcpdf/examples/lang/ind.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ita.php b/vendor/tecnickcom/tcpdf/examples/lang/ita.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ita.php rename to vendor/tecnickcom/tcpdf/examples/lang/ita.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/jpn.php b/vendor/tecnickcom/tcpdf/examples/lang/jpn.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/jpn.php rename to vendor/tecnickcom/tcpdf/examples/lang/jpn.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/kat.php b/vendor/tecnickcom/tcpdf/examples/lang/kat.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/kat.php rename to vendor/tecnickcom/tcpdf/examples/lang/kat.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/kor.php b/vendor/tecnickcom/tcpdf/examples/lang/kor.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/kor.php rename to vendor/tecnickcom/tcpdf/examples/lang/kor.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/mkd.php b/vendor/tecnickcom/tcpdf/examples/lang/mkd.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/mkd.php rename to vendor/tecnickcom/tcpdf/examples/lang/mkd.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/mlt.php b/vendor/tecnickcom/tcpdf/examples/lang/mlt.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/mlt.php rename to vendor/tecnickcom/tcpdf/examples/lang/mlt.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/msa.php b/vendor/tecnickcom/tcpdf/examples/lang/msa.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/msa.php rename to vendor/tecnickcom/tcpdf/examples/lang/msa.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/nld.php b/vendor/tecnickcom/tcpdf/examples/lang/nld.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/nld.php rename to vendor/tecnickcom/tcpdf/examples/lang/nld.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/nob.php b/vendor/tecnickcom/tcpdf/examples/lang/nob.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/nob.php rename to vendor/tecnickcom/tcpdf/examples/lang/nob.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/pol.php b/vendor/tecnickcom/tcpdf/examples/lang/pol.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/pol.php rename to vendor/tecnickcom/tcpdf/examples/lang/pol.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/por.php b/vendor/tecnickcom/tcpdf/examples/lang/por.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/por.php rename to vendor/tecnickcom/tcpdf/examples/lang/por.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ron.php b/vendor/tecnickcom/tcpdf/examples/lang/ron.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ron.php rename to vendor/tecnickcom/tcpdf/examples/lang/ron.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/rus.php b/vendor/tecnickcom/tcpdf/examples/lang/rus.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/rus.php rename to vendor/tecnickcom/tcpdf/examples/lang/rus.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/slv.php b/vendor/tecnickcom/tcpdf/examples/lang/slv.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/slv.php rename to vendor/tecnickcom/tcpdf/examples/lang/slv.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/spa.php b/vendor/tecnickcom/tcpdf/examples/lang/spa.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/spa.php rename to vendor/tecnickcom/tcpdf/examples/lang/spa.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/sqi.php b/vendor/tecnickcom/tcpdf/examples/lang/sqi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/sqi.php rename to vendor/tecnickcom/tcpdf/examples/lang/sqi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/srp.php b/vendor/tecnickcom/tcpdf/examples/lang/srp.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/srp.php rename to vendor/tecnickcom/tcpdf/examples/lang/srp.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/swa.php b/vendor/tecnickcom/tcpdf/examples/lang/swa.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/swa.php rename to vendor/tecnickcom/tcpdf/examples/lang/swa.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/swe.php b/vendor/tecnickcom/tcpdf/examples/lang/swe.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/swe.php rename to vendor/tecnickcom/tcpdf/examples/lang/swe.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/ukr.php b/vendor/tecnickcom/tcpdf/examples/lang/ukr.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/ukr.php rename to vendor/tecnickcom/tcpdf/examples/lang/ukr.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/urd.php b/vendor/tecnickcom/tcpdf/examples/lang/urd.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/urd.php rename to vendor/tecnickcom/tcpdf/examples/lang/urd.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/yid.php b/vendor/tecnickcom/tcpdf/examples/lang/yid.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/yid.php rename to vendor/tecnickcom/tcpdf/examples/lang/yid.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/lang/zho.php b/vendor/tecnickcom/tcpdf/examples/lang/zho.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/lang/zho.php rename to vendor/tecnickcom/tcpdf/examples/lang/zho.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/examples/tcpdf_include.php b/vendor/tecnickcom/tcpdf/examples/tcpdf_include.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/examples/tcpdf_include.php rename to vendor/tecnickcom/tcpdf/examples/tcpdf_include.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING b/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING rename to vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog b/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog rename to vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README b/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README rename to vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z b/vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.php b/vendor/tecnickcom/tcpdf/fonts/aealarabiya.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.php rename to vendor/tecnickcom/tcpdf/fonts/aealarabiya.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.z b/vendor/tecnickcom/tcpdf/fonts/aealarabiya.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aealarabiya.z rename to vendor/tecnickcom/tcpdf/fonts/aealarabiya.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.ctg.z b/vendor/tecnickcom/tcpdf/fonts/aefurat.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/aefurat.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.php b/vendor/tecnickcom/tcpdf/fonts/aefurat.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.php rename to vendor/tecnickcom/tcpdf/fonts/aefurat.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.z b/vendor/tecnickcom/tcpdf/fonts/aefurat.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/aefurat.z rename to vendor/tecnickcom/tcpdf/fonts/aefurat.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/cid0cs.php b/vendor/tecnickcom/tcpdf/fonts/cid0cs.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/cid0cs.php rename to vendor/tecnickcom/tcpdf/fonts/cid0cs.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/cid0ct.php b/vendor/tecnickcom/tcpdf/fonts/cid0ct.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/cid0ct.php rename to vendor/tecnickcom/tcpdf/fonts/cid0ct.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/cid0jp.php b/vendor/tecnickcom/tcpdf/fonts/cid0jp.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/cid0jp.php rename to vendor/tecnickcom/tcpdf/fonts/cid0jp.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/cid0kr.php b/vendor/tecnickcom/tcpdf/fonts/cid0kr.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/cid0kr.php rename to vendor/tecnickcom/tcpdf/fonts/cid0kr.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/courier.php b/vendor/tecnickcom/tcpdf/fonts/courier.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/courier.php rename to vendor/tecnickcom/tcpdf/fonts/courier.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/courierb.php b/vendor/tecnickcom/tcpdf/fonts/courierb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/courierb.php rename to vendor/tecnickcom/tcpdf/fonts/courierb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/courierbi.php b/vendor/tecnickcom/tcpdf/fonts/courierbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/courierbi.php rename to vendor/tecnickcom/tcpdf/fonts/courierbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/courieri.php b/vendor/tecnickcom/tcpdf/fonts/courieri.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/courieri.php rename to vendor/tecnickcom/tcpdf/fonts/courieri.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt b/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt rename to vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.php b/vendor/tecnickcom/tcpdf/fonts/dejavusans.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusans.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.z b/vendor/tecnickcom/tcpdf/fonts/dejavusans.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusans.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusans.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansb.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansbi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.php b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.php b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusanscondensedi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansextralight.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmono.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmono.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmono.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmono.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmono.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonobi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.php b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.z b/vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavusansmonoi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserif.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserif.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserif.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserif.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserif.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserif.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserif.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifb.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensed.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifcondensedi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.php b/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.php rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.z b/vendor/tecnickcom/tcpdf/fonts/dejavuserifi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/dejavuserifi.z rename to vendor/tecnickcom/tcpdf/fonts/dejavuserifi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/AUTHORS b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/AUTHORS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/AUTHORS rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/AUTHORS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/COPYING b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/COPYING similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/COPYING rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/COPYING diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/CREDITS b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/CREDITS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/CREDITS rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/CREDITS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/ChangeLog b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/ChangeLog similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/ChangeLog rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/ChangeLog diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/INSTALL b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/INSTALL similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/INSTALL rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/INSTALL diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/README b/vendor/tecnickcom/tcpdf/fonts/freefont-20100919/README similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20100919/README rename to vendor/tecnickcom/tcpdf/fonts/freefont-20100919/README diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/AUTHORS b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/AUTHORS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/AUTHORS rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/AUTHORS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/USAGE b/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/USAGE similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freefont-20120503/USAGE rename to vendor/tecnickcom/tcpdf/fonts/freefont-20120503/USAGE diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freemono.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freemono.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.php b/vendor/tecnickcom/tcpdf/fonts/freemono.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.php rename to vendor/tecnickcom/tcpdf/fonts/freemono.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.z b/vendor/tecnickcom/tcpdf/fonts/freemono.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemono.z rename to vendor/tecnickcom/tcpdf/fonts/freemono.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freemonob.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freemonob.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.php b/vendor/tecnickcom/tcpdf/fonts/freemonob.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.php rename to vendor/tecnickcom/tcpdf/fonts/freemonob.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.z b/vendor/tecnickcom/tcpdf/fonts/freemonob.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonob.z rename to vendor/tecnickcom/tcpdf/fonts/freemonob.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freemonobi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freemonobi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.php b/vendor/tecnickcom/tcpdf/fonts/freemonobi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.php rename to vendor/tecnickcom/tcpdf/fonts/freemonobi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.z b/vendor/tecnickcom/tcpdf/fonts/freemonobi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonobi.z rename to vendor/tecnickcom/tcpdf/fonts/freemonobi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freemonoi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freemonoi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.php b/vendor/tecnickcom/tcpdf/fonts/freemonoi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.php rename to vendor/tecnickcom/tcpdf/fonts/freemonoi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.z b/vendor/tecnickcom/tcpdf/fonts/freemonoi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freemonoi.z rename to vendor/tecnickcom/tcpdf/fonts/freemonoi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freesans.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freesans.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.php b/vendor/tecnickcom/tcpdf/fonts/freesans.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.php rename to vendor/tecnickcom/tcpdf/fonts/freesans.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.z b/vendor/tecnickcom/tcpdf/fonts/freesans.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesans.z rename to vendor/tecnickcom/tcpdf/fonts/freesans.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freesansb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freesansb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.php b/vendor/tecnickcom/tcpdf/fonts/freesansb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.php rename to vendor/tecnickcom/tcpdf/fonts/freesansb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.z b/vendor/tecnickcom/tcpdf/fonts/freesansb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansb.z rename to vendor/tecnickcom/tcpdf/fonts/freesansb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freesansbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freesansbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.php b/vendor/tecnickcom/tcpdf/fonts/freesansbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.php rename to vendor/tecnickcom/tcpdf/fonts/freesansbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.z b/vendor/tecnickcom/tcpdf/fonts/freesansbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansbi.z rename to vendor/tecnickcom/tcpdf/fonts/freesansbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freesansi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freesansi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.php b/vendor/tecnickcom/tcpdf/fonts/freesansi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.php rename to vendor/tecnickcom/tcpdf/fonts/freesansi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.z b/vendor/tecnickcom/tcpdf/fonts/freesansi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freesansi.z rename to vendor/tecnickcom/tcpdf/fonts/freesansi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freeserif.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freeserif.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.php b/vendor/tecnickcom/tcpdf/fonts/freeserif.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.php rename to vendor/tecnickcom/tcpdf/fonts/freeserif.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.z b/vendor/tecnickcom/tcpdf/fonts/freeserif.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserif.z rename to vendor/tecnickcom/tcpdf/fonts/freeserif.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freeserifb.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifb.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.php b/vendor/tecnickcom/tcpdf/fonts/freeserifb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.php rename to vendor/tecnickcom/tcpdf/fonts/freeserifb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.z b/vendor/tecnickcom/tcpdf/fonts/freeserifb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifb.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freeserifbi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifbi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.php b/vendor/tecnickcom/tcpdf/fonts/freeserifbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.php rename to vendor/tecnickcom/tcpdf/fonts/freeserifbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.z b/vendor/tecnickcom/tcpdf/fonts/freeserifbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifbi.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.ctg.z b/vendor/tecnickcom/tcpdf/fonts/freeserifi.ctg.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.ctg.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifi.ctg.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.php b/vendor/tecnickcom/tcpdf/fonts/freeserifi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.php rename to vendor/tecnickcom/tcpdf/fonts/freeserifi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.z b/vendor/tecnickcom/tcpdf/fonts/freeserifi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/freeserifi.z rename to vendor/tecnickcom/tcpdf/fonts/freeserifi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/helvetica.php b/vendor/tecnickcom/tcpdf/fonts/helvetica.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/helvetica.php rename to vendor/tecnickcom/tcpdf/fonts/helvetica.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/helveticab.php b/vendor/tecnickcom/tcpdf/fonts/helveticab.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/helveticab.php rename to vendor/tecnickcom/tcpdf/fonts/helveticab.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/helveticabi.php b/vendor/tecnickcom/tcpdf/fonts/helveticabi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/helveticabi.php rename to vendor/tecnickcom/tcpdf/fonts/helveticabi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/helveticai.php b/vendor/tecnickcom/tcpdf/fonts/helveticai.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/helveticai.php rename to vendor/tecnickcom/tcpdf/fonts/helveticai.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/hysmyeongjostdmedium.php b/vendor/tecnickcom/tcpdf/fonts/hysmyeongjostdmedium.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/hysmyeongjostdmedium.php rename to vendor/tecnickcom/tcpdf/fonts/hysmyeongjostdmedium.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/kozgopromedium.php b/vendor/tecnickcom/tcpdf/fonts/kozgopromedium.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/kozgopromedium.php rename to vendor/tecnickcom/tcpdf/fonts/kozgopromedium.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/kozminproregular.php b/vendor/tecnickcom/tcpdf/fonts/kozminproregular.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/kozminproregular.php rename to vendor/tecnickcom/tcpdf/fonts/kozminproregular.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/msungstdlight.php b/vendor/tecnickcom/tcpdf/fonts/msungstdlight.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/msungstdlight.php rename to vendor/tecnickcom/tcpdf/fonts/msungstdlight.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourier.php b/vendor/tecnickcom/tcpdf/fonts/pdfacourier.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourier.php rename to vendor/tecnickcom/tcpdf/fonts/pdfacourier.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourier.z b/vendor/tecnickcom/tcpdf/fonts/pdfacourier.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourier.z rename to vendor/tecnickcom/tcpdf/fonts/pdfacourier.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierb.php b/vendor/tecnickcom/tcpdf/fonts/pdfacourierb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierb.php rename to vendor/tecnickcom/tcpdf/fonts/pdfacourierb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierb.z b/vendor/tecnickcom/tcpdf/fonts/pdfacourierb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierb.z rename to vendor/tecnickcom/tcpdf/fonts/pdfacourierb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.php b/vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.php rename to vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.z b/vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.z rename to vendor/tecnickcom/tcpdf/fonts/pdfacourierbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourieri.php b/vendor/tecnickcom/tcpdf/fonts/pdfacourieri.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourieri.php rename to vendor/tecnickcom/tcpdf/fonts/pdfacourieri.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourieri.z b/vendor/tecnickcom/tcpdf/fonts/pdfacourieri.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfacourieri.z rename to vendor/tecnickcom/tcpdf/fonts/pdfacourieri.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.php b/vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.php rename to vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.z b/vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.z rename to vendor/tecnickcom/tcpdf/fonts/pdfahelvetica.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.php b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.php rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.z b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.z rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticab.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.php b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.php rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.z b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.z rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticabi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.php b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.php rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.z b/vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.z rename to vendor/tecnickcom/tcpdf/fonts/pdfahelveticai.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfasymbol.php b/vendor/tecnickcom/tcpdf/fonts/pdfasymbol.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfasymbol.php rename to vendor/tecnickcom/tcpdf/fonts/pdfasymbol.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfasymbol.z b/vendor/tecnickcom/tcpdf/fonts/pdfasymbol.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfasymbol.z rename to vendor/tecnickcom/tcpdf/fonts/pdfasymbol.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimes.php b/vendor/tecnickcom/tcpdf/fonts/pdfatimes.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimes.php rename to vendor/tecnickcom/tcpdf/fonts/pdfatimes.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimes.z b/vendor/tecnickcom/tcpdf/fonts/pdfatimes.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimes.z rename to vendor/tecnickcom/tcpdf/fonts/pdfatimes.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesb.php b/vendor/tecnickcom/tcpdf/fonts/pdfatimesb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesb.php rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesb.z b/vendor/tecnickcom/tcpdf/fonts/pdfatimesb.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesb.z rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesb.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.php b/vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.php rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.z b/vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.z rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesbi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesi.php b/vendor/tecnickcom/tcpdf/fonts/pdfatimesi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesi.php rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesi.z b/vendor/tecnickcom/tcpdf/fonts/pdfatimesi.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfatimesi.z rename to vendor/tecnickcom/tcpdf/fonts/pdfatimesi.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.php b/vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.php rename to vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.z b/vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.z similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.z rename to vendor/tecnickcom/tcpdf/fonts/pdfazapfdingbats.z diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/stsongstdlight.php b/vendor/tecnickcom/tcpdf/fonts/stsongstdlight.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/stsongstdlight.php rename to vendor/tecnickcom/tcpdf/fonts/stsongstdlight.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/symbol.php b/vendor/tecnickcom/tcpdf/fonts/symbol.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/symbol.php rename to vendor/tecnickcom/tcpdf/fonts/symbol.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/times.php b/vendor/tecnickcom/tcpdf/fonts/times.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/times.php rename to vendor/tecnickcom/tcpdf/fonts/times.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/timesb.php b/vendor/tecnickcom/tcpdf/fonts/timesb.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/timesb.php rename to vendor/tecnickcom/tcpdf/fonts/timesb.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/timesbi.php b/vendor/tecnickcom/tcpdf/fonts/timesbi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/timesbi.php rename to vendor/tecnickcom/tcpdf/fonts/timesbi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/timesi.php b/vendor/tecnickcom/tcpdf/fonts/timesi.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/timesi.php rename to vendor/tecnickcom/tcpdf/fonts/timesi.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ac15.php b/vendor/tecnickcom/tcpdf/fonts/uni2cid_ac15.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ac15.php rename to vendor/tecnickcom/tcpdf/fonts/uni2cid_ac15.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ag15.php b/vendor/tecnickcom/tcpdf/fonts/uni2cid_ag15.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ag15.php rename to vendor/tecnickcom/tcpdf/fonts/uni2cid_ag15.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_aj16.php b/vendor/tecnickcom/tcpdf/fonts/uni2cid_aj16.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_aj16.php rename to vendor/tecnickcom/tcpdf/fonts/uni2cid_aj16.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ak12.php b/vendor/tecnickcom/tcpdf/fonts/uni2cid_ak12.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/uni2cid_ak12.php rename to vendor/tecnickcom/tcpdf/fonts/uni2cid_ak12.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/fonts/zapfdingbats.php b/vendor/tecnickcom/tcpdf/fonts/zapfdingbats.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/fonts/zapfdingbats.php rename to vendor/tecnickcom/tcpdf/fonts/zapfdingbats.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php b/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php rename to vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php index 19b46fad..783f99da 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php +++ b/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php @@ -629,7 +629,7 @@ class Datamatrix { if ($numch[ENC_C40] == $numch[ENC_X12]) { $k = ($pos + $charscount + 1); while ($k < $data_length) { - $tmpchr = ord($data{$k}); + $tmpchr = ord($data[$k]); if ($this->isCharMode($tmpchr, ENC_X12)) { return ENC_X12; } elseif (!($this->isCharMode($tmpchr, ENC_X12) OR $this->isCharMode($tmpchr, ENC_C40))) { diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php b/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php rename to vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php index 3b1774ea..9a58a21f 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php +++ b/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php @@ -878,7 +878,7 @@ class PDF417 { $txtarr = array(); // array of characters and sub-mode switching characters $codelen = strlen($code); for ($i = 0; $i < $codelen; ++$i) { - $chval = ord($code{$i}); + $chval = ord($code[$i]); if (($k = array_search($chval, $this->textsubmodes[$submode])) !== false) { // we are on the same sub-mode $txtarr[] = $k; @@ -888,7 +888,7 @@ class PDF417 { // search new sub-mode if (($s != $submode) AND (($k = array_search($chval, $this->textsubmodes[$s])) !== false)) { // $s is the new submode - if (((($i + 1) == $codelen) OR ((($i + 1) < $codelen) AND (array_search(ord($code{($i + 1)}), $this->textsubmodes[$submode]) !== false))) AND (($s == 3) OR (($s == 0) AND ($submode == 1)))) { + if (((($i + 1) == $codelen) OR ((($i + 1) < $codelen) AND (array_search(ord($code[($i + 1)]), $this->textsubmodes[$submode]) !== false))) AND (($s == 3) OR (($s == 0) AND ($submode == 1)))) { // shift (temporary change only for this char) if ($s == 3) { // shift to puntuaction @@ -952,7 +952,7 @@ class PDF417 { $cw = array_merge($cw, $cw6); } else { for ($i = 0; $i < $sublen; ++$i) { - $cw[] = ord($code{$i}); + $cw[] = ord($code[$i]); } } $code = $rest; diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php b/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php rename to vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/sRGB.icc b/vendor/tecnickcom/tcpdf/include/sRGB.icc similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/include/sRGB.icc rename to vendor/tecnickcom/tcpdf/include/sRGB.icc diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_colors.php b/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_colors.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_colors.php index 77f1c4cc..27fb7afd 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_colors.php +++ b/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php @@ -358,7 +358,7 @@ class TCPDF_COLORS { $color_code = self::$webcolor[$color]; } else { // spot color - $returncolor = self::getSpotColor($color, $spotc); + $returncolor = self::getSpotColor($hcolor, $spotc); if ($returncolor === false) { $returncolor = $defcol; } diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_filters.php b/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_filters.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_filters.php index dfb80c5d..3bb89c09 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_filters.php +++ b/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php @@ -279,7 +279,7 @@ class TCPDF_FILTERS { // convert string to binary string $bitstring = ''; for ($i = 0; $i < $data_length; ++$i) { - $bitstring .= sprintf('%08b', ord($data{$i})); + $bitstring .= sprintf('%08b', ord($data[$i])); } // get the number of bits $data_length = strlen($bitstring); @@ -376,7 +376,7 @@ class TCPDF_FILTERS { $i = 0; while($i < $data_length) { // get current byte value - $byte = ord($data{$i}); + $byte = ord($data[$i]); if ($byte == 128) { // a length value of 128 denote EOD break; @@ -389,7 +389,7 @@ class TCPDF_FILTERS { } else { // if length is in the range 129 to 255, // the following single byte shall be copied 257 - length (2 to 128) times during decompression - $decoded .= str_repeat($data{($i + 1)}, (257 - $byte)); + $decoded .= str_repeat($data[($i + 1)], (257 - $byte)); // move to next block $i += 2; } diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php b/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php b/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php index 9242ca4b..218fb6df 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php +++ b/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php @@ -1664,6 +1664,7 @@ class TCPDF_FONTS { * @public static */ public static function unichr($c, $unicode=true) { + $c = intval($c); if (!$unicode) { return chr($c); } elseif ($c <= 0x7F) { diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_images.php b/vendor/tecnickcom/tcpdf/include/tcpdf_images.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_images.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_images.php index 86b3c20d..5e504f21 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_images.php +++ b/vendor/tecnickcom/tcpdf/include/tcpdf_images.php @@ -311,7 +311,7 @@ class TCPDF_IMAGES { if ($n > 0) { $trns = array(); for ($i = 0; $i < $n; ++ $i) { - $trns[] = ord($t{$i}); + $trns[] = ord($t[$i]); } } } diff --git a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_static.php b/vendor/tecnickcom/tcpdf/include/tcpdf_static.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_static.php rename to vendor/tecnickcom/tcpdf/include/tcpdf_static.php index df1b28e1..0139dbe9 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/include/tcpdf_static.php +++ b/vendor/tecnickcom/tcpdf/include/tcpdf_static.php @@ -1,9 +1,9 @@ font subsetting; *
  • methods to publish some XHTML + CSS code, Javascript and Forms;
  • *
  • images, graphic (geometric figures) and transformation methods; - *
  • supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
  • + *
  • supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImageMagick (http://www.imagemagick.org/www/formats.html)
  • *
  • 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;
  • *
  • JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
  • *
  • automatic page header and footer management;
  • @@ -104,7 +104,7 @@ * Tools to encode your unicode fonts are on fonts/utils directory.

    * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.2.26 + * @version 6.3.2 */ // TCPDF configuration @@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php'); * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
    * @package com.tecnick.tcpdf * @brief PHP class for generating PDF documents without requiring external extensions. - * @version 6.2.26 + * @version 6.3.2 * @author Nicola Asuni - info@tecnick.com * @IgnoreAnnotation("protected") * @IgnoreAnnotation("public") @@ -1760,6 +1760,13 @@ class TCPDF { */ protected $pdfa_mode = false; + /** + * version of PDF/A mode (1 - 3). + * @protected + * @since 6.2.26 (2019-03-12) + */ + protected $pdfa_version = 1; + /** * Document creation date-time * @protected @@ -1781,6 +1788,13 @@ class TCPDF { */ protected $custom_xmp = ''; + /** + * Custom XMP RDF data. + * @protected + * @since 6.3.0 (2019-09-19) + */ + protected $custom_xmp_rdf = ''; + /** * Overprint mode array. * (Check the "Entries in a Graphics State Parameter Dictionary" on PDF 32000-1:2008). @@ -1834,7 +1848,7 @@ class TCPDF { * @param $unicode (boolean) TRUE means that the input text is unicode (default = true) * @param $encoding (string) Charset encoding (used only when converting back html entities); default is UTF-8. * @param $diskcache (boolean) DEPRECATED FEATURE - * @param $pdfa (boolean) If TRUE set the document to PDF/A mode. + * @param $pdfa (integer) If not false, set the document to PDF/A mode and the good version (1 or 3). * @public * @see getPageSizeFromFormat(), setPageFormat() */ @@ -1850,8 +1864,14 @@ class TCPDF { $this->font_obj_ids = array(); $this->page_obj_id = array(); $this->form_obj_id = array(); + // set pdf/a mode - $this->pdfa_mode = $pdfa; + if ($pdfa != false) { + $this->pdfa_mode = true; + $this->pdfa_version = $pdfa; // 1 or 3 + } else + $this->pdfa_mode = false; + $this->force_srgb = false; // set language direction $this->rtl = false; @@ -1960,7 +1980,7 @@ class TCPDF { // set default JPEG quality $this->jpeg_quality = 75; // initialize some settings - TCPDF_FONTS::utf8Bidi(array(''), '', false, $this->isunicode, $this->CurrentFont); + TCPDF_FONTS::utf8Bidi(array(), '', false, $this->isunicode, $this->CurrentFont); // set default font $this->SetFont($this->FontFamily, $this->FontStyle, $this->FontSizePt); $this->setHeaderFont(array($this->FontFamily, $this->FontStyle, $this->FontSizePt)); @@ -1986,6 +2006,7 @@ class TCPDF { $this->default_graphic_vars = $this->getGraphicVars(); $this->header_xobj_autoreset = false; $this->custom_xmp = ''; + $this->custom_xmp_rdf = ''; // Call cleanup method after script execution finishes or exit() is called. // NOTE: This will not be executed if the process is killed with a SIGTERM or SIGKILL signal. register_shutdown_function(array($this, '_destroy'), true); @@ -2828,10 +2849,13 @@ class TCPDF { * @since 1.4 */ public function SetCompression($compress=true) { + $this->compress = false; if (function_exists('gzcompress')) { - $this->compress = $compress ? true : false; - } else { - $this->compress = false; + if ($compress) { + if ( !$this->pdfa_mode) { + $this->compress = true; + } + } } } @@ -4691,14 +4715,14 @@ class TCPDF { * Defines the page and position a link points to. * @param $link (int) The link identifier returned by AddLink() * @param $y (float) Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page) - * @param $page (int) Number of target page; -1 indicates the current page (default value). If you prefix a page number with the * character, then this page will not be changed when adding/deleting/moving pages. + * @param $page (int|string) Number of target page; -1 indicates the current page (default value). If you prefix a page number with the * character, then this page will not be changed when adding/deleting/moving pages. * @public * @since 1.5 * @see AddLink() */ public function SetLink($link, $y=0, $page=-1) { $fixed = false; - if (!empty($page) AND ($page[0] == '*')) { + if (!empty($page) AND (substr($page, 0, 1) == '*')) { $page = intval(substr($page, 1)); // this page number will not be changed when moving/add/deleting pages $fixed = true; @@ -4807,7 +4831,7 @@ class TCPDF { $this->PageAnnots[$page] = array(); } $this->PageAnnots[$page][] = array('n' => ++$this->n, 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'txt' => $text, 'opt' => $opt, 'numspaces' => $spaces); - if (!$this->pdfa_mode) { + if (!$this->pdfa_mode || ($this->pdfa_mode && $this->pdfa_version == 3)) { if ((($opt['Subtype'] == 'FileAttachment') OR ($opt['Subtype'] == 'Sound')) AND (!TCPDF_STATIC::empty_string($opt['FS'])) AND (@TCPDF_STATIC::file_exists($opt['FS']) OR TCPDF_STATIC::isValidURL($opt['FS'])) AND (!isset($this->embeddedfiles[basename($opt['FS'])]))) { @@ -4833,8 +4857,8 @@ class TCPDF { * @see Annotation() */ protected function _putEmbeddedFiles() { - if ($this->pdfa_mode) { - // embedded files are not allowed in PDF/A mode + if ($this->pdfa_mode && $this->pdfa_version != 3) { + // embedded files are not allowed in PDF/A mode version 1 and 2 return; } reset($this->embeddedfiles); @@ -4847,7 +4871,10 @@ class TCPDF { $this->efnames[$filename] = $filedata['f'].' 0 R'; // embedded file specification object $out = $this->_getobj($filedata['f'])."\n"; - $out .= '<_datastring($filename, $filedata['f']).' /EF <> >>'; + $out .= '<_datastring($filename, $filedata['f']); + $out .= ' /UF '.$this->_datastring($filename, $filedata['f']); + $out .= ' /AFRelationship /Source'; + $out .= ' /EF <> >>'; $out .= "\n".'endobj'; $this->_out($out); // embedded file object @@ -4856,6 +4883,11 @@ class TCPDF { $data = gzcompress($data); $filter = ' /Filter /FlateDecode'; } + + if ($this->pdfa_version == 3) { + $filter = ' /Subtype /text#2Fxml'; + } + $stream = $this->_getrawstream($data, $filedata['n']); $out = $this->_getobj($filedata['n'])."\n"; $out .= '<< /Type /EmbeddedFile'.$filter.' /Length '.strlen($stream).' /Params <> >>'; @@ -6219,12 +6251,12 @@ class TCPDF { * $this->setPage($page); * if ($page == $start_page) { * // first page - * $height = $this->h - $start_y - $this->bMargin; + * $height += $this->h - $start_y - $this->bMargin; * } elseif ($page == $end_page) { * // last page - * $height = $end_y - $this->tMargin; + * $height += $end_y - $this->tMargin; * } else { - * $height = $this->h - $this->tMargin - $this->bMargin; + * $height += $this->h - $this->tMargin - $this->bMargin; * } * } * } @@ -7133,31 +7165,20 @@ class TCPDF { $info['i'] = $this->setImageBuffer($file, $info); } // set alignment + $this->img_rb_x = $x + $w; $this->img_rb_y = $y + $h; + // set alignment - if ($this->rtl) { - if ($palign == 'L') { - $ximg = $this->lMargin; - } elseif ($palign == 'C') { - $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; - } elseif ($palign == 'R') { - $ximg = $this->w - $this->rMargin - $w; - } else { - $ximg = $x - $w; - } - $this->img_rb_x = $ximg; + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; } else { - if ($palign == 'L') { - $ximg = $this->lMargin; - } elseif ($palign == 'C') { - $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; - } elseif ($palign == 'R') { - $ximg = $this->w - $this->rMargin - $w; - } else { - $ximg = $x; - } - $this->img_rb_x = $ximg + $w; + $ximg = $x; } + if ($ismask OR $hidden) { // image is not displayed return $info['i']; @@ -7737,6 +7758,7 @@ class TCPDF { return ''; } + protected static $cleaned_ids = array(); /** * Unset all class variables except the following critical variables. * @param $destroyall (boolean) if true destroys all class variables, otherwise preserves critical variables. @@ -7749,11 +7771,26 @@ class TCPDF { if (isset($this->internal_encoding) AND !empty($this->internal_encoding)) { mb_internal_encoding($this->internal_encoding); } + if (isset(self::$cleaned_ids[$this->file_id])) { + $destroyall = false; + } if ($destroyall AND !$preserve_objcopy) { + self::$cleaned_ids[$this->file_id] = true; // remove all temporary files - $tmpfiles = glob(K_PATH_CACHE.'__tcpdf_'.$this->file_id.'_*'); - if (!empty($tmpfiles)) { - array_map('unlink', $tmpfiles); + if ($handle = @opendir(K_PATH_CACHE)) { + while ( false !== ( $file_name = readdir( $handle ) ) ) { + if (strpos($file_name, '__tcpdf_'.$this->file_id.'_') === 0) { + unlink(K_PATH_CACHE.$file_name); + } + } + closedir($handle); + } + if (isset($this->imagekeys)) { + foreach($this->imagekeys as $file) { + if (strpos($file, K_PATH_CACHE) === 0) { + @unlink($file); + } + } } } $preserve = array( @@ -7763,6 +7800,7 @@ class TCPDF { 'bufferlen', 'buffer', 'cached_files', + 'imagekeys', 'sign', 'signature_data', 'signature_max_length', @@ -8368,7 +8406,7 @@ class TCPDF { if (is_string($pl['txt']) && !empty($pl['txt'])) { if ($pl['txt'][0] == '#') { // internal destination - $annots .= ' /Dest /'.TCPDF_STATIC::encodeNameObject(substr($pl['txt'], 1)); + $annots .= ' /A <
    >'; } elseif ($pl['txt'][0] == '%') { // embedded PDF file $filename = basename(substr($pl['txt'], 1)); @@ -8380,7 +8418,7 @@ class TCPDF { $annots .= ' /A << /S /JavaScript /JS '.$this->_textstring($jsa, $annot_obj_id).'>>'; } else { $parsedUrl = parse_url($pl['txt']); - if (empty($parsedUrl['scheme']) AND (strtolower(substr($parsedUrl['path'], -4)) == '.pdf')) { + if (empty($parsedUrl['scheme']) AND (!empty($parsedUrl['path']) && strtolower(substr($parsedUrl['path'], -4)) == '.pdf')) { // relative link to a PDF file $dest = '[0 /Fit]'; // default page 0 if (!empty($parsedUrl['fragment'])) { @@ -8487,8 +8525,8 @@ class TCPDF { break; } case 'fileattachment': { - if ($this->pdfa_mode) { - // embedded files are not allowed in PDF/A mode + if ($this->pdfa_mode && $this->pdfa_version != 3) { + // embedded files are not allowed in PDF/A mode version 1 and 2 break; } if (!isset($pl['opt']['fs'])) { @@ -9500,6 +9538,17 @@ class TCPDF { $this->custom_xmp = $xmp; } + /** + * Set additional XMP data to be added on the default XMP data just before the end of "rdf:RDF" tag. + * IMPORTANT: This data is added as-is without controls, so you have to validate your data before using this method! + * @param $xmp (string) Custom XMP RDF data. + * @since 6.3.0 (2019-09-19) + * @public + */ + public function setExtraXMPRDF($xmp) { + $this->custom_xmp_rdf = $xmp; + } + /** * Put XMP data object and return ID. * @return (int) The object ID. @@ -9569,7 +9618,7 @@ class TCPDF { $xmp .= "\t\t".''."\n"; if ($this->pdfa_mode) { $xmp .= "\t\t".''."\n"; - $xmp .= "\t\t\t".'1'."\n"; + $xmp .= "\t\t\t".''.$this->pdfa_version.''."\n"; $xmp .= "\t\t\t".'B'."\n"; $xmp .= "\t\t".''."\n"; } @@ -9581,6 +9630,16 @@ class TCPDF { $xmp .= "\t\t\t\t\t\t".'http://ns.adobe.com/pdf/1.3/'."\n"; $xmp .= "\t\t\t\t\t\t".'pdf'."\n"; $xmp .= "\t\t\t\t\t\t".'Adobe PDF Schema'."\n"; + $xmp .= "\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'internal'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'Adobe PDF Schema'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'InstanceID'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'URI'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t\t".'http://ns.adobe.com/xap/1.0/mm/'."\n"; @@ -9627,6 +9686,7 @@ class TCPDF { $xmp .= "\t\t\t\t".''."\n"; $xmp .= "\t\t\t".''."\n"; $xmp .= "\t\t".''."\n"; + $xmp .= $this->custom_xmp_rdf; $xmp .= "\t".''."\n"; $xmp .= $this->custom_xmp; $xmp .= ''."\n"; @@ -12221,7 +12281,7 @@ class TCPDF { $x = $this->w; } $fixed = false; - if (!empty($page) AND ($page[0] == '*')) { + if (!empty($page) AND (substr($page, 0, 1) == '*')) { $page = intval(substr($page, 1)); // this page number will not be changed when moving/add/deleting pages $fixed = true; @@ -12324,7 +12384,8 @@ class TCPDF { $x = $this->w; } $fixed = false; - if (!empty($page) AND ($page[0] == '*')) { + $pageAsString = (string) $page; + if ($pageAsString && $pageAsString[0] == '*') { $page = intval(substr($page, 1)); // this page number will not be changed when moving/add/deleting pages $fixed = true; @@ -13988,7 +14049,7 @@ class TCPDF { * @since 3.1.000 (2008-06-09) */ public function setPDFVersion($version='1.7') { - if ($this->pdfa_mode) { + if ($this->pdfa_mode && $this->pdfa_version == 1 ) { // PDF/A mode $this->PDFVersion = '1.4'; } else { @@ -15502,8 +15563,7 @@ class TCPDF { *
  • int $style['module_height'] height of a single module in points
  • *
  • array $style['fgcolor'] color array for bars and text
  • *
  • mixed $style['bgcolor'] color array for background or false for transparent
  • - *
  • string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch
  • $style['module_width'] width of a single module in points
  • - *
  • $style['module_height'] height of a single module in points
  • + *
  • string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch
  • * @param $align (string) Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:
    • T: top-right for LTR or top-left for RTL
    • M: middle-right for LTR or middle-left for RTL
    • B: bottom-right for LTR or bottom-left for RTL
    • N: next line
    * @param $distort (boolean) if true distort the barcode to fit width and height, otherwise preserve aspect ratio * @author Nicola Asuni @@ -16897,10 +16957,10 @@ class TCPDF { if (($dom[$key]['value'] == 'pre') OR ($dom[$key]['value'] == 'tt')) { $dom[$key]['fontname'] = $this->default_monospaced_font; } - if (!empty($dom[$key]['value']) AND ($dom[$key]['value'][0] == 'h') AND (intval($dom[$key]['value']{1}) > 0) AND (intval($dom[$key]['value']{1}) < 7)) { + if (!empty($dom[$key]['value']) AND ($dom[$key]['value'][0] == 'h') AND (intval($dom[$key]['value'][1]) > 0) AND (intval($dom[$key]['value'][1]) < 7)) { // headings h1, h2, h3, h4, h5, h6 if (!isset($dom[$key]['attribute']['size']) AND !isset($dom[$key]['style']['font-size'])) { - $headsize = (4 - intval($dom[$key]['value']{1})) * 2; + $headsize = (4 - intval($dom[$key]['value'][1])) * 2; $dom[$key]['fontsize'] = $dom[0]['fontsize'] + $headsize; } if (!isset($dom[$key]['style']['font-weight'])) { @@ -18686,7 +18746,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $hbz = 0; // distance from y to line bottom $hb = 0; // vertical space between block tags // calculate vertical space for block tags - if (isset($this->tagvspaces[$tag['value']][0]['h']) AND ($this->tagvspaces[$tag['value']][0]['h'] >= 0)) { + if (isset($this->tagvspaces[$tag['value']][0]['h']) && !empty($this->tagvspaces[$tag['value']][0]['h']) && ($this->tagvspaces[$tag['value']][0]['h'] >= 0)) { $cur_h = $this->tagvspaces[$tag['value']][0]['h']; } elseif (isset($tag['fontsize'])) { $cur_h = $this->getCellHeight($tag['fontsize'] / $this->k); @@ -18718,7 +18778,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } // closing vertical space $hbc = 0; - if (isset($this->tagvspaces[$tag['value']][1]['h']) AND ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { + if (isset($this->tagvspaces[$tag['value']][1]['h']) && !empty($this->tagvspaces[$tag['value']][1]['h']) && ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { $pre_h = $this->tagvspaces[$tag['value']][1]['h']; } elseif (isset($parent['fontsize'])) { $pre_h = $this->getCellHeight($parent['fontsize'] / $this->k); @@ -19379,7 +19439,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $hbz = 0; // distance from y to line bottom $hb = 0; // vertical space between block tags // calculate vertical space for block tags - if (isset($this->tagvspaces[$tag['value']][1]['h']) AND ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { + if (isset($this->tagvspaces[$tag['value']][1]['h']) && !empty($this->tagvspaces[$tag['value']][1]['h']) && ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { $pre_h = $this->tagvspaces[$tag['value']][1]['h']; } elseif (isset($parent['fontsize'])) { $pre_h = $this->getCellHeight($parent['fontsize'] / $this->k); @@ -23349,7 +23409,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: */ protected function SVGPath($d, $style='') { if ($this->state != 2) { - return; + return; } // set fill/stroke style $op = TCPDF_STATIC::getPathPaintOperator($style, ''); @@ -23369,6 +23429,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $xmax = 0; $ymin = 2147483647; $ymax = 0; + $xinitial = 0; + $yinitial = 0; $relcoord = false; $minlen = (0.01 / $this->k); // minimum acceptable length (3 point) $firstcmd = true; // used to print first point @@ -23413,6 +23475,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: if ($ck == 1) { $this->_outPoint($x, $y); $firstcmd = false; + $xinitial = $x; + $yinitial = $y; } else { $this->_outLine($x, $y); } @@ -23600,8 +23664,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: if ((($ck + 1) % 7) == 0) { $x0 = $x; $y0 = $y; - $rx = abs($params[($ck - 6)]); - $ry = abs($params[($ck - 5)]); + $rx = max(abs($params[($ck - 6)]), .000000001); + $ry = max(abs($params[($ck - 5)]), .000000001); $ang = -$rawparams[($ck - 4)]; $angle = deg2rad($ang); $fa = $rawparams[($ck - 3)]; // large-arc-flag @@ -23688,6 +23752,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } case 'Z': { $this->_out('h'); + $x = $x0 = $xinitial; + $y = $y0 = $yinitial; break; } } @@ -23995,7 +24061,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: case 'stop': { // gradient stops if (substr($attribs['offset'], -1) == '%') { - $offset = floatval(substr($attribs['offset'], -1)) / 100; + $offset = floatval(substr($attribs['offset'], 0, -1)) / 100; } else { $offset = floatval($attribs['offset']); if ($offset > 1) { diff --git a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php b/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php rename to vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php b/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php similarity index 97% rename from trunk/_vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php rename to vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php index 0c389aeb..78bfc5b5 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php +++ b/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php @@ -453,7 +453,7 @@ class TCPDFBarcode { $k = 0; $clen = strlen($code); for ($i = 0; $i < $clen; ++$i) { - $char = $code{$i}; + $char = $code[$i]; if(!isset($chr[$char])) { // invalid character return false; @@ -464,7 +464,7 @@ class TCPDFBarcode { } else { $t = false; // space } - $w = $chr[$char]{$j}; + $w = $chr[$char][$j]; $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; ++$k; @@ -520,10 +520,10 @@ class TCPDFBarcode { $code_ext = ''; $clen = strlen($code); for ($i = 0 ; $i < $clen; ++$i) { - if (ord($code{$i}) > 127) { + if (ord($code[$i]) > 127) { return false; } - $code_ext .= $encode[$code{$i}]; + $code_ext .= $encode[$code[$i]]; } return $code_ext; } @@ -543,7 +543,7 @@ class TCPDFBarcode { $sum = 0; $clen = strlen($code); for ($i = 0 ; $i < $clen; ++$i) { - $k = array_keys($chars, $code{$i}); + $k = array_keys($chars, $code[$i]); $sum += $k[0]; } $j = ($sum % 43); @@ -643,10 +643,10 @@ class TCPDFBarcode { $code_ext = ''; $clen = strlen($code); for ($i = 0 ; $i < $clen; ++$i) { - if (ord($code{$i}) > 127) { + if (ord($code[$i]) > 127) { return false; } - $code_ext .= $encode[$code{$i}]; + $code_ext .= $encode[$code[$i]]; } // checksum $code_ext .= $this->checksum_code93($code_ext); @@ -656,7 +656,7 @@ class TCPDFBarcode { $k = 0; $clen = strlen($code); for ($i = 0; $i < $clen; ++$i) { - $char = ord($code{$i}); + $char = ord($code[$i]); if(!isset($chr[$char])) { // invalid character return false; @@ -667,7 +667,7 @@ class TCPDFBarcode { } else { $t = false; // space } - $w = $chr[$char]{$j}; + $w = $chr[$char][$j]; $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; ++$k; @@ -699,7 +699,7 @@ class TCPDFBarcode { $p = 1; $check = 0; for ($i = ($len - 1); $i >= 0; --$i) { - $k = array_keys($chars, $code{$i}); + $k = array_keys($chars, $code[$i]); $check += ($k[0] * $p); ++$p; if ($p > 20) { @@ -713,7 +713,7 @@ class TCPDFBarcode { $p = 1; $check = 0; for ($i = $len; $i >= 0; --$i) { - $k = array_keys($chars, $code{$i}); + $k = array_keys($chars, $code[$i]); $check += ($k[0] * $p); ++$p; if ($p > 15) { @@ -738,11 +738,11 @@ class TCPDFBarcode { $len = strlen($code); $sum = 0; for ($i = 0; $i < $len; $i+=2) { - $sum += $code{$i}; + $sum += $code[$i]; } $sum *= 3; for ($i = 1; $i < $len; $i+=2) { - $sum += ($code{$i}); + $sum += ($code[$i]); } $r = $sum % 10; if($r > 0) { @@ -783,7 +783,7 @@ class TCPDFBarcode { $p = 2; $check = 0; for ($i = ($clen - 1); $i >= 0; --$i) { - $check += (hexdec($code{$i}) * $p); + $check += (hexdec($code[$i]) * $p); ++$p; if ($p > 7) { $p = 2; @@ -798,7 +798,7 @@ class TCPDFBarcode { $seq = '110'; // left guard $clen = strlen($code); for ($i = 0; $i < $clen; ++$i) { - $digit = $code{$i}; + $digit = $code[$i]; if (!isset($chr[$digit])) { // invalid character return false; @@ -841,7 +841,7 @@ class TCPDFBarcode { $seq = '11011010'; $clen = strlen($code); for ($i = 0; $i < $clen; ++$i) { - $digit = $code{$i}; + $digit = $code[$i]; if (!isset($chr[$digit])) { // invalid character return false; @@ -867,8 +867,8 @@ class TCPDFBarcode { $k = 0; for ($i = 0; $i < $len; ++$i) { $w += 1; - if (($i == ($len - 1)) OR (($i < ($len - 1)) AND ($seq{$i} != $seq{($i+1)}))) { - if ($seq{$i} == '1') { + if (($i == ($len - 1)) OR (($i < ($len - 1)) AND ($seq[$i] != $seq[($i+1)]))) { + if ($seq[$i] == '1') { $t = true; // bar } else { $t = false; // space @@ -919,8 +919,8 @@ class TCPDFBarcode { $k = 0; $clen = strlen($code); for ($i = 0; $i < $clen; $i = ($i + 2)) { - $char_bar = $code{$i}; - $char_space = $code{$i+1}; + $char_bar = $code[$i]; + $char_space = $code[$i+1]; if((!isset($chr[$char_bar])) OR (!isset($chr[$char_space]))) { // invalid character return false; @@ -929,7 +929,7 @@ class TCPDFBarcode { $seq = ''; $chrlen = strlen($chr[$char_bar]); for ($s = 0; $s < $chrlen; $s++){ - $seq .= $chr[$char_bar]{$s} . $chr[$char_space]{$s}; + $seq .= $chr[$char_bar][$s] . $chr[$char_space][$s]; } $seqlen = strlen($seq); for ($j = 0; $j < $seqlen; ++$j) { @@ -938,7 +938,7 @@ class TCPDFBarcode { } else { $t = false; // space } - $w = $seq{$j}; + $w = $seq[$j]; $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; ++$k; @@ -1085,7 +1085,7 @@ class TCPDFBarcode { case 'A': { // MODE A $startid = 103; for ($i = 0; $i < $len; ++$i) { - $char = $code{$i}; + $char = $code[$i]; $char_id = ord($char); if (($char_id >= 241) AND ($char_id <= 244)) { $code_data[] = $fnc_a[$char_id]; @@ -1100,7 +1100,7 @@ class TCPDFBarcode { case 'B': { // MODE B $startid = 104; for ($i = 0; $i < $len; ++$i) { - $char = $code{$i}; + $char = $code[$i]; $char_id = ord($char); if (($char_id >= 241) AND ($char_id <= 244)) { $code_data[] = $fnc_b[$char_id]; @@ -1124,7 +1124,7 @@ class TCPDFBarcode { return false; } for ($i = 0; $i < $len; $i+=2) { - $chrnum = $code{$i}.$code{$i+1}; + $chrnum = $code[$i].$code[$i+1]; if (preg_match('/([0-9]{2})/', $chrnum) > 0) { $code_data[] = intval($chrnum); } else { @@ -1180,7 +1180,7 @@ class TCPDFBarcode { } } for ($i = 0; $i < $seq[2]; ++$i) { - $char = $seq[1]{$i}; + $char = $seq[1][$i]; $char_id = ord($char); if (($char_id >= 241) AND ($char_id <= 244)) { $code_data[] = $fnc_a[$char_id]; @@ -1223,7 +1223,7 @@ class TCPDFBarcode { } } for ($i = 0; $i < $seq[2]; ++$i) { - $char = $seq[1]{$i}; + $char = $seq[1][$i]; $char_id = ord($char); if (($char_id >= 241) AND ($char_id <= 244)) { $code_data[] = $fnc_b[$char_id]; @@ -1240,7 +1240,7 @@ class TCPDFBarcode { $code_data[] = 99; } for ($i = 0; $i < $seq[2]; $i+=2) { - $chrnum = $seq[1]{$i}.$seq[1]{$i+1}; + $chrnum = $seq[1][$i].$seq[1][$i+1]; $code_data[] = intval($chrnum); } break; @@ -1271,7 +1271,7 @@ class TCPDFBarcode { } else { $t = false; // space } - $w = $seq{$j}; + $w = $seq[$j]; $bararray['bcode'][] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; } @@ -1337,14 +1337,14 @@ class TCPDFBarcode { // calculate check digit $sum_a = 0; for ($i = 1; $i < $data_len; $i+=2) { - $sum_a += $code{$i}; + $sum_a += $code[$i]; } if ($len > 12) { $sum_a *= 3; } $sum_b = 0; for ($i = 0; $i < $data_len; $i+=2) { - $sum_b += ($code{$i}); + $sum_b += ($code[$i]); } if ($len < 13) { $sum_b *= 3; @@ -1356,7 +1356,7 @@ class TCPDFBarcode { if ($code_len == $data_len) { // add check digit $code .= $r; - } elseif ($r !== intval($code{$data_len})) { + } elseif ($r !== intval($code[$data_len])) { // wrong checkdigit return false; } @@ -1467,7 +1467,7 @@ class TCPDFBarcode { $bararray = array('code' => $upce_code, 'maxw' => 0, 'maxh' => 1, 'bcode' => array()); $p = $upce_parities[$code[1]][$r]; for ($i = 0; $i < 6; ++$i) { - $seq .= $codes[$p[$i]][$upce_code{$i}]; + $seq .= $codes[$p[$i]][$upce_code[$i]]; } $seq .= '010101'; // right guard bar } else { @@ -1475,17 +1475,17 @@ class TCPDFBarcode { $half_len = intval(ceil($len / 2)); if ($len == 8) { for ($i = 0; $i < $half_len; ++$i) { - $seq .= $codes['A'][$code{$i}]; + $seq .= $codes['A'][$code[$i]]; } } else { $p = $parities[$code[0]]; for ($i = 1; $i < $half_len; ++$i) { - $seq .= $codes[$p[$i-1]][$code{$i}]; + $seq .= $codes[$p[$i-1]][$code[$i]]; } } $seq .= '01010'; // center guard bar for ($i = $half_len; $i < $len; ++$i) { - $seq .= $codes['C'][$code{$i}]; + $seq .= $codes['C'][$code[$i]]; } $seq .= '101'; // right guard bar } @@ -1493,8 +1493,8 @@ class TCPDFBarcode { $w = 0; for ($i = 0; $i < $clen; ++$i) { $w += 1; - if (($i == ($clen - 1)) OR (($i < ($clen - 1)) AND ($seq{$i} != $seq{($i+1)}))) { - if ($seq{$i} == '1') { + if (($i == ($clen - 1)) OR (($i < ($clen - 1)) AND ($seq[$i] != $seq[$i+1]))) { + if ($seq[$i] == '1') { $t = true; // bar } else { $t = false; // space @@ -1578,7 +1578,7 @@ class TCPDFBarcode { $seq .= $codes[$p[0]][$code[0]]; for ($i = 1; $i < $len; ++$i) { $seq .= '01'; // separator - $seq .= $codes[$p[$i]][$code{$i}]; + $seq .= $codes[$p[$i]][$code[$i]]; } $bararray = array('code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => array()); return $this->binseq_to_array($seq, $bararray); @@ -1629,7 +1629,7 @@ class TCPDFBarcode { // calculate checksum $sum = 0; for ($i = 0; $i < $len; ++$i) { - $sum += intval($code{$i}); + $sum += intval($code[$i]); } $chkd = ($sum % 10); if($chkd > 0) { @@ -1643,7 +1643,7 @@ class TCPDFBarcode { $bararray['maxw'] += 2; for ($i = 0; $i < $len; ++$i) { for ($j = 0; $j < 5; ++$j) { - $h = $barlen[$code{$i}][$j]; + $h = $barlen[$code[$i]][$j]; $p = floor(1 / $h); $bararray['bcode'][$k++] = array('t' => 1, 'w' => 1, 'h' => $h, 'p' => $p); $bararray['bcode'][$k++] = array('t' => 0, 'w' => 1, 'h' => 2, 'p' => 0); @@ -1756,8 +1756,8 @@ class TCPDFBarcode { $row = 0; $col = 0; for ($i = 0; $i < $len; ++$i) { - $row += $checktable[$code{$i}][0]; - $col += $checktable[$code{$i}][1]; + $row += $checktable[$code[$i]][0]; + $col += $checktable[$code[$i]][1]; } $row %= 6; $col %= 6; @@ -1774,7 +1774,7 @@ class TCPDFBarcode { } for ($i = 0; $i < $len; ++$i) { for ($j = 0; $j < 4; ++$j) { - switch ($barmode[$code{$i}][$j]) { + switch ($barmode[$code[$i]][$j]) { case 1: { $p = 0; $h = 2; @@ -1846,17 +1846,17 @@ class TCPDFBarcode { $code = 'A'.strtoupper($code).'A'; $len = strlen($code); for ($i = 0; $i < $len; ++$i) { - if (!isset($chr[$code{$i}])) { + if (!isset($chr[$code[$i]])) { return false; } - $seq = $chr[$code{$i}]; + $seq = $chr[$code[$i]]; for ($j = 0; $j < 8; ++$j) { if (($j % 2) == 0) { $t = true; // bar } else { $t = false; // space } - $w = $seq{$j}; + $w = $seq[$j]; $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; ++$k; @@ -1896,7 +1896,7 @@ class TCPDFBarcode { $p = 1; $check = 0; for ($i = ($len - 1); $i >= 0; --$i) { - $digit = $code{$i}; + $digit = $code[$i]; if ($digit == '-') { $dval = 10; } else { @@ -1918,7 +1918,7 @@ class TCPDFBarcode { $p = 1; $check = 0; for ($i = $len; $i >= 0; --$i) { - $digit = $code{$i}; + $digit = $code[$i]; if ($digit == '-') { $dval = 10; } else { @@ -1937,17 +1937,17 @@ class TCPDFBarcode { $code = 'S'.$code.'S'; $len += 3; for ($i = 0; $i < $len; ++$i) { - if (!isset($chr[$code{$i}])) { + if (!isset($chr[$code[$i]])) { return false; } - $seq = $chr[$code{$i}]; + $seq = $chr[$code[$i]]; for ($j = 0; $j < 6; ++$j) { if (($j % 2) == 0) { $t = true; // bar } else { $t = false; // space } - $w = $seq{$j}; + $w = $seq[$j]; $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0); $bararray['maxw'] += $w; ++$k; @@ -2016,7 +2016,7 @@ class TCPDFBarcode { $bararray = array('code' => $code, 'maxw' => 0, 'maxh' => 2, 'bcode' => array()); $len = strlen($seq); for ($i = 0; $i < $len; ++$i) { - switch ($seq{$i}) { + switch ($seq[$i]) { case '1': { $p = 1; $h = 1; @@ -2255,7 +2255,7 @@ class TCPDFBarcode { $bitval = 1; $len = strlen($hex); for($pos = ($len - 1); $pos >= 0; --$pos) { - $dec = bcadd($dec, bcmul(hexdec($hex{$pos}), $bitval)); + $dec = bcadd($dec, bcmul(hexdec($hex[$pos]), $bitval)); $bitval = bcmul($bitval, 16); } return $dec; diff --git a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php b/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php rename to vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_import.php b/vendor/tecnickcom/tcpdf/tcpdf_import.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tcpdf_import.php rename to vendor/tecnickcom/tcpdf/tcpdf_import.php diff --git a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_parser.php b/vendor/tecnickcom/tcpdf/tcpdf_parser.php similarity index 99% rename from trunk/_vendor/tecnickcom/tcpdf/tcpdf_parser.php rename to vendor/tecnickcom/tcpdf/tcpdf_parser.php index 780ec212..bd3d719c 100644 --- a/trunk/_vendor/tecnickcom/tcpdf/tcpdf_parser.php +++ b/vendor/tecnickcom/tcpdf/tcpdf_parser.php @@ -531,10 +531,10 @@ class TCPDF_PARSER { if ($char == '(') { $open_bracket = 1; while ($open_bracket > 0) { - if (!isset($this->pdfdata{$strpos})) { + if (!isset($this->pdfdata[$strpos])) { break; } - $ch = $this->pdfdata{$strpos}; + $ch = $this->pdfdata[$strpos]; switch ($ch) { case '\\': { // REVERSE SOLIDUS (5Ch) (Backslash) // skip next character @@ -578,7 +578,7 @@ class TCPDF_PARSER { } case '<': // \x3C LESS-THAN SIGN case '>': { // \x3E GREATER-THAN SIGN - if (isset($this->pdfdata{($offset + 1)}) AND ($this->pdfdata{($offset + 1)} == $char)) { + if (isset($this->pdfdata[($offset + 1)]) AND ($this->pdfdata[($offset + 1)] == $char)) { // dictionary object $objtype = $char.$char; $offset += 2; diff --git a/trunk/_vendor/tecnickcom/tcpdf/tools/.htaccess b/vendor/tecnickcom/tcpdf/tools/.htaccess similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tools/.htaccess rename to vendor/tecnickcom/tcpdf/tools/.htaccess diff --git a/trunk/_vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt b/vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt rename to vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt diff --git a/trunk/_vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php b/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php similarity index 100% rename from trunk/_vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php rename to vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php diff --git a/trunk/_vendor/twig/twig/.editorconfig b/vendor/twig/twig/.editorconfig similarity index 100% rename from trunk/_vendor/twig/twig/.editorconfig rename to vendor/twig/twig/.editorconfig diff --git a/vendor/twig/twig/.gitattributes b/vendor/twig/twig/.gitattributes new file mode 100644 index 00000000..75e18f85 --- /dev/null +++ b/vendor/twig/twig/.gitattributes @@ -0,0 +1,3 @@ +/extra/** export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore diff --git a/vendor/twig/twig/.gitignore b/vendor/twig/twig/.gitignore new file mode 100644 index 00000000..cd52aeac --- /dev/null +++ b/vendor/twig/twig/.gitignore @@ -0,0 +1,4 @@ +/composer.lock +/phpunit.xml +/vendor +.phpunit.result.cache diff --git a/vendor/twig/twig/.php_cs.dist b/vendor/twig/twig/.php_cs.dist new file mode 100644 index 00000000..b81882fb --- /dev/null +++ b/vendor/twig/twig/.php_cs.dist @@ -0,0 +1,20 @@ +setRules([ + '@Symfony' => true, + '@Symfony:risky' => true, + '@PHPUnit75Migration:risky' => true, + 'php_unit_dedicate_assert' => ['target' => '5.6'], + 'array_syntax' => ['syntax' => 'short'], + 'php_unit_fqcn_annotation' => true, + 'no_unreachable_default_argument_value' => false, + 'braces' => ['allow_single_line_closure' => true], + 'heredoc_to_nowdoc' => false, + 'ordered_imports' => true, + 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], + 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'all'], + ]) + ->setRiskyAllowed(true) + ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) +; diff --git a/vendor/twig/twig/.travis.yml b/vendor/twig/twig/.travis.yml new file mode 100644 index 00000000..3e7bb81a --- /dev/null +++ b/vendor/twig/twig/.travis.yml @@ -0,0 +1,45 @@ +language: php + +cache: + directories: + - vendor + - extra/*/vendor + - $HOME/.composer/cache/files + +env: + global: + - SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 + - SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1 + +before_install: + - phpenv config-rm xdebug.ini || return 0 + +install: + - travis_retry composer install + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/cssinliner-extra && travis_retry composer install) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/html-extra && travis_retry composer install) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/inky-extra && travis_retry composer install) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/intl-extra && travis_retry composer install) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/markdown-extra && travis_retry composer install) + - ([[ $TRAVIS_PHP_VERSION < 7.2 ]] || cd extra/string-extra && travis_retry composer install) + +script: + - ./vendor/bin/simple-phpunit + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/cssinliner-extra && ./vendor/bin/simple-phpunit) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/html-extra && ./vendor/bin/simple-phpunit) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/inky-extra && ./vendor/bin/simple-phpunit) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/intl-extra && ./vendor/bin/simple-phpunit) + - ([[ $TRAVIS_PHP_VERSION = 7.0 ]] || cd extra/markdown-extra && ./vendor/bin/simple-phpunit) + - ([[ $TRAVIS_PHP_VERSION < 7.2 ]] || cd extra/string-extra && ./vendor/bin/simple-phpunit) + +jobs: + fast_finish: true + include: + - php: 7.0 + - php: 7.1 + - php: 7.2 + - php: 7.3 + - php: 7.4 + - stage: integration tests + php: 7.3 + script: ./drupal_test.sh diff --git a/trunk/_vendor/twig/twig/CHANGELOG b/vendor/twig/twig/CHANGELOG similarity index 79% rename from trunk/_vendor/twig/twig/CHANGELOG rename to vendor/twig/twig/CHANGELOG index 74bc851c..1c89d245 100644 --- a/trunk/_vendor/twig/twig/CHANGELOG +++ b/vendor/twig/twig/CHANGELOG @@ -1,3 +1,187 @@ +* 2.12.5 (2020-02-11) + + * Add a check to ensure that iconv() is defined + +* 2.12.4 (2020-02-11) + + * Avoid exceptions when an intl resource is not found + * Fix implementation of case-insensitivity for method names + +* 2.12.3 (2019-12-28) + + * fixed Symfony 5.0 support for the HTML extra extension + * fixed number formatter in Intl extra extension when using a formatter prototype + +* 2.12.2 (2019-11-11) + + * added supported for exponential numbers + +* 2.12.1 (2019-10-17) + + * added the String extension in the "extra" repositories: "u" filter + +* 2.12.0 (2019-10-05) + + * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter + * added support for an "arrow" function on the "sort" filter + * added the CssInliner extension in the "extra" repositories: "inline_css" + filter + * added the Inky extension in the "extra" repositories: "inky_to_html" filter + * added Intl extension in the "extra" repositories: "country_name", + "currency_name", "currency_symbol", "language_name", "locale_name", + "timezone_name", "format_currency", "format_number", + "format_*_number", "format_datetime", "format_date", and "format_time" + filters, and the "country_timezones" function + * added the Markdown extension in the "extra" repositories: "markdown_to_html", + and "html_to_markdown" filters + * added the HtmlExtension extension in the "extra" repositories: "date_uri" + filter, and "html_classes" function + * optimized "block('foo') ?? 'bar'" + * fixed the empty test on Traversable instances + * fixed array_key_exists() on objects + * fixed cache when opcache is installed but disabled + * fixed using macros in arrow functions + * fixed split filter on edge case + +* 2.11.3 (2019-06-18) + + * display partial output (PHP buffer) when an error occurs in debug mode + * fixed the filter filter (allow the result to be used several times) + * fixed macro auto-import when a template contains only macros + +* 2.11.2 (2019-06-05) + + * fixed macro auto-import + +* 2.11.1 (2019-06-04) + + * added support for "Twig\Markup" instances in the "in" test (again) + * allowed string operators as variables names in assignments + * fixed support for macros defined in parent templates + +* 2.11.0 (2019-05-31) + + * added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExtension::addSafeClass()") + * deprecated CoreExtension::setEscaper() and CoreExtension::getEscapers() in favor of the same methods on EscaperExtension + * macros are now auto-imported in the template they are defined (under the ``_self`` variable) + * added support for macros on "is defined" tests + * fixed macros "import" when using the same name in the parent and child templates + * fixed recursive macros + * macros imported "globally" in a template are now available in macros without re-importing them + * fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance) + * fixed a PHP fatal error when calling a macro imported in a block in a nested block + * fixed a PHP fatal error when calling a macro imported in the template in another macro + * fixed wrong error message on "import" and "from" + +* 2.10.0 (2019-05-14) + + * deprecated "if" conditions on "for" tags + * added "filter", "map", and "reduce" filters (and support for arrow functions) + * fixed partial output leak when a PHP fatal error occurs + * optimized context access on PHP 7.4 + +* 2.9.0 (2019-04-28) + + * deprecated returning "false" to remove a Node from NodeVisitorInterface::leaveNode() + * allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning) + * deprecated the "filter" tag (use the "apply" tag instead) + * added the "apply" tag as a replacement for the "filter" tag + * allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning) + * added support for "Twig\Markup" instances in the "in" test + * fixed "import" when macros are stored in a template string + * fixed Lexer when using custom options containing the # char + * added template line number to twig_get_attribute() + +* 2.8.1 (2019-04-16) + + * fixed EscaperNodeVisitor + * deprecated passing a 3rd, 4th, and 5th arguments to the Sandbox exception classes + * deprecated Node::setTemplateName() in favor of Node::setSourceContext() + +* 2.8.0 (2019-04-16) + + * added Traversable support for the length filter + * fixed some wrong location in error messages + * made exception creation faster + * made escaping on ternary expressions (?: and ??) more fine-grained + * added the possibility to give a nice name to string templates (template_from_string function) + * fixed the "with" behavior to always include the globals (for consistency with the "include" and "embed" tags) + * fixed "include" with "ignore missing" when an error loading occurs in the included template + * added support for a new whitespace trimming option ({%~ ~%}, {{~ ~}}, {#~ ~#}) + * added the "column" filter + +* 2.7.4 (2019-03-23) + + * fixed variadic support + * fixed CheckToStringNode implementation (broken when a function/filter is variadic) + +* 2.7.3 (2019-03-21) + + * fixed the spaceless filter so that it behaves like the spaceless tag + * fixed BC break on Environment::resolveTemplate() + * allowed Traversable objects to be used in the "with" tag + * allowed Traversable objects to be used in the "with" tag + * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags + +* 2.7.2 (2019-03-12) + + * added TemplateWrapper::getTemplateName() + +* 2.7.1 (2019-03-12) + + * fixed class aliases + +* 2.7.0 (2019-03-12) + + * fixed sandbox security issue (under some circumstances, calling the + __toString() method on an object was possible even if not allowed by the + security policy) + * fixed batch filter clobbers array keys when fill parameter is used + * added preserveKeys support for the batch filter + * fixed "embed" support when used from "template_from_string" + * deprecated passing a Twig\Template to Twig\Environment::load()/Twig\Environment::resolveTemplate() + * added the possibility to pass a TemplateWrapper to Twig\Environment::load() + * marked Twig\Environment::getTemplateClass() as internal (implementation detail) + * improved the performance of the sandbox + * deprecated the spaceless tag + * added a spaceless filter + * added max value to the "random" function + * deprecated Twig\Extension\InitRuntimeInterface + * deprecated Twig\Loader\ExistsLoaderInterface + * deprecated PSR-0 classes in favor of namespaced ones + * made namespace classes the default classes (PSR-0 ones are aliases now) + * added Twig\Loader\ChainLoader::getLoaders() + * removed duplicated directory separator in FilesystemLoader + * deprecated the "base_template_class" option on Twig\Environment + * deprecated the Twig\Environment::getBaseTemplateClass() and + Twig\Environment::setBaseTemplateClass() methods + * changed internal code to use the namespaced classes as much as possible + * deprecated Twig_Parser::isReservedMacroName() + +* 2.6.2 (2019-01-14) + + * fixed regression (key exists check for non ArrayObject objects) + +* 2.6.1 (2019-01-14) + + * fixed ArrayObject access with a null value + * fixed embedded templates starting with a BOM + * fixed using a Twig_TemplateWrapper instance as an argument to extends + * fixed error location when calling an undefined block + * deprecated passing a string as a source on Twig_Error + * switched generated code to use the PHP short array notation + * fixed float representation in compiled templates + * added a second argument to the join filter (last separator configuration) + +* 2.6.0 (2018-12-16) + + * made sure twig_include returns a string + * fixed multi-byte UFT-8 in escape('html_attr') + * added the "deprecated" tag + * added support for dynamically named tests + * fixed GlobalsInterface extended class + * fixed filesystem loader throwing an exception instead of returning false + * 2.5.0 (2018-07-13) * deprecated using the spaceless tag at the root level of a child template (noop anyway) @@ -116,10 +300,139 @@ * improved the performance of the filesystem loader * removed features that were deprecated in 1.x -* 1.35.5 (2018-XX-XX) +* 1.42.6 (2020-XX-XX) * n/a +* 1.42.5 (2020-02-11) + + * Fix implementation of case-insensitivity for method names + +* 1.42.4 (2019-11-11) + + * optimized "block('foo') ?? 'bar" + * added supported for exponential numbers + +* 1.42.3 (2019-08-24) + + * fixed the "split" filter when the delimiter is "0" + * fixed the "empty" test on Traversable instances + * fixed cache when opcache is installed but disabled + * fixed PHP 7.4 compatibility + * bumped the minimal PHP version to 5.5 + +* 1.42.2 (2019-06-18) + + * Display partial output (PHP buffer) when an error occurs in debug mode + +* 1.42.1 (2019-06-04) + + * added support for "Twig\Markup" instances in the "in" test (again) + * allowed string operators as variables names in assignments + +* 1.42.0 (2019-05-31) + + * fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance) + * fixed a PHP fatal error when calling a macro imported in a block in a nested block + * fixed a PHP fatal error when calling a macro imported in the template in another macro + * fixed wrong error message on "import" and "from" + +* 1.41.0 (2019-05-14) + + * fixed support for PHP 7.4 + * added "filter", "map", and "reduce" filters (and support for arrow functions) + * fixed partial output leak when a PHP fatal error occurs + * optimized context access on PHP 7.4 + +* 1.40.1 (2019-04-29) + +* fixed regression in NodeTraverser + +* 1.40.0 (2019-04-28) + + * allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning) + * added the "apply" tag as a replacement for the "filter" tag + * allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning) + * added support for "Twig\Markup" instances in the "in" test + * fixed Lexer when using custom options containing the # char + * fixed "import" when macros are stored in a template string + +* 1.39.1 (2019-04-16) + + * fixed EscaperNodeVisitor + +* 1.39.0 (2019-04-16) + + * added Traversable support for the length filter + * fixed some wrong location in error messages + * made exception creation faster + * made escaping on ternary expressions (?: and ??) more fine-grained + * added the possibility to give a nice name to string templates (template_from_string function) + * fixed the "with" behavior to always include the globals (for consistency with the "include" and "embed" tags) + * fixed "include" with "ignore missing" when an error loading occurs in the included template + * added support for a new whitespace trimming option ({%~ ~%}, {{~ ~}}, {#~ ~#}) + +* 1.38.4 (2019-03-23) + + * fixed CheckToStringNode implementation (broken when a function/filter is variadic) + +* 1.38.3 (2019-03-21) + + * fixed the spaceless filter so that it behaves like the spaceless tag + * fixed BC break on Environment::resolveTemplate() + * fixed the bundled Autoloader to also load namespaced classes + * allowed Traversable objects to be used in the "with" tag + * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags + +* 1.38.2 (2019-03-12) + + * added TemplateWrapper::getTemplateName() + +* 1.38.1 (2019-03-12) + + * fixed class aliases + +* 1.38.0 (2019-03-12) + + * fixed sandbox security issue (under some circumstances, calling the + __toString() method on an object was possible even if not allowed by the + security policy) + * fixed batch filter clobbers array keys when fill parameter is used + * added preserveKeys support for the batch filter + * fixed "embed" support when used from "template_from_string" + * added the possibility to pass a TemplateWrapper to Twig\Environment::load() + * improved the performance of the sandbox + * added a spaceless filter + * added max value to the "random" function + * made namespace classes the default classes (PSR-0 ones are aliases now) + * removed duplicated directory separator in FilesystemLoader + * added Twig\Loader\ChainLoader::getLoaders() + * changed internal code to use the namespaced classes as much as possible + +* 1.37.1 (2019-01-14) + + * fixed regression (key exists check for non ArrayObject objects) + * fixed logic in TemplateWrapper + +* 1.37.0 (2019-01-14) + + * fixed ArrayObject access with a null value + * fixed embedded templates starting with a BOM + * fixed using a Twig_TemplateWrapper instance as an argument to extends + * switched generated code to use the PHP short array notation + * dropped PHP 5.3 support + * fixed float representation in compiled templates + * added a second argument to the join filter (last separator configuration) + +* 1.36.0 (2018-12-16) + + * made sure twig_include returns a string + * fixed multi-byte UFT-8 in escape('html_attr') + * added the "deprecated" tag + * added support for dynamically named tests + * fixed GlobalsInterface extended class + * fixed filesystem loader throwing an exception instead of returning false + * 1.35.4 (2018-07-13) * ensured that syntax errors are triggered with the right line diff --git a/vendor/twig/twig/LICENSE b/vendor/twig/twig/LICENSE new file mode 100644 index 00000000..5e8a0b8b --- /dev/null +++ b/vendor/twig/twig/LICENSE @@ -0,0 +1,29 @@ +Copyright (c) 2009-2020 by the Twig Team. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * The names of the contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/twig/twig/README.rst b/vendor/twig/twig/README.rst new file mode 100644 index 00000000..d896ff50 --- /dev/null +++ b/vendor/twig/twig/README.rst @@ -0,0 +1,24 @@ +Twig, the flexible, fast, and secure template language for PHP +============================================================== + +Twig is a template language for PHP, released under the new BSD license (code +and documentation). + +Twig uses a syntax similar to the Django and Jinja template languages which +inspired the Twig runtime environment. + +Sponsors +-------- + +.. raw:: html + + + Blackfire.io + + +More Information +---------------- + +Read the `documentation`_ for more information. + +.. _documentation: https://twig.symfony.com/documentation diff --git a/vendor/twig/twig/composer.json b/vendor/twig/twig/composer.json new file mode 100644 index 00000000..0d1c0ad1 --- /dev/null +++ b/vendor/twig/twig/composer.json @@ -0,0 +1,52 @@ +{ + "name": "twig/twig", + "type": "library", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "keywords": ["templating"], + "homepage": "https://twig.symfony.com", + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "require": { + "php": "^7.0", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4|^5.0", + "psr/container": "^1.0" + }, + "autoload": { + "psr-0" : { + "Twig_" : "lib/" + }, + "psr-4" : { + "Twig\\" : "src/" + } + }, + "autoload-dev": { + "psr-4" : { + "Twig\\Tests\\" : "tests/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "2.12-dev" + } + } +} diff --git a/vendor/twig/twig/doc/advanced.rst b/vendor/twig/twig/doc/advanced.rst new file mode 100644 index 00000000..bd9f5a41 --- /dev/null +++ b/vendor/twig/twig/doc/advanced.rst @@ -0,0 +1,912 @@ +Extending Twig +============== + +Twig can be extended in many ways; you can add extra tags, filters, tests, +operators, global variables, and functions. You can even extend the parser +itself with node visitors. + +.. note:: + + The first section of this chapter describes how to extend Twig. If you want + to reuse your changes in different projects or if you want to share them + with others, you should then create an extension as described in the + following section. + +.. caution:: + + When extending Twig without creating an extension, Twig won't be able to + recompile your templates when the PHP code is updated. To see your changes + in real-time, either disable template caching or package your code into an + extension (see the next section of this chapter). + +Before extending Twig, you must understand the differences between all the +different possible extension points and when to use them. + +First, remember that Twig has two main language constructs: + +* ``{{ }}``: used to print the result of an expression evaluation; + +* ``{% %}``: used to execute statements. + +To understand why Twig exposes so many extension points, let's see how to +implement a *Lorem ipsum* generator (it needs to know the number of words to +generate). + +You can use a ``lipsum`` *tag*: + +.. code-block:: twig + + {% lipsum 40 %} + +That works, but using a tag for ``lipsum`` is not a good idea for at least +three main reasons: + +* ``lipsum`` is not a language construct; +* The tag outputs something; +* The tag is not flexible as you cannot use it in an expression: + + .. code-block:: twig + + {{ 'some text' ~ {% lipsum 40 %} ~ 'some more text' }} + +In fact, you rarely need to create tags; and that's good news because tags are +the most complex extension point. + +Now, let's use a ``lipsum`` *filter*: + +.. code-block:: twig + + {{ 40|lipsum }} + +Again, it works. But a filter should transform the passed value to something +else. Here, we use the value to indicate the number of words to generate (so, +``40`` is an argument of the filter, not the value we want to transform). + +Next, let's use a ``lipsum`` *function*: + +.. code-block:: twig + + {{ lipsum(40) }} + +Here we go. For this specific example, the creation of a function is the +extension point to use. And you can use it anywhere an expression is accepted: + +.. code-block:: twig + + {{ 'some text' ~ lipsum(40) ~ 'some more text' }} + + {% set lipsum = lipsum(40) %} + +Lastly, you can also use a *global* object with a method able to generate lorem +ipsum text: + +.. code-block:: twig + + {{ text.lipsum(40) }} + +As a rule of thumb, use functions for frequently used features and global +objects for everything else. + +Keep in mind the following when you want to extend Twig: + +========== ========================== ========== ========================= +What? Implementation difficulty? How often? When? +========== ========================== ========== ========================= +*macro* simple frequent Content generation +*global* simple frequent Helper object +*function* simple frequent Content generation +*filter* simple frequent Value transformation +*tag* complex rare DSL language construct +*test* simple rare Boolean decision +*operator* simple rare Values transformation +========== ========================== ========== ========================= + +Globals +------- + +A global variable is like any other template variable, except that it's +available in all templates and macros:: + + $twig = new \Twig\Environment($loader); + $twig->addGlobal('text', new Text()); + +You can then use the ``text`` variable anywhere in a template: + +.. code-block:: twig + + {{ text.lipsum(40) }} + +Filters +------- + +Creating a filter consists of associating a name with a PHP callable:: + + // an anonymous function + $filter = new \Twig\TwigFilter('rot13', function ($string) { + return str_rot13($string); + }); + + // or a simple PHP function + $filter = new \Twig\TwigFilter('rot13', 'str_rot13'); + + // or a class static method + $filter = new \Twig\TwigFilter('rot13', ['SomeClass', 'rot13Filter']); + $filter = new \Twig\TwigFilter('rot13', 'SomeClass::rot13Filter'); + + // or a class method + $filter = new \Twig\TwigFilter('rot13', [$this, 'rot13Filter']); + // the one below needs a runtime implementation (see below for more information) + $filter = new \Twig\TwigFilter('rot13', ['SomeClass', 'rot13Filter']); + +The first argument passed to the ``\Twig\TwigFilter`` constructor is the name of the +filter you will use in templates and the second one is the PHP callable to +associate with it. + +Then, add the filter to the Twig environment:: + + $twig = new \Twig\Environment($loader); + $twig->addFilter($filter); + +And here is how to use it in a template: + +.. code-block:: twig + + {{ 'Twig'|rot13 }} + + {# will output Gjvt #} + +When called by Twig, the PHP callable receives the left side of the filter +(before the pipe ``|``) as the first argument and the extra arguments passed +to the filter (within parentheses ``()``) as extra arguments. + +For instance, the following code: + +.. code-block:: twig + + {{ 'TWIG'|lower }} + {{ now|date('d/m/Y') }} + +is compiled to something like the following:: + + + + +The ``\Twig\TwigFilter`` class takes an array of options as its last argument:: + + $filter = new \Twig\TwigFilter('rot13', 'str_rot13', $options); + +Environment-aware Filters +~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you want to access the current environment instance in your filter, set the +``needs_environment`` option to ``true``; Twig will pass the current +environment as the first argument to the filter call:: + + $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $string) { + // get the current charset for instance + $charset = $env->getCharset(); + + return str_rot13($string); + }, ['needs_environment' => true]); + +Context-aware Filters +~~~~~~~~~~~~~~~~~~~~~ + +If you want to access the current context in your filter, set the +``needs_context`` option to ``true``; Twig will pass the current context as +the first argument to the filter call (or the second one if +``needs_environment`` is also set to ``true``):: + + $filter = new \Twig\TwigFilter('rot13', function ($context, $string) { + // ... + }, ['needs_context' => true]); + + $filter = new \Twig\TwigFilter('rot13', function (Twig_Environment $env, $context, $string) { + // ... + }, ['needs_context' => true, 'needs_environment' => true]); + +Automatic Escaping +~~~~~~~~~~~~~~~~~~ + +If automatic escaping is enabled, the output of the filter may be escaped +before printing. If your filter acts as an escaper (or explicitly outputs HTML +or JavaScript code), you will want the raw output to be printed. In such a +case, set the ``is_safe`` option:: + + $filter = new \Twig\TwigFilter('nl2br', 'nl2br', ['is_safe' => ['html']]); + +Some filters may need to work on input that is already escaped or safe, for +example when adding (safe) HTML tags to originally unsafe output. In such a +case, set the ``pre_escape`` option to escape the input data before it is run +through your filter:: + + $filter = new \Twig\TwigFilter('somefilter', 'somefilter', ['pre_escape' => 'html', 'is_safe' => ['html']]); + +Variadic Filters +~~~~~~~~~~~~~~~~ + +When a filter should accept an arbitrary number of arguments, set the +``is_variadic`` option to ``true``; Twig will pass the extra arguments as the +last argument to the filter call as an array:: + + $filter = new \Twig\TwigFilter('thumbnail', function ($file, array $options = []) { + // ... + }, ['is_variadic' => true]); + +Be warned that :ref:`named arguments ` passed to a variadic +filter cannot be checked for validity as they will automatically end up in the +option array. + +Dynamic Filters +~~~~~~~~~~~~~~~ + +A filter name containing the special ``*`` character is a dynamic filter and +the ``*`` part will match any string:: + + $filter = new \Twig\TwigFilter('*_path', function ($name, $arguments) { + // ... + }); + +The following filters are matched by the above defined dynamic filter: + +* ``product_path`` +* ``category_path`` + +A dynamic filter can define more than one dynamic parts:: + + $filter = new \Twig\TwigFilter('*_path_*', function ($name, $suffix, $arguments) { + // ... + }); + +The filter receives all dynamic part values before the normal filter arguments, +but after the environment and the context. For instance, a call to +``'foo'|a_path_b()`` will result in the following arguments to be passed to the +filter: ``('a', 'b', 'foo')``. + +Deprecated Filters +~~~~~~~~~~~~~~~~~~ + +You can mark a filter as being deprecated by setting the ``deprecated`` option +to ``true``. You can also give an alternative filter that replaces the +deprecated one when that makes sense:: + + $filter = new \Twig\TwigFilter('obsolete', function () { + // ... + }, ['deprecated' => true, 'alternative' => 'new_one']); + +When a filter is deprecated, Twig emits a deprecation notice when compiling a +template using it. See :ref:`deprecation-notices` for more information. + +Functions +--------- + +Functions are defined in the exact same way as filters, but you need to create +an instance of ``\Twig\TwigFunction``:: + + $twig = new \Twig\Environment($loader); + $function = new \Twig\TwigFunction('function_name', function () { + // ... + }); + $twig->addFunction($function); + +Functions support the same features as filters, except for the ``pre_escape`` +and ``preserves_safety`` options. + +Tests +----- + +Tests are defined in the exact same way as filters and functions, but you need +to create an instance of ``\Twig\TwigTest``:: + + $twig = new \Twig\Environment($loader); + $test = new \Twig\TwigTest('test_name', function () { + // ... + }); + $twig->addTest($test); + +Tests allow you to create custom application specific logic for evaluating +boolean conditions. As a simple example, let's create a Twig test that checks if +objects are 'red':: + + $twig = new \Twig\Environment($loader); + $test = new \Twig\TwigTest('red', function ($value) { + if (isset($value->color) && $value->color == 'red') { + return true; + } + if (isset($value->paint) && $value->paint == 'red') { + return true; + } + return false; + }); + $twig->addTest($test); + +Test functions must always return ``true``/``false``. + +When creating tests you can use the ``node_class`` option to provide custom test +compilation. This is useful if your test can be compiled into PHP primitives. +This is used by many of the tests built into Twig:: + + $twig = new \Twig\Environment($loader); + $test = new \Twig\TwigTest( + 'odd', + null, + ['node_class' => \Twig\Node\Expression\Test\OddTest::class]); + $twig->addTest($test); + + class Twig_Node_Expression_Test_Odd extends \Twig\Node\Expression\TestExpression + { + public function compile(\Twig\Compiler $compiler) + { + $compiler + ->raw('(') + ->subcompile($this->getNode('node')) + ->raw(' % 2 == 1') + ->raw(')') + ; + } + } + +The above example shows how you can create tests that use a node class. The node +class has access to one sub-node called ``node``. This sub-node contains the +value that is being tested. When the ``odd`` filter is used in code such as: + +.. code-block:: twig + + {% if my_value is odd %} + +The ``node`` sub-node will contain an expression of ``my_value``. Node-based +tests also have access to the ``arguments`` node. This node will contain the +various other arguments that have been provided to your test. + +.. versionadded:: 2.6 + Dynamic tests support was added in Twig 2.6. + +If you want to pass a variable number of positional or named arguments to the +test, set the ``is_variadic`` option to ``true``. Tests support dynamic +names (see dynamic filters for the syntax). + +Tags +---- + +One of the most exciting features of a template engine like Twig is the +possibility to define new **language constructs**. This is also the most complex +feature as you need to understand how Twig's internals work. + +Most of the time though, a tag is not needed: + +* If your tag generates some output, use a **function** instead. + +* If your tag modifies some content and returns it, use a **filter** instead. + + For instance, if you want to create a tag that converts a Markdown formatted + text to HTML, create a ``markdown`` filter instead: + + .. code-block:: twig + + {{ '**markdown** text'|markdown }} + + If you want use this filter on large amounts of text, wrap it with the + :doc:`apply ` tag: + + .. code-block:: twig + + {% apply markdown %} + Title + ===== + + Much better than creating a tag as you can **compose** filters. + {% endapply %} + + .. note:: + + The ``apply`` tag was introduced in Twig 2.9; use the ``filter`` tag with + previous versions. + +* If your tag does not output anything, but only exists because of a side + effect, create a **function** that returns nothing and call it via the + :doc:`filter ` tag. + + For instance, if you want to create a tag that logs text, create a ``log`` + function instead and call it via the :doc:`do ` tag: + + .. code-block:: twig + + {% do log('Log some things') %} + +If you still want to create a tag for a new language construct, great! + +Let's create a ``set`` tag that allows the definition of simple variables from +within a template. The tag can be used like follows: + +.. code-block:: twig + + {% set name = "value" %} + + {{ name }} + + {# should output value #} + +.. note:: + + The ``set`` tag is part of the Core extension and as such is always + available. The built-in version is slightly more powerful and supports + multiple assignments by default. + +Three steps are needed to define a new tag: + +* Defining a Token Parser class (responsible for parsing the template code); + +* Defining a Node class (responsible for converting the parsed code to PHP); + +* Registering the tag. + +Registering a new tag +~~~~~~~~~~~~~~~~~~~~~ + +Add a tag by calling the ``addTokenParser`` method on the ``\Twig\Environment`` +instance:: + + $twig = new \Twig\Environment($loader); + $twig->addTokenParser(new Project_Set_TokenParser()); + +Defining a Token Parser +~~~~~~~~~~~~~~~~~~~~~~~ + +Now, let's see the actual code of this class:: + + class Project_Set_TokenParser extends \Twig\TokenParser\AbstractTokenParser + { + public function parse(\Twig\Token $token) + { + $parser = $this->parser; + $stream = $parser->getStream(); + + $name = $stream->expect(\Twig\Token::NAME_TYPE)->getValue(); + $stream->expect(\Twig\Token::OPERATOR_TYPE, '='); + $value = $parser->getExpressionParser()->parseExpression(); + $stream->expect(\Twig\Token::BLOCK_END_TYPE); + + return new Project_Set_Node($name, $value, $token->getLine(), $this->getTag()); + } + + public function getTag() + { + return 'set'; + } + } + +The ``getTag()`` method must return the tag we want to parse, here ``set``. + +The ``parse()`` method is invoked whenever the parser encounters a ``set`` +tag. It should return a ``\Twig\Node\Node`` instance that represents the node (the +``Project_Set_Node`` calls creating is explained in the next section). + +The parsing process is simplified thanks to a bunch of methods you can call +from the token stream (``$this->parser->getStream()``): + +* ``getCurrent()``: Gets the current token in the stream. + +* ``next()``: Moves to the next token in the stream, *but returns the old one*. + +* ``test($type)``, ``test($value)`` or ``test($type, $value)``: Determines whether + the current token is of a particular type or value (or both). The value may be an + array of several possible values. + +* ``expect($type[, $value[, $message]])``: If the current token isn't of the given + type/value a syntax error is thrown. Otherwise, if the type and value are correct, + the token is returned and the stream moves to the next token. + +* ``look()``: Looks at the next token without consuming it. + +Parsing expressions is done by calling the ``parseExpression()`` like we did for +the ``set`` tag. + +.. tip:: + + Reading the existing ``TokenParser`` classes is the best way to learn all + the nitty-gritty details of the parsing process. + +Defining a Node +~~~~~~~~~~~~~~~ + +The ``Project_Set_Node`` class itself is quite short:: + + class Project_Set_Node extends \Twig\Node\Node + { + public function __construct($name, \Twig\Node\Expression\AbstractExpression $value, $line, $tag = null) + { + parent::__construct(['value' => $value], ['name' => $name], $line, $tag); + } + + public function compile(\Twig\Compiler $compiler) + { + $compiler + ->addDebugInfo($this) + ->write('$context[\''.$this->getAttribute('name').'\'] = ') + ->subcompile($this->getNode('value')) + ->raw(";\n") + ; + } + } + +The compiler implements a fluid interface and provides methods that helps the +developer generate beautiful and readable PHP code: + +* ``subcompile()``: Compiles a node. + +* ``raw()``: Writes the given string as is. + +* ``write()``: Writes the given string by adding indentation at the beginning + of each line. + +* ``string()``: Writes a quoted string. + +* ``repr()``: Writes a PHP representation of a given value (see + ``\Twig\Node\ForNode`` for a usage example). + +* ``addDebugInfo()``: Adds the line of the original template file related to + the current node as a comment. + +* ``indent()``: Indents the generated code (see ``\Twig\Node\BlockNode`` for a + usage example). + +* ``outdent()``: Outdents the generated code (see ``\Twig\Node\BlockNode`` for a + usage example). + +.. _creating_extensions: + +Creating an Extension +--------------------- + +The main motivation for writing an extension is to move often used code into a +reusable class like adding support for internationalization. An extension can +define tags, filters, tests, operators, functions, and node visitors. + +Most of the time, it is useful to create a single extension for your project, +to host all the specific tags and filters you want to add to Twig. + +.. tip:: + + When packaging your code into an extension, Twig is smart enough to + recompile your templates whenever you make a change to it (when + ``auto_reload`` is enabled). + +An extension is a class that implements the following interface:: + + interface \Twig\Extension\ExtensionInterface + { + /** + * Returns the token parser instances to add to the existing list. + * + * @return \Twig\TokenParser\TokenParserInterface[] + */ + public function getTokenParsers(); + + /** + * Returns the node visitor instances to add to the existing list. + * + * @return \Twig\NodeVisitor\NodeVisitorInterface[] + */ + public function getNodeVisitors(); + + /** + * Returns a list of filters to add to the existing list. + * + * @return \Twig\TwigFilter[] + */ + public function getFilters(); + + /** + * Returns a list of tests to add to the existing list. + * + * @return \Twig\TwigTest[] + */ + public function getTests(); + + /** + * Returns a list of functions to add to the existing list. + * + * @return \Twig\TwigFunction[] + */ + public function getFunctions(); + + /** + * Returns a list of operators to add to the existing list. + * + * @return array First array of unary operators, second array of binary operators + */ + public function getOperators(); + } + +To keep your extension class clean and lean, inherit from the built-in +``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides +empty implementations for all methods:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + } + +This extension does nothing for now. We will customize it in the next sections. + +You can save your extension anywhere on the filesystem, as all extensions must +be registered explicitly to be available in your templates. + +You can register an extension by using the ``addExtension()`` method on your +main ``Environment`` object:: + + $twig = new \Twig\Environment($loader); + $twig->addExtension(new Project_Twig_Extension()); + +.. tip:: + + The Twig core extensions are great examples of how extensions work. + +Globals +~~~~~~~ + +Global variables can be registered in an extension via the ``getGlobals()`` +method:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension implements \Twig\Extension\GlobalsInterface + { + public function getGlobals() + { + return [ + 'text' => new Text(), + ]; + } + + // ... + } + +Functions +~~~~~~~~~ + +Functions can be registered in an extension via the ``getFunctions()`` +method:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getFunctions() + { + return [ + new \Twig\TwigFunction('lipsum', 'generate_lipsum'), + ]; + } + + // ... + } + +Filters +~~~~~~~ + +To add a filter to an extension, you need to override the ``getFilters()`` +method. This method must return an array of filters to add to the Twig +environment:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getFilters() + { + return [ + new \Twig\TwigFilter('rot13', 'str_rot13'), + ]; + } + + // ... + } + +Tags +~~~~ + +Adding a tag in an extension can be done by overriding the +``getTokenParsers()`` method. This method must return an array of tags to add +to the Twig environment:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getTokenParsers() + { + return [new Project_Set_TokenParser()]; + } + + // ... + } + +In the above code, we have added a single new tag, defined by the +``Project_Set_TokenParser`` class. The ``Project_Set_TokenParser`` class is +responsible for parsing the tag and compiling it to PHP. + +Operators +~~~~~~~~~ + +The ``getOperators()`` methods lets you add new operators. Here is how to add +the ``!``, ``||``, and ``&&`` operators:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getOperators() + { + return [ + [ + '!' => ['precedence' => 50, 'class' => \Twig\Node\Expression\Unary\NotUnary::class], + ], + [ + '||' => ['precedence' => 10, 'class' => \Twig\Node\Expression\Binary\OrBinary::class, 'associativity' => \Twig\ExpressionParser::OPERATOR_LEFT], + '&&' => ['precedence' => 15, 'class' => \Twig\Node\Expression\Binary\AndBinary::class, 'associativity' => \Twig\ExpressionParser::OPERATOR_LEFT], + ], + ]; + } + + // ... + } + +Tests +~~~~~ + +The ``getTests()`` method lets you add new test functions:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getTests() + { + return [ + new \Twig\TwigTest('even', 'twig_test_even'), + ]; + } + + // ... + } + +Definition vs Runtime +~~~~~~~~~~~~~~~~~~~~~ + +Twig filters, functions, and tests runtime implementations can be defined as +any valid PHP callable: + +* **functions/static methods**: Simple to implement and fast (used by all Twig + core extensions); but it is hard for the runtime to depend on external + objects; + +* **closures**: Simple to implement; + +* **object methods**: More flexible and required if your runtime code depends + on external objects. + +The simplest way to use methods is to define them on the extension itself:: + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + private $rot13Provider; + + public function __construct($rot13Provider) + { + $this->rot13Provider = $rot13Provider; + } + + public function getFunctions() + { + return [ + new \Twig\TwigFunction('rot13', [$this, 'rot13']), + ]; + } + + public function rot13($value) + { + return $this->rot13Provider->rot13($value); + } + } + +This is very convenient but not recommended as it makes template compilation +depend on runtime dependencies even if they are not needed (think for instance +as a dependency that connects to a database engine). + +You can decouple the extension definitions from their runtime implementations by +registering a ``\Twig\RuntimeLoader\RuntimeLoaderInterface`` instance on the +environment that knows how to instantiate such runtime classes (runtime classes +must be autoload-able):: + + class RuntimeLoader implements \Twig\RuntimeLoader\RuntimeLoaderInterface + { + public function load($class) + { + // implement the logic to create an instance of $class + // and inject its dependencies + // most of the time, it means using your dependency injection container + if ('Project_Twig_RuntimeExtension' === $class) { + return new $class(new Rot13Provider()); + } else { + // ... + } + } + } + + $twig->addRuntimeLoader(new RuntimeLoader()); + +.. note:: + + Twig comes with a PSR-11 compatible runtime loader + (``\Twig\RuntimeLoader\ContainerRuntimeLoader``). + +It is now possible to move the runtime logic to a new +``Project_Twig_RuntimeExtension`` class and use it directly in the extension:: + + class Project_Twig_RuntimeExtension + { + private $rot13Provider; + + public function __construct($rot13Provider) + { + $this->rot13Provider = $rot13Provider; + } + + public function rot13($value) + { + return $this->rot13Provider->rot13($value); + } + } + + class Project_Twig_Extension extends \Twig\Extension\AbstractExtension + { + public function getFunctions() + { + return [ + new \Twig\TwigFunction('rot13', ['Project_Twig_RuntimeExtension', 'rot13']), + // or + new \Twig\TwigFunction('rot13', 'Project_Twig_RuntimeExtension::rot13'), + ]; + } + } + +Testing an Extension +-------------------- + +Functional Tests +~~~~~~~~~~~~~~~~ + +You can create functional tests for extensions by creating the following file +structure in your test directory:: + + Fixtures/ + filters/ + foo.test + bar.test + functions/ + foo.test + bar.test + tags/ + foo.test + bar.test + IntegrationTest.php + +The ``IntegrationTest.php`` file should look like this:: + + class Project_Tests_IntegrationTest extends \Twig\Test\IntegrationTestCase + { + public function getExtensions() + { + return [ + new Project_Twig_Extension1(), + new Project_Twig_Extension2(), + ]; + } + + public function getFixturesDir() + { + return __DIR__.'/Fixtures/'; + } + } + +Fixtures examples can be found within the Twig repository +`tests/Twig/Fixtures`_ directory. + +Node Tests +~~~~~~~~~~ + +Testing the node visitors can be complex, so extend your test cases from +``\Twig\Test\NodeTestCase``. Examples can be found in the Twig repository +`tests/Twig/Node`_ directory. + +.. _`rot13`: https://secure.php.net/manual/en/function.str-rot13.php +.. _`tests/Twig/Fixtures`: https://github.com/twigphp/Twig/tree/2.x/tests/Fixtures +.. _`tests/Twig/Node`: https://github.com/twigphp/Twig/tree/2.x/tests/Node diff --git a/vendor/twig/twig/doc/api.rst b/vendor/twig/twig/doc/api.rst new file mode 100644 index 00000000..983ef198 --- /dev/null +++ b/vendor/twig/twig/doc/api.rst @@ -0,0 +1,591 @@ +Twig for Developers +=================== + +This chapter describes the API to Twig and not the template language. It will +be most useful as reference to those implementing the template interface to +the application and not those who are creating Twig templates. + +Basics +------ + +Twig uses a central object called the **environment** (of class +``\Twig\Environment``). Instances of this class are used to store the +configuration and extensions, and are used to load templates. + +Most applications create one ``\Twig\Environment`` object on application +initialization and use that to load templates. In some cases, it might be useful +to have multiple environments side by side, with different configurations. + +The typical way to configure Twig to load templates for an application looks +roughly like this:: + + require_once '/path/to/vendor/autoload.php'; + + $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates'); + $twig = new \Twig\Environment($loader, [ + 'cache' => '/path/to/compilation_cache', + ]); + +This creates a template environment with a default configuration and a loader +that looks up templates in the ``/path/to/templates/`` directory. Different +loaders are available and you can also write your own if you want to load +templates from a database or other resources. + +.. note:: + + Notice that the second argument of the environment is an array of options. + The ``cache`` option is a compilation cache directory, where Twig caches + the compiled templates to avoid the parsing phase for sub-sequent + requests. It is very different from the cache you might want to add for + the evaluated templates. For such a need, you can use any available PHP + cache library. + +Rendering Templates +------------------- + +To load a template from a Twig environment, call the ``load()`` method which +returns a ``\Twig\TemplateWrapper`` instance:: + + $template = $twig->load('index.html'); + +To render the template with some variables, call the ``render()`` method:: + + echo $template->render(['the' => 'variables', 'go' => 'here']); + +.. note:: + + The ``display()`` method is a shortcut to output the rendered template. + +You can also load and render the template in one fell swoop:: + + echo $twig->render('index.html', ['the' => 'variables', 'go' => 'here']); + +If a template defines blocks, they can be rendered individually via the +``renderBlock()`` call:: + + echo $template->renderBlock('block_name', ['the' => 'variables', 'go' => 'here']); + +.. _environment_options: + +Environment Options +------------------- + +When creating a new ``\Twig\Environment`` instance, you can pass an array of +options as the constructor second argument:: + + $twig = new \Twig\Environment($loader, ['debug' => true]); + +The following options are available: + +* ``debug`` *boolean* + + When set to ``true``, the generated templates have a + ``__toString()`` method that you can use to display the generated nodes + (default to ``false``). + +* ``charset`` *string* (defaults to ``utf-8``) + + The charset used by the templates. + +* ``base_template_class`` *string* (defaults to ``\Twig\Template``) + + The base template class to use for generated + templates. + +* ``cache`` *string* or ``false`` + + An absolute path where to store the compiled templates, or + ``false`` to disable caching (which is the default). + +* ``auto_reload`` *boolean* + + When developing with Twig, it's useful to recompile the + template whenever the source code changes. If you don't provide a value for + the ``auto_reload`` option, it will be determined automatically based on the + ``debug`` value. + +* ``strict_variables`` *boolean* + + If set to ``false``, Twig will silently ignore invalid + variables (variables and or attributes/methods that do not exist) and + replace them with a ``null`` value. When set to ``true``, Twig throws an + exception instead (default to ``false``). + +* ``autoescape`` *string* + + Sets the default auto-escaping strategy (``name``, ``html``, ``js``, ``css``, + ``url``, ``html_attr``, or a PHP callback that takes the template "filename" + and returns the escaping strategy to use -- the callback cannot be a function + name to avoid collision with built-in escaping strategies); set it to + ``false`` to disable auto-escaping. The ``name`` escaping strategy determines + the escaping strategy to use for a template based on the template filename + extension (this strategy does not incur any overhead at runtime as + auto-escaping is done at compilation time.) + +* ``optimizations`` *integer* + + A flag that indicates which optimizations to apply + (default to ``-1`` -- all optimizations are enabled; set it to ``0`` to + disable). + +Loaders +------- + +Loaders are responsible for loading templates from a resource such as the file +system. + +Compilation Cache +~~~~~~~~~~~~~~~~~ + +All template loaders can cache the compiled templates on the filesystem for +future reuse. It speeds up Twig a lot as templates are only compiled once; and +the performance boost is even larger if you use a PHP accelerator such as +OPCache. See the ``cache`` and ``auto_reload`` options of ``\Twig\Environment`` +above for more information. + +Built-in Loaders +~~~~~~~~~~~~~~~~ + +Here is a list of the built-in loaders: + +``\Twig\Loader\FilesystemLoader`` +................................. + +``\Twig\Loader\FilesystemLoader`` loads templates from the file system. This loader +can find templates in folders on the file system and is the preferred way to +load them:: + + $loader = new \Twig\Loader\FilesystemLoader($templateDir); + +It can also look for templates in an array of directories:: + + $loader = new \Twig\Loader\FilesystemLoader([$templateDir1, $templateDir2]); + +With such a configuration, Twig will first look for templates in +``$templateDir1`` and if they do not exist, it will fallback to look for them +in the ``$templateDir2``. + +You can add or prepend paths via the ``addPath()`` and ``prependPath()`` +methods:: + + $loader->addPath($templateDir3); + $loader->prependPath($templateDir4); + +The filesystem loader also supports namespaced templates. This allows to group +your templates under different namespaces which have their own template paths. + +When using the ``setPaths()``, ``addPath()``, and ``prependPath()`` methods, +specify the namespace as the second argument (when not specified, these +methods act on the "main" namespace):: + + $loader->addPath($templateDir, 'admin'); + +Namespaced templates can be accessed via the special +``@namespace_name/template_path`` notation:: + + $twig->render('@admin/index.html', []); + +``\Twig\Loader\FilesystemLoader`` support absolute and relative paths. Using relative +paths is preferred as it makes the cache keys independent of the project root +directory (for instance, it allows warming the cache from a build server where +the directory might be different from the one used on production servers):: + + $loader = new \Twig\Loader\FilesystemLoader('templates', getcwd().'/..'); + +.. note:: + + When not passing the root path as a second argument, Twig uses ``getcwd()`` + for relative paths. + +``\Twig\Loader\ArrayLoader`` +............................ + +``\Twig\Loader\ArrayLoader`` loads a template from a PHP array. It is passed an +array of strings bound to template names:: + + $loader = new \Twig\Loader\ArrayLoader([ + 'index.html' => 'Hello {{ name }}!', + ]); + $twig = new \Twig\Environment($loader); + + echo $twig->render('index.html', ['name' => 'Fabien']); + +This loader is very useful for unit testing. It can also be used for small +projects where storing all templates in a single PHP file might make sense. + +.. tip:: + + When using the ``Array`` loader with a cache mechanism, you should know that + a new cache key is generated each time a template content "changes" (the + cache key being the source code of the template). If you don't want to see + your cache grows out of control, you need to take care of clearing the old + cache file by yourself. + +``\Twig\Loader\ChainLoader`` +............................ + +``\Twig\Loader\ChainLoader`` delegates the loading of templates to other loaders:: + + $loader1 = new \Twig\Loader\ArrayLoader([ + 'base.html' => '{% block content %}{% endblock %}', + ]); + $loader2 = new \Twig\Loader\ArrayLoader([ + 'index.html' => '{% extends "base.html" %}{% block content %}Hello {{ name }}{% endblock %}', + 'base.html' => 'Will never be loaded', + ]); + + $loader = new \Twig\Loader\ChainLoader([$loader1, $loader2]); + + $twig = new \Twig\Environment($loader); + +When looking for a template, Twig tries each loader in turn and returns as soon +as the template is found. When rendering the ``index.html`` template from the +above example, Twig will load it with ``$loader2`` but the ``base.html`` +template will be loaded from ``$loader1``. + +.. note:: + + You can also add loaders via the ``addLoader()`` method. + +Create your own Loader +~~~~~~~~~~~~~~~~~~~~~~ + +All loaders implement the ``\Twig\Loader\LoaderInterface``:: + + interface \Twig\Loader\LoaderInterface + { + /** + * Returns the source context for a given template logical name. + * + * @param string $name The template logical name + * + * @return \Twig\Source + * + * @throws \Twig\Error\LoaderError When $name is not found + */ + public function getSourceContext($name); + + /** + * Gets the cache key to use for the cache for a given template name. + * + * @param string $name The name of the template to load + * + * @return string The cache key + * + * @throws \Twig\Error\LoaderError When $name is not found + */ + public function getCacheKey($name); + + /** + * Returns true if the template is still fresh. + * + * @param string $name The template name + * @param timestamp $time The last modification time of the cached template + * + * @return bool true if the template is fresh, false otherwise + * + * @throws \Twig\Error\LoaderError When $name is not found + */ + public function isFresh($name, $time); + + /** + * Check if we have the source code of a template, given its name. + * + * @param string $name The name of the template to check if we can load + * + * @return bool If the template source code is handled by this loader or not + */ + public function exists($name); + } + +The ``isFresh()`` method must return ``true`` if the current cached template +is still fresh, given the last modification time, or ``false`` otherwise. + +The ``getSourceContext()`` method must return an instance of ``\Twig\Source``. + +Using Extensions +---------------- + +Twig extensions are packages that add new features to Twig. Register an +extension via the ``addExtension()`` method:: + + $twig->addExtension(new \Twig\Extension\SandboxExtension()); + +Twig comes bundled with the following extensions: + +* *Twig\Extension\CoreExtension*: Defines all the core features of Twig. + +* *Twig\Extension\DebugExtension*: Defines the ``dump`` function to help debug + template variables. + +* *Twig\Extension\EscaperExtension*: Adds automatic output-escaping and the + possibility to escape/unescape blocks of code. + +* *Twig\Extension\SandboxExtension*: Adds a sandbox mode to the default Twig + environment, making it safe to evaluate untrusted code. + +* *Twig\Extension\ProfilerExtension*: Enabled the built-in Twig profiler. + +* *Twig\Extension\OptimizerExtension*: Optimizes the node tree before + compilation. + +* *Twig\Extension\StringLoaderExtension*: Defined the ``template_from_string`` + function to allow loading templates from string in a template. + +The Core, Escaper, and Optimizer extensions are registered by default. + +Built-in Extensions +------------------- + +This section describes the features added by the built-in extensions. + +.. tip:: + + Read the chapter about :doc:`extending Twig ` to learn how to + create your own extensions. + +Core Extension +~~~~~~~~~~~~~~ + +The ``core`` extension defines all the core features of Twig: + +* :doc:`Tags `; +* :doc:`Filters `; +* :doc:`Functions `; +* :doc:`Tests `. + +Escaper Extension +~~~~~~~~~~~~~~~~~ + +The ``escaper`` extension adds automatic output escaping to Twig. It defines a +tag, ``autoescape``, and a filter, ``raw``. + +When creating the escaper extension, you can switch on or off the global +output escaping strategy:: + + $escaper = new \Twig\Extension\EscaperExtension('html'); + $twig->addExtension($escaper); + +If set to ``html``, all variables in templates are escaped (using the ``html`` +escaping strategy), except those using the ``raw`` filter: + +.. code-block:: twig + + {{ article.to_html|raw }} + +You can also change the escaping mode locally by using the ``autoescape`` tag: + +.. code-block:: twig + + {% autoescape 'html' %} + {{ var }} + {{ var|raw }} {# var won't be escaped #} + {{ var|escape }} {# var won't be double-escaped #} + {% endautoescape %} + +.. warning:: + + The ``autoescape`` tag has no effect on included files. + +The escaping rules are implemented as follows: + +* Literals (integers, booleans, arrays, ...) used in the template directly as + variables or filter arguments are never automatically escaped: + + .. code-block:: twig + + {{ "Twig
    " }} {# won't be escaped #} + + {% set text = "Twig
    " %} + {{ text }} {# will be escaped #} + +* Expressions which the result is a literal or a variable marked safe + are never automatically escaped: + + .. code-block:: twig + + {{ foo ? "Twig
    " : "
    Twig" }} {# won't be escaped #} + + {% set text = "Twig
    " %} + {{ true ? text : "
    Twig" }} {# will be escaped #} + {{ false ? text : "
    Twig" }} {# won't be escaped #} + + {% set text = "Twig
    " %} + {{ foo ? text|raw : "
    Twig" }} {# won't be escaped #} + +* Objects with a ``__toString`` method are converted to strings and + escaped. You can mark some classes and/or interfaces as being safe for some + strategies via ``EscaperExtension::addSafeClass()``: + + .. code-block:: twig + + // mark object of class Foo as safe for the HTML strategy + $escaper->addSafeClass('Foo', ['html']); + + // mark object of interface Foo as safe for the HTML strategy + $escaper->addSafeClass('FooInterface', ['html']); + + // mark object of class Foo as safe for the HTML and JS strategies + $escaper->addSafeClass('Foo', ['html', 'js']); + + // mark object of class Foo as safe for all strategies + $escaper->addSafeClass('Foo', ['all']); + +* Escaping is applied before printing, after any other filter is applied: + + .. code-block:: twig + + {{ var|upper }} {# is equivalent to {{ var|upper|escape }} #} + +* The `raw` filter should only be used at the end of the filter chain: + + .. code-block:: twig + + {{ var|raw|upper }} {# will be escaped #} + + {{ var|upper|raw }} {# won't be escaped #} + +* Automatic escaping is not applied if the last filter in the chain is marked + safe for the current context (e.g. ``html`` or ``js``). ``escape`` and + ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked + safe for JavaScript, ``raw`` is marked safe for everything. + + .. code-block:: twig + + {% autoescape 'js' %} + {{ var|escape('html') }} {# will be escaped for HTML and JavaScript #} + {{ var }} {# will be escaped for JavaScript #} + {{ var|escape('js') }} {# won't be double-escaped #} + {% endautoescape %} + +.. note:: + + Note that autoescaping has some limitations as escaping is applied on + expressions after evaluation. For instance, when working with + concatenation, ``{{ foo|raw ~ bar }}`` won't give the expected result as + escaping is applied on the result of the concatenation, not on the + individual variables (so, the ``raw`` filter won't have any effect here). + +Sandbox Extension +~~~~~~~~~~~~~~~~~ + +The ``sandbox`` extension can be used to evaluate untrusted code. Access to +unsafe attributes and methods is prohibited. The sandbox security is managed +by a policy instance. By default, Twig comes with one policy class: +``\Twig\Sandbox\SecurityPolicy``. This class allows you to white-list some +tags, filters, properties, and methods:: + + $tags = ['if']; + $filters = ['upper']; + $methods = [ + 'Article' => ['getTitle', 'getBody'], + ]; + $properties = [ + 'Article' => ['title', 'body'], + ]; + $functions = ['range']; + $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions); + +With the previous configuration, the security policy will only allow usage of +the ``if`` tag, and the ``upper`` filter. Moreover, the templates will only be +able to call the ``getTitle()`` and ``getBody()`` methods on ``Article`` +objects, and the ``title`` and ``body`` public properties. Everything else +won't be allowed and will generate a ``\Twig\Sandbox\SecurityError`` exception. + +The policy object is the first argument of the sandbox constructor:: + + $sandbox = new \Twig\Extension\SandboxExtension($policy); + $twig->addExtension($sandbox); + +By default, the sandbox mode is disabled and should be enabled when including +untrusted template code by using the ``sandbox`` tag: + +.. code-block:: twig + + {% sandbox %} + {% include 'user.html' %} + {% endsandbox %} + +You can sandbox all templates by passing ``true`` as the second argument of +the extension constructor:: + + $sandbox = new \Twig\Extension\SandboxExtension($policy, true); + +Profiler Extension +~~~~~~~~~~~~~~~~~~ + +The ``profiler`` extension enables a profiler for Twig templates; it should +only be used on your development machines as it adds some overhead:: + + $profile = new \Twig\Profiler\Profile(); + $twig->addExtension(new \Twig\Extension\ProfilerExtension($profile)); + + $dumper = new \Twig\Profiler\Dumper\TextDumper(); + echo $dumper->dump($profile); + +A profile contains information about time and memory consumption for template, +block, and macro executions. + +You can also dump the data in a `Blackfire.io `_ +compatible format:: + + $dumper = new \Twig\Profiler\Dumper\BlackfireDumper(); + file_put_contents('/path/to/profile.prof', $dumper->dump($profile)); + +Upload the profile to visualize it (create a `free account +`_ +first): + +.. code-block:: sh + + blackfire --slot=7 upload /path/to/profile.prof + +Optimizer Extension +~~~~~~~~~~~~~~~~~~~ + +The ``optimizer`` extension optimizes the node tree before compilation:: + + $twig->addExtension(new \Twig\Extension\OptimizerExtension()); + +By default, all optimizations are turned on. You can select the ones you want +to enable by passing them to the constructor:: + + $optimizer = new \Twig\Extension\OptimizerExtension(\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR); + + $twig->addExtension($optimizer); + +Twig supports the following optimizations: + +* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_ALL``, enables all optimizations + (this is the default value). + +* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_NONE``, disables all optimizations. + This reduces the compilation time, but it can increase the execution time + and the consumed memory. + +* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR``, optimizes the ``for`` tag by + removing the ``loop`` variable creation whenever possible. + +* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_RAW_FILTER``, removes the ``raw`` + filter whenever possible. + +* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_VAR_ACCESS``, simplifies the creation + and access of variables in the compiled templates whenever possible. + +Exceptions +---------- + +Twig can throw exceptions: + +* ``\Twig\Error\Error``: The base exception for all errors. + +* ``\Twig\Error\SyntaxError``: Thrown to tell the user that there is a problem with + the template syntax. + +* ``\Twig\Error\RuntimeError``: Thrown when an error occurs at runtime (when a filter + does not exist for instance). + +* ``\Twig\Error\LoaderError``: Thrown when an error occurs during template loading. + +* ``\Twig\Sandbox\SecurityError``: Thrown when an unallowed tag, filter, or + method is called in a sandboxed template. diff --git a/trunk/_vendor/twig/twig/doc/coding_standards.rst b/vendor/twig/twig/doc/coding_standards.rst similarity index 88% rename from trunk/_vendor/twig/twig/doc/coding_standards.rst rename to vendor/twig/twig/doc/coding_standards.rst index bf8ea91a..721b0f13 100644 --- a/trunk/_vendor/twig/twig/doc/coding_standards.rst +++ b/vendor/twig/twig/doc/coding_standards.rst @@ -7,7 +7,7 @@ standards: * Put one (and only one) space after the start of a delimiter (``{{``, ``{%``, and ``{#``) and before the end of a delimiter (``}}``, ``%}``, and ``#}``): - .. code-block:: jinja + .. code-block:: twig {{ foo }} {# comment #} @@ -16,7 +16,7 @@ standards: When using the whitespace control character, do not put any spaces between it and the delimiter: - .. code-block:: jinja + .. code-block:: twig {{- foo -}} {#- comment -#} @@ -28,7 +28,7 @@ standards: operators (``not``, ``and``, ``or``), ``~``, ``is``, ``in``, and the ternary operator (``?:``): - .. code-block:: jinja + .. code-block:: twig {{ 1 + 2 }} {{ foo ~ bar }} @@ -37,7 +37,7 @@ standards: * Put one (and only one) space after the ``:`` sign in hashes and ``,`` in arrays and hashes: - .. code-block:: jinja + .. code-block:: twig {{ [1, 2, 3] }} {{ {'foo': 'bar'} }} @@ -45,13 +45,13 @@ standards: * Do not put any spaces after an opening parenthesis and before a closing parenthesis in expressions: - .. code-block:: jinja + .. code-block:: twig {{ 1 + (2 * 3) }} * Do not put any spaces before and after string delimiters: - .. code-block:: jinja + .. code-block:: twig {{ 'foo' }} {{ "foo" }} @@ -59,7 +59,7 @@ standards: * Do not put any spaces before and after the following operators: ``|``, ``.``, ``..``, ``[]``: - .. code-block:: jinja + .. code-block:: twig {{ foo|upper|lower }} {{ user.name }} @@ -69,7 +69,7 @@ standards: * Do not put any spaces before and after the parenthesis used for filter and function calls: - .. code-block:: jinja + .. code-block:: twig {{ foo|default('foo') }} {{ range(1..10) }} @@ -77,14 +77,14 @@ standards: * Do not put any spaces before and after the opening and the closing of arrays and hashes: - .. code-block:: jinja + .. code-block:: twig {{ [1, 2, 3] }} {{ {'foo': 'bar'} }} * Use lower cased and underscored variable names: - .. code-block:: jinja + .. code-block:: twig {% set foo = 'foo' %} {% set foo_bar = 'foo' %} @@ -92,7 +92,7 @@ standards: * Indent your code inside tags (use the same indentation as the one used for the target language of the rendered template): - .. code-block:: jinja + .. code-block:: twig {% block foo %} {% if true %} diff --git a/vendor/twig/twig/doc/deprecated.rst b/vendor/twig/twig/doc/deprecated.rst new file mode 100644 index 00000000..d7a6145e --- /dev/null +++ b/vendor/twig/twig/doc/deprecated.rst @@ -0,0 +1,115 @@ +Deprecated Features +=================== + +This document lists deprecated features in Twig 2.x. Deprecated features are +kept for backward compatibility and removed in the next major release (a +feature that was deprecated in Twig 2.x is removed in Twig 3.0). + +PSR-0 +----- + +* PSR-0 classes are deprecated in favor of namespaced ones since Twig 2.7. + +Inheritance +----------- + +* Defining a "block" definition in a non-capturing block in a child template is + deprecated since Twig 2.5.0. In Twig 3.0, it will throw a + ``Twig\Error\SyntaxError`` exception. It does not work anyway, so most + projects won't need to do anything to upgrade. + +Errors +------ + + * Passing a string as the ``$source`` argument on ``\Twig\Error\Error`` / + ``Twig\Error\Error`` constructor is deprecated since Twig 2.6.1. Pass an + instance of ``Twig\Source`` instead. + +Tags +---- + +* The ``spaceless`` tag is deprecated in Twig 2.7. Use the ``spaceless`` filter + instead or ``{% apply spaceless %}`` (the ``Twig\Node\SpacelessNode`` and + ``Twig\TokenParser\SpacelessTokenParser`` classes are also deprecated). + +* Using the ``spaceless`` tag at the root level of a child template is + deprecated in Twig 2.5.0. This does not work as one would expect it to work + anyway. In Twig 3.0, it will throw a ``Twig\Error\SyntaxError`` exception. + +* The ``filter`` tag is deprecated in Twig 2.9. Use the ``apply`` tag instead + (the ``Twig\TokenParser\FilterTokenParser`` classes is also deprecated). + +* Adding an ``if`` condition on a ``for`` tag is deprecated in Twig 2.10. Use a + ``filter`` filter or an "if" condition inside the "for" body instead (if your condition + depends on a variable updated inside the loop) + +Final Classes +------------- + +The following classes are marked as ``@final`` in Twig 2 and will be final in +3.0: + +* ``Twig\Node\ModuleNode`` +* ``Twig\TwigFilter`` +* ``Twig\TwigFunction`` +* ``Twig\TwigTest`` +* ``Twig\Profiler\Profile`` + +Parser +------ + +* As of Twig 2.7, the ``\Twig\Parser::isReservedMacroName()`` / ``Twig\Parser`` + function is deprecated and will be removed in Twig 3.0. It always returns + ``false`` anyway as Twig 2 does not have any reserved macro names. + +Environment +----------- + +* As of Twig 2.7, the ``base_template_class`` option on ``Twig\Environment`` is + deprecated and will be removed in Twig 3.0. + +* As of Twig 2.7, the ``Twig\Environment::getBaseTemplateClass()`` and + ``Twig\Environment::setBaseTemplateClass()`` methods are deprecated and will + be removed in Twig 3.0. + +* As of Twig 2.7, the ``Twig\Environment::getTemplateClass()`` is marked as + being internal and should not be used. + +* As of Twig 2.7, passing a ``Twig\Template`` instance to the + ``Twig\Environment::load()`` and ``Twig\Environment::resolveTemplate()`` is + deprecated. + +* Depending on the input, ``Twig\Environment::resolveTemplate()`` can return + a ``Twig\Template`` or a ``Twig\TemplateWrapper`` instance. In Twig 3.0, this + method will **always** return a ``Twig\TemplateWrapper`` instance. You should + only rely on the methods of this class if you want to be forward-compatible. + +Interfaces +---------- + +* As of Twig 2.7, the empty ``Twig\Loader\ExistsLoaderInterface`` interface is + deprecated and will be removed in Twig 3.0. + +* As of Twig 2.7, the ``Twig\Extension\InitRuntimeInterface`` interface is + deprecated and will be removed in Twig 3.0. + +Extensions +---------- + +* As of Twig 2.11, the ``Twig\Extension\CoreExtension::setEscaper()`` and + ``Twig\Extension\CoreExtension::getEscapers()`` are deprecated. Use the same + methods on ``Twig\Extension\EscaperExtension`` instead. + +Miscellaneous +------------- + +* As of Twig 2.7, the ``Twig_SimpleFilter``, ``Twig_SimpleFunction``, and + ``Twig_SimpleTest`` empty classes are deprecated and will be removed in Twig + 3.0. Use ``Twig\TwigFilter``, ``Twig\TwigFunction``, and ``Twig\TwigTest`` + respectively. + +* As of Twig 2.8.2, all usage of + ``Twig\Loader\FilesystemLoader::findTemplate()`` check for a ``null`` return + value (same meaning as returning ``false``). If you are overidding + ``Twig\Loader\FilesystemLoader::findTemplate()``, you must return ``null`` instead of ``false`` + to be compatible with Twig 3.0. diff --git a/trunk/_vendor/twig/twig/doc/filters/abs.rst b/vendor/twig/twig/doc/filters/abs.rst similarity index 91% rename from trunk/_vendor/twig/twig/doc/filters/abs.rst rename to vendor/twig/twig/doc/filters/abs.rst index 5c13f49d..77d5cf05 100644 --- a/trunk/_vendor/twig/twig/doc/filters/abs.rst +++ b/vendor/twig/twig/doc/filters/abs.rst @@ -3,7 +3,7 @@ The ``abs`` filter returns the absolute value. -.. code-block:: jinja +.. code-block:: twig {# number = -5 #} diff --git a/trunk/_vendor/twig/twig/doc/filters/batch.rst b/vendor/twig/twig/doc/filters/batch.rst similarity index 91% rename from trunk/_vendor/twig/twig/doc/filters/batch.rst rename to vendor/twig/twig/doc/filters/batch.rst index f26feba6..7d331499 100644 --- a/trunk/_vendor/twig/twig/doc/filters/batch.rst +++ b/vendor/twig/twig/doc/filters/batch.rst @@ -5,7 +5,7 @@ The ``batch`` filter "batches" items by returning a list of lists with the given number of items. A second parameter can be provided and used to fill in missing items: -.. code-block:: jinja +.. code-block:: twig {% set items = ['a', 'b', 'c', 'd', 'e', 'f', 'g'] %} @@ -21,7 +21,7 @@ missing items: The above example will be rendered as: -.. code-block:: jinja +.. code-block:: twig @@ -46,3 +46,4 @@ Arguments * ``size``: The size of the batch; fractional numbers will be rounded up * ``fill``: Used to fill in missing items +* ``preserve_keys``: Whether to preserve keys or not diff --git a/trunk/_vendor/twig/twig/doc/filters/capitalize.rst b/vendor/twig/twig/doc/filters/capitalize.rst similarity index 90% rename from trunk/_vendor/twig/twig/doc/filters/capitalize.rst rename to vendor/twig/twig/doc/filters/capitalize.rst index 10546a1f..2353658b 100644 --- a/trunk/_vendor/twig/twig/doc/filters/capitalize.rst +++ b/vendor/twig/twig/doc/filters/capitalize.rst @@ -4,7 +4,7 @@ The ``capitalize`` filter capitalizes a value. The first character will be uppercase, all others lowercase: -.. code-block:: jinja +.. code-block:: twig {{ 'my first car'|capitalize }} diff --git a/vendor/twig/twig/doc/filters/column.rst b/vendor/twig/twig/doc/filters/column.rst new file mode 100644 index 00000000..97a3037d --- /dev/null +++ b/vendor/twig/twig/doc/filters/column.rst @@ -0,0 +1,27 @@ +``column`` +========== + +.. versionadded:: 2.8 + The ``column`` filter was added in Twig 2.8. + +The ``column`` filter returns the values from a single column in the input +array. + +.. code-block:: twig + + {% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %} + + {% set fruits = items|column('fruit') %} + + {# fruits now contains ['apple', 'orange'] #} + +.. note:: + + Internally, Twig uses the PHP `array_column`_ function. + +Arguments +--------- + +* ``name``: The column name to extract + +.. _`array_column`: https://secure.php.net/array_column diff --git a/trunk/_vendor/twig/twig/doc/filters/convert_encoding.rst b/vendor/twig/twig/doc/filters/convert_encoding.rst similarity index 95% rename from trunk/_vendor/twig/twig/doc/filters/convert_encoding.rst rename to vendor/twig/twig/doc/filters/convert_encoding.rst index 155505ad..d977c752 100644 --- a/trunk/_vendor/twig/twig/doc/filters/convert_encoding.rst +++ b/vendor/twig/twig/doc/filters/convert_encoding.rst @@ -5,7 +5,7 @@ The ``convert_encoding`` filter converts a string from one encoding to another. The first argument is the expected output charset and the second one is the input charset: -.. code-block:: jinja +.. code-block:: twig {{ data|convert_encoding('UTF-8', 'iso-2022-jp') }} diff --git a/vendor/twig/twig/doc/filters/country_name.rst b/vendor/twig/twig/doc/filters/country_name.rst new file mode 100644 index 00000000..7e267f12 --- /dev/null +++ b/vendor/twig/twig/doc/filters/country_name.rst @@ -0,0 +1,42 @@ +``country_name`` +================ + +.. versionadded:: 2.12 + The ``country_name`` filter was added in Twig 2.12. + +The ``country_name`` filter returns the country name given its ISO-3166 +two-letter code: + +.. code-block:: twig + + {# France #} + {{ 'FR'|country_name }} + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# États-Unis #} + {{ 'US'|country_name('fr') }} + +.. note:: + + The ``country_name`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale diff --git a/vendor/twig/twig/doc/filters/currency_name.rst b/vendor/twig/twig/doc/filters/currency_name.rst new file mode 100644 index 00000000..a665e4b6 --- /dev/null +++ b/vendor/twig/twig/doc/filters/currency_name.rst @@ -0,0 +1,45 @@ +``currency_name`` +================= + +.. versionadded:: 2.12 + The ``currency_name`` filter was added in Twig 2.12. + +The ``currency_name`` filter returns the currency name given its three-letter +code: + +.. code-block:: twig + + {# Euro #} + {{ 'EUR'|currency_name }} + + {# Japanese Yen #} + {{ 'JPY'|currency_name }} + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# yen japonais #} + {{ 'JPY'|currency_name('fr_FR') }} + +.. note:: + + The ``currency_name`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale diff --git a/vendor/twig/twig/doc/filters/currency_symbol.rst b/vendor/twig/twig/doc/filters/currency_symbol.rst new file mode 100644 index 00000000..8d533c99 --- /dev/null +++ b/vendor/twig/twig/doc/filters/currency_symbol.rst @@ -0,0 +1,45 @@ +``currency_symbol`` +=================== + +.. versionadded:: 2.12 + The ``currency_symbol`` filter was added in Twig 2.12. + +The ``currency_symbol`` filter returns the currency symbol given its three-letter +code: + +.. code-block:: twig + + {# € #} + {{ 'EUR'|currency_symbol }} + + {# ¥ #} + {{ 'JPY'|currency_symbol }} + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# ¥ #} + {{ 'JPY'|currency_symbol('fr') }} + +.. note:: + + The ``currency_symbol`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale diff --git a/vendor/twig/twig/doc/filters/data_uri.rst b/vendor/twig/twig/doc/filters/data_uri.rst new file mode 100644 index 00000000..fa5a81ed --- /dev/null +++ b/vendor/twig/twig/doc/filters/data_uri.rst @@ -0,0 +1,51 @@ +``data_uri`` +============ + +.. versionadded:: 2.12 + The ``data_uri`` filter was added in Twig 2.12. + +The ``data_uri`` filter generates a URL using the data scheme as defined in RFC +2397: + +.. code-block:: twig + + {{ image_data|data_uri }} + + {{ source('path_to_image')|data_uri }} + + {# force the mime type, disable the guessing of the mime type #} + {{ image_data|data_uri(mime="image/svg") }} + + {# also works with plain text #} + {{ 'foobar'|data_uri(mime="text/html") }} + + {# add some extra parameters #} + {{ 'foobar'|data_uri(mime="text/html", parameters={charset: "ascii"}) }} + +.. note:: + + The ``data_uri`` filter is part of the ``HtmlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/html-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Html\HtmlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new HtmlExtension()); + +.. note:: + + The filter does not perform any length validation on purpose (limits depends + on the usage context), validation should be done before calling this filter. + +Arguments +--------- + +* ``mime``: The mime type +* ``parameters``: An array of parameters diff --git a/vendor/twig/twig/doc/filters/date.rst b/vendor/twig/twig/doc/filters/date.rst new file mode 100644 index 00000000..95a1cbff --- /dev/null +++ b/vendor/twig/twig/doc/filters/date.rst @@ -0,0 +1,82 @@ +``date`` +======== + +The ``date`` filter formats a date to a given format: + +.. code-block:: twig + + {{ post.published_at|date("m/d/Y") }} + +The format specifier is the same as supported by `date`_, +except when the filtered data is of type `DateInterval`_, when the format must conform to +`DateInterval::format`_ instead. + +The ``date`` filter accepts strings (it must be in a format supported by the +`strtotime`_ function), `DateTime`_ instances, or `DateInterval`_ instances. For +instance, to display the current date, filter the word "now": + +.. code-block:: twig + + {{ "now"|date("m/d/Y") }} + +To escape words and characters in the date format use ``\\`` in front of each +character: + +.. code-block:: twig + + {{ post.published_at|date("F jS \\a\\t g:ia") }} + +If the value passed to the ``date`` filter is ``null``, it will return the +current date by default. If an empty string is desired instead of the current +date, use a ternary operator: + +.. code-block:: twig + + {{ post.published_at is empty ? "" : post.published_at|date("m/d/Y") }} + +If no format is provided, Twig will use the default one: ``F j, Y H:i``. This +default can be changed by calling the ``setDateFormat()`` method on the +``core`` extension instance. The first argument is the default format for +dates and the second one is the default format for date intervals: + +.. code-block:: php + + $twig = new \Twig\Environment($loader); + $twig->getExtension(\Twig\Extension\CoreExtension::class)->setDateFormat('d/m/Y', '%d days'); + +Timezone +-------- + +By default, the date is displayed by applying the default timezone (the one +specified in php.ini or declared in Twig -- see below), but you can override +it by explicitly specifying a timezone: + +.. code-block:: twig + + {{ post.published_at|date("m/d/Y", "Europe/Paris") }} + +If the date is already a DateTime object, and if you want to keep its current +timezone, pass ``false`` as the timezone value: + +.. code-block:: twig + + {{ post.published_at|date("m/d/Y", false) }} + +The default timezone can also be set globally by calling ``setTimezone()``: + +.. code-block:: php + + $twig = new \Twig\Environment($loader); + $twig->getExtension(\Twig\Extension\CoreExtension::class)->setTimezone('Europe/Paris'); + +Arguments +--------- + +* ``format``: The date format +* ``timezone``: The date timezone + +.. _`strtotime`: https://secure.php.net/strtotime +.. _`DateTime`: https://secure.php.net/DateTime +.. _`DateInterval`: https://secure.php.net/DateInterval +.. _`date`: https://secure.php.net/date +.. _`DateInterval::format`: https://secure.php.net/DateInterval.format diff --git a/trunk/_vendor/twig/twig/doc/filters/date_modify.rst b/vendor/twig/twig/doc/filters/date_modify.rst similarity index 93% rename from trunk/_vendor/twig/twig/doc/filters/date_modify.rst rename to vendor/twig/twig/doc/filters/date_modify.rst index 39d079d6..cc5d6df1 100644 --- a/trunk/_vendor/twig/twig/doc/filters/date_modify.rst +++ b/vendor/twig/twig/doc/filters/date_modify.rst @@ -3,12 +3,12 @@ The ``date_modify`` filter modifies a date with a given modifier string: -.. code-block:: jinja +.. code-block:: twig {{ post.published_at|date_modify("+1 day")|date("m/d/Y") }} The ``date_modify`` filter accepts strings (it must be in a format supported -by the `strtotime`_ function) or `DateTime`_ instances. You can easily combine +by the `strtotime`_ function) or `DateTime`_ instances. You can combine it with the :doc:`date` filter for formatting. Arguments diff --git a/trunk/_vendor/twig/twig/doc/filters/default.rst b/vendor/twig/twig/doc/filters/default.rst similarity index 94% rename from trunk/_vendor/twig/twig/doc/filters/default.rst rename to vendor/twig/twig/doc/filters/default.rst index 641ac6e7..c4ccb56a 100644 --- a/trunk/_vendor/twig/twig/doc/filters/default.rst +++ b/vendor/twig/twig/doc/filters/default.rst @@ -4,7 +4,7 @@ The ``default`` filter returns the passed default value if the value is undefined or empty, otherwise the value of the variable: -.. code-block:: jinja +.. code-block:: twig {{ var|default('var is not defined') }} @@ -18,7 +18,7 @@ When using the ``default`` filter on an expression that uses variables in some method calls, be sure to use the ``default`` filter whenever a variable can be undefined: -.. code-block:: jinja +.. code-block:: twig {{ var.method(foo|default('foo'))|default('foo') }} diff --git a/vendor/twig/twig/doc/filters/escape.rst b/vendor/twig/twig/doc/filters/escape.rst new file mode 100644 index 00000000..7c654ab6 --- /dev/null +++ b/vendor/twig/twig/doc/filters/escape.rst @@ -0,0 +1,119 @@ +``escape`` +========== + +The ``escape`` filter escapes a string using strategies that depend on the +context. + +By default, it uses the HTML escaping strategy: + +.. code-block:: html+twig + +

    + {{ user.username|escape }} +

    + +For convenience, the ``e`` filter is defined as an alias: + +.. code-block:: html+twig + +

    + {{ user.username|e }} +

    + +The ``escape`` filter can also be used in other contexts than HTML thanks to +an optional argument which defines the escaping strategy to use: + +.. code-block:: twig + + {{ user.username|e }} + {# is equivalent to #} + {{ user.username|e('html') }} + +And here is how to escape variables included in JavaScript code: + +.. code-block:: twig + + {{ user.username|escape('js') }} + {{ user.username|e('js') }} + +The ``escape`` filter supports the following escaping strategies for HTML +documents: + +* ``html``: escapes a string for the **HTML body** context. + +* ``js``: escapes a string for the **JavaScript** context. + +* ``css``: escapes a string for the **CSS** context. CSS escaping can be + applied to any string being inserted into CSS and escapes everything except + alphanumerics. + +* ``url``: escapes a string for the **URI or parameter** contexts. This should + not be used to escape an entire URI; only a subcomponent being inserted. + +* ``html_attr``: escapes a string for the **HTML attribute** context. + +Note that doing contextual escaping in HTML documents is hard and choosing the +right escaping strategy depends on a lot of factors. Please, read related +documentation like `the OWASP prevention cheat sheet +`_ +to learn more about this topic. + +.. note:: + + Internally, ``escape`` uses the PHP native `htmlspecialchars`_ function + for the HTML escaping strategy. + +.. caution:: + + When using automatic escaping, Twig tries to not double-escape a variable + when the automatic escaping strategy is the same as the one applied by the + escape filter; but that does not work when using a variable as the + escaping strategy: + + .. code-block:: twig + + {% set strategy = 'html' %} + + {% autoescape 'html' %} + {{ var|escape('html') }} {# won't be double-escaped #} + {{ var|escape(strategy) }} {# will be double-escaped #} + {% endautoescape %} + + When using a variable as the escaping strategy, you should disable + automatic escaping: + + .. code-block:: twig + + {% set strategy = 'html' %} + + {% autoescape 'html' %} + {{ var|escape(strategy)|raw }} {# won't be double-escaped #} + {% endautoescape %} + +Custom Escapers +--------------- + +You can define custom escapers by calling the ``setEscaper()`` method on the +``core`` extension instance. The first argument is the escaper name (to be +used in the ``escape`` call) and the second one must be a valid PHP callable: + +.. code-block:: php + + $twig = new \Twig\Environment($loader); + $twig->getExtension(\Twig\Extension\CoreExtension::class)->setEscaper('csv', 'csv_escaper'); + +When called by Twig, the callable receives the Twig environment instance, the +string to escape, and the charset. + +.. note:: + + Built-in escapers cannot be overridden mainly because they should be + considered as the final implementation and also for better performance. + +Arguments +--------- + +* ``strategy``: The escaping strategy +* ``charset``: The string charset + +.. _`htmlspecialchars`: https://secure.php.net/htmlspecialchars diff --git a/vendor/twig/twig/doc/filters/filter.rst b/vendor/twig/twig/doc/filters/filter.rst new file mode 100644 index 00000000..e9f96829 --- /dev/null +++ b/vendor/twig/twig/doc/filters/filter.rst @@ -0,0 +1,58 @@ +``filter`` +========== + +.. versionadded:: 1.41 + The ``filter`` filter was added in Twig 1.41 and 2.10. + +The ``filter`` filter filters elements of a sequence or a mapping using an arrow +function. The arrow function receives the value of the sequence or mapping: + +.. code-block:: twig + + {% set sizes = [34, 36, 38, 40, 42] %} + + {{ sizes|filter(v => v > 38)|join(', ') }} + {# output 40, 42 #} + +Combined with the ``for`` tag, it allows to filter the items to iterate over: + +.. code-block:: twig + + {% for v in sizes|filter(v => v > 38) -%} + {{ v }} + {% endfor %} + {# output 40 42 #} + +It also works with mappings: + +.. code-block:: twig + + {% set sizes = { + xs: 34, + s: 36, + m: 38, + l: 40, + xl: 42, + } %} + + {% for k, v in sizes|filter(v => v > 38) -%} + {{ k }} = {{ v }} + {% endfor %} + {# output l = 40 xl = 42 #} + +The arrow function also receives the key as a second argument: + +.. code-block:: twig + + {% for k, v in sizes|filter((v, k) => v > 38 and k != "xl") -%} + {{ k }} = {{ v }} + {% endfor %} + {# output l = 40 #} + +Note that the arrow function has access to the current context. + +Arguments +--------- + +* ``array``: The sequence or mapping +* ``arrow``: The arrow function diff --git a/trunk/_vendor/twig/twig/doc/filters/first.rst b/vendor/twig/twig/doc/filters/first.rst similarity index 95% rename from trunk/_vendor/twig/twig/doc/filters/first.rst rename to vendor/twig/twig/doc/filters/first.rst index a3819e4d..8d7081a5 100644 --- a/trunk/_vendor/twig/twig/doc/filters/first.rst +++ b/vendor/twig/twig/doc/filters/first.rst @@ -4,7 +4,7 @@ The ``first`` filter returns the first "element" of a sequence, a mapping, or a string: -.. code-block:: jinja +.. code-block:: twig {{ [1, 2, 3, 4]|first }} {# outputs 1 #} diff --git a/trunk/_vendor/twig/twig/doc/filters/format.rst b/vendor/twig/twig/doc/filters/format.rst similarity index 94% rename from trunk/_vendor/twig/twig/doc/filters/format.rst rename to vendor/twig/twig/doc/filters/format.rst index c600edb5..c0c96ee3 100644 --- a/trunk/_vendor/twig/twig/doc/filters/format.rst +++ b/vendor/twig/twig/doc/filters/format.rst @@ -4,7 +4,7 @@ The ``format`` filter formats a given string by replacing the placeholders (placeholders follows the `sprintf`_ notation): -.. code-block:: jinja +.. code-block:: twig {{ "I like %s and %s."|format(foo, "bar") }} diff --git a/vendor/twig/twig/doc/filters/format_currency.rst b/vendor/twig/twig/doc/filters/format_currency.rst new file mode 100644 index 00000000..8be71ac0 --- /dev/null +++ b/vendor/twig/twig/doc/filters/format_currency.rst @@ -0,0 +1,75 @@ +``format_currency`` +=================== + +.. versionadded:: 2.12 + The ``format_currency`` filter was added in Twig 2.12. + +The ``format_currency`` filter formats a number as a currency: + +.. code-block:: twig + + {# €1,000,000.00 #} + {{ '1000000'|format_currency('EUR') }} + +You can pass attributes to tweak the output: + +.. code-block:: twig + + {# €12.34 #} + {{ '12.345'|format_currency('EUR', {rounding_mode: 'floor'}) }} + + {# €1,000,000.0000 #} + {{ '1000000'|format_currency('EUR', {fraction_digit: 4}) }} + +The list of supported options: + +* ``grouping_used``; +* ``decimal_always_shown``; +* ``max_integer_digit``; +* ``min_integer_digit``; +* ``integer_digit``; +* ``max_fraction_digit``; +* ``min_fraction_digit``; +* ``fraction_digit``; +* ``multiplier``; +* ``grouping_size``; +* ``rounding_mode``; +* ``rounding_increment``; +* ``format_width``; +* ``padding_position``; +* ``secondary_grouping_size``; +* ``significant_digits_used``; +* ``min_significant_digits_used``; +* ``max_significant_digits_used``; +* ``lenient_parse``. + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# 1.000.000,00 € #} + {{ '1000000'|format_currency('EUR', locale='de') }} + +.. note:: + + The ``format_currency`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``currency``: The currency +* ``attrs``: A map of attributes +* ``locale``: The locale diff --git a/vendor/twig/twig/doc/filters/format_date.rst b/vendor/twig/twig/doc/filters/format_date.rst new file mode 100644 index 00000000..39c80949 --- /dev/null +++ b/vendor/twig/twig/doc/filters/format_date.rst @@ -0,0 +1,32 @@ +``format_date`` +=============== + +.. versionadded:: 2.12 + The ``format_date`` filter was added in Twig 2.12. + +The ``format_date`` filter formats a date. It behaves in the exact same way as +the ``format_datetime`` filter, but without the time. + +.. note:: + + The ``format_date`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale +* ``dateFormat``: The date format +* ``pattern``: A date time pattern diff --git a/vendor/twig/twig/doc/filters/format_datetime.rst b/vendor/twig/twig/doc/filters/format_datetime.rst new file mode 100644 index 00000000..aba69e74 --- /dev/null +++ b/vendor/twig/twig/doc/filters/format_datetime.rst @@ -0,0 +1,68 @@ +``format_datetime`` +=================== + +.. versionadded:: 2.12 + The ``format_datetime`` filter was added in Twig 2.12. + +The ``format_datetime`` filter formats a date time: + + public function formatDateTime(Environment $env, $date, ?string $dateFormat = 'medium', ?string $timeFormat = 'medium', string $pattern = '', $timezone = null, string $calendar = 'gregorian', string $locale = null): string + +.. code-block:: twig + + {# Aug 7, 2019, 11:39:12 PM #} + {{ '2019-08-07 23:39:12'|format_datetime() }} + +You can tweak the output for the date part and the time part: + +.. code-block:: twig + + {# 23:39 #} + {{ '2019-08-07 23:39:12'|format_datetime('none', 'short', locale='fr') }} + + {# 07/08/2019 #} + {{ '2019-08-07 23:39:12'|format_datetime('short', 'none', locale='fr') }} + + {# mercredi 7 août 2019 23:39:12 UTC #} + {{ '2019-08-07 23:39:12'|format_datetime('full', 'full', locale='fr') }} + +Supported values are: ``none``, ``short``, ``medium``, ``long``, and ``full``. + +For greater flexiblity, you can even define your own pattern: + +.. code-block:: twig + + {# 11 oclock PM, GMT #} + {{ '2019-08-07 23:39:12'|format_datetime(pattern="hh 'oclock' a, zzzz") }} + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# 7 août 2019 23:39:12 #} + {{ '2019-08-07 23:39:12'|format_datetime(locale='fr') }} + +.. note:: + + The ``format_datetime`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale +* ``dateFormat``: The date format +* ``timeFormat``: The time format +* ``pattern``: A date time pattern diff --git a/vendor/twig/twig/doc/filters/format_number.rst b/vendor/twig/twig/doc/filters/format_number.rst new file mode 100644 index 00000000..b8a9a0ff --- /dev/null +++ b/vendor/twig/twig/doc/filters/format_number.rst @@ -0,0 +1,118 @@ +``format_number`` +================= + +.. versionadded:: 2.12 + The ``format_number`` filter was added in Twig 2.12. + +The ``format_number`` filter formats a number: + +.. code-block:: twig + + {{ '12.345'|format_number }} + +You can pass attributes to tweak the output: + +.. code-block:: twig + + {# 12.34 #} + {{ '12.345'|format_number({rounding_mode: 'floor'}) }} + + {# 1000000.0000 #} + {{ '1000000'|format_number({fraction_digit: 4}) }} + +The list of supported options: + +* ``grouping_used``; +* ``decimal_always_shown``; +* ``max_integer_digit``; +* ``min_integer_digit``; +* ``integer_digit``; +* ``max_fraction_digit``; +* ``min_fraction_digit``; +* ``fraction_digit``; +* ``multiplier``; +* ``grouping_size``; +* ``rounding_mode``; +* ``rounding_increment``; +* ``format_width``; +* ``padding_position``; +* ``secondary_grouping_size``; +* ``significant_digits_used``; +* ``min_significant_digits_used``; +* ``max_significant_digits_used``; +* ``lenient_parse``. + +Besides plain numbers, the filter can also format numbers in various styles: + +.. code-block:: twig + + {# 1,234% #} + {{ '12.345'|format_number(style='percent') }} + + {# twelve point three four five #} + {{ '12.345'|format_number(style='spellout') }} + + {# 12 sec. #} + {{ '12'|format_duration_number }} + +The list of supported styles: + +* ``decimal``; +* ``currency``; +* ``percent``; +* ``scientific``; +* ``spellout``; +* ``ordinal``; +* ``duration``. + +As a shortcut, you can use the ``format_*_number`` filters by replacing `*` with +a style: + +.. code-block:: twig + + {# 1,234% #} + {{ '12.345'|format_percent_number }} + + {# twelve point three four five #} + {{ '12.345'|format_spellout_number }} + +You can pass attributes to tweak the output: + +.. code-block:: twig + + {# €12.34 #} + {{ '12.345'|format_number('EUR', {rounding_mode: 'floor'}) }} + + {# €1,000,000.0000 #} + {{ '1000000'|format_number('EUR', {fraction_digit: 4}) }} + +By default, the filter uses the current locale. You can pass it explicitly: + +.. code-block:: twig + + {# 12,345 #} + {{ '12.345'|format_number(locale='fr') }} + +.. note:: + + The ``format_number`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale +* ``attrs``: A map of attributes +* ``style``: The style of the number output diff --git a/vendor/twig/twig/doc/filters/format_time.rst b/vendor/twig/twig/doc/filters/format_time.rst new file mode 100644 index 00000000..e46e246b --- /dev/null +++ b/vendor/twig/twig/doc/filters/format_time.rst @@ -0,0 +1,32 @@ +``format_time`` +=============== + +.. versionadded:: 2.12 + The ``format_time`` filter was added in Twig 2.12. + +The ``format_time`` filter formats a time. It behaves in the exact same way as +the ``format_datetime`` filter, but without the date. + +.. note:: + + The ``format_time`` filter is part of the ``IntlExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/intl-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Intl\IntlExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new IntlExtension()); + +Arguments +--------- + +* ``locale``: The locale +* ``timeFormat``: The time format +* ``pattern``: A date time pattern diff --git a/vendor/twig/twig/doc/filters/html_to_markdown.rst b/vendor/twig/twig/doc/filters/html_to_markdown.rst new file mode 100644 index 00000000..b6032719 --- /dev/null +++ b/vendor/twig/twig/doc/filters/html_to_markdown.rst @@ -0,0 +1,66 @@ +``html_to_markdown`` +==================== + +.. versionadded:: 2.12 + The ``html_to_markdown`` filter was added in Twig 2.12. + +The ``html_to_markdown`` filter converts a block of HTML to Markdown: + +.. code-block:: twig + + {% apply html_to_markdown %} + +

    Hello!

    + + {% endapply %} + +You can also add some options by passing them as an argument to the filter: + +.. code-block:: twig + + {% apply html_to_markdown({hard_break: false}) %} + +

    Hello!

    + + {% endapply %} + +.. note:: + + The options are the ones provided by the ``league/html-to-markdown`` package. + +You can also use the filter on an included file: + +.. code-block:: twig + + {{ include('some_template.html.twig')|html_to_markdown }} + +.. note:: + + The ``html_to_markdown`` filter is part of the ``MarkdownExtension`` which + is not installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/markdown-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Markdown\MarkdownMarkdownExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new MarkdownExtension()); + + If you are not using Symfony, you must also register the extension runtime:: + + use Twig\Extra\Markdown\DefaultMarkdown; + use Twig\Extra\Markdown\MarkdownRuntime; + use Twig\RuntimeLoader\RuntimeLoaderInterface; + + $twig->addRuntimeLoader(new class implements RuntimeLoaderInterface { + public function load($class) { + if (MarkdownRuntime::class === $class) { + return new MarkdownRuntime(new DefaultMarkdown()); + } + } + }); diff --git a/vendor/twig/twig/doc/filters/index.rst b/vendor/twig/twig/doc/filters/index.rst new file mode 100644 index 00000000..a35c3d76 --- /dev/null +++ b/vendor/twig/twig/doc/filters/index.rst @@ -0,0 +1,59 @@ +Filters +======= + +.. toctree:: + :maxdepth: 1 + + abs + batch + capitalize + column + convert_encoding + country_name + currency_name + currency_symbol + data_uri + date + date_modify + default + escape + filter + first + format + format_currency + format_date + format_datetime + format_number + format_time + html_to_markdown + inline_css + inky_to_html + join + json_encode + keys + language_name + last + length + locale_name + lower + map + markdown_to_html + merge + nl2br + number_format + raw + reduce + replace + reverse + round + slice + sort + spaceless + split + striptags + timezone_name + title + trim + u + upper + url_encode diff --git a/vendor/twig/twig/doc/filters/inky_to_html.rst b/vendor/twig/twig/doc/filters/inky_to_html.rst new file mode 100644 index 00000000..5462b572 --- /dev/null +++ b/vendor/twig/twig/doc/filters/inky_to_html.rst @@ -0,0 +1,40 @@ +``inky_to_html`` +================ + +.. versionadded:: 2.12 + The ``inky_to_html`` filter was added in Twig 2.12. + +The ``inky_to_html`` filter processes an `inky email template +`_: + +.. code-block:: twig + + {% apply inky_to_html %} + + + + + {% endapply %} + +You can also use the filter on an included file: + +.. code-block:: twig + + {{ include('some_template.inky.twig')|inky_to_html }} + +.. note:: + + The ``inky_to_html`` filter is part of the ``InkyExtension`` which is not + installed by default. Install it first: + + .. code-block:: bash + + $ composer req twig/inky-extra + + Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension + explictly on the Twig environment:: + + use Twig\Extra\Inky\InkyExtension; + + $twig = new \Twig\Environment(...); + $twig->addExtension(new InkyExtension()); diff --git a/vendor/twig/twig/doc/filters/inline_css.rst b/vendor/twig/twig/doc/filters/inline_css.rst new file mode 100644 index 00000000..d0f75c96 --- /dev/null +++ b/vendor/twig/twig/doc/filters/inline_css.rst @@ -0,0 +1,64 @@ +``inline_css`` +============== + +.. versionadded:: 2.12 + The ``inline_css`` filter was added in Twig 2.12. + +The ``inline_css`` filter inline CSS styles in HTML documents: + +.. code-block:: twig + + {% apply inline_css %} + + + + + +

    Hello CSS!

    + + + {% endapply %} + +You can also add some stylesheets by passing them as arguments to the filter: + +.. code-block:: twig + + {% apply inline_css(source("some_styles.css"), source("another.css")) %} + + +

    Hello CSS!

    + + + {% endapply %} + +Styles loaded via the filter override the styles defined in the ``" ).appendTo( body ); + } + + if ( o.opacity ) { // opacity option + if ( this.helper.css( "opacity" ) ) { + this._storedOpacity = this.helper.css( "opacity" ); + } + this.helper.css( "opacity", o.opacity ); + } + + if ( o.zIndex ) { // zIndex option + if ( this.helper.css( "zIndex" ) ) { + this._storedZIndex = this.helper.css( "zIndex" ); + } + this.helper.css( "zIndex", o.zIndex ); + } + + //Prepare scrolling + if ( this.scrollParent[ 0 ] !== this.document[ 0 ] && + this.scrollParent[ 0 ].tagName !== "HTML" ) { + this.overflowOffset = this.scrollParent.offset(); + } + + //Call callbacks + this._trigger( "start", event, this._uiHash() ); + + //Recache the helper size + if ( !this._preserveHelperProportions ) { + this._cacheHelperProportions(); + } + + //Post "activate" events to possible containers + if ( !noActivation ) { + for ( i = this.containers.length - 1; i >= 0; i-- ) { + this.containers[ i ]._trigger( "activate", event, this._uiHash( this ) ); + } + } + + //Prepare possible droppables + if ( $.ui.ddmanager ) { + $.ui.ddmanager.current = this; + } + + if ( $.ui.ddmanager && !o.dropBehaviour ) { + $.ui.ddmanager.prepareOffsets( this, event ); + } + + this.dragging = true; + + this._addClass( this.helper, "ui-sortable-helper" ); + + // Execute the drag once - this causes the helper not to be visiblebefore getting its + // correct position + this._mouseDrag( event ); + return true; + + }, + + _mouseDrag: function( event ) { + var i, item, itemElement, intersection, + o = this.options, + scrolled = false; + + //Compute the helpers position + this.position = this._generatePosition( event ); + this.positionAbs = this._convertPositionTo( "absolute" ); + + if ( !this.lastPositionAbs ) { + this.lastPositionAbs = this.positionAbs; + } + + //Do scrolling + if ( this.options.scroll ) { + if ( this.scrollParent[ 0 ] !== this.document[ 0 ] && + this.scrollParent[ 0 ].tagName !== "HTML" ) { + + if ( ( this.overflowOffset.top + this.scrollParent[ 0 ].offsetHeight ) - + event.pageY < o.scrollSensitivity ) { + this.scrollParent[ 0 ].scrollTop = + scrolled = this.scrollParent[ 0 ].scrollTop + o.scrollSpeed; + } else if ( event.pageY - this.overflowOffset.top < o.scrollSensitivity ) { + this.scrollParent[ 0 ].scrollTop = + scrolled = this.scrollParent[ 0 ].scrollTop - o.scrollSpeed; + } + + if ( ( this.overflowOffset.left + this.scrollParent[ 0 ].offsetWidth ) - + event.pageX < o.scrollSensitivity ) { + this.scrollParent[ 0 ].scrollLeft = scrolled = + this.scrollParent[ 0 ].scrollLeft + o.scrollSpeed; + } else if ( event.pageX - this.overflowOffset.left < o.scrollSensitivity ) { + this.scrollParent[ 0 ].scrollLeft = scrolled = + this.scrollParent[ 0 ].scrollLeft - o.scrollSpeed; + } + + } else { + + if ( event.pageY - this.document.scrollTop() < o.scrollSensitivity ) { + scrolled = this.document.scrollTop( this.document.scrollTop() - o.scrollSpeed ); + } else if ( this.window.height() - ( event.pageY - this.document.scrollTop() ) < + o.scrollSensitivity ) { + scrolled = this.document.scrollTop( this.document.scrollTop() + o.scrollSpeed ); + } + + if ( event.pageX - this.document.scrollLeft() < o.scrollSensitivity ) { + scrolled = this.document.scrollLeft( + this.document.scrollLeft() - o.scrollSpeed + ); + } else if ( this.window.width() - ( event.pageX - this.document.scrollLeft() ) < + o.scrollSensitivity ) { + scrolled = this.document.scrollLeft( + this.document.scrollLeft() + o.scrollSpeed + ); + } + + } + + if ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) { + $.ui.ddmanager.prepareOffsets( this, event ); + } + } + + //Regenerate the absolute position used for position checks + this.positionAbs = this._convertPositionTo( "absolute" ); + + //Set the helper position + if ( !this.options.axis || this.options.axis !== "y" ) { + this.helper[ 0 ].style.left = this.position.left + "px"; + } + if ( !this.options.axis || this.options.axis !== "x" ) { + this.helper[ 0 ].style.top = this.position.top + "px"; + } + + //Rearrange + for ( i = this.items.length - 1; i >= 0; i-- ) { + + //Cache variables and intersection, continue if no intersection + item = this.items[ i ]; + itemElement = item.item[ 0 ]; + intersection = this._intersectsWithPointer( item ); + if ( !intersection ) { + continue; + } + + // Only put the placeholder inside the current Container, skip all + // items from other containers. This works because when moving + // an item from one container to another the + // currentContainer is switched before the placeholder is moved. + // + // Without this, moving items in "sub-sortables" can cause + // the placeholder to jitter between the outer and inner container. + if ( item.instance !== this.currentContainer ) { + continue; + } + + // Cannot intersect with itself + // no useless actions that have been done before + // no action if the item moved is the parent of the item checked + if ( itemElement !== this.currentItem[ 0 ] && + this.placeholder[ intersection === 1 ? "next" : "prev" ]()[ 0 ] !== itemElement && + !$.contains( this.placeholder[ 0 ], itemElement ) && + ( this.options.type === "semi-dynamic" ? + !$.contains( this.element[ 0 ], itemElement ) : + true + ) + ) { + + this.direction = intersection === 1 ? "down" : "up"; + + if ( this.options.tolerance === "pointer" || this._intersectsWithSides( item ) ) { + this._rearrange( event, item ); + } else { + break; + } + + this._trigger( "change", event, this._uiHash() ); + break; + } + } + + //Post events to containers + this._contactContainers( event ); + + //Interconnect with droppables + if ( $.ui.ddmanager ) { + $.ui.ddmanager.drag( this, event ); + } + + //Call callbacks + this._trigger( "sort", event, this._uiHash() ); + + this.lastPositionAbs = this.positionAbs; + return false; + + }, + + _mouseStop: function( event, noPropagation ) { + + if ( !event ) { + return; + } + + //If we are using droppables, inform the manager about the drop + if ( $.ui.ddmanager && !this.options.dropBehaviour ) { + $.ui.ddmanager.drop( this, event ); + } + + if ( this.options.revert ) { + var that = this, + cur = this.placeholder.offset(), + axis = this.options.axis, + animation = {}; + + if ( !axis || axis === "x" ) { + animation.left = cur.left - this.offset.parent.left - this.margins.left + + ( this.offsetParent[ 0 ] === this.document[ 0 ].body ? + 0 : + this.offsetParent[ 0 ].scrollLeft + ); + } + if ( !axis || axis === "y" ) { + animation.top = cur.top - this.offset.parent.top - this.margins.top + + ( this.offsetParent[ 0 ] === this.document[ 0 ].body ? + 0 : + this.offsetParent[ 0 ].scrollTop + ); + } + this.reverting = true; + $( this.helper ).animate( + animation, + parseInt( this.options.revert, 10 ) || 500, + function() { + that._clear( event ); + } + ); + } else { + this._clear( event, noPropagation ); + } + + return false; + + }, + + cancel: function() { + + if ( this.dragging ) { + + this._mouseUp( new $.Event( "mouseup", { target: null } ) ); + + if ( this.options.helper === "original" ) { + this.currentItem.css( this._storedCSS ); + this._removeClass( this.currentItem, "ui-sortable-helper" ); + } else { + this.currentItem.show(); + } + + //Post deactivating events to containers + for ( var i = this.containers.length - 1; i >= 0; i-- ) { + this.containers[ i ]._trigger( "deactivate", null, this._uiHash( this ) ); + if ( this.containers[ i ].containerCache.over ) { + this.containers[ i ]._trigger( "out", null, this._uiHash( this ) ); + this.containers[ i ].containerCache.over = 0; + } + } + + } + + if ( this.placeholder ) { + + //$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, + // it unbinds ALL events from the original node! + if ( this.placeholder[ 0 ].parentNode ) { + this.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] ); + } + if ( this.options.helper !== "original" && this.helper && + this.helper[ 0 ].parentNode ) { + this.helper.remove(); + } + + $.extend( this, { + helper: null, + dragging: false, + reverting: false, + _noFinalSort: null + } ); + + if ( this.domPosition.prev ) { + $( this.domPosition.prev ).after( this.currentItem ); + } else { + $( this.domPosition.parent ).prepend( this.currentItem ); + } + } + + return this; + + }, + + serialize: function( o ) { + + var items = this._getItemsAsjQuery( o && o.connected ), + str = []; + o = o || {}; + + $( items ).each( function() { + var res = ( $( o.item || this ).attr( o.attribute || "id" ) || "" ) + .match( o.expression || ( /(.+)[\-=_](.+)/ ) ); + if ( res ) { + str.push( + ( o.key || res[ 1 ] + "[]" ) + + "=" + ( o.key && o.expression ? res[ 1 ] : res[ 2 ] ) ); + } + } ); + + if ( !str.length && o.key ) { + str.push( o.key + "=" ); + } + + return str.join( "&" ); + + }, + + toArray: function( o ) { + + var items = this._getItemsAsjQuery( o && o.connected ), + ret = []; + + o = o || {}; + + items.each( function() { + ret.push( $( o.item || this ).attr( o.attribute || "id" ) || "" ); + } ); + return ret; + + }, + + /* Be careful with the following core functions */ + _intersectsWith: function( item ) { + + var x1 = this.positionAbs.left, + x2 = x1 + this.helperProportions.width, + y1 = this.positionAbs.top, + y2 = y1 + this.helperProportions.height, + l = item.left, + r = l + item.width, + t = item.top, + b = t + item.height, + dyClick = this.offset.click.top, + dxClick = this.offset.click.left, + isOverElementHeight = ( this.options.axis === "x" ) || ( ( y1 + dyClick ) > t && + ( y1 + dyClick ) < b ), + isOverElementWidth = ( this.options.axis === "y" ) || ( ( x1 + dxClick ) > l && + ( x1 + dxClick ) < r ), + isOverElement = isOverElementHeight && isOverElementWidth; + + if ( this.options.tolerance === "pointer" || + this.options.forcePointerForContainers || + ( this.options.tolerance !== "pointer" && + this.helperProportions[ this.floating ? "width" : "height" ] > + item[ this.floating ? "width" : "height" ] ) + ) { + return isOverElement; + } else { + + return ( l < x1 + ( this.helperProportions.width / 2 ) && // Right Half + x2 - ( this.helperProportions.width / 2 ) < r && // Left Half + t < y1 + ( this.helperProportions.height / 2 ) && // Bottom Half + y2 - ( this.helperProportions.height / 2 ) < b ); // Top Half + + } + }, + + _intersectsWithPointer: function( item ) { + var verticalDirection, horizontalDirection, + isOverElementHeight = ( this.options.axis === "x" ) || + this._isOverAxis( + this.positionAbs.top + this.offset.click.top, item.top, item.height ), + isOverElementWidth = ( this.options.axis === "y" ) || + this._isOverAxis( + this.positionAbs.left + this.offset.click.left, item.left, item.width ), + isOverElement = isOverElementHeight && isOverElementWidth; + + if ( !isOverElement ) { + return false; + } + + verticalDirection = this._getDragVerticalDirection(); + horizontalDirection = this._getDragHorizontalDirection(); + + return this.floating ? + ( ( horizontalDirection === "right" || verticalDirection === "down" ) ? 2 : 1 ) + : ( verticalDirection && ( verticalDirection === "down" ? 2 : 1 ) ); + + }, + + _intersectsWithSides: function( item ) { + + var isOverBottomHalf = this._isOverAxis( this.positionAbs.top + + this.offset.click.top, item.top + ( item.height / 2 ), item.height ), + isOverRightHalf = this._isOverAxis( this.positionAbs.left + + this.offset.click.left, item.left + ( item.width / 2 ), item.width ), + verticalDirection = this._getDragVerticalDirection(), + horizontalDirection = this._getDragHorizontalDirection(); + + if ( this.floating && horizontalDirection ) { + return ( ( horizontalDirection === "right" && isOverRightHalf ) || + ( horizontalDirection === "left" && !isOverRightHalf ) ); + } else { + return verticalDirection && ( ( verticalDirection === "down" && isOverBottomHalf ) || + ( verticalDirection === "up" && !isOverBottomHalf ) ); + } + + }, + + _getDragVerticalDirection: function() { + var delta = this.positionAbs.top - this.lastPositionAbs.top; + return delta !== 0 && ( delta > 0 ? "down" : "up" ); + }, + + _getDragHorizontalDirection: function() { + var delta = this.positionAbs.left - this.lastPositionAbs.left; + return delta !== 0 && ( delta > 0 ? "right" : "left" ); + }, + + refresh: function( event ) { + this._refreshItems( event ); + this._setHandleClassName(); + this.refreshPositions(); + return this; + }, + + _connectWith: function() { + var options = this.options; + return options.connectWith.constructor === String ? + [ options.connectWith ] : + options.connectWith; + }, + + _getItemsAsjQuery: function( connected ) { + + var i, j, cur, inst, + items = [], + queries = [], + connectWith = this._connectWith(); + + if ( connectWith && connected ) { + for ( i = connectWith.length - 1; i >= 0; i-- ) { + cur = $( connectWith[ i ], this.document[ 0 ] ); + for ( j = cur.length - 1; j >= 0; j-- ) { + inst = $.data( cur[ j ], this.widgetFullName ); + if ( inst && inst !== this && !inst.options.disabled ) { + queries.push( [ $.isFunction( inst.options.items ) ? + inst.options.items.call( inst.element ) : + $( inst.options.items, inst.element ) + .not( ".ui-sortable-helper" ) + .not( ".ui-sortable-placeholder" ), inst ] ); + } + } + } + } + + queries.push( [ $.isFunction( this.options.items ) ? + this.options.items + .call( this.element, null, { options: this.options, item: this.currentItem } ) : + $( this.options.items, this.element ) + .not( ".ui-sortable-helper" ) + .not( ".ui-sortable-placeholder" ), this ] ); + + function addItems() { + items.push( this ); + } + for ( i = queries.length - 1; i >= 0; i-- ) { + queries[ i ][ 0 ].each( addItems ); + } + + return $( items ); + + }, + + _removeCurrentsFromItems: function() { + + var list = this.currentItem.find( ":data(" + this.widgetName + "-item)" ); + + this.items = $.grep( this.items, function( item ) { + for ( var j = 0; j < list.length; j++ ) { + if ( list[ j ] === item.item[ 0 ] ) { + return false; + } + } + return true; + } ); + + }, + + _refreshItems: function( event ) { + + this.items = []; + this.containers = [ this ]; + + var i, j, cur, inst, targetData, _queries, item, queriesLength, + items = this.items, + queries = [ [ $.isFunction( this.options.items ) ? + this.options.items.call( this.element[ 0 ], event, { item: this.currentItem } ) : + $( this.options.items, this.element ), this ] ], + connectWith = this._connectWith(); + + //Shouldn't be run the first time through due to massive slow-down + if ( connectWith && this.ready ) { + for ( i = connectWith.length - 1; i >= 0; i-- ) { + cur = $( connectWith[ i ], this.document[ 0 ] ); + for ( j = cur.length - 1; j >= 0; j-- ) { + inst = $.data( cur[ j ], this.widgetFullName ); + if ( inst && inst !== this && !inst.options.disabled ) { + queries.push( [ $.isFunction( inst.options.items ) ? + inst.options.items + .call( inst.element[ 0 ], event, { item: this.currentItem } ) : + $( inst.options.items, inst.element ), inst ] ); + this.containers.push( inst ); + } + } + } + } + + for ( i = queries.length - 1; i >= 0; i-- ) { + targetData = queries[ i ][ 1 ]; + _queries = queries[ i ][ 0 ]; + + for ( j = 0, queriesLength = _queries.length; j < queriesLength; j++ ) { + item = $( _queries[ j ] ); + + // Data for target checking (mouse manager) + item.data( this.widgetName + "-item", targetData ); + + items.push( { + item: item, + instance: targetData, + width: 0, height: 0, + left: 0, top: 0 + } ); + } + } + + }, + + refreshPositions: function( fast ) { + + // Determine whether items are being displayed horizontally + this.floating = this.items.length ? + this.options.axis === "x" || this._isFloating( this.items[ 0 ].item ) : + false; + + //This has to be redone because due to the item being moved out/into the offsetParent, + // the offsetParent's position will change + if ( this.offsetParent && this.helper ) { + this.offset.parent = this._getParentOffset(); + } + + var i, item, t, p; + + for ( i = this.items.length - 1; i >= 0; i-- ) { + item = this.items[ i ]; + + //We ignore calculating positions of all connected containers when we're not over them + if ( item.instance !== this.currentContainer && this.currentContainer && + item.item[ 0 ] !== this.currentItem[ 0 ] ) { + continue; + } + + t = this.options.toleranceElement ? + $( this.options.toleranceElement, item.item ) : + item.item; + + if ( !fast ) { + item.width = t.outerWidth(); + item.height = t.outerHeight(); + } + + p = t.offset(); + item.left = p.left; + item.top = p.top; + } + + if ( this.options.custom && this.options.custom.refreshContainers ) { + this.options.custom.refreshContainers.call( this ); + } else { + for ( i = this.containers.length - 1; i >= 0; i-- ) { + p = this.containers[ i ].element.offset(); + this.containers[ i ].containerCache.left = p.left; + this.containers[ i ].containerCache.top = p.top; + this.containers[ i ].containerCache.width = + this.containers[ i ].element.outerWidth(); + this.containers[ i ].containerCache.height = + this.containers[ i ].element.outerHeight(); + } + } + + return this; + }, + + _createPlaceholder: function( that ) { + that = that || this; + var className, + o = that.options; + + if ( !o.placeholder || o.placeholder.constructor === String ) { + className = o.placeholder; + o.placeholder = { + element: function() { + + var nodeName = that.currentItem[ 0 ].nodeName.toLowerCase(), + element = $( "<" + nodeName + ">", that.document[ 0 ] ); + + that._addClass( element, "ui-sortable-placeholder", + className || that.currentItem[ 0 ].className ) + ._removeClass( element, "ui-sortable-helper" ); + + if ( nodeName === "tbody" ) { + that._createTrPlaceholder( + that.currentItem.find( "tr" ).eq( 0 ), + $( "
    ", that.document[ 0 ] ).appendTo( element ) + ); + } else if ( nodeName === "tr" ) { + that._createTrPlaceholder( that.currentItem, element ); + } else if ( nodeName === "img" ) { + element.attr( "src", that.currentItem.attr( "src" ) ); + } + + if ( !className ) { + element.css( "visibility", "hidden" ); + } + + return element; + }, + update: function( container, p ) { + + // 1. If a className is set as 'placeholder option, we don't force sizes - + // the class is responsible for that + // 2. The option 'forcePlaceholderSize can be enabled to force it even if a + // class name is specified + if ( className && !o.forcePlaceholderSize ) { + return; + } + + //If the element doesn't have a actual height by itself (without styles coming + // from a stylesheet), it receives the inline height from the dragged item + if ( !p.height() ) { + p.height( + that.currentItem.innerHeight() - + parseInt( that.currentItem.css( "paddingTop" ) || 0, 10 ) - + parseInt( that.currentItem.css( "paddingBottom" ) || 0, 10 ) ); + } + if ( !p.width() ) { + p.width( + that.currentItem.innerWidth() - + parseInt( that.currentItem.css( "paddingLeft" ) || 0, 10 ) - + parseInt( that.currentItem.css( "paddingRight" ) || 0, 10 ) ); + } + } + }; + } + + //Create the placeholder + that.placeholder = $( o.placeholder.element.call( that.element, that.currentItem ) ); + + //Append it after the actual current item + that.currentItem.after( that.placeholder ); + + //Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317) + o.placeholder.update( that, that.placeholder ); + + }, + + _createTrPlaceholder: function( sourceTr, targetTr ) { + var that = this; + + sourceTr.children().each( function() { + $( "", that.document[ 0 ] ) + .attr( "colspan", $( this ).attr( "colspan" ) || 1 ) + .appendTo( targetTr ); + } ); + }, + + _contactContainers: function( event ) { + var i, j, dist, itemWithLeastDistance, posProperty, sizeProperty, cur, nearBottom, + floating, axis, + innermostContainer = null, + innermostIndex = null; + + // Get innermost container that intersects with item + for ( i = this.containers.length - 1; i >= 0; i-- ) { + + // Never consider a container that's located within the item itself + if ( $.contains( this.currentItem[ 0 ], this.containers[ i ].element[ 0 ] ) ) { + continue; + } + + if ( this._intersectsWith( this.containers[ i ].containerCache ) ) { + + // If we've already found a container and it's more "inner" than this, then continue + if ( innermostContainer && + $.contains( + this.containers[ i ].element[ 0 ], + innermostContainer.element[ 0 ] ) ) { + continue; + } + + innermostContainer = this.containers[ i ]; + innermostIndex = i; + + } else { + + // container doesn't intersect. trigger "out" event if necessary + if ( this.containers[ i ].containerCache.over ) { + this.containers[ i ]._trigger( "out", event, this._uiHash( this ) ); + this.containers[ i ].containerCache.over = 0; + } + } + + } + + // If no intersecting containers found, return + if ( !innermostContainer ) { + return; + } + + // Move the item into the container if it's not there already + if ( this.containers.length === 1 ) { + if ( !this.containers[ innermostIndex ].containerCache.over ) { + this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash( this ) ); + this.containers[ innermostIndex ].containerCache.over = 1; + } + } else { + + // When entering a new container, we will find the item with the least distance and + // append our item near it + dist = 10000; + itemWithLeastDistance = null; + floating = innermostContainer.floating || this._isFloating( this.currentItem ); + posProperty = floating ? "left" : "top"; + sizeProperty = floating ? "width" : "height"; + axis = floating ? "pageX" : "pageY"; + + for ( j = this.items.length - 1; j >= 0; j-- ) { + if ( !$.contains( + this.containers[ innermostIndex ].element[ 0 ], this.items[ j ].item[ 0 ] ) + ) { + continue; + } + if ( this.items[ j ].item[ 0 ] === this.currentItem[ 0 ] ) { + continue; + } + + cur = this.items[ j ].item.offset()[ posProperty ]; + nearBottom = false; + if ( event[ axis ] - cur > this.items[ j ][ sizeProperty ] / 2 ) { + nearBottom = true; + } + + if ( Math.abs( event[ axis ] - cur ) < dist ) { + dist = Math.abs( event[ axis ] - cur ); + itemWithLeastDistance = this.items[ j ]; + this.direction = nearBottom ? "up" : "down"; + } + } + + //Check if dropOnEmpty is enabled + if ( !itemWithLeastDistance && !this.options.dropOnEmpty ) { + return; + } + + if ( this.currentContainer === this.containers[ innermostIndex ] ) { + if ( !this.currentContainer.containerCache.over ) { + this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash() ); + this.currentContainer.containerCache.over = 1; + } + return; + } + + itemWithLeastDistance ? + this._rearrange( event, itemWithLeastDistance, null, true ) : + this._rearrange( event, null, this.containers[ innermostIndex ].element, true ); + this._trigger( "change", event, this._uiHash() ); + this.containers[ innermostIndex ]._trigger( "change", event, this._uiHash( this ) ); + this.currentContainer = this.containers[ innermostIndex ]; + + //Update the placeholder + this.options.placeholder.update( this.currentContainer, this.placeholder ); + + this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash( this ) ); + this.containers[ innermostIndex ].containerCache.over = 1; + } + + }, + + _createHelper: function( event ) { + + var o = this.options, + helper = $.isFunction( o.helper ) ? + $( o.helper.apply( this.element[ 0 ], [ event, this.currentItem ] ) ) : + ( o.helper === "clone" ? this.currentItem.clone() : this.currentItem ); + + //Add the helper to the DOM if that didn't happen already + if ( !helper.parents( "body" ).length ) { + $( o.appendTo !== "parent" ? + o.appendTo : + this.currentItem[ 0 ].parentNode )[ 0 ].appendChild( helper[ 0 ] ); + } + + if ( helper[ 0 ] === this.currentItem[ 0 ] ) { + this._storedCSS = { + width: this.currentItem[ 0 ].style.width, + height: this.currentItem[ 0 ].style.height, + position: this.currentItem.css( "position" ), + top: this.currentItem.css( "top" ), + left: this.currentItem.css( "left" ) + }; + } + + if ( !helper[ 0 ].style.width || o.forceHelperSize ) { + helper.width( this.currentItem.width() ); + } + if ( !helper[ 0 ].style.height || o.forceHelperSize ) { + helper.height( this.currentItem.height() ); + } + + return helper; + + }, + + _adjustOffsetFromHelper: function( obj ) { + if ( typeof obj === "string" ) { + obj = obj.split( " " ); + } + if ( $.isArray( obj ) ) { + obj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 }; + } + if ( "left" in obj ) { + this.offset.click.left = obj.left + this.margins.left; + } + if ( "right" in obj ) { + this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left; + } + if ( "top" in obj ) { + this.offset.click.top = obj.top + this.margins.top; + } + if ( "bottom" in obj ) { + this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top; + } + }, + + _getParentOffset: function() { + + //Get the offsetParent and cache its position + this.offsetParent = this.helper.offsetParent(); + var po = this.offsetParent.offset(); + + // This is a special case where we need to modify a offset calculated on start, since the + // following happened: + // 1. The position of the helper is absolute, so it's position is calculated based on the + // next positioned parent + // 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't + // the document, which means that the scroll is included in the initial calculation of the + // offset of the parent, and never recalculated upon drag + if ( this.cssPosition === "absolute" && this.scrollParent[ 0 ] !== this.document[ 0 ] && + $.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) { + po.left += this.scrollParent.scrollLeft(); + po.top += this.scrollParent.scrollTop(); + } + + // This needs to be actually done for all browsers, since pageX/pageY includes this + // information with an ugly IE fix + if ( this.offsetParent[ 0 ] === this.document[ 0 ].body || + ( this.offsetParent[ 0 ].tagName && + this.offsetParent[ 0 ].tagName.toLowerCase() === "html" && $.ui.ie ) ) { + po = { top: 0, left: 0 }; + } + + return { + top: po.top + ( parseInt( this.offsetParent.css( "borderTopWidth" ), 10 ) || 0 ), + left: po.left + ( parseInt( this.offsetParent.css( "borderLeftWidth" ), 10 ) || 0 ) + }; + + }, + + _getRelativeOffset: function() { + + if ( this.cssPosition === "relative" ) { + var p = this.currentItem.position(); + return { + top: p.top - ( parseInt( this.helper.css( "top" ), 10 ) || 0 ) + + this.scrollParent.scrollTop(), + left: p.left - ( parseInt( this.helper.css( "left" ), 10 ) || 0 ) + + this.scrollParent.scrollLeft() + }; + } else { + return { top: 0, left: 0 }; + } + + }, + + _cacheMargins: function() { + this.margins = { + left: ( parseInt( this.currentItem.css( "marginLeft" ), 10 ) || 0 ), + top: ( parseInt( this.currentItem.css( "marginTop" ), 10 ) || 0 ) + }; + }, + + _cacheHelperProportions: function() { + this.helperProportions = { + width: this.helper.outerWidth(), + height: this.helper.outerHeight() + }; + }, + + _setContainment: function() { + + var ce, co, over, + o = this.options; + if ( o.containment === "parent" ) { + o.containment = this.helper[ 0 ].parentNode; + } + if ( o.containment === "document" || o.containment === "window" ) { + this.containment = [ + 0 - this.offset.relative.left - this.offset.parent.left, + 0 - this.offset.relative.top - this.offset.parent.top, + o.containment === "document" ? + this.document.width() : + this.window.width() - this.helperProportions.width - this.margins.left, + ( o.containment === "document" ? + ( this.document.height() || document.body.parentNode.scrollHeight ) : + this.window.height() || this.document[ 0 ].body.parentNode.scrollHeight + ) - this.helperProportions.height - this.margins.top + ]; + } + + if ( !( /^(document|window|parent)$/ ).test( o.containment ) ) { + ce = $( o.containment )[ 0 ]; + co = $( o.containment ).offset(); + over = ( $( ce ).css( "overflow" ) !== "hidden" ); + + this.containment = [ + co.left + ( parseInt( $( ce ).css( "borderLeftWidth" ), 10 ) || 0 ) + + ( parseInt( $( ce ).css( "paddingLeft" ), 10 ) || 0 ) - this.margins.left, + co.top + ( parseInt( $( ce ).css( "borderTopWidth" ), 10 ) || 0 ) + + ( parseInt( $( ce ).css( "paddingTop" ), 10 ) || 0 ) - this.margins.top, + co.left + ( over ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) - + ( parseInt( $( ce ).css( "borderLeftWidth" ), 10 ) || 0 ) - + ( parseInt( $( ce ).css( "paddingRight" ), 10 ) || 0 ) - + this.helperProportions.width - this.margins.left, + co.top + ( over ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) - + ( parseInt( $( ce ).css( "borderTopWidth" ), 10 ) || 0 ) - + ( parseInt( $( ce ).css( "paddingBottom" ), 10 ) || 0 ) - + this.helperProportions.height - this.margins.top + ]; + } + + }, + + _convertPositionTo: function( d, pos ) { + + if ( !pos ) { + pos = this.position; + } + var mod = d === "absolute" ? 1 : -1, + scroll = this.cssPosition === "absolute" && + !( this.scrollParent[ 0 ] !== this.document[ 0 ] && + $.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ? + this.offsetParent : + this.scrollParent, + scrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName ); + + return { + top: ( + + // The absolute mouse position + pos.top + + + // Only for relative positioned nodes: Relative offset from element to offset parent + this.offset.relative.top * mod + + + // The offsetParent's offset without borders (offset + border) + this.offset.parent.top * mod - + ( ( this.cssPosition === "fixed" ? + -this.scrollParent.scrollTop() : + ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod ) + ), + left: ( + + // The absolute mouse position + pos.left + + + // Only for relative positioned nodes: Relative offset from element to offset parent + this.offset.relative.left * mod + + + // The offsetParent's offset without borders (offset + border) + this.offset.parent.left * mod - + ( ( this.cssPosition === "fixed" ? + -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : + scroll.scrollLeft() ) * mod ) + ) + }; + + }, + + _generatePosition: function( event ) { + + var top, left, + o = this.options, + pageX = event.pageX, + pageY = event.pageY, + scroll = this.cssPosition === "absolute" && + !( this.scrollParent[ 0 ] !== this.document[ 0 ] && + $.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ? + this.offsetParent : + this.scrollParent, + scrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName ); + + // This is another very weird special case that only happens for relative elements: + // 1. If the css position is relative + // 2. and the scroll parent is the document or similar to the offset parent + // we have to refresh the relative offset during the scroll so there are no jumps + if ( this.cssPosition === "relative" && !( this.scrollParent[ 0 ] !== this.document[ 0 ] && + this.scrollParent[ 0 ] !== this.offsetParent[ 0 ] ) ) { + this.offset.relative = this._getRelativeOffset(); + } + + /* + * - Position constraining - + * Constrain the position to a mix of grid, containment. + */ + + if ( this.originalPosition ) { //If we are not dragging yet, we won't check for options + + if ( this.containment ) { + if ( event.pageX - this.offset.click.left < this.containment[ 0 ] ) { + pageX = this.containment[ 0 ] + this.offset.click.left; + } + if ( event.pageY - this.offset.click.top < this.containment[ 1 ] ) { + pageY = this.containment[ 1 ] + this.offset.click.top; + } + if ( event.pageX - this.offset.click.left > this.containment[ 2 ] ) { + pageX = this.containment[ 2 ] + this.offset.click.left; + } + if ( event.pageY - this.offset.click.top > this.containment[ 3 ] ) { + pageY = this.containment[ 3 ] + this.offset.click.top; + } + } + + if ( o.grid ) { + top = this.originalPageY + Math.round( ( pageY - this.originalPageY ) / + o.grid[ 1 ] ) * o.grid[ 1 ]; + pageY = this.containment ? + ( ( top - this.offset.click.top >= this.containment[ 1 ] && + top - this.offset.click.top <= this.containment[ 3 ] ) ? + top : + ( ( top - this.offset.click.top >= this.containment[ 1 ] ) ? + top - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) : + top; + + left = this.originalPageX + Math.round( ( pageX - this.originalPageX ) / + o.grid[ 0 ] ) * o.grid[ 0 ]; + pageX = this.containment ? + ( ( left - this.offset.click.left >= this.containment[ 0 ] && + left - this.offset.click.left <= this.containment[ 2 ] ) ? + left : + ( ( left - this.offset.click.left >= this.containment[ 0 ] ) ? + left - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) : + left; + } + + } + + return { + top: ( + + // The absolute mouse position + pageY - + + // Click offset (relative to the element) + this.offset.click.top - + + // Only for relative positioned nodes: Relative offset from element to offset parent + this.offset.relative.top - + + // The offsetParent's offset without borders (offset + border) + this.offset.parent.top + + ( ( this.cssPosition === "fixed" ? + -this.scrollParent.scrollTop() : + ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) ) + ), + left: ( + + // The absolute mouse position + pageX - + + // Click offset (relative to the element) + this.offset.click.left - + + // Only for relative positioned nodes: Relative offset from element to offset parent + this.offset.relative.left - + + // The offsetParent's offset without borders (offset + border) + this.offset.parent.left + + ( ( this.cssPosition === "fixed" ? + -this.scrollParent.scrollLeft() : + scrollIsRootNode ? 0 : scroll.scrollLeft() ) ) + ) + }; + + }, + + _rearrange: function( event, i, a, hardRefresh ) { + + a ? a[ 0 ].appendChild( this.placeholder[ 0 ] ) : + i.item[ 0 ].parentNode.insertBefore( this.placeholder[ 0 ], + ( this.direction === "down" ? i.item[ 0 ] : i.item[ 0 ].nextSibling ) ); + + //Various things done here to improve the performance: + // 1. we create a setTimeout, that calls refreshPositions + // 2. on the instance, we have a counter variable, that get's higher after every append + // 3. on the local scope, we copy the counter variable, and check in the timeout, + // if it's still the same + // 4. this lets only the last addition to the timeout stack through + this.counter = this.counter ? ++this.counter : 1; + var counter = this.counter; + + this._delay( function() { + if ( counter === this.counter ) { + + //Precompute after each DOM insertion, NOT on mousemove + this.refreshPositions( !hardRefresh ); + } + } ); + + }, + + _clear: function( event, noPropagation ) { + + this.reverting = false; + + // We delay all events that have to be triggered to after the point where the placeholder + // has been removed and everything else normalized again + var i, + delayedTriggers = []; + + // We first have to update the dom position of the actual currentItem + // Note: don't do it if the current item is already removed (by a user), or it gets + // reappended (see #4088) + if ( !this._noFinalSort && this.currentItem.parent().length ) { + this.placeholder.before( this.currentItem ); + } + this._noFinalSort = null; + + if ( this.helper[ 0 ] === this.currentItem[ 0 ] ) { + for ( i in this._storedCSS ) { + if ( this._storedCSS[ i ] === "auto" || this._storedCSS[ i ] === "static" ) { + this._storedCSS[ i ] = ""; + } + } + this.currentItem.css( this._storedCSS ); + this._removeClass( this.currentItem, "ui-sortable-helper" ); + } else { + this.currentItem.show(); + } + + if ( this.fromOutside && !noPropagation ) { + delayedTriggers.push( function( event ) { + this._trigger( "receive", event, this._uiHash( this.fromOutside ) ); + } ); + } + if ( ( this.fromOutside || + this.domPosition.prev !== + this.currentItem.prev().not( ".ui-sortable-helper" )[ 0 ] || + this.domPosition.parent !== this.currentItem.parent()[ 0 ] ) && !noPropagation ) { + + // Trigger update callback if the DOM position has changed + delayedTriggers.push( function( event ) { + this._trigger( "update", event, this._uiHash() ); + } ); + } + + // Check if the items Container has Changed and trigger appropriate + // events. + if ( this !== this.currentContainer ) { + if ( !noPropagation ) { + delayedTriggers.push( function( event ) { + this._trigger( "remove", event, this._uiHash() ); + } ); + delayedTriggers.push( ( function( c ) { + return function( event ) { + c._trigger( "receive", event, this._uiHash( this ) ); + }; + } ).call( this, this.currentContainer ) ); + delayedTriggers.push( ( function( c ) { + return function( event ) { + c._trigger( "update", event, this._uiHash( this ) ); + }; + } ).call( this, this.currentContainer ) ); + } + } + + //Post events to containers + function delayEvent( type, instance, container ) { + return function( event ) { + container._trigger( type, event, instance._uiHash( instance ) ); + }; + } + for ( i = this.containers.length - 1; i >= 0; i-- ) { + if ( !noPropagation ) { + delayedTriggers.push( delayEvent( "deactivate", this, this.containers[ i ] ) ); + } + if ( this.containers[ i ].containerCache.over ) { + delayedTriggers.push( delayEvent( "out", this, this.containers[ i ] ) ); + this.containers[ i ].containerCache.over = 0; + } + } + + //Do what was originally in plugins + if ( this.storedCursor ) { + this.document.find( "body" ).css( "cursor", this.storedCursor ); + this.storedStylesheet.remove(); + } + if ( this._storedOpacity ) { + this.helper.css( "opacity", this._storedOpacity ); + } + if ( this._storedZIndex ) { + this.helper.css( "zIndex", this._storedZIndex === "auto" ? "" : this._storedZIndex ); + } + + this.dragging = false; + + if ( !noPropagation ) { + this._trigger( "beforeStop", event, this._uiHash() ); + } + + //$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, + // it unbinds ALL events from the original node! + this.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] ); + + if ( !this.cancelHelperRemoval ) { + if ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) { + this.helper.remove(); + } + this.helper = null; + } + + if ( !noPropagation ) { + for ( i = 0; i < delayedTriggers.length; i++ ) { + + // Trigger all delayed events + delayedTriggers[ i ].call( this, event ); + } + this._trigger( "stop", event, this._uiHash() ); + } + + this.fromOutside = false; + return !this.cancelHelperRemoval; + + }, + + _trigger: function() { + if ( $.Widget.prototype._trigger.apply( this, arguments ) === false ) { + this.cancel(); + } + }, + + _uiHash: function( _inst ) { + var inst = _inst || this; + return { + helper: inst.helper, + placeholder: inst.placeholder || $( [] ), + position: inst.position, + originalPosition: inst.originalPosition, + offset: inst.positionAbs, + item: inst.currentItem, + sender: _inst ? _inst.element : null + }; + } + +} ); + + +/*! + * jQuery UI Spinner 1.12.1 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +//>>label: Spinner +//>>group: Widgets +//>>description: Displays buttons to easily input numbers via the keyboard or mouse. +//>>docs: http://api.jqueryui.com/spinner/ +//>>demos: http://jqueryui.com/spinner/ +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/spinner.css +//>>css.theme: ../../themes/base/theme.css + + + +function spinnerModifer( fn ) { + return function() { + var previous = this.element.val(); + fn.apply( this, arguments ); + this._refresh(); + if ( previous !== this.element.val() ) { + this._trigger( "change" ); + } + }; +} + +$.widget( "ui.spinner", { + version: "1.12.1", + defaultElement: "", + widgetEventPrefix: "spin", + options: { + classes: { + "ui-spinner": "ui-corner-all", + "ui-spinner-down": "ui-corner-br", + "ui-spinner-up": "ui-corner-tr" + }, + culture: null, + icons: { + down: "ui-icon-triangle-1-s", + up: "ui-icon-triangle-1-n" + }, + incremental: true, + max: null, + min: null, + numberFormat: null, + page: 10, + step: 1, + + change: null, + spin: null, + start: null, + stop: null + }, + + _create: function() { + + // handle string values that need to be parsed + this._setOption( "max", this.options.max ); + this._setOption( "min", this.options.min ); + this._setOption( "step", this.options.step ); + + // Only format if there is a value, prevents the field from being marked + // as invalid in Firefox, see #9573. + if ( this.value() !== "" ) { + + // Format the value, but don't constrain. + this._value( this.element.val(), true ); + } + + this._draw(); + this._on( this._events ); + this._refresh(); + + // Turning off autocomplete prevents the browser from remembering the + // value when navigating through history, so we re-enable autocomplete + // if the page is unloaded before the widget is destroyed. #7790 + this._on( this.window, { + beforeunload: function() { + this.element.removeAttr( "autocomplete" ); + } + } ); + }, + + _getCreateOptions: function() { + var options = this._super(); + var element = this.element; + + $.each( [ "min", "max", "step" ], function( i, option ) { + var value = element.attr( option ); + if ( value != null && value.length ) { + options[ option ] = value; + } + } ); + + return options; + }, + + _events: { + keydown: function( event ) { + if ( this._start( event ) && this._keydown( event ) ) { + event.preventDefault(); + } + }, + keyup: "_stop", + focus: function() { + this.previous = this.element.val(); + }, + blur: function( event ) { + if ( this.cancelBlur ) { + delete this.cancelBlur; + return; + } + + this._stop(); + this._refresh(); + if ( this.previous !== this.element.val() ) { + this._trigger( "change", event ); + } + }, + mousewheel: function( event, delta ) { + if ( !delta ) { + return; + } + if ( !this.spinning && !this._start( event ) ) { + return false; + } + + this._spin( ( delta > 0 ? 1 : -1 ) * this.options.step, event ); + clearTimeout( this.mousewheelTimer ); + this.mousewheelTimer = this._delay( function() { + if ( this.spinning ) { + this._stop( event ); + } + }, 100 ); + event.preventDefault(); + }, + "mousedown .ui-spinner-button": function( event ) { + var previous; + + // We never want the buttons to have focus; whenever the user is + // interacting with the spinner, the focus should be on the input. + // If the input is focused then this.previous is properly set from + // when the input first received focus. If the input is not focused + // then we need to set this.previous based on the value before spinning. + previous = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] ) ? + this.previous : this.element.val(); + function checkFocus() { + var isActive = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] ); + if ( !isActive ) { + this.element.trigger( "focus" ); + this.previous = previous; + + // support: IE + // IE sets focus asynchronously, so we need to check if focus + // moved off of the input because the user clicked on the button. + this._delay( function() { + this.previous = previous; + } ); + } + } + + // Ensure focus is on (or stays on) the text field + event.preventDefault(); + checkFocus.call( this ); + + // Support: IE + // IE doesn't prevent moving focus even with event.preventDefault() + // so we set a flag to know when we should ignore the blur event + // and check (again) if focus moved off of the input. + this.cancelBlur = true; + this._delay( function() { + delete this.cancelBlur; + checkFocus.call( this ); + } ); + + if ( this._start( event ) === false ) { + return; + } + + this._repeat( null, $( event.currentTarget ) + .hasClass( "ui-spinner-up" ) ? 1 : -1, event ); + }, + "mouseup .ui-spinner-button": "_stop", + "mouseenter .ui-spinner-button": function( event ) { + + // button will add ui-state-active if mouse was down while mouseleave and kept down + if ( !$( event.currentTarget ).hasClass( "ui-state-active" ) ) { + return; + } + + if ( this._start( event ) === false ) { + return false; + } + this._repeat( null, $( event.currentTarget ) + .hasClass( "ui-spinner-up" ) ? 1 : -1, event ); + }, + + // TODO: do we really want to consider this a stop? + // shouldn't we just stop the repeater and wait until mouseup before + // we trigger the stop event? + "mouseleave .ui-spinner-button": "_stop" + }, + + // Support mobile enhanced option and make backcompat more sane + _enhance: function() { + this.uiSpinner = this.element + .attr( "autocomplete", "off" ) + .wrap( "" ) + .parent() + + // Add buttons + .append( + "" + ); + }, + + _draw: function() { + this._enhance(); + + this._addClass( this.uiSpinner, "ui-spinner", "ui-widget ui-widget-content" ); + this._addClass( "ui-spinner-input" ); + + this.element.attr( "role", "spinbutton" ); + + // Button bindings + this.buttons = this.uiSpinner.children( "a" ) + .attr( "tabIndex", -1 ) + .attr( "aria-hidden", true ) + .button( { + classes: { + "ui-button": "" + } + } ); + + // TODO: Right now button does not support classes this is already updated in button PR + this._removeClass( this.buttons, "ui-corner-all" ); + + this._addClass( this.buttons.first(), "ui-spinner-button ui-spinner-up" ); + this._addClass( this.buttons.last(), "ui-spinner-button ui-spinner-down" ); + this.buttons.first().button( { + "icon": this.options.icons.up, + "showLabel": false + } ); + this.buttons.last().button( { + "icon": this.options.icons.down, + "showLabel": false + } ); + + // IE 6 doesn't understand height: 50% for the buttons + // unless the wrapper has an explicit height + if ( this.buttons.height() > Math.ceil( this.uiSpinner.height() * 0.5 ) && + this.uiSpinner.height() > 0 ) { + this.uiSpinner.height( this.uiSpinner.height() ); + } + }, + + _keydown: function( event ) { + var options = this.options, + keyCode = $.ui.keyCode; + + switch ( event.keyCode ) { + case keyCode.UP: + this._repeat( null, 1, event ); + return true; + case keyCode.DOWN: + this._repeat( null, -1, event ); + return true; + case keyCode.PAGE_UP: + this._repeat( null, options.page, event ); + return true; + case keyCode.PAGE_DOWN: + this._repeat( null, -options.page, event ); + return true; + } + + return false; + }, + + _start: function( event ) { + if ( !this.spinning && this._trigger( "start", event ) === false ) { + return false; + } + + if ( !this.counter ) { + this.counter = 1; + } + this.spinning = true; + return true; + }, + + _repeat: function( i, steps, event ) { + i = i || 500; + + clearTimeout( this.timer ); + this.timer = this._delay( function() { + this._repeat( 40, steps, event ); + }, i ); + + this._spin( steps * this.options.step, event ); + }, + + _spin: function( step, event ) { + var value = this.value() || 0; + + if ( !this.counter ) { + this.counter = 1; + } + + value = this._adjustValue( value + step * this._increment( this.counter ) ); + + if ( !this.spinning || this._trigger( "spin", event, { value: value } ) !== false ) { + this._value( value ); + this.counter++; + } + }, + + _increment: function( i ) { + var incremental = this.options.incremental; + + if ( incremental ) { + return $.isFunction( incremental ) ? + incremental( i ) : + Math.floor( i * i * i / 50000 - i * i / 500 + 17 * i / 200 + 1 ); + } + + return 1; + }, + + _precision: function() { + var precision = this._precisionOf( this.options.step ); + if ( this.options.min !== null ) { + precision = Math.max( precision, this._precisionOf( this.options.min ) ); + } + return precision; + }, + + _precisionOf: function( num ) { + var str = num.toString(), + decimal = str.indexOf( "." ); + return decimal === -1 ? 0 : str.length - decimal - 1; + }, + + _adjustValue: function( value ) { + var base, aboveMin, + options = this.options; + + // Make sure we're at a valid step + // - find out where we are relative to the base (min or 0) + base = options.min !== null ? options.min : 0; + aboveMin = value - base; + + // - round to the nearest step + aboveMin = Math.round( aboveMin / options.step ) * options.step; + + // - rounding is based on 0, so adjust back to our base + value = base + aboveMin; + + // Fix precision from bad JS floating point math + value = parseFloat( value.toFixed( this._precision() ) ); + + // Clamp the value + if ( options.max !== null && value > options.max ) { + return options.max; + } + if ( options.min !== null && value < options.min ) { + return options.min; + } + + return value; + }, + + _stop: function( event ) { + if ( !this.spinning ) { + return; + } + + clearTimeout( this.timer ); + clearTimeout( this.mousewheelTimer ); + this.counter = 0; + this.spinning = false; + this._trigger( "stop", event ); + }, + + _setOption: function( key, value ) { + var prevValue, first, last; + + if ( key === "culture" || key === "numberFormat" ) { + prevValue = this._parse( this.element.val() ); + this.options[ key ] = value; + this.element.val( this._format( prevValue ) ); + return; + } + + if ( key === "max" || key === "min" || key === "step" ) { + if ( typeof value === "string" ) { + value = this._parse( value ); + } + } + if ( key === "icons" ) { + first = this.buttons.first().find( ".ui-icon" ); + this._removeClass( first, null, this.options.icons.up ); + this._addClass( first, null, value.up ); + last = this.buttons.last().find( ".ui-icon" ); + this._removeClass( last, null, this.options.icons.down ); + this._addClass( last, null, value.down ); + } + + this._super( key, value ); + }, + + _setOptionDisabled: function( value ) { + this._super( value ); + + this._toggleClass( this.uiSpinner, null, "ui-state-disabled", !!value ); + this.element.prop( "disabled", !!value ); + this.buttons.button( value ? "disable" : "enable" ); + }, + + _setOptions: spinnerModifer( function( options ) { + this._super( options ); + } ), + + _parse: function( val ) { + if ( typeof val === "string" && val !== "" ) { + val = window.Globalize && this.options.numberFormat ? + Globalize.parseFloat( val, 10, this.options.culture ) : +val; + } + return val === "" || isNaN( val ) ? null : val; + }, + + _format: function( value ) { + if ( value === "" ) { + return ""; + } + return window.Globalize && this.options.numberFormat ? + Globalize.format( value, this.options.numberFormat, this.options.culture ) : + value; + }, + + _refresh: function() { + this.element.attr( { + "aria-valuemin": this.options.min, + "aria-valuemax": this.options.max, + + // TODO: what should we do with values that can't be parsed? + "aria-valuenow": this._parse( this.element.val() ) + } ); + }, + + isValid: function() { + var value = this.value(); + + // Null is invalid + if ( value === null ) { + return false; + } + + // If value gets adjusted, it's invalid + return value === this._adjustValue( value ); + }, + + // Update the value without triggering change + _value: function( value, allowAny ) { + var parsed; + if ( value !== "" ) { + parsed = this._parse( value ); + if ( parsed !== null ) { + if ( !allowAny ) { + parsed = this._adjustValue( parsed ); + } + value = this._format( parsed ); + } + } + this.element.val( value ); + this._refresh(); + }, + + _destroy: function() { + this.element + .prop( "disabled", false ) + .removeAttr( "autocomplete role aria-valuemin aria-valuemax aria-valuenow" ); + + this.uiSpinner.replaceWith( this.element ); + }, + + stepUp: spinnerModifer( function( steps ) { + this._stepUp( steps ); + } ), + _stepUp: function( steps ) { + if ( this._start() ) { + this._spin( ( steps || 1 ) * this.options.step ); + this._stop(); + } + }, + + stepDown: spinnerModifer( function( steps ) { + this._stepDown( steps ); + } ), + _stepDown: function( steps ) { + if ( this._start() ) { + this._spin( ( steps || 1 ) * -this.options.step ); + this._stop(); + } + }, + + pageUp: spinnerModifer( function( pages ) { + this._stepUp( ( pages || 1 ) * this.options.page ); + } ), + + pageDown: spinnerModifer( function( pages ) { + this._stepDown( ( pages || 1 ) * this.options.page ); + } ), + + value: function( newVal ) { + if ( !arguments.length ) { + return this._parse( this.element.val() ); + } + spinnerModifer( this._value ).call( this, newVal ); + }, + + widget: function() { + return this.uiSpinner; + } +} ); + +// DEPRECATED +// TODO: switch return back to widget declaration at top of file when this is removed +if ( $.uiBackCompat !== false ) { + + // Backcompat for spinner html extension points + $.widget( "ui.spinner", $.ui.spinner, { + _enhance: function() { + this.uiSpinner = this.element + .attr( "autocomplete", "off" ) + .wrap( this._uiSpinnerHtml() ) + .parent() + + // Add buttons + .append( this._buttonHtml() ); + }, + _uiSpinnerHtml: function() { + return ""; + }, + + _buttonHtml: function() { + return ""; + } + } ); +} + +var widgetsSpinner = $.ui.spinner; + + +/*! + * jQuery UI Tabs 1.12.1 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +//>>label: Tabs +//>>group: Widgets +//>>description: Transforms a set of container elements into a tab structure. +//>>docs: http://api.jqueryui.com/tabs/ +//>>demos: http://jqueryui.com/tabs/ +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/tabs.css +//>>css.theme: ../../themes/base/theme.css + + + +$.widget( "ui.tabs", { + version: "1.12.1", + delay: 300, + options: { + active: null, + classes: { + "ui-tabs": "ui-corner-all", + "ui-tabs-nav": "ui-corner-all", + "ui-tabs-panel": "ui-corner-bottom", + "ui-tabs-tab": "ui-corner-top" + }, + collapsible: false, + event: "click", + heightStyle: "content", + hide: null, + show: null, + + // Callbacks + activate: null, + beforeActivate: null, + beforeLoad: null, + load: null + }, + + _isLocal: ( function() { + var rhash = /#.*$/; + + return function( anchor ) { + var anchorUrl, locationUrl; + + anchorUrl = anchor.href.replace( rhash, "" ); + locationUrl = location.href.replace( rhash, "" ); + + // Decoding may throw an error if the URL isn't UTF-8 (#9518) + try { + anchorUrl = decodeURIComponent( anchorUrl ); + } catch ( error ) {} + try { + locationUrl = decodeURIComponent( locationUrl ); + } catch ( error ) {} + + return anchor.hash.length > 1 && anchorUrl === locationUrl; + }; + } )(), + + _create: function() { + var that = this, + options = this.options; + + this.running = false; + + this._addClass( "ui-tabs", "ui-widget ui-widget-content" ); + this._toggleClass( "ui-tabs-collapsible", null, options.collapsible ); + + this._processTabs(); + options.active = this._initialActive(); + + // Take disabling tabs via class attribute from HTML + // into account and update option properly. + if ( $.isArray( options.disabled ) ) { + options.disabled = $.unique( options.disabled.concat( + $.map( this.tabs.filter( ".ui-state-disabled" ), function( li ) { + return that.tabs.index( li ); + } ) + ) ).sort(); + } + + // Check for length avoids error when initializing empty list + if ( this.options.active !== false && this.anchors.length ) { + this.active = this._findActive( options.active ); + } else { + this.active = $(); + } + + this._refresh(); + + if ( this.active.length ) { + this.load( options.active ); + } + }, + + _initialActive: function() { + var active = this.options.active, + collapsible = this.options.collapsible, + locationHash = location.hash.substring( 1 ); + + if ( active === null ) { + + // check the fragment identifier in the URL + if ( locationHash ) { + this.tabs.each( function( i, tab ) { + if ( $( tab ).attr( "aria-controls" ) === locationHash ) { + active = i; + return false; + } + } ); + } + + // Check for a tab marked active via a class + if ( active === null ) { + active = this.tabs.index( this.tabs.filter( ".ui-tabs-active" ) ); + } + + // No active tab, set to false + if ( active === null || active === -1 ) { + active = this.tabs.length ? 0 : false; + } + } + + // Handle numbers: negative, out of range + if ( active !== false ) { + active = this.tabs.index( this.tabs.eq( active ) ); + if ( active === -1 ) { + active = collapsible ? false : 0; + } + } + + // Don't allow collapsible: false and active: false + if ( !collapsible && active === false && this.anchors.length ) { + active = 0; + } + + return active; + }, + + _getCreateEventData: function() { + return { + tab: this.active, + panel: !this.active.length ? $() : this._getPanelForTab( this.active ) + }; + }, + + _tabKeydown: function( event ) { + var focusedTab = $( $.ui.safeActiveElement( this.document[ 0 ] ) ).closest( "li" ), + selectedIndex = this.tabs.index( focusedTab ), + goingForward = true; + + if ( this._handlePageNav( event ) ) { + return; + } + + switch ( event.keyCode ) { + case $.ui.keyCode.RIGHT: + case $.ui.keyCode.DOWN: + selectedIndex++; + break; + case $.ui.keyCode.UP: + case $.ui.keyCode.LEFT: + goingForward = false; + selectedIndex--; + break; + case $.ui.keyCode.END: + selectedIndex = this.anchors.length - 1; + break; + case $.ui.keyCode.HOME: + selectedIndex = 0; + break; + case $.ui.keyCode.SPACE: + + // Activate only, no collapsing + event.preventDefault(); + clearTimeout( this.activating ); + this._activate( selectedIndex ); + return; + case $.ui.keyCode.ENTER: + + // Toggle (cancel delayed activation, allow collapsing) + event.preventDefault(); + clearTimeout( this.activating ); + + // Determine if we should collapse or activate + this._activate( selectedIndex === this.options.active ? false : selectedIndex ); + return; + default: + return; + } + + // Focus the appropriate tab, based on which key was pressed + event.preventDefault(); + clearTimeout( this.activating ); + selectedIndex = this._focusNextTab( selectedIndex, goingForward ); + + // Navigating with control/command key will prevent automatic activation + if ( !event.ctrlKey && !event.metaKey ) { + + // Update aria-selected immediately so that AT think the tab is already selected. + // Otherwise AT may confuse the user by stating that they need to activate the tab, + // but the tab will already be activated by the time the announcement finishes. + focusedTab.attr( "aria-selected", "false" ); + this.tabs.eq( selectedIndex ).attr( "aria-selected", "true" ); + + this.activating = this._delay( function() { + this.option( "active", selectedIndex ); + }, this.delay ); + } + }, + + _panelKeydown: function( event ) { + if ( this._handlePageNav( event ) ) { + return; + } + + // Ctrl+up moves focus to the current tab + if ( event.ctrlKey && event.keyCode === $.ui.keyCode.UP ) { + event.preventDefault(); + this.active.trigger( "focus" ); + } + }, + + // Alt+page up/down moves focus to the previous/next tab (and activates) + _handlePageNav: function( event ) { + if ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_UP ) { + this._activate( this._focusNextTab( this.options.active - 1, false ) ); + return true; + } + if ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_DOWN ) { + this._activate( this._focusNextTab( this.options.active + 1, true ) ); + return true; + } + }, + + _findNextTab: function( index, goingForward ) { + var lastTabIndex = this.tabs.length - 1; + + function constrain() { + if ( index > lastTabIndex ) { + index = 0; + } + if ( index < 0 ) { + index = lastTabIndex; + } + return index; + } + + while ( $.inArray( constrain(), this.options.disabled ) !== -1 ) { + index = goingForward ? index + 1 : index - 1; + } + + return index; + }, + + _focusNextTab: function( index, goingForward ) { + index = this._findNextTab( index, goingForward ); + this.tabs.eq( index ).trigger( "focus" ); + return index; + }, + + _setOption: function( key, value ) { + if ( key === "active" ) { + + // _activate() will handle invalid values and update this.options + this._activate( value ); + return; + } + + this._super( key, value ); + + if ( key === "collapsible" ) { + this._toggleClass( "ui-tabs-collapsible", null, value ); + + // Setting collapsible: false while collapsed; open first panel + if ( !value && this.options.active === false ) { + this._activate( 0 ); + } + } + + if ( key === "event" ) { + this._setupEvents( value ); + } + + if ( key === "heightStyle" ) { + this._setupHeightStyle( value ); + } + }, + + _sanitizeSelector: function( hash ) { + return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : ""; + }, + + refresh: function() { + var options = this.options, + lis = this.tablist.children( ":has(a[href])" ); + + // Get disabled tabs from class attribute from HTML + // this will get converted to a boolean if needed in _refresh() + options.disabled = $.map( lis.filter( ".ui-state-disabled" ), function( tab ) { + return lis.index( tab ); + } ); + + this._processTabs(); + + // Was collapsed or no tabs + if ( options.active === false || !this.anchors.length ) { + options.active = false; + this.active = $(); + + // was active, but active tab is gone + } else if ( this.active.length && !$.contains( this.tablist[ 0 ], this.active[ 0 ] ) ) { + + // all remaining tabs are disabled + if ( this.tabs.length === options.disabled.length ) { + options.active = false; + this.active = $(); + + // activate previous tab + } else { + this._activate( this._findNextTab( Math.max( 0, options.active - 1 ), false ) ); + } + + // was active, active tab still exists + } else { + + // make sure active index is correct + options.active = this.tabs.index( this.active ); + } + + this._refresh(); + }, + + _refresh: function() { + this._setOptionDisabled( this.options.disabled ); + this._setupEvents( this.options.event ); + this._setupHeightStyle( this.options.heightStyle ); + + this.tabs.not( this.active ).attr( { + "aria-selected": "false", + "aria-expanded": "false", + tabIndex: -1 + } ); + this.panels.not( this._getPanelForTab( this.active ) ) + .hide() + .attr( { + "aria-hidden": "true" + } ); + + // Make sure one tab is in the tab order + if ( !this.active.length ) { + this.tabs.eq( 0 ).attr( "tabIndex", 0 ); + } else { + this.active + .attr( { + "aria-selected": "true", + "aria-expanded": "true", + tabIndex: 0 + } ); + this._addClass( this.active, "ui-tabs-active", "ui-state-active" ); + this._getPanelForTab( this.active ) + .show() + .attr( { + "aria-hidden": "false" + } ); + } + }, + + _processTabs: function() { + var that = this, + prevTabs = this.tabs, + prevAnchors = this.anchors, + prevPanels = this.panels; + + this.tablist = this._getList().attr( "role", "tablist" ); + this._addClass( this.tablist, "ui-tabs-nav", + "ui-helper-reset ui-helper-clearfix ui-widget-header" ); + + // Prevent users from focusing disabled tabs via click + this.tablist + .on( "mousedown" + this.eventNamespace, "> li", function( event ) { + if ( $( this ).is( ".ui-state-disabled" ) ) { + event.preventDefault(); + } + } ) + + // Support: IE <9 + // Preventing the default action in mousedown doesn't prevent IE + // from focusing the element, so if the anchor gets focused, blur. + // We don't have to worry about focusing the previously focused + // element since clicking on a non-focusable element should focus + // the body anyway. + .on( "focus" + this.eventNamespace, ".ui-tabs-anchor", function() { + if ( $( this ).closest( "li" ).is( ".ui-state-disabled" ) ) { + this.blur(); + } + } ); + + this.tabs = this.tablist.find( "> li:has(a[href])" ) + .attr( { + role: "tab", + tabIndex: -1 + } ); + this._addClass( this.tabs, "ui-tabs-tab", "ui-state-default" ); + + this.anchors = this.tabs.map( function() { + return $( "a", this )[ 0 ]; + } ) + .attr( { + role: "presentation", + tabIndex: -1 + } ); + this._addClass( this.anchors, "ui-tabs-anchor" ); + + this.panels = $(); + + this.anchors.each( function( i, anchor ) { + var selector, panel, panelId, + anchorId = $( anchor ).uniqueId().attr( "id" ), + tab = $( anchor ).closest( "li" ), + originalAriaControls = tab.attr( "aria-controls" ); + + // Inline tab + if ( that._isLocal( anchor ) ) { + selector = anchor.hash; + panelId = selector.substring( 1 ); + panel = that.element.find( that._sanitizeSelector( selector ) ); + + // remote tab + } else { + + // If the tab doesn't already have aria-controls, + // generate an id by using a throw-away element + panelId = tab.attr( "aria-controls" ) || $( {} ).uniqueId()[ 0 ].id; + selector = "#" + panelId; + panel = that.element.find( selector ); + if ( !panel.length ) { + panel = that._createPanel( panelId ); + panel.insertAfter( that.panels[ i - 1 ] || that.tablist ); + } + panel.attr( "aria-live", "polite" ); + } + + if ( panel.length ) { + that.panels = that.panels.add( panel ); + } + if ( originalAriaControls ) { + tab.data( "ui-tabs-aria-controls", originalAriaControls ); + } + tab.attr( { + "aria-controls": panelId, + "aria-labelledby": anchorId + } ); + panel.attr( "aria-labelledby", anchorId ); + } ); + + this.panels.attr( "role", "tabpanel" ); + this._addClass( this.panels, "ui-tabs-panel", "ui-widget-content" ); + + // Avoid memory leaks (#10056) + if ( prevTabs ) { + this._off( prevTabs.not( this.tabs ) ); + this._off( prevAnchors.not( this.anchors ) ); + this._off( prevPanels.not( this.panels ) ); + } + }, + + // Allow overriding how to find the list for rare usage scenarios (#7715) + _getList: function() { + return this.tablist || this.element.find( "ol, ul" ).eq( 0 ); + }, + + _createPanel: function( id ) { + return $( "
    " ) + .attr( "id", id ) + .data( "ui-tabs-destroy", true ); + }, + + _setOptionDisabled: function( disabled ) { + var currentItem, li, i; + + if ( $.isArray( disabled ) ) { + if ( !disabled.length ) { + disabled = false; + } else if ( disabled.length === this.anchors.length ) { + disabled = true; + } + } + + // Disable tabs + for ( i = 0; ( li = this.tabs[ i ] ); i++ ) { + currentItem = $( li ); + if ( disabled === true || $.inArray( i, disabled ) !== -1 ) { + currentItem.attr( "aria-disabled", "true" ); + this._addClass( currentItem, null, "ui-state-disabled" ); + } else { + currentItem.removeAttr( "aria-disabled" ); + this._removeClass( currentItem, null, "ui-state-disabled" ); + } + } + + this.options.disabled = disabled; + + this._toggleClass( this.widget(), this.widgetFullName + "-disabled", null, + disabled === true ); + }, + + _setupEvents: function( event ) { + var events = {}; + if ( event ) { + $.each( event.split( " " ), function( index, eventName ) { + events[ eventName ] = "_eventHandler"; + } ); + } + + this._off( this.anchors.add( this.tabs ).add( this.panels ) ); + + // Always prevent the default action, even when disabled + this._on( true, this.anchors, { + click: function( event ) { + event.preventDefault(); + } + } ); + this._on( this.anchors, events ); + this._on( this.tabs, { keydown: "_tabKeydown" } ); + this._on( this.panels, { keydown: "_panelKeydown" } ); + + this._focusable( this.tabs ); + this._hoverable( this.tabs ); + }, + + _setupHeightStyle: function( heightStyle ) { + var maxHeight, + parent = this.element.parent(); + + if ( heightStyle === "fill" ) { + maxHeight = parent.height(); + maxHeight -= this.element.outerHeight() - this.element.height(); + + this.element.siblings( ":visible" ).each( function() { + var elem = $( this ), + position = elem.css( "position" ); + + if ( position === "absolute" || position === "fixed" ) { + return; + } + maxHeight -= elem.outerHeight( true ); + } ); + + this.element.children().not( this.panels ).each( function() { + maxHeight -= $( this ).outerHeight( true ); + } ); + + this.panels.each( function() { + $( this ).height( Math.max( 0, maxHeight - + $( this ).innerHeight() + $( this ).height() ) ); + } ) + .css( "overflow", "auto" ); + } else if ( heightStyle === "auto" ) { + maxHeight = 0; + this.panels.each( function() { + maxHeight = Math.max( maxHeight, $( this ).height( "" ).height() ); + } ).height( maxHeight ); + } + }, + + _eventHandler: function( event ) { + var options = this.options, + active = this.active, + anchor = $( event.currentTarget ), + tab = anchor.closest( "li" ), + clickedIsActive = tab[ 0 ] === active[ 0 ], + collapsing = clickedIsActive && options.collapsible, + toShow = collapsing ? $() : this._getPanelForTab( tab ), + toHide = !active.length ? $() : this._getPanelForTab( active ), + eventData = { + oldTab: active, + oldPanel: toHide, + newTab: collapsing ? $() : tab, + newPanel: toShow + }; + + event.preventDefault(); + + if ( tab.hasClass( "ui-state-disabled" ) || + + // tab is already loading + tab.hasClass( "ui-tabs-loading" ) || + + // can't switch durning an animation + this.running || + + // click on active header, but not collapsible + ( clickedIsActive && !options.collapsible ) || + + // allow canceling activation + ( this._trigger( "beforeActivate", event, eventData ) === false ) ) { + return; + } + + options.active = collapsing ? false : this.tabs.index( tab ); + + this.active = clickedIsActive ? $() : tab; + if ( this.xhr ) { + this.xhr.abort(); + } + + if ( !toHide.length && !toShow.length ) { + $.error( "jQuery UI Tabs: Mismatching fragment identifier." ); + } + + if ( toShow.length ) { + this.load( this.tabs.index( tab ), event ); + } + this._toggle( event, eventData ); + }, + + // Handles show/hide for selecting tabs + _toggle: function( event, eventData ) { + var that = this, + toShow = eventData.newPanel, + toHide = eventData.oldPanel; + + this.running = true; + + function complete() { + that.running = false; + that._trigger( "activate", event, eventData ); + } + + function show() { + that._addClass( eventData.newTab.closest( "li" ), "ui-tabs-active", "ui-state-active" ); + + if ( toShow.length && that.options.show ) { + that._show( toShow, that.options.show, complete ); + } else { + toShow.show(); + complete(); + } + } + + // Start out by hiding, then showing, then completing + if ( toHide.length && this.options.hide ) { + this._hide( toHide, this.options.hide, function() { + that._removeClass( eventData.oldTab.closest( "li" ), + "ui-tabs-active", "ui-state-active" ); + show(); + } ); + } else { + this._removeClass( eventData.oldTab.closest( "li" ), + "ui-tabs-active", "ui-state-active" ); + toHide.hide(); + show(); + } + + toHide.attr( "aria-hidden", "true" ); + eventData.oldTab.attr( { + "aria-selected": "false", + "aria-expanded": "false" + } ); + + // If we're switching tabs, remove the old tab from the tab order. + // If we're opening from collapsed state, remove the previous tab from the tab order. + // If we're collapsing, then keep the collapsing tab in the tab order. + if ( toShow.length && toHide.length ) { + eventData.oldTab.attr( "tabIndex", -1 ); + } else if ( toShow.length ) { + this.tabs.filter( function() { + return $( this ).attr( "tabIndex" ) === 0; + } ) + .attr( "tabIndex", -1 ); + } + + toShow.attr( "aria-hidden", "false" ); + eventData.newTab.attr( { + "aria-selected": "true", + "aria-expanded": "true", + tabIndex: 0 + } ); + }, + + _activate: function( index ) { + var anchor, + active = this._findActive( index ); + + // Trying to activate the already active panel + if ( active[ 0 ] === this.active[ 0 ] ) { + return; + } + + // Trying to collapse, simulate a click on the current active header + if ( !active.length ) { + active = this.active; + } + + anchor = active.find( ".ui-tabs-anchor" )[ 0 ]; + this._eventHandler( { + target: anchor, + currentTarget: anchor, + preventDefault: $.noop + } ); + }, + + _findActive: function( index ) { + return index === false ? $() : this.tabs.eq( index ); + }, + + _getIndex: function( index ) { + + // meta-function to give users option to provide a href string instead of a numerical index. + if ( typeof index === "string" ) { + index = this.anchors.index( this.anchors.filter( "[href$='" + + $.ui.escapeSelector( index ) + "']" ) ); + } + + return index; + }, + + _destroy: function() { + if ( this.xhr ) { + this.xhr.abort(); + } + + this.tablist + .removeAttr( "role" ) + .off( this.eventNamespace ); + + this.anchors + .removeAttr( "role tabIndex" ) + .removeUniqueId(); + + this.tabs.add( this.panels ).each( function() { + if ( $.data( this, "ui-tabs-destroy" ) ) { + $( this ).remove(); + } else { + $( this ).removeAttr( "role tabIndex " + + "aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded" ); + } + } ); + + this.tabs.each( function() { + var li = $( this ), + prev = li.data( "ui-tabs-aria-controls" ); + if ( prev ) { + li + .attr( "aria-controls", prev ) + .removeData( "ui-tabs-aria-controls" ); + } else { + li.removeAttr( "aria-controls" ); + } + } ); + + this.panels.show(); + + if ( this.options.heightStyle !== "content" ) { + this.panels.css( "height", "" ); + } + }, + + enable: function( index ) { + var disabled = this.options.disabled; + if ( disabled === false ) { + return; + } + + if ( index === undefined ) { + disabled = false; + } else { + index = this._getIndex( index ); + if ( $.isArray( disabled ) ) { + disabled = $.map( disabled, function( num ) { + return num !== index ? num : null; + } ); + } else { + disabled = $.map( this.tabs, function( li, num ) { + return num !== index ? num : null; + } ); + } + } + this._setOptionDisabled( disabled ); + }, + + disable: function( index ) { + var disabled = this.options.disabled; + if ( disabled === true ) { + return; + } + + if ( index === undefined ) { + disabled = true; + } else { + index = this._getIndex( index ); + if ( $.inArray( index, disabled ) !== -1 ) { + return; + } + if ( $.isArray( disabled ) ) { + disabled = $.merge( [ index ], disabled ).sort(); + } else { + disabled = [ index ]; + } + } + this._setOptionDisabled( disabled ); + }, + + load: function( index, event ) { + index = this._getIndex( index ); + var that = this, + tab = this.tabs.eq( index ), + anchor = tab.find( ".ui-tabs-anchor" ), + panel = this._getPanelForTab( tab ), + eventData = { + tab: tab, + panel: panel + }, + complete = function( jqXHR, status ) { + if ( status === "abort" ) { + that.panels.stop( false, true ); + } + + that._removeClass( tab, "ui-tabs-loading" ); + panel.removeAttr( "aria-busy" ); + + if ( jqXHR === that.xhr ) { + delete that.xhr; + } + }; + + // Not remote + if ( this._isLocal( anchor[ 0 ] ) ) { + return; + } + + this.xhr = $.ajax( this._ajaxSettings( anchor, event, eventData ) ); + + // Support: jQuery <1.8 + // jQuery <1.8 returns false if the request is canceled in beforeSend, + // but as of 1.8, $.ajax() always returns a jqXHR object. + if ( this.xhr && this.xhr.statusText !== "canceled" ) { + this._addClass( tab, "ui-tabs-loading" ); + panel.attr( "aria-busy", "true" ); + + this.xhr + .done( function( response, status, jqXHR ) { + + // support: jQuery <1.8 + // http://bugs.jquery.com/ticket/11778 + setTimeout( function() { + panel.html( response ); + that._trigger( "load", event, eventData ); + + complete( jqXHR, status ); + }, 1 ); + } ) + .fail( function( jqXHR, status ) { + + // support: jQuery <1.8 + // http://bugs.jquery.com/ticket/11778 + setTimeout( function() { + complete( jqXHR, status ); + }, 1 ); + } ); + } + }, + + _ajaxSettings: function( anchor, event, eventData ) { + var that = this; + return { + + // Support: IE <11 only + // Strip any hash that exists to prevent errors with the Ajax request + url: anchor.attr( "href" ).replace( /#.*$/, "" ), + beforeSend: function( jqXHR, settings ) { + return that._trigger( "beforeLoad", event, + $.extend( { jqXHR: jqXHR, ajaxSettings: settings }, eventData ) ); + } + }; + }, + + _getPanelForTab: function( tab ) { + var id = $( tab ).attr( "aria-controls" ); + return this.element.find( this._sanitizeSelector( "#" + id ) ); + } +} ); + +// DEPRECATED +// TODO: Switch return back to widget declaration at top of file when this is removed +if ( $.uiBackCompat !== false ) { + + // Backcompat for ui-tab class (now ui-tabs-tab) + $.widget( "ui.tabs", $.ui.tabs, { + _processTabs: function() { + this._superApply( arguments ); + this._addClass( this.tabs, "ui-tab" ); + } + } ); +} + +var widgetsTabs = $.ui.tabs; + + +/*! + * jQuery UI Tooltip 1.12.1 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +//>>label: Tooltip +//>>group: Widgets +//>>description: Shows additional information for any element on hover or focus. +//>>docs: http://api.jqueryui.com/tooltip/ +//>>demos: http://jqueryui.com/tooltip/ +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/tooltip.css +//>>css.theme: ../../themes/base/theme.css + + + +$.widget( "ui.tooltip", { + version: "1.12.1", + options: { + classes: { + "ui-tooltip": "ui-corner-all ui-widget-shadow" + }, + content: function() { + + // support: IE<9, Opera in jQuery <1.7 + // .text() can't accept undefined, so coerce to a string + var title = $( this ).attr( "title" ) || ""; + + // Escape title, since we're going from an attribute to raw HTML + return $( "" ).text( title ).html(); + }, + hide: true, + + // Disabled elements have inconsistent behavior across browsers (#8661) + items: "[title]:not([disabled])", + position: { + my: "left top+15", + at: "left bottom", + collision: "flipfit flip" + }, + show: true, + track: false, + + // Callbacks + close: null, + open: null + }, + + _addDescribedBy: function( elem, id ) { + var describedby = ( elem.attr( "aria-describedby" ) || "" ).split( /\s+/ ); + describedby.push( id ); + elem + .data( "ui-tooltip-id", id ) + .attr( "aria-describedby", $.trim( describedby.join( " " ) ) ); + }, + + _removeDescribedBy: function( elem ) { + var id = elem.data( "ui-tooltip-id" ), + describedby = ( elem.attr( "aria-describedby" ) || "" ).split( /\s+/ ), + index = $.inArray( id, describedby ); + + if ( index !== -1 ) { + describedby.splice( index, 1 ); + } + + elem.removeData( "ui-tooltip-id" ); + describedby = $.trim( describedby.join( " " ) ); + if ( describedby ) { + elem.attr( "aria-describedby", describedby ); + } else { + elem.removeAttr( "aria-describedby" ); + } + }, + + _create: function() { + this._on( { + mouseover: "open", + focusin: "open" + } ); + + // IDs of generated tooltips, needed for destroy + this.tooltips = {}; + + // IDs of parent tooltips where we removed the title attribute + this.parents = {}; + + // Append the aria-live region so tooltips announce correctly + this.liveRegion = $( "
    " ) + .attr( { + role: "log", + "aria-live": "assertive", + "aria-relevant": "additions" + } ) + .appendTo( this.document[ 0 ].body ); + this._addClass( this.liveRegion, null, "ui-helper-hidden-accessible" ); + + this.disabledTitles = $( [] ); + }, + + _setOption: function( key, value ) { + var that = this; + + this._super( key, value ); + + if ( key === "content" ) { + $.each( this.tooltips, function( id, tooltipData ) { + that._updateContent( tooltipData.element ); + } ); + } + }, + + _setOptionDisabled: function( value ) { + this[ value ? "_disable" : "_enable" ](); + }, + + _disable: function() { + var that = this; + + // Close open tooltips + $.each( this.tooltips, function( id, tooltipData ) { + var event = $.Event( "blur" ); + event.target = event.currentTarget = tooltipData.element[ 0 ]; + that.close( event, true ); + } ); + + // Remove title attributes to prevent native tooltips + this.disabledTitles = this.disabledTitles.add( + this.element.find( this.options.items ).addBack() + .filter( function() { + var element = $( this ); + if ( element.is( "[title]" ) ) { + return element + .data( "ui-tooltip-title", element.attr( "title" ) ) + .removeAttr( "title" ); + } + } ) + ); + }, + + _enable: function() { + + // restore title attributes + this.disabledTitles.each( function() { + var element = $( this ); + if ( element.data( "ui-tooltip-title" ) ) { + element.attr( "title", element.data( "ui-tooltip-title" ) ); + } + } ); + this.disabledTitles = $( [] ); + }, + + open: function( event ) { + var that = this, + target = $( event ? event.target : this.element ) + + // we need closest here due to mouseover bubbling, + // but always pointing at the same event target + .closest( this.options.items ); + + // No element to show a tooltip for or the tooltip is already open + if ( !target.length || target.data( "ui-tooltip-id" ) ) { + return; + } + + if ( target.attr( "title" ) ) { + target.data( "ui-tooltip-title", target.attr( "title" ) ); + } + + target.data( "ui-tooltip-open", true ); + + // Kill parent tooltips, custom or native, for hover + if ( event && event.type === "mouseover" ) { + target.parents().each( function() { + var parent = $( this ), + blurEvent; + if ( parent.data( "ui-tooltip-open" ) ) { + blurEvent = $.Event( "blur" ); + blurEvent.target = blurEvent.currentTarget = this; + that.close( blurEvent, true ); + } + if ( parent.attr( "title" ) ) { + parent.uniqueId(); + that.parents[ this.id ] = { + element: this, + title: parent.attr( "title" ) + }; + parent.attr( "title", "" ); + } + } ); + } + + this._registerCloseHandlers( event, target ); + this._updateContent( target, event ); + }, + + _updateContent: function( target, event ) { + var content, + contentOption = this.options.content, + that = this, + eventType = event ? event.type : null; + + if ( typeof contentOption === "string" || contentOption.nodeType || + contentOption.jquery ) { + return this._open( event, target, contentOption ); + } + + content = contentOption.call( target[ 0 ], function( response ) { + + // IE may instantly serve a cached response for ajax requests + // delay this call to _open so the other call to _open runs first + that._delay( function() { + + // Ignore async response if tooltip was closed already + if ( !target.data( "ui-tooltip-open" ) ) { + return; + } + + // JQuery creates a special event for focusin when it doesn't + // exist natively. To improve performance, the native event + // object is reused and the type is changed. Therefore, we can't + // rely on the type being correct after the event finished + // bubbling, so we set it back to the previous value. (#8740) + if ( event ) { + event.type = eventType; + } + this._open( event, target, response ); + } ); + } ); + if ( content ) { + this._open( event, target, content ); + } + }, + + _open: function( event, target, content ) { + var tooltipData, tooltip, delayedShow, a11yContent, + positionOption = $.extend( {}, this.options.position ); + + if ( !content ) { + return; + } + + // Content can be updated multiple times. If the tooltip already + // exists, then just update the content and bail. + tooltipData = this._find( target ); + if ( tooltipData ) { + tooltipData.tooltip.find( ".ui-tooltip-content" ).html( content ); + return; + } + + // If we have a title, clear it to prevent the native tooltip + // we have to check first to avoid defining a title if none exists + // (we don't want to cause an element to start matching [title]) + // + // We use removeAttr only for key events, to allow IE to export the correct + // accessible attributes. For mouse events, set to empty string to avoid + // native tooltip showing up (happens only when removing inside mouseover). + if ( target.is( "[title]" ) ) { + if ( event && event.type === "mouseover" ) { + target.attr( "title", "" ); + } else { + target.removeAttr( "title" ); + } + } + + tooltipData = this._tooltip( target ); + tooltip = tooltipData.tooltip; + this._addDescribedBy( target, tooltip.attr( "id" ) ); + tooltip.find( ".ui-tooltip-content" ).html( content ); + + // Support: Voiceover on OS X, JAWS on IE <= 9 + // JAWS announces deletions even when aria-relevant="additions" + // Voiceover will sometimes re-read the entire log region's contents from the beginning + this.liveRegion.children().hide(); + a11yContent = $( "
    " ).html( tooltip.find( ".ui-tooltip-content" ).html() ); + a11yContent.removeAttr( "name" ).find( "[name]" ).removeAttr( "name" ); + a11yContent.removeAttr( "id" ).find( "[id]" ).removeAttr( "id" ); + a11yContent.appendTo( this.liveRegion ); + + function position( event ) { + positionOption.of = event; + if ( tooltip.is( ":hidden" ) ) { + return; + } + tooltip.position( positionOption ); + } + if ( this.options.track && event && /^mouse/.test( event.type ) ) { + this._on( this.document, { + mousemove: position + } ); + + // trigger once to override element-relative positioning + position( event ); + } else { + tooltip.position( $.extend( { + of: target + }, this.options.position ) ); + } + + tooltip.hide(); + + this._show( tooltip, this.options.show ); + + // Handle tracking tooltips that are shown with a delay (#8644). As soon + // as the tooltip is visible, position the tooltip using the most recent + // event. + // Adds the check to add the timers only when both delay and track options are set (#14682) + if ( this.options.track && this.options.show && this.options.show.delay ) { + delayedShow = this.delayedShow = setInterval( function() { + if ( tooltip.is( ":visible" ) ) { + position( positionOption.of ); + clearInterval( delayedShow ); + } + }, $.fx.interval ); + } + + this._trigger( "open", event, { tooltip: tooltip } ); + }, + + _registerCloseHandlers: function( event, target ) { + var events = { + keyup: function( event ) { + if ( event.keyCode === $.ui.keyCode.ESCAPE ) { + var fakeEvent = $.Event( event ); + fakeEvent.currentTarget = target[ 0 ]; + this.close( fakeEvent, true ); + } + } + }; + + // Only bind remove handler for delegated targets. Non-delegated + // tooltips will handle this in destroy. + if ( target[ 0 ] !== this.element[ 0 ] ) { + events.remove = function() { + this._removeTooltip( this._find( target ).tooltip ); + }; + } + + if ( !event || event.type === "mouseover" ) { + events.mouseleave = "close"; + } + if ( !event || event.type === "focusin" ) { + events.focusout = "close"; + } + this._on( true, target, events ); + }, + + close: function( event ) { + var tooltip, + that = this, + target = $( event ? event.currentTarget : this.element ), + tooltipData = this._find( target ); + + // The tooltip may already be closed + if ( !tooltipData ) { + + // We set ui-tooltip-open immediately upon open (in open()), but only set the + // additional data once there's actually content to show (in _open()). So even if the + // tooltip doesn't have full data, we always remove ui-tooltip-open in case we're in + // the period between open() and _open(). + target.removeData( "ui-tooltip-open" ); + return; + } + + tooltip = tooltipData.tooltip; + + // Disabling closes the tooltip, so we need to track when we're closing + // to avoid an infinite loop in case the tooltip becomes disabled on close + if ( tooltipData.closing ) { + return; + } + + // Clear the interval for delayed tracking tooltips + clearInterval( this.delayedShow ); + + // Only set title if we had one before (see comment in _open()) + // If the title attribute has changed since open(), don't restore + if ( target.data( "ui-tooltip-title" ) && !target.attr( "title" ) ) { + target.attr( "title", target.data( "ui-tooltip-title" ) ); + } + + this._removeDescribedBy( target ); + + tooltipData.hiding = true; + tooltip.stop( true ); + this._hide( tooltip, this.options.hide, function() { + that._removeTooltip( $( this ) ); + } ); + + target.removeData( "ui-tooltip-open" ); + this._off( target, "mouseleave focusout keyup" ); + + // Remove 'remove' binding only on delegated targets + if ( target[ 0 ] !== this.element[ 0 ] ) { + this._off( target, "remove" ); + } + this._off( this.document, "mousemove" ); + + if ( event && event.type === "mouseleave" ) { + $.each( this.parents, function( id, parent ) { + $( parent.element ).attr( "title", parent.title ); + delete that.parents[ id ]; + } ); + } + + tooltipData.closing = true; + this._trigger( "close", event, { tooltip: tooltip } ); + if ( !tooltipData.hiding ) { + tooltipData.closing = false; + } + }, + + _tooltip: function( element ) { + var tooltip = $( "
    " ).attr( "role", "tooltip" ), + content = $( "
    " ).appendTo( tooltip ), + id = tooltip.uniqueId().attr( "id" ); + + this._addClass( content, "ui-tooltip-content" ); + this._addClass( tooltip, "ui-tooltip", "ui-widget ui-widget-content" ); + + tooltip.appendTo( this._appendTo( element ) ); + + return this.tooltips[ id ] = { + element: element, + tooltip: tooltip + }; + }, + + _find: function( target ) { + var id = target.data( "ui-tooltip-id" ); + return id ? this.tooltips[ id ] : null; + }, + + _removeTooltip: function( tooltip ) { + tooltip.remove(); + delete this.tooltips[ tooltip.attr( "id" ) ]; + }, + + _appendTo: function( target ) { + var element = target.closest( ".ui-front, dialog" ); + + if ( !element.length ) { + element = this.document[ 0 ].body; + } + + return element; + }, + + _destroy: function() { + var that = this; + + // Close open tooltips + $.each( this.tooltips, function( id, tooltipData ) { + + // Delegate to close method to handle common cleanup + var event = $.Event( "blur" ), + element = tooltipData.element; + event.target = event.currentTarget = element[ 0 ]; + that.close( event, true ); + + // Remove immediately; destroying an open tooltip doesn't use the + // hide animation + $( "#" + id ).remove(); + + // Restore the title + if ( element.data( "ui-tooltip-title" ) ) { + + // If the title attribute has changed since open(), don't restore + if ( !element.attr( "title" ) ) { + element.attr( "title", element.data( "ui-tooltip-title" ) ); + } + element.removeData( "ui-tooltip-title" ); + } + } ); + this.liveRegion.remove(); + } +} ); + +// DEPRECATED +// TODO: Switch return back to widget declaration at top of file when this is removed +if ( $.uiBackCompat !== false ) { + + // Backcompat for tooltipClass option + $.widget( "ui.tooltip", $.ui.tooltip, { + options: { + tooltipClass: null + }, + _tooltip: function() { + var tooltipData = this._superApply( arguments ); + if ( this.options.tooltipClass ) { + tooltipData.tooltip.addClass( this.options.tooltipClass ); + } + return tooltipData; + } + } ); +} + +var widgetsTooltip = $.ui.tooltip; + + + + +})); \ No newline at end of file diff --git a/web/bundles/_X_app/js/jquery.prettyPhoto-3.1.6.js b/web/bundles/_X_app/js/jquery.prettyPhoto-3.1.6.js new file mode 100644 index 00000000..9ecf9d11 --- /dev/null +++ b/web/bundles/_X_app/js/jquery.prettyPhoto-3.1.6.js @@ -0,0 +1,911 @@ +/* ------------------------------------------------------------------------ + Class: prettyPhoto + Use: Lightbox clone for jQuery + Author: Stephane Caron (http://www.no-margin-for-errors.com) + Version: 3.1.6 +------------------------------------------------------------------------- */ +(function($) { + $.prettyPhoto = {version: '3.1.6'}; + + $.fn.prettyPhoto = function(pp_settings) { + pp_settings = jQuery.extend({ + hook: 'rel', /* the attribute tag to use for prettyPhoto hooks. default: 'rel'. For HTML5, use "data-rel" or similar. */ + animation_speed: 'fast', /* fast/slow/normal */ + ajaxcallback: function() {}, + slideshow: 5000, /* false OR interval time in ms */ + autoplay_slideshow: false, /* true/false */ + opacity: 0.80, /* Value between 0 and 1 */ + show_title: true, /* true/false */ + allow_resize: true, /* Resize the photos bigger than viewport. true/false */ + allow_expand: true, /* Allow the user to expand a resized image. true/false */ + default_width: 500, + default_height: 344, + counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */ + theme: 'pp_default', /* light_rounded / dark_rounded / light_square / dark_square / facebook */ + horizontal_padding: 20, /* The padding on each side of the picture */ + hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */ + wmode: 'opaque', /* Set the flash wmode attribute */ + autoplay: true, /* Automatically start videos: True/False */ + modal: false, /* If set to true, only the close button will close the window */ + deeplinking: true, /* Allow prettyPhoto to update the url to enable deeplinking. */ + overlay_gallery: true, /* If set to true, a gallery will overlay the fullscreen image on mouse over */ + overlay_gallery_max: 30, /* Maximum number of pictures in the overlay gallery */ + keyboard_shortcuts: true, /* Set to false if you open forms inside prettyPhoto */ + changepicturecallback: function(){}, /* Called everytime an item is shown/changed */ + callback: function(){}, /* Called when prettyPhoto is closed */ + ie6_fallback: true, + markup: '
    \ +
     
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ + Expand \ + \ +
    \ +
    \ +
    \ + Previous \ +

    0/0

    \ + Next \ +
    \ +

    \ +
    {pp_social}
    \ + Close \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    \ +
    ', + gallery_markup: '', + image_markup: '', + flash_markup: '', + quicktime_markup: '', + iframe_markup: '', + inline_markup: '
    {content}
    ', + custom_markup: '', + social_tools: '' /* html or false to disable */ + }, pp_settings); + + // Global variables accessible only by prettyPhoto + var matchedObjects = this, percentBased = false, pp_dimensions, pp_open, + + // prettyPhoto container specific + pp_contentHeight, pp_contentWidth, pp_containerHeight, pp_containerWidth, + + // Window size + windowHeight = $(window).height(), windowWidth = $(window).width(), + + // Global elements + pp_slideshow; + + doresize = true, scroll_pos = _get_scroll(); + + // Window/Keyboard events + $(window).unbind('resize.prettyphoto').bind('resize.prettyphoto',function(){ _center_overlay(); _resize_overlay(); }); + + if(pp_settings.keyboard_shortcuts) { + $(document).unbind('keydown.prettyphoto').bind('keydown.prettyphoto',function(e){ + if(typeof $pp_pic_holder != 'undefined'){ + if($pp_pic_holder.is(':visible')){ + switch(e.keyCode){ + case 37: + $.prettyPhoto.changePage('previous'); + e.preventDefault(); + break; + case 39: + $.prettyPhoto.changePage('next'); + e.preventDefault(); + break; + case 27: + if(!settings.modal) + $.prettyPhoto.close(); + e.preventDefault(); + break; + }; + // return false; + }; + }; + }); + }; + + /** + * Initialize prettyPhoto. + */ + $.prettyPhoto.initialize = function() { + + settings = pp_settings; + + if(settings.theme == 'pp_default') settings.horizontal_padding = 16; + + // Find out if the picture is part of a set + theRel = $(this).attr(settings.hook); + galleryRegExp = /\[(?:.*)\]/; + isSet = (galleryRegExp.exec(theRel)) ? true : false; + + // Put the SRCs, TITLEs, ALTs into an array. + pp_images = (isSet) ? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) return $(n).attr('href'); }) : $.makeArray($(this).attr('href')); + pp_titles = (isSet) ? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) return ($(n).find('img').attr('alt')) ? $(n).find('img').attr('alt') : ""; }) : $.makeArray($(this).find('img').attr('alt')); + pp_descriptions = (isSet) ? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) return ($(n).attr('title')) ? $(n).attr('title') : ""; }) : $.makeArray($(this).attr('title')); + + if(pp_images.length > settings.overlay_gallery_max) settings.overlay_gallery = false; + + set_position = jQuery.inArray($(this).attr('href'), pp_images); // Define where in the array the clicked item is positionned + rel_index = (isSet) ? set_position : $("a["+settings.hook+"^='"+theRel+"']").index($(this)); + + _build_overlay(this); // Build the overlay {this} being the caller + + if(settings.allow_resize) + $(window).bind('scroll.prettyphoto',function(){ _center_overlay(); }); + + + $.prettyPhoto.open(); + + return false; + } + + + /** + * Opens the prettyPhoto modal box. + * @param image {String,Array} Full path to the image to be open, can also be an array containing full images paths. + * @param title {String,Array} The title to be displayed with the picture, can also be an array containing all the titles. + * @param description {String,Array} The description to be displayed with the picture, can also be an array containing all the descriptions. + */ + $.prettyPhoto.open = function(event) { + if(typeof settings == "undefined"){ // Means it's an API call, need to manually get the settings and set the variables + settings = pp_settings; + pp_images = $.makeArray(arguments[0]); + pp_titles = (arguments[1]) ? $.makeArray(arguments[1]) : $.makeArray(""); + pp_descriptions = (arguments[2]) ? $.makeArray(arguments[2]) : $.makeArray(""); + isSet = (pp_images.length > 1) ? true : false; + set_position = (arguments[3])? arguments[3]: 0; + _build_overlay(event.target); // Build the overlay {this} being the caller + } + + if(settings.hideflash) $('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','hidden'); // Hide the flash + + _checkPosition($(pp_images).size()); // Hide the next/previous links if on first or last images. + + $('.pp_loaderIcon').show(); + + if(settings.deeplinking) + setHashtag(); + + // Rebuild Facebook Like Button with updated href + if(settings.social_tools){ + facebook_like_link = settings.social_tools.replace('{location_href}', encodeURIComponent(location.href)); + $pp_pic_holder.find('.pp_social').html(facebook_like_link); + } + + // Fade the content in + if($ppt.is(':hidden')) $ppt.css('opacity',0).show(); + $pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity); + + // Display the current position + $pp_pic_holder.find('.currentTextHolder').text((set_position+1) + settings.counter_separator_label + $(pp_images).size()); + + // Set the description + if(typeof pp_descriptions[set_position] != 'undefined' && pp_descriptions[set_position] != ""){ + $pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position])); + }else{ + $pp_pic_holder.find('.pp_description').hide(); + } + + // Get the dimensions + movie_width = ( parseFloat(getParam('width',pp_images[set_position])) ) ? getParam('width',pp_images[set_position]) : settings.default_width.toString(); + movie_height = ( parseFloat(getParam('height',pp_images[set_position])) ) ? getParam('height',pp_images[set_position]) : settings.default_height.toString(); + + // If the size is % based, calculate according to window dimensions + percentBased=false; + if(movie_height.indexOf('%') != -1) { movie_height = parseFloat(($(window).height() * parseFloat(movie_height) / 100) - 150); percentBased = true; } + if(movie_width.indexOf('%') != -1) { movie_width = parseFloat(($(window).width() * parseFloat(movie_width) / 100) - 150); percentBased = true; } + + // Fade the holder + $pp_pic_holder.fadeIn(function(){ + // Set the title + (settings.show_title && pp_titles[set_position] != "" && typeof pp_titles[set_position] != "undefined") ? $ppt.html(unescape(pp_titles[set_position])) : $ppt.html(' '); + + imgPreloader = ""; + skipInjection = false; + + // Inject the proper content + switch(_getFileType(pp_images[set_position])){ + case 'image': + imgPreloader = new Image(); + + // Preload the neighbour images + nextImage = new Image(); + if(isSet && set_position < $(pp_images).size() -1) nextImage.src = pp_images[set_position + 1]; + prevImage = new Image(); + if(isSet && pp_images[set_position - 1]) prevImage.src = pp_images[set_position - 1]; + + $pp_pic_holder.find('#pp_full_res')[0].innerHTML = settings.image_markup.replace(/{path}/g,pp_images[set_position]); + + imgPreloader.onload = function(){ + // Fit item to viewport + pp_dimensions = _fitToViewport(imgPreloader.width,imgPreloader.height); + + _showContent(); + }; + + imgPreloader.onerror = function(){ + alert('Image cannot be loaded. Make sure the path is correct and image exist.'); + $.prettyPhoto.close(); + }; + + imgPreloader.src = pp_images[set_position]; + break; + + case 'youtube': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + + // Regular youtube link + movie_id = getParam('v',pp_images[set_position]); + + // youtu.be link + if(movie_id == ""){ + movie_id = pp_images[set_position].split('youtu.be/'); + movie_id = movie_id[1]; + if(movie_id.indexOf('?') > 0) + movie_id = movie_id.substr(0,movie_id.indexOf('?')); // Strip anything after the ? + + if(movie_id.indexOf('&') > 0) + movie_id = movie_id.substr(0,movie_id.indexOf('&')); // Strip anything after the & + } + + movie = 'http://www.youtube.com/embed/'+movie_id; + (getParam('rel',pp_images[set_position])) ? movie+="?rel="+getParam('rel',pp_images[set_position]) : movie+="?rel=1"; + + if(settings.autoplay) movie += "&autoplay=1"; + + toInject = settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie); + break; + + case 'vimeo': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + + movie_id = pp_images[set_position]; + var regExp = /http(s?):\/\/(www\.)?vimeo.com\/(\d+)/; + var match = movie_id.match(regExp); + + movie = 'http://player.vimeo.com/video/'+ match[3] +'?title=0&byline=0&portrait=0'; + if(settings.autoplay) movie += "&autoplay=1;"; + + vimeo_width = pp_dimensions['width'] + '/embed/?moog_width='+ pp_dimensions['width']; + + toInject = settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,movie); + break; + + case 'quicktime': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + pp_dimensions['height']+=15; pp_dimensions['contentHeight']+=15; pp_dimensions['containerHeight']+=15; // Add space for the control bar + + toInject = settings.quicktime_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay); + break; + + case 'flash': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + + flash_vars = pp_images[set_position]; + flash_vars = flash_vars.substring(pp_images[set_position].indexOf('flashvars') + 10,pp_images[set_position].length); + + filename = pp_images[set_position]; + filename = filename.substring(0,filename.indexOf('?')); + + toInject = settings.flash_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars); + break; + + case 'iframe': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + + frame_url = pp_images[set_position]; + frame_url = frame_url.substr(0,frame_url.indexOf('iframe')-1); + + toInject = settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,frame_url); + break; + + case 'ajax': + doresize = false; // Make sure the dimensions are not resized. + pp_dimensions = _fitToViewport(movie_width,movie_height); + doresize = true; // Reset the dimensions + + skipInjection = true; + $.get(pp_images[set_position],function(responseHTML){ + toInject = settings.inline_markup.replace(/{content}/g,responseHTML); + $pp_pic_holder.find('#pp_full_res')[0].innerHTML = toInject; + _showContent(); + }); + + break; + + case 'custom': + pp_dimensions = _fitToViewport(movie_width,movie_height); // Fit item to viewport + + toInject = settings.custom_markup; + break; + + case 'inline': + // to get the item height clone it, apply default width, wrap it in the prettyPhoto containers , then delete + myClone = $(pp_images[set_position]).clone().append('
    ').css({'width':settings.default_width}).wrapInner('
    ').appendTo($('body')).show(); + doresize = false; // Make sure the dimensions are not resized. + pp_dimensions = _fitToViewport($(myClone).width(),$(myClone).height()); + doresize = true; // Reset the dimensions + $(myClone).remove(); + toInject = settings.inline_markup.replace(/{content}/g,$(pp_images[set_position]).html()); + break; + }; + + if(!imgPreloader && !skipInjection){ + $pp_pic_holder.find('#pp_full_res')[0].innerHTML = toInject; + + // Show content + _showContent(); + }; + }); + + return false; + }; + + + /** + * Change page in the prettyPhoto modal box + * @param direction {String} Direction of the paging, previous or next. + */ + $.prettyPhoto.changePage = function(direction){ + currentGalleryPage = 0; + + if(direction == 'previous') { + set_position--; + if (set_position < 0) set_position = $(pp_images).size()-1; + }else if(direction == 'next'){ + set_position++; + if(set_position > $(pp_images).size()-1) set_position = 0; + }else{ + set_position=direction; + }; + + rel_index = set_position; + + if(!doresize) doresize = true; // Allow the resizing of the images + if(settings.allow_expand) { + $('.pp_contract').removeClass('pp_contract').addClass('pp_expand'); + } + + _hideContent(function(){ $.prettyPhoto.open(); }); + }; + + + /** + * Change gallery page in the prettyPhoto modal box + * @param direction {String} Direction of the paging, previous or next. + */ + $.prettyPhoto.changeGalleryPage = function(direction){ + if(direction=='next'){ + currentGalleryPage ++; + + if(currentGalleryPage > totalPage) currentGalleryPage = 0; + }else if(direction=='previous'){ + currentGalleryPage --; + + if(currentGalleryPage < 0) currentGalleryPage = totalPage; + }else{ + currentGalleryPage = direction; + }; + + slide_speed = (direction == 'next' || direction == 'previous') ? settings.animation_speed : 0; + + slide_to = currentGalleryPage * (itemsPerPage * itemWidth); + + $pp_gallery.find('ul').animate({left:-slide_to},slide_speed); + }; + + + /** + * Start the slideshow... + */ + $.prettyPhoto.startSlideshow = function(){ + if(typeof pp_slideshow == 'undefined'){ + $pp_pic_holder.find('.pp_play').unbind('click').removeClass('pp_play').addClass('pp_pause').click(function(){ + $.prettyPhoto.stopSlideshow(); + return false; + }); + pp_slideshow = setInterval($.prettyPhoto.startSlideshow,settings.slideshow); + }else{ + $.prettyPhoto.changePage('next'); + }; + } + + + /** + * Stop the slideshow... + */ + $.prettyPhoto.stopSlideshow = function(){ + $pp_pic_holder.find('.pp_pause').unbind('click').removeClass('pp_pause').addClass('pp_play').click(function(){ + $.prettyPhoto.startSlideshow(); + return false; + }); + clearInterval(pp_slideshow); + pp_slideshow=undefined; + } + + + /** + * Closes prettyPhoto. + */ + $.prettyPhoto.close = function(){ + if($pp_overlay.is(":animated")) return; + + $.prettyPhoto.stopSlideshow(); + + $pp_pic_holder.stop().find('object,embed').css('visibility','hidden'); + + $('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){ $(this).remove(); }); + + $pp_overlay.fadeOut(settings.animation_speed, function(){ + + if(settings.hideflash) $('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','visible'); // Show the flash + + $(this).remove(); // No more need for the prettyPhoto markup + + $(window).unbind('scroll.prettyphoto'); + + clearHashtag(); + + settings.callback(); + + doresize = true; + + pp_open = false; + + delete settings; + }); + }; + + /** + * Set the proper sizes on the containers and animate the content in. + */ + function _showContent(){ + $('.pp_loaderIcon').hide(); + + // Calculate the opened top position of the pic holder + projectedTop = scroll_pos['scrollTop'] + ((windowHeight/2) - (pp_dimensions['containerHeight']/2)); + if(projectedTop < 0) projectedTop = 0; + + $ppt.fadeTo(settings.animation_speed,1); + + // Resize the content holder + $pp_pic_holder.find('.pp_content') + .animate({ + height:pp_dimensions['contentHeight'], + width:pp_dimensions['contentWidth'] + },settings.animation_speed); + + // Resize picture the holder + $pp_pic_holder.animate({ + 'top': projectedTop, + 'left': ((windowWidth/2) - (pp_dimensions['containerWidth']/2) < 0) ? 0 : (windowWidth/2) - (pp_dimensions['containerWidth']/2), + width:pp_dimensions['containerWidth'] + },settings.animation_speed,function(){ + $pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(pp_dimensions['height']).width(pp_dimensions['width']); + + $pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed); // Fade the new content + + // Show the nav + if(isSet && _getFileType(pp_images[set_position])=="image") { $pp_pic_holder.find('.pp_hoverContainer').show(); }else{ $pp_pic_holder.find('.pp_hoverContainer').hide(); } + + if(settings.allow_expand) { + if(pp_dimensions['resized']){ // Fade the resizing link if the image is resized + $('a.pp_expand,a.pp_contract').show(); + }else{ + $('a.pp_expand').hide(); + } + } + + if(settings.autoplay_slideshow && !pp_slideshow && !pp_open) $.prettyPhoto.startSlideshow(); + + settings.changepicturecallback(); // Callback! + + pp_open = true; + }); + + _insert_gallery(); + pp_settings.ajaxcallback(); + }; + + /** + * Hide the content...DUH! + */ + function _hideContent(callback){ + // Fade out the current picture + $pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden'); + $pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){ + $('.pp_loaderIcon').show(); + + callback(); + }); + }; + + /** + * Check the item position in the gallery array, hide or show the navigation links + * @param setCount {integer} The total number of items in the set + */ + function _checkPosition(setCount){ + (setCount > 1) ? $('.pp_nav').show() : $('.pp_nav').hide(); // Hide the bottom nav if it's not a set. + }; + + /** + * Resize the item dimensions if it's bigger than the viewport + * @param width {integer} Width of the item to be opened + * @param height {integer} Height of the item to be opened + * @return An array containin the "fitted" dimensions + */ + function _fitToViewport(width,height){ + resized = false; + + _getDimensions(width,height); + + // Define them in case there's no resize needed + imageWidth = width, imageHeight = height; + + if( ((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)) && doresize && settings.allow_resize && !percentBased) { + resized = true, fitting = false; + + while (!fitting){ + if((pp_containerWidth > windowWidth)){ + imageWidth = (windowWidth - 200); + imageHeight = (height/width) * imageWidth; + }else if((pp_containerHeight > windowHeight)){ + imageHeight = (windowHeight - 200); + imageWidth = (width/height) * imageHeight; + }else{ + fitting = true; + }; + + pp_containerHeight = imageHeight, pp_containerWidth = imageWidth; + }; + + + + if((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)){ + _fitToViewport(pp_containerWidth,pp_containerHeight) + }; + + _getDimensions(imageWidth,imageHeight); + }; + + return { + width:Math.floor(imageWidth), + height:Math.floor(imageHeight), + containerHeight:Math.floor(pp_containerHeight), + containerWidth:Math.floor(pp_containerWidth) + (settings.horizontal_padding * 2), + contentHeight:Math.floor(pp_contentHeight), + contentWidth:Math.floor(pp_contentWidth), + resized:resized + }; + }; + + /** + * Get the containers dimensions according to the item size + * @param width {integer} Width of the item to be opened + * @param height {integer} Height of the item to be opened + */ + function _getDimensions(width,height){ + width = parseFloat(width); + height = parseFloat(height); + + // Get the details height, to do so, I need to clone it since it's invisible + $pp_details = $pp_pic_holder.find('.pp_details'); + $pp_details.width(width); + detailsHeight = parseFloat($pp_details.css('marginTop')) + parseFloat($pp_details.css('marginBottom')); + + $pp_details = $pp_details.clone().addClass(settings.theme).width(width).appendTo($('body')).css({ + 'position':'absolute', + 'top':-10000 + }); + detailsHeight += $pp_details.height(); + detailsHeight = (detailsHeight <= 34) ? 36 : detailsHeight; // Min-height for the details + $pp_details.remove(); + + // Get the titles height, to do so, I need to clone it since it's invisible + $pp_title = $pp_pic_holder.find('.ppt'); + $pp_title.width(width); + titleHeight = parseFloat($pp_title.css('marginTop')) + parseFloat($pp_title.css('marginBottom')); + $pp_title = $pp_title.clone().appendTo($('body')).css({ + 'position':'absolute', + 'top':-10000 + }); + titleHeight += $pp_title.height(); + $pp_title.remove(); + + // Get the container size, to resize the holder to the right dimensions + pp_contentHeight = height + detailsHeight; + pp_contentWidth = width; + pp_containerHeight = pp_contentHeight + titleHeight + $pp_pic_holder.find('.pp_top').height() + $pp_pic_holder.find('.pp_bottom').height(); + pp_containerWidth = width; + } + + function _getFileType(itemSrc){ + if (itemSrc.match(/youtube\.com\/watch/i) || itemSrc.match(/youtu\.be/i)) { + return 'youtube'; + }else if (itemSrc.match(/vimeo\.com/i)) { + return 'vimeo'; + }else if(itemSrc.match(/\b.mov\b/i)){ + return 'quicktime'; + }else if(itemSrc.match(/\b.swf\b/i)){ + return 'flash'; + }else if(itemSrc.match(/\biframe=true\b/i)){ + return 'iframe'; + }else if(itemSrc.match(/\bajax=true\b/i)){ + return 'ajax'; + }else if(itemSrc.match(/\bcustom=true\b/i)){ + return 'custom'; + }else if(itemSrc.substr(0,1) == '#'){ + return 'inline'; + }else{ + return 'image'; + }; + }; + + function _center_overlay(){ + if(doresize && typeof $pp_pic_holder != 'undefined') { + scroll_pos = _get_scroll(); + contentHeight = $pp_pic_holder.height(), contentwidth = $pp_pic_holder.width(); + + projectedTop = (windowHeight/2) + scroll_pos['scrollTop'] - (contentHeight/2); + if(projectedTop < 0) projectedTop = 0; + + if(contentHeight > windowHeight) + return; + + $pp_pic_holder.css({ + 'top': projectedTop, + 'left': (windowWidth/2) + scroll_pos['scrollLeft'] - (contentwidth/2) + }); + }; + }; + + function _get_scroll(){ + if (self.pageYOffset) { + return {scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset}; + } else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict + return {scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft}; + } else if (document.body) {// all other Explorers + return {scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft}; + }; + }; + + function _resize_overlay() { + windowHeight = $(window).height(), windowWidth = $(window).width(); + + if(typeof $pp_overlay != "undefined") $pp_overlay.height($(document).height()).width(windowWidth); + }; + + function _insert_gallery(){ + if(isSet && settings.overlay_gallery && _getFileType(pp_images[set_position])=="image") { + itemWidth = 52+5; // 52 beign the thumb width, 5 being the right margin. + navWidth = (settings.theme == "facebook" || settings.theme == "pp_default") ? 50 : 30; // Define the arrow width depending on the theme + + itemsPerPage = Math.floor((pp_dimensions['containerWidth'] - 100 - navWidth) / itemWidth); + itemsPerPage = (itemsPerPage < pp_images.length) ? itemsPerPage : pp_images.length; + totalPage = Math.ceil(pp_images.length / itemsPerPage) - 1; + + // Hide the nav in the case there's no need for links + if(totalPage == 0){ + navWidth = 0; // No nav means no width! + $pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').hide(); + }else{ + $pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').show(); + }; + + galleryWidth = itemsPerPage * itemWidth; + fullGalleryWidth = pp_images.length * itemWidth; + + // Set the proper width to the gallery items + $pp_gallery + .css('margin-left',-((galleryWidth/2) + (navWidth/2))) + .find('div:first').width(galleryWidth+5) + .find('ul').width(fullGalleryWidth) + .find('li.selected').removeClass('selected'); + + goToPage = (Math.floor(set_position/itemsPerPage) < totalPage) ? Math.floor(set_position/itemsPerPage) : totalPage; + + $.prettyPhoto.changeGalleryPage(goToPage); + + $pp_gallery_li.filter(':eq('+set_position+')').addClass('selected'); + }else{ + $pp_pic_holder.find('.pp_content').unbind('mouseenter mouseleave'); + // $pp_gallery.hide(); + } + } + + function _build_overlay(caller){ + // Inject Social Tool markup into General markup + if(settings.social_tools) + facebook_like_link = settings.social_tools.replace('{location_href}', encodeURIComponent(location.href)); + + settings.markup = settings.markup.replace('{pp_social}',''); + + $('body').append(settings.markup); // Inject the markup + + $pp_pic_holder = $('.pp_pic_holder') , $ppt = $('.ppt'), $pp_overlay = $('div.pp_overlay'); // Set my global selectors + + // Inject the inline gallery! + if(isSet && settings.overlay_gallery) { + currentGalleryPage = 0; + toInject = ""; + for (var i=0; i < pp_images.length; i++) { + if(!pp_images[i].match(/\b(jpg|jpeg|png|gif)\b/gi)){ + classname = 'default'; + img_src = ''; + }else{ + classname = ''; + img_src = pp_images[i]; + } + toInject += "
  • "; + }; + + toInject = settings.gallery_markup.replace(/{gallery}/g,toInject); + + $pp_pic_holder.find('#pp_full_res').after(toInject); + + $pp_gallery = $('.pp_pic_holder .pp_gallery'), $pp_gallery_li = $pp_gallery.find('li'); // Set the gallery selectors + + $pp_gallery.find('.pp_arrow_next').click(function(){ + $.prettyPhoto.changeGalleryPage('next'); + $.prettyPhoto.stopSlideshow(); + return false; + }); + + $pp_gallery.find('.pp_arrow_previous').click(function(){ + $.prettyPhoto.changeGalleryPage('previous'); + $.prettyPhoto.stopSlideshow(); + return false; + }); + + $pp_pic_holder.find('.pp_content').hover( + function(){ + $pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeIn(); + }, + function(){ + $pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeOut(); + }); + + itemWidth = 52+5; // 52 beign the thumb width, 5 being the right margin. + $pp_gallery_li.each(function(i){ + $(this) + .find('a') + .click(function(){ + $.prettyPhoto.changePage(i); + $.prettyPhoto.stopSlideshow(); + return false; + }); + }); + }; + + + // Inject the play/pause if it's a slideshow + if(settings.slideshow){ + $pp_pic_holder.find('.pp_nav').prepend('Play') + $pp_pic_holder.find('.pp_nav .pp_play').click(function(){ + $.prettyPhoto.startSlideshow(); + return false; + }); + } + + $pp_pic_holder.attr('class','pp_pic_holder ' + settings.theme); // Set the proper theme + + $pp_overlay + .css({ + 'opacity':0, + 'height':$(document).height(), + 'width':$(window).width() + }) + .bind('click',function(){ + if(!settings.modal) $.prettyPhoto.close(); + }); + + $('a.pp_close').bind('click',function(){ $.prettyPhoto.close(); return false; }); + + + if(settings.allow_expand) { + $('a.pp_expand').bind('click',function(e){ + // Expand the image + if($(this).hasClass('pp_expand')){ + $(this).removeClass('pp_expand').addClass('pp_contract'); + doresize = false; + }else{ + $(this).removeClass('pp_contract').addClass('pp_expand'); + doresize = true; + }; + + _hideContent(function(){ $.prettyPhoto.open(); }); + + return false; + }); + } + + $pp_pic_holder.find('.pp_previous, .pp_nav .pp_arrow_previous').bind('click',function(){ + $.prettyPhoto.changePage('previous'); + $.prettyPhoto.stopSlideshow(); + return false; + }); + + $pp_pic_holder.find('.pp_next, .pp_nav .pp_arrow_next').bind('click',function(){ + $.prettyPhoto.changePage('next'); + $.prettyPhoto.stopSlideshow(); + return false; + }); + + _center_overlay(); // Center it + }; + + if(!pp_alreadyInitialized && getHashtag()){ + pp_alreadyInitialized = true; + + // Grab the rel index to trigger the click on the correct element + hashIndex = getHashtag(); + hashRel = hashIndex; + hashIndex = hashIndex.substring(hashIndex.indexOf('/')+1,hashIndex.length-1); + hashRel = hashRel.substring(0,hashRel.indexOf('/')); + + // Little timeout to make sure all the prettyPhoto initialize scripts has been run. + // Useful in the event the page contain several init scripts. + setTimeout(function(){ $("a["+pp_settings.hook+"^='"+hashRel+"']:eq("+hashIndex+")").trigger('click'); },50); + } + + return this.unbind('click.prettyphoto').bind('click.prettyphoto',$.prettyPhoto.initialize); // Return the jQuery object for chaining. The unbind method is used to avoid click conflict when the plugin is called more than once + }; + + function getHashtag(){ + var url = location.href; + hashtag = (url.indexOf('#prettyPhoto') !== -1) ? decodeURI(url.substring(url.indexOf('#prettyPhoto')+1,url.length)) : false; + if(hashtag){ hashtag = hashtag.replace(/<|>/g,''); } + return hashtag; + }; + + function setHashtag(){ + if(typeof theRel == 'undefined') return; // theRel is set on normal calls, it's impossible to deeplink using the API + location.hash = theRel + '/'+rel_index+'/'; + }; + + function clearHashtag(){ + if ( location.href.indexOf('#prettyPhoto') !== -1 ) location.hash = "prettyPhoto"; + } + + function getParam(name,url){ + name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); + var regexS = "[\\?&]"+name+"=([^&#]*)"; + var regex = new RegExp( regexS ); + var results = regex.exec( url ); + return ( results == null ) ? "" : results[1]; + } + +})(jQuery); + +var pp_alreadyInitialized = false; // Used for the deep linking to make sure not to call the same function several times. diff --git a/web/bundles/_X_app/js/owl.carousel-2.2.0.js b/web/bundles/_X_app/js/owl.carousel-2.2.0.js new file mode 100644 index 00000000..b112f2f6 --- /dev/null +++ b/web/bundles/_X_app/js/owl.carousel-2.2.0.js @@ -0,0 +1,3273 @@ +/** + * Owl Carousel v2.2.0 + * Copyright 2013-2016 David Deutsch + * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) + */ +/** + * Owl carousel + * @version 2.1.6 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + * @todo Lazy Load Icon + * @todo prevent animationend bubling + * @todo itemsScaleUp + * @todo Test Zepto + * @todo stagePadding calculate wrong active classes + */ +;(function($, window, document, undefined) { + + /** + * Creates a carousel. + * @class The Owl Carousel. + * @public + * @param {HTMLElement|jQuery} element - The element to create the carousel for. + * @param {Object} [options] - The options + */ + function Owl(element, options) { + + /** + * Current settings for the carousel. + * @public + */ + this.settings = null; + + /** + * Current options set by the caller including defaults. + * @public + */ + this.options = $.extend({}, Owl.Defaults, options); + + /** + * Plugin element. + * @public + */ + this.$element = $(element); + + /** + * Proxied event handlers. + * @protected + */ + this._handlers = {}; + + /** + * References to the running plugins of this carousel. + * @protected + */ + this._plugins = {}; + + /** + * Currently suppressed events to prevent them from beeing retriggered. + * @protected + */ + this._supress = {}; + + /** + * Absolute current position. + * @protected + */ + this._current = null; + + /** + * Animation speed in milliseconds. + * @protected + */ + this._speed = null; + + /** + * Coordinates of all items in pixel. + * @todo The name of this member is missleading. + * @protected + */ + this._coordinates = []; + + /** + * Current breakpoint. + * @todo Real media queries would be nice. + * @protected + */ + this._breakpoint = null; + + /** + * Current width of the plugin element. + */ + this._width = null; + + /** + * All real items. + * @protected + */ + this._items = []; + + /** + * All cloned items. + * @protected + */ + this._clones = []; + + /** + * Merge values of all items. + * @todo Maybe this could be part of a plugin. + * @protected + */ + this._mergers = []; + + /** + * Widths of all items. + */ + this._widths = []; + + /** + * Invalidated parts within the update process. + * @protected + */ + this._invalidated = {}; + + /** + * Ordered list of workers for the update process. + * @protected + */ + this._pipe = []; + + /** + * Current state information for the drag operation. + * @todo #261 + * @protected + */ + this._drag = { + time: null, + target: null, + pointer: null, + stage: { + start: null, + current: null + }, + direction: null + }; + + /** + * Current state information and their tags. + * @type {Object} + * @protected + */ + this._states = { + current: {}, + tags: { + 'initializing': [ 'busy' ], + 'animating': [ 'busy' ], + 'dragging': [ 'interacting' ] + } + }; + + $.each([ 'onResize', 'onThrottledResize' ], $.proxy(function(i, handler) { + this._handlers[handler] = $.proxy(this[handler], this); + }, this)); + + $.each(Owl.Plugins, $.proxy(function(key, plugin) { + this._plugins[key.charAt(0).toLowerCase() + key.slice(1)] + = new plugin(this); + }, this)); + + $.each(Owl.Workers, $.proxy(function(priority, worker) { + this._pipe.push({ + 'filter': worker.filter, + 'run': $.proxy(worker.run, this) + }); + }, this)); + + this.setup(); + this.initialize(); + } + + /** + * Default options for the carousel. + * @public + */ + Owl.Defaults = { + items: 3, + loop: false, + center: false, + rewind: false, + + mouseDrag: true, + touchDrag: true, + pullDrag: true, + freeDrag: false, + + margin: 0, + stagePadding: 0, + + merge: false, + mergeFit: true, + autoWidth: false, + + startPosition: 0, + rtl: false, + + smartSpeed: 250, + fluidSpeed: false, + dragEndSpeed: false, + + responsive: {}, + responsiveRefreshRate: 200, + responsiveBaseElement: window, + + fallbackEasing: 'swing', + + info: false, + + nestedItemSelector: false, + itemElement: 'div', + stageElement: 'div', + + refreshClass: 'owl-refresh', + loadedClass: 'owl-loaded', + loadingClass: 'owl-loading', + rtlClass: 'owl-rtl', + responsiveClass: 'owl-responsive', + dragClass: 'owl-drag', + itemClass: 'owl-item', + stageClass: 'owl-stage', + stageOuterClass: 'owl-stage-outer', + grabClass: 'owl-grab' + }; + + /** + * Enumeration for width. + * @public + * @readonly + * @enum {String} + */ + Owl.Width = { + Default: 'default', + Inner: 'inner', + Outer: 'outer' + }; + + /** + * Enumeration for types. + * @public + * @readonly + * @enum {String} + */ + Owl.Type = { + Event: 'event', + State: 'state' + }; + + /** + * Contains all registered plugins. + * @public + */ + Owl.Plugins = {}; + + /** + * List of workers involved in the update process. + */ + Owl.Workers = [ { + filter: [ 'width', 'settings' ], + run: function() { + this._width = this.$element.width(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = this._items && this._items[this.relative(this._current)]; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + this.$stage.children('.cloned').remove(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var margin = this.settings.margin || '', + grid = !this.settings.autoWidth, + rtl = this.settings.rtl, + css = { + 'width': 'auto', + 'margin-left': rtl ? margin : '', + 'margin-right': rtl ? '' : margin + }; + + !grid && this.$stage.children().css(css); + + cache.css = css; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var width = (this.width() / this.settings.items).toFixed(3) - this.settings.margin, + merge = null, + iterator = this._items.length, + grid = !this.settings.autoWidth, + widths = []; + + cache.items = { + merge: false, + width: width + }; + + while (iterator--) { + merge = this._mergers[iterator]; + merge = this.settings.mergeFit && Math.min(merge, this.settings.items) || merge; + + cache.items.merge = merge > 1 || cache.items.merge; + + widths[iterator] = !grid ? this._items[iterator].width() : width * merge; + } + + this._widths = widths; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + var clones = [], + items = this._items, + settings = this.settings, + view = Math.max(settings.items * 2, 4), + size = Math.ceil(items.length / 2) * 2, + repeat = settings.loop && items.length ? settings.rewind ? view : Math.max(view, size) : 0, + append = '', + prepend = ''; + + repeat /= 2; + + while (repeat--) { + clones.push(this.normalize(clones.length / 2, true)); + append = append + items[clones[clones.length - 1]][0].outerHTML; + clones.push(this.normalize(items.length - 1 - (clones.length - 1) / 2, true)); + prepend = items[clones[clones.length - 1]][0].outerHTML + prepend; + } + + this._clones = clones; + + $(append).addClass('cloned').appendTo(this.$stage); + $(prepend).addClass('cloned').prependTo(this.$stage); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + size = this._clones.length + this._items.length, + iterator = -1, + previous = 0, + current = 0, + coordinates = []; + + while (++iterator < size) { + previous = coordinates[iterator - 1] || 0; + current = this._widths[this.relative(iterator)] + this.settings.margin; + coordinates.push(previous + current * rtl); + } + + this._coordinates = coordinates; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var padding = this.settings.stagePadding, + coordinates = this._coordinates, + css = { + 'width': Math.ceil(Math.abs(coordinates[coordinates.length - 1])) + padding * 2, + 'padding-left': padding || '', + 'padding-right': padding || '' + }; + + this.$stage.css(css); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var iterator = this._coordinates.length, + grid = !this.settings.autoWidth, + items = this.$stage.children(); + + if (grid && cache.items.merge) { + while (iterator--) { + cache.css.width = this._widths[this.relative(iterator)]; + items.eq(iterator).css(cache.css); + } + } else if (grid) { + cache.css.width = cache.items.width; + items.css(cache.css); + } + } + }, { + filter: [ 'items' ], + run: function() { + this._coordinates.length < 1 && this.$stage.removeAttr('style'); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = cache.current ? this.$stage.children().index(cache.current) : 0; + cache.current = Math.max(this.minimum(), Math.min(this.maximum(), cache.current)); + this.reset(cache.current); + } + }, { + filter: [ 'position' ], + run: function() { + this.animate(this.coordinates(this._current)); + } + }, { + filter: [ 'width', 'position', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + padding = this.settings.stagePadding * 2, + begin = this.coordinates(this.current()) + padding, + end = begin + this.width() * rtl, + inner, outer, matches = [], i, n; + + for (i = 0, n = this._coordinates.length; i < n; i++) { + inner = this._coordinates[i - 1] || 0; + outer = Math.abs(this._coordinates[i]) + padding * rtl; + + if ((this.op(inner, '<=', begin) && (this.op(inner, '>', end))) + || (this.op(outer, '<', begin) && this.op(outer, '>', end))) { + matches.push(i); + } + } + + this.$stage.children('.active').removeClass('active'); + this.$stage.children(':eq(' + matches.join('), :eq(') + ')').addClass('active'); + + if (this.settings.center) { + this.$stage.children('.center').removeClass('center'); + this.$stage.children().eq(this.current()).addClass('center'); + } + } + } ]; + + /** + * Initializes the carousel. + * @protected + */ + Owl.prototype.initialize = function() { + this.enter('initializing'); + this.trigger('initialize'); + + this.$element.toggleClass(this.settings.rtlClass, this.settings.rtl); + + if (this.settings.autoWidth && !this.is('pre-loading')) { + var imgs, nestedSelector, width; + imgs = this.$element.find('img'); + nestedSelector = this.settings.nestedItemSelector ? '.' + this.settings.nestedItemSelector : undefined; + width = this.$element.children(nestedSelector).width(); + + if (imgs.length && width <= 0) { + this.preloadAutoWidthImages(imgs); + } + } + + this.$element.addClass(this.options.loadingClass); + + // create stage + this.$stage = $('<' + this.settings.stageElement + ' class="' + this.settings.stageClass + '"/>') + .wrap('
    '); + + // append stage + this.$element.append(this.$stage.parent()); + + // append content + this.replace(this.$element.children().not(this.$stage.parent())); + + // check visibility + if (this.$element.is(':visible')) { + // update view + this.refresh(); + } else { + // invalidate width + this.invalidate('width'); + } + + this.$element + .removeClass(this.options.loadingClass) + .addClass(this.options.loadedClass); + + // register event handlers + this.registerEventHandlers(); + + this.leave('initializing'); + this.trigger('initialized'); + }; + + /** + * Setups the current settings. + * @todo Remove responsive classes. Why should adaptive designs be brought into IE8? + * @todo Support for media queries by using `matchMedia` would be nice. + * @public + */ + Owl.prototype.setup = function() { + var viewport = this.viewport(), + overwrites = this.options.responsive, + match = -1, + settings = null; + + if (!overwrites) { + settings = $.extend({}, this.options); + } else { + $.each(overwrites, function(breakpoint) { + if (breakpoint <= viewport && breakpoint > match) { + match = Number(breakpoint); + } + }); + + settings = $.extend({}, this.options, overwrites[match]); + if (typeof settings.stagePadding === 'function') { + settings.stagePadding = settings.stagePadding(); + } + delete settings.responsive; + + // responsive class + if (settings.responsiveClass) { + this.$element.attr('class', + this.$element.attr('class').replace(new RegExp('(' + this.options.responsiveClass + '-)\\S+\\s', 'g'), '$1' + match) + ); + } + } + + this.trigger('change', { property: { name: 'settings', value: settings } }); + this._breakpoint = match; + this.settings = settings; + this.invalidate('settings'); + this.trigger('changed', { property: { name: 'settings', value: this.settings } }); + }; + + /** + * Updates option logic if necessery. + * @protected + */ + Owl.prototype.optionsLogic = function() { + if (this.settings.autoWidth) { + this.settings.stagePadding = false; + this.settings.merge = false; + } + }; + + /** + * Prepares an item before add. + * @todo Rename event parameter `content` to `item`. + * @protected + * @returns {jQuery|HTMLElement} - The item container. + */ + Owl.prototype.prepare = function(item) { + var event = this.trigger('prepare', { content: item }); + + if (!event.data) { + event.data = $('<' + this.settings.itemElement + '/>') + .addClass(this.options.itemClass).append(item) + } + + this.trigger('prepared', { content: event.data }); + + return event.data; + }; + + /** + * Updates the view. + * @public + */ + Owl.prototype.update = function() { + var i = 0, + n = this._pipe.length, + filter = $.proxy(function(p) { return this[p] }, this._invalidated), + cache = {}; + + while (i < n) { + if (this._invalidated.all || $.grep(this._pipe[i].filter, filter).length > 0) { + this._pipe[i].run(cache); + } + i++; + } + + this._invalidated = {}; + + !this.is('valid') && this.enter('valid'); + }; + + /** + * Gets the width of the view. + * @public + * @param {Owl.Width} [dimension=Owl.Width.Default] - The dimension to return. + * @returns {Number} - The width of the view in pixel. + */ + Owl.prototype.width = function(dimension) { + dimension = dimension || Owl.Width.Default; + switch (dimension) { + case Owl.Width.Inner: + case Owl.Width.Outer: + return this._width; + default: + return this._width - this.settings.stagePadding * 2 + this.settings.margin; + } + }; + + /** + * Refreshes the carousel primarily for adaptive purposes. + * @public + */ + Owl.prototype.refresh = function() { + this.enter('refreshing'); + this.trigger('refresh'); + + this.setup(); + + this.optionsLogic(); + + this.$element.addClass(this.options.refreshClass); + + this.update(); + + this.$element.removeClass(this.options.refreshClass); + + this.leave('refreshing'); + this.trigger('refreshed'); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onThrottledResize = function() { + window.clearTimeout(this.resizeTimer); + this.resizeTimer = window.setTimeout(this._handlers.onResize, this.settings.responsiveRefreshRate); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onResize = function() { + if (!this._items.length) { + return false; + } + + if (this._width === this.$element.width()) { + return false; + } + + if (!this.$element.is(':visible')) { + return false; + } + + this.enter('resizing'); + + if (this.trigger('resize').isDefaultPrevented()) { + this.leave('resizing'); + return false; + } + + this.invalidate('width'); + + this.refresh(); + + this.leave('resizing'); + this.trigger('resized'); + }; + + /** + * Registers event handlers. + * @todo Check `msPointerEnabled` + * @todo #261 + * @protected + */ + Owl.prototype.registerEventHandlers = function() { + if ($.support.transition) { + this.$stage.on($.support.transition.end + '.owl.core', $.proxy(this.onTransitionEnd, this)); + } + + if (this.settings.responsive !== false) { + this.on(window, 'resize', this._handlers.onThrottledResize); + } + + if (this.settings.mouseDrag) { + this.$element.addClass(this.options.dragClass); + this.$stage.on('mousedown.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('dragstart.owl.core selectstart.owl.core', function() { return false }); + } + + if (this.settings.touchDrag){ + this.$stage.on('touchstart.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('touchcancel.owl.core', $.proxy(this.onDragEnd, this)); + } + }; + + /** + * Handles `touchstart` and `mousedown` events. + * @todo Horizontal swipe threshold as option + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragStart = function(event) { + var stage = null; + + if (event.which === 3) { + return; + } + + if ($.support.transform) { + stage = this.$stage.css('transform').replace(/.*\(|\)| /g, '').split(','); + stage = { + x: stage[stage.length === 16 ? 12 : 4], + y: stage[stage.length === 16 ? 13 : 5] + }; + } else { + stage = this.$stage.position(); + stage = { + x: this.settings.rtl ? + stage.left + this.$stage.width() - this.width() + this.settings.margin : + stage.left, + y: stage.top + }; + } + + if (this.is('animating')) { + $.support.transform ? this.animate(stage.x) : this.$stage.stop() + this.invalidate('position'); + } + + this.$element.toggleClass(this.options.grabClass, event.type === 'mousedown'); + + this.speed(0); + + this._drag.time = new Date().getTime(); + this._drag.target = $(event.target); + this._drag.stage.start = stage; + this._drag.stage.current = stage; + this._drag.pointer = this.pointer(event); + + $(document).on('mouseup.owl.core touchend.owl.core', $.proxy(this.onDragEnd, this)); + + $(document).one('mousemove.owl.core touchmove.owl.core', $.proxy(function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)); + + $(document).on('mousemove.owl.core touchmove.owl.core', $.proxy(this.onDragMove, this)); + + if (Math.abs(delta.x) < Math.abs(delta.y) && this.is('valid')) { + return; + } + + event.preventDefault(); + + this.enter('dragging'); + this.trigger('drag'); + }, this)); + }; + + /** + * Handles the `touchmove` and `mousemove` events. + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragMove = function(event) { + var minimum = null, + maximum = null, + pull = null, + delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this.difference(this._drag.stage.start, delta); + + if (!this.is('dragging')) { + return; + } + + event.preventDefault(); + + if (this.settings.loop) { + minimum = this.coordinates(this.minimum()); + maximum = this.coordinates(this.maximum() + 1) - minimum; + stage.x = (((stage.x - minimum) % maximum + maximum) % maximum) + minimum; + } else { + minimum = this.settings.rtl ? this.coordinates(this.maximum()) : this.coordinates(this.minimum()); + maximum = this.settings.rtl ? this.coordinates(this.minimum()) : this.coordinates(this.maximum()); + pull = this.settings.pullDrag ? -1 * delta.x / 5 : 0; + stage.x = Math.max(Math.min(stage.x, minimum + pull), maximum + pull); + } + + this._drag.stage.current = stage; + + this.animate(stage.x); + }; + + /** + * Handles the `touchend` and `mouseup` events. + * @todo #261 + * @todo Threshold for click event + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragEnd = function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this._drag.stage.current, + direction = delta.x > 0 ^ this.settings.rtl ? 'left' : 'right'; + + $(document).off('.owl.core'); + + this.$element.removeClass(this.options.grabClass); + + if (delta.x !== 0 && this.is('dragging') || !this.is('valid')) { + this.speed(this.settings.dragEndSpeed || this.settings.smartSpeed); + this.current(this.closest(stage.x, delta.x !== 0 ? direction : this._drag.direction)); + this.invalidate('position'); + this.update(); + + this._drag.direction = direction; + + if (Math.abs(delta.x) > 3 || new Date().getTime() - this._drag.time > 300) { + this._drag.target.one('click.owl.core', function() { return false; }); + } + } + + if (!this.is('dragging')) { + return; + } + + this.leave('dragging'); + this.trigger('dragged'); + }; + + /** + * Gets absolute position of the closest item for a coordinate. + * @todo Setting `freeDrag` makes `closest` not reusable. See #165. + * @protected + * @param {Number} coordinate - The coordinate in pixel. + * @param {String} direction - The direction to check for the closest item. Ether `left` or `right`. + * @return {Number} - The absolute position of the closest item. + */ + Owl.prototype.closest = function(coordinate, direction) { + var position = -1, + pull = 30, + width = this.width(), + coordinates = this.coordinates(); + + if (!this.settings.freeDrag) { + // check closest item + $.each(coordinates, $.proxy(function(index, value) { + // on a left pull, check on current index + if (direction === 'left' && coordinate > value - pull && coordinate < value + pull) { + position = index; + // on a right pull, check on previous index + // to do so, subtract width from value and set position = index + 1 + } else if (direction === 'right' && coordinate > value - width - pull && coordinate < value - width + pull) { + position = index + 1; + } else if (this.op(coordinate, '<', value) + && this.op(coordinate, '>', coordinates[index + 1] || value - width)) { + position = direction === 'left' ? index + 1 : index; + } + return position === -1; + }, this)); + } + + if (!this.settings.loop) { + // non loop boundries + if (this.op(coordinate, '>', coordinates[this.minimum()])) { + position = coordinate = this.minimum(); + } else if (this.op(coordinate, '<', coordinates[this.maximum()])) { + position = coordinate = this.maximum(); + } + } + + return position; + }; + + /** + * Animates the stage. + * @todo #270 + * @public + * @param {Number} coordinate - The coordinate in pixels. + */ + Owl.prototype.animate = function(coordinate) { + var animate = this.speed() > 0; + + this.is('animating') && this.onTransitionEnd(); + + if (animate) { + this.enter('animating'); + this.trigger('translate'); + } + + if ($.support.transform3d && $.support.transition) { + this.$stage.css({ + transform: 'translate3d(' + coordinate + 'px,0px,0px)', + transition: (this.speed() / 1000) + 's' + }); + } else if (animate) { + this.$stage.animate({ + left: coordinate + 'px' + }, this.speed(), this.settings.fallbackEasing, $.proxy(this.onTransitionEnd, this)); + } else { + this.$stage.css({ + left: coordinate + 'px' + }); + } + }; + + /** + * Checks whether the carousel is in a specific state or not. + * @param {String} state - The state to check. + * @returns {Boolean} - The flag which indicates if the carousel is busy. + */ + Owl.prototype.is = function(state) { + return this._states.current[state] && this._states.current[state] > 0; + }; + + /** + * Sets the absolute position of the current item. + * @public + * @param {Number} [position] - The new absolute position or nothing to leave it unchanged. + * @returns {Number} - The absolute position of the current item. + */ + Owl.prototype.current = function(position) { + if (position === undefined) { + return this._current; + } + + if (this._items.length === 0) { + return undefined; + } + + position = this.normalize(position); + + if (this._current !== position) { + var event = this.trigger('change', { property: { name: 'position', value: position } }); + + if (event.data !== undefined) { + position = this.normalize(event.data); + } + + this._current = position; + + this.invalidate('position'); + + this.trigger('changed', { property: { name: 'position', value: this._current } }); + } + + return this._current; + }; + + /** + * Invalidates the given part of the update routine. + * @param {String} [part] - The part to invalidate. + * @returns {Array.} - The invalidated parts. + */ + Owl.prototype.invalidate = function(part) { + if ($.type(part) === 'string') { + this._invalidated[part] = true; + this.is('valid') && this.leave('valid'); + } + return $.map(this._invalidated, function(v, i) { return i }); + }; + + /** + * Resets the absolute position of the current item. + * @public + * @param {Number} position - The absolute position of the new item. + */ + Owl.prototype.reset = function(position) { + position = this.normalize(position); + + if (position === undefined) { + return; + } + + this._speed = 0; + this._current = position; + + this.suppress([ 'translate', 'translated' ]); + + this.animate(this.coordinates(position)); + + this.release([ 'translate', 'translated' ]); + }; + + /** + * Normalizes an absolute or a relative position of an item. + * @public + * @param {Number} position - The absolute or relative position to normalize. + * @param {Boolean} [relative=false] - Whether the given position is relative or not. + * @returns {Number} - The normalized position. + */ + Owl.prototype.normalize = function(position, relative) { + var n = this._items.length, + m = relative ? 0 : this._clones.length; + + if (!this.isNumeric(position) || n < 1) { + position = undefined; + } else if (position < 0 || position >= n + m) { + position = ((position - m / 2) % n + n) % n + m / 2; + } + + return position; + }; + + /** + * Converts an absolute position of an item into a relative one. + * @public + * @param {Number} position - The absolute position to convert. + * @returns {Number} - The converted position. + */ + Owl.prototype.relative = function(position) { + position -= this._clones.length / 2; + return this.normalize(position, true); + }; + + /** + * Gets the maximum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.maximum = function(relative) { + var settings = this.settings, + maximum = this._coordinates.length, + iterator, + reciprocalItemsWidth, + elementWidth; + + if (settings.loop) { + maximum = this._clones.length / 2 + this._items.length - 1; + } else if (settings.autoWidth || settings.merge) { + iterator = this._items.length; + reciprocalItemsWidth = this._items[--iterator].width(); + elementWidth = this.$element.width(); + while (iterator--) { + reciprocalItemsWidth += this._items[iterator].width() + this.settings.margin; + if (reciprocalItemsWidth > elementWidth) { + break; + } + } + maximum = iterator + 1; + } else if (settings.center) { + maximum = this._items.length - 1; + } else { + maximum = this._items.length - settings.items; + } + + if (relative) { + maximum -= this._clones.length / 2; + } + + return Math.max(maximum, 0); + }; + + /** + * Gets the minimum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.minimum = function(relative) { + return relative ? 0 : this._clones.length / 2; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.items = function(position) { + if (position === undefined) { + return this._items.slice(); + } + + position = this.normalize(position, true); + return this._items[position]; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.mergers = function(position) { + if (position === undefined) { + return this._mergers.slice(); + } + + position = this.normalize(position, true); + return this._mergers[position]; + }; + + /** + * Gets the absolute positions of clones for an item. + * @public + * @param {Number} [position] - The relative position of the item. + * @returns {Array.} - The absolute positions of clones for the item or all if no position was given. + */ + Owl.prototype.clones = function(position) { + var odd = this._clones.length / 2, + even = odd + this._items.length, + map = function(index) { return index % 2 === 0 ? even + index / 2 : odd - (index + 1) / 2 }; + + if (position === undefined) { + return $.map(this._clones, function(v, i) { return map(i) }); + } + + return $.map(this._clones, function(v, i) { return v === position ? map(i) : null }); + }; + + /** + * Sets the current animation speed. + * @public + * @param {Number} [speed] - The animation speed in milliseconds or nothing to leave it unchanged. + * @returns {Number} - The current animation speed in milliseconds. + */ + Owl.prototype.speed = function(speed) { + if (speed !== undefined) { + this._speed = speed; + } + + return this._speed; + }; + + /** + * Gets the coordinate of an item. + * @todo The name of this method is missleanding. + * @public + * @param {Number} position - The absolute position of the item within `minimum()` and `maximum()`. + * @returns {Number|Array.} - The coordinate of the item in pixel or all coordinates. + */ + Owl.prototype.coordinates = function(position) { + var multiplier = 1, + newPosition = position - 1, + coordinate; + + if (position === undefined) { + return $.map(this._coordinates, $.proxy(function(coordinate, index) { + return this.coordinates(index); + }, this)); + } + + if (this.settings.center) { + if (this.settings.rtl) { + multiplier = -1; + newPosition = position + 1; + } + + coordinate = this._coordinates[position]; + coordinate += (this.width() - coordinate + (this._coordinates[newPosition] || 0)) / 2 * multiplier; + } else { + coordinate = this._coordinates[newPosition] || 0; + } + + coordinate = Math.ceil(coordinate); + + return coordinate; + }; + + /** + * Calculates the speed for a translation. + * @protected + * @param {Number} from - The absolute position of the start item. + * @param {Number} to - The absolute position of the target item. + * @param {Number} [factor=undefined] - The time factor in milliseconds. + * @returns {Number} - The time in milliseconds for the translation. + */ + Owl.prototype.duration = function(from, to, factor) { + if (factor === 0) { + return 0; + } + + return Math.min(Math.max(Math.abs(to - from), 1), 6) * Math.abs((factor || this.settings.smartSpeed)); + }; + + /** + * Slides to the specified item. + * @public + * @param {Number} position - The position of the item. + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.to = function(position, speed) { + var current = this.current(), + revert = null, + distance = position - this.relative(current), + direction = (distance > 0) - (distance < 0), + items = this._items.length, + minimum = this.minimum(), + maximum = this.maximum(); + + if (this.settings.loop) { + if (!this.settings.rewind && Math.abs(distance) > items / 2) { + distance += direction * -1 * items; + } + + position = current + distance; + revert = ((position - minimum) % items + items) % items + minimum; + + if (revert !== position && revert - distance <= maximum && revert - distance > 0) { + current = revert - distance; + position = revert; + this.reset(current); + } + } else if (this.settings.rewind) { + maximum += 1; + position = (position % maximum + maximum) % maximum; + } else { + position = Math.max(minimum, Math.min(maximum, position)); + } + + this.speed(this.duration(current, position, speed)); + this.current(position); + + if (this.$element.is(':visible')) { + this.update(); + } + }; + + /** + * Slides to the next item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.next = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) + 1, speed); + }; + + /** + * Slides to the previous item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.prev = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) - 1, speed); + }; + + /** + * Handles the end of an animation. + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onTransitionEnd = function(event) { + + // if css2 animation then event object is undefined + if (event !== undefined) { + event.stopPropagation(); + + // Catch only owl-stage transitionEnd event + if ((event.target || event.srcElement || event.originalTarget) !== this.$stage.get(0)) { + return false; + } + } + + this.leave('animating'); + this.trigger('translated'); + }; + + /** + * Gets viewport width. + * @protected + * @return {Number} - The width in pixel. + */ + Owl.prototype.viewport = function() { + var width; + if (this.options.responsiveBaseElement !== window) { + width = $(this.options.responsiveBaseElement).width(); + } else if (window.innerWidth) { + width = window.innerWidth; + } else if (document.documentElement && document.documentElement.clientWidth) { + width = document.documentElement.clientWidth; + } else { + throw 'Can not detect viewport width.'; + } + return width; + }; + + /** + * Replaces the current content. + * @public + * @param {HTMLElement|jQuery|String} content - The new content. + */ + Owl.prototype.replace = function(content) { + this.$stage.empty(); + this._items = []; + + if (content) { + content = (content instanceof jQuery) ? content : $(content); + } + + if (this.settings.nestedItemSelector) { + content = content.find('.' + this.settings.nestedItemSelector); + } + + content.filter(function() { + return this.nodeType === 1; + }).each($.proxy(function(index, item) { + item = this.prepare(item); + this.$stage.append(item); + this._items.push(item); + this._mergers.push(item.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + }, this)); + + this.reset(this.isNumeric(this.settings.startPosition) ? this.settings.startPosition : 0); + + this.invalidate('items'); + }; + + /** + * Adds an item. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {HTMLElement|jQuery|String} content - The item content to add. + * @param {Number} [position] - The relative position at which to insert the item otherwise the item will be added to the end. + */ + Owl.prototype.add = function(content, position) { + var current = this.relative(this._current); + + position = position === undefined ? this._items.length : this.normalize(position, true); + content = content instanceof jQuery ? content : $(content); + + this.trigger('add', { content: content, position: position }); + + content = this.prepare(content); + + if (this._items.length === 0 || position === this._items.length) { + this._items.length === 0 && this.$stage.append(content); + this._items.length !== 0 && this._items[position - 1].after(content); + this._items.push(content); + this._mergers.push(content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } else { + this._items[position].before(content); + this._items.splice(position, 0, content); + this._mergers.splice(position, 0, content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } + + this._items[current] && this.reset(this._items[current].index()); + + this.invalidate('items'); + + this.trigger('added', { content: content, position: position }); + }; + + /** + * Removes an item by its position. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {Number} position - The relative position of the item to remove. + */ + Owl.prototype.remove = function(position) { + position = this.normalize(position, true); + + if (position === undefined) { + return; + } + + this.trigger('remove', { content: this._items[position], position: position }); + + this._items[position].remove(); + this._items.splice(position, 1); + this._mergers.splice(position, 1); + + this.invalidate('items'); + + this.trigger('removed', { content: null, position: position }); + }; + + /** + * Preloads images with auto width. + * @todo Replace by a more generic approach + * @protected + */ + Owl.prototype.preloadAutoWidthImages = function(images) { + images.each($.proxy(function(i, element) { + this.enter('pre-loading'); + element = $(element); + $(new Image()).one('load', $.proxy(function(e) { + element.attr('src', e.target.src); + element.css('opacity', 1); + this.leave('pre-loading'); + !this.is('pre-loading') && !this.is('initializing') && this.refresh(); + }, this)).attr('src', element.attr('src') || element.attr('data-src') || element.attr('data-src-retina')); + }, this)); + }; + + /** + * Destroys the carousel. + * @public + */ + Owl.prototype.destroy = function() { + + this.$element.off('.owl.core'); + this.$stage.off('.owl.core'); + $(document).off('.owl.core'); + + if (this.settings.responsive !== false) { + window.clearTimeout(this.resizeTimer); + this.off(window, 'resize', this._handlers.onThrottledResize); + } + + for (var i in this._plugins) { + this._plugins[i].destroy(); + } + + this.$stage.children('.cloned').remove(); + + this.$stage.unwrap(); + this.$stage.children().contents().unwrap(); + this.$stage.children().unwrap(); + + this.$element + .removeClass(this.options.refreshClass) + .removeClass(this.options.loadingClass) + .removeClass(this.options.loadedClass) + .removeClass(this.options.rtlClass) + .removeClass(this.options.dragClass) + .removeClass(this.options.grabClass) + .attr('class', this.$element.attr('class').replace(new RegExp(this.options.responsiveClass + '-\\S+\\s', 'g'), '')) + .removeData('owl.carousel'); + }; + + /** + * Operators to calculate right-to-left and left-to-right. + * @protected + * @param {Number} [a] - The left side operand. + * @param {String} [o] - The operator. + * @param {Number} [b] - The right side operand. + */ + Owl.prototype.op = function(a, o, b) { + var rtl = this.settings.rtl; + switch (o) { + case '<': + return rtl ? a > b : a < b; + case '>': + return rtl ? a < b : a > b; + case '>=': + return rtl ? a <= b : a >= b; + case '<=': + return rtl ? a >= b : a <= b; + default: + break; + } + }; + + /** + * Attaches to an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The event handler to attach. + * @param {Boolean} capture - Wether the event should be handled at the capturing phase or not. + */ + Owl.prototype.on = function(element, event, listener, capture) { + if (element.addEventListener) { + element.addEventListener(event, listener, capture); + } else if (element.attachEvent) { + element.attachEvent('on' + event, listener); + } + }; + + /** + * Detaches from an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The attached event handler to detach. + * @param {Boolean} capture - Wether the attached event handler was registered as a capturing listener or not. + */ + Owl.prototype.off = function(element, event, listener, capture) { + if (element.removeEventListener) { + element.removeEventListener(event, listener, capture); + } else if (element.detachEvent) { + element.detachEvent('on' + event, listener); + } + }; + + /** + * Triggers a public event. + * @todo Remove `status`, `relatedTarget` should be used instead. + * @protected + * @param {String} name - The event name. + * @param {*} [data=null] - The event data. + * @param {String} [namespace=carousel] - The event namespace. + * @param {String} [state] - The state which is associated with the event. + * @param {Boolean} [enter=false] - Indicates if the call enters the specified state or not. + * @returns {Event} - The event arguments. + */ + Owl.prototype.trigger = function(name, data, namespace, state, enter) { + var status = { + item: { count: this._items.length, index: this.current() } + }, handler = $.camelCase( + $.grep([ 'on', name, namespace ], function(v) { return v }) + .join('-').toLowerCase() + ), event = $.Event( + [ name, 'owl', namespace || 'carousel' ].join('.').toLowerCase(), + $.extend({ relatedTarget: this }, status, data) + ); + + if (!this._supress[name]) { + $.each(this._plugins, function(name, plugin) { + if (plugin.onTrigger) { + plugin.onTrigger(event); + } + }); + + this.register({ type: Owl.Type.Event, name: name }); + this.$element.trigger(event); + + if (this.settings && typeof this.settings[handler] === 'function') { + this.settings[handler].call(this, event); + } + } + + return event; + }; + + /** + * Enters a state. + * @param name - The state name. + */ + Owl.prototype.enter = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + if (this._states.current[name] === undefined) { + this._states.current[name] = 0; + } + + this._states.current[name]++; + }, this)); + }; + + /** + * Leaves a state. + * @param name - The state name. + */ + Owl.prototype.leave = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + this._states.current[name]--; + }, this)); + }; + + /** + * Registers an event or state. + * @public + * @param {Object} object - The event or state to register. + */ + Owl.prototype.register = function(object) { + if (object.type === Owl.Type.Event) { + if (!$.event.special[object.name]) { + $.event.special[object.name] = {}; + } + + if (!$.event.special[object.name].owl) { + var _default = $.event.special[object.name]._default; + $.event.special[object.name]._default = function(e) { + if (_default && _default.apply && (!e.namespace || e.namespace.indexOf('owl') === -1)) { + return _default.apply(this, arguments); + } + return e.namespace && e.namespace.indexOf('owl') > -1; + }; + $.event.special[object.name].owl = true; + } + } else if (object.type === Owl.Type.State) { + if (!this._states.tags[object.name]) { + this._states.tags[object.name] = object.tags; + } else { + this._states.tags[object.name] = this._states.tags[object.name].concat(object.tags); + } + + this._states.tags[object.name] = $.grep(this._states.tags[object.name], $.proxy(function(tag, i) { + return $.inArray(tag, this._states.tags[object.name]) === i; + }, this)); + } + }; + + /** + * Suppresses events. + * @protected + * @param {Array.} events - The events to suppress. + */ + Owl.prototype.suppress = function(events) { + $.each(events, $.proxy(function(index, event) { + this._supress[event] = true; + }, this)); + }; + + /** + * Releases suppressed events. + * @protected + * @param {Array.} events - The events to release. + */ + Owl.prototype.release = function(events) { + $.each(events, $.proxy(function(index, event) { + delete this._supress[event]; + }, this)); + }; + + /** + * Gets unified pointer coordinates from event. + * @todo #261 + * @protected + * @param {Event} - The `mousedown` or `touchstart` event. + * @returns {Object} - Contains `x` and `y` coordinates of current pointer position. + */ + Owl.prototype.pointer = function(event) { + var result = { x: null, y: null }; + + event = event.originalEvent || event || window.event; + + event = event.touches && event.touches.length ? + event.touches[0] : event.changedTouches && event.changedTouches.length ? + event.changedTouches[0] : event; + + if (event.pageX) { + result.x = event.pageX; + result.y = event.pageY; + } else { + result.x = event.clientX; + result.y = event.clientY; + } + + return result; + }; + + /** + * Determines if the input is a Number or something that can be coerced to a Number + * @protected + * @param {Number|String|Object|Array|Boolean|RegExp|Function|Symbol} - The input to be tested + * @returns {Boolean} - An indication if the input is a Number or can be coerced to a Number + */ + Owl.prototype.isNumeric = function(number) { + return !isNaN(parseFloat(number)); + }; + + /** + * Gets the difference of two vectors. + * @todo #261 + * @protected + * @param {Object} - The first vector. + * @param {Object} - The second vector. + * @returns {Object} - The difference. + */ + Owl.prototype.difference = function(first, second) { + return { + x: first.x - second.x, + y: first.y - second.y + }; + }; + + /** + * The jQuery Plugin for the Owl Carousel + * @todo Navigation plugin `next` and `prev` + * @public + */ + $.fn.owlCarousel = function(option) { + var args = Array.prototype.slice.call(arguments, 1); + + return this.each(function() { + var $this = $(this), + data = $this.data('owl.carousel'); + + if (!data) { + data = new Owl(this, typeof option == 'object' && option); + $this.data('owl.carousel', data); + + $.each([ + 'next', 'prev', 'to', 'destroy', 'refresh', 'replace', 'add', 'remove' + ], function(i, event) { + data.register({ type: Owl.Type.Event, name: event }); + data.$element.on(event + '.owl.carousel.core', $.proxy(function(e) { + if (e.namespace && e.relatedTarget !== this) { + this.suppress([ event ]); + data[event].apply(this, [].slice.call(arguments, 1)); + this.release([ event ]); + } + }, data)); + }); + } + + if (typeof option == 'string' && option.charAt(0) !== '_') { + data[option].apply(data, args); + } + }); + }; + + /** + * The constructor for the jQuery Plugin + * @public + */ + $.fn.owlCarousel.Constructor = Owl; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoRefresh Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto refresh plugin. + * @class The Auto Refresh Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoRefresh = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Refresh interval. + * @protected + * @type {number} + */ + this._interval = null; + + /** + * Whether the element is currently visible or not. + * @protected + * @type {Boolean} + */ + this._visible = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoRefresh) { + this.watch(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoRefresh.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoRefresh.Defaults = { + autoRefresh: true, + autoRefreshInterval: 500 + }; + + /** + * Watches the element. + */ + AutoRefresh.prototype.watch = function() { + if (this._interval) { + return; + } + + this._visible = this._core.$element.is(':visible'); + this._interval = window.setInterval($.proxy(this.refresh, this), this._core.settings.autoRefreshInterval); + }; + + /** + * Refreshes the element. + */ + AutoRefresh.prototype.refresh = function() { + if (this._core.$element.is(':visible') === this._visible) { + return; + } + + this._visible = !this._visible; + + this._core.$element.toggleClass('owl-hidden', !this._visible); + + this._visible && (this._core.invalidate('width') && this._core.refresh()); + }; + + /** + * Destroys the plugin. + */ + AutoRefresh.prototype.destroy = function() { + var handler, property; + + window.clearInterval(this._interval); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoRefresh = AutoRefresh; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Lazy Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the lazy plugin. + * @class The Lazy Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Lazy = function(carousel) { + + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Already loaded items. + * @protected + * @type {Array.} + */ + this._loaded = []; + + /** + * Event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel change.owl.carousel resized.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + if (!this._core.settings || !this._core.settings.lazyLoad) { + return; + } + + if ((e.property && e.property.name == 'position') || e.type == 'initialized') { + var settings = this._core.settings, + n = (settings.center && Math.ceil(settings.items / 2) || settings.items), + i = ((settings.center && n * -1) || 0), + position = (e.property && e.property.value !== undefined ? e.property.value : this._core.current()) + i, + clones = this._core.clones().length, + load = $.proxy(function(i, v) { this.load(v) }, this); + + while (i++ < n) { + this.load(clones / 2 + this._core.relative(position)); + clones && $.each(this._core.clones(this._core.relative(position)), load); + position++; + } + } + }, this) + }; + + // set the default options + this._core.options = $.extend({}, Lazy.Defaults, this._core.options); + + // register event handler + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + Lazy.Defaults = { + lazyLoad: false + }; + + /** + * Loads all resources of an item at the specified position. + * @param {Number} position - The absolute position of the item. + * @protected + */ + Lazy.prototype.load = function(position) { + var $item = this._core.$stage.children().eq(position), + $elements = $item && $item.find('.owl-lazy'); + + if (!$elements || $.inArray($item.get(0), this._loaded) > -1) { + return; + } + + $elements.each($.proxy(function(index, element) { + var $element = $(element), image, + url = (window.devicePixelRatio > 1 && $element.attr('data-src-retina')) || $element.attr('data-src'); + + this._core.trigger('load', { element: $element, url: url }, 'lazy'); + + if ($element.is('img')) { + $element.one('load.owl.lazy', $.proxy(function() { + $element.css('opacity', 1); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('src', url); + } else { + image = new Image(); + image.onload = $.proxy(function() { + $element.css({ + 'background-image': 'url(' + url + ')', + 'opacity': '1' + }); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this); + image.src = url; + } + }, this)); + + this._loaded.push($item.get(0)); + }; + + /** + * Destroys the plugin. + * @public + */ + Lazy.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this._core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Lazy = Lazy; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoHeight Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto height plugin. + * @class The Auto Height Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoHeight = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight) { + this.update(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight && e.property.name == 'position'){ + this.update(); + } + }, this), + 'loaded.owl.lazy': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight + && e.element.closest('.' + this._core.settings.itemClass).index() === this._core.current()) { + this.update(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoHeight.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoHeight.Defaults = { + autoHeight: false, + autoHeightClass: 'owl-height' + }; + + /** + * Updates the view. + */ + AutoHeight.prototype.update = function() { + var start = this._core._current, + end = start + this._core.settings.items, + visible = this._core.$stage.children().toArray().slice(start, end), + heights = [], + maxheight = 0; + + $.each(visible, function(index, item) { + heights.push($(item).height()); + }); + + maxheight = Math.max.apply(null, heights); + + this._core.$stage.parent() + .height(maxheight) + .addClass(this._core.settings.autoHeightClass); + }; + + AutoHeight.prototype.destroy = function() { + var handler, property; + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoHeight = AutoHeight; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Video Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the video plugin. + * @class The Video Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Video = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Cache all video URLs. + * @protected + * @type {Object} + */ + this._videos = {}; + + /** + * Current playing item. + * @protected + * @type {jQuery} + */ + this._playing = null; + + /** + * All event handlers. + * @todo The cloned content removale is too late + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this._core.register({ type: 'state', name: 'playing', tags: [ 'interacting' ] }); + } + }, this), + 'resize.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.video && this.isInFullScreen()) { + e.preventDefault(); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.is('resizing')) { + this._core.$stage.find('.cloned .owl-video-frame').remove(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position' && this._playing) { + this.stop(); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + var $element = $(e.content).find('.owl-video'); + + if ($element.length) { + $element.css('display', 'none'); + this.fetch($element, $(e.content)); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Video.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + + this._core.$element.on('click.owl.video', '.owl-video-play-icon', $.proxy(function(e) { + this.play(e); + }, this)); + }; + + /** + * Default options. + * @public + */ + Video.Defaults = { + video: false, + videoHeight: false, + videoWidth: false + }; + + /** + * Gets the video ID and the type (YouTube/Vimeo/vzaar only). + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {jQuery} item - The item containing the video. + */ + Video.prototype.fetch = function(target, item) { + var type = (function() { + if (target.attr('data-vimeo-id')) { + return 'vimeo'; + } else if (target.attr('data-vzaar-id')) { + return 'vzaar' + } else { + return 'youtube'; + } + })(), + id = target.attr('data-vimeo-id') || target.attr('data-youtube-id') || target.attr('data-vzaar-id'), + width = target.attr('data-width') || this._core.settings.videoWidth, + height = target.attr('data-height') || this._core.settings.videoHeight, + url = target.attr('href'); + + if (url) { + + /* + Parses the id's out of the following urls (and probably more): + https://www.youtube.com/watch?v=:id + https://youtu.be/:id + https://vimeo.com/:id + https://vimeo.com/channels/:channel/:id + https://vimeo.com/groups/:group/videos/:id + https://app.vzaar.com/videos/:id + + Visual example: https://regexper.com/#(http%3A%7Chttps%3A%7C)%5C%2F%5C%2F(player.%7Cwww.%7Capp.)%3F(vimeo%5C.com%7Cyoutu(be%5C.com%7C%5C.be%7Cbe%5C.googleapis%5C.com)%7Cvzaar%5C.com)%5C%2F(video%5C%2F%7Cvideos%5C%2F%7Cembed%5C%2F%7Cchannels%5C%2F.%2B%5C%2F%7Cgroups%5C%2F.%2B%5C%2F%7Cwatch%5C%3Fv%3D%7Cv%5C%2F)%3F(%5BA-Za-z0-9._%25-%5D*)(%5C%26%5CS%2B)%3F + */ + + id = url.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/); + + if (id[3].indexOf('youtu') > -1) { + type = 'youtube'; + } else if (id[3].indexOf('vimeo') > -1) { + type = 'vimeo'; + } else if (id[3].indexOf('vzaar') > -1) { + type = 'vzaar'; + } else { + throw new Error('Video URL not supported.'); + } + id = id[6]; + } else { + throw new Error('Missing video URL.'); + } + + this._videos[url] = { + type: type, + id: id, + width: width, + height: height + }; + + item.attr('data-video', url); + + this.thumbnail(target, this._videos[url]); + }; + + /** + * Creates video thumbnail. + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {Object} info - The video info object. + * @see `fetch` + */ + Video.prototype.thumbnail = function(target, video) { + var tnLink, + icon, + path, + dimensions = video.width && video.height ? 'style="width:' + video.width + 'px;height:' + video.height + 'px;"' : '', + customTn = target.find('img'), + srcType = 'src', + lazyClass = '', + settings = this._core.settings, + create = function(path) { + icon = '
    '; + + if (settings.lazyLoad) { + tnLink = '
    '; + } else { + tnLink = '
    '; + } + target.after(tnLink); + target.after(icon); + }; + + // wrap video content into owl-video-wrapper div + target.wrap('
    '); + + if (this._core.settings.lazyLoad) { + srcType = 'data-src'; + lazyClass = 'owl-lazy'; + } + + // custom thumbnail + if (customTn.length) { + create(customTn.attr(srcType)); + customTn.remove(); + return false; + } + + if (video.type === 'youtube') { + path = "//img.youtube.com/vi/" + video.id + "/hqdefault.jpg"; + create(path); + } else if (video.type === 'vimeo') { + $.ajax({ + type: 'GET', + url: '//vimeo.com/api/v2/video/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data[0].thumbnail_large; + create(path); + } + }); + } else if (video.type === 'vzaar') { + $.ajax({ + type: 'GET', + url: '//vzaar.com/api/videos/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data.framegrab_url; + create(path); + } + }); + } + }; + + /** + * Stops the current video. + * @public + */ + Video.prototype.stop = function() { + this._core.trigger('stop', null, 'video'); + this._playing.find('.owl-video-frame').remove(); + this._playing.removeClass('owl-video-playing'); + this._playing = null; + this._core.leave('playing'); + this._core.trigger('stopped', null, 'video'); + }; + + /** + * Starts the current video. + * @public + * @param {Event} event - The event arguments. + */ + Video.prototype.play = function(event) { + var target = $(event.target), + item = target.closest('.' + this._core.settings.itemClass), + video = this._videos[item.attr('data-video')], + width = video.width || '100%', + height = video.height || this._core.$stage.height(), + html; + + if (this._playing) { + return; + } + + this._core.enter('playing'); + this._core.trigger('play', null, 'video'); + + item = this._core.items(this._core.relative(item.index())); + + this._core.reset(item.index()); + + if (video.type === 'youtube') { + html = ''; + } else if (video.type === 'vimeo') { + html = ''; + } else if (video.type === 'vzaar') { + html = ''; + } + + $('
    ' + html + '
    ').insertAfter(item.find('.owl-video')); + + this._playing = item.addClass('owl-video-playing'); + }; + + /** + * Checks whether an video is currently in full screen mode or not. + * @todo Bad style because looks like a readonly method but changes members. + * @protected + * @returns {Boolean} + */ + Video.prototype.isInFullScreen = function() { + var element = document.fullscreenElement || document.mozFullScreenElement || + document.webkitFullscreenElement; + + return element && $(element).parent().hasClass('owl-video-frame'); + }; + + /** + * Destroys the plugin. + */ + Video.prototype.destroy = function() { + var handler, property; + + this._core.$element.off('click.owl.video'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Video = Video; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Animate Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the animate plugin. + * @class The Navigation Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Animate = function(scope) { + this.core = scope; + this.core.options = $.extend({}, Animate.Defaults, this.core.options); + this.swapping = true; + this.previous = undefined; + this.next = undefined; + + this.handlers = { + 'change.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.previous = this.core.current(); + this.next = e.property.value; + } + }, this), + 'drag.owl.carousel dragged.owl.carousel translated.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this.swapping = e.type == 'translated'; + } + }, this), + 'translate.owl.carousel': $.proxy(function(e) { + if (e.namespace && this.swapping && (this.core.options.animateOut || this.core.options.animateIn)) { + this.swap(); + } + }, this) + }; + + this.core.$element.on(this.handlers); + }; + + /** + * Default options. + * @public + */ + Animate.Defaults = { + animateOut: false, + animateIn: false + }; + + /** + * Toggles the animation classes whenever an translations starts. + * @protected + * @returns {Boolean|undefined} + */ + Animate.prototype.swap = function() { + + if (this.core.settings.items !== 1) { + return; + } + + if (!$.support.animation || !$.support.transition) { + return; + } + + this.core.speed(0); + + var left, + clear = $.proxy(this.clear, this), + previous = this.core.$stage.children().eq(this.previous), + next = this.core.$stage.children().eq(this.next), + incoming = this.core.settings.animateIn, + outgoing = this.core.settings.animateOut; + + if (this.core.current() === this.previous) { + return; + } + + if (outgoing) { + left = this.core.coordinates(this.previous) - this.core.coordinates(this.next); + previous.one($.support.animation.end, clear) + .css( { 'left': left + 'px' } ) + .addClass('animated owl-animated-out') + .addClass(outgoing); + } + + if (incoming) { + next.one($.support.animation.end, clear) + .addClass('animated owl-animated-in') + .addClass(incoming); + } + }; + + Animate.prototype.clear = function(e) { + $(e.target).css( { 'left': '' } ) + .removeClass('animated owl-animated-out owl-animated-in') + .removeClass(this.core.settings.animateIn) + .removeClass(this.core.settings.animateOut); + this.core.onTransitionEnd(); + }; + + /** + * Destroys the plugin. + * @public + */ + Animate.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this.core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Animate = Animate; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Autoplay Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the autoplay plugin. + * @class The Autoplay Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Autoplay = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * The autoplay timeout. + * @type {Timeout} + */ + this._timeout = null; + + /** + * Indicates whenever the autoplay is paused. + * @type {Boolean} + */ + this._paused = false; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'settings') { + if (this._core.settings.autoplay) { + this.play(); + } else { + this.stop(); + } + } else if (e.namespace && e.property.name === 'position') { + //console.log('play?', e); + if (this._core.settings.autoplay) { + this._setAutoPlayInterval(); + } + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoplay) { + this.play(); + } + }, this), + 'play.owl.autoplay': $.proxy(function(e, t, s) { + if (e.namespace) { + this.play(t, s); + } + }, this), + 'stop.owl.autoplay': $.proxy(function(e) { + if (e.namespace) { + this.stop(); + } + }, this), + 'mouseover.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'mouseleave.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.play(); + } + }, this), + 'touchstart.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'touchend.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause) { + this.play(); + } + }, this) + }; + + // register event handlers + this._core.$element.on(this._handlers); + + // set default options + this._core.options = $.extend({}, Autoplay.Defaults, this._core.options); + }; + + /** + * Default options. + * @public + */ + Autoplay.Defaults = { + autoplay: false, + autoplayTimeout: 5000, + autoplayHoverPause: false, + autoplaySpeed: false + }; + + /** + * Starts the autoplay. + * @public + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype.play = function(timeout, speed) { + this._paused = false; + + if (this._core.is('rotating')) { + return; + } + + this._core.enter('rotating'); + + this._setAutoPlayInterval(); + }; + + /** + * Gets a new timeout + * @private + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + * @return {Timeout} + */ + Autoplay.prototype._getNextTimeout = function(timeout, speed) { + if ( this._timeout ) { + window.clearTimeout(this._timeout); + } + return window.setTimeout($.proxy(function() { + if (this._paused || this._core.is('busy') || this._core.is('interacting') || document.hidden) { + return; + } + this._core.next(speed || this._core.settings.autoplaySpeed); + }, this), timeout || this._core.settings.autoplayTimeout); + }; + + /** + * Sets autoplay in motion. + * @private + */ + Autoplay.prototype._setAutoPlayInterval = function() { + this._timeout = this._getNextTimeout(); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.stop = function() { + if (!this._core.is('rotating')) { + return; + } + + window.clearTimeout(this._timeout); + this._core.leave('rotating'); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.pause = function() { + if (!this._core.is('rotating')) { + return; + } + + this._paused = true; + }; + + /** + * Destroys the plugin. + */ + Autoplay.prototype.destroy = function() { + var handler, property; + + this.stop(); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.autoplay = Autoplay; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Navigation Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the navigation plugin. + * @class The Navigation Plugin + * @param {Owl} carousel - The Owl Carousel. + */ + var Navigation = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Indicates whether the plugin is initialized or not. + * @protected + * @type {Boolean} + */ + this._initialized = false; + + /** + * The current paging indexes. + * @protected + * @type {Array} + */ + this._pages = []; + + /** + * All DOM elements of the user interface. + * @protected + * @type {Object} + */ + this._controls = {}; + + /** + * Markup for an indicator. + * @protected + * @type {Array.} + */ + this._templates = []; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * Overridden methods of the carousel. + * @protected + * @type {Object} + */ + this._overrides = { + next: this._core.next, + prev: this._core.prev, + to: this._core.to + }; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.push('
    ' + + $(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot') + '
    '); + } + }, this), + 'added.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 0, this._templates.pop()); + } + }, this), + 'remove.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 1); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.draw(); + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && !this._initialized) { + this._core.trigger('initialize', null, 'navigation'); + this.initialize(); + this.update(); + this.draw(); + this._initialized = true; + this._core.trigger('initialized', null, 'navigation'); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._initialized) { + this._core.trigger('refresh', null, 'navigation'); + this.update(); + this.draw(); + this._core.trigger('refreshed', null, 'navigation'); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Navigation.Defaults, this._core.options); + + // register event handlers + this.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + * @todo Rename `slideBy` to `navBy` + */ + Navigation.Defaults = { + nav: false, + navText: [ 'prev', 'next' ], + navSpeed: false, + navElement: 'div', + navContainer: false, + navContainerClass: 'owl-nav', + navClass: [ 'owl-prev', 'owl-next' ], + slideBy: 1, + dotClass: 'owl-dot', + dotsClass: 'owl-dots', + dots: true, + dotsEach: false, + dotsData: false, + dotsSpeed: false, + dotsContainer: false + }; + + /** + * Initializes the layout of the plugin and extends the carousel. + * @protected + */ + Navigation.prototype.initialize = function() { + var override, + settings = this._core.settings; + + // create DOM structure for relative navigation + this._controls.$relative = (settings.navContainer ? $(settings.navContainer) + : $('
    ').addClass(settings.navContainerClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$previous = $('<' + settings.navElement + '>') + .addClass(settings.navClass[0]) + .html(settings.navText[0]) + .prependTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.prev(settings.navSpeed); + }, this)); + this._controls.$next = $('<' + settings.navElement + '>') + .addClass(settings.navClass[1]) + .html(settings.navText[1]) + .appendTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.next(settings.navSpeed); + }, this)); + + // create DOM structure for absolute navigation + if (!settings.dotsData) { + this._templates = [ $('
    ') + .addClass(settings.dotClass) + .append($('')) + .prop('outerHTML') ]; + } + + this._controls.$absolute = (settings.dotsContainer ? $(settings.dotsContainer) + : $('
    ').addClass(settings.dotsClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$absolute.on('click', 'div', $.proxy(function(e) { + var index = $(e.target).parent().is(this._controls.$absolute) + ? $(e.target).index() : $(e.target).parent().index(); + + e.preventDefault(); + + this.to(index, settings.dotsSpeed); + }, this)); + + // override public methods of the carousel + for (override in this._overrides) { + this._core[override] = $.proxy(this[override], this); + } + }; + + /** + * Destroys the plugin. + * @protected + */ + Navigation.prototype.destroy = function() { + var handler, control, property, override; + + for (handler in this._handlers) { + this.$element.off(handler, this._handlers[handler]); + } + for (control in this._controls) { + this._controls[control].remove(); + } + for (override in this.overides) { + this._core[override] = this._overrides[override]; + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + /** + * Updates the internal state. + * @protected + */ + Navigation.prototype.update = function() { + var i, j, k, + lower = this._core.clones().length / 2, + upper = lower + this._core.items().length, + maximum = this._core.maximum(true), + settings = this._core.settings, + size = settings.center || settings.autoWidth || settings.dotsData + ? 1 : settings.dotsEach || settings.items; + + if (settings.slideBy !== 'page') { + settings.slideBy = Math.min(settings.slideBy, settings.items); + } + + if (settings.dots || settings.slideBy == 'page') { + this._pages = []; + + for (i = lower, j = 0, k = 0; i < upper; i++) { + if (j >= size || j === 0) { + this._pages.push({ + start: Math.min(maximum, i - lower), + end: i - lower + size - 1 + }); + if (Math.min(maximum, i - lower) === maximum) { + break; + } + j = 0, ++k; + } + j += this._core.mergers(this._core.relative(i)); + } + } + }; + + /** + * Draws the user interface. + * @todo The option `dotsData` wont work. + * @protected + */ + Navigation.prototype.draw = function() { + var difference, + settings = this._core.settings, + disabled = this._core.items().length <= settings.items, + index = this._core.relative(this._core.current()), + loop = settings.loop || settings.rewind; + + this._controls.$relative.toggleClass('disabled', !settings.nav || disabled); + + if (settings.nav) { + this._controls.$previous.toggleClass('disabled', !loop && index <= this._core.minimum(true)); + this._controls.$next.toggleClass('disabled', !loop && index >= this._core.maximum(true)); + } + + this._controls.$absolute.toggleClass('disabled', !settings.dots || disabled); + + if (settings.dots) { + difference = this._pages.length - this._controls.$absolute.children().length; + + if (settings.dotsData && difference !== 0) { + this._controls.$absolute.html(this._templates.join('')); + } else if (difference > 0) { + this._controls.$absolute.append(new Array(difference + 1).join(this._templates[0])); + } else if (difference < 0) { + this._controls.$absolute.children().slice(difference).remove(); + } + + this._controls.$absolute.find('.active').removeClass('active'); + this._controls.$absolute.children().eq($.inArray(this.current(), this._pages)).addClass('active'); + } + }; + + /** + * Extends event data. + * @protected + * @param {Event} event - The event object which gets thrown. + */ + Navigation.prototype.onTrigger = function(event) { + var settings = this._core.settings; + + event.page = { + index: $.inArray(this.current(), this._pages), + count: this._pages.length, + size: settings && (settings.center || settings.autoWidth || settings.dotsData + ? 1 : settings.dotsEach || settings.items) + }; + }; + + /** + * Gets the current page position of the carousel. + * @protected + * @returns {Number} + */ + Navigation.prototype.current = function() { + var current = this._core.relative(this._core.current()); + return $.grep(this._pages, $.proxy(function(page, index) { + return page.start <= current && page.end >= current; + }, this)).pop(); + }; + + /** + * Gets the current succesor/predecessor position. + * @protected + * @returns {Number} + */ + Navigation.prototype.getPosition = function(successor) { + var position, length, + settings = this._core.settings; + + if (settings.slideBy == 'page') { + position = $.inArray(this.current(), this._pages); + length = this._pages.length; + successor ? ++position : --position; + position = this._pages[((position % length) + length) % length].start; + } else { + position = this._core.relative(this._core.current()); + length = this._core.items().length; + successor ? position += settings.slideBy : position -= settings.slideBy; + } + + return position; + }; + + /** + * Slides to the next item or page. + * @public + * @param {Number} [speed=false] - The time in milliseconds for the transition. + */ + Navigation.prototype.next = function(speed) { + $.proxy(this._overrides.to, this._core)(this.getPosition(true), speed); + }; + + /** + * Slides to the previous item or page. + * @public + * @param {Number} [speed=false] - The time in milliseconds for the transition. + */ + Navigation.prototype.prev = function(speed) { + $.proxy(this._overrides.to, this._core)(this.getPosition(false), speed); + }; + + /** + * Slides to the specified item or page. + * @public + * @param {Number} position - The position of the item or page. + * @param {Number} [speed] - The time in milliseconds for the transition. + * @param {Boolean} [standard=false] - Whether to use the standard behaviour or not. + */ + Navigation.prototype.to = function(position, speed, standard) { + var length; + + if (!standard && this._pages.length) { + length = this._pages.length; + $.proxy(this._overrides.to, this._core)(this._pages[((position % length) + length) % length].start, speed); + } else { + $.proxy(this._overrides.to, this._core)(position, speed); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Navigation = Navigation; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Hash Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the hash plugin. + * @class The Hash Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Hash = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Hash index for the items. + * @protected + * @type {Object} + */ + this._hashes = {}; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.startPosition === 'URLHash') { + $(window).trigger('hashchange.owl.navigation'); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + var hash = $(e.content).find('[data-hash]').addBack('[data-hash]').attr('data-hash'); + + if (!hash) { + return; + } + + this._hashes[hash] = e.content; + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position') { + var current = this._core.items(this._core.relative(this._core.current())), + hash = $.map(this._hashes, function(item, hash) { + return item === current ? hash : null; + }).join(); + + if (!hash || window.location.hash.slice(1) === hash) { + return; + } + + window.location.hash = hash; + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Hash.Defaults, this._core.options); + + // register the event handlers + this.$element.on(this._handlers); + + // register event listener for hash navigation + $(window).on('hashchange.owl.navigation', $.proxy(function(e) { + var hash = window.location.hash.substring(1), + items = this._core.$stage.children(), + position = this._hashes[hash] && items.index(this._hashes[hash]); + + if (position === undefined || position === this._core.current()) { + return; + } + + this._core.to(this._core.relative(position), false, true); + }, this)); + }; + + /** + * Default options. + * @public + */ + Hash.Defaults = { + URLhashListener: false + }; + + /** + * Destroys the plugin. + * @public + */ + Hash.prototype.destroy = function() { + var handler, property; + + $(window).off('hashchange.owl.navigation'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Hash = Hash; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Support Plugin + * + * @version 2.1.0 + * @author Vivid Planet Software GmbH + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + var style = $('').get(0).style, + prefixes = 'Webkit Moz O ms'.split(' '), + events = { + transition: { + end: { + WebkitTransition: 'webkitTransitionEnd', + MozTransition: 'transitionend', + OTransition: 'oTransitionEnd', + transition: 'transitionend' + } + }, + animation: { + end: { + WebkitAnimation: 'webkitAnimationEnd', + MozAnimation: 'animationend', + OAnimation: 'oAnimationEnd', + animation: 'animationend' + } + } + }, + tests = { + csstransforms: function() { + return !!test('transform'); + }, + csstransforms3d: function() { + return !!test('perspective'); + }, + csstransitions: function() { + return !!test('transition'); + }, + cssanimations: function() { + return !!test('animation'); + } + }; + + function test(property, prefixed) { + var result = false, + upper = property.charAt(0).toUpperCase() + property.slice(1); + + $.each((property + ' ' + prefixes.join(upper + ' ') + upper).split(' '), function(i, property) { + if (style[property] !== undefined) { + result = prefixed ? property : true; + return false; + } + }); + + return result; + } + + function prefixed(property) { + return test(property, true); + } + + if (tests.csstransitions()) { + /* jshint -W053 */ + $.support.transition = new String(prefixed('transition')) + $.support.transition.end = events.transition.end[ $.support.transition ]; + } + + if (tests.cssanimations()) { + /* jshint -W053 */ + $.support.animation = new String(prefixed('animation')) + $.support.animation.end = events.animation.end[ $.support.animation ]; + } + + if (tests.csstransforms()) { + /* jshint -W053 */ + $.support.transform = new String(prefixed('transform')); + $.support.transform3d = tests.csstransforms3d(); + } + +})(window.Zepto || window.jQuery, window, document); diff --git a/web/bundles/_X_app/js/parallax.js b/web/bundles/_X_app/js/parallax.js new file mode 100644 index 00000000..abb66081 --- /dev/null +++ b/web/bundles/_X_app/js/parallax.js @@ -0,0 +1,141 @@ +/* detect touch */ +if("ontouchstart" in window){ + document.documentElement.className = document.documentElement.className + " touch"; +} +if(!$("html").hasClass("touch")){ + /* background fix */ + $(".parallax").css("background-attachment", "fixed"); +} + +/* fix vertical when not overflow +call fullscreenFix() if .fullscreen content changes */ +function fullscreenFix(){ + var h = $('body').height(); + // set .fullscreen height + $(".content-b").each(function(i){ + if($(this).innerHeight() <= h){ + $(this).closest(".fullscreen").addClass("not-overflow"); + } + }); +} +$(window).resize(fullscreenFix); +fullscreenFix(); + +if($(".px-bullets")){ + + $('.px-bullet').on('click', function(){ + var image = 'url('+$(this).data('src')+')'; + $('.px-bullet').removeClass('px-bullet-selected'); + $(this).addClass('px-bullet-selected'); + $('.parallax').fadeTo('slow', 0.1, function() + { + $(this).css('background-image', image); + }).fadeTo('slow', 1); + //$('.parallax').css('background-image', image).fadeTo('slow', 1); + + }); + +} +/* resize background images */ +function backgroundResize(){ + var windowH = $(window).height(); + var windowW = $(window).width(); + $(".background").each(function(i){ + var path = $(this); + // variables + var contW = path.width(); + var contH = path.height(); + var imgW = path.attr("data-img-width"); + var imgH = path.attr("data-img-height"); + + var ratio = imgW / imgH; + + var ratio2 = imgH / imgW; + // overflowing difference + var diff = parseFloat(path.attr("data-diff")); + diff = diff ? diff : 0; + // remaining height to have fullscreen image only on parallax + var remainingH = 0; + var remainingW = 0; + if(path.hasClass("parallax") && !$("html").hasClass("touch")){ + + var maxW = contW > windowW ? contW : windowW + var maxH = contH > windowH ? contH : windowH; + remainingH = windowH - contH; + remainingW = windowW - contW; + } + + if(windowW > 1024){ + imgW = contW + remainingW; + imgH = imgW * ratio2; + }else{ + imgH = contH + remainingH; + imgW = imgH * ratio; + if(contW > imgW){ + imgW = contW; + imgH = imgW / ratio; + } + } + + + + // + path.data("resized-imgW", imgW); + path.data("resized-imgH", imgH); + path.css("background-size", imgW + "px " + imgH + "px"); + }); +} +$(window).resize(backgroundResize); +$(window).focus(backgroundResize); +backgroundResize(); + +/* set parallax background-position */ +function parallaxPosition(e){ + var heightWindow = $(window).height(); + var topWindow = $(window).scrollTop(); + var bottomWindow = topWindow + heightWindow; + var currentWindow = (topWindow + bottomWindow) / 2; + + $(".parallax").each(function(i){ + var path = $(this); + var height = path.height(); + var top = 150; //path.offset().top; + var bottom = top + height; + + + var diff = parseFloat(path.attr("data-diff")); + diff = diff ? diff : 0; + if(heightWindow < 1000){ + diff = 200; + } + + // only when in range + if(bottomWindow > top && topWindow < bottom){ + var imgW = path.data("resized-imgW"); + var imgH = path.data("resized-imgH"); + // min when image touch top of window + var min = 0; + // max when image touch bottom of window + var max = - imgH + heightWindow; + // overflow changes parallax + var overflowH = height < heightWindow ? imgH - height : imgH - heightWindow; // fix height on overflow + top = top - overflowH; + bottom = bottom + overflowH; + // value with linear interpolation + var value = min + (max - min) * (currentWindow + top) / (bottom + top); + + value = (value -diff); + // set background-position + var orizontalPosition = path.attr("data-oriz-pos"); + orizontalPosition = orizontalPosition ? orizontalPosition : "50%"; + $(this).css("background-position", orizontalPosition + " " + value + "px"); + } + }); +} +if(!$("html").hasClass("touch")){ + $(window).resize(parallaxPosition); + //$(window).focus(parallaxPosition); + $(window).scroll(parallaxPosition); + parallaxPosition(); +} + diff --git a/trunk/web/js/cdf7b2d.js b/web/bundles/_X_app/js/travelProgram.js similarity index 100% rename from trunk/web/js/cdf7b2d.js rename to web/bundles/_X_app/js/travelProgram.js diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_left.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_left.png new file mode 100644 index 00000000..d0e0f427 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_left.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_right.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_right.png new file mode 100644 index 00000000..c1c23e3e Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_large_right.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left.png new file mode 100644 index 00000000..b71957fa Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left2.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left2.png new file mode 100644 index 00000000..b5694484 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_left2.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right.png new file mode 100644 index 00000000..76f81f51 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right2.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right2.png new file mode 100644 index 00000000..c6a27262 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrow_right2.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrowleft.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrowleft.png new file mode 100644 index 00000000..2e7daf8e Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrowleft.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrowright.png b/web/bundles/_X_app/vendor/rs-plugin/assets/arrowright.png new file mode 100644 index 00000000..0702b883 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrowright.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/arrows.psd b/web/bundles/_X_app/vendor/rs-plugin/assets/arrows.psd new file mode 100644 index 00000000..ade2810a Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/arrows.psd differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/black50.png b/web/bundles/_X_app/vendor/rs-plugin/assets/black50.png new file mode 100644 index 00000000..01e9141d Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/black50.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/boxed_bgtile.png b/web/bundles/_X_app/vendor/rs-plugin/assets/boxed_bgtile.png new file mode 100644 index 00000000..7068133b Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/boxed_bgtile.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/bullet.png b/web/bundles/_X_app/vendor/rs-plugin/assets/bullet.png new file mode 100644 index 00000000..1203f8ad Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/bullet.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/bullet_boxed.png b/web/bundles/_X_app/vendor/rs-plugin/assets/bullet_boxed.png new file mode 100644 index 00000000..7e28118f Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/bullet_boxed.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.png b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.png new file mode 100644 index 00000000..eca59779 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.psd b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.psd new file mode 100644 index 00000000..181523b6 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets.psd differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/bullets2.png b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets2.png new file mode 100644 index 00000000..bf3c7f21 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/bullets2.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/coloredbg.png b/web/bundles/_X_app/vendor/rs-plugin/assets/coloredbg.png new file mode 100644 index 00000000..db75b7a1 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/coloredbg.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/grain.png b/web/bundles/_X_app/vendor/rs-plugin/assets/grain.png new file mode 100644 index 00000000..d892efe4 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/grain.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile.png b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile.png new file mode 100644 index 00000000..b07e3964 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3.png b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3.png new file mode 100644 index 00000000..6f2c31d5 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3_white.png b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3_white.png new file mode 100644 index 00000000..a8830fcb Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_3x3_white.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_white.png b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_white.png new file mode 100644 index 00000000..7f2599ef Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/gridtile_white.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/large_left.png b/web/bundles/_X_app/vendor/rs-plugin/assets/large_left.png new file mode 100644 index 00000000..896d084f Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/large_left.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/large_right.png b/web/bundles/_X_app/vendor/rs-plugin/assets/large_right.png new file mode 100644 index 00000000..43db6f67 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/large_right.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/loader.gif b/web/bundles/_X_app/vendor/rs-plugin/assets/loader.gif new file mode 100644 index 00000000..53dd589f Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/loader.gif differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/loader2.gif b/web/bundles/_X_app/vendor/rs-plugin/assets/loader2.gif new file mode 100644 index 00000000..4ec1dda3 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/loader2.gif differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots.png b/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots.png new file mode 100644 index 00000000..3c0ea2f5 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots_bgtile.png b/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots_bgtile.png new file mode 100644 index 00000000..84f1c287 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/navigdots_bgtile.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/shadow1.png b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow1.png new file mode 100644 index 00000000..55293a19 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow1.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/shadow2.png b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow2.png new file mode 100644 index 00000000..8d0f298b Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow2.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/shadow3.png b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow3.png new file mode 100644 index 00000000..2ceccf84 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/shadow3.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/small_arrows.psd b/web/bundles/_X_app/vendor/rs-plugin/assets/small_arrows.psd new file mode 100644 index 00000000..5a60813e Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/small_arrows.psd differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/small_left.png b/web/bundles/_X_app/vendor/rs-plugin/assets/small_left.png new file mode 100644 index 00000000..0fb36a64 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/small_left.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/small_left_boxed.png b/web/bundles/_X_app/vendor/rs-plugin/assets/small_left_boxed.png new file mode 100644 index 00000000..59cd3bc0 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/small_left_boxed.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/small_right.png b/web/bundles/_X_app/vendor/rs-plugin/assets/small_right.png new file mode 100644 index 00000000..b83563a4 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/small_right.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/small_right_boxed.png b/web/bundles/_X_app/vendor/rs-plugin/assets/small_right_boxed.png new file mode 100644 index 00000000..d89a0954 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/small_right_boxed.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/timer.png b/web/bundles/_X_app/vendor/rs-plugin/assets/timer.png new file mode 100644 index 00000000..8e2ee79a Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/timer.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/timerdot.png b/web/bundles/_X_app/vendor/rs-plugin/assets/timerdot.png new file mode 100644 index 00000000..0174d3d6 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/timerdot.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/transparent.jpg b/web/bundles/_X_app/vendor/rs-plugin/assets/transparent.jpg new file mode 100644 index 00000000..f0e511b2 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/transparent.jpg differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/assets/white50.png b/web/bundles/_X_app/vendor/rs-plugin/assets/white50.png new file mode 100644 index 00000000..32426051 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/assets/white50.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/css/settings-ie8.css b/web/bundles/_X_app/vendor/rs-plugin/css/settings-ie8.css new file mode 100644 index 00000000..e4cdf500 --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/css/settings-ie8.css @@ -0,0 +1,814 @@ +/*----------------------------------------------------------------------------- + + - Revolution Slider 1.5.3 - + + Screen Stylesheet + +version: 2.1 +date: 09/18/11 +last update: 06.12.2012 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + +/*----------------------------------------------------------------------------- + + - Revolution Slider 2.0 Captions - + + Screen Stylesheet + +version: 1.4.5 +date: 09/18/11 +last update: 06.12.2012 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + + +/************************* + - CAPTIONS - +**************************/ + +.tp-hide-revslider,.tp-caption.tp-hidden-caption { visibility:hidden !important; display:none !important;} + +.tp-caption { z-index:1;} +.tp-caption.big_white{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + padding: 3px 4px; + padding-top: 1px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#000; + letter-spacing: 0px; + } + +.tp-caption.big_orange{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 36px; + line-height: 36px; + font-family: Arial; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fb7354; + letter-spacing: -1.5px; + } + +.tp-caption.big_black{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fff; + letter-spacing: -1.5px; + } + +.tp-caption.medium_grey{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 20px; + line-height: 20px; + font-family: Arial; + padding: 2px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#888; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.small_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 14px; + line-height: 20px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.medium_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 300; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.large_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } +.tp-caption.large_black_text{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 42px; + line-height: 42px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + +.tp-caption.very_large_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 60px; + line-height: 60px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + letter-spacing: 0px; + } +.tp-caption.very_large_black_text{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 800; + font-size: 72px; + line-height: 72px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.bold_red_text{ + position: absolute; + color: #d31e00; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.bold_brown_text{ + position: absolute; + color: #a04606; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + .tp-caption.bold_green_text{ + position: absolute; + color: #5b9830; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + +.tp-caption.very_big_white{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 3px 4px; + padding-top: 1px; + background-color:#7e8e96; + } + +.tp-caption.very_big_black{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 700; + font-size: 60px; + line-height: 60px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 0px 4px; + padding-top: 1px; + background-color:#fff; + } + + +.tp-caption.modern_medium_fat{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 800; + font-size: 24px; + line-height: 20px; + font-family: 'Open Sans', sans-serif; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.modern_medium_fat_white{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 24px; + line-height: 20px; + font-family: 'Open Sans', sans-serif; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.modern_medium_light{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 24px; + line-height: 20px; + font-family: 'Open Sans', sans-serif; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.modern_big_bluebg{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 30px; + line-height: 36px; + font-family: 'Open Sans', sans-serif; + padding: 3px 10px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#4e5b6c; + letter-spacing: 0; + } +.tp-caption.modern_big_redbg{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 300; + font-size: 30px; + line-height: 36px; + font-family: 'Open Sans', sans-serif; + padding: 3px 10px; + padding-top: 1px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#de543e; + letter-spacing: 0; + } +.tp-caption.modern_small_text_dark{ + position: absolute; + color: #555; + text-shadow: none; + font-size: 14px; + line-height: 22px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + + + + + +.tp-caption.boxshadow{ + -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + } + +.tp-caption.black{ + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 19px; + line-height: 19px; + font-family: 'Open Sans', sans; + } + +.tp-caption.noshadow { + text-shadow: none; + } + +.tp-caption a { + color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; +} + +.tp-caption a:hover { + color: #ffa902; +} + + +.tp_inner_padding { box-sizing:border-box; + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + max-height:none !important; } + + +.tp-caption .frontcorner { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; + } + +.tp-caption .backcorner { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; + } + +.tp-caption .frontcornertop { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; + } + +.tp-caption .backcornertop { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; + } + + +/****************************** + - BUTTONS - +*******************************/ + +.button { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px; + cursor:pointer; + color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; + background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; + } + +.button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;} + + +.purchase:hover, +.button:hover, +.button.big:hover { background-position:bottom, 15px 11px;} + + + + @media only screen and (min-width: 768px) and (max-width: 959px) { + + } + + + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; } + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;} + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + } + + + + + +/* BUTTON COLORS */ + + + +.button.green, .button:hover.green, +.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } + + +.button.blue, .button:hover.blue, +.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68;} + + +.button.red, .button:hover.red, +.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212;} + +.button.orange, .button:hover.orange, +.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00;} + +.button.darkgrey,.button.grey, +.button:hover.darkgrey,.button:hover.grey, +.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222;} + +.button.lightgrey, .button:hover.lightgrey, +.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555;} + + + +/**************************************************************** + + - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID - + +******************************************************************/ + +.tp-simpleresponsive .slotholder *, +.tp-simpleresponsive img { -webkit-transform: translateZ(0); + -webkit-backface-visibility: hidden; + -webkit-perspective: 1000; + } + + +/************************************************ + - SOME CAPTION MODIFICATION AT START - +*************************************************/ +.tp-simpleresponsive .caption, +.tp-simpleresponsive .tp-caption { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; visibility: hidden; + +} + +.tp-simpleresponsive img { max-width:none;} + + + +/****************************** + - IE8 HACKS - +*******************************/ +.noFilterClass { + filter:none !important; +} + + +/****************************** + - SHADOWS - +******************************/ +.tp-bannershadow { + position:absolute; + + margin-left:auto; + margin-right:auto; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + } + +.tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px;} +.tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} +.tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} + + +/******************************** + - FULLSCREEN VIDEO - +*********************************/ +.caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} +.caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} + +.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} +.tp-caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} + +/************************ + - NAVIGATION - +*************************/ + +/** BULLETS **/ + +.tpclear { clear:both;} + + +.tp-bullets { z-index:1000; position:absolute; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; + } +.tp-bullets.hidebullets { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + -moz-opacity: 0; + -khtml-opacity: 0; + opacity: 0; + } + + +.tp-bullets.simplebullets.navbar { border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;} + +.tp-bullets.simplebullets.navbar-old { background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;} + + +.tp-bullets.simplebullets.round .bullet { cursor:pointer; position:relative; background:url(../assets/bullet.png) no-Repeat top left; width:20px; height:20px; margin-right:0px; float:left; margin-top:2px; margin-left:3px;} +.tp-bullets.simplebullets.round .bullet.last { margin-right:3px;} + +.tp-bullets.simplebullets.round-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets.png) no-Repeat bottom left; width:23px; height:23px; margin-right:0px; float:left; margin-top:0px;} +.tp-bullets.simplebullets.round-old .bullet.last { margin-right:0px;} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:2px;} +.tp-bullets.simplebullets.square .bullet.last { margin-right:0px;} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:2px;} +.tp-bullets.simplebullets.square-old .bullet.last { margin-right:0px;} + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar .bullet { cursor:pointer; position:relative; background:url(../assets/bullet_boxed.png) no-Repeat top left; width:18px; height:19px; margin-right:5px; float:left; margin-top:10px;} + +.tp-bullets.simplebullets.navbar .bullet.first { margin-left:0px !important;} +.tp-bullets.simplebullets.navbar .bullet.last { margin-right:0px !important;} + + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar-old .bullet { cursor:pointer; position:relative; background:url(../assets/navigdots.png) no-Repeat bottom left; width:15px; height:15px; margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;} +.tp-bullets.simplebullets.navbar-old .bullet.first { margin-left:0px !important;} +.tp-bullets.simplebullets.navbar-old .bullet.last { margin-right:0px !important;} + + +.tp-bullets.simplebullets .bullet:hover, +.tp-bullets.simplebullets .bullet.selected { background-position:top left; } + +.tp-bullets.simplebullets.round .bullet:hover, +.tp-bullets.simplebullets.round .bullet.selected, +.tp-bullets.simplebullets.navbar .bullet:hover, +.tp-bullets.simplebullets.navbar .bullet.selected { background-position:bottom left; } + + + +/************************************* + - TP ARROWS - +**************************************/ +.tparrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; + + } +.tparrows.hidearrows { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + -moz-opacity: 0; + -khtml-opacity: 0; + opacity: 0; + } +.tp-leftarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat top left; width:40px; height:40px; } +.tp-rightarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat top left; width:40px; height:40px; } + + +.tp-leftarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:0px; } +.tp-rightarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:0px;} + + +.tp-leftarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:0px; } +.tp-rightarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:0px;} + + +.tp-leftarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-right:6px; margin-top:12px;} +.tp-rightarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-left:6px; margin-top:12px;} + + +.tp-leftarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowleft.png) no-Repeat top left; width:9px; height:16px; float:left; margin-right:6px; margin-top:10px;} +.tp-rightarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowright.png) no-Repeat top left; width:9px; height:16px; float:left; margin-left:6px; margin-top:10px;} + +.tp-leftarrow.navbar-old.thumbswitharrow { margin-right:10px; } +.tp-rightarrow.navbar-old.thumbswitharrow { margin-left:0px; } + +.tp-leftarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:0px;} +.tp-rightarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:0px;} + + +.tp-leftarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:0px;} +.tp-rightarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:0px;} + + +.tp-leftarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat 0 0; width:40px; height:40px; + + } +.tp-rightarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat 0 0; width:40px; height:40px; + + } + + + + +.tp-leftarrow:hover, +.tp-rightarrow:hover { background-position:bottom left; } + + + + + + +/**************************************************************************************************** + - TP THUMBS - +***************************************************************************************************** + + - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) + + - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) + + *****************************************************************************************************/ + + +.tp-bullets.tp-thumbs { z-index:1000; position:absolute; padding:3px;background-color:#fff; + width:500px;height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + margin-top:-50px; + } + + +.fullwidthbanner-container .tp-thumbs { padding:3px;} + +.tp-bullets.tp-thumbs .tp-mask { width:500px; height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + overflow:hidden; position:relative;} + + +.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute;} + +.tp-bullets.tp-thumbs .bullet { width:100px; height:50px; /* THE DIMENSION OF A SINGLE THUMB */ + cursor:pointer; overflow:hidden;background:none;margin:0;float:left; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + /*filter: alpha(opacity=50); */ + -moz-opacity: 0.5; + -khtml-opacity: 0.5; + opacity: 0.5; + + -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; + } + + +.tp-bullets.tp-thumbs .bullet:hover, +.tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + } +.tp-thumbs img { width:100%; } + + +/************************************ + - TP BANNER TIMER - +*************************************/ +.tp-bannertimer { width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;top:0px;} +.tp-bannertimer.tp-bottom { bottom:0px;height:5px; top:auto;} + + + + +/*************************************** + - RESPONSIVE SETTINGS - +****************************************/ + + + @media only screen and (min-width: 768px) and (max-width: 959px) { + + } + + + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .responsive .tp-bullets.tp-thumbs { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .tp-mask { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .bullet { width:60px !important;height:30px !important;} + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .responsive .tp-bullets { display:none} + .responsive .tparrows { display:none;} + } + + + + + +/********************************************* + + - BASIC SETTINGS FOR THE BANNER - + +***********************************************/ + + .tp-simpleresponsive img { + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + + + +.tp-simpleresponsive a{ text-decoration:none;} + +.tp-simpleresponsive ul { + list-style:none; + padding:0; + margin:0; +} + +.tp-simpleresponsive >ul >li{ + list-stye:none; + position:absolute; + visibility:hidden; +} +/* CAPTION SLIDELINK **/ +.caption.slidelink a div, +.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat;} + +.tp-loader { background:url(../assets/loader.gif) no-repeat 10px 10px; background-color:#fff; margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + } + + +.tp-transparentimg { content:"url(../assets/transparent.png)"} +.tp-3d { -webkit-transform-style: preserve-3d; + -webkit-transform-origin: 50% 50%; + } + diff --git a/web/bundles/_X_app/vendor/rs-plugin/css/settings.css b/web/bundles/_X_app/vendor/rs-plugin/css/settings.css new file mode 100644 index 00000000..dc35fe30 --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/css/settings.css @@ -0,0 +1,2436 @@ +/*----------------------------------------------------------------------------- + + - Revolution Slider 4.1 Captions - + + Screen Stylesheet + +version: 1.4.5 +date: 27/11/13 +author: themepunch +email: info@themepunch.com +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + + +/************************* + - CAPTIONS - +**************************/ + +.tp-static-layers { position:absolute; z-index:505; top:0px;left:0px} + +.tp-hide-revslider,.tp-caption.tp-hidden-caption { visibility:hidden !important; display:none !important} + + +.tp-caption { z-index:1; white-space:nowrap} + +.tp-caption-demo .tp-caption { position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important} + + +.tp-caption.whitedivider3px { + + color: #000000; + text-shadow: none; + background-color: rgb(255, 255, 255); + background-color: rgba(255, 255, 255, 1); + text-decoration: none; + min-width: 408px; + min-height: 3px; + background-position: initial initial; + background-repeat: initial initial; + border-width: 0px; + border-color: #000000; + border-style: none; +} + + +.tp-caption.finewide_large_white { +color:#ffffff; +text-shadow:none; +font-size:60px; +line-height:60px; +font-weight:300; +font-family:"Open Sans", sans-serif; +background-color:transparent; +text-decoration:none; +text-transform:uppercase; +letter-spacing:8px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.whitedivider3px { +color:#000000; +text-shadow:none; +background-color:rgb(255, 255, 255); +background-color:rgba(255, 255, 255, 1); +text-decoration:none; +font-size:0px; +line-height:0; +min-width:468px; +min-height:3px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.finewide_medium_white { +color:#ffffff; +text-shadow:none; +font-size:37px; +line-height:37px; +font-weight:300; +font-family:"Open Sans", sans-serif; +background-color:transparent; +text-decoration:none; +text-transform:uppercase; +letter-spacing:5px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.boldwide_small_white { +font-size:25px; +line-height:25px; +font-weight:800; +font-family:"Open Sans", sans-serif; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:transparent; +text-shadow:none; +text-transform:uppercase; +letter-spacing:5px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.whitedivider3px_vertical { +color:#000000; +text-shadow:none; +background-color:rgb(255, 255, 255); +background-color:rgba(255, 255, 255, 1); +text-decoration:none; +font-size:0px; +line-height:0; +min-width:3px; +min-height:130px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.finewide_small_white { +color:#ffffff; +text-shadow:none; +font-size:25px; +line-height:25px; +font-weight:300; +font-family:"Open Sans", sans-serif; +background-color:transparent; +text-decoration:none; +text-transform:uppercase; +letter-spacing:5px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.finewide_verysmall_white_mw { +font-size:13px; +line-height:25px; +font-weight:400; +font-family:"Open Sans", sans-serif; +color:#ffffff; +text-decoration:none; +background-color:transparent; +text-shadow:none; +text-transform:uppercase; +letter-spacing:5px; +max-width:470px; +white-space:normal !important; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.lightgrey_divider { +text-decoration:none; +background-color:rgb(235, 235, 235); +background-color:rgba(235, 235, 235, 1); +width:370px; +height:3px; +background-position:initial initial; +background-repeat:initial initial; +border-width:0px; +border-color:rgb(34, 34, 34); +border-style:none; +} + +.tp-caption.finewide_large_white { +color: #FFF; +text-shadow: none; +font-size: 60px; +line-height: 60px; +font-weight: 300; +font-family: "Open Sans", sans-serif; +background-color: rgba(0, 0, 0, 0); +text-decoration: none; +text-transform: uppercase; +letter-spacing: 8px; +border-width: 0px; +border-color: #000; +border-style: none; +} + +.tp-caption.finewide_medium_white { +color: #FFF; +text-shadow: none; +font-size: 34px; +line-height: 34px; +font-weight: 300; +font-family: "Open Sans", sans-serif; +background-color: rgba(0, 0, 0, 0); +text-decoration: none; +text-transform: uppercase; +letter-spacing: 5px; +border-width: 0px; +border-color: #000; +border-style: none; +} + +.tp-caption.huge_red { +position:absolute; +color:rgb(223,75,107); +font-weight:400; +font-size:150px; +line-height:130px; +font-family: 'Oswald', sans-serif; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +background-color:rgb(45,49,54); +padding:0px; +} + +.tp-caption.middle_yellow { +position:absolute; +color:rgb(251,213,114); +font-weight:600; +font-size:50px; +line-height:50px; +font-family: 'Open Sans', sans-serif; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.huge_thin_yellow { + position:absolute; +color:rgb(251,213,114); +font-weight:300; +font-size:90px; +line-height:90px; +font-family: 'Open Sans', sans-serif; +margin:0px; +letter-spacing: 20px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.big_dark { +position:absolute; +color:#333; +font-weight:700; +font-size:70px; +line-height:70px; +font-family:"Open Sans"; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.medium_dark { +position:absolute; +color:#333; +font-weight:300; +font-size:40px; +line-height:40px; +font-family:"Open Sans"; +margin:0px; +letter-spacing: 5px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + + +.tp-caption.medium_grey { +position:absolute; +color:#fff; +text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); +font-weight:700; +font-size:20px; +line-height:20px; +font-family:Arial; +padding:2px 4px; +margin:0px; +border-width:0px; +border-style:none; +background-color:#888; +white-space:nowrap; +} + +.tp-caption.small_text { +position:absolute; +color:#fff; +text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); +font-weight:700; +font-size:14px; +line-height:20px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.medium_text { +position:absolute; +color:#fff; +text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); +font-weight:700; +font-size:20px; +line-height:20px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + + +.tp-caption.large_bold_white_25 { +font-size:55px; +line-height:65px; +font-weight:700; +font-family:"Open Sans"; +color:#fff; +text-decoration:none; +background-color:transparent; +text-align:center; +text-shadow:#000 0px 5px 10px; +border-width:0px; +border-color:rgb(255, 255, 255); +border-style:none; +} + +.tp-caption.medium_text_shadow { +font-size:25px; +line-height:25px; +font-weight:600; +font-family:"Open Sans"; +color:#fff; +text-decoration:none; +background-color:transparent; +text-align:center; +text-shadow:#000 0px 5px 10px; +border-width:0px; +border-color:rgb(255, 255, 255); +border-style:none; +} + +.tp-caption.large_text { +position:absolute; +color:#fff; +text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); +font-weight:700; +font-size:40px; +line-height:40px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.medium_bold_grey { +font-size:30px; +line-height:30px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(102, 102, 102); +text-decoration:none; +background-color:transparent; +text-shadow:none; +margin:0px; +padding:1px 4px 0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.very_large_text { +position:absolute; +color:#fff; +text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); +font-weight:700; +font-size:60px; +line-height:60px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +letter-spacing:-2px; +} + +.tp-caption.very_big_white { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:800; +font-size:60px; +line-height:60px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +padding:0px 4px; +padding-top:1px; +background-color:#000; +} + +.tp-caption.very_big_black { +position:absolute; +color:#000; +text-shadow:none; +font-weight:700; +font-size:60px; +line-height:60px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +padding:0px 4px; +padding-top:1px; +background-color:#fff; +} + +.tp-caption.modern_medium_fat { +position:absolute; +color:#000; +text-shadow:none; +font-weight:800; +font-size:24px; +line-height:20px; +font-family:"Open Sans", sans-serif; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.modern_medium_fat_white { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:800; +font-size:24px; +line-height:20px; +font-family:"Open Sans", sans-serif; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.modern_medium_light { +position:absolute; +color:#000; +text-shadow:none; +font-weight:300; +font-size:24px; +line-height:20px; +font-family:"Open Sans", sans-serif; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.modern_big_bluebg { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:800; +font-size:30px; +line-height:36px; +font-family:"Open Sans", sans-serif; +padding:3px 10px; +margin:0px; +border-width:0px; +border-style:none; +background-color:#4e5b6c; +letter-spacing:0; +} + +.tp-caption.modern_big_redbg { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:300; +font-size:30px; +line-height:36px; +font-family:"Open Sans", sans-serif; +padding:3px 10px; +padding-top:1px; +margin:0px; +border-width:0px; +border-style:none; +background-color:#de543e; +letter-spacing:0; +} + +.tp-caption.modern_small_text_dark { +position:absolute; +color:#555; +text-shadow:none; +font-size:14px; +line-height:22px; +font-family:Arial; +margin:0px; +border-width:0px; +border-style:none; +white-space:nowrap; +} + +.tp-caption.boxshadow { +-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5); +-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5); +box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5); +} + +.tp-caption.black { +color:#000; +text-shadow:none; +} + +.tp-caption.noshadow { +text-shadow:none; +} + +.tp-caption a { +color:#ff7302; +text-shadow:none; +-webkit-transition:all 0.2s ease-out; +-moz-transition:all 0.2s ease-out; +-o-transition:all 0.2s ease-out; +-ms-transition:all 0.2s ease-out; +} + +.tp-caption a:hover { +color:#ffa902; +} + +.tp-caption.thinheadline_dark { +position:absolute; +color:rgba(0,0,0,0.85); +text-shadow:none; +font-weight:300; +font-size:30px; +line-height:30px; +font-family:"Open Sans"; +background-color:transparent; +} + +.tp-caption.thintext_dark { +position:absolute; +color:rgba(0,0,0,0.85); +text-shadow:none; +font-weight:300; +font-size:16px; +line-height:26px; +font-family:"Open Sans"; +background-color:transparent; +} + +.tp-caption.medium_bg_red a { + color: #fff; + text-decoration: none; +} + +.tp-caption.medium_bg_red a:hover { + color: #fff; + text-decoration: underline; +} + +.tp-caption.smoothcircle { +font-size:30px; +line-height:75px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(0, 0, 0); +background-color:rgba(0, 0, 0, 0.498039); +padding:50px 25px; +text-align:center; +border-radius:500px 500px 500px 500px; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.largeblackbg { +font-size:50px; +line-height:70px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(0, 0, 0); +padding:0px 20px 5px; +text-shadow:none; +border-width:0px; +border-color:rgb(255, 255, 255); +border-style:none; +} + +.tp-caption.largepinkbg { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:300; +font-size:50px; +line-height:70px; +font-family:"Open Sans"; +background-color:#db4360; +padding:0px 20px; +-webkit-border-radius:0px; +-moz-border-radius:0px; +border-radius:0px; +} + +.tp-caption.largewhitebg { +position:absolute; +color:#000; +text-shadow:none; +font-weight:300; +font-size:50px; +line-height:70px; +font-family:"Open Sans"; +background-color:#fff; +padding:0px 20px; +-webkit-border-radius:0px; +-moz-border-radius:0px; +border-radius:0px; +} + +.tp-caption.largegreenbg { +position:absolute; +color:#fff; +text-shadow:none; +font-weight:300; +font-size:50px; +line-height:70px; +font-family:"Open Sans"; +background-color:#67ae73; +padding:0px 20px; +-webkit-border-radius:0px; +-moz-border-radius:0px; +border-radius:0px; +} + +.tp-caption.excerpt { +font-size:36px; +line-height:36px; +font-weight:700; +font-family:Arial; +color:#ffffff; +text-decoration:none; +background-color:rgba(0, 0, 0, 1); +text-shadow:none; +margin:0px; +letter-spacing:-1.5px; +padding:1px 4px 0px 4px; +width:150px; +white-space:normal !important; +height:auto; +border-width:0px; +border-color:rgb(255, 255, 255); +border-style:none; +} + +.tp-caption.large_bold_grey { +font-size:60px; +line-height:60px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(102, 102, 102); +text-decoration:none; +background-color:transparent; +text-shadow:none; +margin:0px; +padding:1px 4px 0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_thin_grey { +font-size:34px; +line-height:30px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(102, 102, 102); +text-decoration:none; +background-color:transparent; +padding:1px 4px 0px; +text-shadow:none; +margin:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.small_thin_grey { +font-size:18px; +line-height:26px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(117, 117, 117); +text-decoration:none; +background-color:transparent; +padding:1px 4px 0px; +text-shadow:none; +margin:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.lightgrey_divider { +text-decoration:none; +background-color:rgba(235, 235, 235, 1); +width:370px; +height:3px; +background-position:initial initial; +background-repeat:initial initial; +border-width:0px; +border-color:rgb(34, 34, 34); +border-style:none; +} + +.tp-caption.large_bold_darkblue { +font-size:58px; +line-height:60px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(52, 73, 94); +text-decoration:none; +background-color:transparent; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bg_darkblue { +font-size:20px; +line-height:20px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(52, 73, 94); +padding:10px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bold_red { +font-size:24px; +line-height:30px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(227, 58, 12); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_light_red { +font-size:21px; +line-height:26px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(227, 58, 12); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bg_red { +font-size:20px; +line-height:20px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(227, 58, 12); +padding:10px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bold_orange { +font-size:24px; +line-height:30px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(243, 156, 18); +text-decoration:none; +background-color:transparent; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bg_orange { +font-size:20px; +line-height:20px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(243, 156, 18); +padding:10px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.grassfloor { +text-decoration:none; +background-color:rgba(160, 179, 151, 1); +width:4000px; +height:150px; +border-width:0px; +border-color:rgb(34, 34, 34); +border-style:none; +} + +.tp-caption.large_bold_white { +font-size:58px; +line-height:60px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:transparent; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_light_white { +font-size:30px; +line-height:36px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.mediumlarge_light_white { +font-size:34px; +line-height:40px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.mediumlarge_light_white_center { +font-size:34px; +line-height:40px; +font-weight:300; +font-family:"Open Sans"; +color:#ffffff; +text-decoration:none; +background-color:transparent; +padding:0px 0px 0px 0px; +text-align:center; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_bg_asbestos { +font-size:20px; +line-height:20px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(127, 140, 141); +padding:10px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.medium_light_black { +font-size:30px; +line-height:36px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(0, 0, 0); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.large_bold_black { +font-size:58px; +line-height:60px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(0, 0, 0); +text-decoration:none; +background-color:transparent; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.mediumlarge_light_darkblue { +font-size:34px; +line-height:40px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(52, 73, 94); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.small_light_white { +font-size:17px; +line-height:28px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:transparent; +padding:0px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.roundedimage { +border-width:0px; +border-color:rgb(34, 34, 34); +border-style:none; +} + +.tp-caption.large_bg_black { +font-size:40px; +line-height:40px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(0, 0, 0); +padding:10px 20px 15px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + +.tp-caption.mediumwhitebg { +font-size:30px; +line-height:30px; +font-weight:300; +font-family:"Open Sans"; +color:rgb(0, 0, 0); +text-decoration:none; +background-color:rgb(255, 255, 255); +padding:5px 15px 10px; +text-shadow:none; +border-width:0px; +border-color:rgb(0, 0, 0); +border-style:none; +} + +.tp-caption.medium_bg_orange_new1 { +font-size:20px; +line-height:20px; +font-weight:800; +font-family:"Open Sans"; +color:rgb(255, 255, 255); +text-decoration:none; +background-color:rgb(243, 156, 18); +padding:10px; +border-width:0px; +border-color:rgb(255, 214, 88); +border-style:none; +} + + + +.tp-caption.boxshadow{ + -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + } + +.tp-caption.black{ + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 19px; + line-height: 19px; + font-family: 'Open Sans', sans; + } + +.tp-caption.noshadow { + text-shadow: none; + } + + +.tp_inner_padding { box-sizing:border-box; + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + max-height:none !important; } + + +/*.tp-caption { transform:none !important}*/ + + +/********************************* + - SPECIAL TP CAPTIONS - +**********************************/ +.tp-caption .frontcorner { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; + } + +.tp-caption .backcorner { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; + } + +.tp-caption .frontcornertop { + width: 0; + height: 0; + border-left: 40px solid transparent; + border-right: 0px solid transparent; + border-bottom: 40px solid #00A8FF; + position: absolute;left:-40px;top:0px; + } + +.tp-caption .backcornertop { + width: 0; + height: 0; + border-left: 0px solid transparent; + border-right: 40px solid transparent; + border-top: 40px solid #00A8FF; + position: absolute;right:0px;top:0px; + } + + +/*********************************************** + - SPECIAL ALTERNATIVE IMAGE SETTINGS - +***********************************************/ + +img.tp-slider-alternative-image { width:100%; height:auto;} + +/****************************** + - BUTTONS - +*******************************/ + +.tp-simpleresponsive .button { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px; + cursor:pointer; + color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; + background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; + } + +.tp-simpleresponsive .button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top} + + +.tp-simpleresponsive .purchase:hover, +.tp-simpleresponsive .button:hover, +.tp-simpleresponsive .button.big:hover { background-position:bottom, 15px 11px} + + + + @media only screen and (min-width: 768px) and (max-width: 959px) { + + } + + + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .tp-simpleresponsive .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; } + .tp-simpleresponsive a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .tp-simpleresponsive .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important} + .tp-simpleresponsive a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + } + + + + + +/* BUTTON COLORS */ + + + +.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green, +.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } + + +.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue, +.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} + + +.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red, +.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} + +.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange, +.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} + +.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, +.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey, +.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} + +.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey, +.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} + + + +/**************************************************************** + + - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID - + +******************************************************************/ + +/*.tp-simpleresponsive { -webkit-perspective: 1500px; + -moz-perspective: 1500px; + -o-perspective: 1500px; + -ms-perspective: 1500px; + perspective: 1500px; + }*/ + + + + +/********************************************** + - FULLSCREEN AND FULLWIDHT CONTAINERS - +**********************************************/ + +.fullscreen-container { + width:100%; + position:relative; + padding:0; +} + + + +.fullwidthbanner-container{ + width:100%; + position:relative; + padding:0; + overflow:hidden; +} + +.fullwidthbanner-container .fullwidthbanner{ + width:100%; + position:relative; +} + + + +/************************************************ + - SOME CAPTION MODIFICATION AT START - +*************************************************/ +.tp-simpleresponsive .caption, +.tp-simpleresponsive .tp-caption { + /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; */ + position:absolute;visibility: hidden; + -webkit-font-smoothing: antialiased !important; +} + + +.tp-simpleresponsive img { max-width:none} + + + +/****************************** + - IE8 HACKS - +*******************************/ +.noFilterClass { + filter:none !important; +} + + +/****************************** + - SHADOWS - +******************************/ +.tp-bannershadow { + position:absolute; + + margin-left:auto; + margin-right:auto; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + } + +.tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px} +.tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px} +.tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px} + + +/******************************** + - FULLSCREEN VIDEO - +*********************************/ +.caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} +.caption.fullscreenvideo iframe, +.caption.fullscreenvideo video { width:100% !important; height:100% !important; display: none} + +.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} + + +.tp-caption.fullscreenvideo iframe, +.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} + + +.fullcoveredvideo video, +.fullscreenvideo video { background: #000} + +.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} + +.html5vid.videoisplaying .tp-poster { display: none} + +.tp-video-play-button { background:#000; + background:rgba(0,0,0,0.3); + padding:5px; + border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; + position: absolute; + top: 50%; + left: 50%; + font-size: 40px; + color: #FFF; + z-index: 3; + margin-top: -27px; + margin-left: -28px; + text-align: center; + cursor: pointer; + } + +.html5vid .tp-revstop { width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} +.html5vid .tp-revstop { display:none} +.html5vid.videoisplaying .revicon-right-dir { display:none} +.html5vid.videoisplaying .tp-revstop { display:block} + +.html5vid.videoisplaying .tp-video-play-button { display:none} +.html5vid:hover .tp-video-play-button { display:block} + +.fullcoveredvideo .tp-video-play-button { display:none !important} + +.tp-video-controls { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 5px; + opacity: 0; + -webkit-transition: opacity .3s; + -moz-transition: opacity .3s; + -o-transition: opacity .3s; + -ms-transition: opacity .3s; + transition: opacity .3s; + background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); + + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.13, rgb(0,0,0)), + color-stop(1, rgb(50,50,50)) + ); + + display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; +} + +.tp-caption:hover .tp-video-controls { + opacity: .9; +} + +.tp-video-button { + background: rgba(0,0,0,.5); + border: 0; + color: #EEE; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + cursor:pointer; + line-height:12px; + font-size:12px; + color:#fff; + padding:0px; + margin:0px; + outline: none; + } +.tp-video-button:hover { + cursor: pointer; +} + + +.tp-video-button-wrap, +.tp-video-seek-bar-wrap, +.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; } + +.tp-video-seek-bar-wrap { width:80%} +.tp-video-vol-bar-wrap { width:20%} + +.tp-volume-bar, +.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} + + +/******************************** + - FULLSCREEN VIDEO ENDS - +*********************************/ + + +/******************************** + - DOTTED OVERLAYS - +*********************************/ +.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4} +.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} +.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} +.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} +.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} +/******************************** + - DOTTED OVERLAYS ENDS - +*********************************/ + + +/************************ + - NAVIGATION - +*************************/ + +/** BULLETS **/ + +.tpclear { clear:both} + + +.tp-bullets { z-index:1000; position:absolute; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px); + } +.tp-bullets.hidebullets { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + -moz-opacity: 0; + -khtml-opacity: 0; + opacity: 0; + } + + +.tp-bullets.simplebullets.navbar { border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px } + +.tp-bullets.simplebullets.navbar-old { background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px } + + +.tp-bullets.simplebullets.round .bullet { cursor:pointer; position:relative; background:url(../assets/bullet.png) no-Repeat top left; width:20px; height:20px; margin-right:0px; float:left; margin-top:0px; margin-left:3px} +.tp-bullets.simplebullets.round .bullet.last { margin-right:3px} + +.tp-bullets.simplebullets.round-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets.png) no-Repeat bottom left; width:23px; height:23px; margin-right:0px; float:left; margin-top:0px} +.tp-bullets.simplebullets.round-old .bullet.last { margin-right:0px} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:0px} +.tp-bullets.simplebullets.square .bullet.last { margin-right:0px} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:0px} +.tp-bullets.simplebullets.square-old .bullet.last { margin-right:0px} + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar .bullet { cursor:pointer; position:relative; background:url(../assets/bullet_boxed.png) no-Repeat top left; width:18px; height:19px; margin-right:5px; float:left; margin-top:0px} + +.tp-bullets.simplebullets.navbar .bullet.first { margin-left:0px !important} +.tp-bullets.simplebullets.navbar .bullet.last { margin-right:0px !important} + + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar-old .bullet { cursor:pointer; position:relative; background:url(../assets/navigdots.png) no-Repeat bottom left; width:15px; height:15px; margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px} +.tp-bullets.simplebullets.navbar-old .bullet.first { margin-left:0px !important} +.tp-bullets.simplebullets.navbar-old .bullet.last { margin-right:0px !important} + + +.tp-bullets.simplebullets .bullet:hover, +.tp-bullets.simplebullets .bullet.selected { background-position:top left} + +.tp-bullets.simplebullets.round .bullet:hover, +.tp-bullets.simplebullets.round .bullet.selected, +.tp-bullets.simplebullets.navbar .bullet:hover, +.tp-bullets.simplebullets.navbar .bullet.selected { background-position:bottom left} + + + +/************************************* + - TP ARROWS - +**************************************/ +.tparrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; + -webkit-transform: translateZ(5000px); + -webkit-transform-style: flat; + -webkit-backface-visibility: hidden; + z-index:600; + position: relative; + + } +.tparrows.hidearrows { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + -moz-opacity: 0; + -khtml-opacity: 0; + opacity: 0; + } +.tp-leftarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat top left; width:40px; height:40px; } +.tp-rightarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat top left; width:40px; height:40px; } + + +.tp-leftarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:0px; } +.tp-rightarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:0px} + + +.tp-leftarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:0px; } +.tp-rightarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:0px} + + +.tp-leftarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-right:6px; margin-top:12px} +.tp-rightarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-left:6px; margin-top:12px} + + +.tp-leftarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowleft.png) no-Repeat top left; width:9px; height:16px; float:left; margin-right:6px; margin-top:10px} +.tp-rightarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowright.png) no-Repeat top left; width:9px; height:16px; float:left; margin-left:6px; margin-top:10px} + +.tp-leftarrow.navbar-old.thumbswitharrow { margin-right:10px} +.tp-rightarrow.navbar-old.thumbswitharrow { margin-left:0px} + +.tp-leftarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:0px} +.tp-rightarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:0px} + + +.tp-leftarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:0px} +.tp-rightarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:0px} + + +.tp-leftarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat 0 0; width:40px; height:40px; + + } +.tp-rightarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat 0 0; width:40px; height:40px; + + } + + + + +.tp-leftarrow:hover, +.tp-rightarrow:hover { background-position:bottom left} + + + + + + +/**************************************************************************************************** + - TP THUMBS - +***************************************************************************************************** + + - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) + + - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) + + *****************************************************************************************************/ + + +.tp-bullets.tp-thumbs { z-index:1000; position:absolute; padding:3px;background-color:#fff; + width:500px;height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + margin-top:-50px; + } + + +.fullwidthbanner-container .tp-thumbs { padding:3px} + +.tp-bullets.tp-thumbs .tp-mask { width:500px; height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + overflow:hidden; position:relative} + + +.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute} + +.tp-bullets.tp-thumbs .bullet { width:100px; height:50px; /* THE DIMENSION OF A SINGLE THUMB */ + cursor:pointer; overflow:hidden;background:none;margin:0;float:left; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + /*filter: alpha(opacity=50); */ + -moz-opacity: 0.5; + -khtml-opacity: 0.5; + opacity: 0.5; + + -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; + } + + +.tp-bullets.tp-thumbs .bullet:hover, +.tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + } +.tp-thumbs img { width:100%} + + +/************************************ + - TP BANNER TIMER - +*************************************/ +.tp-bannertimer { width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;top:0px} +.tp-bannertimer.tp-bottom { bottom:0px;height:5px; top:auto} + + + + +/*************************************** + - RESPONSIVE SETTINGS - +****************************************/ + + + + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .responsive .tp-bullets { display:none} + .responsive .tparrows { display:none} + } + + + + + +/********************************************* + + - BASIC SETTINGS FOR THE BANNER - + +***********************************************/ + + .tp-simpleresponsive img { + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + + + +.tp-simpleresponsive a{ text-decoration:none} + +.tp-simpleresponsive ul, +.tp-simpleresponsive ul li, +.tp-simpleresponsive ul li:before { + list-style:none; + padding:0 !important; + margin:0 !important; + list-style:none !important; + overflow-x: visible; + overflow-y: visible; + background-image:none +} + + +.tp-simpleresponsive >ul >li{ + list-style:none; + position:absolute; + visibility:hidden +} + +/* CAPTION SLIDELINK **/ +.caption.slidelink a div, +.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} + +.tp-caption.slidelink a span { background:url(../assets/coloredbg.png) repeat} + + + +/***************************************** + - NAVIGATION FANCY EXAMPLES - +*****************************************/ + +.tparrows .tp-arr-imgholder { display: none} +.tparrows .tp-arr-titleholder { display: none} + + + +/***************************************** + - NAVIGATION FANCY EXAMPLES - +*****************************************/ + +/* NAVIGATION PREVIEW 1 */ +.tparrows.preview1 { width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent} +.tparrows.preview1:after { position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s} +.tp-rightarrow.preview1:after { content: '\e825'; } +.tp-leftarrow.preview1:after { content: '\e824'; } + +.tparrows.preview1:hover:after { background:rgba(255,255,255,1); color:#aaa} + +.tparrows.preview1 .tp-arr-imgholder { background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + } +.tparrows.preview1 .tp-arr-iwrapper { -webkit-transition: all 0.3s;transition: all 0.3s; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0} +.tparrows.preview1:hover .tp-arr-iwrapper { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1} + + +.tp-rightarrow.preview1 .tp-arr-imgholder { right:100%; + -webkit-transform: rotateY(-90deg); + transform: rotateY(-90deg); + -webkit-transform-origin: 100% 50%; + transform-origin: 100% 50%; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0; + + + + } +.tp-leftarrow.preview1 .tp-arr-imgholder { left:100%; + -webkit-transform: rotateY(90deg); + transform: rotateY(90deg); + -webkit-transform-origin: 0% 50%; + transform-origin: 0% 50%; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0; + + + + } + + +.tparrows.preview1:hover .tp-arr-imgholder { -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; + + } + + + @media only screen and (min-width: 768px) and (max-width: 979px) { + .tparrows.preview1, + .tparrows.preview1:after { width:80px; height:80px;line-height:80px; font-size:24px} + + } + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .tparrows.preview1, + .tparrows.preview1:after { width:60px; height:60px;line-height:60px;font-size:20px} + + } + + + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .tparrows.preview1, + .tparrows.preview1:after { width:40px; height:40px;line-height:40px; font-size:12px} + } + +/* PREVIEW 1 BULLETS */ + +.tp-bullets.preview1 { height: 21px} +.tp-bullets.preview1 .bullet { cursor: pointer; + position: relative !important; + background: rgba(0, 0, 0, 0.15) !important; + /*-webkit-border-radius: 10px; + border-radius: 10px;*/ + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + width: 5px !important; + height: 5px !important; + border: 8px solid rgba(0, 0, 0, 0) !important; + display: inline-block; + margin-right: 5px !important; + margin-bottom: 0px !important; + -webkit-transition: background-color 0.2s, border-color 0.2s; + -moz-transition: background-color 0.2s, border-color 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s; + -ms-transition: background-color 0.2s, border-color 0.2s; + transition: background-color 0.2s, border-color 0.2s; + float:none !important; + box-sizing:content-box; + -moz-box-sizing:content-box; + -webkit-box-sizing:content-box; +} +.tp-bullets.preview1 .bullet.last { margin-right: 0px} +.tp-bullets.preview1 .bullet:hover, +.tp-bullets.preview1 .bullet.selected { -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background: #aaa !important; + width: 5px !important; + height: 5px !important; + border: 8px solid rgba(255, 255, 255, 1) !important; +} + + + + +/* NAVIGATION PREVIEW 2 */ +.tparrows.preview2 { min-width:60px; min-height:60px; background:#fff; ; + + border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px; + overflow:hidden; + -webkit-transition: -webkit-transform 1.3s; + -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s; + transition: width 0.3s, background-color 0.3s, opacity 0.3s; + backface-visibility: hidden; +} +.tparrows.preview2:after { position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s } +.tp-rightarrow.preview2:after { content: '\e81e'; right:18px} +.tp-leftarrow.preview2:after { content: '\e81f'; left:18px} + + +.tparrows.preview2 .tp-arr-titleholder { background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px; + -webkit-transition: -webkit-transform 0.3s; + transition: transform 0.3s; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + white-space: nowrap; + color: #000; + text-transform: uppercase; + font-weight: 400; + font-size: 14px; + line-height: 60px; + padding:0px 10px; + } + +.tp-rightarrow.preview2 .tp-arr-titleholder { right:50px; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + } +.tp-leftarrow.preview2 .tp-arr-titleholder { left:50px; + -webkit-transform: translateX(100%); + transform: translateX(100%); + } + +.tparrows.preview2.hovered { width:300px} +.tparrows.preview2:hover { background:#fff} +.tparrows.preview2:hover:after { color:#000} +.tparrows.preview2:hover .tp-arr-titleholder{ -webkit-transform: translateX(0px); + transform: translateX(0px); + visibility: visible; + position: absolute; + } + +/* PREVIEW 2 BULLETS */ + +.tp-bullets.preview2 { height: 17px} +.tp-bullets.preview2 .bullet { cursor: pointer; + position: relative !important; + background: rgba(0, 0, 0, 0.5) !important; + -webkit-border-radius: 10px; + border-radius: 10px; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 0) !important; + display: inline-block; + margin-right: 2px !important; + margin-bottom: 0px !important; + -webkit-transition: background-color 0.2s, border-color 0.2s; + -moz-transition: background-color 0.2s, border-color 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s; + -ms-transition: background-color 0.2s, border-color 0.2s; + transition: background-color 0.2s, border-color 0.2s; + float:none !important; + box-sizing:content-box; + -moz-box-sizing:content-box; + -webkit-box-sizing:content-box; +} +.tp-bullets.preview2 .bullet.last { margin-right: 0px} +.tp-bullets.preview2 .bullet:hover, +.tp-bullets.preview2 .bullet.selected { -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background: rgba(255, 255, 255, 1) !important; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 1) !important; +} + +.tp-arr-titleholder.alwayshidden { display:none !important} + + + @media only screen and (min-width: 768px) and (max-width: 979px) { + .tparrows.preview2 { min-width:40px; min-height:40px; width:40px;height:40px; + border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px; + } + .tparrows.preview2:after { position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px} + .tp-rightarrow.preview2:after { content: '\e81e'; right:11px} + .tp-leftarrow.preview2:after { content: '\e81f'; left:11px} + .tparrows.preview2 .tp-arr-titleholder { font-size:12px; line-height:40px; letter-spacing: 0px} + .tp-rightarrow.preview2 .tp-arr-titleholder { right:35px} + .tp-leftarrow.preview2 .tp-arr-titleholder { left:35px} + + } + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .tparrows.preview2 { min-width:30px; min-height:30px; width:30px;height:30px; + border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px; + } + .tparrows.preview2:after { position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px} + .tp-rightarrow.preview2:after { content: '\e81e'; right:8px} + .tp-leftarrow.preview2:after { content: '\e81f'; left:8px} + .tparrows.preview2 .tp-arr-titleholder { font-size:10px; line-height:30px; letter-spacing: 0px} + .tp-rightarrow.preview2 .tp-arr-titleholder { right:25px} + .tp-leftarrow.preview2 .tp-arr-titleholder { left:25px} + .tparrows.preview2 .tp-arr-titleholder { display:none;visibility:none} + + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .tparrows.preview2 { min-width:30px; min-height:30px; width:30px;height:30px; + border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px; + } + .tparrows.preview2:after { position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px} + .tp-rightarrow.preview2:after { content: '\e81e'; right:8px} + .tp-leftarrow.preview2:after { content: '\e81f'; left:8px} + .tparrows.preview2 .tp-arr-titleholder { display:none;visibility:none} + .tparrows.preview2:hover { width:30px !important; height:30px !important} + } + + + +/* NAVIGATION PREVIEW 3 */ +.tparrows.preview3 { width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat} +.tparrows.preview3:after { position:absolute; line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s} +.tparrows.preview3:hover:after { color:#000} +.tp-rightarrow.preview3:after { content: '\e825'; } +.tp-leftarrow.preview3:after { content: '\e824'; } + + +.tparrows.preview3 .tp-arr-iwrapper { + -webkit-transform: scale(0,1); + transform: scale(0,1); + -webkit-transform-origin: 100% 50%; + transform-origin: 100% 50%; + -webkit-transition: -webkit-transform 0.2s; + transition: transform 0.2s; + z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75); + display: table;min-height:90px;top:-10px} + +.tp-leftarrow.preview3 .tp-arr-iwrapper { -webkit-transform: scale(0,1); + transform: scale(0,1); + -webkit-transform-origin: 0% 50%; + transform-origin: 0% 50%; + } + +.tparrows.preview3 .tp-arr-imgholder { display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px; + position:relative;top:0px} + +.tp-rightarrow.preview3 .tp-arr-iwrapper { right:0px;padding-right:70px} +.tp-leftarrow.preview3 .tp-arr-iwrapper { left:0px; direction: rtl;padding-left:70px} +.tparrows.preview3 .tp-arr-titleholder { display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle} + +.tparrows.preview3:hover .tp-arr-iwrapper { + -webkit-transform: scale(1,1); + transform: scale(1,1); + + } + +/* PREVIEW 3 BULLETS */ +.tp-bullets.preview3 { height: 17px} +.tp-bullets.preview3 .bullet { cursor: pointer; + position: relative !important; + background: rgba(0, 0, 0, 0.5) !important; + -webkit-border-radius: 10px; + border-radius: 10px; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 0) !important; + display: inline-block; + margin-right: 2px !important; + margin-bottom: 0px !important; + -webkit-transition: background-color 0.2s, border-color 0.2s; + -moz-transition: background-color 0.2s, border-color 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s; + -ms-transition: background-color 0.2s, border-color 0.2s; + transition: background-color 0.2s, border-color 0.2s; + float:none !important; + box-sizing:content-box; + -moz-box-sizing:content-box; + -webkit-box-sizing:content-box; +} +.tp-bullets.preview3 .bullet.last { margin-right: 0px} +.tp-bullets.preview3 .bullet:hover, +.tp-bullets.preview3 .bullet.selected { -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background: rgba(255, 255, 255, 1) !important; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 1) !important; +} + + + @media only screen and (min-width: 768px) and (max-width: 979px) { + .tparrows.preview3:after, + .tparrows.preview3 { width:50px; height:50px; line-height:50px;font-size:20px} + .tparrows.preview3 .tp-arr-iwrapper { min-height:70px} + .tparrows.preview3 .tp-arr-imgholder { min-width:70px;height:70px} + .tp-rightarrow.preview3 .tp-arr-iwrapper { padding-right:50px} + .tp-leftarrow.preview3 .tp-arr-iwrapper { padding-left:50px} + .tparrows.preview3 .tp-arr-titleholder { padding:10px;font-size:16px} + + + + } + + @media only screen and (max-width: 767px) { + + .tparrows.preview3:after, + .tparrows.preview3 { width:50px; height:50px; line-height:50px;font-size:20px} + .tparrows.preview3 .tp-arr-iwrapper { min-height:70px} + } + + + + + +/* NAVIGATION PREVIEW 4 */ +.tparrows.preview4 { width:30px; height:110px; background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000} +.tparrows.preview4:after { position:absolute; line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25); + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; + + } + +.tp-rightarrow.preview4:after { content: '\e825'; } +.tp-leftarrow.preview4:after { content: '\e824'; } + + +.tparrows.preview4 .tp-arr-allwrapper { visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat} + +.tp-leftarrow.preview4 .tp-arr-allwrapper { left:0px} +.tparrows.preview4 .tp-arr-iwrapper { position: relative} + +.tparrows.preview4 .tp-arr-imgholder { display:block;background-size:cover; background-position:center center;width:180px;height:110px; + position:relative;top:0px; + + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + + + + } + + +.tparrows.preview4 .tp-arr-imgholder2 { display:block;background-size:cover; background-position:center center; width:180px;height:110px; + position:absolute;top:0px; left:180px; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + + } + +.tp-leftarrow.preview4 .tp-arr-imgholder2 { left:-180px} + + + + +.tparrows.preview4 .tp-arr-titleholder { display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative; + background: #000; + color: #FFF; + text-transform: uppercase; + white-space: nowrap; + letter-spacing: 1px; + font-weight: 700; + font-size: 11px; + line-height: 2.75; + -webkit-transition: all 0.3s; + transition: all 0.3s; + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0; + + +} + + + +.tparrows.preview4:after { transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%} +.tp-leftarrow.preview4:after { transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%} + + + + +@media only screen and (min-width: 768px) { + .tparrows.preview4:hover:after { -webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)} + .tp-leftarrow.preview4:hover:after { -webkit-transform: rotateY(90deg); transform:rotateY(90deg)} + + + .tparrows.preview4:hover .tp-arr-titleholder { -webkit-transition-delay: 0.4s; + transition-delay: 0.4s; + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; + + } +} + +/* PREVIEW 4 BULLETS */ + +.tp-bullets.preview4 { height: 17px} +.tp-bullets.preview4 .bullet { cursor: pointer; + position: relative !important; + background: rgba(0, 0, 0, 0.5) !important; + -webkit-border-radius: 10px; + border-radius: 10px; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 0) !important; + display: inline-block; + margin-right: 2px !important; + margin-bottom: 0px !important; + -webkit-transition: background-color 0.2s, border-color 0.2s; + -moz-transition: background-color 0.2s, border-color 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s; + -ms-transition: background-color 0.2s, border-color 0.2s; + transition: background-color 0.2s, border-color 0.2s; + float:none !important; + box-sizing:content-box; + -moz-box-sizing:content-box; + -webkit-box-sizing:content-box; +} +.tp-bullets.preview4 .bullet.last { margin-right: 0px} +.tp-bullets.preview4 .bullet:hover, +.tp-bullets.preview4 .bullet.selected { -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background: rgba(255, 255, 255, 1) !important; + width: 6px !important; + height: 6px !important; + border: 5px solid rgba(0, 0, 0, 1) !important; +} + + + @media only screen and (max-width: 767px) { + .tparrows.preview4 { width:20px; height:80px} + .tparrows.preview4:after { width:20px; height:80px; line-height:80px; font-size:14px} + + .tparrows.preview1 .tp-arr-allwrapper, + .tparrows.preview2 .tp-arr-allwrapper, + .tparrows.preview3 .tp-arr-allwrapper, + .tparrows.preview4 .tp-arr-allwrapper { display: none !important} + } + + + +/****************************** + - LOADER FORMS - +********************************/ + +.tp-loader { + top:50%; left:50%; + z-index:10000; + position:absolute; + + + } + +.tp-loader.spinner0 { + width: 40px; + height: 40px; + background:url(../assets/loader.gif) no-repeat center center; + background-color: #fff; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + margin-top:-20px; + margin-left:-20px; + -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; + animation: tp-rotateplane 1.2s infinite ease-in-out; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + + +.tp-loader.spinner1 { + width: 40px; + height: 40px; + background-color: #fff; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + margin-top:-20px; + margin-left:-20px; + -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; + animation: tp-rotateplane 1.2s infinite ease-in-out; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + + + +.tp-loader.spinner5 { background:url(../assets/loader.gif) no-repeat 10px 10px; + background-color:#fff; + margin:-22px -22px; + width:44px;height:44px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + } + + +@-webkit-keyframes tp-rotateplane { + 0% { -webkit-transform: perspective(120px) } + 50% { -webkit-transform: perspective(120px) rotateY(180deg) } + 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } +} + +@keyframes tp-rotateplane { + 0% { + transform: perspective(120px) rotateX(0deg) rotateY(0deg); + -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) + } 50% { + transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); + -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) + } 100% { + transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); + -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); + } +} + + +.tp-loader.spinner2 { + width: 40px; + height: 40px; + margin-top:-20px;margin-left:-20px; + background-color: #ff0000; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + border-radius: 100%; + -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; + animation: tp-scaleout 1.0s infinite ease-in-out; +} + +@-webkit-keyframes tp-scaleout { + 0% { -webkit-transform: scale(0.0) } + 100% { + -webkit-transform: scale(1.0); + opacity: 0; + } +} + +@keyframes tp-scaleout { + 0% { + transform: scale(0.0); + -webkit-transform: scale(0.0); + } 100% { + transform: scale(1.0); + -webkit-transform: scale(1.0); + opacity: 0; + } +} + + + + +.tp-loader.spinner3 { + margin: -9px 0px 0px -35px; + width: 70px; + text-align: center; + +} + +.tp-loader.spinner3 .bounce1, +.tp-loader.spinner3 .bounce2, +.tp-loader.spinner3 .bounce3 { + width: 18px; + height: 18px; + background-color: #fff; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + border-radius: 100%; + display: inline-block; + -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; + animation: tp-bouncedelay 1.4s infinite ease-in-out; + /* Prevent first frame from flickering when animation starts */ + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.tp-loader.spinner3 .bounce1 { + -webkit-animation-delay: -0.32s; + animation-delay: -0.32s; +} + +.tp-loader.spinner3 .bounce2 { + -webkit-animation-delay: -0.16s; + animation-delay: -0.16s; +} + +@-webkit-keyframes tp-bouncedelay { + 0%, 80%, 100% { -webkit-transform: scale(0.0) } + 40% { -webkit-transform: scale(1.0) } +} + +@keyframes tp-bouncedelay { + 0%, 80%, 100% { + transform: scale(0.0); + -webkit-transform: scale(0.0); + } 40% { + transform: scale(1.0); + -webkit-transform: scale(1.0); + } +} + + + + +.tp-loader.spinner4 { + margin: -20px 0px 0px -20px; + width: 40px; + height: 40px; + text-align: center; + -webkit-animation: tp-rotate 2.0s infinite linear; + animation: tp-rotate 2.0s infinite linear; +} + +.tp-loader.spinner4 .dot1, +.tp-loader.spinner4 .dot2 { + width: 60%; + height: 60%; + display: inline-block; + position: absolute; + top: 0; + background-color: #fff; + border-radius: 100%; + -webkit-animation: tp-bounce 2.0s infinite ease-in-out; + animation: tp-bounce 2.0s infinite ease-in-out; + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); +} + +.tp-loader.spinner4 .dot2 { + top: auto; + bottom: 0px; + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; +} + +@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} +@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} + +@-webkit-keyframes tp-bounce { + 0%, 100% { -webkit-transform: scale(0.0) } + 50% { -webkit-transform: scale(1.0) } +} + +@keyframes tp-bounce { + 0%, 100% { + transform: scale(0.0); + -webkit-transform: scale(0.0); + } 50% { + transform: scale(1.0); + -webkit-transform: scale(1.0); + } +} + + + +.tp-transparentimg { content:"url(../assets/transparent.png)"} +.tp-3d { -webkit-transform-style: preserve-3d; + -webkit-transform-origin: 50% 50%; + } + + + +.tp-caption img { +background: transparent; +-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); +zoom: 1; +} + + +@font-face { + font-family: 'revicons'; + src: url('../font/revicons.eot?5510888'); + src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'), + url('../font/revicons.woff?5510888') format('woff'), + url('../font/revicons.ttf?5510888') format('truetype'), + url('../font/revicons.svg?5510888#revicons') format('svg'); + font-weight: normal; + font-style: normal; +} +/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ +/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ +/* +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: 'revicons'; + src: url('../font/revicons.svg?5510888#revicons') format('svg'); + } +} +*/ + + [class^="revicon-"]:before, [class*=" revicon-"]:before { + font-family: "revicons"; + font-style: normal; + font-weight: normal; + speak: none; + + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + /* opacity: .8; */ + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} + +.revicon-search-1:before { content: '\e802'} /* 'î ‚' */ +.revicon-pencil-1:before { content: '\e831'} /* 'î ±' */ +.revicon-picture-1:before { content: '\e803'} /* 'î ƒ' */ +.revicon-cancel:before { content: '\e80a'} /* 'î Š' */ +.revicon-info-circled:before { content: '\e80f'} /* 'î ' */ +.revicon-trash:before { content: '\e801'} /* 'î ' */ +.revicon-left-dir:before { content: '\e817'} /* 'î —' */ +.revicon-right-dir:before { content: '\e818'} /* 'î ˜' */ +.revicon-down-open:before { content: '\e83b'} /* 'î »' */ +.revicon-left-open:before { content: '\e819'} /* 'î ™' */ +.revicon-right-open:before { content: '\e81a'} /* 'î š' */ +.revicon-angle-left:before { content: '\e820'} /* 'î  ' */ +.revicon-angle-right:before { content: '\e81d'} /* 'î ' */ +.revicon-left-big:before { content: '\e81f'} /* 'î Ÿ' */ +.revicon-right-big:before { content: '\e81e'} /* 'î ž' */ +.revicon-magic:before { content: '\e807'} /* 'î ‡' */ +.revicon-picture:before { content: '\e800'} /* 'î €' */ +.revicon-export:before { content: '\e80b'} /* 'î ‹' */ +.revicon-cog:before { content: '\e832'} /* 'î ²' */ +.revicon-login:before { content: '\e833'} /* 'î ³' */ +.revicon-logout:before { content: '\e834'} /* 'î ´' */ +.revicon-video:before { content: '\e805'} /* 'î …' */ +.revicon-arrow-combo:before { content: '\e827'} /* 'î §' */ +.revicon-left-open-1:before { content: '\e82a'} /* 'î ª' */ +.revicon-right-open-1:before { content: '\e82b'} /* 'î «' */ +.revicon-left-open-mini:before { content: '\e822'} /* 'î ¢' */ +.revicon-right-open-mini:before { content: '\e823'} /* 'î £' */ +.revicon-left-open-big:before { content: '\e824'} /* 'î ¤' */ +.revicon-right-open-big:before { content: '\e825'} /* 'î ¥' */ +.revicon-left:before { content: '\e836'} /* 'î ¶' */ +.revicon-right:before { content: '\e826'} /* 'î ¦' */ +.revicon-ccw:before { content: '\e808'} /* 'î ˆ' */ +.revicon-arrows-ccw:before { content: '\e806'} /* 'î †' */ +.revicon-palette:before { content: '\e829'} /* 'î ©' */ +.revicon-list-add:before { content: '\e80c'} /* 'î Œ' */ +.revicon-doc:before { content: '\e809'} /* 'î ‰' */ +.revicon-left-open-outline:before { content: '\e82e'} /* 'î ®' */ +.revicon-left-open-2:before { content: '\e82c'} /* 'î ¬' */ +.revicon-right-open-outline:before { content: '\e82f'} /* 'î ¯' */ +.revicon-right-open-2:before { content: '\e82d'} /* 'î ­' */ +.revicon-equalizer:before { content: '\e83a'} /* 'î º' */ +.revicon-layers-alt:before { content: '\e804'} /* 'î „' */ +.revicon-popup:before { content: '\e828'} /* 'î ¨' */ \ No newline at end of file diff --git a/web/bundles/_X_app/vendor/rs-plugin/font/revicons.eot b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.eot new file mode 100644 index 00000000..955dc3f1 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.eot differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/font/revicons.svg b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.svg new file mode 100644 index 00000000..2ec696b5 --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.svg @@ -0,0 +1,54 @@ + + + +Copyright (C) 2013 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/bundles/_X_app/vendor/rs-plugin/font/revicons.ttf b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.ttf new file mode 100644 index 00000000..4e8df989 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.ttf differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/font/revicons.woff b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.woff new file mode 100644 index 00000000..6d3ea4d9 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/font/revicons.woff differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside.png b/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside.png new file mode 100644 index 00000000..02f3321e Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside_white.png b/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside_white.png new file mode 100644 index 00000000..a3679f14 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/images/decor_inside_white.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/images/decor_testimonial.png b/web/bundles/_X_app/vendor/rs-plugin/images/decor_testimonial.png new file mode 100644 index 00000000..949e5644 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/images/decor_testimonial.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g30.png b/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g30.png new file mode 100644 index 00000000..48595b75 Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g30.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g40.png b/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g40.png new file mode 100644 index 00000000..d82af00c Binary files /dev/null and b/web/bundles/_X_app/vendor/rs-plugin/images/gradient/g40.png differ diff --git a/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.enablelog.js b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.enablelog.js new file mode 100644 index 00000000..3b73f58b --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.enablelog.js @@ -0,0 +1 @@ +window.tplogs = true; \ No newline at end of file diff --git a/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.js b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.js new file mode 100644 index 00000000..3090c064 --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.js @@ -0,0 +1,6267 @@ +/************************************************************************** + * jquery.themepunch.revolution.js - jQuery Plugin for Revolution Slider + * @version: 4.6.4 (26.11.2014) + * @requires jQuery v1.7 or later (tested on 1.9) + * @author ThemePunch +**************************************************************************/ + + +(function(jQuery,undefined){ + + + + + //////////////////////////////////////// + // THE REVOLUTION PLUGIN STARTS HERE // + /////////////////////////////////////// + + jQuery.fn.extend({ + + // OUR PLUGIN HERE :) + revolution: function(options) { + + + + //////////////////////////////// + // SET DEFAULT VALUES OF ITEM // + //////////////////////////////// + var defaults = { + delay:9000, + startheight:500, + startwidth:960, + fullScreenAlignForce:"off", + autoHeight:"off", + hideTimerBar:"off", + hideThumbs:200, + hideNavDelayOnMobile:1500, + + thumbWidth:100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !) + thumbHeight:50, + thumbAmount:3, + + navigationType:"bullet", // bullet, thumb, none + navigationArrows:"solo", // nextto, solo, none + navigationInGrid:"off", // on/off + + hideThumbsOnMobile:"off", + hideBulletsOnMobile:"off", + hideArrowsOnMobile:"off", + hideThumbsUnderResoluition:0, + + navigationStyle:"round", // round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item), + + navigationHAlign:"center", // Vertical Align top,center,bottom + navigationVAlign:"bottom", // Horizontal Align left,center,right + navigationHOffset:0, + navigationVOffset:20, + + soloArrowLeftHalign:"left", + soloArrowLeftValign:"center", + soloArrowLeftHOffset:20, + soloArrowLeftVOffset:0, + + soloArrowRightHalign:"right", + soloArrowRightValign:"center", + soloArrowRightHOffset:20, + soloArrowRightVOffset:0, + + keyboardNavigation:"on", + + touchenabled:"on", // Enable Swipe Function : on/off + onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off + + + stopAtSlide:-1, // Stop Timer if Slide "x" has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case. + stopAfterLoops:-1, // Stop Timer if All slides has been played "x" times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic + + hideCaptionAtLimit:0, // It Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser) + hideAllCaptionAtLimit:0, // Hide all The Captions if Width of Browser is less then this value + hideSliderAtLimit:0, // Hide the whole slider, and stop also functions if Width of Browser is less than this value + + shadow:0, //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows (No Shadow in Fullwidth Version !) + fullWidth:"off", // Turns On or Off the Fullwidth Image Centering in FullWidth Modus + fullScreen:"off", + minFullScreenHeight:0, // The Minimum FullScreen Height + fullScreenOffsetContainer:"", // Size for FullScreen Slider minimising Calculated on the Container sizes + fullScreenOffset:"0", // Size for FullScreen Slider minimising + dottedOverlay:"none", //twoxtwo, threexthree, twoxtwowhite, threexthreewhite + + forceFullWidth:"off", // Force The FullWidth + + spinner:"spinner0", + + swipe_treshold : 75, // The number of pixels that the user must move their finger by before it is considered a swipe. + swipe_min_touches : 1, // Min Finger (touch) used for swipe + drag_block_vertical:false, // Prevent Vertical Scroll during Swipe + isJoomla:false, + parallax:"off", + parallaxLevels: [10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85], + parallaxBgFreeze: "off", + parallaxOpacity:"on", + parallaxDisableOnMobile:"off", + panZoomDisableOnMobile:"off", + simplifyAll:"on", + minHeight:0, + nextSlideOnWindowFocus:"off", + + startDelay:0 // Delay before the first Animation starts. + + + }; + + options = jQuery.extend({}, defaults, options); + + return this.each(function() { + + + // REPORT SOME IMPORTAN INFORMATION ABOUT THE SLIDER + if (window.tplogs==true) + try{ + console.groupCollapsed("Slider Revolution 4.6.3 Initialisation on "+jQuery(this).attr('id')); + console.groupCollapsed("Used Options:"); + console.info(options); + console.groupEnd(); + console.groupCollapsed("Tween Engine:") + } catch(e) {} + + // CHECK IF TweenLite IS LOADED AT ALL + if (punchgs.TweenLite==undefined) { + if (window.tplogs==true) + try{ console.error("GreenSock Engine Does not Exist!"); + } catch(e) {} + return false; + } + + punchgs.force3D = true; + + if (window.tplogs==true) + try{ console.info("GreenSock Engine Version in Slider Revolution:"+punchgs.TweenLite.version); + } catch(e) { + + } + + if (options.simplifyAll=="on") { + + } else { + punchgs.TweenLite.lagSmoothing(1000,16); + punchgs.force3D = "true"; + } + + if (window.tplogs==true) + try{ + console.groupEnd(); + console.groupEnd(); + } catch(e) {} + + + initSlider(jQuery(this),options) + + + }) + }, + + + // METHODE PAUSE + revscroll: function(oy) { + return this.each(function() { + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) + jQuery('body,html').animate({scrollTop:(container.offset().top+(container.find('>ul >li').height())-oy)+"px"},{duration:400}); + }) + }, + + // METHODE PAUSE + revredraw: function(oy) { + return this.each(function() { + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + containerResized(container,opt); + } + }) + }, + // METHODE PAUSE + revkill: function(oy) { + + var self = this, + container=jQuery(this); + + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + + container.data('conthover',1); + container.data('conthover-changed',1); + container.trigger('revolution.slide.onpause'); + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + opt.bannertimeronpause = true; + container.trigger('stoptimer'); + + punchgs.TweenLite.killTweensOf(container.find('*'),false); + punchgs.TweenLite.killTweensOf(container,false); + container.unbind('hover, mouseover, mouseenter,mouseleave, resize'); + var resizid = "resize.revslider-"+container.attr('id'); + jQuery(window).off(resizid); + container.find('*').each(function() { + var el = jQuery(this); + + el.unbind('on, hover, mouseenter,mouseleave,mouseover, resize,restarttimer, stoptimer'); + el.off('on, hover, mouseenter,mouseleave,mouseover, resize'); + el.data('mySplitText',null); + el.data('ctl',null); + if (el.data('tween')!=undefined) + el.data('tween').kill(); + if (el.data('kenburn')!=undefined) + el.data('kenburn').kill(); + el.remove(); + el.empty(); + el=null; + }) + + + punchgs.TweenLite.killTweensOf(container.find('*'),false); + punchgs.TweenLite.killTweensOf(container,false); + bt.remove(); + try{container.closest('.forcefullwidth_wrapper_tp_banner').remove();} catch(e) {} + try{container.closest('.rev_slider_wrapper').remove()} catch(e) {} + try{container.remove();} catch(e) {} + container.empty(); + container.html(); + container = null; + + opt = null; + delete(self.container); + delete(self.opt); + + return true; + } else { + return false; + } + + + }, + + // METHODE PAUSE + revpause: function(options) { + + return this.each(function() { + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + container.data('conthover',1); + container.data('conthover-changed',1); + container.trigger('revolution.slide.onpause'); + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + opt.bannertimeronpause = true; + container.trigger('stoptimer'); + } + }) + + + }, + + // METHODE RESUME + revresume: function(options) { + return this.each(function() { + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + container.data('conthover',0); + container.data('conthover-changed',1); + container.trigger('revolution.slide.onresume'); + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + opt.bannertimeronpause = false; + container.trigger('starttimer'); + } + }) + + }, + + // METHODE NEXT + revnext: function(options) { + return this.each(function() { + + // CATCH THE CONTAINER + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) + container.parent().find('.tp-rightarrow').click(); + + + }) + + }, + + // METHODE RESUME + revprev: function(options) { + return this.each(function() { + // CATCH THE CONTAINER + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) + container.parent().find('.tp-leftarrow').click(); + }) + + }, + + // METHODE LENGTH + revmaxslide: function(options) { + // CATCH THE CONTAINER + return jQuery(this).find('>ul:first-child >li').length; + }, + + + // METHODE CURRENT + revcurrentslide: function(options) { + // CATCH THE CONTAINER + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + return opt.act; + } + }, + + // METHODE CURRENT + revlastslide: function(options) { + // CATCH THE CONTAINER + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + var bt = container.parent().find('.tp-bannertimer'); + var opt = bt.data('opt'); + return opt.lastslide; + } + }, + + + // METHODE JUMP TO SLIDE + revshowslide: function(slide) { + return this.each(function() { + // CATCH THE CONTAINER + var container=jQuery(this); + if (container!=undefined && container.length>0 && jQuery('body').find('#'+container.attr('id')).length>0) { + container.data('showus',slide); + container.parent().find('.tp-rightarrow').click(); + } + }) + + } + + +}) + /******************************************* + - IS IOS VERSION OLDER THAN 5 ?? - + *******************************************/ + + function iOSVersion() { + var oldios = false; + if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) { + if (navigator.userAgent.match(/OS 4_\d like Mac OS X/i)) { + oldios = true; + } + } else { + oldios = false; + } + return oldios; + } + + function initSlider(container,opt) { + if (container==undefined) return false; + + if (container.data('aimg')!=undefined) { + if ((container.data('aie8')=="enabled" && isIE(8)) || (container.data('amobile')=="enabled" && is_mobile())) + container.html(''); + } + // PREPARE FALL BACK SETTINGS + if (opt.navigationStyle=="preview1" || opt.navigationStyle=="preview3" || opt.navigationStyle=="preview4") { + opt.soloArrowLeftHalign="left"; + opt.soloArrowLeftValign="center"; + opt.soloArrowLeftHOffset=0; + opt.soloArrowLeftVOffset=0; + opt.soloArrowRightHalign="right"; + opt.soloArrowRightValign="center"; + opt.soloArrowRightHOffset=0; + opt.soloArrowRightVOffset=0; + opt.navigationArrows="solo"; + } + + + // SIMPLIFY ANIMATIONS ON OLD IOS AND IE8 IF NEEDED + if (opt.simplifyAll=="on" && (isIE(8) || iOSVersion())) { + container.find('.tp-caption').each(function() { + var tc = jQuery(this); + tc.removeClass("customin").removeClass("customout").addClass("fadein").addClass("fadeout"); + tc.data('splitin',""); + tc.data('speed',400); + }) + container.find('>ul>li').each(function() { + var li= jQuery(this); + li.data('transition',"fade"); + li.data('masterspeed',500); + li.data('slotamount',1); + var img = li.find('>img').first(); + img.data('kenburns',"off"); + }); + } + + + + + + opt.desktop = !navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|BB10|mobi|tablet|opera mini|nexus 7)/i); + + if (opt.fullWidth!="on" && opt.fullScreen!="on") opt.autoHeight = "off"; + if (opt.fullScreen=="on") opt.autoHeight = "on"; + if (opt.fullWidth!="on" && opt.fullScreen!="on") forceFulWidth="off"; + + if (opt.fullWidth=="on" && opt.autoHeight=="off") + container.css({maxHeight:opt.startheight+"px"}); + + if (is_mobile() && opt.hideThumbsOnMobile=="on" && opt.navigationType=="thumb") + opt.navigationType = "none" + + if (is_mobile() && opt.hideBulletsOnMobile=="on" && opt.navigationType=="bullet") + opt.navigationType = "none" + + if (is_mobile() && opt.hideBulletsOnMobile=="on" && opt.navigationType=="both") + opt.navigationType = "none" + + if (is_mobile() && opt.hideArrowsOnMobile=="on") + opt.navigationArrows = "none" + + if (opt.forceFullWidth=="on" && container.closest('.forcefullwidth_wrapper_tp_banner').length==0) { + + var loff = container.parent().offset().left; + var mb = container.parent().css('marginBottom'); + var mt = container.parent().css('marginTop'); + if (mb==undefined) mb=0; + if (mt==undefined) mt=0; + + container.parent().wrap('
    '); + container.closest('.forcefullwidth_wrapper_tp_banner').append('
    '); + container.css({'backgroundColor':container.parent().css('backgroundColor'),'backgroundImage':container.parent().css('backgroundImage')}); + //container.parent().css({'position':'absolute','width':jQuery(window).width()}); + container.parent().css({'left':(0-loff)+"px",position:'absolute','width':jQuery(window).width()}); + opt.width=jQuery(window).width(); + } + + // HIDE THUMBS UNDER RESOLUTION + try{ + if (opt.hideThumbsUnderResolution>jQuery(window).width() && opt.hideThumbsUnderResolution!=0) { + container.parent().find('.tp-bullets.tp-thumbs').css({display:"none"}); + } else { + container.parent().find('.tp-bullets.tp-thumbs').css({display:"block"}); + } + } catch(e) {} + + if (!container.hasClass("revslider-initialised")) { + + container.addClass("revslider-initialised"); + if (container.attr('id')==undefined) container.attr('id',"revslider-"+Math.round(Math.random()*1000+5)); + + // CHECK IF FIREFOX 13 IS ON WAY.. IT HAS A STRANGE BUG, CSS ANIMATE SHOULD NOT BE USED + + + + opt.firefox13 = false; + opt.ie = !jQuery.support.opacity; + opt.ie9 = (document.documentMode == 9); + + opt.origcd=opt.delay; + + // CHECK THE jQUERY VERSION + var version = jQuery.fn.jquery.split('.'), + versionTop = parseFloat(version[0]), + versionMinor = parseFloat(version[1]), + versionIncrement = parseFloat(version[2] || '0'); + + if (versionTop==1 && versionMinor < 7) { + container.html('
    The Current Version of jQuery:'+version+'
    Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin
    '); + } + + if (versionTop>1) opt.ie=false; + + + // Delegate .transition() calls to .animate() + // if the browser can't do CSS transitions. + if (!jQuery.support.transition) + jQuery.fn.transition = jQuery.fn.animate; + + // CATCH THE CONTAINER + + + // LOAD THE YOUTUBE API IF NECESSARY + + container.find('.caption').each(function() { jQuery(this).addClass('tp-caption')}); + + if (is_mobile()) { + container.find('.tp-caption').each(function() { + var nextcaption = jQuery(this); + if (nextcaption.data('autoplayonlyfirsttime') == true || nextcaption.data('autoplayonlyfirsttime')=="true") + nextcaption.data('autoplayonlyfirsttime',"false"); + if (nextcaption.data('autoplay')==true || nextcaption.data('autoplay')=="true") + nextcaption.data('autoplay',false); + + }) + } + + + var addedyt=0; + var addedvim=0; + var addedvid=0; + var httpprefix = "http"; + + if (location.protocol === 'https:') { + httpprefix = "https"; + } + container.find('.tp-caption').each(function(i) { + // IF SRC EXIST, RESET SRC'S since WE DONT NEED THEM !! + + try { + + if ((jQuery(this).data('ytid')!=undefined || jQuery(this).find('iframe').attr('src').toLowerCase().indexOf('youtube')>0) && addedyt==0) { + addedyt=1; + var s = document.createElement("script"); + var httpprefix2 = "https"; + s.src = httpprefix2+"://www.youtube.com/iframe_api"; /* Load Player API*/ + + var before = document.getElementsByTagName("script")[0]; + var loadit = true; + jQuery('head').find('*').each(function(){ + if (jQuery(this).attr('src') == httpprefix2+"://www.youtube.com/iframe_api") + loadit = false; + }); + if (loadit) { + before.parentNode.insertBefore(s, before); + + + } + } + } catch(e) {} + + try{ + if ((jQuery(this).data('vimeoid')!=undefined || jQuery(this).find('iframe').attr('src').toLowerCase().indexOf('vimeo')>0) && addedvim==0) { + addedvim=1; + var f = document.createElement("script"); + f.src = httpprefix+"://a.vimeocdn.com/js/froogaloop2.min.js"; /* Load Player API*/ + var before = document.getElementsByTagName("script")[0]; + + var loadit = true; + jQuery('head').find('*').each(function(){ + if (jQuery(this).attr('src') == httpprefix+"://a.vimeocdn.com/js/froogaloop2.min.js") + loadit = false; + }); + if (loadit) + before.parentNode.insertBefore(f, before); + } + } catch(e) {} + + try{ + if ((jQuery(this).data('videomp4')!=undefined || jQuery(this).data('videowebm')!=undefined)) { + + } + } catch(e) {} + }); + + + + + // REMOVE ANY VIDEO JS SETTINGS OF THE VIDEO IF NEEDED + container.find('.tp-caption video').each(function(i) { + jQuery(this).removeClass("video-js").removeClass("vjs-default-skin"); + jQuery(this).attr("preload",""); + jQuery(this).css({display:"none"}); + }); + + container.find('>ul:first-child >li').each(function() { + var t = jQuery(this); + t.data('origindex',t.index()); + }) + + // SHUFFLE MODE + if (opt.shuffle=="on") { + var fsa = new Object, + fli = container.find('>ul:first-child >li:first-child') + + fsa.fstransition = fli.data('fstransition'); + fsa.fsmasterspeed = fli.data('fsmasterspeed'); + fsa.fsslotamount = fli.data('fsslotamount'); + + + + for (var u=0;uul:first-child >li').length;u++) { + var it = Math.round(Math.random()*container.find('>ul:first-child >li').length); + container.find('>ul:first-child >li:eq('+it+')').prependTo(container.find('>ul:first-child')); + } + + var newfli = container.find('>ul:first-child >li:first-child'); + newfli.data('fstransition',fsa.fstransition); + newfli.data('fsmasterspeed',fsa.fsmasterspeed); + newfli.data('fsslotamount',fsa.fsslotamount); + } + + + // CREATE SOME DEFAULT OPTIONS FOR LATER + opt.slots=4; + opt.act=-1; + opt.next=0; + + // IF START SLIDE IS SET + if (opt.startWithSlide !=undefined) opt.next=opt.startWithSlide; + + // IF DEEPLINK HAS BEEN SET + var deeplink = getUrlVars("#")[0]; + if (deeplink.length<9) { + if (deeplink.split('slide').length>1) { + var dslide=parseInt(deeplink.split('slide')[1],0); + if (dslide<1) dslide=1; + if (dslide>container.find('>ul:first >li').length) dslide=container.find('>ul:first >li').length; + opt.next=dslide-1; + } + } + + + opt.firststart=1; + + // BASIC OFFSET POSITIONS OF THE BULLETS + if (opt.navigationHOffset==undefined) opt.navOffsetHorizontal=0; + if (opt.navigationVOffset==undefined) opt.navOffsetVertical=0; + + + + container.append('
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '); + + // RESET THE TIMER + if (container.find('.tp-bannertimer').length==0) container.append(''); + var bt=container.find('.tp-bannertimer'); + if (bt.length>0) { + bt.css({'width':'0%'}); + }; + + + // WE NEED TO ADD A BASIC CLASS FOR SETTINGS.CSS + container.addClass("tp-simpleresponsive"); + opt.container=container; + + //if (container.height()==0) container.height(opt.startheight); + + // AMOUNT OF THE SLIDES + opt.slideamount = container.find('>ul:first >li').length; + + + // A BASIC GRID MUST BE DEFINED. IF NO DEFAULT GRID EXIST THAN WE NEED A DEFAULT VALUE, ACTUAL SIZE OF CONAINER + if (container.height()==0) container.height(opt.startheight); + if (opt.startwidth==undefined || opt.startwidth==0) opt.startwidth=container.width(); + if (opt.startheight==undefined || opt.startheight==0) opt.startheight=container.height(); + + // OPT WIDTH && HEIGHT SHOULD BE SET + opt.width=container.width(); + opt.height=container.height(); + + + // DEFAULT DEPENDECIES + opt.bw= opt.startwidth / container.width(); + opt.bh = opt.startheight / container.height(); + + // IF THE ITEM ALREADY IN A RESIZED FORM + if (opt.width!=opt.startwidth) { + + opt.height = Math.round(opt.startheight * (opt.width/opt.startwidth)); + + container.height(opt.height); + + } + + // LETS SEE IF THERE IS ANY SHADOW + if (opt.shadow!=0) { + container.parent().append('
    '); + var loff=0; + if (opt.forceFullWidth=="on") + loff = 0-opt.container.parent().offset().left; + container.parent().find('.tp-bannershadow').css({'width':opt.width,'left':loff}); + } + + + container.find('ul').css({'display':'none'}); + + var fliparent = container; + + + // PREPARE THE SLIDES + container.find('ul').css({'display':'block'}); + prepareSlides(container,opt); + if (opt.parallax!="off") checkForParallax(container,opt); + + // CREATE BULLETS + if (opt.slideamount >1) createBullets(container,opt); + + if (opt.slideamount >1 && opt.navigationType=="thumb") createThumbs(container,opt); + if (opt.slideamount >1) createArrows(container,opt); + if (opt.keyboardNavigation=="on") createKeyboard(container,opt); + + + swipeAction(container,opt); + + + if (opt.hideThumbs>0) hideThumbs(container,opt); + setTimeout(function() { + swapSlide(container,opt); + },opt.startDelay); + opt.startDelay=0; + // START COUNTDOWN + if (opt.slideamount >1) countDown(container,opt); + setTimeout(function() { + container.trigger('revolution.slide.onloaded'); + },500); + + + + /****************************** + - FULLSCREEN CHANGE - + ********************************/ + // FULLSCREEN MODE TESTING + jQuery("body").data('rs-fullScreenMode',false); + jQuery(window).on ('mozfullscreenchange webkitfullscreenchange fullscreenchange',function(){ + jQuery("body").data('rs-fullScreenMode',!jQuery("body").data('rs-fullScreenMode')); + if (jQuery("body").data('rs-fullScreenMode')) { + setTimeout(function() { + jQuery(window).trigger("resize"); + + },200); + } + }) + + + var resizid = "resize.revslider-"+container.attr('id'); + + // IF RESIZED, NEED TO STOP ACTUAL TRANSITION AND RESIZE ACTUAL IMAGES + jQuery(window).on(resizid,function() { + if (container==undefined) return false; + if (jQuery('body').find(container)!=0) + if (opt.forceFullWidth=="on" ) { + + var loff = opt.container.closest('.forcefullwidth_wrapper_tp_banner').offset().left; + //opt.container.parent().css({'width':jQuery(window).width()}); + opt.container.parent().css({'left':(0-loff)+"px",'width':jQuery(window).width()}); + } + + if (container.outerWidth(true)!=opt.width || container.is(":hidden")) { + containerResized(container,opt); + } + + + + + }); + + // HIDE THUMBS UNDER SIZE... + try{ + if (opt.hideThumbsUnderResoluition!=0 && opt.navigationType=="thumb") { + if (opt.hideThumbsUnderResoluition>jQuery(window).width()) + jQuery('.tp-bullets').css({display:"none"}); + else + jQuery('.tp-bullets').css({display:"block"}); + } + } catch(e) {} + + + + // CHECK IF THE CAPTION IS A "SCROLL ME TO POSITION" CAPTION IS + //if (opt.fullScreen=="on") { + container.find('.tp-scrollbelowslider').on('click',function() { + var off=0; + try{ + off = jQuery('body').find(opt.fullScreenOffsetContainer).height(); + } catch(e) {} + try{ + off = off - parseInt(jQuery(this).data('scrolloffset'),0); + } catch(e) {} + + + jQuery('body,html').animate( + {scrollTop:(container.offset().top+(container.find('>ul >li').height())-off)+"px"},{duration:400}); + }); + //} + + + // FIRST TIME STOP/START HIDE / SHOW SLIDER + //REMOVE AND SHOW SLIDER ON DEMAND + var contpar= container.parent(); + if (jQuery(window).width()jQuery(window).width()) + jQuery('.tp-bullets').css({display:"none"}); + else + jQuery('.tp-bullets').css({display:"block"}); + } + } catch(e) {} + + + + container.find('.defaultimg').each(function(i) { + setSize(jQuery(this),opt); + }); + + + //REMOVE AND SHOW SLIDER ON DEMAND + var contpar= container.parent(); + if (jQuery(window).width()ul >li:eq('+opt.act+') .slotholder'); + var nextsh = container.find('>ul >li:eq('+opt.next+') .slotholder'); + removeSlots(container,opt,container); + punchgs.TweenLite.set(nextsh.find('.defaultimg'),{opacity:0}); + actsh.find('.defaultimg').css({'opacity':1}); + + nextsh.find('.defaultimg').each(function() { + var dimg = jQuery(this); + + if (opt.panZoomDisableOnMobile == "on") { + // NO KEN BURNS ON MOBILE DEVICES + + } else { + if (dimg.data('kenburn')!=undefined) { + dimg.data('kenburn').restart(); + startKenBurn(container,opt,true) + } + } + }); + + var nextli = container.find('>ul >li:eq('+opt.next+')'); + + + + var arr = container.parent().find('.tparrows'); + if (arr.hasClass("preview2")) + arr.css({width:(parseInt(arr.css('minWidth'),0))}); + + + animateTheCaptions(nextli, opt,true); + //restartBannerTimer(opt,container); + setBulPos(container,opt); + + } + + + + + /********************************* + - CHECK IF BROWSER IS IE - + ********************************/ + var isIE = function( version, comparison ){ + var $div = jQuery('
    ').appendTo(jQuery('body')); + $div.html(''); + var ieTest = $div.find('a').length; + $div.remove(); + return ieTest; + } + + + + var callingNewSlide = function(opt,container) { + // CHECK THE LOOPS !! + if (opt.next==container.find('>ul >li').length-1) { + opt.looptogo=opt.looptogo-1; + if (opt.looptogo<=0) + opt.stopLoop="on"; + } + swapSlide(container,opt); + + } + + + + + + + //////////////////////////////// + // - CREATE THE BULLETS - // + //////////////////////////////// + var createBullets = function(container,opt) { + var starthidebullets = "hidebullets"; + if (opt.hideThumbs==0) starthidebullets = ""; + + if (opt.navigationType=="bullet" || opt.navigationType=="both") { + container.parent().append('
    '); + } + + var bullets = container.parent().find('.tp-bullets'); + container.find('>ul:first >li').each(function(i) { + var src=container.find(">ul:first >li:eq("+i+") img:first").attr('src'); + bullets.append('
    '); + var bullet= bullets.find('.bullet:first'); + }); + // ADD THE BULLET CLICK FUNCTION HERE + bullets.find('.bullet').each(function(i) { + var bul = jQuery(this); + if (i==opt.slideamount-1) bul.addClass('last'); + if (i==0) bul.addClass('first'); + + bul.click(function() { + var sameslide = false, + buli = bul.index(); + + if (opt.navigationArrows=="withbullet" || opt.navigationArrows=="nexttobullets") + buli = bul.index()-1; + + if (buli == opt.act) sameslide=true; + + if (opt.transition==0 && !sameslide) { + opt.next = buli; + callingNewSlide(opt,container); + } + }); + + }); + bullets.append('
    '); + setBulPos(container,opt); + } + + ////////////////////// + // CREATE ARROWS // + ///////////////////// + var createArrows = function(container,opt) { + var bullets = container.find('.tp-bullets'), + hidden="", + starthidearrows = "hidearrows", + arst= opt.navigationStyle; + + if (opt.hideThumbs==0) starthidearrows = ""; + + + if (opt.navigationArrows=="none") hidden="visibility:hidden;display:none"; + opt.soloArrowStyle = "default"+" "+opt.navigationStyle; + + if (opt.navigationArrows!="none" && opt.navigationArrows!="nexttobullets") arst = opt.soloArrowStyle; + + function aArrow(dir) { + container.parent().append('
    '); + } + aArrow("left"); + aArrow("right"); + + // THE LEFT / RIGHT BUTTON CLICK ! // + container.parent().find('.tp-rightarrow').click(function() { + if (opt.transition==0) { + if (container.data('showus') !=undefined && container.data('showus') != -1) + opt.next = container.data('showus')-1; + else + opt.next = opt.next+1; + container.data('showus',-1); + if (opt.next >= opt.slideamount) opt.next=0; + if (opt.next<0) opt.next=0; + + if (opt.act !=opt.next) + callingNewSlide(opt,container); + } + }); + + container.parent().find('.tp-leftarrow').click(function() { + if (opt.transition==0) { + opt.next = opt.next-1; + opt.leftarrowpressed=1; + if (opt.next < 0) opt.next=opt.slideamount-1; + callingNewSlide(opt,container); + } + }); + + setBulPos(container,opt); + + } + + ////////////////////////////////// + // ENABLE KEYBOARD INTERACTION // + ////////////////////////////////// + var createKeyboard = function(container,opt) { + // THE LEFT / RIGHT BUTTON CLICK ! // + jQuery(document).keydown(function(e){ + if (opt.transition==0 && e.keyCode == 39) { + if (container.data('showus') !=undefined && container.data('showus') != -1) + opt.next = container.data('showus')-1; + else + opt.next = opt.next+1; + container.data('showus',-1); + if (opt.next >= opt.slideamount) opt.next=0; + if (opt.next<0) opt.next=0; + if (opt.act !=opt.next) + callingNewSlide(opt,container); + } + + if (opt.transition==0 && e.keyCode == 37) { + opt.next = opt.next-1; + opt.leftarrowpressed=1; + if (opt.next < 0) opt.next=opt.slideamount-1; + callingNewSlide(opt,container); + } + }); + + setBulPos(container,opt); + + } + + //////////////////////////// + // SET THE SWIPE FUNCTION // + //////////////////////////// + var swipeAction = function(container,opt) { + // TOUCH ENABLED SCROLL + var aps = "vertical"; + + if (opt.touchenabled=="on") { + if (opt.drag_block_vertical == true) + aps = "none"; + + container.swipe({ + allowPageScroll:aps, + fingers:opt.swipe_min_touches, + treshold:opt.swipe_treshold, + swipe:function(event,direction,distance,duration,fingerCount,fingerData) { + switch (direction) { + case "left": + if (opt.transition==0) { + opt.next = opt.next+1; + if (opt.next == opt.slideamount) opt.next=0; + callingNewSlide(opt,container); + } + break; + case "right": + if (opt.transition==0) { + opt.next = opt.next-1; + opt.leftarrowpressed=1; + if (opt.next < 0) opt.next=opt.slideamount-1; + callingNewSlide(opt,container); + } + break; + case "up": + if (aps=="none") + jQuery("html, body").animate({scrollTop:(container.offset().top + container.height())+"px"}); + break; + case "down": + if (aps=="none") + jQuery("html, body").animate({scrollTop:(container.offset().top - jQuery(window).height())+"px"}); + break; + } + } + }) + + } + + } + + + + + //////////////////////////////////////////////////////////////// + // SHOW AND HIDE THE THUMBS IF MOUE GOES OUT OF THE BANNER /// + ////////////////////////////////////////////////////////////// + var hideThumbs = function(container,opt) { + + var bullets = container.parent().find('.tp-bullets'), + ca = container.parent().find('.tparrows'); + + if (bullets==null) { + container.append('
    '); + var bullets = container.parent().find('.tp-bullets'); + } + + if (ca==null) { + container.append('
    '); + var ca = container.parent().find('.tparrows'); + } + + + //var bp = (thumbs.parent().outerHeight(true) - opt.height)/2; + + // ADD THUMBNAIL IMAGES FOR THE BULLETS // + container.data('hideThumbs',opt.hideThumbs); + + bullets.addClass("hidebullets"); + ca.addClass("hidearrows"); + + if (is_mobile()) { + try{ + container.hammer().on('touch', function() { + container.addClass("hovered"); + if (opt.onHoverStop=="on") + container.trigger('stoptimer'); + clearTimeout(container.data('hideThumbs')); + bullets.removeClass("hidebullets"); + ca.removeClass("hidearrows"); + + + }); + + container.hammer().on('release', function() { + container.removeClass("hovered"); + container.trigger('starttimer'); + if (!container.hasClass("hovered") && !bullets.hasClass("hovered")) + container.data('hideThumbs', setTimeout(function() { + bullets.addClass("hidebullets"); + ca.addClass("hidearrows"); + container.trigger('starttimer'); + },opt.hideNavDelayOnMobile)); + }); + } catch(e) {} + + } else { + bullets.hover(function() { + opt.overnav = true; + if (opt.onHoverStop=="on") + container.trigger('stoptimer'); + bullets.addClass("hovered"); + clearTimeout(container.data('hideThumbs')); + bullets.removeClass("hidebullets"); + ca.removeClass("hidearrows"); + }, + function() { + opt.overnav = false; + container.trigger('starttimer'); + bullets.removeClass("hovered"); + if (!container.hasClass("hovered") && !bullets.hasClass("hovered")) + container.data('hideThumbs', setTimeout(function() { + bullets.addClass("hidebullets"); + ca.addClass("hidearrows"); + },opt.hideThumbs)); + }); + + + ca.hover(function() { + opt.overnav = true; + if (opt.onHoverStop=="on") + container.trigger('stoptimer'); + bullets.addClass("hovered"); + clearTimeout(container.data('hideThumbs')); + bullets.removeClass("hidebullets"); + ca.removeClass("hidearrows"); + + }, + function() { + opt.overnav = false; + container.trigger('starttimer'); + bullets.removeClass("hovered"); + }); + + + + container.on('mouseenter', function() { + container.addClass("hovered"); + if (opt.onHoverStop=="on") + container.trigger('stoptimer'); + clearTimeout(container.data('hideThumbs')); + bullets.removeClass("hidebullets"); + ca.removeClass("hidearrows"); + + + }); + + container.on('mouseleave', function() { + container.removeClass("hovered"); + container.trigger('starttimer'); + if (!container.hasClass("hovered") && !bullets.hasClass("hovered")) + container.data('hideThumbs', setTimeout(function() { + bullets.addClass("hidebullets"); + ca.addClass("hidearrows"); + },opt.hideThumbs)); + }); + } + + + } + + + ////////////////////////////// + // SET POSITION OF BULLETS // + ////////////////////////////// + var setBulPos = function(container,opt) { + var topcont=container.parent(); + var bullets=topcont.find('.tp-bullets'); + + if (opt.navigationType=="thumb") { + bullets.find('.thumb').each(function(i) { + var thumb = jQuery(this); + + thumb.css({'width':opt.thumbWidth * opt.bw+"px", 'height':opt.thumbHeight*opt.bh+"px"}); + + }) + var bup = bullets.find('.tp-mask'); + + bup.width(opt.thumbWidth*opt.thumbAmount * opt.bw); + bup.height(opt.thumbHeight * opt.bh); + bup.parent().width(opt.thumbWidth*opt.thumbAmount * opt.bw); + bup.parent().height(opt.thumbHeight * opt.bh); + } + + + var tl = topcont.find('.tp-leftarrow'); + var tr = topcont.find('.tp-rightarrow'); + + if (opt.navigationType=="thumb" && opt.navigationArrows=="nexttobullets") opt.navigationArrows="solo"; + // IM CASE WE HAVE NAVIGATION BULLETS TOGETHER WITH ARROWS + if (opt.navigationArrows=="nexttobullets") { + tl.prependTo(bullets).css({'float':'left'}); + tr.insertBefore(bullets.find('.tpclear')).css({'float':'left'}); + } + var loff=0; + if (opt.forceFullWidth=="on") + loff = 0-opt.container.parent().offset().left; + + var gridposX = 0, + gridposY = 0; + + if (opt.navigationInGrid=="on") { + gridposX = container.width()>opt.startwidth ? (container.width() - opt.startwidth)/2 : 0, + gridposY = container.height()>opt.startheight ? (container.height() - opt.startheight)/2 : 0; + } + + + + if (opt.navigationArrows!="none" && opt.navigationArrows!="nexttobullets") { + var lv = opt.soloArrowLeftValign, + lh = opt.soloArrowLeftHalign, + rv = opt.soloArrowRightValign, + rh = opt.soloArrowRightHalign, + lvo = opt.soloArrowLeftVOffset, + lho = opt.soloArrowLeftHOffset, + rvo = opt.soloArrowRightVOffset, + rho = opt.soloArrowRightHOffset; + + tl.css({'position':'absolute'}); + tr.css({'position':'absolute'}); + + if (lv=="center") tl.css({'top':'50%','marginTop':(lvo-Math.round(tl.innerHeight()/2))+"px"}) + else + if (lv=="bottom") tl.css({'top':'auto','bottom':(0+lvo)+"px"}) + else + if (lv=="top") tl.css({'bottom':'auto','top':(0+lvo)+"px"}); + + if (lh=="center") tl.css({'left':'50%','marginLeft':(loff+lho-Math.round(tl.innerWidth()/2))+"px"}) + else + if (lh=="left") tl.css({'left':(gridposX+lho+loff)+"px"}) + else + if (lh=="right") tl.css({'right':(gridposX+lho-loff)+"px"}); + + if (rv=="center") tr.css({'top':'50%','marginTop':(rvo-Math.round(tr.innerHeight()/2))+"px"}) + else + if (rv=="bottom") tr.css({'top':'auto','bottom':(0+rvo)+"px"}) + else + if (rv=="top") tr.css({'bottom':'auto','top':(0+rvo)+"px"}) + + if (rh=="center") tr.css({'left':'50%','marginLeft':(loff+rho-Math.round(tr.innerWidth()/2))+"px"}) + else + if (rh=="left") tr.css({'left':(gridposX+rho+loff)+"px"}) + else + if (rh=="right") tr.css({'right':(gridposX+rho-loff)+"px"}) + + + if (tl.position()!=null) + tl.css({'top':Math.round(parseInt(tl.position().top,0))+"px"}); + + if (tr.position()!=null) + tr.css({'top':Math.round(parseInt(tr.position().top,0))+"px"}); + } + + if (opt.navigationArrows=="none") { + tl.css({'visibility':'hidden'}); + tr.css({'visibility':'hidden'}); + } + + // SET THE POSITIONS OF THE BULLETS // THUMBNAILS + var nv = opt.navigationVAlign, + nh = opt.navigationHAlign, + nvo = opt.navigationVOffset * opt.bh, + nho = opt.navigationHOffset * opt.bw; + + if (nv=="center") bullets.css({'top':'50%','marginTop':(nvo-Math.round(bullets.innerHeight()/2))+"px"}); + if (nv=="bottom") bullets.css({'bottom':(0+nvo)+"px"}); + if (nv=="top") bullets.css({'top':(0+nvo)+"px"}); + + if (nh=="center") bullets.css({'left':'50%','marginLeft':(loff+nho-Math.round(bullets.innerWidth()/2))+"px"}); + if (nh=="left") bullets.css({'left':(0+nho+loff)+"px"}); + if (nh=="right") bullets.css({'right':(0+nho-loff)+"px"}); + } + + + /******************************************************* + - HANDLING OF PREVIEWS AND CUSTOM PREVIEWS - + *******************************************************/ + + var handleSpecialPreviews = function(opt) { + + var container= opt.container; + // FILL WITH INFOS THE NAVIGATION ARROWS + opt.beforli = opt.next-1; + opt.comingli = opt.next+1; + + if (opt.beforli<0) opt.beforli = opt.slideamount-1; + if (opt.comingli>=opt.slideamount) opt.comingli = 0; + + var comingli = container.find('>ul:first-child >li:eq('+opt.comingli+')'), + beforli = container.find('>ul:first-child >li:eq('+opt.beforli+')'), + previmgsrc = beforli.find('.defaultimg').attr('src'), + nextimgsrc = comingli.find('.defaultimg').attr('src'); + + // SAVE REFERENCES + if (opt.arr == undefined) { + opt.arr = container.parent().find('.tparrows'), + opt.rar = container.parent().find('.tp-rightarrow'), + opt.lar = container.parent().find('.tp-leftarrow'), + opt.raimg = opt.rar.find('.tp-arr-imgholder'), + opt.laimg = opt.lar.find('.tp-arr-imgholder'), + opt.raimg_b = opt.rar.find('.tp-arr-imgholder2'), + opt.laimg_b = opt.lar.find('.tp-arr-imgholder2'), + opt.ratit = opt.rar.find('.tp-arr-titleholder'), + opt.latit = opt.lar.find('.tp-arr-titleholder'); + } + + // READ REFERENCES + var arr = opt.arr, + rar = opt.rar, + lar = opt.lar, + raimg = opt.raimg, + laimg = opt.laimg, + raimg_b = opt.raimg_b, + laimg_b = opt.laimg_b, + ratit = opt.ratit, + latit = opt.latit; + + + if (comingli.data('title') != undefined) ratit.html(comingli.data('title')); + if (beforli.data('title') != undefined) latit.html(beforli.data('title')); + + + if (rar.hasClass("itishovered")) { + rar.width(ratit.outerWidth(true)+parseInt(rar.css('minWidth'),0)); + } + + if (lar.hasClass("itishovered")) { + lar.width(latit.outerWidth(true)+parseInt(lar.css('minWidth'),0)); + } + + if (arr.hasClass("preview2") && !arr.hasClass("hashoveralready")) { + + arr.addClass("hashoveralready"); + + if (!is_mobile()) + arr.hover(function() { + + var arr = jQuery(this), + th = arr.find('.tp-arr-titleholder'); + if (jQuery(window).width()>767) + arr.width(th.outerWidth(true)+parseInt(arr.css('minWidth'),0)); + arr.addClass("itishovered"); + },function() { + var arr = jQuery(this), + th = arr.find('.tp-arr-titleholder'); + arr.css({width:parseInt(arr.css('minWidth'),0)}); + arr.removeClass("itishovered"); + }); + else { + var arr = jQuery(this), + th = arr.find('.tp-arr-titleholder'); + th.addClass("alwayshidden"); + punchgs.TweenLite.set(th,{autoAlpha:0}); + } + + } + + if (beforli.data('thumb')!=undefined) previmgsrc = beforli.data('thumb'); + if (comingli.data('thumb')!=undefined) nextimgsrc = comingli.data('thumb') + + + // CHANGE THE IMAGE SOURCE (AND ANIMATE IF PREVIEW4 MODE IS ON + if (!arr.hasClass("preview4")) { + + punchgs.TweenLite.to(raimg,0.5,{autoAlpha:0,onComplete:function() { + raimg.css({'backgroundImage':'url('+nextimgsrc+')'}); + laimg.css({'backgroundImage':'url('+previmgsrc+')'}); + }}); + punchgs.TweenLite.to(laimg,0.5,{autoAlpha:0,onComplete:function() { + punchgs.TweenLite.to(raimg,0.5,{autoAlpha:1,delay:0.2}); + punchgs.TweenLite.to(laimg,0.5,{autoAlpha:1,delay:0.2}); + }}); + } else { + + raimg_b.css({'backgroundImage':'url('+nextimgsrc+')'}); + laimg_b.css({'backgroundImage':'url('+previmgsrc+')'}); + + punchgs.TweenLite.fromTo(raimg_b,0.8,{force3D:punchgs.force3d,x:0},{x:-raimg.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function() { + raimg.css({'backgroundImage':'url('+nextimgsrc+')'}); + punchgs.TweenLite.set(raimg_b,{x:0}); + }}); + punchgs.TweenLite.fromTo(laimg_b,0.8,{force3D:punchgs.force3d,x:0},{x:raimg.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function() { + laimg.css({'backgroundImage':'url('+previmgsrc+')'}); + punchgs.TweenLite.set(laimg_b,{x:0}); + }}); + + + + punchgs.TweenLite.fromTo(raimg,0.8,{x:0},{force3D:punchgs.force3d,x:-raimg.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function() { + punchgs.TweenLite.set(raimg,{x:0}); + }}); + punchgs.TweenLite.fromTo(laimg,0.8,{x:0},{force3D:punchgs.force3d,x:raimg.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function() { + punchgs.TweenLite.set(laimg,{x:0}); + }}); + } + + // HOVER EFFECTS ARE SPECIAL ON PREVIEW4 + if (rar.hasClass("preview4") && !rar.hasClass("hashoveralready")) { + + rar.addClass("hashoveralready"); + rar.hover(function() { + var iw = jQuery(this).find('.tp-arr-iwrapper'); + var all = jQuery(this).find('.tp-arr-allwrapper'); + punchgs.TweenLite.fromTo(iw,0.4,{x:iw.width()},{x:0,delay:0.3,ease:punchgs.Power3.easeOut,overwrite:"all"}); + punchgs.TweenLite.to(all,0.2,{autoAlpha:1,overwrite:"all"}); + + },function() { + var iw = jQuery(this).find('.tp-arr-iwrapper'); + var all = jQuery(this).find('.tp-arr-allwrapper'); + punchgs.TweenLite.to(iw,0.4,{x:iw.width(),ease:punchgs.Power3.easeOut,delay:0.2,overwrite:"all"}); + punchgs.TweenLite.to(all,0.2,{delay:0.6,autoAlpha:0,overwrite:"all"}); + }); + + + lar.hover(function() { + var iw = jQuery(this).find('.tp-arr-iwrapper'); + var all = jQuery(this).find('.tp-arr-allwrapper'); + punchgs.TweenLite.fromTo(iw,0.4,{x:(0-iw.width())},{x:0,delay:0.3,ease:punchgs.Power3.easeOut,overwrite:"all"}); + punchgs.TweenLite.to(all,0.2,{autoAlpha:1,overwrite:"all"}); + + },function() { + var iw = jQuery(this).find('.tp-arr-iwrapper'); + var all = jQuery(this).find('.tp-arr-allwrapper'); + punchgs.TweenLite.to(iw,0.4,{x:(0-iw.width()),ease:punchgs.Power3.easeOut,delay:0.2,overwrite:"all"}); + punchgs.TweenLite.to(all,0.2,{delay:0.6,autoAlpha:0,overwrite:"all"}); + }); + + } + // END OF NAVIGATION ARROW CONTENT FILLING + + } + ////////////////////////////////////////////////////////// + // - SET THE IMAGE SIZE TO FIT INTO THE CONTIANER - // + //////////////////////////////////////////////////////// + var setSize = function(img,opt) { + + + opt.container.closest('.forcefullwidth_wrapper_tp_banner').find('.tp-fullwidth-forcer').css({'height':opt.container.height()}); + opt.container.closest('.rev_slider_wrapper').css({'height':opt.container.height()}); + + + opt.width=parseInt(opt.container.width(),0); + opt.height=parseInt(opt.container.height(),0); + + + + opt.bw= (opt.width / opt.startwidth); + opt.bh = (opt.height / opt.startheight); + + if (opt.bh>opt.bw) opt.bh=opt.bw; + if (opt.bh1) { opt.bw=1; opt.bh=1; } + if (opt.bw>1) {opt.bw=1; opt.bh=1; } + + + //opt.height= opt.startheight * opt.bh; + opt.height = Math.round(opt.startheight * (opt.width/opt.startwidth)); + + + if (opt.height>opt.startheight && opt.autoHeight!="on") opt.height=opt.startheight; + + + if (opt.fullScreen=="on") { + opt.height = opt.bw * opt.startheight; + var cow = opt.container.parent().width(); + var coh = jQuery(window).height(); + + if (opt.fullScreenOffsetContainer!=undefined) { + try{ + var offcontainers = opt.fullScreenOffsetContainer.split(","); + jQuery.each(offcontainers,function(index,searchedcont) { + coh = coh - jQuery(searchedcont).outerHeight(true); + if (coh1 && opt.fullScreenOffset!=undefined && opt.fullScreenOffset.length>0) { + + coh = coh - (jQuery(window).height()* parseInt(opt.fullScreenOffset,0)/100); + } else { + if (opt.fullScreenOffset!=undefined && opt.fullScreenOffset.length>0) + coh = coh - parseInt(opt.fullScreenOffset,0); + } + + + if (cohul:first').css({overflow:'hidden',width:'100%',height:'100%',maxHeight:container.parent().css('maxHeight')}).addClass("tp-revslider-mainul"); + if (opt.autoHeight=="on") { + container.find('>ul:first').css({overflow:'hidden',width:'100%',height:'100%',maxHeight:"none"}); + container.css({'maxHeight':'none'}); + container.parent().css({'maxHeight':'none'}); + } + + container.find('>ul:first >li').each(function(j) { + var li=jQuery(this); + li.addClass("tp-revslider-slidesli"); + + // MAKE LI OVERFLOW HIDDEN FOR FURTHER ISSUES + li.css({'width':'100%','height':'100%','overflow':'hidden'}); + + // IF LINK ON SLIDE EXISTS, NEED TO CREATE A PROPER LAYER FOR IT. + if (li.data('link')!=undefined) { + var link = li.data('link'); + var target="_self"; + var zindex=60; + if (li.data('slideindex')=="back") zindex=0; + var linktoslide=checksl = li.data('linktoslide'); + if (linktoslide != undefined) { + if (linktoslide!="next" && linktoslide!="prev") + container.find('>ul:first-child >li').each(function() { + var t = jQuery(this); + if (t.data('origindex')+1==checksl) linktoslide = t.index()+1; + }); + } + if (li.data('target')!=undefined) target=li.data('target'); + if (link!="slide") linktoslide="no"; + var apptxt = ''; + + li.append(apptxt); + } + }); + + // RESOLVE OVERFLOW HIDDEN OF MAIN CONTAINER + container.parent().css({'overflow':'visible'}); + + + container.find('>ul:first >li >img').each(function(j) { + + var img=jQuery(this); + + img.addClass('defaultimg'); + if (img.data('lazyload')!=undefined && img.data('lazydone') != 1) { + + } else { + setSize(img,opt); + } + + if (isIE(8)) { + img.data('kenburns',"off"); + } + + // TURN OF KEN BURNS IF WE ARE ON MOBILE AND IT IS WISHED SO + if (opt.panZoomDisableOnMobile == "on" && is_mobile()) { + img.data('kenburns',"off"); + img.data('bgfit',"cover"); + } + + img.wrap('
    '); + + if (opt.dottedOverlay!="none" && opt.dottedOverlay!=undefined) + img.closest('.slotholder').append('
    '); + + var src=img.attr('src'), + ll = img.data('lazyload'), + bgfit = img.data('bgfit'), + bgrepeat = img.data('bgrepeat'), + bgposition = img.data('bgposition'); + + + if (bgfit==undefined) bgfit="cover"; + if (bgrepeat==undefined) bgrepeat="no-repeat"; + if (bgposition==undefined) bgposition="center center" + + + var pari = img.closest('.slotholder'); + img.replaceWith('
    '); + + if (isIE(8)) { + pari.find('.tp-bgimg').css({backgroundImage:"none",'background-image':'none'}); + pari.find('.tp-bgimg').append(''); + } + + img.css({'opacity':0}); + img.data('li-id',j); + + }); + } + + + /////////////////////// + // PREPARE THE SLIDE // + ////////////////////// + var prepareOneSlide = function(slotholder,opt,visible,vorh) { + + var sh=slotholder, + img = sh.find('.defaultimg'), + scalestart = sh.data('zoomstart'), + rotatestart = sh.data('rotationstart'); + + if (img.data('currotate')!=undefined) + rotatestart = img.data('currotate'); + if (img.data('curscale')!=undefined && vorh=="box") + scalestart = img.data('curscale')*100; + else + if (img.data('curscale')!=undefined) + scalestart = img.data('curscale'); + + setSize(img,opt) + + var src = img.data('src'), + bgcolor=img.css('backgroundColor'), + w = opt.width, + h = opt.height, + fulloff = img.data("fxof"), + fullyoff=0; + + if (opt.autoHeight=="on") h = opt.container.height(); + if (fulloff==undefined) fulloff=0; + + + + var off=0, + bgfit = img.data('bgfit'), + bgrepeat = img.data('bgrepeat'), + bgposition = img.data('bgposition'); + + if (bgfit==undefined) bgfit="cover"; + if (bgrepeat==undefined) bgrepeat="no-repeat"; + if (bgposition==undefined) bgposition="center center"; + + if (isIE(8)) { + sh.data('kenburns',"off"); + var imgsrc=src; + src=""; + } + + switch (vorh) { + // BOX ANIMATION PREPARING + case "box": + // SET THE MINIMAL SIZE OF A BOX + var basicsize = 0, + x = 0, + y = 0; + + if (opt.sloth>opt.slotw) + basicsize=opt.sloth + else + basicsize=opt.slotw; + + if (!visible) { + var off=0-basicsize; + } + + opt.slotw = basicsize; + opt.sloth = basicsize; + var x=0; + var y=0; + + if (sh.data('kenburns')=="on") { + bgfit=scalestart; + if (bgfit.toString().length<4) + bgfit = calculateKenBurnScales(bgfit,sh,opt); + } + + for (var j=0;j'+ + + '
    '+ + + '
    '+ + '
    '); + y=y+basicsize; + + if (isIE(8)) { + + sh.find('.slot ').last().find('.slotslide').append(''); + ieimgposition(sh,opt); + } + + if (scalestart!=undefined && rotatestart!=undefined) + punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); + } + x=x+basicsize; + } + break; + + // SLOT ANIMATION PREPARING + case "vertical": + case "horizontal": + if (sh.data('kenburns')=="on") { + bgfit=scalestart; + if (bgfit.toString().length<4) + bgfit = calculateKenBurnScales(bgfit,sh,opt); + } + if (vorh == "horizontal") { + if (!visible) var off=0-opt.slotw; + for (var i=0;i'+ + '
    '+ + '
    '+ + '
    '); + if (scalestart!=undefined && rotatestart!=undefined) + punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); + if (isIE(8)) { + sh.find('.slot ').last().find('.slotslide').append(''); + ieimgposition(sh,opt); + } + } + } else { + if (!visible) var off=0-opt.sloth; + for (var i=0;i'+ + + '
    '+ + '
    '+ + + '
    '); + if (scalestart!=undefined && rotatestart!=undefined) + punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); + if (isIE(8)) { + sh.find('.slot ').last().find('.slotslide').append(''); + ieimgposition(sh,opt); + } + } + } + break; + } + } + + /*********************************************** + - MOVE IE8 IMAGE IN RIGHT POSITION - + ***********************************************/ + + var ieimgposition = function(nextsh,opt) { + + if (isIE(8)) { + + var ie8img = nextsh.find('.ieeightfallbackimage'); + + var ie8w = ie8img.width(), + ie8h = ie8img.height(); + + + + if (opt.startwidth/opt.startheight 0) + loadAllPrepared(element,found); + else { + clearInterval(inter); + if (call!=undefined) + call(); + } + + },100) + } + + + ////////////////////////////// + // - SWAP THE SLIDES - // + //////////////////////////// + var swapSlide = function(container,opt) { + + try{ + var actli =container.find('>ul:first-child >li:eq('+opt.act+')'); + } catch(e) { + var actli=container.find('>ul:first-child >li:eq(1)'); + } + opt.lastslide=opt.act; + var nextli = container.find('>ul:first-child >li:eq('+opt.next+')'); + + var defimg= nextli.find('.defaultimg'); + + + opt.bannertimeronpause = true; + container.trigger('stoptimer'); + opt.cd=0; + + if (defimg.data('lazyload') !=undefined && defimg.data('lazyload') !="undefined" && defimg.data('lazydone') !=1 ) { + + if (!isIE(8)) + defimg.css({backgroundImage:'url("'+nextli.find('.defaultimg').data('lazyload')+'")'}); + else { + defimg.attr('src',nextli.find('.defaultimg').data('lazyload')); + } + + defimg.data('src',nextli.find('.defaultimg').data('lazyload')); + defimg.data('lazydone',1); + defimg.data('orgw',0); + nextli.data('loadeddone',1); + + container.find('.tp-loader').css({display:"block"}); + waitForLoads(container.find('.tp-static-layers'),function() { + waitForLoads(nextli,function() { + var nextsh = nextli.find('.slotholder'); + if (nextsh.data('kenburns')=="on") { + var waitfordimension = setInterval(function() { + var ow = nextsh.data('owidth'); + if (ow>=0) { + clearInterval(waitfordimension); + swapSlideCall(opt,defimg,container) + } + },10) + } else + swapSlideCall(opt,defimg,container) + },opt); + },opt); + + } else { + + if (nextli.data('loadeddone')===undefined) { + nextli.data('loadeddone',1); + waitForLoads(nextli,function() { + swapSlideCall(opt,defimg,container) + },opt); + } else + + swapSlideCall(opt,defimg,container) + } + + } + + var swapSlideCall = function(opt,defimg,container) { + opt.bannertimeronpause = false; + opt.cd=0; + container.trigger('nulltimer'); + container.find('.tp-loader').css({display:"none"}); + setSize(defimg,opt); + setBulPos(container,opt); + setSize(defimg,opt); + swapSlideProgress(container,opt); + + } + + /****************************** + - SWAP SLIDE PROGRESS - + ********************************/ + /*!SWAP SLIDE*/ + var swapSlideProgress = function(container,opt) { + + + container.trigger('revolution.slide.onbeforeswap'); + + opt.transition = 1; + opt.videoplaying = false; + //konsole.log("VideoPlay set to False due swapSlideProgress"); + + try{ + var actli = container.find('>ul:first-child >li:eq('+opt.act+')'); + } catch(e) { + var actli=container.find('>ul:first-child >li:eq(1)'); + } + + opt.lastslide=opt.act; + + var nextli = container.find('>ul:first-child >li:eq('+opt.next+')'); + + setTimeout(function() { + handleSpecialPreviews(opt); + },200); + + var actsh = actli.find('.slotholder'), + nextsh = nextli.find('.slotholder'); + + if (nextsh.data('kenburns')=="on" || actsh.data('kenburns')=="on") { + stopKenBurn(container,opt); + container.find('.kenburnimg').remove(); + } + + + // IF DELAY HAS BEEN SET VIA THE SLIDE, WE TAKE THE NEW VALUE, OTHER WAY THE OLD ONE... + if (nextli.data('delay')!=undefined) { + opt.cd=0; + opt.delay=nextli.data('delay'); + } else { + opt.delay=opt.origcd; + } + + + if (opt.firststart==1) + punchgs.TweenLite.set(actli,{autoAlpha:0}); + + punchgs.TweenLite.set(actli,{zIndex:18}); + punchgs.TweenLite.set(nextli,{autoAlpha:0,zIndex:20}); + + /////////////////////////// + // REMOVE THE CAPTIONS // + /////////////////////////// + var removetime = 0; + if (actli.index() != nextli.index() && opt.firststart!=1) { + removetime = removeTheCaptions(actli,opt); + + } + + if (actli.data('saveperformance')!="on") removetime = 0; + + setTimeout(function() { + //opt.cd=0; + //container.trigger('nulltimer'); + container.trigger('restarttimer'); + slideAnimation(container,opt,nextli,actli,actsh,nextsh); + },removetime) + + } + + + /****************************************** + - START THE LAYER ANIMATION - + *******************************************/ + + var slideAnimation = function(container,opt,nextli,actli,actsh,nextsh) { + + // IF THERE IS AN OTHER FIRST SLIDE START HAS BEED SELECTED + if (nextli.data('differentissplayed') =='prepared') { + nextli.data('differentissplayed','done'); + nextli.data('transition',nextli.data('savedtransition')); + nextli.data('slotamount',nextli.data('savedslotamount')); + nextli.data('masterspeed',nextli.data('savedmasterspeed')); + } + + + if (nextli.data('fstransition') != undefined && nextli.data('differentissplayed') !="done") { + nextli.data('savedtransition',nextli.data('transition')); + nextli.data('savedslotamount',nextli.data('slotamount')); + nextli.data('savedmasterspeed',nextli.data('masterspeed')); + + nextli.data('transition',nextli.data('fstransition')); + nextli.data('slotamount',nextli.data('fsslotamount')); + nextli.data('masterspeed',nextli.data('fsmasterspeed')); + + nextli.data('differentissplayed','prepared'); + } + + container.find('.active-revslide').removeClass('.active-revslide'); + nextli.addClass("active-revslide"); + + /////////////////////////////////////// + // TRANSITION CHOOSE - RANDOM EFFECTS// + /////////////////////////////////////// + + + if (nextli.data('transition')==undefined) nextli.data('transition',"random"); + + var nexttrans = 0, + transtext = nextli.data('transition').split(","), + curtransid = nextli.data('nexttransid') == undefined ? -1 : nextli.data('nexttransid'); + + if (nextli.data('randomtransition')=="on") + curtransid = Math.round(Math.random()*transtext.length); + else + curtransid=curtransid+1; + + if (curtransid==transtext.length) curtransid=0; + nextli.data('nexttransid',curtransid); + + + + var comingtransition = transtext[curtransid]; + + if (opt.ie) { + if (comingtransition=="boxfade") comingtransition = "boxslide"; + if (comingtransition=="slotfade-vertical") comingtransition = "slotzoom-vertical"; + if (comingtransition=="slotfade-horizontal") comingtransition = "slotzoom-horizontal"; + } + + if (isIE(8)) { + comingtransition = 11; + } + + + var specials = 0; + + if (opt.parallax=="scroll" && opt.parallaxFirstGo==undefined) { + opt.parallaxFirstGo = true; + scrollParallax(container,opt); + setTimeout(function() { + scrollParallax(container,opt); + },210); + setTimeout(function() { + scrollParallax(container,opt); + },420); + + } + + + + + /* if (opt.ffnn == undefined) opt.ffnn=0; + comingtransition=opt.ffnn; + + if ( direction==1) + opt.ffnn=opt.ffnn-1; + else + opt.ffnn=opt.ffnn+1; + + if (opt.ffnn>46) opt.ffnn=0; + if (opt.ffnn<0) opt.ffnn = 46; + + jQuery('.logo').html('Next Anim:'+comingtransition); + + + if (comingtransition=="boxslide" || comingtransition == "boxfade" || comingtransition == "papercut" || + comingtransition==0 || comingtransition == 1 || comingtransition == 16) + comingtransition = 9;*/ + + + /* Transition Name , + Transition Code, + Transition Sub Code, + Max Slots, + MasterSpeed Delays, + Preparing Slots (box,slideh, slidev), + Call on nextsh (null = no, true/false for visibility first preparing), + Call on actsh (null = no, true/false for visibility first preparing), + */ + + + + if (comingtransition=="slidehorizontal") { + comingtransition = "slideleft" + if (opt.leftarrowpressed==1) + comingtransition = "slideright" + } + + if (comingtransition=="slidevertical") { + comingtransition = "slideup" + if (opt.leftarrowpressed==1) + comingtransition = "slidedown" + } + + if (comingtransition=="parallaxhorizontal") { + comingtransition = "parallaxtoleft" + if (opt.leftarrowpressed==1) + comingtransition = "parallaxtoright" + } + + + if (comingtransition=="parallaxvertical") { + comingtransition = "parallaxtotop" + if (opt.leftarrowpressed==1) + comingtransition = "parallaxtobottom" + } + + + + + var transitionsArray = [ ['boxslide' , 0, 1, 10, 0,'box',false,null,0], + ['boxfade', 1, 0, 10, 0,'box',false,null,1], + ['slotslide-horizontal', 2, 0, 0, 200,'horizontal',true,false,2], + ['slotslide-vertical', 3, 0,0,200,'vertical',true,false,3], + ['curtain-1', 4, 3,0,0,'horizontal',true,true,4], + ['curtain-2', 5, 3,0,0,'horizontal',true,true,5], + ['curtain-3', 6, 3,25,0,'horizontal',true,true,6], + ['slotzoom-horizontal', 7, 0,0,400,'horizontal',true,true,7], + ['slotzoom-vertical', 8, 0,0,0,'vertical',true,true,8], + ['slotfade-horizontal', 9, 0,0,500,'horizontal',true,null,9], + ['slotfade-vertical', 10, 0,0 ,500,'vertical',true,null,10], + ['fade', 11, 0, 1 ,300,'horizontal',true,null,11], + ['slideleft', 12, 0,1,0,'horizontal',true,true,12], + ['slideup', 13, 0,1,0,'horizontal',true,true,13], + ['slidedown', 14, 0,1,0,'horizontal',true,true,14], + ['slideright', 15, 0,1,0,'horizontal',true,true,15], + ['papercut', 16, 0,0,600,'',null,null,16], + ['3dcurtain-horizontal', 17, 0,20,100,'vertical',false,true,17], + ['3dcurtain-vertical', 18, 0,10,100,'horizontal',false,true,18], + ['cubic', 19, 0,20,600,'horizontal',false,true,19], + ['cube',19,0,20,600,'horizontal',false,true,20], + ['flyin', 20, 0,4,600,'vertical',false,true,21], + ['turnoff', 21, 0,1,1600,'horizontal',false,true,22], + ['incube', 22, 0,20,200,'horizontal',false,true,23], + ['cubic-horizontal', 23, 0,20,500,'vertical',false,true,24], + ['cube-horizontal', 23, 0,20,500,'vertical',false,true,25], + ['incube-horizontal', 24, 0,20,500,'vertical',false,true,26], + ['turnoff-vertical', 25, 0,1,200,'horizontal',false,true,27], + ['fadefromright', 12, 1,1,0,'horizontal',true,true,28], + ['fadefromleft', 15, 1,1,0,'horizontal',true,true,29], + ['fadefromtop', 14, 1,1,0,'horizontal',true,true,30], + ['fadefrombottom', 13, 1,1,0,'horizontal',true,true,31], + ['fadetoleftfadefromright', 12, 2,1,0,'horizontal',true,true,32], + ['fadetorightfadetoleft', 15, 2,1,0,'horizontal',true,true,33], + ['fadetobottomfadefromtop', 14, 2,1,0,'horizontal',true,true,34], + ['fadetotopfadefrombottom', 13, 2,1,0,'horizontal',true,true,35], + ['parallaxtoright', 12, 3,1,0,'horizontal',true,true,36], + ['parallaxtoleft', 15, 3,1,0,'horizontal',true,true,37], + ['parallaxtotop', 14, 3,1,0,'horizontal',true,true,38], + ['parallaxtobottom', 13, 3,1,0,'horizontal',true,true,39], + ['scaledownfromright', 12, 4,1,0,'horizontal',true,true,40], + ['scaledownfromleft', 15, 4,1,0,'horizontal',true,true,41], + ['scaledownfromtop', 14, 4,1,0,'horizontal',true,true,42], + ['scaledownfrombottom', 13, 4,1,0,'horizontal',true,true,43], + ['zoomout', 13, 5,1,0,'horizontal',true,true,44], + ['zoomin', 13, 6,1,0,'horizontal',true,true,45], + ['notransition',26,0,1,0,'horizontal',true,null,46] + ]; + + + var flatTransitions = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]; + var premiumTransitions = [16,17,18,19,20,21,22,23,24,25,26,27] + + var nexttrans =0; + var specials = 1; + var STAindex = 0; + var indexcounter =0; + var STA = new Array; + + //START THE KEN BURN PAN ZOOM ANIMATION + if (nextsh.data('kenburns')=="on") { + if (comingtransition == "boxslide" || comingtransition==0 || + comingtransition == "boxfade" || comingtransition==1 || + comingtransition == "papercut" || comingtransition==16 + ) + comingtransition = 11; + + startKenBurn(container,opt,true,true); + } + + + + // RANDOM TRANSITIONS + if (comingtransition == "random") { + comingtransition = Math.round(Math.random()*transitionsArray.length-1); + if (comingtransition>transitionsArray.length-1) comingtransition=transitionsArray.length-1; + } + + // RANDOM FLAT TRANSITIONS + if (comingtransition == "random-static") { + comingtransition = Math.round(Math.random()*flatTransitions.length-1); + if (comingtransition>flatTransitions.length-1) comingtransition=flatTransitions.length-1; + comingtransition = flatTransitions[comingtransition]; + } + + // RANDOM PREMIUM TRANSITIONS + if (comingtransition == "random-premium") { + comingtransition = Math.round(Math.random()*premiumTransitions.length-1); + if (comingtransition>premiumTransitions.length-1) comingtransition=premiumTransitions.length-1; + comingtransition = premiumTransitions[comingtransition]; + } + + //joomla only change: avoid problematic transitions that don't compatible with mootools + var problematicTransitions = [12,13,14,15,16,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]; + if(opt.isJoomla == true && window.MooTools != undefined && problematicTransitions.indexOf(comingtransition) != -1){ + + var newTransIndex = Math.round(Math.random() * (premiumTransitions.length-2) ) + 1; + + //some limits fix + if (newTransIndex > premiumTransitions.length-1) + newTransIndex = premiumTransitions.length-1; + + if(newTransIndex == 0) + newTransIndex = 1; + + comingtransition = premiumTransitions[newTransIndex]; + } + + + + function findTransition() { + // FIND THE RIGHT TRANSITION PARAMETERS HERE + jQuery.each(transitionsArray,function(inde,trans) { + if (trans[0] == comingtransition || trans[8] == comingtransition) { + nexttrans = trans[1]; + specials = trans[2]; + STAindex = indexcounter; + } + indexcounter = indexcounter+1; + }) + } + + findTransition(); + + // CHECK IF WE HAVE IE8 AND THAN FALL BACK ON FLAT TRANSITIONS + if (isIE(8) && nexttrans>15 && nexttrans<28) { + comingtransition = Math.round(Math.random()*flatTransitions.length-1); + if (comingtransition>flatTransitions.length-1) comingtransition=flatTransitions.length-1; + comingtransition = flatTransitions[comingtransition]; + indexcounter =0; + findTransition(); + } + + + + + // WHICH DIRECTION DID WE HAD ? + var direction=-1; + if (opt.leftarrowpressed==1 || opt.act>opt.next) direction=1; + + + + opt.leftarrowpressed=0; + + if (nexttrans>26) nexttrans = 26; + if (nexttrans<0) nexttrans = 0; + + + // DEFINE THE MASTERSPEED FOR THE SLIDE // + var masterspeed=300; + if (nextli.data('masterspeed')!=undefined && nextli.data('masterspeed')>99 && nextli.data('masterspeed')opt.delay) + masterspeed = opt.delay; + + // PREPARED DEFAULT SETTINGS PER TRANSITION + STA = transitionsArray[STAindex]; + + ///////////////////////////////////////////// + // SET THE BULLETS SELECTED OR UNSELECTED // + ///////////////////////////////////////////// + container.parent().find(".bullet").each(function() { + var bul = jQuery(this), + buli = bul.index(); + bul.removeClass("selected"); + + if (opt.navigationArrows=="withbullet" || opt.navigationArrows=="nexttobullets") + buli = bul.index()-1; + + if (buli == opt.next) bul.addClass('selected'); + + }); + + /////////////////////////////// + // MAIN TIMELINE DEFINITION // + /////////////////////////////// + + var mtl = new punchgs.TimelineLite({onComplete:function() { + letItFree(container,opt,nextsh,actsh,nextli,actli,mtl); + }}); + //SET DEFAULT IMG UNVISIBLE AT START + mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{opacity:0})); + mtl.pause(); + + + + + ///////////////////////////////////////////// + // SET THE ACTUAL AMOUNT OF SLIDES !! // + // SET A RANDOM AMOUNT OF SLOTS // + /////////////////////////////////////////// + if (nextli.data('slotamount')==undefined || nextli.data('slotamount')<1) { + opt.slots=Math.round(Math.random()*12+4); + if (comingtransition=="boxslide") + opt.slots=Math.round(Math.random()*6+3); + else + if (comingtransition=="flyin") + opt.slots=Math.round(Math.random()*4+1); + } else { + opt.slots=nextli.data('slotamount'); + + } + + ///////////////////////////////////////////// + // SET THE ACTUAL AMOUNT OF SLIDES !! // + // SET A RANDOM AMOUNT OF SLOTS // + /////////////////////////////////////////// + if (nextli.data('rotate')==undefined) + opt.rotate = 0 + else + if (nextli.data('rotate')==999) + opt.rotate=Math.round(Math.random()*360); + else + opt.rotate=nextli.data('rotate'); + if (!jQuery.support.transition || opt.ie || opt.ie9) opt.rotate=0; + + + + + ////////////////////////////// + // FIRST START // + ////////////////////////////// + if (opt.firststart==1) opt.firststart=0; + + + // ADJUST MASTERSPEED + masterspeed = masterspeed + STA[4]; + + if ((nexttrans==4 || nexttrans==5 || nexttrans==6) && opt.slots<3 ) opt.slots=3; + + // ADJUST SLOTS + if (STA[3] != 0) opt.slots = Math.min(opt.slots,STA[3]); + if (nexttrans==9) opt.slots = opt.width/20; + if (nexttrans==10) opt.slots = opt.height/20; + + // prepareOneSlide + + if (STA[7] !=null) prepareOneSlide(actsh,opt,STA[7],STA[5]); + if (STA[6] !=null) prepareOneSlide(nextsh,opt,STA[6],STA[5]); + + + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==0) { // BOXSLIDE + + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + var maxz = Math.ceil(opt.height/opt.sloth); + var curz = 0; + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + curz=curz+1; + if (curz==maxz) curz=0; + + mtl.add(punchgs.TweenLite.from(ss,(masterspeed)/600, + {opacity:0,top:(0-opt.sloth),left:(0-opt.slotw),rotation:opt.rotate,force3D:"auto",ease:punchgs.Power2.easeOut}),((j*15) + ((curz)*30))/1500); + }); + } + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==1) { + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + var maxtime, + maxj = 0; + + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this), + rand=Math.random()*masterspeed+300, + rand2=Math.random()*500+200; + if (rand+rand2>maxtime) { + maxtime = rand2+rand2; + maxj = j; + } + mtl.add(punchgs.TweenLite.from(ss,rand/1000, + {autoAlpha:0, force3D:"auto",rotation:opt.rotate,ease:punchgs.Power2.easeInOut}),rand2/1000); + }); + } + + + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==2) { + + var subtl = new punchgs.TimelineLite(); + // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT + actsh.find('.slotslide').each(function() { + var ss=jQuery(this); + subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{left:opt.slotw, force3D:"auto",rotation:(0-opt.rotate)}),0); + mtl.add(subtl,0); + }); + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function() { + var ss=jQuery(this); + subtl.add(punchgs.TweenLite.from(ss,masterspeed/1000,{left:0-opt.slotw, force3D:"auto",rotation:opt.rotate}),0); + mtl.add(subtl,0); + }); + } + + + + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==3) { + var subtl = new punchgs.TimelineLite(); + + // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT + actsh.find('.slotslide').each(function() { + var ss=jQuery(this); + subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{top:opt.sloth,rotation:opt.rotate,force3D:"auto",transformPerspective:600}),0); + mtl.add(subtl,0); + + }); + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function() { + var ss=jQuery(this); + subtl.add(punchgs.TweenLite.from(ss,masterspeed/1000,{top:0-opt.sloth,rotation:opt.rotate,ease:punchgs.Power2.easeOut,force3D:"auto",transformPerspective:600}),0); + mtl.add(subtl,0); + }); + } + + + + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==4 || nexttrans==5) { + + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + var cspeed = (masterspeed)/1000, + ticker = cspeed, + subtl = new punchgs.TimelineLite(); + + actsh.find('.slotslide').each(function(i) { + var ss=jQuery(this); + var del = (i*cspeed)/opt.slots; + if (nexttrans==5) del = ((opt.slots-i-1)*cspeed)/(opt.slots)/1.5; + subtl.add(punchgs.TweenLite.to(ss,cspeed*3,{transformPerspective:600,force3D:"auto",top:0+opt.height,opacity:0.5,rotation:opt.rotate,ease:punchgs.Power2.easeInOut,delay:del}),0); + mtl.add(subtl,0); + }); + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function(i) { + var ss=jQuery(this); + var del = (i*cspeed)/opt.slots; + if (nexttrans==5) del = ((opt.slots-i-1)*cspeed)/(opt.slots)/1.5; + subtl.add(punchgs.TweenLite.from(ss,cspeed*3, + {top:(0-opt.height),opacity:0.5,rotation:opt.rotate,force3D:"auto",ease:punchgs.Power2.easeInOut,delay:del}),0); + mtl.add(subtl,0); + + }); + + + } + + ///////////////////////////////////// + // THE SLOTSLIDE - TRANSITION I. // + //////////////////////////////////// + if (nexttrans==6) { + + + if (opt.slots<2) opt.slots=2; + if (opt.slots % 2) opt.slots = opt.slots+1; + + var subtl = new punchgs.TimelineLite(); + + //SET DEFAULT IMG UNVISIBLE + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + + actsh.find('.slotslide').each(function(i) { + var ss=jQuery(this); + if (i+1opt.delay) masterspeed=opt.delay; + var subtl = new punchgs.TimelineLite(); + + //SET DEFAULT IMG UNVISIBLE + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + + // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT + actsh.find('.slotslide').each(function() { + var ss=jQuery(this).find('div'); + subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{ + left:(0-opt.slotw/2)+'px', + top:(0-opt.height/2)+'px', + width:(opt.slotw*2)+"px", + height:(opt.height*2)+"px", + opacity:0, + rotation:opt.rotate, + force3D:"auto", + ease:punchgs.Power2.easeOut}),0); + mtl.add(subtl,0); + + }); + + ////////////////////////////////////////////////////////////// + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT // + /////////////////////////////////////////////////////////////// + nextsh.find('.slotslide').each(function(i) { + var ss=jQuery(this).find('div'); + + subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:0,top:0,opacity:0,transformPerspective:600}, + {left:(0-i*opt.slotw)+'px', + ease:punchgs.Power2.easeOut, + force3D:"auto", + top:(0)+'px', + width:opt.width, + height:opt.height, + opacity:1,rotation:0, + delay:0.1}),0); + mtl.add(subtl,0); + }); + } + + + + + //////////////////////////////////// + // THE SLOTSZOOM - TRANSITION II. // + //////////////////////////////////// + if (nexttrans==8) { + + masterspeed = masterspeed * 3; + if (masterspeed>opt.delay) masterspeed=opt.delay; + var subtl = new punchgs.TimelineLite(); + + + + // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT + actsh.find('.slotslide').each(function() { + var ss=jQuery(this).find('div'); + subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000, + {left:(0-opt.width/2)+'px', + top:(0-opt.sloth/2)+'px', + width:(opt.width*2)+"px", + height:(opt.sloth*2)+"px", + force3D:"auto", + opacity:0,rotation:opt.rotate}),0); + mtl.add(subtl,0); + + }); + + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT // + /////////////////////////////////////////////////////////////// + nextsh.find('.slotslide').each(function(i) { + var ss=jQuery(this).find('div'); + + subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:0, top:0,opacity:0,force3D:"auto"}, + {'left':(0)+'px', + 'top':(0-i*opt.sloth)+'px', + 'width':(nextsh.find('.defaultimg').data('neww'))+"px", + 'height':(nextsh.find('.defaultimg').data('newh'))+"px", + opacity:1,rotation:0, + }),0); + mtl.add(subtl,0); + }); + } + + + //////////////////////////////////////// + // THE SLOTSFADE - TRANSITION III. // + ////////////////////////////////////// + if (nexttrans==9 || nexttrans==10) { + var ssamount=0; + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function(i) { + var ss=jQuery(this); + ssamount++; + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000,{autoAlpha:0,force3D:"auto",transformPerspective:600}, + {autoAlpha:1,ease:punchgs.Power2.easeInOut,delay:(i*5)/1000}),0); + + }); + } + + /////////////////////////// + // SIMPLE FADE ANIMATION // + /////////////////////////// + if (nexttrans==11 || nexttrans==26) { + + + var ssamount=0; + if (nexttrans==26) masterspeed=0; + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function(i) { + var ss=jQuery(this); + mtl.add(punchgs.TweenLite.from(ss,masterspeed/1000,{autoAlpha:0,force3D:"auto",ease:punchgs.Power2.easeInOut}),0); + }); + } + + if (nexttrans==12 || nexttrans==13 || nexttrans==14 || nexttrans==15) { + masterspeed = masterspeed; + if (masterspeed>opt.delay) masterspeed=opt.delay; + //masterspeed = 1000; + + setTimeout(function() { + punchgs.TweenLite.set(actsh.find('.defaultimg'),{autoAlpha:0}); + + },100); + + var oow = opt.width, + ooh = opt.height, + ssn=nextsh.find('.slotslide'), + twx = 0, + twy = 0, + op = 1, + scal = 1, + fromscale = 1, + easeitout = punchgs.Power2.easeInOut, + easeitin = punchgs.Power2.easeInOut, + speedy = masterspeed/1000, + speedy2 = speedy; + + + if (opt.fullWidth=="on" || opt.fullScreen=="on") { + oow=ssn.width(); + ooh=ssn.height(); + } + + if (nexttrans==12) + twx = oow; + else + if (nexttrans==15) + twx = 0-oow; + else + if (nexttrans==13) + twy = ooh; + else + if (nexttrans==14) + twy = 0-ooh; + + + // DEPENDING ON EXTENDED SPECIALS, DIFFERENT SCALE AND OPACITY FUNCTIONS NEED TO BE ADDED + if (specials == 1) op = 0; + if (specials == 2) op = 0; + if (specials == 3) { + easeitout = punchgs.Power2.easeInOut; + easeitin = punchgs.Power1.easeInOut; + speedy = masterspeed / 1200; + } + + if (specials==4 || specials==5) + scal=0.6; + if (specials==6 ) + scal=1.4; + + + if (specials==5 || specials==6) { + fromscale=1.4; + op=0; + oow=0; + ooh=0;twx=0;twy=0; + } + if (specials==6) fromscale=0.6; + var dd = 0; + + mtl.add(punchgs.TweenLite.from(ssn,speedy, + {left:twx, top:twy, scale:fromscale, opacity:op,rotation:opt.rotate,ease:easeitin,force3D:"auto"}),0); + + var ssa=actsh.find('.slotslide'); + + if (specials==4 || specials==5) { + oow = 0; ooh=0; + } + + if (specials!=1) + switch (nexttrans) { + case 12: + mtl.add(punchgs.TweenLite.to(ssa,speedy2,{'left':(0-oow)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:easeitout}),0); + break; + case 15: + mtl.add(punchgs.TweenLite.to(ssa,speedy2,{'left':(oow)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:easeitout}),0); + break; + case 13: + mtl.add(punchgs.TweenLite.to(ssa,speedy2,{'top':(0-ooh)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:easeitout}),0); + break; + case 14: + mtl.add(punchgs.TweenLite.to(ssa,speedy2,{'top':(ooh)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:easeitout}),0); + break; + } + + } + + ////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XVI. // + ////////////////////////////////////// + if (nexttrans==16) { // PAPERCUT + + + var subtl = new punchgs.TimelineLite(); + mtl.add(punchgs.TweenLite.set(actli,{'position':'absolute','z-index':20}),0); + mtl.add(punchgs.TweenLite.set(nextli,{'position':'absolute','z-index':15}),0); + + + // PREPARE THE CUTS + actli.wrapInner('
    '); + + actli.find('.tp-half-one').clone(true).appendTo(actli).addClass("tp-half-two"); + actli.find('.tp-half-two').removeClass('tp-half-one'); + + var oow = opt.width, + ooh = opt.height; + if (opt.autoHeight=="on") + ooh = container.height(); + + + actli.find('.tp-half-one .defaultimg').wrap('
    ') + actli.find('.tp-half-two .defaultimg').wrap('
    ') + actli.find('.tp-half-two .defaultimg').css({position:'absolute',top:'-50%'}); + actli.find('.tp-half-two .tp-caption').wrapAll('
    '); + + mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-two'), + {width:oow,height:ooh,overflow:'hidden',zIndex:15,position:'absolute',top:ooh/2,left:'0px',transformPerspective:600,transformOrigin:"center bottom"}),0); + + mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-one'), + {width:oow,height:ooh/2,overflow:'visible',zIndex:10,position:'absolute',top:'0px',left:'0px',transformPerspective:600,transformOrigin:"center top"}),0); + + // ANIMATE THE CUTS + var img=actli.find('.defaultimg'), + ro1=Math.round(Math.random()*20-10), + ro2=Math.round(Math.random()*20-10), + ro3=Math.round(Math.random()*20-10), + xof = Math.random()*0.4-0.2, + yof = Math.random()*0.4-0.2, + sc1=Math.random()*1+1, + sc2=Math.random()*1+1, + sc3=Math.random()*0.3+0.3; + + mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-one'),{overflow:'hidden'}),0); + mtl.add(punchgs.TweenLite.fromTo(actli.find('.tp-half-one'),masterspeed/800, + {width:oow,height:ooh/2,position:'absolute',top:'0px',left:'0px',force3D:"auto",transformOrigin:"center top"}, + {scale:sc1,rotation:ro1,y:(0-ooh-ooh/4),autoAlpha:0,ease:punchgs.Power2.easeInOut}),0); + mtl.add(punchgs.TweenLite.fromTo(actli.find('.tp-half-two'),masterspeed/800, + {width:oow,height:ooh,overflow:'hidden',position:'absolute',top:ooh/2,left:'0px',force3D:"auto",transformOrigin:"center bottom"}, + {scale:sc2,rotation:ro2,y:ooh+ooh/4,ease:punchgs.Power2.easeInOut,autoAlpha:0,onComplete:function() { + // CLEAN UP + punchgs.TweenLite.set(actli,{'position':'absolute','z-index':15}); + punchgs.TweenLite.set(nextli,{'position':'absolute','z-index':20}); + if (actli.find('.tp-half-one').length>0) { + actli.find('.tp-half-one .defaultimg').unwrap(); + actli.find('.tp-half-one .slotholder').unwrap(); + } + actli.find('.tp-half-two').remove(); + }}),0); + + subtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{autoAlpha:1}),0); + + if (actli.html()!=null) + mtl.add(punchgs.TweenLite.fromTo(nextli,(masterspeed-200)/1000, + {scale:sc3,x:(opt.width/4)*xof, y:(ooh/4)*yof,rotation:ro3,force3D:"auto",transformOrigin:"center center",ease:punchgs.Power2.easeOut}, + {autoAlpha:1,scale:1,x:0,y:0,rotation:0}),0); + + mtl.add(subtl,0); + + + } + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XVII. // + /////////////////////////////////////// + if (nexttrans==17) { // 3D CURTAIN HORIZONTAL + + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + mtl.add(punchgs.TweenLite.fromTo(ss,(masterspeed)/800, + {opacity:0,rotationY:0,scale:0.9,rotationX:-110,force3D:"auto",transformPerspective:600,transformOrigin:"center center"}, + {opacity:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:j*0.06}),0); + + }); + } + + + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XVIII. // + /////////////////////////////////////// + if (nexttrans==18) { // 3D CURTAIN VERTICAL + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + mtl.add(punchgs.TweenLite.fromTo(ss,(masterspeed)/500, + {autoAlpha:0,rotationY:310,scale:0.9,rotationX:10,force3D:"auto",transformPerspective:600,transformOrigin:"center center"}, + {autoAlpha:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:j*0.06}),0); + }); + + + + } + + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XIX. // + /////////////////////////////////////// + if (nexttrans==19 || nexttrans==22) { // IN CUBE + + var subtl = new punchgs.TimelineLite(); + //SET DEFAULT IMG UNVISIBLE + + mtl.add(punchgs.TweenLite.set(actli,{zIndex:20}),0); + mtl.add(punchgs.TweenLite.set(nextli,{zIndex:20}),0); + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + var chix=nextli.css('z-index'), + chix2=actli.css('z-index'), + rot = 90, + op = 1, + torig ="center center "; + + if (direction==1) rot = -90; + + if (nexttrans==19) { + torig = torig+"-"+opt.height/2; + op=0; + + } else { + torig = torig+opt.height/2; + } + + // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT + punchgs.TweenLite.set(container,{transformStyle:"flat",backfaceVisibility:"hidden",transformPerspective:600}); + + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {transformStyle:"flat",backfaceVisibility:"hidden",left:0,rotationY:opt.rotate,z:10,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationX:rot}, + {left:0,rotationY:0,top:0,z:0, scale:1,force3D:"auto",rotationX:0, delay:(j*50)/1000,ease:punchgs.Power2.easeInOut}),0); + subtl.add(punchgs.TweenLite.to(ss,0.1,{autoAlpha:1,delay:(j*50)/1000}),0); + mtl.add(subtl); + }); + + actsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + var rot = -90; + if (direction==1) rot = 90; + + subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {transformStyle:"flat",backfaceVisibility:"hidden",autoAlpha:1,rotationY:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig, rotationX:0}, + {autoAlpha:1,rotationY:opt.rotate,top:0,z:10, scale:1,rotationX:rot, delay:(j*50)/1000,force3D:"auto",ease:punchgs.Power2.easeInOut}),0); + + mtl.add(subtl); + }); + } + + + + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XX. // + /////////////////////////////////////// + if (nexttrans==20 ) { // FLYIN + + + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + var chix=nextli.css('z-index'), + chix2=actli.css('z-index'); + + if (direction==1) { + var ofx = -opt.width + var rot =70; + var torig = "left center -"+opt.height/2; + } else { + var ofx = opt.width; + var rot = -70; + var torig = "right center -"+opt.height/2; + } + + + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1500, + {left:ofx,rotationX:40,z:-600, opacity:op,top:0,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationY:rot}, + {left:0, delay:(j*50)/1000,ease:punchgs.Power2.easeInOut}),0); + + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {rotationX:40,z:-600, opacity:op,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationY:rot}, + {rotationX:0,opacity:1,top:0,z:0, scale:1,rotationY:0, delay:(j*50)/1000,ease:punchgs.Power2.easeInOut}),0); + + mtl.add(punchgs.TweenLite.to(ss,0.1,{opacity:1,force3D:"auto",delay:(j*50)/1000+masterspeed/2000}),0); + + }); + actsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + if (direction!=1) { + var ofx = -opt.width + var rot =70; + var torig = "left center -"+opt.height/2; + } else { + var ofx = opt.width; + var rot = -70; + var torig = "right center -"+opt.height/2; + } + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {opacity:1,rotationX:0,top:0,z:0,scale:1,left:0, force3D:"auto",transformPerspective:600,transformOrigin:torig, rotationY:0}, + {opacity:1,rotationX:40,top:0, z:-600, left:ofx, force3D:"auto",scale:0.8,rotationY:rot, delay:(j*50)/1000,ease:punchgs.Power2.easeInOut}),0); + mtl.add(punchgs.TweenLite.to(ss,0.1,{force3D:"auto",opacity:0,delay:(j*50)/1000+(masterspeed/1000 - (masterspeed/10000))}),0); + }); + } + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XX. // + /////////////////////////////////////// + if (nexttrans==21 || nexttrans==25) { // TURNOFF + + + //SET DEFAULT IMG UNVISIBLE + + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + var chix=nextli.css('z-index'), + chix2=actli.css('z-index'), + rot = 90, + ofx = -opt.width, + rot2 = -rot; + + if (direction==1) { + if (nexttrans==25) { + var torig = "center top 0"; + rot = opt.rotate; + } else { + var torig = "left center 0"; + rot2 = opt.rotate; + } + + } else { + ofx = opt.width; + rot = -90; + if (nexttrans==25) { + var torig = "center bottom 0" + rot2 = -rot; + rot = opt.rotate; + } else { + var torig = "right center 0"; + rot2 = opt.rotate; + } + } + + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + + + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:0,transformStyle:"flat",rotationX:rot2,z:0, autoAlpha:0,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationY:rot}, + {left:0,rotationX:0,top:0,z:0, autoAlpha:1,scale:1,rotationY:0,force3D:"auto", ease:punchgs.Power3.easeInOut}),0); + }); + + + if (direction!=1) { + ofx = -opt.width + rot = 90; + + if (nexttrans==25) { + torig = "center top 0" + rot2 = -rot; + rot = opt.rotate; + } else { + torig = "left center 0"; + rot2 = opt.rotate; + } + + } else { + ofx = opt.width; + rot = -90; + if (nexttrans==25) { + torig = "center bottom 0" + rot2 = -rot; + rot = opt.rotate; + } else { + torig = "right center 0"; + rot2 = opt.rotate; + } + } + + actsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:0,transformStyle:"flat",rotationX:0,z:0, autoAlpha:1,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationY:0}, + {left:0,rotationX:rot2,top:0,z:0,autoAlpha:1,force3D:"auto", scale:1,rotationY:rot,ease:punchgs.Power1.easeInOut}),0); + }); + } + + + + //////////////////////////////////////// + // THE SLOTSLIDE - TRANSITION XX. // + /////////////////////////////////////// + if (nexttrans==23 || nexttrans == 24) { // cube-horizontal - inboxhorizontal + + + //SET DEFAULT IMG UNVISIBLE + setTimeout(function() { + actsh.find('.defaultimg').css({opacity:0}); + },100); + var chix=nextli.css('z-index'), + chix2=actli.css('z-index'), + rot = -90, + op = 1, + opx=0; + + if (direction==1) rot = 90; + if (nexttrans==23) { + var torig = "center center -"+opt.width/2; + op=0; + } else + var torig = "center center "+opt.width/2; + + punchgs.TweenLite.set(container,{transformStyle:"preserve-3d",backfaceVisibility:"hidden",perspective:2500}); + nextsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:opx,rotationX:opt.rotate,force3D:"auto",opacity:op,top:0,scale:1,transformPerspective:600,transformOrigin:torig,rotationY:rot}, + {left:0,rotationX:0,autoAlpha:1,top:0,z:0, scale:1,rotationY:0, delay:(j*50)/500,ease:punchgs.Power2.easeInOut}),0); + }); + + rot = 90; + if (direction==1) rot = -90; + + actsh.find('.slotslide').each(function(j) { + var ss=jQuery(this); + mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, + {left:0,autoAlpha:1,rotationX:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig, rotationY:0}, + {left:opx,autoAlpha:1,rotationX:opt.rotate,top:0, scale:1,rotationY:rot, delay:(j*50)/500,ease:punchgs.Power2.easeInOut}),0); + + + + }); + } + + + // SHOW FIRST LI && ANIMATE THE CAPTIONS + mtl.pause(); + animateTheCaptions(nextli, opt,null,mtl); + punchgs.TweenLite.to(nextli,0.001,{autoAlpha:1}); + + var data={}; + data.slideIndex=opt.next+1; + data.slide = nextli; + container.trigger('revolution.slide.onchange',data); + setTimeout(function() { container.trigger('revolution.slide.onafterswap'); },masterspeed); + container.trigger('revolution.slide.onvideostop'); + + } + + + + + + + /************************************** + - GIVE FREE THE TRANSITIOSN - + **************************************/ + var letItFree = function(container,opt,nextsh,actsh,nextli,actli,mtl) { + punchgs.TweenLite.to(nextsh.find('.defaultimg'),0.001,{autoAlpha:1,onComplete:function() { + removeSlots(container,opt,nextli); + }}); + if (nextli.index()!=actli.index()) { + punchgs.TweenLite.to(actli,0.2,{autoAlpha:0,onComplete:function() { + removeSlots(container,opt,actli); + }}); + } + opt.act=opt.next; + if (opt.navigationType=="thumb") moveSelectedThumb(container); + if (nextsh.data('kenburns')=="on") { + startKenBurn(container,opt); + } + container.find('.current-sr-slide-visible').removeClass("current-sr-slide-visible"); + nextli.addClass("current-sr-slide-visible"); + if (opt.parallax=="scroll" || opt.parallax=="scroll+mouse" || opt.parallax=="mouse+scroll") { + scrollParallax(container,opt); + } + + mtl.clear(); + + } + + + ////////////////////////////////////////// + // CHANG THE YOUTUBE PLAYER STATE HERE // + //////////////////////////////////////// + var onPlayerStateChange = function(event) { + + var embedCode = event.target.getVideoEmbedCode(); + var ytcont = jQuery('#'+embedCode.split('id="')[1].split('"')[0]) + var container = ytcont.closest('.tp-simpleresponsive'); + var player = ytcont.parent().data('player'); + + if (event.data == YT.PlayerState.PLAYING) { + + var bt = container.find('.tp-bannertimer'); + var opt = bt.data('opt'); + + + if (ytcont.closest('.tp-caption').data('volume')=="mute") + player.mute(); + + opt.videoplaying=true; + container.trigger('stoptimer'); + container.trigger('revolution.slide.onvideoplay'); + + } else { + + var bt = container.find('.tp-bannertimer'); + var opt = bt.data('opt'); + + if ((event.data!=-1 && event.data!=3)) { + + opt.videoplaying=false; + container.trigger('starttimer'); + container.trigger('revolution.slide.onvideostop'); + + } + + if (event.data==0 && opt.nextslideatend==true) + opt.container.revnext(); + else { + + opt.videoplaying=false; + container.trigger('starttimer'); + container.trigger('revolution.slide.onvideostop'); + } + + } + + + } + + + + //////////////////////// + // VIMEO ADD EVENT ///// + //////////////////////// + var addEvent = function(element, eventName, callback) { + + if (element.addEventListener) + element.addEventListener(eventName, callback, false); + else + element.attachEvent(eventName, callback, false); + } + + + + + + ///////////////////////////////////// + // EVENT HANDLING FOR VIMEO VIDEOS // + ///////////////////////////////////// + + var vimeoready_auto = function(player_id,autoplay) { + + var froogaloop = $f(player_id), + vimcont = jQuery('#'+player_id), + container = vimcont.closest('.tp-simpleresponsive'), + nextcaption = vimcont.closest('.tp-caption'); + + setTimeout(function() { + froogaloop.addEvent('ready', function(data) { + if(autoplay) froogaloop.api('play'); + + + froogaloop.addEvent('play', function(data) { + var bt = container.find('.tp-bannertimer'); + var opt = bt.data('opt'); + + opt.videoplaying=true; + container.trigger('stoptimer'); + if (nextcaption.data('volume')=="mute") + froogaloop.api('setVolume',"0"); + }); + + froogaloop.addEvent('finish', function(data) { + var bt = container.find('.tp-bannertimer'); + var opt = bt.data('opt'); + opt.videoplaying=false; + container.trigger('starttimer'); + + container.trigger('revolution.slide.onvideoplay'); //opt.videostartednow=1; + if (opt.nextslideatend==true) + opt.container.revnext(); + + }); + + froogaloop.addEvent('pause', function(data) { + var bt = container.find('.tp-bannertimer'); + var opt = bt.data('opt'); + opt.videoplaying=false; + container.trigger('starttimer'); + container.trigger('revolution.slide.onvideostop'); //opt.videostoppednow=1; + }); + + // PLAY VIDEO IF THUMBNAIL HAS BEEN CLICKED + nextcaption.find('.tp-thumb-image').click(function() { + punchgs.TweenLite.to(jQuery(this),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}) + froogaloop.api("play"); + }) + }); + },150); + } + + + + ///////////////////////////////////// + // RESIZE HTML5VIDEO FOR FULLSCREEN// + ///////////////////////////////////// + var updateHTML5Size = function(pc,container) { + var windowW = container.width(); + var windowH = container.height(); + var mediaAspect = pc.data('mediaAspect'); + if (mediaAspect == undefined) mediaAspect = 1; + + + var windowAspect = windowW/windowH; + + pc.css({position:"absolute"}); + var video = pc.find('video'); + + + if (windowAspect < mediaAspect) { + // taller + punchgs.TweenLite.to(pc,0.0001,{width:windowH*mediaAspect,force3D:"auto",top:0, + left:0-(windowH*mediaAspect-windowW)/2, + height:windowH}); + + } else { + // wider + punchgs.TweenLite.to(pc,0.0001,{width:windowW,force3D:"auto",top:0-(windowW/mediaAspect-windowH)/2, + left:0, + height:windowW/mediaAspect}); + } + } + + + + ///////////////////////////////////// + // - CREATE ANIMATION OBJECT - // + ///////////////////////////////////// + var newAnimObject = function() { + var a = new Object(); + a.x=0; + a.y=0; + a.rotationX = 0; + a.rotationY = 0; + a.rotationZ = 0; + a.scale = 1; + a.scaleX = 1; + a.scaleY = 1; + a.skewX = 0; + a.skewY = 0; + a.opacity=0; + a.transformOrigin = "center, center"; + a.transformPerspective = 400; + a.rotation = 0; + return a; + } + + /////////////////////////////////////////////////// + // ANALYSE AND READ OUT DATAS FROM HTML CAPTIONS // + /////////////////////////////////////////////////// + var getAnimDatas = function(frm,data) { + + var customarray = data.split(';'); + jQuery.each(customarray,function(index,param) { + + param = param.split(":") + + var w = param[0], + v = param[1]; + if (w=="rotationX") frm.rotationX = parseInt(v,0); + if (w=="rotationY") frm.rotationY = parseInt(v,0); + if (w=="rotationZ") frm.rotationZ = parseInt(v,0); + if (w=="rotationZ") frm.rotation = parseInt(v,0); + if (w=="scaleX") frm.scaleX = parseFloat(v); + if (w=="scaleY") frm.scaleY = parseFloat(v); + if (w=="opacity") frm.opacity = parseFloat(v); + if (w=="skewX") frm.skewX = parseInt(v,0); + if (w=="skewY") frm.skewY = parseInt(v,0); + if (w=="x") frm.x = parseInt(v,0); + if (w=="y") frm.y = parseInt(v,0); + if (w=="z") frm.z = parseInt(v,0); + if (w=="transformOrigin") frm.transformOrigin = v.toString(); + if (w=="transformPerspective") frm.transformPerspective=parseInt(v,0); + }) + + return frm; + } + /////////////////////////////////////////////////////////////////// + // ANALYSE AND READ OUT DATAS FROM HTML CAPTIONS ANIMATION STEPS // + /////////////////////////////////////////////////////////////////// + var getAnimSteps = function(data) { + + var paramarray = data.split("animation:"); + var params = new Object(); + + params.animation = getAnimDatas(newAnimObject(),paramarray[1]); + var customarray = paramarray[0].split(';'); + + jQuery.each(customarray,function(index,param) { + param = param.split(":") + var w = param[0], + v = param[1]; + if (w=="typ") params.typ = v; + if (w=="speed") params.speed = parseInt(v,0)/1000; + if (w=="start") params.start = parseInt(v,0)/1000; + if (w=="elementdelay") params.elementdelay = parseFloat(v); + if (w=="ease") params.ease = v; + }) + + return params; + } + + + + + //////////////////////// + // SHOW THE CAPTION // + /////////////////////// + var animateTheCaptions = function(nextli, opt,recalled,mtl) { + + // MAKE SURE THE ANIMATION ENDS WITH A CLEANING ON MOZ TRANSFORMS + function animcompleted() { + } + + function tlstart() { + } + + if (nextli.data('ctl')==undefined) { + nextli.data('ctl',new punchgs.TimelineLite()); + } + + var ctl = nextli.data('ctl'), + offsetx=0, + offsety=0, + allcaptions = nextli.find('.tp-caption'), + allstaticcaptions = opt.container.find('.tp-static-layers').find('.tp-caption'); + + + ctl.pause(); + + jQuery.each(allstaticcaptions, function(index,staticcapt) { + allcaptions.push(staticcapt); + }); + + allcaptions.each(function(i) { + var internrecalled = recalled, + staticdirection = -1, // 1 -> In, 2-> Out 0-> Ignore -1-> Not Static + nextcaption=jQuery(this); + + if (nextcaption.hasClass("tp-static-layer")) { + var nss = nextcaption.data('startslide'), + nes = nextcaption.data('endslide'); + + if ( nss == -1 || nss == "-1") + nextcaption.data('startslide',0); + + if ( nes== -1 || nes == "-1") + nextcaption.data('endslide',opt.slideamount); + + if (nss==0 && nes==opt.slideamount-1) + nextcaption.data('endslide',opt.slideamount+1); + + + // RESET SETTIGNS AFTER SETTING THEM AGAIN + nss = nextcaption.data('startslide'), + nes = nextcaption.data('endslide'); + + + // IF STATIC ITEM CURRENTLY NOT VISIBLE + if (!nextcaption.hasClass("tp-is-shown")) { + // IF ITEM SHOULD BECOME VISIBLE + + + if ((nss<=opt.next && nes>=opt.next) || + (nss == opt.next) || (nes == opt.next)){ + + nextcaption.addClass("tp-is-shown"); + staticdirection = 1; + } else { + + staticdirection = 0; + } + // IF STATIC ITEM ALREADY VISIBLE + } else { + if ((nes==opt.next) || + (nss > opt.next) || + (nes < opt.next)) { + + staticdirection = 2; + //nextcaption.removeClass("tp-is-shown"); + } else { + staticdirection = 0; + } + + } + + //if (staticdirection==2) staticdirection = 0; + + } + + offsetx = opt.width/2 - (opt.startwidth*opt.bw)/2; + + var xbw = opt.bw; + var xbh = opt.bh; + + if (opt.fullScreen=="on") + offsety = opt.height/2 - (opt.startheight*opt.bh)/2; + + if (opt.autoHeight=="on" || (opt.minHeight!=undefined && opt.minHeight>0)) + offsety = opt.container.height()/2 - (opt.startheight*opt.bh)/2;; + + + if (offsety<0) offsety=0; + + + + var handlecaption=0; + + // HIDE CAPTION IF RESOLUTION IS TOO LOW + if (opt.width0 || nextcaption.find('video').length>0 ) { + + // YOUTUBE AND VIMEO LISTENRES INITIALISATION + var frameID = "iframe"+Math.round(Math.random()*100000+1), + vidw = nextcaption.data("videowidth"), + vidh = nextcaption.data("videoheight"), + vida = nextcaption.data("videoattributes"), + vidytid = nextcaption.data('ytid'), + vimeoid = nextcaption.data('vimeoid'), + videopreload = nextcaption.data('videpreload'), + videomp = nextcaption.data('videomp4'), + videowebm = nextcaption.data('videowebm'), + videoogv = nextcaption.data('videoogv'), + videocontrols = nextcaption.data('videocontrols'), + httpprefix = "http", + videoloop = nextcaption.data('videoloop')=="loop" ? "loop" : nextcaption.data('videoloop')=="loopandnoslidestop" ? "loop" : ""; + + if (nextcaption.data('thumbimage')!=undefined && nextcaption.data('videoposter')==undefined) + nextcaption.data('videoposter',nextcaption.data('thumbimage')) + + // ADD YOUTUBE IFRAME IF NEEDED + if (vidytid!=undefined && String(vidytid).length>1 && nextcaption.find('iframe').length==0) { + httpprefix = "https"; + + if (videocontrols=="none") { + vida = vida.replace("controls=1","controls=0"); + if (vida.toLowerCase().indexOf('controls')==-1) + vida = vida+"&controls=0"; + } + nextcaption.append(''); + } + + // ADD VIMEO IFRAME IF NEEDED + if (vimeoid!=undefined && String(vimeoid).length>1 && nextcaption.find('iframe').length==0) { + if (location.protocol === 'https:') + httpprefix = "https"; + + nextcaption.append(''); + } + + // ADD HTML5 VIDEO IF NEEDED + if ((videomp!=undefined || videowebm!=undefined) && nextcaption.find('video').length==0) { + + if (videocontrols!="controls") videocontrols=""; + var apptxt = ''; + nextcaption.append(apptxt);*/ + + if (nextcaption.data('videoposter')!=undefined) + if (nextcaption.data('videoposter') != undefined) apptxt = apptxt + 'poster="'+nextcaption.data('videoposter')+'">'; + if (videowebm!=undefined && get_browser().toLowerCase()=="firefox") apptxt = apptxt + ''; + if (videomp!=undefined) apptxt = apptxt + ''; + if (videoogv!=undefined) apptxt = apptxt + ''; + apptxt = apptxt + ''; + nextcaption.append(apptxt); + + if (videocontrols=="controls") + nextcaption.append('
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '+ + '
    '); + } + + // RESET DEFAULTS + var autoplaywason = false; + if (nextcaption.data('autoplayonlyfirsttime') == true || nextcaption.data('autoplayonlyfirsttime')=="true" || nextcaption.data('autoplay')==true) { + nextcaption.data('autoplay',true); + autoplaywason = true; + } + + + nextcaption.find('iframe').each(function() { + var ifr=jQuery(this); + + punchgs.TweenLite.to(ifr,0.1,{autoAlpha:1, zIndex:0, transformStyle:"preserve-3d",z:0,rotationX:0,force3D:"auto"}); + if (is_mobile()) { + var oldsrc = ifr.attr('src'); + ifr.attr('src',""); + ifr.attr('src',oldsrc); + } + + + // START YOUTUBE HANDLING + opt.nextslideatend = nextcaption.data('nextslideatend'); + + // IF VIDEOPOSTER EXISTING + if (nextcaption.data('videoposter')!=undefined && nextcaption.data('videoposter').length>2 && nextcaption.data('autoplay')!=true && !internrecalled) { + if (nextcaption.find('.tp-thumb-image').length==0) + nextcaption.append('
    '); + else + punchgs.TweenLite.set(nextcaption.find('.tp-thumb-image'),{autoAlpha:1}); + } + + // IF IFRAME IS A YOUTUBE FRAME + if (ifr.attr('src').toLowerCase().indexOf('youtube')>=0) { + + // IF LISTENER DOES NOT EXIST YET + if (!ifr.hasClass("HasListener")) { + try { + ifr.attr('id',frameID); + var player; + var ytint = setInterval(function() { + if (YT !=undefined) + if (typeof YT.Player != undefined && typeof YT.Player !="undefined") { + player = new YT.Player(frameID, { + events: { + "onStateChange": onPlayerStateChange, + 'onReady': function(event) { + var embedCode = event.target.getVideoEmbedCode(), + ytcont = jQuery('#'+embedCode.split('id="')[1].split('"')[0]), + nextcaption = ytcont.closest('.tp-caption'), + videorate = nextcaption.data('videorate'), + videostart = nextcaption.data('videostart'); + + + if (videorate!=undefined) + event.target.setPlaybackRate(parseFloat(videorate)); + + /*if (nextcaption.data('autoplay')==true || autoplaywason) + event.target.playVideo();*/ + + if (!is_mobile() && nextcaption.data('autoplay')==true || autoplaywason) { + nextcaption.data('timerplay',setTimeout(function() { + event.target.playVideo(); + },nextcaption.data('start'))); + } + + // PLAY VIDEO IF THUMBNAIL HAS BEEN CLICKED + nextcaption.find('.tp-thumb-image').click(function() { + punchgs.TweenLite.to(jQuery(this),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}) + if (!is_mobile()) { + player.playVideo(); + } + }) + + } + } + }); + } + ifr.addClass("HasListener"); + nextcaption.data('player',player); + clearInterval(ytint); + }, 100) + } catch(e) {} + } else { + if (!recalled) { + var player=nextcaption.data('player'); + if (nextcaption.data('forcerewind')=="on" && !is_mobile()) + player.seekTo(0); + + if (!is_mobile() && nextcaption.data('autoplay')==true || autoplaywason) { + nextcaption.data('timerplay',setTimeout(function() { + player.playVideo(); + },nextcaption.data('start'))); + } + } + } // END YOUTUBE HANDLING + + + } else + + // START VIMEO HANDLING + if (ifr.attr('src').toLowerCase().indexOf('vimeo')>=0) { + if (!ifr.hasClass("HasListener")) { + ifr.addClass("HasListener"); + ifr.attr('id',frameID); + var isrc = ifr.attr('src'); + var queryParameters = {}, queryString = isrc, + re = /([^&=]+)=([^&]*)/g, m; + // Creates a map with the query string parameters + while (m = re.exec(queryString)) { + queryParameters[decodeURIComponent(m[1])] = decodeURIComponent(m[2]); + } + + if (queryParameters['player_id']!=undefined) + isrc = isrc.replace(queryParameters['player_id'],frameID); + else + isrc=isrc+"&player_id="+frameID; + + try{ isrc = isrc.replace('api=0','api=1'); } catch(e) {} + + isrc=isrc+"&api=1"; + + ifr.attr('src',isrc); + var player = nextcaption.find('iframe')[0]; + var vimint = setInterval(function() { + if ($f !=undefined){ + if (typeof $f(frameID).api != undefined && typeof $f(frameID).api !="undefined") { + + $f(player).addEvent('ready', function(){ + vimeoready_auto(frameID,autoplaywason) + }); + clearInterval(vimint); + } + } + },100); + + } else { + if (!recalled) { + if (!is_mobile() && (nextcaption.data('autoplay')==true || nextcaption.data('forcerewind')=="on")) { + + var ifr = nextcaption.find('iframe'); + var id = ifr.attr('id'); + var froogaloop = $f(id); + if (nextcaption.data('forcerewind')=="on") + froogaloop.api("seekTo",0); + nextcaption.data('timerplay',setTimeout(function() { + if (nextcaption.data('autoplay')==true) + froogaloop.api("play"); + },nextcaption.data('start'))); + } + } + }// END HAS LISTENER HANDLING + } // END OF VIMEO HANDLING + }); // END OF LOOP THROUGH IFRAMES + + + + // START OF HTML5 VIDEOS + if ((is_mobile() && nextcaption.data('disablevideoonmobile')==1) ||isIE(8)) nextcaption.find('video').remove(); + //if (is_mobile() && jQuery(window).width()<569) nextcaption.find('video').remove() + + if (nextcaption.find('video').length>0) { + nextcaption.find('video').each(function(i) { + + var video = this, + jvideo = jQuery(this); + + + if (!jvideo.parent().hasClass("html5vid")) + jvideo.wrap('
    '); + + var html5vid = jvideo.parent(); + + // WAITING FOR META DATAS + + addEvent(video,'loadedmetadata',function(html5vid) { + html5vid.data('metaloaded',1); + }(html5vid)); + + + clearInterval(html5vid.data('interval')); + html5vid.data('interval',setInterval(function() { + if (html5vid.data('metaloaded')==1 || video.duration!=NaN) { + clearInterval(html5vid.data('interval')); + // FIRST TIME LOADED THE HTML5 VIDEO + if (!html5vid.hasClass("HasListener")) { + html5vid.addClass("HasListener"); + + if (nextcaption.data('dottedoverlay')!="none" && nextcaption.data('dottedoverlay')!=undefined) + if (nextcaption.find('.tp-dottedoverlay').length!=1) + html5vid.append('
    '); + + if (jvideo.attr('control') == undefined ) { + if (html5vid.find('.tp-video-play-button').length==0) + html5vid.append('
    '); + html5vid.find('video, .tp-poster, .tp-video-play-button').click(function() { + if (html5vid.hasClass("videoisplaying")) + video.pause(); + else + video.play(); + }) + } + + if (nextcaption.data('forcecover')==1 || nextcaption.hasClass('fullscreenvideo')) { + if (nextcaption.data('forcecover')==1) { + updateHTML5Size(html5vid,opt.container); + html5vid.addClass("fullcoveredvideo"); + nextcaption.addClass("fullcoveredvideo"); + } + html5vid.css({width:"100%", height:"100%"}); + } + + + + var playButton = nextcaption.find('.tp-vid-play-pause')[0], + muteButton = nextcaption.find('.tp-vid-mute')[0], + fullScreenButton = nextcaption.find('.tp-vid-full-screen')[0], + seekBar = nextcaption.find('.tp-seek-bar')[0], + volumeBar = nextcaption.find('.tp-volume-bar')[0]; + + if (playButton!=undefined) { + // Event listener for the play/pause button + addEvent(playButton,"click", function() { + if (video.paused == true) + // Play the video + video.play(); + else + // Pause the video + video.pause(); + }); + + // Event listener for the mute button + addEvent(muteButton,"click", function() { + if (video.muted == false) { + // Mute the video + video.muted = true; + + // Update the button text + muteButton.innerHTML = "Unmute"; + } else { + // Unmute the video + video.muted = false; + + // Update the button text + muteButton.innerHTML = "Mute"; + } + }); + + // Event listener for the full-screen button + addEvent(fullScreenButton,"click", function() { + if (video.requestFullscreen) { + video.requestFullscreen(); + } else if (video.mozRequestFullScreen) { + video.mozRequestFullScreen(); // Firefox + } else if (video.webkitRequestFullscreen) { + video.webkitRequestFullscreen(); // Chrome and Safari + } + }); + + + // Event listener for the seek bar + addEvent(seekBar,"change", function() { + // Calculate the new time + var time = video.duration * (seekBar.value / 100); + // Update the video time + video.currentTime = time; + }); + + + // Update the seek bar as the video plays + addEvent(video,"timeupdate", function() { + // Calculate the slider value + var value = (100 / video.duration) * video.currentTime; + + // Update the slider value + seekBar.value = value; + }); + + // Pause the video when the seek handle is being dragged + addEvent(seekBar,"mousedown", function() { + video.pause(); + }); + + // Play the video when the seek handle is dropped + addEvent(seekBar,"mouseup", function() { + video.play(); + }); + + // Event listener for the volume bar + addEvent(volumeBar,"change", function() { + // Update the video volume + video.volume = volumeBar.value; + }); + } + + + // VIDEO EVENT LISTENER FOR "PLAY" + addEvent(video,"play",function() { + if (nextcaption.data('volume')=="mute") + video.muted=true; + + html5vid.addClass("videoisplaying"); + + if (nextcaption.data('videoloop')=="loopandnoslidestop") { + opt.videoplaying=false; + opt.container.trigger('starttimer'); + opt.container.trigger('revolution.slide.onvideostop'); + } else { + + opt.videoplaying=true; + opt.container.trigger('stoptimer'); + opt.container.trigger('revolution.slide.onvideoplay'); + } + + var playButton = nextcaption.find('.tp-vid-play-pause')[0], + muteButton = nextcaption.find('.tp-vid-mute')[0]; + if (playButton!=undefined) + playButton.innerHTML = "Pause"; + if (muteButton!=undefined && video.muted) + muteButton.innerHTML = "Unmute"; + }); + + // VIDEO EVENT LISTENER FOR "PAUSE" + addEvent(video,"pause",function() { + html5vid.removeClass("videoisplaying"); + opt.videoplaying=false; + opt.container.trigger('starttimer'); + opt.container.trigger('revolution.slide.onvideostop'); + var playButton = nextcaption.find('.tp-vid-play-pause')[0]; + if (playButton!=undefined) + playButton.innerHTML = "Play"; + + }); + + // VIDEO EVENT LISTENER FOR "END" + addEvent(video,"ended",function() { + html5vid.removeClass("videoisplaying"); + opt.videoplaying=false; + opt.container.trigger('starttimer'); + opt.container.trigger('revolution.slide.onvideostop'); + if (opt.nextslideatend==true) + opt.container.revnext(); + }); + + } // END OF LISTENER DECLARATION + + var autoplaywason = false; + if (nextcaption.data('autoplayonlyfirsttime') == true || nextcaption.data('autoplayonlyfirsttime')=="true") + autoplaywason = true; + + var mediaaspect=16/9; + if (nextcaption.data('aspectratio')=="4:3") mediaaspect=4/3; + html5vid.data('mediaAspect',mediaaspect); + + if (html5vid.closest('.tp-caption').data('forcecover')==1) { + updateHTML5Size(html5vid,opt.container); + html5vid.addClass("fullcoveredvideo"); + } + + jvideo.css({display:"block"}); + opt.nextslideatend = nextcaption.data('nextslideatend'); + + // IF VIDEO SHOULD BE AUTOPLAYED + if (nextcaption.data('autoplay')==true || autoplaywason==true) { + + + if (nextcaption.data('videoloop')=="loopandnoslidestop") { + opt.videoplaying=false; + opt.container.trigger('starttimer'); + opt.container.trigger('revolution.slide.onvideostop'); + } else { + opt.videoplaying=true; + opt.container.trigger('stoptimer'); + opt.container.trigger('revolution.slide.onvideoplay'); + } + + + if (nextcaption.data('forcerewind')=="on" && !html5vid.hasClass("videoisplaying")) + if (video.currentTime>0) video.currentTime=0; + + if (nextcaption.data('volume')=="mute") + video.muted = true; + + html5vid.data('timerplay',setTimeout(function() { + + if (nextcaption.data('forcerewind')=="on" && !html5vid.hasClass("videoisplaying")) + if (video.currentTime>0) video.currentTime=0; + + if (nextcaption.data('volume')=="mute") + video.muted = true; + + + video.play(); + },10+nextcaption.data('start'))); + } + + if (html5vid.data('ww') == undefined) html5vid.data('ww',jvideo.attr('width')); + if (html5vid.data('hh') == undefined) html5vid.data('hh',jvideo.attr('height')); + + if (!nextcaption.hasClass("fullscreenvideo") && nextcaption.data('forcecover')==1) { + try{ + html5vid.width(html5vid.data('ww')*opt.bw); + html5vid.height(html5vid.data('hh')*opt.bh); + } catch(e) {} + } + + clearInterval(html5vid.data('interval')); + } + }),100); // END OF SET INTERVAL + + }); + } // END OF HTML5 VIDEO FUNCTIONS + + // IF AUTOPLAY IS ON, WE NEED SOME STOP FUNCTION ON + if (nextcaption.data('autoplay')==true) { + setTimeout(function() { + + if (nextcaption.data('videoloop')!="loopandnoslidestop") { + opt.videoplaying=true; + opt.container.trigger('stoptimer'); + } + },200) + if (nextcaption.data('videoloop')!="loopandnoslidestop") { + opt.videoplaying=true; + opt.container.trigger('stoptimer'); + } + + if (nextcaption.data('autoplayonlyfirsttime') == true || nextcaption.data('autoplayonlyfirsttime')=="true" ) { + nextcaption.data('autoplay',false); + nextcaption.data('autoplayonlyfirsttime',false); + } + } + } + + + + + // NEW ENGINE + //if (nextcaption.hasClass("randomrotate") && (opt.ie || opt.ie9)) nextcaption.removeClass("randomrotate").addClass("sfb"); + // nextcaption.removeClass('noFilterClass'); + + + + var imw =0; + var imh = 0; + + if (nextcaption.find('img').length>0) { + var im = nextcaption.find('img'); + if (im.width()==0) im.css({width:"auto"}); + if (im.height()==0) im.css({height:"auto"}); + + if (im.data('ww') == undefined && im.width()>0) im.data('ww',im.width()); + if (im.data('hh') == undefined && im.height()>0) im.data('hh',im.height()); + + var ww = im.data('ww'); + var hh = im.data('hh'); + + if (ww==undefined) ww=0; + if (hh==undefined) hh=0; + + im.width(ww*opt.bw); + im.height(hh*opt.bh); + imw = im.width(); + imh = im.height(); + } else { + + if (nextcaption.find('iframe').length>0 || nextcaption.find('video').length>0) { + + var html5vid = false, + im = nextcaption.find('iframe'); + if (im.length==0) { + im = nextcaption.find('video'); + html5vid = true; + } + im.css({display:"block"}); + + if (nextcaption.data('ww') == undefined) nextcaption.data('ww',im.width()); + if (nextcaption.data('hh') == undefined) nextcaption.data('hh',im.height()); + + var ww = nextcaption.data('ww'), + hh = nextcaption.data('hh'); + + var nc =nextcaption; + if (nc.data('fsize') == undefined) nc.data('fsize',parseInt(nc.css('font-size'),0) || 0); + if (nc.data('pt') == undefined) nc.data('pt',parseInt(nc.css('paddingTop'),0) || 0); + if (nc.data('pb') == undefined) nc.data('pb',parseInt(nc.css('paddingBottom'),0) || 0); + if (nc.data('pl') == undefined) nc.data('pl',parseInt(nc.css('paddingLeft'),0) || 0); + if (nc.data('pr') == undefined) nc.data('pr',parseInt(nc.css('paddingRight'),0) || 0); + + if (nc.data('mt') == undefined) nc.data('mt',parseInt(nc.css('marginTop'),0) || 0); + if (nc.data('mb') == undefined) nc.data('mb',parseInt(nc.css('marginBottom'),0) || 0); + if (nc.data('ml') == undefined) nc.data('ml',parseInt(nc.css('marginLeft'),0) || 0); + if (nc.data('mr') == undefined) nc.data('mr',parseInt(nc.css('marginRight'),0) || 0); + + if (nc.data('bt') == undefined) nc.data('bt',parseInt(nc.css('borderTop'),0) || 0); + if (nc.data('bb') == undefined) nc.data('bb',parseInt(nc.css('borderBottom'),0) || 0); + if (nc.data('bl') == undefined) nc.data('bl',parseInt(nc.css('borderLeft'),0) || 0); + if (nc.data('br') == undefined) nc.data('br',parseInt(nc.css('borderRight'),0) || 0); + + if (nc.data('lh') == undefined) nc.data('lh',parseInt(nc.css('lineHeight'),0) || 0); + + // IE8 FIX FOR AUTO LINEHEIGHT + if (nc.data('lh')=="auto") nc.data('lh',nc.data('fsize')+4); + + var fvwidth=opt.width, + fvheight=opt.height; + if (fvwidth>opt.startwidth) fvwidth=opt.startwidth; + if (fvheight>opt.startheight) fvheight=opt.startheight; + + if (!nextcaption.hasClass('fullscreenvideo')) + nextcaption.css({ + + 'font-size': (nc.data('fsize') * opt.bw)+"px", + + 'padding-top': (nc.data('pt') * opt.bh) + "px", + 'padding-bottom': (nc.data('pb') * opt.bh) + "px", + 'padding-left': (nc.data('pl') * opt.bw) + "px", + 'padding-right': (nc.data('pr') * opt.bw) + "px", + + 'margin-top': (nc.data('mt') * opt.bh) + "px", + 'margin-bottom': (nc.data('mb') * opt.bh) + "px", + 'margin-left': (nc.data('ml') * opt.bw) + "px", + 'margin-right': (nc.data('mr') * opt.bw) + "px", + + 'border-top': (nc.data('bt') * opt.bh) + "px", + 'border-bottom': (nc.data('bb') * opt.bh) + "px", + 'border-left': (nc.data('bl') * opt.bw) + "px", + 'border-right': (nc.data('br') * opt.bw) + "px", + + 'line-height': (nc.data('lh') * opt.bh) + "px", + 'height':(hh*opt.bh)+'px' + }); + else { + + offsetx=0; offsety=0; + nextcaption.data('x',0) + nextcaption.data('y',0) + + var ovhh = opt.height + if (opt.autoHeight=="on") + ovhh = opt.container.height() + nextcaption.css({ + + 'width':opt.width, + 'height':ovhh + }); + } + + if (html5vid == false) { + im.width(ww*opt.bw); + im.height(hh*opt.bh); + } + + else + + if (nextcaption.data('forcecover')!=1 && !nextcaption.hasClass('fullscreenvideo')) { + im.width(ww*opt.bw); + im.height(hh*opt.bh); + } + + + imw = im.width(); + imh = im.height(); + } + + else { + + + nextcaption.find('.tp-resizeme, .tp-resizeme *').each(function() { + calcCaptionResponsive(jQuery(this),opt); + }); + + if (nextcaption.hasClass("tp-resizeme")) { + nextcaption.find('*').each(function() { + calcCaptionResponsive(jQuery(this),opt); + }); + } + + calcCaptionResponsive(nextcaption,opt); + + imh=nextcaption.outerHeight(true); + imw=nextcaption.outerWidth(true); + + // NEXTCAPTION FRONTCORNER CHANGES + var ncch = nextcaption.outerHeight(); + var bgcol = nextcaption.css('backgroundColor'); + nextcaption.find('.frontcorner').css({ + 'borderWidth':ncch+"px", + 'left':(0-ncch)+'px', + 'borderRight':'0px solid transparent', + 'borderTopColor':bgcol + }); + + nextcaption.find('.frontcornertop').css({ + 'borderWidth':ncch+"px", + 'left':(0-ncch)+'px', + 'borderRight':'0px solid transparent', + 'borderBottomColor':bgcol + }); + + // NEXTCAPTION BACKCORNER CHANGES + nextcaption.find('.backcorner').css({ + 'borderWidth':ncch+"px", + 'right':(0-ncch)+'px', + 'borderLeft':'0px solid transparent', + 'borderBottomColor':bgcol + }); + + // NEXTCAPTION BACKCORNER CHANGES + nextcaption.find('.backcornertop').css({ + 'borderWidth':ncch+"px", + 'right':(0-ncch)+'px', + 'borderLeft':'0px solid transparent', + 'borderTopColor':bgcol + }); + + } + + + } + + if (opt.fullScreenAlignForce == "on") { + //xbw = 1; + //xbh = 1; + offsetx=0; + offsety=0; + } + + + + if (nextcaption.data('voffset')==undefined) nextcaption.data('voffset',0); + if (nextcaption.data('hoffset')==undefined) nextcaption.data('hoffset',0); + + var vofs= nextcaption.data('voffset')*xbw; + var hofs= nextcaption.data('hoffset')*xbw; + + var crw = opt.startwidth*xbw; + var crh = opt.startheight*xbw; + + if (opt.fullScreenAlignForce == "on") { + crw = opt.container.width(); + crh = opt.container.height(); + } + + + + // CENTER THE CAPTION HORIZONTALLY + if (nextcaption.data('x')=="center" || nextcaption.data('xcenter')=='center') { + nextcaption.data('xcenter','center'); + //nextcaption.data('x',(crw/2 - nextcaption.outerWidth(true)/2)/xbw+ hofs); + nextcaption.data('x',(crw/2 - nextcaption.outerWidth(true)/2) + hofs); + + + } + + // ALIGN LEFT THE CAPTION HORIZONTALLY + if (nextcaption.data('x')=="left" || nextcaption.data('xleft')=='left') { + nextcaption.data('xleft','left'); + + nextcaption.data('x',(0)/xbw+hofs); + + } + + // ALIGN RIGHT THE CAPTION HORIZONTALLY + if (nextcaption.data('x')=="right" || nextcaption.data('xright')=='right') { + nextcaption.data('xright','right'); + nextcaption.data('x',((crw - nextcaption.outerWidth(true))+hofs)/xbw); + //konsole.log("crw:"+crw+" width:"+nextcaption.outerWidth(true)+" xbw:"+xbw); + //konsole.log("x-pos:"+nextcaption.data('x')) + } + + + // CENTER THE CAPTION VERTICALLY + if (nextcaption.data('y')=="center" || nextcaption.data('ycenter')=='center') { + nextcaption.data('ycenter','center'); + nextcaption.data('y',(crh/2 - nextcaption.outerHeight(true)/2) + vofs); + } + + // ALIGN TOP THE CAPTION VERTICALLY + if (nextcaption.data('y')=="top" || nextcaption.data('ytop')=='top') { + nextcaption.data('ytop','top'); + nextcaption.data('y',(0)/opt.bh+vofs); + + } + + // ALIGN BOTTOM THE CAPTION VERTICALLY + if (nextcaption.data('y')=="bottom" || nextcaption.data('ybottom')=='bottom') { + nextcaption.data('ybottom','bottom'); + nextcaption.data('y',((crh - nextcaption.outerHeight(true))+vofs)/xbw); + + } + + + + // THE TRANSITIONS OF CAPTIONS + // MDELAY AND MSPEED + if (nextcaption.data('start') == undefined) nextcaption.data('start',1000); + + + + var easedata=nextcaption.data('easing'); + if (easedata==undefined) easedata="punchgs.Power1.easeOut"; + + + var mdelay = nextcaption.data('start')/1000, + mspeed = nextcaption.data('speed')/1000; + + + if (nextcaption.data('x')=="center" || nextcaption.data('xcenter')=='center') + var calcx = (nextcaption.data('x')+offsetx); + else { + + var calcx = (xbw*nextcaption.data('x')+offsetx); + } + + + if (nextcaption.data('y')=="center" || nextcaption.data('ycenter')=='center') + var calcy = (nextcaption.data('y')+offsety); + else { + //if (opt.fullScreenAlignForce == "on" && (nextcaption.data('y')=="bottom" || nextcaption.data('ybottom')=='bottom')) + // opt.bh = 1; + + var calcy = (opt.bh*nextcaption.data('y')+offsety); + } + + + punchgs.TweenLite.set(nextcaption,{top:calcy,left:calcx,overwrite:"auto"}); + + if (staticdirection == 0) + internrecalled = true; + + if (nextcaption.data('timeline')!=undefined && !internrecalled) { + if (staticdirection!=2) + nextcaption.data('timeline').gotoAndPlay(0); + internrecalled = true; + } + + if (!internrecalled) { + + + + // CLEAR THE TIMELINE, SINCE IT CAN BE DAMAGED, OR PAUSED AT A FEW PART + if (nextcaption.data('timeline')!=undefined) { + //nextcaption.data('timeline').clear(); + } + + var tl = new punchgs.TimelineLite({smoothChildTiming:true,onStart:tlstart}); + tl.pause(); + + + if (opt.fullScreenAlignForce == "on") { + //calcy = nextcaption.data('y')+offsety; + } + + var animobject = nextcaption; + if (nextcaption.data('mySplitText') !=undefined) nextcaption.data('mySplitText').revert(); + + + if (nextcaption.data('splitin') == "chars" || nextcaption.data('splitin') == "words" || nextcaption.data('splitin') == "lines" || nextcaption.data('splitout') == "chars" || nextcaption.data('splitout') == "words" || nextcaption.data('splitout') == "lines") { + if (nextcaption.find('a').length>0) + nextcaption.data('mySplitText',new punchgs.SplitText(nextcaption.find('a'),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})); + else + if (nextcaption.find('.tp-layer-inner-rotation').length>0) + nextcaption.data('mySplitText',new punchgs.SplitText(nextcaption.find('.tp-layer-inner-rotation'),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})); + else + nextcaption.data('mySplitText',new punchgs.SplitText(nextcaption,{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})); + + nextcaption.addClass("splitted"); + } + + if (nextcaption.data('splitin') == "chars") + animobject = nextcaption.data('mySplitText').chars; + + + if (nextcaption.data('splitin') == "words") + animobject = nextcaption.data('mySplitText').words; + + + if (nextcaption.data('splitin') == "lines") + animobject = nextcaption.data('mySplitText').lines; + + + + var frm = newAnimObject(); + var endfrm = newAnimObject(); + + + if (nextcaption.data('repeat')!=undefined) repeatV = nextcaption.data('repeat'); + if (nextcaption.data('yoyo')!=undefined) yoyoV = nextcaption.data('yoyo'); + if (nextcaption.data('repeatdelay')!=undefined) repeatdelayV = nextcaption.data('repeatdelay'); + + var ncc = nextcaption.attr('class'); + + // WHICH ANIMATION TYPE SHOULD BE USED + if (ncc.match("customin")) frm = getAnimDatas(frm,nextcaption.data('customin')); + else + if (ncc.match("randomrotate")) { + + frm.scale = Math.random()*3+1; + frm.rotation = Math.round(Math.random()*200-100); + frm.x = Math.round(Math.random()*200-100); + frm.y = Math.round(Math.random()*200-100); + } + else + if (ncc.match('lfr') || ncc.match('skewfromright')) frm.x = 15+opt.width; + else + if (ncc.match('lfl') || ncc.match('skewfromleft')) frm.x = -15-imw; + else + if (ncc.match('sfl') || ncc.match('skewfromleftshort')) frm.x = -50; + else + if (ncc.match('sfr') || ncc.match('skewfromrightshort')) frm.x = 50; + else + if (ncc.match('lft')) frm.y = -25 - imh; + else + if (ncc.match('lfb')) frm.y = 25 + opt.height; + else + if (ncc.match('sft')) frm.y = -50; + else + if (ncc.match('sfb')) frm.y = 50; + + + if (ncc.match('skewfromright') || nextcaption.hasClass('skewfromrightshort')) frm.skewX = -85 + else + if (ncc.match('skewfromleft') || nextcaption.hasClass('skewfromleftshort')) frm.skewX = 85 + + + if (ncc.match("fade") || ncc.match('sft') || ncc.match('sfl') || ncc.match('sfb') || ncc.match('skewfromleftshort') || ncc.match('sfr') || ncc.match('skewfromrightshort')) + frm.opacity = 0; + + // FOR SAFARI WE NEED TO REMOVE 3D ROTATIONS + if (get_browser().toLowerCase()=="safari") { + //frm.rotationX=0;frm.rotationY=0; + } + + var elemdelay = (nextcaption.data('elementdelay') == undefined) ? 0 : nextcaption.data('elementdelay'); + endfrm.ease = frm.ease = (nextcaption.data('easing') == undefined) ? punchgs.Power1.easeInOut : nextcaption.data('easing'); + + + // DISTANCES SHOULD BE RESIZED ALSO + + frm.data = new Object(); + frm.data.oldx = frm.x; + frm.data.oldy = frm.y; + + endfrm.data = new Object(); + endfrm.data.oldx = endfrm.x; + endfrm.data.oldy = endfrm.y; + + frm.x = frm.x * xbw; + frm.y = frm.y * xbw; + + var newtl = new punchgs.TimelineLite(); + + + if (staticdirection != 2) { + + // CHANGE to punchgs.TweenLite. if Yoyo and Repeat is used. Dont forget to laod the Right Tools for it !! + if (ncc.match("customin")) { + if (animobject != nextcaption) + tl.add(punchgs.TweenLite.set(nextcaption, { force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:'visible',delay:0,overwrite:"all"})); + frm.visibility = "hidden"; + endfrm.visibility = "visible"; + endfrm.overwrite = "all"; + endfrm.opacity = 1; + endfrm.onComplete = animcompleted(); + endfrm.delay = mdelay; + endfrm.force3D="auto" + + tl.add(newtl.staggerFromTo(animobject,mspeed,frm,endfrm,elemdelay),"frame0"); + + } else { + + frm.visibility = "visible"; + frm.transformPerspective = 600; + if (animobject != nextcaption) + tl.add(punchgs.TweenLite.set(nextcaption, { force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:'visible',delay:0,overwrite:"all"})); + + endfrm.visibility = "visible"; + endfrm.delay = mdelay; + endfrm.onComplete = animcompleted(); + endfrm.opacity = 1; + endfrm.force3D="auto"; + if (ncc.match("randomrotate") && animobject != nextcaption) { + + for (var i=0;i0) { + var params = getAnimSteps(spframe); + + addMoveCaption(nextcaption,opt,params,"frame"+(index+10),xbw) + + } + }) + } // END OF ANIMATION STEPS + + tl = nextcaption.data('timeline'); + // IF THERE IS ANY EXIT ANIM DEFINED + // For Static Layers -> 1 -> In, 2-> Out 0-> Ignore -1-> Not Static + if ((nextcaption.data('end')!=undefined) && (staticdirection==-1 || staticdirection==2)) { + endMoveCaption(nextcaption,opt,nextcaption.data('end')/1000,frm,"frame99",xbw); + } else { + if (staticdirection==-1 || staticdirection==2) + endMoveCaption(nextcaption,opt,999999,frm,"frame99",xbw); + else + endMoveCaption(nextcaption,opt,200,frm,"frame99",xbw); + } + + // SAVE THE TIMELINE IN DOM ELEMENT + tl = nextcaption.data('timeline'); + nextcaption.data('timeline',tl); + callCaptionLoops(nextcaption,xbw); + tl.resume(); + } + } + + if (internrecalled) { + killCaptionLoops(nextcaption); + callCaptionLoops(nextcaption,xbw); + + if (nextcaption.data('timeline') != undefined) { + var tweens = nextcaption.data('timeline').getTweensOf(); + jQuery.each(tweens,function(index,tween) { + if (tween.vars.data != undefined) { + var newx = tween.vars.data.oldx * xbw; + var newy = tween.vars.data.oldy * xbw; + if (tween.progress() !=1 && tween.progress()!=0) { + try{ + //tween.updateTo({x:newx, y:newy},true); + tween.vars.x = newx; + tween.vary.y = newy; + } catch(e) { + + } + } else { + if (tween.progress()==1) { + punchgs.TweenLite.set(tween.target,{x:newx,y:newy}); + } + } + } + }) + } + } + + }) + + var bt=jQuery('body').find('#'+opt.container.attr('id')).find('.tp-bannertimer'); + bt.data('opt',opt); + + + + if (mtl != undefined) setTimeout(function() { + mtl.resume(); + },30); + + } + + + var get_browser = function(){ + var N=navigator.appName, ua=navigator.userAgent, tem; + var M=ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i); + if(M && (tem= ua.match(/version\/([\.\d]+)/i))!= null) M[2]= tem[1]; + M=M? [M[1], M[2]]: [N, navigator.appVersion, '-?']; + return M[0]; + } + var get_browser_version = function(){ + var N=navigator.appName, ua=navigator.userAgent, tem; + var M=ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i); + if(M && (tem= ua.match(/version\/([\.\d]+)/i))!= null) M[2]= tem[1]; + M=M? [M[1], M[2]]: [N, navigator.appVersion, '-?']; + return M[1]; + } + + ///////////////////////////////////////////////////////////////// + // - CALCULATE THE RESPONSIVE SIZES OF THE CAPTIONS - // + ///////////////////////////////////////////////////////////////// + var calcCaptionResponsive = function(nc,opt) { + if (nc.data('fsize') == undefined) nc.data('fsize',parseInt(nc.css('font-size'),0) || 0); + if (nc.data('pt') == undefined) nc.data('pt',parseInt(nc.css('paddingTop'),0) || 0); + if (nc.data('pb') == undefined) nc.data('pb',parseInt(nc.css('paddingBottom'),0) || 0); + if (nc.data('pl') == undefined) nc.data('pl',parseInt(nc.css('paddingLeft'),0) || 0); + if (nc.data('pr') == undefined) nc.data('pr',parseInt(nc.css('paddingRight'),0) || 0); + + if (nc.data('mt') == undefined) nc.data('mt',parseInt(nc.css('marginTop'),0) || 0); + if (nc.data('mb') == undefined) nc.data('mb',parseInt(nc.css('marginBottom'),0) || 0); + if (nc.data('ml') == undefined) nc.data('ml',parseInt(nc.css('marginLeft'),0) || 0); + if (nc.data('mr') == undefined) nc.data('mr',parseInt(nc.css('marginRight'),0) || 0); + + if (nc.data('bt') == undefined) nc.data('bt',parseInt(nc.css('borderTopWidth'),0) || 0); + if (nc.data('bb') == undefined) nc.data('bb',parseInt(nc.css('borderBottomWidth'),0) || 0); + if (nc.data('bl') == undefined) nc.data('bl',parseInt(nc.css('borderLeftWidth'),0) || 0); + if (nc.data('br') == undefined) nc.data('br',parseInt(nc.css('borderRightWidth'),0) || 0); + + if (nc.data('ls') == undefined) nc.data('ls',parseInt(nc.css('letterSpacing'),0) || 0); + + if (nc.data('lh') == undefined) nc.data('lh',parseInt(nc.css('lineHeight'),0) || "auto"); + if (nc.data('minwidth') == undefined) nc.data('minwidth',parseInt(nc.css('minWidth'),0) || 0); + if (nc.data('minheight') == undefined) nc.data('minheight',parseInt(nc.css('minHeight'),0) || 0); + if (nc.data('maxwidth') == undefined) nc.data('maxwidth',parseInt(nc.css('maxWidth'),0) || "none"); + if (nc.data('maxheight') == undefined) nc.data('maxheight',parseInt(nc.css('maxHeight'),0) || "none"); + if (nc.data('wii') == undefined) nc.data('wii',parseInt(nc.css('width'),0) || 0); + if (nc.data('hii') == undefined) nc.data('hii',parseInt(nc.css('height'),0) || 0); + + if (nc.data('wan') == undefined) nc.data('wan',nc.css("-webkit-transition")); + if (nc.data('moan') == undefined) nc.data('moan',nc.css("-moz-animation-transition")); + if (nc.data('man') == undefined) nc.data('man',nc.css("-ms-animation-transition")); + if (nc.data('ani') == undefined) nc.data('ani',nc.css("transition")); + + // IE8 FIX FOR AUTO LINEHEIGHT + if (nc.data('lh')=="auto") nc.data('lh',nc.data('fsize')+4); + + + + + if (!nc.hasClass("tp-splitted")) { + + + nc.css("-webkit-transition", "none"); + nc.css("-moz-transition", "none"); + nc.css("-ms-transition", "none"); + nc.css("transition", "none"); + + punchgs.TweenLite.set(nc,{ + fontSize: Math.round((nc.data('fsize') * opt.bw))+"px", + + letterSpacing:Math.floor((nc.data('ls') * opt.bw))+"px", + + paddingTop: Math.round((nc.data('pt') * opt.bh)) + "px", + paddingBottom: Math.round((nc.data('pb') * opt.bh)) + "px", + paddingLeft: Math.round((nc.data('pl') * opt.bw)) + "px", + paddingRight: Math.round((nc.data('pr') * opt.bw)) + "px", + + marginTop: (nc.data('mt') * opt.bh) + "px", + marginBottom: (nc.data('mb') * opt.bh) + "px", + marginLeft: (nc.data('ml') * opt.bw) + "px", + marginRight: (nc.data('mr') * opt.bw) + "px", + + borderTopWidth: Math.round((nc.data('bt') * opt.bh)) + "px", + borderBottomWidth: Math.round((nc.data('bb') * opt.bh)) + "px", + borderLeftWidth: Math.round((nc.data('bl') * opt.bw)) + "px", + borderRightWidth: Math.round((nc.data('br') * opt.bw)) + "px", + + lineHeight: Math.round((nc.data('lh') * opt.bh)) + "px", + minWidth:(nc.data('minwidth') * opt.bw) + "px", + minHeight:(nc.data('minheight') * opt.bh) + "px", + + /* width:(nc.data('wii') * opt.bw) + "px", + height:(nc.data('hii') * opt.bh) + "px", */ + + overwrite:"auto" + }); + setTimeout(function() { + nc.css("-webkit-transition", nc.data('wan')); + nc.css("-moz-transition", nc.data('moan')); + nc.css("-ms-transition", nc.data('man')); + nc.css("transition", nc.data('ani')); + + },30); + + //konsole.log(nc.data('maxwidth')+" "+nc.data('maxheight')); + if (nc.data('maxheight')!='none') + nc.css({'maxHeight':(nc.data('maxheight') * opt.bh) + "px"}); + + + if (nc.data('maxwidth')!='none') + nc.css({'maxWidth':(nc.data('maxwidth') * opt.bw) + "px"}); + } + } + + + /****************************** + - CAPTION LOOPS - + ********************************/ + + + var callCaptionLoops = function(nextcaption,factor) { + + // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS + nextcaption.find('.rs-pendulum').each(function() { + var el = jQuery(this); + if (el.data('timeline')==undefined) { + el.data('timeline',new punchgs.TimelineLite); + var startdeg = el.data('startdeg')==undefined ? -20 : el.data('startdeg'), + enddeg = el.data('enddeg')==undefined ? 20 : el.data('enddeg'), + speed = el.data('speed')==undefined ? 2 : el.data('speed'), + origin = el.data('origin')==undefined ? "50% 50%" : el.data('origin'), + easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('ease'); + + startdeg = startdeg * factor; + enddeg = enddeg * factor; + + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:startdeg,transformOrigin:origin},{rotation:enddeg,ease:easing})); + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:enddeg,transformOrigin:origin},{rotation:startdeg,ease:easing,onComplete:function() { + el.data('timeline').restart(); + }})); + } + + }) + + // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS + nextcaption.find('.rs-rotate').each(function() { + var el = jQuery(this); + if (el.data('timeline')==undefined) { + el.data('timeline',new punchgs.TimelineLite); + var startdeg = el.data('startdeg')==undefined ? 0 : el.data('startdeg'), + enddeg = el.data('enddeg')==undefined ? 360 : el.data('enddeg'); + speed = el.data('speed')==undefined ? 2 : el.data('speed'), + origin = el.data('origin')==undefined ? "50% 50%" : el.data('origin'), + easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); + + startdeg = startdeg * factor; + enddeg = enddeg * factor; + + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:startdeg,transformOrigin:origin},{rotation:enddeg,ease:easing,onComplete:function() { + el.data('timeline').restart(); + }})); + } + + }) + + // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS + nextcaption.find('.rs-slideloop').each(function() { + var el = jQuery(this); + if (el.data('timeline')==undefined) { + el.data('timeline',new punchgs.TimelineLite); + var xs = el.data('xs')==undefined ? 0 : el.data('xs'), + ys = el.data('ys')==undefined ? 0 : el.data('ys'), + xe = el.data('xe')==undefined ? 0 : el.data('xe'), + ye = el.data('ye')==undefined ? 0 : el.data('ye'), + speed = el.data('speed')==undefined ? 2 : el.data('speed'), + easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); + + xs = xs * factor; + ys = ys * factor; + xe = xe * factor; + ye = ye * factor; + + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",x:xs,y:ys},{x:xe,y:ye,ease:easing})); + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",x:xe,y:ye},{x:xs,y:ys,onComplete:function() { + el.data('timeline').restart(); + }})); + } + + }) + + // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS + nextcaption.find('.rs-pulse').each(function() { + var el = jQuery(this); + if (el.data('timeline')==undefined) { + el.data('timeline',new punchgs.TimelineLite); + var zoomstart = el.data('zoomstart')==undefined ? 0 : el.data('zoomstart'), + zoomend = el.data('zoomend')==undefined ? 0 : el.data('zoomend'), + speed = el.data('speed')==undefined ? 2 : el.data('speed'), + easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); + + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",scale:zoomstart},{scale:zoomend,ease:easing})); + el.data('timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",scale:zoomend},{scale:zoomstart,onComplete:function() { + el.data('timeline').restart(); + }})); + } + + }) + + nextcaption.find('.rs-wave').each(function() { + var el = jQuery(this); + if (el.data('timeline')==undefined) { + el.data('timeline',new punchgs.TimelineLite); + + var angle= el.data('angle')==undefined ? 10 : el.data('angle'), + radius = el.data('radius')==undefined ? 10 : el.data('radius'), + speed = el.data('speed')==undefined ? -20 : el.data('speed'), + origin = el.data('origin')==undefined ? -20 : el.data('origin'); + + angle = angle*factor; + radius = radius * factor; + + var angobj = {a:0, ang : angle, element:el, unit:radius}; + + + el.data('timeline').append(new punchgs.TweenLite.fromTo(angobj,speed, + { a:360 }, + { a:0, + force3D:"auto", + ease:punchgs.Linear.easeNone, + onUpdate:function() { + + var rad = angobj.a * (Math.PI / 180); + punchgs.TweenLite.to(angobj.element,0.1,{force3D:"auto",x:Math.cos(rad) * angobj.unit, y:angobj.unit * (1 - Math.sin(rad))}); + + }, + onComplete:function() { + el.data('timeline').restart(); + } + } + )); + } + + }) + } + + var killCaptionLoops = function(nextcaption) { + // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS + nextcaption.find('.rs-pendulum, .rs-slideloop, .rs-pulse, .rs-wave').each(function() { + var el = jQuery(this); + if (el.data('timeline')!=undefined) { + el.data('timeline').pause(); + el.data('timeline',null); + } + }); + } + + ////////////////////////// + // REMOVE THE CAPTIONS // + ///////////////////////// + var removeTheCaptions = function(actli,opt) { + + var removetime = 0; + + var allcaptions = actli.find('.tp-caption'), + allstaticcaptions = opt.container.find('.tp-static-layers').find('.tp-caption'); + + + jQuery.each(allstaticcaptions, function(index,staticcapt) { + allcaptions.push(staticcapt); + }); + + allcaptions.each(function(i) { + + + + var staticdirection = -1; // 1 -> In, 2-> Out 0-> Ignore -1-> Not Static + + var nextcaption=jQuery(this); + if (nextcaption.hasClass("tp-static-layer")) { + + if (nextcaption.data('startslide') == -1 || nextcaption.data('startslide') == "-1") + nextcaption.data('startslide',0); + + if (nextcaption.data('endslide') == -1 || nextcaption.data('endslide') == "-1") + nextcaption.data('endslide',opt.slideamount); + + + + // IF STATIC ITEM CURRENTLY NOT VISIBLE + if (nextcaption.hasClass("tp-is-shown")) { + + if ((nextcaption.data('startslide') > opt.next) || + (nextcaption.data('endslide') < opt.next)) { + + staticdirection = 2; + nextcaption.removeClass("tp-is-shown"); + } else { + staticdirection = 0; + } + } else { + staticdirection = 2; + } + + + + } + + + + if (staticdirection != 0 ) { + + killCaptionLoops(nextcaption); + + if (nextcaption.find('iframe').length>0) { + // VIMEO VIDEO PAUSE + //if (nextcaption.data('vimeoid')!=undefined && String(nextcaption.data('vimeoid')).length>0) + punchgs.TweenLite.to(nextcaption.find('iframe'),0.2,{autoAlpha:0}); + if (is_mobile()) nextcaption.find('iframe').remove(); + try { + var ifr = nextcaption.find('iframe'); + var id = ifr.attr('id'); + var froogaloop = $f(id); + froogaloop.api("pause"); + clearTimeout(nextcaption.data('timerplay')); + } catch(e) {} + + try { + var player=nextcaption.data('player'); + player.stopVideo(); + clearTimeout(nextcaption.data('timerplay')); + } catch(e) {} + } + + // IF HTML5 VIDEO IS EMBEDED + if (nextcaption.find('video').length>0) { + try{ + nextcaption.find('video').each(function(i) { + var html5vid = jQuery(this).parent(); + var videoID =html5vid.attr('id'); + clearTimeout(html5vid.data('timerplay')); + var video = this; + video.pause(); + }) + }catch(e) {} + } // END OF VIDEO JS FUNCTIONS + try { + + //var tl = punchgs.TimelineLite.exportRoot(); + var tl = nextcaption.data('timeline'); + var endstarts = tl.getLabelTime("frame99"); + var curtime = tl.time(); + if (endstarts>curtime) { + + // WE NEED TO STOP ALL OTHER NIMATIONS + var tweens = tl.getTweensOf(nextcaption); + jQuery.each(tweens,function(index,tw) { + + if (index!=0) + tw.pause(); + }); + if (nextcaption.css('opacity')!=0) { + var spp = nextcaption.data('endspeed') == undefined ? nextcaption.data('speed') : nextcaption.data('endspeed'); + if (spp>removetime) removetime =spp; + tl.play("frame99"); + } else + tl.progress(1,false); + } + + } catch(e) {} + + } + + }); + + return removetime; + } + + ////////////////////////////// + // MOVE THE CAPTIONS // + //////////////////////////// + var addMoveCaption = function(nextcaption,opt,params,frame,downscale) { + var tl = nextcaption.data('timeline'); + + var newtl = new punchgs.TimelineLite(); + + var animobject = nextcaption; + + if (params.typ == "chars") animobject = nextcaption.data('mySplitText').chars; + else + if (params.typ == "words") animobject = nextcaption.data('mySplitText').words; + else + if (params.typ == "lines") animobject = nextcaption.data('mySplitText').lines; + params.animation.ease = params.ease; + + if (params.animation.rotationZ !=undefined) params.animation.rotation = params.animation.rotationZ; + params.animation.data = new Object(); + params.animation.data.oldx = params.animation.x; + params.animation.data.oldy = params.animation.y; + + params.animation.x = params.animation.x * downscale; + params.animation.y = params.animation.y * downscale; + + + tl.add(newtl.staggerTo(animobject,params.speed,params.animation,params.elementdelay),params.start); + tl.addLabel(frame,params.start); + + nextcaption.data('timeline',tl); + + } + ////////////////////////////// + // MOVE OUT THE CAPTIONS // + //////////////////////////// + var endMoveCaption = function(nextcaption,opt,mdelay,backwards,frame,downscale) { + + var tl = nextcaption.data('timeline'), + newtl = new punchgs.TimelineLite(); + + var frm = newAnimObject(), + mspeed= (nextcaption.data('endspeed') == undefined) ? nextcaption.data('speed') : nextcaption.data('endspeed'), + ncc = nextcaption.attr('class'); + + frm.ease = (nextcaption.data('endeasing') == undefined) ? punchgs.Power1.easeInOut : nextcaption.data('endeasing'); + + mspeed = mspeed/1000; + + + + if (ncc.match('ltr') || + ncc.match('ltl') || + ncc.match('str') || + ncc.match('stl') || + ncc.match('ltt') || + ncc.match('ltb') || + ncc.match('stt') || + ncc.match('stb') || + ncc.match('skewtoright') || + ncc.match('skewtorightshort') || + ncc.match('skewtoleft') || + ncc.match('skewtoleftshort') || + ncc.match('fadeout') || + ncc.match("randomrotateout")) + { + + if (ncc.match('skewtoright') || ncc.match('skewtorightshort')) frm.skewX = 35 + else + if (ncc.match('skewtoleft') || ncc.match('skewtoleftshort')) frm.skewX = -35 + + + if (ncc.match('ltr') || ncc.match('skewtoright')) + frm.x=opt.width+60; + else if (ncc.match('ltl') || ncc.match('skewtoleft')) + frm.x=0-(opt.width+60); + else if (ncc.match('ltt')) + frm.y=0-(opt.height+60); + else if (ncc.match('ltb')) + frm.y=opt.height+60; + else if (ncc.match('str') || ncc.match('skewtorightshort')) { + frm.x=50;frm.opacity=0; + } else if (ncc.match('stl') || ncc.match('skewtoleftshort')) { + frm.x=-50;frm.opacity=0; + } else if (ncc.match('stt')) { + frm.y=-50;frm.opacity=0; + } else if (ncc.match('stb')) { + frm.y=50;frm.opacity=0; + } else if (ncc.match("randomrotateout")) { + frm.x = Math.random()*opt.width; + frm.y = Math.random()*opt.height; + frm.scale = Math.random()*2+0.3; + frm.rotation = Math.random()*360-180; + frm.opacity = 0; + } else if (ncc.match('fadeout')) { + frm.opacity = 0; + } + + if (ncc.match('skewtorightshort')) frm.x = 270; + else + if (ncc.match('skewtoleftshort')) frm.x = -270 + frm.data = new Object(); + frm.data.oldx = frm.x; + frm.data.oldy = frm.y; + frm.x = frm.x * downscale; + frm.y = frm.y * downscale; + + frm.overwrite="auto"; + var animobject = nextcaption; + var animobject = nextcaption; + if (nextcaption.data('splitout') == "chars") animobject = nextcaption.data('mySplitText').chars; + else + if (nextcaption.data('splitout') == "words") animobject = nextcaption.data('mySplitText').words; + else + if (nextcaption.data('splitout') == "lines") animobject = nextcaption.data('mySplitText').lines; + var elemdelay = (nextcaption.data('endelementdelay') == undefined) ? 0 : nextcaption.data('endelementdelay'); + //tl.add(punchgs.TweenLite.to(nextcaption,mspeed,frm),mdelay); + tl.add(newtl.staggerTo(animobject,mspeed,frm,elemdelay),mdelay); + + } + + else + + if (nextcaption.hasClass("customout")) { + + frm = getAnimDatas(frm,nextcaption.data('customout')); + var animobject = nextcaption; + if (nextcaption.data('splitout') == "chars") animobject = nextcaption.data('mySplitText').chars; + else + if (nextcaption.data('splitout') == "words") animobject = nextcaption.data('mySplitText').words; + else + if (nextcaption.data('splitout') == "lines") animobject = nextcaption.data('mySplitText').lines; + + var elemdelay = (nextcaption.data('endelementdelay') == undefined) ? 0 : nextcaption.data('endelementdelay'); + frm.onStart = function() { + + punchgs.TweenLite.set(nextcaption,{ + transformPerspective:frm.transformPerspective, + transformOrigin:frm.transformOrigin, + overwrite:"auto" + }); + } + + frm.data = new Object(); + frm.data.oldx = frm.x; + frm.data.oldy = frm.y; + + frm.x = frm.x * downscale; + frm.y = frm.y * downscale; + + tl.add(newtl.staggerTo(animobject,mspeed,frm,elemdelay),mdelay); + } + + else { + backwards.delay = 0; + tl.add(punchgs.TweenLite.to(nextcaption,mspeed,backwards),mdelay); + } + + + tl.addLabel(frame,mdelay); + + nextcaption.data('timeline',tl); + } + + /////////////////////////// + // REMOVE THE LISTENERS // + /////////////////////////// + var removeAllListeners = function(container,opt) { + container.children().each(function() { + try{ jQuery(this).die('click'); } catch(e) {} + try{ jQuery(this).die('mouseenter');} catch(e) {} + try{ jQuery(this).die('mouseleave');} catch(e) {} + try{ jQuery(this).unbind('hover');} catch(e) {} + }) + try{ container.die('click','mouseenter','mouseleave');} catch(e) {} + clearInterval(opt.cdint); + container=null; + } + + /////////////////////////// + // - countDown - // + ///////////////////////// + var countDown = function(container,opt) { + opt.cd=0; + opt.loop=0; + if (opt.stopAfterLoops!=undefined && opt.stopAfterLoops>-1) + opt.looptogo=opt.stopAfterLoops; + else + opt.looptogo=9999999; + + if (opt.stopAtSlide!=undefined && opt.stopAtSlide>-1) + opt.lastslidetoshow=opt.stopAtSlide; + else + opt.lastslidetoshow=999; + + opt.stopLoop="off"; + + if (opt.looptogo==0) opt.stopLoop="on"; + + + if (opt.slideamount >1 && !(opt.stopAfterLoops==0 && opt.stopAtSlide==1) ) { + var bt=container.find('.tp-bannertimer'); + + + // LISTENERS //container.trigger('stoptimer'); + container.on('stoptimer',function() { + var bt = jQuery(this).find('.tp-bannertimer'); + bt.data('tween').pause(); + if (opt.hideTimerBar=="on") bt.css({visibility:"hidden"}); + }); + container.on('starttimer',function() { + + if (opt.conthover!=1 && opt.videoplaying!=true && opt.width>opt.hideSliderAtLimit && opt.bannertimeronpause != true && opt.overnav !=true) + if ((opt.stopLoop=="on" && opt.next==opt.lastslidetoshow-1) || opt.noloopanymore == 1) + opt.noloopanymore = 1; + else { + + bt.css({visibility:"visible"}); + bt.data('tween').resume(); + } + + if (opt.hideTimerBar=="on") bt.css({visibility:"hidden"}); + }); + container.on('restarttimer',function() { + var bt = jQuery(this).find('.tp-bannertimer'); + if ((opt.stopLoop=="on" && opt.next==opt.lastslidetoshow-1) || opt.noloopanymore == 1) + opt.noloopanymore = 1; + else { + + bt.css({visibility:"visible"}); + bt.data('tween').kill(); + bt.data('tween',punchgs.TweenLite.fromTo(bt,opt.delay/1000,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:countDownNext,delay:1})); + + } + if (opt.hideTimerBar=="on") bt.css({visibility:"hidden"}); + }); + + container.on('nulltimer',function() { + bt.data('tween').pause(0); + if (opt.hideTimerBar=="on") bt.css({visibility:"hidden"}); + }); + + + + var countDownNext = function() { + if (jQuery('body').find(container).length==0) { + removeAllListeners(container,opt); + clearInterval(opt.cdint); + } + + container.trigger("revolution.slide.slideatend"); + + //STATE OF API CHANGED -> MOVE TO AIP BETTER + if (container.data('conthover-changed') == 1) { + opt.conthover= container.data('conthover'); + container.data('conthover-changed',0); + } + + // SWAP TO NEXT BANNER + opt.act=opt.next; + opt.next=opt.next+1; + + if (opt.next>container.find('>ul >li').length-1) { + opt.next=0; + opt.looptogo=opt.looptogo-1; + + if (opt.looptogo<=0) { + opt.stopLoop="on"; + + } + } + + // STOP TIMER IF NO LOOP NO MORE NEEDED. + + if (opt.stopLoop=="on" && opt.next==opt.lastslidetoshow-1) { + container.find('.tp-bannertimer').css({'visibility':'hidden'}); + container.trigger('revolution.slide.onstop'); + opt.noloopanymore = 1; + } else { + bt.data('tween').restart(); + } + + // SWAP THE SLIDES + swapSlide(container,opt); + + } + + bt.data('tween',punchgs.TweenLite.fromTo(bt,opt.delay/1000,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:countDownNext,delay:1})); + bt.data('opt',opt); + + + container.hover( + function() { + + if (opt.onHoverStop=="on" && (!is_mobile())) { + container.trigger('stoptimer'); + + container.trigger('revolution.slide.onpause'); + var nextsh = container.find('>ul >li:eq('+opt.next+') .slotholder'); + nextsh.find('.defaultimg').each(function() { + var dimg = jQuery(this); + if (dimg.data('kenburn')!=undefined) { + dimg.data('kenburn').pause(); + } + }); + } + }, + function() { + if (container.data('conthover')!=1) { + container.trigger('revolution.slide.onresume'); + container.trigger('starttimer'); + + var nextsh = container.find('>ul >li:eq('+opt.next+') .slotholder'); + nextsh.find('.defaultimg').each(function() { + var dimg = jQuery(this); + if (dimg.data('kenburn')!=undefined) { + dimg.data('kenburn').play(); + } + }); + } + }); + } + } + + + ////////////////// + // IS MOBILE ?? // + ////////////////// + var is_mobile = function() { + var agents = ['android', 'webos', 'iphone', 'ipad', 'blackberry','Android', 'webos', ,'iPod', 'iPhone', 'iPad', 'Blackberry', 'BlackBerry']; + var ismobile=false; + for(var i in agents) { + + if (navigator.userAgent.split(agents[i]).length>1) { + ismobile = true; + + } + } + return ismobile; + } + + + +/************************************************************************** + * Revolution Slider - PAN ZOOM MODULE + * @version: 1.0 (03.06.2013) + * @author ThemePunch +**************************************************************************/ + + /*********************************************** + - KEN BURN BACKGROUND FIT CALCULATOR - + ***********************************************/ + var calculateKenBurnScales = function(proc,sloth,opt) { + var ow = sloth.data('owidth'); + var oh = sloth.data('oheight'); + + if (ow / oh > opt.width / opt.height) { + var factor = (opt.container.width() /ow); + var nheight = oh * factor; + var hfactor = (nheight / opt.container.height())*proc; + proc = proc * (100/hfactor); + hfactor = 100; + proc = proc; + return (proc+"% "+hfactor+"%"+" 1"); + } else { + var factor = (opt.container.width() /ow); + var nheight = oh * factor; + var hfactor = (nheight / opt.container.height())*proc; + return (proc+"% "+hfactor+"%"); + } + } + + + + /****************************** + - startKenBurn - + ********************************/ + var startKenBurn = function(container,opt,recalc,prepareonly) { + + try{ + var actli = container.find('>ul:first-child >li:eq('+opt.act+')'); + } catch(e) { + var actli=container.find('>ul:first-child >li:eq(1)'); + } + + opt.lastslide=opt.act; + + + var nextli = container.find('>ul:first-child >li:eq('+opt.next+')'), + nextsh = nextli.find('.slotholder'), + bgps = nextsh.data('bgposition'), + bgpe = nextsh.data('bgpositionend'), + zos = nextsh.data('zoomstart')/100, + zoe = nextsh.data('zoomend')/100, + ros = nextsh.data('rotationstart'), + roe = nextsh.data('rotationend'), + bgfs = nextsh.data('bgfit'), + bgfe = nextsh.data('bgfitend'), + easeme = nextsh.data('easeme'), + dur = nextsh.data('duration')/1000, + bgfb = 100; + + + if (bgfs==undefined) bgfs=100; + if (bgfe==undefined) bgfe=100; + var obgfs = bgfs, + obgfe = bgfe; + + bgfs = calculateKenBurnScales(bgfs,nextsh,opt); + bgfe = calculateKenBurnScales(bgfe,nextsh,opt); + bgfb = calculateKenBurnScales(100,nextsh,opt); + + + if (zos==undefined) zos=1; + if (zoe==undefined) zoe=1; + if (ros==undefined) ros=0; + if (roe==undefined) roe=0; + + if (zos<1) zos=1; + if (zoe<1) zoe=1; + + + var imgobj = new Object(); + imgobj.w = parseInt(bgfb.split(" ")[0],0), + imgobj.h = parseInt(bgfb.split(" ")[1],0); + + var turned = false; + if (bgfb.split(" ")[2] == "1") { + turned = true; + } + + nextsh.find('.defaultimg').each(function() { + var defimg = jQuery(this); + if (nextsh.find('.kenburnimg').length==0) + nextsh.append('
    '); + else { + nextsh.find('.kenburnimg img').css({width:imgobj.w+'%',height:imgobj.h+'%'}); + } + + + + var kbimg = nextsh.find('.kenburnimg img'); + + + var imgs = calculateKenBurnImgPos(opt,bgps,bgfs,kbimg,turned), + imge = calculateKenBurnImgPos(opt,bgpe,bgfe,kbimg,turned); + + if (turned) { + imgs.w = obgfs/100; + imge.w = obgfe/100; + } + + + + if (prepareonly) { + + punchgs.TweenLite.set(kbimg,{autoAlpha:0, + transformPerspective:1200, + transformOrigin:"0% 0%", + top:0,left:0, + scale:imgs.w, + x:imgs.x, + y:imgs.y}); + var sx = imgs.w, + ww = (sx * kbimg.width()) - opt.width, + hh = (sx * kbimg.height()) - opt.height, + hor = Math.abs((imgs.x / ww)*100), + ver = Math.abs((imgs.y / hh)*100); + if (hh==0) ver =0; + if (ww == 0) hor = 0; + defimg.data('bgposition',hor+"% "+ver+"%"); + if (!isIE(8)) defimg.data('currotate',getRotationDegrees(kbimg)); + if (!isIE(8)) defimg.data('curscale',(imgobj.w*sx)+"% "+(imgobj.h*sx+"%")); + + nextsh.find('.kenburnimg').remove(); + } + else + defimg.data('kenburn',punchgs.TweenLite.fromTo(kbimg,dur,{autoAlpha:1, force3D:punchgs.force3d, transformOrigin:"0% 0%", top:0,left:0, scale:imgs.w, x:imgs.x, y:imgs.y},{autoAlpha:1,rotationZ:roe,ease:easeme, x:imge.x, y:imge.y,scale:imge.w,onUpdate:function() { + var sx = kbimg[0]._gsTransform.scaleX; + var ww = (sx * kbimg.width()) - opt.width, + hh = (sx * kbimg.height()) - opt.height, + hor = Math.abs((kbimg[0]._gsTransform.x / ww)*100), + ver = Math.abs((kbimg[0]._gsTransform.y / hh)*100); + if (hh==0) ver =0; + if (ww == 0) hor = 0; + + defimg.data('bgposition',hor+"% "+ver+"%"); + + if (!isIE(8)) defimg.data('currotate',getRotationDegrees(kbimg)); + if (!isIE(8)) defimg.data('curscale',(imgobj.w*sx)+"% "+(imgobj.h*sx+"%")); + //punchgs.TweenLite.set(defimg,{rotation:defimg.data('currotate'), backgroundPosition:defimg.data('bgposition'), backgroundSize:defimg.data('curscale')}); + }})); + }) + } + + /************************************************* + - CALCULATE KENBURNS IMAGE POSITIONS - + **************************************************/ + + var calculateKenBurnImgPos = function(opt,bgp,bgf,img,turned) { + var imgobj = new Object; + + if (!turned) + imgobj.w = parseInt(bgf.split(" ")[0],0) / 100; + else + imgobj.w = parseInt(bgf.split(" ")[1],0) / 100; + + switch(bgp) { + case "left top": + case "top left": + imgobj.x = 0; + imgobj.y = 0; + break; + case "center top": + case "top center": + imgobj.x = (((0-img.width()) * imgobj.w) + parseInt(opt.width,0))/2; + imgobj.y = 0; + break; + case "top right": + case "right top": + imgobj.x = ((0-img.width()) * imgobj.w) + parseInt(opt.width,0); + imgobj.y = 0; + + break; + case "center left": + case "left center": + imgobj.x = 0; + imgobj.y = (((0-img.height()) * imgobj.w) + parseInt(opt.height,0)) / 2; + break; + case "center center": + imgobj.x = (((0-img.width()) * imgobj.w) + parseInt(opt.width,0))/2; + imgobj.y = (((0-img.height()) * imgobj.w) + parseInt(opt.height,0)) / 2; + + break; + case "center right": + case "right center": + imgobj.x = ((0-img.width()) * imgobj.w) + parseInt(opt.width,0); + imgobj.y = (((0-img.height()) * imgobj.w) + parseInt(opt.height,0)) / 2; + + break; + case "bottom left": + case "left bottom": + imgobj.x =0; + imgobj.y = ((0-img.height()) * imgobj.w) + parseInt(opt.height,0); + + break; + case "bottom center": + case "center bottom": + imgobj.x = (((0-img.width()) * imgobj.w) + parseInt(opt.width,0))/2; + imgobj.y = ((0-img.height()) * imgobj.w) + parseInt(opt.height,0); + break; + case "bottom right": + case "right bottom": + imgobj.x = ((0-img.width()) * imgobj.w) + parseInt(opt.width,0); + imgobj.y = ((0-img.height()) * imgobj.w) + parseInt(opt.height,0); + break; + } + + + + return imgobj; + } + + /****************************** + - GET ROTATION DEGREES - + ********************************/ + var getRotationDegrees = function(obj) { + var matrix = obj.css("-webkit-transform") || + obj.css("-moz-transform") || + obj.css("-ms-transform") || + obj.css("-o-transform") || + obj.css("transform"); + if(matrix !== 'none') { + var values = matrix.split('(')[1].split(')')[0].split(','); + var a = values[0]; + var b = values[1]; + var angle = Math.round(Math.atan2(b, a) * (180/Math.PI)); + } else { var angle = 0; } + return (angle < 0) ? angle +=360 : angle; + } + + + /****************************** + - STOP KEN BURN - + ********************************/ + var stopKenBurn = function(container,opt) { + + try{ + var actli = container.find('>ul:first-child >li:eq('+opt.act+')'); + } catch(e) { + var actli=container.find('>ul:first-child >li:eq(1)'); + } + + opt.lastslide=opt.act; + + var nextli = container.find('>ul:first-child >li:eq('+opt.next+')'); + + + var actsh = actli.find('.slotholder'); + var nextsh = nextli.find('.slotholder'); + + container.find('.defaultimg').each(function() { + var defimg = jQuery(this); + punchgs.TweenLite.killTweensOf(defimg,false); + punchgs.TweenLite.set(defimg,{scale:1,rotationZ:0}); + punchgs.TweenLite.killTweensOf(defimg.data('kenburn img'),false); + if (defimg.data('kenburn') != undefined) { + defimg.data('kenburn').pause(); + } + if (defimg.data('currotate') != undefined && defimg.data('bgposition') !=undefined && defimg.data('curscale') != undefined) + punchgs.TweenLite.set(defimg,{rotation:defimg.data('currotate'), backgroundPosition:defimg.data('bgposition'), backgroundSize:defimg.data('curscale')}); + if (defimg!= undefined && defimg.data('kenburn img') != undefined && defimg.data('kenburn img').length>0) punchgs.TweenLite.set(defimg.data('kenburn img'),{autoAlpha:0}); + + }); + } + +//// END OF KENBURNS EXTNESION + + + + +/************************************************************************** + * Revolution Slider - PARALLAX MODULE + * @version: 1.1 (23.06.2013) + * @author ThemePunch +**************************************************************************/ + + /****************************** + - PARALLAX EFFECT - + ********************************/ + var checkForParallax = function(container,opt) { + if (is_mobile() && opt.parallaxDisableOnMobile=="on") return false; + + container.find('>ul:first-child >li').each(function() { + var li = jQuery(this); + for (var i = 1; i<=10;i++) + li.find('.rs-parallaxlevel-'+i).each(function() { + var pw = jQuery(this); + pw.wrap('
    '); + }); + }) + + + + if (opt.parallax=="mouse" || opt.parallax=="scroll+mouse" || opt.parallax=="mouse+scroll") { + + container.mouseenter(function(event) { + var currslide = container.find('.current-sr-slide-visible'); + var t = container.offset().top, + l = container.offset().left, + ex = (event.pageX-l), + ey = (event.pageY-t); + currslide.data("enterx",ex); + currslide.data("entery",ey); + + }) + + container.on('mousemove.hoverdir, mouseleave.hoverdir',function(event) { + var currslide = container.find('.current-sr-slide-visible'); + switch (event.type) { + + case "mousemove": + + var t = container.offset().top, + l = container.offset().left, + mh = currslide.data("enterx"), + mv = currslide.data("entery"), + diffh = (mh - (event.pageX - l)), + diffv = (mv - (event.pageY - t)); + + currslide.find(".tp-parallax-container").each(function() { + var pc = jQuery(this), + pl = parseInt(pc.data('parallaxlevel'),0)/100, + offsh = diffh * pl, + offsv = diffv * pl; + if (opt.parallax=="scroll+mouse" || opt.parallax=="mouse+scroll") + punchgs.TweenLite.to(pc,0.4,{force3D:"auto",x:offsh,ease:punchgs.Power3.easeOut,overwrite:"all"}); + else + punchgs.TweenLite.to(pc,0.4,{force3D:"auto",x:offsh,y:offsv,ease:punchgs.Power3.easeOut,overwrite:"all"}); + }) + + break; + case "mouseleave": + currslide.find(".tp-parallax-container").each(function() { + var pc = jQuery(this); + if (opt.parallax=="scroll+mouse" || opt.parallax=="mouse+scroll") + punchgs.TweenLite.to(pc,1.5,{force3D:"auto",x:0,ease:punchgs.Power3.easeOut}); + else + punchgs.TweenLite.to(pc,1.5,{force3D:"auto",x:0,y:0,ease:punchgs.Power3.easeOut}); + }) + break; + } + }); + + if (is_mobile()) + window.ondeviceorientation = function(event) { + var y = Math.round(event.beta || 0), + x = Math.round(event.gamma || 0); + + var currslide = container.find('.current-sr-slide-visible'); + + + if (jQuery(window).width() > jQuery(window).height()){ + var xx = x; + x = y; + y = xx; + + } + + var curh = 360/container.width() * x, + curv = 180/container.height() * y; + + + + + currslide.find(".tp-parallax-container").each(function() { + var pc = jQuery(this), + pl = parseInt(pc.data('parallaxlevel'),0)/100, + offsh = curh * pl, + offsv = curv * pl; + punchgs.TweenLite.to(pc,0.2,{force3D:"auto",x:offsh,y:offsv,ease:punchgs.Power3.easeOut}); + }) + + // y: -90 -> +90, x:-180 -> +180 + + //jQuery('.logo-container').html("h:"+curh+" v:"+curv); + } + } + if (opt.parallax=="scroll" || opt.parallax=="scroll+mouse" || opt.parallax=="mouse+scroll") { + + jQuery(window).on('scroll',function(event) { + scrollParallax(container,opt); + }); + } + } + + /*************************************** + - SET POST OF SCROLL PARALLAX - + ***************************************/ + var scrollParallax = function(container,opt) { + if (is_mobile() && opt.parallaxDisableOnMobile=="on") return false; + var t = container.offset().top, + st = jQuery(window).scrollTop(), + dist = t+container.height()/2, + mv = t+container.height()/2 - st, + wh = jQuery(window).height()/2, + diffv= wh - mv; + + if (dist
    '); + } + var bullets = cap.find('.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer'); + var bup = bullets.parent(); + + bup.width(opt.thumbWidth*opt.thumbAmount); + bup.height(opt.thumbHeight); + bup.parent().width(opt.thumbWidth*opt.thumbAmount); + bup.parent().height(opt.thumbHeight); + + container.find('>ul:first >li').each(function(i) { + var li= container.find(">ul:first >li:eq("+i+")"); + var bgcolor = li.find(".defaultimg").css("backgroundColor"); + if (li.data('thumb') !=undefined) + var src= li.data('thumb') + else + var src=li.find("img:first").attr('src'); + + + bullets.append('
    '); + var bullet= bullets.find('.bullet:first'); + }); + //bullets.append('
    '); + var minwidth=10; + + + // ADD THE BULLET CLICK FUNCTION HERE + bullets.find('.bullet').each(function(i) { + var bul = jQuery(this); + + if (i==opt.slideamount-1) bul.addClass('last'); + if (i==0) bul.addClass('first'); + bul.width(opt.thumbWidth); + bul.height(opt.thumbHeight); + + if (minwidthul:first >li').length; + + var thumbconwidth=bullets.parent().width(); + opt.thumbWidth = minwidth; + + + + //////////////////////// + // SLIDE TO POSITION // + //////////////////////// + if (thumbconwidthul:first >li').length, + diff=(max- thumbconwidth)+15, + steps = diff / thumbconwidth; + + $this.addClass("over"); + x=x-30; + + //ANIMATE TO POSITION + var pos=(0-((x)*steps)); + if (pos>0) pos =0; + if (pos<0-max+thumbconwidth) pos=0-max+thumbconwidth; + moveThumbSliderToPosition($this,pos,200); + }); + + bullets.parent().mousemove(function() { + + var $this=jQuery(this), + offset = $this.offset(), + x = jQuery('body').data('mousex')-offset.left, + thumbconwidth=$this.width(), + minwidth=$this.find('.bullet:first').outerWidth(true), + max=minwidth*container.find('>ul:first >li').length-1, + diff=(max- thumbconwidth)+15, + steps = diff / thumbconwidth; + + x=x-3; + if (x<6) x=0; + if (x+3>thumbconwidth-6) x=thumbconwidth; + + //ANIMATE TO POSITION + var pos=(0-((x)*steps)); + if (pos>0) pos =0; + if (pos<0-max+thumbconwidth) pos=0-max+thumbconwidth; + moveThumbSliderToPosition($this,pos,0); + + }); + + bullets.parent().mouseleave(function() { + var $this=jQuery(this); + $this.removeClass("over"); + moveSelectedThumb(container); + }); + } + + + } + + + /////////////////////////////// + // SelectedThumbInPosition // + ////////////////////////////// + var moveSelectedThumb = function(container) { + + var bullets=container.parent().find('.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer'), + $this=bullets.parent(), + offset = $this.offset(), + minwidth=$this.find('.bullet:first').outerWidth(true), + x = $this.find('.bullet.selected').index() * minwidth, + thumbconwidth=$this.width(), + minwidth=$this.find('.bullet:first').outerWidth(true), + max=minwidth*container.find('>ul:first >li').length, + diff=(max- thumbconwidth), + steps = diff / thumbconwidth, + pos=0-x; + + if (pos>0) pos =0; + if (pos<0-max+thumbconwidth) pos=0-max+thumbconwidth; + if (!$this.hasClass("over")) { + moveThumbSliderToPosition($this,pos,200); + } + } + + + //////////////////////////////////// + // MOVE THUMB SLIDER TO POSITION // + /////////////////////////////////// + var moveThumbSliderToPosition = function($this,pos,speed) { + punchgs.TweenLite.to($this.find('.tp-thumbcontainer'),0.2,{force3D:"auto",left:pos,ease:punchgs.Power3.easeOut,overwrite:"auto"}); + } +})(jQuery); + + + +/// END OF THUMBNAIL EXTNESIONS + + + + + + +// SOME ERROR MESSAGES IN CASE THE PLUGIN CAN NOT BE LOADED +function revslider_showDoubleJqueryError(sliderID) { + var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; + errorMessage += "
    This includes make eliminates the revolution slider libraries, and make it not work."; + errorMessage += "

    To fix it you can:
        1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true."; + errorMessage += "
        2. Find the double jquery.js include and remove it."; + errorMessage = "" + errorMessage + "" + jQuery(sliderID).show().html(errorMessage); +} + + diff --git a/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.min.js b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.min.js new file mode 100644 index 00000000..7fb1b8bb --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.revolution.min.js @@ -0,0 +1,9 @@ +/************************************************************************** + * jquery.themepunch.revolution.js - jQuery Plugin for Revolution Slider + * @version: 4.6.4 (26.11.2014) + * @requires jQuery v1.7 or later (tested on 1.9) + * @author ThemePunch +**************************************************************************/ + + +function revslider_showDoubleJqueryError(e){var t="Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.";t+="
    This includes make eliminates the revolution slider libraries, and make it not work.";t+="

    To fix it you can:
        1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.";t+="
        2. Find the double jquery.js include and remove it.";t=""+t+"";jQuery(e).show().html(t)}(function(e,t){function n(){var e=false;if(navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/iPad/i)){if(navigator.userAgent.match(/OS 4_\d like Mac OS X/i)){e=true}}else{e=false}return e}function r(r,i){if(r==t)return false;if(r.data("aimg")!=t){if(r.data("aie8")=="enabled"&&a(8)||r.data("amobile")=="enabled"&&J())r.html('')}if(i.navigationStyle=="preview1"||i.navigationStyle=="preview3"||i.navigationStyle=="preview4"){i.soloArrowLeftHalign="left";i.soloArrowLeftValign="center";i.soloArrowLeftHOffset=0;i.soloArrowLeftVOffset=0;i.soloArrowRightHalign="right";i.soloArrowRightValign="center";i.soloArrowRightHOffset=0;i.soloArrowRightVOffset=0;i.navigationArrows="solo"}if(i.simplifyAll=="on"&&(a(8)||n())){r.find(".tp-caption").each(function(){var t=e(this);t.removeClass("customin").removeClass("customout").addClass("fadein").addClass("fadeout");t.data("splitin","");t.data("speed",400)});r.find(">ul>li").each(function(){var t=e(this);t.data("transition","fade");t.data("masterspeed",500);t.data("slotamount",1);var n=t.find(">img").first();n.data("kenburns","off")})}i.desktop=!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|BB10|mobi|tablet|opera mini|nexus 7)/i);if(i.fullWidth!="on"&&i.fullScreen!="on")i.autoHeight="off";if(i.fullScreen=="on")i.autoHeight="on";if(i.fullWidth!="on"&&i.fullScreen!="on")forceFulWidth="off";if(i.fullWidth=="on"&&i.autoHeight=="off")r.css({maxHeight:i.startheight+"px"});if(J()&&i.hideThumbsOnMobile=="on"&&i.navigationType=="thumb")i.navigationType="none";if(J()&&i.hideBulletsOnMobile=="on"&&i.navigationType=="bullet")i.navigationType="none";if(J()&&i.hideBulletsOnMobile=="on"&&i.navigationType=="both")i.navigationType="none";if(J()&&i.hideArrowsOnMobile=="on")i.navigationArrows="none";if(i.forceFullWidth=="on"&&r.closest(".forcefullwidth_wrapper_tp_banner").length==0){var f=r.parent().offset().left;var v=r.parent().css("marginBottom");var m=r.parent().css("marginTop");if(v==t)v=0;if(m==t)m=0;r.parent().wrap('
    ');r.closest(".forcefullwidth_wrapper_tp_banner").append('
    ');r.css({backgroundColor:r.parent().css("backgroundColor"),backgroundImage:r.parent().css("backgroundImage")});r.parent().css({left:0-f+"px",position:"absolute",width:e(window).width()});i.width=e(window).width()}try{if(i.hideThumbsUnderResolution>e(window).width()&&i.hideThumbsUnderResolution!=0){r.parent().find(".tp-bullets.tp-thumbs").css({display:"none"})}else{r.parent().find(".tp-bullets.tp-thumbs").css({display:"block"})}}catch(g){}if(!r.hasClass("revslider-initialised")){r.addClass("revslider-initialised");if(r.attr("id")==t)r.attr("id","revslider-"+Math.round(Math.random()*1e3+5));i.firefox13=false;i.ie=!e.support.opacity;i.ie9=document.documentMode==9;i.origcd=i.delay;var b=e.fn.jquery.split("."),w=parseFloat(b[0]),E=parseFloat(b[1]),S=parseFloat(b[2]||"0");if(w==1&&E<7){r.html('
    The Current Version of jQuery:'+b+"
    Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin
    ")}if(w>1)i.ie=false;if(!e.support.transition)e.fn.transition=e.fn.animate;r.find(".caption").each(function(){e(this).addClass("tp-caption")});if(J()){r.find(".tp-caption").each(function(){var t=e(this);if(t.data("autoplayonlyfirsttime")==true||t.data("autoplayonlyfirsttime")=="true")t.data("autoplayonlyfirsttime","false");if(t.data("autoplay")==true||t.data("autoplay")=="true")t.data("autoplay",false)})}var x=0;var T=0;var C=0;var k="http";if(location.protocol==="https:"){k="https"}r.find(".tp-caption").each(function(n){try{if((e(this).data("ytid")!=t||e(this).find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&x==0){x=1;var r=document.createElement("script");var i="https";r.src=i+"://www.youtube.com/iframe_api";var s=document.getElementsByTagName("script")[0];var o=true;e("head").find("*").each(function(){if(e(this).attr("src")==i+"://www.youtube.com/iframe_api")o=false});if(o){s.parentNode.insertBefore(r,s)}}}catch(u){}try{if((e(this).data("vimeoid")!=t||e(this).find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&T==0){T=1;var a=document.createElement("script");a.src=k+"://a.vimeocdn.com/js/froogaloop2.min.js";var s=document.getElementsByTagName("script")[0];var o=true;e("head").find("*").each(function(){if(e(this).attr("src")==k+"://a.vimeocdn.com/js/froogaloop2.min.js")o=false});if(o)s.parentNode.insertBefore(a,s)}}catch(u){}try{if(e(this).data("videomp4")!=t||e(this).data("videowebm")!=t){}}catch(u){}});r.find(".tp-caption video").each(function(t){e(this).removeClass("video-js").removeClass("vjs-default-skin");e(this).attr("preload","");e(this).css({display:"none"})});r.find(">ul:first-child >li").each(function(){var t=e(this);t.data("origindex",t.index())});if(i.shuffle=="on"){var L=new Object,A=r.find(">ul:first-child >li:first-child");L.fstransition=A.data("fstransition");L.fsmasterspeed=A.data("fsmasterspeed");L.fsslotamount=A.data("fsslotamount");for(var O=0;Oul:first-child >li").length;O++){var M=Math.round(Math.random()*r.find(">ul:first-child >li").length);r.find(">ul:first-child >li:eq("+M+")").prependTo(r.find(">ul:first-child"))}var _=r.find(">ul:first-child >li:first-child");_.data("fstransition",L.fstransition);_.data("fsmasterspeed",L.fsmasterspeed);_.data("fsslotamount",L.fsslotamount)}i.slots=4;i.act=-1;i.next=0;if(i.startWithSlide!=t)i.next=i.startWithSlide;var D=o("#")[0];if(D.length<9){if(D.split("slide").length>1){var P=parseInt(D.split("slide")[1],0);if(P<1)P=1;if(P>r.find(">ul:first >li").length)P=r.find(">ul:first >li").length;i.next=P-1}}i.firststart=1;if(i.navigationHOffset==t)i.navOffsetHorizontal=0;if(i.navigationVOffset==t)i.navOffsetVertical=0;r.append('
    '+'
    '+'
    '+'
    '+'
    '+'
    '+"
    ");if(r.find(".tp-bannertimer").length==0)r.append('');var H=r.find(".tp-bannertimer");if(H.length>0){H.css({width:"0%"})}r.addClass("tp-simpleresponsive");i.container=r;i.slideamount=r.find(">ul:first >li").length;if(r.height()==0)r.height(i.startheight);if(i.startwidth==t||i.startwidth==0)i.startwidth=r.width();if(i.startheight==t||i.startheight==0)i.startheight=r.height();i.width=r.width();i.height=r.height();i.bw=i.startwidth/r.width();i.bh=i.startheight/r.height();if(i.width!=i.startwidth){i.height=Math.round(i.startheight*(i.width/i.startwidth));r.height(i.height)}if(i.shadow!=0){r.parent().append('
    ');var f=0;if(i.forceFullWidth=="on")f=0-i.container.parent().offset().left;r.parent().find(".tp-bannershadow").css({width:i.width,left:f})}r.find("ul").css({display:"none"});var B=r;r.find("ul").css({display:"block"});y(r,i);if(i.parallax!="off")et(r,i);if(i.slideamount>1)l(r,i);if(i.slideamount>1&&i.navigationType=="thumb")nt(r,i);if(i.slideamount>1)c(r,i);if(i.keyboardNavigation=="on")h(r,i);p(r,i);if(i.hideThumbs>0)d(r,i);setTimeout(function(){N(r,i)},i.startDelay);i.startDelay=0;if(i.slideamount>1)$(r,i);setTimeout(function(){r.trigger("revolution.slide.onloaded")},500);e("body").data("rs-fullScreenMode",false);e(window).on("mozfullscreenchange webkitfullscreenchange fullscreenchange",function(){e("body").data("rs-fullScreenMode",!e("body").data("rs-fullScreenMode"));if(e("body").data("rs-fullScreenMode")){setTimeout(function(){e(window).trigger("resize")},200)}});var j="resize.revslider-"+r.attr("id");e(window).on(j,function(){if(r==t)return false;if(e("body").find(r)!=0)if(i.forceFullWidth=="on"){var n=i.container.closest(".forcefullwidth_wrapper_tp_banner").offset().left;i.container.parent().css({left:0-n+"px",width:e(window).width()})}if(r.outerWidth(true)!=i.width||r.is(":hidden")){u(r,i)}});try{if(i.hideThumbsUnderResoluition!=0&&i.navigationType=="thumb"){if(i.hideThumbsUnderResoluition>e(window).width())e(".tp-bullets").css({display:"none"});else e(".tp-bullets").css({display:"block"})}}catch(g){}r.find(".tp-scrollbelowslider").on("click",function(){var t=0;try{t=e("body").find(i.fullScreenOffsetContainer).height()}catch(n){}try{t=t-parseInt(e(this).data("scrolloffset"),0)}catch(n){}e("body,html").animate({scrollTop:r.offset().top+r.find(">ul >li").height()-t+"px"},{duration:400})});var F=r.parent();if(e(window).width()0&&e("body").find("#"+r.attr("id")).length>0)e("body,html").animate({scrollTop:r.offset().top+r.find(">ul >li").height()-n+"px"},{duration:400})})},revredraw:function(n){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){var r=n.parent().find(".tp-bannertimer");var i=r.data("opt");u(n,i)}})},revkill:function(n){var r=this,i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){i.data("conthover",1);i.data("conthover-changed",1);i.trigger("revolution.slide.onpause");var s=i.parent().find(".tp-bannertimer");var o=s.data("opt");o.bannertimeronpause=true;i.trigger("stoptimer");punchgs.TweenLite.killTweensOf(i.find("*"),false);punchgs.TweenLite.killTweensOf(i,false);i.unbind("hover, mouseover, mouseenter,mouseleave, resize");var u="resize.revslider-"+i.attr("id");e(window).off(u);i.find("*").each(function(){var n=e(this);n.unbind("on, hover, mouseenter,mouseleave,mouseover, resize,restarttimer, stoptimer");n.off("on, hover, mouseenter,mouseleave,mouseover, resize");n.data("mySplitText",null);n.data("ctl",null);if(n.data("tween")!=t)n.data("tween").kill();if(n.data("kenburn")!=t)n.data("kenburn").kill();n.remove();n.empty();n=null});punchgs.TweenLite.killTweensOf(i.find("*"),false);punchgs.TweenLite.killTweensOf(i,false);s.remove();try{i.closest(".forcefullwidth_wrapper_tp_banner").remove()}catch(a){}try{i.closest(".rev_slider_wrapper").remove()}catch(a){}try{i.remove()}catch(a){}i.empty();i.html();i=null;o=null;delete r.container;delete r.opt;return true}else{return false}},revpause:function(n){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){n.data("conthover",1);n.data("conthover-changed",1);n.trigger("revolution.slide.onpause");var r=n.parent().find(".tp-bannertimer");var i=r.data("opt");i.bannertimeronpause=true;n.trigger("stoptimer")}})},revresume:function(n){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){n.data("conthover",0);n.data("conthover-changed",1);n.trigger("revolution.slide.onresume");var r=n.parent().find(".tp-bannertimer");var i=r.data("opt");i.bannertimeronpause=false;n.trigger("starttimer")}})},revnext:function(n){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0)n.parent().find(".tp-rightarrow").click()})},revprev:function(n){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0)n.parent().find(".tp-leftarrow").click()})},revmaxslide:function(t){return e(this).find(">ul:first-child >li").length},revcurrentslide:function(n){var r=e(this);if(r!=t&&r.length>0&&e("body").find("#"+r.attr("id")).length>0){var i=r.parent().find(".tp-bannertimer");var s=i.data("opt");return s.act}},revlastslide:function(n){var r=e(this);if(r!=t&&r.length>0&&e("body").find("#"+r.attr("id")).length>0){var i=r.parent().find(".tp-bannertimer");var s=i.data("opt");return s.lastslide}},revshowslide:function(n){return this.each(function(){var r=e(this);if(r!=t&&r.length>0&&e("body").find("#"+r.attr("id")).length>0){r.data("showus",n);r.parent().find(".tp-rightarrow").click()}})}});var i=function(){var e,t,n={hidden:"visibilitychange",webkitHidden:"webkitvisibilitychange",mozHidden:"mozvisibilitychange",msHidden:"msvisibilitychange"};for(e in n){if(e in document){t=n[e];break}}return function(n){if(n)document.addEventListener(t,n);return!document[e]}}();var s=function(n,r){var i=document.documentMode===t,s=window.chrome;if(i&&!s){e(window).on("focusin",function(){if(n==t)return false;setTimeout(function(){if(r.nextSlideOnWindowFocus=="on")n.revnext();n.revredraw()},300)}).on("focusout",function(){})}else{if(window.addEventListener){window.addEventListener("focus",function(e){if(n==t)return false;setTimeout(function(){if(r.nextSlideOnWindowFocus=="on")n.revnext();n.revredraw()},300)},false);window.addEventListener("blur",function(e){},false)}else{window.attachEvent("focus",function(e){setTimeout(function(){if(n==t)return false;if(r.nextSlideOnWindowFocus=="on")n.revnext();n.revredraw()},300)});window.attachEvent("blur",function(e){})}}};var o=function(e){var t=[],n;var r=window.location.href.slice(window.location.href.indexOf(e)+1).split("_");for(var i=0;ie(window).width())e(".tp-bullets").css({display:"none"});else e(".tp-bullets").css({display:"block"})}}catch(i){}n.find(".defaultimg").each(function(t){g(e(this),r)});var s=n.parent();if(e(window).width()ul >li:eq("+r.act+") .slotholder");var f=n.find(">ul >li:eq("+r.next+") .slotholder");E(n,r,n);punchgs.TweenLite.set(f.find(".defaultimg"),{opacity:0});a.find(".defaultimg").css({opacity:1});f.find(".defaultimg").each(function(){var i=e(this);if(r.panZoomDisableOnMobile=="on"){}else{if(i.data("kenburn")!=t){i.data("kenburn").restart();Q(n,r,true)}}});var l=n.find(">ul >li:eq("+r.next+")");var c=n.parent().find(".tparrows");if(c.hasClass("preview2"))c.css({width:parseInt(c.css("minWidth"),0)});j(l,r,true);v(n,r)};var a=function(t,n){var r=e('
    ').appendTo(e("body"));r.html("");var i=r.find("a").length;r.remove();return i};var f=function(e,t){if(e.next==t.find(">ul >li").length-1){e.looptogo=e.looptogo-1;if(e.looptogo<=0)e.stopLoop="on"}N(t,e)};var l=function(t,n){var r="hidebullets";if(n.hideThumbs==0)r="";if(n.navigationType=="bullet"||n.navigationType=="both"){t.parent().append('
    ')}var i=t.parent().find(".tp-bullets");t.find(">ul:first >li").each(function(e){var n=t.find(">ul:first >li:eq("+e+") img:first").attr("src");i.append('
    ');var r=i.find(".bullet:first")});i.find(".bullet").each(function(r){var i=e(this);if(r==n.slideamount-1)i.addClass("last");if(r==0)i.addClass("first");i.click(function(){var e=false,r=i.index();if(n.navigationArrows=="withbullet"||n.navigationArrows=="nexttobullets")r=i.index()-1;if(r==n.act)e=true;if(n.transition==0&&!e){n.next=r;f(n,t)}})});i.append('
    ');v(t,n)};var c=function(e,n){function u(t){e.parent().append('
    ')}var r=e.find(".tp-bullets"),i="",s="hidearrows",o=n.navigationStyle;if(n.hideThumbs==0)s="";if(n.navigationArrows=="none")i="visibility:hidden;display:none";n.soloArrowStyle="default"+" "+n.navigationStyle;if(n.navigationArrows!="none"&&n.navigationArrows!="nexttobullets")o=n.soloArrowStyle;u("left");u("right");e.parent().find(".tp-rightarrow").click(function(){if(n.transition==0){if(e.data("showus")!=t&&e.data("showus")!=-1)n.next=e.data("showus")-1;else n.next=n.next+1;e.data("showus",-1);if(n.next>=n.slideamount)n.next=0;if(n.next<0)n.next=0;if(n.act!=n.next)f(n,e)}});e.parent().find(".tp-leftarrow").click(function(){if(n.transition==0){n.next=n.next-1;n.leftarrowpressed=1;if(n.next<0)n.next=n.slideamount-1;f(n,e)}});v(e,n)};var h=function(n,r){e(document).keydown(function(e){if(r.transition==0&&e.keyCode==39){if(n.data("showus")!=t&&n.data("showus")!=-1)r.next=n.data("showus")-1;else r.next=r.next+1;n.data("showus",-1);if(r.next>=r.slideamount)r.next=0;if(r.next<0)r.next=0;if(r.act!=r.next)f(r,n)}if(r.transition==0&&e.keyCode==37){r.next=r.next-1;r.leftarrowpressed=1;if(r.next<0)r.next=r.slideamount-1;f(r,n)}});v(n,r)};var p=function(t,n){var r="vertical";if(n.touchenabled=="on"){if(n.drag_block_vertical==true)r="none";t.swipe({allowPageScroll:r,fingers:n.swipe_min_touches,treshold:n.swipe_treshold,swipe:function(i,s,o,u,a,l){switch(s){case"left":if(n.transition==0){n.next=n.next+1;if(n.next==n.slideamount)n.next=0;f(n,t)}break;case"right":if(n.transition==0){n.next=n.next-1;n.leftarrowpressed=1;if(n.next<0)n.next=n.slideamount-1;f(n,t)}break;case"up":if(r=="none")e("html, body").animate({scrollTop:t.offset().top+t.height()+"px"});break;case"down":if(r=="none")e("html, body").animate({scrollTop:t.offset().top-e(window).height()+"px"});break}}})}};var d=function(e,t){var n=e.parent().find(".tp-bullets"),r=e.parent().find(".tparrows");if(n==null){e.append('
    ');var n=e.parent().find(".tp-bullets")}if(r==null){e.append('
    ');var r=e.parent().find(".tparrows")}e.data("hideThumbs",t.hideThumbs);n.addClass("hidebullets");r.addClass("hidearrows");if(J()){try{e.hammer().on("touch",function(){e.addClass("hovered");if(t.onHoverStop=="on")e.trigger("stoptimer");clearTimeout(e.data("hideThumbs"));n.removeClass("hidebullets");r.removeClass("hidearrows")});e.hammer().on("release",function(){e.removeClass("hovered");e.trigger("starttimer");if(!e.hasClass("hovered")&&!n.hasClass("hovered"))e.data("hideThumbs",setTimeout(function(){n.addClass("hidebullets");r.addClass("hidearrows");e.trigger("starttimer")},t.hideNavDelayOnMobile))})}catch(i){}}else{n.hover(function(){t.overnav=true;if(t.onHoverStop=="on")e.trigger("stoptimer");n.addClass("hovered");clearTimeout(e.data("hideThumbs"));n.removeClass("hidebullets");r.removeClass("hidearrows")},function(){t.overnav=false;e.trigger("starttimer");n.removeClass("hovered");if(!e.hasClass("hovered")&&!n.hasClass("hovered"))e.data("hideThumbs",setTimeout(function(){n.addClass("hidebullets");r.addClass("hidearrows")},t.hideThumbs))});r.hover(function(){t.overnav=true;if(t.onHoverStop=="on")e.trigger("stoptimer");n.addClass("hovered");clearTimeout(e.data("hideThumbs"));n.removeClass("hidebullets");r.removeClass("hidearrows")},function(){t.overnav=false;e.trigger("starttimer");n.removeClass("hovered")});e.on("mouseenter",function(){e.addClass("hovered");if(t.onHoverStop=="on")e.trigger("stoptimer");clearTimeout(e.data("hideThumbs"));n.removeClass("hidebullets");r.removeClass("hidearrows")});e.on("mouseleave",function(){e.removeClass("hovered");e.trigger("starttimer");if(!e.hasClass("hovered")&&!n.hasClass("hovered"))e.data("hideThumbs",setTimeout(function(){n.addClass("hidebullets");r.addClass("hidearrows")},t.hideThumbs))})}};var v=function(t,n){var r=t.parent();var i=r.find(".tp-bullets");if(n.navigationType=="thumb"){i.find(".thumb").each(function(t){var r=e(this);r.css({width:n.thumbWidth*n.bw+"px",height:n.thumbHeight*n.bh+"px"})});var s=i.find(".tp-mask");s.width(n.thumbWidth*n.thumbAmount*n.bw);s.height(n.thumbHeight*n.bh);s.parent().width(n.thumbWidth*n.thumbAmount*n.bw);s.parent().height(n.thumbHeight*n.bh)}var o=r.find(".tp-leftarrow");var u=r.find(".tp-rightarrow");if(n.navigationType=="thumb"&&n.navigationArrows=="nexttobullets")n.navigationArrows="solo";if(n.navigationArrows=="nexttobullets"){o.prependTo(i).css({"float":"left"});u.insertBefore(i.find(".tpclear")).css({"float":"left"})}var a=0;if(n.forceFullWidth=="on")a=0-n.container.parent().offset().left;var f=0,l=0;if(n.navigationInGrid=="on"){f=t.width()>n.startwidth?(t.width()-n.startwidth)/2:0,l=t.height()>n.startheight?(t.height()-n.startheight)/2:0}if(n.navigationArrows!="none"&&n.navigationArrows!="nexttobullets"){var c=n.soloArrowLeftValign,h=n.soloArrowLeftHalign,p=n.soloArrowRightValign,d=n.soloArrowRightHalign,v=n.soloArrowLeftVOffset,m=n.soloArrowLeftHOffset,g=n.soloArrowRightVOffset,y=n.soloArrowRightHOffset;o.css({position:"absolute"});u.css({position:"absolute"});if(c=="center")o.css({top:"50%",marginTop:v-Math.round(o.innerHeight()/2)+"px"});else if(c=="bottom")o.css({top:"auto",bottom:0+v+"px"});else if(c=="top")o.css({bottom:"auto",top:0+v+"px"});if(h=="center")o.css({left:"50%",marginLeft:a+m-Math.round(o.innerWidth()/2)+"px"});else if(h=="left")o.css({left:f+m+a+"px"});else if(h=="right")o.css({right:f+m-a+"px"});if(p=="center")u.css({top:"50%",marginTop:g-Math.round(u.innerHeight()/2)+"px"});else if(p=="bottom")u.css({top:"auto",bottom:0+g+"px"});else if(p=="top")u.css({bottom:"auto",top:0+g+"px"});if(d=="center")u.css({left:"50%",marginLeft:a+y-Math.round(u.innerWidth()/2)+"px"});else if(d=="left")u.css({left:f+y+a+"px"});else if(d=="right")u.css({right:f+y-a+"px"});if(o.position()!=null)o.css({top:Math.round(parseInt(o.position().top,0))+"px"});if(u.position()!=null)u.css({top:Math.round(parseInt(u.position().top,0))+"px"})}if(n.navigationArrows=="none"){o.css({visibility:"hidden"});u.css({visibility:"hidden"})}var b=n.navigationVAlign,w=n.navigationHAlign,E=n.navigationVOffset*n.bh,S=n.navigationHOffset*n.bw;if(b=="center")i.css({top:"50%",marginTop:E-Math.round(i.innerHeight()/2)+"px"});if(b=="bottom")i.css({bottom:0+E+"px"});if(b=="top")i.css({top:0+E+"px"});if(w=="center")i.css({left:"50%",marginLeft:a+S-Math.round(i.innerWidth()/2)+"px"});if(w=="left")i.css({left:0+S+a+"px"});if(w=="right")i.css({right:0+S-a+"px"})};var m=function(n){var r=n.container;n.beforli=n.next-1;n.comingli=n.next+1;if(n.beforli<0)n.beforli=n.slideamount-1;if(n.comingli>=n.slideamount)n.comingli=0;var i=r.find(">ul:first-child >li:eq("+n.comingli+")"),s=r.find(">ul:first-child >li:eq("+n.beforli+")"),o=s.find(".defaultimg").attr("src"),u=i.find(".defaultimg").attr("src");if(n.arr==t){n.arr=r.parent().find(".tparrows"),n.rar=r.parent().find(".tp-rightarrow"),n.lar=r.parent().find(".tp-leftarrow"),n.raimg=n.rar.find(".tp-arr-imgholder"),n.laimg=n.lar.find(".tp-arr-imgholder"),n.raimg_b=n.rar.find(".tp-arr-imgholder2"),n.laimg_b=n.lar.find(".tp-arr-imgholder2"),n.ratit=n.rar.find(".tp-arr-titleholder"),n.latit=n.lar.find(".tp-arr-titleholder")}var a=n.arr,f=n.rar,l=n.lar,c=n.raimg,h=n.laimg,p=n.raimg_b,d=n.laimg_b,v=n.ratit,m=n.latit;if(i.data("title")!=t)v.html(i.data("title"));if(s.data("title")!=t)m.html(s.data("title"));if(f.hasClass("itishovered")){f.width(v.outerWidth(true)+parseInt(f.css("minWidth"),0))}if(l.hasClass("itishovered")){l.width(m.outerWidth(true)+parseInt(l.css("minWidth"),0))}if(a.hasClass("preview2")&&!a.hasClass("hashoveralready")){a.addClass("hashoveralready");if(!J())a.hover(function(){var t=e(this),n=t.find(".tp-arr-titleholder");if(e(window).width()>767)t.width(n.outerWidth(true)+parseInt(t.css("minWidth"),0));t.addClass("itishovered")},function(){var t=e(this),n=t.find(".tp-arr-titleholder");t.css({width:parseInt(t.css("minWidth"),0)});t.removeClass("itishovered")});else{var a=e(this),g=a.find(".tp-arr-titleholder");g.addClass("alwayshidden");punchgs.TweenLite.set(g,{autoAlpha:0})}}if(s.data("thumb")!=t)o=s.data("thumb");if(i.data("thumb")!=t)u=i.data("thumb");if(!a.hasClass("preview4")){punchgs.TweenLite.to(c,.5,{autoAlpha:0,onComplete:function(){c.css({backgroundImage:"url("+u+")"});h.css({backgroundImage:"url("+o+")"})}});punchgs.TweenLite.to(h,.5,{autoAlpha:0,onComplete:function(){punchgs.TweenLite.to(c,.5,{autoAlpha:1,delay:.2});punchgs.TweenLite.to(h,.5,{autoAlpha:1,delay:.2})}})}else{p.css({backgroundImage:"url("+u+")"});d.css({backgroundImage:"url("+o+")"});punchgs.TweenLite.fromTo(p,.8,{force3D:punchgs.force3d,x:0},{x:-c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){c.css({backgroundImage:"url("+u+")"});punchgs.TweenLite.set(p,{x:0})}});punchgs.TweenLite.fromTo(d,.8,{force3D:punchgs.force3d,x:0},{x:c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){h.css({backgroundImage:"url("+o+")"});punchgs.TweenLite.set(d,{x:0})}});punchgs.TweenLite.fromTo(c,.8,{x:0},{force3D:punchgs.force3d,x:-c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){punchgs.TweenLite.set(c,{x:0})}});punchgs.TweenLite.fromTo(h,.8,{x:0},{force3D:punchgs.force3d,x:c.width(),ease:punchgs.Power3.easeOut,delay:1,onComplete:function(){punchgs.TweenLite.set(h,{x:0})}})}if(f.hasClass("preview4")&&!f.hasClass("hashoveralready")){f.addClass("hashoveralready");f.hover(function(){var t=e(this).find(".tp-arr-iwrapper");var n=e(this).find(".tp-arr-allwrapper");punchgs.TweenLite.fromTo(t,.4,{x:t.width()},{x:0,delay:.3,ease:punchgs.Power3.easeOut,overwrite:"all"});punchgs.TweenLite.to(n,.2,{autoAlpha:1,overwrite:"all"})},function(){var t=e(this).find(".tp-arr-iwrapper");var n=e(this).find(".tp-arr-allwrapper");punchgs.TweenLite.to(t,.4,{x:t.width(),ease:punchgs.Power3.easeOut,delay:.2,overwrite:"all"});punchgs.TweenLite.to(n,.2,{delay:.6,autoAlpha:0,overwrite:"all"})});l.hover(function(){var t=e(this).find(".tp-arr-iwrapper");var n=e(this).find(".tp-arr-allwrapper");punchgs.TweenLite.fromTo(t,.4,{x:0-t.width()},{x:0,delay:.3,ease:punchgs.Power3.easeOut,overwrite:"all"});punchgs.TweenLite.to(n,.2,{autoAlpha:1,overwrite:"all"})},function(){var t=e(this).find(".tp-arr-iwrapper");var n=e(this).find(".tp-arr-allwrapper");punchgs.TweenLite.to(t,.4,{x:0-t.width(),ease:punchgs.Power3.easeOut,delay:.2,overwrite:"all"});punchgs.TweenLite.to(n,.2,{delay:.6,autoAlpha:0,overwrite:"all"})})}};var g=function(n,r){r.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").css({height:r.container.height()});r.container.closest(".rev_slider_wrapper").css({height:r.container.height()});r.width=parseInt(r.container.width(),0);r.height=parseInt(r.container.height(),0);r.bw=r.width/r.startwidth;r.bh=r.height/r.startheight;if(r.bh>r.bw)r.bh=r.bw;if(r.bh1){r.bw=1;r.bh=1}if(r.bw>1){r.bw=1;r.bh=1}r.height=Math.round(r.startheight*(r.width/r.startwidth));if(r.height>r.startheight&&r.autoHeight!="on")r.height=r.startheight;if(r.fullScreen=="on"){r.height=r.bw*r.startheight;var i=r.container.parent().width();var s=e(window).height();if(r.fullScreenOffsetContainer!=t){try{var o=r.fullScreenOffsetContainer.split(",");e.each(o,function(t,n){s=s-e(n).outerHeight(true);if(s1&&r.fullScreenOffset!=t&&r.fullScreenOffset.length>0){s=s-e(window).height()*parseInt(r.fullScreenOffset,0)/100}else{if(r.fullScreenOffset!=t&&r.fullScreenOffset.length>0)s=s-parseInt(r.fullScreenOffset,0)}if(sul:first").css({overflow:"hidden",width:"100%",height:"100%",maxHeight:n.parent().css("maxHeight")}).addClass("tp-revslider-mainul");if(r.autoHeight=="on"){n.find(">ul:first").css({overflow:"hidden",width:"100%",height:"100%",maxHeight:"none"});n.css({maxHeight:"none"});n.parent().css({maxHeight:"none"})}n.find(">ul:first >li").each(function(r){var i=e(this);i.addClass("tp-revslider-slidesli");i.css({width:"100%",height:"100%",overflow:"hidden"});if(i.data("link")!=t){var s=i.data("link");var o="_self";var u=60;if(i.data("slideindex")=="back")u=0;var a=checksl=i.data("linktoslide");if(a!=t){if(a!="next"&&a!="prev")n.find(">ul:first-child >li").each(function(){var t=e(this);if(t.data("origindex")+1==checksl)a=t.index()+1})}if(i.data("target")!=t)o=i.data("target");if(s!="slide")a="no";var f='';i.append(f)}});n.parent().css({overflow:"visible"});n.find(">ul:first >li >img").each(function(n){var i=e(this);i.addClass("defaultimg");if(i.data("lazyload")!=t&&i.data("lazydone")!=1){}else{g(i,r)}if(a(8)){i.data("kenburns","off")}if(r.panZoomDisableOnMobile=="on"&&J()){i.data("kenburns","off");i.data("bgfit","cover")}i.wrap('
    ");if(r.dottedOverlay!="none"&&r.dottedOverlay!=t)i.closest(".slotholder").append('
    ');var s=i.attr("src"),o=i.data("lazyload"),u=i.data("bgfit"),f=i.data("bgrepeat"),l=i.data("bgposition");if(u==t)u="cover";if(f==t)f="no-repeat";if(l==t)l="center center";var c=i.closest(".slotholder");i.replaceWith('
    ');if(a(8)){c.find(".tp-bgimg").css({backgroundImage:"none","background-image":"none"});c.find(".tp-bgimg").append('')}i.css({opacity:0});i.data("li-id",n)})};var b=function(e,n,r,i){var s=e,o=s.find(".defaultimg"),u=s.data("zoomstart"),f=s.data("rotationstart");if(o.data("currotate")!=t)f=o.data("currotate");if(o.data("curscale")!=t&&i=="box")u=o.data("curscale")*100;else if(o.data("curscale")!=t)u=o.data("curscale");g(o,n);var l=o.data("src"),c=o.css("backgroundColor"),h=n.width,p=n.height,d=o.data("fxof"),v=0;if(n.autoHeight=="on")p=n.container.height();if(d==t)d=0;var m=0,y=o.data("bgfit"),b=o.data("bgrepeat"),E=o.data("bgposition");if(y==t)y="cover";if(b==t)b="no-repeat";if(E==t)E="center center";if(a(8)){s.data("kenburns","off");var S=l;l=""}switch(i){case"box":var x=0,T=0,N=0;if(n.sloth>n.slotw)x=n.sloth;else x=n.slotw;if(!r){var m=0-x}n.slotw=x;n.sloth=x;var T=0;var N=0;if(s.data("kenburns")=="on"){y=u;if(y.toString().length<4)y=K(y,s,n)}for(var C=0;C'+'
    '+'
    '+"
    ");N=N+x;if(a(8)){s.find(".slot ").last().find(".slotslide").append('');w(s,n)}if(u!=t&&f!=t)punchgs.TweenLite.set(s.find(".slot").last(),{rotationZ:f})}T=T+x}break;case"vertical":case"horizontal":if(s.data("kenburns")=="on"){y=u;if(y.toString().length<4)y=K(y,s,n)}if(i=="horizontal"){if(!r)var m=0-n.slotw;for(var k=0;k'+'
    '+'
    '+"
    ");if(u!=t&&f!=t)punchgs.TweenLite.set(s.find(".slot").last(),{rotationZ:f});if(a(8)){s.find(".slot ").last().find(".slotslide").append('');w(s,n)}}}else{if(!r)var m=0-n.sloth;for(var k=0;k'+'
    '+'
    '+"
    ");if(u!=t&&f!=t)punchgs.TweenLite.set(s.find(".slot").last(),{rotationZ:f});if(a(8)){s.find(".slot ").last().find(".slotslide").append('');w(s,n)}}}break}};var w=function(e,t){if(a(8)){var n=e.find(".ieeightfallbackimage");var r=n.width(),i=n.height();if(t.startwidth/t.startheight0)S(n,o);else{clearInterval(s);if(r!=t)r()}},100)};var N=function(e,n){try{var r=e.find(">ul:first-child >li:eq("+n.act+")")}catch(i){var r=e.find(">ul:first-child >li:eq(1)")}n.lastslide=n.act;var s=e.find(">ul:first-child >li:eq("+n.next+")");var o=s.find(".defaultimg");n.bannertimeronpause=true;e.trigger("stoptimer");n.cd=0;if(o.data("lazyload")!=t&&o.data("lazyload")!="undefined"&&o.data("lazydone")!=1){if(!a(8))o.css({backgroundImage:'url("'+s.find(".defaultimg").data("lazyload")+'")'});else{o.attr("src",s.find(".defaultimg").data("lazyload"))}o.data("src",s.find(".defaultimg").data("lazyload"));o.data("lazydone",1);o.data("orgw",0);s.data("loadeddone",1);e.find(".tp-loader").css({display:"block"});T(e.find(".tp-static-layers"),function(){T(s,function(){var t=s.find(".slotholder");if(t.data("kenburns")=="on"){var r=setInterval(function(){var i=t.data("owidth");if(i>=0){clearInterval(r);C(n,o,e)}},10)}else C(n,o,e)},n)},n)}else{if(s.data("loadeddone")===t){s.data("loadeddone",1);T(s,function(){C(n,o,e)},n)}else C(n,o,e)}};var C=function(e,t,n){e.bannertimeronpause=false;e.cd=0;n.trigger("nulltimer");n.find(".tp-loader").css({display:"none"});g(t,e);v(n,e);g(t,e);k(n,e)};var k=function(e,n){e.trigger("revolution.slide.onbeforeswap");n.transition=1;n.videoplaying=false;try{var r=e.find(">ul:first-child >li:eq("+n.act+")")}catch(i){var r=e.find(">ul:first-child >li:eq(1)")}n.lastslide=n.act;var s=e.find(">ul:first-child >li:eq("+n.next+")");setTimeout(function(){m(n)},200);var o=r.find(".slotholder"),u=s.find(".slotholder");if(u.data("kenburns")=="on"||o.data("kenburns")=="on"){Z(e,n);e.find(".kenburnimg").remove()}if(s.data("delay")!=t){n.cd=0;n.delay=s.data("delay")}else{n.delay=n.origcd}if(n.firststart==1)punchgs.TweenLite.set(r,{autoAlpha:0});punchgs.TweenLite.set(r,{zIndex:18});punchgs.TweenLite.set(s,{autoAlpha:0,zIndex:20});var a=0;if(r.index()!=s.index()&&n.firststart!=1){a=z(r,n)}if(r.data("saveperformance")!="on")a=0;setTimeout(function(){e.trigger("restarttimer");L(e,n,s,r,o,u)},a)};var L=function(n,r,i,s,o,u){function x(){e.each(d,function(e,t){if(t[0]==h||t[8]==h){f=t[1];p=t[2];g=y}y=y+1})}if(i.data("differentissplayed")=="prepared"){i.data("differentissplayed","done");i.data("transition",i.data("savedtransition"));i.data("slotamount",i.data("savedslotamount"));i.data("masterspeed",i.data("savedmasterspeed"))}if(i.data("fstransition")!=t&&i.data("differentissplayed")!="done"){i.data("savedtransition",i.data("transition"));i.data("savedslotamount",i.data("slotamount"));i.data("savedmasterspeed",i.data("masterspeed"));i.data("transition",i.data("fstransition"));i.data("slotamount",i.data("fsslotamount"));i.data("masterspeed",i.data("fsmasterspeed"));i.data("differentissplayed","prepared")}n.find(".active-revslide").removeClass(".active-revslide");i.addClass("active-revslide");if(i.data("transition")==t)i.data("transition","random");var f=0,l=i.data("transition").split(","),c=i.data("nexttransid")==t?-1:i.data("nexttransid");if(i.data("randomtransition")=="on")c=Math.round(Math.random()*l.length);else c=c+1;if(c==l.length)c=0;i.data("nexttransid",c);var h=l[c];if(r.ie){if(h=="boxfade")h="boxslide";if(h=="slotfade-vertical")h="slotzoom-vertical";if(h=="slotfade-horizontal")h="slotzoom-horizontal"}if(a(8)){h=11}var p=0;if(r.parallax=="scroll"&&r.parallaxFirstGo==t){r.parallaxFirstGo=true;tt(n,r);setTimeout(function(){tt(n,r)},210);setTimeout(function(){tt(n,r)},420)}if(h=="slidehorizontal"){h="slideleft";if(r.leftarrowpressed==1)h="slideright"}if(h=="slidevertical"){h="slideup";if(r.leftarrowpressed==1)h="slidedown"}if(h=="parallaxhorizontal"){h="parallaxtoleft";if(r.leftarrowpressed==1)h="parallaxtoright"}if(h=="parallaxvertical"){h="parallaxtotop";if(r.leftarrowpressed==1)h="parallaxtobottom"}var d=[["boxslide",0,1,10,0,"box",false,null,0],["boxfade",1,0,10,0,"box",false,null,1],["slotslide-horizontal",2,0,0,200,"horizontal",true,false,2],["slotslide-vertical",3,0,0,200,"vertical",true,false,3],["curtain-1",4,3,0,0,"horizontal",true,true,4],["curtain-2",5,3,0,0,"horizontal",true,true,5],["curtain-3",6,3,25,0,"horizontal",true,true,6],["slotzoom-horizontal",7,0,0,400,"horizontal",true,true,7],["slotzoom-vertical",8,0,0,0,"vertical",true,true,8],["slotfade-horizontal",9,0,0,500,"horizontal",true,null,9],["slotfade-vertical",10,0,0,500,"vertical",true,null,10],["fade",11,0,1,300,"horizontal",true,null,11],["slideleft",12,0,1,0,"horizontal",true,true,12],["slideup",13,0,1,0,"horizontal",true,true,13],["slidedown",14,0,1,0,"horizontal",true,true,14],["slideright",15,0,1,0,"horizontal",true,true,15],["papercut",16,0,0,600,"",null,null,16],["3dcurtain-horizontal",17,0,20,100,"vertical",false,true,17],["3dcurtain-vertical",18,0,10,100,"horizontal",false,true,18],["cubic",19,0,20,600,"horizontal",false,true,19],["cube",19,0,20,600,"horizontal",false,true,20],["flyin",20,0,4,600,"vertical",false,true,21],["turnoff",21,0,1,1600,"horizontal",false,true,22],["incube",22,0,20,200,"horizontal",false,true,23],["cubic-horizontal",23,0,20,500,"vertical",false,true,24],["cube-horizontal",23,0,20,500,"vertical",false,true,25],["incube-horizontal",24,0,20,500,"vertical",false,true,26],["turnoff-vertical",25,0,1,200,"horizontal",false,true,27],["fadefromright",12,1,1,0,"horizontal",true,true,28],["fadefromleft",15,1,1,0,"horizontal",true,true,29],["fadefromtop",14,1,1,0,"horizontal",true,true,30],["fadefrombottom",13,1,1,0,"horizontal",true,true,31],["fadetoleftfadefromright",12,2,1,0,"horizontal",true,true,32],["fadetorightfadetoleft",15,2,1,0,"horizontal",true,true,33],["fadetobottomfadefromtop",14,2,1,0,"horizontal",true,true,34],["fadetotopfadefrombottom",13,2,1,0,"horizontal",true,true,35],["parallaxtoright",12,3,1,0,"horizontal",true,true,36],["parallaxtoleft",15,3,1,0,"horizontal",true,true,37],["parallaxtotop",14,3,1,0,"horizontal",true,true,38],["parallaxtobottom",13,3,1,0,"horizontal",true,true,39],["scaledownfromright",12,4,1,0,"horizontal",true,true,40],["scaledownfromleft",15,4,1,0,"horizontal",true,true,41],["scaledownfromtop",14,4,1,0,"horizontal",true,true,42],["scaledownfrombottom",13,4,1,0,"horizontal",true,true,43],["zoomout",13,5,1,0,"horizontal",true,true,44],["zoomin",13,6,1,0,"horizontal",true,true,45],["notransition",26,0,1,0,"horizontal",true,null,46]];var v=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45];var m=[16,17,18,19,20,21,22,23,24,25,26,27];var f=0;var p=1;var g=0;var y=0;var w=new Array;if(u.data("kenburns")=="on"){if(h=="boxslide"||h==0||h=="boxfade"||h==1||h=="papercut"||h==16)h=11;Q(n,r,true,true)}if(h=="random"){h=Math.round(Math.random()*d.length-1);if(h>d.length-1)h=d.length-1}if(h=="random-static"){h=Math.round(Math.random()*v.length-1);if(h>v.length-1)h=v.length-1;h=v[h]}if(h=="random-premium"){h=Math.round(Math.random()*m.length-1);if(h>m.length-1)h=m.length-1;h=m[h]}var E=[12,13,14,15,16,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45];if(r.isJoomla==true&&window.MooTools!=t&&E.indexOf(h)!=-1){var S=Math.round(Math.random()*(m.length-2))+1;if(S>m.length-1)S=m.length-1;if(S==0)S=1;h=m[S]}x();if(a(8)&&f>15&&f<28){h=Math.round(Math.random()*v.length-1);if(h>v.length-1)h=v.length-1;h=v[h];y=0;x()}var T=-1;if(r.leftarrowpressed==1||r.act>r.next)T=1;r.leftarrowpressed=0;if(f>26)f=26;if(f<0)f=0;var N=300;if(i.data("masterspeed")!=t&&i.data("masterspeed")>99&&i.data("masterspeed")r.delay)N=r.delay;w=d[g];n.parent().find(".bullet").each(function(){var t=e(this),n=t.index();t.removeClass("selected");if(r.navigationArrows=="withbullet"||r.navigationArrows=="nexttobullets")n=t.index()-1;if(n==r.next)t.addClass("selected")});var C=new punchgs.TimelineLite({onComplete:function(){A(n,r,u,o,i,s,C)}});C.add(punchgs.TweenLite.set(u.find(".defaultimg"),{opacity:0}));C.pause();if(i.data("slotamount")==t||i.data("slotamount")<1){r.slots=Math.round(Math.random()*12+4);if(h=="boxslide")r.slots=Math.round(Math.random()*6+3);else if(h=="flyin")r.slots=Math.round(Math.random()*4+1)}else{r.slots=i.data("slotamount")}if(i.data("rotate")==t)r.rotate=0;else if(i.data("rotate")==999)r.rotate=Math.round(Math.random()*360);else r.rotate=i.data("rotate");if(!e.support.transition||r.ie||r.ie9)r.rotate=0;if(r.firststart==1)r.firststart=0;N=N+w[4];if((f==4||f==5||f==6)&&r.slots<3)r.slots=3;if(w[3]!=0)r.slots=Math.min(r.slots,w[3]);if(f==9)r.slots=r.width/20;if(f==10)r.slots=r.height/20;if(w[7]!=null)b(o,r,w[7],w[5]);if(w[6]!=null)b(u,r,w[6],w[5]);if(f==0){var k=Math.ceil(r.height/r.sloth);var L=0;u.find(".slotslide").each(function(t){var n=e(this);L=L+1;if(L==k)L=0;C.add(punchgs.TweenLite.from(n,N/600,{opacity:0,top:0-r.sloth,left:0-r.slotw,rotation:r.rotate,force3D:"auto",ease:punchgs.Power2.easeOut}),(t*15+L*30)/1500)})}if(f==1){var O,M=0;u.find(".slotslide").each(function(t){var n=e(this),i=Math.random()*N+300,s=Math.random()*500+200;if(i+s>O){O=s+s;M=t}C.add(punchgs.TweenLite.from(n,i/1e3,{autoAlpha:0,force3D:"auto",rotation:r.rotate,ease:punchgs.Power2.easeInOut}),s/1e3)})}if(f==2){var _=new punchgs.TimelineLite;o.find(".slotslide").each(function(){var t=e(this);_.add(punchgs.TweenLite.to(t,N/1e3,{left:r.slotw,force3D:"auto",rotation:0-r.rotate}),0);C.add(_,0)});u.find(".slotslide").each(function(){var t=e(this);_.add(punchgs.TweenLite.from(t,N/1e3,{left:0-r.slotw,force3D:"auto",rotation:r.rotate}),0);C.add(_,0)})}if(f==3){var _=new punchgs.TimelineLite;o.find(".slotslide").each(function(){var t=e(this);_.add(punchgs.TweenLite.to(t,N/1e3,{top:r.sloth,rotation:r.rotate,force3D:"auto",transformPerspective:600}),0);C.add(_,0)});u.find(".slotslide").each(function(){var t=e(this);_.add(punchgs.TweenLite.from(t,N/1e3,{top:0-r.sloth,rotation:r.rotate,ease:punchgs.Power2.easeOut,force3D:"auto",transformPerspective:600}),0);C.add(_,0)})}if(f==4||f==5){setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);var D=N/1e3,P=D,_=new punchgs.TimelineLite;o.find(".slotslide").each(function(t){var n=e(this);var i=t*D/r.slots;if(f==5)i=(r.slots-t-1)*D/r.slots/1.5;_.add(punchgs.TweenLite.to(n,D*3,{transformPerspective:600,force3D:"auto",top:0+r.height,opacity:.5,rotation:r.rotate,ease:punchgs.Power2.easeInOut,delay:i}),0);C.add(_,0)});u.find(".slotslide").each(function(t){var n=e(this);var i=t*D/r.slots;if(f==5)i=(r.slots-t-1)*D/r.slots/1.5;_.add(punchgs.TweenLite.from(n,D*3,{top:0-r.height,opacity:.5,rotation:r.rotate,force3D:"auto",ease:punchgs.Power2.easeInOut,delay:i}),0);C.add(_,0)})}if(f==6){if(r.slots<2)r.slots=2;if(r.slots%2)r.slots=r.slots+1;var _=new punchgs.TimelineLite;setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);o.find(".slotslide").each(function(t){var n=e(this);if(t+1r.delay)N=r.delay;var _=new punchgs.TimelineLite;setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);o.find(".slotslide").each(function(){var t=e(this).find("div");_.add(punchgs.TweenLite.to(t,N/1e3,{left:0-r.slotw/2+"px",top:0-r.height/2+"px",width:r.slotw*2+"px",height:r.height*2+"px",opacity:0,rotation:r.rotate,force3D:"auto",ease:punchgs.Power2.easeOut}),0);C.add(_,0)});u.find(".slotslide").each(function(t){var n=e(this).find("div");_.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:0,top:0,opacity:0,transformPerspective:600},{left:0-t*r.slotw+"px",ease:punchgs.Power2.easeOut,force3D:"auto",top:0+"px",width:r.width,height:r.height,opacity:1,rotation:0,delay:.1}),0);C.add(_,0)})}if(f==8){N=N*3;if(N>r.delay)N=r.delay;var _=new punchgs.TimelineLite;o.find(".slotslide").each(function(){var t=e(this).find("div");_.add(punchgs.TweenLite.to(t,N/1e3,{left:0-r.width/2+"px",top:0-r.sloth/2+"px",width:r.width*2+"px",height:r.sloth*2+"px",force3D:"auto",opacity:0,rotation:r.rotate}),0);C.add(_,0)});u.find(".slotslide").each(function(t){var n=e(this).find("div");_.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:0,top:0,opacity:0,force3D:"auto"},{left:0+"px",top:0-t*r.sloth+"px",width:u.find(".defaultimg").data("neww")+"px",height:u.find(".defaultimg").data("newh")+"px",opacity:1,rotation:0}),0);C.add(_,0)})}if(f==9||f==10){var H=0;u.find(".slotslide").each(function(t){var n=e(this);H++;C.add(punchgs.TweenLite.fromTo(n,N/1e3,{autoAlpha:0,force3D:"auto",transformPerspective:600},{autoAlpha:1,ease:punchgs.Power2.easeInOut,delay:t*5/1e3}),0)})}if(f==11||f==26){var H=0;if(f==26)N=0;u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.from(n,N/1e3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power2.easeInOut}),0)})}if(f==12||f==13||f==14||f==15){N=N;if(N>r.delay)N=r.delay;setTimeout(function(){punchgs.TweenLite.set(o.find(".defaultimg"),{autoAlpha:0})},100);var B=r.width,F=r.height,I=u.find(".slotslide"),q=0,R=0,U=1,z=1,W=1,X=punchgs.Power2.easeInOut,V=punchgs.Power2.easeInOut,$=N/1e3,J=$;if(r.fullWidth=="on"||r.fullScreen=="on"){B=I.width();F=I.height()}if(f==12)q=B;else if(f==15)q=0-B;else if(f==13)R=F;else if(f==14)R=0-F;if(p==1)U=0;if(p==2)U=0;if(p==3){X=punchgs.Power2.easeInOut;V=punchgs.Power1.easeInOut;$=N/1200}if(p==4||p==5)z=.6;if(p==6)z=1.4;if(p==5||p==6){W=1.4;U=0;B=0;F=0;q=0;R=0}if(p==6)W=.6;var K=0;C.add(punchgs.TweenLite.from(I,$,{left:q,top:R,scale:W,opacity:U,rotation:r.rotate,ease:V,force3D:"auto"}),0);var G=o.find(".slotslide");if(p==4||p==5){B=0;F=0}if(p!=1)switch(f){case 12:C.add(punchgs.TweenLite.to(G,J,{left:0-B+"px",force3D:"auto",scale:z,opacity:U,rotation:r.rotate,ease:X}),0);break;case 15:C.add(punchgs.TweenLite.to(G,J,{left:B+"px",force3D:"auto",scale:z,opacity:U,rotation:r.rotate,ease:X}),0);break;case 13:C.add(punchgs.TweenLite.to(G,J,{top:0-F+"px",force3D:"auto",scale:z,opacity:U,rotation:r.rotate,ease:X}),0);break;case 14:C.add(punchgs.TweenLite.to(G,J,{top:F+"px",force3D:"auto",scale:z,opacity:U,rotation:r.rotate,ease:X}),0);break}}if(f==16){var _=new punchgs.TimelineLite;C.add(punchgs.TweenLite.set(s,{position:"absolute","z-index":20}),0);C.add(punchgs.TweenLite.set(i,{position:"absolute","z-index":15}),0);s.wrapInner('
    ');s.find(".tp-half-one").clone(true).appendTo(s).addClass("tp-half-two");s.find(".tp-half-two").removeClass("tp-half-one");var B=r.width,F=r.height;if(r.autoHeight=="on")F=n.height();s.find(".tp-half-one .defaultimg").wrap('
    ');s.find(".tp-half-two .defaultimg").wrap('
    ');s.find(".tp-half-two .defaultimg").css({position:"absolute",top:"-50%"});s.find(".tp-half-two .tp-caption").wrapAll('
    ');C.add(punchgs.TweenLite.set(s.find(".tp-half-two"),{width:B,height:F,overflow:"hidden",zIndex:15,position:"absolute",top:F/2,left:"0px",transformPerspective:600,transformOrigin:"center bottom"}),0);C.add(punchgs.TweenLite.set(s.find(".tp-half-one"),{width:B,height:F/2,overflow:"visible",zIndex:10,position:"absolute",top:"0px",left:"0px",transformPerspective:600,transformOrigin:"center top"}),0);var Y=s.find(".defaultimg"),Z=Math.round(Math.random()*20-10),et=Math.round(Math.random()*20-10),nt=Math.round(Math.random()*20-10),rt=Math.random()*.4-.2,it=Math.random()*.4-.2,st=Math.random()*1+1,ot=Math.random()*1+1,ut=Math.random()*.3+.3;C.add(punchgs.TweenLite.set(s.find(".tp-half-one"),{overflow:"hidden"}),0);C.add(punchgs.TweenLite.fromTo(s.find(".tp-half-one"),N/800,{width:B,height:F/2,position:"absolute",top:"0px",left:"0px",force3D:"auto",transformOrigin:"center top"},{scale:st,rotation:Z,y:0-F-F/4,autoAlpha:0,ease:punchgs.Power2.easeInOut}),0);C.add(punchgs.TweenLite.fromTo(s.find(".tp-half-two"),N/800,{width:B,height:F,overflow:"hidden",position:"absolute",top:F/2,left:"0px",force3D:"auto",transformOrigin:"center bottom"},{scale:ot,rotation:et,y:F+F/4,ease:punchgs.Power2.easeInOut,autoAlpha:0,onComplete:function(){punchgs.TweenLite.set(s,{position:"absolute","z-index":15});punchgs.TweenLite.set(i,{position:"absolute","z-index":20});if(s.find(".tp-half-one").length>0){s.find(".tp-half-one .defaultimg").unwrap();s.find(".tp-half-one .slotholder").unwrap()}s.find(".tp-half-two").remove()}}),0);_.add(punchgs.TweenLite.set(u.find(".defaultimg"),{autoAlpha:1}),0);if(s.html()!=null)C.add(punchgs.TweenLite.fromTo(i,(N-200)/1e3,{scale:ut,x:r.width/4*rt,y:F/4*it,rotation:nt,force3D:"auto",transformOrigin:"center center",ease:punchgs.Power2.easeOut},{autoAlpha:1,scale:1,x:0,y:0,rotation:0}),0);C.add(_,0)}if(f==17){u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/800,{opacity:0,rotationY:0,scale:.9,rotationX:-110,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{opacity:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:t*.06}),0)})}if(f==18){u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/500,{autoAlpha:0,rotationY:310,scale:.9,rotationX:10,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{autoAlpha:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:punchgs.Power3.easeOut,delay:t*.06}),0)})}if(f==19||f==22){var _=new punchgs.TimelineLite;C.add(punchgs.TweenLite.set(s,{zIndex:20}),0);C.add(punchgs.TweenLite.set(i,{zIndex:20}),0);setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);var at=i.css("z-index"),ft=s.css("z-index"),lt=90,U=1,ct="center center ";if(T==1)lt=-90;if(f==19){ct=ct+"-"+r.height/2;U=0}else{ct=ct+r.height/2}punchgs.TweenLite.set(n,{transformStyle:"flat",backfaceVisibility:"hidden",transformPerspective:600});u.find(".slotslide").each(function(t){var n=e(this);_.add(punchgs.TweenLite.fromTo(n,N/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",left:0,rotationY:r.rotate,z:10,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationX:lt},{left:0,rotationY:0,top:0,z:0,scale:1,force3D:"auto",rotationX:0,delay:t*50/1e3,ease:punchgs.Power2.easeInOut}),0);_.add(punchgs.TweenLite.to(n,.1,{autoAlpha:1,delay:t*50/1e3}),0);C.add(_)});o.find(".slotslide").each(function(t){var n=e(this);var i=-90;if(T==1)i=90;_.add(punchgs.TweenLite.fromTo(n,N/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",autoAlpha:1,rotationY:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationX:0},{autoAlpha:1,rotationY:r.rotate,top:0,z:10,scale:1,rotationX:i,delay:t*50/1e3,force3D:"auto",ease:punchgs.Power2.easeInOut}),0);C.add(_)})}if(f==20){setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);var at=i.css("z-index"),ft=s.css("z-index");if(T==1){var ht=-r.width;var lt=70;var ct="left center -"+r.height/2}else{var ht=r.width;var lt=-70;var ct="right center -"+r.height/2}u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/1500,{left:ht,rotationX:40,z:-600,opacity:U,top:0,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationY:lt},{left:0,delay:t*50/1e3,ease:punchgs.Power2.easeInOut}),0);C.add(punchgs.TweenLite.fromTo(n,N/1e3,{rotationX:40,z:-600,opacity:U,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationY:lt},{rotationX:0,opacity:1,top:0,z:0,scale:1,rotationY:0,delay:t*50/1e3,ease:punchgs.Power2.easeInOut}),0);C.add(punchgs.TweenLite.to(n,.1,{opacity:1,force3D:"auto",delay:t*50/1e3+N/2e3}),0)});o.find(".slotslide").each(function(t){var n=e(this);if(T!=1){var i=-r.width;var s=70;var o="left center -"+r.height/2}else{var i=r.width;var s=-70;var o="right center -"+r.height/2}C.add(punchgs.TweenLite.fromTo(n,N/1e3,{opacity:1,rotationX:0,top:0,z:0,scale:1,left:0,force3D:"auto",transformPerspective:600,transformOrigin:o,rotationY:0},{opacity:1,rotationX:40,top:0,z:-600,left:i,force3D:"auto",scale:.8,rotationY:s,delay:t*50/1e3,ease:punchgs.Power2.easeInOut}),0);C.add(punchgs.TweenLite.to(n,.1,{force3D:"auto",opacity:0,delay:t*50/1e3+(N/1e3-N/1e4)}),0)})}if(f==21||f==25){setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);var at=i.css("z-index"),ft=s.css("z-index"),lt=90,ht=-r.width,pt=-lt;if(T==1){if(f==25){var ct="center top 0";lt=r.rotate}else{var ct="left center 0";pt=r.rotate}}else{ht=r.width;lt=-90;if(f==25){var ct="center bottom 0";pt=-lt;lt=r.rotate}else{var ct="right center 0";pt=r.rotate}}u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:0,transformStyle:"flat",rotationX:pt,z:0,autoAlpha:0,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationY:lt},{left:0,rotationX:0,top:0,z:0,autoAlpha:1,scale:1,rotationY:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),0)});if(T!=1){ht=-r.width;lt=90;if(f==25){ct="center top 0";pt=-lt;lt=r.rotate}else{ct="left center 0";pt=r.rotate}}else{ht=r.width;lt=-90;if(f==25){ct="center bottom 0";pt=-lt;lt=r.rotate}else{ct="right center 0";pt=r.rotate}}o.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:0,transformStyle:"flat",rotationX:0,z:0,autoAlpha:1,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationY:0},{left:0,rotationX:pt,top:0,z:0,autoAlpha:1,force3D:"auto",scale:1,rotationY:lt,ease:punchgs.Power1.easeInOut}),0)})}if(f==23||f==24){setTimeout(function(){o.find(".defaultimg").css({opacity:0})},100);var at=i.css("z-index"),ft=s.css("z-index"),lt=-90,U=1,dt=0;if(T==1)lt=90;if(f==23){var ct="center center -"+r.width/2;U=0}else var ct="center center "+r.width/2;punchgs.TweenLite.set(n,{transformStyle:"preserve-3d",backfaceVisibility:"hidden",perspective:2500});u.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:dt,rotationX:r.rotate,force3D:"auto",opacity:U,top:0,scale:1,transformPerspective:600,transformOrigin:ct,rotationY:lt},{left:0,rotationX:0,autoAlpha:1,top:0,z:0,scale:1,rotationY:0,delay:t*50/500,ease:punchgs.Power2.easeInOut}),0)});lt=90;if(T==1)lt=-90;o.find(".slotslide").each(function(t){var n=e(this);C.add(punchgs.TweenLite.fromTo(n,N/1e3,{left:0,autoAlpha:1,rotationX:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:ct,rotationY:0},{left:dt,autoAlpha:1,rotationX:r.rotate,top:0,scale:1,rotationY:lt,delay:t*50/500,ease:punchgs.Power2.easeInOut}),0)})}C.pause();j(i,r,null,C);punchgs.TweenLite.to(i,.001,{autoAlpha:1});var vt={};vt.slideIndex=r.next+1;vt.slide=i;n.trigger("revolution.slide.onchange",vt);setTimeout(function(){n.trigger("revolution.slide.onafterswap")},N);n.trigger("revolution.slide.onvideostop")};var A=function(e,t,n,r,i,s,o){punchgs.TweenLite.to(n.find(".defaultimg"),.001,{autoAlpha:1,onComplete:function(){E(e,t,i)}});if(i.index()!=s.index()){punchgs.TweenLite.to(s,.2,{autoAlpha:0,onComplete:function(){E(e,t,s)}})}t.act=t.next;if(t.navigationType=="thumb")rt(e);if(n.data("kenburns")=="on"){Q(e,t)}e.find(".current-sr-slide-visible").removeClass("current-sr-slide-visible");i.addClass("current-sr-slide-visible");if(t.parallax=="scroll"||t.parallax=="scroll+mouse"||t.parallax=="mouse+scroll"){tt(e,t)}o.clear()};var O=function(t){var n=t.target.getVideoEmbedCode();var r=e("#"+n.split('id="')[1].split('"')[0]);var i=r.closest(".tp-simpleresponsive");var s=r.parent().data("player");if(t.data==YT.PlayerState.PLAYING){var o=i.find(".tp-bannertimer");var u=o.data("opt");if(r.closest(".tp-caption").data("volume")=="mute")s.mute();u.videoplaying=true;i.trigger("stoptimer");i.trigger("revolution.slide.onvideoplay")}else{var o=i.find(".tp-bannertimer");var u=o.data("opt");if(t.data!=-1&&t.data!=3){u.videoplaying=false;i.trigger("starttimer");i.trigger("revolution.slide.onvideostop")}if(t.data==0&&u.nextslideatend==true)u.container.revnext();else{u.videoplaying=false;i.trigger("starttimer");i.trigger("revolution.slide.onvideostop")}}};var M=function(e,t,n){if(e.addEventListener)e.addEventListener(t,n,false);else e.attachEvent(t,n,false)};var _=function(t,n){var r=$f(t),i=e("#"+t),s=i.closest(".tp-simpleresponsive"),o=i.closest(".tp-caption");setTimeout(function(){r.addEvent("ready",function(t){if(n)r.api("play");r.addEvent("play",function(e){var t=s.find(".tp-bannertimer");var n=t.data("opt");n.videoplaying=true;s.trigger("stoptimer");if(o.data("volume")=="mute")r.api("setVolume","0")});r.addEvent("finish",function(e){var t=s.find(".tp-bannertimer");var n=t.data("opt");n.videoplaying=false;s.trigger("starttimer");s.trigger("revolution.slide.onvideoplay");if(n.nextslideatend==true)n.container.revnext()});r.addEvent("pause",function(e){var t=s.find(".tp-bannertimer");var n=t.data("opt");n.videoplaying=false;s.trigger("starttimer");s.trigger("revolution.slide.onvideostop")});o.find(".tp-thumb-image").click(function(){punchgs.TweenLite.to(e(this),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut});r.api("play")})})},150)};var D=function(e,n){var r=n.width();var i=n.height();var s=e.data("mediaAspect");if(s==t)s=1;var o=r/i;e.css({position:"absolute"});var u=e.find("video");if(o=r.next||p==r.next||d==r.next){h.addClass("tp-is-shown");f=1}else{f=0}}else{if(d==r.next||p>r.next||d0)c=r.container.height()/2-r.startheight*r.bh/2;if(c<0)c=0;var g=0;if(r.width0||h.find("video").length>0){var y="iframe"+Math.round(Math.random()*1e5+1),b=h.data("videowidth"),w=h.data("videoheight"),E=h.data("videoattributes"),S=h.data("ytid"),x=h.data("vimeoid"),T=h.data("videpreload"),N=h.data("videomp4"),C=h.data("videowebm"),k=h.data("videoogv"),L=h.data("videocontrols"),A="http",j=h.data("videoloop")=="loop"?"loop":h.data("videoloop")=="loopandnoslidestop"?"loop":"";if(h.data("thumbimage")!=t&&h.data("videoposter")==t)h.data("videoposter",h.data("thumbimage"));if(S!=t&&String(S).length>1&&h.find("iframe").length==0){A="https";if(L=="none"){E=E.replace("controls=1","controls=0");if(E.toLowerCase().indexOf("controls")==-1)E=E+"&controls=0"}h.append('')}if(x!=t&&String(x).length>1&&h.find("iframe").length==0){if(location.protocol==="https:")A="https";h.append('')}if((N!=t||C!=t)&&h.find("video").length==0){if(L!="controls")L="";var I='";h.append(I);if(L=="controls")h.append('
    '+'
    '+'
    '+'
    '+'
    '+'
    '+"
    ")}var z=false;if(h.data("autoplayonlyfirsttime")==true||h.data("autoplayonlyfirsttime")=="true"||h.data("autoplay")==true){h.data("autoplay",true);z=true}h.find("iframe").each(function(){var n=e(this);punchgs.TweenLite.to(n,.1,{autoAlpha:1,zIndex:0,transformStyle:"preserve-3d",z:0,rotationX:0,force3D:"auto"});if(J()){var o=n.attr("src");n.attr("src","");n.attr("src",o)}r.nextslideatend=h.data("nextslideatend");if(h.data("videoposter")!=t&&h.data("videoposter").length>2&&h.data("autoplay")!=true&&!s){if(h.find(".tp-thumb-image").length==0)h.append('
    ');else punchgs.TweenLite.set(h.find(".tp-thumb-image"),{autoAlpha:1})}if(n.attr("src").toLowerCase().indexOf("youtube")>=0){if(!n.hasClass("HasListener")){try{n.attr("id",y);var u;var a=setInterval(function(){if(YT!=t)if(typeof YT.Player!=t&&typeof YT.Player!="undefined"){u=new YT.Player(y,{events:{onStateChange:O,onReady:function(n){var r=n.target.getVideoEmbedCode(),i=e("#"+r.split('id="')[1].split('"')[0]),s=i.closest(".tp-caption"),o=s.data("videorate"),a=s.data("videostart");if(o!=t)n.target.setPlaybackRate(parseFloat(o));if(!J()&&s.data("autoplay")==true||z){s.data("timerplay",setTimeout(function(){n.target.playVideo()},s.data("start")))}s.find(".tp-thumb-image").click(function(){punchgs.TweenLite.to(e(this),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut});if(!J()){u.playVideo()}})}}})}n.addClass("HasListener");h.data("player",u);clearInterval(a)},100)}catch(f){}}else{if(!i){var u=h.data("player");if(h.data("forcerewind")=="on"&&!J())u.seekTo(0);if(!J()&&h.data("autoplay")==true||z){h.data("timerplay",setTimeout(function(){u.playVideo()},h.data("start")))}}}}else if(n.attr("src").toLowerCase().indexOf("vimeo")>=0){if(!n.hasClass("HasListener")){n.addClass("HasListener");n.attr("id",y);var l=n.attr("src");var c={},p=l,d=/([^&=]+)=([^&]*)/g,v;while(v=d.exec(p)){c[decodeURIComponent(v[1])]=decodeURIComponent(v[2])}if(c["player_id"]!=t)l=l.replace(c["player_id"],y);else l=l+"&player_id="+y;try{l=l.replace("api=0","api=1")}catch(f){}l=l+"&api=1";n.attr("src",l);var u=h.find("iframe")[0];var m=setInterval(function(){if($f!=t){if(typeof $f(y).api!=t&&typeof $f(y).api!="undefined"){$f(u).addEvent("ready",function(){_(y,z)});clearInterval(m)}}},100)}else{if(!i){if(!J()&&(h.data("autoplay")==true||h.data("forcerewind")=="on")){var n=h.find("iframe");var g=n.attr("id");var b=$f(g);if(h.data("forcerewind")=="on")b.api("seekTo",0);h.data("timerplay",setTimeout(function(){if(h.data("autoplay")==true)b.api("play")},h.data("start")))}}}}});if(J()&&h.data("disablevideoonmobile")==1||a(8))h.find("video").remove();if(h.find("video").length>0){h.find("video").each(function(n){var i=this,s=e(this);if(!s.parent().hasClass("html5vid"))s.wrap('
    ');var o=s.parent();M(i,"loadedmetadata",function(e){e.data("metaloaded",1)}(o));clearInterval(o.data("interval"));o.data("interval",setInterval(function(){if(o.data("metaloaded")==1||i.duration!=NaN){clearInterval(o.data("interval"));if(!o.hasClass("HasListener")){o.addClass("HasListener");if(h.data("dottedoverlay")!="none"&&h.data("dottedoverlay")!=t)if(h.find(".tp-dottedoverlay").length!=1)o.append('
    ');if(s.attr("control")==t){if(o.find(".tp-video-play-button").length==0)o.append('
    ');o.find("video, .tp-poster, .tp-video-play-button").click(function(){if(o.hasClass("videoisplaying"))i.pause();else i.play()})}if(h.data("forcecover")==1||h.hasClass("fullscreenvideo")){if(h.data("forcecover")==1){D(o,r.container);o.addClass("fullcoveredvideo");h.addClass("fullcoveredvideo")}o.css({width:"100%",height:"100%"})}var e=h.find(".tp-vid-play-pause")[0],n=h.find(".tp-vid-mute")[0],u=h.find(".tp-vid-full-screen")[0],a=h.find(".tp-seek-bar")[0],f=h.find(".tp-volume-bar")[0];if(e!=t){M(e,"click",function(){if(i.paused==true)i.play();else i.pause()});M(n,"click",function(){if(i.muted==false){i.muted=true;n.innerHTML="Unmute"}else{i.muted=false;n.innerHTML="Mute"}});M(u,"click",function(){if(i.requestFullscreen){i.requestFullscreen()}else if(i.mozRequestFullScreen){i.mozRequestFullScreen()}else if(i.webkitRequestFullscreen){i.webkitRequestFullscreen()}});M(a,"change",function(){var e=i.duration*(a.value/100);i.currentTime=e});M(i,"timeupdate",function(){var e=100/i.duration*i.currentTime;a.value=e});M(a,"mousedown",function(){i.pause()});M(a,"mouseup",function(){i.play()});M(f,"change",function(){i.volume=f.value})}M(i,"play",function(){if(h.data("volume")=="mute")i.muted=true;o.addClass("videoisplaying");if(h.data("videoloop")=="loopandnoslidestop"){r.videoplaying=false;r.container.trigger("starttimer");r.container.trigger("revolution.slide.onvideostop")}else{r.videoplaying=true;r.container.trigger("stoptimer");r.container.trigger("revolution.slide.onvideoplay")}var e=h.find(".tp-vid-play-pause")[0],n=h.find(".tp-vid-mute")[0];if(e!=t)e.innerHTML="Pause";if(n!=t&&i.muted)n.innerHTML="Unmute"});M(i,"pause",function(){o.removeClass("videoisplaying");r.videoplaying=false;r.container.trigger("starttimer");r.container.trigger("revolution.slide.onvideostop");var e=h.find(".tp-vid-play-pause")[0];if(e!=t)e.innerHTML="Play"});M(i,"ended",function(){o.removeClass("videoisplaying");r.videoplaying=false;r.container.trigger("starttimer");r.container.trigger("revolution.slide.onvideostop");if(r.nextslideatend==true)r.container.revnext()})}var l=false;if(h.data("autoplayonlyfirsttime")==true||h.data("autoplayonlyfirsttime")=="true")l=true;var c=16/9;if(h.data("aspectratio")=="4:3")c=4/3;o.data("mediaAspect",c);if(o.closest(".tp-caption").data("forcecover")==1){D(o,r.container);o.addClass("fullcoveredvideo")}s.css({display:"block"});r.nextslideatend=h.data("nextslideatend");if(h.data("autoplay")==true||l==true){if(h.data("videoloop")=="loopandnoslidestop"){r.videoplaying=false;r.container.trigger("starttimer");r.container.trigger("revolution.slide.onvideostop")}else{r.videoplaying=true;r.container.trigger("stoptimer");r.container.trigger("revolution.slide.onvideoplay")}if(h.data("forcerewind")=="on"&&!o.hasClass("videoisplaying"))if(i.currentTime>0)i.currentTime=0;if(h.data("volume")=="mute")i.muted=true;o.data("timerplay",setTimeout(function(){if(h.data("forcerewind")=="on"&&!o.hasClass("videoisplaying"))if(i.currentTime>0)i.currentTime=0;if(h.data("volume")=="mute")i.muted=true;i.play()},10+h.data("start")))}if(o.data("ww")==t)o.data("ww",s.attr("width"));if(o.data("hh")==t)o.data("hh",s.attr("height"));if(!h.hasClass("fullscreenvideo")&&h.data("forcecover")==1){try{o.width(o.data("ww")*r.bw);o.height(o.data("hh")*r.bh)}catch(p){}}clearInterval(o.data("interval"))}}),100)})}if(h.data("autoplay")==true){setTimeout(function(){if(h.data("videoloop")!="loopandnoslidestop"){r.videoplaying=true;r.container.trigger("stoptimer")}},200);if(h.data("videoloop")!="loopandnoslidestop"){r.videoplaying=true;r.container.trigger("stoptimer")}if(h.data("autoplayonlyfirsttime")==true||h.data("autoplayonlyfirsttime")=="true"){h.data("autoplay",false);h.data("autoplayonlyfirsttime",false)}}}var V=0;var $=0;if(h.find("img").length>0){var K=h.find("img");if(K.width()==0)K.css({width:"auto"});if(K.height()==0)K.css({height:"auto"});if(K.data("ww")==t&&K.width()>0)K.data("ww",K.width());if(K.data("hh")==t&&K.height()>0)K.data("hh",K.height());var Q=K.data("ww");var G=K.data("hh");if(Q==t)Q=0;if(G==t)G=0;K.width(Q*r.bw);K.height(G*r.bh);V=K.width();$=K.height()}else{if(h.find("iframe").length>0||h.find("video").length>0){var Y=false,K=h.find("iframe");if(K.length==0){K=h.find("video");Y=true}K.css({display:"block"});if(h.data("ww")==t)h.data("ww",K.width());if(h.data("hh")==t)h.data("hh",K.height());var Q=h.data("ww"),G=h.data("hh");var Z=h;if(Z.data("fsize")==t)Z.data("fsize",parseInt(Z.css("font-size"),0)||0);if(Z.data("pt")==t)Z.data("pt",parseInt(Z.css("paddingTop"),0)||0);if(Z.data("pb")==t)Z.data("pb",parseInt(Z.css("paddingBottom"),0)||0);if(Z.data("pl")==t)Z.data("pl",parseInt(Z.css("paddingLeft"),0)||0);if(Z.data("pr")==t)Z.data("pr",parseInt(Z.css("paddingRight"),0)||0);if(Z.data("mt")==t)Z.data("mt",parseInt(Z.css("marginTop"),0)||0);if(Z.data("mb")==t)Z.data("mb",parseInt(Z.css("marginBottom"),0)||0);if(Z.data("ml")==t)Z.data("ml",parseInt(Z.css("marginLeft"),0)||0);if(Z.data("mr")==t)Z.data("mr",parseInt(Z.css("marginRight"),0)||0);if(Z.data("bt")==t)Z.data("bt",parseInt(Z.css("borderTop"),0)||0);if(Z.data("bb")==t)Z.data("bb",parseInt(Z.css("borderBottom"),0)||0);if(Z.data("bl")==t)Z.data("bl",parseInt(Z.css("borderLeft"),0)||0);if(Z.data("br")==t)Z.data("br",parseInt(Z.css("borderRight"),0)||0);if(Z.data("lh")==t)Z.data("lh",parseInt(Z.css("lineHeight"),0)||0);if(Z.data("lh")=="auto")Z.data("lh",Z.data("fsize")+4);var et=r.width,tt=r.height;if(et>r.startwidth)et=r.startwidth;if(tt>r.startheight)tt=r.startheight;if(!h.hasClass("fullscreenvideo"))h.css({"font-size":Z.data("fsize")*r.bw+"px","padding-top":Z.data("pt")*r.bh+"px","padding-bottom":Z.data("pb")*r.bh+"px","padding-left":Z.data("pl")*r.bw+"px","padding-right":Z.data("pr")*r.bw+"px","margin-top":Z.data("mt")*r.bh+"px","margin-bottom":Z.data("mb")*r.bh+"px","margin-left":Z.data("ml")*r.bw+"px","margin-right":Z.data("mr")*r.bw+"px","border-top":Z.data("bt")*r.bh+"px","border-bottom":Z.data("bb")*r.bh+"px","border-left":Z.data("bl")*r.bw+"px","border-right":Z.data("br")*r.bw+"px","line-height":Z.data("lh")*r.bh+"px",height:G*r.bh+"px"});else{l=0;c=0;h.data("x",0);h.data("y",0);var nt=r.height;if(r.autoHeight=="on")nt=r.container.height();h.css({width:r.width,height:nt})}if(Y==false){K.width(Q*r.bw);K.height(G*r.bh)}else if(h.data("forcecover")!=1&&!h.hasClass("fullscreenvideo")){K.width(Q*r.bw);K.height(G*r.bh)}V=K.width();$=K.height()}else{h.find(".tp-resizeme, .tp-resizeme *").each(function(){q(e(this),r)});if(h.hasClass("tp-resizeme")){h.find("*").each(function(){q(e(this),r)})}q(h,r);$=h.outerHeight(true);V=h.outerWidth(true);var rt=h.outerHeight();var it=h.css("backgroundColor");h.find(".frontcorner").css({borderWidth:rt+"px",left:0-rt+"px",borderRight:"0px solid transparent",borderTopColor:it});h.find(".frontcornertop").css({borderWidth:rt+"px",left:0-rt+"px",borderRight:"0px solid transparent",borderBottomColor:it});h.find(".backcorner").css({borderWidth:rt+"px",right:0-rt+"px",borderLeft:"0px solid transparent",borderBottomColor:it});h.find(".backcornertop").css({borderWidth:rt+"px",right:0-rt+"px",borderLeft:"0px solid transparent",borderTopColor:it})}}if(r.fullScreenAlignForce=="on"){l=0;c=0}if(h.data("voffset")==t)h.data("voffset",0);if(h.data("hoffset")==t)h.data("hoffset",0);var st=h.data("voffset")*v;var ot=h.data("hoffset")*v;var ut=r.startwidth*v;var at=r.startheight*v;if(r.fullScreenAlignForce=="on"){ut=r.container.width();at=r.container.height()}if(h.data("x")=="center"||h.data("xcenter")=="center"){h.data("xcenter","center");h.data("x",ut/2-h.outerWidth(true)/2+ot)}if(h.data("x")=="left"||h.data("xleft")=="left"){h.data("xleft","left");h.data("x",0/v+ot)}if(h.data("x")=="right"||h.data("xright")=="right"){h.data("xright","right");h.data("x",(ut-h.outerWidth(true)+ot)/v)}if(h.data("y")=="center"||h.data("ycenter")=="center"){h.data("ycenter","center");h.data("y",at/2-h.outerHeight(true)/2+st)}if(h.data("y")=="top"||h.data("ytop")=="top"){h.data("ytop","top");h.data("y",0/r.bh+st)}if(h.data("y")=="bottom"||h.data("ybottom")=="bottom"){h.data("ybottom","bottom");h.data("y",(at-h.outerHeight(true)+st)/v)}if(h.data("start")==t)h.data("start",1e3);var ft=h.data("easing");if(ft==t)ft="punchgs.Power1.easeOut";var lt=h.data("start")/1e3,ct=h.data("speed")/1e3;if(h.data("x")=="center"||h.data("xcenter")=="center")var ht=h.data("x")+l;else{var ht=v*h.data("x")+l}if(h.data("y")=="center"||h.data("ycenter")=="center")var pt=h.data("y")+c;else{var pt=r.bh*h.data("y")+c}punchgs.TweenLite.set(h,{top:pt,left:ht,overwrite:"auto"});if(f==0)s=true;if(h.data("timeline")!=t&&!s){if(f!=2)h.data("timeline").gotoAndPlay(0);s=true}if(!s){if(h.data("timeline")!=t){}var dt=new punchgs.TimelineLite({smoothChildTiming:true,onStart:u});dt.pause();if(r.fullScreenAlignForce=="on"){}var vt=h;if(h.data("mySplitText")!=t)h.data("mySplitText").revert();if(h.data("splitin")=="chars"||h.data("splitin")=="words"||h.data("splitin")=="lines"||h.data("splitout")=="chars"||h.data("splitout")=="words"||h.data("splitout")=="lines"){if(h.find("a").length>0)h.data("mySplitText",new punchgs.SplitText(h.find("a"),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"}));else if(h.find(".tp-layer-inner-rotation").length>0)h.data("mySplitText",new punchgs.SplitText(h.find(".tp-layer-inner-rotation"),{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"}));else h.data("mySplitText",new punchgs.SplitText(h,{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"}));h.addClass("splitted")}if(h.data("splitin")=="chars")vt=h.data("mySplitText").chars;if(h.data("splitin")=="words")vt=h.data("mySplitText").words;if(h.data("splitin")=="lines")vt=h.data("mySplitText").lines;var mt=P();var gt=P();if(h.data("repeat")!=t)repeatV=h.data("repeat");if(h.data("yoyo")!=t)yoyoV=h.data("yoyo");if(h.data("repeatdelay")!=t)repeatdelayV=h.data("repeatdelay");var yt=h.attr("class");if(yt.match("customin"))mt=H(mt,h.data("customin"));else if(yt.match("randomrotate")){mt.scale=Math.random()*3+1;mt.rotation=Math.round(Math.random()*200-100);mt.x=Math.round(Math.random()*200-100);mt.y=Math.round(Math.random()*200-100)}else if(yt.match("lfr")||yt.match("skewfromright"))mt.x=15+r.width;else if(yt.match("lfl")||yt.match("skewfromleft"))mt.x=-15-V;else if(yt.match("sfl")||yt.match("skewfromleftshort"))mt.x=-50;else if(yt.match("sfr")||yt.match("skewfromrightshort"))mt.x=50;else if(yt.match("lft"))mt.y=-25-$;else if(yt.match("lfb"))mt.y=25+r.height;else if(yt.match("sft"))mt.y=-50;else if(yt.match("sfb"))mt.y=50;if(yt.match("skewfromright")||h.hasClass("skewfromrightshort"))mt.skewX=-85;else if(yt.match("skewfromleft")||h.hasClass("skewfromleftshort"))mt.skewX=85;if(yt.match("fade")||yt.match("sft")||yt.match("sfl")||yt.match("sfb")||yt.match("skewfromleftshort")||yt.match("sfr")||yt.match("skewfromrightshort"))mt.opacity=0;if(F().toLowerCase()=="safari"){}var bt=h.data("elementdelay")==t?0:h.data("elementdelay");gt.ease=mt.ease=h.data("easing")==t?punchgs.Power1.easeInOut:h.data("easing");mt.data=new Object;mt.data.oldx=mt.x;mt.data.oldy=mt.y;gt.data=new Object;gt.data.oldx=gt.x;gt.data.oldy=gt.y;mt.x=mt.x*v;mt.y=mt.y*v;var wt=new punchgs.TimelineLite;if(f!=2){if(yt.match("customin")){if(vt!=h)dt.add(punchgs.TweenLite.set(h,{force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:"visible",delay:0,overwrite:"all"}));mt.visibility="hidden";gt.visibility="visible";gt.overwrite="all";gt.opacity=1;gt.onComplete=o();gt.delay=lt;gt.force3D="auto";dt.add(wt.staggerFromTo(vt,ct,mt,gt,bt),"frame0")}else{mt.visibility="visible";mt.transformPerspective=600;if(vt!=h)dt.add(punchgs.TweenLite.set(h,{force3D:"auto",opacity:1,scaleX:1,scaleY:1,rotationX:0,rotationY:0,rotationZ:0,skewX:0,skewY:0,z:0,x:0,y:0,visibility:"visible",delay:0,overwrite:"all"}));gt.visibility="visible";gt.delay=lt;gt.onComplete=o();gt.opacity=1;gt.force3D="auto";if(yt.match("randomrotate")&&vt!=h){for(var n=0;n0){var n=B(t);W(h,r,n,"frame"+(e+10),v)}})}dt=h.data("timeline");if(h.data("end")!=t&&(f==-1||f==2)){X(h,r,h.data("end")/1e3,mt,"frame99",v)}else{if(f==-1||f==2)X(h,r,999999,mt,"frame99",v);else X(h,r,200,mt,"frame99",v)}dt=h.data("timeline");h.data("timeline",dt);R(h,v);dt.resume()}}if(s){U(h);R(h,v);if(h.data("timeline")!=t){var Ct=h.data("timeline").getTweensOf();e.each(Ct,function(e,n){if(n.vars.data!=t){var r=n.vars.data.oldx*v;var i=n.vars.data.oldy*v;if(n.progress()!=1&&n.progress()!=0){try{n.vars.x=r;n.vary.y=i}catch(s){}}else{if(n.progress()==1){punchgs.TweenLite.set(n.target,{x:r,y:i})}}}})}}});var d=e("body").find("#"+r.container.attr("id")).find(".tp-bannertimer");d.data("opt",r);if(s!=t)setTimeout(function(){s.resume()},30)};var F=function(){var e=navigator.appName,t=navigator.userAgent,n;var r=t.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);if(r&&(n=t.match(/version\/([\.\d]+)/i))!=null)r[2]=n[1];r=r?[r[1],r[2]]:[e,navigator.appVersion,"-?"];return r[0]};var I=function(){var e=navigator.appName,t=navigator.userAgent,n;var r=t.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);if(r&&(n=t.match(/version\/([\.\d]+)/i))!=null)r[2]=n[1];r=r?[r[1],r[2]]:[e,navigator.appVersion,"-?"];return r[1]};var q=function(e,n){if(e.data("fsize")==t)e.data("fsize",parseInt(e.css("font-size"),0)||0);if(e.data("pt")==t)e.data("pt",parseInt(e.css("paddingTop"),0)||0);if(e.data("pb")==t)e.data("pb",parseInt(e.css("paddingBottom"),0)||0);if(e.data("pl")==t)e.data("pl",parseInt(e.css("paddingLeft"),0)||0);if(e.data("pr")==t)e.data("pr",parseInt(e.css("paddingRight"),0)||0);if(e.data("mt")==t)e.data("mt",parseInt(e.css("marginTop"),0)||0);if(e.data("mb")==t)e.data("mb",parseInt(e.css("marginBottom"),0)||0);if(e.data("ml")==t)e.data("ml",parseInt(e.css("marginLeft"),0)||0);if(e.data("mr")==t)e.data("mr",parseInt(e.css("marginRight"),0)||0);if(e.data("bt")==t)e.data("bt",parseInt(e.css("borderTopWidth"),0)||0);if(e.data("bb")==t)e.data("bb",parseInt(e.css("borderBottomWidth"),0)||0);if(e.data("bl")==t)e.data("bl",parseInt(e.css("borderLeftWidth"),0)||0);if(e.data("br")==t)e.data("br",parseInt(e.css("borderRightWidth"),0)||0);if(e.data("ls")==t)e.data("ls",parseInt(e.css("letterSpacing"),0)||0);if(e.data("lh")==t)e.data("lh",parseInt(e.css("lineHeight"),0)||"auto");if(e.data("minwidth")==t)e.data("minwidth",parseInt(e.css("minWidth"),0)||0);if(e.data("minheight")==t)e.data("minheight",parseInt(e.css("minHeight"),0)||0);if(e.data("maxwidth")==t)e.data("maxwidth",parseInt(e.css("maxWidth"),0)||"none");if(e.data("maxheight")==t)e.data("maxheight",parseInt(e.css("maxHeight"),0)||"none");if(e.data("wii")==t)e.data("wii",parseInt(e.css("width"),0)||0);if(e.data("hii")==t)e.data("hii",parseInt(e.css("height"),0)||0);if(e.data("wan")==t)e.data("wan",e.css("-webkit-transition"));if(e.data("moan")==t)e.data("moan",e.css("-moz-animation-transition"));if(e.data("man")==t)e.data("man",e.css("-ms-animation-transition"));if(e.data("ani")==t)e.data("ani",e.css("transition"));if(e.data("lh")=="auto")e.data("lh",e.data("fsize")+4);if(!e.hasClass("tp-splitted")){e.css("-webkit-transition","none");e.css("-moz-transition","none");e.css("-ms-transition","none");e.css("transition","none");punchgs.TweenLite.set(e,{fontSize:Math.round(e.data("fsize")*n.bw)+"px",letterSpacing:Math.floor(e.data("ls")*n.bw)+"px",paddingTop:Math.round(e.data("pt")*n.bh)+"px",paddingBottom:Math.round(e.data("pb")*n.bh)+"px",paddingLeft:Math.round(e.data("pl")*n.bw)+"px",paddingRight:Math.round(e.data("pr")*n.bw)+"px",marginTop:e.data("mt")*n.bh+"px",marginBottom:e.data("mb")*n.bh+"px",marginLeft:e.data("ml")*n.bw+"px",marginRight:e.data("mr")*n.bw+"px",borderTopWidth:Math.round(e.data("bt")*n.bh)+"px",borderBottomWidth:Math.round(e.data("bb")*n.bh)+"px",borderLeftWidth:Math.round(e.data("bl")*n.bw)+"px",borderRightWidth:Math.round(e.data("br")*n.bw)+"px",lineHeight:Math.round(e.data("lh")*n.bh)+"px",minWidth:e.data("minwidth")*n.bw+"px",minHeight:e.data("minheight")*n.bh+"px",overwrite:"auto"});setTimeout(function(){e.css("-webkit-transition",e.data("wan"));e.css("-moz-transition",e.data("moan"));e.css("-ms-transition",e.data("man"));e.css("transition",e.data("ani"))},30);if(e.data("maxheight")!="none")e.css({maxHeight:e.data("maxheight")*n.bh+"px"});if(e.data("maxwidth")!="none")e.css({maxWidth:e.data("maxwidth")*n.bw+"px"})}};var R=function(n,r){n.find(".rs-pendulum").each(function(){var n=e(this);if(n.data("timeline")==t){n.data("timeline",new punchgs.TimelineLite);var i=n.data("startdeg")==t?-20:n.data("startdeg"),s=n.data("enddeg")==t?20:n.data("enddeg"),o=n.data("speed")==t?2:n.data("speed"),u=n.data("origin")==t?"50% 50%":n.data("origin"),a=n.data("easing")==t?punchgs.Power2.easeInOut:n.data("ease");i=i*r;s=s*r;n.data("timeline").append(new punchgs.TweenLite.fromTo(n,o,{force3D:"auto",rotation:i,transformOrigin:u},{rotation:s,ease:a}));n.data("timeline").append(new punchgs.TweenLite.fromTo(n,o,{force3D:"auto",rotation:s,transformOrigin:u},{rotation:i,ease:a,onComplete:function(){n.data("timeline").restart()}}))}});n.find(".rs-rotate").each(function(){var n=e(this);if(n.data("timeline")==t){n.data("timeline",new punchgs.TimelineLite);var i=n.data("startdeg")==t?0:n.data("startdeg"),s=n.data("enddeg")==t?360:n.data("enddeg");speed=n.data("speed")==t?2:n.data("speed"),origin=n.data("origin")==t?"50% 50%":n.data("origin"),easing=n.data("easing")==t?punchgs.Power2.easeInOut:n.data("easing");i=i*r;s=s*r;n.data("timeline").append(new punchgs.TweenLite.fromTo(n,speed,{force3D:"auto",rotation:i,transformOrigin:origin},{rotation:s,ease:easing,onComplete:function(){n.data("timeline").restart()}}))}});n.find(".rs-slideloop").each(function(){var n=e(this);if(n.data("timeline")==t){n.data("timeline",new punchgs.TimelineLite);var i=n.data("xs")==t?0:n.data("xs"),s=n.data("ys")==t?0:n.data("ys"),o=n.data("xe")==t?0:n.data("xe"),u=n.data("ye")==t?0:n.data("ye"),a=n.data("speed")==t?2:n.data("speed"),f=n.data("easing")==t?punchgs.Power2.easeInOut:n.data("easing");i=i*r;s=s*r;o=o*r;u=u*r;n.data("timeline").append(new punchgs.TweenLite.fromTo(n,a,{force3D:"auto",x:i,y:s},{x:o,y:u,ease:f}));n.data("timeline").append(new punchgs.TweenLite.fromTo(n,a,{force3D:"auto",x:o,y:u},{x:i,y:s,onComplete:function(){n.data("timeline").restart()}}))}});n.find(".rs-pulse").each(function(){var n=e(this);if(n.data("timeline")==t){n.data("timeline",new punchgs.TimelineLite);var r=n.data("zoomstart")==t?0:n.data("zoomstart"),i=n.data("zoomend")==t?0:n.data("zoomend"),s=n.data("speed")==t?2:n.data("speed"),o=n.data("easing")==t?punchgs.Power2.easeInOut:n.data("easing");n.data("timeline").append(new punchgs.TweenLite.fromTo(n,s,{force3D:"auto",scale:r},{scale:i,ease:o}));n.data("timeline").append(new punchgs.TweenLite.fromTo(n,s,{force3D:"auto",scale:i},{scale:r,onComplete:function(){n.data("timeline").restart()}}))}});n.find(".rs-wave").each(function(){var n=e(this);if(n.data("timeline")==t){n.data("timeline",new punchgs.TimelineLite);var i=n.data("angle")==t?10:n.data("angle"),s=n.data("radius")==t?10:n.data("radius"),o=n.data("speed")==t?-20:n.data("speed"),u=n.data("origin")==t?-20:n.data("origin");i=i*r;s=s*r;var a={a:0,ang:i,element:n,unit:s};n.data("timeline").append(new punchgs.TweenLite.fromTo(a,o,{a:360},{a:0,force3D:"auto",ease:punchgs.Linear.easeNone,onUpdate:function(){var e=a.a*(Math.PI/180);punchgs.TweenLite.to(a.element,.1,{force3D:"auto",x:Math.cos(e)*a.unit,y:a.unit*(1-Math.sin(e))})},onComplete:function(){n.data("timeline").restart()}}))}})};var U=function(n){n.find(".rs-pendulum, .rs-slideloop, .rs-pulse, .rs-wave").each(function(){var n=e(this);if(n.data("timeline")!=t){n.data("timeline").pause();n.data("timeline",null)}})};var z=function(n,r){var i=0;var s=n.find(".tp-caption"),o=r.container.find(".tp-static-layers").find(".tp-caption");e.each(o,function(e,t){s.push(t)});s.each(function(n){var s=-1;var o=e(this);if(o.hasClass("tp-static-layer")){if(o.data("startslide")==-1||o.data("startslide")=="-1")o.data("startslide",0);if(o.data("endslide")==-1||o.data("endslide")=="-1")o.data("endslide",r.slideamount);if(o.hasClass("tp-is-shown")){if(o.data("startslide")>r.next||o.data("endslide")0){punchgs.TweenLite.to(o.find("iframe"),.2,{autoAlpha:0});if(J())o.find("iframe").remove();try{var u=o.find("iframe");var a=u.attr("id");var f=$f(a);f.api("pause");clearTimeout(o.data("timerplay"))}catch(l){}try{var c=o.data("player");c.stopVideo();clearTimeout(o.data("timerplay"))}catch(l){}}if(o.find("video").length>0){try{o.find("video").each(function(t){var n=e(this).parent();var r=n.attr("id");clearTimeout(n.data("timerplay"));var i=this;i.pause()})}catch(l){}}try{var h=o.data("timeline");var p=h.getLabelTime("frame99");var d=h.time();if(p>d){var v=h.getTweensOf(o);e.each(v,function(e,t){if(e!=0)t.pause()});if(o.css("opacity")!=0){var m=o.data("endspeed")==t?o.data("speed"):o.data("endspeed");if(m>i)i=m;h.play("frame99")}else h.progress(1,false)}}catch(l){}}});return i};var W=function(e,n,r,i,s){var o=e.data("timeline");var u=new punchgs.TimelineLite;var a=e;if(r.typ=="chars")a=e.data("mySplitText").chars;else if(r.typ=="words")a=e.data("mySplitText").words;else if(r.typ=="lines")a=e.data("mySplitText").lines;r.animation.ease=r.ease;if(r.animation.rotationZ!=t)r.animation.rotation=r.animation.rotationZ;r.animation.data=new Object;r.animation.data.oldx=r.animation.x;r.animation.data.oldy=r.animation.y;r.animation.x=r.animation.x*s;r.animation.y=r.animation.y*s;o.add(u.staggerTo(a,r.speed,r.animation,r.elementdelay),r.start);o.addLabel(i,r.start);e.data("timeline",o)};var X=function(e,n,r,i,s,o){var u=e.data("timeline"),a=new punchgs.TimelineLite;var f=P(),l=e.data("endspeed")==t?e.data("speed"):e.data("endspeed"),c=e.attr("class");f.ease=e.data("endeasing")==t?punchgs.Power1.easeInOut:e.data("endeasing");l=l/1e3;if(c.match("ltr")||c.match("ltl")||c.match("str")||c.match("stl")||c.match("ltt")||c.match("ltb")||c.match("stt")||c.match("stb")||c.match("skewtoright")||c.match("skewtorightshort")||c.match("skewtoleft")||c.match("skewtoleftshort")||c.match("fadeout")||c.match("randomrotateout")){if(c.match("skewtoright")||c.match("skewtorightshort"))f.skewX=35;else if(c.match("skewtoleft")||c.match("skewtoleftshort"))f.skewX=-35;if(c.match("ltr")||c.match("skewtoright"))f.x=n.width+60;else if(c.match("ltl")||c.match("skewtoleft"))f.x=0-(n.width+60);else if(c.match("ltt"))f.y=0-(n.height+60);else if(c.match("ltb"))f.y=n.height+60;else if(c.match("str")||c.match("skewtorightshort")){f.x=50;f.opacity=0}else if(c.match("stl")||c.match("skewtoleftshort")){f.x=-50;f.opacity=0}else if(c.match("stt")){f.y=-50;f.opacity=0}else if(c.match("stb")){f.y=50;f.opacity=0}else if(c.match("randomrotateout")){f.x=Math.random()*n.width;f.y=Math.random()*n.height;f.scale=Math.random()*2+.3;f.rotation=Math.random()*360-180;f.opacity=0}else if(c.match("fadeout")){f.opacity=0}if(c.match("skewtorightshort"))f.x=270;else if(c.match("skewtoleftshort"))f.x=-270;f.data=new Object;f.data.oldx=f.x;f.data.oldy=f.y;f.x=f.x*o;f.y=f.y*o;f.overwrite="auto";var h=e;var h=e;if(e.data("splitout")=="chars")h=e.data("mySplitText").chars;else if(e.data("splitout")=="words")h=e.data("mySplitText").words;else if(e.data("splitout")=="lines")h=e.data("mySplitText").lines;var p=e.data("endelementdelay")==t?0:e.data("endelementdelay");u.add(a.staggerTo(h,l,f,p),r)}else if(e.hasClass("customout")){f=H(f,e.data("customout"));var h=e;if(e.data("splitout")=="chars")h=e.data("mySplitText").chars;else if(e.data("splitout")=="words")h=e.data("mySplitText").words;else if(e.data("splitout")=="lines")h=e.data("mySplitText").lines;var p=e.data("endelementdelay")==t?0:e.data("endelementdelay");f.onStart=function(){punchgs.TweenLite.set(e,{transformPerspective:f.transformPerspective,transformOrigin:f.transformOrigin,overwrite:"auto"})};f.data=new Object;f.data.oldx=f.x;f.data.oldy=f.y;f.x=f.x*o;f.y=f.y*o;u.add(a.staggerTo(h,l,f,p),r)}else{i.delay=0;u.add(punchgs.TweenLite.to(e,l,i),r)}u.addLabel(s,r);e.data("timeline",u)};var V=function(t,n){t.children().each(function(){try{e(this).die("click")}catch(t){}try{e(this).die("mouseenter")}catch(t){}try{e(this).die("mouseleave")}catch(t){}try{e(this).unbind("hover")}catch(t){}});try{t.die("click","mouseenter","mouseleave")}catch(r){}clearInterval(n.cdint);t=null};var $=function(n,r){r.cd=0;r.loop=0;if(r.stopAfterLoops!=t&&r.stopAfterLoops>-1)r.looptogo=r.stopAfterLoops;else r.looptogo=9999999;if(r.stopAtSlide!=t&&r.stopAtSlide>-1)r.lastslidetoshow=r.stopAtSlide;else r.lastslidetoshow=999;r.stopLoop="off";if(r.looptogo==0)r.stopLoop="on";if(r.slideamount>1&&!(r.stopAfterLoops==0&&r.stopAtSlide==1)){var i=n.find(".tp-bannertimer");n.on("stoptimer",function(){var t=e(this).find(".tp-bannertimer");t.data("tween").pause();if(r.hideTimerBar=="on")t.css({visibility:"hidden"})});n.on("starttimer",function(){if(r.conthover!=1&&r.videoplaying!=true&&r.width>r.hideSliderAtLimit&&r.bannertimeronpause!=true&&r.overnav!=true)if(r.stopLoop=="on"&&r.next==r.lastslidetoshow-1||r.noloopanymore==1)r.noloopanymore=1;else{i.css({visibility:"visible"});i.data("tween").resume()}if(r.hideTimerBar=="on")i.css({visibility:"hidden"})});n.on("restarttimer",function(){var t=e(this).find(".tp-bannertimer");if(r.stopLoop=="on"&&r.next==r.lastslidetoshow-1||r.noloopanymore==1)r.noloopanymore=1;else{t.css({visibility:"visible"});t.data("tween").kill();t.data("tween",punchgs.TweenLite.fromTo(t,r.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:s,delay:1}))}if(r.hideTimerBar=="on")t.css({visibility:"hidden"})});n.on("nulltimer",function(){i.data("tween").pause(0);if(r.hideTimerBar=="on")i.css({visibility:"hidden"})});var s=function(){if(e("body").find(n).length==0){V(n,r);clearInterval(r.cdint)}n.trigger("revolution.slide.slideatend");if(n.data("conthover-changed")==1){r.conthover=n.data("conthover");n.data("conthover-changed",0)}r.act=r.next;r.next=r.next+1;if(r.next>n.find(">ul >li").length-1){r.next=0;r.looptogo=r.looptogo-1;if(r.looptogo<=0){r.stopLoop="on"}}if(r.stopLoop=="on"&&r.next==r.lastslidetoshow-1){n.find(".tp-bannertimer").css({visibility:"hidden"});n.trigger("revolution.slide.onstop");r.noloopanymore=1}else{i.data("tween").restart()}N(n,r)};i.data("tween",punchgs.TweenLite.fromTo(i,r.delay/1e3,{width:"0%"},{force3D:"auto",width:"100%",ease:punchgs.Linear.easeNone,onComplete:s,delay:1}));i.data("opt",r);n.hover(function(){if(r.onHoverStop=="on"&&!J()){n.trigger("stoptimer");n.trigger("revolution.slide.onpause");var i=n.find(">ul >li:eq("+r.next+") .slotholder");i.find(".defaultimg").each(function(){var n=e(this);if(n.data("kenburn")!=t){n.data("kenburn").pause()}})}},function(){if(n.data("conthover")!=1){n.trigger("revolution.slide.onresume");n.trigger("starttimer");var i=n.find(">ul >li:eq("+r.next+") .slotholder");i.find(".defaultimg").each(function(){var n=e(this);if(n.data("kenburn")!=t){n.data("kenburn").play()}})}})}};var J=function(){var e=["android","webos","iphone","ipad","blackberry","Android","webos",,"iPod","iPhone","iPad","Blackberry","BlackBerry"];var t=false;for(var n in e){if(navigator.userAgent.split(e[n]).length>1){t=true}}return t};var K=function(e,t,n){var r=t.data("owidth");var i=t.data("oheight");if(r/i>n.width/n.height){var s=n.container.width()/r;var o=i*s;var u=o/n.container.height()*e;e=e*(100/u);u=100;e=e;return e+"% "+u+"%"+" 1"}else{var s=n.container.width()/r;var o=i*s;var u=o/n.container.height()*e;return e+"% "+u+"%"}};var Q=function(n,r,i,s){try{var o=n.find(">ul:first-child >li:eq("+r.act+")")}catch(u){var o=n.find(">ul:first-child >li:eq(1)")}r.lastslide=r.act;var f=n.find(">ul:first-child >li:eq("+r.next+")"),l=f.find(".slotholder"),c=l.data("bgposition"),h=l.data("bgpositionend"),p=l.data("zoomstart")/100,d=l.data("zoomend")/100,v=l.data("rotationstart"),m=l.data("rotationend"),g=l.data("bgfit"),y=l.data("bgfitend"),b=l.data("easeme"),w=l.data("duration")/1e3,E=100;if(g==t)g=100;if(y==t)y=100;var S=g,x=y;g=K(g,l,r);y=K(y,l,r);E=K(100,l,r);if(p==t)p=1;if(d==t)d=1;if(v==t)v=0;if(m==t)m=0;if(p<1)p=1;if(d<1)d=1;var T=new Object;T.w=parseInt(E.split(" ")[0],0),T.h=parseInt(E.split(" ")[1],0);var N=false;if(E.split(" ")[2]=="1"){N=true}l.find(".defaultimg").each(function(){var t=e(this);if(l.find(".kenburnimg").length==0)l.append('
    ');else{l.find(".kenburnimg img").css({width:T.w+"%",height:T.h+"%"})}var n=l.find(".kenburnimg img");var i=G(r,c,g,n,N),o=G(r,h,y,n,N);if(N){i.w=S/100;o.w=x/100}if(s){punchgs.TweenLite.set(n,{autoAlpha:0,transformPerspective:1200,transformOrigin:"0% 0%",top:0,left:0,scale:i.w,x:i.x,y:i.y});var u=i.w,f=u*n.width()-r.width,p=u*n.height()-r.height,d=Math.abs(i.x/f*100),v=Math.abs(i.y/p*100);if(p==0)v=0;if(f==0)d=0;t.data("bgposition",d+"% "+v+"%");if(!a(8))t.data("currotate",Y(n));if(!a(8))t.data("curscale",T.w*u+"% "+(T.h*u+"%"));l.find(".kenburnimg").remove()}else t.data("kenburn",punchgs.TweenLite.fromTo(n,w,{autoAlpha:1,force3D:punchgs.force3d,transformOrigin:"0% 0%",top:0,left:0,scale:i.w,x:i.x,y:i.y},{autoAlpha:1,rotationZ:m,ease:b,x:o.x,y:o.y,scale:o.w,onUpdate:function(){var e=n[0]._gsTransform.scaleX;var i=e*n.width()-r.width,s=e*n.height()-r.height,o=Math.abs(n[0]._gsTransform.x/i*100),u=Math.abs(n[0]._gsTransform.y/s*100);if(s==0)u=0;if(i==0)o=0;t.data("bgposition",o+"% "+u+"%");if(!a(8))t.data("currotate",Y(n));if(!a(8))t.data("curscale",T.w*e+"% "+(T.h*e+"%"))}}))})};var G=function(e,t,n,r,i){var s=new Object;if(!i)s.w=parseInt(n.split(" ")[0],0)/100;else s.w=parseInt(n.split(" ")[1],0)/100;switch(t){case"left top":case"top left":s.x=0;s.y=0;break;case"center top":case"top center":s.x=((0-r.width())*s.w+parseInt(e.width,0))/2;s.y=0;break;case"top right":case"right top":s.x=(0-r.width())*s.w+parseInt(e.width,0);s.y=0;break;case"center left":case"left center":s.x=0;s.y=((0-r.height())*s.w+parseInt(e.height,0))/2;break;case"center center":s.x=((0-r.width())*s.w+parseInt(e.width,0))/2;s.y=((0-r.height())*s.w+parseInt(e.height,0))/2;break;case"center right":case"right center":s.x=(0-r.width())*s.w+parseInt(e.width,0);s.y=((0-r.height())*s.w+parseInt(e.height,0))/2;break;case"bottom left":case"left bottom":s.x=0;s.y=(0-r.height())*s.w+parseInt(e.height,0);break;case"bottom center":case"center bottom":s.x=((0-r.width())*s.w+parseInt(e.width,0))/2;s.y=(0-r.height())*s.w+parseInt(e.height,0);break;case"bottom right":case"right bottom":s.x=(0-r.width())*s.w+parseInt(e.width,0);s.y=(0-r.height())*s.w+parseInt(e.height,0);break}return s};var Y=function(e){var t=e.css("-webkit-transform")||e.css("-moz-transform")||e.css("-ms-transform")||e.css("-o-transform")||e.css("transform");if(t!=="none"){var n=t.split("(")[1].split(")")[0].split(",");var r=n[0];var i=n[1];var s=Math.round(Math.atan2(i,r)*(180/Math.PI))}else{var s=0}return s<0?s+=360:s};var Z=function(n,r){try{var i=n.find(">ul:first-child >li:eq("+r.act+")")}catch(s){var i=n.find(">ul:first-child >li:eq(1)")}r.lastslide=r.act;var o=n.find(">ul:first-child >li:eq("+r.next+")");var u=i.find(".slotholder");var a=o.find(".slotholder");n.find(".defaultimg").each(function(){var n=e(this);punchgs.TweenLite.killTweensOf(n,false);punchgs.TweenLite.set(n,{scale:1,rotationZ:0});punchgs.TweenLite.killTweensOf(n.data("kenburn img"),false);if(n.data("kenburn")!=t){n.data("kenburn").pause()}if(n.data("currotate")!=t&&n.data("bgposition")!=t&&n.data("curscale")!=t)punchgs.TweenLite.set(n,{rotation:n.data("currotate"),backgroundPosition:n.data("bgposition"),backgroundSize:n.data("curscale")});if(n!=t&&n.data("kenburn img")!=t&&n.data("kenburn img").length>0)punchgs.TweenLite.set(n.data("kenburn img"),{autoAlpha:0})})};var et=function(t,n){if(J()&&n.parallaxDisableOnMobile=="on")return false;t.find(">ul:first-child >li").each(function(){var t=e(this);for(var r=1;r<=10;r++)t.find(".rs-parallaxlevel-"+r).each(function(){var t=e(this);t.wrap('
    ')})});if(n.parallax=="mouse"||n.parallax=="scroll+mouse"||n.parallax=="mouse+scroll"){t.mouseenter(function(e){var n=t.find(".current-sr-slide-visible");var r=t.offset().top,i=t.offset().left,s=e.pageX-i,o=e.pageY-r;n.data("enterx",s);n.data("entery",o)});t.on("mousemove.hoverdir, mouseleave.hoverdir",function(r){var i=t.find(".current-sr-slide-visible");switch(r.type){case"mousemove":var s=t.offset().top,o=t.offset().left,u=i.data("enterx"),a=i.data("entery"),f=u-(r.pageX-o),l=a-(r.pageY-s);i.find(".tp-parallax-container").each(function(){var t=e(this),r=parseInt(t.data("parallaxlevel"),0)/100,i=f*r,s=l*r;if(n.parallax=="scroll+mouse"||n.parallax=="mouse+scroll")punchgs.TweenLite.to(t,.4,{force3D:"auto",x:i,ease:punchgs.Power3.easeOut,overwrite:"all"});else punchgs.TweenLite.to(t,.4,{force3D:"auto",x:i,y:s,ease:punchgs.Power3.easeOut,overwrite:"all"})});break;case"mouseleave":i.find(".tp-parallax-container").each(function(){var t=e(this);if(n.parallax=="scroll+mouse"||n.parallax=="mouse+scroll")punchgs.TweenLite.to(t,1.5,{force3D:"auto",x:0,ease:punchgs.Power3.easeOut});else punchgs.TweenLite.to(t,1.5,{force3D:"auto",x:0,y:0,ease:punchgs.Power3.easeOut})});break}});if(J())window.ondeviceorientation=function(n){var r=Math.round(n.beta||0),i=Math.round(n.gamma||0);var s=t.find(".current-sr-slide-visible");if(e(window).width()>e(window).height()){var o=i;i=r;r=o}var u=360/t.width()*i,a=180/t.height()*r;s.find(".tp-parallax-container").each(function(){var t=e(this),n=parseInt(t.data("parallaxlevel"),0)/100,r=u*n,i=a*n;punchgs.TweenLite.to(t,.2,{force3D:"auto",x:r,y:i,ease:punchgs.Power3.easeOut})})}}if(n.parallax=="scroll"||n.parallax=="scroll+mouse"||n.parallax=="mouse+scroll"){e(window).on("scroll",function(e){tt(t,n)})}};var tt=function(t,n){if(J()&&n.parallaxDisableOnMobile=="on")return false;var r=t.offset().top,i=e(window).scrollTop(),s=r+t.height()/2,o=r+t.height()/2-i,u=e(window).height()/2,a=u-o;if(s
    ')}var s=i.find(".tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer");var o=s.parent();o.width(r.thumbWidth*r.thumbAmount);o.height(r.thumbHeight);o.parent().width(r.thumbWidth*r.thumbAmount);o.parent().height(r.thumbHeight);n.find(">ul:first >li").each(function(e){var i=n.find(">ul:first >li:eq("+e+")");var o=i.find(".defaultimg").css("backgroundColor");if(i.data("thumb")!=t)var u=i.data("thumb");else var u=i.find("img:first").attr("src");s.append('
    ');var a=s.find(".bullet:first")});var u=10;s.find(".bullet").each(function(t){var i=e(this);if(t==r.slideamount-1)i.addClass("last");if(t==0)i.addClass("first");i.width(r.thumbWidth);i.height(r.thumbHeight);if(uul:first >li").length;var l=s.parent().width();r.thumbWidth=u;if(lul:first >li").length,a=u-s+15,f=a/s;t.addClass("over");i=i-30;var l=0-i*f;if(l>0)l=0;if(l<0-u+s)l=0-u+s;it(t,l,200)});s.parent().mousemove(function(){var t=e(this),r=t.offset(),i=e("body").data("mousex")-r.left,s=t.width(),o=t.find(".bullet:first").outerWidth(true),u=o*n.find(">ul:first >li").length-1,a=u-s+15,f=a/s;i=i-3;if(i<6)i=0;if(i+3>s-6)i=s;var l=0-i*f;if(l>0)l=0;if(l<0-u+s)l=0-u+s;it(t,l,0)});s.parent().mouseleave(function(){var t=e(this);t.removeClass("over");rt(n)})}};var rt=function(e){var t=e.parent().find(".tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer"),n=t.parent(),r=n.offset(),i=n.find(".bullet:first").outerWidth(true),s=n.find(".bullet.selected").index()*i,o=n.width(),i=n.find(".bullet:first").outerWidth(true),u=i*e.find(">ul:first >li").length,a=u-o,f=a/o,l=0-s;if(l>0)l=0;if(l<0-u+o)l=0-u+o;if(!n.hasClass("over")){it(n,l,200)}};var it=function(e,t,n){punchgs.TweenLite.to(e.find(".tp-thumbcontainer"),.2,{force3D:"auto",left:t,ease:punchgs.Power3.easeOut,overwrite:"auto"})}})(jQuery) \ No newline at end of file diff --git a/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.tools.min.js b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.tools.min.js new file mode 100644 index 00000000..2b13a235 --- /dev/null +++ b/web/bundles/_X_app/vendor/rs-plugin/js/jquery.themepunch.tools.min.js @@ -0,0 +1,142 @@ + + +/******************************************** + - THEMEPUNCH TOOLS Ver. 1.0 - + Last Update of Tools 17.11.2014 +*********************************************/ + + +/* +* @fileOverview TouchSwipe - jQuery Plugin +* @version 1.6.6 +* +* @author Matt Bryson http://www.github.com/mattbryson +* @see https://github.com/mattbryson/TouchSwipe-Jquery-Plugin +* @see http://labs.skinkers.com/touchSwipe/ +* @see http://plugins.jquery.com/project/touchSwipe +* +* Copyright (c) 2010 Matt Bryson +* Dual licensed under the MIT or GPL Version 2 licenses. +* +*/ +(function(a){if(typeof define==="function"&&define.amd&&define.amd.jQuery){define(["jquery"],a)}else{a(jQuery)}}(function(f){var p="left",o="right",e="up",x="down",c="in",z="out",m="none",s="auto",l="swipe",t="pinch",A="tap",j="doubletap",b="longtap",y="hold",D="horizontal",u="vertical",i="all",r=10,g="start",k="move",h="end",q="cancel",a="ontouchstart" in window,v=window.navigator.msPointerEnabled&&!window.navigator.pointerEnabled,d=window.navigator.pointerEnabled||window.navigator.msPointerEnabled,B="TouchSwipe";var n={fingers:1,threshold:75,cancelThreshold:null,pinchThreshold:20,maxTimeThreshold:null,fingerReleaseThreshold:250,longTapThreshold:500,doubleTapThreshold:200,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,pinchIn:null,pinchOut:null,pinchStatus:null,click:null,tap:null,doubleTap:null,longTap:null,hold:null,triggerOnTouchEnd:true,triggerOnTouchLeave:false,allowPageScroll:"auto",fallbackToMouseEvents:true,excludedElements:"label, button, input, select, textarea, a, .noSwipe"};f.fn.swipe=function(G){var F=f(this),E=F.data(B);if(E&&typeof G==="string"){if(E[G]){return E[G].apply(this,Array.prototype.slice.call(arguments,1))}else{f.error("Method "+G+" does not exist on jQuery.swipe")}}else{if(!E&&(typeof G==="object"||!G)){return w.apply(this,arguments)}}return F};f.fn.swipe.defaults=n;f.fn.swipe.phases={PHASE_START:g,PHASE_MOVE:k,PHASE_END:h,PHASE_CANCEL:q};f.fn.swipe.directions={LEFT:p,RIGHT:o,UP:e,DOWN:x,IN:c,OUT:z};f.fn.swipe.pageScroll={NONE:m,HORIZONTAL:D,VERTICAL:u,AUTO:s};f.fn.swipe.fingers={ONE:1,TWO:2,THREE:3,ALL:i};function w(E){if(E&&(E.allowPageScroll===undefined&&(E.swipe!==undefined||E.swipeStatus!==undefined))){E.allowPageScroll=m}if(E.click!==undefined&&E.tap===undefined){E.tap=E.click}if(!E){E={}}E=f.extend({},f.fn.swipe.defaults,E);return this.each(function(){var G=f(this);var F=G.data(B);if(!F){F=new C(this,E);G.data(B,F)}})}function C(a4,av){var az=(a||d||!av.fallbackToMouseEvents),J=az?(d?(v?"MSPointerDown":"pointerdown"):"touchstart"):"mousedown",ay=az?(d?(v?"MSPointerMove":"pointermove"):"touchmove"):"mousemove",U=az?(d?(v?"MSPointerUp":"pointerup"):"touchend"):"mouseup",S=az?null:"mouseleave",aD=(d?(v?"MSPointerCancel":"pointercancel"):"touchcancel");var ag=0,aP=null,ab=0,a1=0,aZ=0,G=1,aq=0,aJ=0,M=null;var aR=f(a4);var Z="start";var W=0;var aQ=null;var T=0,a2=0,a5=0,ad=0,N=0;var aW=null,af=null;try{aR.bind(J,aN);aR.bind(aD,a9)}catch(ak){f.error("events not supported "+J+","+aD+" on jQuery.swipe")}this.enable=function(){aR.bind(J,aN);aR.bind(aD,a9);return aR};this.disable=function(){aK();return aR};this.destroy=function(){aK();aR.data(B,null);return aR};this.option=function(bc,bb){if(av[bc]!==undefined){if(bb===undefined){return av[bc]}else{av[bc]=bb}}else{f.error("Option "+bc+" does not exist on jQuery.swipe.options")}return null};function aN(bd){if(aB()){return}if(f(bd.target).closest(av.excludedElements,aR).length>0){return}var be=bd.originalEvent?bd.originalEvent:bd;var bc,bb=a?be.touches[0]:be;Z=g;if(a){W=be.touches.length}else{bd.preventDefault()}ag=0;aP=null;aJ=null;ab=0;a1=0;aZ=0;G=1;aq=0;aQ=aj();M=aa();R();if(!a||(W===av.fingers||av.fingers===i)||aX()){ai(0,bb);T=at();if(W==2){ai(1,be.touches[1]);a1=aZ=au(aQ[0].start,aQ[1].start)}if(av.swipeStatus||av.pinchStatus){bc=O(be,Z)}}else{bc=false}if(bc===false){Z=q;O(be,Z);return bc}else{if(av.hold){af=setTimeout(f.proxy(function(){aR.trigger("hold",[be.target]);if(av.hold){bc=av.hold.call(aR,be,be.target)}},this),av.longTapThreshold)}ao(true)}return null}function a3(be){var bh=be.originalEvent?be.originalEvent:be;if(Z===h||Z===q||am()){return}var bd,bc=a?bh.touches[0]:bh;var bf=aH(bc);a2=at();if(a){W=bh.touches.length}if(av.hold){clearTimeout(af)}Z=k;if(W==2){if(a1==0){ai(1,bh.touches[1]);a1=aZ=au(aQ[0].start,aQ[1].start)}else{aH(bh.touches[1]);aZ=au(aQ[0].end,aQ[1].end);aJ=ar(aQ[0].end,aQ[1].end)}G=a7(a1,aZ);aq=Math.abs(a1-aZ)}if((W===av.fingers||av.fingers===i)||!a||aX()){aP=aL(bf.start,bf.end);al(be,aP);ag=aS(bf.start,bf.end);ab=aM();aI(aP,ag);if(av.swipeStatus||av.pinchStatus){bd=O(bh,Z)}if(!av.triggerOnTouchEnd||av.triggerOnTouchLeave){var bb=true;if(av.triggerOnTouchLeave){var bg=aY(this);bb=E(bf.end,bg)}if(!av.triggerOnTouchEnd&&bb){Z=aC(k)}else{if(av.triggerOnTouchLeave&&!bb){Z=aC(h)}}if(Z==q||Z==h){O(bh,Z)}}}else{Z=q;O(bh,Z)}if(bd===false){Z=q;O(bh,Z)}}function L(bb){var bc=bb.originalEvent;if(a){if(bc.touches.length>0){F();return true}}if(am()){W=ad}a2=at();ab=aM();if(ba()||!an()){Z=q;O(bc,Z)}else{if(av.triggerOnTouchEnd||(av.triggerOnTouchEnd==false&&Z===k)){bb.preventDefault();Z=h;O(bc,Z)}else{if(!av.triggerOnTouchEnd&&a6()){Z=h;aF(bc,Z,A)}else{if(Z===k){Z=q;O(bc,Z)}}}}ao(false);return null}function a9(){W=0;a2=0;T=0;a1=0;aZ=0;G=1;R();ao(false)}function K(bb){var bc=bb.originalEvent;if(av.triggerOnTouchLeave){Z=aC(h);O(bc,Z)}}function aK(){aR.unbind(J,aN);aR.unbind(aD,a9);aR.unbind(ay,a3);aR.unbind(U,L);if(S){aR.unbind(S,K)}ao(false)}function aC(bf){var be=bf;var bd=aA();var bc=an();var bb=ba();if(!bd||bb){be=q}else{if(bc&&bf==k&&(!av.triggerOnTouchEnd||av.triggerOnTouchLeave)){be=h}else{if(!bc&&bf==h&&av.triggerOnTouchLeave){be=q}}}return be}function O(bd,bb){var bc=undefined;if(I()||V()){bc=aF(bd,bb,l)}else{if((P()||aX())&&bc!==false){bc=aF(bd,bb,t)}}if(aG()&&bc!==false){bc=aF(bd,bb,j)}else{if(ap()&&bc!==false){bc=aF(bd,bb,b)}else{if(ah()&&bc!==false){bc=aF(bd,bb,A)}}}if(bb===q){a9(bd)}if(bb===h){if(a){if(bd.touches.length==0){a9(bd)}}else{a9(bd)}}return bc}function aF(be,bb,bd){var bc=undefined;if(bd==l){aR.trigger("swipeStatus",[bb,aP||null,ag||0,ab||0,W,aQ]);if(av.swipeStatus){bc=av.swipeStatus.call(aR,be,bb,aP||null,ag||0,ab||0,W,aQ);if(bc===false){return false}}if(bb==h&&aV()){aR.trigger("swipe",[aP,ag,ab,W,aQ]);if(av.swipe){bc=av.swipe.call(aR,be,aP,ag,ab,W,aQ);if(bc===false){return false}}switch(aP){case p:aR.trigger("swipeLeft",[aP,ag,ab,W,aQ]);if(av.swipeLeft){bc=av.swipeLeft.call(aR,be,aP,ag,ab,W,aQ)}break;case o:aR.trigger("swipeRight",[aP,ag,ab,W,aQ]);if(av.swipeRight){bc=av.swipeRight.call(aR,be,aP,ag,ab,W,aQ)}break;case e:aR.trigger("swipeUp",[aP,ag,ab,W,aQ]);if(av.swipeUp){bc=av.swipeUp.call(aR,be,aP,ag,ab,W,aQ)}break;case x:aR.trigger("swipeDown",[aP,ag,ab,W,aQ]);if(av.swipeDown){bc=av.swipeDown.call(aR,be,aP,ag,ab,W,aQ)}break}}}if(bd==t){aR.trigger("pinchStatus",[bb,aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchStatus){bc=av.pinchStatus.call(aR,be,bb,aJ||null,aq||0,ab||0,W,G,aQ);if(bc===false){return false}}if(bb==h&&a8()){switch(aJ){case c:aR.trigger("pinchIn",[aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchIn){bc=av.pinchIn.call(aR,be,aJ||null,aq||0,ab||0,W,G,aQ)}break;case z:aR.trigger("pinchOut",[aJ||null,aq||0,ab||0,W,G,aQ]);if(av.pinchOut){bc=av.pinchOut.call(aR,be,aJ||null,aq||0,ab||0,W,G,aQ)}break}}}if(bd==A){if(bb===q||bb===h){clearTimeout(aW);clearTimeout(af);if(Y()&&!H()){N=at();aW=setTimeout(f.proxy(function(){N=null;aR.trigger("tap",[be.target]);if(av.tap){bc=av.tap.call(aR,be,be.target)}},this),av.doubleTapThreshold)}else{N=null;aR.trigger("tap",[be.target]);if(av.tap){bc=av.tap.call(aR,be,be.target)}}}}else{if(bd==j){if(bb===q||bb===h){clearTimeout(aW);N=null;aR.trigger("doubletap",[be.target]);if(av.doubleTap){bc=av.doubleTap.call(aR,be,be.target)}}}else{if(bd==b){if(bb===q||bb===h){clearTimeout(aW);N=null;aR.trigger("longtap",[be.target]);if(av.longTap){bc=av.longTap.call(aR,be,be.target)}}}}}return bc}function an(){var bb=true;if(av.threshold!==null){bb=ag>=av.threshold}return bb}function ba(){var bb=false;if(av.cancelThreshold!==null&&aP!==null){bb=(aT(aP)-ag)>=av.cancelThreshold}return bb}function ae(){if(av.pinchThreshold!==null){return aq>=av.pinchThreshold}return true}function aA(){var bb;if(av.maxTimeThreshold){if(ab>=av.maxTimeThreshold){bb=false}else{bb=true}}else{bb=true}return bb}function al(bb,bc){if(av.allowPageScroll===m||aX()){bb.preventDefault()}else{var bd=av.allowPageScroll===s;switch(bc){case p:if((av.swipeLeft&&bd)||(!bd&&av.allowPageScroll!=D)){bb.preventDefault()}break;case o:if((av.swipeRight&&bd)||(!bd&&av.allowPageScroll!=D)){bb.preventDefault()}break;case e:if((av.swipeUp&&bd)||(!bd&&av.allowPageScroll!=u)){bb.preventDefault()}break;case x:if((av.swipeDown&&bd)||(!bd&&av.allowPageScroll!=u)){bb.preventDefault()}break}}}function a8(){var bc=aO();var bb=X();var bd=ae();return bc&&bb&&bd}function aX(){return !!(av.pinchStatus||av.pinchIn||av.pinchOut)}function P(){return !!(a8()&&aX())}function aV(){var be=aA();var bg=an();var bd=aO();var bb=X();var bc=ba();var bf=!bc&&bb&&bd&&bg&&be;return bf}function V(){return !!(av.swipe||av.swipeStatus||av.swipeLeft||av.swipeRight||av.swipeUp||av.swipeDown)}function I(){return !!(aV()&&V())}function aO(){return((W===av.fingers||av.fingers===i)||!a)}function X(){return aQ[0].end.x!==0}function a6(){return !!(av.tap)}function Y(){return !!(av.doubleTap)}function aU(){return !!(av.longTap)}function Q(){if(N==null){return false}var bb=at();return(Y()&&((bb-N)<=av.doubleTapThreshold))}function H(){return Q()}function ax(){return((W===1||!a)&&(isNaN(ag)||agav.longTapThreshold)&&(ag=0)){return p}else{if((bd<=360)&&(bd>=315)){return p}else{if((bd>=135)&&(bd<=225)){return o}else{if((bd>45)&&(bd<135)){return x}else{return e}}}}}function at(){var bb=new Date();return bb.getTime()}function aY(bb){bb=f(bb);var bd=bb.offset();var bc={left:bd.left,right:bd.left+bb.outerWidth(),top:bd.top,bottom:bd.top+bb.outerHeight()};return bc}function E(bb,bc){return(bb.x>bc.left&&bb.xbc.top&&bb.ye;e++)r[s[e]]=r=r[s[e]]||{};return r},h=l("com.greensock"),_=1e-10,u=function(t){var e,i=[],s=t.length;for(e=0;e!==s;i.push(t[e++]));return i},m=function(){},f=function(){var t=Object.prototype.toString,e=t.call([]);return function(i){return null!=i&&(i instanceof Array||"object"==typeof i&&!!i.push&&t.call(i)===e)}}(),c={},p=function(s,r,n,a){this.sc=c[s]?c[s].sc:[],c[s]=this,this.gsClass=null,this.func=n;var o=[];this.check=function(h){for(var _,u,m,f,d=r.length,v=d;--d>-1;)(_=c[r[d]]||new p(r[d],[])).gsClass?(o[d]=_.gsClass,v--):h&&_.sc.push(this);if(0===v&&n)for(u=("com.greensock."+s).split("."),m=u.pop(),f=l(u.join("."))[m]=this.gsClass=n.apply(n,o),a&&(i[m]=f,"function"==typeof define&&define.amd?define((t.GreenSockAMDPath?t.GreenSockAMDPath+"/":"")+s.split(".").pop(),[],function(){return f}):s===e&&"undefined"!=typeof module&&module.exports&&(module.exports=f)),d=0;this.sc.length>d;d++)this.sc[d].check()},this.check(!0)},d=t._gsDefine=function(t,e,i,s){return new p(t,e,i,s)},v=h._class=function(t,e,i){return e=e||function(){},d(t,[],function(){return e},i),e};d.globals=i;var g=[0,0,1,1],T=[],y=v("easing.Ease",function(t,e,i,s){this._func=t,this._type=i||0,this._power=s||0,this._params=e?g.concat(e):g},!0),w=y.map={},P=y.register=function(t,e,i,s){for(var r,n,a,o,l=e.split(","),_=l.length,u=(i||"easeIn,easeOut,easeInOut").split(",");--_>-1;)for(n=l[_],r=s?v("easing."+n,null,!0):h.easing[n]||{},a=u.length;--a>-1;)o=u[a],w[n+"."+o]=w[o+n]=r[o]=t.getRatio?t:t[o]||new t};for(n=y.prototype,n._calcEnd=!1,n.getRatio=function(t){if(this._func)return this._params[0]=t,this._func.apply(null,this._params);var e=this._type,i=this._power,s=1===e?1-t:2===e?t:.5>t?2*t:2*(1-t);return 1===i?s*=s:2===i?s*=s*s:3===i?s*=s*s*s:4===i&&(s*=s*s*s*s),1===e?1-s:2===e?s:.5>t?s/2:1-s/2},s=["Linear","Quad","Cubic","Quart","Quint,Strong"],r=s.length;--r>-1;)n=s[r]+",Power"+r,P(new y(null,null,1,r),n,"easeOut",!0),P(new y(null,null,2,r),n,"easeIn"+(0===r?",easeNone":"")),P(new y(null,null,3,r),n,"easeInOut");w.linear=h.easing.Linear.easeIn,w.swing=h.easing.Quad.easeInOut;var b=v("events.EventDispatcher",function(t){this._listeners={},this._eventTarget=t||this});n=b.prototype,n.addEventListener=function(t,e,i,s,r){r=r||0;var n,l,h=this._listeners[t],_=0;for(null==h&&(this._listeners[t]=h=[]),l=h.length;--l>-1;)n=h[l],n.c===e&&n.s===i?h.splice(l,1):0===_&&r>n.pr&&(_=l+1);h.splice(_,0,{c:e,s:i,up:s,pr:r}),this!==a||o||a.wake()},n.removeEventListener=function(t,e){var i,s=this._listeners[t];if(s)for(i=s.length;--i>-1;)if(s[i].c===e)return s.splice(i,1),void 0},n.dispatchEvent=function(t){var e,i,s,r=this._listeners[t];if(r)for(e=r.length,i=this._eventTarget;--e>-1;)s=r[e],s&&(s.up?s.c.call(s.s||i,{type:t,target:i}):s.c.call(s.s||i))};var k=t.requestAnimationFrame,A=t.cancelAnimationFrame,S=Date.now||function(){return(new Date).getTime()},x=S();for(s=["ms","moz","webkit","o"],r=s.length;--r>-1&&!k;)k=t[s[r]+"RequestAnimationFrame"],A=t[s[r]+"CancelAnimationFrame"]||t[s[r]+"CancelRequestAnimationFrame"];v("Ticker",function(t,e){var i,s,r,n,l,h=this,u=S(),f=e!==!1&&k,c=500,p=33,d=function(t){var e,a,o=S()-x;o>c&&(u+=o-p),x+=o,h.time=(x-u)/1e3,e=h.time-l,(!i||e>0||t===!0)&&(h.frame++,l+=e+(e>=n?.004:n-e),a=!0),t!==!0&&(r=s(d)),a&&h.dispatchEvent("tick")};b.call(h),h.time=h.frame=0,h.tick=function(){d(!0)},h.lagSmoothing=function(t,e){c=t||1/_,p=Math.min(e,c,0)},h.sleep=function(){null!=r&&(f&&A?A(r):clearTimeout(r),s=m,r=null,h===a&&(o=!1))},h.wake=function(){null!==r?h.sleep():h.frame>10&&(x=S()-c+5),s=0===i?m:f&&k?k:function(t){return setTimeout(t,0|1e3*(l-h.time)+1)},h===a&&(o=!0),d(2)},h.fps=function(t){return arguments.length?(i=t,n=1/(i||60),l=this.time+n,h.wake(),void 0):i},h.useRAF=function(t){return arguments.length?(h.sleep(),f=t,h.fps(i),void 0):f},h.fps(t),setTimeout(function(){f&&(!r||5>h.frame)&&h.useRAF(!1)},1500)}),n=h.Ticker.prototype=new h.events.EventDispatcher,n.constructor=h.Ticker;var R=v("core.Animation",function(t,e){if(this.vars=e=e||{},this._duration=this._totalDuration=t||0,this._delay=Number(e.delay)||0,this._timeScale=1,this._active=e.immediateRender===!0,this.data=e.data,this._reversed=e.reversed===!0,B){o||a.wake();var i=this.vars.useFrames?q:B;i.add(this,i._time),this.vars.paused&&this.paused(!0)}});a=R.ticker=new h.Ticker,n=R.prototype,n._dirty=n._gc=n._initted=n._paused=!1,n._totalTime=n._time=0,n._rawPrevTime=-1,n._next=n._last=n._onUpdate=n._timeline=n.timeline=null,n._paused=!1;var C=function(){o&&S()-x>2e3&&a.wake(),setTimeout(C,2e3)};C(),n.play=function(t,e){return null!=t&&this.seek(t,e),this.reversed(!1).paused(!1)},n.pause=function(t,e){return null!=t&&this.seek(t,e),this.paused(!0)},n.resume=function(t,e){return null!=t&&this.seek(t,e),this.paused(!1)},n.seek=function(t,e){return this.totalTime(Number(t),e!==!1)},n.restart=function(t,e){return this.reversed(!1).paused(!1).totalTime(t?-this._delay:0,e!==!1,!0)},n.reverse=function(t,e){return null!=t&&this.seek(t||this.totalDuration(),e),this.reversed(!0).paused(!1)},n.render=function(){},n.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,(this._gc||!this.timeline)&&this._enabled(!0),this},n.isActive=function(){var t,e=this._timeline,i=this._startTime;return!e||!this._gc&&!this._paused&&e.isActive()&&(t=e.rawTime())>=i&&i+this.totalDuration()/this._timeScale>t},n._enabled=function(t,e){return o||a.wake(),this._gc=!t,this._active=this.isActive(),e!==!0&&(t&&!this.timeline?this._timeline.add(this,this._startTime-this._delay):!t&&this.timeline&&this._timeline._remove(this,!0)),!1},n._kill=function(){return this._enabled(!1,!1)},n.kill=function(t,e){return this._kill(t,e),this},n._uncache=function(t){for(var e=t?this:this.timeline;e;)e._dirty=!0,e=e.timeline;return this},n._swapSelfInParams=function(t){for(var e=t.length,i=t.concat();--e>-1;)"{self}"===t[e]&&(i[e]=this);return i},n.eventCallback=function(t,e,i,s){if("on"===(t||"").substr(0,2)){var r=this.vars;if(1===arguments.length)return r[t];null==e?delete r[t]:(r[t]=e,r[t+"Params"]=f(i)&&-1!==i.join("").indexOf("{self}")?this._swapSelfInParams(i):i,r[t+"Scope"]=s),"onUpdate"===t&&(this._onUpdate=e)}return this},n.delay=function(t){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+t-this._delay),this._delay=t,this):this._delay},n.duration=function(t){return arguments.length?(this._duration=this._totalDuration=t,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._timethis._duration?this._duration:t,e)):this._time},n.totalTime=function(t,e,i){if(o||a.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(0>t&&!i&&(t+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var s=this._totalDuration,r=this._timeline;if(t>s&&!i&&(t=s),this._startTime=(this._paused?this._pauseTime:r._time)-(this._reversed?s-t:t)/this._timeScale,r._dirty||this._uncache(!1),r._timeline)for(;r._timeline;)r._timeline._time!==(r._startTime+r._totalTime)/r._timeScale&&r.totalTime(r._totalTime,!0),r=r._timeline}this._gc&&this._enabled(!0,!1),(this._totalTime!==t||0===this._duration)&&(this.render(t,e,!1),z.length&&M())}return this},n.progress=n.totalProgress=function(t,e){return arguments.length?this.totalTime(this.duration()*t,e):this._time/this.duration()},n.startTime=function(t){return arguments.length?(t!==this._startTime&&(this._startTime=t,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,t-this._delay)),this):this._startTime},n.endTime=function(t){return this._startTime+(0!=t?this.totalDuration():this.duration())/this._timeScale},n.timeScale=function(t){if(!arguments.length)return this._timeScale;if(t=t||_,this._timeline&&this._timeline.smoothChildTiming){var e=this._pauseTime,i=e||0===e?e:this._timeline.totalTime();this._startTime=i-(i-this._startTime)*this._timeScale/t}return this._timeScale=t,this._uncache(!1)},n.reversed=function(t){return arguments.length?(t!=this._reversed&&(this._reversed=t,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},n.paused=function(t){if(!arguments.length)return this._paused;if(t!=this._paused&&this._timeline){o||t||a.wake();var e=this._timeline,i=e.rawTime(),s=i-this._pauseTime;!t&&e.smoothChildTiming&&(this._startTime+=s,this._uncache(!1)),this._pauseTime=t?i:null,this._paused=t,this._active=this.isActive(),!t&&0!==s&&this._initted&&this.duration()&&this.render(e.smoothChildTiming?this._totalTime:(i-this._startTime)/this._timeScale,!0,!0)}return this._gc&&!t&&this._enabled(!0,!1),this};var D=v("core.SimpleTimeline",function(t){R.call(this,0,t),this.autoRemoveChildren=this.smoothChildTiming=!0});n=D.prototype=new R,n.constructor=D,n.kill()._gc=!1,n._first=n._last=n._recent=null,n._sortChildren=!1,n.add=n.insert=function(t,e){var i,s;if(t._startTime=Number(e||0)+t._delay,t._paused&&this!==t._timeline&&(t._pauseTime=t._startTime+(this.rawTime()-t._startTime)/t._timeScale),t.timeline&&t.timeline._remove(t,!0),t.timeline=t._timeline=this,t._gc&&t._enabled(!0,!0),i=this._last,this._sortChildren)for(s=t._startTime;i&&i._startTime>s;)i=i._prev;return i?(t._next=i._next,i._next=t):(t._next=this._first,this._first=t),t._next?t._next._prev=t:this._last=t,t._prev=i,this._recent=t,this._timeline&&this._uncache(!0),this},n._remove=function(t,e){return t.timeline===this&&(e||t._enabled(!1,!0),t._prev?t._prev._next=t._next:this._first===t&&(this._first=t._next),t._next?t._next._prev=t._prev:this._last===t&&(this._last=t._prev),t._next=t._prev=t.timeline=null,t===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},n.render=function(t,e,i){var s,r=this._first;for(this._totalTime=this._time=this._rawPrevTime=t;r;)s=r._next,(r._active||t>=r._startTime&&!r._paused)&&(r._reversed?r.render((r._dirty?r.totalDuration():r._totalDuration)-(t-r._startTime)*r._timeScale,e,i):r.render((t-r._startTime)*r._timeScale,e,i)),r=s},n.rawTime=function(){return o||a.wake(),this._totalTime};var I=v("TweenLite",function(e,i,s){if(R.call(this,i,s),this.render=I.prototype.render,null==e)throw"Cannot tween a null target.";this.target=e="string"!=typeof e?e:I.selector(e)||e;var r,n,a,o=e.jquery||e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType),l=this.vars.overwrite;if(this._overwrite=l=null==l?Q[I.defaultOverwrite]:"number"==typeof l?l>>0:Q[l],(o||e instanceof Array||e.push&&f(e))&&"number"!=typeof e[0])for(this._targets=a=u(e),this._propLookup=[],this._siblings=[],r=0;a.length>r;r++)n=a[r],n?"string"!=typeof n?n.length&&n!==t&&n[0]&&(n[0]===t||n[0].nodeType&&n[0].style&&!n.nodeType)?(a.splice(r--,1),this._targets=a=a.concat(u(n))):(this._siblings[r]=$(n,this,!1),1===l&&this._siblings[r].length>1&&H(n,this,null,1,this._siblings[r])):(n=a[r--]=I.selector(n),"string"==typeof n&&a.splice(r+1,1)):a.splice(r--,1);else this._propLookup={},this._siblings=$(e,this,!1),1===l&&this._siblings.length>1&&H(e,this,null,1,this._siblings);(this.vars.immediateRender||0===i&&0===this._delay&&this.vars.immediateRender!==!1)&&(this._time=-_,this.render(-this._delay))},!0),E=function(e){return e&&e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType)},O=function(t,e){var i,s={};for(i in t)G[i]||i in e&&"transform"!==i&&"x"!==i&&"y"!==i&&"width"!==i&&"height"!==i&&"className"!==i&&"border"!==i||!(!U[i]||U[i]&&U[i]._autoCSS)||(s[i]=t[i],delete t[i]);t.css=s};n=I.prototype=new R,n.constructor=I,n.kill()._gc=!1,n.ratio=0,n._firstPT=n._targets=n._overwrittenProps=n._startAt=null,n._notifyPluginsOfEnabled=n._lazy=!1,I.version="1.14.2",I.defaultEase=n._ease=new y(null,null,1,1),I.defaultOverwrite="auto",I.ticker=a,I.autoSleep=!0,I.lagSmoothing=function(t,e){a.lagSmoothing(t,e)},I.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(I.selector=i,i(e)):"undefined"==typeof document?e:document.querySelectorAll?document.querySelectorAll(e):document.getElementById("#"===e.charAt(0)?e.substr(1):e)};var z=[],L={},N=I._internals={isArray:f,isSelector:E,lazyTweens:z},U=I._plugins={},F=N.tweenLookup={},j=0,G=N.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1},Q={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,"true":1,"false":0},q=R._rootFramesTimeline=new D,B=R._rootTimeline=new D,M=N.lazyRender=function(){var t,e=z.length;for(L={};--e>-1;)t=z[e],t&&t._lazy!==!1&&(t.render(t._lazy[0],t._lazy[1],!0),t._lazy=!1);z.length=0};B._startTime=a.time,q._startTime=a.frame,B._active=q._active=!0,setTimeout(M,1),R._updateRoot=I.render=function(){var t,e,i;if(z.length&&M(),B.render((a.time-B._startTime)*B._timeScale,!1,!1),q.render((a.frame-q._startTime)*q._timeScale,!1,!1),z.length&&M(),!(a.frame%120)){for(i in F){for(e=F[i].tweens,t=e.length;--t>-1;)e[t]._gc&&e.splice(t,1);0===e.length&&delete F[i]}if(i=B._first,(!i||i._paused)&&I.autoSleep&&!q._first&&1===a._listeners.tick.length){for(;i&&i._paused;)i=i._next;i||a.sleep()}}},a.addEventListener("tick",R._updateRoot);var $=function(t,e,i){var s,r,n=t._gsTweenID;if(F[n||(t._gsTweenID=n="t"+j++)]||(F[n]={target:t,tweens:[]}),e&&(s=F[n].tweens,s[r=s.length]=e,i))for(;--r>-1;)s[r]===e&&s.splice(r,1);return F[n].tweens},K=function(t,e,i,s){var r,n,a=t.vars.onOverwrite;return a&&(r=a(t,e,i,s)),a=I.onOverwrite,a&&(n=a(t,e,i,s)),r!==!1&&n!==!1},H=function(t,e,i,s,r){var n,a,o,l;if(1===s||s>=4){for(l=r.length,n=0;l>n;n++)if((o=r[n])!==e)o._gc||K(o,e)&&o._enabled(!1,!1)&&(a=!0);else if(5===s)break;return a}var h,u=e._startTime+_,m=[],f=0,c=0===e._duration;for(n=r.length;--n>-1;)(o=r[n])===e||o._gc||o._paused||(o._timeline!==e._timeline?(h=h||J(e,0,c),0===J(o,h,c)&&(m[f++]=o)):u>=o._startTime&&o._startTime+o.totalDuration()/o._timeScale>u&&((c||!o._initted)&&2e-10>=u-o._startTime||(m[f++]=o)));for(n=f;--n>-1;)if(o=m[n],2===s&&o._kill(i,t,e)&&(a=!0),2!==s||!o._firstPT&&o._initted){if(2!==s&&!K(o,e))continue;o._enabled(!1,!1)&&(a=!0)}return a},J=function(t,e,i){for(var s=t._timeline,r=s._timeScale,n=t._startTime;s._timeline;){if(n+=s._startTime,r*=s._timeScale,s._paused)return-100;s=s._timeline}return n/=r,n>e?n-e:i&&n===e||!t._initted&&2*_>n-e?_:(n+=t.totalDuration()/t._timeScale/r)>e+_?0:n-e-_};n._init=function(){var t,e,i,s,r,n=this.vars,a=this._overwrittenProps,o=this._duration,l=!!n.immediateRender,h=n.ease;if(n.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),r={};for(s in n.startAt)r[s]=n.startAt[s];if(r.overwrite=!1,r.immediateRender=!0,r.lazy=l&&n.lazy!==!1,r.startAt=r.delay=null,this._startAt=I.to(this.target,0,r),l)if(this._time>0)this._startAt=null;else if(0!==o)return}else if(n.runBackwards&&0!==o)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(l=!1),i={};for(s in n)G[s]&&"autoCSS"!==s||(i[s]=n[s]);if(i.overwrite=0,i.data="isFromStart",i.lazy=l&&n.lazy!==!1,i.immediateRender=l,this._startAt=I.to(this.target,0,i),l){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=h=h?h instanceof y?h:"function"==typeof h?new y(h,n.easeParams):w[h]||I.defaultEase:I.defaultEase,n.easeParams instanceof Array&&h.config&&(this._ease=h.config.apply(h,n.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(t=this._targets.length;--t>-1;)this._initProps(this._targets[t],this._propLookup[t]={},this._siblings[t],a?a[t]:null)&&(e=!0);else e=this._initProps(this.target,this._propLookup,this._siblings,a);if(e&&I._onPluginEvent("_onInitAllProps",this),a&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),n.runBackwards)for(i=this._firstPT;i;)i.s+=i.c,i.c=-i.c,i=i._next;this._onUpdate=n.onUpdate,this._initted=!0},n._initProps=function(e,i,s,r){var n,a,o,l,h,_;if(null==e)return!1;L[e._gsTweenID]&&M(),this.vars.css||e.style&&e!==t&&e.nodeType&&U.css&&this.vars.autoCSS!==!1&&O(this.vars,e);for(n in this.vars){if(_=this.vars[n],G[n])_&&(_ instanceof Array||_.push&&f(_))&&-1!==_.join("").indexOf("{self}")&&(this.vars[n]=_=this._swapSelfInParams(_,this));else if(U[n]&&(l=new U[n])._onInitTween(e,this.vars[n],this)){for(this._firstPT=h={_next:this._firstPT,t:l,p:"setRatio",s:0,c:1,f:!0,n:n,pg:!0,pr:l._priority},a=l._overwriteProps.length;--a>-1;)i[l._overwriteProps[a]]=this._firstPT;(l._priority||l._onInitAllProps)&&(o=!0),(l._onDisable||l._onEnable)&&(this._notifyPluginsOfEnabled=!0)}else this._firstPT=i[n]=h={_next:this._firstPT,t:e,p:n,f:"function"==typeof e[n],n:n,pg:!1,pr:0},h.s=h.f?e[n.indexOf("set")||"function"!=typeof e["get"+n.substr(3)]?n:"get"+n.substr(3)]():parseFloat(e[n]),h.c="string"==typeof _&&"="===_.charAt(1)?parseInt(_.charAt(0)+"1",10)*Number(_.substr(2)):Number(_)-h.s||0;h&&h._next&&(h._next._prev=h)}return r&&this._kill(r,e)?this._initProps(e,i,s,r):this._overwrite>1&&this._firstPT&&s.length>1&&H(e,this,i,this._overwrite,s)?(this._kill(i,e),this._initProps(e,i,s,r)):(this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration)&&(L[e._gsTweenID]=!0),o)},n.render=function(t,e,i){var s,r,n,a,o=this._time,l=this._duration,h=this._rawPrevTime;if(t>=l)this._totalTime=this._time=l,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(s=!0,r="onComplete"),0===l&&(this._initted||!this.vars.lazy||i)&&(this._startTime===this._timeline._duration&&(t=0),(0===t||0>h||h===_)&&h!==t&&(i=!0,h>_&&(r="onReverseComplete")),this._rawPrevTime=a=!e||t||h===t?t:_);else if(1e-7>t)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==o||0===l&&h>0&&h!==_)&&(r="onReverseComplete",s=this._reversed),0>t&&(this._active=!1,0===l&&(this._initted||!this.vars.lazy||i)&&(h>=0&&(i=!0),this._rawPrevTime=a=!e||t||h===t?t:_)),this._initted||(i=!0);else if(this._totalTime=this._time=t,this._easeType){var u=t/l,m=this._easeType,f=this._easePower;(1===m||3===m&&u>=.5)&&(u=1-u),3===m&&(u*=2),1===f?u*=u:2===f?u*=u*u:3===f?u*=u*u*u:4===f&&(u*=u*u*u*u),this.ratio=1===m?1-u:2===m?u:.5>t/l?u/2:1-u/2}else this.ratio=this._ease.getRatio(t/l);if(this._time!==o||i){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!i&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=o,this._rawPrevTime=h,z.push(this),this._lazy=[t,e],void 0;this._time&&!s?this.ratio=this._ease.getRatio(this._time/l):s&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==o&&t>=0&&(this._active=!0),0===o&&(this._startAt&&(t>=0?this._startAt.render(t,e,i):r||(r="_dummyGS")),this.vars.onStart&&(0!==this._time||0===l)&&(e||this.vars.onStart.apply(this.vars.onStartScope||this,this.vars.onStartParams||T))),n=this._firstPT;n;)n.f?n.t[n.p](n.c*this.ratio+n.s):n.t[n.p]=n.c*this.ratio+n.s,n=n._next;this._onUpdate&&(0>t&&this._startAt&&t!==-1e-4&&this._startAt.render(t,e,i),e||(this._time!==o||s)&&this._onUpdate.apply(this.vars.onUpdateScope||this,this.vars.onUpdateParams||T)),r&&(!this._gc||i)&&(0>t&&this._startAt&&!this._onUpdate&&t!==-1e-4&&this._startAt.render(t,e,i),s&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[r]&&this.vars[r].apply(this.vars[r+"Scope"]||this,this.vars[r+"Params"]||T),0===l&&this._rawPrevTime===_&&a!==_&&(this._rawPrevTime=0))}},n._kill=function(t,e,i){if("all"===t&&(t=null),null==t&&(null==e||e===this.target))return this._lazy=!1,this._enabled(!1,!1);e="string"!=typeof e?e||this._targets||this.target:I.selector(e)||e;var s,r,n,a,o,l,h,_,u;if((f(e)||E(e))&&"number"!=typeof e[0])for(s=e.length;--s>-1;)this._kill(t,e[s])&&(l=!0);else{if(this._targets){for(s=this._targets.length;--s>-1;)if(e===this._targets[s]){o=this._propLookup[s]||{},this._overwrittenProps=this._overwrittenProps||[],r=this._overwrittenProps[s]=t?this._overwrittenProps[s]||{}:"all";break}}else{if(e!==this.target)return!1;o=this._propLookup,r=this._overwrittenProps=t?this._overwrittenProps||{}:"all"}if(o){if(h=t||o,_=t!==r&&"all"!==r&&t!==o&&("object"!=typeof t||!t._tempKill),i&&(I.onOverwrite||this.vars.onOverwrite)){for(n in h)o[n]&&(u||(u=[]),u.push(n));if(!K(this,i,e,u))return!1}for(n in h)(a=o[n])&&(a.pg&&a.t._kill(h)&&(l=!0),a.pg&&0!==a.t._overwriteProps.length||(a._prev?a._prev._next=a._next:a===this._firstPT&&(this._firstPT=a._next),a._next&&(a._next._prev=a._prev),a._next=a._prev=null),delete o[n]),_&&(r[n]=1);!this._firstPT&&this._initted&&this._enabled(!1,!1)}}return l},n.invalidate=function(){return this._notifyPluginsOfEnabled&&I._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],R.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-_,this.render(-this._delay)),this},n._enabled=function(t,e){if(o||a.wake(),t&&this._gc){var i,s=this._targets;if(s)for(i=s.length;--i>-1;)this._siblings[i]=$(s[i],this,!0);else this._siblings=$(this.target,this,!0)}return R.prototype._enabled.call(this,t,e),this._notifyPluginsOfEnabled&&this._firstPT?I._onPluginEvent(t?"_onEnable":"_onDisable",this):!1},I.to=function(t,e,i){return new I(t,e,i)},I.from=function(t,e,i){return i.runBackwards=!0,i.immediateRender=0!=i.immediateRender,new I(t,e,i)},I.fromTo=function(t,e,i,s){return s.startAt=i,s.immediateRender=0!=s.immediateRender&&0!=i.immediateRender,new I(t,e,s)},I.delayedCall=function(t,e,i,s,r){return new I(e,0,{delay:t,onComplete:e,onCompleteParams:i,onCompleteScope:s,onReverseComplete:e,onReverseCompleteParams:i,onReverseCompleteScope:s,immediateRender:!1,useFrames:r,overwrite:0})},I.set=function(t,e){return new I(t,0,e)},I.getTweensOf=function(t,e){if(null==t)return[];t="string"!=typeof t?t:I.selector(t)||t;var i,s,r,n;if((f(t)||E(t))&&"number"!=typeof t[0]){for(i=t.length,s=[];--i>-1;)s=s.concat(I.getTweensOf(t[i],e));for(i=s.length;--i>-1;)for(n=s[i],r=i;--r>-1;)n===s[r]&&s.splice(i,1)}else for(s=$(t).concat(),i=s.length;--i>-1;)(s[i]._gc||e&&!s[i].isActive())&&s.splice(i,1);return s},I.killTweensOf=I.killDelayedCallsTo=function(t,e,i){"object"==typeof e&&(i=e,e=!1);for(var s=I.getTweensOf(t,e),r=s.length;--r>-1;)s[r]._kill(i,t)};var V=v("plugins.TweenPlugin",function(t,e){this._overwriteProps=(t||"").split(","),this._propName=this._overwriteProps[0],this._priority=e||0,this._super=V.prototype},!0);if(n=V.prototype,V.version="1.10.1",V.API=2,n._firstPT=null,n._addTween=function(t,e,i,s,r,n){var a,o;return null!=s&&(a="number"==typeof s||"="!==s.charAt(1)?Number(s)-i:parseInt(s.charAt(0)+"1",10)*Number(s.substr(2)))?(this._firstPT=o={_next:this._firstPT,t:t,p:e,s:i,c:a,f:"function"==typeof t[e],n:r||e,r:n},o._next&&(o._next._prev=o),o):void 0},n.setRatio=function(t){for(var e,i=this._firstPT,s=1e-6;i;)e=i.c*t+i.s,i.r?e=Math.round(e):s>e&&e>-s&&(e=0),i.f?i.t[i.p](e):i.t[i.p]=e,i=i._next},n._kill=function(t){var e,i=this._overwriteProps,s=this._firstPT;if(null!=t[this._propName])this._overwriteProps=[];else for(e=i.length;--e>-1;)null!=t[i[e]]&&i.splice(e,1);for(;s;)null!=t[s.n]&&(s._next&&(s._next._prev=s._prev),s._prev?(s._prev._next=s._next,s._prev=null):this._firstPT===s&&(this._firstPT=s._next)),s=s._next;return!1},n._roundProps=function(t,e){for(var i=this._firstPT;i;)(t[this._propName]||null!=i.n&&t[i.n.split(this._propName+"_").join("")])&&(i.r=e),i=i._next},I._onPluginEvent=function(t,e){var i,s,r,n,a,o=e._firstPT;if("_onInitAllProps"===t){for(;o;){for(a=o._next,s=r;s&&s.pr>o.pr;)s=s._next;(o._prev=s?s._prev:n)?o._prev._next=o:r=o,(o._next=s)?s._prev=o:n=o,o=a}o=e._firstPT=r}for(;o;)o.pg&&"function"==typeof o.t[t]&&o.t[t]()&&(i=!0),o=o._next;return i},V.activate=function(t){for(var e=t.length;--e>-1;)t[e].API===V.API&&(U[(new t[e])._propName]=t[e]);return!0},d.plugin=function(t){if(!(t&&t.propName&&t.init&&t.API))throw"illegal plugin definition.";var e,i=t.propName,s=t.priority||0,r=t.overwriteProps,n={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_roundProps",initAll:"_onInitAllProps"},a=v("plugins."+i.charAt(0).toUpperCase()+i.substr(1)+"Plugin",function(){V.call(this,i,s),this._overwriteProps=r||[]},t.global===!0),o=a.prototype=new V(i);o.constructor=a,a.API=t.API;for(e in n)"function"==typeof t[e]&&(o[n[e]]=t[e]);return a.version=t.version,V.activate([a]),a},s=t._gsQueue){for(r=0;s.length>r;r++)s[r]();for(n in c)c[n].func||t.console.log("GSAP encountered missing dependency: com.greensock."+n)}o=!1}})("undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window,"TweenLite"); + +/*! + * VERSION: 1.14.2 + * DATE: 2014-10-18 + * UPDATES AND DOCS AT: http://www.greensock.com + * + * @license Copyright (c) 2008-2014, GreenSock. All rights reserved. + * This work is subject to the terms at http://www.greensock.com/terms_of_use.html or for + * Club GreenSock members, the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + */ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"],function(t,e,i){var s=function(t){e.call(this,t),this._labels={},this.autoRemoveChildren=this.vars.autoRemoveChildren===!0,this.smoothChildTiming=this.vars.smoothChildTiming===!0,this._sortChildren=!0,this._onUpdate=this.vars.onUpdate;var i,s,r=this.vars;for(s in r)i=r[s],o(i)&&-1!==i.join("").indexOf("{self}")&&(r[s]=this._swapSelfInParams(i));o(r.tweens)&&this.add(r.tweens,0,r.align,r.stagger)},r=1e-10,n=i._internals,a=n.isSelector,o=n.isArray,h=n.lazyTweens,l=n.lazyRender,_=[],u=_gsScope._gsDefine.globals,c=function(t){var e,i={};for(e in t)i[e]=t[e];return i},p=function(t,e,i,s){var r=t._timeline._totalTime;(e||!this._forcingPlayhead)&&(t._timeline.pause(t._startTime),e&&e.apply(s||t._timeline,i||_),this._forcingPlayhead&&t._timeline.seek(r))},f=function(t){var e,i=[],s=t.length;for(e=0;e!==s;i.push(t[e++]));return i},m=s.prototype=new e;return s.version="1.14.2",m.constructor=s,m.kill()._gc=m._forcingPlayhead=!1,m.to=function(t,e,s,r){var n=s.repeat&&u.TweenMax||i;return e?this.add(new n(t,e,s),r):this.set(t,s,r)},m.from=function(t,e,s,r){return this.add((s.repeat&&u.TweenMax||i).from(t,e,s),r)},m.fromTo=function(t,e,s,r,n){var a=r.repeat&&u.TweenMax||i;return e?this.add(a.fromTo(t,e,s,r),n):this.set(t,r,n)},m.staggerTo=function(t,e,r,n,o,h,l,_){var u,p=new s({onComplete:h,onCompleteParams:l,onCompleteScope:_,smoothChildTiming:this.smoothChildTiming});for("string"==typeof t&&(t=i.selector(t)||t),t=t||[],a(t)&&(t=f(t)),n=n||0,0>n&&(t=f(t),t.reverse(),n*=-1),u=0;t.length>u;u++)r.startAt&&(r.startAt=c(r.startAt)),p.to(t[u],e,c(r),u*n);return this.add(p,o)},m.staggerFrom=function(t,e,i,s,r,n,a,o){return i.immediateRender=0!=i.immediateRender,i.runBackwards=!0,this.staggerTo(t,e,i,s,r,n,a,o)},m.staggerFromTo=function(t,e,i,s,r,n,a,o,h){return s.startAt=i,s.immediateRender=0!=s.immediateRender&&0!=i.immediateRender,this.staggerTo(t,e,s,r,n,a,o,h)},m.call=function(t,e,s,r){return this.add(i.delayedCall(0,t,e,s),r)},m.set=function(t,e,s){return s=this._parseTimeOrLabel(s,0,!0),null==e.immediateRender&&(e.immediateRender=s===this._time&&!this._paused),this.add(new i(t,0,e),s)},s.exportRoot=function(t,e){t=t||{},null==t.smoothChildTiming&&(t.smoothChildTiming=!0);var r,n,a=new s(t),o=a._timeline;for(null==e&&(e=!0),o._remove(a,!0),a._startTime=0,a._rawPrevTime=a._time=a._totalTime=o._time,r=o._first;r;)n=r._next,e&&r instanceof i&&r.target===r.vars.onComplete||a.add(r,r._startTime-r._delay),r=n;return o.add(a,0),a},m.add=function(r,n,a,h){var l,_,u,c,p,f;if("number"!=typeof n&&(n=this._parseTimeOrLabel(n,0,!0,r)),!(r instanceof t)){if(r instanceof Array||r&&r.push&&o(r)){for(a=a||"normal",h=h||0,l=n,_=r.length,u=0;_>u;u++)o(c=r[u])&&(c=new s({tweens:c})),this.add(c,l),"string"!=typeof c&&"function"!=typeof c&&("sequence"===a?l=c._startTime+c.totalDuration()/c._timeScale:"start"===a&&(c._startTime-=c.delay())),l+=h;return this._uncache(!0)}if("string"==typeof r)return this.addLabel(r,n);if("function"!=typeof r)throw"Cannot add "+r+" into the timeline; it is not a tween, timeline, function, or string.";r=i.delayedCall(0,r)}if(e.prototype.add.call(this,r,n),(this._gc||this._time===this._duration)&&!this._paused&&this._durationr._startTime;p._timeline;)f&&p._timeline.smoothChildTiming?p.totalTime(p._totalTime,!0):p._gc&&p._enabled(!0,!1),p=p._timeline;return this},m.remove=function(e){if(e instanceof t)return this._remove(e,!1);if(e instanceof Array||e&&e.push&&o(e)){for(var i=e.length;--i>-1;)this.remove(e[i]);return this}return"string"==typeof e?this.removeLabel(e):this.kill(null,e)},m._remove=function(t,i){e.prototype._remove.call(this,t,i);var s=this._last;return s?this._time>s._startTime+s._totalDuration/s._timeScale&&(this._time=this.duration(),this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},m.append=function(t,e){return this.add(t,this._parseTimeOrLabel(null,e,!0,t))},m.insert=m.insertMultiple=function(t,e,i,s){return this.add(t,e||0,i,s)},m.appendMultiple=function(t,e,i,s){return this.add(t,this._parseTimeOrLabel(null,e,!0,t),i,s)},m.addLabel=function(t,e){return this._labels[t]=this._parseTimeOrLabel(e),this},m.addPause=function(t,e,i,s){return this.call(p,["{self}",e,i,s],this,t)},m.removeLabel=function(t){return delete this._labels[t],this},m.getLabelTime=function(t){return null!=this._labels[t]?this._labels[t]:-1},m._parseTimeOrLabel=function(e,i,s,r){var n;if(r instanceof t&&r.timeline===this)this.remove(r);else if(r&&(r instanceof Array||r.push&&o(r)))for(n=r.length;--n>-1;)r[n]instanceof t&&r[n].timeline===this&&this.remove(r[n]);if("string"==typeof i)return this._parseTimeOrLabel(i,s&&"number"==typeof e&&null==this._labels[i]?e-this.duration():0,s);if(i=i||0,"string"!=typeof e||!isNaN(e)&&null==this._labels[e])null==e&&(e=this.duration());else{if(n=e.indexOf("="),-1===n)return null==this._labels[e]?s?this._labels[e]=this.duration()+i:i:this._labels[e]+i;i=parseInt(e.charAt(n-1)+"1",10)*Number(e.substr(n+1)),e=n>1?this._parseTimeOrLabel(e.substr(0,n-1),0,s):this.duration()}return Number(e)+i},m.seek=function(t,e){return this.totalTime("number"==typeof t?t:this._parseTimeOrLabel(t),e!==!1)},m.stop=function(){return this.paused(!0)},m.gotoAndPlay=function(t,e){return this.play(t,e)},m.gotoAndStop=function(t,e){return this.pause(t,e)},m.render=function(t,e,i){this._gc&&this._enabled(!0,!1);var s,n,a,o,u,c=this._dirty?this.totalDuration():this._totalDuration,p=this._time,f=this._startTime,m=this._timeScale,d=this._paused;if(t>=c?(this._totalTime=this._time=c,this._reversed||this._hasPausedChild()||(n=!0,o="onComplete",0===this._duration&&(0===t||0>this._rawPrevTime||this._rawPrevTime===r)&&this._rawPrevTime!==t&&this._first&&(u=!0,this._rawPrevTime>r&&(o="onReverseComplete"))),this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,t=c+1e-4):1e-7>t?(this._totalTime=this._time=0,(0!==p||0===this._duration&&this._rawPrevTime!==r&&(this._rawPrevTime>0||0>t&&this._rawPrevTime>=0))&&(o="onReverseComplete",n=this._reversed),0>t?(this._active=!1,this._rawPrevTime>=0&&this._first&&(u=!0),this._rawPrevTime=t):(this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:r,t=0,this._initted||(u=!0))):this._totalTime=this._time=this._rawPrevTime=t,this._time!==p&&this._first||i||u){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==p&&t>0&&(this._active=!0),0===p&&this.vars.onStart&&0!==this._time&&(e||this.vars.onStart.apply(this.vars.onStartScope||this,this.vars.onStartParams||_)),this._time>=p)for(s=this._first;s&&(a=s._next,!this._paused||d);)(s._active||s._startTime<=this._time&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;else for(s=this._last;s&&(a=s._prev,!this._paused||d);)(s._active||p>=s._startTime&&!s._paused&&!s._gc)&&(s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,i):s.render((t-s._startTime)*s._timeScale,e,i)),s=a;this._onUpdate&&(e||(h.length&&l(),this._onUpdate.apply(this.vars.onUpdateScope||this,this.vars.onUpdateParams||_))),o&&(this._gc||(f===this._startTime||m!==this._timeScale)&&(0===this._time||c>=this.totalDuration())&&(n&&(h.length&&l(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[o]&&this.vars[o].apply(this.vars[o+"Scope"]||this,this.vars[o+"Params"]||_)))}},m._hasPausedChild=function(){for(var t=this._first;t;){if(t._paused||t instanceof s&&t._hasPausedChild())return!0;t=t._next}return!1},m.getChildren=function(t,e,s,r){r=r||-9999999999;for(var n=[],a=this._first,o=0;a;)r>a._startTime||(a instanceof i?e!==!1&&(n[o++]=a):(s!==!1&&(n[o++]=a),t!==!1&&(n=n.concat(a.getChildren(!0,e,s)),o=n.length))),a=a._next;return n},m.getTweensOf=function(t,e){var s,r,n=this._gc,a=[],o=0;for(n&&this._enabled(!0,!0),s=i.getTweensOf(t),r=s.length;--r>-1;)(s[r].timeline===this||e&&this._contains(s[r]))&&(a[o++]=s[r]);return n&&this._enabled(!1,!0),a},m.recent=function(){return this._recent},m._contains=function(t){for(var e=t.timeline;e;){if(e===this)return!0;e=e.timeline}return!1},m.shiftChildren=function(t,e,i){i=i||0;for(var s,r=this._first,n=this._labels;r;)r._startTime>=i&&(r._startTime+=t),r=r._next;if(e)for(s in n)n[s]>=i&&(n[s]+=t);return this._uncache(!0)},m._kill=function(t,e){if(!t&&!e)return this._enabled(!1,!1);for(var i=e?this.getTweensOf(e):this.getChildren(!0,!0,!1),s=i.length,r=!1;--s>-1;)i[s]._kill(t,e)&&(r=!0);return r},m.clear=function(t){var e=this.getChildren(!1,!0,!0),i=e.length;for(this._time=this._totalTime=0;--i>-1;)e[i]._enabled(!1,!1);return t!==!1&&(this._labels={}),this._uncache(!0)},m.invalidate=function(){for(var e=this._first;e;)e.invalidate(),e=e._next;return t.prototype.invalidate.call(this)},m._enabled=function(t,i){if(t===this._gc)for(var s=this._first;s;)s._enabled(t,!0),s=s._next;return e.prototype._enabled.call(this,t,i)},m.totalTime=function(){this._forcingPlayhead=!0;var e=t.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,e},m.duration=function(t){return arguments.length?(0!==this.duration()&&0!==t&&this.timeScale(this._duration/t),this):(this._dirty&&this.totalDuration(),this._duration)},m.totalDuration=function(t){if(!arguments.length){if(this._dirty){for(var e,i,s=0,r=this._last,n=999999999999;r;)e=r._prev,r._dirty&&r.totalDuration(),r._startTime>n&&this._sortChildren&&!r._paused?this.add(r,r._startTime-r._delay):n=r._startTime,0>r._startTime&&!r._paused&&(s-=r._startTime,this._timeline.smoothChildTiming&&(this._startTime+=r._startTime/this._timeScale),this.shiftChildren(-r._startTime,!1,-9999999999),n=0),i=r._startTime+r._totalDuration/r._timeScale,i>s&&(s=i),r=e;this._duration=this._totalDuration=s,this._dirty=!1}return this._totalDuration}return 0!==this.totalDuration()&&0!==t&&this.timeScale(this._totalDuration/t),this},m.usesFrames=function(){for(var e=this._timeline;e._timeline;)e=e._timeline;return e===t._rootFramesTimeline},m.rawTime=function(){return this._paused?this._totalTime:(this._timeline.rawTime()-this._startTime)*this._timeScale},s},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(require("./TweenLite.js"),module.exports=e())}("TimelineLite"); + +/*! + * VERSION: beta 1.9.4 + * DATE: 2014-07-17 + * UPDATES AND DOCS AT: http://www.greensock.com + * + * @license Copyright (c) 2008-2014, GreenSock. All rights reserved. + * This work is subject to the terms at http://www.greensock.com/terms_of_use.html or for + * Club GreenSock members, the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + **/ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("easing.Back",["easing.Ease"],function(t){var e,i,s,r=_gsScope.GreenSockGlobals||_gsScope,n=r.com.greensock,a=2*Math.PI,o=Math.PI/2,h=n._class,l=function(e,i){var s=h("easing."+e,function(){},!0),r=s.prototype=new t;return r.constructor=s,r.getRatio=i,s},_=t.register||function(){},u=function(t,e,i,s){var r=h("easing."+t,{easeOut:new e,easeIn:new i,easeInOut:new s},!0);return _(r,t),r},c=function(t,e,i){this.t=t,this.v=e,i&&(this.next=i,i.prev=this,this.c=i.v-e,this.gap=i.t-t)},p=function(e,i){var s=h("easing."+e,function(t){this._p1=t||0===t?t:1.70158,this._p2=1.525*this._p1},!0),r=s.prototype=new t;return r.constructor=s,r.getRatio=i,r.config=function(t){return new s(t)},s},f=u("Back",p("BackOut",function(t){return(t-=1)*t*((this._p1+1)*t+this._p1)+1}),p("BackIn",function(t){return t*t*((this._p1+1)*t-this._p1)}),p("BackInOut",function(t){return 1>(t*=2)?.5*t*t*((this._p2+1)*t-this._p2):.5*((t-=2)*t*((this._p2+1)*t+this._p2)+2)})),m=h("easing.SlowMo",function(t,e,i){e=e||0===e?e:.7,null==t?t=.7:t>1&&(t=1),this._p=1!==t?e:0,this._p1=(1-t)/2,this._p2=t,this._p3=this._p1+this._p2,this._calcEnd=i===!0},!0),d=m.prototype=new t;return d.constructor=m,d.getRatio=function(t){var e=t+(.5-t)*this._p;return this._p1>t?this._calcEnd?1-(t=1-t/this._p1)*t:e-(t=1-t/this._p1)*t*t*t*e:t>this._p3?this._calcEnd?1-(t=(t-this._p3)/this._p1)*t:e+(t-e)*(t=(t-this._p3)/this._p1)*t*t*t:this._calcEnd?1:e},m.ease=new m(.7,.7),d.config=m.config=function(t,e,i){return new m(t,e,i)},e=h("easing.SteppedEase",function(t){t=t||1,this._p1=1/t,this._p2=t+1},!0),d=e.prototype=new t,d.constructor=e,d.getRatio=function(t){return 0>t?t=0:t>=1&&(t=.999999999),(this._p2*t>>0)*this._p1},d.config=e.config=function(t){return new e(t)},i=h("easing.RoughEase",function(e){e=e||{};for(var i,s,r,n,a,o,h=e.taper||"none",l=[],_=0,u=0|(e.points||20),p=u,f=e.randomize!==!1,m=e.clamp===!0,d=e.template instanceof t?e.template:null,g="number"==typeof e.strength?.4*e.strength:.4;--p>-1;)i=f?Math.random():1/u*p,s=d?d.getRatio(i):i,"none"===h?r=g:"out"===h?(n=1-i,r=n*n*g):"in"===h?r=i*i*g:.5>i?(n=2*i,r=.5*n*n*g):(n=2*(1-i),r=.5*n*n*g),f?s+=Math.random()*r-.5*r:p%2?s+=.5*r:s-=.5*r,m&&(s>1?s=1:0>s&&(s=0)),l[_++]={x:i,y:s};for(l.sort(function(t,e){return t.x-e.x}),o=new c(1,1,null),p=u;--p>-1;)a=l[p],o=new c(a.x,a.y,o);this._prev=new c(0,0,0!==o.t?o:o.next)},!0),d=i.prototype=new t,d.constructor=i,d.getRatio=function(t){var e=this._prev;if(t>e.t){for(;e.next&&t>=e.t;)e=e.next;e=e.prev}else for(;e.prev&&e.t>=t;)e=e.prev;return this._prev=e,e.v+(t-e.t)/e.gap*e.c},d.config=function(t){return new i(t)},i.ease=new i,u("Bounce",l("BounceOut",function(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}),l("BounceIn",function(t){return 1/2.75>(t=1-t)?1-7.5625*t*t:2/2.75>t?1-(7.5625*(t-=1.5/2.75)*t+.75):2.5/2.75>t?1-(7.5625*(t-=2.25/2.75)*t+.9375):1-(7.5625*(t-=2.625/2.75)*t+.984375)}),l("BounceInOut",function(t){var e=.5>t;return t=e?1-2*t:2*t-1,t=1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375,e?.5*(1-t):.5*t+.5})),u("Circ",l("CircOut",function(t){return Math.sqrt(1-(t-=1)*t)}),l("CircIn",function(t){return-(Math.sqrt(1-t*t)-1)}),l("CircInOut",function(t){return 1>(t*=2)?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)})),s=function(e,i,s){var r=h("easing."+e,function(t,e){this._p1=t||1,this._p2=e||s,this._p3=this._p2/a*(Math.asin(1/this._p1)||0)},!0),n=r.prototype=new t;return n.constructor=r,n.getRatio=i,n.config=function(t,e){return new r(t,e)},r},u("Elastic",s("ElasticOut",function(t){return this._p1*Math.pow(2,-10*t)*Math.sin((t-this._p3)*a/this._p2)+1},.3),s("ElasticIn",function(t){return-(this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*a/this._p2))},.3),s("ElasticInOut",function(t){return 1>(t*=2)?-.5*this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*a/this._p2):.5*this._p1*Math.pow(2,-10*(t-=1))*Math.sin((t-this._p3)*a/this._p2)+1},.45)),u("Expo",l("ExpoOut",function(t){return 1-Math.pow(2,-10*t)}),l("ExpoIn",function(t){return Math.pow(2,10*(t-1))-.001}),l("ExpoInOut",function(t){return 1>(t*=2)?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*(t-1)))})),u("Sine",l("SineOut",function(t){return Math.sin(t*o)}),l("SineIn",function(t){return-Math.cos(t*o)+1}),l("SineInOut",function(t){return-.5*(Math.cos(Math.PI*t)-1)})),h("easing.EaseLookup",{find:function(e){return t.map[e]}},!0),_(r.SlowMo,"SlowMo","ease,"),_(i,"RoughEase","ease,"),_(e,"SteppedEase","ease,"),f},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(); + +/*! + * VERSION: 1.14.2 + * DATE: 2014-10-28 + * UPDATES AND DOCS AT: http://www.greensock.com + * + * @license Copyright (c) 2008-2014, GreenSock. All rights reserved. + * This work is subject to the terms at http://www.greensock.com/terms_of_use.html or for + * Club GreenSock members, the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + */ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(t,e){var i,r,s,n,a=function(){t.call(this,"css"),this._overwriteProps.length=0,this.setRatio=a.prototype.setRatio},o={},l=a.prototype=new t("css");l.constructor=a,a.version="1.14.2",a.API=2,a.defaultTransformPerspective=0,a.defaultSkewType="compensated",l="px",a.suffixMap={top:l,right:l,bottom:l,left:l,width:l,height:l,fontSize:l,padding:l,margin:l,perspective:l,lineHeight:""};var h,u,f,p,_,c,d=/(?:\d|\-\d|\.\d|\-\.\d)+/g,m=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,g=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,v=/(?![+-]?\d*\.?\d+|e[+-]\d+)[^0-9]/g,y=/(?:\d|\-|\+|=|#|\.)*/g,x=/opacity *= *([^)]*)/i,T=/opacity:([^;]*)/i,w=/alpha\(opacity *=.+?\)/i,b=/^(rgb|hsl)/,P=/([A-Z])/g,S=/-([a-z])/gi,R=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,C=function(t,e){return e.toUpperCase()},k=/(?:Left|Right|Width)/i,O=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,A=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,D=/,(?=[^\)]*(?:\(|$))/gi,M=Math.PI/180,L=180/Math.PI,N={},z=document,X=z.createElement("div"),I=z.createElement("img"),E=a._internals={_specialProps:o},F=navigator.userAgent,Y=function(){var t,e=F.indexOf("Android"),i=z.createElement("div");return f=-1!==F.indexOf("Safari")&&-1===F.indexOf("Chrome")&&(-1===e||Number(F.substr(e+8,1))>3),_=f&&6>Number(F.substr(F.indexOf("Version/")+8,1)),p=-1!==F.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(F)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(F))&&(c=parseFloat(RegExp.$1)),i.innerHTML="a",t=i.getElementsByTagName("a")[0],t?/^0.55/.test(t.style.opacity):!1}(),B=function(t){return x.test("string"==typeof t?t:(t.currentStyle?t.currentStyle.filter:t.style.filter)||"")?parseFloat(RegExp.$1)/100:1},U=function(t){window.console&&console.log(t)},j="",W="",V=function(t,e){e=e||X;var i,r,s=e.style;if(void 0!==s[t])return t;for(t=t.charAt(0).toUpperCase()+t.substr(1),i=["O","Moz","ms","Ms","Webkit"],r=5;--r>-1&&void 0===s[i[r]+t];);return r>=0?(W=3===r?"ms":i[r],j="-"+W.toLowerCase()+"-",W+t):null},q=z.defaultView?z.defaultView.getComputedStyle:function(){},H=a.getStyle=function(t,e,i,r,s){var n;return Y||"opacity"!==e?(!r&&t.style[e]?n=t.style[e]:(i=i||q(t))?n=i[e]||i.getPropertyValue(e)||i.getPropertyValue(e.replace(P,"-$1").toLowerCase()):t.currentStyle&&(n=t.currentStyle[e]),null==s||n&&"none"!==n&&"auto"!==n&&"auto auto"!==n?n:s):B(t)},G=E.convertToPixels=function(t,i,r,s,n){if("px"===s||!s)return r;if("auto"===s||!r)return 0;var o,l,h,u=k.test(i),f=t,p=X.style,_=0>r;if(_&&(r=-r),"%"===s&&-1!==i.indexOf("border"))o=r/100*(u?t.clientWidth:t.clientHeight);else{if(p.cssText="border:0 solid red;position:"+H(t,"position")+";line-height:0;","%"!==s&&f.appendChild)p[u?"borderLeftWidth":"borderTopWidth"]=r+s;else{if(f=t.parentNode||z.body,l=f._gsCache,h=e.ticker.frame,l&&u&&l.time===h)return l.width*r/100;p[u?"width":"height"]=r+s}f.appendChild(X),o=parseFloat(X[u?"offsetWidth":"offsetHeight"]),f.removeChild(X),u&&"%"===s&&a.cacheWidths!==!1&&(l=f._gsCache=f._gsCache||{},l.time=h,l.width=100*(o/r)),0!==o||n||(o=G(t,i,r,s,!0))}return _?-o:o},Q=E.calculateOffset=function(t,e,i){if("absolute"!==H(t,"position",i))return 0;var r="left"===e?"Left":"Top",s=H(t,"margin"+r,i);return t["offset"+r]-(G(t,e,parseFloat(s),s.replace(y,""))||0)},Z=function(t,e){var i,r,s={};if(e=e||q(t,null))if(i=e.length)for(;--i>-1;)s[e[i].replace(S,C)]=e.getPropertyValue(e[i]);else for(i in e)s[i]=e[i];else if(e=t.currentStyle||t.style)for(i in e)"string"==typeof i&&void 0===s[i]&&(s[i.replace(S,C)]=e[i]);return Y||(s.opacity=B(t)),r=Ae(t,e,!1),s.rotation=r.rotation,s.skewX=r.skewX,s.scaleX=r.scaleX,s.scaleY=r.scaleY,s.x=r.x,s.y=r.y,be&&(s.z=r.z,s.rotationX=r.rotationX,s.rotationY=r.rotationY,s.scaleZ=r.scaleZ),s.filters&&delete s.filters,s},$=function(t,e,i,r,s){var n,a,o,l={},h=t.style;for(a in i)"cssText"!==a&&"length"!==a&&isNaN(a)&&(e[a]!==(n=i[a])||s&&s[a])&&-1===a.indexOf("Origin")&&("number"==typeof n||"string"==typeof n)&&(l[a]="auto"!==n||"left"!==a&&"top"!==a?""!==n&&"auto"!==n&&"none"!==n||"string"!=typeof e[a]||""===e[a].replace(v,"")?n:0:Q(t,a),void 0!==h[a]&&(o=new fe(h,a,h[a],o)));if(r)for(a in r)"className"!==a&&(l[a]=r[a]);return{difs:l,firstMPT:o}},K={width:["Left","Right"],height:["Top","Bottom"]},J=["marginLeft","marginRight","marginTop","marginBottom"],te=function(t,e,i){var r=parseFloat("width"===e?t.offsetWidth:t.offsetHeight),s=K[e],n=s.length;for(i=i||q(t,null);--n>-1;)r-=parseFloat(H(t,"padding"+s[n],i,!0))||0,r-=parseFloat(H(t,"border"+s[n]+"Width",i,!0))||0;return r},ee=function(t,e){(null==t||""===t||"auto"===t||"auto auto"===t)&&(t="0 0");var i=t.split(" "),r=-1!==t.indexOf("left")?"0%":-1!==t.indexOf("right")?"100%":i[0],s=-1!==t.indexOf("top")?"0%":-1!==t.indexOf("bottom")?"100%":i[1];return null==s?s="0":"center"===s&&(s="50%"),("center"===r||isNaN(parseFloat(r))&&-1===(r+"").indexOf("="))&&(r="50%"),e&&(e.oxp=-1!==r.indexOf("%"),e.oyp=-1!==s.indexOf("%"),e.oxr="="===r.charAt(1),e.oyr="="===s.charAt(1),e.ox=parseFloat(r.replace(v,"")),e.oy=parseFloat(s.replace(v,""))),r+" "+s+(i.length>2?" "+i[2]:"")},ie=function(t,e){return"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2)):parseFloat(t)-parseFloat(e)},re=function(t,e){return null==t?e:"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2))+e:parseFloat(t)},se=function(t,e,i,r){var s,n,a,o,l=1e-6;return null==t?o=e:"number"==typeof t?o=t:(s=360,n=t.split("_"),a=Number(n[0].replace(v,""))*(-1===t.indexOf("rad")?1:L)-("="===t.charAt(1)?0:e),n.length&&(r&&(r[i]=e+a),-1!==t.indexOf("short")&&(a%=s,a!==a%(s/2)&&(a=0>a?a+s:a-s)),-1!==t.indexOf("_cw")&&0>a?a=(a+9999999999*s)%s-(0|a/s)*s:-1!==t.indexOf("ccw")&&a>0&&(a=(a-9999999999*s)%s-(0|a/s)*s)),o=e+a),l>o&&o>-l&&(o=0),o},ne={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},ae=function(t,e,i){return t=0>t?t+1:t>1?t-1:t,0|255*(1>6*t?e+6*(i-e)*t:.5>t?i:2>3*t?e+6*(i-e)*(2/3-t):e)+.5},oe=a.parseColor=function(t){var e,i,r,s,n,a;return t&&""!==t?"number"==typeof t?[t>>16,255&t>>8,255&t]:(","===t.charAt(t.length-1)&&(t=t.substr(0,t.length-1)),ne[t]?ne[t]:"#"===t.charAt(0)?(4===t.length&&(e=t.charAt(1),i=t.charAt(2),r=t.charAt(3),t="#"+e+e+i+i+r+r),t=parseInt(t.substr(1),16),[t>>16,255&t>>8,255&t]):"hsl"===t.substr(0,3)?(t=t.match(d),s=Number(t[0])%360/360,n=Number(t[1])/100,a=Number(t[2])/100,i=.5>=a?a*(n+1):a+n-a*n,e=2*a-i,t.length>3&&(t[3]=Number(t[3])),t[0]=ae(s+1/3,e,i),t[1]=ae(s,e,i),t[2]=ae(s-1/3,e,i),t):(t=t.match(d)||ne.transparent,t[0]=Number(t[0]),t[1]=Number(t[1]),t[2]=Number(t[2]),t.length>3&&(t[3]=Number(t[3])),t)):ne.black},le="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#.+?\\b";for(l in ne)le+="|"+l+"\\b";le=RegExp(le+")","gi");var he=function(t,e,i,r){if(null==t)return function(t){return t};var s,n=e?(t.match(le)||[""])[0]:"",a=t.split(n).join("").match(g)||[],o=t.substr(0,t.indexOf(a[0])),l=")"===t.charAt(t.length-1)?")":"",h=-1!==t.indexOf(" ")?" ":",",u=a.length,f=u>0?a[0].replace(d,""):"";return u?s=e?function(t){var e,p,_,c;if("number"==typeof t)t+=f;else if(r&&D.test(t)){for(c=t.replace(D,"|").split("|"),_=0;c.length>_;_++)c[_]=s(c[_]);return c.join(",")}if(e=(t.match(le)||[n])[0],p=t.split(e).join("").match(g)||[],_=p.length,u>_--)for(;u>++_;)p[_]=i?p[0|(_-1)/2]:a[_];return o+p.join(h)+h+e+l+(-1!==t.indexOf("inset")?" inset":"")}:function(t){var e,n,p;if("number"==typeof t)t+=f;else if(r&&D.test(t)){for(n=t.replace(D,"|").split("|"),p=0;n.length>p;p++)n[p]=s(n[p]);return n.join(",")}if(e=t.match(g)||[],p=e.length,u>p--)for(;u>++p;)e[p]=i?e[0|(p-1)/2]:a[p];return o+e.join(h)+l}:function(t){return t}},ue=function(t){return t=t.split(","),function(e,i,r,s,n,a,o){var l,h=(i+"").split(" ");for(o={},l=0;4>l;l++)o[t[l]]=h[l]=h[l]||h[(l-1)/2>>0];return s.parse(e,o,n,a)}},fe=(E._setPluginRatio=function(t){this.plugin.setRatio(t);for(var e,i,r,s,n=this.data,a=n.proxy,o=n.firstMPT,l=1e-6;o;)e=a[o.v],o.r?e=Math.round(e):l>e&&e>-l&&(e=0),o.t[o.p]=e,o=o._next;if(n.autoRotate&&(n.autoRotate.rotation=a.rotation),1===t)for(o=n.firstMPT;o;){if(i=o.t,i.type){if(1===i.type){for(s=i.xs0+i.s+i.xs1,r=1;i.l>r;r++)s+=i["xn"+r]+i["xs"+(r+1)];i.e=s}}else i.e=i.s+i.xs0;o=o._next}},function(t,e,i,r,s){this.t=t,this.p=e,this.v=i,this.r=s,r&&(r._prev=this,this._next=r)}),pe=(E._parseToProxy=function(t,e,i,r,s,n){var a,o,l,h,u,f=r,p={},_={},c=i._transform,d=N;for(i._transform=null,N=e,r=u=i.parse(t,e,r,s),N=d,n&&(i._transform=c,f&&(f._prev=null,f._prev&&(f._prev._next=null)));r&&r!==f;){if(1>=r.type&&(o=r.p,_[o]=r.s+r.c,p[o]=r.s,n||(h=new fe(r,"s",o,h,r.r),r.c=0),1===r.type))for(a=r.l;--a>0;)l="xn"+a,o=r.p+"_"+l,_[o]=r.data[l],p[o]=r[l],n||(h=new fe(r,l,o,h,r.rxp[l]));r=r._next}return{proxy:p,end:_,firstMPT:h,pt:u}},E.CSSPropTween=function(t,e,r,s,a,o,l,h,u,f,p){this.t=t,this.p=e,this.s=r,this.c=s,this.n=l||e,t instanceof pe||n.push(this.n),this.r=h,this.type=o||0,u&&(this.pr=u,i=!0),this.b=void 0===f?r:f,this.e=void 0===p?r+s:p,a&&(this._next=a,a._prev=this)}),_e=a.parseComplex=function(t,e,i,r,s,n,a,o,l,u){i=i||n||"",a=new pe(t,e,0,0,a,u?2:1,null,!1,o,i,r),r+="";var f,p,_,c,g,v,y,x,T,w,P,S,R=i.split(", ").join(",").split(" "),C=r.split(", ").join(",").split(" "),k=R.length,O=h!==!1;for((-1!==r.indexOf(",")||-1!==i.indexOf(","))&&(R=R.join(" ").replace(D,", ").split(" "),C=C.join(" ").replace(D,", ").split(" "),k=R.length),k!==C.length&&(R=(n||"").split(" "),k=R.length),a.plugin=l,a.setRatio=u,f=0;k>f;f++)if(c=R[f],g=C[f],x=parseFloat(c),x||0===x)a.appendXtra("",x,ie(g,x),g.replace(m,""),O&&-1!==g.indexOf("px"),!0);else if(s&&("#"===c.charAt(0)||ne[c]||b.test(c)))S=","===g.charAt(g.length-1)?"),":")",c=oe(c),g=oe(g),T=c.length+g.length>6,T&&!Y&&0===g[3]?(a["xs"+a.l]+=a.l?" transparent":"transparent",a.e=a.e.split(C[f]).join("transparent")):(Y||(T=!1),a.appendXtra(T?"rgba(":"rgb(",c[0],g[0]-c[0],",",!0,!0).appendXtra("",c[1],g[1]-c[1],",",!0).appendXtra("",c[2],g[2]-c[2],T?",":S,!0),T&&(c=4>c.length?1:c[3],a.appendXtra("",c,(4>g.length?1:g[3])-c,S,!1)));else if(v=c.match(d)){if(y=g.match(m),!y||y.length!==v.length)return a;for(_=0,p=0;v.length>p;p++)P=v[p],w=c.indexOf(P,_),a.appendXtra(c.substr(_,w-_),Number(P),ie(y[p],P),"",O&&"px"===c.substr(w+P.length,2),0===p),_=w+P.length;a["xs"+a.l]+=c.substr(_)}else a["xs"+a.l]+=a.l?" "+c:c;if(-1!==r.indexOf("=")&&a.data){for(S=a.xs0+a.data.s,f=1;a.l>f;f++)S+=a["xs"+f]+a.data["xn"+f];a.e=S+a["xs"+f]}return a.l||(a.type=-1,a.xs0=a.e),a.xfirst||a},ce=9;for(l=pe.prototype,l.l=l.pr=0;--ce>0;)l["xn"+ce]=0,l["xs"+ce]="";l.xs0="",l._next=l._prev=l.xfirst=l.data=l.plugin=l.setRatio=l.rxp=null,l.appendXtra=function(t,e,i,r,s,n){var a=this,o=a.l;return a["xs"+o]+=n&&o?" "+t:t||"",i||0===o||a.plugin?(a.l++,a.type=a.setRatio?2:1,a["xs"+a.l]=r||"",o>0?(a.data["xn"+o]=e+i,a.rxp["xn"+o]=s,a["xn"+o]=e,a.plugin||(a.xfirst=new pe(a,"xn"+o,e,i,a.xfirst||a,0,a.n,s,a.pr),a.xfirst.xs0=0),a):(a.data={s:e+i},a.rxp={},a.s=e,a.c=i,a.r=s,a)):(a["xs"+o]+=e+(r||""),a)};var de=function(t,e){e=e||{},this.p=e.prefix?V(t)||t:t,o[t]=o[this.p]=this,this.format=e.formatter||he(e.defaultValue,e.color,e.collapsible,e.multi),e.parser&&(this.parse=e.parser),this.clrs=e.color,this.multi=e.multi,this.keyword=e.keyword,this.dflt=e.defaultValue,this.pr=e.priority||0},me=E._registerComplexSpecialProp=function(t,e,i){"object"!=typeof e&&(e={parser:i});var r,s,n=t.split(","),a=e.defaultValue;for(i=i||[a],r=0;n.length>r;r++)e.prefix=0===r&&e.prefix,e.defaultValue=i[r]||a,s=new de(n[r],e)},ge=function(t){if(!o[t]){var e=t.charAt(0).toUpperCase()+t.substr(1)+"Plugin";me(t,{parser:function(t,i,r,s,n,a,l){var h=(_gsScope.GreenSockGlobals||_gsScope).com.greensock.plugins[e];return h?(h._cssRegister(),o[r].parse(t,i,r,s,n,a,l)):(U("Error: "+e+" js file not loaded."),n)}})}};l=de.prototype,l.parseComplex=function(t,e,i,r,s,n){var a,o,l,h,u,f,p=this.keyword;if(this.multi&&(D.test(i)||D.test(e)?(o=e.replace(D,"|").split("|"),l=i.replace(D,"|").split("|")):p&&(o=[e],l=[i])),l){for(h=l.length>o.length?l.length:o.length,a=0;h>a;a++)e=o[a]=o[a]||this.dflt,i=l[a]=l[a]||this.dflt,p&&(u=e.indexOf(p),f=i.indexOf(p),u!==f&&(i=-1===f?l:o,i[a]+=" "+p));e=o.join(", "),i=l.join(", ")}return _e(t,this.p,e,i,this.clrs,this.dflt,r,this.pr,s,n)},l.parse=function(t,e,i,r,n,a){return this.parseComplex(t.style,this.format(H(t,this.p,s,!1,this.dflt)),this.format(e),n,a)},a.registerSpecialProp=function(t,e,i){me(t,{parser:function(t,r,s,n,a,o){var l=new pe(t,s,0,0,a,2,s,!1,i);return l.plugin=o,l.setRatio=e(t,r,n._tween,s),l},priority:i})};var ve,ye="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),xe=V("transform"),Te=j+"transform",we=V("transformOrigin"),be=null!==V("perspective"),Pe=E.Transform=function(){this.skewY=0},Se=window.SVGElement,Re=function(t,e,i){var r,s=z.createElementNS("http://www.w3.org/2000/svg",t),n=/([a-z])([A-Z])/g;for(r in i)s.setAttributeNS(null,r.replace(n,"$1-$2").toLowerCase(),i[r]);return e.appendChild(s),s},Ce=document.documentElement,ke=function(){var t,e,i,r=c||/Android/i.test(F)&&!window.chrome;return z.createElementNS&&!r&&(t=Re("svg",Ce),e=Re("rect",t,{width:100,height:50,x:100}),i=e.getBoundingClientRect().left,e.style[we]="50% 50%",e.style[xe]="scale(0.5,0.5)",r=i===e.getBoundingClientRect().left,Ce.removeChild(t)),r}(),Oe=function(t,e,i){var r=t.getBBox();e=ee(e).split(" "),i.xOrigin=(-1!==e[0].indexOf("%")?parseFloat(e[0])/100*r.width:parseFloat(e[0]))+r.x,i.yOrigin=(-1!==e[1].indexOf("%")?parseFloat(e[1])/100*r.height:parseFloat(e[1]))+r.y},Ae=E.getTransform=function(t,e,i,r){if(t._gsTransform&&i&&!r)return t._gsTransform;var n,o,l,h,u,f,p,_,c,d,m,g,v,y=i?t._gsTransform||new Pe:new Pe,x=0>y.scaleX,T=2e-5,w=1e5,b=179.99,P=b*M,S=be?parseFloat(H(t,we,e,!1,"0 0 0").split(" ")[2])||y.zOrigin||0:0,R=parseFloat(a.defaultTransformPerspective)||0;if(xe?n=H(t,Te,e,!0):t.currentStyle&&(n=t.currentStyle.filter.match(O),n=n&&4===n.length?[n[0].substr(4),Number(n[2].substr(4)),Number(n[1].substr(4)),n[3].substr(4),y.x||0,y.y||0].join(","):""),n&&"none"!==n&&"matrix(1, 0, 0, 1, 0, 0)"!==n){for(o=(n||"").match(/(?:\-|\b)[\d\-\.e]+\b/gi)||[],l=o.length;--l>-1;)h=Number(o[l]),o[l]=(u=h-(h|=0))?(0|u*w+(0>u?-.5:.5))/w+h:h;if(16===o.length){var C=o[8],k=o[9],A=o[10],D=o[12],N=o[13],z=o[14];if(y.zOrigin&&(z=-y.zOrigin,D=C*z-o[12],N=k*z-o[13],z=A*z+y.zOrigin-o[14]),!i||r||null==y.rotationX){var X,I,E,F,Y,B,U,j=o[0],W=o[1],V=o[2],q=o[3],G=o[4],Q=o[5],Z=o[6],$=o[7],K=o[11],J=Math.atan2(Z,A),te=-P>J||J>P;y.rotationX=J*L,J&&(F=Math.cos(-J),Y=Math.sin(-J),X=G*F+C*Y,I=Q*F+k*Y,E=Z*F+A*Y,C=G*-Y+C*F,k=Q*-Y+k*F,A=Z*-Y+A*F,K=$*-Y+K*F,G=X,Q=I,Z=E),J=Math.atan2(C,j),y.rotationY=J*L,J&&(B=-P>J||J>P,F=Math.cos(-J),Y=Math.sin(-J),X=j*F-C*Y,I=W*F-k*Y,E=V*F-A*Y,k=W*Y+k*F,A=V*Y+A*F,K=q*Y+K*F,j=X,W=I,V=E),J=Math.atan2(W,Q),y.rotation=J*L,J&&(U=-P>J||J>P,F=Math.cos(-J),Y=Math.sin(-J),j=j*F+G*Y,I=W*F+Q*Y,Q=W*-Y+Q*F,Z=V*-Y+Z*F,W=I),U&&te?y.rotation=y.rotationX=0:U&&B?y.rotation=y.rotationY=0:B&&te&&(y.rotationY=y.rotationX=0),y.scaleX=(0|Math.sqrt(j*j+W*W)*w+.5)/w,y.scaleY=(0|Math.sqrt(Q*Q+k*k)*w+.5)/w,y.scaleZ=(0|Math.sqrt(Z*Z+A*A)*w+.5)/w,y.skewX=0,y.perspective=K?1/(0>K?-K:K):0,y.x=D,y.y=N,y.z=z}}else if(!(be&&!r&&o.length&&y.x===o[4]&&y.y===o[5]&&(y.rotationX||y.rotationY)||void 0!==y.x&&"none"===H(t,"display",e))){var ee=o.length>=6,ie=ee?o[0]:1,re=o[1]||0,se=o[2]||0,ne=ee?o[3]:1;y.x=o[4]||0,y.y=o[5]||0,f=Math.sqrt(ie*ie+re*re),p=Math.sqrt(ne*ne+se*se),_=ie||re?Math.atan2(re,ie)*L:y.rotation||0,c=se||ne?Math.atan2(se,ne)*L+_:y.skewX||0,d=f-Math.abs(y.scaleX||0),m=p-Math.abs(y.scaleY||0),Math.abs(c)>90&&270>Math.abs(c)&&(x?(f*=-1,c+=0>=_?180:-180,_+=0>=_?180:-180):(p*=-1,c+=0>=c?180:-180)),g=(_-y.rotation)%180,v=(c-y.skewX)%180,(void 0===y.skewX||d>T||-T>d||m>T||-T>m||g>-b&&b>g&&false|g*w||v>-b&&b>v&&false|v*w)&&(y.scaleX=f,y.scaleY=p,y.rotation=_,y.skewX=c),be&&(y.rotationX=y.rotationY=y.z=0,y.perspective=R,y.scaleZ=1)}y.zOrigin=S;for(l in y)T>y[l]&&y[l]>-T&&(y[l]=0)}else y={x:0,y:0,z:0,scaleX:1,scaleY:1,scaleZ:1,skewX:0,skewY:0,perspective:R,rotation:0,rotationX:0,rotationY:0,zOrigin:0};return i&&(t._gsTransform=y),y.svg=Se&&t instanceof Se&&t.parentNode instanceof Se,y.svg&&(Oe(t,H(t,we,s,!1,"50% 50%")+"",y),ve=a.useSVGTransformAttr||ke),y.xPercent=y.yPercent=0,y},De=function(t){var e,i,r=this.data,s=-r.rotation*M,n=s+r.skewX*M,a=1e5,o=(0|Math.cos(s)*r.scaleX*a)/a,l=(0|Math.sin(s)*r.scaleX*a)/a,h=(0|Math.sin(n)*-r.scaleY*a)/a,u=(0|Math.cos(n)*r.scaleY*a)/a,f=this.t.style,p=this.t.currentStyle;if(p){i=l,l=-h,h=-i,e=p.filter,f.filter="";var _,d,m=this.t.offsetWidth,g=this.t.offsetHeight,v="absolute"!==p.position,T="progid:DXImageTransform.Microsoft.Matrix(M11="+o+", M12="+l+", M21="+h+", M22="+u,w=r.x+m*r.xPercent/100,b=r.y+g*r.yPercent/100;if(null!=r.ox&&(_=(r.oxp?.01*m*r.ox:r.ox)-m/2,d=(r.oyp?.01*g*r.oy:r.oy)-g/2,w+=_-(_*o+d*l),b+=d-(_*h+d*u)),v?(_=m/2,d=g/2,T+=", Dx="+(_-(_*o+d*l)+w)+", Dy="+(d-(_*h+d*u)+b)+")"):T+=", sizingMethod='auto expand')",f.filter=-1!==e.indexOf("DXImageTransform.Microsoft.Matrix(")?e.replace(A,T):T+" "+e,(0===t||1===t)&&1===o&&0===l&&0===h&&1===u&&(v&&-1===T.indexOf("Dx=0, Dy=0")||x.test(e)&&100!==parseFloat(RegExp.$1)||-1===e.indexOf("gradient("&&e.indexOf("Alpha"))&&f.removeAttribute("filter")),!v){var P,S,R,C=8>c?1:-1;for(_=r.ieOffsetX||0,d=r.ieOffsetY||0,r.ieOffsetX=Math.round((m-((0>o?-o:o)*m+(0>l?-l:l)*g))/2+w),r.ieOffsetY=Math.round((g-((0>u?-u:u)*g+(0>h?-h:h)*m))/2+b),ce=0;4>ce;ce++)S=J[ce],P=p[S],i=-1!==P.indexOf("px")?parseFloat(P):G(this.t,S,parseFloat(P),P.replace(y,""))||0,R=i!==r[S]?2>ce?-r.ieOffsetX:-r.ieOffsetY:2>ce?_-r.ieOffsetX:d-r.ieOffsetY,f[S]=(r[S]=Math.round(i-R*(0===ce||2===ce?1:C)))+"px"}}},Me=E.set3DTransformRatio=function(t){var e,i,r,s,n,a,o,l,h,u,f,_,c,d,m,g,v,y,x,T,w,b,P,S=this.data,R=this.t.style,C=S.rotation*M,k=S.scaleX,O=S.scaleY,A=S.scaleZ,D=S.x,L=S.y,N=S.z,z=S.perspective;if(!(1!==t&&0!==t||"auto"!==S.force3D||S.rotationY||S.rotationX||1!==A||z||N))return Le.call(this,t),void 0;if(p){var X=1e-4;X>k&&k>-X&&(k=A=2e-5),X>O&&O>-X&&(O=A=2e-5),!z||S.z||S.rotationX||S.rotationY||(z=0)}if(C||S.skewX)y=Math.cos(C),x=Math.sin(C),e=y,n=x,S.skewX&&(C-=S.skewX*M,y=Math.cos(C),x=Math.sin(C),"simple"===S.skewType&&(T=Math.tan(S.skewX*M),T=Math.sqrt(1+T*T),y*=T,x*=T)),i=-x,a=y;else{if(!(S.rotationY||S.rotationX||1!==A||z||S.svg))return R[xe]=(S.xPercent||S.yPercent?"translate("+S.xPercent+"%,"+S.yPercent+"%) translate3d(":"translate3d(")+D+"px,"+L+"px,"+N+"px)"+(1!==k||1!==O?" scale("+k+","+O+")":""),void 0;e=a=1,i=n=0}f=1,r=s=o=l=h=u=_=c=d=0,m=z?-1/z:0,g=S.zOrigin,v=1e5,C=S.rotationY*M,C&&(y=Math.cos(C),x=Math.sin(C),h=f*-x,c=m*-x,r=e*x,o=n*x,f*=y,m*=y,e*=y,n*=y),C=S.rotationX*M,C&&(y=Math.cos(C),x=Math.sin(C),T=i*y+r*x,w=a*y+o*x,b=u*y+f*x,P=d*y+m*x,r=i*-x+r*y,o=a*-x+o*y,f=u*-x+f*y,m=d*-x+m*y,i=T,a=w,u=b,d=P),1!==A&&(r*=A,o*=A,f*=A,m*=A),1!==O&&(i*=O,a*=O,u*=O,d*=O),1!==k&&(e*=k,n*=k,h*=k,c*=k),g&&(_-=g,s=r*_,l=o*_,_=f*_+g),S.svg&&(s+=S.xOrigin-(S.xOrigin*e+S.yOrigin*i),l+=S.yOrigin-(S.xOrigin*n+S.yOrigin*a)),s=(T=(s+=D)-(s|=0))?(0|T*v+(0>T?-.5:.5))/v+s:s,l=(T=(l+=L)-(l|=0))?(0|T*v+(0>T?-.5:.5))/v+l:l,_=(T=(_+=N)-(_|=0))?(0|T*v+(0>T?-.5:.5))/v+_:_,R[xe]=(S.xPercent||S.yPercent?"translate("+S.xPercent+"%,"+S.yPercent+"%) matrix3d(":"matrix3d(")+[(0|e*v)/v,(0|n*v)/v,(0|h*v)/v,(0|c*v)/v,(0|i*v)/v,(0|a*v)/v,(0|u*v)/v,(0|d*v)/v,(0|r*v)/v,(0|o*v)/v,(0|f*v)/v,(0|m*v)/v,s,l,_,z?1+-_/z:1].join(",")+")"},Le=E.set2DTransformRatio=function(t){var e,i,r,s,n,a,o,l,h,u,f,p=this.data,_=this.t,c=_.style,d=p.x,m=p.y;return!(p.rotationX||p.rotationY||p.z||p.force3D===!0||"auto"===p.force3D&&1!==t&&0!==t)||p.svg&&ve||!be?(s=p.scaleX,n=p.scaleY,p.rotation||p.skewX||p.svg?(e=p.rotation*M,i=e-p.skewX*M,r=1e5,a=Math.cos(e)*s,o=Math.sin(e)*s,l=Math.sin(i)*-n,h=Math.cos(i)*n,p.svg&&(d+=p.xOrigin-(p.xOrigin*a+p.yOrigin*l),m+=p.yOrigin-(p.xOrigin*o+p.yOrigin*h),f=1e-6,f>d&&d>-f&&(d=0),f>m&&m>-f&&(m=0)),u=(0|a*r)/r+","+(0|o*r)/r+","+(0|l*r)/r+","+(0|h*r)/r+","+d+","+m+")",p.svg&&ve?_.setAttribute("transform","matrix("+u):c[xe]=(p.xPercent||p.yPercent?"translate("+p.xPercent+"%,"+p.yPercent+"%) matrix(":"matrix(")+u):c[xe]=(p.xPercent||p.yPercent?"translate("+p.xPercent+"%,"+p.yPercent+"%) matrix(":"matrix(")+s+",0,0,"+n+","+d+","+m+")",void 0):(this.setRatio=Me,Me.call(this,t),void 0)};me("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent",{parser:function(t,e,i,r,n,o,l){if(r._transform)return n;var h,u,f,p,_,c,d,m=r._transform=Ae(t,s,!0,l.parseTransform),g=t.style,v=1e-6,y=ye.length,x=l,T={};if("string"==typeof x.transform&&xe)f=X.style,f[xe]=x.transform,f.display="block",f.position="absolute",z.body.appendChild(X),h=Ae(X,null,!1),z.body.removeChild(X);else if("object"==typeof x){if(h={scaleX:re(null!=x.scaleX?x.scaleX:x.scale,m.scaleX),scaleY:re(null!=x.scaleY?x.scaleY:x.scale,m.scaleY),scaleZ:re(x.scaleZ,m.scaleZ),x:re(x.x,m.x),y:re(x.y,m.y),z:re(x.z,m.z),xPercent:re(x.xPercent,m.xPercent),yPercent:re(x.yPercent,m.yPercent),perspective:re(x.transformPerspective,m.perspective)},d=x.directionalRotation,null!=d)if("object"==typeof d)for(f in d)x[f]=d[f];else x.rotation=d;"string"==typeof x.x&&-1!==x.x.indexOf("%")&&(h.x=0,h.xPercent=re(x.x,m.xPercent)),"string"==typeof x.y&&-1!==x.y.indexOf("%")&&(h.y=0,h.yPercent=re(x.y,m.yPercent)),h.rotation=se("rotation"in x?x.rotation:"shortRotation"in x?x.shortRotation+"_short":"rotationZ"in x?x.rotationZ:m.rotation,m.rotation,"rotation",T),be&&(h.rotationX=se("rotationX"in x?x.rotationX:"shortRotationX"in x?x.shortRotationX+"_short":m.rotationX||0,m.rotationX,"rotationX",T),h.rotationY=se("rotationY"in x?x.rotationY:"shortRotationY"in x?x.shortRotationY+"_short":m.rotationY||0,m.rotationY,"rotationY",T)),h.skewX=null==x.skewX?m.skewX:se(x.skewX,m.skewX),h.skewY=null==x.skewY?m.skewY:se(x.skewY,m.skewY),(u=h.skewY-m.skewY)&&(h.skewX+=u,h.rotation+=u)}for(be&&null!=x.force3D&&(m.force3D=x.force3D,c=!0),m.skewType=x.skewType||m.skewType||a.defaultSkewType,_=m.force3D||m.z||m.rotationX||m.rotationY||h.z||h.rotationX||h.rotationY||h.perspective,_||null==x.scale||(h.scaleZ=1);--y>-1;)i=ye[y],p=h[i]-m[i],(p>v||-v>p||null!=x[i]||null!=N[i])&&(c=!0,n=new pe(m,i,m[i],p,n),i in T&&(n.e=T[i]),n.xs0=0,n.plugin=o,r._overwriteProps.push(n.n));return p=x.transformOrigin,p&&m.svg&&(Oe(t,p,h),n=new pe(m,"xOrigin",m.xOrigin,h.xOrigin-m.xOrigin,n,-1,"transformOrigin"),n.b=m.xOrigin,n.e=n.xs0=h.xOrigin,n=new pe(m,"yOrigin",m.yOrigin,h.yOrigin-m.yOrigin,n,-1,"transformOrigin"),n.b=m.yOrigin,n.e=n.xs0=h.yOrigin,p="0px 0px"),(p||be&&_&&m.zOrigin)&&(xe?(c=!0,i=we,p=(p||H(t,i,s,!1,"50% 50%"))+"",n=new pe(g,i,0,0,n,-1,"transformOrigin"),n.b=g[i],n.plugin=o,be?(f=m.zOrigin,p=p.split(" "),m.zOrigin=(p.length>2&&(0===f||"0px"!==p[2])?parseFloat(p[2]):f)||0,n.xs0=n.e=p[0]+" "+(p[1]||"50%")+" 0px",n=new pe(m,"zOrigin",0,0,n,-1,n.n),n.b=f,n.xs0=n.e=m.zOrigin):n.xs0=n.e=p):ee(p+"",m)),c&&(r._transformType=m.svg&&ve||!_&&3!==this._transformType?2:3),n},prefix:!0}),me("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),me("borderRadius",{defaultValue:"0px",parser:function(t,e,i,n,a){e=this.format(e);var o,l,h,u,f,p,_,c,d,m,g,v,y,x,T,w,b=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],P=t.style;for(d=parseFloat(t.offsetWidth),m=parseFloat(t.offsetHeight),o=e.split(" "),l=0;b.length>l;l++)this.p.indexOf("border")&&(b[l]=V(b[l])),f=u=H(t,b[l],s,!1,"0px"),-1!==f.indexOf(" ")&&(u=f.split(" "),f=u[0],u=u[1]),p=h=o[l],_=parseFloat(f),v=f.substr((_+"").length),y="="===p.charAt(1),y?(c=parseInt(p.charAt(0)+"1",10),p=p.substr(2),c*=parseFloat(p),g=p.substr((c+"").length-(0>c?1:0))||""):(c=parseFloat(p),g=p.substr((c+"").length)),""===g&&(g=r[i]||v),g!==v&&(x=G(t,"borderLeft",_,v),T=G(t,"borderTop",_,v),"%"===g?(f=100*(x/d)+"%",u=100*(T/m)+"%"):"em"===g?(w=G(t,"borderLeft",1,"em"),f=x/w+"em",u=T/w+"em"):(f=x+"px",u=T+"px"),y&&(p=parseFloat(f)+c+g,h=parseFloat(u)+c+g)),a=_e(P,b[l],f+" "+u,p+" "+h,!1,"0px",a);return a},prefix:!0,formatter:he("0px 0px 0px 0px",!1,!0)}),me("backgroundPosition",{defaultValue:"0 0",parser:function(t,e,i,r,n,a){var o,l,h,u,f,p,_="background-position",d=s||q(t,null),m=this.format((d?c?d.getPropertyValue(_+"-x")+" "+d.getPropertyValue(_+"-y"):d.getPropertyValue(_):t.currentStyle.backgroundPositionX+" "+t.currentStyle.backgroundPositionY)||"0 0"),g=this.format(e);if(-1!==m.indexOf("%")!=(-1!==g.indexOf("%"))&&(p=H(t,"backgroundImage").replace(R,""),p&&"none"!==p)){for(o=m.split(" "),l=g.split(" "),I.setAttribute("src",p),h=2;--h>-1;)m=o[h],u=-1!==m.indexOf("%"),u!==(-1!==l[h].indexOf("%"))&&(f=0===h?t.offsetWidth-I.width:t.offsetHeight-I.height,o[h]=u?parseFloat(m)/100*f+"px":100*(parseFloat(m)/f)+"%");m=o.join(" ")}return this.parseComplex(t.style,m,g,n,a)},formatter:ee}),me("backgroundSize",{defaultValue:"0 0",formatter:ee}),me("perspective",{defaultValue:"0px",prefix:!0}),me("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),me("transformStyle",{prefix:!0}),me("backfaceVisibility",{prefix:!0}),me("userSelect",{prefix:!0}),me("margin",{parser:ue("marginTop,marginRight,marginBottom,marginLeft")}),me("padding",{parser:ue("paddingTop,paddingRight,paddingBottom,paddingLeft")}),me("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(t,e,i,r,n,a){var o,l,h;return 9>c?(l=t.currentStyle,h=8>c?" ":",",o="rect("+l.clipTop+h+l.clipRight+h+l.clipBottom+h+l.clipLeft+")",e=this.format(e).split(",").join(h)):(o=this.format(H(t,this.p,s,!1,this.dflt)),e=this.format(e)),this.parseComplex(t.style,o,e,n,a)}}),me("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),me("autoRound,strictUnits",{parser:function(t,e,i,r,s){return s}}),me("border",{defaultValue:"0px solid #000",parser:function(t,e,i,r,n,a){return this.parseComplex(t.style,this.format(H(t,"borderTopWidth",s,!1,"0px")+" "+H(t,"borderTopStyle",s,!1,"solid")+" "+H(t,"borderTopColor",s,!1,"#000")),this.format(e),n,a)},color:!0,formatter:function(t){var e=t.split(" ");return e[0]+" "+(e[1]||"solid")+" "+(t.match(le)||["#000"])[0]}}),me("borderWidth",{parser:ue("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),me("float,cssFloat,styleFloat",{parser:function(t,e,i,r,s){var n=t.style,a="cssFloat"in n?"cssFloat":"styleFloat";return new pe(n,a,0,0,s,-1,i,!1,0,n[a],e)}});var Ne=function(t){var e,i=this.t,r=i.filter||H(this.data,"filter")||"",s=0|this.s+this.c*t;100===s&&(-1===r.indexOf("atrix(")&&-1===r.indexOf("radient(")&&-1===r.indexOf("oader(")?(i.removeAttribute("filter"),e=!H(this.data,"filter")):(i.filter=r.replace(w,""),e=!0)),e||(this.xn1&&(i.filter=r=r||"alpha(opacity="+s+")"),-1===r.indexOf("pacity")?0===s&&this.xn1||(i.filter=r+" alpha(opacity="+s+")"):i.filter=r.replace(x,"opacity="+s))};me("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(t,e,i,r,n,a){var o=parseFloat(H(t,"opacity",s,!1,"1")),l=t.style,h="autoAlpha"===i;return"string"==typeof e&&"="===e.charAt(1)&&(e=("-"===e.charAt(0)?-1:1)*parseFloat(e.substr(2))+o),h&&1===o&&"hidden"===H(t,"visibility",s)&&0!==e&&(o=0),Y?n=new pe(l,"opacity",o,e-o,n):(n=new pe(l,"opacity",100*o,100*(e-o),n),n.xn1=h?1:0,l.zoom=1,n.type=2,n.b="alpha(opacity="+n.s+")",n.e="alpha(opacity="+(n.s+n.c)+")",n.data=t,n.plugin=a,n.setRatio=Ne),h&&(n=new pe(l,"visibility",0,0,n,-1,null,!1,0,0!==o?"inherit":"hidden",0===e?"hidden":"inherit"),n.xs0="inherit",r._overwriteProps.push(n.n),r._overwriteProps.push(i)),n}});var ze=function(t,e){e&&(t.removeProperty?("ms"===e.substr(0,2)&&(e="M"+e.substr(1)),t.removeProperty(e.replace(P,"-$1").toLowerCase())):t.removeAttribute(e))},Xe=function(t){if(this.t._gsClassPT=this,1===t||0===t){this.t.setAttribute("class",0===t?this.b:this.e);for(var e=this.data,i=this.t.style;e;)e.v?i[e.p]=e.v:ze(i,e.p),e=e._next;1===t&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};me("className",{parser:function(t,e,r,n,a,o,l){var h,u,f,p,_,c=t.getAttribute("class")||"",d=t.style.cssText;if(a=n._classNamePT=new pe(t,r,0,0,a,2),a.setRatio=Xe,a.pr=-11,i=!0,a.b=c,u=Z(t,s),f=t._gsClassPT){for(p={},_=f.data;_;)p[_.p]=1,_=_._next;f.setRatio(1)}return t._gsClassPT=a,a.e="="!==e.charAt(1)?e:c.replace(RegExp("\\s*\\b"+e.substr(2)+"\\b"),"")+("+"===e.charAt(0)?" "+e.substr(2):""),n._tween._duration&&(t.setAttribute("class",a.e),h=$(t,u,Z(t),l,p),t.setAttribute("class",c),a.data=h.firstMPT,t.style.cssText=d,a=a.xfirst=n.parse(t,h.difs,a,o)),a}});var Ie=function(t){if((1===t||0===t)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var e,i,r,s,n=this.t.style,a=o.transform.parse;if("all"===this.e)n.cssText="",s=!0;else for(e=this.e.split(" ").join("").split(","),r=e.length;--r>-1;)i=e[r],o[i]&&(o[i].parse===a?s=!0:i="transformOrigin"===i?we:o[i].p),ze(n,i);s&&(ze(n,xe),this.t._gsTransform&&delete this.t._gsTransform)}};for(me("clearProps",{parser:function(t,e,r,s,n){return n=new pe(t,r,0,0,n,2),n.setRatio=Ie,n.e=e,n.pr=-10,n.data=s._tween,i=!0,n}}),l="bezier,throwProps,physicsProps,physics2D".split(","),ce=l.length;ce--;)ge(l[ce]);l=a.prototype,l._firstPT=null,l._onInitTween=function(t,e,o){if(!t.nodeType)return!1;this._target=t,this._tween=o,this._vars=e,h=e.autoRound,i=!1,r=e.suffixMap||a.suffixMap,s=q(t,""),n=this._overwriteProps;var l,p,c,d,m,g,v,y,x,w=t.style;if(u&&""===w.zIndex&&(l=H(t,"zIndex",s),("auto"===l||""===l)&&this._addLazySet(w,"zIndex",0)),"string"==typeof e&&(d=w.cssText,l=Z(t,s),w.cssText=d+";"+e,l=$(t,l,Z(t)).difs,!Y&&T.test(e)&&(l.opacity=parseFloat(RegExp.$1)),e=l,w.cssText=d),this._firstPT=p=this.parse(t,e,null),this._transformType){for(x=3===this._transformType,xe?f&&(u=!0,""===w.zIndex&&(v=H(t,"zIndex",s),("auto"===v||""===v)&&this._addLazySet(w,"zIndex",0)),_&&this._addLazySet(w,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(x?"visible":"hidden"))):w.zoom=1,c=p;c&&c._next;)c=c._next;y=new pe(t,"transform",0,0,null,2),this._linkCSSP(y,null,c),y.setRatio=x&&be?Me:xe?Le:De,y.data=this._transform||Ae(t,s,!0),n.pop()}if(i){for(;p;){for(g=p._next,c=d;c&&c.pr>p.pr;)c=c._next;(p._prev=c?c._prev:m)?p._prev._next=p:d=p,(p._next=c)?c._prev=p:m=p,p=g}this._firstPT=d}return!0},l.parse=function(t,e,i,n){var a,l,u,f,p,_,c,d,m,g,v=t.style;for(a in e)_=e[a],l=o[a],l?i=l.parse(t,_,a,this,i,n,e):(p=H(t,a,s)+"",m="string"==typeof _,"color"===a||"fill"===a||"stroke"===a||-1!==a.indexOf("Color")||m&&b.test(_)?(m||(_=oe(_),_=(_.length>3?"rgba(":"rgb(")+_.join(",")+")"),i=_e(v,a,p,_,!0,"transparent",i,0,n)):!m||-1===_.indexOf(" ")&&-1===_.indexOf(",")?(u=parseFloat(p),c=u||0===u?p.substr((u+"").length):"",(""===p||"auto"===p)&&("width"===a||"height"===a?(u=te(t,a,s),c="px"):"left"===a||"top"===a?(u=Q(t,a,s),c="px"):(u="opacity"!==a?0:1,c="")),g=m&&"="===_.charAt(1),g?(f=parseInt(_.charAt(0)+"1",10),_=_.substr(2),f*=parseFloat(_),d=_.replace(y,"")):(f=parseFloat(_),d=m?_.substr((f+"").length)||"":""),""===d&&(d=a in r?r[a]:c),_=f||0===f?(g?f+u:f)+d:e[a],c!==d&&""!==d&&(f||0===f)&&u&&(u=G(t,a,u,c),"%"===d?(u/=G(t,a,100,"%")/100,e.strictUnits!==!0&&(p=u+"%")):"em"===d?u/=G(t,a,1,"em"):"px"!==d&&(f=G(t,a,f,d),d="px"),g&&(f||0===f)&&(_=f+u+d)),g&&(f+=u),!u&&0!==u||!f&&0!==f?void 0!==v[a]&&(_||"NaN"!=_+""&&null!=_)?(i=new pe(v,a,f||u||0,0,i,-1,a,!1,0,p,_),i.xs0="none"!==_||"display"!==a&&-1===a.indexOf("Style")?_:p):U("invalid "+a+" tween value: "+e[a]):(i=new pe(v,a,u,f-u,i,0,a,h!==!1&&("px"===d||"zIndex"===a),0,p,_),i.xs0=d)):i=_e(v,a,p,_,!0,null,i,0,n)),n&&i&&!i.plugin&&(i.plugin=n); +return i},l.setRatio=function(t){var e,i,r,s=this._firstPT,n=1e-6;if(1!==t||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(t||this._tween._time!==this._tween._duration&&0!==this._tween._time||this._tween._rawPrevTime===-1e-6)for(;s;){if(e=s.c*t+s.s,s.r?e=Math.round(e):n>e&&e>-n&&(e=0),s.type)if(1===s.type)if(r=s.l,2===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2;else if(3===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3;else if(4===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3+s.xn3+s.xs4;else if(5===r)s.t[s.p]=s.xs0+e+s.xs1+s.xn1+s.xs2+s.xn2+s.xs3+s.xn3+s.xs4+s.xn4+s.xs5;else{for(i=s.xs0+e+s.xs1,r=1;s.l>r;r++)i+=s["xn"+r]+s["xs"+(r+1)];s.t[s.p]=i}else-1===s.type?s.t[s.p]=s.xs0:s.setRatio&&s.setRatio(t);else s.t[s.p]=e+s.xs0;s=s._next}else for(;s;)2!==s.type?s.t[s.p]=s.b:s.setRatio(t),s=s._next;else for(;s;)2!==s.type?s.t[s.p]=s.e:s.setRatio(t),s=s._next},l._enableTransforms=function(t){this._transform=this._transform||Ae(this._target,s,!0),this._transformType=this._transform.svg&&ve||!t&&3!==this._transformType?2:3};var Ee=function(){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};l._addLazySet=function(t,e,i){var r=this._firstPT=new pe(t,e,0,0,this._firstPT,2);r.e=i,r.setRatio=Ee,r.data=this},l._linkCSSP=function(t,e,i,r){return t&&(e&&(e._prev=t),t._next&&(t._next._prev=t._prev),t._prev?t._prev._next=t._next:this._firstPT===t&&(this._firstPT=t._next,r=!0),i?i._next=t:r||null!==this._firstPT||(this._firstPT=t),t._next=e,t._prev=i),t},l._kill=function(e){var i,r,s,n=e;if(e.autoAlpha||e.alpha){n={};for(r in e)n[r]=e[r];n.opacity=1,n.autoAlpha&&(n.visibility=1)}return e.className&&(i=this._classNamePT)&&(s=i.xfirst,s&&s._prev?this._linkCSSP(s._prev,i._next,s._prev._prev):s===this._firstPT&&(this._firstPT=i._next),i._next&&this._linkCSSP(i._next,i._next._next,s._prev),this._classNamePT=null),t.prototype._kill.call(this,n)};var Fe=function(t,e,i){var r,s,n,a;if(t.slice)for(s=t.length;--s>-1;)Fe(t[s],e,i);else for(r=t.childNodes,s=r.length;--s>-1;)n=r[s],a=n.type,n.style&&(e.push(Z(n)),i&&i.push(n)),1!==a&&9!==a&&11!==a||!n.childNodes.length||Fe(n,e,i)};return a.cascadeTo=function(t,i,r){var s,n,a,o=e.to(t,i,r),l=[o],h=[],u=[],f=[],p=e._internals.reservedProps;for(t=o._targets||o.target,Fe(t,h,f),o.render(i,!0),Fe(t,u),o.render(0,!0),o._enabled(!0),s=f.length;--s>-1;)if(n=$(f[s],h[s],u[s]),n.firstMPT){n=n.difs;for(a in r)p[a]&&(n[a]=r[a]);l.push(e.to(f[s],i,n))}return l},t.activate([a]),a},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=e())}("CSSPlugin"); + +/*! + * VERSION: beta 0.3.3 + * DATE: 2014-10-29 + * UPDATES AND DOCS AT: http://www.greensock.com + * + * @license Copyright (c) 2008-2014, GreenSock. All rights reserved. + * SplitText is a Club GreenSock membership benefit; You must have a valid membership to use + * this code without violating the terms of use. Visit http://www.greensock.com/club/ to sign up or get more details. + * This work is subject to the software agreement that was issued with your membership. + * + * @author: Jack Doyle, jack@greensock.com + */ +var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(function(t){"use strict";var e=t.GreenSockGlobals||t,i=function(t){var i,s=t.split("."),r=e;for(i=0;s.length>i;i++)r[s[i]]=r=r[s[i]]||{};return r},s=i("com.greensock.utils"),r=function(t){var e=t.nodeType,i="";if(1===e||9===e||11===e){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===e||4===e)return t.nodeValue;return i},n=document,a=n.defaultView?n.defaultView.getComputedStyle:function(){},o=/([A-Z])/g,h=function(t,e,i,s){var r;return(i=i||a(t,null))?(t=i.getPropertyValue(e.replace(o,"-$1").toLowerCase()),r=t||i.length?t:i[e]):t.currentStyle&&(i=t.currentStyle,r=i[e]),s?r:parseInt(r,10)||0},l=function(t){return t.length&&t[0]&&(t[0].nodeType&&t[0].style&&!t.nodeType||t[0].length&&t[0][0])?!0:!1},_=function(t){var e,i,s,r=[],n=t.length;for(e=0;n>e;e++)if(i=t[e],l(i))for(s=i.length,s=0;i.length>s;s++)r.push(i[s]);else r.push(i);return r},u=")eefec303079ad17405c",c=/(?:
    ||
    )/gi,p=n.all&&!n.addEventListener,f="
    ":">")}},d=s.SplitText=e.SplitText=function(t,e){if("string"==typeof t&&(t=d.selector(t)),!t)throw"cannot split a null element.";this.elements=l(t)?_(t):[t],this.chars=[],this.words=[],this.lines=[],this._originals=[],this.vars=e||{},this.split(e)},g=function(t,e,i){var s=t.nodeType;if(1===s||9===s||11===s)for(t=t.firstChild;t;t=t.nextSibling)g(t,e,i);else(3===s||4===s)&&(t.nodeValue=t.nodeValue.split(e).join(i))},v=function(t,e){for(var i=e.length;--i>-1;)t.push(e[i])},y=function(t,e,i,s,o){c.test(t.innerHTML)&&(t.innerHTML=t.innerHTML.replace(c,u));var l,_,p,f,d,y,T,w,b,x,P,S,C,k,R=r(t),A=e.type||e.split||"chars,words,lines",O=-1!==A.indexOf("lines")?[]:null,D=-1!==A.indexOf("words"),M=-1!==A.indexOf("chars"),L="absolute"===e.position||e.absolute===!0,z=L?"­ ":" ",I=-999,E=a(t),N=h(t,"paddingLeft",E),F=h(t,"borderBottomWidth",E)+h(t,"borderTopWidth",E),X=h(t,"borderLeftWidth",E)+h(t,"borderRightWidth",E),U=h(t,"paddingTop",E)+h(t,"paddingBottom",E),B=h(t,"paddingLeft",E)+h(t,"paddingRight",E),j=h(t,"textAlign",E,!0),Y=t.clientHeight,q=t.clientWidth,G="
    ",V=m(e.wordsClass),Q=m(e.charsClass),W=-1!==(e.linesClass||"").indexOf("++"),H=e.linesClass,Z=-1!==R.indexOf("<"),$=!0,K=[],J=[],te=[];for(W&&(H=H.split("++").join("")),Z&&(R=R.split("<").join("{{LT}}")),l=R.length,f=V(),d=0;l>d;d++)if(T=R.charAt(d),")"===T&&R.substr(d,20)===u)f+=($?G:"")+"
    ",$=!1,d!==l-20&&R.substr(d+20,20)!==u&&(f+=" "+V(),$=!0),d+=19;else if(" "===T&&" "!==R.charAt(d-1)&&d!==l-1&&R.substr(d-20,20)!==u){for(f+=$?G:"",$=!1;" "===R.charAt(d+1);)f+=z,d++;(")"!==R.charAt(d+1)||R.substr(d+1,20)!==u)&&(f+=z+V(),$=!0)}else f+=M&&" "!==T?Q()+T+"
    ":T;for(t.innerHTML=f+($?G:""),Z&&g(t,"{{LT}}","<"),y=t.getElementsByTagName("*"),l=y.length,w=[],d=0;l>d;d++)w[d]=y[d];if(O||L)for(d=0;l>d;d++)b=w[d],p=b.parentNode===t,(p||L||M&&!D)&&(x=b.offsetTop,O&&p&&x!==I&&"BR"!==b.nodeName&&(_=[],O.push(_),I=x),L&&(b._x=b.offsetLeft,b._y=x,b._w=b.offsetWidth,b._h=b.offsetHeight),O&&(D!==p&&M||(_.push(b),b._x-=N),p&&d&&(w[d-1]._wordEnd=!0),"BR"===b.nodeName&&b.nextSibling&&"BR"===b.nextSibling.nodeName&&O.push([])));for(d=0;l>d;d++)b=w[d],p=b.parentNode===t,"BR"!==b.nodeName?(L&&(S=b.style,D||p||(b._x+=b.parentNode._x,b._y+=b.parentNode._y),S.left=b._x+"px",S.top=b._y+"px",S.position="absolute",S.display="block",S.width=b._w+1+"px",S.height=b._h+"px"),D?p&&""!==b.innerHTML?J.push(b):M&&K.push(b):p?(t.removeChild(b),w.splice(d--,1),l--):!p&&M&&(x=!O&&!L&&b.nextSibling,t.appendChild(b),x||t.appendChild(n.createTextNode(" ")),K.push(b))):O||L?(t.removeChild(b),w.splice(d--,1),l--):D||t.appendChild(b);if(O){for(L&&(P=n.createElement("div"),t.appendChild(P),C=P.offsetWidth+"px",x=P.offsetParent===t?0:t.offsetLeft,t.removeChild(P)),S=t.style.cssText,t.style.cssText="display:none;";t.firstChild;)t.removeChild(t.firstChild);for(k=!L||!D&&!M,d=0;O.length>d;d++){for(_=O[d],P=n.createElement("div"),P.style.cssText="display:block;text-align:"+j+";position:"+(L?"absolute;":"relative;"),H&&(P.className=H+(W?d+1:"")),te.push(P),l=_.length,y=0;l>y;y++)"BR"!==_[y].nodeName&&(b=_[y],P.appendChild(b),k&&(b._wordEnd||D)&&P.appendChild(n.createTextNode(" ")),L&&(0===y&&(P.style.top=b._y+"px",P.style.left=N+x+"px"),b.style.top="0px",x&&(b.style.left=b._x-x+"px")));0===l&&(P.innerHTML=" "),D||M||(P.innerHTML=r(P).split(String.fromCharCode(160)).join(" ")),L&&(P.style.width=C,P.style.height=b._h+"px"),t.appendChild(P)}t.style.cssText=S}L&&(Y>t.clientHeight&&(t.style.height=Y-U+"px",Y>t.clientHeight&&(t.style.height=Y+F+"px")),q>t.clientWidth&&(t.style.width=q-B+"px",q>t.clientWidth&&(t.style.width=q+X+"px"))),v(i,K),v(s,J),v(o,te)},T=d.prototype;T.split=function(t){this.isSplit&&this.revert(),this.vars=t||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var e=this.elements.length;--e>-1;)this._originals[e]=this.elements[e].innerHTML,y(this.elements[e],this.vars,this.chars,this.words,this.lines);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},T.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var t=this._originals.length;--t>-1;)this.elements[t].innerHTML=this._originals[t];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},d.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(d.selector=i,i(e)):"undefined"==typeof document?e:document.querySelectorAll?document.querySelectorAll(e):document.getElementById("#"===e.charAt(0)?e.substr(1):e)},d.version="0.3.3"})(_gsScope),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(module.exports=e())}("SplitText"); + + +try{ + window.GreenSockGlobals = null; + window._gsQueue = null; + window._gsDefine = null; + + delete(window.GreenSockGlobals); + delete(window._gsQueue); + delete(window._gsDefine); + } catch(e) {} + +try{ + window.GreenSockGlobals = oldgs; + window._gsQueue = oldgs_queue; + } catch(e) {} + +if (window.tplogs==true) + try { + console.groupEnd(); + } catch(e) {} + + + + + +(function(e,t){ + e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})}; +})(jQuery) diff --git a/web/bundles/app b/web/bundles/app new file mode 120000 index 00000000..e8ee4cf4 --- /dev/null +++ b/web/bundles/app @@ -0,0 +1 @@ +../../src/AppBundle/Resources/public/. \ No newline at end of file diff --git a/web/bundles/framework b/web/bundles/framework new file mode 120000 index 00000000..c8e99e57 --- /dev/null +++ b/web/bundles/framework @@ -0,0 +1 @@ +../../vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/. \ No newline at end of file diff --git a/trunk/web/clear_cache.php b/web/clear_cache.php similarity index 100% rename from trunk/web/clear_cache.php rename to web/clear_cache.php diff --git a/trunk/web/config.php b/web/config.php similarity index 100% rename from trunk/web/config.php rename to web/config.php diff --git a/trunk/web/css/7231462.css b/web/css/7231462.css similarity index 100% rename from trunk/web/css/7231462.css rename to web/css/7231462.css diff --git a/web/css/8ac0a96.css b/web/css/8ac0a96.css new file mode 100644 index 00000000..a8d34378 --- /dev/null +++ b/web/css/8ac0a96.css @@ -0,0 +1,21 @@ +.st-booking-table { + width: 100%; +} +.st-booking-table td { + padding: 5px 10px; +} +.st-booking-table .st-position-price-col { + text-align: right; +} +.st-booking-table .st-total-tr > td { + border-top: 1px solid black; +} +.st-booking-table .st-total-price { + border-bottom: 1px solid; + font-weight: bold; +} + +/* #TODO Move */ +.st-required:after { + content: " *"; +} \ No newline at end of file diff --git a/trunk/web/css/af330f6.css b/web/css/af330f6.css similarity index 100% rename from trunk/web/css/af330f6.css rename to web/css/af330f6.css diff --git a/trunk/web/css/b4ba71d.css b/web/css/b4ba71d.css similarity index 100% rename from trunk/web/css/b4ba71d.css rename to web/css/b4ba71d.css diff --git a/trunk/web/css/custom-min.js b/web/css/custom-min.js similarity index 100% rename from trunk/web/css/custom-min.js rename to web/css/custom-min.js diff --git a/trunk/web/css/header-min.css b/web/css/header-min.css similarity index 100% rename from trunk/web/css/header-min.css rename to web/css/header-min.css diff --git a/trunk/web/css/my-custom-blessed1.css b/web/css/my-custom-blessed1.css similarity index 100% rename from trunk/web/css/my-custom-blessed1.css rename to web/css/my-custom-blessed1.css diff --git a/trunk/web/css/my-custom.css b/web/css/my-custom.css similarity index 100% rename from trunk/web/css/my-custom.css rename to web/css/my-custom.css diff --git a/trunk/web/css/my-custom.css.map b/web/css/my-custom.css.map similarity index 100% rename from trunk/web/css/my-custom.css.map rename to web/css/my-custom.css.map diff --git a/trunk/web/css/my-fewo.css b/web/css/my-fewo.css similarity index 100% rename from trunk/web/css/my-fewo.css rename to web/css/my-fewo.css diff --git a/trunk/web/css/my-fewo.css.map b/web/css/my-fewo.css.map similarity index 100% rename from trunk/web/css/my-fewo.css.map rename to web/css/my-fewo.css.map diff --git a/trunk/web/css/preload-min.css b/web/css/preload-min.css similarity index 100% rename from trunk/web/css/preload-min.css rename to web/css/preload-min.css diff --git a/trunk/web/favicon-16x16.png b/web/favicon-16x16.png similarity index 100% rename from trunk/web/favicon-16x16.png rename to web/favicon-16x16.png diff --git a/trunk/web/favicon-32x32.png b/web/favicon-32x32.png similarity index 100% rename from trunk/web/favicon-32x32.png rename to web/favicon-32x32.png diff --git a/trunk/web/favicon.ico b/web/favicon.ico similarity index 100% rename from trunk/web/favicon.ico rename to web/favicon.ico diff --git a/web/fonts/FontAwesome.otf b/web/fonts/FontAwesome.otf new file mode 100644 index 00000000..401ec0f3 Binary files /dev/null and b/web/fonts/FontAwesome.otf differ diff --git a/web/fonts/fontawesome-webfont.eot b/web/fonts/fontawesome-webfont.eot new file mode 100644 index 00000000..e9f60ca9 Binary files /dev/null and b/web/fonts/fontawesome-webfont.eot differ diff --git a/web/fonts/fontawesome-webfont.svg b/web/fonts/fontawesome-webfont.svg new file mode 100644 index 00000000..855c845e --- /dev/null +++ b/web/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/fonts/fontawesome-webfont.ttf b/web/fonts/fontawesome-webfont.ttf new file mode 100644 index 00000000..35acda2f Binary files /dev/null and b/web/fonts/fontawesome-webfont.ttf differ diff --git a/web/fonts/fontawesome-webfont.woff b/web/fonts/fontawesome-webfont.woff new file mode 100644 index 00000000..400014a4 Binary files /dev/null and b/web/fonts/fontawesome-webfont.woff differ diff --git a/web/fonts/fontawesome-webfont.woff2 b/web/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..4d13fc60 Binary files /dev/null and b/web/fonts/fontawesome-webfont.woff2 differ diff --git a/web/fonts/glyphicons-halflings-regular.eot b/web/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..b93a4953 Binary files /dev/null and b/web/fonts/glyphicons-halflings-regular.eot differ diff --git a/web/fonts/glyphicons-halflings-regular.svg b/web/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..94fb5490 --- /dev/null +++ b/web/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/fonts/glyphicons-halflings-regular.ttf b/web/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..1413fc60 Binary files /dev/null and b/web/fonts/glyphicons-halflings-regular.ttf differ diff --git a/web/fonts/glyphicons-halflings-regular.woff b/web/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..9e612858 Binary files /dev/null and b/web/fonts/glyphicons-halflings-regular.woff differ diff --git a/web/fonts/glyphicons-halflings-regular.woff2 b/web/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 00000000..64539b54 Binary files /dev/null and b/web/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/web/fonts/trips.eot b/web/fonts/trips.eot new file mode 100644 index 00000000..1a047088 Binary files /dev/null and b/web/fonts/trips.eot differ diff --git a/web/fonts/trips.svg b/web/fonts/trips.svg new file mode 100644 index 00000000..0cc25cbe --- /dev/null +++ b/web/fonts/trips.svg @@ -0,0 +1,477 @@ + + + +Generated by Fontastic.me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/fonts/trips.ttf b/web/fonts/trips.ttf new file mode 100644 index 00000000..26843a51 Binary files /dev/null and b/web/fonts/trips.ttf differ diff --git a/web/fonts/trips.woff b/web/fonts/trips.woff new file mode 100644 index 00000000..9553a729 Binary files /dev/null and b/web/fonts/trips.woff differ diff --git a/trunk/web/googlec26cab604b52fdc7.html b/web/googlec26cab604b52fdc7.html similarity index 100% rename from trunk/web/googlec26cab604b52fdc7.html rename to web/googlec26cab604b52fdc7.html diff --git a/web/js/6d62c9a.js b/web/js/6d62c9a.js new file mode 100644 index 00000000..51c707db --- /dev/null +++ b/web/js/6d62c9a.js @@ -0,0 +1,96 @@ +$(document).ready(function() { + + var frm$ = $('.st-booking-form'); + var summary$ = $('.st-booking-summary'); + + var roomCountSR$ = $('#booking_request_singleRoomCount'); + var roomCountDR$ = $('#booking_request_doubleRoomCount'); + var roomCountTR$ = $('#booking_request_tripleRoomCount'); + //var travelersIndices = $('.st-traveller-index'); + + var travelers$ = $('.st-traveler'); + var travelerFields$ = travelers$.find('input,select'); + + frm$.find('input, select').change(function() { + var tmp = location.href.split('?'); + var tmp2 = tmp[0].split('/'); + tmp2.pop(); + var url = tmp2.join('/') + '/berechne-gesamtpreis'; + if (tmp[1]) + { + url += '?'+ tmp[1]; + } + + $.ajax({ + url: url, + type: 'post', + data: frm$.serialize() + + }).then(function(r) { + summary$.html(r); + + }, function() { + summary$.html('Aufgrund eines Fehlers konnte kein Angebot ermittelt werden.'); + }) + }); + + function updateTravelers() + { + var travelersIndex = 1; + + var singleTravelerCount = parseInt(roomCountSR$.val()); + var doubleTravelerCount = parseInt(roomCountDR$.val()) * 2; + var tripleTravelerCount = parseInt(roomCountTR$.val()) * 3; + + var allTravelersCount = singleTravelerCount + doubleTravelerCount + tripleTravelerCount; + + travelers$.hide(); + travelerFields$.prop('required', false); + + if(singleTravelerCount > 0) + { + for(var i = 1; i <= singleTravelerCount; i++) + { + var travelerSelector = '.st-traveler-' + i; + var roomIndexSelector = travelerSelector+' .st-traveller-index'; + var currentRoomIndex = $(travelerSelector).attr("data-room-index"); + $(travelerSelector).show().find('input,select').prop('required', true); + //$(roomIndexSelector).text(currentRoomIndex); + $(roomIndexSelector).text("Einzelzimmer"); + } + } + + if(doubleTravelerCount > 0) + { + var offset = 5 - singleTravelerCount; + for(var j = 6; j <= doubleTravelerCount + 5; j++) + { + var travelerSelector = '.st-traveler-'+j; + var roomIndexSelector = travelerSelector+' .st-traveller-index'; + var currentRoomIndex = $(travelerSelector).attr("data-room-index"); + $(travelerSelector).show().find('input,select').prop('required', true); + //$(roomIndexSelector).text(currentRoomIndex - offset); + $(roomIndexSelector).text("Doppelzimmer"); + } + } + + if(tripleTravelerCount > 0) + { + var offset = 10 - (singleTravelerCount + (doubleTravelerCount / 2)); + for(var k = 16; k <= tripleTravelerCount + 15; k++) + { + var travelerSelector = '.st-traveler-'+k; + var roomIndexSelector = travelerSelector+' .st-traveller-index'; + var currentRoomIndex = $(travelerSelector).attr("data-room-index"); + $(travelerSelector).show().find('input,select').prop('required', true); + //$(roomIndexSelector).text(currentRoomIndex - offset); + $(roomIndexSelector).text("Dreibettzimmer"); + } + } + + } + roomCountSR$.change(updateTravelers); + roomCountDR$.change(updateTravelers); + roomCountTR$.change(updateTravelers); + updateTravelers(); +}); \ No newline at end of file diff --git a/trunk/web/js/760e580.js b/web/js/760e580.js similarity index 100% rename from trunk/web/js/760e580.js rename to web/js/760e580.js diff --git a/web/js/cdf7b2d.js b/web/js/cdf7b2d.js new file mode 100644 index 00000000..db5c1dca --- /dev/null +++ b/web/js/cdf7b2d.js @@ -0,0 +1,27 @@ +$(document).ready(function() { + + function scrollToTabContent(tabSelector) + { + $(document.body).animate({ + scrollTop: $(tabSelector).offset().top - 220 + }, 1000); + } + + function activateTravelDatesTab() + { + $('[href=\'#travel-dates-content-tab\']').tab('show'); + scrollToTabContent('#travel-dates-content-tab'); + } + + $('.nav-tabs > li > a').click(function() { + scrollToTabContent($(this).attr('href')); + }); + + $('.st-slider-booking-btn').click(activateTravelDatesTab); + + if (location.hash === '#travel-dates-content-tab') + { + activateTravelDatesTab(); + } + +}); \ No newline at end of file diff --git a/trunk/web/js/cssrelpreload-min.js b/web/js/cssrelpreload-min.js similarity index 100% rename from trunk/web/js/cssrelpreload-min.js rename to web/js/cssrelpreload-min.js diff --git a/trunk/web/js/cssrelpreload.js b/web/js/cssrelpreload.js similarity index 100% rename from trunk/web/js/cssrelpreload.js rename to web/js/cssrelpreload.js diff --git a/trunk/web/js/custom-min.js b/web/js/custom-min.js similarity index 100% rename from trunk/web/js/custom-min.js rename to web/js/custom-min.js diff --git a/web/js/e121201.js b/web/js/e121201.js new file mode 100644 index 00000000..2f603c5a --- /dev/null +++ b/web/js/e121201.js @@ -0,0 +1,32 @@ +$(document).ready(function() { + + var frm$ = $('.st-booking-form'); + var summary$ = $('.st-booking-summary'); + + var toDateDay$ = $('#fewo_booking_request_toDate_day'); + var toDateMonth$ = $('#fewo_booking_request_toDate_month'); + var toDateYear$ = $('#fewo_booking_request_toDate_year'); + + frm$.find('input, select').change(function() { + var tmp = location.href.split('?'); + var tmp2 = tmp[0].split('/'); + tmp2.pop(); + var url = tmp2.join('/') + '/berechne-gesamtpreis'; + if (tmp[1]) + { + url += '?'+ tmp[1]; + } + + $.ajax({ + url: url, + type: 'post', + data: frm$.serialize() + + }).then(function(r) { + summary$.html(r); + + }, function() { + summary$.html('Aufgrund eines Fehlers konnte kein Angebot ermittelt werden.'); + }) + }); +}); \ No newline at end of file diff --git a/trunk/web/js/fewoBooking-min.js b/web/js/fewoBooking-min.js similarity index 100% rename from trunk/web/js/fewoBooking-min.js rename to web/js/fewoBooking-min.js diff --git a/trunk/web/js/loadCSS.js b/web/js/loadCSS.js similarity index 100% rename from trunk/web/js/loadCSS.js rename to web/js/loadCSS.js diff --git a/trunk/web/js/manifest.json b/web/js/manifest.json similarity index 100% rename from trunk/web/js/manifest.json rename to web/js/manifest.json diff --git a/trunk/web/js/onloadCSS.js b/web/js/onloadCSS.js similarity index 100% rename from trunk/web/js/onloadCSS.js rename to web/js/onloadCSS.js diff --git a/trunk/web/media/5_cropped_1574182410.jpg b/web/media/5_cropped_1574182410.jpg similarity index 100% rename from trunk/web/media/5_cropped_1574182410.jpg rename to web/media/5_cropped_1574182410.jpg diff --git a/web/media/shares b/web/media/shares new file mode 120000 index 00000000..4478ad67 --- /dev/null +++ b/web/media/shares @@ -0,0 +1 @@ +/Users/kevinadametz/Websites/mein.sterntours.local/storage/app/public/files/shares//U \ No newline at end of file diff --git a/trunk/web/mstile-150x150.png b/web/mstile-150x150.png similarity index 100% rename from trunk/web/mstile-150x150.png rename to web/mstile-150x150.png diff --git a/trunk/web/pdf/Stern-Tours-Mietbedingungen.pdf b/web/pdf/Stern-Tours-Mietbedingungen.pdf similarity index 100% rename from trunk/web/pdf/Stern-Tours-Mietbedingungen.pdf rename to web/pdf/Stern-Tours-Mietbedingungen.pdf diff --git a/trunk/web/phpinfo.php b/web/phpinfo.php similarity index 100% rename from trunk/web/phpinfo.php rename to web/phpinfo.php diff --git a/trunk/web/robots.txt b/web/robots.txt similarity index 100% rename from trunk/web/robots.txt rename to web/robots.txt diff --git a/trunk/web/safari-pinned-tab.svg b/web/safari-pinned-tab.svg similarity index 100% rename from trunk/web/safari-pinned-tab.svg rename to web/safari-pinned-tab.svg diff --git a/trunk/web/site.webmanifest b/web/site.webmanifest similarity index 100% rename from trunk/web/site.webmanifest rename to web/site.webmanifest diff --git a/trunk/web/test.php b/web/test.php similarity index 100% rename from trunk/web/test.php rename to web/test.php diff --git a/trunk/web/travelsearch.php b/web/travelsearch.php similarity index 88% rename from trunk/web/travelsearch.php rename to web/travelsearch.php index 4bdbe5b5..943a12d6 100644 --- a/trunk/web/travelsearch.php +++ b/web/travelsearch.php @@ -4,7 +4,7 @@ header("Location:".$url, true, 301); exit; /* -$url = "http://sterntours.local/tt-suche?".str_replace("/travelsearch.php?", "", $_SERVER['REQUEST_URI']); +$url = "http://sterntours.test/tt-suche?".str_replace("/travelsearch.php?", "", $_SERVER['REQUEST_URI']); header("Location:".$url, true, 301); exit; */ @@ -142,9 +142,9 @@ echo "